/*
Generated time: March 7, 2025 08:56
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.
*/
.mobile-dock{z-index:5;width:100%;position:fixed;left:0;bottom:0;overflow:hidden;transform:translateY(100%);transition:transform .4s ease;background:var(--body-bg);color:var(--body-text-color);box-shadow:0 0 5px 1px var(--body-text-color-xlight)}.dock-active{overflow:visible;transform:translateY(0)}.mobile-dock-list{display:flex;justify-content:center;width:100%}.mobile-dock-item{display:flex;width:20%;text-align:center;flex-grow:1}.mobile-dock-link{width:100%;display:flex;align-items:center;justify-content:center;margin:0 auto;flex-direction:column;color:var(--body-text-color);padding:8px 12px}.mobile-dock-link svg{width:21px;height:auto}.mobile-dock-item.active .mobile-dock-link{background:var(--body-alternate-bg)}.mobile-dock-link-text{font-size:10px;padding-top:3px;white-space:nowrap}