/*
Generated time: August 6, 2025 13:16
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.
*/
.tool-bar{position:fixed;z-index:1;top:auto;left:0;right:auto;bottom:4rem;display:flex;flex-direction:column;align-items:center;gap:1rem;border-radius:9999px;background:rgba(var(--color-background),.6);backdrop-filter:blur(10px);box-shadow:0 0 .5rem 0 rgba(var(--color-shadow),.2)}.tool-bar .tool-bar-item{display:inline-flex;align-items:center;justify-content:center;width:45px;height:auto;color:inherit;border-radius:9999px}.tool-bar .tool-bar-item .icon{width:1.5rem;transition:transform .3s ease}.tool-bar .tool-bar-item.to-top{position:relative;display:none;visibility:hidden;opacity:0;height:85px;flex-direction:column;gap:.5rem;font-size:.875rem;font-weight:700;background:rgb(var(--color-button));color:rgb(var(--color-button-text))}.tool-bar .tool-bar-item.to-top .icon{width:1.25rem}.tool-bar .tool-bar-item.to-top .border-progress{position:absolute;left:0;top:0;width:100%;height:100%}.tool-bar .tool-bar-item.to-top span{writing-mode:vertical-rl;line-height:0}.tool-bar .tool-bar-item:hover .icon{transform:scale(1.15)}.tool-bar.has-tool{padding:1rem 0}.tool-bar.to-top-active{padding-bottom:0}.tool-bar.to-top-active .tool-bar-item.to-top{display:inline-flex;visibility:visible;animation:fadeIn .1s cubic-bezier(0,0,.3,1) forwards}@media (prefers-reduced-motion:reduce){.tool-bar.to-top-active .tool-bar-item.to-top{opacity:1}}.tool-bar.tool-bar-position--left{left:.5rem;right:auto}.tool-bar.tool-bar-position--right{left:auto;right:.5rem}.tool-bar.tool-bar-position--left{animation:pushInFromLeft .3s cubic-bezier(0,0,.3,1) forwards}.tool-bar.tool-bar-position--right{animation:pushInFromRight .3s cubic-bezier(0,0,.3,1) forwards}.tool-bar.tool-bar--collapse.tool-bar-position--left{animation:pushOutToLeft .3s cubic-bezier(0,0,.3,1) forwards}.tool-bar.tool-bar--collapse.tool-bar-position--right{animation:pushOutToRight .3s cubic-bezier(0,0,.3,1) forwards}