.progress-wrap{position:fixed;right:50px;bottom:50px;height:30px;width:30px;cursor:pointer;display:block;border-radius:50px;box-shadow:inset 0 0 0 2px rgba(255,255,255,.2);z-index:10000;opacity:0;visibility:hidden;transform:translateY(15px);-webkit-transition:.2s linear;transition:.2s linear}.progress-wrap::after,.progress-wrap::before{position:absolute;content:'🡱';text-align:center;line-height:30px;font-size:12px;left:0;top:0;height:30px;width:30px;cursor:pointer;display:block;-webkit-transition:.2s linear}.progress-wrap.active-progress{opacity:1;visibility:visible;transform:translateY(0)}.progress-wrap::after{color:#ecedf3;z-index:1;transition:.2s linear}.progress-wrap:hover::after{opacity:0}.progress-wrap::before{opacity:0;background-image:linear-gradient(298deg,#da2c4d,#f8ab37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;z-index:2;transition:.2s linear}.progress-wrap:hover::before{opacity:1}.progress-wrap svg path{fill:none}.progress-wrap svg.progress-circle path{stroke:#ecedf3;stroke-width:4;box-sizing:border-box;-webkit-transition:.2s linear;transition:.2s linear}