/* Source and licensing information for the line(s) below can be found at https://www.japancar-service.ru/themes/contrib/bootstrap/css/components/tabledrag.css. */
/**
 * @file
 * Visual styles for table drag.
 */

tr.drag {
  background-color: #fffff0;
}
tr.drag-previous {
  background-color: #ffd;
}
.tabledrag-changed.warning {
  margin-bottom: 0.5rem;
  color: var(--bs-warning);
}
a.tabledrag-handle .handle {
  width: 25px;
  height: 25px;
}
.tabledrag-cell-content>* {
  display: table-cell;
  vertical-align: middle;
}
/* Source and licensing information for the above line(s) can be found at https://www.japancar-service.ru/themes/contrib/bootstrap/css/components/tabledrag.css. */