.drag-handle {
	cursor: grab;
	user-select: none;
	color: #6c757d;
}
.drag-handle:hover { color: #495057; }
.drag-handle:active { cursor: grabbing; }

.sortable-ghost {
	opacity: 0.6;
	background: #eef5ff;
}
.sortable-chosen {
	background: #f8f9fa;
}
.sortable-drag {
	opacity: 0.9;
}

