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

/* Searchable Select Component Styles */
.searchable-select-wrapper .form-control {
  @apply w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-crm-green-500 focus:border-crm-green-500;
}

.searchable-select-wrapper .form-control:hover {
  @apply border-gray-400;
}

.searchable-select-wrapper .form-group {
  @apply mb-4;
}

.searchable-select-wrapper .form-group label {
  @apply block text-sm font-medium text-crm-green-950 mb-1;
}
