/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 11 2025 | 11:22:34 */
#backToTopCircle{position:fixed;bottom:20px;right:20px;width:50px;height:50px;background-color:#e0e0e0;border-radius:50%;overflow:hidden;cursor:pointer;z-index:9999;display:flex;align-items:center;justify-content:center;font-size:22px;color:#000;box-shadow:0 2px 8px rgba(0,0,0,.15);transition:all 0.3s ease}#backToTopCircle .fill-layer{position:absolute;bottom:0;left:0;width:100%;height:0%;background:#5799d0;z-index:0;transition:height 0.2s ease-out}#backToTopCircle .arrow{position:relative;z-index:2;user-select:none;display:flex;transition:transform 0.3s ease}#backToTopCircle:hover .arrow{transform:translateY(-50px);transition:transform 1s ease}#backToTopCircle svg{width:24px;height:24px}@media screen and (max-width:600px){#backToTopCircle{width:45px;height:45px;bottom:15px;right:15px}#backToTopCircle svg{width:20px;height:20px}}