.leaflet-control-zoom {
    display: flex !important;
    gap: 5px;
    flex-direction: column;
    border: none !important
}

.leaflet-control-zoom-to-start img {
    content: url(images/zoom-to-start.svg);
}

.leaflet-control-zoom-in img {
    content: url(images/zoom-in.svg);
}

.leaflet-control-zoom-out img {
    content: url(images/zoom-out.svg);
}

.leaflet-control-zoom-to-area img {
    content: url(images/zoom-to-area.svg);
    width: 70%;
    height: 75%;
}

.leaflet-container.crosshair-cursor-enabled {
    cursor:crosshair;
}

@media
(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .leaflet-control-zoom-to-start {
        background-image:var(--zb-zoomtostart-url);
    }
    .leaflet-control-zoom-to-area {
        background-image: url(../../icons/map/leaflet_plugins/zoom-to-area.svg);
    }
}