#scrolltotop{justify-content:center;align-items:center;display:flex;position:relative}#scrolltotop .top-btn{width:3rem;height:3rem;color:var(--bg-color);bottom:3rem;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;font-size:1.8rem;transition:all .3s ease-in;display:flex;position:fixed;inset-inline-end: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{inset-inline-end:1rem!important;bottom:2rem!important}}.dark #scrolltotop .top-btn{color:var(--bg-color)}
