#main-layout{display:flex;flex-direction:column;font-size:1rem;line-height:1.5rem;color:var(--app-f-text);min-height:100vh}#main-layout #header-container,#main-layout #main-container{background-color:var(--app-f-other-5)}#main-layout .scrollbar{scrollbar-color:hsla(0,0%,54%,.4)}#main-layout .scrollbar::-webkit-scrollbar{width:6px;height:6px}#main-layout .scrollbar::-webkit-scrollbar-track{background:transparent;border-radius:3px}#main-layout .scrollbar textarea::-webkit-scrollbar-track{background:transparent}#main-layout .scrollbar::-webkit-scrollbar-thumb{background-color:hsla(0,0%,54%,.4);border-radius:3px}#main-layout .scrollbar.scrollbar-bg-transparent::-webkit-scrollbar-track{background:transparent}