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