.select2-container--open .select2-search--dropdown .select2-search__field{
  background:#f8f9fa!important;border:1px solid #ced4da!important;border-radius:6px!important;padding:8px 10px!important;
}
.select2-dropdown .select2-search--dropdown{padding:8px!important;border-bottom:1px solid #e9ecef!important;}
.select2-dropdown{border-radius:8px!important;overflow:hidden;}
.select2-results__option{padding:10px 12px!important;}
.select2-results__option--highlighted[aria-selected]{background:#e9f5ff!important;color:#0b5ed7!important;}
.select2-match{font-weight:600;color:#0b5ed7;}
.select2-container .select2-selection--single {
  height: 2.75rem !important;
  padding: .375rem .75rem !important;
  line-height: 1.5 !important;
  border: 1px solid #bdbdbd !important;
  border-radius: .25rem !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0 !important;
  height: 100% !important;
  line-height: normal !important;
  display: flex !important;
  align-items: center !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 100%; right: .75rem; }
