/*
 * 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 "https://cdn.jsdelivr.net/npm/tom-select@2.2.2/dist/css/tom-select.css";

/* Personalización para que coincida con el diseño actual */
.ts-control {
  padding: 0.75rem !important;
  border-radius: 0.375rem !important;
  border: 1px solid #d1d5db !important;
}

.ts-dropdown {
  border-radius: 0.375rem !important;
}
