/* Customer portal Select2 — match cust bootstrap .form-control sizing
   (padding 0.5rem 1rem, line-height 1.5, font-size 1rem) */

.select2-container--default .select2-selection--single {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  border: var(--bs-border-width, 1px) solid var(--bs-border-color, #ced4da);
  border-radius: var(--bs-border-radius, 0.375rem);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 1.5;
  padding-left: 0;
  padding-right: 1.75rem;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: calc(1.5em + 1rem);
  top: 1px;
  right: 0.5rem;
}

/* Account selectors — full width on every page they appear */
.booking-account-field select.booking-account-select,
.booking-account-field .select2-container,
.inventory-account-field select.inventory-account-select,
.inventory-account-field .select2-container {
  width: 100% !important;
  display: block;
}

/* Inventory search/filter bars */
.bookings-search-form .select2-container,
.storage-requests-search-form .select2-container,
.stored-products-search-form .select2-container {
  width: 100% !important;
}
