/* ///// select2 here /////////  */
.select2-container .select2-selection--single {
  height: 2.714rem;
  padding: 4px 20px 4px 8px;
  background: #ebf0f4;
}

.select2-results {
  padding: 0.5rem 0.893rem;
  right: 1rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 0.857px;
  right: 0.929rem;
  top: 50% !important;
  transform: translateY(-50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease-in-out;
}
.select2-container--default b {
  background-image: url("../images/svg/iconArrowRightdarkgray.svg");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  border: none !important;
  height: 12px !important;
  width: 8px !important;
  margin: auto !important;
  top: auto !important;
  left: auto !important;
  transform: rotate(90deg);
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background: #ebf0f4 !important;
  color: #01519c;
  border-radius: 5px;
}

.select2-dropdown {
  border: none;
  box-shadow: 3px 3px 13px rgba(77, 94, 106, 0.23);
  border-radius: 5px !important;
}
.select2-dropdown.select2-dropdown--below {
  margin-top: 0.5rem;
}
.select2-dropdown.select2-dropdown--above {
  margin-top: -0.5rem;
}

li.select2-results__option p,
li.select2-results__option span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0.031rem;
}
li.select2-results__option p {
  font-family: BarlowSemibold;
}
li.select2-results__option span {
  font-family: BarlowRegular;
}

.select2-results__option {
  color: #4d5e6a;
  font-family: BarlowMedium;
  padding: 0.357rem 0.75rem 0.5rem !important;
  margin-top: 0.357rem !important;
}

.select2-selection__rendered {
  font-family: BarlowMedium;
  font-size: 1.143rem;
  letter-spacing: 0.018rem;
  line-height: 1.143rem;
  color: #4D5E6A !important;
}
@media screen and (min-width: 992px) {
  .select2-selection__rendered {
    font-size: 1rem !important;
    line-height: 1rem;
    letter-spacing: 0.016rem;
  }
}

.select2-results__option--highlighted {
  background-color: #fff !important;
  color: #01519c !important;
  border-radius: 5px;
}

.select2-results__option.out_of_stock {
  color: rgba(77, 94, 106, 0.3);
  pointer-events: none;
}

@media screen and (min-width: 992px) {
  .select2-dropdown {
    width: 22.125rem !important;
  }
}