.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: #696cff !important;
  box-shadow: none;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
  border-color: #696cff !important;
  box-shadow: none;
}

.select2-container--bootstrap-5 .select2-dropdown {
  border-color: #696cff !important;
}

.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option.select2-results__option--highlighted {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.53;
  /* color: #697a8d; */
  /* background-color: #fff; */
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #697a8d;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #697a8d;
}
