:root {
    /*Main color variables*/
    --companyBackgroundColor: #CA2C3C;
    --helpTextColor: #959596;
    --companyColor: #FFF;
    --sideBarColor: #272727;
    --sideBarItemColor: #888888;
    --partialBackgroundColor: #F0F0F0;
    --tableHeaderColor: #E8E8E8;
    --hoveredButtons: #e3e3e3;
    --loginColor: #FFF;
    --newsColor: #202242;
    --linkColor: #0645AD;
    --darkGreyColor: #22262e;

    /*Buttons Colors*/
    --firstColor: #CA2C3C;
    --secondColor: #89ad4d;
    --thirdColor: #FEA223;
    --fourthColor: #67B7DC;
    --fifthColor: #FDD400;
    --sixthColor: #84B761;

    /*Alert Colors*/
    --successAlert: #95B75D;

    /*Smartwifi Users Colors*/
    --walkByColor: #E53730;
    --touristColor: #E28E33;
    --customerColor: #FFD710;
    --engagementColor: #8DBC55;
    --allColor: #898989;

    /*New Colors*/
    --newGrey: #808080;
    --newRed: #C73436;
}
