@import url('https://fonts.googleapis.com/css2?family=Mitr:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap');

#map {
    display: flex;
    justify-content: center;
    width: 100% !important;
}

#map_inner div a {
    position: absolute;
    left: 9999px !important;
}

#map .tt_sm {
    font-family: "Noto Sans Thai", 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: "Noto Sans Thai", sans-serif;
}
tspan {
    font-size: 16px;
}
#map .tt_sm {
    font-family: "Noto Sans Thai", sans-serif !important;
    font-size: 20px;
}
.tt_custom_sm {
    font-size: 16px;
}

/* @media screen and (max-width:575.98px) {
    #map #map_zoom {
        left: 300px;
    }
} */