.scroll-to-top{align-items:center;background-color:#f60;border:none;border-radius:50%;bottom:20px;box-shadow:0 2.56px 5.12px rgba(0,0,0,.2);color:#fff;cursor:pointer;display:flex;height:48px;justify-content:center;left:20px;overflow:hidden;position:fixed;transition:transform .2s,box-shadow .2s,width .2s,height .2s,border-radius .2s;width:48px;z-index:9999}.scroll-to-top i{font-size:19.2px}.scroll-to-top .text{color:#fff;display:none;font-size:9.6px;font-weight:750;margin-left:8px;white-space:nowrap}.scroll-to-top:hover{background-color:#f60;border-radius:20px;box-shadow:0 5.12px 9.6px rgba(0,0,0,.3);height:40px;transform:scale(1.1) translateY(-5px);width:144px}.scroll-to-top:hover .text{display:inline-block}