.input-icon-right {
  right: 1em;
  top: 0.5em;
}
/* This is the google maps autocomplete container. It must display over modals in case the field is in a modal */
/* https://developers.google.com/maps/documentation/javascript/places-autocomplete#style_autocomplete */
.pac-container {
  z-index: 2600 !important;
}
.bootstrap-select .dropdown-menu.show {
  max-width: 100%;
}

.bootstrap-select .outline-none:focus:not(:focus-visible) {
  outline: none !important;
}

.bootstrap-select .rounded-left-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
