.select2.select2-container--theme {
  width: 100%;
}

.select2-container--theme .select2-selection--single {
  background-color: #F5F6F8;
  border-radius: 28px;
  width: 100%;
  height: auto !important;
}

.select2-container--theme.select2-container--open .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--theme .select2-selection--single .select2-selection__rendered {
  padding: 15px 44px 15px 24px !important;
  color: rgba(0, 0, 0, 0.7960784314);
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 479px) {
  .select2-container--theme .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
  }
}

.select2-container--theme .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 0;
  right: 1px;
  width: 44px;
}

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

.select2-container--theme .select2-results__option {
  padding: 12px 18px;
  font-size: 16px;
  margin-top: 12px;
  overflow: hidden;
  white-space: nowrap;
}

.select2-container--theme .select2-results__option:hover {
  background-color: #ededf0;
}

.select2-container--theme .select2-dropdown {
  color: rgba(0, 0, 0, 0.9019607843);
  background-color: #F5F6F8;
  border: none;
  max-height: 250px;
  overflow-y: auto;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
  padding: 14px 24px;
}

.select2-container--theme .select2-search .select2-search__field {
  color: rgba(0, 0, 0, 0.9019607843);
  background-color: #fff;
  border: none;
  border-radius: 28px;
  width: 100%;
  padding: 14px 44px 14px 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.select2-container--theme .select2-results__option.select2-results__option--disabled {
  display: none;
}
