.scroll-to-top{position:fixed;top:0;right:70px;width:50px;height:50px;background:#dbdbdb;color:#858585;border:none;border-bottom-right-radius:10px;border-bottom-left-radius:10px;display:flex;justify-content:center;align-items:center;font-size:22px;font-weight:700;cursor:pointer;opacity:0;pointer-events:none;box-shadow:0 6px 20px #00000026,inset 0 0 #0d355300;transition:opacity .35s ease,transform .25s ease,box-shadow .25s ease;z-index:1000}.scroll-to-top.show{opacity:1;pointer-events:auto}.scroll-to-top:active{transform:scale(.92);box-shadow:0 4px 12px #0003,inset 0 0 12px #0d355340}@media(max-width:600px){.scroll-to-top{width:45px;height:45px;right:50px;bottom:20px;font-size:20px}}
