:root {
    /*Main color variables*/
    --companyBackgroundColor: #E04B4A;
    --companyColor: #FFF;
    --sideBarColor: #1d2127;
    --sideBarItemColor: #8b91a0;
    --partialBackgroundColor: #F5F5F5;
    --tableHeaderColor: #E8E8E8;
    --hoveredButtons: #E0E0E0;
    --loginColor: #FFF;
    --newsColor: #202242;

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

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

}