.swift-sortable-init {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}

.swift-sortable-dragging {
	cursor: move !important;
}

.swift-sortable-dragging,
.swift-sortable-dragging * {
	pointer-events: none !important;
}

.swift-sortable-container {
	pointer-events: auto !important;
}

.swift-sortable-helper {
	position: fixed !important;
	z-index: 2147483647 !important;
	margin: 0 !important;
}

.swift-sortable-item {
	opacity: .40 !important;
}
