.leaflet-control-zoom-in, .leaflet-control-zoom-out {
    color: white !important;
    background-color: #01B4FF !important;
    font-size: 40px !important;
}

.leaflet-control-zoom-in:hover, .leaflet-control-zoom-out:hover {
    background-color: #37c0fb !important;
}

.leaflet-bar a {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    border-radius: 0 !important;
    border-color: white !important;
}

/* If using filter for dark mode: */
/*.leaflet-layer {            
    filter: var(--leaflet-layer-filter); 
}*/

/*.leaflet-layer {
    filter: invert(100%) hue-rotate(180deg) brightness(95%) contrast(90%);
}*/