:root,:host{--w-e-textarea-bg-color: #fff;--w-e-textarea-color: #333;--w-e-textarea-border-color: #ccc;--w-e-textarea-slight-border-color: #e8e8e8;--w-e-textarea-slight-color: #d4d4d4;--w-e-textarea-slight-bg-color: #f5f2f0;--w-e-textarea-selected-border-color: #B4D5FF;--w-e-textarea-handler-bg-color: #4290f7;--w-e-toolbar-color: #595959;--w-e-toolbar-bg-color: #fff;--w-e-toolbar-active-color: #333;--w-e-toolbar-active-bg-color: #f1f1f1;--w-e-toolbar-disabled-color: #999;--w-e-toolbar-border-color: #e8e8e8;--w-e-modal-button-bg-color: #fafafa;--w-e-modal-button-border-color: #d9d9d9}.w-e-text-container *,.w-e-toolbar *{box-sizing:border-box;margin:0;outline:none;padding:0}.w-e-text-container blockquote,.w-e-text-container li,.w-e-text-container p,.w-e-text-container td,.w-e-text-container th,.w-e-toolbar *{line-height:1.5}.w-e-text-container{background-color:var(--w-e-textarea-bg-color);color:var(--w-e-textarea-color);height:100%;position:relative}.w-e-text-container .w-e-scroll{-webkit-overflow-scrolling:touch;height:100%}.w-e-text-container [data-slate-editor]{word-wrap:break-word;border-top:1px solid transparent;min-height:100%;outline:0;padding:0 10px;white-space:pre-wrap}.w-e-text-container [data-slate-editor] p{margin:15px 0}.w-e-text-container [data-slate-editor] h1,.w-e-text-container [data-slate-editor] h2,.w-e-text-container [data-slate-editor] h3,.w-e-text-container [data-slate-editor] h4,.w-e-text-container [data-slate-editor] h5{margin:20px 0}.w-e-text-container [data-slate-editor] img{cursor:default;display:inline!important;max-width:100%;min-height:20px;min-width:20px}.w-e-text-container [data-slate-editor] span{text-indent:0}.w-e-text-container [data-slate-editor] [data-selected=true]{box-shadow:0 0 0 2px var(--w-e-textarea-selected-border-color)}.w-e-text-placeholder{font-style:italic;left:10px;top:17px;width:90%}.w-e-max-length-info,.w-e-text-placeholder{color:var(--w-e-textarea-slight-color);pointer-events:none;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}.w-e-max-length-info{bottom:.5em;right:1em}.w-e-bar{background-color:var(--w-e-toolbar-bg-color);color:var(--w-e-toolbar-color);font-size:14px;padding:0 5px}.w-e-bar svg{fill:var(--w-e-toolbar-color);height:14px;width:14px}.w-e-bar-show{display:flex}.w-e-bar-hidden{display:none}.w-e-hover-bar{border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 5px #0000001f;position:absolute}.w-e-toolbar{flex-wrap:wrap;position:relative}.w-e-bar-divider{background-color:var(--w-e-toolbar-border-color);display:inline-flex;height:40px;margin:0 5px;width:1px}.w-e-bar-item{display:flex;height:40px;padding:4px;position:relative;text-align:center}.w-e-bar-item,.w-e-bar-item button{align-items:center;justify-content:center}.w-e-bar-item button{background:transparent;border:none;color:var(--w-e-toolbar-color);cursor:pointer;display:inline-flex;height:32px;overflow:hidden;padding:0 8px;white-space:nowrap}.w-e-bar-item button:hover{background-color:var(--w-e-toolbar-active-bg-color);color:var(--w-e-toolbar-active-color)}.w-e-bar-item button .title{margin-left:5px}.w-e-bar-item .active{background-color:var(--w-e-toolbar-active-bg-color);color:var(--w-e-toolbar-active-color)}.w-e-bar-item .disabled{color:var(--w-e-toolbar-disabled-color);cursor:not-allowed}.w-e-bar-item .disabled svg{fill:var(--w-e-toolbar-disabled-color)}.w-e-bar-item .disabled:hover{background-color:var(--w-e-toolbar-bg-color);color:var(--w-e-toolbar-disabled-color)}.w-e-bar-item .disabled:hover svg{fill:var(--w-e-toolbar-disabled-color)}.w-e-menu-tooltip-v5:before{background-color:var(--w-e-toolbar-active-color);border-radius:5px;color:var(--w-e-toolbar-bg-color);content:attr(data-tooltip);font-size:.75em;opacity:0;padding:5px 10px;position:absolute;text-align:center;top:40px;transition:opacity .6s;visibility:hidden;white-space:pre;z-index:1}.w-e-menu-tooltip-v5:after{border:5px solid transparent;border-bottom:5px solid var(--w-e-toolbar-active-color);content:"";opacity:0;position:absolute;top:30px;transition:opacity .6s;visibility:hidden}.w-e-menu-tooltip-v5:hover:after,.w-e-menu-tooltip-v5:hover:before{opacity:1;visibility:visible}.w-e-menu-tooltip-v5.tooltip-right:before{left:100%;top:10px}.w-e-menu-tooltip-v5.tooltip-right:after{border-bottom-color:transparent;border-left-color:transparent;border-right-color:var(--w-e-toolbar-active-color);border-top-color:transparent;left:100%;margin-left:-10px;top:16px}.w-e-bar-item-group .w-e-bar-item-menus-container{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;display:none;left:0;margin-top:40px;position:absolute;top:0;z-index:1}.w-e-bar-item-group:hover .w-e-bar-item-menus-container{display:block}.w-e-select-list{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;left:0;margin-top:40px;max-height:350px;min-width:100px;overflow-y:auto;position:absolute;top:0;z-index:1}.w-e-select-list ul{line-height:1;list-style:none}.w-e-select-list ul .selected{background-color:var(--w-e-toolbar-active-bg-color)}.w-e-select-list ul li{cursor:pointer;padding:7px 0 7px 25px;position:relative;text-align:left;white-space:nowrap}.w-e-select-list ul li:hover{background-color:var(--w-e-toolbar-active-bg-color)}.w-e-select-list ul li svg{left:0;margin-left:5px;margin-top:-7px;position:absolute;top:50%}.w-e-bar-bottom .w-e-select-list{bottom:0;margin-bottom:40px;margin-top:0;top:inherit}.w-e-drop-panel{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;margin-top:40px;min-width:200px;padding:10px;position:absolute;top:0;z-index:1}.w-e-bar-bottom .w-e-drop-panel{bottom:0;margin-bottom:40px;margin-top:0;top:inherit}.w-e-modal{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;color:var(--w-e-toolbar-color);font-size:14px;min-height:40px;min-width:100px;padding:20px 15px 0;position:absolute;text-align:left;z-index:1}.w-e-modal .btn-close{cursor:pointer;line-height:1;padding:5px;position:absolute;right:8px;top:7px}.w-e-modal .btn-close svg{fill:var(--w-e-toolbar-color);height:10px;width:10px}.w-e-modal .babel-container{display:block;margin-bottom:15px}.w-e-modal .babel-container span{display:block;margin-bottom:10px}.w-e-modal .button-container{margin-bottom:15px}.w-e-modal button{background-color:var(--w-e-modal-button-bg-color);border:1px solid var(--w-e-modal-button-border-color);border-radius:4px;color:var(--w-e-toolbar-color);cursor:pointer;font-weight:400;height:32px;padding:4.5px 15px;text-align:center;touch-action:manipulation;transition:all .3s cubic-bezier(.645,.045,.355,1);-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.w-e-modal input[type=number],.w-e-modal input[type=text],.w-e-modal textarea{font-feature-settings:"tnum";background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-modal-button-border-color);border-radius:4px;color:var(--w-e-toolbar-color);font-variant:tabular-nums;padding:4.5px 11px;transition:all .3s;width:100%}.w-e-modal textarea{min-height:60px}body .w-e-modal,body .w-e-modal *{box-sizing:border-box}.w-e-progress-bar{background-color:var(--w-e-textarea-handler-bg-color);height:1px;position:absolute;transition:width .3s;width:0}.w-e-full-screen-container{display:flex!important;flex-direction:column!important;height:100%!important;inset:0!important;margin:0!important;padding:0!important;position:fixed;width:100%!important}.w-e-full-screen-container [data-w-e-textarea=true]{flex:1!important}.w-e-text-container [data-slate-editor] code{background-color:var(--w-e-textarea-slight-bg-color);border-radius:3px;font-family:monospace;padding:3px}.w-e-panel-content-color{list-style:none;text-align:left;width:230px}.w-e-panel-content-color li{border:1px solid var(--w-e-toolbar-bg-color);border-radius:3px;cursor:pointer;display:inline-block;padding:2px}.w-e-panel-content-color li:hover{border-color:var(--w-e-toolbar-color)}.w-e-panel-content-color li .color-block{border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;height:17px;width:17px}.w-e-panel-content-color .active{border-color:var(--w-e-toolbar-color)}.w-e-panel-content-color .clear{line-height:1.5;margin-bottom:5px;width:100%}.w-e-panel-content-color .clear svg{height:16px;margin-bottom:-4px;width:16px}.w-e-text-container [data-slate-editor] blockquote{background-color:var(--w-e-textarea-slight-bg-color);border-left:8px solid var(--w-e-textarea-selected-border-color);display:block;font-size:100%;line-height:1.5;margin:10px 0;padding:10px}.w-e-panel-content-emotion{font-size:20px;list-style:none;text-align:left;width:300px}.w-e-panel-content-emotion li{border-radius:3px;cursor:pointer;display:inline-block;padding:0 5px}.w-e-panel-content-emotion li:hover{background-color:var(--w-e-textarea-slight-bg-color)}.w-e-textarea-divider{border-radius:3px;margin:20px auto;padding:20px}.w-e-textarea-divider hr{background-color:var(--w-e-textarea-border-color);border:0;display:block;height:1px}.w-e-text-container [data-slate-editor] pre>code{background-color:var(--w-e-textarea-slight-bg-color);border:1px solid var(--w-e-textarea-slight-border-color);border-radius:4px;display:block;font-size:14px;padding:10px;text-indent:0}.w-e-text-container [data-slate-editor] .w-e-image-container{display:inline-block;margin:0 3px}.w-e-text-container [data-slate-editor] .w-e-image-container:hover{box-shadow:0 0 0 2px var(--w-e-textarea-selected-border-color)}.w-e-text-container [data-slate-editor] .w-e-selected-image-container{overflow:hidden;position:relative}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .w-e-image-dragger{background-color:var(--w-e-textarea-handler-bg-color);height:7px;position:absolute;width:7px}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .left-top{cursor:nwse-resize;left:0;top:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .right-top{cursor:nesw-resize;right:0;top:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .left-bottom{bottom:0;cursor:nesw-resize;left:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .right-bottom{bottom:0;cursor:nwse-resize;right:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container:hover,.w-e-text-container [contenteditable=false] .w-e-image-container:hover{box-shadow:none}.w-e-text-container [data-slate-editor] .table-container{border:1px dashed var(--w-e-textarea-border-color);border-radius:5px;margin-top:10px;overflow-x:auto;padding:10px;width:100%}.w-e-text-container [data-slate-editor] table{border-collapse:collapse}.w-e-text-container [data-slate-editor] table td,.w-e-text-container [data-slate-editor] table th{border:1px solid var(--w-e-textarea-border-color);line-height:1.5;min-width:30px;padding:3px 5px;text-align:left}.w-e-text-container [data-slate-editor] table th{background-color:var(--w-e-textarea-slight-bg-color);font-weight:700;text-align:center}.w-e-panel-content-table{background-color:var(--w-e-toolbar-bg-color)}.w-e-panel-content-table table{border-collapse:collapse}.w-e-panel-content-table td{border:1px solid var(--w-e-toolbar-border-color);cursor:pointer;height:15px;padding:3px 5px;width:20px}.w-e-panel-content-table td.active{background-color:var(--w-e-toolbar-active-bg-color)}.w-e-textarea-video-container{background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,#fff 0 75%,#eee 0,#eee);background-position:0 0,10px 10px;background-size:20px 20px;border:1px dashed var(--w-e-textarea-border-color);border-radius:5px;margin:10px auto 0;padding:10px 0;text-align:center}.w-e-text-container [data-slate-editor] pre>code{word-wrap:normal;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;-webkit-hyphens:none;hyphens:none;line-height:1.5;margin:.5em 0;overflow:auto;padding:1em;-moz-tab-size:4;-o-tab-size:4;tab-size:4;text-align:left;text-shadow:0 1px #fff;white-space:pre;word-break:normal;word-spacing:normal}.w-e-text-container [data-slate-editor] pre>code .token.cdata,.w-e-text-container [data-slate-editor] pre>code .token.comment,.w-e-text-container [data-slate-editor] pre>code .token.doctype,.w-e-text-container [data-slate-editor] pre>code .token.prolog{color:#708090}.w-e-text-container [data-slate-editor] pre>code .token.punctuation{color:#999}.w-e-text-container [data-slate-editor] pre>code .token.namespace{opacity:.7}.w-e-text-container [data-slate-editor] pre>code .token.boolean,.w-e-text-container [data-slate-editor] pre>code .token.constant,.w-e-text-container [data-slate-editor] pre>code .token.deleted,.w-e-text-container [data-slate-editor] pre>code .token.number,.w-e-text-container [data-slate-editor] pre>code .token.property,.w-e-text-container [data-slate-editor] pre>code .token.symbol,.w-e-text-container [data-slate-editor] pre>code .token.tag{color:#905}.w-e-text-container [data-slate-editor] pre>code .token.attr-name,.w-e-text-container [data-slate-editor] pre>code .token.builtin,.w-e-text-container [data-slate-editor] pre>code .token.char,.w-e-text-container [data-slate-editor] pre>code .token.inserted,.w-e-text-container [data-slate-editor] pre>code .token.selector,.w-e-text-container [data-slate-editor] pre>code .token.string{color:#690}.w-e-text-container [data-slate-editor] pre>code .language-css .token.string,.w-e-text-container [data-slate-editor] pre>code .style .token.string,.w-e-text-container [data-slate-editor] pre>code .token.entity,.w-e-text-container [data-slate-editor] pre>code .token.operator,.w-e-text-container [data-slate-editor] pre>code .token.url{color:#9a6e3a}.w-e-text-container [data-slate-editor] pre>code .token.atrule,.w-e-text-container [data-slate-editor] pre>code .token.attr-value,.w-e-text-container [data-slate-editor] pre>code .token.keyword{color:#07a}.w-e-text-container [data-slate-editor] pre>code .token.class-name,.w-e-text-container [data-slate-editor] pre>code .token.function{color:#dd4a68}.w-e-text-container [data-slate-editor] pre>code .token.important,.w-e-text-container [data-slate-editor] pre>code .token.regex,.w-e-text-container [data-slate-editor] pre>code .token.variable{color:#e90}.w-e-text-container [data-slate-editor] pre>code .token.bold,.w-e-text-container [data-slate-editor] pre>code .token.important{font-weight:700}.w-e-text-container [data-slate-editor] pre>code .token.italic{font-style:italic}.w-e-text-container [data-slate-editor] pre>code .token.entity{cursor:help}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.tippy-box[data-theme~=light]{color:#26323d;box-shadow:0 0 20px 4px #9aa1b126,0 4px 80px -8px #24282f40,0 4px 4px -2px #5b5e6926;background-color:#fff}.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff}.tippy-box[data-theme~=light][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff}.tippy-box[data-theme~=light]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=light]>.tippy-svg-arrow{fill:#fff}.tippy-box[data-animation=scale][data-placement^=top]{transform-origin:bottom}.tippy-box[data-animation=scale][data-placement^=bottom]{transform-origin:top}.tippy-box[data-animation=scale][data-placement^=left]{transform-origin:right}.tippy-box[data-animation=scale][data-placement^=right]{transform-origin:left}.tippy-box[data-animation=scale][data-state=hidden]{transform:scale(.5);opacity:0}ul{padding:0;margin:0}ul li{text-decoration:none;list-style:none}*,*:before,*:after{box-sizing:border-box!important}ul[class],ol[class]{padding:0}body,h1,h2,h3,h4,p,ul[class],ol[class],li,figure,figcaption,blockquote,dl,dd{margin:0}body,app-root{min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed;line-height:1.5;background-color:var(--color-layout-bg)}:active,:hover,:focus{outline:0;outline-offset:0}ul[class],ol[class]{list-style:none}a:not([class]){text-decoration-skip-ink:auto}img{max-width:100%;display:block}article>*+*{margin-top:1em}.tippy-content{padding:0}.tippy-box{background-color:var(--color-bg)}@font-face{font-family:Inter;src:url("./media/Inter-ZQT46P7R.ttf") format("truetype")}:root{--p-multiselect-option-selected-color: #000 !important;--p-select-option-selected-focus-color: #000 !important;--p-multiselect-option-selected-focus-color: #000 !important;--shadow-s: inset 0 1px 2px #ffffff30, 0 1px 2px #00000030, 0 2px 4px #00000015;--shadow-m: inset 0 1px 2px #ffffff50, 0 2px 4px #00000030, 0 4px 8px #00000015;--color-layout-bg: #F9FAFB;--color-bg: #fff;--color-text: #000;--color-stroke: #E1E4E6;--color-blue: #1E59F0;--color-light-blue: #f0f4ff;--color-blue-hover: #273DA4;--color-dark-blue-1: #393E54;--color-dark-blue-2: #595E76;--color-super-light-gray: #fcfcfc;--color-light-gray: #F7F7F7;--color-inactive: #7C7D7E;--color-red-warning: #D92D20;--color-light-red: #fef3f3;--color-foreground-gray: #EDEDED;--color-green: #067647;--color-light-green: #E3FDEE;--fs-14px: .875rem;--fs-12px: .75rem;--input-height: 2.625rem;--burger-height: 4.5rem;--box-shadow: 0 0 15px #00000020;--color-overlay: rgba(0, 0, 0, 60%)}*{scrollbar-width:thin}.dark-theme{--color-layout-bg: #121212;--color-bg: #1e1e1e;--color-text: #fff;--color-stroke: #383838;--color-blue: #273DA4;--color-light-blue: #f0f4ff;--color-blue-hover: #273DA4;--color-dark-blue-1: #bfbaa7;--color-dark-blue-2: #7b7b7b;--color-light-gray: #252525;--color-inactive: #7C7D7E;--color-red-warning: #D92D20;--color-light-red: #fef3f3;--color-foreground-gray: #EDEDED;--color-green: #067647;--color-light-green: #E3FDEE;--fs-14px: .875rem;--fs-12px: .75rem;--input-height: 2.625rem;--burger-height: 4.5rem;--box-shadow: 0 0 15px #00000020;--color-overlay: rgb(0 0 0 / 74%)}.dark-theme *{scrollbar-color:#888 transparent}.dark-theme .dark-theme .p-dialog{background:var(--color-layout-bg)}.dark-theme .p-dialog{background:var(--color-bg)}app-root{display:flex;justify-content:stretch;align-items:stretch}*{font-family:Inter;font-size:16px}a{color:var(--color-blue);text-decoration:none;cursor:pointer}a:not(.p-menu-item-link):not(.p-contextmenu-item-link):hover{color:var(--color-blue-hover)}.blue-link{color:var(--color-blue)}.blue-link:hover{color:var(--color-blue-hover)}.dark-link{color:var(--color-dark-blue-2)}.dark-link:hover{color:var(--color-dark-blue-1)}b{font-weight:500}h1{font-size:1.5rem;font-weight:700}h2{font-size:1rem;font-weight:600}hr{color:var(--color-stroke);background-color:var(--color-stroke);border:0px none;height:1px;clear:both}.mw--100{max-width:100rem}.mw--60{max-width:60rem}.mw--40{max-width:40rem}.mw--30{max-width:30rem}.mw--20{max-width:20rem}.layout-wrap{height:100%;display:flex;flex-direction:row}.layout-wrap>.sidebar-wrap{position:sticky;top:0;height:max-content;z-index:1000;background-color:var(--color-bg)}.layout-wrap>.page-wrap{padding:2rem;flex:1;overflow:hidden;margin-top:0;display:flex;flex-direction:column}.layout-wrap>.page-wrap .page-footer{padding-top:1rem;display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.5rem}.layout-wrap>.page-wrap .page-footer div:first-child{display:flex;gap:1.5rem;flex-wrap:wrap}.mb--half{margin-bottom:.5rem}.mb--1{margin-bottom:1rem}.mb--2{margin-bottom:2rem}.mt--half{margin-top:.5rem}.mt--1{margin-top:1rem}.mt--2{margin-top:2rem}.ml--auto{margin-left:auto}.ml--05{margin-left:.5rem}.p--1{padding:1rem}.p--2{padding:2rem}.p--h-1{padding:0 1rem}.flex-gap{display:flex;gap:.5rem}.flex-gap--align-center{text-align:center}.flex-column-gap{display:flex;flex-direction:column;gap:1rem}.gap--half{gap:.5rem}.gap--1{gap:1rem}.gap--2{gap:2rem}.flex{display:flex}.flex--1{flex:1}.flex-gap--align-center{display:flex;gap:.5rem;align-items:center}.flex-wrap{flex-wrap:wrap}.flex-end{display:flex;justify-content:end}.justify-content-center{justify-content:center}.justify-content-space-between{justify-content:space-between}.inline-max-content{width:max-content;display:inline-block}.max-content{width:max-content}.pointer{cursor:pointer}.border{border-radius:4px;border:1px solid var(--color-stroke)}.width--100{width:100%}.input-group{display:flex;gap:.5rem;border:1px solid var(--color-stroke);border-radius:4px;padding:0 .5rem}.input-group:last-child{flex:1}.input-group-icon{width:.8rem}.input-group .p-component,.input-group input{border:none;width:100%}.invalid-border{border:1px solid var(--color-red-warning)!important}.invalid-color{color:var(--color-red-warning)}.dots-vertical-btn{background-image:url("./media/dots-vertical-KU4ODJ4C.svg");width:.5rem;height:1.2rem;background-repeat:no-repeat;background-position:center;cursor:pointer}.budget-inputs-group{display:flex;border:1px solid var(--color-stroke);border-radius:4px}.budget-inputs-group .p-inputnumber,.budget-inputs-group .p-select{border:none!important}.budget-inputs-group .p-select{border-radius:4px 0 0 4px;background-color:var(--color-light-gray);border-right:1px solid var(--color-stroke)!important}.page-title-box{display:flex;justify-content:space-between;padding-bottom:2rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:500;font-size:1rem;margin-bottom:.2rem;display:flex;align-items:center}.form-group label img{display:inline-block}.form-group>*{width:100%}.checkbox-form-group{display:flex;gap:.5rem;justify-content:start}.checkbox-form-group label{text-align:start}.form{background:var(--color-bg);border-radius:4px;padding:2rem;border:1px solid var(--color-stroke)}.checkbox-label{font-weight:500;cursor:pointer;text-align:start}.card{border:1px solid var(--color-stroke);border-radius:4px;background:var(--color-bg)}.note--danger{width:100%;padding:1rem 1rem 1rem 3rem;border-left:2px solid var(--color-red-warning);color:var(--color-red-warning);background:var(--color-light-red);position:relative}.note--danger *:not(a){color:var(--color-red-warning)}.note--danger:before{content:"";left:1rem;top:1rem;background-image:url("./media/alert-circle-CO2SAJO7.svg");background-repeat:no-repeat;background-size:100%;width:1.5rem;height:1.5rem;position:absolute}.note--info{width:100%;padding:1rem 1rem 1rem 3rem;border-left:2px solid var(--color-blue);color:var(--color-blue);background:var(--color-light-blue);position:relative}.note--info *:not(a){color:var(--color-blue)}.note--info:before{content:"";left:1rem;top:1rem;background-image:url("./media/light-info-circle-J4T4RLIR.svg");background-repeat:no-repeat;background-size:100%;width:1.5rem;height:1.5rem;position:absolute}.add-list-table{width:100%;border-collapse:collapse;table-layout:fixed;min-width:25rem}.add-list-table thead th,.add-list-table thead td,.add-list-table tbody th,.add-list-table tbody td,.add-list-table tfoot th,.add-list-table tfoot td{padding:.5rem;text-align:start;min-width:10rem;vertical-align:top}.add-list-table thead th:first-child,.add-list-table thead td:first-child,.add-list-table tbody th:first-child,.add-list-table tbody td:first-child,.add-list-table tfoot th:first-child,.add-list-table tfoot td:first-child{padding-left:0}.add-list-table thead th:last-child,.add-list-table thead td:last-child,.add-list-table tbody th:last-child,.add-list-table tbody td:last-child,.add-list-table tfoot th:last-child,.add-list-table tfoot td:last-child{padding-right:0;width:2rem}.add-list-table thead th,.add-list-table tbody tr:last-child,.add-list-table tfoot td{position:sticky;background-color:var(--color-bg);z-index:1}.add-list-table thead th:first-child:before,.add-list-table thead th:last-child:before,.add-list-table tfoot td:first-child:before,.add-list-table tfoot td:last-child:before{content:"";background-color:var(--color-bg);position:absolute;width:100%;height:100%;top:0;pointer-events:none}.add-list-table thead th:first-child:before,.add-list-table tfoot td:first-child:before{right:100%}.add-list-table thead th:last-child:before,.add-list-table tfoot td:last-child:before{left:100%}.add-list-table thead th{top:0}.add-list-table tfoot td{bottom:0;left:0;padding-bottom:2rem;padding-top:1rem}.add-list-table tfoot td:first-child{z-index:10}.table-checkboxses-tooltip{height:4rem;width:100%;background:var(--color-blue);display:flex;align-items:center;gap:1rem;padding:0 1.2rem;position:relative}.table-checkboxses-tooltip:before{content:"";display:block;z-index:10;width:1rem;height:1rem;background:var(--color-blue);rotate:45deg;position:absolute;bottom:-.3rem;left:.75rem}.table-auto-height-wrap{position:absolute;max-height:100%;height:100%;width:100%}.report-page{height:100%;display:flex;flex-direction:column}.report-page__filter{display:flex;flex-wrap:wrap;gap:1rem;padding-bottom:1rem}.report-page__content{flex:1;position:relative}.monitask-tooltip{position:fixed;padding:.5rem;visibility:hidden}.monitask-tooltip--arrow{width:.5rem;height:.5rem;position:fixed;background-color:var(--color-red-warning)}.tooltip{background-color:#333;color:var(--color-bg);padding:10px;border-radius:5px;width:100%;height:100%}.table-expand-btn{border:none;background-image:url("./media/arrowRight-QPZHYL4Q.svg");background-repeat:no-repeat;background-color:transparent;background-position:center;width:1rem;height:1rem;transform:rotate(90deg);cursor:pointer}.table-expand-btn[expanded=true]{transform:rotate(-90deg)}.table-plus-expand-btn{border:none;background-image:url("./media/plus-MDKGQ7AJ.svg");background-repeat:no-repeat;background-color:transparent;background-position:center;width:1rem;height:1rem;cursor:pointer}.table-plus-expand-btn[expanded=true]{background-image:url("./media/minus-H7XBKVO4.svg")}.grid-settings-form--2{display:grid}.grid-settings-form--2 .grid-settings-form__body{overflow-x:auto;display:grid;grid-template-columns:1fr max-content}.grid-settings-form--2 .grid-settings-form__body .grid-settings-form__item:nth-child(1),.grid-settings-form--2 .grid-settings-form__body .grid-settings-form__item:nth-child(2){border-top:none}.grid-settings-form__body .grid-settings-form__item{overflow:visible;padding:1rem;border-top:1px solid var(--color-stroke)}.double-lables-inputswitch-slider-wrap{display:flex;align-items:center;gap:.5rem}.p-contextmenu-item-icon,.p-menu-item-icon{background-size:cover;width:1rem!important;height:1rem!important;display:inline-block;vertical-align:middle;margin-right:8px;position:relative}.monitask-icon-trash{-webkit-mask-image:url("./media/trash-N63NBTXH.svg");mask-image:url("./media/trash-N63NBTXH.svg");-webkit-mask-size:cover;mask-size:cover;background-color:#000}.monitask-icon-timeline{-webkit-mask-image:url("./media/timeline-UXCBHLL7.svg");mask-image:url("./media/timeline-UXCBHLL7.svg");-webkit-mask-size:cover;mask-size:cover;background-color:#000}.monitask-icon-archive{-webkit-mask-image:url("./media/archive-SLZBNEHP.svg");mask-image:url("./media/archive-SLZBNEHP.svg");-webkit-mask-size:cover;mask-size:cover;background-color:#000}.monitask-icon-key{-webkit-mask-image:url("./media/key-36XKAYT5.svg");mask-image:url("./media/key-36XKAYT5.svg");-webkit-mask-size:cover;mask-size:cover;background-color:#000}.monitask-icon-pencil{-webkit-mask-image:url("./media/pencil-DIWNIOEJ.svg");mask-image:url("./media/pencil-DIWNIOEJ.svg");-webkit-mask-size:cover;mask-size:cover;background-color:#000}.monitask-icon-duplicate{-webkit-mask-image:url("./media/duplicate-SU6YUOGS.svg");mask-image:url("./media/duplicate-SU6YUOGS.svg");-webkit-mask-size:cover;mask-size:cover;background-color:#000}.monitask-icon-eye{-webkit-mask-image:url("./media/eye-EIV4NY7B.svg");mask-image:url("./media/eye-EIV4NY7B.svg");-webkit-mask-size:cover;mask-size:cover;background-color:#000}.monitask-icon-export{-webkit-mask-image:url("./media/export-BVDVTLCM.svg");mask-image:url("./media/export-BVDVTLCM.svg");-webkit-mask-size:cover;mask-size:cover;background-color:#000}.monitask-icon-play{-webkit-mask-image:url("./media/play-HIMKYFMK.svg");mask-image:url("./media/play-HIMKYFMK.svg");-webkit-mask-size:cover;mask-size:cover;background-color:#000}.monitask-icon-pause{-webkit-mask-image:url("./media/pause-ABBCJJHT.svg");mask-image:url("./media/pause-ABBCJJHT.svg");-webkit-mask-size:cover;mask-size:cover;background-color:#000}.badge--green{background:#ecfdf3;color:#067647;border:1px solid #aaefc6;height:max-content;width:max-content;padding:0rem .6rem;border-radius:100rem;font-weight:500}.badge--red{background:#fef3f2;color:#b32318;border:1px solid #fecdca;height:max-content;width:max-content;padding:0rem .6rem;border-radius:100rem;font-weight:500}.badge--orange{background:#fffaeb;color:#b55b08;border:1px solid #fedf89;height:max-content;width:max-content;padding:0rem .6rem;border-radius:100rem;font-weight:500}.badge--blue{background:#eff8ff;color:#175cd3;border:1px solid #b2ddff;height:max-content;width:max-content;padding:0rem .6rem;border-radius:100rem;font-weight:500}.badge--purple{background:#f4f3ff;color:#5925dc;border:1px solid #d9d6fe;height:max-content;width:max-content;padding:0rem .6rem;border-radius:100rem;font-weight:500}.text-warn{color:var(--color-red-warning)}.download-csv-example{width:100%;text-align:center;margin-bottom:1rem;margin-top:1rem}.download-csv-example a{text-decoration:underline}.page-title-i:after{content:"";width:1.2rem;height:1.2rem;display:inline-block;margin-left:.5rem;-webkit-mask-image:url("./media/info-square-QHMGXDR7.svg");mask-image:url("./media/info-square-QHMGXDR7.svg");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;background:var(--color-blue)}.group-header td{padding:1rem .7rem!important;background-color:var(--color-light-blue)!important}.group-header__total{--total-text: "";font-weight:500;position:relative}.group-header__total:before{content:var(--total-text);display:block;position:absolute;left:0;top:-.7rem;font-size:.6rem;color:var(--color-dark-blue-2)}.global-invite-skeleton{margin-top:.3rem;padding:.5rem}.global-invite-link{margin-top:.3rem;display:inline-block;border-radius:3px;padding:.5rem .5rem .5rem 1.8rem;position:relative;text-decoration:none;white-space:break-spaces;color:var(--color-blue);max-width:35rem;width:100%;text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden;background-color:var(--color-light-blue);margin-top:1rem;cursor:pointer}.global-invite-link:hover{color:var(--color-blue-hover)}.global-invite-link:hover:before{background:var(--color-blue-hover)}.global-invite-link:before{content:"";width:1.4rem;height:1rem;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z' fill='white' /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z' fill='white' /%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:1rem;mask-size:1rem;position:absolute;background:var(--color-blue);left:.5rem;top:.5rem}.global-invite-link.copied{--copied-text: "";background:var(--color-blue);display:inline-block;padding:1rem;text-decoration:none;color:#fff!important;font-size:small;border-radius:3px;white-space:break-spaces}.global-invite-link.copied:before{content:var(--copied-text);width:100%;height:auto;-webkit-mask-image:none;mask-image:none;position:relative;background:none;position:static}*[form-disbled=true] .form-disabled-item:not(app-input-time):not(app-file-input):not(.flex-gap--align-center:has(app-checkbox):has(label)):not(.checkbox-form-group:has(app-checkbox):has(label)),*[form-disbled=true] app-input-time.form-disabled-item app-input-number,*[form-disbled=true] app-file-input.form-disabled-item .file-input-label,*[form-disbled=true] app-file-input.form-disabled-item app-file,*[form-disbled=true] .flex-gap--align-center.form-disabled-item label,*[form-disbled=true] .checkbox-form-group.form-disabled-item label,*[form-disbled=true] .flex-gap--align-center.form-disabled-item app-checkbox .p-checkbox,*[form-disbled=true] .checkbox-form-group.form-disabled-item app-checkbox .p-checkbox{pointer-events:none;position:relative;overflow:hidden}*[form-disbled=true] .form-disabled-item:not(app-input-time):not(app-file-input):not(.flex-gap--align-center:has(app-checkbox):has(label)):not(.checkbox-form-group:has(app-checkbox):has(label)):after,*[form-disbled=true] app-input-time.form-disabled-item app-input-number:after,*[form-disbled=true] app-file-input.form-disabled-item .file-input-label:after,*[form-disbled=true] app-file-input.form-disabled-item app-file:after,*[form-disbled=true] .flex-gap--align-center.form-disabled-item label:after,*[form-disbled=true] .checkbox-form-group.form-disabled-item label:after,*[form-disbled=true] .flex-gap--align-center.form-disabled-item app-checkbox .p-checkbox:after,*[form-disbled=true] .checkbox-form-group.form-disabled-item app-checkbox .p-checkbox:after{content:"";animation:p-skeleton-animation 1.2s infinite;height:100%;left:0;position:absolute;right:0;top:0;transform:translate(-100%);z-index:10;background:linear-gradient(90deg,#fff0,#fff6,#fff0)}*[form-disbled=true] .form-disabled-item:not(app-input-time):not(app-file-input):not(.flex-gap--align-center:has(app-checkbox):has(label)):not(.checkbox-form-group:has(app-checkbox):has(label)):before,*[form-disbled=true] app-input-time.form-disabled-item app-input-number:before,*[form-disbled=true] app-file-input.form-disabled-item .file-input-label:before,*[form-disbled=true] app-file-input.form-disabled-item app-file:before,*[form-disbled=true] .flex-gap--align-center.form-disabled-item label:before,*[form-disbled=true] .checkbox-form-group.form-disabled-item label:before,*[form-disbled=true] .flex-gap--align-center.form-disabled-item app-checkbox .p-checkbox:before,*[form-disbled=true] .checkbox-form-group.form-disabled-item app-checkbox .p-checkbox:before{border-radius:4px;position:absolute;left:0;top:0;width:100%;height:100%;content:"";background:#00000040;z-index:10;opacity:.2}.number-grading{--size: 2rem;width:var(--size);aspect-ratio:1/1;border-radius:50%;background-color:#13a964;font-weight:400;font-size:calc(var(--size) * .7);display:flex;justify-content:center;align-items:center;color:#fff}.grid--1,.grid--2,.grid--3,.grid--4,.grid--1--sm,.grid--2--sm,.grid--3--sm,.grid--4--sm{container-type:inline-size;position:relative}.grid--1 .grid__body,.grid--2 .grid__body,.grid--3 .grid__body,.grid--4 .grid__body,.grid--1--sm .grid__body,.grid--2--sm .grid__body,.grid--3--sm .grid__body,.grid--4--sm .grid__body{display:grid;gap:1rem}.grid--1 .grid__item,.grid--2 .grid__item,.grid--3 .grid__item,.grid--4 .grid__item,.grid--1--sm .grid__item,.grid--2--sm .grid__item,.grid--3--sm .grid__item,.grid--4--sm .grid__item{overflow:overlay}.grid--1 .grid__body,.grid--1--sm .grid__body{grid-template-columns:repeat(1,1fr)}.grid--2 .grid__body{grid-template-columns:repeat(2,1fr)}.grid--2 .grid__body>*{grid-column:span 2}.grid--2 .grid__body .grid__item{grid-column:span 1}@container (max-width: 650px){.grid--2 .grid__body{grid-template-columns:repeat(1,1fr)}.grid--2 .grid__body>*{grid-column:span 1}}.grid--3 .grid__body{grid-template-columns:repeat(3,1fr)}.grid--3 .grid__body>*{grid-column:span 3}.grid--3 .grid__body .grid__item{grid-column:span 1}@container (max-width: 980px){.grid--3 .grid__body{grid-template-columns:repeat(2,1fr)}.grid--3 .grid__body>*{grid-column:span 2}}@container (max-width: 650px){.grid--3 .grid__body{grid-template-columns:repeat(1,1fr)}.grid--3 .grid__body>*{grid-column:span 1}}.grid--4 .grid__body{grid-template-columns:repeat(4,1fr)}.grid--4 .grid__body>*{grid-column:span 4}.grid--4 .grid__body .grid__item{grid-column:span 1}@container (max-width: 1400px){.grid--4 .grid__body{grid-template-columns:repeat(3,1fr)}.grid--4 .grid__body>*{grid-column:span 3}}@container (max-width: 980px){.grid--4 .grid__body{grid-template-columns:repeat(2,1fr)}.grid--4 .grid__body>*{grid-column:span 2}}@container (max-width: 650px){.grid--4 .grid__body{grid-template-columns:repeat(1,1fr)}.grid--4 .grid__body>*{grid-column:span 1}}.grid--2--sm .grid__body{grid-template-columns:repeat(2,1fr)}.grid--2--sm .grid__body>*{grid-column:span 2}.grid--2--sm .grid__body .grid__item{grid-column:span 1}@container (max-width: 415px){.grid--2--sm .grid__body{grid-template-columns:repeat(1,1fr)}.grid--2--sm .grid__body>*{grid-column:span 1}}.grid--3--sm .grid__body{grid-template-columns:repeat(3,1fr)}.grid--3--sm .grid__body>*{grid-column:span 3}.grid--3--sm .grid__body .grid__item{grid-column:span 1}@container (max-width: 980px){.grid--3--sm .grid__body{grid-template-columns:repeat(2,1fr)}.grid--3--sm .grid__body>*{grid-column:span 2}}@container (max-width: 650px){.grid--3--sm .grid__body{grid-template-columns:repeat(1,1fr)}.grid--3--sm .grid__body>*{grid-column:span 1}}.grid--4--sm .grid__body{grid-template-columns:repeat(4,1fr)}.grid--4--sm .grid__body>*{grid-column:span 4}.grid--4--sm .grid__body .grid__item{grid-column:span 1}@container (max-width: 1400px){.grid--4--sm .grid__body{grid-template-columns:repeat(3,1fr)}.grid--4--sm .grid__body>*{grid-column:span 3}}@container (max-width: 980px){.grid--4--sm .grid__body{grid-template-columns:repeat(2,1fr)}.grid--4--sm .grid__body>*{grid-column:span 2}}@container (max-width: 650px){.grid--4--sm .grid__body{grid-template-columns:repeat(1,1fr)}.grid--4--sm .grid__body>*{grid-column:span 1}}.page-with-sidebar{container-type:inline-size;position:relative}.page-with-sidebar .page-sidebar{width:20rem;border-right:1px solid var(--color-stroke)}.page-with-sidebar .mobile-sidebar{display:none!important}@container (max-width: calc(650px + 20rem)){.page-with-sidebar .sidebar-tabs{display:none!important}.page-with-sidebar .mobile-sidebar{display:flex!important}.page-with-sidebar .page-sidebar{display:none!important}}.add-list-grid--1,.add-list-grid--2,.add-list-grid--3,.add-list-grid--4,.add-list-grid--5,.add-list-grid--6{--label-1: "";--label-2: "";--label-3: "";--label-4: "";--label-5: "";container-type:inline-size;position:relative}.add-list-grid--1 .grid__row,.add-list-grid--1 .grid__header,.add-list-grid--2 .grid__row,.add-list-grid--2 .grid__header,.add-list-grid--3 .grid__row,.add-list-grid--3 .grid__header,.add-list-grid--4 .grid__row,.add-list-grid--4 .grid__header,.add-list-grid--5 .grid__row,.add-list-grid--5 .grid__header,.add-list-grid--6 .grid__row,.add-list-grid--6 .grid__header{display:grid;gap:1rem;margin-bottom:1rem}.add-list-grid--1 .grid__row:last-child,.add-list-grid--1 .grid__header:last-child,.add-list-grid--2 .grid__row:last-child,.add-list-grid--2 .grid__header:last-child,.add-list-grid--3 .grid__row:last-child,.add-list-grid--3 .grid__header:last-child,.add-list-grid--4 .grid__row:last-child,.add-list-grid--4 .grid__header:last-child,.add-list-grid--5 .grid__row:last-child,.add-list-grid--5 .grid__header:last-child,.add-list-grid--6 .grid__row:last-child,.add-list-grid--6 .grid__header:last-child{margin-bottom:0}.add-list-grid--1 .grid__row label:not(.ignore-for-add-list-grid),.add-list-grid--1 .grid__header label:not(.ignore-for-add-list-grid),.add-list-grid--2 .grid__row label:not(.ignore-for-add-list-grid),.add-list-grid--2 .grid__header label:not(.ignore-for-add-list-grid),.add-list-grid--3 .grid__row label:not(.ignore-for-add-list-grid),.add-list-grid--3 .grid__header label:not(.ignore-for-add-list-grid),.add-list-grid--4 .grid__row label:not(.ignore-for-add-list-grid),.add-list-grid--4 .grid__header label:not(.ignore-for-add-list-grid),.add-list-grid--5 .grid__row label:not(.ignore-for-add-list-grid),.add-list-grid--5 .grid__header label:not(.ignore-for-add-list-grid),.add-list-grid--6 .grid__row label:not(.ignore-for-add-list-grid),.add-list-grid--6 .grid__header label:not(.ignore-for-add-list-grid){display:block}.add-list-grid--1 .grid__row label:not(.ignore-for-add-list-grid):before,.add-list-grid--1 .grid__header label:not(.ignore-for-add-list-grid):before,.add-list-grid--2 .grid__row label:not(.ignore-for-add-list-grid):before,.add-list-grid--2 .grid__header label:not(.ignore-for-add-list-grid):before,.add-list-grid--3 .grid__row label:not(.ignore-for-add-list-grid):before,.add-list-grid--3 .grid__header label:not(.ignore-for-add-list-grid):before,.add-list-grid--4 .grid__row label:not(.ignore-for-add-list-grid):before,.add-list-grid--4 .grid__header label:not(.ignore-for-add-list-grid):before,.add-list-grid--5 .grid__row label:not(.ignore-for-add-list-grid):before,.add-list-grid--5 .grid__header label:not(.ignore-for-add-list-grid):before,.add-list-grid--6 .grid__row label:not(.ignore-for-add-list-grid):before,.add-list-grid--6 .grid__header label:not(.ignore-for-add-list-grid):before{display:block}.add-list-grid--1 .grid__row .grid__item:nth-child(1) label:before,.add-list-grid--1 .grid__header label:nth-child(1):before,.add-list-grid--2 .grid__row .grid__item:nth-child(1) label:before,.add-list-grid--2 .grid__header label:nth-child(1):before,.add-list-grid--3 .grid__row .grid__item:nth-child(1) label:before,.add-list-grid--3 .grid__header label:nth-child(1):before,.add-list-grid--4 .grid__row .grid__item:nth-child(1) label:before,.add-list-grid--4 .grid__header label:nth-child(1):before,.add-list-grid--5 .grid__row .grid__item:nth-child(1) label:before,.add-list-grid--5 .grid__header label:nth-child(1):before,.add-list-grid--6 .grid__row .grid__item:nth-child(1) label:before,.add-list-grid--6 .grid__header label:nth-child(1):before{content:var(--label-1)}.add-list-grid--1 .grid__row .grid__item:nth-child(2) label:before,.add-list-grid--1 .grid__header label:nth-child(2):before,.add-list-grid--2 .grid__row .grid__item:nth-child(2) label:before,.add-list-grid--2 .grid__header label:nth-child(2):before,.add-list-grid--3 .grid__row .grid__item:nth-child(2) label:before,.add-list-grid--3 .grid__header label:nth-child(2):before,.add-list-grid--4 .grid__row .grid__item:nth-child(2) label:before,.add-list-grid--4 .grid__header label:nth-child(2):before,.add-list-grid--5 .grid__row .grid__item:nth-child(2) label:before,.add-list-grid--5 .grid__header label:nth-child(2):before,.add-list-grid--6 .grid__row .grid__item:nth-child(2) label:before,.add-list-grid--6 .grid__header label:nth-child(2):before{content:var(--label-2)}.add-list-grid--1 .grid__row .grid__item:nth-child(3) label:before,.add-list-grid--1 .grid__header label:nth-child(3):before,.add-list-grid--2 .grid__row .grid__item:nth-child(3) label:before,.add-list-grid--2 .grid__header label:nth-child(3):before,.add-list-grid--3 .grid__row .grid__item:nth-child(3) label:before,.add-list-grid--3 .grid__header label:nth-child(3):before,.add-list-grid--4 .grid__row .grid__item:nth-child(3) label:before,.add-list-grid--4 .grid__header label:nth-child(3):before,.add-list-grid--5 .grid__row .grid__item:nth-child(3) label:before,.add-list-grid--5 .grid__header label:nth-child(3):before,.add-list-grid--6 .grid__row .grid__item:nth-child(3) label:before,.add-list-grid--6 .grid__header label:nth-child(3):before{content:var(--label-3)}.add-list-grid--1 .grid__row .grid__item:nth-child(4) label:before,.add-list-grid--1 .grid__header label:nth-child(4):before,.add-list-grid--2 .grid__row .grid__item:nth-child(4) label:before,.add-list-grid--2 .grid__header label:nth-child(4):before,.add-list-grid--3 .grid__row .grid__item:nth-child(4) label:before,.add-list-grid--3 .grid__header label:nth-child(4):before,.add-list-grid--4 .grid__row .grid__item:nth-child(4) label:before,.add-list-grid--4 .grid__header label:nth-child(4):before,.add-list-grid--5 .grid__row .grid__item:nth-child(4) label:before,.add-list-grid--5 .grid__header label:nth-child(4):before,.add-list-grid--6 .grid__row .grid__item:nth-child(4) label:before,.add-list-grid--6 .grid__header label:nth-child(4):before{content:var(--label-4)}.add-list-grid--1 .grid__row .grid__item:nth-child(5) label:before,.add-list-grid--1 .grid__header label:nth-child(5):before,.add-list-grid--2 .grid__row .grid__item:nth-child(5) label:before,.add-list-grid--2 .grid__header label:nth-child(5):before,.add-list-grid--3 .grid__row .grid__item:nth-child(5) label:before,.add-list-grid--3 .grid__header label:nth-child(5):before,.add-list-grid--4 .grid__row .grid__item:nth-child(5) label:before,.add-list-grid--4 .grid__header label:nth-child(5):before,.add-list-grid--5 .grid__row .grid__item:nth-child(5) label:before,.add-list-grid--5 .grid__header label:nth-child(5):before,.add-list-grid--6 .grid__row .grid__item:nth-child(5) label:before,.add-list-grid--6 .grid__header label:nth-child(5):before{content:var(--label-5)}.add-list-grid--1 .grid__header,.add-list-grid--2 .grid__header,.add-list-grid--3 .grid__header,.add-list-grid--4 .grid__header,.add-list-grid--5 .grid__header,.add-list-grid--6 .grid__header{position:sticky;top:0;z-index:1;background:var(--color-bg)}.add-list-grid--1 .grid__row .grid__item label:not(.ignore-for-add-list-grid),.add-list-grid--2 .grid__row .grid__item label:not(.ignore-for-add-list-grid),.add-list-grid--3 .grid__row .grid__item label:not(.ignore-for-add-list-grid),.add-list-grid--4 .grid__row .grid__item label:not(.ignore-for-add-list-grid),.add-list-grid--5 .grid__row .grid__item label:not(.ignore-for-add-list-grid),.add-list-grid--6 .grid__row .grid__item label:not(.ignore-for-add-list-grid){display:none}.add-list-grid--1 .grid__row .grid__item:last-child,.add-list-grid--2 .grid__row .grid__item:last-child,.add-list-grid--3 .grid__row .grid__item:last-child,.add-list-grid--4 .grid__row .grid__item:last-child,.add-list-grid--5 .grid__row .grid__item:last-child,.add-list-grid--6 .grid__row .grid__item:last-child{display:flex;align-items:start;padding-top:.25rem}@container (max-width: 1000px){.add-list-grid--3 .grid__header,.add-list-grid--4 .grid__header,.add-list-grid--5 .grid__header,.add-list-grid--6 .grid__header{display:none}.add-list-grid--3 .grid__row,.add-list-grid--4 .grid__row,.add-list-grid--5 .grid__row,.add-list-grid--6 .grid__row{margin-top:1rem;position:relative;padding:1rem;border-radius:4px;border:1px solid var(--color-stroke);background:var(--color-light-gray);grid-template-columns:repeat(1,minmax(0,1fr))!important}.add-list-grid--3 .grid__row .grid__item label:not(.ignore-for-add-list-grid),.add-list-grid--4 .grid__row .grid__item label:not(.ignore-for-add-list-grid),.add-list-grid--5 .grid__row .grid__item label:not(.ignore-for-add-list-grid),.add-list-grid--6 .grid__row .grid__item label:not(.ignore-for-add-list-grid){display:block}.add-list-grid--3 .grid__row .grid__item:last-child,.add-list-grid--4 .grid__row .grid__item:last-child,.add-list-grid--5 .grid__row .grid__item:last-child,.add-list-grid--6 .grid__row .grid__item:last-child{position:absolute;right:-.5rem;top:-.5rem}}@container (max-width: 450px){.add-list-grid--2 .grid__header{display:none}.add-list-grid--2 .grid__row{margin-top:1rem;position:relative;padding:1rem;border-radius:4px;border:1px solid var(--color-stroke);background:var(--color-light-gray);grid-template-columns:repeat(1,minmax(0,1fr))!important}.add-list-grid--2 .grid__row .grid__item label:not(.ignore-for-add-list-grid){display:block}.add-list-grid--2 .grid__row .grid__item:last-child{position:absolute;right:-.5rem;top:-.5rem}}.add-list-grid--1>.grid__row,.add-list-grid--1>.grid__header{grid-template-columns:1fr}.add-list-grid--2>.grid__row,.add-list-grid--2>.grid__header{grid-template-columns:minmax(0,1fr) max-content}.add-list-grid--3>.grid__row,.add-list-grid--3>.grid__header{grid-template-columns:minmax(0,1fr) minmax(0,1fr) max-content}.add-list-grid--4>.grid__row,.add-list-grid--4>.grid__header{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) max-content}.add-list-grid--5>.grid__row,.add-list-grid--5>.grid__header{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) max-content}.add-list-grid--6>.grid__row,.add-list-grid--6>.grid__header{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) max-content}@media (max-width: 1280px){*{font-size:12px}}@media (max-width: 800px){.layout-wrap{flex-direction:column}.layout-wrap>.page-wrap{padding:1rem;margin-top:var(--burger-height)}.grid--1,.grid--2,.grid--3{max-width:100%}.form{max-width:100%;padding:1rem}.page-title-box{padding-bottom:1rem}}
