/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* Custom tom-select styles */
.tom-select-custom {
  width: 100%;
}

.tom-select .ts-input {
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
}

.tom-select.form-select {
  padding: 0;
}

.form-floating > .tom-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}

.tom-select .ts-dropdown {
  z-index: 1051; /* Higher than Bootstrap modals */
}
