div#app,div#app #rootView{position:relative;width:100%;flex:1;max-width:100%}@media (min-width:768px){div#app #rootView{padding-top:var(--headerHeight);padding-left:var(--navWidth)}}div#app #rootView .menu-switch{position:absolute;left:calc(var(--navWidth) - 16px);top:60%;background:var(--buttonGreen);z-index:10002;border-radius:50%;height:32px;width:32px;color:#fff;justify-content:center;align-items:center;cursor:pointer;transition:all .5s ease}@media (max-width:768px){div#app #rootView .menu-switch{display:none!important}}div#app #rootView .menu-switch>div{width:32px}div#app #rootView.collapse{--navWidth:117px}div#app #rootView.collapse .menu-switch{transform:rotate(180deg)}:root{--headerheight:0px!important}div#default,div#default #rootView{position:relative;width:100%;flex:1;max-width:100%}div#default #rootView{display:flex}