.spinner-holder{display:flex;height:100%;flex-direction:column;justify-content:center;align-items:center}.spinner{opacity:1;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.spinner--large{margin-top:20px;border:10px solid transparent;border-radius:50%;border-top:10px solid var(--dark-bg);border-bottom:10px solid var(--dark-bg);width:80px;height:80px}.spinner--medium{margin-top:10px;border:5px solid transparent;border-radius:50%;border-top:5px solid var(--dark-bg);border-bottom:5px solid var(--dark-bg);width:40px;height:40px}.spinner--small{border:3px solid transparent;border-radius:50%;border-top:3px solid var(--dark-bg);border-bottom:3px solid var(--dark-bg);width:20px;height:20px}.spinner__message{font-size:1.2rem}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.error404{display:flex;justify-content:center;align-items:center;min-height:100%}.error404 h1{font-size:1.3rem}.load-error{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;line-height:1.4}.load-error__message{width:100%;max-width:400px}.load-error__content{width:100%;max-width:390px;margin-top:20px;padding:5px;border-radius:8px;color:#fff;background-color:var(--danger)}.mention{padding:2px;color:var(--font-dark);border-radius:2px;background-color:var(--lighter-bg)}.mention--focused{background-color:var(--light-bg)}.admonition li p{background-color:#fff}.equation{position:relative}.equation:after{content:"(" attr(data-label) ")";position:absolute;right:0;top:calc((100% - 19.5px)/2)}.math{text-align:center;-webkit-transition:none;transition:none}.math[data-selected=false]{padding:1px}.math[data-selected=true]{border:1px solid #add8e6}.editor .math math-field{pointer-events:none}.displayInline{display:inline-block}.highlight{position:relative;padding:0 2px;opacity:.8}.highlight--lightblue{background-color:#37abc8}.highlight--green{background-color:#37c8ab}.highlight--red{background-color:#f55}.highlight--yellow{background-color:#ffeb55}.icon{display:inline-flex;justify-content:center;align-items:center;fill:var(--dark-bg)}.button .icon{fill:#fff}.icon svg{max-width:60px}.icon--extra-small svg{width:15px;height:15px}.icon--small svg{width:20px;height:20px}.icon--medium svg{width:25px;height:25px}.icon--big svg{width:40px;height:40px}.button{display:inline-flex;justify-content:center;border:none;margin:0;width:auto;overflow:visible;background:transparent;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;text-decoration:none;font-size:16px;padding:7px 20px;color:var(--font-light);min-width:75px;background-color:var(--dark-bg);cursor:pointer;border-radius:17px;outline:none!important}.button.active{background-color:var(--darkest-bg)}.button--borderd{border:2px solid #fff;padding:5px 20px}button[disabled]{cursor:not-allowed;opacity:.5}.button--default{background-color:var(--dark-bg)}.button--danger{background-color:var(--danger)}.button--disabled{cursor:not-allowed;opacity:.4}.button>.spinner-holder{padding-left:8px}.button>.spinner-holder .spinner{margin:0;width:10px;height:10px;border:5px solid transparent;border-top:5px solid var(--main-decoration);border-bottom:5px solid var(--secondary-decoration)}.error-message{font-size:1rem;line-height:1.4;max-width:600px;margin:50px auto}.error-message h1{font-size:1.2rem;font-weight:700}.error-message h1,.error-message p{margin-bottom:20px}.error-message button{margin-right:10px}.notification{width:100%;color:var(--font-dark)}.notification__content{display:flex;align-items:flex-start}.notification__action{margin-bottom:5px}.alerts{position:fixed;z-index:9999;bottom:20px;right:20px}.alerts__alert{position:relative;display:flex;width:300px;margin-top:10px;padding:20px;line-height:1.4;border:1px solid var(--light-bg);border-radius:5px;background-color:hsla(0,0%,100%,.95);cursor:pointer}.alert--success{border-color:var(--dark-bg)}.alert--warning{border-color:var(--danger)}.alert--info{border-color:var(--dark-bg)}.alert--error{border-color:var(--danger)}.alert__close{position:absolute;top:0;right:0;padding:10px;cursor:pointer}.alerts--error{position:fixed;z-index:9999;top:0;left:calc(50% - 250px)}.alerts--error .alerts__alert{display:block;word-wrap:break-word;width:500px;cursor:default}.limitedui{display:contents}.limitedui .input{margin-right:10px}.select-list{position:relative;z-index:99;box-shadow:0 5px 10px rgba(0,0,0,.15);border-radius:20px}.select-list__item{display:flex;align-items:center;justify-content:space-between;padding:10px;min-height:22px;cursor:pointer;background-color:#fff}.select-list__item:first-child{border-top-left-radius:15px;border-top-right-radius:15px}.select-list__item:last-child{border-bottom-left-radius:15px;border-bottom-right-radius:15px}.select-list__item:hover{background-color:var(--lighter-bg)}.select-list__selected .icon svg{width:15px}.team-switcher{flex-direction:column;cursor:pointer}.team-switcher__box{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px;background-color:#fff;border-radius:20px;box-sizing:border-box}.team-switcher__value{display:flex;width:90%}.team-switcher__name{max-width:80%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-switcher__more{margin-left:7px}.team-switcher__trigger .icon svg{width:10px;height:10px}.team-switcher .select-list{width:100%;margin-top:5px}.modal{position:fixed;left:0;top:0;right:0;bottom:0;z-index:1000;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:flex-start}.modal__close{position:absolute;z-index:2;min-width:0;top:0;right:0;padding:10px;cursor:pointer;background-color:transparent}.modal__close .icon{background-color:var(--light-bg);border-radius:50%}.modal__close .icon svg{fill:var(--danger)}.modal__content{position:relative;padding:20px;margin-top:30px;max-width:80%;max-height:calc(100% - 80px);font-size:1rem;background-color:var(--light-bg);border-radius:17px;overflow:auto}.modal__content.overflow-auto{overflow:auto}.dialog__container{display:flex;justify-content:center;align-items:center;width:100vw;height:100vh;position:fixed;z-index:99;top:0;left:0;background-color:rgba(0,0,0,.5)}.dialog__container.supersession{z-index:999}.dialog__content{position:relative;width:300px;width:600px;max-height:80%;background-color:var(--light-bg);border-radius:17px}.dialog__content--small{width:300px}.dialog__content--medium{width:600px}.dialog__content--big{width:900px}.dialog__title{padding:20px 0;font-size:22px;color:#fff;line-height:1.4;text-align:center}.dialog__content{color:#fff}.dialog__buttons{display:flex;justify-content:space-between;align-items:flex-start}.dialog__buttons .button,.dialog__buttons input{margin:0}.dialog__buttons--center{justify-content:center}.dialog__buttons--start{justify-content:flex-start}.dialog__buttons--start .button,.dialog__buttons--start input[type=submit]{margin-right:10px}.dialog__buttons--end{justify-content:flex-end}.dialog__buttons--end .button,.dialog__buttons--end input[type=submit]{margin-left:10px}.dialog__content .avatar__name{color:#fff}.tooltip__wrapper{position:absolute;z-index:9999999;font-size:1rem;-webkit-transition:none;transition:none}.tooltip__content{position:relative;color:#fff;background:var(--dark-bg);border-radius:3px;padding:5px}.tooltip__arrow--down{bottom:-8px;border-top:8px solid var(--dark-bg)}.tooltip__arrow--down,.tooltip__arrow--up{position:absolute;left:calc(50% - 8px);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent}.tooltip__arrow--up{top:-8px;border-bottom:8px solid var(--dark-bg)}.tooltip__arrow--right{right:-8px;border-left:8px solid var(--dark-bg)}.tooltip__arrow--left,.tooltip__arrow--right{position:absolute;top:calc(50% - 8px);width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent}.tooltip__arrow--left{left:-8px;border-right:8px solid var(--dark-bg)}.avatar{display:flex;align-items:center}.avatar--small .avatar__image{width:30px;height:30px}.avatar--medium .avatar__image{width:50px;height:50px}.avatar--big .avatar__image{width:150px;height:150px}.avatar__image{display:block}.avatar__image,.avatar__image img{position:relative}.avatar__status{position:absolute;top:0;left:0;width:35%;height:35%;z-index:1}.avatar__status,.avatar__status:before{display:block;background-color:transparent;border-radius:50%}.avatar__status:before{content:"";width:80%;height:80%;position:relative;left:10%;top:10%}.avatar__status--online{background-color:#fff}.avatar__status--online:before{background-color:var(--status-online)}.avatar__status--unread{background-color:#fff}.avatar__status--unread:before{background-color:var(--status-unread)}.avatar__image img{border-radius:50%;object-fit:cover;display:block;width:100%;height:100%}.avatar__name{padding-left:8px;color:var(--font-dark)}.mentions__list{background:#fff;list-style:none;margin:0;padding:0}.mentions__item{align-items:center;border-left:1px solid #ddd;border-right:1px solid #ddd;border-top:1px solid #ddd;display:flex;height:32px;padding:4px 8px;cursor:pointer}.mentions__item:hover{background-color:var(--lighter-bg)}.mentions__item.selected{background-color:var(--dark-bg)}.mentions__item.selected .avatar__name{color:#fff}.mentions__item:last-of-type{border-bottom:1px solid #ddd}.chat__input-editor{padding:20px;max-height:80px;overflow:auto;border-top:1px solid var(--lighter-bg);background-color:#fff;border-top-left-radius:11px;border-top-right-radius:11px}.tickets__creator{display:flex;flex-direction:column}.tickets__creator .tickets__controls{justify-content:flex-start}.tickets__creator .tickets__controls h2{margin-left:20px}.tickets__creator .chat__input-editor{border-radius:10px;height:250px;margin-top:20px}.chat__input-editor>div{height:100%}.sidebar{display:flex;flex-direction:column;width:250px;border-right:1px solid #fff}.sidebar__toggle.button{display:inline-flex;background:none;color:var(--font-dark)}.sidebar .team-switcher{display:flex;align-items:center;height:46px;padding:0;margin:10px 20px 0;width:calc(100% - 40px)}.sidebar.small{width:70px}.sidebar.small .menu-toggler .button{font-size:0;margin-left:8px}.sidebar.small .team-switcher .select-list{position:absolute;max-width:250px;left:20px;top:116px}.sidebar.small .team-switcher__box{width:36px;justify-content:center}.sidebar.sidebar.small .team-switcher__value{display:none}.sidebar.small .nav__text{font-size:0}.sidebar.small .nav__link{margin:0}.sidebar.small .nav__link a{padding:0;justify-content:center}.sidebar.small .nav__link a .icon{margin-right:0}.sidebar.small .notifications__counter{position:absolute;top:6px;right:6px;width:13px;height:13px;font-size:0}.menu-toggler .button{display:flex;align-items:center;height:46px;padding:0;margin:25px 0 0 30px;font-size:18px;background-color:transparent}.menu-toggler .button .icon{fill:var(--dark-bg);padding-right:20px}.nav{display:flex;flex-direction:column;justify-content:space-between;height:100%;margin-top:10px}.nav ul{width:100%}.nav__link{position:relative;margin-left:15px}.nav__link:hover .nav__hoverbox{display:flex}.nav__hoverbox{display:none;flex-direction:column;width:400px;position:absolute;top:0;left:100%;z-index:99;border:1px solid var(--light-bg);border-top-right-radius:11px;border-bottom-right-radius:11px;background-color:var(--light-bg)}.nav__link .nav__hoverbox a{padding:0}.nav__hoverbox a.nav__link{padding:15px 20px;box-sizing:border-box}.nav__hoverbox a.notification__link{margin-left:15px;height:auto;line-height:1.2;padding:5px 0}.nav__hoverbox .notification{padding:0 15px}.nav__hoverbox .notification__link:hover .notification__content{color:#fff}.nav__hoverbox a.show-more{padding:10px;justify-content:center}.nav__link *{-webkit-transition:none;transition:none}.nav__link a{text-decoration:none;color:var(--font-dark);justify-content:space-between;cursor:pointer;display:flex;align-items:center;padding-left:15px;height:46px;border-top-left-radius:11px;border-bottom-left-radius:11px}.nav__link a.active,.nav__link a:hover{color:var(--font-light);background-color:var(--dark-bg)}.nav__link a.active .icon,.nav__link a:hover .icon{fill:#fff}.nav__link a .icon{margin-right:20px}.nav__content,nav .notifications__counter{display:flex;align-items:center}nav .notifications__counter{justify-content:center;width:20px;height:20px;margin-right:15px;font-size:14px;color:var(--font-light);border-radius:50%;background-color:var(--danger)}nav .notifications__counter>span{margin-top:-2px}.dialog__content.nav__ticket-creator-dialog{color:inherit}.confirm-dialog__content{line-height:1.4;margin-bottom:20px}.chat{position:relative;height:100%;display:flex;flex-direction:column}.chat__messages{flex:1 1;overflow:auto}.chat__msg{margin:20px 0}.chat__msg--info{padding:20px 0;text-align:center}.chat__msg-header{position:relative;display:flex;align-items:center}.chat__msg-header .chat__msg-time{position:absolute;width:100%;text-align:center}.chat__msg-user{font-weight:700;margin-right:20px}.chat__msg-content{margin-top:10px;padding:10px;border-radius:17px;background-color:#fff}.chat__msg-single{position:relative;padding:5px;margin:-5px 0;border-radius:3px}.chat__msg-single--selected{background-color:#faebd7}.chat__msg-single:first-child .chat__msg-time{display:none}.chat__msg-single .chat__msg-time{display:block;height:10px;margin-bottom:5px;opacity:0;text-align:center}.chat__msg-single--selected .chat__msg-time,.chat__msg-single:hover .chat__msg-time{opacity:1}.chat__msg-content .message{line-height:1.4}.chat em{font-style:italic}.chat__date-separator{position:-webkit-sticky;position:sticky;top:0;z-index:99;padding:10px 0;text-align:center;font-weight:700;background-color:var(--lighter-bg)}.chat__date-separator:before{position:absolute;top:50%;display:block;content:"";height:1px;width:100%;background-color:var(--light-bg)}.chat__date-separator .date{position:relative;z-index:1;text-transform:capitalize;padding:0 15px;background-color:var(--lighter-bg)}.chat__msg--user-joined{display:flex}.chat__msg--user-joined a{margin:0 5px;color:var(--font-dark)}.chat__msg--state-changed{display:flex;flex-direction:column;align-items:center}.chat__msg--state-changed a{color:var(--font-dark)}.chat__msg--state-changed .chat__msg-time{padding-bottom:10px}.conversation-tab{display:flex;flex-direction:column;width:200px;height:33px;position:relative;bottom:0;background-color:#fff;border-top-left-radius:5px;border-top-right-radius:5px;border:1px solid var(--dark-bg);-webkit-transition:none;transition:none}.conversation-tab--open{width:320px;height:350px;top:-317px}.conversation-tab__info{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.conversation-tab__info:hover{background-color:var(--lighter-bg)}.conversation-tab__close{padding:0 10px}.conversation-tab__close .icon{width:20px}.conversation-tab__title{display:flex;overflow:hidden;flex:1 1;padding:10px;font-weight:700;white-space:nowrap;text-overflow:ellipsis}.conversation-tab__content{display:none;max-height:calc(100% - 42px);flex:1 1;padding:5px}.conversation-tab--open .conversation-tab__content{display:block}.conversation-tab__content .chat__date-separator{padding:2px 0}.conversation-tab__content .chat__input-editor{padding:10px}.conversation-tab__content .chat__msg-header .chat__msg-time{text-align:right}.conversation-tab__content .chat__msg{margin:10px 0}.conversation-tab__content .chat__msg-content{margin-top:5px;padding:5px}.conversation-tab__content .chat__msg-single .chat__msg-time{font-size:.9em;height:6px;margin-bottom:3px}.conversation-tabs{display:flex;position:absolute;z-index:99;left:0;bottom:0;height:35px}.conversation-tabs .conversation-tab{margin-right:15px}.hidden-tabs{position:relative}.hidden-tabs__toggler{display:flex;align-items:center;justify-content:center;width:35px;height:35px;cursor:pointer;background-color:#fff;border:1px solid var(--dark-bg);border-top-left-radius:5px;border-top-right-radius:5px}.hidden-tabs__toggler:hover{background-color:var(--lighter-bg)}.hidden-tabs__list{position:absolute;bottom:35px;display:flex;flex-direction:column;width:250px;border:1px solid var(--dark-bg);border-radius:5px;background-color:#fff}.hidden-tabs__tab{padding:10px;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid var(--lighter-bg)}.hidden-tabs__tab:last-child{border-bottom:none}.hidden-tabs__tab:hover{background-color:var(--lighter-bg)}.section--wrapper{position:relative;height:100%;margin:0 7.5px;border-bottom:none;overflow:auto}.section--wrapper:first-child{margin-left:0}.section--wrapper:last-child.module-details{margin-right:0;max-width:30vw}.section__content{padding-top:46px;display:flex;height:calc(100% - 46px - var(--header-height) - var(--header-margin-top))}.section__half{display:inline-block;width:50%;margin:0 15px}.section__half:first-child{margin-left:0}.section__half:last-child{margin-right:0}.section__heading{font-size:1.2rem;font-weight:700;color:var(--font-dark);margin-bottom:10px}.header{max-width:100%;height:var(--header-height);display:flex;align-items:center;padding:0 20px;margin-top:var(--header-margin-top);background-color:var(--dark-bg);border-top-left-radius:11px;border-top-right-radius:11px}.header.fixed{position:-webkit-sticky;position:sticky;top:0;z-index:2}.header__title{font-size:18px;color:var(--font-light)}.header .date,.header .limitedui,.header__title{margin-right:20px}.header .button{margin-right:10px}.header .sidebar__toggle{margin-right:0}.header .module__assignee{display:flex;align-items:center;margin-right:20px}.header .module__assignee>span{margin-right:5px}.header .lock-swiping .button{margin-left:10px}.header .close-button{position:absolute;right:0;margin-right:0;min-width:0}.header .close-button-module-preview{position:fixed;right:0;min-width:0;margin-right:3vw;padding:0;background-color:transparent}.header .close-button-module-preview .icon svg,.header .close-button .icon svg{fill:var(--danger)}.admin_tools,.tasks{display:flex;flex-direction:column}.tasks{position:absolute;right:0;bottom:0;z-index:100;margin:8px}.task-preview{background-color:#fff;border-radius:50vh;border:1px solid var(--dark-bg);padding:5px;padding-inline:10px;margin-top:8px;display:flex;flex-direction:row;align-items:center;-webkit-transition:box-shadow .25s,-webkit-transform .25s;transition:box-shadow .25s,-webkit-transform .25s;transition:box-shadow .25s,transform .25s;transition:box-shadow .25s,transform .25s,-webkit-transform .25s}.task-preview:hover{box-shadow:0 2px 6px rgba(0,0,0,.7);-webkit-transform:translateY(-2px);transform:translateY(-2px);cursor:pointer}.active-task{min-width:300px}.active-task__state{margin-top:16px}.active-task__state label{display:block;text-align:center}.active-task__state progress{width:100%}.active-task__close{display:block;margin-top:8px;margin-inline:auto}.active-task__close :first-child{-webkit-margin-end:6px;margin-inline-end:6px}.task__error{margin-top:16px}.task__error .message-list dt{margin-block:.5em}.task__error .message-list dd{white-space:preserve-breaks;margin-left:2em;font-family:monospace;font-size:12px}.module-label{display:flex;align-items:center;border-radius:5px;padding:5px;cursor:pointer;font-size:14px;font-weight:600}input{font-family:"Raleway",sans-serif;font-size:16px;color:var(--font-dark);text-align:center;padding:10px;outline:none;background-color:#fff;border-radius:17px;box-sizing:border-box;border:none}input[type=submit]{margin-bottom:0}input[type=submit]:hover{background-color:#303d50}input[type=disabled]{opacity:.6;cursor:not-allowed}.input input{display:block;width:100%}.input input[type=checkbox]{width:auto}.input.valid input{color:var(--green);border:1px solid var(--green)}.input.invalid input{color:var(--red);border:1px solid var(--red)}.input__error{position:relative;display:inline-block;font-size:.8rem;color:var(--red)}.module-labels-list{display:flex;flex-direction:column;justify-content:center;align-items:stretch;border:1px solid var(--light-bg);box-shadow:0 5px 10px rgba(0,0,0,.15);border-radius:10px;background-color:#fff}.module-labels-list__content{max-height:300px;overflow:auto}.module-labels-list__title{display:block;text-align:center;font-size:16px;font-weight:700;padding:10px;background-color:#e8e8e8;border-top-left-radius:10px;border-top-right-radius:10px}.module-labels-list .input{padding:5px}.module-labels-list .input input{padding:5px;border:1px solid var(--light-bg)}.module-labels-list .input.focused input{border:1px solid var(--dark-bg)}.module-labels-list__item{display:flex;align-items:center;flex-wrap:wrap;min-height:20px;padding:10px 0;font-size:15px;color:var(--font-dark);border-top:1px solid var(--light-bg);cursor:pointer}.module-labels-list__item:hover{background-color:var(--lighter-bg)}.module-labels-list__item--no-hover:hover{cursor:auto;background-color:none}.module-labels-list__item .icon{width:15px;margin:0 5px}.module-labels-list__item--edit{border-bottom-left-radius:10px;border-bottom-right-radius:10px}.module-labels-list__item--edit .icon{margin-left:25px}.module-labels-list__item--center{justify-content:center;min-height:0}.module-labels-list__color{width:15px;height:15px;border-radius:4px;margin-right:5px}.module-labels-list__name{white-space:nowrap;max-width:70%;text-overflow:ellipsis;overflow:hidden}.module-labels{position:relative;display:flex;align-items:center}.module-labels__labels{display:flex}.module-labels__labels .module-label{margin-right:5px}.module-labels__settings{padding:10px;cursor:pointer}.module-labels .module-labels-list{position:absolute;z-index:1;right:0;top:70%;width:300px}.draftsList{width:100%;overflow-y:scroll}.draftsList .list .list{margin-top:0}.draftsList .list__item{flex-wrap:wrap;padding:0;border-bottom:none}.draftsList__book{margin-bottom:20px;background-color:#fff}.draftsList__book-title{font-size:18px;display:flex;align-items:center;padding:0 20px;width:100%;height:46px;background-color:var(--light-bg)}.draftsList .list__content{display:flex;flex-direction:column;flex:1 1;line-height:1.2}.draftsList__draft-title{width:100%;color:var(--font-dark);padding:15px 0;flex:1 1}.draftsList__draft-title:hover{font-weight:700}.draftsList .nestable-item-name{margin-right:15px}.draftsList .draft-info{display:flex;flex-direction:column;font-size:.9rem}.draftsList__book .nestable-has-children .nestable-list .nestable-item-name{padding:15px 0}.draftsList__details-icon{padding:10px}.content-tools-import-error{border:2px solid red;border-radius:4px;padding:8px;margin-bottom:4px;background:#8b0000;font-weight:700}.page-navigation__list{display:inline-flex;align-items:center}.page-navigation__page{min-width:0;background:none;color:var(--font-dark);padding:5px 6px}.page-navigation__active-page{font-weight:700;cursor:default}.page-navigation__wrapper{width:100%}.page-navigation{display:flex;align-items:center;margin:20px 0}.page-navigation__button{background:top;padding:0;margin:0;min-width:auto}.page-navigation__button .icon{fill:var(--font-dark)}.page-navigation__button--prev{margin-right:20px}.page-navigation__button--next{margin-left:20px}.notifications{flex-direction:column;align-items:flex-start}.notifications__delete-all{margin-bottom:20px}.notificationsList{width:100%;background-color:#fff;padding:20px 0}.notificationsList__item{display:flex;justify-content:space-between;align-items:center;padding:20px}.notificationsList__item:hover .notification__content{font-weight:700}.notificationsList .notification{cursor:pointer}.notificationsList .notification__content{align-items:center}.notificationsList .notification__who{margin-top:0}.notificationsList .notification__action{margin-bottom:0}.notificationsList .notification__date{display:inline-block;margin-top:5px}.card{display:flex;justify-content:space-between;align-items:center;width:400px;min-height:46px;border-radius:11px;margin:0 15px 46px 0;padding:5px 0;background-color:var(--light-bg)}.card.card--editing{border-radius:0}.card__content{text-decoration:none;justify-content:space-between;width:100%;height:100%}.card__buttons,.card__content{display:flex;align-items:center}.card__buttons{margin-right:6px}.card__title{max-width:155px;margin-left:20px;margin-right:20px;color:var(--font-dark);display:flex;flex-direction:column;overflow:hidden;white-space:nowrap}.card.card--editing .card__title{margin-right:unset}.card__book-name{font-size:18px;overflow:hidden;text-overflow:ellipsis}.card__book-team{font-size:14px;margin:3px 0}.card .limitedui{position:absolute;top:0;right:0;padding:20px}.card .limitedui .button{margin-left:6px}.bookList__details-icon{margin-right:10px}.validation-details{margin-top:20px;padding:20px;max-height:250px;overflow:auto;line-height:1.4;border-radius:10px;background-color:var(--lighter-bg);color:var(--font-dark)}.books__book-cards{display:flex;flex-wrap:wrap}.books{flex-wrap:wrap}.editable-text{display:flex;flex-direction:column}.editable-text__input{display:flex;align-items:center;cursor:text}.editable-text__content{margin-right:15px}.editable-text__content:before{content:attr(data-placeholder);color:grey}.editable-text__controls{display:flex;margin-right:15px}.editable-text__controls .disabled{cursor:not-allowed;opacity:.6}.editable-text__controls .icon{cursor:pointer;margin-right:6px}.editable-text__errors{font-size:14px;font-weight:400;margin:10px 0;padding:10px;color:#fff;background-color:var(--danger);border-radius:11px}.editable-text__error{margin:5px 0}.usersList{width:100%;color:var(--font-dark)}.usersList__filter{margin-bottom:-10px}.usersList__team{margin-bottom:20px;background-color:#fff}.usersList__team-name{display:flex;padding:10px}.usersList__list{max-height:300px;overflow:auto;background-color:#fff}.usersList__item{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--light-bg);cursor:pointer}.usersList__item:hover{color:var(--font-light);background-color:var(--dark-bg)}.usersList__item--no-results{padding:10px}.usersList__info{display:flex;align-items:center;width:100%;padding:10px}.usersList__avatar{margin-right:10px}.configure-slots{margin-top:10px}.configure-slots__slot{justify-content:space-between;margin-bottom:10px}.configure-slots__info,.configure-slots__slot{display:flex;align-items:center}.configure-slots__info .configure-slots__name{margin-right:10px}.begin-process .process-selector__title{font-weight:700;margin-bottom:5px}.begin-process .process-selector .react-select__menu-list{max-height:150px}.begin-process p{margin-top:10px}.begin-process ul{margin-bottom:10px;padding-left:20px}.begin-process li{list-style:disc}.begin-process-dialog{min-height:300px}.process-preview-slot{margin-top:5px}.process-preview-slot span{display:block}.process-preview-step-link,.process-preview-step-slot{margin-left:10px;margin-top:5px}.process-preview-step{margin-top:5px}.process-preview-step__links,.process-preview-step__slots{margin-left:10px;margin-top:5px}.dialog__content .process-preview{max-height:400px;overflow:auto;margin-bottom:20px}.process-preview{display:flex;flex-wrap:wrap;line-height:1.4}.process-preview>h2{width:100%;font-size:1.1rem;font-weight:700;margin:10px 0}.process-preview h3{font-weight:700}.process-preview__slots,.process-preview__steps{flex:1 1}.update-slots,.update-slots>ul{margin:10px 0}.update-slots>ul li{line-height:1.4;list-style:disc;margin-left:20px}.update-slots__slot{display:flex;align-items:center;justify-content:space-between;margin:10px 0}.update-slots__slot .button:last-child{margin-left:10px}.update-slots__info{display:flex;align-items:center;flex:1 1}.update-slots__info .avatar,.update-slots__info .update-slots__name{margin-right:10px}.highlight-text{padding:0 2px;background-color:var(--danger)}.change-process-info,.change-process-validation-error{padding:20px 0}.map-slots__slots{display:flex;flex-direction:column}.map-slots__slot{display:flex;justify-content:space-between;align-items:center}.map-slots__arrow,.map-slots__name,.map-slots__slot .avatar{flex:1 1}.map-slots__slot .react-select{width:250px}.change-process .process-selector .react-select__menu-list{max-height:100px}.bookpart__item--module .process-preview{padding:10px;background-color:#fff;border-radius:5px;color:var(--font-dark)}.bookpart__item--module .bookpart__process{background:none;color:var(--font-dark)}.bookpart__item--module .begin-process-dialog .dialog__content{overflow:visible}.bookpart__title .highlight{color:#fff}.bookpart_id-input input{border-style:solid;border-color:#000}.bookpart_id-controls{display:inline}.bookpart_id-controls .icon{cursor:pointer}.modulePreview{line-height:1.4;background-color:#fff;padding:20px}.modulesList{width:100%;color:var(--font-dark)}.modulesList__no-results{margin-top:20px;max-height:300px;overflow:auto;border:1px solid var(--dark-bg);background-color:#fff;padding:10px}.modulesList .limitedui{display:contents}.modulesList__new{display:flex;flex-direction:column;width:100%;margin-bottom:20px}.modulesList__new .files-uploader{margin-top:0}.modulesList__top-bar{display:flex;align-items:center;flex-wrap:wrap}.modulesList__top-bar .input{width:100%}.modulesList__top-bar .react-select{max-width:50%;margin:0}.modulesList__top-bar input[type=submit]{flex:1 1;height:38px}.modulesList__new .react-select,.modulesList__new input{margin-right:10px;min-width:100px}.modulesList .book-selector{margin:10px 0 -10px}.modulesList__list{margin-top:20px;max-height:250px;overflow:auto;border:1px solid var(--dark-bg);background-color:#fff}.modulesList__item{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--light-bg)}.modulesList__item:hover{color:var(--font-light);background-color:var(--dark-bg)}.modulesList__item>span{flex:1 1}.modulesList__item>.button{margin-right:10px}.modulesList__info{display:flex;justify-content:space-between;align-items:center;padding:10px;cursor:pointer;line-height:1.2}.is-dragging{cursor:-webkit-grabbing;cursor:grabbing}.book__search{position:absolute;right:20px}.book .process-selector{display:flex;align-items:center;margin:10px 0}.book .process-selector__title{margin-right:20px}.book .process-selector .react-select{max-width:300px;margin-bottom:0}.book-collection{width:100%}.book-collection .nestable-list{position:relative;margin-top:0;background-color:#fff}.book-collection .nestable-list .nestable-list{margin-top:0}.book-collection.nestable .nestable-item-0>.nestable-list{padding-left:0;margin-left:20px}.book-collection .nestable-item{margin:0}.nestable-item-name{padding:15px}.nestable-item-name .limitedui{display:none}.nestable-item-name .bookpart__item--module .limitedui:last-child,.nestable-item-name:hover .limitedui{display:flex}.nestable-item-0.nestable-has-children{background-color:#fff}.nestable-item-0.nestable-has-children>.nestable-list .nestable-item-name{padding-left:40px}.nestable-item-0>.nestable-list{position:relative;margin-left:20px}.nestable-has-children .nestable-list .nestable-item-name{padding-left:60px}.nestable-has-children .nestable-item-name:hover .bookpart__title{font-weight:700;outline:none}.nestable-has-children .nestable-item-name:hover .bookpart__title .input input{font-weight:700}.nestable-collapsed{display:none}.bookpart__item{display:flex;align-items:center;height:20px}.bookpart__item button{margin-right:10px}.bookpart__title{font-size:16px;display:inline-flex;flex:1 1;height:30px;align-items:center;white-space:nowrap;cursor:pointer}.bookpart__item--module .bookpart__title{cursor:pointer}.bookpart__title .input{margin-bottom:0}.bookpart__title .input input{font-size:16px;color:var(--font-dark);padding:10px 0;background:transparent;border:0}.bookpart__info{position:absolute;right:0;display:flex;align-items:center;background-color:#fff}.bookpart__info .avatar{margin-right:10px}.bookpart__step{margin-right:20px}.bookpart__icon{cursor:pointer}.bookpart__icon .icon{padding-right:20px}.bookpart__info .stacked{width:170px}.book__controls{display:flex;justify-content:flex-end;padding:20px 10px}.book__controls .button{margin-left:10px}.book-module-details-wrapper{display:grid}.color-generator,.color-generator__box{display:flex;align-items:center}.color-generator__box{justify-content:center;width:25px;height:25px;margin-right:5px;padding:7px;border-radius:10px;cursor:pointer}.color-generator .input{width:150px}.color-generator__box .icon{fill:inherit}.module-label-creator{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin-top:10px;padding:10px;background-color:#fff;border:1px solid var(--dark-bg);border-radius:10px}.module-label-creator__controls{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:10px}.module-label-creator__controls .input{width:150px}.module-label-creator__buttons .button{margin-left:10px}.module-label-manager{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%}.module-label-manager__controls{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:10px}.module-label-manager__controls .input{width:150px}.module-label-manager__buttons .button{margin-left:10px}.module-labels-editor__item{display:flex;padding:10px;justify-content:space-between;align-items:center}.module-labels-editor__buttons .button{margin-left:10px}.module-labels-editor{width:100%}.module-labels-editor .input input{border:1px solid var(--light-bg)}.module-labels-editor .focused input{border:1px solid var(--dark-bg)}.module-labels-editor .module-label{font-size:16px;padding:9px}.module-labels-editor__header{display:flex;justify-content:space-between;align-items:center}.module-labels-editor__header .input{width:300px;margin-right:20px}.module-labels-editor__list{margin-top:20px;border:1px solid var(--dark-bg);border-radius:10px;background-color:#fff}.module-labels-editor__list li{border-bottom:1px solid var(--dark-bg)}.module-labels-editor__list li:last-child{border-bottom:none}.module-labels-editor__no-labels{padding:20px}.module-labels-screen .module-labels-editor{max-width:700px}.draft-info__permission:first-child{padding-left:5px}.draft-info__permission:after{content:", "}.draft-info__permission:last-child:after{content:none}.draft-info__content{display:flex;flex-direction:column}.draft-info__content span{margin-bottom:5px}.counters-root{display:contents}.draft-title{font-size:1.5rem}.draft-title .editable-text__content{max-width:70%;min-width:60%}.draft-title .input input{font-size:1.5rem;color:var(--font-dark);padding:0;background:transparent;border:transparent;text-align:left}.draft-title input[disabled]{opacity:1;cursor:default}.invalid-references-dialog .editor{width:auto;margin-top:10px}.step-changer{display:flex;align-items:center}.step-changer__select-link{margin:0 10px;width:200px}.step-changer__dialog-controls{margin-top:20px}.step-changer__dialog-content{display:flex;flex-direction:column;align-items:flex-end}.step-changer__dialog-content .button{margin-bottom:5px}.step-changer__info{margin-bottom:20px}.step-changer__overlay{position:absolute;width:100%;height:100%;top:0;left:0;background-color:var(--light-bg);opacity:.9}.save-button{position:relative}.save-button .icon{margin-right:8px}.save-button__dialog-content{line-height:1.4;margin-bottom:20px}.toolgroup{margin-top:12px}.toolgroup--header{display:flex;align-items:center;margin-bottom:10px;cursor:pointer}.toolgroup--header>.icon{margin:4px}.toolgroup--content{display:none}.toolgroup.open>.toolgroup--content{display:flex;justify-content:space-around;flex-wrap:wrap}.classes{width:100%;margin:10px 0}.classes .ReactTags__tagInput input{width:100%;background-color:var(--lighter-bg)}.classes__title{display:block;margin-bottom:3px}.checkbox{display:flex;align-items:center;height:25px;position:relative;padding-left:35px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkbox__checkmark{position:absolute;top:0;left:0;height:25px;width:25px;background-color:#eee}.checkbox:hover input~.checkbox__checkmark{background-color:#ccc}.checkbox input:checked~.checkbox__checkmark{background-color:var(--dark-bg)}.checkbox__checkmark:after{content:"";position:absolute;display:none}.checkbox input:checked~.checkbox__checkmark:after{display:block}.checkbox .checkbox__checkmark:after{left:9px;top:5px;width:5px;height:10px;border:solid #fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.node-attr{width:100%;margin:5px 0}.node-attr .input,.node-attr .react-select{margin:3px 0 0}.characters-counter{width:100%;margin-bottom:10px}.characters-counter .toolbox__title{margin-bottom:10px}.characters-counter .toolbox__title span{display:block;margin-bottom:10px}.document-tools .toolbox__label{margin-bottom:20px}.assetPreview{width:100%;position:relative}.figure__alt-text{margin-top:10px;width:100%}.toolbox-format__special-tools{display:flex;align-items:center}.toolbox-format__special-tools .switchable-types{flex:1 1}.color-picker{display:flex;align-items:center;width:100%;margin-bottom:10px}.color-picker__item{width:20px;height:20px;margin:5px;cursor:pointer}.color-picker__item--active{border:1px solid var(--dark-bg);cursor:default}.highlight__content{width:100%}.highlight__content textarea{max-width:250px;min-height:auto;padding:5px;height:100px;margin-bottom:10px}.highlight__message{display:block;color:var(--font-dark);background-color:#fff;border:1px solid var(--dark-bg);border-radius:5px;overflow:auto;height:70px;padding:5px}.highlight__author{margin:10px 0;display:flex}.highlight__author .avatar__image{margin-left:5px;width:20px;height:20px}.asset{margin:8px;min-width:180px;max-width:360px;max-height:160px;flex:1 1}.asset:hover{cursor:pointer;box-shadow:0 2px 4px 2px rgba(51,51,51,.4)}.asset{position:relative}.asset__image{display:block;width:100%;height:auto;max-height:120px;object-fit:cover}.asset__name{position:absolute;left:0;right:0;bottom:0;display:inline-block;overflow:hidden;padding:8px 12px;font-size:.9rem;text-overflow:ellipsis;white-space:pre;background-color:hsla(0,0%,100%,.8)}.asset .icon{width:100%;margin-top:5px}.asset--with-icon{height:120px}.asset--with-icon .asset__mime{display:none}.assetList__controls{display:flex;align-items:center;padding:10px;background-color:var(--dark-bg);border-radius:6px}.assetList__controls .search-input{width:300px}.assetList__controls .button{margin-left:10px}.assetList__controls .button.active{color:var(--font-dark);background-color:#fff}.assetList__list{display:flex;flex-wrap:wrap;align-items:flex-start;overflow-y:auto}.assetList__item .button{display:flex;align-items:center;justify-content:center;flex-direction:column;width:250px;height:120px;margin:8px;font-size:.9rem}.assetList__item .button .icon{margin-bottom:10px}.assetList__item .asset__image{width:250px;height:150px}.target{padding:8px;margin:4px;cursor:pointer;background-color:#fff;border-radius:3px}.target:hover{box-shadow:0 2px 4px 2px rgba(51,51,51,.4)}.targets{margin:10px}.targets__category{border-bottom:1px solid var(--light-bg);margin-bottom:10px}.targets__category:last-child{border:none;margin-bottom:0}.targets__title{font-weight:700}.target-source{display:flex;width:100%;padding:10px 0}.target-source:hover{cursor:pointer}.remote-reference-targets.hide{display:none}.remote-reference-targets__controls{display:flex;justify-content:space-between;padding:10px}.remote-reference-targets__controls>.button .icon{margin-left:-8px}.remote-reference-targets ul li{border-bottom:1px solid var(--light-bg)}.remote-reference-targets ul li:last-child{border:none}.remote-reference-targets .nestable-item-name{padding:10px}.remote-reference-targets .bookpart__item{width:100%;display:flex;height:30px}.remote-reference-targets .bookpart__title{white-space:normal}.remote-reference-targets .bookpart__item:before{top:20px}.remote-reference-targets .bookpart__item--module:hover{font-weight:700}.remote-reference-targets .nestable-item-0 .nestable-list:before{height:calc(100% - 20px)}.remote-reference-targets .bookpart__icon .icon{padding-right:0}.remote-reference-targets .bookpart__icon .icon svg{margin-right:10px}.linkbox{min-width:360px;padding:10px;background-color:var(--lighter-bg)}.linkbox__text{margin-bottom:10px}.linkbox__label-text{margin-bottom:4px;display:inline-block;font-weight:700}.linkbox__target{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:10px}.linkbox__target-item{margin:10px 0;color:#fff}.linkbox__buttons .button{margin-right:10px}.reference-targets{display:flex;flex-direction:column;width:500px;background-color:#fff}.reference-targets .hidden{display:none}.tabs{display:flex;text-align:center}.tabs__tab{flex:1 1;padding:10px}.tabs__tab:hover{cursor:pointer}.tabs__tab:first-child{border-top-left-radius:3px}.tabs__tab:last-child{border-top-right-radius:3px}.tabs__tab:not(.selected){color:var(--font-light);background-color:var(--dark-bg)}.link__button{margin-top:10px}.toolbox-list__nesting{display:flex}.toolbox-list__nesting>*{flex:1 1}.toolbox-list__style .react-select__option{position:relative}.toolbox-list__bullet-example{position:absolute;display:inline-block;top:8px;right:16px;bottom:8px;vertical-align:middle}.toolbox-list__numbering-example{text-align:right;font-size:75%;color:#999}.media-tools__asset{position:relative}.media-tools__remove{position:absolute;top:0;right:0;z-index:9;padding:10px;min-width:0;background-color:transparent}.media-tools__remove .icon svg{fill:var(--danger)!important}.rule-tools{display:flex;flex-direction:column;align-items:flex-start}.rule-tools .button{margin-bottom:10px}.suggestion-box{width:100%;max-width:250px;margin:10px 0 0 10px}button.suggestion-box__control{padding:5px 20px}button.suggestion-box__control[disabled]{border:none}.suggestion-box.inactive{opacity:.5;cursor:pointer}.suggestion-box__info{line-height:1.3;padding-right:5px}.suggestion-box__info strong{font-weight:700}.suggestion-box__info span{font-style:italic;word-wrap:anywhere;color:#909090}.suggestion-box__info span:before{content:"„"}.suggestion-box__info span:after{content:"”"}.suggestion-box__buttons{display:flex;justify-content:space-between;margin-bottom:5px;margin-right:2%}.suggestion-box__buttons button{background-color:transparent;color:var(--font-dark);padding:0 5px;min-width:0}.suggestion-box__description{font-size:1.8rem;font-weight:700}.suggestion__controls>button{margin-top:10px;margin-bottom:10px;margin-left:10px}.button.suggestion-box__control{margin-right:0}.suggestion-tools__box_area{margin-top:10px;min-height:150px;width:100%;border-radius:5px;border:1px solid var(--dark-bg);padding-bottom:5px;margin-bottom:10px}.suggestion__controls-acceptAll{background-color:#56a860}.suggestion__controls-rejectAll{background-color:#dd6760}.suggestion-tools__checkbox-with-label{display:flex;justify-content:space-between;width:100%}.suggestion-tools__checkbox-with-label .suggestion-tools__label{padding-right:5px}.suggestion-tools__checkbox-with-label .checkbox__checkmark{position:inherit}.suggestionBox__modal--removeAll{display:flex;flex-direction:column;width:250px;align-items:center}.suggestionBox__modal--removeAll_text{padding:15px}.suggestionBox__modal--removeAll-buttons{display:flex;flex-direction:row}.suggestionBox__modal--removeAll_button{margin:10px}.source__error{color:var(--red);margin-top:10px;overflow:auto}.terms__label{margin-bottom:5px;width:100%}.terms__button .icon{margin-right:8px}.terms__title{display:block;margin-bottom:3px}.xref__title{display:block;margin-bottom:-6px}.ReactTags__tag{display:inline-block;margin:5px 5px 5px 0;padding:5px;font-size:.9rem;border-radius:3px;background-color:var(--light-bg)}.ReactTags__remove{padding:0 3px;cursor:default}.definition__label{margin-top:20px}.definition__title{line-height:1.4;margin-bottom:10px}.definition__title,.math-editor{display:flex;flex-direction:column}.math-editor{width:100%;height:100%;background-color:#fff}.math-editor math-field{font-size:26px;padding:16px;display:flex;align-items:center;justify-content:center;flex:1 1;overflow-y:auto}.math-editor__tools{display:flex;flex-direction:column}.math-editor__toolbar{display:flex;justify-content:flex-end;padding:4px;border-top:1px solid grey;border-bottom:1px solid grey}.math-editor__toolbar .button{margin-left:4px}.math-editor__snippets{display:flex;flex-direction:column;flex-wrap:wrap;align-content:flex-start;max-height:50vh;overflow-x:auto}.snippet-group{padding:10px}.snippet-group__header{font-size:16px;font-weight:700;padding-left:8px;padding-right:8px}.snippet-group__content{display:grid;grid-template-columns:repeat(5,minmax(-webkit-min-content,1fr));grid-template-columns:repeat(5,minmax(min-content,1fr))}.snippet{position:relative;display:inline}.snippet.has-variants:after{position:absolute;top:0;right:0;content:"+"}.snippet *{cursor:pointer}.snippet:hover .snippet__palette{display:flex}.snippet__palette{display:none;width:200px;flex-wrap:wrap;position:absolute;left:-1px;top:-1px;z-index:9999999;background:#fff;box-shadow:0 0 2px grey;border-radius:2px;padding:4px 8px;-webkit-transition:unset;transition:unset}.toolbox{position:-webkit-sticky;position:sticky;top:46px;right:0;height:calc(100vh - 62px);width:260px;padding:8px;border-left:1px solid var(--dark-bg);background-color:#fff;overflow:auto}.toolbox-tools{padding-top:60px}.toolbox--collapsed{width:15px;cursor:pointer}.toobox-tools--collapsed{display:none}.toolbox-label{-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl;-webkit-text-orientation:mixed;text-orientation:mixed;margin-top:65px;font-weight:700;-moz-user-select:none;user-select:none;-webkit-user-select:none;-ms-user-select:none}.toolbox-label--invisible,.toolbox-label[aria-expanded=true]{display:none}.toolbox__group{display:flex;justify-content:space-between;align-items:center}.toolbox__label{width:100%}.toolbox__title{display:block;margin-bottom:3px}.toolbox__select{width:100%;margin:10px 0;font-size:.9rem}.toolbox-toggler{float:right;width:-webkit-max-content;width:-moz-max-content;width:max-content;cursor:pointer;padding-top:30px;background:transparent;-webkit-transform:translateX(40%);transform:translateX(40%)}.toolbox-toggler .icon svg,.toolbox .button .icon svg{fill:var(--font-dark)}.toolgroup.open>.toolbox__insert-buttons{justify-content:flex-start}.toolbox__button--insert{position:relative;display:inline-flex;flex-direction:column;align-items:center;min-width:0;padding:5px;margin-right:2px;border:1px solid transparent;border-radius:4px;color:var(--font-dark);background:transparent}.toolbox__button--insert:hover{border-color:var(--dark-bg)}.toolbox__button--with-tooltip{display:inline-block}.toolbox__button--only-icon{padding:5px;margin-right:5px;color:var(--font-dark);background:transparent;border:1px solid transparent;border-radius:4px;min-width:0}.toolbox__button--only-icon.active{color:var(--font-light);background-color:var(--dark-bg)}.toolbox__button--only-icon.active .icon svg{fill:var(--font-light)}.toolbox__button--only-icon:hover{border-color:var(--dark-bg)}.toolbox .input input,.toolbox .react-select>div{background-color:var(--lighter-bg)}.suggestion-box__control_arrows_div{display:flex;justify-content:space-between;background-color:#ececec;border-radius:5px}.draft{min-height:100%;padding:0}.draft__controls{display:flex;align-items:center;flex:1 1;justify-content:flex-end}.draft__editor{position:relative;display:flex;flex-direction:column;width:100%}.draft__editor .info-box{width:90%;max-width:900px;margin:10px auto 0}.document{position:relative;display:flex;flex-direction:column;flex:1 1}.document__header{width:45vw;max-width:800px;margin:20px auto;padding:auto}.document--readonly .document__header{padding-right:0}.document__editor{display:flex;height:100%}.document__editor--document>.outline-wrapper,.document__editor--document>.toolbox{margin-top:-64px}.editor{flex:1 1;width:90%;max-width:900px;margin:0 auto;padding:20px;font-size:15px;line-height:1.3;background-color:#fff;box-shadow:0 0 20px rgba(0,0,0,.1);counter-reset:footnote}.document--readonly{margin-top:20px}.editor section>section>.title{font-size:1.6rem}.editor section>section>section>.title{font-size:1.4rem}.editor section>section>section>section>.title{font-size:1.2rem}.editor .glossary{margin-top:40px}.editor.show-suggestions [data-slate-leaf][data-suggestion]{position:relative}.editor.show-suggestions [data-slate-leaf][data-suggestion]:after,.editor.show-suggestions [data-slate-leaf][data-suggestion]:before{content:"";position:absolute;top:1px;left:0;display:block;height:1px;width:100%;background-color:var(--blue)}.editor.show-suggestions [data-slate-leaf][data-suggestion]:after{top:auto;bottom:0}.editor.show-suggestions [data-slate-leaf][data-suggestion=insert]{color:green}.editor.show-suggestions [data-slate-leaf][data-suggestion=insert]:after,.editor.show-suggestions [data-slate-leaf][data-suggestion=insert]:before{background-color:green}.editor.show-suggestions [data-slate-leaf][data-suggestion=remove]{color:#9e0000;text-decoration:line-through}.editor.show-suggestions [data-slate-leaf][data-suggestion=remove]:after,.editor.show-suggestions [data-slate-leaf][data-suggestion=remove]:before{background-color:#9e0000}.editor.show-suggestions [data-slate-node][data-suggestion=insert]{border:1px solid green}.editor.show-suggestions [data-slate-node][data-suggestion=remove]{border:1px solid #9e0000}.editor.show-suggestions li[data-suggestion=insert]::marker{color:green}.editor.show-suggestions li[data-suggestion=remove]::marker{color:#9e0000}.editor.show-suggestions li[data-suggestion=remove]>.move-source:only-child:before{content:" "}.editor.show-suggestions li[data-suggestion=remove]:has(>.move-source:only-child){line-height:.4em}.editor:not(.show-suggestions) [data-suggestion=remove]{display:none}.editor a{cursor:pointer;color:#00f}.editor p{margin-top:.6em;margin-bottom:.6em}.editor ul{padding-left:30px;list-style-type:disc}.editor ol{padding-left:30px;list-style-type:decimal}.editor ul[data-style=open-circle]{list-style-type:circle}.editor ul[data-style=pilcrow]{list-style-type:"\00b6 "}.editor ul[data-style=rpilcrow]{list-style-type:"\204b "}.editor ul[data-style=asterisk]{list-style-type:"* "}.editor ul[data-style=dash]{list-style-type:"- "}.editor ol[data-style=upper-alpha]{list-style-type:upper-alpha}.editor ol[data-style=lower-alpha]{list-style-type:lower-alpha}.editor ol[data-style=upper-roman]{list-style-type:upper-roman}.editor ol[data-style=lower-roman]{list-style-type:lower-roman}.editor sub,.editor sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.editor sup{top:-.5em}.editor sub{bottom:-.25em}.editor em{font-style:italic}.editor pre{overflow:auto;margin:10px 0}.editor code,.editor pre{color:#222;padding:0 3px;background-color:#e3e3e3}.editor .source,.editor code,.editor pre{font-family:"Source Code Pro",monospace;border-radius:3px}.editor .source{color:var(--font-light);background-color:var(--dark-bg);white-space:pre-wrap}.editor .source--block{display:block;padding:3px;margin:10px 0}.editor .source--inline{display:inline-block;padding:0 3px;line-height:1}.editor figure{margin:0;padding-left:48q;padding-right:48q;display:flex;flex-direction:column}.editor .media__alt,.editor .media__text{margin:10px 0}.editor .media__alt:before,.editor .media__text:before{content:attr(data-label);padding-right:5px;color:grey}.editor .audio,.editor .video,.editor img{display:block;margin:0 auto;padding:2px;max-width:100%}.editor .audio[dagta-selected=true],.editor .video[data-selected=true],.editor img[data-selected=true]{border:2px solid var(--dark-bg);padding:0}.editor .title{margin-top:1rem;margin-bottom:1rem;font-weight:400;font-size:1.8rem}.editor .admonition>.title,.editor .rule>.title,.editor blockquote>.title,.editor figure>.title{font-size:1.5rem}.glossary>.title{-moz-user-select:none;user-select:none;-webkit-user-select:none;-ms-user-select:none}.editor .admonition{margin-top:.6em;margin-bottom:.6em;-webkit-border-start:4px solid var(--color);border-inline-start:4px solid var(--color);-webkit-margin-start:calc(var(--margin-inline-start) - 12px);margin-inline-start:calc(var(--margin-inline-start) - 12px);-webkit-padding-start:8px;padding-inline-start:8px}.editor .admonition>.admonition-title:first-child{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;color:grey}.editor .admonition[data-type=note]{--color:grey}.editor .admonition[data-type=warning]{--color:#ff0}.editor .admonition[data-type=tip]{--color:grey}.editor .admonition[data-type=important]{--color:red}.editor .exercise{-webkit-border-start:4px solid grey;border-inline-start:4px solid grey;-webkit-margin-start:calc(var(--margin-inline-start) - 12px);margin-inline-start:calc(var(--margin-inline-start) - 12px);-webkit-padding-start:8px;padding-inline-start:8px}.editor .exercise :before{display:block;color:grey}.editor .exercise *>:first-child{margin-top:0}.editor .exercise .exercise-commentary:before,.editor .exercise .exercise-problem:before,.editor .exercise .exercise-solution:before{content:attr(data-label)}.editor .rule{-webkit-border-start:4px solid grey;border-inline-start:4px solid grey;-webkit-margin-start:calc(var(--margin-inline-start) - 12px);margin-inline-start:calc(var(--margin-inline-start) - 12px);-webkit-padding-start:8px;padding-inline-start:8px}.editor .rule :before,g .editor .rule:before{display:block;color:grey}.editor .rule .title{margin-top:0;margin-bottom:.5rem}.editor .rule *>:first-child{margin-top:0}.editor .rule .rule-example:before,.editor .rule .rule-proof:before,.editor .rule .rule-statement:before,.editor .rule:before,div.editor figure>figcaption:before{content:attr(data-label)}.editor .footnote{color:grey;line-height:0;counter-increment:footnote}.editor .footnote:before{content:"(";display:inline}.editor .footnote:after{content:")";display:inline}.editor .footnote.collapse>*{font-size:0}.editor .footnote.collapse:before{content:counter(footnote);position:relative;top:-.3em;padding:2px;cursor:pointer}.editor .footnote.collapse:after{content:none}.editor .foreign{font-style:italic;border:1px solid var(--font-dark);padding:0 2px}.editor .foreign:before{display:inline;content:attr(data-flag);padding-right:4px}.editor .adr-table{width:100%;margin:2rem 0;border-bottom:2px solid #ddd}.editor .adr-table .title{font-weight:700}.editor .adr-table .caption,.editor .adr-table .title{display:table-caption;caption-side:bottom-outside;padding:1rem 0}.editor .adr-table .caption:before{content:"Table caption: ";font-weight:700}.editor .adr-table tgroup{width:100%}.editor .adr-table thead td{font-weight:700;border-bottom:2px solid #ddd}.editor .adr-table tr:nth-child(odd){background-color:#f9f9f9}.editor .adr-table td{padding:.5rem 1rem}.editor blockquote{-webkit-border-start:4px solid grey;border-inline-start:4px solid grey;-webkit-padding-start:4px;padding-inline-start:4px;font-style:italic}.editor .term{border:1px solid var(--font-dark);padding:0 2px}.editor .definition-term{display:inline-block;font-weight:700}.editor .definition{counter-reset:meaning;margin-bottom:10px}.editor .definition:before{display:inline-block;content:attr(data-label) ": ";font-weight:700}.editor .definition-meaning{margin-left:25px;position:relative}.editor .definition-meaning:before{counter-increment:meaning;content:counter(meaning) ". ";position:absolute;left:-15px;font-weight:700}.editor .definition-example{position:relative;display:block;margin:15px 0 10px;padding-left:10px;border:1px solid var(--dark-bg)}.editor .definition-example:before{position:absolute;top:-9px;left:7px;content:attr(data-label);background-color:#fff;padding:0 3px;font-weight:700}.editor .definition-seealso:before{content:attr(data-label) ": ";font-weight:700;margin-left:10px}.editor .definition-seealso .definition-term{display:inline-flex;margin-right:4px}.editor .definition-seealso .definition-term:after{content:","}.editor .definition-seealso .definition-term:last-child:after{content:none}.editor .reference-invalid{background-color:#9e0000;color:var(--font-light);font-size:.8rem;font-weight:700;text-transform:uppercase}.editor .reference-invalid:before{content:"⚠";display:inline;color:var(--font-light)}.editor .equation [disabled]{opacity:1}.editor .missing-image{text-align:center}.editor .missing-image .missing-image__message{color:var(--orange);font-size:20px;font-weight:700}.editor.show-suggestions .split-point:before{content:"\00b6";color:green}.editor.show-suggestions .join:before{content:"\00b6";color:#9e0000;text-decoration:line-through}.outline-wrapper,.outline-wrapper *{box-sizing:border-box;line-height:1.5}.outline-wrapper{padding:30px 10px 30px 30px;width:357px;background-color:#fff;position:-webkit-sticky;position:sticky;top:46px;left:0;height:calc(100vh - 46px);overflow:auto;border-right:1px solid var(--dark-bg)}.outline-wrapper--collapsed{padding:30px 10px 30px 15px;width:30px;cursor:pointer}.outline-wrapper--collapsed>ol{display:none}.outline-wrapper .button{padding:7px 10px}.outline-wrapper>ol{box-shadow:inset 3px 0 1px -2px var(--lighter-bg);overflow:hidden}.outline-element li{box-shadow:inset 3px 0 0 -2px var(--lighter-bg);display:block;margin-left:10px}.admonition.outline-element li{margin-left:11px}.outline-element li:last-of-type{box-shadow:none}.outline-element .section__title{height:24px}.outline-wrapper--label{-webkit-transform:translateX(-13px);transform:translateX(-13px);-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl;-webkit-text-orientation:mixed;text-orientation:mixed;margin-top:10px;font-weight:700;-moz-user-select:none;user-select:none;-webkit-user-select:none;-ms-user-select:none}.outline-wrapper--label-no-display{display:none}.outline-element{line-height:1.5}.outline-wrapper>ol{padding-top:10px}.outline-wrapper li{cursor:pointer}.outline-element-with-invisible-list ol{display:none}.outline-element.section{display:grid;grid-template-columns:40px 1fr}.outline-element.figure{display:grid;grid-template-columns:20px 1fr}.outline-element.exercise{display:grid;grid-template-columns:auto 1fr}.outline-element.admonition,.outline-element.rule{display:grid;grid-template-columns:40px 20px 50px auto}.outline-element .admonition{-webkit-transform:translateX(-2px);transform:translateX(-2px)}.outline-element.admonition>ol,.outline-element.figure>ol,.outline-element.section>ol{grid-row:2/3;grid-column:1/-1}.outline-element.section>ol{margin-left:1px}.outline-element.section .section__title{font-weight:700}.outline-element--icon,.outline-element--toggler,.outline-wrapper--toggler{display:flex}.outline-element--icon{margin-right:10px}.outline-wrapper--toggler{width:-webkit-max-content;width:-moz-max-content;width:max-content}.outline-element--toggler,.outline-wrapper--toggler{cursor:pointer;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.outline-element--label,.outline-element.admonition__title,.outline-element.section__title,.outline-element.text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-height:24px}.outline-element--label{-webkit-transform:translateY(-2px);transform:translateY(-2px)}.outline-element{line-height:1.2}.outline-element.admonition .admonition__title,.outline-element.rule .rule__kind{margin-left:10px}.OutlineLineContainer{height:24px;width:30px}.lineSection-title .OutlineLineContainer,.section .OutlineLineContainer{width:20px}.OutlineLineContainer--upper{height:50%;border-left-color:var(--lighter-bg);border-bottom:1px solid transparent;border-bottom-color:var(--lighter-bg);border-right-color:var(--lighter-bg);border-top-color:var(--lighter-bg)}.OutlineLineContainer--lower{height:50%}.outline-element li:last-child .OutlineLineContainer--upper{height:50%;border-left:1px solid transparent;border-left-color:var(--lighter-bg);border-bottom:1px solid transparent;border-bottom-color:var(--lighter-bg);border-right-color:var(--lighter-bg);border-top-color:var(--lighter-bg)}.outline-wrapper .lineSection{display:grid;grid-template-columns:37px auto}.section .lineSection{display:grid;grid-template-columns:30px auto}.outline-wrapper .lineSection-title{display:grid;grid-template-columns:35px auto}.outline-wrapper .lineSection-admonition{display:grid;grid-template-columns:33px auto}.outline-element .lineSection-admonition{display:grid;grid-template-columns:29px auto}.outline-wrapper .admonition .lineSection{display:grid;grid-template-columns:30px auto}.admonition .OutlineLineContainer{height:24px;width:20px}.outline-element .admonition__title:before{content:": "}.outline-wrapper .section .lineSection-title{display:grid;grid-template-columns:28px auto}.outline-wrapper--toggler{background:transparent;border:1px solid transparent}.outline-wrapper--toggler .icon svg{fill:var(--font-dark)}.expandable-element--toggler .icon svg{fill:var(--font-dark);-webkit-transform:translateY(-5px);transform:translateY(-5px)}.icon--extra-small svg{-webkit-transform:translateY(-2px);transform:translateY(-2px)}.expandable-element--toggler{background:transparent;border:1px solid transparent;border-radius:4px;min-width:0;width:15px;height:20px}.outline-element--toggler,.outline-wrapper--toggler,.outline-wrapper li{cursor:pointer}.admonition__title,.admonition li,.outline-element--label,.outline-element .section__title,.outline-element.text{-webkit-transition:none;transition:none}.admonition__title:hover,.admonition li:hover,.outline-element--label:hover,.outline-element .section__title:hover,.outline-element.text:hover{background-color:var(--lighter-bg);-webkit-transition:none;transition:none}.admonition__title:active,.admonition li:active,.outline-element--label:active,.outline-element .section__title:active,.outline-element.text:active{background-color:var(--dark-bg);color:#fff;-webkit-transition:none;transition:none}.expandable-element--toggler:hover{background-color:var(--lighter-bg)}.draft-file-preview{display:flex;flex-direction:column}.draft-file-preview__buttons{display:flex;align-items:center;margin-bottom:30px}.draft-file-preview__buttons a{flex:1 1;color:var(--font-light)}.draft-file-preview__buttons .button{margin-left:20px}.draft-file-preview__element{display:flex;align-items:center;justify-content:center}.draft-file-preview__element audio,.draft-file-preview__element img,.draft-file-preview__element video{min-width:auto;max-width:100%}.files-uploader{margin-top:10px;color:var(--font-dark)}.files-dropzone{padding:30px;margin:10px 0;background-color:#fff;border-radius:3px;text-align:center}.files-dropzone-active{background-color:var(--green)}.files__list{margin:10px 0;max-height:300px;overflow:auto}.files__file{display:flex;justify-content:space-between;align-items:center;padding:5px;background-color:#fff;border-radius:3px;margin-bottom:5px}.files__close{display:inline-flex;cursor:pointer}.draft-files__title{display:flex;justify-content:space-between;align-items:center;padding:0 20px;height:46px;background-color:var(--light-bg)}.draft-files__title h3{font-size:18px}.draft-files__list{background-color:#fff}.draft-files__file{display:flex;justify-content:space-between;align-items:center}.draft-files__preview{display:flex;justify-content:flex-start;align-items:center;flex:1 1;padding:20px;color:var(--font-dark);cursor:pointer}.draft-files__preview:hover{color:var(--font-light);background-color:var(--dark-bg)}.draft-files__thumb{min-width:auto;width:50px;height:50px;object-fit:cover;margin-right:10px}.draft-files__file-info{display:flex;flex-direction:column}.draft-files__file-usage{margin-top:5px;font-size:14px}.draft-files__controls{padding:20px}.draft-files__controls .button{margin-left:20px}.draft-files__controls .button:first-child{margin-left:0}.alternative-ids__title{font-weight:700;font-size:1.2rem;line-height:1.6;margin-top:30px;cursor:pointer;display:inline-block}.alternative-ids__list{display:grid;grid:1fr/1fr 1fr -webkit-min-content;grid:1fr/1fr 1fr min-content}.alternative-ids__list-col-icon{width:40px;display:inline-block;cursor:pointer}.alternative-ids__list-elems{display:inline-block}.alternative-ids__list-button{display:inline-block;margin-right:5px;display:flex;align-items:center;white-space:nowrap}.alternative-ids__input{display:inline-block;margin:5px}.alternative-ids__icon-right{-webkit-transform:translateY(15%);transform:translateY(15%)}.draft-details__controls{display:flex;justify-content:flex-end;align-items:center;flex:1 1}.draft-details__buttons .button{margin-right:20px}.draft-details .draft-files{margin:20px 0;max-width:800px}.draft-details .header__title{margin-right:15px}.draft-details .draft-title{font-size:18px;color:var(--font-light)}.draft-details .draft-title .editable-text__controls .icon{fill:var(--lighter-bg)}.draft-details .draft-title .editable-text__controls .icon svg{height:20px;width:20px}.resource__card{display:flex;justify-content:center;align-items:center;width:300px;padding:20px;margin-right:20px;margin-bottom:20px;background-color:var(--light-bg);border-radius:17px}.resource__content{display:flex;flex-direction:column;color:var(--font-dark)}.resource__title{margin-top:20px;text-align:center;display:flex;flex-direction:column}.resource__name{font-size:18px}.resource__team{font-size:14px;margin:3px 0}.resource__buttons{display:flex;justify-content:center;margin-top:20px}.resource__buttons .button:first-child{margin-right:10px}.resources__resources-cards{display:flex;flex-wrap:wrap}.resources{flex-wrap:wrap}.resources__dialog-content .files-uploader,.resources__dialog-content .input{margin-bottom:20px}.profile{width:100%}.profile .userui{display:inline-block;cursor:pointer;margin-left:10px}.profile__avatar{position:relative}.profile__avatar .userui{position:absolute;bottom:0;right:0;margin-left:0}.profile__top{display:flex;align-items:center}.profile__name{font-size:1.4rem;font-weight:700}.profile__main-info{margin-left:30px}.profile__main-info,.profile__roles{display:flex;flex-direction:column}.profile__role{margin:10px 0}.profile__role-name{display:block;margin-bottom:10px}.profile__main-info .limitedui .react-select{margin-top:15px}.profile__title{font-weight:700;font-size:1.2rem;line-height:1.6;margin-top:30px}.profile__select{min-width:200px}.profile__bio p{line-height:1.4;margin-bottom:10px}.profile__update-dialog button{margin-top:10px}.profile__flags{margin:20px 0}.user-teams-and-roles{width:100%;background-color:#fff}.user-teams-and-roles__team{display:flex;align-items:center;padding:10px;min-height:30px}.user-teams-and-roles__name{flex:1 1}.user-teams-and-roles__role .react-select{margin:0;width:250px}.user-teams-and-roles__role .react-select>div{border:1px solid var(--lighter-bg)}.teamList{width:100%;background-color:#fff;padding:20px 0}.teamList__item{display:flex;align-items:center;padding:20px;cursor:pointer}.teamList__item:hover .teamList__username{font-weight:700}.teamList__username{color:var(--font-dark);margin-left:20px}.button.openid-provider{margin-bottom:10px;background-color:var(--orange)}.button.openid-provider:hover{background-color:var(--dark-orange)}.settings{width:100%;max-width:400px}.react-select,.settings .input{width:100%;margin-bottom:10px}.settings--subsection{margin-bottom:40px}.settings__title{font-size:1rem;font-weight:700;margin:20px 0}.settings__title--large{font-size:1.3rem;margin:20px 0 30px}.settings__title:first-child{margin-top:0}.local-database-documents{min-height:20px;max-height:250px;overflow:auto}.local-database-documents__item{margin-bottom:10px}.tickets__date span:last-child{margin-left:5px}.tickets__manager{height:100%}.tickets__controls{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:10px;background-color:#fff}.tickets__constrols--group{display:flex;align-items:center;padding:5px 0}.tickets__constrols--group .button{min-width:auto}.tickets__controls .button{margin-right:10px}.tickets__info{padding:20px}.ticket{display:flex;justify-content:space-between;flex-wrap:wrap;padding:30px;background-color:#fff;cursor:pointer}.ticket__title{font-weight:700}.ticket__authors,.ticket__title{display:flex;align-items:center}.ticket__authors .avatar{margin-left:10px;margin-right:10px}.ticket__members{display:flex;flex-direction:column;width:100%;margin-top:10px}.ticket__members__avatars{display:flex;margin-top:5px}.ticket__members__avatars .avatar{margin-right:10px}.tickets__sorter{display:flex;align-items:center;padding-bottom:10px}.tickets__sorter .button{margin-left:5px;height:34px;min-width:auto}.tickets__sorter .button .icon{width:20px}.tickets__list{border:1px solid var(--dark-bg)}.tickets__list-item{border-bottom:1px solid var(--dark-bg)}.tickets__list-item--no-tickets{display:flex;align-content:center;justify-content:center;padding:30px;background-color:#fff}.tickets__list-item:last-child{border-bottom:none}.tickets__filter{display:flex;justify-content:space-between;align-items:center;padding:10px 0}.tickets__filter .input{width:400px}.tickets--error{padding:20px;display:flex;flex-direction:column;align-items:flex-start}.tickets--error .tickets__error-msg{margin:0 0 20px}.helpdesk__tools{display:flex;flex-direction:column}.helpdesk__tools .button{margin-bottom:20px}.helpdesk__dialog-content .dialog__buttons{margin-top:20px}.helpdesk .tickets{height:calc(100% - 126px)}.permissions__label{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;width:100%;padding:5px 0;cursor:pointer}.permissions__input{margin-right:5px}.permissions__item.disabled{cursor:not-allowed}.invitations{width:350px}.invitations .input,.invitations .permissions,.react-select{margin-bottom:10px}.process-slot{border-radius:5px;padding:10px;margin-bottom:20px;background-color:var(--lighter-bg)}.process-slot .button .icon{margin-right:6px}.process-slot>.process-form__title .process-form__title-controls{opacity:0}.process-slot:hover>.process-form__title .process-form__title-controls{opacity:1}.process-slot__role{opacity:.6;margin-right:10px;margin-top:10px}.process-slot__role.selected{opacity:1}.process-slots{flex:1 1;margin-right:20px}.process-link{border-radius:5px;padding:10px;margin-bottom:20px;box-shadow:0 2px 7px rgba(0,0,0,.2)}.process-link>.process-form__title .process-form__title-controls{opacity:0}.process-link:hover>.process-form__title .process-form__title-controls{opacity:1}.process-step{border-radius:5px;padding:10px;margin-bottom:20px;background-color:var(--lighter-bg)}.process-step .process-slot{box-shadow:0 2px 7px rgba(0,0,0,.2)}.process-step .button .icon{margin-right:6px}.process-step__slots{margin-bottom:20px}.process-step>.process-form__title .process-form__title-controls{opacity:0}.process-step:hover>.process-form__title .process-form__title-controls{opacity:1}.process-steps{flex:1 1}.process-form{padding:20px;background-color:#fff}.process-form .controls{margin-bottom:20px}.process-form .controls .button{margin-right:10px}.process-form .controls .button .icon{margin-right:6px}.process-form__errors{padding:10px;border:1px solid var(--red);border-radius:5px;margin-bottom:10px}.process-form__errors li{margin-bottom:10px}.process-form__errors li:last-child{margin-bottom:0}.process-form .process-form__split{display:flex;margin-top:20px}.process-form h3{font-size:18px;font-weight:700;margin:10px 0}.process-form__title{display:flex;align-items:center;justify-content:space-between}.process-form__title .button .icon{margin:0}.process-form label{display:block;padding:5px;background-color:var(--lighter-bg)}.process-form label h3{margin-top:0;margin-bottom:5px}.process-form label .input,.process-form label .react-select{margin-bottom:0}.process-form__select-team-message{margin-top:20px;text-align:center}.processes__name-wrapper{display:flex;flex-direction:column;flex:1 1}.processes__team{font-size:14px;margin:3px 0}form.processes__name{display:flex;flex:1 1;margin-right:10px}.process__small-icon{cursor:pointer;margin-left:10px;color:#b4afaf}.process__small-icon:hover{color:var(--font-dark)}.process__content-editable{outline:none;flex:1 1}.process__content-editable[contenteditable=true]:active,.process__content-editable[contenteditable=true]:focus{border-bottom:1px solid var(--light-bg);padding:0 0 3px}form.processes__name .process__controls{display:flex;flex:1 1;max-width:60px}.processes__controls{display:flex;align-items:center}.processes__controls .button:not(.button--danger){background:none;color:#b4afaf}.processes__controls .button:hover{color:var(--font-dark)}.processes__list{display:flex;justify-content:space-between;flex-direction:column;max-width:800px;background-color:#fff}.processes__item{display:flex;align-items:center;padding:15px}.processes__item.active{font-weight:700}.processes__controls .button{min-width:0}.processes__controls .button .icon svg{fill:var(--font-dark)}.processes__name .input{margin-bottom:0}.processes__name .input input{font-size:1rem;color:var(--font-dark);padding:0;background:transparent;border:transparent}.processes{flex-direction:column}.processes__create-new{display:flex;justify-content:flex-start;margin-bottom:10px;max-width:800px}.process__dialog-content{line-height:1.4;margin-bottom:20px}.process__dialog-content p{margin-bottom:10px}.processes--error{display:flex;flex-direction:column;align-items:flex-start}.processes--error .processes__error-msg{margin:0 0 20px}.teams__member-add{display:flex;align-items:center;margin:10px 0}.teams__member-add .react-select{margin-bottom:0;margin-right:10px;max-width:250px}.teams__members{width:100%;background-color:#fff;color:var(--font-dark)}.teams__no-members{display:block;padding:20px}.teams__member{flex-wrap:wrap;padding:10px}.teams__member,.teams__member-controls{display:flex;align-items:center}.teams__member-controls .react-select{min-width:200px;margin-bottom:0;margin-right:10px}.teams__member-controls .react-select>div{border:1px solid var(--lighter-bg)}.teams__user{display:flex;align-items:center;flex:1 1;cursor:pointer}.teams__user .avatar{margin-right:10px}.teams__member-permissions{width:100%}.teams__role-add .permissions{margin-top:10px;background-color:#fff}.teams__role-add{margin:10px 0}.teams__role-add-input{display:flex;align-items:center}.teams__role-add .input{margin-bottom:0;flex:1 1}.teams__role-add input[type=submit]{margin-left:10px;margin-right:0}.role-manager{padding:10px 20px}.role-manager__header{display:flex;align-items:center;justify-content:space-between;padding:5px}.role-manager__header:hover .role-manager__name{font-weight:700}.role-manager__name .input input{text-align:left;font-size:16px}.role-manager__controls .button{margin-left:5px}.role-manager__content{display:none}.role-manager__content.active{display:block}.teams__rolesList{background-color:#fff}.team__settings{margin-top:20px;display:grid;align-items:baseline;grid-template-columns:-webkit-min-content 1fr;grid-template-columns:min-content 1fr;grid-column-gap:8px;-webkit-column-gap:8px;column-gap:8px}.team__settings--label{white-space:nowrap}.manage-team{display:flex;justify-content:space-between;align-items:center;margin:10px 0}.manage-team .input{flex:1 1;margin-bottom:0}.manage-team input[type=submit]{margin-left:10px;margin-right:0}.teams__team{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid var(--light-bg);cursor:pointer}.teams__team:not(.teams__team--selected):hover{background-color:var(--light-bg)}.teams__team--selected{color:var(--font-light);background-color:var(--dark-bg)}.teams__team--selected .icon svg{fill:#fff}.teams .header{justify-content:space-between}.teams .header .button.active{color:var(--font-dark);background-color:#fff}.teams .section__content{flex-direction:column;width:50%;-webkit-transition:none;transition:none}.teams__list{width:100%;background-color:#fff}.container--splitted .teams .section__content{width:100%}.teams__title{font-size:1rem;font-weight:700;margin:20px 0}.teams__title--large{font-size:1.3rem;margin:20px 0 30px}.modules__name-wrapper{display:flex;flex-direction:column;flex:1 1}.modules__books,.modules__draft,.modules__team{font-size:14px;margin:3px 0}.modules__books a:hover,.modules__draft a:hover{text-decoration:underline}.modules__books a:after{content:", "}.modules__books a:last-child:after{content:""}.modules__controls{display:flex;align-items:center}.modules__controls .button:not(.button--danger){background:none;color:#b4afaf}.modules__controls .button:hover{color:var(--font-dark)}.modules__controls .button{min-width:0}.modules__controls .button .icon svg{fill:var(--font-dark)}.modules__name .input{margin-bottom:0}.modules__name .input input{font-size:1rem;color:var(--font-dark);padding:0;background:transparent;border:transparent}.modules__list{display:flex;justify-content:space-between;flex-direction:column;max-width:800px;background-color:#fff}.modules__item{display:flex;align-items:center;padding:15px}.modules__item.active{font-weight:700}.modules{display:flex;flex-direction:column}.modules__filters{display:flex;margin-bottom:10px;justify-content:space-between;max-width:800px}.modules__filters div{max-width:300px}.modules--error{display:flex;flex-direction:column;align-items:flex-start}.modules--error .modules__error-msg{margin:0 0 20px}.book-reports>.header{margin-bottom:16px}.import{display:flex;flex-direction:column;height:100%}.resolution-selector{overflow-y:auto}.resolution-selector__items{display:grid;grid-gap:8px;gap:8px;grid-template-columns:-webkit-min-content 1fr;grid-template-columns:min-content 1fr}.resolution-item{display:contents}.resolution-item__kind{grid-column:1}.resolution-item__resolution{grid-column:2}.resolution-item__resolution label{display:block}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}:root{--light-bg:#b3b3b3;--lighter-bg:#e6e6e6;--dark-bg:#293b55;--darkest-bg:#232d3b;--font-dark:#293b55;--font-light:#fff;--main-decoration:#ad35bb;--secondary-decoration:#0080db;--status-online:#27d768;--status-unread:#db0037;--status-ready:#0080db;--status-translation:#ff9a3e;--status-review:#db0037;--status-done:#27d768;--danger:#ee714f;--red:#db0037;--dark-red:#c20635;--green:#27d768;--dark-green:#1ca04d;--orange:#ee714f;--dark-orange:#e45d38;--blue:#0080db;--dark-blue:#005a9b;--header-height:46px;--header-margin-top:25px}body{position:fixed;width:100%;font-family:"Raleway",sans-serif;font-size:10px;color:#293b55;color:var(--font-dark);background-color:#e6e6e6;background-color:var(--lighter-bg)}body *{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#root,.container,body,html{height:100%}.frame{border:1px solid #e6e6e6;border:1px solid var(--lighter-bg);border-bottom:none}a{text-decoration:none}.bold,strong{font-weight:700}[draggable=true]{cursor:-webkit-grab;cursor:grab}.container{font-size:1rem}.container--main{display:flex}.container--splitted{display:grid;grid-template-columns:2fr 1fr}main{flex:1 1;max-width:100%;margin:0 15px;display:flex;flex-direction:column;position:relative}.list .list{margin-top:10px;padding-left:20px}.list__item{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #b3b3b3;border-bottom:1px solid var(--light-bg)}.list__title{flex:1 1}.list__buttons button{margin-left:5px}.error{color:#db0037;color:var(--red)}.error,.success{display:block;margin-bottom:20px}.success{color:#27d768;color:var(--green)}input[type=submit]{display:inline-flex;border:none;font:inherit;font-size:16px;line-height:normal;padding:7px 20px;color:#fff;color:var(--font-light);background-color:#293b55;background-color:var(--dark-bg);min-width:75px;cursor:pointer;border-radius:17px}input[disabled]{cursor:not-allowed;opacity:.5}textarea{display:block;width:100%;min-height:100px;padding:15px;font-size:.9rem;background-color:#fff;border:1px solid #293b55;border:1px solid var(--dark-bg);border-radius:4px;box-sizing:border-box}form .input{margin-bottom:10px}form input[type=submit]{margin-right:10px}.cnxml title{display:block;font-size:1.2rem;font-weight:700;line-height:1.8}.cnxml metadata{display:none}.cnxml para{margin:5px 0;display:block}.cnxml list{display:block;padding-left:20px}.cnxml item{display:list-item}.cnxml emphasis{font-weight:700}.cnxml emphasis[effect=italics]{font-style:italic}.cnxml footnote{display:block}.cnxml footnote:before{counter-increment:footnote;content:counter(footnote) ". "}.cnxml example,.cnxml note{background-color:#b3b3b3;background-color:var(--light-bg);display:block;padding:10px;margin-bottom:10px}.cnxml row{display:flex;justify-content:space-between;border:1px solid #293b55;border:1px solid var(--dark-bg)}.cnxml entry{display:flex;flex:1 1;padding:5px;border-right:1px solid #293b55;border-right:1px solid var(--dark-bg)}.cnxml row entry:last-child{border:none}.cnxml newline{display:block}.cnxml section{margin:10px 0}.cnxml exercise{display:block;-webkit-border-start:4px solid #293b55;border-inline-start:4px solid #293b55;-webkit-border-start:4px solid var(--dark-bg);border-inline-start:4px solid var(--dark-bg);-webkit-margin-start:10px;margin-inline-start:10px;margin-bottom:10px;-webkit-padding-start:8px;padding-inline-start:8px}.cnxml exercise:before{display:block;color:#293b55;color:var(--dark-bg)}.cnxml exercise *>:first-child{margin-top:0}.cnxml problem,commentary,solution{display:block;margin:5px 0}.cnxml exercise problem:before{content:"Problem " counter(exercise) ":";font-weight:700}.cnxml exercise solution:before{content:"Solution " counter(exercise_solution) ":";font-weight:700}.cnxml exercise commentary:before{content:"Commentary: ";font-weight:700}.react-tooltip-lite{font-size:.9rem;color:#fff;color:var(--font-light);background:#232d3b;background:var(--darkest-bg);border-radius:3px}.react-tooltip-lite-arrow{border-color:#232d3b;border-color:var(--darkest-bg)}.react-select>div{border-radius:17px;border:none;color:#293b55;color:var(--font-dark);overflow:hidden}.react-select>div>div{justify-content:center;padding:0}.react-select>div>div>div:first-child{overflow:visible}@media print{body{background-color:unset!important}.document__editor>.editor{background:unset!important;box-shadow:unset!important}.section--wrapper>.header,aside.sidebar{display:none!important}body{position:unset!important}#root,.container,body,html,main,section{width:unset!important;height:unset!important;max-width:unset!important;max-height:unset!important}main,section{margin:unset!important}.container,.document,.document__editor,.document__editor figure,.draft__editor,.nestable-collapsed,.section__content,main{display:block!important}.document__header{margin-left:unset!important;margin-right:unset!important}.document__editor>.editor,.document__header{width:unset!important;padding:unset!important}.document__editor>.editor{max-width:unset!important;margin:unset!important}.bookpart__icon,.bookpart__info>.module-labels>.tooltip,.bookpart__info>button,.document__editor>.toolbox,.document__glossary-toggler,.limitedui,.process-selector{display:none!important}[data-slate-void=true]{page-break-inside:avoid;-webkit-column-break-inside:avoid;break-inside:avoid}}
/*# sourceMappingURL=main.9223ad8b.chunk.css.map */