.filter-container .select2-container {
   width: 100% !important;
}
.filter-container span,
label {
   font-size: 15px;
   font-weight: 500;
}
.filter-container .select2-container--default .select2-selection--single {
   background-color: #f3f3f3 !important;
}

.filter-container .select2-container .select2-selection--single {
   height: 42px !important;
   display: flex !important;
   align-items: center !important;
}
.filter-container
   .select2-container--default
   .select2-selection--single
   .select2-selection__arrow {
   top: 9px !important;
   right: 8px !important;
}

.filter-icon {
   margin: 0px 0px 4px 0px;
}
.row .select2-container--default .select2-selection--single {
   border: none !important;
}

.select2-container--default .select2-results__option--highlighted {
   background-color: #c6bdbdba !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
   background-color: #ca2d2c !important;
   color: white;
}
.select2-container--default .select2-results__option[aria-selected="true"] img {
   filter: brightness(13.5);
}
.filter-container
   .select2-container--default
   .select2-selection--single
   .select2-selection__arrow
   b {
   display: none !important;
}

.filter-container
   .select2-container--default
   .select2-selection--single
   .select2-selection__arrow {
   background-image: url("../media/registerIcon/arrowdown.svg") !important;
   background-repeat: no-repeat;
   background-position: center;
   background-size: 12px 10px;
}

/* offline/online dropdown  */
.user-status-dropdown-container
   .select2-container--default
   .select2-selection--single
   .select2-selection__arrow
   b {
   border-color: #fff transparent transparent transparent !important;
   border-width: 6px 5px 0 5px !important;
   margin-top: -3px !important;
}
.user-status-dropdown-container
   .select2-container--default
   .select2-selection--single
   .select2-selection__rendered {
   color: #ffffff !important;
   font-weight: 300;
   font-size: 15px;
}

.user-status-dropdown-container
   .select2-container--default
   .select2-results
   > .select2-results__options {
   background-color: #ffffff53 !important;
}
.user-status-dropdown-container .select2-dropdown {
   background-color: #ed0101fe !important;
   color: #ff0000 !important;
}
.user-login-status .select2-container--default .select2-selection--single {
   background-color: #ffffff53 !important;
   color: white !important;
}
.user-status-dropdown-container .select2-container {
   width: 90% !important;
}
.user-status-select2-dropdown {
   background-color: #ffffff53 !important;
}
.user-status-select2-dropdown .select2-results__option[aria-selected="true"] {
   background-color: #ffffff53 !important;
   color: white;
}
.user-status-select2-dropdown
   .select2-results__option[aria-selected="true"]
   img {
   filter: brightness(1);
}
