.leaflet-popup-content-wrapper {
    width: 365px;
}


.leaflet-popup-content {
    width: 380px;
}

.leaflet-container a.leaflet-popup-close-button {
    background-color: green;
    color: white;
    text-align: center;
    border-radius: 7px;
}



.container, .container-lg, .container-md, .container-sm {
        width: 100vw;
        margin: 0px;
    }

main.container {
    margin: 0px !important;
}


.map-legend {
  background: #ffffff;
  padding: 8px 10px;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.25);
  font-size: 12px;
  line-height: 1.3;
}

.map-legend .legend-title {
  font-weight: 600;
  margin-bottom: 6px;
  color: #002d56;
}

.map-legend .legend-item {
  display: flex;
  align-items: center;
  margin: 4px 0;
}

.map-legend .legend-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  align-items: center;
  justify-content: center;
}
