.checkbox-datetime-cell {
  min-width: 205px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkbox-datetime-cell .cell-checkbox {
  flex: 0 0 auto;
  cursor: pointer;
}

.checkbox-datetime-cell span {
  overflow: hidden;
  color: rgba(226, 232, 240, 0.82);
  font-size: 12px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  user-select: text;
}
