/*
 * Select2 — Handmade Kultur filter theme.
 * Structural rules for Select2 4 + single-select CI. Loaded only on filter routes.
 * Do not edit content-hashed copies.
 */

.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  border: 0 !important;
}

.select2-close-mask {
  display: none !important;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  margin: 0;
  vertical-align: middle;
}

body > .select2-container {
  z-index: 1060;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  display: block;
  position: relative;
  height: 44px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 0;
  outline: none;
}

.select2-container--focus .select2-selection--single,
.select2-container--open .select2-selection--single {
  border-color: #e2001a;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  padding: 0 52px 0 14px;
  line-height: 42px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__placeholder {
  color: #7a7a7a;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: absolute;
  top: 0;
  right: 32px;
  z-index: 2;
  width: 24px;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 42px;
  text-align: center;
  color: #7a7a7a;
  cursor: pointer;
}

.select2-container .select2-selection--single .select2-selection__clear:hover {
  color: #e2001a;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 1px;
  right: 0;
  width: 36px;
  height: 42px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -2px 0 0 -5px;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #7a7a7a transparent transparent transparent;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  margin-top: -4px;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #e2001a transparent;
}

.select2-dropdown {
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1060;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 0;
  box-shadow: 0 8px 20px rgba(51, 51, 51, 0.12);
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 8px;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-search--dropdown .select2-search__field {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #dddddd;
  border-radius: 0;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #333333;
  outline: none;
}

.select2-search--dropdown .select2-search__field:focus {
  border-color: #e2001a;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-results {
  display: block;
  background: #fff;
}

.select2-results__options {
  list-style: none;
  max-height: 280px;
  margin: 0;
  padding: 0;
  overflow-y: auto;
}

.select2-results__option {
  padding: 9px 14px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #333333;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-results__option[aria-selected="true"] {
  background: #f3f3f3;
}

.select2-results__option--highlighted[aria-selected] {
  background: #e2001a;
  color: #fff;
}

.select2-results__message {
  color: #7a7a7a;
}

.select2-container--disabled .select2-selection--single {
  background: #f3f3f3;
  cursor: default;
}

.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
