.table-scroll td .checkbox-datetime-cell {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;

  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;

  gap: 8px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

.table-scroll td .checkbox-datetime-cell .cell-checkbox {
  flex: 0 0 20px !important;

  width: 20px !important;
  height: 20px !important;

  margin: 0 !important;
  padding: 0 !important;
}

.table-scroll td .checkbox-datetime-cell span {
  display: block !important;
  flex: 1 1 auto !important;

  min-width: 0 !important;
  max-width: calc(100% - 28px) !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.table-scroll td:has(.checkbox-datetime-cell) {
  overflow: hidden !important;
}

.table-scroll td[data-mo-alignment="center"] .checkbox-datetime-cell {
  justify-content: center !important;
}

.table-scroll td[data-mo-alignment="right"] .checkbox-datetime-cell {
  justify-content: flex-end !important;
}
