.select2-selection.form-control
{
  height: 38px;
  border-radius: 8px;
  border: var(--bs-border-width) solid var(--bs-border-color);
}
.select2-selection__arrow {
  top: 6px !important;
}
.select2-dropdown.form-control
{
  border: var(--bs-border-width) solid var(--bs-border-color);
}
.select2-container--default .select2-results__option--selected {
  background-color: var(--bs-border-color);
}