/*!
 * quasar-ui-q-draggable-table v1.0.3
 * (c) 2025 bd2051 <bd2051work@mail.ru>
 * Released under the MIT License.
 */
.sindu_dragger {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
}

.sindu_row {
  flex-direction: column;
}

.sindu_handle {
  cursor: move;
  touch-action: none;
}

.sindu_dragger li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: inherit;
}

.sindu_dragger li table, .sindu_dragger tr, .sindu_dragger th, .sindu_dragger td {
  box-sizing: border-box;
}

.gu-mirror {
  list-style: none;
}

.sindu_dragging {
  position: relative;
}

.sindu_dragging .sindu_origin_table {
  visibility: hidden;
}

.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
}

.gu-mirror li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: inherit;
}

.gu-mirror li table, .gu-mirror tr, .gu-mirror th, .gu-mirror td {
  box-sizing: border-box;
}

.gu-hide {
  display: none !important;
}

.gu-unselectable {
  -webkit-user-select: none !important;
  user-select: none !important;
}

.gu-transit {
  opacity: 0.5;
}