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.875rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

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