.scroll_topToBottom__4VzXJ{position:fixed;bottom:1rem;right:1rem;z-index:20}.scroll_btnStyle__utv04{background-color:var(--bgColor);border:2px solid var(--whiteColor);border-radius:50%;height:3rem;width:3rem;color:var(--whiteColor);cursor:pointer;animation:scroll_upDown__F3L_T 3s ease-in-out infinite;transition:all .25s ease-in-out;display:flex;align-items:center;justify-content:center}.scroll_btnStyle__utv04:hover{animation:none;background-color:var(--whiteColor);color:var(--bgColor)}.scroll_iconStyle__YL73t{width:1.5rem;height:1.5rem}@keyframes scroll_upDown__F3L_T{0%{transform:translateY(0)}25%{transform:translateY(8px)}50%{transform:translateY(0)}75%{transform:translateY(-8px)}to{transform:translateY(0)}}