.splash_container{width:100%;height:100vh;gap:5vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#204097}.base-layout{width:100%;height:100vh;display:flex;flex-direction:row}.sidebar-container{width:23%;height:100%}.children-container{width:77%;height:100%}.custom-sidebar{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;border-top-right-radius:50px;border-bottom-right-radius:50px;padding:15% 15% 25%;background-color:#204097}.logo{width:100%;align-self:center}.items-container{display:flex;flex-direction:column;gap:3vh}.signout-button{width:100%;color:#fff;background-color:#00c3b5;border-radius:5px;font-size:1.2rem;padding-top:.5vh;padding-bottom:.5vh}.item-container{width:100%;display:flex;flex-direction:row;align-items:center;cursor:pointer;gap:1.5vh}.sidebar-title{color:#fff;font-size:1.5rem;font-weight:bolder}
