@import url(./map/header.css);
@import url(./map/map-info.css);
@import url(./map/full-itinerary.css);

/* Map */
.map-container {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: relative;
}

.map {
  width: 100%;
  height: 100%;
  position: relative;
}

.leaflet-routing-container {
  display: none !important;
}

.leaflet-control-scale, .leaflet-bottom {
  z-index: 401 !important;
  pointer-events: none;
}

.leaflet-control-scale-line:first-child, .leaflet-control-scale-line:last-child {
  background-color: transparent !important;
  border-left: 2px solid var(--night) !important;
  border-right: 2px solid var(--night) !important;
}

.leaflet-control-scale-line:first-child {
  border-bottom: 2px solid var(--night) !important;
}

.leaflet-control-scale-line:last-child {
  border-top: 2px solid var(--night) !important;
}