body{margin:0;place-items:center;min-width:320px;min-height:100vh;font-family:Roboto}*{box-sizing:border-box}#root{width:100%}.wrapper{width:100%;display:flex;flex-direction:row;margin:0;padding:0}main{width:100%}@font-face{font-family:Roboto;font-display:swap;font-style:normal;font-weight:400;src:url(/assets/Roboto-Regular-C7uFpFfL.woff) format("woff"),url(/assets/roboto-regular-mTIRXP6Y.woff2) format("woff2")}@font-face{font-family:Roboto Bold;font-display:swap;src:url(/assets/roboto-900-C7sVBXJt.woff2) format("woff2")}.layout{display:flex;flex-direction:column;height:100vh}.header{display:flex;justify-content:space-between;align-items:center;padding:0 20px;background-color:#ccc;color:#fff}.logo{font-size:1.5em}.user-controls{display:flex;align-items:center}.user-controls span{margin-right:10px}.content{display:flex;flex:1;height:calc(100vh - 75px)}.sidebar ul{list-style:none;padding:0}.sidebar li{margin:10px 0}.main{flex:1;height:calc(100vh - 75px);overflow-y:auto}.sidebar__wrapper{margin-right:20px}.sidebar__wrapper.open{min-width:260px;display:flex}.sidebar__wrapper.close{min-width:60px}.sidebar__logo{width:auto;height:75px}.sidebar__logo__wrapper{display:flex;justify-content:center;align-self:center;margin-top:20px}.sidebar__list{display:flex;justify-content:flex-start;position:fixed;flex-direction:column;align-items:center;z-index:1;height:100vh;background-color:#1a8893}.sidebar__list.open{min-width:260px;display:flex}.sidebar__list.close{min-width:60px}.sidebar__list__menu{display:flex;position:absolute;top:30px;right:-10px;width:24px;height:24px;border-radius:50%;background-color:#fff}.sidebar__list__menu img{cursor:pointer}.sidebar__list__menu img.open{transform:rotate(180deg)}.sidebar__list__menu img:hover{border-radius:50%;opacity:.7;background-color:#1a8893}.sidebar__items.MuiList-root{align-self:center;flex-direction:column;display:flex;gap:20px;margin-top:50px;width:100%;justify-content:flex-start;padding:0 27px 0 50px}.sidebar__item.active{font-weight:700}.sidebar__link{display:flex;justify-content:center;align-items:center;gap:10px;font-size:.875rem;text-decoration:none;color:#fff}.sidebar__link:hover{opacity:.7;transition:all .5s}.sidebar__link:active{opacity:1;transition:all .5s}.sidebar__link__icon{height:20px}.action{display:flex;cursor:pointer}.action__wrapper{display:flex;height:100%;width:100%;justify-content:center}.header{display:flex;flex-direction:row;width:100%;justify-content:space-between;align-items:center;position:fixed;background-color:#135a66;height:79px}.header__wrapper{width:100vw;max-width:100%;height:79px;display:flex;background-color:#135a66;position:relative;z-index:100}.header__logo{cursor:pointer;text-decoration:none;height:80px;min-width:130px;display:flex;background-color:transparent;color:#135a66}.header__logo:hover{opacity:.7;background-color:transparent;transition:opacity background-color .7s}.header__logo img{margin-left:20px}.header__account{display:flex;flex-direction:row;gap:20px}.header__account:last-child{margin-right:20px}.header__button__wrapper{background-color:#fff;border-radius:50%;width:40px;height:40px;display:flex;justify-content:center;align-items:center}.header__title{font-size:2rem;color:#fff;padding:0;margin:0}.top-navigation{display:none;position:fixed;top:79px;background:linear-gradient(180deg,#1a8893,#135a66e6);width:260px;height:auto;flex-wrap:wrap;min-height:130px;z-index:10000;display:flex;flex-direction:row;justify-content:flex-start;padding:10px 20px;font-family:Roboto;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;letter-spacing:.1px}.top-navigation.open{display:flex}.top-navigation__icon{width:56px;height:56px;border-radius:16px;background:#00718d;display:flex;align-content:center;justify-self:center;flex-wrap:wrap;box-shadow:0 4px 8px 3px #00000026,0 1px 3px #0000004d}.top-navigation__icon__wrapper{width:50%;cursor:pointer;text-decoration:none;display:flex;flex-direction:column;align-items:center;color:#fff}.top-navigation__icon__wrapper>p{margin-top:15px}.top-navigation__icon__wrapper:hover{opacity:.7;transition:opacity .7s}.top-navigation__icon p{margin-top:20px}.top-navigation__icon img{display:flex;height:24px;width:100%}
