/* /Component/DragDrop/SortableList.razor.rz.scp.css */
/* 
  you need the ::deep identifier if you are using scoped styles like this
  because scoped styles are only applied to markup in the component, not
  to the markup inside the render fragment.
*/

[b-oi61t9leri] .sortable-ghost {
   visibility: hidden;
}

[b-oi61t9leri] .sortable-fallback {
   opacity: 1 !important
}
