#wpfront-scroll-top-container{position:fixed;cursor:pointer;z-index:9999;border:none;outline:none;background-color:#fff0;box-shadow:none;outline-style:none;text-decoration:none;opacity:0;display:none;align-items:center;justify-content:center;margin:0;padding:0}#wpfront-scroll-top-container.show{display:flex;opacity:1}#wpfront-scroll-top-container .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}#wpfront-scroll-top-container .text-holder{padding:3px 10px;-webkit-border-radius:3px;border-radius:3px;-webkit-box-shadow:4px 4px 5px 0 rgb(50 50 50 / .5);-moz-box-shadow:4px 4px 5px 0 rgb(50 50 50 / .5);box-shadow:4px 4px 5px 0 rgb(50 50 50 / .5)}#wpfront-scroll-top-container{right:20px;bottom:20px}#wpfront-scroll-top-container img{width:40px;height:40px}#wpfront-scroll-top-container .text-holder{color:#FFF;background-color:#000;width:40px;height:40px;line-height:40px}#wpfront-scroll-top-container .text-holder:hover{background-color:#000}#wpfront-scroll-top-container i{color:#FFF}#scroll-top{background-color:#000!important;color:#fff!important;border-radius:50%;width:50px;height:50px;font-size:28px;line-height:50px;text-align:center;transition:all 0.3s ease;box-shadow:0 4px 10px rgb(0 0 0 / .3);position:fixed;bottom:40px;right:40px;z-index:9999;cursor:pointer;font-family:Arial,sans-serif;content:"↑"}#scroll-top::before{content:"↑";font-size:28px;display:block;line-height:50px}#scroll-top:hover{background-color:#222!important;transform:scale(1.1);box-shadow:0 6px 12px rgb(0 0 0 / .5)}#scroll-top{animation:fadeInUp 0.6s ease-in-out;transition:transform 0.3s ease,background-color 0.3s}#scroll-top:hover{transform:translateY(-6px) scale(1.05);background-color:#444!important}keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}