/*
Generated time: December 3, 2025 10:38
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
#scrollToTop{width:40px;height:40px;align-items:center;justify-content:center;transition:background-color .4s ease,opacity .4s ease;position:fixed;bottom:20px;right:30px;z-index:5;background-color:#fa5e03;border-radius:5px;cursor:pointer}#scrollToTop.visible{display:flex;opacity:1}#scrollToTop.hidden{opacity:0;pointer-events:none}#scrollToTop svg.icon{fill:transperent;height:15px;width:15px;min-width:15px;rotate:180deg;color:#fff}@media screen and (max-width:451px){#scrollToTop{right:20px}}@media only screen and (min-width:769px){#scrollToTop{bottom:130px}}