path{
    stroke: white;
    fill: #C0C0C0 !important;
    transition: fill .4s ease;
}

path:hover{
    fill: #97cdc9 !important;
}
#ind-map{
    display: block;
    position: absolute;
    top: 0;
    left: 50px;
    width: 100%;
    height: 100%;

}

path:hover, circle:hover{
    stroke: white !important;
    stroke-width: 2px;
    stroke-linejoin: round;
    fill: #BEDC74 !important;
    cursor: pointer;
}

#path67{
    fill: none !important;
    stroke: #a9a9a9 !important;
    cursor: default;
}

#detailes-box1{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-color: #000000;
    border: 2px solid #BF0A30;
    border-radius: 5px;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
}

#detailes-box{
    padding: 1rem;
    border-radius: 8px;
    font-size: 14px;
    position: fixed;
    color: black;
    font-family: "Poppins";
    background-color: #ecf9ec;
    width: fit-content;
    transform: translateX(-50%);
    transition: opacity .4s ease; 
}
