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

.select2-container .select2-selection--single {
  height: 48px;
}

.select2-container--default .select2-selection--single,
.select2-container--classic .select2-selection--single {
  height: 48px;
  padding: 12px 10px;
  padding-right: 50px;
  border: 1px solid transparent;
  border-radius: 0;
  line-height: 1.5;
  color: #404040;
  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;
  font-weight: 600;
  line-height: 1.5;
  color: #404040;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #c4c4c4;
  font-weight: 400;
}

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

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  position: relative;
  top: 0;
  left: 0;
  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: -2px;
  width: 5px;
  height: 5px;
  border: solid #606060;
  border-width: 0 1.5px 1.5px 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;
  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: 5px 20px 5px 5px;
  color: #606060;
}

.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: #f96277;
}
.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;
  right: 10px;
  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: #5897fb;
}

.select2-container--default.select2-container--open .select2-dropdown,
.select2-container--classic.select2-container--open .select2-dropdown {
  border: 0;
  border-radius: 0;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.select2-container--default.select2-container--open .select2-dropdown::before,
.select2-container--classic.select2-container--open .select2-dropdown::before {
  top: -4px;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  content: "";
  background-color: #EC0928;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #c4c4c4;
  font-weight: 400;
}

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

.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: #404040;
  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: 5px 10px;
  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: 2.5px 5px;
  border: 0;
  background-color: #d9d9d9;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display,
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  padding: 0 10px 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: 7.5px 10px;
  font-weight: 300;
  color: #a6a6a6;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #737373;
}

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 {
  top: -4px;
  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: #a6a6a6;
}

.form-type-select .form-select {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.form-type-select .select2-container.select2-container--below .select2-selection__rendered, .form-type-select .select2-container.select2-container--above .select2-selection__rendered {
  font-weight: 600;
  color: #404040;
}

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