/*
Generated time: February 10, 2026 15:57
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.
*/
sidebar-content{position:fixed;top:0;right:0;width:100%;height:100%;background-color:#fff;transform:translateY(200%);transition:transform .3s ease-in-out;z-index:99999}sidebar-content.show{transform:translateY(26%);height:80%}sidebar-trigger{cursor:pointer}sidebar-close:not([custom]){position:absolute;top:10px;right:10px;cursor:pointer}sidebar-close{cursor:pointer}overlay-sidebar{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);visibility:hidden;opacity:0;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;z-index:9999}overlay-sidebar.show{visibility:visible;opacity:1}@media (max-width:768px){sidebar-content{width:100%}}