.map-container {
  height: 90vh;
  width: 100%;
  position: relative;
}

#map-map-lakes_map {
  height: 100% !important;
}


.map-container .irs-bar, .map-container .irs-bar-edge {
    border-color: #3dbfb2;
    background: #3dbfb2;
}


.disclaimer {
    margin-left: 50px;
    background: #0d3437;
    z-index: 1000;
    width: 270px;
    padding: 15px;
    height: fit-content;
    margin-bottom: auto;
    position: absolute;
    left: 260px;
    overflow-y: auto;
    max-height: 80vh;
}

.disclaimer h3 {
    color: white;
    font-size: 18px;
}

.disclaimer > * {
    color: white;
}

.disclaimer hr {
  border-top-color: #3dbfb2;
}



#risk-legend {
    width: auto;
    min-width: 150px;
    padding: 20px;
    right: 25px;
    z-index: 1;
    margin-right: 0;
    position: absolute;
}

#risk-legend .legend-columns {
  column-count: 1;
}

.circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #0d3437;
    float: left;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 30%;
}
.circle-container {
  display: flex;
}

#legend1.circle {
    background: #C0FFB5;
}
#legend2.circle {
    background: #D8EF82;
}
#legend3.circle {
    background: #E5E566;
}
#legend4.circle {
    background: #F1D74B;
}
#legend5.circle {
    background: #FEC332;
}
#legend6.circle {
    background: #FFA223;
}
#legend7.circle {
    background: #F6811B;
}
#legend8.circle {
    background: #DB6226;
}
#legend9.circle {
    background: #B43635;
}
#legend10.circle {
    background: #870329;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip  {
    background: #0d3437 !important;
    color: white !important;
    border: 1px solid #0d3437 !important;
}

.leaflet-popup-content-wrapper:before {
    border: 0 !important;
}

#network-filter {
    background: #0d3437;
    padding: 15px;
    border-radius: 25px;
    color: #fff;
    margin-bottom: 25px;
    right: 25px;
    bottom: 0;
    position: absolute;
    width: 300px;
}

#network-filter hr {
  margin-top: 0px;
}

.mapContainer {
  height: 100%;
}

.mapContainer .leaflet-popup-content-wrapper h3 {
  color: var(--ais-white);
  font-size: 18px;
}

.mapContainer .leaflet-popup-content-wrapper h4 {
  font-size: 12px;
  font-family: "Montserrat-Bold";
}

#map-map-lakes_map .leaflet-popup-content {
  width: 250px !important;
}


#map-controls {
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 1;
    display: block;
    padding: 25px;
}

#map-network-filterNetworkType {
  color: #fff;
}