:root{--vue-sidebar-width: 280px}.sidebar-desktop-hidden{--vue-sidebar-width: 0}.layout-main{display:flex;min-height:100vh;background:#f7f9ff}.layout-content{flex:1;display:flex;flex-direction:column;padding:0;padding-left:var(--vue-sidebar-width);background:transparent;transition:padding .3s ease;overflow-y:auto;margin-top:80px}.layout-header{background:#fff;border-bottom:1px solid rgba(0,0,0,.05);position:sticky;top:0;z-index:50;width:100%}#main-wrapper{min-height:100vh}.content-body{flex:1;padding:0rem;background:#f5f7fb;min-height:calc(100vh - 70px)}#vue-sidebar-container{position:fixed;top:0;left:0;width:var(--vue-sidebar-width);height:100vh;z-index:1000}body.vue-sidebar-icon-only{--vue-sidebar-width: 84px}@media(max-width:767.98px){.layout-main{flex-direction:column}.layout-content{margin-left:0}body.sidebar-desktop-hidden #vue-sidebar-container,body.sidebar-desktop-hidden .vue-sidebar{transform:translate(-100%)}body.sidebar-desktop-hidden .layout-content{padding-left:0}#vue-sidebar-container{width:0;pointer-events:none}body.sidebar-mobile-open #vue-sidebar-container{width:var(--vue-sidebar-width);pointer-events:auto}.vue-sidebar-backdrop{z-index:950}.vue-sidebar{z-index:1000}.sidebar-desktop-hidden .vue-sidebar{display:none!important}.layout-content{padding-left:0!important}}
