body:not(.mo-edit-mode) .table-scroll th.row-actions-column,
body:not(.mo-edit-mode) .table-scroll td.row-actions-column {
  display: none !important;
}

body.mo-edit-mode .table-scroll th.row-actions-column,
body.mo-edit-mode .table-scroll td.row-actions-column {
  display: table-cell;
}

.actions-menu .mo-edit-mode-action.is-active {
  background: rgba(99, 102, 241, 0.16);
  box-shadow: inset 0 0 0 1px rgba(129, 140, 248, 0.24);
}

.actions-menu .mo-edit-mode-action .mo-edit-mode-icon {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  flex: 0 0 26px;
  border-radius: 8px;
  background: rgba(99, 102, 241, 0.14);
  color: #c7d2fe;
  font-size: 17px;
  font-weight: 700;
}

body.mo-edit-mode .table-panel {
  box-shadow:
    inset 0 0 0 1px rgba(129, 140, 248, 0.22),
    0 18px 55px rgba(0, 0, 0, 0.24);
}

body:not(.mo-edit-mode) .table-footer > button {
  display: none !important;
}

body.mo-edit-mode .table-footer > button {
  display: flex !important;
}
