.leaflet-control-geocoder {
    background: #f8f8f8;
    border-radius: 4px !important;
    min-width: 28px;
    min-height: 28px;
    top: -40px;
    left: 290px;
    position: relative;
    transition: all ease 0.3s;
}
  
  .leaflet-touch .leaflet-control-geocoder {
    min-width: 30px;
    min-height: 30px;
    transition: all ease 0.3s;
  }
  
  .leaflet-control-geocoder a {
    border-bottom: none;
    display: inline-block;
  }

  .leaflet-control-geocoder .leaflet-control-geocoder-icon {
    background-image: url('../assets/lupa.svg') !important;
    background-size: 30px 30px !important;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 4px !important;
    cursor: pointer;
    border: none;
    display: inline-block;
  }
  
  .leaflet-control-geocoder .leaflet-control-geocoder-alternatives a {
    width: inherit;
    height: inherit;
    line-height: inherit;
  }
  
  .leaflet-control-geocoder a:hover,
  .leaflet-control-geocoder .leaflet-control-geocoder-icon:hover {
    border: none;
    display: inline-block;
  }
  
  .leaflet-control-geocoder-form {
    display: none;
    vertical-align: middle;
    margin-left: 8px;
    transition: all ease 0.3s;
  }
  .leaflet-control-geocoder-expanded .leaflet-control-geocoder-form {
    display: inline-block;
  }
  .leaflet-control-geocoder-form input {
    font-size: 120%;
    border: 0;
    background-color: transparent;
    width: 246px;
  }

  .leaflet-control-geocoder-icon {
    width: 30px;
    height: 30px;
  }

  .leaflet-control-geocoder-icon:hover {
    background-color: #bbb !important;
  }
  
  .leaflet-control-geocoder-form-no-error {
    display: none;
  }
  
  .leaflet-control-geocoder-form input:focus {
    outline: none;
  }
  
  .leaflet-control-geocoder-form button {
    display: none;
  }
  .leaflet-control-geocoder-error {
    margin-top: 8px;
    margin-left: 8px;
    display: block;
    color: #444;
  }
  .leaflet-control-geocoder-alternatives {
    display: block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .leaflet-control-geocoder-alternatives-minimized {
    display: none;
    height: 0;
  }
  .leaflet-control-geocoder-alternatives li {
    white-space: nowrap;
    display: block;
    overflow: hidden;
    padding: 5px 8px;
    text-overflow: ellipsis;
    border-top: 1px solid #5e5e5e;
    cursor: pointer;
  }
  
  .leaflet-control-geocoder-alternatives li a,
  .leaflet-control-geocoder-alternatives li a:hover {
    width: inherit;
    height: inherit;
    line-height: inherit;
    background: inherit;
    border-radius: inherit;
    text-align: left;
  }
  
  .leaflet-control-geocoder-alternatives li:last-child {
    border-bottom: none;
  }
  .leaflet-control-geocoder-alternatives li:hover,
  .leaflet-control-geocoder-selected {
    background-color: #bbb;
  }

  .leaflet-control-geocoder-address-context {
    color: #666;
  }

.leaflet-control-geocoder ul li {
    margin-bottom: 0;
    border-radius: 4px;

}