
/* Map Start */


#map-container {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

div#usa-map {
    width: 100% !important;
    height: auto !important;
}

#svggroup svg {
    width: 100% !important;
    height: auto;
}

#svggroup {
    background-color: #fff;
    padding: 2rem 0;
}

#svggroup path {
    transition: fill 0.5s ease;
    -moz-transition: fill 0.5s ease;
    -webkit-transition: fill 0.5s ease;
    /* fill: #b6d68b; */
}

/* #svggroup #s48 path {
    transition: fill 0.5s ease;
    -moz-transition: fill 0.5s ease;
    -webkit-transition: fill 0.5s ease;
    fill: #cfb48c;
} */

/* Map end */


#tooltip {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    min-width: 160px;
    flex-direction: column;
    transition: 0.1s ease;
    gap: 5px;
}

#tooltip h4 {
    margin: 0 0 10px;
    text-transform: uppercase;
}
