.select2-container {
  max-width: 100%;
  font-family: var(--app-font, inherit);
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  min-height: 2.75rem;
  border: 2px solid #d1d5db;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  background: #fff;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--multiple {
  border-color: var(--primary, #2563eb);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary, #2563eb) 18%, transparent);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #0f172a;
  line-height: 2.65rem;
  padding-left: 0.85rem;
  padding-right: 2rem;
  font-weight: 600;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #64748b;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2.65rem;
  right: 0.45rem;
}

.select2-container--default .select2-selection--multiple {
  padding: 0.25rem 0.5rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: 0;
  border-radius: 999px;
  background: color-mix(in srgb, var(--primary, #2563eb) 13%, #fff);
  color: #0f172a;
  font-weight: 700;
  padding: 0.25rem 0.55rem;
}

.select2-dropdown {
  border: 1px solid #cbd5e1;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.18);
  z-index: 99999;
}

.select2-search--dropdown {
  padding: 0.65rem;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #cbd5e1;
  border-radius: 0.75rem;
  padding: 0.65rem 0.8rem;
  outline: none;
}

.select2-results__option {
  padding: 0.7rem 0.9rem;
  font-weight: 600;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: var(--primary, #2563eb);
}
