.auto-search-wrapper {
}

.auto-search-wrapper input {
  padding-right: 25px;
}

.auto-search-wrapper input:focus {
}

.auto-search-wrapper input::-ms-clear {
}

.auto-search-wrapper ul {
}

.auto-search-wrapper ul li {
}

.auto-search-wrapper ul li:not(:last-child) {
}

.auto-search-wrapper ul li[disabled] {
}

.auto-search-wrapper .auto-expanded {
}

.auto-search-wrapper.loupe:before {
}

.auto-is-loading:after {
  right: 0;
  border: 2px solid #808080;
  border-left-color: #d9d9d9;
  border-top-color: #d9d9d9;
}

.auto-is-loading .auto-clear {
}

@keyframes auto-spinner {
  to {
    transform: rotate(1turn);
  }
}

li.loupe:before {
}

.loupe input {
  padding: 12px 45px 12px 40px;
}

.loupe:before {
}

.auto-selected:before {
}

.auto-clear {
  right: -10px;
}

.auto-clear:before {
}

.auto-clear span {
}

.auto-results-wrapper {
}

.auto-results-wrapper ul > .loupe {
  padding-left: 40px;
}

.auto-results-wrapper.auto-is-active {
}

.auto-selected {
}

.auto-selected + li:before {
}

.auto-error {
}

.auto-error::placeholder {
  color: #ff6666;
}

.hidden {
}

.leaflet-search {
  width: 17px;
  height: 17px;
}

.leaflet-autocomplete {
  background: #fff;
  padding: 5px;
  width: 26px;
  height: 26px;
  border: 1px solid #ccc;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
  transition: width 200ms ease-in;
}

.leaflet-autocomplete,
:after,
:before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.leaflet-autocomplete svg {
  position: absolute;
  width: 17px;
  left: 3px;
}

.leaflet-autocomplete .auto-search-wrapper {
  display: none;
  padding-left: 5px;
}

.leaflet-autocomplete .loupe:before {
  left: 0;
  top: 4px;
  width: 15px;
  background-repeat: no-repeat;
}

.leaflet-autocomplete .auto-search-wrapper ul li {
  padding: 0px 0px 0px 20px;
  border-top: 1px solid rgb(240, 240, 240);
  font-size: 14px;
}

.leaflet-autocomplete.active-autocomplete {
  width: 295px;
  height: 50px;
}

.leaflet-autocomplete.active-autocomplete .auto-results-wrapper.auto-is-active {
  margin-top: 9px;
  border-top: 1px solid #858585;
  border-radius: 0 0 5px 5px;
}

.leaflet-autocomplete.active-autocomplete .auto-search-wrapper {
  display: block;
}

.leaflet-touch .leaflet-autocomplete {
  padding: 15px;
}

.leaflet-touch .leaflet-autocomplete svg {
  width: 20px;
  left: 5px;
  top: 5px;
}
