#axxo-back-top{
    position:fixed;
    right:30px;
    bottom:30px;
    width:60px;
    height:60px;
    border:none;
    border-radius:50%;
    background:#050460;
    cursor:pointer;
    z-index:999;
    opacity:0;
    visibility:hidden;
    transition:.3s;
}



#axxo-back-top.active{

    opacity:1;

    visibility:visible;

}



.progress-ring{

    position:absolute;

    inset:0;

    transform:rotate(-90deg);

}



.progress-bg{

    fill:none;

    stroke:#444;

    stroke-width:3;
}



.progress-bar{
    fill:none;
    stroke:#ffffff;
    stroke-width:3;
    stroke-dasharray:164;
    stroke-dashoffset:164;

}



.icon{

    color:white;

    font-size:22px;

}