.drag-handle {
    cursor: grab;
}

.sortable-ghost {
    opacity: 0.4;
}

.sortable-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sortable-fallback {
    opacity: 1 !important;
}