/*#svg svg*/
/*{*/
/*    width: unset!important;*/
/*    height: unset!important;*/
/*}*/
#svg path
{
    /* stroke: unset!important;
    stroke-width: unset!important; */
    /* z-index: 200!important; */
        stroke: rgba(24, 90, 177, 0.5) !important;
    stroke-width: 0.3!important;
    fill: #f1f7ff !important;
    cursor: pointer;
}
#svg tspan
{
    cursor: pointer;
}

#svg polygon
{
         stroke: rgba(24, 90, 177, 0.5) !important;
    stroke-width: 0.3!important;
    fill: #f1f7ff !important;
}

path:hover
{
    /*fill: rgb(253, 145, 81) !important;*/
    /* transform-origin: center; */
    /* transform: scale(1.03); */
    /* transform-box: fill-box; */
        transition: cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;

    /* stroke: rgb(0, 110, 255)!important;
    stroke-width: 1.8!important; */

}
.circlegroup
{
    display: none;

}
/*.circlegroup:hover*/
/*{*/

/*    transform: scale(1.3);*/
/*    transition: cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;*/
/*    transform-origin: center;*/
/*    transform-box: fill-box;*/


/*}*/
.textspannumbers
{
    color: white;
    font-weight: 600;
    fill: #fdfdfd;

}
.district-borders
{
    display: none;
}

.circleofmap
{
    /*fill: #FFC53C;*/
}