.select2-container--open {
  z-index: 1060 !important;
}
.select2 {
  width: 100% !important;
}
.select2-dropdown,
.select2-search__field {
  background-color: var(--tblr-bg-forms) !important;
  border-color: var(--tblr-border-color);
  margin-top: 0.5rem;
}
.select2-container--bootstrap-5 .select2-dropdown {
  border: none !important;
}
.select2-selection {
  background-color: var(--tblr-bg-forms) !important;
  border-color: var(--tblr-border-color) !important;
  color: var(--tblr-body-color) !important;
}
.select2-selection__rendered {
  color: var(--tblr-text-muted) !important;
  font-size: .85rem;
}
.select2-selection__choice__remove {
  border: 0;
  background-color: transparent;
}
.select2-search.select2-search--inline {
  display: block;
  width: 95%;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option[aria-selected="true"]:not(.select2-results__option--highlighted) {
  background-color: var(--tblr-primary) !important;
}
.select2-results__option {
  color: var(--tblr-emphasis-color) !important;
}

.select2-results__option.select2-results__option--highlighted {
  background-color: var(--tblr-secondary-bg) !important;
  color: var(--tblr-body-color) !important;
}
.select2-results__option.select2-results__option--selected {
  color: #fff !important;
}