.dashboard-main-children{padding:1rem;margin-bottom:30vh;flex-grow:1;flex-shrink:1}.dashboard-main-children .Dashboard-Page{margin-top:1rem;padding:1.5rem}@media only screen and (max-width:800px){.dashboard-main-children{padding:1rem .5rem}.dashboard-main-children .Dashboard-Page{width:100%;padding:1.5rem .25rem}.dashboard-main-children .Dashboard-Page .threadCard{margin:0}.dashboard-main-children .Dashboard-Page .threadCard .actions span{display:none}}.Sidebar{padding:10px;background-color:var(--bg);display:flex;flex-direction:column;gap:20px;height:calc(100vh - 60px);justify-content:space-around;position:-webkit-sticky;position:sticky;top:60px;left:0;width:190px;transition:width .2s ease-in-out;transform-origin:left center;box-shadow:3px 0 12px 0 var(--hoverColor)!important;transform:translateX(-100%);animation:toTheLeft .7s 1 forwards}.Sidebar *{white-space:nowrap;cursor:pointer}.Sidebar .logo{display:flex;gap:10px;align-items:center;padding-bottom:20px;border-bottom:4px solid #c8bcf6;overflow:hidden}.Sidebar .logo img{height:56px;width:56px;object-fit:cover}.Sidebar .logo .text h2{margin:0;font-size:1.2rem;color:var(--textColor);text-overflow:ellipsis;width:99%;overflow:hidden;white-space:nowrap}.Sidebar .logo .text p{margin:0;font-size:.7rem;color:var(--iconsColor)}.Sidebar .bottom,.Sidebar .navigations{display:flex;flex-direction:column;gap:20px}.Sidebar .bottom a,.Sidebar .bottom>div,.Sidebar .navigations a,.Sidebar .navigations>div{display:flex;align-items:center;gap:10px;transition:.2s ease-in-out;padding:10px;border-radius:4px;text-decoration:none}.Sidebar .bottom a i,.Sidebar .bottom>div i,.Sidebar .navigations a i,.Sidebar .navigations>div i{color:var(--textColor);font-size:1.2rem}.Sidebar .bottom a span,.Sidebar .bottom>div span,.Sidebar .navigations a span,.Sidebar .navigations>div span{color:var(--textColor)}.Sidebar .bottom a.active,.Sidebar .bottom a:hover,.Sidebar .bottom>div.active,.Sidebar .bottom>div:hover,.Sidebar .navigations a.active,.Sidebar .navigations a:hover,.Sidebar .navigations>div.active,.Sidebar .navigations>div:hover{background-color:var(--hoverColor)}.Sidebar #toggleBtn{position:absolute;right:0;top:50%;color:var(--textColor);transform:translate(50%,-50%) rotate(0deg);background-color:var(--bg);box-shadow:0 0 2px 0 #737373;border-radius:50%;padding:5px;overflow:hidden;text-align:center;transition:.3s}.Sidebar .themeMode{display:flex;justify-content:flex-start;gap:10px;transition:.2s ease-in-out;padding:10px;border-radius:4px;align-items:center;background-color:var(--hoverColor)}.Sidebar .themeMode label{transition:.5s;color:var(--textColor)}.Sidebar .themeMode #moon,.Sidebar .themeMode #sun{display:none}.Sidebar .themeMode #moon.active,.Sidebar .themeMode #sun.active{display:inline;color:var(--textColor)}.Sidebar .themeMode:hover{background-color:var(--hoverColor)}.quick{width:68px;align-items:center}.quick .bottom .item,.quick .bottom a,.quick .navigations .item,.quick .navigations a{position:relative}.quick .bottom .item:before,.quick .bottom a:before,.quick .navigations .item:before,.quick .navigations a:before{content:attr(data-title-name);position:absolute;background-color:#353535;color:#fff;padding:2px 5px;border-radius:2px;white-space:nowrap;opacity:0;transition:opacity .3s ease;top:calc(100% + 2px);left:50%;transform:translateX(-50%);font-size:.6rem;z-index:99}.quick .bottom .item:hover:before,.quick .bottom a:hover:before,.quick .navigations .item:hover:before,.quick .navigations a:hover:before{opacity:1}.quick .text,.quick .themeMode label,.quick a span,.quick div span{width:0;display:none}.quick #toggleBtn{transform:translate(50%,-50%) rotate(180deg)}@keyframes toTheLeft{to{transform:translateX(0)}}@media only screen and (max-width:800px){.Sidebar{display:none}}