.to-top-btn{cursor:pointer;display:inline-block;background-color:transparent;width:50px;height:50px;text-align:center;border-radius:10px;margin:30px;position:fixed;right:30px;z-index:1000;border:3px solid #303b57;transition:bottom .5s,opacity .3s;transition-delay:0.1s;bottom:-70px;opacity:0}.to-top-btn:after,.to-top-btn:before{content:"";width:18px;height:3px;background:#303b57;display:block;border-radius:4px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);transition:transform .5s,opacity .3s;opacity:0}.to-top-btn:before{transform:translate(-8px,-50%) rotate(90deg)}.to-top-btn:after{transform:translate(-10px,-50%) rotate(-90deg)}.to-top-btn.show{bottom:30px;opacity:1;transition-delay:0s}.to-top-btn.show:after,.to-top-btn.show:before{transition-delay:0.3s}.to-top-btn.show:before{transform:translate(-3px,-50%) rotate(45deg);opacity:1}.to-top-btn.show:after{transform:translate(-15px,-50%) rotate(-45deg);opacity:1}.to-top-btn:hover{background:#303b57}.to-top-btn:hover:after,.to-top-btn:hover:before{background:#cdb06c}.to-top-btn:active{background:#003057;border:3px solid #003057}
/*# sourceMappingURL=to-top-btn.min.css.map */