.navbar-nav .dropdown-menu li.header{
    margin-bottom: 0px;
}
.navbar-nav .dropdown-menu{
    padding: 0 0 0px 0;
}
.navbar-fixed-top{
    width: 100%!important;
    margin: 0 0;
    background-color: white;
    padding: 5px 0;
}
.toggle_menu_active .navbar-fixed-top{
    width: 100%!important;

}
.contact_card .circle img{
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: top;
}
.dashboard-link{
    color: #808080;
    background-color: transparent;
    font-weight: bold;
}
.dashboard-card{
    border: 1px dashed #c3c3c3;
    border-radius: 20px;
    min-height: 140px;
    position: relative;
    color: #808080;
}
.dashboard-card i{
   font-size: 25px;
    position: absolute;
    top: 55px;
    right: 30px;
}
.dashboard-card:hover{
    border: 1px dashed #0090df;
    border-radius: 10px;
}
.dashboard-card:hover i{
    color: #0090df;
}
.select2-container{
    width: 100% !important;
}
.select2-container .select2-selection--single{
    height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 35px;
}

.select2-container--default .select2-selection--single{
    border: 1px solid #ececec;
}
.select2-container--default .select2-selection--multiple{
    border: 1px solid #ececec;
}
.custom-select{
    height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.post-images div{
    position: relative;
    margin-right: 5px;
    margin-bottom: 5px;
}
.post-images .remove{
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: black;
    border-radius: 50%;
    padding: 5px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;

}
.profile-header{
    padding: 20px;
}
.nav.nav-tabs2>li>a{
    background-color: white;
}
.profile-img{
    width: 75px;
    height: 75px;
    object-fit: cover;
}
.limited-td{
    white-space: normal!important;
    max-width: 200px;
}
.table thead th {
    font-weight: 600;
    border-width: 1px;
}

.metismenu li.header{
    margin-top: 5px;
}