.filtering-form input {
  font-size: 16px;
  font-weight: 700;
  border-color: var(--black);
}

select {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.select2-container {
  display: block;
  width: 100% !important;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.select2-container .select2-dropdown--below {
  margin-top: 32px;
}

.select2-container .select2-dropdown--below .select2-selection--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select2-container .select2-dropdown--below .select2-search--dropdown {
  display: none;
  padding: 0 4px 4px;
}

.select2-container .select2-dropdown--below .select2-results__options {
  background-color: var(--white-3);
}

.select2-container .select2-dropdown--below .select2-results__options li {
  padding: 0.425rem 0.9rem;
  color: var(--grey-2);
}

.select2-container .select2-dropdown--below .select2-results__options li.select2-results__option:hover, .select2-container .select2-dropdown--below .select2-results__options li.select2-results__option:focus {
  color: var(--red-2);
  background-color: transparent;
}

.select2-container .select2-dropdown--below .select2-results__options li.select2-results__option[aria-selected=true] {
  color: var(--grey);
  background-color: transparent;
}

.select2-container .select2-dropdown--below .select2-results__options li.select2-results__option--highlighted:hover, .select2-container .select2-dropdown--below .select2-results__options li.select2-results__option--highlighted:focus, .select2-container .select2-dropdown--below .select2-results__options li.select2-results__option--highlighted[aria-selected] {
  color: var(--red-2);
  background-color: transparent;
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0;
  padding: 0.375rem 0.75rem;
  height: 34px;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 10px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 4px;
  padding-right: 4px;
  height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 36px;
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0 !important;
  padding: 0.375rem 0.75rem;
  height: 48px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
  position: absolute;
  top: 6px !important;
  right: 1px;
  width: 20px;
}
/*# sourceMappingURL=select2.css.map */