.select-wrap .select2-container {
  width: 265px !important;
  font-family: 'Noto Sans', sans-serif;
}

.select-wrap .select2-container--default .select2-selection--single {
  border: none;
  border-radius: 5px;
  height: 30px;
  outline: none;
  font-family: 'Noto Sans', sans-serif;
}

.select-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 30px;
  font-size: 14px;

  font-family: 'Noto Sans', sans-serif;
}

.select-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px;
}

.select-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: none;
  border-width: 10px 5px 0 5px;
  margin-left: -5px;
  margin-top: -5px;
}

.select2-search--dropdown {
  display: none !important;
}

.select2-dropdown.select2-dropdown--below {
  position: relative !important;
  top: 30px !important;
  left: -30px !important;
  width: 309px !important;
}

.select2-dropdown,
.select-wrap .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select-wrap .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-color: none !important;
  border-radius: 20px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent !important;
  color: black !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  color: #ddd !important;
  background-color: transparent !important;
}