.cursor-move {
  cursor: move;
}
#sortable tr {
  transition: background-color 0.2s;
}
#sortable tr:hover {
  background-color: rgba(0,0,0,0.03);
}
.ui-sortable-helper {
  display: table;
  background-color: rgba(255,255,255,0.9) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
