body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

#map {
    height: 100vh; /* Adjust height for the map */
    width: 100vw;
    border: 2px solid #ddd;
}

.leaflet-routing-container.leaflet-bar.leaflet-control {
    display: none !important;
}

.map-search {
    width: 240px;
    position: fixed;
    z-index: 999999999;
    bottom: 120px;
    left: calc(50% - 120px);
    display: block;
} .map-search img {
    width: 100%;
}