.leaflet-container {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.leaflet-container img.leaflet-tile {
  mix-blend-mode: normal !important;
}

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

.leaflet-container .leaflet-top {
  top: 0;
}

.leaflet-container .leaflet-bottom {
  bottom: 0;
}

.leaflet-container .leaflet-left {
  left: 0;
}

.leaflet-container .leaflet-right {
  right: 0;
}

.leaflet-container .leaflet-control {
  float: left;
  clear: both;
  pointer-events: auto;
}

.leaflet-container .leaflet-right .leaflet-control {
  float: right;
}

.leaflet-container .leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-container .leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-container .leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-container .leaflet-right .leaflet-control {
  margin-right: 10px;
}

.leaflet-container .leaflet-bar {
  box-shadow: none;
  border-radius: 4px;
  overflow: hidden;
}

.leaflet-container .leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000;
  padding: 0;
  margin: 0;
}

.leaflet-container .leaflet-bar a:hover,
.leaflet-container .leaflet-bar a:focus {
  background-color: #f4f4f4;
}

.leaflet-container .leaflet-bar a:last-child {
  border-bottom: none;
}

.leaflet-container.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-container .leaflet-control-zoom-in,
.leaflet-container .leaflet-control-zoom-out {
  font: bold 18px/26px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}

.leaflet-container.leaflet-touch .leaflet-control-zoom-in,
.leaflet-container.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
  line-height: 30px;
}

.leaflet-container .leaflet-control-attribution {
  background: rgba(255, 255, 255, 0.8);
  padding: 0 5px;
  font-size: 11px;
  line-height: 1.4;
  color: #333;
  white-space: nowrap;
}

.leaflet-container .leaflet-control-attribution a {
  color: #0078a8;
  text-decoration: none;
}

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

.leaflet-container .leaflet-control-attribution img {
  display: inline !important;
  max-width: none !important;
  width: 1em;
  height: 0.6669em;
  vertical-align: baseline;
}
