.select2-container--bootstrap-5 .select2-selection {
  border: 1px solid #697886;
}
.select2-container--bootstrap-5 .select2-dropdown {
  border: 1px solid #697886;
}

.select2-selection--single {
  border: 1px solid #697886 !important;
  box-shadow: none !important;
}

.select2-search__field {
  border: 1px solid #697886 !important;
  box-shadow: none !important;
}

.select2-results__option--selected {
  background: #697886 !important;
}
