/*ini untuk search location*/


.searchBox {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}

.leaflet-control-geocoder {
    width: 20em;
    background-color: whitesmoke;
}

.leaflet-control-geocoder input {
    width: 100%;
}