.select2 {
  width: 100%;
}

.choices {
  margin-bottom: 0;
  width: 100%;
}

.choices__inner {
  min-height: 38px;
  border-radius: 4px;
  border-color: #ced4da;
  background-color: #fff;
  padding: 4px 7.5px 3.75px;
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 3.75px;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  z-index: 1060;
}

.choices.is-focused .choices__inner,
.choices.is-open .choices__inner {
  border-color: #86b7fe;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
