@import url(https://fonts.googleapis.com/css?family=Lato&display=swap);

:root {
  --icon-place: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16 0C10.477 0 6 4.477 6 10c0 10 10 22 10 22s10-12 10-22c0-5.523-4.477-10-10-10zm0 16a6 6 0 110-12 6 6 0 010 12z'/%3E%3C/svg%3E");
}

*,
:after,
:before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
#map {
  height: 100%;
}

body,
html,
#map {
  margin: 0;
  padding: 0;
}

#map {
  margin: 0 -15px;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-family: Lato, sans-serif;
  min-height: 100%;
  background: #fff;
  padding: 0 15px;
}

h1 {
  letter-spacing: 1px;
}

.container {
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
}

.auto-search-wrapper {
  margin: 10px auto;
}

.leaflet-container{
  background-color: #fff;
}

.auto-results-wrapper{
border-width: 0px;
}

.auto-selected{
  background-color: #fff;
}

.auto-search-wrapper .auto-expanded{
  margin-bottom: 10px;
  
}
.loupe:before {
  display: none;
}

.loupe input{
  padding-left: 10px;
}

.auto-search-wrapper ul {
  list-style: none;
  margin: 0;
  overflow: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.auto-search-wrapper ul li:not(:last-child){
  width: 100%;
}

.auto-search-wrapper ul li {
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  padding: 10px;
  position: relative;
  width: 100%;
}



.auto-clear:before {
  content: var(--close-button);
  height: 24px;
  line-height: 100%;
  width: 24px;
  background-color: #ddd;
  border-radius: 22px;
  /* top: 10px; */
  position: absolute;
  top: 10px;
  padding: 3px;
}

.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  box-shadow: none;
  display: none;
}
