.sidebar{background:linear-gradient(182.83deg,#161f32 66.28%,#364053 99.39%);flex-direction:column;width:320px;height:auto;min-height:100vh;transition:width .6s ease-in-out;display:flex}.sidebar .logo-container{flex-direction:row;justify-content:space-between;width:320px;height:110px;padding:16px 24px 32px;transition:width .6s ease-in-out,padding .6s ease-in-out;display:flex;position:relative}.sidebar .logo-container>.logo{flex-direction:row;align-self:center;gap:12px;transition:gap .6s ease-in-out;display:flex}.sidebar .logo-container>.logo>div{cursor:default;flex-direction:column;justify-content:center;display:flex}.sidebar .logo-container>.logo>div:first-child{width:60px;min-width:30px;height:60px;transition:width .6s ease-in-out,height .6s ease-in-out}.sidebar .logo-container>.logo>div:nth-child(2){width:225px;transition:width .6s ease-in-out}.sidebar .logo-container>.logo>div>b{color:#e6e6e6;text-wrap:nowrap;font-size:19px;font-weight:700;line-height:21px;overflow:hidden}.sidebar .logo-container>.logo>div>span{color:#e6e6e6;text-wrap:nowrap;font-size:9px;font-weight:400;line-height:9px;overflow:hidden}.sidebar .logo-container>.note-wrapper{justify-content:center;align-items:flex-end;display:flex;position:absolute;bottom:28px;right:24px}.sidebar .navbar{--number-of-options:4;flex-direction:column;display:flex;position:relative}.sidebar .navbar .selection{pointer-events:none;z-index:100;background-color:#00abeb;border-radius:8px;width:calc(100% - 24px);height:40px;margin:2px 12px;transition:transform .2s;display:none;position:absolute;top:0;left:0}.sidebar .navbar>label:has(input[type=radio]:checked)~.selection{animation:.2s fade-in;display:block}.sidebar .navbar>label:nth-child(2):has(input[type=radio]:checked)~.selection{transform:translateY(calc(100% + 4px))}.sidebar .navbar>label:nth-child(3):has(input[type=radio]:checked)~.selection{transform:translateY(calc(200% + 8px))}.sidebar .navbar>label:nth-child(4):has(input[type=radio]:checked)~.selection{transform:translateY(calc(300% + 12px))}.sidebar>label{width:0;height:0}.sidebar>label>.collapse-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.sidebar:has(#collapse-on:checked){width:66px}.sidebar:has(#collapse-on:checked)>.logo-container{gap:5px;width:66px;padding-bottom:62px;padding-left:18px;padding-right:12px}.sidebar:has(#collapse-on:checked)>.logo-container>.logo{gap:0}.sidebar:has(#collapse-on:checked)>.logo-container>.logo>div:first-child{width:30px;height:30px}.sidebar:has(#collapse-on:checked)>.logo-container>.logo>div:nth-child(2){width:0}.sidebar:has(#collapse-on:checked)>.logo-container>.note-wrapper{right:20px}@keyframes fade-in{0%{opacity:0}to{opacity:1}}
.sidebar-button{cursor:pointer;color:#e6e6e6;z-index:200;flex-direction:row;height:44px;margin-left:12px;padding:2px 12px;display:flex}.sidebar-button>input{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.sidebar-button>span{color:#e6e6e6;text-wrap:nowrap;align-items:center;gap:8px;height:40px;display:flex;overflow:hidden}.sidebar-button>span>svg{min-width:22px}
.HomeHeader{background-color:#fff;border-bottom:1px solid #dce0e5;justify-content:space-between;align-items:center;gap:16px;width:100%;height:56px;padding:8px 14px 8px 20px;display:flex;box-shadow:0 1px 4px rgba(12,12,13,.05),0 1px 4px rgba(12,12,13,.1)}.HomeHeader .HeaderText{flex-direction:row;justify-content:flex-start;max-width:calc(100% - 114px);display:flex}.HomeHeader .HeaderText h1{color:#000;font-size:22px}.HomeHeader .HeaderText .Wrapper{text-wrap:nowrap;flex-flow:row;align-items:center;gap:20px;max-width:100%;display:flex}.HomeHeader .HeaderText .Wrapper>h1{text-overflow:ellipsis;white-space:nowrap;width:100%;overflow:hidden}.HomeHeader .HeaderText .Wrapper .ReturnButton{justify-content:center;align-items:center;width:24px;height:24px;display:flex}.HomeHeader .HeaderText .Wrapper .ReturnButton:hover{cursor:pointer}.HomeHeader .HeaderText .Wrapper>span:nth-child(3){color:#999;font-size:22px;font-weight:100}.HomeHeader .User{flex-direction:row;align-items:center;display:flex}.HomeHeader .User>.DropdownList{height:48px}
