:root{
    --main-color: #53b36e;
    --secondary-color: rgb(235,244,239);
    --active-color: #4855a0;
    --second-active-color: #ffffff;
    --gradient-color: #53b36e;
    --text-color: #002b4e;
    --text-color-2: #53b36e;
    --btn-color: #4853A0;
    --footer-color: #3c3c3a;
    --footer-txt-color: #ffffff;
    --footer-txt-color-2: #ffffff;
    --table-odd-row-bg :   #FFEBF3;
    --table-even-row-bg :   #FFD6E7;
    --gray-bg: #F3F4F8;
    --menu-bg-black : #3C3C3A;
    --white-bg:#ffffff;
}