/**
 * @file
 * Selectbox styles.
 */
.select2-container {
  width: auto !important;
  min-width: 230px;
}

.select2-container .select2-selection--single {
  height: auto;
}

.select2-container--default .select2-selection--single,
.select2-container--classic .select2-selection--single {
  height: auto;
  padding: 8px 12px;
}
[dir=rtl] .select2-container--default .select2-selection--single,
[dir=rtl] .select2-container--classic .select2-selection--single {
  padding-left: 40px;
}
[dir=ltr] .select2-container--default .select2-selection--single,
[dir=ltr] .select2-container--classic .select2-selection--single {
  padding-right: 40px;
}
.select2-container--default .select2-selection--single,
.select2-container--classic .select2-selection--single {
  border: 1px solid transparent;
  border-radius: 0;
  line-height: 1.5;
  color: #202020;
  background: #fff;
}
.select2-container--default .select2-selection--single:focus,
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid transparent;
  outline: 0 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 1.5;
  color: #202020;
  font-weight: 600;
  font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgb(195.5, 195.5, 195.5);
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  top: 0;
  width: 38px;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 0;
  background: #fff;
}
[dir=ltr] .select2-container--default .select2-selection--single .select2-selection__arrow,
[dir=ltr] .select2-container--classic .select2-selection--single .select2-selection__arrow {
  right: 0;
  border-left: 0;
}
[dir=rtl] .select2-container--default .select2-selection--single .select2-selection__arrow,
[dir=rtl] .select2-container--classic .select2-selection--single .select2-selection__arrow {
  left: 0;
  border-right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  position: relative;
  top: 0;
}
[dir=ltr] .select2-container--default .select2-selection--single .select2-selection__arrow b,
[dir=ltr] .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  left: 0;
}
[dir=rtl] .select2-container--default .select2-selection--single .select2-selection__arrow b,
[dir=rtl] .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  right: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b::after,
.select2-container--classic .select2-selection--single .select2-selection__arrow b::after {
  position: relative;
  top: -5px;
  width: 8px;
  height: 8px;
  border: solid #240F6E;
  border-width: 0 1px 1px 0;
  content: "";
  transition: all 400ms ease;
  transform: rotate(45deg);
  transform-origin: center;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b::after,
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b::after {
  top: 3px;
  border-color: #240F6E;
  transform: rotate(225deg);
}

.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid transparent;
}

.select2-results__option {
  padding: 4px 8px;
  font-size: 14px;
  line-height: 24px;
  color: #404040;
}
.select2-results__option:not(:last-child) {
  margin-bottom: 4px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  position: relative;
  color: #fff;
  background-color: rgb(65.376, 27.24, 199.76);
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable::after,
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable::after {
  position: absolute;
  top: 8px;
}
[dir=ltr] .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable::after,
[dir=ltr] .select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable::after {
  right: 10px;
}
[dir=rtl] .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable::after,
[dir=rtl] .select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable::after {
  left: 10px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable::after,
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable::after {
  width: 4px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  transform: rotate(45deg);
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  position: relative;
  background: #fff;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #00A4D9;
  border-radius: 6px;
}

.select2-container--default.select2-container--open .select2-dropdown,
.select2-container--classic.select2-container--open .select2-dropdown {
  position: relative;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 15px;
  margin-top: 15px;
  filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.1));
}
.select2-container--default.select2-container--open .select2-dropdown::before,
.select2-container--classic.select2-container--open .select2-dropdown::before {
  position: absolute;
  content: "";
  z-index: 11;
  top: -10px;
}
[dir=ltr] .select2-container--default.select2-container--open .select2-dropdown::before,
[dir=ltr] .select2-container--classic.select2-container--open .select2-dropdown::before {
  left: 30px;
}
[dir=rtl] .select2-container--default.select2-container--open .select2-dropdown::before,
[dir=rtl] .select2-container--classic.select2-container--open .select2-dropdown::before {
  right: 30px;
}
.select2-container--default.select2-container--open .select2-dropdown::before,
.select2-container--classic.select2-container--open .select2-dropdown::before {
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0px 9px 15px 9px;
  border-color: transparent transparent #fff transparent;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: rgba(32, 32, 32, 0.4);
  font-weight: 400;
}

.select2-container .select2-selection--multiple {
  min-height: 39px;
}

.select2-container--default .select2-selection--multiple,
.select2-container--classic .select2-selection--multiple {
  display: flex;
  align-items: center;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 0;
  line-height: 1.5;
  color: #202020;
  background: #fff;
}
.select2-container--default .select2-selection--multiple:focus,
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid transparent;
}

.select2-container .select2-search--inline .select2-search__field {
  margin: 0;
  padding: 4px 8px;
  background: transparent;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: 1px solid transparent;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  display: inline-flex;
  align-items: center;
  margin: 2px 4px;
  border: 0;
  background-color: #b9b9b9;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display,
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  padding: 0 8px 0 0;
  font-size: 14px;
  line-height: 1;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-flex;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  height: 100%;
  padding: 6px 8px;
  font-weight: 300;
  color: #868686;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #535353;
}

span.select2-search.select2-search--inline {
  margin: 0;
  padding: 0;
}

.select2-container--default.select2-container--open .select2-selection--multiple,
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid transparent;
}

.select2-container--default .select2-selection--single .select2-selection__clear,
.select2-container--classic .select2-selection--single .select2-selection__clear {
  width: 29px;
  height: 25px;
  margin: 0;
  padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__clear span,
.select2-container--classic .select2-selection--single .select2-selection__clear span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 300;
  line-height: 1;
  color: #868686;
}

.form-type-select .form-select {
  position: absolute !important;
}
[dir=ltr] .form-type-select .form-select {
  left: 0;
}
[dir=rtl] .form-type-select .form-select {
  right: 0;
}
.form-type-select .form-select {
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

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