.select-suggestion{height:-webkit-min-content;height:-moz-min-content;height:min-content}.select-suggestion .btn-outline-danger:hover{color:#fff}[dir] .select-suggestion .btn-outline-danger:hover{background-color:#dc3545;border-color:#dc3545}.select-suggestion .btn-outline-danger:hover svg{color:#fff}.clear-button-side{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:38px;height:38px;transition:all .2s ease}[dir] .clear-button-side{border:1px solid #d1d5db;background:#fff;cursor:pointer;-webkit-transition:all .2s ease}[dir] .clear-button-side:hover{border-color:#ef4444;background-color:#fef2f2}.clear-button-side svg{width:16px;height:16px;transition:color .2s ease}[dir] .clear-button-side svg{-webkit-transition:color .2s ease}.clear-button-side:hover svg{color:#ef4444!important}.select-suggestion .vs-select .vs-select__clear,.select-suggestion .vs-select .vs__clear{display:none!important}@-webkit-keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}}@keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}}@-webkit-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);transform:scale(1)}}.dropzone,.dropzone *{-webkit-box-sizing:border-box;box-sizing:border-box}.dropzone{min-height:150px}[dir] .dropzone{border:2px solid rgba(0,0,0,.3);background:#fff;padding:20px 20px}[dir] .dropzone.dz-clickable{cursor:pointer}[dir] .dropzone.dz-clickable *{cursor:default}[dir] .dropzone.dz-clickable .dz-message,[dir] .dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}[dir] .dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}[dir] .dropzone .dz-message{text-align:center;margin:2em 0}.dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;min-height:100px}[dir] .dropzone .dz-preview{margin:16px}.dropzone .dz-preview:hover{z-index:1000}[dir] .dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(180deg,#eee,#ddd)}[dir=ltr] .dropzone .dz-preview.dz-file-preview .dz-image{background:-webkit-gradient(linear,left top,left bottom,from(#eee),to(#ddd))}[dir=rtl] .dropzone .dz-preview.dz-file-preview .dz-image{background:-webkit-gradient(linear,right top,right bottom,from(#eee),to(#ddd))}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}[dir] .dropzone .dz-preview.dz-image-preview{background:#fff}.dropzone .dz-preview.dz-image-preview .dz-details{transition:opacity .2s linear}[dir] .dropzone .dz-preview.dz-image-preview .dz-details{-webkit-transition:opacity .2s linear}.dropzone .dz-preview .dz-remove{font-size:14px;display:block}[dir] .dropzone .dz-preview .dz-remove{text-align:center;cursor:pointer;border:none}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;color:rgba(0,0,0,.9);line-height:150%}[dir] .dropzone .dz-preview .dz-details{padding:2em 1em;text-align:center}[dir=ltr] .dropzone .dz-preview .dz-details{left:0}[dir=rtl] .dropzone .dz-preview .dz-details{right:0}.dropzone .dz-preview .dz-details .dz-size{font-size:16px}[dir] .dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}[dir] .dropzone .dz-preview .dz-details .dz-filename:hover span{border:1px solid hsla(0,0%,78.4%,.8);background-color:hsla(0,0%,100%,.8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}[dir] .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}[dir] .dropzone .dz-preview .dz-details .dz-filename span,[dir] .dropzone .dz-preview .dz-details .dz-size span{background-color:hsla(0,0%,100%,.4);padding:0 .4em;border-radius:3px}.dropzone .dz-preview:hover .dz-image img{-webkit-transform:scale(1.05);-webkit-filter:blur(8px);filter:blur(8px)}[dir] .dropzone .dz-preview:hover .dz-image img{transform:scale(1.05)}.dropzone .dz-preview .dz-image{overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10}[dir] .dropzone .dz-preview .dz-image{border-radius:20px}.dropzone .dz-preview .dz-image img{display:block}[dir=ltr] .dropzone .dz-preview.dz-success .dz-success-mark,[dir=rtl] .dropzone .dz-preview.dz-success .dz-success-mark{-webkit-animation:passing-through 3s cubic-bezier(.77,0,.175,1);animation:passing-through 3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1}[dir=ltr] .dropzone .dz-preview.dz-error .dz-error-mark,[dir=rtl] .dropzone .dz-preview.dz-error .dz-error-mark{-webkit-animation:slide-in 3s cubic-bezier(.77,0,.175,1);animation:slide-in 3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%}[dir] .dropzone .dz-preview .dz-error-mark,[dir] .dropzone .dz-preview .dz-success-mark{margin-top:-27px}[dir=ltr] .dropzone .dz-preview .dz-error-mark,[dir=ltr] .dropzone .dz-preview .dz-success-mark{left:50%;margin-left:-27px}[dir=rtl] .dropzone .dz-preview .dz-error-mark,[dir=rtl] .dropzone .dz-preview .dz-success-mark{right:50%;margin-right:-27px}.dropzone .dz-preview .dz-error-mark svg,.dropzone .dz-preview .dz-success-mark svg{display:block;width:54px;height:54px}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;transition:all .2s linear}[dir] .dropzone .dz-preview.dz-processing .dz-progress{-webkit-transition:all .2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;transition:opacity .4s ease-in}[dir] .dropzone .dz-preview.dz-complete .dz-progress{-webkit-transition:opacity .4s ease-in}[dir=ltr] .dropzone .dz-preview:not(.dz-processing) .dz-progress,[dir=rtl] .dropzone .dz-preview:not(.dz-processing) .dz-progress{-webkit-animation:pulse 6s ease infinite;animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:16px;top:50%;width:80px;-webkit-transform:scale(1);overflow:hidden}[dir] .dropzone .dz-preview .dz-progress{margin-top:-8px;background:hsla(0,0%,100%,.9);border-radius:8px}[dir=ltr] .dropzone .dz-preview .dz-progress{left:50%;margin-left:-40px}[dir=rtl] .dropzone .dz-preview .dz-progress{right:50%;margin-right:-40px}.dropzone .dz-preview .dz-progress .dz-upload{position:absolute;top:0;bottom:0;width:0;transition:width .3s ease-in-out}[dir] .dropzone .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(180deg,#666,#444);-webkit-transition:width .3s ease-in-out}[dir=ltr] .dropzone .dz-preview .dz-progress .dz-upload{background:-webkit-gradient(linear,left top,left bottom,from(#666),to(#444));left:0}[dir=rtl] .dropzone .dz-preview .dz-progress .dz-upload{background:-webkit-gradient(linear,right top,right bottom,from(#666),to(#444));right:0}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;transition:opacity .3s ease;font-size:13px;top:130px;width:140px;color:#fff}[dir] .dropzone .dz-preview .dz-error-message{-webkit-transition:opacity .3s ease;border-radius:8px;background:#be2626;background:linear-gradient(180deg,#be2626,#a92222);padding:.5em 1.2em}[dir=ltr] .dropzone .dz-preview .dz-error-message{left:-10px;background:-webkit-gradient(linear,left top,left bottom,from(#be2626),to(#a92222))}[dir=rtl] .dropzone .dz-preview .dz-error-message{right:-10px;background:-webkit-gradient(linear,right top,right bottom,from(#be2626),to(#a92222))}.dropzone .dz-preview .dz-error-message:after{content:"";position:absolute;top:-6px;width:0;height:0}[dir] .dropzone .dz-preview .dz-error-message:after{border-bottom:6px solid #be2626}[dir=ltr] .dropzone .dz-preview .dz-error-message:after{left:64px;border-left:6px solid transparent;border-right:6px solid transparent}[dir=rtl] .dropzone .dz-preview .dz-error-message:after{right:64px;border-right:6px solid transparent;border-left:6px solid transparent}.vue-dropzone{font-family:Arial,sans-serif;letter-spacing:.2px;color:#777;transition:.2s linear}[dir] .vue-dropzone{border:2px solid #e5e5e5;-webkit-transition:.2s linear}[dir] .vue-dropzone:hover{background-color:#f6f6f6}.vue-dropzone>i{color:#ccc}.vue-dropzone>.dz-preview .dz-image{width:100%;height:100%}[dir] .vue-dropzone>.dz-preview .dz-image{border-radius:0}.vue-dropzone>.dz-preview .dz-image img:not([src]){width:200px;height:200px}.vue-dropzone>.dz-preview .dz-image:hover img{-webkit-transform:none;-webkit-filter:none}[dir] .vue-dropzone>.dz-preview .dz-image:hover img{transform:none}.vue-dropzone>.dz-preview .dz-details{bottom:0;top:0;color:#fff;transition:opacity .2s linear}[dir] .vue-dropzone>.dz-preview .dz-details{background-color:rgba(33,150,243,.8);-webkit-transition:opacity .2s linear}[dir=ltr] .vue-dropzone>.dz-preview .dz-details{text-align:left}[dir=rtl] .vue-dropzone>.dz-preview .dz-details{text-align:right}.vue-dropzone>.dz-preview .dz-details .dz-filename{overflow:hidden}[dir] .vue-dropzone>.dz-preview .dz-details .dz-filename span,[dir] .vue-dropzone>.dz-preview .dz-details .dz-size span{background-color:transparent}[dir] .vue-dropzone>.dz-preview .dz-details .dz-filename:not(:hover) span{border:none}[dir] .vue-dropzone>.dz-preview .dz-details .dz-filename:hover span{background-color:transparent;border:none}[dir] .vue-dropzone>.dz-preview .dz-progress .dz-upload{background:#ccc}.vue-dropzone>.dz-preview .dz-remove{position:absolute;z-index:30;color:#fff;top:inherit;bottom:15px;text-decoration:none;text-transform:uppercase;font-size:.8rem;font-weight:800;letter-spacing:1.1px;opacity:0}[dir] .vue-dropzone>.dz-preview .dz-remove{padding:10px;border:2px solid #fff}[dir=ltr] .vue-dropzone>.dz-preview .dz-remove{margin-left:15px}[dir=rtl] .vue-dropzone>.dz-preview .dz-remove{margin-right:15px}.vue-dropzone>.dz-preview:hover .dz-remove{opacity:1}.vue-dropzone>.dz-preview .dz-error-mark,.vue-dropzone>.dz-preview .dz-success-mark{width:100%;top:35%}[dir] .vue-dropzone>.dz-preview .dz-error-mark,[dir] .vue-dropzone>.dz-preview .dz-success-mark{margin-top:auto}[dir=ltr] .vue-dropzone>.dz-preview .dz-error-mark,[dir=ltr] .vue-dropzone>.dz-preview .dz-success-mark{margin-left:auto;left:0}[dir=rtl] .vue-dropzone>.dz-preview .dz-error-mark,[dir=rtl] .vue-dropzone>.dz-preview .dz-success-mark{margin-right:auto;right:0}[dir=ltr] .vue-dropzone>.dz-preview .dz-error-mark svg,[dir=ltr] .vue-dropzone>.dz-preview .dz-success-mark svg,[dir=rtl] .vue-dropzone>.dz-preview .dz-error-mark svg,[dir=rtl] .vue-dropzone>.dz-preview .dz-success-mark svg{margin-left:auto;margin-right:auto}.vue-dropzone>.dz-preview .dz-error-message{width:100%}[dir] .vue-dropzone>.dz-preview .dz-error-message{text-align:center}[dir=ltr] .vue-dropzone>.dz-preview .dz-error-message{margin-left:auto;margin-right:auto;left:0}[dir=rtl] .vue-dropzone>.dz-preview .dz-error-message{margin-right:auto;margin-left:auto;right:0}.vue-dropzone>.dz-preview .dz-error-message:after{display:none}.vue-tags-input{max-width:100%!important}.zfix{z-index:900}.tag-suggestion{height:-webkit-min-content;height:-moz-min-content;height:min-content}[dir] .tag-suggestion .ti-selected-item,[dir] .tag-suggestion .ti-tag{background-color:#156440}[dir] .ti-input-border-primary .ti-input{border-color:#156440}[data-v-11c8abac] .vs-popup{width:300px!important;height:400px!important}[data-v-11c8abac] .vs-popup--content{overflow:unset!important}div._content-media-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:.5rem;gap:.5rem}[dir] div._content-media-list{padding-bottom:1.5rem}[dir] ._content-media-item{border-width:1px;border-radius:.375rem}._content-media-text{width:100%}[dir] ._content-media-text{padding:.5rem}[dir=ltr] ._content-media-text{border-width:0 0 0 2px}[dir=rtl] ._content-media-text{border-width:0 2px 0 0}[dir] ._content-media-expansion{border-width:1px 0 0 0}._content-media-expansion img{max-height:500px}._content-media-expansion,._content-media-item,._content-media-text{min-height:50px}[dir] ._content-media-expansion,[dir] ._content-media-item,[dir] ._content-media-text{border-style:solid;border-color:#dae1e7}[dir] ._content-media-expansion.active-border:hover,[dir] ._content-media-item.active-border:hover,[dir] ._content-media-text.active-border:hover{border-color:#156440}._content-media-icon{height:5rem;min-width:5rem}._content-media-action{min-width:3rem}[dir=ltr] ._content-media-action{margin-left:auto}[dir=rtl] ._content-media-action{margin-right:auto}[dir] ._content-media-action>div.flex>*{cursor:pointer}._content-media-subtitle,._content-media-title{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;height:50%}._content-media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}._content-media-thumbnail img{max-width:5rem;max-height:5rem;-o-object-fit:contain;object-fit:contain}.card-code pre[class*=language-][data-v-053d6f3c]{max-height:350px}[dir] .card-code pre[class*=language-][data-v-053d6f3c]{margin:0;border-radius:.5rem}.card-code[data-v-053d6f3c] ::-webkit-scrollbar{width:8px;height:8px}[dir] .card-code[data-v-053d6f3c] ::-webkit-scrollbar{background:#2d2d2d;border-radius:100%}[dir] .dark-layout .card-code[data-v-053d6f3c] ::-webkit-scrollbar{background-color:#161d31!important}[dir] .card-code[data-v-053d6f3c] ::-webkit-scrollbar-track{background:transparent}[dir] .card-code[data-v-053d6f3c] ::-webkit-scrollbar-thumb{border-radius:.5rem;background:hsla(0,0%,94.5%,.4)}.card-code[data-v-053d6f3c] ::-webkit-scrollbar-corner{display:none}[dir] .code-toggler[data-v-053d6f3c]{border-bottom:1px solid transparent}[dir] .code-toggler[aria-expanded=false][data-v-053d6f3c]{border-bottom-color:#156440}.card .card-header .heading-elements[data-v-053d6f3c]{position:static}[dir] .card .card-header .heading-elements[data-v-053d6f3c]{background:red}[dir] .simple-editor.simple-content p{margin-bottom:0}.simple-editor.simple-content ul{list-style-type:disc}[dir=ltr] .simple-editor.simple-content ul{padding-left:2rem}[dir=rtl] .simple-editor.simple-content ul{padding-right:2rem}.simple-editor.simple-content s{text-decoration:line-through}.simple-editor-disabled{min-height:3.5em}[dir] .simple-editor-disabled{padding:.438rem 1rem;background-color:hsla(0,0%,95.7%,.4588235294117647);background-clip:padding-box;border:1px solid #d8d6de;border-radius:.357rem}.sca-simple-editor{--bg-opacity:1;--border-opacity:1;-webkit-box-shadow:0 2px 8px 0 rgba(0,0,0,.14)}[dir] .sca-simple-editor{background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));border-width:1px;border-radius:.25rem;border-color:#b8c2cc;border-color:rgba(184,194,204,var(--border-opacity));border-style:solid;box-shadow:0 2px 8px 0 rgba(0,0,0,.14)}.sca-simple-editor .menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;grid-gap:.5rem;gap:.5rem;--border-opacity:1}[dir] .sca-simple-editor .menu{border-color:#b8c2cc;border-color:rgba(184,194,204,var(--border-opacity));border-top-width:0;border-bottom-width:1px;border-style:solid;padding-top:.25rem;padding-bottom:.25rem}[dir=ltr] .sca-simple-editor .menu,[dir=rtl] .sca-simple-editor .menu{border-right-width:0;border-left-width:0;padding-left:.5rem;padding-right:.5rem}.sca-simple-editor .menu .menu-option{-webkit-box-shadow:0 2px 8px 0 rgba(0,0,0,.14);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[dir] .sca-simple-editor .menu .menu-option{box-shadow:0 2px 8px 0 rgba(0,0,0,.14);padding:.25rem;border-radius:.25rem;cursor:pointer}.sca-simple-editor .menu .menu-option.is-active{--bg-opacity:1;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}[dir] .sca-simple-editor .menu .menu-option.is-active{background-color:#22292f;background-color:rgba(34,41,47,var(--bg-opacity))}.sca-simple-editor .simple-content{height:100%;min-height:100px;max-height:200px;overflow-y:scroll;overflow-x:hidden}[dir] .sca-simple-editor .simple-content{padding-top:.5rem;margin-bottom:.25rem}[dir=ltr] .sca-simple-editor .simple-content{padding-left:.5rem;padding-right:.5rem;margin-left:0}[dir=rtl] .sca-simple-editor .simple-content{padding-right:.5rem;padding-left:.5rem;margin-right:0}.sca-simple-editor .simple-content .ProseMirror{min-height:100px;max-height:200px}[dir] .simple-editor.simple-content p[data-v-793d835c]{margin-bottom:0}.simple-editor.simple-content ul[data-v-793d835c]{list-style-type:disc}[dir=ltr] .simple-editor.simple-content ul[data-v-793d835c]{padding-left:2rem}[dir=rtl] .simple-editor.simple-content ul[data-v-793d835c]{padding-right:2rem}.simple-editor.simple-content s[data-v-793d835c]{text-decoration:line-through}.simple-editor-disabled[data-v-793d835c]{min-height:3.5em}[dir] .simple-editor-disabled[data-v-793d835c]{padding:.438rem 1rem;background-color:hsla(0,0%,95.7%,.4588235294117647);background-clip:padding-box;border:1px solid #d8d6de;border-radius:.357rem}[data-v-0ba7a3f4] .vs-popup,[data-v-793d835c] .vs-popup,[data-v-f92b0b10] .vs-popup{width:800px!important}