.h-100vh{
    height: 100vh !important;
}

.w-40{
    width: 40vw !important;
} 

.profileImage{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    /* margin: 20px 40px; */
    border: 4px solid #000;
}

div.dt-button-collection div.dropdown-menu {
    max-height: 40vh;
    overflow-y: auto;
}

.onlyFilterBtn{
    width: 105px;
    margin-bottom: 20px;
}

.filterMenu{
    top: 50% !important;
}
.outerFilterBtn, .outerFilterBtn:hover{
        background-color: #fd625e !important;
        color: white !important;
    }
    
    .outerAppliedFilterBtn, .outerAppliedFilterBtn:hover{
        background-color: #6b0805 !important;
        color: white !important;
    }



.selected{
    background-color: #e6e6e6 !important;
}