body {
  font-family: sans-serif;
}

.input-wrap-number {
  width: max-content;
}

.grd-main {
  grid-template-columns: 320px auto;
  grid-template-rows: 1fr;
  gap: 1em;
  height: 100vh;
}

.aside {
  background-image: none;
}

.main {
  position: relative;
  height: 100%;
}

.leafletMap {
  width: 100%;
  height: 100%;
}

.leaflet-tile-pane {
  filter: grayscale(100%);
}/*# sourceMappingURL=style_geosearch.css.map */