.onroute-leaflet-map {
    width: 100%;
    height: 70vh;
    min-height: 460px;
    background: #e8eef3;
    border-radius: 4px;
}
.leaflet-container svg,
.leaflet-container canvas {
    max-width: none !important;
    max-height: none !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
}
.leaflet-container .leaflet-overlay-pane {
    z-index: 400;
    overflow: visible !important;
}
.leaflet-container .leaflet-control-zoom {
    border: 2px solid rgba(0, 0, 0, 0.2);
    box-shadow: none;
}
.onroute-terminal {
    background: #2e9e4f !important;
    border: 3px solid #fff !important;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #2e9e4f;
}
.onroute-locate-wrap {
    margin-top: 8px !important;
    border: 0 !important;
    box-shadow: none !important;
}
.onroute-locate-btn {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    color: #333;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    font-size: 18px;
    text-decoration: none !important;
}
.onroute-locate-btn:hover {
    background: #f4f4f4;
}
