fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 12px 0;padding-right:30px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::-webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}.dialog-overlay[data-v-660e0d32]{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center}.dialog-content[data-v-660e0d32]{background:#fff;padding:20px;border-radius:8px}.multiselect[data-v-660e0d32]{width:100%}.dialog-overlay[data-v-bb7ac8aa]{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center}.dialog-content[data-v-bb7ac8aa]{background:#fff;padding:20px;border-radius:8px}.images-container[data-v-bb7ac8aa]{display:flex;flex-wrap:wrap;gap:10px}.images-container img[data-v-bb7ac8aa]{cursor:pointer;border:2px solid transparent}.images-container img[data-v-bb7ac8aa]:hover{border-color:#007bff}.image-block[data-v-bb7ac8aa]{display:inline-block;margin:2.5px}.image-block img[data-v-bb7ac8aa]{max-width:150px;max-height:150px}.selected[data-v-bb7ac8aa]{border:2px solid #000}.dialog-overlay[data-v-208f7992]{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center}.dialog-content[data-v-208f7992]{background:#fff;padding:20px;border-radius:8px}.multiselect[data-v-208f7992]{width:100%}.display-options label[data-v-208f7992]{display:block}.dialog-overlay[data-v-577814c6]{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center}.dialog-content[data-v-577814c6]{background:#fff;padding:20px;border-radius:8px}.multiselect[data-v-577814c6]{width:100%}.image-block[data-v-577814c6]{display:inline-block;margin:2.5px}.selected[data-v-577814c6]{border:1px solid #000}.display-options label[data-v-577814c6]{display:block}.modal[data-v-7d73fa71]{display:flex;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.4)}.modal-content[data-v-7d73fa71]{background-color:#fefefe;margin:auto;padding:20px;border:1px solid #888}.close[data-v-7d73fa71]{color:#aaa;float:right;font-size:28px;font-weight:700}.close[data-v-7d73fa71]:focus,.close[data-v-7d73fa71]:hover{color:#000;text-decoration:none;cursor:pointer}.modal[data-v-c200d490]{display:flex;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.4)}.modal-content[data-v-c200d490]{background-color:#fefefe;margin:auto;padding:20px;border:1px solid #888}.close[data-v-c200d490]{color:#aaa;float:right;font-size:28px;font-weight:700}.close[data-v-c200d490]:focus,.close[data-v-c200d490]:hover{color:#000;text-decoration:none;cursor:pointer}.dialog-overlay[data-v-1dd5c408]{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center}.dialog-content[data-v-1dd5c408]{background:#fff;padding:20px;border-radius:8px}.multiselect[data-v-1dd5c408]{width:100%}.display-options label[data-v-1dd5c408]{display:block}.edit-pages[data-v-35f9b467]{width:100%;margin:auto}#page-select[data-v-35f9b467]{margin-bottom:20px}.toolbar[data-v-35f9b467]{margin-bottom:10px}.toolbar button[data-v-35f9b467]{margin-right:5px}.table-toolbar[data-v-35f9b467]{margin-bottom:10px}.table-toolbar button[data-v-35f9b467]{margin-right:5px}.additional-toolbar[data-v-35f9b467]{margin-bottom:10px}.additional-toolbar button[data-v-35f9b467]{margin-right:5px}.ql-container[data-v-35f9b467],.ql-editor[data-v-35f9b467]{background-color:#fff!important}.edit-pages div>button[data-v-35f9b467]{border:none;padding:.25em;margin:2px}.button-icon[data-v-35f9b467]{background-image:url(data:image/png;base64,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);background-position:0 0;background-size:10px 24px;background-repeat:no-repeat;width:24px;height:24px}.delete-icon[data-v-35f9b467]{fill:red}.align-top[data-v-35f9b467]{vertical-align:top}