.select2 .select2-selection--single {
  padding: 14px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-weight: 400;
  border: 1px solid #e9ecef;
  height: auto;
  border-radius: 0.5rem;
  margin-top: 0.5rem;
}
.select2 .select2-selection--single .select2-selection__rendered,
.select2 .select2-selection--single .select2-selection__arrow {
  top: 6px;
}
.select2 .select2-selection--single .select2-selection__rendered b,
.select2 .select2-selection--single .select2-selection__arrow b {
  border-width: 8px 6px 0 6px;
  margin-left: -20px;
  top: 28px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 6px 8px 6px;
}

.select2-dropdown {
  border: 1px solid #e9ecef;
}
.select2-dropdown .select2-search__field {
  border: 1px solid #e9ecef !important;
}

/*# sourceMappingURL=select2-custom.css.map */
