html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

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


/* === AXIS GPS BRANDING === */

/* Esconde logo SVG original */
.MuiAppBar-root svg {
  display: none !important;
}

/* Insere logo Axis */
.MuiAppBar-root .MuiToolbar-root::before {
  content: "";
  display: block;
  width: 140px;
  height: 40px;
  background-image: url("/axis-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
}
