.flex-row {
    width:100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.flex-row .kt-notification__item-details {
    width: 50%;
}

.pop-up-modal-form #select2{
    width: 100%;

}


.user-icon {
    height: 18px;
    width: auto;
    margin-left: 5px;
    transition: fill .2s;
}

.btn:hover .user-icon{
    fill:white;
}

.notify-unassigned {
    position: absolute;
    top: 5px;
    right: 0;
    padding: 1px 10px;
    border-radius: 50%;
    background-color: #ff5456;
    color: white;
}
.unassigned-link{
    position: absolute;
    top: -5px;
    right: -20px;
    padding: 1px 10px;
    border-radius: 50%;
    background-color: #ff5456;
    color: white;
}

.unassigned-quick-panel {
    position: relative;
}
.unassigned-anchor {
    position: relative;
}

.bm-custom-filters {
    display: flex;
    column-gap: 20px;
    margin-left: 20px;
}

.bm-custom-filters select{
    min-width: 170px !important;
}

.bm-custom-filters input{
    max-width: 130px !important;
}

body .bm-custom-filters select,
body div#kt_subheader_search .bm-custom-filters input{
    font-size: 0.9rem !important;
    height: 33px !important !important;
    background: #f2f3f7 !important;
    border: none !important;
    font-weight: 400 !important;
      padding-left: 0.65rem !important;
    border-radius: 4px;
    
    color:#495057 !important;
}