/* Select2 — tema oscuro AppLoft Verifactu */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  background-color: var(--bg-panel) !important;
  border: 1px solid var(--border) !important;
  border-radius: 8px !important;
  min-height: 2.45rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--text) !important;
  line-height: 1.45;
  padding: .45rem 2rem .45rem .65rem;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--muted) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: .35rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--muted) transparent transparent transparent !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent var(--muted) transparent !important;
}

.select2-dropdown {
  background-color: var(--bg-elevated) !important;
  border: 1px solid var(--border) !important;
  color: var(--text) !important;
  border-radius: 8px !important;
  overflow: hidden;
  z-index: 3000;
}

.select2-container--default .select2-results > .select2-results__options,
.select2-container--default .select2-results__options {
  background-color: var(--bg-elevated) !important;
  color: var(--text) !important;
}

.select2-container--default .select2-results__option {
  color: var(--text) !important;
  background-color: transparent !important;
  padding: .55rem .75rem;
}

.select2-container--default .select2-results__option--selected {
  background-color: rgba(34, 197, 94, .14) !important;
  color: var(--text) !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: rgba(56, 189, 248, .18) !important;
  color: var(--text) !important;
}

.select2-container--default .select2-results__group {
  padding: .55rem .75rem .35rem;
  color: var(--accent-2) !important;
  background: var(--bg-panel) !important;
  font-weight: 600;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.select2-container--default .select2-search--dropdown {
  padding: .5rem;
  background: var(--bg-elevated) !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background: var(--bg-panel) !important;
  border: 1px solid var(--border) !important;
  color: var(--text) !important;
  border-radius: 6px;
  outline: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
  color: var(--muted);
}

.openai-model-field .select2-container {
  width: 100% !important;
}
