html, body {
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
}

@media (prefers-color-scheme: dark) {
  body {
    background: black;
  }
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media print {
  * {
    height: auto !important;
    overflow: visible !important;
  }
}
.reports-root {
  font-size: 0.8rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.reports-root > div {
  min-height: 0;
}

.reports-root .MuiTable-root {
  font-variant-numeric: tabular-nums;
}

.reports-root .MuiTableCell {
  font-size: 0.8rem;
  line-height: 1.3;
  padding: 4px 8px;
  text-align: center !important;
  vertical-align: middle;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  border-color: rgba(128, 128, 128, 0.15);
}

.reports-root .MuiTableCell-head {
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.25;
  white-space: normal;
  text-align: center !important;
  background: rgba(128, 128, 128, 0.08);
}

.reports-root .MuiTableRow-root:hover .MuiTableCell-body {
  background: rgba(128, 128, 128, 0.06);
}

