/* Select2 overrides for holding contact form (loads after select2.min.css) */

.contact-form .select2-container {
  width: 100% !important;
  margin-top: 0 !important;
  vertical-align: middle;
}

.contact-form .select2-container .select2-selection--single {
  box-sizing: border-box;
  height: auto !important;
  min-height: calc(1.5em + 1.3rem + 2px);
  display: flex;
  align-items: stretch;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  padding: 0;
  font-family: var(--font);
}

.contact-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  box-sizing: border-box;
  flex: 1 1 auto;
  display: block;
  width: 100%;
  line-height: 1.5 !important;
  padding: 0.65rem 1rem 0.65rem 2.5rem !important;
  color: var(--text);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact-form .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__rendered,
.contact-form .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding: 0.65rem 2.5rem 0.65rem 1rem !important;
  text-align: right;
}

.contact-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--text-muted);
}

.contact-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 0 !important;
  bottom: 0 !important;
  height: 100% !important;
  left: 0.75rem !important;
  right: auto !important;
  width: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-form .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 0.75rem !important;
  right: auto !important;
}

.contact-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
  position: static;
}

.contact-form .select2-container--default.select2-container--focus .select2-selection--single,
.contact-form .select2-container--default.select2-container--open .select2-selection--single {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(6, 110, 215, 0.15);
}

.contact-form .select2-dropdown {
  border: 1px solid var(--border);
  border-radius: 8px;
  font-family: var(--font);
  overflow: hidden;
}

.contact-form .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary);
}

.contact-form .select2-container--default .select2-results__option {
  padding: 0.55rem 0.85rem;
}
