/* Required styles */ .leaflet-pane, .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile-container, .leaflet-pane > svg, .leaflet-pane > canvas, .leaflet-zoom-box, .leaflet-image-layer, .leaflet-layer { position: absolute; left: 0; top: 0; } .leaflet-container { overflow: hidden; } .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow { user-select: none; -webkit-user-drag: none; } .leaflet-safari .leaflet-tile { image-rendering: -webkit-optimize-contrast; } .leaflet-safari .leaflet-tile-container { width: 1600px; height: 1600px; -webkit-transform-origin: 0 0; } .leaflet-marker-icon, .leaflet-marker-shadow { display: block; } .leaflet-container .leaflet-overlay-pane svg { max-width: none !important; max-height: none !important; } .leaflet-container .leaflet-marker-pane img, .leaflet-container .leaflet-shadow-pane img, .leaflet-container .leaflet-tile-pane img, .leaflet-container img.leaflet-image-layer, .leaflet-container .leaflet-tile { width: auto; max-width: none !important; max-height: none !important; padding: 0; } .leaflet-container img.leaflet-tile { mix-blend-mode: plus-lighter; } .leaflet-container.leaflet-touch-zoom { touch-action: pan-x pan-y; } .leaflet-container.leaflet-touch-drag { touch-action: none; touch-action: pinch-zoom; } .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom { touch-action: none; } .leaflet-container { -webkit-tap-highlight-color: transparent; } .leaflet-container a { -webkit-tap-highlight-color: rgb(51 181 229 / 40%); } .leaflet-tile { visibility: hidden; } .leaflet-tile-loaded { visibility: inherit; } .leaflet-zoom-box { width: 0; height: 0; box-sizing: border-box; z-index: 800; } .leaflet-pane { z-index: 400; } .leaflet-tile-pane { z-index: 200; } .leaflet-overlay-pane { z-index: 400; } .leaflet-shadow-pane { z-index: 500; } .leaflet-marker-pane { z-index: 600; } .leaflet-tooltip-pane { z-index: 650; } .leaflet-popup-pane { z-index: 700; } .leaflet-map-pane canvas { z-index: 100; } .leaflet-map-pane svg { z-index: 200; } /* Control positioning */ .leaflet-control { z-index: 800; position: relative; pointer-events: auto; } .leaflet-top, .leaflet-bottom { z-index: 1000; position: absolute; pointer-events: none; } .leaflet-top { top: 0; } .leaflet-right { right: 0; } .leaflet-bottom { bottom: 0; } .leaflet-left { left: 0; } .leaflet-control { float: left; clear: both; } .leaflet-right .leaflet-control { float: right; } .leaflet-top .leaflet-control { margin-top: 10px; } .leaflet-bottom .leaflet-control { margin-bottom: 10px; } .leaflet-left .leaflet-control { margin-left: 10px; } .leaflet-right .leaflet-control { margin-right: 10px; } /* Zoom and fade animations */ .leaflet-fade-anim .leaflet-popup { opacity: 0; transition: opacity 0.2s linear; } .leaflet-fade-anim .leaflet-map-pane .leaflet-popup { opacity: 1; } .leaflet-zoom-animated { transform-origin: 0 0; } svg.leaflet-zoom-animated { will-change: transform; } .leaflet-zoom-anim .leaflet-zoom-animated { transition: transform 0.25s cubic-bezier(0,0,0.25,1); } .leaflet-zoom-anim .leaflet-tile, .leaflet-pan-anim .leaflet-tile { transition: none; } .leaflet-zoom-anim .leaflet-zoom-hide { visibility: hidden; } /* Cursors */ .leaflet-interactive { cursor: pointer; } .leaflet-grab { cursor: grab; } .leaflet-crosshair, .leaflet-crosshair .leaflet-interactive { cursor: crosshair; } .leaflet-popup-pane, .leaflet-control { cursor: auto; } .leaflet-dragging .leaflet-grab, .leaflet-dragging .leaflet-grab .leaflet-interactive, .leaflet-dragging .leaflet-marker-draggable { cursor: grabbing; } /* Marker & overlays interactivity */ .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-image-layer, .leaflet-pane > svg path, .leaflet-tile-container { pointer-events: none; } .leaflet-marker-icon.leaflet-interactive, .leaflet-image-layer.leaflet-interactive, .leaflet-pane > svg path.leaflet-interactive, svg.leaflet-image-layer.leaflet-interactive path { pointer-events: auto; } /* Visual tweaks */ .leaflet-container { background-color: #f9fafc; outline-offset: 1px; } .leaflet-container a { color: #148F2B; } .leaflet-zoom-box { background: #f9fafc; border: 2px dotted #38f; } /* General typography */ .leaflet-container { font-family: inherit; font-size: 12px; font-size: 0.75rem; line-height: 1.5; } /* General toolbar styles */ .leaflet-bar { box-shadow: 0 1px 5px rgb(0 0 0 / 65%); border-radius: 8px; } .leaflet-bar a { background-color: #fff; width: 36px; height: 36px; display: block; color: #000; line-height: 36px; text-align: center; text-decoration: none; } .leaflet-bar a, .leaflet-control-layers-toggle { background-position: 50% 50%; background-repeat: no-repeat; display: block; } .leaflet-bar a:hover, .leaflet-bar a:focus { background-color: #f9fafc; } .leaflet-bar a:first-child { border-top-left-radius: 8px; border-top-right-radius: 8px; } .leaflet-bar a:last-child { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-bottom: none; } .leaflet-bar a.leaflet-disabled { background-color: #f9fafc; cursor: default; color: #999; } .leaflet-touch .leaflet-bar a { width: 40px; height: 40px; line-height: 40px; } .leaflet-touch .leaflet-bar a:first-child { border-top-left-radius: 14px; border-top-right-radius: 14px; } .leaflet-touch .leaflet-bar a:last-child { border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; } /* Zoom control */ .leaflet-control-zoom-in, .leaflet-control-zoom-out { position: relative; font-size: 0; box-shadow: 0 1px 2px rgb(60 60 60 / 30%), 0 1px 3px 1px rgb(60 60 60 / 15%); } .leaflet-control-zoom-in:after, .leaflet-control-zoom-out:after { content: ""; position: absolute; top: 8px; left: 8px; background-repeat: no-repeat; background-size: 24px; width: 24px; height: 24px; display: block; } .leaflet-control-zoom-in:after { background-image: url(../images/zoom-in.png); } .leaflet-control-zoom-out:after { background-image: url(../images/zoom-out.png); } .leaflet-retina .leaflet-control-zoom-in:after { background-image: url(../images/zoom-in@2x.png); } .leaflet-retina .leaflet-control-zoom-out:after { background-image: url(../images/zoom-out@2x.png); } /* Layers control */ .leaflet-control-layers { background-color: #f9fafc; border-radius: 8px; } .leaflet-control-layers-toggle { position: relative; width: 36px; height: 36px; } .leaflet-control-layers-toggle:after { content: ""; position: absolute; top: 6px; left: 6px; background-repeat: no-repeat; background-size: 24px; width: 24px; height: 24px; display: block; } .leaflet-control-layers-toggle:after { background-image: url(../images/layers-toggle.png); } .leaflet-retina .leaflet-control-layers-toggle:after { background-image: url(../images/layers-toggle@2x.png); } .leaflet-control-layers .leaflet-control-layers-list, .leaflet-control-layers-expanded .leaflet-control-layers-toggle { display: none; } .leaflet-control-layers-expanded .leaflet-control-layers-list { position: relative; display: block; } .leaflet-control-layers-list { border: 0; margin: 0; padding: 0; } .leaflet-control-layers-expanded { background-color: #f9fafc; color: #000; padding: 6px 10px 6px 6px; } .leaflet-control-layers-scrollbar { overflow-y: scroll; overflow-x: hidden; padding-right: 5px; } .leaflet-control-layers-selector { position: relative; top: 1px; margin-top: 2px; } .leaflet-control-layers label { display: block; font-size: 13px; } .leaflet-control-layers-separator { height: 0; border-top: 1px solid #f9fafc; margin: 5px -10px 5px -6px; } /* Attribution and scale controls */ .leaflet-container .leaflet-control-attribution { background-color: #f9fafc; margin: 0; } .leaflet-control-attribution, .leaflet-control-scale-line { color: #000; line-height: 1.4; padding: 0 5px; } .leaflet-control-attribution a { text-decoration: none; } .leaflet-control-attribution a:hover, .leaflet-control-attribution a:focus { text-decoration: underline; } .leaflet-attribution-flag { width: 1em; height: 0.6669em; display: inline !important; vertical-align: baseline !important; } .leaflet-left .leaflet-control-scale { margin-left: 5px; } .leaflet-bottom .leaflet-control-scale { margin-bottom: 5px; } .leaflet-control-scale-line { background: rgb(255 255 255 / 80%); line-height: 1.1; white-space: nowrap; text-shadow: 1px 1px #fff; border: 2px solid #777; border-top: none; padding: 2px 5px 1px; box-sizing: border-box; } .leaflet-control-scale-line:not(:first-child) { border-top: 2px solid #777; border-bottom: none; margin-top: -2px; } .leaflet-control-scale-line:not(:first-child):not(:last-child) { border-bottom: 2px solid #777; } .leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar { box-shadow: none; } .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar { background-clip: padding-box; } /* Popup */ .leaflet-popup { position: absolute; text-align: center; margin-bottom: 20px; } .leaflet-popup-content-wrapper { padding: 1px; text-align: left; border-radius: 8px; } .leaflet-popup-content { min-height: 1px; font-size: 13px; line-height: 1.3; margin: 13px 24px 13px 20px; } .leaflet-popup-content p { margin: 17px 0; margin: 1.3em 0; } .leaflet-popup-tip-container { position: absolute; left: 50%; width: 40px; height: 20px; overflow: hidden; pointer-events: none; margin-top: -1px; margin-left: -20px; } .leaflet-popup-tip { width: 17px; height: 17px; pointer-events: auto; transform: rotate(45deg); padding: 1px; margin: -10px auto 0; } .leaflet-popup-content-wrapper, .leaflet-popup-tip { background-color: #f9fafc; color: #000; } .leaflet-container a.leaflet-popup-close-button { position: absolute; top: 0; right: 0; background: transparent; width: 24px; height: 24px; color: #000; font: 16px/24px Tahoma, Verdana, sans-serif; text-align: center; border: none; text-decoration: none; } .leaflet-container a.leaflet-popup-close-button:hover, .leaflet-container a.leaflet-popup-close-button:focus { color: #585858; } .leaflet-popup-scrolled { overflow: auto; } /* Div icon */ .leaflet-div-icon { background: #fff; border: 1px solid #666; } /* Tooltip */ .leaflet-tooltip { position: absolute; background-color: #fff; color: #000; white-space: nowrap; user-select: none; pointer-events: none; border: 1px solid #fff; border-radius: 8px; padding: 6px; } .leaflet-tooltip.leaflet-interactive { cursor: pointer; pointer-events: auto; } .leaflet-tooltip-top:before, .leaflet-tooltip-bottom:before, .leaflet-tooltip-left:before, .leaflet-tooltip-right:before { content: ""; position: absolute; background: transparent; pointer-events: none; border: 6px solid transparent; } /* Directions */ .leaflet-tooltip-bottom { margin-top: 6px; } .leaflet-tooltip-top { margin-top: -6px; } .leaflet-tooltip-bottom:before, .leaflet-tooltip-top:before { left: 50%; margin-left: -6px; } .leaflet-tooltip-top:before { bottom: 0; margin-bottom: -12px; border-top-color: #fff; } .leaflet-tooltip-bottom:before { top: 0; margin-top: -12px; margin-left: -6px; border-bottom-color: #fff; } .leaflet-tooltip-left { margin-left: -6px; } .leaflet-tooltip-right { margin-left: 6px; } .leaflet-tooltip-left:before, .leaflet-tooltip-right:before { top: 50%; margin-top: -6px; } .leaflet-tooltip-left:before { right: 0; border-left-color: #fff; margin-right: -12px; } .leaflet-tooltip-right:before { left: 0; border-right-color: #fff; margin-left: -12px; } /* Printing */ @media print { .leaflet-control { -webkit-print-color-adjust: exact; print-color-adjust: exact; } }