.select2-container {
  display: block;
}
.select2-container *:focus {
  outline: 0;
}

.input-group .select2-container {
  flex-grow: 1;
}

.input-group-prepend ~ .select2-container .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .select2-container:not(:last-child) .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container .select2-selection {
  width: 100%;
  padding: 1rem 0.9375rem;
  background-color: var(--input-bg);
  border: 1px solid var(--input-bg);
  border-radius: 0.75rem;
}
.select2-container.select2-container--focus .select2-selection {
  border-color: var(--driver-accent-color);
  background-color: var(--input-bg);
  box-shadow: none;
}
.select2-container.select2-container--focus.select2-container--open .select2-selection {
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.select2-container.select2-container--open {
  width: 100%;
  right: auto;
  left: unset !important;
}
[dir=rtl] .select2-container.select2-container--open {
  right: 0;
}
[dir=rtl] .select2-container.select2-container--open {
  left: unset !important;
}
.select2-container.select2-container--open.select2-container--above .select2-selection {
  border-radius: 0 0 0.75rem 0.75rem;
}
.select2-container.select2-container--open.select2-container--below {
  left: unset;
  right: 0;
}
[dir=rtl] .select2-container.select2-container--open.select2-container--below {
  left: auto;
}
[dir=rtl] .select2-container.select2-container--open.select2-container--below {
  right: auto;
}
.select2-container.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.select2-container.select2-container--disabled .select2-selection, .select2-container.select2-container--disabled.select2-container--focus .select2-selection {
  cursor: not-allowed;
  background-color: var(--mute-color);
  border-color: var(--mute-color);
  box-shadow: none;
  opacity: 0.5;
}
.select2-container.select2-container--disabled .select2-search__field, .select2-container.select2-container--disabled.select2-container--focus .select2-search__field {
  background-color: transparent;
}
select.is-invalid ~ .select2-container .select2-selection, form.was-validated select:invalid ~ .select2-container .select2-selection {
  border-color: var(--invalid-primary-color);
}
.select2-container .select2-search {
  width: 100%;
  padding: 0;
}
.select2-container .select2-dropdown {
  background: var(--common-bg-color);
  box-shadow: 0 2px 1rem rgba(0, 0, 0, 0.11);
  border-radius: 0 0 1rem 1rem;
  border: none;
  padding: 0.5rem;
}
.select2-container .select2-dropdown.select2-dropdown--below {
  border-top: none;
  z-index: 100;
}
.select2-container .select2-dropdown.select2-dropdown--above {
  border-radius: 1rem 1rem 0 0;
}
.select2-container .select2-dropdown .select2-results__option[aria-selected=true] {
  color: var(--nav-link-color);
  background-color: var(--accent-color);
  border-radius: 12px;
}
.select2-container--default .select2-results__option--highlighted,
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: var(--text-color);
  background-color: var(--accent-second-color);
  border-radius: 12px;
}
.select2-container .select2-results__option[role=group] {
  padding: 0;
}
.select2-container .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding-left: 1em;
}
.select2-container .select2-results__option {
  font-size: 0.875rem;
  line-height: 1rem;
  padding: 0.75rem;
}
.select2-container .select2-results__option[aria-selected=true] {
  background-color: var(--accent-color);
  border-radius: 12px;
}
.select2-container .select2-results > .select2-results__options {
  max-height: 15em;
  overflow-y: auto;
  padding-right: 0;
}
[dir=rtl] .select2-container .select2-results > .select2-results__options {
  padding-right: 0;
}
.select2-container .select2-results__group {
  display: list-item;
  padding: 0.5rem;
}
.select2-container .select2-selection__clear {
  float: right;
  font-size: 1.75rem;
  line-height: 1rem;
  font-weight: 400 !important;
  padding: 0;
  margin: -4px 0.5rem 0 0;
  color: var(--text-color);
  border-radius: 0;
  display: none;
}
[dir=rtl] .select2-container .select2-selection__clear {
  line-height: 1.25rem;
}
[dir=rtl] .select2-container .select2-selection__clear {
  margin: -4px 0 0 0.5rem;
}

.select2-container .select2-selection--single {
  min-height: 51px !important;
}
.select2-container .select2-selection--single .select2-selection__placeholder {
  line-height: inherit;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  position: absolute;
  width: 1.5rem;
  top: 0;
  right: 1rem;
  left: auto;
  height: 100%;
}
[dir=rtl] .select2-container .select2-selection--single .select2-selection__arrow {
  right: auto;
}
[dir=rtl] .select2-container .select2-selection--single .select2-selection__arrow {
  left: 1rem;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  margin: auto;
  position: absolute;
  top: 1px;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  border: none;
  width: 0.875rem;
  height: 0.5rem;
  background-image: url("../i/icon-arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 1.25rem;
  color: inherit;
  line-height: inherit;
}
[dir=rtl] .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1.25rem;
}
[dir=rtl] .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  background-image: url("../i/icon-arrow-up.svg");
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 0.75rem;
  margin-bottom: 0.5rem;
  color: var(--text-color);
  border: 1px solid var(--driver-accent-color);
  border-radius: 0.5rem;
  background-color: inherit;
}

.select2-results__message {
  color: inherit;
}

/*# sourceMappingURL=select2.css.map */
