.select2-selection,
.select2-selection__choice {
  background: var(--fs-layout-navbar) !important;
  color: var(--fs-font-color) !important;
  border: 1px solid var(--fs-input-border-color) !important;
}

.select2-selection__choice {
  background: var(--bs-primary) !important;
}

.select2-selection__rendered {
  color: var(--fs-font-color) !important;
}

.select2-search__field {
  background: var(--fs-layout-navbar) !important;
  color: var(--fs-font-color) !important;
}

.select2-container--default .select2-selection--single {
  height: calc(1.5em + 0.75rem + 2px) !important;
  padding: 0.375rem 0.75rem !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 1.5 !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: calc(1.5em + 0.75rem + 2px) !important;
}

.select2-container--default .select2-selection--multiple {
  min-height: calc(1.5em + 0.75rem + 2px) !important;
}

.select2-container.select2-container--default {
  width: 100% !important;
}
