/* Ночные часы в табеле. */

.timesheet-night-hours {
  display: block;
  margin-top: 2px;
  color: var(--muted-text, #68747d);
  font-size: 9px;
  font-weight: 650;
  line-height: 1.05;
  white-space: nowrap;
}

.timesheet-night-total-header,
.timesheet-night-total-cell {
  width: 58px;
  min-width: 58px;
  text-align: center;
}

.timesheet-night-total-header {
  background: #edf5f4 !important;
}

.timesheet-night-total-cell {
  color: #53666b;
  font-weight: 700;
  background: #f8fbfb !important;
}

html[data-theme="dark"] .timesheet-night-hours {
  color: var(--theme-text-muted, #91a69e);
}

html[data-theme="dark"] .timesheet-night-total-header {
  color: #eaf7f2 !important;
  background: #16231f !important;
}

html[data-theme="dark"] .timesheet-night-total-cell {
  color: var(--theme-text-secondary, #d6e7e1) !important;
  background: #13201c !important;
}
