.wrapper[data-v-f14fe667] {
  display: flex;
  flex-direction: column;
  gap: var(--sit-space-m);
}
.table__top-bar[data-v-f14fe667] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.col-priority[data-v-f14fe667] {
  text-align: center;
  width: 1vh;
}
.col-drag[data-v-f14fe667] {
  text-align: center;
  width: 1vh;
}
.drag-handle[data-v-f14fe667] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--sit-color-darkgrey);
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  transition: color 0.2s ease;
}
.drag-handle[data-v-f14fe667]:hover:not(.is-disabled) {
  color: var(--sit-color-primary);
}
.drag-handle[data-v-f14fe667]:active:not(.is-disabled) {
  cursor: grabbing;
}
.ghost-row[data-v-f14fe667] {
  opacity: 0;
}
.chosen-row .col-priority[data-v-f14fe667] {
  opacity: 0;
}.table[data-v-8707f400] {
  min-width: 100%;
}