/*! Leaflet 1.9.4 CSS */
.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;
  background: #ddd;
  outline: 0;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-interactive {
  cursor: pointer;
}

.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,
.leaflet-map-pane svg,
.leaflet-map-pane img {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  z-index: 800;
}

.leaflet-pane > canvas {
  z-index: inherit;
}

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

.leaflet-container a {
  color: #0078A8;
}

.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control-zoom,
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0,0,0,0.65);
  border: 2px solid rgba(255,255,255,0.8);
  background-clip: padding-box;
}

.leaflet-control-zoom a,
.leaflet-control-layers-toggle {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000;
}

.leaflet-bar a:hover {
  background: #f4f4f4;
}

.leaflet-popup-pane {
  cursor: auto;
}

.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.leaflet-control-attribution {
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-container .leaflet-control-attribution {
  font-size: 11px;
}

.leaflet-container .leaflet-marker-icon,
.leaflet-container .leaflet-marker-shadow {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

.leaflet-container .leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-container .leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-tile {
  height: 256px;
  width: 256px;
}

.leaflet-container .leaflet-zoom-animated img {
  will-change: transform;
}

.leaflet-container .leaflet-grab {
  cursor: grab;
}

.leaflet-container .leaflet-dragging {
  cursor: move;
  cursor: grabbing;
}

.leaflet-touch-scrollbar {
  -webkit-overflow-scrolling: touch;
}

.leaflet-fade-anim .leaflet-tile,
.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: opacity,
              transform;
}

.leaflet-image-layer,
.leaflet-tile-layer {
  pointer-events: none;
}

@media print {
  .leaflet-control { display: none; }
}
