#map {
    height: 450px;
    font-family: 'ArtHouseMed';
    color: #4d4d4d;
}
.leaflet-popup-content-wrapper {
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #ada8a4;
}
#map b {
    font-family: 'ArtHouseBold';
    font-size: 14px;
}
.leaflet-popup-content {
    margin: 15px;
}
.leaflet-container a.leaflet-popup-close-button {
    visibility: hidden;
}
.leaflet-container .truncated-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.leaflet-container .expanded-text {
    -webkit-line-clamp: unset;
    display: block;
    overflow: visible;
    text-overflow: unset;
}
.legend {
    font-size: 12px;
    background: white;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.legend i,
.tooltip-i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px 0 10px;
  float: left;
  /* fill-opacity: 0.5; */
}

.tooltip-i {
    margin-left: 0 !important;
}

.beach-status {
    font-weight: 500;
    margin-bottom: 0px !important;
    margin-top: 0px !Important;
}

.tooltip-title {
    margin-bottom: 7px !important;
}

.tooltip-p.updated-note {
    margin-top: 5px !important;
    color: #7d7d7d !important;
    font-style: italic;
}

.tooltip-p {
    font-size: 12px;
    margin-top: 10px;
}

.legend i.icon {
  background-size: 12px;
}