.header{height:100%;max-height:61px;width:100%;color:#fff;background:#212134}.header__screenMenu{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100}.header__wrapper{flex-direction:row;justify-content:space-between;height:100%;padding:15px;box-sizing:border-box}.header__showMenu,.header__wrapper{display:flex;align-items:center;width:100%}.header__showMenu{flex-direction:column;justify-content:center;max-width:20px;gap:5px;cursor:pointer}.header__line{height:3px;width:100%;background:#d0d5dd;border-radius:3px}.header__user{display:flex;flex-direction:row;justify-content:center;align-items:center;position:relative;gap:15px}.header__iconApps{cursor:pointer;font-size:1.4em}.header__picture{width:40px;height:40px;cursor:pointer}.header__menu{position:absolute;top:100%;right:0;z-index:101}.header__menu--account{align-items:center;width:100px;background:#212134;box-shadow:0 0 10px rgba(0,0,0,.7)}.header__menu--account,.header__menu--apps{display:flex;flex-direction:row;justify-content:flex-start;border-radius:10px}.header__menu--apps{align-items:flex-start;flex-wrap:wrap;min-width:300px;padding:15px;gap:15px;background:linear-gradient(186.53deg,rgba(164,200,255,.04) 29.16%,rgba(164,200,255,0) 155.19%);box-shadow:0 2px 2px rgba(0,0,0,.25);filter:drop-shadow(0 2px 2px rgba(0,0,0,.25));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header__appLink{flex-direction:column;gap:8px;text-decoration:none}.header__appContentIcon,.header__appLink{display:flex;justify-content:center;align-items:center}.header__appContentIcon{flex-direction:row;width:80px;height:80px;background:#181826;border-radius:10px}.header__appIcon{font-size:40px;color:#ea4e44}.header__appName{font-size:16px;color:#eaeaef}.header__menuItem{cursor:pointer;padding:15px;width:100%}.menu{height:100%;width:100%;max-width:200px;background:#212134;border-right:1px solid #4a4a6a;transition:.3s ease-in-out}.menu--closed{margin-left:-200px}.menu--short{max-width:64px}.menu__wrapper{flex-direction:column;justify-content:flex-start;position:relative;height:calc(100% - 51px);width:100%;box-sizing:border-box}.menu__showBtn,.menu__wrapper{display:flex;align-items:center}.menu__showBtn{flex-direction:row;justify-content:center;position:absolute;top:20px;right:-7.5px;width:15px;height:20px;background:#212134;border:1px solid #4a4a6a;border-radius:2.4px;cursor:pointer}.menu__icon{color:#fff;font-size:12px}.menu__header{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;height:64px;width:100%;gap:8px;padding:15px;transition:.2s ease-in-out}.menu__contentName,.menu__header--short{justify-content:center}.menu__contentName{display:flex;flex-direction:column;align-items:flex-start;height:100%}.menu__name{font-size:15px;color:#a5a5ba}.menu__nameCompany{font-weight:700;font-size:16px;color:#fff}.menu__picture{width:35px;height:35px}.menu__line{width:80%;height:1px;margin-bottom:15px;background:#4a4a6a}.menu__list{flex-direction:column;margin:0;padding:0 7.5px;text-align:left;list-style:none;overflow-x:auto}.menu__button,.menu__list{display:flex;justify-content:center;align-items:center;width:100%;text-decoration:none;box-sizing:border-box}.menu__button{flex-direction:row;flex-wrap:wrap;padding:7.5px;height:50px;gap:4px;color:#8e8ea9;transition:.3s ease-in-out;overflow:hidden;cursor:pointer}.menu__button--open{width:80%;justify-content:flex-start;gap:10px}.menu__button--open .menu__menuName{font-size:15px}.menu__button--expandable{cursor:pointer;border-radius:8px;position:relative}.menu__button--expandable:hover{background:hsla(0,0%,100%,.08);transform:translateX(2px)}.menu__button--expandable:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:0;height:100%;background:linear-gradient(90deg,#ea4e44,transparent);border-radius:8px 0 0 8px;transition:width .2s ease-in-out}.menu__button--expandable:hover:before{width:4px}.menu__menuName{font-size:10px}.menu__menuIcon{font-size:1.4em}.menu__expandIcon{font-size:12px;margin-left:auto;transition:all .3s ease-in-out;opacity:.6}.menu__expandIcon--expanded{transform:rotate(90deg);opacity:1;color:#ea4e44}.menu__submenu{max-height:0;overflow:hidden;transition:all .3s ease-in-out;background:transparent;margin-left:0;padding-left:20px;border-left:2px solid transparent}.menu__submenu--expanded{max-height:200px;border-left-color:hsla(0,0%,100%,.1);padding-top:8px;padding-bottom:8px}.menu__submenuItem{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:12px 16px;text-decoration:none;color:#a0a0b8;border-radius:8px;transition:all .2s ease-in-out;margin:2px 8px;gap:12px;font-weight:400;position:relative}.menu__submenuItem:hover{background:hsla(0,0%,100%,.08);color:#fff;transform:translateX(4px)}.menu__submenuItem:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:0;height:2px;background:#ea4e44;transition:width .2s ease-in-out}.menu__submenuItem:hover:before{width:3px}.menu__submenuIcon{font-size:16px;color:inherit;opacity:.8}.menu__submenuName{font-size:14px;font-weight:500;letter-spacing:.5px}.menu__logo{display:flex;flex-direction:row;justify-content:center;align-items:center;height:51px;width:100%;background:rgba(50,50,77,.4)}.menu__logoMirai{width:28px;height:29px}.menu .router-link-active{background:#181826;border-radius:4px;color:#ea4e44}.menu .router-link-active.menu__submenuItem{background:hsla(0,0%,100%,.12);color:#fff;font-weight:600}.menu .router-link-active.menu__submenuItem:before{width:3px}.menu .router-link-active.menu__submenuItem .menu__submenuIcon{color:#ea4e44;opacity:1}.main{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100vw;height:100vh;padding:0;background:#181826;overflow:hidden}.main__header{position:fixed;top:0;right:0;z-index:50}.main__content{height:100%;padding-top:64px;width:100%;transition:.3s ease-in-out;margin-left:64px}.main__content--open{margin-left:200px;max-width:calc(100% - 200px)}.main__content--short{margin-left:64px;max-width:calc(100% - 64px)}.main__contentView{height:calc(100vh - 64px);width:100%;overflow:hidden}.main__menu{left:0;z-index:60}.main__menu,.main__menu--mobile{position:fixed;top:0}.main__screen{position:absolute;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);z-index:51}@media(max-width:767px){.main__content{margin-left:0!important;max-width:100%!important}}