.select-box,
.select2-container--default .select-box--select2 {
  width: 100%;
  min-height: 3.1rem;
  padding: .45rem .6rem .2rem;
  border: 1px solid #e4e5ec;
  border-radius: 0;
  transition: border 0.2s;
}

@media (min-width: 55.5em) {
  .select-box,
  .select2-container--default .select-box--select2 {
    max-width: 18rem;
  }
}

@media (min-width: 87.5em) {
  .select-box,
  .select2-container--default .select-box--select2 {
    max-width: 14rem;
  }
}

@media (min-width: 50em) {
  .select-box:focus,
  .select2-container--default .select-box--select2:focus {
    border: 1px solid #1764e2;
  }
}

.select2-container--default .select-box--select2 .select2-search__field {
  height: auto;
  margin: 0;
}

.select-box__dropdown--select2 {
  background-color: #fff;
  border: 1px solid #e4e5ec;
  border-top-width: 0;
  border-radius: 0;
}

.select2-container {
  min-width: 100%;
  max-width: 100%;
}

.select2-results__option {
  font-size: .8rem;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #1764e2;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #173353;
  border: 0;
  border-radius: 0;
  color: #fff;
  margin-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #1764e2;
  color: #fff;
  font-size: .8rem;
}

.select2-dropdown {
  border-radius: 0;
}
