.select2-dropdown {
  z-index: 1055;
}

.select2.select2-container {
  margin-bottom: 15px;
}
.select2 .select2-selection--single {
  display: block;
  width: 100%;
  font-size: 1.063rem;
  padding: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #002361;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 1.5rem;
  height: auto;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select2 .select2-selection--single .select2-selection__rendered b,
.select2 .select2-selection--single .select2-selection__arrow b {
  border-color: #20acd6 transparent transparent transparent;
  border-width: 8px 6px 0 6px;
  margin-left: -22px;
  top: 90%;
}

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

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