html.drag-in-progress * {
  cursor: move !important;
  cursor: grabbing !important;
}

.drop-allowed.drop-in * {
  cursor: inherit !important;
}

.drop-forbidden.drop-in, .drop-forbidden.drop-in * {
  cursor: no-drop !important;
}

.drag-no-handle:hover {
  cursor: move;
  cursor: grab;
}

/* Places a drag image out of sight while keeping its computed styles accessibles. */
.__drag-image[data-v-f87407ce] {
  position: fixed;
  top: -10000px;
  left: -10000px;
  will-change: left, top;
}

.drop-allowed.drop-in * {
  cursor: inherit !important;
}

.drop-forbidden.drop-in, .drop-forbidden.drop-in * {
  cursor: no-drop !important;
}

.drop-list[data-v-230f65e3] > * {
  transition: transform 0.2s;
}

.__feedback[data-v-230f65e3] {
  display: none;
}

/* Places a drag image out of sight while keeping its computed styles accessibles. */
.__drag-image[data-v-230f65e3] {
  position: fixed;
  top: -10000px;
  left: -10000px;
  will-change: left, top;
}

.drop-allowed.drop-in, .drop-allowed.drop-in * {
  cursor: pointer !important;
}

.drop-forbidden.drop-in, .drop-forbidden.drop-in * {
  cursor: no-drop !important;
}

/* Places a drag image out of sight while keeping its computed styles accessibles. */
.__drag-image[data-v-12a39e52] {
  position: fixed;
  top: -10000px;
  left: -10000px;
  will-change: left, top;
}