.map-background {
    fill: #FFFFFF;
    pointer-events: all;
}

.map-layer {
    fill: #FFFFFF;
    stroke: #AAAAAA;
}

.map-layer .active {
    fill: #0000FF;
    stroke: #FFFFFF;
}

.map-tooltip {
    position: absolute;
    padding: 10px 15px;
    background-color: #eeeeee;
    color: #222427;
    border-radius: 25px;
    pointer-events: none;
    z-index: 99999 !important;
}

.map-tooltip .title {
    font-size: larger;
    font-weight: bold;
    text-transform: capitalize;
}

.map-tooltip::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
}