.twoLayout>div:first-child{max-width:var(--leftWidth)}.twoLayout>div:last-child{max-width:var(--rightWidth)}.gradientBorder{z-index:2;background-color:inherit;position:relative}.gradientBorder:before{content:"";background:var(--primaryGradient);border-radius:var(--br,inherit);z-index:-1;position:absolute;inset:-1px}.expandable{transition:all var(--defaultTransitionTime) ease}.noScroll::-webkit-scrollbar{display:none}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:0 0;border-radius:3px}.scrolling::-webkit-scrollbar-thumb{background:var(--scrollBarBg)}::-webkit-scrollbar-thumb:horizontal:hover{background:var(--scrollBarBg)}::-webkit-scrollbar-thumb:vertical:hover{background:var(--scrollBarBg)}::-webkit-scrollbar-thumb:horizontal:active{background:var(--scrollBarBg)}::-webkit-scrollbar-thumb:vertical:active{background:var(--scrollBarBg)}.spin{animation:1s linear infinite spin}@keyframes spin{0%{rotate:none}to{rotate:360deg}}.container{width:100%;position:relative}.container>div.authContainer{width:100vw;max-width:100vw;margin-inline:0}
