svg{

    height:auto;
}
.state:hover , .state:hover path{
    fill: #595959!important;
    cursor:pointer;
}
.state:hover{
    transition: fill 0.5s ease ;
}
.state:hover path{
    transition: fill 0.15s ease ;
}
