#map {
    display: flex;
    justify-content: center;
    width: 100% !important;
}

#map_inner div a {
    position: absolute;
    left: 9999px !important;
}

#map .tt_sm {
    font-family: 'Anakotmai', sans-serif;
    background-color: #2f3136;
    color: white
}

#map svg {
    filter: drop-shadow(0px 10px 5px rgb(0 0 0 / 0.2));
}

/* #map path:hover {
    filter: drop-shadow(0px 10px 5px rgb(0 0 0 / 0.2));
} */

#map #map_access {
    display: none !important;
}

.state-data-detail {
    display: none;
}
tspan,
#map .tt_sm,
.tt_custom_sm {
    font-family: 'DB HEAVENT';
}
tspan {
    /* font-size: 30px; */
}
#map .tt_sm {
    font-size: 20px;
}
.tt_custom_sm {
    font-size: 18px;
}

/* @media screen and (max-width:575.98px) {
    #map #map_zoom {
        left: 300px;
    }
} */