html, body {
  height: 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;
  }
}

/* NK Marine Tracking - Custom Logo Override */
.muiltr-1jqvrf-sidebar svg.muiltr-b5ygvr-image > g {
  display: none !important;
}
.muiltr-1jqvrf-sidebar svg.muiltr-b5ygvr-image {
  background-image: url('/logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 420px !important;
  max-width: 420px !important;
  height: 260px !important;
  max-height: 260px !important;
}
