.leaflet-popup-content {
    padding: 0;
    margin: 5px;
}

.leaflet-popup-content-wrapper {
    padding: 7px;
}


.tooltip-map-css table.table {
    margin-bottom: 0;
}

    .tooltip-map-css table.table tr td:first-child {
        --ct-table-accent-bg: #44b8db !important;
        color: #fff;
    }

    .tooltip-map-css table.table tr:first-child td:first-child {
        --ct-table-accent-bg: #f6f7fb !important;
        text-align: center;
        padding: 12px;
    }

.leaflet-container a.leaflet-popup-close-button {
    right: -7px;
    width: 20px;
    background: #df4d4d;
    height: 20px;
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
    line-height: 0;
    margin: 0;
    padding: 0;
    border-radius: 30px;
    top: -6px;
    font-size: 11px;
}

    .leaflet-container a.leaflet-popup-close-button:hover {
        background: #ed5c5c;
        color: #fff;
    }
