.leaflet-left .leaflet-control.active {
    border-color: rgb(51, 136, 255);
}
.leaflet-left .leaflet-control.active a {
    color: rgb(51, 136, 255);
}
.leaflet-left .leaflet-bar a {
    font-size: 22px;
    line-height: 26px;
}
.leaflet-right ul.leaflet-control-geocoder-alternatives {
    width: 100%;
}
.leaflet-div-icon {
    background: none;
    border: 0;
}

.leaflet-control-geocoder-form-no-error {
    display: none;
}
.leaflet-control-geocoder {
    position: relative;
}
.leaflet-control-geocoder-expanded .leaflet-control-geocoder-form {
    display: block;
}
.leaflet-control-geocoder-form input {
    width: 100%;
}
.leaflet-control-geocoder-alternatives {
    display: block;
    width: 272px;
    list-style: none;
    padding: 0;
    margin: 0;
    background: white;
    width: 100%;
    border: 1px solid #cccccc;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 10000;
    text-align: left;
}
.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-bottom: 1px solid #ccc;
    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: #f5f5f5;
}