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

/*
 *= require direct_uploads
*/
/*
 *= require slim-select
 */
/*
 *= require swipper
 */

 .ss-main {
  border-radius: 0.375rem !important;
  border: 1px solid #d1d5db !important;
  padding: 0.5rem !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  transition: all 0.2s;
}

.ss-main:focus-within {
  border-color: #10b981 !important;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.2) !important;
}

.ss-content {
  margin-top: 0.25rem;
  border-radius: 0.375rem;
  border: 1px solid #d1d5db;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.ss-option {
  padding: 0.5rem 0.65rem !important;
  transition: background-color 0.15s !important;
}

.ss-option:hover {
  background-color: #269648 !important;
}

.ss-selected {
  background-color: #269648 !important;
  color: white !important;
  font-weight: 500 !important;
}

.ss-value {
  border-radius: 0.25rem !important;
  background-color: #269648 !important;
  border: 1px solid #a7f3d0 !important;
  margin: 0.125rem !important;
  padding: 0.125rem 0.25rem !important;
}

.ss-value-delete {
  margin-left: 0.25rem ;
  font-size: 0.75rem;
  border-radius: 9999px;
  opacity: 0.7;
  transition: all 0.2s;
}

.ss-value-delete:hover {
  background-color: #a7f3d0;
  opacity: 1;
}

.ss-search {
  padding: 0.5rem !important;
  margin: 0.25rem !important;
}

.ss-search input {
  border-radius: 0.25rem;
  border: 1px solid #d1d5db;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  width: 100%;
  transition: all 0.2s;
}

.ss-search input:focus {
  outline: none !important;
  border-color: #10b981 !important;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.2) !important;
}

.ss-disabled {
  opacity: 0.5;
}