/* Leaflet Control Geocoder - v1.13.0 */
.leaflet-control-geocoder {
  position: relative;
  z-index: 1000;
}

.leaflet-control-geocoder-form {
  display: none;
}

.leaflet-control-geocoder-expanded .leaflet-control-geocoder-form {
  display: block;
}

.leaflet-control-geocoder-form input {
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 4px 8px;
  width: 240px;
  height: 28px;
  box-sizing: border-box;
}

.leaflet-control-geocoder-icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
<path fill='%23333' d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0016 9.5 6.5 6.5 0 109.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/>\
</svg>");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.leaflet-control-geocoder-expanded .leaflet-control-geocoder-icon {
  display: none;
}

.leaflet-control-geocoder-alternatives {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  max-height: 200px;
  overflow-y: auto;
}

.leaflet-control-geocoder-alternatives li {
  padding: 5px 8px;
  cursor: pointer;
}

.leaflet-control-geocoder-alternatives li:hover,
.leaflet-control-geocoder-alternatives li.selected {
  background-color: #f0f0f0;
}

.leaflet-control-geocoder-error {
  color: #c00;
  padding: 5px;
}
