body {
  background-color: #121212;
  color: #e0e0e0;
}
nav, footer.page-footer {
  background-color: #1e1e1e;
}
.map-container {
  height: 80vh;
  margin-top: 20px;
  border: 2px solid #333;
  border-radius: 10px;
}
.leaflet-control-zoom {
  filter: invert(1);
}

/* MENU SIDENAV DARK */
.sidenav-dark {
  background-color: #1e1e1e !important;
}
.sidenav-dark a {
  color: #e0e0e0 !important;
}
.sidenav-dark .material-icons {
  color: #e0e0e0 !important;
}


input[type="text"],
textarea,
select {
  color: white !important;
}

input::placeholder,
textarea::placeholder {
  color: #ccc !important;
}

input:focus,
textarea:focus {
  border-bottom: 1px solid #fff !important;
  box-shadow: 0 1px 0 0 #fff !important;
}

label {
  color: white !important;
}
