/*! jQuery UI - v1.13.2 - 2023-08-08
* http://jqueryui.com
* Includes: selectable.css, sortable.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
