.sahagroup-map {
    width: 100%;
    height: 0;
    padding-top: 48%;
    position: relative;
}

/* svg {
    position: absolute;
    top: 0;
    left: 0;
} */
polygon {
    z-index: -1000;
}


#us-map {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* path:hover, circle:hover {
    stroke: #002868 !important;
    stroke-width:2px;
    stroke-linejoin: round;
    fill: #002868 !important;
    cursor: pointer;
} */
rect:hover,
rect:hover {
    /* stroke: #002868 !important; */
    stroke-width: 4px;
    stroke-linejoin: round;
    fill: #002868 !important;
    cursor: pointer;
}

#path67 {
    fill: none !important;
    stroke: #A9A9A9 !important;
    cursor: default;
}

#info-box {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background-color: #ffffff;
    border: 2px solid #BF0A30;
    border-radius: 5px;
    padding: 5px;
}

.text-pre-wrap {
    white-space: pre-wrap !important;
    overflow-wrap: break-word;
}