:root {
    --primarycolor: #46CD1F;
    --secondarycolor: #000000;
    --tertiarycolor: #ffffff;
    --lightgreycolor: #f8fafe;
    --darkgreycolor: #eff4ff;
    --bluecolor: #1f35cd;
    --bordergreycolor: #dee2e6;
    --scrollthumb: #ccd3e5;
    --scrolltrack: #f1f1f1;
    --scrollthumbhover: #a2adc8;
    --orangecolor: #EB5626;
    --transparent: transparent;
    --cardhover: #FFF3F3;
    --textlightgreycolor: rgb(0 0 0 / 40%);
    --carouselindicators: #707070;
    --sidemenuhover: linear-gradient(45deg, #efecec, rgb(31 53 205 / 20%));
    --whiteopacity: rgba(255,255,255,0.2);
    --blackopacity: rgba(0,0,0,0.2);
    --blacktextopacity: rgba(0,0,0,0.4);
    --whitetextopacity: rgba(255,255,255,0.4);
    --tablehovercolor: #FFF3F3; 
    --lightpurplecolor: #dfe5fd; 
    --redtextcolor: #ff0000;
  }