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;
  }
}
/* Hide any residual Traccar disclaimers */
div[class*='disclaimer'], div[class*='Disclaimer'] {
  display: none !important;
}



.maplibregl-ctrl-attrib-inner {
    font-size: 0 !important; /* Esconde todo o texto padrão */
}
.maplibregl-ctrl-attrib-inner a {
    font-size: 10px !important; /* Mostra apenas os links de atribuição */
    visibility: visible !important;
}

