.no-scrollbar::-webkit-scrollbar { 
    display: none; 
}
.no-scrollbar { 
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}
.sortable-ghost { 
    opacity: 0.4; 
    border: 2px dashed #3b82f6; 
}