body.mo-edit-mode
  .table-scroll
  table
  thead
  th[data-column-id] {
  cursor: grab !important;
  user-select: none !important;
  transition:
    opacity 140ms ease,
    box-shadow 140ms ease,
    background-color 140ms ease !important;
}

body.mo-edit-mode
  .table-scroll
  table
  thead
  th[data-column-id]:active {
  cursor: grabbing !important;
}

body.mo-edit-mode
  .table-scroll
  table
  thead
  th.mo-column-dragging {
  opacity: 0.42 !important;
}

body.mo-edit-mode
  .table-scroll
  table
  thead
  th.mo-column-drop-before {
  box-shadow:
    inset 4px 0 0 #7c9cff,
    0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

body.mo-edit-mode
  .table-scroll
  table
  thead
  th.mo-column-drop-after {
  box-shadow:
    inset -4px 0 0 #7c9cff,
    0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

body.mo-column-order-saving,
body.mo-column-order-saving * {
  cursor: progress !important;
}
