
    .category_section_project_profile{
        background-color: white !important;
    }
    .grid .relative select:hover{
        background-color:var(--primery-color) !important;
        color:white !important;
    }
    .grid .relative select:hover option{
        background-color:transparent !important;
    }
    .grid .relative select:hover span i{
        color:white !important;
    }
    .grid .relative select option{
        background-color: var(--bg-color) !important;
        color:black !important;
    }
    .grid .relative select:hover option{
        background-color: var(--bg-color) !important;
        color:black !important;
    }
    .grid .relative select option span{
        margin-left:15px !important;
    }
