/*
 * 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.
 */

/* @import "stylesheets/tom-select.css"; */


.bg-brand {
  background-color: var(--color-brand)
}

.bg-brand-soft {
  background-color: var(--color-brand-soft)
}

.bg-brand-softer {
  background-color: var(--color-brand-softer)
}

.bg-brand-strong {
  background-color: var(--color-brand-strong)
}

.bg-brand-subtle {
  background-color: var(--color-brand-subtle)
}

.bg-brand\/90 {
  background-color: color-mix(in oklab, var(--color-brand)90%, transparent)
}

.max-h-0 {
  max-height: calc(var(--spacing) * 0);
}

.datepicker {
  @apply bg-white dark:bg-gray-700 !important;
  z-index: 9999 !important;
  /* Deve ser maior que o do modal ou do Tom-Select */
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.datepicker-picker {
  @apply bg-white dark:bg-gray-700 !important;
}

.datepicker-dropdown {
  background-color: white !important;
}