/* Leaflet Heat CSS - Local version to avoid CDN issues */

.leaflet-heatmap-layer {
    opacity: 1 !important;
}

.leaflet-container .leaflet-overlay-pane svg {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

.leaflet-container .leaflet-overlay-pane svg text {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

.leaflet-container .leaflet-overlay-pane svg .leaflet-zoom-anim {
    will-change: transform;
}

.leaflet-overlay-pane {
    z-index: 500;
}

.leaflet-heatmap-layer {
    z-index: 400;
}