/* custom icon style for USGS pinpoint  */
.custom-pin-icon-USGS {
    width: 16px;
    height: 16px;
    background-color: blue;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

/* custom icon style for OWRB pinpoint  */
.custom-pin-icon-OWRB {
    width: 16px;
    height: 16px;
    background-color: #01610e;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

/* custom icon style for USACE pinpoint  */
.custom-pin-icon-USACE {
    width: 16px;
    height: 16px;
    background-color: #aa0101;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}