File: //home/turkishi/www/wp-content/plugins/learnpress/assets/dist/js/admin/edit-quiz.min.js
(()=>{var e={345:(e,t,o)=>{"use strict";o.d(t,{f:()=>h});var n=o(4223),s=o(2603),i=o(8465),a=o.n(i),r=o(246);const l="edit-question";let c,d,u,p;class h{static selectors={elEditQuestionWrap:".lp-edit-question-wrap",elQuestionEditMain:".lp-question-edit-main",elQuestionToggleAll:".lp-question-toggle-all",elEditListQuestions:".lp-edit-list-questions",elQuestionToggle:".lp-question-toggle",elBtnShowPopupItemsToSelect:".lp-btn-show-popup-items-to-select",elPopupItemsToSelectClone:".lp-popup-items-to-select.clone",elBtnAddQuestion:".lp-btn-add-question",elBtnRemoveQuestion:".lp-btn-remove-question",elBtnUpdateQuestionTitle:".lp-btn-update-question-title",elBtnUpdateQuestionDes:".lp-btn-update-question-des",elBtnUpdateQuestionHint:".lp-btn-update-question-hint",elBtnUpdateQuestionExplain:".lp-btn-update-question-explanation",elQuestionTitleNewInput:".lp-question-title-new-input",elQuestionTitleInput:".lp-question-title-input",elQuestionTypeLabel:".lp-question-type-label",elQuestionTypeNew:".lp-question-type-new",elAddNewQuestion:"add-new-question",elQuestionClone:".lp-question-item.clone",elAnswersConfig:".lp-answers-config",elBtnAddAnswer:".lp-btn-add-question-answer",elQuestionAnswerItemAddNew:".lp-question-answer-item-add-new",elQuestionAnswerTitleNewInput:".lp-question-answer-title-new-input",elQuestionAnswerTitleInput:".lp-question-answer-title-input",elBtnDeleteAnswer:".lp-btn-delete-question-answer",elQuestionByType:".lp-question-by-type",elInputAnswerSetTrue:".lp-input-answer-set-true",elQuestionAnswerItem:".lp-question-answer-item",elBtnUpdateQuestionAnswer:".lp-btn-update-question-answer",elBtnFibInsertBlank:".lp-btn-fib-insert-blank",elBtnFibDeleteAllBlanks:".lp-btn-fib-delete-all-blanks",elBtnFibSaveContent:".lp-btn-fib-save-content",elBtnFibClearAllContent:".lp-btn-fib-clear-all-content",elFibOptionTitleInput:".lp-question-fib-option-title-input",elFibBlankOptions:".lp-question-fib-blank-options",elFibBlankOptionItem:".lp-question-fib-blank-option-item",elFibBlankOptionItemClone:".lp-question-fib-blank-option-item.clone",elFibBlankOptionIndex:".lp-question-fib-option-index",elBtnFibOptionDelete:".lp-btn-fib-option-delete",elFibOptionMatchCaseWrap:".lp-question-fib-option-match-case-wrap",elFibOptionMatchCaseInput:".lp-question-fib-option-match-case-input",elQuestionFibOptionDetail:".lp-question-fib-option-detail",elFibOptionComparisonInput:".lp-question-fib-option-comparison-input",elAutoSaveFib:".lp-auto-save-fib",LPTarget:".lp-target",elCollapse:"lp-collapse",elSectionToggle:".lp-section-toggle",elTriggerToggle:".lp-trigger-toggle",elAutoSaveQuestion:".lp-auto-save-question",elAutoSaveAnswer:".lp-auto-save-question-answer",elQuestionFibInput:"lp-question-fib-input",elBtnQuestionCreateType:".lp-btn-question-create-type"};constructor(){}init(){this.events(),this.initTinyMCE().then()}events(){h._loadedEvents||(h._loadedEvents=!0,document.querySelectorAll(`${h.selectors.elQuestionEditMain}`).forEach(e=>{this.sortAbleQuestionAnswer(e)}),n.eventHandlers("click",[{selector:h.selectors.elBtnQuestionCreateType,callBack:this.createQuestionType.name,class:this},{selector:h.selectors.elBtnAddAnswer,callBack:this.addQuestionAnswer.name,class:this},{selector:h.selectors.elBtnDeleteAnswer,callBack:this.deleteQuestionAnswer.name,class:this},{selector:h.selectors.elBtnFibInsertBlank,callBack:this.fibInsertBlank.name,class:this},{selector:h.selectors.elBtnFibDeleteAllBlanks,callBack:this.fibDeleteAllBlanks.name,class:this},{selector:h.selectors.elBtnFibSaveContent,callBack:this.fibSaveContent.name,class:this},{selector:h.selectors.elBtnFibClearAllContent,callBack:this.fibClearContent.name,class:this},{selector:h.selectors.elBtnFibOptionDelete,callBack:this.fibDeleteBlank.name,class:this},{selector:h.selectors.elFibOptionMatchCaseInput,callBack:this.fibShowHideMatchCaseOption.name,class:this},{selector:h.selectors.elFibOptionComparisonInput,callBack:e=>{const{e:t,target:o}=e;o.closest(`${h.selectors.elQuestionEditMain}`).querySelector(`${h.selectors.elBtnFibSaveContent}`).click()}}]),document.addEventListener("click",e=>{const t=e.target;n.toggleCollapse(e,t,h.selectors.elTriggerToggle)}),n.eventHandlers("keyup",[{selector:h.selectors.elQuestionAnswerTitleNewInput,callBack:this.checkCanAddAnswer.name,class:this},{selector:h.selectors.elFibOptionTitleInput,callBack:this.fibOptionTitleInputChange.name,class:this},{selector:h.selectors.elAutoSaveQuestion,callBack:this.autoUpdateQuestion.name,class:this}]),n.eventHandlers("keydown",[{selector:h.selectors.elQuestionAnswerTitleNewInput,callBack:this.addQuestionAnswer.name,class:this,checkIsEventEnter:!0}]),n.eventHandlers("change",[{selector:h.selectors.elAutoSaveAnswer,callBack:this.autoUpdateAnswer.name,class:this}]))}async initTinyMCE(){document.querySelectorAll(".lp-editor-tinymce").forEach(e=>{const t=e.id;this.reInitTinymce(t)})}reInitTinymce(e){window.tinymce.execCommand("mceRemoveEditor",!0,e),window.tinymce.execCommand("mceAddEditor",!0,e),this.eventEditorTinymce(e);const t=document.querySelector(`#wp-${e}-wrap`);t&&(t.classList.add("tmce-active"),t.classList.remove("html-active"))}eventEditorTinymce(e){const t=window.tinymce.get(e),o=document.getElementById(e);o.closest(`${h.selectors.elQuestionEditMain}`).dataset.questionId,t.settings.force_p_newlines=!1,t.settings.forced_root_block="",t.settings.force_br_newlines=!0,t.settings.relative_urls=!1,t.settings.remove_script_host=!1,t.settings.convert_urls=!0,t.settings.document_base_url=lpData.site_url,t.on("change",e=>{o.value=t.getContent(),this.autoUpdateQuestion({e,target:o})}),t.on("keyup",e=>{o.value=t.getContent(),this.autoUpdateQuestion({e,target:o})}),t.on("blur",e=>{}),t.on("focusin",e=>{}),t.on("init",()=>{t.dom.addStyle(`\n\t\t\t\tbody {\n\t\t\t\t\tline-height: 2.2 !important;\n\t\t\t\t}\n\t\t\t\t.${h.selectors.elQuestionFibInput} {\n\t\t\t\t\tborder: 1px dashed rebeccapurple;\n\t\t\t\t\tpadding: 5px;\n\t\t\t\t}\n\t\t\t`)}),t.on("setcontent",e=>{const o=this.randomString(),n=t.dom.select(`.${h.selectors.elQuestionFibInput}[data-id="${o}"]`);n[0]&&n[0].focus(),t.dom.bind(n[0],"input",function(e){})}),t.on("selectionchange",o=>{if(c=t.selection,c.getNode().classList.contains(`${h.selectors.elQuestionFibInput}`)){const o=c.getNode().dataset.id,s=c.getNode().textContent.trim();if(0===s.length){const e=t.id.replace(`${h.selectors.elQuestionFibInput}-`,""),s=document.querySelector(`${h.selectors.elQuestionEditMain}[data-question-id="${e}"]`).querySelector(`${h.selectors.elFibBlankOptions}`).querySelector(`${h.selectors.elFibBlankOptionItem}[data-id="${o}"]`);s&&n.lpShowHideEl(s,0)}else{const t=document.getElementById(e).closest(`${h.selectors.elAnswersConfig}`).querySelector(`${h.selectors.elFibBlankOptionItem}[data-id="${o}"]`);if(t){const e=t.querySelector(`${h.selectors.elFibOptionTitleInput}`);e&&(e.value=s)}}}}),t.on("Undo",function(e){t.getContent();const o=t.selection.getNode();if(o.classList.contains(`${h.selectors.elQuestionFibInput}`)){const e=o.dataset.id,t=document.querySelector(`${h.selectors.elFibBlankOptionItem}[data-id="${e}"]`);t&&n.lpShowHideEl(t,1)}}),t.on("Redo",function(e){})}autoUpdateQuestion(e){let{e:t,target:o,key:n,value:i}=e;const a=o.closest(`${h.selectors.elAutoSaveQuestion}`);if(!a)return;const r=a.closest(`${h.selectors.elQuestionEditMain}`).dataset.questionId;clearTimeout(p),p=setTimeout(()=>{const e={success:e=>{const{message:t,status:o}=e;if("success"!==o)throw`Error: ${t}`;s.W(t,o)},error:e=>{s.W(e,"error")},completed:()=>{}},t={action:"update_question",question_id:r,args:{id_url:l}};if(void 0===n){if(n=a.dataset.keyAutoSave,!n){if(!a.classList.contains("lp-editor-tinymce"))return;const e=a.id;if(n=e.replace(/lp-/g,"").replace(`-${r}`,"").replace(/-/g,"_"),!n)return}i=a.value}t[n]=i,window.lpAJAXG.fetchAJAX(t,e)},700)}createQuestionType(e){const{e:t,target:o}=e,n=o.closest(`${h.selectors.elBtnQuestionCreateType}`);if(!n)return;const i=n.closest(`${h.selectors.elQuestionEditMain}`);if(!i)return;const a=i.dataset.questionId,r=i.querySelector(`${h.selectors.elQuestionTypeNew}`);if(!r)return;const c=r.value.trim();if(!c){const e=r.dataset.messEmptyType;return void s.W(e,"error")}const d={success:e=>{const{message:t,status:o,data:n}=e;if("success"!==o)throw`Error: ${t}`;{const{html_option_answers:e}=n;i.querySelector(`${h.selectors.elAnswersConfig}`).outerHTML=e,this.initTinyMCE(),this.sortAbleQuestionAnswer(i),s.W(t,o)}},error:e=>{s.W(e,"error")},completed:()=>{}},u={action:"update_question",question_id:a,question_type:c,args:{id_url:l}};window.lpAJAXG.fetchAJAX(u,d)}addQuestionAnswer(e){const{e:t,target:o}=e,i=o.closest(`${h.selectors.elQuestionAnswerItemAddNew}`);if(!i)return;t.preventDefault();const a=i.querySelector(`${h.selectors.elQuestionAnswerTitleNewInput}`);if(!a.value.trim()){const e=a.dataset.messEmptyTitle;return void s.W(e,"error")}const r=o.closest(`${h.selectors.elQuestionEditMain}`),c=r.querySelector(`${h.selectors.elQuestionAnswerItem}.clone`),d=c.cloneNode(!0),u=d.querySelector(`${h.selectors.elQuestionAnswerTitleInput}`);d.classList.remove("clone"),n.lpShowHideEl(d,1),n.lpSetLoadingEl(d,1),c.insertAdjacentElement("beforebegin",d);const p=a.value.trim();u.value=p,a.value="";const m={success:e=>{const{message:t,status:o,data:i}=e;if("success"!==o)throw`Error: ${t}`;{const{question_answer:e}=i;d.dataset.answerId=e.question_answer_id,n.lpSetLoadingEl(d,0);const t=this.getDataAnswersConfig(r);t.push(e),this.setDataAnswersConfig(r,t)}s.W(t,o)},error:e=>{d.remove(),s.W(e,"error")},completed:()=>{this.checkCanAddAnswer(null,a)}},w={action:"add_question_answer",question_id:r.dataset.questionId,answer_title:p,args:{id_url:l}};window.lpAJAXG.fetchAJAX(w,m)}checkCanAddAnswer(e){const{e:t,target:o}=e,n=o.closest(h.selectors.elQuestionAnswerTitleNewInput);if(!n)return;const s=n.closest(`${h.selectors.elQuestionAnswerItemAddNew}`);if(!s)return;const i=s.querySelector(`${h.selectors.elBtnAddAnswer}`);i&&(n.value.trim()?i.classList.add("active"):i.classList.remove("active"))}autoUpdateAnswer(e){const{e:t,target:o}=e,i=o.closest(`${h.selectors.elAutoSaveAnswer}`);if(!i)return;const a=i.closest(`${h.selectors.elQuestionAnswerItem}`);clearTimeout(d),d=setTimeout(()=>{const e=i.closest(`${h.selectors.elQuestionEditMain}`),t=e.dataset.questionId,o=this.getDataAnswersConfig(e),r=e.querySelector(`${h.selectors.elAnswersConfig}`),c=structuredClone(o),d=r.querySelectorAll(`${h.selectors.elQuestionAnswerItem}:not(.clone)`),u={};d.forEach((e,t)=>{u[e.dataset.answerId]=t+1}),o.map((t,o)=>{const n=e.querySelector(`${h.selectors.elQuestionAnswerItem}[data-answer-id="${t.question_answer_id}"]`),s=n.querySelector(`${h.selectors.elInputAnswerSetTrue}`),i=n.querySelector(`${h.selectors.elQuestionAnswerTitleInput}`);return i&&(t.title=i.value.trim()),s&&(s.checked?t.is_true="yes":t.is_true=""),u[t.question_answer_id]&&(t.order=u[t.question_answer_id]),t}),n.lpSetLoadingEl(a,1);const p={success:e=>{const{message:t,status:o}=e;if("success"!==o)throw`Error: ${t}`;s.W(t,o)},error:t=>{c.forEach(t=>{const o=e.querySelector(`${h.selectors.elQuestionAnswerItem}[data-answer-id="${t.question_answer_id}"]`).querySelector(`${h.selectors.elInputAnswerSetTrue}`);return"yes"===t.is_true&&(o.checked=!0),t}),s.W(t,"error")},completed:()=>{n.lpSetLoadingEl(a,0)}},m={action:"update_question_answers_config",question_id:t,answers:o,args:{id_url:l}};window.lpAJAXG.fetchAJAX(m,p)},700)}sortAbleQuestionAnswer(e){let t,o=0;e.querySelectorAll(`${h.selectors.elAnswersConfig}`).forEach(e=>{new r.Ay(e,{handle:".drag",animation:150,onEnd:e=>{const n=e.item;o&&(clearTimeout(t),t=setTimeout(()=>{const e=n.querySelector(`${h.selectors.elAutoSaveAnswer}`);this.autoUpdateAnswer({e:null,target:e})},1e3))},onMove:e=>{clearTimeout(t)},onUpdate:e=>{o=1}})})}deleteQuestionAnswer(e){const{e:t,target:o}=e,i=o.closest(`${h.selectors.elBtnDeleteAnswer}`);if(!i)return;const r=i.closest(`${h.selectors.elQuestionAnswerItem}`);if(!r)return;const c=i.closest(`${h.selectors.elQuestionEditMain}`),d=c.dataset.questionId,u=r.dataset.answerId;d&&u&&a().fire({title:i.dataset.title||"Are you sure?",text:i.dataset.content||"Do you want to delete this answer?",icon:"warning",showCloseButton:!0,showCancelButton:!0,cancelButtonText:lpData.i18n.cancel,confirmButtonText:lpData.i18n.yes,reverseButtons:!0}).then(e=>{if(e.isConfirmed){n.lpSetLoadingEl(r,1);const e={success:e=>{const{message:t,status:o}=e;if(s.W(t,o),"success"===o){const e=parseInt(r.dataset.answerId);r.remove();const t=this.getDataAnswersConfig(c);if(t){const o=t.filter(t=>parseInt(t.question_answer_id)!==e);this.setDataAnswersConfig(c,o)}}},error:e=>{s.W(e,"error")},completed:()=>{n.lpSetLoadingEl(r,0)}},t={action:"delete_question_answer",question_id:d,question_answer_id:u,args:{id_url:l}};window.lpAJAXG.fetchAJAX(t,e)}})}getDataAnswersConfig(e){const t=e.querySelector(`${h.selectors.elAnswersConfig}`);if(!t)return null;let o=t.dataset.answers||"[]";try{o=JSON.parse(o)}catch(e){o=[]}return o.meta_data||(o.meta_data={}),o}setDataAnswersConfig(e,t){const o=e.querySelector(`${h.selectors.elAnswersConfig}`);o&&(t&&"object"==typeof t||(t={}),o.dataset.answers=JSON.stringify(t))}fibInsertBlank=e=>{const{e:t,target:o}=e,i=o.closest(h.selectors.elBtnFibInsertBlank);if(!i)return;const a=i.dataset.defaultText,r=i.closest(h.selectors.elQuestionEditMain),l=r.dataset.questionId,d=i.dataset.messInserted,u=i.dataset.messRequireSelectText,p=`${h.selectors.elQuestionFibInput}-${l}`,m=this.randomString();let w;if(!c)return void s.W(u,"error");{const e=c.getNode();if(!e)return void s.W("Event insert blank has error, please try again","error");if(!e.closest(`body[data-id="${p}"]`))return void s.W(u,"error");if(e.classList.contains(`${h.selectors.elQuestionFibInput}`))return void s.W(d,"error");w=c.getContent(),0===w.length&&(w=a);const t=`<span class="${h.selectors.elQuestionFibInput}" data-id="${m}">${w}</span>`;c.setContent(t)}const g=this.getDataAnswersConfig(r);g.meta_data=g.meta_data||{},0===Object.keys(g.meta_data).length&&(g.meta_data={}),g.meta_data[m]={id:m,match_case:0,comparison:"equal",fill:w,index:1,open:!1},this.setDataAnswersConfig(r,g);const f=r.querySelector(`${h.selectors.elFibBlankOptions}`),b=r.querySelector(`${h.selectors.elFibBlankOptionItemClone}`),v=b.cloneNode(!0),y=f.querySelectorAll(`${h.selectors.elFibBlankOptionItem}:not(.clone)`).length,k=v.querySelector(`${h.selectors.elFibBlankOptionIndex}`),C=v.querySelector(`${h.selectors.elFibOptionTitleInput}`),E=v.querySelector(`${h.selectors.elFibOptionMatchCaseInput}`),A=v.querySelectorAll(`${h.selectors.elFibOptionComparisonInput}`);v.dataset.id=m,C.name=`${h.selectors.elFibOptionTitleInput}-${m}`,C.value=this.decodeHtml(w),k.textContent=y+1+".",E.name=`${h.selectors.elFibOptionMatchCaseInput}-${m}`.replace(/\./g,""),A.forEach(e=>{e.name=`${h.selectors.elFibOptionComparisonInput}-${m}`.replace(/\./g,""),"equal"===e.value&&(e.checked=!0)}),b.insertAdjacentElement("beforebegin",v),v.classList.remove("clone"),n.lpShowHideEl(v,1);const S=r.querySelector(`${h.selectors.elBtnFibSaveContent}`);n.lpSetLoadingEl(i,1),this.fibSaveContent({e:null,target:S,callBackCompleted:()=>{n.lpSetLoadingEl(i,0)}})};fibDeleteAllBlanks(e){const{e:t,target:o}=e,s=o.closest(`${h.selectors.elBtnFibDeleteAllBlanks}`);if(!s)return;const i=s.closest(`${h.selectors.elQuestionEditMain}`);if(!i)return;const r=i.dataset.questionId,l=this.getDataAnswersConfig(i);a().fire({title:s.dataset.title,text:s.dataset.content,icon:"warning",showCloseButton:!0,showCancelButton:!0,cancelButtonText:lpData.i18n.cancel,confirmButtonText:lpData.i18n.yes,reverseButtons:!0}).then(e=>{if(e.isConfirmed){const e=window.tinymce.get(`${h.selectors.elQuestionFibInput}-${r}`);e.dom.select(`.${h.selectors.elQuestionFibInput}`).forEach(t=>{e.dom.remove(t,!0)}),l.meta_data={},this.setDataAnswersConfig(i,l),i.querySelector(`${h.selectors.elFibBlankOptions}`).querySelectorAll(`${h.selectors.elFibBlankOptionItem}:not(.clone)`).forEach(e=>{e.remove()});const t=i.querySelector(`${h.selectors.elBtnFibSaveContent}`);n.lpSetLoadingEl(s,1),this.fibSaveContent({e:null,target:t,callBackCompleted:()=>{n.lpSetLoadingEl(s,0)}})}})}fibClearContent(e){const{e:t,target:o}=e,s=o.closest(`${h.selectors.elBtnFibClearAllContent}`);if(!s)return;const i=s.closest(`${h.selectors.elQuestionEditMain}`);if(!i)return;const r=i.dataset.questionId,l=this.getDataAnswersConfig(i);a().fire({title:s.dataset.title,text:s.dataset.content,icon:"warning",showCloseButton:!0,showCancelButton:!0,cancelButtonText:lpData.i18n.cancel,confirmButtonText:lpData.i18n.yes,reverseButtons:!0}).then(e=>{if(e.isConfirmed){window.tinymce.get(`lp-question-fib-input-${r}`).setContent(""),l.meta_data={},this.setDataAnswersConfig(i,l),i.querySelector(`${h.selectors.elFibBlankOptions}`).querySelectorAll(`${h.selectors.elFibBlankOptionItem}:not(.clone)`).forEach(e=>{e.remove()});const e=i.querySelector(`${h.selectors.elBtnFibSaveContent}`);n.lpSetLoadingEl(s,1),this.fibSaveContent({e:null,target:e,callBackCompleted:()=>{n.lpSetLoadingEl(s,0)}})}})}fibDeleteBlank(e){const{e:t,target:o}=e,s=o.closest(`${h.selectors.elBtnFibOptionDelete}`);if(!s)return;const i=s.closest(`${h.selectors.elQuestionEditMain}`);if(!i)return;const r=i.dataset.questionId,l=(i.querySelector(`${h.selectors.elAnswersConfig}`),this.getDataAnswersConfig(i)),c=s.closest(`${h.selectors.elFibBlankOptionItem}`),d=c.dataset.id;a().fire({title:s.dataset.title,text:s.dataset.content,icon:"warning",showCloseButton:!0,showCancelButton:!0,cancelButtonText:lpData.i18n.cancel,confirmButtonText:lpData.i18n.yes,reverseButtons:!0}).then(e=>{if(e.isConfirmed){const e=window.tinymce.get(`${h.selectors.elQuestionFibInput}-${r}`),t=e.dom.select(`.${h.selectors.elQuestionFibInput}[data-id="${d}"]`);t[0]&&e.dom.remove(t[0],!0),c.remove(),l.meta_data=l.meta_data||{},l.meta_data[d]&&delete l.meta_data[d],this.setDataAnswersConfig(i,l);const o=i.querySelector(`${h.selectors.elBtnFibSaveContent}`);n.lpSetLoadingEl(c,1),this.fibSaveContent({e:null,target:o,callBackCompleted:()=>{n.lpSetLoadingEl(c,0)}})}})}fibOptionTitleInputChange(e){const{e:t,target:o}=e,n=o.closest(`${h.selectors.elFibOptionTitleInput}`);if(!n)return;const s=n.closest(`${h.selectors.elFibBlankOptionItem}`);if(!s)return;const i=n.closest(`${h.selectors.elQuestionEditMain}`);if(!i)return;const a=n.value.trim(),r=s.dataset.id,l=i.dataset.questionId,c=window.tinymce.get(`lp-question-fib-input-${l}`).dom.select(`.lp-question-fib-input[data-id="${r}"]`);c[0]&&(c[0].textContent=a),clearTimeout(u),u=setTimeout(()=>{const e=i.querySelector(`${h.selectors.elBtnFibSaveContent}`);this.fibSaveContent({e:null,target:e})},700)}fibSaveContent(e){const{e:t,target:o,callBackCompleted:i=null}=e,a=o.closest(`${h.selectors.elBtnFibSaveContent}`);if(!a)return;const r=a.closest(`${h.selectors.elQuestionEditMain}`),c=r.dataset.questionId,d=this.getDataAnswersConfig(r);if(!d)return;const u=window.tinymce.get(`${h.selectors.elQuestionFibInput}-${c}`);d.title=u.getContent();const p=r.querySelectorAll(`${h.selectors.elFibBlankOptionItem}:not(.clone)`);p&&p.forEach(e=>{const t=e.dataset.id,o=e.querySelector(`${h.selectors.elFibOptionMatchCaseInput}`),n=e.querySelector(`${h.selectors.elFibOptionComparisonInput}:checked`);d.meta_data[t].match_case=o.checked?1:0,d.meta_data[t].comparison=n.value}),i||n.lpSetLoadingEl(a,1);const m={success:e=>{const{message:t,status:o}=e;if("success"!==o)throw`Error: ${t}`;this.setDataAnswersConfig(r,d),s.W(t,o)},error:e=>{s.W(e,"error")},completed:()=>{i&&"function"==typeof i?i():n.lpSetLoadingEl(a,0)}},w={action:"update_question_answers_config",question_id:c,answers:d,args:{id_url:l}};window.lpAJAXG.fetchAJAX(w,m)}fibShowHideMatchCaseOption(e){const{e:t,target:o}=e,s=o.closest(`${h.selectors.elFibOptionMatchCaseInput}`);if(!s)return;const i=s.closest(`${h.selectors.elQuestionFibOptionDetail}`),a=i.querySelector(`${h.selectors.elFibOptionMatchCaseWrap}`);i&&a&&(s.checked?n.lpShowHideEl(a,1):n.lpShowHideEl(a,0),s.closest(`${h.selectors.elQuestionEditMain}`).querySelector(`${h.selectors.elBtnFibSaveContent}`).click())}randomString(e=10){let t="";for(let o=0;o<e;o++)t+="abcdefghijklmnopqrstuvwxyz0123456789".charAt(Math.floor(36*Math.random()));return t}decodeHtml(e){const t=document.createElement("textarea");return t.innerHTML=e,t.value}}const m=new h;n.lpOnElementReady(h.selectors.elEditQuestionWrap,e=>{const t=h.selectors.elQuestionEditMain.replace(".","");e.classList.contains(t)&&m.init()})},2603:(e,t,o)=>{"use strict";o.d(t,{W:()=>a});var n=o(7736),s=o.n(n);o(4316);const i={text:"",gravity:lpData.toast.gravity,position:lpData.toast.position,className:`${lpData.toast.classPrefix}`,close:1==lpData.toast.close,stopOnFocus:1==lpData.toast.stopOnFocus,duration:lpData.toast.duration},a=(e,t="success",o)=>{let n=i;o&&(n={...n,...o}),new(s())({...n,text:e,className:`${lpData.toast.classPrefix} ${t}`}).showToast()}},4223:(e,t,o)=>{"use strict";o.d(t,{eventHandlers:()=>c,lpOnElementReady:()=>i,lpSetLoadingEl:()=>r,lpShowHideEl:()=>a,toggleCollapse:()=>l});const n="lp-hidden",s="loading",i=(e,t)=>{const o=document.querySelector(e);if(o)return void t(o);const n=new MutationObserver((o,n)=>{const s=document.querySelector(e);s&&(n.disconnect(),t(s))});n.observe(document.documentElement,{childList:!0,subtree:!0})},a=(e,t=0)=>{e&&(t?e.classList.remove(n):e.classList.add(n))},r=(e,t)=>{e&&(t?e.classList.add(s):e.classList.remove(s))},l=(e,t,o="",n=[],s)=>{if(o||(o=".lp-trigger-toggle"),n&&n.length>0)for(const e of n)if(t.closest(e))return;const i=t.closest(o);if(!i)return;const a=i.closest(".lp-section-toggle");a&&(a.classList.toggle("lp-collapse"),"function"==typeof s&&s(a))},c=(e,t)=>{document.addEventListener(e,o=>{const n=o.target;let s={e:o,target:n};t.forEach(t=>{s={...s,...t},t.conditionBeforeCallBack&&!0!==t.conditionBeforeCallBack(s)||"keydown"===e&&t.checkIsEventEnter&&"Enter"!==o.key||n.closest(t.selector)&&(t.class?t.class[t.callBack](s):t.callBack(s))})})}},9455:(e,t,o)=>{"use strict";o.d(t,{A:()=>r});var n=o(1601),s=o.n(n),i=o(6314),a=o.n(i)()(s());a.push([e.id,"/*!\n * Toastify js 1.12.0\n * https://github.com/apvarun/toastify-js\n * @license MIT licensed\n *\n * Copyright (C) 2018 Varun A P\n */\n\n.toastify {\n padding: 12px 20px;\n color: #ffffff;\n display: inline-block;\n box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);\n background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5);\n background: linear-gradient(135deg, #73a5ff, #5477f5);\n position: fixed;\n opacity: 0;\n transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);\n border-radius: 2px;\n cursor: pointer;\n text-decoration: none;\n max-width: calc(50% - 20px);\n z-index: 2147483647;\n}\n\n.toastify.on {\n opacity: 1;\n}\n\n.toast-close {\n background: transparent;\n border: 0;\n color: white;\n cursor: pointer;\n font-family: inherit;\n font-size: 1em;\n opacity: 0.4;\n padding: 0 5px;\n}\n\n.toastify-right {\n right: 15px;\n}\n\n.toastify-left {\n left: 15px;\n}\n\n.toastify-top {\n top: -150px;\n}\n\n.toastify-bottom {\n bottom: -150px;\n}\n\n.toastify-rounded {\n border-radius: 25px;\n}\n\n.toastify-avatar {\n width: 1.5em;\n height: 1.5em;\n margin: -7px 5px;\n border-radius: 2px;\n}\n\n.toastify-center {\n margin-left: auto;\n margin-right: auto;\n left: 0;\n right: 0;\n max-width: fit-content;\n max-width: -moz-fit-content;\n}\n\n@media only screen and (max-width: 360px) {\n .toastify-right, .toastify-left {\n margin-left: auto;\n margin-right: auto;\n left: 0;\n right: 0;\n max-width: fit-content;\n }\n}\n",""]);const r=a},6314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var o="",n=void 0!==t[5];return t[4]&&(o+="@supports (".concat(t[4],") {")),t[2]&&(o+="@media ".concat(t[2]," {")),n&&(o+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),o+=e(t),n&&(o+="}"),t[2]&&(o+="}"),t[4]&&(o+="}"),o}).join("")},t.i=function(e,o,n,s,i){"string"==typeof e&&(e=[[null,e,void 0]]);var a={};if(n)for(var r=0;r<this.length;r++){var l=this[r][0];null!=l&&(a[l]=!0)}for(var c=0;c<e.length;c++){var d=[].concat(e[c]);n&&a[d[0]]||(void 0!==i&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=i),o&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=o):d[2]=o),s&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=s):d[4]="".concat(s)),t.push(d))}},t}},1601:e=>{"use strict";e.exports=function(e){return e[1]}},246:(e,t,o)=>{"use strict";function n(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),o.push.apply(o,n)}return o}function s(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?n(Object(o),!0).forEach(function(t){a(e,t,o[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):n(Object(o)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))})}return e}function i(e){return i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},i(e)}function a(e,t,o){return t in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e}function r(){return r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var n in o)Object.prototype.hasOwnProperty.call(o,n)&&(e[n]=o[n])}return e},r.apply(this,arguments)}function l(e){if("undefined"!=typeof window&&window.navigator)return!!navigator.userAgent.match(e)}o.d(t,{Ay:()=>st});var c=l(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i),d=l(/Edge/i),u=l(/firefox/i),p=l(/safari/i)&&!l(/chrome/i)&&!l(/android/i),h=l(/iP(ad|od|hone)/i),m=l(/chrome/i)&&l(/android/i),w={capture:!1,passive:!1};function g(e,t,o){e.addEventListener(t,o,!c&&w)}function f(e,t,o){e.removeEventListener(t,o,!c&&w)}function b(e,t){if(t){if(">"===t[0]&&(t=t.substring(1)),e)try{if(e.matches)return e.matches(t);if(e.msMatchesSelector)return e.msMatchesSelector(t);if(e.webkitMatchesSelector)return e.webkitMatchesSelector(t)}catch(e){return!1}return!1}}function v(e){return e.host&&e!==document&&e.host.nodeType?e.host:e.parentNode}function y(e,t,o,n){if(e){o=o||document;do{if(null!=t&&(">"===t[0]?e.parentNode===o&&b(e,t):b(e,t))||n&&e===o)return e;if(e===o)break}while(e=v(e))}return null}var k,C=/\s+/g;function E(e,t,o){if(e&&t)if(e.classList)e.classList[o?"add":"remove"](t);else{var n=(" "+e.className+" ").replace(C," ").replace(" "+t+" "," ");e.className=(n+(o?" "+t:"")).replace(C," ")}}function A(e,t,o){var n=e&&e.style;if(n){if(void 0===o)return document.defaultView&&document.defaultView.getComputedStyle?o=document.defaultView.getComputedStyle(e,""):e.currentStyle&&(o=e.currentStyle),void 0===t?o:o[t];t in n||-1!==t.indexOf("webkit")||(t="-webkit-"+t),n[t]=o+("string"==typeof o?"":"px")}}function S(e,t){var o="";if("string"==typeof e)o=e;else do{var n=A(e,"transform");n&&"none"!==n&&(o=n+" "+o)}while(!t&&(e=e.parentNode));var s=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return s&&new s(o)}function x(e,t,o){if(e){var n=e.getElementsByTagName(t),s=0,i=n.length;if(o)for(;s<i;s++)o(n[s],s);return n}return[]}function T(){return document.scrollingElement||document.documentElement}function I(e,t,o,n,s){if(e.getBoundingClientRect||e===window){var i,a,r,l,d,u,p;if(e!==window&&e.parentNode&&e!==T()?(a=(i=e.getBoundingClientRect()).top,r=i.left,l=i.bottom,d=i.right,u=i.height,p=i.width):(a=0,r=0,l=window.innerHeight,d=window.innerWidth,u=window.innerHeight,p=window.innerWidth),(t||o)&&e!==window&&(s=s||e.parentNode,!c))do{if(s&&s.getBoundingClientRect&&("none"!==A(s,"transform")||o&&"static"!==A(s,"position"))){var h=s.getBoundingClientRect();a-=h.top+parseInt(A(s,"border-top-width")),r-=h.left+parseInt(A(s,"border-left-width")),l=a+i.height,d=r+i.width;break}}while(s=s.parentNode);if(n&&e!==window){var m=S(s||e),w=m&&m.a,g=m&&m.d;m&&(l=(a/=g)+(u/=g),d=(r/=w)+(p/=w))}return{top:a,left:r,bottom:l,right:d,width:p,height:u}}}function B(e,t,o){for(var n=D(e,!0),s=I(e)[t];n;){var i=I(n)[o];if(!("top"===o||"left"===o?s>=i:s<=i))return n;if(n===T())break;n=D(n,!1)}return!1}function $(e,t,o,n){for(var s=0,i=0,a=e.children;i<a.length;){if("none"!==a[i].style.display&&a[i]!==Me.ghost&&(n||a[i]!==Me.dragged)&&y(a[i],o.draggable,e,!1)){if(s===t)return a[i];s++}i++}return null}function q(e,t){for(var o=e.lastElementChild;o&&(o===Me.ghost||"none"===A(o,"display")||t&&!b(o,t));)o=o.previousElementSibling;return o||null}function L(e,t){var o=0;if(!e||!e.parentNode)return-1;for(;e=e.previousElementSibling;)"TEMPLATE"===e.nodeName.toUpperCase()||e===Me.clone||t&&!b(e,t)||o++;return o}function _(e){var t=0,o=0,n=T();if(e)do{var s=S(e),i=s.a,a=s.d;t+=e.scrollLeft*i,o+=e.scrollTop*a}while(e!==n&&(e=e.parentNode));return[t,o]}function D(e,t){if(!e||!e.getBoundingClientRect)return T();var o=e,n=!1;do{if(o.clientWidth<o.scrollWidth||o.clientHeight<o.scrollHeight){var s=A(o);if(o.clientWidth<o.scrollWidth&&("auto"==s.overflowX||"scroll"==s.overflowX)||o.clientHeight<o.scrollHeight&&("auto"==s.overflowY||"scroll"==s.overflowY)){if(!o.getBoundingClientRect||o===document.body)return T();if(n||t)return o;n=!0}}}while(o=o.parentNode);return T()}function O(e,t){return Math.round(e.top)===Math.round(t.top)&&Math.round(e.left)===Math.round(t.left)&&Math.round(e.height)===Math.round(t.height)&&Math.round(e.width)===Math.round(t.width)}function P(e,t){return function(){if(!k){var o=arguments;1===o.length?e.call(this,o[0]):e.apply(this,o),k=setTimeout(function(){k=void 0},t)}}}function M(e,t,o){e.scrollLeft+=t,e.scrollTop+=o}function Q(e){var t=window.Polymer,o=window.jQuery||window.Zepto;return t&&t.dom?t.dom(e).cloneNode(!0):o?o(e).clone(!0)[0]:e.cloneNode(!0)}function N(e,t,o){var n={};return Array.from(e.children).forEach(function(s){var i,a,r,l;if(y(s,t.draggable,e,!1)&&!s.animated&&s!==o){var c=I(s);n.left=Math.min(null!==(i=n.left)&&void 0!==i?i:1/0,c.left),n.top=Math.min(null!==(a=n.top)&&void 0!==a?a:1/0,c.top),n.right=Math.max(null!==(r=n.right)&&void 0!==r?r:-1/0,c.right),n.bottom=Math.max(null!==(l=n.bottom)&&void 0!==l?l:-1/0,c.bottom)}}),n.width=n.right-n.left,n.height=n.bottom-n.top,n.x=n.left,n.y=n.top,n}var H="Sortable"+(new Date).getTime();var F=[],z={initializeByDefault:!0},j={mount:function(e){for(var t in z)z.hasOwnProperty(t)&&!(t in e)&&(e[t]=z[t]);F.forEach(function(t){if(t.pluginName===e.pluginName)throw"Sortable: Cannot mount plugin ".concat(e.pluginName," more than once")}),F.push(e)},pluginEvent:function(e,t,o){var n=this;this.eventCanceled=!1,o.cancel=function(){n.eventCanceled=!0};var i=e+"Global";F.forEach(function(n){t[n.pluginName]&&(t[n.pluginName][i]&&t[n.pluginName][i](s({sortable:t},o)),t.options[n.pluginName]&&t[n.pluginName][e]&&t[n.pluginName][e](s({sortable:t},o)))})},initializePlugins:function(e,t,o,n){for(var s in F.forEach(function(n){var s=n.pluginName;if(e.options[s]||n.initializeByDefault){var i=new n(e,t,e.options);i.sortable=e,i.options=e.options,e[s]=i,r(o,i.defaults)}}),e.options)if(e.options.hasOwnProperty(s)){var i=this.modifyOption(e,s,e.options[s]);void 0!==i&&(e.options[s]=i)}},getEventProperties:function(e,t){var o={};return F.forEach(function(n){"function"==typeof n.eventProperties&&r(o,n.eventProperties.call(t[n.pluginName],e))}),o},modifyOption:function(e,t,o){var n;return F.forEach(function(s){e[s.pluginName]&&s.optionListeners&&"function"==typeof s.optionListeners[t]&&(n=s.optionListeners[t].call(e[s.pluginName],o))}),n}};var W=["evt"],X=function(e,t){var o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=o.evt,i=function(e,t){if(null==e)return{};var o,n,s=function(e,t){if(null==e)return{};var o,n,s={},i=Object.keys(e);for(n=0;n<i.length;n++)o=i[n],t.indexOf(o)>=0||(s[o]=e[o]);return s}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)o=i[n],t.indexOf(o)>=0||Object.prototype.propertyIsEnumerable.call(e,o)&&(s[o]=e[o])}return s}(o,W);j.pluginEvent.bind(Me)(e,t,s({dragEl:Y,parentEl:V,ghostEl:U,rootEl:J,nextEl:G,lastDownEl:Z,cloneEl:K,cloneHidden:ee,dragStarted:he,putSortable:ae,activeSortable:Me.active,originalEvent:n,oldIndex:te,oldDraggableIndex:ne,newIndex:oe,newDraggableIndex:se,hideGhostForTarget:_e,unhideGhostForTarget:De,cloneNowHidden:function(){ee=!0},cloneNowShown:function(){ee=!1},dispatchSortableEvent:function(e){R({sortable:t,name:e,originalEvent:n})}},i))};function R(e){!function(e){var t=e.sortable,o=e.rootEl,n=e.name,i=e.targetEl,a=e.cloneEl,r=e.toEl,l=e.fromEl,u=e.oldIndex,p=e.newIndex,h=e.oldDraggableIndex,m=e.newDraggableIndex,w=e.originalEvent,g=e.putSortable,f=e.extraEventProperties;if(t=t||o&&o[H]){var b,v=t.options,y="on"+n.charAt(0).toUpperCase()+n.substr(1);!window.CustomEvent||c||d?(b=document.createEvent("Event")).initEvent(n,!0,!0):b=new CustomEvent(n,{bubbles:!0,cancelable:!0}),b.to=r||o,b.from=l||o,b.item=i||o,b.clone=a,b.oldIndex=u,b.newIndex=p,b.oldDraggableIndex=h,b.newDraggableIndex=m,b.originalEvent=w,b.pullMode=g?g.lastPutMode:void 0;var k=s(s({},f),j.getEventProperties(n,t));for(var C in k)b[C]=k[C];o&&o.dispatchEvent(b),v[y]&&v[y].call(t,b)}}(s({putSortable:ae,cloneEl:K,targetEl:Y,rootEl:J,oldIndex:te,oldDraggableIndex:ne,newIndex:oe,newDraggableIndex:se},e))}var Y,V,U,J,G,Z,K,ee,te,oe,ne,se,ie,ae,re,le,ce,de,ue,pe,he,me,we,ge,fe,be=!1,ve=!1,ye=[],ke=!1,Ce=!1,Ee=[],Ae=!1,Se=[],xe="undefined"!=typeof document,Te=h,Ie=d||c?"cssFloat":"float",Be=xe&&!m&&!h&&"draggable"in document.createElement("div"),$e=function(){if(xe){if(c)return!1;var e=document.createElement("x");return e.style.cssText="pointer-events:auto","auto"===e.style.pointerEvents}}(),qe=function(e,t){var o=A(e),n=parseInt(o.width)-parseInt(o.paddingLeft)-parseInt(o.paddingRight)-parseInt(o.borderLeftWidth)-parseInt(o.borderRightWidth),s=$(e,0,t),i=$(e,1,t),a=s&&A(s),r=i&&A(i),l=a&&parseInt(a.marginLeft)+parseInt(a.marginRight)+I(s).width,c=r&&parseInt(r.marginLeft)+parseInt(r.marginRight)+I(i).width;if("flex"===o.display)return"column"===o.flexDirection||"column-reverse"===o.flexDirection?"vertical":"horizontal";if("grid"===o.display)return o.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal";if(s&&a.float&&"none"!==a.float){var d="left"===a.float?"left":"right";return!i||"both"!==r.clear&&r.clear!==d?"horizontal":"vertical"}return s&&("block"===a.display||"flex"===a.display||"table"===a.display||"grid"===a.display||l>=n&&"none"===o[Ie]||i&&"none"===o[Ie]&&l+c>n)?"vertical":"horizontal"},Le=function(e){function t(e,o){return function(n,s,i,a){var r=n.options.group.name&&s.options.group.name&&n.options.group.name===s.options.group.name;if(null==e&&(o||r))return!0;if(null==e||!1===e)return!1;if(o&&"clone"===e)return e;if("function"==typeof e)return t(e(n,s,i,a),o)(n,s,i,a);var l=(o?n:s).options.group.name;return!0===e||"string"==typeof e&&e===l||e.join&&e.indexOf(l)>-1}}var o={},n=e.group;n&&"object"==i(n)||(n={name:n}),o.name=n.name,o.checkPull=t(n.pull,!0),o.checkPut=t(n.put),o.revertClone=n.revertClone,e.group=o},_e=function(){!$e&&U&&A(U,"display","none")},De=function(){!$e&&U&&A(U,"display","")};xe&&!m&&document.addEventListener("click",function(e){if(ve)return e.preventDefault(),e.stopPropagation&&e.stopPropagation(),e.stopImmediatePropagation&&e.stopImmediatePropagation(),ve=!1,!1},!0);var Oe=function(e){if(Y){e=e.touches?e.touches[0]:e;var t=(s=e.clientX,i=e.clientY,ye.some(function(e){var t=e[H].options.emptyInsertThreshold;if(t&&!q(e)){var o=I(e),n=s>=o.left-t&&s<=o.right+t,r=i>=o.top-t&&i<=o.bottom+t;return n&&r?a=e:void 0}}),a);if(t){var o={};for(var n in e)e.hasOwnProperty(n)&&(o[n]=e[n]);o.target=o.rootEl=t,o.preventDefault=void 0,o.stopPropagation=void 0,t[H]._onDragOver(o)}}var s,i,a},Pe=function(e){Y&&Y.parentNode[H]._isOutsideThisEl(e.target)};function Me(e,t){if(!e||!e.nodeType||1!==e.nodeType)throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(e));this.el=e,this.options=t=r({},t),e[H]=this;var o,n,i={group:null,sort:!0,disabled:!1,store:null,handle:null,draggable:/^[uo]l$/i.test(e.nodeName)?">li":">*",swapThreshold:1,invertSwap:!1,invertedSwapThreshold:null,removeCloneOnHide:!0,direction:function(){return qe(e,this.options)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:!0,animation:0,easing:null,setData:function(e,t){e.setData("Text",t.textContent)},dropBubble:!1,dragoverBubble:!1,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:!1,touchStartThreshold:(Number.parseInt?Number:window).parseInt(window.devicePixelRatio,10)||1,forceFallback:!1,fallbackClass:"sortable-fallback",fallbackOnBody:!1,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:!1!==Me.supportPointer&&"PointerEvent"in window&&(!p||h),emptyInsertThreshold:5};for(var a in j.initializePlugins(this,e,i),i)!(a in t)&&(t[a]=i[a]);for(var l in Le(t),this)"_"===l.charAt(0)&&"function"==typeof this[l]&&(this[l]=this[l].bind(this));this.nativeDraggable=!t.forceFallback&&Be,this.nativeDraggable&&(this.options.touchStartThreshold=1),t.supportPointer?g(e,"pointerdown",this._onTapStart):(g(e,"mousedown",this._onTapStart),g(e,"touchstart",this._onTapStart)),this.nativeDraggable&&(g(e,"dragover",this),g(e,"dragenter",this)),ye.push(this.el),t.store&&t.store.get&&this.sort(t.store.get(this)||[]),r(this,(n=[],{captureAnimationState:function(){n=[],this.options.animation&&[].slice.call(this.el.children).forEach(function(e){if("none"!==A(e,"display")&&e!==Me.ghost){n.push({target:e,rect:I(e)});var t=s({},n[n.length-1].rect);if(e.thisAnimationDuration){var o=S(e,!0);o&&(t.top-=o.f,t.left-=o.e)}e.fromRect=t}})},addAnimationState:function(e){n.push(e)},removeAnimationState:function(e){n.splice(function(e,t){for(var o in e)if(e.hasOwnProperty(o))for(var n in t)if(t.hasOwnProperty(n)&&t[n]===e[o][n])return Number(o);return-1}(n,{target:e}),1)},animateAll:function(e){var t=this;if(!this.options.animation)return clearTimeout(o),void("function"==typeof e&&e());var s=!1,i=0;n.forEach(function(e){var o=0,n=e.target,a=n.fromRect,r=I(n),l=n.prevFromRect,c=n.prevToRect,d=e.rect,u=S(n,!0);u&&(r.top-=u.f,r.left-=u.e),n.toRect=r,n.thisAnimationDuration&&O(l,r)&&!O(a,r)&&(d.top-r.top)/(d.left-r.left)===(a.top-r.top)/(a.left-r.left)&&(o=function(e,t,o,n){return Math.sqrt(Math.pow(t.top-e.top,2)+Math.pow(t.left-e.left,2))/Math.sqrt(Math.pow(t.top-o.top,2)+Math.pow(t.left-o.left,2))*n.animation}(d,l,c,t.options)),O(r,a)||(n.prevFromRect=a,n.prevToRect=r,o||(o=t.options.animation),t.animate(n,d,r,o)),o&&(s=!0,i=Math.max(i,o),clearTimeout(n.animationResetTimer),n.animationResetTimer=setTimeout(function(){n.animationTime=0,n.prevFromRect=null,n.fromRect=null,n.prevToRect=null,n.thisAnimationDuration=null},o),n.thisAnimationDuration=o)}),clearTimeout(o),s?o=setTimeout(function(){"function"==typeof e&&e()},i):"function"==typeof e&&e(),n=[]},animate:function(e,t,o,n){if(n){A(e,"transition",""),A(e,"transform","");var s=S(this.el),i=s&&s.a,a=s&&s.d,r=(t.left-o.left)/(i||1),l=(t.top-o.top)/(a||1);e.animatingX=!!r,e.animatingY=!!l,A(e,"transform","translate3d("+r+"px,"+l+"px,0)"),this.forRepaintDummy=function(e){return e.offsetWidth}(e),A(e,"transition","transform "+n+"ms"+(this.options.easing?" "+this.options.easing:"")),A(e,"transform","translate3d(0,0,0)"),"number"==typeof e.animated&&clearTimeout(e.animated),e.animated=setTimeout(function(){A(e,"transition",""),A(e,"transform",""),e.animated=!1,e.animatingX=!1,e.animatingY=!1},n)}}}))}function Qe(e,t,o,n,s,i,a,r){var l,u,p=e[H],h=p.options.onMove;return!window.CustomEvent||c||d?(l=document.createEvent("Event")).initEvent("move",!0,!0):l=new CustomEvent("move",{bubbles:!0,cancelable:!0}),l.to=t,l.from=e,l.dragged=o,l.draggedRect=n,l.related=s||t,l.relatedRect=i||I(t),l.willInsertAfter=r,l.originalEvent=a,e.dispatchEvent(l),h&&(u=h.call(p,l,a)),u}function Ne(e){e.draggable=!1}function He(){Ae=!1}function Fe(e){for(var t=e.tagName+e.className+e.src+e.href+e.textContent,o=t.length,n=0;o--;)n+=t.charCodeAt(o);return n.toString(36)}function ze(e){return setTimeout(e,0)}function je(e){return clearTimeout(e)}Me.prototype={constructor:Me,_isOutsideThisEl:function(e){this.el.contains(e)||e===this.el||(me=null)},_getDirection:function(e,t){return"function"==typeof this.options.direction?this.options.direction.call(this,e,t,Y):this.options.direction},_onTapStart:function(e){if(e.cancelable){var t=this,o=this.el,n=this.options,s=n.preventOnFilter,i=e.type,a=e.touches&&e.touches[0]||e.pointerType&&"touch"===e.pointerType&&e,r=(a||e).target,l=e.target.shadowRoot&&(e.path&&e.path[0]||e.composedPath&&e.composedPath()[0])||r,c=n.filter;if(function(e){Se.length=0;for(var t=e.getElementsByTagName("input"),o=t.length;o--;){var n=t[o];n.checked&&Se.push(n)}}(o),!Y&&!(/mousedown|pointerdown/.test(i)&&0!==e.button||n.disabled)&&!l.isContentEditable&&(this.nativeDraggable||!p||!r||"SELECT"!==r.tagName.toUpperCase())&&!((r=y(r,n.draggable,o,!1))&&r.animated||Z===r)){if(te=L(r),ne=L(r,n.draggable),"function"==typeof c){if(c.call(this,e,r,this))return R({sortable:t,rootEl:l,name:"filter",targetEl:r,toEl:o,fromEl:o}),X("filter",t,{evt:e}),void(s&&e.preventDefault())}else if(c&&(c=c.split(",").some(function(n){if(n=y(l,n.trim(),o,!1))return R({sortable:t,rootEl:n,name:"filter",targetEl:r,fromEl:o,toEl:o}),X("filter",t,{evt:e}),!0})))return void(s&&e.preventDefault());n.handle&&!y(l,n.handle,o,!1)||this._prepareDragStart(e,a,r)}}},_prepareDragStart:function(e,t,o){var n,s=this,i=s.el,a=s.options,r=i.ownerDocument;if(o&&!Y&&o.parentNode===i){var l=I(o);if(J=i,V=(Y=o).parentNode,G=Y.nextSibling,Z=o,ie=a.group,Me.dragged=Y,re={target:Y,clientX:(t||e).clientX,clientY:(t||e).clientY},ue=re.clientX-l.left,pe=re.clientY-l.top,this._lastX=(t||e).clientX,this._lastY=(t||e).clientY,Y.style["will-change"]="all",n=function(){X("delayEnded",s,{evt:e}),Me.eventCanceled?s._onDrop():(s._disableDelayedDragEvents(),!u&&s.nativeDraggable&&(Y.draggable=!0),s._triggerDragStart(e,t),R({sortable:s,name:"choose",originalEvent:e}),E(Y,a.chosenClass,!0))},a.ignore.split(",").forEach(function(e){x(Y,e.trim(),Ne)}),g(r,"dragover",Oe),g(r,"mousemove",Oe),g(r,"touchmove",Oe),a.supportPointer?(g(r,"pointerup",s._onDrop),!this.nativeDraggable&&g(r,"pointercancel",s._onDrop)):(g(r,"mouseup",s._onDrop),g(r,"touchend",s._onDrop),g(r,"touchcancel",s._onDrop)),u&&this.nativeDraggable&&(this.options.touchStartThreshold=4,Y.draggable=!0),X("delayStart",this,{evt:e}),!a.delay||a.delayOnTouchOnly&&!t||this.nativeDraggable&&(d||c))n();else{if(Me.eventCanceled)return void this._onDrop();a.supportPointer?(g(r,"pointerup",s._disableDelayedDrag),g(r,"pointercancel",s._disableDelayedDrag)):(g(r,"mouseup",s._disableDelayedDrag),g(r,"touchend",s._disableDelayedDrag),g(r,"touchcancel",s._disableDelayedDrag)),g(r,"mousemove",s._delayedDragTouchMoveHandler),g(r,"touchmove",s._delayedDragTouchMoveHandler),a.supportPointer&&g(r,"pointermove",s._delayedDragTouchMoveHandler),s._dragStartTimer=setTimeout(n,a.delay)}}},_delayedDragTouchMoveHandler:function(e){var t=e.touches?e.touches[0]:e;Math.max(Math.abs(t.clientX-this._lastX),Math.abs(t.clientY-this._lastY))>=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))&&this._disableDelayedDrag()},_disableDelayedDrag:function(){Y&&Ne(Y),clearTimeout(this._dragStartTimer),this._disableDelayedDragEvents()},_disableDelayedDragEvents:function(){var e=this.el.ownerDocument;f(e,"mouseup",this._disableDelayedDrag),f(e,"touchend",this._disableDelayedDrag),f(e,"touchcancel",this._disableDelayedDrag),f(e,"pointerup",this._disableDelayedDrag),f(e,"pointercancel",this._disableDelayedDrag),f(e,"mousemove",this._delayedDragTouchMoveHandler),f(e,"touchmove",this._delayedDragTouchMoveHandler),f(e,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function(e,t){t=t||"touch"==e.pointerType&&e,!this.nativeDraggable||t?this.options.supportPointer?g(document,"pointermove",this._onTouchMove):g(document,t?"touchmove":"mousemove",this._onTouchMove):(g(Y,"dragend",this),g(J,"dragstart",this._onDragStart));try{document.selection?ze(function(){document.selection.empty()}):window.getSelection().removeAllRanges()}catch(e){}},_dragStarted:function(e,t){if(be=!1,J&&Y){X("dragStarted",this,{evt:t}),this.nativeDraggable&&g(document,"dragover",Pe);var o=this.options;!e&&E(Y,o.dragClass,!1),E(Y,o.ghostClass,!0),Me.active=this,e&&this._appendGhost(),R({sortable:this,name:"start",originalEvent:t})}else this._nulling()},_emulateDragOver:function(){if(le){this._lastX=le.clientX,this._lastY=le.clientY,_e();for(var e=document.elementFromPoint(le.clientX,le.clientY),t=e;e&&e.shadowRoot&&(e=e.shadowRoot.elementFromPoint(le.clientX,le.clientY))!==t;)t=e;if(Y.parentNode[H]._isOutsideThisEl(e),t)do{if(t[H]&&t[H]._onDragOver({clientX:le.clientX,clientY:le.clientY,target:e,rootEl:t})&&!this.options.dragoverBubble)break;e=t}while(t=v(t));De()}},_onTouchMove:function(e){if(re){var t=this.options,o=t.fallbackTolerance,n=t.fallbackOffset,s=e.touches?e.touches[0]:e,i=U&&S(U,!0),a=U&&i&&i.a,r=U&&i&&i.d,l=Te&&fe&&_(fe),c=(s.clientX-re.clientX+n.x)/(a||1)+(l?l[0]-Ee[0]:0)/(a||1),d=(s.clientY-re.clientY+n.y)/(r||1)+(l?l[1]-Ee[1]:0)/(r||1);if(!Me.active&&!be){if(o&&Math.max(Math.abs(s.clientX-this._lastX),Math.abs(s.clientY-this._lastY))<o)return;this._onDragStart(e,!0)}if(U){i?(i.e+=c-(ce||0),i.f+=d-(de||0)):i={a:1,b:0,c:0,d:1,e:c,f:d};var u="matrix(".concat(i.a,",").concat(i.b,",").concat(i.c,",").concat(i.d,",").concat(i.e,",").concat(i.f,")");A(U,"webkitTransform",u),A(U,"mozTransform",u),A(U,"msTransform",u),A(U,"transform",u),ce=c,de=d,le=s}e.cancelable&&e.preventDefault()}},_appendGhost:function(){if(!U){var e=this.options.fallbackOnBody?document.body:J,t=I(Y,!0,Te,!0,e),o=this.options;if(Te){for(fe=e;"static"===A(fe,"position")&&"none"===A(fe,"transform")&&fe!==document;)fe=fe.parentNode;fe!==document.body&&fe!==document.documentElement?(fe===document&&(fe=T()),t.top+=fe.scrollTop,t.left+=fe.scrollLeft):fe=T(),Ee=_(fe)}E(U=Y.cloneNode(!0),o.ghostClass,!1),E(U,o.fallbackClass,!0),E(U,o.dragClass,!0),A(U,"transition",""),A(U,"transform",""),A(U,"box-sizing","border-box"),A(U,"margin",0),A(U,"top",t.top),A(U,"left",t.left),A(U,"width",t.width),A(U,"height",t.height),A(U,"opacity","0.8"),A(U,"position",Te?"absolute":"fixed"),A(U,"zIndex","100000"),A(U,"pointerEvents","none"),Me.ghost=U,e.appendChild(U),A(U,"transform-origin",ue/parseInt(U.style.width)*100+"% "+pe/parseInt(U.style.height)*100+"%")}},_onDragStart:function(e,t){var o=this,n=e.dataTransfer,s=o.options;X("dragStart",this,{evt:e}),Me.eventCanceled?this._onDrop():(X("setupClone",this),Me.eventCanceled||((K=Q(Y)).removeAttribute("id"),K.draggable=!1,K.style["will-change"]="",this._hideClone(),E(K,this.options.chosenClass,!1),Me.clone=K),o.cloneId=ze(function(){X("clone",o),Me.eventCanceled||(o.options.removeCloneOnHide||J.insertBefore(K,Y),o._hideClone(),R({sortable:o,name:"clone"}))}),!t&&E(Y,s.dragClass,!0),t?(ve=!0,o._loopId=setInterval(o._emulateDragOver,50)):(f(document,"mouseup",o._onDrop),f(document,"touchend",o._onDrop),f(document,"touchcancel",o._onDrop),n&&(n.effectAllowed="move",s.setData&&s.setData.call(o,n,Y)),g(document,"drop",o),A(Y,"transform","translateZ(0)")),be=!0,o._dragStartId=ze(o._dragStarted.bind(o,t,e)),g(document,"selectstart",o),he=!0,window.getSelection().removeAllRanges(),p&&A(document.body,"user-select","none"))},_onDragOver:function(e){var t,o,n,i,a=this.el,r=e.target,l=this.options,c=l.group,d=Me.active,u=ie===c,p=l.sort,h=ae||d,m=this,w=!1;if(!Ae){if(void 0!==e.preventDefault&&e.cancelable&&e.preventDefault(),r=y(r,l.draggable,a,!0),F("dragOver"),Me.eventCanceled)return w;if(Y.contains(e.target)||r.animated&&r.animatingX&&r.animatingY||m._ignoreWhileAnimating===r)return j(!1);if(ve=!1,d&&!l.disabled&&(u?p||(n=V!==J):ae===this||(this.lastPutMode=ie.checkPull(this,d,Y,e))&&c.checkPut(this,d,Y,e))){if(i="vertical"===this._getDirection(e,r),t=I(Y),F("dragOverValid"),Me.eventCanceled)return w;if(n)return V=J,z(),this._hideClone(),F("revert"),Me.eventCanceled||(G?J.insertBefore(Y,G):J.appendChild(Y)),j(!0);var g=q(a,l.draggable);if(!g||function(e,t,o){var n=I(q(o.el,o.options.draggable)),s=N(o.el,o.options,U);return t?e.clientX>s.right+10||e.clientY>n.bottom&&e.clientX>n.left:e.clientY>s.bottom+10||e.clientX>n.right&&e.clientY>n.top}(e,i,this)&&!g.animated){if(g===Y)return j(!1);if(g&&a===e.target&&(r=g),r&&(o=I(r)),!1!==Qe(J,a,Y,t,r,o,e,!!r))return z(),g&&g.nextSibling?a.insertBefore(Y,g.nextSibling):a.appendChild(Y),V=a,W(),j(!0)}else if(g&&function(e,t,o){var n=I($(o.el,0,o.options,!0)),s=N(o.el,o.options,U);return t?e.clientX<s.left-10||e.clientY<n.top&&e.clientX<n.right:e.clientY<s.top-10||e.clientY<n.bottom&&e.clientX<n.left}(e,i,this)){var f=$(a,0,l,!0);if(f===Y)return j(!1);if(o=I(r=f),!1!==Qe(J,a,Y,t,r,o,e,!1))return z(),a.insertBefore(Y,f),V=a,W(),j(!0)}else if(r.parentNode===a){o=I(r);var b,v,k,C=Y.parentNode!==a,S=!function(e,t,o){var n=o?e.left:e.top,s=o?e.right:e.bottom,i=o?e.width:e.height,a=o?t.left:t.top,r=o?t.right:t.bottom,l=o?t.width:t.height;return n===a||s===r||n+i/2===a+l/2}(Y.animated&&Y.toRect||t,r.animated&&r.toRect||o,i),x=i?"top":"left",T=B(r,"top","top")||B(Y,"top","top"),_=T?T.scrollTop:void 0;if(me!==r&&(v=o[x],ke=!1,Ce=!S&&l.invertSwap||C),b=function(e,t,o,n,s,i,a,r){var l=n?e.clientY:e.clientX,c=n?o.height:o.width,d=n?o.top:o.left,u=n?o.bottom:o.right,p=!1;if(!a)if(r&&ge<c*s){if(!ke&&(1===we?l>d+c*i/2:l<u-c*i/2)&&(ke=!0),ke)p=!0;else if(1===we?l<d+ge:l>u-ge)return-we}else if(l>d+c*(1-s)/2&&l<u-c*(1-s)/2)return function(e){return L(Y)<L(e)?1:-1}(t);return(p=p||a)&&(l<d+c*i/2||l>u-c*i/2)?l>d+c/2?1:-1:0}(e,r,o,i,S?1:l.swapThreshold,null==l.invertedSwapThreshold?l.swapThreshold:l.invertedSwapThreshold,Ce,me===r),0!==b){var D=L(Y);do{D-=b,k=V.children[D]}while(k&&("none"===A(k,"display")||k===U))}if(0===b||k===r)return j(!1);me=r,we=b;var O=r.nextElementSibling,P=!1,Q=Qe(J,a,Y,t,r,o,e,P=1===b);if(!1!==Q)return 1!==Q&&-1!==Q||(P=1===Q),Ae=!0,setTimeout(He,30),z(),P&&!O?a.appendChild(Y):r.parentNode.insertBefore(Y,P?O:r),T&&M(T,0,_-T.scrollTop),V=Y.parentNode,void 0===v||Ce||(ge=Math.abs(v-I(r)[x])),W(),j(!0)}if(a.contains(Y))return j(!1)}return!1}function F(l,c){X(l,m,s({evt:e,isOwner:u,axis:i?"vertical":"horizontal",revert:n,dragRect:t,targetRect:o,canSort:p,fromSortable:h,target:r,completed:j,onMove:function(o,n){return Qe(J,a,Y,t,o,I(o),e,n)},changed:W},c))}function z(){F("dragOverAnimationCapture"),m.captureAnimationState(),m!==h&&h.captureAnimationState()}function j(t){return F("dragOverCompleted",{insertion:t}),t&&(u?d._hideClone():d._showClone(m),m!==h&&(E(Y,ae?ae.options.ghostClass:d.options.ghostClass,!1),E(Y,l.ghostClass,!0)),ae!==m&&m!==Me.active?ae=m:m===Me.active&&ae&&(ae=null),h===m&&(m._ignoreWhileAnimating=r),m.animateAll(function(){F("dragOverAnimationComplete"),m._ignoreWhileAnimating=null}),m!==h&&(h.animateAll(),h._ignoreWhileAnimating=null)),(r===Y&&!Y.animated||r===a&&!r.animated)&&(me=null),l.dragoverBubble||e.rootEl||r===document||(Y.parentNode[H]._isOutsideThisEl(e.target),!t&&Oe(e)),!l.dragoverBubble&&e.stopPropagation&&e.stopPropagation(),w=!0}function W(){oe=L(Y),se=L(Y,l.draggable),R({sortable:m,name:"change",toEl:a,newIndex:oe,newDraggableIndex:se,originalEvent:e})}},_ignoreWhileAnimating:null,_offMoveEvents:function(){f(document,"mousemove",this._onTouchMove),f(document,"touchmove",this._onTouchMove),f(document,"pointermove",this._onTouchMove),f(document,"dragover",Oe),f(document,"mousemove",Oe),f(document,"touchmove",Oe)},_offUpEvents:function(){var e=this.el.ownerDocument;f(e,"mouseup",this._onDrop),f(e,"touchend",this._onDrop),f(e,"pointerup",this._onDrop),f(e,"pointercancel",this._onDrop),f(e,"touchcancel",this._onDrop),f(document,"selectstart",this)},_onDrop:function(e){var t=this.el,o=this.options;oe=L(Y),se=L(Y,o.draggable),X("drop",this,{evt:e}),V=Y&&Y.parentNode,oe=L(Y),se=L(Y,o.draggable),Me.eventCanceled||(be=!1,Ce=!1,ke=!1,clearInterval(this._loopId),clearTimeout(this._dragStartTimer),je(this.cloneId),je(this._dragStartId),this.nativeDraggable&&(f(document,"drop",this),f(t,"dragstart",this._onDragStart)),this._offMoveEvents(),this._offUpEvents(),p&&A(document.body,"user-select",""),A(Y,"transform",""),e&&(he&&(e.cancelable&&e.preventDefault(),!o.dropBubble&&e.stopPropagation()),U&&U.parentNode&&U.parentNode.removeChild(U),(J===V||ae&&"clone"!==ae.lastPutMode)&&K&&K.parentNode&&K.parentNode.removeChild(K),Y&&(this.nativeDraggable&&f(Y,"dragend",this),Ne(Y),Y.style["will-change"]="",he&&!be&&E(Y,ae?ae.options.ghostClass:this.options.ghostClass,!1),E(Y,this.options.chosenClass,!1),R({sortable:this,name:"unchoose",toEl:V,newIndex:null,newDraggableIndex:null,originalEvent:e}),J!==V?(oe>=0&&(R({rootEl:V,name:"add",toEl:V,fromEl:J,originalEvent:e}),R({sortable:this,name:"remove",toEl:V,originalEvent:e}),R({rootEl:V,name:"sort",toEl:V,fromEl:J,originalEvent:e}),R({sortable:this,name:"sort",toEl:V,originalEvent:e})),ae&&ae.save()):oe!==te&&oe>=0&&(R({sortable:this,name:"update",toEl:V,originalEvent:e}),R({sortable:this,name:"sort",toEl:V,originalEvent:e})),Me.active&&(null!=oe&&-1!==oe||(oe=te,se=ne),R({sortable:this,name:"end",toEl:V,originalEvent:e}),this.save())))),this._nulling()},_nulling:function(){X("nulling",this),J=Y=V=U=G=K=Z=ee=re=le=he=oe=se=te=ne=me=we=ae=ie=Me.dragged=Me.ghost=Me.clone=Me.active=null,Se.forEach(function(e){e.checked=!0}),Se.length=ce=de=0},handleEvent:function(e){switch(e.type){case"drop":case"dragend":this._onDrop(e);break;case"dragenter":case"dragover":Y&&(this._onDragOver(e),function(e){e.dataTransfer&&(e.dataTransfer.dropEffect="move"),e.cancelable&&e.preventDefault()}(e));break;case"selectstart":e.preventDefault()}},toArray:function(){for(var e,t=[],o=this.el.children,n=0,s=o.length,i=this.options;n<s;n++)y(e=o[n],i.draggable,this.el,!1)&&t.push(e.getAttribute(i.dataIdAttr)||Fe(e));return t},sort:function(e,t){var o={},n=this.el;this.toArray().forEach(function(e,t){var s=n.children[t];y(s,this.options.draggable,n,!1)&&(o[e]=s)},this),t&&this.captureAnimationState(),e.forEach(function(e){o[e]&&(n.removeChild(o[e]),n.appendChild(o[e]))}),t&&this.animateAll()},save:function(){var e=this.options.store;e&&e.set&&e.set(this)},closest:function(e,t){return y(e,t||this.options.draggable,this.el,!1)},option:function(e,t){var o=this.options;if(void 0===t)return o[e];var n=j.modifyOption(this,e,t);o[e]=void 0!==n?n:t,"group"===e&&Le(o)},destroy:function(){X("destroy",this);var e=this.el;e[H]=null,f(e,"mousedown",this._onTapStart),f(e,"touchstart",this._onTapStart),f(e,"pointerdown",this._onTapStart),this.nativeDraggable&&(f(e,"dragover",this),f(e,"dragenter",this)),Array.prototype.forEach.call(e.querySelectorAll("[draggable]"),function(e){e.removeAttribute("draggable")}),this._onDrop(),this._disableDelayedDragEvents(),ye.splice(ye.indexOf(this.el),1),this.el=e=null},_hideClone:function(){if(!ee){if(X("hideClone",this),Me.eventCanceled)return;A(K,"display","none"),this.options.removeCloneOnHide&&K.parentNode&&K.parentNode.removeChild(K),ee=!0}},_showClone:function(e){if("clone"===e.lastPutMode){if(ee){if(X("showClone",this),Me.eventCanceled)return;Y.parentNode!=J||this.options.group.revertClone?G?J.insertBefore(K,G):J.appendChild(K):J.insertBefore(K,Y),this.options.group.revertClone&&this.animate(Y,K),A(K,"display",""),ee=!1}}else this._hideClone()}},xe&&g(document,"touchmove",function(e){(Me.active||be)&&e.cancelable&&e.preventDefault()}),Me.utils={on:g,off:f,css:A,find:x,is:function(e,t){return!!y(e,t,e,!1)},extend:function(e,t){if(e&&t)for(var o in t)t.hasOwnProperty(o)&&(e[o]=t[o]);return e},throttle:P,closest:y,toggleClass:E,clone:Q,index:L,nextTick:ze,cancelNextTick:je,detectDirection:qe,getChild:$,expando:H},Me.get=function(e){return e[H]},Me.mount=function(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];t[0].constructor===Array&&(t=t[0]),t.forEach(function(e){if(!e.prototype||!e.prototype.constructor)throw"Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(e));e.utils&&(Me.utils=s(s({},Me.utils),e.utils)),j.mount(e)})},Me.create=function(e,t){return new Me(e,t)},Me.version="1.15.6";var We,Xe,Re,Ye,Ve,Ue,Je=[],Ge=!1;function Ze(){Je.forEach(function(e){clearInterval(e.pid)}),Je=[]}function Ke(){clearInterval(Ue)}var et=P(function(e,t,o,n){if(t.scroll){var s,i=(e.touches?e.touches[0]:e).clientX,a=(e.touches?e.touches[0]:e).clientY,r=t.scrollSensitivity,l=t.scrollSpeed,c=T(),d=!1;Xe!==o&&(Xe=o,Ze(),We=t.scroll,s=t.scrollFn,!0===We&&(We=D(o,!0)));var u=0,p=We;do{var h=p,m=I(h),w=m.top,g=m.bottom,f=m.left,b=m.right,v=m.width,y=m.height,k=void 0,C=void 0,E=h.scrollWidth,S=h.scrollHeight,x=A(h),B=h.scrollLeft,$=h.scrollTop;h===c?(k=v<E&&("auto"===x.overflowX||"scroll"===x.overflowX||"visible"===x.overflowX),C=y<S&&("auto"===x.overflowY||"scroll"===x.overflowY||"visible"===x.overflowY)):(k=v<E&&("auto"===x.overflowX||"scroll"===x.overflowX),C=y<S&&("auto"===x.overflowY||"scroll"===x.overflowY));var q=k&&(Math.abs(b-i)<=r&&B+v<E)-(Math.abs(f-i)<=r&&!!B),L=C&&(Math.abs(g-a)<=r&&$+y<S)-(Math.abs(w-a)<=r&&!!$);if(!Je[u])for(var _=0;_<=u;_++)Je[_]||(Je[_]={});Je[u].vx==q&&Je[u].vy==L&&Je[u].el===h||(Je[u].el=h,Je[u].vx=q,Je[u].vy=L,clearInterval(Je[u].pid),0==q&&0==L||(d=!0,Je[u].pid=setInterval(function(){n&&0===this.layer&&Me.active._onTouchMove(Ve);var t=Je[this.layer].vy?Je[this.layer].vy*l:0,o=Je[this.layer].vx?Je[this.layer].vx*l:0;"function"==typeof s&&"continue"!==s.call(Me.dragged.parentNode[H],o,t,e,Ve,Je[this.layer].el)||M(Je[this.layer].el,o,t)}.bind({layer:u}),24))),u++}while(t.bubbleScroll&&p!==c&&(p=D(p,!1)));Ge=d}},30),tt=function(e){var t=e.originalEvent,o=e.putSortable,n=e.dragEl,s=e.activeSortable,i=e.dispatchSortableEvent,a=e.hideGhostForTarget,r=e.unhideGhostForTarget;if(t){var l=o||s;a();var c=t.changedTouches&&t.changedTouches.length?t.changedTouches[0]:t,d=document.elementFromPoint(c.clientX,c.clientY);r(),l&&!l.el.contains(d)&&(i("spill"),this.onSpill({dragEl:n,putSortable:o}))}};function ot(){}function nt(){}ot.prototype={startIndex:null,dragStart:function(e){var t=e.oldDraggableIndex;this.startIndex=t},onSpill:function(e){var t=e.dragEl,o=e.putSortable;this.sortable.captureAnimationState(),o&&o.captureAnimationState();var n=$(this.sortable.el,this.startIndex,this.options);n?this.sortable.el.insertBefore(t,n):this.sortable.el.appendChild(t),this.sortable.animateAll(),o&&o.animateAll()},drop:tt},r(ot,{pluginName:"revertOnSpill"}),nt.prototype={onSpill:function(e){var t=e.dragEl,o=e.putSortable||this.sortable;o.captureAnimationState(),t.parentNode&&t.parentNode.removeChild(t),o.animateAll()},drop:tt},r(nt,{pluginName:"removeOnSpill"}),Me.mount(new function(){function e(){for(var e in this.defaults={scroll:!0,forceAutoScrollFallback:!1,scrollSensitivity:30,scrollSpeed:10,bubbleScroll:!0},this)"_"===e.charAt(0)&&"function"==typeof this[e]&&(this[e]=this[e].bind(this))}return e.prototype={dragStarted:function(e){var t=e.originalEvent;this.sortable.nativeDraggable?g(document,"dragover",this._handleAutoScroll):this.options.supportPointer?g(document,"pointermove",this._handleFallbackAutoScroll):t.touches?g(document,"touchmove",this._handleFallbackAutoScroll):g(document,"mousemove",this._handleFallbackAutoScroll)},dragOverCompleted:function(e){var t=e.originalEvent;this.options.dragOverBubble||t.rootEl||this._handleAutoScroll(t)},drop:function(){this.sortable.nativeDraggable?f(document,"dragover",this._handleAutoScroll):(f(document,"pointermove",this._handleFallbackAutoScroll),f(document,"touchmove",this._handleFallbackAutoScroll),f(document,"mousemove",this._handleFallbackAutoScroll)),Ke(),Ze(),clearTimeout(k),k=void 0},nulling:function(){Ve=Xe=We=Ge=Ue=Re=Ye=null,Je.length=0},_handleFallbackAutoScroll:function(e){this._handleAutoScroll(e,!0)},_handleAutoScroll:function(e,t){var o=this,n=(e.touches?e.touches[0]:e).clientX,s=(e.touches?e.touches[0]:e).clientY,i=document.elementFromPoint(n,s);if(Ve=e,t||this.options.forceAutoScrollFallback||d||c||p){et(e,this.options,i,t);var a=D(i,!0);!Ge||Ue&&n===Re&&s===Ye||(Ue&&Ke(),Ue=setInterval(function(){var i=D(document.elementFromPoint(n,s),!0);i!==a&&(a=i,Ze()),et(e,o.options,i,t)},10),Re=n,Ye=s)}else{if(!this.options.bubbleScroll||D(i,!0)===T())return void Ze();et(e,this.options,D(i,!1),!1)}}},r(e,{pluginName:"scroll",initializeByDefault:!0})}),Me.mount(nt,ot);const st=Me},4316:(e,t,o)=>{"use strict";var n=o(5072),s=o.n(n),i=o(7825),a=o.n(i),r=o(7659),l=o.n(r),c=o(5056),d=o.n(c),u=o(540),p=o.n(u),h=o(1113),m=o.n(h),w=o(9455),g={};g.styleTagTransform=m(),g.setAttributes=d(),g.insert=l().bind(null,"head"),g.domAPI=a(),g.insertStyleElement=p(),s()(w.A,g),w.A&&w.A.locals&&w.A.locals},5072:e=>{"use strict";var t=[];function o(e){for(var o=-1,n=0;n<t.length;n++)if(t[n].identifier===e){o=n;break}return o}function n(e,n){for(var i={},a=[],r=0;r<e.length;r++){var l=e[r],c=n.base?l[0]+n.base:l[0],d=i[c]||0,u="".concat(c," ").concat(d);i[c]=d+1;var p=o(u),h={css:l[1],media:l[2],sourceMap:l[3],supports:l[4],layer:l[5]};if(-1!==p)t[p].references++,t[p].updater(h);else{var m=s(h,n);n.byIndex=r,t.splice(r,0,{identifier:u,updater:m,references:1})}a.push(u)}return a}function s(e,t){var o=t.domAPI(t);return o.update(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;o.update(e=t)}else o.remove()}}e.exports=function(e,s){var i=n(e=e||[],s=s||{});return function(e){e=e||[];for(var a=0;a<i.length;a++){var r=o(i[a]);t[r].references--}for(var l=n(e,s),c=0;c<i.length;c++){var d=o(i[c]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}i=l}}},7659:e=>{"use strict";var t={};e.exports=function(e,o){var n=function(e){if(void 0===t[e]){var o=document.querySelector(e);if(window.HTMLIFrameElement&&o instanceof window.HTMLIFrameElement)try{o=o.contentDocument.head}catch(e){o=null}t[e]=o}return t[e]}(e);if(!n)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");n.appendChild(o)}},540:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},5056:(e,t,o)=>{"use strict";e.exports=function(e){var t=o.nc;t&&e.setAttribute("nonce",t)}},7825:e=>{"use strict";e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=e.insertStyleElement(e);return{update:function(o){!function(e,t,o){var n="";o.supports&&(n+="@supports (".concat(o.supports,") {")),o.media&&(n+="@media ".concat(o.media," {"));var s=void 0!==o.layer;s&&(n+="@layer".concat(o.layer.length>0?" ".concat(o.layer):""," {")),n+=o.css,s&&(n+="}"),o.media&&(n+="}"),o.supports&&(n+="}");var i=o.sourceMap;i&&"undefined"!=typeof btoa&&(n+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),t.styleTagTransform(n,e,t.options)}(t,e,o)},remove:function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(t)}}}},1113:e=>{"use strict";e.exports=function(e,t){if(t.styleSheet)t.styleSheet.cssText=e;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(e))}}},8465:function(e){e.exports=function(){"use strict";function e(e,t,o){if("function"==typeof e?e===t:e.has(t))return arguments.length<3?t:o;throw new TypeError("Private element is not present on this object")}function t(t,o){return t.get(e(t,o))}function o(e,t,o){(function(e,t){if(t.has(e))throw new TypeError("Cannot initialize the same private elements twice on an object")})(e,t),t.set(e,o)}const n={},s=e=>new Promise(t=>{if(!e)return t();const o=window.scrollX,s=window.scrollY;n.restoreFocusTimeout=setTimeout(()=>{n.previousActiveElement instanceof HTMLElement?(n.previousActiveElement.focus(),n.previousActiveElement=null):document.body&&document.body.focus(),t()},100),window.scrollTo(o,s)}),i="swal2-",a=["container","shown","height-auto","iosfix","popup","modal","no-backdrop","no-transition","toast","toast-shown","show","hide","close","title","html-container","actions","confirm","deny","cancel","footer","icon","icon-content","image","input","file","range","select","radio","checkbox","label","textarea","inputerror","input-label","validation-message","progress-steps","active-progress-step","progress-step","progress-step-line","loader","loading","styled","top","top-start","top-end","top-left","top-right","center","center-start","center-end","center-left","center-right","bottom","bottom-start","bottom-end","bottom-left","bottom-right","grow-row","grow-column","grow-fullscreen","rtl","timer-progress-bar","timer-progress-bar-container","scrollbar-measure","icon-success","icon-warning","icon-info","icon-question","icon-error","draggable","dragging"].reduce((e,t)=>(e[t]=i+t,e),{}),r=["success","warning","info","question","error"].reduce((e,t)=>(e[t]=i+t,e),{}),l="SweetAlert2:",c=e=>e.charAt(0).toUpperCase()+e.slice(1),d=e=>{console.warn(`${l} ${"object"==typeof e?e.join(" "):e}`)},u=e=>{console.error(`${l} ${e}`)},p=[],h=(e,t=null)=>{var o;o=`"${e}" is deprecated and will be removed in the next major release.${t?` Use "${t}" instead.`:""}`,p.includes(o)||(p.push(o),d(o))},m=e=>"function"==typeof e?e():e,w=e=>e&&"function"==typeof e.toPromise,g=e=>w(e)?e.toPromise():Promise.resolve(e),f=e=>e&&Promise.resolve(e)===e,b=()=>document.body.querySelector(`.${a.container}`),v=e=>{const t=b();return t?t.querySelector(e):null},y=e=>v(`.${e}`),k=()=>y(a.popup),C=()=>y(a.icon),E=()=>y(a.title),A=()=>y(a["html-container"]),S=()=>y(a.image),x=()=>y(a["progress-steps"]),T=()=>y(a["validation-message"]),I=()=>v(`.${a.actions} .${a.confirm}`),B=()=>v(`.${a.actions} .${a.cancel}`),$=()=>v(`.${a.actions} .${a.deny}`),q=()=>v(`.${a.loader}`),L=()=>y(a.actions),_=()=>y(a.footer),D=()=>y(a["timer-progress-bar"]),O=()=>y(a.close),P=()=>{const e=k();if(!e)return[];const t=e.querySelectorAll('[tabindex]:not([tabindex="-1"]):not([tabindex="0"])'),o=Array.from(t).sort((e,t)=>{const o=parseInt(e.getAttribute("tabindex")||"0"),n=parseInt(t.getAttribute("tabindex")||"0");return o>n?1:o<n?-1:0}),n=e.querySelectorAll('\n a[href],\n area[href],\n input:not([disabled]),\n select:not([disabled]),\n textarea:not([disabled]),\n button:not([disabled]),\n iframe,\n object,\n embed,\n [tabindex="0"],\n [contenteditable],\n audio[controls],\n video[controls],\n summary\n'),s=Array.from(n).filter(e=>"-1"!==e.getAttribute("tabindex"));return[...new Set(o.concat(s))].filter(e=>ee(e))},M=()=>H(document.body,a.shown)&&!H(document.body,a["toast-shown"])&&!H(document.body,a["no-backdrop"]),Q=()=>{const e=k();return!!e&&H(e,a.toast)},N=(e,t)=>{if(e.textContent="",t){const o=(new DOMParser).parseFromString(t,"text/html"),n=o.querySelector("head");n&&Array.from(n.childNodes).forEach(t=>{e.appendChild(t)});const s=o.querySelector("body");s&&Array.from(s.childNodes).forEach(t=>{t instanceof HTMLVideoElement||t instanceof HTMLAudioElement?e.appendChild(t.cloneNode(!0)):e.appendChild(t)})}},H=(e,t)=>{if(!t)return!1;const o=t.split(/\s+/);for(let t=0;t<o.length;t++)if(!e.classList.contains(o[t]))return!1;return!0},F=(e,t,o)=>{if(((e,t)=>{Array.from(e.classList).forEach(o=>{Object.values(a).includes(o)||Object.values(r).includes(o)||Object.values(t.showClass||{}).includes(o)||e.classList.remove(o)})})(e,t),!t.customClass)return;const n=t.customClass[o];n&&("string"==typeof n||n.forEach?X(e,n):d(`Invalid type of customClass.${o}! Expected string or iterable object, got "${typeof n}"`))},z=(e,t)=>{if(!t)return null;switch(t){case"select":case"textarea":case"file":return e.querySelector(`.${a.popup} > .${a[t]}`);case"checkbox":return e.querySelector(`.${a.popup} > .${a.checkbox} input`);case"radio":return e.querySelector(`.${a.popup} > .${a.radio} input:checked`)||e.querySelector(`.${a.popup} > .${a.radio} input:first-child`);case"range":return e.querySelector(`.${a.popup} > .${a.range} input`);default:return e.querySelector(`.${a.popup} > .${a.input}`)}},j=e=>{if(e.focus(),"file"!==e.type){const t=e.value;e.value="",e.value=t}},W=(e,t,o)=>{e&&t&&("string"==typeof t&&(t=t.split(/\s+/).filter(Boolean)),t.forEach(t=>{Array.isArray(e)?e.forEach(e=>{o?e.classList.add(t):e.classList.remove(t)}):o?e.classList.add(t):e.classList.remove(t)}))},X=(e,t)=>{W(e,t,!0)},R=(e,t)=>{W(e,t,!1)},Y=(e,t)=>{const o=Array.from(e.children);for(let e=0;e<o.length;e++){const n=o[e];if(n instanceof HTMLElement&&H(n,t))return n}},V=(e,t,o)=>{o===`${parseInt(`${o}`)}`&&(o=parseInt(o)),o||0===parseInt(`${o}`)?e.style.setProperty(t,"number"==typeof o?`${o}px`:o):e.style.removeProperty(t)},U=(e,t="flex")=>{e&&(e.style.display=t)},J=e=>{e&&(e.style.display="none")},G=(e,t="block")=>{e&&new MutationObserver(()=>{K(e,e.innerHTML,t)}).observe(e,{childList:!0,subtree:!0})},Z=(e,t,o,n)=>{const s=e.querySelector(t);s&&s.style.setProperty(o,n)},K=(e,t,o="flex")=>{t?U(e,o):J(e)},ee=e=>!(!e||!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)),te=e=>!!(e.scrollHeight>e.clientHeight),oe=e=>{const t=window.getComputedStyle(e),o=parseFloat(t.getPropertyValue("animation-duration")||"0"),n=parseFloat(t.getPropertyValue("transition-duration")||"0");return o>0||n>0},ne=(e,t=!1)=>{const o=D();o&&ee(o)&&(t&&(o.style.transition="none",o.style.width="100%"),setTimeout(()=>{o.style.transition=`width ${e/1e3}s linear`,o.style.width="0%"},10))},se=`\n <div aria-labelledby="${a.title}" aria-describedby="${a["html-container"]}" class="${a.popup}" tabindex="-1">\n <button type="button" class="${a.close}"></button>\n <ul class="${a["progress-steps"]}"></ul>\n <div class="${a.icon}"></div>\n <img class="${a.image}" />\n <h2 class="${a.title}" id="${a.title}"></h2>\n <div class="${a["html-container"]}" id="${a["html-container"]}"></div>\n <input class="${a.input}" id="${a.input}" />\n <input type="file" class="${a.file}" />\n <div class="${a.range}">\n <input type="range" />\n <output></output>\n </div>\n <select class="${a.select}" id="${a.select}"></select>\n <div class="${a.radio}"></div>\n <label class="${a.checkbox}">\n <input type="checkbox" id="${a.checkbox}" />\n <span class="${a.label}"></span>\n </label>\n <textarea class="${a.textarea}" id="${a.textarea}"></textarea>\n <div class="${a["validation-message"]}" id="${a["validation-message"]}"></div>\n <div class="${a.actions}">\n <div class="${a.loader}"></div>\n <button type="button" class="${a.confirm}"></button>\n <button type="button" class="${a.deny}"></button>\n <button type="button" class="${a.cancel}"></button>\n </div>\n <div class="${a.footer}"></div>\n <div class="${a["timer-progress-bar-container"]}">\n <div class="${a["timer-progress-bar"]}"></div>\n </div>\n </div>\n`.replace(/(^|\n)\s*/g,""),ie=()=>{n.currentInstance.resetValidationMessage()},ae=e=>{const t=(()=>{const e=b();return!!e&&(e.remove(),R([document.documentElement,document.body],[a["no-backdrop"],a["toast-shown"],a["has-column"]]),!0)})();if("undefined"==typeof window||"undefined"==typeof document)return void u("SweetAlert2 requires document to initialize");const o=document.createElement("div");o.className=a.container,t&&X(o,a["no-transition"]),N(o,se),o.dataset.swal2Theme=e.theme;const n="string"==typeof(s=e.target)?document.querySelector(s):s;var s;n.appendChild(o),e.topLayer&&(o.setAttribute("popover",""),o.showPopover()),(e=>{const t=k();t.setAttribute("role",e.toast?"alert":"dialog"),t.setAttribute("aria-live",e.toast?"polite":"assertive"),e.toast||t.setAttribute("aria-modal","true")})(e),(e=>{"rtl"===window.getComputedStyle(e).direction&&X(b(),a.rtl)})(n),(()=>{const e=k(),t=Y(e,a.input),o=Y(e,a.file),n=e.querySelector(`.${a.range} input`),s=e.querySelector(`.${a.range} output`),i=Y(e,a.select),r=e.querySelector(`.${a.checkbox} input`),l=Y(e,a.textarea);t.oninput=ie,o.onchange=ie,i.onchange=ie,r.onchange=ie,l.oninput=ie,n.oninput=()=>{ie(),s.value=n.value},n.onchange=()=>{ie(),s.value=n.value}})()},re=(e,t)=>{e instanceof HTMLElement?t.appendChild(e):"object"==typeof e?le(e,t):e&&N(t,e)},le=(e,t)=>{e.jquery?ce(t,e):N(t,e.toString())},ce=(e,t)=>{if(e.textContent="",0 in t)for(let o=0;o in t;o++)e.appendChild(t[o].cloneNode(!0));else e.appendChild(t.cloneNode(!0))},de=(e,t)=>{const o=L(),n=q();o&&n&&(t.showConfirmButton||t.showDenyButton||t.showCancelButton?U(o):J(o),F(o,t,"actions"),function(e,t,o){const n=I(),s=$(),i=B();n&&s&&i&&(pe(n,"confirm",o),pe(s,"deny",o),pe(i,"cancel",o),function(e,t,o,n){n.buttonsStyling?(X([e,t,o],a.styled),n.confirmButtonColor&&e.style.setProperty("--swal2-confirm-button-background-color",n.confirmButtonColor),n.denyButtonColor&&t.style.setProperty("--swal2-deny-button-background-color",n.denyButtonColor),n.cancelButtonColor&&o.style.setProperty("--swal2-cancel-button-background-color",n.cancelButtonColor),ue(e),ue(t),ue(o)):R([e,t,o],a.styled)}(n,s,i,o),o.reverseButtons&&(o.toast?(e.insertBefore(i,n),e.insertBefore(s,n)):(e.insertBefore(i,t),e.insertBefore(s,t),e.insertBefore(n,t))))}(o,n,t),N(n,t.loaderHtml||""),F(n,t,"loader"))};function ue(e){const t=window.getComputedStyle(e);if(t.getPropertyValue("--swal2-action-button-focus-box-shadow"))return;const o=t.backgroundColor.replace(/rgba?\((\d+), (\d+), (\d+).*/,"rgba($1, $2, $3, 0.5)");e.style.setProperty("--swal2-action-button-focus-box-shadow",t.getPropertyValue("--swal2-outline").replace(/ rgba\(.*/,` ${o}`))}function pe(e,t,o){const n=c(t);K(e,o[`show${n}Button`],"inline-block"),N(e,o[`${t}ButtonText`]||""),e.setAttribute("aria-label",o[`${t}ButtonAriaLabel`]||""),e.className=a[t],F(e,o,`${t}Button`)}const he=(e,t)=>{const o=b();o&&(function(e,t){"string"==typeof t?e.style.background=t:t||X([document.documentElement,document.body],a["no-backdrop"])}(o,t.backdrop),function(e,t){t&&(t in a?X(e,a[t]):(d('The "position" parameter is not valid, defaulting to "center"'),X(e,a.center)))}(o,t.position),function(e,t){t&&X(e,a[`grow-${t}`])}(o,t.grow),F(o,t,"container"))};var me={innerParams:new WeakMap,domCache:new WeakMap};const we=["input","file","range","select","radio","checkbox","textarea"],ge=e=>{if(!e.input)return;if(!Ee[e.input])return void u(`Unexpected type of input! Expected ${Object.keys(Ee).join(" | ")}, got "${e.input}"`);const t=ke(e.input);if(!t)return;const o=Ee[e.input](t,e);U(t),e.inputAutoFocus&&setTimeout(()=>{j(o)})},fe=(e,t)=>{const o=k();if(!o)return;const n=z(o,e);if(n){(e=>{for(let t=0;t<e.attributes.length;t++){const o=e.attributes[t].name;["id","type","value","style"].includes(o)||e.removeAttribute(o)}})(n);for(const e in t)n.setAttribute(e,t[e])}},be=e=>{if(!e.input)return;const t=ke(e.input);t&&F(t,e,"input")},ve=(e,t)=>{!e.placeholder&&t.inputPlaceholder&&(e.placeholder=t.inputPlaceholder)},ye=(e,t,o)=>{if(o.inputLabel){const n=document.createElement("label"),s=a["input-label"];n.setAttribute("for",e.id),n.className=s,"object"==typeof o.customClass&&X(n,o.customClass.inputLabel),n.innerText=o.inputLabel,t.insertAdjacentElement("beforebegin",n)}},ke=e=>{const t=k();if(t)return Y(t,a[e]||a.input)},Ce=(e,t)=>{["string","number"].includes(typeof t)?e.value=`${t}`:f(t)||d(`Unexpected type of inputValue! Expected "string", "number" or "Promise", got "${typeof t}"`)},Ee={};Ee.text=Ee.email=Ee.password=Ee.number=Ee.tel=Ee.url=Ee.search=Ee.date=Ee["datetime-local"]=Ee.time=Ee.week=Ee.month=(e,t)=>(Ce(e,t.inputValue),ye(e,e,t),ve(e,t),e.type=t.input,e),Ee.file=(e,t)=>(ye(e,e,t),ve(e,t),e),Ee.range=(e,t)=>{const o=e.querySelector("input"),n=e.querySelector("output");return Ce(o,t.inputValue),o.type=t.input,Ce(n,t.inputValue),ye(o,e,t),e},Ee.select=(e,t)=>{if(e.textContent="",t.inputPlaceholder){const o=document.createElement("option");N(o,t.inputPlaceholder),o.value="",o.disabled=!0,o.selected=!0,e.appendChild(o)}return ye(e,e,t),e},Ee.radio=e=>(e.textContent="",e),Ee.checkbox=(e,t)=>{const o=z(k(),"checkbox");o.value="1",o.checked=Boolean(t.inputValue);const n=e.querySelector("span");return N(n,t.inputPlaceholder||t.inputLabel),o},Ee.textarea=(e,t)=>{Ce(e,t.inputValue),ve(e,t),ye(e,e,t);return setTimeout(()=>{if("MutationObserver"in window){const o=parseInt(window.getComputedStyle(k()).width);new MutationObserver(()=>{if(!document.body.contains(e))return;const n=e.offsetWidth+(s=e,parseInt(window.getComputedStyle(s).marginLeft)+parseInt(window.getComputedStyle(s).marginRight));var s;n>o?k().style.width=`${n}px`:V(k(),"width",t.width)}).observe(e,{attributes:!0,attributeFilter:["style"]})}}),e};const Ae=(e,t)=>{const o=A();o&&(G(o),F(o,t,"htmlContainer"),t.html?(re(t.html,o),U(o,"block")):t.text?(o.textContent=t.text,U(o,"block")):J(o),((e,t)=>{const o=k();if(!o)return;const n=me.innerParams.get(e),s=!n||t.input!==n.input;we.forEach(e=>{const n=Y(o,a[e]);n&&(fe(e,t.inputAttributes),n.className=a[e],s&&J(n))}),t.input&&(s&&ge(t),be(t))})(e,t))},Se=(e,t)=>{for(const[o,n]of Object.entries(r))t.icon!==o&&R(e,n);X(e,t.icon&&r[t.icon]),Ie(e,t),xe(),F(e,t,"icon")},xe=()=>{const e=k();if(!e)return;const t=window.getComputedStyle(e).getPropertyValue("background-color"),o=e.querySelectorAll("[class^=swal2-success-circular-line], .swal2-success-fix");for(let e=0;e<o.length;e++)o[e].style.backgroundColor=t},Te=(e,t)=>{if(!t.icon&&!t.iconHtml)return;let o=e.innerHTML,n="";t.iconHtml?n=Be(t.iconHtml):"success"===t.icon?(n=(e=>`\n ${e.animation?'<div class="swal2-success-circular-line-left"></div>':""}\n <span class="swal2-success-line-tip"></span> <span class="swal2-success-line-long"></span>\n <div class="swal2-success-ring"></div>\n ${e.animation?'<div class="swal2-success-fix"></div>':""}\n ${e.animation?'<div class="swal2-success-circular-line-right"></div>':""}\n`)(t),o=o.replace(/ style=".*?"/g,"")):"error"===t.icon?n='\n <span class="swal2-x-mark">\n <span class="swal2-x-mark-line-left"></span>\n <span class="swal2-x-mark-line-right"></span>\n </span>\n':t.icon&&(n=Be({question:"?",warning:"!",info:"i"}[t.icon])),o.trim()!==n.trim()&&N(e,n)},Ie=(e,t)=>{if(t.iconColor){e.style.color=t.iconColor,e.style.borderColor=t.iconColor;for(const o of[".swal2-success-line-tip",".swal2-success-line-long",".swal2-x-mark-line-left",".swal2-x-mark-line-right"])Z(e,o,"background-color",t.iconColor);Z(e,".swal2-success-ring","border-color",t.iconColor)}},Be=e=>`<div class="${a["icon-content"]}">${e}</div>`;let $e=!1,qe=0,Le=0,_e=0,De=0;const Oe=e=>{const t=k();if(e.target===t||C().contains(e.target)){$e=!0;const o=Qe(e);qe=o.clientX,Le=o.clientY,_e=parseInt(t.style.insetInlineStart)||0,De=parseInt(t.style.insetBlockStart)||0,X(t,"swal2-dragging")}},Pe=e=>{const t=k();if($e){let{clientX:o,clientY:n}=Qe(e);t.style.insetInlineStart=`${_e+(o-qe)}px`,t.style.insetBlockStart=`${De+(n-Le)}px`}},Me=()=>{const e=k();$e=!1,R(e,"swal2-dragging")},Qe=e=>{let t=0,o=0;return e.type.startsWith("mouse")?(t=e.clientX,o=e.clientY):e.type.startsWith("touch")&&(t=e.touches[0].clientX,o=e.touches[0].clientY),{clientX:t,clientY:o}},Ne=(e,t)=>{const o=b(),n=k();if(o&&n){if(t.toast){V(o,"width",t.width),n.style.width="100%";const e=q();e&&n.insertBefore(e,C())}else V(n,"width",t.width);V(n,"padding",t.padding),t.color&&(n.style.color=t.color),t.background&&(n.style.background=t.background),J(T()),He(n,t),t.draggable&&!t.toast?(X(n,a.draggable),(e=>{e.addEventListener("mousedown",Oe),document.body.addEventListener("mousemove",Pe),e.addEventListener("mouseup",Me),e.addEventListener("touchstart",Oe),document.body.addEventListener("touchmove",Pe),e.addEventListener("touchend",Me)})(n)):(R(n,a.draggable),(e=>{e.removeEventListener("mousedown",Oe),document.body.removeEventListener("mousemove",Pe),e.removeEventListener("mouseup",Me),e.removeEventListener("touchstart",Oe),document.body.removeEventListener("touchmove",Pe),e.removeEventListener("touchend",Me)})(n))}},He=(e,t)=>{const o=t.showClass||{};e.className=`${a.popup} ${ee(e)?o.popup:""}`,t.toast?(X([document.documentElement,document.body],a["toast-shown"]),X(e,a.toast)):X(e,a.modal),F(e,t,"popup"),"string"==typeof t.customClass&&X(e,t.customClass),t.icon&&X(e,a[`icon-${t.icon}`])},Fe=e=>{const t=document.createElement("li");return X(t,a["progress-step"]),N(t,e),t},ze=e=>{const t=document.createElement("li");return X(t,a["progress-step-line"]),e.progressStepsDistance&&V(t,"width",e.progressStepsDistance),t},je=(e,t)=>{Ne(0,t),he(0,t),((e,t)=>{const o=x();if(!o)return;const{progressSteps:n,currentProgressStep:s}=t;n&&0!==n.length&&void 0!==s?(U(o),o.textContent="",s>=n.length&&d("Invalid currentProgressStep parameter, it should be less than progressSteps.length (currentProgressStep like JS arrays starts from 0)"),n.forEach((e,i)=>{const r=Fe(e);if(o.appendChild(r),i===s&&X(r,a["active-progress-step"]),i!==n.length-1){const e=ze(t);o.appendChild(e)}})):J(o)})(0,t),((e,t)=>{const o=me.innerParams.get(e),n=C();if(n){if(o&&t.icon===o.icon)return Te(n,t),void Se(n,t);if(t.icon||t.iconHtml){if(t.icon&&-1===Object.keys(r).indexOf(t.icon))return u(`Unknown icon! Expected "success", "error", "warning", "info" or "question", got "${t.icon}"`),void J(n);U(n),Te(n,t),Se(n,t),X(n,t.showClass&&t.showClass.icon),window.matchMedia("(prefers-color-scheme: dark)").addEventListener("change",xe)}else J(n)}})(e,t),((e,t)=>{const o=S();o&&(t.imageUrl?(U(o,""),o.setAttribute("src",t.imageUrl),o.setAttribute("alt",t.imageAlt||""),V(o,"width",t.imageWidth),V(o,"height",t.imageHeight),o.className=a.image,F(o,t,"image")):J(o))})(0,t),((e,t)=>{const o=E();o&&(G(o),K(o,Boolean(t.title||t.titleText),"block"),t.title&&re(t.title,o),t.titleText&&(o.innerText=t.titleText),F(o,t,"title"))})(0,t),((e,t)=>{const o=O();o&&(N(o,t.closeButtonHtml||""),F(o,t,"closeButton"),K(o,t.showCloseButton),o.setAttribute("aria-label",t.closeButtonAriaLabel||""))})(0,t),Ae(e,t),de(0,t),((e,t)=>{const o=_();o&&(G(o),K(o,Boolean(t.footer),"block"),t.footer&&re(t.footer,o),F(o,t,"footer"))})(0,t);const o=k();"function"==typeof t.didRender&&o&&t.didRender(o),n.eventEmitter.emit("didRender",o)},We=()=>{var e;return null===(e=I())||void 0===e?void 0:e.click()},Xe=Object.freeze({cancel:"cancel",backdrop:"backdrop",close:"close",esc:"esc",timer:"timer"}),Re=e=>{e.keydownTarget&&e.keydownHandlerAdded&&(e.keydownTarget.removeEventListener("keydown",e.keydownHandler,{capture:e.keydownListenerCapture}),e.keydownHandlerAdded=!1)},Ye=(e,t)=>{var o;const n=P();if(n.length)return-2===(e+=t)&&(e=n.length-1),e===n.length?e=0:-1===e&&(e=n.length-1),void n[e].focus();null===(o=k())||void 0===o||o.focus()},Ve=["ArrowRight","ArrowDown"],Ue=["ArrowLeft","ArrowUp"],Je=(e,t,o)=>{e&&(t.isComposing||229===t.keyCode||(e.stopKeydownPropagation&&t.stopPropagation(),"Enter"===t.key?Ge(t,e):"Tab"===t.key?Ze(t):[...Ve,...Ue].includes(t.key)?Ke(t.key):"Escape"===t.key&&et(t,e,o)))},Ge=(e,t)=>{if(!m(t.allowEnterKey))return;const o=z(k(),t.input);if(e.target&&o&&e.target instanceof HTMLElement&&e.target.outerHTML===o.outerHTML){if(["textarea","file"].includes(t.input))return;We(),e.preventDefault()}},Ze=e=>{const t=e.target,o=P();let n=-1;for(let e=0;e<o.length;e++)if(t===o[e]){n=e;break}e.shiftKey?Ye(n,-1):Ye(n,1),e.stopPropagation(),e.preventDefault()},Ke=e=>{const t=L(),o=I(),n=$(),s=B();if(!(t&&o&&n&&s))return;const i=[o,n,s];if(document.activeElement instanceof HTMLElement&&!i.includes(document.activeElement))return;const a=Ve.includes(e)?"nextElementSibling":"previousElementSibling";let r=document.activeElement;if(r){for(let e=0;e<t.children.length;e++){if(r=r[a],!r)return;if(r instanceof HTMLButtonElement&&ee(r))break}r instanceof HTMLButtonElement&&r.focus()}},et=(e,t,o)=>{e.preventDefault(),m(t.allowEscapeKey)&&o(Xe.esc)};var tt={swalPromiseResolve:new WeakMap,swalPromiseReject:new WeakMap};const ot=()=>{Array.from(document.body.children).forEach(e=>{e.hasAttribute("data-previous-aria-hidden")?(e.setAttribute("aria-hidden",e.getAttribute("data-previous-aria-hidden")||""),e.removeAttribute("data-previous-aria-hidden")):e.removeAttribute("aria-hidden")})},nt="undefined"!=typeof window&&!!window.GestureEvent,st=()=>{const e=b();if(!e)return;let t;e.ontouchstart=e=>{t=it(e)},e.ontouchmove=e=>{t&&(e.preventDefault(),e.stopPropagation())}},it=e=>{const t=e.target,o=b(),n=A();return!(!o||!n||at(e)||rt(e)||t!==o&&(te(o)||!(t instanceof HTMLElement)||((e,t)=>{let o=e;for(;o&&o!==t;){if(te(o))return!0;o=o.parentElement}return!1})(t,n)||"INPUT"===t.tagName||"TEXTAREA"===t.tagName||te(n)&&n.contains(t)))},at=e=>e.touches&&e.touches.length&&"stylus"===e.touches[0].touchType,rt=e=>e.touches&&e.touches.length>1;let lt=null;const ct=e=>{null===lt&&(document.body.scrollHeight>window.innerHeight||"scroll"===e)&&(lt=parseInt(window.getComputedStyle(document.body).getPropertyValue("padding-right")),document.body.style.paddingRight=`${lt+(()=>{const e=document.createElement("div");e.className=a["scrollbar-measure"],document.body.appendChild(e);const t=e.getBoundingClientRect().width-e.clientWidth;return document.body.removeChild(e),t})()}px`)};function dt(e,t,o,i){Q()?bt(e,i):(s(o).then(()=>bt(e,i)),Re(n)),nt?(t.setAttribute("style","display:none !important"),t.removeAttribute("class"),t.innerHTML=""):t.remove(),M()&&(null!==lt&&(document.body.style.paddingRight=`${lt}px`,lt=null),(()=>{if(H(document.body,a.iosfix)){const e=parseInt(document.body.style.top,10);R(document.body,a.iosfix),document.body.style.top="",document.body.scrollTop=-1*e}})(),ot()),R([document.documentElement,document.body],[a.shown,a["height-auto"],a["no-backdrop"],a["toast-shown"]])}function ut(e){e=wt(e);const t=tt.swalPromiseResolve.get(this),o=pt(this);this.isAwaitingPromise?e.isDismissed||(mt(this),t(e)):o&&t(e)}const pt=e=>{const t=k();if(!t)return!1;const o=me.innerParams.get(e);if(!o||H(t,o.hideClass.popup))return!1;R(t,o.showClass.popup),X(t,o.hideClass.popup);const n=b();return R(n,o.showClass.backdrop),X(n,o.hideClass.backdrop),gt(e,t,o),!0};function ht(e){const t=tt.swalPromiseReject.get(this);mt(this),t&&t(e)}const mt=e=>{e.isAwaitingPromise&&(delete e.isAwaitingPromise,me.innerParams.get(e)||e._destroy())},wt=e=>void 0===e?{isConfirmed:!1,isDenied:!1,isDismissed:!0}:Object.assign({isConfirmed:!1,isDenied:!1,isDismissed:!1},e),gt=(e,t,o)=>{var s;const i=b(),a=oe(t);"function"==typeof o.willClose&&o.willClose(t),null===(s=n.eventEmitter)||void 0===s||s.emit("willClose",t),a?ft(e,t,i,o.returnFocus,o.didClose):dt(e,i,o.returnFocus,o.didClose)},ft=(e,t,o,s,i)=>{n.swalCloseEventFinishedCallback=dt.bind(null,e,o,s,i);const a=function(e){var o;e.target===t&&(null===(o=n.swalCloseEventFinishedCallback)||void 0===o||o.call(n),delete n.swalCloseEventFinishedCallback,t.removeEventListener("animationend",a),t.removeEventListener("transitionend",a))};t.addEventListener("animationend",a),t.addEventListener("transitionend",a)},bt=(e,t)=>{setTimeout(()=>{var o;"function"==typeof t&&t.bind(e.params)(),null===(o=n.eventEmitter)||void 0===o||o.emit("didClose"),e._destroy&&e._destroy()})},vt=e=>{let t=k();if(t||new Ko,t=k(),!t)return;const o=q();Q()?J(C()):yt(t,e),U(o),t.setAttribute("data-loading","true"),t.setAttribute("aria-busy","true"),t.focus()},yt=(e,t)=>{const o=L(),n=q();o&&n&&(!t&&ee(I())&&(t=I()),U(o),t&&(J(t),n.setAttribute("data-button-to-replace",t.className),o.insertBefore(n,t)),X([e,o],a.loading))},kt=e=>e.checked?1:0,Ct=e=>e.checked?e.value:null,Et=e=>e.files&&e.files.length?null!==e.getAttribute("multiple")?e.files:e.files[0]:null,At=(e,t)=>{const o=k();if(!o)return;const n=e=>{"select"===t.input?function(e,t,o){const n=Y(e,a.select);if(!n)return;const s=(e,t,n)=>{const s=document.createElement("option");s.value=n,N(s,t),s.selected=Tt(n,o.inputValue),e.appendChild(s)};t.forEach(e=>{const t=e[0],o=e[1];if(Array.isArray(o)){const e=document.createElement("optgroup");e.label=t,e.disabled=!1,n.appendChild(e),o.forEach(t=>s(e,t[1],t[0]))}else s(n,o,t)}),n.focus()}(o,xt(e),t):"radio"===t.input&&function(e,t,o){const n=Y(e,a.radio);if(!n)return;t.forEach(e=>{const t=e[0],s=e[1],i=document.createElement("input"),r=document.createElement("label");i.type="radio",i.name=a.radio,i.value=t,Tt(t,o.inputValue)&&(i.checked=!0);const l=document.createElement("span");N(l,s),l.className=a.label,r.appendChild(i),r.appendChild(l),n.appendChild(r)});const s=n.querySelectorAll("input");s.length&&s[0].focus()}(o,xt(e),t)};w(t.inputOptions)||f(t.inputOptions)?(vt(I()),g(t.inputOptions).then(t=>{e.hideLoading(),n(t)})):"object"==typeof t.inputOptions?n(t.inputOptions):u("Unexpected type of inputOptions! Expected object, Map or Promise, got "+typeof t.inputOptions)},St=(e,t)=>{const o=e.getInput();o&&(J(o),g(t.inputValue).then(n=>{o.value="number"===t.input?`${parseFloat(n)||0}`:`${n}`,U(o),o.focus(),e.hideLoading()}).catch(t=>{u(`Error in inputValue promise: ${t}`),o.value="",U(o),o.focus(),e.hideLoading()}))};const xt=e=>{const t=[];return e instanceof Map?e.forEach((e,o)=>{let n=e;"object"==typeof n&&(n=xt(n)),t.push([o,n])}):Object.keys(e).forEach(o=>{let n=e[o];"object"==typeof n&&(n=xt(n)),t.push([o,n])}),t},Tt=(e,t)=>!!t&&t.toString()===e.toString(),It=(e,t)=>{const o=me.innerParams.get(e);if(!o.input)return void u(`The "input" parameter is needed to be set when using returnInputValueOn${c(t)}`);const n=e.getInput(),s=((e,t)=>{const o=e.getInput();if(!o)return null;switch(t.input){case"checkbox":return kt(o);case"radio":return Ct(o);case"file":return Et(o);default:return t.inputAutoTrim?o.value.trim():o.value}})(e,o);o.inputValidator?Bt(e,s,t):n&&!n.checkValidity()?(e.enableButtons(),e.showValidationMessage(o.validationMessage||n.validationMessage)):"deny"===t?$t(e,s):_t(e,s)},Bt=(e,t,o)=>{const n=me.innerParams.get(e);e.disableInput(),Promise.resolve().then(()=>g(n.inputValidator(t,n.validationMessage))).then(n=>{e.enableButtons(),e.enableInput(),n?e.showValidationMessage(n):"deny"===o?$t(e,t):_t(e,t)})},$t=(e,t)=>{const o=me.innerParams.get(e||void 0);o.showLoaderOnDeny&&vt($()),o.preDeny?(e.isAwaitingPromise=!0,Promise.resolve().then(()=>g(o.preDeny(t,o.validationMessage))).then(o=>{!1===o?(e.hideLoading(),mt(e)):e.close({isDenied:!0,value:void 0===o?t:o})}).catch(t=>Lt(e||void 0,t))):e.close({isDenied:!0,value:t})},qt=(e,t)=>{e.close({isConfirmed:!0,value:t})},Lt=(e,t)=>{e.rejectPromise(t)},_t=(e,t)=>{const o=me.innerParams.get(e||void 0);o.showLoaderOnConfirm&&vt(),o.preConfirm?(e.resetValidationMessage(),e.isAwaitingPromise=!0,Promise.resolve().then(()=>g(o.preConfirm(t,o.validationMessage))).then(o=>{ee(T())||!1===o?(e.hideLoading(),mt(e)):qt(e,void 0===o?t:o)}).catch(t=>Lt(e||void 0,t))):qt(e,t)};function Dt(){const e=me.innerParams.get(this);if(!e)return;const t=me.domCache.get(this);J(t.loader),Q()?e.icon&&U(C()):Ot(t),R([t.popup,t.actions],a.loading),t.popup.removeAttribute("aria-busy"),t.popup.removeAttribute("data-loading"),t.confirmButton.disabled=!1,t.denyButton.disabled=!1,t.cancelButton.disabled=!1}const Ot=e=>{const t=e.popup.getElementsByClassName(e.loader.getAttribute("data-button-to-replace"));t.length?U(t[0],"inline-block"):!ee(I())&&!ee($())&&!ee(B())&&J(e.actions)};function Pt(){const e=me.innerParams.get(this),t=me.domCache.get(this);return t?z(t.popup,e.input):null}function Mt(e,t,o){const n=me.domCache.get(e);t.forEach(e=>{n[e].disabled=o})}function Qt(e,t){const o=k();if(o&&e)if("radio"===e.type){const e=o.querySelectorAll(`[name="${a.radio}"]`);for(let o=0;o<e.length;o++)e[o].disabled=t}else e.disabled=t}function Nt(){Mt(this,["confirmButton","denyButton","cancelButton"],!1)}function Ht(){Mt(this,["confirmButton","denyButton","cancelButton"],!0)}function Ft(){Qt(this.getInput(),!1)}function zt(){Qt(this.getInput(),!0)}function jt(e){const t=me.domCache.get(this),o=me.innerParams.get(this);N(t.validationMessage,e),t.validationMessage.className=a["validation-message"],o.customClass&&o.customClass.validationMessage&&X(t.validationMessage,o.customClass.validationMessage),U(t.validationMessage);const n=this.getInput();n&&(n.setAttribute("aria-invalid","true"),n.setAttribute("aria-describedby",a["validation-message"]),j(n),X(n,a.inputerror))}function Wt(){const e=me.domCache.get(this);e.validationMessage&&J(e.validationMessage);const t=this.getInput();t&&(t.removeAttribute("aria-invalid"),t.removeAttribute("aria-describedby"),R(t,a.inputerror))}const Xt={title:"",titleText:"",text:"",html:"",footer:"",icon:void 0,iconColor:void 0,iconHtml:void 0,template:void 0,toast:!1,draggable:!1,animation:!0,theme:"light",showClass:{popup:"swal2-show",backdrop:"swal2-backdrop-show",icon:"swal2-icon-show"},hideClass:{popup:"swal2-hide",backdrop:"swal2-backdrop-hide",icon:"swal2-icon-hide"},customClass:{},target:"body",color:void 0,backdrop:!0,heightAuto:!0,allowOutsideClick:!0,allowEscapeKey:!0,allowEnterKey:!0,stopKeydownPropagation:!0,keydownListenerCapture:!1,showConfirmButton:!0,showDenyButton:!1,showCancelButton:!1,preConfirm:void 0,preDeny:void 0,confirmButtonText:"OK",confirmButtonAriaLabel:"",confirmButtonColor:void 0,denyButtonText:"No",denyButtonAriaLabel:"",denyButtonColor:void 0,cancelButtonText:"Cancel",cancelButtonAriaLabel:"",cancelButtonColor:void 0,buttonsStyling:!0,reverseButtons:!1,focusConfirm:!0,focusDeny:!1,focusCancel:!1,returnFocus:!0,showCloseButton:!1,closeButtonHtml:"×",closeButtonAriaLabel:"Close this dialog",loaderHtml:"",showLoaderOnConfirm:!1,showLoaderOnDeny:!1,imageUrl:void 0,imageWidth:void 0,imageHeight:void 0,imageAlt:"",timer:void 0,timerProgressBar:!1,width:void 0,padding:void 0,background:void 0,input:void 0,inputPlaceholder:"",inputLabel:"",inputValue:"",inputOptions:{},inputAutoFocus:!0,inputAutoTrim:!0,inputAttributes:{},inputValidator:void 0,returnInputValueOnDeny:!1,validationMessage:void 0,grow:!1,position:"center",progressSteps:[],currentProgressStep:void 0,progressStepsDistance:void 0,willOpen:void 0,didOpen:void 0,didRender:void 0,willClose:void 0,didClose:void 0,didDestroy:void 0,scrollbarPadding:!0,topLayer:!1},Rt=["allowEscapeKey","allowOutsideClick","background","buttonsStyling","cancelButtonAriaLabel","cancelButtonColor","cancelButtonText","closeButtonAriaLabel","closeButtonHtml","color","confirmButtonAriaLabel","confirmButtonColor","confirmButtonText","currentProgressStep","customClass","denyButtonAriaLabel","denyButtonColor","denyButtonText","didClose","didDestroy","draggable","footer","hideClass","html","icon","iconColor","iconHtml","imageAlt","imageHeight","imageUrl","imageWidth","preConfirm","preDeny","progressSteps","returnFocus","reverseButtons","showCancelButton","showCloseButton","showConfirmButton","showDenyButton","text","title","titleText","theme","willClose"],Yt={allowEnterKey:void 0},Vt=["allowOutsideClick","allowEnterKey","backdrop","draggable","focusConfirm","focusDeny","focusCancel","returnFocus","heightAuto","keydownListenerCapture"],Ut=e=>Object.prototype.hasOwnProperty.call(Xt,e),Jt=e=>-1!==Rt.indexOf(e),Gt=e=>Yt[e],Zt=e=>{Ut(e)||d(`Unknown parameter "${e}"`)},Kt=e=>{Vt.includes(e)&&d(`The parameter "${e}" is incompatible with toasts`)},eo=e=>{const t=Gt(e);t&&h(e,t)},to=e=>{!1===e.backdrop&&e.allowOutsideClick&&d('"allowOutsideClick" parameter requires `backdrop` parameter to be set to `true`'),e.theme&&!["light","dark","auto","minimal","borderless","bootstrap-4","bootstrap-4-light","bootstrap-4-dark","bootstrap-5","bootstrap-5-light","bootstrap-5-dark","material-ui","material-ui-light","material-ui-dark","embed-iframe","bulma","bulma-light","bulma-dark"].includes(e.theme)&&d(`Invalid theme "${e.theme}"`);for(const t in e)Zt(t),e.toast&&Kt(t),eo(t)};function oo(e){const t=b(),o=k(),n=me.innerParams.get(this);if(!o||H(o,n.hideClass.popup))return void d("You're trying to update the closed or closing popup, that won't work. Use the update() method in preConfirm parameter or show a new popup.");const s=no(e),i=Object.assign({},n,s);to(i),t.dataset.swal2Theme=i.theme,je(this,i),me.innerParams.set(this,i),Object.defineProperties(this,{params:{value:Object.assign({},this.params,e),writable:!1,enumerable:!0}})}const no=e=>{const t={};return Object.keys(e).forEach(o=>{Jt(o)?t[o]=e[o]:d(`Invalid parameter to update: ${o}`)}),t};function so(){const e=me.domCache.get(this),t=me.innerParams.get(this);t?(e.popup&&n.swalCloseEventFinishedCallback&&(n.swalCloseEventFinishedCallback(),delete n.swalCloseEventFinishedCallback),"function"==typeof t.didDestroy&&t.didDestroy(),n.eventEmitter.emit("didDestroy"),io(this)):ao(this)}const io=e=>{ao(e),delete e.params,delete n.keydownHandler,delete n.keydownTarget,delete n.currentInstance},ao=e=>{e.isAwaitingPromise?(ro(me,e),e.isAwaitingPromise=!0):(ro(tt,e),ro(me,e),delete e.isAwaitingPromise,delete e.disableButtons,delete e.enableButtons,delete e.getInput,delete e.disableInput,delete e.enableInput,delete e.hideLoading,delete e.disableLoading,delete e.showValidationMessage,delete e.resetValidationMessage,delete e.close,delete e.closePopup,delete e.closeModal,delete e.closeToast,delete e.rejectPromise,delete e.update,delete e._destroy)},ro=(e,t)=>{for(const o in e)e[o].delete(t)};var lo=Object.freeze({__proto__:null,_destroy:so,close:ut,closeModal:ut,closePopup:ut,closeToast:ut,disableButtons:Ht,disableInput:zt,disableLoading:Dt,enableButtons:Nt,enableInput:Ft,getInput:Pt,handleAwaitingPromise:mt,hideLoading:Dt,rejectPromise:ht,resetValidationMessage:Wt,showValidationMessage:jt,update:oo});const co=(e,t,o)=>{t.popup.onclick=()=>{e&&(uo(e)||e.timer||e.input)||o(Xe.close)}},uo=e=>!!(e.showConfirmButton||e.showDenyButton||e.showCancelButton||e.showCloseButton);let po=!1;const ho=e=>{e.popup.onmousedown=()=>{e.container.onmouseup=function(t){e.container.onmouseup=()=>{},t.target===e.container&&(po=!0)}}},mo=e=>{e.container.onmousedown=t=>{t.target===e.container&&t.preventDefault(),e.popup.onmouseup=function(t){e.popup.onmouseup=()=>{},(t.target===e.popup||t.target instanceof HTMLElement&&e.popup.contains(t.target))&&(po=!0)}}},wo=(e,t,o)=>{t.container.onclick=n=>{po?po=!1:n.target===t.container&&m(e.allowOutsideClick)&&o(Xe.backdrop)}},go=e=>e instanceof Element||(e=>"object"==typeof e&&e.jquery)(e);const fo=()=>{if(n.timeout)return(()=>{const e=D();if(!e)return;const t=parseInt(window.getComputedStyle(e).width);e.style.removeProperty("transition"),e.style.width="100%";const o=t/parseInt(window.getComputedStyle(e).width)*100;e.style.width=`${o}%`})(),n.timeout.stop()},bo=()=>{if(n.timeout){const e=n.timeout.start();return ne(e),e}};let vo=!1;const yo={};const ko=e=>{for(let t=e.target;t&&t!==document;t=t.parentNode)for(const e in yo){const o=t.getAttribute(e);if(o)return void yo[e].fire({template:o})}};n.eventEmitter=new class{constructor(){this.events={}}_getHandlersByEventName(e){return void 0===this.events[e]&&(this.events[e]=[]),this.events[e]}on(e,t){const o=this._getHandlersByEventName(e);o.includes(t)||o.push(t)}once(e,t){const o=(...n)=>{this.removeListener(e,o),t.apply(this,n)};this.on(e,o)}emit(e,...t){this._getHandlersByEventName(e).forEach(e=>{try{e.apply(this,t)}catch(e){console.error(e)}})}removeListener(e,t){const o=this._getHandlersByEventName(e),n=o.indexOf(t);n>-1&&o.splice(n,1)}removeAllListeners(e){void 0!==this.events[e]&&(this.events[e].length=0)}reset(){this.events={}}};var Co=Object.freeze({__proto__:null,argsToParams:e=>{const t={};return"object"!=typeof e[0]||go(e[0])?["title","html","icon"].forEach((o,n)=>{const s=e[n];"string"==typeof s||go(s)?t[o]=s:void 0!==s&&u(`Unexpected type of ${o}! Expected "string" or "Element", got ${typeof s}`)}):Object.assign(t,e[0]),t},bindClickHandler:function(e="data-swal-template"){yo[e]=this,vo||(document.body.addEventListener("click",ko),vo=!0)},clickCancel:()=>{var e;return null===(e=B())||void 0===e?void 0:e.click()},clickConfirm:We,clickDeny:()=>{var e;return null===(e=$())||void 0===e?void 0:e.click()},enableLoading:vt,fire:function(...e){return new this(...e)},getActions:L,getCancelButton:B,getCloseButton:O,getConfirmButton:I,getContainer:b,getDenyButton:$,getFocusableElements:P,getFooter:_,getHtmlContainer:A,getIcon:C,getIconContent:()=>y(a["icon-content"]),getImage:S,getInputLabel:()=>y(a["input-label"]),getLoader:q,getPopup:k,getProgressSteps:x,getTimerLeft:()=>n.timeout&&n.timeout.getTimerLeft(),getTimerProgressBar:D,getTitle:E,getValidationMessage:T,increaseTimer:e=>{if(n.timeout){const t=n.timeout.increase(e);return ne(t,!0),t}},isDeprecatedParameter:Gt,isLoading:()=>{const e=k();return!!e&&e.hasAttribute("data-loading")},isTimerRunning:()=>!(!n.timeout||!n.timeout.isRunning()),isUpdatableParameter:Jt,isValidParameter:Ut,isVisible:()=>ee(k()),mixin:function(e){return class extends(this){_main(t,o){return super._main(t,Object.assign({},e,o))}}},off:(e,t)=>{e?t?n.eventEmitter.removeListener(e,t):n.eventEmitter.removeAllListeners(e):n.eventEmitter.reset()},on:(e,t)=>{n.eventEmitter.on(e,t)},once:(e,t)=>{n.eventEmitter.once(e,t)},resumeTimer:bo,showLoading:vt,stopTimer:fo,toggleTimer:()=>{const e=n.timeout;return e&&(e.running?fo():bo())}});class Eo{constructor(e,t){this.callback=e,this.remaining=t,this.running=!1,this.start()}start(){return this.running||(this.running=!0,this.started=new Date,this.id=setTimeout(this.callback,this.remaining)),this.remaining}stop(){return this.started&&this.running&&(this.running=!1,clearTimeout(this.id),this.remaining-=(new Date).getTime()-this.started.getTime()),this.remaining}increase(e){const t=this.running;return t&&this.stop(),this.remaining+=e,t&&this.start(),this.remaining}getTimerLeft(){return this.running&&(this.stop(),this.start()),this.remaining}isRunning(){return this.running}}const Ao=["swal-title","swal-html","swal-footer"],So=e=>{const t={};return Array.from(e.querySelectorAll("swal-param")).forEach(e=>{_o(e,["name","value"]);const o=e.getAttribute("name"),n=e.getAttribute("value");o&&n&&(t[o]="boolean"==typeof Xt[o]?"false"!==n:"object"==typeof Xt[o]?JSON.parse(n):n)}),t},xo=e=>{const t={};return Array.from(e.querySelectorAll("swal-function-param")).forEach(e=>{const o=e.getAttribute("name"),n=e.getAttribute("value");o&&n&&(t[o]=new Function(`return ${n}`)())}),t},To=e=>{const t={};return Array.from(e.querySelectorAll("swal-button")).forEach(e=>{_o(e,["type","color","aria-label"]);const o=e.getAttribute("type");o&&["confirm","cancel","deny"].includes(o)&&(t[`${o}ButtonText`]=e.innerHTML,t[`show${c(o)}Button`]=!0,e.hasAttribute("color")&&(t[`${o}ButtonColor`]=e.getAttribute("color")),e.hasAttribute("aria-label")&&(t[`${o}ButtonAriaLabel`]=e.getAttribute("aria-label")))}),t},Io=e=>{const t={},o=e.querySelector("swal-image");return o&&(_o(o,["src","width","height","alt"]),o.hasAttribute("src")&&(t.imageUrl=o.getAttribute("src")||void 0),o.hasAttribute("width")&&(t.imageWidth=o.getAttribute("width")||void 0),o.hasAttribute("height")&&(t.imageHeight=o.getAttribute("height")||void 0),o.hasAttribute("alt")&&(t.imageAlt=o.getAttribute("alt")||void 0)),t},Bo=e=>{const t={},o=e.querySelector("swal-icon");return o&&(_o(o,["type","color"]),o.hasAttribute("type")&&(t.icon=o.getAttribute("type")),o.hasAttribute("color")&&(t.iconColor=o.getAttribute("color")),t.iconHtml=o.innerHTML),t},$o=e=>{const t={},o=e.querySelector("swal-input");o&&(_o(o,["type","label","placeholder","value"]),t.input=o.getAttribute("type")||"text",o.hasAttribute("label")&&(t.inputLabel=o.getAttribute("label")),o.hasAttribute("placeholder")&&(t.inputPlaceholder=o.getAttribute("placeholder")),o.hasAttribute("value")&&(t.inputValue=o.getAttribute("value")));const n=Array.from(e.querySelectorAll("swal-input-option"));return n.length&&(t.inputOptions={},n.forEach(e=>{_o(e,["value"]);const o=e.getAttribute("value");if(!o)return;const n=e.innerHTML;t.inputOptions[o]=n})),t},qo=(e,t)=>{const o={};for(const n in t){const s=t[n],i=e.querySelector(s);i&&(_o(i,[]),o[s.replace(/^swal-/,"")]=i.innerHTML.trim())}return o},Lo=e=>{const t=Ao.concat(["swal-param","swal-function-param","swal-button","swal-image","swal-icon","swal-input","swal-input-option"]);Array.from(e.children).forEach(e=>{const o=e.tagName.toLowerCase();t.includes(o)||d(`Unrecognized element <${o}>`)})},_o=(e,t)=>{Array.from(e.attributes).forEach(o=>{-1===t.indexOf(o.name)&&d([`Unrecognized attribute "${o.name}" on <${e.tagName.toLowerCase()}>.`,t.length?`Allowed attributes are: ${t.join(", ")}`:"To set the value, use HTML within the element."])})},Do=e=>{const t=b(),o=k();"function"==typeof e.willOpen&&e.willOpen(o),n.eventEmitter.emit("willOpen",o);const s=window.getComputedStyle(document.body).overflowY;Qo(t,o,e),setTimeout(()=>{Po(t,o)},10),M()&&(Mo(t,e.scrollbarPadding,s),(()=>{const e=b();Array.from(document.body.children).forEach(t=>{t.contains(e)||(t.hasAttribute("aria-hidden")&&t.setAttribute("data-previous-aria-hidden",t.getAttribute("aria-hidden")||""),t.setAttribute("aria-hidden","true"))})})()),Q()||n.previousActiveElement||(n.previousActiveElement=document.activeElement),"function"==typeof e.didOpen&&setTimeout(()=>e.didOpen(o)),n.eventEmitter.emit("didOpen",o)},Oo=e=>{const t=k();if(e.target!==t)return;const o=b();t.removeEventListener("animationend",Oo),t.removeEventListener("transitionend",Oo),o.style.overflowY="auto",R(o,a["no-transition"])},Po=(e,t)=>{oe(t)?(e.style.overflowY="hidden",t.addEventListener("animationend",Oo),t.addEventListener("transitionend",Oo)):e.style.overflowY="auto"},Mo=(e,t,o)=>{(()=>{if(nt&&!H(document.body,a.iosfix)){const e=document.body.scrollTop;document.body.style.top=-1*e+"px",X(document.body,a.iosfix),st()}})(),t&&"hidden"!==o&&ct(o),setTimeout(()=>{e.scrollTop=0})},Qo=(e,t,o)=>{X(e,o.showClass.backdrop),o.animation?(t.style.setProperty("opacity","0","important"),U(t,"grid"),setTimeout(()=>{X(t,o.showClass.popup),t.style.removeProperty("opacity")},10)):U(t,"grid"),X([document.documentElement,document.body],a.shown),o.heightAuto&&o.backdrop&&!o.toast&&X([document.documentElement,document.body],a["height-auto"])};var No=(e,t)=>/^[a-zA-Z0-9.+_'-]+@[a-zA-Z0-9.-]+\.[a-zA-Z0-9-]+$/.test(e)?Promise.resolve():Promise.resolve(t||"Invalid email address"),Ho=(e,t)=>/^https?:\/\/(www\.)?[-a-zA-Z0-9@:%._+~#=]{1,256}\.[a-z]{2,63}\b([-a-zA-Z0-9@:%_+.~#?&/=]*)$/.test(e)?Promise.resolve():Promise.resolve(t||"Invalid URL");function Fo(e){(function(e){e.inputValidator||("email"===e.input&&(e.inputValidator=No),"url"===e.input&&(e.inputValidator=Ho))})(e),e.showLoaderOnConfirm&&!e.preConfirm&&d("showLoaderOnConfirm is set to true, but preConfirm is not defined.\nshowLoaderOnConfirm should be used together with preConfirm, see usage example:\nhttps://sweetalert2.github.io/#ajax-request"),function(e){(!e.target||"string"==typeof e.target&&!document.querySelector(e.target)||"string"!=typeof e.target&&!e.target.appendChild)&&(d('Target parameter is not valid, defaulting to "body"'),e.target="body")}(e),"string"==typeof e.title&&(e.title=e.title.split("\n").join("<br />")),ae(e)}let zo;var jo=new WeakMap;class Wo{constructor(...t){if(o(this,jo,void 0),"undefined"==typeof window)return;zo=this;const n=Object.freeze(this.constructor.argsToParams(t));var s,i,a;this.params=n,this.isAwaitingPromise=!1,s=jo,i=this,a=this._main(zo.params),s.set(e(s,i),a)}_main(e,t={}){if(to(Object.assign({},t,e)),n.currentInstance){const e=tt.swalPromiseResolve.get(n.currentInstance),{isAwaitingPromise:t}=n.currentInstance;n.currentInstance._destroy(),t||e({isDismissed:!0}),M()&&ot()}n.currentInstance=zo;const o=Ro(e,t);Fo(o),Object.freeze(o),n.timeout&&(n.timeout.stop(),delete n.timeout),clearTimeout(n.restoreFocusTimeout);const s=Yo(zo);return je(zo,o),me.innerParams.set(zo,o),Xo(zo,s,o)}then(e){return t(jo,this).then(e)}finally(e){return t(jo,this).finally(e)}}const Xo=(e,t,o)=>new Promise((s,i)=>{const a=t=>{e.close({isDismissed:!0,dismiss:t,isConfirmed:!1,isDenied:!1})};tt.swalPromiseResolve.set(e,s),tt.swalPromiseReject.set(e,i),t.confirmButton.onclick=()=>{(e=>{const t=me.innerParams.get(e);e.disableButtons(),t.input?It(e,"confirm"):_t(e,!0)})(e)},t.denyButton.onclick=()=>{(e=>{const t=me.innerParams.get(e);e.disableButtons(),t.returnInputValueOnDeny?It(e,"deny"):$t(e,!1)})(e)},t.cancelButton.onclick=()=>{((e,t)=>{e.disableButtons(),t(Xe.cancel)})(e,a)},t.closeButton.onclick=()=>{a(Xe.close)},((e,t,o)=>{e.toast?co(e,t,o):(ho(t),mo(t),wo(e,t,o))})(o,t,a),((e,t,o)=>{Re(e),t.toast||(e.keydownHandler=e=>Je(t,e,o),e.keydownTarget=t.keydownListenerCapture?window:k(),e.keydownListenerCapture=t.keydownListenerCapture,e.keydownTarget.addEventListener("keydown",e.keydownHandler,{capture:e.keydownListenerCapture}),e.keydownHandlerAdded=!0)})(n,o,a),((e,t)=>{"select"===t.input||"radio"===t.input?At(e,t):["text","email","number","tel","textarea"].some(e=>e===t.input)&&(w(t.inputValue)||f(t.inputValue))&&(vt(I()),St(e,t))})(e,o),Do(o),Vo(n,o,a),Uo(t,o),setTimeout(()=>{t.container.scrollTop=0})}),Ro=(e,t)=>{const o=(e=>{const t="string"==typeof e.template?document.querySelector(e.template):e.template;if(!t)return{};const o=t.content;return Lo(o),Object.assign(So(o),xo(o),To(o),Io(o),Bo(o),$o(o),qo(o,Ao))})(e),n=Object.assign({},Xt,t,o,e);return n.showClass=Object.assign({},Xt.showClass,n.showClass),n.hideClass=Object.assign({},Xt.hideClass,n.hideClass),!1===n.animation&&(n.showClass={backdrop:"swal2-noanimation"},n.hideClass={}),n},Yo=e=>{const t={popup:k(),container:b(),actions:L(),confirmButton:I(),denyButton:$(),cancelButton:B(),loader:q(),closeButton:O(),validationMessage:T(),progressSteps:x()};return me.domCache.set(e,t),t},Vo=(e,t,o)=>{const n=D();J(n),t.timer&&(e.timeout=new Eo(()=>{o("timer"),delete e.timeout},t.timer),t.timerProgressBar&&(U(n),F(n,t,"timerProgressBar"),setTimeout(()=>{e.timeout&&e.timeout.running&&ne(t.timer)})))},Uo=(e,t)=>{if(!t.toast)return m(t.allowEnterKey)?void(Jo(e)||Go(e,t)||Ye(-1,1)):(h("allowEnterKey"),void Zo())},Jo=e=>{const t=Array.from(e.popup.querySelectorAll("[autofocus]"));for(const e of t)if(e instanceof HTMLElement&&ee(e))return e.focus(),!0;return!1},Go=(e,t)=>t.focusDeny&&ee(e.denyButton)?(e.denyButton.focus(),!0):t.focusCancel&&ee(e.cancelButton)?(e.cancelButton.focus(),!0):!(!t.focusConfirm||!ee(e.confirmButton)||(e.confirmButton.focus(),0)),Zo=()=>{document.activeElement instanceof HTMLElement&&"function"==typeof document.activeElement.blur&&document.activeElement.blur()};Wo.prototype.disableButtons=Ht,Wo.prototype.enableButtons=Nt,Wo.prototype.getInput=Pt,Wo.prototype.disableInput=zt,Wo.prototype.enableInput=Ft,Wo.prototype.hideLoading=Dt,Wo.prototype.disableLoading=Dt,Wo.prototype.showValidationMessage=jt,Wo.prototype.resetValidationMessage=Wt,Wo.prototype.close=ut,Wo.prototype.closePopup=ut,Wo.prototype.closeModal=ut,Wo.prototype.closeToast=ut,Wo.prototype.rejectPromise=ht,Wo.prototype.update=oo,Wo.prototype._destroy=so,Object.assign(Wo,Co),Object.keys(lo).forEach(e=>{Wo[e]=function(...t){return zo&&zo[e]?zo[e](...t):null}}),Wo.DismissReason=Xe,Wo.version="11.26.3";const Ko=Wo;return Ko.default=Ko,Ko}(),void 0!==this&&this.Sweetalert2&&(this.swal=this.sweetAlert=this.Swal=this.SweetAlert=this.Sweetalert2),"undefined"!=typeof document&&function(e,t){var o=e.createElement("style");if(e.getElementsByTagName("head")[0].appendChild(o),o.styleSheet)o.styleSheet.disabled||(o.styleSheet.cssText=t);else try{o.innerHTML=t}catch(e){o.innerText=t}}(document,':root{--swal2-outline: 0 0 0 3px rgba(100, 150, 200, 0.5);--swal2-container-padding: 0.625em;--swal2-backdrop: rgba(0, 0, 0, 0.4);--swal2-backdrop-transition: background-color 0.15s;--swal2-width: 32em;--swal2-padding: 0 0 1.25em;--swal2-border: none;--swal2-border-radius: 0.3125rem;--swal2-background: white;--swal2-color: #545454;--swal2-show-animation: swal2-show 0.3s;--swal2-hide-animation: swal2-hide 0.15s forwards;--swal2-icon-zoom: 1;--swal2-icon-animations: true;--swal2-title-padding: 0.8em 1em 0;--swal2-html-container-padding: 1em 1.6em 0.3em;--swal2-input-border: 1px solid #d9d9d9;--swal2-input-border-radius: 0.1875em;--swal2-input-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;--swal2-input-background: transparent;--swal2-input-transition: border-color 0.2s, box-shadow 0.2s;--swal2-input-hover-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;--swal2-input-focus-border: 1px solid #b4dbed;--swal2-input-focus-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);--swal2-progress-step-background: #add8e6;--swal2-validation-message-background: #f0f0f0;--swal2-validation-message-color: #666;--swal2-footer-border-color: #eee;--swal2-footer-background: transparent;--swal2-footer-color: inherit;--swal2-timer-progress-bar-background: rgba(0, 0, 0, 0.3);--swal2-close-button-position: initial;--swal2-close-button-inset: auto;--swal2-close-button-font-size: 2.5em;--swal2-close-button-color: #ccc;--swal2-close-button-transition: color 0.2s, box-shadow 0.2s;--swal2-close-button-outline: initial;--swal2-close-button-box-shadow: inset 0 0 0 3px transparent;--swal2-close-button-focus-box-shadow: inset var(--swal2-outline);--swal2-close-button-hover-transform: none;--swal2-actions-justify-content: center;--swal2-actions-width: auto;--swal2-actions-margin: 1.25em auto 0;--swal2-actions-padding: 0;--swal2-actions-border-radius: 0;--swal2-actions-background: transparent;--swal2-action-button-transition: background-color 0.2s, box-shadow 0.2s;--swal2-action-button-hover: black 10%;--swal2-action-button-active: black 10%;--swal2-confirm-button-box-shadow: none;--swal2-confirm-button-border-radius: 0.25em;--swal2-confirm-button-background-color: #7066e0;--swal2-confirm-button-color: #fff;--swal2-deny-button-box-shadow: none;--swal2-deny-button-border-radius: 0.25em;--swal2-deny-button-background-color: #dc3741;--swal2-deny-button-color: #fff;--swal2-cancel-button-box-shadow: none;--swal2-cancel-button-border-radius: 0.25em;--swal2-cancel-button-background-color: #6e7881;--swal2-cancel-button-color: #fff;--swal2-toast-show-animation: swal2-toast-show 0.5s;--swal2-toast-hide-animation: swal2-toast-hide 0.1s forwards;--swal2-toast-border: none;--swal2-toast-box-shadow: 0 0 1px hsl(0deg 0% 0% / 0.075), 0 1px 2px hsl(0deg 0% 0% / 0.075), 1px 2px 4px hsl(0deg 0% 0% / 0.075), 1px 3px 8px hsl(0deg 0% 0% / 0.075), 2px 4px 16px hsl(0deg 0% 0% / 0.075)}[data-swal2-theme=dark]{--swal2-dark-theme-black: #19191a;--swal2-dark-theme-white: #e1e1e1;--swal2-background: var(--swal2-dark-theme-black);--swal2-color: var(--swal2-dark-theme-white);--swal2-footer-border-color: #555;--swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);--swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );--swal2-validation-message-color: var(--swal2-dark-theme-white);--swal2-timer-progress-bar-background: rgba(255, 255, 255, 0.7)}@media(prefers-color-scheme: dark){[data-swal2-theme=auto]{--swal2-dark-theme-black: #19191a;--swal2-dark-theme-white: #e1e1e1;--swal2-background: var(--swal2-dark-theme-black);--swal2-color: var(--swal2-dark-theme-white);--swal2-footer-border-color: #555;--swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);--swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );--swal2-validation-message-color: var(--swal2-dark-theme-white);--swal2-timer-progress-bar-background: rgba(255, 255, 255, 0.7)}}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto !important}body.swal2-no-backdrop .swal2-container{background-color:rgba(0,0,0,0) !important;pointer-events:none}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:all}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px var(--swal2-backdrop)}body.swal2-toast-shown .swal2-container{box-sizing:border-box;width:360px;max-width:100%;background-color:rgba(0,0,0,0);pointer-events:none}body.swal2-toast-shown .swal2-container.swal2-top{inset:0 auto auto 50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{inset:0 0 auto auto}body.swal2-toast-shown .swal2-container.swal2-top-start,body.swal2-toast-shown .swal2-container.swal2-top-left{inset:0 auto auto 0}body.swal2-toast-shown .swal2-container.swal2-center-start,body.swal2-toast-shown .swal2-container.swal2-center-left{inset:50% auto auto 0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{inset:50% auto auto 50%;transform:translate(-50%, -50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{inset:50% 0 auto auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-start,body.swal2-toast-shown .swal2-container.swal2-bottom-left{inset:auto auto 0 0}body.swal2-toast-shown .swal2-container.swal2-bottom{inset:auto auto 0 50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{inset:auto 0 0 auto}@media print{body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown){overflow-y:scroll !important}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown) .swal2-container{position:static !important}}div:where(.swal2-container){display:grid;position:fixed;z-index:1060;inset:0;box-sizing:border-box;grid-template-areas:"top-start top top-end" "center-start center center-end" "bottom-start bottom-center bottom-end";grid-template-rows:minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);height:100%;padding:var(--swal2-container-padding);overflow-x:hidden;transition:var(--swal2-backdrop-transition);-webkit-overflow-scrolling:touch}div:where(.swal2-container).swal2-backdrop-show,div:where(.swal2-container).swal2-noanimation{background:var(--swal2-backdrop)}div:where(.swal2-container).swal2-backdrop-hide{background:rgba(0,0,0,0) !important}div:where(.swal2-container).swal2-top-start,div:where(.swal2-container).swal2-center-start,div:where(.swal2-container).swal2-bottom-start{grid-template-columns:minmax(0, 1fr) auto auto}div:where(.swal2-container).swal2-top,div:where(.swal2-container).swal2-center,div:where(.swal2-container).swal2-bottom{grid-template-columns:auto minmax(0, 1fr) auto}div:where(.swal2-container).swal2-top-end,div:where(.swal2-container).swal2-center-end,div:where(.swal2-container).swal2-bottom-end{grid-template-columns:auto auto minmax(0, 1fr)}div:where(.swal2-container).swal2-top-start>.swal2-popup{align-self:start}div:where(.swal2-container).swal2-top>.swal2-popup{grid-column:2;place-self:start center}div:where(.swal2-container).swal2-top-end>.swal2-popup,div:where(.swal2-container).swal2-top-right>.swal2-popup{grid-column:3;place-self:start end}div:where(.swal2-container).swal2-center-start>.swal2-popup,div:where(.swal2-container).swal2-center-left>.swal2-popup{grid-row:2;align-self:center}div:where(.swal2-container).swal2-center>.swal2-popup{grid-column:2;grid-row:2;place-self:center center}div:where(.swal2-container).swal2-center-end>.swal2-popup,div:where(.swal2-container).swal2-center-right>.swal2-popup{grid-column:3;grid-row:2;place-self:center end}div:where(.swal2-container).swal2-bottom-start>.swal2-popup,div:where(.swal2-container).swal2-bottom-left>.swal2-popup{grid-column:1;grid-row:3;align-self:end}div:where(.swal2-container).swal2-bottom>.swal2-popup{grid-column:2;grid-row:3;place-self:end center}div:where(.swal2-container).swal2-bottom-end>.swal2-popup,div:where(.swal2-container).swal2-bottom-right>.swal2-popup{grid-column:3;grid-row:3;place-self:end end}div:where(.swal2-container).swal2-grow-row>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-column:1/4;width:100%}div:where(.swal2-container).swal2-grow-column>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-row:1/4;align-self:stretch}div:where(.swal2-container).swal2-no-transition{transition:none !important}div:where(.swal2-container)[popover]{width:auto;border:0}div:where(.swal2-container) div:where(.swal2-popup){display:none;position:relative;box-sizing:border-box;grid-template-columns:minmax(0, 100%);width:var(--swal2-width);max-width:100%;padding:var(--swal2-padding);border:var(--swal2-border);border-radius:var(--swal2-border-radius);background:var(--swal2-background);color:var(--swal2-color);font-family:inherit;font-size:1rem;container-name:swal2-popup}div:where(.swal2-container) div:where(.swal2-popup):focus{outline:none}div:where(.swal2-container) div:where(.swal2-popup).swal2-loading{overflow-y:hidden}div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable{cursor:grab}div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable div:where(.swal2-icon){cursor:grab}div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging{cursor:grabbing}div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging div:where(.swal2-icon){cursor:grabbing}div:where(.swal2-container) h2:where(.swal2-title){position:relative;max-width:100%;margin:0;padding:var(--swal2-title-padding);color:inherit;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;overflow-wrap:break-word;cursor:initial}div:where(.swal2-container) div:where(.swal2-actions){display:flex;z-index:1;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:var(--swal2-actions-justify-content);width:var(--swal2-actions-width);margin:var(--swal2-actions-margin);padding:var(--swal2-actions-padding);border-radius:var(--swal2-actions-border-radius);background:var(--swal2-actions-background)}div:where(.swal2-container) div:where(.swal2-loader){display:none;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 rgba(0,0,0,0) #2778c4 rgba(0,0,0,0)}div:where(.swal2-container) button:where(.swal2-styled){margin:.3125em;padding:.625em 1.1em;transition:var(--swal2-action-button-transition);border:none;box-shadow:0 0 0 3px rgba(0,0,0,0);font-weight:500}div:where(.swal2-container) button:where(.swal2-styled):not([disabled]){cursor:pointer}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){border-radius:var(--swal2-confirm-button-border-radius);background:initial;background-color:var(--swal2-confirm-button-background-color);box-shadow:var(--swal2-confirm-button-box-shadow);color:var(--swal2-confirm-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover{background-color:color-mix(in srgb, var(--swal2-confirm-button-background-color), var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):active{background-color:color-mix(in srgb, var(--swal2-confirm-button-background-color), var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny){border-radius:var(--swal2-deny-button-border-radius);background:initial;background-color:var(--swal2-deny-button-background-color);box-shadow:var(--swal2-deny-button-box-shadow);color:var(--swal2-deny-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):hover{background-color:color-mix(in srgb, var(--swal2-deny-button-background-color), var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):active{background-color:color-mix(in srgb, var(--swal2-deny-button-background-color), var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel){border-radius:var(--swal2-cancel-button-border-radius);background:initial;background-color:var(--swal2-cancel-button-background-color);box-shadow:var(--swal2-cancel-button-box-shadow);color:var(--swal2-cancel-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):hover{background-color:color-mix(in srgb, var(--swal2-cancel-button-background-color), var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):active{background-color:color-mix(in srgb, var(--swal2-cancel-button-background-color), var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):focus-visible{outline:none;box-shadow:var(--swal2-action-button-focus-box-shadow)}div:where(.swal2-container) button:where(.swal2-styled)[disabled]:not(.swal2-loading){opacity:.4}div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-footer){margin:1em 0 0;padding:1em 1em 0;border-top:1px solid var(--swal2-footer-border-color);background:var(--swal2-footer-background);color:var(--swal2-footer-color);font-size:1em;text-align:center;cursor:initial}div:where(.swal2-container) .swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;grid-column:auto !important;overflow:hidden;border-bottom-right-radius:var(--swal2-border-radius);border-bottom-left-radius:var(--swal2-border-radius)}div:where(.swal2-container) div:where(.swal2-timer-progress-bar){width:100%;height:.25em;background:var(--swal2-timer-progress-bar-background)}div:where(.swal2-container) img:where(.swal2-image){max-width:100%;margin:2em auto 1em;cursor:initial}div:where(.swal2-container) button:where(.swal2-close){position:var(--swal2-close-button-position);inset:var(--swal2-close-button-inset);z-index:2;align-items:center;justify-content:center;width:1.2em;height:1.2em;margin-top:0;margin-right:0;margin-bottom:-1.2em;padding:0;overflow:hidden;transition:var(--swal2-close-button-transition);border:none;border-radius:var(--swal2-border-radius);outline:var(--swal2-close-button-outline);background:rgba(0,0,0,0);color:var(--swal2-close-button-color);font-family:monospace;font-size:var(--swal2-close-button-font-size);cursor:pointer;justify-self:end}div:where(.swal2-container) button:where(.swal2-close):hover{transform:var(--swal2-close-button-hover-transform);background:rgba(0,0,0,0);color:#f27474}div:where(.swal2-container) button:where(.swal2-close):focus-visible{outline:none;box-shadow:var(--swal2-close-button-focus-box-shadow)}div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-html-container){z-index:1;justify-content:center;margin:0;padding:var(--swal2-html-container-padding);overflow:auto;color:inherit;font-size:1.125em;font-weight:normal;line-height:normal;text-align:center;overflow-wrap:break-word;word-break:break-word;cursor:initial}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea),div:where(.swal2-container) select:where(.swal2-select),div:where(.swal2-container) div:where(.swal2-radio),div:where(.swal2-container) label:where(.swal2-checkbox){margin:1em 2em 3px}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea){box-sizing:border-box;width:auto;transition:var(--swal2-input-transition);border:var(--swal2-input-border);border-radius:var(--swal2-input-border-radius);background:var(--swal2-input-background);box-shadow:var(--swal2-input-box-shadow);color:inherit;font-size:1.125em}div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror{border-color:#f27474 !important;box-shadow:0 0 2px #f27474 !important}div:where(.swal2-container) input:where(.swal2-input):hover,div:where(.swal2-container) input:where(.swal2-file):hover,div:where(.swal2-container) textarea:where(.swal2-textarea):hover{box-shadow:var(--swal2-input-hover-box-shadow)}div:where(.swal2-container) input:where(.swal2-input):focus,div:where(.swal2-container) input:where(.swal2-file):focus,div:where(.swal2-container) textarea:where(.swal2-textarea):focus{border:var(--swal2-input-focus-border);outline:none;box-shadow:var(--swal2-input-focus-box-shadow)}div:where(.swal2-container) input:where(.swal2-input)::placeholder,div:where(.swal2-container) input:where(.swal2-file)::placeholder,div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder{color:#ccc}div:where(.swal2-container) .swal2-range{margin:1em 2em 3px;background:var(--swal2-background)}div:where(.swal2-container) .swal2-range input{width:80%}div:where(.swal2-container) .swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}div:where(.swal2-container) .swal2-range input,div:where(.swal2-container) .swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}div:where(.swal2-container) .swal2-input{height:2.625em;padding:0 .75em}div:where(.swal2-container) .swal2-file{width:75%;margin-right:auto;margin-left:auto;background:var(--swal2-input-background);font-size:1.125em}div:where(.swal2-container) .swal2-textarea{height:6.75em;padding:.75em}div:where(.swal2-container) .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:var(--swal2-input-background);color:inherit;font-size:1.125em}div:where(.swal2-container) .swal2-radio,div:where(.swal2-container) .swal2-checkbox{align-items:center;justify-content:center;background:var(--swal2-background);color:inherit}div:where(.swal2-container) .swal2-radio label,div:where(.swal2-container) .swal2-checkbox label{margin:0 .6em;font-size:1.125em}div:where(.swal2-container) .swal2-radio input,div:where(.swal2-container) .swal2-checkbox input{flex-shrink:0;margin:0 .4em}div:where(.swal2-container) label:where(.swal2-input-label){display:flex;justify-content:center;margin:1em auto 0}div:where(.swal2-container) div:where(.swal2-validation-message){align-items:center;justify-content:center;margin:1em 0 0;padding:.625em;overflow:hidden;background:var(--swal2-validation-message-background);color:var(--swal2-validation-message-color);font-size:1em;font-weight:300}div:where(.swal2-container) div:where(.swal2-validation-message)::before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}div:where(.swal2-container) .swal2-progress-steps{flex-wrap:wrap;align-items:center;max-width:100%;margin:1.25em auto;padding:0;background:rgba(0,0,0,0);font-weight:600}div:where(.swal2-container) .swal2-progress-steps li{display:inline-block;position:relative}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step{z-index:20;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:var(--swal2-progress-step-background);color:#fff}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:var(--swal2-progress-step-background)}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line{z-index:10;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}div:where(.swal2-icon){position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:2.5em auto .6em;zoom:var(--swal2-icon-zoom);border:.25em solid rgba(0,0,0,0);border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;user-select:none}div:where(.swal2-icon) .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}div:where(.swal2-icon).swal2-error{border-color:#f27474;color:#f27474}div:where(.swal2-icon).swal2-error .swal2-x-mark{position:relative;flex-grow:1}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-error.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark{animation:swal2-animate-error-x-mark .5s}}div:where(.swal2-icon).swal2-warning{border-color:#f8bb86;color:#f8bb86}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-warning.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .5s}}div:where(.swal2-icon).swal2-info{border-color:#3fc3ee;color:#3fc3ee}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-info.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .8s}}div:where(.swal2-icon).swal2-question{border-color:#87adbd;color:#87adbd}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-question.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content{animation:swal2-animate-question-mark .8s}}div:where(.swal2-icon).swal2-success{border-color:#a5dc86;color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;border-radius:50%}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left]{top:-0.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right]{top:-0.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}div:where(.swal2-icon).swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-0.25em;left:-0.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}div:where(.swal2-icon).swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-animate-success-line-tip .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-animate-success-line-long .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right{animation:swal2-rotate-success-circular-line 4.25s ease-in}}[class^=swal2]{-webkit-tap-highlight-color:rgba(0,0,0,0)}.swal2-show{animation:var(--swal2-show-animation)}.swal2-hide{animation:var(--swal2-hide-animation)}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{margin-right:initial;margin-left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}.swal2-toast{box-sizing:border-box;grid-column:1/4 !important;grid-row:1/4 !important;grid-template-columns:min-content auto min-content;padding:1em;overflow-y:hidden;border:var(--swal2-toast-border);background:var(--swal2-background);box-shadow:var(--swal2-toast-box-shadow);pointer-events:all}.swal2-toast>*{grid-column:2}.swal2-toast h2:where(.swal2-title){margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-toast .swal2-loading{justify-content:center}.swal2-toast input:where(.swal2-input){height:2em;margin:.5em;font-size:1em}.swal2-toast .swal2-validation-message{font-size:1em}.swal2-toast div:where(.swal2-footer){margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-toast button:where(.swal2-close){grid-column:3/3;grid-row:1/99;align-self:center;width:.8em;height:.8em;margin:0;font-size:2em}.swal2-toast div:where(.swal2-html-container){margin:.5em 1em;padding:0;overflow:initial;font-size:1em;text-align:initial}.swal2-toast div:where(.swal2-html-container):empty{padding:0}.swal2-toast .swal2-loader{grid-column:1;grid-row:1/99;align-self:center;width:2em;height:2em;margin:.25em}.swal2-toast .swal2-icon{grid-column:1;grid-row:1/99;align-self:center;width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:bold}.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-toast div:where(.swal2-actions){justify-content:flex-start;height:auto;margin:0;margin-top:.5em;padding:0 .5em}.swal2-toast button:where(.swal2-styled){margin:.25em .5em;padding:.4em .6em;font-size:1em}.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;border-radius:50%}.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-0.8em;left:-0.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-0.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}@container swal2-popup style(--swal2-icon-animations:true){.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-toast-animate-success-line-tip .75s}.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-toast-animate-success-line-long .75s}}.swal2-toast.swal2-show{animation:var(--swal2-toast-show-animation)}.swal2-toast.swal2-hide{animation:var(--swal2-toast-hide-animation)}@keyframes swal2-show{0%{transform:translate3d(0, -50px, 0) scale(0.9);opacity:0}100%{transform:translate3d(0, 0, 0) scale(1);opacity:1}}@keyframes swal2-hide{0%{transform:translate3d(0, 0, 0) scale(1);opacity:1}100%{transform:translate3d(0, -50px, 0) scale(0.9);opacity:0}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-0.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(0.4);opacity:0}50%{margin-top:1.625em;transform:scale(0.4);opacity:0}80%{margin-top:-0.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0deg);opacity:1}}@keyframes swal2-rotate-loading{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes swal2-animate-question-mark{0%{transform:rotateY(-360deg)}100%{transform:rotateY(0)}}@keyframes swal2-animate-i-mark{0%{transform:rotateZ(45deg);opacity:0}25%{transform:rotateZ(-25deg);opacity:.4}50%{transform:rotateZ(15deg);opacity:.8}75%{transform:rotateZ(-5deg);opacity:1}100%{transform:rotateX(0);opacity:1}}@keyframes swal2-toast-show{0%{transform:translateY(-0.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(0.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0deg)}}@keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-0.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}')},7736:function(e){var t;t=function(e){var t=function(e){return new t.lib.init(e)};function o(e,t){return t.offset[e]?isNaN(t.offset[e])?t.offset[e]:t.offset[e]+"px":"0px"}function n(e,t){return!(!e||"string"!=typeof t||!(e.className&&e.className.trim().split(/\s+/gi).indexOf(t)>-1))}return t.defaults={oldestFirst:!0,text:"Toastify is awesome!",node:void 0,duration:3e3,selector:void 0,callback:function(){},destination:void 0,newWindow:!1,close:!1,gravity:"toastify-top",positionLeft:!1,position:"",backgroundColor:"",avatar:"",className:"",stopOnFocus:!0,onClick:function(){},offset:{x:0,y:0},escapeMarkup:!0,ariaLive:"polite",style:{background:""}},t.lib=t.prototype={toastify:"1.12.0",constructor:t,init:function(e){return e||(e={}),this.options={},this.toastElement=null,this.options.text=e.text||t.defaults.text,this.options.node=e.node||t.defaults.node,this.options.duration=0===e.duration?0:e.duration||t.defaults.duration,this.options.selector=e.selector||t.defaults.selector,this.options.callback=e.callback||t.defaults.callback,this.options.destination=e.destination||t.defaults.destination,this.options.newWindow=e.newWindow||t.defaults.newWindow,this.options.close=e.close||t.defaults.close,this.options.gravity="bottom"===e.gravity?"toastify-bottom":t.defaults.gravity,this.options.positionLeft=e.positionLeft||t.defaults.positionLeft,this.options.position=e.position||t.defaults.position,this.options.backgroundColor=e.backgroundColor||t.defaults.backgroundColor,this.options.avatar=e.avatar||t.defaults.avatar,this.options.className=e.className||t.defaults.className,this.options.stopOnFocus=void 0===e.stopOnFocus?t.defaults.stopOnFocus:e.stopOnFocus,this.options.onClick=e.onClick||t.defaults.onClick,this.options.offset=e.offset||t.defaults.offset,this.options.escapeMarkup=void 0!==e.escapeMarkup?e.escapeMarkup:t.defaults.escapeMarkup,this.options.ariaLive=e.ariaLive||t.defaults.ariaLive,this.options.style=e.style||t.defaults.style,e.backgroundColor&&(this.options.style.background=e.backgroundColor),this},buildToast:function(){if(!this.options)throw"Toastify is not initialized";var e=document.createElement("div");for(var t in e.className="toastify on "+this.options.className,this.options.position?e.className+=" toastify-"+this.options.position:!0===this.options.positionLeft?(e.className+=" toastify-left",console.warn("Property `positionLeft` will be depreciated in further versions. Please use `position` instead.")):e.className+=" toastify-right",e.className+=" "+this.options.gravity,this.options.backgroundColor&&console.warn('DEPRECATION NOTICE: "backgroundColor" is being deprecated. Please use the "style.background" property.'),this.options.style)e.style[t]=this.options.style[t];if(this.options.ariaLive&&e.setAttribute("aria-live",this.options.ariaLive),this.options.node&&this.options.node.nodeType===Node.ELEMENT_NODE)e.appendChild(this.options.node);else if(this.options.escapeMarkup?e.innerText=this.options.text:e.innerHTML=this.options.text,""!==this.options.avatar){var n=document.createElement("img");n.src=this.options.avatar,n.className="toastify-avatar","left"==this.options.position||!0===this.options.positionLeft?e.appendChild(n):e.insertAdjacentElement("afterbegin",n)}if(!0===this.options.close){var s=document.createElement("button");s.type="button",s.setAttribute("aria-label","Close"),s.className="toast-close",s.innerHTML="✖",s.addEventListener("click",function(e){e.stopPropagation(),this.removeElement(this.toastElement),window.clearTimeout(this.toastElement.timeOutValue)}.bind(this));var i=window.innerWidth>0?window.innerWidth:screen.width;("left"==this.options.position||!0===this.options.positionLeft)&&i>360?e.insertAdjacentElement("afterbegin",s):e.appendChild(s)}if(this.options.stopOnFocus&&this.options.duration>0){var a=this;e.addEventListener("mouseover",function(t){window.clearTimeout(e.timeOutValue)}),e.addEventListener("mouseleave",function(){e.timeOutValue=window.setTimeout(function(){a.removeElement(e)},a.options.duration)})}if(void 0!==this.options.destination&&e.addEventListener("click",function(e){e.stopPropagation(),!0===this.options.newWindow?window.open(this.options.destination,"_blank"):window.location=this.options.destination}.bind(this)),"function"==typeof this.options.onClick&&void 0===this.options.destination&&e.addEventListener("click",function(e){e.stopPropagation(),this.options.onClick()}.bind(this)),"object"==typeof this.options.offset){var r=o("x",this.options),l=o("y",this.options),c="left"==this.options.position?r:"-"+r,d="toastify-top"==this.options.gravity?l:"-"+l;e.style.transform="translate("+c+","+d+")"}return e},showToast:function(){var e;if(this.toastElement=this.buildToast(),!(e="string"==typeof this.options.selector?document.getElementById(this.options.selector):this.options.selector instanceof HTMLElement||"undefined"!=typeof ShadowRoot&&this.options.selector instanceof ShadowRoot?this.options.selector:document.body))throw"Root element is not defined";var o=t.defaults.oldestFirst?e.firstChild:e.lastChild;return e.insertBefore(this.toastElement,o),t.reposition(),this.options.duration>0&&(this.toastElement.timeOutValue=window.setTimeout(function(){this.removeElement(this.toastElement)}.bind(this),this.options.duration)),this},hideToast:function(){this.toastElement.timeOutValue&&clearTimeout(this.toastElement.timeOutValue),this.removeElement(this.toastElement)},removeElement:function(e){e.className=e.className.replace(" on",""),window.setTimeout(function(){this.options.node&&this.options.node.parentNode&&this.options.node.parentNode.removeChild(this.options.node),e.parentNode&&e.parentNode.removeChild(e),this.options.callback.call(e),t.reposition()}.bind(this),400)}},t.reposition=function(){for(var e,t={top:15,bottom:15},o={top:15,bottom:15},s={top:15,bottom:15},i=document.getElementsByClassName("toastify"),a=0;a<i.length;a++){e=!0===n(i[a],"toastify-top")?"toastify-top":"toastify-bottom";var r=i[a].offsetHeight;e=e.substr(9,e.length-1),(window.innerWidth>0?window.innerWidth:screen.width)<=360?(i[a].style[e]=s[e]+"px",s[e]+=r+15):!0===n(i[a],"toastify-left")?(i[a].style[e]=t[e]+"px",t[e]+=r+15):(i[a].style[e]=o[e]+"px",o[e]+=r+15)}return this},t.lib.init.prototype=t.lib,t},e.exports?e.exports=t():this.Toastify=t()}},t={};function o(n){var s=t[n];if(void 0!==s)return s.exports;var i=t[n]={id:n,exports:{}};return e[n].call(i.exports,i,i.exports,o),i.exports}o.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return o.d(t,{a:t}),t},o.d=(e,t)=>{for(var n in t)o.o(t,n)&&!o.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),o.nc=void 0,(()=>{"use strict";var e=o(4223),t=o(8465),n=o.n(t),s=o(246),i=o(2603),a=(o(4316),o(345));let r,l,c,d=[];class u{constructor(){this.init()}static selectors={elBtnShowPopupItemsToSelect:".lp-btn-show-popup-items-to-select",elBtnAddItemsSelected:".lp-btn-add-items-selected",elBtnCountItemsSelected:".lp-btn-count-items-selected",elHeaderCountItemSelected:".header-count-items-selected",elSelectItem:".lp-select-item",elListItems:".list-items",elPopupItemsToSelect:".lp-popup-items-to-select",elSearchTitleItem:".lp-search-title-item",elBtnBackListItems:".lp-btn-back-to-select-items",elListItemsWrap:".list-items-wrap",elListItemsSelected:".list-items-selected",elItemSelectedClone:".li-item-selected.clone",elItemSelected:".li-item-selected",LPTarget:".lp-target"};init(){this.events()}events=()=>{u._loadedEvents||(u._loadedEvents=!0,e.eventHandlers("click",[{selector:u.selectors.elBtnShowPopupItemsToSelect,callBack:this.showPopupItemsToSelect.name,class:this},{selector:u.selectors.elSelectItem,callBack:this.selectItemsFromList.name,class:this},{selector:u.selectors.elBtnCountItemsSelected,callBack:this.showItemsSelected.name,class:this},{selector:u.selectors.elBtnBackListItems,callBack:this.backToSelectItems.name,class:this},{selector:u.selectors.elItemSelected,callBack:this.removeItemSelected.name,class:this},{selector:".tabs .tab",callBack:this.chooseTabItemsType.name,class:this}]),e.eventHandlers("keyup",[{selector:u.selectors.elSearchTitleItem,callBack:this.searchTitleItemToSelect.name,class:this}]))};showPopupItemsToSelect=e=>{const{e:t,target:o=!1,callBack:s}=e;if(!o.closest(`${u.selectors.elBtnShowPopupItemsToSelect}`))return;const i=o.dataset.template||"",a=document.querySelector(i);n().fire({html:a.innerHTML,showConfirmButton:!1,showCloseButton:!0,width:"60%",customClass:{popup:"lp-select-items-popup",htmlContainer:"lp-select-items-html-container",container:"lp-select-items-container"},willOpen:()=>{r=n().getPopup();const e=r.querySelector(`${u.selectors.LPTarget}`);if(e){const t=window.lpAJAXG.getDataSetCurrent(e);t.args.paged=1,t.args.item_selecting=d||[],window.lpAJAXG.setDataSetCurrent(e,t),window.lpAJAXG.fetchAJAX(t,{success:t=>{const{data:o}=t;r.querySelector(".lp-skeleton-animation").remove(),e.innerHTML=o.content||"",this.watchItemsSelectedDataChange()}})}}}).then(e=>{e.isDismissed})};chooseTabItemsType=e=>{const{e:t,target:o,callBack:n}=e,s=o.closest(".tab");if(!s)return;t.preventDefault();const a=s.closest(".tabs");if(!a)return;const r=a.closest(`${u.selectors.elPopupItemsToSelect}`),l=r.querySelector(`${u.selectors.elSearchTitleItem}`),c=s.dataset.type;a.querySelectorAll(".tab").forEach(e=>{e.classList.contains("active")&&e.classList.remove("active")}),s.classList.add("active"),l.value="";const p=r.querySelector(`${u.selectors.LPTarget}`),h=window.lpAJAXG.getDataSetCurrent(p);h.args.item_type=c,h.args.paged=1,h.args.item_selecting=d||[],window.lpAJAXG.setDataSetCurrent(p,h),window.lpAJAXG.showHideLoading(p,1),window.lpAJAXG.fetchAJAX(h,{success:e=>{const{data:t}=e;p.innerHTML=t.content||""},error:e=>{i.W(e,"error")},completed:()=>{window.lpAJAXG.showHideLoading(p,0),this.watchItemsSelectedDataChange()}})};selectItemsFromList=e=>{const{e:t,target:o}=e,n=o.closest(`${u.selectors.elSelectItem}`);if(!n)return;const s=n.querySelector('input[type="checkbox"]');if("INPUT"!==o.tagName)return void s.click();if(!n.closest(`${u.selectors.elListItems}`))return;const i={...s.dataset};if(s.checked)d.some(e=>e.id===i.id)||d.push(i);else{const e=d.findIndex(e=>e.id===i.id);-1!==e&&d.splice(e,1)}this.watchItemsSelectedDataChange()};searchTitleItemToSelect=e=>{const{e:t,target:o}=e,n=o.closest(u.selectors.elSearchTitleItem);if(!n)return;const s=r.querySelector(`${u.selectors.LPTarget}`);clearTimeout(l),l=setTimeout(()=>{const e=window.lpAJAXG.getDataSetCurrent(s);e.args.search_title=n.value.trim(),e.args.item_selecting=d,e.args.paged=1,window.lpAJAXG.setDataSetCurrent(s,e),window.lpAJAXG.showHideLoading(s,1),window.lpAJAXG.fetchAJAX(e,{success:e=>{const{data:t}=e;s.innerHTML=t.content||""},error:e=>{i.W(e,"error")},completed:()=>{window.lpAJAXG.showHideLoading(s,0)}})},800)};showItemsSelected=t=>{const{e:o,target:n}=t,s=n.closest(`${u.selectors.elBtnCountItemsSelected}`);if(!s)return;const i=r.querySelector(`${u.selectors.elBtnBackListItems}`),a=r.querySelector(".tabs"),l=r.querySelector(`${u.selectors.elListItemsWrap}`),c=r.querySelector(`${u.selectors.elHeaderCountItemSelected}`),p=r.querySelector(`${u.selectors.elListItemsSelected}`),h=p.querySelector(`${u.selectors.elItemSelectedClone}`);c.innerHTML=s.innerHTML,e.lpShowHideEl(l,0),e.lpShowHideEl(s,0),e.lpShowHideEl(a,0),e.lpShowHideEl(i,1),e.lpShowHideEl(c,1),e.lpShowHideEl(p,1),p.querySelectorAll(`${u.selectors.elItemSelected}:not(.clone)`).forEach(e=>{e.remove()}),d.forEach(t=>{const o=h.cloneNode(!0);o.classList.remove("clone"),Object.entries(t).forEach(([e,t])=>{o.dataset[e]=t}),o.querySelector(".title-display").innerHTML=t.title,e.lpShowHideEl(o,1),h.insertAdjacentElement("beforebegin",o)})};backToSelectItems=t=>{const{e:o,target:n}=t,s=n.closest(`${u.selectors.elBtnBackListItems}`);if(!s)return;const i=r.querySelector(`${u.selectors.elBtnCountItemsSelected}`),a=r.querySelector(".tabs"),l=r.querySelector(`${u.selectors.elListItemsWrap}`),c=r.querySelector(`${u.selectors.elHeaderCountItemSelected}`),d=r.querySelector(`${u.selectors.elListItemsSelected}`);e.lpShowHideEl(i,1),e.lpShowHideEl(l,1),e.lpShowHideEl(a,1),e.lpShowHideEl(s,0),e.lpShowHideEl(c,0),e.lpShowHideEl(d,0)};removeItemSelected=e=>{const{e:t,target:o}=e,n=o.closest(`${u.selectors.elItemSelected}`);if(!n)return;const s=n.dataset,i=d.findIndex(e=>e.id===s.id);-1!==i&&d.splice(i,1),n.remove(),this.watchItemsSelectedDataChange()};watchItemsSelectedDataChange=()=>{const e=r.querySelector(`${u.selectors.elBtnAddItemsSelected}`),t=r.querySelector(`${u.selectors.elBtnCountItemsSelected}`),o=t.querySelector("span"),n=r.querySelector(`${u.selectors.elHeaderCountItemSelected}`),s=r.querySelector(`${u.selectors.LPTarget}`);0!==d.length?(t.disabled=!1,e.disabled=!1,e.classList.add("active"),o.textContent=`(${d.length})`,n.innerHTML=t.innerHTML):(t.disabled=!0,e.disabled=!0,e.classList.remove("active"),o.textContent="",n.textContent=""),r.querySelector(`${u.selectors.elListItems}`).querySelectorAll('input[type="checkbox"]').forEach(e=>{const t=e.dataset,o=d.some(e=>e.id===t.id);e.checked=o});const i=window.lpAJAXG.getDataSetCurrent(s);i.args.item_selecting=d,window.lpAJAXG.setDataSetCurrent(s,i)};addItemsSelectedToSection=e=>{const{e:t,target:o,callBackHandle:s}=e;r&&(n().close(),"function"==typeof s&&(s(d),d=[]))}}const p=new u;p.init();class h{constructor(){this.idUrlHandle="edit-quiz-questions",this.elEditQuizWrap=null,this.elEditListQuestions=null,this.quizID=null}static selectors={elEditQuizWrap:".lp-edit-quiz-wrap",elQuestionEditMain:".lp-question-edit-main",elQuestionToggleAll:".lp-question-toggle-all",elEditListQuestions:".lp-edit-list-questions",elQuestionItem:".lp-question-item",elQuestionToggle:".lp-question-toggle",elPopupItemsToSelectClone:".lp-popup-items-to-select.clone",elBtnAddQuestion:".lp-btn-add-question",elBtnRemoveQuestion:".lp-btn-remove-question",elBtnUpdateQuestionTitle:".lp-btn-update-question-title",elBtnCancelUpdateQuestionTitle:".lp-btn-cancel-update-question-title",elQuestionTitleNewInput:".lp-question-title-new-input",elQuestionTitleInput:".lp-question-title-input",elQuestionTypeLabel:".lp-question-type-label",elQuestionTypeNew:".lp-question-type-new",elAddNewQuestion:"add-new-question",elQuestionClone:".lp-question-item.clone",LPTarget:".lp-target",elCollapse:"lp-collapse"};init(){e.lpOnElementReady(h.selectors.elEditQuizWrap,e=>{this.elEditQuizWrap=e,this.elEditListQuestions=this.elEditQuizWrap.querySelector(h.selectors.elEditListQuestions);const t=this.elEditQuizWrap.closest(h.selectors.LPTarget),o=window.lpAJAXG.getDataSetCurrent(t);this.quizID=o.args.quiz_id,this.sortAbleQuestion(),c=new a.f,c.init(),e.querySelectorAll(`${h.selectors.elQuestionEditMain}`).forEach(e=>{c.sortAbleQuestionAnswer(e)}),this.events()})}events(){h._loadedEvents||(h._loadedEvents=!0,e.eventHandlers("click",[{selector:h.selectors.elQuestionToggleAll,class:this,callBack:this.toggleQuestionAll.name},{selector:h.selectors.elBtnAddQuestion,class:this,callBack:this.addQuestion.name},{selector:h.selectors.elBtnRemoveQuestion,class:this,callBack:this.removeQuestion.name},{selector:h.selectors.elBtnUpdateQuestionTitle,class:this,callBack:this.updateQuestionTitle.name},{selector:h.selectors.elBtnCancelUpdateQuestionTitle,class:this,callBack:this.cancelChangeTitleQuestion.name},{selector:u.selectors.elBtnAddItemsSelected,class:p,callBack:p.addItemsSelectedToSection.name,callBackHandle:this.addQuestionsSelectedToQuiz.bind(this)}]),e.eventHandlers("keydown",[{selector:h.selectors.elQuestionTitleInput,class:this,callBack:this.updateQuestionTitle.name,checkIsEventEnter:!0},{selector:h.selectors.elQuestionTitleNewInput,class:this,callBack:this.addQuestion.name,checkIsEventEnter:!0}]),e.eventHandlers("keyup",[{selector:h.selectors.elQuestionTitleInput,class:this,callBack:this.changeTitleQuestion.name},{selector:`${h.selectors.elQuestionTitleNewInput}, ${h.selectors.elQuestionTypeNew}`,class:this,callBack:this.checkCanAddQuestion.name}]),e.eventHandlers("change",[{selector:h.selectors.elQuestionTypeNew,class:this,callBack:this.checkCanAddQuestion.name}]),document.addEventListener("click",t=>{const o=t.target;e.toggleCollapse(t,o,h.selectors.elQuestionToggle,[],()=>this.checkAllQuestionsCollapsed())}))}toggleQuestionAll(e){const{e:t,target:o}=e,n=o.closest(`${h.selectors.elQuestionToggleAll}`);if(!n)return;const s=this.elEditQuizWrap.querySelectorAll(`${h.selectors.elQuestionItem}:not(.clone)`);n.classList.toggle(`${h.selectors.elCollapse}`),s.forEach(e=>{const t=n.classList.contains(`${h.selectors.elCollapse}`);e.classList.toggle(`${h.selectors.elCollapse}`,t)})}checkAllQuestionsCollapsed(){const e=this.elEditQuizWrap.querySelectorAll(`${h.selectors.elQuestionItem}:not(.clone)`),t=this.elEditQuizWrap.querySelector(`${h.selectors.elQuestionToggleAll}`);let o=!0;e.forEach(e=>{if(e.classList.contains(`${h.selectors.elCollapse}`))return o=!1,!1}),o?t.classList.remove(`${h.selectors.elCollapse}`):t.classList.add(`${h.selectors.elCollapse}`)}updateCountItems(){const e=this.elEditQuizWrap.querySelector(".total-items"),t=this.elEditQuizWrap.querySelectorAll(`${h.selectors.elQuestionItem}:not(.clone)`).length;e.dataset.count=t,e.querySelector(".count").textContent=t}addQuestion(t){const{e:o,target:n,callBackNest:s}=t;o.preventDefault();const a=n.closest(`.${h.selectors.elAddNewQuestion}`);if(!a)return;const r=a.querySelector(`${h.selectors.elQuestionTitleNewInput}`),l=r.value.trim();if(!l)return void i.W(r.dataset.messEmptyTitle,"error");const d=a.querySelector(`${h.selectors.elQuestionTypeNew}`),u=d.value;if(!u)return void i.W(d.dataset.messEmptyType,"error");const p=this.elEditListQuestions.querySelector(`${h.selectors.elQuestionItem}.clone`),m=p.cloneNode(!0);m.querySelector(`${h.selectors.elQuestionTitleInput}`).value=l,r.value="",m.classList.remove("clone"),e.lpShowHideEl(m,1),p.insertAdjacentElement("beforebegin",m),e.lpSetLoadingEl(m,1);const w={success:e=>{const{message:t,status:o,data:n}=e,{question:a,html_edit_question:r}=n;if("error"===o)throw`Error: ${t}`;if("success"===o){m.dataset.questionId=a.ID,m.dataset.questionType=a.meta_data._lp_type,m.outerHTML=r;const t=this.elEditListQuestions.querySelector(`${h.selectors.elQuestionItem}[data-question-id="${a.ID}"]`);t.classList.remove(h.selectors.elCollapse),this.updateCountItems(),c.initTinyMCE();const o=t.querySelector(`${h.selectors.elQuestionEditMain}`);c.sortAbleQuestionAnswer(o),s&&"function"==typeof s.success&&s.success({response:e,elQuestionItemCreated:t})}i.W(t,o)},error:e=>{m.remove(),i.W(e,"error"),s&&"function"==typeof s.error&&s.error({error:e,newQuestionItem:m})},completed:()=>{e.lpSetLoadingEl(m,0),this.checkCanAddQuestion({e:o,target:r}),s&&"function"==typeof s.completed&&s.completed({newQuestionItem:m})}};let g=JSON.parse(r.dataset.send);g={...g,question_title:l,question_type:u},window.lpAJAXG.fetchAJAX(g,w)}addQuestionsSelectedToQuiz(t){const o=[];t.forEach(t=>{const n=this.elEditQuizWrap.querySelector(`${h.selectors.elQuestionItem}.clone`);if(!n)return;o.push(t.id);const s=n.cloneNode(!0),i=s.querySelector(`${h.selectors.elQuestionTitleInput}`);s.classList.remove("clone"),s.dataset.questionId=t.id,i.value=t.titleSelected,e.lpSetLoadingEl(s,1),e.lpShowHideEl(s,1),n.insertAdjacentElement("beforebegin",s),e.lpSetLoadingEl(s,1)});const n={success:e=>{const{message:t,status:o,data:n}=e;if("success"!==o)throw`Error: ${t}`;{i.W(t,o);const{html_edit_question:e}=n;e&&Object.entries(e).forEach(([e,t])=>{this.elEditQuizWrap.querySelector(`${h.selectors.elQuestionItem}[data-question-id="${e}"]`).outerHTML=t}),this.updateCountItems(),c.initTinyMCE()}},error:e=>{i.W(e,"error")},completed:()=>{}},s={action:"add_questions_to_quiz",quiz_id:this.quizID,question_ids:o,args:{id_url:this.idUrlHandle}};window.lpAJAXG.fetchAJAX(s,n)}checkCanAddQuestion(e){const{e:t,target:o}=e,n=o.closest(h.selectors.elQuestionTitleNewInput)||o.closest(h.selectors.elQuestionTypeNew);if(!n)return;const s=n.closest(`.${h.selectors.elAddNewQuestion}`);if(!s)return;const i=s.querySelector(`${h.selectors.elBtnAddQuestion}`);if(!i)return;const a=s.querySelector(`${h.selectors.elQuestionTitleNewInput}`),r=s.querySelector(`${h.selectors.elQuestionTypeNew}`),l=a.value.trim(),c=r.value;l&&c?i.classList.add("active"):i.classList.remove("active")}removeQuestion(t){const{e:o,target:s}=t,a=s.closest(`${h.selectors.elBtnRemoveQuestion}`);if(!a)return;const r=a.closest(`${h.selectors.elQuestionItem}`);if(!r)return;const l=r.dataset.questionId;n().fire({title:a.dataset.title,text:a.dataset.content,icon:"warning",showCloseButton:!0,showCancelButton:!0,cancelButtonText:lpDataAdmin.i18n.cancel,confirmButtonText:lpDataAdmin.i18n.yes,reverseButtons:!0}).then(t=>{if(t.isConfirmed){e.lpSetLoadingEl(r,1);const t={success:e=>{const{message:t,status:o}=e;i.W(t,o),"success"===o&&(r.remove(),this.updateCountItems())},error:e=>{i.W(e,"error")},completed:()=>{e.lpSetLoadingEl(r,0)}},o={quiz_id:this.quizID,action:"remove_question_from_quiz",question_id:l,args:{id_url:this.idUrlHandle}};window.lpAJAXG.fetchAJAX(o,t)}})}updateQuestionTitle(t){const{e:o,target:n}=t;let s=!1;if((n.closest(`${h.selectors.elBtnUpdateQuestionTitle}`)||n.closest(`${h.selectors.elQuestionTitleInput}`)&&"Enter"===o.key)&&(s=!0),!s)return;o.preventDefault();const a=n.closest(`${h.selectors.elQuestionItem}`);if(!a)return;const r=a.querySelector(`${h.selectors.elQuestionTitleInput}`);if(!r)return;const l=a.dataset.questionId,c=r.value.trim(),d=r.dataset.old,u=r.dataset.messEmptyTitle;if(0===c.length)return void i.W(u,"error");if(c===d)return;r.blur(),e.lpSetLoadingEl(a,1);const p={success:e=>{const{message:t,status:o}=e;"success"===o?r.dataset.old=c:r.value=d,i.W(t,o)},error:e=>{i.W(e,"error")},completed:()=>{e.lpSetLoadingEl(a,0),a.classList.remove("editing")}},m={quiz_id:this.quizID,action:"update_question",question_id:l,question_title:c,args:{id_url:this.idUrlHandle}};window.lpAJAXG.fetchAJAX(m,p)}changeTitleQuestion(e){const{e:t,target:o}=e,n=o.closest(`${h.selectors.elQuestionTitleInput}`);if(!n)return;const s=n.closest(`${h.selectors.elQuestionItem}`);n.value.trim()===(n.dataset.old||"")?s.classList.remove("editing"):s.classList.add("editing")}cancelChangeTitleQuestion(e){const{e:t,target:o}=e,n=o.closest(`${h.selectors.elBtnCancelUpdateQuestionTitle}`);if(!n)return;const s=n.closest(`${h.selectors.elQuestionItem}`),i=s.querySelector(`${h.selectors.elQuestionTitleInput}`);i.value=i.dataset.old||"",s.classList.remove("editing")}sortAbleQuestion(){let t,o=0;new s.Ay(this.elEditListQuestions,{handle:".drag",animation:150,onEnd:n=>{const s=n.item;o&&(clearTimeout(t),t=setTimeout(()=>{e.lpSetLoadingEl(s,1);const t=[];this.elEditListQuestions.querySelectorAll(`${h.selectors.elQuestionItem}:not(.clone)`).forEach(e=>{const o=e.dataset.questionId;o&&t.push(o)});const n={success:e=>{const{message:t,status:o}=e;if("success"!==o)throw`Error: ${t}`;i.W(t,o),c.initTinyMCE()},error:e=>{i.W(e,"error")},completed:()=>{e.lpSetLoadingEl(s,0),o=0}},a={quiz_id:this.quizID,action:"update_questions_position",question_ids:t,args:{id_url:this.idUrlHandle}};window.lpAJAXG.fetchAJAX(a,n)},1e3))},onMove:()=>{clearTimeout(t)},onUpdate:()=>{o=1}})}}(new h).init()})()})();