/*!********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/docs.css ***!
  \********************************************************************/.docs{display:flex;min-height:calc(100vh - var(--header-height));opacity:0}.docs-edit{display:flex;flex-direction:column;gap:10px;margin:20px;padding:10px}.docs-edit__wrapper{border:2px solid rgba(0,0,0,.1);border-radius:10px;display:flex;justify-content:center}.docs-edit__editor{width:80%}.docs-edit__footer{display:flex;gap:10px;justify-content:flex-end}.docs__input-transparent{background:none;border:none;font-size:14px;outline:none;padding:5px}.docs__sidebar{background-color:#fafafa;border-right:1px solid var(--border-blacky);min-width:15vw}.docs__sidebar-header{align-items:center;display:flex;gap:10px;justify-content:flex-end;padding:10px}.docs__sidebar-add{background-image:url(images/d76e967aabdbcc0e8be4.svg);background-repeat:no-repeat;background-size:contain;cursor:pointer;height:20px;width:20px}.docs__content{flex-grow:1}.docs__select{display:flex;flex-direction:column;gap:10px;padding:20px}.docs__select-footer{display:flex;justify-content:flex-end}.docs__sidebar-section{padding:20px 20px 0}.docs__sidebar-title{cursor:pointer;font-size:18px;font-weight:600;position:relative;text-transform:uppercase}.docs__sidebar-title:after{background-image:url(images/72b1efe4529458698b2a.svg);background-repeat:no-repeat;background-size:contain;content:"";filter:invert(1);height:10px;position:absolute;right:5px;top:50%;transform:translateY(-50%);transition:transform .25s ease;width:10px}.docs__sidebar-title.--collapsed:after{transform:translateY(-50%) rotate(180deg)}.docs__sidebar-articles{display:flex;flex-direction:column;gap:10px;overflow:hidden;padding:10px}.docs__sidebar-article{cursor:pointer;font-size:14px;font-weight:500;opacity:.75}.docs__sidebar-article.--active,.docs__sidebar-article:hover{opacity:1;text-decoration:underline}p{line-height:20pt}h1,h2,pre{margin-bottom:10px}.docs__list{line-height:30pt;padding-left:30px}.docs__table{background-color:#fff;border:1px solid var(--border-blacky);border-radius:10px;margin-top:10px;overflow:hidden;width:fit-content}.docs__table-row:first-child{font-weight:500}.docs__table-row{border-bottom:1px solid var(--border-blacky);display:flex}.docs__table-row:last-child{border-bottom:none}.docs__table-row.--odd{background-color:#fcfcfc}.docs__table-col{align-items:center;border-right:1px solid var(--border-blacky);display:flex;font-size:14px;justify-content:center;padding:10px;text-align:center}.docs__table-col:last-child{border-right:none}.docs__article{animation:appear .25s ease;display:flex;flex-direction:column}.docs__article-header{background-color:#f4f4f4;border-bottom:1px solid var(--border-blacky);position:relative}.docs__article-header-text{display:flex;flex-direction:column;gap:10px}.docs__article-title{font-size:24px;font-weight:400}.docs__article-subtitle{font-weight:400;opacity:.8}.docs__article-body,.docs__article-footer,.docs__article-header,.docs__welcome{padding:40px}.docs__article-body,.docs__welcome{display:flex;flex-direction:column;gap:10px}.docs__article-footer{border-top:1px solid var(--border-blacky);display:flex;justify-content:space-between}.docs__article-edit{opacity:.75}.docs__article-review-text{margin-bottom:10px}.docs__article-review-body{display:flex;justify-content:space-between}.docs__article-btn{--icon-size:16px;border:2px solid transparent;border-radius:10px;cursor:pointer;font-size:14px;font-weight:700;opacity:.5;padding:5px 10px;padding-left:calc(var(--icon-size) + 10px);position:relative;transition:all .25s ease}.docs__article-btn:before{background-image:url(images/01096fb7e1b884f745da.svg);background-repeat:no-repeat;background-size:contain;content:"";filter:grayscale(1);height:var(--icon-size);left:5px;position:absolute;top:50%;transform:translateY(-50%);width:var(--icon-size)}.docs__article-btn[type=dislikes]:before{transform:translateY(-50%) rotate(180deg)}.docs__article-btn:hover{background-color:rgba(0,0,0,.1);opacity:1}.docs__article-btn.--active{color:var(--main-color);opacity:1}.docs__article-btn.--active:before{filter:none}.docs__article-options{background-image:url(images/dd2dab643fbe066ba527.svg);background-repeat:no-repeat;background-size:contain;cursor:pointer;height:20px;position:absolute;right:10px;top:10px;width:20px}.docs__checklist{align-items:center;display:flex;gap:10px}.docs__checklist-item{background-color:#fff;border:1px solid rgba(0,0,0,.25);border-radius:4px;height:24px;width:24px}.docs__checklist-item.--checked{background-image:url(images/44aa2b63f7d886e3d9ad.svg);background-position:50%;background-repeat:no-repeat;background-size:16px;filter:invert(1)}.docs__image{border:1px solid var(--border-blacky);border-radius:10px;display:flex;flex-direction:column;overflow:hidden;width:fit-content}.docs__image-wrapper{align-items:center;display:flex;justify-content:center;width:100%}.docs__image-wrapper img{width:100%}.docs__image-caption{background-color:#fcfcfc;font-size:14px;font-weight:500;opacity:.75;padding:5px;text-align:center}.docs__restricted{align-items:center;display:flex;flex-direction:column;gap:10px;padding:40px}.docs__restricted-img{background-image:url(images/3348d2401b52976e1f7e.svg);background-repeat:no-repeat;background-size:contain;height:128px;width:128px}.docs__restricted-title{font-size:24px;font-weight:500}.docs__restricted-text{font-weight:300}
/*!********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/code.css ***!
  \********************************************************************/
/*!
  Theme: Default
  Description: Original highlight.js style
  Author: (c) Ivan Sagalaev <maniac@softwaremaniacs.org>
  Maintainer: @highlightjs/core-team
  Website: https://highlightjs.org/
  License: see project LICENSE
  Touched: 2021
*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#f3f3f3;color:#444}.hljs-comment{color:#697070}.hljs-punctuation,.hljs-tag{color:#444a}.hljs-tag .hljs-attr,.hljs-tag .hljs-name{color:#444}.hljs-attribute,.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-name,.hljs-selector-tag{font-weight:700}.hljs-deletion,.hljs-number,.hljs-quote,.hljs-selector-class,.hljs-selector-id,.hljs-string,.hljs-template-tag,.hljs-type{color:#800}.hljs-section,.hljs-title{color:#800;font-weight:700}.hljs-link,.hljs-operator,.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#ab5656}.hljs-literal{color:#695}.hljs-addition,.hljs-built_in,.hljs-bullet,.hljs-code{color:#397300}.hljs-meta{color:#1f7199}.hljs-meta .hljs-string{color:#38a}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}