svg .polygon {
    stroke: black;
    stroke-width: .3px;
    cursor: pointer;
}

div.tooltip {
    padding: 10px;
    font-family: Inter;
    position: absolute;
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 0, 0, .9);
    border-radius: 10px;
    pointer-events: none;
    color: white;
    font-size: 0.8rem;
}

.legendTitle {
    font-family: Inter;
    font-weight: 600;
}

.map_tooltip {
    /* background-color:grey; */
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}