@import url(https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700);@import url(https://fonts.googleapis.com/css2?family=Alata&display=swap);@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);:root{--dark-body:#1e2643;--dark-content:#1a2134;--dark-main-component:#2d375d;--dark-popup:#141c2b;--active:#ff6100;--light-text:#fff;--dark-text:#000;--light-body:#fff;--light-content:#e3e3e3;--light-main-component:#fff;--light-popup:#cacaca;--small-text:#999;--disabled-text:#606060;--not-color:#ff1524}*{margin:0;padding:0;outline:none;border:none;list-style:none;text-decoration:none;color:#fff;box-sizing:border-box;font-family:Roboto,sans-serif;transition:.2s ease}.body__wrapper,.wrapper__content,body{width:100%;height:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:column}body.dark{background:var(--dark-body)}body.light{background:var(--light-body)}.header{max-width:1920px;width:100%;min-height:60px;display:flex;justify-content:space-between;align-items:center;padding:0 20px;position:fixed;z-index:1}.header.dark{background:var(--dark-body)}.header.light{background:var(--light-body)}.header__logo{max-width:280px;width:100%}.logo-image{width:50px;height:50px}.header__nav-list{max-width:1640px;width:100%;justify-content:space-between}.header__nav-item{padding:0 5px}.header__nav-item a{font-size:14px}.header__profile-item{position:relative}.not-count{position:absolute;top:0;right:-10%;width:6px;height:6px;z-index:2;background:var(--not-color);border-radius:50%}.notification-tab{width:350px}.sun{color:#ffcf16}.moon{color:#100046}.content__wrapper{max-width:1920px;width:100%;margin-top:60px;padding:0 20px}.content{max-width:1640px;width:100%;padding:20px}.content.dark{background:var(--dark-content)}.content.light{background:var(--light-content)}.content__module{width:100%;padding:20px;border-radius:10px}.content__module.dark{background:var(--dark-main-component)}.content__module.light{background:var(--light-main-component)}.sidebar,.sidebar__fix{max-width:280px;width:100%;height:100vh}.sidebar__fix{position:fixed;padding-top:20px;padding-right:20px}.sidebar__profile-nickname{font-size:14px;font-weight:500}.sidebar__user-avatar{width:70px;height:70px;-o-object-fit:cover;object-fit:cover}.sidebar__profile-count-info{border-top:1px solid #999;border-bottom:1px solid #999;padding:10px 0;display:flex;justify-content:center}.sidebar__count-info{display:flex;align-items:center}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f7efef;border-radius:5px}::-webkit-scrollbar-thumb{background:#a5a2a2;border-radius:5px}input[type=checkbox],input[type=radio]{height:20px;width:42px;outline:none;display:inline-block;vertical-align:top;position:relative;cursor:pointer}.btn,.dropdown-window,a,button,h1,input,span{transition:.3s ease!important}.ui-icon:hover,.ui-icon:hover i,a:hover,button:hover{color:var(--active)!important;text-shadow:0 0 2px var(--active)!important;cursor:pointer}.ui-icon{font-size:18px}.h1{font-size:30px!important}.h2{font-size:23px!important}.h3{font-size:17px!important}.help-text,p{font-size:14px!important}.t-d{padding-bottom:5px!important}.t-d.dark{border-bottom:2px solid var(--dark-body)!important}.t-d.light{border-bottom:2px solid var(--light-body)!important}.t-d:hover{border-bottom:2px solid var(--active)!important}.t-dd{text-decoration:underline!important}.p-05{padding:5px!important}.p-1{padding:10px!important}.p-2{padding:20px!important}.p-3{padding:30px!important}.mb-05{margin-bottom:5px!important}.mb-1{margin-bottom:10px!important}.mb-2{margin-bottom:20px!important}.mb-3{margin-bottom:30px!important}.mr-05{margin-right:5px!important}.mr-1{margin-right:10px!important}.mr-2{margin-right:20px!important}.mr-3{margin-right:30px!important}.dark-text.dark{color:var(--light-text)}.light-text.light{color:var(--dark-text)}.gray{color:var(--disabled-text)!important}.small{color:var(--small-text)!important;font-size:12px!important}.small-trans{font-size:14px!important}.active{color:var(--active)!important;text-shadow:0 0 2px var(--active)!important}.d-f{display:flex!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.align-center{align-items:center!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.avatar-br-5{border-radius:50%;border:2px solid var(--active)}.br-10{border-radius:10px}.dropdown-window{position:absolute;z-index:1;right:-10%;top:39px;margin-right:-400px;opacity:0;min-height:100px;max-height:400px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;padding:20px}.dropdown-window.active{margin-right:0;opacity:1}.dropdown-window.dark{background:var(--dark-popup)}.dropdown-window.light{background:var(--light-popup)}