.global_loading{height:100vh;width:100vw;position:absolute;z-index:1000;display:flex;justify-content:center;align-items:center;overflow:hidden}.login{position:absolute;width:300px;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px}.container{width:100%;height:calc(100vh - 64px);display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.ring{position:relative;width:500px;height:500px;display:flex;justify-content:center;align-items:center}.ring i{position:absolute;top:0;right:0;bottom:0;left:0;border:2px solid #fff;transition:.5s}.ring i:nth-child(1){border-radius:38% 62% 63% 37%/41% 44% 56% 59%;animation:animate 6s linear infinite}.ring i:nth-child(2){border-radius:41% 44% 56% 59%/38% 62% 63% 37%;animation:animate 4s linear infinite}.ring i:nth-child(3){border-radius:41% 44% 56% 59%/38% 62% 63% 37%;animation:animate2 10s linear infinite}@keyframes animate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes animate2{0%{transform:rotate(360deg)}to{transform:rotate(0)}}.registration{position:absolute;width:300px;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px}.settings_page_wrapper{width:100%;padding:1em}.settings_page_wrapper__header{display:flex;margin-top:1em;align-items:center;justify-content:space-between}.settings_page_wrapper__header__left_side{font-size:2em}.settings_page_wrapper__content{width:100%}.center_content_form{width:100%;display:flex;justify-content:center}.center_content_form>div{width:100%;max-width:1100px;padding:1em;border-radius:1em}.file_element{display:flex;padding:1em;gap:1em;align-items:center;border-radius:1em;cursor:pointer}.file_element__info{flex:1}.file_element__info__name{font-size:1em;font-weight:700}.header{z-index:1;padding:0 1em;display:flex;position:sticky;top:0;gap:1em}@media (min-width: 850px){.header__menu{display:none}}@media (min-width: 850px){.header__menu__button{display:none}}.header__menu__overlay{transition:opacity .2s,width .2s,visibility .2s;z-index:10000;position:absolute;top:64px;height:calc(100vh - 64px);left:0;width:0;opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.header__menu__overlay.opened{width:100%;opacity:1;visibility:visible;height:calc(100vh - 64px)}.header__menu__overlay>div{padding:1em;width:80%;height:100%;line-height:30px}.header__left_side{flex:1;display:flex;align-items:center}.header__left_side .logo{display:flex}.header__right_side{flex:1;line-height:20px;display:flex;gap:1em;justify-content:flex-end;align-items:center}.header__right_side__search__button.big{display:block}@media (max-width: 1000px){.header__right_side__search__button.big{display:none}}.header__right_side__search__button.small{display:block}@media (min-width: 1000px){.header__right_side__search__button.small{display:none}}.header__right_side>div{display:flex}@media (max-width: 850px){.user_info{display:none!important}}.search{display:flex;flex-direction:column;gap:1em}.search .search_result{border-radius:1em;cursor:pointer;display:flex;flex-direction:column}.search .search_result>div{padding:.5em;border-radius:.5em}.search .search_result>div:hover{background-color:#cccccc20}.search .search_result__page{display:flex;align-items:center;font-size:1.1em;gap:.5em}.search .search_result__page>div:first-child{display:flex}.search .search_result__component{display:flex;align-items:center;gap:1em;margin-left:1em}.search .search_result__component>div:first-child{display:flex}.search .search_result .replaced{color:var(--primary)}.ssr_menu{position:sticky;top:70px;height:calc(100vh - 100px);max-height:calc(100vh - 100px);display:flex;flex-direction:column;justify-content:space-between}.ssr_menu .menu{max-height:80vh;overflow:auto;margin-bottom:1em}.ssr_menu>div:first-child{display:flex;flex-direction:column;gap:1em}.ssr_menu .tree_node__title{display:flex;align-items:center;cursor:pointer;border-radius:5px;padding:5px;gap:1em}.ssr_menu .tree_node__title.selected,.ssr_menu .tree_node__title:hover{background-color:#cccccc60}.ssr_menu .tree_node__title__icon svg{transition-duration:.2s}.ssr_menu .tree_node__title__icon.opened svg{transform:rotate(90deg)}.ssr_menu .tree_node__title>a:last-child{display:flex;gap:1em;align-items:center;flex:1}.ssr_menu .tree_node__inner{padding-top:.5em;padding-left:2em;display:flex;flex-direction:column;gap:.5em}.ant-tree .ant-tree-treenode{height:fit-content!important}.ant-tree .ant-tree-treenode{transition:background-color .2s linear;height:2.2em;font-size:16px;align-items:center;padding:.5em}.ant-tree .ant-tree-switcher{display:flex;align-items:center;justify-content:center}.ant-tree .ant-tree-node-selected{background-color:#0000001a!important}.ssr_page_list_button{display:flex;padding:.3em}.ssr_page_list_button>div{display:flex;align-items:center}.ssr_page_list_button>div:first-child{flex:1}.ssr_page_list_button:hover .menu_button{visibility:visible;opacity:1}.ssr_page_list_button .menu_button{transition:visibility .1s linear,opacity .1s linear;opacity:0;visibility:hidden}.ssr_page_list_button .menu_button .MuiSvgIcon-root{width:.6em;height:.6em}.organization_members{width:100%}.organization_members__header{font-size:1.3em;display:flex;justify-content:space-between;align-items:center}.organization_members .member{padding:1em;border:solid 1px;display:flex;justify-content:space-between;align-items:center}.organization_members .member>div{flex:1}.organization_members .member__user_info{font-size:.7rem}.organization_members .member__user_info__user_name{font-size:1rem}.group{width:100%}.group__title{font-size:14px;padding-left:1.5em;opacity:.45;margin-bottom:.5em;width:100%;line-height:1.5714285714;transition:all .3s;display:flex;align-items:center;justify-content:space-between}.group__title .MuiSvgIcon-root{width:.5em;height:.5em}.group__content{font-size:.9em;display:flex;flex-direction:column;gap:.5em}.page_list_button{display:flex;padding:.3em}.page_list_button>div{display:flex;align-items:center}.page_list_button>div:first-child{flex:1}.page_list_button:hover .menu_button{visibility:visible;opacity:1}.page_list_button .menu_button{transition:visibility .1s linear,opacity .1s linear;opacity:0;visibility:hidden}.page_list_button .menu_button .MuiSvgIcon-root{width:.6em;height:.6em}.page_list{display:flex;flex-direction:column;max-height:calc(100vh - 200px);overflow-y:auto}.page_list__tree .ant-tree-treenode{font-size:14px!important}.info_book__root{min-height:calc(100vh - 64px);padding:0 1em 1em;display:flex;justify-content:center;gap:1em}.info_book__root__menu{flex-basis:350px;min-width:350px}.info_book__root__content{width:1200px;display:flex;gap:1em}.info_book__root__content__page{flex:1}.info_book__root__content__anchor{flex-basis:300px}@media (max-width: 1300px){.info_book__root__content__anchor{display:none}}@media (max-width: 900px){.info_book__root__menu{display:none}}.scroll-bar{overflow-y:auto;width:100%;font-size:17px}@media (max-width: 800px){.scroll-bar{font-size:15px}}*::-webkit-scrollbar{width:4px}*::-webkit-scrollbar-track{background:#d5d2d2}*::-webkit-scrollbar-thumb{background-color:#7e7c7e;border-radius:7px;border:10px none #000000}.page_description{padding:1em;opacity:.9;margin:1em 0;box-shadow:0 10px 15px -3px #0000001a}p.paragraph_editor{margin:0;font-size:16px;line-height:27px}@media (max-width: 800px){p.paragraph_editor{font-size:15px}}.paragraph_editor{position:relative}.paragraph_editor[contentEditable=true]:empty:before{content:attr(data-text);opacity:.6}.paragraph_editor:focus:after{opacity:.6;font-size:.7rem;font-weight:400;position:absolute;left:0;bottom:-2.3em}.hint_editor{width:100%;display:flex;border-left:solid 5px;padding:.8rem;border-radius:.5rem;gap:1rem;align-items:center;transition:background-color,color .5s linear}.hint_editor__icon{cursor:pointer}.hint_editor.info{border-color:var(--info-color);background-color:var(--info-color-background)}.hint_editor.info svg{color:var(--info-color)}.hint_editor.warning{border-color:var(--warning-color);background-color:var(--warning-color-background)}.hint_editor.warning svg{color:var(--warning-color)}.hint_editor.error{border-color:var(--error-color);background-color:var(--error-color-background)}.hint_editor.error svg{color:var(--error-color)}.hint_editor.success{border-color:var(--success-color);background-color:var(--success-color-background)}.hint_editor.success svg{color:var(--success-color)}.list_editor{margin:0;width:100%;padding:0 0 0 .5em}.list_editor span.list_item{margin:0;font-size:16px;line-height:27px}@media (max-width: 800px){.list_editor span.list_item{font-size:15px}}.component_editor{position:relative;padding:.2em 0 .5rem .2em}.component_editor>span{width:100%}.component_editor:hover>.edit_icon{visibility:visible;opacity:1}.component_editor>.edit_icon{transition:opacity .2s linear,visibility .2s linear;display:flex;gap:1em;visibility:hidden;opacity:0}.images_area{display:flex;gap:1em;justify-content:center;width:100%}.images_area.left{justify-content:flex-start}.images_area.right{justify-content:flex-end}.image_editor_button{z-index:1000;position:absolute;right:-1em;top:-1em;visibility:hidden;opacity:0;transition:visibility .2s linear,opacity .2s linear}.image_editor{position:relative;transition:max-width .1s linear}.image_editor__image__caption{text-align:center;font-size:.7em;text-overflow:ellipsis;overflow:hidden}.image_editor:hover .image_editor_button{visibility:visible;opacity:1}.image_editor.small{max-width:25%}.image_editor.small img{width:100%;height:100%}.image_editor.medium{max-width:50%}.image_editor.medium img{width:100%;height:100%}.image_editor.large{max-width:100%}.image_editor.large img{width:100%;height:100%}.image_editor.fitContent{max-width:fit-content}.image_editor img{width:fit-content}.file_editor_button{z-index:1000;position:absolute;right:-1em;top:-1em;visibility:hidden;opacity:0;transition:visibility .2s linear,opacity .2s linear}.file_editor{position:relative;transition:max-width .1s linear}.file_editor:hover .file_editor_button{visibility:visible;opacity:1}.file_editor__file{padding:.5em;border:solid 1px rgba(204,204,204,.3137254902);border-radius:.5em;display:flex;gap:1em;align-items:center}.file_editor__file__name{font-size:1em;font-weight:400}.file_editor__file__description{display:flex;justify-content:flex-end;gap:1em;font-size:.8em;font-weight:400}.link_editor{display:flex;gap:1em;border:solid 1px rgba(204,204,204,.3137254902);padding:1em;border-radius:1em;width:100%;box-shadow:0 10px 15px -3px #0000001a}.link_editor.dark{box-shadow:0 10px 15px -3px #ffffff1a}.link_editor:hover{opacity:.8}.link_editor>div:first-child{display:flex}.code_editor code{color:#0000;caret-color:#000}.code_editor code.dark{caret-color:#fff}.code_editor .fake_editor.dark pre code.hljs{display:block;overflow-x:auto;padding:1em}.code_editor .fake_editor.dark code.hljs{padding:3px 5px}.code_editor .fake_editor.dark .hljs-meta,.code_editor .fake_editor.dark .hljs-comment{color:#565f89}.code_editor .fake_editor.dark .hljs-tag,.code_editor .fake_editor.dark .hljs-doctag,.code_editor .fake_editor.dark .hljs-selector-id,.code_editor .fake_editor.dark .hljs-selector-class,.code_editor .fake_editor.dark .hljs-regexp,.code_editor .fake_editor.dark .hljs-template-tag,.code_editor .fake_editor.dark .hljs-selector-pseudo,.code_editor .fake_editor.dark .hljs-selector-attr,.code_editor .fake_editor.dark .hljs-variable.language_,.code_editor .fake_editor.dark .hljs-deletion{color:#f7768e}.code_editor .fake_editor.dark .hljs-variable,.code_editor .fake_editor.dark .hljs-template-variable,.code_editor .fake_editor.dark .hljs-number,.code_editor .fake_editor.dark .hljs-literal,.code_editor .fake_editor.dark .hljs-type,.code_editor .fake_editor.dark .hljs-params,.code_editor .fake_editor.dark .hljs-link{color:#ff9e64}.code_editor .fake_editor.dark .hljs-built_in,.code_editor .fake_editor.dark .hljs-attribute{color:#e0af68}.code_editor .fake_editor.dark .hljs-selector-tag{color:#2ac3de}.code_editor .fake_editor.dark .hljs-keyword,.code_editor .fake_editor.dark .hljs-title.function_,.code_editor .fake_editor.dark .hljs-title,.code_editor .fake_editor.dark .hljs-title.class_,.code_editor .fake_editor.dark .hljs-title.class_.inherited__,.code_editor .fake_editor.dark .hljs-subst,.code_editor .fake_editor.dark .hljs-property{color:#7dcfff}.code_editor .fake_editor.dark .hljs-selector-tag{color:#73daca}.code_editor .fake_editor.dark .hljs-quote,.code_editor .fake_editor.dark .hljs-string,.code_editor .fake_editor.dark .hljs-symbol,.code_editor .fake_editor.dark .hljs-bullet,.code_editor .fake_editor.dark .hljs-addition{color:#9ece6a}.code_editor .fake_editor.dark .hljs-code,.code_editor .fake_editor.dark .hljs-formula,.code_editor .fake_editor.dark .hljs-section{color:#7aa2f7}.code_editor .fake_editor.dark .hljs-name,.code_editor .fake_editor.dark .hljs-keyword,.code_editor .fake_editor.dark .hljs-operator,.code_editor .fake_editor.dark .hljs-char.escape_,.code_editor .fake_editor.dark .hljs-attr{color:#bb9af7}.code_editor .fake_editor.dark .hljs-punctuation{color:#c0caf5}.code_editor .fake_editor.dark .hljs{background:#1a1b26;color:#9aa5ce}.code_editor .fake_editor.dark .hljs-emphasis{font-style:italic}.code_editor .fake_editor.dark .hljs-strong{font-weight:700}.code_editor .fake_editor pre code.hljs{display:block;overflow-x:auto;padding:1em}.code_editor .fake_editor code.hljs{padding:3px 5px}.code_editor .fake_editor .hljs{background:#fefefe;color:#545454}.code_editor .fake_editor .hljs-comment,.code_editor .fake_editor .hljs-quote{color:#696969}.code_editor .fake_editor .hljs-variable,.code_editor .fake_editor .hljs-template-variable,.code_editor .fake_editor .hljs-tag,.code_editor .fake_editor .hljs-name,.code_editor .fake_editor .hljs-selector-id,.code_editor .fake_editor .hljs-selector-class,.code_editor .fake_editor .hljs-regexp,.code_editor .fake_editor .hljs-deletion{color:#d91e18}.code_editor .fake_editor .hljs-number,.code_editor .fake_editor .hljs-built_in,.code_editor .fake_editor .hljs-literal,.code_editor .fake_editor .hljs-type,.code_editor .fake_editor .hljs-params,.code_editor .fake_editor .hljs-meta,.code_editor .fake_editor .hljs-link,.code_editor .fake_editor .hljs-attribute{color:#aa5d00}.code_editor .fake_editor .hljs-string,.code_editor .fake_editor .hljs-symbol,.code_editor .fake_editor .hljs-bullet,.code_editor .fake_editor .hljs-addition{color:green}.code_editor .fake_editor .hljs-title,.code_editor .fake_editor .hljs-section{color:#007faa}.code_editor .fake_editor .hljs-keyword,.code_editor .fake_editor .hljs-selector-tag{color:#7928a1}.code_editor .fake_editor .hljs-emphasis{font-style:italic}.code_editor .fake_editor .hljs-strong{font-weight:700}@media screen and (-ms-high-contrast: active){.code_editor .fake_editor .hljs-addition,.code_editor .fake_editor .hljs-attribute,.code_editor .fake_editor .hljs-built_in,.code_editor .fake_editor .hljs-bullet,.code_editor .fake_editor .hljs-comment,.code_editor .fake_editor .hljs-link,.code_editor .fake_editor .hljs-literal,.code_editor .fake_editor .hljs-meta,.code_editor .fake_editor .hljs-number,.code_editor .fake_editor .hljs-params,.code_editor .fake_editor .hljs-string,.code_editor .fake_editor .hljs-symbol,.code_editor .fake_editor .hljs-type,.code_editor .fake_editor .hljs-quote{color:highlight}.code_editor .fake_editor .hljs-keyword,.code_editor .fake_editor .hljs-selector-tag{font-weight:700}}.table_title{display:flex;justify-content:space-between;gap:.5em}.table_title:hover .table_title_editor{visibility:visible;opacity:1}.table_title .table_title_editor{display:flex;gap:.5em;transition:visibility .1s linear,opacity .1s linear;opacity:0;visibility:hidden}.canvas_editor{cursor:pointer}.canvas_editor svg{max-width:100%}.canvas_editor .canvas_empty svg{width:50px;height:50px}.content_editor{padding:0 0 4em}.content_editor p,.content_editor h1,.content_editor h2,.content_editor h3,.content_editor ul{margin:0}.content_editor ul{margin:0;padding-left:2rem}.content_editor li p{margin:0}.color_element{height:22px;width:22px;background-color:#ffffff10;border-radius:5px;display:flex;justify-content:center;align-items:center;border:1px solid #424242;cursor:pointer}.color_element>div{height:16px;width:16px;border-radius:2px}.anchor_menu{position:sticky;top:80px;width:300px}.anchor_menu .ant-anchor-link-title{white-space:pre-wrap!important}:root{font-family:Aeroport,sans-serif;line-height:1.5;font-weight:400;--page_wrapper_header: 2.5em;--app_header: 70px;--popup_background_color: #4b4b4b;--background: #0f123f;--primary: #42a5f5;--info-color: rgba(108, 151, 169);--info-color-background: rgba(108, 151, 169, .1);--warning-color: #e45238;--warning-color-background: rgba(228, 82, 56, .1);--error-color: #FF8271;--error-color-background: rgba(255, 130, 113, .1);--success-color: #68CF7C;--success-color-background: rgba(104, 207, 124, .1);--border-color: #ffffff20;--border: solid 1px var(--border-color);--navbar_width: 250px}body{margin:0;padding:0}.text_with_dots{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.save_area{display:flex;justify-content:center}h1{font-size:2rem;margin:0}h2{font-size:1.6rem;margin:0}h3{font-size:1.2rem;margin:0}a{text-decoration:none;color:var(--primary)}.ant-tooltip{max-width:500px!important}.ant-tree-switcher.ant-tree-switcher_close:before{height:100%}.ant-tree-switcher.ant-tree-switcher_open:before{height:100%}.ant-tabs-nav-list{flex-wrap:wrap;gap:.5em}@font-face{font-family:Aeroport;src:url(/assets/Aeroport-Bold-OKFiGYYd.woff2) format("woff2");font-weight:700}@font-face{font-family:Aeroport;src:url(/assets/Aeroport-Light-a-7hKfBt.woff2) format("woff2");font-weight:300}@font-face{font-family:Aeroport;src:url(/assets/Aeroport-Regular-DDu5LPAl.woff2) format("woff2");font-weight:400}@font-face{font-family:Aeroport;src:url(/assets/Aeroport-Medium-C_jR_jyw.woff2) format("woff2");font-weight:500}
