#mPopup-container,
.mPopup-container {
    position: absolute;
    top: 28vh;
    left: 10px;
    display: none;
    z-index: 4000;
    max-width: 350px;
    background: white;
    word-break: break-word;
    font-size: small;
}

.mPopup-content {
    padding: 1em;
    max-height: 300px;
    overflow: auto;
    font-size: smaller;
}

.leaflet-popup-content {
    line-height: unset;
    font-size: 13px;
    font-size: 1.08333em;
    min-height: 1px;
    width: max-content !important;
    max-height: 300px;
    overflow: auto;
}

.mPopup-container tr {
    border-bottom: 1px solid rgb(0 0 0 / 8%);
}

    .mPopup-container td {
    max-width: 350px;
    min-width: 100px;
    padding: 5px 10px;
}

.leaflet-popup-close-button {
    /* display: inline-block;
    position: absolute;
    top: 7px;
    right: 5px; */
    color: white;
    border-bottom: none;
    background: transparent;
    border: none;
    border-radius: 15px;
}

.leaflet-popup-close-button:hover {
    background: whitesmoke;
    color: black;
}
.mPopup-content .sticky-top{
    top: -12px;
}