#backToTop{align-items:center;border:none;border-radius:30px;bottom:20px;box-shadow:0 4px 6px rgba(0,0,0,.1);cursor:pointer;display:none;display:flex;font-size:12px;font-weight:700;gap:10px;padding:10px 15px;position:fixed;right:30px;transition:background-color .3s ease,transform .3s ease;z-index:99}#backToTop:hover{transform:translateY(-5px)}#backToTop svg{fill:none;stroke:#fff}#backToTop span{display:inline-block}#backToTop:hover svg{stroke:#fff}@media only screen and (max-width:550px){#backToTop span{display:none}}