#scrolltotop{justify-content:center;align-items:center;display:flex;position:relative}#scrolltotop .top-btn{color:#fff;z-index:999;cursor:pointer;background-color:var(--theme-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.8rem;transition:all .3s ease-in;display:flex;position:fixed;bottom:3rem;right:4rem;box-shadow:0 1px 3px #00000005,0 0 0 1px #1b1f2326}#scrolltotop .top-btn--icon{width:20px;height:20px;animation:1.2s linear infinite alternate-reverse gototop}@keyframes gototop{0%{transform:translateY(-.3rem)}to{transform:translateY(.3rem)}}@media screen and (max-width:998px){#scrolltotop .top-btn{bottom:2rem!important;right:1rem!important}}
