.side-nav__content{display:flex;flex-direction:column;padding:1em;width:100%;gap:4px}.side-nav__logo{display:flex;align-items:center;justify-content:center;margin-bottom:24px}.side-nav__title{font-size:13px;font-weight:500}.side-nav__title--active{color:#fff}.side-nav__item{display:flex;align-items:center;gap:.5em;width:100%;cursor:pointer;border-radius:12px;padding:6px 16px 6px 52px}.side-nav__item--active{background-color:hsla(0,0%,100%,.039)}.side-nav__item:hover{background:hsla(0,0%,100%,.039);color:#fff}.side-nav__hero-item{display:flex;align-items:center;gap:.5em;width:100%;padding:6px 16px}.side-nav__hero-item h6{font-size:14px;font-weight:600}.side-nav__hero-item--active{background-color:hsla(0,0%,100%,.039);color:#fff;cursor:pointer;border-radius:12px}#sign-out{color:#3178b3}.custom-avatar{width:40px;height:40px;cursor:pointer}.custom-avatar--small.custom-avatar{width:24px;height:24px}.custom-avatar--large.custom-avatar{width:64px;height:64px}.header{z-index:10;position:fixed;top:0;left:280px;width:calc(100% - 280px);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:flex-end;box-shadow:0 1px 10px rgba(0,0,0,.08)}.header--horizontal{top:0;left:0;right:0;width:100%}.header__theme-icon{cursor:pointer}.header__theme-icon--dark{color:#fff}@media(max-width:1025px){.header{box-shadow:none}}.loader{position:absolute;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.7);display:flex;justify-content:center;align-items:center;z-index:1}.loader__container{position:relative}.page-wrapper{padding:40px 100px 0;width:100%}.page-wrapper h3{font-size:2em;margin-bottom:0}.page-wrapper .page-wrapper__header{margin-bottom:8px}@media screen and (max-width:1440px){.page-wrapper{padding:20px 20px 0}}