.app{width:100%;min-height:100%;background-color:var(--background_white);position:relative;line-height:1.44}.app .app-header{position:relative;z-index:2;display:flex;padding:18px 20px;align-items:center;background-color:var(--primary)}.app .app-header .app-header-logo{width:180px}.app .app-header .app-header-logo img{width:100%;display:block}.app .app-header .app-header-space{flex:1}.app .app-header .app-header-user{position:relative}.app .app-header .app-header-user .app-header-user-button{cursor:pointer}.app .app-header .app-header-user .app-header-user-button img{display:block;width:40px;height:40px}.app .app-header .app-header-user img{width:100%;height:100%;object-fit:cover}.app .app-header .app-header-user .app-header-user-box{display:none;position:absolute;top:120%;right:0;background-color:var(--background_white);box-shadow:0px 3px 6px 0px rgba(0,0,0,.2);border-radius:3px;width:235px;padding:6px 0}.app .app-header .app-header-user .app-header-user-box.active{display:block}.app .app-header .app-header-user .app-header-user-box .app-header-user-box-user{display:flex;align-items:center;gap:8px;padding:8px 16px}.app .app-header .app-header-user .app-header-user-box .app-header-user-box-user .app-header-user-box-user-avatar{width:36px;height:36px}.app .app-header .app-header-user .app-header-user-box .app-header-user-box-user .app-header-user-box-user-name{font-size:12px}.app .app-header .app-header-user .app-header-user-box .app-header-user-box-user .app-header-user-box-user-email{font-size:10px;color:var(--text_gray)}.app .app-header .app-header-user .app-header-user-box .app-header-user-box-item{padding:8px 16px;display:block;width:100%;font-size:12px;color:var(--text_black);cursor:pointer}.app .app-header .app-header-user .app-header-user-box .app-header-user-box-item:hover{background-color:var(--background_gray)}.app .app-header .app-header-user .app-header-user-box .app-header-user-box-item-language-box{display:none}.app .app-header .app-header-user .app-header-user-box .app-header-user-box-item-language-box.active{display:block}.app .app-header .app-header-user .app-header-user-box .app-header-user-box-item-language-box>.app-header-user-box-item{padding-left:32px}.app .app-header .app-header-user .app-header-user-box .app-header-user-box-item-divider{border-top:1px solid var(--divider)}.app .app-menu{display:flex;align-items:center;justify-content:center;gap:40px;border-bottom:2px solid var(--divider);background:var(--background_white, )}.app .app-menu .app-header-menu-item{display:block;font-size:18px;width:160px;padding:13px 0;text-align:center;margin-bottom:-2px;color:#1f1f1f}.app .app-menu .app-header-menu-item.active{color:var(--primary);font-weight:700;border-bottom:2px solid var(--primary, #d9372a)}.app .app-menu .app-header-menu-item:hover{color:var(--primary)}.app .app-content{position:relative;z-index:1;overflow:hidden}@media(max-width: 1024px){.app .app-menu{gap:20px}.app .app-menu .app-header-menu-item{font-size:14px;width:100px}}.index-section{height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.index-section .index-section-bg{background-image:url(/img/login-bg.jfif);background-size:cover;background-position:center;position:absolute;top:0;left:0;width:100%;height:100%;filter:blur(10px);transform:scale(1.1)}.index-section .box{position:relative;z-index:1;display:flex;width:1200px;height:700px;max-width:80vw;max-height:80vh;box-sizing:border-box;filter:drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.25));border-radius:40px;background:hsla(0,0%,100%,.8);overflow:hidden}.index-section .box .box-left{flex:1;background-image:url(/img/login-bg.jfif);background-size:cover;background-position:center}.index-section .box .box-right{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px}.index-section .box .logo{width:80%;max-width:300px;margin-bottom:60px}.index-section .box .message{color:var(--error);font-size:12px;text-align:center;margin-bottom:24px}.index-section .box .label{color:var(--secondary);font-size:14px;text-align:center;margin-bottom:24px;width:100%;max-width:400px;display:flex;align-items:center;gap:8px}.index-section .box .label::before,.index-section .box .label::after{flex:1;content:"";display:block;height:1px;background-color:var(--secondary)}.index-section .box .button{display:flex;width:100%;max-width:400px;padding:12px 24px;justify-content:center;align-items:center;gap:12px;border-radius:3px;background:#0052cc;color:var(--text_white);font-size:14px;white-space:nowrap;margin-bottom:24px}.index-section .box .button .button-icon{width:24px;height:24px;position:relative;top:1px}.index-section .box .copyright{color:var(--secondary);font-size:10px;text-align:center}.index-section .box .copyright a{color:var(--text_gray);text-decoration:none}.index-section .box .copyright a:hover{text-decoration:underline}@media(max-width: 1024px){.index-section .box{width:480px;height:auto}.index-section .box .box-left{display:none}}.resource-section .box{height:calc(100vh - 56px - 90px);display:flex;position:relative}.resource-section .box .toggle-menu{display:none;position:absolute;top:0;left:0;z-index:1;padding:6px;cursor:pointer;background-color:var(--background_white);border-radius:0 4px 4px 0;border:1px solid var(--divider);z-index:2;transform:rotate(180deg);transition:left .3s ease-in-out}.resource-section .box .toggle-menu img{width:24px;height:24px;display:block}.resource-section .box .box-left{flex:0 0 256px;padding:32px 12px;overflow-y:auto;border-right:1px solid var(--divider)}.resource-section .box .box-right{flex:1;display:flex;flex-direction:column;gap:60px;padding:32px 48px;overflow-y:auto}.resource-section .box .folderTree{display:flex;flex-direction:column;align-items:flex-start;overflow:hidden}.resource-section .box .folderTree .folderTree-item{width:100%;flex-direction:column;align-items:flex-start;display:none}.resource-section .box .folderTree .folderTree-item.open>.folderTree-item-link:before{transform:rotate(0deg)}.resource-section .box .folderTree .folderTree-item.open>.folderTree-item{display:flex}.resource-section .box .folderTree .folderTree-item.active>.folderTree-item-link{border-radius:3px;position:relative}.resource-section .box .folderTree .folderTree-item.active>.folderTree-item-link::after{content:"";display:block;width:calc(100% + 64px);height:100%;border-radius:3px;background:rgba(217,55,42,.1);position:absolute;top:0;left:-64px;z-index:-1}.resource-section .box .folderTree .folderTree-item .folderTree-item-link{width:100%;display:flex;align-items:center;gap:10px;padding:8px 0}.resource-section .box .folderTree .folderTree-item .folderTree-item-link:before{content:"";display:block;flex:0 0 24px;width:24px;height:24px;background-image:url(/img/arrow_folder.svg);background-size:contain;background-position:center;background-repeat:no-repeat;transform:rotate(180deg)}.resource-section .box .folderTree .folderTree-item .folderTree-item-link img{width:24px;height:24px;object-fit:contain}.resource-section .box .folderTree .folderTree-item .folderTree-item-link span{font-size:14px;color:var(--medium)}.resource-section .box .folderTree .folderTree-item .folderTree-item{padding-left:32px}.resource-section .box .folderTree>.folderTree-item{display:flex}.resource-section .box .folderTree>.folderTree-item>.folderTree-item>.folderTree-item .folderTree-item-link:before{opacity:0}.resource-section .box .pathList{display:flex;align-items:center;gap:12px}.resource-section .box .pathList .pathList-item{color:var(--secondary);font-size:20px;font-weight:500}.resource-section .box .pathList a.pathList-item{color:var(--medium)}.resource-section .box .pathList a.pathList-item:hover{text-decoration:underline}.resource-section .box .pathList .pathList-separator{width:24px}.resource-section .box .pathList .pathList-separator img{display:block;width:100%}.resource-section .box .resource-list{display:flex;flex-direction:column}.resource-section .box .resource-list .resource-list-header{display:flex;align-items:center;gap:12px;margin:0 0 12px}.resource-section .box .resource-list .resource-list-header .resource-list-header-item{color:var(--medium);font-size:12px}.resource-section .box .resource-list .resource-list-header .resource-list-header-name{flex:1}.resource-section .box .resource-list .resource-list-header .resource-list-header-owner{flex:0 0 160px}.resource-section .box .resource-list .resource-list-header .resource-list-header-time{display:none;flex:0 0 180px}.resource-section .box .resource-list .resource-list-header .resource-list-header-size{flex:0 0 60px}.resource-section .box .resource-list .resource-list-item{display:flex;align-items:center;gap:12px;color:var(--medium);font-size:14px;padding:12px 0}.resource-section .box .resource-list .resource-list-item:hover{background-color:var(--background_gray)}.resource-section .box .resource-list .resource-list-item .resource-list-item-name{flex:1;display:flex;align-items:center;gap:12px}.resource-section .box .resource-list .resource-list-item .resource-list-item-name img{width:24px;height:24px;object-fit:contain}.resource-section .box .resource-list .resource-list-item .resource-list-item-owner{flex:0 0 160px}.resource-section .box .resource-list .resource-list-item .resource-list-item-time{display:none;flex:0 0 180px}.resource-section .box .resource-list .resource-list-item .resource-list-item-size{flex:0 0 60px}@media(max-width: 1024px){.resource-section .resource-list .resource-list-header .resource-list-header-time{display:none}.resource-section .resource-list .resource-list-item .resource-list-item-time{display:none}}@media(max-width: 768px){.resource-section .box{height:calc(100vh - 50px - 82px)}.resource-section .box .toggle-menu{display:block}.resource-section .box .toggle-menu.active{left:218px;transform:rotate(0deg)}.resource-section .box .box-left{position:absolute;top:0;left:0;width:256px;height:100%;background-color:var(--background_white);z-index:1;transform:translateX(-100%);transition:transform .3s ease-in-out}.resource-section .box .box-left.active{transform:translateX(0)}.resource-section .pathList .pathList-item{display:none}.resource-section .pathList .pathList-item:last-child{display:block}.resource-section .pathList .pathList-separator{display:none}}.requests-section{padding:60px 0 0}.requests-section .title{color:var(--secondary);font-size:20px;font-weight:500;margin:0 auto 50px;max-width:1194px;padding:0 32px}.requests-section .list{display:flex;flex-direction:column;gap:12px;max-width:1194px;margin:0 auto;padding:0 32px 60px}.requests-section .list .list-box{overflow-x:auto;padding:0 32px;margin:0 -32px}.requests-section .list .list-header{display:flex;align-items:center;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--divider)}.requests-section .list .list-header .list-header-item{color:var(--medium);font-size:12px;font-weight:500}.requests-section .list .list-header .list-header-type{flex:0 0 50px}.requests-section .list .list-header .list-header-reference{flex:0 0 100px}.requests-section .list .list-header .list-header-summary{flex:1}.requests-section .list .list-header .list-header-time{flex:0 0 150px}.requests-section .list .list-header .list-header-status{flex:0 0 100px}.requests-section .list .list-header .list-header-requester{flex:0 0 100px}.requests-section .list .list-item{display:none;align-items:center;gap:12px;color:var(--medium);font-size:14px;padding:12px 0}.requests-section .list .list-item.active{display:flex}.requests-section .list .list-item:hover{background-color:var(--background_gray)}.requests-section .list .list-item .list-item-item{color:var(--medium);font-size:14px}.requests-section .list .list-item .list-item-type{flex:0 0 50px}.requests-section .list .list-item .list-item-type img{width:24px;height:24px;display:block}.requests-section .list .list-item .list-item-reference{flex:0 0 100px}.requests-section .list .list-item .list-item-summary{flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.requests-section .list .list-item .list-item-time{flex:0 0 150px}.requests-section .list .list-item .list-item-status{flex:0 0 100px}.requests-section .list .list-item .list-item-requester{flex:0 0 100px}.requests-section .list .list-pagination{margin:50px auto 0;display:flex;align-items:center;justify-content:center;gap:20px}.requests-section .list .list-pagination .list-pagination-item{width:24px;height:24px;background-image:url(/img/keyboard_arrow.svg);background-color:var(--background_white);background-size:contain;background-position:center;background-repeat:no-repeat}.requests-section .list .list-pagination .list-pagination-item.list-pagination-item-next{transform:rotate(180deg)}.requests-section .list .list-pagination .list-pagination-item:hover{background-image:url(/img/keyboard_arrow_hover.svg)}.requests-section .list .list-pagination .list-pagination-item:active{background-image:url(/img/keyboard_arrow_active.svg)}.requests-section .list .list-pagination .list-pagination-item.disabled{opacity:.5;pointer-events:none}.requests-section .types{background-color:#f2f2f2;padding:60px 0}.requests-section .types .title{color:var(--secondary);font-size:18px;font-weight:500;margin-bottom:50px;text-align:center;padding:0 32px}.requests-section .types .types-list{display:flex;flex-wrap:wrap;justify-content:center;gap:120px;padding:0 32px}.requests-section .types .types-item{flex:0 0 145px;display:flex;flex-direction:column;align-items:center;text-align:center}.requests-section .types .types-item .types-item-icon{width:44px;height:44px;margin-bottom:16px}.requests-section .types .types-item .types-item-icon img{width:100%}.requests-section .types .types-item .types-item-name{font-size:14px;color:var(--primary);font-size:14px;font-weight:700;margin-bottom:4px}.requests-section .types .types-item .types-item-description{color:var(--secondary);font-size:12px}@media(max-width: 768px){.requests-section .list .list-header .list-header-summary{flex:0 0 200px}.requests-section .list .list-item .list-item-summary{flex:0 0 200px}}.wiki-section{max-width:864px;width:100%;margin:0 auto;padding:32px}.wiki-section .wiki-input{display:flex;align-items:center;display:flex;height:57px;padding:15px 40px;align-items:center;border-radius:30px;background:rgba(217,55,42,.1)}.wiki-section .wiki-input input{flex:1;background-color:rgba(0,0,0,0);border:none;font-size:16px;color:var(--secondary);outline:none}.wiki-section .wiki-input button{flex:0 0 24px;width:24px;height:24px;cursor:pointer;background-image:url(/img/search.svg);background-size:contain;background-position:center;background-repeat:no-repeat;background-color:rgba(0,0,0,0);border:none;outline:none;opacity:.7}.wiki-section .divider{height:1px;background-color:var(--divider);margin:40px 0}.wiki-section .wiki-list{display:flex;flex-direction:column;gap:20px}.wiki-section .wiki-list .wiki-list-item{display:flex;align-items:center;gap:20px;color:var(--primary);font-size:14px;padding:6px}.wiki-section .wiki-list .wiki-list-item::before{content:"";display:block;width:26px;height:26px;background-image:url(/img/article.svg);background-size:contain;background-position:center;background-repeat:no-repeat}.wiki-section .wiki-list .wiki-list-item::after{content:"";display:block;width:24px;height:24px;background-image:url(/img/keyboard_arrow.svg);background-size:contain;background-position:center;background-repeat:no-repeat;transform:rotate(180deg)}.wiki-section .wiki-list .wiki-list-item:hover{background-color:var(--background_gray)}.wiki-section .wiki-list .wiki-list-item .wiki-list-item-title{flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}/*# sourceMappingURL=style.css.map */
