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

/* Sortable.js custom styles */
.sortable-chosen {
  opacity: 0 !important;
  visibility: hidden !important;
}

.sortable-ghost {
  opacity: 0.4 !important;
  background: #f0fdf4 !important;
  visibility: visible !important;
}

.sortable-drag {
  opacity: 1;
  background: white;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
