From bc79917d3e6a4d655613c00b0e05180dc5a953dd Mon Sep 17 00:00:00 2001 From: skjnldsv Date: Fri, 8 Nov 2024 08:44:28 +0100 Subject: [PATCH 1/2] feat(core): offer clipboard fallback for non-secure environments Signed-off-by: skjnldsv --- core/src/init.js | 2 ++ core/src/utils/ClipboardFallback.ts | 47 +++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 core/src/utils/ClipboardFallback.ts diff --git a/core/src/init.js b/core/src/init.js index fab97d2ee2b..9e10a6941e1 100644 --- a/core/src/init.js +++ b/core/src/init.js @@ -14,6 +14,7 @@ import { setUp as setUpContactsMenu } from './components/ContactsMenu.js' import { setUp as setUpMainMenu } from './components/MainMenu.js' import { setUp as setUpUserMenu } from './components/UserMenu.js' import { interceptRequests } from './utils/xhr-request.js' +import { initFallbackClipboardAPI } from './utils/ClipboardFallback.ts' // keep in sync with core/css/variables.scss const breakpointMobileWidth = 1024 @@ -58,6 +59,7 @@ moment.locale(locale) */ export const initCore = () => { interceptRequests() + initFallbackClipboardAPI() $(window).on('unload.main', () => { OC._unloadCalled = true }) $(window).on('beforeunload.main', () => { diff --git a/core/src/utils/ClipboardFallback.ts b/core/src/utils/ClipboardFallback.ts new file mode 100644 index 00000000000..b374f9d0a44 --- /dev/null +++ b/core/src/utils/ClipboardFallback.ts @@ -0,0 +1,47 @@ +/** + * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +import { t } from '@nextcloud/l10n' + +/** + * + * @param text + */ +function unsecuredCopyToClipboard(text) { + const textArea = document.createElement('textarea') + const textAreaContent = document.createTextNode(text) + textArea.appendChild(textAreaContent) + document.body.appendChild(textArea) + + textArea.focus({ preventScroll: true }) + textArea.select() + + try { + // This is a fallback for browsers that do not support the Clipboard API + // execCommand is deprecated, but it is the only way to copy text to the clipboard in some browsers + document.execCommand('copy') + } catch (err) { + window.prompt(t('core', 'Clipboard not available, please copy manually'), text) + console.error('[ERROR] core: files Unable to copy to clipboard', err) + } + + document.body.removeChild(textArea) +} + +/** + * + */ +function initFallbackClipboardAPI() { + if (!window.navigator?.clipboard?.writeText) { + console.info('[INFO] core: Clipboard API not available, using fallback') + Object.defineProperty(window.navigator, 'clipboard', { + value: { + writeText: unsecuredCopyToClipboard, + }, + writable: false, + }) + } +} + +export { initFallbackClipboardAPI } From aa10d46bb6558a4a236915a314960329353d2029 Mon Sep 17 00:00:00 2001 From: skjnldsv Date: Fri, 8 Nov 2024 14:04:28 +0100 Subject: [PATCH 2/2] chore: compile assets Signed-off-by: skjnldsv Signed-off-by: Richard Steinmetz --- dist/core-main.js | 4 ++-- dist/core-main.js.map | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/core-main.js b/dist/core-main.js index 022077593d3..337f07963d0 100644 --- a/dist/core-main.js +++ b/dist/core-main.js @@ -1,2 +1,2 @@ -(()=>{var e,i,o,r={31854:(e,i,o)=>{"use strict";var r={};o.r(r),o.d(r,{deleteKey:()=>k,getApps:()=>v,getKeys:()=>x,getValue:()=>w,setValue:()=>y});var s={};o.r(s),o.d(s,{formatLinksPlain:()=>In,formatLinksRich:()=>_n,plainToRich:()=>Bn,richToPlain:()=>En});var a={};o.r(a),o.d(a,{dismiss:()=>Tn,query:()=>Sn}),o(84315),o(7452);var c=o(61338),l=o(4523),u=o(74692),h=o.n(u),d=o(85168),p=o(96763);const A={updatableNotification:null,getDefaultNotificationFunction:null,setDefault(t){this.getDefaultNotificationFunction=t},hide(t,e){l.default.isFunction(t)&&(e=t,t=void 0),t?(t.each((function(){h()(this)[0].toastify?h()(this)[0].toastify.hideToast():p.error("cannot hide toast because object is not set"),this===this.updatableNotification&&(this.updatableNotification=null)})),e&&e.call(),this.getDefaultNotificationFunction&&this.getDefaultNotificationFunction()):p.error("Missing argument $row in OC.Notification.hide() call, caller needs to be adjusted to only dismiss its own notification")},showHtml(t,e){(e=e||{}).isHTML=!0,e.timeout=e.timeout?e.timeout:d.DH;const n=(0,d.rG)(t,e);return n.toastElement.toastify=n,h()(n.toastElement)},show(t,e){(e=e||{}).timeout=e.timeout?e.timeout:d.DH;const n=(0,d.rG)(function(t){return t.toString().split("&").join("&").split("<").join("<").split(">").join(">").split('"').join(""").split("'").join("'")}(t),e);return n.toastElement.toastify=n,h()(n.toastElement)},showUpdate(t){return this.updatableNotification&&this.updatableNotification.hideToast(),this.updatableNotification=(0,d.rG)(t,{timeout:d.DH}),this.updatableNotification.toastElement.toastify=this.updatableNotification,h()(this.updatableNotification.toastElement)},showTemporary(t,e){(e=e||{}).timeout=e.timeout||d.Jt;const n=(0,d.rG)(t,e);return n.toastElement.toastify=n,h()(n.toastElement)},isHidden:()=>!h()("#content").find(".toastify").length},f=l.default.throttle((()=>{A.showTemporary(t("core","Connection to server lost"))}),7e3,{trailing:!1});let g=!1;const m={enableDynamicSlideToggle(){g=!0},showAppSidebar:function(t){(t||h()("#app-sidebar")).removeClass("disappear").show(),h()("#app-content").trigger(new(h().Event)("appresized"))},hideAppSidebar:function(t){(t||h()("#app-sidebar")).hide().addClass("disappear"),h()("#app-content").trigger(new(h().Event)("appresized"))}};var b=o(63814);function C(t,e,n){"post"!==t&&"delete"!==t||!Dt.PasswordConfirmation.requiresPasswordConfirmation()?(n=n||{},h().ajax({type:t.toUpperCase(),url:(0,b.KT)("apps/provisioning_api/api/v1/config/apps")+e,data:n.data||{},success:n.success,error:n.error})):Dt.PasswordConfirmation.requirePasswordConfirmation(_.bind(C,this,t,e,n))}function v(t){C("get","",t)}function x(t,e){C("get","/"+t,e)}function w(t,e,n,i){(i=i||{}).data={defaultValue:n},C("get","/"+t+"/"+e,i)}function y(t,e,n,i){(i=i||{}).data={value:n},C("post","/"+t+"/"+e,i)}function k(t,e,n){C("delete","/"+t+"/"+e,n)}const B=window.oc_appconfig||{},E={getValue:function(t,e,n,i){w(t,e,n,{success:i})},setValue:function(t,e,n){y(t,e,n)},getApps:function(t){v({success:t})},getKeys:function(t,e){x(t,{success:e})},deleteKey:function(t,e){k(t,e)}},I=void 0!==window._oc_appswebroots&&window._oc_appswebroots;var D=o(21391),S=o.n(D),T=o(78112),O=o(96763);const M={create:"POST",update:"PROPPATCH",patch:"PROPPATCH",delete:"DELETE",read:"PROPFIND"};function P(t,e){if(l.default.isArray(t))return l.default.map(t,(function(t){return P(t,e)}));var n={href:t.href};return l.default.each(t.propStat,(function(t){if("HTTP/1.1 200 OK"===t.status)for(var i in t.properties){var o=i;i in e&&(o=e[i]),n[o]=t.properties[i]}})),n.id||(n.id=R(n.href)),n}function R(t){var e=t.indexOf("?");e>0&&(t=t.substr(0,e));var n,i=t.split("/");do{n=i[i.length-1],i.pop()}while(!n&&i.length>0);return n}function N(t){return t>=200&&t<=299}function H(t,e,n,i){return t.propPatch(e.url,function(t,e){var n,i={};for(n in t){var o=e[n],r=t[n];o||(O.warn('No matching DAV property for property "'+n),o=n),(l.default.isBoolean(r)||l.default.isNumber(r))&&(r=""+r),i[o]=r}return i}(n.changed,e.davProperties),i).then((function(t){N(t.status)?l.default.isFunction(e.success)&&e.success(n.toJSON()):l.default.isFunction(e.error)&&e.error(t)}))}const z=S().noConflict();Object.assign(z,{davCall:(t,e)=>{var n=new T.dav.Client({baseUrl:t.url,xmlNamespaces:l.default.extend({"DAV:":"d","http://owncloud.org/ns":"oc"},t.xmlNamespaces||{})});n.resolveUrl=function(){return t.url};var i=l.default.extend({"X-Requested-With":"XMLHttpRequest",requesttoken:OC.requestToken},t.headers);return"PROPFIND"===t.type?function(t,e,n,i){return t.propFind(e.url,l.default.values(e.davProperties)||[],e.depth,i).then((function(t){if(N(t.status)){if(l.default.isFunction(e.success)){var n=l.default.invert(e.davProperties),i=P(t.body,n);e.depth>0&&i.shift(),e.success(i)}}else l.default.isFunction(e.error)&&e.error(t)}))}(n,t,0,i):"PROPPATCH"===t.type?H(n,t,e,i):"MKCOL"===t.type?function(t,e,n,i){return t.request(e.type,e.url,i,null).then((function(o){N(o.status)?H(t,e,n,i):l.default.isFunction(e.error)&&e.error(o)}))}(n,t,e,i):function(t,e,n,i){return i["Content-Type"]="application/json",t.request(e.type,e.url,i,e.data).then((function(t){if(N(t.status)){if(l.default.isFunction(e.success)){if("PUT"===e.type||"POST"===e.type||"MKCOL"===e.type){var i=t.body||n.toJSON(),o=t.xhr.getResponseHeader("Content-Location");return"POST"===e.type&&o&&(i.id=R(o)),void e.success(i)}if(207===t.status){var r=l.default.invert(e.davProperties);e.success(P(t.body,r))}else e.success(t.body)}}else l.default.isFunction(e.error)&&e.error(t)}))}(n,t,e,i)},davSync:(t=>(e,n,i)=>{var o={type:M[e]||e},r=n instanceof t.Collection;if("update"===e&&(n.hasInnerCollection?o.type="MKCOL":(n.usePUT||n.collection&&n.collection.usePUT)&&(o.type="PUT")),i.url||(o.url=l.default.result(n,"url")||function(){throw new Error('A "url" property or function must be specified')}()),null!=i.data||!n||"create"!==e&&"update"!==e&&"patch"!==e||(o.data=JSON.stringify(i.attrs||n.toJSON(i))),"PROPFIND"!==o.type&&(o.processData=!1),"PROPFIND"===o.type||"PROPPATCH"===o.type){var s=n.davProperties;!s&&n.model&&(s=n.model.prototype.davProperties),s&&(l.default.isFunction(s)?o.davProperties=s.call(n):o.davProperties=s),o.davProperties=l.default.extend(o.davProperties||{},i.davProperties),l.default.isUndefined(i.depth)&&(i.depth=r?1:0)}var a=i.error;i.error=function(t,e,n){i.textStatus=e,i.errorThrown=n,a&&a.call(i.context,t,e,n)};var c=i.xhr=t.davCall(l.default.extend(o,i),n);return n.trigger("request",n,c,i),c})(z)});const L=z;var F=o(71225);const j=window._oc_config||{},U=document.getElementsByTagName("head")[0].getAttribute("data-user"),W=document.getElementsByTagName("head")[0].getAttribute("data-user-displayname"),Y=void 0!==U&&U;var q=o(39285),Q=o(36882),G=o(53334),X=o(43627),V=o(85471),K=o(96763);const J={YES_NO_BUTTONS:70,OK_BUTTONS:71,FILEPICKER_TYPE_CHOOSE:1,FILEPICKER_TYPE_MOVE:2,FILEPICKER_TYPE_COPY:3,FILEPICKER_TYPE_COPY_MOVE:4,FILEPICKER_TYPE_CUSTOM:5,alert:function(t,e,n,i){this.message(t,e,"alert",J.OK_BUTTON,n,i)},info:function(t,e,n,i){this.message(t,e,"info",J.OK_BUTTON,n,i)},confirm:function(t,e,n,i){return this.message(t,e,"notice",J.YES_NO_BUTTONS,n,i)},confirmDestructive:function(t,e){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:J.OK_BUTTONS,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:()=>{};return(new d.ik).setName(e).setText(t).setButtons(n===J.OK_BUTTONS?[{label:(0,G.Tl)("core","Yes"),type:"error",callback:()=>{i.clicked=!0,i(!0)}}]:J._getLegacyButtons(n,i)).build().show().then((()=>{i.clicked||i(!1)}))},confirmHtml:function(t,e,n,i){return(new d.ik).setName(e).setText("").setButtons([{label:(0,G.Tl)("core","No"),callback:()=>{}},{label:(0,G.Tl)("core","Yes"),type:"primary",callback:()=>{n.clicked=!0,n(!0)}}]).build().setHTML(t).show().then((()=>{n.clicked||n(!1)}))},prompt:function(t,e,n,i,r,s){return new Promise((i=>{(0,d.Ss)((0,V.$V)((()=>o.e(1642).then(o.bind(o,71642)))),{text:t,name:e,callback:n,inputName:r,isPassword:!!s},(function(){n(...arguments),i()}))}))},filepicker(t,e){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:void 0,o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:d.bh.Choose,r=arguments.length>6&&void 0!==arguments[6]?arguments[6]:void 0,s=arguments.length>7&&void 0!==arguments[7]?arguments[7]:void 0;const a=(t,e)=>{const i=t=>{const e=t?.root||"";let n=t?.path||"";return n.startsWith(e)&&(n=n.slice(e.length)||"/"),n};return n?n=>t(n.map(i),e):n=>t(i(n[0]),e)},c=(0,d.a1)(t);o===this.FILEPICKER_TYPE_CUSTOM?(s.buttons||[]).forEach((t=>{c.addButton({callback:a(e,t.type),label:t.text,type:t.defaultButton?"primary":"secondary"})})):c.setButtonFactory(((t,n)=>{const i=[],r=t?.[0]?.attributes?.displayName||t?.[0]?.basename,s=r||(0,X.basename)(n);return o===d.bh.Choose&&i.push({callback:a(e,d.bh.Choose),label:r&&!this.multiSelect?(0,G.Tl)("core","Choose {file}",{file:r}):(0,G.Tl)("core","Choose"),type:"primary"}),o!==d.bh.CopyMove&&o!==d.bh.Copy||i.push({callback:a(e,d.bh.Copy),label:s?(0,G.Tl)("core","Copy to {target}",{target:s}):(0,G.Tl)("core","Copy"),type:"primary",icon:Q}),o!==d.bh.Move&&o!==d.bh.CopyMove||i.push({callback:a(e,d.bh.Move),label:s?(0,G.Tl)("core","Move to {target}",{target:s}):(0,G.Tl)("core","Move"),type:o===d.bh.Move?"primary":"secondary",icon:q}),i})),i&&c.setMimeTypeFilter("string"==typeof i?[i]:i||[]),"function"==typeof s?.filter&&c.setFilter((t=>s.filter((t=>({id:t.fileid||null,path:t.path,mimetype:t.mime||null,mtime:t.mtime?.getTime()||null,permissions:t.permissions,name:t.attributes?.displayName||t.basename,etag:t.attributes?.etag||null,hasPreview:t.attributes?.hasPreview||null,mountType:t.attributes?.mountType||null,quotaAvailableBytes:t.attributes?.quotaAvailableBytes||null,icon:null,sharePermissions:null}))(t)))),c.allowDirectories(!0===s?.allowDirectoryChooser||i?.includes("httpd/unix-directory")||!1).setMultiSelect(n).startAt(r).build().pick()},message:function(t,e,n,i){let o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:()=>{},r=arguments.length>6?arguments[6]:void 0;const s=(new d.ik).setName(e).setText(r?"":t).setButtons(J._getLegacyButtons(i,o));switch(n){case"alert":s.setSeverity("warning");break;case"notice":s.setSeverity("info")}const a=s.build();return r&&a.setHTML(t),a.show().then((()=>{o._clicked||o(!1)}))},_getLegacyButtons(t,e){const n=[];switch("object"==typeof t?t.type:t){case J.YES_NO_BUTTONS:n.push({label:t?.cancel??(0,G.Tl)("core","No"),callback:()=>{e._clicked=!0,e(!1)}}),n.push({label:t?.confirm??(0,G.Tl)("core","Yes"),type:"primary",callback:()=>{e._clicked=!0,e(!0)}});break;case J.OK_BUTTONS:n.push({label:t?.confirm??(0,G.Tl)("core","OK"),type:"primary",callback:()=>{e._clicked=!0,e(!0)}});break;default:K.error("Invalid call to OC.dialogs")}return n},_fileexistsshown:!1,fileexists:function(t,e,i,o){var r=this,s=new(h().Deferred),a=function(t,e,n,i,o){i=Math.round(i),o=Math.round(o);for(var r=t.getContext("2d").getImageData(0,0,e,n),s=t.getContext("2d").getImageData(0,0,i,o),a=r.data,c=s.data,l=e/i,u=n/o,h=Math.ceil(l/2),d=Math.ceil(u/2),p=0;p=-1&&S<=1&&(g=2*S*S*S-3*S*S+1)>0&&(w+=g*a[3+(D=4*(I+k*e))],b+=g,a[D+3]<255&&(g=g*a[D+3]/250),C+=g*a[D],v+=g*a[D+1],x+=g*a[D+2],m+=g)}c[f]=C/m,c[f+1]=v/m,c[f+2]=x/m,c[f+3]=w/b}t.getContext("2d").clearRect(0,0,Math.max(e,i),Math.max(n,o)),t.width=i,t.height=o,t.getContext("2d").putImageData(s,0,0)},c=function(e,n,i){var o=e.find(".template").clone().removeClass("template").addClass("conflict"),r=o.find(".original"),s=o.find(".replacement");o.data("data",t),o.find(".filename").text(n.name),r.find(".size").text(Dt.Util.humanFileSize(n.size)),r.find(".mtime").text(Dt.Util.formatDate(n.mtime)),i.size&&i.lastModified&&(s.find(".size").text(Dt.Util.humanFileSize(i.size)),s.find(".mtime").text(Dt.Util.formatDate(i.lastModified)));var c=n.directory+"/"+n.name,l={file:c,x:96,y:96,c:n.etag,forceIcon:0},u=Files.generatePreviewUrl(l);u=u.replace(/'/g,"%27"),r.find(".icon").css({"background-image":"url('"+u+"')"}),function(t){var e=new(h().Deferred),n=t.type&&t.type.split("/").shift();if(window.FileReader&&"image"===n){var i=new FileReader;i.onload=function(t){var n=new Blob([t.target.result]);window.URL=window.URL||window.webkitURL;var i=window.URL.createObjectURL(n),o=new Image;o.src=i,o.onload=function(){var t,n,i,r,s,c,l,u=(t=o,s=document.createElement("canvas"),c=t.width,l=t.height,c>l?(i=0,n=(c-l)/2):(i=(l-c)/2,n=0),r=Math.min(c,l),s.width=r,s.height=r,s.getContext("2d").drawImage(t,n,i,r,r,0,0,r,r),a(s,r,r,96,96),s.toDataURL("image/png",.7));e.resolve(u)}},i.readAsArrayBuffer(t)}else e.reject();return e}(i).then((function(t){s.find(".icon").css("background-image","url("+t+")")}),(function(){c=Dt.MimeType.getIconUrl(i.type),s.find(".icon").css("background-image","url("+c+")")}));var d=e.find(".conflict").length;r.find("input:checkbox").attr("id","checkbox_original_"+d),s.find("input:checkbox").attr("id","checkbox_replacement_"+d),e.append(o),i.lastModified>n.mtime?s.find(".mtime").css("font-weight","bold"):i.lastModifiedn.size?s.find(".size").css("font-weight","bold"):i.size&&i.size0?(h()(u).find(".allnewfiles").prop("checked",!1),h()(u).find(".allnewfiles + .count").text((0,G.Tl)("core","({count} selected)",{count:t}))):(h()(u).find(".allnewfiles").prop("checked",!1),h()(u).find(".allnewfiles + .count").text("")),g()})),h()(u).on("click",".original,.allexistingfiles",(function(){var t=h()(u).find('.conflict .original input[type="checkbox"]:checked').length;t===h()(u+" .conflict").length?(h()(u).find(".allexistingfiles").prop("checked",!0),h()(u).find(".allexistingfiles + .count").text((0,G.Tl)("core","(all selected)"))):t>0?(h()(u).find(".allexistingfiles").prop("checked",!1),h()(u).find(".allexistingfiles + .count").text((0,G.Tl)("core","({count} selected)",{count:t}))):(h()(u).find(".allexistingfiles").prop("checked",!1),h()(u).find(".allexistingfiles + .count").text("")),g()})),s.resolve()})).fail((function(){s.reject(),alert((0,G.Tl)("core","Error loading file exists template"))}));return s.promise()},_getFileExistsTemplate:function(){var t=h().Deferred();if(this.$fileexistsTemplate)t.resolve(this.$fileexistsTemplate);else{var e=this;h().get(Dt.filePath("files","templates","fileexists.html"),(function(n){e.$fileexistsTemplate=h()(n),t.resolve(e.$fileexistsTemplate)})).fail((function(){t.reject()}))}return t.promise()}},Z=J,$=((t,e)=>{let n=t.getElementsByTagName("head")[0].getAttribute("data-requesttoken");return{getToken:()=>n,setToken:t=>{n=t,e("csrf-token-update",{token:n})}}})(document,c.Ic),tt=$.getToken,et=$.setToken,nt=function(t,e){var n,i,o="";if(this.typelessListeners=[],this.closed=!1,this.listeners={},e)for(n in e)o+=n+"="+encodeURIComponent(e[n])+"&";if(o+="requesttoken="+encodeURIComponent(tt()),this.useFallBack||"undefined"==typeof EventSource){var r="oc_eventsource_iframe_"+nt.iframeCount;nt.fallBackSources[nt.iframeCount]=this,this.iframe=h()(""),this.iframe.attr("id",r),this.iframe.hide(),i="&",-1===t.indexOf("?")&&(i="?"),this.iframe.attr("src",t+i+"fallback=true&fallback_id="+nt.iframeCount+"&"+o),h()("body").append(this.iframe),this.useFallBack=!0,nt.iframeCount++}else i="&",-1===t.indexOf("?")&&(i="?"),this.source=new EventSource(t+i+o),this.source.onmessage=function(t){for(var e=0;e(0,At.oB)(),requirePasswordConfirmation(t,e,n){(0,At.C5)().then(t,n)}},gt={_plugins:{},register(t,e){let n=this._plugins[t];n||(n=this._plugins[t]=[]),n.push(e)},getPlugins(t){return this._plugins[t]||[]},attach(t,e,n){const i=this.getPlugins(t);for(let t=0;t-1&&parseInt(navigator.userAgent.split("/").pop())<51){const t=document.querySelectorAll('[fill^="url(#"], [stroke^="url(#"], [filter^="url(#invert"]');for(let e,n=0,i=t.length;n=0?t.substr(e+1):t.length?t.substr(1):""},_decodeQuery:t=>t.replace(/\+/g," "),parseUrlQuery(){const t=this._parseHashQuery();let e;return t&&(e=Dt.parseQueryString(this._decodeQuery(t))),e=l.default.extend(e||{},Dt.parseQueryString(this._decodeQuery(location.search))),e||{}},_onPopState(t){if(this._cancelPop)return void(this._cancelPop=!1);let e;if(this._handlers.length){e=t&&t.state,l.default.isString(e)?e=Dt.parseQueryString(e):e||(e=this.parseUrlQuery()||{});for(let t=0;t="0"&&n<="9";s!==r&&(o++,e[o]="",r=s),e[o]+=n,i++}return e}const kt={History:vt,humanFileSize:xt.v7,computerFileSize(t){if("string"!=typeof t)return null;const e=t.toLowerCase().trim();let n=null;const i=e.match(/^[\s+]?([0-9]*)(\.([0-9]+))?( +)?([kmgtp]?b?)$/i);return null===i?null:(n=parseFloat(e),isFinite(n)?(i[5]&&(n*={b:1,k:1024,kb:1024,mb:1048576,m:1048576,gb:1073741824,g:1073741824,tb:1099511627776,t:1099511627776,pb:0x4000000000000,p:0x4000000000000}[i[5]]),n=Math.round(n),n):null)},formatDate:(t,e)=>(void 0===window.TESTING&&Dt.debug&&wt.warn("OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment"),e=e||"LLL",Ct()(t).format(e)),relativeModifiedDate(e){void 0===window.TESTING&&Dt.debug&&wt.warn("OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment");const n=Ct()().diff(Ct()(e));return n>=0&&n<45e3?t("core","seconds ago"):Ct()(e).fromNow()},getScrollBarWidth(){if(this._scrollBarWidth)return this._scrollBarWidth;const t=document.createElement("p");t.style.width="100%",t.style.height="200px";const e=document.createElement("div");e.style.position="absolute",e.style.top="0px",e.style.left="0px",e.style.visibility="hidden",e.style.width="200px",e.style.height="150px",e.style.overflow="hidden",e.appendChild(t),document.body.appendChild(e);const n=t.offsetWidth;e.style.overflow="scroll";let i=t.offsetWidth;return n===i&&(i=e.clientWidth),document.body.removeChild(e),this._scrollBarWidth=n-i,this._scrollBarWidth},stripTime:t=>new Date(t.getFullYear(),t.getMonth(),t.getDate()),naturalSortCompare(t,e){let n;const i=yt(t),o=yt(e);for(n=0;i[n]&&o[n];n++)if(i[n]!==o[n]){const t=Number(i[n]),e=Number(o[n]);return t==i[n]&&e==o[n]?t-e:i[n].localeCompare(o[n],Dt.getLanguage())}return i.length-o.length},waitFor(t,e){const n=function(){!0!==t()&&setTimeout(n,e)};n()},isCookieSetToValue(t,e){const n=document.cookie.split(";");for(let i=0;i!$_",fileIsBlacklisted:t=>!!t.match(j.blacklist_files_regex),Apps:m,AppConfig:E,appConfig:B,appswebroots:I,Backbone:L,config:j,currentUser:Y,dialogs:Z,EventSource:it,getCurrentUser:()=>({uid:Y,displayName:W}),isUserAdmin:()=>lt,L10N:dt,_ajaxConnectionLostHandler:f,_processAjaxError:t=>{(0!==t.status||"abort"!==t.statusText&&"timeout"!==t.statusText&&!Dt._reloadCalled)&&(l.default.contains([302,303,307,401],t.status)&&Dt.currentUser?setTimeout((function(){if(!Dt._userIsNavigatingAway&&!Dt._reloadCalled){let t=0;const e=5,i=setInterval((function(){A.showUpdate(n("core","Problem loading page, reloading in %n second","Problem loading page, reloading in %n seconds",e-t)),t>=e&&(clearInterval(i),Dt.reload()),t++}),1e3);Dt._reloadCalled=!0}}),100):0===t.status&&setTimeout((function(){Dt._userIsNavigatingAway||Dt._reloadCalled||Dt._ajaxConnectionLostHandler()}),100))},registerXHRForErrorProcessing:t=>{t.addEventListener&&(t.addEventListener("load",(()=>{4===t.readyState&&(t.status>=200&&t.status<300||304===t.status||h()(document).trigger(new(h().Event)("ajaxError"),t))})),t.addEventListener("error",(()=>{h()(document).trigger(new(h().Event)("ajaxError"),t)})))},getCapabilities:()=>(OC.debug&&rt.warn("OC.getCapabilities is deprecated and will be removed in Nextcloud 21. See @nextcloud/capabilities"),(0,ot.F)()),hideMenus:ct,registerMenu:function(t,e,n,i){e.addClass("menu");const o="A"===t.prop("tagName")||"BUTTON"===t.prop("tagName");t.on(o?"click.menu":"click.menu keyup.menu",(function(o){o.preventDefault(),o.key&&"Enter"!==o.key||(e.is(st)?ct():(st&&ct(),!0===i&&e.parent().addClass("openedMenu"),t.attr("aria-expanded",!0),e.slideToggle(50,n),st=e,at=t))}))},showMenu:(t,e,n)=>{e.is(st)||(ct(),st=e,at=t,e.trigger(new(h().Event)("beforeShow")),e.show(),e.trigger(new(h().Event)("afterShow")),l.default.isFunction(n)&&n())},unregisterMenu:(t,e)=>{e.is(st)&&ct(),t.off("click.menu").removeClass("menutoggle"),e.removeClass("menu")},basename:F.P8,encodePath:F.O0,dirname:F.pD,isSamePath:F.ys,joinPaths:F.HS,getHost:()=>window.location.host,getHostName:()=>window.location.hostname,getPort:()=>window.location.port,getProtocol:()=>window.location.protocol.split(":")[0],getCanonicalLocale:G.lO,getLocale:G.JK,getLanguage:G.Z0,buildQueryString:t=>t?h().map(t,(function(t,e){let n=encodeURIComponent(e);return null!=t&&(n+="="+encodeURIComponent(t)),n})).join("&"):"",parseQueryString:t=>{let e,n;const i={};let o;if(!t)return null;e=t.indexOf("?"),e>=0&&(t=t.substr(e+1));const r=t.replace(/\+/g,"%20").split("&");for(let t=0;t=0?[s.substr(0,e),s.substr(e+1)]:[s],n.length&&(o=decodeURIComponent(n[0]),o&&(i[o]=n.length>1?decodeURIComponent(n[1]):null))}return i},msg:pt,Notification:A,PasswordConfirmation:ft,Plugins:gt,theme:mt,Util:kt,debug:Bt,filePath:b.fg,generateUrl:b.Jv,get:(St=window,t=>{const e=t.split("."),n=e.pop();for(let t=0;t(e,n)=>{const i=e.split("."),o=i.pop();for(let e=0;e{window.location=t},reload:()=>{window.location.reload()},requestToken:tt(),linkTo:b.uM,linkToOCS:(t,e)=>(0,b.KT)(t,{},{ocsVersion:e||1})+"/",linkToRemote:b.dC,linkToRemoteBase:t=>(0,b.aU)()+"/remote.php/"+t,webroot:_t};var St;(0,c.B1)("csrf-token-update",(t=>{OC.requestToken=t.token,It.info("OC.requestToken changed",t.token)}));var Tt=o(32981),Ot=o(21777),Mt=o(96763);let Pt=null;const Rt=async()=>{try{const t=await(async()=>{const t=(0,b.Jv)("/csrftoken");return(await h().get(t)).token})();et(t)}catch(t){Mt.error("session heartbeat failed",t)}},Nt=()=>{const t=setInterval(Rt,1e3*(()=>{let t=NaN;return Pt.session_lifetime&&(t=Math.floor(Pt.session_lifetime/2)),Math.min(86400,Math.max(60,isNaN(t)?900:t))})());return Mt.info("session heartbeat polling started"),t};var Ht=o(65043);const zt={name:"ContactsIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}};var Lt=o(14486);const Ft=(0,Lt.A)(zt,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon contacts-icon",attrs:{"aria-hidden":t.title?null:"true","aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M20,0H4V2H20V0M4,24H20V22H4V24M20,4H4A2,2 0 0,0 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6A2,2 0 0,0 20,4M12,6.75A2.25,2.25 0 0,1 14.25,9A2.25,2.25 0 0,1 12,11.25A2.25,2.25 0 0,1 9.75,9A2.25,2.25 0 0,1 12,6.75M17,17H7V15.5C7,13.83 10.33,13 12,13C13.67,13 17,13.83 17,15.5V17Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports;var jt=o(17334),Ut=o.n(jt),Wt=o(61443),Yt=o(18740),qt=o(34196),Qt=o(77312),Gt=o(84237),Xt=o(73267),Vt=o(32831),Kt=o(24764),Jt=o(41944);const Zt={name:"Contact",components:{NcActionLink:Xt.A,NcActionText:Vt.A,NcActions:Kt.A,NcAvatar:Jt.A},props:{contact:{required:!0,type:Object}},computed:{actions(){return this.contact.topAction?[this.contact.topAction,...this.contact.actions]:this.contact.actions},preloadedUserStatus(){if(this.contact.status)return{status:this.contact.status,message:this.contact.statusMessage,icon:this.contact.statusIcon}}}};var $t=o(85072),te=o.n($t),ee=o(97825),ne=o.n(ee),ie=o(77659),oe=o.n(ie),re=o(55056),se=o.n(re),ae=o(10540),ce=o.n(ae),le=o(41113),ue=o.n(le),he=o(45691),de={};de.styleTagTransform=ue(),de.setAttributes=se(),de.insert=oe().bind(null,"head"),de.domAPI=ne(),de.insertStyleElement=ce(),te()(he.A,de),he.A&&he.A.locals&&he.A.locals;const pe=(0,Lt.A)(Zt,(function(){var t=this,e=t._self._c;return e("li",{staticClass:"contact"},[e("NcAvatar",{staticClass:"contact__avatar",attrs:{size:44,user:t.contact.isUser?t.contact.uid:void 0,"is-no-user":!t.contact.isUser,"disable-menu":!0,"display-name":t.contact.avatarLabel,"preloaded-user-status":t.preloadedUserStatus}}),t._v(" "),e("a",{staticClass:"contact__body",attrs:{href:t.contact.profileUrl||t.contact.topAction?.hyperlink}},[e("div",{staticClass:"contact__body__full-name"},[t._v(t._s(t.contact.fullName))]),t._v(" "),t.contact.lastMessage?e("div",{staticClass:"contact__body__last-message"},[t._v(t._s(t.contact.lastMessage))]):t._e(),t._v(" "),t.contact.statusMessage?e("div",{staticClass:"contact__body__status-message"},[t._v(t._s(t.contact.statusMessage))]):e("div",{staticClass:"contact__body__email-address"},[t._v(t._s(t.contact.emailAddresses[0]))])]),t._v(" "),t.actions.length?e("NcActions",{attrs:{inline:t.contact.topAction?1:0}},[t._l(t.actions,(function(n,i){return["#"!==n.hyperlink?e("NcActionLink",{key:i,staticClass:"other-actions",attrs:{href:n.hyperlink},scopedSlots:t._u([{key:"icon",fn:function(){return[e("img",{staticClass:"contact__action__icon",attrs:{"aria-hidden":"true",src:n.icon}})]},proxy:!0}],null,!0)},[t._v("\n\t\t\t\t"+t._s(n.title)+"\n\t\t\t")]):e("NcActionText",{key:i,staticClass:"other-actions",scopedSlots:t._u([{key:"icon",fn:function(){return[e("img",{staticClass:"contact__action__icon",attrs:{"aria-hidden":"true",src:n.icon}})]},proxy:!0}],null,!0)},[t._v("\n\t\t\t\t"+t._s(n.title)+"\n\t\t\t")])]}))],2):t._e()],1)}),[],!1,null,"0ba3e584",null).exports;var Ae=o(35947);const fe=null===(ge=(0,Ot.HW)())?(0,Ae.YK)().setApp("core").build():(0,Ae.YK)().setApp("core").setUid(ge.uid).build();var ge;(0,Ae.YK)().setApp("unified-search").detectUser().build();const me={data:()=>({OC:Dt}),methods:{t:dt.translate.bind(dt),n:dt.translatePlural.bind(dt)}};var be=o(82182);const Ce={name:"ContactsMenu",components:{Contact:pe,Contacts:Ft,Magnify:Wt.A,NcButton:Yt.A,NcEmptyContent:qt.A,NcHeaderMenu:Qt.N,NcLoadingIcon:Gt.A,NcTextField:be.A},mixins:[me],data(){const t=(0,Ot.HW)();return{contactsAppEnabled:!1,contactsAppURL:(0,b.Jv)("/apps/contacts"),contactsAppMgmtURL:(0,b.Jv)("/settings/apps/social/contacts"),canInstallApp:t.isAdmin,contacts:[],loadingText:void 0,error:!1,searchTerm:""}},methods:{async handleOpen(){await this.getContacts("")},async getContacts(t){this.loadingText=""===t?(0,G.Tl)("core","Loading your contacts …"):(0,G.Tl)("core","Looking for {term} …",{term:t}),this.error=!1;try{const{data:{contacts:e,contactsAppEnabled:n}}=await Ht.Ay.post((0,b.Jv)("/contactsmenu/contacts"),{filter:t});this.contacts=e,this.contactsAppEnabled=n,this.loadingText=void 0}catch(e){fe.error("could not load contacts",{error:e,searchTerm:t}),this.error=!0}},onInputDebounced:Ut()((function(){this.getContacts(this.searchTerm)}),500),onReset(){this.searchTerm="",this.contacts=[],this.focusInput()},focusInput(){this.$nextTick((()=>{this.$refs.contactsMenuInput.focus(),this.$refs.contactsMenuInput.select()}))}}},ve=Ce;var xe=o(6670),we={};we.styleTagTransform=ue(),we.setAttributes=se(),we.insert=oe().bind(null,"head"),we.domAPI=ne(),we.insertStyleElement=ce(),te()(xe.A,we),xe.A&&xe.A.locals&&xe.A.locals;const ye=(0,Lt.A)(ve,(function(){var t=this,e=t._self._c;return e("NcHeaderMenu",{staticClass:"contactsmenu",attrs:{id:"contactsmenu","aria-label":t.t("core","Search contacts")},on:{open:t.handleOpen},scopedSlots:t._u([{key:"trigger",fn:function(){return[e("Contacts",{staticClass:"contactsmenu__trigger-icon",attrs:{size:20}})]},proxy:!0}])},[t._v(" "),e("div",{staticClass:"contactsmenu__menu"},[e("div",{staticClass:"contactsmenu__menu__input-wrapper"},[e("NcTextField",{ref:"contactsMenuInput",staticClass:"contactsmenu__menu__search",attrs:{id:"contactsmenu__menu__search",value:t.searchTerm,"trailing-button-icon":"close",label:t.t("core","Search contacts"),"trailing-button-label":t.t("core","Reset search"),"show-trailing-button":""!==t.searchTerm,placeholder:t.t("core","Search contacts …")},on:{"update:value":function(e){t.searchTerm=e},input:t.onInputDebounced,"trailing-button-click":t.onReset}})],1),t._v(" "),t.error?e("NcEmptyContent",{attrs:{name:t.t("core","Could not load your contacts")},scopedSlots:t._u([{key:"icon",fn:function(){return[e("Magnify")]},proxy:!0}],null,!1,931131664)}):t.loadingText?e("NcEmptyContent",{attrs:{name:t.loadingText},scopedSlots:t._u([{key:"icon",fn:function(){return[e("NcLoadingIcon")]},proxy:!0}])}):0===t.contacts.length?e("NcEmptyContent",{attrs:{name:t.t("core","No contacts found")},scopedSlots:t._u([{key:"icon",fn:function(){return[e("Magnify")]},proxy:!0}])}):e("div",{staticClass:"contactsmenu__menu__content"},[e("div",{attrs:{id:"contactsmenu-contacts"}},[e("ul",t._l(t.contacts,(function(t){return e("Contact",{key:t.id,attrs:{contact:t}})})),1)]),t._v(" "),t.contactsAppEnabled?e("div",{staticClass:"contactsmenu__menu__content__footer"},[e("NcButton",{attrs:{type:"tertiary",href:t.contactsAppURL}},[t._v("\n\t\t\t\t\t"+t._s(t.t("core","Show all contacts"))+"\n\t\t\t\t")])],1):t.canInstallApp?e("div",{staticClass:"contactsmenu__menu__content__footer"},[e("NcButton",{attrs:{type:"tertiary",href:t.contactsAppMgmtURL}},[t._v("\n\t\t\t\t\t"+t._s(t.t("core","Install the Contacts app"))+"\n\t\t\t\t")])],1):t._e()])],1)])}),[],!1,null,"455d0c6a",null).exports;var ke=o(97786);const Be={name:"CircleIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Ee=(0,Lt.A)(Be,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon circle-icon",attrs:{"aria-hidden":t.title?null:"true","aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports,_e=(0,V.pM)({__name:"AppMenuIcon",props:{app:null},setup(t){const e=t,n=(0,V.EW)((()=>String(e.app.unread>0))),i=(0,V.EW)((()=>"true"===n.value?"":e.app.name+(e.app.unread>0?` (${(0,G.n)("core","{count} notification","{count} notifications",e.app.unread,{count:e.app.unread})})`:"")));return{__sfc:!0,props:e,ariaHidden:n,ariaLabel:i,IconDot:Ee}}});var Ie=o(23759),De={};De.styleTagTransform=ue(),De.setAttributes=se(),De.insert=oe().bind(null,"head"),De.domAPI=ne(),De.insertStyleElement=ce(),te()(Ie.A,De),Ie.A&&Ie.A.locals&&Ie.A.locals;const Se=(0,Lt.A)(_e,(function(){var t=this,e=t._self._c,n=t._self._setupProxy;return e("span",{staticClass:"app-menu-icon",attrs:{role:"img","aria-hidden":n.ariaHidden,"aria-label":n.ariaLabel}},[e("img",{staticClass:"app-menu-icon__icon",attrs:{src:t.app.icon,alt:""}}),t._v(" "),t.app.unread?e(n.IconDot,{staticClass:"app-menu-icon__unread",attrs:{size:10}}):t._e()],1)}),[],!1,null,"e7078f90",null).exports,Te=(0,V.pM)({__name:"AppMenuEntry",props:{app:null},setup(t){const e=t,n=(0,V.KR)(),i=(0,V.KR)(),o=(0,V.KR)(!1);function r(){const t=n.value.clientWidth;o.value=t-.5*e.app.name.lengthe.app.name),r),{__sfc:!0,props:e,containerElement:n,labelElement:i,needsSpace:o,calculateSize:r,AppMenuIcon:Se}}});var Oe=o(98826),Me={};Me.styleTagTransform=ue(),Me.setAttributes=se(),Me.insert=oe().bind(null,"head"),Me.domAPI=ne(),Me.insertStyleElement=ce(),te()(Oe.A,Me),Oe.A&&Oe.A.locals&&Oe.A.locals;var Pe=o(86186),Re={};Re.styleTagTransform=ue(),Re.setAttributes=se(),Re.insert=oe().bind(null,"head"),Re.domAPI=ne(),Re.insertStyleElement=ce(),te()(Pe.A,Re),Pe.A&&Pe.A.locals&&Pe.A.locals;const Ne=(0,Lt.A)(Te,(function(){var t=this,e=t._self._c,n=t._self._setupProxy;return e("li",{ref:"containerElement",staticClass:"app-menu-entry",class:{"app-menu-entry--active":t.app.active,"app-menu-entry--truncated":n.needsSpace}},[e("a",{staticClass:"app-menu-entry__link",attrs:{href:t.app.href,title:t.app.name,"aria-current":!!t.app.active&&"page",target:t.app.target?"_blank":void 0,rel:t.app.target?"noopener noreferrer":void 0}},[e(n.AppMenuIcon,{staticClass:"app-menu-entry__icon",attrs:{app:t.app}}),t._v(" "),e("span",{ref:"labelElement",staticClass:"app-menu-entry__label"},[t._v("\n\t\t\t"+t._s(t.app.name)+"\n\t\t")])],1)])}),[],!1,null,"22dcd4f7",null).exports,He=(0,V.pM)({name:"AppMenu",components:{AppMenuEntry:Ne,NcActions:Kt.A,NcActionLink:Xt.A},setup(){const t=(0,V.KR)(),{width:e}=(0,ke.Lhy)(t);return{t:G.t,n:G.n,appMenu:t,appMenuWidth:e}},data:()=>({appList:(0,Tt.C)("core","apps",[])}),computed:{appLimit(){const t=Math.floor(this.appMenuWidth/50);return t{let{app:n}=e;return n===t}));n?this.$set(n,"unread",e):fe.warn(`Could not find app "${t}" for setting navigation count`)},setApps(t){let{apps:e}=t;this.appList=e}}}),ze=He;var Le=o(26652),Fe={};Fe.styleTagTransform=ue(),Fe.setAttributes=se(),Fe.insert=oe().bind(null,"head"),Fe.domAPI=ne(),Fe.insertStyleElement=ce(),te()(Le.A,Fe),Le.A&&Le.A.locals&&Le.A.locals;const je=(0,Lt.A)(ze,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("nav",{ref:"appMenu",staticClass:"app-menu",attrs:{"aria-label":t.t("core","Applications menu")}},[e("ul",{staticClass:"app-menu__list",attrs:{"aria-label":t.t("core","Apps")}},t._l(t.mainAppList,(function(t){return e("AppMenuEntry",{key:t.id,attrs:{app:t}})})),1),t._v(" "),e("NcActions",{staticClass:"app-menu__overflow",attrs:{"aria-label":t.t("core","More apps")}},t._l(t.popoverAppList,(function(n){return e("NcActionLink",{key:n.id,staticClass:"app-menu__overflow-entry",attrs:{"aria-current":!!n.active&&"page",href:n.href,icon:n.icon}},[t._v("\n\t\t\t"+t._s(n.name)+"\n\t\t")])})),1)],1)}),[],!1,null,"7661a89b",null).exports;var Ue=o(1522);const{profileEnabled:We}=(0,Tt.C)("user_status","profileEnabled",{profileEnabled:!1}),Ye=(0,V.pM)({name:"AccountMenuProfileEntry",components:{NcListItem:Ue.A,NcLoadingIcon:Gt.A},props:{id:{type:String,required:!0},name:{type:String,required:!0},href:{type:String,required:!0},active:{type:Boolean,required:!0}},setup:()=>({profileEnabled:We,displayName:(0,Ot.HW)().displayName}),data:()=>({loading:!1}),mounted(){(0,c.B1)("settings:profile-enabled:updated",this.handleProfileEnabledUpdate),(0,c.B1)("settings:display-name:updated",this.handleDisplayNameUpdate)},beforeDestroy(){(0,c.al)("settings:profile-enabled:updated",this.handleProfileEnabledUpdate),(0,c.al)("settings:display-name:updated",this.handleDisplayNameUpdate)},methods:{handleClick(){this.profileEnabled&&(this.loading=!0)},handleProfileEnabledUpdate(t){this.profileEnabled=t},handleDisplayNameUpdate(t){this.displayName=t}}}),qe=Ye,Qe=(0,Lt.A)(qe,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("NcListItem",{attrs:{id:t.profileEnabled?void 0:t.id,"anchor-id":t.id,active:t.active,compact:"",href:t.profileEnabled?t.href:void 0,name:t.displayName,target:"_self"},scopedSlots:t._u([t.profileEnabled?{key:"subname",fn:function(){return[t._v("\n\t\t"+t._s(t.name)+"\n\t")]},proxy:!0}:null,t.loading?{key:"indicator",fn:function(){return[e("NcLoadingIcon")]},proxy:!0}:null],null,!0)})}),[],!1,null,null,null).exports,Ge=(0,Tt.C)("core","versionHash",""),Xe={name:"AccountMenuEntry",components:{NcListItem:Ue.A,NcLoadingIcon:Gt.A},props:{id:{type:String,required:!0},name:{type:String,required:!0},href:{type:String,required:!0},active:{type:Boolean,required:!0},icon:{type:String,required:!0}},data:()=>({loading:!1}),computed:{iconSource(){return`${this.icon}?v=${Ge}`}},methods:{handleClick(){this.loading=!0}}};var Ve=o(49481),Ke={};Ke.styleTagTransform=ue(),Ke.setAttributes=se(),Ke.insert=oe().bind(null,"head"),Ke.domAPI=ne(),Ke.insertStyleElement=ce(),te()(Ve.A,Ke),Ve.A&&Ve.A.locals&&Ve.A.locals;const Je=(0,Lt.A)(Xe,(function(){var t=this,e=t._self._c;return e("NcListItem",{staticClass:"account-menu-entry",attrs:{id:t.href?void 0:t.id,"anchor-id":t.id,active:t.active,compact:"",href:t.href,name:t.name,target:"_self"},scopedSlots:t._u([{key:"icon",fn:function(){return[e("img",{staticClass:"account-menu-entry__icon",class:{"account-menu-entry__icon--active":t.active},attrs:{src:t.iconSource,alt:""}})]},proxy:!0},t.loading?{key:"indicator",fn:function(){return[e("NcLoadingIcon")]},proxy:!0}:null],null,!0)})}),[],!1,null,"2e0a74a6",null).exports,Ze=[{type:"online",label:(0,G.Tl)("user_status","Online")},{type:"away",label:(0,G.Tl)("user_status","Away")},{type:"dnd",label:(0,G.Tl)("user_status","Do not disturb"),subline:(0,G.Tl)("user_status","Mute all notifications")},{type:"invisible",label:(0,G.Tl)("user_status","Invisible"),subline:(0,G.Tl)("user_status","Appear offline")}],$e=(0,V.pM)({name:"AccountMenu",components:{AccountMenuEntry:Je,AccountMenuProfileEntry:Qe,NcAvatar:Jt.A,NcHeaderMenu:Qt.N},setup(){const t=(0,Tt.C)("core","settingsNavEntries",{}),{profile:e,...n}=t;return{currentDisplayName:(0,Ot.HW)()?.displayName??(0,Ot.HW)().uid,currentUserId:(0,Ot.HW)().uid,profileEntry:e,otherEntries:n,t:G.t}},data:()=>({showUserStatus:!1,userStatus:{status:null,icon:null,message:null}}),computed:{translatedUserStatus(){return{...this.userStatus,status:this.translateStatus(this.userStatus.status)}},avatarDescription(){return[(0,G.t)("core","Avatar of {displayName}",{displayName:this.currentDisplayName}),...Object.values(this.translatedUserStatus).filter(Boolean)].join(" — ")}},async created(){if(!(0,ot.F)()?.user_status?.enabled)return;const t=(0,b.KT)("/apps/user_status/api/v1/user_status");try{const e=await Ht.Ay.get(t),{status:n,icon:i,message:o}=e.data.ocs.data;this.userStatus={status:n,icon:i,message:o}}catch(t){fe.error("Failed to load user status")}this.showUserStatus=!0},mounted(){(0,c.B1)("user_status:status.updated",this.handleUserStatusUpdated),(0,c.Ic)("core:user-menu:mounted")},methods:{handleUserStatusUpdated(t){this.currentUserId===t.userId&&(this.userStatus={status:t.status,icon:t.icon,message:t.message})},translateStatus(t){const e=Object.fromEntries(Ze.map((t=>{let{type:e,label:n}=t;return[e,n]})));return e[t]?e[t]:t}}});var tn=o(24454),en={};en.styleTagTransform=ue(),en.setAttributes=se(),en.insert=oe().bind(null,"head"),en.domAPI=ne(),en.insertStyleElement=ce(),te()(tn.A,en),tn.A&&tn.A.locals&&tn.A.locals;const nn=(0,Lt.A)($e,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("NcHeaderMenu",{staticClass:"account-menu",attrs:{id:"user-menu","is-nav":"","aria-label":t.t("core","Settings menu"),description:t.avatarDescription},scopedSlots:t._u([{key:"trigger",fn:function(){return[e("NcAvatar",{key:String(t.showUserStatus),staticClass:"account-menu__avatar",attrs:{"disable-menu":"","disable-tooltip":"","show-user-status":t.showUserStatus,user:t.currentUserId,"preloaded-user-status":t.userStatus}})]},proxy:!0}])},[t._v(" "),e("ul",{staticClass:"account-menu__list"},[e("AccountMenuProfileEntry",{attrs:{id:t.profileEntry.id,name:t.profileEntry.name,href:t.profileEntry.href,active:t.profileEntry.active}}),t._v(" "),t._l(t.otherEntries,(function(t){return e("AccountMenuEntry",{key:t.id,attrs:{id:t.id,name:t.name,href:t.href,active:t.active,icon:t.icon}})}))],2)])}),[],!1,null,"a886d77a",null).exports;var on=o(96763);const rn=t=>{const e=window.location.protocol+"//"+window.location.host+(0,b.aU)();return t.startsWith(e)||(t=>!t.startsWith("https://")&&!t.startsWith("http://"))(t)&&t.startsWith((0,b.aU)())};async function sn(){if(null!==(0,Ot.HW)()&&!0!==sn.running){sn.running=!0;try{const{status:t}=await window.fetch((0,b.Jv)("/apps/files"));401===t&&(on.warn("User session was terminated, forwarding to login page."),window.location=(0,b.Jv)("/login?redirect_url={url}",{url:window.location.pathname+window.location.search+window.location.hash}))}catch(t){on.warn("Could not check login-state")}finally{delete sn.running}}}const an=()=>{var t,e;XMLHttpRequest.prototype.open=(t=XMLHttpRequest.prototype.open,function(e,n,i){t.apply(this,arguments),rn(n)&&(this.getResponseHeader("X-Requested-With")||this.setRequestHeader("X-Requested-With","XMLHttpRequest"),this.addEventListener("loadend",(function(){401===this.status&&sn()})))}),window.fetch=(e=window.fetch,async(t,n)=>{if(!rn(t.url??t.toString()))return await e(t,n);n||(n={}),n.headers||(n.headers=new Headers),n.headers instanceof Headers&&!n.headers.has("X-Requested-With")?n.headers.append("X-Requested-With","XMLHttpRequest"):n.headers instanceof Object&&!n.headers["X-Requested-With"]&&(n.headers["X-Requested-With"]="XMLHttpRequest");const i=await e(t,n);return 401===i.status&&sn(),i})},cn=()=>{setInterval((()=>{h()(".live-relative-timestamp").each((function(){const t=parseInt(h()(this).attr("data-timestamp"),10);h()(this).text(Ct()(t).fromNow())}))}),3e4)},ln={zh:"zh-cn",zh_Hans:"zh-cn",zh_Hans_CN:"zh-cn",zh_Hans_HK:"zh-cn",zh_Hans_MO:"zh-cn",zh_Hans_SG:"zh-cn",zh_Hant:"zh-hk",zh_Hant_HK:"zh-hk",zh_Hant_MO:"zh-mo",zh_Hant_TW:"zh-tw"};let un=Dt.getLocale();Object.prototype.hasOwnProperty.call(ln,un)&&(un=ln[un]),Ct().locale(un);const hn=()=>{if(an(),h()(window).on("unload.main",(()=>{Dt._unloadCalled=!0})),h()(window).on("beforeunload.main",(()=>{setTimeout((()=>{Dt._userIsNavigatingAway=!0,setTimeout((()=>{Dt._unloadCalled||(Dt._userIsNavigatingAway=!1)}),1e4)}),1)})),h()(document).on("ajaxError.main",(function(t,e,n){n&&n.allowAuthErrors||Dt._processAjaxError(e)})),(()=>{if((()=>{try{Pt=(0,Tt.C)("core","config")}catch(t){Pt=Dt.config}})(),(()=>{if(!Pt.auto_logout||!(0,Ot.HW)())return;let t=Date.now();window.addEventListener("mousemove",(e=>{t=Date.now(),localStorage.setItem("lastActive",t)})),window.addEventListener("touchstart",(e=>{t=Date.now(),localStorage.setItem("lastActive",t)})),window.addEventListener("storage",(e=>{"lastActive"===e.key&&(t=e.newValue)}));let e=0;e=setInterval((()=>{const n=Date.now()-1e3*Pt.session_lifetime;if(t{Mt.info("browser is online again, resuming heartbeat"),t=Nt();try{await Rt(),Mt.info("session token successfully updated after resuming network"),(0,c.Ic)("networkOnline",{success:!0})}catch(t){Mt.error("could not update session token after resuming network",t),(0,c.Ic)("networkOnline",{success:!1})}})),window.addEventListener("offline",(()=>{Mt.info("browser is offline, stopping heartbeat"),(0,c.Ic)("networkOffline",{}),clearInterval(t),Mt.info("session heartbeat polling stopped")}))})(),Dt.registerMenu(h()("#expand"),h()("#expanddiv"),!1,!0),h()(document).on("mouseup.closemenus",(t=>{const e=h()(t.target);if(e.closest(".menu").length||e.closest(".menutoggle").length)return!1;Dt.hideMenus()})),(()=>{V.Ay.mixin({methods:{t:G.Tl,n:G.zw}});const t=document.getElementById("header-left__appmenu");if(!t)return;const e=new(V.Ay.extend(je))({}).$mount(t);Object.assign(OC,{setNavigationCounter(t,n){e.setNavigationCounter(t,n)}})})(),(()=>{const t=document.getElementById("user-menu");t&&new V.Ay({el:t,render:t=>t(nn)})})(),(()=>{const t=document.getElementById("contactsmenu");t&&new V.Ay({el:t,render:t=>t(ye)})})(),h()("#app-navigation").length&&!h()("html").hasClass("lte9")&&!h()("#app-content").hasClass("no-snapper")){const t=new Snap({element:document.getElementById("app-content"),disable:"right",maxPosition:300,minDragDistance:100});h()("#app-content").prepend('');let e=!1;t.on("animating",(()=>{e=!0})),t.on("animated",(()=>{e=!1})),t.on("start",(()=>{e=!0})),t.on("end",(()=>{e=!1})),t.on("open",(()=>{s.attr("aria-hidden","false")})),t.on("close",(()=>{s.attr("aria-hidden","true")}));const n=t.open,i=t.close,o=()=>{e||"closed"!==t.state().state||n("left")},r=()=>{e||"closed"===t.state().state||i()};window.TESTING||(t.open=()=>{l.default.defer(o)},t.close=()=>{l.default.defer(r)}),h()("#app-navigation-toggle").click((e=>{"left"!==t.state().state&&t.open()})),h()("#app-navigation-toggle").keypress((e=>{"left"===t.state().state?t.close():t.open()}));const s=h()("#app-navigation");s.attr("aria-hidden","true"),s.delegate("a, :button","click",(e=>{const n=h()(e.target);n.is(".app-navigation-noclose")||n.closest(".app-navigation-noclose").length||n.is(".app-navigation-entry-utils-menu-button")||n.closest(".app-navigation-entry-utils-menu-button").length||n.is(".add-new")||n.closest(".add-new").length||n.is("#app-settings")||n.closest("#app-settings").length||t.close()}));let a=!1,c=!0,u=!1;Dt.allowNavigationBarSlideGesture=()=>{c=!0,u&&(t.enable(),a=!0,u=!1)},Dt.disallowNavigationBarSlideGesture=()=>{if(c=!1,a){const e=!0;t.disable(e),a=!1,u=!0}};const d=()=>{h()(window).width()>1024?(s.attr("aria-hidden","false"),t.close(),t.disable(),a=!1,u=!1):c?(t.enable(),a=!0,u=!1):u=!0};h()(window).resize(l.default.debounce(d,250)),d()}cn()};o(99660);var dn=o(3131),pn={};pn.styleTagTransform=ue(),pn.setAttributes=se(),pn.insert=oe().bind(null,"head"),pn.domAPI=ne(),pn.insertStyleElement=ce(),te()(dn.A,pn),dn.A&&dn.A.locals&&dn.A.locals;var An=o(13169),fn={};fn.styleTagTransform=ue(),fn.setAttributes=se(),fn.insert=oe().bind(null,"head"),fn.domAPI=ne(),fn.insertStyleElement=ce(),te()(An.A,fn),An.A&&An.A.locals&&An.A.locals;var gn=o(57576),mn=o.n(gn),bn=o(18922),Cn=o.n(bn),vn=(o(44275),o(35156)),xn={};xn.styleTagTransform=ue(),xn.setAttributes=se(),xn.insert=oe().bind(null,"head"),xn.domAPI=ne(),xn.insertStyleElement=ce(),te()(vn.A,xn),vn.A&&vn.A.locals&&vn.A.locals,o(57223),o(53425);var wn=o(86140),yn={};yn.styleTagTransform=ue(),yn.setAttributes=se(),yn.insert=oe().bind(null,"head"),yn.domAPI=ne(),yn.insertStyleElement=ce(),te()(wn.A,yn),wn.A&&wn.A.locals&&wn.A.locals;const kn=/(\s|^)(https?:\/\/)([-A-Z0-9+_.]+(?::[0-9]+)?(?:\/[-A-Z0-9+&@#%?=~_|!:,.;()]*)*)(\s|$)/gi;function Bn(t){return this.formatLinksRich(t)}function En(t){return this.formatLinksPlain(t)}function _n(t){return t.replace(kn,(function(t,e,n,i,o){let r=i;return n?"http://"===n&&(r=n+i):n="https://",e+''+r+""+o}))}function In(t){const e=h()("
").html(t);return e.find("a").each((function(){const t=h()(this);t.html(t.attr("href"))})),e.html()}var Dn=o(96763);function Sn(e){const n=(e=e||{}).dismiss||{};h().ajax({type:"GET",url:e.url||(0,b.KT)("core/whatsnew?format=json"),success:e.success||function(e,i,o){!function(e,n,i,o){if(Dn.debug("querying Whats New data was successful: "+n),Dn.debug(e),200!==i.status)return;let r,s,a,c;const u=document.createElement("div");u.classList.add("popovermenu","open","whatsNewPopover","menu-left");const h=document.createElement("ul");r=document.createElement("li"),s=document.createElement("span"),s.className="menuitem",a=document.createElement("span"),a.innerText=t("core","New in")+" "+e.ocs.data.product,a.className="caption",s.appendChild(a),c=document.createElement("span"),c.className="icon-close",c.onclick=function(){Tn(e.ocs.data.version,o)},s.appendChild(c),r.appendChild(s),h.appendChild(r);for(const t in e.ocs.data.whatsNew.regular){const n=e.ocs.data.whatsNew.regular[t];r=document.createElement("li"),s=document.createElement("span"),s.className="menuitem",c=document.createElement("span"),c.className="icon-checkmark",s.appendChild(c),a=document.createElement("p"),a.innerHTML=l.default.escape(n),s.appendChild(a),r.appendChild(s),h.appendChild(r)}l.default.isUndefined(e.ocs.data.changelogURL)||(r=document.createElement("li"),s=document.createElement("a"),s.href=e.ocs.data.changelogURL,s.rel="noreferrer noopener",s.target="_blank",c=document.createElement("span"),c.className="icon-link",s.appendChild(c),a=document.createElement("span"),a.innerText=t("core","View changelog"),s.appendChild(a),r.appendChild(s),h.appendChild(r)),u.appendChild(h),document.body.appendChild(u)}(e,i,o,n)},error:e.error||On})}function Tn(t,e){e=e||{},h().ajax({type:"POST",url:e.url||(0,b.KT)("core/whatsnew"),data:{version:encodeURIComponent(t)},success:e.success||Mn,error:e.error||Pn}),h()(".whatsNewPopover").remove()}function On(t,e,n){Dn.debug("querying Whats New Data resulted in an error: "+e+n),Dn.debug(t)}function Mn(t){}function Pn(t){Dn.debug("dismissing Whats New data resulted in an error: "+t)}const Rn={disableKeyboardShortcuts:()=>(0,Tt.C)("theming","shortcutsDisabled",!1),setPageHeading:function(t){const e=document.getElementById("page-heading-level-1");e&&(e.textContent=t)}};var Nn=o(70580),Hn=o.n(Nn);const zn={},Ln={registerType(t,e){zn[t]=e},trigger:t=>zn[t].action(),getTypes:()=>Object.keys(zn),getIcon:t=>zn[t].typeIconClass||"",getLabel:t=>Hn()(zn[t].typeString||t),getLink:(t,e)=>void 0!==zn[t]?zn[t].link(e):""},Fn={},jn={},Un={loadScript(t,e){const n=t+e;return Object.prototype.hasOwnProperty.call(Fn,n)?Promise.resolve():(Fn[n]=!0,new Promise((function(n,i){const o=OC.filePath(t,"js",e),r=document.createElement("script");r.src=o,r.setAttribute("nonce",btoa(OC.requestToken)),r.onload=()=>n(),r.onerror=()=>i(new Error(`Failed to load script from ${o}`)),document.head.appendChild(r)})))},loadStylesheet(t,e){const n=t+e;return Object.prototype.hasOwnProperty.call(jn,n)?Promise.resolve():(jn[n]=!0,new Promise((function(n,i){const o=OC.filePath(t,"css",e),r=document.createElement("link");r.href=o,r.type="text/css",r.rel="stylesheet",r.onload=()=>n(),r.onerror=()=>i(new Error(`Failed to load stylesheet from ${o}`)),document.head.appendChild(r)})))}},Wn={success:(t,e)=>(0,d.Te)(t,e),warning:(t,e)=>(0,d.I9)(t,e),error:(t,e)=>(0,d.Qg)(t,e),info:(t,e)=>(0,d.cf)(t,e),message:(t,e)=>(0,d.rG)(t,e)},Yn={Accessibility:Rn,AppConfig:r,Collaboration:Ln,Comments:s,InitialState:{loadState:Tt.C},Loader:Un,Toast:Wn,WhatsNew:a};var qn=o(96763);const Qn=function(){void 0===window.TESTING&&Dt.debug&&qn.warn.apply(qn,arguments)},Gn=(t,e,n)=>{(Array.isArray(t)?t:[t]).forEach((t=>{void 0!==window[t]&&delete window[t],Object.defineProperty(window,t,{get:()=>(Qn(n?`${t} is deprecated: ${n}`:`${t} is deprecated`),e())})}))};window._=l.default,Gn(["$","jQuery"],(()=>h()),"The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own."),Gn("Backbone",(()=>S()),"please ship your own, this will be removed in Nextcloud 20"),Gn(["Clipboard","ClipboardJS"],(()=>mn()),"please ship your own, this will be removed in Nextcloud 20"),window.dav=T.dav,Gn("Handlebars",(()=>ht()),"please ship your own, this will be removed in Nextcloud 20"),Gn("md5",(()=>Cn()),"please ship your own, this will be removed in Nextcloud 20"),Gn("moment",(()=>Ct()),"please ship your own, this will be removed in Nextcloud 20"),window.OC=Dt,Gn("initCore",(()=>hn),"this is an internal function"),Gn("oc_appswebroots",(()=>Dt.appswebroots),"use OC.appswebroots instead, this will be removed in Nextcloud 20"),Gn("oc_config",(()=>Dt.config),"use OC.config instead, this will be removed in Nextcloud 20"),Gn("oc_current_user",(()=>Dt.getCurrentUser().uid),"use OC.getCurrentUser().uid instead, this will be removed in Nextcloud 20"),Gn("oc_debug",(()=>Dt.debug),"use OC.debug instead, this will be removed in Nextcloud 20"),Gn("oc_defaults",(()=>Dt.theme),"use OC.theme instead, this will be removed in Nextcloud 20"),Gn("oc_isadmin",Dt.isUserAdmin,"use OC.isUserAdmin() instead, this will be removed in Nextcloud 20"),Gn("oc_requesttoken",(()=>tt()),"use OC.requestToken instead, this will be removed in Nextcloud 20"),Gn("oc_webroot",(()=>Dt.webroot),"use OC.getRootPath() instead, this will be removed in Nextcloud 20"),Gn("OCDialogs",(()=>Dt.dialogs),"use OC.dialogs instead, this will be removed in Nextcloud 20"),window.OCP=Yn,window.OCA={},h().fn.select2=(t=>{const e=t,n=function(){return Qn("The select2 library is deprecated! It will be removed in nextcloud 19."),e.apply(this,arguments)};return Object.assign(n,e),n})(h().fn.select2),window.t=l.default.bind(Dt.L10N.translate,Dt.L10N),window.n=l.default.bind(Dt.L10N.translatePlural,Dt.L10N),h().fn.avatar=function(t,e,n,i,o,r){const s=function(t){t.imageplaceholder("?"),t.css("background-color","#b9b9b9")};if(void 0!==t&&(t=String(t)),void 0!==r&&(r=String(r)),void 0===e&&(e=this.height()>0?this.height():this.data("size")>0?this.data("size"):64),this.height(e),this.width(e),void 0===t){if(void 0===this.data("user"))return void s(this);t=this.data("user")}t=String(t).replace(/\//g,"");const a=this;let c;c=t===Dt.getCurrentUser().uid?Dt.generateUrl("/avatar/{user}/{size}?v={version}",{user:t,size:Math.ceil(e*window.devicePixelRatio),version:oc_userconfig.avatar.version}):Dt.generateUrl("/avatar/{user}/{size}",{user:t,size:Math.ceil(e*window.devicePixelRatio)});const l=new Image;l.onload=function(){a.clearimageplaceholder(),a.append(l),"function"==typeof o&&o()},l.onerror=function(){a.clearimageplaceholder(),void 0!==r?a.imageplaceholder(t,r):s(a),"function"==typeof o&&o()},e<32?a.addClass("icon-loading-small"):a.addClass("icon-loading"),l.width=e,l.height=e,l.src=c,l.alt=""};const Xn=t=>"click"===t.type||"keydown"===t.type&&"Enter"===t.key,Vn=o(66235);h().fn.contactsMenu=function(e,n,i){if(-1===[0,4,6].indexOf(n))return;const o=this;i.append('');const r=i.find("div.contactsmenu-popover");o.on("click keydown",(function(i){if(Xn(i)){if(!r.hasClass("hidden"))return r.addClass("hidden"),void r.hide();r.removeClass("hidden"),r.show(),r.hasClass("loaded")||(r.addClass("loaded"),h().ajax(Dt.generateUrl("/contactsmenu/findOne"),{method:"POST",data:{shareType:n,shareWith:e}}).then((function(e){let n;r.find("ul").find("li").addClass("hidden"),n=e.topAction?[e.topAction].concat(e.actions):[{hyperlink:"#",title:t("core","No action available")}],n.forEach((function(t){r.find("ul").append(Vn(t))})),o.trigger("load")}),(function(e){let n;r.find("ul").find("li").addClass("hidden"),n=404===e.status?t("core","No action available"):t("core","Error fetching contact actions"),r.find("ul").append(Vn({hyperlink:"#",title:n})),o.trigger("loaderror",e)})))}})),h()(document).click((function(t){const e=r.has(t.target).length>0;let n=o.has(t.target).length>0;o.each((function(){h()(this).is(t.target)&&(n=!0)})),e||n||(r.addClass("hidden"),r.hide())}))},h().fn.exists=function(){return this.length>0},h().fn.filterAttr=function(t,e){return this.filter((function(){return h()(this).attr(t)===e}))};var Kn=o(52697);h().widget("oc.ocdialog",{options:{width:"auto",height:"auto",closeButton:!0,closeOnEscape:!0,closeCallback:null,modal:!1},_create(){const t=this;this.originalCss={display:this.element[0].style.display,width:this.element[0].style.width,height:this.element[0].style.height},this.originalTitle=this.element.attr("title"),this.options.title=this.options.title||this.originalTitle,this.$dialog=h()('
').attr({tabIndex:-1,role:"dialog","aria-modal":!0}).insertBefore(this.element),this.$dialog.append(this.element.detach()),this.element.removeAttr("title").addClass("oc-dialog-content").appendTo(this.$dialog),1===t.element.find("input").length&&t.element.find("input").on("keydown",(function(e){if(Xn(e)&&t.$buttonrow){const e=t.$buttonrow.find("button.primary");e&&!e.prop("disabled")&&e.click()}})),this.$dialog.css({display:"inline-block",position:"fixed"}),this.enterCallback=null,h()(document).on("keydown keyup",(function(e){if(e.target===t.$dialog.get(0)||0!==t.$dialog.find(h()(e.target)).length)return 27===e.keyCode&&"keydown"===e.type&&t.options.closeOnEscape?(e.stopImmediatePropagation(),t.close(),!1):13===e.keyCode?(e.stopImmediatePropagation(),null!==t.enterCallback?(t.enterCallback(),e.preventDefault(),!1):"keyup"===e.type&&(e.preventDefault(),!1)):void 0})),this._setOptions(this.options),this._createOverlay(),this._useFocusTrap()},_init(){this._trigger("open")},_setOption(e,n){const i=this;switch(e){case"title":if(this.$title)this.$title.text(n);else{const t=h()('

'+n+"

");this.$title=t.prependTo(this.$dialog)}this._setSizes();break;case"buttons":if(this.$buttonrow)this.$buttonrow.empty();else{const t=h()('
');this.$buttonrow=t.appendTo(this.$dialog)}1===n.length?this.$buttonrow.addClass("onebutton"):2===n.length?this.$buttonrow.addClass("twobuttons"):3===n.length&&this.$buttonrow.addClass("threebuttons"),h().each(n,(function(t,e){const n=h()("');e.attr("aria-label",t("core",'Close "{dialogTitle}" dialog',{dialogTitle:this.$title||this.options.title})),this.$dialog.prepend(e),e.on("click keydown",(function(t){Xn(t)&&(i.options.closeCallback&&i.options.closeCallback(),i.close())}))}else this.$dialog.find(".oc-dialog-close").remove();break;case"width":this.$dialog.css("width",n);break;case"height":this.$dialog.css("height",n);break;case"close":this.closeCB=n}h().Widget.prototype._setOption.apply(this,arguments)},_setOptions(t){h().Widget.prototype._setOptions.apply(this,arguments)},_setSizes(){let t=0;this.$title&&(t+=this.$title.outerHeight(!0)),this.$buttonrow&&(t+=this.$buttonrow.outerHeight(!0)),this.element.css({height:"calc(100% - "+t+"px)"})},_createOverlay(){if(!this.options.modal)return;const t=this;let e=h()("#content");0===e.length&&(e=h()(".content")),this.overlay=h()("
").addClass("oc-dialog-dim").insertBefore(this.$dialog),this.overlay.on("click keydown keyup",(function(e){e.target!==t.$dialog.get(0)&&0===t.$dialog.find(h()(e.target)).length&&(e.preventDefault(),e.stopPropagation())}))},_destroyOverlay(){this.options.modal&&this.overlay&&(this.overlay.off("click keydown keyup"),this.overlay.remove(),this.overlay=null)},_useFocusTrap(){Object.assign(window,{_nc_focus_trap:window._nc_focus_trap||[]});const t=this.$dialog[0];this.focusTrap=(0,Kn.K)(t,{allowOutsideClick:!0,trapStack:window._nc_focus_trap,fallbackFocus:t}),this.focusTrap.activate()},_clearFocusTrap(){this.focusTrap?.deactivate(),this.focusTrap=null},widget(){return this.$dialog},setEnterCallback(t){this.enterCallback=t},unsetEnterCallback(){this.enterCallback=null},close(){this._clearFocusTrap(),this._destroyOverlay();const t=this;setTimeout((function(){t._trigger("close",t)}),200),t.$dialog.remove(),this.destroy()},destroy(){this.$title&&this.$title.remove(),this.$buttonrow&&this.$buttonrow.remove(),this.originalTitle&&this.element.attr("title",this.originalTitle),this.element.removeClass("oc-dialog-content").css(this.originalCss).detach().insertBefore(this.$dialog),this.$dialog.remove()}});var Jn=o(96763);const Zn={init(t,e,n){this.vars=t,this.options=h().extend({},this.options,e),this.elem=n;const i=this;if("function"==typeof this.options.escapeFunction){const t=Object.keys(this.vars);for(let e=0;et instanceof HTMLElement)).outerHTML},options:{escapeFunction:Hn()}};h().fn.octemplate=function(t,e){if(t=t||{},this.length)return Object.create(Zn).init(t,e,this)};var $n=o(96763);const ti=t=>{var e=t.toLowerCase();function n(t,e,n){this.r=t,this.g=e,this.b=n}function i(t,e,i){var o=[];o.push(e);for(var r=function(t,e){var n=new Array(3);return n[0]=(e[1].r-e[0].r)/t,n[1]=(e[1].g-e[0].g)/t,n[2]=(e[1].b-e[0].b)/t,n}(t,[e,i]),s=1;st[0].toUpperCase())).join("");this.html(r)}},h().fn.clearimageplaceholder=function(){this.css("background-color",""),this.css("color",""),this.css("font-weight",""),this.css("text-align",""),this.css("line-height",""),this.css("font-size",""),this.html(""),this.removeClass("icon-loading"),this.removeClass("icon-loading-small")},h()(document).on("ajaxSend",(function(t,e,n){!1===n.crossDomain&&(e.setRequestHeader("requesttoken",tt()),e.setRequestHeader("OCS-APIREQUEST","true"))})),h().fn.selectRange=function(t,e){return this.each((function(){if(this.setSelectionRange)this.focus(),this.setSelectionRange(t,e);else if(this.createTextRange){const n=this.createTextRange();n.collapse(!0),n.moveEnd("character",e),n.moveStart("character",t),n.select()}}))},h().fn.extend({showPassword(t){const e={fn:null,args:{}};e.fn=t;const n=function(t,e){e.val(t.val())},i=function(t,e,i){t.is(":checked")?(n(e,i),i.show(),e.hide()):(n(i,e),i.hide(),e.show())};return this.each((function(){const t=h()(this),o=h()(t.data("typetoggle")),r=function(t){const e=h()(t),n=h()("");return n.attr({type:"text",class:e.attr("class"),style:e.attr("style"),size:e.attr("size"),name:e.attr("name")+"-clone",tabindex:e.attr("tabindex"),autocomplete:"off"}),void 0!==e.attr("placeholder")&&n.attr("placeholder",e.attr("placeholder")),n}(t);r.insertAfter(t),e.fn&&(e.args.input=t,e.args.checkbox=o,e.args.clone=r),o.bind("click",(function(){i(o,t,r)})),t.bind("keyup",(function(){n(t,r)})),r.bind("keyup",(function(){n(r,t),t.trigger("keyup")})),r.bind("blur",(function(){t.trigger("focusout")})),i(o,t,r),r.closest("form").submit((function(t){r.prop("type","password")})),e.fn&&e.fn(e.args)}))}}),h().ui.autocomplete.prototype._resizeMenu=function(){this.menu.element.outerWidth(this.element.outerWidth())};var ei=o(90628),ni={};ni.styleTagTransform=ue(),ni.setAttributes=se(),ni.insert=oe().bind(null,"head"),ni.domAPI=ne(),ni.insertStyleElement=ce(),te()(ei.A,ni),ei.A&&ei.A.locals&&ei.A.locals;var ii=o(2791),oi={};oi.styleTagTransform=ue(),oi.setAttributes=se(),oi.insert=oe().bind(null,"head"),oi.domAPI=ne(),oi.insertStyleElement=ce(),te()(ii.A,oi),ii.A&&ii.A.locals&&ii.A.locals,h().ajaxSetup({contents:{script:!1}}),h().globalEval=function(){},o.nc=(0,Ot.aV)(),window.addEventListener("DOMContentLoaded",(function(){hn(),(()=>{let t=h()("[data-apps-slide-toggle]");0===t.length&&h()("#app-navigation").addClass("without-app-settings"),h()(document).click((function(e){g&&(t=h()("[data-apps-slide-toggle]")),t.each((function(t,n){const i=h()(n).data("apps-slide-toggle"),o=h()(i);function r(){o.slideUp(4*OC.menuSpeed,(function(){o.trigger(new(h().Event)("hide"))})),o.removeClass("opened"),h()(n).removeClass("opened"),h()(n).attr("aria-expanded","false")}if(!o.is(":animated"))if(h()(n).is(h()(e.target).closest("[data-apps-slide-toggle]")))o.is(":visible")?r():function(){o.slideDown(4*OC.menuSpeed,(function(){o.trigger(new(h().Event)("show"))})),o.addClass("opened"),h()(n).addClass("opened"),h()(n).attr("aria-expanded","true");const t=h()(i+" [autofocus]");1===t.length&&t.focus()}();else{const t=h()(e.target).closest(i);o.is(":visible")&&t[0]!==o[0]&&r()}}))}))})(),window.history.pushState?window.onpopstate=_.bind(Dt.Util.History._onPopState,Dt.Util.History):window.onhashchange=_.bind(Dt.Util.History._onPopState,Dt.Util.History)})),document.addEventListener("DOMContentLoaded",(function(){const t=document.getElementById("password-input-form");t&&t.addEventListener("submit",(async function(e){e.preventDefault();const n=document.getElementById("requesttoken");if(n){const t=(0,b.Jv)("/csrftoken"),e=await Ht.Ay.get(t);n.value=e.data.token}t.submit()}))}))},21391:(t,e,n)=>{var i,o,r;r="object"==typeof self&&self.self===self&&self||"object"==typeof n.g&&n.g.global===n.g&&n.g,i=[n(4523),n(74692),e],o=function(t,e,n){r.Backbone=function(t,e,n,i){var o=t.Backbone,r=Array.prototype.slice;e.VERSION="1.6.0",e.$=i,e.noConflict=function(){return t.Backbone=o,this},e.emulateHTTP=!1,e.emulateJSON=!1;var s,a=e.Events={},c=/\s+/,l=function(t,e,i,o,r){var s,a=0;if(i&&"object"==typeof i){void 0!==o&&"context"in r&&void 0===r.context&&(r.context=o);for(s=n.keys(i);athis.length&&(o=this.length),o<0&&(o+=this.length+1);var r,s,a=[],c=[],l=[],u=[],h={},d=e.add,p=e.merge,A=e.remove,f=!1,g=this.comparator&&null==o&&!1!==e.sort,m=n.isString(this.comparator)?this.comparator:null;for(s=0;s0&&!e.silent&&delete e.index,n},_isModel:function(t){return t instanceof m},_addReference:function(t,e){this._byId[t.cid]=t;var n=this.modelId(t.attributes,t.idAttribute);null!=n&&(this._byId[n]=t),t.on("all",this._onModelEvent,this)},_removeReference:function(t,e){delete this._byId[t.cid];var n=this.modelId(t.attributes,t.idAttribute);null!=n&&delete this._byId[n],this===t.collection&&delete t.collection,t.off("all",this._onModelEvent,this)},_onModelEvent:function(t,e,n,i){if(e){if(("add"===t||"remove"===t)&&n!==this)return;if("destroy"===t&&this.remove(e,i),"changeId"===t){var o=this.modelId(e.previousAttributes(),e.idAttribute),r=this.modelId(e.attributes,e.idAttribute);null!=o&&delete this._byId[o],null!=r&&(this._byId[r]=e)}}this.trigger.apply(this,arguments)},_forwardPristineError:function(t,e,n){this.has(t)||this._onModelEvent("error",t,e,n)}});var w="function"==typeof Symbol&&Symbol.iterator;w&&(b.prototype[w]=b.prototype.values);var y=function(t,e){this._collection=t,this._kind=e,this._index=0},k=1,B=2,E=3;w&&(y.prototype[w]=function(){return this}),y.prototype.next=function(){if(this._collection){if(this._index7),this._useHashChange=this._wantsHashChange&&this._hasHashChange,this._wantsPushState=!!this.options.pushState,this._hasPushState=!(!this.history||!this.history.pushState),this._usePushState=this._wantsPushState&&this._hasPushState,this.fragment=this.getFragment(),this.root=("/"+this.root+"/").replace(j,"/"),this._wantsHashChange&&this._wantsPushState){if(!this._hasPushState&&!this.atRoot()){var e=this.root.slice(0,-1)||"/";return this.location.replace(e+"#"+this.getPath()),!0}this._hasPushState&&this.atRoot()&&this.navigate(this.getHash(),{replace:!0})}if(!this._hasHashChange&&this._wantsHashChange&&!this._usePushState){this.iframe=document.createElement("iframe"),this.iframe.src="javascript:0",this.iframe.style.display="none",this.iframe.tabIndex=-1;var i=document.body,o=i.insertBefore(this.iframe,i.firstChild).contentWindow;o.document.open(),o.document.close(),o.location.hash="#"+this.fragment}var r=window.addEventListener||function(t,e){return attachEvent("on"+t,e)};if(this._usePushState?r("popstate",this.checkUrl,!1):this._useHashChange&&!this.iframe?r("hashchange",this.checkUrl,!1):this._wantsHashChange&&(this._checkUrlInterval=setInterval(this.checkUrl,this.interval)),!this.options.silent)return this.loadUrl()},stop:function(){var t=window.removeEventListener||function(t,e){return detachEvent("on"+t,e)};this._usePushState?t("popstate",this.checkUrl,!1):this._useHashChange&&!this.iframe&&t("hashchange",this.checkUrl,!1),this.iframe&&(document.body.removeChild(this.iframe),this.iframe=null),this._checkUrlInterval&&clearInterval(this._checkUrlInterval),L.started=!1},route:function(t,e){this.handlers.unshift({route:t,callback:e})},checkUrl:function(t){var e=this.getFragment();if(e===this.fragment&&this.iframe&&(e=this.getHash(this.iframe.contentWindow)),e===this.fragment)return!this.matchRoot()&&this.notfound();this.iframe&&this.navigate(e),this.loadUrl()},loadUrl:function(t){return this.matchRoot()?(t=this.fragment=this.getFragment(t),n.some(this.handlers,(function(e){if(e.route.test(t))return e.callback(t),!0}))||this.notfound()):this.notfound()},notfound:function(){return this.trigger("notfound"),!1},navigate:function(t,e){if(!L.started)return!1;e&&!0!==e||(e={trigger:!!e}),t=this.getFragment(t||"");var n=this.root;this._trailingSlash||""!==t&&"?"!==t.charAt(0)||(n=n.slice(0,-1)||"/");var i=n+t;t=t.replace(U,"");var o=this.decodeFragment(t);if(this.fragment!==o){if(this.fragment=o,this._usePushState)this.history[e.replace?"replaceState":"pushState"]({},document.title,i);else{if(!this._wantsHashChange)return this.location.assign(i);if(this._updateHash(this.location,t,e.replace),this.iframe&&t!==this.getHash(this.iframe.contentWindow)){var r=this.iframe.contentWindow;e.replace||(r.document.open(),r.document.close()),this._updateHash(r.location,t,e.replace)}}return e.trigger?this.loadUrl(t):void 0}},_updateHash:function(t,e,n){if(n){var i=t.href.replace(/(javascript:|#).*$/,"");t.replace(i+"#"+e)}else t.hash="#"+e}}),e.history=new L;m.extend=b.extend=P.extend=_.extend=L.extend=function(t,e){var i,o=this;return i=t&&n.has(t,"constructor")?t.constructor:function(){return o.apply(this,arguments)},n.extend(i,o,e),i.prototype=n.create(o.prototype,t),i.prototype.constructor=i,i.__super__=o.prototype,i};var W=function(){throw new Error('A "url" property or function must be specified')},Y=function(t,e){var n=e.error;e.error=function(i){n&&n.call(e.context,t,i,e),t.trigger("error",t,i,e)}};return e._debug=function(){return{root:t,_:n}},e}(r,n,t,e)}.apply(e,i),void 0===o||(t.exports=o)},18922:function(t,e,n){var i;!function(){"use strict";function o(t,e){var n=(65535&t)+(65535&e);return(t>>16)+(e>>16)+(n>>16)<<16|65535&n}function r(t,e,n,i,r,s){return o((a=o(o(e,t),o(i,s)))<<(c=r)|a>>>32-c,n);var a,c}function s(t,e,n,i,o,s,a){return r(e&n|~e&i,t,e,o,s,a)}function a(t,e,n,i,o,s,a){return r(e&i|n&~i,t,e,o,s,a)}function c(t,e,n,i,o,s,a){return r(e^n^i,t,e,o,s,a)}function l(t,e,n,i,o,s,a){return r(n^(e|~i),t,e,o,s,a)}function u(t,e){var n,i,r,u,h;t[e>>5]|=128<>>9<<4)]=e;var d=1732584193,p=-271733879,A=-1732584194,f=271733878;for(n=0;n>5]>>>e%32&255);return n}function d(t){var e,n=[];for(n[(t.length>>2)-1]=void 0,e=0;e>5]|=(255&t.charCodeAt(e/8))<>>4&15)+i.charAt(15&e);return o}function A(t){return unescape(encodeURIComponent(t))}function f(t){return function(t){return h(u(d(t),8*t.length))}(A(t))}function g(t,e){return function(t,e){var n,i,o=d(t),r=[],s=[];for(r[15]=s[15]=void 0,o.length>16&&(o=u(o,8*t.length)),n=0;n<16;n+=1)r[n]=909522486^o[n],s[n]=1549556828^o[n];return i=u(r.concat(d(e)),512+8*e.length),h(u(s.concat(i),640))}(A(t),A(e))}function m(t,e,n){return e?n?g(e,t):p(g(e,t)):n?f(t):p(f(t))}void 0===(i=function(){return m}.call(e,n,e,t))||(t.exports=i)}()},57576:function(t){var e;e=function(){return function(){var t={686:function(t,e,n){"use strict";n.d(e,{default:function(){return v}});var i=n(279),o=n.n(i),r=n(370),s=n.n(r),a=n(817),c=n.n(a);function l(t){try{return document.execCommand(t)}catch(t){return!1}}var u=function(t){var e=c()(t);return l("cut"),e},h=function(t,e){var n=function(t){var e="rtl"===document.documentElement.getAttribute("dir"),n=document.createElement("textarea");n.style.fontSize="12pt",n.style.border="0",n.style.padding="0",n.style.margin="0",n.style.position="absolute",n.style[e?"right":"left"]="-9999px";var i=window.pageYOffset||document.documentElement.scrollTop;return n.style.top="".concat(i,"px"),n.setAttribute("readonly",""),n.value=t,n}(t);e.container.appendChild(n);var i=c()(n);return l("copy"),n.remove(),i},d=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{container:document.body},n="";return"string"==typeof t?n=h(t,e):t instanceof HTMLInputElement&&!["text","search","url","tel","password"].includes(null==t?void 0:t.type)?n=h(t.value,e):(n=c()(t),l("copy")),n};function p(t){return p="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},p(t)}function A(t){return A="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},A(t)}function f(t,e){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:{};this.action="function"==typeof t.action?t.action:this.defaultAction,this.target="function"==typeof t.target?t.target:this.defaultTarget,this.text="function"==typeof t.text?t.text:this.defaultText,this.container="object"===A(t.container)?t.container:document.body}},{key:"listenClick",value:function(t){var e=this;this.listener=s()(t,"click",(function(t){return e.onClick(t)}))}},{key:"onClick",value:function(t){var e=t.delegateTarget||t.currentTarget,n=this.action(e)||"copy",i=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.action,n=void 0===e?"copy":e,i=t.container,o=t.target,r=t.text;if("copy"!==n&&"cut"!==n)throw new Error('Invalid "action" value, use either "copy" or "cut"');if(void 0!==o){if(!o||"object"!==p(o)||1!==o.nodeType)throw new Error('Invalid "target" value, use a valid Element');if("copy"===n&&o.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if("cut"===n&&(o.hasAttribute("readonly")||o.hasAttribute("disabled")))throw new Error('Invalid "target" attribute. You can\'t cut text from elements with "readonly" or "disabled" attributes')}return r?d(r,{container:i}):o?"cut"===n?u(o):d(o,{container:i}):void 0}({action:n,container:this.container,target:this.target(e),text:this.text(e)});this.emit(i?"success":"error",{action:n,text:i,trigger:e,clearSelection:function(){e&&e.focus(),window.getSelection().removeAllRanges()}})}},{key:"defaultAction",value:function(t){return b("action",t)}},{key:"defaultTarget",value:function(t){var e=b("target",t);if(e)return document.querySelector(e)}},{key:"defaultText",value:function(t){return b("text",t)}},{key:"destroy",value:function(){this.listener.destroy()}}],i=[{key:"copy",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{container:document.body};return d(t,e)}},{key:"cut",value:function(t){return u(t)}},{key:"isSupported",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:["copy","cut"],e="string"==typeof t?[t]:t,n=!!document.queryCommandSupported;return e.forEach((function(t){n=n&&!!document.queryCommandSupported(t)})),n}}],n&&f(e.prototype,n),i&&f(e,i),c}(o()),v=C},828:function(t){if("undefined"!=typeof Element&&!Element.prototype.matches){var e=Element.prototype;e.matches=e.matchesSelector||e.mozMatchesSelector||e.msMatchesSelector||e.oMatchesSelector||e.webkitMatchesSelector}t.exports=function(t,e){for(;t&&9!==t.nodeType;){if("function"==typeof t.matches&&t.matches(e))return t;t=t.parentNode}}},438:function(t,e,n){var i=n(828);function o(t,e,n,i,o){var s=r.apply(this,arguments);return t.addEventListener(n,s,o),{destroy:function(){t.removeEventListener(n,s,o)}}}function r(t,e,n,o){return function(n){n.delegateTarget=i(n.target,e),n.delegateTarget&&o.call(t,n)}}t.exports=function(t,e,n,i,r){return"function"==typeof t.addEventListener?o.apply(null,arguments):"function"==typeof n?o.bind(null,document).apply(null,arguments):("string"==typeof t&&(t=document.querySelectorAll(t)),Array.prototype.map.call(t,(function(t){return o(t,e,n,i,r)})))}},879:function(t,e){e.node=function(t){return void 0!==t&&t instanceof HTMLElement&&1===t.nodeType},e.nodeList=function(t){var n=Object.prototype.toString.call(t);return void 0!==t&&("[object NodeList]"===n||"[object HTMLCollection]"===n)&&"length"in t&&(0===t.length||e.node(t[0]))},e.string=function(t){return"string"==typeof t||t instanceof String},e.fn=function(t){return"[object Function]"===Object.prototype.toString.call(t)}},370:function(t,e,n){var i=n(879),o=n(438);t.exports=function(t,e,n){if(!t&&!e&&!n)throw new Error("Missing required arguments");if(!i.string(e))throw new TypeError("Second argument must be a String");if(!i.fn(n))throw new TypeError("Third argument must be a Function");if(i.node(t))return function(t,e,n){return t.addEventListener(e,n),{destroy:function(){t.removeEventListener(e,n)}}}(t,e,n);if(i.nodeList(t))return function(t,e,n){return Array.prototype.forEach.call(t,(function(t){t.addEventListener(e,n)})),{destroy:function(){Array.prototype.forEach.call(t,(function(t){t.removeEventListener(e,n)}))}}}(t,e,n);if(i.string(t))return function(t,e,n){return o(document.body,t,e,n)}(t,e,n);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList")}},817:function(t){t.exports=function(t){var e;if("SELECT"===t.nodeName)t.focus(),e=t.value;else if("INPUT"===t.nodeName||"TEXTAREA"===t.nodeName){var n=t.hasAttribute("readonly");n||t.setAttribute("readonly",""),t.select(),t.setSelectionRange(0,t.value.length),n||t.removeAttribute("readonly"),e=t.value}else{t.hasAttribute("contenteditable")&&t.focus();var i=window.getSelection(),o=document.createRange();o.selectNodeContents(t),i.removeAllRanges(),i.addRange(o),e=i.toString()}return e}},279:function(t){function e(){}e.prototype={on:function(t,e,n){var i=this.e||(this.e={});return(i[t]||(i[t]=[])).push({fn:e,ctx:n}),this},once:function(t,e,n){var i=this;function o(){i.off(t,o),e.apply(n,arguments)}return o._=e,this.on(t,o,n)},emit:function(t){for(var e=[].slice.call(arguments,1),n=((this.e||(this.e={}))[t]||[]).slice(),i=0,o=n.length;i{"use strict";n.d(e,{A:()=>E});var i=n(71354),o=n.n(i),r=n(76314),s=n.n(r),a=n(4417),c=n.n(a),l=new URL(n(59699),n.b),u=new URL(n(34213),n.b),h=new URL(n(3132),n.b),d=new URL(n(19394),n.b),p=new URL(n(81972),n.b),A=new URL(n(6411),n.b),f=new URL(n(14506),n.b),g=new URL(n(64886),n.b),m=s()(o()),b=c()(l),C=c()(u),v=c()(h),x=c()(d),w=c()(p),y=c()(A),k=c()(f),B=c()(g);m.push([t.id,`/*! jQuery UI - v1.13.3 - 2024-04-26\n* https://jqueryui.com\n* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css\n* To view and modify this theme, visit https://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=%22alpha(opacity%3D30)%22&opacityFilterOverlay=%22alpha(opacity%3D30)%22&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6\n* Copyright OpenJS Foundation and other contributors; Licensed MIT */\n\n/* Layout helpers\n----------------------------------*/\n.ui-helper-hidden {\n\tdisplay: none;\n}\n.ui-helper-hidden-accessible {\n\tborder: 0;\n\tclip: rect(0 0 0 0);\n\theight: 1px;\n\tmargin: -1px;\n\toverflow: hidden;\n\tpadding: 0;\n\tposition: absolute;\n\twidth: 1px;\n}\n.ui-helper-reset {\n\tmargin: 0;\n\tpadding: 0;\n\tborder: 0;\n\toutline: 0;\n\tline-height: 1.3;\n\ttext-decoration: none;\n\tfont-size: 100%;\n\tlist-style: none;\n}\n.ui-helper-clearfix:before,\n.ui-helper-clearfix:after {\n\tcontent: "";\n\tdisplay: table;\n\tborder-collapse: collapse;\n}\n.ui-helper-clearfix:after {\n\tclear: both;\n}\n.ui-helper-zfix {\n\twidth: 100%;\n\theight: 100%;\n\ttop: 0;\n\tleft: 0;\n\tposition: absolute;\n\topacity: 0;\n\t-ms-filter: "alpha(opacity=0)"; /* support: IE8 */\n}\n\n.ui-front {\n\tz-index: 100;\n}\n\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-disabled {\n\tcursor: default !important;\n\tpointer-events: none;\n}\n\n\n/* Icons\n----------------------------------*/\n.ui-icon {\n\tdisplay: inline-block;\n\tvertical-align: middle;\n\tmargin-top: -.25em;\n\tposition: relative;\n\ttext-indent: -99999px;\n\toverflow: hidden;\n\tbackground-repeat: no-repeat;\n}\n\n.ui-widget-icon-block {\n\tleft: 50%;\n\tmargin-left: -8px;\n\tdisplay: block;\n}\n\n/* Misc visuals\n----------------------------------*/\n\n/* Overlays */\n.ui-widget-overlay {\n\tposition: fixed;\n\ttop: 0;\n\tleft: 0;\n\twidth: 100%;\n\theight: 100%;\n}\n.ui-accordion .ui-accordion-header {\n\tdisplay: block;\n\tcursor: pointer;\n\tposition: relative;\n\tmargin: 2px 0 0 0;\n\tpadding: .5em .5em .5em .7em;\n\tfont-size: 100%;\n}\n.ui-accordion .ui-accordion-content {\n\tpadding: 1em 2.2em;\n\tborder-top: 0;\n\toverflow: auto;\n}\n.ui-autocomplete {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tcursor: default;\n}\n.ui-menu {\n\tlist-style: none;\n\tpadding: 0;\n\tmargin: 0;\n\tdisplay: block;\n\toutline: 0;\n}\n.ui-menu .ui-menu {\n\tposition: absolute;\n}\n.ui-menu .ui-menu-item {\n\tmargin: 0;\n\tcursor: pointer;\n\t/* support: IE10, see #8844 */\n\tlist-style-image: url(${b});\n}\n.ui-menu .ui-menu-item-wrapper {\n\tposition: relative;\n\tpadding: 3px 1em 3px .4em;\n}\n.ui-menu .ui-menu-divider {\n\tmargin: 5px 0;\n\theight: 0;\n\tfont-size: 0;\n\tline-height: 0;\n\tborder-width: 1px 0 0 0;\n}\n.ui-menu .ui-state-focus,\n.ui-menu .ui-state-active {\n\tmargin: -1px;\n}\n\n/* icon support */\n.ui-menu-icons {\n\tposition: relative;\n}\n.ui-menu-icons .ui-menu-item-wrapper {\n\tpadding-left: 2em;\n}\n\n/* left-aligned */\n.ui-menu .ui-icon {\n\tposition: absolute;\n\ttop: 0;\n\tbottom: 0;\n\tleft: .2em;\n\tmargin: auto 0;\n}\n\n/* right-aligned */\n.ui-menu .ui-menu-icon {\n\tleft: auto;\n\tright: 0;\n}\n.ui-button {\n\tpadding: .4em 1em;\n\tdisplay: inline-block;\n\tposition: relative;\n\tline-height: normal;\n\tmargin-right: .1em;\n\tcursor: pointer;\n\tvertical-align: middle;\n\ttext-align: center;\n\t-webkit-user-select: none;\n\t-moz-user-select: none;\n\t-ms-user-select: none;\n\tuser-select: none;\n\n\t/* Support: IE <= 11 */\n\toverflow: visible;\n}\n\n.ui-button,\n.ui-button:link,\n.ui-button:visited,\n.ui-button:hover,\n.ui-button:active {\n\ttext-decoration: none;\n}\n\n/* to make room for the icon, a width needs to be set here */\n.ui-button-icon-only {\n\twidth: 2em;\n\tbox-sizing: border-box;\n\ttext-indent: -9999px;\n\twhite-space: nowrap;\n}\n\n/* no icon support for input elements */\ninput.ui-button.ui-button-icon-only {\n\ttext-indent: 0;\n}\n\n/* button icon element(s) */\n.ui-button-icon-only .ui-icon {\n\tposition: absolute;\n\ttop: 50%;\n\tleft: 50%;\n\tmargin-top: -8px;\n\tmargin-left: -8px;\n}\n\n.ui-button.ui-icon-notext .ui-icon {\n\tpadding: 0;\n\twidth: 2.1em;\n\theight: 2.1em;\n\ttext-indent: -9999px;\n\twhite-space: nowrap;\n\n}\n\ninput.ui-button.ui-icon-notext .ui-icon {\n\twidth: auto;\n\theight: auto;\n\ttext-indent: 0;\n\twhite-space: normal;\n\tpadding: .4em 1em;\n}\n\n/* workarounds */\n/* Support: Firefox 5 - 40 */\ninput.ui-button::-moz-focus-inner,\nbutton.ui-button::-moz-focus-inner {\n\tborder: 0;\n\tpadding: 0;\n}\n.ui-controlgroup {\n\tvertical-align: middle;\n\tdisplay: inline-block;\n}\n.ui-controlgroup > .ui-controlgroup-item {\n\tfloat: left;\n\tmargin-left: 0;\n\tmargin-right: 0;\n}\n.ui-controlgroup > .ui-controlgroup-item:focus,\n.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {\n\tz-index: 9999;\n}\n.ui-controlgroup-vertical > .ui-controlgroup-item {\n\tdisplay: block;\n\tfloat: none;\n\twidth: 100%;\n\tmargin-top: 0;\n\tmargin-bottom: 0;\n\ttext-align: left;\n}\n.ui-controlgroup-vertical .ui-controlgroup-item {\n\tbox-sizing: border-box;\n}\n.ui-controlgroup .ui-controlgroup-label {\n\tpadding: .4em 1em;\n}\n.ui-controlgroup .ui-controlgroup-label span {\n\tfont-size: 80%;\n}\n.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {\n\tborder-left: none;\n}\n.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {\n\tborder-top: none;\n}\n.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {\n\tborder-right: none;\n}\n.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {\n\tborder-bottom: none;\n}\n\n/* Spinner specific style fixes */\n.ui-controlgroup-vertical .ui-spinner-input {\n\n\t/* Support: IE8 only, Android < 4.4 only */\n\twidth: 75%;\n\twidth: calc( 100% - 2.4em );\n}\n.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {\n\tborder-top-style: solid;\n}\n\n.ui-checkboxradio-label .ui-icon-background {\n\tbox-shadow: inset 1px 1px 1px #ccc;\n\tborder-radius: .12em;\n\tborder: none;\n}\n.ui-checkboxradio-radio-label .ui-icon-background {\n\twidth: 16px;\n\theight: 16px;\n\tborder-radius: 1em;\n\toverflow: visible;\n\tborder: none;\n}\n.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,\n.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {\n\tbackground-image: none;\n\twidth: 8px;\n\theight: 8px;\n\tborder-width: 4px;\n\tborder-style: solid;\n}\n.ui-checkboxradio-disabled {\n\tpointer-events: none;\n}\n.ui-datepicker {\n\twidth: 17em;\n\tpadding: .2em .2em 0;\n\tdisplay: none;\n}\n.ui-datepicker .ui-datepicker-header {\n\tposition: relative;\n\tpadding: .2em 0;\n}\n.ui-datepicker .ui-datepicker-prev,\n.ui-datepicker .ui-datepicker-next {\n\tposition: absolute;\n\ttop: 2px;\n\twidth: 1.8em;\n\theight: 1.8em;\n}\n.ui-datepicker .ui-datepicker-prev-hover,\n.ui-datepicker .ui-datepicker-next-hover {\n\ttop: 1px;\n}\n.ui-datepicker .ui-datepicker-prev {\n\tleft: 2px;\n}\n.ui-datepicker .ui-datepicker-next {\n\tright: 2px;\n}\n.ui-datepicker .ui-datepicker-prev-hover {\n\tleft: 1px;\n}\n.ui-datepicker .ui-datepicker-next-hover {\n\tright: 1px;\n}\n.ui-datepicker .ui-datepicker-prev span,\n.ui-datepicker .ui-datepicker-next span {\n\tdisplay: block;\n\tposition: absolute;\n\tleft: 50%;\n\tmargin-left: -8px;\n\ttop: 50%;\n\tmargin-top: -8px;\n}\n.ui-datepicker .ui-datepicker-title {\n\tmargin: 0 2.3em;\n\tline-height: 1.8em;\n\ttext-align: center;\n}\n.ui-datepicker .ui-datepicker-title select {\n\tfont-size: 1em;\n\tmargin: 1px 0;\n}\n.ui-datepicker select.ui-datepicker-month,\n.ui-datepicker select.ui-datepicker-year {\n\twidth: 45%;\n}\n.ui-datepicker table {\n\twidth: 100%;\n\tfont-size: .9em;\n\tborder-collapse: collapse;\n\tmargin: 0 0 .4em;\n}\n.ui-datepicker th {\n\tpadding: .7em .3em;\n\ttext-align: center;\n\tfont-weight: bold;\n\tborder: 0;\n}\n.ui-datepicker td {\n\tborder: 0;\n\tpadding: 1px;\n}\n.ui-datepicker td span,\n.ui-datepicker td a {\n\tdisplay: block;\n\tpadding: .2em;\n\ttext-align: right;\n\ttext-decoration: none;\n}\n.ui-datepicker .ui-datepicker-buttonpane {\n\tbackground-image: none;\n\tmargin: .7em 0 0 0;\n\tpadding: 0 .2em;\n\tborder-left: 0;\n\tborder-right: 0;\n\tborder-bottom: 0;\n}\n.ui-datepicker .ui-datepicker-buttonpane button {\n\tfloat: right;\n\tmargin: .5em .2em .4em;\n\tcursor: pointer;\n\tpadding: .2em .6em .3em .6em;\n\twidth: auto;\n\toverflow: visible;\n}\n.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {\n\tfloat: left;\n}\n\n/* with multiple calendars */\n.ui-datepicker.ui-datepicker-multi {\n\twidth: auto;\n}\n.ui-datepicker-multi .ui-datepicker-group {\n\tfloat: left;\n}\n.ui-datepicker-multi .ui-datepicker-group table {\n\twidth: 95%;\n\tmargin: 0 auto .4em;\n}\n.ui-datepicker-multi-2 .ui-datepicker-group {\n\twidth: 50%;\n}\n.ui-datepicker-multi-3 .ui-datepicker-group {\n\twidth: 33.3%;\n}\n.ui-datepicker-multi-4 .ui-datepicker-group {\n\twidth: 25%;\n}\n.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {\n\tborder-left-width: 0;\n}\n.ui-datepicker-multi .ui-datepicker-buttonpane {\n\tclear: left;\n}\n.ui-datepicker-row-break {\n\tclear: both;\n\twidth: 100%;\n\tfont-size: 0;\n}\n\n/* RTL support */\n.ui-datepicker-rtl {\n\tdirection: rtl;\n}\n.ui-datepicker-rtl .ui-datepicker-prev {\n\tright: 2px;\n\tleft: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next {\n\tleft: 2px;\n\tright: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-prev:hover {\n\tright: 1px;\n\tleft: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next:hover {\n\tleft: 1px;\n\tright: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane {\n\tclear: right;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button {\n\tfloat: left;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,\n.ui-datepicker-rtl .ui-datepicker-group {\n\tfloat: right;\n}\n.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {\n\tborder-right-width: 0;\n\tborder-left-width: 1px;\n}\n\n/* Icons */\n.ui-datepicker .ui-icon {\n\tdisplay: block;\n\ttext-indent: -99999px;\n\toverflow: hidden;\n\tbackground-repeat: no-repeat;\n\tleft: .5em;\n\ttop: .3em;\n}\n.ui-dialog {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tpadding: .2em;\n\toutline: 0;\n}\n.ui-dialog .ui-dialog-titlebar {\n\tpadding: .4em 1em;\n\tposition: relative;\n}\n.ui-dialog .ui-dialog-title {\n\tfloat: left;\n\tmargin: .1em 0;\n\twhite-space: nowrap;\n\twidth: 90%;\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n}\n.ui-dialog .ui-dialog-titlebar-close {\n\tposition: absolute;\n\tright: .3em;\n\ttop: 50%;\n\twidth: 20px;\n\tmargin: -10px 0 0 0;\n\tpadding: 1px;\n\theight: 20px;\n}\n.ui-dialog .ui-dialog-content {\n\tposition: relative;\n\tborder: 0;\n\tpadding: .5em 1em;\n\tbackground: none;\n\toverflow: auto;\n}\n.ui-dialog .ui-dialog-buttonpane {\n\ttext-align: left;\n\tborder-width: 1px 0 0 0;\n\tbackground-image: none;\n\tmargin-top: .5em;\n\tpadding: .3em 1em .5em .4em;\n}\n.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {\n\tfloat: right;\n}\n.ui-dialog .ui-dialog-buttonpane button {\n\tmargin: .5em .4em .5em 0;\n\tcursor: pointer;\n}\n.ui-dialog .ui-resizable-n {\n\theight: 2px;\n\ttop: 0;\n}\n.ui-dialog .ui-resizable-e {\n\twidth: 2px;\n\tright: 0;\n}\n.ui-dialog .ui-resizable-s {\n\theight: 2px;\n\tbottom: 0;\n}\n.ui-dialog .ui-resizable-w {\n\twidth: 2px;\n\tleft: 0;\n}\n.ui-dialog .ui-resizable-se,\n.ui-dialog .ui-resizable-sw,\n.ui-dialog .ui-resizable-ne,\n.ui-dialog .ui-resizable-nw {\n\twidth: 7px;\n\theight: 7px;\n}\n.ui-dialog .ui-resizable-se {\n\tright: 0;\n\tbottom: 0;\n}\n.ui-dialog .ui-resizable-sw {\n\tleft: 0;\n\tbottom: 0;\n}\n.ui-dialog .ui-resizable-ne {\n\tright: 0;\n\ttop: 0;\n}\n.ui-dialog .ui-resizable-nw {\n\tleft: 0;\n\ttop: 0;\n}\n.ui-draggable .ui-dialog-titlebar {\n\tcursor: move;\n}\n.ui-draggable-handle {\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-resizable {\n\tposition: relative;\n}\n.ui-resizable-handle {\n\tposition: absolute;\n\tfont-size: 0.1px;\n\tdisplay: block;\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-resizable-disabled .ui-resizable-handle,\n.ui-resizable-autohide .ui-resizable-handle {\n\tdisplay: none;\n}\n.ui-resizable-n {\n\tcursor: n-resize;\n\theight: 7px;\n\twidth: 100%;\n\ttop: -5px;\n\tleft: 0;\n}\n.ui-resizable-s {\n\tcursor: s-resize;\n\theight: 7px;\n\twidth: 100%;\n\tbottom: -5px;\n\tleft: 0;\n}\n.ui-resizable-e {\n\tcursor: e-resize;\n\twidth: 7px;\n\tright: -5px;\n\ttop: 0;\n\theight: 100%;\n}\n.ui-resizable-w {\n\tcursor: w-resize;\n\twidth: 7px;\n\tleft: -5px;\n\ttop: 0;\n\theight: 100%;\n}\n.ui-resizable-se {\n\tcursor: se-resize;\n\twidth: 12px;\n\theight: 12px;\n\tright: 1px;\n\tbottom: 1px;\n}\n.ui-resizable-sw {\n\tcursor: sw-resize;\n\twidth: 9px;\n\theight: 9px;\n\tleft: -5px;\n\tbottom: -5px;\n}\n.ui-resizable-nw {\n\tcursor: nw-resize;\n\twidth: 9px;\n\theight: 9px;\n\tleft: -5px;\n\ttop: -5px;\n}\n.ui-resizable-ne {\n\tcursor: ne-resize;\n\twidth: 9px;\n\theight: 9px;\n\tright: -5px;\n\ttop: -5px;\n}\n.ui-progressbar {\n\theight: 2em;\n\ttext-align: left;\n\toverflow: hidden;\n}\n.ui-progressbar .ui-progressbar-value {\n\tmargin: -1px;\n\theight: 100%;\n}\n.ui-progressbar .ui-progressbar-overlay {\n\tbackground: url(${C});\n\theight: 100%;\n\t-ms-filter: "alpha(opacity=25)"; /* support: IE8 */\n\topacity: 0.25;\n}\n.ui-progressbar-indeterminate .ui-progressbar-value {\n\tbackground-image: none;\n}\n.ui-selectable {\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-selectable-helper {\n\tposition: absolute;\n\tz-index: 100;\n\tborder: 1px dotted black;\n}\n.ui-selectmenu-menu {\n\tpadding: 0;\n\tmargin: 0;\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tdisplay: none;\n}\n.ui-selectmenu-menu .ui-menu {\n\toverflow: auto;\n\toverflow-x: hidden;\n\tpadding-bottom: 1px;\n}\n.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {\n\tfont-size: 1em;\n\tfont-weight: bold;\n\tline-height: 1.5;\n\tpadding: 2px 0.4em;\n\tmargin: 0.5em 0 0 0;\n\theight: auto;\n\tborder: 0;\n}\n.ui-selectmenu-open {\n\tdisplay: block;\n}\n.ui-selectmenu-text {\n\tdisplay: block;\n\tmargin-right: 20px;\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n}\n.ui-selectmenu-button.ui-button {\n\ttext-align: left;\n\twhite-space: nowrap;\n\twidth: 14em;\n}\n.ui-selectmenu-icon.ui-icon {\n\tfloat: right;\n\tmargin-top: 0;\n}\n.ui-slider {\n\tposition: relative;\n\ttext-align: left;\n}\n.ui-slider .ui-slider-handle {\n\tposition: absolute;\n\tz-index: 2;\n\twidth: 1.2em;\n\theight: 1.2em;\n\tcursor: pointer;\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-slider .ui-slider-range {\n\tposition: absolute;\n\tz-index: 1;\n\tfont-size: .7em;\n\tdisplay: block;\n\tborder: 0;\n\tbackground-position: 0 0;\n}\n\n/* support: IE8 - See #6727 */\n.ui-slider.ui-state-disabled .ui-slider-handle,\n.ui-slider.ui-state-disabled .ui-slider-range {\n\tfilter: inherit;\n}\n\n.ui-slider-horizontal {\n\theight: .8em;\n}\n.ui-slider-horizontal .ui-slider-handle {\n\ttop: -.3em;\n\tmargin-left: -.6em;\n}\n.ui-slider-horizontal .ui-slider-range {\n\ttop: 0;\n\theight: 100%;\n}\n.ui-slider-horizontal .ui-slider-range-min {\n\tleft: 0;\n}\n.ui-slider-horizontal .ui-slider-range-max {\n\tright: 0;\n}\n\n.ui-slider-vertical {\n\twidth: .8em;\n\theight: 100px;\n}\n.ui-slider-vertical .ui-slider-handle {\n\tleft: -.3em;\n\tmargin-left: 0;\n\tmargin-bottom: -.6em;\n}\n.ui-slider-vertical .ui-slider-range {\n\tleft: 0;\n\twidth: 100%;\n}\n.ui-slider-vertical .ui-slider-range-min {\n\tbottom: 0;\n}\n.ui-slider-vertical .ui-slider-range-max {\n\ttop: 0;\n}\n.ui-sortable-handle {\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-spinner {\n\tposition: relative;\n\tdisplay: inline-block;\n\toverflow: hidden;\n\tpadding: 0;\n\tvertical-align: middle;\n}\n.ui-spinner-input {\n\tborder: none;\n\tbackground: none;\n\tcolor: inherit;\n\tpadding: .222em 0;\n\tmargin: .2em 0;\n\tvertical-align: middle;\n\tmargin-left: .4em;\n\tmargin-right: 2em;\n}\n.ui-spinner-button {\n\twidth: 1.6em;\n\theight: 50%;\n\tfont-size: .5em;\n\tpadding: 0;\n\tmargin: 0;\n\ttext-align: center;\n\tposition: absolute;\n\tcursor: default;\n\tdisplay: block;\n\toverflow: hidden;\n\tright: 0;\n}\n/* more specificity required here to override default borders */\n.ui-spinner a.ui-spinner-button {\n\tborder-top-style: none;\n\tborder-bottom-style: none;\n\tborder-right-style: none;\n}\n.ui-spinner-up {\n\ttop: 0;\n}\n.ui-spinner-down {\n\tbottom: 0;\n}\n.ui-tabs {\n\tposition: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */\n\tpadding: .2em;\n}\n.ui-tabs .ui-tabs-nav {\n\tmargin: 0;\n\tpadding: .2em .2em 0;\n}\n.ui-tabs .ui-tabs-nav li {\n\tlist-style: none;\n\tfloat: left;\n\tposition: relative;\n\ttop: 0;\n\tmargin: 1px .2em 0 0;\n\tborder-bottom-width: 0;\n\tpadding: 0;\n\twhite-space: nowrap;\n}\n.ui-tabs .ui-tabs-nav .ui-tabs-anchor {\n\tfloat: left;\n\tpadding: .5em 1em;\n\ttext-decoration: none;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active {\n\tmargin-bottom: -1px;\n\tpadding-bottom: 1px;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,\n.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,\n.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {\n\tcursor: text;\n}\n.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {\n\tcursor: pointer;\n}\n.ui-tabs .ui-tabs-panel {\n\tdisplay: block;\n\tborder-width: 0;\n\tpadding: 1em 1.4em;\n\tbackground: none;\n}\n.ui-tooltip {\n\tpadding: 8px;\n\tposition: absolute;\n\tz-index: 9999;\n\tmax-width: 300px;\n}\nbody .ui-tooltip {\n\tborder-width: 2px;\n}\n\n/* Component containers\n----------------------------------*/\n.ui-widget {\n\tfont-family: Arial,Helvetica,sans-serif;\n\tfont-size: 1em;\n}\n.ui-widget .ui-widget {\n\tfont-size: 1em;\n}\n.ui-widget input,\n.ui-widget select,\n.ui-widget textarea,\n.ui-widget button {\n\tfont-family: Arial,Helvetica,sans-serif;\n\tfont-size: 1em;\n}\n.ui-widget.ui-widget-content {\n\tborder: 1px solid #c5c5c5;\n}\n.ui-widget-content {\n\tborder: 1px solid #dddddd;\n\tbackground: #ffffff;\n\tcolor: #333333;\n}\n.ui-widget-content a {\n\tcolor: #333333;\n}\n.ui-widget-header {\n\tborder: 1px solid #dddddd;\n\tbackground: #e9e9e9;\n\tcolor: #333333;\n\tfont-weight: bold;\n}\n.ui-widget-header a {\n\tcolor: #333333;\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default,\n.ui-button,\n\n/* We use html here because we need a greater specificity to make sure disabled\nworks properly when clicked or hovered */\nhtml .ui-button.ui-state-disabled:hover,\nhtml .ui-button.ui-state-disabled:active {\n\tborder: 1px solid #c5c5c5;\n\tbackground: #f6f6f6;\n\tfont-weight: normal;\n\tcolor: #454545;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited,\na.ui-button,\na:link.ui-button,\na:visited.ui-button,\n.ui-button {\n\tcolor: #454545;\n\ttext-decoration: none;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus,\n.ui-button:hover,\n.ui-button:focus {\n\tborder: 1px solid #cccccc;\n\tbackground: #ededed;\n\tfont-weight: normal;\n\tcolor: #2b2b2b;\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited,\n.ui-state-focus a,\n.ui-state-focus a:hover,\n.ui-state-focus a:link,\n.ui-state-focus a:visited,\na.ui-button:hover,\na.ui-button:focus {\n\tcolor: #2b2b2b;\n\ttext-decoration: none;\n}\n\n.ui-visual-focus {\n\tbox-shadow: 0 0 3px 1px rgb(94, 158, 214);\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active,\na.ui-button:active,\n.ui-button:active,\n.ui-button.ui-state-active:hover {\n\tborder: 1px solid #003eff;\n\tbackground: #007fff;\n\tfont-weight: normal;\n\tcolor: #ffffff;\n}\n.ui-icon-background,\n.ui-state-active .ui-icon-background {\n\tborder: #003eff;\n\tbackground-color: #ffffff;\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n\tcolor: #ffffff;\n\ttext-decoration: none;\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n\tborder: 1px solid #dad55e;\n\tbackground: #fffa90;\n\tcolor: #777620;\n}\n.ui-state-checked {\n\tborder: 1px solid #dad55e;\n\tbackground: #fffa90;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n\tcolor: #777620;\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n\tborder: 1px solid #f1a899;\n\tbackground: #fddfdf;\n\tcolor: #5f3f3f;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n\tcolor: #5f3f3f;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n\tcolor: #5f3f3f;\n}\n.ui-priority-primary,\n.ui-widget-content .ui-priority-primary,\n.ui-widget-header .ui-priority-primary {\n\tfont-weight: bold;\n}\n.ui-priority-secondary,\n.ui-widget-content .ui-priority-secondary,\n.ui-widget-header .ui-priority-secondary {\n\topacity: .7;\n\t-ms-filter: "alpha(opacity=70)"; /* support: IE8 */\n\tfont-weight: normal;\n}\n.ui-state-disabled,\n.ui-widget-content .ui-state-disabled,\n.ui-widget-header .ui-state-disabled {\n\topacity: .35;\n\t-ms-filter: "alpha(opacity=35)"; /* support: IE8 */\n\tbackground-image: none;\n}\n.ui-state-disabled .ui-icon {\n\t-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */\n}\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n\twidth: 16px;\n\theight: 16px;\n}\n.ui-icon,\n.ui-widget-content .ui-icon {\n\tbackground-image: url(${v});\n}\n.ui-widget-header .ui-icon {\n\tbackground-image: url(${v});\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon,\n.ui-button:hover .ui-icon,\n.ui-button:focus .ui-icon {\n\tbackground-image: url(${x});\n}\n.ui-state-active .ui-icon,\n.ui-button:active .ui-icon {\n\tbackground-image: url(${w});\n}\n.ui-state-highlight .ui-icon,\n.ui-button .ui-state-highlight.ui-icon {\n\tbackground-image: url(${y});\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n\tbackground-image: url(${k});\n}\n.ui-button .ui-icon {\n\tbackground-image: url(${B});\n}\n\n/* positioning */\n/* Three classes needed to override \`.ui-button:hover .ui-icon\` */\n.ui-icon-blank.ui-icon-blank.ui-icon-blank {\n\tbackground-image: none;\n}\n.ui-icon-caret-1-n { background-position: 0 0; }\n.ui-icon-caret-1-ne { background-position: -16px 0; }\n.ui-icon-caret-1-e { background-position: -32px 0; }\n.ui-icon-caret-1-se { background-position: -48px 0; }\n.ui-icon-caret-1-s { background-position: -65px 0; }\n.ui-icon-caret-1-sw { background-position: -80px 0; }\n.ui-icon-caret-1-w { background-position: -96px 0; }\n.ui-icon-caret-1-nw { background-position: -112px 0; }\n.ui-icon-caret-2-n-s { background-position: -128px 0; }\n.ui-icon-caret-2-e-w { background-position: -144px 0; }\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\n.ui-icon-triangle-1-s { background-position: -65px -16px; }\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\n.ui-icon-arrow-1-s { background-position: -65px -32px; }\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\n.ui-icon-arrowthick-1-n { background-position: 1px -48px; }\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\n.ui-icon-arrow-4 { background-position: 0 -80px; }\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\n.ui-icon-extlink { background-position: -32px -80px; }\n.ui-icon-newwin { background-position: -48px -80px; }\n.ui-icon-refresh { background-position: -64px -80px; }\n.ui-icon-shuffle { background-position: -80px -80px; }\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\n.ui-icon-folder-open { background-position: -16px -96px; }\n.ui-icon-document { background-position: -32px -96px; }\n.ui-icon-document-b { background-position: -48px -96px; }\n.ui-icon-note { background-position: -64px -96px; }\n.ui-icon-mail-closed { background-position: -80px -96px; }\n.ui-icon-mail-open { background-position: -96px -96px; }\n.ui-icon-suitcase { background-position: -112px -96px; }\n.ui-icon-comment { background-position: -128px -96px; }\n.ui-icon-person { background-position: -144px -96px; }\n.ui-icon-print { background-position: -160px -96px; }\n.ui-icon-trash { background-position: -176px -96px; }\n.ui-icon-locked { background-position: -192px -96px; }\n.ui-icon-unlocked { background-position: -208px -96px; }\n.ui-icon-bookmark { background-position: -224px -96px; }\n.ui-icon-tag { background-position: -240px -96px; }\n.ui-icon-home { background-position: 0 -112px; }\n.ui-icon-flag { background-position: -16px -112px; }\n.ui-icon-calendar { background-position: -32px -112px; }\n.ui-icon-cart { background-position: -48px -112px; }\n.ui-icon-pencil { background-position: -64px -112px; }\n.ui-icon-clock { background-position: -80px -112px; }\n.ui-icon-disk { background-position: -96px -112px; }\n.ui-icon-calculator { background-position: -112px -112px; }\n.ui-icon-zoomin { background-position: -128px -112px; }\n.ui-icon-zoomout { background-position: -144px -112px; }\n.ui-icon-search { background-position: -160px -112px; }\n.ui-icon-wrench { background-position: -176px -112px; }\n.ui-icon-gear { background-position: -192px -112px; }\n.ui-icon-heart { background-position: -208px -112px; }\n.ui-icon-star { background-position: -224px -112px; }\n.ui-icon-link { background-position: -240px -112px; }\n.ui-icon-cancel { background-position: 0 -128px; }\n.ui-icon-plus { background-position: -16px -128px; }\n.ui-icon-plusthick { background-position: -32px -128px; }\n.ui-icon-minus { background-position: -48px -128px; }\n.ui-icon-minusthick { background-position: -64px -128px; }\n.ui-icon-close { background-position: -80px -128px; }\n.ui-icon-closethick { background-position: -96px -128px; }\n.ui-icon-key { background-position: -112px -128px; }\n.ui-icon-lightbulb { background-position: -128px -128px; }\n.ui-icon-scissors { background-position: -144px -128px; }\n.ui-icon-clipboard { background-position: -160px -128px; }\n.ui-icon-copy { background-position: -176px -128px; }\n.ui-icon-contact { background-position: -192px -128px; }\n.ui-icon-image { background-position: -208px -128px; }\n.ui-icon-video { background-position: -224px -128px; }\n.ui-icon-script { background-position: -240px -128px; }\n.ui-icon-alert { background-position: 0 -144px; }\n.ui-icon-info { background-position: -16px -144px; }\n.ui-icon-notice { background-position: -32px -144px; }\n.ui-icon-help { background-position: -48px -144px; }\n.ui-icon-check { background-position: -64px -144px; }\n.ui-icon-bullet { background-position: -80px -144px; }\n.ui-icon-radio-on { background-position: -96px -144px; }\n.ui-icon-radio-off { background-position: -112px -144px; }\n.ui-icon-pin-w { background-position: -128px -144px; }\n.ui-icon-pin-s { background-position: -144px -144px; }\n.ui-icon-play { background-position: 0 -160px; }\n.ui-icon-pause { background-position: -16px -160px; }\n.ui-icon-seek-next { background-position: -32px -160px; }\n.ui-icon-seek-prev { background-position: -48px -160px; }\n.ui-icon-seek-end { background-position: -64px -160px; }\n.ui-icon-seek-start { background-position: -80px -160px; }\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\n.ui-icon-seek-first { background-position: -80px -160px; }\n.ui-icon-stop { background-position: -96px -160px; }\n.ui-icon-eject { background-position: -112px -160px; }\n.ui-icon-volume-off { background-position: -128px -160px; }\n.ui-icon-volume-on { background-position: -144px -160px; }\n.ui-icon-power { background-position: 0 -176px; }\n.ui-icon-signal-diag { background-position: -16px -176px; }\n.ui-icon-signal { background-position: -32px -176px; }\n.ui-icon-battery-0 { background-position: -48px -176px; }\n.ui-icon-battery-1 { background-position: -64px -176px; }\n.ui-icon-battery-2 { background-position: -80px -176px; }\n.ui-icon-battery-3 { background-position: -96px -176px; }\n.ui-icon-circle-plus { background-position: 0 -192px; }\n.ui-icon-circle-minus { background-position: -16px -192px; }\n.ui-icon-circle-close { background-position: -32px -192px; }\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\n.ui-icon-circle-check { background-position: -208px -192px; }\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Corner radius */\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-left,\n.ui-corner-tl {\n\tborder-top-left-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-right,\n.ui-corner-tr {\n\tborder-top-right-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-left,\n.ui-corner-bl {\n\tborder-bottom-left-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-right,\n.ui-corner-br {\n\tborder-bottom-right-radius: 3px;\n}\n\n/* Overlays */\n.ui-widget-overlay {\n\tbackground: #aaaaaa;\n\topacity: .003;\n\t-ms-filter: "alpha(opacity=.3)"; /* support: IE8 */\n}\n.ui-widget-shadow {\n\t-webkit-box-shadow: 0px 0px 5px #666666;\n\tbox-shadow: 0px 0px 5px #666666;\n}\n`,"",{version:3,sources:["webpack://./node_modules/jquery-ui-dist/jquery-ui.css"],names:[],mappings:"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,YAAY;AACb;AACA;CACC,WAAW;CACX,YAAY;CACZ,kBAAkB;CAClB,iBAAiB;CACjB,YAAY;AACb;AACA;;CAEC,sBAAsB;CACtB,UAAU;CACV,WAAW;CACX,iBAAiB;CACjB,mBAAmB;AACpB;AACA;CACC,oBAAoB;AACrB;AACA;CACC,WAAW;CACX,oBAAoB;CACpB,aAAa;AACd;AACA;CACC,kBAAkB;CAClB,eAAe;AAChB;AACA;;CAEC,kBAAkB;CAClB,QAAQ;CACR,YAAY;CACZ,aAAa;AACd;AACA;;CAEC,QAAQ;AACT;AACA;CACC,SAAS;AACV;AACA;CACC,UAAU;AACX;AACA;CACC,SAAS;AACV;AACA;CACC,UAAU;AACX;AACA;;CAEC,cAAc;CACd,kBAAkB;CAClB,SAAS;CACT,iBAAiB;CACjB,QAAQ;CACR,gBAAgB;AACjB;AACA;CACC,eAAe;CACf,kBAAkB;CAClB,kBAAkB;AACnB;AACA;CACC,cAAc;CACd,aAAa;AACd;AACA;;CAEC,UAAU;AACX;AACA;CACC,WAAW;CACX,eAAe;CACf,yBAAyB;CACzB,gBAAgB;AACjB;AACA;CACC,kBAAkB;CAClB,kBAAkB;CAClB,iBAAiB;CACjB,SAAS;AACV;AACA;CACC,SAAS;CACT,YAAY;AACb;AACA;;CAEC,cAAc;CACd,aAAa;CACb,iBAAiB;CACjB,qBAAqB;AACtB;AACA;CACC,sBAAsB;CACtB,kBAAkB;CAClB,eAAe;CACf,cAAc;CACd,eAAe;CACf,gBAAgB;AACjB;AACA;CACC,YAAY;CACZ,sBAAsB;CACtB,eAAe;CACf,4BAA4B;CAC5B,WAAW;CACX,iBAAiB;AAClB;AACA;CACC,WAAW;AACZ;;AAEA,4BAA4B;AAC5B;CACC,WAAW;AACZ;AACA;CACC,WAAW;AACZ;AACA;CACC,UAAU;CACV,mBAAmB;AACpB;AACA;CACC,UAAU;AACX;AACA;CACC,YAAY;AACb;AACA;CACC,UAAU;AACX;AACA;;CAEC,oBAAoB;AACrB;AACA;CACC,WAAW;AACZ;AACA;CACC,WAAW;CACX,WAAW;CACX,YAAY;AACb;;AAEA,gBAAgB;AAChB;CACC,cAAc;AACf;AACA;CACC,UAAU;CACV,UAAU;AACX;AACA;CACC,SAAS;CACT,WAAW;AACZ;AACA;CACC,UAAU;CACV,UAAU;AACX;AACA;CACC,SAAS;CACT,WAAW;AACZ;AACA;CACC,YAAY;AACb;AACA;CACC,WAAW;AACZ;AACA;;CAEC,YAAY;AACb;AACA;;CAEC,qBAAqB;CACrB,sBAAsB;AACvB;;AAEA,UAAU;AACV;CACC,cAAc;CACd,qBAAqB;CACrB,gBAAgB;CAChB,4BAA4B;CAC5B,UAAU;CACV,SAAS;AACV;AACA;CACC,kBAAkB;CAClB,MAAM;CACN,OAAO;CACP,aAAa;CACb,UAAU;AACX;AACA;CACC,iBAAiB;CACjB,kBAAkB;AACnB;AACA;CACC,WAAW;CACX,cAAc;CACd,mBAAmB;CACnB,UAAU;CACV,gBAAgB;CAChB,uBAAuB;AACxB;AACA;CACC,kBAAkB;CAClB,WAAW;CACX,QAAQ;CACR,WAAW;CACX,mBAAmB;CACnB,YAAY;CACZ,YAAY;AACb;AACA;CACC,kBAAkB;CAClB,SAAS;CACT,iBAAiB;CACjB,gBAAgB;CAChB,cAAc;AACf;AACA;CACC,gBAAgB;CAChB,uBAAuB;CACvB,sBAAsB;CACtB,gBAAgB;CAChB,2BAA2B;AAC5B;AACA;CACC,YAAY;AACb;AACA;CACC,wBAAwB;CACxB,eAAe;AAChB;AACA;CACC,WAAW;CACX,MAAM;AACP;AACA;CACC,UAAU;CACV,QAAQ;AACT;AACA;CACC,WAAW;CACX,SAAS;AACV;AACA;CACC,UAAU;CACV,OAAO;AACR;AACA;;;;CAIC,UAAU;CACV,WAAW;AACZ;AACA;CACC,QAAQ;CACR,SAAS;AACV;AACA;CACC,OAAO;CACP,SAAS;AACV;AACA;CACC,QAAQ;CACR,MAAM;AACP;AACA;CACC,OAAO;CACP,MAAM;AACP;AACA;CACC,YAAY;AACb;AACA;CACC,sBAAsB;CACtB,kBAAkB;AACnB;AACA;CACC,kBAAkB;AACnB;AACA;CACC,kBAAkB;CAClB,gBAAgB;CAChB,cAAc;CACd,sBAAsB;CACtB,kBAAkB;AACnB;AACA;;CAEC,aAAa;AACd;AACA;CACC,gBAAgB;CAChB,WAAW;CACX,WAAW;CACX,SAAS;CACT,OAAO;AACR;AACA;CACC,gBAAgB;CAChB,WAAW;CACX,WAAW;CACX,YAAY;CACZ,OAAO;AACR;AACA;CACC,gBAAgB;CAChB,UAAU;CACV,WAAW;CACX,MAAM;CACN,YAAY;AACb;AACA;CACC,gBAAgB;CAChB,UAAU;CACV,UAAU;CACV,MAAM;CACN,YAAY;AACb;AACA;CACC,iBAAiB;CACjB,WAAW;CACX,YAAY;CACZ,UAAU;CACV,WAAW;AACZ;AACA;CACC,iBAAiB;CACjB,UAAU;CACV,WAAW;CACX,UAAU;CACV,YAAY;AACb;AACA;CACC,iBAAiB;CACjB,UAAU;CACV,WAAW;CACX,UAAU;CACV,SAAS;AACV;AACA;CACC,iBAAiB;CACjB,UAAU;CACV,WAAW;CACX,WAAW;CACX,SAAS;AACV;AACA;CACC,WAAW;CACX,gBAAgB;CAChB,gBAAgB;AACjB;AACA;CACC,YAAY;CACZ,YAAY;AACb;AACA;CACC,mDAAyzE;CACzzE,YAAY;CACZ,+BAA+B,EAAE,iBAAiB;CAClD,aAAa;AACd;AACA;CACC,sBAAsB;AACvB;AACA;CACC,sBAAsB;CACtB,kBAAkB;AACnB;AACA;CACC,kBAAkB;CAClB,YAAY;CACZ,wBAAwB;AACzB;AACA;CACC,UAAU;CACV,SAAS;CACT,kBAAkB;CAClB,MAAM;CACN,OAAO;CACP,aAAa;AACd;AACA;CACC,cAAc;CACd,kBAAkB;CAClB,mBAAmB;AACpB;AACA;CACC,cAAc;CACd,iBAAiB;CACjB,gBAAgB;CAChB,kBAAkB;CAClB,mBAAmB;CACnB,YAAY;CACZ,SAAS;AACV;AACA;CACC,cAAc;AACf;AACA;CACC,cAAc;CACd,kBAAkB;CAClB,gBAAgB;CAChB,uBAAuB;AACxB;AACA;CACC,gBAAgB;CAChB,mBAAmB;CACnB,WAAW;AACZ;AACA;CACC,YAAY;CACZ,aAAa;AACd;AACA;CACC,kBAAkB;CAClB,gBAAgB;AACjB;AACA;CACC,kBAAkB;CAClB,UAAU;CACV,YAAY;CACZ,aAAa;CACb,eAAe;CACf,sBAAsB;CACtB,kBAAkB;AACnB;AACA;CACC,kBAAkB;CAClB,UAAU;CACV,eAAe;CACf,cAAc;CACd,SAAS;CACT,wBAAwB;AACzB;;AAEA,6BAA6B;AAC7B;;CAEC,eAAe;AAChB;;AAEA;CACC,YAAY;AACb;AACA;CACC,UAAU;CACV,kBAAkB;AACnB;AACA;CACC,MAAM;CACN,YAAY;AACb;AACA;CACC,OAAO;AACR;AACA;CACC,QAAQ;AACT;;AAEA;CACC,WAAW;CACX,aAAa;AACd;AACA;CACC,WAAW;CACX,cAAc;CACd,oBAAoB;AACrB;AACA;CACC,OAAO;CACP,WAAW;AACZ;AACA;CACC,SAAS;AACV;AACA;CACC,MAAM;AACP;AACA;CACC,sBAAsB;CACtB,kBAAkB;AACnB;AACA;CACC,kBAAkB;CAClB,qBAAqB;CACrB,gBAAgB;CAChB,UAAU;CACV,sBAAsB;AACvB;AACA;CACC,YAAY;CACZ,gBAAgB;CAChB,cAAc;CACd,iBAAiB;CACjB,cAAc;CACd,sBAAsB;CACtB,iBAAiB;CACjB,iBAAiB;AAClB;AACA;CACC,YAAY;CACZ,WAAW;CACX,eAAe;CACf,UAAU;CACV,SAAS;CACT,kBAAkB;CAClB,kBAAkB;CAClB,eAAe;CACf,cAAc;CACd,gBAAgB;CAChB,QAAQ;AACT;AACA,+DAA+D;AAC/D;CACC,sBAAsB;CACtB,yBAAyB;CACzB,wBAAwB;AACzB;AACA;CACC,MAAM;AACP;AACA;CACC,SAAS;AACV;AACA;CACC,kBAAkB,CAAC,uIAAuI;CAC1J,aAAa;AACd;AACA;CACC,SAAS;CACT,oBAAoB;AACrB;AACA;CACC,gBAAgB;CAChB,WAAW;CACX,kBAAkB;CAClB,MAAM;CACN,oBAAoB;CACpB,sBAAsB;CACtB,UAAU;CACV,mBAAmB;AACpB;AACA;CACC,WAAW;CACX,iBAAiB;CACjB,qBAAqB;AACtB;AACA;CACC,mBAAmB;CACnB,mBAAmB;AACpB;AACA;;;CAGC,YAAY;AACb;AACA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",sourcesContent:['/*! jQuery UI - v1.13.3 - 2024-04-26\n* https://jqueryui.com\n* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css\n* To view and modify this theme, visit https://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=%22alpha(opacity%3D30)%22&opacityFilterOverlay=%22alpha(opacity%3D30)%22&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6\n* Copyright OpenJS Foundation and other contributors; Licensed MIT */\n\n/* Layout helpers\n----------------------------------*/\n.ui-helper-hidden {\n\tdisplay: none;\n}\n.ui-helper-hidden-accessible {\n\tborder: 0;\n\tclip: rect(0 0 0 0);\n\theight: 1px;\n\tmargin: -1px;\n\toverflow: hidden;\n\tpadding: 0;\n\tposition: absolute;\n\twidth: 1px;\n}\n.ui-helper-reset {\n\tmargin: 0;\n\tpadding: 0;\n\tborder: 0;\n\toutline: 0;\n\tline-height: 1.3;\n\ttext-decoration: none;\n\tfont-size: 100%;\n\tlist-style: none;\n}\n.ui-helper-clearfix:before,\n.ui-helper-clearfix:after {\n\tcontent: "";\n\tdisplay: table;\n\tborder-collapse: collapse;\n}\n.ui-helper-clearfix:after {\n\tclear: both;\n}\n.ui-helper-zfix {\n\twidth: 100%;\n\theight: 100%;\n\ttop: 0;\n\tleft: 0;\n\tposition: absolute;\n\topacity: 0;\n\t-ms-filter: "alpha(opacity=0)"; /* support: IE8 */\n}\n\n.ui-front {\n\tz-index: 100;\n}\n\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-disabled {\n\tcursor: default !important;\n\tpointer-events: none;\n}\n\n\n/* Icons\n----------------------------------*/\n.ui-icon {\n\tdisplay: inline-block;\n\tvertical-align: middle;\n\tmargin-top: -.25em;\n\tposition: relative;\n\ttext-indent: -99999px;\n\toverflow: hidden;\n\tbackground-repeat: no-repeat;\n}\n\n.ui-widget-icon-block {\n\tleft: 50%;\n\tmargin-left: -8px;\n\tdisplay: block;\n}\n\n/* Misc visuals\n----------------------------------*/\n\n/* Overlays */\n.ui-widget-overlay {\n\tposition: fixed;\n\ttop: 0;\n\tleft: 0;\n\twidth: 100%;\n\theight: 100%;\n}\n.ui-accordion .ui-accordion-header {\n\tdisplay: block;\n\tcursor: pointer;\n\tposition: relative;\n\tmargin: 2px 0 0 0;\n\tpadding: .5em .5em .5em .7em;\n\tfont-size: 100%;\n}\n.ui-accordion .ui-accordion-content {\n\tpadding: 1em 2.2em;\n\tborder-top: 0;\n\toverflow: auto;\n}\n.ui-autocomplete {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tcursor: default;\n}\n.ui-menu {\n\tlist-style: none;\n\tpadding: 0;\n\tmargin: 0;\n\tdisplay: block;\n\toutline: 0;\n}\n.ui-menu .ui-menu {\n\tposition: absolute;\n}\n.ui-menu .ui-menu-item {\n\tmargin: 0;\n\tcursor: pointer;\n\t/* support: IE10, see #8844 */\n\tlist-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");\n}\n.ui-menu .ui-menu-item-wrapper {\n\tposition: relative;\n\tpadding: 3px 1em 3px .4em;\n}\n.ui-menu .ui-menu-divider {\n\tmargin: 5px 0;\n\theight: 0;\n\tfont-size: 0;\n\tline-height: 0;\n\tborder-width: 1px 0 0 0;\n}\n.ui-menu .ui-state-focus,\n.ui-menu .ui-state-active {\n\tmargin: -1px;\n}\n\n/* icon support */\n.ui-menu-icons {\n\tposition: relative;\n}\n.ui-menu-icons .ui-menu-item-wrapper {\n\tpadding-left: 2em;\n}\n\n/* left-aligned */\n.ui-menu .ui-icon {\n\tposition: absolute;\n\ttop: 0;\n\tbottom: 0;\n\tleft: .2em;\n\tmargin: auto 0;\n}\n\n/* right-aligned */\n.ui-menu .ui-menu-icon {\n\tleft: auto;\n\tright: 0;\n}\n.ui-button {\n\tpadding: .4em 1em;\n\tdisplay: inline-block;\n\tposition: relative;\n\tline-height: normal;\n\tmargin-right: .1em;\n\tcursor: pointer;\n\tvertical-align: middle;\n\ttext-align: center;\n\t-webkit-user-select: none;\n\t-moz-user-select: none;\n\t-ms-user-select: none;\n\tuser-select: none;\n\n\t/* Support: IE <= 11 */\n\toverflow: visible;\n}\n\n.ui-button,\n.ui-button:link,\n.ui-button:visited,\n.ui-button:hover,\n.ui-button:active {\n\ttext-decoration: none;\n}\n\n/* to make room for the icon, a width needs to be set here */\n.ui-button-icon-only {\n\twidth: 2em;\n\tbox-sizing: border-box;\n\ttext-indent: -9999px;\n\twhite-space: nowrap;\n}\n\n/* no icon support for input elements */\ninput.ui-button.ui-button-icon-only {\n\ttext-indent: 0;\n}\n\n/* button icon element(s) */\n.ui-button-icon-only .ui-icon {\n\tposition: absolute;\n\ttop: 50%;\n\tleft: 50%;\n\tmargin-top: -8px;\n\tmargin-left: -8px;\n}\n\n.ui-button.ui-icon-notext .ui-icon {\n\tpadding: 0;\n\twidth: 2.1em;\n\theight: 2.1em;\n\ttext-indent: -9999px;\n\twhite-space: nowrap;\n\n}\n\ninput.ui-button.ui-icon-notext .ui-icon {\n\twidth: auto;\n\theight: auto;\n\ttext-indent: 0;\n\twhite-space: normal;\n\tpadding: .4em 1em;\n}\n\n/* workarounds */\n/* Support: Firefox 5 - 40 */\ninput.ui-button::-moz-focus-inner,\nbutton.ui-button::-moz-focus-inner {\n\tborder: 0;\n\tpadding: 0;\n}\n.ui-controlgroup {\n\tvertical-align: middle;\n\tdisplay: inline-block;\n}\n.ui-controlgroup > .ui-controlgroup-item {\n\tfloat: left;\n\tmargin-left: 0;\n\tmargin-right: 0;\n}\n.ui-controlgroup > .ui-controlgroup-item:focus,\n.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {\n\tz-index: 9999;\n}\n.ui-controlgroup-vertical > .ui-controlgroup-item {\n\tdisplay: block;\n\tfloat: none;\n\twidth: 100%;\n\tmargin-top: 0;\n\tmargin-bottom: 0;\n\ttext-align: left;\n}\n.ui-controlgroup-vertical .ui-controlgroup-item {\n\tbox-sizing: border-box;\n}\n.ui-controlgroup .ui-controlgroup-label {\n\tpadding: .4em 1em;\n}\n.ui-controlgroup .ui-controlgroup-label span {\n\tfont-size: 80%;\n}\n.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {\n\tborder-left: none;\n}\n.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {\n\tborder-top: none;\n}\n.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {\n\tborder-right: none;\n}\n.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {\n\tborder-bottom: none;\n}\n\n/* Spinner specific style fixes */\n.ui-controlgroup-vertical .ui-spinner-input {\n\n\t/* Support: IE8 only, Android < 4.4 only */\n\twidth: 75%;\n\twidth: calc( 100% - 2.4em );\n}\n.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {\n\tborder-top-style: solid;\n}\n\n.ui-checkboxradio-label .ui-icon-background {\n\tbox-shadow: inset 1px 1px 1px #ccc;\n\tborder-radius: .12em;\n\tborder: none;\n}\n.ui-checkboxradio-radio-label .ui-icon-background {\n\twidth: 16px;\n\theight: 16px;\n\tborder-radius: 1em;\n\toverflow: visible;\n\tborder: none;\n}\n.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,\n.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {\n\tbackground-image: none;\n\twidth: 8px;\n\theight: 8px;\n\tborder-width: 4px;\n\tborder-style: solid;\n}\n.ui-checkboxradio-disabled {\n\tpointer-events: none;\n}\n.ui-datepicker {\n\twidth: 17em;\n\tpadding: .2em .2em 0;\n\tdisplay: none;\n}\n.ui-datepicker .ui-datepicker-header {\n\tposition: relative;\n\tpadding: .2em 0;\n}\n.ui-datepicker .ui-datepicker-prev,\n.ui-datepicker .ui-datepicker-next {\n\tposition: absolute;\n\ttop: 2px;\n\twidth: 1.8em;\n\theight: 1.8em;\n}\n.ui-datepicker .ui-datepicker-prev-hover,\n.ui-datepicker .ui-datepicker-next-hover {\n\ttop: 1px;\n}\n.ui-datepicker .ui-datepicker-prev {\n\tleft: 2px;\n}\n.ui-datepicker .ui-datepicker-next {\n\tright: 2px;\n}\n.ui-datepicker .ui-datepicker-prev-hover {\n\tleft: 1px;\n}\n.ui-datepicker .ui-datepicker-next-hover {\n\tright: 1px;\n}\n.ui-datepicker .ui-datepicker-prev span,\n.ui-datepicker .ui-datepicker-next span {\n\tdisplay: block;\n\tposition: absolute;\n\tleft: 50%;\n\tmargin-left: -8px;\n\ttop: 50%;\n\tmargin-top: -8px;\n}\n.ui-datepicker .ui-datepicker-title {\n\tmargin: 0 2.3em;\n\tline-height: 1.8em;\n\ttext-align: center;\n}\n.ui-datepicker .ui-datepicker-title select {\n\tfont-size: 1em;\n\tmargin: 1px 0;\n}\n.ui-datepicker select.ui-datepicker-month,\n.ui-datepicker select.ui-datepicker-year {\n\twidth: 45%;\n}\n.ui-datepicker table {\n\twidth: 100%;\n\tfont-size: .9em;\n\tborder-collapse: collapse;\n\tmargin: 0 0 .4em;\n}\n.ui-datepicker th {\n\tpadding: .7em .3em;\n\ttext-align: center;\n\tfont-weight: bold;\n\tborder: 0;\n}\n.ui-datepicker td {\n\tborder: 0;\n\tpadding: 1px;\n}\n.ui-datepicker td span,\n.ui-datepicker td a {\n\tdisplay: block;\n\tpadding: .2em;\n\ttext-align: right;\n\ttext-decoration: none;\n}\n.ui-datepicker .ui-datepicker-buttonpane {\n\tbackground-image: none;\n\tmargin: .7em 0 0 0;\n\tpadding: 0 .2em;\n\tborder-left: 0;\n\tborder-right: 0;\n\tborder-bottom: 0;\n}\n.ui-datepicker .ui-datepicker-buttonpane button {\n\tfloat: right;\n\tmargin: .5em .2em .4em;\n\tcursor: pointer;\n\tpadding: .2em .6em .3em .6em;\n\twidth: auto;\n\toverflow: visible;\n}\n.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {\n\tfloat: left;\n}\n\n/* with multiple calendars */\n.ui-datepicker.ui-datepicker-multi {\n\twidth: auto;\n}\n.ui-datepicker-multi .ui-datepicker-group {\n\tfloat: left;\n}\n.ui-datepicker-multi .ui-datepicker-group table {\n\twidth: 95%;\n\tmargin: 0 auto .4em;\n}\n.ui-datepicker-multi-2 .ui-datepicker-group {\n\twidth: 50%;\n}\n.ui-datepicker-multi-3 .ui-datepicker-group {\n\twidth: 33.3%;\n}\n.ui-datepicker-multi-4 .ui-datepicker-group {\n\twidth: 25%;\n}\n.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {\n\tborder-left-width: 0;\n}\n.ui-datepicker-multi .ui-datepicker-buttonpane {\n\tclear: left;\n}\n.ui-datepicker-row-break {\n\tclear: both;\n\twidth: 100%;\n\tfont-size: 0;\n}\n\n/* RTL support */\n.ui-datepicker-rtl {\n\tdirection: rtl;\n}\n.ui-datepicker-rtl .ui-datepicker-prev {\n\tright: 2px;\n\tleft: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next {\n\tleft: 2px;\n\tright: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-prev:hover {\n\tright: 1px;\n\tleft: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next:hover {\n\tleft: 1px;\n\tright: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane {\n\tclear: right;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button {\n\tfloat: left;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,\n.ui-datepicker-rtl .ui-datepicker-group {\n\tfloat: right;\n}\n.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {\n\tborder-right-width: 0;\n\tborder-left-width: 1px;\n}\n\n/* Icons */\n.ui-datepicker .ui-icon {\n\tdisplay: block;\n\ttext-indent: -99999px;\n\toverflow: hidden;\n\tbackground-repeat: no-repeat;\n\tleft: .5em;\n\ttop: .3em;\n}\n.ui-dialog {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tpadding: .2em;\n\toutline: 0;\n}\n.ui-dialog .ui-dialog-titlebar {\n\tpadding: .4em 1em;\n\tposition: relative;\n}\n.ui-dialog .ui-dialog-title {\n\tfloat: left;\n\tmargin: .1em 0;\n\twhite-space: nowrap;\n\twidth: 90%;\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n}\n.ui-dialog .ui-dialog-titlebar-close {\n\tposition: absolute;\n\tright: .3em;\n\ttop: 50%;\n\twidth: 20px;\n\tmargin: -10px 0 0 0;\n\tpadding: 1px;\n\theight: 20px;\n}\n.ui-dialog .ui-dialog-content {\n\tposition: relative;\n\tborder: 0;\n\tpadding: .5em 1em;\n\tbackground: none;\n\toverflow: auto;\n}\n.ui-dialog .ui-dialog-buttonpane {\n\ttext-align: left;\n\tborder-width: 1px 0 0 0;\n\tbackground-image: none;\n\tmargin-top: .5em;\n\tpadding: .3em 1em .5em .4em;\n}\n.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {\n\tfloat: right;\n}\n.ui-dialog .ui-dialog-buttonpane button {\n\tmargin: .5em .4em .5em 0;\n\tcursor: pointer;\n}\n.ui-dialog .ui-resizable-n {\n\theight: 2px;\n\ttop: 0;\n}\n.ui-dialog .ui-resizable-e {\n\twidth: 2px;\n\tright: 0;\n}\n.ui-dialog .ui-resizable-s {\n\theight: 2px;\n\tbottom: 0;\n}\n.ui-dialog .ui-resizable-w {\n\twidth: 2px;\n\tleft: 0;\n}\n.ui-dialog .ui-resizable-se,\n.ui-dialog .ui-resizable-sw,\n.ui-dialog .ui-resizable-ne,\n.ui-dialog .ui-resizable-nw {\n\twidth: 7px;\n\theight: 7px;\n}\n.ui-dialog .ui-resizable-se {\n\tright: 0;\n\tbottom: 0;\n}\n.ui-dialog .ui-resizable-sw {\n\tleft: 0;\n\tbottom: 0;\n}\n.ui-dialog .ui-resizable-ne {\n\tright: 0;\n\ttop: 0;\n}\n.ui-dialog .ui-resizable-nw {\n\tleft: 0;\n\ttop: 0;\n}\n.ui-draggable .ui-dialog-titlebar {\n\tcursor: move;\n}\n.ui-draggable-handle {\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-resizable {\n\tposition: relative;\n}\n.ui-resizable-handle {\n\tposition: absolute;\n\tfont-size: 0.1px;\n\tdisplay: block;\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-resizable-disabled .ui-resizable-handle,\n.ui-resizable-autohide .ui-resizable-handle {\n\tdisplay: none;\n}\n.ui-resizable-n {\n\tcursor: n-resize;\n\theight: 7px;\n\twidth: 100%;\n\ttop: -5px;\n\tleft: 0;\n}\n.ui-resizable-s {\n\tcursor: s-resize;\n\theight: 7px;\n\twidth: 100%;\n\tbottom: -5px;\n\tleft: 0;\n}\n.ui-resizable-e {\n\tcursor: e-resize;\n\twidth: 7px;\n\tright: -5px;\n\ttop: 0;\n\theight: 100%;\n}\n.ui-resizable-w {\n\tcursor: w-resize;\n\twidth: 7px;\n\tleft: -5px;\n\ttop: 0;\n\theight: 100%;\n}\n.ui-resizable-se {\n\tcursor: se-resize;\n\twidth: 12px;\n\theight: 12px;\n\tright: 1px;\n\tbottom: 1px;\n}\n.ui-resizable-sw {\n\tcursor: sw-resize;\n\twidth: 9px;\n\theight: 9px;\n\tleft: -5px;\n\tbottom: -5px;\n}\n.ui-resizable-nw {\n\tcursor: nw-resize;\n\twidth: 9px;\n\theight: 9px;\n\tleft: -5px;\n\ttop: -5px;\n}\n.ui-resizable-ne {\n\tcursor: ne-resize;\n\twidth: 9px;\n\theight: 9px;\n\tright: -5px;\n\ttop: -5px;\n}\n.ui-progressbar {\n\theight: 2em;\n\ttext-align: left;\n\toverflow: hidden;\n}\n.ui-progressbar .ui-progressbar-value {\n\tmargin: -1px;\n\theight: 100%;\n}\n.ui-progressbar .ui-progressbar-overlay {\n\tbackground: url("data:image/gif;base64,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");\n\theight: 100%;\n\t-ms-filter: "alpha(opacity=25)"; /* support: IE8 */\n\topacity: 0.25;\n}\n.ui-progressbar-indeterminate .ui-progressbar-value {\n\tbackground-image: none;\n}\n.ui-selectable {\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-selectable-helper {\n\tposition: absolute;\n\tz-index: 100;\n\tborder: 1px dotted black;\n}\n.ui-selectmenu-menu {\n\tpadding: 0;\n\tmargin: 0;\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tdisplay: none;\n}\n.ui-selectmenu-menu .ui-menu {\n\toverflow: auto;\n\toverflow-x: hidden;\n\tpadding-bottom: 1px;\n}\n.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {\n\tfont-size: 1em;\n\tfont-weight: bold;\n\tline-height: 1.5;\n\tpadding: 2px 0.4em;\n\tmargin: 0.5em 0 0 0;\n\theight: auto;\n\tborder: 0;\n}\n.ui-selectmenu-open {\n\tdisplay: block;\n}\n.ui-selectmenu-text {\n\tdisplay: block;\n\tmargin-right: 20px;\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n}\n.ui-selectmenu-button.ui-button {\n\ttext-align: left;\n\twhite-space: nowrap;\n\twidth: 14em;\n}\n.ui-selectmenu-icon.ui-icon {\n\tfloat: right;\n\tmargin-top: 0;\n}\n.ui-slider {\n\tposition: relative;\n\ttext-align: left;\n}\n.ui-slider .ui-slider-handle {\n\tposition: absolute;\n\tz-index: 2;\n\twidth: 1.2em;\n\theight: 1.2em;\n\tcursor: pointer;\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-slider .ui-slider-range {\n\tposition: absolute;\n\tz-index: 1;\n\tfont-size: .7em;\n\tdisplay: block;\n\tborder: 0;\n\tbackground-position: 0 0;\n}\n\n/* support: IE8 - See #6727 */\n.ui-slider.ui-state-disabled .ui-slider-handle,\n.ui-slider.ui-state-disabled .ui-slider-range {\n\tfilter: inherit;\n}\n\n.ui-slider-horizontal {\n\theight: .8em;\n}\n.ui-slider-horizontal .ui-slider-handle {\n\ttop: -.3em;\n\tmargin-left: -.6em;\n}\n.ui-slider-horizontal .ui-slider-range {\n\ttop: 0;\n\theight: 100%;\n}\n.ui-slider-horizontal .ui-slider-range-min {\n\tleft: 0;\n}\n.ui-slider-horizontal .ui-slider-range-max {\n\tright: 0;\n}\n\n.ui-slider-vertical {\n\twidth: .8em;\n\theight: 100px;\n}\n.ui-slider-vertical .ui-slider-handle {\n\tleft: -.3em;\n\tmargin-left: 0;\n\tmargin-bottom: -.6em;\n}\n.ui-slider-vertical .ui-slider-range {\n\tleft: 0;\n\twidth: 100%;\n}\n.ui-slider-vertical .ui-slider-range-min {\n\tbottom: 0;\n}\n.ui-slider-vertical .ui-slider-range-max {\n\ttop: 0;\n}\n.ui-sortable-handle {\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-spinner {\n\tposition: relative;\n\tdisplay: inline-block;\n\toverflow: hidden;\n\tpadding: 0;\n\tvertical-align: middle;\n}\n.ui-spinner-input {\n\tborder: none;\n\tbackground: none;\n\tcolor: inherit;\n\tpadding: .222em 0;\n\tmargin: .2em 0;\n\tvertical-align: middle;\n\tmargin-left: .4em;\n\tmargin-right: 2em;\n}\n.ui-spinner-button {\n\twidth: 1.6em;\n\theight: 50%;\n\tfont-size: .5em;\n\tpadding: 0;\n\tmargin: 0;\n\ttext-align: center;\n\tposition: absolute;\n\tcursor: default;\n\tdisplay: block;\n\toverflow: hidden;\n\tright: 0;\n}\n/* more specificity required here to override default borders */\n.ui-spinner a.ui-spinner-button {\n\tborder-top-style: none;\n\tborder-bottom-style: none;\n\tborder-right-style: none;\n}\n.ui-spinner-up {\n\ttop: 0;\n}\n.ui-spinner-down {\n\tbottom: 0;\n}\n.ui-tabs {\n\tposition: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */\n\tpadding: .2em;\n}\n.ui-tabs .ui-tabs-nav {\n\tmargin: 0;\n\tpadding: .2em .2em 0;\n}\n.ui-tabs .ui-tabs-nav li {\n\tlist-style: none;\n\tfloat: left;\n\tposition: relative;\n\ttop: 0;\n\tmargin: 1px .2em 0 0;\n\tborder-bottom-width: 0;\n\tpadding: 0;\n\twhite-space: nowrap;\n}\n.ui-tabs .ui-tabs-nav .ui-tabs-anchor {\n\tfloat: left;\n\tpadding: .5em 1em;\n\ttext-decoration: none;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active {\n\tmargin-bottom: -1px;\n\tpadding-bottom: 1px;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,\n.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,\n.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {\n\tcursor: text;\n}\n.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {\n\tcursor: pointer;\n}\n.ui-tabs .ui-tabs-panel {\n\tdisplay: block;\n\tborder-width: 0;\n\tpadding: 1em 1.4em;\n\tbackground: none;\n}\n.ui-tooltip {\n\tpadding: 8px;\n\tposition: absolute;\n\tz-index: 9999;\n\tmax-width: 300px;\n}\nbody .ui-tooltip {\n\tborder-width: 2px;\n}\n\n/* Component containers\n----------------------------------*/\n.ui-widget {\n\tfont-family: Arial,Helvetica,sans-serif;\n\tfont-size: 1em;\n}\n.ui-widget .ui-widget {\n\tfont-size: 1em;\n}\n.ui-widget input,\n.ui-widget select,\n.ui-widget textarea,\n.ui-widget button {\n\tfont-family: Arial,Helvetica,sans-serif;\n\tfont-size: 1em;\n}\n.ui-widget.ui-widget-content {\n\tborder: 1px solid #c5c5c5;\n}\n.ui-widget-content {\n\tborder: 1px solid #dddddd;\n\tbackground: #ffffff;\n\tcolor: #333333;\n}\n.ui-widget-content a {\n\tcolor: #333333;\n}\n.ui-widget-header {\n\tborder: 1px solid #dddddd;\n\tbackground: #e9e9e9;\n\tcolor: #333333;\n\tfont-weight: bold;\n}\n.ui-widget-header a {\n\tcolor: #333333;\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default,\n.ui-button,\n\n/* We use html here because we need a greater specificity to make sure disabled\nworks properly when clicked or hovered */\nhtml .ui-button.ui-state-disabled:hover,\nhtml .ui-button.ui-state-disabled:active {\n\tborder: 1px solid #c5c5c5;\n\tbackground: #f6f6f6;\n\tfont-weight: normal;\n\tcolor: #454545;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited,\na.ui-button,\na:link.ui-button,\na:visited.ui-button,\n.ui-button {\n\tcolor: #454545;\n\ttext-decoration: none;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus,\n.ui-button:hover,\n.ui-button:focus {\n\tborder: 1px solid #cccccc;\n\tbackground: #ededed;\n\tfont-weight: normal;\n\tcolor: #2b2b2b;\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited,\n.ui-state-focus a,\n.ui-state-focus a:hover,\n.ui-state-focus a:link,\n.ui-state-focus a:visited,\na.ui-button:hover,\na.ui-button:focus {\n\tcolor: #2b2b2b;\n\ttext-decoration: none;\n}\n\n.ui-visual-focus {\n\tbox-shadow: 0 0 3px 1px rgb(94, 158, 214);\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active,\na.ui-button:active,\n.ui-button:active,\n.ui-button.ui-state-active:hover {\n\tborder: 1px solid #003eff;\n\tbackground: #007fff;\n\tfont-weight: normal;\n\tcolor: #ffffff;\n}\n.ui-icon-background,\n.ui-state-active .ui-icon-background {\n\tborder: #003eff;\n\tbackground-color: #ffffff;\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n\tcolor: #ffffff;\n\ttext-decoration: none;\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n\tborder: 1px solid #dad55e;\n\tbackground: #fffa90;\n\tcolor: #777620;\n}\n.ui-state-checked {\n\tborder: 1px solid #dad55e;\n\tbackground: #fffa90;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n\tcolor: #777620;\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n\tborder: 1px solid #f1a899;\n\tbackground: #fddfdf;\n\tcolor: #5f3f3f;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n\tcolor: #5f3f3f;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n\tcolor: #5f3f3f;\n}\n.ui-priority-primary,\n.ui-widget-content .ui-priority-primary,\n.ui-widget-header .ui-priority-primary {\n\tfont-weight: bold;\n}\n.ui-priority-secondary,\n.ui-widget-content .ui-priority-secondary,\n.ui-widget-header .ui-priority-secondary {\n\topacity: .7;\n\t-ms-filter: "alpha(opacity=70)"; /* support: IE8 */\n\tfont-weight: normal;\n}\n.ui-state-disabled,\n.ui-widget-content .ui-state-disabled,\n.ui-widget-header .ui-state-disabled {\n\topacity: .35;\n\t-ms-filter: "alpha(opacity=35)"; /* support: IE8 */\n\tbackground-image: none;\n}\n.ui-state-disabled .ui-icon {\n\t-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */\n}\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n\twidth: 16px;\n\theight: 16px;\n}\n.ui-icon,\n.ui-widget-content .ui-icon {\n\tbackground-image: url("images/ui-icons_444444_256x240.png");\n}\n.ui-widget-header .ui-icon {\n\tbackground-image: url("images/ui-icons_444444_256x240.png");\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon,\n.ui-button:hover .ui-icon,\n.ui-button:focus .ui-icon {\n\tbackground-image: url("images/ui-icons_555555_256x240.png");\n}\n.ui-state-active .ui-icon,\n.ui-button:active .ui-icon {\n\tbackground-image: url("images/ui-icons_ffffff_256x240.png");\n}\n.ui-state-highlight .ui-icon,\n.ui-button .ui-state-highlight.ui-icon {\n\tbackground-image: url("images/ui-icons_777620_256x240.png");\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n\tbackground-image: url("images/ui-icons_cc0000_256x240.png");\n}\n.ui-button .ui-icon {\n\tbackground-image: url("images/ui-icons_777777_256x240.png");\n}\n\n/* positioning */\n/* Three classes needed to override `.ui-button:hover .ui-icon` */\n.ui-icon-blank.ui-icon-blank.ui-icon-blank {\n\tbackground-image: none;\n}\n.ui-icon-caret-1-n { background-position: 0 0; }\n.ui-icon-caret-1-ne { background-position: -16px 0; }\n.ui-icon-caret-1-e { background-position: -32px 0; }\n.ui-icon-caret-1-se { background-position: -48px 0; }\n.ui-icon-caret-1-s { background-position: -65px 0; }\n.ui-icon-caret-1-sw { background-position: -80px 0; }\n.ui-icon-caret-1-w { background-position: -96px 0; }\n.ui-icon-caret-1-nw { background-position: -112px 0; }\n.ui-icon-caret-2-n-s { background-position: -128px 0; }\n.ui-icon-caret-2-e-w { background-position: -144px 0; }\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\n.ui-icon-triangle-1-s { background-position: -65px -16px; }\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\n.ui-icon-arrow-1-s { background-position: -65px -32px; }\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\n.ui-icon-arrowthick-1-n { background-position: 1px -48px; }\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\n.ui-icon-arrow-4 { background-position: 0 -80px; }\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\n.ui-icon-extlink { background-position: -32px -80px; }\n.ui-icon-newwin { background-position: -48px -80px; }\n.ui-icon-refresh { background-position: -64px -80px; }\n.ui-icon-shuffle { background-position: -80px -80px; }\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\n.ui-icon-folder-open { background-position: -16px -96px; }\n.ui-icon-document { background-position: -32px -96px; }\n.ui-icon-document-b { background-position: -48px -96px; }\n.ui-icon-note { background-position: -64px -96px; }\n.ui-icon-mail-closed { background-position: -80px -96px; }\n.ui-icon-mail-open { background-position: -96px -96px; }\n.ui-icon-suitcase { background-position: -112px -96px; }\n.ui-icon-comment { background-position: -128px -96px; }\n.ui-icon-person { background-position: -144px -96px; }\n.ui-icon-print { background-position: -160px -96px; }\n.ui-icon-trash { background-position: -176px -96px; }\n.ui-icon-locked { background-position: -192px -96px; }\n.ui-icon-unlocked { background-position: -208px -96px; }\n.ui-icon-bookmark { background-position: -224px -96px; }\n.ui-icon-tag { background-position: -240px -96px; }\n.ui-icon-home { background-position: 0 -112px; }\n.ui-icon-flag { background-position: -16px -112px; }\n.ui-icon-calendar { background-position: -32px -112px; }\n.ui-icon-cart { background-position: -48px -112px; }\n.ui-icon-pencil { background-position: -64px -112px; }\n.ui-icon-clock { background-position: -80px -112px; }\n.ui-icon-disk { background-position: -96px -112px; }\n.ui-icon-calculator { background-position: -112px -112px; }\n.ui-icon-zoomin { background-position: -128px -112px; }\n.ui-icon-zoomout { background-position: -144px -112px; }\n.ui-icon-search { background-position: -160px -112px; }\n.ui-icon-wrench { background-position: -176px -112px; }\n.ui-icon-gear { background-position: -192px -112px; }\n.ui-icon-heart { background-position: -208px -112px; }\n.ui-icon-star { background-position: -224px -112px; }\n.ui-icon-link { background-position: -240px -112px; }\n.ui-icon-cancel { background-position: 0 -128px; }\n.ui-icon-plus { background-position: -16px -128px; }\n.ui-icon-plusthick { background-position: -32px -128px; }\n.ui-icon-minus { background-position: -48px -128px; }\n.ui-icon-minusthick { background-position: -64px -128px; }\n.ui-icon-close { background-position: -80px -128px; }\n.ui-icon-closethick { background-position: -96px -128px; }\n.ui-icon-key { background-position: -112px -128px; }\n.ui-icon-lightbulb { background-position: -128px -128px; }\n.ui-icon-scissors { background-position: -144px -128px; }\n.ui-icon-clipboard { background-position: -160px -128px; }\n.ui-icon-copy { background-position: -176px -128px; }\n.ui-icon-contact { background-position: -192px -128px; }\n.ui-icon-image { background-position: -208px -128px; }\n.ui-icon-video { background-position: -224px -128px; }\n.ui-icon-script { background-position: -240px -128px; }\n.ui-icon-alert { background-position: 0 -144px; }\n.ui-icon-info { background-position: -16px -144px; }\n.ui-icon-notice { background-position: -32px -144px; }\n.ui-icon-help { background-position: -48px -144px; }\n.ui-icon-check { background-position: -64px -144px; }\n.ui-icon-bullet { background-position: -80px -144px; }\n.ui-icon-radio-on { background-position: -96px -144px; }\n.ui-icon-radio-off { background-position: -112px -144px; }\n.ui-icon-pin-w { background-position: -128px -144px; }\n.ui-icon-pin-s { background-position: -144px -144px; }\n.ui-icon-play { background-position: 0 -160px; }\n.ui-icon-pause { background-position: -16px -160px; }\n.ui-icon-seek-next { background-position: -32px -160px; }\n.ui-icon-seek-prev { background-position: -48px -160px; }\n.ui-icon-seek-end { background-position: -64px -160px; }\n.ui-icon-seek-start { background-position: -80px -160px; }\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\n.ui-icon-seek-first { background-position: -80px -160px; }\n.ui-icon-stop { background-position: -96px -160px; }\n.ui-icon-eject { background-position: -112px -160px; }\n.ui-icon-volume-off { background-position: -128px -160px; }\n.ui-icon-volume-on { background-position: -144px -160px; }\n.ui-icon-power { background-position: 0 -176px; }\n.ui-icon-signal-diag { background-position: -16px -176px; }\n.ui-icon-signal { background-position: -32px -176px; }\n.ui-icon-battery-0 { background-position: -48px -176px; }\n.ui-icon-battery-1 { background-position: -64px -176px; }\n.ui-icon-battery-2 { background-position: -80px -176px; }\n.ui-icon-battery-3 { background-position: -96px -176px; }\n.ui-icon-circle-plus { background-position: 0 -192px; }\n.ui-icon-circle-minus { background-position: -16px -192px; }\n.ui-icon-circle-close { background-position: -32px -192px; }\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\n.ui-icon-circle-check { background-position: -208px -192px; }\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Corner radius */\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-left,\n.ui-corner-tl {\n\tborder-top-left-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-right,\n.ui-corner-tr {\n\tborder-top-right-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-left,\n.ui-corner-bl {\n\tborder-bottom-left-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-right,\n.ui-corner-br {\n\tborder-bottom-right-radius: 3px;\n}\n\n/* Overlays */\n.ui-widget-overlay {\n\tbackground: #aaaaaa;\n\topacity: .003;\n\t-ms-filter: "alpha(opacity=.3)"; /* support: IE8 */\n}\n.ui-widget-shadow {\n\t-webkit-box-shadow: 0px 0px 5px #666666;\n\tbox-shadow: 0px 0px 5px #666666;\n}\n'],sourceRoot:""}]);const E=m},13169:(t,e,n)=>{"use strict";n.d(e,{A:()=>w});var i=n(71354),o=n.n(i),r=n(76314),s=n.n(r),a=n(4417),c=n.n(a),l=new URL(n(3132),n.b),u=new URL(n(19394),n.b),h=new URL(n(81972),n.b),d=new URL(n(6411),n.b),p=new URL(n(14506),n.b),A=new URL(n(64886),n.b),f=s()(o()),g=c()(l),m=c()(u),b=c()(h),C=c()(d),v=c()(p),x=c()(A);f.push([t.id,`/*!\n * jQuery UI CSS Framework 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n *\n * https://api.jqueryui.com/category/theming/\n *\n * To view and modify this theme, visit https://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=%22alpha(opacity%3D30)%22&opacityFilterOverlay=%22alpha(opacity%3D30)%22&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6\n */\n\n\n/* Component containers\n----------------------------------*/\n.ui-widget {\n\tfont-family: Arial,Helvetica,sans-serif;\n\tfont-size: 1em;\n}\n.ui-widget .ui-widget {\n\tfont-size: 1em;\n}\n.ui-widget input,\n.ui-widget select,\n.ui-widget textarea,\n.ui-widget button {\n\tfont-family: Arial,Helvetica,sans-serif;\n\tfont-size: 1em;\n}\n.ui-widget.ui-widget-content {\n\tborder: 1px solid #c5c5c5;\n}\n.ui-widget-content {\n\tborder: 1px solid #dddddd;\n\tbackground: #ffffff;\n\tcolor: #333333;\n}\n.ui-widget-content a {\n\tcolor: #333333;\n}\n.ui-widget-header {\n\tborder: 1px solid #dddddd;\n\tbackground: #e9e9e9;\n\tcolor: #333333;\n\tfont-weight: bold;\n}\n.ui-widget-header a {\n\tcolor: #333333;\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default,\n.ui-button,\n\n/* We use html here because we need a greater specificity to make sure disabled\nworks properly when clicked or hovered */\nhtml .ui-button.ui-state-disabled:hover,\nhtml .ui-button.ui-state-disabled:active {\n\tborder: 1px solid #c5c5c5;\n\tbackground: #f6f6f6;\n\tfont-weight: normal;\n\tcolor: #454545;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited,\na.ui-button,\na:link.ui-button,\na:visited.ui-button,\n.ui-button {\n\tcolor: #454545;\n\ttext-decoration: none;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus,\n.ui-button:hover,\n.ui-button:focus {\n\tborder: 1px solid #cccccc;\n\tbackground: #ededed;\n\tfont-weight: normal;\n\tcolor: #2b2b2b;\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited,\n.ui-state-focus a,\n.ui-state-focus a:hover,\n.ui-state-focus a:link,\n.ui-state-focus a:visited,\na.ui-button:hover,\na.ui-button:focus {\n\tcolor: #2b2b2b;\n\ttext-decoration: none;\n}\n\n.ui-visual-focus {\n\tbox-shadow: 0 0 3px 1px rgb(94, 158, 214);\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active,\na.ui-button:active,\n.ui-button:active,\n.ui-button.ui-state-active:hover {\n\tborder: 1px solid #003eff;\n\tbackground: #007fff;\n\tfont-weight: normal;\n\tcolor: #ffffff;\n}\n.ui-icon-background,\n.ui-state-active .ui-icon-background {\n\tborder: #003eff;\n\tbackground-color: #ffffff;\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n\tcolor: #ffffff;\n\ttext-decoration: none;\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n\tborder: 1px solid #dad55e;\n\tbackground: #fffa90;\n\tcolor: #777620;\n}\n.ui-state-checked {\n\tborder: 1px solid #dad55e;\n\tbackground: #fffa90;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n\tcolor: #777620;\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n\tborder: 1px solid #f1a899;\n\tbackground: #fddfdf;\n\tcolor: #5f3f3f;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n\tcolor: #5f3f3f;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n\tcolor: #5f3f3f;\n}\n.ui-priority-primary,\n.ui-widget-content .ui-priority-primary,\n.ui-widget-header .ui-priority-primary {\n\tfont-weight: bold;\n}\n.ui-priority-secondary,\n.ui-widget-content .ui-priority-secondary,\n.ui-widget-header .ui-priority-secondary {\n\topacity: .7;\n\t-ms-filter: "alpha(opacity=70)"; /* support: IE8 */\n\tfont-weight: normal;\n}\n.ui-state-disabled,\n.ui-widget-content .ui-state-disabled,\n.ui-widget-header .ui-state-disabled {\n\topacity: .35;\n\t-ms-filter: "alpha(opacity=35)"; /* support: IE8 */\n\tbackground-image: none;\n}\n.ui-state-disabled .ui-icon {\n\t-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */\n}\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n\twidth: 16px;\n\theight: 16px;\n}\n.ui-icon,\n.ui-widget-content .ui-icon {\n\tbackground-image: url(${g});\n}\n.ui-widget-header .ui-icon {\n\tbackground-image: url(${g});\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon,\n.ui-button:hover .ui-icon,\n.ui-button:focus .ui-icon {\n\tbackground-image: url(${m});\n}\n.ui-state-active .ui-icon,\n.ui-button:active .ui-icon {\n\tbackground-image: url(${b});\n}\n.ui-state-highlight .ui-icon,\n.ui-button .ui-state-highlight.ui-icon {\n\tbackground-image: url(${C});\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n\tbackground-image: url(${v});\n}\n.ui-button .ui-icon {\n\tbackground-image: url(${x});\n}\n\n/* positioning */\n/* Three classes needed to override \`.ui-button:hover .ui-icon\` */\n.ui-icon-blank.ui-icon-blank.ui-icon-blank {\n\tbackground-image: none;\n}\n.ui-icon-caret-1-n { background-position: 0 0; }\n.ui-icon-caret-1-ne { background-position: -16px 0; }\n.ui-icon-caret-1-e { background-position: -32px 0; }\n.ui-icon-caret-1-se { background-position: -48px 0; }\n.ui-icon-caret-1-s { background-position: -65px 0; }\n.ui-icon-caret-1-sw { background-position: -80px 0; }\n.ui-icon-caret-1-w { background-position: -96px 0; }\n.ui-icon-caret-1-nw { background-position: -112px 0; }\n.ui-icon-caret-2-n-s { background-position: -128px 0; }\n.ui-icon-caret-2-e-w { background-position: -144px 0; }\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\n.ui-icon-triangle-1-s { background-position: -65px -16px; }\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\n.ui-icon-arrow-1-s { background-position: -65px -32px; }\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\n.ui-icon-arrowthick-1-n { background-position: 1px -48px; }\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\n.ui-icon-arrow-4 { background-position: 0 -80px; }\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\n.ui-icon-extlink { background-position: -32px -80px; }\n.ui-icon-newwin { background-position: -48px -80px; }\n.ui-icon-refresh { background-position: -64px -80px; }\n.ui-icon-shuffle { background-position: -80px -80px; }\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\n.ui-icon-folder-open { background-position: -16px -96px; }\n.ui-icon-document { background-position: -32px -96px; }\n.ui-icon-document-b { background-position: -48px -96px; }\n.ui-icon-note { background-position: -64px -96px; }\n.ui-icon-mail-closed { background-position: -80px -96px; }\n.ui-icon-mail-open { background-position: -96px -96px; }\n.ui-icon-suitcase { background-position: -112px -96px; }\n.ui-icon-comment { background-position: -128px -96px; }\n.ui-icon-person { background-position: -144px -96px; }\n.ui-icon-print { background-position: -160px -96px; }\n.ui-icon-trash { background-position: -176px -96px; }\n.ui-icon-locked { background-position: -192px -96px; }\n.ui-icon-unlocked { background-position: -208px -96px; }\n.ui-icon-bookmark { background-position: -224px -96px; }\n.ui-icon-tag { background-position: -240px -96px; }\n.ui-icon-home { background-position: 0 -112px; }\n.ui-icon-flag { background-position: -16px -112px; }\n.ui-icon-calendar { background-position: -32px -112px; }\n.ui-icon-cart { background-position: -48px -112px; }\n.ui-icon-pencil { background-position: -64px -112px; }\n.ui-icon-clock { background-position: -80px -112px; }\n.ui-icon-disk { background-position: -96px -112px; }\n.ui-icon-calculator { background-position: -112px -112px; }\n.ui-icon-zoomin { background-position: -128px -112px; }\n.ui-icon-zoomout { background-position: -144px -112px; }\n.ui-icon-search { background-position: -160px -112px; }\n.ui-icon-wrench { background-position: -176px -112px; }\n.ui-icon-gear { background-position: -192px -112px; }\n.ui-icon-heart { background-position: -208px -112px; }\n.ui-icon-star { background-position: -224px -112px; }\n.ui-icon-link { background-position: -240px -112px; }\n.ui-icon-cancel { background-position: 0 -128px; }\n.ui-icon-plus { background-position: -16px -128px; }\n.ui-icon-plusthick { background-position: -32px -128px; }\n.ui-icon-minus { background-position: -48px -128px; }\n.ui-icon-minusthick { background-position: -64px -128px; }\n.ui-icon-close { background-position: -80px -128px; }\n.ui-icon-closethick { background-position: -96px -128px; }\n.ui-icon-key { background-position: -112px -128px; }\n.ui-icon-lightbulb { background-position: -128px -128px; }\n.ui-icon-scissors { background-position: -144px -128px; }\n.ui-icon-clipboard { background-position: -160px -128px; }\n.ui-icon-copy { background-position: -176px -128px; }\n.ui-icon-contact { background-position: -192px -128px; }\n.ui-icon-image { background-position: -208px -128px; }\n.ui-icon-video { background-position: -224px -128px; }\n.ui-icon-script { background-position: -240px -128px; }\n.ui-icon-alert { background-position: 0 -144px; }\n.ui-icon-info { background-position: -16px -144px; }\n.ui-icon-notice { background-position: -32px -144px; }\n.ui-icon-help { background-position: -48px -144px; }\n.ui-icon-check { background-position: -64px -144px; }\n.ui-icon-bullet { background-position: -80px -144px; }\n.ui-icon-radio-on { background-position: -96px -144px; }\n.ui-icon-radio-off { background-position: -112px -144px; }\n.ui-icon-pin-w { background-position: -128px -144px; }\n.ui-icon-pin-s { background-position: -144px -144px; }\n.ui-icon-play { background-position: 0 -160px; }\n.ui-icon-pause { background-position: -16px -160px; }\n.ui-icon-seek-next { background-position: -32px -160px; }\n.ui-icon-seek-prev { background-position: -48px -160px; }\n.ui-icon-seek-end { background-position: -64px -160px; }\n.ui-icon-seek-start { background-position: -80px -160px; }\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\n.ui-icon-seek-first { background-position: -80px -160px; }\n.ui-icon-stop { background-position: -96px -160px; }\n.ui-icon-eject { background-position: -112px -160px; }\n.ui-icon-volume-off { background-position: -128px -160px; }\n.ui-icon-volume-on { background-position: -144px -160px; }\n.ui-icon-power { background-position: 0 -176px; }\n.ui-icon-signal-diag { background-position: -16px -176px; }\n.ui-icon-signal { background-position: -32px -176px; }\n.ui-icon-battery-0 { background-position: -48px -176px; }\n.ui-icon-battery-1 { background-position: -64px -176px; }\n.ui-icon-battery-2 { background-position: -80px -176px; }\n.ui-icon-battery-3 { background-position: -96px -176px; }\n.ui-icon-circle-plus { background-position: 0 -192px; }\n.ui-icon-circle-minus { background-position: -16px -192px; }\n.ui-icon-circle-close { background-position: -32px -192px; }\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\n.ui-icon-circle-check { background-position: -208px -192px; }\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Corner radius */\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-left,\n.ui-corner-tl {\n\tborder-top-left-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-right,\n.ui-corner-tr {\n\tborder-top-right-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-left,\n.ui-corner-bl {\n\tborder-bottom-left-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-right,\n.ui-corner-br {\n\tborder-bottom-right-radius: 3px;\n}\n\n/* Overlays */\n.ui-widget-overlay {\n\tbackground: #aaaaaa;\n\topacity: .003;\n\t-ms-filter: "alpha(opacity=.3)"; /* support: IE8 */\n}\n.ui-widget-shadow {\n\t-webkit-box-shadow: 0px 0px 5px #666666;\n\tbox-shadow: 0px 0px 5px #666666;\n}\n`,"",{version:3,sources:["webpack://./node_modules/jquery-ui-dist/jquery-ui.theme.css"],names:[],mappings:"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",sourcesContent:['/*!\n * jQuery UI CSS Framework 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n *\n * https://api.jqueryui.com/category/theming/\n *\n * To view and modify this theme, visit https://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=%22alpha(opacity%3D30)%22&opacityFilterOverlay=%22alpha(opacity%3D30)%22&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6\n */\n\n\n/* Component containers\n----------------------------------*/\n.ui-widget {\n\tfont-family: Arial,Helvetica,sans-serif;\n\tfont-size: 1em;\n}\n.ui-widget .ui-widget {\n\tfont-size: 1em;\n}\n.ui-widget input,\n.ui-widget select,\n.ui-widget textarea,\n.ui-widget button {\n\tfont-family: Arial,Helvetica,sans-serif;\n\tfont-size: 1em;\n}\n.ui-widget.ui-widget-content {\n\tborder: 1px solid #c5c5c5;\n}\n.ui-widget-content {\n\tborder: 1px solid #dddddd;\n\tbackground: #ffffff;\n\tcolor: #333333;\n}\n.ui-widget-content a {\n\tcolor: #333333;\n}\n.ui-widget-header {\n\tborder: 1px solid #dddddd;\n\tbackground: #e9e9e9;\n\tcolor: #333333;\n\tfont-weight: bold;\n}\n.ui-widget-header a {\n\tcolor: #333333;\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default,\n.ui-button,\n\n/* We use html here because we need a greater specificity to make sure disabled\nworks properly when clicked or hovered */\nhtml .ui-button.ui-state-disabled:hover,\nhtml .ui-button.ui-state-disabled:active {\n\tborder: 1px solid #c5c5c5;\n\tbackground: #f6f6f6;\n\tfont-weight: normal;\n\tcolor: #454545;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited,\na.ui-button,\na:link.ui-button,\na:visited.ui-button,\n.ui-button {\n\tcolor: #454545;\n\ttext-decoration: none;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus,\n.ui-button:hover,\n.ui-button:focus {\n\tborder: 1px solid #cccccc;\n\tbackground: #ededed;\n\tfont-weight: normal;\n\tcolor: #2b2b2b;\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited,\n.ui-state-focus a,\n.ui-state-focus a:hover,\n.ui-state-focus a:link,\n.ui-state-focus a:visited,\na.ui-button:hover,\na.ui-button:focus {\n\tcolor: #2b2b2b;\n\ttext-decoration: none;\n}\n\n.ui-visual-focus {\n\tbox-shadow: 0 0 3px 1px rgb(94, 158, 214);\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active,\na.ui-button:active,\n.ui-button:active,\n.ui-button.ui-state-active:hover {\n\tborder: 1px solid #003eff;\n\tbackground: #007fff;\n\tfont-weight: normal;\n\tcolor: #ffffff;\n}\n.ui-icon-background,\n.ui-state-active .ui-icon-background {\n\tborder: #003eff;\n\tbackground-color: #ffffff;\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n\tcolor: #ffffff;\n\ttext-decoration: none;\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n\tborder: 1px solid #dad55e;\n\tbackground: #fffa90;\n\tcolor: #777620;\n}\n.ui-state-checked {\n\tborder: 1px solid #dad55e;\n\tbackground: #fffa90;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n\tcolor: #777620;\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n\tborder: 1px solid #f1a899;\n\tbackground: #fddfdf;\n\tcolor: #5f3f3f;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n\tcolor: #5f3f3f;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n\tcolor: #5f3f3f;\n}\n.ui-priority-primary,\n.ui-widget-content .ui-priority-primary,\n.ui-widget-header .ui-priority-primary {\n\tfont-weight: bold;\n}\n.ui-priority-secondary,\n.ui-widget-content .ui-priority-secondary,\n.ui-widget-header .ui-priority-secondary {\n\topacity: .7;\n\t-ms-filter: "alpha(opacity=70)"; /* support: IE8 */\n\tfont-weight: normal;\n}\n.ui-state-disabled,\n.ui-widget-content .ui-state-disabled,\n.ui-widget-header .ui-state-disabled {\n\topacity: .35;\n\t-ms-filter: "alpha(opacity=35)"; /* support: IE8 */\n\tbackground-image: none;\n}\n.ui-state-disabled .ui-icon {\n\t-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */\n}\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n\twidth: 16px;\n\theight: 16px;\n}\n.ui-icon,\n.ui-widget-content .ui-icon {\n\tbackground-image: url("images/ui-icons_444444_256x240.png");\n}\n.ui-widget-header .ui-icon {\n\tbackground-image: url("images/ui-icons_444444_256x240.png");\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon,\n.ui-button:hover .ui-icon,\n.ui-button:focus .ui-icon {\n\tbackground-image: url("images/ui-icons_555555_256x240.png");\n}\n.ui-state-active .ui-icon,\n.ui-button:active .ui-icon {\n\tbackground-image: url("images/ui-icons_ffffff_256x240.png");\n}\n.ui-state-highlight .ui-icon,\n.ui-button .ui-state-highlight.ui-icon {\n\tbackground-image: url("images/ui-icons_777620_256x240.png");\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n\tbackground-image: url("images/ui-icons_cc0000_256x240.png");\n}\n.ui-button .ui-icon {\n\tbackground-image: url("images/ui-icons_777777_256x240.png");\n}\n\n/* positioning */\n/* Three classes needed to override `.ui-button:hover .ui-icon` */\n.ui-icon-blank.ui-icon-blank.ui-icon-blank {\n\tbackground-image: none;\n}\n.ui-icon-caret-1-n { background-position: 0 0; }\n.ui-icon-caret-1-ne { background-position: -16px 0; }\n.ui-icon-caret-1-e { background-position: -32px 0; }\n.ui-icon-caret-1-se { background-position: -48px 0; }\n.ui-icon-caret-1-s { background-position: -65px 0; }\n.ui-icon-caret-1-sw { background-position: -80px 0; }\n.ui-icon-caret-1-w { background-position: -96px 0; }\n.ui-icon-caret-1-nw { background-position: -112px 0; }\n.ui-icon-caret-2-n-s { background-position: -128px 0; }\n.ui-icon-caret-2-e-w { background-position: -144px 0; }\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\n.ui-icon-triangle-1-s { background-position: -65px -16px; }\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\n.ui-icon-arrow-1-s { background-position: -65px -32px; }\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\n.ui-icon-arrowthick-1-n { background-position: 1px -48px; }\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\n.ui-icon-arrow-4 { background-position: 0 -80px; }\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\n.ui-icon-extlink { background-position: -32px -80px; }\n.ui-icon-newwin { background-position: -48px -80px; }\n.ui-icon-refresh { background-position: -64px -80px; }\n.ui-icon-shuffle { background-position: -80px -80px; }\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\n.ui-icon-folder-open { background-position: -16px -96px; }\n.ui-icon-document { background-position: -32px -96px; }\n.ui-icon-document-b { background-position: -48px -96px; }\n.ui-icon-note { background-position: -64px -96px; }\n.ui-icon-mail-closed { background-position: -80px -96px; }\n.ui-icon-mail-open { background-position: -96px -96px; }\n.ui-icon-suitcase { background-position: -112px -96px; }\n.ui-icon-comment { background-position: -128px -96px; }\n.ui-icon-person { background-position: -144px -96px; }\n.ui-icon-print { background-position: -160px -96px; }\n.ui-icon-trash { background-position: -176px -96px; }\n.ui-icon-locked { background-position: -192px -96px; }\n.ui-icon-unlocked { background-position: -208px -96px; }\n.ui-icon-bookmark { background-position: -224px -96px; }\n.ui-icon-tag { background-position: -240px -96px; }\n.ui-icon-home { background-position: 0 -112px; }\n.ui-icon-flag { background-position: -16px -112px; }\n.ui-icon-calendar { background-position: -32px -112px; }\n.ui-icon-cart { background-position: -48px -112px; }\n.ui-icon-pencil { background-position: -64px -112px; }\n.ui-icon-clock { background-position: -80px -112px; }\n.ui-icon-disk { background-position: -96px -112px; }\n.ui-icon-calculator { background-position: -112px -112px; }\n.ui-icon-zoomin { background-position: -128px -112px; }\n.ui-icon-zoomout { background-position: -144px -112px; }\n.ui-icon-search { background-position: -160px -112px; }\n.ui-icon-wrench { background-position: -176px -112px; }\n.ui-icon-gear { background-position: -192px -112px; }\n.ui-icon-heart { background-position: -208px -112px; }\n.ui-icon-star { background-position: -224px -112px; }\n.ui-icon-link { background-position: -240px -112px; }\n.ui-icon-cancel { background-position: 0 -128px; }\n.ui-icon-plus { background-position: -16px -128px; }\n.ui-icon-plusthick { background-position: -32px -128px; }\n.ui-icon-minus { background-position: -48px -128px; }\n.ui-icon-minusthick { background-position: -64px -128px; }\n.ui-icon-close { background-position: -80px -128px; }\n.ui-icon-closethick { background-position: -96px -128px; }\n.ui-icon-key { background-position: -112px -128px; }\n.ui-icon-lightbulb { background-position: -128px -128px; }\n.ui-icon-scissors { background-position: -144px -128px; }\n.ui-icon-clipboard { background-position: -160px -128px; }\n.ui-icon-copy { background-position: -176px -128px; }\n.ui-icon-contact { background-position: -192px -128px; }\n.ui-icon-image { background-position: -208px -128px; }\n.ui-icon-video { background-position: -224px -128px; }\n.ui-icon-script { background-position: -240px -128px; }\n.ui-icon-alert { background-position: 0 -144px; }\n.ui-icon-info { background-position: -16px -144px; }\n.ui-icon-notice { background-position: -32px -144px; }\n.ui-icon-help { background-position: -48px -144px; }\n.ui-icon-check { background-position: -64px -144px; }\n.ui-icon-bullet { background-position: -80px -144px; }\n.ui-icon-radio-on { background-position: -96px -144px; }\n.ui-icon-radio-off { background-position: -112px -144px; }\n.ui-icon-pin-w { background-position: -128px -144px; }\n.ui-icon-pin-s { background-position: -144px -144px; }\n.ui-icon-play { background-position: 0 -160px; }\n.ui-icon-pause { background-position: -16px -160px; }\n.ui-icon-seek-next { background-position: -32px -160px; }\n.ui-icon-seek-prev { background-position: -48px -160px; }\n.ui-icon-seek-end { background-position: -64px -160px; }\n.ui-icon-seek-start { background-position: -80px -160px; }\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\n.ui-icon-seek-first { background-position: -80px -160px; }\n.ui-icon-stop { background-position: -96px -160px; }\n.ui-icon-eject { background-position: -112px -160px; }\n.ui-icon-volume-off { background-position: -128px -160px; }\n.ui-icon-volume-on { background-position: -144px -160px; }\n.ui-icon-power { background-position: 0 -176px; }\n.ui-icon-signal-diag { background-position: -16px -176px; }\n.ui-icon-signal { background-position: -32px -176px; }\n.ui-icon-battery-0 { background-position: -48px -176px; }\n.ui-icon-battery-1 { background-position: -64px -176px; }\n.ui-icon-battery-2 { background-position: -80px -176px; }\n.ui-icon-battery-3 { background-position: -96px -176px; }\n.ui-icon-circle-plus { background-position: 0 -192px; }\n.ui-icon-circle-minus { background-position: -16px -192px; }\n.ui-icon-circle-close { background-position: -32px -192px; }\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\n.ui-icon-circle-check { background-position: -208px -192px; }\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Corner radius */\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-left,\n.ui-corner-tl {\n\tborder-top-left-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-right,\n.ui-corner-tr {\n\tborder-top-right-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-left,\n.ui-corner-bl {\n\tborder-bottom-left-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-right,\n.ui-corner-br {\n\tborder-bottom-right-radius: 3px;\n}\n\n/* Overlays */\n.ui-widget-overlay {\n\tbackground: #aaaaaa;\n\topacity: .003;\n\t-ms-filter: "alpha(opacity=.3)"; /* support: IE8 */\n}\n.ui-widget-shadow {\n\t-webkit-box-shadow: 0px 0px 5px #666666;\n\tbox-shadow: 0px 0px 5px #666666;\n}\n'],sourceRoot:""}]);const w=f},90628:(t,e,n)=>{"use strict";n.d(e,{A:()=>v});var i=n(71354),o=n.n(i),r=n(76314),s=n.n(r),a=n(4417),c=n.n(a),l=new URL(n(7369),n.b),u=new URL(n(48832),n.b),h=new URL(n(36114),n.b),d=new URL(n(83864),n.b),p=new URL(n(26609),n.b),A=s()(o()),f=c()(l),g=c()(u),m=c()(h),b=c()(d),C=c()(p);A.push([t.id,`.ui-widget-content{border:1px solid var(--color-border);background:var(--color-main-background) none;color:var(--color-main-text)}.ui-widget-content a{color:var(--color-main-text)}.ui-widget-header{border:none;color:var(--color-main-text);background-image:none}.ui-widget-header a{color:var(--color-main-text)}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid var(--color-border);background:var(--color-main-background) none;font-weight:bold;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #ddd;background:var(--color-main-background) none;font-weight:bold;color:var(--color-main-text)}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:var(--color-main-text)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid var(--color-primary-element);background:var(--color-main-background) none;font-weight:bold;color:var(--color-main-text)}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:var(--color-main-text)}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid var(--color-main-background);background:var(--color-main-background) none;color:var(--color-text-light);font-weight:600}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:var(--color-text-lighter)}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:var(--color-error);background:var(--color-error) none;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.ui-state-default .ui-icon{background-image:url(${f})}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(${f})}.ui-state-active .ui-icon{background-image:url(${f})}.ui-state-highlight .ui-icon{background-image:url(${g})}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(${m})}.ui-icon.ui-icon-none{display:none}.ui-widget-overlay{background:#666 url(${b}) 50% 50% repeat;opacity:.5}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url(${C}) 50% 50% repeat-x;opacity:.2;border-radius:5px}.ui-tabs{border:none}.ui-tabs .ui-tabs-nav.ui-corner-all{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui-tabs .ui-tabs-nav{background:none;margin-bottom:15px}.ui-tabs .ui-tabs-nav .ui-state-default{border:none;border-bottom:1px solid rgba(0,0,0,0);font-weight:normal;margin:0 !important;padding:0 !important}.ui-tabs .ui-tabs-nav .ui-state-hover,.ui-tabs .ui-tabs-nav .ui-state-active{border:none;border-bottom:1px solid var(--color-main-text);color:var(--color-main-text)}.ui-tabs .ui-tabs-nav .ui-state-hover a,.ui-tabs .ui-tabs-nav .ui-state-hover a:link,.ui-tabs .ui-tabs-nav .ui-state-hover a:hover,.ui-tabs .ui-tabs-nav .ui-state-hover a:visited,.ui-tabs .ui-tabs-nav .ui-state-active a,.ui-tabs .ui-tabs-nav .ui-state-active a:link,.ui-tabs .ui-tabs-nav .ui-state-active a:hover,.ui-tabs .ui-tabs-nav .ui-state-active a:visited{color:var(--color-main-text)}.ui-tabs .ui-tabs-nav .ui-state-active{font-weight:bold}.ui-autocomplete.ui-menu{padding:0}.ui-autocomplete.ui-menu.item-count-1,.ui-autocomplete.ui-menu.item-count-2{overflow-y:hidden}.ui-autocomplete.ui-menu .ui-menu-item a{color:var(--color-text-lighter);display:block;padding:4px 4px 4px 14px}.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-focus,.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-active{box-shadow:inset 4px 0 var(--color-primary-element);color:var(--color-main-text)}.ui-autocomplete.ui-widget-content{background:var(--color-main-background);border-top:none}.ui-autocomplete.ui-corner-all{border-radius:0;border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.ui-autocomplete .ui-state-hover,.ui-autocomplete .ui-widget-content .ui-state-hover,.ui-autocomplete .ui-widget-header .ui-state-hover,.ui-autocomplete .ui-state-focus,.ui-autocomplete .ui-widget-content .ui-state-focus,.ui-autocomplete .ui-widget-header .ui-state-focus{border:1px solid rgba(0,0,0,0);background:inherit;color:var(--color-primary-element)}.ui-autocomplete .ui-menu-item a{border-radius:0 !important}.ui-button.primary{background-color:var(--color-primary-element);color:var(--color-primary-element-text);border:1px solid var(--color-primary-element-text)}.ui-button:hover{font-weight:bold !important}.ui-draggable-handle,.ui-selectable{touch-action:pan-y}`,"",{version:3,sources:["webpack://./core/src/jquery/css/jquery-ui-fixes.scss"],names:[],mappings:"AAMA,mBACC,oCAAA,CACA,4CAAA,CACA,4BAAA,CAED,qBACC,4BAAA,CAED,kBACC,WAAA,CACA,4BAAA,CACA,qBAAA,CAED,oBACC,4BAAA,CAKD,2FAGC,oCAAA,CACA,4CAAA,CACA,gBAAA,CACA,UAAA,CAED,yEAGC,UAAA,CAED,0KAMC,qBAAA,CACA,4CAAA,CACA,gBAAA,CACA,4BAAA,CAED,2FAIC,4BAAA,CAED,wFAGC,6CAAA,CACA,4CAAA,CACA,gBAAA,CACA,4BAAA,CAED,sEAGC,4BAAA,CAKD,iGAGC,6CAAA,CACA,4CAAA,CACA,6BAAA,CACA,eAAA,CAED,uGAGC,+BAAA,CAED,qFAGC,yBAAA,CACA,kCAAA,CACA,UAAA,CAED,2FAGC,UAAA,CAED,oGAGC,UAAA,CAKD,2BACC,wDAAA,CAED,kDAEC,wDAAA,CAED,0BACC,wDAAA,CAED,6BACC,wDAAA,CAED,uDAEC,wDAAA,CAED,sBACC,YAAA,CAMD,mBACC,sEAAA,CACA,UAAA,CAED,kBACC,oBAAA,CACA,WAAA,CACA,wEAAA,CACA,UAAA,CACA,iBAAA,CAID,SACC,WAAA,CAEA,oCACC,2BAAA,CACA,4BAAA,CAGD,sBACC,eAAA,CACA,kBAAA,CAEA,wCACC,WAAA,CACA,qCAAA,CACA,kBAAA,CACA,mBAAA,CACA,oBAAA,CAGD,6EAEC,WAAA,CACA,8CAAA,CACA,4BAAA,CACA,0WACC,4BAAA,CAGF,uCACC,gBAAA,CAOF,yBACC,SAAA,CAIA,4EAEC,iBAAA,CAGD,yCACC,+BAAA,CACA,aAAA,CACA,wBAAA,CAEA,iHACC,mDAAA,CACA,4BAAA,CAKH,mCACC,uCAAA,CACA,eAAA,CAGD,+BACC,eAAA,CACA,8CAAA,CACA,+CAAA,CAGD,gRAKC,8BAAA,CACA,kBAAA,CACA,kCAAA,CAIA,iCACC,0BAAA,CAKH,mBACC,6CAAA,CACA,uCAAA,CACA,kDAAA,CAID,iBACI,2BAAA,CAKJ,oCAEC,kBAAA",sourcesContent:["/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/* Component containers\n----------------------------------*/\n.ui-widget-content {\n\tborder: 1px solid var(--color-border);\n\tbackground: var(--color-main-background) none;\n\tcolor: var(--color-main-text);\n}\n.ui-widget-content a {\n\tcolor: var(--color-main-text);\n}\n.ui-widget-header {\n\tborder: none;\n\tcolor: var(--color-main-text);\n\tbackground-image: none;\n}\n.ui-widget-header a {\n\tcolor: var(--color-main-text);\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default {\n\tborder: 1px solid var(--color-border);\n\tbackground: var(--color-main-background) none;\n\tfont-weight: bold;\n\tcolor: #555;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited {\n\tcolor: #555;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus {\n\tborder: 1px solid #ddd;\n\tbackground: var(--color-main-background) none;\n\tfont-weight: bold;\n\tcolor: var(--color-main-text);\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited {\n\tcolor: var(--color-main-text);\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active {\n\tborder: 1px solid var(--color-primary-element);\n\tbackground: var(--color-main-background) none;\n\tfont-weight: bold;\n\tcolor: var(--color-main-text);\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n\tcolor: var(--color-main-text);\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n\tborder: 1px solid var(--color-main-background);\n\tbackground: var(--color-main-background) none;\n\tcolor: var(--color-text-light);\n\tfont-weight: 600;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n\tcolor: var(--color-text-lighter);\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n\tborder: var(--color-error);\n\tbackground: var(--color-error) none;\n\tcolor: #ffffff;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n\tcolor: #ffffff;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n\tcolor: #ffffff;\n}\n\n/* Icons\n----------------------------------*/\n.ui-state-default .ui-icon {\n\tbackground-image: url('images/ui-icons_1d2d44_256x240.png');\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon {\n\tbackground-image: url('images/ui-icons_1d2d44_256x240.png');\n}\n.ui-state-active .ui-icon {\n\tbackground-image: url('images/ui-icons_1d2d44_256x240.png');\n}\n.ui-state-highlight .ui-icon {\n\tbackground-image: url('images/ui-icons_ffffff_256x240.png');\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n\tbackground-image: url('images/ui-icons_ffd27a_256x240.png');\n}\n.ui-icon.ui-icon-none {\n\tdisplay: none;\n}\n\n/* Misc visuals\n----------------------------------*/\n/* Overlays */\n.ui-widget-overlay {\n\tbackground: #666666 url('images/ui-bg_diagonals-thick_20_666666_40x40.png') 50% 50% repeat;\n\topacity: .5;\n}\n.ui-widget-shadow {\n\tmargin: -5px 0 0 -5px;\n\tpadding: 5px;\n\tbackground: #000000 url('images/ui-bg_flat_10_000000_40x100.png') 50% 50% repeat-x;\n\topacity: .2;\n\tborder-radius: 5px;\n}\n\n/* Tabs customizations */\n.ui-tabs {\n\tborder: none;\n\n\t.ui-tabs-nav.ui-corner-all {\n\t\tborder-bottom-left-radius: 0;\n\t\tborder-bottom-right-radius: 0;\n\t}\n\n\t.ui-tabs-nav {\n\t\tbackground: none;\n\t\tmargin-bottom: 15px;\n\n\t\t.ui-state-default {\n\t\t\tborder: none;\n\t\t\tborder-bottom: 1px solid transparent;\n\t\t\tfont-weight: normal;\n\t\t\tmargin: 0 !important;\n\t\t\tpadding: 0 !important;\n\t\t}\n\n\t\t.ui-state-hover,\n\t\t.ui-state-active {\n\t\t\tborder: none;\n\t\t\tborder-bottom: 1px solid var(--color-main-text);\n\t\t\tcolor: var(--color-main-text);\n\t\t\ta, a:link, a:hover, a:visited {\n\t\t\t\tcolor: var(--color-main-text);\n\t\t\t}\n\t\t}\n\t\t.ui-state-active {\n\t\t\tfont-weight: bold;\n\t\t}\n\t}\n}\n\n/* Select menus */\n.ui-autocomplete {\n\t&.ui-menu {\n\t\tpadding: 0;\n\n\t\t/* scrolling starts from three items,\n\t\t * so hide overflow and scrollbars for a clean layout */\n\t\t&.item-count-1,\n\t\t&.item-count-2 {\n\t\t\toverflow-y: hidden;\n\t\t}\n\n\t\t.ui-menu-item a {\n\t\t\tcolor: var(--color-text-lighter);\n\t\t\tdisplay: block;\n\t\t\tpadding: 4px 4px 4px 14px;\n\n\t\t\t&.ui-state-focus, &.ui-state-active {\n\t\t\t\tbox-shadow: inset 4px 0 var(--color-primary-element);\n\t\t\t\tcolor: var(--color-main-text);\n\t\t\t}\n\t\t}\n\t}\n\n\t&.ui-widget-content {\n\t\tbackground: var(--color-main-background);\n\t\tborder-top: none;\n\t}\n\n\t&.ui-corner-all {\n\t\tborder-radius: 0;\n\t\tborder-bottom-left-radius: var(--border-radius);\n\t\tborder-bottom-right-radius: var(--border-radius);\n\t}\n\n\t.ui-state-hover, .ui-widget-content .ui-state-hover,\n\t.ui-widget-header .ui-state-hover,\n\t.ui-state-focus,\n\t.ui-widget-content .ui-state-focus,\n\t.ui-widget-header .ui-state-focus {\n\t\tborder: 1px solid transparent;\n\t\tbackground: inherit;\n\t\tcolor: var(--color-primary-element);\n\t}\n\n\t.ui-menu-item {\n\t\ta {\n\t\t\tborder-radius: 0 !important;\n\t\t}\n\t}\n}\n\n.ui-button.primary {\n\tbackground-color: var(--color-primary-element);\n\tcolor: var(--color-primary-element-text);\n\tborder: 1px solid var(--color-primary-element-text);\n}\n\n// fix ui-buttons on hover\n.ui-button:hover {\n font-weight:bold !important;\n}\n\n\n/* DRAGGABLE */\n.ui-draggable-handle,\n.ui-selectable {\n\ttouch-action: pan-y;\n}\n"],sourceRoot:""}]);const v=A},2791:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(71354),o=n.n(i),r=n(76314),s=n.n(r)()(o());s.push([t.id,".oc-dialog{background:var(--color-main-background);color:var(--color-text-light);border-radius:var(--border-radius-large);box-shadow:0 0 30px var(--color-box-shadow);padding:24px;z-index:100001;font-size:100%;box-sizing:border-box;min-width:200px;top:50%;left:50%;transform:translate(-50%, -50%);max-height:calc(100% - 20px);max-width:calc(100% - 20px);overflow:auto}.oc-dialog-title{background:var(--color-main-background)}.oc-dialog-buttonrow{position:relative;display:flex;background:rgba(0,0,0,0);right:0;bottom:0;padding:0;padding-top:10px;box-sizing:border-box;width:100%;background-image:linear-gradient(rgba(255, 255, 255, 0), var(--color-main-background))}.oc-dialog-buttonrow.twobuttons{justify-content:space-between}.oc-dialog-buttonrow.onebutton,.oc-dialog-buttonrow.twobuttons.aside{justify-content:flex-end}.oc-dialog-buttonrow button{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:44px;min-width:44px}.oc-dialog-close{position:absolute;width:44px !important;height:44px !important;top:4px;right:4px;padding:25px;background:var(--icon-close-dark) no-repeat center;opacity:.5;border-radius:var(--border-radius-pill)}.oc-dialog-close:hover,.oc-dialog-close:focus,.oc-dialog-close:active{opacity:1}.oc-dialog-dim{background-color:#000;opacity:.2;z-index:100001;position:fixed;top:0;left:0;width:100%;height:100%}body.theme--dark .oc-dialog-dim{opacity:.8}.oc-dialog-content{width:100%;max-width:550px}.oc-dialog.password-confirmation .oc-dialog-content{width:auto}.oc-dialog.password-confirmation .oc-dialog-content input[type=password]{width:100%}.oc-dialog.password-confirmation .oc-dialog-content label{display:none}","",{version:3,sources:["webpack://./core/src/jquery/css/jquery.ocdialog.scss"],names:[],mappings:"AAIA,WACC,uCAAA,CACA,6BAAA,CACA,wCAAA,CACA,2CAAA,CACA,YAAA,CACA,cAAA,CACA,cAAA,CACA,qBAAA,CACA,eAAA,CACA,OAAA,CACA,QAAA,CACA,+BAAA,CACA,4BAAA,CACA,2BAAA,CACA,aAAA,CAED,iBACC,uCAAA,CAED,qBACC,iBAAA,CACA,YAAA,CACA,wBAAA,CACA,OAAA,CACA,QAAA,CACA,SAAA,CACA,gBAAA,CACA,qBAAA,CACA,UAAA,CACA,sFAAA,CAEA,gCACO,6BAAA,CAGP,qEAEC,wBAAA,CAGD,4BACI,kBAAA,CACA,eAAA,CACH,sBAAA,CACA,WAAA,CACA,cAAA,CAIF,iBACC,iBAAA,CACA,qBAAA,CACA,sBAAA,CACA,OAAA,CACA,SAAA,CACA,YAAA,CACA,kDAAA,CACA,UAAA,CACA,uCAAA,CAEA,sEAGC,SAAA,CAIF,eACC,qBAAA,CACA,UAAA,CACA,cAAA,CACA,cAAA,CACA,KAAA,CACA,MAAA,CACA,UAAA,CACA,WAAA,CAGD,gCACC,UAAA,CAGD,mBACC,UAAA,CACA,eAAA,CAIA,oDACC,UAAA,CAEA,yEACC,UAAA,CAED,0DACC,YAAA",sourcesContent:["/**\n * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n.oc-dialog {\n\tbackground: var(--color-main-background);\n\tcolor: var(--color-text-light);\n\tborder-radius: var(--border-radius-large);\n\tbox-shadow: 0 0 30px var(--color-box-shadow);\n\tpadding: 24px;\n\tz-index: 100001;\n\tfont-size: 100%;\n\tbox-sizing: border-box;\n\tmin-width: 200px;\n\ttop: 50%;\n\tleft: 50%;\n\ttransform: translate(-50%, -50%);\n\tmax-height: calc(100% - 20px);\n\tmax-width: calc(100% - 20px);\n\toverflow: auto;\n}\n.oc-dialog-title {\n\tbackground: var(--color-main-background);\n}\n.oc-dialog-buttonrow {\n\tposition: relative;\n\tdisplay: flex;\n\tbackground: transparent;\n\tright: 0;\n\tbottom: 0;\n\tpadding: 0;\n\tpadding-top: 10px;\n\tbox-sizing: border-box;\n\twidth: 100%;\n\tbackground-image: linear-gradient(rgba(255, 255, 255, 0.0), var(--color-main-background));\n\n\t&.twobuttons {\n justify-content: space-between;\n }\n\n\t&.onebutton,\n\t&.twobuttons.aside {\n\t\tjustify-content: flex-end;\n\t}\n\n\tbutton {\n\t white-space: nowrap;\n\t overflow: hidden;\n\t\ttext-overflow: ellipsis;\n\t\theight: 44px;\n\t\tmin-width: 44px;\n\t}\n}\n\n.oc-dialog-close {\n\tposition: absolute;\n\twidth: 44px !important;\n\theight: 44px !important;\n\ttop: 4px;\n\tright: 4px;\n\tpadding: 25px;\n\tbackground: var(--icon-close-dark) no-repeat center;\n\topacity: .5;\n\tborder-radius: var(--border-radius-pill);\n\n\t&:hover,\n\t&:focus,\n\t&:active {\n\t\topacity: 1;\n\t}\n}\n\n.oc-dialog-dim {\n\tbackground-color: #000;\n\topacity: .2;\n\tz-index: 100001;\n\tposition: fixed;\n\ttop: 0;\n\tleft: 0;\n\twidth: 100%;\n\theight: 100%;\n}\n\nbody.theme--dark .oc-dialog-dim {\n\topacity: .8;\n}\n\n.oc-dialog-content {\n\twidth: 100%;\n\tmax-width: 550px;\n}\n\n.oc-dialog.password-confirmation {\n\t.oc-dialog-content {\n\t\twidth: auto;\n\n\t\tinput[type=password] {\n\t\t\twidth: 100%;\n\t\t}\n\t\tlabel {\n\t\t\tdisplay: none;\n\t\t}\n\t}\n}\n"],sourceRoot:""}]);const a=s},35156:(t,e,n)=>{"use strict";n.d(e,{A:()=>g});var i=n(71354),o=n.n(i),r=n(76314),s=n.n(r),a=n(4417),c=n.n(a),l=new URL(n(65653),n.b),u=new URL(n(22046),n.b),h=new URL(n(32095),n.b),d=s()(o()),p=c()(l),A=c()(u),f=c()(h);d.push([t.id,`/*\nVersion: @@ver@@ Timestamp: @@timestamp@@\n*/\n.select2-container {\n margin: 0;\n position: relative;\n display: inline-block;\n /* inline-block for ie7 */\n zoom: 1;\n *display: inline;\n vertical-align: middle;\n}\n\n.select2-container,\n.select2-drop,\n.select2-search,\n.select2-search input {\n /*\n Force border-box so that % widths fit the parent\n container without overlap because of margin/padding.\n More Info : http://www.quirksmode.org/css/box.html\n */\n -webkit-box-sizing: border-box; /* webkit */\n -moz-box-sizing: border-box; /* firefox */\n box-sizing: border-box; /* css3 */\n}\n\n.select2-container .select2-choice {\n display: block;\n height: 26px;\n padding: 0 0 0 8px;\n overflow: hidden;\n position: relative;\n\n border: 1px solid #aaa;\n white-space: nowrap;\n line-height: 26px;\n color: #444;\n text-decoration: none;\n\n border-radius: 4px;\n\n background-clip: padding-box;\n\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n\n background-color: #fff;\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));\n background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);\n background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);\n background-image: linear-gradient(to top, #eee 0%, #fff 50%);\n}\n\nhtml[dir="rtl"] .select2-container .select2-choice {\n padding: 0 8px 0 0;\n}\n\n.select2-container.select2-drop-above .select2-choice {\n border-bottom-color: #aaa;\n\n border-radius: 0 0 4px 4px;\n\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));\n background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);\n background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);\n background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);\n}\n\n.select2-container.select2-allowclear .select2-choice .select2-chosen {\n margin-right: 42px;\n}\n\n.select2-container .select2-choice > .select2-chosen {\n margin-right: 26px;\n display: block;\n overflow: hidden;\n\n white-space: nowrap;\n\n text-overflow: ellipsis;\n float: none;\n width: auto;\n}\n\nhtml[dir="rtl"] .select2-container .select2-choice > .select2-chosen {\n margin-left: 26px;\n margin-right: 0;\n}\n\n.select2-container .select2-choice abbr {\n display: none;\n width: 12px;\n height: 12px;\n position: absolute;\n right: 24px;\n top: 8px;\n\n font-size: 1px;\n text-decoration: none;\n\n border: 0;\n background: url(${p}) right top no-repeat;\n cursor: pointer;\n outline: 0;\n}\n\n.select2-container.select2-allowclear .select2-choice abbr {\n display: inline-block;\n}\n\n.select2-container .select2-choice abbr:hover {\n background-position: right -11px;\n cursor: pointer;\n}\n\n.select2-drop-mask {\n border: 0;\n margin: 0;\n padding: 0;\n position: fixed;\n left: 0;\n top: 0;\n min-height: 100%;\n min-width: 100%;\n height: auto;\n width: auto;\n opacity: 0;\n z-index: 9998;\n /* styles required for IE to work */\n background-color: #fff;\n filter: alpha(opacity=0);\n}\n\n.select2-drop {\n width: 100%;\n margin-top: -1px;\n position: absolute;\n z-index: 9999;\n top: 100%;\n\n background: #fff;\n color: #000;\n border: 1px solid #aaa;\n border-top: 0;\n\n border-radius: 0 0 4px 4px;\n\n -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);\n box-shadow: 0 4px 5px rgba(0, 0, 0, .15);\n}\n\n.select2-drop.select2-drop-above {\n margin-top: 1px;\n border-top: 1px solid #aaa;\n border-bottom: 0;\n\n border-radius: 4px 4px 0 0;\n\n -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);\n box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);\n}\n\n.select2-drop-active {\n border: 1px solid #5897fb;\n border-top: none;\n}\n\n.select2-drop.select2-drop-above.select2-drop-active {\n border-top: 1px solid #5897fb;\n}\n\n.select2-drop-auto-width {\n border-top: 1px solid #aaa;\n width: auto;\n}\n\n.select2-drop-auto-width .select2-search {\n padding-top: 4px;\n}\n\n.select2-container .select2-choice .select2-arrow {\n display: inline-block;\n width: 18px;\n height: 100%;\n position: absolute;\n right: 0;\n top: 0;\n\n border-left: 1px solid #aaa;\n border-radius: 0 4px 4px 0;\n\n background-clip: padding-box;\n\n background: #ccc;\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));\n background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);\n background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);\n background-image: linear-gradient(to top, #ccc 0%, #eee 60%);\n}\n\nhtml[dir="rtl"] .select2-container .select2-choice .select2-arrow {\n left: 0;\n right: auto;\n\n border-left: none;\n border-right: 1px solid #aaa;\n border-radius: 4px 0 0 4px;\n}\n\n.select2-container .select2-choice .select2-arrow b {\n display: block;\n width: 100%;\n height: 100%;\n background: url(${p}) no-repeat 0 1px;\n}\n\nhtml[dir="rtl"] .select2-container .select2-choice .select2-arrow b {\n background-position: 2px 1px;\n}\n\n.select2-search {\n display: inline-block;\n width: 100%;\n min-height: 26px;\n margin: 0;\n padding-left: 4px;\n padding-right: 4px;\n\n position: relative;\n z-index: 10000;\n\n white-space: nowrap;\n}\n\n.select2-search input {\n width: 100%;\n height: auto !important;\n min-height: 26px;\n padding: 4px 20px 4px 5px;\n margin: 0;\n\n outline: 0;\n font-family: sans-serif;\n font-size: 1em;\n\n border: 1px solid #aaa;\n border-radius: 0;\n\n -webkit-box-shadow: none;\n box-shadow: none;\n\n background: #fff url(${p}) no-repeat 100% -22px;\n background: url(${p}) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\n background: url(${p}) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url(${p}) no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url(${p}) no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\n}\n\nhtml[dir="rtl"] .select2-search input {\n padding: 4px 5px 4px 20px;\n\n background: #fff url(${p}) no-repeat -37px -22px;\n background: url(${p}) no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\n background: url(${p}) no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url(${p}) no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url(${p}) no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\n}\n\n.select2-drop.select2-drop-above .select2-search input {\n margin-top: 4px;\n}\n\n.select2-search input.select2-active {\n background: #fff url(${A}) no-repeat 100%;\n background: url(${A}) no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\n background: url(${A}) no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url(${A}) no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url(${A}) no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\n}\n\n.select2-container-active .select2-choice,\n.select2-container-active .select2-choices {\n border: 1px solid #5897fb;\n outline: none;\n\n -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);\n box-shadow: 0 0 5px rgba(0, 0, 0, .3);\n}\n\n.select2-dropdown-open .select2-choice {\n border-bottom-color: transparent;\n -webkit-box-shadow: 0 1px 0 #fff inset;\n box-shadow: 0 1px 0 #fff inset;\n\n border-bottom-left-radius: 0;\n border-bottom-right-radius: 0;\n\n background-color: #eee;\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));\n background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);\n background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);\n background-image: linear-gradient(to top, #fff 0%, #eee 50%);\n}\n\n.select2-dropdown-open.select2-drop-above .select2-choice,\n.select2-dropdown-open.select2-drop-above .select2-choices {\n border: 1px solid #5897fb;\n border-top-color: transparent;\n\n background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));\n background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);\n background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);\n background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);\n}\n\n.select2-dropdown-open .select2-choice .select2-arrow {\n background: transparent;\n border-left: none;\n filter: none;\n}\nhtml[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {\n border-right: none;\n}\n\n.select2-dropdown-open .select2-choice .select2-arrow b {\n background-position: -18px 1px;\n}\n\nhtml[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {\n background-position: -16px 1px;\n}\n\n.select2-hidden-accessible {\n border: 0;\n clip: rect(0 0 0 0);\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px;\n}\n\n/* results */\n.select2-results {\n max-height: 200px;\n padding: 0 0 0 4px;\n margin: 4px 4px 4px 0;\n position: relative;\n overflow-x: hidden;\n overflow-y: auto;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\nhtml[dir="rtl"] .select2-results {\n padding: 0 4px 0 0;\n margin: 4px 0 4px 4px;\n}\n\n.select2-results ul.select2-result-sub {\n margin: 0;\n padding-left: 0;\n}\n\n.select2-results li {\n list-style: none;\n display: list-item;\n background-image: none;\n}\n\n.select2-results li.select2-result-with-children > .select2-result-label {\n font-weight: bold;\n}\n\n.select2-results .select2-result-label {\n padding: 3px 7px 4px;\n margin: 0;\n cursor: pointer;\n\n min-height: 1em;\n\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n\n.select2-results-dept-1 .select2-result-label { padding-left: 20px }\n.select2-results-dept-2 .select2-result-label { padding-left: 40px }\n.select2-results-dept-3 .select2-result-label { padding-left: 60px }\n.select2-results-dept-4 .select2-result-label { padding-left: 80px }\n.select2-results-dept-5 .select2-result-label { padding-left: 100px }\n.select2-results-dept-6 .select2-result-label { padding-left: 110px }\n.select2-results-dept-7 .select2-result-label { padding-left: 120px }\n\n.select2-results .select2-highlighted {\n background: #3875d7;\n color: #fff;\n}\n\n.select2-results li em {\n background: #feffde;\n font-style: normal;\n}\n\n.select2-results .select2-highlighted em {\n background: transparent;\n}\n\n.select2-results .select2-highlighted ul {\n background: #fff;\n color: #000;\n}\n\n.select2-results .select2-no-results,\n.select2-results .select2-searching,\n.select2-results .select2-ajax-error,\n.select2-results .select2-selection-limit {\n background: #f4f4f4;\n display: list-item;\n padding-left: 5px;\n}\n\n/*\ndisabled look for disabled choices in the results dropdown\n*/\n.select2-results .select2-disabled.select2-highlighted {\n color: #666;\n background: #f4f4f4;\n display: list-item;\n cursor: default;\n}\n.select2-results .select2-disabled {\n background: #f4f4f4;\n display: list-item;\n cursor: default;\n}\n\n.select2-results .select2-selected {\n display: none;\n}\n\n.select2-more-results.select2-active {\n background: #f4f4f4 url(${A}) no-repeat 100%;\n}\n\n.select2-results .select2-ajax-error {\n background: rgba(255, 50, 50, .2);\n}\n\n.select2-more-results {\n background: #f4f4f4;\n display: list-item;\n}\n\n/* disabled styles */\n\n.select2-container.select2-container-disabled .select2-choice {\n background-color: #f4f4f4;\n background-image: none;\n border: 1px solid #ddd;\n cursor: default;\n}\n\n.select2-container.select2-container-disabled .select2-choice .select2-arrow {\n background-color: #f4f4f4;\n background-image: none;\n border-left: 0;\n}\n\n.select2-container.select2-container-disabled .select2-choice abbr {\n display: none;\n}\n\n\n/* multiselect */\n\n.select2-container-multi .select2-choices {\n height: auto !important;\n height: 1%;\n margin: 0;\n padding: 0 5px 0 0;\n position: relative;\n\n border: 1px solid #aaa;\n cursor: text;\n overflow: hidden;\n\n background-color: #fff;\n background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));\n background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);\n background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);\n background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);\n}\n\nhtml[dir="rtl"] .select2-container-multi .select2-choices {\n padding: 0 0 0 5px;\n}\n\n.select2-locked {\n padding: 3px 5px 3px 5px !important;\n}\n\n.select2-container-multi .select2-choices {\n min-height: 26px;\n}\n\n.select2-container-multi.select2-container-active .select2-choices {\n border: 1px solid #5897fb;\n outline: none;\n\n -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);\n box-shadow: 0 0 5px rgba(0, 0, 0, .3);\n}\n.select2-container-multi .select2-choices li {\n float: left;\n list-style: none;\n}\nhtml[dir="rtl"] .select2-container-multi .select2-choices li\n{\n float: right;\n}\n.select2-container-multi .select2-choices .select2-search-field {\n margin: 0;\n padding: 0;\n white-space: nowrap;\n}\n\n.select2-container-multi .select2-choices .select2-search-field input {\n padding: 5px;\n margin: 1px 0;\n\n font-family: sans-serif;\n font-size: 100%;\n color: #666;\n outline: 0;\n border: 0;\n -webkit-box-shadow: none;\n box-shadow: none;\n background: transparent !important;\n}\n\n.select2-container-multi .select2-choices .select2-search-field input.select2-active {\n background: #fff url(${A}) no-repeat 100% !important;\n}\n\n.select2-default {\n color: #999 !important;\n}\n\n.select2-container-multi .select2-choices .select2-search-choice {\n padding: 3px 5px 3px 18px;\n margin: 3px 0 3px 5px;\n position: relative;\n\n line-height: 13px;\n color: #333;\n cursor: default;\n border: 1px solid #aaaaaa;\n\n border-radius: 3px;\n\n -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);\n box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);\n\n background-clip: padding-box;\n\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n\n background-color: #e4e4e4;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);\n background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));\n background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\n background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\n background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\n}\nhtml[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice\n{\n margin: 3px 5px 3px 0;\n padding: 3px 18px 3px 5px;\n}\n.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {\n cursor: default;\n}\n.select2-container-multi .select2-choices .select2-search-choice-focus {\n background: #d4d4d4;\n}\n\n.select2-search-choice-close {\n display: block;\n width: 12px;\n height: 13px;\n position: absolute;\n right: 3px;\n top: 4px;\n\n font-size: 1px;\n outline: none;\n background: url(${p}) right top no-repeat;\n}\nhtml[dir="rtl"] .select2-search-choice-close {\n right: auto;\n left: 3px;\n}\n\n.select2-container-multi .select2-search-choice-close {\n left: 3px;\n}\n\nhtml[dir="rtl"] .select2-container-multi .select2-search-choice-close {\n left: auto;\n right: 2px;\n}\n\n.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {\n background-position: right -11px;\n}\n.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {\n background-position: right -11px;\n}\n\n/* disabled styles */\n.select2-container-multi.select2-container-disabled .select2-choices {\n background-color: #f4f4f4;\n background-image: none;\n border: 1px solid #ddd;\n cursor: default;\n}\n\n.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {\n padding: 3px 5px 3px 5px;\n border: 1px solid #ddd;\n background-image: none;\n background-color: #f4f4f4;\n}\n\n.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close { display: none;\n background: none;\n}\n/* end multiselect */\n\n\n.select2-result-selectable .select2-match,\n.select2-result-unselectable .select2-match {\n text-decoration: underline;\n}\n\n.select2-offscreen, .select2-offscreen:focus {\n clip: rect(0 0 0 0) !important;\n width: 1px !important;\n height: 1px !important;\n border: 0 !important;\n margin: 0 !important;\n padding: 0 !important;\n overflow: hidden !important;\n position: absolute !important;\n outline: 0 !important;\n left: 0px !important;\n top: 0px !important;\n}\n\n.select2-display-none {\n display: none;\n}\n\n.select2-measure-scrollbar {\n position: absolute;\n top: -10000px;\n left: -10000px;\n width: 100px;\n height: 100px;\n overflow: scroll;\n}\n\n/* Retina-ize icons */\n\n@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {\n .select2-search input,\n .select2-search-choice-close,\n .select2-container .select2-choice abbr,\n .select2-container .select2-choice .select2-arrow b {\n background-image: url(${f}) !important;\n background-repeat: no-repeat !important;\n background-size: 60px 40px !important;\n }\n\n .select2-search input {\n background-position: 100% -21px !important;\n }\n}\n`,"",{version:3,sources:["webpack://./node_modules/select2/select2.css"],names:[],mappings:"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",sourcesContent:["/*\nVersion: @@ver@@ Timestamp: @@timestamp@@\n*/\n.select2-container {\n margin: 0;\n position: relative;\n display: inline-block;\n /* inline-block for ie7 */\n zoom: 1;\n *display: inline;\n vertical-align: middle;\n}\n\n.select2-container,\n.select2-drop,\n.select2-search,\n.select2-search input {\n /*\n Force border-box so that % widths fit the parent\n container without overlap because of margin/padding.\n More Info : http://www.quirksmode.org/css/box.html\n */\n -webkit-box-sizing: border-box; /* webkit */\n -moz-box-sizing: border-box; /* firefox */\n box-sizing: border-box; /* css3 */\n}\n\n.select2-container .select2-choice {\n display: block;\n height: 26px;\n padding: 0 0 0 8px;\n overflow: hidden;\n position: relative;\n\n border: 1px solid #aaa;\n white-space: nowrap;\n line-height: 26px;\n color: #444;\n text-decoration: none;\n\n border-radius: 4px;\n\n background-clip: padding-box;\n\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n\n background-color: #fff;\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));\n background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);\n background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);\n background-image: linear-gradient(to top, #eee 0%, #fff 50%);\n}\n\nhtml[dir=\"rtl\"] .select2-container .select2-choice {\n padding: 0 8px 0 0;\n}\n\n.select2-container.select2-drop-above .select2-choice {\n border-bottom-color: #aaa;\n\n border-radius: 0 0 4px 4px;\n\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));\n background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);\n background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);\n background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);\n}\n\n.select2-container.select2-allowclear .select2-choice .select2-chosen {\n margin-right: 42px;\n}\n\n.select2-container .select2-choice > .select2-chosen {\n margin-right: 26px;\n display: block;\n overflow: hidden;\n\n white-space: nowrap;\n\n text-overflow: ellipsis;\n float: none;\n width: auto;\n}\n\nhtml[dir=\"rtl\"] .select2-container .select2-choice > .select2-chosen {\n margin-left: 26px;\n margin-right: 0;\n}\n\n.select2-container .select2-choice abbr {\n display: none;\n width: 12px;\n height: 12px;\n position: absolute;\n right: 24px;\n top: 8px;\n\n font-size: 1px;\n text-decoration: none;\n\n border: 0;\n background: url('select2.png') right top no-repeat;\n cursor: pointer;\n outline: 0;\n}\n\n.select2-container.select2-allowclear .select2-choice abbr {\n display: inline-block;\n}\n\n.select2-container .select2-choice abbr:hover {\n background-position: right -11px;\n cursor: pointer;\n}\n\n.select2-drop-mask {\n border: 0;\n margin: 0;\n padding: 0;\n position: fixed;\n left: 0;\n top: 0;\n min-height: 100%;\n min-width: 100%;\n height: auto;\n width: auto;\n opacity: 0;\n z-index: 9998;\n /* styles required for IE to work */\n background-color: #fff;\n filter: alpha(opacity=0);\n}\n\n.select2-drop {\n width: 100%;\n margin-top: -1px;\n position: absolute;\n z-index: 9999;\n top: 100%;\n\n background: #fff;\n color: #000;\n border: 1px solid #aaa;\n border-top: 0;\n\n border-radius: 0 0 4px 4px;\n\n -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);\n box-shadow: 0 4px 5px rgba(0, 0, 0, .15);\n}\n\n.select2-drop.select2-drop-above {\n margin-top: 1px;\n border-top: 1px solid #aaa;\n border-bottom: 0;\n\n border-radius: 4px 4px 0 0;\n\n -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);\n box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);\n}\n\n.select2-drop-active {\n border: 1px solid #5897fb;\n border-top: none;\n}\n\n.select2-drop.select2-drop-above.select2-drop-active {\n border-top: 1px solid #5897fb;\n}\n\n.select2-drop-auto-width {\n border-top: 1px solid #aaa;\n width: auto;\n}\n\n.select2-drop-auto-width .select2-search {\n padding-top: 4px;\n}\n\n.select2-container .select2-choice .select2-arrow {\n display: inline-block;\n width: 18px;\n height: 100%;\n position: absolute;\n right: 0;\n top: 0;\n\n border-left: 1px solid #aaa;\n border-radius: 0 4px 4px 0;\n\n background-clip: padding-box;\n\n background: #ccc;\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));\n background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);\n background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);\n background-image: linear-gradient(to top, #ccc 0%, #eee 60%);\n}\n\nhtml[dir=\"rtl\"] .select2-container .select2-choice .select2-arrow {\n left: 0;\n right: auto;\n\n border-left: none;\n border-right: 1px solid #aaa;\n border-radius: 4px 0 0 4px;\n}\n\n.select2-container .select2-choice .select2-arrow b {\n display: block;\n width: 100%;\n height: 100%;\n background: url('select2.png') no-repeat 0 1px;\n}\n\nhtml[dir=\"rtl\"] .select2-container .select2-choice .select2-arrow b {\n background-position: 2px 1px;\n}\n\n.select2-search {\n display: inline-block;\n width: 100%;\n min-height: 26px;\n margin: 0;\n padding-left: 4px;\n padding-right: 4px;\n\n position: relative;\n z-index: 10000;\n\n white-space: nowrap;\n}\n\n.select2-search input {\n width: 100%;\n height: auto !important;\n min-height: 26px;\n padding: 4px 20px 4px 5px;\n margin: 0;\n\n outline: 0;\n font-family: sans-serif;\n font-size: 1em;\n\n border: 1px solid #aaa;\n border-radius: 0;\n\n -webkit-box-shadow: none;\n box-shadow: none;\n\n background: #fff url('select2.png') no-repeat 100% -22px;\n background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\n background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url('select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\n}\n\nhtml[dir=\"rtl\"] .select2-search input {\n padding: 4px 5px 4px 20px;\n\n background: #fff url('select2.png') no-repeat -37px -22px;\n background: url('select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\n background: url('select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url('select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url('select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\n}\n\n.select2-drop.select2-drop-above .select2-search input {\n margin-top: 4px;\n}\n\n.select2-search input.select2-active {\n background: #fff url('select2-spinner.gif') no-repeat 100%;\n background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\n background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\n}\n\n.select2-container-active .select2-choice,\n.select2-container-active .select2-choices {\n border: 1px solid #5897fb;\n outline: none;\n\n -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);\n box-shadow: 0 0 5px rgba(0, 0, 0, .3);\n}\n\n.select2-dropdown-open .select2-choice {\n border-bottom-color: transparent;\n -webkit-box-shadow: 0 1px 0 #fff inset;\n box-shadow: 0 1px 0 #fff inset;\n\n border-bottom-left-radius: 0;\n border-bottom-right-radius: 0;\n\n background-color: #eee;\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));\n background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);\n background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);\n background-image: linear-gradient(to top, #fff 0%, #eee 50%);\n}\n\n.select2-dropdown-open.select2-drop-above .select2-choice,\n.select2-dropdown-open.select2-drop-above .select2-choices {\n border: 1px solid #5897fb;\n border-top-color: transparent;\n\n background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));\n background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);\n background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);\n background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);\n}\n\n.select2-dropdown-open .select2-choice .select2-arrow {\n background: transparent;\n border-left: none;\n filter: none;\n}\nhtml[dir=\"rtl\"] .select2-dropdown-open .select2-choice .select2-arrow {\n border-right: none;\n}\n\n.select2-dropdown-open .select2-choice .select2-arrow b {\n background-position: -18px 1px;\n}\n\nhtml[dir=\"rtl\"] .select2-dropdown-open .select2-choice .select2-arrow b {\n background-position: -16px 1px;\n}\n\n.select2-hidden-accessible {\n border: 0;\n clip: rect(0 0 0 0);\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px;\n}\n\n/* results */\n.select2-results {\n max-height: 200px;\n padding: 0 0 0 4px;\n margin: 4px 4px 4px 0;\n position: relative;\n overflow-x: hidden;\n overflow-y: auto;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\nhtml[dir=\"rtl\"] .select2-results {\n padding: 0 4px 0 0;\n margin: 4px 0 4px 4px;\n}\n\n.select2-results ul.select2-result-sub {\n margin: 0;\n padding-left: 0;\n}\n\n.select2-results li {\n list-style: none;\n display: list-item;\n background-image: none;\n}\n\n.select2-results li.select2-result-with-children > .select2-result-label {\n font-weight: bold;\n}\n\n.select2-results .select2-result-label {\n padding: 3px 7px 4px;\n margin: 0;\n cursor: pointer;\n\n min-height: 1em;\n\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n\n.select2-results-dept-1 .select2-result-label { padding-left: 20px }\n.select2-results-dept-2 .select2-result-label { padding-left: 40px }\n.select2-results-dept-3 .select2-result-label { padding-left: 60px }\n.select2-results-dept-4 .select2-result-label { padding-left: 80px }\n.select2-results-dept-5 .select2-result-label { padding-left: 100px }\n.select2-results-dept-6 .select2-result-label { padding-left: 110px }\n.select2-results-dept-7 .select2-result-label { padding-left: 120px }\n\n.select2-results .select2-highlighted {\n background: #3875d7;\n color: #fff;\n}\n\n.select2-results li em {\n background: #feffde;\n font-style: normal;\n}\n\n.select2-results .select2-highlighted em {\n background: transparent;\n}\n\n.select2-results .select2-highlighted ul {\n background: #fff;\n color: #000;\n}\n\n.select2-results .select2-no-results,\n.select2-results .select2-searching,\n.select2-results .select2-ajax-error,\n.select2-results .select2-selection-limit {\n background: #f4f4f4;\n display: list-item;\n padding-left: 5px;\n}\n\n/*\ndisabled look for disabled choices in the results dropdown\n*/\n.select2-results .select2-disabled.select2-highlighted {\n color: #666;\n background: #f4f4f4;\n display: list-item;\n cursor: default;\n}\n.select2-results .select2-disabled {\n background: #f4f4f4;\n display: list-item;\n cursor: default;\n}\n\n.select2-results .select2-selected {\n display: none;\n}\n\n.select2-more-results.select2-active {\n background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;\n}\n\n.select2-results .select2-ajax-error {\n background: rgba(255, 50, 50, .2);\n}\n\n.select2-more-results {\n background: #f4f4f4;\n display: list-item;\n}\n\n/* disabled styles */\n\n.select2-container.select2-container-disabled .select2-choice {\n background-color: #f4f4f4;\n background-image: none;\n border: 1px solid #ddd;\n cursor: default;\n}\n\n.select2-container.select2-container-disabled .select2-choice .select2-arrow {\n background-color: #f4f4f4;\n background-image: none;\n border-left: 0;\n}\n\n.select2-container.select2-container-disabled .select2-choice abbr {\n display: none;\n}\n\n\n/* multiselect */\n\n.select2-container-multi .select2-choices {\n height: auto !important;\n height: 1%;\n margin: 0;\n padding: 0 5px 0 0;\n position: relative;\n\n border: 1px solid #aaa;\n cursor: text;\n overflow: hidden;\n\n background-color: #fff;\n background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));\n background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);\n background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);\n background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);\n}\n\nhtml[dir=\"rtl\"] .select2-container-multi .select2-choices {\n padding: 0 0 0 5px;\n}\n\n.select2-locked {\n padding: 3px 5px 3px 5px !important;\n}\n\n.select2-container-multi .select2-choices {\n min-height: 26px;\n}\n\n.select2-container-multi.select2-container-active .select2-choices {\n border: 1px solid #5897fb;\n outline: none;\n\n -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);\n box-shadow: 0 0 5px rgba(0, 0, 0, .3);\n}\n.select2-container-multi .select2-choices li {\n float: left;\n list-style: none;\n}\nhtml[dir=\"rtl\"] .select2-container-multi .select2-choices li\n{\n float: right;\n}\n.select2-container-multi .select2-choices .select2-search-field {\n margin: 0;\n padding: 0;\n white-space: nowrap;\n}\n\n.select2-container-multi .select2-choices .select2-search-field input {\n padding: 5px;\n margin: 1px 0;\n\n font-family: sans-serif;\n font-size: 100%;\n color: #666;\n outline: 0;\n border: 0;\n -webkit-box-shadow: none;\n box-shadow: none;\n background: transparent !important;\n}\n\n.select2-container-multi .select2-choices .select2-search-field input.select2-active {\n background: #fff url('select2-spinner.gif') no-repeat 100% !important;\n}\n\n.select2-default {\n color: #999 !important;\n}\n\n.select2-container-multi .select2-choices .select2-search-choice {\n padding: 3px 5px 3px 18px;\n margin: 3px 0 3px 5px;\n position: relative;\n\n line-height: 13px;\n color: #333;\n cursor: default;\n border: 1px solid #aaaaaa;\n\n border-radius: 3px;\n\n -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);\n box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);\n\n background-clip: padding-box;\n\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n\n background-color: #e4e4e4;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);\n background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));\n background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\n background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\n background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\n}\nhtml[dir=\"rtl\"] .select2-container-multi .select2-choices .select2-search-choice\n{\n margin: 3px 5px 3px 0;\n padding: 3px 18px 3px 5px;\n}\n.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {\n cursor: default;\n}\n.select2-container-multi .select2-choices .select2-search-choice-focus {\n background: #d4d4d4;\n}\n\n.select2-search-choice-close {\n display: block;\n width: 12px;\n height: 13px;\n position: absolute;\n right: 3px;\n top: 4px;\n\n font-size: 1px;\n outline: none;\n background: url('select2.png') right top no-repeat;\n}\nhtml[dir=\"rtl\"] .select2-search-choice-close {\n right: auto;\n left: 3px;\n}\n\n.select2-container-multi .select2-search-choice-close {\n left: 3px;\n}\n\nhtml[dir=\"rtl\"] .select2-container-multi .select2-search-choice-close {\n left: auto;\n right: 2px;\n}\n\n.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {\n background-position: right -11px;\n}\n.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {\n background-position: right -11px;\n}\n\n/* disabled styles */\n.select2-container-multi.select2-container-disabled .select2-choices {\n background-color: #f4f4f4;\n background-image: none;\n border: 1px solid #ddd;\n cursor: default;\n}\n\n.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {\n padding: 3px 5px 3px 5px;\n border: 1px solid #ddd;\n background-image: none;\n background-color: #f4f4f4;\n}\n\n.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close { display: none;\n background: none;\n}\n/* end multiselect */\n\n\n.select2-result-selectable .select2-match,\n.select2-result-unselectable .select2-match {\n text-decoration: underline;\n}\n\n.select2-offscreen, .select2-offscreen:focus {\n clip: rect(0 0 0 0) !important;\n width: 1px !important;\n height: 1px !important;\n border: 0 !important;\n margin: 0 !important;\n padding: 0 !important;\n overflow: hidden !important;\n position: absolute !important;\n outline: 0 !important;\n left: 0px !important;\n top: 0px !important;\n}\n\n.select2-display-none {\n display: none;\n}\n\n.select2-measure-scrollbar {\n position: absolute;\n top: -10000px;\n left: -10000px;\n width: 100px;\n height: 100px;\n overflow: scroll;\n}\n\n/* Retina-ize icons */\n\n@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {\n .select2-search input,\n .select2-search-choice-close,\n .select2-container .select2-choice abbr,\n .select2-container .select2-choice .select2-arrow b {\n background-image: url('select2x2.png') !important;\n background-repeat: no-repeat !important;\n background-size: 60px 40px !important;\n }\n\n .select2-search input {\n background-position: 100% -21px !important;\n }\n}\n"],sourceRoot:""}]);const g=d},86140:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(71354),o=n.n(i),r=n(76314),s=n.n(r)()(o());s.push([t.id,'/**\n * Strengthify - show the weakness of a password (uses zxcvbn for this)\n * https://github.com/MorrisJobke/strengthify\n * Version: 0.5.9\n * License: The MIT License (MIT)\n * Copyright (c) 2013-2020 Morris Jobke \n */\n\n.strengthify-wrapper {\n position: relative;\n}\n\n.strengthify-wrapper > * {\n\t-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\n\tfilter: alpha(opacity=0);\n\topacity: 0;\n\t-webkit-transition:all .5s ease-in-out;\n\t-moz-transition:all .5s ease-in-out;\n\ttransition:all .5s ease-in-out;\n}\n\n.strengthify-bg, .strengthify-container, .strengthify-separator {\n\theight: 3px;\n}\n\n.strengthify-bg, .strengthify-container {\n\tdisplay: block;\n\tposition: absolute;\n\twidth: 100%;\n}\n\n.strengthify-bg {\n\tbackground-color: #BBB;\n}\n\n.strengthify-separator {\n\tdisplay: inline-block;\n\tposition: absolute;\n\tbackground-color: #FFF;\n\twidth: 1px;\n\tz-index: 10;\n}\n\n.password-bad {\n\tbackground-color: #C33;\n}\n.password-medium {\n\tbackground-color: #F80;\n}\n.password-good {\n\tbackground-color: #3C3;\n}\n\ndiv[data-strengthifyMessage] {\n padding: 3px 8px;\n}\n\n.strengthify-tiles{\n\tfloat: right;\n}\n',"",{version:3,sources:["webpack://./node_modules/strengthify/strengthify.css"],names:[],mappings:"AAAA;;;;;;EAME;;AAEF;IACI,kBAAkB;AACtB;;AAEA;CACC,+DAA+D;CAC/D,wBAAwB;CACxB,UAAU;CACV,sCAAsC;CACtC,mCAAmC;CACnC,8BAA8B;AAC/B;;AAEA;CACC,WAAW;AACZ;;AAEA;CACC,cAAc;CACd,kBAAkB;CAClB,WAAW;AACZ;;AAEA;CACC,sBAAsB;AACvB;;AAEA;CACC,qBAAqB;CACrB,kBAAkB;CAClB,sBAAsB;CACtB,UAAU;CACV,WAAW;AACZ;;AAEA;CACC,sBAAsB;AACvB;AACA;CACC,sBAAsB;AACvB;AACA;CACC,sBAAsB;AACvB;;AAEA;IACI,gBAAgB;AACpB;;AAEA;CACC,YAAY;AACb",sourcesContent:['/**\n * Strengthify - show the weakness of a password (uses zxcvbn for this)\n * https://github.com/MorrisJobke/strengthify\n * Version: 0.5.9\n * License: The MIT License (MIT)\n * Copyright (c) 2013-2020 Morris Jobke \n */\n\n.strengthify-wrapper {\n position: relative;\n}\n\n.strengthify-wrapper > * {\n\t-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\n\tfilter: alpha(opacity=0);\n\topacity: 0;\n\t-webkit-transition:all .5s ease-in-out;\n\t-moz-transition:all .5s ease-in-out;\n\ttransition:all .5s ease-in-out;\n}\n\n.strengthify-bg, .strengthify-container, .strengthify-separator {\n\theight: 3px;\n}\n\n.strengthify-bg, .strengthify-container {\n\tdisplay: block;\n\tposition: absolute;\n\twidth: 100%;\n}\n\n.strengthify-bg {\n\tbackground-color: #BBB;\n}\n\n.strengthify-separator {\n\tdisplay: inline-block;\n\tposition: absolute;\n\tbackground-color: #FFF;\n\twidth: 1px;\n\tz-index: 10;\n}\n\n.password-bad {\n\tbackground-color: #C33;\n}\n.password-medium {\n\tbackground-color: #F80;\n}\n.password-good {\n\tbackground-color: #3C3;\n}\n\ndiv[data-strengthifyMessage] {\n padding: 3px 8px;\n}\n\n.strengthify-tiles{\n\tfloat: right;\n}\n'],sourceRoot:""}]);const a=s},49481:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(71354),o=n.n(i),r=n(76314),s=n.n(r)()(o());s.push([t.id,".account-menu-entry__icon[data-v-2e0a74a6]{height:16px;width:16px;margin:calc((var(--default-clickable-area) - 16px)/2);filter:var(--background-invert-if-dark)}.account-menu-entry__icon--active[data-v-2e0a74a6]{filter:var(--primary-invert-if-dark)}.account-menu-entry[data-v-2e0a74a6] .list-item-content__main{width:fit-content}","",{version:3,sources:["webpack://./core/src/components/AccountMenu/AccountMenuEntry.vue"],names:[],mappings:"AAEC,2CACC,WAAA,CACA,UAAA,CACA,qDAAA,CACA,uCAAA,CAEA,mDACC,oCAAA,CAIF,8DACC,iBAAA",sourcesContent:["\n.account-menu-entry {\n\t&__icon {\n\t\theight: 16px;\n\t\twidth: 16px;\n\t\tmargin: calc((var(--default-clickable-area) - 16px) / 2); // 16px icon size\n\t\tfilter: var(--background-invert-if-dark);\n\n\t\t&--active {\n\t\t\tfilter: var(--primary-invert-if-dark);\n\t\t}\n\t}\n\n\t:deep(.list-item-content__main) {\n\t\twidth: fit-content;\n\t}\n}\n"],sourceRoot:""}]);const a=s},26652:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(71354),o=n.n(i),r=n(76314),s=n.n(r)()(o());s.push([t.id,".app-menu[data-v-7661a89b]{--app-menu-entry-growth: calc(var(--default-grid-baseline) * 4);display:flex;flex:1 1;width:0}.app-menu__list[data-v-7661a89b]{display:flex;flex-wrap:nowrap;margin-inline:calc(var(--app-menu-entry-growth)/2)}.app-menu__overflow[data-v-7661a89b]{margin-block:auto}.app-menu__overflow[data-v-7661a89b] .button-vue--vue-tertiary{opacity:.7;margin:3px;filter:var(--background-image-invert-if-bright)}.app-menu__overflow[data-v-7661a89b] .button-vue--vue-tertiary:not([aria-expanded=true]){color:var(--color-background-plain-text)}.app-menu__overflow[data-v-7661a89b] .button-vue--vue-tertiary:not([aria-expanded=true]):hover{opacity:1;background-color:rgba(0,0,0,0) !important}.app-menu__overflow[data-v-7661a89b] .button-vue--vue-tertiary:focus-visible{opacity:1;outline:none !important}.app-menu__overflow-entry[data-v-7661a89b] .action-link__icon{filter:var(--background-invert-if-bright) !important}","",{version:3,sources:["webpack://./core/src/components/AppMenu.vue"],names:[],mappings:"AACA,2BAEC,+DAAA,CACA,YAAA,CACA,QAAA,CACA,OAAA,CAEA,iCACC,YAAA,CACA,gBAAA,CACA,kDAAA,CAGD,qCACC,iBAAA,CAGA,+DACC,UAAA,CACA,UAAA,CACA,+CAAA,CAGA,yFACC,wCAAA,CAEA,+FACC,SAAA,CACA,yCAAA,CAIF,6EACC,SAAA,CACA,uBAAA,CAMF,8DAEC,oDAAA",sourcesContent:['\n.app-menu {\n\t// The size the currently focussed entry will grow to show the full name\n\t--app-menu-entry-growth: calc(var(--default-grid-baseline) * 4);\n\tdisplay: flex;\n\tflex: 1 1;\n\twidth: 0;\n\n\t&__list {\n\t\tdisplay: flex;\n\t\tflex-wrap: nowrap;\n\t\tmargin-inline: calc(var(--app-menu-entry-growth) / 2);\n\t}\n\n\t&__overflow {\n\t\tmargin-block: auto;\n\n\t\t// Adjust the overflow NcActions styles as they are directly rendered on the background\n\t\t:deep(.button-vue--vue-tertiary) {\n\t\t\topacity: .7;\n\t\t\tmargin: 3px;\n\t\t\tfilter: var(--background-image-invert-if-bright);\n\n\t\t\t/* Remove all background and align text color if not expanded */\n\t\t\t&:not([aria-expanded="true"]) {\n\t\t\t\tcolor: var(--color-background-plain-text);\n\n\t\t\t\t&:hover {\n\t\t\t\t\topacity: 1;\n\t\t\t\t\tbackground-color: transparent !important;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t&:focus-visible {\n\t\t\t\topacity: 1;\n\t\t\t\toutline: none !important;\n\t\t\t}\n\t\t}\n\t}\n\n\t&__overflow-entry {\n\t\t:deep(.action-link__icon) {\n\t\t\t// Icons are bright so invert them if bright color theme == bright background is used\n\t\t\tfilter: var(--background-invert-if-bright) !important;\n\t\t}\n\t}\n}\n'],sourceRoot:""}]);const a=s},98826:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(71354),o=n.n(i),r=n(76314),s=n.n(r)()(o());s.push([t.id,'.app-menu-entry[data-v-22dcd4f7]{--app-menu-entry-font-size: 12px;width:var(--header-height);height:var(--header-height);position:relative}.app-menu-entry__link[data-v-22dcd4f7]{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--color-background-plain-text);width:calc(100% - 4px);height:calc(100% - 4px);margin:2px}.app-menu-entry__label[data-v-22dcd4f7]{opacity:0;position:absolute;font-size:var(--app-menu-entry-font-size);color:var(--color-background-plain-text);text-align:center;bottom:0;left:50%;top:50%;display:block;transform:translateX(-50%);max-width:100%;text-overflow:ellipsis;overflow:hidden;letter-spacing:-0.5px}.app-menu-entry__icon[data-v-22dcd4f7]{font-size:var(--app-menu-entry-font-size)}.app-menu-entry--active .app-menu-entry__label[data-v-22dcd4f7]{font-weight:bolder}.app-menu-entry--active[data-v-22dcd4f7]::before{content:" ";position:absolute;pointer-events:none;border-bottom-color:var(--color-main-background);transform:translateX(-50%);width:10px;height:5px;border-radius:3px;background-color:var(--color-background-plain-text);left:50%;bottom:8px;display:block;transition:all var(--animation-quick) ease-in-out;opacity:1}.app-menu-entry__icon[data-v-22dcd4f7],.app-menu-entry__label[data-v-22dcd4f7]{transition:all var(--animation-quick) ease-in-out}.app-menu-entry:hover .app-menu-entry__label[data-v-22dcd4f7],.app-menu-entry:focus-within .app-menu-entry__label[data-v-22dcd4f7]{font-weight:bold}.app-menu-entry--truncated:hover .app-menu-entry__label[data-v-22dcd4f7],.app-menu-entry--truncated:focus-within .app-menu-entry__label[data-v-22dcd4f7]{max-width:calc(var(--header-height) + var(--app-menu-entry-growth))}.app-menu-entry--truncated:hover+.app-menu-entry .app-menu-entry__label[data-v-22dcd4f7],.app-menu-entry--truncated:focus-within+.app-menu-entry .app-menu-entry__label[data-v-22dcd4f7]{font-weight:normal;max-width:calc(var(--header-height) - var(--app-menu-entry-growth))}.app-menu-entry:has(+.app-menu-entry--truncated:hover) .app-menu-entry__label[data-v-22dcd4f7],.app-menu-entry:has(+.app-menu-entry--truncated:focus-within) .app-menu-entry__label[data-v-22dcd4f7]{font-weight:normal;max-width:calc(var(--header-height) - var(--app-menu-entry-growth))}',"",{version:3,sources:["webpack://./core/src/components/AppMenuEntry.vue"],names:[],mappings:"AACA,iCACC,gCAAA,CACA,0BAAA,CACA,2BAAA,CACA,iBAAA,CAEA,uCACC,iBAAA,CACA,YAAA,CACA,qBAAA,CACA,kBAAA,CACA,sBAAA,CAEA,wCAAA,CAEA,sBAAA,CACA,uBAAA,CACA,UAAA,CAGD,wCACC,SAAA,CACA,iBAAA,CACA,yCAAA,CAEA,wCAAA,CACA,iBAAA,CACA,QAAA,CACA,QAAA,CACA,OAAA,CACA,aAAA,CACA,0BAAA,CACA,cAAA,CACA,sBAAA,CACA,eAAA,CACA,qBAAA,CAGD,uCACC,yCAAA,CAKA,gEACC,kBAAA,CAID,iDACC,WAAA,CACA,iBAAA,CACA,mBAAA,CACA,gDAAA,CACA,0BAAA,CACA,UAAA,CACA,UAAA,CACA,iBAAA,CACA,mDAAA,CACA,QAAA,CACA,UAAA,CACA,aAAA,CACA,iDAAA,CACA,SAAA,CAIF,+EAEC,iDAAA,CAID,mIAEC,gBAAA,CAOA,yJACC,mEAAA,CAKA,yLACC,kBAAA,CACA,mEAAA,CAQF,qMACC,kBAAA,CACA,mEAAA",sourcesContent:['\n.app-menu-entry {\n\t--app-menu-entry-font-size: 12px;\n\twidth: var(--header-height);\n\theight: var(--header-height);\n\tposition: relative;\n\n\t&__link {\n\t\tposition: relative;\n\t\tdisplay: flex;\n\t\tflex-direction: column;\n\t\talign-items: center;\n\t\tjustify-content: center;\n\t\t// Set color as this is shown directly on the background\n\t\tcolor: var(--color-background-plain-text);\n\t\t// Make space for focus-visible outline\n\t\twidth: calc(100% - 4px);\n\t\theight: calc(100% - 4px);\n\t\tmargin: 2px;\n\t}\n\n\t&__label {\n\t\topacity: 0;\n\t\tposition: absolute;\n\t\tfont-size: var(--app-menu-entry-font-size);\n\t\t// this is shown directly on the background\n\t\tcolor: var(--color-background-plain-text);\n\t\ttext-align: center;\n\t\tbottom: 0;\n\t\tleft: 50%;\n\t\ttop: 50%;\n\t\tdisplay: block;\n\t\ttransform: translateX(-50%);\n\t\tmax-width: 100%;\n\t\ttext-overflow: ellipsis;\n\t\toverflow: hidden;\n\t\tletter-spacing: -0.5px;\n\t}\n\n\t&__icon {\n\t\tfont-size: var(--app-menu-entry-font-size);\n\t}\n\n\t&--active {\n\t\t// When hover or focus, show the label and make it bolder than the other entries\n\t\t.app-menu-entry__label {\n\t\t\tfont-weight: bolder;\n\t\t}\n\n\t\t// When active show a line below the entry as an "active" indicator\n\t\t&::before {\n\t\t\tcontent: " ";\n\t\t\tposition: absolute;\n\t\t\tpointer-events: none;\n\t\t\tborder-bottom-color: var(--color-main-background);\n\t\t\ttransform: translateX(-50%);\n\t\t\twidth: 10px;\n\t\t\theight: 5px;\n\t\t\tborder-radius: 3px;\n\t\t\tbackground-color: var(--color-background-plain-text);\n\t\t\tleft: 50%;\n\t\t\tbottom: 8px;\n\t\t\tdisplay: block;\n\t\t\ttransition: all var(--animation-quick) ease-in-out;\n\t\t\topacity: 1;\n\t\t}\n\t}\n\n\t&__icon,\n\t&__label {\n\t\ttransition: all var(--animation-quick) ease-in-out;\n\t}\n\n\t// Make the hovered entry bold to see that it is hovered\n\t&:hover .app-menu-entry__label,\n\t&:focus-within .app-menu-entry__label {\n\t\tfont-weight: bold;\n\t}\n\n\t// Adjust the width when an entry is focussed\n\t// The focussed / hovered entry should grow, while both neighbors need to shrink\n\t&--truncated:hover,\n\t&--truncated:focus-within {\n\t\t.app-menu-entry__label {\n\t\t\tmax-width: calc(var(--header-height) + var(--app-menu-entry-growth));\n\t\t}\n\n\t\t// The next entry needs to shrink half the growth\n\t\t+ .app-menu-entry {\n\t\t\t.app-menu-entry__label {\n\t\t\t\tfont-weight: normal;\n\t\t\t\tmax-width: calc(var(--header-height) - var(--app-menu-entry-growth));\n\t\t\t}\n\t\t}\n\t}\n\n\t// The previous entry needs to shrink half the growth\n\t&:has(+ .app-menu-entry--truncated:hover),\n\t&:has(+ .app-menu-entry--truncated:focus-within) {\n\t\t.app-menu-entry__label {\n\t\t\tfont-weight: normal;\n\t\t\tmax-width: calc(var(--header-height) - var(--app-menu-entry-growth));\n\t\t}\n\t}\n}\n'],sourceRoot:""}]);const a=s},86186:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(71354),o=n.n(i),r=n(76314),s=n.n(r)()(o());s.push([t.id,".app-menu-entry:hover .app-menu-entry__icon,.app-menu-entry:focus-within .app-menu-entry__icon,.app-menu__list:hover .app-menu-entry__icon,.app-menu__list:focus-within .app-menu-entry__icon{margin-block-end:1lh}.app-menu-entry:hover .app-menu-entry__label,.app-menu-entry:focus-within .app-menu-entry__label,.app-menu__list:hover .app-menu-entry__label,.app-menu__list:focus-within .app-menu-entry__label{opacity:1}.app-menu-entry:hover .app-menu-entry--active::before,.app-menu-entry:focus-within .app-menu-entry--active::before,.app-menu__list:hover .app-menu-entry--active::before,.app-menu__list:focus-within .app-menu-entry--active::before{opacity:0}.app-menu-entry:hover .app-menu-icon__unread,.app-menu-entry:focus-within .app-menu-icon__unread,.app-menu__list:hover .app-menu-icon__unread,.app-menu__list:focus-within .app-menu-icon__unread{opacity:0}","",{version:3,sources:["webpack://./core/src/components/AppMenuEntry.vue"],names:[],mappings:"AAOC,8LACC,oBAAA,CAID,kMACC,SAAA,CAID,sOACC,SAAA,CAGD,kMACC,SAAA",sourcesContent:["\n// Showing the label\n.app-menu-entry:hover,\n.app-menu-entry:focus-within,\n.app-menu__list:hover,\n.app-menu__list:focus-within {\n\t// Move icon up so that the name does not overflow the icon\n\t.app-menu-entry__icon {\n\t\tmargin-block-end: 1lh;\n\t}\n\n\t// Make the label visible\n\t.app-menu-entry__label {\n\t\topacity: 1;\n\t}\n\n\t// Hide indicator when the text is shown\n\t.app-menu-entry--active::before {\n\t\topacity: 0;\n\t}\n\n\t.app-menu-icon__unread {\n\t\topacity: 0;\n\t}\n}\n"],sourceRoot:""}]);const a=s},23759:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(71354),o=n.n(i),r=n(76314),s=n.n(r)()(o());s.push([t.id,".app-menu-icon[data-v-e7078f90]{box-sizing:border-box;position:relative;height:20px;width:20px}.app-menu-icon__icon[data-v-e7078f90]{transition:margin .1s ease-in-out;height:20px;width:20px;filter:var(--background-image-invert-if-bright)}.app-menu-icon__unread[data-v-e7078f90]{color:var(--color-error);position:absolute;inset-block-end:15px;inset-inline-end:-5px;transition:all .1s ease-in-out}","",{version:3,sources:["webpack://./core/src/components/AppMenuIcon.vue"],names:[],mappings:"AAIA,gCACC,qBAAA,CACA,iBAAA,CAEA,WAPW,CAQX,UARW,CAUX,sCACC,iCAAA,CACA,WAZU,CAaV,UAbU,CAcV,+CAAA,CAGD,wCACC,wBAAA,CACA,iBAAA,CAEA,oBAAA,CACA,qBAAA,CACA,8BAAA",sourcesContent:["\n$icon-size: 20px;\n$unread-indicator-size: 10px;\n\n.app-menu-icon {\n\tbox-sizing: border-box;\n\tposition: relative;\n\n\theight: $icon-size;\n\twidth: $icon-size;\n\n\t&__icon {\n\t\ttransition: margin 0.1s ease-in-out;\n\t\theight: $icon-size;\n\t\twidth: $icon-size;\n\t\tfilter: var(--background-image-invert-if-bright);\n\t}\n\n\t&__unread {\n\t\tcolor: var(--color-error);\n\t\tposition: absolute;\n\t\t// Align the dot to the top right corner of the icon\n\t\tinset-block-end: calc($icon-size + ($unread-indicator-size / -2));\n\t\tinset-inline-end: calc($unread-indicator-size / -2);\n\t\ttransition: all 0.1s ease-in-out;\n\t}\n}\n"],sourceRoot:""}]);const a=s},45691:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(71354),o=n.n(i),r=n(76314),s=n.n(r)()(o());s.push([t.id,".contact[data-v-0ba3e584]{display:flex;position:relative;align-items:center;padding:3px 3px 3px 10px}.contact__action__icon[data-v-0ba3e584]{width:20px;height:20px;padding:12px;filter:var(--background-invert-if-dark)}.contact__avatar[data-v-0ba3e584]{display:inherit}.contact__body[data-v-0ba3e584]{flex-grow:1;padding-left:10px;margin-left:10px;min-width:0}.contact__body div[data-v-0ba3e584]{position:relative;width:100%;overflow-x:hidden;text-overflow:ellipsis;margin:-1px 0}.contact__body div[data-v-0ba3e584]:first-of-type{margin-top:0}.contact__body div[data-v-0ba3e584]:last-of-type{margin-bottom:0}.contact__body__last-message[data-v-0ba3e584],.contact__body__status-message[data-v-0ba3e584],.contact__body__email-address[data-v-0ba3e584]{color:var(--color-text-maxcontrast)}.contact__body[data-v-0ba3e584]:focus-visible{box-shadow:0 0 0 4px var(--color-main-background) !important;outline:2px solid var(--color-main-text) !important}.contact .other-actions[data-v-0ba3e584]{width:16px;height:16px;cursor:pointer}.contact .other-actions img[data-v-0ba3e584]{filter:var(--background-invert-if-dark)}.contact button.other-actions[data-v-0ba3e584]{width:44px}.contact button.other-actions[data-v-0ba3e584]:focus{border-color:rgba(0,0,0,0);box-shadow:0 0 0 2px var(--color-main-text)}.contact button.other-actions[data-v-0ba3e584]:focus-visible{border-radius:var(--border-radius-pill)}.contact .menu[data-v-0ba3e584]{top:47px;margin-right:13px}.contact .popovermenu[data-v-0ba3e584]::after{right:2px}","",{version:3,sources:["webpack://./core/src/components/ContactsMenu/Contact.vue"],names:[],mappings:"AACA,0BACC,YAAA,CACA,iBAAA,CACA,kBAAA,CACA,wBAAA,CAGC,wCACC,UAAA,CACA,WAAA,CACA,YAAA,CACA,uCAAA,CAOF,kCACC,eAAA,CAGD,gCACC,WAAA,CACA,iBAAA,CACA,gBAAA,CACA,WAAA,CAEA,oCACC,iBAAA,CACA,UAAA,CACA,iBAAA,CACA,sBAAA,CACA,aAAA,CAED,kDACC,YAAA,CAED,iDACC,eAAA,CAGD,6IACC,mCAAA,CAGD,8CACC,4DAAA,CACA,mDAAA,CAIF,yCACC,UAAA,CACA,WAAA,CACA,cAAA,CAEA,6CACC,uCAAA,CAIF,+CACC,UAAA,CAEA,qDACC,0BAAA,CACA,2CAAA,CAGD,6DACC,uCAAA,CAKF,gCACC,QAAA,CACA,iBAAA,CAGD,8CACC,SAAA",sourcesContent:["\n.contact {\n\tdisplay: flex;\n\tposition: relative;\n\talign-items: center;\n\tpadding: 3px 3px 3px 10px;\n\n\t&__action {\n\t\t&__icon {\n\t\t\twidth: 20px;\n\t\t\theight: 20px;\n\t\t\tpadding: 12px;\n\t\t\tfilter: var(--background-invert-if-dark);\n\t\t}\n\t}\n\n\t&__avatar-wrapper {\n\t}\n\n\t&__avatar {\n\t\tdisplay: inherit;\n\t}\n\n\t&__body {\n\t\tflex-grow: 1;\n\t\tpadding-left: 10px;\n\t\tmargin-left: 10px;\n\t\tmin-width: 0;\n\n\t\tdiv {\n\t\t\tposition: relative;\n\t\t\twidth: 100%;\n\t\t\toverflow-x: hidden;\n\t\t\ttext-overflow: ellipsis;\n\t\t\tmargin: -1px 0;\n\t\t}\n\t\tdiv:first-of-type {\n\t\t\tmargin-top: 0;\n\t\t}\n\t\tdiv:last-of-type {\n\t\t\tmargin-bottom: 0;\n\t\t}\n\n\t\t&__last-message, &__status-message, &__email-address {\n\t\t\tcolor: var(--color-text-maxcontrast);\n\t\t}\n\n\t\t&:focus-visible {\n\t\t\tbox-shadow: 0 0 0 4px var(--color-main-background) !important;\n\t\t\toutline: 2px solid var(--color-main-text) !important;\n\t\t}\n\t}\n\n\t.other-actions {\n\t\twidth: 16px;\n\t\theight: 16px;\n\t\tcursor: pointer;\n\n\t\timg {\n\t\t\tfilter: var(--background-invert-if-dark);\n\t\t}\n\t}\n\n\tbutton.other-actions {\n\t\twidth: 44px;\n\n\t\t&:focus {\n\t\t\tborder-color: transparent;\n\t\t\tbox-shadow: 0 0 0 2px var(--color-main-text);\n\t\t}\n\n\t\t&:focus-visible {\n\t\t\tborder-radius: var(--border-radius-pill);\n\t\t}\n\t}\n\n\t/* actions menu */\n\t.menu {\n\t\ttop: 47px;\n\t\tmargin-right: 13px;\n\t}\n\n\t.popovermenu::after {\n\t\tright: 2px;\n\t}\n}\n"],sourceRoot:""}]);const a=s},24454:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(71354),o=n.n(i),r=n(76314),s=n.n(r)()(o());s.push([t.id,"[data-v-a886d77a] #header-menu-user-menu{padding:0 !important}.account-menu[data-v-a886d77a] button{opacity:1 !important}.account-menu[data-v-a886d77a] button:focus-visible .account-menu__avatar{border:var(--border-width-input-focused) solid var(--color-background-plain-text)}.account-menu[data-v-a886d77a] .header-menu__content{width:fit-content !important}.account-menu__avatar[data-v-a886d77a]:hover{border:var(--border-width-input-focused) solid var(--color-background-plain-text)}.account-menu__list[data-v-a886d77a]{display:inline-flex;flex-direction:column;padding-block:var(--default-grid-baseline) 0;padding-inline:0 var(--default-grid-baseline)}.account-menu__list[data-v-a886d77a]> li{box-sizing:border-box;flex:0 1}","",{version:3,sources:["webpack://./core/src/views/AccountMenu.vue"],names:[],mappings:"AACA,yCACC,oBAAA,CAIA,sCAGC,oBAAA,CAKC,0EACC,iFAAA,CAMH,qDACC,4BAAA,CAIA,6CAEC,iFAAA,CAIF,qCACC,mBAAA,CACA,qBAAA,CACA,4CAAA,CACA,6CAAA,CAEA,yCACC,qBAAA,CAEA,QAAA",sourcesContent:['\n:deep(#header-menu-user-menu) {\n\tpadding: 0 !important;\n}\n\n.account-menu {\n\t:deep(button) {\n\t\t// Normally header menus are slightly translucent when not active\n\t\t// this is generally ok but for the avatar this is weird so fix the opacity\n\t\topacity: 1 !important;\n\n\t\t// The avatar is just the "icon" of the button\n\t\t// So we add the focus-visible manually\n\t\t&:focus-visible {\n\t\t\t.account-menu__avatar {\n\t\t\t\tborder: var(--border-width-input-focused) solid var(--color-background-plain-text);\n\t\t\t}\n\t\t}\n\t}\n\n\t// Ensure we do not wast space, as the header menu sets a default width of 350px\n\t:deep(.header-menu__content) {\n\t\twidth: fit-content !important;\n\t}\n\n\t&__avatar {\n\t\t&:hover {\n\t\t\t// Add hover styles similar to the focus-visible style\n\t\t\tborder: var(--border-width-input-focused) solid var(--color-background-plain-text);\n\t\t}\n\t}\n\n\t&__list {\n\t\tdisplay: inline-flex;\n\t\tflex-direction: column;\n\t\tpadding-block: var(--default-grid-baseline) 0;\n\t\tpadding-inline: 0 var(--default-grid-baseline);\n\n\t\t> :deep(li) {\n\t\t\tbox-sizing: border-box;\n\t\t\t// basically "fit-content"\n\t\t\tflex: 0 1;\n\t\t}\n\t}\n}\n'],sourceRoot:""}]);const a=s},6670:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(71354),o=n.n(i),r=n(76314),s=n.n(r)()(o());s.push([t.id,".contactsmenu[data-v-455d0c6a]{overflow-y:hidden}.contactsmenu__trigger-icon[data-v-455d0c6a]{color:var(--color-background-plain-text) !important}.contactsmenu__menu[data-v-455d0c6a]{display:flex;flex-direction:column;overflow:hidden;height:328px;max-height:inherit}.contactsmenu__menu label[for=contactsmenu__menu__search][data-v-455d0c6a]{font-weight:bold;font-size:19px;margin-left:13px}.contactsmenu__menu__input-wrapper[data-v-455d0c6a]{padding:10px;z-index:2;top:0}.contactsmenu__menu__search[data-v-455d0c6a]{width:100%;height:34px;margin-top:0 !important}.contactsmenu__menu__content[data-v-455d0c6a]{overflow-y:auto;margin-top:10px;flex:1 1 auto}.contactsmenu__menu__content__footer[data-v-455d0c6a]{display:flex;flex-direction:column;align-items:center}.contactsmenu__menu a[data-v-455d0c6a]:focus-visible{box-shadow:inset 0 0 0 2px var(--color-main-text) !important}.contactsmenu[data-v-455d0c6a] .empty-content{margin:0 !important}","",{version:3,sources:["webpack://./core/src/views/ContactsMenu.vue"],names:[],mappings:"AACA,+BACC,iBAAA,CAEA,6CACC,mDAAA,CAGD,qCACC,YAAA,CACA,qBAAA,CACA,eAAA,CACA,YAAA,CACA,kBAAA,CAEA,2EACC,gBAAA,CACA,cAAA,CACA,gBAAA,CAGD,oDACC,YAAA,CACA,SAAA,CACA,KAAA,CAGD,6CACC,UAAA,CACA,WAAA,CACA,uBAAA,CAGD,8CACC,eAAA,CACA,eAAA,CACA,aAAA,CAEA,sDACC,YAAA,CACA,qBAAA,CACA,kBAAA,CAKD,qDACC,4DAAA,CAKH,8CACC,mBAAA",sourcesContent:['\n.contactsmenu {\n\toverflow-y: hidden;\n\n\t&__trigger-icon {\n\t\tcolor: var(--color-background-plain-text) !important;\n\t}\n\n\t&__menu {\n\t\tdisplay: flex;\n\t\tflex-direction: column;\n\t\toverflow: hidden;\n\t\theight: calc(50px * 6 + 2px + 26px);\n\t\tmax-height: inherit;\n\n\t\tlabel[for="contactsmenu__menu__search"] {\n\t\t\tfont-weight: bold;\n\t\t\tfont-size: 19px;\n\t\t\tmargin-left: 13px;\n\t\t}\n\n\t\t&__input-wrapper {\n\t\t\tpadding: 10px;\n\t\t\tz-index: 2;\n\t\t\ttop: 0;\n\t\t}\n\n\t\t&__search {\n\t\t\twidth: 100%;\n\t\t\theight: 34px;\n\t\t\tmargin-top: 0!important;\n\t\t}\n\n\t\t&__content {\n\t\t\toverflow-y: auto;\n\t\t\tmargin-top: 10px;\n\t\t\tflex: 1 1 auto;\n\n\t\t\t&__footer {\n\t\t\t\tdisplay: flex;\n\t\t\t\tflex-direction: column;\n\t\t\t\talign-items: center;\n\t\t\t}\n\t\t}\n\n\t\ta {\n\t\t\t&:focus-visible {\n\t\t\t\tbox-shadow: inset 0 0 0 2px var(--color-main-text) !important; // override rule in core/css/headers.scss #header a:focus-visible\n\t\t\t}\n\t\t}\n\t}\n\n\t:deep(.empty-content) {\n\t\tmargin: 0 !important;\n\t}\n}\n'],sourceRoot:""}]);const a=s},78112:t=>{var e=e||{};e._XML_CHAR_MAP={"<":"<",">":">","&":"&",'"':""","'":"'"},e._escapeXml=function(t){return t.replace(/[<>&"']/g,(function(t){return e._XML_CHAR_MAP[t]}))},e.Client=function(t){var e;for(e in t)this[e]=t[e]},e.Client.prototype={baseUrl:null,userName:null,password:null,xmlNamespaces:{"DAV:":"d"},propFind:function(t,e,n,i){void 0===n&&(n="0"),n=""+n,(i=i||{}).Depth=n,i["Content-Type"]="application/xml; charset=utf-8";var o,r='\n\n":r+=" \n'}return r+=" \n",r+="",this.request("PROPFIND",t,i,r).then(function(t){return"0"===n?{status:t.status,body:t.body[0],xhr:t.xhr}:{status:t.status,body:t.body,xhr:t.xhr}}.bind(this))},_renderPropSet:function(t){var n=" \n \n";for(var i in t)if(t.hasOwnProperty(i)){var o,r=this.parseClarkNotation(i),s=t[i];"d:resourcetype"!=(o=this.xmlNamespaces[r.namespace]?this.xmlNamespaces[r.namespace]+":"+r.name:"x:"+r.name+' xmlns:x="'+r.namespace+'"')&&(s=e._escapeXml(s)),n+=" <"+o+">"+s+"\n"}return(n+=" \n")+" \n"},propPatch:function(t,e,n){(n=n||{})["Content-Type"]="application/xml; charset=utf-8";var i,o='\n0){for(var n=[],i=0;i{var i=n(93633);t.exports=(i.default||i).template({1:function(t,e,n,i,o){var r,s=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return''},compiler:[8,">= 4.3.0"],main:function(t,e,n,i,o){var r,s,a=null!=e?e:t.nullContext||{},c=t.hooks.helperMissing,l="function",u=t.escapeExpression,h=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'
  • \n\t\n\t\t'+(null!=(r=h(n,"if").call(a,null!=e?h(e,"icon"):e,{name:"if",hash:{},fn:t.program(1,o,0),inverse:t.noop,data:o,loc:{start:{line:3,column:2},end:{line:3,column:41}}}))?r:"")+"\n\t\t"+u(typeof(s=null!=(s=h(n,"title")||(null!=e?h(e,"title"):e))?s:c)===l?s.call(a,{name:"title",hash:{},data:o,loc:{start:{line:4,column:8},end:{line:4,column:17}}}):s)+"\n\t\n
  • \n"},useData:!0})},99660:(t,e,n)=>{var i,o,r;!function(){"use strict";o=[n(74692)],i=function(t){t.ui=t.ui||{},t.ui.version="1.13.3";var e,n=0,i=Array.prototype.hasOwnProperty,o=Array.prototype.slice;t.cleanData=(e=t.cleanData,function(n){var i,o,r;for(r=0;null!=(o=n[r]);r++)(i=t._data(o,"events"))&&i.remove&&t(o).triggerHandler("remove");e(n)}),t.widget=function(e,n,i){var o,r,s,a={},c=e.split(".")[0],l=c+"-"+(e=e.split(".")[1]);return i||(i=n,n=t.Widget),Array.isArray(i)&&(i=t.extend.apply(null,[{}].concat(i))),t.expr.pseudos[l.toLowerCase()]=function(e){return!!t.data(e,l)},t[c]=t[c]||{},o=t[c][e],r=t[c][e]=function(t,e){if(!this||!this._createWidget)return new r(t,e);arguments.length&&this._createWidget(t,e)},t.extend(r,o,{version:i.version,_proto:t.extend({},i),_childConstructors:[]}),(s=new n).options=t.widget.extend({},s.options),t.each(i,(function(t,e){a[t]="function"==typeof e?function(){function i(){return n.prototype[t].apply(this,arguments)}function o(e){return n.prototype[t].apply(this,e)}return function(){var t,n=this._super,r=this._superApply;return this._super=i,this._superApply=o,t=e.apply(this,arguments),this._super=n,this._superApply=r,t}}():e})),r.prototype=t.widget.extend(s,{widgetEventPrefix:o&&s.widgetEventPrefix||e},a,{constructor:r,namespace:c,widgetName:e,widgetFullName:l}),o?(t.each(o._childConstructors,(function(e,n){var i=n.prototype;t.widget(i.namespace+"."+i.widgetName,r,n._proto)})),delete o._childConstructors):n._childConstructors.push(r),t.widget.bridge(e,r),r},t.widget.extend=function(e){for(var n,r,s=o.call(arguments,1),a=0,c=s.length;a",options:{classes:{},disabled:!1,create:null},_createWidget:function(e,i){i=t(i||this.defaultElement||this)[0],this.element=t(i),this.uuid=n++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=t(),this.hoverable=t(),this.focusable=t(),this.classesElementLookup={},i!==this&&(t.data(i,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===i&&this.destroy()}}),this.document=t(i.style?i.ownerDocument:i.document||i),this.window=t(this.document[0].defaultView||this.document[0].parentWindow)),this.options=t.widget.extend({},this.options,this._getCreateOptions(),e),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:t.noop,_create:t.noop,_init:t.noop,destroy:function(){var e=this;this._destroy(),t.each(this.classesElementLookup,(function(t,n){e._removeClass(n,t)})),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:t.noop,widget:function(){return this.element},option:function(e,n){var i,o,r,s=e;if(0===arguments.length)return t.widget.extend({},this.options);if("string"==typeof e)if(s={},i=e.split("."),e=i.shift(),i.length){for(o=s[e]=t.widget.extend({},this.options[e]),r=0;r
    "),r=o.children()[0];return t("body").append(o),n=r.offsetWidth,o.css("overflow","scroll"),n===(i=r.offsetWidth)&&(i=o[0].clientWidth),o.remove(),e=n-i},getScrollInfo:function(e){var n=e.isWindow||e.isDocument?"":e.element.css("overflow-x"),i=e.isWindow||e.isDocument?"":e.element.css("overflow-y"),o="scroll"===n||"auto"===n&&e.width0?"right":"center",vertical:u<0?"top":c>0?"bottom":"middle"};pn(i(c),i(u))?h.important="horizontal":h.important="vertical",e.using.call(this,t,h)}),s.offset(t.extend(B,{using:r}))}))},t.ui.position={fit:{left:function(t,e){var i,o=e.within,r=o.isWindow?o.scrollLeft:o.offset.left,s=o.width,a=t.left-e.collisionPosition.marginLeft,c=r-a,l=a+e.collisionWidth-s-r;e.collisionWidth>s?c>0&&l<=0?(i=t.left+c+e.collisionWidth-s-r,t.left+=c-i):t.left=l>0&&c<=0?r:c>l?r+s-e.collisionWidth:r:c>0?t.left+=c:l>0?t.left-=l:t.left=n(t.left-a,t.left)},top:function(t,e){var i,o=e.within,r=o.isWindow?o.scrollTop:o.offset.top,s=e.within.height,a=t.top-e.collisionPosition.marginTop,c=r-a,l=a+e.collisionHeight-s-r;e.collisionHeight>s?c>0&&l<=0?(i=t.top+c+e.collisionHeight-s-r,t.top+=c-i):t.top=l>0&&c<=0?r:c>l?r+s-e.collisionHeight:r:c>0?t.top+=c:l>0?t.top-=l:t.top=n(t.top-a,t.top)}},flip:{left:function(t,e){var n,o,r=e.within,s=r.offset.left+r.scrollLeft,a=r.width,c=r.isWindow?r.scrollLeft:r.offset.left,l=t.left-e.collisionPosition.marginLeft,u=l-c,h=l+e.collisionWidth-a-c,d="left"===e.my[0]?-e.elemWidth:"right"===e.my[0]?e.elemWidth:0,p="left"===e.at[0]?e.targetWidth:"right"===e.at[0]?-e.targetWidth:0,A=-2*e.offset[0];u<0?((n=t.left+d+p+A+e.collisionWidth-a-s)<0||n0&&((o=t.left-e.collisionPosition.marginLeft+d+p+A-c)>0||i(o)0&&((n=t.top-e.collisionPosition.marginTop+d+p+A-c)>0||i(n)")[0],m=a.each;function b(t){return null==t?t+"":"object"==typeof t?c[l.call(t)]||"object":typeof t}function C(t,e,n){var i=A[e.type]||{};return null==t?n||!e.def?null:e.def:(t=i.floor?~~t:parseFloat(t),isNaN(t)?e.def:i.mod?(t+i.mod)%i.mod:Math.min(i.max,Math.max(0,t)))}function v(t){var e=d(),n=e._rgba=[];return t=t.toLowerCase(),m(h,(function(i,o){var r,s=o.re.exec(t),a=s&&o.parse(s),c=o.space||"rgba";if(a)return r=e[c](a),e[p[c].cache]=r[p[c].cache],n=e._rgba=r._rgba,!1})),n.length?("0,0,0,0"===n.join()&&a.extend(n,r.transparent),e):r[t]}function x(t,e,n){return 6*(n=(n+1)%1)<1?t+(e-t)*n*6:2*n<1?e:3*n<2?t+(e-t)*(2/3-n)*6:t}g.style.cssText="background-color:rgba(1,1,1,.5)",f.rgba=g.style.backgroundColor.indexOf("rgba")>-1,m(p,(function(t,e){e.cache="_"+t,e.props.alpha={idx:3,type:"percent",def:1}})),a.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),(function(t,e){c["[object "+e+"]"]=e.toLowerCase()})),d.fn=a.extend(d.prototype,{parse:function(t,e,n,i){if(void 0===t)return this._rgba=[null,null,null,null],this;(t.jquery||t.nodeType)&&(t=a(t).css(e),e=void 0);var o=this,s=b(t),c=this._rgba=[];return void 0!==e&&(t=[t,e,n,i],s="array"),"string"===s?this.parse(v(t)||r._default):"array"===s?(m(p.rgba.props,(function(e,n){c[n.idx]=C(t[n.idx],n)})),this):"object"===s?(m(p,t instanceof d?function(e,n){t[n.cache]&&(o[n.cache]=t[n.cache].slice())}:function(e,n){var i=n.cache;m(n.props,(function(e,r){if(!o[i]&&n.to){if("alpha"===e||null==t[e])return;o[i]=n.to(o._rgba)}o[i][r.idx]=C(t[e],r,!0)})),o[i]&&a.inArray(null,o[i].slice(0,3))<0&&(null==o[i][3]&&(o[i][3]=1),n.from&&(o._rgba=n.from(o[i])))}),this):void 0},is:function(t){var e=d(t),n=!0,i=this;return m(p,(function(t,o){var r,s=e[o.cache];return s&&(r=i[o.cache]||o.to&&o.to(i._rgba)||[],m(o.props,(function(t,e){if(null!=s[e.idx])return n=s[e.idx]===r[e.idx]}))),n})),n},_space:function(){var t=[],e=this;return m(p,(function(n,i){e[i.cache]&&t.push(n)})),t.pop()},transition:function(t,e){var n=d(t),i=n._space(),o=p[i],r=0===this.alpha()?d("transparent"):this,s=r[o.cache]||o.to(r._rgba),a=s.slice();return n=n[o.cache],m(o.props,(function(t,i){var o=i.idx,r=s[o],c=n[o],l=A[i.type]||{};null!==c&&(null===r?a[o]=c:(l.mod&&(c-r>l.mod/2?r+=l.mod:r-c>l.mod/2&&(r-=l.mod)),a[o]=C((c-r)*e+r,i)))})),this[i](a)},blend:function(t){if(1===this._rgba[3])return this;var e=this._rgba.slice(),n=e.pop(),i=d(t)._rgba;return d(a.map(e,(function(t,e){return(1-n)*i[e]+n*t})))},toRgbaString:function(){var t="rgba(",e=a.map(this._rgba,(function(t,e){return null!=t?t:e>2?1:0}));return 1===e[3]&&(e.pop(),t="rgb("),t+e.join()+")"},toHslaString:function(){var t="hsla(",e=a.map(this.hsla(),(function(t,e){return null==t&&(t=e>2?1:0),e&&e<3&&(t=Math.round(100*t)+"%"),t}));return 1===e[3]&&(e.pop(),t="hsl("),t+e.join()+")"},toHexString:function(t){var e=this._rgba.slice(),n=e.pop();return t&&e.push(~~(255*n)),"#"+a.map(e,(function(t){return 1===(t=(t||0).toString(16)).length?"0"+t:t})).join("")},toString:function(){return 0===this._rgba[3]?"transparent":this.toRgbaString()}}),d.fn.parse.prototype=d.fn,p.hsla.to=function(t){if(null==t[0]||null==t[1]||null==t[2])return[null,null,null,t[3]];var e,n,i=t[0]/255,o=t[1]/255,r=t[2]/255,s=t[3],a=Math.max(i,o,r),c=Math.min(i,o,r),l=a-c,u=a+c,h=.5*u;return e=c===a?0:i===a?60*(o-r)/l+360:o===a?60*(r-i)/l+120:60*(i-o)/l+240,n=0===l?0:h<=.5?l/u:l/(2-u),[Math.round(e)%360,n,h,null==s?1:s]},p.hsla.from=function(t){if(null==t[0]||null==t[1]||null==t[2])return[null,null,null,t[3]];var e=t[0]/360,n=t[1],i=t[2],o=t[3],r=i<=.5?i*(1+n):i+n-i*n,s=2*i-r;return[Math.round(255*x(s,r,e+1/3)),Math.round(255*x(s,r,e)),Math.round(255*x(s,r,e-1/3)),o]},m(p,(function(t,e){var n=e.props,i=e.cache,o=e.to,r=e.from;d.fn[t]=function(t){if(o&&!this[i]&&(this[i]=o(this._rgba)),void 0===t)return this[i].slice();var e,s=b(t),a="array"===s||"object"===s?t:arguments,c=this[i].slice();return m(n,(function(t,e){var n=a["object"===s?t:e.idx];null==n&&(n=c[e.idx]),c[e.idx]=C(n,e)})),r?((e=d(r(c)))[i]=c,e):d(c)},m(n,(function(e,n){d.fn[e]||(d.fn[e]=function(i){var o,r,s,a,c=b(i);return r=(o=this[a="alpha"===e?this._hsla?"hsla":"rgba":t]())[n.idx],"undefined"===c?r:("function"===c&&(c=b(i=i.call(this,r))),null==i&&n.empty?this:("string"===c&&(s=u.exec(i))&&(i=r+parseFloat(s[2])*("+"===s[1]?1:-1)),o[n.idx]=i,this[a](o)))})}))})),d.hook=function(t){var e=t.split(" ");m(e,(function(t,e){a.cssHooks[e]={set:function(t,n){var i,o,r="";if("transparent"!==n&&("string"!==b(n)||(i=v(n)))){if(n=d(i||n),!f.rgba&&1!==n._rgba[3]){for(o="backgroundColor"===e?t.parentNode:t;(""===r||"transparent"===r)&&o&&o.style;)try{r=a.css(o,"backgroundColor"),o=o.parentNode}catch(t){}n=n.blend(r&&"transparent"!==r?r:"_default")}n=n.toRgbaString()}try{t.style[e]=n}catch(t){}}},a.fx.step[e]=function(t){t.colorInit||(t.start=d(t.elem,e),t.end=d(t.end),t.colorInit=!0),a.cssHooks[e].set(t.elem,t.start.transition(t.end,t.pos))}}))},d.hook("backgroundColor borderBottomColor borderLeftColor borderRightColor borderTopColor color columnRuleColor outlineColor textDecorationColor textEmphasisColor"),a.cssHooks.borderColor={expand:function(t){var e={};return m(["Top","Right","Bottom","Left"],(function(n,i){e["border"+i+"Color"]=t})),e}},r=a.Color.names={aqua:"#00ffff",black:"#000000",blue:"#0000ff",fuchsia:"#ff00ff",gray:"#808080",green:"#008000",lime:"#00ff00",maroon:"#800000",navy:"#000080",olive:"#808000",purple:"#800080",red:"#ff0000",silver:"#c0c0c0",teal:"#008080",white:"#ffffff",yellow:"#ffff00",transparent:[null,null,null,0],_default:"#ffffff"};var w,y,k="ui-effects-",B="ui-effects-style",E="ui-effects-animated";if(t.effects={effect:{}},function(){var e=["add","remove","toggle"],n={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};function i(t){var e,n,i,o=t.ownerDocument.defaultView?t.ownerDocument.defaultView.getComputedStyle(t,null):t.currentStyle,r={};if(o&&o.length&&o[0]&&o[o[0]])for(n=o.length;n--;)"string"==typeof o[e=o[n]]&&(r[(i=e,i.replace(/-([\da-z])/gi,(function(t,e){return e.toUpperCase()})))]=o[e]);else for(e in o)"string"==typeof o[e]&&(r[e]=o[e]);return r}t.each(["borderLeftStyle","borderRightStyle","borderBottomStyle","borderTopStyle"],(function(e,n){t.fx.step[n]=function(t){("none"!==t.end&&!t.setAttr||1===t.pos&&!t.setAttr)&&(a.style(t.elem,n,t.end),t.setAttr=!0)}})),t.fn.addBack||(t.fn.addBack=function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}),t.effects.animateClass=function(o,r,s,a){var c=t.speed(r,s,a);return this.queue((function(){var r,s=t(this),a=s.attr("class")||"",l=c.children?s.find("*").addBack():s;l=l.map((function(){return{el:t(this),start:i(this)}})),(r=function(){t.each(e,(function(t,e){o[e]&&s[e+"Class"](o[e])}))})(),l=l.map((function(){return this.end=i(this.el[0]),this.diff=function(e,i){var o,r,s={};for(o in i)r=i[o],e[o]!==r&&(n[o]||!t.fx.step[o]&&isNaN(parseFloat(r))||(s[o]=r));return s}(this.start,this.end),this})),s.attr("class",a),l=l.map((function(){var e=this,n=t.Deferred(),i=t.extend({},c,{queue:!1,complete:function(){n.resolve(e)}});return this.el.animate(this.diff,i),n.promise()})),t.when.apply(t,l.get()).done((function(){r(),t.each(arguments,(function(){var e=this.el;t.each(this.diff,(function(t){e.css(t,"")}))})),c.complete.call(s[0])}))}))},t.fn.extend({addClass:function(e){return function(n,i,o,r){return i?t.effects.animateClass.call(this,{add:n},i,o,r):e.apply(this,arguments)}}(t.fn.addClass),removeClass:function(e){return function(n,i,o,r){return arguments.length>1?t.effects.animateClass.call(this,{remove:n},i,o,r):e.apply(this,arguments)}}(t.fn.removeClass),toggleClass:function(e){return function(n,i,o,r,s){return"boolean"==typeof i||void 0===i?o?t.effects.animateClass.call(this,i?{add:n}:{remove:n},o,r,s):e.apply(this,arguments):t.effects.animateClass.call(this,{toggle:n},i,o,r)}}(t.fn.toggleClass),switchClass:function(e,n,i,o,r){return t.effects.animateClass.call(this,{add:n,remove:e},i,o,r)}})}(),function(){function e(e,n,i,o){return t.isPlainObject(e)&&(n=e,e=e.effect),e={effect:e},null==n&&(n={}),"function"==typeof n&&(o=n,i=null,n={}),("number"==typeof n||t.fx.speeds[n])&&(o=i,i=n,n={}),"function"==typeof i&&(o=i,i=null),n&&t.extend(e,n),i=i||n.duration,e.duration=t.fx.off?0:"number"==typeof i?i:i in t.fx.speeds?t.fx.speeds[i]:t.fx.speeds._default,e.complete=o||n.complete,e}function n(e){return!(e&&"number"!=typeof e&&!t.fx.speeds[e])||"string"==typeof e&&!t.effects.effect[e]||"function"==typeof e||"object"==typeof e&&!e.effect}function i(t,e){var n=e.outerWidth(),i=e.outerHeight(),o=/^rect\((-?\d*\.?\d*px|-?\d+%|auto),?\s*(-?\d*\.?\d*px|-?\d+%|auto),?\s*(-?\d*\.?\d*px|-?\d+%|auto),?\s*(-?\d*\.?\d*px|-?\d+%|auto)\)$/.exec(t)||["",0,n,i,0];return{top:parseFloat(o[1])||0,right:"auto"===o[2]?n:parseFloat(o[2]),bottom:"auto"===o[3]?i:parseFloat(o[3]),left:parseFloat(o[4])||0}}t.expr&&t.expr.pseudos&&t.expr.pseudos.animated&&(t.expr.pseudos.animated=function(e){return function(n){return!!t(n).data(E)||e(n)}}(t.expr.pseudos.animated)),!1!==t.uiBackCompat&&t.extend(t.effects,{save:function(t,e){for(var n=0,i=e.length;n").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0}),o={width:e.width(),height:e.height()},r=document.activeElement;try{r.id}catch(t){r=document.body}return e.wrap(i),(e[0]===r||t.contains(e[0],r))&&t(r).trigger("focus"),i=e.parent(),"static"===e.css("position")?(i.css({position:"relative"}),e.css({position:"relative"})):(t.extend(n,{position:e.css("position"),zIndex:e.css("z-index")}),t.each(["top","left","bottom","right"],(function(t,i){n[i]=e.css(i),isNaN(parseInt(n[i],10))&&(n[i]="auto")})),e.css({position:"relative",top:0,left:0,right:"auto",bottom:"auto"})),e.css(o),i.css(n).show()},removeWrapper:function(e){var n=document.activeElement;return e.parent().is(".ui-effects-wrapper")&&(e.parent().replaceWith(e),(e[0]===n||t.contains(e[0],n))&&t(n).trigger("focus")),e}}),t.extend(t.effects,{version:"1.13.3",define:function(e,n,i){return i||(i=n,n="effect"),t.effects.effect[e]=i,t.effects.effect[e].mode=n,i},scaledDimensions:function(t,e,n){if(0===e)return{height:0,width:0,outerHeight:0,outerWidth:0};var i="horizontal"!==n?(e||100)/100:1,o="vertical"!==n?(e||100)/100:1;return{height:t.height()*o,width:t.width()*i,outerHeight:t.outerHeight()*o,outerWidth:t.outerWidth()*i}},clipToBox:function(t){return{width:t.clip.right-t.clip.left,height:t.clip.bottom-t.clip.top,left:t.clip.left,top:t.clip.top}},unshift:function(t,e,n){var i=t.queue();e>1&&i.splice.apply(i,[1,0].concat(i.splice(e,n))),t.dequeue()},saveStyle:function(t){t.data(B,t[0].style.cssText)},restoreStyle:function(t){t[0].style.cssText=t.data(B)||"",t.removeData(B)},mode:function(t,e){var n=t.is(":hidden");return"toggle"===e&&(e=n?"show":"hide"),(n?"hide"===e:"show"===e)&&(e="none"),e},getBaseline:function(t,e){var n,i;switch(t[0]){case"top":n=0;break;case"middle":n=.5;break;case"bottom":n=1;break;default:n=t[0]/e.height}switch(t[1]){case"left":i=0;break;case"center":i=.5;break;case"right":i=1;break;default:i=t[1]/e.width}return{x:i,y:n}},createPlaceholder:function(e){var n,i=e.css("position"),o=e.position();return e.css({marginTop:e.css("marginTop"),marginBottom:e.css("marginBottom"),marginLeft:e.css("marginLeft"),marginRight:e.css("marginRight")}).outerWidth(e.outerWidth()).outerHeight(e.outerHeight()),/^(static|relative)/.test(i)&&(i="absolute",n=t("<"+e[0].nodeName+">").insertAfter(e).css({display:/^(inline|ruby)/.test(e.css("display"))?"inline-block":"block",visibility:"hidden",marginTop:e.css("marginTop"),marginBottom:e.css("marginBottom"),marginLeft:e.css("marginLeft"),marginRight:e.css("marginRight"),float:e.css("float")}).outerWidth(e.outerWidth()).outerHeight(e.outerHeight()).addClass("ui-effects-placeholder"),e.data(k+"placeholder",n)),e.css({position:i,left:o.left,top:o.top}),n},removePlaceholder:function(t){var e=k+"placeholder",n=t.data(e);n&&(n.remove(),t.removeData(e))},cleanUp:function(e){t.effects.restoreStyle(e),t.effects.removePlaceholder(e)},setTransition:function(e,n,i,o){return o=o||{},t.each(n,(function(t,n){var r=e.cssUnit(n);r[0]>0&&(o[n]=r[0]*i+r[1])})),o}}),t.fn.extend({effect:function(){var n=e.apply(this,arguments),i=t.effects.effect[n.effect],o=i.mode,r=n.queue,s=r||"fx",a=n.complete,c=n.mode,l=[],u=function(e){var n=t(this),i=t.effects.mode(n,c)||o;n.data(E,!0),l.push(i),o&&("show"===i||i===o&&"hide"===i)&&n.show(),o&&"none"===i||t.effects.saveStyle(n),"function"==typeof e&&e()};if(t.fx.off||!i)return c?this[c](n.duration,a):this.each((function(){a&&a.call(this)}));function h(e){var r=t(this);function s(){"function"==typeof a&&a.call(r[0]),"function"==typeof e&&e()}n.mode=l.shift(),!1===t.uiBackCompat||o?"none"===n.mode?(r[c](),s()):i.call(r[0],n,(function(){r.removeData(E),t.effects.cleanUp(r),"hide"===n.mode&&r.hide(),s()})):(r.is(":hidden")?"hide"===c:"show"===c)?(r[c](),s()):i.call(r[0],n,s)}return!1===r?this.each(u).each(h):this.queue(s,u).queue(s,h)},show:function(t){return function(i){if(n(i))return t.apply(this,arguments);var o=e.apply(this,arguments);return o.mode="show",this.effect.call(this,o)}}(t.fn.show),hide:function(t){return function(i){if(n(i))return t.apply(this,arguments);var o=e.apply(this,arguments);return o.mode="hide",this.effect.call(this,o)}}(t.fn.hide),toggle:function(t){return function(i){if(n(i)||"boolean"==typeof i)return t.apply(this,arguments);var o=e.apply(this,arguments);return o.mode="toggle",this.effect.call(this,o)}}(t.fn.toggle),cssUnit:function(e){var n=this.css(e),i=[];return t.each(["em","px","%","pt"],(function(t,e){n.indexOf(e)>0&&(i=[parseFloat(n),e])})),i},cssClip:function(t){return t?this.css("clip","rect("+t.top+"px "+t.right+"px "+t.bottom+"px "+t.left+"px)"):i(this.css("clip"),this)},transfer:function(e,n){var i=t(this),o=t(e.to),r="fixed"===o.css("position"),s=t("body"),a=r?s.scrollTop():0,c=r?s.scrollLeft():0,l=o.offset(),u={top:l.top-a,left:l.left-c,height:o.innerHeight(),width:o.innerWidth()},h=i.offset(),d=t("
    ");d.appendTo("body").addClass(e.className).css({top:h.top-a,left:h.left-c,height:i.innerHeight(),width:i.innerWidth(),position:r?"fixed":"absolute"}).animate(u,e.duration,e.easing,(function(){d.remove(),"function"==typeof n&&n()}))}}),t.fx.step.clip=function(e){e.clipInit||(e.start=t(e.elem).cssClip(),"string"==typeof e.end&&(e.end=i(e.end,e.elem)),e.clipInit=!0),t(e.elem).cssClip({top:e.pos*(e.end.top-e.start.top)+e.start.top,right:e.pos*(e.end.right-e.start.right)+e.start.right,bottom:e.pos*(e.end.bottom-e.start.bottom)+e.start.bottom,left:e.pos*(e.end.left-e.start.left)+e.start.left})}}(),w={},t.each(["Quad","Cubic","Quart","Quint","Expo"],(function(t,e){w[e]=function(e){return Math.pow(e,t+2)}})),t.extend(w,{Sine:function(t){return 1-Math.cos(t*Math.PI/2)},Circ:function(t){return 1-Math.sqrt(1-t*t)},Elastic:function(t){return 0===t||1===t?t:-Math.pow(2,8*(t-1))*Math.sin((80*(t-1)-7.5)*Math.PI/15)},Back:function(t){return t*t*(3*t-2)},Bounce:function(t){for(var e,n=4;t<((e=Math.pow(2,--n))-1)/11;);return 1/Math.pow(4,3-n)-7.5625*Math.pow((3*e-2)/22-t,2)}}),t.each(w,(function(e,n){t.easing["easeIn"+e]=n,t.easing["easeOut"+e]=function(t){return 1-n(1-t)},t.easing["easeInOut"+e]=function(t){return t<.5?n(2*t)/2:1-n(-2*t+2)/2}})),t.effects,t.effects.define("blind","hide",(function(e,n){var i={up:["bottom","top"],vertical:["bottom","top"],down:["top","bottom"],left:["right","left"],horizontal:["right","left"],right:["left","right"]},o=t(this),r=e.direction||"up",s=o.cssClip(),a={clip:t.extend({},s)},c=t.effects.createPlaceholder(o);a.clip[i[r][0]]=a.clip[i[r][1]],"show"===e.mode&&(o.cssClip(a.clip),c&&c.css(t.effects.clipToBox(a)),a.clip=s),c&&c.animate(t.effects.clipToBox(a),e.duration,e.easing),o.animate(a,{queue:!1,duration:e.duration,easing:e.easing,complete:n})})),t.effects.define("bounce",(function(e,n){var i,o,r,s=t(this),a=e.mode,c="hide"===a,l="show"===a,u=e.direction||"up",h=e.distance,d=e.times||5,p=2*d+(l||c?1:0),A=e.duration/p,f=e.easing,g="up"===u||"down"===u?"top":"left",m="up"===u||"left"===u,b=0,C=s.queue().length;for(t.effects.createPlaceholder(s),r=s.css(g),h||(h=s["top"===g?"outerHeight":"outerWidth"]()/3),l&&((o={opacity:1})[g]=r,s.css("opacity",0).css(g,m?2*-h:2*h).animate(o,A,f)),c&&(h/=Math.pow(2,d-1)),(o={})[g]=r;b").css({position:"absolute",visibility:"visible",left:-o*A,top:-i*f}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:A,height:f,left:r+(d?a*A:0),top:s+(d?c*f:0),opacity:d?0:1}).animate({left:r+(d?0:a*A),top:s+(d?0:c*f),opacity:d?1:0},e.duration||500,e.easing,m)})),t.effects.define("fade","toggle",(function(e,n){var i="show"===e.mode;t(this).css("opacity",i?0:1).animate({opacity:i?1:0},{queue:!1,duration:e.duration,easing:e.easing,complete:n})})),t.effects.define("fold","hide",(function(e,n){var i=t(this),o=e.mode,r="show"===o,s="hide"===o,a=e.size||15,c=/([0-9]+)%/.exec(a),l=e.horizFirst?["right","bottom"]:["bottom","right"],u=e.duration/2,h=t.effects.createPlaceholder(i),d=i.cssClip(),p={clip:t.extend({},d)},A={clip:t.extend({},d)},f=[d[l[0]],d[l[1]]],g=i.queue().length;c&&(a=parseInt(c[1],10)/100*f[s?0:1]),p.clip[l[0]]=a,A.clip[l[0]]=a,A.clip[l[1]]=0,r&&(i.cssClip(A.clip),h&&h.css(t.effects.clipToBox(A)),A.clip=d),i.queue((function(n){h&&h.animate(t.effects.clipToBox(p),u,e.easing).animate(t.effects.clipToBox(A),u,e.easing),n()})).animate(p,u,e.easing).animate(A,u,e.easing).queue(n),t.effects.unshift(i,g,4)})),t.effects.define("highlight","show",(function(e,n){var i=t(this),o={backgroundColor:i.css("backgroundColor")};"hide"===e.mode&&(o.opacity=0),t.effects.saveStyle(i),i.css({backgroundImage:"none",backgroundColor:e.color||"#ffff99"}).animate(o,{queue:!1,duration:e.duration,easing:e.easing,complete:n})})),t.effects.define("size",(function(e,n){var i,o,r,s=t(this),a=["fontSize"],c=["borderTopWidth","borderBottomWidth","paddingTop","paddingBottom"],l=["borderLeftWidth","borderRightWidth","paddingLeft","paddingRight"],u=e.mode,h="effect"!==u,d=e.scale||"both",p=e.origin||["middle","center"],A=s.css("position"),f=s.position(),g=t.effects.scaledDimensions(s),m=e.from||g,b=e.to||t.effects.scaledDimensions(s,0);t.effects.createPlaceholder(s),"show"===u&&(r=m,m=b,b=r),o={from:{y:m.height/g.height,x:m.width/g.width},to:{y:b.height/g.height,x:b.width/g.width}},"box"!==d&&"both"!==d||(o.from.y!==o.to.y&&(m=t.effects.setTransition(s,c,o.from.y,m),b=t.effects.setTransition(s,c,o.to.y,b)),o.from.x!==o.to.x&&(m=t.effects.setTransition(s,l,o.from.x,m),b=t.effects.setTransition(s,l,o.to.x,b))),"content"!==d&&"both"!==d||o.from.y!==o.to.y&&(m=t.effects.setTransition(s,a,o.from.y,m),b=t.effects.setTransition(s,a,o.to.y,b)),p&&(i=t.effects.getBaseline(p,g),m.top=(g.outerHeight-m.outerHeight)*i.y+f.top,m.left=(g.outerWidth-m.outerWidth)*i.x+f.left,b.top=(g.outerHeight-b.outerHeight)*i.y+f.top,b.left=(g.outerWidth-b.outerWidth)*i.x+f.left),delete m.outerHeight,delete m.outerWidth,s.css(m),"content"!==d&&"both"!==d||(c=c.concat(["marginTop","marginBottom"]).concat(a),l=l.concat(["marginLeft","marginRight"]),s.find("*[width]").each((function(){var n=t(this),i=t.effects.scaledDimensions(n),r={height:i.height*o.from.y,width:i.width*o.from.x,outerHeight:i.outerHeight*o.from.y,outerWidth:i.outerWidth*o.from.x},s={height:i.height*o.to.y,width:i.width*o.to.x,outerHeight:i.height*o.to.y,outerWidth:i.width*o.to.x};o.from.y!==o.to.y&&(r=t.effects.setTransition(n,c,o.from.y,r),s=t.effects.setTransition(n,c,o.to.y,s)),o.from.x!==o.to.x&&(r=t.effects.setTransition(n,l,o.from.x,r),s=t.effects.setTransition(n,l,o.to.x,s)),h&&t.effects.saveStyle(n),n.css(r),n.animate(s,e.duration,e.easing,(function(){h&&t.effects.restoreStyle(n)}))}))),s.animate(b,{queue:!1,duration:e.duration,easing:e.easing,complete:function(){var e=s.offset();0===b.opacity&&s.css("opacity",m.opacity),h||(s.css("position","static"===A?"relative":A).offset(e),t.effects.saveStyle(s)),n()}})})),t.effects.define("scale",(function(e,n){var i=t(this),o=e.mode,r=parseInt(e.percent,10)||(0===parseInt(e.percent,10)||"effect"!==o?0:100),s=t.extend(!0,{from:t.effects.scaledDimensions(i),to:t.effects.scaledDimensions(i,r,e.direction||"both"),origin:e.origin||["middle","center"]},e);e.fade&&(s.from.opacity=1,s.to.opacity=0),t.effects.effect.size.call(this,s,n)})),t.effects.define("puff","hide",(function(e,n){var i=t.extend(!0,{},e,{fade:!0,percent:parseInt(e.percent,10)||150});t.effects.effect.scale.call(this,i,n)})),t.effects.define("pulsate","show",(function(e,n){var i=t(this),o=e.mode,r="show"===o,s=r||"hide"===o,a=2*(e.times||5)+(s?1:0),c=e.duration/a,l=0,u=1,h=i.queue().length;for(!r&&i.is(":visible")||(i.css("opacity",0).show(),l=1);u0&&r.is(":visible")):(/^(input|select|textarea|button|object)$/.test(c)?(s=!e.disabled)&&(a=t(e).closest("fieldset")[0])&&(s=!a.disabled):s="a"===c&&e.href||n,s&&t(e).is(":visible")&&function(t){for(var e=t.css("visibility");"inherit"===e;)e=(t=t.parent()).css("visibility");return"visible"===e}(t(e)))},t.extend(t.expr.pseudos,{focusable:function(e){return t.ui.focusable(e,null!=t.attr(e,"tabindex"))}}),t.ui.focusable,t.fn._form=function(){return"string"==typeof this[0].form?this.closest("form"):t(this[0].form)},t.ui.formResetMixin={_formResetHandler:function(){var e=t(this);setTimeout((function(){var n=e.data("ui-form-reset-instances");t.each(n,(function(){this.refresh()}))}))},_bindFormResetHandler:function(){if(this.form=this.element._form(),this.form.length){var t=this.form.data("ui-form-reset-instances")||[];t.length||this.form.on("reset.ui-form-reset",this._formResetHandler),t.push(this),this.form.data("ui-form-reset-instances",t)}},_unbindFormResetHandler:function(){if(this.form.length){var e=this.form.data("ui-form-reset-instances");e.splice(t.inArray(this,e),1),e.length?this.form.data("ui-form-reset-instances",e):this.form.removeData("ui-form-reset-instances").off("reset.ui-form-reset")}}},t.expr.pseudos||(t.expr.pseudos=t.expr[":"]),t.uniqueSort||(t.uniqueSort=t.unique),!t.escapeSelector){var _=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g,I=function(t,e){return e?"\0"===t?"�":t.slice(0,-1)+"\\"+t.charCodeAt(t.length-1).toString(16)+" ":"\\"+t};t.escapeSelector=function(t){return(t+"").replace(_,I)}}t.fn.even&&t.fn.odd||t.fn.extend({even:function(){return this.filter((function(t){return t%2==0}))},odd:function(){return this.filter((function(t){return t%2==1}))}}),t.ui.keyCode={BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38},t.fn.labels=function(){var e,n,i,o,r;return this.length?this[0].labels&&this[0].labels.length?this.pushStack(this[0].labels):(o=this.eq(0).parents("label"),(i=this.attr("id"))&&(r=(e=this.eq(0).parents().last()).add(e.length?e.siblings():this.siblings()),n="label[for='"+t.escapeSelector(i)+"']",o=o.add(r.find(n).addBack(n))),this.pushStack(o)):this.pushStack([])},t.fn.scrollParent=function(e){var n=this.css("position"),i="absolute"===n,o=e?/(auto|scroll|hidden)/:/(auto|scroll)/,r=this.parents().filter((function(){var e=t(this);return(!i||"static"!==e.css("position"))&&o.test(e.css("overflow")+e.css("overflow-y")+e.css("overflow-x"))})).eq(0);return"fixed"!==n&&r.length?r:t(this[0].ownerDocument||document)},t.extend(t.expr.pseudos,{tabbable:function(e){var n=t.attr(e,"tabindex"),i=null!=n;return(!i||n>=0)&&t.ui.focusable(e,i)}}),t.fn.extend({uniqueId:(y=0,function(){return this.each((function(){this.id||(this.id="ui-id-"+ ++y)}))}),removeUniqueId:function(){return this.each((function(){/^ui-id-\d+$/.test(this.id)&&t(this).removeAttr("id")}))}}),t.widget("ui.accordion",{version:"1.13.3",options:{active:0,animate:{},classes:{"ui-accordion-header":"ui-corner-top","ui-accordion-header-collapsed":"ui-corner-all","ui-accordion-content":"ui-corner-bottom"},collapsible:!1,event:"click",header:function(t){return t.find("> li > :first-child").add(t.find("> :not(li)").even())},heightStyle:"auto",icons:{activeHeader:"ui-icon-triangle-1-s",header:"ui-icon-triangle-1-e"},activate:null,beforeActivate:null},hideProps:{borderTopWidth:"hide",borderBottomWidth:"hide",paddingTop:"hide",paddingBottom:"hide",height:"hide"},showProps:{borderTopWidth:"show",borderBottomWidth:"show",paddingTop:"show",paddingBottom:"show",height:"show"},_create:function(){var e=this.options;this.prevShow=this.prevHide=t(),this._addClass("ui-accordion","ui-widget ui-helper-reset"),this.element.attr("role","tablist"),e.collapsible||!1!==e.active&&null!=e.active||(e.active=0),this._processPanels(),e.active<0&&(e.active+=this.headers.length),this._refresh()},_getCreateEventData:function(){return{header:this.active,panel:this.active.length?this.active.next():t()}},_createIcons:function(){var e,n,i=this.options.icons;i&&(e=t(""),this._addClass(e,"ui-accordion-header-icon","ui-icon "+i.header),e.prependTo(this.headers),n=this.active.children(".ui-accordion-header-icon"),this._removeClass(n,i.header)._addClass(n,null,i.activeHeader)._addClass(this.headers,"ui-accordion-icons"))},_destroyIcons:function(){this._removeClass(this.headers,"ui-accordion-icons"),this.headers.children(".ui-accordion-header-icon").remove()},_destroy:function(){var t;this.element.removeAttr("role"),this.headers.removeAttr("role aria-expanded aria-selected aria-controls tabIndex").removeUniqueId(),this._destroyIcons(),t=this.headers.next().css("display","").removeAttr("role aria-hidden aria-labelledby").removeUniqueId(),"content"!==this.options.heightStyle&&t.css("height","")},_setOption:function(t,e){"active"!==t?("event"===t&&(this.options.event&&this._off(this.headers,this.options.event),this._setupEvents(e)),this._super(t,e),"collapsible"!==t||e||!1!==this.options.active||this._activate(0),"icons"===t&&(this._destroyIcons(),e&&this._createIcons())):this._activate(e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",t),this._toggleClass(null,"ui-state-disabled",!!t),this._toggleClass(this.headers.add(this.headers.next()),null,"ui-state-disabled",!!t)},_keydown:function(e){if(!e.altKey&&!e.ctrlKey){var n=t.ui.keyCode,i=this.headers.length,o=this.headers.index(e.target),r=!1;switch(e.keyCode){case n.RIGHT:case n.DOWN:r=this.headers[(o+1)%i];break;case n.LEFT:case n.UP:r=this.headers[(o-1+i)%i];break;case n.SPACE:case n.ENTER:this._eventHandler(e);break;case n.HOME:r=this.headers[0];break;case n.END:r=this.headers[i-1]}r&&(t(e.target).attr("tabIndex",-1),t(r).attr("tabIndex",0),t(r).trigger("focus"),e.preventDefault())}},_panelKeyDown:function(e){e.keyCode===t.ui.keyCode.UP&&e.ctrlKey&&t(e.currentTarget).prev().trigger("focus")},refresh:function(){var e=this.options;this._processPanels(),!1===e.active&&!0===e.collapsible||!this.headers.length?(e.active=!1,this.active=t()):!1===e.active?this._activate(0):this.active.length&&!t.contains(this.element[0],this.active[0])?this.headers.length===this.headers.find(".ui-state-disabled").length?(e.active=!1,this.active=t()):this._activate(Math.max(0,e.active-1)):e.active=this.headers.index(this.active),this._destroyIcons(),this._refresh()},_processPanels:function(){var t=this.headers,e=this.panels;"function"==typeof this.options.header?this.headers=this.options.header(this.element):this.headers=this.element.find(this.options.header),this._addClass(this.headers,"ui-accordion-header ui-accordion-header-collapsed","ui-state-default"),this.panels=this.headers.next().filter(":not(.ui-accordion-content-active)").hide(),this._addClass(this.panels,"ui-accordion-content","ui-helper-reset ui-widget-content"),e&&(this._off(t.not(this.headers)),this._off(e.not(this.panels)))},_refresh:function(){var e,n=this.options,i=n.heightStyle,o=this.element.parent();this.active=this._findActive(n.active),this._addClass(this.active,"ui-accordion-header-active","ui-state-active")._removeClass(this.active,"ui-accordion-header-collapsed"),this._addClass(this.active.next(),"ui-accordion-content-active"),this.active.next().show(),this.headers.attr("role","tab").each((function(){var e=t(this),n=e.uniqueId().attr("id"),i=e.next(),o=i.uniqueId().attr("id");e.attr("aria-controls",o),i.attr("aria-labelledby",n)})).next().attr("role","tabpanel"),this.headers.not(this.active).attr({"aria-selected":"false","aria-expanded":"false",tabIndex:-1}).next().attr({"aria-hidden":"true"}).hide(),this.active.length?this.active.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0}).next().attr({"aria-hidden":"false"}):this.headers.eq(0).attr("tabIndex",0),this._createIcons(),this._setupEvents(n.event),"fill"===i?(e=o.height(),this.element.siblings(":visible").each((function(){var n=t(this),i=n.css("position");"absolute"!==i&&"fixed"!==i&&(e-=n.outerHeight(!0))})),this.headers.each((function(){e-=t(this).outerHeight(!0)})),this.headers.next().each((function(){t(this).height(Math.max(0,e-t(this).innerHeight()+t(this).height()))})).css("overflow","auto")):"auto"===i&&(e=0,this.headers.next().each((function(){var n=t(this).is(":visible");n||t(this).show(),e=Math.max(e,t(this).css("height","").height()),n||t(this).hide()})).height(e))},_activate:function(e){var n=this._findActive(e)[0];n!==this.active[0]&&(n=n||this.active[0],this._eventHandler({target:n,currentTarget:n,preventDefault:t.noop}))},_findActive:function(e){return"number"==typeof e?this.headers.eq(e):t()},_setupEvents:function(e){var n={keydown:"_keydown"};e&&t.each(e.split(" "),(function(t,e){n[e]="_eventHandler"})),this._off(this.headers.add(this.headers.next())),this._on(this.headers,n),this._on(this.headers.next(),{keydown:"_panelKeyDown"}),this._hoverable(this.headers),this._focusable(this.headers)},_eventHandler:function(e){var n,i,o=this.options,r=this.active,s=t(e.currentTarget),a=s[0]===r[0],c=a&&o.collapsible,l=c?t():s.next(),u=r.next(),h={oldHeader:r,oldPanel:u,newHeader:c?t():s,newPanel:l};e.preventDefault(),a&&!o.collapsible||!1===this._trigger("beforeActivate",e,h)||(o.active=!c&&this.headers.index(s),this.active=a?t():s,this._toggle(h),this._removeClass(r,"ui-accordion-header-active","ui-state-active"),o.icons&&(n=r.children(".ui-accordion-header-icon"),this._removeClass(n,null,o.icons.activeHeader)._addClass(n,null,o.icons.header)),a||(this._removeClass(s,"ui-accordion-header-collapsed")._addClass(s,"ui-accordion-header-active","ui-state-active"),o.icons&&(i=s.children(".ui-accordion-header-icon"),this._removeClass(i,null,o.icons.header)._addClass(i,null,o.icons.activeHeader)),this._addClass(s.next(),"ui-accordion-content-active")))},_toggle:function(e){var n=e.newPanel,i=this.prevShow.length?this.prevShow:e.oldPanel;this.prevShow.add(this.prevHide).stop(!0,!0),this.prevShow=n,this.prevHide=i,this.options.animate?this._animate(n,i,e):(i.hide(),n.show(),this._toggleComplete(e)),i.attr({"aria-hidden":"true"}),i.prev().attr({"aria-selected":"false","aria-expanded":"false"}),n.length&&i.length?i.prev().attr({tabIndex:-1,"aria-expanded":"false"}):n.length&&this.headers.filter((function(){return 0===parseInt(t(this).attr("tabIndex"),10)})).attr("tabIndex",-1),n.attr("aria-hidden","false").prev().attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0})},_animate:function(t,e,n){var i,o,r,s=this,a=0,c=t.css("box-sizing"),l=t.length&&(!e.length||t.index()",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:"> *",menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.lastMousePosition={x:null,y:null},this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget ui-widget-content"),this._on({"mousedown .ui-menu-item":function(t){t.preventDefault(),this._activateItem(t)},"click .ui-menu-item":function(e){var n=t(e.target),i=t(t.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&n.not(".ui-state-disabled").length&&(this.select(e),e.isPropagationStopped()||(this.mouseHandled=!0),n.has(".ui-menu").length?this.expand(e):!this.element.is(":focus")&&i.closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":"_activateItem","mousemove .ui-menu-item":"_activateItem",mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(t,e){var n=this.active||this._menuItems().first();e||this.focus(t,n)},blur:function(e){this._delay((function(){!t.contains(this.element[0],t.ui.safeActiveElement(this.document[0]))&&this.collapseAll(e)}))},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(t){this._closeOnDocumentClick(t)&&this.collapseAll(t,!0),this.mouseHandled=!1}})},_activateItem:function(e){if(!this.previousFilter&&(e.clientX!==this.lastMousePosition.x||e.clientY!==this.lastMousePosition.y)){this.lastMousePosition={x:e.clientX,y:e.clientY};var n=t(e.target).closest(".ui-menu-item"),i=t(e.currentTarget);n[0]===i[0]&&(i.is(".ui-state-active")||(this._removeClass(i.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(e,i)))}},_destroy:function(){var e=this.element.find(".ui-menu-item").removeAttr("role aria-disabled").children(".ui-menu-item-wrapper").removeUniqueId().removeAttr("tabIndex role aria-haspopup");this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeAttr("role aria-labelledby aria-expanded aria-hidden aria-disabled tabIndex").removeUniqueId().show(),e.children().each((function(){var e=t(this);e.data("ui-menu-submenu-caret")&&e.remove()}))},_keydown:function(e){var n,i,o,r,s=!0;switch(e.keyCode){case t.ui.keyCode.PAGE_UP:this.previousPage(e);break;case t.ui.keyCode.PAGE_DOWN:this.nextPage(e);break;case t.ui.keyCode.HOME:this._move("first","first",e);break;case t.ui.keyCode.END:this._move("last","last",e);break;case t.ui.keyCode.UP:this.previous(e);break;case t.ui.keyCode.DOWN:this.next(e);break;case t.ui.keyCode.LEFT:this.collapse(e);break;case t.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(e);break;case t.ui.keyCode.ENTER:case t.ui.keyCode.SPACE:this._activate(e);break;case t.ui.keyCode.ESCAPE:this.collapse(e);break;default:s=!1,i=this.previousFilter||"",r=!1,o=e.keyCode>=96&&e.keyCode<=105?(e.keyCode-96).toString():String.fromCharCode(e.keyCode),clearTimeout(this.filterTimer),o===i?r=!0:o=i+o,n=this._filterMenuItems(o),(n=r&&-1!==n.index(this.active.next())?this.active.nextAll(".ui-menu-item"):n).length||(o=String.fromCharCode(e.keyCode),n=this._filterMenuItems(o)),n.length?(this.focus(e,n),this.previousFilter=o,this.filterTimer=this._delay((function(){delete this.previousFilter}),1e3)):delete this.previousFilter}s&&e.preventDefault()},_activate:function(t){this.active&&!this.active.is(".ui-state-disabled")&&(this.active.children("[aria-haspopup='true']").length?this.expand(t):this.select(t))},refresh:function(){var e,n,i,o,r=this,s=this.options.icons.submenu,a=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length),n=a.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each((function(){var e=t(this),n=e.prev(),i=t("").data("ui-menu-submenu-caret",!0);r._addClass(i,"ui-menu-icon","ui-icon "+s),n.attr("aria-haspopup","true").prepend(i),e.attr("aria-labelledby",n.attr("id"))})),this._addClass(n,"ui-menu","ui-widget ui-widget-content ui-front"),(e=a.add(this.element).find(this.options.items)).not(".ui-menu-item").each((function(){var e=t(this);r._isDivider(e)&&r._addClass(e,"ui-menu-divider","ui-widget-content")})),o=(i=e.not(".ui-menu-item, .ui-menu-divider")).children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),this._addClass(i,"ui-menu-item")._addClass(o,"ui-menu-item-wrapper"),e.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!t.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(t,e){if("icons"===t){var n=this.element.find(".ui-menu-icon");this._removeClass(n,null,this.options.icons.submenu)._addClass(n,null,e.submenu)}this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",String(t)),this._toggleClass(null,"ui-state-disabled",!!t)},focus:function(t,e){var n,i,o;this.blur(t,t&&"focus"===t.type),this._scrollIntoView(e),this.active=e.first(),i=this.active.children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",i.attr("id")),o=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper"),this._addClass(o,null,"ui-state-active"),t&&"keydown"===t.type?this._close():this.timer=this._delay((function(){this._close()}),this.delay),(n=e.children(".ui-menu")).length&&t&&/^mouse/.test(t.type)&&this._startOpening(n),this.activeMenu=e.parent(),this._trigger("focus",t,{item:e})},_scrollIntoView:function(e){var n,i,o,r,s,a;this._hasScroll()&&(n=parseFloat(t.css(this.activeMenu[0],"borderTopWidth"))||0,i=parseFloat(t.css(this.activeMenu[0],"paddingTop"))||0,o=e.offset().top-this.activeMenu.offset().top-n-i,r=this.activeMenu.scrollTop(),s=this.activeMenu.height(),a=e.outerHeight(),o<0?this.activeMenu.scrollTop(r+o):o+a>s&&this.activeMenu.scrollTop(r+o-s+a))},blur:function(t,e){e||clearTimeout(this.timer),this.active&&(this._removeClass(this.active.children(".ui-menu-item-wrapper"),null,"ui-state-active"),this._trigger("blur",t,{item:this.active}),this.active=null)},_startOpening:function(t){clearTimeout(this.timer),"true"===t.attr("aria-hidden")&&(this.timer=this._delay((function(){this._close(),this._open(t)}),this.delay))},_open:function(e){var n=t.extend({of:this.active},this.options.position);clearTimeout(this.timer),this.element.find(".ui-menu").not(e.parents(".ui-menu")).hide().attr("aria-hidden","true"),e.show().removeAttr("aria-hidden").attr("aria-expanded","true").position(n)},collapseAll:function(e,n){clearTimeout(this.timer),this.timer=this._delay((function(){var i=n?this.element:t(e&&e.target).closest(this.element.find(".ui-menu"));i.length||(i=this.element),this._close(i),this.blur(e),this._removeClass(i.find(".ui-state-active"),null,"ui-state-active"),this.activeMenu=i}),n?0:this.delay)},_close:function(t){t||(t=this.active?this.active.parent():this.element),t.find(".ui-menu").hide().attr("aria-hidden","true").attr("aria-expanded","false")},_closeOnDocumentClick:function(e){return!t(e.target).closest(".ui-menu").length},_isDivider:function(t){return!/[^\-\u2014\u2013\s]/.test(t.text())},collapse:function(t){var e=this.active&&this.active.parent().closest(".ui-menu-item",this.element);e&&e.length&&(this._close(),this.focus(t,e))},expand:function(t){var e=this.active&&this._menuItems(this.active.children(".ui-menu")).first();e&&e.length&&(this._open(e.parent()),this._delay((function(){this.focus(t,e)})))},next:function(t){this._move("next","first",t)},previous:function(t){this._move("prev","last",t)},isFirstItem:function(){return this.active&&!this.active.prevAll(".ui-menu-item").length},isLastItem:function(){return this.active&&!this.active.nextAll(".ui-menu-item").length},_menuItems:function(t){return(t||this.element).find(this.options.items).filter(".ui-menu-item")},_move:function(t,e,n){var i;this.active&&(i="first"===t||"last"===t?this.active["first"===t?"prevAll":"nextAll"](".ui-menu-item").last():this.active[t+"All"](".ui-menu-item").first()),i&&i.length&&this.active||(i=this._menuItems(this.activeMenu)[e]()),this.focus(n,i)},nextPage:function(e){var n,i,o;this.active?this.isLastItem()||(this._hasScroll()?(i=this.active.offset().top,o=this.element.innerHeight(),0===t.fn.jquery.indexOf("3.2.")&&(o+=this.element[0].offsetHeight-this.element.outerHeight()),this.active.nextAll(".ui-menu-item").each((function(){return(n=t(this)).offset().top-i-o<0})),this.focus(e,n)):this.focus(e,this._menuItems(this.activeMenu)[this.active?"last":"first"]())):this.next(e)},previousPage:function(e){var n,i,o;this.active?this.isFirstItem()||(this._hasScroll()?(i=this.active.offset().top,o=this.element.innerHeight(),0===t.fn.jquery.indexOf("3.2.")&&(o+=this.element[0].offsetHeight-this.element.outerHeight()),this.active.prevAll(".ui-menu-item").each((function(){return(n=t(this)).offset().top-i+o>0})),this.focus(e,n)):this.focus(e,this._menuItems(this.activeMenu).first())):this.next(e)},_hasScroll:function(){return this.element.outerHeight()",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,liveRegionTimer:null,_create:function(){var e,n,i,o=this.element[0].nodeName.toLowerCase(),r="textarea"===o,s="input"===o;this.isMultiLine=r||!s&&this._isContentEditable(this.element),this.valueMethod=this.element[r||s?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(o){if(this.element.prop("readOnly"))return e=!0,i=!0,void(n=!0);e=!1,i=!1,n=!1;var r=t.ui.keyCode;switch(o.keyCode){case r.PAGE_UP:e=!0,this._move("previousPage",o);break;case r.PAGE_DOWN:e=!0,this._move("nextPage",o);break;case r.UP:e=!0,this._keyEvent("previous",o);break;case r.DOWN:e=!0,this._keyEvent("next",o);break;case r.ENTER:this.menu.active&&(e=!0,o.preventDefault(),this.menu.select(o));break;case r.TAB:this.menu.active&&this.menu.select(o);break;case r.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(o),o.preventDefault());break;default:n=!0,this._searchTimeout(o)}},keypress:function(i){if(e)return e=!1,void(this.isMultiLine&&!this.menu.element.is(":visible")||i.preventDefault());if(!n){var o=t.ui.keyCode;switch(i.keyCode){case o.PAGE_UP:this._move("previousPage",i);break;case o.PAGE_DOWN:this._move("nextPage",i);break;case o.UP:this._keyEvent("previous",i);break;case o.DOWN:this._keyEvent("next",i)}}},input:function(t){if(i)return i=!1,void t.preventDefault();this._searchTimeout(t)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(t){clearTimeout(this.searching),this.close(t),this._change(t)}}),this._initSource(),this.menu=t("
      ").appendTo(this._appendTo()).menu({role:null}).hide().attr({unselectable:"on"}).menu("instance"),this._addClass(this.menu.element,"ui-autocomplete","ui-front"),this._on(this.menu.element,{mousedown:function(t){t.preventDefault()},menufocus:function(e,n){var i,o;if(this.isNewMenu&&(this.isNewMenu=!1,e.originalEvent&&/^mouse/.test(e.originalEvent.type)))return this.menu.blur(),void this.document.one("mousemove",(function(){t(e.target).trigger(e.originalEvent)}));o=n.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",e,{item:o})&&e.originalEvent&&/^key/.test(e.originalEvent.type)&&this._value(o.value),(i=n.item.attr("aria-label")||o.value)&&String.prototype.trim.call(i).length&&(clearTimeout(this.liveRegionTimer),this.liveRegionTimer=this._delay((function(){this.liveRegion.html(t("
      ").text(i))}),100))},menuselect:function(e,n){var i=n.item.data("ui-autocomplete-item"),o=this.previous;this.element[0]!==t.ui.safeActiveElement(this.document[0])&&(this.element.trigger("focus"),this.previous=o,this._delay((function(){this.previous=o,this.selectedItem=i}))),!1!==this._trigger("select",e,{item:i})&&this._value(i.value),this.term=this._value(),this.close(e),this.selectedItem=i}}),this.liveRegion=t("
      ",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(t,e){this._super(t,e),"source"===t&&this._initSource(),"appendTo"===t&&this.menu.element.appendTo(this._appendTo()),"disabled"===t&&e&&this.xhr&&this.xhr.abort()},_isEventTargetInWidget:function(e){var n=this.menu.element[0];return e.target===this.element[0]||e.target===n||t.contains(n,e.target)},_closeOnClickOutside:function(t){this._isEventTargetInWidget(t)||this.close()},_appendTo:function(){var e=this.options.appendTo;return e&&(e=e.jquery||e.nodeType?t(e):this.document.find(e).eq(0)),e&&e[0]||(e=this.element.closest(".ui-front, dialog")),e.length||(e=this.document[0].body),e},_initSource:function(){var e,n,i=this;Array.isArray(this.options.source)?(e=this.options.source,this.source=function(n,i){i(t.ui.autocomplete.filter(e,n.term))}):"string"==typeof this.options.source?(n=this.options.source,this.source=function(e,o){i.xhr&&i.xhr.abort(),i.xhr=t.ajax({url:n,data:e,dataType:"json",success:function(t){o(t)},error:function(){o([])}})}):this.source=this.options.source},_searchTimeout:function(t){clearTimeout(this.searching),this.searching=this._delay((function(){var e=this.term===this._value(),n=this.menu.element.is(":visible"),i=t.altKey||t.ctrlKey||t.metaKey||t.shiftKey;e&&(!e||n||i)||(this.selectedItem=null,this.search(null,t))}),this.options.delay)},search:function(t,e){return t=null!=t?t:this._value(),this.term=this._value(),t.length").append(t("
      ").text(n.label)).appendTo(e)},_move:function(t,e){if(this.menu.element.is(":visible"))return this.menu.isFirstItem()&&/^previous/.test(t)||this.menu.isLastItem()&&/^next/.test(t)?(this.isMultiLine||this._value(this.term),void this.menu.blur()):void this.menu[t](e);this.search(null,e)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(t,e){this.isMultiLine&&!this.menu.element.is(":visible")||(this._move(t,e),e.preventDefault())},_isContentEditable:function(t){if(!t.length)return!1;var e=t.prop("contentEditable");return"inherit"===e?this._isContentEditable(t.parent()):"true"===e}}),t.extend(t.ui.autocomplete,{escapeRegex:function(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(e,n){var i=new RegExp(t.ui.autocomplete.escapeRegex(n),"i");return t.grep(e,(function(t){return i.test(t.label||t.value||t)}))}}),t.widget("ui.autocomplete",t.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(t){return t+(t>1?" results are":" result is")+" available, use up and down arrow keys to navigate."}}},__response:function(e){var n;this._superApply(arguments),this.options.disabled||this.cancelSearch||(n=e&&e.length?this.options.messages.results(e.length):this.options.messages.noResults,clearTimeout(this.liveRegionTimer),this.liveRegionTimer=this._delay((function(){this.liveRegion.html(t("
      ").text(n))}),100))}}),t.ui.autocomplete;var D,S=/ui-corner-([a-z]){2,6}/g;function T(){this._curInst=null,this._keyEvent=!1,this._disabledInputs=[],this._datepickerShowing=!1,this._inDialog=!1,this._mainDivId="ui-datepicker-div",this._inlineClass="ui-datepicker-inline",this._appendClass="ui-datepicker-append",this._triggerClass="ui-datepicker-trigger",this._dialogClass="ui-datepicker-dialog",this._disableClass="ui-datepicker-disabled",this._unselectableClass="ui-datepicker-unselectable",this._currentClass="ui-datepicker-current-day",this._dayOverClass="ui-datepicker-days-cell-over",this.regional=[],this.regional[""]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"mm/dd/yy",firstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:"",selectMonthLabel:"Select month",selectYearLabel:"Select year"},this._defaults={showOn:"focus",showAnim:"fadeIn",showOptions:{},defaultDate:null,appendText:"",buttonText:"...",buttonImage:"",buttonImageOnly:!1,hideIfNoPrevNext:!1,navigationAsDateFormat:!1,gotoCurrent:!1,changeMonth:!1,changeYear:!1,yearRange:"c-10:c+10",showOtherMonths:!1,selectOtherMonths:!1,showWeek:!1,calculateWeek:this.iso8601Week,shortYearCutoff:"+10",minDate:null,maxDate:null,duration:"fast",beforeShowDay:null,beforeShow:null,onSelect:null,onChangeMonthYear:null,onClose:null,onUpdateDatepicker:null,numberOfMonths:1,showCurrentAtPos:0,stepMonths:1,stepBigMonths:12,altField:"",altFormat:"",constrainInput:!0,showButtonPanel:!1,autoSize:!1,disabled:!1},t.extend(this._defaults,this.regional[""]),this.regional.en=t.extend(!0,{},this.regional[""]),this.regional["en-US"]=t.extend(!0,{},this.regional.en),this.dpDiv=O(t("
      "))}function O(e){var n="button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a";return e.on("mouseout",n,(function(){t(this).removeClass("ui-state-hover"),-1!==this.className.indexOf("ui-datepicker-prev")&&t(this).removeClass("ui-datepicker-prev-hover"),-1!==this.className.indexOf("ui-datepicker-next")&&t(this).removeClass("ui-datepicker-next-hover")})).on("mouseover",n,M)}function M(){t.datepicker._isDisabledDatepicker(D.inline?D.dpDiv.parent()[0]:D.input[0])||(t(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover"),t(this).addClass("ui-state-hover"),-1!==this.className.indexOf("ui-datepicker-prev")&&t(this).addClass("ui-datepicker-prev-hover"),-1!==this.className.indexOf("ui-datepicker-next")&&t(this).addClass("ui-datepicker-next-hover"))}function P(e,n){for(var i in t.extend(e,n),n)null==n[i]&&(e[i]=n[i]);return e}t.widget("ui.controlgroup",{version:"1.13.3",defaultElement:"
      ",options:{direction:"horizontal",disabled:null,onlyVisible:!0,items:{button:"input[type=button], input[type=submit], input[type=reset], button, a",controlgroupLabel:".ui-controlgroup-label",checkboxradio:"input[type='checkbox'], input[type='radio']",selectmenu:"select",spinner:".ui-spinner-input"}},_create:function(){this._enhance()},_enhance:function(){this.element.attr("role","toolbar"),this.refresh()},_destroy:function(){this._callChildMethod("destroy"),this.childWidgets.removeData("ui-controlgroup-data"),this.element.removeAttr("role"),this.options.items.controlgroupLabel&&this.element.find(this.options.items.controlgroupLabel).find(".ui-controlgroup-label-contents").contents().unwrap()},_initWidgets:function(){var e=this,n=[];t.each(this.options.items,(function(i,o){var r,s={};if(o)return"controlgroupLabel"===i?((r=e.element.find(o)).each((function(){var e=t(this);e.children(".ui-controlgroup-label-contents").length||e.contents().wrapAll("")})),e._addClass(r,null,"ui-widget ui-widget-content ui-state-default"),void(n=n.concat(r.get()))):void(t.fn[i]&&(s=e["_"+i+"Options"]?e["_"+i+"Options"]("middle"):{classes:{}},e.element.find(o).each((function(){var o=t(this),r=o[i]("instance"),a=t.widget.extend({},s);if("button"!==i||!o.parent(".ui-spinner").length){r||(r=o[i]()[i]("instance")),r&&(a.classes=e._resolveClassesValues(a.classes,r)),o[i](a);var c=o[i]("widget");t.data(c[0],"ui-controlgroup-data",r||o[i]("instance")),n.push(c[0])}}))))})),this.childWidgets=t(t.uniqueSort(n)),this._addClass(this.childWidgets,"ui-controlgroup-item")},_callChildMethod:function(e){this.childWidgets.each((function(){var n=t(this).data("ui-controlgroup-data");n&&n[e]&&n[e]()}))},_updateCornerClass:function(t,e){var n=this._buildSimpleOptions(e,"label").classes.label;this._removeClass(t,null,"ui-corner-top ui-corner-bottom ui-corner-left ui-corner-right ui-corner-all"),this._addClass(t,null,n)},_buildSimpleOptions:function(t,e){var n="vertical"===this.options.direction,i={classes:{}};return i.classes[e]={middle:"",first:"ui-corner-"+(n?"top":"left"),last:"ui-corner-"+(n?"bottom":"right"),only:"ui-corner-all"}[t],i},_spinnerOptions:function(t){var e=this._buildSimpleOptions(t,"ui-spinner");return e.classes["ui-spinner-up"]="",e.classes["ui-spinner-down"]="",e},_buttonOptions:function(t){return this._buildSimpleOptions(t,"ui-button")},_checkboxradioOptions:function(t){return this._buildSimpleOptions(t,"ui-checkboxradio-label")},_selectmenuOptions:function(t){var e="vertical"===this.options.direction;return{width:!!e&&"auto",classes:{middle:{"ui-selectmenu-button-open":"","ui-selectmenu-button-closed":""},first:{"ui-selectmenu-button-open":"ui-corner-"+(e?"top":"tl"),"ui-selectmenu-button-closed":"ui-corner-"+(e?"top":"left")},last:{"ui-selectmenu-button-open":e?"":"ui-corner-tr","ui-selectmenu-button-closed":"ui-corner-"+(e?"bottom":"right")},only:{"ui-selectmenu-button-open":"ui-corner-top","ui-selectmenu-button-closed":"ui-corner-all"}}[t]}},_resolveClassesValues:function(e,n){var i={};return t.each(e,(function(t){var o=n.options.classes[t]||"";o=String.prototype.trim.call(o.replace(S,"")),i[t]=(o+" "+e[t]).replace(/\s+/g," ")})),i},_setOption:function(t,e){"direction"===t&&this._removeClass("ui-controlgroup-"+this.options.direction),this._super(t,e),"disabled"!==t?this.refresh():this._callChildMethod(e?"disable":"enable")},refresh:function(){var e,n=this;this._addClass("ui-controlgroup ui-controlgroup-"+this.options.direction),"horizontal"===this.options.direction&&this._addClass(null,"ui-helper-clearfix"),this._initWidgets(),e=this.childWidgets,this.options.onlyVisible&&(e=e.filter(":visible")),e.length&&(t.each(["first","last"],(function(t,i){var o=e[i]().data("ui-controlgroup-data");if(o&&n["_"+o.widgetName+"Options"]){var r=n["_"+o.widgetName+"Options"](1===e.length?"only":i);r.classes=n._resolveClassesValues(r.classes,o),o.element[o.widgetName](r)}else n._updateCornerClass(e[i](),i)})),this._callChildMethod("refresh"))}}),t.widget("ui.checkboxradio",[t.ui.formResetMixin,{version:"1.13.3",options:{disabled:null,label:null,icon:!0,classes:{"ui-checkboxradio-label":"ui-corner-all","ui-checkboxradio-icon":"ui-corner-all"}},_getCreateOptions:function(){var e,n,i,o=this._super()||{};return this._readType(),n=this.element.labels(),this.label=t(n[n.length-1]),this.label.length||t.error("No label found for checkboxradio widget"),this.originalLabel="",(i=this.label.contents().not(this.element[0])).length&&(this.originalLabel+=i.clone().wrapAll("
      ").parent().html()),this.originalLabel&&(o.label=this.originalLabel),null!=(e=this.element[0].disabled)&&(o.disabled=e),o},_create:function(){var t=this.element[0].checked;this._bindFormResetHandler(),null==this.options.disabled&&(this.options.disabled=this.element[0].disabled),this._setOption("disabled",this.options.disabled),this._addClass("ui-checkboxradio","ui-helper-hidden-accessible"),this._addClass(this.label,"ui-checkboxradio-label","ui-button ui-widget"),"radio"===this.type&&this._addClass(this.label,"ui-checkboxradio-radio-label"),this.options.label&&this.options.label!==this.originalLabel?this._updateLabel():this.originalLabel&&(this.options.label=this.originalLabel),this._enhance(),t&&this._addClass(this.label,"ui-checkboxradio-checked","ui-state-active"),this._on({change:"_toggleClasses",focus:function(){this._addClass(this.label,null,"ui-state-focus ui-visual-focus")},blur:function(){this._removeClass(this.label,null,"ui-state-focus ui-visual-focus")}})},_readType:function(){var e=this.element[0].nodeName.toLowerCase();this.type=this.element[0].type,"input"===e&&/radio|checkbox/.test(this.type)||t.error("Can't create checkboxradio on element.nodeName="+e+" and element.type="+this.type)},_enhance:function(){this._updateIcon(this.element[0].checked)},widget:function(){return this.label},_getRadioGroup:function(){var e=this.element[0].name,n="input[name='"+t.escapeSelector(e)+"']";return e?(this.form.length?t(this.form[0].elements).filter(n):t(n).filter((function(){return 0===t(this)._form().length}))).not(this.element):t([])},_toggleClasses:function(){var e=this.element[0].checked;this._toggleClass(this.label,"ui-checkboxradio-checked","ui-state-active",e),this.options.icon&&"checkbox"===this.type&&this._toggleClass(this.icon,null,"ui-icon-check ui-state-checked",e)._toggleClass(this.icon,null,"ui-icon-blank",!e),"radio"===this.type&&this._getRadioGroup().each((function(){var e=t(this).checkboxradio("instance");e&&e._removeClass(e.label,"ui-checkboxradio-checked","ui-state-active")}))},_destroy:function(){this._unbindFormResetHandler(),this.icon&&(this.icon.remove(),this.iconSpace.remove())},_setOption:function(t,e){if("label"!==t||e){if(this._super(t,e),"disabled"===t)return this._toggleClass(this.label,null,"ui-state-disabled",e),void(this.element[0].disabled=e);this.refresh()}},_updateIcon:function(e){var n="ui-icon ui-icon-background ";this.options.icon?(this.icon||(this.icon=t(""),this.iconSpace=t(" "),this._addClass(this.iconSpace,"ui-checkboxradio-icon-space")),"checkbox"===this.type?(n+=e?"ui-icon-check ui-state-checked":"ui-icon-blank",this._removeClass(this.icon,null,e?"ui-icon-blank":"ui-icon-check")):n+="ui-icon-blank",this._addClass(this.icon,"ui-checkboxradio-icon",n),e||this._removeClass(this.icon,null,"ui-icon-check ui-state-checked"),this.icon.prependTo(this.label).after(this.iconSpace)):void 0!==this.icon&&(this.icon.remove(),this.iconSpace.remove(),delete this.icon)},_updateLabel:function(){var t=this.label.contents().not(this.element[0]);this.icon&&(t=t.not(this.icon[0])),this.iconSpace&&(t=t.not(this.iconSpace[0])),t.remove(),this.label.append(this.options.label)},refresh:function(){var t=this.element[0].checked,e=this.element[0].disabled;this._updateIcon(t),this._toggleClass(this.label,"ui-checkboxradio-checked","ui-state-active",t),null!==this.options.label&&this._updateLabel(),e!==this.options.disabled&&this._setOptions({disabled:e})}}]),t.ui.checkboxradio,t.widget("ui.button",{version:"1.13.3",defaultElement:"
      "+(G[0]>0&&B===G[1]-1?"
      ":""):"")}x+=k}return x+=u,e._keyEvent=!1,x},_generateMonthYearHeader:function(t,e,n,i,o,r,s,a){var c,l,u,h,d,p,A,f,g=this._get(t,"changeMonth"),m=this._get(t,"changeYear"),b=this._get(t,"showMonthAfterYear"),C=this._get(t,"selectMonthLabel"),v=this._get(t,"selectYearLabel"),x="
      ",w="";if(r||!g)w+=""+s[e]+"";else{for(c=i&&i.getFullYear()===n,l=o&&o.getFullYear()===n,w+=""}if(b||(x+=w+(!r&&g&&m?"":" ")),!t.yearshtml)if(t.yearshtml="",r||!m)x+=""+n+"";else{for(h=this._get(t,"yearRange").split(":"),d=(new Date).getFullYear(),p=function(t){var e=t.match(/c[+\-].*/)?n+parseInt(t.substring(1),10):t.match(/[+\-].*/)?d+parseInt(t,10):parseInt(t,10);return isNaN(e)?d:e},A=p(h[0]),f=Math.max(A,p(h[1]||"")),A=i?Math.max(A,i.getFullYear()):A,f=o?Math.min(f,o.getFullYear()):f,t.yearshtml+="",x+=t.yearshtml,t.yearshtml=null}return x+=this._get(t,"yearSuffix"),b&&(x+=(!r&&g&&m?"":" ")+w),x+"
      "},_adjustInstDate:function(t,e,n){var i=t.selectedYear+("Y"===n?e:0),o=t.selectedMonth+("M"===n?e:0),r=Math.min(t.selectedDay,this._getDaysInMonth(i,o))+("D"===n?e:0),s=this._restrictMinMax(t,this._daylightSavingAdjust(new Date(i,o,r)));t.selectedDay=s.getDate(),t.drawMonth=t.selectedMonth=s.getMonth(),t.drawYear=t.selectedYear=s.getFullYear(),"M"!==n&&"Y"!==n||this._notifyChange(t)},_restrictMinMax:function(t,e){var n=this._getMinMaxDate(t,"min"),i=this._getMinMaxDate(t,"max"),o=n&&ei?i:o},_notifyChange:function(t){var e=this._get(t,"onChangeMonthYear");e&&e.apply(t.input?t.input[0]:null,[t.selectedYear,t.selectedMonth+1,t])},_getNumberOfMonths:function(t){var e=this._get(t,"numberOfMonths");return null==e?[1,1]:"number"==typeof e?[1,e]:e},_getMinMaxDate:function(t,e){return this._determineDate(t,this._get(t,e+"Date"),null)},_getDaysInMonth:function(t,e){return 32-this._daylightSavingAdjust(new Date(t,e,32)).getDate()},_getFirstDayOfMonth:function(t,e){return new Date(t,e,1).getDay()},_canAdjustMonth:function(t,e,n,i){var o=this._getNumberOfMonths(t),r=this._daylightSavingAdjust(new Date(n,i+(e<0?e:o[0]*o[1]),1));return e<0&&r.setDate(this._getDaysInMonth(r.getFullYear(),r.getMonth())),this._isInRange(t,r)},_isInRange:function(t,e){var n,i,o=this._getMinMaxDate(t,"min"),r=this._getMinMaxDate(t,"max"),s=null,a=null,c=this._get(t,"yearRange");return c&&(n=c.split(":"),i=(new Date).getFullYear(),s=parseInt(n[0],10),a=parseInt(n[1],10),n[0].match(/[+\-].*/)&&(s+=i),n[1].match(/[+\-].*/)&&(a+=i)),(!o||e.getTime()>=o.getTime())&&(!r||e.getTime()<=r.getTime())&&(!s||e.getFullYear()>=s)&&(!a||e.getFullYear()<=a)},_getFormatConfig:function(t){var e=this._get(t,"shortYearCutoff");return{shortYearCutoff:e="string"!=typeof e?e:(new Date).getFullYear()%100+parseInt(e,10),dayNamesShort:this._get(t,"dayNamesShort"),dayNames:this._get(t,"dayNames"),monthNamesShort:this._get(t,"monthNamesShort"),monthNames:this._get(t,"monthNames")}},_formatDate:function(t,e,n,i){e||(t.currentDay=t.selectedDay,t.currentMonth=t.selectedMonth,t.currentYear=t.selectedYear);var o=e?"object"==typeof e?e:this._daylightSavingAdjust(new Date(i,n,e)):this._daylightSavingAdjust(new Date(t.currentYear,t.currentMonth,t.currentDay));return this.formatDate(this._get(t,"dateFormat"),o,this._getFormatConfig(t))}}),t.fn.datepicker=function(e){if(!this.length)return this;t.datepicker.initialized||(t(document).on("mousedown",t.datepicker._checkExternalClick),t.datepicker.initialized=!0),0===t("#"+t.datepicker._mainDivId).length&&t("body").append(t.datepicker.dpDiv);var n=Array.prototype.slice.call(arguments,1);return"string"!=typeof e||"isDisabled"!==e&&"getDate"!==e&&"widget"!==e?"option"===e&&2===arguments.length&&"string"==typeof arguments[1]?t.datepicker["_"+e+"Datepicker"].apply(t.datepicker,[this[0]].concat(n)):this.each((function(){"string"==typeof e?t.datepicker["_"+e+"Datepicker"].apply(t.datepicker,[this].concat(n)):t.datepicker._attachDatepicker(this,e)})):t.datepicker["_"+e+"Datepicker"].apply(t.datepicker,[this[0]].concat(n))},t.datepicker=new T,t.datepicker.initialized=!1,t.datepicker.uuid=(new Date).getTime(),t.datepicker.version="1.13.3",t.datepicker,t.ui.ie=!!/msie [\w.]+/.exec(navigator.userAgent.toLowerCase());var R,N=!1;function H(t){return function(){var e=this.element.val();t.apply(this,arguments),this._refresh(),e!==this.element.val()&&this._trigger("change")}}t(document).on("mouseup",(function(){N=!1})),t.widget("ui.mouse",{version:"1.13.3",options:{cancel:"input, textarea, button, select, option",distance:1,delay:0},_mouseInit:function(){var e=this;this.element.on("mousedown."+this.widgetName,(function(t){return e._mouseDown(t)})).on("click."+this.widgetName,(function(n){if(!0===t.data(n.target,e.widgetName+".preventClickEvent"))return t.removeData(n.target,e.widgetName+".preventClickEvent"),n.stopImmediatePropagation(),!1})),this.started=!1},_mouseDestroy:function(){this.element.off("."+this.widgetName),this._mouseMoveDelegate&&this.document.off("mousemove."+this.widgetName,this._mouseMoveDelegate).off("mouseup."+this.widgetName,this._mouseUpDelegate)},_mouseDown:function(e){if(!N){this._mouseMoved=!1,this._mouseStarted&&this._mouseUp(e),this._mouseDownEvent=e;var n=this,i=1===e.which,o=!("string"!=typeof this.options.cancel||!e.target.nodeName)&&t(e.target).closest(this.options.cancel).length;return!(i&&!o&&this._mouseCapture(e)&&(this.mouseDelayMet=!this.options.delay,this.mouseDelayMet||(this._mouseDelayTimer=setTimeout((function(){n.mouseDelayMet=!0}),this.options.delay)),this._mouseDistanceMet(e)&&this._mouseDelayMet(e)&&(this._mouseStarted=!1!==this._mouseStart(e),!this._mouseStarted)?(e.preventDefault(),0):(!0===t.data(e.target,this.widgetName+".preventClickEvent")&&t.removeData(e.target,this.widgetName+".preventClickEvent"),this._mouseMoveDelegate=function(t){return n._mouseMove(t)},this._mouseUpDelegate=function(t){return n._mouseUp(t)},this.document.on("mousemove."+this.widgetName,this._mouseMoveDelegate).on("mouseup."+this.widgetName,this._mouseUpDelegate),e.preventDefault(),N=!0,0)))}},_mouseMove:function(e){if(this._mouseMoved){if(t.ui.ie&&(!document.documentMode||document.documentMode<9)&&!e.button)return this._mouseUp(e);if(!e.which)if(e.originalEvent.altKey||e.originalEvent.ctrlKey||e.originalEvent.metaKey||e.originalEvent.shiftKey)this.ignoreMissingWhich=!0;else if(!this.ignoreMissingWhich)return this._mouseUp(e)}return(e.which||e.button)&&(this._mouseMoved=!0),this._mouseStarted?(this._mouseDrag(e),e.preventDefault()):(this._mouseDistanceMet(e)&&this._mouseDelayMet(e)&&(this._mouseStarted=!1!==this._mouseStart(this._mouseDownEvent,e),this._mouseStarted?this._mouseDrag(e):this._mouseUp(e)),!this._mouseStarted)},_mouseUp:function(e){this.document.off("mousemove."+this.widgetName,this._mouseMoveDelegate).off("mouseup."+this.widgetName,this._mouseUpDelegate),this._mouseStarted&&(this._mouseStarted=!1,e.target===this._mouseDownEvent.target&&t.data(e.target,this.widgetName+".preventClickEvent",!0),this._mouseStop(e)),this._mouseDelayTimer&&(clearTimeout(this._mouseDelayTimer),delete this._mouseDelayTimer),this.ignoreMissingWhich=!1,N=!1,e.preventDefault()},_mouseDistanceMet:function(t){return Math.max(Math.abs(this._mouseDownEvent.pageX-t.pageX),Math.abs(this._mouseDownEvent.pageY-t.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return!0}}),t.ui.plugin={add:function(e,n,i){var o,r=t.ui[e].prototype;for(o in i)r.plugins[o]=r.plugins[o]||[],r.plugins[o].push([n,i[o]])},call:function(t,e,n,i){var o,r=t.plugins[e];if(r&&(i||t.element[0].parentNode&&11!==t.element[0].parentNode.nodeType))for(o=0;o0||(this.handle=this._getHandle(e),!this.handle||(this._blurActiveElement(e),this._blockFrames(!0===n.iframeFix?"iframe":n.iframeFix),0)))},_blockFrames:function(e){this.iframeBlocks=this.document.find(e).map((function(){var e=t(this);return t("
      ").css("position","absolute").appendTo(e.parent()).outerWidth(e.outerWidth()).outerHeight(e.outerHeight()).offset(e.offset())[0]}))},_unblockFrames:function(){this.iframeBlocks&&(this.iframeBlocks.remove(),delete this.iframeBlocks)},_blurActiveElement:function(e){var n=t.ui.safeActiveElement(this.document[0]);t(e.target).closest(n).length||t.ui.safeBlur(n)},_mouseStart:function(e){var n=this.options;return this.helper=this._createHelper(e),this._addClass(this.helper,"ui-draggable-dragging"),this._cacheHelperProportions(),t.ui.ddmanager&&(t.ui.ddmanager.current=this),this._cacheMargins(),this.cssPosition=this.helper.css("position"),this.scrollParent=this.helper.scrollParent(!0),this.offsetParent=this.helper.offsetParent(),this.hasFixedAncestor=this.helper.parents().filter((function(){return"fixed"===t(this).css("position")})).length>0,this.positionAbs=this.element.offset(),this._refreshOffsets(e),this.originalPosition=this.position=this._generatePosition(e,!1),this.originalPageX=e.pageX,this.originalPageY=e.pageY,n.cursorAt&&this._adjustOffsetFromHelper(n.cursorAt),this._setContainment(),!1===this._trigger("start",e)?(this._clear(),!1):(this._cacheHelperProportions(),t.ui.ddmanager&&!n.dropBehaviour&&t.ui.ddmanager.prepareOffsets(this,e),this._mouseDrag(e,!0),t.ui.ddmanager&&t.ui.ddmanager.dragStart(this,e),!0)},_refreshOffsets:function(t){this.offset={top:this.positionAbs.top-this.margins.top,left:this.positionAbs.left-this.margins.left,scroll:!1,parent:this._getParentOffset(),relative:this._getRelativeOffset()},this.offset.click={left:t.pageX-this.offset.left,top:t.pageY-this.offset.top}},_mouseDrag:function(e,n){if(this.hasFixedAncestor&&(this.offset.parent=this._getParentOffset()),this.position=this._generatePosition(e,!0),this.positionAbs=this._convertPositionTo("absolute"),!n){var i=this._uiHash();if(!1===this._trigger("drag",e,i))return this._mouseUp(new t.Event("mouseup",e)),!1;this.position=i.position}return this.helper[0].style.left=this.position.left+"px",this.helper[0].style.top=this.position.top+"px",t.ui.ddmanager&&t.ui.ddmanager.drag(this,e),!1},_mouseStop:function(e){var n=this,i=!1;return t.ui.ddmanager&&!this.options.dropBehaviour&&(i=t.ui.ddmanager.drop(this,e)),this.dropped&&(i=this.dropped,this.dropped=!1),"invalid"===this.options.revert&&!i||"valid"===this.options.revert&&i||!0===this.options.revert||"function"==typeof this.options.revert&&this.options.revert.call(this.element,i)?t(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),(function(){!1!==n._trigger("stop",e)&&n._clear()})):!1!==this._trigger("stop",e)&&this._clear(),!1},_mouseUp:function(e){return this._unblockFrames(),t.ui.ddmanager&&t.ui.ddmanager.dragStop(this,e),this.handleElement.is(e.target)&&this.element.trigger("focus"),t.ui.mouse.prototype._mouseUp.call(this,e)},cancel:function(){return this.helper.is(".ui-draggable-dragging")?this._mouseUp(new t.Event("mouseup",{target:this.element[0]})):this._clear(),this},_getHandle:function(e){return!this.options.handle||!!t(e.target).closest(this.element.find(this.options.handle)).length},_setHandleClassName:function(){this.handleElement=this.options.handle?this.element.find(this.options.handle):this.element,this._addClass(this.handleElement,"ui-draggable-handle")},_removeHandleClassName:function(){this._removeClass(this.handleElement,"ui-draggable-handle")},_createHelper:function(e){var n=this.options,i="function"==typeof n.helper,o=i?t(n.helper.apply(this.element[0],[e])):"clone"===n.helper?this.element.clone().removeAttr("id"):this.element;return o.parents("body").length||o.appendTo("parent"===n.appendTo?this.element[0].parentNode:n.appendTo),i&&o[0]===this.element[0]&&this._setPositionRelative(),o[0]===this.element[0]||/(fixed|absolute)/.test(o.css("position"))||o.css("position","absolute"),o},_setPositionRelative:function(){/^(?:r|a|f)/.test(this.element.css("position"))||(this.element[0].style.position="relative")},_adjustOffsetFromHelper:function(t){"string"==typeof t&&(t=t.split(" ")),Array.isArray(t)&&(t={left:+t[0],top:+t[1]||0}),"left"in t&&(this.offset.click.left=t.left+this.margins.left),"right"in t&&(this.offset.click.left=this.helperProportions.width-t.right+this.margins.left),"top"in t&&(this.offset.click.top=t.top+this.margins.top),"bottom"in t&&(this.offset.click.top=this.helperProportions.height-t.bottom+this.margins.top)},_isRootNode:function(t){return/(html|body)/i.test(t.tagName)||t===this.document[0]},_getParentOffset:function(){var e=this.offsetParent.offset(),n=this.document[0];return"absolute"===this.cssPosition&&this.scrollParent[0]!==n&&t.contains(this.scrollParent[0],this.offsetParent[0])&&(e.left+=this.scrollParent.scrollLeft(),e.top+=this.scrollParent.scrollTop()),this._isRootNode(this.offsetParent[0])&&(e={top:0,left:0}),{top:e.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:e.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if("relative"!==this.cssPosition)return{top:0,left:0};var t=this.element.position(),e=this._isRootNode(this.scrollParent[0]);return{top:t.top-(parseInt(this.helper.css("top"),10)||0)+(e?0:this.scrollParent.scrollTop()),left:t.left-(parseInt(this.helper.css("left"),10)||0)+(e?0:this.scrollParent.scrollLeft())}},_cacheMargins:function(){this.margins={left:parseInt(this.element.css("marginLeft"),10)||0,top:parseInt(this.element.css("marginTop"),10)||0,right:parseInt(this.element.css("marginRight"),10)||0,bottom:parseInt(this.element.css("marginBottom"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var e,n,i,o=this.options,r=this.document[0];this.relativeContainer=null,o.containment?"window"!==o.containment?"document"!==o.containment?o.containment.constructor!==Array?("parent"===o.containment&&(o.containment=this.helper[0].parentNode),(i=(n=t(o.containment))[0])&&(e=/(scroll|auto)/.test(n.css("overflow")),this.containment=[(parseInt(n.css("borderLeftWidth"),10)||0)+(parseInt(n.css("paddingLeft"),10)||0),(parseInt(n.css("borderTopWidth"),10)||0)+(parseInt(n.css("paddingTop"),10)||0),(e?Math.max(i.scrollWidth,i.offsetWidth):i.offsetWidth)-(parseInt(n.css("borderRightWidth"),10)||0)-(parseInt(n.css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left-this.margins.right,(e?Math.max(i.scrollHeight,i.offsetHeight):i.offsetHeight)-(parseInt(n.css("borderBottomWidth"),10)||0)-(parseInt(n.css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top-this.margins.bottom],this.relativeContainer=n)):this.containment=o.containment:this.containment=[0,0,t(r).width()-this.helperProportions.width-this.margins.left,(t(r).height()||r.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]:this.containment=[t(window).scrollLeft()-this.offset.relative.left-this.offset.parent.left,t(window).scrollTop()-this.offset.relative.top-this.offset.parent.top,t(window).scrollLeft()+t(window).width()-this.helperProportions.width-this.margins.left,t(window).scrollTop()+(t(window).height()||r.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]:this.containment=null},_convertPositionTo:function(t,e){e||(e=this.position);var n="absolute"===t?1:-1,i=this._isRootNode(this.scrollParent[0]);return{top:e.top+this.offset.relative.top*n+this.offset.parent.top*n-("fixed"===this.cssPosition?-this.offset.scroll.top:i?0:this.offset.scroll.top)*n,left:e.left+this.offset.relative.left*n+this.offset.parent.left*n-("fixed"===this.cssPosition?-this.offset.scroll.left:i?0:this.offset.scroll.left)*n}},_generatePosition:function(t,e){var n,i,o,r,s=this.options,a=this._isRootNode(this.scrollParent[0]),c=t.pageX,l=t.pageY;return a&&this.offset.scroll||(this.offset.scroll={top:this.scrollParent.scrollTop(),left:this.scrollParent.scrollLeft()}),e&&(this.containment&&(this.relativeContainer?(i=this.relativeContainer.offset(),n=[this.containment[0]+i.left,this.containment[1]+i.top,this.containment[2]+i.left,this.containment[3]+i.top]):n=this.containment,t.pageX-this.offset.click.leftn[2]&&(c=n[2]+this.offset.click.left),t.pageY-this.offset.click.top>n[3]&&(l=n[3]+this.offset.click.top)),s.grid&&(o=s.grid[1]?this.originalPageY+Math.round((l-this.originalPageY)/s.grid[1])*s.grid[1]:this.originalPageY,l=n?o-this.offset.click.top>=n[1]||o-this.offset.click.top>n[3]?o:o-this.offset.click.top>=n[1]?o-s.grid[1]:o+s.grid[1]:o,r=s.grid[0]?this.originalPageX+Math.round((c-this.originalPageX)/s.grid[0])*s.grid[0]:this.originalPageX,c=n?r-this.offset.click.left>=n[0]||r-this.offset.click.left>n[2]?r:r-this.offset.click.left>=n[0]?r-s.grid[0]:r+s.grid[0]:r),"y"===s.axis&&(c=this.originalPageX),"x"===s.axis&&(l=this.originalPageY)),{top:l-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+("fixed"===this.cssPosition?-this.offset.scroll.top:a?0:this.offset.scroll.top),left:c-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+("fixed"===this.cssPosition?-this.offset.scroll.left:a?0:this.offset.scroll.left)}},_clear:function(){this._removeClass(this.helper,"ui-draggable-dragging"),this.helper[0]===this.element[0]||this.cancelHelperRemoval||this.helper.remove(),this.helper=null,this.cancelHelperRemoval=!1,this.destroyOnClear&&this.destroy()},_trigger:function(e,n,i){return i=i||this._uiHash(),t.ui.plugin.call(this,e,[n,i,this],!0),/^(drag|start|stop)/.test(e)&&(this.positionAbs=this._convertPositionTo("absolute"),i.offset=this.positionAbs),t.Widget.prototype._trigger.call(this,e,n,i)},plugins:{},_uiHash:function(){return{helper:this.helper,position:this.position,originalPosition:this.originalPosition,offset:this.positionAbs}}}),t.ui.plugin.add("draggable","connectToSortable",{start:function(e,n,i){var o=t.extend({},n,{item:i.element});i.sortables=[],t(i.options.connectToSortable).each((function(){var n=t(this).sortable("instance");n&&!n.options.disabled&&(i.sortables.push(n),n.refreshPositions(),n._trigger("activate",e,o))}))},stop:function(e,n,i){var o=t.extend({},n,{item:i.element});i.cancelHelperRemoval=!1,t.each(i.sortables,(function(){var t=this;t.isOver?(t.isOver=0,i.cancelHelperRemoval=!0,t.cancelHelperRemoval=!1,t._storedCSS={position:t.placeholder.css("position"),top:t.placeholder.css("top"),left:t.placeholder.css("left")},t._mouseStop(e),t.options.helper=t.options._helper):(t.cancelHelperRemoval=!0,t._trigger("deactivate",e,o))}))},drag:function(e,n,i){t.each(i.sortables,(function(){var o=!1,r=this;r.positionAbs=i.positionAbs,r.helperProportions=i.helperProportions,r.offset.click=i.offset.click,r._intersectsWith(r.containerCache)&&(o=!0,t.each(i.sortables,(function(){return this.positionAbs=i.positionAbs,this.helperProportions=i.helperProportions,this.offset.click=i.offset.click,this!==r&&this._intersectsWith(this.containerCache)&&t.contains(r.element[0],this.element[0])&&(o=!1),o}))),o?(r.isOver||(r.isOver=1,i._parent=n.helper.parent(),r.currentItem=n.helper.appendTo(r.element).data("ui-sortable-item",!0),r.options._helper=r.options.helper,r.options.helper=function(){return n.helper[0]},e.target=r.currentItem[0],r._mouseCapture(e,!0),r._mouseStart(e,!0,!0),r.offset.click.top=i.offset.click.top,r.offset.click.left=i.offset.click.left,r.offset.parent.left-=i.offset.parent.left-r.offset.parent.left,r.offset.parent.top-=i.offset.parent.top-r.offset.parent.top,i._trigger("toSortable",e),i.dropped=r.element,t.each(i.sortables,(function(){this.refreshPositions()})),i.currentItem=i.element,r.fromOutside=i),r.currentItem&&(r._mouseDrag(e),n.position=r.position)):r.isOver&&(r.isOver=0,r.cancelHelperRemoval=!0,r.options._revert=r.options.revert,r.options.revert=!1,r._trigger("out",e,r._uiHash(r)),r._mouseStop(e,!0),r.options.revert=r.options._revert,r.options.helper=r.options._helper,r.placeholder&&r.placeholder.remove(),n.helper.appendTo(i._parent),i._refreshOffsets(e),n.position=i._generatePosition(e,!0),i._trigger("fromSortable",e),i.dropped=!1,t.each(i.sortables,(function(){this.refreshPositions()})))}))}}),t.ui.plugin.add("draggable","cursor",{start:function(e,n,i){var o=t("body"),r=i.options;o.css("cursor")&&(r._cursor=o.css("cursor")),o.css("cursor",r.cursor)},stop:function(e,n,i){var o=i.options;o._cursor&&t("body").css("cursor",o._cursor)}}),t.ui.plugin.add("draggable","opacity",{start:function(e,n,i){var o=t(n.helper),r=i.options;o.css("opacity")&&(r._opacity=o.css("opacity")),o.css("opacity",r.opacity)},stop:function(e,n,i){var o=i.options;o._opacity&&t(n.helper).css("opacity",o._opacity)}}),t.ui.plugin.add("draggable","scroll",{start:function(t,e,n){n.scrollParentNotHidden||(n.scrollParentNotHidden=n.helper.scrollParent(!1)),n.scrollParentNotHidden[0]!==n.document[0]&&"HTML"!==n.scrollParentNotHidden[0].tagName&&(n.overflowOffset=n.scrollParentNotHidden.offset())},drag:function(e,n,i){var o=i.options,r=!1,s=i.scrollParentNotHidden[0],a=i.document[0];s!==a&&"HTML"!==s.tagName?(o.axis&&"x"===o.axis||(i.overflowOffset.top+s.offsetHeight-e.pageY=0;d--)l=(c=i.snapElements[d].left-i.margins.left)+i.snapElements[d].width,h=(u=i.snapElements[d].top-i.margins.top)+i.snapElements[d].height,ml+f||Ch+f||!t.contains(i.snapElements[d].item.ownerDocument,i.snapElements[d].item)?(i.snapElements[d].snapping&&i.options.snap.release&&i.options.snap.release.call(i.element,e,t.extend(i._uiHash(),{snapItem:i.snapElements[d].item})),i.snapElements[d].snapping=!1):("inner"!==A.snapMode&&(o=Math.abs(u-C)<=f,r=Math.abs(h-b)<=f,s=Math.abs(c-m)<=f,a=Math.abs(l-g)<=f,o&&(n.position.top=i._convertPositionTo("relative",{top:u-i.helperProportions.height,left:0}).top),r&&(n.position.top=i._convertPositionTo("relative",{top:h,left:0}).top),s&&(n.position.left=i._convertPositionTo("relative",{top:0,left:c-i.helperProportions.width}).left),a&&(n.position.left=i._convertPositionTo("relative",{top:0,left:l}).left)),p=o||r||s||a,"outer"!==A.snapMode&&(o=Math.abs(u-b)<=f,r=Math.abs(h-C)<=f,s=Math.abs(c-g)<=f,a=Math.abs(l-m)<=f,o&&(n.position.top=i._convertPositionTo("relative",{top:u,left:0}).top),r&&(n.position.top=i._convertPositionTo("relative",{top:h-i.helperProportions.height,left:0}).top),s&&(n.position.left=i._convertPositionTo("relative",{top:0,left:c}).left),a&&(n.position.left=i._convertPositionTo("relative",{top:0,left:l-i.helperProportions.width}).left)),!i.snapElements[d].snapping&&(o||r||s||a||p)&&i.options.snap.snap&&i.options.snap.snap.call(i.element,e,t.extend(i._uiHash(),{snapItem:i.snapElements[d].item})),i.snapElements[d].snapping=o||r||s||a||p)}}),t.ui.plugin.add("draggable","stack",{start:function(e,n,i){var o,r=i.options,s=t.makeArray(t(r.stack)).sort((function(e,n){return(parseInt(t(e).css("zIndex"),10)||0)-(parseInt(t(n).css("zIndex"),10)||0)}));s.length&&(o=parseInt(t(s[0]).css("zIndex"),10)||0,t(s).each((function(e){t(this).css("zIndex",o+e)})),this.css("zIndex",o+s.length))}}),t.ui.plugin.add("draggable","zIndex",{start:function(e,n,i){var o=t(n.helper),r=i.options;o.css("zIndex")&&(r._zIndex=o.css("zIndex")),o.css("zIndex",r.zIndex)},stop:function(e,n,i){var o=i.options;o._zIndex&&t(n.helper).css("zIndex",o._zIndex)}}),t.ui.draggable,t.widget("ui.resizable",t.ui.mouse,{version:"1.13.3",widgetEventPrefix:"resize",options:{alsoResize:!1,animate:!1,animateDuration:"slow",animateEasing:"swing",aspectRatio:!1,autoHide:!1,classes:{"ui-resizable-se":"ui-icon ui-icon-gripsmall-diagonal-se"},containment:!1,ghost:!1,grid:!1,handles:"e,s,se",helper:!1,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:90,resize:null,start:null,stop:null},_num:function(t){return parseFloat(t)||0},_isNumber:function(t){return!isNaN(parseFloat(t))},_hasScroll:function(e,n){if("hidden"===t(e).css("overflow"))return!1;var i=n&&"left"===n?"scrollLeft":"scrollTop",o=!1;if(e[i]>0)return!0;try{e[i]=1,o=e[i]>0,e[i]=0}catch(t){}return o},_create:function(){var e,n=this.options,i=this;this._addClass("ui-resizable"),t.extend(this,{_aspectRatio:!!n.aspectRatio,aspectRatio:n.aspectRatio,originalElement:this.element,_proportionallyResizeElements:[],_helper:n.helper||n.ghost||n.animate?n.helper||"ui-resizable-helper":null}),this.element[0].nodeName.match(/^(canvas|textarea|input|select|button|img)$/i)&&(this.element.wrap(t("
      ").css({overflow:"hidden",position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")})),this.element=this.element.parent().data("ui-resizable",this.element.resizable("instance")),this.elementIsWrapper=!0,e={marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom"),marginLeft:this.originalElement.css("marginLeft")},this.element.css(e),this.originalElement.css("margin",0),this.originalResizeStyle=this.originalElement.css("resize"),this.originalElement.css("resize","none"),this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"})),this.originalElement.css(e),this._proportionallyResize()),this._setupHandles(),n.autoHide&&t(this.element).on("mouseenter",(function(){n.disabled||(i._removeClass("ui-resizable-autohide"),i._handles.show())})).on("mouseleave",(function(){n.disabled||i.resizing||(i._addClass("ui-resizable-autohide"),i._handles.hide())})),this._mouseInit()},_destroy:function(){this._mouseDestroy(),this._addedHandles.remove();var e,n=function(e){t(e).removeData("resizable").removeData("ui-resizable").off(".resizable")};return this.elementIsWrapper&&(n(this.element),e=this.element,this.originalElement.css({position:e.css("position"),width:e.outerWidth(),height:e.outerHeight(),top:e.css("top"),left:e.css("left")}).insertAfter(e),e.remove()),this.originalElement.css("resize",this.originalResizeStyle),n(this.originalElement),this},_setOption:function(t,e){switch(this._super(t,e),t){case"handles":this._removeHandles(),this._setupHandles();break;case"aspectRatio":this._aspectRatio=!!e}},_setupHandles:function(){var e,n,i,o,r,s=this.options,a=this;if(this.handles=s.handles||(t(".ui-resizable-handle",this.element).length?{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",nw:".ui-resizable-nw"}:"e,s,se"),this._handles=t(),this._addedHandles=t(),this.handles.constructor===String)for("all"===this.handles&&(this.handles="n,e,s,w,se,sw,ne,nw"),i=this.handles.split(","),this.handles={},n=0;n"),this._addClass(r,"ui-resizable-handle "+o),r.css({zIndex:s.zIndex}),this.handles[e]=".ui-resizable-"+e,this.element.children(this.handles[e]).length||(this.element.append(r),this._addedHandles=this._addedHandles.add(r));this._renderAxis=function(e){var n,i,o,r;for(n in e=e||this.element,this.handles)this.handles[n].constructor===String?this.handles[n]=this.element.children(this.handles[n]).first().show():(this.handles[n].jquery||this.handles[n].nodeType)&&(this.handles[n]=t(this.handles[n]),this._on(this.handles[n],{mousedown:a._mouseDown})),this.elementIsWrapper&&this.originalElement[0].nodeName.match(/^(textarea|input|select|button)$/i)&&(i=t(this.handles[n],this.element),r=/sw|ne|nw|se|n|s/.test(n)?i.outerHeight():i.outerWidth(),o=["padding",/ne|nw|n/.test(n)?"Top":/se|sw|s/.test(n)?"Bottom":/^e$/.test(n)?"Right":"Left"].join(""),e.css(o,r),this._proportionallyResize()),this._handles=this._handles.add(this.handles[n])},this._renderAxis(this.element),this._handles=this._handles.add(this.element.find(".ui-resizable-handle")),this._handles.disableSelection(),this._handles.on("mouseover",(function(){a.resizing||(this.className&&(r=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i)),a.axis=r&&r[1]?r[1]:"se")})),s.autoHide&&(this._handles.hide(),this._addClass("ui-resizable-autohide"))},_removeHandles:function(){this._addedHandles.remove()},_mouseCapture:function(e){var n,i,o=!1;for(n in this.handles)((i=t(this.handles[n])[0])===e.target||t.contains(i,e.target))&&(o=!0);return!this.options.disabled&&o},_mouseStart:function(e){var n,i,o,r=this.options,s=this.element;return this.resizing=!0,this._renderProxy(),n=this._num(this.helper.css("left")),i=this._num(this.helper.css("top")),r.containment&&(n+=t(r.containment).scrollLeft()||0,i+=t(r.containment).scrollTop()||0),this.offset=this.helper.offset(),this.position={left:n,top:i},this.size=this._helper?{width:this.helper.width(),height:this.helper.height()}:{width:s.width(),height:s.height()},this.originalSize=this._helper?{width:s.outerWidth(),height:s.outerHeight()}:{width:s.width(),height:s.height()},this.sizeDiff={width:s.outerWidth()-s.width(),height:s.outerHeight()-s.height()},this.originalPosition={left:n,top:i},this.originalMousePosition={left:e.pageX,top:e.pageY},this.aspectRatio="number"==typeof r.aspectRatio?r.aspectRatio:this.originalSize.width/this.originalSize.height||1,o=t(".ui-resizable-"+this.axis).css("cursor"),t("body").css("cursor","auto"===o?this.axis+"-resize":o),this._addClass("ui-resizable-resizing"),this._propagate("start",e),!0},_mouseDrag:function(e){var n,i,o=this.originalMousePosition,r=this.axis,s=e.pageX-o.left||0,a=e.pageY-o.top||0,c=this._change[r];return this._updatePrevProperties(),!!c&&(n=c.apply(this,[e,s,a]),this._updateVirtualBoundaries(e.shiftKey),(this._aspectRatio||e.shiftKey)&&(n=this._updateRatio(n,e)),n=this._respectSize(n,e),this._updateCache(n),this._propagate("resize",e),i=this._applyChanges(),!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize(),t.isEmptyObject(i)||(this._updatePrevProperties(),this._trigger("resize",e,this.ui()),this._applyChanges()),!1)},_mouseStop:function(e){this.resizing=!1;var n,i,o,r,s,a,c,l=this.options,u=this;return this._helper&&(o=(i=(n=this._proportionallyResizeElements).length&&/textarea/i.test(n[0].nodeName))&&this._hasScroll(n[0],"left")?0:u.sizeDiff.height,r=i?0:u.sizeDiff.width,s={width:u.helper.width()-r,height:u.helper.height()-o},a=parseFloat(u.element.css("left"))+(u.position.left-u.originalPosition.left)||null,c=parseFloat(u.element.css("top"))+(u.position.top-u.originalPosition.top)||null,l.animate||this.element.css(t.extend(s,{top:c,left:a})),u.helper.height(u.size.height),u.helper.width(u.size.width),this._helper&&!l.animate&&this._proportionallyResize()),t("body").css("cursor","auto"),this._removeClass("ui-resizable-resizing"),this._propagate("stop",e),this._helper&&this.helper.remove(),!1},_updatePrevProperties:function(){this.prevPosition={top:this.position.top,left:this.position.left},this.prevSize={width:this.size.width,height:this.size.height}},_applyChanges:function(){var t={};return this.position.top!==this.prevPosition.top&&(t.top=this.position.top+"px"),this.position.left!==this.prevPosition.left&&(t.left=this.position.left+"px"),this.helper.css(t),this.size.width!==this.prevSize.width&&(t.width=this.size.width+"px",this.helper.width(t.width)),this.size.height!==this.prevSize.height&&(t.height=this.size.height+"px",this.helper.height(t.height)),t},_updateVirtualBoundaries:function(t){var e,n,i,o,r,s=this.options;r={minWidth:this._isNumber(s.minWidth)?s.minWidth:0,maxWidth:this._isNumber(s.maxWidth)?s.maxWidth:1/0,minHeight:this._isNumber(s.minHeight)?s.minHeight:0,maxHeight:this._isNumber(s.maxHeight)?s.maxHeight:1/0},(this._aspectRatio||t)&&(e=r.minHeight*this.aspectRatio,i=r.minWidth/this.aspectRatio,n=r.maxHeight*this.aspectRatio,o=r.maxWidth/this.aspectRatio,e>r.minWidth&&(r.minWidth=e),i>r.minHeight&&(r.minHeight=i),nt.width,s=this._isNumber(t.height)&&e.minHeight&&e.minHeight>t.height,a=this.originalPosition.left+this.originalSize.width,c=this.originalPosition.top+this.originalSize.height,l=/sw|nw|w/.test(n),u=/nw|ne|n/.test(n);return r&&(t.width=e.minWidth),s&&(t.height=e.minHeight),i&&(t.width=e.maxWidth),o&&(t.height=e.maxHeight),r&&l&&(t.left=a-e.minWidth),i&&l&&(t.left=a-e.maxWidth),s&&u&&(t.top=c-e.minHeight),o&&u&&(t.top=c-e.maxHeight),t.width||t.height||t.left||!t.top?t.width||t.height||t.top||!t.left||(t.left=null):t.top=null,t},_getPaddingPlusBorderDimensions:function(t){for(var e=0,n=[],i=[t.css("borderTopWidth"),t.css("borderRightWidth"),t.css("borderBottomWidth"),t.css("borderLeftWidth")],o=[t.css("paddingTop"),t.css("paddingRight"),t.css("paddingBottom"),t.css("paddingLeft")];e<4;e++)n[e]=parseFloat(i[e])||0,n[e]+=parseFloat(o[e])||0;return{height:n[0]+n[2],width:n[1]+n[3]}},_proportionallyResize:function(){if(this._proportionallyResizeElements.length)for(var t,e=0,n=this.helper||this.element;e
      ").css({overflow:"hidden"}),this._addClass(this.helper,this._helper),this.helper.css({width:this.element.outerWidth(),height:this.element.outerHeight(),position:"absolute",left:this.elementOffset.left+"px",top:this.elementOffset.top+"px",zIndex:++n.zIndex}),this.helper.appendTo("body").disableSelection()):this.helper=this.element},_change:{e:function(t,e){return{width:this.originalSize.width+e}},w:function(t,e){var n=this.originalSize;return{left:this.originalPosition.left+e,width:n.width-e}},n:function(t,e,n){var i=this.originalSize;return{top:this.originalPosition.top+n,height:i.height-n}},s:function(t,e,n){return{height:this.originalSize.height+n}},se:function(e,n,i){return t.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[e,n,i]))},sw:function(e,n,i){return t.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[e,n,i]))},ne:function(e,n,i){return t.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[e,n,i]))},nw:function(e,n,i){return t.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[e,n,i]))}},_propagate:function(e,n){t.ui.plugin.call(this,e,[n,this.ui()]),"resize"!==e&&this._trigger(e,n,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}}),t.ui.plugin.add("resizable","animate",{stop:function(e){var n=t(this).resizable("instance"),i=n.options,o=n._proportionallyResizeElements,r=o.length&&/textarea/i.test(o[0].nodeName),s=r&&n._hasScroll(o[0],"left")?0:n.sizeDiff.height,a=r?0:n.sizeDiff.width,c={width:n.size.width-a,height:n.size.height-s},l=parseFloat(n.element.css("left"))+(n.position.left-n.originalPosition.left)||null,u=parseFloat(n.element.css("top"))+(n.position.top-n.originalPosition.top)||null;n.element.animate(t.extend(c,u&&l?{top:u,left:l}:{}),{duration:i.animateDuration,easing:i.animateEasing,step:function(){var i={width:parseFloat(n.element.css("width")),height:parseFloat(n.element.css("height")),top:parseFloat(n.element.css("top")),left:parseFloat(n.element.css("left"))};o&&o.length&&t(o[0]).css({width:i.width,height:i.height}),n._updateCache(i),n._propagate("resize",e)}})}}),t.ui.plugin.add("resizable","containment",{start:function(){var e,n,i,o,r,s,a,c=t(this).resizable("instance"),l=c.options,u=c.element,h=l.containment,d=h instanceof t?h.get(0):/parent/.test(h)?u.parent().get(0):h;d&&(c.containerElement=t(d),/document/.test(h)||h===document?(c.containerOffset={left:0,top:0},c.containerPosition={left:0,top:0},c.parentData={element:t(document),left:0,top:0,width:t(document).width(),height:t(document).height()||document.body.parentNode.scrollHeight}):(e=t(d),n=[],t(["Top","Right","Left","Bottom"]).each((function(t,i){n[t]=c._num(e.css("padding"+i))})),c.containerOffset=e.offset(),c.containerPosition=e.position(),c.containerSize={height:e.innerHeight()-n[3],width:e.innerWidth()-n[1]},i=c.containerOffset,o=c.containerSize.height,r=c.containerSize.width,s=c._hasScroll(d,"left")?d.scrollWidth:r,a=c._hasScroll(d)?d.scrollHeight:o,c.parentData={element:d,left:i.left,top:i.top,width:s,height:a}))},resize:function(e){var n,i,o,r,s=t(this).resizable("instance"),a=s.options,c=s.containerOffset,l=s.position,u=s._aspectRatio||e.shiftKey,h={top:0,left:0},d=s.containerElement,p=!0;d[0]!==document&&/static/.test(d.css("position"))&&(h=c),l.left<(s._helper?c.left:0)&&(s.size.width=s.size.width+(s._helper?s.position.left-c.left:s.position.left-h.left),u&&(s.size.height=s.size.width/s.aspectRatio,p=!1),s.position.left=a.helper?c.left:0),l.top<(s._helper?c.top:0)&&(s.size.height=s.size.height+(s._helper?s.position.top-c.top:s.position.top),u&&(s.size.width=s.size.height*s.aspectRatio,p=!1),s.position.top=s._helper?c.top:0),o=s.containerElement.get(0)===s.element.parent().get(0),r=/relative|absolute/.test(s.containerElement.css("position")),o&&r?(s.offset.left=s.parentData.left+s.position.left,s.offset.top=s.parentData.top+s.position.top):(s.offset.left=s.element.offset().left,s.offset.top=s.element.offset().top),n=Math.abs(s.sizeDiff.width+(s._helper?s.offset.left-h.left:s.offset.left-c.left)),i=Math.abs(s.sizeDiff.height+(s._helper?s.offset.top-h.top:s.offset.top-c.top)),n+s.size.width>=s.parentData.width&&(s.size.width=s.parentData.width-n,u&&(s.size.height=s.size.width/s.aspectRatio,p=!1)),i+s.size.height>=s.parentData.height&&(s.size.height=s.parentData.height-i,u&&(s.size.width=s.size.height*s.aspectRatio,p=!1)),p||(s.position.left=s.prevPosition.left,s.position.top=s.prevPosition.top,s.size.width=s.prevSize.width,s.size.height=s.prevSize.height)},stop:function(){var e=t(this).resizable("instance"),n=e.options,i=e.containerOffset,o=e.containerPosition,r=e.containerElement,s=t(e.helper),a=s.offset(),c=s.outerWidth()-e.sizeDiff.width,l=s.outerHeight()-e.sizeDiff.height;e._helper&&!n.animate&&/relative/.test(r.css("position"))&&t(this).css({left:a.left-o.left-i.left,width:c,height:l}),e._helper&&!n.animate&&/static/.test(r.css("position"))&&t(this).css({left:a.left-o.left-i.left,width:c,height:l})}}),t.ui.plugin.add("resizable","alsoResize",{start:function(){var e=t(this).resizable("instance").options;t(e.alsoResize).each((function(){var e=t(this);e.data("ui-resizable-alsoresize",{width:parseFloat(e.css("width")),height:parseFloat(e.css("height")),left:parseFloat(e.css("left")),top:parseFloat(e.css("top"))})}))},resize:function(e,n){var i=t(this).resizable("instance"),o=i.options,r=i.originalSize,s=i.originalPosition,a={height:i.size.height-r.height||0,width:i.size.width-r.width||0,top:i.position.top-s.top||0,left:i.position.left-s.left||0};t(o.alsoResize).each((function(){var e=t(this),i=t(this).data("ui-resizable-alsoresize"),o={},r=e.parents(n.originalElement[0]).length?["width","height"]:["width","height","top","left"];t.each(r,(function(t,e){var n=(i[e]||0)+(a[e]||0);n&&n>=0&&(o[e]=n||null)})),e.css(o)}))},stop:function(){t(this).removeData("ui-resizable-alsoresize")}}),t.ui.plugin.add("resizable","ghost",{start:function(){var e=t(this).resizable("instance"),n=e.size;e.ghost=e.originalElement.clone(),e.ghost.css({opacity:.25,display:"block",position:"relative",height:n.height,width:n.width,margin:0,left:0,top:0}),e._addClass(e.ghost,"ui-resizable-ghost"),!1!==t.uiBackCompat&&"string"==typeof e.options.ghost&&e.ghost.addClass(this.options.ghost),e.ghost.appendTo(e.helper)},resize:function(){var e=t(this).resizable("instance");e.ghost&&e.ghost.css({position:"relative",height:e.size.height,width:e.size.width})},stop:function(){var e=t(this).resizable("instance");e.ghost&&e.helper&&e.helper.get(0).removeChild(e.ghost.get(0))}}),t.ui.plugin.add("resizable","grid",{resize:function(){var e,n=t(this).resizable("instance"),i=n.options,o=n.size,r=n.originalSize,s=n.originalPosition,a=n.axis,c="number"==typeof i.grid?[i.grid,i.grid]:i.grid,l=c[0]||1,u=c[1]||1,h=Math.round((o.width-r.width)/l)*l,d=Math.round((o.height-r.height)/u)*u,p=r.width+h,A=r.height+d,f=i.maxWidth&&i.maxWidthp,b=i.minHeight&&i.minHeight>A;i.grid=c,m&&(p+=l),b&&(A+=u),f&&(p-=l),g&&(A-=u),/^(se|s|e)$/.test(a)?(n.size.width=p,n.size.height=A):/^(ne)$/.test(a)?(n.size.width=p,n.size.height=A,n.position.top=s.top-d):/^(sw)$/.test(a)?(n.size.width=p,n.size.height=A,n.position.left=s.left-h):((A-u<=0||p-l<=0)&&(e=n._getPaddingPlusBorderDimensions(this)),A-u>0?(n.size.height=A,n.position.top=s.top-d):(A=u-e.height,n.size.height=A,n.position.top=s.top+r.height-A),p-l>0?(n.size.width=p,n.position.left=s.left-h):(p=l-e.width,n.size.width=p,n.position.left=s.left+r.width-p))}}),t.ui.resizable,t.widget("ui.dialog",{version:"1.13.3",options:{appendTo:"body",autoOpen:!0,buttons:[],classes:{"ui-dialog":"ui-corner-all","ui-dialog-titlebar":"ui-corner-all"},closeOnEscape:!0,closeText:"Close",draggable:!0,hide:null,height:"auto",maxHeight:null,maxWidth:null,minHeight:150,minWidth:150,modal:!1,position:{my:"center",at:"center",of:window,collision:"fit",using:function(e){var n=t(this).css(e).offset().top;n<0&&t(this).css("top",e.top-n)}},resizable:!0,show:null,title:null,width:300,beforeClose:null,close:null,drag:null,dragStart:null,dragStop:null,focus:null,open:null,resize:null,resizeStart:null,resizeStop:null},sizeRelatedOptions:{buttons:!0,height:!0,maxHeight:!0,maxWidth:!0,minHeight:!0,minWidth:!0,width:!0},resizableRelatedOptions:{maxHeight:!0,maxWidth:!0,minHeight:!0,minWidth:!0},_create:function(){this.originalCss={display:this.element[0].style.display,width:this.element[0].style.width,minHeight:this.element[0].style.minHeight,maxHeight:this.element[0].style.maxHeight,height:this.element[0].style.height},this.originalPosition={parent:this.element.parent(),index:this.element.parent().children().index(this.element)},this.originalTitle=this.element.attr("title"),null==this.options.title&&null!=this.originalTitle&&(this.options.title=this.originalTitle),this.options.disabled&&(this.options.disabled=!1),this._createWrapper(),this.element.show().removeAttr("title").appendTo(this.uiDialog),this._addClass("ui-dialog-content","ui-widget-content"),this._createTitlebar(),this._createButtonPane(),this.options.draggable&&t.fn.draggable&&this._makeDraggable(),this.options.resizable&&t.fn.resizable&&this._makeResizable(),this._isOpen=!1,this._trackFocus()},_init:function(){this.options.autoOpen&&this.open()},_appendTo:function(){var e=this.options.appendTo;return e&&(e.jquery||e.nodeType)?t(e):this.document.find(e||"body").eq(0)},_destroy:function(){var t,e=this.originalPosition;this._untrackInstance(),this._destroyOverlay(),this.element.removeUniqueId().css(this.originalCss).detach(),this.uiDialog.remove(),this.originalTitle&&this.element.attr("title",this.originalTitle),(t=e.parent.children().eq(e.index)).length&&t[0]!==this.element[0]?t.before(this.element):e.parent.append(this.element)},widget:function(){return this.uiDialog},disable:t.noop,enable:t.noop,close:function(e){var n=this;this._isOpen&&!1!==this._trigger("beforeClose",e)&&(this._isOpen=!1,this._focusedElement=null,this._destroyOverlay(),this._untrackInstance(),this.opener.filter(":focusable").trigger("focus").length||t.ui.safeBlur(t.ui.safeActiveElement(this.document[0])),this._hide(this.uiDialog,this.options.hide,(function(){n._trigger("close",e)})))},isOpen:function(){return this._isOpen},moveToTop:function(){this._moveToTop()},_moveToTop:function(e,n){var i=!1,o=this.uiDialog.siblings(".ui-front:visible").map((function(){return+t(this).css("z-index")})).get(),r=Math.max.apply(null,o);return r>=+this.uiDialog.css("z-index")&&(this.uiDialog.css("z-index",r+1),i=!0),i&&!n&&this._trigger("focus",e),i},open:function(){var e=this;this._isOpen?this._moveToTop()&&this._focusTabbable():(this._isOpen=!0,this.opener=t(t.ui.safeActiveElement(this.document[0])),this._size(),this._position(),this._createOverlay(),this._moveToTop(null,!0),this.overlay&&this.overlay.css("z-index",this.uiDialog.css("z-index")-1),this._show(this.uiDialog,this.options.show,(function(){e._focusTabbable(),e._trigger("focus")})),this._makeFocusTarget(),this._trigger("open"))},_focusTabbable:function(){var t=this._focusedElement;t||(t=this.element.find("[autofocus]")),t.length||(t=this.element.find(":tabbable")),t.length||(t=this.uiDialogButtonPane.find(":tabbable")),t.length||(t=this.uiDialogTitlebarClose.filter(":tabbable")),t.length||(t=this.uiDialog),t.eq(0).trigger("focus")},_restoreTabbableFocus:function(){var e=t.ui.safeActiveElement(this.document[0]);this.uiDialog[0]===e||t.contains(this.uiDialog[0],e)||this._focusTabbable()},_keepFocus:function(t){t.preventDefault(),this._restoreTabbableFocus(),this._delay(this._restoreTabbableFocus)},_createWrapper:function(){this.uiDialog=t("
      ").hide().attr({tabIndex:-1,role:"dialog"}).appendTo(this._appendTo()),this._addClass(this.uiDialog,"ui-dialog","ui-widget ui-widget-content ui-front"),this._on(this.uiDialog,{keydown:function(e){if(this.options.closeOnEscape&&!e.isDefaultPrevented()&&e.keyCode&&e.keyCode===t.ui.keyCode.ESCAPE)return e.preventDefault(),void this.close(e);if(e.keyCode===t.ui.keyCode.TAB&&!e.isDefaultPrevented()){var n=this.uiDialog.find(":tabbable"),i=n.first(),o=n.last();e.target!==o[0]&&e.target!==this.uiDialog[0]||e.shiftKey?e.target!==i[0]&&e.target!==this.uiDialog[0]||!e.shiftKey||(this._delay((function(){o.trigger("focus")})),e.preventDefault()):(this._delay((function(){i.trigger("focus")})),e.preventDefault())}},mousedown:function(t){this._moveToTop(t)&&this._focusTabbable()}}),this.element.find("[aria-describedby]").length||this.uiDialog.attr({"aria-describedby":this.element.uniqueId().attr("id")})},_createTitlebar:function(){var e;this.uiDialogTitlebar=t("
      "),this._addClass(this.uiDialogTitlebar,"ui-dialog-titlebar","ui-widget-header ui-helper-clearfix"),this._on(this.uiDialogTitlebar,{mousedown:function(e){t(e.target).closest(".ui-dialog-titlebar-close")||this.uiDialog.trigger("focus")}}),this.uiDialogTitlebarClose=t("").button({label:t("").text(this.options.closeText).html(),icon:"ui-icon-closethick",showLabel:!1}).appendTo(this.uiDialogTitlebar),this._addClass(this.uiDialogTitlebarClose,"ui-dialog-titlebar-close"),this._on(this.uiDialogTitlebarClose,{click:function(t){t.preventDefault(),this.close(t)}}),e=t("").uniqueId().prependTo(this.uiDialogTitlebar),this._addClass(e,"ui-dialog-title"),this._title(e),this.uiDialogTitlebar.prependTo(this.uiDialog),this.uiDialog.attr({"aria-labelledby":e.attr("id")})},_title:function(t){this.options.title?t.text(this.options.title):t.html(" ")},_createButtonPane:function(){this.uiDialogButtonPane=t("
      "),this._addClass(this.uiDialogButtonPane,"ui-dialog-buttonpane","ui-widget-content ui-helper-clearfix"),this.uiButtonSet=t("
      ").appendTo(this.uiDialogButtonPane),this._addClass(this.uiButtonSet,"ui-dialog-buttonset"),this._createButtons()},_createButtons:function(){var e=this,n=this.options.buttons;this.uiDialogButtonPane.remove(),this.uiButtonSet.empty(),t.isEmptyObject(n)||Array.isArray(n)&&!n.length?this._removeClass(this.uiDialog,"ui-dialog-buttons"):(t.each(n,(function(n,i){var o,r;i="function"==typeof i?{click:i,text:n}:i,i=t.extend({type:"button"},i),o=i.click,r={icon:i.icon,iconPosition:i.iconPosition,showLabel:i.showLabel,icons:i.icons,text:i.text},delete i.click,delete i.icon,delete i.iconPosition,delete i.showLabel,delete i.icons,"boolean"==typeof i.text&&delete i.text,t("",i).button(r).appendTo(e.uiButtonSet).on("click",(function(){o.apply(e.element[0],arguments)}))})),this._addClass(this.uiDialog,"ui-dialog-buttons"),this.uiDialogButtonPane.appendTo(this.uiDialog))},_makeDraggable:function(){var e=this,n=this.options;function i(t){return{position:t.position,offset:t.offset}}this.uiDialog.draggable({cancel:".ui-dialog-content, .ui-dialog-titlebar-close",handle:".ui-dialog-titlebar",containment:"document",start:function(n,o){e._addClass(t(this),"ui-dialog-dragging"),e._blockFrames(),e._trigger("dragStart",n,i(o))},drag:function(t,n){e._trigger("drag",t,i(n))},stop:function(o,r){var s=r.offset.left-e.document.scrollLeft(),a=r.offset.top-e.document.scrollTop();n.position={my:"left top",at:"left"+(s>=0?"+":"")+s+" top"+(a>=0?"+":"")+a,of:e.window},e._removeClass(t(this),"ui-dialog-dragging"),e._unblockFrames(),e._trigger("dragStop",o,i(r))}})},_makeResizable:function(){var e=this,n=this.options,i=n.resizable,o=this.uiDialog.css("position"),r="string"==typeof i?i:"n,e,s,w,se,sw,ne,nw";function s(t){return{originalPosition:t.originalPosition,originalSize:t.originalSize,position:t.position,size:t.size}}this.uiDialog.resizable({cancel:".ui-dialog-content",containment:"document",alsoResize:this.element,maxWidth:n.maxWidth,maxHeight:n.maxHeight,minWidth:n.minWidth,minHeight:this._minHeight(),handles:r,start:function(n,i){e._addClass(t(this),"ui-dialog-resizing"),e._blockFrames(),e._trigger("resizeStart",n,s(i))},resize:function(t,n){e._trigger("resize",t,s(n))},stop:function(i,o){var r=e.uiDialog.offset(),a=r.left-e.document.scrollLeft(),c=r.top-e.document.scrollTop();n.height=e.uiDialog.height(),n.width=e.uiDialog.width(),n.position={my:"left top",at:"left"+(a>=0?"+":"")+a+" top"+(c>=0?"+":"")+c,of:e.window},e._removeClass(t(this),"ui-dialog-resizing"),e._unblockFrames(),e._trigger("resizeStop",i,s(o))}}).css("position",o)},_trackFocus:function(){this._on(this.widget(),{focusin:function(e){this._makeFocusTarget(),this._focusedElement=t(e.target)}})},_makeFocusTarget:function(){this._untrackInstance(),this._trackingInstances().unshift(this)},_untrackInstance:function(){var e=this._trackingInstances(),n=t.inArray(this,e);-1!==n&&e.splice(n,1)},_trackingInstances:function(){var t=this.document.data("ui-dialog-instances");return t||(t=[],this.document.data("ui-dialog-instances",t)),t},_minHeight:function(){var t=this.options;return"auto"===t.height?t.minHeight:Math.min(t.minHeight,t.height)},_position:function(){var t=this.uiDialog.is(":visible");t||this.uiDialog.show(),this.uiDialog.position(this.options.position),t||this.uiDialog.hide()},_setOptions:function(e){var n=this,i=!1,o={};t.each(e,(function(t,e){n._setOption(t,e),t in n.sizeRelatedOptions&&(i=!0),t in n.resizableRelatedOptions&&(o[t]=e)})),i&&(this._size(),this._position()),this.uiDialog.is(":data(ui-resizable)")&&this.uiDialog.resizable("option",o)},_setOption:function(e,n){var i,o,r=this.uiDialog;"disabled"!==e&&(this._super(e,n),"appendTo"===e&&this.uiDialog.appendTo(this._appendTo()),"buttons"===e&&this._createButtons(),"closeText"===e&&this.uiDialogTitlebarClose.button({label:t("").text(""+this.options.closeText).html()}),"draggable"===e&&((i=r.is(":data(ui-draggable)"))&&!n&&r.draggable("destroy"),!i&&n&&this._makeDraggable()),"position"===e&&this._position(),"resizable"===e&&((o=r.is(":data(ui-resizable)"))&&!n&&r.resizable("destroy"),o&&"string"==typeof n&&r.resizable("option","handles",n),o||!1===n||this._makeResizable()),"title"===e&&this._title(this.uiDialogTitlebar.find(".ui-dialog-title")))},_size:function(){var t,e,n,i=this.options;this.element.show().css({width:"auto",minHeight:0,maxHeight:"none",height:0}),i.minWidth>i.width&&(i.width=i.minWidth),t=this.uiDialog.css({height:"auto",width:i.width}).outerHeight(),e=Math.max(0,i.minHeight-t),n="number"==typeof i.maxHeight?Math.max(0,i.maxHeight-t):"none","auto"===i.height?this.element.css({minHeight:e,maxHeight:n,height:"auto"}):this.element.height(Math.max(0,i.height-t)),this.uiDialog.is(":data(ui-resizable)")&&this.uiDialog.resizable("option","minHeight",this._minHeight())},_blockFrames:function(){this.iframeBlocks=this.document.find("iframe").map((function(){var e=t(this);return t("
      ").css({position:"absolute",width:e.outerWidth(),height:e.outerHeight()}).appendTo(e.parent()).offset(e.offset())[0]}))},_unblockFrames:function(){this.iframeBlocks&&(this.iframeBlocks.remove(),delete this.iframeBlocks)},_allowInteraction:function(e){return!!t(e.target).closest(".ui-dialog").length||!!t(e.target).closest(".ui-datepicker").length},_createOverlay:function(){if(this.options.modal){var e=t.fn.jquery.substring(0,4),n=!0;this._delay((function(){n=!1})),this.document.data("ui-dialog-overlays")||this.document.on("focusin.ui-dialog",function(t){if(!n){var i=this._trackingInstances()[0];i._allowInteraction(t)||(t.preventDefault(),i._focusTabbable(),"3.4."!==e&&"3.5."!==e&&"3.6."!==e||i._delay(i._restoreTabbableFocus))}}.bind(this)),this.overlay=t("
      ").appendTo(this._appendTo()),this._addClass(this.overlay,null,"ui-widget-overlay ui-front"),this._on(this.overlay,{mousedown:"_keepFocus"}),this.document.data("ui-dialog-overlays",(this.document.data("ui-dialog-overlays")||0)+1)}},_destroyOverlay:function(){if(this.options.modal&&this.overlay){var t=this.document.data("ui-dialog-overlays")-1;t?this.document.data("ui-dialog-overlays",t):(this.document.off("focusin.ui-dialog"),this.document.removeData("ui-dialog-overlays")),this.overlay.remove(),this.overlay=null}}}),!1!==t.uiBackCompat&&t.widget("ui.dialog",t.ui.dialog,{options:{dialogClass:""},_createWrapper:function(){this._super(),this.uiDialog.addClass(this.options.dialogClass)},_setOption:function(t,e){"dialogClass"===t&&this.uiDialog.removeClass(this.options.dialogClass).addClass(e),this._superApply(arguments)}}),t.ui.dialog,t.widget("ui.droppable",{version:"1.13.3",widgetEventPrefix:"drop",options:{accept:"*",addClasses:!0,greedy:!1,scope:"default",tolerance:"intersect",activate:null,deactivate:null,drop:null,out:null,over:null},_create:function(){var t,e=this.options,n=e.accept;this.isover=!1,this.isout=!0,this.accept="function"==typeof n?n:function(t){return t.is(n)},this.proportions=function(){if(!arguments.length)return t||(t={width:this.element[0].offsetWidth,height:this.element[0].offsetHeight});t=arguments[0]},this._addToManager(e.scope),e.addClasses&&this._addClass("ui-droppable")},_addToManager:function(e){t.ui.ddmanager.droppables[e]=t.ui.ddmanager.droppables[e]||[],t.ui.ddmanager.droppables[e].push(this)},_splice:function(t){for(var e=0;e=e&&t=u&&s<=d||c>=u&&c<=d||sd)&&(r>=l&&r<=h||a>=l&&a<=h||rh);default:return!1}}}(),t.ui.ddmanager={current:null,droppables:{default:[]},prepareOffsets:function(e,n){var i,o,r=t.ui.ddmanager.droppables[e.options.scope]||[],s=n?n.type:null,a=(e.currentItem||e.element).find(":data(ui-droppable)").addBack();t:for(i=0;i").appendTo(this.element),this._addClass(this.valueDiv,"ui-progressbar-value","ui-widget-header"),this._refreshValue()},_destroy:function(){this.element.removeAttr("role aria-valuemin aria-valuemax aria-valuenow"),this.valueDiv.remove()},value:function(t){if(void 0===t)return this.options.value;this.options.value=this._constrainedValue(t),this._refreshValue()},_constrainedValue:function(t){return void 0===t&&(t=this.options.value),this.indeterminate=!1===t,"number"!=typeof t&&(t=0),!this.indeterminate&&Math.min(this.options.max,Math.max(this.min,t))},_setOptions:function(t){var e=t.value;delete t.value,this._super(t),this.options.value=this._constrainedValue(e),this._refreshValue()},_setOption:function(t,e){"max"===t&&(e=Math.max(this.min,e)),this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",t),this._toggleClass(null,"ui-state-disabled",!!t)},_percentage:function(){return this.indeterminate?100:100*(this.options.value-this.min)/(this.options.max-this.min)},_refreshValue:function(){var e=this.options.value,n=this._percentage();this.valueDiv.toggle(this.indeterminate||e>this.min).width(n.toFixed(0)+"%"),this._toggleClass(this.valueDiv,"ui-progressbar-complete",null,e===this.options.max)._toggleClass("ui-progressbar-indeterminate",null,this.indeterminate),this.indeterminate?(this.element.removeAttr("aria-valuenow"),this.overlayDiv||(this.overlayDiv=t("
      ").appendTo(this.valueDiv),this._addClass(this.overlayDiv,"ui-progressbar-overlay"))):(this.element.attr({"aria-valuemax":this.options.max,"aria-valuenow":e}),this.overlayDiv&&(this.overlayDiv.remove(),this.overlayDiv=null)),this.oldValue!==e&&(this.oldValue=e,this._trigger("change")),e===this.options.max&&this._trigger("complete")}}),t.widget("ui.selectable",t.ui.mouse,{version:"1.13.3",options:{appendTo:"body",autoRefresh:!0,distance:0,filter:"*",tolerance:"touch",selected:null,selecting:null,start:null,stop:null,unselected:null,unselecting:null},_create:function(){var e=this;this._addClass("ui-selectable"),this.dragged=!1,this.refresh=function(){e.elementPos=t(e.element[0]).offset(),e.selectees=t(e.options.filter,e.element[0]),e._addClass(e.selectees,"ui-selectee"),e.selectees.each((function(){var n=t(this),i=n.offset(),o={left:i.left-e.elementPos.left,top:i.top-e.elementPos.top};t.data(this,"selectable-item",{element:this,$element:n,left:o.left,top:o.top,right:o.left+n.outerWidth(),bottom:o.top+n.outerHeight(),startselected:!1,selected:n.hasClass("ui-selected"),selecting:n.hasClass("ui-selecting"),unselecting:n.hasClass("ui-unselecting")})}))},this.refresh(),this._mouseInit(),this.helper=t("
      "),this._addClass(this.helper,"ui-selectable-helper")},_destroy:function(){this.selectees.removeData("selectable-item"),this._mouseDestroy()},_mouseStart:function(e){var n=this,i=this.options;this.opos=[e.pageX,e.pageY],this.elementPos=t(this.element[0]).offset(),this.options.disabled||(this.selectees=t(i.filter,this.element[0]),this._trigger("start",e),t(i.appendTo).append(this.helper),this.helper.css({left:e.pageX,top:e.pageY,width:0,height:0}),i.autoRefresh&&this.refresh(),this.selectees.filter(".ui-selected").each((function(){var i=t.data(this,"selectable-item");i.startselected=!0,e.metaKey||e.ctrlKey||(n._removeClass(i.$element,"ui-selected"),i.selected=!1,n._addClass(i.$element,"ui-unselecting"),i.unselecting=!0,n._trigger("unselecting",e,{unselecting:i.element}))})),t(e.target).parents().addBack().each((function(){var i,o=t.data(this,"selectable-item");if(o)return i=!e.metaKey&&!e.ctrlKey||!o.$element.hasClass("ui-selected"),n._removeClass(o.$element,i?"ui-unselecting":"ui-selected")._addClass(o.$element,i?"ui-selecting":"ui-unselecting"),o.unselecting=!i,o.selecting=i,o.selected=i,i?n._trigger("selecting",e,{selecting:o.element}):n._trigger("unselecting",e,{unselecting:o.element}),!1})))},_mouseDrag:function(e){if(this.dragged=!0,!this.options.disabled){var n,i=this,o=this.options,r=this.opos[0],s=this.opos[1],a=e.pageX,c=e.pageY;return r>a&&(n=a,a=r,r=n),s>c&&(n=c,c=s,s=n),this.helper.css({left:r,top:s,width:a-r,height:c-s}),this.selectees.each((function(){var n=t.data(this,"selectable-item"),l=!1,u={};n&&n.element!==i.element[0]&&(u.left=n.left+i.elementPos.left,u.right=n.right+i.elementPos.left,u.top=n.top+i.elementPos.top,u.bottom=n.bottom+i.elementPos.top,"touch"===o.tolerance?l=!(u.left>a||u.rightc||u.bottomr&&u.rights&&u.bottom",options:{appendTo:null,classes:{"ui-selectmenu-button-open":"ui-corner-top","ui-selectmenu-button-closed":"ui-corner-all"},disabled:null,icons:{button:"ui-icon-triangle-1-s"},position:{my:"left top",at:"left bottom",collision:"none"},width:!1,change:null,close:null,focus:null,open:null,select:null},_create:function(){var e=this.element.uniqueId().attr("id");this.ids={element:e,button:e+"-button",menu:e+"-menu"},this._drawButton(),this._drawMenu(),this._bindFormResetHandler(),this._rendered=!1,this.menuItems=t()},_drawButton:function(){var e,n=this,i=this._parseOption(this.element.find("option:selected"),this.element[0].selectedIndex);this.labels=this.element.labels().attr("for",this.ids.button),this._on(this.labels,{click:function(t){this.button.trigger("focus"),t.preventDefault()}}),this.element.hide(),this.button=t("",{tabindex:this.options.disabled?-1:0,id:this.ids.button,role:"combobox","aria-expanded":"false","aria-autocomplete":"list","aria-owns":this.ids.menu,"aria-haspopup":"true",title:this.element.attr("title")}).insertAfter(this.element),this._addClass(this.button,"ui-selectmenu-button ui-selectmenu-button-closed","ui-button ui-widget"),e=t("").appendTo(this.button),this._addClass(e,"ui-selectmenu-icon","ui-icon "+this.options.icons.button),this.buttonItem=this._renderButtonItem(i).appendTo(this.button),!1!==this.options.width&&this._resizeButton(),this._on(this.button,this._buttonEvents),this.button.one("focusin",(function(){n._rendered||n._refreshMenu()}))},_drawMenu:function(){var e=this;this.menu=t("
        ",{"aria-hidden":"true","aria-labelledby":this.ids.button,id:this.ids.menu}),this.menuWrap=t("
        ").append(this.menu),this._addClass(this.menuWrap,"ui-selectmenu-menu","ui-front"),this.menuWrap.appendTo(this._appendTo()),this.menuInstance=this.menu.menu({classes:{"ui-menu":"ui-corner-bottom"},role:"listbox",select:function(t,n){t.preventDefault(),e._setSelection(),e._select(n.item.data("ui-selectmenu-item"),t)},focus:function(t,n){var i=n.item.data("ui-selectmenu-item");null!=e.focusIndex&&i.index!==e.focusIndex&&(e._trigger("focus",t,{item:i}),e.isOpen||e._select(i,t)),e.focusIndex=i.index,e.button.attr("aria-activedescendant",e.menuItems.eq(i.index).attr("id"))}}).menu("instance"),this.menuInstance._off(this.menu,"mouseleave"),this.menuInstance._closeOnDocumentClick=function(){return!1},this.menuInstance._isDivider=function(){return!1}},refresh:function(){this._refreshMenu(),this.buttonItem.replaceWith(this.buttonItem=this._renderButtonItem(this._getSelectedItem().data("ui-selectmenu-item")||{})),null===this.options.width&&this._resizeButton()},_refreshMenu:function(){var t,e=this.element.find("option");this.menu.empty(),this._parseOptions(e),this._renderMenu(this.menu,this.items),this.menuInstance.refresh(),this.menuItems=this.menu.find("li").not(".ui-selectmenu-optgroup").find(".ui-menu-item-wrapper"),this._rendered=!0,e.length&&(t=this._getSelectedItem(),this.menuInstance.focus(null,t),this._setAria(t.data("ui-selectmenu-item")),this._setOption("disabled",this.element.prop("disabled")))},open:function(t){this.options.disabled||(this._rendered?(this._removeClass(this.menu.find(".ui-state-active"),null,"ui-state-active"),this.menuInstance.focus(null,this._getSelectedItem())):this._refreshMenu(),this.menuItems.length&&(this.isOpen=!0,this._toggleAttr(),this._resizeMenu(),this._position(),this._on(this.document,this._documentClick),this._trigger("open",t)))},_position:function(){this.menuWrap.position(t.extend({of:this.button},this.options.position))},close:function(t){this.isOpen&&(this.isOpen=!1,this._toggleAttr(),this.range=null,this._off(this.document),this._trigger("close",t))},widget:function(){return this.button},menuWidget:function(){return this.menu},_renderButtonItem:function(e){var n=t("");return this._setText(n,e.label),this._addClass(n,"ui-selectmenu-text"),n},_renderMenu:function(e,n){var i=this,o="";t.each(n,(function(n,r){var s;r.optgroup!==o&&(s=t("
      • ",{text:r.optgroup}),i._addClass(s,"ui-selectmenu-optgroup","ui-menu-divider"+(r.element.parent("optgroup").prop("disabled")?" ui-state-disabled":"")),s.appendTo(e),o=r.optgroup),i._renderItemData(e,r)}))},_renderItemData:function(t,e){return this._renderItem(t,e).data("ui-selectmenu-item",e)},_renderItem:function(e,n){var i=t("
      • "),o=t("
        ",{title:n.element.attr("title")});return n.disabled&&this._addClass(i,null,"ui-state-disabled"),n.hidden?i.prop("hidden",!0):this._setText(o,n.label),i.append(o).appendTo(e)},_setText:function(t,e){e?t.text(e):t.html(" ")},_move:function(t,e){var n,i,o=".ui-menu-item";this.isOpen?n=this.menuItems.eq(this.focusIndex).parent("li"):(n=this.menuItems.eq(this.element[0].selectedIndex).parent("li"),o+=":not(.ui-state-disabled)"),(i="first"===t||"last"===t?n["first"===t?"prevAll":"nextAll"](o).eq(-1):n[t+"All"](o).eq(0)).length&&this.menuInstance.focus(e,i)},_getSelectedItem:function(){return this.menuItems.eq(this.element[0].selectedIndex).parent("li")},_toggle:function(t){this[this.isOpen?"close":"open"](t)},_setSelection:function(){var t;this.range&&(window.getSelection?((t=window.getSelection()).removeAllRanges(),t.addRange(this.range)):this.range.select(),this.button.trigger("focus"))},_documentClick:{mousedown:function(e){this.isOpen&&(t(e.target).closest(".ui-selectmenu-menu, #"+t.escapeSelector(this.ids.button)).length||this.close(e))}},_buttonEvents:{mousedown:function(){var t;window.getSelection?(t=window.getSelection()).rangeCount&&(this.range=t.getRangeAt(0)):this.range=document.selection.createRange()},click:function(t){this._setSelection(),this._toggle(t)},keydown:function(e){var n=!0;switch(e.keyCode){case t.ui.keyCode.TAB:case t.ui.keyCode.ESCAPE:this.close(e),n=!1;break;case t.ui.keyCode.ENTER:this.isOpen&&this._selectFocusedItem(e);break;case t.ui.keyCode.UP:e.altKey?this._toggle(e):this._move("prev",e);break;case t.ui.keyCode.DOWN:e.altKey?this._toggle(e):this._move("next",e);break;case t.ui.keyCode.SPACE:this.isOpen?this._selectFocusedItem(e):this._toggle(e);break;case t.ui.keyCode.LEFT:this._move("prev",e);break;case t.ui.keyCode.RIGHT:this._move("next",e);break;case t.ui.keyCode.HOME:case t.ui.keyCode.PAGE_UP:this._move("first",e);break;case t.ui.keyCode.END:case t.ui.keyCode.PAGE_DOWN:this._move("last",e);break;default:this.menu.trigger(e),n=!1}n&&e.preventDefault()}},_selectFocusedItem:function(t){var e=this.menuItems.eq(this.focusIndex).parent("li");e.hasClass("ui-state-disabled")||this._select(e.data("ui-selectmenu-item"),t)},_select:function(t,e){var n=this.element[0].selectedIndex;this.element[0].selectedIndex=t.index,this.buttonItem.replaceWith(this.buttonItem=this._renderButtonItem(t)),this._setAria(t),this._trigger("select",e,{item:t}),t.index!==n&&this._trigger("change",e,{item:t}),this.close(e)},_setAria:function(t){var e=this.menuItems.eq(t.index).attr("id");this.button.attr({"aria-labelledby":e,"aria-activedescendant":e}),this.menu.attr("aria-activedescendant",e)},_setOption:function(t,e){if("icons"===t){var n=this.button.find("span.ui-icon");this._removeClass(n,null,this.options.icons.button)._addClass(n,null,e.button)}this._super(t,e),"appendTo"===t&&this.menuWrap.appendTo(this._appendTo()),"width"===t&&this._resizeButton()},_setOptionDisabled:function(t){this._super(t),this.menuInstance.option("disabled",t),this.button.attr("aria-disabled",t),this._toggleClass(this.button,null,"ui-state-disabled",t),this.element.prop("disabled",t),t?(this.button.attr("tabindex",-1),this.close()):this.button.attr("tabindex",0)},_appendTo:function(){var e=this.options.appendTo;return e&&(e=e.jquery||e.nodeType?t(e):this.document.find(e).eq(0)),e&&e[0]||(e=this.element.closest(".ui-front, dialog")),e.length||(e=this.document[0].body),e},_toggleAttr:function(){this.button.attr("aria-expanded",this.isOpen),this._removeClass(this.button,"ui-selectmenu-button-"+(this.isOpen?"closed":"open"))._addClass(this.button,"ui-selectmenu-button-"+(this.isOpen?"open":"closed"))._toggleClass(this.menuWrap,"ui-selectmenu-open",null,this.isOpen),this.menu.attr("aria-hidden",!this.isOpen)},_resizeButton:function(){var t=this.options.width;!1!==t?(null===t&&(t=this.element.show().outerWidth(),this.element.hide()),this.button.outerWidth(t)):this.button.css("width","")},_resizeMenu:function(){this.menu.outerWidth(Math.max(this.button.outerWidth(),this.menu.width("").outerWidth()+1))},_getCreateOptions:function(){var t=this._super();return t.disabled=this.element.prop("disabled"),t},_parseOptions:function(e){var n=this,i=[];e.each((function(e,o){i.push(n._parseOption(t(o),e))})),this.items=i},_parseOption:function(t,e){var n=t.parent("optgroup");return{element:t,index:e,value:t.val(),label:t.text(),hidden:n.prop("hidden")||t.prop("hidden"),optgroup:n.attr("label")||"",disabled:n.prop("disabled")||t.prop("disabled")}},_destroy:function(){this._unbindFormResetHandler(),this.menuWrap.remove(),this.button.remove(),this.element.show(),this.element.removeUniqueId(),this.labels.attr("for",this.ids.element)}}]),t.widget("ui.slider",t.ui.mouse,{version:"1.13.3",widgetEventPrefix:"slide",options:{animate:!1,classes:{"ui-slider":"ui-corner-all","ui-slider-handle":"ui-corner-all","ui-slider-range":"ui-corner-all ui-widget-header"},distance:0,max:100,min:0,orientation:"horizontal",range:!1,step:1,value:0,values:null,change:null,slide:null,start:null,stop:null},numPages:5,_create:function(){this._keySliding=!1,this._mouseSliding=!1,this._animateOff=!0,this._handleIndex=null,this._detectOrientation(),this._mouseInit(),this._calculateNewMax(),this._addClass("ui-slider ui-slider-"+this.orientation,"ui-widget ui-widget-content"),this._refresh(),this._animateOff=!1},_refresh:function(){this._createRange(),this._createHandles(),this._setupEvents(),this._refreshValue()},_createHandles:function(){var e,n,i=this.options,o=this.element.find(".ui-slider-handle"),r=[];for(n=i.values&&i.values.length||1,o.length>n&&(o.slice(n).remove(),o=o.slice(0,n)),e=o.length;e");this.handles=o.add(t(r.join("")).appendTo(this.element)),this._addClass(this.handles,"ui-slider-handle","ui-state-default"),this.handle=this.handles.eq(0),this.handles.each((function(e){t(this).data("ui-slider-handle-index",e).attr("tabIndex",0)}))},_createRange:function(){var e=this.options;e.range?(!0===e.range&&(e.values?e.values.length&&2!==e.values.length?e.values=[e.values[0],e.values[0]]:Array.isArray(e.values)&&(e.values=e.values.slice(0)):e.values=[this._valueMin(),this._valueMin()]),this.range&&this.range.length?(this._removeClass(this.range,"ui-slider-range-min ui-slider-range-max"),this.range.css({left:"",bottom:""})):(this.range=t("
        ").appendTo(this.element),this._addClass(this.range,"ui-slider-range")),"min"!==e.range&&"max"!==e.range||this._addClass(this.range,"ui-slider-range-"+e.range)):(this.range&&this.range.remove(),this.range=null)},_setupEvents:function(){this._off(this.handles),this._on(this.handles,this._handleEvents),this._hoverable(this.handles),this._focusable(this.handles)},_destroy:function(){this.handles.remove(),this.range&&this.range.remove(),this._mouseDestroy()},_mouseCapture:function(e){var n,i,o,r,s,a,c,l=this,u=this.options;return!u.disabled&&(this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()},this.elementOffset=this.element.offset(),n={x:e.pageX,y:e.pageY},i=this._normValueFromMouse(n),o=this._valueMax()-this._valueMin()+1,this.handles.each((function(e){var n=Math.abs(i-l.values(e));(o>n||o===n&&(e===l._lastChangedValue||l.values(e)===u.min))&&(o=n,r=t(this),s=e)})),!1!==this._start(e,s)&&(this._mouseSliding=!0,this._handleIndex=s,this._addClass(r,null,"ui-state-active"),r.trigger("focus"),a=r.offset(),c=!t(e.target).parents().addBack().is(".ui-slider-handle"),this._clickOffset=c?{left:0,top:0}:{left:e.pageX-a.left-r.width()/2,top:e.pageY-a.top-r.height()/2-(parseInt(r.css("borderTopWidth"),10)||0)-(parseInt(r.css("borderBottomWidth"),10)||0)+(parseInt(r.css("marginTop"),10)||0)},this.handles.hasClass("ui-state-hover")||this._slide(e,s,i),this._animateOff=!0,!0))},_mouseStart:function(){return!0},_mouseDrag:function(t){var e={x:t.pageX,y:t.pageY},n=this._normValueFromMouse(e);return this._slide(t,this._handleIndex,n),!1},_mouseStop:function(t){return this._removeClass(this.handles,null,"ui-state-active"),this._mouseSliding=!1,this._stop(t,this._handleIndex),this._change(t,this._handleIndex),this._handleIndex=null,this._clickOffset=null,this._animateOff=!1,!1},_detectOrientation:function(){this.orientation="vertical"===this.options.orientation?"vertical":"horizontal"},_normValueFromMouse:function(t){var e,n,i,o,r;return"horizontal"===this.orientation?(e=this.elementSize.width,n=t.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)):(e=this.elementSize.height,n=t.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)),(i=n/e)>1&&(i=1),i<0&&(i=0),"vertical"===this.orientation&&(i=1-i),o=this._valueMax()-this._valueMin(),r=this._valueMin()+i*o,this._trimAlignValue(r)},_uiHash:function(t,e,n){var i={handle:this.handles[t],handleIndex:t,value:void 0!==e?e:this.value()};return this._hasMultipleValues()&&(i.value=void 0!==e?e:this.values(t),i.values=n||this.values()),i},_hasMultipleValues:function(){return this.options.values&&this.options.values.length},_start:function(t,e){return this._trigger("start",t,this._uiHash(e))},_slide:function(t,e,n){var i,o=this.value(),r=this.values();this._hasMultipleValues()&&(i=this.values(e?0:1),o=this.values(e),2===this.options.values.length&&!0===this.options.range&&(n=0===e?Math.min(i,n):Math.max(i,n)),r[e]=n),n!==o&&!1!==this._trigger("slide",t,this._uiHash(e,n,r))&&(this._hasMultipleValues()?this.values(e,n):this.value(n))},_stop:function(t,e){this._trigger("stop",t,this._uiHash(e))},_change:function(t,e){this._keySliding||this._mouseSliding||(this._lastChangedValue=e,this._trigger("change",t,this._uiHash(e)))},value:function(t){return arguments.length?(this.options.value=this._trimAlignValue(t),this._refreshValue(),void this._change(null,0)):this._value()},values:function(t,e){var n,i,o;if(arguments.length>1)return this.options.values[t]=this._trimAlignValue(e),this._refreshValue(),void this._change(null,t);if(!arguments.length)return this._values();if(!Array.isArray(arguments[0]))return this._hasMultipleValues()?this._values(t):this.value();for(n=this.options.values,i=arguments[0],o=0;o=0;n--)this._change(null,n);this._animateOff=!1;break;case"step":case"min":case"max":this._animateOff=!0,this._calculateNewMax(),this._refreshValue(),this._animateOff=!1;break;case"range":this._animateOff=!0,this._refresh(),this._animateOff=!1}},_setOptionDisabled:function(t){this._super(t),this._toggleClass(null,"ui-state-disabled",!!t)},_value:function(){var t=this.options.value;return this._trimAlignValue(t)},_values:function(t){var e,n,i;if(arguments.length)return e=this.options.values[t],this._trimAlignValue(e);if(this._hasMultipleValues()){for(n=this.options.values.slice(),i=0;i=this._valueMax())return this._valueMax();var e=this.options.step>0?this.options.step:1,n=(t-this._valueMin())%e,i=t-n;return 2*Math.abs(n)>=e&&(i+=n>0?e:-e),parseFloat(i.toFixed(5))},_calculateNewMax:function(){var t=this.options.max,e=this._valueMin(),n=this.options.step;(t=Math.round((t-e)/n)*n+e)>this.options.max&&(t-=n),this.max=parseFloat(t.toFixed(this._precision()))},_precision:function(){var t=this._precisionOf(this.options.step);return null!==this.options.min&&(t=Math.max(t,this._precisionOf(this.options.min))),t},_precisionOf:function(t){var e=t.toString(),n=e.indexOf(".");return-1===n?0:e.length-n-1},_valueMin:function(){return this.options.min},_valueMax:function(){return this.max},_refreshRange:function(t){"vertical"===t&&this.range.css({width:"",left:""}),"horizontal"===t&&this.range.css({height:"",bottom:""})},_refreshValue:function(){var e,n,i,o,r,s=this.options.range,a=this.options,c=this,l=!this._animateOff&&a.animate,u={};this._hasMultipleValues()?this.handles.each((function(i){n=(c.values(i)-c._valueMin())/(c._valueMax()-c._valueMin())*100,u["horizontal"===c.orientation?"left":"bottom"]=n+"%",t(this).stop(1,1)[l?"animate":"css"](u,a.animate),!0===c.options.range&&("horizontal"===c.orientation?(0===i&&c.range.stop(1,1)[l?"animate":"css"]({left:n+"%"},a.animate),1===i&&c.range[l?"animate":"css"]({width:n-e+"%"},{queue:!1,duration:a.animate})):(0===i&&c.range.stop(1,1)[l?"animate":"css"]({bottom:n+"%"},a.animate),1===i&&c.range[l?"animate":"css"]({height:n-e+"%"},{queue:!1,duration:a.animate}))),e=n})):(i=this.value(),o=this._valueMin(),r=this._valueMax(),n=r!==o?(i-o)/(r-o)*100:0,u["horizontal"===this.orientation?"left":"bottom"]=n+"%",this.handle.stop(1,1)[l?"animate":"css"](u,a.animate),"min"===s&&"horizontal"===this.orientation&&this.range.stop(1,1)[l?"animate":"css"]({width:n+"%"},a.animate),"max"===s&&"horizontal"===this.orientation&&this.range.stop(1,1)[l?"animate":"css"]({width:100-n+"%"},a.animate),"min"===s&&"vertical"===this.orientation&&this.range.stop(1,1)[l?"animate":"css"]({height:n+"%"},a.animate),"max"===s&&"vertical"===this.orientation&&this.range.stop(1,1)[l?"animate":"css"]({height:100-n+"%"},a.animate))},_handleEvents:{keydown:function(e){var n,i,o,r=t(e.target).data("ui-slider-handle-index");switch(e.keyCode){case t.ui.keyCode.HOME:case t.ui.keyCode.END:case t.ui.keyCode.PAGE_UP:case t.ui.keyCode.PAGE_DOWN:case t.ui.keyCode.UP:case t.ui.keyCode.RIGHT:case t.ui.keyCode.DOWN:case t.ui.keyCode.LEFT:if(e.preventDefault(),!this._keySliding&&(this._keySliding=!0,this._addClass(t(e.target),null,"ui-state-active"),!1===this._start(e,r)))return}switch(o=this.options.step,n=i=this._hasMultipleValues()?this.values(r):this.value(),e.keyCode){case t.ui.keyCode.HOME:i=this._valueMin();break;case t.ui.keyCode.END:i=this._valueMax();break;case t.ui.keyCode.PAGE_UP:i=this._trimAlignValue(n+(this._valueMax()-this._valueMin())/this.numPages);break;case t.ui.keyCode.PAGE_DOWN:i=this._trimAlignValue(n-(this._valueMax()-this._valueMin())/this.numPages);break;case t.ui.keyCode.UP:case t.ui.keyCode.RIGHT:if(n===this._valueMax())return;i=this._trimAlignValue(n+o);break;case t.ui.keyCode.DOWN:case t.ui.keyCode.LEFT:if(n===this._valueMin())return;i=this._trimAlignValue(n-o)}this._slide(e,r,i)},keyup:function(e){var n=t(e.target).data("ui-slider-handle-index");this._keySliding&&(this._keySliding=!1,this._stop(e,n),this._change(e,n),this._removeClass(t(e.target),null,"ui-state-active"))}}}),t.widget("ui.sortable",t.ui.mouse,{version:"1.13.3",widgetEventPrefix:"sort",ready:!1,options:{appendTo:"parent",axis:!1,connectWith:!1,containment:!1,cursor:"auto",cursorAt:!1,dropOnEmpty:!0,forcePlaceholderSize:!1,forceHelperSize:!1,grid:!1,handle:!1,helper:"original",items:"> *",opacity:!1,placeholder:!1,revert:!1,scroll:!0,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1e3,activate:null,beforeStop:null,change:null,deactivate:null,out:null,over:null,receive:null,remove:null,sort:null,start:null,stop:null,update:null},_isOverAxis:function(t,e,n){return t>=e&&t=0;t--)this.items[t].item.removeData(this.widgetName+"-item");return this},_mouseCapture:function(e,n){var i=null,o=!1,r=this;return!(this.reverting||this.options.disabled||"static"===this.options.type||(this._refreshItems(e),t(e.target).parents().each((function(){if(t.data(this,r.widgetName+"-item")===r)return i=t(this),!1})),t.data(e.target,r.widgetName+"-item")===r&&(i=t(e.target)),!i||this.options.handle&&!n&&(t(this.options.handle,i).find("*").addBack().each((function(){this===e.target&&(o=!0)})),!o)||(this.currentItem=i,this._removeCurrentsFromItems(),0)))},_mouseStart:function(e,n,i){var o,r,s=this.options;if(this.currentContainer=this,this.refreshPositions(),this.appendTo=t("parent"!==s.appendTo?s.appendTo:this.currentItem.parent()),this.helper=this._createHelper(e),this._cacheHelperProportions(),this._cacheMargins(),this.offset=this.currentItem.offset(),this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left},t.extend(this.offset,{click:{left:e.pageX-this.offset.left,top:e.pageY-this.offset.top},relative:this._getRelativeOffset()}),this.helper.css("position","absolute"),this.cssPosition=this.helper.css("position"),s.cursorAt&&this._adjustOffsetFromHelper(s.cursorAt),this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]},this.helper[0]!==this.currentItem[0]&&this.currentItem.hide(),this._createPlaceholder(),this.scrollParent=this.placeholder.scrollParent(),t.extend(this.offset,{parent:this._getParentOffset()}),s.containment&&this._setContainment(),s.cursor&&"auto"!==s.cursor&&(r=this.document.find("body"),this.storedCursor=r.css("cursor"),r.css("cursor",s.cursor),this.storedStylesheet=t("").appendTo(r)),s.zIndex&&(this.helper.css("zIndex")&&(this._storedZIndex=this.helper.css("zIndex")),this.helper.css("zIndex",s.zIndex)),s.opacity&&(this.helper.css("opacity")&&(this._storedOpacity=this.helper.css("opacity")),this.helper.css("opacity",s.opacity)),this.scrollParent[0]!==this.document[0]&&"HTML"!==this.scrollParent[0].tagName&&(this.overflowOffset=this.scrollParent.offset()),this._trigger("start",e,this._uiHash()),this._preserveHelperProportions||this._cacheHelperProportions(),!i)for(o=this.containers.length-1;o>=0;o--)this.containers[o]._trigger("activate",e,this._uiHash(this));return t.ui.ddmanager&&(t.ui.ddmanager.current=this),t.ui.ddmanager&&!s.dropBehaviour&&t.ui.ddmanager.prepareOffsets(this,e),this.dragging=!0,this._addClass(this.helper,"ui-sortable-helper"),this.helper.parent().is(this.appendTo)||(this.helper.detach().appendTo(this.appendTo),this.offset.parent=this._getParentOffset()),this.position=this.originalPosition=this._generatePosition(e),this.originalPageX=e.pageX,this.originalPageY=e.pageY,this.lastPositionAbs=this.positionAbs=this._convertPositionTo("absolute"),this._mouseDrag(e),!0},_scroll:function(t){var e=this.options,n=!1;return this.scrollParent[0]!==this.document[0]&&"HTML"!==this.scrollParent[0].tagName?(this.overflowOffset.top+this.scrollParent[0].offsetHeight-t.pageY=0;n--)if(o=(i=this.items[n]).item[0],(r=this._intersectsWithPointer(i))&&i.instance===this.currentContainer&&!(o===this.currentItem[0]||this.placeholder[1===r?"next":"prev"]()[0]===o||t.contains(this.placeholder[0],o)||"semi-dynamic"===this.options.type&&t.contains(this.element[0],o))){if(this.direction=1===r?"down":"up","pointer"!==this.options.tolerance&&!this._intersectsWithSides(i))break;this._rearrange(e,i),this._trigger("change",e,this._uiHash());break}return this._contactContainers(e),t.ui.ddmanager&&t.ui.ddmanager.drag(this,e),this._trigger("sort",e,this._uiHash()),this.lastPositionAbs=this.positionAbs,!1},_mouseStop:function(e,n){if(e){if(t.ui.ddmanager&&!this.options.dropBehaviour&&t.ui.ddmanager.drop(this,e),this.options.revert){var i=this,o=this.placeholder.offset(),r=this.options.axis,s={};r&&"x"!==r||(s.left=o.left-this.offset.parent.left-this.margins.left+(this.offsetParent[0]===this.document[0].body?0:this.offsetParent[0].scrollLeft)),r&&"y"!==r||(s.top=o.top-this.offset.parent.top-this.margins.top+(this.offsetParent[0]===this.document[0].body?0:this.offsetParent[0].scrollTop)),this.reverting=!0,t(this.helper).animate(s,parseInt(this.options.revert,10)||500,(function(){i._clear(e)}))}else this._clear(e,n);return!1}},cancel:function(){if(this.dragging){this._mouseUp(new t.Event("mouseup",{target:null})),"original"===this.options.helper?(this.currentItem.css(this._storedCSS),this._removeClass(this.currentItem,"ui-sortable-helper")):this.currentItem.show();for(var e=this.containers.length-1;e>=0;e--)this.containers[e]._trigger("deactivate",null,this._uiHash(this)),this.containers[e].containerCache.over&&(this.containers[e]._trigger("out",null,this._uiHash(this)),this.containers[e].containerCache.over=0)}return this.placeholder&&(this.placeholder[0].parentNode&&this.placeholder[0].parentNode.removeChild(this.placeholder[0]),"original"!==this.options.helper&&this.helper&&this.helper[0].parentNode&&this.helper.remove(),t.extend(this,{helper:null,dragging:!1,reverting:!1,_noFinalSort:null}),this.domPosition.prev?t(this.domPosition.prev).after(this.currentItem):t(this.domPosition.parent).prepend(this.currentItem)),this},serialize:function(e){var n=this._getItemsAsjQuery(e&&e.connected),i=[];return e=e||{},t(n).each((function(){var n=(t(e.item||this).attr(e.attribute||"id")||"").match(e.expression||/(.+)[\-=_](.+)/);n&&i.push((e.key||n[1]+"[]")+"="+(e.key&&e.expression?n[1]:n[2]))})),!i.length&&e.key&&i.push(e.key+"="),i.join("&")},toArray:function(e){var n=this._getItemsAsjQuery(e&&e.connected),i=[];return e=e||{},n.each((function(){i.push(t(e.item||this).attr(e.attribute||"id")||"")})),i},_intersectsWith:function(t){var e=this.positionAbs.left,n=e+this.helperProportions.width,i=this.positionAbs.top,o=i+this.helperProportions.height,r=t.left,s=r+t.width,a=t.top,c=a+t.height,l=this.offset.click.top,u=this.offset.click.left,h="x"===this.options.axis||i+l>a&&i+lr&&e+ut[this.floating?"width":"height"]?p:r0?"down":"up")},_getDragHorizontalDirection:function(){var t=this.positionAbs.left-this.lastPositionAbs.left;return 0!==t&&(t>0?"right":"left")},refresh:function(t){return this._refreshItems(t),this._setHandleClassName(),this.refreshPositions(),this},_connectWith:function(){var t=this.options;return t.connectWith.constructor===String?[t.connectWith]:t.connectWith},_getItemsAsjQuery:function(e){var n,i,o,r,s=[],a=[],c=this._connectWith();if(c&&e)for(n=c.length-1;n>=0;n--)for(i=(o=t(c[n],this.document[0])).length-1;i>=0;i--)(r=t.data(o[i],this.widgetFullName))&&r!==this&&!r.options.disabled&&a.push(["function"==typeof r.options.items?r.options.items.call(r.element):t(r.options.items,r.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),r]);function l(){s.push(this)}for(a.push(["function"==typeof this.options.items?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):t(this.options.items,this.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),this]),n=a.length-1;n>=0;n--)a[n][0].each(l);return t(s)},_removeCurrentsFromItems:function(){var e=this.currentItem.find(":data("+this.widgetName+"-item)");this.items=t.grep(this.items,(function(t){for(var n=0;n=0;n--)for(i=(o=t(d[n],this.document[0])).length-1;i>=0;i--)(r=t.data(o[i],this.widgetFullName))&&r!==this&&!r.options.disabled&&(h.push(["function"==typeof r.options.items?r.options.items.call(r.element[0],e,{item:this.currentItem}):t(r.options.items,r.element),r]),this.containers.push(r));for(n=h.length-1;n>=0;n--)for(s=h[n][1],i=0,l=(a=h[n][0]).length;i=0;n--)i=this.items[n],this.currentContainer&&i.instance!==this.currentContainer&&i.item[0]!==this.currentItem[0]||(o=this.options.toleranceElement?t(this.options.toleranceElement,i.item):i.item,e||(i.width=o.outerWidth(),i.height=o.outerHeight()),r=o.offset(),i.left=r.left,i.top=r.top)},refreshPositions:function(t){var e,n;if(this.floating=!!this.items.length&&("x"===this.options.axis||this._isFloating(this.items[0].item)),this.offsetParent&&this.helper&&(this.offset.parent=this._getParentOffset()),this._refreshItemPositions(t),this.options.custom&&this.options.custom.refreshContainers)this.options.custom.refreshContainers.call(this);else for(e=this.containers.length-1;e>=0;e--)n=this.containers[e].element.offset(),this.containers[e].containerCache.left=n.left,this.containers[e].containerCache.top=n.top,this.containers[e].containerCache.width=this.containers[e].element.outerWidth(),this.containers[e].containerCache.height=this.containers[e].element.outerHeight();return this},_createPlaceholder:function(e){var n,i,o=(e=e||this).options;o.placeholder&&o.placeholder.constructor!==String||(n=o.placeholder,i=e.currentItem[0].nodeName.toLowerCase(),o.placeholder={element:function(){var o=t("<"+i+">",e.document[0]);return e._addClass(o,"ui-sortable-placeholder",n||e.currentItem[0].className)._removeClass(o,"ui-sortable-helper"),"tbody"===i?e._createTrPlaceholder(e.currentItem.find("tr").eq(0),t("",e.document[0]).appendTo(o)):"tr"===i?e._createTrPlaceholder(e.currentItem,o):"img"===i&&o.attr("src",e.currentItem.attr("src")),n||o.css("visibility","hidden"),o},update:function(t,r){n&&!o.forcePlaceholderSize||(r.height()&&(!o.forcePlaceholderSize||"tbody"!==i&&"tr"!==i)||r.height(e.currentItem.innerHeight()-parseInt(e.currentItem.css("paddingTop")||0,10)-parseInt(e.currentItem.css("paddingBottom")||0,10)),r.width()||r.width(e.currentItem.innerWidth()-parseInt(e.currentItem.css("paddingLeft")||0,10)-parseInt(e.currentItem.css("paddingRight")||0,10)))}}),e.placeholder=t(o.placeholder.element.call(e.element,e.currentItem)),e.currentItem.after(e.placeholder),o.placeholder.update(e,e.placeholder)},_createTrPlaceholder:function(e,n){var i=this;e.children().each((function(){t(" ",i.document[0]).attr("colspan",t(this).attr("colspan")||1).appendTo(n)}))},_contactContainers:function(e){var n,i,o,r,s,a,c,l,u,h,d=null,p=null;for(n=this.containers.length-1;n>=0;n--)if(!t.contains(this.currentItem[0],this.containers[n].element[0]))if(this._intersectsWith(this.containers[n].containerCache)){if(d&&t.contains(this.containers[n].element[0],d.element[0]))continue;d=this.containers[n],p=n}else this.containers[n].containerCache.over&&(this.containers[n]._trigger("out",e,this._uiHash(this)),this.containers[n].containerCache.over=0);if(d)if(1===this.containers.length)this.containers[p].containerCache.over||(this.containers[p]._trigger("over",e,this._uiHash(this)),this.containers[p].containerCache.over=1);else{for(o=1e4,r=null,s=(u=d.floating||this._isFloating(this.currentItem))?"left":"top",a=u?"width":"height",h=u?"pageX":"pageY",i=this.items.length-1;i>=0;i--)t.contains(this.containers[p].element[0],this.items[i].item[0])&&this.items[i].item[0]!==this.currentItem[0]&&(c=this.items[i].item.offset()[s],l=!1,e[h]-c>this.items[i][a]/2&&(l=!0),Math.abs(e[h]-c)this.containment[2]&&(r=this.containment[2]+this.offset.click.left),e.pageY-this.offset.click.top>this.containment[3]&&(s=this.containment[3]+this.offset.click.top)),o.grid&&(n=this.originalPageY+Math.round((s-this.originalPageY)/o.grid[1])*o.grid[1],s=this.containment?n-this.offset.click.top>=this.containment[1]&&n-this.offset.click.top<=this.containment[3]?n:n-this.offset.click.top>=this.containment[1]?n-o.grid[1]:n+o.grid[1]:n,i=this.originalPageX+Math.round((r-this.originalPageX)/o.grid[0])*o.grid[0],r=this.containment?i-this.offset.click.left>=this.containment[0]&&i-this.offset.click.left<=this.containment[2]?i:i-this.offset.click.left>=this.containment[0]?i-o.grid[0]:i+o.grid[0]:i)),{top:s-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+("fixed"===this.cssPosition?-this.scrollParent.scrollTop():c?0:a.scrollTop()),left:r-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+("fixed"===this.cssPosition?-this.scrollParent.scrollLeft():c?0:a.scrollLeft())}},_rearrange:function(t,e,n,i){n?n[0].appendChild(this.placeholder[0]):e.item[0].parentNode.insertBefore(this.placeholder[0],"down"===this.direction?e.item[0]:e.item[0].nextSibling),this.counter=this.counter?++this.counter:1;var o=this.counter;this._delay((function(){o===this.counter&&this.refreshPositions(!i)}))},_clear:function(t,e){this.reverting=!1;var n,i=[];if(!this._noFinalSort&&this.currentItem.parent().length&&this.placeholder.before(this.currentItem),this._noFinalSort=null,this.helper[0]===this.currentItem[0]){for(n in this._storedCSS)"auto"!==this._storedCSS[n]&&"static"!==this._storedCSS[n]||(this._storedCSS[n]="");this.currentItem.css(this._storedCSS),this._removeClass(this.currentItem,"ui-sortable-helper")}else this.currentItem.show();function o(t,e,n){return function(i){n._trigger(t,i,e._uiHash(e))}}for(this.fromOutside&&!e&&i.push((function(t){this._trigger("receive",t,this._uiHash(this.fromOutside))})),!this.fromOutside&&this.domPosition.prev===this.currentItem.prev().not(".ui-sortable-helper")[0]&&this.domPosition.parent===this.currentItem.parent()[0]||e||i.push((function(t){this._trigger("update",t,this._uiHash())})),this!==this.currentContainer&&(e||(i.push((function(t){this._trigger("remove",t,this._uiHash())})),i.push(function(t){return function(e){t._trigger("receive",e,this._uiHash(this))}}.call(this,this.currentContainer)),i.push(function(t){return function(e){t._trigger("update",e,this._uiHash(this))}}.call(this,this.currentContainer)))),n=this.containers.length-1;n>=0;n--)e||i.push(o("deactivate",this,this.containers[n])),this.containers[n].containerCache.over&&(i.push(o("out",this,this.containers[n])),this.containers[n].containerCache.over=0);if(this.storedCursor&&(this.document.find("body").css("cursor",this.storedCursor),this.storedStylesheet.remove()),this._storedOpacity&&this.helper.css("opacity",this._storedOpacity),this._storedZIndex&&this.helper.css("zIndex","auto"===this._storedZIndex?"":this._storedZIndex),this.dragging=!1,e||this._trigger("beforeStop",t,this._uiHash()),this.placeholder[0].parentNode.removeChild(this.placeholder[0]),this.cancelHelperRemoval||(this.helper[0]!==this.currentItem[0]&&this.helper.remove(),this.helper=null),!e){for(n=0;n",widgetEventPrefix:"spin",options:{classes:{"ui-spinner":"ui-corner-all","ui-spinner-down":"ui-corner-br","ui-spinner-up":"ui-corner-tr"},culture:null,icons:{down:"ui-icon-triangle-1-s",up:"ui-icon-triangle-1-n"},incremental:!0,max:null,min:null,numberFormat:null,page:10,step:1,change:null,spin:null,start:null,stop:null},_create:function(){this._setOption("max",this.options.max),this._setOption("min",this.options.min),this._setOption("step",this.options.step),""!==this.value()&&this._value(this.element.val(),!0),this._draw(),this._on(this._events),this._refresh(),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_getCreateOptions:function(){var e=this._super(),n=this.element;return t.each(["min","max","step"],(function(t,i){var o=n.attr(i);null!=o&&o.length&&(e[i]=o)})),e},_events:{keydown:function(t){this._start(t)&&this._keydown(t)&&t.preventDefault()},keyup:"_stop",focus:function(){this.previous=this.element.val()},blur:function(t){this.cancelBlur?delete this.cancelBlur:(this._stop(),this._refresh(),this.previous!==this.element.val()&&this._trigger("change",t))},mousewheel:function(e,n){var i=t.ui.safeActiveElement(this.document[0]);if(this.element[0]===i&&n){if(!this.spinning&&!this._start(e))return!1;this._spin((n>0?1:-1)*this.options.step,e),clearTimeout(this.mousewheelTimer),this.mousewheelTimer=this._delay((function(){this.spinning&&this._stop(e)}),100),e.preventDefault()}},"mousedown .ui-spinner-button":function(e){var n;function i(){this.element[0]===t.ui.safeActiveElement(this.document[0])||(this.element.trigger("focus"),this.previous=n,this._delay((function(){this.previous=n})))}n=this.element[0]===t.ui.safeActiveElement(this.document[0])?this.previous:this.element.val(),e.preventDefault(),i.call(this),this.cancelBlur=!0,this._delay((function(){delete this.cancelBlur,i.call(this)})),!1!==this._start(e)&&this._repeat(null,t(e.currentTarget).hasClass("ui-spinner-up")?1:-1,e)},"mouseup .ui-spinner-button":"_stop","mouseenter .ui-spinner-button":function(e){if(t(e.currentTarget).hasClass("ui-state-active"))return!1!==this._start(e)&&void this._repeat(null,t(e.currentTarget).hasClass("ui-spinner-up")?1:-1,e)},"mouseleave .ui-spinner-button":"_stop"},_enhance:function(){this.uiSpinner=this.element.attr("autocomplete","off").wrap("").parent().append("")},_draw:function(){this._enhance(),this._addClass(this.uiSpinner,"ui-spinner","ui-widget ui-widget-content"),this._addClass("ui-spinner-input"),this.element.attr("role","spinbutton"),this.buttons=this.uiSpinner.children("a").attr("tabIndex",-1).attr("aria-hidden",!0).button({classes:{"ui-button":""}}),this._removeClass(this.buttons,"ui-corner-all"),this._addClass(this.buttons.first(),"ui-spinner-button ui-spinner-up"),this._addClass(this.buttons.last(),"ui-spinner-button ui-spinner-down"),this.buttons.first().button({icon:this.options.icons.up,showLabel:!1}),this.buttons.last().button({icon:this.options.icons.down,showLabel:!1}),this.buttons.height()>Math.ceil(.5*this.uiSpinner.height())&&this.uiSpinner.height()>0&&this.uiSpinner.height(this.uiSpinner.height())},_keydown:function(e){var n=this.options,i=t.ui.keyCode;switch(e.keyCode){case i.UP:return this._repeat(null,1,e),!0;case i.DOWN:return this._repeat(null,-1,e),!0;case i.PAGE_UP:return this._repeat(null,n.page,e),!0;case i.PAGE_DOWN:return this._repeat(null,-n.page,e),!0}return!1},_start:function(t){return!(!this.spinning&&!1===this._trigger("start",t)||(this.counter||(this.counter=1),this.spinning=!0,0))},_repeat:function(t,e,n){t=t||500,clearTimeout(this.timer),this.timer=this._delay((function(){this._repeat(40,e,n)}),t),this._spin(e*this.options.step,n)},_spin:function(t,e){var n=this.value()||0;this.counter||(this.counter=1),n=this._adjustValue(n+t*this._increment(this.counter)),this.spinning&&!1===this._trigger("spin",e,{value:n})||(this._value(n),this.counter++)},_increment:function(t){var e=this.options.incremental;return e?"function"==typeof e?e(t):Math.floor(t*t*t/5e4-t*t/500+17*t/200+1):1},_precision:function(){var t=this._precisionOf(this.options.step);return null!==this.options.min&&(t=Math.max(t,this._precisionOf(this.options.min))),t},_precisionOf:function(t){var e=t.toString(),n=e.indexOf(".");return-1===n?0:e.length-n-1},_adjustValue:function(t){var e,n,i=this.options;return n=t-(e=null!==i.min?i.min:0),t=e+(n=Math.round(n/i.step)*i.step),t=parseFloat(t.toFixed(this._precision())),null!==i.max&&t>i.max?i.max:null!==i.min&&t"},_buttonHtml:function(){return""}}),t.ui.spinner,t.widget("ui.tabs",{version:"1.13.3",delay:300,options:{active:null,classes:{"ui-tabs":"ui-corner-all","ui-tabs-nav":"ui-corner-all","ui-tabs-panel":"ui-corner-bottom","ui-tabs-tab":"ui-corner-top"},collapsible:!1,event:"click",heightStyle:"content",hide:null,show:null,activate:null,beforeActivate:null,beforeLoad:null,load:null},_isLocal:(R=/#.*$/,function(t){var e,n;e=t.href.replace(R,""),n=location.href.replace(R,"");try{e=decodeURIComponent(e)}catch(t){}try{n=decodeURIComponent(n)}catch(t){}return t.hash.length>1&&e===n}),_create:function(){var e=this,n=this.options;this.running=!1,this._addClass("ui-tabs","ui-widget ui-widget-content"),this._toggleClass("ui-tabs-collapsible",null,n.collapsible),this._processTabs(),n.active=this._initialActive(),Array.isArray(n.disabled)&&(n.disabled=t.uniqueSort(n.disabled.concat(t.map(this.tabs.filter(".ui-state-disabled"),(function(t){return e.tabs.index(t)})))).sort()),!1!==this.options.active&&this.anchors.length?this.active=this._findActive(n.active):this.active=t(),this._refresh(),this.active.length&&this.load(n.active)},_initialActive:function(){var e=this.options.active,n=this.options.collapsible,i=location.hash.substring(1);return null===e&&(i&&this.tabs.each((function(n,o){if(t(o).attr("aria-controls")===i)return e=n,!1})),null===e&&(e=this.tabs.index(this.tabs.filter(".ui-tabs-active"))),null!==e&&-1!==e||(e=!!this.tabs.length&&0)),!1!==e&&-1===(e=this.tabs.index(this.tabs.eq(e)))&&(e=!n&&0),!n&&!1===e&&this.anchors.length&&(e=0),e},_getCreateEventData:function(){return{tab:this.active,panel:this.active.length?this._getPanelForTab(this.active):t()}},_tabKeydown:function(e){var n=t(t.ui.safeActiveElement(this.document[0])).closest("li"),i=this.tabs.index(n),o=!0;if(!this._handlePageNav(e)){switch(e.keyCode){case t.ui.keyCode.RIGHT:case t.ui.keyCode.DOWN:i++;break;case t.ui.keyCode.UP:case t.ui.keyCode.LEFT:o=!1,i--;break;case t.ui.keyCode.END:i=this.anchors.length-1;break;case t.ui.keyCode.HOME:i=0;break;case t.ui.keyCode.SPACE:return e.preventDefault(),clearTimeout(this.activating),void this._activate(i);case t.ui.keyCode.ENTER:return e.preventDefault(),clearTimeout(this.activating),void this._activate(i!==this.options.active&&i);default:return}e.preventDefault(),clearTimeout(this.activating),i=this._focusNextTab(i,o),e.ctrlKey||e.metaKey||(n.attr("aria-selected","false"),this.tabs.eq(i).attr("aria-selected","true"),this.activating=this._delay((function(){this.option("active",i)}),this.delay))}},_panelKeydown:function(e){this._handlePageNav(e)||e.ctrlKey&&e.keyCode===t.ui.keyCode.UP&&(e.preventDefault(),this.active.trigger("focus"))},_handlePageNav:function(e){return e.altKey&&e.keyCode===t.ui.keyCode.PAGE_UP?(this._activate(this._focusNextTab(this.options.active-1,!1)),!0):e.altKey&&e.keyCode===t.ui.keyCode.PAGE_DOWN?(this._activate(this._focusNextTab(this.options.active+1,!0)),!0):void 0},_findNextTab:function(e,n){var i=this.tabs.length-1;for(;-1!==t.inArray((e>i&&(e=0),e<0&&(e=i),e),this.options.disabled);)e=n?e+1:e-1;return e},_focusNextTab:function(t,e){return t=this._findNextTab(t,e),this.tabs.eq(t).trigger("focus"),t},_setOption:function(t,e){"active"!==t?(this._super(t,e),"collapsible"===t&&(this._toggleClass("ui-tabs-collapsible",null,e),e||!1!==this.options.active||this._activate(0)),"event"===t&&this._setupEvents(e),"heightStyle"===t&&this._setupHeightStyle(e)):this._activate(e)},_sanitizeSelector:function(t){return t?t.replace(/[!"$%&'()*+,.\/:;<=>?@\[\]\^`{|}~]/g,"\\$&"):""},refresh:function(){var e=this.options,n=this.tablist.children(":has(a[href])");e.disabled=t.map(n.filter(".ui-state-disabled"),(function(t){return n.index(t)})),this._processTabs(),!1!==e.active&&this.anchors.length?this.active.length&&!t.contains(this.tablist[0],this.active[0])?this.tabs.length===e.disabled.length?(e.active=!1,this.active=t()):this._activate(this._findNextTab(Math.max(0,e.active-1),!1)):e.active=this.tabs.index(this.active):(e.active=!1,this.active=t()),this._refresh()},_refresh:function(){this._setOptionDisabled(this.options.disabled),this._setupEvents(this.options.event),this._setupHeightStyle(this.options.heightStyle),this.tabs.not(this.active).attr({"aria-selected":"false","aria-expanded":"false",tabIndex:-1}),this.panels.not(this._getPanelForTab(this.active)).hide().attr({"aria-hidden":"true"}),this.active.length?(this.active.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0}),this._addClass(this.active,"ui-tabs-active","ui-state-active"),this._getPanelForTab(this.active).show().attr({"aria-hidden":"false"})):this.tabs.eq(0).attr("tabIndex",0)},_processTabs:function(){var e=this,n=this.tabs,i=this.anchors,o=this.panels;this.tablist=this._getList().attr("role","tablist"),this._addClass(this.tablist,"ui-tabs-nav","ui-helper-reset ui-helper-clearfix ui-widget-header"),this.tablist.on("mousedown"+this.eventNamespace,"> li",(function(e){t(this).is(".ui-state-disabled")&&e.preventDefault()})).on("focus"+this.eventNamespace,".ui-tabs-anchor",(function(){t(this).closest("li").is(".ui-state-disabled")&&this.blur()})),this.tabs=this.tablist.find("> li:has(a[href])").attr({role:"tab",tabIndex:-1}),this._addClass(this.tabs,"ui-tabs-tab","ui-state-default"),this.anchors=this.tabs.map((function(){return t("a",this)[0]})).attr({tabIndex:-1}),this._addClass(this.anchors,"ui-tabs-anchor"),this.panels=t(),this.anchors.each((function(n,i){var o,r,s,a=t(i).uniqueId().attr("id"),c=t(i).closest("li"),l=c.attr("aria-controls");e._isLocal(i)?(s=(o=i.hash).substring(1),r=e.element.find(e._sanitizeSelector(o))):(o="#"+(s=c.attr("aria-controls")||t({}).uniqueId()[0].id),(r=e.element.find(o)).length||(r=e._createPanel(s)).insertAfter(e.panels[n-1]||e.tablist),r.attr("aria-live","polite")),r.length&&(e.panels=e.panels.add(r)),l&&c.data("ui-tabs-aria-controls",l),c.attr({"aria-controls":s,"aria-labelledby":a}),r.attr("aria-labelledby",a)})),this.panels.attr("role","tabpanel"),this._addClass(this.panels,"ui-tabs-panel","ui-widget-content"),n&&(this._off(n.not(this.tabs)),this._off(i.not(this.anchors)),this._off(o.not(this.panels)))},_getList:function(){return this.tablist||this.element.find("ol, ul").eq(0)},_createPanel:function(e){return t("
        ").attr("id",e).data("ui-tabs-destroy",!0)},_setOptionDisabled:function(e){var n,i,o;for(Array.isArray(e)&&(e.length?e.length===this.anchors.length&&(e=!0):e=!1),o=0;i=this.tabs[o];o++)n=t(i),!0===e||-1!==t.inArray(o,e)?(n.attr("aria-disabled","true"),this._addClass(n,null,"ui-state-disabled")):(n.removeAttr("aria-disabled"),this._removeClass(n,null,"ui-state-disabled"));this.options.disabled=e,this._toggleClass(this.widget(),this.widgetFullName+"-disabled",null,!0===e)},_setupEvents:function(e){var n={};e&&t.each(e.split(" "),(function(t,e){n[e]="_eventHandler"})),this._off(this.anchors.add(this.tabs).add(this.panels)),this._on(!0,this.anchors,{click:function(t){t.preventDefault()}}),this._on(this.anchors,n),this._on(this.tabs,{keydown:"_tabKeydown"}),this._on(this.panels,{keydown:"_panelKeydown"}),this._focusable(this.tabs),this._hoverable(this.tabs)},_setupHeightStyle:function(e){var n,i=this.element.parent();"fill"===e?(n=i.height(),n-=this.element.outerHeight()-this.element.height(),this.element.siblings(":visible").each((function(){var e=t(this),i=e.css("position");"absolute"!==i&&"fixed"!==i&&(n-=e.outerHeight(!0))})),this.element.children().not(this.panels).each((function(){n-=t(this).outerHeight(!0)})),this.panels.each((function(){t(this).height(Math.max(0,n-t(this).innerHeight()+t(this).height()))})).css("overflow","auto")):"auto"===e&&(n=0,this.panels.each((function(){n=Math.max(n,t(this).height("").height())})).height(n))},_eventHandler:function(e){var n=this.options,i=this.active,o=t(e.currentTarget).closest("li"),r=o[0]===i[0],s=r&&n.collapsible,a=s?t():this._getPanelForTab(o),c=i.length?this._getPanelForTab(i):t(),l={oldTab:i,oldPanel:c,newTab:s?t():o,newPanel:a};e.preventDefault(),o.hasClass("ui-state-disabled")||o.hasClass("ui-tabs-loading")||this.running||r&&!n.collapsible||!1===this._trigger("beforeActivate",e,l)||(n.active=!s&&this.tabs.index(o),this.active=r?t():o,this.xhr&&this.xhr.abort(),c.length||a.length||t.error("jQuery UI Tabs: Mismatching fragment identifier."),a.length&&this.load(this.tabs.index(o),e),this._toggle(e,l))},_toggle:function(e,n){var i=this,o=n.newPanel,r=n.oldPanel;function s(){i.running=!1,i._trigger("activate",e,n)}function a(){i._addClass(n.newTab.closest("li"),"ui-tabs-active","ui-state-active"),o.length&&i.options.show?i._show(o,i.options.show,s):(o.show(),s())}this.running=!0,r.length&&this.options.hide?this._hide(r,this.options.hide,(function(){i._removeClass(n.oldTab.closest("li"),"ui-tabs-active","ui-state-active"),a()})):(this._removeClass(n.oldTab.closest("li"),"ui-tabs-active","ui-state-active"),r.hide(),a()),r.attr("aria-hidden","true"),n.oldTab.attr({"aria-selected":"false","aria-expanded":"false"}),o.length&&r.length?n.oldTab.attr("tabIndex",-1):o.length&&this.tabs.filter((function(){return 0===t(this).attr("tabIndex")})).attr("tabIndex",-1),o.attr("aria-hidden","false"),n.newTab.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0})},_activate:function(e){var n,i=this._findActive(e);i[0]!==this.active[0]&&(i.length||(i=this.active),n=i.find(".ui-tabs-anchor")[0],this._eventHandler({target:n,currentTarget:n,preventDefault:t.noop}))},_findActive:function(e){return!1===e?t():this.tabs.eq(e)},_getIndex:function(e){return"string"==typeof e&&(e=this.anchors.index(this.anchors.filter("[href$='"+t.escapeSelector(e)+"']"))),e},_destroy:function(){this.xhr&&this.xhr.abort(),this.tablist.removeAttr("role").off(this.eventNamespace),this.anchors.removeAttr("role tabIndex").removeUniqueId(),this.tabs.add(this.panels).each((function(){t.data(this,"ui-tabs-destroy")?t(this).remove():t(this).removeAttr("role tabIndex aria-live aria-busy aria-selected aria-labelledby aria-hidden aria-expanded")})),this.tabs.each((function(){var e=t(this),n=e.data("ui-tabs-aria-controls");n?e.attr("aria-controls",n).removeData("ui-tabs-aria-controls"):e.removeAttr("aria-controls")})),this.panels.show(),"content"!==this.options.heightStyle&&this.panels.css("height","")},enable:function(e){var n=this.options.disabled;!1!==n&&(void 0===e?n=!1:(e=this._getIndex(e),n=Array.isArray(n)?t.map(n,(function(t){return t!==e?t:null})):t.map(this.tabs,(function(t,n){return n!==e?n:null}))),this._setOptionDisabled(n))},disable:function(e){var n=this.options.disabled;if(!0!==n){if(void 0===e)n=!0;else{if(e=this._getIndex(e),-1!==t.inArray(e,n))return;n=Array.isArray(n)?t.merge([e],n).sort():[e]}this._setOptionDisabled(n)}},load:function(e,n){e=this._getIndex(e);var i=this,o=this.tabs.eq(e),r=o.find(".ui-tabs-anchor"),s=this._getPanelForTab(o),a={tab:o,panel:s},c=function(t,e){"abort"===e&&i.panels.stop(!1,!0),i._removeClass(o,"ui-tabs-loading"),s.removeAttr("aria-busy"),t===i.xhr&&delete i.xhr};this._isLocal(r[0])||(this.xhr=t.ajax(this._ajaxSettings(r,n,a)),this.xhr&&"canceled"!==this.xhr.statusText&&(this._addClass(o,"ui-tabs-loading"),s.attr("aria-busy","true"),this.xhr.done((function(t,e,o){setTimeout((function(){s.html(t),i._trigger("load",n,a),c(o,e)}),1)})).fail((function(t,e){setTimeout((function(){c(t,e)}),1)}))))},_ajaxSettings:function(e,n,i){var o=this;return{url:e.attr("href").replace(/#.*$/,""),beforeSend:function(e,r){return o._trigger("beforeLoad",n,t.extend({jqXHR:e,ajaxSettings:r},i))}}},_getPanelForTab:function(e){var n=t(e).attr("aria-controls");return this.element.find(this._sanitizeSelector("#"+n))}}),!1!==t.uiBackCompat&&t.widget("ui.tabs",t.ui.tabs,{_processTabs:function(){this._superApply(arguments),this._addClass(this.tabs,"ui-tab")}}),t.ui.tabs,t.widget("ui.tooltip",{version:"1.13.3",options:{classes:{"ui-tooltip":"ui-corner-all ui-widget-shadow"},content:function(){var e=t(this).attr("title");return t("").text(e).html()},hide:!0,items:"[title]:not([disabled])",position:{my:"left top+15",at:"left bottom",collision:"flipfit flip"},show:!0,track:!1,close:null,open:null},_addDescribedBy:function(t,e){var n=(t.attr("aria-describedby")||"").split(/\s+/);n.push(e),t.data("ui-tooltip-id",e).attr("aria-describedby",String.prototype.trim.call(n.join(" ")))},_removeDescribedBy:function(e){var n=e.data("ui-tooltip-id"),i=(e.attr("aria-describedby")||"").split(/\s+/),o=t.inArray(n,i);-1!==o&&i.splice(o,1),e.removeData("ui-tooltip-id"),(i=String.prototype.trim.call(i.join(" ")))?e.attr("aria-describedby",i):e.removeAttr("aria-describedby")},_create:function(){this._on({mouseover:"open",focusin:"open"}),this.tooltips={},this.parents={},this.liveRegion=t("
        ").attr({role:"log","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this.disabledTitles=t([])},_setOption:function(e,n){var i=this;this._super(e,n),"content"===e&&t.each(this.tooltips,(function(t,e){i._updateContent(e.element)}))},_setOptionDisabled:function(t){this[t?"_disable":"_enable"]()},_disable:function(){var e=this;t.each(this.tooltips,(function(n,i){var o=t.Event("blur");o.target=o.currentTarget=i.element[0],e.close(o,!0)})),this.disabledTitles=this.disabledTitles.add(this.element.find(this.options.items).addBack().filter((function(){var e=t(this);if(e.is("[title]"))return e.data("ui-tooltip-title",e.attr("title")).removeAttr("title")})))},_enable:function(){this.disabledTitles.each((function(){var e=t(this);e.data("ui-tooltip-title")&&e.attr("title",e.data("ui-tooltip-title"))})),this.disabledTitles=t([])},open:function(e){var n=this,i=t(e?e.target:this.element).closest(this.options.items);i.length&&!i.data("ui-tooltip-id")&&(i.attr("title")&&i.data("ui-tooltip-title",i.attr("title")),i.data("ui-tooltip-open",!0),e&&"mouseover"===e.type&&i.parents().each((function(){var e,i=t(this);i.data("ui-tooltip-open")&&((e=t.Event("blur")).target=e.currentTarget=this,n.close(e,!0)),i.attr("title")&&(i.uniqueId(),n.parents[this.id]={element:this,title:i.attr("title")},i.attr("title",""))})),this._registerCloseHandlers(e,i),this._updateContent(i,e))},_updateContent:function(t,e){var n,i=this.options.content,o=this,r=e?e.type:null;if("string"==typeof i||i.nodeType||i.jquery)return this._open(e,t,i);(n=i.call(t[0],(function(n){o._delay((function(){t.data("ui-tooltip-open")&&(e&&(e.type=r),this._open(e,t,n))}))})))&&this._open(e,t,n)},_open:function(e,n,i){var o,r,s,a,c=t.extend({},this.options.position);function l(t){c.of=t,r.is(":hidden")||r.position(c)}i&&((o=this._find(n))?o.tooltip.find(".ui-tooltip-content").html(i):(n.is("[title]")&&(e&&"mouseover"===e.type?n.attr("title",""):n.removeAttr("title")),o=this._tooltip(n),r=o.tooltip,this._addDescribedBy(n,r.attr("id")),r.find(".ui-tooltip-content").html(i),this.liveRegion.children().hide(),(a=t("
        ").html(r.find(".ui-tooltip-content").html())).removeAttr("name").find("[name]").removeAttr("name"),a.removeAttr("id").find("[id]").removeAttr("id"),a.appendTo(this.liveRegion),this.options.track&&e&&/^mouse/.test(e.type)?(this._on(this.document,{mousemove:l}),l(e)):r.position(t.extend({of:n},this.options.position)),r.hide(),this._show(r,this.options.show),this.options.track&&this.options.show&&this.options.show.delay&&(s=this.delayedShow=setInterval((function(){r.is(":visible")&&(l(c.of),clearInterval(s))}),13)),this._trigger("open",e,{tooltip:r})))},_registerCloseHandlers:function(e,n){var i={keyup:function(e){if(e.keyCode===t.ui.keyCode.ESCAPE){var i=t.Event(e);i.currentTarget=n[0],this.close(i,!0)}}};n[0]!==this.element[0]&&(i.remove=function(){var t=this._find(n);t&&this._removeTooltip(t.tooltip)}),e&&"mouseover"!==e.type||(i.mouseleave="close"),e&&"focusin"!==e.type||(i.focusout="close"),this._on(!0,n,i)},close:function(e){var n,i=this,o=t(e?e.currentTarget:this.element),r=this._find(o);r?(n=r.tooltip,r.closing||(clearInterval(this.delayedShow),o.data("ui-tooltip-title")&&!o.attr("title")&&o.attr("title",o.data("ui-tooltip-title")),this._removeDescribedBy(o),r.hiding=!0,n.stop(!0),this._hide(n,this.options.hide,(function(){i._removeTooltip(t(this))})),o.removeData("ui-tooltip-open"),this._off(o,"mouseleave focusout keyup"),o[0]!==this.element[0]&&this._off(o,"remove"),this._off(this.document,"mousemove"),e&&"mouseleave"===e.type&&t.each(this.parents,(function(e,n){t(n.element).attr("title",n.title),delete i.parents[e]})),r.closing=!0,this._trigger("close",e,{tooltip:n}),r.hiding||(r.closing=!1))):o.removeData("ui-tooltip-open")},_tooltip:function(e){var n=t("
        ").attr("role","tooltip"),i=t("
        ").appendTo(n),o=n.uniqueId().attr("id");return this._addClass(i,"ui-tooltip-content"),this._addClass(n,"ui-tooltip","ui-widget ui-widget-content"),n.appendTo(this._appendTo(e)),this.tooltips[o]={element:e,tooltip:n}},_find:function(t){var e=t.data("ui-tooltip-id");return e?this.tooltips[e]:null},_removeTooltip:function(t){clearInterval(this.delayedShow),t.remove(),delete this.tooltips[t.attr("id")]},_appendTo:function(t){var e=t.closest(".ui-front, dialog");return e.length||(e=this.document[0].body),e},_destroy:function(){var e=this;t.each(this.tooltips,(function(n,i){var o=t.Event("blur"),r=i.element;o.target=o.currentTarget=r[0],e.close(o,!0),t("#"+n).remove(),r.data("ui-tooltip-title")&&(r.attr("title")||r.attr("title",r.data("ui-tooltip-title")),r.removeData("ui-tooltip-title"))})),this.liveRegion.remove()}}),!1!==t.uiBackCompat&&t.widget("ui.tooltip",t.ui.tooltip,{options:{tooltipClass:null},_tooltip:function(){var t=this._superApply(arguments);return this.options.tooltipClass&&t.tooltip.addClass(this.options.tooltipClass),t}}),t.ui.tooltip},void 0===(r=i.apply(e,o))||(t.exports=r)}()},35358:(t,e,n)=>{var i={"./af":25177,"./af.js":25177,"./ar":61509,"./ar-dz":41488,"./ar-dz.js":41488,"./ar-kw":58676,"./ar-kw.js":58676,"./ar-ly":42353,"./ar-ly.js":42353,"./ar-ma":24496,"./ar-ma.js":24496,"./ar-ps":6947,"./ar-ps.js":6947,"./ar-sa":60301,"./ar-sa.js":60301,"./ar-tn":89756,"./ar-tn.js":89756,"./ar.js":61509,"./az":95533,"./az.js":95533,"./be":28959,"./be.js":28959,"./bg":47777,"./bg.js":47777,"./bm":54903,"./bm.js":54903,"./bn":61290,"./bn-bd":17357,"./bn-bd.js":17357,"./bn.js":61290,"./bo":31545,"./bo.js":31545,"./br":11470,"./br.js":11470,"./bs":44429,"./bs.js":44429,"./ca":7306,"./ca.js":7306,"./cs":56464,"./cs.js":56464,"./cv":73635,"./cv.js":73635,"./cy":64226,"./cy.js":64226,"./da":93601,"./da.js":93601,"./de":77853,"./de-at":26111,"./de-at.js":26111,"./de-ch":54697,"./de-ch.js":54697,"./de.js":77853,"./dv":60708,"./dv.js":60708,"./el":54691,"./el.js":54691,"./en-au":53872,"./en-au.js":53872,"./en-ca":28298,"./en-ca.js":28298,"./en-gb":56195,"./en-gb.js":56195,"./en-ie":66584,"./en-ie.js":66584,"./en-il":65543,"./en-il.js":65543,"./en-in":9033,"./en-in.js":9033,"./en-nz":79402,"./en-nz.js":79402,"./en-sg":43004,"./en-sg.js":43004,"./eo":32934,"./eo.js":32934,"./es":97650,"./es-do":20838,"./es-do.js":20838,"./es-mx":17730,"./es-mx.js":17730,"./es-us":56575,"./es-us.js":56575,"./es.js":97650,"./et":3035,"./et.js":3035,"./eu":3508,"./eu.js":3508,"./fa":119,"./fa.js":119,"./fi":90527,"./fi.js":90527,"./fil":95995,"./fil.js":95995,"./fo":52477,"./fo.js":52477,"./fr":85498,"./fr-ca":26435,"./fr-ca.js":26435,"./fr-ch":37892,"./fr-ch.js":37892,"./fr.js":85498,"./fy":37071,"./fy.js":37071,"./ga":41734,"./ga.js":41734,"./gd":70217,"./gd.js":70217,"./gl":77329,"./gl.js":77329,"./gom-deva":32124,"./gom-deva.js":32124,"./gom-latn":93383,"./gom-latn.js":93383,"./gu":95050,"./gu.js":95050,"./he":11713,"./he.js":11713,"./hi":43861,"./hi.js":43861,"./hr":26308,"./hr.js":26308,"./hu":90609,"./hu.js":90609,"./hy-am":17160,"./hy-am.js":17160,"./id":74063,"./id.js":74063,"./is":89374,"./is.js":89374,"./it":88383,"./it-ch":21827,"./it-ch.js":21827,"./it.js":88383,"./ja":23827,"./ja.js":23827,"./jv":89722,"./jv.js":89722,"./ka":41794,"./ka.js":41794,"./kk":27088,"./kk.js":27088,"./km":96870,"./km.js":96870,"./kn":84451,"./kn.js":84451,"./ko":63164,"./ko.js":63164,"./ku":98174,"./ku-kmr":6181,"./ku-kmr.js":6181,"./ku.js":98174,"./ky":78474,"./ky.js":78474,"./lb":79680,"./lb.js":79680,"./lo":15867,"./lo.js":15867,"./lt":45766,"./lt.js":45766,"./lv":69532,"./lv.js":69532,"./me":58076,"./me.js":58076,"./mi":41848,"./mi.js":41848,"./mk":30306,"./mk.js":30306,"./ml":73739,"./ml.js":73739,"./mn":99053,"./mn.js":99053,"./mr":86169,"./mr.js":86169,"./ms":73386,"./ms-my":92297,"./ms-my.js":92297,"./ms.js":73386,"./mt":77075,"./mt.js":77075,"./my":72264,"./my.js":72264,"./nb":22274,"./nb.js":22274,"./ne":8235,"./ne.js":8235,"./nl":92572,"./nl-be":43784,"./nl-be.js":43784,"./nl.js":92572,"./nn":54566,"./nn.js":54566,"./oc-lnc":69330,"./oc-lnc.js":69330,"./pa-in":29849,"./pa-in.js":29849,"./pl":94418,"./pl.js":94418,"./pt":79834,"./pt-br":48303,"./pt-br.js":48303,"./pt.js":79834,"./ro":24457,"./ro.js":24457,"./ru":82271,"./ru.js":82271,"./sd":1221,"./sd.js":1221,"./se":33478,"./se.js":33478,"./si":17538,"./si.js":17538,"./sk":5784,"./sk.js":5784,"./sl":46637,"./sl.js":46637,"./sq":86794,"./sq.js":86794,"./sr":45719,"./sr-cyrl":3322,"./sr-cyrl.js":3322,"./sr.js":45719,"./ss":56e3,"./ss.js":56e3,"./sv":41011,"./sv.js":41011,"./sw":40748,"./sw.js":40748,"./ta":11025,"./ta.js":11025,"./te":11885,"./te.js":11885,"./tet":28861,"./tet.js":28861,"./tg":86571,"./tg.js":86571,"./th":55802,"./th.js":55802,"./tk":59527,"./tk.js":59527,"./tl-ph":29231,"./tl-ph.js":29231,"./tlh":31052,"./tlh.js":31052,"./tr":85096,"./tr.js":85096,"./tzl":79846,"./tzl.js":79846,"./tzm":81765,"./tzm-latn":97711,"./tzm-latn.js":97711,"./tzm.js":81765,"./ug-cn":48414,"./ug-cn.js":48414,"./uk":16618,"./uk.js":16618,"./ur":57777,"./ur.js":57777,"./uz":57609,"./uz-latn":72475,"./uz-latn.js":72475,"./uz.js":57609,"./vi":21135,"./vi.js":21135,"./x-pseudo":64051,"./x-pseudo.js":64051,"./yo":82218,"./yo.js":82218,"./zh-cn":52648,"./zh-cn.js":52648,"./zh-hk":1632,"./zh-hk.js":1632,"./zh-mo":31541,"./zh-mo.js":31541,"./zh-tw":50304,"./zh-tw.js":50304};function o(t){var e=r(t);return n(e)}function r(t){if(!n.o(i,t)){var e=new Error("Cannot find module '"+t+"'");throw e.code="MODULE_NOT_FOUND",e}return i[t]}o.keys=function(){return Object.keys(i)},o.resolve=r,t.exports=o,o.id=35358},7452:t=>{var e=function(t){"use strict";var e,n=Object.prototype,i=n.hasOwnProperty,o=Object.defineProperty||function(t,e,n){t[e]=n.value},r="function"==typeof Symbol?Symbol:{},s=r.iterator||"@@iterator",a=r.asyncIterator||"@@asyncIterator",c=r.toStringTag||"@@toStringTag";function l(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{l({},"")}catch(t){l=function(t,e,n){return t[e]=n}}function u(t,e,n,i){var r=e&&e.prototype instanceof m?e:m,s=Object.create(r.prototype),a=new S(i||[]);return o(s,"_invoke",{value:E(t,n,a)}),s}function h(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}t.wrap=u;var d="suspendedStart",p="suspendedYield",A="executing",f="completed",g={};function m(){}function b(){}function C(){}var v={};l(v,s,(function(){return this}));var x=Object.getPrototypeOf,w=x&&x(x(T([])));w&&w!==n&&i.call(w,s)&&(v=w);var y=C.prototype=m.prototype=Object.create(v);function k(t){["next","throw","return"].forEach((function(e){l(t,e,(function(t){return this._invoke(e,t)}))}))}function B(t,e){function n(o,r,s,a){var c=h(t[o],t,r);if("throw"!==c.type){var l=c.arg,u=l.value;return u&&"object"==typeof u&&i.call(u,"__await")?e.resolve(u.__await).then((function(t){n("next",t,s,a)}),(function(t){n("throw",t,s,a)})):e.resolve(u).then((function(t){l.value=t,s(l)}),(function(t){return n("throw",t,s,a)}))}a(c.arg)}var r;o(this,"_invoke",{value:function(t,i){function o(){return new e((function(e,o){n(t,i,e,o)}))}return r=r?r.then(o,o):o()}})}function E(t,n,i){var o=d;return function(r,s){if(o===A)throw new Error("Generator is already running");if(o===f){if("throw"===r)throw s;return{value:e,done:!0}}for(i.method=r,i.arg=s;;){var a=i.delegate;if(a){var c=_(a,i);if(c){if(c===g)continue;return c}}if("next"===i.method)i.sent=i._sent=i.arg;else if("throw"===i.method){if(o===d)throw o=f,i.arg;i.dispatchException(i.arg)}else"return"===i.method&&i.abrupt("return",i.arg);o=A;var l=h(t,n,i);if("normal"===l.type){if(o=i.done?f:p,l.arg===g)continue;return{value:l.arg,done:i.done}}"throw"===l.type&&(o=f,i.method="throw",i.arg=l.arg)}}}function _(t,n){var i=n.method,o=t.iterator[i];if(o===e)return n.delegate=null,"throw"===i&&t.iterator.return&&(n.method="return",n.arg=e,_(t,n),"throw"===n.method)||"return"!==i&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+i+"' method")),g;var r=h(o,t.iterator,n.arg);if("throw"===r.type)return n.method="throw",n.arg=r.arg,n.delegate=null,g;var s=r.arg;return s?s.done?(n[t.resultName]=s.value,n.next=t.nextLoc,"return"!==n.method&&(n.method="next",n.arg=e),n.delegate=null,g):s:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,g)}function I(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function D(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function S(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(I,this),this.reset(!0)}function T(t){if(null!=t){var n=t[s];if(n)return n.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var o=-1,r=function n(){for(;++o=0;--r){var s=this.tryEntries[r],a=s.completion;if("root"===s.tryLoc)return o("end");if(s.tryLoc<=this.prev){var c=i.call(s,"catchLoc"),l=i.call(s,"finallyLoc");if(c&&l){if(this.prev=0;--n){var o=this.tryEntries[n];if(o.tryLoc<=this.prev&&i.call(o,"finallyLoc")&&this.prev=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),D(n),g}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var i=n.completion;if("throw"===i.type){var o=i.arg;D(n)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,n,i){return this.delegate={iterator:T(t),resultName:n,nextLoc:i},"next"===this.method&&(this.arg=e),g}},t}(t.exports);try{regeneratorRuntime=e}catch(t){"object"==typeof globalThis?globalThis.regeneratorRuntime=e:Function("r","regeneratorRuntime = r")(e)}},44275:(t,e,n)=>{var i,o=n(74692);void 0===(i=o).fn.each2&&i.extend(i.fn,{each2:function(t){for(var e=i([0]),n=-1,o=this.length;++n=112&&t<=123}},d={"Ⓐ":"A",A:"A",À:"A",Á:"A",Â:"A",Ầ:"A",Ấ:"A",Ẫ:"A",Ẩ:"A",Ã:"A",Ā:"A",Ă:"A",Ằ:"A",Ắ:"A",Ẵ:"A",Ẳ:"A",Ȧ:"A",Ǡ:"A",Ä:"A",Ǟ:"A",Ả:"A",Å:"A",Ǻ:"A",Ǎ:"A",Ȁ:"A",Ȃ:"A",Ạ:"A",Ậ:"A",Ặ:"A",Ḁ:"A",Ą:"A",Ⱥ:"A",Ɐ:"A",Ꜳ:"AA",Æ:"AE",Ǽ:"AE",Ǣ:"AE",Ꜵ:"AO",Ꜷ:"AU",Ꜹ:"AV",Ꜻ:"AV",Ꜽ:"AY","Ⓑ":"B",B:"B",Ḃ:"B",Ḅ:"B",Ḇ:"B",Ƀ:"B",Ƃ:"B",Ɓ:"B","Ⓒ":"C",C:"C",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",Ç:"C",Ḉ:"C",Ƈ:"C",Ȼ:"C",Ꜿ:"C","Ⓓ":"D",D:"D",Ḋ:"D",Ď:"D",Ḍ:"D",Ḑ:"D",Ḓ:"D",Ḏ:"D",Đ:"D",Ƌ:"D",Ɗ:"D",Ɖ:"D",Ꝺ:"D",DZ:"DZ",DŽ:"DZ",Dz:"Dz",Dž:"Dz","Ⓔ":"E",E:"E",È:"E",É:"E",Ê:"E",Ề:"E",Ế:"E",Ễ:"E",Ể:"E",Ẽ:"E",Ē:"E",Ḕ:"E",Ḗ:"E",Ĕ:"E",Ė:"E",Ë:"E",Ẻ:"E",Ě:"E",Ȅ:"E",Ȇ:"E",Ẹ:"E",Ệ:"E",Ȩ:"E",Ḝ:"E",Ę:"E",Ḙ:"E",Ḛ:"E",Ɛ:"E",Ǝ:"E","Ⓕ":"F",F:"F",Ḟ:"F",Ƒ:"F",Ꝼ:"F","Ⓖ":"G",G:"G",Ǵ:"G",Ĝ:"G",Ḡ:"G",Ğ:"G",Ġ:"G",Ǧ:"G",Ģ:"G",Ǥ:"G",Ɠ:"G",Ꞡ:"G",Ᵹ:"G",Ꝿ:"G","Ⓗ":"H",H:"H",Ĥ:"H",Ḣ:"H",Ḧ:"H",Ȟ:"H",Ḥ:"H",Ḩ:"H",Ḫ:"H",Ħ:"H",Ⱨ:"H",Ⱶ:"H",Ɥ:"H","Ⓘ":"I",I:"I",Ì:"I",Í:"I",Î:"I",Ĩ:"I",Ī:"I",Ĭ:"I",İ:"I",Ï:"I",Ḯ:"I",Ỉ:"I",Ǐ:"I",Ȉ:"I",Ȋ:"I",Ị:"I",Į:"I",Ḭ:"I",Ɨ:"I","Ⓙ":"J",J:"J",Ĵ:"J",Ɉ:"J","Ⓚ":"K",K:"K",Ḱ:"K",Ǩ:"K",Ḳ:"K",Ķ:"K",Ḵ:"K",Ƙ:"K",Ⱪ:"K",Ꝁ:"K",Ꝃ:"K",Ꝅ:"K",Ꞣ:"K","Ⓛ":"L",L:"L",Ŀ:"L",Ĺ:"L",Ľ:"L",Ḷ:"L",Ḹ:"L",Ļ:"L",Ḽ:"L",Ḻ:"L",Ł:"L",Ƚ:"L",Ɫ:"L",Ⱡ:"L",Ꝉ:"L",Ꝇ:"L",Ꞁ:"L",LJ:"LJ",Lj:"Lj","Ⓜ":"M",M:"M",Ḿ:"M",Ṁ:"M",Ṃ:"M",Ɱ:"M",Ɯ:"M","Ⓝ":"N",N:"N",Ǹ:"N",Ń:"N",Ñ:"N",Ṅ:"N",Ň:"N",Ṇ:"N",Ņ:"N",Ṋ:"N",Ṉ:"N",Ƞ:"N",Ɲ:"N",Ꞑ:"N",Ꞥ:"N",NJ:"NJ",Nj:"Nj","Ⓞ":"O",O:"O",Ò:"O",Ó:"O",Ô:"O",Ồ:"O",Ố:"O",Ỗ:"O",Ổ:"O",Õ:"O",Ṍ:"O",Ȭ:"O",Ṏ:"O",Ō:"O",Ṑ:"O",Ṓ:"O",Ŏ:"O",Ȯ:"O",Ȱ:"O",Ö:"O",Ȫ:"O",Ỏ:"O",Ő:"O",Ǒ:"O",Ȍ:"O",Ȏ:"O",Ơ:"O",Ờ:"O",Ớ:"O",Ỡ:"O",Ở:"O",Ợ:"O",Ọ:"O",Ộ:"O",Ǫ:"O",Ǭ:"O",Ø:"O",Ǿ:"O",Ɔ:"O",Ɵ:"O",Ꝋ:"O",Ꝍ:"O",Ƣ:"OI",Ꝏ:"OO",Ȣ:"OU","Ⓟ":"P",P:"P",Ṕ:"P",Ṗ:"P",Ƥ:"P",Ᵽ:"P",Ꝑ:"P",Ꝓ:"P",Ꝕ:"P","Ⓠ":"Q",Q:"Q",Ꝗ:"Q",Ꝙ:"Q",Ɋ:"Q","Ⓡ":"R",R:"R",Ŕ:"R",Ṙ:"R",Ř:"R",Ȑ:"R",Ȓ:"R",Ṛ:"R",Ṝ:"R",Ŗ:"R",Ṟ:"R",Ɍ:"R",Ɽ:"R",Ꝛ:"R",Ꞧ:"R",Ꞃ:"R","Ⓢ":"S",S:"S",ẞ:"S",Ś:"S",Ṥ:"S",Ŝ:"S",Ṡ:"S",Š:"S",Ṧ:"S",Ṣ:"S",Ṩ:"S",Ș:"S",Ş:"S",Ȿ:"S",Ꞩ:"S",Ꞅ:"S","Ⓣ":"T",T:"T",Ṫ:"T",Ť:"T",Ṭ:"T",Ț:"T",Ţ:"T",Ṱ:"T",Ṯ:"T",Ŧ:"T",Ƭ:"T",Ʈ:"T",Ⱦ:"T",Ꞇ:"T",Ꜩ:"TZ","Ⓤ":"U",U:"U",Ù:"U",Ú:"U",Û:"U",Ũ:"U",Ṹ:"U",Ū:"U",Ṻ:"U",Ŭ:"U",Ü:"U",Ǜ:"U",Ǘ:"U",Ǖ:"U",Ǚ:"U",Ủ:"U",Ů:"U",Ű:"U",Ǔ:"U",Ȕ:"U",Ȗ:"U",Ư:"U",Ừ:"U",Ứ:"U",Ữ:"U",Ử:"U",Ự:"U",Ụ:"U",Ṳ:"U",Ų:"U",Ṷ:"U",Ṵ:"U",Ʉ:"U","Ⓥ":"V",V:"V",Ṽ:"V",Ṿ:"V",Ʋ:"V",Ꝟ:"V",Ʌ:"V",Ꝡ:"VY","Ⓦ":"W",W:"W",Ẁ:"W",Ẃ:"W",Ŵ:"W",Ẇ:"W",Ẅ:"W",Ẉ:"W",Ⱳ:"W","Ⓧ":"X",X:"X",Ẋ:"X",Ẍ:"X","Ⓨ":"Y",Y:"Y",Ỳ:"Y",Ý:"Y",Ŷ:"Y",Ỹ:"Y",Ȳ:"Y",Ẏ:"Y",Ÿ:"Y",Ỷ:"Y",Ỵ:"Y",Ƴ:"Y",Ɏ:"Y",Ỿ:"Y","Ⓩ":"Z",Z:"Z",Ź:"Z",Ẑ:"Z",Ż:"Z",Ž:"Z",Ẓ:"Z",Ẕ:"Z",Ƶ:"Z",Ȥ:"Z",Ɀ:"Z",Ⱬ:"Z",Ꝣ:"Z","ⓐ":"a",a:"a",ẚ:"a",à:"a",á:"a",â:"a",ầ:"a",ấ:"a",ẫ:"a",ẩ:"a",ã:"a",ā:"a",ă:"a",ằ:"a",ắ:"a",ẵ:"a",ẳ:"a",ȧ:"a",ǡ:"a",ä:"a",ǟ:"a",ả:"a",å:"a",ǻ:"a",ǎ:"a",ȁ:"a",ȃ:"a",ạ:"a",ậ:"a",ặ:"a",ḁ:"a",ą:"a",ⱥ:"a",ɐ:"a",ꜳ:"aa",æ:"ae",ǽ:"ae",ǣ:"ae",ꜵ:"ao",ꜷ:"au",ꜹ:"av",ꜻ:"av",ꜽ:"ay","ⓑ":"b",b:"b",ḃ:"b",ḅ:"b",ḇ:"b",ƀ:"b",ƃ:"b",ɓ:"b","ⓒ":"c",c:"c",ć:"c",ĉ:"c",ċ:"c",č:"c",ç:"c",ḉ:"c",ƈ:"c",ȼ:"c",ꜿ:"c",ↄ:"c","ⓓ":"d",d:"d",ḋ:"d",ď:"d",ḍ:"d",ḑ:"d",ḓ:"d",ḏ:"d",đ:"d",ƌ:"d",ɖ:"d",ɗ:"d",ꝺ:"d",dz:"dz",dž:"dz","ⓔ":"e",e:"e",è:"e",é:"e",ê:"e",ề:"e",ế:"e",ễ:"e",ể:"e",ẽ:"e",ē:"e",ḕ:"e",ḗ:"e",ĕ:"e",ė:"e",ë:"e",ẻ:"e",ě:"e",ȅ:"e",ȇ:"e",ẹ:"e",ệ:"e",ȩ:"e",ḝ:"e",ę:"e",ḙ:"e",ḛ:"e",ɇ:"e",ɛ:"e",ǝ:"e","ⓕ":"f",f:"f",ḟ:"f",ƒ:"f",ꝼ:"f","ⓖ":"g",g:"g",ǵ:"g",ĝ:"g",ḡ:"g",ğ:"g",ġ:"g",ǧ:"g",ģ:"g",ǥ:"g",ɠ:"g",ꞡ:"g",ᵹ:"g",ꝿ:"g","ⓗ":"h",h:"h",ĥ:"h",ḣ:"h",ḧ:"h",ȟ:"h",ḥ:"h",ḩ:"h",ḫ:"h",ẖ:"h",ħ:"h",ⱨ:"h",ⱶ:"h",ɥ:"h",ƕ:"hv","ⓘ":"i",i:"i",ì:"i",í:"i",î:"i",ĩ:"i",ī:"i",ĭ:"i",ï:"i",ḯ:"i",ỉ:"i",ǐ:"i",ȉ:"i",ȋ:"i",ị:"i",į:"i",ḭ:"i",ɨ:"i",ı:"i","ⓙ":"j",j:"j",ĵ:"j",ǰ:"j",ɉ:"j","ⓚ":"k",k:"k",ḱ:"k",ǩ:"k",ḳ:"k",ķ:"k",ḵ:"k",ƙ:"k",ⱪ:"k",ꝁ:"k",ꝃ:"k",ꝅ:"k",ꞣ:"k","ⓛ":"l",l:"l",ŀ:"l",ĺ:"l",ľ:"l",ḷ:"l",ḹ:"l",ļ:"l",ḽ:"l",ḻ:"l",ſ:"l",ł:"l",ƚ:"l",ɫ:"l",ⱡ:"l",ꝉ:"l",ꞁ:"l",ꝇ:"l",lj:"lj","ⓜ":"m",m:"m",ḿ:"m",ṁ:"m",ṃ:"m",ɱ:"m",ɯ:"m","ⓝ":"n",n:"n",ǹ:"n",ń:"n",ñ:"n",ṅ:"n",ň:"n",ṇ:"n",ņ:"n",ṋ:"n",ṉ:"n",ƞ:"n",ɲ:"n",ʼn:"n",ꞑ:"n",ꞥ:"n",nj:"nj","ⓞ":"o",o:"o",ò:"o",ó:"o",ô:"o",ồ:"o",ố:"o",ỗ:"o",ổ:"o",õ:"o",ṍ:"o",ȭ:"o",ṏ:"o",ō:"o",ṑ:"o",ṓ:"o",ŏ:"o",ȯ:"o",ȱ:"o",ö:"o",ȫ:"o",ỏ:"o",ő:"o",ǒ:"o",ȍ:"o",ȏ:"o",ơ:"o",ờ:"o",ớ:"o",ỡ:"o",ở:"o",ợ:"o",ọ:"o",ộ:"o",ǫ:"o",ǭ:"o",ø:"o",ǿ:"o",ɔ:"o",ꝋ:"o",ꝍ:"o",ɵ:"o",ƣ:"oi",ȣ:"ou",ꝏ:"oo","ⓟ":"p",p:"p",ṕ:"p",ṗ:"p",ƥ:"p",ᵽ:"p",ꝑ:"p",ꝓ:"p",ꝕ:"p","ⓠ":"q",q:"q",ɋ:"q",ꝗ:"q",ꝙ:"q","ⓡ":"r",r:"r",ŕ:"r",ṙ:"r",ř:"r",ȑ:"r",ȓ:"r",ṛ:"r",ṝ:"r",ŗ:"r",ṟ:"r",ɍ:"r",ɽ:"r",ꝛ:"r",ꞧ:"r",ꞃ:"r","ⓢ":"s",s:"s",ß:"s",ś:"s",ṥ:"s",ŝ:"s",ṡ:"s",š:"s",ṧ:"s",ṣ:"s",ṩ:"s",ș:"s",ş:"s",ȿ:"s",ꞩ:"s",ꞅ:"s",ẛ:"s","ⓣ":"t",t:"t",ṫ:"t",ẗ:"t",ť:"t",ṭ:"t",ț:"t",ţ:"t",ṱ:"t",ṯ:"t",ŧ:"t",ƭ:"t",ʈ:"t",ⱦ:"t",ꞇ:"t",ꜩ:"tz","ⓤ":"u",u:"u",ù:"u",ú:"u",û:"u",ũ:"u",ṹ:"u",ū:"u",ṻ:"u",ŭ:"u",ü:"u",ǜ:"u",ǘ:"u",ǖ:"u",ǚ:"u",ủ:"u",ů:"u",ű:"u",ǔ:"u",ȕ:"u",ȗ:"u",ư:"u",ừ:"u",ứ:"u",ữ:"u",ử:"u",ự:"u",ụ:"u",ṳ:"u",ų:"u",ṷ:"u",ṵ:"u",ʉ:"u","ⓥ":"v",v:"v",ṽ:"v",ṿ:"v",ʋ:"v",ꝟ:"v",ʌ:"v",ꝡ:"vy","ⓦ":"w",w:"w",ẁ:"w",ẃ:"w",ŵ:"w",ẇ:"w",ẅ:"w",ẘ:"w",ẉ:"w",ⱳ:"w","ⓧ":"x",x:"x",ẋ:"x",ẍ:"x","ⓨ":"y",y:"y",ỳ:"y",ý:"y",ŷ:"y",ỹ:"y",ȳ:"y",ẏ:"y",ÿ:"y",ỷ:"y",ẙ:"y",ỵ:"y",ƴ:"y",ɏ:"y",ỿ:"y","ⓩ":"z",z:"z",ź:"z",ẑ:"z",ż:"z",ž:"z",ẓ:"z",ẕ:"z",ƶ:"z",ȥ:"z",ɀ:"z",ⱬ:"z",ꝣ:"z",Ά:"Α",Έ:"Ε",Ή:"Η",Ί:"Ι",Ϊ:"Ι",Ό:"Ο",Ύ:"Υ",Ϋ:"Υ",Ώ:"Ω",ά:"α",έ:"ε",ή:"η",ί:"ι",ϊ:"ι",ΐ:"ι",ό:"ο",ύ:"υ",ϋ:"υ",ΰ:"υ",ω:"ω",ς:"σ"};a=t(document),l=1,r=function(){return l++},n=O(Object,{bind:function(t){var e=this;return function(){t.apply(e,arguments)}},init:function(n){var i,o,s,a,l=".select2-results";this.opts=n=this.prepareOpts(n),this.id=n.id,n.element.data("select2")!==e&&null!==n.element.data("select2")&&n.element.data("select2").destroy(),this.container=this.createContainer(),this.liveRegion=t("",{role:"status","aria-live":"polite"}).addClass("select2-hidden-accessible").appendTo(document.body),this.containerId="s2id_"+(n.element.attr("id")||"autogen"+r()),this.containerEventName=this.containerId.replace(/([.])/g,"_").replace(/([;&,\-\.\+\*\~':"\!\^#$%@\[\]\(\)=>\|])/g,"\\$1"),this.container.attr("id",this.containerId),this.container.attr("title",n.element.attr("title")),this.body=t("body"),w(this.container,this.opts.element,this.opts.adaptContainerCssClass),this.container.attr("style",n.element.attr("style")),this.container.css(D(n.containerCss,this.opts.element)),this.container.addClass(D(n.containerCssClass,this.opts.element)),this.elementTabIndex=this.opts.element.attr("tabindex"),this.opts.element.data("select2",this).attr("tabindex","-1").before(this.container).on("click.select2",x),this.container.data("select2",this),this.dropdown=this.container.find(".select2-drop"),w(this.dropdown,this.opts.element,this.opts.adaptDropdownCssClass),this.dropdown.addClass(D(n.dropdownCssClass,this.opts.element)),this.dropdown.data("select2",this),this.dropdown.on("click",x),this.results=i=this.container.find(l),this.search=o=this.container.find("input.select2-input"),this.queryCount=0,this.resultsPage=0,this.context=null,this.initContainer(),this.container.on("click",x),this.results.on("mousemove",(function(n){var i=u;i!==e&&i.x===n.pageX&&i.y===n.pageY||t(n.target).trigger("mousemove-filtered",n)})),this.dropdown.on("mousemove-filtered",l,this.bind(this.highlightUnderEvent)),this.dropdown.on("touchstart touchmove touchend",l,this.bind((function(t){this._touchEvent=!0,this.highlightUnderEvent(t)}))),this.dropdown.on("touchmove",l,this.bind(this.touchMoved)),this.dropdown.on("touchstart touchend",l,this.bind(this.clearTouchMoved)),this.dropdown.on("click",this.bind((function(t){this._touchEvent&&(this._touchEvent=!1,this.selectHighlighted())}))),s=this.results,a=v(80,(function(t){s.trigger("scroll-debounced",t)})),s.on("scroll",(function(t){f(t.target,s.get())>=0&&a(t)})),this.dropdown.on("scroll-debounced",l,this.bind(this.loadMoreIfNeeded)),t(this.container).on("change",".select2-input",(function(t){t.stopPropagation()})),t(this.dropdown).on("change",".select2-input",(function(t){t.stopPropagation()})),t.fn.mousewheel&&i.mousewheel((function(t,e,n,o){var r=i.scrollTop();o>0&&r-o<=0?(i.scrollTop(0),x(t)):o<0&&i.get(0).scrollHeight-i.scrollTop()+o<=i.height()&&(i.scrollTop(i.get(0).scrollHeight-i.height()),x(t))})),C(o),o.on("keyup-change input paste",this.bind(this.updateResults)),o.on("focus",(function(){o.addClass("select2-focused")})),o.on("blur",(function(){o.removeClass("select2-focused")})),this.dropdown.on("mouseup",l,this.bind((function(e){t(e.target).closest(".select2-result-selectable").length>0&&(this.highlightUnderEvent(e),this.selectHighlighted(e))}))),this.dropdown.on("click mouseup mousedown touchstart touchend focusin",(function(t){t.stopPropagation()})),this.nextSearchTerm=e,t.isFunction(this.opts.initSelection)&&(this.initSelection(),this.monitorSource()),null!==n.maximumInputLength&&this.search.attr("maxlength",n.maximumInputLength);var h=n.element.prop("disabled");h===e&&(h=!1),this.enable(!h);var d=n.element.prop("readonly");d===e&&(d=!1),this.readonly(d),c=c||function(){var e=t("
        ");e.appendTo("body");var n={width:e.width()-e[0].clientWidth,height:e.height()-e[0].clientHeight};return e.remove(),n}(),this.autofocus=n.element.prop("autofocus"),n.element.prop("autofocus",!1),this.autofocus&&this.focus(),this.search.attr("placeholder",n.searchInputPlaceholder)},destroy:function(){var t=this.opts.element,n=t.data("select2"),i=this;this.close(),t.length&&t[0].detachEvent&&t.each((function(){this.detachEvent("onpropertychange",i._sync)})),this.propertyObserver&&(this.propertyObserver.disconnect(),this.propertyObserver=null),this._sync=null,n!==e&&(n.container.remove(),n.liveRegion.remove(),n.dropdown.remove(),t.removeClass("select2-offscreen").removeData("select2").off(".select2").prop("autofocus",this.autofocus||!1),this.elementTabIndex?t.attr({tabindex:this.elementTabIndex}):t.removeAttr("tabindex"),t.show()),T.call(this,"container","liveRegion","dropdown","results","search")},optionToData:function(t){return t.is("option")?{id:t.prop("value"),text:t.text(),element:t.get(),css:t.attr("class"),disabled:t.prop("disabled"),locked:g(t.attr("locked"),"locked")||g(t.data("locked"),!0)}:t.is("optgroup")?{text:t.attr("label"),children:[],element:t.get(),css:t.attr("class")}:void 0},prepareOpts:function(n){var i,o,s,a,c=this;if("select"===(i=n.element).get(0).tagName.toLowerCase()&&(this.select=o=n.element),o&&t.each(["id","multiple","ajax","query","createSearchChoice","initSelection","data","tags"],(function(){if(this in n)throw new Error("Option '"+this+"' is not allowed for Select2 when attached to a ","
        "," ","
          ","
        ","
        "].join(""))},enableInterface:function(){this.parent.enableInterface.apply(this,arguments)&&this.focusser.prop("disabled",!this.isInterfaceEnabled())},opening:function(){var n,i,o;this.opts.minimumResultsForSearch>=0&&this.showSearch(!0),this.parent.opening.apply(this,arguments),!1!==this.showSearchInput&&this.search.val(this.focusser.val()),this.opts.shouldFocusInput(this)&&(this.search.focus(),(n=this.search.get(0)).createTextRange?((i=n.createTextRange()).collapse(!1),i.select()):n.setSelectionRange&&(o=this.search.val().length,n.setSelectionRange(o,o))),""===this.search.val()&&this.nextSearchTerm!=e&&(this.search.val(this.nextSearchTerm),this.search.select()),this.focusser.prop("disabled",!0).val(""),this.updateResults(!0),this.opts.element.trigger(t.Event("select2-open"))},close:function(){this.opened()&&(this.parent.close.apply(this,arguments),this.focusser.prop("disabled",!1),this.opts.shouldFocusInput(this)&&this.focusser.focus())},focus:function(){this.opened()?this.close():(this.focusser.prop("disabled",!1),this.opts.shouldFocusInput(this)&&this.focusser.focus())},isFocused:function(){return this.container.hasClass("select2-container-active")},cancel:function(){this.parent.cancel.apply(this,arguments),this.focusser.prop("disabled",!1),this.opts.shouldFocusInput(this)&&this.focusser.focus()},destroy:function(){t("label[for='"+this.focusser.attr("id")+"']").attr("for",this.opts.element.attr("id")),this.parent.destroy.apply(this,arguments),T.call(this,"selection","focusser")},initContainer:function(){var e,n,i=this.container,o=this.dropdown,s=r();this.opts.minimumResultsForSearch<0?this.showSearch(!1):this.showSearch(!0),this.selection=e=i.find(".select2-choice"),this.focusser=i.find(".select2-focusser"),e.find(".select2-chosen").attr("id","select2-chosen-"+s),this.focusser.attr("aria-labelledby","select2-chosen-"+s),this.results.attr("id","select2-results-"+s),this.search.attr("aria-owns","select2-results-"+s),this.focusser.attr("id","s2id_autogen"+s),n=t("label[for='"+this.opts.element.attr("id")+"']"),this.focusser.prev().text(n.text()).attr("for",this.focusser.attr("id"));var a=this.opts.element.attr("title");this.opts.element.attr("title",a||n.text()),this.focusser.attr("tabindex",this.elementTabIndex),this.search.attr("id",this.focusser.attr("id")+"_search"),this.search.prev().text(t("label[for='"+this.focusser.attr("id")+"']").text()).attr("for",this.search.attr("id")),this.search.on("keydown",this.bind((function(t){if(this.isInterfaceEnabled()&&229!=t.keyCode)if(t.which!==h.PAGE_UP&&t.which!==h.PAGE_DOWN)switch(t.which){case h.UP:case h.DOWN:return this.moveHighlight(t.which===h.UP?-1:1),void x(t);case h.ENTER:return this.selectHighlighted(),void x(t);case h.TAB:return void this.selectHighlighted({noFocus:!0});case h.ESC:return this.cancel(t),void x(t)}else x(t)}))),this.search.on("blur",this.bind((function(t){document.activeElement===this.body.get(0)&&window.setTimeout(this.bind((function(){this.opened()&&this.search.focus()})),0)}))),this.focusser.on("keydown",this.bind((function(t){if(this.isInterfaceEnabled()&&t.which!==h.TAB&&!h.isControl(t)&&!h.isFunctionKey(t)&&t.which!==h.ESC){if(!1!==this.opts.openOnEnter||t.which!==h.ENTER){if(t.which==h.DOWN||t.which==h.UP||t.which==h.ENTER&&this.opts.openOnEnter){if(t.altKey||t.ctrlKey||t.shiftKey||t.metaKey)return;return this.open(),void x(t)}return t.which==h.DELETE||t.which==h.BACKSPACE?(this.opts.allowClear&&this.clear(),void x(t)):void 0}x(t)}}))),C(this.focusser),this.focusser.on("keyup-change input",this.bind((function(t){if(this.opts.minimumResultsForSearch>=0){if(t.stopPropagation(),this.opened())return;this.open()}}))),e.on("mousedown touchstart","abbr",this.bind((function(t){var e;this.isInterfaceEnabled()&&(this.clear(),(e=t).preventDefault(),e.stopImmediatePropagation(),this.close(),this.selection.focus())}))),e.on("mousedown touchstart",this.bind((function(n){p(e),this.container.hasClass("select2-container-active")||this.opts.element.trigger(t.Event("select2-focus")),this.opened()?this.close():this.isInterfaceEnabled()&&this.open(),x(n)}))),o.on("mousedown touchstart",this.bind((function(){this.opts.shouldFocusInput(this)&&this.search.focus()}))),e.on("focus",this.bind((function(t){x(t)}))),this.focusser.on("focus",this.bind((function(){this.container.hasClass("select2-container-active")||this.opts.element.trigger(t.Event("select2-focus")),this.container.addClass("select2-container-active")}))).on("blur",this.bind((function(){this.opened()||(this.container.removeClass("select2-container-active"),this.opts.element.trigger(t.Event("select2-blur")))}))),this.search.on("focus",this.bind((function(){this.container.hasClass("select2-container-active")||this.opts.element.trigger(t.Event("select2-focus")),this.container.addClass("select2-container-active")}))),this.initContainerWidth(),this.opts.element.addClass("select2-offscreen"),this.setPlaceholder()},clear:function(e){var n=this.selection.data("select2-data");if(n){var i=t.Event("select2-clearing");if(this.opts.element.trigger(i),i.isDefaultPrevented())return;var o=this.getPlaceholderOption();this.opts.element.val(o?o.val():""),this.selection.find(".select2-chosen").empty(),this.selection.removeData("select2-data"),this.setPlaceholder(),!1!==e&&(this.opts.element.trigger({type:"select2-removed",val:this.id(n),choice:n}),this.triggerChange({removed:n}))}},initSelection:function(){if(this.isPlaceholderOptionSelected())this.updateSelection(null),this.close(),this.setPlaceholder();else{var t=this;this.opts.initSelection.call(null,this.opts.element,(function(n){n!==e&&null!==n&&(t.updateSelection(n),t.close(),t.setPlaceholder(),t.nextSearchTerm=t.opts.nextSearchTerm(n,t.search.val()))}))}},isPlaceholderOptionSelected:function(){var t;return this.getPlaceholder()!==e&&((t=this.getPlaceholderOption())!==e&&t.prop("selected")||""===this.opts.element.val()||this.opts.element.val()===e||null===this.opts.element.val())},prepareOpts:function(){var e=this.parent.prepareOpts.apply(this,arguments),n=this;return"select"===e.element.get(0).tagName.toLowerCase()?e.initSelection=function(t,e){var i=t.find("option").filter((function(){return this.selected&&!this.disabled}));e(n.optionToData(i))}:"data"in e&&(e.initSelection=e.initSelection||function(n,i){var o=n.val(),r=null;e.query({matcher:function(t,n,i){var s=g(o,e.id(i));return s&&(r=i),s},callback:t.isFunction(i)?function(){i(r)}:t.noop})}),e},getPlaceholder:function(){return this.select&&this.getPlaceholderOption()===e?e:this.parent.getPlaceholder.apply(this,arguments)},setPlaceholder:function(){var t=this.getPlaceholder();if(this.isPlaceholderOptionSelected()&&t!==e){if(this.select&&this.getPlaceholderOption()===e)return;this.selection.find(".select2-chosen").html(this.opts.escapeMarkup(t)),this.selection.addClass("select2-default"),this.container.removeClass("select2-allowclear")}},postprocessResults:function(t,e,n){var i=0,o=this;if(this.findHighlightableChoices().each2((function(t,e){if(g(o.id(e.data("select2-data")),o.opts.element.val()))return i=t,!1})),!1!==n&&(!0===e&&i>=0?this.highlight(i):this.highlight(0)),!0===e){var r=this.opts.minimumResultsForSearch;r>=0&&this.showSearch(S(t.results)>=r)}},showSearch:function(e){this.showSearchInput!==e&&(this.showSearchInput=e,this.dropdown.find(".select2-search").toggleClass("select2-search-hidden",!e),this.dropdown.find(".select2-search").toggleClass("select2-offscreen",!e),t(this.dropdown,this.container).toggleClass("select2-with-searchbox",e))},onSelect:function(t,e){if(this.triggerSelect(t)){var n=this.opts.element.val(),i=this.data();this.opts.element.val(this.id(t)),this.updateSelection(t),this.opts.element.trigger({type:"select2-selected",val:this.id(t),choice:t}),this.nextSearchTerm=this.opts.nextSearchTerm(t,this.search.val()),this.close(),e&&e.noFocus||!this.opts.shouldFocusInput(this)||this.focusser.focus(),g(n,this.id(t))||this.triggerChange({added:t,removed:i})}},updateSelection:function(t){var n,i,o=this.selection.find(".select2-chosen");this.selection.data("select2-data",t),o.empty(),null!==t&&(n=this.opts.formatSelection(t,o,this.opts.escapeMarkup)),n!==e&&o.append(n),(i=this.opts.formatSelectionCssClass(t,o))!==e&&o.addClass(i),this.selection.removeClass("select2-default"),this.opts.allowClear&&this.getPlaceholder()!==e&&this.container.addClass("select2-allowclear")},val:function(){var t,n=!1,i=null,o=this,r=this.data();if(0===arguments.length)return this.opts.element.val();if(t=arguments[0],arguments.length>1&&(n=arguments[1]),this.select)this.select.val(t).find("option").filter((function(){return this.selected})).each2((function(t,e){return i=o.optionToData(e),!1})),this.updateSelection(i),this.setPlaceholder(),n&&this.triggerChange({added:i,removed:r});else{if(!t&&0!==t)return void this.clear(n);if(this.opts.initSelection===e)throw new Error("cannot call val() if initSelection() is not defined");this.opts.element.val(t),this.opts.initSelection(this.opts.element,(function(t){o.opts.element.val(t?o.id(t):""),o.updateSelection(t),o.setPlaceholder(),n&&o.triggerChange({added:t,removed:r})}))}},clearSearch:function(){this.search.val(""),this.focusser.val("")},data:function(t){var n,i=!1;if(0===arguments.length)return(n=this.selection.data("select2-data"))==e&&(n=null),n;arguments.length>1&&(i=arguments[1]),t?(n=this.data(),this.opts.element.val(t?this.id(t):""),this.updateSelection(t),i&&this.triggerChange({added:t,removed:n})):this.clear(i)}}),o=O(n,{createContainer:function(){return t(document.createElement("div")).attr({class:"select2-container select2-container-multi"}).html(["
          ","
        • "," "," ","
        • ","
        ","
        ","
          ","
        ","
        "].join(""))},prepareOpts:function(){var e=this.parent.prepareOpts.apply(this,arguments),n=this;return"select"===e.element.get(0).tagName.toLowerCase()?e.initSelection=function(t,e){var i=[];t.find("option").filter((function(){return this.selected&&!this.disabled})).each2((function(t,e){i.push(n.optionToData(e))})),e(i)}:"data"in e&&(e.initSelection=e.initSelection||function(n,i){var o=m(n.val(),e.separator),r=[];e.query({matcher:function(n,i,s){var a=t.grep(o,(function(t){return g(t,e.id(s))})).length;return a&&r.push(s),a},callback:t.isFunction(i)?function(){for(var t=[],n=0;n0||(this.selectChoice(null),this.clearPlaceholder(),this.container.hasClass("select2-container-active")||this.opts.element.trigger(t.Event("select2-focus")),this.open(),this.focusSearch(),e.preventDefault()))}))),this.container.on("focus",n,this.bind((function(){this.isInterfaceEnabled()&&(this.container.hasClass("select2-container-active")||this.opts.element.trigger(t.Event("select2-focus")),this.container.addClass("select2-container-active"),this.dropdown.addClass("select2-drop-active"),this.clearPlaceholder())}))),this.initContainerWidth(),this.opts.element.addClass("select2-offscreen"),this.clearSearch()},enableInterface:function(){this.parent.enableInterface.apply(this,arguments)&&this.search.prop("disabled",!this.isInterfaceEnabled())},initSelection:function(){if(""===this.opts.element.val()&&""===this.opts.element.text()&&(this.updateSelection([]),this.close(),this.clearSearch()),this.select||""!==this.opts.element.val()){var t=this;this.opts.initSelection.call(null,this.opts.element,(function(n){n!==e&&null!==n&&(t.updateSelection(n),t.close(),t.clearSearch())}))}},clearSearch:function(){var t=this.getPlaceholder(),n=this.getMaxSearchWidth();t!==e&&0===this.getVal().length&&!1===this.search.hasClass("select2-focused")?(this.search.val(t).addClass("select2-default"),this.search.width(n>0?n:this.container.css("width"))):this.search.val("").width(10)},clearPlaceholder:function(){this.search.hasClass("select2-default")&&this.search.val("").removeClass("select2-default")},opening:function(){this.clearPlaceholder(),this.resizeSearch(),this.parent.opening.apply(this,arguments),this.focusSearch(),""===this.search.val()&&this.nextSearchTerm!=e&&(this.search.val(this.nextSearchTerm),this.search.select()),this.updateResults(!0),this.opts.shouldFocusInput(this)&&this.search.focus(),this.opts.element.trigger(t.Event("select2-open"))},close:function(){this.opened()&&this.parent.close.apply(this,arguments)},focus:function(){this.close(),this.search.focus()},isFocused:function(){return this.search.hasClass("select2-focused")},updateSelection:function(e){var n=[],i=[],o=this;t(e).each((function(){f(o.id(this),n)<0&&(n.push(o.id(this)),i.push(this))})),e=i,this.selection.find(".select2-search-choice").remove(),t(e).each((function(){o.addSelectedChoice(this)})),o.postprocessResults()},tokenize:function(){var t=this.search.val();null!=(t=this.opts.tokenizer.call(this,t,this.data(),this.bind(this.onSelect),this.opts))&&t!=e&&(this.search.val(t),t.length>0&&this.open())},onSelect:function(t,n){this.triggerSelect(t)&&""!==t.text&&(this.addSelectedChoice(t),this.opts.element.trigger({type:"selected",val:this.id(t),choice:t}),this.nextSearchTerm=this.opts.nextSearchTerm(t,this.search.val()),this.clearSearch(),this.updateResults(),!this.select&&this.opts.closeOnSelect||this.postprocessResults(t,!1,!0===this.opts.closeOnSelect),this.opts.closeOnSelect?(this.close(),this.search.width(10)):this.countSelectableResults()>0?(this.search.width(10),this.resizeSearch(),this.getMaximumSelectionSize()>0&&this.val().length>=this.getMaximumSelectionSize()?this.updateResults(!0):this.nextSearchTerm!=e&&(this.search.val(this.nextSearchTerm),this.updateResults(),this.search.select()),this.positionDropdown()):(this.close(),this.search.width(10)),this.triggerChange({added:t}),n&&n.noFocus||this.focusSearch())},cancel:function(){this.close(),this.focusSearch()},addSelectedChoice:function(n){var i,o,r=!n.locked,s=t("
      • "),a=t("
      • "),c=r?s:a,l=this.id(n),u=this.getVal();(i=this.opts.formatSelection(n,c.find("div"),this.opts.escapeMarkup))!=e&&c.find("div").replaceWith("
        "+i+"
        "),(o=this.opts.formatSelectionCssClass(n,c.find("div")))!=e&&c.addClass(o),r&&c.find(".select2-search-choice-close").on("mousedown",x).on("click dblclick",this.bind((function(e){this.isInterfaceEnabled()&&(this.unselect(t(e.target)),this.selection.find(".select2-search-choice-focus").removeClass("select2-search-choice-focus"),x(e),this.close(),this.focusSearch())}))).on("focus",this.bind((function(){this.isInterfaceEnabled()&&(this.container.addClass("select2-container-active"),this.dropdown.addClass("select2-drop-active"))}))),c.data("select2-data",n),c.insertBefore(this.searchContainer),u.push(l),this.setVal(u)},unselect:function(e){var n,i,o=this.getVal();if(0===(e=e.closest(".select2-search-choice")).length)throw"Invalid argument: "+e+". Must be .select2-search-choice";if(n=e.data("select2-data")){var r=t.Event("select2-removing");if(r.val=this.id(n),r.choice=n,this.opts.element.trigger(r),r.isDefaultPrevented())return!1;for(;(i=f(this.id(n),o))>=0;)o.splice(i,1),this.setVal(o),this.select&&this.postprocessResults();return e.remove(),this.opts.element.trigger({type:"select2-removed",val:this.id(n),choice:n}),this.triggerChange({removed:n}),!0}},postprocessResults:function(t,e,n){var i=this.getVal(),o=this.results.find(".select2-result"),r=this.results.find(".select2-result-with-children"),s=this;o.each2((function(t,e){f(s.id(e.data("select2-data")),i)>=0&&(e.addClass("select2-selected"),e.find(".select2-result-selectable").addClass("select2-selected"))})),r.each2((function(t,e){e.is(".select2-result-selectable")||0!==e.find(".select2-result-selectable:not(.select2-selected)").length||e.addClass("select2-selected")})),-1==this.highlight()&&!1!==n&&s.highlight(0),!this.opts.createSearchChoice&&!o.filter(".select2-result:not(.select2-selected)").length>0&&(!t||t&&!t.more&&0===this.results.find(".select2-no-results").length)&&I(s.opts.formatNoMatches,"formatNoMatches")&&this.results.append("
      • "+D(s.opts.formatNoMatches,s.opts.element,s.search.val())+"
      • ")},getMaxSearchWidth:function(){return this.selection.width()-b(this.search)},resizeSearch:function(){var e,n,i,o,r=b(this.search);e=function(e){if(!s){var n=e[0].currentStyle||window.getComputedStyle(e[0],null);(s=t(document.createElement("div")).css({position:"absolute",left:"-10000px",top:"-10000px",display:"none",fontSize:n.fontSize,fontFamily:n.fontFamily,fontStyle:n.fontStyle,fontWeight:n.fontWeight,letterSpacing:n.letterSpacing,textTransform:n.textTransform,whiteSpace:"nowrap"})).attr("class","select2-sizer"),t("body").append(s)}return s.text(e.val()),s.width()}(this.search)+10,n=this.search.offset().left,(o=(i=this.selection.width())-(n-this.selection.offset().left)-r)0&&n--,t.splice(i,1),i--);return{added:e,removed:t}},val:function(n,i){var o,r=this;if(0===arguments.length)return this.getVal();if((o=this.data()).length||(o=[]),!n&&0!==n)return this.opts.element.val(""),this.updateSelection([]),this.clearSearch(),void(i&&this.triggerChange({added:this.data(),removed:o}));if(this.setVal(n),this.select)this.opts.initSelection(this.select,this.bind(this.updateSelection)),i&&this.triggerChange(this.buildChangeDetails(o,this.data()));else{if(this.opts.initSelection===e)throw new Error("val() cannot be called if initSelection() is not defined");this.opts.initSelection(this.opts.element,(function(e){var n=t.map(e,r.id);r.setVal(n),r.updateSelection(e),r.clearSearch(),i&&r.triggerChange(r.buildChangeDetails(o,r.data()))}))}this.clearSearch()},onSortStart:function(){if(this.select)throw new Error("Sorting of elements is not supported when attached to instead.");this.search.width(0),this.searchContainer.hide()},onSortEnd:function(){var e=[],n=this;this.searchContainer.show(),this.searchContainer.appendTo(this.searchContainer.parent()),this.resizeSearch(),this.selection.find(".select2-search-choice").each((function(){e.push(n.opts.id(t(this).data("select2-data")))})),this.setVal(e),this.triggerChange()},data:function(e,n){var i,o,r=this;if(0===arguments.length)return this.selection.children(".select2-search-choice").map((function(){return t(this).data("select2-data")})).get();o=this.data(),e||(e=[]),i=t.map(e,(function(t){return r.opts.id(t)})),this.setVal(i),this.updateSelection(e),this.clearSearch(),n&&this.triggerChange(this.buildChangeDetails(o,this.data()))}}),t.fn.select2=function(){var n,i,o,r,s,a=Array.prototype.slice.call(arguments,0),c=["val","destroy","opened","open","close","focus","isFocused","container","dropdown","onSortStart","onSortEnd","enable","disable","readonly","positionDropdown","data","search"],l=["opened","isFocused","container","dropdown"],u=["val","data"],h={search:"externalSearch"};return this.each((function(){if(0===a.length||"object"==typeof a[0])(n=0===a.length?{}:t.extend({},a[0])).element=t(this),"select"===n.element.get(0).tagName.toLowerCase()?s=n.element.prop("multiple"):(s=n.multiple||!1,"tags"in n&&(n.multiple=s=!0)),(i=s?new window.Select2.class.multi:new window.Select2.class.single).init(n);else{if("string"!=typeof a[0])throw"Invalid arguments to select2 plugin: "+a;if(f(a[0],c)<0)throw"Unknown method: "+a[0];if(r=e,(i=t(this).data("select2"))===e)return;if("container"===(o=a[0])?r=i.container:"dropdown"===o?r=i.dropdown:(h[o]&&(o=h[o]),r=i[o].apply(i,a.slice(1))),f(a[0],l)>=0||f(a[0],u)>=0&&1==a.length)return!1}})),r===e?this:r},t.fn.select2.defaults={width:"copy",loadMorePadding:0,closeOnSelect:!0,openOnEnter:!0,containerCss:{},dropdownCss:{},containerCssClass:"",dropdownCssClass:"",formatResult:function(t,e,n,i){var o=[];return y(t.text,n.term,o,i),o.join("")},formatSelection:function(t,n,i){return t?i(t.text):e},sortResults:function(t,e,n){return t},formatResultCssClass:function(t){return t.css},formatSelectionCssClass:function(t,n){return e},minimumResultsForSearch:0,minimumInputLength:0,maximumInputLength:null,maximumSelectionSize:0,id:function(t){return t==e?null:t.id},matcher:function(t,e){return A(""+e).toUpperCase().indexOf(A(""+t).toUpperCase())>=0},separator:",",tokenSeparators:[],tokenizer:function(t,n,i,o){var r,s,a,c,l,u=t,h=!1;if(!o.createSearchChoice||!o.tokenSeparators||o.tokenSeparators.length<1)return e;for(;;){for(s=-1,a=0,c=o.tokenSeparators.length;a=0));a++);if(s<0)break;if(r=t.substring(0,s),t=t.substring(s+l.length),r.length>0&&(r=o.createSearchChoice.call(this,r,n))!==e&&null!==r&&o.id(r)!==e&&null!==o.id(r)){for(h=!1,a=0,c=n.length;a0)&&t.opts.minimumResultsForSearch<0)}},t.fn.select2.locales=[],t.fn.select2.locales.en={formatMatches:function(t){return 1===t?"One result is available, press enter to select it.":t+" results are available, use up and down arrow keys to navigate."},formatNoMatches:function(){return"No matches found"},formatAjaxError:function(t,e,n){return"Loading failed"},formatInputTooShort:function(t,e){var n=e-t.length;return"Please enter "+n+" or more character"+(1==n?"":"s")},formatInputTooLong:function(t,e){var n=t.length-e;return"Please delete "+n+" character"+(1==n?"":"s")},formatSelectionTooBig:function(t){return"You can only select "+t+" item"+(1==t?"":"s")},formatLoadMore:function(t){return"Loading more results…"},formatSearching:function(){return"Searching…"}},t.extend(t.fn.select2.defaults,t.fn.select2.locales.en),t.fn.select2.ajaxDefaults={transport:t.ajax,params:{type:"GET",cache:!1,dataType:"json"}},window.Select2={query:{ajax:B,local:E,tags:_},util:{debounce:v,markMatch:y,escapeMarkup:k,stripDiacritics:A},class:{abstract:n,single:i,multi:o}}}function p(e){var n=t(document.createTextNode(""));e.before(n),n.before(e),n.remove()}function A(t){return t.replace(/[^\u0000-\u007E]/g,(function(t){return d[t]||t}))}function f(t,e){for(var n=0,i=e.length;n"),n.push(i(t.substring(o,o+r))),n.push(""),n.push(i(t.substring(o+r,t.length))))}function k(t){var e={"\\":"\","&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};return String(t).replace(/[&<>"'\/\\]/g,(function(t){return e[t]}))}function B(n){var i,o=null,r=n.quietMillis||100,s=n.url,a=this;return function(c){window.clearTimeout(i),i=window.setTimeout((function(){var i=n.data,r=s,l=n.transport||t.fn.select2.ajaxDefaults.transport,u={type:n.type||"GET",cache:n.cache||!1,jsonpCallback:n.jsonpCallback||e,dataType:n.dataType||"json"},h=t.extend({},t.fn.select2.ajaxDefaults.params,u);i=i?i.call(a,c.term,c.page,c.context):null,r="function"==typeof r?r.call(a,c.term,c.page,c.context):r,o&&"function"==typeof o.abort&&o.abort(),n.params&&(t.isFunction(n.params)?t.extend(h,n.params.call(a)):t.extend(h,n.params)),t.extend(h,{url:r,dataType:n.dataType,data:i,success:function(t){var e=n.results(t,c.page,c);c.callback(e)},error:function(t,e,n){var i={hasError:!0,jqXHR:t,textStatus:e,errorThrown:n};c.callback(i)}}),o=l.call(a,h)}),r)}}function E(e){var n,i,o=e,r=function(t){return""+t.text};t.isArray(o)&&(o={results:i=o}),!1===t.isFunction(o)&&(i=o,o=function(){return i});var s=o();return s.text&&(r=s.text,t.isFunction(r)||(n=s.text,r=function(t){return t[n]})),function(e){var n,i=e.term,s={results:[]};""!==i?(n=function(o,s){var a,c;if((o=o[0]).children){for(c in a={},o)o.hasOwnProperty(c)&&(a[c]=o[c]);a.children=[],t(o.children).each2((function(t,e){n(e,a.children)})),(a.children.length||e.matcher(i,r(a),o))&&s.push(a)}else e.matcher(i,r(o),o)&&s.push(o)},t(o().results).each2((function(t,e){n(e,s.results)})),e.callback(s)):e.callback(o())}}function _(n){var i=t.isFunction(n);return function(o){var r=o.term,s={results:[]},a=i?n(o):n;t.isArray(a)&&(t(a).each((function(){var t=this.text!==e,n=t?this.text:this;(""===r||o.matcher(r,n))&&s.results.push(t?this:{id:this,text:this})})),o.callback(s))}}function I(e,n){if(t.isFunction(e))return!0;if(!e)return!1;if("string"==typeof e)return!0;throw new Error(n+" must be a string, function, or falsy value")}function D(e,n){if(t.isFunction(e)){var i=Array.prototype.slice.call(arguments,2);return e.apply(n,i)}return e}function S(e){var n=0;return t.each(e,(function(t,e){e.children?n+=S(e.children):n++})),n}function T(){var e=this;t.each(arguments,(function(t,n){e[n].remove(),e[n]=null}))}function O(e,n){var i=function(){};return(i.prototype=new e).constructor=i,i.prototype.parent=e.prototype,i.prototype=t.extend(i.prototype,n),i}}(o)},57223:()=>{"use strict";!function t(e,n,i){function o(s,a){if(!n[s]){if(!e[s]){if(r)return r(s,!0);throw new Error("Cannot find module '"+s+"'")}var c=n[s]={exports:{}};e[s][0].call(c.exports,(function(t){return o(e[s][1][t]||t)}),c,c.exports,t,e,n,i)}return n[s].exports}for(var r=void 0,s=0;s0?e.touches[0]["page"+t]:e.changedTouches[0]["page"+t]:e["page"+t]},klass:{has:function(t,e){return-1!==t.className.indexOf(e)},add:function(t,n){!o.klass.has(t,n)&&e.addBodyClasses&&(t.className+=" "+n)},remove:function(t,n){e.addBodyClasses&&(t.className=t.className.replace(n,"").replace(/^\s+|\s+$/g,""))}},dispatchEvent:function(t){if("function"==typeof i[t])return i[t].call()},vendor:function(){var t,e=document.createElement("div"),n="webkit Moz O ms".split(" ");for(t in n)if(void 0!==e.style[n[t]+"Transition"])return n[t]},transitionCallback:function(){return"Moz"===n.vendor||"ms"===n.vendor?"transitionend":n.vendor+"TransitionEnd"},deepExtend:function(t,e){var n;for(n in e)e[n]&&e[n].constructor&&e[n].constructor===Object?(t[n]=t[n]||{},o.deepExtend(t[n],e[n])):t[n]=e[n];return t},angleOfDrag:function(t,e){var i,o;return(o=Math.atan2(-(n.startDragY-e),n.startDragX-t))<0&&(o+=2*Math.PI),(i=Math.floor(o*(180/Math.PI)-180))<0&&i>-180&&(i=360-Math.abs(i)),Math.abs(i)},events:{addEvent:function(t,e,n){return t.addEventListener?t.addEventListener(e,n,!1):t.attachEvent?t.attachEvent("on"+e,n):void 0},removeEvent:function(t,e,n){return t.addEventListener?t.removeEventListener(e,n,!1):t.attachEvent?t.detachEvent("on"+e,n):void 0},prevent:function(t){t.preventDefault?t.preventDefault():t.returnValue=!1}},parentUntil:function(t,e){for(var n="string"==typeof e;t.parentNode;){if(n&&t.getAttribute&&t.getAttribute(e))return t;if(!n&&t===e)return t;t=t.parentNode}return null}},r={translate:{get:{matrix:function(t){var i=window.getComputedStyle(e.element)[n.vendor+"Transform"].match(/\((.*)\)/);return i?(16===(i=i[1].split(",")).length&&(t+=8),parseInt(i[t],10)):0}},easeCallback:function(){e.element.style[n.vendor+"Transition"]="",n.translation=r.translate.get.matrix(4),n.easing=!1,clearInterval(n.animatingInterval),0===n.easingTo&&(o.klass.remove(document.body,"snapjs-right"),o.klass.remove(document.body,"snapjs-left")),o.dispatchEvent("animated"),o.events.removeEvent(e.element,o.transitionCallback(),r.translate.easeCallback)},easeTo:function(t){n.easing=!0,n.easingTo=t,e.element.style[n.vendor+"Transition"]="all "+e.transitionSpeed+"s "+e.easing,n.animatingInterval=setInterval((function(){o.dispatchEvent("animating")}),1),o.events.addEvent(e.element,o.transitionCallback(),r.translate.easeCallback),r.translate.x(t),0===t&&(e.element.style[n.vendor+"Transform"]="")},x:function(t){if(!("left"===e.disable&&t>0||"right"===e.disable&&t<0)){e.hyperextensible||(t===e.maxPosition||t>e.maxPosition?t=e.maxPosition:(t===e.minPosition||t0,h=l;if(n.intentChecked&&!n.hasIntent)return;if(e.addBodyClasses&&(c>0?(o.klass.add(document.body,"snapjs-left"),o.klass.remove(document.body,"snapjs-right")):c<0&&(o.klass.add(document.body,"snapjs-right"),o.klass.remove(document.body,"snapjs-left"))),!1===n.hasIntent||null===n.hasIntent){var d=o.angleOfDrag(i,s),p=d>=0&&d<=e.slideIntent||d<=360&&d>360-e.slideIntent;d>=180&&d<=180+e.slideIntent||d<=180&&d>=180-e.slideIntent||p?(n.hasIntent=!0,e.stopPropagation&&t.stopPropagation()):n.hasIntent=!1,n.intentChecked=!0}if(e.minDragDistance>=Math.abs(i-n.startDragX)||!1===n.hasIntent)return;o.events.prevent(t),o.dispatchEvent("drag"),n.dragWatchers.current=i,n.dragWatchers.last>i?("left"!==n.dragWatchers.state&&(n.dragWatchers.state="left",n.dragWatchers.hold=i),n.dragWatchers.last=i):n.dragWatchers.laste.maxPosition/2,flick:Math.abs(n.dragWatchers.current-n.dragWatchers.hold)>e.flickThreshold,translation:{absolute:c,relative:l,sinceDirectionChange:n.dragWatchers.current-n.dragWatchers.hold,percentage:c/e.maxPosition*100}}):(e.minPosition>c&&(h=l-(c-e.minPosition)*e.resistance),n.simpleStates={opening:"right",towards:n.dragWatchers.state,hyperExtending:e.minPosition>c,halfway:ce.flickThreshold,translation:{absolute:c,relative:l,sinceDirectionChange:n.dragWatchers.current-n.dragWatchers.hold,percentage:c/e.minPosition*100}}),r.translate.x(h+a)}},endDrag:function(t){if(n.isDragging){o.dispatchEvent("end");var i=r.translate.get.matrix(4);if(0===n.dragWatchers.current&&0!==i&&e.tapToClose)return o.dispatchEvent("close"),o.events.prevent(t),r.translate.easeTo(0),n.isDragging=!1,void(n.startDragX=0);"left"===n.simpleStates.opening?n.simpleStates.halfway||n.simpleStates.hyperExtending||n.simpleStates.flick?n.simpleStates.flick&&"left"===n.simpleStates.towards?r.translate.easeTo(0):(n.simpleStates.flick&&"right"===n.simpleStates.towards||n.simpleStates.halfway||n.simpleStates.hyperExtending)&&r.translate.easeTo(e.maxPosition):r.translate.easeTo(0):"right"===n.simpleStates.opening&&(n.simpleStates.halfway||n.simpleStates.hyperExtending||n.simpleStates.flick?n.simpleStates.flick&&"right"===n.simpleStates.towards?r.translate.easeTo(0):(n.simpleStates.flick&&"left"===n.simpleStates.towards||n.simpleStates.halfway||n.simpleStates.hyperExtending)&&r.translate.easeTo(e.minPosition):r.translate.easeTo(0)),n.isDragging=!1,n.startDragX=o.page("X",t)}}}},s=function(t){if(o.deepExtend(e,t),!e.element)throw"Snap's element argument does not exist.";e.element.setAttribute("touch-action","pan-y")};this.open=function(t){o.dispatchEvent("open"),o.klass.remove(document.body,"snapjs-expand-left"),o.klass.remove(document.body,"snapjs-expand-right"),"left"===t?(n.simpleStates.opening="left",n.simpleStates.towards="right",o.klass.add(document.body,"snapjs-left"),o.klass.remove(document.body,"snapjs-right"),r.translate.easeTo(e.maxPosition)):"right"===t&&(n.simpleStates.opening="right",n.simpleStates.towards="left",o.klass.remove(document.body,"snapjs-left"),o.klass.add(document.body,"snapjs-right"),r.translate.easeTo(e.minPosition))},this.close=function(){o.dispatchEvent("close"),r.translate.easeTo(0)},this.expand=function(t){var e=window.innerWidth||document.documentElement.clientWidth;"left"===t?(o.dispatchEvent("expandLeft"),o.klass.add(document.body,"snapjs-expand-left"),o.klass.remove(document.body,"snapjs-expand-right")):(o.dispatchEvent("expandRight"),o.klass.add(document.body,"snapjs-expand-right"),o.klass.remove(document.body,"snapjs-expand-left"),e*=-1),r.translate.easeTo(e)},this.on=function(t,e){return i[t]=e,this},this.off=function(t){i[t]&&(i[t]=!1)},this.enable=function(){o.dispatchEvent("enable"),r.drag.listen()},this.disable=function(){o.dispatchEvent("disable"),r.drag.stopListening()},this.settings=function(t){s(t)},this.state=function(){var t=r.translate.get.matrix(4);return{state:t===e.maxPosition?"left":t===e.minPosition?"right":"closed",info:n.simpleStates}},s(t),n.vendor=o.vendor(),r.drag.listen()}},{}]},{},[1])},53425:(t,e,n)=>{var i,o=n(96763),r=n(74692);(i=r).fn.strengthify=function(t){"use strict";var e={zxcvbn:"zxcvbn/zxcvbn.js",userInputs:[],titles:["Weakest","Weak","So-so","Good","Perfect"],tilesOptions:{tooltip:!0,element:!1},drawTitles:!1,drawMessage:!1,drawBars:!0,$addAfter:null,nonce:null};return this.each((function(){var n=i.extend(e,t);function r(t){return i('div[data-strengthifyFor="'+t+'"]')}function s(){var t=i(this).val().substring(0,100),e=i(this).attr("id"),o=""===t?0:1,s=zxcvbn(t,n.userInputs),a="",c="",l="",u=r(e),h=u.find(".strengthify-container"),d=u.find("[data-strengthifyMessage]");switch(u.children().css("opacity",o).css("-ms-filter",'"progid:DXImageTransform.Microsoft.Alpha(Opacity='+100*o+')"'),n.onResult&&n.onResult(s),s.score){case 0:case 1:a="password-bad",c="danger",l=s.feedback?s.feedback.suggestions.join("
        "):"";break;case 2:c="warning",l=s.feedback?s.feedback.suggestions.join("
        "):"",a="password-medium";break;case 3:a="password-good",c="info",l="Getting better.";break;case 4:a="password-good",c="success",l="Looks good."}d&&(d.removeAttr("class"),d.addClass("bg-"+c),""===t&&(l=""),d.html(l)),h&&(h.attr("class",a+" strengthify-container").css("width",25*(0===s.score?1:s.score)+"%"),""===t&&h.css("width",0)),n.drawTitles&&(n.tilesOptions.tooltip&&(u.attr("title",n.titles[s.score]).tooltip({placement:"bottom",trigger:"manual"}).tooltip("fixTitle").tooltip("show"),0===o&&u.tooltip("hide")),n.tilesOptions.element&&u.find(".strengthify-tiles").text(n.titles[s.score]))}n.drawTitles||n.drawMessage||n.drawBars||o.warn("expect at least one of 'drawTitles', 'drawMessage', or 'drawBars' to be true"),function(){var t=i(this),e=t.attr("id"),o=s.bind(this),a=n.$addAfter;a||(a=t),a.after('
        '),n.drawBars&&r(e).append('
        ').append('
        ').append('
        ').append('
        ').append('
        '),n.drawMessage&&r(e).append("
        "),n.drawTitles&&n.tilesOptions&&r(e).append('
        ');var c=document.createElement("script");c.src=n.zxcvbn,null!==n.nonce&&c.setAttribute("nonce",n.nonce),c.onload=function(){t.parent().on("scroll",o),t.bind("keyup input change",o)},document.head.appendChild(c)}.call(this)}))}},83864:t=>{"use strict";t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoAQMAAAC2MCouAAAABlBMVEVmZmZ1dXVT6N0BAAAAUklEQVQIW8XNsQ3AIAwF0bMoKBmBURgNj8YojEBJEcXwu2yQ+p507BTeWDnozPISjPpY4O0W6CqEisUtiG/EF+IT8YG4fznihnhCPCNeEK/89D1Gd22TNOyXVAAAAABJRU5ErkJggg=="},26609:t=>{"use strict";t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkAQMAAADOquA5AAAAA1BMVEUAAACnej3aAAAADklEQVQYGWMYBaOABgAAAlgAARbiVEcAAAAASUVORK5CYII="},7369:t=>{"use strict";t.exports="data:image/png;base64,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"},36114:t=>{"use strict";t.exports="data:image/png;base64,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"},48832:t=>{"use strict";t.exports="data:image/png;base64,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"},3132:t=>{"use strict";t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAQAAABFnnJAAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAACYktHRABE2zymuwAAAAd0SU1FB+gEGhAiFSquI88AABqVSURBVHja7Z1rjCVHdcd/bTuxCPHaIcRe7PWusBJsEjDZGVsRj0hYxLmTSJsA8jp3BwUIODsOhKfIzuDM+INnMXOHxPiBo13LJsjSPLLrALGl+A7GGJmwAszs8oxDEmxmcdiFDyEsHyIH4c6H6ld116u7751753b9R3du3z5V1VV1Tj26zqlTwe/h0WScNegMeAwWXgAaDi8AMtqEtAedic2EF4As2qwAK00SgV4LwODbT5uwcswVYB86EYhTHnwZewhZAMwdYJj8mWBrP/r4YfT0tjaM7dkxE6uVQLB/NRIBU8oj1EdkBaAXHeC+GinEceN2WB514kJAwCqwSkBgSLlOGYcOQbIOEBcxbgc6hFConixEOkGl+HEr0z3f9uywZt5dU7aVcQsh7QHMHaArTG3QPnyIp5tYaE6lXts0DUHZlOv1M0OGoPRKoLkVmdpgWqlV2449BXPbNOfd3AemKdv6mS2F8gJgRjjwqmmzUlnAzENQnPLgy9hD9FoAtjrarIwSe+3wAtBw+JXAhsMLQMPhBaDh8ALQcHgBaDi8ADQcXgAaDm8PkI876PxvMsrYA7hZBNiUMW2jPYD5CXb21LEHsKvDRd5HSkjK2QO4acDMVahn0D7NtWvaNvbbUl/JfetTHxlrgKI9gIB+NTwOZdK36em22C72AKbcmZ9uj29GGKUdf48EZHsA1bWMVadeQB3G3j5d7AFM7c8tb3rxCa3WBmWetCVQRRlkUrgOuz2ASbhs/U9ccq8ONmDwlVPXHmDQ+d9keHVww+EXghoOLwANhxeAhsMLQMPhBaDh8ALQcHgBaDjOGXQGhg7hAFf566+Vls7/OfWi96USBpmD0JqD6qoge8wBlFweAkIw6vpd/AOEFShlUfUZtvwL1gfGVOzCUTW2WwlcQpWIe5YUwFb8wKEA+viBQwW5FCE0KHtc8hcYaPJ3uWfEFHsNmEtoFqDQEhtsjVjKf3YIcC2+zlrHXklBDzr40KiJtI2idXIQJrEDJTX7dNVT4ualz0NooJvTTktnbgbZXAZQdhIYOrQeWygX6azWxt2YGzikbmKQS7pVa8DUBF3SttdBgV7mNTDt4lxCqWnmLtAuweY0bF2sWxdta0G2p7tMIqvCLuJ2upSDMj2AW9dZb5YbOPYy/cpjYOxg3dINHMJUhXmYNg+AyrjnaAINDoPOwVZ+foW4fiWw4fAC0HB4AWg4vAA0HF4AGg4vAA2HF4CGQ94cGjtLHRzs/sD7CZcacNGIVotn2xvt+pRSSAUg3hjl4u69WgX0DtXSsuXcrQZMrmZTbVy7dGyhp4z/9GVoV66BMJdLQL051LyF00Wj3Vbc650I6NJycw2hz79bDeie0c5tr22Xip2WwNYD1duaXtigK28Nc3GnbtuCrdsg6mZJY8+BLh27C3d7zt0c0qs1BkXWBjm6bWN5yhzV/sRQStmsMNYprINimLIC4F4BQYm4bjkwV6HL8+17+/XPt8W2CYC9DswMtAuAWYA0AlDuLSCtgCoqiyCThjr1UPo2Pb8K0nxXnUOYnr4vosYjuNqDgOn5cUz1HMCWcuq7wbS/OZ/LkvYApgqQJzCm4pszZyqiKY1s0exmXyoW2AXQVILVnAOJ1dIpuMHE3tXk2Bu3XFJ2CHAzpwqtLiLMo2Cd2G7Vqy6H2xhc36TNlE71Q23scwAlvH+ALNrWE5NGDl4AGg6/FNxweAFoOLwANBxeABoOLwANhxeAXmOQ6uwKyNsD2GDSV7kUvV1T391v1M9dYFnsHrKyF+0BTDBpzF1WCWON3T6HDaZ61N1cZd4eHli3v9oZrItvSn1ASBeCstmye/stLjZmt0ZWO/3bdaEZTBo7W+xAGy57V6ftNG0eDZ2o7iXdFKjnADqjA7O+Kh0aqhgtiJZjN5vS+zAIcdX1BSXuqp6rer59Z/NQIn9eQFqFZU/gzg8hQYm4MdVtC7R983Z1FxImNtp6CPeUTT4CNhlpD5BVFFbJmu0kAbuyte7oGGR6EHUPIX+rQvSmFaueIPceQ8J+eQhYTTKl6sBFBy/MvdRYNdoDuGj77e4hzEhtAdQmFeaqTwchvXeROGRQkpoNUdWgpi9QawNDbQfuoizVTQJ7oWx1s1qsOtF0mUQCFgEdGua6wKuDZQxN17xZ8CuBMhrGfi8AjYcXgIbDC0DD4QWg4fAC0HAMnwC0hktbNurIC4CbLtuksgmdqLoQLbqb8io2aD8IQ4Ny7uJd3EkHTNTIT5dYSFrGcFVd1qcYoRPA60AWAPMqtXm1O27VLbpKEQiThVL13j3R9U8kIbqa+PFVNafq2d7H7aj5EUcqALK79yJSfbjOZXpAELF/Tfksc9cuuv41Jgx7Z+Onq58vWxTkU3FzH9E4xL6C0yoze7y2abJi9lcfx9ecXDnrtPU6i4DYWiGlj9AR8HWQNQkLcv9V0JsyuBlE6I3KYnrcf+hMMtQ5tLlPkFv/iB0BXwept/BslekdjNhPvXA9VkJHFyIQFuYRsSJY7ZVfzk+v3Mo3AGXeAtIq1tnk2Y5kMtEnEmoXCArziCDzdNVAZLYnkt1HeCSQzwuwWaqZzC7rnmSxlqTt8hoZON6LsYqf9SsxbAYhofYdwqMvGLaTQ333vMkYPl2Ax6bCC0DD4QWg4fAC0HCMkgDMJisNs31J/zLGor/LBl3U3kEIwKGo4jY4VDmlRy2afhtCnpCsBcoycZb55HpeGXu2lnhcxlNcyzrrXMtTShGYteZ+f0Tdr3mGnm6LCffm/sxPSLgk1gFCHuJJ4HymMoHTV7JDyf3D3KhJOl0kOspew86iYuoCSzyZYSEs8yapcudz4ec4WIIu51CVu/0cln5PcY/0e4xrWWAcWGeGRziurQH1M1ycSetP/rQdii1CpDVvK2Oy5BcLwCIAn5OCr2USLwrISXZpqvcoKEUgZDy5XlcU8atclfktC4DQBEwmtPwWsZA5SQTmmNfu39Ups8al3/kcjrHOODuAl/EhxjUCcAqAF1XcYRQSL2kHzpRsCLMA5EU8gHQhKGZ9Nx8gwpPACX7MpwzZH4u+92pDbDPEXuZJSQDyOCxt/z4s9VUAByERgTkO5nqEtAL1FbmNx5Lra5R52MFFBDzfkMu/NNDMPaBZHR8oUiknYjH7/4YPZG+nK4FdSwIn+HEhjJyFF0a6vFBhzyPwq4b0J/mq8fmPk6qMD/N4QQBSESh2/gKt3Hcxd9cZczrDP3En8G5mlPFPA09nrouYYz75bC5i9t/H82QRcF0KVrE/jxcAcBbPaUNcAKCZoNh6gFgE4DCPa8MEoJ3kXZ37zmMbH4+u3qagXkIHWABm6LCnMATkNalVt5navSTYQnyCtxbuCfYf5XnAOwGiQb+ELqDI/nwBL7Cm8UvJ1XiBZusB4LKI8Y9zGU8p6LM8xSHgcWY1fYAZv8y7k6s82uziQfYzA5xNyAzPNxiUzHFQyaRdmY8OY9hgC/EWhQBMcRjYy9FoHrXItCBUVwYV5fv51jh3Rt/jCpqtBxBMFyKgeg2bleiqXmBH7ltVRTCDaOfyELOLBci8FyxohgGB+Rpd/HrNEGqbjnsgEgHIsN8kAHOZ62KnU2T/5/gb6VcR5i7R3APMKV7zytAhHqLS73wV3QOE/ALzhVdAIRL5O51c6WyTPLgh8yliOXnLgeWKIfSIRUBi/zDZA8wCL838frJSN14XISjY38vUBQaj9t7PYZn9wyQAHgPBKOkCPCrAC0DD4QWg4fAC0HB4ARgtPJbRZzhBFoCWw8ZsPVxO3nTDrFKjPpfRZRff8g8RSn95y4YjOfoRxXOz2vL9faADfN5SP53c+kIZvDb6M2OJJZbiH9nXwBZd5oB5hW3+Bm+IVqAe5RFezJRSnfs0e4GjvJircspacH/3jXX7cvg5bonuitRuVuj7jia/9hbiu+rjxQrfQl/ocZgAWJLU3QAdDjBBF5igm39fp0UXOMr1HGEvKPdPfJ8dwDNcaqjdpWgxaZnPcV9WAAT7hTatKAIh+yzewG1rhWI/4Sd5I5/kjTzEHk0FzXKQQ0wVdHrpkavqw1ddjm//Ly7hh1zEM+zQbD6doUNIwDQLWjpgoH+ZM2zjd5T0uPqXgcmSNRhTjybq9iz9SEEJf5TrFc8/xBTL3E83trfIqoPj5dR55io5aslu6VJrDm/he2xwglOs8wNliFnm2cGNPNOHdcCnuZjvciHf5RK+pw0l1tJnjHRknbqEMxzXqmvi1jeppE5ItabbIKe2tvg1hzsAfwCcx5sBaLGWCsAT0mr6PHM8oVWb6rCGzZnzzTzEHj7D7/N5XqswLptlnsNM9YX98GL+ld/kP/gNvsFbFSqVdwGxsdS0In5MBwz0bYxpDF+WJMbn1/I7HEjSF1tkF5VPUeMa/oVXZ35/UWHS8nZgJ7CHjL1VLABXExtTiO+DfWHBLXyP/+ZLnOJLbBSoMfvnjM8ODfrwicQ9jaoH+jYv5Vv8Ot/it9JJUII2dxLr+6cVyp+UfjY/N9DTOYCMdOwV+ELJupvIlSnfQ7xGqpXXaJ+fa6DZSWDcetU2aePs50beHplzFKUzlOIWR9ii2WZQoJvYn3cBoRojYwFYU9LfzgeZ4Tbez4f5Oz4q0ScLIiGrhOrSU/bnp34pWrkhYM1A11GfQai78/QlJqOxP2fL6S4Abl76W8RDQdk5hGCwvvXHbwExVG8BE4mLGrWAyCi+p3yAvzXmrg49IDSy3z6NTkVA9QZwG+/lAa4HjnAdt/N+ibrEJA/xUybzcfNOotJ3+bI4SkhIly5hZBmsL6IudVPnP8/NmV83F/qTKUTH343KMKWgm37DPi376tOXrewXRlqiY58gMdmSsMYEaDbQ/4yPR/P+6/k4P1OE2MMky/m4rurg6RrLEx5l0IESkz93iCGqIILeHqDh8LqAhsMLQMPhBaDh8ALQcDRPAITaWPVO00lUue9ySOc85d2hOx7ehqwATCcVUP01pLp/gLpoESbbtY5rrRo+G73/HyiIwEc4wD3cwzt4B3fy3kJMUTsPRr/OA86L/gRu4mOE3MIthHyMmwrxze4r8tYMeXuGIt0WoujpQaZHSF8Dp1ngJA8Db+XcRO1ZTMR2yjb0y+p9iUlm6DDNgmJRRTz5BGMcZ7cmF/GC7A3cS3Gl8JXJ9Rm+rVgLPcFXmGKGTpSOvBxuV4fHq/ddpSLZvPaqcp/ZzYUIEkOZeYXLz5CJTIxEnZ2qgxeiVeLjnMuzhX0vw4BJYIErmQQmCwJwgt3A7oT9JxQpXBR9q7enPsUv8hPgfP5PSf8KNzLFCxKdfvl+8upo/TJEteo5y3yyq1DVhNZ4MGNFUezhhAhembku4k/5OQDfj29kh4CHgePs5gSfKF009yNlTLGVnVQCoWebzFxnMRaxPGZ/USff4nXGPPwvPwHgJ7xeQT3GFCHQjthfXNYdz/ypMa+5FvmfB+YZY5xxpUVBiz3AIYRitwizu++ALjPsYBeXcmlqMyTvDRTsH1N6CgpzV9WUPaYs2tCJWj8sK/unsUzrV7G/K9k85Nfav82ZjCOcY4X4r6YDHGAnOp3eNs6ULlOKS5LvB4E/UoT4K0DoMKYQej8ZIalYFZvPLPAD4OeczQ5u5VFxO3tewLOcG1XdBjsrmHxhDOFm8GR6QlZLr5qjfD3q/qBoFyezX8XAaf4k8+tu7jM8XSVgwjWGGDzOKF3gTEijdn6Mv0G6H3JfYQ6QVRaf4IOl5wA3QWSFsZTWbjoEzHAuz/IVDrHBTkUXmzpaV7tcz95VhQhyf2aq6gkLEfPS6yxi9ouBYEc6ygGpwdsiEwTK9tvhAXZHf0X2wwIneAh4FDHTKGKNz/B5zuNcpTnWnMXBxgVcwL1cwK9E/83YrbgXzwGuRN2gdnE2u9jFLuCmOEQ6BAj/F6ITnBnCKaDYHD1Dh2+woNgcLdj/DGORbWzeC4Bgv2nidivX8Z/AxQr2AzzCNCHrfIQuu7WWfw9pUj+YcRqxv7D/+HC0uT79fzgXYkduU3nRy0HWUkptNaXwjFBWGzjI10AzWnSTjv/77MhpzdXzbnXu1fkX84tn+WPWIsOMbfw0F3eVf+dJVrW1FBIk+wUOF7yQ/SHzkUneHP+c62MOKewXZJd9+RBFh35K/wVeHZzFHv4a+JCmFS9xHndHYtXiGK8qiFgWKgHImsXZxXFT4AWg4WieLsBDgheAhsMLQMORF4BDWn/hd/G1ZJH2a9w16Ix79AbyUvC/cTnwWq4ohPuUtD7+Cl7BDt4w6Mx71Ee2B7iDywG4nDtyoe5K2J+u0L1e2QucIow8ZqvwP1EPYl9mGsaFqFMZRdWp+skNB7IC0AImmKCoanyVMq7q7vboo8b50fcBS646CoMNWIoqf0kbzxbCRg85lZhrFFn8Is31lkYqAKL9r7FGsQ9IFz2zalq7V9s8AgKHc0HFPtm8CKSbGyc1DLSFWGKSOxjnDm0KsJ35SEj0YjxSSBeCxPg/gdhg9R1pHiB7uDT5uzzCXo1rAgGxiHpS4S65E63Tx9uk8+v2dkesIbDM/byZSWWIkDsiU6/beY82hdMJ68uc6LFlEfcAnWj870Y6q8srjsJPk/rMV6EL/EjhPyfu9HXsd8X9rHG/gSp/p3AxYZkFTnOa09CnY6kGgLgHyKpBiioR9x7ABrGHN7+5MWW7nv2D7wFOZYaF06MyCxA9QNraW5kJYHr3y8q4qrsdyxw/UBwMD9ORfY6p9S9rruW7k3QTLzxF+nu4nTFu5z0GX9vbnSgjM0OID43SUKPv23ifgvrR3B70NCV9z6BXJ9s7f7uTBVsIGz3kNHdHWrpTmjZe9SSQIYUQgFNKic52cyu0c9RV9inidDhgHL9N9gS2uMOBkRQAFyzwu8mb/zG+YDwxY5TRWAHwGEl4bWDD4QWg4fAC0HB4AWg4vAA0HF4A8ugYdQIdq8ZgiyErACEbFhVQ746EGBSe4AkjvWO0VehYLRm2HOQeYCcHrEKgRio8LW0KHTYiTUOHjYIIyeJ3REE/IqWkEkH91vI43lVcZSifO/tdrJq2BPK+ggVOsqpcktV7Ew6leCH5NX1ReQHQoc1O8WxDCkfYW6ALOwNdfLkE+tM6dFTZGbWdOiIrgmoBAPWJEzYBgNjYQ1YKpb82IuZhSUEnAPr4chq9YLGeGiq2X29RqCeBJ1k0WPXocZLFhP2LmQoKWIzu7mKRkw4p6GCLvzkYCdYLFAVAsKC8Ti6O12KDxcKZG9MELLJBi2ktE92ePF1ZCEy+BwR10Rg3Sw0NYbcU5CFAN/anIfQnCgw/zJ28QDpXKU/dkshuDLEXLHAOOYxwyfU0JqN1M3VLwquDGw6/EthweAFoOLwANBxeABoOLwANR14ATHtvPUYQqQC0+DQAF/I2ja99oWf7rIbqsSURC0CLbuJ+9HK6SibPsMgxXkfXYaE4r5A9kvMEfmST6R4axAtBx9nNl3glIZ/lWkKlO2SBFvew0+pMtuiqOP9bdpTYb7qHBkIAWnT5ERcBj3CcaX7IhYo9vCFwgru5jw12ag4wFeFUvqrHI3fq2zjDtoI/7ZBreIxrMg7X1fTHEl/8Kvo469EHhb9uDwWELuBq4JsAXAvAN3kdVxcYPMOVTHIvsJ8u79QKgBpXABcDsJ2zFHsRhXOZ7ZwFPKd4O7k4+lwBPKdIfzvwkoj+Ev924wohAE8AL8/cfXl0T0YHuJ8uN7OLE+xRpqc3k7hQ+vXRyLN9iu28LyMWRfqFvC/6mOKLMNsVdA8l4jnABjuTTdNLTCqduAgl8CGmuIGrmdL6w1YNAUfYK/3O2xv1m+6hQSwA4jyMH/FNXs6FqE8MSK0BFoEDynOuwtEymBp9ZI+N+7PIT9B3+PtRsXn1sMHbAzQcfrbccHgBaDi8ADQcXgAajlQAbOcB1KUv8MWE/kXFuX/9pve7fIOmV0T8FvCpwnm5n5bOA6hLt7mZ6ze93+UbNL0yzr4M4C7eXKBcwQt5OLquS7+NPy/QX8b5iTah3/R+l2/Q9BoQQ0Dq+T+7bepViqss8vTV5GjZVW38wBDfln4+hX7Et5Xfln9z/NPSxjRdfBM9mwt1qUsi7ypW7Qza5ko23f27AuxDvTu4bvou8e3pq9xhu8YPUG8wC0v8DjOpFOlHAdirrb/47ge5lZ7s0FJtDcsXM09HQw+jcbc4HufTCTX3zenbCxz3QLbYgVbkXFLX5c8l/RCzZ4HrjDm4iVsz7O8JzqmfRAbPZf6XR2jtEczoDYP1DcCef3tcm5rsAQPtJj7Mh+kp+3s/BCwBb6L6EFC/i9fnr5hCtS7clL4pf8XzF8rRhQhk2d+DIUBMAm3nAbjRV4BJJqOrLD17EnaouHs8Q7XRMdJR0uX8h4W7X5YoNnrV+onLF1am3yqxX/3UkhACcEzKQIxjiqss8vR2UoFtbfzQEN+Wfj6FfsS3ld+Wf1P8vPOqsnRA6vzVpS4JsQ6wxhW8LEdZzZzsU5f+ML9dOIzy07xl0+j9Lt+g6TUgBAD+kedxFpdGd4+xzF9I4erS/4EXcm5i8/d1HsiwZzPo/S7foOmV4Q1CGg6vDWw4vAA0HF4AGg4vAA2HF4CGwwtAw5FVBtlO5x12ukcFyNrA8eRqXRm6Lt1j6FAcAuqxbt2aQr2WG9ROwUNCXgBsDFxn3UiP3TPoYGOgzpd3jLCirt9Dg7wAjIORgeOMG+nCQ4ceIWaDCdOBL2A3qPAoieIQMF4hFTm2OYV67dcmQB4loT8yZvhm+f4toA8oc17AsNM9KsAvBDUcXgAaDi8ADYcXgIbDC0DD4QWg4di6AtD2C0K9gCwA9dfZQmYJme17vtusSA4gPCpCFoB90WfQsLVuwf7VQWdzFCALwArxvr5Bwta6Pft7CNceIKRd+JRDWPhTQ7BXL4Yx+/0coCeQLYJWWGVF2bYCYDX3KQc39+0x+/cZ6at+DtAryAJg6gH2JayJP+WEYL5wp3ikSzuTvip1mf1+EOgB5L2B9R29h8wxrzyvp/hmkA+TZb8qD579fYBrD1Af9iOcyrG/rQnnUQrD9BYQsBp9ilCx388BegB5CGizSnsoO9cw6vTz3x414f0DNBxbVxfg0RP8P2vBpxnlgirJAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDI0LTA0LTI2VDE2OjMzOjQ2KzAwOjAwll3ZWgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyNC0wNC0yNlQxNjozMzo0NiswMDowMOcAYeYAAAAodEVYdGRhdGU6dGltZXN0YW1wADIwMjQtMDQtMjZUMTY6MzQ6MjErMDA6MDBRAWxJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAABJRU5ErkJggg=="},19394:t=>{"use strict";t.exports="data:image/png;base64,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"},6411:t=>{"use strict";t.exports="data:image/png;base64,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"},64886:t=>{"use strict";t.exports="data:image/png;base64,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"},14506:t=>{"use strict";t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAERUExURcwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAABa3WqsAAABadFJOUwBYR3wiMpjhvct3ZpyyiaqlWk5650BlhVOLRpGUY2FNoGhtm3O/fcC8463l6eSBjl3f3eC51tvSxNXU12LacP4Nzplp+DgqFhzFedGnyJPQ2K/wzZCIsLvHq+OLyoQAAAABYktHRACIBR1IAAAAB3RJTUUH6AQaECIVKq4jzwAAD2tJREFUeNrtXQtj27YRBslIqumYkhu5S5s4br0mczYvyV5d13Vt1KZr4zqpu6Trev//hwzgC4c7PMRSpmgbn2zJR4AA7uMBvANAWYiIiIgRIIFk203Ysv4wcgZ6Ny8Bv/4JZkBlHpYQYoGgYBJA22Okq9QEHwFgFYCnAnJ++eegJkEtkBOQ0PYY6fQKMgLo6bwCljkZkAHWfrsKnnTOoCC5/aXbMifeTBsFs2DeRHqBuYV4rzC3AE8DhrcAOymsiT4C2NnATMRTOjHB4ceANfi41LsA7ULD3wW2jpvuCEVERERERESMGJfuCW7ZD0pYtAbUeU/oGTS7EeAnrALffACbEJKlD0qJpQGMAJaBZjfDxYRVQAnwRJeq9CGDIdZ+e4s9yZYZlcRzughMAUJJwGDTAdyChc1mjWhtjfmAxCzN16O2bQFWJJ4W958P4D1kq2NAGNf9LhARERERERERsT30c/yDrmmw/N6BR88CgC+nQofcvdvHtwOwBgVKA/8Rrh5JBp7FPB1cafYKvA2wpPrrt5XgI4ils8KYBrw6IIngSGwYZeWRE8CVuEb9PFyGEAF8Agj8GoRP92QxFaxzkzkrMzst0MufNYfXhLwdSNgshDBuOd1vouEauqgX7OOWPUTgTw+USC4HBC9IoAIQ1jrdqdu+C1zy+eHbZERERERERMRNRf9tqT3djMSyG91dpM0PDS5VBarv1oC1KvDH82xt1dIAlC7w4tQaXp3K7A5OwLq8zxvJinTXb4lvqQK+ssF6URE/Ai9P8tZaNrsnXgICe8OF1cx8DHj5SyzTPYHpByOcbcLh5gBbOycWxMJhSzTOHtkQazTAnmplmJROz7fYgPt0RgBrAW+emU67WJgAewOcl3CtZBYwuwmwrq3zFXrnBWBdgHSRYBew9/LEmYMx7N0cwPNYDEyYBQi2Qh8ggAyCJJUNS6EZHFq/5Rr5k+2tcBC4TvAesACeedzzAdt+PiYiIiIiImLUuNy7OHdUyKOyljM261iEi4Nu2TvqD/wIjv6sZ2DW1lovJxrTzOAU2cqOf+GrO4DtFjd9x2pt0vN0eMDVt2QAprAwok8vIWAvsy8B7ue7yyTP9wPY5jPM9WrWXl9w0JwLrtM3TkATbroISCzhMG+6J57i6bbVaSCp4M8MG6QgsbSQhbuATRS8fdhSGp0Q8e5ZsRJAu8TGwzs9qKnJBBadmc/3W9KJYOv2mBDGT4CQEOH9Yc7osOiUPDESiF5Dm4BC8w/++aNriOuuX0RERETE9UZ6xW9kFrcDfMtV1Bv+NfqPaSnAusxiel9pcDUQUlKoVxRiVIshbOuyQPGKUjWFFAVDZnyXQmUBOr+wLoEzAsfSbYBHL3R7vdTfiM4MAqAiwYhnqYj1TWBcBFiW3zlBKZEpAfhTWGI3dCxpu9hYusAaFsDymzs2KoIcFkD3KzR0j0Z/piMbA0gO6wxNqq2EjgGWDTKjMX/dJkPCH44hH+VP7QqB5S+FAb8rswMDnI5uF4neA31IRkhAX3TRPyIiIiLiZiFTfkK2fv5bE4lbQ7VuKhs3m/pyvBPw3GCncpVcKmY0OfPzcUvkALm4RQpAZ+xKcVc4ZJoobtcgJzQqwV5RTJGzV/5tEFK6RXO++7kRF7WGC0PftsVUZitbu3V60+pJDpMJ5BOjAYIFE3SvrVWoDsxtNbZBWlEUaQVCyMwgADEAykQnusYdgwBZ9L5E60pDYwGu9e6qOF3gBCbvvnsHMAHL5dL/BIbABIgAAbsGgaBURwckIQkmpGqgSfiBgssCYAroQ1VcjwGAGmi0+KA8/UAT8O57u78xCLh79y7bHu+WyQFKgNL/fUyAaVIg9TdtDD5I1QtVeFfBaQH7SnWY7ut5gKy0/5YAVT6aYquK0wXKLnDvHu4CSyEvgXxvT8jK168kQOl/+/77bgISckAeSZL9BIUwcHh46B4DYF8yIPXHBJQ/LQHlIIgIeKDOfvCgOXBUDYJHRB10AieAPaIhCAEf4vmJ+eK2fC9cBNAK4aMSqMLj42PQJsosINufTuWb7gKl7CbguEJ9IMnhvTy/Azl+Rgh1IXngt+UL6zuhBEwIAWBYwFzr7yGgLe7jEsTkJi0B1AKy/RLNJWIyqDF2CkafzPP2LpA39edOC+AEhLoATq/GwKLN3BKQmfW1xVV+ALwjHCAWELoNVu2Zm3Mwmb51A1c4MOgtcPX8ACWgZKAQm0OWLUp08PUYh6brEs4OvaaVdjeqf0RERETEyPHwoT89Be+8NoBt6yNBpsPdR+Vt6lEj1sF2G2PPa3nenlu5Jrtry0L8jrSn8N7XZLR1QA7J2zbWP8s0AzPlRZ7kUxTsyCbPd1pHzkpFpo8/ql3xhgF5sgJZaTI9m1y5gmvL1fVoNSiUM5e29/ZUcTvH1/QxwGOiv3KUDrX+yjdvo1+6O5w5ZgJ+L197uEGZvM4Zym+sDdLYQvxBnIo/4vg2l0JuyMKUDyYHSFbtXyxcDYTa2a/lxuCQxcnGLlLtOlYzFm10xQmoZgcQAU8ePH12/wGaNsqkfWe4PV4C/gR/lq+/YAWV609kHHzI2HiSU9+3lWtnPrXX97AR0Tgwg72F5KASdpoZmx0XAfUogCxgD/4KD3WDpP5oyi5sAX8Tn4i/6ymlY2IBx8QCjokFLIzYQ/aAapBq41tS36eV9GnbwDKYx7EDqDFA6xcm4MmDDz+SL7v+taeOCUihnHVq5H/AZ/L1T7RjwujjpXyHyCi97L8SHzkIaKK71GgQsR+BYY7yMJmKQyNeJARkhGGif7sjwiQAyZ9/cnd2919f1PJ+U9zuevLCvHqCdYFaxuLjx1pWtt/Od1oJEARqj1Aq3JOSQCa5H9UN1ncBtcVIuLqE6u6kOL8siP48gE+x/uLpl3L4m3/5tCVA9v/Ucz5TdM4GUXOSlU3yEz+ATnsT2fYNMD55QfWnt0FRberSyeWKwO2iPR9YCQZycQVRdAjwDR8oIiIiImILmOKJaeXKwTHL81z/eclbC1XoAd67H/RpQQor+b7Ct+YTQK7m+/DVV19/DV+g5uwp/UvIP+7chydP4P6dJp3st2imG5r5hlamB9rgjfpNOcym0xcGA/4vFwthIcvKUbQJkoEV9cYPtef1jcK/tSu6msoCFiy4adON2JQ9ZF0HrzqPdB0zGezoxcEqQQdXyjFewQvLbtlfSYBytdAZSvfy1zQATcC33z1//t23uj1TAcUCr+xQAowtI1BORqEND6mopipS7Wtnaj4GEfBMrdXhCleKdRcBNLzk6pL0skshi1qVstY/NfNDaeu77ekvZdIMuaswIRsyzPPLdVCUAVTgKeM5gS1gPsf71fOzMxVeagKk/gJNgVHGabBgF4mJt+1vbADpX13BZgz4DHYl4GWboSiM8+HAT8CR/PNI/TTJysCmcIgsgESvz57tPzuDk7bAF6p1s80RQC3g+1JuZuVq/bWC+arEoXm6JgzSDw4ODgwC6itbfRxKfC5/yIaHlXMMODtTHQAPgi+m09kGB0EyBnxfjwE1A0r/wghH76j2HurTV3twghhQBR2hYa+ZvGn0+/jj+ocYiHMMmGZnZ2dwhhmgt8FN3wUeq4lZ3R4auq3mcz1hJUdA+ZNqBsD4aP7cbQ7Q22BpESUcYwBMFTABtmvYhwCCtLz2jxs/wLJH0BxhpbW8SNVI+bxJPX+SmF/rIspRo5YmmZrSy5oNG939gO3j6NWrIyQu9hRX6fOWMdpgtnMyIiIiohemeHf06x/UEPPD6203akBcAFy0wo/NqPvjtps1GO4pde/VwuvqjqPetQ0sYYlP+I/FmRGb23m2LPlf9i9oXVyoAOqiFt5oAt60OYjbYPMjCk0JW3qgB6gMS3VPX3rLv0TcqxS+hyqnrgdrT0oPFNooAhs3lfx28tZcnWXVDUmAHAFUCH1hVG62YY4Xxir99fJiYepv27q7SBdYv7fy7a2RYblFAormehduAgrS5QFOU5yG9bcRkBomU240nxjhtEFABsvlcjhPVyvsJoCfg/SXuhuDYm8LGHYQLA2gemim1OGVJuAVylT4C8DpvceAYaM1Oug91eJTnImcRBgw+Ol9FxBiwCFwqRWuWnDeiOdYRzoGYKnY/O7zrQbrP6lpWXj50zbbMKbZioiIiIiIiEtGAT7xsgEz4sis9YREH+zsUP3BI14+AUAoMAgo01KcoZil6s3IoELmRp5XmdzhbUF854IlQ7lCNiABJgUmAVVa2+by8kj1aAaDAJzOCaDBIp8MMDfjDkIA3gxMCSinP+pGlh8z3OY6AyZgZtEprLEhbvL/B6xFwIAWsBYBA1vAsGMAxdbHgIHvAny+Y8t3gRFgu35ARERERMTNhv85suuO9L8Cfv4c7d2UXsrJDfqeXPUcKfxcoOcZ8uKl5QGKxjeh33/QVR4dVvA/SYBAu5MVKzPGAH2yVO/X7yaPDSmcCvFzIU7x09arQxnRms/XakUmBxP5027fhgNzP7uSwZQn6jUZqXub1fvmT/QVyhegdtvvOQgovxot2W++Xw8SSBJ1oJH31Ut//55Kl0eS/ZESUFqAxCm+4mpcWBm7kxEBX1RoTbyjPDrMynvgAu15kcHoFA6nDgKu3SCYA5yenOJhv5qO0CEpbPg/XI4N+YW8PhdX8qn5iIiIiIjeoM8HhGS6iaqr3LW+vnII9PmAkEy30XWVu9bXVw5ef2jxeh2ZbqTsKnetr68cBH0+4I0uoJHPlW94XsvVVtoy/VUrA5WFM/2NTn/jrF+AN13t6CTpgrZf4OcdfABdAbRyU4ioV4PPz/HqcCg/T2f59RK5LR2vntk/wWiP+OWXX4TZHiHO1lxfA/RMr0NWvfecNBg3iOUXTCF/fkJAsD2i+XXIZ5X+myNggb6DzkKA7bOLQsH6LRbis4AzUem/NgHhLqC+fauLiYe6CIQI9HYpQfJTWTJw1uYPgj4fYBnUmkFQD2J0kAIquwdV6yBJ66eDrJne8OOSVR9o5SCGvo31vY12lcMY2pHp60h1lcMY2pXt60p3lSMiIiIiIiI8qB2HS5NHD/L/A8PyNSQA/ASUL6yg8BMg6D89HDeqryQEj0wIgubNJZN/fzd2RAu48WPATb8LRERERERERGwaydXxBIK7ICHrvtE1If8faMxIRKCtaxBAr/dV0n8TFkD1vVL6mxZQbm8vXw4C2rU3U1+DQ3X2tR0Dsgam/viKV/pfHRvoawFV/qurf18LuPL6970LOPS/tmNAAFr/q2MDQQvoAqV38xsRMXL8H46Lpn0W3YdPAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDI0LTA0LTI2VDE2OjMzOjQ2KzAwOjAwll3ZWgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyNC0wNC0yNlQxNjozMzo0NiswMDowMOcAYeYAAAAodEVYdGRhdGU6dGltZXN0YW1wADIwMjQtMDQtMjZUMTY6MzQ6MjErMDA6MDBRAWxJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAABJRU5ErkJggg=="},81972:t=>{"use strict";t.exports="data:image/png;base64,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"},22046:t=>{"use strict";t.exports="data:image/gif;base64,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"},65653:t=>{"use strict";t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg=="},32095:t=>{"use strict";t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAABQCAYAAADSm7GJAAADFElEQVR42u2dsW4TQRBAI0ERCYpDpAUdJX/hAlxQ3SekovYXIIvKEiBRIUF1lHT+BP+Br0TCCCsFLW5cmCS3jKWNNFrdZu+EOG7sd9Irkl0p8r3s7Mzs5XLinIMD5uhvAIIBwYBgaMnNNZvNyj0nkUvPQbAdtDjnCSU3zkGwEbS4iOToHATbE6wptVwEGyUhcaW/JkTbT7JcCpIse4K7SC4pk4wRXreE5ZUMUwezgh03lT0YyKKBOhjoZHUi1oCf7mkYohd9ACVFrj50HgxzmtQifKwF15L1fxC8UD9/EQxzHtxC8KiD4FHPNWMhuIACwd33h3kLuXOZ2mc4yyLRZS1kCG6H3uc2Mbl+LO9Z8FRwEaYINnpDdWKVIEdwC/QVC4l97nk6sUqwQHA3wbGEa9Sj4CCxSlIguHtZMg8Tq/4Edy/bLNXB4/G4FKJ1sJ7zTwTrhMuTU3f+NVqc84SSG+bEJR99a3BoaHERybE5HDYYFKwptVwEGyUhcRX5PufBRoiH4Tg80WFMcBfJPJNljfC6JSzzVCUrGMHswUAWDdTBQCcLOveiCdEBnCYBb9kBBAOCAcGAYEDw0XP0NwDBgGBAMCAYEAwIHvD7QzJhIlSCE2rF0o9lav4eBBt5JWHR8EfzdYATfgkFgg2g5J4LdSD1WrjyXDeIPkfwsNErV6/Y38J34aXwWHgkvBJWwi74RSgQPGD8nrtRwrbCe+G0YX9+KHzyc2rPRsgQPFzBEyVrJ7xLvNTsjvBBuFQreYLg4Qpeqv32m3BP+YxJPhUulOAKwQMl2HsnymNK8mudeCF44IK9rCcdBD8XrhBsS/BTBBOibwTPCNEGCFqSX4X7LeSeCRdK8BLBwy6TdIPjo3A3kUF/pkyy1+ioPVsv8KxB7gPhi7BVcndCpqYheKCtSt1+vBR+CG+EZ8IL4a3wU69cRYlgC4cN4UFD/LDBNVAi2NZxYa0Ixe5ikhFs58B/2SC48mOZUMYkI/jw/61diWDzgtOSEWxdcFpyhWDTgtOSEWxccCgZwfZJ9akrJXiKYEDwMfAHMSYobVemsdsAAAAASUVORK5CYII="},59699:t=>{"use strict";t.exports="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"},34213:t=>{"use strict";t.exports="data:image/gif;base64,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"},35548:(t,e,n)=>{"use strict";var i=n(33517),o=n(16823),r=TypeError;t.exports=function(t){if(i(t))return t;throw new r(o(t)+" is not a constructor")}},73506:(t,e,n)=>{"use strict";var i=n(13925),o=String,r=TypeError;t.exports=function(t){if(i(t))return t;throw new r("Can't set "+o(t)+" as a prototype")}},97080:(t,e,n)=>{"use strict";var i=n(94402).has;t.exports=function(t){return i(t),t}},6469:(t,e,n)=>{"use strict";var i=n(78227),o=n(2360),r=n(24913).f,s=i("unscopables"),a=Array.prototype;void 0===a[s]&&r(a,s,{configurable:!0,value:o(null)}),t.exports=function(t){a[s][t]=!0}},90679:(t,e,n)=>{"use strict";var i=n(1625),o=TypeError;t.exports=function(t,e){if(i(e,t))return t;throw new o("Incorrect invocation")}},77811:t=>{"use strict";t.exports="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof DataView},67394:(t,e,n)=>{"use strict";var i=n(46706),o=n(44576),r=TypeError;t.exports=i(ArrayBuffer.prototype,"byteLength","get")||function(t){if("ArrayBuffer"!==o(t))throw new r("ArrayBuffer expected");return t.byteLength}},3238:(t,e,n)=>{"use strict";var i=n(79504),o=n(67394),r=i(ArrayBuffer.prototype.slice);t.exports=function(t){if(0!==o(t))return!1;try{return r(t,0,0),!1}catch(t){return!0}}},15652:(t,e,n)=>{"use strict";var i=n(79039);t.exports=i((function(){if("function"==typeof ArrayBuffer){var t=new ArrayBuffer(8);Object.isExtensible(t)&&Object.defineProperty(t,"a",{value:8})}}))},95636:(t,e,n)=>{"use strict";var i=n(24475),o=n(79504),r=n(46706),s=n(57696),a=n(3238),c=n(67394),l=n(94483),u=n(1548),h=i.structuredClone,d=i.ArrayBuffer,p=i.DataView,A=i.TypeError,f=Math.min,g=d.prototype,m=p.prototype,b=o(g.slice),C=r(g,"resizable","get"),v=r(g,"maxByteLength","get"),x=o(m.getInt8),w=o(m.setInt8);t.exports=(u||l)&&function(t,e,n){var i,o=c(t),r=void 0===e?o:s(e),g=!C||!C(t);if(a(t))throw new A("ArrayBuffer is detached");if(u&&(t=h(t,{transfer:[t]}),o===r&&(n||g)))return t;if(o>=r&&(!n||g))i=b(t,0,r);else{var m=n&&!g&&v?{maxByteLength:v(t)}:void 0;i=new d(r,m);for(var y=new p(t),k=new p(i),B=f(r,o),E=0;E{"use strict";var i,o,r,s=n(77811),a=n(43724),c=n(24475),l=n(94901),u=n(20034),h=n(39297),d=n(36955),p=n(16823),A=n(66699),f=n(36840),g=n(62106),m=n(1625),b=n(42787),C=n(52967),v=n(78227),x=n(33392),w=n(91181),y=w.enforce,k=w.get,B=c.Int8Array,E=B&&B.prototype,_=c.Uint8ClampedArray,I=_&&_.prototype,D=B&&b(B),S=E&&b(E),T=Object.prototype,O=c.TypeError,M=v("toStringTag"),P=x("TYPED_ARRAY_TAG"),R="TypedArrayConstructor",N=s&&!!C&&"Opera"!==d(c.opera),H=!1,z={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},L={BigInt64Array:8,BigUint64Array:8},F=function(t){var e=b(t);if(u(e)){var n=k(e);return n&&h(n,R)?n[R]:F(e)}},j=function(t){if(!u(t))return!1;var e=d(t);return h(z,e)||h(L,e)};for(i in z)(r=(o=c[i])&&o.prototype)?y(r)[R]=o:N=!1;for(i in L)(r=(o=c[i])&&o.prototype)&&(y(r)[R]=o);if((!N||!l(D)||D===Function.prototype)&&(D=function(){throw new O("Incorrect invocation")},N))for(i in z)c[i]&&C(c[i],D);if((!N||!S||S===T)&&(S=D.prototype,N))for(i in z)c[i]&&C(c[i].prototype,S);if(N&&b(I)!==S&&C(I,S),a&&!h(S,M))for(i in H=!0,g(S,M,{configurable:!0,get:function(){return u(this)?this[P]:void 0}}),z)c[i]&&A(c[i],P,i);t.exports={NATIVE_ARRAY_BUFFER_VIEWS:N,TYPED_ARRAY_TAG:H&&P,aTypedArray:function(t){if(j(t))return t;throw new O("Target is not a typed array")},aTypedArrayConstructor:function(t){if(l(t)&&(!C||m(D,t)))return t;throw new O(p(t)+" is not a typed array constructor")},exportTypedArrayMethod:function(t,e,n,i){if(a){if(n)for(var o in z){var r=c[o];if(r&&h(r.prototype,t))try{delete r.prototype[t]}catch(n){try{r.prototype[t]=e}catch(t){}}}S[t]&&!n||f(S,t,n?e:N&&E[t]||e,i)}},exportTypedArrayStaticMethod:function(t,e,n){var i,o;if(a){if(C){if(n)for(i in z)if((o=c[i])&&h(o,t))try{delete o[t]}catch(t){}if(D[t]&&!n)return;try{return f(D,t,n?e:N&&D[t]||e)}catch(t){}}for(i in z)!(o=c[i])||o[t]&&!n||f(o,t,e)}},getTypedArrayConstructor:F,isView:function(t){if(!u(t))return!1;var e=d(t);return"DataView"===e||h(z,e)||h(L,e)},isTypedArray:j,TypedArray:D,TypedArrayPrototype:S}},66346:(t,e,n)=>{"use strict";var i=n(24475),o=n(79504),r=n(43724),s=n(77811),a=n(10350),c=n(66699),l=n(62106),u=n(56279),h=n(79039),d=n(90679),p=n(91291),A=n(18014),f=n(57696),g=n(15617),m=n(88490),b=n(42787),C=n(52967),v=n(84373),x=n(67680),w=n(23167),y=n(77740),k=n(10687),B=n(91181),E=a.PROPER,_=a.CONFIGURABLE,I="ArrayBuffer",D="DataView",S="prototype",T="Wrong index",O=B.getterFor(I),M=B.getterFor(D),P=B.set,R=i[I],N=R,H=N&&N[S],z=i[D],L=z&&z[S],F=Object.prototype,j=i.Array,U=i.RangeError,W=o(v),Y=o([].reverse),q=m.pack,Q=m.unpack,G=function(t){return[255&t]},X=function(t){return[255&t,t>>8&255]},V=function(t){return[255&t,t>>8&255,t>>16&255,t>>24&255]},K=function(t){return t[3]<<24|t[2]<<16|t[1]<<8|t[0]},J=function(t){return q(g(t),23,4)},Z=function(t){return q(t,52,8)},$=function(t,e,n){l(t[S],e,{configurable:!0,get:function(){return n(this)[e]}})},tt=function(t,e,n,i){var o=M(t),r=f(n),s=!!i;if(r+e>o.byteLength)throw new U(T);var a=o.bytes,c=r+o.byteOffset,l=x(a,c,c+e);return s?l:Y(l)},et=function(t,e,n,i,o,r){var s=M(t),a=f(n),c=i(+o),l=!!r;if(a+e>s.byteLength)throw new U(T);for(var u=s.bytes,h=a+s.byteOffset,d=0;d>24)},setUint8:function(t,e){ot(this,t,e<<24>>24)}},{unsafe:!0})}else H=(N=function(t){d(this,H);var e=f(t);P(this,{type:I,bytes:W(j(e),0),byteLength:e}),r||(this.byteLength=e,this.detached=!1)})[S],L=(z=function(t,e,n){d(this,L),d(t,H);var i=O(t),o=i.byteLength,s=p(e);if(s<0||s>o)throw new U("Wrong offset");if(s+(n=void 0===n?o-s:A(n))>o)throw new U("Wrong length");P(this,{type:D,buffer:t,byteLength:n,byteOffset:s,bytes:i.bytes}),r||(this.buffer=t,this.byteLength=n,this.byteOffset=s)})[S],r&&($(N,"byteLength",O),$(z,"buffer",M),$(z,"byteLength",M),$(z,"byteOffset",M)),u(L,{getInt8:function(t){return tt(this,1,t)[0]<<24>>24},getUint8:function(t){return tt(this,1,t)[0]},getInt16:function(t){var e=tt(this,2,t,arguments.length>1&&arguments[1]);return(e[1]<<8|e[0])<<16>>16},getUint16:function(t){var e=tt(this,2,t,arguments.length>1&&arguments[1]);return e[1]<<8|e[0]},getInt32:function(t){return K(tt(this,4,t,arguments.length>1&&arguments[1]))},getUint32:function(t){return K(tt(this,4,t,arguments.length>1&&arguments[1]))>>>0},getFloat32:function(t){return Q(tt(this,4,t,arguments.length>1&&arguments[1]),23)},getFloat64:function(t){return Q(tt(this,8,t,arguments.length>1&&arguments[1]),52)},setInt8:function(t,e){et(this,1,t,G,e)},setUint8:function(t,e){et(this,1,t,G,e)},setInt16:function(t,e){et(this,2,t,X,e,arguments.length>2&&arguments[2])},setUint16:function(t,e){et(this,2,t,X,e,arguments.length>2&&arguments[2])},setInt32:function(t,e){et(this,4,t,V,e,arguments.length>2&&arguments[2])},setUint32:function(t,e){et(this,4,t,V,e,arguments.length>2&&arguments[2])},setFloat32:function(t,e){et(this,4,t,J,e,arguments.length>2&&arguments[2])},setFloat64:function(t,e){et(this,8,t,Z,e,arguments.length>2&&arguments[2])}});k(N,I),k(z,D),t.exports={ArrayBuffer:N,DataView:z}},57029:(t,e,n)=>{"use strict";var i=n(48981),o=n(35610),r=n(26198),s=n(84606),a=Math.min;t.exports=[].copyWithin||function(t,e){var n=i(this),c=r(n),l=o(t,c),u=o(e,c),h=arguments.length>2?arguments[2]:void 0,d=a((void 0===h?c:o(h,c))-u,c-l),p=1;for(u0;)u in n?n[l]=n[u]:s(n,l),l+=p,u+=p;return n}},84373:(t,e,n)=>{"use strict";var i=n(48981),o=n(35610),r=n(26198);t.exports=function(t){for(var e=i(this),n=r(e),s=arguments.length,a=o(s>1?arguments[1]:void 0,n),c=s>2?arguments[2]:void 0,l=void 0===c?n:o(c,n);l>a;)e[a++]=t;return e}},90235:(t,e,n)=>{"use strict";var i=n(81594).forEach,o=n(34598)("forEach");t.exports=o?[].forEach:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}},35370:(t,e,n)=>{"use strict";var i=n(26198);t.exports=function(t,e,n){for(var o=0,r=arguments.length>2?n:i(e),s=new t(r);r>o;)s[o]=e[o++];return s}},97916:(t,e,n)=>{"use strict";var i=n(76080),o=n(69565),r=n(48981),s=n(96319),a=n(44209),c=n(33517),l=n(26198),u=n(97040),h=n(70081),d=n(50851),p=Array;t.exports=function(t){var e=r(t),n=c(this),A=arguments.length,f=A>1?arguments[1]:void 0,g=void 0!==f;g&&(f=i(f,A>2?arguments[2]:void 0));var m,b,C,v,x,w,y=d(e),k=0;if(!y||this===p&&a(y))for(m=l(e),b=n?new this(m):p(m);m>k;k++)w=g?f(e[k],k):e[k],u(b,k,w);else for(b=n?new this:[],x=(v=h(e,y)).next;!(C=o(x,v)).done;k++)w=g?s(v,f,[C.value,k],!0):C.value,u(b,k,w);return b.length=k,b}},43839:(t,e,n)=>{"use strict";var i=n(76080),o=n(47055),r=n(48981),s=n(26198),a=function(t){var e=1===t;return function(n,a,c){for(var l,u=r(n),h=o(u),d=s(h),p=i(a,c);d-- >0;)if(p(l=h[d],d,u))switch(t){case 0:return l;case 1:return d}return e?-1:void 0}};t.exports={findLast:a(0),findLastIndex:a(1)}},81594:(t,e,n)=>{"use strict";var i=n(76080),o=n(79504),r=n(47055),s=n(48981),a=n(26198),c=n(1469),l=o([].push),u=function(t){var e=1===t,n=2===t,o=3===t,u=4===t,h=6===t,d=7===t,p=5===t||h;return function(A,f,g,m){for(var b,C,v=s(A),x=r(v),w=a(x),y=i(f,g),k=0,B=m||c,E=e?B(A,w):n||d?B(A,0):void 0;w>k;k++)if((p||k in x)&&(C=y(b=x[k],k,v),t))if(e)E[k]=C;else if(C)switch(t){case 3:return!0;case 5:return b;case 6:return k;case 2:l(E,b)}else switch(t){case 4:return!1;case 7:l(E,b)}return h?-1:o||u?u:E}};t.exports={forEach:u(0),map:u(1),filter:u(2),some:u(3),every:u(4),find:u(5),findIndex:u(6),filterReject:u(7)}},8379:(t,e,n)=>{"use strict";var i=n(18745),o=n(25397),r=n(91291),s=n(26198),a=n(34598),c=Math.min,l=[].lastIndexOf,u=!!l&&1/[1].lastIndexOf(1,-0)<0,h=a("lastIndexOf"),d=u||!h;t.exports=d?function(t){if(u)return i(l,this,arguments)||0;var e=o(this),n=s(e);if(0===n)return-1;var a=n-1;for(arguments.length>1&&(a=c(a,r(arguments[1]))),a<0&&(a=n+a);a>=0;a--)if(a in e&&e[a]===t)return a||0;return-1}:l},70597:(t,e,n)=>{"use strict";var i=n(79039),o=n(78227),r=n(77388),s=o("species");t.exports=function(t){return r>=51||!i((function(){var e=[];return(e.constructor={})[s]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},34598:(t,e,n)=>{"use strict";var i=n(79039);t.exports=function(t,e){var n=[][t];return!!n&&i((function(){n.call(null,e||function(){return 1},1)}))}},80926:(t,e,n)=>{"use strict";var i=n(79306),o=n(48981),r=n(47055),s=n(26198),a=TypeError,c="Reduce of empty array with no initial value",l=function(t){return function(e,n,l,u){var h=o(e),d=r(h),p=s(h);if(i(n),0===p&&l<2)throw new a(c);var A=t?p-1:0,f=t?-1:1;if(l<2)for(;;){if(A in d){u=d[A],A+=f;break}if(A+=f,t?A<0:p<=A)throw new a(c)}for(;t?A>=0:p>A;A+=f)A in d&&(u=n(u,d[A],A,h));return u}};t.exports={left:l(!1),right:l(!0)}},34527:(t,e,n)=>{"use strict";var i=n(43724),o=n(34376),r=TypeError,s=Object.getOwnPropertyDescriptor,a=i&&!function(){if(void 0!==this)return!0;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(t){return t instanceof TypeError}}();t.exports=a?function(t,e){if(o(t)&&!s(t,"length").writable)throw new r("Cannot set read only .length");return t.length=e}:function(t,e){return t.length=e}},67680:(t,e,n)=>{"use strict";var i=n(79504);t.exports=i([].slice)},74488:(t,e,n)=>{"use strict";var i=n(67680),o=Math.floor,r=function(t,e){var n=t.length;if(n<8)for(var s,a,c=1;c0;)t[a]=t[--a];a!==c++&&(t[a]=s)}else for(var l=o(n/2),u=r(i(t,0,l),e),h=r(i(t,l),e),d=u.length,p=h.length,A=0,f=0;A{"use strict";var i=n(34376),o=n(33517),r=n(20034),s=n(78227)("species"),a=Array;t.exports=function(t){var e;return i(t)&&(e=t.constructor,(o(e)&&(e===a||i(e.prototype))||r(e)&&null===(e=e[s]))&&(e=void 0)),void 0===e?a:e}},1469:(t,e,n)=>{"use strict";var i=n(87433);t.exports=function(t,e){return new(i(t))(0===e?0:e)}},37628:(t,e,n)=>{"use strict";var i=n(26198);t.exports=function(t,e){for(var n=i(t),o=new e(n),r=0;r{"use strict";var i=n(26198),o=n(91291),r=RangeError;t.exports=function(t,e,n,s){var a=i(t),c=o(n),l=c<0?a+c:c;if(l>=a||l<0)throw new r("Incorrect index");for(var u=new e(a),h=0;h{"use strict";var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",n=e+"+/",i=e+"-_",o=function(t){for(var e={},n=0;n<64;n++)e[t.charAt(n)]=n;return e};t.exports={i2c:n,c2i:o(n),i2cUrl:i,c2iUrl:o(i)}},96319:(t,e,n)=>{"use strict";var i=n(28551),o=n(9539);t.exports=function(t,e,n,r){try{return r?e(i(n)[0],n[1]):e(n)}catch(e){o(t,"throw",e)}}},84428:(t,e,n)=>{"use strict";var i=n(78227)("iterator"),o=!1;try{var r=0,s={next:function(){return{done:!!r++}},return:function(){o=!0}};s[i]=function(){return this},Array.from(s,(function(){throw 2}))}catch(t){}t.exports=function(t,e){try{if(!e&&!o)return!1}catch(t){return!1}var n=!1;try{var r={};r[i]=function(){return{next:function(){return{done:n=!0}}}},t(r)}catch(t){}return n}},86938:(t,e,n)=>{"use strict";var i=n(2360),o=n(62106),r=n(56279),s=n(76080),a=n(90679),c=n(64117),l=n(72652),u=n(51088),h=n(62529),d=n(87633),p=n(43724),A=n(3451).fastKey,f=n(91181),g=f.set,m=f.getterFor;t.exports={getConstructor:function(t,e,n,u){var h=t((function(t,o){a(t,d),g(t,{type:e,index:i(null),first:void 0,last:void 0,size:0}),p||(t.size=0),c(o)||l(o,t[u],{that:t,AS_ENTRIES:n})})),d=h.prototype,f=m(e),b=function(t,e,n){var i,o,r=f(t),s=C(t,e);return s?s.value=n:(r.last=s={index:o=A(e,!0),key:e,value:n,previous:i=r.last,next:void 0,removed:!1},r.first||(r.first=s),i&&(i.next=s),p?r.size++:t.size++,"F"!==o&&(r.index[o]=s)),t},C=function(t,e){var n,i=f(t),o=A(e);if("F"!==o)return i.index[o];for(n=i.first;n;n=n.next)if(n.key===e)return n};return r(d,{clear:function(){for(var t=f(this),e=t.first;e;)e.removed=!0,e.previous&&(e.previous=e.previous.next=void 0),e=e.next;t.first=t.last=void 0,t.index=i(null),p?t.size=0:this.size=0},delete:function(t){var e=this,n=f(e),i=C(e,t);if(i){var o=i.next,r=i.previous;delete n.index[i.index],i.removed=!0,r&&(r.next=o),o&&(o.previous=r),n.first===i&&(n.first=o),n.last===i&&(n.last=r),p?n.size--:e.size--}return!!i},forEach:function(t){for(var e,n=f(this),i=s(t,arguments.length>1?arguments[1]:void 0);e=e?e.next:n.first;)for(i(e.value,e.key,this);e&&e.removed;)e=e.previous},has:function(t){return!!C(this,t)}}),r(d,n?{get:function(t){var e=C(this,t);return e&&e.value},set:function(t,e){return b(this,0===t?0:t,e)}}:{add:function(t){return b(this,t=0===t?0:t,t)}}),p&&o(d,"size",{configurable:!0,get:function(){return f(this).size}}),h},setStrong:function(t,e,n){var i=e+" Iterator",o=m(e),r=m(i);u(t,e,(function(t,e){g(this,{type:i,target:t,state:o(t),kind:e,last:void 0})}),(function(){for(var t=r(this),e=t.kind,n=t.last;n&&n.removed;)n=n.previous;return t.target&&(t.last=n=n?n.next:t.state.first)?h("keys"===e?n.key:"values"===e?n.value:[n.key,n.value],!1):(t.target=void 0,h(void 0,!0))}),n?"entries":"values",!n,!0),d(e)}}},91625:(t,e,n)=>{"use strict";var i=n(79504),o=n(56279),r=n(3451).getWeakData,s=n(90679),a=n(28551),c=n(64117),l=n(20034),u=n(72652),h=n(81594),d=n(39297),p=n(91181),A=p.set,f=p.getterFor,g=h.find,m=h.findIndex,b=i([].splice),C=0,v=function(t){return t.frozen||(t.frozen=new x)},x=function(){this.entries=[]},w=function(t,e){return g(t.entries,(function(t){return t[0]===e}))};x.prototype={get:function(t){var e=w(this,t);if(e)return e[1]},has:function(t){return!!w(this,t)},set:function(t,e){var n=w(this,t);n?n[1]=e:this.entries.push([t,e])},delete:function(t){var e=m(this.entries,(function(e){return e[0]===t}));return~e&&b(this.entries,e,1),!!~e}},t.exports={getConstructor:function(t,e,n,i){var h=t((function(t,o){s(t,p),A(t,{type:e,id:C++,frozen:void 0}),c(o)||u(o,t[i],{that:t,AS_ENTRIES:n})})),p=h.prototype,g=f(e),m=function(t,e,n){var i=g(t),o=r(a(e),!0);return!0===o?v(i).set(e,n):o[i.id]=n,t};return o(p,{delete:function(t){var e=g(this);if(!l(t))return!1;var n=r(t);return!0===n?v(e).delete(t):n&&d(n,e.id)&&delete n[e.id]},has:function(t){var e=g(this);if(!l(t))return!1;var n=r(t);return!0===n?v(e).has(t):n&&d(n,e.id)}}),o(p,n?{get:function(t){var e=g(this);if(l(t)){var n=r(t);return!0===n?v(e).get(t):n?n[e.id]:void 0}},set:function(t,e){return m(this,t,e)}}:{add:function(t){return m(this,t,!0)}}),h}}},16468:(t,e,n)=>{"use strict";var i=n(46518),o=n(24475),r=n(79504),s=n(92796),a=n(36840),c=n(3451),l=n(72652),u=n(90679),h=n(94901),d=n(64117),p=n(20034),A=n(79039),f=n(84428),g=n(10687),m=n(23167);t.exports=function(t,e,n){var b=-1!==t.indexOf("Map"),C=-1!==t.indexOf("Weak"),v=b?"set":"add",x=o[t],w=x&&x.prototype,y=x,k={},B=function(t){var e=r(w[t]);a(w,t,"add"===t?function(t){return e(this,0===t?0:t),this}:"delete"===t?function(t){return!(C&&!p(t))&&e(this,0===t?0:t)}:"get"===t?function(t){return C&&!p(t)?void 0:e(this,0===t?0:t)}:"has"===t?function(t){return!(C&&!p(t))&&e(this,0===t?0:t)}:function(t,n){return e(this,0===t?0:t,n),this})};if(s(t,!h(x)||!(C||w.forEach&&!A((function(){(new x).entries().next()})))))y=n.getConstructor(e,t,b,v),c.enable();else if(s(t,!0)){var E=new y,_=E[v](C?{}:-0,1)!==E,I=A((function(){E.has(1)})),D=f((function(t){new x(t)})),S=!C&&A((function(){for(var t=new x,e=5;e--;)t[v](e,e);return!t.has(-0)}));D||((y=e((function(t,e){u(t,w);var n=m(new x,t,y);return d(e)||l(e,n[v],{that:n,AS_ENTRIES:b}),n}))).prototype=w,w.constructor=y),(I||S)&&(B("delete"),B("has"),b&&B("get")),(S||_)&&B(v),C&&w.clear&&delete w.clear}return k[t]=y,i({global:!0,constructor:!0,forced:y!==x},k),g(y,t),C||n.setStrong(y,t,b),y}},41436:(t,e,n)=>{"use strict";var i=n(78227)("match");t.exports=function(t){var e=/./;try{"/./"[t](e)}catch(n){try{return e[i]=!1,"/./"[t](e)}catch(t){}}return!1}},12211:(t,e,n)=>{"use strict";var i=n(79039);t.exports=!i((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},77240:(t,e,n)=>{"use strict";var i=n(79504),o=n(67750),r=n(655),s=/"/g,a=i("".replace);t.exports=function(t,e,n,i){var c=r(o(t)),l="<"+e;return""!==n&&(l+=" "+n+'="'+a(r(i),s,""")+'"'),l+">"+c+""}},62529:t=>{"use strict";t.exports=function(t,e){return{value:t,done:e}}},97040:(t,e,n)=>{"use strict";var i=n(43724),o=n(24913),r=n(6980);t.exports=function(t,e,n){i?o.f(t,e,r(0,n)):t[e]=n}},70380:(t,e,n)=>{"use strict";var i=n(79504),o=n(79039),r=n(60533).start,s=RangeError,a=isFinite,c=Math.abs,l=Date.prototype,u=l.toISOString,h=i(l.getTime),d=i(l.getUTCDate),p=i(l.getUTCFullYear),A=i(l.getUTCHours),f=i(l.getUTCMilliseconds),g=i(l.getUTCMinutes),m=i(l.getUTCMonth),b=i(l.getUTCSeconds);t.exports=o((function(){return"0385-07-25T07:06:39.999Z"!==u.call(new Date(-50000000000001))}))||!o((function(){u.call(new Date(NaN))}))?function(){if(!a(h(this)))throw new s("Invalid time value");var t=this,e=p(t),n=f(t),i=e<0?"-":e>9999?"+":"";return i+r(c(e),i?6:4,0)+"-"+r(m(t)+1,2,0)+"-"+r(d(t),2,0)+"T"+r(A(t),2,0)+":"+r(g(t),2,0)+":"+r(b(t),2,0)+"."+r(n,3,0)+"Z"}:u},53640:(t,e,n)=>{"use strict";var i=n(28551),o=n(84270),r=TypeError;t.exports=function(t){if(i(this),"string"===t||"default"===t)t="string";else if("number"!==t)throw new r("Incorrect hint");return o(this,t)}},62106:(t,e,n)=>{"use strict";var i=n(50283),o=n(24913);t.exports=function(t,e,n){return n.get&&i(n.get,e,{getter:!0}),n.set&&i(n.set,e,{setter:!0}),o.f(t,e,n)}},56279:(t,e,n)=>{"use strict";var i=n(36840);t.exports=function(t,e,n){for(var o in e)i(t,o,e[o],n);return t}},84606:(t,e,n)=>{"use strict";var i=n(16823),o=TypeError;t.exports=function(t,e){if(!delete t[e])throw new o("Cannot delete property "+i(e)+" of "+i(t))}},94483:(t,e,n)=>{"use strict";var i,o,r,s,a=n(24475),c=n(69714),l=n(1548),u=a.structuredClone,h=a.ArrayBuffer,d=a.MessageChannel,p=!1;if(l)p=function(t){u(t,{transfer:[t]})};else if(h)try{d||(i=c("worker_threads"))&&(d=i.MessageChannel),d&&(o=new d,r=new h(2),s=function(t){o.port1.postMessage(null,[t])},2===r.byteLength&&(s(r),0===r.byteLength&&(p=s)))}catch(t){}t.exports=p},96837:t=>{"use strict";var e=TypeError;t.exports=function(t){if(t>9007199254740991)throw e("Maximum allowed index exceeded");return t}},55002:t=>{"use strict";t.exports={IndexSizeError:{s:"INDEX_SIZE_ERR",c:1,m:1},DOMStringSizeError:{s:"DOMSTRING_SIZE_ERR",c:2,m:0},HierarchyRequestError:{s:"HIERARCHY_REQUEST_ERR",c:3,m:1},WrongDocumentError:{s:"WRONG_DOCUMENT_ERR",c:4,m:1},InvalidCharacterError:{s:"INVALID_CHARACTER_ERR",c:5,m:1},NoDataAllowedError:{s:"NO_DATA_ALLOWED_ERR",c:6,m:0},NoModificationAllowedError:{s:"NO_MODIFICATION_ALLOWED_ERR",c:7,m:1},NotFoundError:{s:"NOT_FOUND_ERR",c:8,m:1},NotSupportedError:{s:"NOT_SUPPORTED_ERR",c:9,m:1},InUseAttributeError:{s:"INUSE_ATTRIBUTE_ERR",c:10,m:1},InvalidStateError:{s:"INVALID_STATE_ERR",c:11,m:1},SyntaxError:{s:"SYNTAX_ERR",c:12,m:1},InvalidModificationError:{s:"INVALID_MODIFICATION_ERR",c:13,m:1},NamespaceError:{s:"NAMESPACE_ERR",c:14,m:1},InvalidAccessError:{s:"INVALID_ACCESS_ERR",c:15,m:1},ValidationError:{s:"VALIDATION_ERR",c:16,m:0},TypeMismatchError:{s:"TYPE_MISMATCH_ERR",c:17,m:1},SecurityError:{s:"SECURITY_ERR",c:18,m:1},NetworkError:{s:"NETWORK_ERR",c:19,m:1},AbortError:{s:"ABORT_ERR",c:20,m:1},URLMismatchError:{s:"URL_MISMATCH_ERR",c:21,m:1},QuotaExceededError:{s:"QUOTA_EXCEEDED_ERR",c:22,m:1},TimeoutError:{s:"TIMEOUT_ERR",c:23,m:1},InvalidNodeTypeError:{s:"INVALID_NODE_TYPE_ERR",c:24,m:1},DataCloneError:{s:"DATA_CLONE_ERR",c:25,m:1}}},67400:t=>{"use strict";t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},79296:(t,e,n)=>{"use strict";var i=n(4055)("span").classList,o=i&&i.constructor&&i.constructor.prototype;t.exports=o===Object.prototype?void 0:o},28834:(t,e,n)=>{"use strict";var i=n(79392).match(/firefox\/(\d+)/i);t.exports=!!i&&+i[1]},87290:(t,e,n)=>{"use strict";var i=n(50516),o=n(19088);t.exports=!i&&!o&&"object"==typeof window&&"object"==typeof document},6763:t=>{"use strict";t.exports="function"==typeof Bun&&Bun&&"string"==typeof Bun.version},50516:t=>{"use strict";t.exports="object"==typeof Deno&&Deno&&"object"==typeof Deno.version},63202:(t,e,n)=>{"use strict";var i=n(79392);t.exports=/MSIE|Trident/.test(i)},20028:(t,e,n)=>{"use strict";var i=n(79392);t.exports=/ipad|iphone|ipod/i.test(i)&&"undefined"!=typeof Pebble},48119:(t,e,n)=>{"use strict";var i=n(79392);t.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(i)},19088:(t,e,n)=>{"use strict";var i=n(24475),o=n(44576);t.exports="process"===o(i.process)},36765:(t,e,n)=>{"use strict";var i=n(79392);t.exports=/web0s(?!.*chrome)/i.test(i)},89160:(t,e,n)=>{"use strict";var i=n(79392).match(/AppleWebKit\/(\d+)\./);t.exports=!!i&&+i[1]},16193:(t,e,n)=>{"use strict";var i=n(79504),o=Error,r=i("".replace),s=String(new o("zxcasd").stack),a=/\n\s*at [^:]*:[^\n]*/,c=a.test(s);t.exports=function(t,e){if(c&&"string"==typeof t&&!o.prepareStackTrace)for(;e--;)t=r(t,a,"");return t}},80747:(t,e,n)=>{"use strict";var i=n(66699),o=n(16193),r=n(24659),s=Error.captureStackTrace;t.exports=function(t,e,n,a){r&&(s?s(t,e):i(t,"stack",o(n,a)))}},24659:(t,e,n)=>{"use strict";var i=n(79039),o=n(6980);t.exports=!i((function(){var t=new Error("a");return!("stack"in t)||(Object.defineProperty(t,"stack",o(1,7)),7!==t.stack)}))},77536:(t,e,n)=>{"use strict";var i=n(43724),o=n(79039),r=n(28551),s=n(32603),a=Error.prototype.toString,c=o((function(){if(i){var t=Object.create(Object.defineProperty({},"name",{get:function(){return this===t}}));if("true"!==a.call(t))return!0}return"2: 1"!==a.call({message:1,name:2})||"Error"!==a.call({})}));t.exports=c?function(){var t=r(this),e=s(t.name,"Error"),n=s(t.message);return e?n?e+": "+n:e:n}:a},70259:(t,e,n)=>{"use strict";var i=n(34376),o=n(26198),r=n(96837),s=n(76080),a=function(t,e,n,c,l,u,h,d){for(var p,A,f=l,g=0,m=!!h&&s(h,d);g0&&i(p)?(A=o(p),f=a(t,e,p,A,f,u-1)-1):(r(f+1),t[f]=p),f++),g++;return f};t.exports=a},92744:(t,e,n)=>{"use strict";var i=n(79039);t.exports=!i((function(){return Object.isExtensible(Object.preventExtensions({}))}))},76080:(t,e,n)=>{"use strict";var i=n(27476),o=n(79306),r=n(40616),s=i(i.bind);t.exports=function(t,e){return o(t),void 0===e?t:r?s(t,e):function(){return t.apply(e,arguments)}}},30566:(t,e,n)=>{"use strict";var i=n(79504),o=n(79306),r=n(20034),s=n(39297),a=n(67680),c=n(40616),l=Function,u=i([].concat),h=i([].join),d={};t.exports=c?l.bind:function(t){var e=o(this),n=e.prototype,i=a(arguments,1),c=function(){var n=u(i,a(arguments));return this instanceof c?function(t,e,n){if(!s(d,e)){for(var i=[],o=0;o{"use strict";var i=n(79504),o=n(79306);t.exports=function(t,e,n){try{return i(o(Object.getOwnPropertyDescriptor(t,e)[n]))}catch(t){}}},27476:(t,e,n)=>{"use strict";var i=n(44576),o=n(79504);t.exports=function(t){if("Function"===i(t))return o(t)}},44124:(t,e,n)=>{"use strict";var i=n(24475);t.exports=function(t,e){var n=i[t],o=n&&n.prototype;return o&&o[e]}},1767:t=>{"use strict";t.exports=function(t){return{iterator:t,next:t.next,done:!1}}},50851:(t,e,n)=>{"use strict";var i=n(36955),o=n(55966),r=n(64117),s=n(26269),a=n(78227)("iterator");t.exports=function(t){if(!r(t))return o(t,a)||o(t,"@@iterator")||s[i(t)]}},70081:(t,e,n)=>{"use strict";var i=n(69565),o=n(79306),r=n(28551),s=n(16823),a=n(50851),c=TypeError;t.exports=function(t,e){var n=arguments.length<2?a(t):e;if(o(n))return r(i(n,t));throw new c(s(t)+" is not iterable")}},66933:(t,e,n)=>{"use strict";var i=n(79504),o=n(34376),r=n(94901),s=n(44576),a=n(655),c=i([].push);t.exports=function(t){if(r(t))return t;if(o(t)){for(var e=t.length,n=[],i=0;i{"use strict";var i=n(79306),o=n(28551),r=n(69565),s=n(91291),a=n(1767),c="Invalid size",l=RangeError,u=TypeError,h=Math.max,d=function(t,e){this.set=t,this.size=h(e,0),this.has=i(t.has),this.keys=i(t.keys)};d.prototype={getIterator:function(){return a(o(r(this.keys,this.set)))},includes:function(t){return r(this.has,this.set,t)}},t.exports=function(t){o(t);var e=+t.size;if(e!=e)throw new u(c);var n=s(e);if(n<0)throw new l(c);return new d(t,n)}},90757:(t,e,n)=>{"use strict";var i=n(96763);t.exports=function(t,e){try{1===arguments.length?i.error(t):i.error(t,e)}catch(t){}}},88490:t=>{"use strict";var e=Array,n=Math.abs,i=Math.pow,o=Math.floor,r=Math.log,s=Math.LN2;t.exports={pack:function(t,a,c){var l,u,h,d=e(c),p=8*c-a-1,A=(1<>1,g=23===a?i(2,-24)-i(2,-77):0,m=t<0||0===t&&1/t<0?1:0,b=0;for((t=n(t))!=t||t===1/0?(u=t!=t?1:0,l=A):(l=o(r(t)/s),t*(h=i(2,-l))<1&&(l--,h*=2),(t+=l+f>=1?g/h:g*i(2,1-f))*h>=2&&(l++,h/=2),l+f>=A?(u=0,l=A):l+f>=1?(u=(t*h-1)*i(2,a),l+=f):(u=t*i(2,f-1)*i(2,a),l=0));a>=8;)d[b++]=255&u,u/=256,a-=8;for(l=l<0;)d[b++]=255&l,l/=256,p-=8;return d[--b]|=128*m,d},unpack:function(t,e){var n,o=t.length,r=8*o-e-1,s=(1<>1,c=r-7,l=o-1,u=t[l--],h=127&u;for(u>>=7;c>0;)h=256*h+t[l--],c-=8;for(n=h&(1<<-c)-1,h>>=-c,c+=e;c>0;)n=256*n+t[l--],c-=8;if(0===h)h=1-a;else{if(h===s)return n?NaN:u?-1/0:1/0;n+=i(2,e),h-=a}return(u?-1:1)*n*i(2,h-e)}}},23167:(t,e,n)=>{"use strict";var i=n(94901),o=n(20034),r=n(52967);t.exports=function(t,e,n){var s,a;return r&&i(s=e.constructor)&&s!==n&&o(a=s.prototype)&&a!==n.prototype&&r(t,a),t}},77584:(t,e,n)=>{"use strict";var i=n(20034),o=n(66699);t.exports=function(t,e){i(e)&&"cause"in e&&o(t,"cause",e.cause)}},3451:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(30421),s=n(20034),a=n(39297),c=n(24913).f,l=n(38480),u=n(10298),h=n(34124),d=n(33392),p=n(92744),A=!1,f=d("meta"),g=0,m=function(t){c(t,f,{value:{objectID:"O"+g++,weakData:{}}})},b=t.exports={enable:function(){b.enable=function(){},A=!0;var t=l.f,e=o([].splice),n={};n[f]=1,t(n).length&&(l.f=function(n){for(var i=t(n),o=0,r=i.length;o{"use strict";var i=n(78227),o=n(26269),r=i("iterator"),s=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||s[r]===t)}},34376:(t,e,n)=>{"use strict";var i=n(44576);t.exports=Array.isArray||function(t){return"Array"===i(t)}},18727:(t,e,n)=>{"use strict";var i=n(36955);t.exports=function(t){var e=i(t);return"BigInt64Array"===e||"BigUint64Array"===e}},33517:(t,e,n)=>{"use strict";var i=n(79504),o=n(79039),r=n(94901),s=n(36955),a=n(97751),c=n(33706),l=function(){},u=a("Reflect","construct"),h=/^\s*(?:class|function)\b/,d=i(h.exec),p=!h.test(l),A=function(t){if(!r(t))return!1;try{return u(l,[],t),!0}catch(t){return!1}},f=function(t){if(!r(t))return!1;switch(s(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return p||!!d(h,c(t))}catch(t){return!0}};f.sham=!0,t.exports=!u||o((function(){var t;return A(A.call)||!A(Object)||!A((function(){t=!0}))||t}))?f:A},16575:(t,e,n)=>{"use strict";var i=n(39297);t.exports=function(t){return void 0!==t&&(i(t,"value")||i(t,"writable"))}},2087:(t,e,n)=>{"use strict";var i=n(20034),o=Math.floor;t.exports=Number.isInteger||function(t){return!i(t)&&isFinite(t)&&o(t)===t}},13925:(t,e,n)=>{"use strict";var i=n(20034);t.exports=function(t){return i(t)||null===t}},60788:(t,e,n)=>{"use strict";var i=n(20034),o=n(44576),r=n(78227)("match");t.exports=function(t){var e;return i(t)&&(void 0!==(e=t[r])?!!e:"RegExp"===o(t))}},40507:(t,e,n)=>{"use strict";var i=n(69565);t.exports=function(t,e,n){for(var o,r,s=n?t:t.iterator,a=t.next;!(o=i(a,s)).done;)if(void 0!==(r=e(o.value)))return r}},72652:(t,e,n)=>{"use strict";var i=n(76080),o=n(69565),r=n(28551),s=n(16823),a=n(44209),c=n(26198),l=n(1625),u=n(70081),h=n(50851),d=n(9539),p=TypeError,A=function(t,e){this.stopped=t,this.result=e},f=A.prototype;t.exports=function(t,e,n){var g,m,b,C,v,x,w,y=n&&n.that,k=!(!n||!n.AS_ENTRIES),B=!(!n||!n.IS_RECORD),E=!(!n||!n.IS_ITERATOR),_=!(!n||!n.INTERRUPTED),I=i(e,y),D=function(t){return g&&d(g,"normal",t),new A(!0,t)},S=function(t){return k?(r(t),_?I(t[0],t[1],D):I(t[0],t[1])):_?I(t,D):I(t)};if(B)g=t.iterator;else if(E)g=t;else{if(!(m=h(t)))throw new p(s(t)+" is not iterable");if(a(m)){for(b=0,C=c(t);C>b;b++)if((v=S(t[b]))&&l(f,v))return v;return new A(!1)}g=u(t,m)}for(x=B?t.next:g.next;!(w=o(x,g)).done;){try{v=S(w.value)}catch(t){d(g,"throw",t)}if("object"==typeof v&&v&&l(f,v))return v}return new A(!1)}},9539:(t,e,n)=>{"use strict";var i=n(69565),o=n(28551),r=n(55966);t.exports=function(t,e,n){var s,a;o(t);try{if(!(s=r(t,"return"))){if("throw"===e)throw n;return n}s=i(s,t)}catch(t){a=!0,s=t}if("throw"===e)throw n;if(a)throw s;return o(s),n}},33994:(t,e,n)=>{"use strict";var i=n(57657).IteratorPrototype,o=n(2360),r=n(6980),s=n(10687),a=n(26269),c=function(){return this};t.exports=function(t,e,n,l){var u=e+" Iterator";return t.prototype=o(i,{next:r(+!l,n)}),s(t,u,!1,!0),a[u]=c,t}},51088:(t,e,n)=>{"use strict";var i=n(46518),o=n(69565),r=n(96395),s=n(10350),a=n(94901),c=n(33994),l=n(42787),u=n(52967),h=n(10687),d=n(66699),p=n(36840),A=n(78227),f=n(26269),g=n(57657),m=s.PROPER,b=s.CONFIGURABLE,C=g.IteratorPrototype,v=g.BUGGY_SAFARI_ITERATORS,x=A("iterator"),w="keys",y="values",k="entries",B=function(){return this};t.exports=function(t,e,n,s,A,g,E){c(n,e,s);var _,I,D,S=function(t){if(t===A&&R)return R;if(!v&&t&&t in M)return M[t];switch(t){case w:case y:case k:return function(){return new n(this,t)}}return function(){return new n(this)}},T=e+" Iterator",O=!1,M=t.prototype,P=M[x]||M["@@iterator"]||A&&M[A],R=!v&&P||S(A),N="Array"===e&&M.entries||P;if(N&&(_=l(N.call(new t)))!==Object.prototype&&_.next&&(r||l(_)===C||(u?u(_,C):a(_[x])||p(_,x,B)),h(_,T,!0,!0),r&&(f[T]=B)),m&&A===y&&P&&P.name!==y&&(!r&&b?d(M,"name",y):(O=!0,R=function(){return o(P,this)})),A)if(I={values:S(y),keys:g?R:S(w),entries:S(k)},E)for(D in I)(v||O||!(D in M))&&p(M,D,I[D]);else i({target:e,proto:!0,forced:v||O},I);return r&&!E||M[x]===R||p(M,x,R,{name:A}),f[e]=R,I}},57657:(t,e,n)=>{"use strict";var i,o,r,s=n(79039),a=n(94901),c=n(20034),l=n(2360),u=n(42787),h=n(36840),d=n(78227),p=n(96395),A=d("iterator"),f=!1;[].keys&&("next"in(r=[].keys())?(o=u(u(r)))!==Object.prototype&&(i=o):f=!0),!c(i)||s((function(){var t={};return i[A].call(t)!==t}))?i={}:p&&(i=l(i)),a(i[A])||h(i,A,(function(){return this})),t.exports={IteratorPrototype:i,BUGGY_SAFARI_ITERATORS:f}},26269:t=>{"use strict";t.exports={}},72248:(t,e,n)=>{"use strict";var i=n(79504),o=Map.prototype;t.exports={Map,set:i(o.set),get:i(o.get),has:i(o.has),remove:i(o.delete),proto:o}},53250:t=>{"use strict";var e=Math.expm1,n=Math.exp;t.exports=!e||e(10)>22025.465794806718||e(10)<22025.465794806718||-2e-17!==e(-2e-17)?function(t){var e=+t;return 0===e?e:e>-1e-6&&e<1e-6?e+e*e/2:n(e)-1}:e},33164:(t,e,n)=>{"use strict";var i=n(77782),o=Math.abs,r=2220446049250313e-31,s=1/r;t.exports=function(t,e,n,a){var c=+t,l=o(c),u=i(c);if(ln||d!=d?u*(1/0):u*d}},15617:(t,e,n)=>{"use strict";var i=n(33164);t.exports=Math.fround||function(t){return i(t,1.1920928955078125e-7,34028234663852886e22,11754943508222875e-54)}},49340:t=>{"use strict";var e=Math.log,n=Math.LOG10E;t.exports=Math.log10||function(t){return e(t)*n}},7740:t=>{"use strict";var e=Math.log;t.exports=Math.log1p||function(t){var n=+t;return n>-1e-8&&n<1e-8?n-n*n/2:e(1+n)}},77782:t=>{"use strict";t.exports=Math.sign||function(t){var e=+t;return 0===e||e!=e?e:e<0?-1:1}},91955:(t,e,n)=>{"use strict";var i,o,r,s,a,c=n(24475),l=n(93389),u=n(76080),h=n(59225).set,d=n(18265),p=n(48119),A=n(20028),f=n(36765),g=n(19088),m=c.MutationObserver||c.WebKitMutationObserver,b=c.document,C=c.process,v=c.Promise,x=l("queueMicrotask");if(!x){var w=new d,y=function(){var t,e;for(g&&(t=C.domain)&&t.exit();e=w.get();)try{e()}catch(t){throw w.head&&i(),t}t&&t.enter()};p||g||f||!m||!b?!A&&v&&v.resolve?((s=v.resolve(void 0)).constructor=v,a=u(s.then,s),i=function(){a(y)}):g?i=function(){C.nextTick(y)}:(h=u(h,c),i=function(){h(y)}):(o=!0,r=b.createTextNode(""),new m(y).observe(r,{characterData:!0}),i=function(){r.data=o=!o}),x=function(t){w.head||i(),w.add(t)}}t.exports=x},36043:(t,e,n)=>{"use strict";var i=n(79306),o=TypeError,r=function(t){var e,n;this.promise=new t((function(t,i){if(void 0!==e||void 0!==n)throw new o("Bad Promise constructor");e=t,n=i})),this.resolve=i(e),this.reject=i(n)};t.exports.f=function(t){return new r(t)}},32603:(t,e,n)=>{"use strict";var i=n(655);t.exports=function(t,e){return void 0===t?arguments.length<2?"":e:i(t)}},60511:(t,e,n)=>{"use strict";var i=n(60788),o=TypeError;t.exports=function(t){if(i(t))throw new o("The method doesn't accept regular expressions");return t}},50360:(t,e,n)=>{"use strict";var i=n(24475).isFinite;t.exports=Number.isFinite||function(t){return"number"==typeof t&&i(t)}},33904:(t,e,n)=>{"use strict";var i=n(24475),o=n(79039),r=n(79504),s=n(655),a=n(43802).trim,c=n(47452),l=r("".charAt),u=i.parseFloat,h=i.Symbol,d=h&&h.iterator,p=1/u(c+"-0")!=-1/0||d&&!o((function(){u(Object(d))}));t.exports=p?function(t){var e=a(s(t)),n=u(e);return 0===n&&"-"===l(e,0)?-0:n}:u},52703:(t,e,n)=>{"use strict";var i=n(24475),o=n(79039),r=n(79504),s=n(655),a=n(43802).trim,c=n(47452),l=i.parseInt,u=i.Symbol,h=u&&u.iterator,d=/^[+-]?0x/i,p=r(d.exec),A=8!==l(c+"08")||22!==l(c+"0x16")||h&&!o((function(){l(Object(h))}));t.exports=A?function(t,e){var n=a(s(t));return l(n,e>>>0||(p(d,n)?16:10))}:l},44213:(t,e,n)=>{"use strict";var i=n(43724),o=n(79504),r=n(69565),s=n(79039),a=n(71072),c=n(33717),l=n(48773),u=n(48981),h=n(47055),d=Object.assign,p=Object.defineProperty,A=o([].concat);t.exports=!d||s((function(){if(i&&1!==d({b:1},d(p({},"a",{enumerable:!0,get:function(){p(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},n=Symbol("assign detection"),o="abcdefghijklmnopqrst";return t[n]=7,o.split("").forEach((function(t){e[t]=t})),7!==d({},t)[n]||a(d({},e)).join("")!==o}))?function(t,e){for(var n=u(t),o=arguments.length,s=1,d=c.f,p=l.f;o>s;)for(var f,g=h(arguments[s++]),m=d?A(a(g),d(g)):a(g),b=m.length,C=0;b>C;)f=m[C++],i&&!r(p,g,f)||(n[f]=g[f]);return n}:d},10298:(t,e,n)=>{"use strict";var i=n(44576),o=n(25397),r=n(38480).f,s=n(67680),a="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];t.exports.f=function(t){return a&&"Window"===i(t)?function(t){try{return r(t)}catch(t){return s(a)}}(t):r(o(t))}},42787:(t,e,n)=>{"use strict";var i=n(39297),o=n(94901),r=n(48981),s=n(66119),a=n(12211),c=s("IE_PROTO"),l=Object,u=l.prototype;t.exports=a?l.getPrototypeOf:function(t){var e=r(t);if(i(e,c))return e[c];var n=e.constructor;return o(n)&&e instanceof n?n.prototype:e instanceof l?u:null}},34124:(t,e,n)=>{"use strict";var i=n(79039),o=n(20034),r=n(44576),s=n(15652),a=Object.isExtensible,c=i((function(){a(1)}));t.exports=c||s?function(t){return!!o(t)&&(!s||"ArrayBuffer"!==r(t))&&(!a||a(t))}:a},42551:(t,e,n)=>{"use strict";var i=n(96395),o=n(24475),r=n(79039),s=n(89160);t.exports=i||!r((function(){if(!(s&&s<535)){var t=Math.random();__defineSetter__.call(null,t,(function(){})),delete o[t]}}))},52967:(t,e,n)=>{"use strict";var i=n(46706),o=n(20034),r=n(67750),s=n(73506);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{(t=i(Object.prototype,"__proto__","set"))(n,[]),e=n instanceof Array}catch(t){}return function(n,i){return r(n),s(i),o(n)?(e?t(n,i):n.__proto__=i,n):n}}():void 0)},32357:(t,e,n)=>{"use strict";var i=n(43724),o=n(79039),r=n(79504),s=n(42787),a=n(71072),c=n(25397),l=r(n(48773).f),u=r([].push),h=i&&o((function(){var t=Object.create(null);return t[2]=2,!l(t,2)})),d=function(t){return function(e){for(var n,o=c(e),r=a(o),d=h&&null===s(o),p=r.length,A=0,f=[];p>A;)n=r[A++],i&&!(d?n in o:l(o,n))||u(f,t?[n,o[n]]:o[n]);return f}};t.exports={entries:d(!0),values:d(!1)}},53179:(t,e,n)=>{"use strict";var i=n(92140),o=n(36955);t.exports=i?{}.toString:function(){return"[object "+o(this)+"]"}},19167:(t,e,n)=>{"use strict";var i=n(24475);t.exports=i},1103:t=>{"use strict";t.exports=function(t){try{return{error:!1,value:t()}}catch(t){return{error:!0,value:t}}}},10916:(t,e,n)=>{"use strict";var i=n(24475),o=n(80550),r=n(94901),s=n(92796),a=n(33706),c=n(78227),l=n(87290),u=n(50516),h=n(96395),d=n(77388),p=o&&o.prototype,A=c("species"),f=!1,g=r(i.PromiseRejectionEvent),m=s("Promise",(function(){var t=a(o),e=t!==String(o);if(!e&&66===d)return!0;if(h&&(!p.catch||!p.finally))return!0;if(!d||d<51||!/native code/.test(t)){var n=new o((function(t){t(1)})),i=function(t){t((function(){}),(function(){}))};if((n.constructor={})[A]=i,!(f=n.then((function(){}))instanceof i))return!0}return!e&&(l||u)&&!g}));t.exports={CONSTRUCTOR:m,REJECTION_EVENT:g,SUBCLASSING:f}},80550:(t,e,n)=>{"use strict";var i=n(24475);t.exports=i.Promise},93438:(t,e,n)=>{"use strict";var i=n(28551),o=n(20034),r=n(36043);t.exports=function(t,e){if(i(t),o(e)&&e.constructor===t)return e;var n=r.f(t);return(0,n.resolve)(e),n.promise}},90537:(t,e,n)=>{"use strict";var i=n(80550),o=n(84428),r=n(10916).CONSTRUCTOR;t.exports=r||!o((function(t){i.all(t).then(void 0,(function(){}))}))},11056:(t,e,n)=>{"use strict";var i=n(24913).f;t.exports=function(t,e,n){n in t||i(t,n,{configurable:!0,get:function(){return e[n]},set:function(t){e[n]=t}})}},18265:t=>{"use strict";var e=function(){this.head=null,this.tail=null};e.prototype={add:function(t){var e={item:t,next:null},n=this.tail;n?n.next=e:this.head=e,this.tail=e},get:function(){var t=this.head;if(t)return null===(this.head=t.next)&&(this.tail=null),t.item}},t.exports=e},61034:(t,e,n)=>{"use strict";var i=n(69565),o=n(39297),r=n(1625),s=n(67979),a=RegExp.prototype;t.exports=function(t){var e=t.flags;return void 0!==e||"flags"in a||o(t,"flags")||!r(a,t)?e:i(s,t)}},93389:(t,e,n)=>{"use strict";var i=n(24475),o=n(43724),r=Object.getOwnPropertyDescriptor;t.exports=function(t){if(!o)return i[t];var e=r(i,t);return e&&e.value}},3470:t=>{"use strict";t.exports=Object.is||function(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e}},79472:(t,e,n)=>{"use strict";var i,o=n(24475),r=n(18745),s=n(94901),a=n(6763),c=n(79392),l=n(67680),u=n(22812),h=o.Function,d=/MSIE .\./.test(c)||a&&((i=o.Bun.version.split(".")).length<3||"0"===i[0]&&(i[1]<3||"3"===i[1]&&"0"===i[2]));t.exports=function(t,e){var n=e?2:1;return d?function(i,o){var a=u(arguments.length,1)>n,c=s(i)?i:h(i),d=a?l(arguments,n):[],p=a?function(){r(c,this,d)}:c;return e?t(p,o):t(p)}:t}},89286:(t,e,n)=>{"use strict";var i=n(94402),o=n(38469),r=i.Set,s=i.add;t.exports=function(t){var e=new r;return o(t,(function(t){s(e,t)})),e}},83440:(t,e,n)=>{"use strict";var i=n(97080),o=n(94402),r=n(89286),s=n(25170),a=n(83789),c=n(38469),l=n(40507),u=o.has,h=o.remove;t.exports=function(t){var e=i(this),n=a(t),o=r(e);return s(e)<=n.size?c(e,(function(t){n.includes(t)&&h(o,t)})):l(n.getIterator(),(function(t){u(e,t)&&h(o,t)})),o}},94402:(t,e,n)=>{"use strict";var i=n(79504),o=Set.prototype;t.exports={Set,add:i(o.add),has:i(o.has),remove:i(o.delete),proto:o}},68750:(t,e,n)=>{"use strict";var i=n(97080),o=n(94402),r=n(25170),s=n(83789),a=n(38469),c=n(40507),l=o.Set,u=o.add,h=o.has;t.exports=function(t){var e=i(this),n=s(t),o=new l;return r(e)>n.size?c(n.getIterator(),(function(t){h(e,t)&&u(o,t)})):a(e,(function(t){n.includes(t)&&u(o,t)})),o}},64449:(t,e,n)=>{"use strict";var i=n(97080),o=n(94402).has,r=n(25170),s=n(83789),a=n(38469),c=n(40507),l=n(9539);t.exports=function(t){var e=i(this),n=s(t);if(r(e)<=n.size)return!1!==a(e,(function(t){if(n.includes(t))return!1}),!0);var u=n.getIterator();return!1!==c(u,(function(t){if(o(e,t))return l(u,"normal",!1)}))}},53838:(t,e,n)=>{"use strict";var i=n(97080),o=n(25170),r=n(38469),s=n(83789);t.exports=function(t){var e=i(this),n=s(t);return!(o(e)>n.size)&&!1!==r(e,(function(t){if(!n.includes(t))return!1}),!0)}},28527:(t,e,n)=>{"use strict";var i=n(97080),o=n(94402).has,r=n(25170),s=n(83789),a=n(40507),c=n(9539);t.exports=function(t){var e=i(this),n=s(t);if(r(e){"use strict";var i=n(79504),o=n(40507),r=n(94402),s=r.Set,a=r.proto,c=i(a.forEach),l=i(a.keys),u=l(new s).next;t.exports=function(t,e,n){return n?o({iterator:l(t),next:u},e):c(t,e)}},84916:(t,e,n)=>{"use strict";var i=n(97751),o=function(t){return{size:t,has:function(){return!1},keys:function(){return{next:function(){return{done:!0}}}}}};t.exports=function(t){var e=i("Set");try{(new e)[t](o(0));try{return(new e)[t](o(-1)),!1}catch(t){return!0}}catch(t){return!1}}},25170:(t,e,n)=>{"use strict";var i=n(46706),o=n(94402);t.exports=i(o.proto,"size","get")||function(t){return t.size}},87633:(t,e,n)=>{"use strict";var i=n(97751),o=n(62106),r=n(78227),s=n(43724),a=r("species");t.exports=function(t){var e=i(t);s&&e&&!e[a]&&o(e,a,{configurable:!0,get:function(){return this}})}},83650:(t,e,n)=>{"use strict";var i=n(97080),o=n(94402),r=n(89286),s=n(83789),a=n(40507),c=o.add,l=o.has,u=o.remove;t.exports=function(t){var e=i(this),n=s(t).getIterator(),o=r(e);return a(n,(function(t){l(e,t)?u(o,t):c(o,t)})),o}},10687:(t,e,n)=>{"use strict";var i=n(24913).f,o=n(39297),r=n(78227)("toStringTag");t.exports=function(t,e,n){t&&!n&&(t=t.prototype),t&&!o(t,r)&&i(t,r,{configurable:!0,value:e})}},44204:(t,e,n)=>{"use strict";var i=n(97080),o=n(94402).add,r=n(89286),s=n(83789),a=n(40507);t.exports=function(t){var e=i(this),n=s(t).getIterator(),c=r(e);return a(n,(function(t){o(c,t)})),c}},2293:(t,e,n)=>{"use strict";var i=n(28551),o=n(35548),r=n(64117),s=n(78227)("species");t.exports=function(t,e){var n,a=i(t).constructor;return void 0===a||r(n=i(a)[s])?e:o(n)}},23061:(t,e,n)=>{"use strict";var i=n(79039);t.exports=function(t){return i((function(){var e=""[t]('"');return e!==e.toLowerCase()||e.split('"').length>3}))}},83063:(t,e,n)=>{"use strict";var i=n(79392);t.exports=/Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(i)},60533:(t,e,n)=>{"use strict";var i=n(79504),o=n(18014),r=n(655),s=n(72333),a=n(67750),c=i(s),l=i("".slice),u=Math.ceil,h=function(t){return function(e,n,i){var s,h,d=r(a(e)),p=o(n),A=d.length,f=void 0===i?" ":r(i);return p<=A||""===f?d:((h=c(f,u((s=p-A)/f.length))).length>s&&(h=l(h,0,s)),t?d+h:h+d)}};t.exports={start:h(!1),end:h(!0)}},3717:(t,e,n)=>{"use strict";var i=n(79504),o=2147483647,r=/[^\0-\u007E]/,s=/[.\u3002\uFF0E\uFF61]/g,a="Overflow: input needs wider integers to process",c=RangeError,l=i(s.exec),u=Math.floor,h=String.fromCharCode,d=i("".charCodeAt),p=i([].join),A=i([].push),f=i("".replace),g=i("".split),m=i("".toLowerCase),b=function(t){return t+22+75*(t<26)},C=function(t,e,n){var i=0;for(t=n?u(t/700):t>>1,t+=u(t/e);t>455;)t=u(t/35),i+=36;return u(i+36*t/(t+38))},v=function(t){var e=[];t=function(t){for(var e=[],n=0,i=t.length;n=55296&&o<=56319&&n=s&&iu((o-l)/x))throw new c(a);for(l+=(v-s)*x,s=v,n=0;no)throw new c(a);if(i===s){for(var w=l,y=36;;){var k=y<=f?1:y>=f+26?26:y-f;if(w{"use strict";var i=n(91291),o=n(655),r=n(67750),s=RangeError;t.exports=function(t){var e=o(r(this)),n="",a=i(t);if(a<0||a===1/0)throw new s("Wrong number of repetitions");for(;a>0;(a>>>=1)&&(e+=e))1&a&&(n+=e);return n}},18866:(t,e,n)=>{"use strict";var i=n(43802).end,o=n(60706);t.exports=o("trimEnd")?function(){return i(this)}:"".trimEnd},60706:(t,e,n)=>{"use strict";var i=n(10350).PROPER,o=n(79039),r=n(47452);t.exports=function(t){return o((function(){return!!r[t]()||"​…᠎"!=="​…᠎"[t]()||i&&r[t].name!==t}))}},53487:(t,e,n)=>{"use strict";var i=n(43802).start,o=n(60706);t.exports=o("trimStart")?function(){return i(this)}:"".trimStart},43802:(t,e,n)=>{"use strict";var i=n(79504),o=n(67750),r=n(655),s=n(47452),a=i("".replace),c=RegExp("^["+s+"]+"),l=RegExp("(^|[^"+s+"])["+s+"]+$"),u=function(t){return function(e){var n=r(o(e));return 1&t&&(n=a(n,c,"")),2&t&&(n=a(n,l,"$1")),n}};t.exports={start:u(1),end:u(2),trim:u(3)}},1548:(t,e,n)=>{"use strict";var i=n(24475),o=n(79039),r=n(77388),s=n(87290),a=n(50516),c=n(19088),l=i.structuredClone;t.exports=!!l&&!o((function(){if(a&&r>92||c&&r>94||s&&r>97)return!1;var t=new ArrayBuffer(8),e=l(t,{transfer:[t]});return 0!==t.byteLength||8!==e.byteLength}))},58242:(t,e,n)=>{"use strict";var i=n(69565),o=n(97751),r=n(78227),s=n(36840);t.exports=function(){var t=o("Symbol"),e=t&&t.prototype,n=e&&e.valueOf,a=r("toPrimitive");e&&!e[a]&&s(e,a,(function(t){return i(n,this)}),{arity:1})}},91296:(t,e,n)=>{"use strict";var i=n(4495);t.exports=i&&!!Symbol.for&&!!Symbol.keyFor},59225:(t,e,n)=>{"use strict";var i,o,r,s,a=n(24475),c=n(18745),l=n(76080),u=n(94901),h=n(39297),d=n(79039),p=n(20397),A=n(67680),f=n(4055),g=n(22812),m=n(48119),b=n(19088),C=a.setImmediate,v=a.clearImmediate,x=a.process,w=a.Dispatch,y=a.Function,k=a.MessageChannel,B=a.String,E=0,_={},I="onreadystatechange";d((function(){i=a.location}));var D=function(t){if(h(_,t)){var e=_[t];delete _[t],e()}},S=function(t){return function(){D(t)}},T=function(t){D(t.data)},O=function(t){a.postMessage(B(t),i.protocol+"//"+i.host)};C&&v||(C=function(t){g(arguments.length,1);var e=u(t)?t:y(t),n=A(arguments,1);return _[++E]=function(){c(e,void 0,n)},o(E),E},v=function(t){delete _[t]},b?o=function(t){x.nextTick(S(t))}:w&&w.now?o=function(t){w.now(S(t))}:k&&!m?(s=(r=new k).port2,r.port1.onmessage=T,o=l(s.postMessage,s)):a.addEventListener&&u(a.postMessage)&&!a.importScripts&&i&&"file:"!==i.protocol&&!d(O)?(o=O,a.addEventListener("message",T,!1)):o=I in f("script")?function(t){p.appendChild(f("script"))[I]=function(){p.removeChild(this),D(t)}}:function(t){setTimeout(S(t),0)}),t.exports={set:C,clear:v}},31240:(t,e,n)=>{"use strict";var i=n(79504);t.exports=i(1..valueOf)},75854:(t,e,n)=>{"use strict";var i=n(72777),o=TypeError;t.exports=function(t){var e=i(t,"number");if("number"==typeof e)throw new o("Can't convert number to bigint");return BigInt(e)}},57696:(t,e,n)=>{"use strict";var i=n(91291),o=n(18014),r=RangeError;t.exports=function(t){if(void 0===t)return 0;var e=i(t),n=o(e);if(e!==n)throw new r("Wrong length or index");return n}},58229:(t,e,n)=>{"use strict";var i=n(99590),o=RangeError;t.exports=function(t,e){var n=i(t);if(n%e)throw new o("Wrong offset");return n}},99590:(t,e,n)=>{"use strict";var i=n(91291),o=RangeError;t.exports=function(t){var e=i(t);if(e<0)throw new o("The argument can't be less than 0");return e}},58319:t=>{"use strict";var e=Math.round;t.exports=function(t){var n=e(t);return n<0?0:n>255?255:255&n}},69714:(t,e,n)=>{"use strict";var i=n(19088);t.exports=function(t){try{if(i)return Function('return require("'+t+'")')()}catch(t){}}},15823:(t,e,n)=>{"use strict";var i=n(46518),o=n(24475),r=n(69565),s=n(43724),a=n(72805),c=n(94644),l=n(66346),u=n(90679),h=n(6980),d=n(66699),p=n(2087),A=n(18014),f=n(57696),g=n(58229),m=n(58319),b=n(56969),C=n(39297),v=n(36955),x=n(20034),w=n(10757),y=n(2360),k=n(1625),B=n(52967),E=n(38480).f,_=n(43251),I=n(81594).forEach,D=n(87633),S=n(62106),T=n(24913),O=n(77347),M=n(35370),P=n(91181),R=n(23167),N=P.get,H=P.set,z=P.enforce,L=T.f,F=O.f,j=o.RangeError,U=l.ArrayBuffer,W=U.prototype,Y=l.DataView,q=c.NATIVE_ARRAY_BUFFER_VIEWS,Q=c.TYPED_ARRAY_TAG,G=c.TypedArray,X=c.TypedArrayPrototype,V=c.isTypedArray,K="BYTES_PER_ELEMENT",J="Wrong length",Z=function(t,e){S(t,e,{configurable:!0,get:function(){return N(this)[e]}})},$=function(t){var e;return k(W,t)||"ArrayBuffer"===(e=v(t))||"SharedArrayBuffer"===e},tt=function(t,e){return V(t)&&!w(e)&&e in t&&p(+e)&&e>=0},et=function(t,e){return e=b(e),tt(t,e)?h(2,t[e]):F(t,e)},nt=function(t,e,n){return e=b(e),!(tt(t,e)&&x(n)&&C(n,"value"))||C(n,"get")||C(n,"set")||n.configurable||C(n,"writable")&&!n.writable||C(n,"enumerable")&&!n.enumerable?L(t,e,n):(t[e]=n.value,t)};s?(q||(O.f=et,T.f=nt,Z(X,"buffer"),Z(X,"byteOffset"),Z(X,"byteLength"),Z(X,"length")),i({target:"Object",stat:!0,forced:!q},{getOwnPropertyDescriptor:et,defineProperty:nt}),t.exports=function(t,e,n){var s=t.match(/\d+/)[0]/8,c=t+(n?"Clamped":"")+"Array",l="get"+t,h="set"+t,p=o[c],b=p,C=b&&b.prototype,v={},w=function(t,e){L(t,e,{get:function(){return function(t,e){var n=N(t);return n.view[l](e*s+n.byteOffset,!0)}(this,e)},set:function(t){return function(t,e,i){var o=N(t);o.view[h](e*s+o.byteOffset,n?m(i):i,!0)}(this,e,t)},enumerable:!0})};q?a&&(b=e((function(t,e,n,i){return u(t,C),R(x(e)?$(e)?void 0!==i?new p(e,g(n,s),i):void 0!==n?new p(e,g(n,s)):new p(e):V(e)?M(b,e):r(_,b,e):new p(f(e)),t,b)})),B&&B(b,G),I(E(p),(function(t){t in b||d(b,t,p[t])})),b.prototype=C):(b=e((function(t,e,n,i){u(t,C);var o,a,c,l=0,h=0;if(x(e)){if(!$(e))return V(e)?M(b,e):r(_,b,e);o=e,h=g(n,s);var d=e.byteLength;if(void 0===i){if(d%s)throw new j(J);if((a=d-h)<0)throw new j(J)}else if((a=A(i)*s)+h>d)throw new j(J);c=a/s}else c=f(e),o=new U(a=c*s);for(H(t,{buffer:o,byteOffset:h,byteLength:a,length:c,view:new Y(o)});l{"use strict";var i=n(24475),o=n(79039),r=n(84428),s=n(94644).NATIVE_ARRAY_BUFFER_VIEWS,a=i.ArrayBuffer,c=i.Int8Array;t.exports=!s||!o((function(){c(1)}))||!o((function(){new c(-1)}))||!r((function(t){new c,new c(null),new c(1.5),new c(t)}),!0)||o((function(){return 1!==new c(new a(2),1,void 0).length}))},26357:(t,e,n)=>{"use strict";var i=n(35370),o=n(61412);t.exports=function(t,e){return i(o(t),e)}},43251:(t,e,n)=>{"use strict";var i=n(76080),o=n(69565),r=n(35548),s=n(48981),a=n(26198),c=n(70081),l=n(50851),u=n(44209),h=n(18727),d=n(94644).aTypedArrayConstructor,p=n(75854);t.exports=function(t){var e,n,A,f,g,m,b,C,v=r(this),x=s(t),w=arguments.length,y=w>1?arguments[1]:void 0,k=void 0!==y,B=l(x);if(B&&!u(B))for(C=(b=c(x,B)).next,x=[];!(m=o(C,b)).done;)x.push(m.value);for(k&&w>2&&(y=i(y,arguments[2])),n=a(x),A=new(d(v))(n),f=h(A),e=0;n>e;e++)g=k?y(x[e],e):x[e],A[e]=f?p(g):+g;return A}},61412:(t,e,n)=>{"use strict";var i=n(94644),o=n(2293),r=i.aTypedArrayConstructor,s=i.getTypedArrayConstructor;t.exports=function(t){return r(o(t,s(t)))}},67416:(t,e,n)=>{"use strict";var i=n(79039),o=n(78227),r=n(43724),s=n(96395),a=o("iterator");t.exports=!i((function(){var t=new URL("b?a=1&b=2&c=3","http://a"),e=t.searchParams,n=new URLSearchParams("a=1&a=2&b=3"),i="";return t.pathname="c%20d",e.forEach((function(t,n){e.delete("b"),i+=n+t})),n.delete("a",2),n.delete("b",void 0),s&&(!t.toJSON||!n.has("a",1)||n.has("a",2)||!n.has("a",void 0)||n.has("b"))||!e.size&&(s||!r)||!e.sort||"http://a/c%20d?a=1&c=3"!==t.href||"3"!==e.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!e[a]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("http://тест").host||"#%D0%B1"!==new URL("http://a#б").hash||"a1c3"!==i||"x"!==new URL("http://x",void 0).host}))},22812:t=>{"use strict";var e=TypeError;t.exports=function(t,n){if(t{"use strict";var i=n(19167),o=n(39297),r=n(1951),s=n(24913).f;t.exports=function(t){var e=i.Symbol||(i.Symbol={});o(e,t)||s(e,t,{value:r.f(t)})}},1951:(t,e,n)=>{"use strict";var i=n(78227);e.f=i},47452:t=>{"use strict";t.exports="\t\n\v\f\r                 \u2028\u2029\ufeff"},14601:(t,e,n)=>{"use strict";var i=n(97751),o=n(39297),r=n(66699),s=n(1625),a=n(52967),c=n(77740),l=n(11056),u=n(23167),h=n(32603),d=n(77584),p=n(80747),A=n(43724),f=n(96395);t.exports=function(t,e,n,g){var m="stackTraceLimit",b=g?2:1,C=t.split("."),v=C[C.length-1],x=i.apply(null,C);if(x){var w=x.prototype;if(!f&&o(w,"cause")&&delete w.cause,!n)return x;var y=i("Error"),k=e((function(t,e){var n=h(g?e:t,void 0),i=g?new x(t):new x;return void 0!==n&&r(i,"message",n),p(i,k,i.stack,2),this&&s(w,this)&&u(i,this,k),arguments.length>b&&d(i,arguments[b]),i}));if(k.prototype=w,"Error"!==v?a?a(k,y):c(k,y,{name:!0}):A&&m in x&&(l(k,x,m),l(k,x,"prepareStackTrace")),c(k,x),!f)try{w.name!==v&&r(w,"name",v),w.constructor=k}catch(t){}return k}}},4294:(t,e,n)=>{"use strict";var i=n(46518),o=n(97751),r=n(18745),s=n(79039),a=n(14601),c="AggregateError",l=o(c),u=!s((function(){return 1!==l([1]).errors[0]}))&&s((function(){return 7!==l([1],c,{cause:7}).cause}));i({global:!0,constructor:!0,arity:2,forced:u},{AggregateError:a(c,(function(t){return function(e,n){return r(t,this,arguments)}}),u,!0)})},17145:(t,e,n)=>{"use strict";var i=n(46518),o=n(1625),r=n(42787),s=n(52967),a=n(77740),c=n(2360),l=n(66699),u=n(6980),h=n(77584),d=n(80747),p=n(72652),A=n(32603),f=n(78227)("toStringTag"),g=Error,m=[].push,b=function(t,e){var n,i=o(C,this);s?n=s(new g,i?r(this):C):(n=i?this:c(C),l(n,f,"Error")),void 0!==e&&l(n,"message",A(e)),d(n,b,n.stack,1),arguments.length>2&&h(n,arguments[2]);var a=[];return p(t,m,{that:a}),l(n,"errors",a),n};s?s(b,g):a(b,g,{name:!0});var C=b.prototype=c(g.prototype,{constructor:u(1,b),message:u(1,""),name:u(1,"AggregateError")});i({global:!0,constructor:!0,arity:2},{AggregateError:b})},30067:(t,e,n)=>{"use strict";n(17145)},54743:(t,e,n)=>{"use strict";var i=n(46518),o=n(24475),r=n(66346),s=n(87633),a="ArrayBuffer",c=r[a];i({global:!0,constructor:!0,forced:o[a]!==c},{ArrayBuffer:c}),s(a)},16573:(t,e,n)=>{"use strict";var i=n(43724),o=n(62106),r=n(3238),s=ArrayBuffer.prototype;i&&!("detached"in s)&&o(s,"detached",{configurable:!0,get:function(){return r(this)}})},46761:(t,e,n)=>{"use strict";var i=n(46518),o=n(94644);i({target:"ArrayBuffer",stat:!0,forced:!o.NATIVE_ARRAY_BUFFER_VIEWS},{isView:o.isView})},11745:(t,e,n)=>{"use strict";var i=n(46518),o=n(27476),r=n(79039),s=n(66346),a=n(28551),c=n(35610),l=n(18014),u=n(2293),h=s.ArrayBuffer,d=s.DataView,p=d.prototype,A=o(h.prototype.slice),f=o(p.getUint8),g=o(p.setUint8);i({target:"ArrayBuffer",proto:!0,unsafe:!0,forced:r((function(){return!new h(2).slice(1,void 0).byteLength}))},{slice:function(t,e){if(A&&void 0===e)return A(a(this),t);for(var n=a(this).byteLength,i=c(t,n),o=c(void 0===e?n:e,n),r=new(u(this,h))(l(o-i)),s=new d(this),p=new d(r),m=0;i{"use strict";var i=n(46518),o=n(95636);o&&i({target:"ArrayBuffer",proto:!0},{transferToFixedLength:function(){return o(this,arguments.length?arguments[0]:void 0,!1)}})},78100:(t,e,n)=>{"use strict";var i=n(46518),o=n(95636);o&&i({target:"ArrayBuffer",proto:!0},{transfer:function(){return o(this,arguments.length?arguments[0]:void 0,!0)}})},18107:(t,e,n)=>{"use strict";var i=n(46518),o=n(48981),r=n(26198),s=n(91291),a=n(6469);i({target:"Array",proto:!0},{at:function(t){var e=o(this),n=r(e),i=s(t),a=i>=0?i:n+i;return a<0||a>=n?void 0:e[a]}}),a("at")},28706:(t,e,n)=>{"use strict";var i=n(46518),o=n(79039),r=n(34376),s=n(20034),a=n(48981),c=n(26198),l=n(96837),u=n(97040),h=n(1469),d=n(70597),p=n(78227),A=n(77388),f=p("isConcatSpreadable"),g=A>=51||!o((function(){var t=[];return t[f]=!1,t.concat()[0]!==t})),m=function(t){if(!s(t))return!1;var e=t[f];return void 0!==e?!!e:r(t)};i({target:"Array",proto:!0,arity:1,forced:!g||!d("concat")},{concat:function(t){var e,n,i,o,r,s=a(this),d=h(s,0),p=0;for(e=-1,i=arguments.length;e{"use strict";var i=n(46518),o=n(57029),r=n(6469);i({target:"Array",proto:!0},{copyWithin:o}),r("copyWithin")},88431:(t,e,n)=>{"use strict";var i=n(46518),o=n(81594).every;i({target:"Array",proto:!0,forced:!n(34598)("every")},{every:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},33771:(t,e,n)=>{"use strict";var i=n(46518),o=n(84373),r=n(6469);i({target:"Array",proto:!0},{fill:o}),r("fill")},2008:(t,e,n)=>{"use strict";var i=n(46518),o=n(81594).filter;i({target:"Array",proto:!0,forced:!n(70597)("filter")},{filter:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},48980:(t,e,n)=>{"use strict";var i=n(46518),o=n(81594).findIndex,r=n(6469),s="findIndex",a=!0;s in[]&&Array(1)[s]((function(){a=!1})),i({target:"Array",proto:!0,forced:a},{findIndex:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),r(s)},13451:(t,e,n)=>{"use strict";var i=n(46518),o=n(43839).findLastIndex,r=n(6469);i({target:"Array",proto:!0},{findLastIndex:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),r("findLastIndex")},10838:(t,e,n)=>{"use strict";var i=n(46518),o=n(43839).findLast,r=n(6469);i({target:"Array",proto:!0},{findLast:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),r("findLast")},50113:(t,e,n)=>{"use strict";var i=n(46518),o=n(81594).find,r=n(6469),s="find",a=!0;s in[]&&Array(1)[s]((function(){a=!1})),i({target:"Array",proto:!0,forced:a},{find:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),r(s)},78350:(t,e,n)=>{"use strict";var i=n(46518),o=n(70259),r=n(79306),s=n(48981),a=n(26198),c=n(1469);i({target:"Array",proto:!0},{flatMap:function(t){var e,n=s(this),i=a(n);return r(t),(e=c(n,0)).length=o(e,n,n,i,0,1,t,arguments.length>1?arguments[1]:void 0),e}})},46449:(t,e,n)=>{"use strict";var i=n(46518),o=n(70259),r=n(48981),s=n(26198),a=n(91291),c=n(1469);i({target:"Array",proto:!0},{flat:function(){var t=arguments.length?arguments[0]:void 0,e=r(this),n=s(e),i=c(e,0);return i.length=o(i,e,e,n,0,void 0===t?1:a(t)),i}})},51629:(t,e,n)=>{"use strict";var i=n(46518),o=n(90235);i({target:"Array",proto:!0,forced:[].forEach!==o},{forEach:o})},23418:(t,e,n)=>{"use strict";var i=n(46518),o=n(97916);i({target:"Array",stat:!0,forced:!n(84428)((function(t){Array.from(t)}))},{from:o})},74423:(t,e,n)=>{"use strict";var i=n(46518),o=n(19617).includes,r=n(79039),s=n(6469);i({target:"Array",proto:!0,forced:r((function(){return!Array(1).includes()}))},{includes:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),s("includes")},25276:(t,e,n)=>{"use strict";var i=n(46518),o=n(27476),r=n(19617).indexOf,s=n(34598),a=o([].indexOf),c=!!a&&1/a([1],1,-0)<0;i({target:"Array",proto:!0,forced:c||!s("indexOf")},{indexOf:function(t){var e=arguments.length>1?arguments[1]:void 0;return c?a(this,t,e)||0:r(this,t,e)}})},64346:(t,e,n)=>{"use strict";n(46518)({target:"Array",stat:!0},{isArray:n(34376)})},23792:(t,e,n)=>{"use strict";var i=n(25397),o=n(6469),r=n(26269),s=n(91181),a=n(24913).f,c=n(51088),l=n(62529),u=n(96395),h=n(43724),d="Array Iterator",p=s.set,A=s.getterFor(d);t.exports=c(Array,"Array",(function(t,e){p(this,{type:d,target:i(t),index:0,kind:e})}),(function(){var t=A(this),e=t.target,n=t.index++;if(!e||n>=e.length)return t.target=void 0,l(void 0,!0);switch(t.kind){case"keys":return l(n,!1);case"values":return l(e[n],!1)}return l([n,e[n]],!1)}),"values");var f=r.Arguments=r.Array;if(o("keys"),o("values"),o("entries"),!u&&h&&"values"!==f.name)try{a(f,"name",{value:"values"})}catch(t){}},48598:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(47055),s=n(25397),a=n(34598),c=o([].join);i({target:"Array",proto:!0,forced:r!==Object||!a("join",",")},{join:function(t){return c(s(this),void 0===t?",":t)}})},8921:(t,e,n)=>{"use strict";var i=n(46518),o=n(8379);i({target:"Array",proto:!0,forced:o!==[].lastIndexOf},{lastIndexOf:o})},62062:(t,e,n)=>{"use strict";var i=n(46518),o=n(81594).map;i({target:"Array",proto:!0,forced:!n(70597)("map")},{map:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},31051:(t,e,n)=>{"use strict";var i=n(46518),o=n(79039),r=n(33517),s=n(97040),a=Array;i({target:"Array",stat:!0,forced:o((function(){function t(){}return!(a.of.call(t)instanceof t)}))},{of:function(){for(var t=0,e=arguments.length,n=new(r(this)?this:a)(e);e>t;)s(n,t,arguments[t++]);return n.length=e,n}})},44114:(t,e,n)=>{"use strict";var i=n(46518),o=n(48981),r=n(26198),s=n(34527),a=n(96837);i({target:"Array",proto:!0,arity:1,forced:n(79039)((function(){return 4294967297!==[].push.call({length:4294967296},1)}))||!function(){try{Object.defineProperty([],"length",{writable:!1}).push()}catch(t){return t instanceof TypeError}}()},{push:function(t){var e=o(this),n=r(e),i=arguments.length;a(n+i);for(var c=0;c{"use strict";var i=n(46518),o=n(80926).right,r=n(34598),s=n(77388);i({target:"Array",proto:!0,forced:!n(19088)&&s>79&&s<83||!r("reduceRight")},{reduceRight:function(t){return o(this,t,arguments.length,arguments.length>1?arguments[1]:void 0)}})},72712:(t,e,n)=>{"use strict";var i=n(46518),o=n(80926).left,r=n(34598),s=n(77388);i({target:"Array",proto:!0,forced:!n(19088)&&s>79&&s<83||!r("reduce")},{reduce:function(t){var e=arguments.length;return o(this,t,e,e>1?arguments[1]:void 0)}})},94490:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(34376),s=o([].reverse),a=[1,2];i({target:"Array",proto:!0,forced:String(a)===String(a.reverse())},{reverse:function(){return r(this)&&(this.length=this.length),s(this)}})},34782:(t,e,n)=>{"use strict";var i=n(46518),o=n(34376),r=n(33517),s=n(20034),a=n(35610),c=n(26198),l=n(25397),u=n(97040),h=n(78227),d=n(70597),p=n(67680),A=d("slice"),f=h("species"),g=Array,m=Math.max;i({target:"Array",proto:!0,forced:!A},{slice:function(t,e){var n,i,h,d=l(this),A=c(d),b=a(t,A),C=a(void 0===e?A:e,A);if(o(d)&&(n=d.constructor,(r(n)&&(n===g||o(n.prototype))||s(n)&&null===(n=n[f]))&&(n=void 0),n===g||void 0===n))return p(d,b,C);for(i=new(void 0===n?g:n)(m(C-b,0)),h=0;b{"use strict";var i=n(46518),o=n(81594).some;i({target:"Array",proto:!0,forced:!n(34598)("some")},{some:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},26910:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(79306),s=n(48981),a=n(26198),c=n(84606),l=n(655),u=n(79039),h=n(74488),d=n(34598),p=n(28834),A=n(63202),f=n(77388),g=n(89160),m=[],b=o(m.sort),C=o(m.push),v=u((function(){m.sort(void 0)})),x=u((function(){m.sort(null)})),w=d("sort"),y=!u((function(){if(f)return f<70;if(!(p&&p>3)){if(A)return!0;if(g)return g<603;var t,e,n,i,o="";for(t=65;t<76;t++){switch(e=String.fromCharCode(t),t){case 66:case 69:case 70:case 72:n=3;break;case 68:case 71:n=4;break;default:n=2}for(i=0;i<47;i++)m.push({k:e+i,v:n})}for(m.sort((function(t,e){return e.v-t.v})),i=0;il(n)?1:-1}}(t)),n=a(o),i=0;i{"use strict";n(87633)("Array")},54554:(t,e,n)=>{"use strict";var i=n(46518),o=n(48981),r=n(35610),s=n(91291),a=n(26198),c=n(34527),l=n(96837),u=n(1469),h=n(97040),d=n(84606),p=n(70597)("splice"),A=Math.max,f=Math.min;i({target:"Array",proto:!0,forced:!p},{splice:function(t,e){var n,i,p,g,m,b,C=o(this),v=a(C),x=r(t,v),w=arguments.length;for(0===w?n=i=0:1===w?(n=0,i=v-x):(n=w-2,i=f(A(s(e),0),v-x)),l(v+n-i),p=u(C,i),g=0;gv-i+n;g--)d(C,g-1)}else if(n>i)for(g=v-i;g>x;g--)b=g+n-1,(m=g+i-1)in C?C[b]=C[m]:d(C,b);for(g=0;g{"use strict";var i=n(46518),o=n(37628),r=n(25397),s=n(6469),a=Array;i({target:"Array",proto:!0},{toReversed:function(){return o(r(this),a)}}),s("toReversed")},57145:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(79306),s=n(25397),a=n(35370),c=n(44124),l=n(6469),u=Array,h=o(c("Array","sort"));i({target:"Array",proto:!0},{toSorted:function(t){void 0!==t&&r(t);var e=s(this),n=a(u,e);return h(n,t)}}),l("toSorted")},71658:(t,e,n)=>{"use strict";var i=n(46518),o=n(6469),r=n(96837),s=n(26198),a=n(35610),c=n(25397),l=n(91291),u=Array,h=Math.max,d=Math.min;i({target:"Array",proto:!0},{toSpliced:function(t,e){var n,i,o,p,A=c(this),f=s(A),g=a(t,f),m=arguments.length,b=0;for(0===m?n=i=0:1===m?(n=0,i=f-g):(n=m-2,i=d(h(l(e),0),f-g)),o=r(f+n-i),p=u(o);b{"use strict";n(6469)("flatMap")},93514:(t,e,n)=>{"use strict";n(6469)("flat")},13609:(t,e,n)=>{"use strict";var i=n(46518),o=n(48981),r=n(26198),s=n(34527),a=n(84606),c=n(96837);i({target:"Array",proto:!0,arity:1,forced:1!==[].unshift(0)||!function(){try{Object.defineProperty([],"length",{writable:!1}).unshift()}catch(t){return t instanceof TypeError}}()},{unshift:function(t){var e=o(this),n=r(e),i=arguments.length;if(i){c(n+i);for(var l=n;l--;){var u=l+i;l in e?e[u]=e[l]:a(e,u)}for(var h=0;h{"use strict";var i=n(46518),o=n(39928),r=n(25397),s=Array;i({target:"Array",proto:!0},{with:function(t,e){return o(r(this),s,t,e)}})},24359:(t,e,n)=>{"use strict";var i=n(46518),o=n(66346);i({global:!0,constructor:!0,forced:!n(77811)},{DataView:o.DataView})},38309:(t,e,n)=>{"use strict";n(24359)},61699:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(79039)((function(){return 120!==new Date(16e11).getYear()})),s=o(Date.prototype.getFullYear);i({target:"Date",proto:!0,forced:r},{getYear:function(){return s(this)-1900}})},59089:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=Date,s=o(r.prototype.getTime);i({target:"Date",stat:!0},{now:function(){return s(new r)}})},91191:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(91291),s=Date.prototype,a=o(s.getTime),c=o(s.setFullYear);i({target:"Date",proto:!0},{setYear:function(t){a(this);var e=r(t);return c(this,e>=0&&e<=99?e+1900:e)}})},93515:(t,e,n)=>{"use strict";n(46518)({target:"Date",proto:!0},{toGMTString:Date.prototype.toUTCString})},1688:(t,e,n)=>{"use strict";var i=n(46518),o=n(70380);i({target:"Date",proto:!0,forced:Date.prototype.toISOString!==o},{toISOString:o})},60739:(t,e,n)=>{"use strict";var i=n(46518),o=n(79039),r=n(48981),s=n(72777);i({target:"Date",proto:!0,arity:1,forced:o((function(){return null!==new Date(NaN).toJSON()||1!==Date.prototype.toJSON.call({toISOString:function(){return 1}})}))},{toJSON:function(t){var e=r(this),n=s(e,"number");return"number"!=typeof n||isFinite(n)?e.toISOString():null}})},89572:(t,e,n)=>{"use strict";var i=n(39297),o=n(36840),r=n(53640),s=n(78227)("toPrimitive"),a=Date.prototype;i(a,s)||o(a,s,r)},23288:(t,e,n)=>{"use strict";var i=n(79504),o=n(36840),r=Date.prototype,s="Invalid Date",a="toString",c=i(r[a]),l=i(r.getTime);String(new Date(NaN))!==s&&o(r,a,(function(){var t=l(this);return t==t?c(this):s}))},16280:(t,e,n)=>{"use strict";var i=n(46518),o=n(24475),r=n(18745),s=n(14601),a="WebAssembly",c=o[a],l=7!==new Error("e",{cause:7}).cause,u=function(t,e){var n={};n[t]=s(t,e,l),i({global:!0,constructor:!0,arity:1,forced:l},n)},h=function(t,e){if(c&&c[t]){var n={};n[t]=s(a+"."+t,e,l),i({target:a,stat:!0,constructor:!0,arity:1,forced:l},n)}};u("Error",(function(t){return function(e){return r(t,this,arguments)}})),u("EvalError",(function(t){return function(e){return r(t,this,arguments)}})),u("RangeError",(function(t){return function(e){return r(t,this,arguments)}})),u("ReferenceError",(function(t){return function(e){return r(t,this,arguments)}})),u("SyntaxError",(function(t){return function(e){return r(t,this,arguments)}})),u("TypeError",(function(t){return function(e){return r(t,this,arguments)}})),u("URIError",(function(t){return function(e){return r(t,this,arguments)}})),h("CompileError",(function(t){return function(e){return r(t,this,arguments)}})),h("LinkError",(function(t){return function(e){return r(t,this,arguments)}})),h("RuntimeError",(function(t){return function(e){return r(t,this,arguments)}}))},76918:(t,e,n)=>{"use strict";var i=n(36840),o=n(77536),r=Error.prototype;r.toString!==o&&i(r,"toString",o)},36456:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(655),s=o("".charAt),a=o("".charCodeAt),c=o(/./.exec),l=o(1..toString),u=o("".toUpperCase),h=/[\w*+\-./@]/,d=function(t,e){for(var n=l(t,16);n.length{"use strict";var i=n(46518),o=n(30566);i({target:"Function",proto:!0,forced:Function.bind!==o},{bind:o})},48957:(t,e,n)=>{"use strict";var i=n(94901),o=n(20034),r=n(24913),s=n(1625),a=n(78227),c=n(50283),l=a("hasInstance"),u=Function.prototype;l in u||r.f(u,l,{value:c((function(t){if(!i(this)||!o(t))return!1;var e=this.prototype;return o(e)?s(e,t):t instanceof this}),l)})},62010:(t,e,n)=>{"use strict";var i=n(43724),o=n(10350).EXISTS,r=n(79504),s=n(62106),a=Function.prototype,c=r(a.toString),l=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,u=r(l.exec);i&&!o&&s(a,"name",{configurable:!0,get:function(){try{return u(l,c(this))[1]}catch(t){return""}}})},55081:(t,e,n)=>{"use strict";var i=n(46518),o=n(24475);i({global:!0,forced:o.globalThis!==o},{globalThis:o})},33110:(t,e,n)=>{"use strict";var i=n(46518),o=n(97751),r=n(18745),s=n(69565),a=n(79504),c=n(79039),l=n(94901),u=n(10757),h=n(67680),d=n(66933),p=n(4495),A=String,f=o("JSON","stringify"),g=a(/./.exec),m=a("".charAt),b=a("".charCodeAt),C=a("".replace),v=a(1..toString),x=/[\uD800-\uDFFF]/g,w=/^[\uD800-\uDBFF]$/,y=/^[\uDC00-\uDFFF]$/,k=!p||c((function(){var t=o("Symbol")("stringify detection");return"[null]"!==f([t])||"{}"!==f({a:t})||"{}"!==f(Object(t))})),B=c((function(){return'"\\udf06\\ud834"'!==f("\udf06\ud834")||'"\\udead"'!==f("\udead")})),E=function(t,e){var n=h(arguments),i=d(e);if(l(i)||void 0!==t&&!u(t))return n[1]=function(t,e){if(l(i)&&(e=s(i,this,A(t),e)),!u(e))return e},r(f,null,n)},_=function(t,e,n){var i=m(n,e-1),o=m(n,e+1);return g(w,t)&&!g(y,o)||g(y,t)&&!g(w,i)?"\\u"+v(b(t,0),16):t};f&&i({target:"JSON",stat:!0,arity:3,forced:k||B},{stringify:function(t,e,n){var i=h(arguments),o=r(k?E:f,null,i);return B&&"string"==typeof o?C(o,x,_):o}})},4731:(t,e,n)=>{"use strict";var i=n(24475);n(10687)(i.JSON,"JSON",!0)},48523:(t,e,n)=>{"use strict";n(16468)("Map",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),n(86938))},47072:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(79306),s=n(67750),a=n(72652),c=n(72248),l=n(96395),u=n(79039),h=c.Map,d=c.has,p=c.get,A=c.set,f=o([].push),g=l||u((function(){return 1!==h.groupBy("ab",(function(t){return t})).get("a").length}));i({target:"Map",stat:!0,forced:l||g},{groupBy:function(t,e){s(t),r(e);var n=new h,i=0;return a(t,(function(t){var o=e(t,i++);d(n,o)?f(p(n,o),t):A(n,o,[t])})),n}})},36033:(t,e,n)=>{"use strict";n(48523)},93153:(t,e,n)=>{"use strict";var i=n(46518),o=n(7740),r=Math.acosh,s=Math.log,a=Math.sqrt,c=Math.LN2;i({target:"Math",stat:!0,forced:!r||710!==Math.floor(r(Number.MAX_VALUE))||r(1/0)!==1/0},{acosh:function(t){var e=+t;return e<1?NaN:e>94906265.62425156?s(e)+c:o(e-1+a(e-1)*a(e+1))}})},82326:(t,e,n)=>{"use strict";var i=n(46518),o=Math.asinh,r=Math.log,s=Math.sqrt;i({target:"Math",stat:!0,forced:!(o&&1/o(0)>0)},{asinh:function t(e){var n=+e;return isFinite(n)&&0!==n?n<0?-t(-n):r(n+s(n*n+1)):n}})},36389:(t,e,n)=>{"use strict";var i=n(46518),o=Math.atanh,r=Math.log;i({target:"Math",stat:!0,forced:!(o&&1/o(-0)<0)},{atanh:function(t){var e=+t;return 0===e?e:r((1+e)/(1-e))/2}})},64444:(t,e,n)=>{"use strict";var i=n(46518),o=n(77782),r=Math.abs,s=Math.pow;i({target:"Math",stat:!0},{cbrt:function(t){var e=+t;return o(e)*s(r(e),1/3)}})},8085:(t,e,n)=>{"use strict";var i=n(46518),o=Math.floor,r=Math.log,s=Math.LOG2E;i({target:"Math",stat:!0},{clz32:function(t){var e=t>>>0;return e?31-o(r(e+.5)*s):32}})},77762:(t,e,n)=>{"use strict";var i=n(46518),o=n(53250),r=Math.cosh,s=Math.abs,a=Math.E;i({target:"Math",stat:!0,forced:!r||r(710)===1/0},{cosh:function(t){var e=o(s(t)-1)+1;return(e+1/(e*a*a))*(a/2)}})},65070:(t,e,n)=>{"use strict";var i=n(46518),o=n(53250);i({target:"Math",stat:!0,forced:o!==Math.expm1},{expm1:o})},60605:(t,e,n)=>{"use strict";n(46518)({target:"Math",stat:!0},{fround:n(15617)})},39469:(t,e,n)=>{"use strict";var i=n(46518),o=Math.hypot,r=Math.abs,s=Math.sqrt;i({target:"Math",stat:!0,arity:2,forced:!!o&&o(1/0,NaN)!==1/0},{hypot:function(t,e){for(var n,i,o=0,a=0,c=arguments.length,l=0;a0?(i=n/l)*i:n;return l===1/0?1/0:l*s(o)}})},72152:(t,e,n)=>{"use strict";var i=n(46518),o=n(79039),r=Math.imul;i({target:"Math",stat:!0,forced:o((function(){return-5!==r(4294967295,5)||2!==r.length}))},{imul:function(t,e){var n=65535,i=+t,o=+e,r=n&i,s=n&o;return 0|r*s+((n&i>>>16)*s+r*(n&o>>>16)<<16>>>0)}})},75376:(t,e,n)=>{"use strict";n(46518)({target:"Math",stat:!0},{log10:n(49340)})},56624:(t,e,n)=>{"use strict";n(46518)({target:"Math",stat:!0},{log1p:n(7740)})},11367:(t,e,n)=>{"use strict";var i=n(46518),o=Math.log,r=Math.LN2;i({target:"Math",stat:!0},{log2:function(t){return o(t)/r}})},5914:(t,e,n)=>{"use strict";n(46518)({target:"Math",stat:!0},{sign:n(77782)})},78553:(t,e,n)=>{"use strict";var i=n(46518),o=n(79039),r=n(53250),s=Math.abs,a=Math.exp,c=Math.E;i({target:"Math",stat:!0,forced:o((function(){return-2e-17!==Math.sinh(-2e-17)}))},{sinh:function(t){var e=+t;return s(e)<1?(r(e)-r(-e))/2:(a(e-1)-a(-e-1))*(c/2)}})},98690:(t,e,n)=>{"use strict";var i=n(46518),o=n(53250),r=Math.exp;i({target:"Math",stat:!0},{tanh:function(t){var e=+t,n=o(e),i=o(-e);return n===1/0?1:i===1/0?-1:(n-i)/(r(e)+r(-e))}})},60479:(t,e,n)=>{"use strict";n(10687)(Math,"Math",!0)},70761:(t,e,n)=>{"use strict";n(46518)({target:"Math",stat:!0},{trunc:n(80741)})},2892:(t,e,n)=>{"use strict";var i=n(46518),o=n(96395),r=n(43724),s=n(24475),a=n(19167),c=n(79504),l=n(92796),u=n(39297),h=n(23167),d=n(1625),p=n(10757),A=n(72777),f=n(79039),g=n(38480).f,m=n(77347).f,b=n(24913).f,C=n(31240),v=n(43802).trim,x="Number",w=s[x],y=a[x],k=w.prototype,B=s.TypeError,E=c("".slice),_=c("".charCodeAt),I=l(x,!w(" 0o1")||!w("0b1")||w("+0x1")),D=function(t){var e,n=arguments.length<1?0:w(function(t){var e=A(t,"number");return"bigint"==typeof e?e:function(t){var e,n,i,o,r,s,a,c,l=A(t,"number");if(p(l))throw new B("Cannot convert a Symbol value to a number");if("string"==typeof l&&l.length>2)if(l=v(l),43===(e=_(l,0))||45===e){if(88===(n=_(l,2))||120===n)return NaN}else if(48===e){switch(_(l,1)){case 66:case 98:i=2,o=49;break;case 79:case 111:i=8,o=55;break;default:return+l}for(s=(r=E(l,2)).length,a=0;ao)return NaN;return parseInt(r,i)}return+l}(e)}(t));return d(k,e=this)&&f((function(){C(e)}))?h(Object(n),this,D):n};D.prototype=k,I&&!o&&(k.constructor=D),i({global:!0,constructor:!0,wrap:!0,forced:I},{Number:D});var S=function(t,e){for(var n,i=r?g(e):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),o=0;i.length>o;o++)u(e,n=i[o])&&!u(t,n)&&b(t,n,m(e,n))};o&&y&&S(a[x],y),(I||o)&&S(a[x],w)},45374:(t,e,n)=>{"use strict";n(46518)({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{EPSILON:Math.pow(2,-52)})},25428:(t,e,n)=>{"use strict";n(46518)({target:"Number",stat:!0},{isFinite:n(50360)})},32637:(t,e,n)=>{"use strict";n(46518)({target:"Number",stat:!0},{isInteger:n(2087)})},40150:(t,e,n)=>{"use strict";n(46518)({target:"Number",stat:!0},{isNaN:function(t){return t!=t}})},59149:(t,e,n)=>{"use strict";var i=n(46518),o=n(2087),r=Math.abs;i({target:"Number",stat:!0},{isSafeInteger:function(t){return o(t)&&r(t)<=9007199254740991}})},64601:(t,e,n)=>{"use strict";n(46518)({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{MAX_SAFE_INTEGER:9007199254740991})},44435:(t,e,n)=>{"use strict";n(46518)({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{MIN_SAFE_INTEGER:-9007199254740991})},87220:(t,e,n)=>{"use strict";var i=n(46518),o=n(33904);i({target:"Number",stat:!0,forced:Number.parseFloat!==o},{parseFloat:o})},25843:(t,e,n)=>{"use strict";var i=n(46518),o=n(52703);i({target:"Number",stat:!0,forced:Number.parseInt!==o},{parseInt:o})},62337:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(91291),s=n(31240),a=n(72333),c=n(49340),l=n(79039),u=RangeError,h=String,d=isFinite,p=Math.abs,A=Math.floor,f=Math.pow,g=Math.round,m=o(1..toExponential),b=o(a),C=o("".slice),v="-6.9000e-11"===m(-69e-12,4)&&"1.25e+0"===m(1.255,2)&&"1.235e+4"===m(12345,3)&&"3e+1"===m(25,0);i({target:"Number",proto:!0,forced:!v||!(l((function(){m(1,1/0)}))&&l((function(){m(1,-1/0)})))||!!l((function(){m(1/0,1/0),m(NaN,1/0)}))},{toExponential:function(t){var e=s(this);if(void 0===t)return m(e);var n=r(t);if(!d(e))return String(e);if(n<0||n>20)throw new u("Incorrect fraction digits");if(v)return m(e,n);var i="",o="",a=0,l="",x="";if(e<0&&(i="-",e=-e),0===e)a=0,o=b("0",n+1);else{var w=c(e);a=A(w);var y=0,k=f(10,a-n);2*e>=(2*(y=g(e/k))+1)*k&&(y+=1),y>=f(10,n+1)&&(y/=10,a+=1),o=h(y)}return 0!==n&&(o=C(o,0,1)+"."+C(o,1)),0===a?(l="+",x="0"):(l=a>0?"+":"-",x=h(p(a))),i+(o+"e")+l+x}})},9868:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(91291),s=n(31240),a=n(72333),c=n(79039),l=RangeError,u=String,h=Math.floor,d=o(a),p=o("".slice),A=o(1..toFixed),f=function(t,e,n){return 0===e?n:e%2==1?f(t,e-1,n*t):f(t*t,e/2,n)},g=function(t,e,n){for(var i=-1,o=n;++i<6;)o+=e*t[i],t[i]=o%1e7,o=h(o/1e7)},m=function(t,e){for(var n=6,i=0;--n>=0;)i+=t[n],t[n]=h(i/e),i=i%e*1e7},b=function(t){for(var e=6,n="";--e>=0;)if(""!==n||0===e||0!==t[e]){var i=u(t[e]);n=""===n?i:n+d("0",7-i.length)+i}return n};i({target:"Number",proto:!0,forced:c((function(){return"0.000"!==A(8e-5,3)||"1"!==A(.9,0)||"1.25"!==A(1.255,2)||"1000000000000000128"!==A(0xde0b6b3a7640080,0)}))||!c((function(){A({})}))},{toFixed:function(t){var e,n,i,o,a=s(this),c=r(t),h=[0,0,0,0,0,0],A="",C="0";if(c<0||c>20)throw new l("Incorrect fraction digits");if(a!=a)return"NaN";if(a<=-1e21||a>=1e21)return u(a);if(a<0&&(A="-",a=-a),a>1e-21)if(n=(e=function(t){for(var e=0,n=t;n>=4096;)e+=12,n/=4096;for(;n>=2;)e+=1,n/=2;return e}(a*f(2,69,1))-69)<0?a*f(2,-e,1):a/f(2,e,1),n*=4503599627370496,(e=52-e)>0){for(g(h,0,n),i=c;i>=7;)g(h,1e7,0),i-=7;for(g(h,f(10,i,1),0),i=e-1;i>=23;)m(h,1<<23),i-=23;m(h,1<0?A+((o=C.length)<=c?"0."+d("0",c-o)+C:p(C,0,o-c)+"."+p(C,o-c)):A+C}})},80630:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(79039),s=n(31240),a=o(1..toPrecision);i({target:"Number",proto:!0,forced:r((function(){return"1"!==a(1,void 0)}))||!r((function(){a({})}))},{toPrecision:function(t){return void 0===t?a(s(this)):a(s(this),t)}})},69085:(t,e,n)=>{"use strict";var i=n(46518),o=n(44213);i({target:"Object",stat:!0,arity:2,forced:Object.assign!==o},{assign:o})},59904:(t,e,n)=>{"use strict";n(46518)({target:"Object",stat:!0,sham:!n(43724)},{create:n(2360)})},17427:(t,e,n)=>{"use strict";var i=n(46518),o=n(43724),r=n(42551),s=n(79306),a=n(48981),c=n(24913);o&&i({target:"Object",proto:!0,forced:r},{__defineGetter__:function(t,e){c.f(a(this),t,{get:s(e),enumerable:!0,configurable:!0})}})},67945:(t,e,n)=>{"use strict";var i=n(46518),o=n(43724),r=n(96801).f;i({target:"Object",stat:!0,forced:Object.defineProperties!==r,sham:!o},{defineProperties:r})},84185:(t,e,n)=>{"use strict";var i=n(46518),o=n(43724),r=n(24913).f;i({target:"Object",stat:!0,forced:Object.defineProperty!==r,sham:!o},{defineProperty:r})},87607:(t,e,n)=>{"use strict";var i=n(46518),o=n(43724),r=n(42551),s=n(79306),a=n(48981),c=n(24913);o&&i({target:"Object",proto:!0,forced:r},{__defineSetter__:function(t,e){c.f(a(this),t,{set:s(e),enumerable:!0,configurable:!0})}})},5506:(t,e,n)=>{"use strict";var i=n(46518),o=n(32357).entries;i({target:"Object",stat:!0},{entries:function(t){return o(t)}})},52811:(t,e,n)=>{"use strict";var i=n(46518),o=n(92744),r=n(79039),s=n(20034),a=n(3451).onFreeze,c=Object.freeze;i({target:"Object",stat:!0,forced:r((function(){c(1)})),sham:!o},{freeze:function(t){return c&&s(t)?c(a(t)):t}})},53921:(t,e,n)=>{"use strict";var i=n(46518),o=n(72652),r=n(97040);i({target:"Object",stat:!0},{fromEntries:function(t){var e={};return o(t,(function(t,n){r(e,t,n)}),{AS_ENTRIES:!0}),e}})},83851:(t,e,n)=>{"use strict";var i=n(46518),o=n(79039),r=n(25397),s=n(77347).f,a=n(43724);i({target:"Object",stat:!0,forced:!a||o((function(){s(1)})),sham:!a},{getOwnPropertyDescriptor:function(t,e){return s(r(t),e)}})},81278:(t,e,n)=>{"use strict";var i=n(46518),o=n(43724),r=n(35031),s=n(25397),a=n(77347),c=n(97040);i({target:"Object",stat:!0,sham:!o},{getOwnPropertyDescriptors:function(t){for(var e,n,i=s(t),o=a.f,l=r(i),u={},h=0;l.length>h;)void 0!==(n=o(i,e=l[h++]))&&c(u,e,n);return u}})},1480:(t,e,n)=>{"use strict";var i=n(46518),o=n(79039),r=n(10298).f;i({target:"Object",stat:!0,forced:o((function(){return!Object.getOwnPropertyNames(1)}))},{getOwnPropertyNames:r})},49773:(t,e,n)=>{"use strict";var i=n(46518),o=n(4495),r=n(79039),s=n(33717),a=n(48981);i({target:"Object",stat:!0,forced:!o||r((function(){s.f(1)}))},{getOwnPropertySymbols:function(t){var e=s.f;return e?e(a(t)):[]}})},40875:(t,e,n)=>{"use strict";var i=n(46518),o=n(79039),r=n(48981),s=n(42787),a=n(12211);i({target:"Object",stat:!0,forced:o((function(){s(1)})),sham:!a},{getPrototypeOf:function(t){return s(r(t))}})},77691:(t,e,n)=>{"use strict";var i=n(46518),o=n(97751),r=n(79504),s=n(79306),a=n(67750),c=n(56969),l=n(72652),u=n(79039),h=Object.groupBy,d=o("Object","create"),p=r([].push);i({target:"Object",stat:!0,forced:!h||u((function(){return 1!==h("ab",(function(t){return t})).a.length}))},{groupBy:function(t,e){a(t),s(e);var n=d(null),i=0;return l(t,(function(t){var o=c(e(t,i++));o in n?p(n[o],t):n[o]=[t]})),n}})},78347:(t,e,n)=>{"use strict";n(46518)({target:"Object",stat:!0},{hasOwn:n(39297)})},94052:(t,e,n)=>{"use strict";var i=n(46518),o=n(34124);i({target:"Object",stat:!0,forced:Object.isExtensible!==o},{isExtensible:o})},94003:(t,e,n)=>{"use strict";var i=n(46518),o=n(79039),r=n(20034),s=n(44576),a=n(15652),c=Object.isFrozen;i({target:"Object",stat:!0,forced:a||o((function(){c(1)}))},{isFrozen:function(t){return!r(t)||!(!a||"ArrayBuffer"!==s(t))||!!c&&c(t)}})},221:(t,e,n)=>{"use strict";var i=n(46518),o=n(79039),r=n(20034),s=n(44576),a=n(15652),c=Object.isSealed;i({target:"Object",stat:!0,forced:a||o((function(){c(1)}))},{isSealed:function(t){return!r(t)||!(!a||"ArrayBuffer"!==s(t))||!!c&&c(t)}})},29908:(t,e,n)=>{"use strict";n(46518)({target:"Object",stat:!0},{is:n(3470)})},79432:(t,e,n)=>{"use strict";var i=n(46518),o=n(48981),r=n(71072);i({target:"Object",stat:!0,forced:n(79039)((function(){r(1)}))},{keys:function(t){return r(o(t))}})},9220:(t,e,n)=>{"use strict";var i=n(46518),o=n(43724),r=n(42551),s=n(48981),a=n(56969),c=n(42787),l=n(77347).f;o&&i({target:"Object",proto:!0,forced:r},{__lookupGetter__:function(t){var e,n=s(this),i=a(t);do{if(e=l(n,i))return e.get}while(n=c(n))}})},7904:(t,e,n)=>{"use strict";var i=n(46518),o=n(43724),r=n(42551),s=n(48981),a=n(56969),c=n(42787),l=n(77347).f;o&&i({target:"Object",proto:!0,forced:r},{__lookupSetter__:function(t){var e,n=s(this),i=a(t);do{if(e=l(n,i))return e.set}while(n=c(n))}})},16348:(t,e,n)=>{"use strict";var i=n(46518),o=n(20034),r=n(3451).onFreeze,s=n(92744),a=n(79039),c=Object.preventExtensions;i({target:"Object",stat:!0,forced:a((function(){c(1)})),sham:!s},{preventExtensions:function(t){return c&&o(t)?c(r(t)):t}})},63548:(t,e,n)=>{"use strict";var i=n(43724),o=n(62106),r=n(20034),s=n(13925),a=n(48981),c=n(67750),l=Object.getPrototypeOf,u=Object.setPrototypeOf,h=Object.prototype,d="__proto__";if(i&&l&&u&&!(d in h))try{o(h,d,{configurable:!0,get:function(){return l(a(this))},set:function(t){var e=c(this);s(t)&&r(e)&&u(e,t)}})}catch(t){}},93941:(t,e,n)=>{"use strict";var i=n(46518),o=n(20034),r=n(3451).onFreeze,s=n(92744),a=n(79039),c=Object.seal;i({target:"Object",stat:!0,forced:a((function(){c(1)})),sham:!s},{seal:function(t){return c&&o(t)?c(r(t)):t}})},10287:(t,e,n)=>{"use strict";n(46518)({target:"Object",stat:!0},{setPrototypeOf:n(52967)})},26099:(t,e,n)=>{"use strict";var i=n(92140),o=n(36840),r=n(53179);i||o(Object.prototype,"toString",r,{unsafe:!0})},16034:(t,e,n)=>{"use strict";var i=n(46518),o=n(32357).values;i({target:"Object",stat:!0},{values:function(t){return o(t)}})},78459:(t,e,n)=>{"use strict";var i=n(46518),o=n(33904);i({global:!0,forced:parseFloat!==o},{parseFloat:o})},58940:(t,e,n)=>{"use strict";var i=n(46518),o=n(52703);i({global:!0,forced:parseInt!==o},{parseInt:o})},96167:(t,e,n)=>{"use strict";var i=n(46518),o=n(69565),r=n(79306),s=n(36043),a=n(1103),c=n(72652);i({target:"Promise",stat:!0,forced:n(90537)},{allSettled:function(t){var e=this,n=s.f(e),i=n.resolve,l=n.reject,u=a((function(){var n=r(e.resolve),s=[],a=0,l=1;c(t,(function(t){var r=a++,c=!1;l++,o(n,e,t).then((function(t){c||(c=!0,s[r]={status:"fulfilled",value:t},--l||i(s))}),(function(t){c||(c=!0,s[r]={status:"rejected",reason:t},--l||i(s))}))})),--l||i(s)}));return u.error&&l(u.value),n.promise}})},16499:(t,e,n)=>{"use strict";var i=n(46518),o=n(69565),r=n(79306),s=n(36043),a=n(1103),c=n(72652);i({target:"Promise",stat:!0,forced:n(90537)},{all:function(t){var e=this,n=s.f(e),i=n.resolve,l=n.reject,u=a((function(){var n=r(e.resolve),s=[],a=0,u=1;c(t,(function(t){var r=a++,c=!1;u++,o(n,e,t).then((function(t){c||(c=!0,s[r]=t,--u||i(s))}),l)})),--u||i(s)}));return u.error&&l(u.value),n.promise}})},93518:(t,e,n)=>{"use strict";var i=n(46518),o=n(69565),r=n(79306),s=n(97751),a=n(36043),c=n(1103),l=n(72652),u=n(90537),h="No one promise resolved";i({target:"Promise",stat:!0,forced:u},{any:function(t){var e=this,n=s("AggregateError"),i=a.f(e),u=i.resolve,d=i.reject,p=c((function(){var i=r(e.resolve),s=[],a=0,c=1,p=!1;l(t,(function(t){var r=a++,l=!1;c++,o(i,e,t).then((function(t){l||p||(p=!0,u(t))}),(function(t){l||p||(l=!0,s[r]=t,--c||d(new n(s,h)))}))})),--c||d(new n(s,h))}));return p.error&&d(p.value),i.promise}})},82003:(t,e,n)=>{"use strict";var i=n(46518),o=n(96395),r=n(10916).CONSTRUCTOR,s=n(80550),a=n(97751),c=n(94901),l=n(36840),u=s&&s.prototype;if(i({target:"Promise",proto:!0,forced:r,real:!0},{catch:function(t){return this.then(void 0,t)}}),!o&&c(s)){var h=a("Promise").prototype.catch;u.catch!==h&&l(u,"catch",h,{unsafe:!0})}},10436:(t,e,n)=>{"use strict";var i,o,r,s=n(46518),a=n(96395),c=n(19088),l=n(24475),u=n(69565),h=n(36840),d=n(52967),p=n(10687),A=n(87633),f=n(79306),g=n(94901),m=n(20034),b=n(90679),C=n(2293),v=n(59225).set,x=n(91955),w=n(90757),y=n(1103),k=n(18265),B=n(91181),E=n(80550),_=n(10916),I=n(36043),D="Promise",S=_.CONSTRUCTOR,T=_.REJECTION_EVENT,O=_.SUBCLASSING,M=B.getterFor(D),P=B.set,R=E&&E.prototype,N=E,H=R,z=l.TypeError,L=l.document,F=l.process,j=I.f,U=j,W=!!(L&&L.createEvent&&l.dispatchEvent),Y="unhandledrejection",q=function(t){var e;return!(!m(t)||!g(e=t.then))&&e},Q=function(t,e){var n,i,o,r=e.value,s=1===e.state,a=s?t.ok:t.fail,c=t.resolve,l=t.reject,h=t.domain;try{a?(s||(2===e.rejection&&J(e),e.rejection=1),!0===a?n=r:(h&&h.enter(),n=a(r),h&&(h.exit(),o=!0)),n===t.promise?l(new z("Promise-chain cycle")):(i=q(n))?u(i,n,c,l):c(n)):l(r)}catch(t){h&&!o&&h.exit(),l(t)}},G=function(t,e){t.notified||(t.notified=!0,x((function(){for(var n,i=t.reactions;n=i.get();)Q(n,t);t.notified=!1,e&&!t.rejection&&V(t)})))},X=function(t,e,n){var i,o;W?((i=L.createEvent("Event")).promise=e,i.reason=n,i.initEvent(t,!1,!0),l.dispatchEvent(i)):i={promise:e,reason:n},!T&&(o=l["on"+t])?o(i):t===Y&&w("Unhandled promise rejection",n)},V=function(t){u(v,l,(function(){var e,n=t.facade,i=t.value;if(K(t)&&(e=y((function(){c?F.emit("unhandledRejection",i,n):X(Y,n,i)})),t.rejection=c||K(t)?2:1,e.error))throw e.value}))},K=function(t){return 1!==t.rejection&&!t.parent},J=function(t){u(v,l,(function(){var e=t.facade;c?F.emit("rejectionHandled",e):X("rejectionhandled",e,t.value)}))},Z=function(t,e,n){return function(i){t(e,i,n)}},$=function(t,e,n){t.done||(t.done=!0,n&&(t=n),t.value=e,t.state=2,G(t,!0))},tt=function(t,e,n){if(!t.done){t.done=!0,n&&(t=n);try{if(t.facade===e)throw new z("Promise can't be resolved itself");var i=q(e);i?x((function(){var n={done:!1};try{u(i,e,Z(tt,n,t),Z($,n,t))}catch(e){$(n,e,t)}})):(t.value=e,t.state=1,G(t,!1))}catch(e){$({done:!1},e,t)}}};if(S&&(H=(N=function(t){b(this,H),f(t),u(i,this);var e=M(this);try{t(Z(tt,e),Z($,e))}catch(t){$(e,t)}}).prototype,(i=function(t){P(this,{type:D,done:!1,notified:!1,parent:!1,reactions:new k,rejection:!1,state:0,value:void 0})}).prototype=h(H,"then",(function(t,e){var n=M(this),i=j(C(this,N));return n.parent=!0,i.ok=!g(t)||t,i.fail=g(e)&&e,i.domain=c?F.domain:void 0,0===n.state?n.reactions.add(i):x((function(){Q(i,n)})),i.promise})),o=function(){var t=new i,e=M(t);this.promise=t,this.resolve=Z(tt,e),this.reject=Z($,e)},I.f=j=function(t){return t===N||void 0===t?new o(t):U(t)},!a&&g(E)&&R!==Object.prototype)){r=R.then,O||h(R,"then",(function(t,e){var n=this;return new N((function(t,e){u(r,n,t,e)})).then(t,e)}),{unsafe:!0});try{delete R.constructor}catch(t){}d&&d(R,H)}s({global:!0,constructor:!0,wrap:!0,forced:S},{Promise:N}),p(N,D,!1,!0),A(D)},9391:(t,e,n)=>{"use strict";var i=n(46518),o=n(96395),r=n(80550),s=n(79039),a=n(97751),c=n(94901),l=n(2293),u=n(93438),h=n(36840),d=r&&r.prototype;if(i({target:"Promise",proto:!0,real:!0,forced:!!r&&s((function(){d.finally.call({then:function(){}},(function(){}))}))},{finally:function(t){var e=l(this,a("Promise")),n=c(t);return this.then(n?function(n){return u(e,t()).then((function(){return n}))}:t,n?function(n){return u(e,t()).then((function(){throw n}))}:t)}}),!o&&c(r)){var p=a("Promise").prototype.finally;d.finally!==p&&h(d,"finally",p,{unsafe:!0})}},3362:(t,e,n)=>{"use strict";n(10436),n(16499),n(82003),n(7743),n(51481),n(40280)},7743:(t,e,n)=>{"use strict";var i=n(46518),o=n(69565),r=n(79306),s=n(36043),a=n(1103),c=n(72652);i({target:"Promise",stat:!0,forced:n(90537)},{race:function(t){var e=this,n=s.f(e),i=n.reject,l=a((function(){var s=r(e.resolve);c(t,(function(t){o(s,e,t).then(n.resolve,i)}))}));return l.error&&i(l.value),n.promise}})},51481:(t,e,n)=>{"use strict";var i=n(46518),o=n(36043);i({target:"Promise",stat:!0,forced:n(10916).CONSTRUCTOR},{reject:function(t){var e=o.f(this);return(0,e.reject)(t),e.promise}})},40280:(t,e,n)=>{"use strict";var i=n(46518),o=n(97751),r=n(96395),s=n(80550),a=n(10916).CONSTRUCTOR,c=n(93438),l=o("Promise"),u=r&&!a;i({target:"Promise",stat:!0,forced:r||a},{resolve:function(t){return c(u&&this===l?s:this,t)}})},14628:(t,e,n)=>{"use strict";var i=n(46518),o=n(36043);i({target:"Promise",stat:!0},{withResolvers:function(){var t=o.f(this);return{promise:t.promise,resolve:t.resolve,reject:t.reject}}})},39796:(t,e,n)=>{"use strict";var i=n(46518),o=n(18745),r=n(79306),s=n(28551);i({target:"Reflect",stat:!0,forced:!n(79039)((function(){Reflect.apply((function(){}))}))},{apply:function(t,e,n){return o(r(t),e,s(n))}})},60825:(t,e,n)=>{"use strict";var i=n(46518),o=n(97751),r=n(18745),s=n(30566),a=n(35548),c=n(28551),l=n(20034),u=n(2360),h=n(79039),d=o("Reflect","construct"),p=Object.prototype,A=[].push,f=h((function(){function t(){}return!(d((function(){}),[],t)instanceof t)})),g=!h((function(){d((function(){}))})),m=f||g;i({target:"Reflect",stat:!0,forced:m,sham:m},{construct:function(t,e){a(t),c(e);var n=arguments.length<3?t:a(arguments[2]);if(g&&!f)return d(t,e,n);if(t===n){switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3])}var i=[null];return r(A,i,e),new(r(s,t,i))}var o=n.prototype,h=u(l(o)?o:p),m=r(t,h,e);return l(m)?m:h}})},87411:(t,e,n)=>{"use strict";var i=n(46518),o=n(43724),r=n(28551),s=n(56969),a=n(24913);i({target:"Reflect",stat:!0,forced:n(79039)((function(){Reflect.defineProperty(a.f({},1,{value:1}),1,{value:2})})),sham:!o},{defineProperty:function(t,e,n){r(t);var i=s(e);r(n);try{return a.f(t,i,n),!0}catch(t){return!1}}})},21211:(t,e,n)=>{"use strict";var i=n(46518),o=n(28551),r=n(77347).f;i({target:"Reflect",stat:!0},{deleteProperty:function(t,e){var n=r(o(t),e);return!(n&&!n.configurable)&&delete t[e]}})},9065:(t,e,n)=>{"use strict";var i=n(46518),o=n(43724),r=n(28551),s=n(77347);i({target:"Reflect",stat:!0,sham:!o},{getOwnPropertyDescriptor:function(t,e){return s.f(r(t),e)}})},86565:(t,e,n)=>{"use strict";var i=n(46518),o=n(28551),r=n(42787);i({target:"Reflect",stat:!0,sham:!n(12211)},{getPrototypeOf:function(t){return r(o(t))}})},40888:(t,e,n)=>{"use strict";var i=n(46518),o=n(69565),r=n(20034),s=n(28551),a=n(16575),c=n(77347),l=n(42787);i({target:"Reflect",stat:!0},{get:function t(e,n){var i,u,h=arguments.length<3?e:arguments[2];return s(e)===h?e[n]:(i=c.f(e,n))?a(i)?i.value:void 0===i.get?void 0:o(i.get,h):r(u=l(e))?t(u,n,h):void 0}})},32812:(t,e,n)=>{"use strict";n(46518)({target:"Reflect",stat:!0},{has:function(t,e){return e in t}})},84634:(t,e,n)=>{"use strict";var i=n(46518),o=n(28551),r=n(34124);i({target:"Reflect",stat:!0},{isExtensible:function(t){return o(t),r(t)}})},71137:(t,e,n)=>{"use strict";n(46518)({target:"Reflect",stat:!0},{ownKeys:n(35031)})},30985:(t,e,n)=>{"use strict";var i=n(46518),o=n(97751),r=n(28551);i({target:"Reflect",stat:!0,sham:!n(92744)},{preventExtensions:function(t){r(t);try{var e=o("Object","preventExtensions");return e&&e(t),!0}catch(t){return!1}}})},34873:(t,e,n)=>{"use strict";var i=n(46518),o=n(28551),r=n(73506),s=n(52967);s&&i({target:"Reflect",stat:!0},{setPrototypeOf:function(t,e){o(t),r(e);try{return s(t,e),!0}catch(t){return!1}}})},34268:(t,e,n)=>{"use strict";var i=n(46518),o=n(69565),r=n(28551),s=n(20034),a=n(16575),c=n(79039),l=n(24913),u=n(77347),h=n(42787),d=n(6980);i({target:"Reflect",stat:!0,forced:c((function(){var t=function(){},e=l.f(new t,"a",{configurable:!0});return!1!==Reflect.set(t.prototype,"a",1,e)}))},{set:function t(e,n,i){var c,p,A,f=arguments.length<4?e:arguments[3],g=u.f(r(e),n);if(!g){if(s(p=h(e)))return t(p,n,i,f);g=d(0)}if(a(g)){if(!1===g.writable||!s(f))return!1;if(c=u.f(f,n)){if(c.get||c.set||!1===c.writable)return!1;c.value=i,l.f(f,n,c)}else l.f(f,n,d(0,i))}else{if(void 0===(A=g.set))return!1;o(A,f,i)}return!0}})},15472:(t,e,n)=>{"use strict";var i=n(46518),o=n(24475),r=n(10687);i({global:!0},{Reflect:{}}),r(o.Reflect,"Reflect",!0)},84864:(t,e,n)=>{"use strict";var i=n(43724),o=n(24475),r=n(79504),s=n(92796),a=n(23167),c=n(66699),l=n(2360),u=n(38480).f,h=n(1625),d=n(60788),p=n(655),A=n(61034),f=n(58429),g=n(11056),m=n(36840),b=n(79039),C=n(39297),v=n(91181).enforce,x=n(87633),w=n(78227),y=n(83635),k=n(18814),B=w("match"),E=o.RegExp,_=E.prototype,I=o.SyntaxError,D=r(_.exec),S=r("".charAt),T=r("".replace),O=r("".indexOf),M=r("".slice),P=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,R=/a/g,N=/a/g,H=new E(R)!==R,z=f.MISSED_STICKY,L=f.UNSUPPORTED_Y;if(s("RegExp",i&&(!H||z||y||k||b((function(){return N[B]=!1,E(R)!==R||E(N)===N||"/a/i"!==String(E(R,"i"))}))))){for(var F=function(t,e){var n,i,o,r,s,u,f=h(_,this),g=d(t),m=void 0===e,b=[],x=t;if(!f&&g&&m&&t.constructor===F)return t;if((g||h(_,t))&&(t=t.source,m&&(e=A(x))),t=void 0===t?"":p(t),e=void 0===e?"":p(e),x=t,y&&"dotAll"in R&&(i=!!e&&O(e,"s")>-1)&&(e=T(e,/s/g,"")),n=e,z&&"sticky"in R&&(o=!!e&&O(e,"y")>-1)&&L&&(e=T(e,/y/g,"")),k&&(r=function(t){for(var e,n=t.length,i=0,o="",r=[],s=l(null),a=!1,c=!1,u=0,h="";i<=n;i++){if("\\"===(e=S(t,i)))e+=S(t,++i);else if("]"===e)a=!1;else if(!a)switch(!0){case"["===e:a=!0;break;case"("===e:D(P,M(t,i+1))&&(i+=2,c=!0),o+=e,u++;continue;case">"===e&&c:if(""===h||C(s,h))throw new I("Invalid capture group name");s[h]=!0,r[r.length]=[h,u],c=!1,h="";continue}c?h+=e:o+=e}return[o,r]}(t),t=r[0],b=r[1]),s=a(E(t,e),f?this:_,F),(i||o||b.length)&&(u=v(s),i&&(u.dotAll=!0,u.raw=F(function(t){for(var e,n=t.length,i=0,o="",r=!1;i<=n;i++)"\\"!==(e=S(t,i))?r||"."!==e?("["===e?r=!0:"]"===e&&(r=!1),o+=e):o+="[\\s\\S]":o+=e+S(t,++i);return o}(t),n)),o&&(u.sticky=!0),b.length&&(u.groups=b)),t!==x)try{c(s,"source",""===x?"(?:)":x)}catch(t){}return s},j=u(E),U=0;j.length>U;)g(F,E,j[U++]);_.constructor=F,F.prototype=_,m(o,"RegExp",F,{constructor:!0})}x("RegExp")},57465:(t,e,n)=>{"use strict";var i=n(43724),o=n(83635),r=n(44576),s=n(62106),a=n(91181).get,c=RegExp.prototype,l=TypeError;i&&o&&s(c,"dotAll",{configurable:!0,get:function(){if(this!==c){if("RegExp"===r(this))return!!a(this).dotAll;throw new l("Incompatible receiver, RegExp required")}}})},69479:(t,e,n)=>{"use strict";var i=n(24475),o=n(43724),r=n(62106),s=n(67979),a=n(79039),c=i.RegExp,l=c.prototype;o&&a((function(){var t=!0;try{c(".","d")}catch(e){t=!1}var e={},n="",i=t?"dgimsy":"gimsy",o=function(t,i){Object.defineProperty(e,t,{get:function(){return n+=i,!0}})},r={dotAll:"s",global:"g",ignoreCase:"i",multiline:"m",sticky:"y"};for(var s in t&&(r.hasIndices="d"),r)o(s,r[s]);return Object.getOwnPropertyDescriptor(l,"flags").get.call(e)!==i||n!==i}))&&r(l,"flags",{configurable:!0,get:s})},87745:(t,e,n)=>{"use strict";var i=n(43724),o=n(58429).MISSED_STICKY,r=n(44576),s=n(62106),a=n(91181).get,c=RegExp.prototype,l=TypeError;i&&o&&s(c,"sticky",{configurable:!0,get:function(){if(this!==c){if("RegExp"===r(this))return!!a(this).sticky;throw new l("Incompatible receiver, RegExp required")}}})},90906:(t,e,n)=>{"use strict";n(27495);var i,o,r=n(46518),s=n(69565),a=n(94901),c=n(28551),l=n(655),u=(i=!1,(o=/[ac]/).exec=function(){return i=!0,/./.exec.apply(this,arguments)},!0===o.test("abc")&&i),h=/./.test;r({target:"RegExp",proto:!0,forced:!u},{test:function(t){var e=c(this),n=l(t),i=e.exec;if(!a(i))return s(h,e,n);var o=s(i,e,n);return null!==o&&(c(o),!0)}})},38781:(t,e,n)=>{"use strict";var i=n(10350).PROPER,o=n(36840),r=n(28551),s=n(655),a=n(79039),c=n(61034),l="toString",u=RegExp.prototype,h=u[l],d=a((function(){return"/a/b"!==h.call({source:"a",flags:"b"})})),p=i&&h.name!==l;(d||p)&&o(u,l,(function(){var t=r(this);return"/"+s(t.source)+"/"+s(c(t))}),{unsafe:!0})},92405:(t,e,n)=>{"use strict";n(16468)("Set",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),n(86938))},17642:(t,e,n)=>{"use strict";var i=n(46518),o=n(83440);i({target:"Set",proto:!0,real:!0,forced:!n(84916)("difference")},{difference:o})},58004:(t,e,n)=>{"use strict";var i=n(46518),o=n(79039),r=n(68750);i({target:"Set",proto:!0,real:!0,forced:!n(84916)("intersection")||o((function(){return"3,2"!==String(Array.from(new Set([1,2,3]).intersection(new Set([3,2]))))}))},{intersection:r})},33853:(t,e,n)=>{"use strict";var i=n(46518),o=n(64449);i({target:"Set",proto:!0,real:!0,forced:!n(84916)("isDisjointFrom")},{isDisjointFrom:o})},45876:(t,e,n)=>{"use strict";var i=n(46518),o=n(53838);i({target:"Set",proto:!0,real:!0,forced:!n(84916)("isSubsetOf")},{isSubsetOf:o})},32475:(t,e,n)=>{"use strict";var i=n(46518),o=n(28527);i({target:"Set",proto:!0,real:!0,forced:!n(84916)("isSupersetOf")},{isSupersetOf:o})},31415:(t,e,n)=>{"use strict";n(92405)},15024:(t,e,n)=>{"use strict";var i=n(46518),o=n(83650);i({target:"Set",proto:!0,real:!0,forced:!n(84916)("symmetricDifference")},{symmetricDifference:o})},31698:(t,e,n)=>{"use strict";var i=n(46518),o=n(44204);i({target:"Set",proto:!0,real:!0,forced:!n(84916)("union")},{union:o})},89907:(t,e,n)=>{"use strict";var i=n(46518),o=n(77240);i({target:"String",proto:!0,forced:n(23061)("anchor")},{anchor:function(t){return o(this,"a","name",t)}})},67357:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(67750),s=n(91291),a=n(655),c=n(79039),l=o("".charAt);i({target:"String",proto:!0,forced:c((function(){return"\ud842"!=="𠮷".at(-2)}))},{at:function(t){var e=a(r(this)),n=e.length,i=s(t),o=i>=0?i:n+i;return o<0||o>=n?void 0:l(e,o)}})},11898:(t,e,n)=>{"use strict";var i=n(46518),o=n(77240);i({target:"String",proto:!0,forced:n(23061)("big")},{big:function(){return o(this,"big","","")}})},35490:(t,e,n)=>{"use strict";var i=n(46518),o=n(77240);i({target:"String",proto:!0,forced:n(23061)("blink")},{blink:function(){return o(this,"blink","","")}})},5745:(t,e,n)=>{"use strict";var i=n(46518),o=n(77240);i({target:"String",proto:!0,forced:n(23061)("bold")},{bold:function(){return o(this,"b","","")}})},23860:(t,e,n)=>{"use strict";var i=n(46518),o=n(68183).codeAt;i({target:"String",proto:!0},{codePointAt:function(t){return o(this,t)}})},21830:(t,e,n)=>{"use strict";var i,o=n(46518),r=n(27476),s=n(77347).f,a=n(18014),c=n(655),l=n(60511),u=n(67750),h=n(41436),d=n(96395),p=r("".slice),A=Math.min,f=h("endsWith");o({target:"String",proto:!0,forced:!(!d&&!f&&(i=s(String.prototype,"endsWith"),i&&!i.writable)||f)},{endsWith:function(t){var e=c(u(this));l(t);var n=arguments.length>1?arguments[1]:void 0,i=e.length,o=void 0===n?i:A(a(n),i),r=c(t);return p(e,o-r.length,o)===r}})},94298:(t,e,n)=>{"use strict";var i=n(46518),o=n(77240);i({target:"String",proto:!0,forced:n(23061)("fixed")},{fixed:function(){return o(this,"tt","","")}})},60268:(t,e,n)=>{"use strict";var i=n(46518),o=n(77240);i({target:"String",proto:!0,forced:n(23061)("fontcolor")},{fontcolor:function(t){return o(this,"font","color",t)}})},69546:(t,e,n)=>{"use strict";var i=n(46518),o=n(77240);i({target:"String",proto:!0,forced:n(23061)("fontsize")},{fontsize:function(t){return o(this,"font","size",t)}})},27337:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(35610),s=RangeError,a=String.fromCharCode,c=String.fromCodePoint,l=o([].join);i({target:"String",stat:!0,arity:1,forced:!!c&&1!==c.length},{fromCodePoint:function(t){for(var e,n=[],i=arguments.length,o=0;i>o;){if(e=+arguments[o++],r(e,1114111)!==e)throw new s(e+" is not a valid code point");n[o]=e<65536?a(e):a(55296+((e-=65536)>>10),e%1024+56320)}return l(n,"")}})},21699:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(60511),s=n(67750),a=n(655),c=n(41436),l=o("".indexOf);i({target:"String",proto:!0,forced:!c("includes")},{includes:function(t){return!!~l(a(s(this)),a(r(t)),arguments.length>1?arguments[1]:void 0)}})},42043:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(67750),s=n(655),a=o("".charCodeAt);i({target:"String",proto:!0},{isWellFormed:function(){for(var t=s(r(this)),e=t.length,n=0;n=56320||++n>=e||56320!=(64512&a(t,n))))return!1}return!0}})},20781:(t,e,n)=>{"use strict";var i=n(46518),o=n(77240);i({target:"String",proto:!0,forced:n(23061)("italics")},{italics:function(){return o(this,"i","","")}})},47764:(t,e,n)=>{"use strict";var i=n(68183).charAt,o=n(655),r=n(91181),s=n(51088),a=n(62529),c="String Iterator",l=r.set,u=r.getterFor(c);s(String,"String",(function(t){l(this,{type:c,string:o(t),index:0})}),(function(){var t,e=u(this),n=e.string,o=e.index;return o>=n.length?a(void 0,!0):(t=i(n,o),e.index+=t.length,a(t,!1))}))},50778:(t,e,n)=>{"use strict";var i=n(46518),o=n(77240);i({target:"String",proto:!0,forced:n(23061)("link")},{link:function(t){return o(this,"a","href",t)}})},28543:(t,e,n)=>{"use strict";var i=n(46518),o=n(69565),r=n(27476),s=n(33994),a=n(62529),c=n(67750),l=n(18014),u=n(655),h=n(28551),d=n(64117),p=n(44576),A=n(60788),f=n(61034),g=n(55966),m=n(36840),b=n(79039),C=n(78227),v=n(2293),x=n(57829),w=n(56682),y=n(91181),k=n(96395),B=C("matchAll"),E="RegExp String",_=E+" Iterator",I=y.set,D=y.getterFor(_),S=RegExp.prototype,T=TypeError,O=r("".indexOf),M=r("".matchAll),P=!!M&&!b((function(){M("a",/./)})),R=s((function(t,e,n,i){I(this,{type:_,regexp:t,string:e,global:n,unicode:i,done:!1})}),E,(function(){var t=D(this);if(t.done)return a(void 0,!0);var e=t.regexp,n=t.string,i=w(e,n);return null===i?(t.done=!0,a(void 0,!0)):t.global?(""===u(i[0])&&(e.lastIndex=x(n,l(e.lastIndex),t.unicode)),a(i,!1)):(t.done=!0,a(i,!1))})),N=function(t){var e,n,i,o=h(this),r=u(t),s=v(o,RegExp),a=u(f(o));return e=new s(s===RegExp?o.source:o,a),n=!!~O(a,"g"),i=!!~O(a,"u"),e.lastIndex=l(o.lastIndex),new R(e,r,n,i)};i({target:"String",proto:!0,forced:P},{matchAll:function(t){var e,n,i,r,s=c(this);if(d(t)){if(P)return M(s,t)}else{if(A(t)&&(e=u(c(f(t))),!~O(e,"g")))throw new T("`.matchAll` does not allow non-global regexes");if(P)return M(s,t);if(void 0===(i=g(t,B))&&k&&"RegExp"===p(t)&&(i=N),i)return o(i,t,s)}return n=u(s),r=new RegExp(t,"g"),k?o(N,r,n):r[B](n)}}),k||B in S||m(S,B,N)},71761:(t,e,n)=>{"use strict";var i=n(69565),o=n(89228),r=n(28551),s=n(64117),a=n(18014),c=n(655),l=n(67750),u=n(55966),h=n(57829),d=n(56682);o("match",(function(t,e,n){return[function(e){var n=l(this),o=s(e)?void 0:u(e,t);return o?i(o,e,n):new RegExp(e)[t](c(n))},function(t){var i=r(this),o=c(t),s=n(e,i,o);if(s.done)return s.value;if(!i.global)return d(i,o);var l=i.unicode;i.lastIndex=0;for(var u,p=[],A=0;null!==(u=d(i,o));){var f=c(u[0]);p[A]=f,""===f&&(i.lastIndex=h(o,a(i.lastIndex),l)),A++}return 0===A?null:p}]}))},35701:(t,e,n)=>{"use strict";var i=n(46518),o=n(60533).end;i({target:"String",proto:!0,forced:n(83063)},{padEnd:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},68156:(t,e,n)=>{"use strict";var i=n(46518),o=n(60533).start;i({target:"String",proto:!0,forced:n(83063)},{padStart:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},85906:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(25397),s=n(48981),a=n(655),c=n(26198),l=o([].push),u=o([].join);i({target:"String",stat:!0},{raw:function(t){var e=r(s(t).raw),n=c(e);if(!n)return"";for(var i=arguments.length,o=[],h=0;;){if(l(o,a(e[h++])),h===n)return u(o,"");h{"use strict";n(46518)({target:"String",proto:!0},{repeat:n(72333)})},79978:(t,e,n)=>{"use strict";var i=n(46518),o=n(69565),r=n(79504),s=n(67750),a=n(94901),c=n(64117),l=n(60788),u=n(655),h=n(55966),d=n(61034),p=n(2478),A=n(78227),f=n(96395),g=A("replace"),m=TypeError,b=r("".indexOf),C=r("".replace),v=r("".slice),x=Math.max;i({target:"String",proto:!0},{replaceAll:function(t,e){var n,i,r,A,w,y,k,B,E,_=s(this),I=0,D=0,S="";if(!c(t)){if((n=l(t))&&(i=u(s(d(t))),!~b(i,"g")))throw new m("`.replaceAll` does not allow non-global regexes");if(r=h(t,g))return o(r,t,_,e);if(f&&n)return C(u(_),t,e)}for(A=u(_),w=u(t),(y=a(e))||(e=u(e)),k=w.length,B=x(1,k),I=b(A,w);-1!==I;)E=y?u(e(w,I,A)):p(w,A,I,[],void 0,e),S+=v(A,D,I)+E,D=I+k,I=I+B>A.length?-1:b(A,w,I+B);return D{"use strict";var i=n(69565),o=n(89228),r=n(28551),s=n(64117),a=n(67750),c=n(3470),l=n(655),u=n(55966),h=n(56682);o("search",(function(t,e,n){return[function(e){var n=a(this),o=s(e)?void 0:u(e,t);return o?i(o,e,n):new RegExp(e)[t](l(n))},function(t){var i=r(this),o=l(t),s=n(e,i,o);if(s.done)return s.value;var a=i.lastIndex;c(a,0)||(i.lastIndex=0);var u=h(i,o);return c(i.lastIndex,a)||(i.lastIndex=a),null===u?-1:u.index}]}))},89195:(t,e,n)=>{"use strict";var i=n(46518),o=n(77240);i({target:"String",proto:!0,forced:n(23061)("small")},{small:function(){return o(this,"small","","")}})},90744:(t,e,n)=>{"use strict";var i=n(69565),o=n(79504),r=n(89228),s=n(28551),a=n(64117),c=n(67750),l=n(2293),u=n(57829),h=n(18014),d=n(655),p=n(55966),A=n(56682),f=n(58429),g=n(79039),m=f.UNSUPPORTED_Y,b=Math.min,C=o([].push),v=o("".slice),x=!g((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var n="ab".split(t);return 2!==n.length||"a"!==n[0]||"b"!==n[1]})),w="c"==="abbc".split(/(b)*/)[1]||4!=="test".split(/(?:)/,-1).length||2!=="ab".split(/(?:ab)*/).length||4!==".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length;r("split",(function(t,e,n){var o="0".split(void 0,0).length?function(t,n){return void 0===t&&0===n?[]:i(e,this,t,n)}:e;return[function(e,n){var r=c(this),s=a(e)?void 0:p(e,t);return s?i(s,e,r,n):i(o,d(r),e,n)},function(t,i){var r=s(this),a=d(t);if(!w){var c=n(o,r,a,i,o!==e);if(c.done)return c.value}var p=l(r,RegExp),f=r.unicode,g=(r.ignoreCase?"i":"")+(r.multiline?"m":"")+(r.unicode?"u":"")+(m?"g":"y"),x=new p(m?"^(?:"+r.source+")":r,g),y=void 0===i?4294967295:i>>>0;if(0===y)return[];if(0===a.length)return null===A(x,a)?[a]:[];for(var k=0,B=0,E=[];B{"use strict";var i,o=n(46518),r=n(27476),s=n(77347).f,a=n(18014),c=n(655),l=n(60511),u=n(67750),h=n(41436),d=n(96395),p=r("".slice),A=Math.min,f=h("startsWith");o({target:"String",proto:!0,forced:!(!d&&!f&&(i=s(String.prototype,"startsWith"),i&&!i.writable)||f)},{startsWith:function(t){var e=c(u(this));l(t);var n=a(A(arguments.length>1?arguments[1]:void 0,e.length)),i=c(t);return p(e,n,n+i.length)===i}})},46276:(t,e,n)=>{"use strict";var i=n(46518),o=n(77240);i({target:"String",proto:!0,forced:n(23061)("strike")},{strike:function(){return o(this,"strike","","")}})},48718:(t,e,n)=>{"use strict";var i=n(46518),o=n(77240);i({target:"String",proto:!0,forced:n(23061)("sub")},{sub:function(){return o(this,"sub","","")}})},50375:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(67750),s=n(91291),a=n(655),c=o("".slice),l=Math.max,u=Math.min;i({target:"String",proto:!0,forced:!"".substr||"b"!=="ab".substr(-1)},{substr:function(t,e){var n,i,o=a(r(this)),h=o.length,d=s(t);return d===1/0&&(d=0),d<0&&(d=l(h+d,0)),(n=void 0===e?h:s(e))<=0||n===1/0||d>=(i=u(d+n,h))?"":c(o,d,i)}})},16308:(t,e,n)=>{"use strict";var i=n(46518),o=n(77240);i({target:"String",proto:!0,forced:n(23061)("sup")},{sup:function(){return o(this,"sup","","")}})},67438:(t,e,n)=>{"use strict";var i=n(46518),o=n(69565),r=n(79504),s=n(67750),a=n(655),c=n(79039),l=Array,u=r("".charAt),h=r("".charCodeAt),d=r([].join),p="".toWellFormed,A=p&&c((function(){return"1"!==o(p,1)}));i({target:"String",proto:!0,forced:A},{toWellFormed:function(){var t=a(s(this));if(A)return o(p,t);for(var e=t.length,n=l(e),i=0;i=56320||i+1>=e||56320!=(64512&h(t,i+1))?n[i]="�":(n[i]=u(t,i),n[++i]=u(t,i))}return d(n,"")}})},39202:(t,e,n)=>{"use strict";n(33313);var i=n(46518),o=n(18866);i({target:"String",proto:!0,name:"trimEnd",forced:"".trimEnd!==o},{trimEnd:o})},58934:(t,e,n)=>{"use strict";var i=n(46518),o=n(53487);i({target:"String",proto:!0,name:"trimStart",forced:"".trimLeft!==o},{trimLeft:o})},33313:(t,e,n)=>{"use strict";var i=n(46518),o=n(18866);i({target:"String",proto:!0,name:"trimEnd",forced:"".trimRight!==o},{trimRight:o})},43359:(t,e,n)=>{"use strict";n(58934);var i=n(46518),o=n(53487);i({target:"String",proto:!0,name:"trimStart",forced:"".trimStart!==o},{trimStart:o})},42762:(t,e,n)=>{"use strict";var i=n(46518),o=n(43802).trim;i({target:"String",proto:!0,forced:n(60706)("trim")},{trim:function(){return o(this)}})},66412:(t,e,n)=>{"use strict";n(70511)("asyncIterator")},6761:(t,e,n)=>{"use strict";var i=n(46518),o=n(24475),r=n(69565),s=n(79504),a=n(96395),c=n(43724),l=n(4495),u=n(79039),h=n(39297),d=n(1625),p=n(28551),A=n(25397),f=n(56969),g=n(655),m=n(6980),b=n(2360),C=n(71072),v=n(38480),x=n(10298),w=n(33717),y=n(77347),k=n(24913),B=n(96801),E=n(48773),_=n(36840),I=n(62106),D=n(25745),S=n(66119),T=n(30421),O=n(33392),M=n(78227),P=n(1951),R=n(70511),N=n(58242),H=n(10687),z=n(91181),L=n(81594).forEach,F=S("hidden"),j="Symbol",U="prototype",W=z.set,Y=z.getterFor(j),q=Object[U],Q=o.Symbol,G=Q&&Q[U],X=o.RangeError,V=o.TypeError,K=o.QObject,J=y.f,Z=k.f,$=x.f,tt=E.f,et=s([].push),nt=D("symbols"),it=D("op-symbols"),ot=D("wks"),rt=!K||!K[U]||!K[U].findChild,st=function(t,e,n){var i=J(q,e);i&&delete q[e],Z(t,e,n),i&&t!==q&&Z(q,e,i)},at=c&&u((function(){return 7!==b(Z({},"a",{get:function(){return Z(this,"a",{value:7}).a}})).a}))?st:Z,ct=function(t,e){var n=nt[t]=b(G);return W(n,{type:j,tag:t,description:e}),c||(n.description=e),n},lt=function(t,e,n){t===q&<(it,e,n),p(t);var i=f(e);return p(n),h(nt,i)?(n.enumerable?(h(t,F)&&t[F][i]&&(t[F][i]=!1),n=b(n,{enumerable:m(0,!1)})):(h(t,F)||Z(t,F,m(1,b(null))),t[F][i]=!0),at(t,i,n)):Z(t,i,n)},ut=function(t,e){p(t);var n=A(e),i=C(n).concat(At(n));return L(i,(function(e){c&&!r(ht,n,e)||lt(t,e,n[e])})),t},ht=function(t){var e=f(t),n=r(tt,this,e);return!(this===q&&h(nt,e)&&!h(it,e))&&(!(n||!h(this,e)||!h(nt,e)||h(this,F)&&this[F][e])||n)},dt=function(t,e){var n=A(t),i=f(e);if(n!==q||!h(nt,i)||h(it,i)){var o=J(n,i);return!o||!h(nt,i)||h(n,F)&&n[F][i]||(o.enumerable=!0),o}},pt=function(t){var e=$(A(t)),n=[];return L(e,(function(t){h(nt,t)||h(T,t)||et(n,t)})),n},At=function(t){var e=t===q,n=$(e?it:A(t)),i=[];return L(n,(function(t){!h(nt,t)||e&&!h(q,t)||et(i,nt[t])})),i};l||(_(G=(Q=function(){if(d(G,this))throw new V("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?g(arguments[0]):void 0,e=O(t),n=function(t){var i=void 0===this?o:this;i===q&&r(n,it,t),h(i,F)&&h(i[F],e)&&(i[F][e]=!1);var s=m(1,t);try{at(i,e,s)}catch(t){if(!(t instanceof X))throw t;st(i,e,s)}};return c&&rt&&at(q,e,{configurable:!0,set:n}),ct(e,t)})[U],"toString",(function(){return Y(this).tag})),_(Q,"withoutSetter",(function(t){return ct(O(t),t)})),E.f=ht,k.f=lt,B.f=ut,y.f=dt,v.f=x.f=pt,w.f=At,P.f=function(t){return ct(M(t),t)},c&&(I(G,"description",{configurable:!0,get:function(){return Y(this).description}}),a||_(q,"propertyIsEnumerable",ht,{unsafe:!0}))),i({global:!0,constructor:!0,wrap:!0,forced:!l,sham:!l},{Symbol:Q}),L(C(ot),(function(t){R(t)})),i({target:j,stat:!0,forced:!l},{useSetter:function(){rt=!0},useSimple:function(){rt=!1}}),i({target:"Object",stat:!0,forced:!l,sham:!c},{create:function(t,e){return void 0===e?b(t):ut(b(t),e)},defineProperty:lt,defineProperties:ut,getOwnPropertyDescriptor:dt}),i({target:"Object",stat:!0,forced:!l},{getOwnPropertyNames:pt}),N(),H(Q,j),T[F]=!0},89463:(t,e,n)=>{"use strict";var i=n(46518),o=n(43724),r=n(24475),s=n(79504),a=n(39297),c=n(94901),l=n(1625),u=n(655),h=n(62106),d=n(77740),p=r.Symbol,A=p&&p.prototype;if(o&&c(p)&&(!("description"in A)||void 0!==p().description)){var f={},g=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:u(arguments[0]),e=l(A,this)?new p(t):void 0===t?p():p(t);return""===t&&(f[e]=!0),e};d(g,p),g.prototype=A,A.constructor=g;var m="Symbol(description detection)"===String(p("description detection")),b=s(A.valueOf),C=s(A.toString),v=/^Symbol\((.*)\)[^)]+$/,x=s("".replace),w=s("".slice);h(A,"description",{configurable:!0,get:function(){var t=b(this);if(a(f,t))return"";var e=C(t),n=m?w(e,7,-1):x(e,v,"$1");return""===n?void 0:n}}),i({global:!0,constructor:!0,forced:!0},{Symbol:g})}},81510:(t,e,n)=>{"use strict";var i=n(46518),o=n(97751),r=n(39297),s=n(655),a=n(25745),c=n(91296),l=a("string-to-symbol-registry"),u=a("symbol-to-string-registry");i({target:"Symbol",stat:!0,forced:!c},{for:function(t){var e=s(t);if(r(l,e))return l[e];var n=o("Symbol")(e);return l[e]=n,u[n]=e,n}})},60193:(t,e,n)=>{"use strict";n(70511)("hasInstance")},92168:(t,e,n)=>{"use strict";n(70511)("isConcatSpreadable")},2259:(t,e,n)=>{"use strict";n(70511)("iterator")},52675:(t,e,n)=>{"use strict";n(6761),n(81510),n(97812),n(33110),n(49773)},97812:(t,e,n)=>{"use strict";var i=n(46518),o=n(39297),r=n(10757),s=n(16823),a=n(25745),c=n(91296),l=a("symbol-to-string-registry");i({target:"Symbol",stat:!0,forced:!c},{keyFor:function(t){if(!r(t))throw new TypeError(s(t)+" is not a symbol");if(o(l,t))return l[t]}})},83142:(t,e,n)=>{"use strict";n(70511)("matchAll")},86964:(t,e,n)=>{"use strict";n(70511)("match")},83237:(t,e,n)=>{"use strict";n(70511)("replace")},61833:(t,e,n)=>{"use strict";n(70511)("search")},67947:(t,e,n)=>{"use strict";n(70511)("species")},31073:(t,e,n)=>{"use strict";n(70511)("split")},45700:(t,e,n)=>{"use strict";var i=n(70511),o=n(58242);i("toPrimitive"),o()},78125:(t,e,n)=>{"use strict";var i=n(97751),o=n(70511),r=n(10687);o("toStringTag"),r(i("Symbol"),"Symbol")},20326:(t,e,n)=>{"use strict";n(70511)("unscopables")},48140:(t,e,n)=>{"use strict";var i=n(94644),o=n(26198),r=n(91291),s=i.aTypedArray;(0,i.exportTypedArrayMethod)("at",(function(t){var e=s(this),n=o(e),i=r(t),a=i>=0?i:n+i;return a<0||a>=n?void 0:e[a]}))},81630:(t,e,n)=>{"use strict";var i=n(79504),o=n(94644),r=i(n(57029)),s=o.aTypedArray;(0,o.exportTypedArrayMethod)("copyWithin",(function(t,e){return r(s(this),t,e,arguments.length>2?arguments[2]:void 0)}))},72170:(t,e,n)=>{"use strict";var i=n(94644),o=n(81594).every,r=i.aTypedArray;(0,i.exportTypedArrayMethod)("every",(function(t){return o(r(this),t,arguments.length>1?arguments[1]:void 0)}))},75044:(t,e,n)=>{"use strict";var i=n(94644),o=n(84373),r=n(75854),s=n(36955),a=n(69565),c=n(79504),l=n(79039),u=i.aTypedArray,h=i.exportTypedArrayMethod,d=c("".slice);h("fill",(function(t){var e=arguments.length;u(this);var n="Big"===d(s(this),0,3)?r(t):+t;return a(o,this,n,e>1?arguments[1]:void 0,e>2?arguments[2]:void 0)}),l((function(){var t=0;return new Int8Array(2).fill({valueOf:function(){return t++}}),1!==t})))},69539:(t,e,n)=>{"use strict";var i=n(94644),o=n(81594).filter,r=n(26357),s=i.aTypedArray;(0,i.exportTypedArrayMethod)("filter",(function(t){var e=o(s(this),t,arguments.length>1?arguments[1]:void 0);return r(this,e)}))},89955:(t,e,n)=>{"use strict";var i=n(94644),o=n(81594).findIndex,r=i.aTypedArray;(0,i.exportTypedArrayMethod)("findIndex",(function(t){return o(r(this),t,arguments.length>1?arguments[1]:void 0)}))},91134:(t,e,n)=>{"use strict";var i=n(94644),o=n(43839).findLastIndex,r=i.aTypedArray;(0,i.exportTypedArrayMethod)("findLastIndex",(function(t){return o(r(this),t,arguments.length>1?arguments[1]:void 0)}))},21903:(t,e,n)=>{"use strict";var i=n(94644),o=n(43839).findLast,r=i.aTypedArray;(0,i.exportTypedArrayMethod)("findLast",(function(t){return o(r(this),t,arguments.length>1?arguments[1]:void 0)}))},31694:(t,e,n)=>{"use strict";var i=n(94644),o=n(81594).find,r=i.aTypedArray;(0,i.exportTypedArrayMethod)("find",(function(t){return o(r(this),t,arguments.length>1?arguments[1]:void 0)}))},34594:(t,e,n)=>{"use strict";n(15823)("Float32",(function(t){return function(e,n,i){return t(this,e,n,i)}}))},29833:(t,e,n)=>{"use strict";n(15823)("Float64",(function(t){return function(e,n,i){return t(this,e,n,i)}}))},33206:(t,e,n)=>{"use strict";var i=n(94644),o=n(81594).forEach,r=i.aTypedArray;(0,i.exportTypedArrayMethod)("forEach",(function(t){o(r(this),t,arguments.length>1?arguments[1]:void 0)}))},48345:(t,e,n)=>{"use strict";var i=n(72805);(0,n(94644).exportTypedArrayStaticMethod)("from",n(43251),i)},44496:(t,e,n)=>{"use strict";var i=n(94644),o=n(19617).includes,r=i.aTypedArray;(0,i.exportTypedArrayMethod)("includes",(function(t){return o(r(this),t,arguments.length>1?arguments[1]:void 0)}))},66651:(t,e,n)=>{"use strict";var i=n(94644),o=n(19617).indexOf,r=i.aTypedArray;(0,i.exportTypedArrayMethod)("indexOf",(function(t){return o(r(this),t,arguments.length>1?arguments[1]:void 0)}))},72107:(t,e,n)=>{"use strict";n(15823)("Int16",(function(t){return function(e,n,i){return t(this,e,n,i)}}))},95477:(t,e,n)=>{"use strict";n(15823)("Int32",(function(t){return function(e,n,i){return t(this,e,n,i)}}))},46594:(t,e,n)=>{"use strict";n(15823)("Int8",(function(t){return function(e,n,i){return t(this,e,n,i)}}))},12887:(t,e,n)=>{"use strict";var i=n(24475),o=n(79039),r=n(79504),s=n(94644),a=n(23792),c=n(78227)("iterator"),l=i.Uint8Array,u=r(a.values),h=r(a.keys),d=r(a.entries),p=s.aTypedArray,A=s.exportTypedArrayMethod,f=l&&l.prototype,g=!o((function(){f[c].call([1])})),m=!!f&&f.values&&f[c]===f.values&&"values"===f.values.name,b=function(){return u(p(this))};A("entries",(function(){return d(p(this))}),g),A("keys",(function(){return h(p(this))}),g),A("values",b,g||!m,{name:"values"}),A(c,b,g||!m,{name:"values"})},19369:(t,e,n)=>{"use strict";var i=n(94644),o=n(79504),r=i.aTypedArray,s=i.exportTypedArrayMethod,a=o([].join);s("join",(function(t){return a(r(this),t)}))},66812:(t,e,n)=>{"use strict";var i=n(94644),o=n(18745),r=n(8379),s=i.aTypedArray;(0,i.exportTypedArrayMethod)("lastIndexOf",(function(t){var e=arguments.length;return o(r,s(this),e>1?[t,arguments[1]]:[t])}))},8995:(t,e,n)=>{"use strict";var i=n(94644),o=n(81594).map,r=n(61412),s=i.aTypedArray;(0,i.exportTypedArrayMethod)("map",(function(t){return o(s(this),t,arguments.length>1?arguments[1]:void 0,(function(t,e){return new(r(t))(e)}))}))},52568:(t,e,n)=>{"use strict";var i=n(94644),o=n(72805),r=i.aTypedArrayConstructor;(0,i.exportTypedArrayStaticMethod)("of",(function(){for(var t=0,e=arguments.length,n=new(r(this))(e);e>t;)n[t]=arguments[t++];return n}),o)},36072:(t,e,n)=>{"use strict";var i=n(94644),o=n(80926).right,r=i.aTypedArray;(0,i.exportTypedArrayMethod)("reduceRight",(function(t){var e=arguments.length;return o(r(this),t,e,e>1?arguments[1]:void 0)}))},31575:(t,e,n)=>{"use strict";var i=n(94644),o=n(80926).left,r=i.aTypedArray;(0,i.exportTypedArrayMethod)("reduce",(function(t){var e=arguments.length;return o(r(this),t,e,e>1?arguments[1]:void 0)}))},88747:(t,e,n)=>{"use strict";var i=n(94644),o=i.aTypedArray,r=i.exportTypedArrayMethod,s=Math.floor;r("reverse",(function(){for(var t,e=this,n=o(e).length,i=s(n/2),r=0;r{"use strict";var i=n(24475),o=n(69565),r=n(94644),s=n(26198),a=n(58229),c=n(48981),l=n(79039),u=i.RangeError,h=i.Int8Array,d=h&&h.prototype,p=d&&d.set,A=r.aTypedArray,f=r.exportTypedArrayMethod,g=!l((function(){var t=new Uint8ClampedArray(2);return o(p,t,{length:1,0:3},1),3!==t[1]})),m=g&&r.NATIVE_ARRAY_BUFFER_VIEWS&&l((function(){var t=new h(2);return t.set(1),t.set("2",1),0!==t[0]||2!==t[1]}));f("set",(function(t){A(this);var e=a(arguments.length>1?arguments[1]:void 0,1),n=c(t);if(g)return o(p,this,n,e);var i=this.length,r=s(n),l=0;if(r+e>i)throw new u("Wrong length");for(;l{"use strict";var i=n(94644),o=n(61412),r=n(79039),s=n(67680),a=i.aTypedArray;(0,i.exportTypedArrayMethod)("slice",(function(t,e){for(var n=s(a(this),t,e),i=o(this),r=0,c=n.length,l=new i(c);c>r;)l[r]=n[r++];return l}),r((function(){new Int8Array(1).slice()})))},57301:(t,e,n)=>{"use strict";var i=n(94644),o=n(81594).some,r=i.aTypedArray;(0,i.exportTypedArrayMethod)("some",(function(t){return o(r(this),t,arguments.length>1?arguments[1]:void 0)}))},373:(t,e,n)=>{"use strict";var i=n(24475),o=n(27476),r=n(79039),s=n(79306),a=n(74488),c=n(94644),l=n(28834),u=n(63202),h=n(77388),d=n(89160),p=c.aTypedArray,A=c.exportTypedArrayMethod,f=i.Uint16Array,g=f&&o(f.prototype.sort),m=!(!g||r((function(){g(new f(2),null)}))&&r((function(){g(new f(2),{})}))),b=!!g&&!r((function(){if(h)return h<74;if(l)return l<67;if(u)return!0;if(d)return d<602;var t,e,n=new f(516),i=Array(516);for(t=0;t<516;t++)e=t%4,n[t]=515-t,i[t]=t-2*e+3;for(g(n,(function(t,e){return(t/4|0)-(e/4|0)})),t=0;t<516;t++)if(n[t]!==i[t])return!0}));A("sort",(function(t){return void 0!==t&&s(t),b?g(this,t):a(p(this),function(t){return function(e,n){return void 0!==t?+t(e,n)||0:n!=n?-1:e!=e?1:0===e&&0===n?1/e>0&&1/n<0?1:-1:e>n}}(t))}),!b||m)},86614:(t,e,n)=>{"use strict";var i=n(94644),o=n(18014),r=n(35610),s=n(61412),a=i.aTypedArray;(0,i.exportTypedArrayMethod)("subarray",(function(t,e){var n=a(this),i=n.length,c=r(t,i);return new(s(n))(n.buffer,n.byteOffset+c*n.BYTES_PER_ELEMENT,o((void 0===e?i:r(e,i))-c))}))},41405:(t,e,n)=>{"use strict";var i=n(24475),o=n(18745),r=n(94644),s=n(79039),a=n(67680),c=i.Int8Array,l=r.aTypedArray,u=r.exportTypedArrayMethod,h=[].toLocaleString,d=!!c&&s((function(){h.call(new c(1))}));u("toLocaleString",(function(){return o(h,d?a(l(this)):l(this),a(arguments))}),s((function(){return[1,2].toLocaleString()!==new c([1,2]).toLocaleString()}))||!s((function(){c.prototype.toLocaleString.call([1,2])})))},37467:(t,e,n)=>{"use strict";var i=n(37628),o=n(94644),r=o.aTypedArray,s=o.exportTypedArrayMethod,a=o.getTypedArrayConstructor;s("toReversed",(function(){return i(r(this),a(this))}))},44732:(t,e,n)=>{"use strict";var i=n(94644),o=n(79504),r=n(79306),s=n(35370),a=i.aTypedArray,c=i.getTypedArrayConstructor,l=i.exportTypedArrayMethod,u=o(i.TypedArrayPrototype.sort);l("toSorted",(function(t){void 0!==t&&r(t);var e=a(this),n=s(c(e),e);return u(n,t)}))},33684:(t,e,n)=>{"use strict";var i=n(94644).exportTypedArrayMethod,o=n(79039),r=n(24475),s=n(79504),a=r.Uint8Array,c=a&&a.prototype||{},l=[].toString,u=s([].join);o((function(){l.call({})}))&&(l=function(){return u(this)});var h=c.toString!==l;i("toString",l,h)},3690:(t,e,n)=>{"use strict";n(15823)("Uint16",(function(t){return function(e,n,i){return t(this,e,n,i)}}))},61740:(t,e,n)=>{"use strict";n(15823)("Uint32",(function(t){return function(e,n,i){return t(this,e,n,i)}}))},21489:(t,e,n)=>{"use strict";n(15823)("Uint8",(function(t){return function(e,n,i){return t(this,e,n,i)}}))},22134:(t,e,n)=>{"use strict";n(15823)("Uint8",(function(t){return function(e,n,i){return t(this,e,n,i)}}),!0)},79577:(t,e,n)=>{"use strict";var i=n(39928),o=n(94644),r=n(18727),s=n(91291),a=n(75854),c=o.aTypedArray,l=o.getTypedArrayConstructor,u=o.exportTypedArrayMethod,h=!!function(){try{new Int8Array(1).with(2,{valueOf:function(){throw 8}})}catch(t){return 8===t}}();u("with",{with:function(t,e){var n=c(this),o=s(t),u=r(n)?a(e):+e;return i(n,l(n),o,u)}}.with,!h)},88267:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(655),s=String.fromCharCode,a=o("".charAt),c=o(/./.exec),l=o("".slice),u=/^[\da-f]{2}$/i,h=/^[\da-f]{4}$/i;i({global:!0},{unescape:function(t){for(var e,n,i=r(t),o="",d=i.length,p=0;p{"use strict";var i,o=n(92744),r=n(24475),s=n(79504),a=n(56279),c=n(3451),l=n(16468),u=n(91625),h=n(20034),d=n(91181).enforce,p=n(79039),A=n(58622),f=Object,g=Array.isArray,m=f.isExtensible,b=f.isFrozen,C=f.isSealed,v=f.freeze,x=f.seal,w=!r.ActiveXObject&&"ActiveXObject"in r,y=function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}},k=l("WeakMap",y,u),B=k.prototype,E=s(B.set);if(A)if(w){i=u.getConstructor(y,"WeakMap",!0),c.enable();var _=s(B.delete),I=s(B.has),D=s(B.get);a(B,{delete:function(t){if(h(t)&&!m(t)){var e=d(this);return e.frozen||(e.frozen=new i),_(this,t)||e.frozen.delete(t)}return _(this,t)},has:function(t){if(h(t)&&!m(t)){var e=d(this);return e.frozen||(e.frozen=new i),I(this,t)||e.frozen.has(t)}return I(this,t)},get:function(t){if(h(t)&&!m(t)){var e=d(this);return e.frozen||(e.frozen=new i),I(this,t)?D(this,t):e.frozen.get(t)}return D(this,t)},set:function(t,e){if(h(t)&&!m(t)){var n=d(this);n.frozen||(n.frozen=new i),I(this,t)?E(this,t,e):n.frozen.set(t,e)}else E(this,t,e);return this}})}else o&&p((function(){var t=v([]);return E(new k,t,1),!b(t)}))&&a(B,{set:function(t,e){var n;return g(t)&&(b(t)?n=v:C(t)&&(n=x)),E(this,t,e),n&&n(t),this}})},73772:(t,e,n)=>{"use strict";n(65746)},5240:(t,e,n)=>{"use strict";n(16468)("WeakSet",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),n(91625))},30958:(t,e,n)=>{"use strict";n(5240)},2945:(t,e,n)=>{"use strict";var i=n(46518),o=n(24475),r=n(97751),s=n(79504),a=n(69565),c=n(79039),l=n(655),u=n(22812),h=n(92804).c2i,d=/[^\d+/a-z]/i,p=/[\t\n\f\r ]+/g,A=/[=]{1,2}$/,f=r("atob"),g=String.fromCharCode,m=s("".charAt),b=s("".replace),C=s(d.exec),v=!!f&&!c((function(){return"hi"!==f("aGk=")})),x=v&&c((function(){return""!==f(" ")})),w=v&&!c((function(){f("a")})),y=v&&!c((function(){f()})),k=v&&1!==f.length;i({global:!0,bind:!0,enumerable:!0,forced:!v||x||w||y||k},{atob:function(t){if(u(arguments.length,1),v&&!x&&!w)return a(f,o,t);var e,n,i,s=b(l(t),p,""),c="",y=0,k=0;if(s.length%4==0&&(s=b(s,A,"")),(e=s.length)%4==1||C(d,s))throw new(r("DOMException"))("The string is not correctly encoded","InvalidCharacterError");for(;y>(-2*k&6)));return c}})},42207:(t,e,n)=>{"use strict";var i=n(46518),o=n(24475),r=n(97751),s=n(79504),a=n(69565),c=n(79039),l=n(655),u=n(22812),h=n(92804).i2c,d=r("btoa"),p=s("".charAt),A=s("".charCodeAt),f=!!d&&!c((function(){return"aGk="!==d("hi")})),g=f&&!c((function(){d()})),m=f&&c((function(){return"bnVsbA=="!==d(null)})),b=f&&1!==d.length;i({global:!0,bind:!0,enumerable:!0,forced:!f||g||m||b},{btoa:function(t){if(u(arguments.length,1),f)return a(d,o,l(t));for(var e,n,i=l(t),s="",c=0,g=h;p(i,c)||(g="=",c%1);){if((n=A(i,c+=3/4))>255)throw new(r("DOMException"))("The string contains characters outside of the Latin1 range","InvalidCharacterError");s+=p(g,63&(e=e<<8|n)>>8-c%1*8)}return s}})},86368:(t,e,n)=>{"use strict";var i=n(46518),o=n(24475),r=n(59225).clear;i({global:!0,bind:!0,enumerable:!0,forced:o.clearImmediate!==r},{clearImmediate:r})},23500:(t,e,n)=>{"use strict";var i=n(24475),o=n(67400),r=n(79296),s=n(90235),a=n(66699),c=function(t){if(t&&t.forEach!==s)try{a(t,"forEach",s)}catch(e){t.forEach=s}};for(var l in o)o[l]&&c(i[l]&&i[l].prototype);c(r)},62953:(t,e,n)=>{"use strict";var i=n(24475),o=n(67400),r=n(79296),s=n(23792),a=n(66699),c=n(10687),l=n(78227)("iterator"),u=s.values,h=function(t,e){if(t){if(t[l]!==u)try{a(t,l,u)}catch(e){t[l]=u}if(c(t,e,!0),o[e])for(var n in s)if(t[n]!==s[n])try{a(t,n,s[n])}catch(e){t[n]=s[n]}}};for(var d in o)h(i[d]&&i[d].prototype,d);h(r,"DOMTokenList")},55815:(t,e,n)=>{"use strict";var i=n(46518),o=n(69714),r=n(97751),s=n(79039),a=n(2360),c=n(6980),l=n(24913).f,u=n(36840),h=n(62106),d=n(39297),p=n(90679),A=n(28551),f=n(77536),g=n(32603),m=n(55002),b=n(16193),C=n(91181),v=n(43724),x=n(96395),w="DOMException",y="DATA_CLONE_ERR",k=r("Error"),B=r(w)||function(){try{(new(r("MessageChannel")||o("worker_threads").MessageChannel)).port1.postMessage(new WeakMap)}catch(t){if(t.name===y&&25===t.code)return t.constructor}}(),E=B&&B.prototype,_=k.prototype,I=C.set,D=C.getterFor(w),S="stack"in new k(w),T=function(t){return d(m,t)&&m[t].m?m[t].c:0},O=function(){p(this,M);var t=arguments.length,e=g(t<1?void 0:arguments[0]),n=g(t<2?void 0:arguments[1],"Error"),i=T(n);if(I(this,{type:w,name:n,message:e,code:i}),v||(this.name=n,this.message=e,this.code=i),S){var o=new k(e);o.name=w,l(this,"stack",c(1,b(o.stack,1)))}},M=O.prototype=a(_),P=function(t){return{enumerable:!0,configurable:!0,get:t}},R=function(t){return P((function(){return D(this)[t]}))};v&&(h(M,"code",R("code")),h(M,"message",R("message")),h(M,"name",R("name"))),l(M,"constructor",c(1,O));var N=s((function(){return!(new B instanceof k)})),H=N||s((function(){return _.toString!==f||"2: 1"!==String(new B(1,2))})),z=N||s((function(){return 25!==new B(1,"DataCloneError").code})),L=N||25!==B[y]||25!==E[y],F=x?H||z||L:N;i({global:!0,constructor:!0,forced:F},{DOMException:F?O:B});var j=r(w),U=j.prototype;for(var W in H&&(x||B===j)&&u(U,"toString",f),z&&v&&B===j&&h(U,"code",P((function(){return T(A(this).name)}))),m)if(d(m,W)){var Y=m[W],q=Y.s,Q=c(6,Y.c);d(j,q)||l(j,q,Q),d(U,q)||l(U,q,Q)}},64979:(t,e,n)=>{"use strict";var i=n(46518),o=n(24475),r=n(97751),s=n(6980),a=n(24913).f,c=n(39297),l=n(90679),u=n(23167),h=n(32603),d=n(55002),p=n(16193),A=n(43724),f=n(96395),g="DOMException",m=r("Error"),b=r(g),C=function(){l(this,v);var t=arguments.length,e=h(t<1?void 0:arguments[0]),n=h(t<2?void 0:arguments[1],"Error"),i=new b(e,n),o=new m(e);return o.name=g,a(i,"stack",s(1,p(o.stack,1))),u(i,this,C),i},v=C.prototype=b.prototype,x="stack"in new m(g),w="stack"in new b(1,2),y=b&&A&&Object.getOwnPropertyDescriptor(o,g),k=!(!y||y.writable&&y.configurable),B=x&&!k&&!w;i({global:!0,constructor:!0,forced:f||B},{DOMException:B?C:b});var E=r(g),_=E.prototype;if(_.constructor!==E)for(var I in f||a(_,"constructor",s(1,E)),d)if(c(d,I)){var D=d[I],S=D.s;c(E,S)||a(E,S,s(6,D.c))}},79739:(t,e,n)=>{"use strict";var i=n(97751),o="DOMException";n(10687)(i(o),o)},59848:(t,e,n)=>{"use strict";n(86368),n(29309)},122:(t,e,n)=>{"use strict";var i=n(46518),o=n(24475),r=n(91955),s=n(79306),a=n(22812),c=n(79039),l=n(43724);i({global:!0,enumerable:!0,dontCallGetSet:!0,forced:c((function(){return l&&1!==Object.getOwnPropertyDescriptor(o,"queueMicrotask").value.length}))},{queueMicrotask:function(t){a(arguments.length,1),r(s(t))}})},13611:(t,e,n)=>{"use strict";var i=n(46518),o=n(24475),r=n(62106),s=n(43724),a=TypeError,c=Object.defineProperty,l=o.self!==o;try{if(s){var u=Object.getOwnPropertyDescriptor(o,"self");!l&&u&&u.get&&u.enumerable||r(o,"self",{get:function(){return o},set:function(t){if(this!==o)throw new a("Illegal invocation");c(o,"self",{value:t,writable:!0,configurable:!0,enumerable:!0})},configurable:!0,enumerable:!0})}else i({global:!0,simple:!0,forced:l},{self:o})}catch(t){}},29309:(t,e,n)=>{"use strict";var i=n(46518),o=n(24475),r=n(59225).set,s=n(79472),a=o.setImmediate?s(r,!1):r;i({global:!0,bind:!0,enumerable:!0,forced:o.setImmediate!==a},{setImmediate:a})},15575:(t,e,n)=>{"use strict";var i=n(46518),o=n(24475),r=n(79472)(o.setInterval,!0);i({global:!0,bind:!0,forced:o.setInterval!==r},{setInterval:r})},24599:(t,e,n)=>{"use strict";var i=n(46518),o=n(24475),r=n(79472)(o.setTimeout,!0);i({global:!0,bind:!0,forced:o.setTimeout!==r},{setTimeout:r})},71678:(t,e,n)=>{"use strict";var i,o=n(96395),r=n(46518),s=n(24475),a=n(97751),c=n(79504),l=n(79039),u=n(33392),h=n(94901),d=n(33517),p=n(64117),A=n(20034),f=n(10757),g=n(72652),m=n(28551),b=n(36955),C=n(39297),v=n(97040),x=n(66699),w=n(26198),y=n(22812),k=n(61034),B=n(72248),E=n(94402),_=n(38469),I=n(94483),D=n(24659),S=n(1548),T=s.Object,O=s.Array,M=s.Date,P=s.Error,R=s.TypeError,N=s.PerformanceMark,H=a("DOMException"),z=B.Map,L=B.has,F=B.get,j=B.set,U=E.Set,W=E.add,Y=E.has,q=a("Object","keys"),Q=c([].push),G=c((!0).valueOf),X=c(1..valueOf),V=c("".valueOf),K=c(M.prototype.getTime),J=u("structuredClone"),Z="DataCloneError",$="Transferring",tt=function(t){return!l((function(){var e=new s.Set([7]),n=t(e),i=t(T(7));return n===e||!n.has(7)||!A(i)||7!=+i}))&&t},et=function(t,e){return!l((function(){var n=new e,i=t({a:n,b:n});return!(i&&i.a===i.b&&i.a instanceof e&&i.a.stack===n.stack)}))},nt=s.structuredClone,it=o||!et(nt,P)||!et(nt,H)||(i=nt,!!l((function(){var t=i(new s.AggregateError([1],J,{cause:3}));return"AggregateError"!==t.name||1!==t.errors[0]||t.message!==J||3!==t.cause}))),ot=!nt&&tt((function(t){return new N(J,{detail:t}).detail})),rt=tt(nt)||ot,st=function(t){throw new H("Uncloneable type: "+t,Z)},at=function(t,e){throw new H((e||"Cloning")+" of "+t+" cannot be properly polyfilled in this engine",Z)},ct=function(t,e){return rt||at(e),rt(t)},lt=function(t,e,n){if(L(e,t))return F(e,t);var i,o,r,a,c,l;if("SharedArrayBuffer"===(n||b(t)))i=rt?rt(t):t;else{var u=s.DataView;u||h(t.slice)||at("ArrayBuffer");try{if(h(t.slice)&&!t.resizable)i=t.slice(0);else{o=t.byteLength,r="maxByteLength"in t?{maxByteLength:t.maxByteLength}:void 0,i=new ArrayBuffer(o,r),a=new u(t),c=new u(i);for(l=0;l1&&!p(arguments[1])?m(arguments[1]):void 0,o=i?i.transfer:void 0;void 0!==o&&(n=function(t,e){if(!A(t))throw new R("Transfer option cannot be converted to a sequence");var n=[];g(t,(function(t){Q(n,m(t))}));for(var i,o,r,a,c,l=0,u=w(n),p=new U;l{"use strict";n(15575),n(24599)},98406:(t,e,n)=>{"use strict";n(23792);var i=n(46518),o=n(24475),r=n(93389),s=n(69565),a=n(79504),c=n(43724),l=n(67416),u=n(36840),h=n(62106),d=n(56279),p=n(10687),A=n(33994),f=n(91181),g=n(90679),m=n(94901),b=n(39297),C=n(76080),v=n(36955),x=n(28551),w=n(20034),y=n(655),k=n(2360),B=n(6980),E=n(70081),_=n(50851),I=n(62529),D=n(22812),S=n(78227),T=n(74488),O=S("iterator"),M="URLSearchParams",P=M+"Iterator",R=f.set,N=f.getterFor(M),H=f.getterFor(P),z=r("fetch"),L=r("Request"),F=r("Headers"),j=L&&L.prototype,U=F&&F.prototype,W=o.RegExp,Y=o.TypeError,q=o.decodeURIComponent,Q=o.encodeURIComponent,G=a("".charAt),X=a([].join),V=a([].push),K=a("".replace),J=a([].shift),Z=a([].splice),$=a("".split),tt=a("".slice),et=/\+/g,nt=Array(4),it=function(t){return nt[t-1]||(nt[t-1]=W("((?:%[\\da-f]{2}){"+t+"})","gi"))},ot=function(t){try{return q(t)}catch(e){return t}},rt=function(t){var e=K(t,et," "),n=4;try{return q(e)}catch(t){for(;n;)e=K(e,it(n--),ot);return e}},st=/[!'()~]|%20/g,at={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},ct=function(t){return at[t]},lt=function(t){return K(Q(t),st,ct)},ut=A((function(t,e){R(this,{type:P,target:N(t).entries,index:0,kind:e})}),M,(function(){var t=H(this),e=t.target,n=t.index++;if(!e||n>=e.length)return t.target=void 0,I(void 0,!0);var i=e[n];switch(t.kind){case"keys":return I(i.key,!1);case"values":return I(i.value,!1)}return I([i.key,i.value],!1)}),!0),ht=function(t){this.entries=[],this.url=null,void 0!==t&&(w(t)?this.parseObject(t):this.parseQuery("string"==typeof t?"?"===G(t,0)?tt(t,1):t:y(t)))};ht.prototype={type:M,bindURL:function(t){this.url=t,this.update()},parseObject:function(t){var e,n,i,o,r,a,c,l=this.entries,u=_(t);if(u)for(n=(e=E(t,u)).next;!(i=s(n,e)).done;){if(r=(o=E(x(i.value))).next,(a=s(r,o)).done||(c=s(r,o)).done||!s(r,o).done)throw new Y("Expected sequence with length 2");V(l,{key:y(a.value),value:y(c.value)})}else for(var h in t)b(t,h)&&V(l,{key:h,value:y(t[h])})},parseQuery:function(t){if(t)for(var e,n,i=this.entries,o=$(t,"&"),r=0;r0?arguments[0]:void 0));c||(this.size=t.entries.length)},pt=dt.prototype;if(d(pt,{append:function(t,e){var n=N(this);D(arguments.length,2),V(n.entries,{key:y(t),value:y(e)}),c||this.length++,n.updateURL()},delete:function(t){for(var e=N(this),n=D(arguments.length,1),i=e.entries,o=y(t),r=n<2?void 0:arguments[1],s=void 0===r?r:y(r),a=0;ae.key?1:-1})),t.updateURL()},forEach:function(t){for(var e,n=N(this).entries,i=C(t,arguments.length>1?arguments[1]:void 0),o=0;o1?gt(arguments[1]):{})}}),m(L)){var mt=function(t){return g(this,j),new L(t,arguments.length>1?gt(arguments[1]):{})};j.constructor=mt,mt.prototype=j,i({global:!0,constructor:!0,dontCallGetSet:!0,forced:!0},{Request:mt})}}t.exports={URLSearchParams:dt,getState:N}},14603:(t,e,n)=>{"use strict";var i=n(36840),o=n(79504),r=n(655),s=n(22812),a=URLSearchParams,c=a.prototype,l=o(c.append),u=o(c.delete),h=o(c.forEach),d=o([].push),p=new a("a=1&a=2&b=3");p.delete("a",1),p.delete("b",void 0),p+""!="a=2"&&i(c,"delete",(function(t){var e=arguments.length,n=e<2?void 0:arguments[1];if(e&&void 0===n)return u(this,t);var i=[];h(this,(function(t,e){d(i,{key:e,value:t})})),s(e,1);for(var o,a=r(t),c=r(n),p=0,A=0,f=!1,g=i.length;p{"use strict";var i=n(36840),o=n(79504),r=n(655),s=n(22812),a=URLSearchParams,c=a.prototype,l=o(c.getAll),u=o(c.has),h=new a("a=1");!h.has("a",2)&&h.has("a",void 0)||i(c,"has",(function(t){var e=arguments.length,n=e<2?void 0:arguments[1];if(e&&void 0===n)return u(this,t);var i=l(this,t);s(e,1);for(var o=r(n),a=0;a{"use strict";n(98406)},98721:(t,e,n)=>{"use strict";var i=n(43724),o=n(79504),r=n(62106),s=URLSearchParams.prototype,a=o(s.forEach);i&&!("size"in s)&&r(s,"size",{get:function(){var t=0;return a(this,(function(){t++})),t},configurable:!0,enumerable:!0})},2222:(t,e,n)=>{"use strict";var i=n(46518),o=n(97751),r=n(79039),s=n(22812),a=n(655),c=n(67416),l=o("URL"),u=c&&r((function(){l.canParse()})),h=r((function(){return 1!==l.canParse.length}));i({target:"URL",stat:!0,forced:!u||h},{canParse:function(t){var e=s(arguments.length,1),n=a(t),i=e<2||void 0===arguments[1]?void 0:a(arguments[1]);try{return!!new l(n,i)}catch(t){return!1}}})},45806:(t,e,n)=>{"use strict";n(47764);var i,o=n(46518),r=n(43724),s=n(67416),a=n(24475),c=n(76080),l=n(79504),u=n(36840),h=n(62106),d=n(90679),p=n(39297),A=n(44213),f=n(97916),g=n(67680),m=n(68183).codeAt,b=n(3717),C=n(655),v=n(10687),x=n(22812),w=n(98406),y=n(91181),k=y.set,B=y.getterFor("URL"),E=w.URLSearchParams,_=w.getState,I=a.URL,D=a.TypeError,S=a.parseInt,T=Math.floor,O=Math.pow,M=l("".charAt),P=l(/./.exec),R=l([].join),N=l(1..toString),H=l([].pop),z=l([].push),L=l("".replace),F=l([].shift),j=l("".split),U=l("".slice),W=l("".toLowerCase),Y=l([].unshift),q="Invalid scheme",Q="Invalid host",G="Invalid port",X=/[a-z]/i,V=/[\d+-.a-z]/i,K=/\d/,J=/^0x/i,Z=/^[0-7]+$/,$=/^\d+$/,tt=/^[\da-f]+$/i,et=/[\0\t\n\r #%/:<>?@[\\\]^|]/,nt=/[\0\t\n\r #/:<>?@[\\\]^|]/,it=/^[\u0000-\u0020]+/,ot=/(^|[^\u0000-\u0020])[\u0000-\u0020]+$/,rt=/[\t\n\r]/g,st=function(t){var e,n,i,o;if("number"==typeof t){for(e=[],n=0;n<4;n++)Y(e,t%256),t=T(t/256);return R(e,".")}if("object"==typeof t){for(e="",i=function(t){for(var e=null,n=1,i=null,o=0,r=0;r<8;r++)0!==t[r]?(o>n&&(e=i,n=o),i=null,o=0):(null===i&&(i=r),++o);return o>n&&(e=i,n=o),e}(t),n=0;n<8;n++)o&&0===t[n]||(o&&(o=!1),i===n?(e+=n?":":"::",o=!0):(e+=N(t[n],16),n<7&&(e+=":")));return"["+e+"]"}return t},at={},ct=A({},at,{" ":1,'"':1,"<":1,">":1,"`":1}),lt=A({},ct,{"#":1,"?":1,"{":1,"}":1}),ut=A({},lt,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),ht=function(t,e){var n=m(t,0);return n>32&&n<127&&!p(e,t)?t:encodeURIComponent(t)},dt={ftp:21,file:null,http:80,https:443,ws:80,wss:443},pt=function(t,e){var n;return 2===t.length&&P(X,M(t,0))&&(":"===(n=M(t,1))||!e&&"|"===n)},At=function(t){var e;return t.length>1&&pt(U(t,0,2))&&(2===t.length||"/"===(e=M(t,2))||"\\"===e||"?"===e||"#"===e)},ft=function(t){return"."===t||"%2e"===W(t)},gt={},mt={},bt={},Ct={},vt={},xt={},wt={},yt={},kt={},Bt={},Et={},_t={},It={},Dt={},St={},Tt={},Ot={},Mt={},Pt={},Rt={},Nt={},Ht=function(t,e,n){var i,o,r,s=C(t);if(e){if(o=this.parse(s))throw new D(o);this.searchParams=null}else{if(void 0!==n&&(i=new Ht(n,!0)),o=this.parse(s,null,i))throw new D(o);(r=_(new E)).bindURL(this),this.searchParams=r}};Ht.prototype={type:"URL",parse:function(t,e,n){var o,r,s,a,c,l=this,u=e||gt,h=0,d="",A=!1,m=!1,b=!1;for(t=C(t),e||(l.scheme="",l.username="",l.password="",l.host=null,l.port=null,l.path=[],l.query=null,l.fragment=null,l.cannotBeABaseURL=!1,t=L(t,it,""),t=L(t,ot,"$1")),t=L(t,rt,""),o=f(t);h<=o.length;){switch(r=o[h],u){case gt:if(!r||!P(X,r)){if(e)return q;u=bt;continue}d+=W(r),u=mt;break;case mt:if(r&&(P(V,r)||"+"===r||"-"===r||"."===r))d+=W(r);else{if(":"!==r){if(e)return q;d="",u=bt,h=0;continue}if(e&&(l.isSpecial()!==p(dt,d)||"file"===d&&(l.includesCredentials()||null!==l.port)||"file"===l.scheme&&!l.host))return;if(l.scheme=d,e)return void(l.isSpecial()&&dt[l.scheme]===l.port&&(l.port=null));d="","file"===l.scheme?u=Dt:l.isSpecial()&&n&&n.scheme===l.scheme?u=Ct:l.isSpecial()?u=yt:"/"===o[h+1]?(u=vt,h++):(l.cannotBeABaseURL=!0,z(l.path,""),u=Pt)}break;case bt:if(!n||n.cannotBeABaseURL&&"#"!==r)return q;if(n.cannotBeABaseURL&&"#"===r){l.scheme=n.scheme,l.path=g(n.path),l.query=n.query,l.fragment="",l.cannotBeABaseURL=!0,u=Nt;break}u="file"===n.scheme?Dt:xt;continue;case Ct:if("/"!==r||"/"!==o[h+1]){u=xt;continue}u=kt,h++;break;case vt:if("/"===r){u=Bt;break}u=Mt;continue;case xt:if(l.scheme=n.scheme,r===i)l.username=n.username,l.password=n.password,l.host=n.host,l.port=n.port,l.path=g(n.path),l.query=n.query;else if("/"===r||"\\"===r&&l.isSpecial())u=wt;else if("?"===r)l.username=n.username,l.password=n.password,l.host=n.host,l.port=n.port,l.path=g(n.path),l.query="",u=Rt;else{if("#"!==r){l.username=n.username,l.password=n.password,l.host=n.host,l.port=n.port,l.path=g(n.path),l.path.length--,u=Mt;continue}l.username=n.username,l.password=n.password,l.host=n.host,l.port=n.port,l.path=g(n.path),l.query=n.query,l.fragment="",u=Nt}break;case wt:if(!l.isSpecial()||"/"!==r&&"\\"!==r){if("/"!==r){l.username=n.username,l.password=n.password,l.host=n.host,l.port=n.port,u=Mt;continue}u=Bt}else u=kt;break;case yt:if(u=kt,"/"!==r||"/"!==M(d,h+1))continue;h++;break;case kt:if("/"!==r&&"\\"!==r){u=Bt;continue}break;case Bt:if("@"===r){A&&(d="%40"+d),A=!0,s=f(d);for(var v=0;v65535)return G;l.port=l.isSpecial()&&y===dt[l.scheme]?null:y,d=""}if(e)return;u=Ot;continue}return G}d+=r;break;case Dt:if(l.scheme="file","/"===r||"\\"===r)u=St;else{if(!n||"file"!==n.scheme){u=Mt;continue}switch(r){case i:l.host=n.host,l.path=g(n.path),l.query=n.query;break;case"?":l.host=n.host,l.path=g(n.path),l.query="",u=Rt;break;case"#":l.host=n.host,l.path=g(n.path),l.query=n.query,l.fragment="",u=Nt;break;default:At(R(g(o,h),""))||(l.host=n.host,l.path=g(n.path),l.shortenPath()),u=Mt;continue}}break;case St:if("/"===r||"\\"===r){u=Tt;break}n&&"file"===n.scheme&&!At(R(g(o,h),""))&&(pt(n.path[0],!0)?z(l.path,n.path[0]):l.host=n.host),u=Mt;continue;case Tt:if(r===i||"/"===r||"\\"===r||"?"===r||"#"===r){if(!e&&pt(d))u=Mt;else if(""===d){if(l.host="",e)return;u=Ot}else{if(a=l.parseHost(d))return a;if("localhost"===l.host&&(l.host=""),e)return;d="",u=Ot}continue}d+=r;break;case Ot:if(l.isSpecial()){if(u=Mt,"/"!==r&&"\\"!==r)continue}else if(e||"?"!==r)if(e||"#"!==r){if(r!==i&&(u=Mt,"/"!==r))continue}else l.fragment="",u=Nt;else l.query="",u=Rt;break;case Mt:if(r===i||"/"===r||"\\"===r&&l.isSpecial()||!e&&("?"===r||"#"===r)){if(".."===(c=W(c=d))||"%2e."===c||".%2e"===c||"%2e%2e"===c?(l.shortenPath(),"/"===r||"\\"===r&&l.isSpecial()||z(l.path,"")):ft(d)?"/"===r||"\\"===r&&l.isSpecial()||z(l.path,""):("file"===l.scheme&&!l.path.length&&pt(d)&&(l.host&&(l.host=""),d=M(d,0)+":"),z(l.path,d)),d="","file"===l.scheme&&(r===i||"?"===r||"#"===r))for(;l.path.length>1&&""===l.path[0];)F(l.path);"?"===r?(l.query="",u=Rt):"#"===r&&(l.fragment="",u=Nt)}else d+=ht(r,lt);break;case Pt:"?"===r?(l.query="",u=Rt):"#"===r?(l.fragment="",u=Nt):r!==i&&(l.path[0]+=ht(r,at));break;case Rt:e||"#"!==r?r!==i&&("'"===r&&l.isSpecial()?l.query+="%27":l.query+="#"===r?"%23":ht(r,at)):(l.fragment="",u=Nt);break;case Nt:r!==i&&(l.fragment+=ht(r,ct))}h++}},parseHost:function(t){var e,n,i;if("["===M(t,0)){if("]"!==M(t,t.length-1))return Q;if(e=function(t){var e,n,i,o,r,s,a,c=[0,0,0,0,0,0,0,0],l=0,u=null,h=0,d=function(){return M(t,h)};if(":"===d()){if(":"!==M(t,1))return;h+=2,u=++l}for(;d();){if(8===l)return;if(":"!==d()){for(e=n=0;n<4&&P(tt,d());)e=16*e+S(d(),16),h++,n++;if("."===d()){if(0===n)return;if(h-=n,l>6)return;for(i=0;d();){if(o=null,i>0){if(!("."===d()&&i<4))return;h++}if(!P(K,d()))return;for(;P(K,d());){if(r=S(d(),10),null===o)o=r;else{if(0===o)return;o=10*o+r}if(o>255)return;h++}c[l]=256*c[l]+o,2!=++i&&4!==i||l++}if(4!==i)return;break}if(":"===d()){if(h++,!d())return}else if(d())return;c[l++]=e}else{if(null!==u)return;h++,u=++l}}if(null!==u)for(s=l-u,l=7;0!==l&&s>0;)a=c[l],c[l--]=c[u+s-1],c[u+--s]=a;else if(8!==l)return;return c}(U(t,1,-1)),!e)return Q;this.host=e}else if(this.isSpecial()){if(t=b(t),P(et,t))return Q;if(e=function(t){var e,n,i,o,r,s,a,c=j(t,".");if(c.length&&""===c[c.length-1]&&c.length--,(e=c.length)>4)return t;for(n=[],i=0;i1&&"0"===M(o,0)&&(r=P(J,o)?16:8,o=U(o,8===r?1:2)),""===o)s=0;else{if(!P(10===r?$:8===r?Z:tt,o))return t;s=S(o,r)}z(n,s)}for(i=0;i=O(256,5-e))return null}else if(s>255)return null;for(a=H(n),i=0;i1?arguments[1]:void 0,i=k(e,new Ht(t,!1,n));r||(e.href=i.serialize(),e.origin=i.getOrigin(),e.protocol=i.getProtocol(),e.username=i.getUsername(),e.password=i.getPassword(),e.host=i.getHost(),e.hostname=i.getHostname(),e.port=i.getPort(),e.pathname=i.getPathname(),e.search=i.getSearch(),e.searchParams=i.getSearchParams(),e.hash=i.getHash())},Lt=zt.prototype,Ft=function(t,e){return{get:function(){return B(this)[t]()},set:e&&function(t){return B(this)[e](t)},configurable:!0,enumerable:!0}};if(r&&(h(Lt,"href",Ft("serialize","setHref")),h(Lt,"origin",Ft("getOrigin")),h(Lt,"protocol",Ft("getProtocol","setProtocol")),h(Lt,"username",Ft("getUsername","setUsername")),h(Lt,"password",Ft("getPassword","setPassword")),h(Lt,"host",Ft("getHost","setHost")),h(Lt,"hostname",Ft("getHostname","setHostname")),h(Lt,"port",Ft("getPort","setPort")),h(Lt,"pathname",Ft("getPathname","setPathname")),h(Lt,"search",Ft("getSearch","setSearch")),h(Lt,"searchParams",Ft("getSearchParams")),h(Lt,"hash",Ft("getHash","setHash"))),u(Lt,"toJSON",(function(){return B(this).serialize()}),{enumerable:!0}),u(Lt,"toString",(function(){return B(this).serialize()}),{enumerable:!0}),I){var jt=I.createObjectURL,Ut=I.revokeObjectURL;jt&&u(zt,"createObjectURL",c(jt,I)),Ut&&u(zt,"revokeObjectURL",c(Ut,I))}v(zt,"URL"),o({global:!0,constructor:!0,forced:!s,sham:!r},{URL:zt})},3296:(t,e,n)=>{"use strict";n(45806)},45781:(t,e,n)=>{"use strict";var i=n(46518),o=n(97751),r=n(22812),s=n(655),a=n(67416),c=o("URL");i({target:"URL",stat:!0,forced:!a},{parse:function(t){var e=r(arguments.length,1),n=s(t),i=e<2||void 0===arguments[1]?void 0:s(arguments[1]);try{return new c(n,i)}catch(t){return null}}})},27208:(t,e,n)=>{"use strict";var i=n(46518),o=n(69565);i({target:"URL",proto:!0,enumerable:!0},{toJSON:function(){return o(URL.prototype.toString,this)}})},84315:(t,e,n)=>{"use strict";n(52675),n(89463),n(66412),n(60193),n(92168),n(2259),n(86964),n(83142),n(83237),n(61833),n(67947),n(31073),n(45700),n(78125),n(20326),n(16280),n(76918),n(30067),n(4294),n(18107),n(28706),n(26835),n(88431),n(33771),n(2008),n(50113),n(48980),n(10838),n(13451),n(46449),n(78350),n(51629),n(23418),n(74423),n(25276),n(64346),n(23792),n(48598),n(8921),n(62062),n(31051),n(44114),n(72712),n(18863),n(94490),n(34782),n(15086),n(26910),n(87478),n(54554),n(9678),n(57145),n(71658),n(93514),n(30237),n(13609),n(11558),n(54743),n(46761),n(11745),n(38309),n(16573),n(78100),n(77936),n(61699),n(59089),n(91191),n(93515),n(1688),n(60739),n(89572),n(23288),n(36456),n(94170),n(48957),n(62010),n(55081),n(33110),n(4731),n(36033),n(47072),n(93153),n(82326),n(36389),n(64444),n(8085),n(77762),n(65070),n(60605),n(39469),n(72152),n(75376),n(56624),n(11367),n(5914),n(78553),n(98690),n(60479),n(70761),n(2892),n(45374),n(25428),n(32637),n(40150),n(59149),n(64601),n(44435),n(87220),n(25843),n(62337),n(9868),n(80630),n(69085),n(59904),n(17427),n(67945),n(84185),n(87607),n(5506),n(52811),n(53921),n(83851),n(81278),n(1480),n(40875),n(77691),n(78347),n(29908),n(94052),n(94003),n(221),n(79432),n(9220),n(7904),n(16348),n(63548),n(93941),n(10287),n(26099),n(16034),n(78459),n(58940),n(3362),n(96167),n(93518),n(9391),n(14628),n(39796),n(60825),n(87411),n(21211),n(40888),n(9065),n(86565),n(32812),n(84634),n(71137),n(30985),n(34268),n(34873),n(15472),n(84864),n(57465),n(27495),n(69479),n(87745),n(90906),n(38781),n(31415),n(17642),n(58004),n(33853),n(45876),n(32475),n(15024),n(31698),n(67357),n(23860),n(21830),n(27337),n(21699),n(42043),n(47764),n(71761),n(28543),n(35701),n(68156),n(85906),n(42781),n(25440),n(79978),n(5746),n(90744),n(11392),n(50375),n(67438),n(42762),n(39202),n(43359),n(89907),n(11898),n(35490),n(5745),n(94298),n(60268),n(69546),n(20781),n(50778),n(89195),n(46276),n(48718),n(16308),n(34594),n(29833),n(46594),n(72107),n(95477),n(21489),n(22134),n(3690),n(61740),n(48140),n(81630),n(72170),n(75044),n(69539),n(31694),n(89955),n(21903),n(91134),n(33206),n(48345),n(44496),n(66651),n(12887),n(19369),n(66812),n(8995),n(52568),n(31575),n(36072),n(88747),n(28845),n(29423),n(57301),n(373),n(86614),n(41405),n(37467),n(44732),n(33684),n(79577),n(88267),n(73772),n(30958),n(2945),n(42207),n(23500),n(62953),n(55815),n(64979),n(79739),n(59848),n(122),n(13611),n(71678),n(76031),n(3296),n(2222),n(45781),n(27208),n(48408),n(14603),n(47566),n(98721),n(19167)},35810:(t,e,n)=>{"use strict";n.d(e,{Al:()=>i.r,H4:()=>i.c,Q$:()=>i.e,R3:()=>i.n,VL:()=>i.l,lJ:()=>i.d,pt:()=>i.F,ur:()=>d,v7:()=>u});var i=n(68251),o=(n(87485),n(43627),n(53334)),r=n(380),s=n(65606),a=n(96763);Error;const c=["B","KB","MB","GB","TB","PB"],l=["B","KiB","MiB","GiB","TiB","PiB"];function u(t,e=!1,n=!1,i=!1){n=n&&!i,"string"==typeof t&&(t=Number(t));let r=t>0?Math.floor(Math.log(t)/Math.log(i?1e3:1024)):0;r=Math.min((n?l.length:c.length)-1,r);const s=n?l[r]:c[r];let a=(t/Math.pow(i?1e3:1024,r)).toFixed(1);return!0===e&&0===r?("0.0"!==a?"< 1 ":"0 ")+(n?l[1]:c[1]):(a=r<2?parseFloat(a).toFixed(0):parseFloat(a).toLocaleString((0,o.lO)()),a+" "+s)}function h(t){return t instanceof Date?t.toISOString():String(t)}function d(t,e={}){const n={sortingMode:"basename",sortingOrder:"asc",...e};return function(t,e,n){n=n??[];const i=(e=e??[t=>t]).map(((t,e)=>"asc"===(n[e]??"asc")?1:-1)),r=Intl.Collator([(0,o.Z0)(),(0,o.lO)()],{numeric:!0,usage:"sort"});return[...t].sort(((t,n)=>{for(const[o,s]of e.entries()){const e=r.compare(h(s(t)),h(s(n)));if(0!==e)return e*i[o]}return 0}))}(t,[...n.sortFavoritesFirst?[t=>1!==t.attributes?.favorite]:[],...n.sortFoldersFirst?[t=>"folder"!==t.type]:[],..."basename"!==n.sortingMode?[t=>t[n.sortingMode]]:[],t=>{return(e=t.displayname||t.attributes?.displayname||t.basename).lastIndexOf(".")>0?e.slice(0,e.lastIndexOf(".")):e;var e},t=>t.basename],[...n.sortFavoritesFirst?["asc"]:[],...n.sortFoldersFirst?["asc"]:[],..."mtime"===n.sortingMode?["asc"===n.sortingOrder?"desc":"asc"]:[],..."mtime"!==n.sortingMode&&"basename"!==n.sortingMode?[n.sortingOrder]:[],n.sortingOrder,n.sortingOrder])}var p={};!function(t){const e=":A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",n="["+e+"]["+e+"\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*",i=new RegExp("^"+n+"$");t.isExist=function(t){return void 0!==t},t.isEmptyObject=function(t){return 0===Object.keys(t).length},t.merge=function(t,e,n){if(e){const i=Object.keys(e),o=i.length;for(let r=0;r!1,commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:function(t,e,n){return t}};A.buildOptions=function(t){return Object.assign({},f,t)},A.defaultOptions=f,!Number.parseInt&&window.parseInt&&(Number.parseInt=window.parseInt),!Number.parseFloat&&window.parseFloat&&(Number.parseFloat=window.parseFloat);new RegExp("([^\\s=]+)\\s*(=\\s*(['\"])([\\s\\S]*?)\\3)?","gm");var g={};function m(t,e,n){let i;const o={};for(let r=0;r0&&(o[e.textNodeName]=i):void 0!==i&&(o[e.textNodeName]=i),o}function b(t){const e=Object.keys(t);for(let t=0;t`,r=!1;continue}if(c===e.commentPropName){o+=i+`\x3c!--${a[c][0][e.textNodeName]}--\x3e`,r=!0;continue}if("?"===c[0]){const t=B(a[":@"],e),n="?xml"===c?"":i;let s=a[c][0][e.textNodeName];s=0!==s.length?" "+s:"",o+=n+`<${c}${s}${t}?>`,r=!0;continue}let u=i;""!==u&&(u+=e.indentBy);const h=i+`<${c}${B(a[":@"],e)}`,d=y(a[c],e,l,u);-1!==e.unpairedTags.indexOf(c)?e.suppressUnpairedNode?o+=h+">":o+=h+"/>":d&&0!==d.length||!e.suppressEmptyNode?d&&d.endsWith(">")?o+=h+`>${d}${i}`:(o+=h+">",d&&""!==i&&(d.includes("/>")||d.includes("`):o+=h+"/>",r=!0}return o}function k(t){const e=Object.keys(t);for(let n=0;n0&&e.processEntities)for(let n=0;n0&&(n="\n"),y(t,e,"",n)},D=function(t){return"function"==typeof t?t:Array.isArray(t)?e=>{for(const n of t){if("string"==typeof n&&e===n)return!0;if(n instanceof RegExp&&n.test(e))return!0}}:()=>!1},S={attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,cdataPropName:!1,format:!1,indentBy:" ",suppressEmptyNode:!1,suppressUnpairedNode:!0,suppressBooleanAttributes:!0,tagValueProcessor:function(t,e){return e},attributeValueProcessor:function(t,e){return e},preserveOrder:!1,commentPropName:!1,unpairedTags:[],entities:[{regex:new RegExp("&","g"),val:"&"},{regex:new RegExp(">","g"),val:">"},{regex:new RegExp("<","g"),val:"<"},{regex:new RegExp("'","g"),val:"'"},{regex:new RegExp('"',"g"),val:"""}],processEntities:!0,stopNodes:[],oneListGroup:!1};function T(t){this.options=Object.assign({},S,t),!0===this.options.ignoreAttributes||this.options.attributesGroupName?this.isAttribute=function(){return!1}:(this.ignoreAttributesFn=D(this.options.ignoreAttributes),this.attrPrefixLen=this.options.attributeNamePrefix.length,this.isAttribute=P),this.processTextOrObjNode=O,this.options.format?(this.indentate=M,this.tagEndChar=">\n",this.newLine="\n"):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}function O(t,e,n,i){const o=this.j2x(t,n+1,i.concat(e));return void 0!==t[this.options.textNodeName]&&1===Object.keys(t).length?this.buildTextValNode(t[this.options.textNodeName],e,o.attrStr,n):this.buildObjectNode(o.val,e,o.attrStr,n)}function M(t){return this.options.indentBy.repeat(t)}function P(t){return!(!t.startsWith(this.options.attributeNamePrefix)||t===this.options.textNodeName)&&t.substr(this.attrPrefixLen)}T.prototype.build=function(t){return this.options.preserveOrder?I(t,this.options):(Array.isArray(t)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(t={[this.options.arrayNodeName]:t}),this.j2x(t,0,[]).val)},T.prototype.j2x=function(t,e,n){let i="",o="";const r=n.join(".");for(let s in t)if(Object.prototype.hasOwnProperty.call(t,s))if(void 0===t[s])this.isAttribute(s)&&(o+="");else if(null===t[s])this.isAttribute(s)?o+="":"?"===s[0]?o+=this.indentate(e)+"<"+s+"?"+this.tagEndChar:o+=this.indentate(e)+"<"+s+"/"+this.tagEndChar;else if(t[s]instanceof Date)o+=this.buildTextValNode(t[s],s,"",e);else if("object"!=typeof t[s]){const n=this.isAttribute(s);if(n&&!this.ignoreAttributesFn(n,r))i+=this.buildAttrPairStr(n,""+t[s]);else if(!n)if(s===this.options.textNodeName){let e=this.options.tagValueProcessor(s,""+t[s]);o+=this.replaceEntitiesValue(e)}else o+=this.buildTextValNode(t[s],s,"",e)}else if(Array.isArray(t[s])){const i=t[s].length;let r="",a="";for(let c=0;c"+t+o}},T.prototype.closeTag=function(t){let e="";return-1!==this.options.unpairedTags.indexOf(t)?this.options.suppressUnpairedNode||(e="/"):e=this.options.suppressEmptyNode?"/":`>`+this.newLine;if(!1!==this.options.commentPropName&&e===this.options.commentPropName)return this.indentate(i)+`\x3c!--${t}--\x3e`+this.newLine;if("?"===e[0])return this.indentate(i)+"<"+e+n+"?"+this.tagEndChar;{let o=this.options.tagValueProcessor(e,t);return o=this.replaceEntitiesValue(o),""===o?this.indentate(i)+"<"+e+n+this.closeTag(e)+this.tagEndChar:this.indentate(i)+"<"+e+n+">"+o+"0&&this.options.processEntities)for(let e=0;ea.error("SEMVER",...t):()=>{},N={MAX_LENGTH:256,MAX_SAFE_COMPONENT_LENGTH:16,MAX_SAFE_BUILD_LENGTH:250,MAX_SAFE_INTEGER:Number.MAX_SAFE_INTEGER||9007199254740991,RELEASE_TYPES:["major","premajor","minor","preminor","patch","prepatch","prerelease"],SEMVER_SPEC_VERSION:"2.0.0",FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2},H={exports:{}};!function(t,e){const{MAX_SAFE_COMPONENT_LENGTH:n,MAX_SAFE_BUILD_LENGTH:i,MAX_LENGTH:o}=N,r=R,s=(e=t.exports={}).re=[],a=e.safeRe=[],c=e.src=[],l=e.t={};let u=0;const h="[a-zA-Z0-9-]",d=[["\\s",1],["\\d",o],[h,i]],p=(t,e,n)=>{const i=(t=>{for(const[e,n]of d)t=t.split(`${e}*`).join(`${e}{0,${n}}`).split(`${e}+`).join(`${e}{1,${n}}`);return t})(e),o=u++;r(t,o,e),l[t]=o,c[o]=e,s[o]=new RegExp(e,n?"g":void 0),a[o]=new RegExp(i,n?"g":void 0)};p("NUMERICIDENTIFIER","0|[1-9]\\d*"),p("NUMERICIDENTIFIERLOOSE","\\d+"),p("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${h}*`),p("MAINVERSION",`(${c[l.NUMERICIDENTIFIER]})\\.(${c[l.NUMERICIDENTIFIER]})\\.(${c[l.NUMERICIDENTIFIER]})`),p("MAINVERSIONLOOSE",`(${c[l.NUMERICIDENTIFIERLOOSE]})\\.(${c[l.NUMERICIDENTIFIERLOOSE]})\\.(${c[l.NUMERICIDENTIFIERLOOSE]})`),p("PRERELEASEIDENTIFIER",`(?:${c[l.NUMERICIDENTIFIER]}|${c[l.NONNUMERICIDENTIFIER]})`),p("PRERELEASEIDENTIFIERLOOSE",`(?:${c[l.NUMERICIDENTIFIERLOOSE]}|${c[l.NONNUMERICIDENTIFIER]})`),p("PRERELEASE",`(?:-(${c[l.PRERELEASEIDENTIFIER]}(?:\\.${c[l.PRERELEASEIDENTIFIER]})*))`),p("PRERELEASELOOSE",`(?:-?(${c[l.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${c[l.PRERELEASEIDENTIFIERLOOSE]})*))`),p("BUILDIDENTIFIER",`${h}+`),p("BUILD",`(?:\\+(${c[l.BUILDIDENTIFIER]}(?:\\.${c[l.BUILDIDENTIFIER]})*))`),p("FULLPLAIN",`v?${c[l.MAINVERSION]}${c[l.PRERELEASE]}?${c[l.BUILD]}?`),p("FULL",`^${c[l.FULLPLAIN]}$`),p("LOOSEPLAIN",`[v=\\s]*${c[l.MAINVERSIONLOOSE]}${c[l.PRERELEASELOOSE]}?${c[l.BUILD]}?`),p("LOOSE",`^${c[l.LOOSEPLAIN]}$`),p("GTLT","((?:<|>)?=?)"),p("XRANGEIDENTIFIERLOOSE",`${c[l.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),p("XRANGEIDENTIFIER",`${c[l.NUMERICIDENTIFIER]}|x|X|\\*`),p("XRANGEPLAIN",`[v=\\s]*(${c[l.XRANGEIDENTIFIER]})(?:\\.(${c[l.XRANGEIDENTIFIER]})(?:\\.(${c[l.XRANGEIDENTIFIER]})(?:${c[l.PRERELEASE]})?${c[l.BUILD]}?)?)?`),p("XRANGEPLAINLOOSE",`[v=\\s]*(${c[l.XRANGEIDENTIFIERLOOSE]})(?:\\.(${c[l.XRANGEIDENTIFIERLOOSE]})(?:\\.(${c[l.XRANGEIDENTIFIERLOOSE]})(?:${c[l.PRERELEASELOOSE]})?${c[l.BUILD]}?)?)?`),p("XRANGE",`^${c[l.GTLT]}\\s*${c[l.XRANGEPLAIN]}$`),p("XRANGELOOSE",`^${c[l.GTLT]}\\s*${c[l.XRANGEPLAINLOOSE]}$`),p("COERCEPLAIN",`(^|[^\\d])(\\d{1,${n}})(?:\\.(\\d{1,${n}}))?(?:\\.(\\d{1,${n}}))?`),p("COERCE",`${c[l.COERCEPLAIN]}(?:$|[^\\d])`),p("COERCEFULL",c[l.COERCEPLAIN]+`(?:${c[l.PRERELEASE]})?(?:${c[l.BUILD]})?(?:$|[^\\d])`),p("COERCERTL",c[l.COERCE],!0),p("COERCERTLFULL",c[l.COERCEFULL],!0),p("LONETILDE","(?:~>?)"),p("TILDETRIM",`(\\s*)${c[l.LONETILDE]}\\s+`,!0),e.tildeTrimReplace="$1~",p("TILDE",`^${c[l.LONETILDE]}${c[l.XRANGEPLAIN]}$`),p("TILDELOOSE",`^${c[l.LONETILDE]}${c[l.XRANGEPLAINLOOSE]}$`),p("LONECARET","(?:\\^)"),p("CARETTRIM",`(\\s*)${c[l.LONECARET]}\\s+`,!0),e.caretTrimReplace="$1^",p("CARET",`^${c[l.LONECARET]}${c[l.XRANGEPLAIN]}$`),p("CARETLOOSE",`^${c[l.LONECARET]}${c[l.XRANGEPLAINLOOSE]}$`),p("COMPARATORLOOSE",`^${c[l.GTLT]}\\s*(${c[l.LOOSEPLAIN]})$|^$`),p("COMPARATOR",`^${c[l.GTLT]}\\s*(${c[l.FULLPLAIN]})$|^$`),p("COMPARATORTRIM",`(\\s*)${c[l.GTLT]}\\s*(${c[l.LOOSEPLAIN]}|${c[l.XRANGEPLAIN]})`,!0),e.comparatorTrimReplace="$1$2$3",p("HYPHENRANGE",`^\\s*(${c[l.XRANGEPLAIN]})\\s+-\\s+(${c[l.XRANGEPLAIN]})\\s*$`),p("HYPHENRANGELOOSE",`^\\s*(${c[l.XRANGEPLAINLOOSE]})\\s+-\\s+(${c[l.XRANGEPLAINLOOSE]})\\s*$`),p("STAR","(<|>)?=?\\s*\\*"),p("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),p("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")}(H,H.exports);var z=H.exports;Object.freeze({loose:!0}),Object.freeze({});const L=/^[0-9]+$/,F=(t,e)=>{const n=L.test(t),i=L.test(e);return n&&i&&(t=+t,e=+e),t===e?0:n&&!i?-1:i&&!n?1:tF(e,t)};const{MAX_LENGTH:U,MAX_SAFE_INTEGER:W}=N,{safeRe:Y,t:q}=z,{compareIdentifiers:Q}=j;r.m},4523:(t,e,n)=>{"use strict";n.r(e),n.d(e,{VERSION:()=>o,after:()=>Pe,all:()=>tn,allKeys:()=>gt,any:()=>en,assign:()=>Pt,before:()=>Re,bind:()=>we,bindAll:()=>Be,chain:()=>be,chunk:()=>zn,clone:()=>zt,collect:()=>Xe,compact:()=>_n,compose:()=>Me,constant:()=>Z,contains:()=>nn,countBy:()=>mn,create:()=>Ht,debounce:()=>Se,default:()=>Wn,defaults:()=>Rt,defer:()=>Ie,delay:()=>_e,detect:()=>qe,difference:()=>Dn,drop:()=>Bn,each:()=>Ge,escape:()=>se,every:()=>tn,extend:()=>Mt,extendOwn:()=>Pt,filter:()=>Ze,find:()=>qe,findIndex:()=>Le,findKey:()=>He,findLastIndex:()=>Fe,findWhere:()=>Qe,first:()=>kn,flatten:()=>In,foldl:()=>Ke,foldr:()=>Je,forEach:()=>Ge,functions:()=>Tt,get:()=>Wt,groupBy:()=>fn,has:()=>Yt,head:()=>kn,identity:()=>qt,include:()=>nn,includes:()=>nn,indexBy:()=>gn,indexOf:()=>We,initial:()=>yn,inject:()=>Ke,intersection:()=>Mn,invert:()=>St,invoke:()=>on,isArguments:()=>V,isArray:()=>Q,isArrayBuffer:()=>H,isBoolean:()=>I,isDataView:()=>q,isDate:()=>M,isElement:()=>D,isEmpty:()=>ct,isEqual:()=>ft,isError:()=>R,isFinite:()=>K,isFunction:()=>F,isMap:()=>kt,isMatch:()=>lt,isNaN:()=>J,isNull:()=>E,isNumber:()=>O,isObject:()=>B,isRegExp:()=>P,isSet:()=>Et,isString:()=>T,isSymbol:()=>N,isTypedArray:()=>ot,isUndefined:()=>_,isWeakMap:()=>Bt,isWeakSet:()=>_t,iteratee:()=>Kt,keys:()=>at,last:()=>En,lastIndexOf:()=>Ye,map:()=>Xe,mapObject:()=>Zt,matcher:()=>Qt,matches:()=>Qt,max:()=>an,memoize:()=>Ee,methods:()=>Tt,min:()=>cn,mixin:()=>Fn,negate:()=>Oe,noop:()=>$t,now:()=>ie,object:()=>Nn,omit:()=>wn,once:()=>Ne,pairs:()=>Dt,partial:()=>xe,partition:()=>bn,pick:()=>xn,pluck:()=>rn,property:()=>Gt,propertyOf:()=>te,random:()=>ne,range:()=>Hn,reduce:()=>Ke,reduceRight:()=>Je,reject:()=>$e,rest:()=>Bn,restArguments:()=>k,result:()=>fe,sample:()=>hn,select:()=>Ze,shuffle:()=>dn,size:()=>Cn,some:()=>en,sortBy:()=>pn,sortedIndex:()=>je,tail:()=>Bn,take:()=>kn,tap:()=>Lt,template:()=>Ae,templateSettings:()=>ce,throttle:()=>De,times:()=>ee,toArray:()=>un,toPath:()=>Ft,transpose:()=>Pn,unescape:()=>ae,union:()=>On,uniq:()=>Tn,unique:()=>Tn,uniqueId:()=>me,unzip:()=>Pn,values:()=>It,where:()=>sn,without:()=>Sn,wrap:()=>Te,zip:()=>Rn});var i={};n.r(i),n.d(i,{VERSION:()=>o,after:()=>Pe,all:()=>tn,allKeys:()=>gt,any:()=>en,assign:()=>Pt,before:()=>Re,bind:()=>we,bindAll:()=>Be,chain:()=>be,chunk:()=>zn,clone:()=>zt,collect:()=>Xe,compact:()=>_n,compose:()=>Me,constant:()=>Z,contains:()=>nn,countBy:()=>mn,create:()=>Ht,debounce:()=>Se,default:()=>jn,defaults:()=>Rt,defer:()=>Ie,delay:()=>_e,detect:()=>qe,difference:()=>Dn,drop:()=>Bn,each:()=>Ge,escape:()=>se,every:()=>tn,extend:()=>Mt,extendOwn:()=>Pt,filter:()=>Ze,find:()=>qe,findIndex:()=>Le,findKey:()=>He,findLastIndex:()=>Fe,findWhere:()=>Qe,first:()=>kn,flatten:()=>In,foldl:()=>Ke,foldr:()=>Je,forEach:()=>Ge,functions:()=>Tt,get:()=>Wt,groupBy:()=>fn,has:()=>Yt,head:()=>kn,identity:()=>qt,include:()=>nn,includes:()=>nn,indexBy:()=>gn,indexOf:()=>We,initial:()=>yn,inject:()=>Ke,intersection:()=>Mn,invert:()=>St,invoke:()=>on,isArguments:()=>V,isArray:()=>Q,isArrayBuffer:()=>H,isBoolean:()=>I,isDataView:()=>q,isDate:()=>M,isElement:()=>D,isEmpty:()=>ct,isEqual:()=>ft,isError:()=>R,isFinite:()=>K,isFunction:()=>F,isMap:()=>kt,isMatch:()=>lt,isNaN:()=>J,isNull:()=>E,isNumber:()=>O,isObject:()=>B,isRegExp:()=>P,isSet:()=>Et,isString:()=>T,isSymbol:()=>N,isTypedArray:()=>ot,isUndefined:()=>_,isWeakMap:()=>Bt,isWeakSet:()=>_t,iteratee:()=>Kt,keys:()=>at,last:()=>En,lastIndexOf:()=>Ye,map:()=>Xe,mapObject:()=>Zt,matcher:()=>Qt,matches:()=>Qt,max:()=>an,memoize:()=>Ee,methods:()=>Tt,min:()=>cn,mixin:()=>Fn,negate:()=>Oe,noop:()=>$t,now:()=>ie,object:()=>Nn,omit:()=>wn,once:()=>Ne,pairs:()=>Dt,partial:()=>xe,partition:()=>bn,pick:()=>xn,pluck:()=>rn,property:()=>Gt,propertyOf:()=>te,random:()=>ne,range:()=>Hn,reduce:()=>Ke,reduceRight:()=>Je,reject:()=>$e,rest:()=>Bn,restArguments:()=>k,result:()=>fe,sample:()=>hn,select:()=>Ze,shuffle:()=>dn,size:()=>Cn,some:()=>en,sortBy:()=>pn,sortedIndex:()=>je,tail:()=>Bn,take:()=>kn,tap:()=>Lt,template:()=>Ae,templateSettings:()=>ce,throttle:()=>De,times:()=>ee,toArray:()=>un,toPath:()=>Ft,transpose:()=>Pn,unescape:()=>ae,union:()=>On,uniq:()=>Tn,unique:()=>Tn,uniqueId:()=>me,unzip:()=>Pn,values:()=>It,where:()=>sn,without:()=>Sn,wrap:()=>Te,zip:()=>Rn});var o="1.13.6",r="object"==typeof self&&self.self===self&&self||"object"==typeof global&&global.global===global&&global||Function("return this")()||{},s=Array.prototype,a=Object.prototype,c="undefined"!=typeof Symbol?Symbol.prototype:null,l=s.push,u=s.slice,h=a.toString,d=a.hasOwnProperty,p="undefined"!=typeof ArrayBuffer,A="undefined"!=typeof DataView,f=Array.isArray,g=Object.keys,m=Object.create,b=p&&ArrayBuffer.isView,C=isNaN,v=isFinite,x=!{toString:null}.propertyIsEnumerable("toString"),w=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],y=Math.pow(2,53)-1;function k(t,e){return e=null==e?t.length-1:+e,function(){for(var n=Math.max(arguments.length-e,0),i=Array(n),o=0;o=0&&n<=y}}function tt(t){return function(e){return null==e?void 0:e[t]}}const et=tt("byteLength"),nt=$(et);var it=/\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\]/;const ot=p?function(t){return b?b(t)&&!q(t):nt(t)&&it.test(h.call(t))}:Z(!1),rt=tt("length");function st(t,e){e=function(t){for(var e={},n=t.length,i=0;i":">",'"':""","'":"'","`":"`"},se=oe(re),ae=oe(St(re)),ce=ut.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var le=/(.)^/,ue={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},he=/\\|'|\r|\n|\u2028|\u2029/g;function de(t){return"\\"+ue[t]}var pe=/^\s*(\w|\$)+\s*$/;function Ae(t,e,n){!e&&n&&(e=n),e=Rt({},e,ut.templateSettings);var i=RegExp([(e.escape||le).source,(e.interpolate||le).source,(e.evaluate||le).source].join("|")+"|$","g"),o=0,r="__p+='";t.replace(i,(function(e,n,i,s,a){return r+=t.slice(o,a).replace(he,de),o=a+e.length,n?r+="'+\n((__t=("+n+"))==null?'':_.escape(__t))+\n'":i?r+="'+\n((__t=("+i+"))==null?'':__t)+\n'":s&&(r+="';\n"+s+"\n__p+='"),e})),r+="';\n";var s,a=e.variable;if(a){if(!pe.test(a))throw new Error("variable is not a bare identifier: "+a)}else r="with(obj||{}){\n"+r+"}\n",a="obj";r="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+r+"return __p;\n";try{s=new Function(a,"_",r)}catch(t){throw t.source=r,t}var c=function(t){return s.call(this,t,ut)};return c.source="function("+a+"){\n"+r+"}",c}function fe(t,e,n){var i=(e=jt(e)).length;if(!i)return F(n)?n.call(t):n;for(var o=0;o1)ke(a,e-1,n,i),o=i.length;else for(var c=0,l=a.length;ce?(i&&(clearTimeout(i),i=null),a=l,s=t.apply(o,r),i||(o=r=null)):i||!1===n.trailing||(i=setTimeout(c,u)),s};return l.cancel=function(){clearTimeout(i),a=0,i=o=r=null},l}function Se(t,e,n){var i,o,r,s,a,c=function(){var l=ie()-o;e>l?i=setTimeout(c,e-l):(i=null,n||(s=t.apply(a,r)),i||(r=a=null))},l=k((function(l){return a=this,r=l,o=ie(),i||(i=setTimeout(c,e),n&&(s=t.apply(a,r))),s}));return l.cancel=function(){clearTimeout(i),i=r=a=null},l}function Te(t,e){return xe(e,t)}function Oe(t){return function(){return!t.apply(this,arguments)}}function Me(){var t=arguments,e=t.length-1;return function(){for(var n=e,i=t[e].apply(this,arguments);n--;)i=t[n].call(this,i);return i}}function Pe(t,e){return function(){if(--t<1)return e.apply(this,arguments)}}function Re(t,e){var n;return function(){return--t>0&&(n=e.apply(this,arguments)),t<=1&&(e=null),n}}const Ne=xe(Re,2);function He(t,e,n){e=Jt(e,n);for(var i,o=at(t),r=0,s=o.length;r0?0:o-1;r>=0&&r0?s=r>=0?r:Math.max(r+a,s):a=r>=0?Math.min(r+1,a):r+a+1;else if(n&&r&&a)return i[r=n(i,o)]===o?r:-1;if(o!=o)return(r=e(u.call(i,s,a),J))>=0?r+s:-1;for(r=t>0?s:a-1;r>=0&&r=3;return function(e,n,i,o){var r=!ye(e)&&at(e),s=(r||e).length,a=t>0?0:s-1;for(o||(i=e[r?r[a]:a],a+=t);a>=0&&a=0}const on=k((function(t,e,n){var i,o;return F(e)?o=e:(e=jt(e),i=e.slice(0,-1),e=e[e.length-1]),Xe(t,(function(t){var r=o;if(!r){if(i&&i.length&&(t=Ut(t,i)),null==t)return;r=t[e]}return null==r?r:r.apply(t,n)}))}));function rn(t,e){return Xe(t,Gt(e))}function sn(t,e){return Ze(t,Qt(e))}function an(t,e,n){var i,o,r=-1/0,s=-1/0;if(null==e||"number"==typeof e&&"object"!=typeof t[0]&&null!=t)for(var a=0,c=(t=ye(t)?t:It(t)).length;ar&&(r=i);else e=Jt(e,n),Ge(t,(function(t,n,i){((o=e(t,n,i))>s||o===-1/0&&r===-1/0)&&(r=t,s=o)}));return r}function cn(t,e,n){var i,o,r=1/0,s=1/0;if(null==e||"number"==typeof e&&"object"!=typeof t[0]&&null!=t)for(var a=0,c=(t=ye(t)?t:It(t)).length;ai||void 0===n)return 1;if(n1&&(i=Xt(i,e[1])),e=gt(t)):(i=vn,e=ke(e,!1,!1),t=Object(t));for(var o=0,r=e.length;o1&&(n=e[1])):(e=Xe(ke(e,!1,!1),String),i=function(t,n){return!nn(e,n)}),xn(t,i,n)}));function yn(t,e,n){return u.call(t,0,Math.max(0,t.length-(null==e||n?1:e)))}function kn(t,e,n){return null==t||t.length<1?null==e||n?void 0:[]:null==e||n?t[0]:yn(t,t.length-e)}function Bn(t,e,n){return u.call(t,null==e||n?1:e)}function En(t,e,n){return null==t||t.length<1?null==e||n?void 0:[]:null==e||n?t[t.length-1]:Bn(t,Math.max(0,t.length-e))}function _n(t){return Ze(t,Boolean)}function In(t,e){return ke(t,e,!1)}const Dn=k((function(t,e){return e=ke(e,!0,!0),Ze(t,(function(t){return!nn(e,t)}))})),Sn=k((function(t,e){return Dn(t,e)}));function Tn(t,e,n,i){I(e)||(i=n,n=e,e=!1),null!=n&&(n=Jt(n,i));for(var o=[],r=[],s=0,a=rt(t);s{if(!n){var r=1/0;for(u=0;u=o)&&Object.keys(a.O).every((t=>a.O[t](n[c])))?n.splice(c--,1):(s=!1,o0&&e[u-1][2]>o;u--)e[u]=e[u-1];e[u]=[n,i,o]},a.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return a.d(e,{a:e}),e},a.d=(t,e)=>{for(var n in e)a.o(e,n)&&!a.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},a.f={},a.e=t=>Promise.all(Object.keys(a.f).reduce(((e,n)=>(a.f[n](t,e),e)),[])),a.u=t=>t+"-"+t+".js?v="+{1642:"0e50a2b32d2d64b50afa",5706:"3153330af47fc26a725a",6127:"f0d0bf8b1ad724c3254b"}[t],a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),a.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),i={},o="nextcloud:",a.l=(t,e,n,r)=>{if(i[t])i[t].push(e);else{var s,c;if(void 0!==n)for(var l=document.getElementsByTagName("script"),u=0;u{s.onerror=s.onload=null,clearTimeout(p);var o=i[t];if(delete i[t],s.parentNode&&s.parentNode.removeChild(s),o&&o.forEach((t=>t(n))),e)return e(n)},p=setTimeout(d.bind(null,void 0,{type:"timeout",target:s}),12e4);s.onerror=d.bind(null,s.onerror),s.onload=d.bind(null,s.onload),c&&document.head.appendChild(s)}},a.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},a.nmd=t=>(t.paths=[],t.children||(t.children=[]),t),a.j=2228,(()=>{var t;a.g.importScripts&&(t=a.g.location+"");var e=a.g.document;if(!t&&e&&(e.currentScript&&"SCRIPT"===e.currentScript.tagName.toUpperCase()&&(t=e.currentScript.src),!t)){var n=e.getElementsByTagName("script");if(n.length)for(var i=n.length-1;i>-1&&(!t||!/^http(s?):/.test(t));)t=n[i--].src}if(!t)throw new Error("Automatic publicPath is not supported in this browser");t=t.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),a.p=t})(),(()=>{a.b=document.baseURI||self.location.href;var t={2228:0};a.f.j=(e,n)=>{var i=a.o(t,e)?t[e]:void 0;if(0!==i)if(i)n.push(i[2]);else{var o=new Promise(((n,o)=>i=t[e]=[n,o]));n.push(i[2]=o);var r=a.p+a.u(e),s=new Error;a.l(r,(n=>{if(a.o(t,e)&&(0!==(i=t[e])&&(t[e]=void 0),i)){var o=n&&("load"===n.type?"missing":n.type),r=n&&n.target&&n.target.src;s.message="Loading chunk "+e+" failed.\n("+o+": "+r+")",s.name="ChunkLoadError",s.type=o,s.request=r,i[1](s)}}),"chunk-"+e,e)}},a.O.j=e=>0===t[e];var e=(e,n)=>{var i,o,r=n[0],s=n[1],c=n[2],l=0;if(r.some((e=>0!==t[e]))){for(i in s)a.o(s,i)&&(a.m[i]=s[i]);if(c)var u=c(a)}for(e&&e(n);la(31854)));c=a.O(c)})(); -//# sourceMappingURL=core-main.js.map?v=78c6003ebfd56f917aa6 \ No newline at end of file +(()=>{var e,i,o,r={67408:(e,i,o)=>{"use strict";var r={};o.r(r),o.d(r,{deleteKey:()=>k,getApps:()=>v,getKeys:()=>x,getValue:()=>w,setValue:()=>y});var s={};o.r(s),o.d(s,{formatLinksPlain:()=>Sn,formatLinksRich:()=>Dn,plainToRich:()=>_n,richToPlain:()=>In});var a={};o.r(a),o.d(a,{dismiss:()=>Mn,query:()=>On}),o(84315),o(7452);var c=o(61338),l=o(4523),u=o(74692),h=o.n(u),d=o(85168),p=o(96763);const A={updatableNotification:null,getDefaultNotificationFunction:null,setDefault(t){this.getDefaultNotificationFunction=t},hide(t,e){l.default.isFunction(t)&&(e=t,t=void 0),t?(t.each((function(){h()(this)[0].toastify?h()(this)[0].toastify.hideToast():p.error("cannot hide toast because object is not set"),this===this.updatableNotification&&(this.updatableNotification=null)})),e&&e.call(),this.getDefaultNotificationFunction&&this.getDefaultNotificationFunction()):p.error("Missing argument $row in OC.Notification.hide() call, caller needs to be adjusted to only dismiss its own notification")},showHtml(t,e){(e=e||{}).isHTML=!0,e.timeout=e.timeout?e.timeout:d.DH;const n=(0,d.rG)(t,e);return n.toastElement.toastify=n,h()(n.toastElement)},show(t,e){(e=e||{}).timeout=e.timeout?e.timeout:d.DH;const n=(0,d.rG)(function(t){return t.toString().split("&").join("&").split("<").join("<").split(">").join(">").split('"').join(""").split("'").join("'")}(t),e);return n.toastElement.toastify=n,h()(n.toastElement)},showUpdate(t){return this.updatableNotification&&this.updatableNotification.hideToast(),this.updatableNotification=(0,d.rG)(t,{timeout:d.DH}),this.updatableNotification.toastElement.toastify=this.updatableNotification,h()(this.updatableNotification.toastElement)},showTemporary(t,e){(e=e||{}).timeout=e.timeout||d.Jt;const n=(0,d.rG)(t,e);return n.toastElement.toastify=n,h()(n.toastElement)},isHidden:()=>!h()("#content").find(".toastify").length},f=l.default.throttle((()=>{A.showTemporary(t("core","Connection to server lost"))}),7e3,{trailing:!1});let g=!1;const m={enableDynamicSlideToggle(){g=!0},showAppSidebar:function(t){(t||h()("#app-sidebar")).removeClass("disappear").show(),h()("#app-content").trigger(new(h().Event)("appresized"))},hideAppSidebar:function(t){(t||h()("#app-sidebar")).hide().addClass("disappear"),h()("#app-content").trigger(new(h().Event)("appresized"))}};var b=o(63814);function C(t,e,n){"post"!==t&&"delete"!==t||!Dt.PasswordConfirmation.requiresPasswordConfirmation()?(n=n||{},h().ajax({type:t.toUpperCase(),url:(0,b.KT)("apps/provisioning_api/api/v1/config/apps")+e,data:n.data||{},success:n.success,error:n.error})):Dt.PasswordConfirmation.requirePasswordConfirmation(_.bind(C,this,t,e,n))}function v(t){C("get","",t)}function x(t,e){C("get","/"+t,e)}function w(t,e,n,i){(i=i||{}).data={defaultValue:n},C("get","/"+t+"/"+e,i)}function y(t,e,n,i){(i=i||{}).data={value:n},C("post","/"+t+"/"+e,i)}function k(t,e,n){C("delete","/"+t+"/"+e,n)}const B=window.oc_appconfig||{},E={getValue:function(t,e,n,i){w(t,e,n,{success:i})},setValue:function(t,e,n){y(t,e,n)},getApps:function(t){v({success:t})},getKeys:function(t,e){x(t,{success:e})},deleteKey:function(t,e){k(t,e)}},I=void 0!==window._oc_appswebroots&&window._oc_appswebroots;var D=o(21391),S=o.n(D),T=o(78112),O=o(96763);const M={create:"POST",update:"PROPPATCH",patch:"PROPPATCH",delete:"DELETE",read:"PROPFIND"};function P(t,e){if(l.default.isArray(t))return l.default.map(t,(function(t){return P(t,e)}));var n={href:t.href};return l.default.each(t.propStat,(function(t){if("HTTP/1.1 200 OK"===t.status)for(var i in t.properties){var o=i;i in e&&(o=e[i]),n[o]=t.properties[i]}})),n.id||(n.id=R(n.href)),n}function R(t){var e=t.indexOf("?");e>0&&(t=t.substr(0,e));var n,i=t.split("/");do{n=i[i.length-1],i.pop()}while(!n&&i.length>0);return n}function N(t){return t>=200&&t<=299}function H(t,e,n,i){return t.propPatch(e.url,function(t,e){var n,i={};for(n in t){var o=e[n],r=t[n];o||(O.warn('No matching DAV property for property "'+n),o=n),(l.default.isBoolean(r)||l.default.isNumber(r))&&(r=""+r),i[o]=r}return i}(n.changed,e.davProperties),i).then((function(t){N(t.status)?l.default.isFunction(e.success)&&e.success(n.toJSON()):l.default.isFunction(e.error)&&e.error(t)}))}const z=S().noConflict();Object.assign(z,{davCall:(t,e)=>{var n=new T.dav.Client({baseUrl:t.url,xmlNamespaces:l.default.extend({"DAV:":"d","http://owncloud.org/ns":"oc"},t.xmlNamespaces||{})});n.resolveUrl=function(){return t.url};var i=l.default.extend({"X-Requested-With":"XMLHttpRequest",requesttoken:OC.requestToken},t.headers);return"PROPFIND"===t.type?function(t,e,n,i){return t.propFind(e.url,l.default.values(e.davProperties)||[],e.depth,i).then((function(t){if(N(t.status)){if(l.default.isFunction(e.success)){var n=l.default.invert(e.davProperties),i=P(t.body,n);e.depth>0&&i.shift(),e.success(i)}}else l.default.isFunction(e.error)&&e.error(t)}))}(n,t,0,i):"PROPPATCH"===t.type?H(n,t,e,i):"MKCOL"===t.type?function(t,e,n,i){return t.request(e.type,e.url,i,null).then((function(o){N(o.status)?H(t,e,n,i):l.default.isFunction(e.error)&&e.error(o)}))}(n,t,e,i):function(t,e,n,i){return i["Content-Type"]="application/json",t.request(e.type,e.url,i,e.data).then((function(t){if(N(t.status)){if(l.default.isFunction(e.success)){if("PUT"===e.type||"POST"===e.type||"MKCOL"===e.type){var i=t.body||n.toJSON(),o=t.xhr.getResponseHeader("Content-Location");return"POST"===e.type&&o&&(i.id=R(o)),void e.success(i)}if(207===t.status){var r=l.default.invert(e.davProperties);e.success(P(t.body,r))}else e.success(t.body)}}else l.default.isFunction(e.error)&&e.error(t)}))}(n,t,e,i)},davSync:(t=>(e,n,i)=>{var o={type:M[e]||e},r=n instanceof t.Collection;if("update"===e&&(n.hasInnerCollection?o.type="MKCOL":(n.usePUT||n.collection&&n.collection.usePUT)&&(o.type="PUT")),i.url||(o.url=l.default.result(n,"url")||function(){throw new Error('A "url" property or function must be specified')}()),null!=i.data||!n||"create"!==e&&"update"!==e&&"patch"!==e||(o.data=JSON.stringify(i.attrs||n.toJSON(i))),"PROPFIND"!==o.type&&(o.processData=!1),"PROPFIND"===o.type||"PROPPATCH"===o.type){var s=n.davProperties;!s&&n.model&&(s=n.model.prototype.davProperties),s&&(l.default.isFunction(s)?o.davProperties=s.call(n):o.davProperties=s),o.davProperties=l.default.extend(o.davProperties||{},i.davProperties),l.default.isUndefined(i.depth)&&(i.depth=r?1:0)}var a=i.error;i.error=function(t,e,n){i.textStatus=e,i.errorThrown=n,a&&a.call(i.context,t,e,n)};var c=i.xhr=t.davCall(l.default.extend(o,i),n);return n.trigger("request",n,c,i),c})(z)});const L=z;var F=o(71225);const j=window._oc_config||{},U=document.getElementsByTagName("head")[0].getAttribute("data-user"),W=document.getElementsByTagName("head")[0].getAttribute("data-user-displayname"),Y=void 0!==U&&U;var q=o(39285),Q=o(36882),G=o(53334),X=o(43627),V=o(85471),K=o(96763);const J={YES_NO_BUTTONS:70,OK_BUTTONS:71,FILEPICKER_TYPE_CHOOSE:1,FILEPICKER_TYPE_MOVE:2,FILEPICKER_TYPE_COPY:3,FILEPICKER_TYPE_COPY_MOVE:4,FILEPICKER_TYPE_CUSTOM:5,alert:function(t,e,n,i){this.message(t,e,"alert",J.OK_BUTTON,n,i)},info:function(t,e,n,i){this.message(t,e,"info",J.OK_BUTTON,n,i)},confirm:function(t,e,n,i){return this.message(t,e,"notice",J.YES_NO_BUTTONS,n,i)},confirmDestructive:function(t,e){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:J.OK_BUTTONS,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:()=>{};return(new d.ik).setName(e).setText(t).setButtons(n===J.OK_BUTTONS?[{label:(0,G.Tl)("core","Yes"),type:"error",callback:()=>{i.clicked=!0,i(!0)}}]:J._getLegacyButtons(n,i)).build().show().then((()=>{i.clicked||i(!1)}))},confirmHtml:function(t,e,n,i){return(new d.ik).setName(e).setText("").setButtons([{label:(0,G.Tl)("core","No"),callback:()=>{}},{label:(0,G.Tl)("core","Yes"),type:"primary",callback:()=>{n.clicked=!0,n(!0)}}]).build().setHTML(t).show().then((()=>{n.clicked||n(!1)}))},prompt:function(t,e,n,i,r,s){return new Promise((i=>{(0,d.Ss)((0,V.$V)((()=>o.e(1642).then(o.bind(o,71642)))),{text:t,name:e,callback:n,inputName:r,isPassword:!!s},(function(){n(...arguments),i()}))}))},filepicker(t,e){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:void 0,o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:d.bh.Choose,r=arguments.length>6&&void 0!==arguments[6]?arguments[6]:void 0,s=arguments.length>7&&void 0!==arguments[7]?arguments[7]:void 0;const a=(t,e)=>{const i=t=>{const e=t?.root||"";let n=t?.path||"";return n.startsWith(e)&&(n=n.slice(e.length)||"/"),n};return n?n=>t(n.map(i),e):n=>t(i(n[0]),e)},c=(0,d.a1)(t);o===this.FILEPICKER_TYPE_CUSTOM?(s.buttons||[]).forEach((t=>{c.addButton({callback:a(e,t.type),label:t.text,type:t.defaultButton?"primary":"secondary"})})):c.setButtonFactory(((t,n)=>{const i=[],r=t?.[0]?.attributes?.displayName||t?.[0]?.basename,s=r||(0,X.basename)(n);return o===d.bh.Choose&&i.push({callback:a(e,d.bh.Choose),label:r&&!this.multiSelect?(0,G.Tl)("core","Choose {file}",{file:r}):(0,G.Tl)("core","Choose"),type:"primary"}),o!==d.bh.CopyMove&&o!==d.bh.Copy||i.push({callback:a(e,d.bh.Copy),label:s?(0,G.Tl)("core","Copy to {target}",{target:s}):(0,G.Tl)("core","Copy"),type:"primary",icon:Q}),o!==d.bh.Move&&o!==d.bh.CopyMove||i.push({callback:a(e,d.bh.Move),label:s?(0,G.Tl)("core","Move to {target}",{target:s}):(0,G.Tl)("core","Move"),type:o===d.bh.Move?"primary":"secondary",icon:q}),i})),i&&c.setMimeTypeFilter("string"==typeof i?[i]:i||[]),"function"==typeof s?.filter&&c.setFilter((t=>s.filter((t=>({id:t.fileid||null,path:t.path,mimetype:t.mime||null,mtime:t.mtime?.getTime()||null,permissions:t.permissions,name:t.attributes?.displayName||t.basename,etag:t.attributes?.etag||null,hasPreview:t.attributes?.hasPreview||null,mountType:t.attributes?.mountType||null,quotaAvailableBytes:t.attributes?.quotaAvailableBytes||null,icon:null,sharePermissions:null}))(t)))),c.allowDirectories(!0===s?.allowDirectoryChooser||i?.includes("httpd/unix-directory")||!1).setMultiSelect(n).startAt(r).build().pick()},message:function(t,e,n,i){let o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:()=>{},r=arguments.length>6?arguments[6]:void 0;const s=(new d.ik).setName(e).setText(r?"":t).setButtons(J._getLegacyButtons(i,o));switch(n){case"alert":s.setSeverity("warning");break;case"notice":s.setSeverity("info")}const a=s.build();return r&&a.setHTML(t),a.show().then((()=>{o._clicked||o(!1)}))},_getLegacyButtons(t,e){const n=[];switch("object"==typeof t?t.type:t){case J.YES_NO_BUTTONS:n.push({label:t?.cancel??(0,G.Tl)("core","No"),callback:()=>{e._clicked=!0,e(!1)}}),n.push({label:t?.confirm??(0,G.Tl)("core","Yes"),type:"primary",callback:()=>{e._clicked=!0,e(!0)}});break;case J.OK_BUTTONS:n.push({label:t?.confirm??(0,G.Tl)("core","OK"),type:"primary",callback:()=>{e._clicked=!0,e(!0)}});break;default:K.error("Invalid call to OC.dialogs")}return n},_fileexistsshown:!1,fileexists:function(t,e,i,o){var r=this,s=new(h().Deferred),a=function(t,e,n,i,o){i=Math.round(i),o=Math.round(o);for(var r=t.getContext("2d").getImageData(0,0,e,n),s=t.getContext("2d").getImageData(0,0,i,o),a=r.data,c=s.data,l=e/i,u=n/o,h=Math.ceil(l/2),d=Math.ceil(u/2),p=0;p=-1&&S<=1&&(g=2*S*S*S-3*S*S+1)>0&&(w+=g*a[3+(D=4*(I+k*e))],b+=g,a[D+3]<255&&(g=g*a[D+3]/250),C+=g*a[D],v+=g*a[D+1],x+=g*a[D+2],m+=g)}c[f]=C/m,c[f+1]=v/m,c[f+2]=x/m,c[f+3]=w/b}t.getContext("2d").clearRect(0,0,Math.max(e,i),Math.max(n,o)),t.width=i,t.height=o,t.getContext("2d").putImageData(s,0,0)},c=function(e,n,i){var o=e.find(".template").clone().removeClass("template").addClass("conflict"),r=o.find(".original"),s=o.find(".replacement");o.data("data",t),o.find(".filename").text(n.name),r.find(".size").text(Dt.Util.humanFileSize(n.size)),r.find(".mtime").text(Dt.Util.formatDate(n.mtime)),i.size&&i.lastModified&&(s.find(".size").text(Dt.Util.humanFileSize(i.size)),s.find(".mtime").text(Dt.Util.formatDate(i.lastModified)));var c=n.directory+"/"+n.name,l={file:c,x:96,y:96,c:n.etag,forceIcon:0},u=Files.generatePreviewUrl(l);u=u.replace(/'/g,"%27"),r.find(".icon").css({"background-image":"url('"+u+"')"}),function(t){var e=new(h().Deferred),n=t.type&&t.type.split("/").shift();if(window.FileReader&&"image"===n){var i=new FileReader;i.onload=function(t){var n=new Blob([t.target.result]);window.URL=window.URL||window.webkitURL;var i=window.URL.createObjectURL(n),o=new Image;o.src=i,o.onload=function(){var t,n,i,r,s,c,l,u=(t=o,s=document.createElement("canvas"),c=t.width,l=t.height,c>l?(i=0,n=(c-l)/2):(i=(l-c)/2,n=0),r=Math.min(c,l),s.width=r,s.height=r,s.getContext("2d").drawImage(t,n,i,r,r,0,0,r,r),a(s,r,r,96,96),s.toDataURL("image/png",.7));e.resolve(u)}},i.readAsArrayBuffer(t)}else e.reject();return e}(i).then((function(t){s.find(".icon").css("background-image","url("+t+")")}),(function(){c=Dt.MimeType.getIconUrl(i.type),s.find(".icon").css("background-image","url("+c+")")}));var d=e.find(".conflict").length;r.find("input:checkbox").attr("id","checkbox_original_"+d),s.find("input:checkbox").attr("id","checkbox_replacement_"+d),e.append(o),i.lastModified>n.mtime?s.find(".mtime").css("font-weight","bold"):i.lastModifiedn.size?s.find(".size").css("font-weight","bold"):i.size&&i.size0?(h()(u).find(".allnewfiles").prop("checked",!1),h()(u).find(".allnewfiles + .count").text((0,G.Tl)("core","({count} selected)",{count:t}))):(h()(u).find(".allnewfiles").prop("checked",!1),h()(u).find(".allnewfiles + .count").text("")),g()})),h()(u).on("click",".original,.allexistingfiles",(function(){var t=h()(u).find('.conflict .original input[type="checkbox"]:checked').length;t===h()(u+" .conflict").length?(h()(u).find(".allexistingfiles").prop("checked",!0),h()(u).find(".allexistingfiles + .count").text((0,G.Tl)("core","(all selected)"))):t>0?(h()(u).find(".allexistingfiles").prop("checked",!1),h()(u).find(".allexistingfiles + .count").text((0,G.Tl)("core","({count} selected)",{count:t}))):(h()(u).find(".allexistingfiles").prop("checked",!1),h()(u).find(".allexistingfiles + .count").text("")),g()})),s.resolve()})).fail((function(){s.reject(),alert((0,G.Tl)("core","Error loading file exists template"))}));return s.promise()},_getFileExistsTemplate:function(){var t=h().Deferred();if(this.$fileexistsTemplate)t.resolve(this.$fileexistsTemplate);else{var e=this;h().get(Dt.filePath("files","templates","fileexists.html"),(function(n){e.$fileexistsTemplate=h()(n),t.resolve(e.$fileexistsTemplate)})).fail((function(){t.reject()}))}return t.promise()}},Z=J,$=((t,e)=>{let n=t.getElementsByTagName("head")[0].getAttribute("data-requesttoken");return{getToken:()=>n,setToken:t=>{n=t,e("csrf-token-update",{token:n})}}})(document,c.Ic),tt=$.getToken,et=$.setToken,nt=function(t,e){var n,i,o="";if(this.typelessListeners=[],this.closed=!1,this.listeners={},e)for(n in e)o+=n+"="+encodeURIComponent(e[n])+"&";if(o+="requesttoken="+encodeURIComponent(tt()),this.useFallBack||"undefined"==typeof EventSource){var r="oc_eventsource_iframe_"+nt.iframeCount;nt.fallBackSources[nt.iframeCount]=this,this.iframe=h()(""),this.iframe.attr("id",r),this.iframe.hide(),i="&",-1===t.indexOf("?")&&(i="?"),this.iframe.attr("src",t+i+"fallback=true&fallback_id="+nt.iframeCount+"&"+o),h()("body").append(this.iframe),this.useFallBack=!0,nt.iframeCount++}else i="&",-1===t.indexOf("?")&&(i="?"),this.source=new EventSource(t+i+o),this.source.onmessage=function(t){for(var e=0;e(0,At.oB)(),requirePasswordConfirmation(t,e,n){(0,At.C5)().then(t,n)}},gt={_plugins:{},register(t,e){let n=this._plugins[t];n||(n=this._plugins[t]=[]),n.push(e)},getPlugins(t){return this._plugins[t]||[]},attach(t,e,n){const i=this.getPlugins(t);for(let t=0;t-1&&parseInt(navigator.userAgent.split("/").pop())<51){const t=document.querySelectorAll('[fill^="url(#"], [stroke^="url(#"], [filter^="url(#invert"]');for(let e,n=0,i=t.length;n=0?t.substr(e+1):t.length?t.substr(1):""},_decodeQuery:t=>t.replace(/\+/g," "),parseUrlQuery(){const t=this._parseHashQuery();let e;return t&&(e=Dt.parseQueryString(this._decodeQuery(t))),e=l.default.extend(e||{},Dt.parseQueryString(this._decodeQuery(location.search))),e||{}},_onPopState(t){if(this._cancelPop)return void(this._cancelPop=!1);let e;if(this._handlers.length){e=t&&t.state,l.default.isString(e)?e=Dt.parseQueryString(e):e||(e=this.parseUrlQuery()||{});for(let t=0;t="0"&&n<="9";s!==r&&(o++,e[o]="",r=s),e[o]+=n,i++}return e}const kt={History:vt,humanFileSize:xt.v7,computerFileSize(t){if("string"!=typeof t)return null;const e=t.toLowerCase().trim();let n=null;const i=e.match(/^[\s+]?([0-9]*)(\.([0-9]+))?( +)?([kmgtp]?b?)$/i);return null===i?null:(n=parseFloat(e),isFinite(n)?(i[5]&&(n*={b:1,k:1024,kb:1024,mb:1048576,m:1048576,gb:1073741824,g:1073741824,tb:1099511627776,t:1099511627776,pb:0x4000000000000,p:0x4000000000000}[i[5]]),n=Math.round(n),n):null)},formatDate:(t,e)=>(void 0===window.TESTING&&Dt.debug&&wt.warn("OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment"),e=e||"LLL",Ct()(t).format(e)),relativeModifiedDate(e){void 0===window.TESTING&&Dt.debug&&wt.warn("OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment");const n=Ct()().diff(Ct()(e));return n>=0&&n<45e3?t("core","seconds ago"):Ct()(e).fromNow()},getScrollBarWidth(){if(this._scrollBarWidth)return this._scrollBarWidth;const t=document.createElement("p");t.style.width="100%",t.style.height="200px";const e=document.createElement("div");e.style.position="absolute",e.style.top="0px",e.style.left="0px",e.style.visibility="hidden",e.style.width="200px",e.style.height="150px",e.style.overflow="hidden",e.appendChild(t),document.body.appendChild(e);const n=t.offsetWidth;e.style.overflow="scroll";let i=t.offsetWidth;return n===i&&(i=e.clientWidth),document.body.removeChild(e),this._scrollBarWidth=n-i,this._scrollBarWidth},stripTime:t=>new Date(t.getFullYear(),t.getMonth(),t.getDate()),naturalSortCompare(t,e){let n;const i=yt(t),o=yt(e);for(n=0;i[n]&&o[n];n++)if(i[n]!==o[n]){const t=Number(i[n]),e=Number(o[n]);return t==i[n]&&e==o[n]?t-e:i[n].localeCompare(o[n],Dt.getLanguage())}return i.length-o.length},waitFor(t,e){const n=function(){!0!==t()&&setTimeout(n,e)};n()},isCookieSetToValue(t,e){const n=document.cookie.split(";");for(let i=0;i!$_",fileIsBlacklisted:t=>!!t.match(j.blacklist_files_regex),Apps:m,AppConfig:E,appConfig:B,appswebroots:I,Backbone:L,config:j,currentUser:Y,dialogs:Z,EventSource:it,getCurrentUser:()=>({uid:Y,displayName:W}),isUserAdmin:()=>lt,L10N:dt,_ajaxConnectionLostHandler:f,_processAjaxError:t=>{(0!==t.status||"abort"!==t.statusText&&"timeout"!==t.statusText&&!Dt._reloadCalled)&&(l.default.contains([302,303,307,401],t.status)&&Dt.currentUser?setTimeout((function(){if(!Dt._userIsNavigatingAway&&!Dt._reloadCalled){let t=0;const e=5,i=setInterval((function(){A.showUpdate(n("core","Problem loading page, reloading in %n second","Problem loading page, reloading in %n seconds",e-t)),t>=e&&(clearInterval(i),Dt.reload()),t++}),1e3);Dt._reloadCalled=!0}}),100):0===t.status&&setTimeout((function(){Dt._userIsNavigatingAway||Dt._reloadCalled||Dt._ajaxConnectionLostHandler()}),100))},registerXHRForErrorProcessing:t=>{t.addEventListener&&(t.addEventListener("load",(()=>{4===t.readyState&&(t.status>=200&&t.status<300||304===t.status||h()(document).trigger(new(h().Event)("ajaxError"),t))})),t.addEventListener("error",(()=>{h()(document).trigger(new(h().Event)("ajaxError"),t)})))},getCapabilities:()=>(OC.debug&&rt.warn("OC.getCapabilities is deprecated and will be removed in Nextcloud 21. See @nextcloud/capabilities"),(0,ot.F)()),hideMenus:ct,registerMenu:function(t,e,n,i){e.addClass("menu");const o="A"===t.prop("tagName")||"BUTTON"===t.prop("tagName");t.on(o?"click.menu":"click.menu keyup.menu",(function(o){o.preventDefault(),o.key&&"Enter"!==o.key||(e.is(st)?ct():(st&&ct(),!0===i&&e.parent().addClass("openedMenu"),t.attr("aria-expanded",!0),e.slideToggle(50,n),st=e,at=t))}))},showMenu:(t,e,n)=>{e.is(st)||(ct(),st=e,at=t,e.trigger(new(h().Event)("beforeShow")),e.show(),e.trigger(new(h().Event)("afterShow")),l.default.isFunction(n)&&n())},unregisterMenu:(t,e)=>{e.is(st)&&ct(),t.off("click.menu").removeClass("menutoggle"),e.removeClass("menu")},basename:F.P8,encodePath:F.O0,dirname:F.pD,isSamePath:F.ys,joinPaths:F.HS,getHost:()=>window.location.host,getHostName:()=>window.location.hostname,getPort:()=>window.location.port,getProtocol:()=>window.location.protocol.split(":")[0],getCanonicalLocale:G.lO,getLocale:G.JK,getLanguage:G.Z0,buildQueryString:t=>t?h().map(t,(function(t,e){let n=encodeURIComponent(e);return null!=t&&(n+="="+encodeURIComponent(t)),n})).join("&"):"",parseQueryString:t=>{let e,n;const i={};let o;if(!t)return null;e=t.indexOf("?"),e>=0&&(t=t.substr(e+1));const r=t.replace(/\+/g,"%20").split("&");for(let t=0;t=0?[s.substr(0,e),s.substr(e+1)]:[s],n.length&&(o=decodeURIComponent(n[0]),o&&(i[o]=n.length>1?decodeURIComponent(n[1]):null))}return i},msg:pt,Notification:A,PasswordConfirmation:ft,Plugins:gt,theme:mt,Util:kt,debug:Bt,filePath:b.fg,generateUrl:b.Jv,get:(St=window,t=>{const e=t.split("."),n=e.pop();for(let t=0;t(e,n)=>{const i=e.split("."),o=i.pop();for(let e=0;e{window.location=t},reload:()=>{window.location.reload()},requestToken:tt(),linkTo:b.uM,linkToOCS:(t,e)=>(0,b.KT)(t,{},{ocsVersion:e||1})+"/",linkToRemote:b.dC,linkToRemoteBase:t=>(0,b.aU)()+"/remote.php/"+t,webroot:_t};var St;(0,c.B1)("csrf-token-update",(t=>{OC.requestToken=t.token,It.info("OC.requestToken changed",t.token)}));var Tt=o(32981),Ot=o(21777),Mt=o(96763);let Pt=null;const Rt=async()=>{try{const t=await(async()=>{const t=(0,b.Jv)("/csrftoken");return(await h().get(t)).token})();et(t)}catch(t){Mt.error("session heartbeat failed",t)}},Nt=()=>{const t=setInterval(Rt,1e3*(()=>{let t=NaN;return Pt.session_lifetime&&(t=Math.floor(Pt.session_lifetime/2)),Math.min(86400,Math.max(60,isNaN(t)?900:t))})());return Mt.info("session heartbeat polling started"),t};var Ht=o(65043);const zt={name:"ContactsIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}};var Lt=o(14486);const Ft=(0,Lt.A)(zt,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon contacts-icon",attrs:{"aria-hidden":t.title?null:"true","aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M20,0H4V2H20V0M4,24H20V22H4V24M20,4H4A2,2 0 0,0 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6A2,2 0 0,0 20,4M12,6.75A2.25,2.25 0 0,1 14.25,9A2.25,2.25 0 0,1 12,11.25A2.25,2.25 0 0,1 9.75,9A2.25,2.25 0 0,1 12,6.75M17,17H7V15.5C7,13.83 10.33,13 12,13C13.67,13 17,13.83 17,15.5V17Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports;var jt=o(17334),Ut=o.n(jt),Wt=o(61443),Yt=o(18740),qt=o(34196),Qt=o(77312),Gt=o(84237),Xt=o(73267),Vt=o(32831),Kt=o(24764),Jt=o(41944);const Zt={name:"Contact",components:{NcActionLink:Xt.A,NcActionText:Vt.A,NcActions:Kt.A,NcAvatar:Jt.A},props:{contact:{required:!0,type:Object}},computed:{actions(){return this.contact.topAction?[this.contact.topAction,...this.contact.actions]:this.contact.actions},preloadedUserStatus(){if(this.contact.status)return{status:this.contact.status,message:this.contact.statusMessage,icon:this.contact.statusIcon}}}};var $t=o(85072),te=o.n($t),ee=o(97825),ne=o.n(ee),ie=o(77659),oe=o.n(ie),re=o(55056),se=o.n(re),ae=o(10540),ce=o.n(ae),le=o(41113),ue=o.n(le),he=o(45691),de={};de.styleTagTransform=ue(),de.setAttributes=se(),de.insert=oe().bind(null,"head"),de.domAPI=ne(),de.insertStyleElement=ce(),te()(he.A,de),he.A&&he.A.locals&&he.A.locals;const pe=(0,Lt.A)(Zt,(function(){var t=this,e=t._self._c;return e("li",{staticClass:"contact"},[e("NcAvatar",{staticClass:"contact__avatar",attrs:{size:44,user:t.contact.isUser?t.contact.uid:void 0,"is-no-user":!t.contact.isUser,"disable-menu":!0,"display-name":t.contact.avatarLabel,"preloaded-user-status":t.preloadedUserStatus}}),t._v(" "),e("a",{staticClass:"contact__body",attrs:{href:t.contact.profileUrl||t.contact.topAction?.hyperlink}},[e("div",{staticClass:"contact__body__full-name"},[t._v(t._s(t.contact.fullName))]),t._v(" "),t.contact.lastMessage?e("div",{staticClass:"contact__body__last-message"},[t._v(t._s(t.contact.lastMessage))]):t._e(),t._v(" "),t.contact.statusMessage?e("div",{staticClass:"contact__body__status-message"},[t._v(t._s(t.contact.statusMessage))]):e("div",{staticClass:"contact__body__email-address"},[t._v(t._s(t.contact.emailAddresses[0]))])]),t._v(" "),t.actions.length?e("NcActions",{attrs:{inline:t.contact.topAction?1:0}},[t._l(t.actions,(function(n,i){return["#"!==n.hyperlink?e("NcActionLink",{key:i,staticClass:"other-actions",attrs:{href:n.hyperlink},scopedSlots:t._u([{key:"icon",fn:function(){return[e("img",{staticClass:"contact__action__icon",attrs:{"aria-hidden":"true",src:n.icon}})]},proxy:!0}],null,!0)},[t._v("\n\t\t\t\t"+t._s(n.title)+"\n\t\t\t")]):e("NcActionText",{key:i,staticClass:"other-actions",scopedSlots:t._u([{key:"icon",fn:function(){return[e("img",{staticClass:"contact__action__icon",attrs:{"aria-hidden":"true",src:n.icon}})]},proxy:!0}],null,!0)},[t._v("\n\t\t\t\t"+t._s(n.title)+"\n\t\t\t")])]}))],2):t._e()],1)}),[],!1,null,"0ba3e584",null).exports;var Ae=o(35947);const fe=null===(ge=(0,Ot.HW)())?(0,Ae.YK)().setApp("core").build():(0,Ae.YK)().setApp("core").setUid(ge.uid).build();var ge;(0,Ae.YK)().setApp("unified-search").detectUser().build();const me={data:()=>({OC:Dt}),methods:{t:dt.translate.bind(dt),n:dt.translatePlural.bind(dt)}};var be=o(82182);const Ce={name:"ContactsMenu",components:{Contact:pe,Contacts:Ft,Magnify:Wt.A,NcButton:Yt.A,NcEmptyContent:qt.A,NcHeaderMenu:Qt.N,NcLoadingIcon:Gt.A,NcTextField:be.A},mixins:[me],data(){const t=(0,Ot.HW)();return{contactsAppEnabled:!1,contactsAppURL:(0,b.Jv)("/apps/contacts"),contactsAppMgmtURL:(0,b.Jv)("/settings/apps/social/contacts"),canInstallApp:t.isAdmin,contacts:[],loadingText:void 0,error:!1,searchTerm:""}},methods:{async handleOpen(){await this.getContacts("")},async getContacts(t){this.loadingText=""===t?(0,G.Tl)("core","Loading your contacts …"):(0,G.Tl)("core","Looking for {term} …",{term:t}),this.error=!1;try{const{data:{contacts:e,contactsAppEnabled:n}}=await Ht.Ay.post((0,b.Jv)("/contactsmenu/contacts"),{filter:t});this.contacts=e,this.contactsAppEnabled=n,this.loadingText=void 0}catch(e){fe.error("could not load contacts",{error:e,searchTerm:t}),this.error=!0}},onInputDebounced:Ut()((function(){this.getContacts(this.searchTerm)}),500),onReset(){this.searchTerm="",this.contacts=[],this.focusInput()},focusInput(){this.$nextTick((()=>{this.$refs.contactsMenuInput.focus(),this.$refs.contactsMenuInput.select()}))}}},ve=Ce;var xe=o(6670),we={};we.styleTagTransform=ue(),we.setAttributes=se(),we.insert=oe().bind(null,"head"),we.domAPI=ne(),we.insertStyleElement=ce(),te()(xe.A,we),xe.A&&xe.A.locals&&xe.A.locals;const ye=(0,Lt.A)(ve,(function(){var t=this,e=t._self._c;return e("NcHeaderMenu",{staticClass:"contactsmenu",attrs:{id:"contactsmenu","aria-label":t.t("core","Search contacts")},on:{open:t.handleOpen},scopedSlots:t._u([{key:"trigger",fn:function(){return[e("Contacts",{staticClass:"contactsmenu__trigger-icon",attrs:{size:20}})]},proxy:!0}])},[t._v(" "),e("div",{staticClass:"contactsmenu__menu"},[e("div",{staticClass:"contactsmenu__menu__input-wrapper"},[e("NcTextField",{ref:"contactsMenuInput",staticClass:"contactsmenu__menu__search",attrs:{id:"contactsmenu__menu__search",value:t.searchTerm,"trailing-button-icon":"close",label:t.t("core","Search contacts"),"trailing-button-label":t.t("core","Reset search"),"show-trailing-button":""!==t.searchTerm,placeholder:t.t("core","Search contacts …")},on:{"update:value":function(e){t.searchTerm=e},input:t.onInputDebounced,"trailing-button-click":t.onReset}})],1),t._v(" "),t.error?e("NcEmptyContent",{attrs:{name:t.t("core","Could not load your contacts")},scopedSlots:t._u([{key:"icon",fn:function(){return[e("Magnify")]},proxy:!0}],null,!1,931131664)}):t.loadingText?e("NcEmptyContent",{attrs:{name:t.loadingText},scopedSlots:t._u([{key:"icon",fn:function(){return[e("NcLoadingIcon")]},proxy:!0}])}):0===t.contacts.length?e("NcEmptyContent",{attrs:{name:t.t("core","No contacts found")},scopedSlots:t._u([{key:"icon",fn:function(){return[e("Magnify")]},proxy:!0}])}):e("div",{staticClass:"contactsmenu__menu__content"},[e("div",{attrs:{id:"contactsmenu-contacts"}},[e("ul",t._l(t.contacts,(function(t){return e("Contact",{key:t.id,attrs:{contact:t}})})),1)]),t._v(" "),t.contactsAppEnabled?e("div",{staticClass:"contactsmenu__menu__content__footer"},[e("NcButton",{attrs:{type:"tertiary",href:t.contactsAppURL}},[t._v("\n\t\t\t\t\t"+t._s(t.t("core","Show all contacts"))+"\n\t\t\t\t")])],1):t.canInstallApp?e("div",{staticClass:"contactsmenu__menu__content__footer"},[e("NcButton",{attrs:{type:"tertiary",href:t.contactsAppMgmtURL}},[t._v("\n\t\t\t\t\t"+t._s(t.t("core","Install the Contacts app"))+"\n\t\t\t\t")])],1):t._e()])],1)])}),[],!1,null,"455d0c6a",null).exports;var ke=o(97786);const Be={name:"CircleIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Ee=(0,Lt.A)(Be,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon circle-icon",attrs:{"aria-hidden":t.title?null:"true","aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports,_e=(0,V.pM)({__name:"AppMenuIcon",props:{app:null},setup(t){const e=t,n=(0,V.EW)((()=>String(e.app.unread>0))),i=(0,V.EW)((()=>"true"===n.value?"":e.app.name+(e.app.unread>0?` (${(0,G.n)("core","{count} notification","{count} notifications",e.app.unread,{count:e.app.unread})})`:"")));return{__sfc:!0,props:e,ariaHidden:n,ariaLabel:i,IconDot:Ee}}});var Ie=o(23759),De={};De.styleTagTransform=ue(),De.setAttributes=se(),De.insert=oe().bind(null,"head"),De.domAPI=ne(),De.insertStyleElement=ce(),te()(Ie.A,De),Ie.A&&Ie.A.locals&&Ie.A.locals;const Se=(0,Lt.A)(_e,(function(){var t=this,e=t._self._c,n=t._self._setupProxy;return e("span",{staticClass:"app-menu-icon",attrs:{role:"img","aria-hidden":n.ariaHidden,"aria-label":n.ariaLabel}},[e("img",{staticClass:"app-menu-icon__icon",attrs:{src:t.app.icon,alt:""}}),t._v(" "),t.app.unread?e(n.IconDot,{staticClass:"app-menu-icon__unread",attrs:{size:10}}):t._e()],1)}),[],!1,null,"e7078f90",null).exports,Te=(0,V.pM)({__name:"AppMenuEntry",props:{app:null},setup(t){const e=t,n=(0,V.KR)(),i=(0,V.KR)(),o=(0,V.KR)(!1);function r(){const t=n.value.clientWidth;o.value=t-.5*e.app.name.lengthe.app.name),r),{__sfc:!0,props:e,containerElement:n,labelElement:i,needsSpace:o,calculateSize:r,AppMenuIcon:Se}}});var Oe=o(98826),Me={};Me.styleTagTransform=ue(),Me.setAttributes=se(),Me.insert=oe().bind(null,"head"),Me.domAPI=ne(),Me.insertStyleElement=ce(),te()(Oe.A,Me),Oe.A&&Oe.A.locals&&Oe.A.locals;var Pe=o(86186),Re={};Re.styleTagTransform=ue(),Re.setAttributes=se(),Re.insert=oe().bind(null,"head"),Re.domAPI=ne(),Re.insertStyleElement=ce(),te()(Pe.A,Re),Pe.A&&Pe.A.locals&&Pe.A.locals;const Ne=(0,Lt.A)(Te,(function(){var t=this,e=t._self._c,n=t._self._setupProxy;return e("li",{ref:"containerElement",staticClass:"app-menu-entry",class:{"app-menu-entry--active":t.app.active,"app-menu-entry--truncated":n.needsSpace}},[e("a",{staticClass:"app-menu-entry__link",attrs:{href:t.app.href,title:t.app.name,"aria-current":!!t.app.active&&"page",target:t.app.target?"_blank":void 0,rel:t.app.target?"noopener noreferrer":void 0}},[e(n.AppMenuIcon,{staticClass:"app-menu-entry__icon",attrs:{app:t.app}}),t._v(" "),e("span",{ref:"labelElement",staticClass:"app-menu-entry__label"},[t._v("\n\t\t\t"+t._s(t.app.name)+"\n\t\t")])],1)])}),[],!1,null,"22dcd4f7",null).exports,He=(0,V.pM)({name:"AppMenu",components:{AppMenuEntry:Ne,NcActions:Kt.A,NcActionLink:Xt.A},setup(){const t=(0,V.KR)(),{width:e}=(0,ke.Lhy)(t);return{t:G.t,n:G.n,appMenu:t,appMenuWidth:e}},data:()=>({appList:(0,Tt.C)("core","apps",[])}),computed:{appLimit(){const t=Math.floor(this.appMenuWidth/50);return t{let{app:n}=e;return n===t}));n?this.$set(n,"unread",e):fe.warn(`Could not find app "${t}" for setting navigation count`)},setApps(t){let{apps:e}=t;this.appList=e}}}),ze=He;var Le=o(26652),Fe={};Fe.styleTagTransform=ue(),Fe.setAttributes=se(),Fe.insert=oe().bind(null,"head"),Fe.domAPI=ne(),Fe.insertStyleElement=ce(),te()(Le.A,Fe),Le.A&&Le.A.locals&&Le.A.locals;const je=(0,Lt.A)(ze,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("nav",{ref:"appMenu",staticClass:"app-menu",attrs:{"aria-label":t.t("core","Applications menu")}},[e("ul",{staticClass:"app-menu__list",attrs:{"aria-label":t.t("core","Apps")}},t._l(t.mainAppList,(function(t){return e("AppMenuEntry",{key:t.id,attrs:{app:t}})})),1),t._v(" "),e("NcActions",{staticClass:"app-menu__overflow",attrs:{"aria-label":t.t("core","More apps")}},t._l(t.popoverAppList,(function(n){return e("NcActionLink",{key:n.id,staticClass:"app-menu__overflow-entry",attrs:{"aria-current":!!n.active&&"page",href:n.href,icon:n.icon}},[t._v("\n\t\t\t"+t._s(n.name)+"\n\t\t")])})),1)],1)}),[],!1,null,"7661a89b",null).exports;var Ue=o(1522);const{profileEnabled:We}=(0,Tt.C)("user_status","profileEnabled",{profileEnabled:!1}),Ye=(0,V.pM)({name:"AccountMenuProfileEntry",components:{NcListItem:Ue.A,NcLoadingIcon:Gt.A},props:{id:{type:String,required:!0},name:{type:String,required:!0},href:{type:String,required:!0},active:{type:Boolean,required:!0}},setup:()=>({profileEnabled:We,displayName:(0,Ot.HW)().displayName}),data:()=>({loading:!1}),mounted(){(0,c.B1)("settings:profile-enabled:updated",this.handleProfileEnabledUpdate),(0,c.B1)("settings:display-name:updated",this.handleDisplayNameUpdate)},beforeDestroy(){(0,c.al)("settings:profile-enabled:updated",this.handleProfileEnabledUpdate),(0,c.al)("settings:display-name:updated",this.handleDisplayNameUpdate)},methods:{handleClick(){this.profileEnabled&&(this.loading=!0)},handleProfileEnabledUpdate(t){this.profileEnabled=t},handleDisplayNameUpdate(t){this.displayName=t}}}),qe=Ye,Qe=(0,Lt.A)(qe,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("NcListItem",{attrs:{id:t.profileEnabled?void 0:t.id,"anchor-id":t.id,active:t.active,compact:"",href:t.profileEnabled?t.href:void 0,name:t.displayName,target:"_self"},scopedSlots:t._u([t.profileEnabled?{key:"subname",fn:function(){return[t._v("\n\t\t"+t._s(t.name)+"\n\t")]},proxy:!0}:null,t.loading?{key:"indicator",fn:function(){return[e("NcLoadingIcon")]},proxy:!0}:null],null,!0)})}),[],!1,null,null,null).exports,Ge=(0,Tt.C)("core","versionHash",""),Xe={name:"AccountMenuEntry",components:{NcListItem:Ue.A,NcLoadingIcon:Gt.A},props:{id:{type:String,required:!0},name:{type:String,required:!0},href:{type:String,required:!0},active:{type:Boolean,required:!0},icon:{type:String,required:!0}},data:()=>({loading:!1}),computed:{iconSource(){return`${this.icon}?v=${Ge}`}},methods:{handleClick(){this.loading=!0}}};var Ve=o(49481),Ke={};Ke.styleTagTransform=ue(),Ke.setAttributes=se(),Ke.insert=oe().bind(null,"head"),Ke.domAPI=ne(),Ke.insertStyleElement=ce(),te()(Ve.A,Ke),Ve.A&&Ve.A.locals&&Ve.A.locals;const Je=(0,Lt.A)(Xe,(function(){var t=this,e=t._self._c;return e("NcListItem",{staticClass:"account-menu-entry",attrs:{id:t.href?void 0:t.id,"anchor-id":t.id,active:t.active,compact:"",href:t.href,name:t.name,target:"_self"},scopedSlots:t._u([{key:"icon",fn:function(){return[e("img",{staticClass:"account-menu-entry__icon",class:{"account-menu-entry__icon--active":t.active},attrs:{src:t.iconSource,alt:""}})]},proxy:!0},t.loading?{key:"indicator",fn:function(){return[e("NcLoadingIcon")]},proxy:!0}:null],null,!0)})}),[],!1,null,"2e0a74a6",null).exports,Ze=[{type:"online",label:(0,G.Tl)("user_status","Online")},{type:"away",label:(0,G.Tl)("user_status","Away")},{type:"dnd",label:(0,G.Tl)("user_status","Do not disturb"),subline:(0,G.Tl)("user_status","Mute all notifications")},{type:"invisible",label:(0,G.Tl)("user_status","Invisible"),subline:(0,G.Tl)("user_status","Appear offline")}],$e=(0,V.pM)({name:"AccountMenu",components:{AccountMenuEntry:Je,AccountMenuProfileEntry:Qe,NcAvatar:Jt.A,NcHeaderMenu:Qt.N},setup(){const t=(0,Tt.C)("core","settingsNavEntries",{}),{profile:e,...n}=t;return{currentDisplayName:(0,Ot.HW)()?.displayName??(0,Ot.HW)().uid,currentUserId:(0,Ot.HW)().uid,profileEntry:e,otherEntries:n,t:G.t}},data:()=>({showUserStatus:!1,userStatus:{status:null,icon:null,message:null}}),computed:{translatedUserStatus(){return{...this.userStatus,status:this.translateStatus(this.userStatus.status)}},avatarDescription(){return[(0,G.t)("core","Avatar of {displayName}",{displayName:this.currentDisplayName}),...Object.values(this.translatedUserStatus).filter(Boolean)].join(" — ")}},async created(){if(!(0,ot.F)()?.user_status?.enabled)return;const t=(0,b.KT)("/apps/user_status/api/v1/user_status");try{const e=await Ht.Ay.get(t),{status:n,icon:i,message:o}=e.data.ocs.data;this.userStatus={status:n,icon:i,message:o}}catch(t){fe.error("Failed to load user status")}this.showUserStatus=!0},mounted(){(0,c.B1)("user_status:status.updated",this.handleUserStatusUpdated),(0,c.Ic)("core:user-menu:mounted")},methods:{handleUserStatusUpdated(t){this.currentUserId===t.userId&&(this.userStatus={status:t.status,icon:t.icon,message:t.message})},translateStatus(t){const e=Object.fromEntries(Ze.map((t=>{let{type:e,label:n}=t;return[e,n]})));return e[t]?e[t]:t}}});var tn=o(24454),en={};en.styleTagTransform=ue(),en.setAttributes=se(),en.insert=oe().bind(null,"head"),en.domAPI=ne(),en.insertStyleElement=ce(),te()(tn.A,en),tn.A&&tn.A.locals&&tn.A.locals;const nn=(0,Lt.A)($e,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("NcHeaderMenu",{staticClass:"account-menu",attrs:{id:"user-menu","is-nav":"","aria-label":t.t("core","Settings menu"),description:t.avatarDescription},scopedSlots:t._u([{key:"trigger",fn:function(){return[e("NcAvatar",{key:String(t.showUserStatus),staticClass:"account-menu__avatar",attrs:{"disable-menu":"","disable-tooltip":"","show-user-status":t.showUserStatus,user:t.currentUserId,"preloaded-user-status":t.userStatus}})]},proxy:!0}])},[t._v(" "),e("ul",{staticClass:"account-menu__list"},[e("AccountMenuProfileEntry",{attrs:{id:t.profileEntry.id,name:t.profileEntry.name,href:t.profileEntry.href,active:t.profileEntry.active}}),t._v(" "),t._l(t.otherEntries,(function(t){return e("AccountMenuEntry",{key:t.id,attrs:{id:t.id,name:t.name,href:t.href,active:t.active,icon:t.icon}})}))],2)])}),[],!1,null,"a886d77a",null).exports;var on=o(96763);const rn=t=>{const e=window.location.protocol+"//"+window.location.host+(0,b.aU)();return t.startsWith(e)||(t=>!t.startsWith("https://")&&!t.startsWith("http://"))(t)&&t.startsWith((0,b.aU)())};async function sn(){if(null!==(0,Ot.HW)()&&!0!==sn.running){sn.running=!0;try{const{status:t}=await window.fetch((0,b.Jv)("/apps/files"));401===t&&(on.warn("User session was terminated, forwarding to login page."),window.location=(0,b.Jv)("/login?redirect_url={url}",{url:window.location.pathname+window.location.search+window.location.hash}))}catch(t){on.warn("Could not check login-state")}finally{delete sn.running}}}const an=()=>{var t,e;XMLHttpRequest.prototype.open=(t=XMLHttpRequest.prototype.open,function(e,n,i){t.apply(this,arguments),rn(n)&&(this.getResponseHeader("X-Requested-With")||this.setRequestHeader("X-Requested-With","XMLHttpRequest"),this.addEventListener("loadend",(function(){401===this.status&&sn()})))}),window.fetch=(e=window.fetch,async(t,n)=>{if(!rn(t.url??t.toString()))return await e(t,n);n||(n={}),n.headers||(n.headers=new Headers),n.headers instanceof Headers&&!n.headers.has("X-Requested-With")?n.headers.append("X-Requested-With","XMLHttpRequest"):n.headers instanceof Object&&!n.headers["X-Requested-With"]&&(n.headers["X-Requested-With"]="XMLHttpRequest");const i=await e(t,n);return 401===i.status&&sn(),i})};var cn=o(96763);function ln(t){const e=document.createElement("textarea"),n=document.createTextNode(t);e.appendChild(n),document.body.appendChild(e),e.focus({preventScroll:!0}),e.select();try{document.execCommand("copy")}catch(e){window.prompt((0,G.t)("core","Clipboard not available, please copy manually"),t),cn.error("[ERROR] core: files Unable to copy to clipboard",e)}document.body.removeChild(e)}const un=()=>{setInterval((()=>{h()(".live-relative-timestamp").each((function(){const t=parseInt(h()(this).attr("data-timestamp"),10);h()(this).text(Ct()(t).fromNow())}))}),3e4)},hn={zh:"zh-cn",zh_Hans:"zh-cn",zh_Hans_CN:"zh-cn",zh_Hans_HK:"zh-cn",zh_Hans_MO:"zh-cn",zh_Hans_SG:"zh-cn",zh_Hant:"zh-hk",zh_Hant_HK:"zh-hk",zh_Hant_MO:"zh-mo",zh_Hant_TW:"zh-tw"};let dn=Dt.getLocale();Object.prototype.hasOwnProperty.call(hn,dn)&&(dn=hn[dn]),Ct().locale(dn);const pn=()=>{if(an(),window.navigator?.clipboard?.writeText||(cn.info("[INFO] core: Clipboard API not available, using fallback"),Object.defineProperty(window.navigator,"clipboard",{value:{writeText:ln},writable:!1})),h()(window).on("unload.main",(()=>{Dt._unloadCalled=!0})),h()(window).on("beforeunload.main",(()=>{setTimeout((()=>{Dt._userIsNavigatingAway=!0,setTimeout((()=>{Dt._unloadCalled||(Dt._userIsNavigatingAway=!1)}),1e4)}),1)})),h()(document).on("ajaxError.main",(function(t,e,n){n&&n.allowAuthErrors||Dt._processAjaxError(e)})),(()=>{if((()=>{try{Pt=(0,Tt.C)("core","config")}catch(t){Pt=Dt.config}})(),(()=>{if(!Pt.auto_logout||!(0,Ot.HW)())return;let t=Date.now();window.addEventListener("mousemove",(e=>{t=Date.now(),localStorage.setItem("lastActive",t)})),window.addEventListener("touchstart",(e=>{t=Date.now(),localStorage.setItem("lastActive",t)})),window.addEventListener("storage",(e=>{"lastActive"===e.key&&(t=e.newValue)}));let e=0;e=setInterval((()=>{const n=Date.now()-1e3*Pt.session_lifetime;if(t{Mt.info("browser is online again, resuming heartbeat"),t=Nt();try{await Rt(),Mt.info("session token successfully updated after resuming network"),(0,c.Ic)("networkOnline",{success:!0})}catch(t){Mt.error("could not update session token after resuming network",t),(0,c.Ic)("networkOnline",{success:!1})}})),window.addEventListener("offline",(()=>{Mt.info("browser is offline, stopping heartbeat"),(0,c.Ic)("networkOffline",{}),clearInterval(t),Mt.info("session heartbeat polling stopped")}))})(),Dt.registerMenu(h()("#expand"),h()("#expanddiv"),!1,!0),h()(document).on("mouseup.closemenus",(t=>{const e=h()(t.target);if(e.closest(".menu").length||e.closest(".menutoggle").length)return!1;Dt.hideMenus()})),(()=>{V.Ay.mixin({methods:{t:G.Tl,n:G.zw}});const t=document.getElementById("header-left__appmenu");if(!t)return;const e=new(V.Ay.extend(je))({}).$mount(t);Object.assign(OC,{setNavigationCounter(t,n){e.setNavigationCounter(t,n)}})})(),(()=>{const t=document.getElementById("user-menu");t&&new V.Ay({el:t,render:t=>t(nn)})})(),(()=>{const t=document.getElementById("contactsmenu");t&&new V.Ay({el:t,render:t=>t(ye)})})(),h()("#app-navigation").length&&!h()("html").hasClass("lte9")&&!h()("#app-content").hasClass("no-snapper")){const t=new Snap({element:document.getElementById("app-content"),disable:"right",maxPosition:300,minDragDistance:100});h()("#app-content").prepend('');let e=!1;t.on("animating",(()=>{e=!0})),t.on("animated",(()=>{e=!1})),t.on("start",(()=>{e=!0})),t.on("end",(()=>{e=!1})),t.on("open",(()=>{s.attr("aria-hidden","false")})),t.on("close",(()=>{s.attr("aria-hidden","true")}));const n=t.open,i=t.close,o=()=>{e||"closed"!==t.state().state||n("left")},r=()=>{e||"closed"===t.state().state||i()};window.TESTING||(t.open=()=>{l.default.defer(o)},t.close=()=>{l.default.defer(r)}),h()("#app-navigation-toggle").click((e=>{"left"!==t.state().state&&t.open()})),h()("#app-navigation-toggle").keypress((e=>{"left"===t.state().state?t.close():t.open()}));const s=h()("#app-navigation");s.attr("aria-hidden","true"),s.delegate("a, :button","click",(e=>{const n=h()(e.target);n.is(".app-navigation-noclose")||n.closest(".app-navigation-noclose").length||n.is(".app-navigation-entry-utils-menu-button")||n.closest(".app-navigation-entry-utils-menu-button").length||n.is(".add-new")||n.closest(".add-new").length||n.is("#app-settings")||n.closest("#app-settings").length||t.close()}));let a=!1,c=!0,u=!1;Dt.allowNavigationBarSlideGesture=()=>{c=!0,u&&(t.enable(),a=!0,u=!1)},Dt.disallowNavigationBarSlideGesture=()=>{if(c=!1,a){const e=!0;t.disable(e),a=!1,u=!0}};const d=()=>{h()(window).width()>1024?(s.attr("aria-hidden","false"),t.close(),t.disable(),a=!1,u=!1):c?(t.enable(),a=!0,u=!1):u=!0};h()(window).resize(l.default.debounce(d,250)),d()}un()};o(99660);var An=o(3131),fn={};fn.styleTagTransform=ue(),fn.setAttributes=se(),fn.insert=oe().bind(null,"head"),fn.domAPI=ne(),fn.insertStyleElement=ce(),te()(An.A,fn),An.A&&An.A.locals&&An.A.locals;var gn=o(13169),mn={};mn.styleTagTransform=ue(),mn.setAttributes=se(),mn.insert=oe().bind(null,"head"),mn.domAPI=ne(),mn.insertStyleElement=ce(),te()(gn.A,mn),gn.A&&gn.A.locals&&gn.A.locals;var bn=o(57576),Cn=o.n(bn),vn=o(18922),xn=o.n(vn),wn=(o(44275),o(35156)),yn={};yn.styleTagTransform=ue(),yn.setAttributes=se(),yn.insert=oe().bind(null,"head"),yn.domAPI=ne(),yn.insertStyleElement=ce(),te()(wn.A,yn),wn.A&&wn.A.locals&&wn.A.locals,o(57223),o(53425);var kn=o(86140),Bn={};Bn.styleTagTransform=ue(),Bn.setAttributes=se(),Bn.insert=oe().bind(null,"head"),Bn.domAPI=ne(),Bn.insertStyleElement=ce(),te()(kn.A,Bn),kn.A&&kn.A.locals&&kn.A.locals;const En=/(\s|^)(https?:\/\/)([-A-Z0-9+_.]+(?::[0-9]+)?(?:\/[-A-Z0-9+&@#%?=~_|!:,.;()]*)*)(\s|$)/gi;function _n(t){return this.formatLinksRich(t)}function In(t){return this.formatLinksPlain(t)}function Dn(t){return t.replace(En,(function(t,e,n,i,o){let r=i;return n?"http://"===n&&(r=n+i):n="https://",e+''+r+""+o}))}function Sn(t){const e=h()("
        ").html(t);return e.find("a").each((function(){const t=h()(this);t.html(t.attr("href"))})),e.html()}var Tn=o(96763);function On(e){const n=(e=e||{}).dismiss||{};h().ajax({type:"GET",url:e.url||(0,b.KT)("core/whatsnew?format=json"),success:e.success||function(e,i,o){!function(e,n,i,o){if(Tn.debug("querying Whats New data was successful: "+n),Tn.debug(e),200!==i.status)return;let r,s,a,c;const u=document.createElement("div");u.classList.add("popovermenu","open","whatsNewPopover","menu-left");const h=document.createElement("ul");r=document.createElement("li"),s=document.createElement("span"),s.className="menuitem",a=document.createElement("span"),a.innerText=t("core","New in")+" "+e.ocs.data.product,a.className="caption",s.appendChild(a),c=document.createElement("span"),c.className="icon-close",c.onclick=function(){Mn(e.ocs.data.version,o)},s.appendChild(c),r.appendChild(s),h.appendChild(r);for(const t in e.ocs.data.whatsNew.regular){const n=e.ocs.data.whatsNew.regular[t];r=document.createElement("li"),s=document.createElement("span"),s.className="menuitem",c=document.createElement("span"),c.className="icon-checkmark",s.appendChild(c),a=document.createElement("p"),a.innerHTML=l.default.escape(n),s.appendChild(a),r.appendChild(s),h.appendChild(r)}l.default.isUndefined(e.ocs.data.changelogURL)||(r=document.createElement("li"),s=document.createElement("a"),s.href=e.ocs.data.changelogURL,s.rel="noreferrer noopener",s.target="_blank",c=document.createElement("span"),c.className="icon-link",s.appendChild(c),a=document.createElement("span"),a.innerText=t("core","View changelog"),s.appendChild(a),r.appendChild(s),h.appendChild(r)),u.appendChild(h),document.body.appendChild(u)}(e,i,o,n)},error:e.error||Pn})}function Mn(t,e){e=e||{},h().ajax({type:"POST",url:e.url||(0,b.KT)("core/whatsnew"),data:{version:encodeURIComponent(t)},success:e.success||Rn,error:e.error||Nn}),h()(".whatsNewPopover").remove()}function Pn(t,e,n){Tn.debug("querying Whats New Data resulted in an error: "+e+n),Tn.debug(t)}function Rn(t){}function Nn(t){Tn.debug("dismissing Whats New data resulted in an error: "+t)}const Hn={disableKeyboardShortcuts:()=>(0,Tt.C)("theming","shortcutsDisabled",!1),setPageHeading:function(t){const e=document.getElementById("page-heading-level-1");e&&(e.textContent=t)}};var zn=o(70580),Ln=o.n(zn);const Fn={},jn={registerType(t,e){Fn[t]=e},trigger:t=>Fn[t].action(),getTypes:()=>Object.keys(Fn),getIcon:t=>Fn[t].typeIconClass||"",getLabel:t=>Ln()(Fn[t].typeString||t),getLink:(t,e)=>void 0!==Fn[t]?Fn[t].link(e):""},Un={},Wn={},Yn={loadScript(t,e){const n=t+e;return Object.prototype.hasOwnProperty.call(Un,n)?Promise.resolve():(Un[n]=!0,new Promise((function(n,i){const o=OC.filePath(t,"js",e),r=document.createElement("script");r.src=o,r.setAttribute("nonce",btoa(OC.requestToken)),r.onload=()=>n(),r.onerror=()=>i(new Error(`Failed to load script from ${o}`)),document.head.appendChild(r)})))},loadStylesheet(t,e){const n=t+e;return Object.prototype.hasOwnProperty.call(Wn,n)?Promise.resolve():(Wn[n]=!0,new Promise((function(n,i){const o=OC.filePath(t,"css",e),r=document.createElement("link");r.href=o,r.type="text/css",r.rel="stylesheet",r.onload=()=>n(),r.onerror=()=>i(new Error(`Failed to load stylesheet from ${o}`)),document.head.appendChild(r)})))}},qn={success:(t,e)=>(0,d.Te)(t,e),warning:(t,e)=>(0,d.I9)(t,e),error:(t,e)=>(0,d.Qg)(t,e),info:(t,e)=>(0,d.cf)(t,e),message:(t,e)=>(0,d.rG)(t,e)},Qn={Accessibility:Hn,AppConfig:r,Collaboration:jn,Comments:s,InitialState:{loadState:Tt.C},Loader:Yn,Toast:qn,WhatsNew:a};var Gn=o(96763);const Xn=function(){void 0===window.TESTING&&Dt.debug&&Gn.warn.apply(Gn,arguments)},Vn=(t,e,n)=>{(Array.isArray(t)?t:[t]).forEach((t=>{void 0!==window[t]&&delete window[t],Object.defineProperty(window,t,{get:()=>(Xn(n?`${t} is deprecated: ${n}`:`${t} is deprecated`),e())})}))};window._=l.default,Vn(["$","jQuery"],(()=>h()),"The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own."),Vn("Backbone",(()=>S()),"please ship your own, this will be removed in Nextcloud 20"),Vn(["Clipboard","ClipboardJS"],(()=>Cn()),"please ship your own, this will be removed in Nextcloud 20"),window.dav=T.dav,Vn("Handlebars",(()=>ht()),"please ship your own, this will be removed in Nextcloud 20"),Vn("md5",(()=>xn()),"please ship your own, this will be removed in Nextcloud 20"),Vn("moment",(()=>Ct()),"please ship your own, this will be removed in Nextcloud 20"),window.OC=Dt,Vn("initCore",(()=>pn),"this is an internal function"),Vn("oc_appswebroots",(()=>Dt.appswebroots),"use OC.appswebroots instead, this will be removed in Nextcloud 20"),Vn("oc_config",(()=>Dt.config),"use OC.config instead, this will be removed in Nextcloud 20"),Vn("oc_current_user",(()=>Dt.getCurrentUser().uid),"use OC.getCurrentUser().uid instead, this will be removed in Nextcloud 20"),Vn("oc_debug",(()=>Dt.debug),"use OC.debug instead, this will be removed in Nextcloud 20"),Vn("oc_defaults",(()=>Dt.theme),"use OC.theme instead, this will be removed in Nextcloud 20"),Vn("oc_isadmin",Dt.isUserAdmin,"use OC.isUserAdmin() instead, this will be removed in Nextcloud 20"),Vn("oc_requesttoken",(()=>tt()),"use OC.requestToken instead, this will be removed in Nextcloud 20"),Vn("oc_webroot",(()=>Dt.webroot),"use OC.getRootPath() instead, this will be removed in Nextcloud 20"),Vn("OCDialogs",(()=>Dt.dialogs),"use OC.dialogs instead, this will be removed in Nextcloud 20"),window.OCP=Qn,window.OCA={},h().fn.select2=(t=>{const e=t,n=function(){return Xn("The select2 library is deprecated! It will be removed in nextcloud 19."),e.apply(this,arguments)};return Object.assign(n,e),n})(h().fn.select2),window.t=l.default.bind(Dt.L10N.translate,Dt.L10N),window.n=l.default.bind(Dt.L10N.translatePlural,Dt.L10N),h().fn.avatar=function(t,e,n,i,o,r){const s=function(t){t.imageplaceholder("?"),t.css("background-color","#b9b9b9")};if(void 0!==t&&(t=String(t)),void 0!==r&&(r=String(r)),void 0===e&&(e=this.height()>0?this.height():this.data("size")>0?this.data("size"):64),this.height(e),this.width(e),void 0===t){if(void 0===this.data("user"))return void s(this);t=this.data("user")}t=String(t).replace(/\//g,"");const a=this;let c;c=t===Dt.getCurrentUser().uid?Dt.generateUrl("/avatar/{user}/{size}?v={version}",{user:t,size:Math.ceil(e*window.devicePixelRatio),version:oc_userconfig.avatar.version}):Dt.generateUrl("/avatar/{user}/{size}",{user:t,size:Math.ceil(e*window.devicePixelRatio)});const l=new Image;l.onload=function(){a.clearimageplaceholder(),a.append(l),"function"==typeof o&&o()},l.onerror=function(){a.clearimageplaceholder(),void 0!==r?a.imageplaceholder(t,r):s(a),"function"==typeof o&&o()},e<32?a.addClass("icon-loading-small"):a.addClass("icon-loading"),l.width=e,l.height=e,l.src=c,l.alt=""};const Kn=t=>"click"===t.type||"keydown"===t.type&&"Enter"===t.key,Jn=o(66235);h().fn.contactsMenu=function(e,n,i){if(-1===[0,4,6].indexOf(n))return;const o=this;i.append('');const r=i.find("div.contactsmenu-popover");o.on("click keydown",(function(i){if(Kn(i)){if(!r.hasClass("hidden"))return r.addClass("hidden"),void r.hide();r.removeClass("hidden"),r.show(),r.hasClass("loaded")||(r.addClass("loaded"),h().ajax(Dt.generateUrl("/contactsmenu/findOne"),{method:"POST",data:{shareType:n,shareWith:e}}).then((function(e){let n;r.find("ul").find("li").addClass("hidden"),n=e.topAction?[e.topAction].concat(e.actions):[{hyperlink:"#",title:t("core","No action available")}],n.forEach((function(t){r.find("ul").append(Jn(t))})),o.trigger("load")}),(function(e){let n;r.find("ul").find("li").addClass("hidden"),n=404===e.status?t("core","No action available"):t("core","Error fetching contact actions"),r.find("ul").append(Jn({hyperlink:"#",title:n})),o.trigger("loaderror",e)})))}})),h()(document).click((function(t){const e=r.has(t.target).length>0;let n=o.has(t.target).length>0;o.each((function(){h()(this).is(t.target)&&(n=!0)})),e||n||(r.addClass("hidden"),r.hide())}))},h().fn.exists=function(){return this.length>0},h().fn.filterAttr=function(t,e){return this.filter((function(){return h()(this).attr(t)===e}))};var Zn=o(52697);h().widget("oc.ocdialog",{options:{width:"auto",height:"auto",closeButton:!0,closeOnEscape:!0,closeCallback:null,modal:!1},_create(){const t=this;this.originalCss={display:this.element[0].style.display,width:this.element[0].style.width,height:this.element[0].style.height},this.originalTitle=this.element.attr("title"),this.options.title=this.options.title||this.originalTitle,this.$dialog=h()('
        ').attr({tabIndex:-1,role:"dialog","aria-modal":!0}).insertBefore(this.element),this.$dialog.append(this.element.detach()),this.element.removeAttr("title").addClass("oc-dialog-content").appendTo(this.$dialog),1===t.element.find("input").length&&t.element.find("input").on("keydown",(function(e){if(Kn(e)&&t.$buttonrow){const e=t.$buttonrow.find("button.primary");e&&!e.prop("disabled")&&e.click()}})),this.$dialog.css({display:"inline-block",position:"fixed"}),this.enterCallback=null,h()(document).on("keydown keyup",(function(e){if(e.target===t.$dialog.get(0)||0!==t.$dialog.find(h()(e.target)).length)return 27===e.keyCode&&"keydown"===e.type&&t.options.closeOnEscape?(e.stopImmediatePropagation(),t.close(),!1):13===e.keyCode?(e.stopImmediatePropagation(),null!==t.enterCallback?(t.enterCallback(),e.preventDefault(),!1):"keyup"===e.type&&(e.preventDefault(),!1)):void 0})),this._setOptions(this.options),this._createOverlay(),this._useFocusTrap()},_init(){this._trigger("open")},_setOption(e,n){const i=this;switch(e){case"title":if(this.$title)this.$title.text(n);else{const t=h()('

        '+n+"

        ");this.$title=t.prependTo(this.$dialog)}this._setSizes();break;case"buttons":if(this.$buttonrow)this.$buttonrow.empty();else{const t=h()('
        ');this.$buttonrow=t.appendTo(this.$dialog)}1===n.length?this.$buttonrow.addClass("onebutton"):2===n.length?this.$buttonrow.addClass("twobuttons"):3===n.length&&this.$buttonrow.addClass("threebuttons"),h().each(n,(function(t,e){const n=h()("');e.attr("aria-label",t("core",'Close "{dialogTitle}" dialog',{dialogTitle:this.$title||this.options.title})),this.$dialog.prepend(e),e.on("click keydown",(function(t){Kn(t)&&(i.options.closeCallback&&i.options.closeCallback(),i.close())}))}else this.$dialog.find(".oc-dialog-close").remove();break;case"width":this.$dialog.css("width",n);break;case"height":this.$dialog.css("height",n);break;case"close":this.closeCB=n}h().Widget.prototype._setOption.apply(this,arguments)},_setOptions(t){h().Widget.prototype._setOptions.apply(this,arguments)},_setSizes(){let t=0;this.$title&&(t+=this.$title.outerHeight(!0)),this.$buttonrow&&(t+=this.$buttonrow.outerHeight(!0)),this.element.css({height:"calc(100% - "+t+"px)"})},_createOverlay(){if(!this.options.modal)return;const t=this;let e=h()("#content");0===e.length&&(e=h()(".content")),this.overlay=h()("
        ").addClass("oc-dialog-dim").insertBefore(this.$dialog),this.overlay.on("click keydown keyup",(function(e){e.target!==t.$dialog.get(0)&&0===t.$dialog.find(h()(e.target)).length&&(e.preventDefault(),e.stopPropagation())}))},_destroyOverlay(){this.options.modal&&this.overlay&&(this.overlay.off("click keydown keyup"),this.overlay.remove(),this.overlay=null)},_useFocusTrap(){Object.assign(window,{_nc_focus_trap:window._nc_focus_trap||[]});const t=this.$dialog[0];this.focusTrap=(0,Zn.K)(t,{allowOutsideClick:!0,trapStack:window._nc_focus_trap,fallbackFocus:t}),this.focusTrap.activate()},_clearFocusTrap(){this.focusTrap?.deactivate(),this.focusTrap=null},widget(){return this.$dialog},setEnterCallback(t){this.enterCallback=t},unsetEnterCallback(){this.enterCallback=null},close(){this._clearFocusTrap(),this._destroyOverlay();const t=this;setTimeout((function(){t._trigger("close",t)}),200),t.$dialog.remove(),this.destroy()},destroy(){this.$title&&this.$title.remove(),this.$buttonrow&&this.$buttonrow.remove(),this.originalTitle&&this.element.attr("title",this.originalTitle),this.element.removeClass("oc-dialog-content").css(this.originalCss).detach().insertBefore(this.$dialog),this.$dialog.remove()}});var $n=o(96763);const ti={init(t,e,n){this.vars=t,this.options=h().extend({},this.options,e),this.elem=n;const i=this;if("function"==typeof this.options.escapeFunction){const t=Object.keys(this.vars);for(let e=0;et instanceof HTMLElement)).outerHTML},options:{escapeFunction:Ln()}};h().fn.octemplate=function(t,e){if(t=t||{},this.length)return Object.create(ti).init(t,e,this)};var ei=o(96763);const ni=t=>{var e=t.toLowerCase();function n(t,e,n){this.r=t,this.g=e,this.b=n}function i(t,e,i){var o=[];o.push(e);for(var r=function(t,e){var n=new Array(3);return n[0]=(e[1].r-e[0].r)/t,n[1]=(e[1].g-e[0].g)/t,n[2]=(e[1].b-e[0].b)/t,n}(t,[e,i]),s=1;st[0].toUpperCase())).join("");this.html(r)}},h().fn.clearimageplaceholder=function(){this.css("background-color",""),this.css("color",""),this.css("font-weight",""),this.css("text-align",""),this.css("line-height",""),this.css("font-size",""),this.html(""),this.removeClass("icon-loading"),this.removeClass("icon-loading-small")},h()(document).on("ajaxSend",(function(t,e,n){!1===n.crossDomain&&(e.setRequestHeader("requesttoken",tt()),e.setRequestHeader("OCS-APIREQUEST","true"))})),h().fn.selectRange=function(t,e){return this.each((function(){if(this.setSelectionRange)this.focus(),this.setSelectionRange(t,e);else if(this.createTextRange){const n=this.createTextRange();n.collapse(!0),n.moveEnd("character",e),n.moveStart("character",t),n.select()}}))},h().fn.extend({showPassword(t){const e={fn:null,args:{}};e.fn=t;const n=function(t,e){e.val(t.val())},i=function(t,e,i){t.is(":checked")?(n(e,i),i.show(),e.hide()):(n(i,e),i.hide(),e.show())};return this.each((function(){const t=h()(this),o=h()(t.data("typetoggle")),r=function(t){const e=h()(t),n=h()("");return n.attr({type:"text",class:e.attr("class"),style:e.attr("style"),size:e.attr("size"),name:e.attr("name")+"-clone",tabindex:e.attr("tabindex"),autocomplete:"off"}),void 0!==e.attr("placeholder")&&n.attr("placeholder",e.attr("placeholder")),n}(t);r.insertAfter(t),e.fn&&(e.args.input=t,e.args.checkbox=o,e.args.clone=r),o.bind("click",(function(){i(o,t,r)})),t.bind("keyup",(function(){n(t,r)})),r.bind("keyup",(function(){n(r,t),t.trigger("keyup")})),r.bind("blur",(function(){t.trigger("focusout")})),i(o,t,r),r.closest("form").submit((function(t){r.prop("type","password")})),e.fn&&e.fn(e.args)}))}}),h().ui.autocomplete.prototype._resizeMenu=function(){this.menu.element.outerWidth(this.element.outerWidth())};var ii=o(90628),oi={};oi.styleTagTransform=ue(),oi.setAttributes=se(),oi.insert=oe().bind(null,"head"),oi.domAPI=ne(),oi.insertStyleElement=ce(),te()(ii.A,oi),ii.A&&ii.A.locals&&ii.A.locals;var ri=o(2791),si={};si.styleTagTransform=ue(),si.setAttributes=se(),si.insert=oe().bind(null,"head"),si.domAPI=ne(),si.insertStyleElement=ce(),te()(ri.A,si),ri.A&&ri.A.locals&&ri.A.locals,h().ajaxSetup({contents:{script:!1}}),h().globalEval=function(){},o.nc=(0,Ot.aV)(),window.addEventListener("DOMContentLoaded",(function(){pn(),(()=>{let t=h()("[data-apps-slide-toggle]");0===t.length&&h()("#app-navigation").addClass("without-app-settings"),h()(document).click((function(e){g&&(t=h()("[data-apps-slide-toggle]")),t.each((function(t,n){const i=h()(n).data("apps-slide-toggle"),o=h()(i);function r(){o.slideUp(4*OC.menuSpeed,(function(){o.trigger(new(h().Event)("hide"))})),o.removeClass("opened"),h()(n).removeClass("opened"),h()(n).attr("aria-expanded","false")}if(!o.is(":animated"))if(h()(n).is(h()(e.target).closest("[data-apps-slide-toggle]")))o.is(":visible")?r():function(){o.slideDown(4*OC.menuSpeed,(function(){o.trigger(new(h().Event)("show"))})),o.addClass("opened"),h()(n).addClass("opened"),h()(n).attr("aria-expanded","true");const t=h()(i+" [autofocus]");1===t.length&&t.focus()}();else{const t=h()(e.target).closest(i);o.is(":visible")&&t[0]!==o[0]&&r()}}))}))})(),window.history.pushState?window.onpopstate=_.bind(Dt.Util.History._onPopState,Dt.Util.History):window.onhashchange=_.bind(Dt.Util.History._onPopState,Dt.Util.History)})),document.addEventListener("DOMContentLoaded",(function(){const t=document.getElementById("password-input-form");t&&t.addEventListener("submit",(async function(e){e.preventDefault();const n=document.getElementById("requesttoken");if(n){const t=(0,b.Jv)("/csrftoken"),e=await Ht.Ay.get(t);n.value=e.data.token}t.submit()}))}))},21391:(t,e,n)=>{var i,o,r;r="object"==typeof self&&self.self===self&&self||"object"==typeof n.g&&n.g.global===n.g&&n.g,i=[n(4523),n(74692),e],o=function(t,e,n){r.Backbone=function(t,e,n,i){var o=t.Backbone,r=Array.prototype.slice;e.VERSION="1.6.0",e.$=i,e.noConflict=function(){return t.Backbone=o,this},e.emulateHTTP=!1,e.emulateJSON=!1;var s,a=e.Events={},c=/\s+/,l=function(t,e,i,o,r){var s,a=0;if(i&&"object"==typeof i){void 0!==o&&"context"in r&&void 0===r.context&&(r.context=o);for(s=n.keys(i);athis.length&&(o=this.length),o<0&&(o+=this.length+1);var r,s,a=[],c=[],l=[],u=[],h={},d=e.add,p=e.merge,A=e.remove,f=!1,g=this.comparator&&null==o&&!1!==e.sort,m=n.isString(this.comparator)?this.comparator:null;for(s=0;s0&&!e.silent&&delete e.index,n},_isModel:function(t){return t instanceof m},_addReference:function(t,e){this._byId[t.cid]=t;var n=this.modelId(t.attributes,t.idAttribute);null!=n&&(this._byId[n]=t),t.on("all",this._onModelEvent,this)},_removeReference:function(t,e){delete this._byId[t.cid];var n=this.modelId(t.attributes,t.idAttribute);null!=n&&delete this._byId[n],this===t.collection&&delete t.collection,t.off("all",this._onModelEvent,this)},_onModelEvent:function(t,e,n,i){if(e){if(("add"===t||"remove"===t)&&n!==this)return;if("destroy"===t&&this.remove(e,i),"changeId"===t){var o=this.modelId(e.previousAttributes(),e.idAttribute),r=this.modelId(e.attributes,e.idAttribute);null!=o&&delete this._byId[o],null!=r&&(this._byId[r]=e)}}this.trigger.apply(this,arguments)},_forwardPristineError:function(t,e,n){this.has(t)||this._onModelEvent("error",t,e,n)}});var w="function"==typeof Symbol&&Symbol.iterator;w&&(b.prototype[w]=b.prototype.values);var y=function(t,e){this._collection=t,this._kind=e,this._index=0},k=1,B=2,E=3;w&&(y.prototype[w]=function(){return this}),y.prototype.next=function(){if(this._collection){if(this._index7),this._useHashChange=this._wantsHashChange&&this._hasHashChange,this._wantsPushState=!!this.options.pushState,this._hasPushState=!(!this.history||!this.history.pushState),this._usePushState=this._wantsPushState&&this._hasPushState,this.fragment=this.getFragment(),this.root=("/"+this.root+"/").replace(j,"/"),this._wantsHashChange&&this._wantsPushState){if(!this._hasPushState&&!this.atRoot()){var e=this.root.slice(0,-1)||"/";return this.location.replace(e+"#"+this.getPath()),!0}this._hasPushState&&this.atRoot()&&this.navigate(this.getHash(),{replace:!0})}if(!this._hasHashChange&&this._wantsHashChange&&!this._usePushState){this.iframe=document.createElement("iframe"),this.iframe.src="javascript:0",this.iframe.style.display="none",this.iframe.tabIndex=-1;var i=document.body,o=i.insertBefore(this.iframe,i.firstChild).contentWindow;o.document.open(),o.document.close(),o.location.hash="#"+this.fragment}var r=window.addEventListener||function(t,e){return attachEvent("on"+t,e)};if(this._usePushState?r("popstate",this.checkUrl,!1):this._useHashChange&&!this.iframe?r("hashchange",this.checkUrl,!1):this._wantsHashChange&&(this._checkUrlInterval=setInterval(this.checkUrl,this.interval)),!this.options.silent)return this.loadUrl()},stop:function(){var t=window.removeEventListener||function(t,e){return detachEvent("on"+t,e)};this._usePushState?t("popstate",this.checkUrl,!1):this._useHashChange&&!this.iframe&&t("hashchange",this.checkUrl,!1),this.iframe&&(document.body.removeChild(this.iframe),this.iframe=null),this._checkUrlInterval&&clearInterval(this._checkUrlInterval),L.started=!1},route:function(t,e){this.handlers.unshift({route:t,callback:e})},checkUrl:function(t){var e=this.getFragment();if(e===this.fragment&&this.iframe&&(e=this.getHash(this.iframe.contentWindow)),e===this.fragment)return!this.matchRoot()&&this.notfound();this.iframe&&this.navigate(e),this.loadUrl()},loadUrl:function(t){return this.matchRoot()?(t=this.fragment=this.getFragment(t),n.some(this.handlers,(function(e){if(e.route.test(t))return e.callback(t),!0}))||this.notfound()):this.notfound()},notfound:function(){return this.trigger("notfound"),!1},navigate:function(t,e){if(!L.started)return!1;e&&!0!==e||(e={trigger:!!e}),t=this.getFragment(t||"");var n=this.root;this._trailingSlash||""!==t&&"?"!==t.charAt(0)||(n=n.slice(0,-1)||"/");var i=n+t;t=t.replace(U,"");var o=this.decodeFragment(t);if(this.fragment!==o){if(this.fragment=o,this._usePushState)this.history[e.replace?"replaceState":"pushState"]({},document.title,i);else{if(!this._wantsHashChange)return this.location.assign(i);if(this._updateHash(this.location,t,e.replace),this.iframe&&t!==this.getHash(this.iframe.contentWindow)){var r=this.iframe.contentWindow;e.replace||(r.document.open(),r.document.close()),this._updateHash(r.location,t,e.replace)}}return e.trigger?this.loadUrl(t):void 0}},_updateHash:function(t,e,n){if(n){var i=t.href.replace(/(javascript:|#).*$/,"");t.replace(i+"#"+e)}else t.hash="#"+e}}),e.history=new L;m.extend=b.extend=P.extend=_.extend=L.extend=function(t,e){var i,o=this;return i=t&&n.has(t,"constructor")?t.constructor:function(){return o.apply(this,arguments)},n.extend(i,o,e),i.prototype=n.create(o.prototype,t),i.prototype.constructor=i,i.__super__=o.prototype,i};var W=function(){throw new Error('A "url" property or function must be specified')},Y=function(t,e){var n=e.error;e.error=function(i){n&&n.call(e.context,t,i,e),t.trigger("error",t,i,e)}};return e._debug=function(){return{root:t,_:n}},e}(r,n,t,e)}.apply(e,i),void 0===o||(t.exports=o)},18922:function(t,e,n){var i;!function(){"use strict";function o(t,e){var n=(65535&t)+(65535&e);return(t>>16)+(e>>16)+(n>>16)<<16|65535&n}function r(t,e,n,i,r,s){return o((a=o(o(e,t),o(i,s)))<<(c=r)|a>>>32-c,n);var a,c}function s(t,e,n,i,o,s,a){return r(e&n|~e&i,t,e,o,s,a)}function a(t,e,n,i,o,s,a){return r(e&i|n&~i,t,e,o,s,a)}function c(t,e,n,i,o,s,a){return r(e^n^i,t,e,o,s,a)}function l(t,e,n,i,o,s,a){return r(n^(e|~i),t,e,o,s,a)}function u(t,e){var n,i,r,u,h;t[e>>5]|=128<>>9<<4)]=e;var d=1732584193,p=-271733879,A=-1732584194,f=271733878;for(n=0;n>5]>>>e%32&255);return n}function d(t){var e,n=[];for(n[(t.length>>2)-1]=void 0,e=0;e>5]|=(255&t.charCodeAt(e/8))<>>4&15)+i.charAt(15&e);return o}function A(t){return unescape(encodeURIComponent(t))}function f(t){return function(t){return h(u(d(t),8*t.length))}(A(t))}function g(t,e){return function(t,e){var n,i,o=d(t),r=[],s=[];for(r[15]=s[15]=void 0,o.length>16&&(o=u(o,8*t.length)),n=0;n<16;n+=1)r[n]=909522486^o[n],s[n]=1549556828^o[n];return i=u(r.concat(d(e)),512+8*e.length),h(u(s.concat(i),640))}(A(t),A(e))}function m(t,e,n){return e?n?g(e,t):p(g(e,t)):n?f(t):p(f(t))}void 0===(i=function(){return m}.call(e,n,e,t))||(t.exports=i)}()},57576:function(t){var e;e=function(){return function(){var t={686:function(t,e,n){"use strict";n.d(e,{default:function(){return v}});var i=n(279),o=n.n(i),r=n(370),s=n.n(r),a=n(817),c=n.n(a);function l(t){try{return document.execCommand(t)}catch(t){return!1}}var u=function(t){var e=c()(t);return l("cut"),e},h=function(t,e){var n=function(t){var e="rtl"===document.documentElement.getAttribute("dir"),n=document.createElement("textarea");n.style.fontSize="12pt",n.style.border="0",n.style.padding="0",n.style.margin="0",n.style.position="absolute",n.style[e?"right":"left"]="-9999px";var i=window.pageYOffset||document.documentElement.scrollTop;return n.style.top="".concat(i,"px"),n.setAttribute("readonly",""),n.value=t,n}(t);e.container.appendChild(n);var i=c()(n);return l("copy"),n.remove(),i},d=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{container:document.body},n="";return"string"==typeof t?n=h(t,e):t instanceof HTMLInputElement&&!["text","search","url","tel","password"].includes(null==t?void 0:t.type)?n=h(t.value,e):(n=c()(t),l("copy")),n};function p(t){return p="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},p(t)}function A(t){return A="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},A(t)}function f(t,e){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:{};this.action="function"==typeof t.action?t.action:this.defaultAction,this.target="function"==typeof t.target?t.target:this.defaultTarget,this.text="function"==typeof t.text?t.text:this.defaultText,this.container="object"===A(t.container)?t.container:document.body}},{key:"listenClick",value:function(t){var e=this;this.listener=s()(t,"click",(function(t){return e.onClick(t)}))}},{key:"onClick",value:function(t){var e=t.delegateTarget||t.currentTarget,n=this.action(e)||"copy",i=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.action,n=void 0===e?"copy":e,i=t.container,o=t.target,r=t.text;if("copy"!==n&&"cut"!==n)throw new Error('Invalid "action" value, use either "copy" or "cut"');if(void 0!==o){if(!o||"object"!==p(o)||1!==o.nodeType)throw new Error('Invalid "target" value, use a valid Element');if("copy"===n&&o.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if("cut"===n&&(o.hasAttribute("readonly")||o.hasAttribute("disabled")))throw new Error('Invalid "target" attribute. You can\'t cut text from elements with "readonly" or "disabled" attributes')}return r?d(r,{container:i}):o?"cut"===n?u(o):d(o,{container:i}):void 0}({action:n,container:this.container,target:this.target(e),text:this.text(e)});this.emit(i?"success":"error",{action:n,text:i,trigger:e,clearSelection:function(){e&&e.focus(),window.getSelection().removeAllRanges()}})}},{key:"defaultAction",value:function(t){return b("action",t)}},{key:"defaultTarget",value:function(t){var e=b("target",t);if(e)return document.querySelector(e)}},{key:"defaultText",value:function(t){return b("text",t)}},{key:"destroy",value:function(){this.listener.destroy()}}],i=[{key:"copy",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{container:document.body};return d(t,e)}},{key:"cut",value:function(t){return u(t)}},{key:"isSupported",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:["copy","cut"],e="string"==typeof t?[t]:t,n=!!document.queryCommandSupported;return e.forEach((function(t){n=n&&!!document.queryCommandSupported(t)})),n}}],n&&f(e.prototype,n),i&&f(e,i),c}(o()),v=C},828:function(t){if("undefined"!=typeof Element&&!Element.prototype.matches){var e=Element.prototype;e.matches=e.matchesSelector||e.mozMatchesSelector||e.msMatchesSelector||e.oMatchesSelector||e.webkitMatchesSelector}t.exports=function(t,e){for(;t&&9!==t.nodeType;){if("function"==typeof t.matches&&t.matches(e))return t;t=t.parentNode}}},438:function(t,e,n){var i=n(828);function o(t,e,n,i,o){var s=r.apply(this,arguments);return t.addEventListener(n,s,o),{destroy:function(){t.removeEventListener(n,s,o)}}}function r(t,e,n,o){return function(n){n.delegateTarget=i(n.target,e),n.delegateTarget&&o.call(t,n)}}t.exports=function(t,e,n,i,r){return"function"==typeof t.addEventListener?o.apply(null,arguments):"function"==typeof n?o.bind(null,document).apply(null,arguments):("string"==typeof t&&(t=document.querySelectorAll(t)),Array.prototype.map.call(t,(function(t){return o(t,e,n,i,r)})))}},879:function(t,e){e.node=function(t){return void 0!==t&&t instanceof HTMLElement&&1===t.nodeType},e.nodeList=function(t){var n=Object.prototype.toString.call(t);return void 0!==t&&("[object NodeList]"===n||"[object HTMLCollection]"===n)&&"length"in t&&(0===t.length||e.node(t[0]))},e.string=function(t){return"string"==typeof t||t instanceof String},e.fn=function(t){return"[object Function]"===Object.prototype.toString.call(t)}},370:function(t,e,n){var i=n(879),o=n(438);t.exports=function(t,e,n){if(!t&&!e&&!n)throw new Error("Missing required arguments");if(!i.string(e))throw new TypeError("Second argument must be a String");if(!i.fn(n))throw new TypeError("Third argument must be a Function");if(i.node(t))return function(t,e,n){return t.addEventListener(e,n),{destroy:function(){t.removeEventListener(e,n)}}}(t,e,n);if(i.nodeList(t))return function(t,e,n){return Array.prototype.forEach.call(t,(function(t){t.addEventListener(e,n)})),{destroy:function(){Array.prototype.forEach.call(t,(function(t){t.removeEventListener(e,n)}))}}}(t,e,n);if(i.string(t))return function(t,e,n){return o(document.body,t,e,n)}(t,e,n);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList")}},817:function(t){t.exports=function(t){var e;if("SELECT"===t.nodeName)t.focus(),e=t.value;else if("INPUT"===t.nodeName||"TEXTAREA"===t.nodeName){var n=t.hasAttribute("readonly");n||t.setAttribute("readonly",""),t.select(),t.setSelectionRange(0,t.value.length),n||t.removeAttribute("readonly"),e=t.value}else{t.hasAttribute("contenteditable")&&t.focus();var i=window.getSelection(),o=document.createRange();o.selectNodeContents(t),i.removeAllRanges(),i.addRange(o),e=i.toString()}return e}},279:function(t){function e(){}e.prototype={on:function(t,e,n){var i=this.e||(this.e={});return(i[t]||(i[t]=[])).push({fn:e,ctx:n}),this},once:function(t,e,n){var i=this;function o(){i.off(t,o),e.apply(n,arguments)}return o._=e,this.on(t,o,n)},emit:function(t){for(var e=[].slice.call(arguments,1),n=((this.e||(this.e={}))[t]||[]).slice(),i=0,o=n.length;i{"use strict";n.d(e,{A:()=>E});var i=n(71354),o=n.n(i),r=n(76314),s=n.n(r),a=n(4417),c=n.n(a),l=new URL(n(59699),n.b),u=new URL(n(34213),n.b),h=new URL(n(3132),n.b),d=new URL(n(19394),n.b),p=new URL(n(81972),n.b),A=new URL(n(6411),n.b),f=new URL(n(14506),n.b),g=new URL(n(64886),n.b),m=s()(o()),b=c()(l),C=c()(u),v=c()(h),x=c()(d),w=c()(p),y=c()(A),k=c()(f),B=c()(g);m.push([t.id,`/*! jQuery UI - v1.13.3 - 2024-04-26\n* https://jqueryui.com\n* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css\n* To view and modify this theme, visit https://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=%22alpha(opacity%3D30)%22&opacityFilterOverlay=%22alpha(opacity%3D30)%22&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6\n* Copyright OpenJS Foundation and other contributors; Licensed MIT */\n\n/* Layout helpers\n----------------------------------*/\n.ui-helper-hidden {\n\tdisplay: none;\n}\n.ui-helper-hidden-accessible {\n\tborder: 0;\n\tclip: rect(0 0 0 0);\n\theight: 1px;\n\tmargin: -1px;\n\toverflow: hidden;\n\tpadding: 0;\n\tposition: absolute;\n\twidth: 1px;\n}\n.ui-helper-reset {\n\tmargin: 0;\n\tpadding: 0;\n\tborder: 0;\n\toutline: 0;\n\tline-height: 1.3;\n\ttext-decoration: none;\n\tfont-size: 100%;\n\tlist-style: none;\n}\n.ui-helper-clearfix:before,\n.ui-helper-clearfix:after {\n\tcontent: "";\n\tdisplay: table;\n\tborder-collapse: collapse;\n}\n.ui-helper-clearfix:after {\n\tclear: both;\n}\n.ui-helper-zfix {\n\twidth: 100%;\n\theight: 100%;\n\ttop: 0;\n\tleft: 0;\n\tposition: absolute;\n\topacity: 0;\n\t-ms-filter: "alpha(opacity=0)"; /* support: IE8 */\n}\n\n.ui-front {\n\tz-index: 100;\n}\n\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-disabled {\n\tcursor: default !important;\n\tpointer-events: none;\n}\n\n\n/* Icons\n----------------------------------*/\n.ui-icon {\n\tdisplay: inline-block;\n\tvertical-align: middle;\n\tmargin-top: -.25em;\n\tposition: relative;\n\ttext-indent: -99999px;\n\toverflow: hidden;\n\tbackground-repeat: no-repeat;\n}\n\n.ui-widget-icon-block {\n\tleft: 50%;\n\tmargin-left: -8px;\n\tdisplay: block;\n}\n\n/* Misc visuals\n----------------------------------*/\n\n/* Overlays */\n.ui-widget-overlay {\n\tposition: fixed;\n\ttop: 0;\n\tleft: 0;\n\twidth: 100%;\n\theight: 100%;\n}\n.ui-accordion .ui-accordion-header {\n\tdisplay: block;\n\tcursor: pointer;\n\tposition: relative;\n\tmargin: 2px 0 0 0;\n\tpadding: .5em .5em .5em .7em;\n\tfont-size: 100%;\n}\n.ui-accordion .ui-accordion-content {\n\tpadding: 1em 2.2em;\n\tborder-top: 0;\n\toverflow: auto;\n}\n.ui-autocomplete {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tcursor: default;\n}\n.ui-menu {\n\tlist-style: none;\n\tpadding: 0;\n\tmargin: 0;\n\tdisplay: block;\n\toutline: 0;\n}\n.ui-menu .ui-menu {\n\tposition: absolute;\n}\n.ui-menu .ui-menu-item {\n\tmargin: 0;\n\tcursor: pointer;\n\t/* support: IE10, see #8844 */\n\tlist-style-image: url(${b});\n}\n.ui-menu .ui-menu-item-wrapper {\n\tposition: relative;\n\tpadding: 3px 1em 3px .4em;\n}\n.ui-menu .ui-menu-divider {\n\tmargin: 5px 0;\n\theight: 0;\n\tfont-size: 0;\n\tline-height: 0;\n\tborder-width: 1px 0 0 0;\n}\n.ui-menu .ui-state-focus,\n.ui-menu .ui-state-active {\n\tmargin: -1px;\n}\n\n/* icon support */\n.ui-menu-icons {\n\tposition: relative;\n}\n.ui-menu-icons .ui-menu-item-wrapper {\n\tpadding-left: 2em;\n}\n\n/* left-aligned */\n.ui-menu .ui-icon {\n\tposition: absolute;\n\ttop: 0;\n\tbottom: 0;\n\tleft: .2em;\n\tmargin: auto 0;\n}\n\n/* right-aligned */\n.ui-menu .ui-menu-icon {\n\tleft: auto;\n\tright: 0;\n}\n.ui-button {\n\tpadding: .4em 1em;\n\tdisplay: inline-block;\n\tposition: relative;\n\tline-height: normal;\n\tmargin-right: .1em;\n\tcursor: pointer;\n\tvertical-align: middle;\n\ttext-align: center;\n\t-webkit-user-select: none;\n\t-moz-user-select: none;\n\t-ms-user-select: none;\n\tuser-select: none;\n\n\t/* Support: IE <= 11 */\n\toverflow: visible;\n}\n\n.ui-button,\n.ui-button:link,\n.ui-button:visited,\n.ui-button:hover,\n.ui-button:active {\n\ttext-decoration: none;\n}\n\n/* to make room for the icon, a width needs to be set here */\n.ui-button-icon-only {\n\twidth: 2em;\n\tbox-sizing: border-box;\n\ttext-indent: -9999px;\n\twhite-space: nowrap;\n}\n\n/* no icon support for input elements */\ninput.ui-button.ui-button-icon-only {\n\ttext-indent: 0;\n}\n\n/* button icon element(s) */\n.ui-button-icon-only .ui-icon {\n\tposition: absolute;\n\ttop: 50%;\n\tleft: 50%;\n\tmargin-top: -8px;\n\tmargin-left: -8px;\n}\n\n.ui-button.ui-icon-notext .ui-icon {\n\tpadding: 0;\n\twidth: 2.1em;\n\theight: 2.1em;\n\ttext-indent: -9999px;\n\twhite-space: nowrap;\n\n}\n\ninput.ui-button.ui-icon-notext .ui-icon {\n\twidth: auto;\n\theight: auto;\n\ttext-indent: 0;\n\twhite-space: normal;\n\tpadding: .4em 1em;\n}\n\n/* workarounds */\n/* Support: Firefox 5 - 40 */\ninput.ui-button::-moz-focus-inner,\nbutton.ui-button::-moz-focus-inner {\n\tborder: 0;\n\tpadding: 0;\n}\n.ui-controlgroup {\n\tvertical-align: middle;\n\tdisplay: inline-block;\n}\n.ui-controlgroup > .ui-controlgroup-item {\n\tfloat: left;\n\tmargin-left: 0;\n\tmargin-right: 0;\n}\n.ui-controlgroup > .ui-controlgroup-item:focus,\n.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {\n\tz-index: 9999;\n}\n.ui-controlgroup-vertical > .ui-controlgroup-item {\n\tdisplay: block;\n\tfloat: none;\n\twidth: 100%;\n\tmargin-top: 0;\n\tmargin-bottom: 0;\n\ttext-align: left;\n}\n.ui-controlgroup-vertical .ui-controlgroup-item {\n\tbox-sizing: border-box;\n}\n.ui-controlgroup .ui-controlgroup-label {\n\tpadding: .4em 1em;\n}\n.ui-controlgroup .ui-controlgroup-label span {\n\tfont-size: 80%;\n}\n.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {\n\tborder-left: none;\n}\n.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {\n\tborder-top: none;\n}\n.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {\n\tborder-right: none;\n}\n.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {\n\tborder-bottom: none;\n}\n\n/* Spinner specific style fixes */\n.ui-controlgroup-vertical .ui-spinner-input {\n\n\t/* Support: IE8 only, Android < 4.4 only */\n\twidth: 75%;\n\twidth: calc( 100% - 2.4em );\n}\n.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {\n\tborder-top-style: solid;\n}\n\n.ui-checkboxradio-label .ui-icon-background {\n\tbox-shadow: inset 1px 1px 1px #ccc;\n\tborder-radius: .12em;\n\tborder: none;\n}\n.ui-checkboxradio-radio-label .ui-icon-background {\n\twidth: 16px;\n\theight: 16px;\n\tborder-radius: 1em;\n\toverflow: visible;\n\tborder: none;\n}\n.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,\n.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {\n\tbackground-image: none;\n\twidth: 8px;\n\theight: 8px;\n\tborder-width: 4px;\n\tborder-style: solid;\n}\n.ui-checkboxradio-disabled {\n\tpointer-events: none;\n}\n.ui-datepicker {\n\twidth: 17em;\n\tpadding: .2em .2em 0;\n\tdisplay: none;\n}\n.ui-datepicker .ui-datepicker-header {\n\tposition: relative;\n\tpadding: .2em 0;\n}\n.ui-datepicker .ui-datepicker-prev,\n.ui-datepicker .ui-datepicker-next {\n\tposition: absolute;\n\ttop: 2px;\n\twidth: 1.8em;\n\theight: 1.8em;\n}\n.ui-datepicker .ui-datepicker-prev-hover,\n.ui-datepicker .ui-datepicker-next-hover {\n\ttop: 1px;\n}\n.ui-datepicker .ui-datepicker-prev {\n\tleft: 2px;\n}\n.ui-datepicker .ui-datepicker-next {\n\tright: 2px;\n}\n.ui-datepicker .ui-datepicker-prev-hover {\n\tleft: 1px;\n}\n.ui-datepicker .ui-datepicker-next-hover {\n\tright: 1px;\n}\n.ui-datepicker .ui-datepicker-prev span,\n.ui-datepicker .ui-datepicker-next span {\n\tdisplay: block;\n\tposition: absolute;\n\tleft: 50%;\n\tmargin-left: -8px;\n\ttop: 50%;\n\tmargin-top: -8px;\n}\n.ui-datepicker .ui-datepicker-title {\n\tmargin: 0 2.3em;\n\tline-height: 1.8em;\n\ttext-align: center;\n}\n.ui-datepicker .ui-datepicker-title select {\n\tfont-size: 1em;\n\tmargin: 1px 0;\n}\n.ui-datepicker select.ui-datepicker-month,\n.ui-datepicker select.ui-datepicker-year {\n\twidth: 45%;\n}\n.ui-datepicker table {\n\twidth: 100%;\n\tfont-size: .9em;\n\tborder-collapse: collapse;\n\tmargin: 0 0 .4em;\n}\n.ui-datepicker th {\n\tpadding: .7em .3em;\n\ttext-align: center;\n\tfont-weight: bold;\n\tborder: 0;\n}\n.ui-datepicker td {\n\tborder: 0;\n\tpadding: 1px;\n}\n.ui-datepicker td span,\n.ui-datepicker td a {\n\tdisplay: block;\n\tpadding: .2em;\n\ttext-align: right;\n\ttext-decoration: none;\n}\n.ui-datepicker .ui-datepicker-buttonpane {\n\tbackground-image: none;\n\tmargin: .7em 0 0 0;\n\tpadding: 0 .2em;\n\tborder-left: 0;\n\tborder-right: 0;\n\tborder-bottom: 0;\n}\n.ui-datepicker .ui-datepicker-buttonpane button {\n\tfloat: right;\n\tmargin: .5em .2em .4em;\n\tcursor: pointer;\n\tpadding: .2em .6em .3em .6em;\n\twidth: auto;\n\toverflow: visible;\n}\n.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {\n\tfloat: left;\n}\n\n/* with multiple calendars */\n.ui-datepicker.ui-datepicker-multi {\n\twidth: auto;\n}\n.ui-datepicker-multi .ui-datepicker-group {\n\tfloat: left;\n}\n.ui-datepicker-multi .ui-datepicker-group table {\n\twidth: 95%;\n\tmargin: 0 auto .4em;\n}\n.ui-datepicker-multi-2 .ui-datepicker-group {\n\twidth: 50%;\n}\n.ui-datepicker-multi-3 .ui-datepicker-group {\n\twidth: 33.3%;\n}\n.ui-datepicker-multi-4 .ui-datepicker-group {\n\twidth: 25%;\n}\n.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {\n\tborder-left-width: 0;\n}\n.ui-datepicker-multi .ui-datepicker-buttonpane {\n\tclear: left;\n}\n.ui-datepicker-row-break {\n\tclear: both;\n\twidth: 100%;\n\tfont-size: 0;\n}\n\n/* RTL support */\n.ui-datepicker-rtl {\n\tdirection: rtl;\n}\n.ui-datepicker-rtl .ui-datepicker-prev {\n\tright: 2px;\n\tleft: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next {\n\tleft: 2px;\n\tright: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-prev:hover {\n\tright: 1px;\n\tleft: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next:hover {\n\tleft: 1px;\n\tright: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane {\n\tclear: right;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button {\n\tfloat: left;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,\n.ui-datepicker-rtl .ui-datepicker-group {\n\tfloat: right;\n}\n.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {\n\tborder-right-width: 0;\n\tborder-left-width: 1px;\n}\n\n/* Icons */\n.ui-datepicker .ui-icon {\n\tdisplay: block;\n\ttext-indent: -99999px;\n\toverflow: hidden;\n\tbackground-repeat: no-repeat;\n\tleft: .5em;\n\ttop: .3em;\n}\n.ui-dialog {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tpadding: .2em;\n\toutline: 0;\n}\n.ui-dialog .ui-dialog-titlebar {\n\tpadding: .4em 1em;\n\tposition: relative;\n}\n.ui-dialog .ui-dialog-title {\n\tfloat: left;\n\tmargin: .1em 0;\n\twhite-space: nowrap;\n\twidth: 90%;\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n}\n.ui-dialog .ui-dialog-titlebar-close {\n\tposition: absolute;\n\tright: .3em;\n\ttop: 50%;\n\twidth: 20px;\n\tmargin: -10px 0 0 0;\n\tpadding: 1px;\n\theight: 20px;\n}\n.ui-dialog .ui-dialog-content {\n\tposition: relative;\n\tborder: 0;\n\tpadding: .5em 1em;\n\tbackground: none;\n\toverflow: auto;\n}\n.ui-dialog .ui-dialog-buttonpane {\n\ttext-align: left;\n\tborder-width: 1px 0 0 0;\n\tbackground-image: none;\n\tmargin-top: .5em;\n\tpadding: .3em 1em .5em .4em;\n}\n.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {\n\tfloat: right;\n}\n.ui-dialog .ui-dialog-buttonpane button {\n\tmargin: .5em .4em .5em 0;\n\tcursor: pointer;\n}\n.ui-dialog .ui-resizable-n {\n\theight: 2px;\n\ttop: 0;\n}\n.ui-dialog .ui-resizable-e {\n\twidth: 2px;\n\tright: 0;\n}\n.ui-dialog .ui-resizable-s {\n\theight: 2px;\n\tbottom: 0;\n}\n.ui-dialog .ui-resizable-w {\n\twidth: 2px;\n\tleft: 0;\n}\n.ui-dialog .ui-resizable-se,\n.ui-dialog .ui-resizable-sw,\n.ui-dialog .ui-resizable-ne,\n.ui-dialog .ui-resizable-nw {\n\twidth: 7px;\n\theight: 7px;\n}\n.ui-dialog .ui-resizable-se {\n\tright: 0;\n\tbottom: 0;\n}\n.ui-dialog .ui-resizable-sw {\n\tleft: 0;\n\tbottom: 0;\n}\n.ui-dialog .ui-resizable-ne {\n\tright: 0;\n\ttop: 0;\n}\n.ui-dialog .ui-resizable-nw {\n\tleft: 0;\n\ttop: 0;\n}\n.ui-draggable .ui-dialog-titlebar {\n\tcursor: move;\n}\n.ui-draggable-handle {\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-resizable {\n\tposition: relative;\n}\n.ui-resizable-handle {\n\tposition: absolute;\n\tfont-size: 0.1px;\n\tdisplay: block;\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-resizable-disabled .ui-resizable-handle,\n.ui-resizable-autohide .ui-resizable-handle {\n\tdisplay: none;\n}\n.ui-resizable-n {\n\tcursor: n-resize;\n\theight: 7px;\n\twidth: 100%;\n\ttop: -5px;\n\tleft: 0;\n}\n.ui-resizable-s {\n\tcursor: s-resize;\n\theight: 7px;\n\twidth: 100%;\n\tbottom: -5px;\n\tleft: 0;\n}\n.ui-resizable-e {\n\tcursor: e-resize;\n\twidth: 7px;\n\tright: -5px;\n\ttop: 0;\n\theight: 100%;\n}\n.ui-resizable-w {\n\tcursor: w-resize;\n\twidth: 7px;\n\tleft: -5px;\n\ttop: 0;\n\theight: 100%;\n}\n.ui-resizable-se {\n\tcursor: se-resize;\n\twidth: 12px;\n\theight: 12px;\n\tright: 1px;\n\tbottom: 1px;\n}\n.ui-resizable-sw {\n\tcursor: sw-resize;\n\twidth: 9px;\n\theight: 9px;\n\tleft: -5px;\n\tbottom: -5px;\n}\n.ui-resizable-nw {\n\tcursor: nw-resize;\n\twidth: 9px;\n\theight: 9px;\n\tleft: -5px;\n\ttop: -5px;\n}\n.ui-resizable-ne {\n\tcursor: ne-resize;\n\twidth: 9px;\n\theight: 9px;\n\tright: -5px;\n\ttop: -5px;\n}\n.ui-progressbar {\n\theight: 2em;\n\ttext-align: left;\n\toverflow: hidden;\n}\n.ui-progressbar .ui-progressbar-value {\n\tmargin: -1px;\n\theight: 100%;\n}\n.ui-progressbar .ui-progressbar-overlay {\n\tbackground: url(${C});\n\theight: 100%;\n\t-ms-filter: "alpha(opacity=25)"; /* support: IE8 */\n\topacity: 0.25;\n}\n.ui-progressbar-indeterminate .ui-progressbar-value {\n\tbackground-image: none;\n}\n.ui-selectable {\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-selectable-helper {\n\tposition: absolute;\n\tz-index: 100;\n\tborder: 1px dotted black;\n}\n.ui-selectmenu-menu {\n\tpadding: 0;\n\tmargin: 0;\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tdisplay: none;\n}\n.ui-selectmenu-menu .ui-menu {\n\toverflow: auto;\n\toverflow-x: hidden;\n\tpadding-bottom: 1px;\n}\n.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {\n\tfont-size: 1em;\n\tfont-weight: bold;\n\tline-height: 1.5;\n\tpadding: 2px 0.4em;\n\tmargin: 0.5em 0 0 0;\n\theight: auto;\n\tborder: 0;\n}\n.ui-selectmenu-open {\n\tdisplay: block;\n}\n.ui-selectmenu-text {\n\tdisplay: block;\n\tmargin-right: 20px;\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n}\n.ui-selectmenu-button.ui-button {\n\ttext-align: left;\n\twhite-space: nowrap;\n\twidth: 14em;\n}\n.ui-selectmenu-icon.ui-icon {\n\tfloat: right;\n\tmargin-top: 0;\n}\n.ui-slider {\n\tposition: relative;\n\ttext-align: left;\n}\n.ui-slider .ui-slider-handle {\n\tposition: absolute;\n\tz-index: 2;\n\twidth: 1.2em;\n\theight: 1.2em;\n\tcursor: pointer;\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-slider .ui-slider-range {\n\tposition: absolute;\n\tz-index: 1;\n\tfont-size: .7em;\n\tdisplay: block;\n\tborder: 0;\n\tbackground-position: 0 0;\n}\n\n/* support: IE8 - See #6727 */\n.ui-slider.ui-state-disabled .ui-slider-handle,\n.ui-slider.ui-state-disabled .ui-slider-range {\n\tfilter: inherit;\n}\n\n.ui-slider-horizontal {\n\theight: .8em;\n}\n.ui-slider-horizontal .ui-slider-handle {\n\ttop: -.3em;\n\tmargin-left: -.6em;\n}\n.ui-slider-horizontal .ui-slider-range {\n\ttop: 0;\n\theight: 100%;\n}\n.ui-slider-horizontal .ui-slider-range-min {\n\tleft: 0;\n}\n.ui-slider-horizontal .ui-slider-range-max {\n\tright: 0;\n}\n\n.ui-slider-vertical {\n\twidth: .8em;\n\theight: 100px;\n}\n.ui-slider-vertical .ui-slider-handle {\n\tleft: -.3em;\n\tmargin-left: 0;\n\tmargin-bottom: -.6em;\n}\n.ui-slider-vertical .ui-slider-range {\n\tleft: 0;\n\twidth: 100%;\n}\n.ui-slider-vertical .ui-slider-range-min {\n\tbottom: 0;\n}\n.ui-slider-vertical .ui-slider-range-max {\n\ttop: 0;\n}\n.ui-sortable-handle {\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-spinner {\n\tposition: relative;\n\tdisplay: inline-block;\n\toverflow: hidden;\n\tpadding: 0;\n\tvertical-align: middle;\n}\n.ui-spinner-input {\n\tborder: none;\n\tbackground: none;\n\tcolor: inherit;\n\tpadding: .222em 0;\n\tmargin: .2em 0;\n\tvertical-align: middle;\n\tmargin-left: .4em;\n\tmargin-right: 2em;\n}\n.ui-spinner-button {\n\twidth: 1.6em;\n\theight: 50%;\n\tfont-size: .5em;\n\tpadding: 0;\n\tmargin: 0;\n\ttext-align: center;\n\tposition: absolute;\n\tcursor: default;\n\tdisplay: block;\n\toverflow: hidden;\n\tright: 0;\n}\n/* more specificity required here to override default borders */\n.ui-spinner a.ui-spinner-button {\n\tborder-top-style: none;\n\tborder-bottom-style: none;\n\tborder-right-style: none;\n}\n.ui-spinner-up {\n\ttop: 0;\n}\n.ui-spinner-down {\n\tbottom: 0;\n}\n.ui-tabs {\n\tposition: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */\n\tpadding: .2em;\n}\n.ui-tabs .ui-tabs-nav {\n\tmargin: 0;\n\tpadding: .2em .2em 0;\n}\n.ui-tabs .ui-tabs-nav li {\n\tlist-style: none;\n\tfloat: left;\n\tposition: relative;\n\ttop: 0;\n\tmargin: 1px .2em 0 0;\n\tborder-bottom-width: 0;\n\tpadding: 0;\n\twhite-space: nowrap;\n}\n.ui-tabs .ui-tabs-nav .ui-tabs-anchor {\n\tfloat: left;\n\tpadding: .5em 1em;\n\ttext-decoration: none;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active {\n\tmargin-bottom: -1px;\n\tpadding-bottom: 1px;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,\n.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,\n.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {\n\tcursor: text;\n}\n.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {\n\tcursor: pointer;\n}\n.ui-tabs .ui-tabs-panel {\n\tdisplay: block;\n\tborder-width: 0;\n\tpadding: 1em 1.4em;\n\tbackground: none;\n}\n.ui-tooltip {\n\tpadding: 8px;\n\tposition: absolute;\n\tz-index: 9999;\n\tmax-width: 300px;\n}\nbody .ui-tooltip {\n\tborder-width: 2px;\n}\n\n/* Component containers\n----------------------------------*/\n.ui-widget {\n\tfont-family: Arial,Helvetica,sans-serif;\n\tfont-size: 1em;\n}\n.ui-widget .ui-widget {\n\tfont-size: 1em;\n}\n.ui-widget input,\n.ui-widget select,\n.ui-widget textarea,\n.ui-widget button {\n\tfont-family: Arial,Helvetica,sans-serif;\n\tfont-size: 1em;\n}\n.ui-widget.ui-widget-content {\n\tborder: 1px solid #c5c5c5;\n}\n.ui-widget-content {\n\tborder: 1px solid #dddddd;\n\tbackground: #ffffff;\n\tcolor: #333333;\n}\n.ui-widget-content a {\n\tcolor: #333333;\n}\n.ui-widget-header {\n\tborder: 1px solid #dddddd;\n\tbackground: #e9e9e9;\n\tcolor: #333333;\n\tfont-weight: bold;\n}\n.ui-widget-header a {\n\tcolor: #333333;\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default,\n.ui-button,\n\n/* We use html here because we need a greater specificity to make sure disabled\nworks properly when clicked or hovered */\nhtml .ui-button.ui-state-disabled:hover,\nhtml .ui-button.ui-state-disabled:active {\n\tborder: 1px solid #c5c5c5;\n\tbackground: #f6f6f6;\n\tfont-weight: normal;\n\tcolor: #454545;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited,\na.ui-button,\na:link.ui-button,\na:visited.ui-button,\n.ui-button {\n\tcolor: #454545;\n\ttext-decoration: none;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus,\n.ui-button:hover,\n.ui-button:focus {\n\tborder: 1px solid #cccccc;\n\tbackground: #ededed;\n\tfont-weight: normal;\n\tcolor: #2b2b2b;\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited,\n.ui-state-focus a,\n.ui-state-focus a:hover,\n.ui-state-focus a:link,\n.ui-state-focus a:visited,\na.ui-button:hover,\na.ui-button:focus {\n\tcolor: #2b2b2b;\n\ttext-decoration: none;\n}\n\n.ui-visual-focus {\n\tbox-shadow: 0 0 3px 1px rgb(94, 158, 214);\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active,\na.ui-button:active,\n.ui-button:active,\n.ui-button.ui-state-active:hover {\n\tborder: 1px solid #003eff;\n\tbackground: #007fff;\n\tfont-weight: normal;\n\tcolor: #ffffff;\n}\n.ui-icon-background,\n.ui-state-active .ui-icon-background {\n\tborder: #003eff;\n\tbackground-color: #ffffff;\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n\tcolor: #ffffff;\n\ttext-decoration: none;\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n\tborder: 1px solid #dad55e;\n\tbackground: #fffa90;\n\tcolor: #777620;\n}\n.ui-state-checked {\n\tborder: 1px solid #dad55e;\n\tbackground: #fffa90;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n\tcolor: #777620;\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n\tborder: 1px solid #f1a899;\n\tbackground: #fddfdf;\n\tcolor: #5f3f3f;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n\tcolor: #5f3f3f;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n\tcolor: #5f3f3f;\n}\n.ui-priority-primary,\n.ui-widget-content .ui-priority-primary,\n.ui-widget-header .ui-priority-primary {\n\tfont-weight: bold;\n}\n.ui-priority-secondary,\n.ui-widget-content .ui-priority-secondary,\n.ui-widget-header .ui-priority-secondary {\n\topacity: .7;\n\t-ms-filter: "alpha(opacity=70)"; /* support: IE8 */\n\tfont-weight: normal;\n}\n.ui-state-disabled,\n.ui-widget-content .ui-state-disabled,\n.ui-widget-header .ui-state-disabled {\n\topacity: .35;\n\t-ms-filter: "alpha(opacity=35)"; /* support: IE8 */\n\tbackground-image: none;\n}\n.ui-state-disabled .ui-icon {\n\t-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */\n}\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n\twidth: 16px;\n\theight: 16px;\n}\n.ui-icon,\n.ui-widget-content .ui-icon {\n\tbackground-image: url(${v});\n}\n.ui-widget-header .ui-icon {\n\tbackground-image: url(${v});\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon,\n.ui-button:hover .ui-icon,\n.ui-button:focus .ui-icon {\n\tbackground-image: url(${x});\n}\n.ui-state-active .ui-icon,\n.ui-button:active .ui-icon {\n\tbackground-image: url(${w});\n}\n.ui-state-highlight .ui-icon,\n.ui-button .ui-state-highlight.ui-icon {\n\tbackground-image: url(${y});\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n\tbackground-image: url(${k});\n}\n.ui-button .ui-icon {\n\tbackground-image: url(${B});\n}\n\n/* positioning */\n/* Three classes needed to override \`.ui-button:hover .ui-icon\` */\n.ui-icon-blank.ui-icon-blank.ui-icon-blank {\n\tbackground-image: none;\n}\n.ui-icon-caret-1-n { background-position: 0 0; }\n.ui-icon-caret-1-ne { background-position: -16px 0; }\n.ui-icon-caret-1-e { background-position: -32px 0; }\n.ui-icon-caret-1-se { background-position: -48px 0; }\n.ui-icon-caret-1-s { background-position: -65px 0; }\n.ui-icon-caret-1-sw { background-position: -80px 0; }\n.ui-icon-caret-1-w { background-position: -96px 0; }\n.ui-icon-caret-1-nw { background-position: -112px 0; }\n.ui-icon-caret-2-n-s { background-position: -128px 0; }\n.ui-icon-caret-2-e-w { background-position: -144px 0; }\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\n.ui-icon-triangle-1-s { background-position: -65px -16px; }\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\n.ui-icon-arrow-1-s { background-position: -65px -32px; }\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\n.ui-icon-arrowthick-1-n { background-position: 1px -48px; }\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\n.ui-icon-arrow-4 { background-position: 0 -80px; }\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\n.ui-icon-extlink { background-position: -32px -80px; }\n.ui-icon-newwin { background-position: -48px -80px; }\n.ui-icon-refresh { background-position: -64px -80px; }\n.ui-icon-shuffle { background-position: -80px -80px; }\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\n.ui-icon-folder-open { background-position: -16px -96px; }\n.ui-icon-document { background-position: -32px -96px; }\n.ui-icon-document-b { background-position: -48px -96px; }\n.ui-icon-note { background-position: -64px -96px; }\n.ui-icon-mail-closed { background-position: -80px -96px; }\n.ui-icon-mail-open { background-position: -96px -96px; }\n.ui-icon-suitcase { background-position: -112px -96px; }\n.ui-icon-comment { background-position: -128px -96px; }\n.ui-icon-person { background-position: -144px -96px; }\n.ui-icon-print { background-position: -160px -96px; }\n.ui-icon-trash { background-position: -176px -96px; }\n.ui-icon-locked { background-position: -192px -96px; }\n.ui-icon-unlocked { background-position: -208px -96px; }\n.ui-icon-bookmark { background-position: -224px -96px; }\n.ui-icon-tag { background-position: -240px -96px; }\n.ui-icon-home { background-position: 0 -112px; }\n.ui-icon-flag { background-position: -16px -112px; }\n.ui-icon-calendar { background-position: -32px -112px; }\n.ui-icon-cart { background-position: -48px -112px; }\n.ui-icon-pencil { background-position: -64px -112px; }\n.ui-icon-clock { background-position: -80px -112px; }\n.ui-icon-disk { background-position: -96px -112px; }\n.ui-icon-calculator { background-position: -112px -112px; }\n.ui-icon-zoomin { background-position: -128px -112px; }\n.ui-icon-zoomout { background-position: -144px -112px; }\n.ui-icon-search { background-position: -160px -112px; }\n.ui-icon-wrench { background-position: -176px -112px; }\n.ui-icon-gear { background-position: -192px -112px; }\n.ui-icon-heart { background-position: -208px -112px; }\n.ui-icon-star { background-position: -224px -112px; }\n.ui-icon-link { background-position: -240px -112px; }\n.ui-icon-cancel { background-position: 0 -128px; }\n.ui-icon-plus { background-position: -16px -128px; }\n.ui-icon-plusthick { background-position: -32px -128px; }\n.ui-icon-minus { background-position: -48px -128px; }\n.ui-icon-minusthick { background-position: -64px -128px; }\n.ui-icon-close { background-position: -80px -128px; }\n.ui-icon-closethick { background-position: -96px -128px; }\n.ui-icon-key { background-position: -112px -128px; }\n.ui-icon-lightbulb { background-position: -128px -128px; }\n.ui-icon-scissors { background-position: -144px -128px; }\n.ui-icon-clipboard { background-position: -160px -128px; }\n.ui-icon-copy { background-position: -176px -128px; }\n.ui-icon-contact { background-position: -192px -128px; }\n.ui-icon-image { background-position: -208px -128px; }\n.ui-icon-video { background-position: -224px -128px; }\n.ui-icon-script { background-position: -240px -128px; }\n.ui-icon-alert { background-position: 0 -144px; }\n.ui-icon-info { background-position: -16px -144px; }\n.ui-icon-notice { background-position: -32px -144px; }\n.ui-icon-help { background-position: -48px -144px; }\n.ui-icon-check { background-position: -64px -144px; }\n.ui-icon-bullet { background-position: -80px -144px; }\n.ui-icon-radio-on { background-position: -96px -144px; }\n.ui-icon-radio-off { background-position: -112px -144px; }\n.ui-icon-pin-w { background-position: -128px -144px; }\n.ui-icon-pin-s { background-position: -144px -144px; }\n.ui-icon-play { background-position: 0 -160px; }\n.ui-icon-pause { background-position: -16px -160px; }\n.ui-icon-seek-next { background-position: -32px -160px; }\n.ui-icon-seek-prev { background-position: -48px -160px; }\n.ui-icon-seek-end { background-position: -64px -160px; }\n.ui-icon-seek-start { background-position: -80px -160px; }\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\n.ui-icon-seek-first { background-position: -80px -160px; }\n.ui-icon-stop { background-position: -96px -160px; }\n.ui-icon-eject { background-position: -112px -160px; }\n.ui-icon-volume-off { background-position: -128px -160px; }\n.ui-icon-volume-on { background-position: -144px -160px; }\n.ui-icon-power { background-position: 0 -176px; }\n.ui-icon-signal-diag { background-position: -16px -176px; }\n.ui-icon-signal { background-position: -32px -176px; }\n.ui-icon-battery-0 { background-position: -48px -176px; }\n.ui-icon-battery-1 { background-position: -64px -176px; }\n.ui-icon-battery-2 { background-position: -80px -176px; }\n.ui-icon-battery-3 { background-position: -96px -176px; }\n.ui-icon-circle-plus { background-position: 0 -192px; }\n.ui-icon-circle-minus { background-position: -16px -192px; }\n.ui-icon-circle-close { background-position: -32px -192px; }\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\n.ui-icon-circle-check { background-position: -208px -192px; }\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Corner radius */\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-left,\n.ui-corner-tl {\n\tborder-top-left-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-right,\n.ui-corner-tr {\n\tborder-top-right-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-left,\n.ui-corner-bl {\n\tborder-bottom-left-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-right,\n.ui-corner-br {\n\tborder-bottom-right-radius: 3px;\n}\n\n/* Overlays */\n.ui-widget-overlay {\n\tbackground: #aaaaaa;\n\topacity: .003;\n\t-ms-filter: "alpha(opacity=.3)"; /* support: IE8 */\n}\n.ui-widget-shadow {\n\t-webkit-box-shadow: 0px 0px 5px #666666;\n\tbox-shadow: 0px 0px 5px #666666;\n}\n`,"",{version:3,sources:["webpack://./node_modules/jquery-ui-dist/jquery-ui.css"],names:[],mappings:"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,YAAY;AACb;AACA;CACC,WAAW;CACX,YAAY;CACZ,kBAAkB;CAClB,iBAAiB;CACjB,YAAY;AACb;AACA;;CAEC,sBAAsB;CACtB,UAAU;CACV,WAAW;CACX,iBAAiB;CACjB,mBAAmB;AACpB;AACA;CACC,oBAAoB;AACrB;AACA;CACC,WAAW;CACX,oBAAoB;CACpB,aAAa;AACd;AACA;CACC,kBAAkB;CAClB,eAAe;AAChB;AACA;;CAEC,kBAAkB;CAClB,QAAQ;CACR,YAAY;CACZ,aAAa;AACd;AACA;;CAEC,QAAQ;AACT;AACA;CACC,SAAS;AACV;AACA;CACC,UAAU;AACX;AACA;CACC,SAAS;AACV;AACA;CACC,UAAU;AACX;AACA;;CAEC,cAAc;CACd,kBAAkB;CAClB,SAAS;CACT,iBAAiB;CACjB,QAAQ;CACR,gBAAgB;AACjB;AACA;CACC,eAAe;CACf,kBAAkB;CAClB,kBAAkB;AACnB;AACA;CACC,cAAc;CACd,aAAa;AACd;AACA;;CAEC,UAAU;AACX;AACA;CACC,WAAW;CACX,eAAe;CACf,yBAAyB;CACzB,gBAAgB;AACjB;AACA;CACC,kBAAkB;CAClB,kBAAkB;CAClB,iBAAiB;CACjB,SAAS;AACV;AACA;CACC,SAAS;CACT,YAAY;AACb;AACA;;CAEC,cAAc;CACd,aAAa;CACb,iBAAiB;CACjB,qBAAqB;AACtB;AACA;CACC,sBAAsB;CACtB,kBAAkB;CAClB,eAAe;CACf,cAAc;CACd,eAAe;CACf,gBAAgB;AACjB;AACA;CACC,YAAY;CACZ,sBAAsB;CACtB,eAAe;CACf,4BAA4B;CAC5B,WAAW;CACX,iBAAiB;AAClB;AACA;CACC,WAAW;AACZ;;AAEA,4BAA4B;AAC5B;CACC,WAAW;AACZ;AACA;CACC,WAAW;AACZ;AACA;CACC,UAAU;CACV,mBAAmB;AACpB;AACA;CACC,UAAU;AACX;AACA;CACC,YAAY;AACb;AACA;CACC,UAAU;AACX;AACA;;CAEC,oBAAoB;AACrB;AACA;CACC,WAAW;AACZ;AACA;CACC,WAAW;CACX,WAAW;CACX,YAAY;AACb;;AAEA,gBAAgB;AAChB;CACC,cAAc;AACf;AACA;CACC,UAAU;CACV,UAAU;AACX;AACA;CACC,SAAS;CACT,WAAW;AACZ;AACA;CACC,UAAU;CACV,UAAU;AACX;AACA;CACC,SAAS;CACT,WAAW;AACZ;AACA;CACC,YAAY;AACb;AACA;CACC,WAAW;AACZ;AACA;;CAEC,YAAY;AACb;AACA;;CAEC,qBAAqB;CACrB,sBAAsB;AACvB;;AAEA,UAAU;AACV;CACC,cAAc;CACd,qBAAqB;CACrB,gBAAgB;CAChB,4BAA4B;CAC5B,UAAU;CACV,SAAS;AACV;AACA;CACC,kBAAkB;CAClB,MAAM;CACN,OAAO;CACP,aAAa;CACb,UAAU;AACX;AACA;CACC,iBAAiB;CACjB,kBAAkB;AACnB;AACA;CACC,WAAW;CACX,cAAc;CACd,mBAAmB;CACnB,UAAU;CACV,gBAAgB;CAChB,uBAAuB;AACxB;AACA;CACC,kBAAkB;CAClB,WAAW;CACX,QAAQ;CACR,WAAW;CACX,mBAAmB;CACnB,YAAY;CACZ,YAAY;AACb;AACA;CACC,kBAAkB;CAClB,SAAS;CACT,iBAAiB;CACjB,gBAAgB;CAChB,cAAc;AACf;AACA;CACC,gBAAgB;CAChB,uBAAuB;CACvB,sBAAsB;CACtB,gBAAgB;CAChB,2BAA2B;AAC5B;AACA;CACC,YAAY;AACb;AACA;CACC,wBAAwB;CACxB,eAAe;AAChB;AACA;CACC,WAAW;CACX,MAAM;AACP;AACA;CACC,UAAU;CACV,QAAQ;AACT;AACA;CACC,WAAW;CACX,SAAS;AACV;AACA;CACC,UAAU;CACV,OAAO;AACR;AACA;;;;CAIC,UAAU;CACV,WAAW;AACZ;AACA;CACC,QAAQ;CACR,SAAS;AACV;AACA;CACC,OAAO;CACP,SAAS;AACV;AACA;CACC,QAAQ;CACR,MAAM;AACP;AACA;CACC,OAAO;CACP,MAAM;AACP;AACA;CACC,YAAY;AACb;AACA;CACC,sBAAsB;CACtB,kBAAkB;AACnB;AACA;CACC,kBAAkB;AACnB;AACA;CACC,kBAAkB;CAClB,gBAAgB;CAChB,cAAc;CACd,sBAAsB;CACtB,kBAAkB;AACnB;AACA;;CAEC,aAAa;AACd;AACA;CACC,gBAAgB;CAChB,WAAW;CACX,WAAW;CACX,SAAS;CACT,OAAO;AACR;AACA;CACC,gBAAgB;CAChB,WAAW;CACX,WAAW;CACX,YAAY;CACZ,OAAO;AACR;AACA;CACC,gBAAgB;CAChB,UAAU;CACV,WAAW;CACX,MAAM;CACN,YAAY;AACb;AACA;CACC,gBAAgB;CAChB,UAAU;CACV,UAAU;CACV,MAAM;CACN,YAAY;AACb;AACA;CACC,iBAAiB;CACjB,WAAW;CACX,YAAY;CACZ,UAAU;CACV,WAAW;AACZ;AACA;CACC,iBAAiB;CACjB,UAAU;CACV,WAAW;CACX,UAAU;CACV,YAAY;AACb;AACA;CACC,iBAAiB;CACjB,UAAU;CACV,WAAW;CACX,UAAU;CACV,SAAS;AACV;AACA;CACC,iBAAiB;CACjB,UAAU;CACV,WAAW;CACX,WAAW;CACX,SAAS;AACV;AACA;CACC,WAAW;CACX,gBAAgB;CAChB,gBAAgB;AACjB;AACA;CACC,YAAY;CACZ,YAAY;AACb;AACA;CACC,mDAAyzE;CACzzE,YAAY;CACZ,+BAA+B,EAAE,iBAAiB;CAClD,aAAa;AACd;AACA;CACC,sBAAsB;AACvB;AACA;CACC,sBAAsB;CACtB,kBAAkB;AACnB;AACA;CACC,kBAAkB;CAClB,YAAY;CACZ,wBAAwB;AACzB;AACA;CACC,UAAU;CACV,SAAS;CACT,kBAAkB;CAClB,MAAM;CACN,OAAO;CACP,aAAa;AACd;AACA;CACC,cAAc;CACd,kBAAkB;CAClB,mBAAmB;AACpB;AACA;CACC,cAAc;CACd,iBAAiB;CACjB,gBAAgB;CAChB,kBAAkB;CAClB,mBAAmB;CACnB,YAAY;CACZ,SAAS;AACV;AACA;CACC,cAAc;AACf;AACA;CACC,cAAc;CACd,kBAAkB;CAClB,gBAAgB;CAChB,uBAAuB;AACxB;AACA;CACC,gBAAgB;CAChB,mBAAmB;CACnB,WAAW;AACZ;AACA;CACC,YAAY;CACZ,aAAa;AACd;AACA;CACC,kBAAkB;CAClB,gBAAgB;AACjB;AACA;CACC,kBAAkB;CAClB,UAAU;CACV,YAAY;CACZ,aAAa;CACb,eAAe;CACf,sBAAsB;CACtB,kBAAkB;AACnB;AACA;CACC,kBAAkB;CAClB,UAAU;CACV,eAAe;CACf,cAAc;CACd,SAAS;CACT,wBAAwB;AACzB;;AAEA,6BAA6B;AAC7B;;CAEC,eAAe;AAChB;;AAEA;CACC,YAAY;AACb;AACA;CACC,UAAU;CACV,kBAAkB;AACnB;AACA;CACC,MAAM;CACN,YAAY;AACb;AACA;CACC,OAAO;AACR;AACA;CACC,QAAQ;AACT;;AAEA;CACC,WAAW;CACX,aAAa;AACd;AACA;CACC,WAAW;CACX,cAAc;CACd,oBAAoB;AACrB;AACA;CACC,OAAO;CACP,WAAW;AACZ;AACA;CACC,SAAS;AACV;AACA;CACC,MAAM;AACP;AACA;CACC,sBAAsB;CACtB,kBAAkB;AACnB;AACA;CACC,kBAAkB;CAClB,qBAAqB;CACrB,gBAAgB;CAChB,UAAU;CACV,sBAAsB;AACvB;AACA;CACC,YAAY;CACZ,gBAAgB;CAChB,cAAc;CACd,iBAAiB;CACjB,cAAc;CACd,sBAAsB;CACtB,iBAAiB;CACjB,iBAAiB;AAClB;AACA;CACC,YAAY;CACZ,WAAW;CACX,eAAe;CACf,UAAU;CACV,SAAS;CACT,kBAAkB;CAClB,kBAAkB;CAClB,eAAe;CACf,cAAc;CACd,gBAAgB;CAChB,QAAQ;AACT;AACA,+DAA+D;AAC/D;CACC,sBAAsB;CACtB,yBAAyB;CACzB,wBAAwB;AACzB;AACA;CACC,MAAM;AACP;AACA;CACC,SAAS;AACV;AACA;CACC,kBAAkB,CAAC,uIAAuI;CAC1J,aAAa;AACd;AACA;CACC,SAAS;CACT,oBAAoB;AACrB;AACA;CACC,gBAAgB;CAChB,WAAW;CACX,kBAAkB;CAClB,MAAM;CACN,oBAAoB;CACpB,sBAAsB;CACtB,UAAU;CACV,mBAAmB;AACpB;AACA;CACC,WAAW;CACX,iBAAiB;CACjB,qBAAqB;AACtB;AACA;CACC,mBAAmB;CACnB,mBAAmB;AACpB;AACA;;;CAGC,YAAY;AACb;AACA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",sourcesContent:['/*! jQuery UI - v1.13.3 - 2024-04-26\n* https://jqueryui.com\n* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css\n* To view and modify this theme, visit https://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=%22alpha(opacity%3D30)%22&opacityFilterOverlay=%22alpha(opacity%3D30)%22&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6\n* Copyright OpenJS Foundation and other contributors; Licensed MIT */\n\n/* Layout helpers\n----------------------------------*/\n.ui-helper-hidden {\n\tdisplay: none;\n}\n.ui-helper-hidden-accessible {\n\tborder: 0;\n\tclip: rect(0 0 0 0);\n\theight: 1px;\n\tmargin: -1px;\n\toverflow: hidden;\n\tpadding: 0;\n\tposition: absolute;\n\twidth: 1px;\n}\n.ui-helper-reset {\n\tmargin: 0;\n\tpadding: 0;\n\tborder: 0;\n\toutline: 0;\n\tline-height: 1.3;\n\ttext-decoration: none;\n\tfont-size: 100%;\n\tlist-style: none;\n}\n.ui-helper-clearfix:before,\n.ui-helper-clearfix:after {\n\tcontent: "";\n\tdisplay: table;\n\tborder-collapse: collapse;\n}\n.ui-helper-clearfix:after {\n\tclear: both;\n}\n.ui-helper-zfix {\n\twidth: 100%;\n\theight: 100%;\n\ttop: 0;\n\tleft: 0;\n\tposition: absolute;\n\topacity: 0;\n\t-ms-filter: "alpha(opacity=0)"; /* support: IE8 */\n}\n\n.ui-front {\n\tz-index: 100;\n}\n\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-disabled {\n\tcursor: default !important;\n\tpointer-events: none;\n}\n\n\n/* Icons\n----------------------------------*/\n.ui-icon {\n\tdisplay: inline-block;\n\tvertical-align: middle;\n\tmargin-top: -.25em;\n\tposition: relative;\n\ttext-indent: -99999px;\n\toverflow: hidden;\n\tbackground-repeat: no-repeat;\n}\n\n.ui-widget-icon-block {\n\tleft: 50%;\n\tmargin-left: -8px;\n\tdisplay: block;\n}\n\n/* Misc visuals\n----------------------------------*/\n\n/* Overlays */\n.ui-widget-overlay {\n\tposition: fixed;\n\ttop: 0;\n\tleft: 0;\n\twidth: 100%;\n\theight: 100%;\n}\n.ui-accordion .ui-accordion-header {\n\tdisplay: block;\n\tcursor: pointer;\n\tposition: relative;\n\tmargin: 2px 0 0 0;\n\tpadding: .5em .5em .5em .7em;\n\tfont-size: 100%;\n}\n.ui-accordion .ui-accordion-content {\n\tpadding: 1em 2.2em;\n\tborder-top: 0;\n\toverflow: auto;\n}\n.ui-autocomplete {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tcursor: default;\n}\n.ui-menu {\n\tlist-style: none;\n\tpadding: 0;\n\tmargin: 0;\n\tdisplay: block;\n\toutline: 0;\n}\n.ui-menu .ui-menu {\n\tposition: absolute;\n}\n.ui-menu .ui-menu-item {\n\tmargin: 0;\n\tcursor: pointer;\n\t/* support: IE10, see #8844 */\n\tlist-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");\n}\n.ui-menu .ui-menu-item-wrapper {\n\tposition: relative;\n\tpadding: 3px 1em 3px .4em;\n}\n.ui-menu .ui-menu-divider {\n\tmargin: 5px 0;\n\theight: 0;\n\tfont-size: 0;\n\tline-height: 0;\n\tborder-width: 1px 0 0 0;\n}\n.ui-menu .ui-state-focus,\n.ui-menu .ui-state-active {\n\tmargin: -1px;\n}\n\n/* icon support */\n.ui-menu-icons {\n\tposition: relative;\n}\n.ui-menu-icons .ui-menu-item-wrapper {\n\tpadding-left: 2em;\n}\n\n/* left-aligned */\n.ui-menu .ui-icon {\n\tposition: absolute;\n\ttop: 0;\n\tbottom: 0;\n\tleft: .2em;\n\tmargin: auto 0;\n}\n\n/* right-aligned */\n.ui-menu .ui-menu-icon {\n\tleft: auto;\n\tright: 0;\n}\n.ui-button {\n\tpadding: .4em 1em;\n\tdisplay: inline-block;\n\tposition: relative;\n\tline-height: normal;\n\tmargin-right: .1em;\n\tcursor: pointer;\n\tvertical-align: middle;\n\ttext-align: center;\n\t-webkit-user-select: none;\n\t-moz-user-select: none;\n\t-ms-user-select: none;\n\tuser-select: none;\n\n\t/* Support: IE <= 11 */\n\toverflow: visible;\n}\n\n.ui-button,\n.ui-button:link,\n.ui-button:visited,\n.ui-button:hover,\n.ui-button:active {\n\ttext-decoration: none;\n}\n\n/* to make room for the icon, a width needs to be set here */\n.ui-button-icon-only {\n\twidth: 2em;\n\tbox-sizing: border-box;\n\ttext-indent: -9999px;\n\twhite-space: nowrap;\n}\n\n/* no icon support for input elements */\ninput.ui-button.ui-button-icon-only {\n\ttext-indent: 0;\n}\n\n/* button icon element(s) */\n.ui-button-icon-only .ui-icon {\n\tposition: absolute;\n\ttop: 50%;\n\tleft: 50%;\n\tmargin-top: -8px;\n\tmargin-left: -8px;\n}\n\n.ui-button.ui-icon-notext .ui-icon {\n\tpadding: 0;\n\twidth: 2.1em;\n\theight: 2.1em;\n\ttext-indent: -9999px;\n\twhite-space: nowrap;\n\n}\n\ninput.ui-button.ui-icon-notext .ui-icon {\n\twidth: auto;\n\theight: auto;\n\ttext-indent: 0;\n\twhite-space: normal;\n\tpadding: .4em 1em;\n}\n\n/* workarounds */\n/* Support: Firefox 5 - 40 */\ninput.ui-button::-moz-focus-inner,\nbutton.ui-button::-moz-focus-inner {\n\tborder: 0;\n\tpadding: 0;\n}\n.ui-controlgroup {\n\tvertical-align: middle;\n\tdisplay: inline-block;\n}\n.ui-controlgroup > .ui-controlgroup-item {\n\tfloat: left;\n\tmargin-left: 0;\n\tmargin-right: 0;\n}\n.ui-controlgroup > .ui-controlgroup-item:focus,\n.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {\n\tz-index: 9999;\n}\n.ui-controlgroup-vertical > .ui-controlgroup-item {\n\tdisplay: block;\n\tfloat: none;\n\twidth: 100%;\n\tmargin-top: 0;\n\tmargin-bottom: 0;\n\ttext-align: left;\n}\n.ui-controlgroup-vertical .ui-controlgroup-item {\n\tbox-sizing: border-box;\n}\n.ui-controlgroup .ui-controlgroup-label {\n\tpadding: .4em 1em;\n}\n.ui-controlgroup .ui-controlgroup-label span {\n\tfont-size: 80%;\n}\n.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {\n\tborder-left: none;\n}\n.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {\n\tborder-top: none;\n}\n.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {\n\tborder-right: none;\n}\n.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {\n\tborder-bottom: none;\n}\n\n/* Spinner specific style fixes */\n.ui-controlgroup-vertical .ui-spinner-input {\n\n\t/* Support: IE8 only, Android < 4.4 only */\n\twidth: 75%;\n\twidth: calc( 100% - 2.4em );\n}\n.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {\n\tborder-top-style: solid;\n}\n\n.ui-checkboxradio-label .ui-icon-background {\n\tbox-shadow: inset 1px 1px 1px #ccc;\n\tborder-radius: .12em;\n\tborder: none;\n}\n.ui-checkboxradio-radio-label .ui-icon-background {\n\twidth: 16px;\n\theight: 16px;\n\tborder-radius: 1em;\n\toverflow: visible;\n\tborder: none;\n}\n.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,\n.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {\n\tbackground-image: none;\n\twidth: 8px;\n\theight: 8px;\n\tborder-width: 4px;\n\tborder-style: solid;\n}\n.ui-checkboxradio-disabled {\n\tpointer-events: none;\n}\n.ui-datepicker {\n\twidth: 17em;\n\tpadding: .2em .2em 0;\n\tdisplay: none;\n}\n.ui-datepicker .ui-datepicker-header {\n\tposition: relative;\n\tpadding: .2em 0;\n}\n.ui-datepicker .ui-datepicker-prev,\n.ui-datepicker .ui-datepicker-next {\n\tposition: absolute;\n\ttop: 2px;\n\twidth: 1.8em;\n\theight: 1.8em;\n}\n.ui-datepicker .ui-datepicker-prev-hover,\n.ui-datepicker .ui-datepicker-next-hover {\n\ttop: 1px;\n}\n.ui-datepicker .ui-datepicker-prev {\n\tleft: 2px;\n}\n.ui-datepicker .ui-datepicker-next {\n\tright: 2px;\n}\n.ui-datepicker .ui-datepicker-prev-hover {\n\tleft: 1px;\n}\n.ui-datepicker .ui-datepicker-next-hover {\n\tright: 1px;\n}\n.ui-datepicker .ui-datepicker-prev span,\n.ui-datepicker .ui-datepicker-next span {\n\tdisplay: block;\n\tposition: absolute;\n\tleft: 50%;\n\tmargin-left: -8px;\n\ttop: 50%;\n\tmargin-top: -8px;\n}\n.ui-datepicker .ui-datepicker-title {\n\tmargin: 0 2.3em;\n\tline-height: 1.8em;\n\ttext-align: center;\n}\n.ui-datepicker .ui-datepicker-title select {\n\tfont-size: 1em;\n\tmargin: 1px 0;\n}\n.ui-datepicker select.ui-datepicker-month,\n.ui-datepicker select.ui-datepicker-year {\n\twidth: 45%;\n}\n.ui-datepicker table {\n\twidth: 100%;\n\tfont-size: .9em;\n\tborder-collapse: collapse;\n\tmargin: 0 0 .4em;\n}\n.ui-datepicker th {\n\tpadding: .7em .3em;\n\ttext-align: center;\n\tfont-weight: bold;\n\tborder: 0;\n}\n.ui-datepicker td {\n\tborder: 0;\n\tpadding: 1px;\n}\n.ui-datepicker td span,\n.ui-datepicker td a {\n\tdisplay: block;\n\tpadding: .2em;\n\ttext-align: right;\n\ttext-decoration: none;\n}\n.ui-datepicker .ui-datepicker-buttonpane {\n\tbackground-image: none;\n\tmargin: .7em 0 0 0;\n\tpadding: 0 .2em;\n\tborder-left: 0;\n\tborder-right: 0;\n\tborder-bottom: 0;\n}\n.ui-datepicker .ui-datepicker-buttonpane button {\n\tfloat: right;\n\tmargin: .5em .2em .4em;\n\tcursor: pointer;\n\tpadding: .2em .6em .3em .6em;\n\twidth: auto;\n\toverflow: visible;\n}\n.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {\n\tfloat: left;\n}\n\n/* with multiple calendars */\n.ui-datepicker.ui-datepicker-multi {\n\twidth: auto;\n}\n.ui-datepicker-multi .ui-datepicker-group {\n\tfloat: left;\n}\n.ui-datepicker-multi .ui-datepicker-group table {\n\twidth: 95%;\n\tmargin: 0 auto .4em;\n}\n.ui-datepicker-multi-2 .ui-datepicker-group {\n\twidth: 50%;\n}\n.ui-datepicker-multi-3 .ui-datepicker-group {\n\twidth: 33.3%;\n}\n.ui-datepicker-multi-4 .ui-datepicker-group {\n\twidth: 25%;\n}\n.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {\n\tborder-left-width: 0;\n}\n.ui-datepicker-multi .ui-datepicker-buttonpane {\n\tclear: left;\n}\n.ui-datepicker-row-break {\n\tclear: both;\n\twidth: 100%;\n\tfont-size: 0;\n}\n\n/* RTL support */\n.ui-datepicker-rtl {\n\tdirection: rtl;\n}\n.ui-datepicker-rtl .ui-datepicker-prev {\n\tright: 2px;\n\tleft: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next {\n\tleft: 2px;\n\tright: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-prev:hover {\n\tright: 1px;\n\tleft: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next:hover {\n\tleft: 1px;\n\tright: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane {\n\tclear: right;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button {\n\tfloat: left;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,\n.ui-datepicker-rtl .ui-datepicker-group {\n\tfloat: right;\n}\n.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {\n\tborder-right-width: 0;\n\tborder-left-width: 1px;\n}\n\n/* Icons */\n.ui-datepicker .ui-icon {\n\tdisplay: block;\n\ttext-indent: -99999px;\n\toverflow: hidden;\n\tbackground-repeat: no-repeat;\n\tleft: .5em;\n\ttop: .3em;\n}\n.ui-dialog {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tpadding: .2em;\n\toutline: 0;\n}\n.ui-dialog .ui-dialog-titlebar {\n\tpadding: .4em 1em;\n\tposition: relative;\n}\n.ui-dialog .ui-dialog-title {\n\tfloat: left;\n\tmargin: .1em 0;\n\twhite-space: nowrap;\n\twidth: 90%;\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n}\n.ui-dialog .ui-dialog-titlebar-close {\n\tposition: absolute;\n\tright: .3em;\n\ttop: 50%;\n\twidth: 20px;\n\tmargin: -10px 0 0 0;\n\tpadding: 1px;\n\theight: 20px;\n}\n.ui-dialog .ui-dialog-content {\n\tposition: relative;\n\tborder: 0;\n\tpadding: .5em 1em;\n\tbackground: none;\n\toverflow: auto;\n}\n.ui-dialog .ui-dialog-buttonpane {\n\ttext-align: left;\n\tborder-width: 1px 0 0 0;\n\tbackground-image: none;\n\tmargin-top: .5em;\n\tpadding: .3em 1em .5em .4em;\n}\n.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {\n\tfloat: right;\n}\n.ui-dialog .ui-dialog-buttonpane button {\n\tmargin: .5em .4em .5em 0;\n\tcursor: pointer;\n}\n.ui-dialog .ui-resizable-n {\n\theight: 2px;\n\ttop: 0;\n}\n.ui-dialog .ui-resizable-e {\n\twidth: 2px;\n\tright: 0;\n}\n.ui-dialog .ui-resizable-s {\n\theight: 2px;\n\tbottom: 0;\n}\n.ui-dialog .ui-resizable-w {\n\twidth: 2px;\n\tleft: 0;\n}\n.ui-dialog .ui-resizable-se,\n.ui-dialog .ui-resizable-sw,\n.ui-dialog .ui-resizable-ne,\n.ui-dialog .ui-resizable-nw {\n\twidth: 7px;\n\theight: 7px;\n}\n.ui-dialog .ui-resizable-se {\n\tright: 0;\n\tbottom: 0;\n}\n.ui-dialog .ui-resizable-sw {\n\tleft: 0;\n\tbottom: 0;\n}\n.ui-dialog .ui-resizable-ne {\n\tright: 0;\n\ttop: 0;\n}\n.ui-dialog .ui-resizable-nw {\n\tleft: 0;\n\ttop: 0;\n}\n.ui-draggable .ui-dialog-titlebar {\n\tcursor: move;\n}\n.ui-draggable-handle {\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-resizable {\n\tposition: relative;\n}\n.ui-resizable-handle {\n\tposition: absolute;\n\tfont-size: 0.1px;\n\tdisplay: block;\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-resizable-disabled .ui-resizable-handle,\n.ui-resizable-autohide .ui-resizable-handle {\n\tdisplay: none;\n}\n.ui-resizable-n {\n\tcursor: n-resize;\n\theight: 7px;\n\twidth: 100%;\n\ttop: -5px;\n\tleft: 0;\n}\n.ui-resizable-s {\n\tcursor: s-resize;\n\theight: 7px;\n\twidth: 100%;\n\tbottom: -5px;\n\tleft: 0;\n}\n.ui-resizable-e {\n\tcursor: e-resize;\n\twidth: 7px;\n\tright: -5px;\n\ttop: 0;\n\theight: 100%;\n}\n.ui-resizable-w {\n\tcursor: w-resize;\n\twidth: 7px;\n\tleft: -5px;\n\ttop: 0;\n\theight: 100%;\n}\n.ui-resizable-se {\n\tcursor: se-resize;\n\twidth: 12px;\n\theight: 12px;\n\tright: 1px;\n\tbottom: 1px;\n}\n.ui-resizable-sw {\n\tcursor: sw-resize;\n\twidth: 9px;\n\theight: 9px;\n\tleft: -5px;\n\tbottom: -5px;\n}\n.ui-resizable-nw {\n\tcursor: nw-resize;\n\twidth: 9px;\n\theight: 9px;\n\tleft: -5px;\n\ttop: -5px;\n}\n.ui-resizable-ne {\n\tcursor: ne-resize;\n\twidth: 9px;\n\theight: 9px;\n\tright: -5px;\n\ttop: -5px;\n}\n.ui-progressbar {\n\theight: 2em;\n\ttext-align: left;\n\toverflow: hidden;\n}\n.ui-progressbar .ui-progressbar-value {\n\tmargin: -1px;\n\theight: 100%;\n}\n.ui-progressbar .ui-progressbar-overlay {\n\tbackground: url("data:image/gif;base64,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");\n\theight: 100%;\n\t-ms-filter: "alpha(opacity=25)"; /* support: IE8 */\n\topacity: 0.25;\n}\n.ui-progressbar-indeterminate .ui-progressbar-value {\n\tbackground-image: none;\n}\n.ui-selectable {\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-selectable-helper {\n\tposition: absolute;\n\tz-index: 100;\n\tborder: 1px dotted black;\n}\n.ui-selectmenu-menu {\n\tpadding: 0;\n\tmargin: 0;\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tdisplay: none;\n}\n.ui-selectmenu-menu .ui-menu {\n\toverflow: auto;\n\toverflow-x: hidden;\n\tpadding-bottom: 1px;\n}\n.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {\n\tfont-size: 1em;\n\tfont-weight: bold;\n\tline-height: 1.5;\n\tpadding: 2px 0.4em;\n\tmargin: 0.5em 0 0 0;\n\theight: auto;\n\tborder: 0;\n}\n.ui-selectmenu-open {\n\tdisplay: block;\n}\n.ui-selectmenu-text {\n\tdisplay: block;\n\tmargin-right: 20px;\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n}\n.ui-selectmenu-button.ui-button {\n\ttext-align: left;\n\twhite-space: nowrap;\n\twidth: 14em;\n}\n.ui-selectmenu-icon.ui-icon {\n\tfloat: right;\n\tmargin-top: 0;\n}\n.ui-slider {\n\tposition: relative;\n\ttext-align: left;\n}\n.ui-slider .ui-slider-handle {\n\tposition: absolute;\n\tz-index: 2;\n\twidth: 1.2em;\n\theight: 1.2em;\n\tcursor: pointer;\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-slider .ui-slider-range {\n\tposition: absolute;\n\tz-index: 1;\n\tfont-size: .7em;\n\tdisplay: block;\n\tborder: 0;\n\tbackground-position: 0 0;\n}\n\n/* support: IE8 - See #6727 */\n.ui-slider.ui-state-disabled .ui-slider-handle,\n.ui-slider.ui-state-disabled .ui-slider-range {\n\tfilter: inherit;\n}\n\n.ui-slider-horizontal {\n\theight: .8em;\n}\n.ui-slider-horizontal .ui-slider-handle {\n\ttop: -.3em;\n\tmargin-left: -.6em;\n}\n.ui-slider-horizontal .ui-slider-range {\n\ttop: 0;\n\theight: 100%;\n}\n.ui-slider-horizontal .ui-slider-range-min {\n\tleft: 0;\n}\n.ui-slider-horizontal .ui-slider-range-max {\n\tright: 0;\n}\n\n.ui-slider-vertical {\n\twidth: .8em;\n\theight: 100px;\n}\n.ui-slider-vertical .ui-slider-handle {\n\tleft: -.3em;\n\tmargin-left: 0;\n\tmargin-bottom: -.6em;\n}\n.ui-slider-vertical .ui-slider-range {\n\tleft: 0;\n\twidth: 100%;\n}\n.ui-slider-vertical .ui-slider-range-min {\n\tbottom: 0;\n}\n.ui-slider-vertical .ui-slider-range-max {\n\ttop: 0;\n}\n.ui-sortable-handle {\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-spinner {\n\tposition: relative;\n\tdisplay: inline-block;\n\toverflow: hidden;\n\tpadding: 0;\n\tvertical-align: middle;\n}\n.ui-spinner-input {\n\tborder: none;\n\tbackground: none;\n\tcolor: inherit;\n\tpadding: .222em 0;\n\tmargin: .2em 0;\n\tvertical-align: middle;\n\tmargin-left: .4em;\n\tmargin-right: 2em;\n}\n.ui-spinner-button {\n\twidth: 1.6em;\n\theight: 50%;\n\tfont-size: .5em;\n\tpadding: 0;\n\tmargin: 0;\n\ttext-align: center;\n\tposition: absolute;\n\tcursor: default;\n\tdisplay: block;\n\toverflow: hidden;\n\tright: 0;\n}\n/* more specificity required here to override default borders */\n.ui-spinner a.ui-spinner-button {\n\tborder-top-style: none;\n\tborder-bottom-style: none;\n\tborder-right-style: none;\n}\n.ui-spinner-up {\n\ttop: 0;\n}\n.ui-spinner-down {\n\tbottom: 0;\n}\n.ui-tabs {\n\tposition: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */\n\tpadding: .2em;\n}\n.ui-tabs .ui-tabs-nav {\n\tmargin: 0;\n\tpadding: .2em .2em 0;\n}\n.ui-tabs .ui-tabs-nav li {\n\tlist-style: none;\n\tfloat: left;\n\tposition: relative;\n\ttop: 0;\n\tmargin: 1px .2em 0 0;\n\tborder-bottom-width: 0;\n\tpadding: 0;\n\twhite-space: nowrap;\n}\n.ui-tabs .ui-tabs-nav .ui-tabs-anchor {\n\tfloat: left;\n\tpadding: .5em 1em;\n\ttext-decoration: none;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active {\n\tmargin-bottom: -1px;\n\tpadding-bottom: 1px;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,\n.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,\n.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {\n\tcursor: text;\n}\n.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {\n\tcursor: pointer;\n}\n.ui-tabs .ui-tabs-panel {\n\tdisplay: block;\n\tborder-width: 0;\n\tpadding: 1em 1.4em;\n\tbackground: none;\n}\n.ui-tooltip {\n\tpadding: 8px;\n\tposition: absolute;\n\tz-index: 9999;\n\tmax-width: 300px;\n}\nbody .ui-tooltip {\n\tborder-width: 2px;\n}\n\n/* Component containers\n----------------------------------*/\n.ui-widget {\n\tfont-family: Arial,Helvetica,sans-serif;\n\tfont-size: 1em;\n}\n.ui-widget .ui-widget {\n\tfont-size: 1em;\n}\n.ui-widget input,\n.ui-widget select,\n.ui-widget textarea,\n.ui-widget button {\n\tfont-family: Arial,Helvetica,sans-serif;\n\tfont-size: 1em;\n}\n.ui-widget.ui-widget-content {\n\tborder: 1px solid #c5c5c5;\n}\n.ui-widget-content {\n\tborder: 1px solid #dddddd;\n\tbackground: #ffffff;\n\tcolor: #333333;\n}\n.ui-widget-content a {\n\tcolor: #333333;\n}\n.ui-widget-header {\n\tborder: 1px solid #dddddd;\n\tbackground: #e9e9e9;\n\tcolor: #333333;\n\tfont-weight: bold;\n}\n.ui-widget-header a {\n\tcolor: #333333;\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default,\n.ui-button,\n\n/* We use html here because we need a greater specificity to make sure disabled\nworks properly when clicked or hovered */\nhtml .ui-button.ui-state-disabled:hover,\nhtml .ui-button.ui-state-disabled:active {\n\tborder: 1px solid #c5c5c5;\n\tbackground: #f6f6f6;\n\tfont-weight: normal;\n\tcolor: #454545;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited,\na.ui-button,\na:link.ui-button,\na:visited.ui-button,\n.ui-button {\n\tcolor: #454545;\n\ttext-decoration: none;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus,\n.ui-button:hover,\n.ui-button:focus {\n\tborder: 1px solid #cccccc;\n\tbackground: #ededed;\n\tfont-weight: normal;\n\tcolor: #2b2b2b;\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited,\n.ui-state-focus a,\n.ui-state-focus a:hover,\n.ui-state-focus a:link,\n.ui-state-focus a:visited,\na.ui-button:hover,\na.ui-button:focus {\n\tcolor: #2b2b2b;\n\ttext-decoration: none;\n}\n\n.ui-visual-focus {\n\tbox-shadow: 0 0 3px 1px rgb(94, 158, 214);\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active,\na.ui-button:active,\n.ui-button:active,\n.ui-button.ui-state-active:hover {\n\tborder: 1px solid #003eff;\n\tbackground: #007fff;\n\tfont-weight: normal;\n\tcolor: #ffffff;\n}\n.ui-icon-background,\n.ui-state-active .ui-icon-background {\n\tborder: #003eff;\n\tbackground-color: #ffffff;\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n\tcolor: #ffffff;\n\ttext-decoration: none;\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n\tborder: 1px solid #dad55e;\n\tbackground: #fffa90;\n\tcolor: #777620;\n}\n.ui-state-checked {\n\tborder: 1px solid #dad55e;\n\tbackground: #fffa90;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n\tcolor: #777620;\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n\tborder: 1px solid #f1a899;\n\tbackground: #fddfdf;\n\tcolor: #5f3f3f;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n\tcolor: #5f3f3f;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n\tcolor: #5f3f3f;\n}\n.ui-priority-primary,\n.ui-widget-content .ui-priority-primary,\n.ui-widget-header .ui-priority-primary {\n\tfont-weight: bold;\n}\n.ui-priority-secondary,\n.ui-widget-content .ui-priority-secondary,\n.ui-widget-header .ui-priority-secondary {\n\topacity: .7;\n\t-ms-filter: "alpha(opacity=70)"; /* support: IE8 */\n\tfont-weight: normal;\n}\n.ui-state-disabled,\n.ui-widget-content .ui-state-disabled,\n.ui-widget-header .ui-state-disabled {\n\topacity: .35;\n\t-ms-filter: "alpha(opacity=35)"; /* support: IE8 */\n\tbackground-image: none;\n}\n.ui-state-disabled .ui-icon {\n\t-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */\n}\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n\twidth: 16px;\n\theight: 16px;\n}\n.ui-icon,\n.ui-widget-content .ui-icon {\n\tbackground-image: url("images/ui-icons_444444_256x240.png");\n}\n.ui-widget-header .ui-icon {\n\tbackground-image: url("images/ui-icons_444444_256x240.png");\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon,\n.ui-button:hover .ui-icon,\n.ui-button:focus .ui-icon {\n\tbackground-image: url("images/ui-icons_555555_256x240.png");\n}\n.ui-state-active .ui-icon,\n.ui-button:active .ui-icon {\n\tbackground-image: url("images/ui-icons_ffffff_256x240.png");\n}\n.ui-state-highlight .ui-icon,\n.ui-button .ui-state-highlight.ui-icon {\n\tbackground-image: url("images/ui-icons_777620_256x240.png");\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n\tbackground-image: url("images/ui-icons_cc0000_256x240.png");\n}\n.ui-button .ui-icon {\n\tbackground-image: url("images/ui-icons_777777_256x240.png");\n}\n\n/* positioning */\n/* Three classes needed to override `.ui-button:hover .ui-icon` */\n.ui-icon-blank.ui-icon-blank.ui-icon-blank {\n\tbackground-image: none;\n}\n.ui-icon-caret-1-n { background-position: 0 0; }\n.ui-icon-caret-1-ne { background-position: -16px 0; }\n.ui-icon-caret-1-e { background-position: -32px 0; }\n.ui-icon-caret-1-se { background-position: -48px 0; }\n.ui-icon-caret-1-s { background-position: -65px 0; }\n.ui-icon-caret-1-sw { background-position: -80px 0; }\n.ui-icon-caret-1-w { background-position: -96px 0; }\n.ui-icon-caret-1-nw { background-position: -112px 0; }\n.ui-icon-caret-2-n-s { background-position: -128px 0; }\n.ui-icon-caret-2-e-w { background-position: -144px 0; }\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\n.ui-icon-triangle-1-s { background-position: -65px -16px; }\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\n.ui-icon-arrow-1-s { background-position: -65px -32px; }\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\n.ui-icon-arrowthick-1-n { background-position: 1px -48px; }\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\n.ui-icon-arrow-4 { background-position: 0 -80px; }\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\n.ui-icon-extlink { background-position: -32px -80px; }\n.ui-icon-newwin { background-position: -48px -80px; }\n.ui-icon-refresh { background-position: -64px -80px; }\n.ui-icon-shuffle { background-position: -80px -80px; }\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\n.ui-icon-folder-open { background-position: -16px -96px; }\n.ui-icon-document { background-position: -32px -96px; }\n.ui-icon-document-b { background-position: -48px -96px; }\n.ui-icon-note { background-position: -64px -96px; }\n.ui-icon-mail-closed { background-position: -80px -96px; }\n.ui-icon-mail-open { background-position: -96px -96px; }\n.ui-icon-suitcase { background-position: -112px -96px; }\n.ui-icon-comment { background-position: -128px -96px; }\n.ui-icon-person { background-position: -144px -96px; }\n.ui-icon-print { background-position: -160px -96px; }\n.ui-icon-trash { background-position: -176px -96px; }\n.ui-icon-locked { background-position: -192px -96px; }\n.ui-icon-unlocked { background-position: -208px -96px; }\n.ui-icon-bookmark { background-position: -224px -96px; }\n.ui-icon-tag { background-position: -240px -96px; }\n.ui-icon-home { background-position: 0 -112px; }\n.ui-icon-flag { background-position: -16px -112px; }\n.ui-icon-calendar { background-position: -32px -112px; }\n.ui-icon-cart { background-position: -48px -112px; }\n.ui-icon-pencil { background-position: -64px -112px; }\n.ui-icon-clock { background-position: -80px -112px; }\n.ui-icon-disk { background-position: -96px -112px; }\n.ui-icon-calculator { background-position: -112px -112px; }\n.ui-icon-zoomin { background-position: -128px -112px; }\n.ui-icon-zoomout { background-position: -144px -112px; }\n.ui-icon-search { background-position: -160px -112px; }\n.ui-icon-wrench { background-position: -176px -112px; }\n.ui-icon-gear { background-position: -192px -112px; }\n.ui-icon-heart { background-position: -208px -112px; }\n.ui-icon-star { background-position: -224px -112px; }\n.ui-icon-link { background-position: -240px -112px; }\n.ui-icon-cancel { background-position: 0 -128px; }\n.ui-icon-plus { background-position: -16px -128px; }\n.ui-icon-plusthick { background-position: -32px -128px; }\n.ui-icon-minus { background-position: -48px -128px; }\n.ui-icon-minusthick { background-position: -64px -128px; }\n.ui-icon-close { background-position: -80px -128px; }\n.ui-icon-closethick { background-position: -96px -128px; }\n.ui-icon-key { background-position: -112px -128px; }\n.ui-icon-lightbulb { background-position: -128px -128px; }\n.ui-icon-scissors { background-position: -144px -128px; }\n.ui-icon-clipboard { background-position: -160px -128px; }\n.ui-icon-copy { background-position: -176px -128px; }\n.ui-icon-contact { background-position: -192px -128px; }\n.ui-icon-image { background-position: -208px -128px; }\n.ui-icon-video { background-position: -224px -128px; }\n.ui-icon-script { background-position: -240px -128px; }\n.ui-icon-alert { background-position: 0 -144px; }\n.ui-icon-info { background-position: -16px -144px; }\n.ui-icon-notice { background-position: -32px -144px; }\n.ui-icon-help { background-position: -48px -144px; }\n.ui-icon-check { background-position: -64px -144px; }\n.ui-icon-bullet { background-position: -80px -144px; }\n.ui-icon-radio-on { background-position: -96px -144px; }\n.ui-icon-radio-off { background-position: -112px -144px; }\n.ui-icon-pin-w { background-position: -128px -144px; }\n.ui-icon-pin-s { background-position: -144px -144px; }\n.ui-icon-play { background-position: 0 -160px; }\n.ui-icon-pause { background-position: -16px -160px; }\n.ui-icon-seek-next { background-position: -32px -160px; }\n.ui-icon-seek-prev { background-position: -48px -160px; }\n.ui-icon-seek-end { background-position: -64px -160px; }\n.ui-icon-seek-start { background-position: -80px -160px; }\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\n.ui-icon-seek-first { background-position: -80px -160px; }\n.ui-icon-stop { background-position: -96px -160px; }\n.ui-icon-eject { background-position: -112px -160px; }\n.ui-icon-volume-off { background-position: -128px -160px; }\n.ui-icon-volume-on { background-position: -144px -160px; }\n.ui-icon-power { background-position: 0 -176px; }\n.ui-icon-signal-diag { background-position: -16px -176px; }\n.ui-icon-signal { background-position: -32px -176px; }\n.ui-icon-battery-0 { background-position: -48px -176px; }\n.ui-icon-battery-1 { background-position: -64px -176px; }\n.ui-icon-battery-2 { background-position: -80px -176px; }\n.ui-icon-battery-3 { background-position: -96px -176px; }\n.ui-icon-circle-plus { background-position: 0 -192px; }\n.ui-icon-circle-minus { background-position: -16px -192px; }\n.ui-icon-circle-close { background-position: -32px -192px; }\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\n.ui-icon-circle-check { background-position: -208px -192px; }\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Corner radius */\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-left,\n.ui-corner-tl {\n\tborder-top-left-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-right,\n.ui-corner-tr {\n\tborder-top-right-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-left,\n.ui-corner-bl {\n\tborder-bottom-left-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-right,\n.ui-corner-br {\n\tborder-bottom-right-radius: 3px;\n}\n\n/* Overlays */\n.ui-widget-overlay {\n\tbackground: #aaaaaa;\n\topacity: .003;\n\t-ms-filter: "alpha(opacity=.3)"; /* support: IE8 */\n}\n.ui-widget-shadow {\n\t-webkit-box-shadow: 0px 0px 5px #666666;\n\tbox-shadow: 0px 0px 5px #666666;\n}\n'],sourceRoot:""}]);const E=m},13169:(t,e,n)=>{"use strict";n.d(e,{A:()=>w});var i=n(71354),o=n.n(i),r=n(76314),s=n.n(r),a=n(4417),c=n.n(a),l=new URL(n(3132),n.b),u=new URL(n(19394),n.b),h=new URL(n(81972),n.b),d=new URL(n(6411),n.b),p=new URL(n(14506),n.b),A=new URL(n(64886),n.b),f=s()(o()),g=c()(l),m=c()(u),b=c()(h),C=c()(d),v=c()(p),x=c()(A);f.push([t.id,`/*!\n * jQuery UI CSS Framework 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n *\n * https://api.jqueryui.com/category/theming/\n *\n * To view and modify this theme, visit https://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=%22alpha(opacity%3D30)%22&opacityFilterOverlay=%22alpha(opacity%3D30)%22&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6\n */\n\n\n/* Component containers\n----------------------------------*/\n.ui-widget {\n\tfont-family: Arial,Helvetica,sans-serif;\n\tfont-size: 1em;\n}\n.ui-widget .ui-widget {\n\tfont-size: 1em;\n}\n.ui-widget input,\n.ui-widget select,\n.ui-widget textarea,\n.ui-widget button {\n\tfont-family: Arial,Helvetica,sans-serif;\n\tfont-size: 1em;\n}\n.ui-widget.ui-widget-content {\n\tborder: 1px solid #c5c5c5;\n}\n.ui-widget-content {\n\tborder: 1px solid #dddddd;\n\tbackground: #ffffff;\n\tcolor: #333333;\n}\n.ui-widget-content a {\n\tcolor: #333333;\n}\n.ui-widget-header {\n\tborder: 1px solid #dddddd;\n\tbackground: #e9e9e9;\n\tcolor: #333333;\n\tfont-weight: bold;\n}\n.ui-widget-header a {\n\tcolor: #333333;\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default,\n.ui-button,\n\n/* We use html here because we need a greater specificity to make sure disabled\nworks properly when clicked or hovered */\nhtml .ui-button.ui-state-disabled:hover,\nhtml .ui-button.ui-state-disabled:active {\n\tborder: 1px solid #c5c5c5;\n\tbackground: #f6f6f6;\n\tfont-weight: normal;\n\tcolor: #454545;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited,\na.ui-button,\na:link.ui-button,\na:visited.ui-button,\n.ui-button {\n\tcolor: #454545;\n\ttext-decoration: none;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus,\n.ui-button:hover,\n.ui-button:focus {\n\tborder: 1px solid #cccccc;\n\tbackground: #ededed;\n\tfont-weight: normal;\n\tcolor: #2b2b2b;\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited,\n.ui-state-focus a,\n.ui-state-focus a:hover,\n.ui-state-focus a:link,\n.ui-state-focus a:visited,\na.ui-button:hover,\na.ui-button:focus {\n\tcolor: #2b2b2b;\n\ttext-decoration: none;\n}\n\n.ui-visual-focus {\n\tbox-shadow: 0 0 3px 1px rgb(94, 158, 214);\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active,\na.ui-button:active,\n.ui-button:active,\n.ui-button.ui-state-active:hover {\n\tborder: 1px solid #003eff;\n\tbackground: #007fff;\n\tfont-weight: normal;\n\tcolor: #ffffff;\n}\n.ui-icon-background,\n.ui-state-active .ui-icon-background {\n\tborder: #003eff;\n\tbackground-color: #ffffff;\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n\tcolor: #ffffff;\n\ttext-decoration: none;\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n\tborder: 1px solid #dad55e;\n\tbackground: #fffa90;\n\tcolor: #777620;\n}\n.ui-state-checked {\n\tborder: 1px solid #dad55e;\n\tbackground: #fffa90;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n\tcolor: #777620;\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n\tborder: 1px solid #f1a899;\n\tbackground: #fddfdf;\n\tcolor: #5f3f3f;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n\tcolor: #5f3f3f;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n\tcolor: #5f3f3f;\n}\n.ui-priority-primary,\n.ui-widget-content .ui-priority-primary,\n.ui-widget-header .ui-priority-primary {\n\tfont-weight: bold;\n}\n.ui-priority-secondary,\n.ui-widget-content .ui-priority-secondary,\n.ui-widget-header .ui-priority-secondary {\n\topacity: .7;\n\t-ms-filter: "alpha(opacity=70)"; /* support: IE8 */\n\tfont-weight: normal;\n}\n.ui-state-disabled,\n.ui-widget-content .ui-state-disabled,\n.ui-widget-header .ui-state-disabled {\n\topacity: .35;\n\t-ms-filter: "alpha(opacity=35)"; /* support: IE8 */\n\tbackground-image: none;\n}\n.ui-state-disabled .ui-icon {\n\t-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */\n}\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n\twidth: 16px;\n\theight: 16px;\n}\n.ui-icon,\n.ui-widget-content .ui-icon {\n\tbackground-image: url(${g});\n}\n.ui-widget-header .ui-icon {\n\tbackground-image: url(${g});\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon,\n.ui-button:hover .ui-icon,\n.ui-button:focus .ui-icon {\n\tbackground-image: url(${m});\n}\n.ui-state-active .ui-icon,\n.ui-button:active .ui-icon {\n\tbackground-image: url(${b});\n}\n.ui-state-highlight .ui-icon,\n.ui-button .ui-state-highlight.ui-icon {\n\tbackground-image: url(${C});\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n\tbackground-image: url(${v});\n}\n.ui-button .ui-icon {\n\tbackground-image: url(${x});\n}\n\n/* positioning */\n/* Three classes needed to override \`.ui-button:hover .ui-icon\` */\n.ui-icon-blank.ui-icon-blank.ui-icon-blank {\n\tbackground-image: none;\n}\n.ui-icon-caret-1-n { background-position: 0 0; }\n.ui-icon-caret-1-ne { background-position: -16px 0; }\n.ui-icon-caret-1-e { background-position: -32px 0; }\n.ui-icon-caret-1-se { background-position: -48px 0; }\n.ui-icon-caret-1-s { background-position: -65px 0; }\n.ui-icon-caret-1-sw { background-position: -80px 0; }\n.ui-icon-caret-1-w { background-position: -96px 0; }\n.ui-icon-caret-1-nw { background-position: -112px 0; }\n.ui-icon-caret-2-n-s { background-position: -128px 0; }\n.ui-icon-caret-2-e-w { background-position: -144px 0; }\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\n.ui-icon-triangle-1-s { background-position: -65px -16px; }\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\n.ui-icon-arrow-1-s { background-position: -65px -32px; }\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\n.ui-icon-arrowthick-1-n { background-position: 1px -48px; }\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\n.ui-icon-arrow-4 { background-position: 0 -80px; }\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\n.ui-icon-extlink { background-position: -32px -80px; }\n.ui-icon-newwin { background-position: -48px -80px; }\n.ui-icon-refresh { background-position: -64px -80px; }\n.ui-icon-shuffle { background-position: -80px -80px; }\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\n.ui-icon-folder-open { background-position: -16px -96px; }\n.ui-icon-document { background-position: -32px -96px; }\n.ui-icon-document-b { background-position: -48px -96px; }\n.ui-icon-note { background-position: -64px -96px; }\n.ui-icon-mail-closed { background-position: -80px -96px; }\n.ui-icon-mail-open { background-position: -96px -96px; }\n.ui-icon-suitcase { background-position: -112px -96px; }\n.ui-icon-comment { background-position: -128px -96px; }\n.ui-icon-person { background-position: -144px -96px; }\n.ui-icon-print { background-position: -160px -96px; }\n.ui-icon-trash { background-position: -176px -96px; }\n.ui-icon-locked { background-position: -192px -96px; }\n.ui-icon-unlocked { background-position: -208px -96px; }\n.ui-icon-bookmark { background-position: -224px -96px; }\n.ui-icon-tag { background-position: -240px -96px; }\n.ui-icon-home { background-position: 0 -112px; }\n.ui-icon-flag { background-position: -16px -112px; }\n.ui-icon-calendar { background-position: -32px -112px; }\n.ui-icon-cart { background-position: -48px -112px; }\n.ui-icon-pencil { background-position: -64px -112px; }\n.ui-icon-clock { background-position: -80px -112px; }\n.ui-icon-disk { background-position: -96px -112px; }\n.ui-icon-calculator { background-position: -112px -112px; }\n.ui-icon-zoomin { background-position: -128px -112px; }\n.ui-icon-zoomout { background-position: -144px -112px; }\n.ui-icon-search { background-position: -160px -112px; }\n.ui-icon-wrench { background-position: -176px -112px; }\n.ui-icon-gear { background-position: -192px -112px; }\n.ui-icon-heart { background-position: -208px -112px; }\n.ui-icon-star { background-position: -224px -112px; }\n.ui-icon-link { background-position: -240px -112px; }\n.ui-icon-cancel { background-position: 0 -128px; }\n.ui-icon-plus { background-position: -16px -128px; }\n.ui-icon-plusthick { background-position: -32px -128px; }\n.ui-icon-minus { background-position: -48px -128px; }\n.ui-icon-minusthick { background-position: -64px -128px; }\n.ui-icon-close { background-position: -80px -128px; }\n.ui-icon-closethick { background-position: -96px -128px; }\n.ui-icon-key { background-position: -112px -128px; }\n.ui-icon-lightbulb { background-position: -128px -128px; }\n.ui-icon-scissors { background-position: -144px -128px; }\n.ui-icon-clipboard { background-position: -160px -128px; }\n.ui-icon-copy { background-position: -176px -128px; }\n.ui-icon-contact { background-position: -192px -128px; }\n.ui-icon-image { background-position: -208px -128px; }\n.ui-icon-video { background-position: -224px -128px; }\n.ui-icon-script { background-position: -240px -128px; }\n.ui-icon-alert { background-position: 0 -144px; }\n.ui-icon-info { background-position: -16px -144px; }\n.ui-icon-notice { background-position: -32px -144px; }\n.ui-icon-help { background-position: -48px -144px; }\n.ui-icon-check { background-position: -64px -144px; }\n.ui-icon-bullet { background-position: -80px -144px; }\n.ui-icon-radio-on { background-position: -96px -144px; }\n.ui-icon-radio-off { background-position: -112px -144px; }\n.ui-icon-pin-w { background-position: -128px -144px; }\n.ui-icon-pin-s { background-position: -144px -144px; }\n.ui-icon-play { background-position: 0 -160px; }\n.ui-icon-pause { background-position: -16px -160px; }\n.ui-icon-seek-next { background-position: -32px -160px; }\n.ui-icon-seek-prev { background-position: -48px -160px; }\n.ui-icon-seek-end { background-position: -64px -160px; }\n.ui-icon-seek-start { background-position: -80px -160px; }\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\n.ui-icon-seek-first { background-position: -80px -160px; }\n.ui-icon-stop { background-position: -96px -160px; }\n.ui-icon-eject { background-position: -112px -160px; }\n.ui-icon-volume-off { background-position: -128px -160px; }\n.ui-icon-volume-on { background-position: -144px -160px; }\n.ui-icon-power { background-position: 0 -176px; }\n.ui-icon-signal-diag { background-position: -16px -176px; }\n.ui-icon-signal { background-position: -32px -176px; }\n.ui-icon-battery-0 { background-position: -48px -176px; }\n.ui-icon-battery-1 { background-position: -64px -176px; }\n.ui-icon-battery-2 { background-position: -80px -176px; }\n.ui-icon-battery-3 { background-position: -96px -176px; }\n.ui-icon-circle-plus { background-position: 0 -192px; }\n.ui-icon-circle-minus { background-position: -16px -192px; }\n.ui-icon-circle-close { background-position: -32px -192px; }\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\n.ui-icon-circle-check { background-position: -208px -192px; }\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Corner radius */\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-left,\n.ui-corner-tl {\n\tborder-top-left-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-right,\n.ui-corner-tr {\n\tborder-top-right-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-left,\n.ui-corner-bl {\n\tborder-bottom-left-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-right,\n.ui-corner-br {\n\tborder-bottom-right-radius: 3px;\n}\n\n/* Overlays */\n.ui-widget-overlay {\n\tbackground: #aaaaaa;\n\topacity: .003;\n\t-ms-filter: "alpha(opacity=.3)"; /* support: IE8 */\n}\n.ui-widget-shadow {\n\t-webkit-box-shadow: 0px 0px 5px #666666;\n\tbox-shadow: 0px 0px 5px #666666;\n}\n`,"",{version:3,sources:["webpack://./node_modules/jquery-ui-dist/jquery-ui.theme.css"],names:[],mappings:"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",sourcesContent:['/*!\n * jQuery UI CSS Framework 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n *\n * https://api.jqueryui.com/category/theming/\n *\n * To view and modify this theme, visit https://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=%22alpha(opacity%3D30)%22&opacityFilterOverlay=%22alpha(opacity%3D30)%22&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6\n */\n\n\n/* Component containers\n----------------------------------*/\n.ui-widget {\n\tfont-family: Arial,Helvetica,sans-serif;\n\tfont-size: 1em;\n}\n.ui-widget .ui-widget {\n\tfont-size: 1em;\n}\n.ui-widget input,\n.ui-widget select,\n.ui-widget textarea,\n.ui-widget button {\n\tfont-family: Arial,Helvetica,sans-serif;\n\tfont-size: 1em;\n}\n.ui-widget.ui-widget-content {\n\tborder: 1px solid #c5c5c5;\n}\n.ui-widget-content {\n\tborder: 1px solid #dddddd;\n\tbackground: #ffffff;\n\tcolor: #333333;\n}\n.ui-widget-content a {\n\tcolor: #333333;\n}\n.ui-widget-header {\n\tborder: 1px solid #dddddd;\n\tbackground: #e9e9e9;\n\tcolor: #333333;\n\tfont-weight: bold;\n}\n.ui-widget-header a {\n\tcolor: #333333;\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default,\n.ui-button,\n\n/* We use html here because we need a greater specificity to make sure disabled\nworks properly when clicked or hovered */\nhtml .ui-button.ui-state-disabled:hover,\nhtml .ui-button.ui-state-disabled:active {\n\tborder: 1px solid #c5c5c5;\n\tbackground: #f6f6f6;\n\tfont-weight: normal;\n\tcolor: #454545;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited,\na.ui-button,\na:link.ui-button,\na:visited.ui-button,\n.ui-button {\n\tcolor: #454545;\n\ttext-decoration: none;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus,\n.ui-button:hover,\n.ui-button:focus {\n\tborder: 1px solid #cccccc;\n\tbackground: #ededed;\n\tfont-weight: normal;\n\tcolor: #2b2b2b;\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited,\n.ui-state-focus a,\n.ui-state-focus a:hover,\n.ui-state-focus a:link,\n.ui-state-focus a:visited,\na.ui-button:hover,\na.ui-button:focus {\n\tcolor: #2b2b2b;\n\ttext-decoration: none;\n}\n\n.ui-visual-focus {\n\tbox-shadow: 0 0 3px 1px rgb(94, 158, 214);\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active,\na.ui-button:active,\n.ui-button:active,\n.ui-button.ui-state-active:hover {\n\tborder: 1px solid #003eff;\n\tbackground: #007fff;\n\tfont-weight: normal;\n\tcolor: #ffffff;\n}\n.ui-icon-background,\n.ui-state-active .ui-icon-background {\n\tborder: #003eff;\n\tbackground-color: #ffffff;\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n\tcolor: #ffffff;\n\ttext-decoration: none;\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n\tborder: 1px solid #dad55e;\n\tbackground: #fffa90;\n\tcolor: #777620;\n}\n.ui-state-checked {\n\tborder: 1px solid #dad55e;\n\tbackground: #fffa90;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n\tcolor: #777620;\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n\tborder: 1px solid #f1a899;\n\tbackground: #fddfdf;\n\tcolor: #5f3f3f;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n\tcolor: #5f3f3f;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n\tcolor: #5f3f3f;\n}\n.ui-priority-primary,\n.ui-widget-content .ui-priority-primary,\n.ui-widget-header .ui-priority-primary {\n\tfont-weight: bold;\n}\n.ui-priority-secondary,\n.ui-widget-content .ui-priority-secondary,\n.ui-widget-header .ui-priority-secondary {\n\topacity: .7;\n\t-ms-filter: "alpha(opacity=70)"; /* support: IE8 */\n\tfont-weight: normal;\n}\n.ui-state-disabled,\n.ui-widget-content .ui-state-disabled,\n.ui-widget-header .ui-state-disabled {\n\topacity: .35;\n\t-ms-filter: "alpha(opacity=35)"; /* support: IE8 */\n\tbackground-image: none;\n}\n.ui-state-disabled .ui-icon {\n\t-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */\n}\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n\twidth: 16px;\n\theight: 16px;\n}\n.ui-icon,\n.ui-widget-content .ui-icon {\n\tbackground-image: url("images/ui-icons_444444_256x240.png");\n}\n.ui-widget-header .ui-icon {\n\tbackground-image: url("images/ui-icons_444444_256x240.png");\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon,\n.ui-button:hover .ui-icon,\n.ui-button:focus .ui-icon {\n\tbackground-image: url("images/ui-icons_555555_256x240.png");\n}\n.ui-state-active .ui-icon,\n.ui-button:active .ui-icon {\n\tbackground-image: url("images/ui-icons_ffffff_256x240.png");\n}\n.ui-state-highlight .ui-icon,\n.ui-button .ui-state-highlight.ui-icon {\n\tbackground-image: url("images/ui-icons_777620_256x240.png");\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n\tbackground-image: url("images/ui-icons_cc0000_256x240.png");\n}\n.ui-button .ui-icon {\n\tbackground-image: url("images/ui-icons_777777_256x240.png");\n}\n\n/* positioning */\n/* Three classes needed to override `.ui-button:hover .ui-icon` */\n.ui-icon-blank.ui-icon-blank.ui-icon-blank {\n\tbackground-image: none;\n}\n.ui-icon-caret-1-n { background-position: 0 0; }\n.ui-icon-caret-1-ne { background-position: -16px 0; }\n.ui-icon-caret-1-e { background-position: -32px 0; }\n.ui-icon-caret-1-se { background-position: -48px 0; }\n.ui-icon-caret-1-s { background-position: -65px 0; }\n.ui-icon-caret-1-sw { background-position: -80px 0; }\n.ui-icon-caret-1-w { background-position: -96px 0; }\n.ui-icon-caret-1-nw { background-position: -112px 0; }\n.ui-icon-caret-2-n-s { background-position: -128px 0; }\n.ui-icon-caret-2-e-w { background-position: -144px 0; }\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\n.ui-icon-triangle-1-s { background-position: -65px -16px; }\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\n.ui-icon-arrow-1-s { background-position: -65px -32px; }\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\n.ui-icon-arrowthick-1-n { background-position: 1px -48px; }\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\n.ui-icon-arrow-4 { background-position: 0 -80px; }\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\n.ui-icon-extlink { background-position: -32px -80px; }\n.ui-icon-newwin { background-position: -48px -80px; }\n.ui-icon-refresh { background-position: -64px -80px; }\n.ui-icon-shuffle { background-position: -80px -80px; }\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\n.ui-icon-folder-open { background-position: -16px -96px; }\n.ui-icon-document { background-position: -32px -96px; }\n.ui-icon-document-b { background-position: -48px -96px; }\n.ui-icon-note { background-position: -64px -96px; }\n.ui-icon-mail-closed { background-position: -80px -96px; }\n.ui-icon-mail-open { background-position: -96px -96px; }\n.ui-icon-suitcase { background-position: -112px -96px; }\n.ui-icon-comment { background-position: -128px -96px; }\n.ui-icon-person { background-position: -144px -96px; }\n.ui-icon-print { background-position: -160px -96px; }\n.ui-icon-trash { background-position: -176px -96px; }\n.ui-icon-locked { background-position: -192px -96px; }\n.ui-icon-unlocked { background-position: -208px -96px; }\n.ui-icon-bookmark { background-position: -224px -96px; }\n.ui-icon-tag { background-position: -240px -96px; }\n.ui-icon-home { background-position: 0 -112px; }\n.ui-icon-flag { background-position: -16px -112px; }\n.ui-icon-calendar { background-position: -32px -112px; }\n.ui-icon-cart { background-position: -48px -112px; }\n.ui-icon-pencil { background-position: -64px -112px; }\n.ui-icon-clock { background-position: -80px -112px; }\n.ui-icon-disk { background-position: -96px -112px; }\n.ui-icon-calculator { background-position: -112px -112px; }\n.ui-icon-zoomin { background-position: -128px -112px; }\n.ui-icon-zoomout { background-position: -144px -112px; }\n.ui-icon-search { background-position: -160px -112px; }\n.ui-icon-wrench { background-position: -176px -112px; }\n.ui-icon-gear { background-position: -192px -112px; }\n.ui-icon-heart { background-position: -208px -112px; }\n.ui-icon-star { background-position: -224px -112px; }\n.ui-icon-link { background-position: -240px -112px; }\n.ui-icon-cancel { background-position: 0 -128px; }\n.ui-icon-plus { background-position: -16px -128px; }\n.ui-icon-plusthick { background-position: -32px -128px; }\n.ui-icon-minus { background-position: -48px -128px; }\n.ui-icon-minusthick { background-position: -64px -128px; }\n.ui-icon-close { background-position: -80px -128px; }\n.ui-icon-closethick { background-position: -96px -128px; }\n.ui-icon-key { background-position: -112px -128px; }\n.ui-icon-lightbulb { background-position: -128px -128px; }\n.ui-icon-scissors { background-position: -144px -128px; }\n.ui-icon-clipboard { background-position: -160px -128px; }\n.ui-icon-copy { background-position: -176px -128px; }\n.ui-icon-contact { background-position: -192px -128px; }\n.ui-icon-image { background-position: -208px -128px; }\n.ui-icon-video { background-position: -224px -128px; }\n.ui-icon-script { background-position: -240px -128px; }\n.ui-icon-alert { background-position: 0 -144px; }\n.ui-icon-info { background-position: -16px -144px; }\n.ui-icon-notice { background-position: -32px -144px; }\n.ui-icon-help { background-position: -48px -144px; }\n.ui-icon-check { background-position: -64px -144px; }\n.ui-icon-bullet { background-position: -80px -144px; }\n.ui-icon-radio-on { background-position: -96px -144px; }\n.ui-icon-radio-off { background-position: -112px -144px; }\n.ui-icon-pin-w { background-position: -128px -144px; }\n.ui-icon-pin-s { background-position: -144px -144px; }\n.ui-icon-play { background-position: 0 -160px; }\n.ui-icon-pause { background-position: -16px -160px; }\n.ui-icon-seek-next { background-position: -32px -160px; }\n.ui-icon-seek-prev { background-position: -48px -160px; }\n.ui-icon-seek-end { background-position: -64px -160px; }\n.ui-icon-seek-start { background-position: -80px -160px; }\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\n.ui-icon-seek-first { background-position: -80px -160px; }\n.ui-icon-stop { background-position: -96px -160px; }\n.ui-icon-eject { background-position: -112px -160px; }\n.ui-icon-volume-off { background-position: -128px -160px; }\n.ui-icon-volume-on { background-position: -144px -160px; }\n.ui-icon-power { background-position: 0 -176px; }\n.ui-icon-signal-diag { background-position: -16px -176px; }\n.ui-icon-signal { background-position: -32px -176px; }\n.ui-icon-battery-0 { background-position: -48px -176px; }\n.ui-icon-battery-1 { background-position: -64px -176px; }\n.ui-icon-battery-2 { background-position: -80px -176px; }\n.ui-icon-battery-3 { background-position: -96px -176px; }\n.ui-icon-circle-plus { background-position: 0 -192px; }\n.ui-icon-circle-minus { background-position: -16px -192px; }\n.ui-icon-circle-close { background-position: -32px -192px; }\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\n.ui-icon-circle-check { background-position: -208px -192px; }\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Corner radius */\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-left,\n.ui-corner-tl {\n\tborder-top-left-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-right,\n.ui-corner-tr {\n\tborder-top-right-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-left,\n.ui-corner-bl {\n\tborder-bottom-left-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-right,\n.ui-corner-br {\n\tborder-bottom-right-radius: 3px;\n}\n\n/* Overlays */\n.ui-widget-overlay {\n\tbackground: #aaaaaa;\n\topacity: .003;\n\t-ms-filter: "alpha(opacity=.3)"; /* support: IE8 */\n}\n.ui-widget-shadow {\n\t-webkit-box-shadow: 0px 0px 5px #666666;\n\tbox-shadow: 0px 0px 5px #666666;\n}\n'],sourceRoot:""}]);const w=f},90628:(t,e,n)=>{"use strict";n.d(e,{A:()=>v});var i=n(71354),o=n.n(i),r=n(76314),s=n.n(r),a=n(4417),c=n.n(a),l=new URL(n(7369),n.b),u=new URL(n(48832),n.b),h=new URL(n(36114),n.b),d=new URL(n(83864),n.b),p=new URL(n(26609),n.b),A=s()(o()),f=c()(l),g=c()(u),m=c()(h),b=c()(d),C=c()(p);A.push([t.id,`.ui-widget-content{border:1px solid var(--color-border);background:var(--color-main-background) none;color:var(--color-main-text)}.ui-widget-content a{color:var(--color-main-text)}.ui-widget-header{border:none;color:var(--color-main-text);background-image:none}.ui-widget-header a{color:var(--color-main-text)}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid var(--color-border);background:var(--color-main-background) none;font-weight:bold;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #ddd;background:var(--color-main-background) none;font-weight:bold;color:var(--color-main-text)}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:var(--color-main-text)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid var(--color-primary-element);background:var(--color-main-background) none;font-weight:bold;color:var(--color-main-text)}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:var(--color-main-text)}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid var(--color-main-background);background:var(--color-main-background) none;color:var(--color-text-light);font-weight:600}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:var(--color-text-lighter)}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:var(--color-error);background:var(--color-error) none;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.ui-state-default .ui-icon{background-image:url(${f})}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(${f})}.ui-state-active .ui-icon{background-image:url(${f})}.ui-state-highlight .ui-icon{background-image:url(${g})}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(${m})}.ui-icon.ui-icon-none{display:none}.ui-widget-overlay{background:#666 url(${b}) 50% 50% repeat;opacity:.5}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url(${C}) 50% 50% repeat-x;opacity:.2;border-radius:5px}.ui-tabs{border:none}.ui-tabs .ui-tabs-nav.ui-corner-all{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui-tabs .ui-tabs-nav{background:none;margin-bottom:15px}.ui-tabs .ui-tabs-nav .ui-state-default{border:none;border-bottom:1px solid rgba(0,0,0,0);font-weight:normal;margin:0 !important;padding:0 !important}.ui-tabs .ui-tabs-nav .ui-state-hover,.ui-tabs .ui-tabs-nav .ui-state-active{border:none;border-bottom:1px solid var(--color-main-text);color:var(--color-main-text)}.ui-tabs .ui-tabs-nav .ui-state-hover a,.ui-tabs .ui-tabs-nav .ui-state-hover a:link,.ui-tabs .ui-tabs-nav .ui-state-hover a:hover,.ui-tabs .ui-tabs-nav .ui-state-hover a:visited,.ui-tabs .ui-tabs-nav .ui-state-active a,.ui-tabs .ui-tabs-nav .ui-state-active a:link,.ui-tabs .ui-tabs-nav .ui-state-active a:hover,.ui-tabs .ui-tabs-nav .ui-state-active a:visited{color:var(--color-main-text)}.ui-tabs .ui-tabs-nav .ui-state-active{font-weight:bold}.ui-autocomplete.ui-menu{padding:0}.ui-autocomplete.ui-menu.item-count-1,.ui-autocomplete.ui-menu.item-count-2{overflow-y:hidden}.ui-autocomplete.ui-menu .ui-menu-item a{color:var(--color-text-lighter);display:block;padding:4px 4px 4px 14px}.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-focus,.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-active{box-shadow:inset 4px 0 var(--color-primary-element);color:var(--color-main-text)}.ui-autocomplete.ui-widget-content{background:var(--color-main-background);border-top:none}.ui-autocomplete.ui-corner-all{border-radius:0;border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.ui-autocomplete .ui-state-hover,.ui-autocomplete .ui-widget-content .ui-state-hover,.ui-autocomplete .ui-widget-header .ui-state-hover,.ui-autocomplete .ui-state-focus,.ui-autocomplete .ui-widget-content .ui-state-focus,.ui-autocomplete .ui-widget-header .ui-state-focus{border:1px solid rgba(0,0,0,0);background:inherit;color:var(--color-primary-element)}.ui-autocomplete .ui-menu-item a{border-radius:0 !important}.ui-button.primary{background-color:var(--color-primary-element);color:var(--color-primary-element-text);border:1px solid var(--color-primary-element-text)}.ui-button:hover{font-weight:bold !important}.ui-draggable-handle,.ui-selectable{touch-action:pan-y}`,"",{version:3,sources:["webpack://./core/src/jquery/css/jquery-ui-fixes.scss"],names:[],mappings:"AAMA,mBACC,oCAAA,CACA,4CAAA,CACA,4BAAA,CAED,qBACC,4BAAA,CAED,kBACC,WAAA,CACA,4BAAA,CACA,qBAAA,CAED,oBACC,4BAAA,CAKD,2FAGC,oCAAA,CACA,4CAAA,CACA,gBAAA,CACA,UAAA,CAED,yEAGC,UAAA,CAED,0KAMC,qBAAA,CACA,4CAAA,CACA,gBAAA,CACA,4BAAA,CAED,2FAIC,4BAAA,CAED,wFAGC,6CAAA,CACA,4CAAA,CACA,gBAAA,CACA,4BAAA,CAED,sEAGC,4BAAA,CAKD,iGAGC,6CAAA,CACA,4CAAA,CACA,6BAAA,CACA,eAAA,CAED,uGAGC,+BAAA,CAED,qFAGC,yBAAA,CACA,kCAAA,CACA,UAAA,CAED,2FAGC,UAAA,CAED,oGAGC,UAAA,CAKD,2BACC,wDAAA,CAED,kDAEC,wDAAA,CAED,0BACC,wDAAA,CAED,6BACC,wDAAA,CAED,uDAEC,wDAAA,CAED,sBACC,YAAA,CAMD,mBACC,sEAAA,CACA,UAAA,CAED,kBACC,oBAAA,CACA,WAAA,CACA,wEAAA,CACA,UAAA,CACA,iBAAA,CAID,SACC,WAAA,CAEA,oCACC,2BAAA,CACA,4BAAA,CAGD,sBACC,eAAA,CACA,kBAAA,CAEA,wCACC,WAAA,CACA,qCAAA,CACA,kBAAA,CACA,mBAAA,CACA,oBAAA,CAGD,6EAEC,WAAA,CACA,8CAAA,CACA,4BAAA,CACA,0WACC,4BAAA,CAGF,uCACC,gBAAA,CAOF,yBACC,SAAA,CAIA,4EAEC,iBAAA,CAGD,yCACC,+BAAA,CACA,aAAA,CACA,wBAAA,CAEA,iHACC,mDAAA,CACA,4BAAA,CAKH,mCACC,uCAAA,CACA,eAAA,CAGD,+BACC,eAAA,CACA,8CAAA,CACA,+CAAA,CAGD,gRAKC,8BAAA,CACA,kBAAA,CACA,kCAAA,CAIA,iCACC,0BAAA,CAKH,mBACC,6CAAA,CACA,uCAAA,CACA,kDAAA,CAID,iBACI,2BAAA,CAKJ,oCAEC,kBAAA",sourcesContent:["/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/* Component containers\n----------------------------------*/\n.ui-widget-content {\n\tborder: 1px solid var(--color-border);\n\tbackground: var(--color-main-background) none;\n\tcolor: var(--color-main-text);\n}\n.ui-widget-content a {\n\tcolor: var(--color-main-text);\n}\n.ui-widget-header {\n\tborder: none;\n\tcolor: var(--color-main-text);\n\tbackground-image: none;\n}\n.ui-widget-header a {\n\tcolor: var(--color-main-text);\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default {\n\tborder: 1px solid var(--color-border);\n\tbackground: var(--color-main-background) none;\n\tfont-weight: bold;\n\tcolor: #555;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited {\n\tcolor: #555;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus {\n\tborder: 1px solid #ddd;\n\tbackground: var(--color-main-background) none;\n\tfont-weight: bold;\n\tcolor: var(--color-main-text);\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited {\n\tcolor: var(--color-main-text);\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active {\n\tborder: 1px solid var(--color-primary-element);\n\tbackground: var(--color-main-background) none;\n\tfont-weight: bold;\n\tcolor: var(--color-main-text);\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n\tcolor: var(--color-main-text);\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n\tborder: 1px solid var(--color-main-background);\n\tbackground: var(--color-main-background) none;\n\tcolor: var(--color-text-light);\n\tfont-weight: 600;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n\tcolor: var(--color-text-lighter);\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n\tborder: var(--color-error);\n\tbackground: var(--color-error) none;\n\tcolor: #ffffff;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n\tcolor: #ffffff;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n\tcolor: #ffffff;\n}\n\n/* Icons\n----------------------------------*/\n.ui-state-default .ui-icon {\n\tbackground-image: url('images/ui-icons_1d2d44_256x240.png');\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon {\n\tbackground-image: url('images/ui-icons_1d2d44_256x240.png');\n}\n.ui-state-active .ui-icon {\n\tbackground-image: url('images/ui-icons_1d2d44_256x240.png');\n}\n.ui-state-highlight .ui-icon {\n\tbackground-image: url('images/ui-icons_ffffff_256x240.png');\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n\tbackground-image: url('images/ui-icons_ffd27a_256x240.png');\n}\n.ui-icon.ui-icon-none {\n\tdisplay: none;\n}\n\n/* Misc visuals\n----------------------------------*/\n/* Overlays */\n.ui-widget-overlay {\n\tbackground: #666666 url('images/ui-bg_diagonals-thick_20_666666_40x40.png') 50% 50% repeat;\n\topacity: .5;\n}\n.ui-widget-shadow {\n\tmargin: -5px 0 0 -5px;\n\tpadding: 5px;\n\tbackground: #000000 url('images/ui-bg_flat_10_000000_40x100.png') 50% 50% repeat-x;\n\topacity: .2;\n\tborder-radius: 5px;\n}\n\n/* Tabs customizations */\n.ui-tabs {\n\tborder: none;\n\n\t.ui-tabs-nav.ui-corner-all {\n\t\tborder-bottom-left-radius: 0;\n\t\tborder-bottom-right-radius: 0;\n\t}\n\n\t.ui-tabs-nav {\n\t\tbackground: none;\n\t\tmargin-bottom: 15px;\n\n\t\t.ui-state-default {\n\t\t\tborder: none;\n\t\t\tborder-bottom: 1px solid transparent;\n\t\t\tfont-weight: normal;\n\t\t\tmargin: 0 !important;\n\t\t\tpadding: 0 !important;\n\t\t}\n\n\t\t.ui-state-hover,\n\t\t.ui-state-active {\n\t\t\tborder: none;\n\t\t\tborder-bottom: 1px solid var(--color-main-text);\n\t\t\tcolor: var(--color-main-text);\n\t\t\ta, a:link, a:hover, a:visited {\n\t\t\t\tcolor: var(--color-main-text);\n\t\t\t}\n\t\t}\n\t\t.ui-state-active {\n\t\t\tfont-weight: bold;\n\t\t}\n\t}\n}\n\n/* Select menus */\n.ui-autocomplete {\n\t&.ui-menu {\n\t\tpadding: 0;\n\n\t\t/* scrolling starts from three items,\n\t\t * so hide overflow and scrollbars for a clean layout */\n\t\t&.item-count-1,\n\t\t&.item-count-2 {\n\t\t\toverflow-y: hidden;\n\t\t}\n\n\t\t.ui-menu-item a {\n\t\t\tcolor: var(--color-text-lighter);\n\t\t\tdisplay: block;\n\t\t\tpadding: 4px 4px 4px 14px;\n\n\t\t\t&.ui-state-focus, &.ui-state-active {\n\t\t\t\tbox-shadow: inset 4px 0 var(--color-primary-element);\n\t\t\t\tcolor: var(--color-main-text);\n\t\t\t}\n\t\t}\n\t}\n\n\t&.ui-widget-content {\n\t\tbackground: var(--color-main-background);\n\t\tborder-top: none;\n\t}\n\n\t&.ui-corner-all {\n\t\tborder-radius: 0;\n\t\tborder-bottom-left-radius: var(--border-radius);\n\t\tborder-bottom-right-radius: var(--border-radius);\n\t}\n\n\t.ui-state-hover, .ui-widget-content .ui-state-hover,\n\t.ui-widget-header .ui-state-hover,\n\t.ui-state-focus,\n\t.ui-widget-content .ui-state-focus,\n\t.ui-widget-header .ui-state-focus {\n\t\tborder: 1px solid transparent;\n\t\tbackground: inherit;\n\t\tcolor: var(--color-primary-element);\n\t}\n\n\t.ui-menu-item {\n\t\ta {\n\t\t\tborder-radius: 0 !important;\n\t\t}\n\t}\n}\n\n.ui-button.primary {\n\tbackground-color: var(--color-primary-element);\n\tcolor: var(--color-primary-element-text);\n\tborder: 1px solid var(--color-primary-element-text);\n}\n\n// fix ui-buttons on hover\n.ui-button:hover {\n font-weight:bold !important;\n}\n\n\n/* DRAGGABLE */\n.ui-draggable-handle,\n.ui-selectable {\n\ttouch-action: pan-y;\n}\n"],sourceRoot:""}]);const v=A},2791:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(71354),o=n.n(i),r=n(76314),s=n.n(r)()(o());s.push([t.id,".oc-dialog{background:var(--color-main-background);color:var(--color-text-light);border-radius:var(--border-radius-large);box-shadow:0 0 30px var(--color-box-shadow);padding:24px;z-index:100001;font-size:100%;box-sizing:border-box;min-width:200px;top:50%;left:50%;transform:translate(-50%, -50%);max-height:calc(100% - 20px);max-width:calc(100% - 20px);overflow:auto}.oc-dialog-title{background:var(--color-main-background)}.oc-dialog-buttonrow{position:relative;display:flex;background:rgba(0,0,0,0);right:0;bottom:0;padding:0;padding-top:10px;box-sizing:border-box;width:100%;background-image:linear-gradient(rgba(255, 255, 255, 0), var(--color-main-background))}.oc-dialog-buttonrow.twobuttons{justify-content:space-between}.oc-dialog-buttonrow.onebutton,.oc-dialog-buttonrow.twobuttons.aside{justify-content:flex-end}.oc-dialog-buttonrow button{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:44px;min-width:44px}.oc-dialog-close{position:absolute;width:44px !important;height:44px !important;top:4px;right:4px;padding:25px;background:var(--icon-close-dark) no-repeat center;opacity:.5;border-radius:var(--border-radius-pill)}.oc-dialog-close:hover,.oc-dialog-close:focus,.oc-dialog-close:active{opacity:1}.oc-dialog-dim{background-color:#000;opacity:.2;z-index:100001;position:fixed;top:0;left:0;width:100%;height:100%}body.theme--dark .oc-dialog-dim{opacity:.8}.oc-dialog-content{width:100%;max-width:550px}.oc-dialog.password-confirmation .oc-dialog-content{width:auto}.oc-dialog.password-confirmation .oc-dialog-content input[type=password]{width:100%}.oc-dialog.password-confirmation .oc-dialog-content label{display:none}","",{version:3,sources:["webpack://./core/src/jquery/css/jquery.ocdialog.scss"],names:[],mappings:"AAIA,WACC,uCAAA,CACA,6BAAA,CACA,wCAAA,CACA,2CAAA,CACA,YAAA,CACA,cAAA,CACA,cAAA,CACA,qBAAA,CACA,eAAA,CACA,OAAA,CACA,QAAA,CACA,+BAAA,CACA,4BAAA,CACA,2BAAA,CACA,aAAA,CAED,iBACC,uCAAA,CAED,qBACC,iBAAA,CACA,YAAA,CACA,wBAAA,CACA,OAAA,CACA,QAAA,CACA,SAAA,CACA,gBAAA,CACA,qBAAA,CACA,UAAA,CACA,sFAAA,CAEA,gCACO,6BAAA,CAGP,qEAEC,wBAAA,CAGD,4BACI,kBAAA,CACA,eAAA,CACH,sBAAA,CACA,WAAA,CACA,cAAA,CAIF,iBACC,iBAAA,CACA,qBAAA,CACA,sBAAA,CACA,OAAA,CACA,SAAA,CACA,YAAA,CACA,kDAAA,CACA,UAAA,CACA,uCAAA,CAEA,sEAGC,SAAA,CAIF,eACC,qBAAA,CACA,UAAA,CACA,cAAA,CACA,cAAA,CACA,KAAA,CACA,MAAA,CACA,UAAA,CACA,WAAA,CAGD,gCACC,UAAA,CAGD,mBACC,UAAA,CACA,eAAA,CAIA,oDACC,UAAA,CAEA,yEACC,UAAA,CAED,0DACC,YAAA",sourcesContent:["/**\n * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n.oc-dialog {\n\tbackground: var(--color-main-background);\n\tcolor: var(--color-text-light);\n\tborder-radius: var(--border-radius-large);\n\tbox-shadow: 0 0 30px var(--color-box-shadow);\n\tpadding: 24px;\n\tz-index: 100001;\n\tfont-size: 100%;\n\tbox-sizing: border-box;\n\tmin-width: 200px;\n\ttop: 50%;\n\tleft: 50%;\n\ttransform: translate(-50%, -50%);\n\tmax-height: calc(100% - 20px);\n\tmax-width: calc(100% - 20px);\n\toverflow: auto;\n}\n.oc-dialog-title {\n\tbackground: var(--color-main-background);\n}\n.oc-dialog-buttonrow {\n\tposition: relative;\n\tdisplay: flex;\n\tbackground: transparent;\n\tright: 0;\n\tbottom: 0;\n\tpadding: 0;\n\tpadding-top: 10px;\n\tbox-sizing: border-box;\n\twidth: 100%;\n\tbackground-image: linear-gradient(rgba(255, 255, 255, 0.0), var(--color-main-background));\n\n\t&.twobuttons {\n justify-content: space-between;\n }\n\n\t&.onebutton,\n\t&.twobuttons.aside {\n\t\tjustify-content: flex-end;\n\t}\n\n\tbutton {\n\t white-space: nowrap;\n\t overflow: hidden;\n\t\ttext-overflow: ellipsis;\n\t\theight: 44px;\n\t\tmin-width: 44px;\n\t}\n}\n\n.oc-dialog-close {\n\tposition: absolute;\n\twidth: 44px !important;\n\theight: 44px !important;\n\ttop: 4px;\n\tright: 4px;\n\tpadding: 25px;\n\tbackground: var(--icon-close-dark) no-repeat center;\n\topacity: .5;\n\tborder-radius: var(--border-radius-pill);\n\n\t&:hover,\n\t&:focus,\n\t&:active {\n\t\topacity: 1;\n\t}\n}\n\n.oc-dialog-dim {\n\tbackground-color: #000;\n\topacity: .2;\n\tz-index: 100001;\n\tposition: fixed;\n\ttop: 0;\n\tleft: 0;\n\twidth: 100%;\n\theight: 100%;\n}\n\nbody.theme--dark .oc-dialog-dim {\n\topacity: .8;\n}\n\n.oc-dialog-content {\n\twidth: 100%;\n\tmax-width: 550px;\n}\n\n.oc-dialog.password-confirmation {\n\t.oc-dialog-content {\n\t\twidth: auto;\n\n\t\tinput[type=password] {\n\t\t\twidth: 100%;\n\t\t}\n\t\tlabel {\n\t\t\tdisplay: none;\n\t\t}\n\t}\n}\n"],sourceRoot:""}]);const a=s},35156:(t,e,n)=>{"use strict";n.d(e,{A:()=>g});var i=n(71354),o=n.n(i),r=n(76314),s=n.n(r),a=n(4417),c=n.n(a),l=new URL(n(65653),n.b),u=new URL(n(22046),n.b),h=new URL(n(32095),n.b),d=s()(o()),p=c()(l),A=c()(u),f=c()(h);d.push([t.id,`/*\nVersion: @@ver@@ Timestamp: @@timestamp@@\n*/\n.select2-container {\n margin: 0;\n position: relative;\n display: inline-block;\n /* inline-block for ie7 */\n zoom: 1;\n *display: inline;\n vertical-align: middle;\n}\n\n.select2-container,\n.select2-drop,\n.select2-search,\n.select2-search input {\n /*\n Force border-box so that % widths fit the parent\n container without overlap because of margin/padding.\n More Info : http://www.quirksmode.org/css/box.html\n */\n -webkit-box-sizing: border-box; /* webkit */\n -moz-box-sizing: border-box; /* firefox */\n box-sizing: border-box; /* css3 */\n}\n\n.select2-container .select2-choice {\n display: block;\n height: 26px;\n padding: 0 0 0 8px;\n overflow: hidden;\n position: relative;\n\n border: 1px solid #aaa;\n white-space: nowrap;\n line-height: 26px;\n color: #444;\n text-decoration: none;\n\n border-radius: 4px;\n\n background-clip: padding-box;\n\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n\n background-color: #fff;\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));\n background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);\n background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);\n background-image: linear-gradient(to top, #eee 0%, #fff 50%);\n}\n\nhtml[dir="rtl"] .select2-container .select2-choice {\n padding: 0 8px 0 0;\n}\n\n.select2-container.select2-drop-above .select2-choice {\n border-bottom-color: #aaa;\n\n border-radius: 0 0 4px 4px;\n\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));\n background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);\n background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);\n background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);\n}\n\n.select2-container.select2-allowclear .select2-choice .select2-chosen {\n margin-right: 42px;\n}\n\n.select2-container .select2-choice > .select2-chosen {\n margin-right: 26px;\n display: block;\n overflow: hidden;\n\n white-space: nowrap;\n\n text-overflow: ellipsis;\n float: none;\n width: auto;\n}\n\nhtml[dir="rtl"] .select2-container .select2-choice > .select2-chosen {\n margin-left: 26px;\n margin-right: 0;\n}\n\n.select2-container .select2-choice abbr {\n display: none;\n width: 12px;\n height: 12px;\n position: absolute;\n right: 24px;\n top: 8px;\n\n font-size: 1px;\n text-decoration: none;\n\n border: 0;\n background: url(${p}) right top no-repeat;\n cursor: pointer;\n outline: 0;\n}\n\n.select2-container.select2-allowclear .select2-choice abbr {\n display: inline-block;\n}\n\n.select2-container .select2-choice abbr:hover {\n background-position: right -11px;\n cursor: pointer;\n}\n\n.select2-drop-mask {\n border: 0;\n margin: 0;\n padding: 0;\n position: fixed;\n left: 0;\n top: 0;\n min-height: 100%;\n min-width: 100%;\n height: auto;\n width: auto;\n opacity: 0;\n z-index: 9998;\n /* styles required for IE to work */\n background-color: #fff;\n filter: alpha(opacity=0);\n}\n\n.select2-drop {\n width: 100%;\n margin-top: -1px;\n position: absolute;\n z-index: 9999;\n top: 100%;\n\n background: #fff;\n color: #000;\n border: 1px solid #aaa;\n border-top: 0;\n\n border-radius: 0 0 4px 4px;\n\n -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);\n box-shadow: 0 4px 5px rgba(0, 0, 0, .15);\n}\n\n.select2-drop.select2-drop-above {\n margin-top: 1px;\n border-top: 1px solid #aaa;\n border-bottom: 0;\n\n border-radius: 4px 4px 0 0;\n\n -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);\n box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);\n}\n\n.select2-drop-active {\n border: 1px solid #5897fb;\n border-top: none;\n}\n\n.select2-drop.select2-drop-above.select2-drop-active {\n border-top: 1px solid #5897fb;\n}\n\n.select2-drop-auto-width {\n border-top: 1px solid #aaa;\n width: auto;\n}\n\n.select2-drop-auto-width .select2-search {\n padding-top: 4px;\n}\n\n.select2-container .select2-choice .select2-arrow {\n display: inline-block;\n width: 18px;\n height: 100%;\n position: absolute;\n right: 0;\n top: 0;\n\n border-left: 1px solid #aaa;\n border-radius: 0 4px 4px 0;\n\n background-clip: padding-box;\n\n background: #ccc;\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));\n background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);\n background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);\n background-image: linear-gradient(to top, #ccc 0%, #eee 60%);\n}\n\nhtml[dir="rtl"] .select2-container .select2-choice .select2-arrow {\n left: 0;\n right: auto;\n\n border-left: none;\n border-right: 1px solid #aaa;\n border-radius: 4px 0 0 4px;\n}\n\n.select2-container .select2-choice .select2-arrow b {\n display: block;\n width: 100%;\n height: 100%;\n background: url(${p}) no-repeat 0 1px;\n}\n\nhtml[dir="rtl"] .select2-container .select2-choice .select2-arrow b {\n background-position: 2px 1px;\n}\n\n.select2-search {\n display: inline-block;\n width: 100%;\n min-height: 26px;\n margin: 0;\n padding-left: 4px;\n padding-right: 4px;\n\n position: relative;\n z-index: 10000;\n\n white-space: nowrap;\n}\n\n.select2-search input {\n width: 100%;\n height: auto !important;\n min-height: 26px;\n padding: 4px 20px 4px 5px;\n margin: 0;\n\n outline: 0;\n font-family: sans-serif;\n font-size: 1em;\n\n border: 1px solid #aaa;\n border-radius: 0;\n\n -webkit-box-shadow: none;\n box-shadow: none;\n\n background: #fff url(${p}) no-repeat 100% -22px;\n background: url(${p}) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\n background: url(${p}) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url(${p}) no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url(${p}) no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\n}\n\nhtml[dir="rtl"] .select2-search input {\n padding: 4px 5px 4px 20px;\n\n background: #fff url(${p}) no-repeat -37px -22px;\n background: url(${p}) no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\n background: url(${p}) no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url(${p}) no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url(${p}) no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\n}\n\n.select2-drop.select2-drop-above .select2-search input {\n margin-top: 4px;\n}\n\n.select2-search input.select2-active {\n background: #fff url(${A}) no-repeat 100%;\n background: url(${A}) no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\n background: url(${A}) no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url(${A}) no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url(${A}) no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\n}\n\n.select2-container-active .select2-choice,\n.select2-container-active .select2-choices {\n border: 1px solid #5897fb;\n outline: none;\n\n -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);\n box-shadow: 0 0 5px rgba(0, 0, 0, .3);\n}\n\n.select2-dropdown-open .select2-choice {\n border-bottom-color: transparent;\n -webkit-box-shadow: 0 1px 0 #fff inset;\n box-shadow: 0 1px 0 #fff inset;\n\n border-bottom-left-radius: 0;\n border-bottom-right-radius: 0;\n\n background-color: #eee;\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));\n background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);\n background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);\n background-image: linear-gradient(to top, #fff 0%, #eee 50%);\n}\n\n.select2-dropdown-open.select2-drop-above .select2-choice,\n.select2-dropdown-open.select2-drop-above .select2-choices {\n border: 1px solid #5897fb;\n border-top-color: transparent;\n\n background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));\n background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);\n background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);\n background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);\n}\n\n.select2-dropdown-open .select2-choice .select2-arrow {\n background: transparent;\n border-left: none;\n filter: none;\n}\nhtml[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {\n border-right: none;\n}\n\n.select2-dropdown-open .select2-choice .select2-arrow b {\n background-position: -18px 1px;\n}\n\nhtml[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {\n background-position: -16px 1px;\n}\n\n.select2-hidden-accessible {\n border: 0;\n clip: rect(0 0 0 0);\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px;\n}\n\n/* results */\n.select2-results {\n max-height: 200px;\n padding: 0 0 0 4px;\n margin: 4px 4px 4px 0;\n position: relative;\n overflow-x: hidden;\n overflow-y: auto;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\nhtml[dir="rtl"] .select2-results {\n padding: 0 4px 0 0;\n margin: 4px 0 4px 4px;\n}\n\n.select2-results ul.select2-result-sub {\n margin: 0;\n padding-left: 0;\n}\n\n.select2-results li {\n list-style: none;\n display: list-item;\n background-image: none;\n}\n\n.select2-results li.select2-result-with-children > .select2-result-label {\n font-weight: bold;\n}\n\n.select2-results .select2-result-label {\n padding: 3px 7px 4px;\n margin: 0;\n cursor: pointer;\n\n min-height: 1em;\n\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n\n.select2-results-dept-1 .select2-result-label { padding-left: 20px }\n.select2-results-dept-2 .select2-result-label { padding-left: 40px }\n.select2-results-dept-3 .select2-result-label { padding-left: 60px }\n.select2-results-dept-4 .select2-result-label { padding-left: 80px }\n.select2-results-dept-5 .select2-result-label { padding-left: 100px }\n.select2-results-dept-6 .select2-result-label { padding-left: 110px }\n.select2-results-dept-7 .select2-result-label { padding-left: 120px }\n\n.select2-results .select2-highlighted {\n background: #3875d7;\n color: #fff;\n}\n\n.select2-results li em {\n background: #feffde;\n font-style: normal;\n}\n\n.select2-results .select2-highlighted em {\n background: transparent;\n}\n\n.select2-results .select2-highlighted ul {\n background: #fff;\n color: #000;\n}\n\n.select2-results .select2-no-results,\n.select2-results .select2-searching,\n.select2-results .select2-ajax-error,\n.select2-results .select2-selection-limit {\n background: #f4f4f4;\n display: list-item;\n padding-left: 5px;\n}\n\n/*\ndisabled look for disabled choices in the results dropdown\n*/\n.select2-results .select2-disabled.select2-highlighted {\n color: #666;\n background: #f4f4f4;\n display: list-item;\n cursor: default;\n}\n.select2-results .select2-disabled {\n background: #f4f4f4;\n display: list-item;\n cursor: default;\n}\n\n.select2-results .select2-selected {\n display: none;\n}\n\n.select2-more-results.select2-active {\n background: #f4f4f4 url(${A}) no-repeat 100%;\n}\n\n.select2-results .select2-ajax-error {\n background: rgba(255, 50, 50, .2);\n}\n\n.select2-more-results {\n background: #f4f4f4;\n display: list-item;\n}\n\n/* disabled styles */\n\n.select2-container.select2-container-disabled .select2-choice {\n background-color: #f4f4f4;\n background-image: none;\n border: 1px solid #ddd;\n cursor: default;\n}\n\n.select2-container.select2-container-disabled .select2-choice .select2-arrow {\n background-color: #f4f4f4;\n background-image: none;\n border-left: 0;\n}\n\n.select2-container.select2-container-disabled .select2-choice abbr {\n display: none;\n}\n\n\n/* multiselect */\n\n.select2-container-multi .select2-choices {\n height: auto !important;\n height: 1%;\n margin: 0;\n padding: 0 5px 0 0;\n position: relative;\n\n border: 1px solid #aaa;\n cursor: text;\n overflow: hidden;\n\n background-color: #fff;\n background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));\n background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);\n background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);\n background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);\n}\n\nhtml[dir="rtl"] .select2-container-multi .select2-choices {\n padding: 0 0 0 5px;\n}\n\n.select2-locked {\n padding: 3px 5px 3px 5px !important;\n}\n\n.select2-container-multi .select2-choices {\n min-height: 26px;\n}\n\n.select2-container-multi.select2-container-active .select2-choices {\n border: 1px solid #5897fb;\n outline: none;\n\n -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);\n box-shadow: 0 0 5px rgba(0, 0, 0, .3);\n}\n.select2-container-multi .select2-choices li {\n float: left;\n list-style: none;\n}\nhtml[dir="rtl"] .select2-container-multi .select2-choices li\n{\n float: right;\n}\n.select2-container-multi .select2-choices .select2-search-field {\n margin: 0;\n padding: 0;\n white-space: nowrap;\n}\n\n.select2-container-multi .select2-choices .select2-search-field input {\n padding: 5px;\n margin: 1px 0;\n\n font-family: sans-serif;\n font-size: 100%;\n color: #666;\n outline: 0;\n border: 0;\n -webkit-box-shadow: none;\n box-shadow: none;\n background: transparent !important;\n}\n\n.select2-container-multi .select2-choices .select2-search-field input.select2-active {\n background: #fff url(${A}) no-repeat 100% !important;\n}\n\n.select2-default {\n color: #999 !important;\n}\n\n.select2-container-multi .select2-choices .select2-search-choice {\n padding: 3px 5px 3px 18px;\n margin: 3px 0 3px 5px;\n position: relative;\n\n line-height: 13px;\n color: #333;\n cursor: default;\n border: 1px solid #aaaaaa;\n\n border-radius: 3px;\n\n -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);\n box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);\n\n background-clip: padding-box;\n\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n\n background-color: #e4e4e4;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);\n background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));\n background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\n background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\n background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\n}\nhtml[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice\n{\n margin: 3px 5px 3px 0;\n padding: 3px 18px 3px 5px;\n}\n.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {\n cursor: default;\n}\n.select2-container-multi .select2-choices .select2-search-choice-focus {\n background: #d4d4d4;\n}\n\n.select2-search-choice-close {\n display: block;\n width: 12px;\n height: 13px;\n position: absolute;\n right: 3px;\n top: 4px;\n\n font-size: 1px;\n outline: none;\n background: url(${p}) right top no-repeat;\n}\nhtml[dir="rtl"] .select2-search-choice-close {\n right: auto;\n left: 3px;\n}\n\n.select2-container-multi .select2-search-choice-close {\n left: 3px;\n}\n\nhtml[dir="rtl"] .select2-container-multi .select2-search-choice-close {\n left: auto;\n right: 2px;\n}\n\n.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {\n background-position: right -11px;\n}\n.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {\n background-position: right -11px;\n}\n\n/* disabled styles */\n.select2-container-multi.select2-container-disabled .select2-choices {\n background-color: #f4f4f4;\n background-image: none;\n border: 1px solid #ddd;\n cursor: default;\n}\n\n.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {\n padding: 3px 5px 3px 5px;\n border: 1px solid #ddd;\n background-image: none;\n background-color: #f4f4f4;\n}\n\n.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close { display: none;\n background: none;\n}\n/* end multiselect */\n\n\n.select2-result-selectable .select2-match,\n.select2-result-unselectable .select2-match {\n text-decoration: underline;\n}\n\n.select2-offscreen, .select2-offscreen:focus {\n clip: rect(0 0 0 0) !important;\n width: 1px !important;\n height: 1px !important;\n border: 0 !important;\n margin: 0 !important;\n padding: 0 !important;\n overflow: hidden !important;\n position: absolute !important;\n outline: 0 !important;\n left: 0px !important;\n top: 0px !important;\n}\n\n.select2-display-none {\n display: none;\n}\n\n.select2-measure-scrollbar {\n position: absolute;\n top: -10000px;\n left: -10000px;\n width: 100px;\n height: 100px;\n overflow: scroll;\n}\n\n/* Retina-ize icons */\n\n@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {\n .select2-search input,\n .select2-search-choice-close,\n .select2-container .select2-choice abbr,\n .select2-container .select2-choice .select2-arrow b {\n background-image: url(${f}) !important;\n background-repeat: no-repeat !important;\n background-size: 60px 40px !important;\n }\n\n .select2-search input {\n background-position: 100% -21px !important;\n }\n}\n`,"",{version:3,sources:["webpack://./node_modules/select2/select2.css"],names:[],mappings:"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",sourcesContent:["/*\nVersion: @@ver@@ Timestamp: @@timestamp@@\n*/\n.select2-container {\n margin: 0;\n position: relative;\n display: inline-block;\n /* inline-block for ie7 */\n zoom: 1;\n *display: inline;\n vertical-align: middle;\n}\n\n.select2-container,\n.select2-drop,\n.select2-search,\n.select2-search input {\n /*\n Force border-box so that % widths fit the parent\n container without overlap because of margin/padding.\n More Info : http://www.quirksmode.org/css/box.html\n */\n -webkit-box-sizing: border-box; /* webkit */\n -moz-box-sizing: border-box; /* firefox */\n box-sizing: border-box; /* css3 */\n}\n\n.select2-container .select2-choice {\n display: block;\n height: 26px;\n padding: 0 0 0 8px;\n overflow: hidden;\n position: relative;\n\n border: 1px solid #aaa;\n white-space: nowrap;\n line-height: 26px;\n color: #444;\n text-decoration: none;\n\n border-radius: 4px;\n\n background-clip: padding-box;\n\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n\n background-color: #fff;\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));\n background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);\n background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);\n background-image: linear-gradient(to top, #eee 0%, #fff 50%);\n}\n\nhtml[dir=\"rtl\"] .select2-container .select2-choice {\n padding: 0 8px 0 0;\n}\n\n.select2-container.select2-drop-above .select2-choice {\n border-bottom-color: #aaa;\n\n border-radius: 0 0 4px 4px;\n\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));\n background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);\n background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);\n background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);\n}\n\n.select2-container.select2-allowclear .select2-choice .select2-chosen {\n margin-right: 42px;\n}\n\n.select2-container .select2-choice > .select2-chosen {\n margin-right: 26px;\n display: block;\n overflow: hidden;\n\n white-space: nowrap;\n\n text-overflow: ellipsis;\n float: none;\n width: auto;\n}\n\nhtml[dir=\"rtl\"] .select2-container .select2-choice > .select2-chosen {\n margin-left: 26px;\n margin-right: 0;\n}\n\n.select2-container .select2-choice abbr {\n display: none;\n width: 12px;\n height: 12px;\n position: absolute;\n right: 24px;\n top: 8px;\n\n font-size: 1px;\n text-decoration: none;\n\n border: 0;\n background: url('select2.png') right top no-repeat;\n cursor: pointer;\n outline: 0;\n}\n\n.select2-container.select2-allowclear .select2-choice abbr {\n display: inline-block;\n}\n\n.select2-container .select2-choice abbr:hover {\n background-position: right -11px;\n cursor: pointer;\n}\n\n.select2-drop-mask {\n border: 0;\n margin: 0;\n padding: 0;\n position: fixed;\n left: 0;\n top: 0;\n min-height: 100%;\n min-width: 100%;\n height: auto;\n width: auto;\n opacity: 0;\n z-index: 9998;\n /* styles required for IE to work */\n background-color: #fff;\n filter: alpha(opacity=0);\n}\n\n.select2-drop {\n width: 100%;\n margin-top: -1px;\n position: absolute;\n z-index: 9999;\n top: 100%;\n\n background: #fff;\n color: #000;\n border: 1px solid #aaa;\n border-top: 0;\n\n border-radius: 0 0 4px 4px;\n\n -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);\n box-shadow: 0 4px 5px rgba(0, 0, 0, .15);\n}\n\n.select2-drop.select2-drop-above {\n margin-top: 1px;\n border-top: 1px solid #aaa;\n border-bottom: 0;\n\n border-radius: 4px 4px 0 0;\n\n -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);\n box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);\n}\n\n.select2-drop-active {\n border: 1px solid #5897fb;\n border-top: none;\n}\n\n.select2-drop.select2-drop-above.select2-drop-active {\n border-top: 1px solid #5897fb;\n}\n\n.select2-drop-auto-width {\n border-top: 1px solid #aaa;\n width: auto;\n}\n\n.select2-drop-auto-width .select2-search {\n padding-top: 4px;\n}\n\n.select2-container .select2-choice .select2-arrow {\n display: inline-block;\n width: 18px;\n height: 100%;\n position: absolute;\n right: 0;\n top: 0;\n\n border-left: 1px solid #aaa;\n border-radius: 0 4px 4px 0;\n\n background-clip: padding-box;\n\n background: #ccc;\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));\n background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);\n background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);\n background-image: linear-gradient(to top, #ccc 0%, #eee 60%);\n}\n\nhtml[dir=\"rtl\"] .select2-container .select2-choice .select2-arrow {\n left: 0;\n right: auto;\n\n border-left: none;\n border-right: 1px solid #aaa;\n border-radius: 4px 0 0 4px;\n}\n\n.select2-container .select2-choice .select2-arrow b {\n display: block;\n width: 100%;\n height: 100%;\n background: url('select2.png') no-repeat 0 1px;\n}\n\nhtml[dir=\"rtl\"] .select2-container .select2-choice .select2-arrow b {\n background-position: 2px 1px;\n}\n\n.select2-search {\n display: inline-block;\n width: 100%;\n min-height: 26px;\n margin: 0;\n padding-left: 4px;\n padding-right: 4px;\n\n position: relative;\n z-index: 10000;\n\n white-space: nowrap;\n}\n\n.select2-search input {\n width: 100%;\n height: auto !important;\n min-height: 26px;\n padding: 4px 20px 4px 5px;\n margin: 0;\n\n outline: 0;\n font-family: sans-serif;\n font-size: 1em;\n\n border: 1px solid #aaa;\n border-radius: 0;\n\n -webkit-box-shadow: none;\n box-shadow: none;\n\n background: #fff url('select2.png') no-repeat 100% -22px;\n background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\n background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url('select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\n}\n\nhtml[dir=\"rtl\"] .select2-search input {\n padding: 4px 5px 4px 20px;\n\n background: #fff url('select2.png') no-repeat -37px -22px;\n background: url('select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\n background: url('select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url('select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url('select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\n}\n\n.select2-drop.select2-drop-above .select2-search input {\n margin-top: 4px;\n}\n\n.select2-search input.select2-active {\n background: #fff url('select2-spinner.gif') no-repeat 100%;\n background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\n background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\n}\n\n.select2-container-active .select2-choice,\n.select2-container-active .select2-choices {\n border: 1px solid #5897fb;\n outline: none;\n\n -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);\n box-shadow: 0 0 5px rgba(0, 0, 0, .3);\n}\n\n.select2-dropdown-open .select2-choice {\n border-bottom-color: transparent;\n -webkit-box-shadow: 0 1px 0 #fff inset;\n box-shadow: 0 1px 0 #fff inset;\n\n border-bottom-left-radius: 0;\n border-bottom-right-radius: 0;\n\n background-color: #eee;\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));\n background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);\n background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);\n background-image: linear-gradient(to top, #fff 0%, #eee 50%);\n}\n\n.select2-dropdown-open.select2-drop-above .select2-choice,\n.select2-dropdown-open.select2-drop-above .select2-choices {\n border: 1px solid #5897fb;\n border-top-color: transparent;\n\n background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));\n background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);\n background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);\n background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);\n}\n\n.select2-dropdown-open .select2-choice .select2-arrow {\n background: transparent;\n border-left: none;\n filter: none;\n}\nhtml[dir=\"rtl\"] .select2-dropdown-open .select2-choice .select2-arrow {\n border-right: none;\n}\n\n.select2-dropdown-open .select2-choice .select2-arrow b {\n background-position: -18px 1px;\n}\n\nhtml[dir=\"rtl\"] .select2-dropdown-open .select2-choice .select2-arrow b {\n background-position: -16px 1px;\n}\n\n.select2-hidden-accessible {\n border: 0;\n clip: rect(0 0 0 0);\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px;\n}\n\n/* results */\n.select2-results {\n max-height: 200px;\n padding: 0 0 0 4px;\n margin: 4px 4px 4px 0;\n position: relative;\n overflow-x: hidden;\n overflow-y: auto;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\nhtml[dir=\"rtl\"] .select2-results {\n padding: 0 4px 0 0;\n margin: 4px 0 4px 4px;\n}\n\n.select2-results ul.select2-result-sub {\n margin: 0;\n padding-left: 0;\n}\n\n.select2-results li {\n list-style: none;\n display: list-item;\n background-image: none;\n}\n\n.select2-results li.select2-result-with-children > .select2-result-label {\n font-weight: bold;\n}\n\n.select2-results .select2-result-label {\n padding: 3px 7px 4px;\n margin: 0;\n cursor: pointer;\n\n min-height: 1em;\n\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n\n.select2-results-dept-1 .select2-result-label { padding-left: 20px }\n.select2-results-dept-2 .select2-result-label { padding-left: 40px }\n.select2-results-dept-3 .select2-result-label { padding-left: 60px }\n.select2-results-dept-4 .select2-result-label { padding-left: 80px }\n.select2-results-dept-5 .select2-result-label { padding-left: 100px }\n.select2-results-dept-6 .select2-result-label { padding-left: 110px }\n.select2-results-dept-7 .select2-result-label { padding-left: 120px }\n\n.select2-results .select2-highlighted {\n background: #3875d7;\n color: #fff;\n}\n\n.select2-results li em {\n background: #feffde;\n font-style: normal;\n}\n\n.select2-results .select2-highlighted em {\n background: transparent;\n}\n\n.select2-results .select2-highlighted ul {\n background: #fff;\n color: #000;\n}\n\n.select2-results .select2-no-results,\n.select2-results .select2-searching,\n.select2-results .select2-ajax-error,\n.select2-results .select2-selection-limit {\n background: #f4f4f4;\n display: list-item;\n padding-left: 5px;\n}\n\n/*\ndisabled look for disabled choices in the results dropdown\n*/\n.select2-results .select2-disabled.select2-highlighted {\n color: #666;\n background: #f4f4f4;\n display: list-item;\n cursor: default;\n}\n.select2-results .select2-disabled {\n background: #f4f4f4;\n display: list-item;\n cursor: default;\n}\n\n.select2-results .select2-selected {\n display: none;\n}\n\n.select2-more-results.select2-active {\n background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;\n}\n\n.select2-results .select2-ajax-error {\n background: rgba(255, 50, 50, .2);\n}\n\n.select2-more-results {\n background: #f4f4f4;\n display: list-item;\n}\n\n/* disabled styles */\n\n.select2-container.select2-container-disabled .select2-choice {\n background-color: #f4f4f4;\n background-image: none;\n border: 1px solid #ddd;\n cursor: default;\n}\n\n.select2-container.select2-container-disabled .select2-choice .select2-arrow {\n background-color: #f4f4f4;\n background-image: none;\n border-left: 0;\n}\n\n.select2-container.select2-container-disabled .select2-choice abbr {\n display: none;\n}\n\n\n/* multiselect */\n\n.select2-container-multi .select2-choices {\n height: auto !important;\n height: 1%;\n margin: 0;\n padding: 0 5px 0 0;\n position: relative;\n\n border: 1px solid #aaa;\n cursor: text;\n overflow: hidden;\n\n background-color: #fff;\n background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));\n background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);\n background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);\n background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);\n}\n\nhtml[dir=\"rtl\"] .select2-container-multi .select2-choices {\n padding: 0 0 0 5px;\n}\n\n.select2-locked {\n padding: 3px 5px 3px 5px !important;\n}\n\n.select2-container-multi .select2-choices {\n min-height: 26px;\n}\n\n.select2-container-multi.select2-container-active .select2-choices {\n border: 1px solid #5897fb;\n outline: none;\n\n -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);\n box-shadow: 0 0 5px rgba(0, 0, 0, .3);\n}\n.select2-container-multi .select2-choices li {\n float: left;\n list-style: none;\n}\nhtml[dir=\"rtl\"] .select2-container-multi .select2-choices li\n{\n float: right;\n}\n.select2-container-multi .select2-choices .select2-search-field {\n margin: 0;\n padding: 0;\n white-space: nowrap;\n}\n\n.select2-container-multi .select2-choices .select2-search-field input {\n padding: 5px;\n margin: 1px 0;\n\n font-family: sans-serif;\n font-size: 100%;\n color: #666;\n outline: 0;\n border: 0;\n -webkit-box-shadow: none;\n box-shadow: none;\n background: transparent !important;\n}\n\n.select2-container-multi .select2-choices .select2-search-field input.select2-active {\n background: #fff url('select2-spinner.gif') no-repeat 100% !important;\n}\n\n.select2-default {\n color: #999 !important;\n}\n\n.select2-container-multi .select2-choices .select2-search-choice {\n padding: 3px 5px 3px 18px;\n margin: 3px 0 3px 5px;\n position: relative;\n\n line-height: 13px;\n color: #333;\n cursor: default;\n border: 1px solid #aaaaaa;\n\n border-radius: 3px;\n\n -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);\n box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);\n\n background-clip: padding-box;\n\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n\n background-color: #e4e4e4;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);\n background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));\n background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\n background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\n background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\n}\nhtml[dir=\"rtl\"] .select2-container-multi .select2-choices .select2-search-choice\n{\n margin: 3px 5px 3px 0;\n padding: 3px 18px 3px 5px;\n}\n.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {\n cursor: default;\n}\n.select2-container-multi .select2-choices .select2-search-choice-focus {\n background: #d4d4d4;\n}\n\n.select2-search-choice-close {\n display: block;\n width: 12px;\n height: 13px;\n position: absolute;\n right: 3px;\n top: 4px;\n\n font-size: 1px;\n outline: none;\n background: url('select2.png') right top no-repeat;\n}\nhtml[dir=\"rtl\"] .select2-search-choice-close {\n right: auto;\n left: 3px;\n}\n\n.select2-container-multi .select2-search-choice-close {\n left: 3px;\n}\n\nhtml[dir=\"rtl\"] .select2-container-multi .select2-search-choice-close {\n left: auto;\n right: 2px;\n}\n\n.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {\n background-position: right -11px;\n}\n.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {\n background-position: right -11px;\n}\n\n/* disabled styles */\n.select2-container-multi.select2-container-disabled .select2-choices {\n background-color: #f4f4f4;\n background-image: none;\n border: 1px solid #ddd;\n cursor: default;\n}\n\n.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {\n padding: 3px 5px 3px 5px;\n border: 1px solid #ddd;\n background-image: none;\n background-color: #f4f4f4;\n}\n\n.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close { display: none;\n background: none;\n}\n/* end multiselect */\n\n\n.select2-result-selectable .select2-match,\n.select2-result-unselectable .select2-match {\n text-decoration: underline;\n}\n\n.select2-offscreen, .select2-offscreen:focus {\n clip: rect(0 0 0 0) !important;\n width: 1px !important;\n height: 1px !important;\n border: 0 !important;\n margin: 0 !important;\n padding: 0 !important;\n overflow: hidden !important;\n position: absolute !important;\n outline: 0 !important;\n left: 0px !important;\n top: 0px !important;\n}\n\n.select2-display-none {\n display: none;\n}\n\n.select2-measure-scrollbar {\n position: absolute;\n top: -10000px;\n left: -10000px;\n width: 100px;\n height: 100px;\n overflow: scroll;\n}\n\n/* Retina-ize icons */\n\n@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {\n .select2-search input,\n .select2-search-choice-close,\n .select2-container .select2-choice abbr,\n .select2-container .select2-choice .select2-arrow b {\n background-image: url('select2x2.png') !important;\n background-repeat: no-repeat !important;\n background-size: 60px 40px !important;\n }\n\n .select2-search input {\n background-position: 100% -21px !important;\n }\n}\n"],sourceRoot:""}]);const g=d},86140:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(71354),o=n.n(i),r=n(76314),s=n.n(r)()(o());s.push([t.id,'/**\n * Strengthify - show the weakness of a password (uses zxcvbn for this)\n * https://github.com/MorrisJobke/strengthify\n * Version: 0.5.9\n * License: The MIT License (MIT)\n * Copyright (c) 2013-2020 Morris Jobke \n */\n\n.strengthify-wrapper {\n position: relative;\n}\n\n.strengthify-wrapper > * {\n\t-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\n\tfilter: alpha(opacity=0);\n\topacity: 0;\n\t-webkit-transition:all .5s ease-in-out;\n\t-moz-transition:all .5s ease-in-out;\n\ttransition:all .5s ease-in-out;\n}\n\n.strengthify-bg, .strengthify-container, .strengthify-separator {\n\theight: 3px;\n}\n\n.strengthify-bg, .strengthify-container {\n\tdisplay: block;\n\tposition: absolute;\n\twidth: 100%;\n}\n\n.strengthify-bg {\n\tbackground-color: #BBB;\n}\n\n.strengthify-separator {\n\tdisplay: inline-block;\n\tposition: absolute;\n\tbackground-color: #FFF;\n\twidth: 1px;\n\tz-index: 10;\n}\n\n.password-bad {\n\tbackground-color: #C33;\n}\n.password-medium {\n\tbackground-color: #F80;\n}\n.password-good {\n\tbackground-color: #3C3;\n}\n\ndiv[data-strengthifyMessage] {\n padding: 3px 8px;\n}\n\n.strengthify-tiles{\n\tfloat: right;\n}\n',"",{version:3,sources:["webpack://./node_modules/strengthify/strengthify.css"],names:[],mappings:"AAAA;;;;;;EAME;;AAEF;IACI,kBAAkB;AACtB;;AAEA;CACC,+DAA+D;CAC/D,wBAAwB;CACxB,UAAU;CACV,sCAAsC;CACtC,mCAAmC;CACnC,8BAA8B;AAC/B;;AAEA;CACC,WAAW;AACZ;;AAEA;CACC,cAAc;CACd,kBAAkB;CAClB,WAAW;AACZ;;AAEA;CACC,sBAAsB;AACvB;;AAEA;CACC,qBAAqB;CACrB,kBAAkB;CAClB,sBAAsB;CACtB,UAAU;CACV,WAAW;AACZ;;AAEA;CACC,sBAAsB;AACvB;AACA;CACC,sBAAsB;AACvB;AACA;CACC,sBAAsB;AACvB;;AAEA;IACI,gBAAgB;AACpB;;AAEA;CACC,YAAY;AACb",sourcesContent:['/**\n * Strengthify - show the weakness of a password (uses zxcvbn for this)\n * https://github.com/MorrisJobke/strengthify\n * Version: 0.5.9\n * License: The MIT License (MIT)\n * Copyright (c) 2013-2020 Morris Jobke \n */\n\n.strengthify-wrapper {\n position: relative;\n}\n\n.strengthify-wrapper > * {\n\t-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\n\tfilter: alpha(opacity=0);\n\topacity: 0;\n\t-webkit-transition:all .5s ease-in-out;\n\t-moz-transition:all .5s ease-in-out;\n\ttransition:all .5s ease-in-out;\n}\n\n.strengthify-bg, .strengthify-container, .strengthify-separator {\n\theight: 3px;\n}\n\n.strengthify-bg, .strengthify-container {\n\tdisplay: block;\n\tposition: absolute;\n\twidth: 100%;\n}\n\n.strengthify-bg {\n\tbackground-color: #BBB;\n}\n\n.strengthify-separator {\n\tdisplay: inline-block;\n\tposition: absolute;\n\tbackground-color: #FFF;\n\twidth: 1px;\n\tz-index: 10;\n}\n\n.password-bad {\n\tbackground-color: #C33;\n}\n.password-medium {\n\tbackground-color: #F80;\n}\n.password-good {\n\tbackground-color: #3C3;\n}\n\ndiv[data-strengthifyMessage] {\n padding: 3px 8px;\n}\n\n.strengthify-tiles{\n\tfloat: right;\n}\n'],sourceRoot:""}]);const a=s},49481:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(71354),o=n.n(i),r=n(76314),s=n.n(r)()(o());s.push([t.id,".account-menu-entry__icon[data-v-2e0a74a6]{height:16px;width:16px;margin:calc((var(--default-clickable-area) - 16px)/2);filter:var(--background-invert-if-dark)}.account-menu-entry__icon--active[data-v-2e0a74a6]{filter:var(--primary-invert-if-dark)}.account-menu-entry[data-v-2e0a74a6] .list-item-content__main{width:fit-content}","",{version:3,sources:["webpack://./core/src/components/AccountMenu/AccountMenuEntry.vue"],names:[],mappings:"AAEC,2CACC,WAAA,CACA,UAAA,CACA,qDAAA,CACA,uCAAA,CAEA,mDACC,oCAAA,CAIF,8DACC,iBAAA",sourcesContent:["\n.account-menu-entry {\n\t&__icon {\n\t\theight: 16px;\n\t\twidth: 16px;\n\t\tmargin: calc((var(--default-clickable-area) - 16px) / 2); // 16px icon size\n\t\tfilter: var(--background-invert-if-dark);\n\n\t\t&--active {\n\t\t\tfilter: var(--primary-invert-if-dark);\n\t\t}\n\t}\n\n\t:deep(.list-item-content__main) {\n\t\twidth: fit-content;\n\t}\n}\n"],sourceRoot:""}]);const a=s},26652:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(71354),o=n.n(i),r=n(76314),s=n.n(r)()(o());s.push([t.id,".app-menu[data-v-7661a89b]{--app-menu-entry-growth: calc(var(--default-grid-baseline) * 4);display:flex;flex:1 1;width:0}.app-menu__list[data-v-7661a89b]{display:flex;flex-wrap:nowrap;margin-inline:calc(var(--app-menu-entry-growth)/2)}.app-menu__overflow[data-v-7661a89b]{margin-block:auto}.app-menu__overflow[data-v-7661a89b] .button-vue--vue-tertiary{opacity:.7;margin:3px;filter:var(--background-image-invert-if-bright)}.app-menu__overflow[data-v-7661a89b] .button-vue--vue-tertiary:not([aria-expanded=true]){color:var(--color-background-plain-text)}.app-menu__overflow[data-v-7661a89b] .button-vue--vue-tertiary:not([aria-expanded=true]):hover{opacity:1;background-color:rgba(0,0,0,0) !important}.app-menu__overflow[data-v-7661a89b] .button-vue--vue-tertiary:focus-visible{opacity:1;outline:none !important}.app-menu__overflow-entry[data-v-7661a89b] .action-link__icon{filter:var(--background-invert-if-bright) !important}","",{version:3,sources:["webpack://./core/src/components/AppMenu.vue"],names:[],mappings:"AACA,2BAEC,+DAAA,CACA,YAAA,CACA,QAAA,CACA,OAAA,CAEA,iCACC,YAAA,CACA,gBAAA,CACA,kDAAA,CAGD,qCACC,iBAAA,CAGA,+DACC,UAAA,CACA,UAAA,CACA,+CAAA,CAGA,yFACC,wCAAA,CAEA,+FACC,SAAA,CACA,yCAAA,CAIF,6EACC,SAAA,CACA,uBAAA,CAMF,8DAEC,oDAAA",sourcesContent:['\n.app-menu {\n\t// The size the currently focussed entry will grow to show the full name\n\t--app-menu-entry-growth: calc(var(--default-grid-baseline) * 4);\n\tdisplay: flex;\n\tflex: 1 1;\n\twidth: 0;\n\n\t&__list {\n\t\tdisplay: flex;\n\t\tflex-wrap: nowrap;\n\t\tmargin-inline: calc(var(--app-menu-entry-growth) / 2);\n\t}\n\n\t&__overflow {\n\t\tmargin-block: auto;\n\n\t\t// Adjust the overflow NcActions styles as they are directly rendered on the background\n\t\t:deep(.button-vue--vue-tertiary) {\n\t\t\topacity: .7;\n\t\t\tmargin: 3px;\n\t\t\tfilter: var(--background-image-invert-if-bright);\n\n\t\t\t/* Remove all background and align text color if not expanded */\n\t\t\t&:not([aria-expanded="true"]) {\n\t\t\t\tcolor: var(--color-background-plain-text);\n\n\t\t\t\t&:hover {\n\t\t\t\t\topacity: 1;\n\t\t\t\t\tbackground-color: transparent !important;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t&:focus-visible {\n\t\t\t\topacity: 1;\n\t\t\t\toutline: none !important;\n\t\t\t}\n\t\t}\n\t}\n\n\t&__overflow-entry {\n\t\t:deep(.action-link__icon) {\n\t\t\t// Icons are bright so invert them if bright color theme == bright background is used\n\t\t\tfilter: var(--background-invert-if-bright) !important;\n\t\t}\n\t}\n}\n'],sourceRoot:""}]);const a=s},98826:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(71354),o=n.n(i),r=n(76314),s=n.n(r)()(o());s.push([t.id,'.app-menu-entry[data-v-22dcd4f7]{--app-menu-entry-font-size: 12px;width:var(--header-height);height:var(--header-height);position:relative}.app-menu-entry__link[data-v-22dcd4f7]{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--color-background-plain-text);width:calc(100% - 4px);height:calc(100% - 4px);margin:2px}.app-menu-entry__label[data-v-22dcd4f7]{opacity:0;position:absolute;font-size:var(--app-menu-entry-font-size);color:var(--color-background-plain-text);text-align:center;bottom:0;left:50%;top:50%;display:block;transform:translateX(-50%);max-width:100%;text-overflow:ellipsis;overflow:hidden;letter-spacing:-0.5px}.app-menu-entry__icon[data-v-22dcd4f7]{font-size:var(--app-menu-entry-font-size)}.app-menu-entry--active .app-menu-entry__label[data-v-22dcd4f7]{font-weight:bolder}.app-menu-entry--active[data-v-22dcd4f7]::before{content:" ";position:absolute;pointer-events:none;border-bottom-color:var(--color-main-background);transform:translateX(-50%);width:10px;height:5px;border-radius:3px;background-color:var(--color-background-plain-text);left:50%;bottom:8px;display:block;transition:all var(--animation-quick) ease-in-out;opacity:1}.app-menu-entry__icon[data-v-22dcd4f7],.app-menu-entry__label[data-v-22dcd4f7]{transition:all var(--animation-quick) ease-in-out}.app-menu-entry:hover .app-menu-entry__label[data-v-22dcd4f7],.app-menu-entry:focus-within .app-menu-entry__label[data-v-22dcd4f7]{font-weight:bold}.app-menu-entry--truncated:hover .app-menu-entry__label[data-v-22dcd4f7],.app-menu-entry--truncated:focus-within .app-menu-entry__label[data-v-22dcd4f7]{max-width:calc(var(--header-height) + var(--app-menu-entry-growth))}.app-menu-entry--truncated:hover+.app-menu-entry .app-menu-entry__label[data-v-22dcd4f7],.app-menu-entry--truncated:focus-within+.app-menu-entry .app-menu-entry__label[data-v-22dcd4f7]{font-weight:normal;max-width:calc(var(--header-height) - var(--app-menu-entry-growth))}.app-menu-entry:has(+.app-menu-entry--truncated:hover) .app-menu-entry__label[data-v-22dcd4f7],.app-menu-entry:has(+.app-menu-entry--truncated:focus-within) .app-menu-entry__label[data-v-22dcd4f7]{font-weight:normal;max-width:calc(var(--header-height) - var(--app-menu-entry-growth))}',"",{version:3,sources:["webpack://./core/src/components/AppMenuEntry.vue"],names:[],mappings:"AACA,iCACC,gCAAA,CACA,0BAAA,CACA,2BAAA,CACA,iBAAA,CAEA,uCACC,iBAAA,CACA,YAAA,CACA,qBAAA,CACA,kBAAA,CACA,sBAAA,CAEA,wCAAA,CAEA,sBAAA,CACA,uBAAA,CACA,UAAA,CAGD,wCACC,SAAA,CACA,iBAAA,CACA,yCAAA,CAEA,wCAAA,CACA,iBAAA,CACA,QAAA,CACA,QAAA,CACA,OAAA,CACA,aAAA,CACA,0BAAA,CACA,cAAA,CACA,sBAAA,CACA,eAAA,CACA,qBAAA,CAGD,uCACC,yCAAA,CAKA,gEACC,kBAAA,CAID,iDACC,WAAA,CACA,iBAAA,CACA,mBAAA,CACA,gDAAA,CACA,0BAAA,CACA,UAAA,CACA,UAAA,CACA,iBAAA,CACA,mDAAA,CACA,QAAA,CACA,UAAA,CACA,aAAA,CACA,iDAAA,CACA,SAAA,CAIF,+EAEC,iDAAA,CAID,mIAEC,gBAAA,CAOA,yJACC,mEAAA,CAKA,yLACC,kBAAA,CACA,mEAAA,CAQF,qMACC,kBAAA,CACA,mEAAA",sourcesContent:['\n.app-menu-entry {\n\t--app-menu-entry-font-size: 12px;\n\twidth: var(--header-height);\n\theight: var(--header-height);\n\tposition: relative;\n\n\t&__link {\n\t\tposition: relative;\n\t\tdisplay: flex;\n\t\tflex-direction: column;\n\t\talign-items: center;\n\t\tjustify-content: center;\n\t\t// Set color as this is shown directly on the background\n\t\tcolor: var(--color-background-plain-text);\n\t\t// Make space for focus-visible outline\n\t\twidth: calc(100% - 4px);\n\t\theight: calc(100% - 4px);\n\t\tmargin: 2px;\n\t}\n\n\t&__label {\n\t\topacity: 0;\n\t\tposition: absolute;\n\t\tfont-size: var(--app-menu-entry-font-size);\n\t\t// this is shown directly on the background\n\t\tcolor: var(--color-background-plain-text);\n\t\ttext-align: center;\n\t\tbottom: 0;\n\t\tleft: 50%;\n\t\ttop: 50%;\n\t\tdisplay: block;\n\t\ttransform: translateX(-50%);\n\t\tmax-width: 100%;\n\t\ttext-overflow: ellipsis;\n\t\toverflow: hidden;\n\t\tletter-spacing: -0.5px;\n\t}\n\n\t&__icon {\n\t\tfont-size: var(--app-menu-entry-font-size);\n\t}\n\n\t&--active {\n\t\t// When hover or focus, show the label and make it bolder than the other entries\n\t\t.app-menu-entry__label {\n\t\t\tfont-weight: bolder;\n\t\t}\n\n\t\t// When active show a line below the entry as an "active" indicator\n\t\t&::before {\n\t\t\tcontent: " ";\n\t\t\tposition: absolute;\n\t\t\tpointer-events: none;\n\t\t\tborder-bottom-color: var(--color-main-background);\n\t\t\ttransform: translateX(-50%);\n\t\t\twidth: 10px;\n\t\t\theight: 5px;\n\t\t\tborder-radius: 3px;\n\t\t\tbackground-color: var(--color-background-plain-text);\n\t\t\tleft: 50%;\n\t\t\tbottom: 8px;\n\t\t\tdisplay: block;\n\t\t\ttransition: all var(--animation-quick) ease-in-out;\n\t\t\topacity: 1;\n\t\t}\n\t}\n\n\t&__icon,\n\t&__label {\n\t\ttransition: all var(--animation-quick) ease-in-out;\n\t}\n\n\t// Make the hovered entry bold to see that it is hovered\n\t&:hover .app-menu-entry__label,\n\t&:focus-within .app-menu-entry__label {\n\t\tfont-weight: bold;\n\t}\n\n\t// Adjust the width when an entry is focussed\n\t// The focussed / hovered entry should grow, while both neighbors need to shrink\n\t&--truncated:hover,\n\t&--truncated:focus-within {\n\t\t.app-menu-entry__label {\n\t\t\tmax-width: calc(var(--header-height) + var(--app-menu-entry-growth));\n\t\t}\n\n\t\t// The next entry needs to shrink half the growth\n\t\t+ .app-menu-entry {\n\t\t\t.app-menu-entry__label {\n\t\t\t\tfont-weight: normal;\n\t\t\t\tmax-width: calc(var(--header-height) - var(--app-menu-entry-growth));\n\t\t\t}\n\t\t}\n\t}\n\n\t// The previous entry needs to shrink half the growth\n\t&:has(+ .app-menu-entry--truncated:hover),\n\t&:has(+ .app-menu-entry--truncated:focus-within) {\n\t\t.app-menu-entry__label {\n\t\t\tfont-weight: normal;\n\t\t\tmax-width: calc(var(--header-height) - var(--app-menu-entry-growth));\n\t\t}\n\t}\n}\n'],sourceRoot:""}]);const a=s},86186:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(71354),o=n.n(i),r=n(76314),s=n.n(r)()(o());s.push([t.id,".app-menu-entry:hover .app-menu-entry__icon,.app-menu-entry:focus-within .app-menu-entry__icon,.app-menu__list:hover .app-menu-entry__icon,.app-menu__list:focus-within .app-menu-entry__icon{margin-block-end:1lh}.app-menu-entry:hover .app-menu-entry__label,.app-menu-entry:focus-within .app-menu-entry__label,.app-menu__list:hover .app-menu-entry__label,.app-menu__list:focus-within .app-menu-entry__label{opacity:1}.app-menu-entry:hover .app-menu-entry--active::before,.app-menu-entry:focus-within .app-menu-entry--active::before,.app-menu__list:hover .app-menu-entry--active::before,.app-menu__list:focus-within .app-menu-entry--active::before{opacity:0}.app-menu-entry:hover .app-menu-icon__unread,.app-menu-entry:focus-within .app-menu-icon__unread,.app-menu__list:hover .app-menu-icon__unread,.app-menu__list:focus-within .app-menu-icon__unread{opacity:0}","",{version:3,sources:["webpack://./core/src/components/AppMenuEntry.vue"],names:[],mappings:"AAOC,8LACC,oBAAA,CAID,kMACC,SAAA,CAID,sOACC,SAAA,CAGD,kMACC,SAAA",sourcesContent:["\n// Showing the label\n.app-menu-entry:hover,\n.app-menu-entry:focus-within,\n.app-menu__list:hover,\n.app-menu__list:focus-within {\n\t// Move icon up so that the name does not overflow the icon\n\t.app-menu-entry__icon {\n\t\tmargin-block-end: 1lh;\n\t}\n\n\t// Make the label visible\n\t.app-menu-entry__label {\n\t\topacity: 1;\n\t}\n\n\t// Hide indicator when the text is shown\n\t.app-menu-entry--active::before {\n\t\topacity: 0;\n\t}\n\n\t.app-menu-icon__unread {\n\t\topacity: 0;\n\t}\n}\n"],sourceRoot:""}]);const a=s},23759:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(71354),o=n.n(i),r=n(76314),s=n.n(r)()(o());s.push([t.id,".app-menu-icon[data-v-e7078f90]{box-sizing:border-box;position:relative;height:20px;width:20px}.app-menu-icon__icon[data-v-e7078f90]{transition:margin .1s ease-in-out;height:20px;width:20px;filter:var(--background-image-invert-if-bright)}.app-menu-icon__unread[data-v-e7078f90]{color:var(--color-error);position:absolute;inset-block-end:15px;inset-inline-end:-5px;transition:all .1s ease-in-out}","",{version:3,sources:["webpack://./core/src/components/AppMenuIcon.vue"],names:[],mappings:"AAIA,gCACC,qBAAA,CACA,iBAAA,CAEA,WAPW,CAQX,UARW,CAUX,sCACC,iCAAA,CACA,WAZU,CAaV,UAbU,CAcV,+CAAA,CAGD,wCACC,wBAAA,CACA,iBAAA,CAEA,oBAAA,CACA,qBAAA,CACA,8BAAA",sourcesContent:["\n$icon-size: 20px;\n$unread-indicator-size: 10px;\n\n.app-menu-icon {\n\tbox-sizing: border-box;\n\tposition: relative;\n\n\theight: $icon-size;\n\twidth: $icon-size;\n\n\t&__icon {\n\t\ttransition: margin 0.1s ease-in-out;\n\t\theight: $icon-size;\n\t\twidth: $icon-size;\n\t\tfilter: var(--background-image-invert-if-bright);\n\t}\n\n\t&__unread {\n\t\tcolor: var(--color-error);\n\t\tposition: absolute;\n\t\t// Align the dot to the top right corner of the icon\n\t\tinset-block-end: calc($icon-size + ($unread-indicator-size / -2));\n\t\tinset-inline-end: calc($unread-indicator-size / -2);\n\t\ttransition: all 0.1s ease-in-out;\n\t}\n}\n"],sourceRoot:""}]);const a=s},45691:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(71354),o=n.n(i),r=n(76314),s=n.n(r)()(o());s.push([t.id,".contact[data-v-0ba3e584]{display:flex;position:relative;align-items:center;padding:3px 3px 3px 10px}.contact__action__icon[data-v-0ba3e584]{width:20px;height:20px;padding:12px;filter:var(--background-invert-if-dark)}.contact__avatar[data-v-0ba3e584]{display:inherit}.contact__body[data-v-0ba3e584]{flex-grow:1;padding-left:10px;margin-left:10px;min-width:0}.contact__body div[data-v-0ba3e584]{position:relative;width:100%;overflow-x:hidden;text-overflow:ellipsis;margin:-1px 0}.contact__body div[data-v-0ba3e584]:first-of-type{margin-top:0}.contact__body div[data-v-0ba3e584]:last-of-type{margin-bottom:0}.contact__body__last-message[data-v-0ba3e584],.contact__body__status-message[data-v-0ba3e584],.contact__body__email-address[data-v-0ba3e584]{color:var(--color-text-maxcontrast)}.contact__body[data-v-0ba3e584]:focus-visible{box-shadow:0 0 0 4px var(--color-main-background) !important;outline:2px solid var(--color-main-text) !important}.contact .other-actions[data-v-0ba3e584]{width:16px;height:16px;cursor:pointer}.contact .other-actions img[data-v-0ba3e584]{filter:var(--background-invert-if-dark)}.contact button.other-actions[data-v-0ba3e584]{width:44px}.contact button.other-actions[data-v-0ba3e584]:focus{border-color:rgba(0,0,0,0);box-shadow:0 0 0 2px var(--color-main-text)}.contact button.other-actions[data-v-0ba3e584]:focus-visible{border-radius:var(--border-radius-pill)}.contact .menu[data-v-0ba3e584]{top:47px;margin-right:13px}.contact .popovermenu[data-v-0ba3e584]::after{right:2px}","",{version:3,sources:["webpack://./core/src/components/ContactsMenu/Contact.vue"],names:[],mappings:"AACA,0BACC,YAAA,CACA,iBAAA,CACA,kBAAA,CACA,wBAAA,CAGC,wCACC,UAAA,CACA,WAAA,CACA,YAAA,CACA,uCAAA,CAOF,kCACC,eAAA,CAGD,gCACC,WAAA,CACA,iBAAA,CACA,gBAAA,CACA,WAAA,CAEA,oCACC,iBAAA,CACA,UAAA,CACA,iBAAA,CACA,sBAAA,CACA,aAAA,CAED,kDACC,YAAA,CAED,iDACC,eAAA,CAGD,6IACC,mCAAA,CAGD,8CACC,4DAAA,CACA,mDAAA,CAIF,yCACC,UAAA,CACA,WAAA,CACA,cAAA,CAEA,6CACC,uCAAA,CAIF,+CACC,UAAA,CAEA,qDACC,0BAAA,CACA,2CAAA,CAGD,6DACC,uCAAA,CAKF,gCACC,QAAA,CACA,iBAAA,CAGD,8CACC,SAAA",sourcesContent:["\n.contact {\n\tdisplay: flex;\n\tposition: relative;\n\talign-items: center;\n\tpadding: 3px 3px 3px 10px;\n\n\t&__action {\n\t\t&__icon {\n\t\t\twidth: 20px;\n\t\t\theight: 20px;\n\t\t\tpadding: 12px;\n\t\t\tfilter: var(--background-invert-if-dark);\n\t\t}\n\t}\n\n\t&__avatar-wrapper {\n\t}\n\n\t&__avatar {\n\t\tdisplay: inherit;\n\t}\n\n\t&__body {\n\t\tflex-grow: 1;\n\t\tpadding-left: 10px;\n\t\tmargin-left: 10px;\n\t\tmin-width: 0;\n\n\t\tdiv {\n\t\t\tposition: relative;\n\t\t\twidth: 100%;\n\t\t\toverflow-x: hidden;\n\t\t\ttext-overflow: ellipsis;\n\t\t\tmargin: -1px 0;\n\t\t}\n\t\tdiv:first-of-type {\n\t\t\tmargin-top: 0;\n\t\t}\n\t\tdiv:last-of-type {\n\t\t\tmargin-bottom: 0;\n\t\t}\n\n\t\t&__last-message, &__status-message, &__email-address {\n\t\t\tcolor: var(--color-text-maxcontrast);\n\t\t}\n\n\t\t&:focus-visible {\n\t\t\tbox-shadow: 0 0 0 4px var(--color-main-background) !important;\n\t\t\toutline: 2px solid var(--color-main-text) !important;\n\t\t}\n\t}\n\n\t.other-actions {\n\t\twidth: 16px;\n\t\theight: 16px;\n\t\tcursor: pointer;\n\n\t\timg {\n\t\t\tfilter: var(--background-invert-if-dark);\n\t\t}\n\t}\n\n\tbutton.other-actions {\n\t\twidth: 44px;\n\n\t\t&:focus {\n\t\t\tborder-color: transparent;\n\t\t\tbox-shadow: 0 0 0 2px var(--color-main-text);\n\t\t}\n\n\t\t&:focus-visible {\n\t\t\tborder-radius: var(--border-radius-pill);\n\t\t}\n\t}\n\n\t/* actions menu */\n\t.menu {\n\t\ttop: 47px;\n\t\tmargin-right: 13px;\n\t}\n\n\t.popovermenu::after {\n\t\tright: 2px;\n\t}\n}\n"],sourceRoot:""}]);const a=s},24454:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(71354),o=n.n(i),r=n(76314),s=n.n(r)()(o());s.push([t.id,"[data-v-a886d77a] #header-menu-user-menu{padding:0 !important}.account-menu[data-v-a886d77a] button{opacity:1 !important}.account-menu[data-v-a886d77a] button:focus-visible .account-menu__avatar{border:var(--border-width-input-focused) solid var(--color-background-plain-text)}.account-menu[data-v-a886d77a] .header-menu__content{width:fit-content !important}.account-menu__avatar[data-v-a886d77a]:hover{border:var(--border-width-input-focused) solid var(--color-background-plain-text)}.account-menu__list[data-v-a886d77a]{display:inline-flex;flex-direction:column;padding-block:var(--default-grid-baseline) 0;padding-inline:0 var(--default-grid-baseline)}.account-menu__list[data-v-a886d77a]> li{box-sizing:border-box;flex:0 1}","",{version:3,sources:["webpack://./core/src/views/AccountMenu.vue"],names:[],mappings:"AACA,yCACC,oBAAA,CAIA,sCAGC,oBAAA,CAKC,0EACC,iFAAA,CAMH,qDACC,4BAAA,CAIA,6CAEC,iFAAA,CAIF,qCACC,mBAAA,CACA,qBAAA,CACA,4CAAA,CACA,6CAAA,CAEA,yCACC,qBAAA,CAEA,QAAA",sourcesContent:['\n:deep(#header-menu-user-menu) {\n\tpadding: 0 !important;\n}\n\n.account-menu {\n\t:deep(button) {\n\t\t// Normally header menus are slightly translucent when not active\n\t\t// this is generally ok but for the avatar this is weird so fix the opacity\n\t\topacity: 1 !important;\n\n\t\t// The avatar is just the "icon" of the button\n\t\t// So we add the focus-visible manually\n\t\t&:focus-visible {\n\t\t\t.account-menu__avatar {\n\t\t\t\tborder: var(--border-width-input-focused) solid var(--color-background-plain-text);\n\t\t\t}\n\t\t}\n\t}\n\n\t// Ensure we do not wast space, as the header menu sets a default width of 350px\n\t:deep(.header-menu__content) {\n\t\twidth: fit-content !important;\n\t}\n\n\t&__avatar {\n\t\t&:hover {\n\t\t\t// Add hover styles similar to the focus-visible style\n\t\t\tborder: var(--border-width-input-focused) solid var(--color-background-plain-text);\n\t\t}\n\t}\n\n\t&__list {\n\t\tdisplay: inline-flex;\n\t\tflex-direction: column;\n\t\tpadding-block: var(--default-grid-baseline) 0;\n\t\tpadding-inline: 0 var(--default-grid-baseline);\n\n\t\t> :deep(li) {\n\t\t\tbox-sizing: border-box;\n\t\t\t// basically "fit-content"\n\t\t\tflex: 0 1;\n\t\t}\n\t}\n}\n'],sourceRoot:""}]);const a=s},6670:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var i=n(71354),o=n.n(i),r=n(76314),s=n.n(r)()(o());s.push([t.id,".contactsmenu[data-v-455d0c6a]{overflow-y:hidden}.contactsmenu__trigger-icon[data-v-455d0c6a]{color:var(--color-background-plain-text) !important}.contactsmenu__menu[data-v-455d0c6a]{display:flex;flex-direction:column;overflow:hidden;height:328px;max-height:inherit}.contactsmenu__menu label[for=contactsmenu__menu__search][data-v-455d0c6a]{font-weight:bold;font-size:19px;margin-left:13px}.contactsmenu__menu__input-wrapper[data-v-455d0c6a]{padding:10px;z-index:2;top:0}.contactsmenu__menu__search[data-v-455d0c6a]{width:100%;height:34px;margin-top:0 !important}.contactsmenu__menu__content[data-v-455d0c6a]{overflow-y:auto;margin-top:10px;flex:1 1 auto}.contactsmenu__menu__content__footer[data-v-455d0c6a]{display:flex;flex-direction:column;align-items:center}.contactsmenu__menu a[data-v-455d0c6a]:focus-visible{box-shadow:inset 0 0 0 2px var(--color-main-text) !important}.contactsmenu[data-v-455d0c6a] .empty-content{margin:0 !important}","",{version:3,sources:["webpack://./core/src/views/ContactsMenu.vue"],names:[],mappings:"AACA,+BACC,iBAAA,CAEA,6CACC,mDAAA,CAGD,qCACC,YAAA,CACA,qBAAA,CACA,eAAA,CACA,YAAA,CACA,kBAAA,CAEA,2EACC,gBAAA,CACA,cAAA,CACA,gBAAA,CAGD,oDACC,YAAA,CACA,SAAA,CACA,KAAA,CAGD,6CACC,UAAA,CACA,WAAA,CACA,uBAAA,CAGD,8CACC,eAAA,CACA,eAAA,CACA,aAAA,CAEA,sDACC,YAAA,CACA,qBAAA,CACA,kBAAA,CAKD,qDACC,4DAAA,CAKH,8CACC,mBAAA",sourcesContent:['\n.contactsmenu {\n\toverflow-y: hidden;\n\n\t&__trigger-icon {\n\t\tcolor: var(--color-background-plain-text) !important;\n\t}\n\n\t&__menu {\n\t\tdisplay: flex;\n\t\tflex-direction: column;\n\t\toverflow: hidden;\n\t\theight: calc(50px * 6 + 2px + 26px);\n\t\tmax-height: inherit;\n\n\t\tlabel[for="contactsmenu__menu__search"] {\n\t\t\tfont-weight: bold;\n\t\t\tfont-size: 19px;\n\t\t\tmargin-left: 13px;\n\t\t}\n\n\t\t&__input-wrapper {\n\t\t\tpadding: 10px;\n\t\t\tz-index: 2;\n\t\t\ttop: 0;\n\t\t}\n\n\t\t&__search {\n\t\t\twidth: 100%;\n\t\t\theight: 34px;\n\t\t\tmargin-top: 0!important;\n\t\t}\n\n\t\t&__content {\n\t\t\toverflow-y: auto;\n\t\t\tmargin-top: 10px;\n\t\t\tflex: 1 1 auto;\n\n\t\t\t&__footer {\n\t\t\t\tdisplay: flex;\n\t\t\t\tflex-direction: column;\n\t\t\t\talign-items: center;\n\t\t\t}\n\t\t}\n\n\t\ta {\n\t\t\t&:focus-visible {\n\t\t\t\tbox-shadow: inset 0 0 0 2px var(--color-main-text) !important; // override rule in core/css/headers.scss #header a:focus-visible\n\t\t\t}\n\t\t}\n\t}\n\n\t:deep(.empty-content) {\n\t\tmargin: 0 !important;\n\t}\n}\n'],sourceRoot:""}]);const a=s},78112:t=>{var e=e||{};e._XML_CHAR_MAP={"<":"<",">":">","&":"&",'"':""","'":"'"},e._escapeXml=function(t){return t.replace(/[<>&"']/g,(function(t){return e._XML_CHAR_MAP[t]}))},e.Client=function(t){var e;for(e in t)this[e]=t[e]},e.Client.prototype={baseUrl:null,userName:null,password:null,xmlNamespaces:{"DAV:":"d"},propFind:function(t,e,n,i){void 0===n&&(n="0"),n=""+n,(i=i||{}).Depth=n,i["Content-Type"]="application/xml; charset=utf-8";var o,r='\n\n":r+=" \n'}return r+=" \n",r+="",this.request("PROPFIND",t,i,r).then(function(t){return"0"===n?{status:t.status,body:t.body[0],xhr:t.xhr}:{status:t.status,body:t.body,xhr:t.xhr}}.bind(this))},_renderPropSet:function(t){var n=" \n \n";for(var i in t)if(t.hasOwnProperty(i)){var o,r=this.parseClarkNotation(i),s=t[i];"d:resourcetype"!=(o=this.xmlNamespaces[r.namespace]?this.xmlNamespaces[r.namespace]+":"+r.name:"x:"+r.name+' xmlns:x="'+r.namespace+'"')&&(s=e._escapeXml(s)),n+=" <"+o+">"+s+"\n"}return(n+=" \n")+" \n"},propPatch:function(t,e,n){(n=n||{})["Content-Type"]="application/xml; charset=utf-8";var i,o='\n0){for(var n=[],i=0;i{var i=n(93633);t.exports=(i.default||i).template({1:function(t,e,n,i,o){var r,s=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return''},compiler:[8,">= 4.3.0"],main:function(t,e,n,i,o){var r,s,a=null!=e?e:t.nullContext||{},c=t.hooks.helperMissing,l="function",u=t.escapeExpression,h=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'
      • \n\t\n\t\t'+(null!=(r=h(n,"if").call(a,null!=e?h(e,"icon"):e,{name:"if",hash:{},fn:t.program(1,o,0),inverse:t.noop,data:o,loc:{start:{line:3,column:2},end:{line:3,column:41}}}))?r:"")+"\n\t\t"+u(typeof(s=null!=(s=h(n,"title")||(null!=e?h(e,"title"):e))?s:c)===l?s.call(a,{name:"title",hash:{},data:o,loc:{start:{line:4,column:8},end:{line:4,column:17}}}):s)+"\n\t\n
      • \n"},useData:!0})},99660:(t,e,n)=>{var i,o,r;!function(){"use strict";o=[n(74692)],i=function(t){t.ui=t.ui||{},t.ui.version="1.13.3";var e,n=0,i=Array.prototype.hasOwnProperty,o=Array.prototype.slice;t.cleanData=(e=t.cleanData,function(n){var i,o,r;for(r=0;null!=(o=n[r]);r++)(i=t._data(o,"events"))&&i.remove&&t(o).triggerHandler("remove");e(n)}),t.widget=function(e,n,i){var o,r,s,a={},c=e.split(".")[0],l=c+"-"+(e=e.split(".")[1]);return i||(i=n,n=t.Widget),Array.isArray(i)&&(i=t.extend.apply(null,[{}].concat(i))),t.expr.pseudos[l.toLowerCase()]=function(e){return!!t.data(e,l)},t[c]=t[c]||{},o=t[c][e],r=t[c][e]=function(t,e){if(!this||!this._createWidget)return new r(t,e);arguments.length&&this._createWidget(t,e)},t.extend(r,o,{version:i.version,_proto:t.extend({},i),_childConstructors:[]}),(s=new n).options=t.widget.extend({},s.options),t.each(i,(function(t,e){a[t]="function"==typeof e?function(){function i(){return n.prototype[t].apply(this,arguments)}function o(e){return n.prototype[t].apply(this,e)}return function(){var t,n=this._super,r=this._superApply;return this._super=i,this._superApply=o,t=e.apply(this,arguments),this._super=n,this._superApply=r,t}}():e})),r.prototype=t.widget.extend(s,{widgetEventPrefix:o&&s.widgetEventPrefix||e},a,{constructor:r,namespace:c,widgetName:e,widgetFullName:l}),o?(t.each(o._childConstructors,(function(e,n){var i=n.prototype;t.widget(i.namespace+"."+i.widgetName,r,n._proto)})),delete o._childConstructors):n._childConstructors.push(r),t.widget.bridge(e,r),r},t.widget.extend=function(e){for(var n,r,s=o.call(arguments,1),a=0,c=s.length;a",options:{classes:{},disabled:!1,create:null},_createWidget:function(e,i){i=t(i||this.defaultElement||this)[0],this.element=t(i),this.uuid=n++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=t(),this.hoverable=t(),this.focusable=t(),this.classesElementLookup={},i!==this&&(t.data(i,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===i&&this.destroy()}}),this.document=t(i.style?i.ownerDocument:i.document||i),this.window=t(this.document[0].defaultView||this.document[0].parentWindow)),this.options=t.widget.extend({},this.options,this._getCreateOptions(),e),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:t.noop,_create:t.noop,_init:t.noop,destroy:function(){var e=this;this._destroy(),t.each(this.classesElementLookup,(function(t,n){e._removeClass(n,t)})),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:t.noop,widget:function(){return this.element},option:function(e,n){var i,o,r,s=e;if(0===arguments.length)return t.widget.extend({},this.options);if("string"==typeof e)if(s={},i=e.split("."),e=i.shift(),i.length){for(o=s[e]=t.widget.extend({},this.options[e]),r=0;r
        "),r=o.children()[0];return t("body").append(o),n=r.offsetWidth,o.css("overflow","scroll"),n===(i=r.offsetWidth)&&(i=o[0].clientWidth),o.remove(),e=n-i},getScrollInfo:function(e){var n=e.isWindow||e.isDocument?"":e.element.css("overflow-x"),i=e.isWindow||e.isDocument?"":e.element.css("overflow-y"),o="scroll"===n||"auto"===n&&e.width0?"right":"center",vertical:u<0?"top":c>0?"bottom":"middle"};pn(i(c),i(u))?h.important="horizontal":h.important="vertical",e.using.call(this,t,h)}),s.offset(t.extend(B,{using:r}))}))},t.ui.position={fit:{left:function(t,e){var i,o=e.within,r=o.isWindow?o.scrollLeft:o.offset.left,s=o.width,a=t.left-e.collisionPosition.marginLeft,c=r-a,l=a+e.collisionWidth-s-r;e.collisionWidth>s?c>0&&l<=0?(i=t.left+c+e.collisionWidth-s-r,t.left+=c-i):t.left=l>0&&c<=0?r:c>l?r+s-e.collisionWidth:r:c>0?t.left+=c:l>0?t.left-=l:t.left=n(t.left-a,t.left)},top:function(t,e){var i,o=e.within,r=o.isWindow?o.scrollTop:o.offset.top,s=e.within.height,a=t.top-e.collisionPosition.marginTop,c=r-a,l=a+e.collisionHeight-s-r;e.collisionHeight>s?c>0&&l<=0?(i=t.top+c+e.collisionHeight-s-r,t.top+=c-i):t.top=l>0&&c<=0?r:c>l?r+s-e.collisionHeight:r:c>0?t.top+=c:l>0?t.top-=l:t.top=n(t.top-a,t.top)}},flip:{left:function(t,e){var n,o,r=e.within,s=r.offset.left+r.scrollLeft,a=r.width,c=r.isWindow?r.scrollLeft:r.offset.left,l=t.left-e.collisionPosition.marginLeft,u=l-c,h=l+e.collisionWidth-a-c,d="left"===e.my[0]?-e.elemWidth:"right"===e.my[0]?e.elemWidth:0,p="left"===e.at[0]?e.targetWidth:"right"===e.at[0]?-e.targetWidth:0,A=-2*e.offset[0];u<0?((n=t.left+d+p+A+e.collisionWidth-a-s)<0||n0&&((o=t.left-e.collisionPosition.marginLeft+d+p+A-c)>0||i(o)0&&((n=t.top-e.collisionPosition.marginTop+d+p+A-c)>0||i(n)")[0],m=a.each;function b(t){return null==t?t+"":"object"==typeof t?c[l.call(t)]||"object":typeof t}function C(t,e,n){var i=A[e.type]||{};return null==t?n||!e.def?null:e.def:(t=i.floor?~~t:parseFloat(t),isNaN(t)?e.def:i.mod?(t+i.mod)%i.mod:Math.min(i.max,Math.max(0,t)))}function v(t){var e=d(),n=e._rgba=[];return t=t.toLowerCase(),m(h,(function(i,o){var r,s=o.re.exec(t),a=s&&o.parse(s),c=o.space||"rgba";if(a)return r=e[c](a),e[p[c].cache]=r[p[c].cache],n=e._rgba=r._rgba,!1})),n.length?("0,0,0,0"===n.join()&&a.extend(n,r.transparent),e):r[t]}function x(t,e,n){return 6*(n=(n+1)%1)<1?t+(e-t)*n*6:2*n<1?e:3*n<2?t+(e-t)*(2/3-n)*6:t}g.style.cssText="background-color:rgba(1,1,1,.5)",f.rgba=g.style.backgroundColor.indexOf("rgba")>-1,m(p,(function(t,e){e.cache="_"+t,e.props.alpha={idx:3,type:"percent",def:1}})),a.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),(function(t,e){c["[object "+e+"]"]=e.toLowerCase()})),d.fn=a.extend(d.prototype,{parse:function(t,e,n,i){if(void 0===t)return this._rgba=[null,null,null,null],this;(t.jquery||t.nodeType)&&(t=a(t).css(e),e=void 0);var o=this,s=b(t),c=this._rgba=[];return void 0!==e&&(t=[t,e,n,i],s="array"),"string"===s?this.parse(v(t)||r._default):"array"===s?(m(p.rgba.props,(function(e,n){c[n.idx]=C(t[n.idx],n)})),this):"object"===s?(m(p,t instanceof d?function(e,n){t[n.cache]&&(o[n.cache]=t[n.cache].slice())}:function(e,n){var i=n.cache;m(n.props,(function(e,r){if(!o[i]&&n.to){if("alpha"===e||null==t[e])return;o[i]=n.to(o._rgba)}o[i][r.idx]=C(t[e],r,!0)})),o[i]&&a.inArray(null,o[i].slice(0,3))<0&&(null==o[i][3]&&(o[i][3]=1),n.from&&(o._rgba=n.from(o[i])))}),this):void 0},is:function(t){var e=d(t),n=!0,i=this;return m(p,(function(t,o){var r,s=e[o.cache];return s&&(r=i[o.cache]||o.to&&o.to(i._rgba)||[],m(o.props,(function(t,e){if(null!=s[e.idx])return n=s[e.idx]===r[e.idx]}))),n})),n},_space:function(){var t=[],e=this;return m(p,(function(n,i){e[i.cache]&&t.push(n)})),t.pop()},transition:function(t,e){var n=d(t),i=n._space(),o=p[i],r=0===this.alpha()?d("transparent"):this,s=r[o.cache]||o.to(r._rgba),a=s.slice();return n=n[o.cache],m(o.props,(function(t,i){var o=i.idx,r=s[o],c=n[o],l=A[i.type]||{};null!==c&&(null===r?a[o]=c:(l.mod&&(c-r>l.mod/2?r+=l.mod:r-c>l.mod/2&&(r-=l.mod)),a[o]=C((c-r)*e+r,i)))})),this[i](a)},blend:function(t){if(1===this._rgba[3])return this;var e=this._rgba.slice(),n=e.pop(),i=d(t)._rgba;return d(a.map(e,(function(t,e){return(1-n)*i[e]+n*t})))},toRgbaString:function(){var t="rgba(",e=a.map(this._rgba,(function(t,e){return null!=t?t:e>2?1:0}));return 1===e[3]&&(e.pop(),t="rgb("),t+e.join()+")"},toHslaString:function(){var t="hsla(",e=a.map(this.hsla(),(function(t,e){return null==t&&(t=e>2?1:0),e&&e<3&&(t=Math.round(100*t)+"%"),t}));return 1===e[3]&&(e.pop(),t="hsl("),t+e.join()+")"},toHexString:function(t){var e=this._rgba.slice(),n=e.pop();return t&&e.push(~~(255*n)),"#"+a.map(e,(function(t){return 1===(t=(t||0).toString(16)).length?"0"+t:t})).join("")},toString:function(){return 0===this._rgba[3]?"transparent":this.toRgbaString()}}),d.fn.parse.prototype=d.fn,p.hsla.to=function(t){if(null==t[0]||null==t[1]||null==t[2])return[null,null,null,t[3]];var e,n,i=t[0]/255,o=t[1]/255,r=t[2]/255,s=t[3],a=Math.max(i,o,r),c=Math.min(i,o,r),l=a-c,u=a+c,h=.5*u;return e=c===a?0:i===a?60*(o-r)/l+360:o===a?60*(r-i)/l+120:60*(i-o)/l+240,n=0===l?0:h<=.5?l/u:l/(2-u),[Math.round(e)%360,n,h,null==s?1:s]},p.hsla.from=function(t){if(null==t[0]||null==t[1]||null==t[2])return[null,null,null,t[3]];var e=t[0]/360,n=t[1],i=t[2],o=t[3],r=i<=.5?i*(1+n):i+n-i*n,s=2*i-r;return[Math.round(255*x(s,r,e+1/3)),Math.round(255*x(s,r,e)),Math.round(255*x(s,r,e-1/3)),o]},m(p,(function(t,e){var n=e.props,i=e.cache,o=e.to,r=e.from;d.fn[t]=function(t){if(o&&!this[i]&&(this[i]=o(this._rgba)),void 0===t)return this[i].slice();var e,s=b(t),a="array"===s||"object"===s?t:arguments,c=this[i].slice();return m(n,(function(t,e){var n=a["object"===s?t:e.idx];null==n&&(n=c[e.idx]),c[e.idx]=C(n,e)})),r?((e=d(r(c)))[i]=c,e):d(c)},m(n,(function(e,n){d.fn[e]||(d.fn[e]=function(i){var o,r,s,a,c=b(i);return r=(o=this[a="alpha"===e?this._hsla?"hsla":"rgba":t]())[n.idx],"undefined"===c?r:("function"===c&&(c=b(i=i.call(this,r))),null==i&&n.empty?this:("string"===c&&(s=u.exec(i))&&(i=r+parseFloat(s[2])*("+"===s[1]?1:-1)),o[n.idx]=i,this[a](o)))})}))})),d.hook=function(t){var e=t.split(" ");m(e,(function(t,e){a.cssHooks[e]={set:function(t,n){var i,o,r="";if("transparent"!==n&&("string"!==b(n)||(i=v(n)))){if(n=d(i||n),!f.rgba&&1!==n._rgba[3]){for(o="backgroundColor"===e?t.parentNode:t;(""===r||"transparent"===r)&&o&&o.style;)try{r=a.css(o,"backgroundColor"),o=o.parentNode}catch(t){}n=n.blend(r&&"transparent"!==r?r:"_default")}n=n.toRgbaString()}try{t.style[e]=n}catch(t){}}},a.fx.step[e]=function(t){t.colorInit||(t.start=d(t.elem,e),t.end=d(t.end),t.colorInit=!0),a.cssHooks[e].set(t.elem,t.start.transition(t.end,t.pos))}}))},d.hook("backgroundColor borderBottomColor borderLeftColor borderRightColor borderTopColor color columnRuleColor outlineColor textDecorationColor textEmphasisColor"),a.cssHooks.borderColor={expand:function(t){var e={};return m(["Top","Right","Bottom","Left"],(function(n,i){e["border"+i+"Color"]=t})),e}},r=a.Color.names={aqua:"#00ffff",black:"#000000",blue:"#0000ff",fuchsia:"#ff00ff",gray:"#808080",green:"#008000",lime:"#00ff00",maroon:"#800000",navy:"#000080",olive:"#808000",purple:"#800080",red:"#ff0000",silver:"#c0c0c0",teal:"#008080",white:"#ffffff",yellow:"#ffff00",transparent:[null,null,null,0],_default:"#ffffff"};var w,y,k="ui-effects-",B="ui-effects-style",E="ui-effects-animated";if(t.effects={effect:{}},function(){var e=["add","remove","toggle"],n={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};function i(t){var e,n,i,o=t.ownerDocument.defaultView?t.ownerDocument.defaultView.getComputedStyle(t,null):t.currentStyle,r={};if(o&&o.length&&o[0]&&o[o[0]])for(n=o.length;n--;)"string"==typeof o[e=o[n]]&&(r[(i=e,i.replace(/-([\da-z])/gi,(function(t,e){return e.toUpperCase()})))]=o[e]);else for(e in o)"string"==typeof o[e]&&(r[e]=o[e]);return r}t.each(["borderLeftStyle","borderRightStyle","borderBottomStyle","borderTopStyle"],(function(e,n){t.fx.step[n]=function(t){("none"!==t.end&&!t.setAttr||1===t.pos&&!t.setAttr)&&(a.style(t.elem,n,t.end),t.setAttr=!0)}})),t.fn.addBack||(t.fn.addBack=function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}),t.effects.animateClass=function(o,r,s,a){var c=t.speed(r,s,a);return this.queue((function(){var r,s=t(this),a=s.attr("class")||"",l=c.children?s.find("*").addBack():s;l=l.map((function(){return{el:t(this),start:i(this)}})),(r=function(){t.each(e,(function(t,e){o[e]&&s[e+"Class"](o[e])}))})(),l=l.map((function(){return this.end=i(this.el[0]),this.diff=function(e,i){var o,r,s={};for(o in i)r=i[o],e[o]!==r&&(n[o]||!t.fx.step[o]&&isNaN(parseFloat(r))||(s[o]=r));return s}(this.start,this.end),this})),s.attr("class",a),l=l.map((function(){var e=this,n=t.Deferred(),i=t.extend({},c,{queue:!1,complete:function(){n.resolve(e)}});return this.el.animate(this.diff,i),n.promise()})),t.when.apply(t,l.get()).done((function(){r(),t.each(arguments,(function(){var e=this.el;t.each(this.diff,(function(t){e.css(t,"")}))})),c.complete.call(s[0])}))}))},t.fn.extend({addClass:function(e){return function(n,i,o,r){return i?t.effects.animateClass.call(this,{add:n},i,o,r):e.apply(this,arguments)}}(t.fn.addClass),removeClass:function(e){return function(n,i,o,r){return arguments.length>1?t.effects.animateClass.call(this,{remove:n},i,o,r):e.apply(this,arguments)}}(t.fn.removeClass),toggleClass:function(e){return function(n,i,o,r,s){return"boolean"==typeof i||void 0===i?o?t.effects.animateClass.call(this,i?{add:n}:{remove:n},o,r,s):e.apply(this,arguments):t.effects.animateClass.call(this,{toggle:n},i,o,r)}}(t.fn.toggleClass),switchClass:function(e,n,i,o,r){return t.effects.animateClass.call(this,{add:n,remove:e},i,o,r)}})}(),function(){function e(e,n,i,o){return t.isPlainObject(e)&&(n=e,e=e.effect),e={effect:e},null==n&&(n={}),"function"==typeof n&&(o=n,i=null,n={}),("number"==typeof n||t.fx.speeds[n])&&(o=i,i=n,n={}),"function"==typeof i&&(o=i,i=null),n&&t.extend(e,n),i=i||n.duration,e.duration=t.fx.off?0:"number"==typeof i?i:i in t.fx.speeds?t.fx.speeds[i]:t.fx.speeds._default,e.complete=o||n.complete,e}function n(e){return!(e&&"number"!=typeof e&&!t.fx.speeds[e])||"string"==typeof e&&!t.effects.effect[e]||"function"==typeof e||"object"==typeof e&&!e.effect}function i(t,e){var n=e.outerWidth(),i=e.outerHeight(),o=/^rect\((-?\d*\.?\d*px|-?\d+%|auto),?\s*(-?\d*\.?\d*px|-?\d+%|auto),?\s*(-?\d*\.?\d*px|-?\d+%|auto),?\s*(-?\d*\.?\d*px|-?\d+%|auto)\)$/.exec(t)||["",0,n,i,0];return{top:parseFloat(o[1])||0,right:"auto"===o[2]?n:parseFloat(o[2]),bottom:"auto"===o[3]?i:parseFloat(o[3]),left:parseFloat(o[4])||0}}t.expr&&t.expr.pseudos&&t.expr.pseudos.animated&&(t.expr.pseudos.animated=function(e){return function(n){return!!t(n).data(E)||e(n)}}(t.expr.pseudos.animated)),!1!==t.uiBackCompat&&t.extend(t.effects,{save:function(t,e){for(var n=0,i=e.length;n
        ").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0}),o={width:e.width(),height:e.height()},r=document.activeElement;try{r.id}catch(t){r=document.body}return e.wrap(i),(e[0]===r||t.contains(e[0],r))&&t(r).trigger("focus"),i=e.parent(),"static"===e.css("position")?(i.css({position:"relative"}),e.css({position:"relative"})):(t.extend(n,{position:e.css("position"),zIndex:e.css("z-index")}),t.each(["top","left","bottom","right"],(function(t,i){n[i]=e.css(i),isNaN(parseInt(n[i],10))&&(n[i]="auto")})),e.css({position:"relative",top:0,left:0,right:"auto",bottom:"auto"})),e.css(o),i.css(n).show()},removeWrapper:function(e){var n=document.activeElement;return e.parent().is(".ui-effects-wrapper")&&(e.parent().replaceWith(e),(e[0]===n||t.contains(e[0],n))&&t(n).trigger("focus")),e}}),t.extend(t.effects,{version:"1.13.3",define:function(e,n,i){return i||(i=n,n="effect"),t.effects.effect[e]=i,t.effects.effect[e].mode=n,i},scaledDimensions:function(t,e,n){if(0===e)return{height:0,width:0,outerHeight:0,outerWidth:0};var i="horizontal"!==n?(e||100)/100:1,o="vertical"!==n?(e||100)/100:1;return{height:t.height()*o,width:t.width()*i,outerHeight:t.outerHeight()*o,outerWidth:t.outerWidth()*i}},clipToBox:function(t){return{width:t.clip.right-t.clip.left,height:t.clip.bottom-t.clip.top,left:t.clip.left,top:t.clip.top}},unshift:function(t,e,n){var i=t.queue();e>1&&i.splice.apply(i,[1,0].concat(i.splice(e,n))),t.dequeue()},saveStyle:function(t){t.data(B,t[0].style.cssText)},restoreStyle:function(t){t[0].style.cssText=t.data(B)||"",t.removeData(B)},mode:function(t,e){var n=t.is(":hidden");return"toggle"===e&&(e=n?"show":"hide"),(n?"hide"===e:"show"===e)&&(e="none"),e},getBaseline:function(t,e){var n,i;switch(t[0]){case"top":n=0;break;case"middle":n=.5;break;case"bottom":n=1;break;default:n=t[0]/e.height}switch(t[1]){case"left":i=0;break;case"center":i=.5;break;case"right":i=1;break;default:i=t[1]/e.width}return{x:i,y:n}},createPlaceholder:function(e){var n,i=e.css("position"),o=e.position();return e.css({marginTop:e.css("marginTop"),marginBottom:e.css("marginBottom"),marginLeft:e.css("marginLeft"),marginRight:e.css("marginRight")}).outerWidth(e.outerWidth()).outerHeight(e.outerHeight()),/^(static|relative)/.test(i)&&(i="absolute",n=t("<"+e[0].nodeName+">").insertAfter(e).css({display:/^(inline|ruby)/.test(e.css("display"))?"inline-block":"block",visibility:"hidden",marginTop:e.css("marginTop"),marginBottom:e.css("marginBottom"),marginLeft:e.css("marginLeft"),marginRight:e.css("marginRight"),float:e.css("float")}).outerWidth(e.outerWidth()).outerHeight(e.outerHeight()).addClass("ui-effects-placeholder"),e.data(k+"placeholder",n)),e.css({position:i,left:o.left,top:o.top}),n},removePlaceholder:function(t){var e=k+"placeholder",n=t.data(e);n&&(n.remove(),t.removeData(e))},cleanUp:function(e){t.effects.restoreStyle(e),t.effects.removePlaceholder(e)},setTransition:function(e,n,i,o){return o=o||{},t.each(n,(function(t,n){var r=e.cssUnit(n);r[0]>0&&(o[n]=r[0]*i+r[1])})),o}}),t.fn.extend({effect:function(){var n=e.apply(this,arguments),i=t.effects.effect[n.effect],o=i.mode,r=n.queue,s=r||"fx",a=n.complete,c=n.mode,l=[],u=function(e){var n=t(this),i=t.effects.mode(n,c)||o;n.data(E,!0),l.push(i),o&&("show"===i||i===o&&"hide"===i)&&n.show(),o&&"none"===i||t.effects.saveStyle(n),"function"==typeof e&&e()};if(t.fx.off||!i)return c?this[c](n.duration,a):this.each((function(){a&&a.call(this)}));function h(e){var r=t(this);function s(){"function"==typeof a&&a.call(r[0]),"function"==typeof e&&e()}n.mode=l.shift(),!1===t.uiBackCompat||o?"none"===n.mode?(r[c](),s()):i.call(r[0],n,(function(){r.removeData(E),t.effects.cleanUp(r),"hide"===n.mode&&r.hide(),s()})):(r.is(":hidden")?"hide"===c:"show"===c)?(r[c](),s()):i.call(r[0],n,s)}return!1===r?this.each(u).each(h):this.queue(s,u).queue(s,h)},show:function(t){return function(i){if(n(i))return t.apply(this,arguments);var o=e.apply(this,arguments);return o.mode="show",this.effect.call(this,o)}}(t.fn.show),hide:function(t){return function(i){if(n(i))return t.apply(this,arguments);var o=e.apply(this,arguments);return o.mode="hide",this.effect.call(this,o)}}(t.fn.hide),toggle:function(t){return function(i){if(n(i)||"boolean"==typeof i)return t.apply(this,arguments);var o=e.apply(this,arguments);return o.mode="toggle",this.effect.call(this,o)}}(t.fn.toggle),cssUnit:function(e){var n=this.css(e),i=[];return t.each(["em","px","%","pt"],(function(t,e){n.indexOf(e)>0&&(i=[parseFloat(n),e])})),i},cssClip:function(t){return t?this.css("clip","rect("+t.top+"px "+t.right+"px "+t.bottom+"px "+t.left+"px)"):i(this.css("clip"),this)},transfer:function(e,n){var i=t(this),o=t(e.to),r="fixed"===o.css("position"),s=t("body"),a=r?s.scrollTop():0,c=r?s.scrollLeft():0,l=o.offset(),u={top:l.top-a,left:l.left-c,height:o.innerHeight(),width:o.innerWidth()},h=i.offset(),d=t("
        ");d.appendTo("body").addClass(e.className).css({top:h.top-a,left:h.left-c,height:i.innerHeight(),width:i.innerWidth(),position:r?"fixed":"absolute"}).animate(u,e.duration,e.easing,(function(){d.remove(),"function"==typeof n&&n()}))}}),t.fx.step.clip=function(e){e.clipInit||(e.start=t(e.elem).cssClip(),"string"==typeof e.end&&(e.end=i(e.end,e.elem)),e.clipInit=!0),t(e.elem).cssClip({top:e.pos*(e.end.top-e.start.top)+e.start.top,right:e.pos*(e.end.right-e.start.right)+e.start.right,bottom:e.pos*(e.end.bottom-e.start.bottom)+e.start.bottom,left:e.pos*(e.end.left-e.start.left)+e.start.left})}}(),w={},t.each(["Quad","Cubic","Quart","Quint","Expo"],(function(t,e){w[e]=function(e){return Math.pow(e,t+2)}})),t.extend(w,{Sine:function(t){return 1-Math.cos(t*Math.PI/2)},Circ:function(t){return 1-Math.sqrt(1-t*t)},Elastic:function(t){return 0===t||1===t?t:-Math.pow(2,8*(t-1))*Math.sin((80*(t-1)-7.5)*Math.PI/15)},Back:function(t){return t*t*(3*t-2)},Bounce:function(t){for(var e,n=4;t<((e=Math.pow(2,--n))-1)/11;);return 1/Math.pow(4,3-n)-7.5625*Math.pow((3*e-2)/22-t,2)}}),t.each(w,(function(e,n){t.easing["easeIn"+e]=n,t.easing["easeOut"+e]=function(t){return 1-n(1-t)},t.easing["easeInOut"+e]=function(t){return t<.5?n(2*t)/2:1-n(-2*t+2)/2}})),t.effects,t.effects.define("blind","hide",(function(e,n){var i={up:["bottom","top"],vertical:["bottom","top"],down:["top","bottom"],left:["right","left"],horizontal:["right","left"],right:["left","right"]},o=t(this),r=e.direction||"up",s=o.cssClip(),a={clip:t.extend({},s)},c=t.effects.createPlaceholder(o);a.clip[i[r][0]]=a.clip[i[r][1]],"show"===e.mode&&(o.cssClip(a.clip),c&&c.css(t.effects.clipToBox(a)),a.clip=s),c&&c.animate(t.effects.clipToBox(a),e.duration,e.easing),o.animate(a,{queue:!1,duration:e.duration,easing:e.easing,complete:n})})),t.effects.define("bounce",(function(e,n){var i,o,r,s=t(this),a=e.mode,c="hide"===a,l="show"===a,u=e.direction||"up",h=e.distance,d=e.times||5,p=2*d+(l||c?1:0),A=e.duration/p,f=e.easing,g="up"===u||"down"===u?"top":"left",m="up"===u||"left"===u,b=0,C=s.queue().length;for(t.effects.createPlaceholder(s),r=s.css(g),h||(h=s["top"===g?"outerHeight":"outerWidth"]()/3),l&&((o={opacity:1})[g]=r,s.css("opacity",0).css(g,m?2*-h:2*h).animate(o,A,f)),c&&(h/=Math.pow(2,d-1)),(o={})[g]=r;b
        ").css({position:"absolute",visibility:"visible",left:-o*A,top:-i*f}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:A,height:f,left:r+(d?a*A:0),top:s+(d?c*f:0),opacity:d?0:1}).animate({left:r+(d?0:a*A),top:s+(d?0:c*f),opacity:d?1:0},e.duration||500,e.easing,m)})),t.effects.define("fade","toggle",(function(e,n){var i="show"===e.mode;t(this).css("opacity",i?0:1).animate({opacity:i?1:0},{queue:!1,duration:e.duration,easing:e.easing,complete:n})})),t.effects.define("fold","hide",(function(e,n){var i=t(this),o=e.mode,r="show"===o,s="hide"===o,a=e.size||15,c=/([0-9]+)%/.exec(a),l=e.horizFirst?["right","bottom"]:["bottom","right"],u=e.duration/2,h=t.effects.createPlaceholder(i),d=i.cssClip(),p={clip:t.extend({},d)},A={clip:t.extend({},d)},f=[d[l[0]],d[l[1]]],g=i.queue().length;c&&(a=parseInt(c[1],10)/100*f[s?0:1]),p.clip[l[0]]=a,A.clip[l[0]]=a,A.clip[l[1]]=0,r&&(i.cssClip(A.clip),h&&h.css(t.effects.clipToBox(A)),A.clip=d),i.queue((function(n){h&&h.animate(t.effects.clipToBox(p),u,e.easing).animate(t.effects.clipToBox(A),u,e.easing),n()})).animate(p,u,e.easing).animate(A,u,e.easing).queue(n),t.effects.unshift(i,g,4)})),t.effects.define("highlight","show",(function(e,n){var i=t(this),o={backgroundColor:i.css("backgroundColor")};"hide"===e.mode&&(o.opacity=0),t.effects.saveStyle(i),i.css({backgroundImage:"none",backgroundColor:e.color||"#ffff99"}).animate(o,{queue:!1,duration:e.duration,easing:e.easing,complete:n})})),t.effects.define("size",(function(e,n){var i,o,r,s=t(this),a=["fontSize"],c=["borderTopWidth","borderBottomWidth","paddingTop","paddingBottom"],l=["borderLeftWidth","borderRightWidth","paddingLeft","paddingRight"],u=e.mode,h="effect"!==u,d=e.scale||"both",p=e.origin||["middle","center"],A=s.css("position"),f=s.position(),g=t.effects.scaledDimensions(s),m=e.from||g,b=e.to||t.effects.scaledDimensions(s,0);t.effects.createPlaceholder(s),"show"===u&&(r=m,m=b,b=r),o={from:{y:m.height/g.height,x:m.width/g.width},to:{y:b.height/g.height,x:b.width/g.width}},"box"!==d&&"both"!==d||(o.from.y!==o.to.y&&(m=t.effects.setTransition(s,c,o.from.y,m),b=t.effects.setTransition(s,c,o.to.y,b)),o.from.x!==o.to.x&&(m=t.effects.setTransition(s,l,o.from.x,m),b=t.effects.setTransition(s,l,o.to.x,b))),"content"!==d&&"both"!==d||o.from.y!==o.to.y&&(m=t.effects.setTransition(s,a,o.from.y,m),b=t.effects.setTransition(s,a,o.to.y,b)),p&&(i=t.effects.getBaseline(p,g),m.top=(g.outerHeight-m.outerHeight)*i.y+f.top,m.left=(g.outerWidth-m.outerWidth)*i.x+f.left,b.top=(g.outerHeight-b.outerHeight)*i.y+f.top,b.left=(g.outerWidth-b.outerWidth)*i.x+f.left),delete m.outerHeight,delete m.outerWidth,s.css(m),"content"!==d&&"both"!==d||(c=c.concat(["marginTop","marginBottom"]).concat(a),l=l.concat(["marginLeft","marginRight"]),s.find("*[width]").each((function(){var n=t(this),i=t.effects.scaledDimensions(n),r={height:i.height*o.from.y,width:i.width*o.from.x,outerHeight:i.outerHeight*o.from.y,outerWidth:i.outerWidth*o.from.x},s={height:i.height*o.to.y,width:i.width*o.to.x,outerHeight:i.height*o.to.y,outerWidth:i.width*o.to.x};o.from.y!==o.to.y&&(r=t.effects.setTransition(n,c,o.from.y,r),s=t.effects.setTransition(n,c,o.to.y,s)),o.from.x!==o.to.x&&(r=t.effects.setTransition(n,l,o.from.x,r),s=t.effects.setTransition(n,l,o.to.x,s)),h&&t.effects.saveStyle(n),n.css(r),n.animate(s,e.duration,e.easing,(function(){h&&t.effects.restoreStyle(n)}))}))),s.animate(b,{queue:!1,duration:e.duration,easing:e.easing,complete:function(){var e=s.offset();0===b.opacity&&s.css("opacity",m.opacity),h||(s.css("position","static"===A?"relative":A).offset(e),t.effects.saveStyle(s)),n()}})})),t.effects.define("scale",(function(e,n){var i=t(this),o=e.mode,r=parseInt(e.percent,10)||(0===parseInt(e.percent,10)||"effect"!==o?0:100),s=t.extend(!0,{from:t.effects.scaledDimensions(i),to:t.effects.scaledDimensions(i,r,e.direction||"both"),origin:e.origin||["middle","center"]},e);e.fade&&(s.from.opacity=1,s.to.opacity=0),t.effects.effect.size.call(this,s,n)})),t.effects.define("puff","hide",(function(e,n){var i=t.extend(!0,{},e,{fade:!0,percent:parseInt(e.percent,10)||150});t.effects.effect.scale.call(this,i,n)})),t.effects.define("pulsate","show",(function(e,n){var i=t(this),o=e.mode,r="show"===o,s=r||"hide"===o,a=2*(e.times||5)+(s?1:0),c=e.duration/a,l=0,u=1,h=i.queue().length;for(!r&&i.is(":visible")||(i.css("opacity",0).show(),l=1);u0&&r.is(":visible")):(/^(input|select|textarea|button|object)$/.test(c)?(s=!e.disabled)&&(a=t(e).closest("fieldset")[0])&&(s=!a.disabled):s="a"===c&&e.href||n,s&&t(e).is(":visible")&&function(t){for(var e=t.css("visibility");"inherit"===e;)e=(t=t.parent()).css("visibility");return"visible"===e}(t(e)))},t.extend(t.expr.pseudos,{focusable:function(e){return t.ui.focusable(e,null!=t.attr(e,"tabindex"))}}),t.ui.focusable,t.fn._form=function(){return"string"==typeof this[0].form?this.closest("form"):t(this[0].form)},t.ui.formResetMixin={_formResetHandler:function(){var e=t(this);setTimeout((function(){var n=e.data("ui-form-reset-instances");t.each(n,(function(){this.refresh()}))}))},_bindFormResetHandler:function(){if(this.form=this.element._form(),this.form.length){var t=this.form.data("ui-form-reset-instances")||[];t.length||this.form.on("reset.ui-form-reset",this._formResetHandler),t.push(this),this.form.data("ui-form-reset-instances",t)}},_unbindFormResetHandler:function(){if(this.form.length){var e=this.form.data("ui-form-reset-instances");e.splice(t.inArray(this,e),1),e.length?this.form.data("ui-form-reset-instances",e):this.form.removeData("ui-form-reset-instances").off("reset.ui-form-reset")}}},t.expr.pseudos||(t.expr.pseudos=t.expr[":"]),t.uniqueSort||(t.uniqueSort=t.unique),!t.escapeSelector){var _=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g,I=function(t,e){return e?"\0"===t?"�":t.slice(0,-1)+"\\"+t.charCodeAt(t.length-1).toString(16)+" ":"\\"+t};t.escapeSelector=function(t){return(t+"").replace(_,I)}}t.fn.even&&t.fn.odd||t.fn.extend({even:function(){return this.filter((function(t){return t%2==0}))},odd:function(){return this.filter((function(t){return t%2==1}))}}),t.ui.keyCode={BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38},t.fn.labels=function(){var e,n,i,o,r;return this.length?this[0].labels&&this[0].labels.length?this.pushStack(this[0].labels):(o=this.eq(0).parents("label"),(i=this.attr("id"))&&(r=(e=this.eq(0).parents().last()).add(e.length?e.siblings():this.siblings()),n="label[for='"+t.escapeSelector(i)+"']",o=o.add(r.find(n).addBack(n))),this.pushStack(o)):this.pushStack([])},t.fn.scrollParent=function(e){var n=this.css("position"),i="absolute"===n,o=e?/(auto|scroll|hidden)/:/(auto|scroll)/,r=this.parents().filter((function(){var e=t(this);return(!i||"static"!==e.css("position"))&&o.test(e.css("overflow")+e.css("overflow-y")+e.css("overflow-x"))})).eq(0);return"fixed"!==n&&r.length?r:t(this[0].ownerDocument||document)},t.extend(t.expr.pseudos,{tabbable:function(e){var n=t.attr(e,"tabindex"),i=null!=n;return(!i||n>=0)&&t.ui.focusable(e,i)}}),t.fn.extend({uniqueId:(y=0,function(){return this.each((function(){this.id||(this.id="ui-id-"+ ++y)}))}),removeUniqueId:function(){return this.each((function(){/^ui-id-\d+$/.test(this.id)&&t(this).removeAttr("id")}))}}),t.widget("ui.accordion",{version:"1.13.3",options:{active:0,animate:{},classes:{"ui-accordion-header":"ui-corner-top","ui-accordion-header-collapsed":"ui-corner-all","ui-accordion-content":"ui-corner-bottom"},collapsible:!1,event:"click",header:function(t){return t.find("> li > :first-child").add(t.find("> :not(li)").even())},heightStyle:"auto",icons:{activeHeader:"ui-icon-triangle-1-s",header:"ui-icon-triangle-1-e"},activate:null,beforeActivate:null},hideProps:{borderTopWidth:"hide",borderBottomWidth:"hide",paddingTop:"hide",paddingBottom:"hide",height:"hide"},showProps:{borderTopWidth:"show",borderBottomWidth:"show",paddingTop:"show",paddingBottom:"show",height:"show"},_create:function(){var e=this.options;this.prevShow=this.prevHide=t(),this._addClass("ui-accordion","ui-widget ui-helper-reset"),this.element.attr("role","tablist"),e.collapsible||!1!==e.active&&null!=e.active||(e.active=0),this._processPanels(),e.active<0&&(e.active+=this.headers.length),this._refresh()},_getCreateEventData:function(){return{header:this.active,panel:this.active.length?this.active.next():t()}},_createIcons:function(){var e,n,i=this.options.icons;i&&(e=t(""),this._addClass(e,"ui-accordion-header-icon","ui-icon "+i.header),e.prependTo(this.headers),n=this.active.children(".ui-accordion-header-icon"),this._removeClass(n,i.header)._addClass(n,null,i.activeHeader)._addClass(this.headers,"ui-accordion-icons"))},_destroyIcons:function(){this._removeClass(this.headers,"ui-accordion-icons"),this.headers.children(".ui-accordion-header-icon").remove()},_destroy:function(){var t;this.element.removeAttr("role"),this.headers.removeAttr("role aria-expanded aria-selected aria-controls tabIndex").removeUniqueId(),this._destroyIcons(),t=this.headers.next().css("display","").removeAttr("role aria-hidden aria-labelledby").removeUniqueId(),"content"!==this.options.heightStyle&&t.css("height","")},_setOption:function(t,e){"active"!==t?("event"===t&&(this.options.event&&this._off(this.headers,this.options.event),this._setupEvents(e)),this._super(t,e),"collapsible"!==t||e||!1!==this.options.active||this._activate(0),"icons"===t&&(this._destroyIcons(),e&&this._createIcons())):this._activate(e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",t),this._toggleClass(null,"ui-state-disabled",!!t),this._toggleClass(this.headers.add(this.headers.next()),null,"ui-state-disabled",!!t)},_keydown:function(e){if(!e.altKey&&!e.ctrlKey){var n=t.ui.keyCode,i=this.headers.length,o=this.headers.index(e.target),r=!1;switch(e.keyCode){case n.RIGHT:case n.DOWN:r=this.headers[(o+1)%i];break;case n.LEFT:case n.UP:r=this.headers[(o-1+i)%i];break;case n.SPACE:case n.ENTER:this._eventHandler(e);break;case n.HOME:r=this.headers[0];break;case n.END:r=this.headers[i-1]}r&&(t(e.target).attr("tabIndex",-1),t(r).attr("tabIndex",0),t(r).trigger("focus"),e.preventDefault())}},_panelKeyDown:function(e){e.keyCode===t.ui.keyCode.UP&&e.ctrlKey&&t(e.currentTarget).prev().trigger("focus")},refresh:function(){var e=this.options;this._processPanels(),!1===e.active&&!0===e.collapsible||!this.headers.length?(e.active=!1,this.active=t()):!1===e.active?this._activate(0):this.active.length&&!t.contains(this.element[0],this.active[0])?this.headers.length===this.headers.find(".ui-state-disabled").length?(e.active=!1,this.active=t()):this._activate(Math.max(0,e.active-1)):e.active=this.headers.index(this.active),this._destroyIcons(),this._refresh()},_processPanels:function(){var t=this.headers,e=this.panels;"function"==typeof this.options.header?this.headers=this.options.header(this.element):this.headers=this.element.find(this.options.header),this._addClass(this.headers,"ui-accordion-header ui-accordion-header-collapsed","ui-state-default"),this.panels=this.headers.next().filter(":not(.ui-accordion-content-active)").hide(),this._addClass(this.panels,"ui-accordion-content","ui-helper-reset ui-widget-content"),e&&(this._off(t.not(this.headers)),this._off(e.not(this.panels)))},_refresh:function(){var e,n=this.options,i=n.heightStyle,o=this.element.parent();this.active=this._findActive(n.active),this._addClass(this.active,"ui-accordion-header-active","ui-state-active")._removeClass(this.active,"ui-accordion-header-collapsed"),this._addClass(this.active.next(),"ui-accordion-content-active"),this.active.next().show(),this.headers.attr("role","tab").each((function(){var e=t(this),n=e.uniqueId().attr("id"),i=e.next(),o=i.uniqueId().attr("id");e.attr("aria-controls",o),i.attr("aria-labelledby",n)})).next().attr("role","tabpanel"),this.headers.not(this.active).attr({"aria-selected":"false","aria-expanded":"false",tabIndex:-1}).next().attr({"aria-hidden":"true"}).hide(),this.active.length?this.active.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0}).next().attr({"aria-hidden":"false"}):this.headers.eq(0).attr("tabIndex",0),this._createIcons(),this._setupEvents(n.event),"fill"===i?(e=o.height(),this.element.siblings(":visible").each((function(){var n=t(this),i=n.css("position");"absolute"!==i&&"fixed"!==i&&(e-=n.outerHeight(!0))})),this.headers.each((function(){e-=t(this).outerHeight(!0)})),this.headers.next().each((function(){t(this).height(Math.max(0,e-t(this).innerHeight()+t(this).height()))})).css("overflow","auto")):"auto"===i&&(e=0,this.headers.next().each((function(){var n=t(this).is(":visible");n||t(this).show(),e=Math.max(e,t(this).css("height","").height()),n||t(this).hide()})).height(e))},_activate:function(e){var n=this._findActive(e)[0];n!==this.active[0]&&(n=n||this.active[0],this._eventHandler({target:n,currentTarget:n,preventDefault:t.noop}))},_findActive:function(e){return"number"==typeof e?this.headers.eq(e):t()},_setupEvents:function(e){var n={keydown:"_keydown"};e&&t.each(e.split(" "),(function(t,e){n[e]="_eventHandler"})),this._off(this.headers.add(this.headers.next())),this._on(this.headers,n),this._on(this.headers.next(),{keydown:"_panelKeyDown"}),this._hoverable(this.headers),this._focusable(this.headers)},_eventHandler:function(e){var n,i,o=this.options,r=this.active,s=t(e.currentTarget),a=s[0]===r[0],c=a&&o.collapsible,l=c?t():s.next(),u=r.next(),h={oldHeader:r,oldPanel:u,newHeader:c?t():s,newPanel:l};e.preventDefault(),a&&!o.collapsible||!1===this._trigger("beforeActivate",e,h)||(o.active=!c&&this.headers.index(s),this.active=a?t():s,this._toggle(h),this._removeClass(r,"ui-accordion-header-active","ui-state-active"),o.icons&&(n=r.children(".ui-accordion-header-icon"),this._removeClass(n,null,o.icons.activeHeader)._addClass(n,null,o.icons.header)),a||(this._removeClass(s,"ui-accordion-header-collapsed")._addClass(s,"ui-accordion-header-active","ui-state-active"),o.icons&&(i=s.children(".ui-accordion-header-icon"),this._removeClass(i,null,o.icons.header)._addClass(i,null,o.icons.activeHeader)),this._addClass(s.next(),"ui-accordion-content-active")))},_toggle:function(e){var n=e.newPanel,i=this.prevShow.length?this.prevShow:e.oldPanel;this.prevShow.add(this.prevHide).stop(!0,!0),this.prevShow=n,this.prevHide=i,this.options.animate?this._animate(n,i,e):(i.hide(),n.show(),this._toggleComplete(e)),i.attr({"aria-hidden":"true"}),i.prev().attr({"aria-selected":"false","aria-expanded":"false"}),n.length&&i.length?i.prev().attr({tabIndex:-1,"aria-expanded":"false"}):n.length&&this.headers.filter((function(){return 0===parseInt(t(this).attr("tabIndex"),10)})).attr("tabIndex",-1),n.attr("aria-hidden","false").prev().attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0})},_animate:function(t,e,n){var i,o,r,s=this,a=0,c=t.css("box-sizing"),l=t.length&&(!e.length||t.index()",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:"> *",menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.lastMousePosition={x:null,y:null},this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget ui-widget-content"),this._on({"mousedown .ui-menu-item":function(t){t.preventDefault(),this._activateItem(t)},"click .ui-menu-item":function(e){var n=t(e.target),i=t(t.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&n.not(".ui-state-disabled").length&&(this.select(e),e.isPropagationStopped()||(this.mouseHandled=!0),n.has(".ui-menu").length?this.expand(e):!this.element.is(":focus")&&i.closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":"_activateItem","mousemove .ui-menu-item":"_activateItem",mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(t,e){var n=this.active||this._menuItems().first();e||this.focus(t,n)},blur:function(e){this._delay((function(){!t.contains(this.element[0],t.ui.safeActiveElement(this.document[0]))&&this.collapseAll(e)}))},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(t){this._closeOnDocumentClick(t)&&this.collapseAll(t,!0),this.mouseHandled=!1}})},_activateItem:function(e){if(!this.previousFilter&&(e.clientX!==this.lastMousePosition.x||e.clientY!==this.lastMousePosition.y)){this.lastMousePosition={x:e.clientX,y:e.clientY};var n=t(e.target).closest(".ui-menu-item"),i=t(e.currentTarget);n[0]===i[0]&&(i.is(".ui-state-active")||(this._removeClass(i.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(e,i)))}},_destroy:function(){var e=this.element.find(".ui-menu-item").removeAttr("role aria-disabled").children(".ui-menu-item-wrapper").removeUniqueId().removeAttr("tabIndex role aria-haspopup");this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeAttr("role aria-labelledby aria-expanded aria-hidden aria-disabled tabIndex").removeUniqueId().show(),e.children().each((function(){var e=t(this);e.data("ui-menu-submenu-caret")&&e.remove()}))},_keydown:function(e){var n,i,o,r,s=!0;switch(e.keyCode){case t.ui.keyCode.PAGE_UP:this.previousPage(e);break;case t.ui.keyCode.PAGE_DOWN:this.nextPage(e);break;case t.ui.keyCode.HOME:this._move("first","first",e);break;case t.ui.keyCode.END:this._move("last","last",e);break;case t.ui.keyCode.UP:this.previous(e);break;case t.ui.keyCode.DOWN:this.next(e);break;case t.ui.keyCode.LEFT:this.collapse(e);break;case t.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(e);break;case t.ui.keyCode.ENTER:case t.ui.keyCode.SPACE:this._activate(e);break;case t.ui.keyCode.ESCAPE:this.collapse(e);break;default:s=!1,i=this.previousFilter||"",r=!1,o=e.keyCode>=96&&e.keyCode<=105?(e.keyCode-96).toString():String.fromCharCode(e.keyCode),clearTimeout(this.filterTimer),o===i?r=!0:o=i+o,n=this._filterMenuItems(o),(n=r&&-1!==n.index(this.active.next())?this.active.nextAll(".ui-menu-item"):n).length||(o=String.fromCharCode(e.keyCode),n=this._filterMenuItems(o)),n.length?(this.focus(e,n),this.previousFilter=o,this.filterTimer=this._delay((function(){delete this.previousFilter}),1e3)):delete this.previousFilter}s&&e.preventDefault()},_activate:function(t){this.active&&!this.active.is(".ui-state-disabled")&&(this.active.children("[aria-haspopup='true']").length?this.expand(t):this.select(t))},refresh:function(){var e,n,i,o,r=this,s=this.options.icons.submenu,a=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length),n=a.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each((function(){var e=t(this),n=e.prev(),i=t("").data("ui-menu-submenu-caret",!0);r._addClass(i,"ui-menu-icon","ui-icon "+s),n.attr("aria-haspopup","true").prepend(i),e.attr("aria-labelledby",n.attr("id"))})),this._addClass(n,"ui-menu","ui-widget ui-widget-content ui-front"),(e=a.add(this.element).find(this.options.items)).not(".ui-menu-item").each((function(){var e=t(this);r._isDivider(e)&&r._addClass(e,"ui-menu-divider","ui-widget-content")})),o=(i=e.not(".ui-menu-item, .ui-menu-divider")).children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),this._addClass(i,"ui-menu-item")._addClass(o,"ui-menu-item-wrapper"),e.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!t.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(t,e){if("icons"===t){var n=this.element.find(".ui-menu-icon");this._removeClass(n,null,this.options.icons.submenu)._addClass(n,null,e.submenu)}this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",String(t)),this._toggleClass(null,"ui-state-disabled",!!t)},focus:function(t,e){var n,i,o;this.blur(t,t&&"focus"===t.type),this._scrollIntoView(e),this.active=e.first(),i=this.active.children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",i.attr("id")),o=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper"),this._addClass(o,null,"ui-state-active"),t&&"keydown"===t.type?this._close():this.timer=this._delay((function(){this._close()}),this.delay),(n=e.children(".ui-menu")).length&&t&&/^mouse/.test(t.type)&&this._startOpening(n),this.activeMenu=e.parent(),this._trigger("focus",t,{item:e})},_scrollIntoView:function(e){var n,i,o,r,s,a;this._hasScroll()&&(n=parseFloat(t.css(this.activeMenu[0],"borderTopWidth"))||0,i=parseFloat(t.css(this.activeMenu[0],"paddingTop"))||0,o=e.offset().top-this.activeMenu.offset().top-n-i,r=this.activeMenu.scrollTop(),s=this.activeMenu.height(),a=e.outerHeight(),o<0?this.activeMenu.scrollTop(r+o):o+a>s&&this.activeMenu.scrollTop(r+o-s+a))},blur:function(t,e){e||clearTimeout(this.timer),this.active&&(this._removeClass(this.active.children(".ui-menu-item-wrapper"),null,"ui-state-active"),this._trigger("blur",t,{item:this.active}),this.active=null)},_startOpening:function(t){clearTimeout(this.timer),"true"===t.attr("aria-hidden")&&(this.timer=this._delay((function(){this._close(),this._open(t)}),this.delay))},_open:function(e){var n=t.extend({of:this.active},this.options.position);clearTimeout(this.timer),this.element.find(".ui-menu").not(e.parents(".ui-menu")).hide().attr("aria-hidden","true"),e.show().removeAttr("aria-hidden").attr("aria-expanded","true").position(n)},collapseAll:function(e,n){clearTimeout(this.timer),this.timer=this._delay((function(){var i=n?this.element:t(e&&e.target).closest(this.element.find(".ui-menu"));i.length||(i=this.element),this._close(i),this.blur(e),this._removeClass(i.find(".ui-state-active"),null,"ui-state-active"),this.activeMenu=i}),n?0:this.delay)},_close:function(t){t||(t=this.active?this.active.parent():this.element),t.find(".ui-menu").hide().attr("aria-hidden","true").attr("aria-expanded","false")},_closeOnDocumentClick:function(e){return!t(e.target).closest(".ui-menu").length},_isDivider:function(t){return!/[^\-\u2014\u2013\s]/.test(t.text())},collapse:function(t){var e=this.active&&this.active.parent().closest(".ui-menu-item",this.element);e&&e.length&&(this._close(),this.focus(t,e))},expand:function(t){var e=this.active&&this._menuItems(this.active.children(".ui-menu")).first();e&&e.length&&(this._open(e.parent()),this._delay((function(){this.focus(t,e)})))},next:function(t){this._move("next","first",t)},previous:function(t){this._move("prev","last",t)},isFirstItem:function(){return this.active&&!this.active.prevAll(".ui-menu-item").length},isLastItem:function(){return this.active&&!this.active.nextAll(".ui-menu-item").length},_menuItems:function(t){return(t||this.element).find(this.options.items).filter(".ui-menu-item")},_move:function(t,e,n){var i;this.active&&(i="first"===t||"last"===t?this.active["first"===t?"prevAll":"nextAll"](".ui-menu-item").last():this.active[t+"All"](".ui-menu-item").first()),i&&i.length&&this.active||(i=this._menuItems(this.activeMenu)[e]()),this.focus(n,i)},nextPage:function(e){var n,i,o;this.active?this.isLastItem()||(this._hasScroll()?(i=this.active.offset().top,o=this.element.innerHeight(),0===t.fn.jquery.indexOf("3.2.")&&(o+=this.element[0].offsetHeight-this.element.outerHeight()),this.active.nextAll(".ui-menu-item").each((function(){return(n=t(this)).offset().top-i-o<0})),this.focus(e,n)):this.focus(e,this._menuItems(this.activeMenu)[this.active?"last":"first"]())):this.next(e)},previousPage:function(e){var n,i,o;this.active?this.isFirstItem()||(this._hasScroll()?(i=this.active.offset().top,o=this.element.innerHeight(),0===t.fn.jquery.indexOf("3.2.")&&(o+=this.element[0].offsetHeight-this.element.outerHeight()),this.active.prevAll(".ui-menu-item").each((function(){return(n=t(this)).offset().top-i+o>0})),this.focus(e,n)):this.focus(e,this._menuItems(this.activeMenu).first())):this.next(e)},_hasScroll:function(){return this.element.outerHeight()",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,liveRegionTimer:null,_create:function(){var e,n,i,o=this.element[0].nodeName.toLowerCase(),r="textarea"===o,s="input"===o;this.isMultiLine=r||!s&&this._isContentEditable(this.element),this.valueMethod=this.element[r||s?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(o){if(this.element.prop("readOnly"))return e=!0,i=!0,void(n=!0);e=!1,i=!1,n=!1;var r=t.ui.keyCode;switch(o.keyCode){case r.PAGE_UP:e=!0,this._move("previousPage",o);break;case r.PAGE_DOWN:e=!0,this._move("nextPage",o);break;case r.UP:e=!0,this._keyEvent("previous",o);break;case r.DOWN:e=!0,this._keyEvent("next",o);break;case r.ENTER:this.menu.active&&(e=!0,o.preventDefault(),this.menu.select(o));break;case r.TAB:this.menu.active&&this.menu.select(o);break;case r.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(o),o.preventDefault());break;default:n=!0,this._searchTimeout(o)}},keypress:function(i){if(e)return e=!1,void(this.isMultiLine&&!this.menu.element.is(":visible")||i.preventDefault());if(!n){var o=t.ui.keyCode;switch(i.keyCode){case o.PAGE_UP:this._move("previousPage",i);break;case o.PAGE_DOWN:this._move("nextPage",i);break;case o.UP:this._keyEvent("previous",i);break;case o.DOWN:this._keyEvent("next",i)}}},input:function(t){if(i)return i=!1,void t.preventDefault();this._searchTimeout(t)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(t){clearTimeout(this.searching),this.close(t),this._change(t)}}),this._initSource(),this.menu=t("
          ").appendTo(this._appendTo()).menu({role:null}).hide().attr({unselectable:"on"}).menu("instance"),this._addClass(this.menu.element,"ui-autocomplete","ui-front"),this._on(this.menu.element,{mousedown:function(t){t.preventDefault()},menufocus:function(e,n){var i,o;if(this.isNewMenu&&(this.isNewMenu=!1,e.originalEvent&&/^mouse/.test(e.originalEvent.type)))return this.menu.blur(),void this.document.one("mousemove",(function(){t(e.target).trigger(e.originalEvent)}));o=n.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",e,{item:o})&&e.originalEvent&&/^key/.test(e.originalEvent.type)&&this._value(o.value),(i=n.item.attr("aria-label")||o.value)&&String.prototype.trim.call(i).length&&(clearTimeout(this.liveRegionTimer),this.liveRegionTimer=this._delay((function(){this.liveRegion.html(t("
          ").text(i))}),100))},menuselect:function(e,n){var i=n.item.data("ui-autocomplete-item"),o=this.previous;this.element[0]!==t.ui.safeActiveElement(this.document[0])&&(this.element.trigger("focus"),this.previous=o,this._delay((function(){this.previous=o,this.selectedItem=i}))),!1!==this._trigger("select",e,{item:i})&&this._value(i.value),this.term=this._value(),this.close(e),this.selectedItem=i}}),this.liveRegion=t("
          ",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(t,e){this._super(t,e),"source"===t&&this._initSource(),"appendTo"===t&&this.menu.element.appendTo(this._appendTo()),"disabled"===t&&e&&this.xhr&&this.xhr.abort()},_isEventTargetInWidget:function(e){var n=this.menu.element[0];return e.target===this.element[0]||e.target===n||t.contains(n,e.target)},_closeOnClickOutside:function(t){this._isEventTargetInWidget(t)||this.close()},_appendTo:function(){var e=this.options.appendTo;return e&&(e=e.jquery||e.nodeType?t(e):this.document.find(e).eq(0)),e&&e[0]||(e=this.element.closest(".ui-front, dialog")),e.length||(e=this.document[0].body),e},_initSource:function(){var e,n,i=this;Array.isArray(this.options.source)?(e=this.options.source,this.source=function(n,i){i(t.ui.autocomplete.filter(e,n.term))}):"string"==typeof this.options.source?(n=this.options.source,this.source=function(e,o){i.xhr&&i.xhr.abort(),i.xhr=t.ajax({url:n,data:e,dataType:"json",success:function(t){o(t)},error:function(){o([])}})}):this.source=this.options.source},_searchTimeout:function(t){clearTimeout(this.searching),this.searching=this._delay((function(){var e=this.term===this._value(),n=this.menu.element.is(":visible"),i=t.altKey||t.ctrlKey||t.metaKey||t.shiftKey;e&&(!e||n||i)||(this.selectedItem=null,this.search(null,t))}),this.options.delay)},search:function(t,e){return t=null!=t?t:this._value(),this.term=this._value(),t.length").append(t("
          ").text(n.label)).appendTo(e)},_move:function(t,e){if(this.menu.element.is(":visible"))return this.menu.isFirstItem()&&/^previous/.test(t)||this.menu.isLastItem()&&/^next/.test(t)?(this.isMultiLine||this._value(this.term),void this.menu.blur()):void this.menu[t](e);this.search(null,e)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(t,e){this.isMultiLine&&!this.menu.element.is(":visible")||(this._move(t,e),e.preventDefault())},_isContentEditable:function(t){if(!t.length)return!1;var e=t.prop("contentEditable");return"inherit"===e?this._isContentEditable(t.parent()):"true"===e}}),t.extend(t.ui.autocomplete,{escapeRegex:function(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(e,n){var i=new RegExp(t.ui.autocomplete.escapeRegex(n),"i");return t.grep(e,(function(t){return i.test(t.label||t.value||t)}))}}),t.widget("ui.autocomplete",t.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(t){return t+(t>1?" results are":" result is")+" available, use up and down arrow keys to navigate."}}},__response:function(e){var n;this._superApply(arguments),this.options.disabled||this.cancelSearch||(n=e&&e.length?this.options.messages.results(e.length):this.options.messages.noResults,clearTimeout(this.liveRegionTimer),this.liveRegionTimer=this._delay((function(){this.liveRegion.html(t("
          ").text(n))}),100))}}),t.ui.autocomplete;var D,S=/ui-corner-([a-z]){2,6}/g;function T(){this._curInst=null,this._keyEvent=!1,this._disabledInputs=[],this._datepickerShowing=!1,this._inDialog=!1,this._mainDivId="ui-datepicker-div",this._inlineClass="ui-datepicker-inline",this._appendClass="ui-datepicker-append",this._triggerClass="ui-datepicker-trigger",this._dialogClass="ui-datepicker-dialog",this._disableClass="ui-datepicker-disabled",this._unselectableClass="ui-datepicker-unselectable",this._currentClass="ui-datepicker-current-day",this._dayOverClass="ui-datepicker-days-cell-over",this.regional=[],this.regional[""]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"mm/dd/yy",firstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:"",selectMonthLabel:"Select month",selectYearLabel:"Select year"},this._defaults={showOn:"focus",showAnim:"fadeIn",showOptions:{},defaultDate:null,appendText:"",buttonText:"...",buttonImage:"",buttonImageOnly:!1,hideIfNoPrevNext:!1,navigationAsDateFormat:!1,gotoCurrent:!1,changeMonth:!1,changeYear:!1,yearRange:"c-10:c+10",showOtherMonths:!1,selectOtherMonths:!1,showWeek:!1,calculateWeek:this.iso8601Week,shortYearCutoff:"+10",minDate:null,maxDate:null,duration:"fast",beforeShowDay:null,beforeShow:null,onSelect:null,onChangeMonthYear:null,onClose:null,onUpdateDatepicker:null,numberOfMonths:1,showCurrentAtPos:0,stepMonths:1,stepBigMonths:12,altField:"",altFormat:"",constrainInput:!0,showButtonPanel:!1,autoSize:!1,disabled:!1},t.extend(this._defaults,this.regional[""]),this.regional.en=t.extend(!0,{},this.regional[""]),this.regional["en-US"]=t.extend(!0,{},this.regional.en),this.dpDiv=O(t("
          "))}function O(e){var n="button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a";return e.on("mouseout",n,(function(){t(this).removeClass("ui-state-hover"),-1!==this.className.indexOf("ui-datepicker-prev")&&t(this).removeClass("ui-datepicker-prev-hover"),-1!==this.className.indexOf("ui-datepicker-next")&&t(this).removeClass("ui-datepicker-next-hover")})).on("mouseover",n,M)}function M(){t.datepicker._isDisabledDatepicker(D.inline?D.dpDiv.parent()[0]:D.input[0])||(t(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover"),t(this).addClass("ui-state-hover"),-1!==this.className.indexOf("ui-datepicker-prev")&&t(this).addClass("ui-datepicker-prev-hover"),-1!==this.className.indexOf("ui-datepicker-next")&&t(this).addClass("ui-datepicker-next-hover"))}function P(e,n){for(var i in t.extend(e,n),n)null==n[i]&&(e[i]=n[i]);return e}t.widget("ui.controlgroup",{version:"1.13.3",defaultElement:"
          ",options:{direction:"horizontal",disabled:null,onlyVisible:!0,items:{button:"input[type=button], input[type=submit], input[type=reset], button, a",controlgroupLabel:".ui-controlgroup-label",checkboxradio:"input[type='checkbox'], input[type='radio']",selectmenu:"select",spinner:".ui-spinner-input"}},_create:function(){this._enhance()},_enhance:function(){this.element.attr("role","toolbar"),this.refresh()},_destroy:function(){this._callChildMethod("destroy"),this.childWidgets.removeData("ui-controlgroup-data"),this.element.removeAttr("role"),this.options.items.controlgroupLabel&&this.element.find(this.options.items.controlgroupLabel).find(".ui-controlgroup-label-contents").contents().unwrap()},_initWidgets:function(){var e=this,n=[];t.each(this.options.items,(function(i,o){var r,s={};if(o)return"controlgroupLabel"===i?((r=e.element.find(o)).each((function(){var e=t(this);e.children(".ui-controlgroup-label-contents").length||e.contents().wrapAll("")})),e._addClass(r,null,"ui-widget ui-widget-content ui-state-default"),void(n=n.concat(r.get()))):void(t.fn[i]&&(s=e["_"+i+"Options"]?e["_"+i+"Options"]("middle"):{classes:{}},e.element.find(o).each((function(){var o=t(this),r=o[i]("instance"),a=t.widget.extend({},s);if("button"!==i||!o.parent(".ui-spinner").length){r||(r=o[i]()[i]("instance")),r&&(a.classes=e._resolveClassesValues(a.classes,r)),o[i](a);var c=o[i]("widget");t.data(c[0],"ui-controlgroup-data",r||o[i]("instance")),n.push(c[0])}}))))})),this.childWidgets=t(t.uniqueSort(n)),this._addClass(this.childWidgets,"ui-controlgroup-item")},_callChildMethod:function(e){this.childWidgets.each((function(){var n=t(this).data("ui-controlgroup-data");n&&n[e]&&n[e]()}))},_updateCornerClass:function(t,e){var n=this._buildSimpleOptions(e,"label").classes.label;this._removeClass(t,null,"ui-corner-top ui-corner-bottom ui-corner-left ui-corner-right ui-corner-all"),this._addClass(t,null,n)},_buildSimpleOptions:function(t,e){var n="vertical"===this.options.direction,i={classes:{}};return i.classes[e]={middle:"",first:"ui-corner-"+(n?"top":"left"),last:"ui-corner-"+(n?"bottom":"right"),only:"ui-corner-all"}[t],i},_spinnerOptions:function(t){var e=this._buildSimpleOptions(t,"ui-spinner");return e.classes["ui-spinner-up"]="",e.classes["ui-spinner-down"]="",e},_buttonOptions:function(t){return this._buildSimpleOptions(t,"ui-button")},_checkboxradioOptions:function(t){return this._buildSimpleOptions(t,"ui-checkboxradio-label")},_selectmenuOptions:function(t){var e="vertical"===this.options.direction;return{width:!!e&&"auto",classes:{middle:{"ui-selectmenu-button-open":"","ui-selectmenu-button-closed":""},first:{"ui-selectmenu-button-open":"ui-corner-"+(e?"top":"tl"),"ui-selectmenu-button-closed":"ui-corner-"+(e?"top":"left")},last:{"ui-selectmenu-button-open":e?"":"ui-corner-tr","ui-selectmenu-button-closed":"ui-corner-"+(e?"bottom":"right")},only:{"ui-selectmenu-button-open":"ui-corner-top","ui-selectmenu-button-closed":"ui-corner-all"}}[t]}},_resolveClassesValues:function(e,n){var i={};return t.each(e,(function(t){var o=n.options.classes[t]||"";o=String.prototype.trim.call(o.replace(S,"")),i[t]=(o+" "+e[t]).replace(/\s+/g," ")})),i},_setOption:function(t,e){"direction"===t&&this._removeClass("ui-controlgroup-"+this.options.direction),this._super(t,e),"disabled"!==t?this.refresh():this._callChildMethod(e?"disable":"enable")},refresh:function(){var e,n=this;this._addClass("ui-controlgroup ui-controlgroup-"+this.options.direction),"horizontal"===this.options.direction&&this._addClass(null,"ui-helper-clearfix"),this._initWidgets(),e=this.childWidgets,this.options.onlyVisible&&(e=e.filter(":visible")),e.length&&(t.each(["first","last"],(function(t,i){var o=e[i]().data("ui-controlgroup-data");if(o&&n["_"+o.widgetName+"Options"]){var r=n["_"+o.widgetName+"Options"](1===e.length?"only":i);r.classes=n._resolveClassesValues(r.classes,o),o.element[o.widgetName](r)}else n._updateCornerClass(e[i](),i)})),this._callChildMethod("refresh"))}}),t.widget("ui.checkboxradio",[t.ui.formResetMixin,{version:"1.13.3",options:{disabled:null,label:null,icon:!0,classes:{"ui-checkboxradio-label":"ui-corner-all","ui-checkboxradio-icon":"ui-corner-all"}},_getCreateOptions:function(){var e,n,i,o=this._super()||{};return this._readType(),n=this.element.labels(),this.label=t(n[n.length-1]),this.label.length||t.error("No label found for checkboxradio widget"),this.originalLabel="",(i=this.label.contents().not(this.element[0])).length&&(this.originalLabel+=i.clone().wrapAll("
          ").parent().html()),this.originalLabel&&(o.label=this.originalLabel),null!=(e=this.element[0].disabled)&&(o.disabled=e),o},_create:function(){var t=this.element[0].checked;this._bindFormResetHandler(),null==this.options.disabled&&(this.options.disabled=this.element[0].disabled),this._setOption("disabled",this.options.disabled),this._addClass("ui-checkboxradio","ui-helper-hidden-accessible"),this._addClass(this.label,"ui-checkboxradio-label","ui-button ui-widget"),"radio"===this.type&&this._addClass(this.label,"ui-checkboxradio-radio-label"),this.options.label&&this.options.label!==this.originalLabel?this._updateLabel():this.originalLabel&&(this.options.label=this.originalLabel),this._enhance(),t&&this._addClass(this.label,"ui-checkboxradio-checked","ui-state-active"),this._on({change:"_toggleClasses",focus:function(){this._addClass(this.label,null,"ui-state-focus ui-visual-focus")},blur:function(){this._removeClass(this.label,null,"ui-state-focus ui-visual-focus")}})},_readType:function(){var e=this.element[0].nodeName.toLowerCase();this.type=this.element[0].type,"input"===e&&/radio|checkbox/.test(this.type)||t.error("Can't create checkboxradio on element.nodeName="+e+" and element.type="+this.type)},_enhance:function(){this._updateIcon(this.element[0].checked)},widget:function(){return this.label},_getRadioGroup:function(){var e=this.element[0].name,n="input[name='"+t.escapeSelector(e)+"']";return e?(this.form.length?t(this.form[0].elements).filter(n):t(n).filter((function(){return 0===t(this)._form().length}))).not(this.element):t([])},_toggleClasses:function(){var e=this.element[0].checked;this._toggleClass(this.label,"ui-checkboxradio-checked","ui-state-active",e),this.options.icon&&"checkbox"===this.type&&this._toggleClass(this.icon,null,"ui-icon-check ui-state-checked",e)._toggleClass(this.icon,null,"ui-icon-blank",!e),"radio"===this.type&&this._getRadioGroup().each((function(){var e=t(this).checkboxradio("instance");e&&e._removeClass(e.label,"ui-checkboxradio-checked","ui-state-active")}))},_destroy:function(){this._unbindFormResetHandler(),this.icon&&(this.icon.remove(),this.iconSpace.remove())},_setOption:function(t,e){if("label"!==t||e){if(this._super(t,e),"disabled"===t)return this._toggleClass(this.label,null,"ui-state-disabled",e),void(this.element[0].disabled=e);this.refresh()}},_updateIcon:function(e){var n="ui-icon ui-icon-background ";this.options.icon?(this.icon||(this.icon=t(""),this.iconSpace=t(" "),this._addClass(this.iconSpace,"ui-checkboxradio-icon-space")),"checkbox"===this.type?(n+=e?"ui-icon-check ui-state-checked":"ui-icon-blank",this._removeClass(this.icon,null,e?"ui-icon-blank":"ui-icon-check")):n+="ui-icon-blank",this._addClass(this.icon,"ui-checkboxradio-icon",n),e||this._removeClass(this.icon,null,"ui-icon-check ui-state-checked"),this.icon.prependTo(this.label).after(this.iconSpace)):void 0!==this.icon&&(this.icon.remove(),this.iconSpace.remove(),delete this.icon)},_updateLabel:function(){var t=this.label.contents().not(this.element[0]);this.icon&&(t=t.not(this.icon[0])),this.iconSpace&&(t=t.not(this.iconSpace[0])),t.remove(),this.label.append(this.options.label)},refresh:function(){var t=this.element[0].checked,e=this.element[0].disabled;this._updateIcon(t),this._toggleClass(this.label,"ui-checkboxradio-checked","ui-state-active",t),null!==this.options.label&&this._updateLabel(),e!==this.options.disabled&&this._setOptions({disabled:e})}}]),t.ui.checkboxradio,t.widget("ui.button",{version:"1.13.3",defaultElement:"
          "+(G[0]>0&&B===G[1]-1?"
          ":""):"")}x+=k}return x+=u,e._keyEvent=!1,x},_generateMonthYearHeader:function(t,e,n,i,o,r,s,a){var c,l,u,h,d,p,A,f,g=this._get(t,"changeMonth"),m=this._get(t,"changeYear"),b=this._get(t,"showMonthAfterYear"),C=this._get(t,"selectMonthLabel"),v=this._get(t,"selectYearLabel"),x="
          ",w="";if(r||!g)w+=""+s[e]+"";else{for(c=i&&i.getFullYear()===n,l=o&&o.getFullYear()===n,w+=""}if(b||(x+=w+(!r&&g&&m?"":" ")),!t.yearshtml)if(t.yearshtml="",r||!m)x+=""+n+"";else{for(h=this._get(t,"yearRange").split(":"),d=(new Date).getFullYear(),p=function(t){var e=t.match(/c[+\-].*/)?n+parseInt(t.substring(1),10):t.match(/[+\-].*/)?d+parseInt(t,10):parseInt(t,10);return isNaN(e)?d:e},A=p(h[0]),f=Math.max(A,p(h[1]||"")),A=i?Math.max(A,i.getFullYear()):A,f=o?Math.min(f,o.getFullYear()):f,t.yearshtml+="",x+=t.yearshtml,t.yearshtml=null}return x+=this._get(t,"yearSuffix"),b&&(x+=(!r&&g&&m?"":" ")+w),x+"
          "},_adjustInstDate:function(t,e,n){var i=t.selectedYear+("Y"===n?e:0),o=t.selectedMonth+("M"===n?e:0),r=Math.min(t.selectedDay,this._getDaysInMonth(i,o))+("D"===n?e:0),s=this._restrictMinMax(t,this._daylightSavingAdjust(new Date(i,o,r)));t.selectedDay=s.getDate(),t.drawMonth=t.selectedMonth=s.getMonth(),t.drawYear=t.selectedYear=s.getFullYear(),"M"!==n&&"Y"!==n||this._notifyChange(t)},_restrictMinMax:function(t,e){var n=this._getMinMaxDate(t,"min"),i=this._getMinMaxDate(t,"max"),o=n&&ei?i:o},_notifyChange:function(t){var e=this._get(t,"onChangeMonthYear");e&&e.apply(t.input?t.input[0]:null,[t.selectedYear,t.selectedMonth+1,t])},_getNumberOfMonths:function(t){var e=this._get(t,"numberOfMonths");return null==e?[1,1]:"number"==typeof e?[1,e]:e},_getMinMaxDate:function(t,e){return this._determineDate(t,this._get(t,e+"Date"),null)},_getDaysInMonth:function(t,e){return 32-this._daylightSavingAdjust(new Date(t,e,32)).getDate()},_getFirstDayOfMonth:function(t,e){return new Date(t,e,1).getDay()},_canAdjustMonth:function(t,e,n,i){var o=this._getNumberOfMonths(t),r=this._daylightSavingAdjust(new Date(n,i+(e<0?e:o[0]*o[1]),1));return e<0&&r.setDate(this._getDaysInMonth(r.getFullYear(),r.getMonth())),this._isInRange(t,r)},_isInRange:function(t,e){var n,i,o=this._getMinMaxDate(t,"min"),r=this._getMinMaxDate(t,"max"),s=null,a=null,c=this._get(t,"yearRange");return c&&(n=c.split(":"),i=(new Date).getFullYear(),s=parseInt(n[0],10),a=parseInt(n[1],10),n[0].match(/[+\-].*/)&&(s+=i),n[1].match(/[+\-].*/)&&(a+=i)),(!o||e.getTime()>=o.getTime())&&(!r||e.getTime()<=r.getTime())&&(!s||e.getFullYear()>=s)&&(!a||e.getFullYear()<=a)},_getFormatConfig:function(t){var e=this._get(t,"shortYearCutoff");return{shortYearCutoff:e="string"!=typeof e?e:(new Date).getFullYear()%100+parseInt(e,10),dayNamesShort:this._get(t,"dayNamesShort"),dayNames:this._get(t,"dayNames"),monthNamesShort:this._get(t,"monthNamesShort"),monthNames:this._get(t,"monthNames")}},_formatDate:function(t,e,n,i){e||(t.currentDay=t.selectedDay,t.currentMonth=t.selectedMonth,t.currentYear=t.selectedYear);var o=e?"object"==typeof e?e:this._daylightSavingAdjust(new Date(i,n,e)):this._daylightSavingAdjust(new Date(t.currentYear,t.currentMonth,t.currentDay));return this.formatDate(this._get(t,"dateFormat"),o,this._getFormatConfig(t))}}),t.fn.datepicker=function(e){if(!this.length)return this;t.datepicker.initialized||(t(document).on("mousedown",t.datepicker._checkExternalClick),t.datepicker.initialized=!0),0===t("#"+t.datepicker._mainDivId).length&&t("body").append(t.datepicker.dpDiv);var n=Array.prototype.slice.call(arguments,1);return"string"!=typeof e||"isDisabled"!==e&&"getDate"!==e&&"widget"!==e?"option"===e&&2===arguments.length&&"string"==typeof arguments[1]?t.datepicker["_"+e+"Datepicker"].apply(t.datepicker,[this[0]].concat(n)):this.each((function(){"string"==typeof e?t.datepicker["_"+e+"Datepicker"].apply(t.datepicker,[this].concat(n)):t.datepicker._attachDatepicker(this,e)})):t.datepicker["_"+e+"Datepicker"].apply(t.datepicker,[this[0]].concat(n))},t.datepicker=new T,t.datepicker.initialized=!1,t.datepicker.uuid=(new Date).getTime(),t.datepicker.version="1.13.3",t.datepicker,t.ui.ie=!!/msie [\w.]+/.exec(navigator.userAgent.toLowerCase());var R,N=!1;function H(t){return function(){var e=this.element.val();t.apply(this,arguments),this._refresh(),e!==this.element.val()&&this._trigger("change")}}t(document).on("mouseup",(function(){N=!1})),t.widget("ui.mouse",{version:"1.13.3",options:{cancel:"input, textarea, button, select, option",distance:1,delay:0},_mouseInit:function(){var e=this;this.element.on("mousedown."+this.widgetName,(function(t){return e._mouseDown(t)})).on("click."+this.widgetName,(function(n){if(!0===t.data(n.target,e.widgetName+".preventClickEvent"))return t.removeData(n.target,e.widgetName+".preventClickEvent"),n.stopImmediatePropagation(),!1})),this.started=!1},_mouseDestroy:function(){this.element.off("."+this.widgetName),this._mouseMoveDelegate&&this.document.off("mousemove."+this.widgetName,this._mouseMoveDelegate).off("mouseup."+this.widgetName,this._mouseUpDelegate)},_mouseDown:function(e){if(!N){this._mouseMoved=!1,this._mouseStarted&&this._mouseUp(e),this._mouseDownEvent=e;var n=this,i=1===e.which,o=!("string"!=typeof this.options.cancel||!e.target.nodeName)&&t(e.target).closest(this.options.cancel).length;return!(i&&!o&&this._mouseCapture(e)&&(this.mouseDelayMet=!this.options.delay,this.mouseDelayMet||(this._mouseDelayTimer=setTimeout((function(){n.mouseDelayMet=!0}),this.options.delay)),this._mouseDistanceMet(e)&&this._mouseDelayMet(e)&&(this._mouseStarted=!1!==this._mouseStart(e),!this._mouseStarted)?(e.preventDefault(),0):(!0===t.data(e.target,this.widgetName+".preventClickEvent")&&t.removeData(e.target,this.widgetName+".preventClickEvent"),this._mouseMoveDelegate=function(t){return n._mouseMove(t)},this._mouseUpDelegate=function(t){return n._mouseUp(t)},this.document.on("mousemove."+this.widgetName,this._mouseMoveDelegate).on("mouseup."+this.widgetName,this._mouseUpDelegate),e.preventDefault(),N=!0,0)))}},_mouseMove:function(e){if(this._mouseMoved){if(t.ui.ie&&(!document.documentMode||document.documentMode<9)&&!e.button)return this._mouseUp(e);if(!e.which)if(e.originalEvent.altKey||e.originalEvent.ctrlKey||e.originalEvent.metaKey||e.originalEvent.shiftKey)this.ignoreMissingWhich=!0;else if(!this.ignoreMissingWhich)return this._mouseUp(e)}return(e.which||e.button)&&(this._mouseMoved=!0),this._mouseStarted?(this._mouseDrag(e),e.preventDefault()):(this._mouseDistanceMet(e)&&this._mouseDelayMet(e)&&(this._mouseStarted=!1!==this._mouseStart(this._mouseDownEvent,e),this._mouseStarted?this._mouseDrag(e):this._mouseUp(e)),!this._mouseStarted)},_mouseUp:function(e){this.document.off("mousemove."+this.widgetName,this._mouseMoveDelegate).off("mouseup."+this.widgetName,this._mouseUpDelegate),this._mouseStarted&&(this._mouseStarted=!1,e.target===this._mouseDownEvent.target&&t.data(e.target,this.widgetName+".preventClickEvent",!0),this._mouseStop(e)),this._mouseDelayTimer&&(clearTimeout(this._mouseDelayTimer),delete this._mouseDelayTimer),this.ignoreMissingWhich=!1,N=!1,e.preventDefault()},_mouseDistanceMet:function(t){return Math.max(Math.abs(this._mouseDownEvent.pageX-t.pageX),Math.abs(this._mouseDownEvent.pageY-t.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return!0}}),t.ui.plugin={add:function(e,n,i){var o,r=t.ui[e].prototype;for(o in i)r.plugins[o]=r.plugins[o]||[],r.plugins[o].push([n,i[o]])},call:function(t,e,n,i){var o,r=t.plugins[e];if(r&&(i||t.element[0].parentNode&&11!==t.element[0].parentNode.nodeType))for(o=0;o0||(this.handle=this._getHandle(e),!this.handle||(this._blurActiveElement(e),this._blockFrames(!0===n.iframeFix?"iframe":n.iframeFix),0)))},_blockFrames:function(e){this.iframeBlocks=this.document.find(e).map((function(){var e=t(this);return t("
          ").css("position","absolute").appendTo(e.parent()).outerWidth(e.outerWidth()).outerHeight(e.outerHeight()).offset(e.offset())[0]}))},_unblockFrames:function(){this.iframeBlocks&&(this.iframeBlocks.remove(),delete this.iframeBlocks)},_blurActiveElement:function(e){var n=t.ui.safeActiveElement(this.document[0]);t(e.target).closest(n).length||t.ui.safeBlur(n)},_mouseStart:function(e){var n=this.options;return this.helper=this._createHelper(e),this._addClass(this.helper,"ui-draggable-dragging"),this._cacheHelperProportions(),t.ui.ddmanager&&(t.ui.ddmanager.current=this),this._cacheMargins(),this.cssPosition=this.helper.css("position"),this.scrollParent=this.helper.scrollParent(!0),this.offsetParent=this.helper.offsetParent(),this.hasFixedAncestor=this.helper.parents().filter((function(){return"fixed"===t(this).css("position")})).length>0,this.positionAbs=this.element.offset(),this._refreshOffsets(e),this.originalPosition=this.position=this._generatePosition(e,!1),this.originalPageX=e.pageX,this.originalPageY=e.pageY,n.cursorAt&&this._adjustOffsetFromHelper(n.cursorAt),this._setContainment(),!1===this._trigger("start",e)?(this._clear(),!1):(this._cacheHelperProportions(),t.ui.ddmanager&&!n.dropBehaviour&&t.ui.ddmanager.prepareOffsets(this,e),this._mouseDrag(e,!0),t.ui.ddmanager&&t.ui.ddmanager.dragStart(this,e),!0)},_refreshOffsets:function(t){this.offset={top:this.positionAbs.top-this.margins.top,left:this.positionAbs.left-this.margins.left,scroll:!1,parent:this._getParentOffset(),relative:this._getRelativeOffset()},this.offset.click={left:t.pageX-this.offset.left,top:t.pageY-this.offset.top}},_mouseDrag:function(e,n){if(this.hasFixedAncestor&&(this.offset.parent=this._getParentOffset()),this.position=this._generatePosition(e,!0),this.positionAbs=this._convertPositionTo("absolute"),!n){var i=this._uiHash();if(!1===this._trigger("drag",e,i))return this._mouseUp(new t.Event("mouseup",e)),!1;this.position=i.position}return this.helper[0].style.left=this.position.left+"px",this.helper[0].style.top=this.position.top+"px",t.ui.ddmanager&&t.ui.ddmanager.drag(this,e),!1},_mouseStop:function(e){var n=this,i=!1;return t.ui.ddmanager&&!this.options.dropBehaviour&&(i=t.ui.ddmanager.drop(this,e)),this.dropped&&(i=this.dropped,this.dropped=!1),"invalid"===this.options.revert&&!i||"valid"===this.options.revert&&i||!0===this.options.revert||"function"==typeof this.options.revert&&this.options.revert.call(this.element,i)?t(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),(function(){!1!==n._trigger("stop",e)&&n._clear()})):!1!==this._trigger("stop",e)&&this._clear(),!1},_mouseUp:function(e){return this._unblockFrames(),t.ui.ddmanager&&t.ui.ddmanager.dragStop(this,e),this.handleElement.is(e.target)&&this.element.trigger("focus"),t.ui.mouse.prototype._mouseUp.call(this,e)},cancel:function(){return this.helper.is(".ui-draggable-dragging")?this._mouseUp(new t.Event("mouseup",{target:this.element[0]})):this._clear(),this},_getHandle:function(e){return!this.options.handle||!!t(e.target).closest(this.element.find(this.options.handle)).length},_setHandleClassName:function(){this.handleElement=this.options.handle?this.element.find(this.options.handle):this.element,this._addClass(this.handleElement,"ui-draggable-handle")},_removeHandleClassName:function(){this._removeClass(this.handleElement,"ui-draggable-handle")},_createHelper:function(e){var n=this.options,i="function"==typeof n.helper,o=i?t(n.helper.apply(this.element[0],[e])):"clone"===n.helper?this.element.clone().removeAttr("id"):this.element;return o.parents("body").length||o.appendTo("parent"===n.appendTo?this.element[0].parentNode:n.appendTo),i&&o[0]===this.element[0]&&this._setPositionRelative(),o[0]===this.element[0]||/(fixed|absolute)/.test(o.css("position"))||o.css("position","absolute"),o},_setPositionRelative:function(){/^(?:r|a|f)/.test(this.element.css("position"))||(this.element[0].style.position="relative")},_adjustOffsetFromHelper:function(t){"string"==typeof t&&(t=t.split(" ")),Array.isArray(t)&&(t={left:+t[0],top:+t[1]||0}),"left"in t&&(this.offset.click.left=t.left+this.margins.left),"right"in t&&(this.offset.click.left=this.helperProportions.width-t.right+this.margins.left),"top"in t&&(this.offset.click.top=t.top+this.margins.top),"bottom"in t&&(this.offset.click.top=this.helperProportions.height-t.bottom+this.margins.top)},_isRootNode:function(t){return/(html|body)/i.test(t.tagName)||t===this.document[0]},_getParentOffset:function(){var e=this.offsetParent.offset(),n=this.document[0];return"absolute"===this.cssPosition&&this.scrollParent[0]!==n&&t.contains(this.scrollParent[0],this.offsetParent[0])&&(e.left+=this.scrollParent.scrollLeft(),e.top+=this.scrollParent.scrollTop()),this._isRootNode(this.offsetParent[0])&&(e={top:0,left:0}),{top:e.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:e.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if("relative"!==this.cssPosition)return{top:0,left:0};var t=this.element.position(),e=this._isRootNode(this.scrollParent[0]);return{top:t.top-(parseInt(this.helper.css("top"),10)||0)+(e?0:this.scrollParent.scrollTop()),left:t.left-(parseInt(this.helper.css("left"),10)||0)+(e?0:this.scrollParent.scrollLeft())}},_cacheMargins:function(){this.margins={left:parseInt(this.element.css("marginLeft"),10)||0,top:parseInt(this.element.css("marginTop"),10)||0,right:parseInt(this.element.css("marginRight"),10)||0,bottom:parseInt(this.element.css("marginBottom"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var e,n,i,o=this.options,r=this.document[0];this.relativeContainer=null,o.containment?"window"!==o.containment?"document"!==o.containment?o.containment.constructor!==Array?("parent"===o.containment&&(o.containment=this.helper[0].parentNode),(i=(n=t(o.containment))[0])&&(e=/(scroll|auto)/.test(n.css("overflow")),this.containment=[(parseInt(n.css("borderLeftWidth"),10)||0)+(parseInt(n.css("paddingLeft"),10)||0),(parseInt(n.css("borderTopWidth"),10)||0)+(parseInt(n.css("paddingTop"),10)||0),(e?Math.max(i.scrollWidth,i.offsetWidth):i.offsetWidth)-(parseInt(n.css("borderRightWidth"),10)||0)-(parseInt(n.css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left-this.margins.right,(e?Math.max(i.scrollHeight,i.offsetHeight):i.offsetHeight)-(parseInt(n.css("borderBottomWidth"),10)||0)-(parseInt(n.css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top-this.margins.bottom],this.relativeContainer=n)):this.containment=o.containment:this.containment=[0,0,t(r).width()-this.helperProportions.width-this.margins.left,(t(r).height()||r.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]:this.containment=[t(window).scrollLeft()-this.offset.relative.left-this.offset.parent.left,t(window).scrollTop()-this.offset.relative.top-this.offset.parent.top,t(window).scrollLeft()+t(window).width()-this.helperProportions.width-this.margins.left,t(window).scrollTop()+(t(window).height()||r.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]:this.containment=null},_convertPositionTo:function(t,e){e||(e=this.position);var n="absolute"===t?1:-1,i=this._isRootNode(this.scrollParent[0]);return{top:e.top+this.offset.relative.top*n+this.offset.parent.top*n-("fixed"===this.cssPosition?-this.offset.scroll.top:i?0:this.offset.scroll.top)*n,left:e.left+this.offset.relative.left*n+this.offset.parent.left*n-("fixed"===this.cssPosition?-this.offset.scroll.left:i?0:this.offset.scroll.left)*n}},_generatePosition:function(t,e){var n,i,o,r,s=this.options,a=this._isRootNode(this.scrollParent[0]),c=t.pageX,l=t.pageY;return a&&this.offset.scroll||(this.offset.scroll={top:this.scrollParent.scrollTop(),left:this.scrollParent.scrollLeft()}),e&&(this.containment&&(this.relativeContainer?(i=this.relativeContainer.offset(),n=[this.containment[0]+i.left,this.containment[1]+i.top,this.containment[2]+i.left,this.containment[3]+i.top]):n=this.containment,t.pageX-this.offset.click.leftn[2]&&(c=n[2]+this.offset.click.left),t.pageY-this.offset.click.top>n[3]&&(l=n[3]+this.offset.click.top)),s.grid&&(o=s.grid[1]?this.originalPageY+Math.round((l-this.originalPageY)/s.grid[1])*s.grid[1]:this.originalPageY,l=n?o-this.offset.click.top>=n[1]||o-this.offset.click.top>n[3]?o:o-this.offset.click.top>=n[1]?o-s.grid[1]:o+s.grid[1]:o,r=s.grid[0]?this.originalPageX+Math.round((c-this.originalPageX)/s.grid[0])*s.grid[0]:this.originalPageX,c=n?r-this.offset.click.left>=n[0]||r-this.offset.click.left>n[2]?r:r-this.offset.click.left>=n[0]?r-s.grid[0]:r+s.grid[0]:r),"y"===s.axis&&(c=this.originalPageX),"x"===s.axis&&(l=this.originalPageY)),{top:l-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+("fixed"===this.cssPosition?-this.offset.scroll.top:a?0:this.offset.scroll.top),left:c-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+("fixed"===this.cssPosition?-this.offset.scroll.left:a?0:this.offset.scroll.left)}},_clear:function(){this._removeClass(this.helper,"ui-draggable-dragging"),this.helper[0]===this.element[0]||this.cancelHelperRemoval||this.helper.remove(),this.helper=null,this.cancelHelperRemoval=!1,this.destroyOnClear&&this.destroy()},_trigger:function(e,n,i){return i=i||this._uiHash(),t.ui.plugin.call(this,e,[n,i,this],!0),/^(drag|start|stop)/.test(e)&&(this.positionAbs=this._convertPositionTo("absolute"),i.offset=this.positionAbs),t.Widget.prototype._trigger.call(this,e,n,i)},plugins:{},_uiHash:function(){return{helper:this.helper,position:this.position,originalPosition:this.originalPosition,offset:this.positionAbs}}}),t.ui.plugin.add("draggable","connectToSortable",{start:function(e,n,i){var o=t.extend({},n,{item:i.element});i.sortables=[],t(i.options.connectToSortable).each((function(){var n=t(this).sortable("instance");n&&!n.options.disabled&&(i.sortables.push(n),n.refreshPositions(),n._trigger("activate",e,o))}))},stop:function(e,n,i){var o=t.extend({},n,{item:i.element});i.cancelHelperRemoval=!1,t.each(i.sortables,(function(){var t=this;t.isOver?(t.isOver=0,i.cancelHelperRemoval=!0,t.cancelHelperRemoval=!1,t._storedCSS={position:t.placeholder.css("position"),top:t.placeholder.css("top"),left:t.placeholder.css("left")},t._mouseStop(e),t.options.helper=t.options._helper):(t.cancelHelperRemoval=!0,t._trigger("deactivate",e,o))}))},drag:function(e,n,i){t.each(i.sortables,(function(){var o=!1,r=this;r.positionAbs=i.positionAbs,r.helperProportions=i.helperProportions,r.offset.click=i.offset.click,r._intersectsWith(r.containerCache)&&(o=!0,t.each(i.sortables,(function(){return this.positionAbs=i.positionAbs,this.helperProportions=i.helperProportions,this.offset.click=i.offset.click,this!==r&&this._intersectsWith(this.containerCache)&&t.contains(r.element[0],this.element[0])&&(o=!1),o}))),o?(r.isOver||(r.isOver=1,i._parent=n.helper.parent(),r.currentItem=n.helper.appendTo(r.element).data("ui-sortable-item",!0),r.options._helper=r.options.helper,r.options.helper=function(){return n.helper[0]},e.target=r.currentItem[0],r._mouseCapture(e,!0),r._mouseStart(e,!0,!0),r.offset.click.top=i.offset.click.top,r.offset.click.left=i.offset.click.left,r.offset.parent.left-=i.offset.parent.left-r.offset.parent.left,r.offset.parent.top-=i.offset.parent.top-r.offset.parent.top,i._trigger("toSortable",e),i.dropped=r.element,t.each(i.sortables,(function(){this.refreshPositions()})),i.currentItem=i.element,r.fromOutside=i),r.currentItem&&(r._mouseDrag(e),n.position=r.position)):r.isOver&&(r.isOver=0,r.cancelHelperRemoval=!0,r.options._revert=r.options.revert,r.options.revert=!1,r._trigger("out",e,r._uiHash(r)),r._mouseStop(e,!0),r.options.revert=r.options._revert,r.options.helper=r.options._helper,r.placeholder&&r.placeholder.remove(),n.helper.appendTo(i._parent),i._refreshOffsets(e),n.position=i._generatePosition(e,!0),i._trigger("fromSortable",e),i.dropped=!1,t.each(i.sortables,(function(){this.refreshPositions()})))}))}}),t.ui.plugin.add("draggable","cursor",{start:function(e,n,i){var o=t("body"),r=i.options;o.css("cursor")&&(r._cursor=o.css("cursor")),o.css("cursor",r.cursor)},stop:function(e,n,i){var o=i.options;o._cursor&&t("body").css("cursor",o._cursor)}}),t.ui.plugin.add("draggable","opacity",{start:function(e,n,i){var o=t(n.helper),r=i.options;o.css("opacity")&&(r._opacity=o.css("opacity")),o.css("opacity",r.opacity)},stop:function(e,n,i){var o=i.options;o._opacity&&t(n.helper).css("opacity",o._opacity)}}),t.ui.plugin.add("draggable","scroll",{start:function(t,e,n){n.scrollParentNotHidden||(n.scrollParentNotHidden=n.helper.scrollParent(!1)),n.scrollParentNotHidden[0]!==n.document[0]&&"HTML"!==n.scrollParentNotHidden[0].tagName&&(n.overflowOffset=n.scrollParentNotHidden.offset())},drag:function(e,n,i){var o=i.options,r=!1,s=i.scrollParentNotHidden[0],a=i.document[0];s!==a&&"HTML"!==s.tagName?(o.axis&&"x"===o.axis||(i.overflowOffset.top+s.offsetHeight-e.pageY=0;d--)l=(c=i.snapElements[d].left-i.margins.left)+i.snapElements[d].width,h=(u=i.snapElements[d].top-i.margins.top)+i.snapElements[d].height,ml+f||Ch+f||!t.contains(i.snapElements[d].item.ownerDocument,i.snapElements[d].item)?(i.snapElements[d].snapping&&i.options.snap.release&&i.options.snap.release.call(i.element,e,t.extend(i._uiHash(),{snapItem:i.snapElements[d].item})),i.snapElements[d].snapping=!1):("inner"!==A.snapMode&&(o=Math.abs(u-C)<=f,r=Math.abs(h-b)<=f,s=Math.abs(c-m)<=f,a=Math.abs(l-g)<=f,o&&(n.position.top=i._convertPositionTo("relative",{top:u-i.helperProportions.height,left:0}).top),r&&(n.position.top=i._convertPositionTo("relative",{top:h,left:0}).top),s&&(n.position.left=i._convertPositionTo("relative",{top:0,left:c-i.helperProportions.width}).left),a&&(n.position.left=i._convertPositionTo("relative",{top:0,left:l}).left)),p=o||r||s||a,"outer"!==A.snapMode&&(o=Math.abs(u-b)<=f,r=Math.abs(h-C)<=f,s=Math.abs(c-g)<=f,a=Math.abs(l-m)<=f,o&&(n.position.top=i._convertPositionTo("relative",{top:u,left:0}).top),r&&(n.position.top=i._convertPositionTo("relative",{top:h-i.helperProportions.height,left:0}).top),s&&(n.position.left=i._convertPositionTo("relative",{top:0,left:c}).left),a&&(n.position.left=i._convertPositionTo("relative",{top:0,left:l-i.helperProportions.width}).left)),!i.snapElements[d].snapping&&(o||r||s||a||p)&&i.options.snap.snap&&i.options.snap.snap.call(i.element,e,t.extend(i._uiHash(),{snapItem:i.snapElements[d].item})),i.snapElements[d].snapping=o||r||s||a||p)}}),t.ui.plugin.add("draggable","stack",{start:function(e,n,i){var o,r=i.options,s=t.makeArray(t(r.stack)).sort((function(e,n){return(parseInt(t(e).css("zIndex"),10)||0)-(parseInt(t(n).css("zIndex"),10)||0)}));s.length&&(o=parseInt(t(s[0]).css("zIndex"),10)||0,t(s).each((function(e){t(this).css("zIndex",o+e)})),this.css("zIndex",o+s.length))}}),t.ui.plugin.add("draggable","zIndex",{start:function(e,n,i){var o=t(n.helper),r=i.options;o.css("zIndex")&&(r._zIndex=o.css("zIndex")),o.css("zIndex",r.zIndex)},stop:function(e,n,i){var o=i.options;o._zIndex&&t(n.helper).css("zIndex",o._zIndex)}}),t.ui.draggable,t.widget("ui.resizable",t.ui.mouse,{version:"1.13.3",widgetEventPrefix:"resize",options:{alsoResize:!1,animate:!1,animateDuration:"slow",animateEasing:"swing",aspectRatio:!1,autoHide:!1,classes:{"ui-resizable-se":"ui-icon ui-icon-gripsmall-diagonal-se"},containment:!1,ghost:!1,grid:!1,handles:"e,s,se",helper:!1,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:90,resize:null,start:null,stop:null},_num:function(t){return parseFloat(t)||0},_isNumber:function(t){return!isNaN(parseFloat(t))},_hasScroll:function(e,n){if("hidden"===t(e).css("overflow"))return!1;var i=n&&"left"===n?"scrollLeft":"scrollTop",o=!1;if(e[i]>0)return!0;try{e[i]=1,o=e[i]>0,e[i]=0}catch(t){}return o},_create:function(){var e,n=this.options,i=this;this._addClass("ui-resizable"),t.extend(this,{_aspectRatio:!!n.aspectRatio,aspectRatio:n.aspectRatio,originalElement:this.element,_proportionallyResizeElements:[],_helper:n.helper||n.ghost||n.animate?n.helper||"ui-resizable-helper":null}),this.element[0].nodeName.match(/^(canvas|textarea|input|select|button|img)$/i)&&(this.element.wrap(t("
          ").css({overflow:"hidden",position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")})),this.element=this.element.parent().data("ui-resizable",this.element.resizable("instance")),this.elementIsWrapper=!0,e={marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom"),marginLeft:this.originalElement.css("marginLeft")},this.element.css(e),this.originalElement.css("margin",0),this.originalResizeStyle=this.originalElement.css("resize"),this.originalElement.css("resize","none"),this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"})),this.originalElement.css(e),this._proportionallyResize()),this._setupHandles(),n.autoHide&&t(this.element).on("mouseenter",(function(){n.disabled||(i._removeClass("ui-resizable-autohide"),i._handles.show())})).on("mouseleave",(function(){n.disabled||i.resizing||(i._addClass("ui-resizable-autohide"),i._handles.hide())})),this._mouseInit()},_destroy:function(){this._mouseDestroy(),this._addedHandles.remove();var e,n=function(e){t(e).removeData("resizable").removeData("ui-resizable").off(".resizable")};return this.elementIsWrapper&&(n(this.element),e=this.element,this.originalElement.css({position:e.css("position"),width:e.outerWidth(),height:e.outerHeight(),top:e.css("top"),left:e.css("left")}).insertAfter(e),e.remove()),this.originalElement.css("resize",this.originalResizeStyle),n(this.originalElement),this},_setOption:function(t,e){switch(this._super(t,e),t){case"handles":this._removeHandles(),this._setupHandles();break;case"aspectRatio":this._aspectRatio=!!e}},_setupHandles:function(){var e,n,i,o,r,s=this.options,a=this;if(this.handles=s.handles||(t(".ui-resizable-handle",this.element).length?{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",nw:".ui-resizable-nw"}:"e,s,se"),this._handles=t(),this._addedHandles=t(),this.handles.constructor===String)for("all"===this.handles&&(this.handles="n,e,s,w,se,sw,ne,nw"),i=this.handles.split(","),this.handles={},n=0;n"),this._addClass(r,"ui-resizable-handle "+o),r.css({zIndex:s.zIndex}),this.handles[e]=".ui-resizable-"+e,this.element.children(this.handles[e]).length||(this.element.append(r),this._addedHandles=this._addedHandles.add(r));this._renderAxis=function(e){var n,i,o,r;for(n in e=e||this.element,this.handles)this.handles[n].constructor===String?this.handles[n]=this.element.children(this.handles[n]).first().show():(this.handles[n].jquery||this.handles[n].nodeType)&&(this.handles[n]=t(this.handles[n]),this._on(this.handles[n],{mousedown:a._mouseDown})),this.elementIsWrapper&&this.originalElement[0].nodeName.match(/^(textarea|input|select|button)$/i)&&(i=t(this.handles[n],this.element),r=/sw|ne|nw|se|n|s/.test(n)?i.outerHeight():i.outerWidth(),o=["padding",/ne|nw|n/.test(n)?"Top":/se|sw|s/.test(n)?"Bottom":/^e$/.test(n)?"Right":"Left"].join(""),e.css(o,r),this._proportionallyResize()),this._handles=this._handles.add(this.handles[n])},this._renderAxis(this.element),this._handles=this._handles.add(this.element.find(".ui-resizable-handle")),this._handles.disableSelection(),this._handles.on("mouseover",(function(){a.resizing||(this.className&&(r=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i)),a.axis=r&&r[1]?r[1]:"se")})),s.autoHide&&(this._handles.hide(),this._addClass("ui-resizable-autohide"))},_removeHandles:function(){this._addedHandles.remove()},_mouseCapture:function(e){var n,i,o=!1;for(n in this.handles)((i=t(this.handles[n])[0])===e.target||t.contains(i,e.target))&&(o=!0);return!this.options.disabled&&o},_mouseStart:function(e){var n,i,o,r=this.options,s=this.element;return this.resizing=!0,this._renderProxy(),n=this._num(this.helper.css("left")),i=this._num(this.helper.css("top")),r.containment&&(n+=t(r.containment).scrollLeft()||0,i+=t(r.containment).scrollTop()||0),this.offset=this.helper.offset(),this.position={left:n,top:i},this.size=this._helper?{width:this.helper.width(),height:this.helper.height()}:{width:s.width(),height:s.height()},this.originalSize=this._helper?{width:s.outerWidth(),height:s.outerHeight()}:{width:s.width(),height:s.height()},this.sizeDiff={width:s.outerWidth()-s.width(),height:s.outerHeight()-s.height()},this.originalPosition={left:n,top:i},this.originalMousePosition={left:e.pageX,top:e.pageY},this.aspectRatio="number"==typeof r.aspectRatio?r.aspectRatio:this.originalSize.width/this.originalSize.height||1,o=t(".ui-resizable-"+this.axis).css("cursor"),t("body").css("cursor","auto"===o?this.axis+"-resize":o),this._addClass("ui-resizable-resizing"),this._propagate("start",e),!0},_mouseDrag:function(e){var n,i,o=this.originalMousePosition,r=this.axis,s=e.pageX-o.left||0,a=e.pageY-o.top||0,c=this._change[r];return this._updatePrevProperties(),!!c&&(n=c.apply(this,[e,s,a]),this._updateVirtualBoundaries(e.shiftKey),(this._aspectRatio||e.shiftKey)&&(n=this._updateRatio(n,e)),n=this._respectSize(n,e),this._updateCache(n),this._propagate("resize",e),i=this._applyChanges(),!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize(),t.isEmptyObject(i)||(this._updatePrevProperties(),this._trigger("resize",e,this.ui()),this._applyChanges()),!1)},_mouseStop:function(e){this.resizing=!1;var n,i,o,r,s,a,c,l=this.options,u=this;return this._helper&&(o=(i=(n=this._proportionallyResizeElements).length&&/textarea/i.test(n[0].nodeName))&&this._hasScroll(n[0],"left")?0:u.sizeDiff.height,r=i?0:u.sizeDiff.width,s={width:u.helper.width()-r,height:u.helper.height()-o},a=parseFloat(u.element.css("left"))+(u.position.left-u.originalPosition.left)||null,c=parseFloat(u.element.css("top"))+(u.position.top-u.originalPosition.top)||null,l.animate||this.element.css(t.extend(s,{top:c,left:a})),u.helper.height(u.size.height),u.helper.width(u.size.width),this._helper&&!l.animate&&this._proportionallyResize()),t("body").css("cursor","auto"),this._removeClass("ui-resizable-resizing"),this._propagate("stop",e),this._helper&&this.helper.remove(),!1},_updatePrevProperties:function(){this.prevPosition={top:this.position.top,left:this.position.left},this.prevSize={width:this.size.width,height:this.size.height}},_applyChanges:function(){var t={};return this.position.top!==this.prevPosition.top&&(t.top=this.position.top+"px"),this.position.left!==this.prevPosition.left&&(t.left=this.position.left+"px"),this.helper.css(t),this.size.width!==this.prevSize.width&&(t.width=this.size.width+"px",this.helper.width(t.width)),this.size.height!==this.prevSize.height&&(t.height=this.size.height+"px",this.helper.height(t.height)),t},_updateVirtualBoundaries:function(t){var e,n,i,o,r,s=this.options;r={minWidth:this._isNumber(s.minWidth)?s.minWidth:0,maxWidth:this._isNumber(s.maxWidth)?s.maxWidth:1/0,minHeight:this._isNumber(s.minHeight)?s.minHeight:0,maxHeight:this._isNumber(s.maxHeight)?s.maxHeight:1/0},(this._aspectRatio||t)&&(e=r.minHeight*this.aspectRatio,i=r.minWidth/this.aspectRatio,n=r.maxHeight*this.aspectRatio,o=r.maxWidth/this.aspectRatio,e>r.minWidth&&(r.minWidth=e),i>r.minHeight&&(r.minHeight=i),nt.width,s=this._isNumber(t.height)&&e.minHeight&&e.minHeight>t.height,a=this.originalPosition.left+this.originalSize.width,c=this.originalPosition.top+this.originalSize.height,l=/sw|nw|w/.test(n),u=/nw|ne|n/.test(n);return r&&(t.width=e.minWidth),s&&(t.height=e.minHeight),i&&(t.width=e.maxWidth),o&&(t.height=e.maxHeight),r&&l&&(t.left=a-e.minWidth),i&&l&&(t.left=a-e.maxWidth),s&&u&&(t.top=c-e.minHeight),o&&u&&(t.top=c-e.maxHeight),t.width||t.height||t.left||!t.top?t.width||t.height||t.top||!t.left||(t.left=null):t.top=null,t},_getPaddingPlusBorderDimensions:function(t){for(var e=0,n=[],i=[t.css("borderTopWidth"),t.css("borderRightWidth"),t.css("borderBottomWidth"),t.css("borderLeftWidth")],o=[t.css("paddingTop"),t.css("paddingRight"),t.css("paddingBottom"),t.css("paddingLeft")];e<4;e++)n[e]=parseFloat(i[e])||0,n[e]+=parseFloat(o[e])||0;return{height:n[0]+n[2],width:n[1]+n[3]}},_proportionallyResize:function(){if(this._proportionallyResizeElements.length)for(var t,e=0,n=this.helper||this.element;e
          ").css({overflow:"hidden"}),this._addClass(this.helper,this._helper),this.helper.css({width:this.element.outerWidth(),height:this.element.outerHeight(),position:"absolute",left:this.elementOffset.left+"px",top:this.elementOffset.top+"px",zIndex:++n.zIndex}),this.helper.appendTo("body").disableSelection()):this.helper=this.element},_change:{e:function(t,e){return{width:this.originalSize.width+e}},w:function(t,e){var n=this.originalSize;return{left:this.originalPosition.left+e,width:n.width-e}},n:function(t,e,n){var i=this.originalSize;return{top:this.originalPosition.top+n,height:i.height-n}},s:function(t,e,n){return{height:this.originalSize.height+n}},se:function(e,n,i){return t.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[e,n,i]))},sw:function(e,n,i){return t.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[e,n,i]))},ne:function(e,n,i){return t.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[e,n,i]))},nw:function(e,n,i){return t.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[e,n,i]))}},_propagate:function(e,n){t.ui.plugin.call(this,e,[n,this.ui()]),"resize"!==e&&this._trigger(e,n,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}}),t.ui.plugin.add("resizable","animate",{stop:function(e){var n=t(this).resizable("instance"),i=n.options,o=n._proportionallyResizeElements,r=o.length&&/textarea/i.test(o[0].nodeName),s=r&&n._hasScroll(o[0],"left")?0:n.sizeDiff.height,a=r?0:n.sizeDiff.width,c={width:n.size.width-a,height:n.size.height-s},l=parseFloat(n.element.css("left"))+(n.position.left-n.originalPosition.left)||null,u=parseFloat(n.element.css("top"))+(n.position.top-n.originalPosition.top)||null;n.element.animate(t.extend(c,u&&l?{top:u,left:l}:{}),{duration:i.animateDuration,easing:i.animateEasing,step:function(){var i={width:parseFloat(n.element.css("width")),height:parseFloat(n.element.css("height")),top:parseFloat(n.element.css("top")),left:parseFloat(n.element.css("left"))};o&&o.length&&t(o[0]).css({width:i.width,height:i.height}),n._updateCache(i),n._propagate("resize",e)}})}}),t.ui.plugin.add("resizable","containment",{start:function(){var e,n,i,o,r,s,a,c=t(this).resizable("instance"),l=c.options,u=c.element,h=l.containment,d=h instanceof t?h.get(0):/parent/.test(h)?u.parent().get(0):h;d&&(c.containerElement=t(d),/document/.test(h)||h===document?(c.containerOffset={left:0,top:0},c.containerPosition={left:0,top:0},c.parentData={element:t(document),left:0,top:0,width:t(document).width(),height:t(document).height()||document.body.parentNode.scrollHeight}):(e=t(d),n=[],t(["Top","Right","Left","Bottom"]).each((function(t,i){n[t]=c._num(e.css("padding"+i))})),c.containerOffset=e.offset(),c.containerPosition=e.position(),c.containerSize={height:e.innerHeight()-n[3],width:e.innerWidth()-n[1]},i=c.containerOffset,o=c.containerSize.height,r=c.containerSize.width,s=c._hasScroll(d,"left")?d.scrollWidth:r,a=c._hasScroll(d)?d.scrollHeight:o,c.parentData={element:d,left:i.left,top:i.top,width:s,height:a}))},resize:function(e){var n,i,o,r,s=t(this).resizable("instance"),a=s.options,c=s.containerOffset,l=s.position,u=s._aspectRatio||e.shiftKey,h={top:0,left:0},d=s.containerElement,p=!0;d[0]!==document&&/static/.test(d.css("position"))&&(h=c),l.left<(s._helper?c.left:0)&&(s.size.width=s.size.width+(s._helper?s.position.left-c.left:s.position.left-h.left),u&&(s.size.height=s.size.width/s.aspectRatio,p=!1),s.position.left=a.helper?c.left:0),l.top<(s._helper?c.top:0)&&(s.size.height=s.size.height+(s._helper?s.position.top-c.top:s.position.top),u&&(s.size.width=s.size.height*s.aspectRatio,p=!1),s.position.top=s._helper?c.top:0),o=s.containerElement.get(0)===s.element.parent().get(0),r=/relative|absolute/.test(s.containerElement.css("position")),o&&r?(s.offset.left=s.parentData.left+s.position.left,s.offset.top=s.parentData.top+s.position.top):(s.offset.left=s.element.offset().left,s.offset.top=s.element.offset().top),n=Math.abs(s.sizeDiff.width+(s._helper?s.offset.left-h.left:s.offset.left-c.left)),i=Math.abs(s.sizeDiff.height+(s._helper?s.offset.top-h.top:s.offset.top-c.top)),n+s.size.width>=s.parentData.width&&(s.size.width=s.parentData.width-n,u&&(s.size.height=s.size.width/s.aspectRatio,p=!1)),i+s.size.height>=s.parentData.height&&(s.size.height=s.parentData.height-i,u&&(s.size.width=s.size.height*s.aspectRatio,p=!1)),p||(s.position.left=s.prevPosition.left,s.position.top=s.prevPosition.top,s.size.width=s.prevSize.width,s.size.height=s.prevSize.height)},stop:function(){var e=t(this).resizable("instance"),n=e.options,i=e.containerOffset,o=e.containerPosition,r=e.containerElement,s=t(e.helper),a=s.offset(),c=s.outerWidth()-e.sizeDiff.width,l=s.outerHeight()-e.sizeDiff.height;e._helper&&!n.animate&&/relative/.test(r.css("position"))&&t(this).css({left:a.left-o.left-i.left,width:c,height:l}),e._helper&&!n.animate&&/static/.test(r.css("position"))&&t(this).css({left:a.left-o.left-i.left,width:c,height:l})}}),t.ui.plugin.add("resizable","alsoResize",{start:function(){var e=t(this).resizable("instance").options;t(e.alsoResize).each((function(){var e=t(this);e.data("ui-resizable-alsoresize",{width:parseFloat(e.css("width")),height:parseFloat(e.css("height")),left:parseFloat(e.css("left")),top:parseFloat(e.css("top"))})}))},resize:function(e,n){var i=t(this).resizable("instance"),o=i.options,r=i.originalSize,s=i.originalPosition,a={height:i.size.height-r.height||0,width:i.size.width-r.width||0,top:i.position.top-s.top||0,left:i.position.left-s.left||0};t(o.alsoResize).each((function(){var e=t(this),i=t(this).data("ui-resizable-alsoresize"),o={},r=e.parents(n.originalElement[0]).length?["width","height"]:["width","height","top","left"];t.each(r,(function(t,e){var n=(i[e]||0)+(a[e]||0);n&&n>=0&&(o[e]=n||null)})),e.css(o)}))},stop:function(){t(this).removeData("ui-resizable-alsoresize")}}),t.ui.plugin.add("resizable","ghost",{start:function(){var e=t(this).resizable("instance"),n=e.size;e.ghost=e.originalElement.clone(),e.ghost.css({opacity:.25,display:"block",position:"relative",height:n.height,width:n.width,margin:0,left:0,top:0}),e._addClass(e.ghost,"ui-resizable-ghost"),!1!==t.uiBackCompat&&"string"==typeof e.options.ghost&&e.ghost.addClass(this.options.ghost),e.ghost.appendTo(e.helper)},resize:function(){var e=t(this).resizable("instance");e.ghost&&e.ghost.css({position:"relative",height:e.size.height,width:e.size.width})},stop:function(){var e=t(this).resizable("instance");e.ghost&&e.helper&&e.helper.get(0).removeChild(e.ghost.get(0))}}),t.ui.plugin.add("resizable","grid",{resize:function(){var e,n=t(this).resizable("instance"),i=n.options,o=n.size,r=n.originalSize,s=n.originalPosition,a=n.axis,c="number"==typeof i.grid?[i.grid,i.grid]:i.grid,l=c[0]||1,u=c[1]||1,h=Math.round((o.width-r.width)/l)*l,d=Math.round((o.height-r.height)/u)*u,p=r.width+h,A=r.height+d,f=i.maxWidth&&i.maxWidthp,b=i.minHeight&&i.minHeight>A;i.grid=c,m&&(p+=l),b&&(A+=u),f&&(p-=l),g&&(A-=u),/^(se|s|e)$/.test(a)?(n.size.width=p,n.size.height=A):/^(ne)$/.test(a)?(n.size.width=p,n.size.height=A,n.position.top=s.top-d):/^(sw)$/.test(a)?(n.size.width=p,n.size.height=A,n.position.left=s.left-h):((A-u<=0||p-l<=0)&&(e=n._getPaddingPlusBorderDimensions(this)),A-u>0?(n.size.height=A,n.position.top=s.top-d):(A=u-e.height,n.size.height=A,n.position.top=s.top+r.height-A),p-l>0?(n.size.width=p,n.position.left=s.left-h):(p=l-e.width,n.size.width=p,n.position.left=s.left+r.width-p))}}),t.ui.resizable,t.widget("ui.dialog",{version:"1.13.3",options:{appendTo:"body",autoOpen:!0,buttons:[],classes:{"ui-dialog":"ui-corner-all","ui-dialog-titlebar":"ui-corner-all"},closeOnEscape:!0,closeText:"Close",draggable:!0,hide:null,height:"auto",maxHeight:null,maxWidth:null,minHeight:150,minWidth:150,modal:!1,position:{my:"center",at:"center",of:window,collision:"fit",using:function(e){var n=t(this).css(e).offset().top;n<0&&t(this).css("top",e.top-n)}},resizable:!0,show:null,title:null,width:300,beforeClose:null,close:null,drag:null,dragStart:null,dragStop:null,focus:null,open:null,resize:null,resizeStart:null,resizeStop:null},sizeRelatedOptions:{buttons:!0,height:!0,maxHeight:!0,maxWidth:!0,minHeight:!0,minWidth:!0,width:!0},resizableRelatedOptions:{maxHeight:!0,maxWidth:!0,minHeight:!0,minWidth:!0},_create:function(){this.originalCss={display:this.element[0].style.display,width:this.element[0].style.width,minHeight:this.element[0].style.minHeight,maxHeight:this.element[0].style.maxHeight,height:this.element[0].style.height},this.originalPosition={parent:this.element.parent(),index:this.element.parent().children().index(this.element)},this.originalTitle=this.element.attr("title"),null==this.options.title&&null!=this.originalTitle&&(this.options.title=this.originalTitle),this.options.disabled&&(this.options.disabled=!1),this._createWrapper(),this.element.show().removeAttr("title").appendTo(this.uiDialog),this._addClass("ui-dialog-content","ui-widget-content"),this._createTitlebar(),this._createButtonPane(),this.options.draggable&&t.fn.draggable&&this._makeDraggable(),this.options.resizable&&t.fn.resizable&&this._makeResizable(),this._isOpen=!1,this._trackFocus()},_init:function(){this.options.autoOpen&&this.open()},_appendTo:function(){var e=this.options.appendTo;return e&&(e.jquery||e.nodeType)?t(e):this.document.find(e||"body").eq(0)},_destroy:function(){var t,e=this.originalPosition;this._untrackInstance(),this._destroyOverlay(),this.element.removeUniqueId().css(this.originalCss).detach(),this.uiDialog.remove(),this.originalTitle&&this.element.attr("title",this.originalTitle),(t=e.parent.children().eq(e.index)).length&&t[0]!==this.element[0]?t.before(this.element):e.parent.append(this.element)},widget:function(){return this.uiDialog},disable:t.noop,enable:t.noop,close:function(e){var n=this;this._isOpen&&!1!==this._trigger("beforeClose",e)&&(this._isOpen=!1,this._focusedElement=null,this._destroyOverlay(),this._untrackInstance(),this.opener.filter(":focusable").trigger("focus").length||t.ui.safeBlur(t.ui.safeActiveElement(this.document[0])),this._hide(this.uiDialog,this.options.hide,(function(){n._trigger("close",e)})))},isOpen:function(){return this._isOpen},moveToTop:function(){this._moveToTop()},_moveToTop:function(e,n){var i=!1,o=this.uiDialog.siblings(".ui-front:visible").map((function(){return+t(this).css("z-index")})).get(),r=Math.max.apply(null,o);return r>=+this.uiDialog.css("z-index")&&(this.uiDialog.css("z-index",r+1),i=!0),i&&!n&&this._trigger("focus",e),i},open:function(){var e=this;this._isOpen?this._moveToTop()&&this._focusTabbable():(this._isOpen=!0,this.opener=t(t.ui.safeActiveElement(this.document[0])),this._size(),this._position(),this._createOverlay(),this._moveToTop(null,!0),this.overlay&&this.overlay.css("z-index",this.uiDialog.css("z-index")-1),this._show(this.uiDialog,this.options.show,(function(){e._focusTabbable(),e._trigger("focus")})),this._makeFocusTarget(),this._trigger("open"))},_focusTabbable:function(){var t=this._focusedElement;t||(t=this.element.find("[autofocus]")),t.length||(t=this.element.find(":tabbable")),t.length||(t=this.uiDialogButtonPane.find(":tabbable")),t.length||(t=this.uiDialogTitlebarClose.filter(":tabbable")),t.length||(t=this.uiDialog),t.eq(0).trigger("focus")},_restoreTabbableFocus:function(){var e=t.ui.safeActiveElement(this.document[0]);this.uiDialog[0]===e||t.contains(this.uiDialog[0],e)||this._focusTabbable()},_keepFocus:function(t){t.preventDefault(),this._restoreTabbableFocus(),this._delay(this._restoreTabbableFocus)},_createWrapper:function(){this.uiDialog=t("
          ").hide().attr({tabIndex:-1,role:"dialog"}).appendTo(this._appendTo()),this._addClass(this.uiDialog,"ui-dialog","ui-widget ui-widget-content ui-front"),this._on(this.uiDialog,{keydown:function(e){if(this.options.closeOnEscape&&!e.isDefaultPrevented()&&e.keyCode&&e.keyCode===t.ui.keyCode.ESCAPE)return e.preventDefault(),void this.close(e);if(e.keyCode===t.ui.keyCode.TAB&&!e.isDefaultPrevented()){var n=this.uiDialog.find(":tabbable"),i=n.first(),o=n.last();e.target!==o[0]&&e.target!==this.uiDialog[0]||e.shiftKey?e.target!==i[0]&&e.target!==this.uiDialog[0]||!e.shiftKey||(this._delay((function(){o.trigger("focus")})),e.preventDefault()):(this._delay((function(){i.trigger("focus")})),e.preventDefault())}},mousedown:function(t){this._moveToTop(t)&&this._focusTabbable()}}),this.element.find("[aria-describedby]").length||this.uiDialog.attr({"aria-describedby":this.element.uniqueId().attr("id")})},_createTitlebar:function(){var e;this.uiDialogTitlebar=t("
          "),this._addClass(this.uiDialogTitlebar,"ui-dialog-titlebar","ui-widget-header ui-helper-clearfix"),this._on(this.uiDialogTitlebar,{mousedown:function(e){t(e.target).closest(".ui-dialog-titlebar-close")||this.uiDialog.trigger("focus")}}),this.uiDialogTitlebarClose=t("").button({label:t("").text(this.options.closeText).html(),icon:"ui-icon-closethick",showLabel:!1}).appendTo(this.uiDialogTitlebar),this._addClass(this.uiDialogTitlebarClose,"ui-dialog-titlebar-close"),this._on(this.uiDialogTitlebarClose,{click:function(t){t.preventDefault(),this.close(t)}}),e=t("").uniqueId().prependTo(this.uiDialogTitlebar),this._addClass(e,"ui-dialog-title"),this._title(e),this.uiDialogTitlebar.prependTo(this.uiDialog),this.uiDialog.attr({"aria-labelledby":e.attr("id")})},_title:function(t){this.options.title?t.text(this.options.title):t.html(" ")},_createButtonPane:function(){this.uiDialogButtonPane=t("
          "),this._addClass(this.uiDialogButtonPane,"ui-dialog-buttonpane","ui-widget-content ui-helper-clearfix"),this.uiButtonSet=t("
          ").appendTo(this.uiDialogButtonPane),this._addClass(this.uiButtonSet,"ui-dialog-buttonset"),this._createButtons()},_createButtons:function(){var e=this,n=this.options.buttons;this.uiDialogButtonPane.remove(),this.uiButtonSet.empty(),t.isEmptyObject(n)||Array.isArray(n)&&!n.length?this._removeClass(this.uiDialog,"ui-dialog-buttons"):(t.each(n,(function(n,i){var o,r;i="function"==typeof i?{click:i,text:n}:i,i=t.extend({type:"button"},i),o=i.click,r={icon:i.icon,iconPosition:i.iconPosition,showLabel:i.showLabel,icons:i.icons,text:i.text},delete i.click,delete i.icon,delete i.iconPosition,delete i.showLabel,delete i.icons,"boolean"==typeof i.text&&delete i.text,t("",i).button(r).appendTo(e.uiButtonSet).on("click",(function(){o.apply(e.element[0],arguments)}))})),this._addClass(this.uiDialog,"ui-dialog-buttons"),this.uiDialogButtonPane.appendTo(this.uiDialog))},_makeDraggable:function(){var e=this,n=this.options;function i(t){return{position:t.position,offset:t.offset}}this.uiDialog.draggable({cancel:".ui-dialog-content, .ui-dialog-titlebar-close",handle:".ui-dialog-titlebar",containment:"document",start:function(n,o){e._addClass(t(this),"ui-dialog-dragging"),e._blockFrames(),e._trigger("dragStart",n,i(o))},drag:function(t,n){e._trigger("drag",t,i(n))},stop:function(o,r){var s=r.offset.left-e.document.scrollLeft(),a=r.offset.top-e.document.scrollTop();n.position={my:"left top",at:"left"+(s>=0?"+":"")+s+" top"+(a>=0?"+":"")+a,of:e.window},e._removeClass(t(this),"ui-dialog-dragging"),e._unblockFrames(),e._trigger("dragStop",o,i(r))}})},_makeResizable:function(){var e=this,n=this.options,i=n.resizable,o=this.uiDialog.css("position"),r="string"==typeof i?i:"n,e,s,w,se,sw,ne,nw";function s(t){return{originalPosition:t.originalPosition,originalSize:t.originalSize,position:t.position,size:t.size}}this.uiDialog.resizable({cancel:".ui-dialog-content",containment:"document",alsoResize:this.element,maxWidth:n.maxWidth,maxHeight:n.maxHeight,minWidth:n.minWidth,minHeight:this._minHeight(),handles:r,start:function(n,i){e._addClass(t(this),"ui-dialog-resizing"),e._blockFrames(),e._trigger("resizeStart",n,s(i))},resize:function(t,n){e._trigger("resize",t,s(n))},stop:function(i,o){var r=e.uiDialog.offset(),a=r.left-e.document.scrollLeft(),c=r.top-e.document.scrollTop();n.height=e.uiDialog.height(),n.width=e.uiDialog.width(),n.position={my:"left top",at:"left"+(a>=0?"+":"")+a+" top"+(c>=0?"+":"")+c,of:e.window},e._removeClass(t(this),"ui-dialog-resizing"),e._unblockFrames(),e._trigger("resizeStop",i,s(o))}}).css("position",o)},_trackFocus:function(){this._on(this.widget(),{focusin:function(e){this._makeFocusTarget(),this._focusedElement=t(e.target)}})},_makeFocusTarget:function(){this._untrackInstance(),this._trackingInstances().unshift(this)},_untrackInstance:function(){var e=this._trackingInstances(),n=t.inArray(this,e);-1!==n&&e.splice(n,1)},_trackingInstances:function(){var t=this.document.data("ui-dialog-instances");return t||(t=[],this.document.data("ui-dialog-instances",t)),t},_minHeight:function(){var t=this.options;return"auto"===t.height?t.minHeight:Math.min(t.minHeight,t.height)},_position:function(){var t=this.uiDialog.is(":visible");t||this.uiDialog.show(),this.uiDialog.position(this.options.position),t||this.uiDialog.hide()},_setOptions:function(e){var n=this,i=!1,o={};t.each(e,(function(t,e){n._setOption(t,e),t in n.sizeRelatedOptions&&(i=!0),t in n.resizableRelatedOptions&&(o[t]=e)})),i&&(this._size(),this._position()),this.uiDialog.is(":data(ui-resizable)")&&this.uiDialog.resizable("option",o)},_setOption:function(e,n){var i,o,r=this.uiDialog;"disabled"!==e&&(this._super(e,n),"appendTo"===e&&this.uiDialog.appendTo(this._appendTo()),"buttons"===e&&this._createButtons(),"closeText"===e&&this.uiDialogTitlebarClose.button({label:t("").text(""+this.options.closeText).html()}),"draggable"===e&&((i=r.is(":data(ui-draggable)"))&&!n&&r.draggable("destroy"),!i&&n&&this._makeDraggable()),"position"===e&&this._position(),"resizable"===e&&((o=r.is(":data(ui-resizable)"))&&!n&&r.resizable("destroy"),o&&"string"==typeof n&&r.resizable("option","handles",n),o||!1===n||this._makeResizable()),"title"===e&&this._title(this.uiDialogTitlebar.find(".ui-dialog-title")))},_size:function(){var t,e,n,i=this.options;this.element.show().css({width:"auto",minHeight:0,maxHeight:"none",height:0}),i.minWidth>i.width&&(i.width=i.minWidth),t=this.uiDialog.css({height:"auto",width:i.width}).outerHeight(),e=Math.max(0,i.minHeight-t),n="number"==typeof i.maxHeight?Math.max(0,i.maxHeight-t):"none","auto"===i.height?this.element.css({minHeight:e,maxHeight:n,height:"auto"}):this.element.height(Math.max(0,i.height-t)),this.uiDialog.is(":data(ui-resizable)")&&this.uiDialog.resizable("option","minHeight",this._minHeight())},_blockFrames:function(){this.iframeBlocks=this.document.find("iframe").map((function(){var e=t(this);return t("
          ").css({position:"absolute",width:e.outerWidth(),height:e.outerHeight()}).appendTo(e.parent()).offset(e.offset())[0]}))},_unblockFrames:function(){this.iframeBlocks&&(this.iframeBlocks.remove(),delete this.iframeBlocks)},_allowInteraction:function(e){return!!t(e.target).closest(".ui-dialog").length||!!t(e.target).closest(".ui-datepicker").length},_createOverlay:function(){if(this.options.modal){var e=t.fn.jquery.substring(0,4),n=!0;this._delay((function(){n=!1})),this.document.data("ui-dialog-overlays")||this.document.on("focusin.ui-dialog",function(t){if(!n){var i=this._trackingInstances()[0];i._allowInteraction(t)||(t.preventDefault(),i._focusTabbable(),"3.4."!==e&&"3.5."!==e&&"3.6."!==e||i._delay(i._restoreTabbableFocus))}}.bind(this)),this.overlay=t("
          ").appendTo(this._appendTo()),this._addClass(this.overlay,null,"ui-widget-overlay ui-front"),this._on(this.overlay,{mousedown:"_keepFocus"}),this.document.data("ui-dialog-overlays",(this.document.data("ui-dialog-overlays")||0)+1)}},_destroyOverlay:function(){if(this.options.modal&&this.overlay){var t=this.document.data("ui-dialog-overlays")-1;t?this.document.data("ui-dialog-overlays",t):(this.document.off("focusin.ui-dialog"),this.document.removeData("ui-dialog-overlays")),this.overlay.remove(),this.overlay=null}}}),!1!==t.uiBackCompat&&t.widget("ui.dialog",t.ui.dialog,{options:{dialogClass:""},_createWrapper:function(){this._super(),this.uiDialog.addClass(this.options.dialogClass)},_setOption:function(t,e){"dialogClass"===t&&this.uiDialog.removeClass(this.options.dialogClass).addClass(e),this._superApply(arguments)}}),t.ui.dialog,t.widget("ui.droppable",{version:"1.13.3",widgetEventPrefix:"drop",options:{accept:"*",addClasses:!0,greedy:!1,scope:"default",tolerance:"intersect",activate:null,deactivate:null,drop:null,out:null,over:null},_create:function(){var t,e=this.options,n=e.accept;this.isover=!1,this.isout=!0,this.accept="function"==typeof n?n:function(t){return t.is(n)},this.proportions=function(){if(!arguments.length)return t||(t={width:this.element[0].offsetWidth,height:this.element[0].offsetHeight});t=arguments[0]},this._addToManager(e.scope),e.addClasses&&this._addClass("ui-droppable")},_addToManager:function(e){t.ui.ddmanager.droppables[e]=t.ui.ddmanager.droppables[e]||[],t.ui.ddmanager.droppables[e].push(this)},_splice:function(t){for(var e=0;e=e&&t=u&&s<=d||c>=u&&c<=d||sd)&&(r>=l&&r<=h||a>=l&&a<=h||rh);default:return!1}}}(),t.ui.ddmanager={current:null,droppables:{default:[]},prepareOffsets:function(e,n){var i,o,r=t.ui.ddmanager.droppables[e.options.scope]||[],s=n?n.type:null,a=(e.currentItem||e.element).find(":data(ui-droppable)").addBack();t:for(i=0;i").appendTo(this.element),this._addClass(this.valueDiv,"ui-progressbar-value","ui-widget-header"),this._refreshValue()},_destroy:function(){this.element.removeAttr("role aria-valuemin aria-valuemax aria-valuenow"),this.valueDiv.remove()},value:function(t){if(void 0===t)return this.options.value;this.options.value=this._constrainedValue(t),this._refreshValue()},_constrainedValue:function(t){return void 0===t&&(t=this.options.value),this.indeterminate=!1===t,"number"!=typeof t&&(t=0),!this.indeterminate&&Math.min(this.options.max,Math.max(this.min,t))},_setOptions:function(t){var e=t.value;delete t.value,this._super(t),this.options.value=this._constrainedValue(e),this._refreshValue()},_setOption:function(t,e){"max"===t&&(e=Math.max(this.min,e)),this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",t),this._toggleClass(null,"ui-state-disabled",!!t)},_percentage:function(){return this.indeterminate?100:100*(this.options.value-this.min)/(this.options.max-this.min)},_refreshValue:function(){var e=this.options.value,n=this._percentage();this.valueDiv.toggle(this.indeterminate||e>this.min).width(n.toFixed(0)+"%"),this._toggleClass(this.valueDiv,"ui-progressbar-complete",null,e===this.options.max)._toggleClass("ui-progressbar-indeterminate",null,this.indeterminate),this.indeterminate?(this.element.removeAttr("aria-valuenow"),this.overlayDiv||(this.overlayDiv=t("
          ").appendTo(this.valueDiv),this._addClass(this.overlayDiv,"ui-progressbar-overlay"))):(this.element.attr({"aria-valuemax":this.options.max,"aria-valuenow":e}),this.overlayDiv&&(this.overlayDiv.remove(),this.overlayDiv=null)),this.oldValue!==e&&(this.oldValue=e,this._trigger("change")),e===this.options.max&&this._trigger("complete")}}),t.widget("ui.selectable",t.ui.mouse,{version:"1.13.3",options:{appendTo:"body",autoRefresh:!0,distance:0,filter:"*",tolerance:"touch",selected:null,selecting:null,start:null,stop:null,unselected:null,unselecting:null},_create:function(){var e=this;this._addClass("ui-selectable"),this.dragged=!1,this.refresh=function(){e.elementPos=t(e.element[0]).offset(),e.selectees=t(e.options.filter,e.element[0]),e._addClass(e.selectees,"ui-selectee"),e.selectees.each((function(){var n=t(this),i=n.offset(),o={left:i.left-e.elementPos.left,top:i.top-e.elementPos.top};t.data(this,"selectable-item",{element:this,$element:n,left:o.left,top:o.top,right:o.left+n.outerWidth(),bottom:o.top+n.outerHeight(),startselected:!1,selected:n.hasClass("ui-selected"),selecting:n.hasClass("ui-selecting"),unselecting:n.hasClass("ui-unselecting")})}))},this.refresh(),this._mouseInit(),this.helper=t("
          "),this._addClass(this.helper,"ui-selectable-helper")},_destroy:function(){this.selectees.removeData("selectable-item"),this._mouseDestroy()},_mouseStart:function(e){var n=this,i=this.options;this.opos=[e.pageX,e.pageY],this.elementPos=t(this.element[0]).offset(),this.options.disabled||(this.selectees=t(i.filter,this.element[0]),this._trigger("start",e),t(i.appendTo).append(this.helper),this.helper.css({left:e.pageX,top:e.pageY,width:0,height:0}),i.autoRefresh&&this.refresh(),this.selectees.filter(".ui-selected").each((function(){var i=t.data(this,"selectable-item");i.startselected=!0,e.metaKey||e.ctrlKey||(n._removeClass(i.$element,"ui-selected"),i.selected=!1,n._addClass(i.$element,"ui-unselecting"),i.unselecting=!0,n._trigger("unselecting",e,{unselecting:i.element}))})),t(e.target).parents().addBack().each((function(){var i,o=t.data(this,"selectable-item");if(o)return i=!e.metaKey&&!e.ctrlKey||!o.$element.hasClass("ui-selected"),n._removeClass(o.$element,i?"ui-unselecting":"ui-selected")._addClass(o.$element,i?"ui-selecting":"ui-unselecting"),o.unselecting=!i,o.selecting=i,o.selected=i,i?n._trigger("selecting",e,{selecting:o.element}):n._trigger("unselecting",e,{unselecting:o.element}),!1})))},_mouseDrag:function(e){if(this.dragged=!0,!this.options.disabled){var n,i=this,o=this.options,r=this.opos[0],s=this.opos[1],a=e.pageX,c=e.pageY;return r>a&&(n=a,a=r,r=n),s>c&&(n=c,c=s,s=n),this.helper.css({left:r,top:s,width:a-r,height:c-s}),this.selectees.each((function(){var n=t.data(this,"selectable-item"),l=!1,u={};n&&n.element!==i.element[0]&&(u.left=n.left+i.elementPos.left,u.right=n.right+i.elementPos.left,u.top=n.top+i.elementPos.top,u.bottom=n.bottom+i.elementPos.top,"touch"===o.tolerance?l=!(u.left>a||u.rightc||u.bottomr&&u.rights&&u.bottom",options:{appendTo:null,classes:{"ui-selectmenu-button-open":"ui-corner-top","ui-selectmenu-button-closed":"ui-corner-all"},disabled:null,icons:{button:"ui-icon-triangle-1-s"},position:{my:"left top",at:"left bottom",collision:"none"},width:!1,change:null,close:null,focus:null,open:null,select:null},_create:function(){var e=this.element.uniqueId().attr("id");this.ids={element:e,button:e+"-button",menu:e+"-menu"},this._drawButton(),this._drawMenu(),this._bindFormResetHandler(),this._rendered=!1,this.menuItems=t()},_drawButton:function(){var e,n=this,i=this._parseOption(this.element.find("option:selected"),this.element[0].selectedIndex);this.labels=this.element.labels().attr("for",this.ids.button),this._on(this.labels,{click:function(t){this.button.trigger("focus"),t.preventDefault()}}),this.element.hide(),this.button=t("",{tabindex:this.options.disabled?-1:0,id:this.ids.button,role:"combobox","aria-expanded":"false","aria-autocomplete":"list","aria-owns":this.ids.menu,"aria-haspopup":"true",title:this.element.attr("title")}).insertAfter(this.element),this._addClass(this.button,"ui-selectmenu-button ui-selectmenu-button-closed","ui-button ui-widget"),e=t("").appendTo(this.button),this._addClass(e,"ui-selectmenu-icon","ui-icon "+this.options.icons.button),this.buttonItem=this._renderButtonItem(i).appendTo(this.button),!1!==this.options.width&&this._resizeButton(),this._on(this.button,this._buttonEvents),this.button.one("focusin",(function(){n._rendered||n._refreshMenu()}))},_drawMenu:function(){var e=this;this.menu=t("
            ",{"aria-hidden":"true","aria-labelledby":this.ids.button,id:this.ids.menu}),this.menuWrap=t("
            ").append(this.menu),this._addClass(this.menuWrap,"ui-selectmenu-menu","ui-front"),this.menuWrap.appendTo(this._appendTo()),this.menuInstance=this.menu.menu({classes:{"ui-menu":"ui-corner-bottom"},role:"listbox",select:function(t,n){t.preventDefault(),e._setSelection(),e._select(n.item.data("ui-selectmenu-item"),t)},focus:function(t,n){var i=n.item.data("ui-selectmenu-item");null!=e.focusIndex&&i.index!==e.focusIndex&&(e._trigger("focus",t,{item:i}),e.isOpen||e._select(i,t)),e.focusIndex=i.index,e.button.attr("aria-activedescendant",e.menuItems.eq(i.index).attr("id"))}}).menu("instance"),this.menuInstance._off(this.menu,"mouseleave"),this.menuInstance._closeOnDocumentClick=function(){return!1},this.menuInstance._isDivider=function(){return!1}},refresh:function(){this._refreshMenu(),this.buttonItem.replaceWith(this.buttonItem=this._renderButtonItem(this._getSelectedItem().data("ui-selectmenu-item")||{})),null===this.options.width&&this._resizeButton()},_refreshMenu:function(){var t,e=this.element.find("option");this.menu.empty(),this._parseOptions(e),this._renderMenu(this.menu,this.items),this.menuInstance.refresh(),this.menuItems=this.menu.find("li").not(".ui-selectmenu-optgroup").find(".ui-menu-item-wrapper"),this._rendered=!0,e.length&&(t=this._getSelectedItem(),this.menuInstance.focus(null,t),this._setAria(t.data("ui-selectmenu-item")),this._setOption("disabled",this.element.prop("disabled")))},open:function(t){this.options.disabled||(this._rendered?(this._removeClass(this.menu.find(".ui-state-active"),null,"ui-state-active"),this.menuInstance.focus(null,this._getSelectedItem())):this._refreshMenu(),this.menuItems.length&&(this.isOpen=!0,this._toggleAttr(),this._resizeMenu(),this._position(),this._on(this.document,this._documentClick),this._trigger("open",t)))},_position:function(){this.menuWrap.position(t.extend({of:this.button},this.options.position))},close:function(t){this.isOpen&&(this.isOpen=!1,this._toggleAttr(),this.range=null,this._off(this.document),this._trigger("close",t))},widget:function(){return this.button},menuWidget:function(){return this.menu},_renderButtonItem:function(e){var n=t("");return this._setText(n,e.label),this._addClass(n,"ui-selectmenu-text"),n},_renderMenu:function(e,n){var i=this,o="";t.each(n,(function(n,r){var s;r.optgroup!==o&&(s=t("
          • ",{text:r.optgroup}),i._addClass(s,"ui-selectmenu-optgroup","ui-menu-divider"+(r.element.parent("optgroup").prop("disabled")?" ui-state-disabled":"")),s.appendTo(e),o=r.optgroup),i._renderItemData(e,r)}))},_renderItemData:function(t,e){return this._renderItem(t,e).data("ui-selectmenu-item",e)},_renderItem:function(e,n){var i=t("
          • "),o=t("
            ",{title:n.element.attr("title")});return n.disabled&&this._addClass(i,null,"ui-state-disabled"),n.hidden?i.prop("hidden",!0):this._setText(o,n.label),i.append(o).appendTo(e)},_setText:function(t,e){e?t.text(e):t.html(" ")},_move:function(t,e){var n,i,o=".ui-menu-item";this.isOpen?n=this.menuItems.eq(this.focusIndex).parent("li"):(n=this.menuItems.eq(this.element[0].selectedIndex).parent("li"),o+=":not(.ui-state-disabled)"),(i="first"===t||"last"===t?n["first"===t?"prevAll":"nextAll"](o).eq(-1):n[t+"All"](o).eq(0)).length&&this.menuInstance.focus(e,i)},_getSelectedItem:function(){return this.menuItems.eq(this.element[0].selectedIndex).parent("li")},_toggle:function(t){this[this.isOpen?"close":"open"](t)},_setSelection:function(){var t;this.range&&(window.getSelection?((t=window.getSelection()).removeAllRanges(),t.addRange(this.range)):this.range.select(),this.button.trigger("focus"))},_documentClick:{mousedown:function(e){this.isOpen&&(t(e.target).closest(".ui-selectmenu-menu, #"+t.escapeSelector(this.ids.button)).length||this.close(e))}},_buttonEvents:{mousedown:function(){var t;window.getSelection?(t=window.getSelection()).rangeCount&&(this.range=t.getRangeAt(0)):this.range=document.selection.createRange()},click:function(t){this._setSelection(),this._toggle(t)},keydown:function(e){var n=!0;switch(e.keyCode){case t.ui.keyCode.TAB:case t.ui.keyCode.ESCAPE:this.close(e),n=!1;break;case t.ui.keyCode.ENTER:this.isOpen&&this._selectFocusedItem(e);break;case t.ui.keyCode.UP:e.altKey?this._toggle(e):this._move("prev",e);break;case t.ui.keyCode.DOWN:e.altKey?this._toggle(e):this._move("next",e);break;case t.ui.keyCode.SPACE:this.isOpen?this._selectFocusedItem(e):this._toggle(e);break;case t.ui.keyCode.LEFT:this._move("prev",e);break;case t.ui.keyCode.RIGHT:this._move("next",e);break;case t.ui.keyCode.HOME:case t.ui.keyCode.PAGE_UP:this._move("first",e);break;case t.ui.keyCode.END:case t.ui.keyCode.PAGE_DOWN:this._move("last",e);break;default:this.menu.trigger(e),n=!1}n&&e.preventDefault()}},_selectFocusedItem:function(t){var e=this.menuItems.eq(this.focusIndex).parent("li");e.hasClass("ui-state-disabled")||this._select(e.data("ui-selectmenu-item"),t)},_select:function(t,e){var n=this.element[0].selectedIndex;this.element[0].selectedIndex=t.index,this.buttonItem.replaceWith(this.buttonItem=this._renderButtonItem(t)),this._setAria(t),this._trigger("select",e,{item:t}),t.index!==n&&this._trigger("change",e,{item:t}),this.close(e)},_setAria:function(t){var e=this.menuItems.eq(t.index).attr("id");this.button.attr({"aria-labelledby":e,"aria-activedescendant":e}),this.menu.attr("aria-activedescendant",e)},_setOption:function(t,e){if("icons"===t){var n=this.button.find("span.ui-icon");this._removeClass(n,null,this.options.icons.button)._addClass(n,null,e.button)}this._super(t,e),"appendTo"===t&&this.menuWrap.appendTo(this._appendTo()),"width"===t&&this._resizeButton()},_setOptionDisabled:function(t){this._super(t),this.menuInstance.option("disabled",t),this.button.attr("aria-disabled",t),this._toggleClass(this.button,null,"ui-state-disabled",t),this.element.prop("disabled",t),t?(this.button.attr("tabindex",-1),this.close()):this.button.attr("tabindex",0)},_appendTo:function(){var e=this.options.appendTo;return e&&(e=e.jquery||e.nodeType?t(e):this.document.find(e).eq(0)),e&&e[0]||(e=this.element.closest(".ui-front, dialog")),e.length||(e=this.document[0].body),e},_toggleAttr:function(){this.button.attr("aria-expanded",this.isOpen),this._removeClass(this.button,"ui-selectmenu-button-"+(this.isOpen?"closed":"open"))._addClass(this.button,"ui-selectmenu-button-"+(this.isOpen?"open":"closed"))._toggleClass(this.menuWrap,"ui-selectmenu-open",null,this.isOpen),this.menu.attr("aria-hidden",!this.isOpen)},_resizeButton:function(){var t=this.options.width;!1!==t?(null===t&&(t=this.element.show().outerWidth(),this.element.hide()),this.button.outerWidth(t)):this.button.css("width","")},_resizeMenu:function(){this.menu.outerWidth(Math.max(this.button.outerWidth(),this.menu.width("").outerWidth()+1))},_getCreateOptions:function(){var t=this._super();return t.disabled=this.element.prop("disabled"),t},_parseOptions:function(e){var n=this,i=[];e.each((function(e,o){i.push(n._parseOption(t(o),e))})),this.items=i},_parseOption:function(t,e){var n=t.parent("optgroup");return{element:t,index:e,value:t.val(),label:t.text(),hidden:n.prop("hidden")||t.prop("hidden"),optgroup:n.attr("label")||"",disabled:n.prop("disabled")||t.prop("disabled")}},_destroy:function(){this._unbindFormResetHandler(),this.menuWrap.remove(),this.button.remove(),this.element.show(),this.element.removeUniqueId(),this.labels.attr("for",this.ids.element)}}]),t.widget("ui.slider",t.ui.mouse,{version:"1.13.3",widgetEventPrefix:"slide",options:{animate:!1,classes:{"ui-slider":"ui-corner-all","ui-slider-handle":"ui-corner-all","ui-slider-range":"ui-corner-all ui-widget-header"},distance:0,max:100,min:0,orientation:"horizontal",range:!1,step:1,value:0,values:null,change:null,slide:null,start:null,stop:null},numPages:5,_create:function(){this._keySliding=!1,this._mouseSliding=!1,this._animateOff=!0,this._handleIndex=null,this._detectOrientation(),this._mouseInit(),this._calculateNewMax(),this._addClass("ui-slider ui-slider-"+this.orientation,"ui-widget ui-widget-content"),this._refresh(),this._animateOff=!1},_refresh:function(){this._createRange(),this._createHandles(),this._setupEvents(),this._refreshValue()},_createHandles:function(){var e,n,i=this.options,o=this.element.find(".ui-slider-handle"),r=[];for(n=i.values&&i.values.length||1,o.length>n&&(o.slice(n).remove(),o=o.slice(0,n)),e=o.length;e");this.handles=o.add(t(r.join("")).appendTo(this.element)),this._addClass(this.handles,"ui-slider-handle","ui-state-default"),this.handle=this.handles.eq(0),this.handles.each((function(e){t(this).data("ui-slider-handle-index",e).attr("tabIndex",0)}))},_createRange:function(){var e=this.options;e.range?(!0===e.range&&(e.values?e.values.length&&2!==e.values.length?e.values=[e.values[0],e.values[0]]:Array.isArray(e.values)&&(e.values=e.values.slice(0)):e.values=[this._valueMin(),this._valueMin()]),this.range&&this.range.length?(this._removeClass(this.range,"ui-slider-range-min ui-slider-range-max"),this.range.css({left:"",bottom:""})):(this.range=t("
            ").appendTo(this.element),this._addClass(this.range,"ui-slider-range")),"min"!==e.range&&"max"!==e.range||this._addClass(this.range,"ui-slider-range-"+e.range)):(this.range&&this.range.remove(),this.range=null)},_setupEvents:function(){this._off(this.handles),this._on(this.handles,this._handleEvents),this._hoverable(this.handles),this._focusable(this.handles)},_destroy:function(){this.handles.remove(),this.range&&this.range.remove(),this._mouseDestroy()},_mouseCapture:function(e){var n,i,o,r,s,a,c,l=this,u=this.options;return!u.disabled&&(this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()},this.elementOffset=this.element.offset(),n={x:e.pageX,y:e.pageY},i=this._normValueFromMouse(n),o=this._valueMax()-this._valueMin()+1,this.handles.each((function(e){var n=Math.abs(i-l.values(e));(o>n||o===n&&(e===l._lastChangedValue||l.values(e)===u.min))&&(o=n,r=t(this),s=e)})),!1!==this._start(e,s)&&(this._mouseSliding=!0,this._handleIndex=s,this._addClass(r,null,"ui-state-active"),r.trigger("focus"),a=r.offset(),c=!t(e.target).parents().addBack().is(".ui-slider-handle"),this._clickOffset=c?{left:0,top:0}:{left:e.pageX-a.left-r.width()/2,top:e.pageY-a.top-r.height()/2-(parseInt(r.css("borderTopWidth"),10)||0)-(parseInt(r.css("borderBottomWidth"),10)||0)+(parseInt(r.css("marginTop"),10)||0)},this.handles.hasClass("ui-state-hover")||this._slide(e,s,i),this._animateOff=!0,!0))},_mouseStart:function(){return!0},_mouseDrag:function(t){var e={x:t.pageX,y:t.pageY},n=this._normValueFromMouse(e);return this._slide(t,this._handleIndex,n),!1},_mouseStop:function(t){return this._removeClass(this.handles,null,"ui-state-active"),this._mouseSliding=!1,this._stop(t,this._handleIndex),this._change(t,this._handleIndex),this._handleIndex=null,this._clickOffset=null,this._animateOff=!1,!1},_detectOrientation:function(){this.orientation="vertical"===this.options.orientation?"vertical":"horizontal"},_normValueFromMouse:function(t){var e,n,i,o,r;return"horizontal"===this.orientation?(e=this.elementSize.width,n=t.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)):(e=this.elementSize.height,n=t.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)),(i=n/e)>1&&(i=1),i<0&&(i=0),"vertical"===this.orientation&&(i=1-i),o=this._valueMax()-this._valueMin(),r=this._valueMin()+i*o,this._trimAlignValue(r)},_uiHash:function(t,e,n){var i={handle:this.handles[t],handleIndex:t,value:void 0!==e?e:this.value()};return this._hasMultipleValues()&&(i.value=void 0!==e?e:this.values(t),i.values=n||this.values()),i},_hasMultipleValues:function(){return this.options.values&&this.options.values.length},_start:function(t,e){return this._trigger("start",t,this._uiHash(e))},_slide:function(t,e,n){var i,o=this.value(),r=this.values();this._hasMultipleValues()&&(i=this.values(e?0:1),o=this.values(e),2===this.options.values.length&&!0===this.options.range&&(n=0===e?Math.min(i,n):Math.max(i,n)),r[e]=n),n!==o&&!1!==this._trigger("slide",t,this._uiHash(e,n,r))&&(this._hasMultipleValues()?this.values(e,n):this.value(n))},_stop:function(t,e){this._trigger("stop",t,this._uiHash(e))},_change:function(t,e){this._keySliding||this._mouseSliding||(this._lastChangedValue=e,this._trigger("change",t,this._uiHash(e)))},value:function(t){return arguments.length?(this.options.value=this._trimAlignValue(t),this._refreshValue(),void this._change(null,0)):this._value()},values:function(t,e){var n,i,o;if(arguments.length>1)return this.options.values[t]=this._trimAlignValue(e),this._refreshValue(),void this._change(null,t);if(!arguments.length)return this._values();if(!Array.isArray(arguments[0]))return this._hasMultipleValues()?this._values(t):this.value();for(n=this.options.values,i=arguments[0],o=0;o=0;n--)this._change(null,n);this._animateOff=!1;break;case"step":case"min":case"max":this._animateOff=!0,this._calculateNewMax(),this._refreshValue(),this._animateOff=!1;break;case"range":this._animateOff=!0,this._refresh(),this._animateOff=!1}},_setOptionDisabled:function(t){this._super(t),this._toggleClass(null,"ui-state-disabled",!!t)},_value:function(){var t=this.options.value;return this._trimAlignValue(t)},_values:function(t){var e,n,i;if(arguments.length)return e=this.options.values[t],this._trimAlignValue(e);if(this._hasMultipleValues()){for(n=this.options.values.slice(),i=0;i=this._valueMax())return this._valueMax();var e=this.options.step>0?this.options.step:1,n=(t-this._valueMin())%e,i=t-n;return 2*Math.abs(n)>=e&&(i+=n>0?e:-e),parseFloat(i.toFixed(5))},_calculateNewMax:function(){var t=this.options.max,e=this._valueMin(),n=this.options.step;(t=Math.round((t-e)/n)*n+e)>this.options.max&&(t-=n),this.max=parseFloat(t.toFixed(this._precision()))},_precision:function(){var t=this._precisionOf(this.options.step);return null!==this.options.min&&(t=Math.max(t,this._precisionOf(this.options.min))),t},_precisionOf:function(t){var e=t.toString(),n=e.indexOf(".");return-1===n?0:e.length-n-1},_valueMin:function(){return this.options.min},_valueMax:function(){return this.max},_refreshRange:function(t){"vertical"===t&&this.range.css({width:"",left:""}),"horizontal"===t&&this.range.css({height:"",bottom:""})},_refreshValue:function(){var e,n,i,o,r,s=this.options.range,a=this.options,c=this,l=!this._animateOff&&a.animate,u={};this._hasMultipleValues()?this.handles.each((function(i){n=(c.values(i)-c._valueMin())/(c._valueMax()-c._valueMin())*100,u["horizontal"===c.orientation?"left":"bottom"]=n+"%",t(this).stop(1,1)[l?"animate":"css"](u,a.animate),!0===c.options.range&&("horizontal"===c.orientation?(0===i&&c.range.stop(1,1)[l?"animate":"css"]({left:n+"%"},a.animate),1===i&&c.range[l?"animate":"css"]({width:n-e+"%"},{queue:!1,duration:a.animate})):(0===i&&c.range.stop(1,1)[l?"animate":"css"]({bottom:n+"%"},a.animate),1===i&&c.range[l?"animate":"css"]({height:n-e+"%"},{queue:!1,duration:a.animate}))),e=n})):(i=this.value(),o=this._valueMin(),r=this._valueMax(),n=r!==o?(i-o)/(r-o)*100:0,u["horizontal"===this.orientation?"left":"bottom"]=n+"%",this.handle.stop(1,1)[l?"animate":"css"](u,a.animate),"min"===s&&"horizontal"===this.orientation&&this.range.stop(1,1)[l?"animate":"css"]({width:n+"%"},a.animate),"max"===s&&"horizontal"===this.orientation&&this.range.stop(1,1)[l?"animate":"css"]({width:100-n+"%"},a.animate),"min"===s&&"vertical"===this.orientation&&this.range.stop(1,1)[l?"animate":"css"]({height:n+"%"},a.animate),"max"===s&&"vertical"===this.orientation&&this.range.stop(1,1)[l?"animate":"css"]({height:100-n+"%"},a.animate))},_handleEvents:{keydown:function(e){var n,i,o,r=t(e.target).data("ui-slider-handle-index");switch(e.keyCode){case t.ui.keyCode.HOME:case t.ui.keyCode.END:case t.ui.keyCode.PAGE_UP:case t.ui.keyCode.PAGE_DOWN:case t.ui.keyCode.UP:case t.ui.keyCode.RIGHT:case t.ui.keyCode.DOWN:case t.ui.keyCode.LEFT:if(e.preventDefault(),!this._keySliding&&(this._keySliding=!0,this._addClass(t(e.target),null,"ui-state-active"),!1===this._start(e,r)))return}switch(o=this.options.step,n=i=this._hasMultipleValues()?this.values(r):this.value(),e.keyCode){case t.ui.keyCode.HOME:i=this._valueMin();break;case t.ui.keyCode.END:i=this._valueMax();break;case t.ui.keyCode.PAGE_UP:i=this._trimAlignValue(n+(this._valueMax()-this._valueMin())/this.numPages);break;case t.ui.keyCode.PAGE_DOWN:i=this._trimAlignValue(n-(this._valueMax()-this._valueMin())/this.numPages);break;case t.ui.keyCode.UP:case t.ui.keyCode.RIGHT:if(n===this._valueMax())return;i=this._trimAlignValue(n+o);break;case t.ui.keyCode.DOWN:case t.ui.keyCode.LEFT:if(n===this._valueMin())return;i=this._trimAlignValue(n-o)}this._slide(e,r,i)},keyup:function(e){var n=t(e.target).data("ui-slider-handle-index");this._keySliding&&(this._keySliding=!1,this._stop(e,n),this._change(e,n),this._removeClass(t(e.target),null,"ui-state-active"))}}}),t.widget("ui.sortable",t.ui.mouse,{version:"1.13.3",widgetEventPrefix:"sort",ready:!1,options:{appendTo:"parent",axis:!1,connectWith:!1,containment:!1,cursor:"auto",cursorAt:!1,dropOnEmpty:!0,forcePlaceholderSize:!1,forceHelperSize:!1,grid:!1,handle:!1,helper:"original",items:"> *",opacity:!1,placeholder:!1,revert:!1,scroll:!0,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1e3,activate:null,beforeStop:null,change:null,deactivate:null,out:null,over:null,receive:null,remove:null,sort:null,start:null,stop:null,update:null},_isOverAxis:function(t,e,n){return t>=e&&t=0;t--)this.items[t].item.removeData(this.widgetName+"-item");return this},_mouseCapture:function(e,n){var i=null,o=!1,r=this;return!(this.reverting||this.options.disabled||"static"===this.options.type||(this._refreshItems(e),t(e.target).parents().each((function(){if(t.data(this,r.widgetName+"-item")===r)return i=t(this),!1})),t.data(e.target,r.widgetName+"-item")===r&&(i=t(e.target)),!i||this.options.handle&&!n&&(t(this.options.handle,i).find("*").addBack().each((function(){this===e.target&&(o=!0)})),!o)||(this.currentItem=i,this._removeCurrentsFromItems(),0)))},_mouseStart:function(e,n,i){var o,r,s=this.options;if(this.currentContainer=this,this.refreshPositions(),this.appendTo=t("parent"!==s.appendTo?s.appendTo:this.currentItem.parent()),this.helper=this._createHelper(e),this._cacheHelperProportions(),this._cacheMargins(),this.offset=this.currentItem.offset(),this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left},t.extend(this.offset,{click:{left:e.pageX-this.offset.left,top:e.pageY-this.offset.top},relative:this._getRelativeOffset()}),this.helper.css("position","absolute"),this.cssPosition=this.helper.css("position"),s.cursorAt&&this._adjustOffsetFromHelper(s.cursorAt),this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]},this.helper[0]!==this.currentItem[0]&&this.currentItem.hide(),this._createPlaceholder(),this.scrollParent=this.placeholder.scrollParent(),t.extend(this.offset,{parent:this._getParentOffset()}),s.containment&&this._setContainment(),s.cursor&&"auto"!==s.cursor&&(r=this.document.find("body"),this.storedCursor=r.css("cursor"),r.css("cursor",s.cursor),this.storedStylesheet=t("").appendTo(r)),s.zIndex&&(this.helper.css("zIndex")&&(this._storedZIndex=this.helper.css("zIndex")),this.helper.css("zIndex",s.zIndex)),s.opacity&&(this.helper.css("opacity")&&(this._storedOpacity=this.helper.css("opacity")),this.helper.css("opacity",s.opacity)),this.scrollParent[0]!==this.document[0]&&"HTML"!==this.scrollParent[0].tagName&&(this.overflowOffset=this.scrollParent.offset()),this._trigger("start",e,this._uiHash()),this._preserveHelperProportions||this._cacheHelperProportions(),!i)for(o=this.containers.length-1;o>=0;o--)this.containers[o]._trigger("activate",e,this._uiHash(this));return t.ui.ddmanager&&(t.ui.ddmanager.current=this),t.ui.ddmanager&&!s.dropBehaviour&&t.ui.ddmanager.prepareOffsets(this,e),this.dragging=!0,this._addClass(this.helper,"ui-sortable-helper"),this.helper.parent().is(this.appendTo)||(this.helper.detach().appendTo(this.appendTo),this.offset.parent=this._getParentOffset()),this.position=this.originalPosition=this._generatePosition(e),this.originalPageX=e.pageX,this.originalPageY=e.pageY,this.lastPositionAbs=this.positionAbs=this._convertPositionTo("absolute"),this._mouseDrag(e),!0},_scroll:function(t){var e=this.options,n=!1;return this.scrollParent[0]!==this.document[0]&&"HTML"!==this.scrollParent[0].tagName?(this.overflowOffset.top+this.scrollParent[0].offsetHeight-t.pageY=0;n--)if(o=(i=this.items[n]).item[0],(r=this._intersectsWithPointer(i))&&i.instance===this.currentContainer&&!(o===this.currentItem[0]||this.placeholder[1===r?"next":"prev"]()[0]===o||t.contains(this.placeholder[0],o)||"semi-dynamic"===this.options.type&&t.contains(this.element[0],o))){if(this.direction=1===r?"down":"up","pointer"!==this.options.tolerance&&!this._intersectsWithSides(i))break;this._rearrange(e,i),this._trigger("change",e,this._uiHash());break}return this._contactContainers(e),t.ui.ddmanager&&t.ui.ddmanager.drag(this,e),this._trigger("sort",e,this._uiHash()),this.lastPositionAbs=this.positionAbs,!1},_mouseStop:function(e,n){if(e){if(t.ui.ddmanager&&!this.options.dropBehaviour&&t.ui.ddmanager.drop(this,e),this.options.revert){var i=this,o=this.placeholder.offset(),r=this.options.axis,s={};r&&"x"!==r||(s.left=o.left-this.offset.parent.left-this.margins.left+(this.offsetParent[0]===this.document[0].body?0:this.offsetParent[0].scrollLeft)),r&&"y"!==r||(s.top=o.top-this.offset.parent.top-this.margins.top+(this.offsetParent[0]===this.document[0].body?0:this.offsetParent[0].scrollTop)),this.reverting=!0,t(this.helper).animate(s,parseInt(this.options.revert,10)||500,(function(){i._clear(e)}))}else this._clear(e,n);return!1}},cancel:function(){if(this.dragging){this._mouseUp(new t.Event("mouseup",{target:null})),"original"===this.options.helper?(this.currentItem.css(this._storedCSS),this._removeClass(this.currentItem,"ui-sortable-helper")):this.currentItem.show();for(var e=this.containers.length-1;e>=0;e--)this.containers[e]._trigger("deactivate",null,this._uiHash(this)),this.containers[e].containerCache.over&&(this.containers[e]._trigger("out",null,this._uiHash(this)),this.containers[e].containerCache.over=0)}return this.placeholder&&(this.placeholder[0].parentNode&&this.placeholder[0].parentNode.removeChild(this.placeholder[0]),"original"!==this.options.helper&&this.helper&&this.helper[0].parentNode&&this.helper.remove(),t.extend(this,{helper:null,dragging:!1,reverting:!1,_noFinalSort:null}),this.domPosition.prev?t(this.domPosition.prev).after(this.currentItem):t(this.domPosition.parent).prepend(this.currentItem)),this},serialize:function(e){var n=this._getItemsAsjQuery(e&&e.connected),i=[];return e=e||{},t(n).each((function(){var n=(t(e.item||this).attr(e.attribute||"id")||"").match(e.expression||/(.+)[\-=_](.+)/);n&&i.push((e.key||n[1]+"[]")+"="+(e.key&&e.expression?n[1]:n[2]))})),!i.length&&e.key&&i.push(e.key+"="),i.join("&")},toArray:function(e){var n=this._getItemsAsjQuery(e&&e.connected),i=[];return e=e||{},n.each((function(){i.push(t(e.item||this).attr(e.attribute||"id")||"")})),i},_intersectsWith:function(t){var e=this.positionAbs.left,n=e+this.helperProportions.width,i=this.positionAbs.top,o=i+this.helperProportions.height,r=t.left,s=r+t.width,a=t.top,c=a+t.height,l=this.offset.click.top,u=this.offset.click.left,h="x"===this.options.axis||i+l>a&&i+lr&&e+ut[this.floating?"width":"height"]?p:r0?"down":"up")},_getDragHorizontalDirection:function(){var t=this.positionAbs.left-this.lastPositionAbs.left;return 0!==t&&(t>0?"right":"left")},refresh:function(t){return this._refreshItems(t),this._setHandleClassName(),this.refreshPositions(),this},_connectWith:function(){var t=this.options;return t.connectWith.constructor===String?[t.connectWith]:t.connectWith},_getItemsAsjQuery:function(e){var n,i,o,r,s=[],a=[],c=this._connectWith();if(c&&e)for(n=c.length-1;n>=0;n--)for(i=(o=t(c[n],this.document[0])).length-1;i>=0;i--)(r=t.data(o[i],this.widgetFullName))&&r!==this&&!r.options.disabled&&a.push(["function"==typeof r.options.items?r.options.items.call(r.element):t(r.options.items,r.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),r]);function l(){s.push(this)}for(a.push(["function"==typeof this.options.items?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):t(this.options.items,this.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),this]),n=a.length-1;n>=0;n--)a[n][0].each(l);return t(s)},_removeCurrentsFromItems:function(){var e=this.currentItem.find(":data("+this.widgetName+"-item)");this.items=t.grep(this.items,(function(t){for(var n=0;n=0;n--)for(i=(o=t(d[n],this.document[0])).length-1;i>=0;i--)(r=t.data(o[i],this.widgetFullName))&&r!==this&&!r.options.disabled&&(h.push(["function"==typeof r.options.items?r.options.items.call(r.element[0],e,{item:this.currentItem}):t(r.options.items,r.element),r]),this.containers.push(r));for(n=h.length-1;n>=0;n--)for(s=h[n][1],i=0,l=(a=h[n][0]).length;i=0;n--)i=this.items[n],this.currentContainer&&i.instance!==this.currentContainer&&i.item[0]!==this.currentItem[0]||(o=this.options.toleranceElement?t(this.options.toleranceElement,i.item):i.item,e||(i.width=o.outerWidth(),i.height=o.outerHeight()),r=o.offset(),i.left=r.left,i.top=r.top)},refreshPositions:function(t){var e,n;if(this.floating=!!this.items.length&&("x"===this.options.axis||this._isFloating(this.items[0].item)),this.offsetParent&&this.helper&&(this.offset.parent=this._getParentOffset()),this._refreshItemPositions(t),this.options.custom&&this.options.custom.refreshContainers)this.options.custom.refreshContainers.call(this);else for(e=this.containers.length-1;e>=0;e--)n=this.containers[e].element.offset(),this.containers[e].containerCache.left=n.left,this.containers[e].containerCache.top=n.top,this.containers[e].containerCache.width=this.containers[e].element.outerWidth(),this.containers[e].containerCache.height=this.containers[e].element.outerHeight();return this},_createPlaceholder:function(e){var n,i,o=(e=e||this).options;o.placeholder&&o.placeholder.constructor!==String||(n=o.placeholder,i=e.currentItem[0].nodeName.toLowerCase(),o.placeholder={element:function(){var o=t("<"+i+">",e.document[0]);return e._addClass(o,"ui-sortable-placeholder",n||e.currentItem[0].className)._removeClass(o,"ui-sortable-helper"),"tbody"===i?e._createTrPlaceholder(e.currentItem.find("tr").eq(0),t("",e.document[0]).appendTo(o)):"tr"===i?e._createTrPlaceholder(e.currentItem,o):"img"===i&&o.attr("src",e.currentItem.attr("src")),n||o.css("visibility","hidden"),o},update:function(t,r){n&&!o.forcePlaceholderSize||(r.height()&&(!o.forcePlaceholderSize||"tbody"!==i&&"tr"!==i)||r.height(e.currentItem.innerHeight()-parseInt(e.currentItem.css("paddingTop")||0,10)-parseInt(e.currentItem.css("paddingBottom")||0,10)),r.width()||r.width(e.currentItem.innerWidth()-parseInt(e.currentItem.css("paddingLeft")||0,10)-parseInt(e.currentItem.css("paddingRight")||0,10)))}}),e.placeholder=t(o.placeholder.element.call(e.element,e.currentItem)),e.currentItem.after(e.placeholder),o.placeholder.update(e,e.placeholder)},_createTrPlaceholder:function(e,n){var i=this;e.children().each((function(){t(" ",i.document[0]).attr("colspan",t(this).attr("colspan")||1).appendTo(n)}))},_contactContainers:function(e){var n,i,o,r,s,a,c,l,u,h,d=null,p=null;for(n=this.containers.length-1;n>=0;n--)if(!t.contains(this.currentItem[0],this.containers[n].element[0]))if(this._intersectsWith(this.containers[n].containerCache)){if(d&&t.contains(this.containers[n].element[0],d.element[0]))continue;d=this.containers[n],p=n}else this.containers[n].containerCache.over&&(this.containers[n]._trigger("out",e,this._uiHash(this)),this.containers[n].containerCache.over=0);if(d)if(1===this.containers.length)this.containers[p].containerCache.over||(this.containers[p]._trigger("over",e,this._uiHash(this)),this.containers[p].containerCache.over=1);else{for(o=1e4,r=null,s=(u=d.floating||this._isFloating(this.currentItem))?"left":"top",a=u?"width":"height",h=u?"pageX":"pageY",i=this.items.length-1;i>=0;i--)t.contains(this.containers[p].element[0],this.items[i].item[0])&&this.items[i].item[0]!==this.currentItem[0]&&(c=this.items[i].item.offset()[s],l=!1,e[h]-c>this.items[i][a]/2&&(l=!0),Math.abs(e[h]-c)this.containment[2]&&(r=this.containment[2]+this.offset.click.left),e.pageY-this.offset.click.top>this.containment[3]&&(s=this.containment[3]+this.offset.click.top)),o.grid&&(n=this.originalPageY+Math.round((s-this.originalPageY)/o.grid[1])*o.grid[1],s=this.containment?n-this.offset.click.top>=this.containment[1]&&n-this.offset.click.top<=this.containment[3]?n:n-this.offset.click.top>=this.containment[1]?n-o.grid[1]:n+o.grid[1]:n,i=this.originalPageX+Math.round((r-this.originalPageX)/o.grid[0])*o.grid[0],r=this.containment?i-this.offset.click.left>=this.containment[0]&&i-this.offset.click.left<=this.containment[2]?i:i-this.offset.click.left>=this.containment[0]?i-o.grid[0]:i+o.grid[0]:i)),{top:s-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+("fixed"===this.cssPosition?-this.scrollParent.scrollTop():c?0:a.scrollTop()),left:r-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+("fixed"===this.cssPosition?-this.scrollParent.scrollLeft():c?0:a.scrollLeft())}},_rearrange:function(t,e,n,i){n?n[0].appendChild(this.placeholder[0]):e.item[0].parentNode.insertBefore(this.placeholder[0],"down"===this.direction?e.item[0]:e.item[0].nextSibling),this.counter=this.counter?++this.counter:1;var o=this.counter;this._delay((function(){o===this.counter&&this.refreshPositions(!i)}))},_clear:function(t,e){this.reverting=!1;var n,i=[];if(!this._noFinalSort&&this.currentItem.parent().length&&this.placeholder.before(this.currentItem),this._noFinalSort=null,this.helper[0]===this.currentItem[0]){for(n in this._storedCSS)"auto"!==this._storedCSS[n]&&"static"!==this._storedCSS[n]||(this._storedCSS[n]="");this.currentItem.css(this._storedCSS),this._removeClass(this.currentItem,"ui-sortable-helper")}else this.currentItem.show();function o(t,e,n){return function(i){n._trigger(t,i,e._uiHash(e))}}for(this.fromOutside&&!e&&i.push((function(t){this._trigger("receive",t,this._uiHash(this.fromOutside))})),!this.fromOutside&&this.domPosition.prev===this.currentItem.prev().not(".ui-sortable-helper")[0]&&this.domPosition.parent===this.currentItem.parent()[0]||e||i.push((function(t){this._trigger("update",t,this._uiHash())})),this!==this.currentContainer&&(e||(i.push((function(t){this._trigger("remove",t,this._uiHash())})),i.push(function(t){return function(e){t._trigger("receive",e,this._uiHash(this))}}.call(this,this.currentContainer)),i.push(function(t){return function(e){t._trigger("update",e,this._uiHash(this))}}.call(this,this.currentContainer)))),n=this.containers.length-1;n>=0;n--)e||i.push(o("deactivate",this,this.containers[n])),this.containers[n].containerCache.over&&(i.push(o("out",this,this.containers[n])),this.containers[n].containerCache.over=0);if(this.storedCursor&&(this.document.find("body").css("cursor",this.storedCursor),this.storedStylesheet.remove()),this._storedOpacity&&this.helper.css("opacity",this._storedOpacity),this._storedZIndex&&this.helper.css("zIndex","auto"===this._storedZIndex?"":this._storedZIndex),this.dragging=!1,e||this._trigger("beforeStop",t,this._uiHash()),this.placeholder[0].parentNode.removeChild(this.placeholder[0]),this.cancelHelperRemoval||(this.helper[0]!==this.currentItem[0]&&this.helper.remove(),this.helper=null),!e){for(n=0;n",widgetEventPrefix:"spin",options:{classes:{"ui-spinner":"ui-corner-all","ui-spinner-down":"ui-corner-br","ui-spinner-up":"ui-corner-tr"},culture:null,icons:{down:"ui-icon-triangle-1-s",up:"ui-icon-triangle-1-n"},incremental:!0,max:null,min:null,numberFormat:null,page:10,step:1,change:null,spin:null,start:null,stop:null},_create:function(){this._setOption("max",this.options.max),this._setOption("min",this.options.min),this._setOption("step",this.options.step),""!==this.value()&&this._value(this.element.val(),!0),this._draw(),this._on(this._events),this._refresh(),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_getCreateOptions:function(){var e=this._super(),n=this.element;return t.each(["min","max","step"],(function(t,i){var o=n.attr(i);null!=o&&o.length&&(e[i]=o)})),e},_events:{keydown:function(t){this._start(t)&&this._keydown(t)&&t.preventDefault()},keyup:"_stop",focus:function(){this.previous=this.element.val()},blur:function(t){this.cancelBlur?delete this.cancelBlur:(this._stop(),this._refresh(),this.previous!==this.element.val()&&this._trigger("change",t))},mousewheel:function(e,n){var i=t.ui.safeActiveElement(this.document[0]);if(this.element[0]===i&&n){if(!this.spinning&&!this._start(e))return!1;this._spin((n>0?1:-1)*this.options.step,e),clearTimeout(this.mousewheelTimer),this.mousewheelTimer=this._delay((function(){this.spinning&&this._stop(e)}),100),e.preventDefault()}},"mousedown .ui-spinner-button":function(e){var n;function i(){this.element[0]===t.ui.safeActiveElement(this.document[0])||(this.element.trigger("focus"),this.previous=n,this._delay((function(){this.previous=n})))}n=this.element[0]===t.ui.safeActiveElement(this.document[0])?this.previous:this.element.val(),e.preventDefault(),i.call(this),this.cancelBlur=!0,this._delay((function(){delete this.cancelBlur,i.call(this)})),!1!==this._start(e)&&this._repeat(null,t(e.currentTarget).hasClass("ui-spinner-up")?1:-1,e)},"mouseup .ui-spinner-button":"_stop","mouseenter .ui-spinner-button":function(e){if(t(e.currentTarget).hasClass("ui-state-active"))return!1!==this._start(e)&&void this._repeat(null,t(e.currentTarget).hasClass("ui-spinner-up")?1:-1,e)},"mouseleave .ui-spinner-button":"_stop"},_enhance:function(){this.uiSpinner=this.element.attr("autocomplete","off").wrap("").parent().append("")},_draw:function(){this._enhance(),this._addClass(this.uiSpinner,"ui-spinner","ui-widget ui-widget-content"),this._addClass("ui-spinner-input"),this.element.attr("role","spinbutton"),this.buttons=this.uiSpinner.children("a").attr("tabIndex",-1).attr("aria-hidden",!0).button({classes:{"ui-button":""}}),this._removeClass(this.buttons,"ui-corner-all"),this._addClass(this.buttons.first(),"ui-spinner-button ui-spinner-up"),this._addClass(this.buttons.last(),"ui-spinner-button ui-spinner-down"),this.buttons.first().button({icon:this.options.icons.up,showLabel:!1}),this.buttons.last().button({icon:this.options.icons.down,showLabel:!1}),this.buttons.height()>Math.ceil(.5*this.uiSpinner.height())&&this.uiSpinner.height()>0&&this.uiSpinner.height(this.uiSpinner.height())},_keydown:function(e){var n=this.options,i=t.ui.keyCode;switch(e.keyCode){case i.UP:return this._repeat(null,1,e),!0;case i.DOWN:return this._repeat(null,-1,e),!0;case i.PAGE_UP:return this._repeat(null,n.page,e),!0;case i.PAGE_DOWN:return this._repeat(null,-n.page,e),!0}return!1},_start:function(t){return!(!this.spinning&&!1===this._trigger("start",t)||(this.counter||(this.counter=1),this.spinning=!0,0))},_repeat:function(t,e,n){t=t||500,clearTimeout(this.timer),this.timer=this._delay((function(){this._repeat(40,e,n)}),t),this._spin(e*this.options.step,n)},_spin:function(t,e){var n=this.value()||0;this.counter||(this.counter=1),n=this._adjustValue(n+t*this._increment(this.counter)),this.spinning&&!1===this._trigger("spin",e,{value:n})||(this._value(n),this.counter++)},_increment:function(t){var e=this.options.incremental;return e?"function"==typeof e?e(t):Math.floor(t*t*t/5e4-t*t/500+17*t/200+1):1},_precision:function(){var t=this._precisionOf(this.options.step);return null!==this.options.min&&(t=Math.max(t,this._precisionOf(this.options.min))),t},_precisionOf:function(t){var e=t.toString(),n=e.indexOf(".");return-1===n?0:e.length-n-1},_adjustValue:function(t){var e,n,i=this.options;return n=t-(e=null!==i.min?i.min:0),t=e+(n=Math.round(n/i.step)*i.step),t=parseFloat(t.toFixed(this._precision())),null!==i.max&&t>i.max?i.max:null!==i.min&&t"},_buttonHtml:function(){return""}}),t.ui.spinner,t.widget("ui.tabs",{version:"1.13.3",delay:300,options:{active:null,classes:{"ui-tabs":"ui-corner-all","ui-tabs-nav":"ui-corner-all","ui-tabs-panel":"ui-corner-bottom","ui-tabs-tab":"ui-corner-top"},collapsible:!1,event:"click",heightStyle:"content",hide:null,show:null,activate:null,beforeActivate:null,beforeLoad:null,load:null},_isLocal:(R=/#.*$/,function(t){var e,n;e=t.href.replace(R,""),n=location.href.replace(R,"");try{e=decodeURIComponent(e)}catch(t){}try{n=decodeURIComponent(n)}catch(t){}return t.hash.length>1&&e===n}),_create:function(){var e=this,n=this.options;this.running=!1,this._addClass("ui-tabs","ui-widget ui-widget-content"),this._toggleClass("ui-tabs-collapsible",null,n.collapsible),this._processTabs(),n.active=this._initialActive(),Array.isArray(n.disabled)&&(n.disabled=t.uniqueSort(n.disabled.concat(t.map(this.tabs.filter(".ui-state-disabled"),(function(t){return e.tabs.index(t)})))).sort()),!1!==this.options.active&&this.anchors.length?this.active=this._findActive(n.active):this.active=t(),this._refresh(),this.active.length&&this.load(n.active)},_initialActive:function(){var e=this.options.active,n=this.options.collapsible,i=location.hash.substring(1);return null===e&&(i&&this.tabs.each((function(n,o){if(t(o).attr("aria-controls")===i)return e=n,!1})),null===e&&(e=this.tabs.index(this.tabs.filter(".ui-tabs-active"))),null!==e&&-1!==e||(e=!!this.tabs.length&&0)),!1!==e&&-1===(e=this.tabs.index(this.tabs.eq(e)))&&(e=!n&&0),!n&&!1===e&&this.anchors.length&&(e=0),e},_getCreateEventData:function(){return{tab:this.active,panel:this.active.length?this._getPanelForTab(this.active):t()}},_tabKeydown:function(e){var n=t(t.ui.safeActiveElement(this.document[0])).closest("li"),i=this.tabs.index(n),o=!0;if(!this._handlePageNav(e)){switch(e.keyCode){case t.ui.keyCode.RIGHT:case t.ui.keyCode.DOWN:i++;break;case t.ui.keyCode.UP:case t.ui.keyCode.LEFT:o=!1,i--;break;case t.ui.keyCode.END:i=this.anchors.length-1;break;case t.ui.keyCode.HOME:i=0;break;case t.ui.keyCode.SPACE:return e.preventDefault(),clearTimeout(this.activating),void this._activate(i);case t.ui.keyCode.ENTER:return e.preventDefault(),clearTimeout(this.activating),void this._activate(i!==this.options.active&&i);default:return}e.preventDefault(),clearTimeout(this.activating),i=this._focusNextTab(i,o),e.ctrlKey||e.metaKey||(n.attr("aria-selected","false"),this.tabs.eq(i).attr("aria-selected","true"),this.activating=this._delay((function(){this.option("active",i)}),this.delay))}},_panelKeydown:function(e){this._handlePageNav(e)||e.ctrlKey&&e.keyCode===t.ui.keyCode.UP&&(e.preventDefault(),this.active.trigger("focus"))},_handlePageNav:function(e){return e.altKey&&e.keyCode===t.ui.keyCode.PAGE_UP?(this._activate(this._focusNextTab(this.options.active-1,!1)),!0):e.altKey&&e.keyCode===t.ui.keyCode.PAGE_DOWN?(this._activate(this._focusNextTab(this.options.active+1,!0)),!0):void 0},_findNextTab:function(e,n){var i=this.tabs.length-1;for(;-1!==t.inArray((e>i&&(e=0),e<0&&(e=i),e),this.options.disabled);)e=n?e+1:e-1;return e},_focusNextTab:function(t,e){return t=this._findNextTab(t,e),this.tabs.eq(t).trigger("focus"),t},_setOption:function(t,e){"active"!==t?(this._super(t,e),"collapsible"===t&&(this._toggleClass("ui-tabs-collapsible",null,e),e||!1!==this.options.active||this._activate(0)),"event"===t&&this._setupEvents(e),"heightStyle"===t&&this._setupHeightStyle(e)):this._activate(e)},_sanitizeSelector:function(t){return t?t.replace(/[!"$%&'()*+,.\/:;<=>?@\[\]\^`{|}~]/g,"\\$&"):""},refresh:function(){var e=this.options,n=this.tablist.children(":has(a[href])");e.disabled=t.map(n.filter(".ui-state-disabled"),(function(t){return n.index(t)})),this._processTabs(),!1!==e.active&&this.anchors.length?this.active.length&&!t.contains(this.tablist[0],this.active[0])?this.tabs.length===e.disabled.length?(e.active=!1,this.active=t()):this._activate(this._findNextTab(Math.max(0,e.active-1),!1)):e.active=this.tabs.index(this.active):(e.active=!1,this.active=t()),this._refresh()},_refresh:function(){this._setOptionDisabled(this.options.disabled),this._setupEvents(this.options.event),this._setupHeightStyle(this.options.heightStyle),this.tabs.not(this.active).attr({"aria-selected":"false","aria-expanded":"false",tabIndex:-1}),this.panels.not(this._getPanelForTab(this.active)).hide().attr({"aria-hidden":"true"}),this.active.length?(this.active.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0}),this._addClass(this.active,"ui-tabs-active","ui-state-active"),this._getPanelForTab(this.active).show().attr({"aria-hidden":"false"})):this.tabs.eq(0).attr("tabIndex",0)},_processTabs:function(){var e=this,n=this.tabs,i=this.anchors,o=this.panels;this.tablist=this._getList().attr("role","tablist"),this._addClass(this.tablist,"ui-tabs-nav","ui-helper-reset ui-helper-clearfix ui-widget-header"),this.tablist.on("mousedown"+this.eventNamespace,"> li",(function(e){t(this).is(".ui-state-disabled")&&e.preventDefault()})).on("focus"+this.eventNamespace,".ui-tabs-anchor",(function(){t(this).closest("li").is(".ui-state-disabled")&&this.blur()})),this.tabs=this.tablist.find("> li:has(a[href])").attr({role:"tab",tabIndex:-1}),this._addClass(this.tabs,"ui-tabs-tab","ui-state-default"),this.anchors=this.tabs.map((function(){return t("a",this)[0]})).attr({tabIndex:-1}),this._addClass(this.anchors,"ui-tabs-anchor"),this.panels=t(),this.anchors.each((function(n,i){var o,r,s,a=t(i).uniqueId().attr("id"),c=t(i).closest("li"),l=c.attr("aria-controls");e._isLocal(i)?(s=(o=i.hash).substring(1),r=e.element.find(e._sanitizeSelector(o))):(o="#"+(s=c.attr("aria-controls")||t({}).uniqueId()[0].id),(r=e.element.find(o)).length||(r=e._createPanel(s)).insertAfter(e.panels[n-1]||e.tablist),r.attr("aria-live","polite")),r.length&&(e.panels=e.panels.add(r)),l&&c.data("ui-tabs-aria-controls",l),c.attr({"aria-controls":s,"aria-labelledby":a}),r.attr("aria-labelledby",a)})),this.panels.attr("role","tabpanel"),this._addClass(this.panels,"ui-tabs-panel","ui-widget-content"),n&&(this._off(n.not(this.tabs)),this._off(i.not(this.anchors)),this._off(o.not(this.panels)))},_getList:function(){return this.tablist||this.element.find("ol, ul").eq(0)},_createPanel:function(e){return t("
            ").attr("id",e).data("ui-tabs-destroy",!0)},_setOptionDisabled:function(e){var n,i,o;for(Array.isArray(e)&&(e.length?e.length===this.anchors.length&&(e=!0):e=!1),o=0;i=this.tabs[o];o++)n=t(i),!0===e||-1!==t.inArray(o,e)?(n.attr("aria-disabled","true"),this._addClass(n,null,"ui-state-disabled")):(n.removeAttr("aria-disabled"),this._removeClass(n,null,"ui-state-disabled"));this.options.disabled=e,this._toggleClass(this.widget(),this.widgetFullName+"-disabled",null,!0===e)},_setupEvents:function(e){var n={};e&&t.each(e.split(" "),(function(t,e){n[e]="_eventHandler"})),this._off(this.anchors.add(this.tabs).add(this.panels)),this._on(!0,this.anchors,{click:function(t){t.preventDefault()}}),this._on(this.anchors,n),this._on(this.tabs,{keydown:"_tabKeydown"}),this._on(this.panels,{keydown:"_panelKeydown"}),this._focusable(this.tabs),this._hoverable(this.tabs)},_setupHeightStyle:function(e){var n,i=this.element.parent();"fill"===e?(n=i.height(),n-=this.element.outerHeight()-this.element.height(),this.element.siblings(":visible").each((function(){var e=t(this),i=e.css("position");"absolute"!==i&&"fixed"!==i&&(n-=e.outerHeight(!0))})),this.element.children().not(this.panels).each((function(){n-=t(this).outerHeight(!0)})),this.panels.each((function(){t(this).height(Math.max(0,n-t(this).innerHeight()+t(this).height()))})).css("overflow","auto")):"auto"===e&&(n=0,this.panels.each((function(){n=Math.max(n,t(this).height("").height())})).height(n))},_eventHandler:function(e){var n=this.options,i=this.active,o=t(e.currentTarget).closest("li"),r=o[0]===i[0],s=r&&n.collapsible,a=s?t():this._getPanelForTab(o),c=i.length?this._getPanelForTab(i):t(),l={oldTab:i,oldPanel:c,newTab:s?t():o,newPanel:a};e.preventDefault(),o.hasClass("ui-state-disabled")||o.hasClass("ui-tabs-loading")||this.running||r&&!n.collapsible||!1===this._trigger("beforeActivate",e,l)||(n.active=!s&&this.tabs.index(o),this.active=r?t():o,this.xhr&&this.xhr.abort(),c.length||a.length||t.error("jQuery UI Tabs: Mismatching fragment identifier."),a.length&&this.load(this.tabs.index(o),e),this._toggle(e,l))},_toggle:function(e,n){var i=this,o=n.newPanel,r=n.oldPanel;function s(){i.running=!1,i._trigger("activate",e,n)}function a(){i._addClass(n.newTab.closest("li"),"ui-tabs-active","ui-state-active"),o.length&&i.options.show?i._show(o,i.options.show,s):(o.show(),s())}this.running=!0,r.length&&this.options.hide?this._hide(r,this.options.hide,(function(){i._removeClass(n.oldTab.closest("li"),"ui-tabs-active","ui-state-active"),a()})):(this._removeClass(n.oldTab.closest("li"),"ui-tabs-active","ui-state-active"),r.hide(),a()),r.attr("aria-hidden","true"),n.oldTab.attr({"aria-selected":"false","aria-expanded":"false"}),o.length&&r.length?n.oldTab.attr("tabIndex",-1):o.length&&this.tabs.filter((function(){return 0===t(this).attr("tabIndex")})).attr("tabIndex",-1),o.attr("aria-hidden","false"),n.newTab.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0})},_activate:function(e){var n,i=this._findActive(e);i[0]!==this.active[0]&&(i.length||(i=this.active),n=i.find(".ui-tabs-anchor")[0],this._eventHandler({target:n,currentTarget:n,preventDefault:t.noop}))},_findActive:function(e){return!1===e?t():this.tabs.eq(e)},_getIndex:function(e){return"string"==typeof e&&(e=this.anchors.index(this.anchors.filter("[href$='"+t.escapeSelector(e)+"']"))),e},_destroy:function(){this.xhr&&this.xhr.abort(),this.tablist.removeAttr("role").off(this.eventNamespace),this.anchors.removeAttr("role tabIndex").removeUniqueId(),this.tabs.add(this.panels).each((function(){t.data(this,"ui-tabs-destroy")?t(this).remove():t(this).removeAttr("role tabIndex aria-live aria-busy aria-selected aria-labelledby aria-hidden aria-expanded")})),this.tabs.each((function(){var e=t(this),n=e.data("ui-tabs-aria-controls");n?e.attr("aria-controls",n).removeData("ui-tabs-aria-controls"):e.removeAttr("aria-controls")})),this.panels.show(),"content"!==this.options.heightStyle&&this.panels.css("height","")},enable:function(e){var n=this.options.disabled;!1!==n&&(void 0===e?n=!1:(e=this._getIndex(e),n=Array.isArray(n)?t.map(n,(function(t){return t!==e?t:null})):t.map(this.tabs,(function(t,n){return n!==e?n:null}))),this._setOptionDisabled(n))},disable:function(e){var n=this.options.disabled;if(!0!==n){if(void 0===e)n=!0;else{if(e=this._getIndex(e),-1!==t.inArray(e,n))return;n=Array.isArray(n)?t.merge([e],n).sort():[e]}this._setOptionDisabled(n)}},load:function(e,n){e=this._getIndex(e);var i=this,o=this.tabs.eq(e),r=o.find(".ui-tabs-anchor"),s=this._getPanelForTab(o),a={tab:o,panel:s},c=function(t,e){"abort"===e&&i.panels.stop(!1,!0),i._removeClass(o,"ui-tabs-loading"),s.removeAttr("aria-busy"),t===i.xhr&&delete i.xhr};this._isLocal(r[0])||(this.xhr=t.ajax(this._ajaxSettings(r,n,a)),this.xhr&&"canceled"!==this.xhr.statusText&&(this._addClass(o,"ui-tabs-loading"),s.attr("aria-busy","true"),this.xhr.done((function(t,e,o){setTimeout((function(){s.html(t),i._trigger("load",n,a),c(o,e)}),1)})).fail((function(t,e){setTimeout((function(){c(t,e)}),1)}))))},_ajaxSettings:function(e,n,i){var o=this;return{url:e.attr("href").replace(/#.*$/,""),beforeSend:function(e,r){return o._trigger("beforeLoad",n,t.extend({jqXHR:e,ajaxSettings:r},i))}}},_getPanelForTab:function(e){var n=t(e).attr("aria-controls");return this.element.find(this._sanitizeSelector("#"+n))}}),!1!==t.uiBackCompat&&t.widget("ui.tabs",t.ui.tabs,{_processTabs:function(){this._superApply(arguments),this._addClass(this.tabs,"ui-tab")}}),t.ui.tabs,t.widget("ui.tooltip",{version:"1.13.3",options:{classes:{"ui-tooltip":"ui-corner-all ui-widget-shadow"},content:function(){var e=t(this).attr("title");return t("").text(e).html()},hide:!0,items:"[title]:not([disabled])",position:{my:"left top+15",at:"left bottom",collision:"flipfit flip"},show:!0,track:!1,close:null,open:null},_addDescribedBy:function(t,e){var n=(t.attr("aria-describedby")||"").split(/\s+/);n.push(e),t.data("ui-tooltip-id",e).attr("aria-describedby",String.prototype.trim.call(n.join(" ")))},_removeDescribedBy:function(e){var n=e.data("ui-tooltip-id"),i=(e.attr("aria-describedby")||"").split(/\s+/),o=t.inArray(n,i);-1!==o&&i.splice(o,1),e.removeData("ui-tooltip-id"),(i=String.prototype.trim.call(i.join(" ")))?e.attr("aria-describedby",i):e.removeAttr("aria-describedby")},_create:function(){this._on({mouseover:"open",focusin:"open"}),this.tooltips={},this.parents={},this.liveRegion=t("
            ").attr({role:"log","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this.disabledTitles=t([])},_setOption:function(e,n){var i=this;this._super(e,n),"content"===e&&t.each(this.tooltips,(function(t,e){i._updateContent(e.element)}))},_setOptionDisabled:function(t){this[t?"_disable":"_enable"]()},_disable:function(){var e=this;t.each(this.tooltips,(function(n,i){var o=t.Event("blur");o.target=o.currentTarget=i.element[0],e.close(o,!0)})),this.disabledTitles=this.disabledTitles.add(this.element.find(this.options.items).addBack().filter((function(){var e=t(this);if(e.is("[title]"))return e.data("ui-tooltip-title",e.attr("title")).removeAttr("title")})))},_enable:function(){this.disabledTitles.each((function(){var e=t(this);e.data("ui-tooltip-title")&&e.attr("title",e.data("ui-tooltip-title"))})),this.disabledTitles=t([])},open:function(e){var n=this,i=t(e?e.target:this.element).closest(this.options.items);i.length&&!i.data("ui-tooltip-id")&&(i.attr("title")&&i.data("ui-tooltip-title",i.attr("title")),i.data("ui-tooltip-open",!0),e&&"mouseover"===e.type&&i.parents().each((function(){var e,i=t(this);i.data("ui-tooltip-open")&&((e=t.Event("blur")).target=e.currentTarget=this,n.close(e,!0)),i.attr("title")&&(i.uniqueId(),n.parents[this.id]={element:this,title:i.attr("title")},i.attr("title",""))})),this._registerCloseHandlers(e,i),this._updateContent(i,e))},_updateContent:function(t,e){var n,i=this.options.content,o=this,r=e?e.type:null;if("string"==typeof i||i.nodeType||i.jquery)return this._open(e,t,i);(n=i.call(t[0],(function(n){o._delay((function(){t.data("ui-tooltip-open")&&(e&&(e.type=r),this._open(e,t,n))}))})))&&this._open(e,t,n)},_open:function(e,n,i){var o,r,s,a,c=t.extend({},this.options.position);function l(t){c.of=t,r.is(":hidden")||r.position(c)}i&&((o=this._find(n))?o.tooltip.find(".ui-tooltip-content").html(i):(n.is("[title]")&&(e&&"mouseover"===e.type?n.attr("title",""):n.removeAttr("title")),o=this._tooltip(n),r=o.tooltip,this._addDescribedBy(n,r.attr("id")),r.find(".ui-tooltip-content").html(i),this.liveRegion.children().hide(),(a=t("
            ").html(r.find(".ui-tooltip-content").html())).removeAttr("name").find("[name]").removeAttr("name"),a.removeAttr("id").find("[id]").removeAttr("id"),a.appendTo(this.liveRegion),this.options.track&&e&&/^mouse/.test(e.type)?(this._on(this.document,{mousemove:l}),l(e)):r.position(t.extend({of:n},this.options.position)),r.hide(),this._show(r,this.options.show),this.options.track&&this.options.show&&this.options.show.delay&&(s=this.delayedShow=setInterval((function(){r.is(":visible")&&(l(c.of),clearInterval(s))}),13)),this._trigger("open",e,{tooltip:r})))},_registerCloseHandlers:function(e,n){var i={keyup:function(e){if(e.keyCode===t.ui.keyCode.ESCAPE){var i=t.Event(e);i.currentTarget=n[0],this.close(i,!0)}}};n[0]!==this.element[0]&&(i.remove=function(){var t=this._find(n);t&&this._removeTooltip(t.tooltip)}),e&&"mouseover"!==e.type||(i.mouseleave="close"),e&&"focusin"!==e.type||(i.focusout="close"),this._on(!0,n,i)},close:function(e){var n,i=this,o=t(e?e.currentTarget:this.element),r=this._find(o);r?(n=r.tooltip,r.closing||(clearInterval(this.delayedShow),o.data("ui-tooltip-title")&&!o.attr("title")&&o.attr("title",o.data("ui-tooltip-title")),this._removeDescribedBy(o),r.hiding=!0,n.stop(!0),this._hide(n,this.options.hide,(function(){i._removeTooltip(t(this))})),o.removeData("ui-tooltip-open"),this._off(o,"mouseleave focusout keyup"),o[0]!==this.element[0]&&this._off(o,"remove"),this._off(this.document,"mousemove"),e&&"mouseleave"===e.type&&t.each(this.parents,(function(e,n){t(n.element).attr("title",n.title),delete i.parents[e]})),r.closing=!0,this._trigger("close",e,{tooltip:n}),r.hiding||(r.closing=!1))):o.removeData("ui-tooltip-open")},_tooltip:function(e){var n=t("
            ").attr("role","tooltip"),i=t("
            ").appendTo(n),o=n.uniqueId().attr("id");return this._addClass(i,"ui-tooltip-content"),this._addClass(n,"ui-tooltip","ui-widget ui-widget-content"),n.appendTo(this._appendTo(e)),this.tooltips[o]={element:e,tooltip:n}},_find:function(t){var e=t.data("ui-tooltip-id");return e?this.tooltips[e]:null},_removeTooltip:function(t){clearInterval(this.delayedShow),t.remove(),delete this.tooltips[t.attr("id")]},_appendTo:function(t){var e=t.closest(".ui-front, dialog");return e.length||(e=this.document[0].body),e},_destroy:function(){var e=this;t.each(this.tooltips,(function(n,i){var o=t.Event("blur"),r=i.element;o.target=o.currentTarget=r[0],e.close(o,!0),t("#"+n).remove(),r.data("ui-tooltip-title")&&(r.attr("title")||r.attr("title",r.data("ui-tooltip-title")),r.removeData("ui-tooltip-title"))})),this.liveRegion.remove()}}),!1!==t.uiBackCompat&&t.widget("ui.tooltip",t.ui.tooltip,{options:{tooltipClass:null},_tooltip:function(){var t=this._superApply(arguments);return this.options.tooltipClass&&t.tooltip.addClass(this.options.tooltipClass),t}}),t.ui.tooltip},void 0===(r=i.apply(e,o))||(t.exports=r)}()},35358:(t,e,n)=>{var i={"./af":25177,"./af.js":25177,"./ar":61509,"./ar-dz":41488,"./ar-dz.js":41488,"./ar-kw":58676,"./ar-kw.js":58676,"./ar-ly":42353,"./ar-ly.js":42353,"./ar-ma":24496,"./ar-ma.js":24496,"./ar-ps":6947,"./ar-ps.js":6947,"./ar-sa":60301,"./ar-sa.js":60301,"./ar-tn":89756,"./ar-tn.js":89756,"./ar.js":61509,"./az":95533,"./az.js":95533,"./be":28959,"./be.js":28959,"./bg":47777,"./bg.js":47777,"./bm":54903,"./bm.js":54903,"./bn":61290,"./bn-bd":17357,"./bn-bd.js":17357,"./bn.js":61290,"./bo":31545,"./bo.js":31545,"./br":11470,"./br.js":11470,"./bs":44429,"./bs.js":44429,"./ca":7306,"./ca.js":7306,"./cs":56464,"./cs.js":56464,"./cv":73635,"./cv.js":73635,"./cy":64226,"./cy.js":64226,"./da":93601,"./da.js":93601,"./de":77853,"./de-at":26111,"./de-at.js":26111,"./de-ch":54697,"./de-ch.js":54697,"./de.js":77853,"./dv":60708,"./dv.js":60708,"./el":54691,"./el.js":54691,"./en-au":53872,"./en-au.js":53872,"./en-ca":28298,"./en-ca.js":28298,"./en-gb":56195,"./en-gb.js":56195,"./en-ie":66584,"./en-ie.js":66584,"./en-il":65543,"./en-il.js":65543,"./en-in":9033,"./en-in.js":9033,"./en-nz":79402,"./en-nz.js":79402,"./en-sg":43004,"./en-sg.js":43004,"./eo":32934,"./eo.js":32934,"./es":97650,"./es-do":20838,"./es-do.js":20838,"./es-mx":17730,"./es-mx.js":17730,"./es-us":56575,"./es-us.js":56575,"./es.js":97650,"./et":3035,"./et.js":3035,"./eu":3508,"./eu.js":3508,"./fa":119,"./fa.js":119,"./fi":90527,"./fi.js":90527,"./fil":95995,"./fil.js":95995,"./fo":52477,"./fo.js":52477,"./fr":85498,"./fr-ca":26435,"./fr-ca.js":26435,"./fr-ch":37892,"./fr-ch.js":37892,"./fr.js":85498,"./fy":37071,"./fy.js":37071,"./ga":41734,"./ga.js":41734,"./gd":70217,"./gd.js":70217,"./gl":77329,"./gl.js":77329,"./gom-deva":32124,"./gom-deva.js":32124,"./gom-latn":93383,"./gom-latn.js":93383,"./gu":95050,"./gu.js":95050,"./he":11713,"./he.js":11713,"./hi":43861,"./hi.js":43861,"./hr":26308,"./hr.js":26308,"./hu":90609,"./hu.js":90609,"./hy-am":17160,"./hy-am.js":17160,"./id":74063,"./id.js":74063,"./is":89374,"./is.js":89374,"./it":88383,"./it-ch":21827,"./it-ch.js":21827,"./it.js":88383,"./ja":23827,"./ja.js":23827,"./jv":89722,"./jv.js":89722,"./ka":41794,"./ka.js":41794,"./kk":27088,"./kk.js":27088,"./km":96870,"./km.js":96870,"./kn":84451,"./kn.js":84451,"./ko":63164,"./ko.js":63164,"./ku":98174,"./ku-kmr":6181,"./ku-kmr.js":6181,"./ku.js":98174,"./ky":78474,"./ky.js":78474,"./lb":79680,"./lb.js":79680,"./lo":15867,"./lo.js":15867,"./lt":45766,"./lt.js":45766,"./lv":69532,"./lv.js":69532,"./me":58076,"./me.js":58076,"./mi":41848,"./mi.js":41848,"./mk":30306,"./mk.js":30306,"./ml":73739,"./ml.js":73739,"./mn":99053,"./mn.js":99053,"./mr":86169,"./mr.js":86169,"./ms":73386,"./ms-my":92297,"./ms-my.js":92297,"./ms.js":73386,"./mt":77075,"./mt.js":77075,"./my":72264,"./my.js":72264,"./nb":22274,"./nb.js":22274,"./ne":8235,"./ne.js":8235,"./nl":92572,"./nl-be":43784,"./nl-be.js":43784,"./nl.js":92572,"./nn":54566,"./nn.js":54566,"./oc-lnc":69330,"./oc-lnc.js":69330,"./pa-in":29849,"./pa-in.js":29849,"./pl":94418,"./pl.js":94418,"./pt":79834,"./pt-br":48303,"./pt-br.js":48303,"./pt.js":79834,"./ro":24457,"./ro.js":24457,"./ru":82271,"./ru.js":82271,"./sd":1221,"./sd.js":1221,"./se":33478,"./se.js":33478,"./si":17538,"./si.js":17538,"./sk":5784,"./sk.js":5784,"./sl":46637,"./sl.js":46637,"./sq":86794,"./sq.js":86794,"./sr":45719,"./sr-cyrl":3322,"./sr-cyrl.js":3322,"./sr.js":45719,"./ss":56e3,"./ss.js":56e3,"./sv":41011,"./sv.js":41011,"./sw":40748,"./sw.js":40748,"./ta":11025,"./ta.js":11025,"./te":11885,"./te.js":11885,"./tet":28861,"./tet.js":28861,"./tg":86571,"./tg.js":86571,"./th":55802,"./th.js":55802,"./tk":59527,"./tk.js":59527,"./tl-ph":29231,"./tl-ph.js":29231,"./tlh":31052,"./tlh.js":31052,"./tr":85096,"./tr.js":85096,"./tzl":79846,"./tzl.js":79846,"./tzm":81765,"./tzm-latn":97711,"./tzm-latn.js":97711,"./tzm.js":81765,"./ug-cn":48414,"./ug-cn.js":48414,"./uk":16618,"./uk.js":16618,"./ur":57777,"./ur.js":57777,"./uz":57609,"./uz-latn":72475,"./uz-latn.js":72475,"./uz.js":57609,"./vi":21135,"./vi.js":21135,"./x-pseudo":64051,"./x-pseudo.js":64051,"./yo":82218,"./yo.js":82218,"./zh-cn":52648,"./zh-cn.js":52648,"./zh-hk":1632,"./zh-hk.js":1632,"./zh-mo":31541,"./zh-mo.js":31541,"./zh-tw":50304,"./zh-tw.js":50304};function o(t){var e=r(t);return n(e)}function r(t){if(!n.o(i,t)){var e=new Error("Cannot find module '"+t+"'");throw e.code="MODULE_NOT_FOUND",e}return i[t]}o.keys=function(){return Object.keys(i)},o.resolve=r,t.exports=o,o.id=35358},7452:t=>{var e=function(t){"use strict";var e,n=Object.prototype,i=n.hasOwnProperty,o=Object.defineProperty||function(t,e,n){t[e]=n.value},r="function"==typeof Symbol?Symbol:{},s=r.iterator||"@@iterator",a=r.asyncIterator||"@@asyncIterator",c=r.toStringTag||"@@toStringTag";function l(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{l({},"")}catch(t){l=function(t,e,n){return t[e]=n}}function u(t,e,n,i){var r=e&&e.prototype instanceof m?e:m,s=Object.create(r.prototype),a=new S(i||[]);return o(s,"_invoke",{value:E(t,n,a)}),s}function h(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}t.wrap=u;var d="suspendedStart",p="suspendedYield",A="executing",f="completed",g={};function m(){}function b(){}function C(){}var v={};l(v,s,(function(){return this}));var x=Object.getPrototypeOf,w=x&&x(x(T([])));w&&w!==n&&i.call(w,s)&&(v=w);var y=C.prototype=m.prototype=Object.create(v);function k(t){["next","throw","return"].forEach((function(e){l(t,e,(function(t){return this._invoke(e,t)}))}))}function B(t,e){function n(o,r,s,a){var c=h(t[o],t,r);if("throw"!==c.type){var l=c.arg,u=l.value;return u&&"object"==typeof u&&i.call(u,"__await")?e.resolve(u.__await).then((function(t){n("next",t,s,a)}),(function(t){n("throw",t,s,a)})):e.resolve(u).then((function(t){l.value=t,s(l)}),(function(t){return n("throw",t,s,a)}))}a(c.arg)}var r;o(this,"_invoke",{value:function(t,i){function o(){return new e((function(e,o){n(t,i,e,o)}))}return r=r?r.then(o,o):o()}})}function E(t,n,i){var o=d;return function(r,s){if(o===A)throw new Error("Generator is already running");if(o===f){if("throw"===r)throw s;return{value:e,done:!0}}for(i.method=r,i.arg=s;;){var a=i.delegate;if(a){var c=_(a,i);if(c){if(c===g)continue;return c}}if("next"===i.method)i.sent=i._sent=i.arg;else if("throw"===i.method){if(o===d)throw o=f,i.arg;i.dispatchException(i.arg)}else"return"===i.method&&i.abrupt("return",i.arg);o=A;var l=h(t,n,i);if("normal"===l.type){if(o=i.done?f:p,l.arg===g)continue;return{value:l.arg,done:i.done}}"throw"===l.type&&(o=f,i.method="throw",i.arg=l.arg)}}}function _(t,n){var i=n.method,o=t.iterator[i];if(o===e)return n.delegate=null,"throw"===i&&t.iterator.return&&(n.method="return",n.arg=e,_(t,n),"throw"===n.method)||"return"!==i&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+i+"' method")),g;var r=h(o,t.iterator,n.arg);if("throw"===r.type)return n.method="throw",n.arg=r.arg,n.delegate=null,g;var s=r.arg;return s?s.done?(n[t.resultName]=s.value,n.next=t.nextLoc,"return"!==n.method&&(n.method="next",n.arg=e),n.delegate=null,g):s:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,g)}function I(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function D(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function S(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(I,this),this.reset(!0)}function T(t){if(null!=t){var n=t[s];if(n)return n.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var o=-1,r=function n(){for(;++o=0;--r){var s=this.tryEntries[r],a=s.completion;if("root"===s.tryLoc)return o("end");if(s.tryLoc<=this.prev){var c=i.call(s,"catchLoc"),l=i.call(s,"finallyLoc");if(c&&l){if(this.prev=0;--n){var o=this.tryEntries[n];if(o.tryLoc<=this.prev&&i.call(o,"finallyLoc")&&this.prev=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),D(n),g}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var i=n.completion;if("throw"===i.type){var o=i.arg;D(n)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,n,i){return this.delegate={iterator:T(t),resultName:n,nextLoc:i},"next"===this.method&&(this.arg=e),g}},t}(t.exports);try{regeneratorRuntime=e}catch(t){"object"==typeof globalThis?globalThis.regeneratorRuntime=e:Function("r","regeneratorRuntime = r")(e)}},44275:(t,e,n)=>{var i,o=n(74692);void 0===(i=o).fn.each2&&i.extend(i.fn,{each2:function(t){for(var e=i([0]),n=-1,o=this.length;++n=112&&t<=123}},d={"Ⓐ":"A",A:"A",À:"A",Á:"A",Â:"A",Ầ:"A",Ấ:"A",Ẫ:"A",Ẩ:"A",Ã:"A",Ā:"A",Ă:"A",Ằ:"A",Ắ:"A",Ẵ:"A",Ẳ:"A",Ȧ:"A",Ǡ:"A",Ä:"A",Ǟ:"A",Ả:"A",Å:"A",Ǻ:"A",Ǎ:"A",Ȁ:"A",Ȃ:"A",Ạ:"A",Ậ:"A",Ặ:"A",Ḁ:"A",Ą:"A",Ⱥ:"A",Ɐ:"A",Ꜳ:"AA",Æ:"AE",Ǽ:"AE",Ǣ:"AE",Ꜵ:"AO",Ꜷ:"AU",Ꜹ:"AV",Ꜻ:"AV",Ꜽ:"AY","Ⓑ":"B",B:"B",Ḃ:"B",Ḅ:"B",Ḇ:"B",Ƀ:"B",Ƃ:"B",Ɓ:"B","Ⓒ":"C",C:"C",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",Ç:"C",Ḉ:"C",Ƈ:"C",Ȼ:"C",Ꜿ:"C","Ⓓ":"D",D:"D",Ḋ:"D",Ď:"D",Ḍ:"D",Ḑ:"D",Ḓ:"D",Ḏ:"D",Đ:"D",Ƌ:"D",Ɗ:"D",Ɖ:"D",Ꝺ:"D",DZ:"DZ",DŽ:"DZ",Dz:"Dz",Dž:"Dz","Ⓔ":"E",E:"E",È:"E",É:"E",Ê:"E",Ề:"E",Ế:"E",Ễ:"E",Ể:"E",Ẽ:"E",Ē:"E",Ḕ:"E",Ḗ:"E",Ĕ:"E",Ė:"E",Ë:"E",Ẻ:"E",Ě:"E",Ȅ:"E",Ȇ:"E",Ẹ:"E",Ệ:"E",Ȩ:"E",Ḝ:"E",Ę:"E",Ḙ:"E",Ḛ:"E",Ɛ:"E",Ǝ:"E","Ⓕ":"F",F:"F",Ḟ:"F",Ƒ:"F",Ꝼ:"F","Ⓖ":"G",G:"G",Ǵ:"G",Ĝ:"G",Ḡ:"G",Ğ:"G",Ġ:"G",Ǧ:"G",Ģ:"G",Ǥ:"G",Ɠ:"G",Ꞡ:"G",Ᵹ:"G",Ꝿ:"G","Ⓗ":"H",H:"H",Ĥ:"H",Ḣ:"H",Ḧ:"H",Ȟ:"H",Ḥ:"H",Ḩ:"H",Ḫ:"H",Ħ:"H",Ⱨ:"H",Ⱶ:"H",Ɥ:"H","Ⓘ":"I",I:"I",Ì:"I",Í:"I",Î:"I",Ĩ:"I",Ī:"I",Ĭ:"I",İ:"I",Ï:"I",Ḯ:"I",Ỉ:"I",Ǐ:"I",Ȉ:"I",Ȋ:"I",Ị:"I",Į:"I",Ḭ:"I",Ɨ:"I","Ⓙ":"J",J:"J",Ĵ:"J",Ɉ:"J","Ⓚ":"K",K:"K",Ḱ:"K",Ǩ:"K",Ḳ:"K",Ķ:"K",Ḵ:"K",Ƙ:"K",Ⱪ:"K",Ꝁ:"K",Ꝃ:"K",Ꝅ:"K",Ꞣ:"K","Ⓛ":"L",L:"L",Ŀ:"L",Ĺ:"L",Ľ:"L",Ḷ:"L",Ḹ:"L",Ļ:"L",Ḽ:"L",Ḻ:"L",Ł:"L",Ƚ:"L",Ɫ:"L",Ⱡ:"L",Ꝉ:"L",Ꝇ:"L",Ꞁ:"L",LJ:"LJ",Lj:"Lj","Ⓜ":"M",M:"M",Ḿ:"M",Ṁ:"M",Ṃ:"M",Ɱ:"M",Ɯ:"M","Ⓝ":"N",N:"N",Ǹ:"N",Ń:"N",Ñ:"N",Ṅ:"N",Ň:"N",Ṇ:"N",Ņ:"N",Ṋ:"N",Ṉ:"N",Ƞ:"N",Ɲ:"N",Ꞑ:"N",Ꞥ:"N",NJ:"NJ",Nj:"Nj","Ⓞ":"O",O:"O",Ò:"O",Ó:"O",Ô:"O",Ồ:"O",Ố:"O",Ỗ:"O",Ổ:"O",Õ:"O",Ṍ:"O",Ȭ:"O",Ṏ:"O",Ō:"O",Ṑ:"O",Ṓ:"O",Ŏ:"O",Ȯ:"O",Ȱ:"O",Ö:"O",Ȫ:"O",Ỏ:"O",Ő:"O",Ǒ:"O",Ȍ:"O",Ȏ:"O",Ơ:"O",Ờ:"O",Ớ:"O",Ỡ:"O",Ở:"O",Ợ:"O",Ọ:"O",Ộ:"O",Ǫ:"O",Ǭ:"O",Ø:"O",Ǿ:"O",Ɔ:"O",Ɵ:"O",Ꝋ:"O",Ꝍ:"O",Ƣ:"OI",Ꝏ:"OO",Ȣ:"OU","Ⓟ":"P",P:"P",Ṕ:"P",Ṗ:"P",Ƥ:"P",Ᵽ:"P",Ꝑ:"P",Ꝓ:"P",Ꝕ:"P","Ⓠ":"Q",Q:"Q",Ꝗ:"Q",Ꝙ:"Q",Ɋ:"Q","Ⓡ":"R",R:"R",Ŕ:"R",Ṙ:"R",Ř:"R",Ȑ:"R",Ȓ:"R",Ṛ:"R",Ṝ:"R",Ŗ:"R",Ṟ:"R",Ɍ:"R",Ɽ:"R",Ꝛ:"R",Ꞧ:"R",Ꞃ:"R","Ⓢ":"S",S:"S",ẞ:"S",Ś:"S",Ṥ:"S",Ŝ:"S",Ṡ:"S",Š:"S",Ṧ:"S",Ṣ:"S",Ṩ:"S",Ș:"S",Ş:"S",Ȿ:"S",Ꞩ:"S",Ꞅ:"S","Ⓣ":"T",T:"T",Ṫ:"T",Ť:"T",Ṭ:"T",Ț:"T",Ţ:"T",Ṱ:"T",Ṯ:"T",Ŧ:"T",Ƭ:"T",Ʈ:"T",Ⱦ:"T",Ꞇ:"T",Ꜩ:"TZ","Ⓤ":"U",U:"U",Ù:"U",Ú:"U",Û:"U",Ũ:"U",Ṹ:"U",Ū:"U",Ṻ:"U",Ŭ:"U",Ü:"U",Ǜ:"U",Ǘ:"U",Ǖ:"U",Ǚ:"U",Ủ:"U",Ů:"U",Ű:"U",Ǔ:"U",Ȕ:"U",Ȗ:"U",Ư:"U",Ừ:"U",Ứ:"U",Ữ:"U",Ử:"U",Ự:"U",Ụ:"U",Ṳ:"U",Ų:"U",Ṷ:"U",Ṵ:"U",Ʉ:"U","Ⓥ":"V",V:"V",Ṽ:"V",Ṿ:"V",Ʋ:"V",Ꝟ:"V",Ʌ:"V",Ꝡ:"VY","Ⓦ":"W",W:"W",Ẁ:"W",Ẃ:"W",Ŵ:"W",Ẇ:"W",Ẅ:"W",Ẉ:"W",Ⱳ:"W","Ⓧ":"X",X:"X",Ẋ:"X",Ẍ:"X","Ⓨ":"Y",Y:"Y",Ỳ:"Y",Ý:"Y",Ŷ:"Y",Ỹ:"Y",Ȳ:"Y",Ẏ:"Y",Ÿ:"Y",Ỷ:"Y",Ỵ:"Y",Ƴ:"Y",Ɏ:"Y",Ỿ:"Y","Ⓩ":"Z",Z:"Z",Ź:"Z",Ẑ:"Z",Ż:"Z",Ž:"Z",Ẓ:"Z",Ẕ:"Z",Ƶ:"Z",Ȥ:"Z",Ɀ:"Z",Ⱬ:"Z",Ꝣ:"Z","ⓐ":"a",a:"a",ẚ:"a",à:"a",á:"a",â:"a",ầ:"a",ấ:"a",ẫ:"a",ẩ:"a",ã:"a",ā:"a",ă:"a",ằ:"a",ắ:"a",ẵ:"a",ẳ:"a",ȧ:"a",ǡ:"a",ä:"a",ǟ:"a",ả:"a",å:"a",ǻ:"a",ǎ:"a",ȁ:"a",ȃ:"a",ạ:"a",ậ:"a",ặ:"a",ḁ:"a",ą:"a",ⱥ:"a",ɐ:"a",ꜳ:"aa",æ:"ae",ǽ:"ae",ǣ:"ae",ꜵ:"ao",ꜷ:"au",ꜹ:"av",ꜻ:"av",ꜽ:"ay","ⓑ":"b",b:"b",ḃ:"b",ḅ:"b",ḇ:"b",ƀ:"b",ƃ:"b",ɓ:"b","ⓒ":"c",c:"c",ć:"c",ĉ:"c",ċ:"c",č:"c",ç:"c",ḉ:"c",ƈ:"c",ȼ:"c",ꜿ:"c",ↄ:"c","ⓓ":"d",d:"d",ḋ:"d",ď:"d",ḍ:"d",ḑ:"d",ḓ:"d",ḏ:"d",đ:"d",ƌ:"d",ɖ:"d",ɗ:"d",ꝺ:"d",dz:"dz",dž:"dz","ⓔ":"e",e:"e",è:"e",é:"e",ê:"e",ề:"e",ế:"e",ễ:"e",ể:"e",ẽ:"e",ē:"e",ḕ:"e",ḗ:"e",ĕ:"e",ė:"e",ë:"e",ẻ:"e",ě:"e",ȅ:"e",ȇ:"e",ẹ:"e",ệ:"e",ȩ:"e",ḝ:"e",ę:"e",ḙ:"e",ḛ:"e",ɇ:"e",ɛ:"e",ǝ:"e","ⓕ":"f",f:"f",ḟ:"f",ƒ:"f",ꝼ:"f","ⓖ":"g",g:"g",ǵ:"g",ĝ:"g",ḡ:"g",ğ:"g",ġ:"g",ǧ:"g",ģ:"g",ǥ:"g",ɠ:"g",ꞡ:"g",ᵹ:"g",ꝿ:"g","ⓗ":"h",h:"h",ĥ:"h",ḣ:"h",ḧ:"h",ȟ:"h",ḥ:"h",ḩ:"h",ḫ:"h",ẖ:"h",ħ:"h",ⱨ:"h",ⱶ:"h",ɥ:"h",ƕ:"hv","ⓘ":"i",i:"i",ì:"i",í:"i",î:"i",ĩ:"i",ī:"i",ĭ:"i",ï:"i",ḯ:"i",ỉ:"i",ǐ:"i",ȉ:"i",ȋ:"i",ị:"i",į:"i",ḭ:"i",ɨ:"i",ı:"i","ⓙ":"j",j:"j",ĵ:"j",ǰ:"j",ɉ:"j","ⓚ":"k",k:"k",ḱ:"k",ǩ:"k",ḳ:"k",ķ:"k",ḵ:"k",ƙ:"k",ⱪ:"k",ꝁ:"k",ꝃ:"k",ꝅ:"k",ꞣ:"k","ⓛ":"l",l:"l",ŀ:"l",ĺ:"l",ľ:"l",ḷ:"l",ḹ:"l",ļ:"l",ḽ:"l",ḻ:"l",ſ:"l",ł:"l",ƚ:"l",ɫ:"l",ⱡ:"l",ꝉ:"l",ꞁ:"l",ꝇ:"l",lj:"lj","ⓜ":"m",m:"m",ḿ:"m",ṁ:"m",ṃ:"m",ɱ:"m",ɯ:"m","ⓝ":"n",n:"n",ǹ:"n",ń:"n",ñ:"n",ṅ:"n",ň:"n",ṇ:"n",ņ:"n",ṋ:"n",ṉ:"n",ƞ:"n",ɲ:"n",ʼn:"n",ꞑ:"n",ꞥ:"n",nj:"nj","ⓞ":"o",o:"o",ò:"o",ó:"o",ô:"o",ồ:"o",ố:"o",ỗ:"o",ổ:"o",õ:"o",ṍ:"o",ȭ:"o",ṏ:"o",ō:"o",ṑ:"o",ṓ:"o",ŏ:"o",ȯ:"o",ȱ:"o",ö:"o",ȫ:"o",ỏ:"o",ő:"o",ǒ:"o",ȍ:"o",ȏ:"o",ơ:"o",ờ:"o",ớ:"o",ỡ:"o",ở:"o",ợ:"o",ọ:"o",ộ:"o",ǫ:"o",ǭ:"o",ø:"o",ǿ:"o",ɔ:"o",ꝋ:"o",ꝍ:"o",ɵ:"o",ƣ:"oi",ȣ:"ou",ꝏ:"oo","ⓟ":"p",p:"p",ṕ:"p",ṗ:"p",ƥ:"p",ᵽ:"p",ꝑ:"p",ꝓ:"p",ꝕ:"p","ⓠ":"q",q:"q",ɋ:"q",ꝗ:"q",ꝙ:"q","ⓡ":"r",r:"r",ŕ:"r",ṙ:"r",ř:"r",ȑ:"r",ȓ:"r",ṛ:"r",ṝ:"r",ŗ:"r",ṟ:"r",ɍ:"r",ɽ:"r",ꝛ:"r",ꞧ:"r",ꞃ:"r","ⓢ":"s",s:"s",ß:"s",ś:"s",ṥ:"s",ŝ:"s",ṡ:"s",š:"s",ṧ:"s",ṣ:"s",ṩ:"s",ș:"s",ş:"s",ȿ:"s",ꞩ:"s",ꞅ:"s",ẛ:"s","ⓣ":"t",t:"t",ṫ:"t",ẗ:"t",ť:"t",ṭ:"t",ț:"t",ţ:"t",ṱ:"t",ṯ:"t",ŧ:"t",ƭ:"t",ʈ:"t",ⱦ:"t",ꞇ:"t",ꜩ:"tz","ⓤ":"u",u:"u",ù:"u",ú:"u",û:"u",ũ:"u",ṹ:"u",ū:"u",ṻ:"u",ŭ:"u",ü:"u",ǜ:"u",ǘ:"u",ǖ:"u",ǚ:"u",ủ:"u",ů:"u",ű:"u",ǔ:"u",ȕ:"u",ȗ:"u",ư:"u",ừ:"u",ứ:"u",ữ:"u",ử:"u",ự:"u",ụ:"u",ṳ:"u",ų:"u",ṷ:"u",ṵ:"u",ʉ:"u","ⓥ":"v",v:"v",ṽ:"v",ṿ:"v",ʋ:"v",ꝟ:"v",ʌ:"v",ꝡ:"vy","ⓦ":"w",w:"w",ẁ:"w",ẃ:"w",ŵ:"w",ẇ:"w",ẅ:"w",ẘ:"w",ẉ:"w",ⱳ:"w","ⓧ":"x",x:"x",ẋ:"x",ẍ:"x","ⓨ":"y",y:"y",ỳ:"y",ý:"y",ŷ:"y",ỹ:"y",ȳ:"y",ẏ:"y",ÿ:"y",ỷ:"y",ẙ:"y",ỵ:"y",ƴ:"y",ɏ:"y",ỿ:"y","ⓩ":"z",z:"z",ź:"z",ẑ:"z",ż:"z",ž:"z",ẓ:"z",ẕ:"z",ƶ:"z",ȥ:"z",ɀ:"z",ⱬ:"z",ꝣ:"z",Ά:"Α",Έ:"Ε",Ή:"Η",Ί:"Ι",Ϊ:"Ι",Ό:"Ο",Ύ:"Υ",Ϋ:"Υ",Ώ:"Ω",ά:"α",έ:"ε",ή:"η",ί:"ι",ϊ:"ι",ΐ:"ι",ό:"ο",ύ:"υ",ϋ:"υ",ΰ:"υ",ω:"ω",ς:"σ"};a=t(document),l=1,r=function(){return l++},n=O(Object,{bind:function(t){var e=this;return function(){t.apply(e,arguments)}},init:function(n){var i,o,s,a,l=".select2-results";this.opts=n=this.prepareOpts(n),this.id=n.id,n.element.data("select2")!==e&&null!==n.element.data("select2")&&n.element.data("select2").destroy(),this.container=this.createContainer(),this.liveRegion=t("",{role:"status","aria-live":"polite"}).addClass("select2-hidden-accessible").appendTo(document.body),this.containerId="s2id_"+(n.element.attr("id")||"autogen"+r()),this.containerEventName=this.containerId.replace(/([.])/g,"_").replace(/([;&,\-\.\+\*\~':"\!\^#$%@\[\]\(\)=>\|])/g,"\\$1"),this.container.attr("id",this.containerId),this.container.attr("title",n.element.attr("title")),this.body=t("body"),w(this.container,this.opts.element,this.opts.adaptContainerCssClass),this.container.attr("style",n.element.attr("style")),this.container.css(D(n.containerCss,this.opts.element)),this.container.addClass(D(n.containerCssClass,this.opts.element)),this.elementTabIndex=this.opts.element.attr("tabindex"),this.opts.element.data("select2",this).attr("tabindex","-1").before(this.container).on("click.select2",x),this.container.data("select2",this),this.dropdown=this.container.find(".select2-drop"),w(this.dropdown,this.opts.element,this.opts.adaptDropdownCssClass),this.dropdown.addClass(D(n.dropdownCssClass,this.opts.element)),this.dropdown.data("select2",this),this.dropdown.on("click",x),this.results=i=this.container.find(l),this.search=o=this.container.find("input.select2-input"),this.queryCount=0,this.resultsPage=0,this.context=null,this.initContainer(),this.container.on("click",x),this.results.on("mousemove",(function(n){var i=u;i!==e&&i.x===n.pageX&&i.y===n.pageY||t(n.target).trigger("mousemove-filtered",n)})),this.dropdown.on("mousemove-filtered",l,this.bind(this.highlightUnderEvent)),this.dropdown.on("touchstart touchmove touchend",l,this.bind((function(t){this._touchEvent=!0,this.highlightUnderEvent(t)}))),this.dropdown.on("touchmove",l,this.bind(this.touchMoved)),this.dropdown.on("touchstart touchend",l,this.bind(this.clearTouchMoved)),this.dropdown.on("click",this.bind((function(t){this._touchEvent&&(this._touchEvent=!1,this.selectHighlighted())}))),s=this.results,a=v(80,(function(t){s.trigger("scroll-debounced",t)})),s.on("scroll",(function(t){f(t.target,s.get())>=0&&a(t)})),this.dropdown.on("scroll-debounced",l,this.bind(this.loadMoreIfNeeded)),t(this.container).on("change",".select2-input",(function(t){t.stopPropagation()})),t(this.dropdown).on("change",".select2-input",(function(t){t.stopPropagation()})),t.fn.mousewheel&&i.mousewheel((function(t,e,n,o){var r=i.scrollTop();o>0&&r-o<=0?(i.scrollTop(0),x(t)):o<0&&i.get(0).scrollHeight-i.scrollTop()+o<=i.height()&&(i.scrollTop(i.get(0).scrollHeight-i.height()),x(t))})),C(o),o.on("keyup-change input paste",this.bind(this.updateResults)),o.on("focus",(function(){o.addClass("select2-focused")})),o.on("blur",(function(){o.removeClass("select2-focused")})),this.dropdown.on("mouseup",l,this.bind((function(e){t(e.target).closest(".select2-result-selectable").length>0&&(this.highlightUnderEvent(e),this.selectHighlighted(e))}))),this.dropdown.on("click mouseup mousedown touchstart touchend focusin",(function(t){t.stopPropagation()})),this.nextSearchTerm=e,t.isFunction(this.opts.initSelection)&&(this.initSelection(),this.monitorSource()),null!==n.maximumInputLength&&this.search.attr("maxlength",n.maximumInputLength);var h=n.element.prop("disabled");h===e&&(h=!1),this.enable(!h);var d=n.element.prop("readonly");d===e&&(d=!1),this.readonly(d),c=c||function(){var e=t("
            ");e.appendTo("body");var n={width:e.width()-e[0].clientWidth,height:e.height()-e[0].clientHeight};return e.remove(),n}(),this.autofocus=n.element.prop("autofocus"),n.element.prop("autofocus",!1),this.autofocus&&this.focus(),this.search.attr("placeholder",n.searchInputPlaceholder)},destroy:function(){var t=this.opts.element,n=t.data("select2"),i=this;this.close(),t.length&&t[0].detachEvent&&t.each((function(){this.detachEvent("onpropertychange",i._sync)})),this.propertyObserver&&(this.propertyObserver.disconnect(),this.propertyObserver=null),this._sync=null,n!==e&&(n.container.remove(),n.liveRegion.remove(),n.dropdown.remove(),t.removeClass("select2-offscreen").removeData("select2").off(".select2").prop("autofocus",this.autofocus||!1),this.elementTabIndex?t.attr({tabindex:this.elementTabIndex}):t.removeAttr("tabindex"),t.show()),T.call(this,"container","liveRegion","dropdown","results","search")},optionToData:function(t){return t.is("option")?{id:t.prop("value"),text:t.text(),element:t.get(),css:t.attr("class"),disabled:t.prop("disabled"),locked:g(t.attr("locked"),"locked")||g(t.data("locked"),!0)}:t.is("optgroup")?{text:t.attr("label"),children:[],element:t.get(),css:t.attr("class")}:void 0},prepareOpts:function(n){var i,o,s,a,c=this;if("select"===(i=n.element).get(0).tagName.toLowerCase()&&(this.select=o=n.element),o&&t.each(["id","multiple","ajax","query","createSearchChoice","initSelection","data","tags"],(function(){if(this in n)throw new Error("Option '"+this+"' is not allowed for Select2 when attached to a ","
            "," ","
              ","
            ","
            "].join(""))},enableInterface:function(){this.parent.enableInterface.apply(this,arguments)&&this.focusser.prop("disabled",!this.isInterfaceEnabled())},opening:function(){var n,i,o;this.opts.minimumResultsForSearch>=0&&this.showSearch(!0),this.parent.opening.apply(this,arguments),!1!==this.showSearchInput&&this.search.val(this.focusser.val()),this.opts.shouldFocusInput(this)&&(this.search.focus(),(n=this.search.get(0)).createTextRange?((i=n.createTextRange()).collapse(!1),i.select()):n.setSelectionRange&&(o=this.search.val().length,n.setSelectionRange(o,o))),""===this.search.val()&&this.nextSearchTerm!=e&&(this.search.val(this.nextSearchTerm),this.search.select()),this.focusser.prop("disabled",!0).val(""),this.updateResults(!0),this.opts.element.trigger(t.Event("select2-open"))},close:function(){this.opened()&&(this.parent.close.apply(this,arguments),this.focusser.prop("disabled",!1),this.opts.shouldFocusInput(this)&&this.focusser.focus())},focus:function(){this.opened()?this.close():(this.focusser.prop("disabled",!1),this.opts.shouldFocusInput(this)&&this.focusser.focus())},isFocused:function(){return this.container.hasClass("select2-container-active")},cancel:function(){this.parent.cancel.apply(this,arguments),this.focusser.prop("disabled",!1),this.opts.shouldFocusInput(this)&&this.focusser.focus()},destroy:function(){t("label[for='"+this.focusser.attr("id")+"']").attr("for",this.opts.element.attr("id")),this.parent.destroy.apply(this,arguments),T.call(this,"selection","focusser")},initContainer:function(){var e,n,i=this.container,o=this.dropdown,s=r();this.opts.minimumResultsForSearch<0?this.showSearch(!1):this.showSearch(!0),this.selection=e=i.find(".select2-choice"),this.focusser=i.find(".select2-focusser"),e.find(".select2-chosen").attr("id","select2-chosen-"+s),this.focusser.attr("aria-labelledby","select2-chosen-"+s),this.results.attr("id","select2-results-"+s),this.search.attr("aria-owns","select2-results-"+s),this.focusser.attr("id","s2id_autogen"+s),n=t("label[for='"+this.opts.element.attr("id")+"']"),this.focusser.prev().text(n.text()).attr("for",this.focusser.attr("id"));var a=this.opts.element.attr("title");this.opts.element.attr("title",a||n.text()),this.focusser.attr("tabindex",this.elementTabIndex),this.search.attr("id",this.focusser.attr("id")+"_search"),this.search.prev().text(t("label[for='"+this.focusser.attr("id")+"']").text()).attr("for",this.search.attr("id")),this.search.on("keydown",this.bind((function(t){if(this.isInterfaceEnabled()&&229!=t.keyCode)if(t.which!==h.PAGE_UP&&t.which!==h.PAGE_DOWN)switch(t.which){case h.UP:case h.DOWN:return this.moveHighlight(t.which===h.UP?-1:1),void x(t);case h.ENTER:return this.selectHighlighted(),void x(t);case h.TAB:return void this.selectHighlighted({noFocus:!0});case h.ESC:return this.cancel(t),void x(t)}else x(t)}))),this.search.on("blur",this.bind((function(t){document.activeElement===this.body.get(0)&&window.setTimeout(this.bind((function(){this.opened()&&this.search.focus()})),0)}))),this.focusser.on("keydown",this.bind((function(t){if(this.isInterfaceEnabled()&&t.which!==h.TAB&&!h.isControl(t)&&!h.isFunctionKey(t)&&t.which!==h.ESC){if(!1!==this.opts.openOnEnter||t.which!==h.ENTER){if(t.which==h.DOWN||t.which==h.UP||t.which==h.ENTER&&this.opts.openOnEnter){if(t.altKey||t.ctrlKey||t.shiftKey||t.metaKey)return;return this.open(),void x(t)}return t.which==h.DELETE||t.which==h.BACKSPACE?(this.opts.allowClear&&this.clear(),void x(t)):void 0}x(t)}}))),C(this.focusser),this.focusser.on("keyup-change input",this.bind((function(t){if(this.opts.minimumResultsForSearch>=0){if(t.stopPropagation(),this.opened())return;this.open()}}))),e.on("mousedown touchstart","abbr",this.bind((function(t){var e;this.isInterfaceEnabled()&&(this.clear(),(e=t).preventDefault(),e.stopImmediatePropagation(),this.close(),this.selection.focus())}))),e.on("mousedown touchstart",this.bind((function(n){p(e),this.container.hasClass("select2-container-active")||this.opts.element.trigger(t.Event("select2-focus")),this.opened()?this.close():this.isInterfaceEnabled()&&this.open(),x(n)}))),o.on("mousedown touchstart",this.bind((function(){this.opts.shouldFocusInput(this)&&this.search.focus()}))),e.on("focus",this.bind((function(t){x(t)}))),this.focusser.on("focus",this.bind((function(){this.container.hasClass("select2-container-active")||this.opts.element.trigger(t.Event("select2-focus")),this.container.addClass("select2-container-active")}))).on("blur",this.bind((function(){this.opened()||(this.container.removeClass("select2-container-active"),this.opts.element.trigger(t.Event("select2-blur")))}))),this.search.on("focus",this.bind((function(){this.container.hasClass("select2-container-active")||this.opts.element.trigger(t.Event("select2-focus")),this.container.addClass("select2-container-active")}))),this.initContainerWidth(),this.opts.element.addClass("select2-offscreen"),this.setPlaceholder()},clear:function(e){var n=this.selection.data("select2-data");if(n){var i=t.Event("select2-clearing");if(this.opts.element.trigger(i),i.isDefaultPrevented())return;var o=this.getPlaceholderOption();this.opts.element.val(o?o.val():""),this.selection.find(".select2-chosen").empty(),this.selection.removeData("select2-data"),this.setPlaceholder(),!1!==e&&(this.opts.element.trigger({type:"select2-removed",val:this.id(n),choice:n}),this.triggerChange({removed:n}))}},initSelection:function(){if(this.isPlaceholderOptionSelected())this.updateSelection(null),this.close(),this.setPlaceholder();else{var t=this;this.opts.initSelection.call(null,this.opts.element,(function(n){n!==e&&null!==n&&(t.updateSelection(n),t.close(),t.setPlaceholder(),t.nextSearchTerm=t.opts.nextSearchTerm(n,t.search.val()))}))}},isPlaceholderOptionSelected:function(){var t;return this.getPlaceholder()!==e&&((t=this.getPlaceholderOption())!==e&&t.prop("selected")||""===this.opts.element.val()||this.opts.element.val()===e||null===this.opts.element.val())},prepareOpts:function(){var e=this.parent.prepareOpts.apply(this,arguments),n=this;return"select"===e.element.get(0).tagName.toLowerCase()?e.initSelection=function(t,e){var i=t.find("option").filter((function(){return this.selected&&!this.disabled}));e(n.optionToData(i))}:"data"in e&&(e.initSelection=e.initSelection||function(n,i){var o=n.val(),r=null;e.query({matcher:function(t,n,i){var s=g(o,e.id(i));return s&&(r=i),s},callback:t.isFunction(i)?function(){i(r)}:t.noop})}),e},getPlaceholder:function(){return this.select&&this.getPlaceholderOption()===e?e:this.parent.getPlaceholder.apply(this,arguments)},setPlaceholder:function(){var t=this.getPlaceholder();if(this.isPlaceholderOptionSelected()&&t!==e){if(this.select&&this.getPlaceholderOption()===e)return;this.selection.find(".select2-chosen").html(this.opts.escapeMarkup(t)),this.selection.addClass("select2-default"),this.container.removeClass("select2-allowclear")}},postprocessResults:function(t,e,n){var i=0,o=this;if(this.findHighlightableChoices().each2((function(t,e){if(g(o.id(e.data("select2-data")),o.opts.element.val()))return i=t,!1})),!1!==n&&(!0===e&&i>=0?this.highlight(i):this.highlight(0)),!0===e){var r=this.opts.minimumResultsForSearch;r>=0&&this.showSearch(S(t.results)>=r)}},showSearch:function(e){this.showSearchInput!==e&&(this.showSearchInput=e,this.dropdown.find(".select2-search").toggleClass("select2-search-hidden",!e),this.dropdown.find(".select2-search").toggleClass("select2-offscreen",!e),t(this.dropdown,this.container).toggleClass("select2-with-searchbox",e))},onSelect:function(t,e){if(this.triggerSelect(t)){var n=this.opts.element.val(),i=this.data();this.opts.element.val(this.id(t)),this.updateSelection(t),this.opts.element.trigger({type:"select2-selected",val:this.id(t),choice:t}),this.nextSearchTerm=this.opts.nextSearchTerm(t,this.search.val()),this.close(),e&&e.noFocus||!this.opts.shouldFocusInput(this)||this.focusser.focus(),g(n,this.id(t))||this.triggerChange({added:t,removed:i})}},updateSelection:function(t){var n,i,o=this.selection.find(".select2-chosen");this.selection.data("select2-data",t),o.empty(),null!==t&&(n=this.opts.formatSelection(t,o,this.opts.escapeMarkup)),n!==e&&o.append(n),(i=this.opts.formatSelectionCssClass(t,o))!==e&&o.addClass(i),this.selection.removeClass("select2-default"),this.opts.allowClear&&this.getPlaceholder()!==e&&this.container.addClass("select2-allowclear")},val:function(){var t,n=!1,i=null,o=this,r=this.data();if(0===arguments.length)return this.opts.element.val();if(t=arguments[0],arguments.length>1&&(n=arguments[1]),this.select)this.select.val(t).find("option").filter((function(){return this.selected})).each2((function(t,e){return i=o.optionToData(e),!1})),this.updateSelection(i),this.setPlaceholder(),n&&this.triggerChange({added:i,removed:r});else{if(!t&&0!==t)return void this.clear(n);if(this.opts.initSelection===e)throw new Error("cannot call val() if initSelection() is not defined");this.opts.element.val(t),this.opts.initSelection(this.opts.element,(function(t){o.opts.element.val(t?o.id(t):""),o.updateSelection(t),o.setPlaceholder(),n&&o.triggerChange({added:t,removed:r})}))}},clearSearch:function(){this.search.val(""),this.focusser.val("")},data:function(t){var n,i=!1;if(0===arguments.length)return(n=this.selection.data("select2-data"))==e&&(n=null),n;arguments.length>1&&(i=arguments[1]),t?(n=this.data(),this.opts.element.val(t?this.id(t):""),this.updateSelection(t),i&&this.triggerChange({added:t,removed:n})):this.clear(i)}}),o=O(n,{createContainer:function(){return t(document.createElement("div")).attr({class:"select2-container select2-container-multi"}).html(["
              ","
            • "," "," ","
            • ","
            ","
            ","
              ","
            ","
            "].join(""))},prepareOpts:function(){var e=this.parent.prepareOpts.apply(this,arguments),n=this;return"select"===e.element.get(0).tagName.toLowerCase()?e.initSelection=function(t,e){var i=[];t.find("option").filter((function(){return this.selected&&!this.disabled})).each2((function(t,e){i.push(n.optionToData(e))})),e(i)}:"data"in e&&(e.initSelection=e.initSelection||function(n,i){var o=m(n.val(),e.separator),r=[];e.query({matcher:function(n,i,s){var a=t.grep(o,(function(t){return g(t,e.id(s))})).length;return a&&r.push(s),a},callback:t.isFunction(i)?function(){for(var t=[],n=0;n0||(this.selectChoice(null),this.clearPlaceholder(),this.container.hasClass("select2-container-active")||this.opts.element.trigger(t.Event("select2-focus")),this.open(),this.focusSearch(),e.preventDefault()))}))),this.container.on("focus",n,this.bind((function(){this.isInterfaceEnabled()&&(this.container.hasClass("select2-container-active")||this.opts.element.trigger(t.Event("select2-focus")),this.container.addClass("select2-container-active"),this.dropdown.addClass("select2-drop-active"),this.clearPlaceholder())}))),this.initContainerWidth(),this.opts.element.addClass("select2-offscreen"),this.clearSearch()},enableInterface:function(){this.parent.enableInterface.apply(this,arguments)&&this.search.prop("disabled",!this.isInterfaceEnabled())},initSelection:function(){if(""===this.opts.element.val()&&""===this.opts.element.text()&&(this.updateSelection([]),this.close(),this.clearSearch()),this.select||""!==this.opts.element.val()){var t=this;this.opts.initSelection.call(null,this.opts.element,(function(n){n!==e&&null!==n&&(t.updateSelection(n),t.close(),t.clearSearch())}))}},clearSearch:function(){var t=this.getPlaceholder(),n=this.getMaxSearchWidth();t!==e&&0===this.getVal().length&&!1===this.search.hasClass("select2-focused")?(this.search.val(t).addClass("select2-default"),this.search.width(n>0?n:this.container.css("width"))):this.search.val("").width(10)},clearPlaceholder:function(){this.search.hasClass("select2-default")&&this.search.val("").removeClass("select2-default")},opening:function(){this.clearPlaceholder(),this.resizeSearch(),this.parent.opening.apply(this,arguments),this.focusSearch(),""===this.search.val()&&this.nextSearchTerm!=e&&(this.search.val(this.nextSearchTerm),this.search.select()),this.updateResults(!0),this.opts.shouldFocusInput(this)&&this.search.focus(),this.opts.element.trigger(t.Event("select2-open"))},close:function(){this.opened()&&this.parent.close.apply(this,arguments)},focus:function(){this.close(),this.search.focus()},isFocused:function(){return this.search.hasClass("select2-focused")},updateSelection:function(e){var n=[],i=[],o=this;t(e).each((function(){f(o.id(this),n)<0&&(n.push(o.id(this)),i.push(this))})),e=i,this.selection.find(".select2-search-choice").remove(),t(e).each((function(){o.addSelectedChoice(this)})),o.postprocessResults()},tokenize:function(){var t=this.search.val();null!=(t=this.opts.tokenizer.call(this,t,this.data(),this.bind(this.onSelect),this.opts))&&t!=e&&(this.search.val(t),t.length>0&&this.open())},onSelect:function(t,n){this.triggerSelect(t)&&""!==t.text&&(this.addSelectedChoice(t),this.opts.element.trigger({type:"selected",val:this.id(t),choice:t}),this.nextSearchTerm=this.opts.nextSearchTerm(t,this.search.val()),this.clearSearch(),this.updateResults(),!this.select&&this.opts.closeOnSelect||this.postprocessResults(t,!1,!0===this.opts.closeOnSelect),this.opts.closeOnSelect?(this.close(),this.search.width(10)):this.countSelectableResults()>0?(this.search.width(10),this.resizeSearch(),this.getMaximumSelectionSize()>0&&this.val().length>=this.getMaximumSelectionSize()?this.updateResults(!0):this.nextSearchTerm!=e&&(this.search.val(this.nextSearchTerm),this.updateResults(),this.search.select()),this.positionDropdown()):(this.close(),this.search.width(10)),this.triggerChange({added:t}),n&&n.noFocus||this.focusSearch())},cancel:function(){this.close(),this.focusSearch()},addSelectedChoice:function(n){var i,o,r=!n.locked,s=t("
          • "),a=t("
          • "),c=r?s:a,l=this.id(n),u=this.getVal();(i=this.opts.formatSelection(n,c.find("div"),this.opts.escapeMarkup))!=e&&c.find("div").replaceWith("
            "+i+"
            "),(o=this.opts.formatSelectionCssClass(n,c.find("div")))!=e&&c.addClass(o),r&&c.find(".select2-search-choice-close").on("mousedown",x).on("click dblclick",this.bind((function(e){this.isInterfaceEnabled()&&(this.unselect(t(e.target)),this.selection.find(".select2-search-choice-focus").removeClass("select2-search-choice-focus"),x(e),this.close(),this.focusSearch())}))).on("focus",this.bind((function(){this.isInterfaceEnabled()&&(this.container.addClass("select2-container-active"),this.dropdown.addClass("select2-drop-active"))}))),c.data("select2-data",n),c.insertBefore(this.searchContainer),u.push(l),this.setVal(u)},unselect:function(e){var n,i,o=this.getVal();if(0===(e=e.closest(".select2-search-choice")).length)throw"Invalid argument: "+e+". Must be .select2-search-choice";if(n=e.data("select2-data")){var r=t.Event("select2-removing");if(r.val=this.id(n),r.choice=n,this.opts.element.trigger(r),r.isDefaultPrevented())return!1;for(;(i=f(this.id(n),o))>=0;)o.splice(i,1),this.setVal(o),this.select&&this.postprocessResults();return e.remove(),this.opts.element.trigger({type:"select2-removed",val:this.id(n),choice:n}),this.triggerChange({removed:n}),!0}},postprocessResults:function(t,e,n){var i=this.getVal(),o=this.results.find(".select2-result"),r=this.results.find(".select2-result-with-children"),s=this;o.each2((function(t,e){f(s.id(e.data("select2-data")),i)>=0&&(e.addClass("select2-selected"),e.find(".select2-result-selectable").addClass("select2-selected"))})),r.each2((function(t,e){e.is(".select2-result-selectable")||0!==e.find(".select2-result-selectable:not(.select2-selected)").length||e.addClass("select2-selected")})),-1==this.highlight()&&!1!==n&&s.highlight(0),!this.opts.createSearchChoice&&!o.filter(".select2-result:not(.select2-selected)").length>0&&(!t||t&&!t.more&&0===this.results.find(".select2-no-results").length)&&I(s.opts.formatNoMatches,"formatNoMatches")&&this.results.append("
          • "+D(s.opts.formatNoMatches,s.opts.element,s.search.val())+"
          • ")},getMaxSearchWidth:function(){return this.selection.width()-b(this.search)},resizeSearch:function(){var e,n,i,o,r=b(this.search);e=function(e){if(!s){var n=e[0].currentStyle||window.getComputedStyle(e[0],null);(s=t(document.createElement("div")).css({position:"absolute",left:"-10000px",top:"-10000px",display:"none",fontSize:n.fontSize,fontFamily:n.fontFamily,fontStyle:n.fontStyle,fontWeight:n.fontWeight,letterSpacing:n.letterSpacing,textTransform:n.textTransform,whiteSpace:"nowrap"})).attr("class","select2-sizer"),t("body").append(s)}return s.text(e.val()),s.width()}(this.search)+10,n=this.search.offset().left,(o=(i=this.selection.width())-(n-this.selection.offset().left)-r)0&&n--,t.splice(i,1),i--);return{added:e,removed:t}},val:function(n,i){var o,r=this;if(0===arguments.length)return this.getVal();if((o=this.data()).length||(o=[]),!n&&0!==n)return this.opts.element.val(""),this.updateSelection([]),this.clearSearch(),void(i&&this.triggerChange({added:this.data(),removed:o}));if(this.setVal(n),this.select)this.opts.initSelection(this.select,this.bind(this.updateSelection)),i&&this.triggerChange(this.buildChangeDetails(o,this.data()));else{if(this.opts.initSelection===e)throw new Error("val() cannot be called if initSelection() is not defined");this.opts.initSelection(this.opts.element,(function(e){var n=t.map(e,r.id);r.setVal(n),r.updateSelection(e),r.clearSearch(),i&&r.triggerChange(r.buildChangeDetails(o,r.data()))}))}this.clearSearch()},onSortStart:function(){if(this.select)throw new Error("Sorting of elements is not supported when attached to instead.");this.search.width(0),this.searchContainer.hide()},onSortEnd:function(){var e=[],n=this;this.searchContainer.show(),this.searchContainer.appendTo(this.searchContainer.parent()),this.resizeSearch(),this.selection.find(".select2-search-choice").each((function(){e.push(n.opts.id(t(this).data("select2-data")))})),this.setVal(e),this.triggerChange()},data:function(e,n){var i,o,r=this;if(0===arguments.length)return this.selection.children(".select2-search-choice").map((function(){return t(this).data("select2-data")})).get();o=this.data(),e||(e=[]),i=t.map(e,(function(t){return r.opts.id(t)})),this.setVal(i),this.updateSelection(e),this.clearSearch(),n&&this.triggerChange(this.buildChangeDetails(o,this.data()))}}),t.fn.select2=function(){var n,i,o,r,s,a=Array.prototype.slice.call(arguments,0),c=["val","destroy","opened","open","close","focus","isFocused","container","dropdown","onSortStart","onSortEnd","enable","disable","readonly","positionDropdown","data","search"],l=["opened","isFocused","container","dropdown"],u=["val","data"],h={search:"externalSearch"};return this.each((function(){if(0===a.length||"object"==typeof a[0])(n=0===a.length?{}:t.extend({},a[0])).element=t(this),"select"===n.element.get(0).tagName.toLowerCase()?s=n.element.prop("multiple"):(s=n.multiple||!1,"tags"in n&&(n.multiple=s=!0)),(i=s?new window.Select2.class.multi:new window.Select2.class.single).init(n);else{if("string"!=typeof a[0])throw"Invalid arguments to select2 plugin: "+a;if(f(a[0],c)<0)throw"Unknown method: "+a[0];if(r=e,(i=t(this).data("select2"))===e)return;if("container"===(o=a[0])?r=i.container:"dropdown"===o?r=i.dropdown:(h[o]&&(o=h[o]),r=i[o].apply(i,a.slice(1))),f(a[0],l)>=0||f(a[0],u)>=0&&1==a.length)return!1}})),r===e?this:r},t.fn.select2.defaults={width:"copy",loadMorePadding:0,closeOnSelect:!0,openOnEnter:!0,containerCss:{},dropdownCss:{},containerCssClass:"",dropdownCssClass:"",formatResult:function(t,e,n,i){var o=[];return y(t.text,n.term,o,i),o.join("")},formatSelection:function(t,n,i){return t?i(t.text):e},sortResults:function(t,e,n){return t},formatResultCssClass:function(t){return t.css},formatSelectionCssClass:function(t,n){return e},minimumResultsForSearch:0,minimumInputLength:0,maximumInputLength:null,maximumSelectionSize:0,id:function(t){return t==e?null:t.id},matcher:function(t,e){return A(""+e).toUpperCase().indexOf(A(""+t).toUpperCase())>=0},separator:",",tokenSeparators:[],tokenizer:function(t,n,i,o){var r,s,a,c,l,u=t,h=!1;if(!o.createSearchChoice||!o.tokenSeparators||o.tokenSeparators.length<1)return e;for(;;){for(s=-1,a=0,c=o.tokenSeparators.length;a=0));a++);if(s<0)break;if(r=t.substring(0,s),t=t.substring(s+l.length),r.length>0&&(r=o.createSearchChoice.call(this,r,n))!==e&&null!==r&&o.id(r)!==e&&null!==o.id(r)){for(h=!1,a=0,c=n.length;a0)&&t.opts.minimumResultsForSearch<0)}},t.fn.select2.locales=[],t.fn.select2.locales.en={formatMatches:function(t){return 1===t?"One result is available, press enter to select it.":t+" results are available, use up and down arrow keys to navigate."},formatNoMatches:function(){return"No matches found"},formatAjaxError:function(t,e,n){return"Loading failed"},formatInputTooShort:function(t,e){var n=e-t.length;return"Please enter "+n+" or more character"+(1==n?"":"s")},formatInputTooLong:function(t,e){var n=t.length-e;return"Please delete "+n+" character"+(1==n?"":"s")},formatSelectionTooBig:function(t){return"You can only select "+t+" item"+(1==t?"":"s")},formatLoadMore:function(t){return"Loading more results…"},formatSearching:function(){return"Searching…"}},t.extend(t.fn.select2.defaults,t.fn.select2.locales.en),t.fn.select2.ajaxDefaults={transport:t.ajax,params:{type:"GET",cache:!1,dataType:"json"}},window.Select2={query:{ajax:B,local:E,tags:_},util:{debounce:v,markMatch:y,escapeMarkup:k,stripDiacritics:A},class:{abstract:n,single:i,multi:o}}}function p(e){var n=t(document.createTextNode(""));e.before(n),n.before(e),n.remove()}function A(t){return t.replace(/[^\u0000-\u007E]/g,(function(t){return d[t]||t}))}function f(t,e){for(var n=0,i=e.length;n"),n.push(i(t.substring(o,o+r))),n.push(""),n.push(i(t.substring(o+r,t.length))))}function k(t){var e={"\\":"\","&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};return String(t).replace(/[&<>"'\/\\]/g,(function(t){return e[t]}))}function B(n){var i,o=null,r=n.quietMillis||100,s=n.url,a=this;return function(c){window.clearTimeout(i),i=window.setTimeout((function(){var i=n.data,r=s,l=n.transport||t.fn.select2.ajaxDefaults.transport,u={type:n.type||"GET",cache:n.cache||!1,jsonpCallback:n.jsonpCallback||e,dataType:n.dataType||"json"},h=t.extend({},t.fn.select2.ajaxDefaults.params,u);i=i?i.call(a,c.term,c.page,c.context):null,r="function"==typeof r?r.call(a,c.term,c.page,c.context):r,o&&"function"==typeof o.abort&&o.abort(),n.params&&(t.isFunction(n.params)?t.extend(h,n.params.call(a)):t.extend(h,n.params)),t.extend(h,{url:r,dataType:n.dataType,data:i,success:function(t){var e=n.results(t,c.page,c);c.callback(e)},error:function(t,e,n){var i={hasError:!0,jqXHR:t,textStatus:e,errorThrown:n};c.callback(i)}}),o=l.call(a,h)}),r)}}function E(e){var n,i,o=e,r=function(t){return""+t.text};t.isArray(o)&&(o={results:i=o}),!1===t.isFunction(o)&&(i=o,o=function(){return i});var s=o();return s.text&&(r=s.text,t.isFunction(r)||(n=s.text,r=function(t){return t[n]})),function(e){var n,i=e.term,s={results:[]};""!==i?(n=function(o,s){var a,c;if((o=o[0]).children){for(c in a={},o)o.hasOwnProperty(c)&&(a[c]=o[c]);a.children=[],t(o.children).each2((function(t,e){n(e,a.children)})),(a.children.length||e.matcher(i,r(a),o))&&s.push(a)}else e.matcher(i,r(o),o)&&s.push(o)},t(o().results).each2((function(t,e){n(e,s.results)})),e.callback(s)):e.callback(o())}}function _(n){var i=t.isFunction(n);return function(o){var r=o.term,s={results:[]},a=i?n(o):n;t.isArray(a)&&(t(a).each((function(){var t=this.text!==e,n=t?this.text:this;(""===r||o.matcher(r,n))&&s.results.push(t?this:{id:this,text:this})})),o.callback(s))}}function I(e,n){if(t.isFunction(e))return!0;if(!e)return!1;if("string"==typeof e)return!0;throw new Error(n+" must be a string, function, or falsy value")}function D(e,n){if(t.isFunction(e)){var i=Array.prototype.slice.call(arguments,2);return e.apply(n,i)}return e}function S(e){var n=0;return t.each(e,(function(t,e){e.children?n+=S(e.children):n++})),n}function T(){var e=this;t.each(arguments,(function(t,n){e[n].remove(),e[n]=null}))}function O(e,n){var i=function(){};return(i.prototype=new e).constructor=i,i.prototype.parent=e.prototype,i.prototype=t.extend(i.prototype,n),i}}(o)},57223:()=>{"use strict";!function t(e,n,i){function o(s,a){if(!n[s]){if(!e[s]){if(r)return r(s,!0);throw new Error("Cannot find module '"+s+"'")}var c=n[s]={exports:{}};e[s][0].call(c.exports,(function(t){return o(e[s][1][t]||t)}),c,c.exports,t,e,n,i)}return n[s].exports}for(var r=void 0,s=0;s0?e.touches[0]["page"+t]:e.changedTouches[0]["page"+t]:e["page"+t]},klass:{has:function(t,e){return-1!==t.className.indexOf(e)},add:function(t,n){!o.klass.has(t,n)&&e.addBodyClasses&&(t.className+=" "+n)},remove:function(t,n){e.addBodyClasses&&(t.className=t.className.replace(n,"").replace(/^\s+|\s+$/g,""))}},dispatchEvent:function(t){if("function"==typeof i[t])return i[t].call()},vendor:function(){var t,e=document.createElement("div"),n="webkit Moz O ms".split(" ");for(t in n)if(void 0!==e.style[n[t]+"Transition"])return n[t]},transitionCallback:function(){return"Moz"===n.vendor||"ms"===n.vendor?"transitionend":n.vendor+"TransitionEnd"},deepExtend:function(t,e){var n;for(n in e)e[n]&&e[n].constructor&&e[n].constructor===Object?(t[n]=t[n]||{},o.deepExtend(t[n],e[n])):t[n]=e[n];return t},angleOfDrag:function(t,e){var i,o;return(o=Math.atan2(-(n.startDragY-e),n.startDragX-t))<0&&(o+=2*Math.PI),(i=Math.floor(o*(180/Math.PI)-180))<0&&i>-180&&(i=360-Math.abs(i)),Math.abs(i)},events:{addEvent:function(t,e,n){return t.addEventListener?t.addEventListener(e,n,!1):t.attachEvent?t.attachEvent("on"+e,n):void 0},removeEvent:function(t,e,n){return t.addEventListener?t.removeEventListener(e,n,!1):t.attachEvent?t.detachEvent("on"+e,n):void 0},prevent:function(t){t.preventDefault?t.preventDefault():t.returnValue=!1}},parentUntil:function(t,e){for(var n="string"==typeof e;t.parentNode;){if(n&&t.getAttribute&&t.getAttribute(e))return t;if(!n&&t===e)return t;t=t.parentNode}return null}},r={translate:{get:{matrix:function(t){var i=window.getComputedStyle(e.element)[n.vendor+"Transform"].match(/\((.*)\)/);return i?(16===(i=i[1].split(",")).length&&(t+=8),parseInt(i[t],10)):0}},easeCallback:function(){e.element.style[n.vendor+"Transition"]="",n.translation=r.translate.get.matrix(4),n.easing=!1,clearInterval(n.animatingInterval),0===n.easingTo&&(o.klass.remove(document.body,"snapjs-right"),o.klass.remove(document.body,"snapjs-left")),o.dispatchEvent("animated"),o.events.removeEvent(e.element,o.transitionCallback(),r.translate.easeCallback)},easeTo:function(t){n.easing=!0,n.easingTo=t,e.element.style[n.vendor+"Transition"]="all "+e.transitionSpeed+"s "+e.easing,n.animatingInterval=setInterval((function(){o.dispatchEvent("animating")}),1),o.events.addEvent(e.element,o.transitionCallback(),r.translate.easeCallback),r.translate.x(t),0===t&&(e.element.style[n.vendor+"Transform"]="")},x:function(t){if(!("left"===e.disable&&t>0||"right"===e.disable&&t<0)){e.hyperextensible||(t===e.maxPosition||t>e.maxPosition?t=e.maxPosition:(t===e.minPosition||t0,h=l;if(n.intentChecked&&!n.hasIntent)return;if(e.addBodyClasses&&(c>0?(o.klass.add(document.body,"snapjs-left"),o.klass.remove(document.body,"snapjs-right")):c<0&&(o.klass.add(document.body,"snapjs-right"),o.klass.remove(document.body,"snapjs-left"))),!1===n.hasIntent||null===n.hasIntent){var d=o.angleOfDrag(i,s),p=d>=0&&d<=e.slideIntent||d<=360&&d>360-e.slideIntent;d>=180&&d<=180+e.slideIntent||d<=180&&d>=180-e.slideIntent||p?(n.hasIntent=!0,e.stopPropagation&&t.stopPropagation()):n.hasIntent=!1,n.intentChecked=!0}if(e.minDragDistance>=Math.abs(i-n.startDragX)||!1===n.hasIntent)return;o.events.prevent(t),o.dispatchEvent("drag"),n.dragWatchers.current=i,n.dragWatchers.last>i?("left"!==n.dragWatchers.state&&(n.dragWatchers.state="left",n.dragWatchers.hold=i),n.dragWatchers.last=i):n.dragWatchers.laste.maxPosition/2,flick:Math.abs(n.dragWatchers.current-n.dragWatchers.hold)>e.flickThreshold,translation:{absolute:c,relative:l,sinceDirectionChange:n.dragWatchers.current-n.dragWatchers.hold,percentage:c/e.maxPosition*100}}):(e.minPosition>c&&(h=l-(c-e.minPosition)*e.resistance),n.simpleStates={opening:"right",towards:n.dragWatchers.state,hyperExtending:e.minPosition>c,halfway:ce.flickThreshold,translation:{absolute:c,relative:l,sinceDirectionChange:n.dragWatchers.current-n.dragWatchers.hold,percentage:c/e.minPosition*100}}),r.translate.x(h+a)}},endDrag:function(t){if(n.isDragging){o.dispatchEvent("end");var i=r.translate.get.matrix(4);if(0===n.dragWatchers.current&&0!==i&&e.tapToClose)return o.dispatchEvent("close"),o.events.prevent(t),r.translate.easeTo(0),n.isDragging=!1,void(n.startDragX=0);"left"===n.simpleStates.opening?n.simpleStates.halfway||n.simpleStates.hyperExtending||n.simpleStates.flick?n.simpleStates.flick&&"left"===n.simpleStates.towards?r.translate.easeTo(0):(n.simpleStates.flick&&"right"===n.simpleStates.towards||n.simpleStates.halfway||n.simpleStates.hyperExtending)&&r.translate.easeTo(e.maxPosition):r.translate.easeTo(0):"right"===n.simpleStates.opening&&(n.simpleStates.halfway||n.simpleStates.hyperExtending||n.simpleStates.flick?n.simpleStates.flick&&"right"===n.simpleStates.towards?r.translate.easeTo(0):(n.simpleStates.flick&&"left"===n.simpleStates.towards||n.simpleStates.halfway||n.simpleStates.hyperExtending)&&r.translate.easeTo(e.minPosition):r.translate.easeTo(0)),n.isDragging=!1,n.startDragX=o.page("X",t)}}}},s=function(t){if(o.deepExtend(e,t),!e.element)throw"Snap's element argument does not exist.";e.element.setAttribute("touch-action","pan-y")};this.open=function(t){o.dispatchEvent("open"),o.klass.remove(document.body,"snapjs-expand-left"),o.klass.remove(document.body,"snapjs-expand-right"),"left"===t?(n.simpleStates.opening="left",n.simpleStates.towards="right",o.klass.add(document.body,"snapjs-left"),o.klass.remove(document.body,"snapjs-right"),r.translate.easeTo(e.maxPosition)):"right"===t&&(n.simpleStates.opening="right",n.simpleStates.towards="left",o.klass.remove(document.body,"snapjs-left"),o.klass.add(document.body,"snapjs-right"),r.translate.easeTo(e.minPosition))},this.close=function(){o.dispatchEvent("close"),r.translate.easeTo(0)},this.expand=function(t){var e=window.innerWidth||document.documentElement.clientWidth;"left"===t?(o.dispatchEvent("expandLeft"),o.klass.add(document.body,"snapjs-expand-left"),o.klass.remove(document.body,"snapjs-expand-right")):(o.dispatchEvent("expandRight"),o.klass.add(document.body,"snapjs-expand-right"),o.klass.remove(document.body,"snapjs-expand-left"),e*=-1),r.translate.easeTo(e)},this.on=function(t,e){return i[t]=e,this},this.off=function(t){i[t]&&(i[t]=!1)},this.enable=function(){o.dispatchEvent("enable"),r.drag.listen()},this.disable=function(){o.dispatchEvent("disable"),r.drag.stopListening()},this.settings=function(t){s(t)},this.state=function(){var t=r.translate.get.matrix(4);return{state:t===e.maxPosition?"left":t===e.minPosition?"right":"closed",info:n.simpleStates}},s(t),n.vendor=o.vendor(),r.drag.listen()}},{}]},{},[1])},53425:(t,e,n)=>{var i,o=n(96763),r=n(74692);(i=r).fn.strengthify=function(t){"use strict";var e={zxcvbn:"zxcvbn/zxcvbn.js",userInputs:[],titles:["Weakest","Weak","So-so","Good","Perfect"],tilesOptions:{tooltip:!0,element:!1},drawTitles:!1,drawMessage:!1,drawBars:!0,$addAfter:null,nonce:null};return this.each((function(){var n=i.extend(e,t);function r(t){return i('div[data-strengthifyFor="'+t+'"]')}function s(){var t=i(this).val().substring(0,100),e=i(this).attr("id"),o=""===t?0:1,s=zxcvbn(t,n.userInputs),a="",c="",l="",u=r(e),h=u.find(".strengthify-container"),d=u.find("[data-strengthifyMessage]");switch(u.children().css("opacity",o).css("-ms-filter",'"progid:DXImageTransform.Microsoft.Alpha(Opacity='+100*o+')"'),n.onResult&&n.onResult(s),s.score){case 0:case 1:a="password-bad",c="danger",l=s.feedback?s.feedback.suggestions.join("
            "):"";break;case 2:c="warning",l=s.feedback?s.feedback.suggestions.join("
            "):"",a="password-medium";break;case 3:a="password-good",c="info",l="Getting better.";break;case 4:a="password-good",c="success",l="Looks good."}d&&(d.removeAttr("class"),d.addClass("bg-"+c),""===t&&(l=""),d.html(l)),h&&(h.attr("class",a+" strengthify-container").css("width",25*(0===s.score?1:s.score)+"%"),""===t&&h.css("width",0)),n.drawTitles&&(n.tilesOptions.tooltip&&(u.attr("title",n.titles[s.score]).tooltip({placement:"bottom",trigger:"manual"}).tooltip("fixTitle").tooltip("show"),0===o&&u.tooltip("hide")),n.tilesOptions.element&&u.find(".strengthify-tiles").text(n.titles[s.score]))}n.drawTitles||n.drawMessage||n.drawBars||o.warn("expect at least one of 'drawTitles', 'drawMessage', or 'drawBars' to be true"),function(){var t=i(this),e=t.attr("id"),o=s.bind(this),a=n.$addAfter;a||(a=t),a.after('
            '),n.drawBars&&r(e).append('
            ').append('
            ').append('
            ').append('
            ').append('
            '),n.drawMessage&&r(e).append("
            "),n.drawTitles&&n.tilesOptions&&r(e).append('
            ');var c=document.createElement("script");c.src=n.zxcvbn,null!==n.nonce&&c.setAttribute("nonce",n.nonce),c.onload=function(){t.parent().on("scroll",o),t.bind("keyup input change",o)},document.head.appendChild(c)}.call(this)}))}},83864:t=>{"use strict";t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoAQMAAAC2MCouAAAABlBMVEVmZmZ1dXVT6N0BAAAAUklEQVQIW8XNsQ3AIAwF0bMoKBmBURgNj8YojEBJEcXwu2yQ+p507BTeWDnozPISjPpY4O0W6CqEisUtiG/EF+IT8YG4fznihnhCPCNeEK/89D1Gd22TNOyXVAAAAABJRU5ErkJggg=="},26609:t=>{"use strict";t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkAQMAAADOquA5AAAAA1BMVEUAAACnej3aAAAADklEQVQYGWMYBaOABgAAAlgAARbiVEcAAAAASUVORK5CYII="},7369:t=>{"use strict";t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAAAaVBMVEUAAAAcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkSVcboQAAAAInRSTlMAGBAyCD9gIS5RZkqgwEQnj81slZ0MMK4WLB2ZcIGF737fFn1o5AAADQJJREFUeNrsml2OwjAMBuOrfPc/5IrsAwqjHVSVdiPhETy0tuOfuGlTGE3T7EClxjdTyeYVSJ1O0fN/fBblGwvCDsyDRQETlLxIK1mkSBEOYL8o39gS7MA8wByxAJxBSmlOB1SGySUwfk0BcqvgWIiPTmV6PI97ZIKokXcIZ1g7QAJAB9yGh4j8ABRkDbAWnMqb3RYuvAvwEprKe+X/B/0g1DRN0zTNF/CBJ8Gtn4Mq5c/ySUlC+QX18vcB8kKoMm4tCQNAAaiwHi0KqFeFBSjdPLLkn4bxe8TIGBWUemk9SZL5vQV28KQs4qI6Ey4p2JTu0wGyal30PmCOttEa0HeBpmmapmma/yPnH+ZPjZ+7E2AGfsKF78kx/2FAOKBcLXT8jFBlNQ9l5gABiFT8ywjwCDmklgHd5UUYCLWDYBAK3b9ul8MCiDgTz8DMNQAmmMmqkBf1CfwfKJG3MOcDx7R3cwZw0IOnx9FcIcEJlw8Q2ntDi8P3awCle90FLrbPg9E0TdM0TUPO/y01OR2A7hddlonH5+5zLABxAC3NwANYf1ZKLSInZRvozCGlgPRC/yyAJrCgM8gaVTLPFGTyb/7SAhTcvW8zrUCi+aMAPEPzrPV52mR4B2WC/TG3w/TvAUCKARAh7CGHPcXBAEMSRAFQoPcFQADQp4KLJ7p/HjTnJSAuhl0C9TTWS0B6nP5lEQsTAJwyiLAI2hzZIjjhImj2A6R8jlw8SPQaHoZ3AMn27wN+2DnX5bZBIIwuoBvquB13xp3ef5z3f8hGKO4KqNZx67bqlKMozrLCsJ8Qguji/voNMY1Go9FoHBjkd+KwT8zUOQB5IMA9CgCPjZ86BZwZf6Yad+8yrOvV1AFD5X8cJFyVksVS+G8FC1gbUAW8SQBDEN38wQIYz3cnV+aHG0Nt0lIFYLYPirxU2X+XAA7qoMj8icprXr42/WqoTeHF3hjhwZ1gKUClwP4exxKgzkFaqvyGALUfkMfi2Mx869kZuKqLtO9AKMC+neCWIIb/QWA/0YIzZ6933gSE5awVOvhs/vDjnEaj0Wg0fi/+Hz+RkRlQz+dqE34l/mO9KqmMTj80RFMAFrxkYJoHe1kWucHzb5XHozsZ8vmdX9wbG24+csChrlax/li363u8UE51UDspQJ6dvcvRjmMJwBVLIJ/ZtQD1hLUyNH4OdgjcbgH19olMoN0WQEK9JA72gLzdB+zuXrXxgq/6APUf9vg3zwJWly+KZ8EQNfe5gwVvjQNeDl5ejDugAL8KXhqNRqPR+CEBIMiL6RLyh4jAKYrBV+yRG5/ACjGU7mDr0ckEk6gCofz6ERilsjNDic9kGTQkPvd9RBMiQKyGujO7g9khkBiyeCHUtn4hZW201t1E1zF1xuXzlbxChaHAXJeosxP6vvcrhSCnTICNAnQLaAvIBABxTwg824FEYEcAuhWuAtB5H9gKcD6f7ScwBDLDFGDMBMQ/QeIqiPMrmwrmgl8W9loAEf14gmsfgFYwr/GFhYsK4MexzwR4//69ULfA2q4TagFG4PVWACATwHkKiRJaAO8XdluAiyzxO/0/QIAgKoAnrfp1K+gh8OrV9hA4y9InnrX8kJa7BdD446vX+wK4IkFwCS2AcRz3+wCcixDdVgCRrQABCJqfjwAfP14T/NoJ+uqYNwRIa52gAgyiJvMQgX5PgLJAxoQWwJs3b6DbbQHBxeiCCrDa+wK8WWE13cQ4Te+YXCZAEM0QlyUToCsF6AoByFrAvMZvC6DlfUgUTa7r9lpAcInAjk0EItkxOU0wrubEM1PVAjIB7joEICsvxV8JEPLyinEAX41xwD2nQZhJqygExqrF89JOb9Di64RaABk1/ocQwpAI8tPA+NgXJ9mM9NJoNBqN/4avX22/B2+4Ia02gbAzf4/Ado49szIX07Pxtq0RFfXpezG4wEVyhmHYxh+CKnDqgC9TRAc6M8yfMO/aDMD2T1QBmBfAmM9P03TbLvbJ8D16PHh63Z2zzNt9eoJTET8wjBo/qAK4on6UtvD2afmMKEEiGjAI7AaMnNOi+ZkEmTJbcvvSXSay+g9DXUE1Z7VnqhYnkcHr0JEAENgVwCfUlvCNvbNRTBOGovA1/CM4WTdcra7bef+HHAblJrklzOmoP/mw1WMieE8vScBgt6vtclsY8aOgiP7WgLpfzAAB5I5+NXVMsVGeQsMZrFEfb+8nIMbyNXYpUtWLtwia6G3MgD7jDI0dfuEnzPgR0V8bQJtuqfiU0pchA1iTrTkDOP502AMAvZXk4+2toVlzk5I5xw5AxEenPgM4A9KsW2T8GsA9HldQSrHe9AvPmBj2cdYRay439t+ObMQABTsj6KNjJ08rj7gwj5ekARGOiPit7TkGGHq7+VH/2AzH/ziSTWqOn0yUE7ASsq5ZH3Iftc8AcgCRUvy8gBt826DINIBI7hKDfCVmWpMTvzyAV2b8tEJJVGI1GLBLoTyvF4GWohGFVY1DFeMAcdpbaDFXaFKnHL/oBtkBZRQX1FEkZGaQh5zuEP9ASI6BAoFAIPCZFEBidGMdX8gDQP+THB35Bdf3+1GoiKgyu+Y9wA6sUBRZxg7kwI4M2iWiCMt2ZL5FgSMFa/kES/m5Qo66KN4tB4BLDEiRU47UeHFFlTsazwaN2Pm4vSqQU+oe3HC581Gt8wBKw3VAiDoHh4roC3J+YU1U4R1XMwBAyq/QsesfOwHYADeQgpCkQEpjBlhDTeiTUQAbQDv0mcdD9bIEDAO2iw5zg1Xn+ogBk/PpIcpz2PtUBVjxK0AakIGMw9ea45cZYr8eMaCrcAYABWVsAGkDDIfzts3znHXRxU8F6x6h4egxA+Rwu3Lij2C2ARtkHVgb41rr9fg+ZgBLBahB7wEUyIYnxNHrdrvYttjTEbyjIqovN8CfAbUdPweYV5ps0E7CQKluQoplgLXrZB3b7gbbn2q0DWjbbgewGsH3oqiR/+82oOYzcIkig9Y+54tqh73hAIjIbPYi2Aa8vh5vToKMtgFF1LYtWohu8P/1AjXVAAaZkE1VlmtWSLqbYgdg3PHDjPBxN4jsxEgbgOIAG8BcxQBJf/6lhuLTBw7osFqMd0XK2MfSaEGwDDDiozhC1N1imhoH3O41K+rlRRGT7g5K0eBYjzzjEggEAtehKIhZVuiolvQ8bIDNIL7iyFd6FpboWJqCaHhK06Ahg988mGESuhYNDjQ0GxsoNaTANzbg2/R3XzEJEnEsZD3h0WiiQ9xi/TOx7ANe9goGrgGMAtz4gWRi4ibrVbwaNG/zswzYAEoBG2Pj7nsoUbrx1xw7xz82dTdVKcB6RUQrq0LziQYkOJIIA2R+8ztWRhnHP2KAslJGTzSPwdUdAyI0TTPfSJcDlgYIOCTTP47/ogyYvRHkBFBqSIEXNuDFzAD/Crj84jaA5RzIRm/FcjXaCJqS8//iXoABzUaDgWZ4d5pU9HHCAFn6CF8wmKzRsT4rqIcyIBAIBAKBeUkg5IygTrxXSFyftzc3fgg5IwBbIA3QZcqskNTq8Au2f+Wgy77S+OFtAiRkawiJhOYCYAscA9geIBneng7PrmAZYJdLA2wJjZSguUBPKQ1ge/T9URLVAJwKlgG1jElG7JfwG3DXGQDNbWXAXG0Ac1NtwMy9ADQ31AvcAAls+XQGBAKBQOATwVNfR6W+En5tlTVQ2T/R9+Qq1J0BCTjkPFkDOTlAfP/BufpGqbDuDCBUliu1cADufXSevtWJjQoN0a+EGk4BoMqo7rQBOJD4e9zdhunb+H6az84ato4PS3yjw9voOG9+z3+hPAUyhd2IAYsjOGkIDaGxuNWvFNcZ0NFA2e1CBTt8uN9+F52nb3UXoFr3gSlq82i4QFbYBjxuI5gDzb4Bcvt0QJLACv+BP7DNNwA2d3nVfCAQCAQuhK8PmNZyEtX5mtc3j/Yjrw/wazmN7nzN65tDT7PEwHJKi4mUZ2qxvhm0H3l9gNYa1ikBlHaap9LiwMug4Wr6sJzX72yPXA1veUNEVrmtNaT1JHJyNE6wJkpT/WCyPpf7NYjGylmylvcgMnVZlqw1RC3wtwZYD6TWe2/qvGGCpz6JgER9j6HT74cA+HSr45/PAHnvC8ivpw2azoCW+vgx2y7g1wzrKQMBTGSIR6OlFlpPIq8PkI0aN4Ivo40UXE0j5SONJLkannKtfBpoWXuZuxsT65tBTzH/QIbXN4/2M/9Qltd3bX1L1zsEAoFAIHA3oOdSfdP/XNsL4gOY0I9tAPwG6IU1QH4DCHRfBgAcoNDSIOhfHg0KGXBnBjx5G/DsvUAgEAgEAoFrc6tzYyXTsyARITo//gXdCwtaXGzAAvcb/0UZwPHeb/x2BmBxWkYMwAk7XpCtH7cNiE5w+eAX67vKgUszoK9/v/H/awY8TPyX9gIy/sduA6b7/7vLAc6AK4BF/3NH8f/ZKBi5AADUzjm/v2XQ+gAAAABJRU5ErkJggg=="},36114:t=>{"use strict";t.exports="data:image/png;base64,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"},48832:t=>{"use strict";t.exports="data:image/png;base64,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"},3132:t=>{"use strict";t.exports="data:image/png;base64,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"},19394:t=>{"use strict";t.exports="data:image/png;base64,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"},6411:t=>{"use strict";t.exports="data:image/png;base64,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"},64886:t=>{"use strict";t.exports="data:image/png;base64,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"},14506:t=>{"use strict";t.exports="data:image/png;base64,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"},81972:t=>{"use strict";t.exports="data:image/png;base64,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"},22046:t=>{"use strict";t.exports="data:image/gif;base64,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"},65653:t=>{"use strict";t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg=="},32095:t=>{"use strict";t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAABQCAYAAADSm7GJAAADFElEQVR42u2dsW4TQRBAI0ERCYpDpAUdJX/hAlxQ3SekovYXIIvKEiBRIUF1lHT+BP+Br0TCCCsFLW5cmCS3jKWNNFrdZu+EOG7sd9Irkl0p8r3s7Mzs5XLinIMD5uhvAIIBwYBgaMnNNZvNyj0nkUvPQbAdtDjnCSU3zkGwEbS4iOToHATbE6wptVwEGyUhcaW/JkTbT7JcCpIse4K7SC4pk4wRXreE5ZUMUwezgh03lT0YyKKBOhjoZHUi1oCf7mkYohd9ACVFrj50HgxzmtQifKwF15L1fxC8UD9/EQxzHtxC8KiD4FHPNWMhuIACwd33h3kLuXOZ2mc4yyLRZS1kCG6H3uc2Mbl+LO9Z8FRwEaYINnpDdWKVIEdwC/QVC4l97nk6sUqwQHA3wbGEa9Sj4CCxSlIguHtZMg8Tq/4Edy/bLNXB4/G4FKJ1sJ7zTwTrhMuTU3f+NVqc84SSG+bEJR99a3BoaHERybE5HDYYFKwptVwEGyUhcRX5PufBRoiH4Tg80WFMcBfJPJNljfC6JSzzVCUrGMHswUAWDdTBQCcLOveiCdEBnCYBb9kBBAOCAcGAYEDw0XP0NwDBgGBAMCAYEAwIHvD7QzJhIlSCE2rF0o9lav4eBBt5JWHR8EfzdYATfgkFgg2g5J4LdSD1WrjyXDeIPkfwsNErV6/Y38J34aXwWHgkvBJWwi74RSgQPGD8nrtRwrbCe+G0YX9+KHzyc2rPRsgQPFzBEyVrJ7xLvNTsjvBBuFQreYLg4Qpeqv32m3BP+YxJPhUulOAKwQMl2HsnymNK8mudeCF44IK9rCcdBD8XrhBsS/BTBBOibwTPCNEGCFqSX4X7LeSeCRdK8BLBwy6TdIPjo3A3kUF/pkyy1+ioPVsv8KxB7gPhi7BVcndCpqYheKCtSt1+vBR+CG+EZ8IL4a3wU69cRYlgC4cN4UFD/LDBNVAi2NZxYa0Ixe5ikhFs58B/2SC48mOZUMYkI/jw/61diWDzgtOSEWxdcFpyhWDTgtOSEWxccCgZwfZJ9akrJXiKYEDwMfAHMSYobVemsdsAAAAASUVORK5CYII="},59699:t=>{"use strict";t.exports="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"},34213:t=>{"use strict";t.exports="data:image/gif;base64,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"},35548:(t,e,n)=>{"use strict";var i=n(33517),o=n(16823),r=TypeError;t.exports=function(t){if(i(t))return t;throw new r(o(t)+" is not a constructor")}},73506:(t,e,n)=>{"use strict";var i=n(13925),o=String,r=TypeError;t.exports=function(t){if(i(t))return t;throw new r("Can't set "+o(t)+" as a prototype")}},97080:(t,e,n)=>{"use strict";var i=n(94402).has;t.exports=function(t){return i(t),t}},6469:(t,e,n)=>{"use strict";var i=n(78227),o=n(2360),r=n(24913).f,s=i("unscopables"),a=Array.prototype;void 0===a[s]&&r(a,s,{configurable:!0,value:o(null)}),t.exports=function(t){a[s][t]=!0}},90679:(t,e,n)=>{"use strict";var i=n(1625),o=TypeError;t.exports=function(t,e){if(i(e,t))return t;throw new o("Incorrect invocation")}},77811:t=>{"use strict";t.exports="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof DataView},67394:(t,e,n)=>{"use strict";var i=n(46706),o=n(44576),r=TypeError;t.exports=i(ArrayBuffer.prototype,"byteLength","get")||function(t){if("ArrayBuffer"!==o(t))throw new r("ArrayBuffer expected");return t.byteLength}},3238:(t,e,n)=>{"use strict";var i=n(79504),o=n(67394),r=i(ArrayBuffer.prototype.slice);t.exports=function(t){if(0!==o(t))return!1;try{return r(t,0,0),!1}catch(t){return!0}}},15652:(t,e,n)=>{"use strict";var i=n(79039);t.exports=i((function(){if("function"==typeof ArrayBuffer){var t=new ArrayBuffer(8);Object.isExtensible(t)&&Object.defineProperty(t,"a",{value:8})}}))},95636:(t,e,n)=>{"use strict";var i=n(24475),o=n(79504),r=n(46706),s=n(57696),a=n(3238),c=n(67394),l=n(94483),u=n(1548),h=i.structuredClone,d=i.ArrayBuffer,p=i.DataView,A=i.TypeError,f=Math.min,g=d.prototype,m=p.prototype,b=o(g.slice),C=r(g,"resizable","get"),v=r(g,"maxByteLength","get"),x=o(m.getInt8),w=o(m.setInt8);t.exports=(u||l)&&function(t,e,n){var i,o=c(t),r=void 0===e?o:s(e),g=!C||!C(t);if(a(t))throw new A("ArrayBuffer is detached");if(u&&(t=h(t,{transfer:[t]}),o===r&&(n||g)))return t;if(o>=r&&(!n||g))i=b(t,0,r);else{var m=n&&!g&&v?{maxByteLength:v(t)}:void 0;i=new d(r,m);for(var y=new p(t),k=new p(i),B=f(r,o),E=0;E{"use strict";var i,o,r,s=n(77811),a=n(43724),c=n(24475),l=n(94901),u=n(20034),h=n(39297),d=n(36955),p=n(16823),A=n(66699),f=n(36840),g=n(62106),m=n(1625),b=n(42787),C=n(52967),v=n(78227),x=n(33392),w=n(91181),y=w.enforce,k=w.get,B=c.Int8Array,E=B&&B.prototype,_=c.Uint8ClampedArray,I=_&&_.prototype,D=B&&b(B),S=E&&b(E),T=Object.prototype,O=c.TypeError,M=v("toStringTag"),P=x("TYPED_ARRAY_TAG"),R="TypedArrayConstructor",N=s&&!!C&&"Opera"!==d(c.opera),H=!1,z={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},L={BigInt64Array:8,BigUint64Array:8},F=function(t){var e=b(t);if(u(e)){var n=k(e);return n&&h(n,R)?n[R]:F(e)}},j=function(t){if(!u(t))return!1;var e=d(t);return h(z,e)||h(L,e)};for(i in z)(r=(o=c[i])&&o.prototype)?y(r)[R]=o:N=!1;for(i in L)(r=(o=c[i])&&o.prototype)&&(y(r)[R]=o);if((!N||!l(D)||D===Function.prototype)&&(D=function(){throw new O("Incorrect invocation")},N))for(i in z)c[i]&&C(c[i],D);if((!N||!S||S===T)&&(S=D.prototype,N))for(i in z)c[i]&&C(c[i].prototype,S);if(N&&b(I)!==S&&C(I,S),a&&!h(S,M))for(i in H=!0,g(S,M,{configurable:!0,get:function(){return u(this)?this[P]:void 0}}),z)c[i]&&A(c[i],P,i);t.exports={NATIVE_ARRAY_BUFFER_VIEWS:N,TYPED_ARRAY_TAG:H&&P,aTypedArray:function(t){if(j(t))return t;throw new O("Target is not a typed array")},aTypedArrayConstructor:function(t){if(l(t)&&(!C||m(D,t)))return t;throw new O(p(t)+" is not a typed array constructor")},exportTypedArrayMethod:function(t,e,n,i){if(a){if(n)for(var o in z){var r=c[o];if(r&&h(r.prototype,t))try{delete r.prototype[t]}catch(n){try{r.prototype[t]=e}catch(t){}}}S[t]&&!n||f(S,t,n?e:N&&E[t]||e,i)}},exportTypedArrayStaticMethod:function(t,e,n){var i,o;if(a){if(C){if(n)for(i in z)if((o=c[i])&&h(o,t))try{delete o[t]}catch(t){}if(D[t]&&!n)return;try{return f(D,t,n?e:N&&D[t]||e)}catch(t){}}for(i in z)!(o=c[i])||o[t]&&!n||f(o,t,e)}},getTypedArrayConstructor:F,isView:function(t){if(!u(t))return!1;var e=d(t);return"DataView"===e||h(z,e)||h(L,e)},isTypedArray:j,TypedArray:D,TypedArrayPrototype:S}},66346:(t,e,n)=>{"use strict";var i=n(24475),o=n(79504),r=n(43724),s=n(77811),a=n(10350),c=n(66699),l=n(62106),u=n(56279),h=n(79039),d=n(90679),p=n(91291),A=n(18014),f=n(57696),g=n(15617),m=n(88490),b=n(42787),C=n(52967),v=n(84373),x=n(67680),w=n(23167),y=n(77740),k=n(10687),B=n(91181),E=a.PROPER,_=a.CONFIGURABLE,I="ArrayBuffer",D="DataView",S="prototype",T="Wrong index",O=B.getterFor(I),M=B.getterFor(D),P=B.set,R=i[I],N=R,H=N&&N[S],z=i[D],L=z&&z[S],F=Object.prototype,j=i.Array,U=i.RangeError,W=o(v),Y=o([].reverse),q=m.pack,Q=m.unpack,G=function(t){return[255&t]},X=function(t){return[255&t,t>>8&255]},V=function(t){return[255&t,t>>8&255,t>>16&255,t>>24&255]},K=function(t){return t[3]<<24|t[2]<<16|t[1]<<8|t[0]},J=function(t){return q(g(t),23,4)},Z=function(t){return q(t,52,8)},$=function(t,e,n){l(t[S],e,{configurable:!0,get:function(){return n(this)[e]}})},tt=function(t,e,n,i){var o=M(t),r=f(n),s=!!i;if(r+e>o.byteLength)throw new U(T);var a=o.bytes,c=r+o.byteOffset,l=x(a,c,c+e);return s?l:Y(l)},et=function(t,e,n,i,o,r){var s=M(t),a=f(n),c=i(+o),l=!!r;if(a+e>s.byteLength)throw new U(T);for(var u=s.bytes,h=a+s.byteOffset,d=0;d>24)},setUint8:function(t,e){ot(this,t,e<<24>>24)}},{unsafe:!0})}else H=(N=function(t){d(this,H);var e=f(t);P(this,{type:I,bytes:W(j(e),0),byteLength:e}),r||(this.byteLength=e,this.detached=!1)})[S],L=(z=function(t,e,n){d(this,L),d(t,H);var i=O(t),o=i.byteLength,s=p(e);if(s<0||s>o)throw new U("Wrong offset");if(s+(n=void 0===n?o-s:A(n))>o)throw new U("Wrong length");P(this,{type:D,buffer:t,byteLength:n,byteOffset:s,bytes:i.bytes}),r||(this.buffer=t,this.byteLength=n,this.byteOffset=s)})[S],r&&($(N,"byteLength",O),$(z,"buffer",M),$(z,"byteLength",M),$(z,"byteOffset",M)),u(L,{getInt8:function(t){return tt(this,1,t)[0]<<24>>24},getUint8:function(t){return tt(this,1,t)[0]},getInt16:function(t){var e=tt(this,2,t,arguments.length>1&&arguments[1]);return(e[1]<<8|e[0])<<16>>16},getUint16:function(t){var e=tt(this,2,t,arguments.length>1&&arguments[1]);return e[1]<<8|e[0]},getInt32:function(t){return K(tt(this,4,t,arguments.length>1&&arguments[1]))},getUint32:function(t){return K(tt(this,4,t,arguments.length>1&&arguments[1]))>>>0},getFloat32:function(t){return Q(tt(this,4,t,arguments.length>1&&arguments[1]),23)},getFloat64:function(t){return Q(tt(this,8,t,arguments.length>1&&arguments[1]),52)},setInt8:function(t,e){et(this,1,t,G,e)},setUint8:function(t,e){et(this,1,t,G,e)},setInt16:function(t,e){et(this,2,t,X,e,arguments.length>2&&arguments[2])},setUint16:function(t,e){et(this,2,t,X,e,arguments.length>2&&arguments[2])},setInt32:function(t,e){et(this,4,t,V,e,arguments.length>2&&arguments[2])},setUint32:function(t,e){et(this,4,t,V,e,arguments.length>2&&arguments[2])},setFloat32:function(t,e){et(this,4,t,J,e,arguments.length>2&&arguments[2])},setFloat64:function(t,e){et(this,8,t,Z,e,arguments.length>2&&arguments[2])}});k(N,I),k(z,D),t.exports={ArrayBuffer:N,DataView:z}},57029:(t,e,n)=>{"use strict";var i=n(48981),o=n(35610),r=n(26198),s=n(84606),a=Math.min;t.exports=[].copyWithin||function(t,e){var n=i(this),c=r(n),l=o(t,c),u=o(e,c),h=arguments.length>2?arguments[2]:void 0,d=a((void 0===h?c:o(h,c))-u,c-l),p=1;for(u0;)u in n?n[l]=n[u]:s(n,l),l+=p,u+=p;return n}},84373:(t,e,n)=>{"use strict";var i=n(48981),o=n(35610),r=n(26198);t.exports=function(t){for(var e=i(this),n=r(e),s=arguments.length,a=o(s>1?arguments[1]:void 0,n),c=s>2?arguments[2]:void 0,l=void 0===c?n:o(c,n);l>a;)e[a++]=t;return e}},90235:(t,e,n)=>{"use strict";var i=n(81594).forEach,o=n(34598)("forEach");t.exports=o?[].forEach:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}},35370:(t,e,n)=>{"use strict";var i=n(26198);t.exports=function(t,e,n){for(var o=0,r=arguments.length>2?n:i(e),s=new t(r);r>o;)s[o]=e[o++];return s}},97916:(t,e,n)=>{"use strict";var i=n(76080),o=n(69565),r=n(48981),s=n(96319),a=n(44209),c=n(33517),l=n(26198),u=n(97040),h=n(70081),d=n(50851),p=Array;t.exports=function(t){var e=r(t),n=c(this),A=arguments.length,f=A>1?arguments[1]:void 0,g=void 0!==f;g&&(f=i(f,A>2?arguments[2]:void 0));var m,b,C,v,x,w,y=d(e),k=0;if(!y||this===p&&a(y))for(m=l(e),b=n?new this(m):p(m);m>k;k++)w=g?f(e[k],k):e[k],u(b,k,w);else for(b=n?new this:[],x=(v=h(e,y)).next;!(C=o(x,v)).done;k++)w=g?s(v,f,[C.value,k],!0):C.value,u(b,k,w);return b.length=k,b}},43839:(t,e,n)=>{"use strict";var i=n(76080),o=n(47055),r=n(48981),s=n(26198),a=function(t){var e=1===t;return function(n,a,c){for(var l,u=r(n),h=o(u),d=s(h),p=i(a,c);d-- >0;)if(p(l=h[d],d,u))switch(t){case 0:return l;case 1:return d}return e?-1:void 0}};t.exports={findLast:a(0),findLastIndex:a(1)}},81594:(t,e,n)=>{"use strict";var i=n(76080),o=n(79504),r=n(47055),s=n(48981),a=n(26198),c=n(1469),l=o([].push),u=function(t){var e=1===t,n=2===t,o=3===t,u=4===t,h=6===t,d=7===t,p=5===t||h;return function(A,f,g,m){for(var b,C,v=s(A),x=r(v),w=a(x),y=i(f,g),k=0,B=m||c,E=e?B(A,w):n||d?B(A,0):void 0;w>k;k++)if((p||k in x)&&(C=y(b=x[k],k,v),t))if(e)E[k]=C;else if(C)switch(t){case 3:return!0;case 5:return b;case 6:return k;case 2:l(E,b)}else switch(t){case 4:return!1;case 7:l(E,b)}return h?-1:o||u?u:E}};t.exports={forEach:u(0),map:u(1),filter:u(2),some:u(3),every:u(4),find:u(5),findIndex:u(6),filterReject:u(7)}},8379:(t,e,n)=>{"use strict";var i=n(18745),o=n(25397),r=n(91291),s=n(26198),a=n(34598),c=Math.min,l=[].lastIndexOf,u=!!l&&1/[1].lastIndexOf(1,-0)<0,h=a("lastIndexOf"),d=u||!h;t.exports=d?function(t){if(u)return i(l,this,arguments)||0;var e=o(this),n=s(e);if(0===n)return-1;var a=n-1;for(arguments.length>1&&(a=c(a,r(arguments[1]))),a<0&&(a=n+a);a>=0;a--)if(a in e&&e[a]===t)return a||0;return-1}:l},70597:(t,e,n)=>{"use strict";var i=n(79039),o=n(78227),r=n(77388),s=o("species");t.exports=function(t){return r>=51||!i((function(){var e=[];return(e.constructor={})[s]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},34598:(t,e,n)=>{"use strict";var i=n(79039);t.exports=function(t,e){var n=[][t];return!!n&&i((function(){n.call(null,e||function(){return 1},1)}))}},80926:(t,e,n)=>{"use strict";var i=n(79306),o=n(48981),r=n(47055),s=n(26198),a=TypeError,c="Reduce of empty array with no initial value",l=function(t){return function(e,n,l,u){var h=o(e),d=r(h),p=s(h);if(i(n),0===p&&l<2)throw new a(c);var A=t?p-1:0,f=t?-1:1;if(l<2)for(;;){if(A in d){u=d[A],A+=f;break}if(A+=f,t?A<0:p<=A)throw new a(c)}for(;t?A>=0:p>A;A+=f)A in d&&(u=n(u,d[A],A,h));return u}};t.exports={left:l(!1),right:l(!0)}},34527:(t,e,n)=>{"use strict";var i=n(43724),o=n(34376),r=TypeError,s=Object.getOwnPropertyDescriptor,a=i&&!function(){if(void 0!==this)return!0;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(t){return t instanceof TypeError}}();t.exports=a?function(t,e){if(o(t)&&!s(t,"length").writable)throw new r("Cannot set read only .length");return t.length=e}:function(t,e){return t.length=e}},67680:(t,e,n)=>{"use strict";var i=n(79504);t.exports=i([].slice)},74488:(t,e,n)=>{"use strict";var i=n(67680),o=Math.floor,r=function(t,e){var n=t.length;if(n<8)for(var s,a,c=1;c0;)t[a]=t[--a];a!==c++&&(t[a]=s)}else for(var l=o(n/2),u=r(i(t,0,l),e),h=r(i(t,l),e),d=u.length,p=h.length,A=0,f=0;A{"use strict";var i=n(34376),o=n(33517),r=n(20034),s=n(78227)("species"),a=Array;t.exports=function(t){var e;return i(t)&&(e=t.constructor,(o(e)&&(e===a||i(e.prototype))||r(e)&&null===(e=e[s]))&&(e=void 0)),void 0===e?a:e}},1469:(t,e,n)=>{"use strict";var i=n(87433);t.exports=function(t,e){return new(i(t))(0===e?0:e)}},37628:(t,e,n)=>{"use strict";var i=n(26198);t.exports=function(t,e){for(var n=i(t),o=new e(n),r=0;r{"use strict";var i=n(26198),o=n(91291),r=RangeError;t.exports=function(t,e,n,s){var a=i(t),c=o(n),l=c<0?a+c:c;if(l>=a||l<0)throw new r("Incorrect index");for(var u=new e(a),h=0;h{"use strict";var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",n=e+"+/",i=e+"-_",o=function(t){for(var e={},n=0;n<64;n++)e[t.charAt(n)]=n;return e};t.exports={i2c:n,c2i:o(n),i2cUrl:i,c2iUrl:o(i)}},96319:(t,e,n)=>{"use strict";var i=n(28551),o=n(9539);t.exports=function(t,e,n,r){try{return r?e(i(n)[0],n[1]):e(n)}catch(e){o(t,"throw",e)}}},84428:(t,e,n)=>{"use strict";var i=n(78227)("iterator"),o=!1;try{var r=0,s={next:function(){return{done:!!r++}},return:function(){o=!0}};s[i]=function(){return this},Array.from(s,(function(){throw 2}))}catch(t){}t.exports=function(t,e){try{if(!e&&!o)return!1}catch(t){return!1}var n=!1;try{var r={};r[i]=function(){return{next:function(){return{done:n=!0}}}},t(r)}catch(t){}return n}},86938:(t,e,n)=>{"use strict";var i=n(2360),o=n(62106),r=n(56279),s=n(76080),a=n(90679),c=n(64117),l=n(72652),u=n(51088),h=n(62529),d=n(87633),p=n(43724),A=n(3451).fastKey,f=n(91181),g=f.set,m=f.getterFor;t.exports={getConstructor:function(t,e,n,u){var h=t((function(t,o){a(t,d),g(t,{type:e,index:i(null),first:void 0,last:void 0,size:0}),p||(t.size=0),c(o)||l(o,t[u],{that:t,AS_ENTRIES:n})})),d=h.prototype,f=m(e),b=function(t,e,n){var i,o,r=f(t),s=C(t,e);return s?s.value=n:(r.last=s={index:o=A(e,!0),key:e,value:n,previous:i=r.last,next:void 0,removed:!1},r.first||(r.first=s),i&&(i.next=s),p?r.size++:t.size++,"F"!==o&&(r.index[o]=s)),t},C=function(t,e){var n,i=f(t),o=A(e);if("F"!==o)return i.index[o];for(n=i.first;n;n=n.next)if(n.key===e)return n};return r(d,{clear:function(){for(var t=f(this),e=t.first;e;)e.removed=!0,e.previous&&(e.previous=e.previous.next=void 0),e=e.next;t.first=t.last=void 0,t.index=i(null),p?t.size=0:this.size=0},delete:function(t){var e=this,n=f(e),i=C(e,t);if(i){var o=i.next,r=i.previous;delete n.index[i.index],i.removed=!0,r&&(r.next=o),o&&(o.previous=r),n.first===i&&(n.first=o),n.last===i&&(n.last=r),p?n.size--:e.size--}return!!i},forEach:function(t){for(var e,n=f(this),i=s(t,arguments.length>1?arguments[1]:void 0);e=e?e.next:n.first;)for(i(e.value,e.key,this);e&&e.removed;)e=e.previous},has:function(t){return!!C(this,t)}}),r(d,n?{get:function(t){var e=C(this,t);return e&&e.value},set:function(t,e){return b(this,0===t?0:t,e)}}:{add:function(t){return b(this,t=0===t?0:t,t)}}),p&&o(d,"size",{configurable:!0,get:function(){return f(this).size}}),h},setStrong:function(t,e,n){var i=e+" Iterator",o=m(e),r=m(i);u(t,e,(function(t,e){g(this,{type:i,target:t,state:o(t),kind:e,last:void 0})}),(function(){for(var t=r(this),e=t.kind,n=t.last;n&&n.removed;)n=n.previous;return t.target&&(t.last=n=n?n.next:t.state.first)?h("keys"===e?n.key:"values"===e?n.value:[n.key,n.value],!1):(t.target=void 0,h(void 0,!0))}),n?"entries":"values",!n,!0),d(e)}}},91625:(t,e,n)=>{"use strict";var i=n(79504),o=n(56279),r=n(3451).getWeakData,s=n(90679),a=n(28551),c=n(64117),l=n(20034),u=n(72652),h=n(81594),d=n(39297),p=n(91181),A=p.set,f=p.getterFor,g=h.find,m=h.findIndex,b=i([].splice),C=0,v=function(t){return t.frozen||(t.frozen=new x)},x=function(){this.entries=[]},w=function(t,e){return g(t.entries,(function(t){return t[0]===e}))};x.prototype={get:function(t){var e=w(this,t);if(e)return e[1]},has:function(t){return!!w(this,t)},set:function(t,e){var n=w(this,t);n?n[1]=e:this.entries.push([t,e])},delete:function(t){var e=m(this.entries,(function(e){return e[0]===t}));return~e&&b(this.entries,e,1),!!~e}},t.exports={getConstructor:function(t,e,n,i){var h=t((function(t,o){s(t,p),A(t,{type:e,id:C++,frozen:void 0}),c(o)||u(o,t[i],{that:t,AS_ENTRIES:n})})),p=h.prototype,g=f(e),m=function(t,e,n){var i=g(t),o=r(a(e),!0);return!0===o?v(i).set(e,n):o[i.id]=n,t};return o(p,{delete:function(t){var e=g(this);if(!l(t))return!1;var n=r(t);return!0===n?v(e).delete(t):n&&d(n,e.id)&&delete n[e.id]},has:function(t){var e=g(this);if(!l(t))return!1;var n=r(t);return!0===n?v(e).has(t):n&&d(n,e.id)}}),o(p,n?{get:function(t){var e=g(this);if(l(t)){var n=r(t);return!0===n?v(e).get(t):n?n[e.id]:void 0}},set:function(t,e){return m(this,t,e)}}:{add:function(t){return m(this,t,!0)}}),h}}},16468:(t,e,n)=>{"use strict";var i=n(46518),o=n(24475),r=n(79504),s=n(92796),a=n(36840),c=n(3451),l=n(72652),u=n(90679),h=n(94901),d=n(64117),p=n(20034),A=n(79039),f=n(84428),g=n(10687),m=n(23167);t.exports=function(t,e,n){var b=-1!==t.indexOf("Map"),C=-1!==t.indexOf("Weak"),v=b?"set":"add",x=o[t],w=x&&x.prototype,y=x,k={},B=function(t){var e=r(w[t]);a(w,t,"add"===t?function(t){return e(this,0===t?0:t),this}:"delete"===t?function(t){return!(C&&!p(t))&&e(this,0===t?0:t)}:"get"===t?function(t){return C&&!p(t)?void 0:e(this,0===t?0:t)}:"has"===t?function(t){return!(C&&!p(t))&&e(this,0===t?0:t)}:function(t,n){return e(this,0===t?0:t,n),this})};if(s(t,!h(x)||!(C||w.forEach&&!A((function(){(new x).entries().next()})))))y=n.getConstructor(e,t,b,v),c.enable();else if(s(t,!0)){var E=new y,_=E[v](C?{}:-0,1)!==E,I=A((function(){E.has(1)})),D=f((function(t){new x(t)})),S=!C&&A((function(){for(var t=new x,e=5;e--;)t[v](e,e);return!t.has(-0)}));D||((y=e((function(t,e){u(t,w);var n=m(new x,t,y);return d(e)||l(e,n[v],{that:n,AS_ENTRIES:b}),n}))).prototype=w,w.constructor=y),(I||S)&&(B("delete"),B("has"),b&&B("get")),(S||_)&&B(v),C&&w.clear&&delete w.clear}return k[t]=y,i({global:!0,constructor:!0,forced:y!==x},k),g(y,t),C||n.setStrong(y,t,b),y}},41436:(t,e,n)=>{"use strict";var i=n(78227)("match");t.exports=function(t){var e=/./;try{"/./"[t](e)}catch(n){try{return e[i]=!1,"/./"[t](e)}catch(t){}}return!1}},12211:(t,e,n)=>{"use strict";var i=n(79039);t.exports=!i((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},77240:(t,e,n)=>{"use strict";var i=n(79504),o=n(67750),r=n(655),s=/"/g,a=i("".replace);t.exports=function(t,e,n,i){var c=r(o(t)),l="<"+e;return""!==n&&(l+=" "+n+'="'+a(r(i),s,""")+'"'),l+">"+c+""}},62529:t=>{"use strict";t.exports=function(t,e){return{value:t,done:e}}},97040:(t,e,n)=>{"use strict";var i=n(43724),o=n(24913),r=n(6980);t.exports=function(t,e,n){i?o.f(t,e,r(0,n)):t[e]=n}},70380:(t,e,n)=>{"use strict";var i=n(79504),o=n(79039),r=n(60533).start,s=RangeError,a=isFinite,c=Math.abs,l=Date.prototype,u=l.toISOString,h=i(l.getTime),d=i(l.getUTCDate),p=i(l.getUTCFullYear),A=i(l.getUTCHours),f=i(l.getUTCMilliseconds),g=i(l.getUTCMinutes),m=i(l.getUTCMonth),b=i(l.getUTCSeconds);t.exports=o((function(){return"0385-07-25T07:06:39.999Z"!==u.call(new Date(-50000000000001))}))||!o((function(){u.call(new Date(NaN))}))?function(){if(!a(h(this)))throw new s("Invalid time value");var t=this,e=p(t),n=f(t),i=e<0?"-":e>9999?"+":"";return i+r(c(e),i?6:4,0)+"-"+r(m(t)+1,2,0)+"-"+r(d(t),2,0)+"T"+r(A(t),2,0)+":"+r(g(t),2,0)+":"+r(b(t),2,0)+"."+r(n,3,0)+"Z"}:u},53640:(t,e,n)=>{"use strict";var i=n(28551),o=n(84270),r=TypeError;t.exports=function(t){if(i(this),"string"===t||"default"===t)t="string";else if("number"!==t)throw new r("Incorrect hint");return o(this,t)}},62106:(t,e,n)=>{"use strict";var i=n(50283),o=n(24913);t.exports=function(t,e,n){return n.get&&i(n.get,e,{getter:!0}),n.set&&i(n.set,e,{setter:!0}),o.f(t,e,n)}},56279:(t,e,n)=>{"use strict";var i=n(36840);t.exports=function(t,e,n){for(var o in e)i(t,o,e[o],n);return t}},84606:(t,e,n)=>{"use strict";var i=n(16823),o=TypeError;t.exports=function(t,e){if(!delete t[e])throw new o("Cannot delete property "+i(e)+" of "+i(t))}},94483:(t,e,n)=>{"use strict";var i,o,r,s,a=n(24475),c=n(69714),l=n(1548),u=a.structuredClone,h=a.ArrayBuffer,d=a.MessageChannel,p=!1;if(l)p=function(t){u(t,{transfer:[t]})};else if(h)try{d||(i=c("worker_threads"))&&(d=i.MessageChannel),d&&(o=new d,r=new h(2),s=function(t){o.port1.postMessage(null,[t])},2===r.byteLength&&(s(r),0===r.byteLength&&(p=s)))}catch(t){}t.exports=p},96837:t=>{"use strict";var e=TypeError;t.exports=function(t){if(t>9007199254740991)throw e("Maximum allowed index exceeded");return t}},55002:t=>{"use strict";t.exports={IndexSizeError:{s:"INDEX_SIZE_ERR",c:1,m:1},DOMStringSizeError:{s:"DOMSTRING_SIZE_ERR",c:2,m:0},HierarchyRequestError:{s:"HIERARCHY_REQUEST_ERR",c:3,m:1},WrongDocumentError:{s:"WRONG_DOCUMENT_ERR",c:4,m:1},InvalidCharacterError:{s:"INVALID_CHARACTER_ERR",c:5,m:1},NoDataAllowedError:{s:"NO_DATA_ALLOWED_ERR",c:6,m:0},NoModificationAllowedError:{s:"NO_MODIFICATION_ALLOWED_ERR",c:7,m:1},NotFoundError:{s:"NOT_FOUND_ERR",c:8,m:1},NotSupportedError:{s:"NOT_SUPPORTED_ERR",c:9,m:1},InUseAttributeError:{s:"INUSE_ATTRIBUTE_ERR",c:10,m:1},InvalidStateError:{s:"INVALID_STATE_ERR",c:11,m:1},SyntaxError:{s:"SYNTAX_ERR",c:12,m:1},InvalidModificationError:{s:"INVALID_MODIFICATION_ERR",c:13,m:1},NamespaceError:{s:"NAMESPACE_ERR",c:14,m:1},InvalidAccessError:{s:"INVALID_ACCESS_ERR",c:15,m:1},ValidationError:{s:"VALIDATION_ERR",c:16,m:0},TypeMismatchError:{s:"TYPE_MISMATCH_ERR",c:17,m:1},SecurityError:{s:"SECURITY_ERR",c:18,m:1},NetworkError:{s:"NETWORK_ERR",c:19,m:1},AbortError:{s:"ABORT_ERR",c:20,m:1},URLMismatchError:{s:"URL_MISMATCH_ERR",c:21,m:1},QuotaExceededError:{s:"QUOTA_EXCEEDED_ERR",c:22,m:1},TimeoutError:{s:"TIMEOUT_ERR",c:23,m:1},InvalidNodeTypeError:{s:"INVALID_NODE_TYPE_ERR",c:24,m:1},DataCloneError:{s:"DATA_CLONE_ERR",c:25,m:1}}},67400:t=>{"use strict";t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},79296:(t,e,n)=>{"use strict";var i=n(4055)("span").classList,o=i&&i.constructor&&i.constructor.prototype;t.exports=o===Object.prototype?void 0:o},28834:(t,e,n)=>{"use strict";var i=n(79392).match(/firefox\/(\d+)/i);t.exports=!!i&&+i[1]},87290:(t,e,n)=>{"use strict";var i=n(50516),o=n(19088);t.exports=!i&&!o&&"object"==typeof window&&"object"==typeof document},6763:t=>{"use strict";t.exports="function"==typeof Bun&&Bun&&"string"==typeof Bun.version},50516:t=>{"use strict";t.exports="object"==typeof Deno&&Deno&&"object"==typeof Deno.version},63202:(t,e,n)=>{"use strict";var i=n(79392);t.exports=/MSIE|Trident/.test(i)},20028:(t,e,n)=>{"use strict";var i=n(79392);t.exports=/ipad|iphone|ipod/i.test(i)&&"undefined"!=typeof Pebble},48119:(t,e,n)=>{"use strict";var i=n(79392);t.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(i)},19088:(t,e,n)=>{"use strict";var i=n(24475),o=n(44576);t.exports="process"===o(i.process)},36765:(t,e,n)=>{"use strict";var i=n(79392);t.exports=/web0s(?!.*chrome)/i.test(i)},89160:(t,e,n)=>{"use strict";var i=n(79392).match(/AppleWebKit\/(\d+)\./);t.exports=!!i&&+i[1]},16193:(t,e,n)=>{"use strict";var i=n(79504),o=Error,r=i("".replace),s=String(new o("zxcasd").stack),a=/\n\s*at [^:]*:[^\n]*/,c=a.test(s);t.exports=function(t,e){if(c&&"string"==typeof t&&!o.prepareStackTrace)for(;e--;)t=r(t,a,"");return t}},80747:(t,e,n)=>{"use strict";var i=n(66699),o=n(16193),r=n(24659),s=Error.captureStackTrace;t.exports=function(t,e,n,a){r&&(s?s(t,e):i(t,"stack",o(n,a)))}},24659:(t,e,n)=>{"use strict";var i=n(79039),o=n(6980);t.exports=!i((function(){var t=new Error("a");return!("stack"in t)||(Object.defineProperty(t,"stack",o(1,7)),7!==t.stack)}))},77536:(t,e,n)=>{"use strict";var i=n(43724),o=n(79039),r=n(28551),s=n(32603),a=Error.prototype.toString,c=o((function(){if(i){var t=Object.create(Object.defineProperty({},"name",{get:function(){return this===t}}));if("true"!==a.call(t))return!0}return"2: 1"!==a.call({message:1,name:2})||"Error"!==a.call({})}));t.exports=c?function(){var t=r(this),e=s(t.name,"Error"),n=s(t.message);return e?n?e+": "+n:e:n}:a},70259:(t,e,n)=>{"use strict";var i=n(34376),o=n(26198),r=n(96837),s=n(76080),a=function(t,e,n,c,l,u,h,d){for(var p,A,f=l,g=0,m=!!h&&s(h,d);g0&&i(p)?(A=o(p),f=a(t,e,p,A,f,u-1)-1):(r(f+1),t[f]=p),f++),g++;return f};t.exports=a},92744:(t,e,n)=>{"use strict";var i=n(79039);t.exports=!i((function(){return Object.isExtensible(Object.preventExtensions({}))}))},76080:(t,e,n)=>{"use strict";var i=n(27476),o=n(79306),r=n(40616),s=i(i.bind);t.exports=function(t,e){return o(t),void 0===e?t:r?s(t,e):function(){return t.apply(e,arguments)}}},30566:(t,e,n)=>{"use strict";var i=n(79504),o=n(79306),r=n(20034),s=n(39297),a=n(67680),c=n(40616),l=Function,u=i([].concat),h=i([].join),d={};t.exports=c?l.bind:function(t){var e=o(this),n=e.prototype,i=a(arguments,1),c=function(){var n=u(i,a(arguments));return this instanceof c?function(t,e,n){if(!s(d,e)){for(var i=[],o=0;o{"use strict";var i=n(79504),o=n(79306);t.exports=function(t,e,n){try{return i(o(Object.getOwnPropertyDescriptor(t,e)[n]))}catch(t){}}},27476:(t,e,n)=>{"use strict";var i=n(44576),o=n(79504);t.exports=function(t){if("Function"===i(t))return o(t)}},44124:(t,e,n)=>{"use strict";var i=n(24475);t.exports=function(t,e){var n=i[t],o=n&&n.prototype;return o&&o[e]}},1767:t=>{"use strict";t.exports=function(t){return{iterator:t,next:t.next,done:!1}}},50851:(t,e,n)=>{"use strict";var i=n(36955),o=n(55966),r=n(64117),s=n(26269),a=n(78227)("iterator");t.exports=function(t){if(!r(t))return o(t,a)||o(t,"@@iterator")||s[i(t)]}},70081:(t,e,n)=>{"use strict";var i=n(69565),o=n(79306),r=n(28551),s=n(16823),a=n(50851),c=TypeError;t.exports=function(t,e){var n=arguments.length<2?a(t):e;if(o(n))return r(i(n,t));throw new c(s(t)+" is not iterable")}},66933:(t,e,n)=>{"use strict";var i=n(79504),o=n(34376),r=n(94901),s=n(44576),a=n(655),c=i([].push);t.exports=function(t){if(r(t))return t;if(o(t)){for(var e=t.length,n=[],i=0;i{"use strict";var i=n(79306),o=n(28551),r=n(69565),s=n(91291),a=n(1767),c="Invalid size",l=RangeError,u=TypeError,h=Math.max,d=function(t,e){this.set=t,this.size=h(e,0),this.has=i(t.has),this.keys=i(t.keys)};d.prototype={getIterator:function(){return a(o(r(this.keys,this.set)))},includes:function(t){return r(this.has,this.set,t)}},t.exports=function(t){o(t);var e=+t.size;if(e!=e)throw new u(c);var n=s(e);if(n<0)throw new l(c);return new d(t,n)}},90757:(t,e,n)=>{"use strict";var i=n(96763);t.exports=function(t,e){try{1===arguments.length?i.error(t):i.error(t,e)}catch(t){}}},88490:t=>{"use strict";var e=Array,n=Math.abs,i=Math.pow,o=Math.floor,r=Math.log,s=Math.LN2;t.exports={pack:function(t,a,c){var l,u,h,d=e(c),p=8*c-a-1,A=(1<>1,g=23===a?i(2,-24)-i(2,-77):0,m=t<0||0===t&&1/t<0?1:0,b=0;for((t=n(t))!=t||t===1/0?(u=t!=t?1:0,l=A):(l=o(r(t)/s),t*(h=i(2,-l))<1&&(l--,h*=2),(t+=l+f>=1?g/h:g*i(2,1-f))*h>=2&&(l++,h/=2),l+f>=A?(u=0,l=A):l+f>=1?(u=(t*h-1)*i(2,a),l+=f):(u=t*i(2,f-1)*i(2,a),l=0));a>=8;)d[b++]=255&u,u/=256,a-=8;for(l=l<0;)d[b++]=255&l,l/=256,p-=8;return d[--b]|=128*m,d},unpack:function(t,e){var n,o=t.length,r=8*o-e-1,s=(1<>1,c=r-7,l=o-1,u=t[l--],h=127&u;for(u>>=7;c>0;)h=256*h+t[l--],c-=8;for(n=h&(1<<-c)-1,h>>=-c,c+=e;c>0;)n=256*n+t[l--],c-=8;if(0===h)h=1-a;else{if(h===s)return n?NaN:u?-1/0:1/0;n+=i(2,e),h-=a}return(u?-1:1)*n*i(2,h-e)}}},23167:(t,e,n)=>{"use strict";var i=n(94901),o=n(20034),r=n(52967);t.exports=function(t,e,n){var s,a;return r&&i(s=e.constructor)&&s!==n&&o(a=s.prototype)&&a!==n.prototype&&r(t,a),t}},77584:(t,e,n)=>{"use strict";var i=n(20034),o=n(66699);t.exports=function(t,e){i(e)&&"cause"in e&&o(t,"cause",e.cause)}},3451:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(30421),s=n(20034),a=n(39297),c=n(24913).f,l=n(38480),u=n(10298),h=n(34124),d=n(33392),p=n(92744),A=!1,f=d("meta"),g=0,m=function(t){c(t,f,{value:{objectID:"O"+g++,weakData:{}}})},b=t.exports={enable:function(){b.enable=function(){},A=!0;var t=l.f,e=o([].splice),n={};n[f]=1,t(n).length&&(l.f=function(n){for(var i=t(n),o=0,r=i.length;o{"use strict";var i=n(78227),o=n(26269),r=i("iterator"),s=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||s[r]===t)}},34376:(t,e,n)=>{"use strict";var i=n(44576);t.exports=Array.isArray||function(t){return"Array"===i(t)}},18727:(t,e,n)=>{"use strict";var i=n(36955);t.exports=function(t){var e=i(t);return"BigInt64Array"===e||"BigUint64Array"===e}},33517:(t,e,n)=>{"use strict";var i=n(79504),o=n(79039),r=n(94901),s=n(36955),a=n(97751),c=n(33706),l=function(){},u=a("Reflect","construct"),h=/^\s*(?:class|function)\b/,d=i(h.exec),p=!h.test(l),A=function(t){if(!r(t))return!1;try{return u(l,[],t),!0}catch(t){return!1}},f=function(t){if(!r(t))return!1;switch(s(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return p||!!d(h,c(t))}catch(t){return!0}};f.sham=!0,t.exports=!u||o((function(){var t;return A(A.call)||!A(Object)||!A((function(){t=!0}))||t}))?f:A},16575:(t,e,n)=>{"use strict";var i=n(39297);t.exports=function(t){return void 0!==t&&(i(t,"value")||i(t,"writable"))}},2087:(t,e,n)=>{"use strict";var i=n(20034),o=Math.floor;t.exports=Number.isInteger||function(t){return!i(t)&&isFinite(t)&&o(t)===t}},13925:(t,e,n)=>{"use strict";var i=n(20034);t.exports=function(t){return i(t)||null===t}},60788:(t,e,n)=>{"use strict";var i=n(20034),o=n(44576),r=n(78227)("match");t.exports=function(t){var e;return i(t)&&(void 0!==(e=t[r])?!!e:"RegExp"===o(t))}},40507:(t,e,n)=>{"use strict";var i=n(69565);t.exports=function(t,e,n){for(var o,r,s=n?t:t.iterator,a=t.next;!(o=i(a,s)).done;)if(void 0!==(r=e(o.value)))return r}},72652:(t,e,n)=>{"use strict";var i=n(76080),o=n(69565),r=n(28551),s=n(16823),a=n(44209),c=n(26198),l=n(1625),u=n(70081),h=n(50851),d=n(9539),p=TypeError,A=function(t,e){this.stopped=t,this.result=e},f=A.prototype;t.exports=function(t,e,n){var g,m,b,C,v,x,w,y=n&&n.that,k=!(!n||!n.AS_ENTRIES),B=!(!n||!n.IS_RECORD),E=!(!n||!n.IS_ITERATOR),_=!(!n||!n.INTERRUPTED),I=i(e,y),D=function(t){return g&&d(g,"normal",t),new A(!0,t)},S=function(t){return k?(r(t),_?I(t[0],t[1],D):I(t[0],t[1])):_?I(t,D):I(t)};if(B)g=t.iterator;else if(E)g=t;else{if(!(m=h(t)))throw new p(s(t)+" is not iterable");if(a(m)){for(b=0,C=c(t);C>b;b++)if((v=S(t[b]))&&l(f,v))return v;return new A(!1)}g=u(t,m)}for(x=B?t.next:g.next;!(w=o(x,g)).done;){try{v=S(w.value)}catch(t){d(g,"throw",t)}if("object"==typeof v&&v&&l(f,v))return v}return new A(!1)}},9539:(t,e,n)=>{"use strict";var i=n(69565),o=n(28551),r=n(55966);t.exports=function(t,e,n){var s,a;o(t);try{if(!(s=r(t,"return"))){if("throw"===e)throw n;return n}s=i(s,t)}catch(t){a=!0,s=t}if("throw"===e)throw n;if(a)throw s;return o(s),n}},33994:(t,e,n)=>{"use strict";var i=n(57657).IteratorPrototype,o=n(2360),r=n(6980),s=n(10687),a=n(26269),c=function(){return this};t.exports=function(t,e,n,l){var u=e+" Iterator";return t.prototype=o(i,{next:r(+!l,n)}),s(t,u,!1,!0),a[u]=c,t}},51088:(t,e,n)=>{"use strict";var i=n(46518),o=n(69565),r=n(96395),s=n(10350),a=n(94901),c=n(33994),l=n(42787),u=n(52967),h=n(10687),d=n(66699),p=n(36840),A=n(78227),f=n(26269),g=n(57657),m=s.PROPER,b=s.CONFIGURABLE,C=g.IteratorPrototype,v=g.BUGGY_SAFARI_ITERATORS,x=A("iterator"),w="keys",y="values",k="entries",B=function(){return this};t.exports=function(t,e,n,s,A,g,E){c(n,e,s);var _,I,D,S=function(t){if(t===A&&R)return R;if(!v&&t&&t in M)return M[t];switch(t){case w:case y:case k:return function(){return new n(this,t)}}return function(){return new n(this)}},T=e+" Iterator",O=!1,M=t.prototype,P=M[x]||M["@@iterator"]||A&&M[A],R=!v&&P||S(A),N="Array"===e&&M.entries||P;if(N&&(_=l(N.call(new t)))!==Object.prototype&&_.next&&(r||l(_)===C||(u?u(_,C):a(_[x])||p(_,x,B)),h(_,T,!0,!0),r&&(f[T]=B)),m&&A===y&&P&&P.name!==y&&(!r&&b?d(M,"name",y):(O=!0,R=function(){return o(P,this)})),A)if(I={values:S(y),keys:g?R:S(w),entries:S(k)},E)for(D in I)(v||O||!(D in M))&&p(M,D,I[D]);else i({target:e,proto:!0,forced:v||O},I);return r&&!E||M[x]===R||p(M,x,R,{name:A}),f[e]=R,I}},57657:(t,e,n)=>{"use strict";var i,o,r,s=n(79039),a=n(94901),c=n(20034),l=n(2360),u=n(42787),h=n(36840),d=n(78227),p=n(96395),A=d("iterator"),f=!1;[].keys&&("next"in(r=[].keys())?(o=u(u(r)))!==Object.prototype&&(i=o):f=!0),!c(i)||s((function(){var t={};return i[A].call(t)!==t}))?i={}:p&&(i=l(i)),a(i[A])||h(i,A,(function(){return this})),t.exports={IteratorPrototype:i,BUGGY_SAFARI_ITERATORS:f}},26269:t=>{"use strict";t.exports={}},72248:(t,e,n)=>{"use strict";var i=n(79504),o=Map.prototype;t.exports={Map,set:i(o.set),get:i(o.get),has:i(o.has),remove:i(o.delete),proto:o}},53250:t=>{"use strict";var e=Math.expm1,n=Math.exp;t.exports=!e||e(10)>22025.465794806718||e(10)<22025.465794806718||-2e-17!==e(-2e-17)?function(t){var e=+t;return 0===e?e:e>-1e-6&&e<1e-6?e+e*e/2:n(e)-1}:e},33164:(t,e,n)=>{"use strict";var i=n(77782),o=Math.abs,r=2220446049250313e-31,s=1/r;t.exports=function(t,e,n,a){var c=+t,l=o(c),u=i(c);if(ln||d!=d?u*(1/0):u*d}},15617:(t,e,n)=>{"use strict";var i=n(33164);t.exports=Math.fround||function(t){return i(t,1.1920928955078125e-7,34028234663852886e22,11754943508222875e-54)}},49340:t=>{"use strict";var e=Math.log,n=Math.LOG10E;t.exports=Math.log10||function(t){return e(t)*n}},7740:t=>{"use strict";var e=Math.log;t.exports=Math.log1p||function(t){var n=+t;return n>-1e-8&&n<1e-8?n-n*n/2:e(1+n)}},77782:t=>{"use strict";t.exports=Math.sign||function(t){var e=+t;return 0===e||e!=e?e:e<0?-1:1}},91955:(t,e,n)=>{"use strict";var i,o,r,s,a,c=n(24475),l=n(93389),u=n(76080),h=n(59225).set,d=n(18265),p=n(48119),A=n(20028),f=n(36765),g=n(19088),m=c.MutationObserver||c.WebKitMutationObserver,b=c.document,C=c.process,v=c.Promise,x=l("queueMicrotask");if(!x){var w=new d,y=function(){var t,e;for(g&&(t=C.domain)&&t.exit();e=w.get();)try{e()}catch(t){throw w.head&&i(),t}t&&t.enter()};p||g||f||!m||!b?!A&&v&&v.resolve?((s=v.resolve(void 0)).constructor=v,a=u(s.then,s),i=function(){a(y)}):g?i=function(){C.nextTick(y)}:(h=u(h,c),i=function(){h(y)}):(o=!0,r=b.createTextNode(""),new m(y).observe(r,{characterData:!0}),i=function(){r.data=o=!o}),x=function(t){w.head||i(),w.add(t)}}t.exports=x},36043:(t,e,n)=>{"use strict";var i=n(79306),o=TypeError,r=function(t){var e,n;this.promise=new t((function(t,i){if(void 0!==e||void 0!==n)throw new o("Bad Promise constructor");e=t,n=i})),this.resolve=i(e),this.reject=i(n)};t.exports.f=function(t){return new r(t)}},32603:(t,e,n)=>{"use strict";var i=n(655);t.exports=function(t,e){return void 0===t?arguments.length<2?"":e:i(t)}},60511:(t,e,n)=>{"use strict";var i=n(60788),o=TypeError;t.exports=function(t){if(i(t))throw new o("The method doesn't accept regular expressions");return t}},50360:(t,e,n)=>{"use strict";var i=n(24475).isFinite;t.exports=Number.isFinite||function(t){return"number"==typeof t&&i(t)}},33904:(t,e,n)=>{"use strict";var i=n(24475),o=n(79039),r=n(79504),s=n(655),a=n(43802).trim,c=n(47452),l=r("".charAt),u=i.parseFloat,h=i.Symbol,d=h&&h.iterator,p=1/u(c+"-0")!=-1/0||d&&!o((function(){u(Object(d))}));t.exports=p?function(t){var e=a(s(t)),n=u(e);return 0===n&&"-"===l(e,0)?-0:n}:u},52703:(t,e,n)=>{"use strict";var i=n(24475),o=n(79039),r=n(79504),s=n(655),a=n(43802).trim,c=n(47452),l=i.parseInt,u=i.Symbol,h=u&&u.iterator,d=/^[+-]?0x/i,p=r(d.exec),A=8!==l(c+"08")||22!==l(c+"0x16")||h&&!o((function(){l(Object(h))}));t.exports=A?function(t,e){var n=a(s(t));return l(n,e>>>0||(p(d,n)?16:10))}:l},44213:(t,e,n)=>{"use strict";var i=n(43724),o=n(79504),r=n(69565),s=n(79039),a=n(71072),c=n(33717),l=n(48773),u=n(48981),h=n(47055),d=Object.assign,p=Object.defineProperty,A=o([].concat);t.exports=!d||s((function(){if(i&&1!==d({b:1},d(p({},"a",{enumerable:!0,get:function(){p(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},n=Symbol("assign detection"),o="abcdefghijklmnopqrst";return t[n]=7,o.split("").forEach((function(t){e[t]=t})),7!==d({},t)[n]||a(d({},e)).join("")!==o}))?function(t,e){for(var n=u(t),o=arguments.length,s=1,d=c.f,p=l.f;o>s;)for(var f,g=h(arguments[s++]),m=d?A(a(g),d(g)):a(g),b=m.length,C=0;b>C;)f=m[C++],i&&!r(p,g,f)||(n[f]=g[f]);return n}:d},10298:(t,e,n)=>{"use strict";var i=n(44576),o=n(25397),r=n(38480).f,s=n(67680),a="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];t.exports.f=function(t){return a&&"Window"===i(t)?function(t){try{return r(t)}catch(t){return s(a)}}(t):r(o(t))}},42787:(t,e,n)=>{"use strict";var i=n(39297),o=n(94901),r=n(48981),s=n(66119),a=n(12211),c=s("IE_PROTO"),l=Object,u=l.prototype;t.exports=a?l.getPrototypeOf:function(t){var e=r(t);if(i(e,c))return e[c];var n=e.constructor;return o(n)&&e instanceof n?n.prototype:e instanceof l?u:null}},34124:(t,e,n)=>{"use strict";var i=n(79039),o=n(20034),r=n(44576),s=n(15652),a=Object.isExtensible,c=i((function(){a(1)}));t.exports=c||s?function(t){return!!o(t)&&(!s||"ArrayBuffer"!==r(t))&&(!a||a(t))}:a},42551:(t,e,n)=>{"use strict";var i=n(96395),o=n(24475),r=n(79039),s=n(89160);t.exports=i||!r((function(){if(!(s&&s<535)){var t=Math.random();__defineSetter__.call(null,t,(function(){})),delete o[t]}}))},52967:(t,e,n)=>{"use strict";var i=n(46706),o=n(20034),r=n(67750),s=n(73506);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{(t=i(Object.prototype,"__proto__","set"))(n,[]),e=n instanceof Array}catch(t){}return function(n,i){return r(n),s(i),o(n)?(e?t(n,i):n.__proto__=i,n):n}}():void 0)},32357:(t,e,n)=>{"use strict";var i=n(43724),o=n(79039),r=n(79504),s=n(42787),a=n(71072),c=n(25397),l=r(n(48773).f),u=r([].push),h=i&&o((function(){var t=Object.create(null);return t[2]=2,!l(t,2)})),d=function(t){return function(e){for(var n,o=c(e),r=a(o),d=h&&null===s(o),p=r.length,A=0,f=[];p>A;)n=r[A++],i&&!(d?n in o:l(o,n))||u(f,t?[n,o[n]]:o[n]);return f}};t.exports={entries:d(!0),values:d(!1)}},53179:(t,e,n)=>{"use strict";var i=n(92140),o=n(36955);t.exports=i?{}.toString:function(){return"[object "+o(this)+"]"}},19167:(t,e,n)=>{"use strict";var i=n(24475);t.exports=i},1103:t=>{"use strict";t.exports=function(t){try{return{error:!1,value:t()}}catch(t){return{error:!0,value:t}}}},10916:(t,e,n)=>{"use strict";var i=n(24475),o=n(80550),r=n(94901),s=n(92796),a=n(33706),c=n(78227),l=n(87290),u=n(50516),h=n(96395),d=n(77388),p=o&&o.prototype,A=c("species"),f=!1,g=r(i.PromiseRejectionEvent),m=s("Promise",(function(){var t=a(o),e=t!==String(o);if(!e&&66===d)return!0;if(h&&(!p.catch||!p.finally))return!0;if(!d||d<51||!/native code/.test(t)){var n=new o((function(t){t(1)})),i=function(t){t((function(){}),(function(){}))};if((n.constructor={})[A]=i,!(f=n.then((function(){}))instanceof i))return!0}return!e&&(l||u)&&!g}));t.exports={CONSTRUCTOR:m,REJECTION_EVENT:g,SUBCLASSING:f}},80550:(t,e,n)=>{"use strict";var i=n(24475);t.exports=i.Promise},93438:(t,e,n)=>{"use strict";var i=n(28551),o=n(20034),r=n(36043);t.exports=function(t,e){if(i(t),o(e)&&e.constructor===t)return e;var n=r.f(t);return(0,n.resolve)(e),n.promise}},90537:(t,e,n)=>{"use strict";var i=n(80550),o=n(84428),r=n(10916).CONSTRUCTOR;t.exports=r||!o((function(t){i.all(t).then(void 0,(function(){}))}))},11056:(t,e,n)=>{"use strict";var i=n(24913).f;t.exports=function(t,e,n){n in t||i(t,n,{configurable:!0,get:function(){return e[n]},set:function(t){e[n]=t}})}},18265:t=>{"use strict";var e=function(){this.head=null,this.tail=null};e.prototype={add:function(t){var e={item:t,next:null},n=this.tail;n?n.next=e:this.head=e,this.tail=e},get:function(){var t=this.head;if(t)return null===(this.head=t.next)&&(this.tail=null),t.item}},t.exports=e},61034:(t,e,n)=>{"use strict";var i=n(69565),o=n(39297),r=n(1625),s=n(67979),a=RegExp.prototype;t.exports=function(t){var e=t.flags;return void 0!==e||"flags"in a||o(t,"flags")||!r(a,t)?e:i(s,t)}},93389:(t,e,n)=>{"use strict";var i=n(24475),o=n(43724),r=Object.getOwnPropertyDescriptor;t.exports=function(t){if(!o)return i[t];var e=r(i,t);return e&&e.value}},3470:t=>{"use strict";t.exports=Object.is||function(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e}},79472:(t,e,n)=>{"use strict";var i,o=n(24475),r=n(18745),s=n(94901),a=n(6763),c=n(79392),l=n(67680),u=n(22812),h=o.Function,d=/MSIE .\./.test(c)||a&&((i=o.Bun.version.split(".")).length<3||"0"===i[0]&&(i[1]<3||"3"===i[1]&&"0"===i[2]));t.exports=function(t,e){var n=e?2:1;return d?function(i,o){var a=u(arguments.length,1)>n,c=s(i)?i:h(i),d=a?l(arguments,n):[],p=a?function(){r(c,this,d)}:c;return e?t(p,o):t(p)}:t}},89286:(t,e,n)=>{"use strict";var i=n(94402),o=n(38469),r=i.Set,s=i.add;t.exports=function(t){var e=new r;return o(t,(function(t){s(e,t)})),e}},83440:(t,e,n)=>{"use strict";var i=n(97080),o=n(94402),r=n(89286),s=n(25170),a=n(83789),c=n(38469),l=n(40507),u=o.has,h=o.remove;t.exports=function(t){var e=i(this),n=a(t),o=r(e);return s(e)<=n.size?c(e,(function(t){n.includes(t)&&h(o,t)})):l(n.getIterator(),(function(t){u(e,t)&&h(o,t)})),o}},94402:(t,e,n)=>{"use strict";var i=n(79504),o=Set.prototype;t.exports={Set,add:i(o.add),has:i(o.has),remove:i(o.delete),proto:o}},68750:(t,e,n)=>{"use strict";var i=n(97080),o=n(94402),r=n(25170),s=n(83789),a=n(38469),c=n(40507),l=o.Set,u=o.add,h=o.has;t.exports=function(t){var e=i(this),n=s(t),o=new l;return r(e)>n.size?c(n.getIterator(),(function(t){h(e,t)&&u(o,t)})):a(e,(function(t){n.includes(t)&&u(o,t)})),o}},64449:(t,e,n)=>{"use strict";var i=n(97080),o=n(94402).has,r=n(25170),s=n(83789),a=n(38469),c=n(40507),l=n(9539);t.exports=function(t){var e=i(this),n=s(t);if(r(e)<=n.size)return!1!==a(e,(function(t){if(n.includes(t))return!1}),!0);var u=n.getIterator();return!1!==c(u,(function(t){if(o(e,t))return l(u,"normal",!1)}))}},53838:(t,e,n)=>{"use strict";var i=n(97080),o=n(25170),r=n(38469),s=n(83789);t.exports=function(t){var e=i(this),n=s(t);return!(o(e)>n.size)&&!1!==r(e,(function(t){if(!n.includes(t))return!1}),!0)}},28527:(t,e,n)=>{"use strict";var i=n(97080),o=n(94402).has,r=n(25170),s=n(83789),a=n(40507),c=n(9539);t.exports=function(t){var e=i(this),n=s(t);if(r(e){"use strict";var i=n(79504),o=n(40507),r=n(94402),s=r.Set,a=r.proto,c=i(a.forEach),l=i(a.keys),u=l(new s).next;t.exports=function(t,e,n){return n?o({iterator:l(t),next:u},e):c(t,e)}},84916:(t,e,n)=>{"use strict";var i=n(97751),o=function(t){return{size:t,has:function(){return!1},keys:function(){return{next:function(){return{done:!0}}}}}};t.exports=function(t){var e=i("Set");try{(new e)[t](o(0));try{return(new e)[t](o(-1)),!1}catch(t){return!0}}catch(t){return!1}}},25170:(t,e,n)=>{"use strict";var i=n(46706),o=n(94402);t.exports=i(o.proto,"size","get")||function(t){return t.size}},87633:(t,e,n)=>{"use strict";var i=n(97751),o=n(62106),r=n(78227),s=n(43724),a=r("species");t.exports=function(t){var e=i(t);s&&e&&!e[a]&&o(e,a,{configurable:!0,get:function(){return this}})}},83650:(t,e,n)=>{"use strict";var i=n(97080),o=n(94402),r=n(89286),s=n(83789),a=n(40507),c=o.add,l=o.has,u=o.remove;t.exports=function(t){var e=i(this),n=s(t).getIterator(),o=r(e);return a(n,(function(t){l(e,t)?u(o,t):c(o,t)})),o}},10687:(t,e,n)=>{"use strict";var i=n(24913).f,o=n(39297),r=n(78227)("toStringTag");t.exports=function(t,e,n){t&&!n&&(t=t.prototype),t&&!o(t,r)&&i(t,r,{configurable:!0,value:e})}},44204:(t,e,n)=>{"use strict";var i=n(97080),o=n(94402).add,r=n(89286),s=n(83789),a=n(40507);t.exports=function(t){var e=i(this),n=s(t).getIterator(),c=r(e);return a(n,(function(t){o(c,t)})),c}},2293:(t,e,n)=>{"use strict";var i=n(28551),o=n(35548),r=n(64117),s=n(78227)("species");t.exports=function(t,e){var n,a=i(t).constructor;return void 0===a||r(n=i(a)[s])?e:o(n)}},23061:(t,e,n)=>{"use strict";var i=n(79039);t.exports=function(t){return i((function(){var e=""[t]('"');return e!==e.toLowerCase()||e.split('"').length>3}))}},83063:(t,e,n)=>{"use strict";var i=n(79392);t.exports=/Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(i)},60533:(t,e,n)=>{"use strict";var i=n(79504),o=n(18014),r=n(655),s=n(72333),a=n(67750),c=i(s),l=i("".slice),u=Math.ceil,h=function(t){return function(e,n,i){var s,h,d=r(a(e)),p=o(n),A=d.length,f=void 0===i?" ":r(i);return p<=A||""===f?d:((h=c(f,u((s=p-A)/f.length))).length>s&&(h=l(h,0,s)),t?d+h:h+d)}};t.exports={start:h(!1),end:h(!0)}},3717:(t,e,n)=>{"use strict";var i=n(79504),o=2147483647,r=/[^\0-\u007E]/,s=/[.\u3002\uFF0E\uFF61]/g,a="Overflow: input needs wider integers to process",c=RangeError,l=i(s.exec),u=Math.floor,h=String.fromCharCode,d=i("".charCodeAt),p=i([].join),A=i([].push),f=i("".replace),g=i("".split),m=i("".toLowerCase),b=function(t){return t+22+75*(t<26)},C=function(t,e,n){var i=0;for(t=n?u(t/700):t>>1,t+=u(t/e);t>455;)t=u(t/35),i+=36;return u(i+36*t/(t+38))},v=function(t){var e=[];t=function(t){for(var e=[],n=0,i=t.length;n=55296&&o<=56319&&n=s&&iu((o-l)/x))throw new c(a);for(l+=(v-s)*x,s=v,n=0;no)throw new c(a);if(i===s){for(var w=l,y=36;;){var k=y<=f?1:y>=f+26?26:y-f;if(w{"use strict";var i=n(91291),o=n(655),r=n(67750),s=RangeError;t.exports=function(t){var e=o(r(this)),n="",a=i(t);if(a<0||a===1/0)throw new s("Wrong number of repetitions");for(;a>0;(a>>>=1)&&(e+=e))1&a&&(n+=e);return n}},18866:(t,e,n)=>{"use strict";var i=n(43802).end,o=n(60706);t.exports=o("trimEnd")?function(){return i(this)}:"".trimEnd},60706:(t,e,n)=>{"use strict";var i=n(10350).PROPER,o=n(79039),r=n(47452);t.exports=function(t){return o((function(){return!!r[t]()||"​…᠎"!=="​…᠎"[t]()||i&&r[t].name!==t}))}},53487:(t,e,n)=>{"use strict";var i=n(43802).start,o=n(60706);t.exports=o("trimStart")?function(){return i(this)}:"".trimStart},43802:(t,e,n)=>{"use strict";var i=n(79504),o=n(67750),r=n(655),s=n(47452),a=i("".replace),c=RegExp("^["+s+"]+"),l=RegExp("(^|[^"+s+"])["+s+"]+$"),u=function(t){return function(e){var n=r(o(e));return 1&t&&(n=a(n,c,"")),2&t&&(n=a(n,l,"$1")),n}};t.exports={start:u(1),end:u(2),trim:u(3)}},1548:(t,e,n)=>{"use strict";var i=n(24475),o=n(79039),r=n(77388),s=n(87290),a=n(50516),c=n(19088),l=i.structuredClone;t.exports=!!l&&!o((function(){if(a&&r>92||c&&r>94||s&&r>97)return!1;var t=new ArrayBuffer(8),e=l(t,{transfer:[t]});return 0!==t.byteLength||8!==e.byteLength}))},58242:(t,e,n)=>{"use strict";var i=n(69565),o=n(97751),r=n(78227),s=n(36840);t.exports=function(){var t=o("Symbol"),e=t&&t.prototype,n=e&&e.valueOf,a=r("toPrimitive");e&&!e[a]&&s(e,a,(function(t){return i(n,this)}),{arity:1})}},91296:(t,e,n)=>{"use strict";var i=n(4495);t.exports=i&&!!Symbol.for&&!!Symbol.keyFor},59225:(t,e,n)=>{"use strict";var i,o,r,s,a=n(24475),c=n(18745),l=n(76080),u=n(94901),h=n(39297),d=n(79039),p=n(20397),A=n(67680),f=n(4055),g=n(22812),m=n(48119),b=n(19088),C=a.setImmediate,v=a.clearImmediate,x=a.process,w=a.Dispatch,y=a.Function,k=a.MessageChannel,B=a.String,E=0,_={},I="onreadystatechange";d((function(){i=a.location}));var D=function(t){if(h(_,t)){var e=_[t];delete _[t],e()}},S=function(t){return function(){D(t)}},T=function(t){D(t.data)},O=function(t){a.postMessage(B(t),i.protocol+"//"+i.host)};C&&v||(C=function(t){g(arguments.length,1);var e=u(t)?t:y(t),n=A(arguments,1);return _[++E]=function(){c(e,void 0,n)},o(E),E},v=function(t){delete _[t]},b?o=function(t){x.nextTick(S(t))}:w&&w.now?o=function(t){w.now(S(t))}:k&&!m?(s=(r=new k).port2,r.port1.onmessage=T,o=l(s.postMessage,s)):a.addEventListener&&u(a.postMessage)&&!a.importScripts&&i&&"file:"!==i.protocol&&!d(O)?(o=O,a.addEventListener("message",T,!1)):o=I in f("script")?function(t){p.appendChild(f("script"))[I]=function(){p.removeChild(this),D(t)}}:function(t){setTimeout(S(t),0)}),t.exports={set:C,clear:v}},31240:(t,e,n)=>{"use strict";var i=n(79504);t.exports=i(1..valueOf)},75854:(t,e,n)=>{"use strict";var i=n(72777),o=TypeError;t.exports=function(t){var e=i(t,"number");if("number"==typeof e)throw new o("Can't convert number to bigint");return BigInt(e)}},57696:(t,e,n)=>{"use strict";var i=n(91291),o=n(18014),r=RangeError;t.exports=function(t){if(void 0===t)return 0;var e=i(t),n=o(e);if(e!==n)throw new r("Wrong length or index");return n}},58229:(t,e,n)=>{"use strict";var i=n(99590),o=RangeError;t.exports=function(t,e){var n=i(t);if(n%e)throw new o("Wrong offset");return n}},99590:(t,e,n)=>{"use strict";var i=n(91291),o=RangeError;t.exports=function(t){var e=i(t);if(e<0)throw new o("The argument can't be less than 0");return e}},58319:t=>{"use strict";var e=Math.round;t.exports=function(t){var n=e(t);return n<0?0:n>255?255:255&n}},69714:(t,e,n)=>{"use strict";var i=n(19088);t.exports=function(t){try{if(i)return Function('return require("'+t+'")')()}catch(t){}}},15823:(t,e,n)=>{"use strict";var i=n(46518),o=n(24475),r=n(69565),s=n(43724),a=n(72805),c=n(94644),l=n(66346),u=n(90679),h=n(6980),d=n(66699),p=n(2087),A=n(18014),f=n(57696),g=n(58229),m=n(58319),b=n(56969),C=n(39297),v=n(36955),x=n(20034),w=n(10757),y=n(2360),k=n(1625),B=n(52967),E=n(38480).f,_=n(43251),I=n(81594).forEach,D=n(87633),S=n(62106),T=n(24913),O=n(77347),M=n(35370),P=n(91181),R=n(23167),N=P.get,H=P.set,z=P.enforce,L=T.f,F=O.f,j=o.RangeError,U=l.ArrayBuffer,W=U.prototype,Y=l.DataView,q=c.NATIVE_ARRAY_BUFFER_VIEWS,Q=c.TYPED_ARRAY_TAG,G=c.TypedArray,X=c.TypedArrayPrototype,V=c.isTypedArray,K="BYTES_PER_ELEMENT",J="Wrong length",Z=function(t,e){S(t,e,{configurable:!0,get:function(){return N(this)[e]}})},$=function(t){var e;return k(W,t)||"ArrayBuffer"===(e=v(t))||"SharedArrayBuffer"===e},tt=function(t,e){return V(t)&&!w(e)&&e in t&&p(+e)&&e>=0},et=function(t,e){return e=b(e),tt(t,e)?h(2,t[e]):F(t,e)},nt=function(t,e,n){return e=b(e),!(tt(t,e)&&x(n)&&C(n,"value"))||C(n,"get")||C(n,"set")||n.configurable||C(n,"writable")&&!n.writable||C(n,"enumerable")&&!n.enumerable?L(t,e,n):(t[e]=n.value,t)};s?(q||(O.f=et,T.f=nt,Z(X,"buffer"),Z(X,"byteOffset"),Z(X,"byteLength"),Z(X,"length")),i({target:"Object",stat:!0,forced:!q},{getOwnPropertyDescriptor:et,defineProperty:nt}),t.exports=function(t,e,n){var s=t.match(/\d+/)[0]/8,c=t+(n?"Clamped":"")+"Array",l="get"+t,h="set"+t,p=o[c],b=p,C=b&&b.prototype,v={},w=function(t,e){L(t,e,{get:function(){return function(t,e){var n=N(t);return n.view[l](e*s+n.byteOffset,!0)}(this,e)},set:function(t){return function(t,e,i){var o=N(t);o.view[h](e*s+o.byteOffset,n?m(i):i,!0)}(this,e,t)},enumerable:!0})};q?a&&(b=e((function(t,e,n,i){return u(t,C),R(x(e)?$(e)?void 0!==i?new p(e,g(n,s),i):void 0!==n?new p(e,g(n,s)):new p(e):V(e)?M(b,e):r(_,b,e):new p(f(e)),t,b)})),B&&B(b,G),I(E(p),(function(t){t in b||d(b,t,p[t])})),b.prototype=C):(b=e((function(t,e,n,i){u(t,C);var o,a,c,l=0,h=0;if(x(e)){if(!$(e))return V(e)?M(b,e):r(_,b,e);o=e,h=g(n,s);var d=e.byteLength;if(void 0===i){if(d%s)throw new j(J);if((a=d-h)<0)throw new j(J)}else if((a=A(i)*s)+h>d)throw new j(J);c=a/s}else c=f(e),o=new U(a=c*s);for(H(t,{buffer:o,byteOffset:h,byteLength:a,length:c,view:new Y(o)});l{"use strict";var i=n(24475),o=n(79039),r=n(84428),s=n(94644).NATIVE_ARRAY_BUFFER_VIEWS,a=i.ArrayBuffer,c=i.Int8Array;t.exports=!s||!o((function(){c(1)}))||!o((function(){new c(-1)}))||!r((function(t){new c,new c(null),new c(1.5),new c(t)}),!0)||o((function(){return 1!==new c(new a(2),1,void 0).length}))},26357:(t,e,n)=>{"use strict";var i=n(35370),o=n(61412);t.exports=function(t,e){return i(o(t),e)}},43251:(t,e,n)=>{"use strict";var i=n(76080),o=n(69565),r=n(35548),s=n(48981),a=n(26198),c=n(70081),l=n(50851),u=n(44209),h=n(18727),d=n(94644).aTypedArrayConstructor,p=n(75854);t.exports=function(t){var e,n,A,f,g,m,b,C,v=r(this),x=s(t),w=arguments.length,y=w>1?arguments[1]:void 0,k=void 0!==y,B=l(x);if(B&&!u(B))for(C=(b=c(x,B)).next,x=[];!(m=o(C,b)).done;)x.push(m.value);for(k&&w>2&&(y=i(y,arguments[2])),n=a(x),A=new(d(v))(n),f=h(A),e=0;n>e;e++)g=k?y(x[e],e):x[e],A[e]=f?p(g):+g;return A}},61412:(t,e,n)=>{"use strict";var i=n(94644),o=n(2293),r=i.aTypedArrayConstructor,s=i.getTypedArrayConstructor;t.exports=function(t){return r(o(t,s(t)))}},67416:(t,e,n)=>{"use strict";var i=n(79039),o=n(78227),r=n(43724),s=n(96395),a=o("iterator");t.exports=!i((function(){var t=new URL("b?a=1&b=2&c=3","http://a"),e=t.searchParams,n=new URLSearchParams("a=1&a=2&b=3"),i="";return t.pathname="c%20d",e.forEach((function(t,n){e.delete("b"),i+=n+t})),n.delete("a",2),n.delete("b",void 0),s&&(!t.toJSON||!n.has("a",1)||n.has("a",2)||!n.has("a",void 0)||n.has("b"))||!e.size&&(s||!r)||!e.sort||"http://a/c%20d?a=1&c=3"!==t.href||"3"!==e.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!e[a]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("http://тест").host||"#%D0%B1"!==new URL("http://a#б").hash||"a1c3"!==i||"x"!==new URL("http://x",void 0).host}))},22812:t=>{"use strict";var e=TypeError;t.exports=function(t,n){if(t{"use strict";var i=n(19167),o=n(39297),r=n(1951),s=n(24913).f;t.exports=function(t){var e=i.Symbol||(i.Symbol={});o(e,t)||s(e,t,{value:r.f(t)})}},1951:(t,e,n)=>{"use strict";var i=n(78227);e.f=i},47452:t=>{"use strict";t.exports="\t\n\v\f\r                 \u2028\u2029\ufeff"},14601:(t,e,n)=>{"use strict";var i=n(97751),o=n(39297),r=n(66699),s=n(1625),a=n(52967),c=n(77740),l=n(11056),u=n(23167),h=n(32603),d=n(77584),p=n(80747),A=n(43724),f=n(96395);t.exports=function(t,e,n,g){var m="stackTraceLimit",b=g?2:1,C=t.split("."),v=C[C.length-1],x=i.apply(null,C);if(x){var w=x.prototype;if(!f&&o(w,"cause")&&delete w.cause,!n)return x;var y=i("Error"),k=e((function(t,e){var n=h(g?e:t,void 0),i=g?new x(t):new x;return void 0!==n&&r(i,"message",n),p(i,k,i.stack,2),this&&s(w,this)&&u(i,this,k),arguments.length>b&&d(i,arguments[b]),i}));if(k.prototype=w,"Error"!==v?a?a(k,y):c(k,y,{name:!0}):A&&m in x&&(l(k,x,m),l(k,x,"prepareStackTrace")),c(k,x),!f)try{w.name!==v&&r(w,"name",v),w.constructor=k}catch(t){}return k}}},4294:(t,e,n)=>{"use strict";var i=n(46518),o=n(97751),r=n(18745),s=n(79039),a=n(14601),c="AggregateError",l=o(c),u=!s((function(){return 1!==l([1]).errors[0]}))&&s((function(){return 7!==l([1],c,{cause:7}).cause}));i({global:!0,constructor:!0,arity:2,forced:u},{AggregateError:a(c,(function(t){return function(e,n){return r(t,this,arguments)}}),u,!0)})},17145:(t,e,n)=>{"use strict";var i=n(46518),o=n(1625),r=n(42787),s=n(52967),a=n(77740),c=n(2360),l=n(66699),u=n(6980),h=n(77584),d=n(80747),p=n(72652),A=n(32603),f=n(78227)("toStringTag"),g=Error,m=[].push,b=function(t,e){var n,i=o(C,this);s?n=s(new g,i?r(this):C):(n=i?this:c(C),l(n,f,"Error")),void 0!==e&&l(n,"message",A(e)),d(n,b,n.stack,1),arguments.length>2&&h(n,arguments[2]);var a=[];return p(t,m,{that:a}),l(n,"errors",a),n};s?s(b,g):a(b,g,{name:!0});var C=b.prototype=c(g.prototype,{constructor:u(1,b),message:u(1,""),name:u(1,"AggregateError")});i({global:!0,constructor:!0,arity:2},{AggregateError:b})},30067:(t,e,n)=>{"use strict";n(17145)},54743:(t,e,n)=>{"use strict";var i=n(46518),o=n(24475),r=n(66346),s=n(87633),a="ArrayBuffer",c=r[a];i({global:!0,constructor:!0,forced:o[a]!==c},{ArrayBuffer:c}),s(a)},16573:(t,e,n)=>{"use strict";var i=n(43724),o=n(62106),r=n(3238),s=ArrayBuffer.prototype;i&&!("detached"in s)&&o(s,"detached",{configurable:!0,get:function(){return r(this)}})},46761:(t,e,n)=>{"use strict";var i=n(46518),o=n(94644);i({target:"ArrayBuffer",stat:!0,forced:!o.NATIVE_ARRAY_BUFFER_VIEWS},{isView:o.isView})},11745:(t,e,n)=>{"use strict";var i=n(46518),o=n(27476),r=n(79039),s=n(66346),a=n(28551),c=n(35610),l=n(18014),u=n(2293),h=s.ArrayBuffer,d=s.DataView,p=d.prototype,A=o(h.prototype.slice),f=o(p.getUint8),g=o(p.setUint8);i({target:"ArrayBuffer",proto:!0,unsafe:!0,forced:r((function(){return!new h(2).slice(1,void 0).byteLength}))},{slice:function(t,e){if(A&&void 0===e)return A(a(this),t);for(var n=a(this).byteLength,i=c(t,n),o=c(void 0===e?n:e,n),r=new(u(this,h))(l(o-i)),s=new d(this),p=new d(r),m=0;i{"use strict";var i=n(46518),o=n(95636);o&&i({target:"ArrayBuffer",proto:!0},{transferToFixedLength:function(){return o(this,arguments.length?arguments[0]:void 0,!1)}})},78100:(t,e,n)=>{"use strict";var i=n(46518),o=n(95636);o&&i({target:"ArrayBuffer",proto:!0},{transfer:function(){return o(this,arguments.length?arguments[0]:void 0,!0)}})},18107:(t,e,n)=>{"use strict";var i=n(46518),o=n(48981),r=n(26198),s=n(91291),a=n(6469);i({target:"Array",proto:!0},{at:function(t){var e=o(this),n=r(e),i=s(t),a=i>=0?i:n+i;return a<0||a>=n?void 0:e[a]}}),a("at")},28706:(t,e,n)=>{"use strict";var i=n(46518),o=n(79039),r=n(34376),s=n(20034),a=n(48981),c=n(26198),l=n(96837),u=n(97040),h=n(1469),d=n(70597),p=n(78227),A=n(77388),f=p("isConcatSpreadable"),g=A>=51||!o((function(){var t=[];return t[f]=!1,t.concat()[0]!==t})),m=function(t){if(!s(t))return!1;var e=t[f];return void 0!==e?!!e:r(t)};i({target:"Array",proto:!0,arity:1,forced:!g||!d("concat")},{concat:function(t){var e,n,i,o,r,s=a(this),d=h(s,0),p=0;for(e=-1,i=arguments.length;e{"use strict";var i=n(46518),o=n(57029),r=n(6469);i({target:"Array",proto:!0},{copyWithin:o}),r("copyWithin")},88431:(t,e,n)=>{"use strict";var i=n(46518),o=n(81594).every;i({target:"Array",proto:!0,forced:!n(34598)("every")},{every:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},33771:(t,e,n)=>{"use strict";var i=n(46518),o=n(84373),r=n(6469);i({target:"Array",proto:!0},{fill:o}),r("fill")},2008:(t,e,n)=>{"use strict";var i=n(46518),o=n(81594).filter;i({target:"Array",proto:!0,forced:!n(70597)("filter")},{filter:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},48980:(t,e,n)=>{"use strict";var i=n(46518),o=n(81594).findIndex,r=n(6469),s="findIndex",a=!0;s in[]&&Array(1)[s]((function(){a=!1})),i({target:"Array",proto:!0,forced:a},{findIndex:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),r(s)},13451:(t,e,n)=>{"use strict";var i=n(46518),o=n(43839).findLastIndex,r=n(6469);i({target:"Array",proto:!0},{findLastIndex:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),r("findLastIndex")},10838:(t,e,n)=>{"use strict";var i=n(46518),o=n(43839).findLast,r=n(6469);i({target:"Array",proto:!0},{findLast:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),r("findLast")},50113:(t,e,n)=>{"use strict";var i=n(46518),o=n(81594).find,r=n(6469),s="find",a=!0;s in[]&&Array(1)[s]((function(){a=!1})),i({target:"Array",proto:!0,forced:a},{find:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),r(s)},78350:(t,e,n)=>{"use strict";var i=n(46518),o=n(70259),r=n(79306),s=n(48981),a=n(26198),c=n(1469);i({target:"Array",proto:!0},{flatMap:function(t){var e,n=s(this),i=a(n);return r(t),(e=c(n,0)).length=o(e,n,n,i,0,1,t,arguments.length>1?arguments[1]:void 0),e}})},46449:(t,e,n)=>{"use strict";var i=n(46518),o=n(70259),r=n(48981),s=n(26198),a=n(91291),c=n(1469);i({target:"Array",proto:!0},{flat:function(){var t=arguments.length?arguments[0]:void 0,e=r(this),n=s(e),i=c(e,0);return i.length=o(i,e,e,n,0,void 0===t?1:a(t)),i}})},51629:(t,e,n)=>{"use strict";var i=n(46518),o=n(90235);i({target:"Array",proto:!0,forced:[].forEach!==o},{forEach:o})},23418:(t,e,n)=>{"use strict";var i=n(46518),o=n(97916);i({target:"Array",stat:!0,forced:!n(84428)((function(t){Array.from(t)}))},{from:o})},74423:(t,e,n)=>{"use strict";var i=n(46518),o=n(19617).includes,r=n(79039),s=n(6469);i({target:"Array",proto:!0,forced:r((function(){return!Array(1).includes()}))},{includes:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),s("includes")},25276:(t,e,n)=>{"use strict";var i=n(46518),o=n(27476),r=n(19617).indexOf,s=n(34598),a=o([].indexOf),c=!!a&&1/a([1],1,-0)<0;i({target:"Array",proto:!0,forced:c||!s("indexOf")},{indexOf:function(t){var e=arguments.length>1?arguments[1]:void 0;return c?a(this,t,e)||0:r(this,t,e)}})},64346:(t,e,n)=>{"use strict";n(46518)({target:"Array",stat:!0},{isArray:n(34376)})},23792:(t,e,n)=>{"use strict";var i=n(25397),o=n(6469),r=n(26269),s=n(91181),a=n(24913).f,c=n(51088),l=n(62529),u=n(96395),h=n(43724),d="Array Iterator",p=s.set,A=s.getterFor(d);t.exports=c(Array,"Array",(function(t,e){p(this,{type:d,target:i(t),index:0,kind:e})}),(function(){var t=A(this),e=t.target,n=t.index++;if(!e||n>=e.length)return t.target=void 0,l(void 0,!0);switch(t.kind){case"keys":return l(n,!1);case"values":return l(e[n],!1)}return l([n,e[n]],!1)}),"values");var f=r.Arguments=r.Array;if(o("keys"),o("values"),o("entries"),!u&&h&&"values"!==f.name)try{a(f,"name",{value:"values"})}catch(t){}},48598:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(47055),s=n(25397),a=n(34598),c=o([].join);i({target:"Array",proto:!0,forced:r!==Object||!a("join",",")},{join:function(t){return c(s(this),void 0===t?",":t)}})},8921:(t,e,n)=>{"use strict";var i=n(46518),o=n(8379);i({target:"Array",proto:!0,forced:o!==[].lastIndexOf},{lastIndexOf:o})},62062:(t,e,n)=>{"use strict";var i=n(46518),o=n(81594).map;i({target:"Array",proto:!0,forced:!n(70597)("map")},{map:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},31051:(t,e,n)=>{"use strict";var i=n(46518),o=n(79039),r=n(33517),s=n(97040),a=Array;i({target:"Array",stat:!0,forced:o((function(){function t(){}return!(a.of.call(t)instanceof t)}))},{of:function(){for(var t=0,e=arguments.length,n=new(r(this)?this:a)(e);e>t;)s(n,t,arguments[t++]);return n.length=e,n}})},44114:(t,e,n)=>{"use strict";var i=n(46518),o=n(48981),r=n(26198),s=n(34527),a=n(96837);i({target:"Array",proto:!0,arity:1,forced:n(79039)((function(){return 4294967297!==[].push.call({length:4294967296},1)}))||!function(){try{Object.defineProperty([],"length",{writable:!1}).push()}catch(t){return t instanceof TypeError}}()},{push:function(t){var e=o(this),n=r(e),i=arguments.length;a(n+i);for(var c=0;c{"use strict";var i=n(46518),o=n(80926).right,r=n(34598),s=n(77388);i({target:"Array",proto:!0,forced:!n(19088)&&s>79&&s<83||!r("reduceRight")},{reduceRight:function(t){return o(this,t,arguments.length,arguments.length>1?arguments[1]:void 0)}})},72712:(t,e,n)=>{"use strict";var i=n(46518),o=n(80926).left,r=n(34598),s=n(77388);i({target:"Array",proto:!0,forced:!n(19088)&&s>79&&s<83||!r("reduce")},{reduce:function(t){var e=arguments.length;return o(this,t,e,e>1?arguments[1]:void 0)}})},94490:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(34376),s=o([].reverse),a=[1,2];i({target:"Array",proto:!0,forced:String(a)===String(a.reverse())},{reverse:function(){return r(this)&&(this.length=this.length),s(this)}})},34782:(t,e,n)=>{"use strict";var i=n(46518),o=n(34376),r=n(33517),s=n(20034),a=n(35610),c=n(26198),l=n(25397),u=n(97040),h=n(78227),d=n(70597),p=n(67680),A=d("slice"),f=h("species"),g=Array,m=Math.max;i({target:"Array",proto:!0,forced:!A},{slice:function(t,e){var n,i,h,d=l(this),A=c(d),b=a(t,A),C=a(void 0===e?A:e,A);if(o(d)&&(n=d.constructor,(r(n)&&(n===g||o(n.prototype))||s(n)&&null===(n=n[f]))&&(n=void 0),n===g||void 0===n))return p(d,b,C);for(i=new(void 0===n?g:n)(m(C-b,0)),h=0;b{"use strict";var i=n(46518),o=n(81594).some;i({target:"Array",proto:!0,forced:!n(34598)("some")},{some:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},26910:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(79306),s=n(48981),a=n(26198),c=n(84606),l=n(655),u=n(79039),h=n(74488),d=n(34598),p=n(28834),A=n(63202),f=n(77388),g=n(89160),m=[],b=o(m.sort),C=o(m.push),v=u((function(){m.sort(void 0)})),x=u((function(){m.sort(null)})),w=d("sort"),y=!u((function(){if(f)return f<70;if(!(p&&p>3)){if(A)return!0;if(g)return g<603;var t,e,n,i,o="";for(t=65;t<76;t++){switch(e=String.fromCharCode(t),t){case 66:case 69:case 70:case 72:n=3;break;case 68:case 71:n=4;break;default:n=2}for(i=0;i<47;i++)m.push({k:e+i,v:n})}for(m.sort((function(t,e){return e.v-t.v})),i=0;il(n)?1:-1}}(t)),n=a(o),i=0;i{"use strict";n(87633)("Array")},54554:(t,e,n)=>{"use strict";var i=n(46518),o=n(48981),r=n(35610),s=n(91291),a=n(26198),c=n(34527),l=n(96837),u=n(1469),h=n(97040),d=n(84606),p=n(70597)("splice"),A=Math.max,f=Math.min;i({target:"Array",proto:!0,forced:!p},{splice:function(t,e){var n,i,p,g,m,b,C=o(this),v=a(C),x=r(t,v),w=arguments.length;for(0===w?n=i=0:1===w?(n=0,i=v-x):(n=w-2,i=f(A(s(e),0),v-x)),l(v+n-i),p=u(C,i),g=0;gv-i+n;g--)d(C,g-1)}else if(n>i)for(g=v-i;g>x;g--)b=g+n-1,(m=g+i-1)in C?C[b]=C[m]:d(C,b);for(g=0;g{"use strict";var i=n(46518),o=n(37628),r=n(25397),s=n(6469),a=Array;i({target:"Array",proto:!0},{toReversed:function(){return o(r(this),a)}}),s("toReversed")},57145:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(79306),s=n(25397),a=n(35370),c=n(44124),l=n(6469),u=Array,h=o(c("Array","sort"));i({target:"Array",proto:!0},{toSorted:function(t){void 0!==t&&r(t);var e=s(this),n=a(u,e);return h(n,t)}}),l("toSorted")},71658:(t,e,n)=>{"use strict";var i=n(46518),o=n(6469),r=n(96837),s=n(26198),a=n(35610),c=n(25397),l=n(91291),u=Array,h=Math.max,d=Math.min;i({target:"Array",proto:!0},{toSpliced:function(t,e){var n,i,o,p,A=c(this),f=s(A),g=a(t,f),m=arguments.length,b=0;for(0===m?n=i=0:1===m?(n=0,i=f-g):(n=m-2,i=d(h(l(e),0),f-g)),o=r(f+n-i),p=u(o);b{"use strict";n(6469)("flatMap")},93514:(t,e,n)=>{"use strict";n(6469)("flat")},13609:(t,e,n)=>{"use strict";var i=n(46518),o=n(48981),r=n(26198),s=n(34527),a=n(84606),c=n(96837);i({target:"Array",proto:!0,arity:1,forced:1!==[].unshift(0)||!function(){try{Object.defineProperty([],"length",{writable:!1}).unshift()}catch(t){return t instanceof TypeError}}()},{unshift:function(t){var e=o(this),n=r(e),i=arguments.length;if(i){c(n+i);for(var l=n;l--;){var u=l+i;l in e?e[u]=e[l]:a(e,u)}for(var h=0;h{"use strict";var i=n(46518),o=n(39928),r=n(25397),s=Array;i({target:"Array",proto:!0},{with:function(t,e){return o(r(this),s,t,e)}})},24359:(t,e,n)=>{"use strict";var i=n(46518),o=n(66346);i({global:!0,constructor:!0,forced:!n(77811)},{DataView:o.DataView})},38309:(t,e,n)=>{"use strict";n(24359)},61699:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(79039)((function(){return 120!==new Date(16e11).getYear()})),s=o(Date.prototype.getFullYear);i({target:"Date",proto:!0,forced:r},{getYear:function(){return s(this)-1900}})},59089:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=Date,s=o(r.prototype.getTime);i({target:"Date",stat:!0},{now:function(){return s(new r)}})},91191:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(91291),s=Date.prototype,a=o(s.getTime),c=o(s.setFullYear);i({target:"Date",proto:!0},{setYear:function(t){a(this);var e=r(t);return c(this,e>=0&&e<=99?e+1900:e)}})},93515:(t,e,n)=>{"use strict";n(46518)({target:"Date",proto:!0},{toGMTString:Date.prototype.toUTCString})},1688:(t,e,n)=>{"use strict";var i=n(46518),o=n(70380);i({target:"Date",proto:!0,forced:Date.prototype.toISOString!==o},{toISOString:o})},60739:(t,e,n)=>{"use strict";var i=n(46518),o=n(79039),r=n(48981),s=n(72777);i({target:"Date",proto:!0,arity:1,forced:o((function(){return null!==new Date(NaN).toJSON()||1!==Date.prototype.toJSON.call({toISOString:function(){return 1}})}))},{toJSON:function(t){var e=r(this),n=s(e,"number");return"number"!=typeof n||isFinite(n)?e.toISOString():null}})},89572:(t,e,n)=>{"use strict";var i=n(39297),o=n(36840),r=n(53640),s=n(78227)("toPrimitive"),a=Date.prototype;i(a,s)||o(a,s,r)},23288:(t,e,n)=>{"use strict";var i=n(79504),o=n(36840),r=Date.prototype,s="Invalid Date",a="toString",c=i(r[a]),l=i(r.getTime);String(new Date(NaN))!==s&&o(r,a,(function(){var t=l(this);return t==t?c(this):s}))},16280:(t,e,n)=>{"use strict";var i=n(46518),o=n(24475),r=n(18745),s=n(14601),a="WebAssembly",c=o[a],l=7!==new Error("e",{cause:7}).cause,u=function(t,e){var n={};n[t]=s(t,e,l),i({global:!0,constructor:!0,arity:1,forced:l},n)},h=function(t,e){if(c&&c[t]){var n={};n[t]=s(a+"."+t,e,l),i({target:a,stat:!0,constructor:!0,arity:1,forced:l},n)}};u("Error",(function(t){return function(e){return r(t,this,arguments)}})),u("EvalError",(function(t){return function(e){return r(t,this,arguments)}})),u("RangeError",(function(t){return function(e){return r(t,this,arguments)}})),u("ReferenceError",(function(t){return function(e){return r(t,this,arguments)}})),u("SyntaxError",(function(t){return function(e){return r(t,this,arguments)}})),u("TypeError",(function(t){return function(e){return r(t,this,arguments)}})),u("URIError",(function(t){return function(e){return r(t,this,arguments)}})),h("CompileError",(function(t){return function(e){return r(t,this,arguments)}})),h("LinkError",(function(t){return function(e){return r(t,this,arguments)}})),h("RuntimeError",(function(t){return function(e){return r(t,this,arguments)}}))},76918:(t,e,n)=>{"use strict";var i=n(36840),o=n(77536),r=Error.prototype;r.toString!==o&&i(r,"toString",o)},36456:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(655),s=o("".charAt),a=o("".charCodeAt),c=o(/./.exec),l=o(1..toString),u=o("".toUpperCase),h=/[\w*+\-./@]/,d=function(t,e){for(var n=l(t,16);n.length{"use strict";var i=n(46518),o=n(30566);i({target:"Function",proto:!0,forced:Function.bind!==o},{bind:o})},48957:(t,e,n)=>{"use strict";var i=n(94901),o=n(20034),r=n(24913),s=n(1625),a=n(78227),c=n(50283),l=a("hasInstance"),u=Function.prototype;l in u||r.f(u,l,{value:c((function(t){if(!i(this)||!o(t))return!1;var e=this.prototype;return o(e)?s(e,t):t instanceof this}),l)})},62010:(t,e,n)=>{"use strict";var i=n(43724),o=n(10350).EXISTS,r=n(79504),s=n(62106),a=Function.prototype,c=r(a.toString),l=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,u=r(l.exec);i&&!o&&s(a,"name",{configurable:!0,get:function(){try{return u(l,c(this))[1]}catch(t){return""}}})},55081:(t,e,n)=>{"use strict";var i=n(46518),o=n(24475);i({global:!0,forced:o.globalThis!==o},{globalThis:o})},33110:(t,e,n)=>{"use strict";var i=n(46518),o=n(97751),r=n(18745),s=n(69565),a=n(79504),c=n(79039),l=n(94901),u=n(10757),h=n(67680),d=n(66933),p=n(4495),A=String,f=o("JSON","stringify"),g=a(/./.exec),m=a("".charAt),b=a("".charCodeAt),C=a("".replace),v=a(1..toString),x=/[\uD800-\uDFFF]/g,w=/^[\uD800-\uDBFF]$/,y=/^[\uDC00-\uDFFF]$/,k=!p||c((function(){var t=o("Symbol")("stringify detection");return"[null]"!==f([t])||"{}"!==f({a:t})||"{}"!==f(Object(t))})),B=c((function(){return'"\\udf06\\ud834"'!==f("\udf06\ud834")||'"\\udead"'!==f("\udead")})),E=function(t,e){var n=h(arguments),i=d(e);if(l(i)||void 0!==t&&!u(t))return n[1]=function(t,e){if(l(i)&&(e=s(i,this,A(t),e)),!u(e))return e},r(f,null,n)},_=function(t,e,n){var i=m(n,e-1),o=m(n,e+1);return g(w,t)&&!g(y,o)||g(y,t)&&!g(w,i)?"\\u"+v(b(t,0),16):t};f&&i({target:"JSON",stat:!0,arity:3,forced:k||B},{stringify:function(t,e,n){var i=h(arguments),o=r(k?E:f,null,i);return B&&"string"==typeof o?C(o,x,_):o}})},4731:(t,e,n)=>{"use strict";var i=n(24475);n(10687)(i.JSON,"JSON",!0)},48523:(t,e,n)=>{"use strict";n(16468)("Map",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),n(86938))},47072:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(79306),s=n(67750),a=n(72652),c=n(72248),l=n(96395),u=n(79039),h=c.Map,d=c.has,p=c.get,A=c.set,f=o([].push),g=l||u((function(){return 1!==h.groupBy("ab",(function(t){return t})).get("a").length}));i({target:"Map",stat:!0,forced:l||g},{groupBy:function(t,e){s(t),r(e);var n=new h,i=0;return a(t,(function(t){var o=e(t,i++);d(n,o)?f(p(n,o),t):A(n,o,[t])})),n}})},36033:(t,e,n)=>{"use strict";n(48523)},93153:(t,e,n)=>{"use strict";var i=n(46518),o=n(7740),r=Math.acosh,s=Math.log,a=Math.sqrt,c=Math.LN2;i({target:"Math",stat:!0,forced:!r||710!==Math.floor(r(Number.MAX_VALUE))||r(1/0)!==1/0},{acosh:function(t){var e=+t;return e<1?NaN:e>94906265.62425156?s(e)+c:o(e-1+a(e-1)*a(e+1))}})},82326:(t,e,n)=>{"use strict";var i=n(46518),o=Math.asinh,r=Math.log,s=Math.sqrt;i({target:"Math",stat:!0,forced:!(o&&1/o(0)>0)},{asinh:function t(e){var n=+e;return isFinite(n)&&0!==n?n<0?-t(-n):r(n+s(n*n+1)):n}})},36389:(t,e,n)=>{"use strict";var i=n(46518),o=Math.atanh,r=Math.log;i({target:"Math",stat:!0,forced:!(o&&1/o(-0)<0)},{atanh:function(t){var e=+t;return 0===e?e:r((1+e)/(1-e))/2}})},64444:(t,e,n)=>{"use strict";var i=n(46518),o=n(77782),r=Math.abs,s=Math.pow;i({target:"Math",stat:!0},{cbrt:function(t){var e=+t;return o(e)*s(r(e),1/3)}})},8085:(t,e,n)=>{"use strict";var i=n(46518),o=Math.floor,r=Math.log,s=Math.LOG2E;i({target:"Math",stat:!0},{clz32:function(t){var e=t>>>0;return e?31-o(r(e+.5)*s):32}})},77762:(t,e,n)=>{"use strict";var i=n(46518),o=n(53250),r=Math.cosh,s=Math.abs,a=Math.E;i({target:"Math",stat:!0,forced:!r||r(710)===1/0},{cosh:function(t){var e=o(s(t)-1)+1;return(e+1/(e*a*a))*(a/2)}})},65070:(t,e,n)=>{"use strict";var i=n(46518),o=n(53250);i({target:"Math",stat:!0,forced:o!==Math.expm1},{expm1:o})},60605:(t,e,n)=>{"use strict";n(46518)({target:"Math",stat:!0},{fround:n(15617)})},39469:(t,e,n)=>{"use strict";var i=n(46518),o=Math.hypot,r=Math.abs,s=Math.sqrt;i({target:"Math",stat:!0,arity:2,forced:!!o&&o(1/0,NaN)!==1/0},{hypot:function(t,e){for(var n,i,o=0,a=0,c=arguments.length,l=0;a0?(i=n/l)*i:n;return l===1/0?1/0:l*s(o)}})},72152:(t,e,n)=>{"use strict";var i=n(46518),o=n(79039),r=Math.imul;i({target:"Math",stat:!0,forced:o((function(){return-5!==r(4294967295,5)||2!==r.length}))},{imul:function(t,e){var n=65535,i=+t,o=+e,r=n&i,s=n&o;return 0|r*s+((n&i>>>16)*s+r*(n&o>>>16)<<16>>>0)}})},75376:(t,e,n)=>{"use strict";n(46518)({target:"Math",stat:!0},{log10:n(49340)})},56624:(t,e,n)=>{"use strict";n(46518)({target:"Math",stat:!0},{log1p:n(7740)})},11367:(t,e,n)=>{"use strict";var i=n(46518),o=Math.log,r=Math.LN2;i({target:"Math",stat:!0},{log2:function(t){return o(t)/r}})},5914:(t,e,n)=>{"use strict";n(46518)({target:"Math",stat:!0},{sign:n(77782)})},78553:(t,e,n)=>{"use strict";var i=n(46518),o=n(79039),r=n(53250),s=Math.abs,a=Math.exp,c=Math.E;i({target:"Math",stat:!0,forced:o((function(){return-2e-17!==Math.sinh(-2e-17)}))},{sinh:function(t){var e=+t;return s(e)<1?(r(e)-r(-e))/2:(a(e-1)-a(-e-1))*(c/2)}})},98690:(t,e,n)=>{"use strict";var i=n(46518),o=n(53250),r=Math.exp;i({target:"Math",stat:!0},{tanh:function(t){var e=+t,n=o(e),i=o(-e);return n===1/0?1:i===1/0?-1:(n-i)/(r(e)+r(-e))}})},60479:(t,e,n)=>{"use strict";n(10687)(Math,"Math",!0)},70761:(t,e,n)=>{"use strict";n(46518)({target:"Math",stat:!0},{trunc:n(80741)})},2892:(t,e,n)=>{"use strict";var i=n(46518),o=n(96395),r=n(43724),s=n(24475),a=n(19167),c=n(79504),l=n(92796),u=n(39297),h=n(23167),d=n(1625),p=n(10757),A=n(72777),f=n(79039),g=n(38480).f,m=n(77347).f,b=n(24913).f,C=n(31240),v=n(43802).trim,x="Number",w=s[x],y=a[x],k=w.prototype,B=s.TypeError,E=c("".slice),_=c("".charCodeAt),I=l(x,!w(" 0o1")||!w("0b1")||w("+0x1")),D=function(t){var e,n=arguments.length<1?0:w(function(t){var e=A(t,"number");return"bigint"==typeof e?e:function(t){var e,n,i,o,r,s,a,c,l=A(t,"number");if(p(l))throw new B("Cannot convert a Symbol value to a number");if("string"==typeof l&&l.length>2)if(l=v(l),43===(e=_(l,0))||45===e){if(88===(n=_(l,2))||120===n)return NaN}else if(48===e){switch(_(l,1)){case 66:case 98:i=2,o=49;break;case 79:case 111:i=8,o=55;break;default:return+l}for(s=(r=E(l,2)).length,a=0;ao)return NaN;return parseInt(r,i)}return+l}(e)}(t));return d(k,e=this)&&f((function(){C(e)}))?h(Object(n),this,D):n};D.prototype=k,I&&!o&&(k.constructor=D),i({global:!0,constructor:!0,wrap:!0,forced:I},{Number:D});var S=function(t,e){for(var n,i=r?g(e):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),o=0;i.length>o;o++)u(e,n=i[o])&&!u(t,n)&&b(t,n,m(e,n))};o&&y&&S(a[x],y),(I||o)&&S(a[x],w)},45374:(t,e,n)=>{"use strict";n(46518)({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{EPSILON:Math.pow(2,-52)})},25428:(t,e,n)=>{"use strict";n(46518)({target:"Number",stat:!0},{isFinite:n(50360)})},32637:(t,e,n)=>{"use strict";n(46518)({target:"Number",stat:!0},{isInteger:n(2087)})},40150:(t,e,n)=>{"use strict";n(46518)({target:"Number",stat:!0},{isNaN:function(t){return t!=t}})},59149:(t,e,n)=>{"use strict";var i=n(46518),o=n(2087),r=Math.abs;i({target:"Number",stat:!0},{isSafeInteger:function(t){return o(t)&&r(t)<=9007199254740991}})},64601:(t,e,n)=>{"use strict";n(46518)({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{MAX_SAFE_INTEGER:9007199254740991})},44435:(t,e,n)=>{"use strict";n(46518)({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{MIN_SAFE_INTEGER:-9007199254740991})},87220:(t,e,n)=>{"use strict";var i=n(46518),o=n(33904);i({target:"Number",stat:!0,forced:Number.parseFloat!==o},{parseFloat:o})},25843:(t,e,n)=>{"use strict";var i=n(46518),o=n(52703);i({target:"Number",stat:!0,forced:Number.parseInt!==o},{parseInt:o})},62337:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(91291),s=n(31240),a=n(72333),c=n(49340),l=n(79039),u=RangeError,h=String,d=isFinite,p=Math.abs,A=Math.floor,f=Math.pow,g=Math.round,m=o(1..toExponential),b=o(a),C=o("".slice),v="-6.9000e-11"===m(-69e-12,4)&&"1.25e+0"===m(1.255,2)&&"1.235e+4"===m(12345,3)&&"3e+1"===m(25,0);i({target:"Number",proto:!0,forced:!v||!(l((function(){m(1,1/0)}))&&l((function(){m(1,-1/0)})))||!!l((function(){m(1/0,1/0),m(NaN,1/0)}))},{toExponential:function(t){var e=s(this);if(void 0===t)return m(e);var n=r(t);if(!d(e))return String(e);if(n<0||n>20)throw new u("Incorrect fraction digits");if(v)return m(e,n);var i="",o="",a=0,l="",x="";if(e<0&&(i="-",e=-e),0===e)a=0,o=b("0",n+1);else{var w=c(e);a=A(w);var y=0,k=f(10,a-n);2*e>=(2*(y=g(e/k))+1)*k&&(y+=1),y>=f(10,n+1)&&(y/=10,a+=1),o=h(y)}return 0!==n&&(o=C(o,0,1)+"."+C(o,1)),0===a?(l="+",x="0"):(l=a>0?"+":"-",x=h(p(a))),i+(o+"e")+l+x}})},9868:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(91291),s=n(31240),a=n(72333),c=n(79039),l=RangeError,u=String,h=Math.floor,d=o(a),p=o("".slice),A=o(1..toFixed),f=function(t,e,n){return 0===e?n:e%2==1?f(t,e-1,n*t):f(t*t,e/2,n)},g=function(t,e,n){for(var i=-1,o=n;++i<6;)o+=e*t[i],t[i]=o%1e7,o=h(o/1e7)},m=function(t,e){for(var n=6,i=0;--n>=0;)i+=t[n],t[n]=h(i/e),i=i%e*1e7},b=function(t){for(var e=6,n="";--e>=0;)if(""!==n||0===e||0!==t[e]){var i=u(t[e]);n=""===n?i:n+d("0",7-i.length)+i}return n};i({target:"Number",proto:!0,forced:c((function(){return"0.000"!==A(8e-5,3)||"1"!==A(.9,0)||"1.25"!==A(1.255,2)||"1000000000000000128"!==A(0xde0b6b3a7640080,0)}))||!c((function(){A({})}))},{toFixed:function(t){var e,n,i,o,a=s(this),c=r(t),h=[0,0,0,0,0,0],A="",C="0";if(c<0||c>20)throw new l("Incorrect fraction digits");if(a!=a)return"NaN";if(a<=-1e21||a>=1e21)return u(a);if(a<0&&(A="-",a=-a),a>1e-21)if(n=(e=function(t){for(var e=0,n=t;n>=4096;)e+=12,n/=4096;for(;n>=2;)e+=1,n/=2;return e}(a*f(2,69,1))-69)<0?a*f(2,-e,1):a/f(2,e,1),n*=4503599627370496,(e=52-e)>0){for(g(h,0,n),i=c;i>=7;)g(h,1e7,0),i-=7;for(g(h,f(10,i,1),0),i=e-1;i>=23;)m(h,1<<23),i-=23;m(h,1<0?A+((o=C.length)<=c?"0."+d("0",c-o)+C:p(C,0,o-c)+"."+p(C,o-c)):A+C}})},80630:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(79039),s=n(31240),a=o(1..toPrecision);i({target:"Number",proto:!0,forced:r((function(){return"1"!==a(1,void 0)}))||!r((function(){a({})}))},{toPrecision:function(t){return void 0===t?a(s(this)):a(s(this),t)}})},69085:(t,e,n)=>{"use strict";var i=n(46518),o=n(44213);i({target:"Object",stat:!0,arity:2,forced:Object.assign!==o},{assign:o})},59904:(t,e,n)=>{"use strict";n(46518)({target:"Object",stat:!0,sham:!n(43724)},{create:n(2360)})},17427:(t,e,n)=>{"use strict";var i=n(46518),o=n(43724),r=n(42551),s=n(79306),a=n(48981),c=n(24913);o&&i({target:"Object",proto:!0,forced:r},{__defineGetter__:function(t,e){c.f(a(this),t,{get:s(e),enumerable:!0,configurable:!0})}})},67945:(t,e,n)=>{"use strict";var i=n(46518),o=n(43724),r=n(96801).f;i({target:"Object",stat:!0,forced:Object.defineProperties!==r,sham:!o},{defineProperties:r})},84185:(t,e,n)=>{"use strict";var i=n(46518),o=n(43724),r=n(24913).f;i({target:"Object",stat:!0,forced:Object.defineProperty!==r,sham:!o},{defineProperty:r})},87607:(t,e,n)=>{"use strict";var i=n(46518),o=n(43724),r=n(42551),s=n(79306),a=n(48981),c=n(24913);o&&i({target:"Object",proto:!0,forced:r},{__defineSetter__:function(t,e){c.f(a(this),t,{set:s(e),enumerable:!0,configurable:!0})}})},5506:(t,e,n)=>{"use strict";var i=n(46518),o=n(32357).entries;i({target:"Object",stat:!0},{entries:function(t){return o(t)}})},52811:(t,e,n)=>{"use strict";var i=n(46518),o=n(92744),r=n(79039),s=n(20034),a=n(3451).onFreeze,c=Object.freeze;i({target:"Object",stat:!0,forced:r((function(){c(1)})),sham:!o},{freeze:function(t){return c&&s(t)?c(a(t)):t}})},53921:(t,e,n)=>{"use strict";var i=n(46518),o=n(72652),r=n(97040);i({target:"Object",stat:!0},{fromEntries:function(t){var e={};return o(t,(function(t,n){r(e,t,n)}),{AS_ENTRIES:!0}),e}})},83851:(t,e,n)=>{"use strict";var i=n(46518),o=n(79039),r=n(25397),s=n(77347).f,a=n(43724);i({target:"Object",stat:!0,forced:!a||o((function(){s(1)})),sham:!a},{getOwnPropertyDescriptor:function(t,e){return s(r(t),e)}})},81278:(t,e,n)=>{"use strict";var i=n(46518),o=n(43724),r=n(35031),s=n(25397),a=n(77347),c=n(97040);i({target:"Object",stat:!0,sham:!o},{getOwnPropertyDescriptors:function(t){for(var e,n,i=s(t),o=a.f,l=r(i),u={},h=0;l.length>h;)void 0!==(n=o(i,e=l[h++]))&&c(u,e,n);return u}})},1480:(t,e,n)=>{"use strict";var i=n(46518),o=n(79039),r=n(10298).f;i({target:"Object",stat:!0,forced:o((function(){return!Object.getOwnPropertyNames(1)}))},{getOwnPropertyNames:r})},49773:(t,e,n)=>{"use strict";var i=n(46518),o=n(4495),r=n(79039),s=n(33717),a=n(48981);i({target:"Object",stat:!0,forced:!o||r((function(){s.f(1)}))},{getOwnPropertySymbols:function(t){var e=s.f;return e?e(a(t)):[]}})},40875:(t,e,n)=>{"use strict";var i=n(46518),o=n(79039),r=n(48981),s=n(42787),a=n(12211);i({target:"Object",stat:!0,forced:o((function(){s(1)})),sham:!a},{getPrototypeOf:function(t){return s(r(t))}})},77691:(t,e,n)=>{"use strict";var i=n(46518),o=n(97751),r=n(79504),s=n(79306),a=n(67750),c=n(56969),l=n(72652),u=n(79039),h=Object.groupBy,d=o("Object","create"),p=r([].push);i({target:"Object",stat:!0,forced:!h||u((function(){return 1!==h("ab",(function(t){return t})).a.length}))},{groupBy:function(t,e){a(t),s(e);var n=d(null),i=0;return l(t,(function(t){var o=c(e(t,i++));o in n?p(n[o],t):n[o]=[t]})),n}})},78347:(t,e,n)=>{"use strict";n(46518)({target:"Object",stat:!0},{hasOwn:n(39297)})},94052:(t,e,n)=>{"use strict";var i=n(46518),o=n(34124);i({target:"Object",stat:!0,forced:Object.isExtensible!==o},{isExtensible:o})},94003:(t,e,n)=>{"use strict";var i=n(46518),o=n(79039),r=n(20034),s=n(44576),a=n(15652),c=Object.isFrozen;i({target:"Object",stat:!0,forced:a||o((function(){c(1)}))},{isFrozen:function(t){return!r(t)||!(!a||"ArrayBuffer"!==s(t))||!!c&&c(t)}})},221:(t,e,n)=>{"use strict";var i=n(46518),o=n(79039),r=n(20034),s=n(44576),a=n(15652),c=Object.isSealed;i({target:"Object",stat:!0,forced:a||o((function(){c(1)}))},{isSealed:function(t){return!r(t)||!(!a||"ArrayBuffer"!==s(t))||!!c&&c(t)}})},29908:(t,e,n)=>{"use strict";n(46518)({target:"Object",stat:!0},{is:n(3470)})},79432:(t,e,n)=>{"use strict";var i=n(46518),o=n(48981),r=n(71072);i({target:"Object",stat:!0,forced:n(79039)((function(){r(1)}))},{keys:function(t){return r(o(t))}})},9220:(t,e,n)=>{"use strict";var i=n(46518),o=n(43724),r=n(42551),s=n(48981),a=n(56969),c=n(42787),l=n(77347).f;o&&i({target:"Object",proto:!0,forced:r},{__lookupGetter__:function(t){var e,n=s(this),i=a(t);do{if(e=l(n,i))return e.get}while(n=c(n))}})},7904:(t,e,n)=>{"use strict";var i=n(46518),o=n(43724),r=n(42551),s=n(48981),a=n(56969),c=n(42787),l=n(77347).f;o&&i({target:"Object",proto:!0,forced:r},{__lookupSetter__:function(t){var e,n=s(this),i=a(t);do{if(e=l(n,i))return e.set}while(n=c(n))}})},16348:(t,e,n)=>{"use strict";var i=n(46518),o=n(20034),r=n(3451).onFreeze,s=n(92744),a=n(79039),c=Object.preventExtensions;i({target:"Object",stat:!0,forced:a((function(){c(1)})),sham:!s},{preventExtensions:function(t){return c&&o(t)?c(r(t)):t}})},63548:(t,e,n)=>{"use strict";var i=n(43724),o=n(62106),r=n(20034),s=n(13925),a=n(48981),c=n(67750),l=Object.getPrototypeOf,u=Object.setPrototypeOf,h=Object.prototype,d="__proto__";if(i&&l&&u&&!(d in h))try{o(h,d,{configurable:!0,get:function(){return l(a(this))},set:function(t){var e=c(this);s(t)&&r(e)&&u(e,t)}})}catch(t){}},93941:(t,e,n)=>{"use strict";var i=n(46518),o=n(20034),r=n(3451).onFreeze,s=n(92744),a=n(79039),c=Object.seal;i({target:"Object",stat:!0,forced:a((function(){c(1)})),sham:!s},{seal:function(t){return c&&o(t)?c(r(t)):t}})},10287:(t,e,n)=>{"use strict";n(46518)({target:"Object",stat:!0},{setPrototypeOf:n(52967)})},26099:(t,e,n)=>{"use strict";var i=n(92140),o=n(36840),r=n(53179);i||o(Object.prototype,"toString",r,{unsafe:!0})},16034:(t,e,n)=>{"use strict";var i=n(46518),o=n(32357).values;i({target:"Object",stat:!0},{values:function(t){return o(t)}})},78459:(t,e,n)=>{"use strict";var i=n(46518),o=n(33904);i({global:!0,forced:parseFloat!==o},{parseFloat:o})},58940:(t,e,n)=>{"use strict";var i=n(46518),o=n(52703);i({global:!0,forced:parseInt!==o},{parseInt:o})},96167:(t,e,n)=>{"use strict";var i=n(46518),o=n(69565),r=n(79306),s=n(36043),a=n(1103),c=n(72652);i({target:"Promise",stat:!0,forced:n(90537)},{allSettled:function(t){var e=this,n=s.f(e),i=n.resolve,l=n.reject,u=a((function(){var n=r(e.resolve),s=[],a=0,l=1;c(t,(function(t){var r=a++,c=!1;l++,o(n,e,t).then((function(t){c||(c=!0,s[r]={status:"fulfilled",value:t},--l||i(s))}),(function(t){c||(c=!0,s[r]={status:"rejected",reason:t},--l||i(s))}))})),--l||i(s)}));return u.error&&l(u.value),n.promise}})},16499:(t,e,n)=>{"use strict";var i=n(46518),o=n(69565),r=n(79306),s=n(36043),a=n(1103),c=n(72652);i({target:"Promise",stat:!0,forced:n(90537)},{all:function(t){var e=this,n=s.f(e),i=n.resolve,l=n.reject,u=a((function(){var n=r(e.resolve),s=[],a=0,u=1;c(t,(function(t){var r=a++,c=!1;u++,o(n,e,t).then((function(t){c||(c=!0,s[r]=t,--u||i(s))}),l)})),--u||i(s)}));return u.error&&l(u.value),n.promise}})},93518:(t,e,n)=>{"use strict";var i=n(46518),o=n(69565),r=n(79306),s=n(97751),a=n(36043),c=n(1103),l=n(72652),u=n(90537),h="No one promise resolved";i({target:"Promise",stat:!0,forced:u},{any:function(t){var e=this,n=s("AggregateError"),i=a.f(e),u=i.resolve,d=i.reject,p=c((function(){var i=r(e.resolve),s=[],a=0,c=1,p=!1;l(t,(function(t){var r=a++,l=!1;c++,o(i,e,t).then((function(t){l||p||(p=!0,u(t))}),(function(t){l||p||(l=!0,s[r]=t,--c||d(new n(s,h)))}))})),--c||d(new n(s,h))}));return p.error&&d(p.value),i.promise}})},82003:(t,e,n)=>{"use strict";var i=n(46518),o=n(96395),r=n(10916).CONSTRUCTOR,s=n(80550),a=n(97751),c=n(94901),l=n(36840),u=s&&s.prototype;if(i({target:"Promise",proto:!0,forced:r,real:!0},{catch:function(t){return this.then(void 0,t)}}),!o&&c(s)){var h=a("Promise").prototype.catch;u.catch!==h&&l(u,"catch",h,{unsafe:!0})}},10436:(t,e,n)=>{"use strict";var i,o,r,s=n(46518),a=n(96395),c=n(19088),l=n(24475),u=n(69565),h=n(36840),d=n(52967),p=n(10687),A=n(87633),f=n(79306),g=n(94901),m=n(20034),b=n(90679),C=n(2293),v=n(59225).set,x=n(91955),w=n(90757),y=n(1103),k=n(18265),B=n(91181),E=n(80550),_=n(10916),I=n(36043),D="Promise",S=_.CONSTRUCTOR,T=_.REJECTION_EVENT,O=_.SUBCLASSING,M=B.getterFor(D),P=B.set,R=E&&E.prototype,N=E,H=R,z=l.TypeError,L=l.document,F=l.process,j=I.f,U=j,W=!!(L&&L.createEvent&&l.dispatchEvent),Y="unhandledrejection",q=function(t){var e;return!(!m(t)||!g(e=t.then))&&e},Q=function(t,e){var n,i,o,r=e.value,s=1===e.state,a=s?t.ok:t.fail,c=t.resolve,l=t.reject,h=t.domain;try{a?(s||(2===e.rejection&&J(e),e.rejection=1),!0===a?n=r:(h&&h.enter(),n=a(r),h&&(h.exit(),o=!0)),n===t.promise?l(new z("Promise-chain cycle")):(i=q(n))?u(i,n,c,l):c(n)):l(r)}catch(t){h&&!o&&h.exit(),l(t)}},G=function(t,e){t.notified||(t.notified=!0,x((function(){for(var n,i=t.reactions;n=i.get();)Q(n,t);t.notified=!1,e&&!t.rejection&&V(t)})))},X=function(t,e,n){var i,o;W?((i=L.createEvent("Event")).promise=e,i.reason=n,i.initEvent(t,!1,!0),l.dispatchEvent(i)):i={promise:e,reason:n},!T&&(o=l["on"+t])?o(i):t===Y&&w("Unhandled promise rejection",n)},V=function(t){u(v,l,(function(){var e,n=t.facade,i=t.value;if(K(t)&&(e=y((function(){c?F.emit("unhandledRejection",i,n):X(Y,n,i)})),t.rejection=c||K(t)?2:1,e.error))throw e.value}))},K=function(t){return 1!==t.rejection&&!t.parent},J=function(t){u(v,l,(function(){var e=t.facade;c?F.emit("rejectionHandled",e):X("rejectionhandled",e,t.value)}))},Z=function(t,e,n){return function(i){t(e,i,n)}},$=function(t,e,n){t.done||(t.done=!0,n&&(t=n),t.value=e,t.state=2,G(t,!0))},tt=function(t,e,n){if(!t.done){t.done=!0,n&&(t=n);try{if(t.facade===e)throw new z("Promise can't be resolved itself");var i=q(e);i?x((function(){var n={done:!1};try{u(i,e,Z(tt,n,t),Z($,n,t))}catch(e){$(n,e,t)}})):(t.value=e,t.state=1,G(t,!1))}catch(e){$({done:!1},e,t)}}};if(S&&(H=(N=function(t){b(this,H),f(t),u(i,this);var e=M(this);try{t(Z(tt,e),Z($,e))}catch(t){$(e,t)}}).prototype,(i=function(t){P(this,{type:D,done:!1,notified:!1,parent:!1,reactions:new k,rejection:!1,state:0,value:void 0})}).prototype=h(H,"then",(function(t,e){var n=M(this),i=j(C(this,N));return n.parent=!0,i.ok=!g(t)||t,i.fail=g(e)&&e,i.domain=c?F.domain:void 0,0===n.state?n.reactions.add(i):x((function(){Q(i,n)})),i.promise})),o=function(){var t=new i,e=M(t);this.promise=t,this.resolve=Z(tt,e),this.reject=Z($,e)},I.f=j=function(t){return t===N||void 0===t?new o(t):U(t)},!a&&g(E)&&R!==Object.prototype)){r=R.then,O||h(R,"then",(function(t,e){var n=this;return new N((function(t,e){u(r,n,t,e)})).then(t,e)}),{unsafe:!0});try{delete R.constructor}catch(t){}d&&d(R,H)}s({global:!0,constructor:!0,wrap:!0,forced:S},{Promise:N}),p(N,D,!1,!0),A(D)},9391:(t,e,n)=>{"use strict";var i=n(46518),o=n(96395),r=n(80550),s=n(79039),a=n(97751),c=n(94901),l=n(2293),u=n(93438),h=n(36840),d=r&&r.prototype;if(i({target:"Promise",proto:!0,real:!0,forced:!!r&&s((function(){d.finally.call({then:function(){}},(function(){}))}))},{finally:function(t){var e=l(this,a("Promise")),n=c(t);return this.then(n?function(n){return u(e,t()).then((function(){return n}))}:t,n?function(n){return u(e,t()).then((function(){throw n}))}:t)}}),!o&&c(r)){var p=a("Promise").prototype.finally;d.finally!==p&&h(d,"finally",p,{unsafe:!0})}},3362:(t,e,n)=>{"use strict";n(10436),n(16499),n(82003),n(7743),n(51481),n(40280)},7743:(t,e,n)=>{"use strict";var i=n(46518),o=n(69565),r=n(79306),s=n(36043),a=n(1103),c=n(72652);i({target:"Promise",stat:!0,forced:n(90537)},{race:function(t){var e=this,n=s.f(e),i=n.reject,l=a((function(){var s=r(e.resolve);c(t,(function(t){o(s,e,t).then(n.resolve,i)}))}));return l.error&&i(l.value),n.promise}})},51481:(t,e,n)=>{"use strict";var i=n(46518),o=n(36043);i({target:"Promise",stat:!0,forced:n(10916).CONSTRUCTOR},{reject:function(t){var e=o.f(this);return(0,e.reject)(t),e.promise}})},40280:(t,e,n)=>{"use strict";var i=n(46518),o=n(97751),r=n(96395),s=n(80550),a=n(10916).CONSTRUCTOR,c=n(93438),l=o("Promise"),u=r&&!a;i({target:"Promise",stat:!0,forced:r||a},{resolve:function(t){return c(u&&this===l?s:this,t)}})},14628:(t,e,n)=>{"use strict";var i=n(46518),o=n(36043);i({target:"Promise",stat:!0},{withResolvers:function(){var t=o.f(this);return{promise:t.promise,resolve:t.resolve,reject:t.reject}}})},39796:(t,e,n)=>{"use strict";var i=n(46518),o=n(18745),r=n(79306),s=n(28551);i({target:"Reflect",stat:!0,forced:!n(79039)((function(){Reflect.apply((function(){}))}))},{apply:function(t,e,n){return o(r(t),e,s(n))}})},60825:(t,e,n)=>{"use strict";var i=n(46518),o=n(97751),r=n(18745),s=n(30566),a=n(35548),c=n(28551),l=n(20034),u=n(2360),h=n(79039),d=o("Reflect","construct"),p=Object.prototype,A=[].push,f=h((function(){function t(){}return!(d((function(){}),[],t)instanceof t)})),g=!h((function(){d((function(){}))})),m=f||g;i({target:"Reflect",stat:!0,forced:m,sham:m},{construct:function(t,e){a(t),c(e);var n=arguments.length<3?t:a(arguments[2]);if(g&&!f)return d(t,e,n);if(t===n){switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3])}var i=[null];return r(A,i,e),new(r(s,t,i))}var o=n.prototype,h=u(l(o)?o:p),m=r(t,h,e);return l(m)?m:h}})},87411:(t,e,n)=>{"use strict";var i=n(46518),o=n(43724),r=n(28551),s=n(56969),a=n(24913);i({target:"Reflect",stat:!0,forced:n(79039)((function(){Reflect.defineProperty(a.f({},1,{value:1}),1,{value:2})})),sham:!o},{defineProperty:function(t,e,n){r(t);var i=s(e);r(n);try{return a.f(t,i,n),!0}catch(t){return!1}}})},21211:(t,e,n)=>{"use strict";var i=n(46518),o=n(28551),r=n(77347).f;i({target:"Reflect",stat:!0},{deleteProperty:function(t,e){var n=r(o(t),e);return!(n&&!n.configurable)&&delete t[e]}})},9065:(t,e,n)=>{"use strict";var i=n(46518),o=n(43724),r=n(28551),s=n(77347);i({target:"Reflect",stat:!0,sham:!o},{getOwnPropertyDescriptor:function(t,e){return s.f(r(t),e)}})},86565:(t,e,n)=>{"use strict";var i=n(46518),o=n(28551),r=n(42787);i({target:"Reflect",stat:!0,sham:!n(12211)},{getPrototypeOf:function(t){return r(o(t))}})},40888:(t,e,n)=>{"use strict";var i=n(46518),o=n(69565),r=n(20034),s=n(28551),a=n(16575),c=n(77347),l=n(42787);i({target:"Reflect",stat:!0},{get:function t(e,n){var i,u,h=arguments.length<3?e:arguments[2];return s(e)===h?e[n]:(i=c.f(e,n))?a(i)?i.value:void 0===i.get?void 0:o(i.get,h):r(u=l(e))?t(u,n,h):void 0}})},32812:(t,e,n)=>{"use strict";n(46518)({target:"Reflect",stat:!0},{has:function(t,e){return e in t}})},84634:(t,e,n)=>{"use strict";var i=n(46518),o=n(28551),r=n(34124);i({target:"Reflect",stat:!0},{isExtensible:function(t){return o(t),r(t)}})},71137:(t,e,n)=>{"use strict";n(46518)({target:"Reflect",stat:!0},{ownKeys:n(35031)})},30985:(t,e,n)=>{"use strict";var i=n(46518),o=n(97751),r=n(28551);i({target:"Reflect",stat:!0,sham:!n(92744)},{preventExtensions:function(t){r(t);try{var e=o("Object","preventExtensions");return e&&e(t),!0}catch(t){return!1}}})},34873:(t,e,n)=>{"use strict";var i=n(46518),o=n(28551),r=n(73506),s=n(52967);s&&i({target:"Reflect",stat:!0},{setPrototypeOf:function(t,e){o(t),r(e);try{return s(t,e),!0}catch(t){return!1}}})},34268:(t,e,n)=>{"use strict";var i=n(46518),o=n(69565),r=n(28551),s=n(20034),a=n(16575),c=n(79039),l=n(24913),u=n(77347),h=n(42787),d=n(6980);i({target:"Reflect",stat:!0,forced:c((function(){var t=function(){},e=l.f(new t,"a",{configurable:!0});return!1!==Reflect.set(t.prototype,"a",1,e)}))},{set:function t(e,n,i){var c,p,A,f=arguments.length<4?e:arguments[3],g=u.f(r(e),n);if(!g){if(s(p=h(e)))return t(p,n,i,f);g=d(0)}if(a(g)){if(!1===g.writable||!s(f))return!1;if(c=u.f(f,n)){if(c.get||c.set||!1===c.writable)return!1;c.value=i,l.f(f,n,c)}else l.f(f,n,d(0,i))}else{if(void 0===(A=g.set))return!1;o(A,f,i)}return!0}})},15472:(t,e,n)=>{"use strict";var i=n(46518),o=n(24475),r=n(10687);i({global:!0},{Reflect:{}}),r(o.Reflect,"Reflect",!0)},84864:(t,e,n)=>{"use strict";var i=n(43724),o=n(24475),r=n(79504),s=n(92796),a=n(23167),c=n(66699),l=n(2360),u=n(38480).f,h=n(1625),d=n(60788),p=n(655),A=n(61034),f=n(58429),g=n(11056),m=n(36840),b=n(79039),C=n(39297),v=n(91181).enforce,x=n(87633),w=n(78227),y=n(83635),k=n(18814),B=w("match"),E=o.RegExp,_=E.prototype,I=o.SyntaxError,D=r(_.exec),S=r("".charAt),T=r("".replace),O=r("".indexOf),M=r("".slice),P=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,R=/a/g,N=/a/g,H=new E(R)!==R,z=f.MISSED_STICKY,L=f.UNSUPPORTED_Y;if(s("RegExp",i&&(!H||z||y||k||b((function(){return N[B]=!1,E(R)!==R||E(N)===N||"/a/i"!==String(E(R,"i"))}))))){for(var F=function(t,e){var n,i,o,r,s,u,f=h(_,this),g=d(t),m=void 0===e,b=[],x=t;if(!f&&g&&m&&t.constructor===F)return t;if((g||h(_,t))&&(t=t.source,m&&(e=A(x))),t=void 0===t?"":p(t),e=void 0===e?"":p(e),x=t,y&&"dotAll"in R&&(i=!!e&&O(e,"s")>-1)&&(e=T(e,/s/g,"")),n=e,z&&"sticky"in R&&(o=!!e&&O(e,"y")>-1)&&L&&(e=T(e,/y/g,"")),k&&(r=function(t){for(var e,n=t.length,i=0,o="",r=[],s=l(null),a=!1,c=!1,u=0,h="";i<=n;i++){if("\\"===(e=S(t,i)))e+=S(t,++i);else if("]"===e)a=!1;else if(!a)switch(!0){case"["===e:a=!0;break;case"("===e:D(P,M(t,i+1))&&(i+=2,c=!0),o+=e,u++;continue;case">"===e&&c:if(""===h||C(s,h))throw new I("Invalid capture group name");s[h]=!0,r[r.length]=[h,u],c=!1,h="";continue}c?h+=e:o+=e}return[o,r]}(t),t=r[0],b=r[1]),s=a(E(t,e),f?this:_,F),(i||o||b.length)&&(u=v(s),i&&(u.dotAll=!0,u.raw=F(function(t){for(var e,n=t.length,i=0,o="",r=!1;i<=n;i++)"\\"!==(e=S(t,i))?r||"."!==e?("["===e?r=!0:"]"===e&&(r=!1),o+=e):o+="[\\s\\S]":o+=e+S(t,++i);return o}(t),n)),o&&(u.sticky=!0),b.length&&(u.groups=b)),t!==x)try{c(s,"source",""===x?"(?:)":x)}catch(t){}return s},j=u(E),U=0;j.length>U;)g(F,E,j[U++]);_.constructor=F,F.prototype=_,m(o,"RegExp",F,{constructor:!0})}x("RegExp")},57465:(t,e,n)=>{"use strict";var i=n(43724),o=n(83635),r=n(44576),s=n(62106),a=n(91181).get,c=RegExp.prototype,l=TypeError;i&&o&&s(c,"dotAll",{configurable:!0,get:function(){if(this!==c){if("RegExp"===r(this))return!!a(this).dotAll;throw new l("Incompatible receiver, RegExp required")}}})},69479:(t,e,n)=>{"use strict";var i=n(24475),o=n(43724),r=n(62106),s=n(67979),a=n(79039),c=i.RegExp,l=c.prototype;o&&a((function(){var t=!0;try{c(".","d")}catch(e){t=!1}var e={},n="",i=t?"dgimsy":"gimsy",o=function(t,i){Object.defineProperty(e,t,{get:function(){return n+=i,!0}})},r={dotAll:"s",global:"g",ignoreCase:"i",multiline:"m",sticky:"y"};for(var s in t&&(r.hasIndices="d"),r)o(s,r[s]);return Object.getOwnPropertyDescriptor(l,"flags").get.call(e)!==i||n!==i}))&&r(l,"flags",{configurable:!0,get:s})},87745:(t,e,n)=>{"use strict";var i=n(43724),o=n(58429).MISSED_STICKY,r=n(44576),s=n(62106),a=n(91181).get,c=RegExp.prototype,l=TypeError;i&&o&&s(c,"sticky",{configurable:!0,get:function(){if(this!==c){if("RegExp"===r(this))return!!a(this).sticky;throw new l("Incompatible receiver, RegExp required")}}})},90906:(t,e,n)=>{"use strict";n(27495);var i,o,r=n(46518),s=n(69565),a=n(94901),c=n(28551),l=n(655),u=(i=!1,(o=/[ac]/).exec=function(){return i=!0,/./.exec.apply(this,arguments)},!0===o.test("abc")&&i),h=/./.test;r({target:"RegExp",proto:!0,forced:!u},{test:function(t){var e=c(this),n=l(t),i=e.exec;if(!a(i))return s(h,e,n);var o=s(i,e,n);return null!==o&&(c(o),!0)}})},38781:(t,e,n)=>{"use strict";var i=n(10350).PROPER,o=n(36840),r=n(28551),s=n(655),a=n(79039),c=n(61034),l="toString",u=RegExp.prototype,h=u[l],d=a((function(){return"/a/b"!==h.call({source:"a",flags:"b"})})),p=i&&h.name!==l;(d||p)&&o(u,l,(function(){var t=r(this);return"/"+s(t.source)+"/"+s(c(t))}),{unsafe:!0})},92405:(t,e,n)=>{"use strict";n(16468)("Set",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),n(86938))},17642:(t,e,n)=>{"use strict";var i=n(46518),o=n(83440);i({target:"Set",proto:!0,real:!0,forced:!n(84916)("difference")},{difference:o})},58004:(t,e,n)=>{"use strict";var i=n(46518),o=n(79039),r=n(68750);i({target:"Set",proto:!0,real:!0,forced:!n(84916)("intersection")||o((function(){return"3,2"!==String(Array.from(new Set([1,2,3]).intersection(new Set([3,2]))))}))},{intersection:r})},33853:(t,e,n)=>{"use strict";var i=n(46518),o=n(64449);i({target:"Set",proto:!0,real:!0,forced:!n(84916)("isDisjointFrom")},{isDisjointFrom:o})},45876:(t,e,n)=>{"use strict";var i=n(46518),o=n(53838);i({target:"Set",proto:!0,real:!0,forced:!n(84916)("isSubsetOf")},{isSubsetOf:o})},32475:(t,e,n)=>{"use strict";var i=n(46518),o=n(28527);i({target:"Set",proto:!0,real:!0,forced:!n(84916)("isSupersetOf")},{isSupersetOf:o})},31415:(t,e,n)=>{"use strict";n(92405)},15024:(t,e,n)=>{"use strict";var i=n(46518),o=n(83650);i({target:"Set",proto:!0,real:!0,forced:!n(84916)("symmetricDifference")},{symmetricDifference:o})},31698:(t,e,n)=>{"use strict";var i=n(46518),o=n(44204);i({target:"Set",proto:!0,real:!0,forced:!n(84916)("union")},{union:o})},89907:(t,e,n)=>{"use strict";var i=n(46518),o=n(77240);i({target:"String",proto:!0,forced:n(23061)("anchor")},{anchor:function(t){return o(this,"a","name",t)}})},67357:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(67750),s=n(91291),a=n(655),c=n(79039),l=o("".charAt);i({target:"String",proto:!0,forced:c((function(){return"\ud842"!=="𠮷".at(-2)}))},{at:function(t){var e=a(r(this)),n=e.length,i=s(t),o=i>=0?i:n+i;return o<0||o>=n?void 0:l(e,o)}})},11898:(t,e,n)=>{"use strict";var i=n(46518),o=n(77240);i({target:"String",proto:!0,forced:n(23061)("big")},{big:function(){return o(this,"big","","")}})},35490:(t,e,n)=>{"use strict";var i=n(46518),o=n(77240);i({target:"String",proto:!0,forced:n(23061)("blink")},{blink:function(){return o(this,"blink","","")}})},5745:(t,e,n)=>{"use strict";var i=n(46518),o=n(77240);i({target:"String",proto:!0,forced:n(23061)("bold")},{bold:function(){return o(this,"b","","")}})},23860:(t,e,n)=>{"use strict";var i=n(46518),o=n(68183).codeAt;i({target:"String",proto:!0},{codePointAt:function(t){return o(this,t)}})},21830:(t,e,n)=>{"use strict";var i,o=n(46518),r=n(27476),s=n(77347).f,a=n(18014),c=n(655),l=n(60511),u=n(67750),h=n(41436),d=n(96395),p=r("".slice),A=Math.min,f=h("endsWith");o({target:"String",proto:!0,forced:!(!d&&!f&&(i=s(String.prototype,"endsWith"),i&&!i.writable)||f)},{endsWith:function(t){var e=c(u(this));l(t);var n=arguments.length>1?arguments[1]:void 0,i=e.length,o=void 0===n?i:A(a(n),i),r=c(t);return p(e,o-r.length,o)===r}})},94298:(t,e,n)=>{"use strict";var i=n(46518),o=n(77240);i({target:"String",proto:!0,forced:n(23061)("fixed")},{fixed:function(){return o(this,"tt","","")}})},60268:(t,e,n)=>{"use strict";var i=n(46518),o=n(77240);i({target:"String",proto:!0,forced:n(23061)("fontcolor")},{fontcolor:function(t){return o(this,"font","color",t)}})},69546:(t,e,n)=>{"use strict";var i=n(46518),o=n(77240);i({target:"String",proto:!0,forced:n(23061)("fontsize")},{fontsize:function(t){return o(this,"font","size",t)}})},27337:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(35610),s=RangeError,a=String.fromCharCode,c=String.fromCodePoint,l=o([].join);i({target:"String",stat:!0,arity:1,forced:!!c&&1!==c.length},{fromCodePoint:function(t){for(var e,n=[],i=arguments.length,o=0;i>o;){if(e=+arguments[o++],r(e,1114111)!==e)throw new s(e+" is not a valid code point");n[o]=e<65536?a(e):a(55296+((e-=65536)>>10),e%1024+56320)}return l(n,"")}})},21699:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(60511),s=n(67750),a=n(655),c=n(41436),l=o("".indexOf);i({target:"String",proto:!0,forced:!c("includes")},{includes:function(t){return!!~l(a(s(this)),a(r(t)),arguments.length>1?arguments[1]:void 0)}})},42043:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(67750),s=n(655),a=o("".charCodeAt);i({target:"String",proto:!0},{isWellFormed:function(){for(var t=s(r(this)),e=t.length,n=0;n=56320||++n>=e||56320!=(64512&a(t,n))))return!1}return!0}})},20781:(t,e,n)=>{"use strict";var i=n(46518),o=n(77240);i({target:"String",proto:!0,forced:n(23061)("italics")},{italics:function(){return o(this,"i","","")}})},47764:(t,e,n)=>{"use strict";var i=n(68183).charAt,o=n(655),r=n(91181),s=n(51088),a=n(62529),c="String Iterator",l=r.set,u=r.getterFor(c);s(String,"String",(function(t){l(this,{type:c,string:o(t),index:0})}),(function(){var t,e=u(this),n=e.string,o=e.index;return o>=n.length?a(void 0,!0):(t=i(n,o),e.index+=t.length,a(t,!1))}))},50778:(t,e,n)=>{"use strict";var i=n(46518),o=n(77240);i({target:"String",proto:!0,forced:n(23061)("link")},{link:function(t){return o(this,"a","href",t)}})},28543:(t,e,n)=>{"use strict";var i=n(46518),o=n(69565),r=n(27476),s=n(33994),a=n(62529),c=n(67750),l=n(18014),u=n(655),h=n(28551),d=n(64117),p=n(44576),A=n(60788),f=n(61034),g=n(55966),m=n(36840),b=n(79039),C=n(78227),v=n(2293),x=n(57829),w=n(56682),y=n(91181),k=n(96395),B=C("matchAll"),E="RegExp String",_=E+" Iterator",I=y.set,D=y.getterFor(_),S=RegExp.prototype,T=TypeError,O=r("".indexOf),M=r("".matchAll),P=!!M&&!b((function(){M("a",/./)})),R=s((function(t,e,n,i){I(this,{type:_,regexp:t,string:e,global:n,unicode:i,done:!1})}),E,(function(){var t=D(this);if(t.done)return a(void 0,!0);var e=t.regexp,n=t.string,i=w(e,n);return null===i?(t.done=!0,a(void 0,!0)):t.global?(""===u(i[0])&&(e.lastIndex=x(n,l(e.lastIndex),t.unicode)),a(i,!1)):(t.done=!0,a(i,!1))})),N=function(t){var e,n,i,o=h(this),r=u(t),s=v(o,RegExp),a=u(f(o));return e=new s(s===RegExp?o.source:o,a),n=!!~O(a,"g"),i=!!~O(a,"u"),e.lastIndex=l(o.lastIndex),new R(e,r,n,i)};i({target:"String",proto:!0,forced:P},{matchAll:function(t){var e,n,i,r,s=c(this);if(d(t)){if(P)return M(s,t)}else{if(A(t)&&(e=u(c(f(t))),!~O(e,"g")))throw new T("`.matchAll` does not allow non-global regexes");if(P)return M(s,t);if(void 0===(i=g(t,B))&&k&&"RegExp"===p(t)&&(i=N),i)return o(i,t,s)}return n=u(s),r=new RegExp(t,"g"),k?o(N,r,n):r[B](n)}}),k||B in S||m(S,B,N)},71761:(t,e,n)=>{"use strict";var i=n(69565),o=n(89228),r=n(28551),s=n(64117),a=n(18014),c=n(655),l=n(67750),u=n(55966),h=n(57829),d=n(56682);o("match",(function(t,e,n){return[function(e){var n=l(this),o=s(e)?void 0:u(e,t);return o?i(o,e,n):new RegExp(e)[t](c(n))},function(t){var i=r(this),o=c(t),s=n(e,i,o);if(s.done)return s.value;if(!i.global)return d(i,o);var l=i.unicode;i.lastIndex=0;for(var u,p=[],A=0;null!==(u=d(i,o));){var f=c(u[0]);p[A]=f,""===f&&(i.lastIndex=h(o,a(i.lastIndex),l)),A++}return 0===A?null:p}]}))},35701:(t,e,n)=>{"use strict";var i=n(46518),o=n(60533).end;i({target:"String",proto:!0,forced:n(83063)},{padEnd:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},68156:(t,e,n)=>{"use strict";var i=n(46518),o=n(60533).start;i({target:"String",proto:!0,forced:n(83063)},{padStart:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},85906:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(25397),s=n(48981),a=n(655),c=n(26198),l=o([].push),u=o([].join);i({target:"String",stat:!0},{raw:function(t){var e=r(s(t).raw),n=c(e);if(!n)return"";for(var i=arguments.length,o=[],h=0;;){if(l(o,a(e[h++])),h===n)return u(o,"");h{"use strict";n(46518)({target:"String",proto:!0},{repeat:n(72333)})},79978:(t,e,n)=>{"use strict";var i=n(46518),o=n(69565),r=n(79504),s=n(67750),a=n(94901),c=n(64117),l=n(60788),u=n(655),h=n(55966),d=n(61034),p=n(2478),A=n(78227),f=n(96395),g=A("replace"),m=TypeError,b=r("".indexOf),C=r("".replace),v=r("".slice),x=Math.max;i({target:"String",proto:!0},{replaceAll:function(t,e){var n,i,r,A,w,y,k,B,E,_=s(this),I=0,D=0,S="";if(!c(t)){if((n=l(t))&&(i=u(s(d(t))),!~b(i,"g")))throw new m("`.replaceAll` does not allow non-global regexes");if(r=h(t,g))return o(r,t,_,e);if(f&&n)return C(u(_),t,e)}for(A=u(_),w=u(t),(y=a(e))||(e=u(e)),k=w.length,B=x(1,k),I=b(A,w);-1!==I;)E=y?u(e(w,I,A)):p(w,A,I,[],void 0,e),S+=v(A,D,I)+E,D=I+k,I=I+B>A.length?-1:b(A,w,I+B);return D{"use strict";var i=n(69565),o=n(89228),r=n(28551),s=n(64117),a=n(67750),c=n(3470),l=n(655),u=n(55966),h=n(56682);o("search",(function(t,e,n){return[function(e){var n=a(this),o=s(e)?void 0:u(e,t);return o?i(o,e,n):new RegExp(e)[t](l(n))},function(t){var i=r(this),o=l(t),s=n(e,i,o);if(s.done)return s.value;var a=i.lastIndex;c(a,0)||(i.lastIndex=0);var u=h(i,o);return c(i.lastIndex,a)||(i.lastIndex=a),null===u?-1:u.index}]}))},89195:(t,e,n)=>{"use strict";var i=n(46518),o=n(77240);i({target:"String",proto:!0,forced:n(23061)("small")},{small:function(){return o(this,"small","","")}})},90744:(t,e,n)=>{"use strict";var i=n(69565),o=n(79504),r=n(89228),s=n(28551),a=n(64117),c=n(67750),l=n(2293),u=n(57829),h=n(18014),d=n(655),p=n(55966),A=n(56682),f=n(58429),g=n(79039),m=f.UNSUPPORTED_Y,b=Math.min,C=o([].push),v=o("".slice),x=!g((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var n="ab".split(t);return 2!==n.length||"a"!==n[0]||"b"!==n[1]})),w="c"==="abbc".split(/(b)*/)[1]||4!=="test".split(/(?:)/,-1).length||2!=="ab".split(/(?:ab)*/).length||4!==".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length;r("split",(function(t,e,n){var o="0".split(void 0,0).length?function(t,n){return void 0===t&&0===n?[]:i(e,this,t,n)}:e;return[function(e,n){var r=c(this),s=a(e)?void 0:p(e,t);return s?i(s,e,r,n):i(o,d(r),e,n)},function(t,i){var r=s(this),a=d(t);if(!w){var c=n(o,r,a,i,o!==e);if(c.done)return c.value}var p=l(r,RegExp),f=r.unicode,g=(r.ignoreCase?"i":"")+(r.multiline?"m":"")+(r.unicode?"u":"")+(m?"g":"y"),x=new p(m?"^(?:"+r.source+")":r,g),y=void 0===i?4294967295:i>>>0;if(0===y)return[];if(0===a.length)return null===A(x,a)?[a]:[];for(var k=0,B=0,E=[];B{"use strict";var i,o=n(46518),r=n(27476),s=n(77347).f,a=n(18014),c=n(655),l=n(60511),u=n(67750),h=n(41436),d=n(96395),p=r("".slice),A=Math.min,f=h("startsWith");o({target:"String",proto:!0,forced:!(!d&&!f&&(i=s(String.prototype,"startsWith"),i&&!i.writable)||f)},{startsWith:function(t){var e=c(u(this));l(t);var n=a(A(arguments.length>1?arguments[1]:void 0,e.length)),i=c(t);return p(e,n,n+i.length)===i}})},46276:(t,e,n)=>{"use strict";var i=n(46518),o=n(77240);i({target:"String",proto:!0,forced:n(23061)("strike")},{strike:function(){return o(this,"strike","","")}})},48718:(t,e,n)=>{"use strict";var i=n(46518),o=n(77240);i({target:"String",proto:!0,forced:n(23061)("sub")},{sub:function(){return o(this,"sub","","")}})},50375:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(67750),s=n(91291),a=n(655),c=o("".slice),l=Math.max,u=Math.min;i({target:"String",proto:!0,forced:!"".substr||"b"!=="ab".substr(-1)},{substr:function(t,e){var n,i,o=a(r(this)),h=o.length,d=s(t);return d===1/0&&(d=0),d<0&&(d=l(h+d,0)),(n=void 0===e?h:s(e))<=0||n===1/0||d>=(i=u(d+n,h))?"":c(o,d,i)}})},16308:(t,e,n)=>{"use strict";var i=n(46518),o=n(77240);i({target:"String",proto:!0,forced:n(23061)("sup")},{sup:function(){return o(this,"sup","","")}})},67438:(t,e,n)=>{"use strict";var i=n(46518),o=n(69565),r=n(79504),s=n(67750),a=n(655),c=n(79039),l=Array,u=r("".charAt),h=r("".charCodeAt),d=r([].join),p="".toWellFormed,A=p&&c((function(){return"1"!==o(p,1)}));i({target:"String",proto:!0,forced:A},{toWellFormed:function(){var t=a(s(this));if(A)return o(p,t);for(var e=t.length,n=l(e),i=0;i=56320||i+1>=e||56320!=(64512&h(t,i+1))?n[i]="�":(n[i]=u(t,i),n[++i]=u(t,i))}return d(n,"")}})},39202:(t,e,n)=>{"use strict";n(33313);var i=n(46518),o=n(18866);i({target:"String",proto:!0,name:"trimEnd",forced:"".trimEnd!==o},{trimEnd:o})},58934:(t,e,n)=>{"use strict";var i=n(46518),o=n(53487);i({target:"String",proto:!0,name:"trimStart",forced:"".trimLeft!==o},{trimLeft:o})},33313:(t,e,n)=>{"use strict";var i=n(46518),o=n(18866);i({target:"String",proto:!0,name:"trimEnd",forced:"".trimRight!==o},{trimRight:o})},43359:(t,e,n)=>{"use strict";n(58934);var i=n(46518),o=n(53487);i({target:"String",proto:!0,name:"trimStart",forced:"".trimStart!==o},{trimStart:o})},42762:(t,e,n)=>{"use strict";var i=n(46518),o=n(43802).trim;i({target:"String",proto:!0,forced:n(60706)("trim")},{trim:function(){return o(this)}})},66412:(t,e,n)=>{"use strict";n(70511)("asyncIterator")},6761:(t,e,n)=>{"use strict";var i=n(46518),o=n(24475),r=n(69565),s=n(79504),a=n(96395),c=n(43724),l=n(4495),u=n(79039),h=n(39297),d=n(1625),p=n(28551),A=n(25397),f=n(56969),g=n(655),m=n(6980),b=n(2360),C=n(71072),v=n(38480),x=n(10298),w=n(33717),y=n(77347),k=n(24913),B=n(96801),E=n(48773),_=n(36840),I=n(62106),D=n(25745),S=n(66119),T=n(30421),O=n(33392),M=n(78227),P=n(1951),R=n(70511),N=n(58242),H=n(10687),z=n(91181),L=n(81594).forEach,F=S("hidden"),j="Symbol",U="prototype",W=z.set,Y=z.getterFor(j),q=Object[U],Q=o.Symbol,G=Q&&Q[U],X=o.RangeError,V=o.TypeError,K=o.QObject,J=y.f,Z=k.f,$=x.f,tt=E.f,et=s([].push),nt=D("symbols"),it=D("op-symbols"),ot=D("wks"),rt=!K||!K[U]||!K[U].findChild,st=function(t,e,n){var i=J(q,e);i&&delete q[e],Z(t,e,n),i&&t!==q&&Z(q,e,i)},at=c&&u((function(){return 7!==b(Z({},"a",{get:function(){return Z(this,"a",{value:7}).a}})).a}))?st:Z,ct=function(t,e){var n=nt[t]=b(G);return W(n,{type:j,tag:t,description:e}),c||(n.description=e),n},lt=function(t,e,n){t===q&<(it,e,n),p(t);var i=f(e);return p(n),h(nt,i)?(n.enumerable?(h(t,F)&&t[F][i]&&(t[F][i]=!1),n=b(n,{enumerable:m(0,!1)})):(h(t,F)||Z(t,F,m(1,b(null))),t[F][i]=!0),at(t,i,n)):Z(t,i,n)},ut=function(t,e){p(t);var n=A(e),i=C(n).concat(At(n));return L(i,(function(e){c&&!r(ht,n,e)||lt(t,e,n[e])})),t},ht=function(t){var e=f(t),n=r(tt,this,e);return!(this===q&&h(nt,e)&&!h(it,e))&&(!(n||!h(this,e)||!h(nt,e)||h(this,F)&&this[F][e])||n)},dt=function(t,e){var n=A(t),i=f(e);if(n!==q||!h(nt,i)||h(it,i)){var o=J(n,i);return!o||!h(nt,i)||h(n,F)&&n[F][i]||(o.enumerable=!0),o}},pt=function(t){var e=$(A(t)),n=[];return L(e,(function(t){h(nt,t)||h(T,t)||et(n,t)})),n},At=function(t){var e=t===q,n=$(e?it:A(t)),i=[];return L(n,(function(t){!h(nt,t)||e&&!h(q,t)||et(i,nt[t])})),i};l||(_(G=(Q=function(){if(d(G,this))throw new V("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?g(arguments[0]):void 0,e=O(t),n=function(t){var i=void 0===this?o:this;i===q&&r(n,it,t),h(i,F)&&h(i[F],e)&&(i[F][e]=!1);var s=m(1,t);try{at(i,e,s)}catch(t){if(!(t instanceof X))throw t;st(i,e,s)}};return c&&rt&&at(q,e,{configurable:!0,set:n}),ct(e,t)})[U],"toString",(function(){return Y(this).tag})),_(Q,"withoutSetter",(function(t){return ct(O(t),t)})),E.f=ht,k.f=lt,B.f=ut,y.f=dt,v.f=x.f=pt,w.f=At,P.f=function(t){return ct(M(t),t)},c&&(I(G,"description",{configurable:!0,get:function(){return Y(this).description}}),a||_(q,"propertyIsEnumerable",ht,{unsafe:!0}))),i({global:!0,constructor:!0,wrap:!0,forced:!l,sham:!l},{Symbol:Q}),L(C(ot),(function(t){R(t)})),i({target:j,stat:!0,forced:!l},{useSetter:function(){rt=!0},useSimple:function(){rt=!1}}),i({target:"Object",stat:!0,forced:!l,sham:!c},{create:function(t,e){return void 0===e?b(t):ut(b(t),e)},defineProperty:lt,defineProperties:ut,getOwnPropertyDescriptor:dt}),i({target:"Object",stat:!0,forced:!l},{getOwnPropertyNames:pt}),N(),H(Q,j),T[F]=!0},89463:(t,e,n)=>{"use strict";var i=n(46518),o=n(43724),r=n(24475),s=n(79504),a=n(39297),c=n(94901),l=n(1625),u=n(655),h=n(62106),d=n(77740),p=r.Symbol,A=p&&p.prototype;if(o&&c(p)&&(!("description"in A)||void 0!==p().description)){var f={},g=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:u(arguments[0]),e=l(A,this)?new p(t):void 0===t?p():p(t);return""===t&&(f[e]=!0),e};d(g,p),g.prototype=A,A.constructor=g;var m="Symbol(description detection)"===String(p("description detection")),b=s(A.valueOf),C=s(A.toString),v=/^Symbol\((.*)\)[^)]+$/,x=s("".replace),w=s("".slice);h(A,"description",{configurable:!0,get:function(){var t=b(this);if(a(f,t))return"";var e=C(t),n=m?w(e,7,-1):x(e,v,"$1");return""===n?void 0:n}}),i({global:!0,constructor:!0,forced:!0},{Symbol:g})}},81510:(t,e,n)=>{"use strict";var i=n(46518),o=n(97751),r=n(39297),s=n(655),a=n(25745),c=n(91296),l=a("string-to-symbol-registry"),u=a("symbol-to-string-registry");i({target:"Symbol",stat:!0,forced:!c},{for:function(t){var e=s(t);if(r(l,e))return l[e];var n=o("Symbol")(e);return l[e]=n,u[n]=e,n}})},60193:(t,e,n)=>{"use strict";n(70511)("hasInstance")},92168:(t,e,n)=>{"use strict";n(70511)("isConcatSpreadable")},2259:(t,e,n)=>{"use strict";n(70511)("iterator")},52675:(t,e,n)=>{"use strict";n(6761),n(81510),n(97812),n(33110),n(49773)},97812:(t,e,n)=>{"use strict";var i=n(46518),o=n(39297),r=n(10757),s=n(16823),a=n(25745),c=n(91296),l=a("symbol-to-string-registry");i({target:"Symbol",stat:!0,forced:!c},{keyFor:function(t){if(!r(t))throw new TypeError(s(t)+" is not a symbol");if(o(l,t))return l[t]}})},83142:(t,e,n)=>{"use strict";n(70511)("matchAll")},86964:(t,e,n)=>{"use strict";n(70511)("match")},83237:(t,e,n)=>{"use strict";n(70511)("replace")},61833:(t,e,n)=>{"use strict";n(70511)("search")},67947:(t,e,n)=>{"use strict";n(70511)("species")},31073:(t,e,n)=>{"use strict";n(70511)("split")},45700:(t,e,n)=>{"use strict";var i=n(70511),o=n(58242);i("toPrimitive"),o()},78125:(t,e,n)=>{"use strict";var i=n(97751),o=n(70511),r=n(10687);o("toStringTag"),r(i("Symbol"),"Symbol")},20326:(t,e,n)=>{"use strict";n(70511)("unscopables")},48140:(t,e,n)=>{"use strict";var i=n(94644),o=n(26198),r=n(91291),s=i.aTypedArray;(0,i.exportTypedArrayMethod)("at",(function(t){var e=s(this),n=o(e),i=r(t),a=i>=0?i:n+i;return a<0||a>=n?void 0:e[a]}))},81630:(t,e,n)=>{"use strict";var i=n(79504),o=n(94644),r=i(n(57029)),s=o.aTypedArray;(0,o.exportTypedArrayMethod)("copyWithin",(function(t,e){return r(s(this),t,e,arguments.length>2?arguments[2]:void 0)}))},72170:(t,e,n)=>{"use strict";var i=n(94644),o=n(81594).every,r=i.aTypedArray;(0,i.exportTypedArrayMethod)("every",(function(t){return o(r(this),t,arguments.length>1?arguments[1]:void 0)}))},75044:(t,e,n)=>{"use strict";var i=n(94644),o=n(84373),r=n(75854),s=n(36955),a=n(69565),c=n(79504),l=n(79039),u=i.aTypedArray,h=i.exportTypedArrayMethod,d=c("".slice);h("fill",(function(t){var e=arguments.length;u(this);var n="Big"===d(s(this),0,3)?r(t):+t;return a(o,this,n,e>1?arguments[1]:void 0,e>2?arguments[2]:void 0)}),l((function(){var t=0;return new Int8Array(2).fill({valueOf:function(){return t++}}),1!==t})))},69539:(t,e,n)=>{"use strict";var i=n(94644),o=n(81594).filter,r=n(26357),s=i.aTypedArray;(0,i.exportTypedArrayMethod)("filter",(function(t){var e=o(s(this),t,arguments.length>1?arguments[1]:void 0);return r(this,e)}))},89955:(t,e,n)=>{"use strict";var i=n(94644),o=n(81594).findIndex,r=i.aTypedArray;(0,i.exportTypedArrayMethod)("findIndex",(function(t){return o(r(this),t,arguments.length>1?arguments[1]:void 0)}))},91134:(t,e,n)=>{"use strict";var i=n(94644),o=n(43839).findLastIndex,r=i.aTypedArray;(0,i.exportTypedArrayMethod)("findLastIndex",(function(t){return o(r(this),t,arguments.length>1?arguments[1]:void 0)}))},21903:(t,e,n)=>{"use strict";var i=n(94644),o=n(43839).findLast,r=i.aTypedArray;(0,i.exportTypedArrayMethod)("findLast",(function(t){return o(r(this),t,arguments.length>1?arguments[1]:void 0)}))},31694:(t,e,n)=>{"use strict";var i=n(94644),o=n(81594).find,r=i.aTypedArray;(0,i.exportTypedArrayMethod)("find",(function(t){return o(r(this),t,arguments.length>1?arguments[1]:void 0)}))},34594:(t,e,n)=>{"use strict";n(15823)("Float32",(function(t){return function(e,n,i){return t(this,e,n,i)}}))},29833:(t,e,n)=>{"use strict";n(15823)("Float64",(function(t){return function(e,n,i){return t(this,e,n,i)}}))},33206:(t,e,n)=>{"use strict";var i=n(94644),o=n(81594).forEach,r=i.aTypedArray;(0,i.exportTypedArrayMethod)("forEach",(function(t){o(r(this),t,arguments.length>1?arguments[1]:void 0)}))},48345:(t,e,n)=>{"use strict";var i=n(72805);(0,n(94644).exportTypedArrayStaticMethod)("from",n(43251),i)},44496:(t,e,n)=>{"use strict";var i=n(94644),o=n(19617).includes,r=i.aTypedArray;(0,i.exportTypedArrayMethod)("includes",(function(t){return o(r(this),t,arguments.length>1?arguments[1]:void 0)}))},66651:(t,e,n)=>{"use strict";var i=n(94644),o=n(19617).indexOf,r=i.aTypedArray;(0,i.exportTypedArrayMethod)("indexOf",(function(t){return o(r(this),t,arguments.length>1?arguments[1]:void 0)}))},72107:(t,e,n)=>{"use strict";n(15823)("Int16",(function(t){return function(e,n,i){return t(this,e,n,i)}}))},95477:(t,e,n)=>{"use strict";n(15823)("Int32",(function(t){return function(e,n,i){return t(this,e,n,i)}}))},46594:(t,e,n)=>{"use strict";n(15823)("Int8",(function(t){return function(e,n,i){return t(this,e,n,i)}}))},12887:(t,e,n)=>{"use strict";var i=n(24475),o=n(79039),r=n(79504),s=n(94644),a=n(23792),c=n(78227)("iterator"),l=i.Uint8Array,u=r(a.values),h=r(a.keys),d=r(a.entries),p=s.aTypedArray,A=s.exportTypedArrayMethod,f=l&&l.prototype,g=!o((function(){f[c].call([1])})),m=!!f&&f.values&&f[c]===f.values&&"values"===f.values.name,b=function(){return u(p(this))};A("entries",(function(){return d(p(this))}),g),A("keys",(function(){return h(p(this))}),g),A("values",b,g||!m,{name:"values"}),A(c,b,g||!m,{name:"values"})},19369:(t,e,n)=>{"use strict";var i=n(94644),o=n(79504),r=i.aTypedArray,s=i.exportTypedArrayMethod,a=o([].join);s("join",(function(t){return a(r(this),t)}))},66812:(t,e,n)=>{"use strict";var i=n(94644),o=n(18745),r=n(8379),s=i.aTypedArray;(0,i.exportTypedArrayMethod)("lastIndexOf",(function(t){var e=arguments.length;return o(r,s(this),e>1?[t,arguments[1]]:[t])}))},8995:(t,e,n)=>{"use strict";var i=n(94644),o=n(81594).map,r=n(61412),s=i.aTypedArray;(0,i.exportTypedArrayMethod)("map",(function(t){return o(s(this),t,arguments.length>1?arguments[1]:void 0,(function(t,e){return new(r(t))(e)}))}))},52568:(t,e,n)=>{"use strict";var i=n(94644),o=n(72805),r=i.aTypedArrayConstructor;(0,i.exportTypedArrayStaticMethod)("of",(function(){for(var t=0,e=arguments.length,n=new(r(this))(e);e>t;)n[t]=arguments[t++];return n}),o)},36072:(t,e,n)=>{"use strict";var i=n(94644),o=n(80926).right,r=i.aTypedArray;(0,i.exportTypedArrayMethod)("reduceRight",(function(t){var e=arguments.length;return o(r(this),t,e,e>1?arguments[1]:void 0)}))},31575:(t,e,n)=>{"use strict";var i=n(94644),o=n(80926).left,r=i.aTypedArray;(0,i.exportTypedArrayMethod)("reduce",(function(t){var e=arguments.length;return o(r(this),t,e,e>1?arguments[1]:void 0)}))},88747:(t,e,n)=>{"use strict";var i=n(94644),o=i.aTypedArray,r=i.exportTypedArrayMethod,s=Math.floor;r("reverse",(function(){for(var t,e=this,n=o(e).length,i=s(n/2),r=0;r{"use strict";var i=n(24475),o=n(69565),r=n(94644),s=n(26198),a=n(58229),c=n(48981),l=n(79039),u=i.RangeError,h=i.Int8Array,d=h&&h.prototype,p=d&&d.set,A=r.aTypedArray,f=r.exportTypedArrayMethod,g=!l((function(){var t=new Uint8ClampedArray(2);return o(p,t,{length:1,0:3},1),3!==t[1]})),m=g&&r.NATIVE_ARRAY_BUFFER_VIEWS&&l((function(){var t=new h(2);return t.set(1),t.set("2",1),0!==t[0]||2!==t[1]}));f("set",(function(t){A(this);var e=a(arguments.length>1?arguments[1]:void 0,1),n=c(t);if(g)return o(p,this,n,e);var i=this.length,r=s(n),l=0;if(r+e>i)throw new u("Wrong length");for(;l{"use strict";var i=n(94644),o=n(61412),r=n(79039),s=n(67680),a=i.aTypedArray;(0,i.exportTypedArrayMethod)("slice",(function(t,e){for(var n=s(a(this),t,e),i=o(this),r=0,c=n.length,l=new i(c);c>r;)l[r]=n[r++];return l}),r((function(){new Int8Array(1).slice()})))},57301:(t,e,n)=>{"use strict";var i=n(94644),o=n(81594).some,r=i.aTypedArray;(0,i.exportTypedArrayMethod)("some",(function(t){return o(r(this),t,arguments.length>1?arguments[1]:void 0)}))},373:(t,e,n)=>{"use strict";var i=n(24475),o=n(27476),r=n(79039),s=n(79306),a=n(74488),c=n(94644),l=n(28834),u=n(63202),h=n(77388),d=n(89160),p=c.aTypedArray,A=c.exportTypedArrayMethod,f=i.Uint16Array,g=f&&o(f.prototype.sort),m=!(!g||r((function(){g(new f(2),null)}))&&r((function(){g(new f(2),{})}))),b=!!g&&!r((function(){if(h)return h<74;if(l)return l<67;if(u)return!0;if(d)return d<602;var t,e,n=new f(516),i=Array(516);for(t=0;t<516;t++)e=t%4,n[t]=515-t,i[t]=t-2*e+3;for(g(n,(function(t,e){return(t/4|0)-(e/4|0)})),t=0;t<516;t++)if(n[t]!==i[t])return!0}));A("sort",(function(t){return void 0!==t&&s(t),b?g(this,t):a(p(this),function(t){return function(e,n){return void 0!==t?+t(e,n)||0:n!=n?-1:e!=e?1:0===e&&0===n?1/e>0&&1/n<0?1:-1:e>n}}(t))}),!b||m)},86614:(t,e,n)=>{"use strict";var i=n(94644),o=n(18014),r=n(35610),s=n(61412),a=i.aTypedArray;(0,i.exportTypedArrayMethod)("subarray",(function(t,e){var n=a(this),i=n.length,c=r(t,i);return new(s(n))(n.buffer,n.byteOffset+c*n.BYTES_PER_ELEMENT,o((void 0===e?i:r(e,i))-c))}))},41405:(t,e,n)=>{"use strict";var i=n(24475),o=n(18745),r=n(94644),s=n(79039),a=n(67680),c=i.Int8Array,l=r.aTypedArray,u=r.exportTypedArrayMethod,h=[].toLocaleString,d=!!c&&s((function(){h.call(new c(1))}));u("toLocaleString",(function(){return o(h,d?a(l(this)):l(this),a(arguments))}),s((function(){return[1,2].toLocaleString()!==new c([1,2]).toLocaleString()}))||!s((function(){c.prototype.toLocaleString.call([1,2])})))},37467:(t,e,n)=>{"use strict";var i=n(37628),o=n(94644),r=o.aTypedArray,s=o.exportTypedArrayMethod,a=o.getTypedArrayConstructor;s("toReversed",(function(){return i(r(this),a(this))}))},44732:(t,e,n)=>{"use strict";var i=n(94644),o=n(79504),r=n(79306),s=n(35370),a=i.aTypedArray,c=i.getTypedArrayConstructor,l=i.exportTypedArrayMethod,u=o(i.TypedArrayPrototype.sort);l("toSorted",(function(t){void 0!==t&&r(t);var e=a(this),n=s(c(e),e);return u(n,t)}))},33684:(t,e,n)=>{"use strict";var i=n(94644).exportTypedArrayMethod,o=n(79039),r=n(24475),s=n(79504),a=r.Uint8Array,c=a&&a.prototype||{},l=[].toString,u=s([].join);o((function(){l.call({})}))&&(l=function(){return u(this)});var h=c.toString!==l;i("toString",l,h)},3690:(t,e,n)=>{"use strict";n(15823)("Uint16",(function(t){return function(e,n,i){return t(this,e,n,i)}}))},61740:(t,e,n)=>{"use strict";n(15823)("Uint32",(function(t){return function(e,n,i){return t(this,e,n,i)}}))},21489:(t,e,n)=>{"use strict";n(15823)("Uint8",(function(t){return function(e,n,i){return t(this,e,n,i)}}))},22134:(t,e,n)=>{"use strict";n(15823)("Uint8",(function(t){return function(e,n,i){return t(this,e,n,i)}}),!0)},79577:(t,e,n)=>{"use strict";var i=n(39928),o=n(94644),r=n(18727),s=n(91291),a=n(75854),c=o.aTypedArray,l=o.getTypedArrayConstructor,u=o.exportTypedArrayMethod,h=!!function(){try{new Int8Array(1).with(2,{valueOf:function(){throw 8}})}catch(t){return 8===t}}();u("with",{with:function(t,e){var n=c(this),o=s(t),u=r(n)?a(e):+e;return i(n,l(n),o,u)}}.with,!h)},88267:(t,e,n)=>{"use strict";var i=n(46518),o=n(79504),r=n(655),s=String.fromCharCode,a=o("".charAt),c=o(/./.exec),l=o("".slice),u=/^[\da-f]{2}$/i,h=/^[\da-f]{4}$/i;i({global:!0},{unescape:function(t){for(var e,n,i=r(t),o="",d=i.length,p=0;p{"use strict";var i,o=n(92744),r=n(24475),s=n(79504),a=n(56279),c=n(3451),l=n(16468),u=n(91625),h=n(20034),d=n(91181).enforce,p=n(79039),A=n(58622),f=Object,g=Array.isArray,m=f.isExtensible,b=f.isFrozen,C=f.isSealed,v=f.freeze,x=f.seal,w=!r.ActiveXObject&&"ActiveXObject"in r,y=function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}},k=l("WeakMap",y,u),B=k.prototype,E=s(B.set);if(A)if(w){i=u.getConstructor(y,"WeakMap",!0),c.enable();var _=s(B.delete),I=s(B.has),D=s(B.get);a(B,{delete:function(t){if(h(t)&&!m(t)){var e=d(this);return e.frozen||(e.frozen=new i),_(this,t)||e.frozen.delete(t)}return _(this,t)},has:function(t){if(h(t)&&!m(t)){var e=d(this);return e.frozen||(e.frozen=new i),I(this,t)||e.frozen.has(t)}return I(this,t)},get:function(t){if(h(t)&&!m(t)){var e=d(this);return e.frozen||(e.frozen=new i),I(this,t)?D(this,t):e.frozen.get(t)}return D(this,t)},set:function(t,e){if(h(t)&&!m(t)){var n=d(this);n.frozen||(n.frozen=new i),I(this,t)?E(this,t,e):n.frozen.set(t,e)}else E(this,t,e);return this}})}else o&&p((function(){var t=v([]);return E(new k,t,1),!b(t)}))&&a(B,{set:function(t,e){var n;return g(t)&&(b(t)?n=v:C(t)&&(n=x)),E(this,t,e),n&&n(t),this}})},73772:(t,e,n)=>{"use strict";n(65746)},5240:(t,e,n)=>{"use strict";n(16468)("WeakSet",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),n(91625))},30958:(t,e,n)=>{"use strict";n(5240)},2945:(t,e,n)=>{"use strict";var i=n(46518),o=n(24475),r=n(97751),s=n(79504),a=n(69565),c=n(79039),l=n(655),u=n(22812),h=n(92804).c2i,d=/[^\d+/a-z]/i,p=/[\t\n\f\r ]+/g,A=/[=]{1,2}$/,f=r("atob"),g=String.fromCharCode,m=s("".charAt),b=s("".replace),C=s(d.exec),v=!!f&&!c((function(){return"hi"!==f("aGk=")})),x=v&&c((function(){return""!==f(" ")})),w=v&&!c((function(){f("a")})),y=v&&!c((function(){f()})),k=v&&1!==f.length;i({global:!0,bind:!0,enumerable:!0,forced:!v||x||w||y||k},{atob:function(t){if(u(arguments.length,1),v&&!x&&!w)return a(f,o,t);var e,n,i,s=b(l(t),p,""),c="",y=0,k=0;if(s.length%4==0&&(s=b(s,A,"")),(e=s.length)%4==1||C(d,s))throw new(r("DOMException"))("The string is not correctly encoded","InvalidCharacterError");for(;y>(-2*k&6)));return c}})},42207:(t,e,n)=>{"use strict";var i=n(46518),o=n(24475),r=n(97751),s=n(79504),a=n(69565),c=n(79039),l=n(655),u=n(22812),h=n(92804).i2c,d=r("btoa"),p=s("".charAt),A=s("".charCodeAt),f=!!d&&!c((function(){return"aGk="!==d("hi")})),g=f&&!c((function(){d()})),m=f&&c((function(){return"bnVsbA=="!==d(null)})),b=f&&1!==d.length;i({global:!0,bind:!0,enumerable:!0,forced:!f||g||m||b},{btoa:function(t){if(u(arguments.length,1),f)return a(d,o,l(t));for(var e,n,i=l(t),s="",c=0,g=h;p(i,c)||(g="=",c%1);){if((n=A(i,c+=3/4))>255)throw new(r("DOMException"))("The string contains characters outside of the Latin1 range","InvalidCharacterError");s+=p(g,63&(e=e<<8|n)>>8-c%1*8)}return s}})},86368:(t,e,n)=>{"use strict";var i=n(46518),o=n(24475),r=n(59225).clear;i({global:!0,bind:!0,enumerable:!0,forced:o.clearImmediate!==r},{clearImmediate:r})},23500:(t,e,n)=>{"use strict";var i=n(24475),o=n(67400),r=n(79296),s=n(90235),a=n(66699),c=function(t){if(t&&t.forEach!==s)try{a(t,"forEach",s)}catch(e){t.forEach=s}};for(var l in o)o[l]&&c(i[l]&&i[l].prototype);c(r)},62953:(t,e,n)=>{"use strict";var i=n(24475),o=n(67400),r=n(79296),s=n(23792),a=n(66699),c=n(10687),l=n(78227)("iterator"),u=s.values,h=function(t,e){if(t){if(t[l]!==u)try{a(t,l,u)}catch(e){t[l]=u}if(c(t,e,!0),o[e])for(var n in s)if(t[n]!==s[n])try{a(t,n,s[n])}catch(e){t[n]=s[n]}}};for(var d in o)h(i[d]&&i[d].prototype,d);h(r,"DOMTokenList")},55815:(t,e,n)=>{"use strict";var i=n(46518),o=n(69714),r=n(97751),s=n(79039),a=n(2360),c=n(6980),l=n(24913).f,u=n(36840),h=n(62106),d=n(39297),p=n(90679),A=n(28551),f=n(77536),g=n(32603),m=n(55002),b=n(16193),C=n(91181),v=n(43724),x=n(96395),w="DOMException",y="DATA_CLONE_ERR",k=r("Error"),B=r(w)||function(){try{(new(r("MessageChannel")||o("worker_threads").MessageChannel)).port1.postMessage(new WeakMap)}catch(t){if(t.name===y&&25===t.code)return t.constructor}}(),E=B&&B.prototype,_=k.prototype,I=C.set,D=C.getterFor(w),S="stack"in new k(w),T=function(t){return d(m,t)&&m[t].m?m[t].c:0},O=function(){p(this,M);var t=arguments.length,e=g(t<1?void 0:arguments[0]),n=g(t<2?void 0:arguments[1],"Error"),i=T(n);if(I(this,{type:w,name:n,message:e,code:i}),v||(this.name=n,this.message=e,this.code=i),S){var o=new k(e);o.name=w,l(this,"stack",c(1,b(o.stack,1)))}},M=O.prototype=a(_),P=function(t){return{enumerable:!0,configurable:!0,get:t}},R=function(t){return P((function(){return D(this)[t]}))};v&&(h(M,"code",R("code")),h(M,"message",R("message")),h(M,"name",R("name"))),l(M,"constructor",c(1,O));var N=s((function(){return!(new B instanceof k)})),H=N||s((function(){return _.toString!==f||"2: 1"!==String(new B(1,2))})),z=N||s((function(){return 25!==new B(1,"DataCloneError").code})),L=N||25!==B[y]||25!==E[y],F=x?H||z||L:N;i({global:!0,constructor:!0,forced:F},{DOMException:F?O:B});var j=r(w),U=j.prototype;for(var W in H&&(x||B===j)&&u(U,"toString",f),z&&v&&B===j&&h(U,"code",P((function(){return T(A(this).name)}))),m)if(d(m,W)){var Y=m[W],q=Y.s,Q=c(6,Y.c);d(j,q)||l(j,q,Q),d(U,q)||l(U,q,Q)}},64979:(t,e,n)=>{"use strict";var i=n(46518),o=n(24475),r=n(97751),s=n(6980),a=n(24913).f,c=n(39297),l=n(90679),u=n(23167),h=n(32603),d=n(55002),p=n(16193),A=n(43724),f=n(96395),g="DOMException",m=r("Error"),b=r(g),C=function(){l(this,v);var t=arguments.length,e=h(t<1?void 0:arguments[0]),n=h(t<2?void 0:arguments[1],"Error"),i=new b(e,n),o=new m(e);return o.name=g,a(i,"stack",s(1,p(o.stack,1))),u(i,this,C),i},v=C.prototype=b.prototype,x="stack"in new m(g),w="stack"in new b(1,2),y=b&&A&&Object.getOwnPropertyDescriptor(o,g),k=!(!y||y.writable&&y.configurable),B=x&&!k&&!w;i({global:!0,constructor:!0,forced:f||B},{DOMException:B?C:b});var E=r(g),_=E.prototype;if(_.constructor!==E)for(var I in f||a(_,"constructor",s(1,E)),d)if(c(d,I)){var D=d[I],S=D.s;c(E,S)||a(E,S,s(6,D.c))}},79739:(t,e,n)=>{"use strict";var i=n(97751),o="DOMException";n(10687)(i(o),o)},59848:(t,e,n)=>{"use strict";n(86368),n(29309)},122:(t,e,n)=>{"use strict";var i=n(46518),o=n(24475),r=n(91955),s=n(79306),a=n(22812),c=n(79039),l=n(43724);i({global:!0,enumerable:!0,dontCallGetSet:!0,forced:c((function(){return l&&1!==Object.getOwnPropertyDescriptor(o,"queueMicrotask").value.length}))},{queueMicrotask:function(t){a(arguments.length,1),r(s(t))}})},13611:(t,e,n)=>{"use strict";var i=n(46518),o=n(24475),r=n(62106),s=n(43724),a=TypeError,c=Object.defineProperty,l=o.self!==o;try{if(s){var u=Object.getOwnPropertyDescriptor(o,"self");!l&&u&&u.get&&u.enumerable||r(o,"self",{get:function(){return o},set:function(t){if(this!==o)throw new a("Illegal invocation");c(o,"self",{value:t,writable:!0,configurable:!0,enumerable:!0})},configurable:!0,enumerable:!0})}else i({global:!0,simple:!0,forced:l},{self:o})}catch(t){}},29309:(t,e,n)=>{"use strict";var i=n(46518),o=n(24475),r=n(59225).set,s=n(79472),a=o.setImmediate?s(r,!1):r;i({global:!0,bind:!0,enumerable:!0,forced:o.setImmediate!==a},{setImmediate:a})},15575:(t,e,n)=>{"use strict";var i=n(46518),o=n(24475),r=n(79472)(o.setInterval,!0);i({global:!0,bind:!0,forced:o.setInterval!==r},{setInterval:r})},24599:(t,e,n)=>{"use strict";var i=n(46518),o=n(24475),r=n(79472)(o.setTimeout,!0);i({global:!0,bind:!0,forced:o.setTimeout!==r},{setTimeout:r})},71678:(t,e,n)=>{"use strict";var i,o=n(96395),r=n(46518),s=n(24475),a=n(97751),c=n(79504),l=n(79039),u=n(33392),h=n(94901),d=n(33517),p=n(64117),A=n(20034),f=n(10757),g=n(72652),m=n(28551),b=n(36955),C=n(39297),v=n(97040),x=n(66699),w=n(26198),y=n(22812),k=n(61034),B=n(72248),E=n(94402),_=n(38469),I=n(94483),D=n(24659),S=n(1548),T=s.Object,O=s.Array,M=s.Date,P=s.Error,R=s.TypeError,N=s.PerformanceMark,H=a("DOMException"),z=B.Map,L=B.has,F=B.get,j=B.set,U=E.Set,W=E.add,Y=E.has,q=a("Object","keys"),Q=c([].push),G=c((!0).valueOf),X=c(1..valueOf),V=c("".valueOf),K=c(M.prototype.getTime),J=u("structuredClone"),Z="DataCloneError",$="Transferring",tt=function(t){return!l((function(){var e=new s.Set([7]),n=t(e),i=t(T(7));return n===e||!n.has(7)||!A(i)||7!=+i}))&&t},et=function(t,e){return!l((function(){var n=new e,i=t({a:n,b:n});return!(i&&i.a===i.b&&i.a instanceof e&&i.a.stack===n.stack)}))},nt=s.structuredClone,it=o||!et(nt,P)||!et(nt,H)||(i=nt,!!l((function(){var t=i(new s.AggregateError([1],J,{cause:3}));return"AggregateError"!==t.name||1!==t.errors[0]||t.message!==J||3!==t.cause}))),ot=!nt&&tt((function(t){return new N(J,{detail:t}).detail})),rt=tt(nt)||ot,st=function(t){throw new H("Uncloneable type: "+t,Z)},at=function(t,e){throw new H((e||"Cloning")+" of "+t+" cannot be properly polyfilled in this engine",Z)},ct=function(t,e){return rt||at(e),rt(t)},lt=function(t,e,n){if(L(e,t))return F(e,t);var i,o,r,a,c,l;if("SharedArrayBuffer"===(n||b(t)))i=rt?rt(t):t;else{var u=s.DataView;u||h(t.slice)||at("ArrayBuffer");try{if(h(t.slice)&&!t.resizable)i=t.slice(0);else{o=t.byteLength,r="maxByteLength"in t?{maxByteLength:t.maxByteLength}:void 0,i=new ArrayBuffer(o,r),a=new u(t),c=new u(i);for(l=0;l1&&!p(arguments[1])?m(arguments[1]):void 0,o=i?i.transfer:void 0;void 0!==o&&(n=function(t,e){if(!A(t))throw new R("Transfer option cannot be converted to a sequence");var n=[];g(t,(function(t){Q(n,m(t))}));for(var i,o,r,a,c,l=0,u=w(n),p=new U;l{"use strict";n(15575),n(24599)},98406:(t,e,n)=>{"use strict";n(23792);var i=n(46518),o=n(24475),r=n(93389),s=n(69565),a=n(79504),c=n(43724),l=n(67416),u=n(36840),h=n(62106),d=n(56279),p=n(10687),A=n(33994),f=n(91181),g=n(90679),m=n(94901),b=n(39297),C=n(76080),v=n(36955),x=n(28551),w=n(20034),y=n(655),k=n(2360),B=n(6980),E=n(70081),_=n(50851),I=n(62529),D=n(22812),S=n(78227),T=n(74488),O=S("iterator"),M="URLSearchParams",P=M+"Iterator",R=f.set,N=f.getterFor(M),H=f.getterFor(P),z=r("fetch"),L=r("Request"),F=r("Headers"),j=L&&L.prototype,U=F&&F.prototype,W=o.RegExp,Y=o.TypeError,q=o.decodeURIComponent,Q=o.encodeURIComponent,G=a("".charAt),X=a([].join),V=a([].push),K=a("".replace),J=a([].shift),Z=a([].splice),$=a("".split),tt=a("".slice),et=/\+/g,nt=Array(4),it=function(t){return nt[t-1]||(nt[t-1]=W("((?:%[\\da-f]{2}){"+t+"})","gi"))},ot=function(t){try{return q(t)}catch(e){return t}},rt=function(t){var e=K(t,et," "),n=4;try{return q(e)}catch(t){for(;n;)e=K(e,it(n--),ot);return e}},st=/[!'()~]|%20/g,at={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},ct=function(t){return at[t]},lt=function(t){return K(Q(t),st,ct)},ut=A((function(t,e){R(this,{type:P,target:N(t).entries,index:0,kind:e})}),M,(function(){var t=H(this),e=t.target,n=t.index++;if(!e||n>=e.length)return t.target=void 0,I(void 0,!0);var i=e[n];switch(t.kind){case"keys":return I(i.key,!1);case"values":return I(i.value,!1)}return I([i.key,i.value],!1)}),!0),ht=function(t){this.entries=[],this.url=null,void 0!==t&&(w(t)?this.parseObject(t):this.parseQuery("string"==typeof t?"?"===G(t,0)?tt(t,1):t:y(t)))};ht.prototype={type:M,bindURL:function(t){this.url=t,this.update()},parseObject:function(t){var e,n,i,o,r,a,c,l=this.entries,u=_(t);if(u)for(n=(e=E(t,u)).next;!(i=s(n,e)).done;){if(r=(o=E(x(i.value))).next,(a=s(r,o)).done||(c=s(r,o)).done||!s(r,o).done)throw new Y("Expected sequence with length 2");V(l,{key:y(a.value),value:y(c.value)})}else for(var h in t)b(t,h)&&V(l,{key:h,value:y(t[h])})},parseQuery:function(t){if(t)for(var e,n,i=this.entries,o=$(t,"&"),r=0;r0?arguments[0]:void 0));c||(this.size=t.entries.length)},pt=dt.prototype;if(d(pt,{append:function(t,e){var n=N(this);D(arguments.length,2),V(n.entries,{key:y(t),value:y(e)}),c||this.length++,n.updateURL()},delete:function(t){for(var e=N(this),n=D(arguments.length,1),i=e.entries,o=y(t),r=n<2?void 0:arguments[1],s=void 0===r?r:y(r),a=0;ae.key?1:-1})),t.updateURL()},forEach:function(t){for(var e,n=N(this).entries,i=C(t,arguments.length>1?arguments[1]:void 0),o=0;o1?gt(arguments[1]):{})}}),m(L)){var mt=function(t){return g(this,j),new L(t,arguments.length>1?gt(arguments[1]):{})};j.constructor=mt,mt.prototype=j,i({global:!0,constructor:!0,dontCallGetSet:!0,forced:!0},{Request:mt})}}t.exports={URLSearchParams:dt,getState:N}},14603:(t,e,n)=>{"use strict";var i=n(36840),o=n(79504),r=n(655),s=n(22812),a=URLSearchParams,c=a.prototype,l=o(c.append),u=o(c.delete),h=o(c.forEach),d=o([].push),p=new a("a=1&a=2&b=3");p.delete("a",1),p.delete("b",void 0),p+""!="a=2"&&i(c,"delete",(function(t){var e=arguments.length,n=e<2?void 0:arguments[1];if(e&&void 0===n)return u(this,t);var i=[];h(this,(function(t,e){d(i,{key:e,value:t})})),s(e,1);for(var o,a=r(t),c=r(n),p=0,A=0,f=!1,g=i.length;p{"use strict";var i=n(36840),o=n(79504),r=n(655),s=n(22812),a=URLSearchParams,c=a.prototype,l=o(c.getAll),u=o(c.has),h=new a("a=1");!h.has("a",2)&&h.has("a",void 0)||i(c,"has",(function(t){var e=arguments.length,n=e<2?void 0:arguments[1];if(e&&void 0===n)return u(this,t);var i=l(this,t);s(e,1);for(var o=r(n),a=0;a{"use strict";n(98406)},98721:(t,e,n)=>{"use strict";var i=n(43724),o=n(79504),r=n(62106),s=URLSearchParams.prototype,a=o(s.forEach);i&&!("size"in s)&&r(s,"size",{get:function(){var t=0;return a(this,(function(){t++})),t},configurable:!0,enumerable:!0})},2222:(t,e,n)=>{"use strict";var i=n(46518),o=n(97751),r=n(79039),s=n(22812),a=n(655),c=n(67416),l=o("URL"),u=c&&r((function(){l.canParse()})),h=r((function(){return 1!==l.canParse.length}));i({target:"URL",stat:!0,forced:!u||h},{canParse:function(t){var e=s(arguments.length,1),n=a(t),i=e<2||void 0===arguments[1]?void 0:a(arguments[1]);try{return!!new l(n,i)}catch(t){return!1}}})},45806:(t,e,n)=>{"use strict";n(47764);var i,o=n(46518),r=n(43724),s=n(67416),a=n(24475),c=n(76080),l=n(79504),u=n(36840),h=n(62106),d=n(90679),p=n(39297),A=n(44213),f=n(97916),g=n(67680),m=n(68183).codeAt,b=n(3717),C=n(655),v=n(10687),x=n(22812),w=n(98406),y=n(91181),k=y.set,B=y.getterFor("URL"),E=w.URLSearchParams,_=w.getState,I=a.URL,D=a.TypeError,S=a.parseInt,T=Math.floor,O=Math.pow,M=l("".charAt),P=l(/./.exec),R=l([].join),N=l(1..toString),H=l([].pop),z=l([].push),L=l("".replace),F=l([].shift),j=l("".split),U=l("".slice),W=l("".toLowerCase),Y=l([].unshift),q="Invalid scheme",Q="Invalid host",G="Invalid port",X=/[a-z]/i,V=/[\d+-.a-z]/i,K=/\d/,J=/^0x/i,Z=/^[0-7]+$/,$=/^\d+$/,tt=/^[\da-f]+$/i,et=/[\0\t\n\r #%/:<>?@[\\\]^|]/,nt=/[\0\t\n\r #/:<>?@[\\\]^|]/,it=/^[\u0000-\u0020]+/,ot=/(^|[^\u0000-\u0020])[\u0000-\u0020]+$/,rt=/[\t\n\r]/g,st=function(t){var e,n,i,o;if("number"==typeof t){for(e=[],n=0;n<4;n++)Y(e,t%256),t=T(t/256);return R(e,".")}if("object"==typeof t){for(e="",i=function(t){for(var e=null,n=1,i=null,o=0,r=0;r<8;r++)0!==t[r]?(o>n&&(e=i,n=o),i=null,o=0):(null===i&&(i=r),++o);return o>n&&(e=i,n=o),e}(t),n=0;n<8;n++)o&&0===t[n]||(o&&(o=!1),i===n?(e+=n?":":"::",o=!0):(e+=N(t[n],16),n<7&&(e+=":")));return"["+e+"]"}return t},at={},ct=A({},at,{" ":1,'"':1,"<":1,">":1,"`":1}),lt=A({},ct,{"#":1,"?":1,"{":1,"}":1}),ut=A({},lt,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),ht=function(t,e){var n=m(t,0);return n>32&&n<127&&!p(e,t)?t:encodeURIComponent(t)},dt={ftp:21,file:null,http:80,https:443,ws:80,wss:443},pt=function(t,e){var n;return 2===t.length&&P(X,M(t,0))&&(":"===(n=M(t,1))||!e&&"|"===n)},At=function(t){var e;return t.length>1&&pt(U(t,0,2))&&(2===t.length||"/"===(e=M(t,2))||"\\"===e||"?"===e||"#"===e)},ft=function(t){return"."===t||"%2e"===W(t)},gt={},mt={},bt={},Ct={},vt={},xt={},wt={},yt={},kt={},Bt={},Et={},_t={},It={},Dt={},St={},Tt={},Ot={},Mt={},Pt={},Rt={},Nt={},Ht=function(t,e,n){var i,o,r,s=C(t);if(e){if(o=this.parse(s))throw new D(o);this.searchParams=null}else{if(void 0!==n&&(i=new Ht(n,!0)),o=this.parse(s,null,i))throw new D(o);(r=_(new E)).bindURL(this),this.searchParams=r}};Ht.prototype={type:"URL",parse:function(t,e,n){var o,r,s,a,c,l=this,u=e||gt,h=0,d="",A=!1,m=!1,b=!1;for(t=C(t),e||(l.scheme="",l.username="",l.password="",l.host=null,l.port=null,l.path=[],l.query=null,l.fragment=null,l.cannotBeABaseURL=!1,t=L(t,it,""),t=L(t,ot,"$1")),t=L(t,rt,""),o=f(t);h<=o.length;){switch(r=o[h],u){case gt:if(!r||!P(X,r)){if(e)return q;u=bt;continue}d+=W(r),u=mt;break;case mt:if(r&&(P(V,r)||"+"===r||"-"===r||"."===r))d+=W(r);else{if(":"!==r){if(e)return q;d="",u=bt,h=0;continue}if(e&&(l.isSpecial()!==p(dt,d)||"file"===d&&(l.includesCredentials()||null!==l.port)||"file"===l.scheme&&!l.host))return;if(l.scheme=d,e)return void(l.isSpecial()&&dt[l.scheme]===l.port&&(l.port=null));d="","file"===l.scheme?u=Dt:l.isSpecial()&&n&&n.scheme===l.scheme?u=Ct:l.isSpecial()?u=yt:"/"===o[h+1]?(u=vt,h++):(l.cannotBeABaseURL=!0,z(l.path,""),u=Pt)}break;case bt:if(!n||n.cannotBeABaseURL&&"#"!==r)return q;if(n.cannotBeABaseURL&&"#"===r){l.scheme=n.scheme,l.path=g(n.path),l.query=n.query,l.fragment="",l.cannotBeABaseURL=!0,u=Nt;break}u="file"===n.scheme?Dt:xt;continue;case Ct:if("/"!==r||"/"!==o[h+1]){u=xt;continue}u=kt,h++;break;case vt:if("/"===r){u=Bt;break}u=Mt;continue;case xt:if(l.scheme=n.scheme,r===i)l.username=n.username,l.password=n.password,l.host=n.host,l.port=n.port,l.path=g(n.path),l.query=n.query;else if("/"===r||"\\"===r&&l.isSpecial())u=wt;else if("?"===r)l.username=n.username,l.password=n.password,l.host=n.host,l.port=n.port,l.path=g(n.path),l.query="",u=Rt;else{if("#"!==r){l.username=n.username,l.password=n.password,l.host=n.host,l.port=n.port,l.path=g(n.path),l.path.length--,u=Mt;continue}l.username=n.username,l.password=n.password,l.host=n.host,l.port=n.port,l.path=g(n.path),l.query=n.query,l.fragment="",u=Nt}break;case wt:if(!l.isSpecial()||"/"!==r&&"\\"!==r){if("/"!==r){l.username=n.username,l.password=n.password,l.host=n.host,l.port=n.port,u=Mt;continue}u=Bt}else u=kt;break;case yt:if(u=kt,"/"!==r||"/"!==M(d,h+1))continue;h++;break;case kt:if("/"!==r&&"\\"!==r){u=Bt;continue}break;case Bt:if("@"===r){A&&(d="%40"+d),A=!0,s=f(d);for(var v=0;v65535)return G;l.port=l.isSpecial()&&y===dt[l.scheme]?null:y,d=""}if(e)return;u=Ot;continue}return G}d+=r;break;case Dt:if(l.scheme="file","/"===r||"\\"===r)u=St;else{if(!n||"file"!==n.scheme){u=Mt;continue}switch(r){case i:l.host=n.host,l.path=g(n.path),l.query=n.query;break;case"?":l.host=n.host,l.path=g(n.path),l.query="",u=Rt;break;case"#":l.host=n.host,l.path=g(n.path),l.query=n.query,l.fragment="",u=Nt;break;default:At(R(g(o,h),""))||(l.host=n.host,l.path=g(n.path),l.shortenPath()),u=Mt;continue}}break;case St:if("/"===r||"\\"===r){u=Tt;break}n&&"file"===n.scheme&&!At(R(g(o,h),""))&&(pt(n.path[0],!0)?z(l.path,n.path[0]):l.host=n.host),u=Mt;continue;case Tt:if(r===i||"/"===r||"\\"===r||"?"===r||"#"===r){if(!e&&pt(d))u=Mt;else if(""===d){if(l.host="",e)return;u=Ot}else{if(a=l.parseHost(d))return a;if("localhost"===l.host&&(l.host=""),e)return;d="",u=Ot}continue}d+=r;break;case Ot:if(l.isSpecial()){if(u=Mt,"/"!==r&&"\\"!==r)continue}else if(e||"?"!==r)if(e||"#"!==r){if(r!==i&&(u=Mt,"/"!==r))continue}else l.fragment="",u=Nt;else l.query="",u=Rt;break;case Mt:if(r===i||"/"===r||"\\"===r&&l.isSpecial()||!e&&("?"===r||"#"===r)){if(".."===(c=W(c=d))||"%2e."===c||".%2e"===c||"%2e%2e"===c?(l.shortenPath(),"/"===r||"\\"===r&&l.isSpecial()||z(l.path,"")):ft(d)?"/"===r||"\\"===r&&l.isSpecial()||z(l.path,""):("file"===l.scheme&&!l.path.length&&pt(d)&&(l.host&&(l.host=""),d=M(d,0)+":"),z(l.path,d)),d="","file"===l.scheme&&(r===i||"?"===r||"#"===r))for(;l.path.length>1&&""===l.path[0];)F(l.path);"?"===r?(l.query="",u=Rt):"#"===r&&(l.fragment="",u=Nt)}else d+=ht(r,lt);break;case Pt:"?"===r?(l.query="",u=Rt):"#"===r?(l.fragment="",u=Nt):r!==i&&(l.path[0]+=ht(r,at));break;case Rt:e||"#"!==r?r!==i&&("'"===r&&l.isSpecial()?l.query+="%27":l.query+="#"===r?"%23":ht(r,at)):(l.fragment="",u=Nt);break;case Nt:r!==i&&(l.fragment+=ht(r,ct))}h++}},parseHost:function(t){var e,n,i;if("["===M(t,0)){if("]"!==M(t,t.length-1))return Q;if(e=function(t){var e,n,i,o,r,s,a,c=[0,0,0,0,0,0,0,0],l=0,u=null,h=0,d=function(){return M(t,h)};if(":"===d()){if(":"!==M(t,1))return;h+=2,u=++l}for(;d();){if(8===l)return;if(":"!==d()){for(e=n=0;n<4&&P(tt,d());)e=16*e+S(d(),16),h++,n++;if("."===d()){if(0===n)return;if(h-=n,l>6)return;for(i=0;d();){if(o=null,i>0){if(!("."===d()&&i<4))return;h++}if(!P(K,d()))return;for(;P(K,d());){if(r=S(d(),10),null===o)o=r;else{if(0===o)return;o=10*o+r}if(o>255)return;h++}c[l]=256*c[l]+o,2!=++i&&4!==i||l++}if(4!==i)return;break}if(":"===d()){if(h++,!d())return}else if(d())return;c[l++]=e}else{if(null!==u)return;h++,u=++l}}if(null!==u)for(s=l-u,l=7;0!==l&&s>0;)a=c[l],c[l--]=c[u+s-1],c[u+--s]=a;else if(8!==l)return;return c}(U(t,1,-1)),!e)return Q;this.host=e}else if(this.isSpecial()){if(t=b(t),P(et,t))return Q;if(e=function(t){var e,n,i,o,r,s,a,c=j(t,".");if(c.length&&""===c[c.length-1]&&c.length--,(e=c.length)>4)return t;for(n=[],i=0;i1&&"0"===M(o,0)&&(r=P(J,o)?16:8,o=U(o,8===r?1:2)),""===o)s=0;else{if(!P(10===r?$:8===r?Z:tt,o))return t;s=S(o,r)}z(n,s)}for(i=0;i=O(256,5-e))return null}else if(s>255)return null;for(a=H(n),i=0;i1?arguments[1]:void 0,i=k(e,new Ht(t,!1,n));r||(e.href=i.serialize(),e.origin=i.getOrigin(),e.protocol=i.getProtocol(),e.username=i.getUsername(),e.password=i.getPassword(),e.host=i.getHost(),e.hostname=i.getHostname(),e.port=i.getPort(),e.pathname=i.getPathname(),e.search=i.getSearch(),e.searchParams=i.getSearchParams(),e.hash=i.getHash())},Lt=zt.prototype,Ft=function(t,e){return{get:function(){return B(this)[t]()},set:e&&function(t){return B(this)[e](t)},configurable:!0,enumerable:!0}};if(r&&(h(Lt,"href",Ft("serialize","setHref")),h(Lt,"origin",Ft("getOrigin")),h(Lt,"protocol",Ft("getProtocol","setProtocol")),h(Lt,"username",Ft("getUsername","setUsername")),h(Lt,"password",Ft("getPassword","setPassword")),h(Lt,"host",Ft("getHost","setHost")),h(Lt,"hostname",Ft("getHostname","setHostname")),h(Lt,"port",Ft("getPort","setPort")),h(Lt,"pathname",Ft("getPathname","setPathname")),h(Lt,"search",Ft("getSearch","setSearch")),h(Lt,"searchParams",Ft("getSearchParams")),h(Lt,"hash",Ft("getHash","setHash"))),u(Lt,"toJSON",(function(){return B(this).serialize()}),{enumerable:!0}),u(Lt,"toString",(function(){return B(this).serialize()}),{enumerable:!0}),I){var jt=I.createObjectURL,Ut=I.revokeObjectURL;jt&&u(zt,"createObjectURL",c(jt,I)),Ut&&u(zt,"revokeObjectURL",c(Ut,I))}v(zt,"URL"),o({global:!0,constructor:!0,forced:!s,sham:!r},{URL:zt})},3296:(t,e,n)=>{"use strict";n(45806)},45781:(t,e,n)=>{"use strict";var i=n(46518),o=n(97751),r=n(22812),s=n(655),a=n(67416),c=o("URL");i({target:"URL",stat:!0,forced:!a},{parse:function(t){var e=r(arguments.length,1),n=s(t),i=e<2||void 0===arguments[1]?void 0:s(arguments[1]);try{return new c(n,i)}catch(t){return null}}})},27208:(t,e,n)=>{"use strict";var i=n(46518),o=n(69565);i({target:"URL",proto:!0,enumerable:!0},{toJSON:function(){return o(URL.prototype.toString,this)}})},84315:(t,e,n)=>{"use strict";n(52675),n(89463),n(66412),n(60193),n(92168),n(2259),n(86964),n(83142),n(83237),n(61833),n(67947),n(31073),n(45700),n(78125),n(20326),n(16280),n(76918),n(30067),n(4294),n(18107),n(28706),n(26835),n(88431),n(33771),n(2008),n(50113),n(48980),n(10838),n(13451),n(46449),n(78350),n(51629),n(23418),n(74423),n(25276),n(64346),n(23792),n(48598),n(8921),n(62062),n(31051),n(44114),n(72712),n(18863),n(94490),n(34782),n(15086),n(26910),n(87478),n(54554),n(9678),n(57145),n(71658),n(93514),n(30237),n(13609),n(11558),n(54743),n(46761),n(11745),n(38309),n(16573),n(78100),n(77936),n(61699),n(59089),n(91191),n(93515),n(1688),n(60739),n(89572),n(23288),n(36456),n(94170),n(48957),n(62010),n(55081),n(33110),n(4731),n(36033),n(47072),n(93153),n(82326),n(36389),n(64444),n(8085),n(77762),n(65070),n(60605),n(39469),n(72152),n(75376),n(56624),n(11367),n(5914),n(78553),n(98690),n(60479),n(70761),n(2892),n(45374),n(25428),n(32637),n(40150),n(59149),n(64601),n(44435),n(87220),n(25843),n(62337),n(9868),n(80630),n(69085),n(59904),n(17427),n(67945),n(84185),n(87607),n(5506),n(52811),n(53921),n(83851),n(81278),n(1480),n(40875),n(77691),n(78347),n(29908),n(94052),n(94003),n(221),n(79432),n(9220),n(7904),n(16348),n(63548),n(93941),n(10287),n(26099),n(16034),n(78459),n(58940),n(3362),n(96167),n(93518),n(9391),n(14628),n(39796),n(60825),n(87411),n(21211),n(40888),n(9065),n(86565),n(32812),n(84634),n(71137),n(30985),n(34268),n(34873),n(15472),n(84864),n(57465),n(27495),n(69479),n(87745),n(90906),n(38781),n(31415),n(17642),n(58004),n(33853),n(45876),n(32475),n(15024),n(31698),n(67357),n(23860),n(21830),n(27337),n(21699),n(42043),n(47764),n(71761),n(28543),n(35701),n(68156),n(85906),n(42781),n(25440),n(79978),n(5746),n(90744),n(11392),n(50375),n(67438),n(42762),n(39202),n(43359),n(89907),n(11898),n(35490),n(5745),n(94298),n(60268),n(69546),n(20781),n(50778),n(89195),n(46276),n(48718),n(16308),n(34594),n(29833),n(46594),n(72107),n(95477),n(21489),n(22134),n(3690),n(61740),n(48140),n(81630),n(72170),n(75044),n(69539),n(31694),n(89955),n(21903),n(91134),n(33206),n(48345),n(44496),n(66651),n(12887),n(19369),n(66812),n(8995),n(52568),n(31575),n(36072),n(88747),n(28845),n(29423),n(57301),n(373),n(86614),n(41405),n(37467),n(44732),n(33684),n(79577),n(88267),n(73772),n(30958),n(2945),n(42207),n(23500),n(62953),n(55815),n(64979),n(79739),n(59848),n(122),n(13611),n(71678),n(76031),n(3296),n(2222),n(45781),n(27208),n(48408),n(14603),n(47566),n(98721),n(19167)},35810:(t,e,n)=>{"use strict";n.d(e,{Al:()=>i.r,H4:()=>i.c,Q$:()=>i.e,R3:()=>i.n,VL:()=>i.l,lJ:()=>i.d,pt:()=>i.F,ur:()=>d,v7:()=>u});var i=n(68251),o=(n(87485),n(43627),n(53334)),r=n(380),s=n(65606),a=n(96763);Error;const c=["B","KB","MB","GB","TB","PB"],l=["B","KiB","MiB","GiB","TiB","PiB"];function u(t,e=!1,n=!1,i=!1){n=n&&!i,"string"==typeof t&&(t=Number(t));let r=t>0?Math.floor(Math.log(t)/Math.log(i?1e3:1024)):0;r=Math.min((n?l.length:c.length)-1,r);const s=n?l[r]:c[r];let a=(t/Math.pow(i?1e3:1024,r)).toFixed(1);return!0===e&&0===r?("0.0"!==a?"< 1 ":"0 ")+(n?l[1]:c[1]):(a=r<2?parseFloat(a).toFixed(0):parseFloat(a).toLocaleString((0,o.lO)()),a+" "+s)}function h(t){return t instanceof Date?t.toISOString():String(t)}function d(t,e={}){const n={sortingMode:"basename",sortingOrder:"asc",...e};return function(t,e,n){n=n??[];const i=(e=e??[t=>t]).map(((t,e)=>"asc"===(n[e]??"asc")?1:-1)),r=Intl.Collator([(0,o.Z0)(),(0,o.lO)()],{numeric:!0,usage:"sort"});return[...t].sort(((t,n)=>{for(const[o,s]of e.entries()){const e=r.compare(h(s(t)),h(s(n)));if(0!==e)return e*i[o]}return 0}))}(t,[...n.sortFavoritesFirst?[t=>1!==t.attributes?.favorite]:[],...n.sortFoldersFirst?[t=>"folder"!==t.type]:[],..."basename"!==n.sortingMode?[t=>t[n.sortingMode]]:[],t=>{return(e=t.displayname||t.attributes?.displayname||t.basename).lastIndexOf(".")>0?e.slice(0,e.lastIndexOf(".")):e;var e},t=>t.basename],[...n.sortFavoritesFirst?["asc"]:[],...n.sortFoldersFirst?["asc"]:[],..."mtime"===n.sortingMode?["asc"===n.sortingOrder?"desc":"asc"]:[],..."mtime"!==n.sortingMode&&"basename"!==n.sortingMode?[n.sortingOrder]:[],n.sortingOrder,n.sortingOrder])}var p={};!function(t){const e=":A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",n="["+e+"]["+e+"\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*",i=new RegExp("^"+n+"$");t.isExist=function(t){return void 0!==t},t.isEmptyObject=function(t){return 0===Object.keys(t).length},t.merge=function(t,e,n){if(e){const i=Object.keys(e),o=i.length;for(let r=0;r!1,commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:function(t,e,n){return t}};A.buildOptions=function(t){return Object.assign({},f,t)},A.defaultOptions=f,!Number.parseInt&&window.parseInt&&(Number.parseInt=window.parseInt),!Number.parseFloat&&window.parseFloat&&(Number.parseFloat=window.parseFloat);new RegExp("([^\\s=]+)\\s*(=\\s*(['\"])([\\s\\S]*?)\\3)?","gm");var g={};function m(t,e,n){let i;const o={};for(let r=0;r0&&(o[e.textNodeName]=i):void 0!==i&&(o[e.textNodeName]=i),o}function b(t){const e=Object.keys(t);for(let t=0;t`,r=!1;continue}if(c===e.commentPropName){o+=i+`\x3c!--${a[c][0][e.textNodeName]}--\x3e`,r=!0;continue}if("?"===c[0]){const t=B(a[":@"],e),n="?xml"===c?"":i;let s=a[c][0][e.textNodeName];s=0!==s.length?" "+s:"",o+=n+`<${c}${s}${t}?>`,r=!0;continue}let u=i;""!==u&&(u+=e.indentBy);const h=i+`<${c}${B(a[":@"],e)}`,d=y(a[c],e,l,u);-1!==e.unpairedTags.indexOf(c)?e.suppressUnpairedNode?o+=h+">":o+=h+"/>":d&&0!==d.length||!e.suppressEmptyNode?d&&d.endsWith(">")?o+=h+`>${d}${i}`:(o+=h+">",d&&""!==i&&(d.includes("/>")||d.includes("`):o+=h+"/>",r=!0}return o}function k(t){const e=Object.keys(t);for(let n=0;n0&&e.processEntities)for(let n=0;n0&&(n="\n"),y(t,e,"",n)},D=function(t){return"function"==typeof t?t:Array.isArray(t)?e=>{for(const n of t){if("string"==typeof n&&e===n)return!0;if(n instanceof RegExp&&n.test(e))return!0}}:()=>!1},S={attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,cdataPropName:!1,format:!1,indentBy:" ",suppressEmptyNode:!1,suppressUnpairedNode:!0,suppressBooleanAttributes:!0,tagValueProcessor:function(t,e){return e},attributeValueProcessor:function(t,e){return e},preserveOrder:!1,commentPropName:!1,unpairedTags:[],entities:[{regex:new RegExp("&","g"),val:"&"},{regex:new RegExp(">","g"),val:">"},{regex:new RegExp("<","g"),val:"<"},{regex:new RegExp("'","g"),val:"'"},{regex:new RegExp('"',"g"),val:"""}],processEntities:!0,stopNodes:[],oneListGroup:!1};function T(t){this.options=Object.assign({},S,t),!0===this.options.ignoreAttributes||this.options.attributesGroupName?this.isAttribute=function(){return!1}:(this.ignoreAttributesFn=D(this.options.ignoreAttributes),this.attrPrefixLen=this.options.attributeNamePrefix.length,this.isAttribute=P),this.processTextOrObjNode=O,this.options.format?(this.indentate=M,this.tagEndChar=">\n",this.newLine="\n"):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}function O(t,e,n,i){const o=this.j2x(t,n+1,i.concat(e));return void 0!==t[this.options.textNodeName]&&1===Object.keys(t).length?this.buildTextValNode(t[this.options.textNodeName],e,o.attrStr,n):this.buildObjectNode(o.val,e,o.attrStr,n)}function M(t){return this.options.indentBy.repeat(t)}function P(t){return!(!t.startsWith(this.options.attributeNamePrefix)||t===this.options.textNodeName)&&t.substr(this.attrPrefixLen)}T.prototype.build=function(t){return this.options.preserveOrder?I(t,this.options):(Array.isArray(t)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(t={[this.options.arrayNodeName]:t}),this.j2x(t,0,[]).val)},T.prototype.j2x=function(t,e,n){let i="",o="";const r=n.join(".");for(let s in t)if(Object.prototype.hasOwnProperty.call(t,s))if(void 0===t[s])this.isAttribute(s)&&(o+="");else if(null===t[s])this.isAttribute(s)?o+="":"?"===s[0]?o+=this.indentate(e)+"<"+s+"?"+this.tagEndChar:o+=this.indentate(e)+"<"+s+"/"+this.tagEndChar;else if(t[s]instanceof Date)o+=this.buildTextValNode(t[s],s,"",e);else if("object"!=typeof t[s]){const n=this.isAttribute(s);if(n&&!this.ignoreAttributesFn(n,r))i+=this.buildAttrPairStr(n,""+t[s]);else if(!n)if(s===this.options.textNodeName){let e=this.options.tagValueProcessor(s,""+t[s]);o+=this.replaceEntitiesValue(e)}else o+=this.buildTextValNode(t[s],s,"",e)}else if(Array.isArray(t[s])){const i=t[s].length;let r="",a="";for(let c=0;c"+t+o}},T.prototype.closeTag=function(t){let e="";return-1!==this.options.unpairedTags.indexOf(t)?this.options.suppressUnpairedNode||(e="/"):e=this.options.suppressEmptyNode?"/":`>`+this.newLine;if(!1!==this.options.commentPropName&&e===this.options.commentPropName)return this.indentate(i)+`\x3c!--${t}--\x3e`+this.newLine;if("?"===e[0])return this.indentate(i)+"<"+e+n+"?"+this.tagEndChar;{let o=this.options.tagValueProcessor(e,t);return o=this.replaceEntitiesValue(o),""===o?this.indentate(i)+"<"+e+n+this.closeTag(e)+this.tagEndChar:this.indentate(i)+"<"+e+n+">"+o+"0&&this.options.processEntities)for(let e=0;ea.error("SEMVER",...t):()=>{},N={MAX_LENGTH:256,MAX_SAFE_COMPONENT_LENGTH:16,MAX_SAFE_BUILD_LENGTH:250,MAX_SAFE_INTEGER:Number.MAX_SAFE_INTEGER||9007199254740991,RELEASE_TYPES:["major","premajor","minor","preminor","patch","prepatch","prerelease"],SEMVER_SPEC_VERSION:"2.0.0",FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2},H={exports:{}};!function(t,e){const{MAX_SAFE_COMPONENT_LENGTH:n,MAX_SAFE_BUILD_LENGTH:i,MAX_LENGTH:o}=N,r=R,s=(e=t.exports={}).re=[],a=e.safeRe=[],c=e.src=[],l=e.t={};let u=0;const h="[a-zA-Z0-9-]",d=[["\\s",1],["\\d",o],[h,i]],p=(t,e,n)=>{const i=(t=>{for(const[e,n]of d)t=t.split(`${e}*`).join(`${e}{0,${n}}`).split(`${e}+`).join(`${e}{1,${n}}`);return t})(e),o=u++;r(t,o,e),l[t]=o,c[o]=e,s[o]=new RegExp(e,n?"g":void 0),a[o]=new RegExp(i,n?"g":void 0)};p("NUMERICIDENTIFIER","0|[1-9]\\d*"),p("NUMERICIDENTIFIERLOOSE","\\d+"),p("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${h}*`),p("MAINVERSION",`(${c[l.NUMERICIDENTIFIER]})\\.(${c[l.NUMERICIDENTIFIER]})\\.(${c[l.NUMERICIDENTIFIER]})`),p("MAINVERSIONLOOSE",`(${c[l.NUMERICIDENTIFIERLOOSE]})\\.(${c[l.NUMERICIDENTIFIERLOOSE]})\\.(${c[l.NUMERICIDENTIFIERLOOSE]})`),p("PRERELEASEIDENTIFIER",`(?:${c[l.NUMERICIDENTIFIER]}|${c[l.NONNUMERICIDENTIFIER]})`),p("PRERELEASEIDENTIFIERLOOSE",`(?:${c[l.NUMERICIDENTIFIERLOOSE]}|${c[l.NONNUMERICIDENTIFIER]})`),p("PRERELEASE",`(?:-(${c[l.PRERELEASEIDENTIFIER]}(?:\\.${c[l.PRERELEASEIDENTIFIER]})*))`),p("PRERELEASELOOSE",`(?:-?(${c[l.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${c[l.PRERELEASEIDENTIFIERLOOSE]})*))`),p("BUILDIDENTIFIER",`${h}+`),p("BUILD",`(?:\\+(${c[l.BUILDIDENTIFIER]}(?:\\.${c[l.BUILDIDENTIFIER]})*))`),p("FULLPLAIN",`v?${c[l.MAINVERSION]}${c[l.PRERELEASE]}?${c[l.BUILD]}?`),p("FULL",`^${c[l.FULLPLAIN]}$`),p("LOOSEPLAIN",`[v=\\s]*${c[l.MAINVERSIONLOOSE]}${c[l.PRERELEASELOOSE]}?${c[l.BUILD]}?`),p("LOOSE",`^${c[l.LOOSEPLAIN]}$`),p("GTLT","((?:<|>)?=?)"),p("XRANGEIDENTIFIERLOOSE",`${c[l.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),p("XRANGEIDENTIFIER",`${c[l.NUMERICIDENTIFIER]}|x|X|\\*`),p("XRANGEPLAIN",`[v=\\s]*(${c[l.XRANGEIDENTIFIER]})(?:\\.(${c[l.XRANGEIDENTIFIER]})(?:\\.(${c[l.XRANGEIDENTIFIER]})(?:${c[l.PRERELEASE]})?${c[l.BUILD]}?)?)?`),p("XRANGEPLAINLOOSE",`[v=\\s]*(${c[l.XRANGEIDENTIFIERLOOSE]})(?:\\.(${c[l.XRANGEIDENTIFIERLOOSE]})(?:\\.(${c[l.XRANGEIDENTIFIERLOOSE]})(?:${c[l.PRERELEASELOOSE]})?${c[l.BUILD]}?)?)?`),p("XRANGE",`^${c[l.GTLT]}\\s*${c[l.XRANGEPLAIN]}$`),p("XRANGELOOSE",`^${c[l.GTLT]}\\s*${c[l.XRANGEPLAINLOOSE]}$`),p("COERCEPLAIN",`(^|[^\\d])(\\d{1,${n}})(?:\\.(\\d{1,${n}}))?(?:\\.(\\d{1,${n}}))?`),p("COERCE",`${c[l.COERCEPLAIN]}(?:$|[^\\d])`),p("COERCEFULL",c[l.COERCEPLAIN]+`(?:${c[l.PRERELEASE]})?(?:${c[l.BUILD]})?(?:$|[^\\d])`),p("COERCERTL",c[l.COERCE],!0),p("COERCERTLFULL",c[l.COERCEFULL],!0),p("LONETILDE","(?:~>?)"),p("TILDETRIM",`(\\s*)${c[l.LONETILDE]}\\s+`,!0),e.tildeTrimReplace="$1~",p("TILDE",`^${c[l.LONETILDE]}${c[l.XRANGEPLAIN]}$`),p("TILDELOOSE",`^${c[l.LONETILDE]}${c[l.XRANGEPLAINLOOSE]}$`),p("LONECARET","(?:\\^)"),p("CARETTRIM",`(\\s*)${c[l.LONECARET]}\\s+`,!0),e.caretTrimReplace="$1^",p("CARET",`^${c[l.LONECARET]}${c[l.XRANGEPLAIN]}$`),p("CARETLOOSE",`^${c[l.LONECARET]}${c[l.XRANGEPLAINLOOSE]}$`),p("COMPARATORLOOSE",`^${c[l.GTLT]}\\s*(${c[l.LOOSEPLAIN]})$|^$`),p("COMPARATOR",`^${c[l.GTLT]}\\s*(${c[l.FULLPLAIN]})$|^$`),p("COMPARATORTRIM",`(\\s*)${c[l.GTLT]}\\s*(${c[l.LOOSEPLAIN]}|${c[l.XRANGEPLAIN]})`,!0),e.comparatorTrimReplace="$1$2$3",p("HYPHENRANGE",`^\\s*(${c[l.XRANGEPLAIN]})\\s+-\\s+(${c[l.XRANGEPLAIN]})\\s*$`),p("HYPHENRANGELOOSE",`^\\s*(${c[l.XRANGEPLAINLOOSE]})\\s+-\\s+(${c[l.XRANGEPLAINLOOSE]})\\s*$`),p("STAR","(<|>)?=?\\s*\\*"),p("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),p("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")}(H,H.exports);var z=H.exports;Object.freeze({loose:!0}),Object.freeze({});const L=/^[0-9]+$/,F=(t,e)=>{const n=L.test(t),i=L.test(e);return n&&i&&(t=+t,e=+e),t===e?0:n&&!i?-1:i&&!n?1:tF(e,t)};const{MAX_LENGTH:U,MAX_SAFE_INTEGER:W}=N,{safeRe:Y,t:q}=z,{compareIdentifiers:Q}=j;r.m},4523:(t,e,n)=>{"use strict";n.r(e),n.d(e,{VERSION:()=>o,after:()=>Pe,all:()=>tn,allKeys:()=>gt,any:()=>en,assign:()=>Pt,before:()=>Re,bind:()=>we,bindAll:()=>Be,chain:()=>be,chunk:()=>zn,clone:()=>zt,collect:()=>Xe,compact:()=>_n,compose:()=>Me,constant:()=>Z,contains:()=>nn,countBy:()=>mn,create:()=>Ht,debounce:()=>Se,default:()=>Wn,defaults:()=>Rt,defer:()=>Ie,delay:()=>_e,detect:()=>qe,difference:()=>Dn,drop:()=>Bn,each:()=>Ge,escape:()=>se,every:()=>tn,extend:()=>Mt,extendOwn:()=>Pt,filter:()=>Ze,find:()=>qe,findIndex:()=>Le,findKey:()=>He,findLastIndex:()=>Fe,findWhere:()=>Qe,first:()=>kn,flatten:()=>In,foldl:()=>Ke,foldr:()=>Je,forEach:()=>Ge,functions:()=>Tt,get:()=>Wt,groupBy:()=>fn,has:()=>Yt,head:()=>kn,identity:()=>qt,include:()=>nn,includes:()=>nn,indexBy:()=>gn,indexOf:()=>We,initial:()=>yn,inject:()=>Ke,intersection:()=>Mn,invert:()=>St,invoke:()=>on,isArguments:()=>V,isArray:()=>Q,isArrayBuffer:()=>H,isBoolean:()=>I,isDataView:()=>q,isDate:()=>M,isElement:()=>D,isEmpty:()=>ct,isEqual:()=>ft,isError:()=>R,isFinite:()=>K,isFunction:()=>F,isMap:()=>kt,isMatch:()=>lt,isNaN:()=>J,isNull:()=>E,isNumber:()=>O,isObject:()=>B,isRegExp:()=>P,isSet:()=>Et,isString:()=>T,isSymbol:()=>N,isTypedArray:()=>ot,isUndefined:()=>_,isWeakMap:()=>Bt,isWeakSet:()=>_t,iteratee:()=>Kt,keys:()=>at,last:()=>En,lastIndexOf:()=>Ye,map:()=>Xe,mapObject:()=>Zt,matcher:()=>Qt,matches:()=>Qt,max:()=>an,memoize:()=>Ee,methods:()=>Tt,min:()=>cn,mixin:()=>Fn,negate:()=>Oe,noop:()=>$t,now:()=>ie,object:()=>Nn,omit:()=>wn,once:()=>Ne,pairs:()=>Dt,partial:()=>xe,partition:()=>bn,pick:()=>xn,pluck:()=>rn,property:()=>Gt,propertyOf:()=>te,random:()=>ne,range:()=>Hn,reduce:()=>Ke,reduceRight:()=>Je,reject:()=>$e,rest:()=>Bn,restArguments:()=>k,result:()=>fe,sample:()=>hn,select:()=>Ze,shuffle:()=>dn,size:()=>Cn,some:()=>en,sortBy:()=>pn,sortedIndex:()=>je,tail:()=>Bn,take:()=>kn,tap:()=>Lt,template:()=>Ae,templateSettings:()=>ce,throttle:()=>De,times:()=>ee,toArray:()=>un,toPath:()=>Ft,transpose:()=>Pn,unescape:()=>ae,union:()=>On,uniq:()=>Tn,unique:()=>Tn,uniqueId:()=>me,unzip:()=>Pn,values:()=>It,where:()=>sn,without:()=>Sn,wrap:()=>Te,zip:()=>Rn});var i={};n.r(i),n.d(i,{VERSION:()=>o,after:()=>Pe,all:()=>tn,allKeys:()=>gt,any:()=>en,assign:()=>Pt,before:()=>Re,bind:()=>we,bindAll:()=>Be,chain:()=>be,chunk:()=>zn,clone:()=>zt,collect:()=>Xe,compact:()=>_n,compose:()=>Me,constant:()=>Z,contains:()=>nn,countBy:()=>mn,create:()=>Ht,debounce:()=>Se,default:()=>jn,defaults:()=>Rt,defer:()=>Ie,delay:()=>_e,detect:()=>qe,difference:()=>Dn,drop:()=>Bn,each:()=>Ge,escape:()=>se,every:()=>tn,extend:()=>Mt,extendOwn:()=>Pt,filter:()=>Ze,find:()=>qe,findIndex:()=>Le,findKey:()=>He,findLastIndex:()=>Fe,findWhere:()=>Qe,first:()=>kn,flatten:()=>In,foldl:()=>Ke,foldr:()=>Je,forEach:()=>Ge,functions:()=>Tt,get:()=>Wt,groupBy:()=>fn,has:()=>Yt,head:()=>kn,identity:()=>qt,include:()=>nn,includes:()=>nn,indexBy:()=>gn,indexOf:()=>We,initial:()=>yn,inject:()=>Ke,intersection:()=>Mn,invert:()=>St,invoke:()=>on,isArguments:()=>V,isArray:()=>Q,isArrayBuffer:()=>H,isBoolean:()=>I,isDataView:()=>q,isDate:()=>M,isElement:()=>D,isEmpty:()=>ct,isEqual:()=>ft,isError:()=>R,isFinite:()=>K,isFunction:()=>F,isMap:()=>kt,isMatch:()=>lt,isNaN:()=>J,isNull:()=>E,isNumber:()=>O,isObject:()=>B,isRegExp:()=>P,isSet:()=>Et,isString:()=>T,isSymbol:()=>N,isTypedArray:()=>ot,isUndefined:()=>_,isWeakMap:()=>Bt,isWeakSet:()=>_t,iteratee:()=>Kt,keys:()=>at,last:()=>En,lastIndexOf:()=>Ye,map:()=>Xe,mapObject:()=>Zt,matcher:()=>Qt,matches:()=>Qt,max:()=>an,memoize:()=>Ee,methods:()=>Tt,min:()=>cn,mixin:()=>Fn,negate:()=>Oe,noop:()=>$t,now:()=>ie,object:()=>Nn,omit:()=>wn,once:()=>Ne,pairs:()=>Dt,partial:()=>xe,partition:()=>bn,pick:()=>xn,pluck:()=>rn,property:()=>Gt,propertyOf:()=>te,random:()=>ne,range:()=>Hn,reduce:()=>Ke,reduceRight:()=>Je,reject:()=>$e,rest:()=>Bn,restArguments:()=>k,result:()=>fe,sample:()=>hn,select:()=>Ze,shuffle:()=>dn,size:()=>Cn,some:()=>en,sortBy:()=>pn,sortedIndex:()=>je,tail:()=>Bn,take:()=>kn,tap:()=>Lt,template:()=>Ae,templateSettings:()=>ce,throttle:()=>De,times:()=>ee,toArray:()=>un,toPath:()=>Ft,transpose:()=>Pn,unescape:()=>ae,union:()=>On,uniq:()=>Tn,unique:()=>Tn,uniqueId:()=>me,unzip:()=>Pn,values:()=>It,where:()=>sn,without:()=>Sn,wrap:()=>Te,zip:()=>Rn});var o="1.13.6",r="object"==typeof self&&self.self===self&&self||"object"==typeof global&&global.global===global&&global||Function("return this")()||{},s=Array.prototype,a=Object.prototype,c="undefined"!=typeof Symbol?Symbol.prototype:null,l=s.push,u=s.slice,h=a.toString,d=a.hasOwnProperty,p="undefined"!=typeof ArrayBuffer,A="undefined"!=typeof DataView,f=Array.isArray,g=Object.keys,m=Object.create,b=p&&ArrayBuffer.isView,C=isNaN,v=isFinite,x=!{toString:null}.propertyIsEnumerable("toString"),w=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],y=Math.pow(2,53)-1;function k(t,e){return e=null==e?t.length-1:+e,function(){for(var n=Math.max(arguments.length-e,0),i=Array(n),o=0;o=0&&n<=y}}function tt(t){return function(e){return null==e?void 0:e[t]}}const et=tt("byteLength"),nt=$(et);var it=/\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\]/;const ot=p?function(t){return b?b(t)&&!q(t):nt(t)&&it.test(h.call(t))}:Z(!1),rt=tt("length");function st(t,e){e=function(t){for(var e={},n=t.length,i=0;i":">",'"':""","'":"'","`":"`"},se=oe(re),ae=oe(St(re)),ce=ut.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var le=/(.)^/,ue={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},he=/\\|'|\r|\n|\u2028|\u2029/g;function de(t){return"\\"+ue[t]}var pe=/^\s*(\w|\$)+\s*$/;function Ae(t,e,n){!e&&n&&(e=n),e=Rt({},e,ut.templateSettings);var i=RegExp([(e.escape||le).source,(e.interpolate||le).source,(e.evaluate||le).source].join("|")+"|$","g"),o=0,r="__p+='";t.replace(i,(function(e,n,i,s,a){return r+=t.slice(o,a).replace(he,de),o=a+e.length,n?r+="'+\n((__t=("+n+"))==null?'':_.escape(__t))+\n'":i?r+="'+\n((__t=("+i+"))==null?'':__t)+\n'":s&&(r+="';\n"+s+"\n__p+='"),e})),r+="';\n";var s,a=e.variable;if(a){if(!pe.test(a))throw new Error("variable is not a bare identifier: "+a)}else r="with(obj||{}){\n"+r+"}\n",a="obj";r="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+r+"return __p;\n";try{s=new Function(a,"_",r)}catch(t){throw t.source=r,t}var c=function(t){return s.call(this,t,ut)};return c.source="function("+a+"){\n"+r+"}",c}function fe(t,e,n){var i=(e=jt(e)).length;if(!i)return F(n)?n.call(t):n;for(var o=0;o1)ke(a,e-1,n,i),o=i.length;else for(var c=0,l=a.length;ce?(i&&(clearTimeout(i),i=null),a=l,s=t.apply(o,r),i||(o=r=null)):i||!1===n.trailing||(i=setTimeout(c,u)),s};return l.cancel=function(){clearTimeout(i),a=0,i=o=r=null},l}function Se(t,e,n){var i,o,r,s,a,c=function(){var l=ie()-o;e>l?i=setTimeout(c,e-l):(i=null,n||(s=t.apply(a,r)),i||(r=a=null))},l=k((function(l){return a=this,r=l,o=ie(),i||(i=setTimeout(c,e),n&&(s=t.apply(a,r))),s}));return l.cancel=function(){clearTimeout(i),i=r=a=null},l}function Te(t,e){return xe(e,t)}function Oe(t){return function(){return!t.apply(this,arguments)}}function Me(){var t=arguments,e=t.length-1;return function(){for(var n=e,i=t[e].apply(this,arguments);n--;)i=t[n].call(this,i);return i}}function Pe(t,e){return function(){if(--t<1)return e.apply(this,arguments)}}function Re(t,e){var n;return function(){return--t>0&&(n=e.apply(this,arguments)),t<=1&&(e=null),n}}const Ne=xe(Re,2);function He(t,e,n){e=Jt(e,n);for(var i,o=at(t),r=0,s=o.length;r0?0:o-1;r>=0&&r0?s=r>=0?r:Math.max(r+a,s):a=r>=0?Math.min(r+1,a):r+a+1;else if(n&&r&&a)return i[r=n(i,o)]===o?r:-1;if(o!=o)return(r=e(u.call(i,s,a),J))>=0?r+s:-1;for(r=t>0?s:a-1;r>=0&&r=3;return function(e,n,i,o){var r=!ye(e)&&at(e),s=(r||e).length,a=t>0?0:s-1;for(o||(i=e[r?r[a]:a],a+=t);a>=0&&a=0}const on=k((function(t,e,n){var i,o;return F(e)?o=e:(e=jt(e),i=e.slice(0,-1),e=e[e.length-1]),Xe(t,(function(t){var r=o;if(!r){if(i&&i.length&&(t=Ut(t,i)),null==t)return;r=t[e]}return null==r?r:r.apply(t,n)}))}));function rn(t,e){return Xe(t,Gt(e))}function sn(t,e){return Ze(t,Qt(e))}function an(t,e,n){var i,o,r=-1/0,s=-1/0;if(null==e||"number"==typeof e&&"object"!=typeof t[0]&&null!=t)for(var a=0,c=(t=ye(t)?t:It(t)).length;ar&&(r=i);else e=Jt(e,n),Ge(t,(function(t,n,i){((o=e(t,n,i))>s||o===-1/0&&r===-1/0)&&(r=t,s=o)}));return r}function cn(t,e,n){var i,o,r=1/0,s=1/0;if(null==e||"number"==typeof e&&"object"!=typeof t[0]&&null!=t)for(var a=0,c=(t=ye(t)?t:It(t)).length;ai||void 0===n)return 1;if(n1&&(i=Xt(i,e[1])),e=gt(t)):(i=vn,e=ke(e,!1,!1),t=Object(t));for(var o=0,r=e.length;o1&&(n=e[1])):(e=Xe(ke(e,!1,!1),String),i=function(t,n){return!nn(e,n)}),xn(t,i,n)}));function yn(t,e,n){return u.call(t,0,Math.max(0,t.length-(null==e||n?1:e)))}function kn(t,e,n){return null==t||t.length<1?null==e||n?void 0:[]:null==e||n?t[0]:yn(t,t.length-e)}function Bn(t,e,n){return u.call(t,null==e||n?1:e)}function En(t,e,n){return null==t||t.length<1?null==e||n?void 0:[]:null==e||n?t[t.length-1]:Bn(t,Math.max(0,t.length-e))}function _n(t){return Ze(t,Boolean)}function In(t,e){return ke(t,e,!1)}const Dn=k((function(t,e){return e=ke(e,!0,!0),Ze(t,(function(t){return!nn(e,t)}))})),Sn=k((function(t,e){return Dn(t,e)}));function Tn(t,e,n,i){I(e)||(i=n,n=e,e=!1),null!=n&&(n=Jt(n,i));for(var o=[],r=[],s=0,a=rt(t);s{if(!n){var r=1/0;for(u=0;u=o)&&Object.keys(a.O).every((t=>a.O[t](n[c])))?n.splice(c--,1):(s=!1,o0&&e[u-1][2]>o;u--)e[u]=e[u-1];e[u]=[n,i,o]},a.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return a.d(e,{a:e}),e},a.d=(t,e)=>{for(var n in e)a.o(e,n)&&!a.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},a.f={},a.e=t=>Promise.all(Object.keys(a.f).reduce(((e,n)=>(a.f[n](t,e),e)),[])),a.u=t=>t+"-"+t+".js?v="+{1642:"0e50a2b32d2d64b50afa",5706:"3153330af47fc26a725a",6127:"f0d0bf8b1ad724c3254b"}[t],a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),a.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),i={},o="nextcloud:",a.l=(t,e,n,r)=>{if(i[t])i[t].push(e);else{var s,c;if(void 0!==n)for(var l=document.getElementsByTagName("script"),u=0;u{s.onerror=s.onload=null,clearTimeout(p);var o=i[t];if(delete i[t],s.parentNode&&s.parentNode.removeChild(s),o&&o.forEach((t=>t(n))),e)return e(n)},p=setTimeout(d.bind(null,void 0,{type:"timeout",target:s}),12e4);s.onerror=d.bind(null,s.onerror),s.onload=d.bind(null,s.onload),c&&document.head.appendChild(s)}},a.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},a.nmd=t=>(t.paths=[],t.children||(t.children=[]),t),a.j=2228,(()=>{var t;a.g.importScripts&&(t=a.g.location+"");var e=a.g.document;if(!t&&e&&(e.currentScript&&"SCRIPT"===e.currentScript.tagName.toUpperCase()&&(t=e.currentScript.src),!t)){var n=e.getElementsByTagName("script");if(n.length)for(var i=n.length-1;i>-1&&(!t||!/^http(s?):/.test(t));)t=n[i--].src}if(!t)throw new Error("Automatic publicPath is not supported in this browser");t=t.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),a.p=t})(),(()=>{a.b=document.baseURI||self.location.href;var t={2228:0};a.f.j=(e,n)=>{var i=a.o(t,e)?t[e]:void 0;if(0!==i)if(i)n.push(i[2]);else{var o=new Promise(((n,o)=>i=t[e]=[n,o]));n.push(i[2]=o);var r=a.p+a.u(e),s=new Error;a.l(r,(n=>{if(a.o(t,e)&&(0!==(i=t[e])&&(t[e]=void 0),i)){var o=n&&("load"===n.type?"missing":n.type),r=n&&n.target&&n.target.src;s.message="Loading chunk "+e+" failed.\n("+o+": "+r+")",s.name="ChunkLoadError",s.type=o,s.request=r,i[1](s)}}),"chunk-"+e,e)}},a.O.j=e=>0===t[e];var e=(e,n)=>{var i,o,r=n[0],s=n[1],c=n[2],l=0;if(r.some((e=>0!==t[e]))){for(i in s)a.o(s,i)&&(a.m[i]=s[i]);if(c)var u=c(a)}for(e&&e(n);la(67408)));c=a.O(c)})(); +//# sourceMappingURL=core-main.js.map?v=dfd5fc4ac4053049ce24 \ No newline at end of file diff --git a/dist/core-main.js.map b/dist/core-main.js.map index 6343d1e6987..ab48893e03c 100644 --- a/dist/core-main.js.map +++ b/dist/core-main.js.map @@ -1 +1 @@ -{"version":3,"file":"core-main.js?v=78c6003ebfd56f917aa6","mappings":"UAAIA,ECAAC,EACAC,E,0XCcJ,SAECC,sBAAuB,KAEvBC,+BAAgC,KAMhCC,UAAAA,CAAWC,GACVC,KAAKH,+BAAiCE,CACvC,EAYAE,IAAAA,CAAKC,EAAMH,GACNI,EAAAA,QAAAA,WAAaD,KAEhBH,EAAWG,EACXA,OAAOE,GAGHF,GAMLA,EAAKG,MAAK,WACLC,IAAEN,MAAM,GAAGO,SACdD,IAAEN,MAAM,GAAGO,SAASC,YAEpBC,EAAQC,MAAM,+CAEXV,OAASA,KAAKJ,wBACjBI,KAAKJ,sBAAwB,KAE/B,IACIG,GACHA,EAASY,OAENX,KAAKH,gCACRG,KAAKH,kCAnBLY,EAAQC,MAAM,yHAqBhB,EAcAE,QAAAA,CAASC,EAAMC,IACdA,EAAUA,GAAW,CAAC,GACdC,QAAS,EACjBD,EAAQE,QAAYF,EAAQE,QAAqCF,EAAQE,QAAlCC,EAAAA,GACvC,MAAMC,GAAQC,EAAAA,EAAAA,IAAYN,EAAMC,GAEhC,OADAI,EAAME,aAAab,SAAWW,EACvBZ,IAAEY,EAAME,aAChB,EAYAC,IAAAA,CAAKC,EAAMR,IAUVA,EAAUA,GAAW,CAAC,GACdE,QAAYF,EAAQE,QAAqCF,EAAQE,QAAlCC,EAAAA,GACvC,MAAMC,GAAQC,EAAAA,EAAAA,IAXK,SAASG,GAC3B,OAAOA,EAAKC,WACVC,MAAM,KAAKC,KAAK,SAChBD,MAAM,KAAKC,KAAK,QAChBD,MAAM,KAAKC,KAAK,QAChBD,MAAM,KAAKC,KAAK,UAChBD,MAAM,KAAMC,KAAK,SACpB,CAI0BC,CAAWJ,GAAOR,GAE5C,OADAI,EAAME,aAAab,SAAWW,EACvBZ,IAAEY,EAAME,aAChB,EASAO,UAAAA,CAAWL,GAMV,OALItB,KAAKJ,uBACRI,KAAKJ,sBAAsBY,YAE5BR,KAAKJ,uBAAwBuB,EAAAA,EAAAA,IAAYG,EAAM,CAAEN,QAASC,EAAAA,KAC1DjB,KAAKJ,sBAAsBwB,aAAab,SAAWP,KAAKJ,sBACjDU,IAAEN,KAAKJ,sBAAsBwB,aACrC,EAcAQ,aAAAA,CAAcN,EAAMR,IACnBA,EAAUA,GAAW,CAAC,GACdE,QAAUF,EAAQE,SAAWa,EAAAA,GACrC,MAAMX,GAAQC,EAAAA,EAAAA,IAAYG,EAAMR,GAEhC,OADAI,EAAME,aAAab,SAAWW,EACvBZ,IAAEY,EAAME,aAChB,EAQAU,SAAQA,KACCxB,IAAE,YAAYyB,KAAK,aAAaC,QC/I7BC,EAA4B9B,EAAAA,QAAAA,UAAW,KACnD+B,EAAaN,cAAcO,EAAE,OAAQ,6BAA6B,GAChE,IAAU,CAAEC,UAAU,ICZzB,IAAIC,GAA4B,EAEhC,MA6GA,EA7Ga,CACZC,wBAAAA,GACCD,GAA4B,CAC7B,EAQDE,eAAsB,SAASC,IACVA,GAAOlC,IAAE,iBACjBmC,YAAY,aAAapB,OACrCf,IAAE,gBAAgBoC,QAAQ,IAAIpC,IAAAA,OAAQ,cACvC,EAQAiC,eAAsB,SAASC,IACVA,GAAOlC,IAAE,iBACjBL,OAAO0C,SAAS,aAC5BrC,IAAE,gBAAgBoC,QAAQ,IAAIpC,IAAAA,OAAQ,cACvC,G,eClBA,SAASK,EAAKiC,EAAQC,EAAU/B,GACf,SAAX8B,GAAgC,WAAXA,IAAwBE,GAAGC,qBAAqBC,gCAK1ElC,EAAUA,GAAW,CAAC,EACtBR,IAAAA,KAAO,CACN2C,KAAML,EAAOM,cACbC,KAAKC,EAAAA,EAAAA,IAAe,4CAA8CP,EAClEQ,KAAMvC,EAAQuC,MAAQ,CAAC,EACvBC,QAASxC,EAAQwC,QACjB5C,MAAOI,EAAQJ,SAVfoC,GAAGC,qBAAqBQ,4BAA4BpD,EAAEqD,KAAK7C,EAAMX,KAAM4C,EAAQC,EAAU/B,GAY3F,CAOO,SAAS2C,EAAQ3C,GACvBH,EAAK,MAAO,GAAIG,EACjB,CASO,SAAS4C,EAAQC,EAAK7C,GAC5BH,EAAK,MAAO,IAAMgD,EAAK7C,EACxB,CAWO,SAAS8C,EAASD,EAAKE,EAAKC,EAAchD,IAChDA,EAAUA,GAAW,CAAC,GACduC,KAAO,CACdS,gBAGDnD,EAAK,MAAO,IAAMgD,EAAM,IAAME,EAAK/C,EACpC,CAWO,SAASiD,EAASJ,EAAKE,EAAKG,EAAOlD,IACzCA,EAAUA,GAAW,CAAC,GACduC,KAAO,CACdW,SAGDrD,EAAK,OAAQ,IAAMgD,EAAM,IAAME,EAAK/C,EACrC,CAUO,SAASmD,EAAUN,EAAKE,EAAK/C,GACnCH,EAAK,SAAU,IAAMgD,EAAM,IAAME,EAAK/C,EACvC,CC5FO,MAAMoD,EAAYC,OAAOC,cAAgB,CAAC,EAMpCC,EAAY,CAIxBT,SAAU,SAASD,EAAKE,EAAKC,EAAc/D,GAC1C6D,EAASD,EAAKE,EAAKC,EAAc,CAChCR,QAASvD,GAEX,EAKAgE,SAAU,SAASJ,EAAKE,EAAKG,GAC5BD,EAASJ,EAAKE,EAAKG,EACpB,EAKAP,QAAS,SAAS1D,GACjB0D,EAAQ,CACPH,QAASvD,GAEX,EAKA2D,QAAS,SAASC,EAAK5D,GACtB2D,EAAQC,EAAK,CACZL,QAASvD,GAEX,EAKAkE,UAAW,SAASN,EAAKE,GACxBI,EAAUN,EAAKE,EAChB,GChDD,OAFkDzD,IAA5B+D,OAAOG,kBAAkCH,OAAOG,iB,8CCItE,MAAMC,EAAY,CACjBC,OAAQ,OACRC,OAAQ,YACRC,MAAO,YACPC,OAAQ,SACRC,KAAM,YAcP,SAASC,EAAoBC,EAAQC,GACpC,GAAI5E,EAAAA,QAAAA,QAAU2E,GACb,OAAO3E,EAAAA,QAAAA,IAAM2E,GAAQ,SAASE,GAC7B,OAAOH,EAAoBG,EAAWD,EACvC,IAED,IAAIE,EAAQ,CACXC,KAAMJ,EAAOI,MAsBd,OAnBA/E,EAAAA,QAAAA,KAAO2E,EAAOK,UAAU,SAASA,GAChC,GAAwB,oBAApBA,EAASC,OAIb,IAAK,IAAIvB,KAAOsB,EAASE,WAAY,CACpC,IAAIC,EAAUzB,EACVA,KAAOkB,IACVO,EAAUP,EAAclB,IAEzBoB,EAAMK,GAAWH,EAASE,WAAWxB,EACtC,CACD,IAEKoB,EAAMM,KAEVN,EAAMM,GAAKC,EAAoBP,EAAMC,OAG/BD,CACR,CAQA,SAASO,EAAoBrC,GAC5B,IAAIsC,EAAWtC,EAAIuC,QAAQ,KACvBD,EAAW,IACdtC,EAAMA,EAAIwC,OAAO,EAAGF,IAGrB,IACIX,EADAc,EAAQzC,EAAI3B,MAAM,KAEtB,GACCsD,EAASc,EAAMA,EAAM5D,OAAS,GAC9B4D,EAAMC,aAGGf,GAAUc,EAAM5D,OAAS,GAEnC,OAAO8C,CACR,CAEA,SAASgB,EAAgBV,GACxB,OAAOA,GAAU,KAAOA,GAAU,GACnC,CA8CA,SAASW,EAAcC,EAAQlF,EAASmF,EAAOC,GAC9C,OAAOF,EAAOG,UACbrF,EAAQqC,IA9CV,SAA+CiD,EAAOrB,GACrD,IACIlB,EADAoB,EAAQ,CAAC,EAEb,IAAKpB,KAAOuC,EAAO,CAClB,IAAIC,EAActB,EAAclB,GAC5BG,EAAQoC,EAAMvC,GACbwC,IACJ5F,EAAQ6F,KAAK,0CAA4CzC,GACzDwC,EAAcxC,IAEX1D,EAAAA,QAAAA,UAAY6D,IAAU7D,EAAAA,QAAAA,SAAW6D,MAEpCA,EAAQ,GAAKA,GAEdiB,EAAMoB,GAAerC,CACtB,CACA,OAAOiB,CACR,CA8BEsB,CAAsCN,EAAMO,QAAS1F,EAAQiE,eAC7DmB,GACCO,MAAK,SAAS3B,GACXgB,EAAgBhB,EAAOM,QACtBjF,EAAAA,QAAAA,WAAaW,EAAQwC,UAGxBxC,EAAQwC,QAAQ2C,EAAMS,UAEbvG,EAAAA,QAAAA,WAAaW,EAAQJ,QAC/BI,EAAQJ,MAAMoE,EAEhB,GAED,CA2DO,MCxMD6B,EAAWC,IAAAA,aAGjBC,OAAOC,OAAOH,EAAU,CACvBI,QDoMsBA,CAACjG,EAASmF,KAChC,IAAID,EAAS,IAAIgB,EAAAA,IAAIC,OAAO,CAC3BC,QAASpG,EAAQqC,IACjBgE,cAAehH,EAAAA,QAAAA,OAAS,CACvB,OAAQ,IACR,yBAA0B,MACxBW,EAAQqG,eAAiB,CAAC,KAE9BnB,EAAOoB,WAAa,WACnB,OAAOtG,EAAQqC,GAChB,EACA,IAAI+C,EAAU/F,EAAAA,QAAAA,OAAS,CACtB,mBAAoB,iBACpB,aAAgB2C,GAAGuE,cACjBvG,EAAQoF,SACX,MAAqB,aAAjBpF,EAAQmC,KApHb,SAAsB+C,EAAQlF,EAASmF,EAAOC,GAC7C,OAAOF,EAAOsB,SACbxG,EAAQqC,IACRhD,EAAAA,QAAAA,OAASW,EAAQiE,gBAAkB,GACnCjE,EAAQyG,MACRrB,GACCO,MAAK,SAASe,GACf,GAAI1B,EAAgB0B,EAASpC,SAC5B,GAAIjF,EAAAA,QAAAA,WAAaW,EAAQwC,SAAU,CAClC,IAAImE,EAAetH,EAAAA,QAAAA,OAASW,EAAQiE,eAChC2C,EAAU7C,EAAoB2C,EAASG,KAAMF,GAC7C3G,EAAQyG,MAAQ,GAEnBG,EAAQE,QAGT9G,EAAQwC,QAAQoE,EAEjB,OACUvH,EAAAA,QAAAA,WAAaW,EAAQJ,QAC/BI,EAAQJ,MAAM8G,EAEhB,GACD,CA8FSK,CAAa7B,EAAQlF,EAASmF,EAAOC,GACjB,cAAjBpF,EAAQmC,KACX8C,EAAcC,EAAQlF,EAASmF,EAAOC,GAClB,UAAjBpF,EAAQmC,KA5EpB,SAAmB+C,EAAQlF,EAASmF,EAAOC,GAE1C,OAAOF,EAAO8B,QACbhH,EAAQmC,KACRnC,EAAQqC,IACR+C,EACA,MACCO,MAAK,SAAS3B,GACVgB,EAAgBhB,EAAOM,QAO5BW,EAAcC,EAAQlF,EAASmF,EAAOC,GANjC/F,EAAAA,QAAAA,WAAaW,EAAQJ,QACxBI,EAAQJ,MAAMoE,EAMjB,GACD,CA4DSiD,CAAU/B,EAAQlF,EAASmF,EAAOC,GA1D3C,SAAoBF,EAAQlF,EAASmF,EAAOC,GAE3C,OADAA,EAAQ,gBAAkB,mBACnBF,EAAO8B,QACbhH,EAAQmC,KACRnC,EAAQqC,IACR+C,EACApF,EAAQuC,MACPoD,MAAK,SAAS3B,GACf,GAAKgB,EAAgBhB,EAAOM,SAO5B,GAAIjF,EAAAA,QAAAA,WAAaW,EAAQwC,SAAU,CAClC,GAAqB,QAAjBxC,EAAQmC,MAAmC,SAAjBnC,EAAQmC,MAAoC,UAAjBnC,EAAQmC,KAAkB,CAGlF,IAAI+E,EAAelD,EAAO6C,MAAQ1B,EAAMS,SACpCuB,EAAiBnD,EAAOoD,IAAIC,kBAAkB,oBAKlD,MAJqB,SAAjBrH,EAAQmC,MAAmBgF,IAC9BD,EAAazC,GAAKC,EAAoByC,SAEvCnH,EAAQwC,QAAQ0E,EAEjB,CAEA,GAAsB,MAAlBlD,EAAOM,OAAgB,CAC1B,IAAIqC,EAAetH,EAAAA,QAAAA,OAASW,EAAQiE,eACpCjE,EAAQwC,QAAQuB,EAAoBC,EAAO6C,KAAMF,GAClD,MACC3G,EAAQwC,QAAQwB,EAAO6C,KAEzB,OAzBKxH,EAAAA,QAAAA,WAAaW,EAAQJ,QACxBI,EAAQJ,MAAMoE,EAyBjB,GACD,CAwBSsD,CAAWpC,EAAQlF,EAASmF,EAAOC,EAC3C,EC1NAmC,QDgOsB1B,IAAY,CAAC/D,EAAQqD,EAAOnF,KAClD,IAAIwH,EAAS,CAAErF,KAAMsB,EAAU3B,IAAWA,GACtC2F,EAAgBtC,aAAiBU,EAAS6B,WA6B9C,GA3Be,WAAX5F,IAGCqD,EAAMwC,mBAETH,EAAOrF,KAAO,SACJgD,EAAMyC,QAAWzC,EAAM0C,YAAc1C,EAAM0C,WAAWD,UAEhEJ,EAAOrF,KAAO,QAKXnC,EAAQqC,MACZmF,EAAOnF,IAAMhD,EAAAA,QAAAA,OAAS8F,EAAO,QA7O/B,WACC,MAAM,IAAI2C,MAAM,iDACjB,CA2OyCC,IAIpB,MAAhB/H,EAAQuC,OAAgB4C,GAAqB,WAAXrD,GAAkC,WAAXA,GAAkC,UAAXA,IACnF0F,EAAOjF,KAAOyF,KAAKC,UAAUjI,EAAQsF,OAASH,EAAMS,OAAO5F,KAIxC,aAAhBwH,EAAOrF,OACVqF,EAAOU,aAAc,GAGF,aAAhBV,EAAOrF,MAAuC,cAAhBqF,EAAOrF,KAAsB,CAC9D,IAAI8B,EAAgBkB,EAAMlB,eACrBA,GAAiBkB,EAAMA,QAE3BlB,EAAgBkB,EAAMA,MAAMgD,UAAUlE,eAEnCA,IACC5E,EAAAA,QAAAA,WAAa4E,GAChBuD,EAAOvD,cAAgBA,EAAcpE,KAAKsF,GAE1CqC,EAAOvD,cAAgBA,GAIzBuD,EAAOvD,cAAgB5E,EAAAA,QAAAA,OAASmI,EAAOvD,eAAiB,CAAC,EAAGjE,EAAQiE,eAEhE5E,EAAAA,QAAAA,YAAcW,EAAQyG,SAExBzG,EAAQyG,MADLgB,EACa,EAEA,EAGnB,CAGA,IAAI7H,EAAQI,EAAQJ,MACpBI,EAAQJ,MAAQ,SAASwH,EAAKgB,EAAYC,GACzCrI,EAAQoI,WAAaA,EACrBpI,EAAQqI,YAAcA,EAClBzI,GACHA,EAAMC,KAAKG,EAAQsI,QAASlB,EAAKgB,EAAYC,EAE/C,EAGA,IAAIjB,EAAMpH,EAAQoH,IAAMvB,EAASI,QAAQ5G,EAAAA,QAAAA,OAASmI,EAAQxH,GAAUmF,GAEpE,OADAA,EAAMvD,QAAQ,UAAWuD,EAAOiC,EAAKpH,GAC9BoH,CAAG,ECrSDG,CAAQ1B,KAGlB,U,eCHO,MCNP,EAFexC,OAAOkF,YAAc,CAAC,ECA/BC,EAASC,SACbC,qBAAqB,QAAQ,GAC7BC,aAAa,aACTC,EAAcH,SAClBC,qBAAqB,QAAQ,GAC7BC,aAAa,yBAEFE,OAAyBvJ,IAAXkJ,GAAuBA,E,sECUlD,MAAMM,EAAU,CAGfC,eAAgB,GAEhBC,WAAY,GAGZC,uBAAwB,EAExBC,qBAAsB,EAEtBC,qBAAsB,EAEtBC,0BAA2B,EAE3BC,uBAAwB,EAWxBC,MAAO,SAAS9I,EAAM+I,EAAOtK,EAAUuK,GACtCtK,KAAKuK,QACJjJ,EACA+I,EACA,QACAT,EAAQY,UACRzK,EACAuK,EAEF,EAWAG,KAAM,SAASnJ,EAAM+I,EAAOtK,EAAUuK,GACrCtK,KAAKuK,QAAQjJ,EAAM+I,EAAO,OAAQT,EAAQY,UAAWzK,EAAUuK,EAChE,EAYAI,QAAS,SAASpJ,EAAM+I,EAAOtK,EAAUuK,GACxC,OAAOtK,KAAKuK,QACXjJ,EACA+I,EACA,SACAT,EAAQC,eACR9J,EACAuK,EAEF,EAYAK,mBAAoB,SAASrJ,EAAM+I,GAAiE,IAA1DO,EAAOC,UAAA7I,OAAA,QAAA5B,IAAAyK,UAAA,GAAAA,UAAA,GAAGjB,EAAQE,WAAY/J,EAAQ8K,UAAA7I,OAAA,QAAA5B,IAAAyK,UAAA,GAAAA,UAAA,GAAG,OAClF,OAAQ,IAAIC,EAAAA,IACVC,QAAQV,GACRW,QAAQ1J,GACR2J,WACAL,IAAYhB,EAAQE,WAClB,CACD,CACCoB,OAAO/I,EAAAA,EAAAA,IAAE,OAAQ,OACjBc,KAAM,QACNlD,SAAUA,KACTA,EAASoL,SAAU,EACnBpL,GAAS,EAAK,IAIf6J,EAAQwB,kBAAkBR,EAAS7K,IAErCsL,QACAhK,OACAoF,MAAK,KACA1G,EAASoL,SACbpL,GAAS,EACV,GAEH,EAWAuL,YAAa,SAAShK,EAAM+I,EAAOtK,EAAUuK,GAC5C,OAAQ,IAAIQ,EAAAA,IACVC,QAAQV,GACRW,QAAQ,IACRC,WAAW,CACX,CACCC,OAAO/I,EAAAA,EAAAA,IAAE,OAAQ,MACjBpC,SAAUA,QAEX,CACCmL,OAAO/I,EAAAA,EAAAA,IAAE,OAAQ,OACjBc,KAAM,UACNlD,SAAUA,KACTA,EAASoL,SAAU,EACnBpL,GAAS,EAAK,KAIhBsL,QACAE,QAAQjK,GACRD,OACAoF,MAAK,KACA1G,EAASoL,SACbpL,GAAS,EACV,GAEH,EAaAyL,OAAQ,SAASlK,EAAM+I,EAAOtK,EAAUuK,EAAOmB,EAAMC,GACpD,OAAO,IAAIC,SAASC,KACnBC,EAAAA,EAAAA,KACCC,EAAAA,EAAAA,KAAqB,IAAM,kCAC3B,CACCxK,OACAmK,KAAMpB,EACNtK,WACAgM,UAAWN,EACXO,aAAcN,IAEf,WACC3L,KAAS8K,WACTe,GACD,GACA,GAEH,EA0BAK,UAAAA,CAAW5B,EAAOtK,GAA8I,IAApImM,EAAWrB,UAAA7I,OAAA,QAAA5B,IAAAyK,UAAA,IAAAA,UAAA,GAAUsB,EAAQtB,UAAA7I,OAAA,QAAA5B,IAAAyK,UAAA,GAAAA,UAAA,QAAGzK,EAA+B6C,EAAI4H,UAAA7I,OAAA,QAAA5B,IAAAyK,UAAA,GAAAA,UAAA,GAAGuB,EAAAA,GAAeC,OAAQC,EAAIzB,UAAA7I,OAAA,QAAA5B,IAAAyK,UAAA,GAAAA,UAAA,QAAGzK,EAAWU,EAAO+J,UAAA7I,OAAA,QAAA5B,IAAAyK,UAAA,GAAAA,UAAA,QAAGzK,EAOpJ,MAAMmM,EAAiBA,CAACC,EAAIvJ,KAC3B,MAAMwJ,EAAWC,IAChB,MAAMC,EAAOD,GAAMC,MAAQ,GAC3B,IAAIL,EAAOI,GAAMJ,MAAQ,GAKzB,OAHIA,EAAKM,WAAWD,KACnBL,EAAOA,EAAKO,MAAMF,EAAK3K,SAAW,KAE5BsK,CAAI,EAGZ,OAAIJ,EACKY,GAAUN,EAAGM,EAAMC,IAAIN,GAAUxJ,GAEjC6J,GAAUN,EAAGC,EAAQK,EAAM,IAAK7J,EACzC,EAsBK+J,GAAUC,EAAAA,EAAAA,IAAqB5C,GAGjCpH,IAASjD,KAAKmK,wBAChBrJ,EAAQ8J,SAAW,IAAIsC,SAASC,IAChCH,EAAQI,UAAU,CACjBrN,SAAUwM,EAAexM,EAAUoN,EAAOlK,MAC1CiI,MAAOiC,EAAO7L,KACd2B,KAAMkK,EAAOE,cAAgB,UAAY,aACxC,IAGHL,EAAQM,kBAAiB,CAACR,EAAOR,KAChC,MAAM1B,EAAU,GACV8B,EAAOI,IAAQ,IAAIS,YAAY7D,aAAeoD,IAAQ,IAAIU,SAC1DC,EAASf,IAAQc,EAAAA,EAAAA,UAASlB,GAyBhC,OAvBIrJ,IAASmJ,EAAAA,GAAeC,QAC3BzB,EAAQ8C,KAAK,CACZ3N,SAAUwM,EAAexM,EAAUqM,EAAAA,GAAeC,QAClDnB,MAAOwB,IAAS1M,KAAK2N,aAAcxL,EAAAA,EAAAA,IAAE,OAAQ,gBAAiB,CAAEyL,KAAMlB,KAAUvK,EAAAA,EAAAA,IAAE,OAAQ,UAC1Fc,KAAM,YAGJA,IAASmJ,EAAAA,GAAeyB,UAAY5K,IAASmJ,EAAAA,GAAe0B,MAC/DlD,EAAQ8C,KAAK,CACZ3N,SAAUwM,EAAexM,EAAUqM,EAAAA,GAAe0B,MAClD5C,MAAOuC,GAAStL,EAAAA,EAAAA,IAAE,OAAQ,mBAAoB,CAAEsL,YAAYtL,EAAAA,EAAAA,IAAE,OAAQ,QACtEc,KAAM,UACN8K,KAAMC,IAGJ/K,IAASmJ,EAAAA,GAAe6B,MAAQhL,IAASmJ,EAAAA,GAAeyB,UAC3DjD,EAAQ8C,KAAK,CACZ3N,SAAUwM,EAAexM,EAAUqM,EAAAA,GAAe6B,MAClD/C,MAAOuC,GAAStL,EAAAA,EAAAA,IAAE,OAAQ,mBAAoB,CAAEsL,YAAYtL,EAAAA,EAAAA,IAAE,OAAQ,QACtEc,KAAMA,IAASmJ,EAAAA,GAAe6B,KAAO,UAAY,YACjDF,KAAMG,IAGDtD,CAAO,IAIZuB,GACHa,EAAQmB,kBAAsC,iBAAbhC,EAAwB,CAACA,GAAaA,GAAY,IAErD,mBAApBrL,GAASsN,QACnBpB,EAAQqB,WAAW3B,GAAS5L,EAAQsN,OA/DX1B,KAAI,CAC7BnH,GAAImH,EAAK4B,QAAU,KACnBhC,KAAMI,EAAKJ,KACXH,SAAUO,EAAK6B,MAAQ,KACvBC,MAAO9B,EAAK8B,OAAOC,WAAa,KAChCC,YAAahC,EAAKgC,YAClBjD,KAAMiB,EAAKa,YAAY7D,aAAegD,EAAKc,SAC3CmB,KAAMjC,EAAKa,YAAYoB,MAAQ,KAC/BC,WAAYlC,EAAKa,YAAYqB,YAAc,KAC3CC,UAAWnC,EAAKa,YAAYsB,WAAa,KACzCC,oBAAqBpC,EAAKa,YAAYuB,qBAAuB,KAC7Df,KAAM,KACNgB,iBAAkB,OAmDyBC,CAAiBtC,MAE7DM,EAAQiC,kBAAoD,IAAnCnO,GAASoO,uBAAkC/C,GAAUgD,SAAS,0BAA2B,GAChHC,eAAelD,GACfmD,QAAQ/C,GACRjB,QACAiE,MACH,EAQA/E,QAAS,SAASgF,EAASlF,EAAOmF,EAAY5E,GAAgD,IAAvC7K,EAAQ8K,UAAA7I,OAAA,QAAA5B,IAAAyK,UAAA,GAAAA,UAAA,GAAG,OAAiB4E,EAAS5E,UAAA7I,OAAA,EAAA6I,UAAA,QAAAzK,EAC3F,MAAM4M,GAAW,IAAIlC,EAAAA,IACnBC,QAAQV,GACRW,QAAQyE,EAAY,GAAKF,GACzBtE,WAAWrB,EAAQwB,kBAAkBR,EAAS7K,IAEhD,OAAQyP,GACP,IAAK,QACJxC,EAAQ0C,YAAY,WACpB,MACD,IAAK,SACJ1C,EAAQ0C,YAAY,QAMtB,MAAMC,EAAS3C,EAAQ3B,QAMvB,OAJIoE,GACHE,EAAOpE,QAAQgE,GAGTI,EAAOtO,OAAOoF,MAAK,KACrB1G,EAAS6P,UACZ7P,GAAS,EACV,GAEF,EAMAqL,iBAAAA,CAAkBR,EAAS7K,GAC1B,MAAM8P,EAAa,GAEnB,OAA2B,iBAAZjF,EAAuBA,EAAQ3H,KAAO2H,GACpD,KAAKhB,EAAQC,eACZgG,EAAWnC,KAAK,CACfxC,MAAON,GAASkF,SAAU3N,EAAAA,EAAAA,IAAE,OAAQ,MACpCpC,SAAUA,KACTA,EAAS6P,UAAW,EACpB7P,GAAS,EAAM,IAGjB8P,EAAWnC,KAAK,CACfxC,MAAON,GAASF,UAAWvI,EAAAA,EAAAA,IAAE,OAAQ,OACrCc,KAAM,UACNlD,SAAUA,KACTA,EAAS6P,UAAW,EACpB7P,GAAS,EAAK,IAGhB,MACD,KAAK6J,EAAQE,WACZ+F,EAAWnC,KAAK,CACfxC,MAAON,GAASF,UAAWvI,EAAAA,EAAAA,IAAE,OAAQ,MACrCc,KAAM,UACNlD,SAAUA,KACTA,EAAS6P,UAAW,EACpB7P,GAAS,EAAK,IAGhB,MACD,QACCU,EAAQC,MAAM,8BAGhB,OAAOmP,CACR,EAEAE,kBAAkB,EAWlBC,WAAY,SAAS3M,EAAM4M,EAAUC,EAAaC,GACjD,IAAIC,EAAOpQ,KACPqQ,EAAiB,IAAI/P,IAAAA,UAkErBgQ,EAAkB,SAASC,EAAQC,EAAGC,EAAGC,EAAIC,GAChDD,EAAKE,KAAKC,MAAMH,GAChBC,EAAKC,KAAKC,MAAMF,GAUhB,IATA,IAAIG,EAAMP,EAAOQ,WAAW,MAAMC,aAAa,EAAG,EAAGR,EAAGC,GACpDQ,EAAOV,EAAOQ,WAAW,MAAMC,aAAa,EAAG,EAAGN,EAAIC,GACtDtN,EAAOyN,EAAIzN,KACX6N,EAAQD,EAAK5N,KACb8N,EAAUX,EAAIE,EACdU,EAAUX,EAAIE,EACdU,EAAeT,KAAKU,KAAKH,EAAU,GACnCI,EAAeX,KAAKU,KAAKF,EAAU,GAE9BI,EAAI,EAAGA,EAAIb,EAAIa,IACvB,IAAK,IAAIC,EAAI,EAAGA,EAAIf,EAAIe,IAAK,CAU5B,IATA,IAAIC,EAAoB,GAAdD,EAAID,EAAId,GACdiB,EAAS,EACTC,EAAU,EACVC,EAAgB,EAChBC,EAAO,EACPC,EAAO,EACPC,EAAO,EACPC,EAAO,EACPC,GAAYV,EAAI,IAAOJ,EAClBe,EAAKvB,KAAKwB,MAAMZ,EAAIJ,GAAUe,GAAMX,EAAI,GAAKJ,EAASe,IAI9D,IAHA,IAAIE,EAAKzB,KAAK0B,IAAIJ,GAAYC,EAAK,KAAQZ,EACvCgB,GAAYd,EAAI,IAAON,EACvBqB,EAAKH,EAAKA,EACLI,EAAK7B,KAAKwB,MAAMX,EAAIN,GAAUsB,GAAMhB,EAAI,GAAKN,EAASsB,IAAM,CACpE,IAAIC,EAAK9B,KAAK0B,IAAIC,GAAYE,EAAK,KAAQpB,EACvCsB,EAAI/B,KAAKgC,KAAKJ,EAAKE,EAAKA,GACxBC,IAAM,GAAKA,GAAK,IAEnBhB,EAAS,EAAIgB,EAAIA,EAAIA,EAAI,EAAIA,EAAIA,EAAI,GACxB,IAGZV,GAAQN,EAAStO,EAAU,GAF3BqP,EAAK,GAAKD,EAAKN,EAAK3B,KAGpBqB,GAAiBF,EAEbtO,EAAKqP,EAAK,GAAK,MAAOf,EAASA,EAAStO,EAAKqP,EAAK,GAAK,KAC3DZ,GAAQH,EAAStO,EAAKqP,GACtBX,GAAQJ,EAAStO,EAAKqP,EAAK,GAC3BV,GAAQL,EAAStO,EAAKqP,EAAK,GAC3Bd,GAAWD,EAGd,CAEDT,EAAMQ,GAAMI,EAAOF,EACnBV,EAAMQ,EAAK,GAAKK,EAAOH,EACvBV,EAAMQ,EAAK,GAAKM,EAAOJ,EACvBV,EAAMQ,EAAK,GAAKO,EAAOJ,CACxB,CAEDtB,EAAOQ,WAAW,MAAM8B,UAAU,EAAG,EAAGjC,KAAKkC,IAAItC,EAAGE,GAAKE,KAAKkC,IAAIrC,EAAGE,IACrEJ,EAAOwC,MAAQrC,EACfH,EAAOyC,OAASrC,EAChBJ,EAAOQ,WAAW,MAAMkC,aAAahC,EAAM,EAAG,EAC/C,EAEIiC,EAAc,SAASC,EAAYlD,EAAUC,GAEhD,IAAIkD,EAAYD,EAAWpR,KAAK,aAAasR,QAAQ5Q,YAAY,YAAYE,SAAS,YAClF2Q,EAAeF,EAAUrR,KAAK,aAC9BwR,EAAkBH,EAAUrR,KAAK,gBAErCqR,EAAU/P,KAAK,OAAQA,GAEvB+P,EAAUrR,KAAK,aAAaT,KAAK2O,EAASxE,MAC1C6H,EAAavR,KAAK,SAAST,KAAKwB,GAAG0Q,KAAKC,cAAcxD,EAASyD,OAC/DJ,EAAavR,KAAK,UAAUT,KAAKwB,GAAG0Q,KAAKG,WAAW1D,EAASzB,QAEzD0B,EAAYwD,MAAQxD,EAAY0D,eACnCL,EAAgBxR,KAAK,SAAST,KAAKwB,GAAG0Q,KAAKC,cAAcvD,EAAYwD,OACrEH,EAAgBxR,KAAK,UAAUT,KAAKwB,GAAG0Q,KAAKG,WAAWzD,EAAY0D,gBAEpE,IAAItH,EAAO2D,EAAS4D,UAAY,IAAM5D,EAASxE,KAC3CqI,EAAU,CACblG,KAAMtB,EACNyH,EAAG,GACHC,EAAG,GACHC,EAAGhE,EAAStB,KACZuF,UAAW,GAERC,EAAcC,MAAMC,mBAAmBP,GAE3CK,EAAcA,EAAYG,QAAQ,KAAM,OACxChB,EAAavR,KAAK,SAASwS,IAAI,CAAE,mBAAoB,QAAUJ,EAAc,OAvJtD,SAASvG,GAChC,IAAInO,EAAW,IAAIa,IAAAA,UAEf2C,EAAO2K,EAAK3K,MAAQ2K,EAAK3K,KAAKzB,MAAM,KAAKoG,QAC7C,GAAIzD,OAAOqQ,YAAuB,UAATvR,EAAkB,CAC1C,IAAIwR,EAAS,IAAID,WACjBC,EAAOC,OAAS,SAASC,GACxB,IAAIC,EAAO,IAAIC,KAAK,CAACF,EAAElH,OAAO3I,SAC9BX,OAAO2Q,IAAM3Q,OAAO2Q,KAAO3Q,OAAO4Q,UAClC,IAAIC,EAAc7Q,OAAO2Q,IAAIG,gBAAgBL,GACzCM,EAAQ,IAAIC,MAChBD,EAAME,IAAMJ,EACZE,EAAMR,OAAS,WACd,IAWgB5D,EAKfiD,EAAOC,EAAON,EAJdnD,EAEAwC,EACAC,EAfG7P,GAWY2N,EAXDoE,EAYd3E,EAAShH,SAAS8L,cAAc,UAEhCtC,EAAQjC,EAAIiC,MACZC,EAASlC,EAAIkC,OAIbD,EAAQC,GACXgB,EAAI,EACJD,GAAKhB,EAAQC,GAAU,IAEvBgB,GAAKhB,EAASD,GAAS,EACvBgB,EAAI,GAELL,EAAO9C,KAAK0E,IAAIvC,EAAOC,GAGvBzC,EAAOwC,MAAQW,EACfnD,EAAOyC,OAASU,EACNnD,EAAOQ,WAAW,MACxBwE,UAAUzE,EAAKiD,EAAGC,EAAGN,EAAMA,EAAM,EAAG,EAAGA,EAAMA,GAGjDpD,EAAgBC,EAAQmD,EAAMA,EAtBb,OAwBVnD,EAAOiF,UAAU,YAAa,KApClC/V,EAASmM,QAAQzI,EAClB,CACD,EACAsR,EAAOgB,kBAAkB7H,EAC1B,MACCnO,EAASiW,SAEV,OAAOjW,CACR,CAkICkW,CAAkBzF,GAAazJ,MAC9B,SAAS6F,GACRiH,EAAgBxR,KAAK,SAASwS,IAAI,mBAAoB,OAASjI,EAAO,IACvE,IAAG,WACFA,EAAOxJ,GAAG8S,SAASC,WAAW3F,EAAYjN,MAC1CsQ,EAAgBxR,KAAK,SAASwS,IAAI,mBAAoB,OAASjI,EAAO,IACvE,IAGD,IAAIwJ,EAAa3C,EAAWpR,KAAK,aAAaC,OAC9CsR,EAAavR,KAAK,kBAAkBgU,KAAK,KAAM,qBAAuBD,GACtEvC,EAAgBxR,KAAK,kBAAkBgU,KAAK,KAAM,wBAA0BD,GAE5E3C,EAAW6C,OAAO5C,GAIdlD,EAAY0D,aAAe3D,EAASzB,MACvC+E,EAAgBxR,KAAK,UAAUwS,IAAI,cAAe,QACxCrE,EAAY0D,aAAe3D,EAASzB,OAC9C8E,EAAavR,KAAK,UAAUwS,IAAI,cAAe,QAM5CrE,EAAYwD,MAAQxD,EAAYwD,KAAOzD,EAASyD,KACnDH,EAAgBxR,KAAK,SAASwS,IAAI,cAAe,QACvCrE,EAAYwD,MAAQxD,EAAYwD,KAAOzD,EAASyD,MAC1DJ,EAAavR,KAAK,SAASwS,IAAI,cAAe,QASvB,aAApBtE,EAAS7K,SACZkO,EACE3Q,SAAS,YACTZ,KAAK,0BACLkU,KAAK,WAAW,GAChBA,KAAK,YAAY,GACnB3C,EAAavR,KAAK,YAChBT,MAAKa,EAAAA,EAAAA,IAAE,OAAQ,cAEnB,EAKI+T,EAAa,+BACbC,EAAW,IAAMD,EACrB,GAAIlW,KAAK+P,iBAAkB,CAG1B,IAAIoD,EAAa7S,IAAE6V,EAAW,eAC9BjD,EAAYC,EAAYlD,EAAUC,GAElC,IAAIkG,EAAQ9V,IAAE6V,EAAW,cAAcnU,OACnCqI,EAAQgM,EAAE,OACb,wBACA,yBACAD,EACA,CAAEA,MAAOA,IAEV9V,IAAE6V,GAAUG,SAASC,SAAS,oBAAoBjV,KAAK+I,GAGvD/J,IAAE6D,QAAQzB,QAAQ,UAClB2N,EAAezE,SAChB,MAEC5L,KAAK+P,kBAAmB,EACxBzP,IAAAA,KAAON,KAAKwW,0BAA0B/P,MAAK,SAASgQ,GACnD,IAAIpM,GAAQlI,EAAAA,EAAAA,IAAE,OAAQ,qBAClBuU,EAAOD,EAAME,WAAW,CAC3BC,YAAaV,EACb7L,MAAOA,EACPpH,KAAM,aAEN4T,aAAa1U,EAAAA,EAAAA,IAAE,OAAQ,aACvB2U,kBAAkB3U,EAAAA,EAAAA,IAAE,OAAQ,0BAE5B4U,KAAK5U,EAAAA,EAAAA,IAAE,OAAQ,oCACf6U,MAAM7U,EAAAA,EAAAA,IAAE,OAAQ,wFAIjB,GAFA7B,IAAE,QAAQ0V,OAAOU,GAEbzG,GAAYC,EAAa,CAC5B,IAAIiD,EAAauD,EAAK3U,KAAK,cAC3BmR,EAAYC,EAAYlD,EAAUC,EACnC,CAEA,IAAI+G,EAAa,CAAC,CACjB3V,MAAMa,EAAAA,EAAAA,IAAE,OAAQ,UAChB+U,QAAS,SACTC,MAAO,gBAC6B,IAAxBhH,EAAWiH,UACrBjH,EAAWiH,SAAS/T,GAErB/C,IAAE6V,GAAUkB,SAAS,QACtB,GAED,CACC/V,MAAMa,EAAAA,EAAAA,IAAE,OAAQ,YAChB+U,QAAS,WACTC,MAAO,gBAC+B,IAA1BhH,EAAWmH,YACrBnH,EAAWmH,WAAWhX,IAAE6V,EAAW,eAEpC7V,IAAE6V,GAAUkB,SAAS,QACtB,IAGD/W,IAAE6V,GAAUkB,SAAS,CACpBtE,MAAO,IACPwE,eAAe,EACfjN,OAAO,EACPM,QAASqM,EACTO,YAAa,KACbC,MAAO,WACNrH,EAAKL,kBAAmB,EACxB,IACCzP,IAAEN,MAAMqX,SAAS,WAAWK,QAC7B,CAAE,MAAO/C,GACR,CAEF,IAGDrU,IAAE6V,GAAU5B,IAAI,SAAU,QAE1B,IAAIoD,EAAiBjB,EAAKkB,QAAQ,cAAc7V,KAAK,mBAGrD,SAAS8V,IACR,IAAIC,EAAepB,EAAK3U,KAAK,gCAAgCC,OAC7D2V,EAAe1B,KAAK,WAA6B,IAAjB6B,EACjC,CALAH,EAAe1B,KAAK,YAAY,GAQhC3V,IAAE6V,GAAUpU,KAAK,gBAAgBgW,GAAG,SAAS,WAC1BzX,IAAE6V,GAAUpU,KAAK,iDACvBkU,KAAK,UAAW3V,IAAEN,MAAMiW,KAAK,WAC1C,IACA3V,IAAE6V,GAAUpU,KAAK,qBAAqBgW,GAAG,SAAS,WAC/BzX,IAAE6V,GAAUpU,KAAK,6DACvBkU,KAAK,UAAW3V,IAAEN,MAAMiW,KAAK,WAC1C,IACA3V,IAAE6V,GAAUpU,KAAK,cAAcgW,GAAG,QAAS,yCAAyC,WACnF,IAAIC,EAAY1X,IAAEN,MAAM+B,KAAK,0BAC7BiW,EAAU/B,KAAK,WAAY+B,EAAU/B,KAAK,WAC3C,IACA3V,IAAE6V,GAAUpU,KAAK,cAAcgW,GAAG,QAAS,uFAAuF,WACjI,IAAIC,EAAY1X,IAAEN,MAClBgY,EAAU/B,KAAK,WAAY+B,EAAU/B,KAAK,WAC3C,IAGA3V,IAAE6V,GAAU4B,GAAG,QAAS,6BAA6B,WACpD,IAAI3B,EAAQ9V,IAAE6V,GAAUpU,KAAK,yDAAyDC,OAClFoU,IAAU9V,IAAE6V,EAAW,cAAcnU,QACxC1B,IAAE6V,GAAUpU,KAAK,gBAAgBkU,KAAK,WAAW,GACjD3V,IAAE6V,GAAUpU,KAAK,yBAAyBT,MAAKa,EAAAA,EAAAA,IAAE,OAAQ,oBAC/CiU,EAAQ,GAClB9V,IAAE6V,GAAUpU,KAAK,gBAAgBkU,KAAK,WAAW,GACjD3V,IAAE6V,GAAUpU,KAAK,yBAAyBT,MAAKa,EAAAA,EAAAA,IAAE,OAAQ,qBAAsB,CAAEiU,MAAOA,OAExF9V,IAAE6V,GAAUpU,KAAK,gBAAgBkU,KAAK,WAAW,GACjD3V,IAAE6V,GAAUpU,KAAK,yBAAyBT,KAAK,KAEhDuW,GACD,IACAvX,IAAE6V,GAAU4B,GAAG,QAAS,+BAA+B,WACtD,IAAI3B,EAAQ9V,IAAE6V,GAAUpU,KAAK,sDAAsDC,OAC/EoU,IAAU9V,IAAE6V,EAAW,cAAcnU,QACxC1B,IAAE6V,GAAUpU,KAAK,qBAAqBkU,KAAK,WAAW,GACtD3V,IAAE6V,GAAUpU,KAAK,8BAA8BT,MAAKa,EAAAA,EAAAA,IAAE,OAAQ,oBACpDiU,EAAQ,GAClB9V,IAAE6V,GAAUpU,KAAK,qBAAqBkU,KAAK,WAAW,GACtD3V,IAAE6V,GAAUpU,KAAK,8BACfT,MAAKa,EAAAA,EAAAA,IAAE,OAAQ,qBAAsB,CAAEiU,MAAOA,OAEhD9V,IAAE6V,GAAUpU,KAAK,qBAAqBkU,KAAK,WAAW,GACtD3V,IAAE6V,GAAUpU,KAAK,8BAA8BT,KAAK,KAErDuW,GACD,IAEAxH,EAAezE,SAChB,IACEqM,MAAK,WACL5H,EAAeqF,SACftL,OAAMjI,EAAAA,EAAAA,IAAE,OAAQ,sCACjB,IAGF,OAAOkO,EAAe6H,SACvB,EAEA1B,uBAAwB,WACvB,IAAI2B,EAAQ7X,IAAAA,WACZ,GAAKN,KAAKoY,oBAUTD,EAAMvM,QAAQ5L,KAAKoY,yBAVW,CAC9B,IAAIhI,EAAOpQ,KACXM,IAAAA,IAAMwC,GAAGuV,SAAS,QAAS,YAAa,oBAAoB,SAASC,GACpElI,EAAKgI,oBAAsB9X,IAAEgY,GAC7BH,EAAMvM,QAAQwE,EAAKgI,oBACpB,IACEH,MAAK,WACLE,EAAMzC,QACP,GACF,CAGA,OAAOyC,EAAMD,SACd,GAGD,ICxvBMK,EAfqBC,EAACC,EAAQC,KACnC,IAAIC,EAAQF,EAAOjP,qBAAqB,QAAQ,GAAGC,aAAa,qBAEhE,MAAO,CACNmP,SAAUA,IAAMD,EAChBE,SAAUC,IACTH,EAAQG,EAERJ,EAAK,oBAAqB,CACzBC,SACC,EAEH,EAGyBH,CAAYjP,SAAUmP,EAAAA,IAKpCE,GAAWL,EAAmBK,SAK9BC,GAAWN,EAAmBM,SCpBrCE,GAAgB,SAAS3D,EAAK/R,GACnC,IACIoI,EACAuN,EAFAC,EAAU,GAMd,GAHAjZ,KAAKkZ,kBAAoB,GACzBlZ,KAAKmZ,QAAS,EACdnZ,KAAKoZ,UAAY,CAAC,EACd/V,EACH,IAAKoI,KAAQpI,EACZ4V,GAAWxN,EAAO,IAAM4N,mBAAmBhW,EAAKoI,IAAS,IAI3D,GADAwN,GAAW,gBAAkBI,mBAAmBT,MAC3C5Y,KAAKsZ,aAAsC,oBAAhBC,YAWzB,CACN,IAAIC,EAAW,yBAA2BT,GAAcU,YACxDV,GAAcW,gBAAgBX,GAAcU,aAAezZ,KAC3DA,KAAK2Z,OAASrZ,IAAE,qBAChBN,KAAK2Z,OAAO5D,KAAK,KAAMyD,GACvBxZ,KAAK2Z,OAAO1Z,OAEZ+Y,EAAW,KACe,IAAtB5D,EAAI1P,QAAQ,OACfsT,EAAW,KAEZhZ,KAAK2Z,OAAO5D,KAAK,MAAOX,EAAM4D,EAAW,6BAA+BD,GAAcU,YAAc,IAAMR,GAC1G3Y,IAAE,QAAQ0V,OAAOhW,KAAK2Z,QACtB3Z,KAAKsZ,aAAc,EACnBP,GAAcU,aACf,MAzBCT,EAAW,KACe,IAAtB5D,EAAI1P,QAAQ,OACfsT,EAAW,KAEZhZ,KAAK4Z,OAAS,IAAIL,YAAYnE,EAAM4D,EAAWC,GAC/CjZ,KAAK4Z,OAAOC,UAAY,SAASlF,GAChC,IAAK,IAAIlD,EAAI,EAAGA,EAAIzR,KAAKkZ,kBAAkBlX,OAAQyP,IAClDzR,KAAKkZ,kBAAkBzH,GAAG3I,KAAKgR,MAAMnF,EAAEtR,MAEzC,EAAEG,KAAKxD,MAkBRA,KAAK+Z,OAAO,eAAgB,SAAS1W,GACvB,UAATA,GACHrD,KAAKyX,OAEP,EAAEjU,KAAKxD,MACR,EACA+Y,GAAcW,gBAAkB,GAChCX,GAAcU,YAAc,EAC5BV,GAAciB,iBAAmB,SAASzU,EAAItC,EAAMI,GACnD0V,GAAcW,gBAAgBnU,GAAIyU,iBAAiB/W,EAAMI,EAC1D,EACA0V,GAAc9P,UAAY,CACzBiQ,kBAAmB,GACnBS,OAAQ,KACRP,UAAW,CAAC,EACZE,aAAa,EAWbU,iBAAkB,SAAS/W,EAAMI,GAChC,IAAIoO,EAEJ,IAAIzR,KAAKmZ,OAGT,GAAIlW,GACH,QAAmC,IAAxBjD,KAAKoZ,UAAUa,KACzB,IAAKxI,EAAI,EAAGA,EAAIzR,KAAKoZ,UAAUnW,GAAMjB,OAAQyP,IAC5CzR,KAAKoZ,UAAUnW,GAAMwO,GAAGpO,QAI1B,IAAKoO,EAAI,EAAGA,EAAIzR,KAAKkZ,kBAAkBlX,OAAQyP,IAC9CzR,KAAKkZ,kBAAkBzH,GAAGpO,EAG7B,EACA6W,WAAY,EAOZH,OAAQ,SAAS9W,EAAMlD,GAClBA,GAAYA,EAASY,OAEpBsC,EACCjD,KAAKsZ,aACHtZ,KAAKoZ,UAAUnW,KACnBjD,KAAKoZ,UAAUnW,GAAQ,IAExBjD,KAAKoZ,UAAUnW,GAAMyK,KAAK3N,IAE1BC,KAAK4Z,OAAOO,iBAAiBlX,GAAM,SAAS0R,QACrB,IAAXA,EAAEtR,KACZtD,EAAS+I,KAAKgR,MAAMnF,EAAEtR,OAEtBtD,EAAS,GAEX,IAAG,GAGJC,KAAKkZ,kBAAkBxL,KAAK3N,GAG/B,EAIA0X,MAAO,WACNzX,KAAKmZ,QAAS,OACa,IAAhBnZ,KAAK4Z,QACf5Z,KAAK4Z,OAAOnC,OAEd,GAGD,Y,4BCrIO,IAAI2C,GAAc,KACdC,GAAoB,KAWxB,MAyDMC,GAAY,SAASC,GACjC,GAAIH,GAAa,CAChB,MAAMI,EAAWJ,GACjBA,GAAY1X,QAAQ,IAAIpC,IAAAA,OAAQ,eAChC8Z,GAAYK,QC9EW,ID8EQ,WAC9BD,EAAS9X,QAAQ,IAAIpC,IAAAA,OAAQ,cACzBia,GACHA,EAASG,MAAM1a,KAAM6K,UAEvB,GACD,CAGAvK,IAAE,eAAeyV,KAAK,iBAAiB,GACnCsE,IACHA,GAAkBtE,KAAK,iBAAiB,GAGzCzV,IAAE,eAAemC,YAAY,cAC7B2X,GAAc,KACdC,GAAoB,IACrB,EEhGMM,KAAYxW,OAAOyW,Y,2BCiBzB,MA+DA,GA/Da,CAYZC,KAAMC,EAAAA,GAUNC,SAAQ,KAMRC,YAAaC,EAAAA,GAgBbC,UAAS,KAgBTC,gBAAeA,EAAAA,IAKhBC,KAAAA,eAA0B,KAAK,SAASzX,EAAKrC,GAC5C,OAAO4Z,EAAAA,EAAAA,IAAUvX,EAAKrC,EACvB,IC1EO,MCDP,IAMC+Z,WAAAA,CAAYC,GACXtb,KAAKub,YAAYD,EAAUnZ,EAAE,OAAQ,YACtC,EAQAoZ,WAAAA,CAAYD,EAAU/Q,GACrBjK,IAAEgb,GAAUha,KAAKiJ,GACf9H,YAAY,WACZA,YAAY,SACZ+Y,MAAK,GAAM,GACXna,MACH,EAYAoa,cAAAA,CAAeH,EAAU9T,GACxBxH,KAAK0b,eAAeJ,EAAU9T,EAC/B,EAYAkU,cAAAA,CAAeJ,EAAU9T,GACA,YAApBA,EAASpC,OACZpF,KAAK2b,gBAAgBL,EAAU9T,EAASnE,KAAKkH,SAE7CvK,KAAK4b,cAAcN,EAAU9T,EAASnE,KAAKkH,QAE7C,EAQAoR,eAAAA,CAAgBL,EAAU/Q,GACzBjK,IAAEgb,GAAUha,KAAKiJ,GACf5H,SAAS,WACTF,YAAY,SACZ+Y,MAAK,GAAM,GACXK,MAAM,KACNC,QAAQ,KACRza,MACH,EAQAua,aAAAA,CAAcN,EAAU/Q,GACvBjK,IAAEgb,GAAUha,KAAKiJ,GACf5H,SAAS,SACTF,YAAY,WACZpB,MACH,G,yBCtFD,UAEC2B,6BAA4BA,KACpB+Y,EAAAA,GAAAA,MAQRxY,2BAAAA,CAA4BxD,EAAUe,EAASkb,IAC9CC,EAAAA,GAAAA,MAAkBxV,KAAK1G,EAAUic,EAClC,GCnBD,IAKCE,SAAU,CAAC,EAQXnB,QAAAA,CAASoB,EAAYC,GACpB,IAAIC,EAAUrc,KAAKkc,SAASC,GACvBE,IACJA,EAAUrc,KAAKkc,SAASC,GAAc,IAEvCE,EAAQ3O,KAAK0O,EACd,EASAE,UAAAA,CAAWH,GACV,OAAOnc,KAAKkc,SAASC,IAAe,EACrC,EASAI,MAAAA,CAAOJ,EAAYK,EAAc1b,GAChC,MAAMub,EAAUrc,KAAKsc,WAAWH,GAChC,IAAK,IAAI1K,EAAI,EAAGA,EAAI4K,EAAQra,OAAQyP,IAC/B4K,EAAQ5K,GAAG8K,QACdF,EAAQ5K,GAAG8K,OAAOC,EAAc1b,EAGnC,EASA2b,MAAAA,CAAON,EAAYK,EAAc1b,GAChC,MAAMub,EAAUrc,KAAKsc,WAAWH,GAChC,IAAK,IAAI1K,EAAI,EAAGA,EAAI4K,EAAQra,OAAQyP,IAC/B4K,EAAQ5K,GAAGgL,QACdJ,EAAQ5K,GAAGgL,OAAOD,EAAc1b,EAGnC,GC9DY4b,GAAQvY,OAAOwY,QAAU,CAAC,E,2BCUvC,UAECC,UAAW,GAcXC,UAAAA,CAAWvU,EAAQnF,EAAKmR,GACvB,IAAIwI,EAOJ,GALCA,EADuB,iBAAZxU,EACCA,EAEAxF,GAAGia,iBAAiBzU,GAG7BnE,OAAO6Y,QAAQC,UAAW,CAK7B,GAJA9Z,EAAMA,GAAO+Z,SAASC,SAAW,IAAML,EAGrBM,UAAUC,UAAUC,cAAc5X,QAAQ,YAAc,GACzD6X,SAASH,UAAUC,UAAU7b,MAAM,KAAKqE,OAAS,GAAI,CACrE,MAAM2X,EAAWjU,SAASkU,iBAAiB,+DAC3C,IAAK,IAAiCC,EAA7BjM,EAAI,EAAGkM,EAAKH,EAASxb,OAAiByP,EAAIkM,EAAIlM,IACtDiM,EAAUF,EAAS/L,GAEnBiM,EAAQE,MAAMC,KAAOH,EAAQE,MAAMC,KAEnCH,EAAQE,MAAME,OAASJ,EAAQE,MAAME,OACrCJ,EAAQK,gBAAgB,UACxBL,EAAQM,aAAa,SAAU,eAEjC,CACI1J,EACHnQ,OAAO6Y,QAAQiB,aAAa3V,EAAQ,GAAInF,GAExCgB,OAAO6Y,QAAQC,UAAU3U,EAAQ,GAAInF,EAEvC,MAECgB,OAAO+Y,SAASgB,KAAO,IAAMpB,EAG7B9c,KAAKme,YAAa,CAEpB,EAWAlB,SAAAA,CAAU3U,EAAQnF,GACjBnD,KAAK6c,WAAWvU,EAAQnF,GAAK,EAC9B,EAaA8a,YAAAA,CAAa3V,EAAQnF,GACpBnD,KAAK6c,WAAWvU,EAAQnF,GAAK,EAC9B,EAOAib,oBAAAA,CAAqBC,GACpBre,KAAK4c,UAAUlP,KAAK2Q,EACrB,EAQAC,eAAAA,GACC,MAAMJ,EAAO/Z,OAAO+Y,SAASgB,KACvBK,EAAML,EAAKxY,QAAQ,KACzB,OAAI6Y,GAAO,EACHL,EAAKvY,OAAO4Y,EAAM,GAEtBL,EAAKlc,OAEDkc,EAAKvY,OAAO,GAEb,EACR,EAEA6Y,aAAaC,GACLA,EAAMnK,QAAQ,MAAO,KAS7BoK,aAAAA,GACC,MAAMD,EAAQze,KAAKse,kBACnB,IAAIhW,EAOJ,OALImW,IACHnW,EAASxF,GAAG6b,iBAAiB3e,KAAKwe,aAAaC,KAGhDnW,EAASnI,EAAAA,QAAAA,OAASmI,GAAU,CAAC,EAAGxF,GAAG6b,iBAAiB3e,KAAKwe,aAAatB,SAAS0B,UACxEtW,GAAU,CAAC,CACnB,EAEAuW,WAAAA,CAAYlK,GACX,GAAI3U,KAAKme,WAER,YADAne,KAAKme,YAAa,GAGnB,IAAI7V,EACJ,GAAKtI,KAAK4c,UAAU5a,OAApB,CAGAsG,EAAUqM,GAAKA,EAAEmK,MACb3e,EAAAA,QAAAA,SAAWmI,GACdA,EAASxF,GAAG6b,iBAAiBrW,GAClBA,IACXA,EAAStI,KAAK0e,iBAAmB,CAAC,GAEnC,IAAK,IAAIjN,EAAI,EAAGA,EAAIzR,KAAK4c,UAAU5a,OAAQyP,IAC1CzR,KAAK4c,UAAUnL,GAAGnJ,EARnB,CAUD,G,4BCxJD,SAASyW,GAAS5c,GAEjB,MAAM6c,EAAK,GACX,IAGI/K,EAHAF,EAAI,EACJC,GAAK,EACLqC,EAAI,EAGR,KAAOtC,EAAI5R,EAAEH,QAAQ,CACpBiS,EAAI9R,EAAE8c,OAAOlL,GAEb,MAAMmL,GAAO7I,GAAW,MAANpC,GAAeA,GAAK,KAAOA,GAAK,IAC9CiL,IAAM7I,IAETrC,IACAgL,EAAGhL,GAAK,GACRqC,EAAI6I,GAELF,EAAGhL,IAAMC,EACTF,GACD,CACA,OAAOiL,CACR,CAOA,UAECG,QAAO,GAKP1L,cAAa,MAYb2L,gBAAAA,CAAiBC,GAChB,GAAsB,iBAAXA,EACV,OAAO,KAGR,MAAMC,EAAID,EAAO/B,cAAciC,OAC/B,IAAIC,EAAQ,KAEZ,MAcMC,EAAUH,EAAEI,MAAM,mDACxB,OAAgB,OAAZD,EAMI,MALPD,EAAQG,WAAWL,GACdM,SAASJ,IAMXC,EAAQ,KACXD,GAxBkB,CAClBK,EAAG,EACHC,EAAG,KACHC,GAAI,KACJC,GAAI,QACJd,EAAG,QACHe,GAAI,WACJC,EAAG,WACHC,GAAI,cACJhe,EAAG,cACHie,GAAI,gBACJC,EAAG,iBAawBZ,EAAQ,KAGpCD,EAAQ5O,KAAKC,MAAM2O,GACZA,GAVE,KAWV,EAOA7L,WAAUA,CAAC2M,EAAWC,UACEngB,IAAnB+D,OAAOqc,SACV1d,GAAG2d,OAAShgB,GAAQ6F,KAAK,+FAE1Bia,EAASA,GAAU,MACZG,KAAOJ,GAAWC,OAAOA,IAOjCI,oBAAAA,CAAqBL,QACGlgB,IAAnB+D,OAAOqc,SACV1d,GAAG2d,OAAShgB,GAAQ6F,KAAK,yGAE1B,MAAMsa,EAAOF,OAASE,KAAKF,KAAOJ,IAClC,OAAIM,GAAQ,GAAKA,EAAO,KAChBze,EAAE,OAAQ,eAEXue,KAAOJ,GAAWO,SAC1B,EAOAC,iBAAAA,GACC,GAAI9gB,KAAK+gB,gBACR,OAAO/gB,KAAK+gB,gBAGb,MAAMC,EAAQzX,SAAS8L,cAAc,KACrC2L,EAAMpD,MAAM7K,MAAQ,OACpBiO,EAAMpD,MAAM5K,OAAS,QAErB,MAAMiO,EAAQ1X,SAAS8L,cAAc,OACrC4L,EAAMrD,MAAMsD,SAAW,WACvBD,EAAMrD,MAAMuD,IAAM,MAClBF,EAAMrD,MAAMwD,KAAO,MACnBH,EAAMrD,MAAMyD,WAAa,SACzBJ,EAAMrD,MAAM7K,MAAQ,QACpBkO,EAAMrD,MAAM5K,OAAS,QACrBiO,EAAMrD,MAAM0D,SAAW,SACvBL,EAAMM,YAAYP,GAElBzX,SAAS5B,KAAK4Z,YAAYN,GAC1B,MAAMO,EAAKR,EAAMS,YACjBR,EAAMrD,MAAM0D,SAAW,SACvB,IAAII,EAAKV,EAAMS,YASf,OARID,IAAOE,IACVA,EAAKT,EAAMU,aAGZpY,SAAS5B,KAAKia,YAAYX,GAE1BjhB,KAAK+gB,gBAAmBS,EAAKE,EAEtB1hB,KAAK+gB,eACb,EAQAc,UAAUC,GAGF,IAAIC,KAAKD,EAAKE,cAAeF,EAAKG,WAAYH,EAAKI,WAW3DC,kBAAAA,CAAmBC,EAAGvC,GACrB,IAAI9L,EACJ,MAAMsO,EAAKtD,GAASqD,GACdE,EAAKvD,GAASc,GAEpB,IAAK9L,EAAI,EAAGsO,EAAGtO,IAAMuO,EAAGvO,GAAIA,IAC3B,GAAIsO,EAAGtO,KAAOuO,EAAGvO,GAAI,CACpB,MAAMwO,EAAOC,OAAOH,EAAGtO,IAAW0O,EAAOD,OAAOF,EAAGvO,IAGnD,OAAIwO,GAAQF,EAAGtO,IAAM0O,GAAQH,EAAGvO,GACxBwO,EAAOE,EAIPJ,EAAGtO,GAAG2O,cAAcJ,EAAGvO,GAAIjR,GAAG6f,cAEvC,CAED,OAAON,EAAGrgB,OAASsgB,EAAGtgB,MACvB,EAQA4gB,OAAAA,CAAQ7iB,EAAU8iB,GACjB,MAAMC,EAAmB,YACL,IAAf/iB,KACHgjB,WAAWD,EAAkBD,EAE/B,EAEAC,GACD,EASAE,kBAAAA,CAAmBvX,EAAMzH,GACxB,MAAMif,EAAU1Z,SAAS2Z,OAAO1hB,MAAM,KACtC,IAAK,IAAIiQ,EAAI,EAAGA,EAAIwR,EAAQjhB,OAAQyP,IAAK,CACxC,MAAMyR,EAASD,EAAQxR,GAAGjQ,MAAM,KAChC,GAAI0hB,EAAO,GAAG3D,SAAW9T,GAAQyX,EAAO,GAAG3D,SAAWvb,EACrD,OAAO,CAET,CACA,OAAO,CACR,GC3OYyc,GAFAtc,OAAOgf,UCApB,IAAIC,GAAUjf,OAAOkf,YAErB,QAAuB,IAAZD,GAAyB,CACnCA,GAAUlG,SAASC,SACnB,MAAMoB,EAAM6E,GAAQ1d,QAAQ,eAE3B0d,IADY,IAAT7E,EACO6E,GAAQzd,OAAO,EAAG4Y,GAElB6E,GAAQzd,OAAO,EAAGyd,GAAQE,YAAY,KAElD,CAEA,Y,gBC2EA,UAICC,SZ3FuB,CAAC,GAAI,QAAS,MAAO,cAAe,OAAQ,YY4FnEC,UZ3FwB,GY4FxBC,eZrF6B,GYsF7BC,kBZ3FgC,EY4FhCC,kBZzFgC,EY0FhCC,gBZ9F8B,EY+F9BC,gBZ7F8B,EY8F9BC,iBZ3F+B,GY4F/BC,kBZ9FgC,EY+FhCC,aZ3F2B,mBYuG3BC,kBAAmBrW,KAAWA,EAAK8R,MAAMwE,EAAOC,uBAChD5hB,KAAI,EACJ8B,UAAS,EACTH,UAAS,EACTkgB,aAAY,EACZzd,SAAQ,EACR0d,OAAQH,EAORva,YAAW,EACX2a,QAAS1a,EACT2P,YAAW,GAQXgL,ejB9H6BA,KACtB,CACNC,IAAK7a,EACLD,gBiB4HD+a,YXhI0BA,IAAM9J,GWiIhC+J,KAAI,GAOJC,2BAA4B1iB,EAC5B2iB,kB1B1H+B1c,KAIZ,IAAfA,EAAI9C,QAAoC,UAAnB8C,EAAI2c,YAA6C,YAAnB3c,EAAI2c,aAA4B/hB,GAAGgiB,iBAItF3kB,EAAAA,QAAAA,SAAW,CAAC,IAAK,IAAK,IAAK,KAAM+H,EAAI9C,SAAWtC,GAAG6G,YAEtDoZ,YAAW,WACV,IAAKjgB,GAAGiiB,wBAA0BjiB,GAAGgiB,cAAe,CACnD,IAAIE,EAAQ,EACZ,MAAMC,EAAU,EACVpC,EAAWqC,aAAY,WAC5BhjB,EAAaP,WAAW0U,EAAE,OAAQ,+CAAgD,gDAAiD4O,EAAUD,IACzIA,GAASC,IACZE,cAActC,GACd/f,GAAGsiB,UAEJJ,GACD,GAAG,KAIHliB,GAAGgiB,eAAgB,CACpB,CACD,GAAG,KACsB,IAAf5c,EAAI9C,QAEd2d,YAAW,WACLjgB,GAAGiiB,uBAA0BjiB,GAAGgiB,eAEpChiB,GAAG6hB,4BAEL,GAAG,KACJ,E0BuFAU,8B1B5E4Cnd,IAmBxCA,EAAIiS,mBACPjS,EAAIiS,iBAAiB,QAnBDmL,KACG,IAAnBpd,EAAIqd,aAIHrd,EAAI9C,QAAU,KAAO8C,EAAI9C,OAAS,KAAuB,MAAf8C,EAAI9C,QAKnD9E,IAAEiJ,UAAU7G,QAAQ,IAAIpC,IAAAA,OAAQ,aAAc4H,GAAI,IAUlDA,EAAIiS,iBAAiB,SAPAqL,KAErBllB,IAAEiJ,UAAU7G,QAAQ,IAAIpC,IAAAA,OAAQ,aAAc4H,EAAI,IAMnD,E0B8DAud,gBCjJ8BA,KAC9B3iB,GAAG2d,OAAShgB,GAAQ6F,KAAK,sGAClBof,EAAAA,GAAAA,MDoJPpL,UAAS,GACTqL,ab9I2B,SAASC,EAASC,EAASC,EAAQC,GAC9DF,EAAQljB,SAAS,QACjB,MAAMqjB,EAAiD,MAA5BJ,EAAQ3P,KAAK,YAAkD,WAA5B2P,EAAQ3P,KAAK,WAI3E2P,EAAQ7N,GAAGiO,EAAqB,aAAe,yBAAyB,SAASC,GAEhFA,EAAMC,iBAGFD,EAAMpiB,KAAqB,UAAdoiB,EAAMpiB,MAInBgiB,EAAQM,GAAG/L,IACdE,MAEUF,IAGVE,MAGkB,IAAfyL,GACHF,EAAQvP,SAAS3T,SAAS,cAI3BijB,EAAQ7P,KAAK,iBAAiB,GAE9B8P,EAAQO,YChDe,GDgDQN,GAC/B1L,GAAcyL,EACdxL,GAAoBuL,GACrB,GACD,Ea4GCS,SbxDuBA,CAACT,EAASC,EAAStL,KACtCsL,EAAQM,GAAG/L,MAGfE,KACAF,GAAcyL,EACdxL,GAAoBuL,EACpBC,EAAQnjB,QAAQ,IAAIpC,IAAAA,OAAQ,eAC5BulB,EAAQxkB,OACRwkB,EAAQnjB,QAAQ,IAAIpC,IAAAA,OAAQ,cAExBH,EAAAA,QAAAA,WAAaoa,IAChBA,IACD,Ea4CA+L,ebrG6BA,CAACV,EAASC,KAEnCA,EAAQM,GAAG/L,KACdE,KAEDsL,EAAQW,IAAI,cAAc9jB,YAAY,cACtCojB,EAAQpjB,YAAY,OAAO,EauG3B+K,SAAQ,KAIRgZ,WAAU,KAIVC,QAAO,KAIPC,WAAU,KAIVC,UAAS,KAKTC,QE/KsBA,IAAMziB,OAAO+Y,SAAS2J,KFgL5CC,YEtK0BA,IAAM3iB,OAAO+Y,SAAS6J,SFuKhDC,QE7JsBA,IAAM7iB,OAAO+Y,SAAS+J,KF8J5CC,YElM0BA,IAAM/iB,OAAO+Y,SAASiK,SAAS3lB,MAAM,KAAK,GFuMpE4lB,mBAAkB,KAIlBC,UAAS,KAIT1E,YAAW,KAKX5F,iBnB1JoBzU,GACfA,EAGEhI,IAAAA,IAAMgI,GAAQ,SAAStE,EAAOH,GACpC,IAAIyb,EAAIjG,mBAAmBxV,GAI3B,OAHIG,UACHsb,GAAK,IAAMjG,mBAAmBrV,IAExBsb,CACR,IAAG7d,KAAK,KARA,GmByJRkd,iBnB7MoB2I,IACpB,IAAI/I,EACAgJ,EACJ,MAAMziB,EAAS,CAAC,EAChB,IAAIjB,EACJ,IAAKyjB,EACJ,OAAO,KAER/I,EAAM+I,EAAY5hB,QAAQ,KACtB6Y,GAAO,IACV+I,EAAcA,EAAY3hB,OAAO4Y,EAAM,IAExC,MAAM3Y,EAAQ0hB,EAAYhT,QAAQ,MAAO,OAAO9S,MAAM,KACtD,IAAK,IAAIiQ,EAAI,EAAGA,EAAI7L,EAAM5D,OAAQyP,IAAK,CAEtC,MAAM+V,EAAO5hB,EAAM6L,GACnB8M,EAAMiJ,EAAK9hB,QAAQ,KAElB6hB,EADGhJ,GAAO,EACG,CACZiJ,EAAK7hB,OAAO,EAAG4Y,GACfiJ,EAAK7hB,OAAO4Y,EAAM,IAIN,CAACiJ,GAEVD,EAAWvlB,SAGhB6B,EAAM4jB,mBAAmBF,EAAW,IAC/B1jB,IAKJiB,EAAOjB,GADJ0jB,EAAWvlB,OAAS,EACTylB,mBAAmBF,EAAW,IAG9B,MAEhB,CACA,OAAOziB,CAAM,EmBsKb4iB,IAAG,GACHxlB,aAAY,EAIZa,qBAAoB,GACpB4kB,QAAO,GACPjL,MAAK,GACLlJ,KAAI,GACJiN,MAAK,GAILpI,SAAUuP,EAAAA,GAIVC,YAAW,KAIXC,KG5OkB1e,GH4OTjF,OG5OoBsH,IAC7B,MAAMsc,EAAatc,EAAKjK,MAAM,KACxBwmB,EAAOD,EAAWliB,MAExB,IAAK,IAAI4L,EAAI,EAAGA,EAAIsW,EAAW/lB,OAAQyP,IAEtC,KADArI,GAAUA,GAAQ2e,EAAWtW,KAE5B,OAAO,EAGT,OAAOrI,GAAQ4e,EAAK,GHsOpBC,IG5NkB7e,IAAW,CAACqC,EAAMzH,KACpC,MAAM+jB,EAAatc,EAAKjK,MAAM,KACxBwmB,EAAOD,EAAWliB,MAExB,IAAK,IAAI4L,EAAI,EAAGA,EAAIsW,EAAW/lB,OAAQyP,IACjCrI,EAAQ2e,EAAWtW,MACvBrI,EAAQ2e,EAAWtW,IAAM,CAAC,GAE3BrI,EAAUA,EAAQ2e,EAAWtW,IAG9B,OADArI,EAAQ4e,GAAQhkB,EACTA,CAAK,EHiNPikB,CAAI9jB,QAIT+jB,YAAaC,EAAAA,GAIbC,UAAS,KACTC,SIzPuBC,IAAenkB,OAAO+Y,SAAWoL,CAAS,EJ0PjElD,OInPqBA,KAAQjhB,OAAO+Y,SAASkI,QAAQ,EJoPrD/d,aAAckhB,KAIdC,OAAM,KAONC,UAAWA,CAACC,EAASC,KACbvlB,EAAAA,EAAAA,IAAeslB,EAAS,CAAC,EAAG,CAClCE,WAAYD,GAAW,IACnB,IAKNE,aAAcC,EAAAA,GACdC,iBTrQ+BL,IACxBM,EAAAA,EAAAA,MAAmB,eAAiBN,ES8Q3CtF,QAAOA,IGzRWha,QH6RnB6f,EAAAA,EAAAA,IAAU,qBAAqBtU,IAC9B7R,GAAGuE,aAAesN,EAAEgE,MAGpBlY,GAAQgK,KAAK,0BAA2BkK,EAAEgE,MAAM,I,wCKxRjD,IAAI0L,GAAS,KAKb,MAmDM6E,GAAOC,UACZ,IACC,MAAMxQ,OAbSwQ,WAChB,MAAMhmB,GAAM0kB,EAAAA,EAAAA,IAAY,cAOxB,aAFmBvnB,IAAAA,IAAM6C,IAEbwV,KAAK,EAKIC,GACpBwQ,GAAgBzQ,EACjB,CAAE,MAAOhE,GACRlU,GAAQC,MAAM,2BAA4BiU,EAC3C,GAGK0U,GAAeA,KACpB,MAAMxG,EAAWqC,YAAYgE,GAAsB,IArChCI,MACnB,IAAIzG,EAAW0G,IAMf,OALIlF,GAAOmF,mBACV3G,EAAWjS,KAAKwB,MAAMiS,GAAOmF,iBAAmB,IAI1C5Y,KAAK0E,IACX,MACA1E,KAAKkC,IACJ,GACA2W,MAAM5G,GAAY,IAAMA,GAEzB,EAwBkCyG,IAInC,OAFA7oB,GAAQgK,KAAK,qCAENoY,CAAQ,ECpFhB,I,YCoBA,MCpB2G,GDoB3G,CACEpX,KAAM,eACNie,MAAO,CAAC,SACRzkB,MAAO,CACLoF,MAAO,CACLpH,KAAM0mB,QAERC,UAAW,CACT3mB,KAAM0mB,OACNE,QAAS,gBAEXnW,KAAM,CACJzQ,KAAMuf,OACNqH,QAAS,M,gBEff,UAXgB,QACd,ICRW,WAAkB,IAAIC,EAAI9pB,KAAK+pB,EAAGD,EAAIE,MAAMD,GAAG,OAAOA,EAAG,OAAOD,EAAIG,GAAG,CAACC,YAAY,qCAAqC9jB,MAAM,CAAC,cAAc0jB,EAAIzf,MAAQ,KAAO,OAAO,aAAayf,EAAIzf,MAAM,KAAO,OAAO0N,GAAG,CAAC,MAAQ,SAASoS,GAAQ,OAAOL,EAAIM,MAAM,QAASD,EAAO,IAAI,OAAOL,EAAIO,QAAO,GAAO,CAACN,EAAG,MAAM,CAACG,YAAY,4BAA4B9jB,MAAM,CAAC,KAAO0jB,EAAIF,UAAU,MAAQE,EAAIpW,KAAK,OAASoW,EAAIpW,KAAK,QAAU,cAAc,CAACqW,EAAG,OAAO,CAAC3jB,MAAM,CAAC,EAAI,wRAAwR,CAAE0jB,EAAS,MAAEC,EAAG,QAAQ,CAACD,EAAIQ,GAAGR,EAAIS,GAAGT,EAAIzf,UAAUyf,EAAIU,UACvyB,GACsB,IDSpB,EACA,KACA,KACA,MAI8B,Q,uIEgChC,MClDmL,GDkDnL,CACA/e,KAAA,UACA8b,WAAA,CACAkD,aAAA,KACAC,aAAA,KACAC,UAAA,KACAC,SAAAA,GAAAA,GAEA3lB,MAAA,CACA4lB,QAAA,CACAC,UAAA,EACA7nB,KAAA4D,SAGAkkB,SAAA,CACAC,OAAAA,GACA,YAAAH,QAAAI,UACA,MAAAJ,QAAAI,aAAA,KAAAJ,QAAAG,SAEA,KAAAH,QAAAG,OACA,EACAE,mBAAAA,GACA,QAAAL,QAAAzlB,OACA,OACAA,OAAA,KAAAylB,QAAAzlB,OACAmF,QAAA,KAAAsgB,QAAAM,cACApd,KAAA,KAAA8c,QAAAO,WAIA,I,0JErEItqB,GAAU,CAAC,EAEfA,GAAQuqB,kBAAoB,KAC5BvqB,GAAQwqB,cAAgB,KAElBxqB,GAAQyqB,OAAS,UAAc,KAAM,QAE3CzqB,GAAQ0qB,OAAS,KACjB1qB,GAAQ2qB,mBAAqB,KAEhB,KAAI,KAAS3qB,IAKJ,MAAW,KAAQ4qB,QAAS,KAAQA,OCP1D,UAXgB,QACd,ICTW,WAAkB,IAAI5B,EAAI9pB,KAAK+pB,EAAGD,EAAIE,MAAMD,GAAG,OAAOA,EAAG,KAAK,CAACG,YAAY,WAAW,CAACH,EAAG,WAAW,CAACG,YAAY,kBAAkB9jB,MAAM,CAAC,KAAO,GAAG,KAAO0jB,EAAIe,QAAQc,OAAS7B,EAAIe,QAAQrG,SAAMpkB,EAAU,cAAc0pB,EAAIe,QAAQc,OAAO,gBAAe,EAAK,eAAe7B,EAAIe,QAAQe,YAAY,wBAAwB9B,EAAIoB,uBAAuBpB,EAAIQ,GAAG,KAAKP,EAAG,IAAI,CAACG,YAAY,gBAAgB9jB,MAAM,CAAC,KAAO0jB,EAAIe,QAAQgB,YAAc/B,EAAIe,QAAQI,WAAWa,YAAY,CAAC/B,EAAG,MAAM,CAACG,YAAY,4BAA4B,CAACJ,EAAIQ,GAAGR,EAAIS,GAAGT,EAAIe,QAAQkB,aAAajC,EAAIQ,GAAG,KAAMR,EAAIe,QAAQmB,YAAajC,EAAG,MAAM,CAACG,YAAY,+BAA+B,CAACJ,EAAIQ,GAAGR,EAAIS,GAAGT,EAAIe,QAAQmB,gBAAgBlC,EAAIU,KAAKV,EAAIQ,GAAG,KAAMR,EAAIe,QAAQM,cAAepB,EAAG,MAAM,CAACG,YAAY,iCAAiC,CAACJ,EAAIQ,GAAGR,EAAIS,GAAGT,EAAIe,QAAQM,kBAAkBpB,EAAG,MAAM,CAACG,YAAY,gCAAgC,CAACJ,EAAIQ,GAAGR,EAAIS,GAAGT,EAAIe,QAAQoB,eAAe,SAASnC,EAAIQ,GAAG,KAAMR,EAAIkB,QAAQhpB,OAAQ+nB,EAAG,YAAY,CAAC3jB,MAAM,CAAC,OAAS0jB,EAAIe,QAAQI,UAAY,EAAI,IAAI,CAACnB,EAAIoC,GAAIpC,EAAIkB,SAAS,SAASmB,EAAOC,GAAK,MAAO,CAAuB,MAArBD,EAAOL,UAAmB/B,EAAG,eAAe,CAAClmB,IAAIuoB,EAAIlC,YAAY,gBAAgB9jB,MAAM,CAAC,KAAO+lB,EAAOL,WAAWO,YAAYvC,EAAIwC,GAAG,CAAC,CAACzoB,IAAI,OAAO2I,GAAG,WAAW,MAAO,CAACud,EAAG,MAAM,CAACG,YAAY,wBAAwB9jB,MAAM,CAAC,cAAc,OAAO,IAAM+lB,EAAOpe,QAAQ,EAAEwe,OAAM,IAAO,MAAK,IAAO,CAACzC,EAAIQ,GAAG,aAAaR,EAAIS,GAAG4B,EAAO9hB,OAAO,cAAc0f,EAAG,eAAe,CAAClmB,IAAIuoB,EAAIlC,YAAY,gBAAgBmC,YAAYvC,EAAIwC,GAAG,CAAC,CAACzoB,IAAI,OAAO2I,GAAG,WAAW,MAAO,CAACud,EAAG,MAAM,CAACG,YAAY,wBAAwB9jB,MAAM,CAAC,cAAc,OAAO,IAAM+lB,EAAOpe,QAAQ,EAAEwe,OAAM,IAAO,MAAK,IAAO,CAACzC,EAAIQ,GAAG,aAAaR,EAAIS,GAAG4B,EAAO9hB,OAAO,cAAc,KAAI,GAAGyf,EAAIU,MAAM,EACjuD,GACsB,IDUpB,EACA,KACA,WACA,MAI8B,Q,gBEXhC,MAYA,GAXc,QADIgC,IAYOjI,EAAAA,GAAAA,QAVhBkI,EAAAA,GAAAA,MACLC,OAAO,QACPrhB,SAEIohB,EAAAA,GAAAA,MACLC,OAAO,QACPC,OAAOH,GAAKhI,KACZnZ,QATemhB,QAciBC,EAAAA,GAAAA,MACjCC,OAAO,kBACPE,aACAvhB,QAHK,MCdP,IACChI,KAAIA,KACI,CACNP,GAAEA,KAGJ+pB,QAAS,CACR1qB,EAAG2qB,GAAK5R,UAAU1X,KAAKspB,IACvBzW,EAAGyW,GAAK3R,gBAAgB3X,KAAKspB,M,gBCiE/B,UACArhB,KAAA,eAEA8b,WAAA,CACAwF,QAAA,GACAC,SAAA,GACAC,QAAA,KACAC,SAAA,KACAC,eAAA,KACAC,aAAA,KACAC,cAAA,KACAC,YAAAA,GAAAA,GAGAC,OAAA,CAAAC,IAEAnqB,IAAAA,GACA,MAAAmpB,GAAAjI,EAAAA,GAAAA,MACA,OACAkJ,oBAAA,EACAC,gBAAA7F,EAAAA,EAAAA,IAAA,kBACA8F,oBAAA9F,EAAAA,EAAAA,IAAA,kCACA+F,cAAApB,EAAA7R,QACAkT,SAAA,GACAC,iBAAA1tB,EACAM,OAAA,EACAqtB,WAAA,GAEA,EAEAlB,QAAA,CACA,gBAAAmB,SACA,KAAAC,YAAA,GACA,EACA,iBAAAA,CAAAF,GAEA,KAAAD,YADA,KAAAC,GACA5rB,EAAAA,EAAAA,IAAA,mCAEAA,EAAAA,EAAAA,IAAA,+BACA+rB,KAAAH,IAKA,KAAArtB,OAAA,EAEA,IACA,MAAA2C,MAAA,SAAAwqB,EAAA,mBAAAJ,UAAAU,GAAAA,GAAAC,MAAAvG,EAAAA,EAAAA,IAAA,2BACAzZ,OAAA2f,IAEA,KAAAF,SAAAA,EACA,KAAAJ,mBAAAA,EACA,KAAAK,iBAAA1tB,CACA,OAAAM,GACA2tB,GAAA3tB,MAAA,2BACAA,QACAqtB,eAEA,KAAArtB,OAAA,CACA,CACA,EACA4tB,iBAAAC,MAAA,WACA,KAAAN,YAAA,KAAAF,WACA,QAKAS,OAAAA,GACA,KAAAT,WAAA,GACA,KAAAF,SAAA,GACA,KAAAY,YACA,EAKAA,UAAAA,GACA,KAAAC,WAAA,KACA,KAAAC,MAAAC,kBAAAC,QACA,KAAAF,MAAAC,kBAAAE,QAAA,GAEA,ICnKkL,M,eCW9K,GAAU,CAAC,EAEf,GAAQzD,kBAAoB,KAC5B,GAAQC,cAAgB,KAElB,GAAQC,OAAS,UAAc,KAAM,QAE3C,GAAQC,OAAS,KACjB,GAAQC,mBAAqB,KAEhB,KAAI,KAAS,IAKJ,MAAW,KAAQC,QAAS,KAAQA,OCP1D,UAXgB,QACd,IfTW,WAAkB,IAAI5B,EAAI9pB,KAAK+pB,EAAGD,EAAIE,MAAMD,GAAG,OAAOA,EAAG,eAAe,CAACG,YAAY,eAAe9jB,MAAM,CAAC,GAAK,eAAe,aAAa0jB,EAAI3nB,EAAE,OAAQ,oBAAoB4V,GAAG,CAAC,KAAO+R,EAAIkE,YAAY3B,YAAYvC,EAAIwC,GAAG,CAAC,CAACzoB,IAAI,UAAU2I,GAAG,WAAW,MAAO,CAACud,EAAG,WAAW,CAACG,YAAY,6BAA6B9jB,MAAM,CAAC,KAAO,MAAM,EAAEmmB,OAAM,MAAS,CAACzC,EAAIQ,GAAG,KAAKP,EAAG,MAAM,CAACG,YAAY,sBAAsB,CAACH,EAAG,MAAM,CAACG,YAAY,qCAAqC,CAACH,EAAG,cAAc,CAACgF,IAAI,oBAAoB7E,YAAY,6BAA6B9jB,MAAM,CAAC,GAAK,6BAA6B,MAAQ0jB,EAAIiE,WAAW,uBAAuB,QAAQ,MAAQjE,EAAI3nB,EAAE,OAAQ,mBAAmB,wBAAwB2nB,EAAI3nB,EAAE,OAAO,gBAAgB,uBAA0C,KAAnB2nB,EAAIiE,WAAkB,YAAcjE,EAAI3nB,EAAE,OAAQ,sBAAsB4V,GAAG,CAAC,eAAe,SAASoS,GAAQL,EAAIiE,WAAW5D,CAAM,EAAE,MAAQL,EAAIwE,iBAAiB,wBAAwBxE,EAAI0E,YAAY,GAAG1E,EAAIQ,GAAG,KAAMR,EAAIppB,MAAOqpB,EAAG,iBAAiB,CAAC3jB,MAAM,CAAC,KAAO0jB,EAAI3nB,EAAE,OAAQ,iCAAiCkqB,YAAYvC,EAAIwC,GAAG,CAAC,CAACzoB,IAAI,OAAO2I,GAAG,WAAW,MAAO,CAACud,EAAG,WAAW,EAAEwC,OAAM,IAAO,MAAK,EAAM,aAAczC,EAAIgE,YAAa/D,EAAG,iBAAiB,CAAC3jB,MAAM,CAAC,KAAO0jB,EAAIgE,aAAazB,YAAYvC,EAAIwC,GAAG,CAAC,CAACzoB,IAAI,OAAO2I,GAAG,WAAW,MAAO,CAACud,EAAG,iBAAiB,EAAEwC,OAAM,OAAmC,IAAxBzC,EAAI+D,SAAS7rB,OAAc+nB,EAAG,iBAAiB,CAAC3jB,MAAM,CAAC,KAAO0jB,EAAI3nB,EAAE,OAAQ,sBAAsBkqB,YAAYvC,EAAIwC,GAAG,CAAC,CAACzoB,IAAI,OAAO2I,GAAG,WAAW,MAAO,CAACud,EAAG,WAAW,EAAEwC,OAAM,OAAUxC,EAAG,MAAM,CAACG,YAAY,+BAA+B,CAACH,EAAG,MAAM,CAAC3jB,MAAM,CAAC,GAAK,0BAA0B,CAAC2jB,EAAG,KAAKD,EAAIoC,GAAIpC,EAAI+D,UAAU,SAAShD,GAAS,OAAOd,EAAG,UAAU,CAAClmB,IAAIgnB,EAAQtlB,GAAGa,MAAM,CAAC,QAAUykB,IAAU,IAAG,KAAKf,EAAIQ,GAAG,KAAMR,EAAI2D,mBAAoB1D,EAAG,MAAM,CAACG,YAAY,uCAAuC,CAACH,EAAG,WAAW,CAAC3jB,MAAM,CAAC,KAAO,WAAW,KAAO0jB,EAAI4D,iBAAiB,CAAC5D,EAAIQ,GAAG,eAAeR,EAAIS,GAAGT,EAAI3nB,EAAE,OAAQ,sBAAsB,iBAAiB,GAAI2nB,EAAI8D,cAAe7D,EAAG,MAAM,CAACG,YAAY,uCAAuC,CAACH,EAAG,WAAW,CAAC3jB,MAAM,CAAC,KAAO,WAAW,KAAO0jB,EAAI6D,qBAAqB,CAAC7D,EAAIQ,GAAG,eAAeR,EAAIS,GAAGT,EAAI3nB,EAAE,OAAQ,6BAA6B,iBAAiB,GAAG2nB,EAAIU,QAAQ,IACluE,GACsB,IeUpB,EACA,KACA,WACA,MAI8B,QCnBhC,I,YCoBA,MCpByG,GDoBzG,CACE/e,KAAM,aACNie,MAAO,CAAC,SACRzkB,MAAO,CACLoF,MAAO,CACLpH,KAAM0mB,QAERC,UAAW,CACT3mB,KAAM0mB,OACNE,QAAS,gBAEXnW,KAAM,CACJzQ,KAAMuf,OACNqH,QAAS,MEff,IAXgB,QACd,ICRW,WAAkB,IAAIC,EAAI9pB,KAAK+pB,EAAGD,EAAIE,MAAMD,GAAG,OAAOA,EAAG,OAAOD,EAAIG,GAAG,CAACC,YAAY,mCAAmC9jB,MAAM,CAAC,cAAc0jB,EAAIzf,MAAQ,KAAO,OAAO,aAAayf,EAAIzf,MAAM,KAAO,OAAO0N,GAAG,CAAC,MAAQ,SAASoS,GAAQ,OAAOL,EAAIM,MAAM,QAASD,EAAO,IAAI,OAAOL,EAAIO,QAAO,GAAO,CAACN,EAAG,MAAM,CAACG,YAAY,4BAA4B9jB,MAAM,CAAC,KAAO0jB,EAAIF,UAAU,MAAQE,EAAIpW,KAAK,OAASoW,EAAIpW,KAAK,QAAU,cAAc,CAACqW,EAAG,OAAO,CAAC3jB,MAAM,CAAC,EAAI,iFAAiF,CAAE0jB,EAAS,MAAEC,EAAG,QAAQ,CAACD,EAAIQ,GAAGR,EAAIS,GAAGT,EAAIzf,UAAUyf,EAAIU,UAC9lB,GACsB,IDSpB,EACA,KACA,KACA,MAI8B,QElB6N,ICIhOwE,EAAAA,EAAAA,IAAiB,CAC1CC,OAAQ,cACRhqB,MAAO,CACHtB,IAAK,MAETurB,KAAAA,CAAMC,GACF,MAAMlqB,EAAQkqB,EACRC,GAAarE,EAAAA,EAAAA,KAAS,IAAMpB,OAAO1kB,EAAMtB,IAAI0rB,OAAS,KACtDC,GAAYvE,EAAAA,EAAAA,KAAS,IACE,SAArBqE,EAAWprB,MACJ,GAEJiB,EAAMtB,IAAI8H,MACVxG,EAAMtB,IAAI0rB,OAAS,EAAI,MAAKhZ,EAAAA,EAAAA,GAAE,OAAQ,uBAAwB,wBAAyBpR,EAAMtB,IAAI0rB,OAAQ,CAAEjZ,MAAOnR,EAAMtB,IAAI0rB,YAAe,MAEtJ,MAAO,CAAEE,OAAO,EAAMtqB,QAAOmqB,aAAYE,YAAWE,QAAOA,GAC/D,I,gBCTA,GAAU,CAAC,EAEf,GAAQnE,kBAAoB,KAC5B,GAAQC,cAAgB,KAElB,GAAQC,OAAS,UAAc,KAAM,QAE3C,GAAQC,OAAS,KACjB,GAAQC,mBAAqB,KAEhB,KAAI,KAAS,IAKJ,MAAW,KAAQC,QAAS,KAAQA,OCP1D,UAXgB,QACd,IFTW,WAAkB,IAAI5B,EAAI9pB,KAAK+pB,EAAGD,EAAIE,MAAMD,GAAG0F,EAAO3F,EAAIE,MAAM0F,YAAY,OAAO3F,EAAG,OAAO,CAACG,YAAY,gBAAgB9jB,MAAM,CAAC,KAAO,MAAM,cAAcqpB,EAAOL,WAAW,aAAaK,EAAOH,YAAY,CAACvF,EAAG,MAAM,CAACG,YAAY,sBAAsB9jB,MAAM,CAAC,IAAM0jB,EAAInmB,IAAIoK,KAAK,IAAM,MAAM+b,EAAIQ,GAAG,KAAMR,EAAInmB,IAAI0rB,OAAQtF,EAAG0F,EAAOD,QAAQ,CAACtF,YAAY,wBAAwB9jB,MAAM,CAAC,KAAO,MAAM0jB,EAAIU,MAAM,EACha,GACsB,IEUpB,EACA,KACA,WACA,MAI8B,QCnB8N,ICGjOwE,EAAAA,EAAAA,IAAiB,CAC1CC,OAAQ,eACRhqB,MAAO,CACHtB,IAAK,MAETurB,KAAAA,CAAMC,GACF,MAAMlqB,EAAQkqB,EACRQ,GAAmBZ,EAAAA,EAAAA,MACnBa,GAAeb,EAAAA,EAAAA,MACfc,GAAad,EAAAA,EAAAA,KAAI,GAEvB,SAASe,IACL,MAAMC,EAAWJ,EAAiB3rB,MAAM2d,YAExCkO,EAAW7rB,MAAS+rB,EAAmC,GAAxB9qB,EAAMtB,IAAI8H,KAAKzJ,OAAiB4tB,EAAa5rB,MAAMgsB,WACtF,CAIA,OAFAC,EAAAA,EAAAA,IAAUH,IACVI,EAAAA,EAAAA,KAAM,IAAMjrB,EAAMtB,IAAI8H,MAAMqkB,GACrB,CAAEP,OAAO,EAAMtqB,QAAO0qB,mBAAkBC,eAAcC,aAAYC,gBAAeK,YAAWA,GACvG,I,gBCZA,GAAU,CAAC,EAEf,GAAQ9E,kBAAoB,KAC5B,GAAQC,cAAgB,KAElB,GAAQC,OAAS,UAAc,KAAM,QAE3C,GAAQC,OAAS,KACjB,GAAQC,mBAAqB,KAEhB,KAAI,KAAS,IAKJ,MAAW,KAAQC,QAAS,KAAQA,O,gBCftD,GAAU,CAAC,EAEf,GAAQL,kBAAoB,KAC5B,GAAQC,cAAgB,KAElB,GAAQC,OAAS,UAAc,KAAM,QAE3C,GAAQC,OAAS,KACjB,GAAQC,mBAAqB,KAEhB,KAAI,KAAS,IAKJ,MAAW,KAAQC,QAAS,KAAQA,OCN1D,UAXgB,QACd,IHVW,WAAkB,IAAI5B,EAAI9pB,KAAK+pB,EAAGD,EAAIE,MAAMD,GAAG0F,EAAO3F,EAAIE,MAAM0F,YAAY,OAAO3F,EAAG,KAAK,CAACgF,IAAI,mBAAmB7E,YAAY,iBAAiBkG,MAAM,CACjK,yBAA0BtG,EAAInmB,IAAI0sB,OAClC,4BAA6BZ,EAAOI,aAClC,CAAC9F,EAAG,IAAI,CAACG,YAAY,uBAAuB9jB,MAAM,CAAC,KAAO0jB,EAAInmB,IAAIuB,KAAK,MAAQ4kB,EAAInmB,IAAI8H,KAAK,iBAAeqe,EAAInmB,IAAI0sB,QAAS,OAAe,OAASvG,EAAInmB,IAAI8J,OAAS,cAAWrN,EAAU,IAAM0pB,EAAInmB,IAAI8J,OAAS,2BAAwBrN,IAAY,CAAC2pB,EAAG0F,EAAOU,YAAY,CAACjG,YAAY,uBAAuB9jB,MAAM,CAAC,IAAM0jB,EAAInmB,OAAOmmB,EAAIQ,GAAG,KAAKP,EAAG,OAAO,CAACgF,IAAI,eAAe7E,YAAY,yBAAyB,CAACJ,EAAIQ,GAAG,WAAWR,EAAIS,GAAGT,EAAInmB,IAAI8H,MAAM,aAAa,IAChd,GACsB,IGQpB,EACA,KACA,WACA,MAI8B,QbXhC,IAAe6kB,EAAAA,EAAAA,IAAgB,CAC3B7kB,KAAM,UACN8b,WAAY,CACRgJ,aAAY,GACZ5F,UAAS,KACTF,aAAYA,GAAAA,GAEhByE,KAAAA,GACI,MAAMsB,GAAUzB,EAAAA,EAAAA,OACRhc,MAAO0d,IAAiBC,EAAAA,GAAAA,KAAeF,GAC/C,MAAO,CACHruB,EAAC,IACDkU,EAAC,IACDma,UACAC,eAER,EACAptB,KAAIA,KAEO,CACHstB,SAFYC,EAAAA,GAAAA,GAAU,OAAQ,OAAQ,MAK9C7F,SAAU,CACN8F,QAAAA,GACI,MAAMC,EAAUlgB,KAAKwB,MAAM,KAAKqe,aAAe,IAC/C,OAAIK,EAAU,KAAKH,QAAQ3uB,OAEhB4O,KAAKkC,IAAIge,EAAU,EAAG,GAE1BA,CACX,EACAC,WAAAA,GACI,OAAO,KAAKJ,QAAQ9jB,MAAM,EAAG,KAAKgkB,SACtC,EACAG,cAAAA,GACI,OAAO,KAAKL,QAAQ9jB,MAAM,KAAKgkB,SACnC,GAEJI,OAAAA,IACIhI,EAAAA,EAAAA,IAAU,6BAA8B,KAAKiI,QACjD,EACAC,aAAAA,IACIC,EAAAA,EAAAA,IAAY,6BAA8B,KAAKF,QACnD,EACArE,QAAS,CACLwE,oBAAAA,CAAqB9rB,EAAI+rB,GACrB,MAAM3tB,EAAM,KAAKgtB,QAAQ5uB,MAAKwvB,IAAA,IAAC,IAAE5tB,GAAK4tB,EAAA,OAAK5tB,IAAQ4B,CAAE,IACjD5B,EACA,KAAK6tB,KAAK7tB,EAAK,SAAU2tB,GAGzBjD,GAAO/nB,KAAK,uBAAuBf,kCAE3C,EACA2rB,OAAAA,CAAOO,GAAW,IAAV,KAAEC,GAAMD,EACZ,KAAKd,QAAUe,CACnB,KclEsO,M,gBCW1O,GAAU,CAAC,EAEf,GAAQrG,kBAAoB,KAC5B,GAAQC,cAAgB,KAElB,GAAQC,OAAS,UAAc,KAAM,QAE3C,GAAQC,OAAS,KACjB,GAAQC,mBAAqB,KAEhB,KAAI,KAAS,IAKJ,MAAW,KAAQC,QAAS,KAAQA,OCP1D,UAXgB,QACd,IhBTW,WAAkB,IAAI5B,EAAI9pB,KAAK+pB,EAAGD,EAAIE,MAAMD,GAAgC,OAAtBD,EAAIE,MAAM0F,YAAmB3F,EAAG,MAAM,CAACgF,IAAI,UAAU7E,YAAY,WAAW9jB,MAAM,CAAC,aAAa0jB,EAAI3nB,EAAE,OAAQ,uBAAuB,CAAC4nB,EAAG,KAAK,CAACG,YAAY,iBAAiB9jB,MAAM,CAAC,aAAa0jB,EAAI3nB,EAAE,OAAQ,UAAU2nB,EAAIoC,GAAIpC,EAAIiH,aAAa,SAASptB,GAAK,OAAOomB,EAAG,eAAe,CAAClmB,IAAIF,EAAI4B,GAAGa,MAAM,CAAC,IAAMzC,IAAM,IAAG,GAAGmmB,EAAIQ,GAAG,KAAKP,EAAG,YAAY,CAACG,YAAY,qBAAqB9jB,MAAM,CAAC,aAAa0jB,EAAI3nB,EAAE,OAAQ,eAAe2nB,EAAIoC,GAAIpC,EAAIkH,gBAAgB,SAASrtB,GAAK,OAAOomB,EAAG,eAAe,CAAClmB,IAAIF,EAAI4B,GAAG2kB,YAAY,2BAA2B9jB,MAAM,CAAC,iBAAezC,EAAI0sB,QAAS,OAAe,KAAO1sB,EAAIuB,KAAK,KAAOvB,EAAIoK,OAAO,CAAC+b,EAAIQ,GAAG,WAAWR,EAAIS,GAAG5mB,EAAI8H,MAAM,WAAW,IAAG,IAAI,EAC9uB,GACsB,IgBUpB,EACA,KACA,WACA,MAI8B,QCnBhC,I,WAMA,MAAM,eAAEkmB,KAAmBf,EAAAA,GAAAA,GAAU,cAAe,iBAAkB,CAAEe,gBAAgB,IACxF,IAAerB,EAAAA,EAAAA,IAAgB,CAC3B7kB,KAAM,0BACN8b,WAAY,CACRqK,WAAU,KACVvE,cAAaA,GAAAA,GAEjBpoB,MAAO,CACHM,GAAI,CACAtC,KAAM0mB,OACNmB,UAAU,GAEdrf,KAAM,CACFxI,KAAM0mB,OACNmB,UAAU,GAEd5lB,KAAM,CACFjC,KAAM0mB,OACNmB,UAAU,GAEduF,OAAQ,CACJptB,KAAM4uB,QACN/G,UAAU,IAGlBoE,MAAKA,KACM,CACHyC,kBACAjoB,aAAa6a,EAAAA,GAAAA,MAAiB7a,cAGtCrG,KAAIA,KACO,CACHyuB,SAAS,IAGjBb,OAAAA,IACIhI,EAAAA,EAAAA,IAAU,mCAAoC,KAAK8I,6BACnD9I,EAAAA,EAAAA,IAAU,gCAAiC,KAAK+I,wBACpD,EACAb,aAAAA,IACIC,EAAAA,EAAAA,IAAY,mCAAoC,KAAKW,6BACrDX,EAAAA,EAAAA,IAAY,gCAAiC,KAAKY,wBACtD,EACAnF,QAAS,CACLoF,WAAAA,GACQ,KAAKN,iBACL,KAAKG,SAAU,EAEvB,EACAC,0BAAAA,CAA2BJ,GACvB,KAAKA,eAAiBA,CAC1B,EACAK,uBAAAA,CAAwBtoB,GACpB,KAAKA,YAAcA,CACvB,KC7D+P,MCkBvQ,IAXgB,QACd,IFRW,WAAkB,IAAIogB,EAAI9pB,KAAK+pB,EAAGD,EAAIE,MAAMD,GAAgC,OAAtBD,EAAIE,MAAM0F,YAAmB3F,EAAG,aAAa,CAAC3jB,MAAM,CAAC,GAAK0jB,EAAI6H,oBAAiBvxB,EAAY0pB,EAAIvkB,GAAG,YAAYukB,EAAIvkB,GAAG,OAASukB,EAAIuG,OAAO,QAAU,GAAG,KAAOvG,EAAI6H,eAAiB7H,EAAI5kB,UAAO9E,EAAU,KAAO0pB,EAAIpgB,YAAY,OAAS,SAAS2iB,YAAYvC,EAAIwC,GAAG,CAAExC,EAAI6H,eAAgB,CAAC9tB,IAAI,UAAU2I,GAAG,WAAW,MAAO,CAACsd,EAAIQ,GAAG,SAASR,EAAIS,GAAGT,EAAIre,MAAM,QAAQ,EAAE8gB,OAAM,GAAM,KAAMzC,EAAIgI,QAAS,CAACjuB,IAAI,YAAY2I,GAAG,WAAW,MAAO,CAACud,EAAG,iBAAiB,EAAEwC,OAAM,GAAM,MAAM,MAAK,IAC/hB,GACsB,IESpB,EACA,KACA,KACA,MAI8B,QCchC2F,IAAAtB,EAAAA,GAAAA,GAAA,yBChC4L,GDkC5L,CACAnlB,KAAA,mBAEA8b,WAAA,CACAqK,WAAA,KACAvE,cAAAA,GAAAA,GAGApoB,MAAA,CACAM,GAAA,CACAtC,KAAA0mB,OACAmB,UAAA,GAEArf,KAAA,CACAxI,KAAA0mB,OACAmB,UAAA,GAEA5lB,KAAA,CACAjC,KAAA0mB,OACAmB,UAAA,GAEAuF,OAAA,CACAptB,KAAA4uB,QACA/G,UAAA,GAEA/c,KAAA,CACA9K,KAAA0mB,OACAmB,UAAA,IAIAznB,KAAAA,KACA,CACAyuB,SAAA,IAIA/G,SAAA,CACAoH,UAAAA,GACA,cAAApkB,UAAAmkB,IACA,GAGArF,QAAA,CACAoF,WAAAA,GACA,KAAAH,SAAA,CACA,I,gBErEI,GAAU,CAAC,EAEf,GAAQzG,kBAAoB,KAC5B,GAAQC,cAAgB,KAElB,GAAQC,OAAS,UAAc,KAAM,QAE3C,GAAQC,OAAS,KACjB,GAAQC,mBAAqB,KAEhB,KAAI,KAAS,IAKJ,MAAW,KAAQC,QAAS,KAAQA,OCP1D,UAXgB,QACd,ICTW,WAAkB,IAAI5B,EAAI9pB,KAAK+pB,EAAGD,EAAIE,MAAMD,GAAG,OAAOA,EAAG,aAAa,CAACG,YAAY,qBAAqB9jB,MAAM,CAAC,GAAK0jB,EAAI5kB,UAAO9E,EAAY0pB,EAAIvkB,GAAG,YAAYukB,EAAIvkB,GAAG,OAASukB,EAAIuG,OAAO,QAAU,GAAG,KAAOvG,EAAI5kB,KAAK,KAAO4kB,EAAIre,KAAK,OAAS,SAAS4gB,YAAYvC,EAAIwC,GAAG,CAAC,CAACzoB,IAAI,OAAO2I,GAAG,WAAW,MAAO,CAACud,EAAG,MAAM,CAACG,YAAY,2BAA2BkG,MAAM,CAAE,mCAAoCtG,EAAIuG,QAASjqB,MAAM,CAAC,IAAM0jB,EAAIqI,WAAW,IAAM,MAAM,EAAE5F,OAAM,GAAOzC,EAAIgI,QAAS,CAACjuB,IAAI,YAAY2I,GAAG,WAAW,MAAO,CAACud,EAAG,iBAAiB,EAAEwC,OAAM,GAAM,MAAM,MAAK,IAC7jB,GACsB,IDUpB,EACA,KACA,WACA,MAI8B,QEL1B6F,GCDE,CAAC,CACPnvB,KAAM,SACNiI,OAAO/I,EAAAA,EAAAA,IAAE,cAAe,WACtB,CACFc,KAAM,OACNiI,OAAO/I,EAAAA,EAAAA,IAAE,cAAe,SACtB,CACFc,KAAM,MACNiI,OAAO/I,EAAAA,EAAAA,IAAE,cAAe,kBACxBkwB,SAASlwB,EAAAA,EAAAA,IAAE,cAAe,2BACxB,CACFc,KAAM,YACNiI,OAAO/I,EAAAA,EAAAA,IAAE,cAAe,aACxBkwB,SAASlwB,EAAAA,EAAAA,IAAE,cAAe,oBC1BsN,IFenOmuB,EAAAA,EAAAA,IAAgB,CAC3B7kB,KAAM,cACN8b,WAAY,CACR+K,iBAAgB,GAChBC,wBAAuB,GACvB3H,SAAQ,KACRwC,aAAYA,GAAAA,GAEhB8B,KAAAA,GACI,MAAMsD,GAAqB5B,EAAAA,GAAAA,GAAU,OAAQ,qBAAsB,CAAC,IAC5D6B,QAASC,KAAiBC,GAAiBH,EACnD,MAAO,CACHI,oBAAoBrO,EAAAA,GAAAA,OAAkB7a,cAAe6a,EAAAA,GAAAA,MAAiBC,IACtEqO,eAAetO,EAAAA,GAAAA,MAAiBC,IAChCkO,eACAC,eACAxwB,EAACA,EAAAA,EAET,EACAkB,KAAIA,KACO,CACHyvB,gBAAgB,EAChBC,WAAY,CACR3tB,OAAQ,KACR2I,KAAM,KACNxD,QAAS,QAIrBwgB,SAAU,CACNiI,oBAAAA,GACI,MAAO,IACA,KAAKD,WACR3tB,OAAQ,KAAK6tB,gBAAgB,KAAKF,WAAW3tB,QAErD,EACA8tB,iBAAAA,GAKI,MAJoB,EAChB/wB,EAAAA,EAAAA,GAAE,OAAQ,0BAA2B,CAAEuH,YAAa,KAAKkpB,wBACtD/rB,OAAOssB,OAAO,KAAKH,sBAAsB5kB,OAAOyjB,UACrDpwB,KAAK,MAEX,GAEJ,aAAM2xB,GACF,KAAK3N,EAAAA,GAAAA,MAAmB4N,aAAaC,QACjC,OAEJ,MAAMnwB,GAAMC,EAAAA,EAAAA,IAAe,wCAC3B,IACI,MAAMoE,QAAiB2mB,GAAAA,GAAMrG,IAAI3kB,IAC3B,OAAEiC,EAAM,KAAE2I,EAAI,QAAExD,GAAY/C,EAASnE,KAAKkwB,IAAIlwB,KACpD,KAAK0vB,WAAa,CAAE3tB,SAAQ2I,OAAMxD,UACtC,CACA,MAAOoK,GACH0Z,GAAO3tB,MAAM,6BACjB,CACA,KAAKoyB,gBAAiB,CAC1B,EACA7B,OAAAA,IACIhI,EAAAA,EAAAA,IAAU,6BAA8B,KAAKuK,0BAC7C9a,EAAAA,EAAAA,IAAK,yBACT,EACAmU,QAAS,CACL2G,uBAAAA,CAAwB1U,GAChB,KAAK+T,gBAAkB/T,EAAM2U,SAC7B,KAAKV,WAAa,CACd3tB,OAAQ0Z,EAAM1Z,OACd2I,KAAM+Q,EAAM/Q,KACZxD,QAASuU,EAAMvU,SAG3B,EACA0oB,eAAAA,CAAgB7tB,GACZ,MAAMsuB,EAAY7sB,OAAO8sB,YAAYvB,GAAwBrlB,KAAIwkB,IAAA,IAAC,KAAEtuB,EAAI,MAAEiI,GAAOqmB,EAAA,MAAK,CAACtuB,EAAMiI,EAAM,KACnG,OAAIwoB,EAAUtuB,GACHsuB,EAAUtuB,GAEdA,CACX,K,gBGnFJ,GAAU,CAAC,EAEf,GAAQimB,kBAAoB,KAC5B,GAAQC,cAAgB,KAElB,GAAQC,OAAS,UAAc,KAAM,QAE3C,GAAQC,OAAS,KACjB,GAAQC,mBAAqB,KAEhB,KAAI,KAAS,IAKJ,MAAW,KAAQC,QAAS,KAAQA,OCP1D,UAXgB,QACd,IJTW,WAAkB,IAAI5B,EAAI9pB,KAAK+pB,EAAGD,EAAIE,MAAMD,GAAgC,OAAtBD,EAAIE,MAAM0F,YAAmB3F,EAAG,eAAe,CAACG,YAAY,eAAe9jB,MAAM,CAAC,GAAK,YAAY,SAAS,GAAG,aAAa0jB,EAAI3nB,EAAE,OAAQ,iBAAiB,YAAc2nB,EAAIoJ,mBAAmB7G,YAAYvC,EAAIwC,GAAG,CAAC,CAACzoB,IAAI,UAAU2I,GAAG,WAAW,MAAO,CAACud,EAAG,WAAW,CAAClmB,IAAI8lB,OAAOG,EAAIgJ,gBAAgB5I,YAAY,uBAAuB9jB,MAAM,CAAC,eAAe,GAAG,kBAAkB,GAAG,mBAAmB0jB,EAAIgJ,eAAe,KAAOhJ,EAAI+I,cAAc,wBAAwB/I,EAAIiJ,cAAc,EAAExG,OAAM,MAAS,CAACzC,EAAIQ,GAAG,KAAKP,EAAG,KAAK,CAACG,YAAY,sBAAsB,CAACH,EAAG,0BAA0B,CAAC3jB,MAAM,CAAC,GAAK0jB,EAAI4I,aAAantB,GAAG,KAAOukB,EAAI4I,aAAajnB,KAAK,KAAOqe,EAAI4I,aAAaxtB,KAAK,OAAS4kB,EAAI4I,aAAarC,UAAUvG,EAAIQ,GAAG,KAAKR,EAAIoC,GAAIpC,EAAI6I,cAAc,SAASiB,GAAO,OAAO7J,EAAG,mBAAmB,CAAClmB,IAAI+vB,EAAMruB,GAAGa,MAAM,CAAC,GAAKwtB,EAAMruB,GAAG,KAAOquB,EAAMnoB,KAAK,KAAOmoB,EAAM1uB,KAAK,OAAS0uB,EAAMvD,OAAO,KAAOuD,EAAM7lB,OAAO,KAAI,IACl9B,GACsB,IIUpB,EACA,KACA,WACA,MAI8B,Q,gBCNhC,MAQM8lB,GAAkB1wB,IACvB,MAAM2wB,EAAmB3vB,OAAO+Y,SAASiK,SAAW,KAAOhjB,OAAO+Y,SAAS2J,MAAOsB,EAAAA,EAAAA,MAGlF,OAAOhlB,EAAIyJ,WAAWknB,IAZA3wB,KACdA,EAAIyJ,WAAW,cAAgBzJ,EAAIyJ,WAAW,WAYjDmnB,CAAc5wB,IAAQA,EAAIyJ,YAAWub,EAAAA,EAAAA,MAAc,EAQzDgB,eAAe6K,KAEd,GAAyB,QAArBzP,EAAAA,GAAAA,QAK6B,IAA7ByP,GAAiBC,QAArB,CAKAD,GAAiBC,SAAU,EAE3B,IAEC,MAAM,OAAE7uB,SAAiBjB,OAAO+vB,OAAMrM,EAAAA,EAAAA,IAAY,gBACnC,MAAXziB,IACH3E,GAAQ6F,KAAK,0DACbnC,OAAO+Y,UAAW2K,EAAAA,EAAAA,IAAY,4BAA6B,CAC1D1kB,IAAKgB,OAAO+Y,SAASC,SAAWhZ,OAAO+Y,SAAS0B,OAASza,OAAO+Y,SAASgB,OAG5E,CAAE,MAAOxd,GACRD,GAAQ6F,KAAK,8BACd,CAAE,eACM0tB,GAAiBC,OACzB,CAlBA,CAmBD,CAOO,MAAME,GAAoBA,KACC,IAASC,EAgBjBF,EAhBzBG,eAAeprB,UAAUmrB,MAAiBA,EAcvCC,eAAeprB,UAAUmrB,KAbpB,SAASxxB,EAAQO,EAAKgmB,GAC5BiL,EAAK1Z,MAAM1a,KAAM6K,WACbgpB,GAAe1wB,KACbnD,KAAKmI,kBAAkB,qBAC3BnI,KAAKs0B,iBAAiB,mBAAoB,kBAE3Ct0B,KAAKma,iBAAiB,WAAW,WACZ,MAAhBna,KAAKoF,QACR4uB,IAEF,IAEF,GAGD7vB,OAAO+vB,OAAkBA,EAyBtB/vB,OAAO+vB,MAxBF/K,MAAOoL,EAAUzzB,KAEvB,IAAK+yB,GAAeU,EAASpxB,KAAOoxB,EAAShzB,YAC5C,aAAa2yB,EAAMK,EAAUzzB,GAEzBA,IACJA,EAAU,CAAC,GAEPA,EAAQoF,UACZpF,EAAQoF,QAAU,IAAIsuB,SAGnB1zB,EAAQoF,mBAAmBsuB,UAAY1zB,EAAQoF,QAAQuuB,IAAI,oBAC9D3zB,EAAQoF,QAAQ8P,OAAO,mBAAoB,kBACjClV,EAAQoF,mBAAmBW,SAAW/F,EAAQoF,QAAQ,sBAChEpF,EAAQoF,QAAQ,oBAAsB,kBAGvC,MAAMsB,QAAiB0sB,EAAMK,EAAUzzB,GAIvC,OAHwB,MAApB0G,EAASpC,QACZ4uB,KAEMxsB,CAAQ,EAED,EC3FXktB,GAAqBA,KAE1BxP,aAAY,KACX5kB,IAAE,4BAA4BD,MAAK,WAClC,MAAMigB,EAAY/C,SAASjd,IAAEN,MAAM+V,KAAK,kBAAmB,IAC3DzV,IAAEN,MAAMsB,KAAKof,KAAOJ,GAAWO,UAChC,GAAE,GACA,IAAU,EAMR8T,GAAgB,CACrBC,GAAI,QACJC,QAAS,QACTC,WAAY,QACZC,WAAY,QACZC,WAAY,QACZC,WAAY,QACZC,QAAS,QACTC,WAAY,QACZC,WAAY,QACZC,WAAY,SAEb,IAAIC,GAASxyB,GAAGukB,YACZxgB,OAAOoC,UAAUssB,eAAe50B,KAAKg0B,GAAeW,MACvDA,GAASX,GAAcW,KAMxB5U,KAAAA,OAAc4U,IAKP,MAAME,GAAWA,KAoDvB,GAnDArB,KAEA7zB,IAAE6D,QAAQ4T,GAAG,eAAe,KAAQjV,GAAG2yB,eAAgB,CAAI,IAC3Dn1B,IAAE6D,QAAQ4T,GAAG,qBAAqB,KAOjCgL,YAAW,KACVjgB,GAAGiiB,uBAAwB,EAK3BhC,YAAW,KACLjgB,GAAG2yB,gBACP3yB,GAAGiiB,uBAAwB,EAC5B,GACE,IAAM,GACP,EAAE,IAENzkB,IAAEiJ,UAAUwO,GAAG,kBAAkB,SAASkO,EAAOne,EAAS4tB,GACrDA,GAAYA,EAASC,iBAGzB7yB,GAAG8hB,kBAAkB9c,EACtB,IhDwCmC8tB,MAKnC,GAjHkBC,MAClB,IACCxR,IAASuM,EAAAA,GAAAA,GAAU,OAAQ,SAC5B,CAAE,MAAOjc,GAER0P,GAASvhB,GAAGuhB,MACb,GAuGAwR,GAzC0BC,MAC1B,IAAKzR,GAAO0R,eAAgBxR,EAAAA,GAAAA,MAC3B,OAGD,IAAIyR,EAAajU,KAAKkU,MACtB9xB,OAAOgW,iBAAiB,aAAaxF,IACpCqhB,EAAajU,KAAKkU,MAClBC,aAAaC,QAAQ,aAAcH,EAAW,IAG/C7xB,OAAOgW,iBAAiB,cAAcxF,IACrCqhB,EAAajU,KAAKkU,MAClBC,aAAaC,QAAQ,aAAcH,EAAW,IAG/C7xB,OAAOgW,iBAAiB,WAAWxF,IACpB,eAAVA,EAAE9Q,MAGNmyB,EAAarhB,EAAEyhB,SAAQ,IAGxB,IAAIC,EAAa,EAUjBA,EAAanR,aATOoR,KACnB,MAAMt1B,EAAU+gB,KAAKkU,MAAkC,IAA1B5R,GAAOmF,iBACpC,GAAIwM,EAAah1B,EAAS,CACzBu1B,aAAaF,GACb51B,GAAQgK,KAAK,0CACb,MAAM+rB,GAAY3O,EAAAA,EAAAA,IAAY,WAAa,iBAAmBxO,mBAAmBkP,MACjFpkB,OAAO+Y,SAAWsZ,CACnB,IAEqC,IAAK,EAU3CV,QAhGoC11B,IAA7BikB,GAAOoS,oBACRpS,GAAOoS,kBAmGZ,YADAh2B,GAAQgK,KAAK,8BAGd,IAAIoY,EAAWwG,KAEfllB,OAAOgW,iBAAiB,UAAUgP,UACjC1oB,GAAQgK,KAAK,+CACboY,EAAWwG,KACX,UACOH,KACNzoB,GAAQgK,KAAK,8DAGbiO,EAAAA,EAAAA,IAAK,gBAAiB,CACrBpV,SAAS,GAEX,CAAE,MAAOqR,GACRlU,GAAQC,MAAM,wDAAyDiU,IAGvE+D,EAAAA,EAAAA,IAAK,gBAAiB,CACrBpV,SAAS,GAEX,KAEDa,OAAOgW,iBAAiB,WAAW,KAClC1Z,GAAQgK,KAAK,2CAGbiO,EAAAA,EAAAA,IAAK,iBAAkB,CAAC,GAExByM,cAActC,GACdpiB,GAAQgK,KAAK,oCAAoC,GAChD,EgD7EFmrB,GAEA9yB,GAAG6iB,aAAarlB,IAAE,WAAYA,IAAE,eAAe,GAAO,GAGtDA,IAAEiJ,UAAUwO,GAAG,sBAAsBkO,IACpC,MAAMzjB,EAAMlC,IAAE2lB,EAAMxY,QACpB,GAAIjL,EAAIoV,QAAQ,SAAS5V,QAAUQ,EAAIoV,QAAQ,eAAe5V,OAE7D,OAAO,EAGRc,GAAGwX,WAAW,IC3FKoc,MAEpBC,EAAAA,GAAIC,MAAM,CACT/J,QAAS,CACR1qB,EAAC,KACDkU,EAACA,EAAAA,MAIH,MAAMwgB,EAAYttB,SAASutB,eAAe,wBAC1C,IAAKD,EAEJ,OAED,MACMrG,EAAU,IADGmG,EAAAA,GAAII,OAAOC,IACd,CAAe,CAAC,GAAGC,OAAOJ,GAE1ChwB,OAAOC,OAAOhE,GAAI,CACjBuuB,oBAAAA,CAAqB9rB,EAAI+rB,GACxBd,EAAQa,qBAAqB9rB,EAAI+rB,EAClC,GACC,EDyEF4F,GE/FoBR,MACpB,MAAMS,EAAa5tB,SAASutB,eAAe,aACvCK,GAEH,IAAIR,EAAAA,GAAI,CACPS,GAAID,EACJE,OAAQC,GAAKA,EAAEC,KAEjB,EFwFAC,GG7FoBd,MACpB,MAAMS,EAAa5tB,SAASutB,eAAe,gBACvCK,GAEH,IAAIR,EAAAA,GAAI,CACPS,GAAID,EACJE,OAAQC,GAAKA,EAAEG,KAEjB,EHsFAC,GAIIp3B,IAAE,mBAAmB0B,SAAW1B,IAAE,QAAQq3B,SAAS,UAClDr3B,IAAE,gBAAgBq3B,SAAS,cAAe,CAG9C,MAAMC,EAAU,IAAIC,KAAK,CACxBC,QAASvuB,SAASutB,eAAe,eACjCiB,QAAS,QACTC,YAAa,IACbC,gBAAiB,MAGlB33B,IAAE,gBAAgB43B,QAAQ,8FAK1B,IAAIC,GAAY,EAChBP,EAAQ7f,GAAG,aAAa,KAGvBogB,GAAY,CAAI,IAEjBP,EAAQ7f,GAAG,YAAY,KACtBogB,GAAY,CAAK,IAElBP,EAAQ7f,GAAG,SAAS,KAEnBogB,GAAY,CAAI,IAEjBP,EAAQ7f,GAAG,OAAO,KAEjBogB,GAAY,CAAK,IAElBP,EAAQ7f,GAAG,QAAQ,KAClBqgB,EAAeriB,KAAK,cAAe,QAAQ,IAE5C6hB,EAAQ7f,GAAG,SAAS,KACnBqgB,EAAeriB,KAAK,cAAe,OAAO,IAS3C,MAAMsiB,EAAiBT,EAAQxD,KACzBkE,EAAkBV,EAAQngB,MAC1B8gB,EAAeA,KAChBJ,GAAuC,WAA1BP,EAAQ9Y,QAAQA,OAGjCuZ,EAAe,OAAO,EAGjBG,EAAgBA,KACjBL,GAAuC,WAA1BP,EAAQ9Y,QAAQA,OAGjCwZ,GAAiB,EAQbn0B,OAAOqc,UACXoX,EAAQxD,KAAO,KACdj0B,EAAAA,QAAAA,MAAQo4B,EAAa,EAEtBX,EAAQngB,MAAQ,KACftX,EAAAA,QAAAA,MAAQq4B,EAAc,GAIxBl4B,IAAE,0BAA0B6W,OAAOxC,IAEJ,SAA1BijB,EAAQ9Y,QAAQA,OACnB8Y,EAAQxD,MACT,IAED9zB,IAAE,0BAA0Bm4B,UAAS9jB,IACN,SAA1BijB,EAAQ9Y,QAAQA,MACnB8Y,EAAQngB,QAERmgB,EAAQxD,MACT,IAID,MAAMgE,EAAiB93B,IAAE,mBACzB83B,EAAeriB,KAAK,cAAe,QACnCqiB,EAAeM,SAAS,aAAc,SAASzS,IAC9C,MAAM0S,EAAUr4B,IAAE2lB,EAAMxY,QAEpBkrB,EAAQxS,GAAG,4BACXwS,EAAQ/gB,QAAQ,2BAA2B5V,QAG3C22B,EAAQxS,GAAG,4CACXwS,EAAQ/gB,QAAQ,2CAA2C5V,QAG3D22B,EAAQxS,GAAG,aACXwS,EAAQ/gB,QAAQ,YAAY5V,QAG5B22B,EAAQxS,GAAG,kBACXwS,EAAQ/gB,QAAQ,iBAAiB5V,QAGrC41B,EAAQngB,OAAO,IAGhB,IAAImhB,GAAmC,EACnCC,GAAmC,EACnCC,GAAyC,EAE7Ch2B,GAAGi2B,+BAAiC,KACnCF,GAAmC,EAE/BC,IACHlB,EAAQoB,SAERJ,GAAmC,EACnCE,GAAyC,EAC1C,EAGDh2B,GAAGm2B,kCAAoC,KAGtC,GAFAJ,GAAmC,EAE/BD,EAAkC,CACrC,MAAMM,GAAiB,EACvBtB,EAAQG,QAAQmB,GAEhBN,GAAmC,EACnCE,GAAyC,CAC1C,GAGD,MAAMK,EAAsBA,KACvB74B,IAAE6D,QAAQ4O,QA3Oa,MA4O1BqlB,EAAeriB,KAAK,cAAe,SACnC6hB,EAAQngB,QACRmgB,EAAQG,UAERa,GAAmC,EACnCE,GAAyC,GAC/BD,GACVjB,EAAQoB,SAERJ,GAAmC,EACnCE,GAAyC,GAEzCA,GAAyC,CAC1C,EAGDx4B,IAAE6D,QAAQi1B,OAAOj5B,EAAAA,QAAAA,SAAWg5B,EAAqB,MAGjDA,GAED,CAEAzE,IAAoB,E,wBI1QjB,GAAU,CAAC,EAEf,GAAQrJ,kBAAoB,KAC5B,GAAQC,cAAgB,KAElB,GAAQC,OAAS,UAAc,KAAM,QAE3C,GAAQC,OAAS,KACjB,GAAQC,mBAAqB,KAEhB,KAAI,KAAS,IAKJ,MAAW,KAAQC,QAAS,KAAQA,O,gBCftD,GAAU,CAAC,EAEf,GAAQL,kBAAoB,KAC5B,GAAQC,cAAgB,KAElB,GAAQC,OAAS,UAAc,KAAM,QAE3C,GAAQC,OAAS,KACjB,GAAQC,mBAAqB,KAEhB,KAAI,KAAS,IAKJ,MAAW,KAAQC,QAAS,KAAQA,O,yECftD,GAAU,CAAC,EAEf,GAAQL,kBAAoB,KAC5B,GAAQC,cAAgB,KAElB,GAAQC,OAAS,UAAc,KAAM,QAE3C,GAAQC,OAAS,KACjB,GAAQC,mBAAqB,KAEhB,KAAI,KAAS,IAKJ,MAAW,KAAQC,QAAS,KAAQA,O,kCCftD,GAAU,CAAC,EAEf,GAAQL,kBAAoB,KAC5B,GAAQC,cAAgB,KAElB,GAAQC,OAAS,UAAc,KAAM,QAE3C,GAAQC,OAAS,KACjB,GAAQC,mBAAqB,KAEhB,KAAI,KAAS,IAKJ,MAAW,KAAQC,QAAS,KAAQA,OAAnD,MCRD2N,GAAW,2FAKV,SAASC,GAAY/pB,GAC3B,OAAOvP,KAAKu5B,gBAAgBhqB,EAC7B,CAKO,SAASiqB,GAAYjqB,GAC3B,OAAOvP,KAAKy5B,iBAAiBlqB,EAC9B,CAKO,SAASgqB,GAAgBhqB,GAC/B,OAAOA,EAAQ+E,QAAQ+kB,IAAU,SAASl5B,EAAGu5B,EAAcvS,EAAUhkB,EAAKw2B,GACzE,IAAIC,EAAWz2B,EAOf,OANKgkB,EAEmB,YAAbA,IACVyS,EAAWzS,EAAWhkB,GAFtBgkB,EAAW,WAKLuS,EAAe,uEAAyEvS,EAAWhkB,EAAM,KAAOy2B,EAAW,OAASD,CAC5I,GACD,CAKO,SAASF,GAAiBlqB,GAChC,MAAMsqB,EAAWv5B,IAAE,eAAeO,KAAK0O,GAKvC,OAJAsqB,EAAS93B,KAAK,KAAK1B,MAAK,WACvB,MAAMy5B,EAAQx5B,IAAEN,MAChB85B,EAAMj5B,KAAKi5B,EAAM/jB,KAAK,QACvB,IACO8jB,EAASh5B,MACjB,C,gBChDO,SAAS4d,GAAM3d,GAErB,MAAMi5B,GADNj5B,EAAUA,GAAW,CAAC,GACSk5B,SAAW,CAAC,EAC3C15B,IAAAA,KAAO,CACN2C,KAAM,MACNE,IAAKrC,EAAQqC,MAAOC,EAAAA,EAAAA,IAAe,6BACnCE,QAASxC,EAAQwC,SAAW,SAASD,EAAMwhB,EAAY3c,IA8BzD,SAAwB7E,EAAMwhB,EAAY3c,EAAK6xB,GAI9C,GAHAt5B,GAAQggB,MAAM,2CAA6CoE,GAC3DpkB,GAAQggB,MAAMpd,GAEK,MAAf6E,EAAI9C,OACP,OAGD,IAAI60B,EAAMC,EAAU54B,EAAMyM,EAE1B,MAAMosB,EAAM5wB,SAAS8L,cAAc,OACnC8kB,EAAIC,UAAUC,IAAI,cAAe,OAAQ,kBAAmB,aAE5D,MAAMC,EAAO/wB,SAAS8L,cAAc,MAGpC4kB,EAAO1wB,SAAS8L,cAAc,MAC9B6kB,EAAW3wB,SAAS8L,cAAc,QAClC6kB,EAASK,UAAY,WAErBj5B,EAAOiI,SAAS8L,cAAc,QAC9B/T,EAAKk5B,UAAYr4B,EAAE,OAAQ,UAAY,IAAMkB,EAAKkwB,IAAIlwB,KAAKo3B,QAC3Dn5B,EAAKi5B,UAAY,UACjBL,EAAS3Y,YAAYjgB,GAErByM,EAAOxE,SAAS8L,cAAc,QAC9BtH,EAAKwsB,UAAY,aACjBxsB,EAAK2sB,QAAU,WACdV,GAAQ32B,EAAKkwB,IAAIlwB,KAAKslB,QAASoR,EAChC,EACAG,EAAS3Y,YAAYxT,GAErBksB,EAAK1Y,YAAY2Y,GACjBI,EAAK/Y,YAAY0Y,GAGjB,IAAK,MAAMxoB,KAAKpO,EAAKkwB,IAAIlwB,KAAKs3B,SAASC,QAAS,CAC/C,MAAMC,EAAmBx3B,EAAKkwB,IAAIlwB,KAAKs3B,SAASC,QAAQnpB,GACxDwoB,EAAO1wB,SAAS8L,cAAc,MAE9B6kB,EAAW3wB,SAAS8L,cAAc,QAClC6kB,EAASK,UAAY,WAErBxsB,EAAOxE,SAAS8L,cAAc,QAC9BtH,EAAKwsB,UAAY,iBACjBL,EAAS3Y,YAAYxT,GAErBzM,EAAOiI,SAAS8L,cAAc,KAC9B/T,EAAKw5B,UAAY36B,EAAAA,QAAAA,OAAS06B,GAC1BX,EAAS3Y,YAAYjgB,GAErB24B,EAAK1Y,YAAY2Y,GACjBI,EAAK/Y,YAAY0Y,EAClB,CAGK95B,EAAAA,QAAAA,YAAckD,EAAKkwB,IAAIlwB,KAAK03B,gBAChCd,EAAO1wB,SAAS8L,cAAc,MAE9B6kB,EAAW3wB,SAAS8L,cAAc,KAClC6kB,EAASh1B,KAAO7B,EAAKkwB,IAAIlwB,KAAK03B,aAC9Bb,EAASc,IAAM,sBACfd,EAASzsB,OAAS,SAElBM,EAAOxE,SAAS8L,cAAc,QAC9BtH,EAAKwsB,UAAY,YACjBL,EAAS3Y,YAAYxT,GAErBzM,EAAOiI,SAAS8L,cAAc,QAC9B/T,EAAKk5B,UAAYr4B,EAAE,OAAQ,kBAC3B+3B,EAAS3Y,YAAYjgB,GAErB24B,EAAK1Y,YAAY2Y,GACjBI,EAAK/Y,YAAY0Y,IAGlBE,EAAI5Y,YAAY+Y,GAChB/wB,SAAS5B,KAAK4Z,YAAY4Y,EAC3B,CA3GGc,CAAe53B,EAAMwhB,EAAY3c,EAAK6xB,EACvC,EACAr5B,MAAOI,EAAQJ,OAASw6B,IAE1B,CAMO,SAASlB,GAAQrR,EAAS7nB,GAChCA,EAAUA,GAAW,CAAC,EACtBR,IAAAA,KAAO,CACN2C,KAAM,OACNE,IAAKrC,EAAQqC,MAAOC,EAAAA,EAAAA,IAAe,iBACnCC,KAAM,CAAEslB,QAAStP,mBAAmBsP,IACpCrlB,QAASxC,EAAQwC,SAAW63B,GAC5Bz6B,MAAOI,EAAQJ,OAAS06B,KAGzB96B,IAAE,oBAAoBoX,QACvB,CA6FA,SAASwjB,GAAannB,EAAG5R,EAAGwS,GAC3BlU,GAAQggB,MAAM,iDAAmDte,EAAIwS,GACrElU,GAAQggB,MAAM1M,EACf,CAKA,SAASonB,GAAiB93B,GACzB,CAMD,SAAS+3B,GAAe/3B,GACvB5C,GAAQggB,MAAM,mDAAqDpd,EACpE,CCnIA,UAICg4B,yBAAwBA,KAChBzK,EAAAA,GAAAA,GAAU,UAAW,qBAAqB,GAElD0K,eAbM,SAAwBC,GAC9B,MAAMC,EAAYjyB,SAASutB,eAAe,wBACtC0E,IACHA,EAAUC,YAAcF,EAE1B,G,2BCDA,MAAMG,GAAQ,CAAC,EAsBf,IAMCC,YAAAA,CAAa14B,EAAM24B,GAClBF,GAAMz4B,GAAQ24B,CACf,EACAl5B,QAAQO,GACAy4B,GAAMz4B,GAAMkpB,SAEpB0P,SAAQA,IACAh1B,OAAOi1B,KAAKJ,IAEpBK,QAAQ94B,GACAy4B,GAAMz4B,GAAM+4B,eAAiB,GAErCC,SAASh5B,GACDvB,KAAWg6B,GAAMz4B,GAAMi5B,YAAcj5B,GAE7Ck5B,QAAOA,CAACl5B,EAAMsC,SAEiB,IAAhBm2B,GAAMz4B,GAAwBy4B,GAAMz4B,GAAMm5B,KAAK72B,GAAM,ICzD/D82B,GAAgB,CAAC,EACjBC,GAAoB,CAAC,EAK3B,IASCC,UAAAA,CAAW54B,EAAKiK,GACf,MAAM/J,EAAMF,EAAMiK,EAClB,OAAI/G,OAAOoC,UAAUssB,eAAe50B,KAAK07B,GAAex4B,GAChD8H,QAAQC,WAEhBywB,GAAcx4B,IAAO,EACd,IAAI8H,SAAQ,SAASC,EAAS8J,GACpC,MAAM8mB,EAAa15B,GAAGuV,SAAS1U,EAAK,KAAMiK,GACpC6uB,EAASlzB,SAAS8L,cAAc,UACtConB,EAAOrnB,IAAMonB,EACbC,EAAOze,aAAa,QAAS0e,KAAK55B,GAAGuE,eACrCo1B,EAAO/nB,OAAS,IAAM9I,IACtB6wB,EAAOE,QAAU,IAAMjnB,EAAO,IAAI9M,MAAM,8BAA8B4zB,MACtEjzB,SAASqzB,KAAKrb,YAAYkb,EAC3B,IACD,EASAI,cAAAA,CAAel5B,EAAKiK,GACnB,MAAM/J,EAAMF,EAAMiK,EAClB,OAAI/G,OAAOoC,UAAUssB,eAAe50B,KAAK27B,GAAmBz4B,GACpD8H,QAAQC,WAEhB0wB,GAAkBz4B,IAAO,EAClB,IAAI8H,SAAQ,SAASC,EAAS8J,GACpC,MAAMonB,EAAYh6B,GAAGuV,SAAS1U,EAAK,MAAOiK,GACpCwuB,EAAO7yB,SAAS8L,cAAc,QACpC+mB,EAAKl3B,KAAO43B,EACZV,EAAKn5B,KAAO,WACZm5B,EAAKpB,IAAM,aACXoB,EAAK1nB,OAAS,IAAM9I,IACpBwwB,EAAKO,QAAU,IAAMjnB,EAAO,IAAI9M,MAAM,kCAAkCk0B,MACxEvzB,SAASqzB,KAAKrb,YAAY6a,EAC3B,IACD,GChDD,IAQC94B,QAAOA,CAAChC,EAAMR,KACNi8B,EAAAA,EAAAA,IAAYz7B,EAAMR,GAS1Bk8B,QAAOA,CAAC17B,EAAMR,KACNm8B,EAAAA,EAAAA,IAAY37B,EAAMR,GAS1BJ,MAAKA,CAACY,EAAMR,KACJo8B,EAAAA,EAAAA,IAAU57B,EAAMR,GASxB2J,KAAIA,CAACnJ,EAAMR,KACHq8B,EAAAA,EAAAA,IAAS77B,EAAMR,GASvByJ,QAAOA,CAACjJ,EAAMR,KACNK,EAAAA,EAAAA,IAAYG,EAAMR,IC5C3B,IACCs8B,cAAa,GACb/4B,UAAS,EACTg5B,cAAa,GACbC,SAAQ,EACRC,aAAc,CAIb3M,UAASA,GAAAA,GAEV4M,OAAM,GAINC,MAAK,GACLC,SAAQA,G,gBCAT,MAAMC,GAAmB,gBACDv9B,IAAnB+D,OAAOqc,SACV1d,GAAG2d,OAAShgB,GAAQ6F,KAAKoU,MAAMja,GAASoK,UAE1C,EAqBM+yB,GAAoBA,CAACnlB,EAAQolB,EAAInW,MACrCoW,MAAMC,QAAQtlB,GAAUA,EAAS,CAACA,IAASvL,SAAQuL,SAC5BrY,IAAnB+D,OAAOsU,WACHtU,OAAOsU,GAEf5R,OAAOm3B,eAAe75B,OAAQsU,EAAQ,CACrCqP,IAAKA,KAEH6V,GADGjW,EACc,GAAGjP,oBAAyBiP,IAE5B,GAAGjP,mBAGdolB,MAEP,GACD,EAGH15B,OAAOhE,EAAIA,EAAAA,QACXy9B,GAAkB,CAAC,IAAK,WAAW,IAAMt9B,KAAG,0HAC5Cs9B,GAAkB,YAAY,IAAMj3B,KAAU,8DAC9Ci3B,GAAkB,CAAC,YAAa,gBAAgB,IAAMK,MAAa,8DACnE95B,OAAO6C,IAAMA,EAAAA,IACb42B,GAAkB,cAAc,IAAMxiB,MAAY,8DAElDwiB,GAAkB,OAAO,IAAMM,MAAK,8DACpCN,GAAkB,UAAU,IAAMld,MAAQ,8DAE1Cvc,OAAOrB,GAAKA,GACZ86B,GAAkB,YAAY,IAAMpI,IAAU,gCAC9CoI,GAAkB,mBAAmB,IAAM96B,GAAGshB,cAAc,qEAC5DwZ,GAAkB,aAAa,IAAM96B,GAAGuhB,QAAQ,+DAChDuZ,GAAkB,mBAAmB,IAAM96B,GAAGyhB,iBAAiBC,KAAK,6EACpEoZ,GAAkB,YAAY,IAAM96B,GAAG2d,OAAO,8DAC9Cmd,GAAkB,eAAe,IAAM96B,GAAG4Z,OAAO,8DACjDkhB,GAAkB,aAAc96B,GAAG2hB,YAAa,sEAChDmZ,GAAkB,mBAAmB,IAAMrV,MAAmB,qEAC9DqV,GAAkB,cAAc,IAAM96B,GAAGsgB,SAAS,sEAClDwa,GAAkB,aAAa,IAAM96B,GAAGwhB,SAAS,gEACjDngB,OAAOg6B,IAAMA,GACbh6B,OAAOi6B,ICzFP,CAAkB,ED0FlB99B,IAAAA,GAAK+9B,QApDaC,CAACC,IAClB,MAAMC,EAAUD,EACVE,EAAU,WAEf,OADAd,GAAiB,0EACVa,EAAQ9jB,MAAM1a,KAAM6K,UAC5B,EAEA,OADAhE,OAAOC,OAAO23B,EAASD,GAChBC,CAAO,EA6CAH,CAAUh+B,IAAAA,GAAK+9B,SAW9Bl6B,OAAOhC,EAAIhC,EAAAA,QAAAA,KAAO2C,GAAG4hB,KAAKxJ,UAAWpY,GAAG4hB,MAYxCvgB,OAAOkS,EAAIlW,EAAAA,QAAAA,KAAO2C,GAAG4hB,KAAKvJ,gBAAiBrY,GAAG4hB,MEzE9CpkB,IAAAA,GAAKo+B,OAAS,SAASlS,EAAM9Y,EAAMirB,EAAQC,EAAa7+B,EAAU8+B,GACjE,MAAMC,EAA0B,SAASrxB,GACxCA,EAAOsxB,iBAAiB,KACxBtxB,EAAO8G,IAAI,mBAAoB,UAChC,EAsBA,QApBsB,IAAViY,IACXA,EAAO7C,OAAO6C,SAEc,IAAjBqS,IACXA,EAAclV,OAAOkV,SAGA,IAAVnrB,IAEVA,EADG1T,KAAKgT,SAAW,EACZhT,KAAKgT,SACFhT,KAAKqD,KAAK,QAAU,EACvBrD,KAAKqD,KAAK,QAEV,IAITrD,KAAKgT,OAAOU,GACZ1T,KAAK+S,MAAMW,QAEW,IAAV8Y,EAAuB,CAClC,QAAmC,IAAvBxsB,KAAKqD,KAAK,QAIrB,YADAy7B,EAAwB9+B,MAFxBwsB,EAAOxsB,KAAKqD,KAAK,OAKnB,CAGAmpB,EAAO7C,OAAO6C,GAAMlY,QAAQ,MAAO,IAEnC,MAAM0qB,EAAOh/B,KACb,IAAImD,EAIHA,EADGqpB,IAAS1pB,GAAGyhB,iBAAiBC,IAC1B1hB,GAAG+kB,YACR,oCACA,CACC2E,OACA9Y,KAAM9C,KAAKU,KAAKoC,EAAOvP,OAAO86B,kBAC9BtW,QAASuW,cAAcR,OAAO/V,UAG1B7lB,GAAG+kB,YACR,wBACA,CACC2E,OACA9Y,KAAM9C,KAAKU,KAAKoC,EAAOvP,OAAO86B,oBAIjC,MAAMnuB,EAAM,IAAIqE,MAGhBrE,EAAI4D,OAAS,WACZsqB,EAAKG,wBACLH,EAAKhpB,OAAOlF,GAEY,mBAAb/Q,GACVA,GAEF,EAIA+Q,EAAI6rB,QAAU,WACbqC,EAAKG,6BACwB,IAAjBN,EACXG,EAAKD,iBAAiBvS,EAAMqS,GAE5BC,EAAwBE,GAGD,mBAAbj/B,GACVA,GAEF,EAEI2T,EAAO,GACVsrB,EAAKr8B,SAAS,sBAEdq8B,EAAKr8B,SAAS,gBAEfmO,EAAIiC,MAAQW,EACZ5C,EAAIkC,OAASU,EACb5C,EAAIsE,IAAMjS,EACV2N,EAAIsuB,IAAM,EACX,ECrIO,MAAMC,GAAoBpZ,GACb,UAAfA,EAAMhjB,MAGS,YAAfgjB,EAAMhjB,MAAoC,UAAdgjB,EAAMpiB,ICKjCy7B,GAAgBC,EAAQ,OAE9Bj/B,IAAAA,GAAKk/B,aAAe,SAASC,EAAWC,EAAWC,GAGlD,IAAyC,IADpB,CAAC,EAAG,EAAG,GACXj6B,QAAQg6B,GACxB,OAGD,MAAMV,EAAOh/B,KACb2/B,EAAS3pB,OArBG,+MAsBZ,MAAM4pB,EAAQD,EAAS59B,KAAK,4BAE5Bi9B,EAAKjnB,GAAG,iBAAiB,SAASkO,GACjC,GAAKoZ,GAAiBpZ,GAAtB,CAIA,IAAK2Z,EAAMjI,SAAS,UAGnB,OAFAiI,EAAMj9B,SAAS,eACfi9B,EAAM3/B,OAIP2/B,EAAMn9B,YAAY,UAClBm9B,EAAMv+B,OAEFu+B,EAAMjI,SAAS,YAInBiI,EAAMj9B,SAAS,UACfrC,IAAAA,KAAOwC,GAAG+kB,YAAY,yBAA0B,CAC/CjlB,OAAQ,OACRS,KAAM,CACLq8B,YACAD,eAECh5B,MAAK,SAASpD,GAGhB,IAAI2nB,EAFJ4U,EAAM79B,KAAK,MAAMA,KAAK,MAAMY,SAAS,UASpCqoB,EANI3nB,EAAK4nB,UAMC,CAAC5nB,EAAK4nB,WAAW4U,OAAOx8B,EAAK2nB,SAL7B,CAAC,CACVc,UAAW,IACXzhB,MAAOlI,EAAE,OAAQ,yBAMnB6oB,EAAQ9d,SAAQ,SAASif,GACxByT,EAAM79B,KAAK,MAAMiU,OAAOspB,GAAcnT,GACvC,IAEA6S,EAAKt8B,QAAQ,OACd,IAAG,SAASo9B,GAGX,IAAIz1B,EAFJu1B,EAAM79B,KAAK,MAAMA,KAAK,MAAMY,SAAS,UAIpC0H,EADoB,MAAjBy1B,EAAM16B,OACDjD,EAAE,OAAQ,uBAEVA,EAAE,OAAQ,kCAGnBy9B,EAAM79B,KAAK,MAAMiU,OAAOspB,GAAc,CACrCxT,UAAW,IACXzhB,WAGD20B,EAAKt8B,QAAQ,YAAao9B,EAC3B,IAxDA,CAyDD,IAEAx/B,IAAEiJ,UAAU4N,OAAM,SAAS8O,GAC1B,MAAM8Z,EAAeH,EAAMnL,IAAIxO,EAAMxY,QAAQzL,OAAS,EACtD,IAAIg+B,EAAiBhB,EAAKvK,IAAIxO,EAAMxY,QAAQzL,OAAS,EAErDg9B,EAAK3+B,MAAK,WACLC,IAAEN,MAAMmmB,GAAGF,EAAMxY,UACpBuyB,GAAgB,EAElB,IAEID,GAAeC,IAInBJ,EAAMj9B,SAAS,UACfi9B,EAAM3/B,OACP,GACD,ECnGAK,IAAAA,GAAK2/B,OAAS,WACb,OAAOjgC,KAAKgC,OAAS,CACtB,ECFA1B,IAAAA,GAAK4/B,WAAa,SAASC,EAAUC,GACpC,OAAOpgC,KAAKoO,QAAO,WAClB,OAAO9N,IAAEN,MAAM+V,KAAKoqB,KAAcC,CACnC,GACD,E,gBCTA9/B,IAAAA,OAAS,cAAe,CACvBQ,QAAS,CACRiS,MAAO,OACPC,OAAQ,OACRwE,aAAa,EACbD,eAAe,EACf8oB,cAAe,KACf/1B,OAAO,GAERg2B,OAAAA,GACC,MAAMlwB,EAAOpQ,KAEbA,KAAKugC,YAAc,CAClBC,QAASxgC,KAAK83B,QAAQ,GAAGla,MAAM4iB,QAC/BztB,MAAO/S,KAAK83B,QAAQ,GAAGla,MAAM7K,MAC7BC,OAAQhT,KAAK83B,QAAQ,GAAGla,MAAM5K,QAG/BhT,KAAKygC,cAAgBzgC,KAAK83B,QAAQ/hB,KAAK,SACvC/V,KAAKc,QAAQuJ,MAAQrK,KAAKc,QAAQuJ,OAASrK,KAAKygC,cAEhDzgC,KAAK0gC,QAAUpgC,IAAE,iCACfyV,KAAK,CAEL4qB,UAAW,EACXC,KAAM,SACN,cAAc,IAEdC,aAAa7gC,KAAK83B,SACpB93B,KAAK0gC,QAAQ1qB,OAAOhW,KAAK83B,QAAQrb,UACjCzc,KAAK83B,QAAQgJ,WAAW,SAASn+B,SAAS,qBAAqBg9B,SAAS3/B,KAAK0gC,SAGnC,IAAtCtwB,EAAK0nB,QAAQ/1B,KAAK,SAASC,QACfoO,EAAK0nB,QAAQ/1B,KAAK,SAC1BgW,GAAG,WAAW,SAASkO,GAC7B,GAAIoZ,GAAiBpZ,IAChB7V,EAAK2wB,WAAY,CACpB,MAAMC,EAAU5wB,EAAK2wB,WAAWh/B,KAAK,kBACjCi/B,IAAYA,EAAQ/qB,KAAK,aAC5B+qB,EAAQ7pB,OAEV,CAEF,IAGDnX,KAAK0gC,QAAQnsB,IAAI,CAChBisB,QAAS,eACTtf,SAAU,UAGXlhB,KAAKihC,cAAgB,KAErB3gC,IAAEiJ,UAAUwO,GAAG,iBAAiB,SAASkO,GACxC,GACCA,EAAMxY,SAAW2C,EAAKswB,QAAQ5Y,IAAI,IACe,IAA9C1X,EAAKswB,QAAQ3+B,KAAKzB,IAAE2lB,EAAMxY,SAASzL,OAKvC,OACmB,KAAlBikB,EAAMib,SACY,YAAfjb,EAAMhjB,MACNmN,EAAKtP,QAAQyW,eAEhB0O,EAAMkb,2BACN/wB,EAAKqH,SACE,GAGc,KAAlBwO,EAAMib,SACTjb,EAAMkb,2BACqB,OAAvB/wB,EAAK6wB,eACR7wB,EAAK6wB,gBACLhb,EAAMC,kBACC,GAEW,UAAfD,EAAMhjB,OACTgjB,EAAMC,kBACC,SATT,CAaD,IAEAlmB,KAAKohC,YAAYphC,KAAKc,SACtBd,KAAKqhC,iBACLrhC,KAAKshC,eACN,EACAC,KAAAA,GACCvhC,KAAKwhC,SAAS,OACf,EACAC,UAAAA,CAAW59B,EAAKG,GACf,MAAMoM,EAAOpQ,KACb,OAAQ6D,GACR,IAAK,QACJ,GAAI7D,KAAK0hC,OACR1hC,KAAK0hC,OAAOpgC,KAAK0C,OACX,CACN,MAAM09B,EAASphC,IAAE,+BACb0D,EACA,SACJhE,KAAK0hC,OAASA,EAAOC,UAAU3hC,KAAK0gC,QACrC,CACA1gC,KAAK4hC,YACL,MACD,IAAK,UACJ,GAAI5hC,KAAK+gC,WACR/gC,KAAK+gC,WAAWc,YACV,CACN,MAAMd,EAAazgC,IAAE,2CACrBN,KAAK+gC,WAAaA,EAAWpB,SAAS3/B,KAAK0gC,QAC5C,CACqB,IAAjB18B,EAAMhC,OACThC,KAAK+gC,WAAWp+B,SAAS,aACE,IAAjBqB,EAAMhC,OAChBhC,KAAK+gC,WAAWp+B,SAAS,cACE,IAAjBqB,EAAMhC,QAChBhC,KAAK+gC,WAAWp+B,SAAS,gBAE1BrC,IAAAA,KAAO0D,GAAO,SAASooB,EAAK0V,GAC3B,MAAMd,EAAU1gC,IAAE,YAAYgB,KAAKwgC,EAAIxgC,MACnCwgC,EAAI5qB,SACP8pB,EAAQr+B,SAASm/B,EAAI5qB,SAElB4qB,EAAIz0B,gBACP2zB,EAAQr+B,SAAS,WACjByN,EAAK2xB,eAAiBf,GAEvB5wB,EAAK2wB,WAAW/qB,OAAOgrB,GACvBA,EAAQjpB,GAAG,iBAAiB,SAASkO,GAChCoZ,GAAiBpZ,IACpB6b,EAAI3qB,MAAMuD,MAAMtK,EAAK0nB,QAAQ,GAAIjtB,UAEnC,GACD,IACA7K,KAAK+gC,WAAWh/B,KAAK,UACnBgW,GAAG,SAAS,SAASkO,GACrB7V,EAAK2wB,WAAWh/B,KAAK,UAAUU,YAAY,WAC3CnC,IAAEN,MAAM2C,SAAS,UAClB,IACD3C,KAAK4hC,YACL,MACD,IAAK,aACkBxhC,IAAlB4D,EAAM4G,SACT5K,KAAK+gC,WAAWp+B,SAASqB,EAAM4G,SAEhC,MACD,IAAK,cACJ,GAAI5G,EAAO,CACV,MAAMg+B,EAAe1hC,IAAE,6CACvB0hC,EAAajsB,KAAK,aAAc5T,EAAE,OAAQ,+BAAgC,CAAE8/B,YAAajiC,KAAK0hC,QAAU1hC,KAAKc,QAAQuJ,SACrHrK,KAAK0gC,QAAQxI,QAAQ8J,GACrBA,EAAajqB,GAAG,iBAAiB,SAASkO,GACrCoZ,GAAiBpZ,KACpB7V,EAAKtP,QAAQu/B,eAAiBjwB,EAAKtP,QAAQu/B,gBAC3CjwB,EAAKqH,QAEP,GACD,MACCzX,KAAK0gC,QAAQ3+B,KAAK,oBAAoB2V,SAEvC,MACD,IAAK,QACJ1X,KAAK0gC,QAAQnsB,IAAI,QAASvQ,GAC1B,MACD,IAAK,SACJhE,KAAK0gC,QAAQnsB,IAAI,SAAUvQ,GAC3B,MACD,IAAK,QACJhE,KAAKkiC,QAAUl+B,EAIhB1D,IAAAA,OAAS2I,UAAUw4B,WAAW/mB,MAAM1a,KAAM6K,UAC3C,EACAu2B,WAAAA,CAAYtgC,GAEXR,IAAAA,OAAS2I,UAAUm4B,YAAY1mB,MAAM1a,KAAM6K,UAC5C,EACA+2B,SAAAA,GACC,IAAIO,EAAa,EACbniC,KAAK0hC,SACRS,GAAcniC,KAAK0hC,OAAOU,aAAY,IAEnCpiC,KAAK+gC,aACRoB,GAAcniC,KAAK+gC,WAAWqB,aAAY,IAE3CpiC,KAAK83B,QAAQvjB,IAAI,CAChBvB,OAAQ,eAAiBmvB,EAAa,OAExC,EACAd,cAAAA,GACC,IAAKrhC,KAAKc,QAAQwJ,MACjB,OAGD,MAAM8F,EAAOpQ,KACb,IAAIqiC,EAAa/hC,IAAE,YACO,IAAtB+hC,EAAWrgC,SAEdqgC,EAAa/hC,IAAE,aAEhBN,KAAKsiC,QAAUhiC,IAAE,SACfqC,SAAS,iBACTk+B,aAAa7gC,KAAK0gC,SACpB1gC,KAAKsiC,QAAQvqB,GAAG,uBAAuB,SAASkO,GAC3CA,EAAMxY,SAAW2C,EAAKswB,QAAQ5Y,IAAI,IAAoD,IAA9C1X,EAAKswB,QAAQ3+B,KAAKzB,IAAE2lB,EAAMxY,SAASzL,SAC9EikB,EAAMC,iBACND,EAAMsc,kBAGR,GACD,EACAC,eAAAA,GACMxiC,KAAKc,QAAQwJ,OAIdtK,KAAKsiC,UACRtiC,KAAKsiC,QAAQ/b,IAAI,uBACjBvmB,KAAKsiC,QAAQ5qB,SACb1X,KAAKsiC,QAAU,KAEjB,EACAhB,aAAAA,GAECz6B,OAAOC,OAAO3C,OAAQ,CAAEs+B,eAAgBt+B,OAAOs+B,gBAAkB,KAEjE,MAAMC,EAAgB1iC,KAAK0gC,QAAQ,GACnC1gC,KAAK2iC,WAAYC,EAAAA,GAAAA,GAAgBF,EAAe,CAC/CG,mBAAmB,EACnBC,UAAW3+B,OAAOs+B,eAClBM,cAAeL,IAGhB1iC,KAAK2iC,UAAUK,UAChB,EACAC,eAAAA,GACCjjC,KAAK2iC,WAAWO,aAChBljC,KAAK2iC,UAAY,IAClB,EACAQ,MAAAA,GACC,OAAOnjC,KAAK0gC,OACb,EACA0C,gBAAAA,CAAiBrjC,GAChBC,KAAKihC,cAAgBlhC,CACtB,EACAsjC,kBAAAA,GACCrjC,KAAKihC,cAAgB,IACtB,EACAxpB,KAAAA,GACCzX,KAAKijC,kBACLjjC,KAAKwiC,kBACL,MAAMpyB,EAAOpQ,KAEb+iB,YAAW,WACV3S,EAAKoxB,SAAS,QAASpxB,EACxB,GAAG,KAEHA,EAAKswB,QAAQhpB,SACb1X,KAAKsjC,SACN,EACAA,OAAAA,GACKtjC,KAAK0hC,QACR1hC,KAAK0hC,OAAOhqB,SAET1X,KAAK+gC,YACR/gC,KAAK+gC,WAAWrpB,SAGb1X,KAAKygC,eACRzgC,KAAK83B,QAAQ/hB,KAAK,QAAS/V,KAAKygC,eAEjCzgC,KAAK83B,QAAQr1B,YAAY,qBACvB8R,IAAIvU,KAAKugC,aAAa9jB,SAASokB,aAAa7gC,KAAK0gC,SACnD1gC,KAAK0gC,QAAQhpB,QACd,I,gBClOD,MAAM6rB,GAAW,CAChBC,IAAAA,CAAKC,EAAM3iC,EAAS4iC,GAEnB1jC,KAAKyjC,KAAOA,EACZzjC,KAAKc,QAAUR,IAAAA,OAAS,CAAC,EAAGN,KAAKc,QAASA,GAE1Cd,KAAK0jC,KAAOA,EACZ,MAAMtzB,EAAOpQ,KAEb,GAA2C,mBAAhCA,KAAKc,QAAQ6iC,eAA+B,CACtD,MAAM7H,EAAOj1B,OAAOi1B,KAAK97B,KAAKyjC,MAC9B,IAAK,IAAI5/B,EAAM,EAAGA,EAAMi4B,EAAK95B,OAAQ6B,IACA,iBAAzB7D,KAAKyjC,KAAK3H,EAAKj4B,MACzB7D,KAAKyjC,KAAK3H,EAAKj4B,IAAQuM,EAAKtP,QAAQ6iC,eAAe3jC,KAAKyjC,KAAK3H,EAAKj4B,KAGrE,CAEA,MAAM+/B,EAAQ5jC,KAAK6jC,OAAO7jC,KAAKyjC,MAC/B,OAAOnjC,IAAEsjC,EACV,EAEAC,MAAAA,CAAOC,GACN,MAAMzgC,EAAOrD,KAAK+jC,WAClB,IACC,OAAO1gC,EAAKiR,QAAQ,eACnB,SAAS8N,EAAGvC,GACX,MAAMmkB,EAAIF,EAAEjkB,GACZ,MAAoB,iBAANmkB,GAA+B,iBAANA,EAAiBA,EAAI5hB,CAC7D,GAEF,CAAE,MAAOzN,GACRlU,GAAQC,MAAMiU,EAAG,QAAStR,EAC3B,CACD,EACA0gC,QAAAA,GACC,MAA+B,kBAA3B/jC,KAAK0jC,KAAK3tB,KAAK,QACX/V,KAAK0jC,KAAK7iC,OAGDP,IAAAA,UAAYN,KAAK0jC,MAChC3hC,MAAK4S,GAAKA,aAAasvB,cACTC,SACjB,EACApjC,QAAS,CACR6iC,eAAgBjiC,OAIlBpB,IAAAA,GAAKqW,WAAa,SAAS8sB,EAAM3iC,GAEhC,GADA2iC,EAAOA,GAAQ,CAAC,EACZzjC,KAAKgC,OAER,OADkB6E,OAAOrC,OAAO++B,IACfC,KAAKC,EAAM3iC,EAASd,KAEvC,E,gBCrEA,MAAMmkC,GAAS7kB,IAEd,IAAIpB,EAAOoB,EAAEhC,cASb,SAAS8mB,EAAMJ,EAAG9jB,EAAGL,GACpB7f,KAAKgkC,EAAIA,EACThkC,KAAKkgB,EAAIA,EACTlgB,KAAK6f,EAAIA,CACV,CAUA,SAASwkB,EAAWC,EAAOC,EAAQC,GAClC,IAAIC,EAAU,GACdA,EAAQ/2B,KAAK62B,GAEb,IADA,IAAIG,EAXL,SAAkBJ,EAAOK,GACxB,IAAID,EAAO,IAAI5G,MAAM,GAIrB,OAHA4G,EAAK,IAAMC,EAAK,GAAGX,EAAIW,EAAK,GAAGX,GAAKM,EACpCI,EAAK,IAAMC,EAAK,GAAGzkB,EAAIykB,EAAK,GAAGzkB,GAAKokB,EACpCI,EAAK,IAAMC,EAAK,GAAG9kB,EAAI8kB,EAAK,GAAG9kB,GAAKykB,EAC7BI,CACR,CAKYE,CAASN,EAAO,CAACC,EAAQC,IAC3B/yB,EAAI,EAAGA,EAAI6yB,EAAO7yB,IAAK,CAC/B,IAAIuyB,EAAIzmB,SAASgnB,EAAOP,EAAKU,EAAK,GAAKjzB,GACnCyO,EAAI3C,SAASgnB,EAAOrkB,EAAKwkB,EAAK,GAAKjzB,GACnCoO,EAAItC,SAASgnB,EAAO1kB,EAAK6kB,EAAK,GAAKjzB,GACvCgzB,EAAQ/2B,KAAK,IAAI02B,EAAMJ,EAAG9jB,EAAGL,GAC9B,CACA,OAAO4kB,CACR,CA/B2C,OAAvCvmB,EAAKwB,MAAM,0BACdxB,EAAOggB,KAAIhgB,IAGZA,EAAOA,EAAK5J,QAAQ,aAAc,IA6BlC,MAAMuwB,EAAM,IAAIT,EAAM,IAAK,GAAI,KACzBU,EAAS,IAAIV,EAAM,IAAK,IAAK,IAC7BW,EAAO,IAAIX,EAAM,EAAG,IAAK,KAKzBY,EAAWX,EAFH,EAEqBQ,EAAKC,GAClCG,EAAWZ,EAHH,EAGqBS,EAAQC,GACrCG,EAAWb,EAJH,EAIqBU,EAAMF,GAuBzC,OArBqBG,EAASnF,OAAOoF,GAAUpF,OAAOqF,GAGtD,SAAmBhnB,GAKlB,IAJA,IAAIinB,EAAW,EACXrgC,EAAS,GAGJ2M,EAAI,EAAGA,EAAIyM,EAAKlc,OAAQyP,IAEhC3M,EAAO4I,KAAK6P,SAASW,EAAKe,OAAOxN,GAAI,IAAM,IAG5C,IAAK,IAAID,KAAK1M,EACbqgC,GAAYrgC,EAAO0M,GAIpB,OAAO+L,SAASA,SAAS4nB,GAGUb,GAFpC,CAEoBc,CAAUlnB,GAAiB,EAGhDyL,OAAO1gB,UAAUk7B,MAAQ,WAGxB,OAFArhC,GAAG2d,OAAShgB,GAAQ6F,KAAK,6EAElB69B,GAAMnkC,KACd,EAEAM,IAAAA,GAAKy+B,iBAAmB,SAASsG,EAAM/jC,EAAMoS,GAC5CpS,EAAOA,GAAQ+jC,EAGf,IAAIC,EAAMnB,GAAMkB,GAChBrlC,KAAKuU,IAAI,mBAAoB,OAAS+wB,EAAItB,EAAI,KAAOsB,EAAIplB,EAAI,KAAOolB,EAAIzlB,EAAI,KAG5E,IAAI7M,EAAShT,KAAKgT,UAAYU,GAAQ,GAatC,GAZA1T,KAAKgT,OAAOA,GACZhT,KAAK+S,MAAMC,GAGXhT,KAAKuU,IAAI,QAAS,QAClBvU,KAAKuU,IAAI,cAAe,UACxBvU,KAAKuU,IAAI,aAAc,UAGvBvU,KAAKuU,IAAI,cAAevB,EAAS,MACjChT,KAAKuU,IAAI,YAAuB,IAATvB,EAAiB,MAE3B,OAATqyB,GAAiBA,EAAKrjC,OAAQ,CACjC,IAAIujC,EAAkBjkC,EAAKgT,QAAQ,OAAQ,KAAKiL,OAAO/d,MAAM,IAAK,GAAGuL,KAAKy4B,GAASA,EAAK,GAAGtiC,gBAAezB,KAAK,IAC/GzB,KAAKa,KAAK0kC,EACX,CACD,EAEAjlC,IAAAA,GAAK6+B,sBAAwB,WAC5Bn/B,KAAKuU,IAAI,mBAAoB,IAC7BvU,KAAKuU,IAAI,QAAS,IAClBvU,KAAKuU,IAAI,cAAe,IACxBvU,KAAKuU,IAAI,aAAc,IACvBvU,KAAKuU,IAAI,cAAe,IACxBvU,KAAKuU,IAAI,YAAa,IACtBvU,KAAKa,KAAK,IACVb,KAAKyC,YAAY,gBACjBzC,KAAKyC,YAAY,qBAClB,EC3JAnC,IAAEiJ,UAAUwO,GAAG,YAAY,SAAS0tB,EAAKv9B,EAAKwtB,IAChB,IAAzBA,EAASgQ,cACZx9B,EAAIosB,iBAAiB,eAAgB1b,MACrC1Q,EAAIosB,iBAAiB,iBAAkB,QAEzC,ICCAh0B,IAAAA,GAAKqlC,YAAc,SAASC,EAAOC,GAClC,OAAO7lC,KAAKK,MAAK,WAChB,GAAIL,KAAK8lC,kBACR9lC,KAAK6uB,QACL7uB,KAAK8lC,kBAAkBF,EAAOC,QACxB,GAAI7lC,KAAK+lC,gBAAiB,CAChC,MAAMC,EAAQhmC,KAAK+lC,kBACnBC,EAAMC,UAAS,GACfD,EAAME,QAAQ,YAAaL,GAC3BG,EAAMG,UAAU,YAAaP,GAC7BI,EAAMlX,QACP,CACD,GACD,ECRAxuB,IAAAA,GAAKy2B,OAAO,CACXqP,YAAAA,CAAanyB,GAGZ,MAAMlU,EAAW,CAAEyM,GAAI,KAAM65B,KAAM,CAAC,GACpCtmC,EAASyM,GAAKyH,EAGd,MA2BMxP,EAAS,SAAS2d,EAAGvC,GAC1BA,EAAEiiB,IAAI1f,EAAE0f,MACT,EAGMwE,EAAW,SAASC,EAAUnkB,EAAGvC,GAElC0mB,EAASpgB,GAAG,aACf1hB,EAAO2d,EAAGvC,GACVA,EAAExe,OACF+gB,EAAEniB,SAEFwE,EAAOob,EAAGuC,GACVvC,EAAE5f,OACFmiB,EAAE/gB,OAGJ,EAEA,OAAOrB,KAAKK,MAAK,WAEhB,MAAMmmC,EAASlmC,IAAEN,MACXgY,EAAY1X,IAAEkmC,EAAOnjC,KAAK,eAG1BojC,EApDc,SAAS3O,GAE7B,MAAM4O,EAAWpmC,IAAEw3B,GAEb2O,EAASnmC,IAAE,aAkBjB,OAdAmmC,EAAO1wB,KAAK,CACX9S,KAAM,OACNmtB,MAAOsW,EAAS3wB,KAAK,SACrB6H,MAAO8oB,EAAS3wB,KAAK,SACrBrC,KAAMgzB,EAAS3wB,KAAK,QACpBtK,KAAMi7B,EAAS3wB,KAAK,QAAU,SAC9B4wB,SAAUD,EAAS3wB,KAAK,YACxB6wB,aAAc,aAGsBxmC,IAAjCsmC,EAAS3wB,KAAK,gBACjB0wB,EAAO1wB,KAAK,cAAe2wB,EAAS3wB,KAAK,gBAGnC0wB,CAER,CA4BgBI,CAAaL,GAC5BC,EAAOK,YAAYN,GAGfzmC,EAASyM,KACZzM,EAASsmC,KAAKU,MAAQP,EACtBzmC,EAASsmC,KAAKE,SAAWvuB,EACzBjY,EAASsmC,KAAKhzB,MAAQozB,GAGvBzuB,EAAUxU,KAAK,SAAS,WACvB8iC,EAAStuB,EAAWwuB,EAAQC,EAC7B,IAEAD,EAAOhjC,KAAK,SAAS,WACpBiB,EAAO+hC,EAAQC,EAChB,IAEAA,EAAOjjC,KAAK,SAAS,WACpBiB,EAAOgiC,EAAQD,GAIfA,EAAO9jC,QAAQ,QAEhB,IAIA+jC,EAAOjjC,KAAK,QAAQ,WACnBgjC,EAAO9jC,QAAQ,WAChB,IAEA4jC,EAAStuB,EAAWwuB,EAAQC,GAI5BA,EAAO7uB,QAAQ,QAAQovB,QAAO,SAASryB,GAItC8xB,EAAOxwB,KAAK,OAAQ,WACrB,IAEIlW,EAASyM,IACZzM,EAASyM,GAAGzM,EAASsmC,KAGvB,GACD,ICxHD/lC,IAAAA,GAAKsmC,aAAa39B,UAAUg+B,YAAc,WAC9BjnC,KAAKknC,KAAKpP,QAClBqP,WAAWnnC,KAAK83B,QAAQqP,aAC5B,E,gBCDI,GAAU,CAAC,EAEf,GAAQ9b,kBAAoB,KAC5B,GAAQC,cAAgB,KAElB,GAAQC,OAAS,UAAc,KAAM,QAE3C,GAAQC,OAAS,KACjB,GAAQC,mBAAqB,KAEhB,KAAI,KAAS,IAKJ,MAAW,KAAQC,QAAS,KAAQA,O,eCftD,GAAU,CAAC,EAEf,GAAQL,kBAAoB,KAC5B,GAAQC,cAAgB,KAElB,GAAQC,OAAS,UAAc,KAAM,QAE3C,GAAQC,OAAS,KACjB,GAAQC,mBAAqB,KAEhB,KAAI,KAAS,IAKJ,MAAW,KAAQC,QAAS,KAAQA,OCK1DprB,IAAAA,UAAY,CACX8mC,SAAU,CACT3K,QAAQ,KAWVn8B,IAAAA,WAAe,WACf,ECxBA+mC,EAAAA,IAAoBC,EAAAA,GAAAA,MAEpBnjC,OAAOgW,iBAAiB,oBAAoB,WAC3Cqb,K9GwBsC+R,MACtC,IAAI38B,EAAUtK,IAAE,4BAEO,IAAnBsK,EAAQ5I,QACX1B,IAAE,mBAAmBqC,SAAS,wBAG/BrC,IAAEiJ,UAAU4N,OAAM,SAAS8O,GAEtB5jB,IACHuI,EAAUtK,IAAE,6BAGbsK,EAAQvK,MAAK,SAASmnC,EAAOr6B,GAE5B,MAAMs6B,EAAennC,IAAE6M,GAAQ9J,KAAK,qBAC9BqkC,EAAOpnC,IAAEmnC,GAKf,SAASE,IACRD,EAAKjtB,QAAuB,EAAf3X,GAAG0gB,WAAe,WAC9BkkB,EAAKhlC,QAAQ,IAAIpC,IAAAA,OAAQ,QAC1B,IACAonC,EAAKjlC,YAAY,UACjBnC,IAAE6M,GAAQ1K,YAAY,UACtBnC,IAAE6M,GAAQ4I,KAAK,gBAAiB,QACjC,CAmBA,IAAK2xB,EAAKvhB,GAAG,aAGZ,GAAI7lB,IAAE6M,GAAQgZ,GAAG7lB,IAAE2lB,EAAMxY,QAAQmK,QAAQ,6BACpC8vB,EAAKvhB,GAAG,YACXwhB,IAnBH,WACCD,EAAKE,UAAyB,EAAf9kC,GAAG0gB,WAAe,WAChCkkB,EAAKhlC,QAAQ,IAAIpC,IAAAA,OAAQ,QAC1B,IACAonC,EAAK/kC,SAAS,UACdrC,IAAE6M,GAAQxK,SAAS,UACnBrC,IAAE6M,GAAQ4I,KAAK,gBAAiB,QAChC,MAAMgxB,EAAQzmC,IAAEmnC,EAAe,gBACV,IAAjBV,EAAM/kC,QACT+kC,EAAMlY,OAER,CAUGgZ,OAKK,CACN,MAAMjwB,EAAUtX,IAAE2lB,EAAMxY,QAAQmK,QAAQ6vB,GACpCC,EAAKvhB,GAAG,aAAevO,EAAQ,KAAO8vB,EAAK,IAC9CC,GAEF,CAEF,GAED,GAAE,E8G3FFJ,GAGIpjC,OAAO6Y,QAAQC,UAClB9Y,OAAO2jC,WAAa3nC,EAAEqD,KAAKV,GAAG0Q,KAAK2L,QAAQN,YAAa/b,GAAG0Q,KAAK2L,SAEhEhb,OAAO4jC,aAAe5nC,EAAEqD,KAAKV,GAAG0Q,KAAK2L,QAAQN,YAAa/b,GAAG0Q,KAAK2L,QAEpE,IAGA5V,SAAS4Q,iBAAiB,oBAAoB,WAC7C,MAAM6tB,EAAOz+B,SAASutB,eAAe,uBACjCkR,GACHA,EAAK7tB,iBAAiB,UAAUgP,eAAelD,GAC9CA,EAAMC,iBACN,MAAM7e,EAAekC,SAASutB,eAAe,gBAC7C,GAAIzvB,EAAc,CACjB,MAAMlE,GAAM0kB,EAAAA,EAAAA,IAAY,cAClBogB,QAAaC,GAAAA,GAAMpgB,IAAI3kB,GAC7BkE,EAAarD,MAAQikC,EAAK5kC,KAAKsV,KAChC,CACAqvB,EAAKhB,QACN,GAEF,G,kBClDA,QAWMr6B,IAAsB,iBAARyD,MAAoBA,KAAKA,OAASA,MAAQA,MACjC,iBAAV,EAAA8P,GAAsB,EAAAA,EAAOzH,SAAW,EAAAyH,GAAU,EAAAA,EAIjE,EAAO,CAAC,QAAc,SAAU,GAAY,EAAF,SAAW/f,EAAGG,EAAG6nC,GAGzDx7B,EAAKhG,SAcR,SAASgG,EAAMhG,EAAUxG,EAAGG,GAO7B,IAAI8nC,EAAmBz7B,EAAKhG,SAGxBkG,EAAQixB,MAAM70B,UAAU4D,MAG5BlG,EAAS0hC,QAAU,QAInB1hC,EAASrG,EAAIA,EAIbqG,EAAS2hC,WAAa,WAEpB,OADA37B,EAAKhG,SAAWyhC,EACTpoC,IACT,EAKA2G,EAAS4hC,aAAc,EAMvB5hC,EAAS6hC,aAAc,EAevB,IAMIC,EANAC,EAAS/hC,EAAS+hC,OAAS,CAAC,EAG5BC,EAAgB,MAQhBC,EAAY,SAASC,EAAUC,EAAQr9B,EAAM1L,EAAUgpC,GACzD,IAAWC,EAAPv3B,EAAI,EACR,GAAIhG,GAAwB,iBAATA,EAAmB,MAEnB,IAAb1L,GAAuB,YAAagpC,QAAyB,IAAjBA,EAAK3/B,UAAoB2/B,EAAK3/B,QAAUrJ,GACxF,IAAKipC,EAAQ7oC,EAAE27B,KAAKrwB,GAAOgG,EAAIu3B,EAAMhnC,OAASyP,IAC5Cq3B,EAASF,EAAUC,EAAUC,EAAQE,EAAMv3B,GAAIhG,EAAKu9B,EAAMv3B,IAAKs3B,EAEnE,MAAO,GAAIt9B,GAAQk9B,EAAcM,KAAKx9B,GAEpC,IAAKu9B,EAAQv9B,EAAKjK,MAAMmnC,GAAgBl3B,EAAIu3B,EAAMhnC,OAAQyP,IACxDq3B,EAASD,EAASC,EAAQE,EAAMv3B,GAAI1R,EAAUgpC,QAIhDD,EAASD,EAASC,EAAQr9B,EAAM1L,EAAUgpC,GAE5C,OAAOD,CACT,EAIAJ,EAAO3wB,GAAK,SAAStM,EAAM1L,EAAUqJ,GAenC,OAdApJ,KAAKkpC,QAAUN,EAAUO,EAAOnpC,KAAKkpC,SAAW,CAAC,EAAGz9B,EAAM1L,EAAU,CAClEqJ,QAASA,EACTggC,IAAKppC,KACLqpC,UAAWZ,IAGTA,KACczoC,KAAKspC,aAAetpC,KAAKspC,WAAa,CAAC,IAC7Cb,EAAWljC,IAAMkjC,EAG3BA,EAAWc,SAAU,GAGhBvpC,IACT,EAKA0oC,EAAOc,SAAW,SAASC,EAAKh+B,EAAM1L,GACpC,IAAK0pC,EAAK,OAAOzpC,KACjB,IAAIuF,EAAKkkC,EAAIC,YAAcD,EAAIC,UAAYvpC,EAAEwpC,SAAS,MAClDC,EAAc5pC,KAAK6pC,eAAiB7pC,KAAK6pC,aAAe,CAAC,GACzDR,EAAYZ,EAAamB,EAAYrkC,GAIpC8jC,IACHrpC,KAAK0pC,YAAc1pC,KAAK0pC,UAAYvpC,EAAEwpC,SAAS,MAC/CN,EAAYZ,EAAamB,EAAYrkC,GAAM,IAAIukC,EAAU9pC,KAAMypC,IAIjE,IAAI/oC,EAAQqpC,EAAWN,EAAKh+B,EAAM1L,EAAUC,MAG5C,GAFAyoC,OAAa,EAET/nC,EAAO,MAAMA,EAIjB,OAFI2oC,EAAUE,SAASF,EAAUtxB,GAAGtM,EAAM1L,GAEnCC,IACT,EAGA,IAAImpC,EAAQ,SAASL,EAAQr9B,EAAM1L,EAAUe,GAC3C,GAAIf,EAAU,CACZ,IAAIiqC,EAAWlB,EAAOr9B,KAAUq9B,EAAOr9B,GAAQ,IAC3CrC,EAAUtI,EAAQsI,QAASggC,EAAMtoC,EAAQsoC,IAAKC,EAAYvoC,EAAQuoC,UAClEA,GAAWA,EAAUjzB,QAEzB4zB,EAASt8B,KAAK,CAAC3N,SAAUA,EAAUqJ,QAASA,EAASggC,IAAKhgC,GAAWggC,EAAKC,UAAWA,GACvF,CACA,OAAOP,CACT,EAIIiB,EAAa,SAASN,EAAKh+B,EAAM1L,EAAUqJ,GAC7C,IACEqgC,EAAI1xB,GAAGtM,EAAM1L,EAAUqJ,EACzB,CAAE,MAAOuL,GACP,OAAOA,CACT,CACF,EAMA+zB,EAAOniB,IAAM,SAAS9a,EAAM1L,EAAUqJ,GACpC,OAAKpJ,KAAKkpC,SACVlpC,KAAKkpC,QAAUN,EAAUqB,EAAQjqC,KAAKkpC,QAASz9B,EAAM1L,EAAU,CAC7DqJ,QAASA,EACTgQ,UAAWpZ,KAAKspC,aAGXtpC,MANmBA,IAO5B,EAIA0oC,EAAOwB,cAAgB,SAAST,EAAKh+B,EAAM1L,GACzC,IAAI6pC,EAAc5pC,KAAK6pC,aACvB,IAAKD,EAAa,OAAO5pC,KAGzB,IADA,IAAImqC,EAAMV,EAAM,CAACA,EAAIC,WAAavpC,EAAE27B,KAAK8N,GAChCn4B,EAAI,EAAGA,EAAI04B,EAAInoC,OAAQyP,IAAK,CACnC,IAAI43B,EAAYO,EAAYO,EAAI14B,IAIhC,IAAK43B,EAAW,MAEhBA,EAAUI,IAAIljB,IAAI9a,EAAM1L,EAAUC,MAC9BqpC,EAAUE,SAASF,EAAU9iB,IAAI9a,EAAM1L,EAC7C,CAGA,OAFII,EAAEiqC,QAAQR,KAAc5pC,KAAK6pC,kBAAe,GAEzC7pC,IACT,EAGA,IAAIiqC,EAAS,SAASnB,EAAQr9B,EAAM1L,EAAUe,GAC5C,GAAKgoC,EAAL,CAEA,IACWE,EADP5/B,EAAUtI,EAAQsI,QAASgQ,EAAYtY,EAAQsY,UAC/C3H,EAAI,EAGR,GAAKhG,GAASrC,GAAYrJ,EAA1B,CAQA,IADAipC,EAAQv9B,EAAO,CAACA,GAAQtL,EAAE27B,KAAKgN,GACxBr3B,EAAIu3B,EAAMhnC,OAAQyP,IAAK,CAE5B,IAAIu4B,EAAWlB,EADfr9B,EAAOu9B,EAAMv3B,IAIb,IAAKu4B,EAAU,MAIf,IADA,IAAIK,EAAY,GACP74B,EAAI,EAAGA,EAAIw4B,EAAShoC,OAAQwP,IAAK,CACxC,IAAI6M,EAAU2rB,EAASx4B,GACvB,GACEzR,GAAYA,IAAase,EAAQte,UAC/BA,IAAase,EAAQte,SAASuqC,WAC5BlhC,GAAWA,IAAYiV,EAAQjV,QAEnCihC,EAAU38B,KAAK2Q,OACV,CACL,IAAIgrB,EAAYhrB,EAAQgrB,UACpBA,GAAWA,EAAU9iB,IAAI9a,EAAM1L,EACrC,CACF,CAGIsqC,EAAUroC,OACZ8mC,EAAOr9B,GAAQ4+B,SAERvB,EAAOr9B,EAElB,CAEA,OAAOq9B,CAlCP,CAJE,IAAKE,EAAQ7oC,EAAE27B,KAAK1iB,GAAY3H,EAAIu3B,EAAMhnC,OAAQyP,IAChD2H,EAAU4vB,EAAMv3B,IAAI84B,SARL,CA8CrB,EAMA7B,EAAO8B,KAAO,SAAS/+B,EAAM1L,EAAUqJ,GAErC,IAAI0/B,EAASF,EAAU6B,EAAS,CAAC,EAAGh/B,EAAM1L,EAAUC,KAAKumB,IAAI/iB,KAAKxD,OAElE,MADoB,iBAATyL,GAAgC,MAAXrC,IAAiBrJ,OAAW,GACrDC,KAAK+X,GAAG+wB,EAAQ/oC,EAAUqJ,EACnC,EAGAs/B,EAAOgC,aAAe,SAASjB,EAAKh+B,EAAM1L,GAExC,IAAI+oC,EAASF,EAAU6B,EAAS,CAAC,EAAGh/B,EAAM1L,EAAUC,KAAKkqC,cAAc1mC,KAAKxD,KAAMypC,IAClF,OAAOzpC,KAAKwpC,SAASC,EAAKX,EAC5B,EAIA,IAAI2B,EAAU,SAAS19B,EAAKtB,EAAM1L,EAAU4qC,GAC1C,GAAI5qC,EAAU,CACZ,IAAIyqC,EAAOz9B,EAAItB,GAAQtL,EAAEqqC,MAAK,WAC5BG,EAAMl/B,EAAM++B,GACZzqC,EAAS2a,MAAM1a,KAAM6K,UACvB,IACA2/B,EAAKF,UAAYvqC,CACnB,CACA,OAAOgN,CACT,EAMA27B,EAAOhmC,QAAU,SAAS+I,GACxB,IAAKzL,KAAKkpC,QAAS,OAAOlpC,KAI1B,IAFA,IAAIgC,EAAS4O,KAAKkC,IAAI,EAAGjI,UAAU7I,OAAS,GACxCqkC,EAAOvI,MAAM97B,GACRyP,EAAI,EAAGA,EAAIzP,EAAQyP,IAAK40B,EAAK50B,GAAK5G,UAAU4G,EAAI,GAGzD,OADAm3B,EAAUgC,EAAY5qC,KAAKkpC,QAASz9B,OAAM,EAAQ46B,GAC3CrmC,IACT,EAGA,IAAI4qC,EAAa,SAASC,EAAWp/B,EAAM1L,EAAUsmC,GACnD,GAAIwE,EAAW,CACb,IAAI/B,EAAS+B,EAAUp/B,GACnBq/B,EAAYD,EAAUE,IACtBjC,GAAUgC,IAAWA,EAAYA,EAAUj+B,SAC3Ci8B,GAAQkC,EAAclC,EAAQzC,GAC9ByE,GAAWE,EAAcF,EAAW,CAACr/B,GAAMo0B,OAAOwG,GACxD,CACA,OAAOwE,CACT,EAKIG,EAAgB,SAASlC,EAAQzC,GACnC,IAAI4E,EAAIx5B,GAAK,EAAGy5B,EAAIpC,EAAO9mC,OAAQmpC,EAAK9E,EAAK,GAAI+E,EAAK/E,EAAK,GAAIgF,EAAKhF,EAAK,GACzE,OAAQA,EAAKrkC,QACX,KAAK,EAAG,OAASyP,EAAIy5B,IAAID,EAAKnC,EAAOr3B,IAAI1R,SAASY,KAAKsqC,EAAG7B,KAAM,OAChE,KAAK,EAAG,OAAS33B,EAAIy5B,IAAID,EAAKnC,EAAOr3B,IAAI1R,SAASY,KAAKsqC,EAAG7B,IAAK+B,GAAK,OACpE,KAAK,EAAG,OAAS15B,EAAIy5B,IAAID,EAAKnC,EAAOr3B,IAAI1R,SAASY,KAAKsqC,EAAG7B,IAAK+B,EAAIC,GAAK,OACxE,KAAK,EAAG,OAAS35B,EAAIy5B,IAAID,EAAKnC,EAAOr3B,IAAI1R,SAASY,KAAKsqC,EAAG7B,IAAK+B,EAAIC,EAAIC,GAAK,OAC5E,QAAS,OAAS55B,EAAIy5B,IAAID,EAAKnC,EAAOr3B,IAAI1R,SAAS2a,MAAMuwB,EAAG7B,IAAK/C,GAAO,OAE5E,EAIIyD,EAAY,SAASwB,EAAU7B,GACjCzpC,KAAKuF,GAAK+lC,EAAS5B,UACnB1pC,KAAKsrC,SAAWA,EAChBtrC,KAAKypC,IAAMA,EACXzpC,KAAKupC,SAAU,EACfvpC,KAAKoW,MAAQ,EACbpW,KAAKkpC,aAAU,CACjB,EAEAY,EAAU7gC,UAAU8O,GAAK2wB,EAAO3wB,GAMhC+xB,EAAU7gC,UAAUsd,IAAM,SAAS9a,EAAM1L,GACvC,IAAIwqC,EACAvqC,KAAKupC,SACPvpC,KAAKkpC,QAAUN,EAAUqB,EAAQjqC,KAAKkpC,QAASz9B,EAAM1L,EAAU,CAC7DqJ,aAAS,EACTgQ,eAAW,IAEbmxB,GAAWvqC,KAAKkpC,UAEhBlpC,KAAKoW,QACLm0B,EAAyB,IAAfvqC,KAAKoW,OAEbm0B,GAASvqC,KAAKuqC,SACpB,EAGAT,EAAU7gC,UAAUshC,QAAU,kBACrBvqC,KAAKsrC,SAASzB,aAAa7pC,KAAKypC,IAAIC,WACtC1pC,KAAKupC,gBAAgBvpC,KAAKypC,IAAIH,WAAWtpC,KAAKuF,GACrD,EAGAmjC,EAAOllC,KAASklC,EAAO3wB,GACvB2wB,EAAO6C,OAAS7C,EAAOniB,IAIvBpmB,EAAE42B,OAAOpwB,EAAU+hC,GAYnB,IAAI8C,EAAQ7kC,EAAS6kC,MAAQ,SAASj+B,EAAYzM,GAChD,IAAIsF,EAAQmH,GAAc,CAAC,EAC3BzM,IAAYA,EAAU,CAAC,GACvBd,KAAKyrC,cAAc/wB,MAAM1a,KAAM6K,WAC/B7K,KAAK0rC,IAAMvrC,EAAEwpC,SAAS3pC,KAAK2rC,WAC3B3rC,KAAKuN,WAAa,CAAC,EACfzM,EAAQ6H,aAAY3I,KAAK2I,WAAa7H,EAAQ6H,YAC9C7H,EAAQgZ,QAAO1T,EAAQpG,KAAK8Z,MAAM1T,EAAOtF,IAAY,CAAC,GAC1D,IAAI8qC,EAAWzrC,EAAE2E,OAAO9E,KAAM,YAI9BoG,EAAQjG,EAAEyrC,SAASzrC,EAAE42B,OAAO,CAAC,EAAG6U,EAAUxlC,GAAQwlC,GAElD5rC,KAAKioB,IAAI7hB,EAAOtF,GAChBd,KAAKwG,QAAU,CAAC,EAChBxG,KAAK6rC,WAAWnxB,MAAM1a,KAAM6K,UAC9B,EAGA1K,EAAE42B,OAAOyU,EAAMviC,UAAWy/B,EAAQ,CAGhCliC,QAAS,KAGTslC,gBAAiB,KAIjBC,YAAa,KAIbJ,UAAW,IAIXF,cAAe,WAAW,EAI1BI,WAAY,WAAW,EAGvBnlC,OAAQ,SAAS5F,GACf,OAAOX,EAAEkT,MAAMrT,KAAKuN,WACtB,EAIAy+B,KAAM,WACJ,OAAOrlC,EAASqlC,KAAKtxB,MAAM1a,KAAM6K,UACnC,EAGAid,IAAK,SAAS/R,GACZ,OAAO/V,KAAKuN,WAAWwI,EACzB,EAGAk2B,OAAQ,SAASl2B,GACf,OAAO5V,EAAE8rC,OAAOjsC,KAAK8nB,IAAI/R,GAC3B,EAIA0e,IAAK,SAAS1e,GACZ,OAAyB,MAAlB/V,KAAK8nB,IAAI/R,EAClB,EAGA0J,QAAS,SAASrZ,GAChB,QAASjG,EAAE0oC,SAASziC,EAAOpG,KAAlBG,CAAwBH,KAAKuN,WACxC,EAKA0a,IAAK,SAASpkB,EAAKi+B,EAAKhhC,GACtB,GAAW,MAAP+C,EAAa,OAAO7D,KAGxB,IAAIoG,EAWJ,GAVmB,iBAARvC,GACTuC,EAAQvC,EACR/C,EAAUghC,IAET17B,EAAQ,CAAC,GAAGvC,GAAOi+B,EAGtBhhC,IAAYA,EAAU,CAAC,IAGlBd,KAAKksC,UAAU9lC,EAAOtF,GAAU,OAAO,EAG5C,IAAIqrC,EAAarrC,EAAQqrC,MACrBC,EAAatrC,EAAQsrC,OACrBC,EAAa,GACbC,EAAatsC,KAAKusC,UACtBvsC,KAAKusC,WAAY,EAEZD,IACHtsC,KAAKwsC,oBAAsBrsC,EAAEkT,MAAMrT,KAAKuN,YACxCvN,KAAKwG,QAAU,CAAC,GAGlB,IAAIimC,EAAUzsC,KAAKuN,WACf/G,EAAUxG,KAAKwG,QACfkmC,EAAU1sC,KAAKwsC,oBAGnB,IAAK,IAAIz2B,KAAQ3P,EACf07B,EAAM17B,EAAM2P,GACP5V,EAAEwsC,QAAQF,EAAQ12B,GAAO+rB,IAAMuK,EAAQ3+B,KAAKqI,GAC5C5V,EAAEwsC,QAAQD,EAAK32B,GAAO+rB,UAGlBt7B,EAAQuP,GAFfvP,EAAQuP,GAAQ+rB,EAIlBqK,SAAeM,EAAQ12B,GAAQ02B,EAAQ12B,GAAQ+rB,EAIjD,GAAI9hC,KAAK+rC,eAAe3lC,EAAO,CAC7B,IAAIwmC,EAAS5sC,KAAKuF,GAClBvF,KAAKuF,GAAKvF,KAAK8nB,IAAI9nB,KAAK+rC,aACxB/rC,KAAK0C,QAAQ,WAAY1C,KAAM4sC,EAAQ9rC,EACzC,CAGA,IAAKsrC,EAAQ,CACPC,EAAQrqC,SAAQhC,KAAK6sC,SAAW/rC,GACpC,IAAK,IAAI2Q,EAAI,EAAGA,EAAI46B,EAAQrqC,OAAQyP,IAClCzR,KAAK0C,QAAQ,UAAY2pC,EAAQ56B,GAAIzR,KAAMysC,EAAQJ,EAAQ56B,IAAK3Q,EAEpE,CAIA,GAAIwrC,EAAU,OAAOtsC,KACrB,IAAKosC,EACH,KAAOpsC,KAAK6sC,UACV/rC,EAAUd,KAAK6sC,SACf7sC,KAAK6sC,UAAW,EAChB7sC,KAAK0C,QAAQ,SAAU1C,KAAMc,GAKjC,OAFAd,KAAK6sC,UAAW,EAChB7sC,KAAKusC,WAAY,EACVvsC,IACT,EAIAmsC,MAAO,SAASp2B,EAAMjV,GACpB,OAAOd,KAAKioB,IAAIlS,OAAM,EAAQ5V,EAAE42B,OAAO,CAAC,EAAGj2B,EAAS,CAACqrC,OAAO,IAC9D,EAGAW,MAAO,SAAShsC,GACd,IAAIsF,EAAQ,CAAC,EACb,IAAK,IAAIvC,KAAO7D,KAAKuN,WAAYnH,EAAMvC,QAAO,EAC9C,OAAO7D,KAAKioB,IAAI7hB,EAAOjG,EAAE42B,OAAO,CAAC,EAAGj2B,EAAS,CAACqrC,OAAO,IACvD,EAIAY,WAAY,SAASh3B,GACnB,OAAY,MAARA,GAAsB5V,EAAEiqC,QAAQpqC,KAAKwG,SAClCrG,EAAEs0B,IAAIz0B,KAAKwG,QAASuP,EAC7B,EAQAi3B,kBAAmB,SAASpsB,GAC1B,IAAKA,EAAM,QAAO5gB,KAAK+sC,cAAe5sC,EAAEkT,MAAMrT,KAAKwG,SACnD,IAEIumC,EAFAE,EAAMjtC,KAAKusC,UAAYvsC,KAAKwsC,oBAAsBxsC,KAAKuN,WACvD/G,EAAU,CAAC,EAEf,IAAK,IAAIuP,KAAQ6K,EAAM,CACrB,IAAIkhB,EAAMlhB,EAAK7K,GACX5V,EAAEwsC,QAAQM,EAAIl3B,GAAO+rB,KACzBt7B,EAAQuP,GAAQ+rB,EAChBiL,GAAa,EACf,CACA,QAAOA,GAAavmC,CACtB,EAIA0mC,SAAU,SAASn3B,GACjB,OAAY,MAARA,GAAiB/V,KAAKwsC,oBACnBxsC,KAAKwsC,oBAAoBz2B,GADsB,IAExD,EAIAo3B,mBAAoB,WAClB,OAAOhtC,EAAEkT,MAAMrT,KAAKwsC,oBACtB,EAIAtY,MAAO,SAASpzB,GACdA,EAAUX,EAAE42B,OAAO,CAACjd,OAAO,GAAOhZ,GAClC,IAAImF,EAAQjG,KACRsD,EAAUxC,EAAQwC,QAQtB,OAPAxC,EAAQwC,QAAU,SAAS2kC,GACzB,IAAImF,EAActsC,EAAQgZ,MAAQ7T,EAAM6T,MAAMmuB,EAAMnnC,GAAWmnC,EAC/D,IAAKhiC,EAAMgiB,IAAImlB,EAAatsC,GAAU,OAAO,EACzCwC,GAASA,EAAQ3C,KAAKG,EAAQsI,QAASnD,EAAOgiC,EAAMnnC,GACxDmF,EAAMvD,QAAQ,OAAQuD,EAAOgiC,EAAMnnC,EACrC,EACAusC,EAAUrtC,KAAMc,GACTd,KAAKgsC,KAAK,OAAQhsC,KAAMc,EACjC,EAKAwsC,KAAM,SAASzpC,EAAKi+B,EAAKhhC,GAEvB,IAAIsF,EACO,MAAPvC,GAA8B,iBAARA,GACxBuC,EAAQvC,EACR/C,EAAUghC,IAET17B,EAAQ,CAAC,GAAGvC,GAAOi+B,EAItB,IAAIyL,GADJzsC,EAAUX,EAAE42B,OAAO,CAACyW,UAAU,EAAM1zB,OAAO,GAAOhZ,IAC/BysC,KAKnB,GAAInnC,IAAUmnC,GACZ,IAAKvtC,KAAKioB,IAAI7hB,EAAOtF,GAAU,OAAO,OACjC,IAAKd,KAAKksC,UAAU9lC,EAAOtF,GAChC,OAAO,EAKT,IAAImF,EAAQjG,KACRsD,EAAUxC,EAAQwC,QAClBiK,EAAavN,KAAKuN,WACtBzM,EAAQwC,QAAU,SAAS2kC,GAEzBhiC,EAAMsH,WAAaA,EACnB,IAAI6/B,EAActsC,EAAQgZ,MAAQ7T,EAAM6T,MAAMmuB,EAAMnnC,GAAWmnC,EAE/D,GADIsF,IAAMH,EAAcjtC,EAAE42B,OAAO,CAAC,EAAG3wB,EAAOgnC,IACxCA,IAAgBnnC,EAAMgiB,IAAImlB,EAAatsC,GAAU,OAAO,EACxDwC,GAASA,EAAQ3C,KAAKG,EAAQsI,QAASnD,EAAOgiC,EAAMnnC,GACxDmF,EAAMvD,QAAQ,OAAQuD,EAAOgiC,EAAMnnC,EACrC,EACAusC,EAAUrtC,KAAMc,GAGZsF,GAASmnC,IAAMvtC,KAAKuN,WAAapN,EAAE42B,OAAO,CAAC,EAAGxpB,EAAYnH,IAE9D,IAAIxD,EAAS5C,KAAKytC,QAAU,SAAW3sC,EAAQ4D,MAAQ,QAAU,SAClD,UAAX9B,GAAuB9B,EAAQsF,QAAOtF,EAAQsF,MAAQA,GAC1D,IAAI8B,EAAMlI,KAAKgsC,KAAKppC,EAAQ5C,KAAMc,GAKlC,OAFAd,KAAKuN,WAAaA,EAEXrF,CACT,EAKAo7B,QAAS,SAASxiC,GAChBA,EAAUA,EAAUX,EAAEkT,MAAMvS,GAAW,CAAC,EACxC,IAAImF,EAAQjG,KACRsD,EAAUxC,EAAQwC,QAClBiqC,EAAOzsC,EAAQysC,KAEfjK,EAAU,WACZr9B,EAAMikC,gBACNjkC,EAAMvD,QAAQ,UAAWuD,EAAOA,EAAM0C,WAAY7H,EACpD,EAEAA,EAAQwC,QAAU,SAAS2kC,GACrBsF,GAAMjK,IACNhgC,GAASA,EAAQ3C,KAAKG,EAAQsI,QAASnD,EAAOgiC,EAAMnnC,GACnDmF,EAAMwnC,SAASxnC,EAAMvD,QAAQ,OAAQuD,EAAOgiC,EAAMnnC,EACzD,EAEA,IAAIoH,GAAM,EAQV,OAPIlI,KAAKytC,QACPttC,EAAEgY,MAAMrX,EAAQwC,UAEhB+pC,EAAUrtC,KAAMc,GAChBoH,EAAMlI,KAAKgsC,KAAK,SAAUhsC,KAAMc,IAE7BysC,GAAMjK,IACJp7B,CACT,EAKA/E,IAAK,WACH,IAAIuqC,EACFvtC,EAAE2E,OAAO9E,KAAM,YACfG,EAAE2E,OAAO9E,KAAK2I,WAAY,QAC1BE,IACF,GAAI7I,KAAKytC,QAAS,OAAOC,EACzB,IAAInoC,EAAKvF,KAAK8nB,IAAI9nB,KAAK+rC,aACvB,OAAO2B,EAAKp5B,QAAQ,SAAU,OAAS+E,mBAAmB9T,EAC5D,EAIAuU,MAAO,SAASmuB,EAAMnnC,GACpB,OAAOmnC,CACT,EAGA50B,MAAO,WACL,OAAO,IAAIrT,KAAK2tC,YAAY3tC,KAAKuN,WACnC,EAGAkgC,MAAO,WACL,OAAQztC,KAAKy0B,IAAIz0B,KAAK+rC,YACxB,EAGA6B,QAAS,SAAS9sC,GAChB,OAAOd,KAAKksC,UAAU,CAAC,EAAG/rC,EAAE42B,OAAO,CAAC,EAAGj2B,EAAS,CAAC0sC,UAAU,IAC7D,EAIAtB,UAAW,SAAS9lC,EAAOtF,GACzB,IAAKA,EAAQ0sC,WAAaxtC,KAAKwtC,SAAU,OAAO,EAChDpnC,EAAQjG,EAAE42B,OAAO,CAAC,EAAG/2B,KAAKuN,WAAYnH,GACtC,IAAI1F,EAAQV,KAAK8rC,gBAAkB9rC,KAAKwtC,SAASpnC,EAAOtF,IAAY,KACpE,OAAKJ,IACLV,KAAK0C,QAAQ,UAAW1C,KAAMU,EAAOP,EAAE42B,OAAOj2B,EAAS,CAACgrC,gBAAiBprC,MAClE,EACT,IAiBF,IAAI8H,EAAa7B,EAAS6B,WAAa,SAASqlC,EAAQ/sC,GACtDA,IAAYA,EAAU,CAAC,GACvBd,KAAKyrC,cAAc/wB,MAAM1a,KAAM6K,WAC3B/J,EAAQmF,QAAOjG,KAAKiG,MAAQnF,EAAQmF,YACb,IAAvBnF,EAAQgtC,aAAuB9tC,KAAK8tC,WAAahtC,EAAQgtC,YAC7D9tC,KAAK+tC,SACL/tC,KAAK6rC,WAAWnxB,MAAM1a,KAAM6K,WACxBgjC,GAAQ7tC,KAAKguC,MAAMH,EAAQ1tC,EAAE42B,OAAO,CAACqV,QAAQ,GAAOtrC,GAC1D,EAGImtC,EAAa,CAAC5T,KAAK,EAAM3iB,QAAQ,EAAMw2B,OAAO,GAC9CC,EAAa,CAAC9T,KAAK,EAAM3iB,QAAQ,GAGjC02B,EAAS,SAASC,EAAO9iB,EAAQ+iB,GACnCA,EAAK19B,KAAK0E,IAAI1E,KAAKkC,IAAIw7B,EAAI,GAAID,EAAMrsC,QACrC,IAEIyP,EAFAuW,EAAO8V,MAAMuQ,EAAMrsC,OAASssC,GAC5BtsC,EAASupB,EAAOvpB,OAEpB,IAAKyP,EAAI,EAAGA,EAAIuW,EAAKhmB,OAAQyP,IAAKuW,EAAKvW,GAAK48B,EAAM58B,EAAI68B,GACtD,IAAK78B,EAAI,EAAGA,EAAIzP,EAAQyP,IAAK48B,EAAM58B,EAAI68B,GAAM/iB,EAAO9Z,GACpD,IAAKA,EAAI,EAAGA,EAAIuW,EAAKhmB,OAAQyP,IAAK48B,EAAM58B,EAAIzP,EAASssC,GAAMtmB,EAAKvW,EAClE,EAGAtR,EAAE42B,OAAOvuB,EAAWS,UAAWy/B,EAAQ,CAIrCziC,MAAOulC,EAKPC,cAAe,WAAW,EAI1BI,WAAY,WAAW,EAIvBnlC,OAAQ,SAAS5F,GACf,OAAOd,KAAK+M,KAAI,SAAS9G,GAAS,OAAOA,EAAMS,OAAO5F,EAAU,GAClE,EAGAkrC,KAAM,WACJ,OAAOrlC,EAASqlC,KAAKtxB,MAAM1a,KAAM6K,UACnC,EAKAwvB,IAAK,SAASwT,EAAQ/sC,GACpB,OAAOd,KAAKioB,IAAI4lB,EAAQ1tC,EAAE42B,OAAO,CAACmX,OAAO,GAAQptC,EAASqtC,GAC5D,EAGAz2B,OAAQ,SAASm2B,EAAQ/sC,GACvBA,EAAUX,EAAE42B,OAAO,CAAC,EAAGj2B,GACvB,IAAIytC,GAAYpuC,EAAE49B,QAAQ8P,GAC1BA,EAASU,EAAW,CAACV,GAAUA,EAAOhhC,QACtC,IAAI2hC,EAAUxuC,KAAKyuC,cAAcZ,EAAQ/sC,GAKzC,OAJKA,EAAQsrC,QAAUoC,EAAQxsC,SAC7BlB,EAAQurC,QAAU,CAACqC,MAAO,GAAIC,OAAQ,GAAIH,QAASA,GACnDxuC,KAAK0C,QAAQ,SAAU1C,KAAMc,IAExBytC,EAAWC,EAAQ,GAAKA,CACjC,EAMAvmB,IAAK,SAAS4lB,EAAQ/sC,GACpB,GAAc,MAAV+sC,EAAJ,EAEA/sC,EAAUX,EAAE42B,OAAO,CAAC,EAAGkX,EAAYntC,IACvBgZ,QAAU9Z,KAAK4uC,SAASf,KAClCA,EAAS7tC,KAAK8Z,MAAM+zB,EAAQ/sC,IAAY,IAG1C,IAAIytC,GAAYpuC,EAAE49B,QAAQ8P,GAC1BA,EAASU,EAAW,CAACV,GAAUA,EAAOhhC,QAEtC,IAAIyhC,EAAKxtC,EAAQwtC,GACP,MAANA,IAAYA,GAAMA,GAClBA,EAAKtuC,KAAKgC,SAAQssC,EAAKtuC,KAAKgC,QAC5BssC,EAAK,IAAGA,GAAMtuC,KAAKgC,OAAS,GAEhC,IAgBIiE,EAAOwL,EAhBPwW,EAAM,GACN4mB,EAAQ,GACRC,EAAU,GACVC,EAAW,GACXC,EAAW,CAAC,EAEZ3U,EAAMv5B,EAAQu5B,IACd6T,EAAQptC,EAAQotC,MAChBx2B,EAAS5W,EAAQ4W,OAEjBu3B,GAAO,EACPC,EAAWlvC,KAAK8tC,YAAoB,MAANQ,IAA+B,IAAjBxtC,EAAQmuC,KACpDE,EAAWhvC,EAAEivC,SAASpvC,KAAK8tC,YAAc9tC,KAAK8tC,WAAa,KAK/D,IAAKr8B,EAAI,EAAGA,EAAIo8B,EAAO7rC,OAAQyP,IAAK,CAClCxL,EAAQ4nC,EAAOp8B,GAIf,IAAI49B,EAAWrvC,KAAK8nB,IAAI7hB,GACxB,GAAIopC,EAAU,CACZ,GAAInB,GAASjoC,IAAUopC,EAAU,CAC/B,IAAIjpC,EAAQpG,KAAK4uC,SAAS3oC,GAASA,EAAMsH,WAAatH,EAClDnF,EAAQgZ,QAAO1T,EAAQipC,EAASv1B,MAAM1T,EAAOtF,IACjDuuC,EAASpnB,IAAI7hB,EAAOtF,GACpBguC,EAAQphC,KAAK2hC,GACTH,IAAaD,IAAMA,EAAOI,EAAStC,WAAWoC,GACpD,CACKH,EAASK,EAAS3D,OACrBsD,EAASK,EAAS3D,MAAO,EACzBzjB,EAAIva,KAAK2hC,IAEXxB,EAAOp8B,GAAK49B,CAGd,MAAWhV,IACTp0B,EAAQ4nC,EAAOp8B,GAAKzR,KAAKsvC,cAAcrpC,EAAOnF,MAE5C+tC,EAAMnhC,KAAKzH,GACXjG,KAAKuvC,cAActpC,EAAOnF,GAC1BkuC,EAAS/oC,EAAMylC,MAAO,EACtBzjB,EAAIva,KAAKzH,GAGf,CAGA,GAAIyR,EAAQ,CACV,IAAKjG,EAAI,EAAGA,EAAIzR,KAAKgC,OAAQyP,IAEtBu9B,GADL/oC,EAAQjG,KAAK6tC,OAAOp8B,IACAi6B,MAAMqD,EAASrhC,KAAKzH,GAEtC8oC,EAAS/sC,QAAQhC,KAAKyuC,cAAcM,EAAUjuC,EACpD,CAGA,IAAI0uC,GAAe,EACfl7B,GAAW46B,GAAY7U,GAAO3iB,EAkBlC,GAjBIuQ,EAAIjmB,QAAUsS,GAChBk7B,EAAexvC,KAAKgC,SAAWimB,EAAIjmB,QAAU7B,EAAEsvC,KAAKzvC,KAAK6tC,QAAQ,SAAS3uB,EAAGsoB,GAC3E,OAAOtoB,IAAM+I,EAAIuf,EACnB,IACAxnC,KAAK6tC,OAAO7rC,OAAS,EACrBosC,EAAOpuC,KAAK6tC,OAAQ5lB,EAAK,GACzBjoB,KAAKgC,OAAShC,KAAK6tC,OAAO7rC,QACjB6sC,EAAM7sC,SACXktC,IAAUD,GAAO,GACrBb,EAAOpuC,KAAK6tC,OAAQgB,EAAa,MAANP,EAAatuC,KAAKgC,OAASssC,GACtDtuC,KAAKgC,OAAShC,KAAK6tC,OAAO7rC,QAIxBitC,GAAMjvC,KAAKivC,KAAK,CAAC7C,QAAQ,KAGxBtrC,EAAQsrC,OAAQ,CACnB,IAAK36B,EAAI,EAAGA,EAAIo9B,EAAM7sC,OAAQyP,IAClB,MAAN68B,IAAYxtC,EAAQ0mC,MAAQ8G,EAAK78B,IACrCxL,EAAQ4oC,EAAMp9B,IACR/O,QAAQ,MAAOuD,EAAOjG,KAAMc,IAEhCmuC,GAAQO,IAAcxvC,KAAK0C,QAAQ,OAAQ1C,KAAMc,IACjD+tC,EAAM7sC,QAAU+sC,EAAS/sC,QAAU8sC,EAAQ9sC,UAC7ClB,EAAQurC,QAAU,CAChBqC,MAAOG,EACPL,QAASO,EACTJ,OAAQG,GAEV9uC,KAAK0C,QAAQ,SAAU1C,KAAMc,GAEjC,CAGA,OAAOytC,EAAWV,EAAO,GAAKA,CA/GJ,CAgH5B,EAMAG,MAAO,SAASH,EAAQ/sC,GACtBA,EAAUA,EAAUX,EAAEkT,MAAMvS,GAAW,CAAC,EACxC,IAAK,IAAI2Q,EAAI,EAAGA,EAAIzR,KAAK6tC,OAAO7rC,OAAQyP,IACtCzR,KAAK0vC,iBAAiB1vC,KAAK6tC,OAAOp8B,GAAI3Q,GAMxC,OAJAA,EAAQ6uC,eAAiB3vC,KAAK6tC,OAC9B7tC,KAAK+tC,SACLF,EAAS7tC,KAAKq6B,IAAIwT,EAAQ1tC,EAAE42B,OAAO,CAACqV,QAAQ,GAAOtrC,IAC9CA,EAAQsrC,QAAQpsC,KAAK0C,QAAQ,QAAS1C,KAAMc,GAC1C+sC,CACT,EAGAngC,KAAM,SAASzH,EAAOnF,GACpB,OAAOd,KAAKq6B,IAAIp0B,EAAO9F,EAAE42B,OAAO,CAACuX,GAAItuC,KAAKgC,QAASlB,GACrD,EAGA+E,IAAK,SAAS/E,GACZ,IAAImF,EAAQjG,KAAKsuC,GAAGtuC,KAAKgC,OAAS,GAClC,OAAOhC,KAAK0X,OAAOzR,EAAOnF,EAC5B,EAGA8uC,QAAS,SAAS3pC,EAAOnF,GACvB,OAAOd,KAAKq6B,IAAIp0B,EAAO9F,EAAE42B,OAAO,CAACuX,GAAI,GAAIxtC,GAC3C,EAGA8G,MAAO,SAAS9G,GACd,IAAImF,EAAQjG,KAAKsuC,GAAG,GACpB,OAAOtuC,KAAK0X,OAAOzR,EAAOnF,EAC5B,EAGA+L,MAAO,WACL,OAAOA,EAAM6N,MAAM1a,KAAK6tC,OAAQhjC,UAClC,EAIAid,IAAK,SAAS2hB,GACZ,GAAW,MAAPA,EACJ,OAAOzpC,KAAK6vC,MAAMpG,IAChBzpC,KAAK6vC,MAAM7vC,KAAK8vC,QAAQ9vC,KAAK4uC,SAASnF,GAAOA,EAAIl8B,WAAak8B,EAAKA,EAAIsC,eACvEtC,EAAIiC,KAAO1rC,KAAK6vC,MAAMpG,EAAIiC,IAC9B,EAGAjX,IAAK,SAASgV,GACZ,OAAwB,MAAjBzpC,KAAK8nB,IAAI2hB,EAClB,EAGA6E,GAAI,SAAS9G,GAEX,OADIA,EAAQ,IAAGA,GAASxnC,KAAKgC,QACtBhC,KAAK6tC,OAAOrG,EACrB,EAIAuI,MAAO,SAAS3pC,EAAO4pC,GACrB,OAAOhwC,KAAKgwC,EAAQ,OAAS,UAAU5pC,EACzC,EAIA6pC,UAAW,SAAS7pC,GAClB,OAAOpG,KAAK+vC,MAAM3pC,GAAO,EAC3B,EAKA6oC,KAAM,SAASnuC,GACb,IAAIgtC,EAAa9tC,KAAK8tC,WACtB,IAAKA,EAAY,MAAM,IAAIllC,MAAM,0CACjC9H,IAAYA,EAAU,CAAC,GAEvB,IAAIkB,EAAS8rC,EAAW9rC,OAUxB,OATI7B,EAAE+vC,WAAWpC,KAAaA,EAAaA,EAAWtqC,KAAKxD,OAG5C,IAAXgC,GAAgB7B,EAAEivC,SAAStB,GAC7B9tC,KAAK6tC,OAAS7tC,KAAKmwC,OAAOrC,GAE1B9tC,KAAK6tC,OAAOoB,KAAKnB,GAEdhtC,EAAQsrC,QAAQpsC,KAAK0C,QAAQ,OAAQ1C,KAAMc,GACzCd,IACT,EAGAowC,MAAO,SAASr6B,GACd,OAAO/V,KAAK+M,IAAIgJ,EAAO,GACzB,EAKAme,MAAO,SAASpzB,GAEd,IAAIwC,GADJxC,EAAUX,EAAE42B,OAAO,CAACjd,OAAO,GAAOhZ,IACZwC,QAClBqF,EAAa3I,KAQjB,OAPAc,EAAQwC,QAAU,SAAS2kC,GACzB,IAAIrlC,EAAS9B,EAAQktC,MAAQ,QAAU,MACvCrlC,EAAW/F,GAAQqlC,EAAMnnC,GACrBwC,GAASA,EAAQ3C,KAAKG,EAAQsI,QAAST,EAAYs/B,EAAMnnC,GAC7D6H,EAAWjG,QAAQ,OAAQiG,EAAYs/B,EAAMnnC,EAC/C,EACAusC,EAAUrtC,KAAMc,GACTd,KAAKgsC,KAAK,OAAQhsC,KAAMc,EACjC,EAKA0D,OAAQ,SAASyB,EAAOnF,GAEtB,IAAIysC,GADJzsC,EAAUA,EAAUX,EAAEkT,MAAMvS,GAAW,CAAC,GACrBysC,KAEnB,KADAtnC,EAAQjG,KAAKsvC,cAAcrpC,EAAOnF,IACtB,OAAO,EACdysC,GAAMvtC,KAAKq6B,IAAIp0B,EAAOnF,GAC3B,IAAI6H,EAAa3I,KACbsD,EAAUxC,EAAQwC,QAoBtB,OAnBAxC,EAAQwC,QAAU,SAAS4b,EAAG+oB,EAAMoI,GAC9B9C,IACFruB,EAAEqH,IAAI,QAAS5d,EAAW2nC,sBAAuB3nC,GACjDA,EAAW0xB,IAAInb,EAAGmxB,IAEhB/sC,GAASA,EAAQ3C,KAAK0vC,EAAajnC,QAAS8V,EAAG+oB,EAAMoI,EAC3D,EASI9C,GACFtnC,EAAMukC,KAAK,QAASxqC,KAAKswC,sBAAuBtwC,MAElDiG,EAAMqnC,KAAK,KAAMxsC,GACVmF,CACT,EAIA6T,MAAO,SAASmuB,EAAMnnC,GACpB,OAAOmnC,CACT,EAGA50B,MAAO,WACL,OAAO,IAAIrT,KAAK2tC,YAAY3tC,KAAK6tC,OAAQ,CACvC5nC,MAAOjG,KAAKiG,MACZ6nC,WAAY9tC,KAAK8tC,YAErB,EAGAgC,QAAS,SAAS1pC,EAAO2lC,GACvB,OAAO3lC,EAAM2lC,GAAe/rC,KAAKiG,MAAMgD,UAAU8iC,aAAe,KAClE,EAGA5Y,OAAQ,WACN,OAAO,IAAIod,EAAmBvwC,KAAMwwC,EACtC,EAGA1U,KAAM,WACJ,OAAO,IAAIyU,EAAmBvwC,KAAMywC,EACtC,EAGAC,QAAS,WACP,OAAO,IAAIH,EAAmBvwC,KAAM2wC,EACtC,EAIA5C,OAAQ,WACN/tC,KAAKgC,OAAS,EACdhC,KAAK6tC,OAAS,GACd7tC,KAAK6vC,MAAS,CAAC,CACjB,EAIAP,cAAe,SAASlpC,EAAOtF,GAC7B,OAAId,KAAK4uC,SAASxoC,IACXA,EAAMuC,aAAYvC,EAAMuC,WAAa3I,MACnCoG,KAETtF,EAAUA,EAAUX,EAAEkT,MAAMvS,GAAW,CAAC,GAChC6H,WAAa3I,MAInBiG,EADEjG,KAAKiG,MAAMgD,UACL,IAAIjJ,KAAKiG,MAAMG,EAAOtF,GAGtBd,KAAKiG,MAAMG,EAAOtF,IAGjBgrC,iBACX9rC,KAAK0C,QAAQ,UAAW1C,KAAMiG,EAAM6lC,gBAAiBhrC,IAC9C,GAF4BmF,GARnC,IAAIA,CAWN,EAGAwoC,cAAe,SAASZ,EAAQ/sC,GAE9B,IADA,IAAI0tC,EAAU,GACL/8B,EAAI,EAAGA,EAAIo8B,EAAO7rC,OAAQyP,IAAK,CACtC,IAAIxL,EAAQjG,KAAK8nB,IAAI+lB,EAAOp8B,IAC5B,GAAKxL,EAAL,CAEA,IAAIuhC,EAAQxnC,KAAK0F,QAAQO,GACzBjG,KAAK6tC,OAAOO,OAAO5G,EAAO,GAC1BxnC,KAAKgC,gBAIEhC,KAAK6vC,MAAM5pC,EAAMylC,KACxB,IAAInmC,EAAKvF,KAAK8vC,QAAQ7pC,EAAMsH,WAAYtH,EAAM8lC,aACpC,MAANxmC,UAAmBvF,KAAK6vC,MAAMtqC,GAE7BzE,EAAQsrC,SACXtrC,EAAQ0mC,MAAQA,EAChBvhC,EAAMvD,QAAQ,SAAUuD,EAAOjG,KAAMc,IAGvC0tC,EAAQ9gC,KAAKzH,GACbjG,KAAK0vC,iBAAiBzpC,EAAOnF,EAlBT,CAmBtB,CAEA,OADI+sC,EAAO7rC,OAAS,IAAMlB,EAAQsrC,eAAetrC,EAAQ0mC,MAClDgH,CACT,EAIAI,SAAU,SAAS3oC,GACjB,OAAOA,aAAiBulC,CAC1B,EAGA+D,cAAe,SAAStpC,EAAOnF,GAC7Bd,KAAK6vC,MAAM5pC,EAAMylC,KAAOzlC,EACxB,IAAIV,EAAKvF,KAAK8vC,QAAQ7pC,EAAMsH,WAAYtH,EAAM8lC,aACpC,MAANxmC,IAAYvF,KAAK6vC,MAAMtqC,GAAMU,GACjCA,EAAM8R,GAAG,MAAO/X,KAAK4wC,cAAe5wC,KACtC,EAGA0vC,iBAAkB,SAASzpC,EAAOnF,UACzBd,KAAK6vC,MAAM5pC,EAAMylC,KACxB,IAAInmC,EAAKvF,KAAK8vC,QAAQ7pC,EAAMsH,WAAYtH,EAAM8lC,aACpC,MAANxmC,UAAmBvF,KAAK6vC,MAAMtqC,GAC9BvF,OAASiG,EAAM0C,mBAAmB1C,EAAM0C,WAC5C1C,EAAMsgB,IAAI,MAAOvmB,KAAK4wC,cAAe5wC,KACvC,EAMA4wC,cAAe,SAAS3qB,EAAOhgB,EAAO0C,EAAY7H,GAChD,GAAImF,EAAO,CACT,IAAe,QAAVggB,GAA6B,WAAVA,IAAuBtd,IAAe3I,KAAM,OAEpE,GADc,YAAVimB,GAAqBjmB,KAAK0X,OAAOzR,EAAOnF,GAC9B,aAAVmlB,EAAsB,CACxB,IAAI2mB,EAAS5sC,KAAK8vC,QAAQ7pC,EAAMknC,qBAAsBlnC,EAAM8lC,aACxDxmC,EAAKvF,KAAK8vC,QAAQ7pC,EAAMsH,WAAYtH,EAAM8lC,aAChC,MAAVa,UAAuB5sC,KAAK6vC,MAAMjD,GAC5B,MAANrnC,IAAYvF,KAAK6vC,MAAMtqC,GAAMU,EACnC,CACF,CACAjG,KAAK0C,QAAQgY,MAAM1a,KAAM6K,UAC3B,EAOAylC,sBAAuB,SAASrqC,EAAO0C,EAAY7H,GAG7Cd,KAAKy0B,IAAIxuB,IACbjG,KAAK4wC,cAAc,QAAS3qC,EAAO0C,EAAY7H,EACjD,IAMF,IAAI+vC,EAA+B,mBAAXC,QAAyBA,OAAOC,SACpDF,IACFroC,EAAWS,UAAU4nC,GAAcroC,EAAWS,UAAUkqB,QAU1D,IAAIod,EAAqB,SAAS5nC,EAAYqoC,GAC5ChxC,KAAKixC,YAActoC,EACnB3I,KAAKkxC,MAAQF,EACbhxC,KAAKmxC,OAAS,CAChB,EAKIX,EAAkB,EAClBC,EAAgB,EAChBE,EAAsB,EAGtBE,IACFN,EAAmBtnC,UAAU4nC,GAAc,WACzC,OAAO7wC,IACT,GAGFuwC,EAAmBtnC,UAAUmoC,KAAO,WAClC,GAAIpxC,KAAKixC,YAAa,CAGpB,GAAIjxC,KAAKmxC,OAASnxC,KAAKixC,YAAYjvC,OAAQ,CACzC,IAIIgC,EAJAiC,EAAQjG,KAAKixC,YAAY3C,GAAGtuC,KAAKmxC,QAKrC,GAJAnxC,KAAKmxC,SAIDnxC,KAAKkxC,QAAUV,EACjBxsC,EAAQiC,MACH,CACL,IAAIV,EAAKvF,KAAKixC,YAAYnB,QAAQ7pC,EAAMsH,WAAYtH,EAAM8lC,aAExD/nC,EADEhE,KAAKkxC,QAAUT,EACTlrC,EAEA,CAACA,EAAIU,EAEjB,CACA,MAAO,CAACjC,MAAOA,EAAOiW,MAAM,EAC9B,CAIAja,KAAKixC,iBAAc,CACrB,CAEA,MAAO,CAACjtC,WAAO,EAAQiW,MAAM,EAC/B,EAeA,IAAIo3B,EAAO1qC,EAAS0qC,KAAO,SAASvwC,GAClCd,KAAK0rC,IAAMvrC,EAAEwpC,SAAS,QACtB3pC,KAAKyrC,cAAc/wB,MAAM1a,KAAM6K,WAC/B1K,EAAE42B,OAAO/2B,KAAMG,EAAEmP,KAAKxO,EAASwwC,IAC/BtxC,KAAKuxC,iBACLvxC,KAAK6rC,WAAWnxB,MAAM1a,KAAM6K,UAC9B,EAGI2mC,EAAwB,iBAGxBF,EAAc,CAAC,QAAS,aAAc,KAAM,KAAM,aAAc,YAAa,UAAW,UAG5FnxC,EAAE42B,OAAOsa,EAAKpoC,UAAWy/B,EAAQ,CAG/B+I,QAAS,MAITnxC,EAAG,SAASgb,GACV,OAAOtb,KAAKwC,IAAIT,KAAKuZ,EACvB,EAIAmwB,cAAe,WAAW,EAI1BI,WAAY,WAAW,EAKvBxU,OAAQ,WACN,OAAOr3B,IACT,EAIA0X,OAAQ,WAGN,OAFA1X,KAAK0xC,iBACL1xC,KAAKkqC,gBACElqC,IACT,EAKA0xC,eAAgB,WACd1xC,KAAKwC,IAAIkV,QACX,EAIAi6B,WAAY,SAAS7Z,GAInB,OAHA93B,KAAK4xC,mBACL5xC,KAAK6xC,YAAY/Z,GACjB93B,KAAK8xC,iBACE9xC,IACT,EAOA6xC,YAAa,SAASza,GACpBp3B,KAAKwC,IAAM40B,aAAczwB,EAASrG,EAAI82B,EAAKzwB,EAASrG,EAAE82B,GACtDp3B,KAAKo3B,GAAKp3B,KAAKwC,IAAI,EACrB,EAeAsvC,eAAgB,SAAShJ,GAEvB,GADAA,IAAWA,EAAS3oC,EAAE2E,OAAO9E,KAAM,YAC9B8oC,EAAQ,OAAO9oC,KAEpB,IAAK,IAAI6D,KADT7D,KAAK4xC,mBACW9I,EAAQ,CACtB,IAAIlmC,EAASkmC,EAAOjlC,GAEpB,GADK1D,EAAE+vC,WAAWttC,KAASA,EAAS5C,KAAK4C,IACpCA,EAAL,CACA,IAAI8c,EAAQ7b,EAAI6b,MAAM8xB,GACtBxxC,KAAK04B,SAAShZ,EAAM,GAAIA,EAAM,GAAI9c,EAAOY,KAAKxD,MAFzB,CAGvB,CACA,OAAOA,IACT,EAKA04B,SAAU,SAASqZ,EAAWz2B,EAAUgwB,GAEtC,OADAtrC,KAAKwC,IAAIuV,GAAGg6B,EAAY,kBAAoB/xC,KAAK0rC,IAAKpwB,EAAUgwB,GACzDtrC,IACT,EAKA4xC,iBAAkB,WAEhB,OADI5xC,KAAKwC,KAAKxC,KAAKwC,IAAI+jB,IAAI,kBAAoBvmB,KAAK0rC,KAC7C1rC,IACT,EAIAgyC,WAAY,SAASD,EAAWz2B,EAAUgwB,GAExC,OADAtrC,KAAKwC,IAAI+jB,IAAIwrB,EAAY,kBAAoB/xC,KAAK0rC,IAAKpwB,EAAUgwB,GAC1DtrC,IACT,EAIAiyC,eAAgB,SAASR,GACvB,OAAOloC,SAAS8L,cAAco8B,EAChC,EAMAF,eAAgB,WACd,GAAKvxC,KAAKo3B,GAORp3B,KAAK2xC,WAAWxxC,EAAE2E,OAAO9E,KAAM,WAPnB,CACZ,IAAIoG,EAAQjG,EAAE42B,OAAO,CAAC,EAAG52B,EAAE2E,OAAO9E,KAAM,eACpCA,KAAKuF,KAAIa,EAAMb,GAAKpF,EAAE2E,OAAO9E,KAAM,OACnCA,KAAKu6B,YAAWn0B,EAAa,MAAIjG,EAAE2E,OAAO9E,KAAM,cACpDA,KAAK2xC,WAAW3xC,KAAKiyC,eAAe9xC,EAAE2E,OAAO9E,KAAM,aACnDA,KAAKkyC,eAAe9rC,EACtB,CAGF,EAIA8rC,eAAgB,SAAS3kC,GACvBvN,KAAKwC,IAAIuT,KAAKxI,EAChB,IAWF,IAsBI4kC,EAAuB,SAASC,EAAO1E,EAAM7gB,EAASwlB,GACxDlyC,EAAEE,KAAKwsB,GAAS,SAAS7qB,EAAQY,GAC3B8qC,EAAK9qC,KAASwvC,EAAMnpC,UAAUrG,GAxBtB,SAAS8qC,EAAM1rC,EAAQY,EAAQyvC,GAC7C,OAAQrwC,GACN,KAAK,EAAG,OAAO,WACb,OAAO0rC,EAAK9qC,GAAQ5C,KAAKqyC,GAC3B,EACA,KAAK,EAAG,OAAO,SAASruC,GACtB,OAAO0pC,EAAK9qC,GAAQ5C,KAAKqyC,GAAYruC,EACvC,EACA,KAAK,EAAG,OAAO,SAAS6kC,EAAUz/B,GAChC,OAAOskC,EAAK9qC,GAAQ5C,KAAKqyC,GAAYxU,EAAGgL,EAAU7oC,MAAOoJ,EAC3D,EACA,KAAK,EAAG,OAAO,SAASy/B,EAAUyJ,EAAYlpC,GAC5C,OAAOskC,EAAK9qC,GAAQ5C,KAAKqyC,GAAYxU,EAAGgL,EAAU7oC,MAAOsyC,EAAYlpC,EACvE,EACA,QAAS,OAAO,WACd,IAAIi9B,EAAOx5B,EAAMlM,KAAKkK,WAEtB,OADAw7B,EAAKuJ,QAAQ5vC,KAAKqyC,IACX3E,EAAK9qC,GAAQ8X,MAAMgzB,EAAMrH,EAClC,EAEJ,CAIgDkM,CAAU7E,EAAM1rC,EAAQY,EAAQyvC,GAC9E,GACF,EAGIxU,EAAK,SAASgL,EAAU2J,GAC1B,OAAIryC,EAAE+vC,WAAWrH,GAAkBA,EAC/B1oC,EAAEsyC,SAAS5J,KAAc2J,EAAS5D,SAAS/F,GAAkB6J,EAAa7J,GAC1E1oC,EAAEivC,SAASvG,GAAkB,SAAS5iC,GAAS,OAAOA,EAAM6hB,IAAI+gB,EAAW,EACxEA,CACT,EACI6J,EAAe,SAAStsC,GAC1B,IAAIusC,EAAUxyC,EAAEsf,QAAQrZ,GACxB,OAAO,SAASH,GACd,OAAO0sC,EAAQ1sC,EAAMsH,WACvB,CACF,EAsBApN,EAAEE,KAAK,CACL,CAACmI,EAlBqB,CAAC0E,QAAS,EAAG7M,KAAM,EAAG0M,IAAK,EAAG6lC,QAAS,EAAGC,OAAQ,EACxEC,MAAO,EAAGC,OAAQ,EAAGC,YAAa,EAAGC,MAAO,EAAGlxC,KAAM,EAAGmxC,OAAQ,EAAG9kC,OAAQ,EAC3E0gB,OAAQ,EAAGpZ,OAAQ,EAAGy9B,MAAO,EAAGpI,IAAK,EAAG0E,KAAM,EAAG2D,IAAK,EAAGC,QAAS,EAAGlkC,SAAU,EAC/EmkC,SAAU,EAAGC,OAAQ,EAAGzgC,IAAK,EAAGwC,IAAK,EAAGk+B,QAAS,EAAG9/B,KAAM,EAAGs8B,MAAO,EACpEpT,KAAM,EAAG6W,KAAM,EAAGC,QAAS,EAAGC,KAAM,EAAG3rB,KAAM,EAAG4rB,KAAM,EAAGC,KAAM,EAC/DC,QAAS,EAAGC,WAAY,EAAGruC,QAAS,EAAGsuC,QAAS,EAAG1wB,YAAa,EAChE8mB,QAAS,EAAG6J,MAAO,EAAGC,OAAQ,EAAGC,UAAW,EAAGC,QAAS,EAAGC,QAAS,EACpElE,OAAQ,EAAGmE,QAAS,EAAGC,UAAW,EAAGC,cAAe,GAWpB,UAChC,CAAChJ,EAPgB,CAAC1P,KAAM,EAAG3I,OAAQ,EAAGshB,MAAO,EAAGC,OAAQ,EAAGplC,KAAM,EACjEqlC,KAAM,EAAGV,MAAO,EAAG7J,QAAS,GAMN,gBACrB,SAAS/lB,GACV,IAAIuwB,EAAOvwB,EAAO,GACdwI,EAAUxI,EAAO,GACjBguB,EAAYhuB,EAAO,GAEvBuwB,EAAKhe,MAAQ,SAAS6S,GACpB,IAAIoL,EAAW10C,EAAE0yC,OAAO1yC,EAAE20C,UAAUrL,IAAM,SAASsL,EAAMtpC,GAEvD,OADAspC,EAAKtpC,GAAQ,EACNspC,CACT,GAAG,CAAC,GACJ5C,EAAqByC,EAAMnL,EAAKoL,EAAUxC,EAC5C,EAEAF,EAAqByC,EAAMz0C,EAAG0sB,EAASwlB,EACzC,IAoBA1rC,EAASqlC,KAAO,SAASppC,EAAQqD,EAAOnF,GACtC,IAAImC,EAAOsB,EAAU3B,GAGrBzC,EAAEyrC,SAAS9qC,IAAYA,EAAU,CAAC,GAAI,CACpCynC,YAAa5hC,EAAS4hC,YACtBC,YAAa7hC,EAAS6hC,cAIxB,IAAIlgC,EAAS,CAACrF,KAAMA,EAAM+xC,SAAU,QAqBpC,GAlBKl0C,EAAQqC,MACXmF,EAAOnF,IAAMhD,EAAE2E,OAAOmB,EAAO,QAAU4C,KAIrB,MAAhB/H,EAAQuC,OAAgB4C,GAAqB,WAAXrD,GAAkC,WAAXA,GAAkC,UAAXA,IAClF0F,EAAO2sC,YAAc,mBACrB3sC,EAAOjF,KAAOyF,KAAKC,UAAUjI,EAAQsF,OAASH,EAAMS,OAAO5F,KAIzDA,EAAQ0nC,cACVlgC,EAAO2sC,YAAc,oCACrB3sC,EAAOjF,KAAOiF,EAAOjF,KAAO,CAAC4C,MAAOqC,EAAOjF,MAAQ,CAAC,GAKlDvC,EAAQynC,cAAyB,QAATtlC,GAA2B,WAATA,GAA8B,UAATA,GAAmB,CACpFqF,EAAOrF,KAAO,OACVnC,EAAQ0nC,cAAalgC,EAAOjF,KAAK6xC,QAAUjyC,GAC/C,IAAIkyC,EAAar0C,EAAQq0C,WACzBr0C,EAAQq0C,WAAa,SAASjtC,GAE5B,GADAA,EAAIosB,iBAAiB,yBAA0BrxB,GAC3CkyC,EAAY,OAAOA,EAAWz6B,MAAM1a,KAAM6K,UAChD,CACF,CAGoB,QAAhBvC,EAAOrF,MAAmBnC,EAAQ0nC,cACpClgC,EAAOU,aAAc,GAIvB,IAAItI,EAAQI,EAAQJ,MACpBI,EAAQJ,MAAQ,SAASwH,EAAKgB,EAAYC,GACxCrI,EAAQoI,WAAaA,EACrBpI,EAAQqI,YAAcA,EAClBzI,GAAOA,EAAMC,KAAKG,EAAQsI,QAASlB,EAAKgB,EAAYC,EAC1D,EAGA,IAAIjB,EAAMpH,EAAQoH,IAAMvB,EAASyuC,KAAKj1C,EAAE42B,OAAOzuB,EAAQxH,IAEvD,OADAmF,EAAMvD,QAAQ,UAAWuD,EAAOiC,EAAKpH,GAC9BoH,CACT,EAGA,IAAI3D,EAAY,CACd,OAAU,OACV,OAAU,MACV,MAAS,QACT,OAAU,SACV,KAAQ,OAKVoC,EAASyuC,KAAO,WACd,OAAOzuC,EAASrG,EAAE80C,KAAK16B,MAAM/T,EAASrG,EAAGuK,UAC3C,EAOA,IAAIwqC,EAAS1uC,EAAS0uC,OAAS,SAASv0C,GACtCA,IAAYA,EAAU,CAAC,GACvBd,KAAKyrC,cAAc/wB,MAAM1a,KAAM6K,WAC3B/J,EAAQw0C,SAAQt1C,KAAKs1C,OAASx0C,EAAQw0C,QAC1Ct1C,KAAKu1C,cACLv1C,KAAK6rC,WAAWnxB,MAAM1a,KAAM6K,UAC9B,EAII2qC,EAAgB,aAChBC,EAAgB,eAChBC,EAAgB,SAChBC,EAAgB,2BAGpBx1C,EAAE42B,OAAOse,EAAOpsC,UAAWy/B,EAAQ,CAIjC+C,cAAe,WAAW,EAI1BI,WAAY,WAAW,EAQvB+J,MAAO,SAASA,EAAOnqC,EAAM1L,GACtBI,EAAE01C,SAASD,KAAQA,EAAQ51C,KAAK81C,eAAeF,IAChDz1C,EAAE+vC,WAAWzkC,KACf1L,EAAW0L,EACXA,EAAO,IAEJ1L,IAAUA,EAAWC,KAAKyL,IAC/B,IAAIsqC,EAAS/1C,KASb,OARA2G,EAASqW,QAAQ44B,MAAMA,GAAO,SAASI,GACrC,IAAI3P,EAAO0P,EAAOE,mBAAmBL,EAAOI,IACC,IAAzCD,EAAOG,QAAQn2C,EAAUsmC,EAAM56B,KACjCsqC,EAAOrzC,QAAQgY,MAAMq7B,EAAQ,CAAC,SAAWtqC,GAAMo0B,OAAOwG,IACtD0P,EAAOrzC,QAAQ,QAAS+I,EAAM46B,GAC9B1/B,EAASqW,QAAQta,QAAQ,QAASqzC,EAAQtqC,EAAM46B,GAEpD,IACOrmC,IACT,EAIAk2C,QAAS,SAASn2C,EAAUsmC,EAAM56B,GAC5B1L,GAAUA,EAAS2a,MAAM1a,KAAMqmC,EACrC,EAGA8P,SAAU,SAASH,EAAUl1C,GAE3B,OADA6F,EAASqW,QAAQm5B,SAASH,EAAUl1C,GAC7Bd,IACT,EAKAu1C,YAAa,WACX,GAAKv1C,KAAKs1C,OAAV,CACAt1C,KAAKs1C,OAASn1C,EAAE2E,OAAO9E,KAAM,UAE7B,IADA,IAAI41C,EAAON,EAASn1C,EAAE27B,KAAK97B,KAAKs1C,QACC,OAAzBM,EAAQN,EAAOzvC,QACrB7F,KAAK41C,MAAMA,EAAO51C,KAAKs1C,OAAOM,GAJR,CAM1B,EAIAE,eAAgB,SAASF,GAOvB,OANAA,EAAQA,EAAMthC,QAAQqhC,EAAc,QACnCrhC,QAAQkhC,EAAe,WACvBlhC,QAAQmhC,GAAY,SAAS/1B,EAAO02B,GACnC,OAAOA,EAAW12B,EAAQ,UAC5B,IACCpL,QAAQohC,EAAY,YACd,IAAIW,OAAO,IAAMT,EAAQ,uBAClC,EAKAK,mBAAoB,SAASL,EAAOI,GAClC,IAAI1tC,EAASstC,EAAMU,KAAKN,GAAUnpC,MAAM,GACxC,OAAO1M,EAAE4M,IAAIzE,GAAQ,SAASiuC,EAAO9kC,GAEnC,OAAIA,IAAMnJ,EAAOtG,OAAS,EAAUu0C,GAAS,KACtCA,EAAQ9uB,mBAAmB8uB,GAAS,IAC7C,GACF,IAYF,IAAIp3B,EAAUxY,EAASwY,QAAU,WAC/Bnf,KAAKgqC,SAAW,GAChBhqC,KAAKw2C,SAAWx2C,KAAKw2C,SAAShzC,KAAKxD,MAGb,oBAAXmE,SACTnE,KAAKkd,SAAW/Y,OAAO+Y,SACvBld,KAAKgd,QAAU7Y,OAAO6Y,QAE1B,EAGIy5B,EAAgB,eAGhBC,EAAe,aAGfC,EAAe,OAGnBx3B,EAAQy3B,SAAU,EAGlBz2C,EAAE42B,OAAO5X,EAAQlW,UAAWy/B,EAAQ,CAIlC7lB,SAAU,GAGVg0B,OAAQ,WAEN,OADW72C,KAAKkd,SAASC,SAAS7I,QAAQ,SAAU,SACpCtU,KAAK2M,OAAS3M,KAAK82C,WACrC,EAGAC,UAAW,WAGT,OAFW/2C,KAAKg3C,eAAeh3C,KAAKkd,SAASC,UACzBtQ,MAAM,EAAG7M,KAAK2M,KAAK3K,OAAS,GAAK,MACjChC,KAAK2M,IAC3B,EAKAqqC,eAAgB,SAAShB,GACvB,OAAOiB,UAAUjB,EAAS1hC,QAAQ,OAAQ,SAC5C,EAIAwiC,UAAW,WACT,IAAIp3B,EAAQ1f,KAAKkd,SAAShY,KAAKoP,QAAQ,MAAO,IAAIoL,MAAM,QACxD,OAAOA,EAAQA,EAAM,GAAK,EAC5B,EAIAw3B,QAAS,SAAS/yC,GAChB,IAAIub,GAASvb,GAAUnE,MAAMkd,SAAShY,KAAKwa,MAAM,UACjD,OAAOA,EAAQA,EAAM,GAAK,EAC5B,EAGAjT,QAAS,WACP,IAAIH,EAAOtM,KAAKg3C,eACdh3C,KAAKkd,SAASC,SAAWnd,KAAK82C,aAC9BjqC,MAAM7M,KAAK2M,KAAK3K,OAAS,GAC3B,MAA0B,MAAnBsK,EAAK2S,OAAO,GAAa3S,EAAKO,MAAM,GAAKP,CAClD,EAGA6qC,YAAa,SAASnB,GAQpB,OAPgB,MAAZA,IAEAA,EADEh2C,KAAKo3C,gBAAkBp3C,KAAKq3C,iBACnBr3C,KAAKyM,UAELzM,KAAKk3C,WAGblB,EAAS1hC,QAAQmiC,EAAe,GACzC,EAIA7Q,MAAO,SAAS9kC,GACd,GAAIqe,EAAQy3B,QAAS,MAAM,IAAIhuC,MAAM,6CAqBrC,GApBAuW,EAAQy3B,SAAU,EAIlB52C,KAAKc,QAAmBX,EAAE42B,OAAO,CAACpqB,KAAM,KAAM3M,KAAKc,QAASA,GAC5Dd,KAAK2M,KAAmB3M,KAAKc,QAAQ6L,KACrC3M,KAAKs3C,eAAmBt3C,KAAKc,QAAQy2C,cACrCv3C,KAAKq3C,kBAA+C,IAA5Br3C,KAAKc,QAAQ02C,WACrCx3C,KAAKy3C,eAAmB,iBAAkBtzC,cAAqC,IAA1BoF,SAASmuC,cAA2BnuC,SAASmuC,aAAe,GACjH13C,KAAK23C,eAAmB33C,KAAKq3C,kBAAoBr3C,KAAKy3C,eACtDz3C,KAAK43C,kBAAqB53C,KAAKc,QAAQmc,UACvCjd,KAAK63C,iBAAsB73C,KAAKgd,UAAWhd,KAAKgd,QAAQC,WACxDjd,KAAKo3C,cAAmBp3C,KAAK43C,iBAAmB53C,KAAK63C,cACrD73C,KAAKg2C,SAAmBh2C,KAAKm3C,cAG7Bn3C,KAAK2M,MAAQ,IAAM3M,KAAK2M,KAAO,KAAK2H,QAAQoiC,EAAc,KAItD12C,KAAKq3C,kBAAoBr3C,KAAK43C,gBAAiB,CAIjD,IAAK53C,KAAK63C,gBAAkB73C,KAAK62C,SAAU,CACzC,IAAIiB,EAAW93C,KAAK2M,KAAKE,MAAM,GAAI,IAAM,IAGzC,OAFA7M,KAAKkd,SAAS5I,QAAQwjC,EAAW,IAAM93C,KAAKyM,YAErC,CAIT,CAAWzM,KAAK63C,eAAiB73C,KAAK62C,UACpC72C,KAAKm2C,SAASn2C,KAAKk3C,UAAW,CAAC5iC,SAAS,GAG5C,CAKA,IAAKtU,KAAKy3C,gBAAkBz3C,KAAKq3C,mBAAqBr3C,KAAKo3C,cAAe,CACxEp3C,KAAK2Z,OAASpQ,SAAS8L,cAAc,UACrCrV,KAAK2Z,OAAOvE,IAAM,eAClBpV,KAAK2Z,OAAOiE,MAAM4iB,QAAU,OAC5BxgC,KAAK2Z,OAAOgnB,UAAY,EACxB,IAAIh5B,EAAO4B,SAAS5B,KAEhBowC,EAAUpwC,EAAKk5B,aAAa7gC,KAAK2Z,OAAQhS,EAAKqwC,YAAYC,cAC9DF,EAAQxuC,SAAS6qB,OACjB2jB,EAAQxuC,SAASkO,QACjBsgC,EAAQ76B,SAASgB,KAAO,IAAMle,KAAKg2C,QACrC,CAGA,IAAI77B,EAAmBhW,OAAOgW,kBAAoB,SAAS43B,EAAWzG,GACpE,OAAO4M,YAAY,KAAOnG,EAAWzG,EACvC,EAYA,GARItrC,KAAKo3C,cACPj9B,EAAiB,WAAYna,KAAKw2C,UAAU,GACnCx2C,KAAK23C,iBAAmB33C,KAAK2Z,OACtCQ,EAAiB,aAAcna,KAAKw2C,UAAU,GACrCx2C,KAAKq3C,mBACdr3C,KAAKm4C,kBAAoBjzB,YAAYllB,KAAKw2C,SAAUx2C,KAAK6iB,YAGtD7iB,KAAKc,QAAQsrC,OAAQ,OAAOpsC,KAAKo4C,SACxC,EAIA58B,KAAM,WAEJ,IAAI68B,EAAsBl0C,OAAOk0C,qBAAuB,SAAStG,EAAWzG,GAC1E,OAAOgN,YAAY,KAAOvG,EAAWzG,EACvC,EAGItrC,KAAKo3C,cACPiB,EAAoB,WAAYr4C,KAAKw2C,UAAU,GACtCx2C,KAAK23C,iBAAmB33C,KAAK2Z,QACtC0+B,EAAoB,aAAcr4C,KAAKw2C,UAAU,GAI/Cx2C,KAAK2Z,SACPpQ,SAAS5B,KAAKia,YAAY5hB,KAAK2Z,QAC/B3Z,KAAK2Z,OAAS,MAIZ3Z,KAAKm4C,mBAAmBhzB,cAAcnlB,KAAKm4C,mBAC/Ch5B,EAAQy3B,SAAU,CACpB,EAIAhB,MAAO,SAASA,EAAO71C,GACrBC,KAAKgqC,SAAS4F,QAAQ,CAACgG,MAAOA,EAAO71C,SAAUA,GACjD,EAIAy2C,SAAU,SAAS7hC,GACjB,IAAI83B,EAAUzsC,KAAKm3C,cAQnB,GAJI1K,IAAYzsC,KAAKg2C,UAAYh2C,KAAK2Z,SACpC8yB,EAAUzsC,KAAKk3C,QAAQl3C,KAAK2Z,OAAOs+B,gBAGjCxL,IAAYzsC,KAAKg2C,SACnB,OAAKh2C,KAAK+2C,aAAoB/2C,KAAKu4C,WAGjCv4C,KAAK2Z,QAAQ3Z,KAAKm2C,SAAS1J,GAC/BzsC,KAAKo4C,SACP,EAKAA,QAAS,SAASpC,GAEhB,OAAKh2C,KAAK+2C,aACVf,EAAWh2C,KAAKg2C,SAAWh2C,KAAKm3C,YAAYnB,GACrC71C,EAAEsvC,KAAKzvC,KAAKgqC,UAAU,SAAS3rB,GACpC,GAAIA,EAAQu3B,MAAM3M,KAAK+M,GAErB,OADA33B,EAAQte,SAASi2C,IACV,CAEX,KAAMh2C,KAAKu4C,YAPmBv4C,KAAKu4C,UAQrC,EAKAA,SAAU,WAER,OADAv4C,KAAK0C,QAAQ,aACN,CACT,EASAyzC,SAAU,SAASH,EAAUl1C,GAC3B,IAAKqe,EAAQy3B,QAAS,OAAO,EACxB91C,IAAuB,IAAZA,IAAkBA,EAAU,CAAC4B,UAAW5B,IAGxDk1C,EAAWh2C,KAAKm3C,YAAYnB,GAAY,IAGxC,IAAI8B,EAAW93C,KAAK2M,KACf3M,KAAKs3C,gBAAgC,KAAbtB,GAA0C,MAAvBA,EAAS/2B,OAAO,KAC9D64B,EAAWA,EAASjrC,MAAM,GAAI,IAAM,KAEtC,IAAI1J,EAAM20C,EAAW9B,EAGrBA,EAAWA,EAAS1hC,QAAQqiC,EAAc,IAG1C,IAAI6B,EAAkBx4C,KAAKg3C,eAAehB,GAE1C,GAAIh2C,KAAKg2C,WAAawC,EAAtB,CAIA,GAHAx4C,KAAKg2C,SAAWwC,EAGZx4C,KAAKo3C,cACPp3C,KAAKgd,QAAQlc,EAAQwT,QAAU,eAAiB,aAAa,CAAC,EAAG/K,SAASc,MAAOlH,OAI5E,KAAInD,KAAKq3C,iBAmBd,OAAOr3C,KAAKkd,SAASpW,OAAO3D,GAjB5B,GADAnD,KAAKy4C,YAAYz4C,KAAKkd,SAAU84B,EAAUl1C,EAAQwT,SAC9CtU,KAAK2Z,QAAUq8B,IAAah2C,KAAKk3C,QAAQl3C,KAAK2Z,OAAOs+B,eAAgB,CACvE,IAAIF,EAAU/3C,KAAK2Z,OAAOs+B,cAKrBn3C,EAAQwT,UACXyjC,EAAQxuC,SAAS6qB,OACjB2jB,EAAQxuC,SAASkO,SAGnBzX,KAAKy4C,YAAYV,EAAQ76B,SAAU84B,EAAUl1C,EAAQwT,QACvD,CAMF,CACA,OAAIxT,EAAQ4B,QAAgB1C,KAAKo4C,QAAQpC,QAAzC,CA9B6C,CA+B/C,EAIAyC,YAAa,SAASv7B,EAAU84B,EAAU1hC,GACxC,GAAIA,EAAS,CACX,IAAIpP,EAAOgY,EAAShY,KAAKoP,QAAQ,qBAAsB,IACvD4I,EAAS5I,QAAQpP,EAAO,IAAM8wC,EAChC,MAEE94B,EAASgB,KAAO,IAAM83B,CAE1B,IAKFrvC,EAASqW,QAAU,IAAImC,EAqCvBqsB,EAAMzU,OAASvuB,EAAWuuB,OAASse,EAAOte,OAASsa,EAAKta,OAAS5X,EAAQ4X,OA7B5D,SAAS2hB,EAAYC,GAChC,IACIC,EADAtiC,EAAStW,KAwBb,OAjBE44C,EADEF,GAAcv4C,EAAEs0B,IAAIikB,EAAY,eAC1BA,EAAW/K,YAEX,WAAY,OAAOr3B,EAAOoE,MAAM1a,KAAM6K,UAAY,EAI5D1K,EAAE42B,OAAO6hB,EAAOtiC,EAAQqiC,GAIxBC,EAAM3vC,UAAY9I,EAAEqE,OAAO8R,EAAOrN,UAAWyvC,GAC7CE,EAAM3vC,UAAU0kC,YAAciL,EAI9BA,EAAMC,UAAYviC,EAAOrN,UAElB2vC,CACT,EAMA,IAAI/vC,EAAW,WACb,MAAM,IAAID,MAAM,iDAClB,EAGIykC,EAAY,SAASpnC,EAAOnF,GAC9B,IAAIJ,EAAQI,EAAQJ,MACpBI,EAAQJ,MAAQ,SAASunC,GACnBvnC,GAAOA,EAAMC,KAAKG,EAAQsI,QAASnD,EAAOgiC,EAAMnnC,GACpDmF,EAAMvD,QAAQ,QAASuD,EAAOgiC,EAAMnnC,EACtC,CACF,EASA,OAJA6F,EAASmyC,OAAS,WAChB,MAAO,CAACnsC,KAAMA,EAAMxM,EAAGA,EACzB,EAEOwG,CACT,CAvlEsBoyC,CAAQpsC,EAAMw7B,EAAShoC,EAAGG,EAC3C,sC,wBCpBL,OAuBC,WACC,aAUA,SAAS04C,EAAQjlC,EAAGC,GAClB,IAAIilC,GAAW,MAAJllC,IAAmB,MAAJC,GAE1B,OADWD,GAAK,KAAOC,GAAK,KAAOilC,GAAO,KAC3B,GAAa,MAANA,CACxB,CAwBA,SAASC,EAAOC,EAAG/2B,EAAGvC,EAAG9L,EAAGuL,EAAGnd,GAC7B,OAAO62C,GAhBcI,EAgBQJ,EAAQA,EAAQ52B,EAAG+2B,GAAIH,EAAQjlC,EAAG5R,OAhBrCk3C,EAgB0C/5B,GAf7C85B,IAAS,GAAKC,EAemCx5B,GAhB1E,IAAuBu5B,EAAKC,CAiB5B,CAaA,SAASC,EAAMl3B,EAAGvC,EAAG5L,EAAGslC,EAAGxlC,EAAGuL,EAAGnd,GAC/B,OAAO+2C,EAAQr5B,EAAI5L,GAAO4L,EAAI05B,EAAIn3B,EAAGvC,EAAG9L,EAAGuL,EAAGnd,EAChD,CAaA,SAASq3C,EAAMp3B,EAAGvC,EAAG5L,EAAGslC,EAAGxlC,EAAGuL,EAAGnd,GAC/B,OAAO+2C,EAAQr5B,EAAI05B,EAAMtlC,GAAKslC,EAAIn3B,EAAGvC,EAAG9L,EAAGuL,EAAGnd,EAChD,CAaA,SAASs3C,EAAMr3B,EAAGvC,EAAG5L,EAAGslC,EAAGxlC,EAAGuL,EAAGnd,GAC/B,OAAO+2C,EAAOr5B,EAAI5L,EAAIslC,EAAGn3B,EAAGvC,EAAG9L,EAAGuL,EAAGnd,EACvC,CAaA,SAASu3C,EAAMt3B,EAAGvC,EAAG5L,EAAGslC,EAAGxlC,EAAGuL,EAAGnd,GAC/B,OAAO+2C,EAAOjlC,GAAK4L,GAAK05B,GAAIn3B,EAAGvC,EAAG9L,EAAGuL,EAAGnd,EAC1C,CASA,SAASw3C,EAAQ5lC,EAAG6lC,GAKlB,IAAInoC,EACAooC,EACAC,EACAC,EACAC,EAPJjmC,EAAE6lC,GAAO,IAAM,KAAQA,EAAM,GAC7B7lC,EAA8B,IAAzB6lC,EAAM,KAAQ,GAAM,IAAWA,EAOpC,IAAIx3B,EAAI,WACJvC,GAAK,UACL5L,GAAK,WACLslC,EAAI,UAER,IAAK9nC,EAAI,EAAGA,EAAIsC,EAAE/R,OAAQyP,GAAK,GAC7BooC,EAAOz3B,EACP03B,EAAOj6B,EACPk6B,EAAO9lC,EACP+lC,EAAOT,EAEPn3B,EAAIk3B,EAAMl3B,EAAGvC,EAAG5L,EAAGslC,EAAGxlC,EAAEtC,GAAI,GAAI,WAChC8nC,EAAID,EAAMC,EAAGn3B,EAAGvC,EAAG5L,EAAGF,EAAEtC,EAAI,GAAI,IAAK,WACrCwC,EAAIqlC,EAAMrlC,EAAGslC,EAAGn3B,EAAGvC,EAAG9L,EAAEtC,EAAI,GAAI,GAAI,WACpCoO,EAAIy5B,EAAMz5B,EAAG5L,EAAGslC,EAAGn3B,EAAGrO,EAAEtC,EAAI,GAAI,IAAK,YACrC2Q,EAAIk3B,EAAMl3B,EAAGvC,EAAG5L,EAAGslC,EAAGxlC,EAAEtC,EAAI,GAAI,GAAI,WACpC8nC,EAAID,EAAMC,EAAGn3B,EAAGvC,EAAG5L,EAAGF,EAAEtC,EAAI,GAAI,GAAI,YACpCwC,EAAIqlC,EAAMrlC,EAAGslC,EAAGn3B,EAAGvC,EAAG9L,EAAEtC,EAAI,GAAI,IAAK,YACrCoO,EAAIy5B,EAAMz5B,EAAG5L,EAAGslC,EAAGn3B,EAAGrO,EAAEtC,EAAI,GAAI,IAAK,UACrC2Q,EAAIk3B,EAAMl3B,EAAGvC,EAAG5L,EAAGslC,EAAGxlC,EAAEtC,EAAI,GAAI,EAAG,YACnC8nC,EAAID,EAAMC,EAAGn3B,EAAGvC,EAAG5L,EAAGF,EAAEtC,EAAI,GAAI,IAAK,YACrCwC,EAAIqlC,EAAMrlC,EAAGslC,EAAGn3B,EAAGvC,EAAG9L,EAAEtC,EAAI,IAAK,IAAK,OACtCoO,EAAIy5B,EAAMz5B,EAAG5L,EAAGslC,EAAGn3B,EAAGrO,EAAEtC,EAAI,IAAK,IAAK,YACtC2Q,EAAIk3B,EAAMl3B,EAAGvC,EAAG5L,EAAGslC,EAAGxlC,EAAEtC,EAAI,IAAK,EAAG,YACpC8nC,EAAID,EAAMC,EAAGn3B,EAAGvC,EAAG5L,EAAGF,EAAEtC,EAAI,IAAK,IAAK,UACtCwC,EAAIqlC,EAAMrlC,EAAGslC,EAAGn3B,EAAGvC,EAAG9L,EAAEtC,EAAI,IAAK,IAAK,YAGtC2Q,EAAIo3B,EAAMp3B,EAFVvC,EAAIy5B,EAAMz5B,EAAG5L,EAAGslC,EAAGn3B,EAAGrO,EAAEtC,EAAI,IAAK,GAAI,YAErBwC,EAAGslC,EAAGxlC,EAAEtC,EAAI,GAAI,GAAI,WACpC8nC,EAAIC,EAAMD,EAAGn3B,EAAGvC,EAAG5L,EAAGF,EAAEtC,EAAI,GAAI,GAAI,YACpCwC,EAAIulC,EAAMvlC,EAAGslC,EAAGn3B,EAAGvC,EAAG9L,EAAEtC,EAAI,IAAK,GAAI,WACrCoO,EAAI25B,EAAM35B,EAAG5L,EAAGslC,EAAGn3B,EAAGrO,EAAEtC,GAAI,IAAK,WACjC2Q,EAAIo3B,EAAMp3B,EAAGvC,EAAG5L,EAAGslC,EAAGxlC,EAAEtC,EAAI,GAAI,GAAI,WACpC8nC,EAAIC,EAAMD,EAAGn3B,EAAGvC,EAAG5L,EAAGF,EAAEtC,EAAI,IAAK,EAAG,UACpCwC,EAAIulC,EAAMvlC,EAAGslC,EAAGn3B,EAAGvC,EAAG9L,EAAEtC,EAAI,IAAK,IAAK,WACtCoO,EAAI25B,EAAM35B,EAAG5L,EAAGslC,EAAGn3B,EAAGrO,EAAEtC,EAAI,GAAI,IAAK,WACrC2Q,EAAIo3B,EAAMp3B,EAAGvC,EAAG5L,EAAGslC,EAAGxlC,EAAEtC,EAAI,GAAI,EAAG,WACnC8nC,EAAIC,EAAMD,EAAGn3B,EAAGvC,EAAG5L,EAAGF,EAAEtC,EAAI,IAAK,GAAI,YACrCwC,EAAIulC,EAAMvlC,EAAGslC,EAAGn3B,EAAGvC,EAAG9L,EAAEtC,EAAI,GAAI,IAAK,WACrCoO,EAAI25B,EAAM35B,EAAG5L,EAAGslC,EAAGn3B,EAAGrO,EAAEtC,EAAI,GAAI,GAAI,YACpC2Q,EAAIo3B,EAAMp3B,EAAGvC,EAAG5L,EAAGslC,EAAGxlC,EAAEtC,EAAI,IAAK,GAAI,YACrC8nC,EAAIC,EAAMD,EAAGn3B,EAAGvC,EAAG5L,EAAGF,EAAEtC,EAAI,GAAI,GAAI,UACpCwC,EAAIulC,EAAMvlC,EAAGslC,EAAGn3B,EAAGvC,EAAG9L,EAAEtC,EAAI,GAAI,GAAI,YAGpC2Q,EAAIq3B,EAAMr3B,EAFVvC,EAAI25B,EAAM35B,EAAG5L,EAAGslC,EAAGn3B,EAAGrO,EAAEtC,EAAI,IAAK,IAAK,YAEtBwC,EAAGslC,EAAGxlC,EAAEtC,EAAI,GAAI,GAAI,QACpC8nC,EAAIE,EAAMF,EAAGn3B,EAAGvC,EAAG5L,EAAGF,EAAEtC,EAAI,GAAI,IAAK,YACrCwC,EAAIwlC,EAAMxlC,EAAGslC,EAAGn3B,EAAGvC,EAAG9L,EAAEtC,EAAI,IAAK,GAAI,YACrCoO,EAAI45B,EAAM55B,EAAG5L,EAAGslC,EAAGn3B,EAAGrO,EAAEtC,EAAI,IAAK,IAAK,UACtC2Q,EAAIq3B,EAAMr3B,EAAGvC,EAAG5L,EAAGslC,EAAGxlC,EAAEtC,EAAI,GAAI,GAAI,YACpC8nC,EAAIE,EAAMF,EAAGn3B,EAAGvC,EAAG5L,EAAGF,EAAEtC,EAAI,GAAI,GAAI,YACpCwC,EAAIwlC,EAAMxlC,EAAGslC,EAAGn3B,EAAGvC,EAAG9L,EAAEtC,EAAI,GAAI,IAAK,WACrCoO,EAAI45B,EAAM55B,EAAG5L,EAAGslC,EAAGn3B,EAAGrO,EAAEtC,EAAI,IAAK,IAAK,YACtC2Q,EAAIq3B,EAAMr3B,EAAGvC,EAAG5L,EAAGslC,EAAGxlC,EAAEtC,EAAI,IAAK,EAAG,WACpC8nC,EAAIE,EAAMF,EAAGn3B,EAAGvC,EAAG5L,EAAGF,EAAEtC,GAAI,IAAK,WACjCwC,EAAIwlC,EAAMxlC,EAAGslC,EAAGn3B,EAAGvC,EAAG9L,EAAEtC,EAAI,GAAI,IAAK,WACrCoO,EAAI45B,EAAM55B,EAAG5L,EAAGslC,EAAGn3B,EAAGrO,EAAEtC,EAAI,GAAI,GAAI,UACpC2Q,EAAIq3B,EAAMr3B,EAAGvC,EAAG5L,EAAGslC,EAAGxlC,EAAEtC,EAAI,GAAI,GAAI,WACpC8nC,EAAIE,EAAMF,EAAGn3B,EAAGvC,EAAG5L,EAAGF,EAAEtC,EAAI,IAAK,IAAK,WACtCwC,EAAIwlC,EAAMxlC,EAAGslC,EAAGn3B,EAAGvC,EAAG9L,EAAEtC,EAAI,IAAK,GAAI,WAGrC2Q,EAAIs3B,EAAMt3B,EAFVvC,EAAI45B,EAAM55B,EAAG5L,EAAGslC,EAAGn3B,EAAGrO,EAAEtC,EAAI,GAAI,IAAK,WAErBwC,EAAGslC,EAAGxlC,EAAEtC,GAAI,GAAI,WAChC8nC,EAAIG,EAAMH,EAAGn3B,EAAGvC,EAAG5L,EAAGF,EAAEtC,EAAI,GAAI,GAAI,YACpCwC,EAAIylC,EAAMzlC,EAAGslC,EAAGn3B,EAAGvC,EAAG9L,EAAEtC,EAAI,IAAK,IAAK,YACtCoO,EAAI65B,EAAM75B,EAAG5L,EAAGslC,EAAGn3B,EAAGrO,EAAEtC,EAAI,GAAI,IAAK,UACrC2Q,EAAIs3B,EAAMt3B,EAAGvC,EAAG5L,EAAGslC,EAAGxlC,EAAEtC,EAAI,IAAK,EAAG,YACpC8nC,EAAIG,EAAMH,EAAGn3B,EAAGvC,EAAG5L,EAAGF,EAAEtC,EAAI,GAAI,IAAK,YACrCwC,EAAIylC,EAAMzlC,EAAGslC,EAAGn3B,EAAGvC,EAAG9L,EAAEtC,EAAI,IAAK,IAAK,SACtCoO,EAAI65B,EAAM75B,EAAG5L,EAAGslC,EAAGn3B,EAAGrO,EAAEtC,EAAI,GAAI,IAAK,YACrC2Q,EAAIs3B,EAAMt3B,EAAGvC,EAAG5L,EAAGslC,EAAGxlC,EAAEtC,EAAI,GAAI,EAAG,YACnC8nC,EAAIG,EAAMH,EAAGn3B,EAAGvC,EAAG5L,EAAGF,EAAEtC,EAAI,IAAK,IAAK,UACtCwC,EAAIylC,EAAMzlC,EAAGslC,EAAGn3B,EAAGvC,EAAG9L,EAAEtC,EAAI,GAAI,IAAK,YACrCoO,EAAI65B,EAAM75B,EAAG5L,EAAGslC,EAAGn3B,EAAGrO,EAAEtC,EAAI,IAAK,GAAI,YACrC2Q,EAAIs3B,EAAMt3B,EAAGvC,EAAG5L,EAAGslC,EAAGxlC,EAAEtC,EAAI,GAAI,GAAI,WACpC8nC,EAAIG,EAAMH,EAAGn3B,EAAGvC,EAAG5L,EAAGF,EAAEtC,EAAI,IAAK,IAAK,YACtCwC,EAAIylC,EAAMzlC,EAAGslC,EAAGn3B,EAAGvC,EAAG9L,EAAEtC,EAAI,GAAI,GAAI,WACpCoO,EAAI65B,EAAM75B,EAAG5L,EAAGslC,EAAGn3B,EAAGrO,EAAEtC,EAAI,GAAI,IAAK,WAErC2Q,EAAI42B,EAAQ52B,EAAGy3B,GACfh6B,EAAIm5B,EAAQn5B,EAAGi6B,GACf7lC,EAAI+kC,EAAQ/kC,EAAG8lC,GACfR,EAAIP,EAAQO,EAAGS,GAEjB,MAAO,CAAC53B,EAAGvC,EAAG5L,EAAGslC,EACnB,CAQA,SAASU,EAAUlT,GACjB,IAAIt1B,EACAyoC,EAAS,GACTC,EAA0B,GAAfpT,EAAM/kC,OACrB,IAAKyP,EAAI,EAAGA,EAAI0oC,EAAU1oC,GAAK,EAC7ByoC,GAAUvwB,OAAOywB,aAAcrT,EAAMt1B,GAAK,KAAOA,EAAI,GAAM,KAE7D,OAAOyoC,CACT,CASA,SAASG,EAAUtT,GACjB,IAAIt1B,EACAyoC,EAAS,GAEb,IADAA,GAAQnT,EAAM/kC,QAAU,GAAK,QAAK5B,EAC7BqR,EAAI,EAAGA,EAAIyoC,EAAOl4C,OAAQyP,GAAK,EAClCyoC,EAAOzoC,GAAK,EAEd,IAAI6oC,EAAyB,EAAfvT,EAAM/kC,OACpB,IAAKyP,EAAI,EAAGA,EAAI6oC,EAAS7oC,GAAK,EAC5ByoC,EAAOzoC,GAAK,KAAiC,IAA1Bs1B,EAAMwT,WAAW9oC,EAAI,KAAcA,EAAI,GAE5D,OAAOyoC,CACT,CA2CA,SAASM,EAASzT,GAChB,IAEIhzB,EACAtC,EAHAgpC,EAAS,mBACTP,EAAS,GAGb,IAAKzoC,EAAI,EAAGA,EAAIs1B,EAAM/kC,OAAQyP,GAAK,EACjCsC,EAAIgzB,EAAMwT,WAAW9oC,GACrByoC,GAAUO,EAAOx7B,OAAQlL,IAAM,EAAK,IAAQ0mC,EAAOx7B,OAAW,GAAJlL,GAE5D,OAAOmmC,CACT,CAQA,SAASQ,EAAa3T,GACpB,OAAO4T,SAASthC,mBAAmB0tB,GACrC,CAQA,SAAS6T,EAAOt7B,GACd,OAhEF,SAAiBA,GACf,OAAO26B,EAAUN,EAAQU,EAAU/6B,GAAe,EAAXA,EAAEtd,QAC3C,CA8DS64C,CAAQH,EAAap7B,GAC9B,CAiBA,SAASw7B,EAAWh7B,EAAGy5B,GACrB,OAxEF,SAAqB11C,EAAKR,GACxB,IAAIoO,EAIAyM,EAHA68B,EAAOV,EAAUx2C,GACjBm3C,EAAO,GACPC,EAAO,GAMX,IAJAD,EAAK,IAAMC,EAAK,SAAM76C,EAClB26C,EAAK/4C,OAAS,KAChB+4C,EAAOpB,EAAQoB,EAAmB,EAAbl3C,EAAI7B,SAEtByP,EAAI,EAAGA,EAAI,GAAIA,GAAK,EACvBupC,EAAKvpC,GAAe,UAAVspC,EAAKtpC,GACfwpC,EAAKxpC,GAAe,WAAVspC,EAAKtpC,GAGjB,OADAyM,EAAOy7B,EAAQqB,EAAKnb,OAAOwa,EAAUh3C,IAAQ,IAAoB,EAAdA,EAAKrB,QACjDi4C,EAAUN,EAAQsB,EAAKpb,OAAO3hB,GAAO,KAC9C,CAwDSg9B,CAAYR,EAAa56B,GAAI46B,EAAanB,GACnD,CAsBA,SAASrb,EAAI7e,EAAQxb,EAAKs3C,GACxB,OAAKt3C,EAMAs3C,EAGEL,EAAWj3C,EAAKwb,GAvBhBm7B,EAASM,EAqBIj3C,EAAKwb,IANlB87B,EAGEP,EAAOv7B,GAtCTm7B,EAASI,EAoCEv7B,GAQpB,MAKG,KAFD,aACE,OAAO6e,CACR,+BAMJ,CA1XA,E,oBCjBD,IAAiD6a,IASxC,WACT,OAAgB,WACN,IAAIqC,EAAsB,CAE9B,IACA,SAAUC,EAAyB,EAAqB,GAE9D,aAGA,EAAoB9B,EAAE,EAAqB,CACzC,QAAW,WAAa,OAAqB+B,CAAW,IAI1D,IAAIC,EAAe,EAAoB,KACnCC,EAAoC,EAAoBnlC,EAAEklC,GAE1DxhC,EAAS,EAAoB,KAC7B0hC,EAA8B,EAAoBplC,EAAE0D,GAEpD2hC,EAAa,EAAoB,KACjCC,EAA8B,EAAoBtlC,EAAEqlC,GAOxD,SAASE,EAAQ34C,GACf,IACE,OAAOsG,SAASsyC,YAAY54C,EAC9B,CAAE,MAAO64C,GACP,OAAO,CACT,CACF,CAUA,IAMiCC,EANR,SAA4BtuC,GACnD,IAAIuuC,EAAeL,IAAiBluC,GAEpC,OADAmuC,EAAQ,OACDI,CACT,EAuCIC,EAAiB,SAAwBj4C,EAAOlD,GAClD,IAAIo7C,EA/BN,SAA2Bl4C,GACzB,IAAIm4C,EAAyD,QAAjD5yC,SAAS6yC,gBAAgB3yC,aAAa,OAC9CyyC,EAAc3yC,SAAS8L,cAAc,YAEzC6mC,EAAYt+B,MAAMy+B,SAAW,OAE7BH,EAAYt+B,MAAM0+B,OAAS,IAC3BJ,EAAYt+B,MAAM2+B,QAAU,IAC5BL,EAAYt+B,MAAM4+B,OAAS,IAE3BN,EAAYt+B,MAAMsD,SAAW,WAC7Bg7B,EAAYt+B,MAAMu+B,EAAQ,QAAU,QAAU,UAE9C,IAAIM,EAAYt4C,OAAOu4C,aAAenzC,SAAS6yC,gBAAgBO,UAI/D,OAHAT,EAAYt+B,MAAMuD,IAAM,GAAG0e,OAAO4c,EAAW,MAC7CP,EAAYl+B,aAAa,WAAY,IACrCk+B,EAAYl4C,MAAQA,EACbk4C,CACT,CAaoBU,CAAkB54C,GACpClD,EAAQ+1B,UAAUtV,YAAY26B,GAC9B,IAAIF,EAAeL,IAAiBO,GAGpC,OAFAN,EAAQ,QACRM,EAAYxkC,SACLskC,CACT,EA4BiCa,EAnBP,SAA6BpvC,GACrD,IAAI3M,EAAU+J,UAAU7I,OAAS,QAAsB5B,IAAjByK,UAAU,GAAmBA,UAAU,GAAK,CAChFgsB,UAAWttB,SAAS5B,MAElBq0C,EAAe,GAYnB,MAVsB,iBAAXvuC,EACTuuC,EAAeC,EAAexuC,EAAQ3M,GAC7B2M,aAAkBqvC,mBAAqB,CAAC,OAAQ,SAAU,MAAO,MAAO,YAAY3tC,SAAS1B,aAAuC,EAASA,EAAOxK,MAE7J+4C,EAAeC,EAAexuC,EAAOzJ,MAAOlD,IAE5Ck7C,EAAeL,IAAiBluC,GAChCmuC,EAAQ,SAGHI,CACT,EAIA,SAASe,EAAQtT,GAAmV,OAAtOsT,EAArD,mBAAXjM,QAAoD,iBAApBA,OAAOC,SAAmC,SAAiBtH,GAAO,cAAcA,CAAK,EAAsB,SAAiBA,GAAO,OAAOA,GAAyB,mBAAXqH,QAAyBrH,EAAIkE,cAAgBmD,QAAUrH,IAAQqH,OAAO7nC,UAAY,gBAAkBwgC,CAAK,EAAYsT,EAAQtT,EAAM,CAuDzX,SAASuT,EAAiBvT,GAAqW,OAAxPuT,EAArD,mBAAXlM,QAAoD,iBAApBA,OAAOC,SAA4C,SAAiBtH,GAAO,cAAcA,CAAK,EAA+B,SAAiBA,GAAO,OAAOA,GAAyB,mBAAXqH,QAAyBrH,EAAIkE,cAAgBmD,QAAUrH,IAAQqH,OAAO7nC,UAAY,gBAAkBwgC,CAAK,EAAYuT,EAAiBvT,EAAM,CAI7Z,SAASwT,EAAkBxvC,EAAQxI,GAAS,IAAK,IAAIwM,EAAI,EAAGA,EAAIxM,EAAMjD,OAAQyP,IAAK,CAAE,IAAIyrC,EAAaj4C,EAAMwM,GAAIyrC,EAAWC,WAAaD,EAAWC,aAAc,EAAOD,EAAWE,cAAe,EAAU,UAAWF,IAAYA,EAAWG,UAAW,GAAMx2C,OAAOm3B,eAAevwB,EAAQyvC,EAAWr5C,IAAKq5C,EAAa,CAAE,CAM5T,SAASI,EAAgBxZ,EAAGzjB,GAA+G,OAA1Gi9B,EAAkBz2C,OAAO02C,gBAAkB,SAAyBzZ,EAAGzjB,GAAsB,OAAjByjB,EAAE0Z,UAAYn9B,EAAUyjB,CAAG,EAAUwZ,EAAgBxZ,EAAGzjB,EAAI,CAUzK,SAASo9B,EAAgB3Z,GAAwJ,OAAnJ2Z,EAAkB52C,OAAO02C,eAAiB12C,OAAO62C,eAAiB,SAAyB5Z,GAAK,OAAOA,EAAE0Z,WAAa32C,OAAO62C,eAAe5Z,EAAI,EAAU2Z,EAAgB3Z,EAAI,CAa5M,SAAS6Z,EAAkBC,EAAQ9lB,GACjC,IAAIua,EAAY,kBAAkBxS,OAAO+d,GAEzC,GAAK9lB,EAAQ+lB,aAAaxL,GAI1B,OAAOva,EAAQruB,aAAa4oC,EAC9B,CAOA,IAAIyL,EAAyB,SAAUC,IAxCvC,SAAmBC,EAAUC,GAAc,GAA0B,mBAAfA,GAA4C,OAAfA,EAAuB,MAAM,IAAIC,UAAU,sDAAyDF,EAAS/0C,UAAYpC,OAAOrC,OAAOy5C,GAAcA,EAAWh1C,UAAW,CAAE0kC,YAAa,CAAE3pC,MAAOg6C,EAAUX,UAAU,EAAMD,cAAc,KAAea,GAAYX,EAAgBU,EAAUC,EAAa,CAyC9XE,CAAUL,EAAWC,GAErB,IA7CoBK,EAAa1F,EAAYC,EAMzB0F,EAAeC,EAuC/BC,GAvCgBF,EAuCMP,EAvCSQ,EAMrC,WAAuC,GAAuB,oBAAZE,UAA4BA,QAAQC,UAAW,OAAO,EAAO,GAAID,QAAQC,UAAUC,KAAM,OAAO,EAAO,GAAqB,mBAAVC,MAAsB,OAAO,EAAM,IAAiF,OAA3E58B,KAAK9Y,UAAU1H,SAASZ,KAAK69C,QAAQC,UAAU18B,KAAM,IAAI,WAAa,MAAY,CAAM,CAAE,MAAOpN,GAAK,OAAO,CAAO,CAAE,CANlQiqC,GAAoC,WAAkC,IAAsC95C,EAAlC+5C,EAAQpB,EAAgBY,GAAkB,GAAIC,EAA2B,CAAE,IAAIQ,EAAYrB,EAAgBz9C,MAAM2tC,YAAa7oC,EAAS05C,QAAQC,UAAUI,EAAOh0C,UAAWi0C,EAAY,MAASh6C,EAAS+5C,EAAMnkC,MAAM1a,KAAM6K,WAAc,OAEpX,SAAoCuF,EAAMzP,GAAQ,OAAIA,GAAoC,WAA3Bq8C,EAAiBr8C,IAAsC,mBAATA,EAE7G,SAAgCyP,GAAQ,QAAa,IAATA,EAAmB,MAAM,IAAI2uC,eAAe,6DAAgE,OAAO3uC,CAAM,CAFV4uC,CAAuB5uC,GAAtCzP,CAA6C,CAFkMs+C,CAA2Bj/C,KAAM8E,EAAS,GA6Cna,SAASg5C,EAAUp7C,EAAS5B,GAC1B,IAAIo+C,EAUJ,OAlEJ,SAAyB1M,EAAU4L,GAAe,KAAM5L,aAAoB4L,GAAgB,MAAM,IAAIF,UAAU,oCAAwC,CA0DpJiB,CAAgBn/C,KAAM89C,IAEtBoB,EAAQX,EAAO59C,KAAKX,OAEdo/C,eAAet+C,GAErBo+C,EAAMG,YAAY38C,GAEXw8C,CACT,CAqJA,OApNoBd,EAuEPN,EAvEoBpF,EAuET,CAAC,CACvB70C,IAAK,iBACLG,MAAO,WACL,IAAIlD,EAAU+J,UAAU7I,OAAS,QAAsB5B,IAAjByK,UAAU,GAAmBA,UAAU,GAAK,CAAC,EACnF7K,KAAKmsB,OAAmC,mBAAnBrrB,EAAQqrB,OAAwBrrB,EAAQqrB,OAASnsB,KAAKs/C,cAC3Et/C,KAAKyN,OAAmC,mBAAnB3M,EAAQ2M,OAAwB3M,EAAQ2M,OAASzN,KAAKu/C,cAC3Ev/C,KAAKsB,KAA+B,mBAAjBR,EAAQQ,KAAsBR,EAAQQ,KAAOtB,KAAKw/C,YACrEx/C,KAAK62B,UAAoD,WAAxCmmB,EAAiBl8C,EAAQ+1B,WAA0B/1B,EAAQ+1B,UAAYttB,SAAS5B,IACnG,GAMC,CACD9D,IAAK,cACLG,MAAO,SAAqBtB,GAC1B,IAAI+8C,EAASz/C,KAEbA,KAAKsrC,SAAWmQ,IAAiB/4C,EAAS,SAAS,SAAUiS,GAC3D,OAAO8qC,EAAOC,QAAQ/qC,EACxB,GACF,GAMC,CACD9Q,IAAK,UACLG,MAAO,SAAiB2Q,GACtB,IAAIjS,EAAUiS,EAAEgrC,gBAAkBhrC,EAAEirC,cAChCzzB,EAASnsB,KAAKmsB,OAAOzpB,IAAY,OACjCpB,EA3JmB,WAC3B,IAAIR,EAAU+J,UAAU7I,OAAS,QAAsB5B,IAAjByK,UAAU,GAAmBA,UAAU,GAAK,CAAC,EAE/Eg1C,EAAkB/+C,EAAQqrB,OAC1BA,OAA6B,IAApB0zB,EAA6B,OAASA,EAC/ChpB,EAAY/1B,EAAQ+1B,UACpBppB,EAAS3M,EAAQ2M,OACjBnM,EAAOR,EAAQQ,KAEnB,GAAe,SAAX6qB,GAAgC,QAAXA,EACvB,MAAM,IAAIvjB,MAAM,sDAIlB,QAAexI,IAAXqN,EAAsB,CACxB,IAAIA,GAA8B,WAApBsvC,EAAQtvC,IAA4C,IAApBA,EAAOqyC,SASnD,MAAM,IAAIl3C,MAAM,+CARhB,GAAe,SAAXujB,GAAqB1e,EAAOowC,aAAa,YAC3C,MAAM,IAAIj1C,MAAM,qFAGlB,GAAe,QAAXujB,IAAqB1e,EAAOowC,aAAa,aAAepwC,EAAOowC,aAAa,aAC9E,MAAM,IAAIj1C,MAAM,yGAKtB,CAGA,OAAItH,EACKu7C,EAAav7C,EAAM,CACxBu1B,UAAWA,IAKXppB,EACgB,QAAX0e,EAAmB4vB,EAAYtuC,GAAUovC,EAAapvC,EAAQ,CACnEopB,UAAWA,SAFf,CAKF,CAkHiBkpB,CAAgB,CACzB5zB,OAAQA,EACR0K,UAAW72B,KAAK62B,UAChBppB,OAAQzN,KAAKyN,OAAO/K,GACpBpB,KAAMtB,KAAKsB,KAAKoB,KAGlB1C,KAAK0Y,KAAKpX,EAAO,UAAY,QAAS,CACpC6qB,OAAQA,EACR7qB,KAAMA,EACNoB,QAASA,EACTs9C,eAAgB,WACVt9C,GACFA,EAAQmsB,QAGV1qB,OAAO87C,eAAeC,iBACxB,GAEJ,GAMC,CACDr8C,IAAK,gBACLG,MAAO,SAAuBtB,GAC5B,OAAOi7C,EAAkB,SAAUj7C,EACrC,GAMC,CACDmB,IAAK,gBACLG,MAAO,SAAuBtB,GAC5B,IAAI4Y,EAAWqiC,EAAkB,SAAUj7C,GAE3C,GAAI4Y,EACF,OAAO/R,SAAS42C,cAAc7kC,EAElC,GAQC,CACDzX,IAAK,cAMLG,MAAO,SAAqBtB,GAC1B,OAAOi7C,EAAkB,OAAQj7C,EACnC,GAKC,CACDmB,IAAK,UACLG,MAAO,WACLhE,KAAKsrC,SAAShI,SAChB,IA7K2CqV,EA8KzC,CAAC,CACH90C,IAAK,OACLG,MAAO,SAAcyJ,GACnB,IAAI3M,EAAU+J,UAAU7I,OAAS,QAAsB5B,IAAjByK,UAAU,GAAmBA,UAAU,GAAK,CAChFgsB,UAAWttB,SAAS5B,MAEtB,OAAOk1C,EAAapvC,EAAQ3M,EAC9B,GAOC,CACD+C,IAAK,MACLG,MAAO,SAAayJ,GAClB,OAAOsuC,EAAYtuC,EACrB,GAOC,CACD5J,IAAK,cACLG,MAAO,WACL,IAAImoB,EAASthB,UAAU7I,OAAS,QAAsB5B,IAAjByK,UAAU,GAAmBA,UAAU,GAAK,CAAC,OAAQ,OACtFmgB,EAA4B,iBAAXmB,EAAsB,CAACA,GAAUA,EAClDi0B,IAAY72C,SAAS82C,sBAIzB,OAHAr1B,EAAQ9d,SAAQ,SAAUif,GACxBi0B,EAAUA,KAAa72C,SAAS82C,sBAAsBl0B,EACxD,IACOi0B,CACT,IAjN8D1H,GAAYuE,EAAkBmB,EAAYn1C,UAAWyvC,GAAiBC,GAAasE,EAAkBmB,EAAazF,GAoN3KmF,CACT,CA3K6B,CA2K1BtC,KAE8BF,EAAY,CAEtC,EAED,IACA,SAAUgF,GAOhB,GAAuB,oBAAZC,UAA4BA,QAAQt3C,UAAUwW,QAAS,CAC9D,IAAI+gC,EAAQD,QAAQt3C,UAEpBu3C,EAAM/gC,QAAU+gC,EAAMC,iBACND,EAAME,oBACNF,EAAMG,mBACNH,EAAMI,kBACNJ,EAAMK,qBAC1B,CAmBAP,EAAOnY,QAVP,SAAkBrQ,EAASxc,GACvB,KAAOwc,GAvBc,IAuBHA,EAAQgoB,UAAiC,CACvD,GAA+B,mBAApBhoB,EAAQrY,SACfqY,EAAQrY,QAAQnE,GAClB,OAAOwc,EAETA,EAAUA,EAAQgpB,UACtB,CACJ,CAKO,EAED,IACA,SAAUR,EAAQS,EAA0B,GAElD,IAAInpC,EAAU,EAAoB,KAYlC,SAASopC,EAAUlpB,EAASxc,EAAUrY,EAAMlD,EAAUkhD,GAClD,IAAIC,EAAa5V,EAAS5wB,MAAM1a,KAAM6K,WAItC,OAFAitB,EAAQ3d,iBAAiBlX,EAAMi+C,EAAYD,GAEpC,CACH3d,QAAS,WACLxL,EAAQugB,oBAAoBp1C,EAAMi+C,EAAYD,EAClD,EAER,CA6CA,SAAS3V,EAASxT,EAASxc,EAAUrY,EAAMlD,GACvC,OAAO,SAAS4U,GACZA,EAAEgrC,eAAiB/nC,EAAQjD,EAAElH,OAAQ6N,GAEjC3G,EAAEgrC,gBACF5/C,EAASY,KAAKm3B,EAASnjB,EAE/B,CACJ,CAEA2rC,EAAOnY,QA3CP,SAAkBgZ,EAAU7lC,EAAUrY,EAAMlD,EAAUkhD,GAElD,MAAyC,mBAA9BE,EAAShnC,iBACT6mC,EAAUtmC,MAAM,KAAM7P,WAIb,mBAAT5H,EAGA+9C,EAAUx9C,KAAK,KAAM+F,UAAUmR,MAAM,KAAM7P,YAI9B,iBAAbs2C,IACPA,EAAW53C,SAASkU,iBAAiB0jC,IAIlCrjB,MAAM70B,UAAU8D,IAAIpM,KAAKwgD,GAAU,SAAUrpB,GAChD,OAAOkpB,EAAUlpB,EAASxc,EAAUrY,EAAMlD,EAAUkhD,EACxD,IACJ,CAwBO,EAED,IACA,SAAU5F,EAAyBlT,GAQzCA,EAAQz7B,KAAO,SAAS1I,GACpB,YAAiB5D,IAAV4D,GACAA,aAAiBigC,aACE,IAAnBjgC,EAAM87C,QACjB,EAQA3X,EAAQiZ,SAAW,SAASp9C,GACxB,IAAIf,EAAO4D,OAAOoC,UAAU1H,SAASZ,KAAKqD,GAE1C,YAAiB5D,IAAV4D,IACU,sBAATf,GAAyC,4BAATA,IAChC,WAAYe,IACK,IAAjBA,EAAMhC,QAAgBmmC,EAAQz7B,KAAK1I,EAAM,IACrD,EAQAmkC,EAAQ9oB,OAAS,SAASrb,GACtB,MAAwB,iBAAVA,GACPA,aAAiB2lB,MAC5B,EAQAwe,EAAQ37B,GAAK,SAASxI,GAGlB,MAAgB,sBAFL6C,OAAOoC,UAAU1H,SAASZ,KAAKqD,EAG9C,CAGO,EAED,IACA,SAAUs8C,EAAQS,EAA0B,GAElD,IAAI56B,EAAK,EAAoB,KACzBuS,EAAW,EAAoB,KA6FnC4nB,EAAOnY,QAlFP,SAAgB16B,EAAQxK,EAAMlD,GAC1B,IAAK0N,IAAWxK,IAASlD,EACrB,MAAM,IAAI6I,MAAM,8BAGpB,IAAKud,EAAG9G,OAAOpc,GACX,MAAM,IAAIi7C,UAAU,oCAGxB,IAAK/3B,EAAG3Z,GAAGzM,GACP,MAAM,IAAIm+C,UAAU,qCAGxB,GAAI/3B,EAAGzZ,KAAKe,GACR,OAsBR,SAAoBf,EAAMzJ,EAAMlD,GAG5B,OAFA2M,EAAKyN,iBAAiBlX,EAAMlD,GAErB,CACHujC,QAAS,WACL52B,EAAK2rC,oBAAoBp1C,EAAMlD,EACnC,EAER,CA9BeshD,CAAW5zC,EAAQxK,EAAMlD,GAE/B,GAAIomB,EAAGi7B,SAAS3zC,GACjB,OAsCR,SAAwB2zC,EAAUn+C,EAAMlD,GAKpC,OAJA+9B,MAAM70B,UAAUiE,QAAQvM,KAAKygD,GAAU,SAAS10C,GAC5CA,EAAKyN,iBAAiBlX,EAAMlD,EAChC,IAEO,CACHujC,QAAS,WACLxF,MAAM70B,UAAUiE,QAAQvM,KAAKygD,GAAU,SAAS10C,GAC5CA,EAAK2rC,oBAAoBp1C,EAAMlD,EACnC,GACJ,EAER,CAlDeuhD,CAAe7zC,EAAQxK,EAAMlD,GAEnC,GAAIomB,EAAG9G,OAAO5R,GACf,OA0DR,SAAwB6N,EAAUrY,EAAMlD,GACpC,OAAO24B,EAASnvB,SAAS5B,KAAM2T,EAAUrY,EAAMlD,EACnD,CA5DewhD,CAAe9zC,EAAQxK,EAAMlD,GAGpC,MAAM,IAAIm+C,UAAU,4EAE5B,CA4DO,EAED,IACA,SAAUoC,GA4ChBA,EAAOnY,QA1CP,SAAgBrQ,GACZ,IAAIkkB,EAEJ,GAAyB,WAArBlkB,EAAQ0pB,SACR1pB,EAAQjJ,QAERmtB,EAAelkB,EAAQ9zB,WAEtB,GAAyB,UAArB8zB,EAAQ0pB,UAA6C,aAArB1pB,EAAQ0pB,SAAyB,CACtE,IAAIC,EAAa3pB,EAAQ+lB,aAAa,YAEjC4D,GACD3pB,EAAQ9Z,aAAa,WAAY,IAGrC8Z,EAAQhJ,SACRgJ,EAAQgO,kBAAkB,EAAGhO,EAAQ9zB,MAAMhC,QAEtCy/C,GACD3pB,EAAQ/Z,gBAAgB,YAG5Bi+B,EAAelkB,EAAQ9zB,KAC3B,KACK,CACG8zB,EAAQ+lB,aAAa,oBACrB/lB,EAAQjJ,QAGZ,IAAI6yB,EAAYv9C,OAAO87C,eACnBja,EAAQz8B,SAASo4C,cAErB3b,EAAM4b,mBAAmB9pB,GACzB4pB,EAAUxB,kBACVwB,EAAUG,SAAS7b,GAEnBgW,EAAe0F,EAAUngD,UAC7B,CAEA,OAAOy6C,CACX,CAKO,EAED,IACA,SAAUsE,GAEhB,SAASwB,IAGT,CAEAA,EAAE74C,UAAY,CACZ8O,GAAI,SAAUtM,EAAM1L,EAAUqpC,GAC5B,IAAIz0B,EAAI3U,KAAK2U,IAAM3U,KAAK2U,EAAI,CAAC,GAO7B,OALCA,EAAElJ,KAAUkJ,EAAElJ,GAAQ,KAAKiC,KAAK,CAC/BlB,GAAIzM,EACJqpC,IAAKA,IAGAppC,IACT,EAEAwqC,KAAM,SAAU/+B,EAAM1L,EAAUqpC,GAC9B,IAAIh5B,EAAOpQ,KACX,SAASsrC,IACPl7B,EAAKmW,IAAI9a,EAAM6/B,GACfvrC,EAAS2a,MAAM0uB,EAAKv+B,UACtB,CAGA,OADAygC,EAASnrC,EAAIJ,EACNC,KAAK+X,GAAGtM,EAAM6/B,EAAUlC,EACjC,EAEA1wB,KAAM,SAAUjN,GAMd,IALA,IAAIpI,EAAO,GAAGwJ,MAAMlM,KAAKkK,UAAW,GAChCk3C,IAAW/hD,KAAK2U,IAAM3U,KAAK2U,EAAI,CAAC,IAAIlJ,IAAS,IAAIoB,QACjD4E,EAAI,EACJmoC,EAAMmI,EAAO//C,OAETyP,EAAImoC,EAAKnoC,IACfswC,EAAOtwC,GAAGjF,GAAGkO,MAAMqnC,EAAOtwC,GAAG23B,IAAK/lC,GAGpC,OAAOrD,IACT,EAEAumB,IAAK,SAAU9a,EAAM1L,GACnB,IAAI4U,EAAI3U,KAAK2U,IAAM3U,KAAK2U,EAAI,CAAC,GACzBqtC,EAAOrtC,EAAElJ,GACTw2C,EAAa,GAEjB,GAAID,GAAQjiD,EACV,IAAK,IAAI0R,EAAI,EAAGmoC,EAAMoI,EAAKhgD,OAAQyP,EAAImoC,EAAKnoC,IACtCuwC,EAAKvwC,GAAGjF,KAAOzM,GAAYiiD,EAAKvwC,GAAGjF,GAAGrM,IAAMJ,GAC9CkiD,EAAWv0C,KAAKs0C,EAAKvwC,IAY3B,OAJCwwC,EAAiB,OACdttC,EAAElJ,GAAQw2C,SACHttC,EAAElJ,GAENzL,IACT,GAGFsgD,EAAOnY,QAAU2Z,EACjBxB,EAAOnY,QAAQ+Z,YAAcJ,CAGtB,GAKOK,EAA2B,CAAC,EAGhC,SAAS,EAAoBC,GAE5B,GAAGD,EAAyBC,GAC3B,OAAOD,EAAyBC,GAAUja,QAG3C,IAAImY,EAAS6B,EAAyBC,GAAY,CAGjDja,QAAS,CAAC,GAOX,OAHAiT,EAAoBgH,GAAU9B,EAAQA,EAAOnY,QAAS,GAG/CmY,EAAOnY,OACf,CAoCA,OA9BC,EAAoB9xB,EAAI,SAASiqC,GAChC,IAAI+B,EAAS/B,GAAUA,EAAOgC,WAC7B,WAAa,OAAOhC,EAAgB,OAAG,EACvC,WAAa,OAAOA,CAAQ,EAE7B,OADA,EAAoB/G,EAAE8I,EAAQ,CAAEjgC,EAAGigC,IAC5BA,CACR,EAMA,EAAoB9I,EAAI,SAASpR,EAASoa,GACzC,IAAI,IAAI1+C,KAAO0+C,EACX,EAAoBze,EAAEye,EAAY1+C,KAAS,EAAoBigC,EAAEqE,EAAStkC,IAC5EgD,OAAOm3B,eAAemK,EAAStkC,EAAK,CAAEs5C,YAAY,EAAMr1B,IAAKy6B,EAAW1+C,IAG3E,EAKA,EAAoBigC,EAAI,SAAS2F,EAAKxzB,GAAQ,OAAOpP,OAAOoC,UAAUssB,eAAe50B,KAAK8oC,EAAKxzB,EAAO,EAOhG,EAAoB,IAC3B,CAv2BM,GAw2Bf4T,OACD,EAj3BEy2B,EAAOnY,QAAU4Q,G,8GCJfyJ,EAAgC,IAAI1tC,IAAI,cACxC2tC,EAAgC,IAAI3tC,IAAI,cACxC4tC,EAAgC,IAAI5tC,IAAI,aACxC6tC,EAAgC,IAAI7tC,IAAI,cACxC8tC,EAAgC,IAAI9tC,IAAI,cACxC+tC,EAAgC,IAAI/tC,IAAI,aACxCguC,EAAgC,IAAIhuC,IAAI,cACxCiuC,EAAgC,IAAIjuC,IAAI,cACxCkuC,EAA0B,IAA4B,KACtDC,EAAqC,IAAgCT,GACrEU,EAAqC,IAAgCT,GACrEU,EAAqC,IAAgCT,GACrEU,EAAqC,IAAgCT,GACrEU,EAAqC,IAAgCT,GACrEU,EAAqC,IAAgCT,GACrEU,EAAqC,IAAgCT,GACrEU,EAAqC,IAAgCT,GAEzEC,EAAwBt1C,KAAK,CAAC4yC,EAAO/6C,GAAI,i9JA6HhB09C,2oVA2hBNC,sgRAmZMC,iEAGAA,kJAMAC,6FAIAC,4GAIAC,+FAIAC,0DAGAC,qsWAgOtB,GAAG,CAAC,QAAU,EAAE,QAAU,CAAC,yDAAyD,MAAQ,GAAG,SAAW,29ZAA29Z,eAAiB,CAAC,26sCAA68sC,WAAa,MAEpjnD,S,+GCvzCIhB,EAAgC,IAAI1tC,IAAI,aACxC2tC,EAAgC,IAAI3tC,IAAI,cACxC4tC,EAAgC,IAAI5tC,IAAI,cACxC6tC,EAAgC,IAAI7tC,IAAI,aACxC8tC,EAAgC,IAAI9tC,IAAI,cACxC+tC,EAAgC,IAAI/tC,IAAI,cACxCkuC,EAA0B,IAA4B,KACtDC,EAAqC,IAAgCT,GACrEU,EAAqC,IAAgCT,GACrEU,EAAqC,IAAgCT,GACrEU,EAAqC,IAAgCT,GACrEU,EAAqC,IAAgCT,GACrEU,EAAqC,IAAgCT,GAEzEG,EAAwBt1C,KAAK,CAAC4yC,EAAO/6C,GAAI,q6NAsMhB09C,iEAGAA,kJAMAC,6FAIAC,4GAIAC,+FAIAC,0DAGAC,qsWAgOtB,GAAG,CAAC,QAAU,EAAE,QAAU,CAAC,+DAA+D,MAAQ,GAAG,SAAW,wzLAAwzL,eAAiB,CAAC,83lBAAo5lB,WAAa,MAE91xB,S,+GC9cId,EAAgC,IAAI1tC,IAAI,aACxC2tC,EAAgC,IAAI3tC,IAAI,cACxC4tC,EAAgC,IAAI5tC,IAAI,cACxC6tC,EAAgC,IAAI7tC,IAAI,cACxC8tC,EAAgC,IAAI9tC,IAAI,cACxCkuC,EAA0B,IAA4B,KACtDC,EAAqC,IAAgCT,GACrEU,EAAqC,IAAgCT,GACrEU,EAAqC,IAAgCT,GACrEU,EAAqC,IAAgCT,GACrEU,EAAqC,IAAgCT,GAEzEI,EAAwBt1C,KAAK,CAAC4yC,EAAO/6C,GAAI,gkEAAgkE09C,6EAA8GA,qDAAsFA,wDAAyFC,kFAAmHC,gFAAiHC,uGAAwIC,sxEAAwzE,GAAG,CAAC,QAAU,EAAE,QAAU,CAAC,wDAAwD,MAAQ,GAAG,SAAW,0mCAA0mC,eAAiB,CAAC,u5LAAu5L,WAAa,MAEnrY,S,kFCfIL,E,MAA0B,GAA4B,KAE1DA,EAAwBt1C,KAAK,CAAC4yC,EAAO/6C,GAAI,mnDAAonD,GAAG,CAAC,QAAU,EAAE,QAAU,CAAC,wDAAwD,MAAQ,GAAG,SAAW,sqBAAsqB,eAAiB,CAAC,o/DAAo/D,WAAa,MAE/7I,S,+GCHIi9C,EAAgC,IAAI1tC,IAAI,cACxC2tC,EAAgC,IAAI3tC,IAAI,cACxC4tC,EAAgC,IAAI5tC,IAAI,cACxCkuC,EAA0B,IAA4B,KACtDC,EAAqC,IAAgCT,GACrEU,EAAqC,IAAgCT,GACrEU,EAAqC,IAAgCT,GAEzEM,EAAwBt1C,KAAK,CAAC4yC,EAAO/6C,GAAI,m/FA2GnB09C,mpFAiHAA,6tBAsCKA,iDACLA,kJACAA,6GACAA,0GACAA,0LAMKA,kDACLA,mJACAA,8GACAA,2GACAA,6OAQKC,2CACLA,4IACAA,uGACAA,oGACAA,gwJAyKQA,i7EAoGHA,24DA2DLD,suEAmFUE,0NAS7B,GAAG,CAAC,QAAU,EAAE,QAAU,CAAC,gDAAgD,MAAQ,GAAG,SAAW,2pLAA2pL,eAAiB,CAAC,ktnBAAktnB,WAAa,MAEh/yB,S,mFC3sBIH,E,MAA0B,GAA4B,KAE1DA,EAAwBt1C,KAAK,CAAC4yC,EAAO/6C,GAAI,mrCA4DtC,GAAG,CAAC,QAAU,EAAE,QAAU,CAAC,wDAAwD,MAAQ,GAAG,SAAW,iZAAiZ,eAAiB,CAAC,orCAAsrC,WAAa,MAEltD,S,mFChEIy9C,E,MAA0B,GAA4B,KAE1DA,EAAwBt1C,KAAK,CAAC4yC,EAAO/6C,GAAI,2UAA4U,GAAG,CAAC,QAAU,EAAE,QAAU,CAAC,oEAAoE,MAAQ,GAAG,SAAW,oFAAoF,eAAiB,CAAC,oWAAoW,WAAa,MAEj8B,S,mFCJIy9C,E,MAA0B,GAA4B,KAE1DA,EAAwBt1C,KAAK,CAAC4yC,EAAO/6C,GAAI,i6BAAk6B,GAAG,CAAC,QAAU,EAAE,QAAU,CAAC,+CAA+C,MAAQ,GAAG,SAAW,qOAAqO,eAAiB,CAAC,ssCAAwsC,WAAa,MAEv/E,S,mFCJIy9C,E,MAA0B,GAA4B,KAE1DA,EAAwBt1C,KAAK,CAAC4yC,EAAO/6C,GAAI,0tEAA2tE,GAAG,CAAC,QAAU,EAAE,QAAU,CAAC,oDAAoD,MAAQ,GAAG,SAAW,0lBAA0lB,eAAiB,CAAC,ozFAAwzF,WAAa,MAE1xL,S,mFCJIy9C,E,MAA0B,GAA4B,KAE1DA,EAAwBt1C,KAAK,CAAC4yC,EAAO/6C,GAAI,81BAA+1B,GAAG,CAAC,QAAU,EAAE,QAAU,CAAC,oDAAoD,MAAQ,GAAG,SAAW,mEAAmE,eAAiB,CAAC,ufAAuf,WAAa,MAEtkD,S,mFCJIy9C,E,MAA0B,GAA4B,KAE1DA,EAAwBt1C,KAAK,CAAC4yC,EAAO/6C,GAAI,8YAA+Y,GAAG,CAAC,QAAU,EAAE,QAAU,CAAC,mDAAmD,MAAQ,GAAG,SAAW,+JAA+J,eAAiB,CAAC,woBAAwoB,WAAa,MAEl2C,S,mFCJIy9C,E,MAA0B,GAA4B,KAE1DA,EAAwBt1C,KAAK,CAAC4yC,EAAO/6C,GAAI,m+CAAo+C,GAAG,CAAC,QAAU,EAAE,QAAU,CAAC,4DAA4D,MAAQ,GAAG,SAAW,ucAAuc,eAAiB,CAAC,8+CAA8+C,WAAa,MAE9kH,S,mFCJIy9C,E,MAA0B,GAA4B,KAE1DA,EAAwBt1C,KAAK,CAAC4yC,EAAO/6C,GAAI,2tBAA4tB,GAAG,CAAC,QAAU,EAAE,QAAU,CAAC,8CAA8C,MAAQ,GAAG,SAAW,oKAAoK,eAAiB,CAAC,srCAA0rC,WAAa,MAEjuE,S,kFCJIy9C,E,MAA0B,GAA4B,KAE1DA,EAAwBt1C,KAAK,CAAC4yC,EAAO/6C,GAAI,k7BAAm7B,GAAG,CAAC,QAAU,EAAE,QAAU,CAAC,+CAA+C,MAAQ,GAAG,SAAW,yTAAyT,eAAiB,CAAC,4jCAA8jC,WAAa,MAEl9E,S,YCFA,IAAIyB,EAAMA,GAAO,CAAC,EAElBA,EAAIy8C,cAAgB,CAChB,IAAK,OACL,IAAK,OACL,IAAK,QACL,IAAK,SACL,IAAK,UAGTz8C,EAAI08C,WAAa,SAASpkC,GACtB,OAAOA,EAAEhL,QAAQ,YAAY,SAAUqvC,GACnC,OAAO38C,EAAIy8C,cAAcE,EAC7B,GACJ,EAEA38C,EAAIC,OAAS,SAASnG,GAClB,IAAI2Q,EACJ,IAAIA,KAAK3Q,EACLd,KAAKyR,GAAK3Q,EAAQ2Q,EAG1B,EAEAzK,EAAIC,OAAOgC,UAAY,CAEnB/B,QAAU,KAEV08C,SAAW,KAEXl4C,SAAW,KAGXvE,cAAgB,CACZ,OAAS,KAYbG,SAAW,SAASnE,EAAKkC,EAAYkC,EAAOrB,QAEpB,IAAVqB,IACNA,EAAQ,KAIZA,EAAQ,GAAKA,GAEbrB,EAAUA,GAAW,CAAC,GAEP,MAAIqB,EACnBrB,EAAQ,gBAAkB,iCAE1B,IAGI29C,EAHAl8C,EACA,sCAGJ,IAAKk8C,KAAa7jD,KAAKmH,cACnBQ,GAAQ,UAAY3H,KAAKmH,cAAc08C,GAAa,KAAOA,EAAY,IAK3E,IAAI,IAAIlmC,KAHRhW,GAAQ,kBAGMtC,EACV,GAAKA,EAAWkwB,eAAe5X,GAA/B,CAIA,IAAImmC,EAAW9jD,KAAK+jD,mBAAmB1+C,EAAWsY,IAC9C3d,KAAKmH,cAAc28C,EAASD,WAC5Bl8C,GAAM,QAAU3H,KAAKmH,cAAc28C,EAASD,WAAa,IAAMC,EAASr4C,KAAO,QAE/E9D,GAAM,UAAYm8C,EAASr4C,KAAO,aAAeq4C,EAASD,UAAY,QAN1E,CAaJ,OAHAl8C,GAAM,gBACNA,GAAM,gBAEC3H,KAAK8H,QAAQ,WAAY3E,EAAK+C,EAASyB,GAAMlB,KAChD,SAAS3B,GAEL,MAAc,MAAVyC,EACO,CACHnC,OAAQN,EAAOM,OACfuC,KAAM7C,EAAO6C,KAAK,GAClBO,IAAKpD,EAAOoD,KAGT,CACH9C,OAAQN,EAAOM,OACfuC,KAAM7C,EAAO6C,KACbO,IAAKpD,EAAOoD,IAIxB,EAAE1E,KAAKxD,MAGf,EAQAgkD,eAAgB,SAAS3+C,GACrB,IAAIsC,EAAO,2BAGX,IAAI,IAAIgW,KAAMtY,EACV,GAAKA,EAAWkwB,eAAe5X,GAA/B,CAIA,IACIsmC,EADAH,EAAW9jD,KAAK+jD,mBAAmBpmC,GAEnCumC,EAAY7+C,EAAWsY,GASV,mBAPbsmC,EADAjkD,KAAKmH,cAAc28C,EAASD,WACjB7jD,KAAKmH,cAAc28C,EAASD,WAAa,IAAMC,EAASr4C,KAExD,KAAOq4C,EAASr4C,KAAO,aAAeq4C,EAASD,UAAY,OAMtEK,EAAYl9C,EAAI08C,WAAWQ,IAE/Bv8C,GAAQ,UAAYs8C,EAAW,IAAMC,EAAY,KAAOD,EAAW,KAhBnE,CAoBJ,OAFAt8C,GAAO,mBACA,cAEX,EAUAxB,UAAY,SAAShD,EAAKkC,EAAYa,IAClCA,EAAUA,GAAW,CAAC,GAEd,gBAAkB,iCAE1B,IAGI29C,EAHAl8C,EACA,4CAGJ,IAAKk8C,KAAa7jD,KAAKmH,cACnBQ,GAAQ,UAAY3H,KAAKmH,cAAc08C,GAAa,KAAOA,EAAY,IAK3E,OAHAl8C,GAAQ,MAAQ3H,KAAKgkD,eAAe3+C,GACpCsC,GAAQ,sBAED3H,KAAK8H,QAAQ,YAAa3E,EAAK+C,EAASyB,GAAMlB,KACjD,SAAS3B,GACL,MAAO,CACHM,OAAQN,EAAOM,OACfuC,KAAM7C,EAAO6C,KACbO,IAAKpD,EAAOoD,IAEpB,EAAE1E,KAAKxD,MAGf,EAWAmkD,MAAQ,SAAShhD,EAAKkC,EAAYa,GAC9B,IAAIyB,EAAO,GAIX,IAHAzB,EAAUA,GAAW,CAAC,GACd,gBAAkB,iCAEtBb,EAAY,CAIZ,IAAIw+C,EACJ,IAAKA,KAJLl8C,EACI,kCAGc3H,KAAKmH,cACnBQ,GAAQ,UAAY3H,KAAKmH,cAAc08C,GAAa,KAAOA,EAAY,IAE3El8C,GAAQ,MAAQ3H,KAAKgkD,eAAe3+C,GACpCsC,GAAO,YACX,CAEA,OAAO3H,KAAK8H,QAAQ,QAAS3E,EAAK+C,EAASyB,GAAMlB,KAC7C,SAAS3B,GACL,MAAO,CACHM,OAAQN,EAAOM,OACfuC,KAAM7C,EAAO6C,KACbO,IAAKpD,EAAOoD,IAEpB,EAAE1E,KAAKxD,MAGf,EAcA8H,QAAU,SAASlF,EAAQO,EAAK+C,EAASyB,EAAMy8C,EAActjD,GAEzD,IAUI6c,EAVAvN,EAAOpQ,KACPkI,EAAMlI,KAAKqkD,cAUf,IAAI1mC,KATJzX,EAAUA,GAAW,CAAC,EACtBk+C,EAAeA,GAAgB,GAE3BpkD,KAAK4jD,WACL19C,EAAuB,cAAI,SAAWw2B,KAAK18B,KAAK4jD,SAAW,IAAM5jD,KAAK0L,WAG1ExD,EAAIksB,KAAKxxB,EAAQ5C,KAAKoH,WAAWjE,IAAM,GAE7B+C,EACNgC,EAAIosB,iBAAiB3W,EAAIzX,EAAQyX,IAwBrC,OAtBAzV,EAAIk8C,aAAeA,EAEftjD,GAA0C,mBAAxBA,EAAQwjD,aACX,QAAX1hD,GAA+B,SAAXA,EACpBsF,EAAIq8C,OAAOpqC,iBAAiB,YAAY,SAAUxF,GAChD7T,EAAQwjD,WAAW3vC,EACrB,IAAG,GAGHzM,EAAIiS,iBAAiB,YAAY,SAAUxF,GACzC7T,EAAQwjD,WAAW3vC,EACrB,IAAG,SAKEvU,IAATuH,EACAO,EAAIs8C,OAEJt8C,EAAIs8C,KAAK78C,GAGN,IAAIgE,SAAQ,SAAS84C,EAAS/uC,GAEjCxN,EAAIw8C,mBAAqB,WAErB,GAAuB,IAAnBx8C,EAAIqd,WAAR,CAIA,IAAIo/B,EAAaz8C,EAAIV,SACF,MAAfU,EAAI9C,SACJu/C,EAAav0C,EAAKw0C,iBAAiB18C,EAAIV,WAG3Ci9C,EAAQ,CACJ98C,KAAMg9C,EACNv/C,OAAQ8C,EAAI9C,OACZ8C,IAAKA,GAVT,CAaJ,EAEAA,EAAI28C,UAAY,WAEZnvC,EAAO,IAAI9M,MAAM,oBAErB,CAEJ,GAEJ,EASAy7C,YAAc,WAEV,OAAO,IAAIhwB,cAEf,EAWAywB,eAAgB,SAASC,GACrB,IAAIx1C,EAAU,KACd,GAAIw1C,EAASC,YAAcD,EAASC,WAAWhjD,OAAS,EAAG,CAGvD,IAFA,IAAIijD,EAAW,GAENzzC,EAAI,EAAGA,EAAIuzC,EAASC,WAAWhjD,OAAQwP,IAAK,CACjD,IAAI9E,EAAOq4C,EAASC,WAAWxzC,GACT,IAAlB9E,EAAKozC,UACLmF,EAASv3C,KAAKhB,EAEtB,CACIu4C,EAASjjD,SACTuN,EAAU01C,EAElB,CAEA,OAAO11C,GAAWw1C,EAAStpB,aAAespB,EAASzjD,MAAQ,EAC/D,EAQAsjD,iBAAmB,SAASM,GAmBxB,IAjBA,IACIC,GADS,IAAIC,WACAC,gBAAgBH,EAAS,mBAEtCI,EAAW,SAASC,GACpB,IAAI5nC,EACJ,IAAIA,KAAM3d,KAAKmH,cACX,GAAInH,KAAKmH,cAAcwW,KAAQ4nC,EAC3B,OAAO5nC,CAGnB,EAAEna,KAAKxD,MAEHwlD,EAAmBL,EAAIM,SAAS,4BAA6BN,EAAKG,EAAUI,YAAYC,SAAU,MAElG7gD,EAAS,GACT8gD,EAAeJ,EAAiBK,cAE9BD,GAAc,CAEhB,IAAIp+C,EAAW,CACXtC,KAAO,KACPC,SAAW,IAGfqC,EAAStC,KAAOigD,EAAIM,SAAS,iBAAkBG,EAAcN,EAAUI,YAAYC,SAAU,MAAMG,YAKnG,IAHA,IAAIC,EAAmBZ,EAAIM,SAAS,aAAcG,EAAcN,EAAUI,YAAYC,SAAU,MAC5FK,EAAeD,EAAiBF,cAE9BG,GAAc,CAShB,IARA,IAAI7gD,EAAW,CACXC,OAAS+/C,EAAIM,SAAS,mBAAoBO,EAAcV,EAAUI,YAAYC,SAAU,MAAMG,YAC9FzgD,WAAa,CAAC,GAGd4gD,EAAed,EAAIM,SAAS,WAAYO,EAAcV,EAAUI,YAAYC,SAAU,MAEtFZ,EAAWkB,EAAaJ,cACtBd,GAAU,CACZ,IAAIx1C,EAAUvP,KAAK8kD,eAAeC,GAClC5/C,EAASE,WAAW,IAAM0/C,EAASmB,aAAe,IAAMnB,EAASoB,WAAa52C,EAC9Ew1C,EAAWkB,EAAaJ,aAE5B,CACAr+C,EAASrC,SAASuI,KAAKvI,GACvB6gD,EAAeD,EAAiBF,aAGpC,CAEA/gD,EAAO4I,KAAKlG,GACZo+C,EAAeJ,EAAiBK,aAEpC,CAEA,OAAO/gD,CAEX,EAQAsC,WAAa,SAASjE,GAGlB,GAAI,gBAAgB8lC,KAAK9lC,GAErB,OAAOA,EAGX,IAAIijD,EAAYpmD,KAAKqmD,SAASrmD,KAAKkH,SACnC,OAAI/D,EAAI8b,OAAO,KAEJmnC,EAAUz5C,KAAOxJ,GAIfijD,EAAUz5C,MACgB,IAAnCy5C,EAAU95C,KAAKgX,YAAY,MACT8iC,EAAU95C,KAAKg6C,UAAU,EAAGF,EAAU95C,KAAKgX,YAAY,MAGtEngB,EAEX,EAQAkjD,SAAW,SAASljD,GAEf,IAAIyC,EAAQzC,EAAIuc,MAAM,mGAClB5a,EAAS,CACT3B,IAAMyC,EAAM,GACZ2gD,OAAS3gD,EAAM,GACfihB,KAAOjhB,EAAM,GACbqhB,KAAOrhB,EAAM,GACb0G,KAAO1G,EAAM,GACb6Y,MAAQ7Y,EAAM,GACdowC,SAAWpwC,EAAM,IAOrB,OALAd,EAAO6H,KACJ7H,EAAOyhD,OAAS,MAChBzhD,EAAO+hB,MACN/hB,EAAOmiB,KAAO,IAAMniB,EAAOmiB,KAAO,IAE/BniB,CAEZ,EAEAi/C,mBAAqB,SAASyC,GAE1B,IAAI1hD,EAAS0hD,EAAa9mC,MAAM,mBAChC,GAAK5a,EAIL,MAAO,CACH2G,KAAO3G,EAAO,GACd++C,UAAY/+C,EAAO,GAG3B,QAI2D,IAAnBw7C,EAAOnY,UAC/CmY,EAAOnY,QAAQlhC,OAASD,EAAIC,Q,mCCrehC,IAAImU,EAAa,EAAQ,OAEzBklC,EAAOnY,SAAW/sB,EAAoB,SAAKA,GAAYqrC,SAAS,CAAC,EAAI,SAAS5vB,EAAU6vB,EAAOC,EAAQC,EAASvjD,GAC5G,IAAIwjD,EAAQC,EAAiBjwB,EAAUiwB,gBAAkB,SAASxwC,EAAQkwC,GACtE,GAAI3/C,OAAOoC,UAAUssB,eAAe50B,KAAK2V,EAAQkwC,GAC/C,OAAOlwC,EAAOkwC,EAGpB,EAEF,MAAO,aACH3vB,EAAUkwB,iBAAwM,mBAArLF,EAAmH,OAAzGA,EAASC,EAAeH,EAAQ,UAAsB,MAAVD,EAAiBI,EAAeJ,EAAO,QAAUA,IAAmBG,EAAShwB,EAAUmwB,MAAMC,eAA+CJ,EAAOlmD,KAAe,MAAV+lD,EAAiBA,EAAU7vB,EAAUqwB,aAAe,CAAC,EAAG,CAAC,KAAO,OAAO,KAAO,CAAC,EAAE,KAAO7jD,EAAK,IAAM,CAAC,MAAQ,CAAC,KAAO,EAAE,OAAS,IAAI,IAAM,CAAC,KAAO,EAAE,OAAS,OAASwjD,GAChZ,IACN,EAAE,SAAW,CAAC,EAAE,YAAY,KAAO,SAAShwB,EAAU6vB,EAAOC,EAAQC,EAASvjD,GAC1E,IAAI8jD,EAAQN,EAAQO,EAAiB,MAAVV,EAAiBA,EAAU7vB,EAAUqwB,aAAe,CAAC,EAAIG,EAAOxwB,EAAUmwB,MAAMC,cAAeK,EAAO,WAAYC,EAAO1wB,EAAUkwB,iBAAkBD,EAAiBjwB,EAAUiwB,gBAAkB,SAASxwC,EAAQkwC,GAC1O,GAAI3/C,OAAOoC,UAAUssB,eAAe50B,KAAK2V,EAAQkwC,GAC/C,OAAOlwC,EAAOkwC,EAGpB,EAEF,MAAO,oBACHe,SAASV,EAA6H,OAAnHA,EAASC,EAAeH,EAAQ,eAA2B,MAAVD,EAAiBI,EAAeJ,EAAO,aAAeA,IAAmBG,EAASQ,KAA2BC,EAAST,EAAOlmD,KAAKymD,EAAO,CAAC,KAAO,YAAY,KAAO,CAAC,EAAE,KAAO/jD,EAAK,IAAM,CAAC,MAAQ,CAAC,KAAO,EAAE,OAAS,IAAI,IAAM,CAAC,KAAO,EAAE,OAAS,OAASwjD,GAC/T,YACsR,OAApRM,EAASL,EAAeH,EAAQ,MAAMhmD,KAAKymD,EAAkB,MAAVV,EAAiBI,EAAeJ,EAAO,QAAUA,EAAQ,CAAC,KAAO,KAAK,KAAO,CAAC,EAAE,GAAK7vB,EAAU2wB,QAAQ,EAAGnkD,EAAM,GAAG,QAAUwzB,EAAU4wB,KAAK,KAAOpkD,EAAK,IAAM,CAAC,MAAQ,CAAC,KAAO,EAAE,OAAS,GAAG,IAAM,CAAC,KAAO,EAAE,OAAS,QAAkB8jD,EAAS,IACtS,eACAI,SAASV,EAAqH,OAA3GA,EAASC,EAAeH,EAAQ,WAAuB,MAAVD,EAAiBI,EAAeJ,EAAO,SAAWA,IAAmBG,EAASQ,KAA2BC,EAAST,EAAOlmD,KAAKymD,EAAO,CAAC,KAAO,QAAQ,KAAO,CAAC,EAAE,KAAO/jD,EAAK,IAAM,CAAC,MAAQ,CAAC,KAAO,EAAE,OAAS,GAAG,IAAM,CAAC,KAAO,EAAE,OAAS,OAASwjD,GAClT,0BACN,EAAE,SAAU,G,kBC5BZ,WAKA,WACC,aAKC,EAAQ,CAAE,UAAY,EAMnB,SAAUvmD,GAGfA,EAAEonD,GAAKpnD,EAAEonD,IAAM,CAAC,EAEFpnD,EAAEonD,GAAG/+B,QAAU,SAA7B,IAuB0Bg/B,EAJtBC,EAAa,EACbC,EAAuB/pB,MAAM70B,UAAUssB,eACvCuyB,EAAchqB,MAAM70B,UAAU4D,MAElCvM,EAAEynD,WAAwBJ,EAarBrnD,EAAEynD,UAZC,SAAUC,GAChB,IAAIlf,EAAQpF,EAAMjyB,EAClB,IAAMA,EAAI,EAA4B,OAAvBiyB,EAAOskB,EAAOv2C,IAAeA,KAG3Cq3B,EAASxoC,EAAE2nD,MAAOvkB,EAAM,YACToF,EAAOpxB,QACrBpX,EAAGojC,GAAOwkB,eAAgB,UAG5BP,EAAMK,EACP,GAGD1nD,EAAE6iC,OAAS,SAAU13B,EAAMiiC,EAAMzkC,GAChC,IAAIk/C,EAAqBxa,EAAaya,EAIlCC,EAAmB,CAAC,EAEpBxE,EAAYp4C,EAAKjK,MAAO,KAAO,GAE/BuqB,EAAW83B,EAAY,KAD3Bp4C,EAAOA,EAAKjK,MAAO,KAAO,IAuH1B,OApHMyH,IACLA,EAAYykC,EACZA,EAAOptC,EAAEgoD,QAGLxqB,MAAMC,QAAS90B,KACnBA,EAAY3I,EAAEy2B,OAAOrc,MAAO,KAAM,CAAE,CAAC,GAAImlB,OAAQ52B,KAIlD3I,EAAEioD,KAAKC,QAASz8B,EAASzO,eAAkB,SAAUomB,GACpD,QAASpjC,EAAE+C,KAAMqgC,EAAM3X,EACxB,EAEAzrB,EAAGujD,GAAcvjD,EAAGujD,IAAe,CAAC,EACpCsE,EAAsB7nD,EAAGujD,GAAap4C,GACtCkiC,EAAcrtC,EAAGujD,GAAap4C,GAAS,SAAU3K,EAASg3B,GAGzD,IAAM93B,OAASA,KAAKyoD,cACnB,OAAO,IAAI9a,EAAa7sC,EAASg3B,GAK7BjtB,UAAU7I,QACdhC,KAAKyoD,cAAe3nD,EAASg3B,EAE/B,EAGAx3B,EAAEy2B,OAAQ4W,EAAawa,EAAqB,CAC3Cx/B,QAAS1f,EAAU0f,QAInB+/B,OAAQpoD,EAAEy2B,OAAQ,CAAC,EAAG9tB,GAItB0/C,mBAAoB,MAGrBP,EAAgB,IAAI1a,GAKN5sC,QAAUR,EAAE6iC,OAAOpM,OAAQ,CAAC,EAAGqxB,EAActnD,SAC3DR,EAAED,KAAM4I,GAAW,SAAUgN,EAAMjS,GAKlCqkD,EAAkBpyC,GAJI,mBAAVjS,EAIe,WAC1B,SAASu6C,IACR,OAAO7Q,EAAKzkC,UAAWgN,GAAOyE,MAAO1a,KAAM6K,UAC5C,CAEA,SAAS+9C,EAAaviB,GACrB,OAAOqH,EAAKzkC,UAAWgN,GAAOyE,MAAO1a,KAAMqmC,EAC5C,CAEA,OAAO,WACN,IAEIwiB,EAFAC,EAAU9oD,KAAKu+C,OACfwK,EAAe/oD,KAAK4oD,YAWxB,OARA5oD,KAAKu+C,OAASA,EACdv+C,KAAK4oD,YAAcA,EAEnBC,EAAc7kD,EAAM0W,MAAO1a,KAAM6K,WAEjC7K,KAAKu+C,OAASuK,EACd9oD,KAAK4oD,YAAcG,EAEZF,CACR,CACC,CAxByB,GAHC7kD,CA4B7B,IACA2pC,EAAY1kC,UAAY3I,EAAE6iC,OAAOpM,OAAQqxB,EAAe,CAKvDY,kBAAmBb,GAAwBC,EAAcY,mBAA8Bv9C,GACrF48C,EAAkB,CACpB1a,YAAaA,EACbkW,UAAWA,EACXoF,WAAYx9C,EACZy9C,eAAgBn9B,IAOZo8B,GACJ7nD,EAAED,KAAM8nD,EAAoBQ,oBAAoB,SAAUl3C,EAAGmnC,GAC5D,IAAIuQ,EAAiBvQ,EAAM3vC,UAI3B3I,EAAE6iC,OAAQgmB,EAAetF,UAAY,IAAMsF,EAAeF,WAAYtb,EACrEiL,EAAM8P,OACR,WAIOP,EAAoBQ,oBAE3Bjb,EAAKib,mBAAmBj7C,KAAMigC,GAG/BrtC,EAAE6iC,OAAOimB,OAAQ39C,EAAMkiC,GAEhBA,CACR,EAEArtC,EAAE6iC,OAAOpM,OAAS,SAAUtpB,GAO3B,IANA,IAGI5J,EACAG,EAJA+iC,EAAQ+gB,EAAYnnD,KAAMkK,UAAW,GACrCw+C,EAAa,EACbC,EAAcviB,EAAM/kC,OAIhBqnD,EAAaC,EAAaD,IACjC,IAAMxlD,KAAOkjC,EAAOsiB,GACnBrlD,EAAQ+iC,EAAOsiB,GAAcxlD,GACxBgkD,EAAqBlnD,KAAMomC,EAAOsiB,GAAcxlD,SAAmBzD,IAAV4D,IAGxD1D,EAAEipD,cAAevlD,GACrByJ,EAAQ5J,GAAQvD,EAAEipD,cAAe97C,EAAQ5J,IACxCvD,EAAE6iC,OAAOpM,OAAQ,CAAC,EAAGtpB,EAAQ5J,GAAOG,GAGpC1D,EAAE6iC,OAAOpM,OAAQ,CAAC,EAAG/yB,GAItByJ,EAAQ5J,GAAQG,GAKpB,OAAOyJ,CACR,EAEAnN,EAAE6iC,OAAOimB,OAAS,SAAU39C,EAAM+9C,GACjC,IAAIz9B,EAAWy9B,EAAOvgD,UAAUigD,gBAAkBz9C,EAClDnL,EAAEkM,GAAIf,GAAS,SAAU3K,GACxB,IAAI2oD,EAAkC,iBAAZ3oD,EACtBulC,EAAOyhB,EAAYnnD,KAAMkK,UAAW,GACpCg+C,EAAc7oD,KA4DlB,OA1DKypD,EAIEzpD,KAAKgC,QAAsB,aAAZlB,EAGpBd,KAAKK,MAAM,WACV,IAAIqpD,EACAlX,EAAWlyC,EAAE+C,KAAMrD,KAAM+rB,GAE7B,MAAiB,aAAZjrB,GACJ+nD,EAAcrW,GACP,GAGFA,EAM8B,mBAAxBA,EAAU1xC,IACG,MAAxBA,EAAQme,OAAQ,GACT3e,EAAEI,MAAO,mBAAqBI,EAAU,SAAW2K,EACzD,qBAGFi+C,EAAclX,EAAU1xC,GAAU4Z,MAAO83B,EAAUnM,MAE9BmM,QAA4BpyC,IAAhBspD,GAChCb,EAAca,GAAeA,EAAYC,OACxCd,EAAYe,UAAWF,EAAY5hC,OACnC4hC,GACM,QAJR,EAbQppD,EAAEI,MAAO,0BAA4B+K,EAA5B,uDAEgB3K,EAAU,IAiB5C,IA/BA+nD,OAAczoD,GAoCVimC,EAAKrkC,SACTlB,EAAUR,EAAE6iC,OAAOpM,OAAOrc,MAAO,KAAM,CAAE5Z,GAAU++B,OAAQwG,KAG5DrmC,KAAKK,MAAM,WACV,IAAImyC,EAAWlyC,EAAE+C,KAAMrD,KAAM+rB,GACxBymB,GACJA,EAASqX,OAAQ/oD,GAAW,CAAC,GACxB0xC,EAASjR,OACbiR,EAASjR,SAGVjhC,EAAE+C,KAAMrD,KAAM+rB,EAAU,IAAIy9B,EAAQ1oD,EAASd,MAE/C,KAGM6oD,CACR,CACD,EAEAvoD,EAAEgoD,OAAS,WAAoC,EAC/ChoD,EAAEgoD,OAAOK,mBAAqB,GAE9BroD,EAAEgoD,OAAOr/C,UAAY,CACpBggD,WAAY,SACZD,kBAAmB,GACnBc,eAAgB,QAEhBhpD,QAAS,CACRoW,QAAS,CAAC,EACV6yC,UAAU,EAGVvlD,OAAQ,MAGTikD,cAAe,SAAU3nD,EAASg3B,GACjCA,EAAUx3B,EAAGw3B,GAAW93B,KAAK8pD,gBAAkB9pD,MAAQ,GACvDA,KAAK83B,QAAUx3B,EAAGw3B,GAClB93B,KAAKgqD,KAAOpC,IACZ5nD,KAAKiqD,eAAiB,IAAMjqD,KAAKipD,WAAajpD,KAAKgqD,KAEnDhqD,KAAKkqD,SAAW5pD,IAChBN,KAAKmqD,UAAY7pD,IACjBN,KAAKoqD,UAAY9pD,IACjBN,KAAKqqD,qBAAuB,CAAC,EAExBvyB,IAAY93B,OAChBM,EAAE+C,KAAMy0B,EAAS93B,KAAKkpD,eAAgBlpD,MACtCA,KAAKsqD,KAAK,EAAMtqD,KAAK83B,QAAS,CAC7BpgB,OAAQ,SAAUuO,GACZA,EAAMxY,SAAWqqB,GACrB93B,KAAKsjC,SAEP,IAEDtjC,KAAKuJ,SAAWjJ,EAAGw3B,EAAQla,MAG1Bka,EAAQyyB,cAGRzyB,EAAQvuB,UAAYuuB,GACrB93B,KAAKmE,OAAS7D,EAAGN,KAAKuJ,SAAU,GAAIihD,aAAexqD,KAAKuJ,SAAU,GAAIkhD,eAGvEzqD,KAAKc,QAAUR,EAAE6iC,OAAOpM,OAAQ,CAAC,EAChC/2B,KAAKc,QACLd,KAAK0qD,oBACL5pD,GAEDd,KAAKsgC,UAEAtgC,KAAKc,QAAQipD,UACjB/pD,KAAK2qD,mBAAoB3qD,KAAKc,QAAQipD,UAGvC/pD,KAAKwhC,SAAU,SAAU,KAAMxhC,KAAK4qD,uBACpC5qD,KAAKuhC,OACN,EAEAmpB,kBAAmB,WAClB,MAAO,CAAC,CACT,EAEAE,oBAAqBtqD,EAAEmnD,KAEvBnnB,QAAShgC,EAAEmnD,KAEXlmB,MAAOjhC,EAAEmnD,KAETnkB,QAAS,WACR,IAAIunB,EAAO7qD,KAEXA,KAAK8qD,WACLxqD,EAAED,KAAML,KAAKqqD,sBAAsB,SAAUxmD,EAAKG,GACjD6mD,EAAKE,aAAc/mD,EAAOH,EAC3B,IAIA7D,KAAK83B,QACHvR,IAAKvmB,KAAKiqD,gBACVe,WAAYhrD,KAAKkpD,gBACnBlpD,KAAKmjC,SACH5c,IAAKvmB,KAAKiqD,gBACVnpB,WAAY,iBAGd9gC,KAAKkqD,SAAS3jC,IAAKvmB,KAAKiqD,eACzB,EAEAa,SAAUxqD,EAAEmnD,KAEZtkB,OAAQ,WACP,OAAOnjC,KAAK83B,OACb,EAEA+xB,OAAQ,SAAUhmD,EAAKG,GACtB,IACI4B,EACAqlD,EACAx5C,EAHA3Q,EAAU+C,EAKd,GAA0B,IAArBgH,UAAU7I,OAGd,OAAO1B,EAAE6iC,OAAOpM,OAAQ,CAAC,EAAG/2B,KAAKc,SAGlC,GAAoB,iBAAR+C,EAMX,GAHA/C,EAAU,CAAC,EACX8E,EAAQ/B,EAAIrC,MAAO,KACnBqC,EAAM+B,EAAMgC,QACPhC,EAAM5D,OAAS,CAEnB,IADAipD,EAAYnqD,EAAS+C,GAAQvD,EAAE6iC,OAAOpM,OAAQ,CAAC,EAAG/2B,KAAKc,QAAS+C,IAC1D4N,EAAI,EAAGA,EAAI7L,EAAM5D,OAAS,EAAGyP,IAClCw5C,EAAWrlD,EAAO6L,IAAQw5C,EAAWrlD,EAAO6L,KAAS,CAAC,EACtDw5C,EAAYA,EAAWrlD,EAAO6L,IAG/B,GADA5N,EAAM+B,EAAMC,MACc,IAArBgF,UAAU7I,OACd,YAA4B5B,IAArB6qD,EAAWpnD,GAAsB,KAAOonD,EAAWpnD,GAE3DonD,EAAWpnD,GAAQG,CACpB,KAAO,CACN,GAA0B,IAArB6G,UAAU7I,OACd,YAA+B5B,IAAxBJ,KAAKc,QAAS+C,GAAsB,KAAO7D,KAAKc,QAAS+C,GAEjE/C,EAAS+C,GAAQG,CAClB,CAKD,OAFAhE,KAAKohC,YAAatgC,GAEXd,IACR,EAEAohC,YAAa,SAAUtgC,GACtB,IAAI+C,EAEJ,IAAMA,KAAO/C,EACZd,KAAKyhC,WAAY59B,EAAK/C,EAAS+C,IAGhC,OAAO7D,IACR,EAEAyhC,WAAY,SAAU59B,EAAKG,GAW1B,MAVa,YAARH,GACJ7D,KAAKkrD,kBAAmBlnD,GAGzBhE,KAAKc,QAAS+C,GAAQG,EAET,aAARH,GACJ7D,KAAK2qD,mBAAoB3mD,GAGnBhE,IACR,EAEAkrD,kBAAmB,SAAUlnD,GAC5B,IAAImnD,EAAUhK,EAAUiK,EAExB,IAAMD,KAAYnnD,EACjBonD,EAAkBprD,KAAKqqD,qBAAsBc,GACxCnnD,EAAOmnD,KAAenrD,KAAKc,QAAQoW,QAASi0C,IAC9CC,GACAA,EAAgBppD,SAQnBm/C,EAAW7gD,EAAG8qD,EAAgBtjC,OAC9B9nB,KAAK+qD,aAAcK,EAAiBD,GAMpChK,EAASx+C,SAAU3C,KAAKqrD,SAAU,CACjCvzB,QAASqpB,EACTrlB,KAAMqvB,EACNj0C,QAASlT,EACTq2B,KAAK,KAGR,EAEAswB,mBAAoB,SAAU3mD,GAC7BhE,KAAKsrD,aAActrD,KAAKmjC,SAAUnjC,KAAKkpD,eAAiB,YAAa,OAAQllD,GAGxEA,IACJhE,KAAK+qD,aAAc/qD,KAAKmqD,UAAW,KAAM,kBACzCnqD,KAAK+qD,aAAc/qD,KAAKoqD,UAAW,KAAM,kBAE3C,EAEApxB,OAAQ,WACP,OAAOh5B,KAAKohC,YAAa,CAAE2oB,UAAU,GACtC,EAEAhyB,QAAS,WACR,OAAO/3B,KAAKohC,YAAa,CAAE2oB,UAAU,GACtC,EAEAsB,SAAU,SAAUvqD,GACnB,IAAIyqD,EAAO,GACPV,EAAO7qD,KAOX,SAASwrD,IACR,IAAIC,EAAc,GAElB3qD,EAAQg3B,QAAQz3B,MAAM,SAAUF,EAAG23B,GAClBx3B,EAAEyM,IAAK89C,EAAKR,sBAAsB,SAAUlJ,GAC3D,OAAOA,CACR,IACE1R,MAAM,SAAU0R,GAChB,OAAOA,EAASh7B,GAAI2R,EACrB,KAGA2zB,EAAY/9C,KAAMoqB,EAEpB,IAEA+yB,EAAKP,IAAKhqD,EAAGmrD,GAAe,CAC3B/zC,OAAQ,0BAEV,CAEA,SAASg0C,EAAoBx0C,EAASy0C,GACrC,IAAIlf,EAASh7B,EACb,IAAMA,EAAI,EAAGA,EAAIyF,EAAQlV,OAAQyP,IAChCg7B,EAAUoe,EAAKR,qBAAsBnzC,EAASzF,KAASnR,IAClDQ,EAAQu5B,KACZmxB,IACA/e,EAAUnsC,EAAGA,EAAEsrD,WAAYnf,EAAQ3kB,MAAM+X,OAAQ/+B,EAAQg3B,QAAQhQ,UAEjE2kB,EAAUnsC,EAAGmsC,EAAQof,IAAK/qD,EAAQg3B,SAAUhQ,OAE7C+iC,EAAKR,qBAAsBnzC,EAASzF,IAAQg7B,EAC5C8e,EAAK79C,KAAMwJ,EAASzF,IACfk6C,GAAe7qD,EAAQoW,QAASA,EAASzF,KAC7C85C,EAAK79C,KAAM5M,EAAQoW,QAASA,EAASzF,IAGxC,CASA,OAnDA3Q,EAAUR,EAAEy2B,OAAQ,CACnBe,QAAS93B,KAAK83B,QACd5gB,QAASlX,KAAKc,QAAQoW,SAAW,CAAC,GAChCpW,IAyCUg7B,MACZ4vB,EAAoB5qD,EAAQg7B,KAAKpc,MAAO,SAAY,IAAI,GAEpD5e,EAAQgrD,OACZJ,EAAoB5qD,EAAQgrD,MAAMpsC,MAAO,SAAY,IAG/C6rC,EAAK9pD,KAAM,IACnB,EAEAsqD,uBAAwB,SAAU9lC,GACjC,IAAI4kC,EAAO7qD,KACXM,EAAED,KAAMwqD,EAAKR,sBAAsB,SAAUxmD,EAAKG,IACN,IAAtC1D,EAAE0rD,QAAS/lC,EAAMxY,OAAQzJ,KAC7B6mD,EAAKR,qBAAsBxmD,GAAQvD,EAAG0D,EAAM6nD,IAAK5lC,EAAMxY,QAASqa,OAElE,IAEA9nB,KAAKisD,KAAM3rD,EAAG2lB,EAAMxY,QACrB,EAEAs9C,aAAc,SAAUjzB,EAASgE,EAAMgwB,GACtC,OAAO9rD,KAAKsrD,aAAcxzB,EAASgE,EAAMgwB,GAAO,EACjD,EAEAI,UAAW,SAAUp0B,EAASgE,EAAMgwB,GACnC,OAAO9rD,KAAKsrD,aAAcxzB,EAASgE,EAAMgwB,GAAO,EACjD,EAEAR,aAAc,SAAUxzB,EAASgE,EAAMgwB,EAAOzxB,GAC7CA,EAAuB,kBAARA,EAAsBA,EAAMyxB,EAC3C,IAAIlkD,EAA6B,iBAAZkwB,GAAoC,OAAZA,EAC5Ch3B,EAAU,CACTgrD,MAAOlkD,EAAQk0B,EAAOgwB,EACtBhwB,KAAMl0B,EAAQkwB,EAAUgE,EACxBhE,QAASlwB,EAAQ5H,KAAK83B,QAAUA,EAChCuC,IAAKA,GAGP,OADAv5B,EAAQg3B,QAAQq0B,YAAansD,KAAKqrD,SAAUvqD,GAAWu5B,GAChDr6B,IACR,EAEAsqD,IAAK,SAAU8B,EAAuBt0B,EAASkS,GAC9C,IAAIqiB,EACA7Z,EAAWxyC,KAGuB,kBAA1BosD,IACXpiB,EAAWlS,EACXA,EAAUs0B,EACVA,GAAwB,GAInBpiB,GAKLlS,EAAUu0B,EAAkB/rD,EAAGw3B,GAC/B93B,KAAKkqD,SAAWlqD,KAAKkqD,SAAS7vB,IAAKvC,KALnCkS,EAAWlS,EACXA,EAAU93B,KAAK83B,QACfu0B,EAAkBrsD,KAAKmjC,UAMxB7iC,EAAED,KAAM2pC,GAAU,SAAU/jB,EAAO5H,GAClC,SAASiuC,IAKR,GAAMF,IAC4B,IAA9B5Z,EAAS1xC,QAAQipD,WACnBzpD,EAAGN,MAAO23B,SAAU,qBAGtB,OAA4B,iBAAZtZ,EAAuBm0B,EAAUn0B,GAAYA,GAC3D3D,MAAO83B,EAAU3nC,UACpB,CAGwB,iBAAZwT,IACXiuC,EAAaC,KAAOluC,EAAQkuC,KAC3BluC,EAAQkuC,MAAQD,EAAaC,MAAQjsD,EAAEisD,QAGzC,IAAI7sC,EAAQuG,EAAMvG,MAAO,sBACrBqyB,EAAYryB,EAAO,GAAM8yB,EAASyX,eAClC3uC,EAAWoE,EAAO,GAEjBpE,EACJ+wC,EAAgBt0C,GAAIg6B,EAAWz2B,EAAUgxC,GAEzCx0B,EAAQ/f,GAAIg6B,EAAWua,EAEzB,GACD,EAEAL,KAAM,SAAUn0B,EAASia,GACxBA,GAAcA,GAAa,IAAKvwC,MAAO,KAAMC,KAAMzB,KAAKiqD,eAAiB,KACxEjqD,KAAKiqD,eACNnyB,EAAQvR,IAAKwrB,GAGb/xC,KAAKkqD,SAAW5pD,EAAGN,KAAKkqD,SAAS2B,IAAK/zB,GAAUhQ,OAChD9nB,KAAKoqD,UAAY9pD,EAAGN,KAAKoqD,UAAUyB,IAAK/zB,GAAUhQ,OAClD9nB,KAAKmqD,UAAY7pD,EAAGN,KAAKmqD,UAAU0B,IAAK/zB,GAAUhQ,MACnD,EAEA0kC,OAAQ,SAAUnuC,EAASxC,GAK1B,IAAI22B,EAAWxyC,KACf,OAAO+iB,YALP,WACC,OAA4B,iBAAZ1E,EAAuBm0B,EAAUn0B,GAAYA,GAC3D3D,MAAO83B,EAAU3nC,UACpB,GAEiCgR,GAAS,EAC3C,EAEA4wC,WAAY,SAAU30B,GACrB93B,KAAKmqD,UAAYnqD,KAAKmqD,UAAU9vB,IAAKvC,GACrC93B,KAAKsqD,IAAKxyB,EAAS,CAClB40B,WAAY,SAAUzmC,GACrBjmB,KAAKksD,UAAW5rD,EAAG2lB,EAAM25B,eAAiB,KAAM,iBACjD,EACA+M,WAAY,SAAU1mC,GACrBjmB,KAAK+qD,aAAczqD,EAAG2lB,EAAM25B,eAAiB,KAAM,iBACpD,GAEF,EAEAgN,WAAY,SAAU90B,GACrB93B,KAAKoqD,UAAYpqD,KAAKoqD,UAAU/vB,IAAKvC,GACrC93B,KAAKsqD,IAAKxyB,EAAS,CAClB+0B,QAAS,SAAU5mC,GAClBjmB,KAAKksD,UAAW5rD,EAAG2lB,EAAM25B,eAAiB,KAAM,iBACjD,EACAkN,SAAU,SAAU7mC,GACnBjmB,KAAK+qD,aAAczqD,EAAG2lB,EAAM25B,eAAiB,KAAM,iBACpD,GAEF,EAEApe,SAAU,SAAUv+B,EAAMgjB,EAAO5iB,GAChC,IAAI4S,EAAM0xC,EACN5nD,EAAWC,KAAKc,QAASmC,GAc7B,GAZAI,EAAOA,GAAQ,CAAC,GAChB4iB,EAAQ3lB,EAAEysD,MAAO9mC,IACXhjB,MAASA,IAASjD,KAAKgpD,kBAC5B/lD,EACAjD,KAAKgpD,kBAAoB/lD,GAAOqa,cAIjC2I,EAAMxY,OAASzN,KAAK83B,QAAS,GAG7B6vB,EAAO1hC,EAAM+mC,cAEZ,IAAM/2C,KAAQ0xC,EACL1xC,KAAQgQ,IACfA,EAAOhQ,GAAS0xC,EAAM1xC,IAMzB,OADAjW,KAAK83B,QAAQp1B,QAASujB,EAAO5iB,KACC,mBAAbtD,IACkD,IAAlEA,EAAS2a,MAAO1a,KAAK83B,QAAS,GAAK,CAAE7R,GAAQ4Z,OAAQx8B,KACrD4iB,EAAMgnC,qBACR,GAGD3sD,EAAED,KAAM,CAAEgB,KAAM,SAAUpB,KAAM,YAAa,SAAU2C,EAAQsqD,GAC9D5sD,EAAEgoD,OAAOr/C,UAAW,IAAMrG,GAAW,SAAUk1B,EAASh3B,EAASf,GAKhE,IAAIotD,EAJoB,iBAAZrsD,IACXA,EAAU,CAAEssD,OAAQtsD,IAIrB,IAAIusD,EAAcvsD,GAEL,IAAZA,GAAuC,iBAAZA,EAC1BosD,EACApsD,EAAQssD,QAAUF,EAHnBtqD,EAMuB,iBADxB9B,EAAUA,GAAW,CAAC,GAErBA,EAAU,CAAEwsD,SAAUxsD,IACC,IAAZA,IACXA,EAAU,CAAC,GAGZqsD,GAAc7sD,EAAEitD,cAAezsD,GAC/BA,EAAQyZ,SAAWxa,EAEde,EAAQ+a,OACZic,EAAQjc,MAAO/a,EAAQ+a,OAGnBsxC,GAAc7sD,EAAEktD,SAAWltD,EAAEktD,QAAQJ,OAAQC,GACjDv1B,EAASl1B,GAAU9B,GACRusD,IAAezqD,GAAUk1B,EAASu1B,GAC7Cv1B,EAASu1B,GAAcvsD,EAAQwsD,SAAUxsD,EAAQ2sD,OAAQ1tD,GAEzD+3B,EAAQ41B,OAAO,SAAUtc,GACxB9wC,EAAGN,MAAQ4C,KACN7C,GACJA,EAASY,KAAMm3B,EAAS,IAEzBsZ,GACD,GAEF,CACD,IAEa9wC,EAAE6iC,OAqBf,WACA,IAAIwqB,EACH76C,EAAMlC,KAAKkC,IACXR,EAAM1B,KAAK0B,IACXs7C,EAAc,oBACdC,EAAY,oBACZC,EAAU,wBACVC,EAAY,OACZC,EAAW,KACXC,EAAY3tD,EAAEkM,GAAG0U,SAElB,SAASgtC,EAAYC,EAASp7C,EAAOC,GACpC,MAAO,CACN2M,WAAYwuC,EAAS,KAAUH,EAAS/kB,KAAMklB,EAAS,IAAQp7C,EAAQ,IAAM,GAC7E4M,WAAYwuC,EAAS,KAAUH,EAAS/kB,KAAMklB,EAAS,IAAQn7C,EAAS,IAAM,GAEhF,CAEA,SAASo7C,EAAUt2B,EAASgsB,GAC3B,OAAOvmC,SAAUjd,EAAEiU,IAAKujB,EAASgsB,GAAY,KAAQ,CACtD,CAEA,SAASuK,EAAU5kB,GAClB,OAAc,MAAPA,GAAeA,IAAQA,EAAItlC,MACnC,CAgCA7D,EAAE4gB,SAAW,CACZotC,eAAgB,WACf,QAA8BluD,IAAzButD,EACJ,OAAOA,EAER,IAAInsC,EAAIE,EACPyY,EAAM75B,EAAG,6IAGTiuD,EAAWp0B,EAAI5jB,WAAY,GAc5B,OAZAjW,EAAG,QAAS0V,OAAQmkB,GACpB3Y,EAAK+sC,EAAS9sC,YACd0Y,EAAI5lB,IAAK,WAAY,UAIhBiN,KAFLE,EAAK6sC,EAAS9sC,eAGbC,EAAKyY,EAAK,GAAIxY,aAGfwY,EAAIziB,SAEKi2C,EAAuBnsC,EAAKE,CACtC,EACA8sC,cAAe,SAAUC,GACxB,IAAIC,EAAYD,EAAOJ,UAAYI,EAAOE,WAAa,GACrDF,EAAO32B,QAAQvjB,IAAK,cACrBq6C,EAAYH,EAAOJ,UAAYI,EAAOE,WAAa,GAClDF,EAAO32B,QAAQvjB,IAAK,cACrBs6C,EAA6B,WAAdH,GACE,SAAdA,GAAwBD,EAAO17C,MAAQ07C,EAAO32B,QAAS,GAAI9H,YAG/D,MAAO,CACNjd,MAH6B,WAAd67C,GACE,SAAdA,GAAwBH,EAAOz7C,OAASy7C,EAAO32B,QAAS,GAAIg3B,aAEzCxuD,EAAE4gB,SAASotC,iBAAmB,EACpDt7C,OAAQ67C,EAAevuD,EAAE4gB,SAASotC,iBAAmB,EAEvD,EACAS,cAAe,SAAUj3B,GACxB,IAAIk3B,EAAgB1uD,EAAGw3B,GAAW3zB,QACjC8qD,EAAeZ,EAAUW,EAAe,IACxCL,IAAeK,EAAe,IAAuC,IAAhCA,EAAe,GAAIlP,SAEzD,MAAO,CACNhoB,QAASk3B,EACTX,SAAUY,EACVN,WAAYA,EACZO,OALaD,GAAiBN,EAKc,CAAEvtC,KAAM,EAAGD,IAAK,GAAxC7gB,EAAGw3B,GAAUo3B,SACjCC,WAAYH,EAAcG,aAC1BxS,UAAWqS,EAAcrS,YACzB5pC,MAAOi8C,EAAc7nB,aACrBn0B,OAAQg8C,EAAc5sB,cAExB,GAGD9hC,EAAEkM,GAAG0U,SAAW,SAAUpgB,GACzB,IAAMA,IAAYA,EAAQsuD,GACzB,OAAOnB,EAAUvzC,MAAO1a,KAAM6K,WAM/B,IAAIwkD,EAAUC,EAAaC,EAAcC,EAAcC,EAAcC,EA/F9ChsB,EACnByX,EAiGH1tC,EAA+B,iBALhC3M,EAAUR,EAAEy2B,OAAQ,CAAC,EAAGj2B,IAKCsuD,GACvB9uD,EAAGiJ,UAAWxH,KAAMjB,EAAQsuD,IAC5B9uD,EAAGQ,EAAQsuD,IAEZX,EAASnuD,EAAE4gB,SAAS6tC,cAAejuD,EAAQ2tD,QAC3CkB,EAAarvD,EAAE4gB,SAASstC,cAAeC,GACvCmB,GAAc9uD,EAAQ8uD,WAAa,QAASpuD,MAAO,KACnD2sD,EAAU,CAAC,EAoEZ,OAlEAuB,EAzGsB,KADlBvU,GADmBzX,EA2GKj2B,GA1GZ,IACPqyC,SACD,CACN/sC,MAAO2wB,EAAK3wB,QACZC,OAAQ0wB,EAAK1wB,SACbk8C,OAAQ,CAAE/tC,IAAK,EAAGC,KAAM,IAGrBitC,EAAUlT,GACP,CACNpoC,MAAO2wB,EAAK3wB,QACZC,OAAQ0wB,EAAK1wB,SACbk8C,OAAQ,CAAE/tC,IAAKuiB,EAAKiZ,YAAav7B,KAAMsiB,EAAKyrB,eAGzChU,EAAIj1B,eACD,CACNnT,MAAO,EACPC,OAAQ,EACRk8C,OAAQ,CAAE/tC,IAAKg6B,EAAI0U,MAAOzuC,KAAM+5B,EAAI2U,QAG/B,CACN/8C,MAAO2wB,EAAKyD,aACZn0B,OAAQ0wB,EAAKtB,cACb8sB,OAAQxrB,EAAKwrB,UAkFTzhD,EAAQ,GAAIyY,iBAGhBplB,EAAQwtC,GAAK,YAEdghB,EAAcI,EAAW38C,MACzBw8C,EAAeG,EAAW18C,OAC1Bw8C,EAAeE,EAAWR,OAG1BO,EAAenvD,EAAEy2B,OAAQ,CAAC,EAAGy4B,GAI7BlvD,EAAED,KAAM,CAAE,KAAM,OAAQ,WACvB,IACC0vD,EACAC,EAFGzxC,GAAQzd,EAASd,OAAU,IAAKwB,MAAO,KAIvB,IAAf+c,EAAIvc,SACRuc,EAAMqvC,EAAY3kB,KAAM1qB,EAAK,IAC5BA,EAAIshB,OAAQ,CAAE,WACdguB,EAAU5kB,KAAM1qB,EAAK,IACpB,CAAE,UAAWshB,OAAQthB,GACrB,CAAE,SAAU,WAEfA,EAAK,GAAMqvC,EAAY3kB,KAAM1qB,EAAK,IAAQA,EAAK,GAAM,SACrDA,EAAK,GAAMsvC,EAAU5kB,KAAM1qB,EAAK,IAAQA,EAAK,GAAM,SAGnDwxC,EAAmBjC,EAAQxX,KAAM/3B,EAAK,IACtCyxC,EAAiBlC,EAAQxX,KAAM/3B,EAAK,IACpC4vC,EAASnuD,MAAS,CACjB+vD,EAAmBA,EAAkB,GAAM,EAC3CC,EAAiBA,EAAgB,GAAM,GAIxClvD,EAASd,MAAS,CACjB+tD,EAAUzX,KAAM/3B,EAAK,IAAO,GAC5BwvC,EAAUzX,KAAM/3B,EAAK,IAAO,GAE9B,IAG0B,IAArBqxC,EAAU5tD,SACd4tD,EAAW,GAAMA,EAAW,IAGJ,UAApB9uD,EAAQwtC,GAAI,GAChBmhB,EAAaruC,MAAQkuC,EACU,WAApBxuD,EAAQwtC,GAAI,KACvBmhB,EAAaruC,MAAQkuC,EAAc,GAGX,WAApBxuD,EAAQwtC,GAAI,GAChBmhB,EAAatuC,KAAOouC,EACW,WAApBzuD,EAAQwtC,GAAI,KACvBmhB,EAAatuC,KAAOouC,EAAe,GAGpCF,EAAWnB,EAAYC,EAAQ7f,GAAIghB,EAAaC,GAChDE,EAAaruC,MAAQiuC,EAAU,GAC/BI,EAAatuC,KAAOkuC,EAAU,GAEvBrvD,KAAKK,MAAM,WACjB,IAAI4vD,EAAmBC,EACtBxsB,EAAOpjC,EAAGN,MACVmwD,EAAYzsB,EAAKyD,aACjBipB,EAAa1sB,EAAKtB,cAClBiuB,EAAajC,EAAUpuD,KAAM,cAC7BswD,EAAYlC,EAAUpuD,KAAM,aAC5BuwD,EAAiBJ,EAAYE,EAAajC,EAAUpuD,KAAM,eACzD2vD,EAAW58C,MACZy9C,EAAkBJ,EAAaE,EAAYlC,EAAUpuD,KAAM,gBAC1D2vD,EAAW38C,OACZkO,EAAW5gB,EAAEy2B,OAAQ,CAAC,EAAG04B,GACzBgB,EAAWvC,EAAYC,EAAQuC,GAAIhtB,EAAKyD,aAAczD,EAAKtB,eAEnC,UAApBthC,EAAQ4vD,GAAI,GAChBxvC,EAASE,MAAQ+uC,EACc,WAApBrvD,EAAQ4vD,GAAI,KACvBxvC,EAASE,MAAQ+uC,EAAY,GAGL,WAApBrvD,EAAQ4vD,GAAI,GAChBxvC,EAASC,KAAOivC,EACe,WAApBtvD,EAAQ4vD,GAAI,KACvBxvC,EAASC,KAAOivC,EAAa,GAG9BlvC,EAASE,MAAQqvC,EAAU,GAC3BvvC,EAASC,KAAOsvC,EAAU,GAE1BR,EAAoB,CACnBI,WAAYA,EACZC,UAAWA,GAGZhwD,EAAED,KAAM,CAAE,OAAQ,QAAS,SAAUoR,EAAGk/C,GAClCrwD,EAAEonD,GAAGxmC,SAAU0uC,EAAWn+C,KAC9BnR,EAAEonD,GAAGxmC,SAAU0uC,EAAWn+C,IAAOk/C,GAAOzvC,EAAU,CACjDouC,YAAaA,EACbC,aAAcA,EACdY,UAAWA,EACXC,WAAYA,EACZH,kBAAmBA,EACnBM,eAAgBA,EAChBC,gBAAiBA,EACjBtB,OAAQ,CAAEG,EAAU,GAAMoB,EAAU,GAAKpB,EAAW,GAAMoB,EAAU,IACpEC,GAAI5vD,EAAQ4vD,GACZpiB,GAAIxtC,EAAQwtC,GACZmgB,OAAQA,EACR/qB,KAAMA,GAGT,IAEK5iC,EAAQovD,QAGZA,EAAQ,SAAUjrD,GACjB,IAAImc,EAAOouC,EAAapuC,KAAOF,EAASE,KACvCwvC,EAAQxvC,EAAOkuC,EAAca,EAC7BhvC,EAAMquC,EAAaruC,IAAMD,EAASC,IAClC0vC,EAAS1vC,EAAMouC,EAAea,EAC9BU,EAAW,CACVrjD,OAAQ,CACPqqB,QAASrqB,EACT2T,KAAMouC,EAAapuC,KACnBD,IAAKquC,EAAaruC,IAClBpO,MAAOu8C,EACPt8C,OAAQu8C,GAETz3B,QAAS,CACRA,QAAS4L,EACTtiB,KAAMF,EAASE,KACfD,IAAKD,EAASC,IACdpO,MAAOo9C,EACPn9C,OAAQo9C,GAETW,WAAYH,EAAQ,EAAI,OAASxvC,EAAO,EAAI,QAAU,SACtD4vC,SAAUH,EAAS,EAAI,MAAQ1vC,EAAM,EAAI,SAAW,UAEjDmuC,EAAca,GAAa79C,EAAK8O,EAAOwvC,GAAUtB,IACrDwB,EAASC,WAAa,UAElBxB,EAAea,GAAc99C,EAAK6O,EAAM0vC,GAAWtB,IACvDuB,EAASE,SAAW,UAEhBl+C,EAAKR,EAAK8O,GAAQ9O,EAAKs+C,IAAY99C,EAAKR,EAAK6O,GAAO7O,EAAKu+C,IAC7DC,EAASG,UAAY,aAErBH,EAASG,UAAY,WAEtBnwD,EAAQovD,MAAMvvD,KAAMX,KAAMiF,EAAO6rD,EAClC,GAGDptB,EAAKwrB,OAAQ5uD,EAAEy2B,OAAQ7V,EAAU,CAAEgvC,MAAOA,IAC3C,GACD,EAEA5vD,EAAEonD,GAAGxmC,SAAW,CACfgwC,IAAK,CACJ9vC,KAAM,SAAUF,EAAU7d,GACzB,IAMC8tD,EANG1C,EAASprD,EAAKorD,OACjB2C,EAAe3C,EAAOJ,SAAWI,EAAOU,WAAaV,EAAOS,OAAO9tC,KACnE+lB,EAAasnB,EAAO17C,MACpBs+C,EAAmBnwC,EAASE,KAAO/d,EAAK4sD,kBAAkBI,WAC1DiB,EAAWF,EAAeC,EAC1BE,EAAYF,EAAmBhuD,EAAKktD,eAAiBppB,EAAaiqB,EAI9D/tD,EAAKktD,eAAiBppB,EAGrBmqB,EAAW,GAAKC,GAAa,GACjCJ,EAAejwC,EAASE,KAAOkwC,EAAWjuD,EAAKktD,eAAiBppB,EAC/DiqB,EACDlwC,EAASE,MAAQkwC,EAAWH,GAI5BjwC,EAASE,KADEmwC,EAAY,GAAKD,GAAY,EACxBF,EAIXE,EAAWC,EACCH,EAAejqB,EAAa9jC,EAAKktD,eAEjCa,EAKPE,EAAW,EACtBpwC,EAASE,MAAQkwC,EAGNC,EAAY,EACvBrwC,EAASE,MAAQmwC,EAIjBrwC,EAASE,KAAOtO,EAAKoO,EAASE,KAAOiwC,EAAkBnwC,EAASE,KAElE,EACAD,IAAK,SAAUD,EAAU7d,GACxB,IAMCmuD,EANG/C,EAASprD,EAAKorD,OACjB2C,EAAe3C,EAAOJ,SAAWI,EAAO9R,UAAY8R,EAAOS,OAAO/tC,IAClEihB,EAAc/+B,EAAKorD,OAAOz7C,OAC1By+C,EAAkBvwC,EAASC,IAAM9d,EAAK4sD,kBAAkBK,UACxDoB,EAAUN,EAAeK,EACzBE,EAAaF,EAAkBpuD,EAAKmtD,gBAAkBpuB,EAAcgvB,EAIhE/tD,EAAKmtD,gBAAkBpuB,EAGtBsvB,EAAU,GAAKC,GAAc,GACjCH,EAAgBtwC,EAASC,IAAMuwC,EAAUruD,EAAKmtD,gBAAkBpuB,EAC/DgvB,EACDlwC,EAASC,KAAOuwC,EAAUF,GAI1BtwC,EAASC,IADEwwC,EAAa,GAAKD,GAAW,EACzBN,EAIVM,EAAUC,EACCP,EAAehvB,EAAc/+B,EAAKmtD,gBAElCY,EAKNM,EAAU,EACrBxwC,EAASC,KAAOuwC,EAGLC,EAAa,EACxBzwC,EAASC,KAAOwwC,EAIhBzwC,EAASC,IAAMrO,EAAKoO,EAASC,IAAMswC,EAAiBvwC,EAASC,IAE/D,GAEDywC,KAAM,CACLxwC,KAAM,SAAUF,EAAU7d,GACzB,IAkBC8tD,EACAU,EAnBGpD,EAASprD,EAAKorD,OACjB2C,EAAe3C,EAAOS,OAAO9tC,KAAOqtC,EAAOU,WAC3ChoB,EAAasnB,EAAO17C,MACpB++C,EAAarD,EAAOJ,SAAWI,EAAOU,WAAaV,EAAOS,OAAO9tC,KACjEiwC,EAAmBnwC,EAASE,KAAO/d,EAAK4sD,kBAAkBI,WAC1DiB,EAAWD,EAAmBS,EAC9BP,EAAYF,EAAmBhuD,EAAKktD,eAAiBppB,EAAa2qB,EAClErB,EAA4B,SAAjBptD,EAAKqtD,GAAI,IAClBrtD,EAAK8sD,UACW,UAAjB9sD,EAAKqtD,GAAI,GACRrtD,EAAK8sD,UACL,EACFd,EAA4B,SAAjBhsD,EAAKirC,GAAI,GACnBjrC,EAAKisD,YACY,UAAjBjsD,EAAKirC,GAAI,IACPjrC,EAAKisD,YACN,EACFJ,GAAU,EAAI7rD,EAAK6rD,OAAQ,GAIvBoC,EAAW,IACfH,EAAejwC,EAASE,KAAOqvC,EAAWpB,EAAWH,EAAS7rD,EAAKktD,eAClEppB,EAAaiqB,GACM,GAAKD,EAAe7+C,EAAKg/C,MAC5CpwC,EAASE,MAAQqvC,EAAWpB,EAAWH,GAE7BqC,EAAY,KACvBM,EAAc3wC,EAASE,KAAO/d,EAAK4sD,kBAAkBI,WAAaI,EACjEpB,EAAWH,EAAS4C,GACF,GAAKx/C,EAAKu/C,GAAgBN,KAC5CrwC,EAASE,MAAQqvC,EAAWpB,EAAWH,EAG1C,EACA/tC,IAAK,SAAUD,EAAU7d,GACxB,IAmBC0uD,EACAP,EApBG/C,EAASprD,EAAKorD,OACjB2C,EAAe3C,EAAOS,OAAO/tC,IAAMstC,EAAO9R,UAC1Cva,EAAcqsB,EAAOz7C,OACrBg/C,EAAYvD,EAAOJ,SAAWI,EAAO9R,UAAY8R,EAAOS,OAAO/tC,IAC/DswC,EAAkBvwC,EAASC,IAAM9d,EAAK4sD,kBAAkBK,UACxDoB,EAAUD,EAAkBO,EAC5BL,EAAaF,EAAkBpuD,EAAKmtD,gBAAkBpuB,EAAc4vB,EAEpEvB,EADuB,QAAjBptD,EAAKqtD,GAAI,IAEbrtD,EAAK+sD,WACW,WAAjB/sD,EAAKqtD,GAAI,GACRrtD,EAAK+sD,WACL,EACFf,EAA4B,QAAjBhsD,EAAKirC,GAAI,GACnBjrC,EAAKksD,aACY,WAAjBlsD,EAAKirC,GAAI,IACPjrC,EAAKksD,aACN,EACFL,GAAU,EAAI7rD,EAAK6rD,OAAQ,GAGvBwC,EAAU,IACdF,EAAgBtwC,EAASC,IAAMsvC,EAAWpB,EAAWH,EAAS7rD,EAAKmtD,gBAClEpuB,EAAcgvB,GACM,GAAKI,EAAgBl/C,EAAKo/C,MAC9CxwC,EAASC,KAAOsvC,EAAWpB,EAAWH,GAE5ByC,EAAa,KACxBI,EAAa7wC,EAASC,IAAM9d,EAAK4sD,kBAAkBK,UAAYG,EAAWpB,EACzEH,EAAS8C,GACQ,GAAK1/C,EAAKy/C,GAAeJ,KAC1CzwC,EAASC,KAAOsvC,EAAWpB,EAAWH,EAGzC,GAED+C,QAAS,CACR7wC,KAAM,WACL9gB,EAAEonD,GAAGxmC,SAAS0wC,KAAKxwC,KAAK1G,MAAO1a,KAAM6K,WACrCvK,EAAEonD,GAAGxmC,SAASgwC,IAAI9vC,KAAK1G,MAAO1a,KAAM6K,UACrC,EACAsW,IAAK,WACJ7gB,EAAEonD,GAAGxmC,SAAS0wC,KAAKzwC,IAAIzG,MAAO1a,KAAM6K,WACpCvK,EAAEonD,GAAGxmC,SAASgwC,IAAI/vC,IAAIzG,MAAO1a,KAAM6K,UACpC,GAIA,CA1dF,GA4devK,EAAEonD,GAAGxmC,SAkBT5gB,EAAEy2B,OAAQz2B,EAAEioD,KAAKC,QAAS,CACpCnlD,KAAM/C,EAAEioD,KAAK2J,aACZ5xD,EAAEioD,KAAK2J,cAAc,SAAUC,GAC9B,OAAO,SAAUzuB,GAChB,QAASpjC,EAAE+C,KAAMqgC,EAAMyuB,EACxB,CACD,IAGA,SAAUzuB,EAAMjyB,EAAGiO,GAClB,QAASpf,EAAE+C,KAAMqgC,EAAMhkB,EAAO,GAC/B,IAmBqBpf,EAAEkM,GAAGuqB,OAAQ,CACnCq7B,kBACKC,EAAY,kBAAmB9oD,SAAS8L,cAAe,OAC1D,cACA,YAEM,WACN,OAAOrV,KAAK+X,GAAIs6C,EAAY,wBAAwB,SAAUpsC,GAC7DA,EAAMC,gBACP,GACD,GAGDosC,gBAAiB,WAChB,OAAOtyD,KAAKumB,IAAK,uBAClB,IA/DD,IA0NCgsC,EAxKKF,EAsBFG,EAASlyD,EAmBZmyD,EAAa,CAAC,EACdlxD,EAAWkxD,EAAWlxD,SAGtBmxD,EAAc,0BAGdC,EAAgB,CAAE,CAChBC,GAAI,sFACJ94C,MAAO,SAAU+4C,GAChB,MAAO,CACNA,EAAY,GACZA,EAAY,GACZA,EAAY,GACZA,EAAY,GAEd,GACE,CACFD,GAAI,8GACJ94C,MAAO,SAAU+4C,GAChB,MAAO,CACY,KAAlBA,EAAY,GACM,KAAlBA,EAAY,GACM,KAAlBA,EAAY,GACZA,EAAY,GAEd,GACE,CAGFD,GAAI,yDACJ94C,MAAO,SAAU+4C,GAChB,MAAO,CACNt1C,SAAUs1C,EAAY,GAAK,IAC3Bt1C,SAAUs1C,EAAY,GAAK,IAC3Bt1C,SAAUs1C,EAAY,GAAK,IAC3BA,EAAY,IACTt1C,SAAUs1C,EAAY,GAAK,IAAO,KAAMC,QAAS,GACnD,EAEH,GACE,CAGFF,GAAI,6CACJ94C,MAAO,SAAU+4C,GAChB,MAAO,CACNt1C,SAAUs1C,EAAY,GAAMA,EAAY,GAAK,IAC7Ct1C,SAAUs1C,EAAY,GAAMA,EAAY,GAAK,IAC7Ct1C,SAAUs1C,EAAY,GAAMA,EAAY,GAAK,IAC7CA,EAAY,IACTt1C,SAAUs1C,EAAY,GAAMA,EAAY,GAAK,IAAO,KACpDC,QAAS,GACX,EAEH,GACE,CACFF,GAAI,4GACJG,MAAO,OACPj5C,MAAO,SAAU+4C,GAChB,MAAO,CACNA,EAAY,GACZA,EAAY,GAAM,IAClBA,EAAY,GAAM,IAClBA,EAAY,GAEd,IAIFG,EAAQR,EAAOpuB,MAAQ,SAAU4uB,EAAOC,EAAOluB,EAAMmuB,GACpD,OAAO,IAAIV,EAAOpuB,MAAM53B,GAAGsN,MAAOk5C,EAAOC,EAAOluB,EAAMmuB,EACvD,EACAC,EAAS,CACRC,KAAM,CACLnuD,MAAO,CACN4/B,IAAK,CACJzY,IAAK,EACLnpB,KAAM,QAEPgwD,MAAO,CACN7mC,IAAK,EACLnpB,KAAM,QAEP8hC,KAAM,CACL3Y,IAAK,EACLnpB,KAAM,UAKTowD,KAAM,CACLpuD,MAAO,CACNquD,IAAK,CACJlnC,IAAK,EACLnpB,KAAM,WAEPswD,WAAY,CACXnnC,IAAK,EACLnpB,KAAM,WAEPuwD,UAAW,CACVpnC,IAAK,EACLnpB,KAAM,cAKVwwD,EAAY,CACX,KAAQ,CACPrhD,OAAO,EACPU,IAAK,KAEN,QAAW,CACVA,IAAK,GAEN,QAAW,CACV4gD,IAAK,IACLthD,OAAO,IAGTguC,EAAU4S,EAAM5S,QAAU,CAAC,EAG3BuT,EAAcnB,EAAQ,OAAS,GAM/BnyD,EAAOmyD,EAAOnyD,KAuBf,SAASuzD,EAASnqB,GACjB,OAAY,MAAPA,EACGA,EAAM,GAGQ,iBAARA,EACbgpB,EAAYlxD,EAASZ,KAAM8oC,KAAW,gBAC/BA,CACT,CAEA,SAASoqB,EAAO7vD,EAAOiS,EAAM69C,GAC5B,IAAI7wD,EAAOwwD,EAAWx9C,EAAKhT,OAAU,CAAC,EAEtC,OAAc,MAATe,EACK8vD,IAAe79C,EAAK89C,IAAQ,KAAO99C,EAAK89C,KAIlD/vD,EAAQf,EAAKmP,QAAUpO,EAAQ2b,WAAY3b,GAItCylB,MAAOzlB,GACJiS,EAAK89C,IAGR9wD,EAAKywD,KAIA1vD,EAAQf,EAAKywD,KAAQzwD,EAAKywD,IAI7B9iD,KAAK0E,IAAKrS,EAAK6P,IAAKlC,KAAKkC,IAAK,EAAG9O,IACzC,CAEA,SAASgwD,EAAa30C,GACrB,IAAI40C,EAAOjB,IACVI,EAAOa,EAAKC,MAAQ,GAwBrB,OAtBA70C,EAASA,EAAO/B,cAEhBjd,EAAMsyD,GAAe,SAAUwB,EAAIC,GAClC,IAAIC,EACH30C,EAAQ00C,EAAOxB,GAAGtc,KAAMj3B,GACxB8T,EAASzT,GAAS00C,EAAOt6C,MAAO4F,GAChC40C,EAAYF,EAAOrB,OAAS,OAE7B,GAAK5/B,EASJ,OARAkhC,EAASJ,EAAMK,GAAanhC,GAI5B8gC,EAAMd,EAAQmB,GAAYC,OAAUF,EAAQlB,EAAQmB,GAAYC,OAChEnB,EAAOa,EAAKC,MAAQG,EAAOH,OAGpB,CAET,IAGKd,EAAKpxD,QAIY,YAAhBoxD,EAAK3xD,QACT+wD,EAAOz7B,OAAQq8B,EAAMb,EAAOiC,aAEtBP,GAID1B,EAAQlzC,EAChB,CA6NA,SAASo1C,EAASp0C,EAAG84B,EAAG7hB,GAEvB,OAAS,GADTA,GAAMA,EAAI,GAAM,GACH,EACLjX,GAAM84B,EAAI94B,GAAMiX,EAAI,EAEnB,EAAJA,EAAQ,EACL6hB,EAEC,EAAJ7hB,EAAQ,EACLjX,GAAM84B,EAAI94B,IAAU,EAAI,EAAMiX,GAAM,EAErCjX,CACR,CAxUAszC,EAAY/1C,MAAM82C,QAAU,kCAC5BtU,EAAQgT,KAAOO,EAAY/1C,MAAM+2C,gBAAgBjvD,QAAS,SAAY,EAItErF,EAAM8yD,GAAQ,SAAUmB,EAAWvB,GAClCA,EAAMwB,MAAQ,IAAMD,EACpBvB,EAAM9tD,MAAMiuD,MAAQ,CACnB9mC,IAAK,EACLnpB,KAAM,UACN8wD,IAAK,EAEP,IAGAvB,EAAOnyD,KAAM,uEAAuEmB,MAAO,MAC1F,SAAU2yD,EAAI1oD,GACbgnD,EAAY,WAAahnD,EAAO,KAAQA,EAAK6R,aAC9C,IA+ED01C,EAAMxmD,GAAKgmD,EAAOz7B,OAAQi8B,EAAM/pD,UAAW,CAC1C6Q,MAAO,SAAU+qB,EAAKouB,EAAOluB,EAAMmuB,GAClC,QAAa9yD,IAARykC,EAEJ,OADA7kC,KAAKk0D,MAAQ,CAAE,KAAM,KAAM,KAAM,MAC1Bl0D,MAEH6kC,EAAI8kB,QAAU9kB,EAAIib,YACtBjb,EAAM2tB,EAAQ3tB,GAAMtwB,IAAK0+C,GACzBA,OAAQ7yD,GAGT,IAAI6zD,EAAOj0D,KACViD,EAAO2wD,EAAS/uB,GAChBuuB,EAAOpzD,KAAKk0D,MAAQ,GAQrB,YALe9zD,IAAV6yD,IACJpuB,EAAM,CAAEA,EAAKouB,EAAOluB,EAAMmuB,GAC1BjwD,EAAO,SAGM,WAATA,EACGjD,KAAK8Z,MAAOk6C,EAAanvB,IAAS0tB,EAAOqC,UAGnC,UAAT3xD,GACJ5C,EAAM8yD,EAAOC,KAAKnuD,OAAO,SAAU4vD,EAAM5+C,GACxCm9C,EAAMn9C,EAAKmW,KAAQynC,EAAOhvB,EAAK5uB,EAAKmW,KAAOnW,EAC5C,IACOjW,MAGM,WAATiD,GAEH5C,EAAM8yD,EADFtuB,aAAemuB,EACL,SAAU8B,EAAY/B,GAC9BluB,EAAKkuB,EAAMwB,SACfN,EAAMlB,EAAMwB,OAAU1vB,EAAKkuB,EAAMwB,OAAQ1nD,QAE3C,EAEc,SAAUioD,EAAY/B,GACnC,IAAIwB,EAAQxB,EAAMwB,MAClBl0D,EAAM0yD,EAAM9tD,OAAO,SAAUpB,EAAKoS,GAGjC,IAAMg+C,EAAMM,IAAWxB,EAAMgC,GAAK,CAIjC,GAAa,UAARlxD,GAAiC,MAAdghC,EAAKhhC,GAC5B,OAEDowD,EAAMM,GAAUxB,EAAMgC,GAAId,EAAKC,MAChC,CAIAD,EAAMM,GAASt+C,EAAKmW,KAAQynC,EAAOhvB,EAAKhhC,GAAOoS,GAAM,EACtD,IAGKg+C,EAAMM,IAAW/B,EAAOxG,QAAS,KAAMiI,EAAMM,GAAQ1nD,MAAO,EAAG,IAAQ,IAGhD,MAAtBonD,EAAMM,GAAS,KACnBN,EAAMM,GAAS,GAAM,GAGjBxB,EAAMiC,OACVf,EAAKC,MAAQnB,EAAMiC,KAAMf,EAAMM,KAGlC,GAEMv0D,WA1CR,CA4CD,EACAmmB,GAAI,SAAU8uC,GACb,IAAI9uC,EAAK6sC,EAAOiC,GACfC,GAAO,EACPjB,EAAOj0D,KAgBR,OAdAK,EAAM8yD,GAAQ,SAAUhzD,EAAG4yD,GAC1B,IAAIoC,EACHC,EAAUjvC,EAAI4sC,EAAMwB,OAUrB,OATKa,IACJD,EAAalB,EAAMlB,EAAMwB,QAAWxB,EAAMgC,IAAMhC,EAAMgC,GAAId,EAAKC,QAAW,GAC1E7zD,EAAM0yD,EAAM9tD,OAAO,SAAU9E,EAAG8V,GAC/B,GAA4B,MAAvBm/C,EAASn/C,EAAKmW,KAElB,OADA8oC,EAASE,EAASn/C,EAAKmW,OAAU+oC,EAAYl/C,EAAKmW,IAGpD,KAEM8oC,CACR,IACOA,CACR,EACAG,OAAQ,WACP,IAAIC,EAAO,GACVrB,EAAOj0D,KAMR,OALAK,EAAM8yD,GAAQ,SAAUmB,EAAWvB,GAC7BkB,EAAMlB,EAAMwB,QAChBe,EAAK5nD,KAAM4mD,EAEb,IACOgB,EAAKzvD,KACb,EACA0vD,WAAY,SAAUC,EAAOC,GAC5B,IAAI5vB,EAAMmtB,EAAOwC,GAChBlB,EAAYzuB,EAAIwvB,SAChBtC,EAAQI,EAAQmB,GAChBoB,EAA8B,IAAjB11D,KAAKkzD,QAAgBF,EAAO,eAAkBhzD,KAC3D4lC,EAAQ8vB,EAAY3C,EAAMwB,QAAWxB,EAAMgC,GAAIW,EAAWxB,OAC1DpvD,EAAS8gC,EAAM/4B,QA4BhB,OA1BAg5B,EAAMA,EAAKktB,EAAMwB,OACjBl0D,EAAM0yD,EAAM9tD,OAAO,SAAU4vD,EAAM5+C,GAClC,IAAIuxB,EAAQvxB,EAAKmW,IAChBupC,EAAa/vB,EAAO4B,GACpBouB,EAAW/vB,EAAK2B,GAChBvkC,EAAOwwD,EAAWx9C,EAAKhT,OAAU,CAAC,EAGjB,OAAb2yD,IAKe,OAAfD,EACJ7wD,EAAQ0iC,GAAUouB,GAEb3yD,EAAKywD,MACJkC,EAAWD,EAAa1yD,EAAKywD,IAAM,EACvCiC,GAAc1yD,EAAKywD,IACRiC,EAAaC,EAAW3yD,EAAKywD,IAAM,IAC9CiC,GAAc1yD,EAAKywD,MAGrB5uD,EAAQ0iC,GAAUqsB,GAAS+B,EAAWD,GAAeF,EAAWE,EAAY1/C,IAE9E,IACOjW,KAAMs0D,GAAaxvD,EAC3B,EACA+wD,MAAO,SAAUC,GAGhB,GAAyB,IAApB91D,KAAKk0D,MAAO,GAChB,OAAOl0D,KAGR,IAAIslC,EAAMtlC,KAAKk0D,MAAMrnD,QACpBuV,EAAIkjB,EAAIz/B,MACRgwD,EAAQ7C,EAAO8C,GAAS5B,MAEzB,OAAOlB,EAAOR,EAAOzlD,IAAKu4B,GAAK,SAAUywB,EAAGtkD,GAC3C,OAAS,EAAI2Q,GAAMyzC,EAAOpkD,GAAM2Q,EAAI2zC,CACrC,IACD,EACAC,aAAc,WACb,IAAIC,EAAS,QACZ7C,EAAOZ,EAAOzlD,IAAK/M,KAAKk0D,OAAO,SAAU6B,EAAGtkD,GAC3C,OAAU,MAALskD,EACGA,EAEDtkD,EAAI,EAAI,EAAI,CACpB,IAOD,OALmB,IAAd2hD,EAAM,KACVA,EAAKvtD,MACLowD,EAAS,QAGHA,EAAS7C,EAAK3xD,OAAS,GAC/B,EACAy0D,aAAc,WACb,IAAID,EAAS,QACZ5C,EAAOb,EAAOzlD,IAAK/M,KAAKqzD,QAAQ,SAAU0C,EAAGtkD,GAS5C,OARU,MAALskD,IACJA,EAAItkD,EAAI,EAAI,EAAI,GAIZA,GAAKA,EAAI,IACbskD,EAAInlD,KAAKC,MAAW,IAAJklD,GAAY,KAEtBA,CACR,IAMD,OAJmB,IAAd1C,EAAM,KACVA,EAAKxtD,MACLowD,EAAS,QAEHA,EAAS5C,EAAK5xD,OAAS,GAC/B,EACA00D,YAAa,SAAUC,GACtB,IAAIhD,EAAOpzD,KAAKk0D,MAAMrnD,QACrBqmD,EAAQE,EAAKvtD,MAMd,OAJKuwD,GACJhD,EAAK1lD,QAAkB,IAARwlD,IAGT,IAAMV,EAAOzlD,IAAKqmD,GAAM,SAAU2C,GAIxC,OAAoB,KADpBA,GAAMA,GAAK,GAAIx0D,SAAU,KAChBS,OAAe,IAAM+zD,EAAIA,CACnC,IAAIt0D,KAAM,GACX,EACAF,SAAU,WACT,OAA2B,IAApBvB,KAAKk0D,MAAO,GAAY,cAAgBl0D,KAAKg2D,cACrD,IAEDhD,EAAMxmD,GAAGsN,MAAM7Q,UAAY+pD,EAAMxmD,GAmBjC2mD,EAAOE,KAAK0B,GAAK,SAAU3B,GAC1B,GAAkB,MAAbA,EAAM,IAA4B,MAAbA,EAAM,IAA4B,MAAbA,EAAM,GACpD,MAAO,CAAE,KAAM,KAAM,KAAMA,EAAM,IAElC,IASC97B,EAAGhY,EATA0kB,EAAIovB,EAAM,GAAM,IACnBlzC,EAAIkzC,EAAM,GAAM,IAChBvzC,EAAIuzC,EAAM,GAAM,IAChBhxC,EAAIgxC,EAAM,GACVtgD,EAAMlC,KAAKkC,IAAKkxB,EAAG9jB,EAAGL,GACtBvK,EAAM1E,KAAK0E,IAAK0uB,EAAG9jB,EAAGL,GACtBe,EAAO9N,EAAMwC,EACb+kB,EAAMvnB,EAAMwC,EACZ41B,EAAU,GAAN7Q,EAsBL,OAlBC/C,EADIhiB,IAAQxC,EACR,EACOkxB,IAAMlxB,EACX,IAAOoN,EAAIL,GAAMe,EAAS,IACrBV,IAAMpN,EACX,IAAO+M,EAAImkB,GAAMpjB,EAAS,IAE1B,IAAOojB,EAAI9jB,GAAMU,EAAS,IAMhCtB,EADa,IAATsB,EACA,EACOsqB,GAAK,GACZtqB,EAAOyZ,EAEPzZ,GAAS,EAAIyZ,GAEX,CAAEzpB,KAAKC,MAAOymB,GAAM,IAAKhY,EAAG4rB,EAAQ,MAAL9oB,EAAY,EAAIA,EACvD,EAEA+wC,EAAOE,KAAK2B,KAAO,SAAU3B,GAC5B,GAAkB,MAAbA,EAAM,IAA4B,MAAbA,EAAM,IAA4B,MAAbA,EAAM,GACpD,MAAO,CAAE,KAAM,KAAM,KAAMA,EAAM,IAElC,IAAI/7B,EAAI+7B,EAAM,GAAM,IACnB/zC,EAAI+zC,EAAM,GACVnoB,EAAImoB,EAAM,GACVjxC,EAAIixC,EAAM,GACVla,EAAIjO,GAAK,GAAMA,GAAM,EAAI5rB,GAAM4rB,EAAI5rB,EAAI4rB,EAAI5rB,EAC3Ce,EAAI,EAAI6qB,EAAIiO,EAEb,MAAO,CACNvoC,KAAKC,MAAwC,IAAjC4jD,EAASp0C,EAAG84B,EAAG7hB,EAAM,EAAI,IACrC1mB,KAAKC,MAA4B,IAArB4jD,EAASp0C,EAAG84B,EAAG7hB,IAC3B1mB,KAAKC,MAAwC,IAAjC4jD,EAASp0C,EAAG84B,EAAG7hB,EAAM,EAAI,IACrClV,EAEF,EAGA/hB,EAAM8yD,GAAQ,SAAUmB,EAAWvB,GAClC,IAAI9tD,EAAQ8tD,EAAM9tD,MACjBsvD,EAAQxB,EAAMwB,MACdQ,EAAKhC,EAAMgC,GACXC,EAAOjC,EAAMiC,KAGdhC,EAAMxmD,GAAI8nD,GAAc,SAAUtwD,GAMjC,GAHK+wD,IAAO/0D,KAAMu0D,KACjBv0D,KAAMu0D,GAAUQ,EAAI/0D,KAAKk0D,aAEX9zD,IAAV4D,EACJ,OAAOhE,KAAMu0D,GAAQ1nD,QAGtB,IAAIwpD,EACHpzD,EAAO2wD,EAAS5vD,GAChBsyD,EAAiB,UAATrzD,GAA6B,WAATA,EAAsBe,EAAQ6G,UAC1D0rD,EAAQv2D,KAAMu0D,GAAQ1nD,QAUvB,OARAxM,EAAM4E,GAAO,SAAUpB,EAAKoS,GAC3B,IAAI6rB,EAAMw0B,EAAc,WAATrzD,EAAoBY,EAAMoS,EAAKmW,KAClC,MAAP0V,IACJA,EAAMy0B,EAAOtgD,EAAKmW,MAEnBmqC,EAAOtgD,EAAKmW,KAAQynC,EAAO/xB,EAAK7rB,EACjC,IAEK++C,IACJqB,EAAMrD,EAAOgC,EAAMuB,KACdhC,GAAUgC,EACRF,GAEArD,EAAOuD,EAEhB,EAGAl2D,EAAM4E,GAAO,SAAUpB,EAAKoS,GAGtB+8C,EAAMxmD,GAAI3I,KAGfmvD,EAAMxmD,GAAI3I,GAAQ,SAAUG,GAC3B,IAAIuyD,EAAOC,EAAK92C,EAAOlT,EACtBiqD,EAAQ7C,EAAS5vD,GAUlB,OAFAwyD,GADAD,EAAQv2D,KAJPwM,EADY,UAAR3I,EACC7D,KAAK02D,MAAQ,OAAS,OAEtBpC,MAGOr+C,EAAKmW,KAEH,cAAVqqC,EACGD,GAGO,aAAVC,IAEJA,EAAQ7C,EADR5vD,EAAQA,EAAMrD,KAAMX,KAAMw2D,KAGb,MAATxyD,GAAiBiS,EAAK4rB,MACnB7hC,MAEO,WAAVy2D,IACJ/2C,EAAQgzC,EAAYpc,KAAMtyC,MAEzBA,EAAQwyD,EAAM72C,WAAYD,EAAO,KAAyB,MAAfA,EAAO,GAAc,GAAK,IAGvE62C,EAAOtgD,EAAKmW,KAAQpoB,EACbhE,KAAMwM,GAAM+pD,IACpB,EACD,GACD,IAIAvD,EAAM2D,KAAO,SAAUA,GACtB,IAAI3P,EAAQ2P,EAAKn1D,MAAO,KACxBnB,EAAM2mD,GAAO,SAAUmN,EAAIwC,GAC1BnE,EAAOoE,SAAUD,GAAS,CACzB1uC,IAAK,SAAUyb,EAAM1/B,GACpB,IAAIqwD,EAAQwC,EACXlC,EAAkB,GAEnB,GAAe,gBAAV3wD,IAAkD,WAArB4vD,EAAS5vD,KAA0BqwD,EAASL,EAAahwD,KAAc,CAExG,GADAA,EAAQgvD,EAAOqB,GAAUrwD,IACnBo8C,EAAQgT,MAA6B,IAArBpvD,EAAMkwD,MAAO,GAAY,CAE9C,IADA2C,EAAmB,oBAATF,EAA6BjzB,EAAKod,WAAapd,GAElC,KAApBixB,GAA8C,gBAApBA,IAC5BkC,GAAWA,EAAQj5C,OAEnB,IACC+2C,EAAkBnC,EAAOj+C,IAAKsiD,EAAS,mBACvCA,EAAUA,EAAQ/V,UACnB,CAAE,MAAQnsC,GACV,CAGD3Q,EAAQA,EAAM6xD,MAAOlB,GAAuC,gBAApBA,EACvCA,EACA,WACF,CAEA3wD,EAAQA,EAAMgyD,cACf,CACA,IACCtyB,EAAK9lB,MAAO+4C,GAAS3yD,CACtB,CAAE,MAAQ2Q,GAGV,CACD,GAED69C,EAAOsE,GAAGpyB,KAAMiyB,GAAS,SAAUG,GAC5BA,EAAGC,YACRD,EAAGlxB,MAAQotB,EAAO8D,EAAGpzB,KAAMizB,GAC3BG,EAAGjxB,IAAMmtB,EAAO8D,EAAGjxB,KACnBixB,EAAGC,WAAY,GAEhBvE,EAAOoE,SAAUD,GAAO1uC,IAAK6uC,EAAGpzB,KAAMozB,EAAGlxB,MAAM2vB,WAAYuB,EAAGjxB,IAAKixB,EAAGv4C,KACvE,CACD,GAED,EAEAy0C,EAAM2D,KAhpBW,8JAkpBjBnE,EAAOoE,SAASI,YAAc,CAC7BC,OAAQ,SAAUjzD,GACjB,IAAIkzD,EAAW,CAAC,EAKhB,OAHA72D,EAAM,CAAE,MAAO,QAAS,SAAU,SAAU,SAAU8zD,EAAI3sC,GACzD0vC,EAAU,SAAW1vC,EAAO,SAAYxjB,CACzC,IACOkzD,CACR,GAMD3E,EAASC,EAAOpuB,MAAM4E,MAAQ,CAG7BmuB,KAAM,UACNC,MAAO,UACPryB,KAAM,UACNsyB,QAAS,UACTC,KAAM,UACNrE,MAAO,UACPsE,KAAM,UACNC,OAAQ,UACRC,KAAM,UACNC,MAAO,UACPC,OAAQ,UACR9yB,IAAK,UACL+yB,OAAQ,UACRC,KAAM,UACNC,MAAO,UACPhzB,OAAQ,UAGR0vB,YAAa,CAAE,KAAM,KAAM,KAAM,GAEjCI,SAAU,WAsBX,IAs3BImD,EAw1CE/N,EA9sEFgO,EAAY,cACfC,EAAiB,mBACjBC,EAAoB,sBA0/DrB,GAx/DA53D,EAAEktD,QAAU,CACXJ,OAAQ,CAAC,GAMV,WAEA,IAAI+K,EAAwB,CAAE,MAAO,SAAU,UAC9CC,EAAkB,CACjB9b,OAAQ,EACR+b,aAAc,EACdrB,YAAa,EACbsB,WAAY,EACZC,YAAa,EACbC,UAAW,EACXC,YAAa,EACbjc,OAAQ,EACRD,QAAS,GAqBX,SAASmc,EAAkBh1B,GAC1B,IAAI7/B,EAAK+1C,EAPUv6B,EAQlBzB,EAAQ8lB,EAAK6mB,cAAcC,YAC1B9mB,EAAK6mB,cAAcC,YAAYmO,iBAAkBj1B,EAAM,MACvDA,EAAKk1B,aACNC,EAAS,CAAC,EAEX,GAAKj7C,GAASA,EAAM5b,QAAU4b,EAAO,IAAOA,EAAOA,EAAO,IAEzD,IADAg8B,EAAMh8B,EAAM5b,OACJ43C,KAEsB,iBAAjBh8B,EADZ/Z,EAAM+Z,EAAOg8B,MAEZif,GAlBgBx5C,EAkBGxb,EAjBfwb,EAAO/K,QAAS,gBAAgB,SAAUy2B,EAAK+tB,GACrD,OAAOA,EAAO51D,aACf,MAegC0a,EAAO/Z,SAMtC,IAAMA,KAAO+Z,EACiB,iBAAjBA,EAAO/Z,KAClBg1D,EAAQh1D,GAAQ+Z,EAAO/Z,IAK1B,OAAOg1D,CACR,CA5CAv4D,EAAED,KACD,CAAE,kBAAmB,mBAAoB,oBAAqB,mBAC9D,SAAUF,EAAG8V,GACZ3V,EAAEw2D,GAAGpyB,KAAMzuB,GAAS,SAAU6gD,IACb,SAAXA,EAAGjxB,MAAmBixB,EAAGiC,SAAsB,IAAXjC,EAAGv4C,MAAcu4C,EAAGiC,WAC5DvG,EAAO50C,MAAOk5C,EAAGpzB,KAAMztB,EAAM6gD,EAAGjxB,KAChCixB,EAAGiC,SAAU,EAEf,CACD,IAwDKz4D,EAAEkM,GAAGwsD,UACV14D,EAAEkM,GAAGwsD,QAAU,SAAU19C,GACxB,OAAOtb,KAAKq6B,IAAiB,MAAZ/e,EAChBtb,KAAKi5D,WAAaj5D,KAAKi5D,WAAW7qD,OAAQkN,GAE5C,GAGDhb,EAAEktD,QAAQ0L,aAAe,SAAUl1D,EAAOspD,EAAUG,EAAQ1tD,GAC3D,IAAI+jC,EAAIxjC,EAAE64D,MAAO7L,EAAUG,EAAQ1tD,GAEnC,OAAOC,KAAK0tD,OAAO,WAClB,IAEC0L,EAFGC,EAAW/4D,EAAGN,MACjBs5D,EAAYD,EAAStjD,KAAM,UAAa,GAExCwjD,EAAgBz1B,EAAEvtB,SAAW8iD,EAASt3D,KAAM,KAAMi3D,UAAYK,EAG/DE,EAAgBA,EAAcxsD,KAAK,WAElC,MAAO,CACNqqB,GAFQ92B,EAAGN,MAGX4lC,MAAO8yB,EAAkB14D,MAE3B,KAGAo5D,EAAmB,WAClB94D,EAAED,KAAM83D,GAAuB,SAAU1mD,EAAG0a,GACtCnoB,EAAOmoB,IACXktC,EAAUltC,EAAS,SAAWnoB,EAAOmoB,GAEvC,GACD,KAIAotC,EAAgBA,EAAcxsD,KAAK,WAGlC,OAFA/M,KAAK6lC,IAAM6yB,EAAkB14D,KAAKo3B,GAAI,IACtCp3B,KAAK4gB,KA1DR,SAA0B44C,EAAUC,GACnC,IACChuD,EAAMzH,EADH4c,EAAO,CAAC,EAGZ,IAAMnV,KAAQguD,EACbz1D,EAAQy1D,EAAUhuD,GACb+tD,EAAU/tD,KAAWzH,IACnBo0D,EAAiB3sD,KACjBnL,EAAEw2D,GAAGpyB,KAAMj5B,IAAWge,MAAO9J,WAAY3b,MAC7C4c,EAAMnV,GAASzH,IAMnB,OAAO4c,CACR,CA0Ce84C,CAAiB15D,KAAK4lC,MAAO5lC,KAAK6lC,KACvC7lC,IACR,IAGAq5D,EAAStjD,KAAM,QAASujD,GAGxBC,EAAgBA,EAAcxsD,KAAK,WAClC,IAAI4sD,EAAY35D,KACf45D,EAAMt5D,EAAEu5D,WACR9wB,EAAOzoC,EAAEy2B,OAAQ,CAAC,EAAG+M,EAAG,CACvB4pB,OAAO,EACPnzC,SAAU,WACTq/C,EAAIhuD,QAAS+tD,EACd,IAIF,OADA35D,KAAKo3B,GAAG0iC,QAAS95D,KAAK4gB,KAAMmoB,GACrB6wB,EAAI1hD,SACZ,IAGA5X,EAAEy5D,KAAKr/C,MAAOpa,EAAGi5D,EAAczxC,OAAQ7N,MAAM,WAG5Cm/C,IAIA94D,EAAED,KAAMwK,WAAW,WAClB,IAAIusB,EAAKp3B,KAAKo3B,GACd92B,EAAED,KAAML,KAAK4gB,MAAM,SAAU/c,GAC5BuzB,EAAG7iB,IAAK1Q,EAAK,GACd,GACD,IAIAigC,EAAEvpB,SAAS5Z,KAAM04D,EAAU,GAC5B,GACD,GACD,EAEA/4D,EAAEkM,GAAGuqB,OAAQ,CACZp0B,SAAU,SAAYglD,GACrB,OAAO,SAAUqS,EAAYb,EAAO1L,EAAQ1tD,GAC3C,OAAOo5D,EACN74D,EAAEktD,QAAQ0L,aAAav4D,KAAMX,KAC5B,CAAEq6B,IAAK2/B,GAAcb,EAAO1L,EAAQ1tD,GACrC4nD,EAAKjtC,MAAO1a,KAAM6K,UACpB,CACC,CAPQ,CAOLvK,EAAEkM,GAAG7J,UAEVF,YAAa,SAAYklD,GACxB,OAAO,SAAUqS,EAAYb,EAAO1L,EAAQ1tD,GAC3C,OAAO8K,UAAU7I,OAAS,EACzB1B,EAAEktD,QAAQ0L,aAAav4D,KAAMX,KAC5B,CAAE0X,OAAQsiD,GAAcb,EAAO1L,EAAQ1tD,GACxC4nD,EAAKjtC,MAAO1a,KAAM6K,UACpB,CACC,CAPW,CAORvK,EAAEkM,GAAG/J,aAEV0pD,YAAa,SAAYxE,GACxB,OAAO,SAAUqS,EAAYC,EAAOd,EAAO1L,EAAQ1tD,GAClD,MAAsB,kBAAVk6D,QAAiC75D,IAAV65D,EAC5Bd,EAKE74D,EAAEktD,QAAQ0L,aAAav4D,KAAMX,KACjCi6D,EAAQ,CAAE5/B,IAAK2/B,GAAe,CAAEtiD,OAAQsiD,GAC1Cb,EAAO1L,EAAQ1tD,GAJT4nD,EAAKjtC,MAAO1a,KAAM6K,WASnBvK,EAAEktD,QAAQ0L,aAAav4D,KAAMX,KACnC,CAAE8lB,OAAQk0C,GAAcC,EAAOd,EAAO1L,EAEzC,CACC,CAnBW,CAmBRntD,EAAEkM,GAAG2/C,aAEV+N,YAAa,SAAUxiD,EAAQ2iB,EAAK8+B,EAAO1L,EAAQ1tD,GAClD,OAAOO,EAAEktD,QAAQ0L,aAAav4D,KAAMX,KAAM,CACzCq6B,IAAKA,EACL3iB,OAAQA,GACNyhD,EAAO1L,EAAQ1tD,EACnB,GAGC,CAnNF,GAyNA,WAkVA,SAASo6D,EAAqB/M,EAAQtsD,EAASq4D,EAAOp5D,GAiDrD,OA9CKO,EAAEipD,cAAe6D,KACrBtsD,EAAUssD,EACVA,EAASA,EAAOA,QAIjBA,EAAS,CAAEA,OAAQA,GAGH,MAAXtsD,IACJA,EAAU,CAAC,GAIY,mBAAZA,IACXf,EAAWe,EACXq4D,EAAQ,KACRr4D,EAAU,CAAC,IAIY,iBAAZA,GAAwBR,EAAEw2D,GAAGsD,OAAQt5D,MAChDf,EAAWo5D,EACXA,EAAQr4D,EACRA,EAAU,CAAC,GAIU,mBAAVq4D,IACXp5D,EAAWo5D,EACXA,EAAQ,MAIJr4D,GACJR,EAAEy2B,OAAQq2B,EAAQtsD,GAGnBq4D,EAAQA,GAASr4D,EAAQwsD,SACzBF,EAAOE,SAAWhtD,EAAEw2D,GAAGvwC,IAAM,EACX,iBAAV4yC,EAAqBA,EAC5BA,KAAS74D,EAAEw2D,GAAGsD,OAAS95D,EAAEw2D,GAAGsD,OAAQjB,GACpC74D,EAAEw2D,GAAGsD,OAAOxF,SAEbxH,EAAO7yC,SAAWxa,GAAYe,EAAQyZ,SAE/B6yC,CACR,CAEA,SAASiN,EAAyBxQ,GAGjC,QAAMA,GAA4B,iBAAXA,IAAuBvpD,EAAEw2D,GAAGsD,OAAQvQ,KAKpC,iBAAXA,IAAwBvpD,EAAEktD,QAAQJ,OAAQvD,IAK/B,mBAAXA,GAKW,iBAAXA,IAAwBA,EAAOuD,MAM5C,CA2MA,SAASkN,EAAWC,EAAKziC,GACvB,IAAIqP,EAAarP,EAAQqP,aACxB/E,EAActK,EAAQsK,cAEtBjP,EADY,wIACOmjB,KAAMikB,IAAS,CAAE,GAAI,EAAGpzB,EAAY/E,EAAa,GAErE,MAAO,CACNjhB,IAAKxB,WAAYwT,EAAQ,KAAS,EAClCy9B,MAAuB,SAAhBz9B,EAAQ,GAAiBgU,EAAaxnB,WAAYwT,EAAQ,IACjE09B,OAAwB,SAAhB19B,EAAQ,GAAiBiP,EAAcziB,WAAYwT,EAAQ,IACnE/R,KAAMzB,WAAYwT,EAAQ,KAAS,EAEtC,CAnnBK7yB,EAAEioD,MAAQjoD,EAAEioD,KAAKC,SAAWloD,EAAEioD,KAAKC,QAAQ6Q,WAC/C/4D,EAAEioD,KAAKC,QAAQ6Q,SAAW,SAAY1R,GACrC,OAAO,SAAUjkB,GAChB,QAASpjC,EAAGojC,GAAOrgC,KAAM60D,IAAuBvQ,EAAMjkB,EACvD,CACC,CAJwB,CAIrBpjC,EAAEioD,KAAKC,QAAQ6Q,YAGG,IAAnB/4D,EAAEk6D,cACNl6D,EAAEy2B,OAAQz2B,EAAEktD,QAAS,CAGpBlgB,KAAM,SAAUxV,EAAS7P,GAExB,IADA,IAAIxW,EAAI,EAAGzP,EAASimB,EAAIjmB,OAChByP,EAAIzP,EAAQyP,IACD,OAAbwW,EAAKxW,IACTqmB,EAAQz0B,KAAM20D,EAAY/vC,EAAKxW,GAAKqmB,EAAS,GAAIla,MAAOqK,EAAKxW,IAGhE,EAGAgpD,QAAS,SAAU3iC,EAAS7P,GAE3B,IADA,IAAI6Z,EAAKrwB,EAAI,EAAGzP,EAASimB,EAAIjmB,OACrByP,EAAIzP,EAAQyP,IACD,OAAbwW,EAAKxW,KACTqwB,EAAMhK,EAAQz0B,KAAM20D,EAAY/vC,EAAKxW,IACrCqmB,EAAQvjB,IAAK0T,EAAKxW,GAAKqwB,GAG1B,EAEA44B,QAAS,SAAUtjC,EAAIujC,GAItB,MAHc,WAATA,IACJA,EAAOvjC,EAAGjR,GAAI,WAAc,OAAS,QAE/Bw0C,CACR,EAGAC,cAAe,SAAU9iC,GAGxB,GAAKA,EAAQxhB,SAAS6P,GAAI,uBACzB,OAAO2R,EAAQxhB,SAIhB,IAAIrR,EAAQ,CACV8N,MAAO+kB,EAAQqP,YAAY,GAC3Bn0B,OAAQ8kB,EAAQsK,aAAa,GAC7B,MAAStK,EAAQvjB,IAAK,UAEvBsmD,EAAUv6D,EAAG,eACXqC,SAAU,sBACV4R,IAAK,CACL8nC,SAAU,OACVye,WAAY,cACZxe,OAAQ,OACRE,OAAQ,EACRD,QAAS,IAIX7oC,EAAO,CACNX,MAAO+kB,EAAQ/kB,QACfC,OAAQ8kB,EAAQ9kB,UAEjBqd,EAAS9mB,SAASwxD,cAKnB,IAEC1qC,EAAO9qB,EACR,CAAE,MAAQoP,GACT0b,EAAS9mB,SAAS5B,IACnB,CAsCA,OApCAmwB,EAAQkjC,KAAMH,IAGT/iC,EAAS,KAAQzH,GAAU/vB,EAAEgzC,SAAUxb,EAAS,GAAKzH,KACzD/vB,EAAG+vB,GAAS3tB,QAAS,SAKtBm4D,EAAU/iC,EAAQxhB,SAGiB,WAA9BwhB,EAAQvjB,IAAK,aACjBsmD,EAAQtmD,IAAK,CAAE2M,SAAU,aACzB4W,EAAQvjB,IAAK,CAAE2M,SAAU,eAEzB5gB,EAAEy2B,OAAQ9xB,EAAO,CAChBic,SAAU4W,EAAQvjB,IAAK,YACvB0mD,OAAQnjC,EAAQvjB,IAAK,aAEtBjU,EAAED,KAAM,CAAE,MAAO,OAAQ,SAAU,UAAW,SAAUoR,EAAG8M,GAC1DtZ,EAAOsZ,GAAQuZ,EAAQvjB,IAAKgK,GACvBkL,MAAOlM,SAAUtY,EAAOsZ,GAAO,OACnCtZ,EAAOsZ,GAAQ,OAEjB,IACAuZ,EAAQvjB,IAAK,CACZ2M,SAAU,WACVC,IAAK,EACLC,KAAM,EACNwvC,MAAO,OACPC,OAAQ,UAGV/4B,EAAQvjB,IAAKb,GAENmnD,EAAQtmD,IAAKtP,GAAQ5D,MAC7B,EAEA65D,cAAe,SAAUpjC,GACxB,IAAIzH,EAAS9mB,SAASwxD,cAWtB,OATKjjC,EAAQxhB,SAAS6P,GAAI,yBACzB2R,EAAQxhB,SAAS6kD,YAAarjC,IAGzBA,EAAS,KAAQzH,GAAU/vB,EAAEgzC,SAAUxb,EAAS,GAAKzH,KACzD/vB,EAAG+vB,GAAS3tB,QAAS,UAIhBo1B,CACR,IAIFx3B,EAAEy2B,OAAQz2B,EAAEktD,QAAS,CACpB7kC,QAAS,SAETyyC,OAAQ,SAAU3vD,EAAMkvD,EAAMvN,GAS7B,OARMA,IACLA,EAASuN,EACTA,EAAO,UAGRr6D,EAAEktD,QAAQJ,OAAQ3hD,GAAS2hD,EAC3B9sD,EAAEktD,QAAQJ,OAAQ3hD,GAAOkvD,KAAOA,EAEzBvN,CACR,EAEAiO,iBAAkB,SAAUvjC,EAASwjC,EAASC,GAC7C,GAAiB,IAAZD,EACJ,MAAO,CACNtoD,OAAQ,EACRD,MAAO,EACPqvB,YAAa,EACb+E,WAAY,GAId,IAAIpzB,EAAkB,eAAdwnD,GAAiCD,GAAW,KAAQ,IAAQ,EACnEtnD,EAAkB,aAAdunD,GAA+BD,GAAW,KAAQ,IAAQ,EAE/D,MAAO,CACNtoD,OAAQ8kB,EAAQ9kB,SAAWgB,EAC3BjB,MAAO+kB,EAAQ/kB,QAAUgB,EACzBquB,YAAatK,EAAQsK,cAAgBpuB,EACrCmzB,WAAYrP,EAAQqP,aAAepzB,EAGrC,EAEAynD,UAAW,SAAUC,GACpB,MAAO,CACN1oD,MAAO0oD,EAAUC,KAAK9K,MAAQ6K,EAAUC,KAAKt6C,KAC7CpO,OAAQyoD,EAAUC,KAAK7K,OAAS4K,EAAUC,KAAKv6C,IAC/CC,KAAMq6C,EAAUC,KAAKt6C,KACrBD,IAAKs6C,EAAUC,KAAKv6C,IAEtB,EAGAyuB,QAAS,SAAU9X,EAAS6jC,EAAavlD,GACxC,IAAIs3C,EAAQ51B,EAAQ41B,QAEfiO,EAAc,GAClBjO,EAAMtf,OAAO1zB,MAAOgzC,EACnB,CAAE,EAAG,GAAI7tB,OAAQ6tB,EAAMtf,OAAQutB,EAAavlD,KAE9C0hB,EAAQ8jC,SACT,EAEAC,UAAW,SAAU/jC,GACpBA,EAAQz0B,KAAM40D,EAAgBngC,EAAS,GAAIla,MAAM82C,QAClD,EAEAoH,aAAc,SAAUhkC,GACvBA,EAAS,GAAIla,MAAM82C,QAAU58B,EAAQz0B,KAAM40D,IAAoB,GAC/DngC,EAAQkzB,WAAYiN,EACrB,EAEA0C,KAAM,SAAU7iC,EAAS6iC,GACxB,IAAIoB,EAASjkC,EAAQ3R,GAAI,WAQzB,MANc,WAATw0C,IACJA,EAAOoB,EAAS,OAAS,SAErBA,EAAkB,SAATpB,EAA2B,SAATA,KAC/BA,EAAO,QAEDA,CACR,EAGAqB,YAAa,SAAUC,EAAQhsD,GAC9B,IAAI+D,EAAGD,EAEP,OAASkoD,EAAQ,IACjB,IAAK,MACJjoD,EAAI,EACJ,MACD,IAAK,SACJA,EAAI,GACJ,MACD,IAAK,SACJA,EAAI,EACJ,MACD,QACCA,EAAIioD,EAAQ,GAAMhsD,EAAS+C,OAG5B,OAASipD,EAAQ,IACjB,IAAK,OACJloD,EAAI,EACJ,MACD,IAAK,SACJA,EAAI,GACJ,MACD,IAAK,QACJA,EAAI,EACJ,MACD,QACCA,EAAIkoD,EAAQ,GAAMhsD,EAAS8C,MAG5B,MAAO,CACNgB,EAAGA,EACHC,EAAGA,EAEL,EAGAkoD,kBAAmB,SAAUpkC,GAC5B,IAAIqkC,EACHC,EAActkC,EAAQvjB,IAAK,YAC3B2M,EAAW4W,EAAQ5W,WA+CpB,OAzCA4W,EAAQvjB,IAAK,CACZ+7C,UAAWx4B,EAAQvjB,IAAK,aACxB8nD,aAAcvkC,EAAQvjB,IAAK,gBAC3B87C,WAAYv4B,EAAQvjB,IAAK,cACzB+nD,YAAaxkC,EAAQvjB,IAAK,iBAE1B4yB,WAAYrP,EAAQqP,cACpB/E,YAAatK,EAAQsK,eAEjB,qBAAqB6G,KAAMmzB,KAC/BA,EAAc,WAEdD,EAAc77D,EAAG,IAAMw3B,EAAS,GAAI0pB,SAAW,KAAM1a,YAAahP,GAAUvjB,IAAK,CAIhFisB,QAAS,iBAAiByI,KAAMnR,EAAQvjB,IAAK,YAC5C,eACA,QACD8M,WAAY,SAGZivC,UAAWx4B,EAAQvjB,IAAK,aACxB8nD,aAAcvkC,EAAQvjB,IAAK,gBAC3B87C,WAAYv4B,EAAQvjB,IAAK,cACzB+nD,YAAaxkC,EAAQvjB,IAAK,eAC1B,MAASujB,EAAQvjB,IAAK,WAEtB4yB,WAAYrP,EAAQqP,cACpB/E,YAAatK,EAAQsK,eACrBz/B,SAAU,0BAEXm1B,EAAQz0B,KAAM20D,EAAY,cAAemE,IAG1CrkC,EAAQvjB,IAAK,CACZ2M,SAAUk7C,EACVh7C,KAAMF,EAASE,KACfD,IAAKD,EAASC,MAGRg7C,CACR,EAEAI,kBAAmB,SAAUzkC,GAC5B,IAAI0kC,EAAUxE,EAAY,cACxBmE,EAAcrkC,EAAQz0B,KAAMm5D,GAEzBL,IACJA,EAAYzkD,SACZogB,EAAQkzB,WAAYwR,GAEtB,EAIAC,QAAS,SAAU3kC,GAClBx3B,EAAEktD,QAAQsO,aAAchkC,GACxBx3B,EAAEktD,QAAQ+O,kBAAmBzkC,EAC9B,EAEA4kC,cAAe,SAAU5kC,EAASwC,EAAMqiC,EAAQ34D,GAQ/C,OAPAA,EAAQA,GAAS,CAAC,EAClB1D,EAAED,KAAMi6B,GAAM,SAAU7oB,EAAGsC,GAC1B,IAAI6oD,EAAO9kC,EAAQ+kC,QAAS9oD,GACvB6oD,EAAM,GAAM,IAChB54D,EAAO+P,GAAM6oD,EAAM,GAAMD,EAASC,EAAM,GAE1C,IACO54D,CACR,IAkFD1D,EAAEkM,GAAGuqB,OAAQ,CACZq2B,OAAQ,WACP,IAAI/mB,EAAO8zB,EAAoBz/C,MAAO1a,KAAM6K,WAC3CiyD,EAAex8D,EAAEktD,QAAQJ,OAAQ/mB,EAAK+mB,QACtC2P,EAAcD,EAAanC,KAC3BjN,EAAQrnB,EAAKqnB,MACbsP,EAAYtP,GAAS,KACrBnzC,EAAW8rB,EAAK9rB,SAChBogD,EAAOt0B,EAAKs0B,KACZsC,EAAQ,GACRC,EAAY,SAAU9rB,GACrB,IAAIha,EAAK92B,EAAGN,MACXm9D,EAAiB78D,EAAEktD,QAAQmN,KAAMvjC,EAAIujC,IAAUoC,EAGhD3lC,EAAG/zB,KAAM60D,GAAmB,GAK5B+E,EAAMvvD,KAAMyvD,GAGPJ,IAAoC,SAAnBI,GAClBA,IAAmBJ,GAAkC,SAAnBI,IACrC/lC,EAAG/1B,OAGE07D,GAAkC,SAAnBI,GACpB78D,EAAEktD,QAAQqO,UAAWzkC,GAGD,mBAATga,GACXA,GAEF,EAED,GAAK9wC,EAAEw2D,GAAGvwC,MAAQu2C,EAGjB,OAAKnC,EACG36D,KAAM26D,GAAQt0B,EAAKinB,SAAU/yC,GAE7Bva,KAAKK,MAAM,WACZka,GACJA,EAAS5Z,KAAMX,KAEjB,IAIF,SAASo9D,EAAKhsB,GACb,IAAI1N,EAAOpjC,EAAGN,MAcd,SAASia,IACiB,mBAAbM,GACXA,EAAS5Z,KAAM+iC,EAAM,IAGD,mBAAT0N,GACXA,GAEF,CAIA/K,EAAKs0B,KAAOsC,EAAMr1D,SAEM,IAAnBtH,EAAEk6D,cAA2BuC,EAUd,SAAd12B,EAAKs0B,MAGTj3B,EAAMi3B,KACN1gD,KAEA6iD,EAAan8D,KAAM+iC,EAAM,GAAK2C,GA1ChC,WACC3C,EAAKsnB,WAAYkN,GAEjB53D,EAAEktD,QAAQiP,QAAS/4B,GAEA,SAAd2C,EAAKs0B,MACTj3B,EAAKzjC,OAGNga,GACD,KAiBMypB,EAAKvd,GAAI,WAAuB,SAATw0C,EAA2B,SAATA,IAG7Cj3B,EAAMi3B,KACN1gD,KAEA6iD,EAAan8D,KAAM+iC,EAAM,GAAK2C,EAAMpsB,EAYvC,CAKA,OAAiB,IAAVyzC,EACN1tD,KAAKK,KAAM68D,GAAY78D,KAAM+8D,GAC7Bp9D,KAAK0tD,MAAOsP,EAAWE,GAAYxP,MAAOsP,EAAWI,EACvD,EAEA/7D,KAAM,SAAYsmD,GACjB,OAAO,SAAUkC,GAChB,GAAKwQ,EAAyBxQ,GAC7B,OAAOlC,EAAKjtC,MAAO1a,KAAM6K,WAEzB,IAAIw7B,EAAO8zB,EAAoBz/C,MAAO1a,KAAM6K,WAE5C,OADAw7B,EAAKs0B,KAAO,OACL36D,KAAKotD,OAAOzsD,KAAMX,KAAMqmC,EAEjC,CACC,CAVI,CAUD/lC,EAAEkM,GAAGnL,MAEVpB,KAAM,SAAY0nD,GACjB,OAAO,SAAUkC,GAChB,GAAKwQ,EAAyBxQ,GAC7B,OAAOlC,EAAKjtC,MAAO1a,KAAM6K,WAEzB,IAAIw7B,EAAO8zB,EAAoBz/C,MAAO1a,KAAM6K,WAE5C,OADAw7B,EAAKs0B,KAAO,OACL36D,KAAKotD,OAAOzsD,KAAMX,KAAMqmC,EAEjC,CACC,CAVI,CAUD/lC,EAAEkM,GAAGvM,MAEV6lB,OAAQ,SAAY6hC,GACnB,OAAO,SAAUkC,GAChB,GAAKwQ,EAAyBxQ,IAA8B,kBAAXA,EAChD,OAAOlC,EAAKjtC,MAAO1a,KAAM6K,WAEzB,IAAIw7B,EAAO8zB,EAAoBz/C,MAAO1a,KAAM6K,WAE5C,OADAw7B,EAAKs0B,KAAO,SACL36D,KAAKotD,OAAOzsD,KAAMX,KAAMqmC,EAEjC,CACC,CAVM,CAUH/lC,EAAEkM,GAAGsZ,QAEV+2C,QAAS,SAAUh5D,GAClB,IAAI+Z,EAAQ5d,KAAKuU,IAAK1Q,GACrBi+B,EAAM,GAOP,OALAxhC,EAAED,KAAM,CAAE,KAAM,KAAM,IAAK,OAAQ,SAAUoR,EAAGmrD,GAC1Ch/C,EAAMlY,QAASk3D,GAAS,IAC5B96B,EAAM,CAAEniB,WAAY/B,GAASg/C,GAE/B,IACO96B,CACR,EAEAu7B,QAAS,SAAUC,GAClB,OAAKA,EACGt9D,KAAKuU,IAAK,OAAQ,QAAU+oD,EAAQn8C,IAAM,MAAQm8C,EAAQ1M,MAAQ,MACxE0M,EAAQzM,OAAS,MAAQyM,EAAQl8C,KAAO,OAEnCk5C,EAAWt6D,KAAKuU,IAAK,QAAUvU,KACvC,EAEAu9D,SAAU,SAAUz8D,EAASmZ,GAC5B,IAAI6d,EAAUx3B,EAAGN,MAChByN,EAASnN,EAAGQ,EAAQi0D,IACpByI,EAA2C,UAA7B/vD,EAAO8G,IAAK,YAC1B5M,EAAOrH,EAAG,QACVm9D,EAASD,EAAc71D,EAAKg1C,YAAc,EAC1C+gB,EAAUF,EAAc71D,EAAKwnD,aAAe,EAC5CwO,EAAclwD,EAAOyhD,SACrBuM,EAAY,CACXt6C,IAAKw8C,EAAYx8C,IAAMs8C,EACvBr8C,KAAMu8C,EAAYv8C,KAAOs8C,EACzB1qD,OAAQvF,EAAOmwD,cACf7qD,MAAOtF,EAAOowD,cAEfC,EAAgBhmC,EAAQo3B,SACxBqO,EAAWj9D,EAAG,2CAEfi9D,EACE59B,SAAU,QACVh9B,SAAU7B,EAAQy5B,WAClBhmB,IAAK,CACL4M,IAAK28C,EAAc38C,IAAMs8C,EACzBr8C,KAAM08C,EAAc18C,KAAOs8C,EAC3B1qD,OAAQ8kB,EAAQ8lC,cAChB7qD,MAAO+kB,EAAQ+lC,aACf38C,SAAUs8C,EAAc,QAAU,aAElC1D,QAAS2B,EAAW36D,EAAQwsD,SAAUxsD,EAAQ2sD,QAAQ,WACtD8P,EAAS7lD,SACY,mBAATuC,GACXA,GAEF,GACF,IAiBD3Z,EAAEw2D,GAAGpyB,KAAKg3B,KAAO,SAAU5E,GACpBA,EAAGiH,WACRjH,EAAGlxB,MAAQtlC,EAAGw2D,EAAGpzB,MAAO25B,UACD,iBAAXvG,EAAGjxB,MACdixB,EAAGjxB,IAAMy0B,EAAWxD,EAAGjxB,IAAKixB,EAAGpzB,OAEhCozB,EAAGiH,UAAW,GAGfz9D,EAAGw2D,EAAGpzB,MAAO25B,QAAS,CACrBl8C,IAAK21C,EAAGv4C,KAAQu4C,EAAGjxB,IAAI1kB,IAAM21C,EAAGlxB,MAAMzkB,KAAQ21C,EAAGlxB,MAAMzkB,IACvDyvC,MAAOkG,EAAGv4C,KAAQu4C,EAAGjxB,IAAI+qB,MAAQkG,EAAGlxB,MAAMgrB,OAAUkG,EAAGlxB,MAAMgrB,MAC7DC,OAAQiG,EAAGv4C,KAAQu4C,EAAGjxB,IAAIgrB,OAASiG,EAAGlxB,MAAMirB,QAAWiG,EAAGlxB,MAAMirB,OAChEzvC,KAAM01C,EAAGv4C,KAAQu4C,EAAGjxB,IAAIzkB,KAAO01C,EAAGlxB,MAAMxkB,MAAS01C,EAAGlxB,MAAMxkB,MAE5D,CAEE,CAxoBF,GAkpBI22C,EAAc,CAAC,EAEnBz3D,EAAED,KAAM,CAAE,OAAQ,QAAS,QAAS,QAAS,SAAU,SAAUoR,EAAGhG,GACnEssD,EAAatsD,GAAS,SAAU4U,GAC/B,OAAOzP,KAAKotD,IAAK39C,EAAG5O,EAAI,EACzB,CACD,IAEAnR,EAAEy2B,OAAQghC,EAAa,CACtBkG,KAAM,SAAU59C,GACf,OAAO,EAAIzP,KAAKstD,IAAK79C,EAAIzP,KAAKutD,GAAK,EACpC,EACAC,KAAM,SAAU/9C,GACf,OAAO,EAAIzP,KAAKgC,KAAM,EAAIyN,EAAIA,EAC/B,EACAg+C,QAAS,SAAUh+C,GAClB,OAAa,IAANA,GAAiB,IAANA,EAAUA,GAC1BzP,KAAKotD,IAAK,EAAG,GAAM39C,EAAI,IAAQzP,KAAK0tD,KAAmB,IAAVj+C,EAAI,GAAW,KAAQzP,KAAKutD,GAAK,GACjF,EACAI,KAAM,SAAUl+C,GACf,OAAOA,EAAIA,GAAM,EAAIA,EAAI,EAC1B,EACAm+C,OAAQ,SAAUn+C,GAIjB,IAHA,IAAIo+C,EACHC,EAAS,EAEFr+C,IAAQo+C,EAAO7tD,KAAKotD,IAAK,IAAKU,IAAa,GAAM,KACzD,OAAO,EAAI9tD,KAAKotD,IAAK,EAAG,EAAIU,GAAW,OAAS9tD,KAAKotD,KAAc,EAAPS,EAAW,GAAM,GAAKp+C,EAAG,EACtF,IAGD/f,EAAED,KAAM03D,GAAa,SAAUtsD,EAAMkzD,GACpCr+D,EAAEmtD,OAAQ,SAAWhiD,GAASkzD,EAC9Br+D,EAAEmtD,OAAQ,UAAYhiD,GAAS,SAAU4U,GACxC,OAAO,EAAIs+C,EAAQ,EAAIt+C,EACxB,EACA/f,EAAEmtD,OAAQ,YAAchiD,GAAS,SAAU4U,GAC1C,OAAOA,EAAI,GACVs+C,EAAY,EAAJt+C,GAAU,EAClB,EAAIs+C,GAAa,EAALt+C,EAAS,GAAM,CAC7B,CACD,IAIa/f,EAAEktD,QAmBUltD,EAAEktD,QAAQ4N,OAAQ,QAAS,QAAQ,SAAUt6D,EAASmZ,GAC9E,IAAIlN,EAAM,CACR6xD,GAAI,CAAE,SAAU,OAChB5N,SAAU,CAAE,SAAU,OACtB6N,KAAM,CAAE,MAAO,UACfz9C,KAAM,CAAE,QAAS,QACjB2vC,WAAY,CAAE,QAAS,QACvBH,MAAO,CAAE,OAAQ,UAElB94B,EAAUx3B,EAAGN,MACbu7D,EAAYz6D,EAAQy6D,WAAa,KACjC31B,EAAQ9N,EAAQulC,UAChBvD,EAAU,CAAE4B,KAAMp7D,EAAEy2B,OAAQ,CAAC,EAAG6O,IAChCu2B,EAAc77D,EAAEktD,QAAQ0O,kBAAmBpkC,GAE5CgiC,EAAQ4B,KAAM3uD,EAAKwuD,GAAa,IAAQzB,EAAQ4B,KAAM3uD,EAAKwuD,GAAa,IAElD,SAAjBz6D,EAAQ65D,OACZ7iC,EAAQulC,QAASvD,EAAQ4B,MACpBS,GACJA,EAAY5nD,IAAKjU,EAAEktD,QAAQgO,UAAW1B,IAGvCA,EAAQ4B,KAAO91B,GAGXu2B,GACJA,EAAYrC,QAASx5D,EAAEktD,QAAQgO,UAAW1B,GAAWh5D,EAAQwsD,SAAUxsD,EAAQ2sD,QAGhF31B,EAAQgiC,QAASA,EAAS,CACzBpM,OAAO,EACPJ,SAAUxsD,EAAQwsD,SAClBG,OAAQ3sD,EAAQ2sD,OAChBlzC,SAAUN,GAEZ,IAmB0B3Z,EAAEktD,QAAQ4N,OAAQ,UAAU,SAAUt6D,EAASmZ,GACxE,IAAI6kD,EAAQC,EAAUC,EACrBlnC,EAAUx3B,EAAGN,MAGb26D,EAAO75D,EAAQ65D,KACf16D,EAAgB,SAAT06D,EACPt5D,EAAgB,SAATs5D,EACPY,EAAYz6D,EAAQy6D,WAAa,KACjC9F,EAAW30D,EAAQ20D,SACnBwJ,EAAQn+D,EAAQm+D,OAAS,EAGzBC,EAAgB,EAARD,GAAc59D,GAAQpB,EAAO,EAAI,GACzCk5D,EAAQr4D,EAAQwsD,SAAW4R,EAC3BzR,EAAS3sD,EAAQ2sD,OAGjB1+B,EAAsB,OAAdwsC,GAAoC,SAAdA,EAAyB,MAAQ,OAC/D4D,EAAyB,OAAd5D,GAAoC,SAAdA,EACjC9pD,EAAI,EAEJ2tD,EAAWtnC,EAAQ41B,QAAQ1rD,OAgC5B,IA9BA1B,EAAEktD,QAAQ0O,kBAAmBpkC,GAE7BknC,EAAWlnC,EAAQvjB,IAAKwa,GAGlB0mC,IACLA,EAAW39B,EAAiB,QAAR/I,EAAgB,cAAgB,gBAAmB,GAGnE1tB,KACJ09D,EAAW,CAAEM,QAAS,IACZtwC,GAAQiwC,EAIlBlnC,EACEvjB,IAAK,UAAW,GAChBA,IAAKwa,EAAKowC,EAAqB,GAAX1J,EAA0B,EAAXA,GACnCqE,QAASiF,EAAU5F,EAAO1L,IAIxBxtD,IACJw1D,GAAsB7kD,KAAKotD,IAAK,EAAGiB,EAAQ,KAG5CF,EAAW,CAAC,GACFhwC,GAAQiwC,EAGVvtD,EAAIwtD,EAAOxtD,KAClBqtD,EAAS,CAAC,GACF/vC,IAAUowC,EAAS,KAAO,MAAS1J,EAE3C39B,EACEgiC,QAASgF,EAAQ3F,EAAO1L,GACxBqM,QAASiF,EAAU5F,EAAO1L,GAE5BgI,EAAWx1D,EAAkB,EAAXw1D,EAAeA,EAAW,EAIxCx1D,KACJ6+D,EAAS,CAAEO,QAAS,IACZtwC,IAAUowC,EAAS,KAAO,MAAS1J,EAE3C39B,EAAQgiC,QAASgF,EAAQ3F,EAAO1L,IAGjC31B,EAAQ41B,MAAOzzC,GAEf3Z,EAAEktD,QAAQ5d,QAAS9X,EAASsnC,EAAUF,EAAQ,EAC/C,IAmBwB5+D,EAAEktD,QAAQ4N,OAAQ,OAAQ,QAAQ,SAAUt6D,EAASmZ,GAC5E,IAAI2rB,EACHk0B,EAAU,CAAC,EACXhiC,EAAUx3B,EAAGN,MACbu7D,EAAYz6D,EAAQy6D,WAAa,WACjC+D,EAAqB,SAAd/D,EACPxK,EAAauO,GAAsB,eAAd/D,EACrBvK,EAAWsO,GAAsB,aAAd/D,EAEpB31B,EAAQ9N,EAAQulC,UAChBvD,EAAQ4B,KAAO,CACdv6C,IAAK6vC,GAAaprB,EAAMirB,OAASjrB,EAAMzkB,KAAQ,EAAIykB,EAAMzkB,IACzDyvC,MAAOG,GAAenrB,EAAMgrB,MAAQhrB,EAAMxkB,MAAS,EAAIwkB,EAAMgrB,MAC7DC,OAAQG,GAAaprB,EAAMirB,OAASjrB,EAAMzkB,KAAQ,EAAIykB,EAAMirB,OAC5DzvC,KAAM2vC,GAAenrB,EAAMgrB,MAAQhrB,EAAMxkB,MAAS,EAAIwkB,EAAMxkB,MAG7D9gB,EAAEktD,QAAQ0O,kBAAmBpkC,GAEP,SAAjBh3B,EAAQ65D,OACZ7iC,EAAQulC,QAASvD,EAAQ4B,MACzB5B,EAAQ4B,KAAO91B,GAGhB9N,EAAQgiC,QAASA,EAAS,CACzBpM,OAAO,EACPJ,SAAUxsD,EAAQwsD,SAClBG,OAAQ3sD,EAAQ2sD,OAChBlzC,SAAUN,GAGZ,IAmBwB3Z,EAAEktD,QAAQ4N,OAAQ,OAAQ,QAAQ,SAAUt6D,EAASmZ,GAE5E,IAAIw7C,EACH39B,EAAUx3B,EAAGN,MAEbqB,EAAgB,SADTP,EAAQ65D,KAEfY,EAAYz6D,EAAQy6D,WAAa,OACjCxsC,EAAsB,OAAdwsC,GAAoC,SAAdA,EAAyB,MAAQ,OAC/D4D,EAAyB,OAAd5D,GAAoC,SAAdA,EAAyB,KAAO,KACjEgE,EAA8B,OAAXJ,EAAoB,KAAO,KAC9C1D,EAAY,CACX4D,QAAS,GAGX/+D,EAAEktD,QAAQ0O,kBAAmBpkC,GAE7B29B,EAAW30D,EAAQ20D,UAClB39B,EAAiB,QAAR/I,EAAgB,cAAgB,eAAgB,GAAS,EAEnE0sC,EAAW1sC,GAAQowC,EAAS1J,EAEvBp0D,IACJy2B,EAAQvjB,IAAKknD,GAEbA,EAAW1sC,GAAQwwC,EAAiB9J,EACpCgG,EAAU4D,QAAU,GAIrBvnC,EAAQgiC,QAAS2B,EAAW,CAC3B/N,OAAO,EACPJ,SAAUxsD,EAAQwsD,SAClBG,OAAQ3sD,EAAQ2sD,OAChBlzC,SAAUN,GAEZ,IAqB2B3Z,EAAEktD,QAAQ4N,OAAQ,UAAW,QAAQ,SAAUt6D,EAASmZ,GAElF,IAAIxI,EAAGD,EAAG4P,EAAMD,EAAKq+C,EAAI9O,EACxB+O,EAAO3+D,EAAQ4+D,OAAS9uD,KAAKC,MAAOD,KAAKgC,KAAM9R,EAAQ4+D,SAAa,EACpEC,EAAQF,EACR3nC,EAAUx3B,EAAGN,MAEbqB,EAAgB,SADTP,EAAQ65D,KAIfzL,EAASp3B,EAAQz2B,OAAOkT,IAAK,aAAc,UAAW26C,SAGtDn8C,EAAQnC,KAAKU,KAAMwmB,EAAQqP,aAAew4B,GAC1C3sD,EAASpC,KAAKU,KAAMwmB,EAAQsK,cAAgBq9B,GAC5CC,EAAS,GAGV,SAASE,IACRF,EAAOhyD,KAAM1N,MACR0/D,EAAO19D,SAAWy9D,EAAOE,IAiD9B7nC,EAAQvjB,IAAK,CACZ8M,WAAY,YAEb/gB,EAAGo/D,GAAShoD,SACZuC,IAlDD,CAGA,IAAMxI,EAAI,EAAGA,EAAIguD,EAAMhuD,IAItB,IAHA0P,EAAM+tC,EAAO/tC,IAAM1P,EAAIuB,EACvB09C,EAAKj/C,GAAMguD,EAAO,GAAM,EAElBjuD,EAAI,EAAGA,EAAImuD,EAAOnuD,IACvB4P,EAAO8tC,EAAO9tC,KAAO5P,EAAIuB,EACzBysD,EAAKhuD,GAAMmuD,EAAQ,GAAM,EAIzB7nC,EACEzkB,QACAssB,SAAU,QACVq7B,KAAM,eACNzmD,IAAK,CACL2M,SAAU,WACVG,WAAY,UACZD,MAAO5P,EAAIuB,EACXoO,KAAM1P,EAAIuB,IAKVsD,SACC3T,SAAU,sBACV4R,IAAK,CACL2M,SAAU,WACVI,SAAU,SACVvO,MAAOA,EACPC,OAAQA,EACRoO,KAAMA,GAAS/f,EAAOm+D,EAAKzsD,EAAQ,GACnCoO,IAAKA,GAAQ9f,EAAOqvD,EAAK19C,EAAS,GAClCqsD,QAASh+D,EAAO,EAAI,IAEpBy4D,QAAS,CACT14C,KAAMA,GAAS/f,EAAO,EAAIm+D,EAAKzsD,GAC/BoO,IAAKA,GAAQ9f,EAAO,EAAIqvD,EAAK19C,GAC7BqsD,QAASh+D,EAAO,EAAI,GAClBP,EAAQwsD,UAAY,IAAKxsD,EAAQ2sD,OAAQmS,EAWjD,IAmBwBt/D,EAAEktD,QAAQ4N,OAAQ,OAAQ,UAAU,SAAUt6D,EAASmZ,GAC9E,IAAI5Y,EAAwB,SAAjBP,EAAQ65D,KAEnBr6D,EAAGN,MACDuU,IAAK,UAAWlT,EAAO,EAAI,GAC3By4D,QAAS,CACTuF,QAASh+D,EAAO,EAAI,GAClB,CACFqsD,OAAO,EACPJ,SAAUxsD,EAAQwsD,SAClBG,OAAQ3sD,EAAQ2sD,OAChBlzC,SAAUN,GAEb,IAmBwB3Z,EAAEktD,QAAQ4N,OAAQ,OAAQ,QAAQ,SAAUt6D,EAASmZ,GAG5E,IAAI6d,EAAUx3B,EAAGN,MAChB26D,EAAO75D,EAAQ65D,KACft5D,EAAgB,SAATs5D,EACP16D,EAAgB,SAAT06D,EACPjnD,EAAO5S,EAAQ4S,MAAQ,GACvB4nD,EAAU,YAAYhlB,KAAM5iC,GAE5Bqb,EADejuB,EAAQ++D,WACJ,CAAE,QAAS,UAAa,CAAE,SAAU,SACvDvS,EAAWxsD,EAAQwsD,SAAW,EAE9B6O,EAAc77D,EAAEktD,QAAQ0O,kBAAmBpkC,GAE3C8N,EAAQ9N,EAAQulC,UAChByC,EAAa,CAAEpE,KAAMp7D,EAAEy2B,OAAQ,CAAC,EAAG6O,IACnCm6B,EAAa,CAAErE,KAAMp7D,EAAEy2B,OAAQ,CAAC,EAAG6O,IAEnC6vB,EAAW,CAAE7vB,EAAO7W,EAAK,IAAO6W,EAAO7W,EAAK,KAE5CqwC,EAAWtnC,EAAQ41B,QAAQ1rD,OAEvBs5D,IACJ5nD,EAAO6J,SAAU+9C,EAAS,GAAK,IAAO,IAAM7F,EAAUx1D,EAAO,EAAI,IAElE6/D,EAAWpE,KAAM3sC,EAAK,IAAQrb,EAC9BqsD,EAAWrE,KAAM3sC,EAAK,IAAQrb,EAC9BqsD,EAAWrE,KAAM3sC,EAAK,IAAQ,EAEzB1tB,IACJy2B,EAAQulC,QAAS0C,EAAWrE,MACvBS,GACJA,EAAY5nD,IAAKjU,EAAEktD,QAAQgO,UAAWuE,IAGvCA,EAAWrE,KAAO91B,GAInB9N,EACE41B,OAAO,SAAUtc,GACZ+qB,GACJA,EACErC,QAASx5D,EAAEktD,QAAQgO,UAAWsE,GAAcxS,EAAUxsD,EAAQ2sD,QAC9DqM,QAASx5D,EAAEktD,QAAQgO,UAAWuE,GAAczS,EAAUxsD,EAAQ2sD,QAGjErc,GACD,IACC0oB,QAASgG,EAAYxS,EAAUxsD,EAAQ2sD,QACvCqM,QAASiG,EAAYzS,EAAUxsD,EAAQ2sD,QACvCC,MAAOzzC,GAET3Z,EAAEktD,QAAQ5d,QAAS9X,EAASsnC,EAAU,EACvC,IAmB6B9+D,EAAEktD,QAAQ4N,OAAQ,YAAa,QAAQ,SAAUt6D,EAASmZ,GACtF,IAAI6d,EAAUx3B,EAAGN,MAChBy7D,EAAY,CACX9G,gBAAiB78B,EAAQvjB,IAAK,oBAGV,SAAjBzT,EAAQ65D,OACZc,EAAU4D,QAAU,GAGrB/+D,EAAEktD,QAAQqO,UAAW/jC,GAErBA,EACEvjB,IAAK,CACLyrD,gBAAiB,OACjBrL,gBAAiB7zD,EAAQkyD,OAAS,YAElC8G,QAAS2B,EAAW,CACpB/N,OAAO,EACPJ,SAAUxsD,EAAQwsD,SAClBG,OAAQ3sD,EAAQ2sD,OAChBlzC,SAAUN,GAEb,IAmBwB3Z,EAAEktD,QAAQ4N,OAAQ,QAAQ,SAAUt6D,EAASmZ,GAGpE,IAAIgmD,EAAUtD,EAAQuD,EACrBpoC,EAAUx3B,EAAGN,MAGbmgE,EAAS,CAAE,YACXC,EAAS,CAAE,iBAAkB,oBAAqB,aAAc,iBAChEC,EAAS,CAAE,kBAAmB,mBAAoB,cAAe,gBAGjE1F,EAAO75D,EAAQ65D,KACfF,EAAmB,WAATE,EACV2F,EAAQx/D,EAAQw/D,OAAS,OACzBrE,EAASn7D,EAAQm7D,QAAU,CAAE,SAAU,UACvC/6C,EAAW4W,EAAQvjB,IAAK,YACxBgK,EAAMuZ,EAAQ5W,WACdjR,EAAW3P,EAAEktD,QAAQ6N,iBAAkBvjC,GACvCk9B,EAAOl0D,EAAQk0D,MAAQ/kD,EACvB8kD,EAAKj0D,EAAQi0D,IAAMz0D,EAAEktD,QAAQ6N,iBAAkBvjC,EAAS,GAEzDx3B,EAAEktD,QAAQ0O,kBAAmBpkC,GAEf,SAAT6iC,IACJuF,EAAOlL,EACPA,EAAOD,EACPA,EAAKmL,GAINvD,EAAS,CACR3H,KAAM,CACLhhD,EAAGghD,EAAKhiD,OAAS/C,EAAS+C,OAC1Be,EAAGihD,EAAKjiD,MAAQ9C,EAAS8C,OAE1BgiD,GAAI,CACH/gD,EAAG+gD,EAAG/hD,OAAS/C,EAAS+C,OACxBe,EAAGghD,EAAGhiD,MAAQ9C,EAAS8C,QAKV,QAAVutD,GAA6B,SAAVA,IAGlB3D,EAAO3H,KAAKhhD,IAAM2oD,EAAO5H,GAAG/gD,IAChCghD,EAAO10D,EAAEktD,QAAQkP,cAAe5kC,EAASsoC,EAAQzD,EAAO3H,KAAKhhD,EAAGghD,GAChED,EAAKz0D,EAAEktD,QAAQkP,cAAe5kC,EAASsoC,EAAQzD,EAAO5H,GAAG/gD,EAAG+gD,IAIxD4H,EAAO3H,KAAKjhD,IAAM4oD,EAAO5H,GAAGhhD,IAChCihD,EAAO10D,EAAEktD,QAAQkP,cAAe5kC,EAASuoC,EAAQ1D,EAAO3H,KAAKjhD,EAAGihD,GAChED,EAAKz0D,EAAEktD,QAAQkP,cAAe5kC,EAASuoC,EAAQ1D,EAAO5H,GAAGhhD,EAAGghD,KAK/C,YAAVuL,GAAiC,SAAVA,GAGtB3D,EAAO3H,KAAKhhD,IAAM2oD,EAAO5H,GAAG/gD,IAChCghD,EAAO10D,EAAEktD,QAAQkP,cAAe5kC,EAASqoC,EAAQxD,EAAO3H,KAAKhhD,EAAGghD,GAChED,EAAKz0D,EAAEktD,QAAQkP,cAAe5kC,EAASqoC,EAAQxD,EAAO5H,GAAG/gD,EAAG+gD,IAKzDkH,IACJgE,EAAW3/D,EAAEktD,QAAQwO,YAAaC,EAAQhsD,GAC1C+kD,EAAK7zC,KAAQlR,EAASmyB,YAAc4yB,EAAK5yB,aAAgB69B,EAASjsD,EAAIuK,EAAI4C,IAC1E6zC,EAAK5zC,MAASnR,EAASk3B,WAAa6tB,EAAK7tB,YAAe84B,EAASlsD,EAAIwK,EAAI6C,KACzE2zC,EAAG5zC,KAAQlR,EAASmyB,YAAc2yB,EAAG3yB,aAAgB69B,EAASjsD,EAAIuK,EAAI4C,IACtE4zC,EAAG3zC,MAASnR,EAASk3B,WAAa4tB,EAAG5tB,YAAe84B,EAASlsD,EAAIwK,EAAI6C,aAE/D4zC,EAAK5yB,mBACL4yB,EAAK7tB,WACZrP,EAAQvjB,IAAKygD,GAGE,YAAVsL,GAAiC,SAAVA,IAE3BF,EAASA,EAAOvgC,OAAQ,CAAE,YAAa,iBAAmBA,OAAQsgC,GAClEE,EAASA,EAAOxgC,OAAQ,CAAE,aAAc,gBAIxC/H,EAAQ/1B,KAAM,YAAa1B,MAAM,WAChC,IAAIu4C,EAAQt4C,EAAGN,MACdugE,EAAgBjgE,EAAEktD,QAAQ6N,iBAAkBziB,GAC5C4nB,EAAY,CACXxtD,OAAQutD,EAAcvtD,OAAS2pD,EAAO3H,KAAKhhD,EAC3CjB,MAAOwtD,EAAcxtD,MAAQ4pD,EAAO3H,KAAKjhD,EACzCquB,YAAam+B,EAAcn+B,YAAcu6B,EAAO3H,KAAKhhD,EACrDmzB,WAAYo5B,EAAcp5B,WAAaw1B,EAAO3H,KAAKjhD,GAEpD0sD,EAAU,CACTztD,OAAQutD,EAAcvtD,OAAS2pD,EAAO5H,GAAG/gD,EACzCjB,MAAOwtD,EAAcxtD,MAAQ4pD,EAAO5H,GAAGhhD,EACvCquB,YAAam+B,EAAcvtD,OAAS2pD,EAAO5H,GAAG/gD,EAC9CmzB,WAAYo5B,EAAcxtD,MAAQ4pD,EAAO5H,GAAGhhD,GAIzC4oD,EAAO3H,KAAKhhD,IAAM2oD,EAAO5H,GAAG/gD,IAChCwsD,EAAYlgE,EAAEktD,QAAQkP,cAAe9jB,EAAOwnB,EAAQzD,EAAO3H,KAAKhhD,EAAGwsD,GACnEC,EAAUngE,EAAEktD,QAAQkP,cAAe9jB,EAAOwnB,EAAQzD,EAAO5H,GAAG/gD,EAAGysD,IAI3D9D,EAAO3H,KAAKjhD,IAAM4oD,EAAO5H,GAAGhhD,IAChCysD,EAAYlgE,EAAEktD,QAAQkP,cAAe9jB,EAAOynB,EAAQ1D,EAAO3H,KAAKjhD,EAAGysD,GACnEC,EAAUngE,EAAEktD,QAAQkP,cAAe9jB,EAAOynB,EAAQ1D,EAAO5H,GAAGhhD,EAAG0sD,IAG3DhG,GACJn6D,EAAEktD,QAAQqO,UAAWjjB,GAItBA,EAAMrkC,IAAKisD,GACX5nB,EAAMkhB,QAAS2G,EAAS3/D,EAAQwsD,SAAUxsD,EAAQ2sD,QAAQ,WAGpDgN,GACJn6D,EAAEktD,QAAQsO,aAAcljB,EAE1B,GACD,KAID9gB,EAAQgiC,QAAS/E,EAAI,CACpBrH,OAAO,EACPJ,SAAUxsD,EAAQwsD,SAClBG,OAAQ3sD,EAAQ2sD,OAChBlzC,SAAU,WAET,IAAI20C,EAASp3B,EAAQo3B,SAED,IAAf6F,EAAGsK,SACPvnC,EAAQvjB,IAAK,UAAWygD,EAAKqK,SAGxB5E,IACL3iC,EACEvjB,IAAK,WAAyB,WAAb2M,EAAwB,WAAaA,GACtDguC,OAAQA,GAIV5uD,EAAEktD,QAAQqO,UAAW/jC,IAGtB7d,GACD,GAGF,IAmByB3Z,EAAEktD,QAAQ4N,OAAQ,SAAS,SAAUt6D,EAASmZ,GAGtE,IAAImd,EAAK92B,EAAGN,MACX26D,EAAO75D,EAAQ65D,KACfW,EAAU/9C,SAAUzc,EAAQw6D,QAAS,MACE,IAApC/9C,SAAUzc,EAAQw6D,QAAS,KAA4B,WAATX,EAAN,EAA8B,KAEzE+F,EAAapgE,EAAEy2B,QAAQ,EAAM,CAC5Bi+B,KAAM10D,EAAEktD,QAAQ6N,iBAAkBjkC,GAClC29B,GAAIz0D,EAAEktD,QAAQ6N,iBAAkBjkC,EAAIkkC,EAASx6D,EAAQy6D,WAAa,QAClEU,OAAQn7D,EAAQm7D,QAAU,CAAE,SAAU,WACpCn7D,GAGCA,EAAQ6/D,OACZD,EAAW1L,KAAKqK,QAAU,EAC1BqB,EAAW3L,GAAGsK,QAAU,GAGzB/+D,EAAEktD,QAAQJ,OAAO15C,KAAK/S,KAAMX,KAAM0gE,EAAYzmD,EAC/C,IAmBwB3Z,EAAEktD,QAAQ4N,OAAQ,OAAQ,QAAQ,SAAUt6D,EAASmZ,GAC5E,IAAIymD,EAAapgE,EAAEy2B,QAAQ,EAAM,CAAC,EAAGj2B,EAAS,CAC7C6/D,MAAM,EACNrF,QAAS/9C,SAAUzc,EAAQw6D,QAAS,KAAQ,MAG7Ch7D,EAAEktD,QAAQJ,OAAOkT,MAAM3/D,KAAMX,KAAM0gE,EAAYzmD,EAChD,IAmB2B3Z,EAAEktD,QAAQ4N,OAAQ,UAAW,QAAQ,SAAUt6D,EAASmZ,GAClF,IAAI6d,EAAUx3B,EAAGN,MAChB26D,EAAO75D,EAAQ65D,KACft5D,EAAgB,SAATs5D,EAEPiG,EAAWv/D,GADK,SAATs5D,EAIPuE,EAAmC,GAAvBp+D,EAAQm+D,OAAS,IAAc2B,EAAW,EAAI,GAC1DtT,EAAWxsD,EAAQwsD,SAAW4R,EAC9B2B,EAAY,EACZpvD,EAAI,EACJ2tD,EAAWtnC,EAAQ41B,QAAQ1rD,OAQ5B,KANKX,GAASy2B,EAAQ3R,GAAI,cACzB2R,EAAQvjB,IAAK,UAAW,GAAIlT,OAC5Bw/D,EAAY,GAILpvD,EAAIytD,EAAOztD,IAClBqmB,EAAQgiC,QAAS,CAAEuF,QAASwB,GAAavT,EAAUxsD,EAAQ2sD,QAC3DoT,EAAY,EAAIA,EAGjB/oC,EAAQgiC,QAAS,CAAEuF,QAASwB,GAAavT,EAAUxsD,EAAQ2sD,QAE3D31B,EAAQ41B,MAAOzzC,GAEf3Z,EAAEktD,QAAQ5d,QAAS9X,EAASsnC,EAAUF,EAAQ,EAC/C,IAmByB5+D,EAAEktD,QAAQ4N,OAAQ,SAAS,SAAUt6D,EAASmZ,GAEtE,IAAIxI,EAAI,EACPqmB,EAAUx3B,EAAGN,MACbu7D,EAAYz6D,EAAQy6D,WAAa,OACjC9F,EAAW30D,EAAQ20D,UAAY,GAC/BwJ,EAAQn+D,EAAQm+D,OAAS,EACzBC,EAAgB,EAARD,EAAY,EACpB9F,EAAQvoD,KAAKC,MAAO/P,EAAQwsD,SAAW4R,GACvCnwC,EAAsB,OAAdwsC,GAAoC,SAAdA,EAAyB,MAAQ,OAC/DuF,EAAiC,OAAdvF,GAAoC,SAAdA,EACzCE,EAAY,CAAC,EACbqE,EAAa,CAAC,EACdC,EAAa,CAAC,EAEdX,EAAWtnC,EAAQ41B,QAAQ1rD,OAa5B,IAXA1B,EAAEktD,QAAQ0O,kBAAmBpkC,GAG7B2jC,EAAW1sC,IAAU+xC,EAAiB,KAAO,MAASrL,EACtDqK,EAAY/wC,IAAU+xC,EAAiB,KAAO,MAAoB,EAAXrL,EACvDsK,EAAYhxC,IAAU+xC,EAAiB,KAAO,MAAoB,EAAXrL,EAGvD39B,EAAQgiC,QAAS2B,EAAWtC,EAAOr4D,EAAQ2sD,QAGnCh8C,EAAIwtD,EAAOxtD,IAClBqmB,EACEgiC,QAASgG,EAAY3G,EAAOr4D,EAAQ2sD,QACpCqM,QAASiG,EAAY5G,EAAOr4D,EAAQ2sD,QAGvC31B,EACEgiC,QAASgG,EAAY3G,EAAOr4D,EAAQ2sD,QACpCqM,QAAS2B,EAAWtC,EAAQ,EAAGr4D,EAAQ2sD,QACvCC,MAAOzzC,GAET3Z,EAAEktD,QAAQ5d,QAAS9X,EAASsnC,EAAUF,EAAQ,EAC/C,IAmByB5+D,EAAEktD,QAAQ4N,OAAQ,QAAS,QAAQ,SAAUt6D,EAASmZ,GAC9E,IAAI8mD,EAAWC,EACdlpC,EAAUx3B,EAAGN,MACb+M,EAAM,CACL6xD,GAAI,CAAE,SAAU,OAChBC,KAAM,CAAE,MAAO,UACfz9C,KAAM,CAAE,QAAS,QACjBwvC,MAAO,CAAE,OAAQ,UAElB+J,EAAO75D,EAAQ65D,KACfY,EAAYz6D,EAAQy6D,WAAa,OACjCxsC,EAAsB,OAAdwsC,GAAoC,SAAdA,EAAyB,MAAQ,OAC/DuF,EAAiC,OAAdvF,GAAoC,SAAdA,EACzC9F,EAAW30D,EAAQ20D,UAClB39B,EAAiB,QAAR/I,EAAgB,cAAgB,eAAgB,GAC1D0sC,EAAY,CAAC,EAEdn7D,EAAEktD,QAAQ0O,kBAAmBpkC,GAE7BipC,EAAYjpC,EAAQulC,UACpB2D,EAAWlpC,EAAQ5W,WAAY6N,GAG/B0sC,EAAW1sC,IAAU+xC,GAAkB,EAAI,GAAMrL,EAAWuL,EAC5DvF,EAAUC,KAAO5jC,EAAQulC,UACzB5B,EAAUC,KAAM3uD,EAAKwuD,GAAa,IAAQE,EAAUC,KAAM3uD,EAAKwuD,GAAa,IAG9D,SAATZ,IACJ7iC,EAAQulC,QAAS5B,EAAUC,MAC3B5jC,EAAQvjB,IAAKwa,EAAK0sC,EAAW1sC,IAC7B0sC,EAAUC,KAAOqF,EACjBtF,EAAW1sC,GAAQiyC,GAIpBlpC,EAAQgiC,QAAS2B,EAAW,CAC3B/N,OAAO,EACPJ,SAAUxsD,EAAQwsD,SAClBG,OAAQ3sD,EAAQ2sD,OAChBlzC,SAAUN,GAEZ,KAoBwB,IAAnB3Z,EAAEk6D,cACGl6D,EAAEktD,QAAQ4N,OAAQ,YAAY,SAAUt6D,EAASmZ,GACzD3Z,EAAGN,MAAOu9D,SAAUz8D,EAASmZ,EAC9B,IAqBD3Z,EAAEonD,GAAG0C,UAAY,SAAUtyB,EAASmpC,GACnC,IAAIl0D,EAAKm0D,EAASpwD,EAAKqwD,EAAoBC,EAC1C5f,EAAW1pB,EAAQ0pB,SAASlkC,cAE7B,MAAK,SAAWkkC,GAEf0f,GADAn0D,EAAM+qB,EAAQgpB,YACAr1C,QACRqsB,EAAQ5yB,OAASg8D,GAA0C,QAA/Bn0D,EAAIy0C,SAASlkC,iBAG/CxM,EAAMxQ,EAAG,gBAAkB4gE,EAAU,OAC1Bl/D,OAAS,GAAK8O,EAAIqV,GAAI,cAG7B,0CAA0C8iB,KAAMuY,IACpD2f,GAAsBrpC,EAAQiyB,YAQ7BqX,EAAW9gE,EAAGw3B,GAAUlgB,QAAS,YAAc,MAE9CupD,GAAsBC,EAASrX,UAIjCoX,EADW,MAAQ3f,GACE1pB,EAAQ5yB,MAER+7D,EAGfE,GAAsB7gE,EAAGw3B,GAAU3R,GAAI,aAK/C,SAAkB2R,GAEjB,IADA,IAAIzW,EAAayW,EAAQvjB,IAAK,cACP,YAAf8M,GAEPA,GADAyW,EAAUA,EAAQxhB,UACG/B,IAAK,cAE3B,MAAsB,YAAf8M,CACR,CAZ+DggD,CAAS/gE,EAAGw3B,IAC3E,EAaAx3B,EAAEy2B,OAAQz2B,EAAEioD,KAAKC,QAAS,CACzB4B,UAAW,SAAUtyB,GACpB,OAAOx3B,EAAEonD,GAAG0C,UAAWtyB,EAA0C,MAAjCx3B,EAAEyV,KAAM+hB,EAAS,YAClD,IAGex3B,EAAEonD,GAAG0C,UAOV9pD,EAAEkM,GAAG80D,MAAQ,WACvB,MAAiC,iBAAnBthE,KAAM,GAAIgoC,KAAoBhoC,KAAK4X,QAAS,QAAWtX,EAAGN,KAAM,GAAIgoC,KACnF,EAkBqB1nC,EAAEonD,GAAG6Z,eAAiB,CAC1CC,kBAAmB,WAClB,IAAIx5B,EAAO1nC,EAAGN,MAGd+iB,YAAY,WACX,IAAI0+C,EAAYz5B,EAAK3kC,KAAM,2BAC3B/C,EAAED,KAAMohE,GAAW,WAClBzhE,KAAK0hE,SACN,GACD,GACD,EAEAC,sBAAuB,WAEtB,GADA3hE,KAAKgoC,KAAOhoC,KAAK83B,QAAQwpC,QACnBthE,KAAKgoC,KAAKhmC,OAAhB,CAIA,IAAIy/D,EAAYzhE,KAAKgoC,KAAK3kC,KAAM,4BAA+B,GACzDo+D,EAAUz/D,QAGfhC,KAAKgoC,KAAKjwB,GAAI,sBAAuB/X,KAAKwhE,mBAE3CC,EAAU/zD,KAAM1N,MAChBA,KAAKgoC,KAAK3kC,KAAM,0BAA2Bo+D,EAT3C,CAUD,EAEAG,wBAAyB,WACxB,GAAM5hE,KAAKgoC,KAAKhmC,OAAhB,CAIA,IAAIy/D,EAAYzhE,KAAKgoC,KAAK3kC,KAAM,2BAChCo+D,EAAUrzB,OAAQ9tC,EAAE0rD,QAAShsD,KAAMyhE,GAAa,GAC3CA,EAAUz/D,OACdhC,KAAKgoC,KAAK3kC,KAAM,0BAA2Bo+D,GAE3CzhE,KAAKgoC,KACHgjB,WAAY,2BACZzkC,IAAK,sBATR,CAWD,GAqBKjmB,EAAEioD,KAAKC,UACZloD,EAAEioD,KAAKC,QAAUloD,EAAEioD,KAAM,MAKpBjoD,EAAEsrD,aACPtrD,EAAEsrD,WAAatrD,EAAEuhE,SAMZvhE,EAAEwhE,eAAiB,CAIxB,IAAIC,EAAa,+CAEbC,EAAa,SAAUre,EAAIse,GAC9B,OAAKA,EAGQ,OAAPte,EACG,IAIDA,EAAG92C,MAAO,GAAI,GAAM,KAAO82C,EAAGpJ,WAAYoJ,EAAG3hD,OAAS,GAAIT,SAAU,IAAO,IAI5E,KAAOoiD,CACf,EAEArjD,EAAEwhE,eAAiB,SAAUI,GAC5B,OAASA,EAAM,IAAK5tD,QAASytD,EAAYC,EAC1C,CACD,CAIM1hE,EAAEkM,GAAG21D,MAAS7hE,EAAEkM,GAAG41D,KACxB9hE,EAAEkM,GAAGuqB,OAAQ,CACZorC,KAAM,WACL,OAAOniE,KAAKoO,QAAQ,SAAUqD,GAC7B,OAAOA,EAAI,GAAM,CAClB,GACD,EACA2wD,IAAK,WACJ,OAAOpiE,KAAKoO,QAAQ,SAAUqD,GAC7B,OAAOA,EAAI,GAAM,CAClB,GACD,IAoBYnR,EAAEonD,GAAGxmB,QAAU,CAC5BmhC,UAAW,EACXC,MAAO,IACPC,OAAQ,GACRC,KAAM,GACNC,IAAK,GACLC,MAAO,GACPC,OAAQ,GACRC,KAAM,GACNC,KAAM,GACNC,UAAW,GACXC,QAAS,GACTC,OAAQ,IACRC,MAAO,GACPC,MAAO,GACPC,IAAK,EACLC,GAAI,IAmBQ9iE,EAAEkM,GAAG62D,OAAS,WAC1B,IAAIC,EAAUhoD,EAAU/V,EAAI89D,EAAQE,EAEpC,OAAMvjE,KAAKgC,OAKNhC,KAAM,GAAIqjE,QAAUrjE,KAAM,GAAIqjE,OAAOrhE,OAClChC,KAAK4pD,UAAW5pD,KAAM,GAAIqjE,SAMlCA,EAASrjE,KAAKwjE,GAAI,GAAIC,QAAS,UAG/Bl+D,EAAKvF,KAAK+V,KAAM,SAQfwtD,GAHAD,EAAWtjE,KAAKwjE,GAAI,GAAIC,UAAU5vB,QAGbxZ,IAAKipC,EAASthE,OAASshE,EAASI,WAAa1jE,KAAK0jE,YAGvEpoD,EAAW,cAAgBhb,EAAEwhE,eAAgBv8D,GAAO,KAEpD89D,EAASA,EAAOhpC,IAAKkpC,EAAUxhE,KAAMuZ,GAAW09C,QAAS19C,KAKnDtb,KAAK4pD,UAAWyZ,IAhCfrjE,KAAK4pD,UAAW,GAiCzB,EAkBmBtpD,EAAEkM,GAAGm3D,aAAe,SAAUC,GAChD,IAAI1iD,EAAWlhB,KAAKuU,IAAK,YACxBsvD,EAAmC,aAAb3iD,EACtB4iD,EAAgBF,EAAgB,uBAAyB,gBACzDD,EAAe3jE,KAAKyjE,UAAUr1D,QAAQ,WACrC,IAAIkI,EAAShW,EAAGN,MAChB,QAAK6jE,GAAoD,WAA7BvtD,EAAO/B,IAAK,cAGjCuvD,EAAc76B,KAAM3yB,EAAO/B,IAAK,YAAe+B,EAAO/B,IAAK,cACjE+B,EAAO/B,IAAK,cACd,IAAIivD,GAAI,GAET,MAAoB,UAAbtiD,GAAyByiD,EAAa3hE,OAE5C2hE,EADArjE,EAAGN,KAAM,GAAIuqD,eAAiBhhD,SAEhC,EAkBejJ,EAAEy2B,OAAQz2B,EAAEioD,KAAKC,QAAS,CACxCub,SAAU,SAAUjsC,GACnB,IAAI6I,EAAWrgC,EAAEyV,KAAM+hB,EAAS,YAC/BmpC,EAA0B,MAAZtgC,EACf,QAAUsgC,GAAetgC,GAAY,IAAOrgC,EAAEonD,GAAG0C,UAAWtyB,EAASmpC,EACtE,IAmBc3gE,EAAEkM,GAAGuqB,OAAQ,CAC3B4S,UACKqgB,EAAO,EAEJ,WACN,OAAOhqD,KAAKK,MAAM,WACXL,KAAKuF,KACVvF,KAAKuF,GAAK,YAAeykD,EAE3B,GACD,GAGDga,eAAgB,WACf,OAAOhkE,KAAKK,MAAM,WACZ,cAAc4oC,KAAMjpC,KAAKuF,KAC7BjF,EAAGN,MAAO8gC,WAAY,KAExB,GACD,IAyBsBxgC,EAAE6iC,OAAQ,eAAgB,CAChDxa,QAAS,SACT7nB,QAAS,CACRuvB,OAAQ,EACRypC,QAAS,CAAC,EACV5iD,QAAS,CACR,sBAAuB,gBACvB,gCAAiC,gBACjC,uBAAwB,oBAEzB+sD,aAAa,EACbh+C,MAAO,QACPi+C,OAAQ,SAAUxgC,GACjB,OAAOA,EAAK3hC,KAAM,uBAAwBs4B,IAAKqJ,EAAK3hC,KAAM,cAAeogE,OAC1E,EACAgC,YAAa,OACbC,MAAO,CACNC,aAAc,uBACdH,OAAQ,wBAITlhC,SAAU,KACVshC,eAAgB,MAGjBC,UAAW,CACVC,eAAgB,OAChBC,kBAAmB,OACnBC,WAAY,OACZC,cAAe,OACf3xD,OAAQ,QAGT4xD,UAAW,CACVJ,eAAgB,OAChBC,kBAAmB,OACnBC,WAAY,OACZC,cAAe,OACf3xD,OAAQ,QAGTstB,QAAS,WACR,IAAIx/B,EAAUd,KAAKc,QAEnBd,KAAK6kE,SAAW7kE,KAAK8kE,SAAWxkE,IAChCN,KAAKksD,UAAW,eAAgB,6BAChClsD,KAAK83B,QAAQ/hB,KAAM,OAAQ,WAGrBjV,EAAQmjE,cAAoC,IAAnBnjE,EAAQuvB,QAAsC,MAAlBvvB,EAAQuvB,SAClEvvB,EAAQuvB,OAAS,GAGlBrwB,KAAK+kE,iBAGAjkE,EAAQuvB,OAAS,IACrBvvB,EAAQuvB,QAAUrwB,KAAKkG,QAAQlE,QAEhChC,KAAKglE,UACN,EAEApa,oBAAqB,WACpB,MAAO,CACNsZ,OAAQlkE,KAAKqwB,OACb40C,MAAQjlE,KAAKqwB,OAAOruB,OAAehC,KAAKqwB,OAAO+gB,OAAlB9wC,IAE/B,EAEA4kE,aAAc,WACb,IAAIn3D,EAAMwI,EACT6tD,EAAQpkE,KAAKc,QAAQsjE,MAEjBA,IACJr2D,EAAOzN,EAAG,UACVN,KAAKksD,UAAWn+C,EAAM,2BAA4B,WAAaq2D,EAAMF,QACrEn2D,EAAK4zB,UAAW3hC,KAAKkG,SACrBqQ,EAAWvW,KAAKqwB,OAAO9Z,SAAU,6BACjCvW,KAAK+qD,aAAcx0C,EAAU6tD,EAAMF,QACjChY,UAAW31C,EAAU,KAAM6tD,EAAMC,cACjCnY,UAAWlsD,KAAKkG,QAAS,sBAE7B,EAEAi/D,cAAe,WACdnlE,KAAK+qD,aAAc/qD,KAAKkG,QAAS,sBACjClG,KAAKkG,QAAQqQ,SAAU,6BAA8BmB,QACtD,EAEAozC,SAAU,WACT,IAAI1jB,EAGJpnC,KAAK83B,QAAQgJ,WAAY,QAGzB9gC,KAAKkG,QACH46B,WAAY,2DACZkjC,iBAEFhkE,KAAKmlE,gBAGL/9B,EAAWpnC,KAAKkG,QAAQkrC,OACtB78B,IAAK,UAAW,IAChBusB,WAAY,oCACZkjC,iBAEgC,YAA7BhkE,KAAKc,QAAQqjE,aACjB/8B,EAAS7yB,IAAK,SAAU,GAE1B,EAEAktB,WAAY,SAAU59B,EAAKG,GACb,WAARH,GAOQ,UAARA,IACC7D,KAAKc,QAAQmlB,OACjBjmB,KAAKisD,KAAMjsD,KAAKkG,QAASlG,KAAKc,QAAQmlB,OAEvCjmB,KAAKolE,aAAcphE,IAGpBhE,KAAKu+C,OAAQ16C,EAAKG,GAGL,gBAARH,GAA0BG,IAAiC,IAAxBhE,KAAKc,QAAQuvB,QACpDrwB,KAAKqlE,UAAW,GAGJ,UAARxhE,IACJ7D,KAAKmlE,gBACAnhE,GACJhE,KAAKklE,iBArBNllE,KAAKqlE,UAAWrhE,EAwBlB,EAEA2mD,mBAAoB,SAAU3mD,GAC7BhE,KAAKu+C,OAAQv6C,GAEbhE,KAAK83B,QAAQ/hB,KAAM,gBAAiB/R,GAKpChE,KAAKsrD,aAAc,KAAM,sBAAuBtnD,GAChDhE,KAAKsrD,aAActrD,KAAKkG,QAAQm0B,IAAKr6B,KAAKkG,QAAQkrC,QAAU,KAAM,sBAC/DptC,EACJ,EAEAshE,SAAU,SAAUr/C,GACnB,IAAKA,EAAMs/C,SAAUt/C,EAAMu/C,QAA3B,CAIA,IAAItkC,EAAU5gC,EAAEonD,GAAGxmB,QAClBl/B,EAAShC,KAAKkG,QAAQlE,OACtByjE,EAAezlE,KAAKkG,QAAQshC,MAAOvhB,EAAMxY,QACzCi4D,GAAU,EAEX,OAASz/C,EAAMib,SACf,KAAKA,EAAQ+hC,MACb,KAAK/hC,EAAQshC,KACZkD,EAAU1lE,KAAKkG,SAAWu/D,EAAe,GAAMzjE,GAC/C,MACD,KAAKk/B,EAAQ2hC,KACb,KAAK3hC,EAAQkiC,GACZsC,EAAU1lE,KAAKkG,SAAWu/D,EAAe,EAAIzjE,GAAWA,GACxD,MACD,KAAKk/B,EAAQgiC,MACb,KAAKhiC,EAAQwhC,MACZ1iE,KAAK2lE,cAAe1/C,GACpB,MACD,KAAKib,EAAQ0hC,KACZ8C,EAAU1lE,KAAKkG,QAAS,GACxB,MACD,KAAKg7B,EAAQuhC,IACZiD,EAAU1lE,KAAKkG,QAASlE,EAAS,GAI7B0jE,IACJplE,EAAG2lB,EAAMxY,QAASsI,KAAM,YAAa,GACrCzV,EAAGolE,GAAU3vD,KAAM,WAAY,GAC/BzV,EAAGolE,GAAUhjE,QAAS,SACtBujB,EAAMC,iBAhCP,CAkCD,EAEA0/C,cAAe,SAAU3/C,GACnBA,EAAMib,UAAY5gC,EAAEonD,GAAGxmB,QAAQkiC,IAAMn9C,EAAMu/C,SAC/CllE,EAAG2lB,EAAM25B,eAAgBlT,OAAOhqC,QAAS,QAE3C,EAEAg/D,QAAS,WACR,IAAI5gE,EAAUd,KAAKc,QACnBd,KAAK+kE,kBAGqB,IAAnBjkE,EAAQuvB,SAA4C,IAAxBvvB,EAAQmjE,cACxCjkE,KAAKkG,QAAQlE,QACflB,EAAQuvB,QAAS,EACjBrwB,KAAKqwB,OAAS/vB,MAGgB,IAAnBQ,EAAQuvB,OACnBrwB,KAAKqlE,UAAW,GAGLrlE,KAAKqwB,OAAOruB,SAAW1B,EAAEgzC,SAAUtzC,KAAK83B,QAAS,GAAK93B,KAAKqwB,OAAQ,IAGzErwB,KAAKkG,QAAQlE,SAAWhC,KAAKkG,QAAQnE,KAAM,sBAAuBC,QACtElB,EAAQuvB,QAAS,EACjBrwB,KAAKqwB,OAAS/vB,KAIdN,KAAKqlE,UAAWz0D,KAAKkC,IAAK,EAAGhS,EAAQuvB,OAAS,IAO/CvvB,EAAQuvB,OAASrwB,KAAKkG,QAAQshC,MAAOxnC,KAAKqwB,QAG3CrwB,KAAKmlE,gBAELnlE,KAAKglE,UACN,EAEAD,eAAgB,WACf,IAAIc,EAAc7lE,KAAKkG,QACtB4/D,EAAa9lE,KAAK+lE,OAEiB,mBAAxB/lE,KAAKc,QAAQojE,OACxBlkE,KAAKkG,QAAUlG,KAAKc,QAAQojE,OAAQlkE,KAAK83B,SAEzC93B,KAAKkG,QAAUlG,KAAK83B,QAAQ/1B,KAAM/B,KAAKc,QAAQojE,QAEhDlkE,KAAKksD,UAAWlsD,KAAKkG,QAAS,oDAC7B,oBAEDlG,KAAK+lE,OAAS/lE,KAAKkG,QAAQkrC,OAAOhjC,OAAQ,sCAAuCnO,OACjFD,KAAKksD,UAAWlsD,KAAK+lE,OAAQ,uBAAwB,qCAGhDD,IACJ9lE,KAAKisD,KAAM4Z,EAAYha,IAAK7rD,KAAKkG,UACjClG,KAAKisD,KAAM6Z,EAAWja,IAAK7rD,KAAK+lE,SAElC,EAEAf,SAAU,WACT,IAAIgB,EACHllE,EAAUd,KAAKc,QACfqjE,EAAcrjE,EAAQqjE,YACtB7tD,EAAStW,KAAK83B,QAAQxhB,SAEvBtW,KAAKqwB,OAASrwB,KAAKimE,YAAanlE,EAAQuvB,QACxCrwB,KAAKksD,UAAWlsD,KAAKqwB,OAAQ,6BAA8B,mBACzD06B,aAAc/qD,KAAKqwB,OAAQ,iCAC7BrwB,KAAKksD,UAAWlsD,KAAKqwB,OAAO+gB,OAAQ,+BACpCpxC,KAAKqwB,OAAO+gB,OAAO/vC,OAEnBrB,KAAKkG,QACH6P,KAAM,OAAQ,OACd1V,MAAM,WACN,IAAI6jE,EAAS5jE,EAAGN,MACfkmE,EAAWhC,EAAOv6B,WAAW5zB,KAAM,MACnCkvD,EAAQf,EAAO9yB,OACf+0B,EAAUlB,EAAMt7B,WAAW5zB,KAAM,MAClCmuD,EAAOnuD,KAAM,gBAAiBowD,GAC9BlB,EAAMlvD,KAAM,kBAAmBmwD,EAChC,IACC90B,OACCr7B,KAAM,OAAQ,YAEjB/V,KAAKkG,QACH2lD,IAAK7rD,KAAKqwB,QACTta,KAAM,CACN,gBAAiB,QACjB,gBAAiB,QACjB4qB,UAAW,IAEXyQ,OACCr7B,KAAM,CACN,cAAe,SAEf9V,OAGED,KAAKqwB,OAAOruB,OAGjBhC,KAAKqwB,OAAOta,KAAM,CACjB,gBAAiB,OACjB,gBAAiB,OACjB4qB,SAAU,IAETyQ,OACCr7B,KAAM,CACN,cAAe,UATlB/V,KAAKkG,QAAQs9D,GAAI,GAAIztD,KAAM,WAAY,GAaxC/V,KAAKklE,eAELllE,KAAKolE,aAActkE,EAAQmlB,OAEN,SAAhBk+C,GACJ6B,EAAY1vD,EAAOtD,SACnBhT,KAAK83B,QAAQ4rC,SAAU,YAAarjE,MAAM,WACzC,IAAIqjC,EAAOpjC,EAAGN,MACbkhB,EAAWwiB,EAAKnvB,IAAK,YAEJ,aAAb2M,GAAwC,UAAbA,IAGhC8kD,GAAatiC,EAAKtB,aAAa,GAChC,IAEApiC,KAAKkG,QAAQ7F,MAAM,WAClB2lE,GAAa1lE,EAAGN,MAAOoiC,aAAa,EACrC,IAEApiC,KAAKkG,QAAQkrC,OACX/wC,MAAM,WACNC,EAAGN,MAAOgT,OAAQpC,KAAKkC,IAAK,EAAGkzD,EAC9B1lE,EAAGN,MAAO49D,cAAgBt9D,EAAGN,MAAOgT,UACtC,IACCuB,IAAK,WAAY,SACQ,SAAhB4vD,IACX6B,EAAY,EACZhmE,KAAKkG,QAAQkrC,OACX/wC,MAAM,WACN,IAAI+lE,EAAY9lE,EAAGN,MAAOmmB,GAAI,YACxBigD,GACL9lE,EAAGN,MAAOqB,OAEX2kE,EAAYp1D,KAAKkC,IAAKkzD,EAAW1lE,EAAGN,MAAOuU,IAAK,SAAU,IAAKvB,UACzDozD,GACL9lE,EAAGN,MAAOC,MAEZ,IACC+S,OAAQgzD,GAEZ,EAEAX,UAAW,SAAU79B,GACpB,IAAInX,EAASrwB,KAAKimE,YAAaz+B,GAAS,GAGnCnX,IAAWrwB,KAAKqwB,OAAQ,KAK7BA,EAASA,GAAUrwB,KAAKqwB,OAAQ,GAEhCrwB,KAAK2lE,cAAe,CACnBl4D,OAAQ4iB,EACRuvB,cAAevvB,EACfnK,eAAgB5lB,EAAEmnD,OAEpB,EAEAwe,YAAa,SAAU3qD,GACtB,MAA2B,iBAAbA,EAAwBtb,KAAKkG,QAAQs9D,GAAIloD,GAAahb,GACrE,EAEA8kE,aAAc,SAAUn/C,GACvB,IAAI6iB,EAAS,CACZu9B,QAAS,YAELpgD,GACJ3lB,EAAED,KAAM4lB,EAAMzkB,MAAO,MAAO,SAAUgmC,EAAOuK,GAC5CjJ,EAAQiJ,GAAc,eACvB,IAGD/xC,KAAKisD,KAAMjsD,KAAKkG,QAAQm0B,IAAKr6B,KAAKkG,QAAQkrC,SAC1CpxC,KAAKsqD,IAAKtqD,KAAKkG,QAAS4iC,GACxB9oC,KAAKsqD,IAAKtqD,KAAKkG,QAAQkrC,OAAQ,CAAEi1B,QAAS,kBAC1CrmE,KAAKysD,WAAYzsD,KAAKkG,SACtBlG,KAAK4sD,WAAY5sD,KAAKkG,QACvB,EAEAy/D,cAAe,SAAU1/C,GACxB,IAAIqgD,EAAgBC,EACnBzlE,EAAUd,KAAKc,QACfuvB,EAASrwB,KAAKqwB,OACdllB,EAAU7K,EAAG2lB,EAAM25B,eACnB4mB,EAAkBr7D,EAAS,KAAQklB,EAAQ,GAC3Co2C,EAAaD,GAAmB1lE,EAAQmjE,YACxCyC,EAASD,EAAanmE,IAAM6K,EAAQimC,OACpCu1B,EAASt2C,EAAO+gB,OAChBw1B,EAAY,CACXC,UAAWx2C,EACXy2C,SAAUH,EACVI,UAAWN,EAAanmE,IAAM6K,EAC9B67D,SAAUN,GAGZzgD,EAAMC,iBAKFsgD,IAAoB1lE,EAAQmjE,cAG4B,IAAxDjkE,KAAKwhC,SAAU,iBAAkBvb,EAAO2gD,KAI5C9lE,EAAQuvB,QAASo2C,GAAqBzmE,KAAKkG,QAAQshC,MAAOr8B,GAI1DnL,KAAKqwB,OAASm2C,EAAkBlmE,IAAM6K,EACtCnL,KAAKinE,QAASL,GAId5mE,KAAK+qD,aAAc16B,EAAQ,6BAA8B,mBACpDvvB,EAAQsjE,QACZkC,EAAiBj2C,EAAO9Z,SAAU,6BAClCvW,KAAK+qD,aAAcub,EAAgB,KAAMxlE,EAAQsjE,MAAMC,cACrDnY,UAAWoa,EAAgB,KAAMxlE,EAAQsjE,MAAMF,SAG5CsC,IACLxmE,KAAK+qD,aAAc5/C,EAAS,iCAC1B+gD,UAAW/gD,EAAS,6BAA8B,mBAC/CrK,EAAQsjE,QACZmC,EAAkBp7D,EAAQoL,SAAU,6BACpCvW,KAAK+qD,aAAcwb,EAAiB,KAAMzlE,EAAQsjE,MAAMF,QACtDhY,UAAWqa,EAAiB,KAAMzlE,EAAQsjE,MAAMC,eAGnDrkE,KAAKksD,UAAW/gD,EAAQimC,OAAQ,gCAElC,EAEA61B,QAAS,SAAU5jE,GAClB,IAAIqjE,EAASrjE,EAAK2jE,SACjBL,EAAS3mE,KAAK6kE,SAAS7iE,OAAShC,KAAK6kE,SAAWxhE,EAAKyjE,SAGtD9mE,KAAK6kE,SAASxqC,IAAKr6B,KAAK8kE,UAAWtpD,MAAM,GAAM,GAC/Cxb,KAAK6kE,SAAW6B,EAChB1mE,KAAK8kE,SAAW6B,EAEX3mE,KAAKc,QAAQg5D,QACjB95D,KAAKknE,SAAUR,EAAQC,EAAQtjE,IAE/BsjE,EAAO1mE,OACPymE,EAAOrlE,OACPrB,KAAKmnE,gBAAiB9jE,IAGvBsjE,EAAO5wD,KAAM,CACZ,cAAe,SAEhB4wD,EAAOj6B,OAAO32B,KAAM,CACnB,gBAAiB,QACjB,gBAAiB,UAMb2wD,EAAO1kE,QAAU2kE,EAAO3kE,OAC5B2kE,EAAOj6B,OAAO32B,KAAM,CACnB,UAAa,EACb,gBAAiB,UAEP2wD,EAAO1kE,QAClBhC,KAAKkG,QAAQkI,QAAQ,WACpB,OAAwD,IAAjDmP,SAAUjd,EAAGN,MAAO+V,KAAM,YAAc,GAChD,IACEA,KAAM,YAAa,GAGtB2wD,EACE3wD,KAAM,cAAe,SACrB22B,OACC32B,KAAM,CACN,gBAAiB,OACjB,gBAAiB,OACjB4qB,SAAU,GAEd,EAEAumC,SAAU,SAAUR,EAAQC,EAAQtjE,GACnC,IAAI+jE,EAAO3Z,EAAQH,EAClBzC,EAAO7qD,KACPqnE,EAAS,EACTC,EAAYZ,EAAOnyD,IAAK,cACxBsqD,EAAO6H,EAAO1kE,UACV2kE,EAAO3kE,QAAY0kE,EAAOl/B,QAAUm/B,EAAOn/B,SAC/CsyB,EAAU95D,KAAKc,QAAQg5D,SAAW,CAAC,EACnCh5D,EAAU+9D,GAAQ/E,EAAQ+E,MAAQ/E,EAClCv/C,EAAW,WACVswC,EAAKsc,gBAAiB9jE,EACvB,EAaD,MAXwB,iBAAZvC,IACXwsD,EAAWxsD,GAEY,iBAAZA,IACX2sD,EAAS3sD,GAIV2sD,EAASA,GAAU3sD,EAAQ2sD,QAAUqM,EAAQrM,OAC7CH,EAAWA,GAAYxsD,EAAQwsD,UAAYwM,EAAQxM,SAE7CqZ,EAAO3kE,OAGP0kE,EAAO1kE,QAIbolE,EAAQV,EAAOrlE,OAAO+gC,cACtBukC,EAAO7M,QAAS95D,KAAKukE,UAAW,CAC/BjX,SAAUA,EACVG,OAAQA,EACR/oB,KAAM,SAAUzO,EAAK6gC,GACpBA,EAAG7gC,IAAMrlB,KAAKC,MAAOolB,EACtB,SAEDywC,EACEzmE,OACA65D,QAAS95D,KAAK4kE,UAAW,CACzBtX,SAAUA,EACVG,OAAQA,EACRlzC,SAAUA,EACVmqB,KAAM,SAAUzO,EAAK6gC,GACpBA,EAAG7gC,IAAMrlB,KAAKC,MAAOolB,GACJ,WAAZ6gC,EAAG7gD,KACY,gBAAdqxD,IACJD,GAAUvQ,EAAG7gC,KAE0B,YAA7B40B,EAAK/pD,QAAQqjE,cACxBrN,EAAG7gC,IAAMrlB,KAAKC,MAAOu2D,EAAQT,EAAOvkC,cAAgBilC,GACpDA,EAAS,EAEX,KA3BMV,EAAO7M,QAAS95D,KAAKukE,UAAWjX,EAAUG,EAAQlzC,GAHlDmsD,EAAO5M,QAAS95D,KAAK4kE,UAAWtX,EAAUG,EAAQlzC,EAgC3D,EAEA4sD,gBAAiB,SAAU9jE,GAC1B,IAAIsjE,EAAStjE,EAAKyjE,SACjBp6B,EAAOi6B,EAAOj6B,OAEf1sC,KAAK+qD,aAAc4b,EAAQ,+BAC3B3mE,KAAK+qD,aAAcre,EAAM,8BACvBwf,UAAWxf,EAAM,iCAGdi6B,EAAO3kE,SACX2kE,EAAOrwD,SAAU,GAAIikB,UAAYosC,EAAOrwD,SAAU,GAAIikB,WAEvDv6B,KAAKwhC,SAAU,WAAY,KAAMn+B,EAClC,IAKuB/C,EAAEonD,GAAG6f,kBAAoB,SAAUh+D,GAC1D,IAAIwxD,EAIJ,IACCA,EAAgBxxD,EAASwxD,aAC1B,CAAE,MAAQr6D,GACTq6D,EAAgBxxD,EAAS5B,IAC1B,CAgBA,OAXMozD,IACLA,EAAgBxxD,EAAS5B,MAMpBozD,EAAcvZ,WACnBuZ,EAAgBxxD,EAAS5B,MAGnBozD,CACR,EAsBkBz6D,EAAE6iC,OAAQ,UAAW,CACtCxa,QAAS,SACTmhC,eAAgB,OAChBjuC,MAAO,IACP/a,QAAS,CACRsjE,MAAO,CACNoD,QAAS,qBAEVC,MAAO,MACPC,MAAO,KACPxmD,SAAU,CACTwvC,GAAI,WACJpiB,GAAI,aAEL1N,KAAM,OAGN+mC,KAAM,KACN94C,MAAO,KACPC,OAAQ,MAGTwR,QAAS,WACRtgC,KAAK4nE,WAAa5nE,KAAK83B,QAIvB93B,KAAK6nE,cAAe,EACpB7nE,KAAK8nE,kBAAoB,CAAE/zD,EAAG,KAAMC,EAAG,MACvChU,KAAK83B,QACH6R,WACA5zB,KAAM,CACN6qB,KAAM5gC,KAAKc,QAAQ8/B,KACnBD,SAAU,IAGZ3gC,KAAKksD,UAAW,UAAW,+BAC3BlsD,KAAKsqD,IAAK,CAIT,0BAA2B,SAAUrkC,GACpCA,EAAMC,iBAENlmB,KAAK+nE,cAAe9hD,EACrB,EACA,sBAAuB,SAAUA,GAChC,IAAIxY,EAASnN,EAAG2lB,EAAMxY,QAClB4iB,EAAS/vB,EAAGA,EAAEonD,GAAG6f,kBAAmBvnE,KAAKuJ,SAAU,MACjDvJ,KAAK6nE,cAAgBp6D,EAAOo+C,IAAK,sBAAuB7pD,SAC7DhC,KAAK8uB,OAAQ7I,GAGPA,EAAM+hD,yBACXhoE,KAAK6nE,cAAe,GAIhBp6D,EAAOgnB,IAAK,YAAazyB,OAC7BhC,KAAKi3D,OAAQhxC,IACDjmB,KAAK83B,QAAQ3R,GAAI,WAC5BkK,EAAOzY,QAAS,YAAa5V,SAG9BhC,KAAK83B,QAAQp1B,QAAS,QAAS,EAAE,IAI5B1C,KAAKqwB,QAAuD,IAA7CrwB,KAAKqwB,OAAOozC,QAAS,YAAazhE,QACrDu0B,aAAcv2B,KAAKglB,QAIvB,EACA,2BAA4B,gBAC5B,0BAA2B,gBAC3B2nC,WAAY,cACZ,sBAAuB,cACvB99B,MAAO,SAAU5I,EAAOgiD,GAIvB,IAAIhuC,EAAOj6B,KAAKqwB,QAAUrwB,KAAKkoE,aAAal4B,QAEtCi4B,GACLjoE,KAAK6uB,MAAO5I,EAAOgU,EAErB,EACA0tC,KAAM,SAAU1hD,GACfjmB,KAAKwsD,QAAQ,YACQlsD,EAAEgzC,SACrBtzC,KAAK83B,QAAS,GACdx3B,EAAEonD,GAAG6f,kBAAmBvnE,KAAKuJ,SAAU,MAGvCvJ,KAAKmoE,YAAaliD,EAEpB,GACD,EACAogD,QAAS,aAGVrmE,KAAK0hE,UAGL1hE,KAAKsqD,IAAKtqD,KAAKuJ,SAAU,CACxB4N,MAAO,SAAU8O,GACXjmB,KAAKooE,sBAAuBniD,IAChCjmB,KAAKmoE,YAAaliD,GAAO,GAI1BjmB,KAAK6nE,cAAe,CACrB,GAEF,EAEAE,cAAe,SAAU9hD,GAKxB,IAAKjmB,KAAKqoE,iBAKLpiD,EAAMqiD,UAAYtoE,KAAK8nE,kBAAkB/zD,GAC5CkS,EAAMsiD,UAAYvoE,KAAK8nE,kBAAkB9zD,GAD3C,CAKAhU,KAAK8nE,kBAAoB,CACxB/zD,EAAGkS,EAAMqiD,QACTt0D,EAAGiS,EAAMsiD,SAGV,IAAIC,EAAeloE,EAAG2lB,EAAMxY,QAASmK,QAAS,iBAC7CnK,EAASnN,EAAG2lB,EAAM25B,eAGd4oB,EAAc,KAAQ/6D,EAAQ,KAK9BA,EAAO0Y,GAAI,sBAMhBnmB,KAAK+qD,aAAct9C,EAAOi2D,WAAWntD,SAAU,oBAC9C,KAAM,mBACPvW,KAAK6uB,MAAO5I,EAAOxY,IAxBnB,CAyBD,EAEAq9C,SAAU,WACT,IAEC2d,EAFWzoE,KAAK83B,QAAQ/1B,KAAM,iBAC5B++B,WAAY,sBACGvqB,SAAU,yBACzBytD,iBACAljC,WAAY,+BAGf9gC,KAAK83B,QACHgJ,WAAY,yBACZ/+B,KAAM,YAAai3D,UAClBl4B,WAAY,yEAEZkjC,iBACA3iE,OAEHonE,EAASlyD,WAAWlW,MAAM,WACzB,IAAIqjC,EAAOpjC,EAAGN,MACT0jC,EAAKrgC,KAAM,0BACfqgC,EAAKhsB,QAEP,GACD,EAEA4tD,SAAU,SAAUr/C,GACnB,IAAIvG,EAAOgtB,EAAMg8B,EAAWC,EAC3BziD,GAAiB,EAElB,OAASD,EAAMib,SACf,KAAK5gC,EAAEonD,GAAGxmB,QAAQ6hC,QACjB/iE,KAAK4oE,aAAc3iD,GACnB,MACD,KAAK3lB,EAAEonD,GAAGxmB,QAAQ4hC,UACjB9iE,KAAK6oE,SAAU5iD,GACf,MACD,KAAK3lB,EAAEonD,GAAGxmB,QAAQ0hC,KACjB5iE,KAAK8oE,MAAO,QAAS,QAAS7iD,GAC9B,MACD,KAAK3lB,EAAEonD,GAAGxmB,QAAQuhC,IACjBziE,KAAK8oE,MAAO,OAAQ,OAAQ7iD,GAC5B,MACD,KAAK3lB,EAAEonD,GAAGxmB,QAAQkiC,GACjBpjE,KAAKktC,SAAUjnB,GACf,MACD,KAAK3lB,EAAEonD,GAAGxmB,QAAQshC,KACjBxiE,KAAKoxC,KAAMnrB,GACX,MACD,KAAK3lB,EAAEonD,GAAGxmB,QAAQ2hC,KACjB7iE,KAAKimC,SAAUhgB,GACf,MACD,KAAK3lB,EAAEonD,GAAGxmB,QAAQ+hC,MACZjjE,KAAKqwB,SAAWrwB,KAAKqwB,OAAOlK,GAAI,uBACpCnmB,KAAKi3D,OAAQhxC,GAEd,MACD,KAAK3lB,EAAEonD,GAAGxmB,QAAQwhC,MAClB,KAAKpiE,EAAEonD,GAAGxmB,QAAQgiC,MACjBljE,KAAKqlE,UAAWp/C,GAChB,MACD,KAAK3lB,EAAEonD,GAAGxmB,QAAQyhC,OACjB3iE,KAAKimC,SAAUhgB,GACf,MACD,QACCC,GAAiB,EACjBwmB,EAAO1sC,KAAKqoE,gBAAkB,GAC9BM,GAAO,EAGPD,EAAYziD,EAAMib,SAAW,IAAMjb,EAAMib,SAAW,KACjDjb,EAAMib,QAAU,IAAK3/B,WAAaooB,OAAOywB,aAAcn0B,EAAMib,SAEhE3K,aAAcv2B,KAAK+oE,aAEdL,IAAch8B,EAClBi8B,GAAO,EAEPD,EAAYh8B,EAAOg8B,EAGpBhpD,EAAQ1f,KAAKgpE,iBAAkBN,IAC/BhpD,EAAQipD,IAA+C,IAAvCjpD,EAAM8nB,MAAOxnC,KAAKqwB,OAAO+gB,QACxCpxC,KAAKqwB,OAAO44C,QAAS,iBACrBvpD,GAIW1d,SACX0mE,EAAY/+C,OAAOywB,aAAcn0B,EAAMib,SACvCxhB,EAAQ1f,KAAKgpE,iBAAkBN,IAG3BhpD,EAAM1d,QACVhC,KAAK6uB,MAAO5I,EAAOvG,GACnB1f,KAAKqoE,eAAiBK,EACtB1oE,KAAK+oE,YAAc/oE,KAAKwsD,QAAQ,kBACxBxsD,KAAKqoE,cACb,GAAG,aAEIroE,KAAKqoE,eAITniD,GACJD,EAAMC,gBAER,EAEAm/C,UAAW,SAAUp/C,GACfjmB,KAAKqwB,SAAWrwB,KAAKqwB,OAAOlK,GAAI,wBAC/BnmB,KAAKqwB,OAAO9Z,SAAU,0BAA2BvU,OACrDhC,KAAKi3D,OAAQhxC,GAEbjmB,KAAK8uB,OAAQ7I,GAGhB,EAEAy7C,QAAS,WACR,IAAW+F,EAAOyB,EAAaC,EAAUC,EACxCve,EAAO7qD,KACP+N,EAAO/N,KAAKc,QAAQsjE,MAAMoD,QAC1BiB,EAAWzoE,KAAK83B,QAAQ/1B,KAAM/B,KAAKc,QAAQ4mE,OAE5C1nE,KAAKsrD,aAAc,gBAAiB,OAAQtrD,KAAK83B,QAAQ/1B,KAAM,YAAaC,QAG5EknE,EAAcT,EAASr6D,OAAQ,kBAC7BnO,OACA8V,KAAM,CACN6qB,KAAM5gC,KAAKc,QAAQ8/B,KACnB,cAAe,OACf,gBAAiB,UAEjBvgC,MAAM,WACN,IAAI6mC,EAAO5mC,EAAGN,MACbi6B,EAAOiN,EAAKwF,OACZ28B,EAAe/oE,EAAG,UAAW+C,KAAM,yBAAyB,GAE7DwnD,EAAKqB,UAAWmd,EAAc,eAAgB,WAAat7D,GAC3DksB,EACElkB,KAAM,gBAAiB,QACvBmiB,QAASmxC,GACXniC,EAAKnxB,KAAM,kBAAmBkkB,EAAKlkB,KAAM,MAC1C,IAED/V,KAAKksD,UAAWgd,EAAa,UAAW,yCAGxCzB,EADQgB,EAASpuC,IAAKr6B,KAAK83B,SACb/1B,KAAM/B,KAAKc,QAAQ2mE,QAG3B5b,IAAK,iBAAkBxrD,MAAM,WAClC,IAAI45B,EAAO35B,EAAGN,MACT6qD,EAAKye,WAAYrvC,IACrB4wB,EAAKqB,UAAWjyB,EAAM,kBAAmB,oBAE3C,IAIAmvC,GADAD,EAAW1B,EAAM5b,IAAK,oCACCt1C,WACrBs1C,IAAK,YACJliB,WACA5zB,KAAM,CACN4qB,UAAW,EACXC,KAAM5gC,KAAKupE,cAEdvpE,KAAKksD,UAAWid,EAAU,gBACxBjd,UAAWkd,EAAa,wBAG1B3B,EAAMr5D,OAAQ,sBAAuB2H,KAAM,gBAAiB,QAGvD/V,KAAKqwB,SAAW/vB,EAAEgzC,SAAUtzC,KAAK83B,QAAS,GAAK93B,KAAKqwB,OAAQ,KAChErwB,KAAK2nE,MAEP,EAEA4B,UAAW,WACV,MAAO,CACNriC,KAAM,WACNsiC,QAAS,UACPxpE,KAAKc,QAAQ8/B,KACjB,EAEAa,WAAY,SAAU59B,EAAKG,GAC1B,GAAa,UAARH,EAAkB,CACtB,IAAIugE,EAAQpkE,KAAK83B,QAAQ/1B,KAAM,iBAC/B/B,KAAK+qD,aAAcqZ,EAAO,KAAMpkE,KAAKc,QAAQsjE,MAAMoD,SACjDtb,UAAWkY,EAAO,KAAMpgE,EAAMwjE,QACjC,CACAxnE,KAAKu+C,OAAQ16C,EAAKG,EACnB,EAEA2mD,mBAAoB,SAAU3mD,GAC7BhE,KAAKu+C,OAAQv6C,GAEbhE,KAAK83B,QAAQ/hB,KAAM,gBAAiB4T,OAAQ3lB,IAC5ChE,KAAKsrD,aAAc,KAAM,sBAAuBtnD,EACjD,EAEA6qB,MAAO,SAAU5I,EAAOgU,GACvB,IAAIwvC,EAAQC,EAASC,EACrB3pE,KAAK2nE,KAAM1hD,EAAOA,GAAwB,UAAfA,EAAMhjB,MAEjCjD,KAAK4pE,gBAAiB3vC,GAEtBj6B,KAAKqwB,OAAS4J,EAAK+V,QAEnB05B,EAAU1pE,KAAKqwB,OAAO9Z,SAAU,yBAChCvW,KAAKksD,UAAWwd,EAAS,KAAM,mBAI1B1pE,KAAKc,QAAQ8/B,MACjB5gC,KAAK83B,QAAQ/hB,KAAM,wBAAyB2zD,EAAQ3zD,KAAM,OAI3D4zD,EAAe3pE,KAAKqwB,OAClB/Z,SACCsB,QAAS,iBACRrB,SAAU,yBACdvW,KAAKksD,UAAWyd,EAAc,KAAM,mBAE/B1jD,GAAwB,YAAfA,EAAMhjB,KACnBjD,KAAK6pE,SAEL7pE,KAAKglB,MAAQhlB,KAAKwsD,QAAQ,WACzBxsD,KAAK6pE,QACN,GAAG7pE,KAAK6b,QAGT4tD,EAASxvC,EAAK1jB,SAAU,aACZvU,QAAUikB,GAAW,SAASgjB,KAAMhjB,EAAMhjB,OACrDjD,KAAK8pE,cAAeL,GAErBzpE,KAAK4nE,WAAa3tC,EAAK3jB,SAEvBtW,KAAKwhC,SAAU,QAASvb,EAAO,CAAEgU,KAAMA,GACxC,EAEA2vC,gBAAiB,SAAU3vC,GAC1B,IAAIu+B,EAAWkM,EAAYxV,EAAQ6a,EAAQC,EAAeC,EACrDjqE,KAAKkqE,eACT1R,EAAY74C,WAAYrf,EAAEiU,IAAKvU,KAAK4nE,WAAY,GAAK,oBAAwB,EAC7ElD,EAAa/kD,WAAYrf,EAAEiU,IAAKvU,KAAK4nE,WAAY,GAAK,gBAAoB,EAC1E1Y,EAASj1B,EAAKi1B,SAAS/tC,IAAMnhB,KAAK4nE,WAAW1Y,SAAS/tC,IAAMq3C,EAAYkM,EACxEqF,EAAS/pE,KAAK4nE,WAAWjrB,YACzBqtB,EAAgBhqE,KAAK4nE,WAAW50D,SAChCi3D,EAAahwC,EAAKmI,cAEb8sB,EAAS,EACblvD,KAAK4nE,WAAWjrB,UAAWotB,EAAS7a,GACzBA,EAAS+a,EAAaD,GACjChqE,KAAK4nE,WAAWjrB,UAAWotB,EAAS7a,EAAS8a,EAAgBC,GAGhE,EAEAtC,KAAM,SAAU1hD,EAAOkkD,GAChBA,GACL5zC,aAAcv2B,KAAKglB,OAGdhlB,KAAKqwB,SAIXrwB,KAAK+qD,aAAc/qD,KAAKqwB,OAAO9Z,SAAU,yBACxC,KAAM,mBAEPvW,KAAKwhC,SAAU,OAAQvb,EAAO,CAAEgU,KAAMj6B,KAAKqwB,SAC3CrwB,KAAKqwB,OAAS,KACf,EAEAy5C,cAAe,SAAUtC,GACxBjxC,aAAcv2B,KAAKglB,OAIoB,SAAlCwiD,EAAQzxD,KAAM,iBAInB/V,KAAKglB,MAAQhlB,KAAKwsD,QAAQ,WACzBxsD,KAAK6pE,SACL7pE,KAAKoqE,MAAO5C,EACb,GAAGxnE,KAAK6b,OACT,EAEAuuD,MAAO,SAAU5C,GAChB,IAAItmD,EAAW5gB,EAAEy2B,OAAQ,CACxBq4B,GAAIpvD,KAAKqwB,QACPrwB,KAAKc,QAAQogB,UAEhBqV,aAAcv2B,KAAKglB,OACnBhlB,KAAK83B,QAAQ/1B,KAAM,YAAa8pD,IAAK2b,EAAQ/D,QAAS,aACpDxjE,OACA8V,KAAM,cAAe,QAEvByxD,EACEnmE,OACAy/B,WAAY,eACZ/qB,KAAM,gBAAiB,QACvBmL,SAAUA,EACb,EAEAinD,YAAa,SAAUliD,EAAO8kB,GAC7BxU,aAAcv2B,KAAKglB,OACnBhlB,KAAKglB,MAAQhlB,KAAKwsD,QAAQ,WAGzB,IAAIpyC,EAAc2wB,EAAM/qC,KAAK83B,QAC5Bx3B,EAAG2lB,GAASA,EAAMxY,QAASmK,QAAS5X,KAAK83B,QAAQ/1B,KAAM,aAIlDqY,EAAYpY,SACjBoY,EAAcpa,KAAK83B,SAGpB93B,KAAK6pE,OAAQzvD,GAEbpa,KAAK2nE,KAAM1hD,GAGXjmB,KAAK+qD,aAAc3wC,EAAYrY,KAAM,oBAAsB,KAAM,mBAEjE/B,KAAK4nE,WAAaxtD,CACnB,GAAG2wB,EAAM,EAAI/qC,KAAK6b,MACnB,EAIAguD,OAAQ,SAAUQ,GACXA,IACLA,EAAYrqE,KAAKqwB,OAASrwB,KAAKqwB,OAAO/Z,SAAWtW,KAAK83B,SAGvDuyC,EAAUtoE,KAAM,YACd9B,OACA8V,KAAM,cAAe,QACrBA,KAAM,gBAAiB,QAC1B,EAEAqyD,sBAAuB,SAAUniD,GAChC,OAAQ3lB,EAAG2lB,EAAMxY,QAASmK,QAAS,YAAa5V,MACjD,EAEAsnE,WAAY,SAAUrvC,GAGrB,OAAQ,sBAAsBgP,KAAMhP,EAAK34B,OAC1C,EAEA2kC,SAAU,SAAUhgB,GACnB,IAAIqkD,EAAUtqE,KAAKqwB,QAClBrwB,KAAKqwB,OAAO/Z,SAASsB,QAAS,gBAAiB5X,KAAK83B,SAChDwyC,GAAWA,EAAQtoE,SACvBhC,KAAK6pE,SACL7pE,KAAK6uB,MAAO5I,EAAOqkD,GAErB,EAEArT,OAAQ,SAAUhxC,GACjB,IAAIqkD,EAAUtqE,KAAKqwB,QAAUrwB,KAAKkoE,WAAYloE,KAAKqwB,OAAO9Z,SAAU,aAAey5B,QAE9Es6B,GAAWA,EAAQtoE,SACvBhC,KAAKoqE,MAAOE,EAAQh0D,UAGpBtW,KAAKwsD,QAAQ,WACZxsD,KAAK6uB,MAAO5I,EAAOqkD,EACpB,IAEF,EAEAl5B,KAAM,SAAUnrB,GACfjmB,KAAK8oE,MAAO,OAAQ,QAAS7iD,EAC9B,EAEAinB,SAAU,SAAUjnB,GACnBjmB,KAAK8oE,MAAO,OAAQ,OAAQ7iD,EAC7B,EAEAskD,YAAa,WACZ,OAAOvqE,KAAKqwB,SAAWrwB,KAAKqwB,OAAOm6C,QAAS,iBAAkBxoE,MAC/D,EAEAyoE,WAAY,WACX,OAAOzqE,KAAKqwB,SAAWrwB,KAAKqwB,OAAO44C,QAAS,iBAAkBjnE,MAC/D,EAEAkmE,WAAY,SAAUhhC,GACrB,OAASA,GAAQlnC,KAAK83B,SACpB/1B,KAAM/B,KAAKc,QAAQ2mE,OACnBr5D,OAAQ,gBACX,EAEA06D,MAAO,SAAUvN,EAAWntD,EAAQ6X,GACnC,IAAImrB,EACCpxC,KAAKqwB,SAER+gB,EADkB,UAAdmqB,GAAuC,SAAdA,EACtBv7D,KAAKqwB,OACK,UAAdkrC,EAAwB,UAAY,WAAa,iBAClD1nB,OAEK7zC,KAAKqwB,OACTkrC,EAAY,OAAS,iBACtBvrB,SAGEoB,GAASA,EAAKpvC,QAAWhC,KAAKqwB,SACnC+gB,EAAOpxC,KAAKkoE,WAAYloE,KAAK4nE,YAAcx5D,MAG5CpO,KAAK6uB,MAAO5I,EAAOmrB,EACpB,EAEAy3B,SAAU,SAAU5iD,GACnB,IAAIgU,EAAMyT,EAAM16B,EAEVhT,KAAKqwB,OAINrwB,KAAKyqE,eAGLzqE,KAAKkqE,cACTx8B,EAAO1tC,KAAKqwB,OAAO6+B,SAAS/tC,IAC5BnO,EAAShT,KAAK83B,QAAQ8lC,cAGiB,IAAlCt9D,EAAEkM,GAAGm9C,OAAOjkD,QAAS,UACzBsN,GAAUhT,KAAK83B,QAAS,GAAI4yC,aAAe1qE,KAAK83B,QAAQsK,eAGzDpiC,KAAKqwB,OAAO44C,QAAS,iBAAkB5oE,MAAM,WAE5C,OADA45B,EAAO35B,EAAGN,OACEkvD,SAAS/tC,IAAMusB,EAAO16B,EAAS,CAC5C,IAEAhT,KAAK6uB,MAAO5I,EAAOgU,IAEnBj6B,KAAK6uB,MAAO5I,EAAOjmB,KAAKkoE,WAAYloE,KAAK4nE,YACrC5nE,KAAKqwB,OAAmB,OAAV,aAvBlBrwB,KAAKoxC,KAAMnrB,EAyBb,EAEA2iD,aAAc,SAAU3iD,GACvB,IAAIgU,EAAMyT,EAAM16B,EACVhT,KAAKqwB,OAINrwB,KAAKuqE,gBAGLvqE,KAAKkqE,cACTx8B,EAAO1tC,KAAKqwB,OAAO6+B,SAAS/tC,IAC5BnO,EAAShT,KAAK83B,QAAQ8lC,cAGiB,IAAlCt9D,EAAEkM,GAAGm9C,OAAOjkD,QAAS,UACzBsN,GAAUhT,KAAK83B,QAAS,GAAI4yC,aAAe1qE,KAAK83B,QAAQsK,eAGzDpiC,KAAKqwB,OAAOm6C,QAAS,iBAAkBnqE,MAAM,WAE5C,OADA45B,EAAO35B,EAAGN,OACEkvD,SAAS/tC,IAAMusB,EAAO16B,EAAS,CAC5C,IAEAhT,KAAK6uB,MAAO5I,EAAOgU,IAEnBj6B,KAAK6uB,MAAO5I,EAAOjmB,KAAKkoE,WAAYloE,KAAK4nE,YAAa53B,UAtBtDhwC,KAAKoxC,KAAMnrB,EAwBb,EAEAikD,WAAY,WACX,OAAOlqE,KAAK83B,QAAQsK,cAAgBpiC,KAAK83B,QAAQ7hB,KAAM,eACxD,EAEA6Y,OAAQ,SAAU7I,GAIjBjmB,KAAKqwB,OAASrwB,KAAKqwB,QAAU/vB,EAAG2lB,EAAMxY,QAASmK,QAAS,iBACxD,IAAI8vC,EAAK,CAAEztB,KAAMj6B,KAAKqwB,QAChBrwB,KAAKqwB,OAAOoE,IAAK,YAAazyB,QACnChC,KAAKmoE,YAAaliD,GAAO,GAE1BjmB,KAAKwhC,SAAU,SAAUvb,EAAOyhC,EACjC,EAEAshB,iBAAkB,SAAUN,GAC3B,IAAIiC,EAAmBjC,EAAUp0D,QAAS,8BAA+B,QACxEs2D,EAAQ,IAAIv0B,OAAQ,IAAMs0B,EAAkB,KAE7C,OAAO3qE,KAAK4nE,WACV7lE,KAAM/B,KAAKc,QAAQ2mE,OAGlBr5D,OAAQ,iBACPA,QAAQ,WACR,OAAOw8D,EAAM3hC,KACZtf,OAAO1gB,UAAUsW,KAAK5e,KACrBL,EAAGN,MAAOuW,SAAU,yBAA0BjV,QACjD,GACJ,IAuBDhB,EAAE6iC,OAAQ,kBAAmB,CAC5Bxa,QAAS,SACTmhC,eAAgB,UAChBhpD,QAAS,CACR6+B,SAAU,KACVkrC,WAAW,EACXhvD,MAAO,IACPivD,UAAW,EACX5pD,SAAU,CACTwvC,GAAI,WACJpiB,GAAI,cACJshB,UAAW,QAEZh2C,OAAQ,KAGRmxD,OAAQ,KACRtzD,MAAO,KACPoX,MAAO,KACPuF,KAAM,KACN5sB,SAAU,KACVoX,OAAQ,KACRkQ,OAAQ,MAGTk8C,aAAc,EACdC,QAAS,EACTC,gBAAiB,KAEjB5qC,QAAS,WASR,IAAI6qC,EAAkBC,EAAwBC,EAC7C7pB,EAAWxhD,KAAK83B,QAAS,GAAI0pB,SAASlkC,cACtCguD,EAA0B,aAAb9pB,EACb+pB,EAAuB,UAAb/pB,EAMXxhD,KAAKwrE,YAAcF,IAAeC,GAAWvrE,KAAKyrE,mBAAoBzrE,KAAK83B,SAE3E93B,KAAK0rE,YAAc1rE,KAAK83B,QAASwzC,GAAcC,EAAU,MAAQ,QACjEvrE,KAAK2rE,WAAY,EAEjB3rE,KAAKksD,UAAW,yBAChBlsD,KAAK83B,QAAQ/hB,KAAM,eAAgB,OAEnC/V,KAAKsqD,IAAKtqD,KAAK83B,QAAS,CACvBuuC,QAAS,SAAUpgD,GAClB,GAAKjmB,KAAK83B,QAAQ7hB,KAAM,YAIvB,OAHAk1D,GAAmB,EACnBE,GAAgB,OAChBD,GAAyB,GAI1BD,GAAmB,EACnBE,GAAgB,EAChBD,GAAyB,EACzB,IAAIlqC,EAAU5gC,EAAEonD,GAAGxmB,QACnB,OAASjb,EAAMib,SACf,KAAKA,EAAQ6hC,QACZoI,GAAmB,EACnBnrE,KAAK8oE,MAAO,eAAgB7iD,GAC5B,MACD,KAAKib,EAAQ4hC,UACZqI,GAAmB,EACnBnrE,KAAK8oE,MAAO,WAAY7iD,GACxB,MACD,KAAKib,EAAQkiC,GACZ+H,GAAmB,EACnBnrE,KAAK4rE,UAAW,WAAY3lD,GAC5B,MACD,KAAKib,EAAQshC,KACZ2I,GAAmB,EACnBnrE,KAAK4rE,UAAW,OAAQ3lD,GACxB,MACD,KAAKib,EAAQwhC,MAGP1iE,KAAKknC,KAAK7W,SAId86C,GAAmB,EACnBllD,EAAMC,iBACNlmB,KAAKknC,KAAKpY,OAAQ7I,IAEnB,MACD,KAAKib,EAAQiiC,IACPnjE,KAAKknC,KAAK7W,QACdrwB,KAAKknC,KAAKpY,OAAQ7I,GAEnB,MACD,KAAKib,EAAQyhC,OACP3iE,KAAKknC,KAAKpP,QAAQ3R,GAAI,cACpBnmB,KAAKwrE,aACVxrE,KAAK6rE,OAAQ7rE,KAAKkuB,MAEnBluB,KAAKyX,MAAOwO,GAKZA,EAAMC,kBAEP,MACD,QACCklD,GAAyB,EAGzBprE,KAAK8rE,eAAgB7lD,GAGvB,EACAwS,SAAU,SAAUxS,GACnB,GAAKklD,EAKJ,OAJAA,GAAmB,OACbnrE,KAAKwrE,cAAexrE,KAAKknC,KAAKpP,QAAQ3R,GAAI,aAC/CF,EAAMC,kBAIR,IAAKklD,EAAL,CAKA,IAAIlqC,EAAU5gC,EAAEonD,GAAGxmB,QACnB,OAASjb,EAAMib,SACf,KAAKA,EAAQ6hC,QACZ/iE,KAAK8oE,MAAO,eAAgB7iD,GAC5B,MACD,KAAKib,EAAQ4hC,UACZ9iE,KAAK8oE,MAAO,WAAY7iD,GACxB,MACD,KAAKib,EAAQkiC,GACZpjE,KAAK4rE,UAAW,WAAY3lD,GAC5B,MACD,KAAKib,EAAQshC,KACZxiE,KAAK4rE,UAAW,OAAQ3lD,GAfzB,CAkBD,EACA8gB,MAAO,SAAU9gB,GAChB,GAAKolD,EAGJ,OAFAA,GAAgB,OAChBplD,EAAMC,iBAGPlmB,KAAK8rE,eAAgB7lD,EACtB,EACA4I,MAAO,WACN7uB,KAAK+rE,aAAe,KACpB/rE,KAAKktC,SAAWltC,KAAK6rE,QACtB,EACAlE,KAAM,SAAU1hD,GACfsQ,aAAcv2B,KAAKgsE,WACnBhsE,KAAKyX,MAAOwO,GACZjmB,KAAKisE,QAAShmD,EACf,IAGDjmB,KAAKksE,cACLlsE,KAAKknC,KAAO5mC,EAAG,QACbq/B,SAAU3/B,KAAKmsE,aACfjlC,KAAM,CAGNtG,KAAM,OAEN3gC,OAQA8V,KAAM,CACN,aAAgB,OAEhBmxB,KAAM,YAERlnC,KAAKksD,UAAWlsD,KAAKknC,KAAKpP,QAAS,kBAAmB,YACtD93B,KAAKsqD,IAAKtqD,KAAKknC,KAAKpP,QAAS,CAC5Bs0C,UAAW,SAAUnmD,GAGpBA,EAAMC,gBACP,EACAmmD,UAAW,SAAUpmD,EAAOyhC,GAC3B,IAAIx8C,EAAO+uB,EAIX,GAAKj6B,KAAK2rE,YACT3rE,KAAK2rE,WAAY,EACZ1lD,EAAM+mC,eAAiB,SAAS/jB,KAAMhjB,EAAM+mC,cAAc/pD,OAO9D,OANAjD,KAAKknC,KAAKygC,YAEV3nE,KAAKuJ,SAAS+iE,IAAK,aAAa,WAC/BhsE,EAAG2lB,EAAMxY,QAAS/K,QAASujB,EAAM+mC,cAClC,IAMF/yB,EAAOytB,EAAGztB,KAAK52B,KAAM,yBAChB,IAAUrD,KAAKwhC,SAAU,QAASvb,EAAO,CAAEgU,KAAMA,KAGhDhU,EAAM+mC,eAAiB,OAAO/jB,KAAMhjB,EAAM+mC,cAAc/pD,OAC5DjD,KAAK6rE,OAAQ5xC,EAAKj2B,QAKpBkH,EAAQw8C,EAAGztB,KAAKlkB,KAAM,eAAkBkkB,EAAKj2B,QAC/B2lB,OAAO1gB,UAAUsW,KAAK5e,KAAMuK,GAAQlJ,SACjDu0B,aAAcv2B,KAAKkrE,iBACnBlrE,KAAKkrE,gBAAkBlrE,KAAKwsD,QAAQ,WACnCxsD,KAAKusE,WAAW1rE,KAAMP,EAAG,SAAUgB,KAAM4J,GAC1C,GAAG,KAEL,EACAshE,WAAY,SAAUvmD,EAAOyhC,GAC5B,IAAIztB,EAAOytB,EAAGztB,KAAK52B,KAAM,wBACxB6pC,EAAWltC,KAAKktC,SAGZltC,KAAK83B,QAAS,KAAQx3B,EAAEonD,GAAG6f,kBAAmBvnE,KAAKuJ,SAAU,MACjEvJ,KAAK83B,QAAQp1B,QAAS,SACtB1C,KAAKktC,SAAWA,EAKhBltC,KAAKwsD,QAAQ,WACZxsD,KAAKktC,SAAWA,EAChBltC,KAAK+rE,aAAe9xC,CACrB,MAGI,IAAUj6B,KAAKwhC,SAAU,SAAUvb,EAAO,CAAEgU,KAAMA,KACtDj6B,KAAK6rE,OAAQ5xC,EAAKj2B,OAKnBhE,KAAKkuB,KAAOluB,KAAK6rE,SAEjB7rE,KAAKyX,MAAOwO,GACZjmB,KAAK+rE,aAAe9xC,CACrB,IAGDj6B,KAAKusE,WAAajsE,EAAG,QAAS,CAC7BsgC,KAAM,SACN,YAAa,YACb,gBAAiB,cAEhBjB,SAAU3/B,KAAKuJ,SAAU,GAAI5B,MAE/B3H,KAAKksD,UAAWlsD,KAAKusE,WAAY,KAAM,+BAKvCvsE,KAAKsqD,IAAKtqD,KAAKmE,OAAQ,CACtBsoE,aAAc,WACbzsE,KAAK83B,QAAQgJ,WAAY,eAC1B,GAEF,EAEAgqB,SAAU,WACTv0B,aAAcv2B,KAAKgsE,WACnBhsE,KAAK83B,QAAQgJ,WAAY,gBACzB9gC,KAAKknC,KAAKpP,QAAQpgB,SAClB1X,KAAKusE,WAAW70D,QACjB,EAEA+pB,WAAY,SAAU59B,EAAKG,GAC1BhE,KAAKu+C,OAAQ16C,EAAKG,GACL,WAARH,GACJ7D,KAAKksE,cAEO,aAARroE,GACJ7D,KAAKknC,KAAKpP,QAAQ6H,SAAU3/B,KAAKmsE,aAErB,aAARtoE,GAAsBG,GAAShE,KAAKkI,KACxClI,KAAKkI,IAAIwkE,OAEX,EAEAC,uBAAwB,SAAU1mD,GACjC,IAAI2mD,EAAc5sE,KAAKknC,KAAKpP,QAAS,GAErC,OAAO7R,EAAMxY,SAAWzN,KAAK83B,QAAS,IACrC7R,EAAMxY,SAAWm/D,GACjBtsE,EAAEgzC,SAAUs5B,EAAa3mD,EAAMxY,OACjC,EAEAo/D,qBAAsB,SAAU5mD,GACzBjmB,KAAK2sE,uBAAwB1mD,IAClCjmB,KAAKyX,OAEP,EAEA00D,UAAW,WACV,IAAIr0C,EAAU93B,KAAKc,QAAQ6+B,SAgB3B,OAdK7H,IACJA,EAAUA,EAAQ6xB,QAAU7xB,EAAQgoB,SACnCx/C,EAAGw3B,GACH93B,KAAKuJ,SAASxH,KAAM+1B,GAAU0rC,GAAI,IAG9B1rC,GAAYA,EAAS,KAC1BA,EAAU93B,KAAK83B,QAAQlgB,QAAS,sBAG3BkgB,EAAQ91B,SACb81B,EAAU93B,KAAKuJ,SAAU,GAAI5B,MAGvBmwB,CACR,EAEAo0C,YAAa,WACZ,IAAI79B,EAAOlrC,EACV0nD,EAAO7qD,KACH89B,MAAMC,QAAS/9B,KAAKc,QAAQ8Y,SAChCy0B,EAAQruC,KAAKc,QAAQ8Y,OACrB5Z,KAAK4Z,OAAS,SAAU9R,EAASN,GAChCA,EAAUlH,EAAEonD,GAAG9gB,aAAax4B,OAAQigC,EAAOvmC,EAAQomB,MACpD,GAC0C,iBAAxBluB,KAAKc,QAAQ8Y,QAC/BzW,EAAMnD,KAAKc,QAAQ8Y,OACnB5Z,KAAK4Z,OAAS,SAAU9R,EAASN,GAC3BqjD,EAAK3iD,KACT2iD,EAAK3iD,IAAIwkE,QAEV7hB,EAAK3iD,IAAM5H,EAAE80C,KAAM,CAClBjyC,IAAKA,EACLE,KAAMyE,EACNktC,SAAU,OACV1xC,QAAS,SAAUD,GAClBmE,EAAUnE,EACX,EACA3C,MAAO,WACN8G,EAAU,GACX,GAEF,GAEAxH,KAAK4Z,OAAS5Z,KAAKc,QAAQ8Y,MAE7B,EAEAkyD,eAAgB,SAAU7lD,GACzBsQ,aAAcv2B,KAAKgsE,WACnBhsE,KAAKgsE,UAAYhsE,KAAKwsD,QAAQ,WAG7B,IAAIsgB,EAAc9sE,KAAKkuB,OAASluB,KAAK6rE,SACpCkB,EAAc/sE,KAAKknC,KAAKpP,QAAQ3R,GAAI,YACpC6mD,EAAc/mD,EAAMs/C,QAAUt/C,EAAMu/C,SAAWv/C,EAAMgnD,SAAWhnD,EAAMinD,SAEjEJ,KAAiBA,GAAgBC,GAAgBC,KACtDhtE,KAAK+rE,aAAe,KACpB/rE,KAAK4e,OAAQ,KAAMqH,GAErB,GAAGjmB,KAAKc,QAAQ+a,MACjB,EAEA+C,OAAQ,SAAU5a,EAAOiiB,GAMxB,OALAjiB,EAAiB,MAATA,EAAgBA,EAAQhE,KAAK6rE,SAGrC7rE,KAAKkuB,KAAOluB,KAAK6rE,SAEZ7nE,EAAMhC,OAAShC,KAAKc,QAAQgqE,UACzB9qE,KAAKyX,MAAOwO,IAGsB,IAArCjmB,KAAKwhC,SAAU,SAAUvb,GAIvBjmB,KAAKmtE,QAASnpE,QAJrB,CAKD,EAEAmpE,QAAS,SAAUnpE,GAClBhE,KAAKirE,UACLjrE,KAAKksD,UAAW,2BAChBlsD,KAAKotE,cAAe,EAEpBptE,KAAK4Z,OAAQ,CAAEsU,KAAMlqB,GAAShE,KAAKqtE,YACpC,EAEAA,UAAW,WACV,IAAI7lC,IAAUxnC,KAAKgrE,aAEnB,OAAO,SAAUz7D,GACXi4B,IAAUxnC,KAAKgrE,cACnBhrE,KAAKstE,WAAY/9D,GAGlBvP,KAAKirE,UACCjrE,KAAKirE,SACVjrE,KAAK+qD,aAAc,0BAErB,EAAEvnD,KAAMxD,KACT,EAEAstE,WAAY,SAAU/9D,GAChBA,IACJA,EAAUvP,KAAKutE,WAAYh+D,IAE5BvP,KAAKwhC,SAAU,WAAY,KAAM,CAAEjyB,QAASA,KACtCvP,KAAKc,QAAQipD,UAAYx6C,GAAWA,EAAQvN,SAAWhC,KAAKotE,cACjEptE,KAAKwtE,SAAUj+D,GACfvP,KAAKwhC,SAAU,SAIfxhC,KAAK6pE,QAEP,EAEApyD,MAAO,SAAUwO,GAChBjmB,KAAKotE,cAAe,EACpBptE,KAAK6pE,OAAQ5jD,EACd,EAEA4jD,OAAQ,SAAU5jD,GAGjBjmB,KAAKisD,KAAMjsD,KAAKuJ,SAAU,aAErBvJ,KAAKknC,KAAKpP,QAAQ3R,GAAI,cAC1BnmB,KAAKknC,KAAKpP,QAAQ73B,OAClBD,KAAKknC,KAAKygC,OACV3nE,KAAK2rE,WAAY,EACjB3rE,KAAKwhC,SAAU,QAASvb,GAE1B,EAEAgmD,QAAS,SAAUhmD,GACbjmB,KAAKktC,WAAaltC,KAAK6rE,UAC3B7rE,KAAKwhC,SAAU,SAAUvb,EAAO,CAAEgU,KAAMj6B,KAAK+rE,cAE/C,EAEAwB,WAAY,SAAU9F,GAGrB,OAAKA,EAAMzlE,QAAUylE,EAAO,GAAIv8D,OAASu8D,EAAO,GAAIzjE,MAC5CyjE,EAEDnnE,EAAEyM,IAAK06D,GAAO,SAAUxtC,GAC9B,MAAqB,iBAATA,EACJ,CACN/uB,MAAO+uB,EACPj2B,MAAOi2B,GAGF35B,EAAEy2B,OAAQ,CAAC,EAAGkD,EAAM,CAC1B/uB,MAAO+uB,EAAK/uB,OAAS+uB,EAAKj2B,MAC1BA,MAAOi2B,EAAKj2B,OAASi2B,EAAK/uB,OAE5B,GACD,EAEAsiE,SAAU,SAAU/F,GACnB,IAAIgG,EAAKztE,KAAKknC,KAAKpP,QAAQ+J,QAC3B7hC,KAAK0tE,YAAaD,EAAIhG,GACtBznE,KAAK2rE,WAAY,EACjB3rE,KAAKknC,KAAKw6B,UAGV+L,EAAGpsE,OACHrB,KAAKinC,cACLwmC,EAAGvsD,SAAU5gB,EAAEy2B,OAAQ,CACtBq4B,GAAIpvD,KAAK83B,SACP93B,KAAKc,QAAQogB,WAEXlhB,KAAKc,QAAQ+pE,WACjB7qE,KAAKknC,KAAKkK,OAIXpxC,KAAKsqD,IAAKtqD,KAAKuJ,SAAU,CACxB6iE,UAAW,wBAEb,EAEAnlC,YAAa,WACZ,IAAIwmC,EAAKztE,KAAKknC,KAAKpP,QACnB21C,EAAGtmC,WAAYv2B,KAAKkC,IAInB26D,EAAG16D,MAAO,IAAKo0B,aAAe,EAC9BnnC,KAAK83B,QAAQqP,cAEf,EAEAumC,YAAa,SAAUD,EAAIhG,GAC1B,IAAI5c,EAAO7qD,KACXM,EAAED,KAAMonE,GAAO,SAAUjgC,EAAOvN,GAC/B4wB,EAAK8iB,gBAAiBF,EAAIxzC,EAC3B,GACD,EAEA0zC,gBAAiB,SAAUF,EAAIxzC,GAC9B,OAAOj6B,KAAK4tE,YAAaH,EAAIxzC,GAAO52B,KAAM,uBAAwB42B,EACnE,EAEA2zC,YAAa,SAAUH,EAAIxzC,GAC1B,OAAO35B,EAAG,QACR0V,OAAQ1V,EAAG,SAAUgB,KAAM24B,EAAK/uB,QAChCy0B,SAAU8tC,EACb,EAEA3E,MAAO,SAAUvN,EAAWt1C,GAC3B,GAAMjmB,KAAKknC,KAAKpP,QAAQ3R,GAAI,YAI5B,OAAKnmB,KAAKknC,KAAKqjC,eAAiB,YAAYthC,KAAMsyB,IAChDv7D,KAAKknC,KAAKujC,cAAgB,QAAQxhC,KAAMsyB,IAEnCv7D,KAAKwrE,aACVxrE,KAAK6rE,OAAQ7rE,KAAKkuB,WAGnBluB,KAAKknC,KAAKygC,aAGX3nE,KAAKknC,KAAMq0B,GAAat1C,GAbvBjmB,KAAK4e,OAAQ,KAAMqH,EAcrB,EAEAkd,OAAQ,WACP,OAAOnjC,KAAKknC,KAAKpP,OAClB,EAEA+zC,OAAQ,WACP,OAAO7rE,KAAK0rE,YAAYhxD,MAAO1a,KAAK83B,QAASjtB,UAC9C,EAEA+gE,UAAW,SAAUiC,EAAU5nD,GACxBjmB,KAAKwrE,cAAexrE,KAAKknC,KAAKpP,QAAQ3R,GAAI,cAC/CnmB,KAAK8oE,MAAO+E,EAAU5nD,GAGtBA,EAAMC,iBAER,EAMAulD,mBAAoB,SAAU3zC,GAC7B,IAAMA,EAAQ91B,OACb,OAAO,EAGR,IAAI8rE,EAAWh2C,EAAQ7hB,KAAM,mBAE7B,MAAkB,YAAb63D,EACG9tE,KAAKyrE,mBAAoB3zC,EAAQxhB,UAGrB,SAAbw3D,CACR,IAGDxtE,EAAEy2B,OAAQz2B,EAAEonD,GAAG9gB,aAAc,CAC5BmnC,YAAa,SAAU/pE,GACtB,OAAOA,EAAMsQ,QAAS,8BAA+B,OACtD,EACAlG,OAAQ,SAAUigC,EAAOngB,GACxB,IAAIykB,EAAU,IAAI0D,OAAQ/1C,EAAEonD,GAAG9gB,aAAamnC,YAAa7/C,GAAQ,KACjE,OAAO5tB,EAAE0tE,KAAM3/B,GAAO,SAAUrqC,GAC/B,OAAO2uC,EAAQ1J,KAAMjlC,EAAMkH,OAASlH,EAAMA,OAASA,EACpD,GACD,IAMD1D,EAAE6iC,OAAQ,kBAAmB7iC,EAAEonD,GAAG9gB,aAAc,CAC/C9lC,QAAS,CACRmtE,SAAU,CACTC,UAAW,qBACXxmE,QAAS,SAAUymE,GAClB,OAAOA,GAAWA,EAAS,EAAI,eAAiB,cAC/C,qDACF,IAIFb,WAAY,SAAU/9D,GACrB,IAAIhF,EACJvK,KAAK4oD,YAAa/9C,WACb7K,KAAKc,QAAQipD,UAAY/pD,KAAKotE,eAIlC7iE,EADIgF,GAAWA,EAAQvN,OACbhC,KAAKc,QAAQmtE,SAASvmE,QAAS6H,EAAQvN,QAEvChC,KAAKc,QAAQmtE,SAASC,UAEjC33C,aAAcv2B,KAAKkrE,iBACnBlrE,KAAKkrE,gBAAkBlrE,KAAKwsD,QAAQ,WACnCxsD,KAAKusE,WAAW1rE,KAAMP,EAAG,SAAUgB,KAAMiJ,GAC1C,GAAG,KACJ,IAGyBjK,EAAEonD,GAAG9gB,aAA/B,IA8+BIwnC,EAx9BAC,EAA0B,0BAw/B9B,SAASC,IACRtuE,KAAKuuE,SAAW,KAChBvuE,KAAK4rE,WAAY,EACjB5rE,KAAKwuE,gBAAkB,GACvBxuE,KAAKyuE,oBAAqB,EAC1BzuE,KAAK0uE,WAAY,EACjB1uE,KAAK2uE,WAAa,oBAClB3uE,KAAK4uE,aAAe,uBACpB5uE,KAAK6uE,aAAe,uBACpB7uE,KAAK8uE,cAAgB,wBACrB9uE,KAAK+uE,aAAe,uBACpB/uE,KAAKgvE,cAAgB,yBACrBhvE,KAAKivE,mBAAqB,6BAC1BjvE,KAAKkvE,cAAgB,4BACrBlvE,KAAKmvE,cAAgB,+BACrBnvE,KAAKovE,SAAW,GAChBpvE,KAAKovE,SAAU,IAAO,CACrBC,UAAW,OACXC,SAAU,OACVC,SAAU,OACVC,YAAa,QACbC,WAAY,CAAE,UAAW,WAAY,QAAS,QAAS,MAAO,OAC7D,OAAQ,SAAU,YAAa,UAAW,WAAY,YACvDC,gBAAiB,CAAE,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,OAChGC,SAAU,CAAE,SAAU,SAAU,UAAW,YAAa,WAAY,SAAU,YAC9EC,cAAe,CAAE,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,OAC3DC,YAAa,CAAE,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,MACnDC,WAAY,KACZC,WAAY,WACZC,SAAU,EACV7zB,OAAO,EACP8zB,oBAAoB,EACpBC,WAAY,GACZC,iBAAkB,eAClBC,gBAAiB,eAElBpwE,KAAKqwE,UAAY,CAChBC,OAAQ,QAERC,SAAU,SACVC,YAAa,CAAC,EACdC,YAAa,KAEbC,WAAY,GACZC,WAAY,MACZC,YAAa,GACbC,iBAAiB,EACjBC,kBAAkB,EAElBC,wBAAwB,EACxBC,aAAa,EACbC,aAAa,EACbC,YAAY,EACZC,UAAW,YAGXC,iBAAiB,EACjBC,mBAAmB,EACnBC,UAAU,EACVC,cAAevxE,KAAKwxE,YAEpBC,gBAAiB,MAGjBC,QAAS,KACTC,QAAS,KACTrkB,SAAU,OACVskB,cAAe,KAGfC,WAAY,KAEZC,SAAU,KACVC,kBAAmB,KACnBC,QAAS,KACTC,mBAAoB,KACpBC,eAAgB,EAChBC,iBAAkB,EAClBC,WAAY,EACZC,cAAe,GACfC,SAAU,GACVC,UAAW,GACXC,gBAAgB,EAChBC,iBAAiB,EACjBC,UAAU,EACV3oB,UAAU,GAEXzpD,EAAEy2B,OAAQ/2B,KAAKqwE,UAAWrwE,KAAKovE,SAAU,KACzCpvE,KAAKovE,SAASuD,GAAKryE,EAAEy2B,QAAQ,EAAM,CAAC,EAAG/2B,KAAKovE,SAAU,KACtDpvE,KAAKovE,SAAU,SAAY9uE,EAAEy2B,QAAQ,EAAM,CAAC,EAAG/2B,KAAKovE,SAASuD,IAC7D3yE,KAAK4yE,MAAQC,EAAsBvyE,EAAG,YAAcN,KAAK2uE,WAAa,+FACvE,CAs8DA,SAASkE,EAAsBD,GAC9B,IAAIt3D,EAAW,iFACf,OAAOs3D,EAAM76D,GAAI,WAAYuD,GAAU,WACrChb,EAAGN,MAAOyC,YAAa,mBACkC,IAApDzC,KAAKu6B,UAAU70B,QAAS,uBAC5BpF,EAAGN,MAAOyC,YAAa,6BAEiC,IAApDzC,KAAKu6B,UAAU70B,QAAS,uBAC5BpF,EAAGN,MAAOyC,YAAa,2BAEzB,IACCsV,GAAI,YAAauD,EAAUw3D,EAC9B,CAEA,SAASA,IACFxyE,EAAEyyE,WAAWC,sBAAuB5E,EAAsB6E,OAAS7E,EAAsBwE,MAAMt8D,SAAU,GAAM83D,EAAsBrnC,MAAO,MACjJzmC,EAAGN,MAAOyjE,QAAS,2BAA4B1hE,KAAM,KAAMU,YAAa,kBACxEnC,EAAGN,MAAO2C,SAAU,mBACqC,IAApD3C,KAAKu6B,UAAU70B,QAAS,uBAC5BpF,EAAGN,MAAO2C,SAAU,6BAEoC,IAApD3C,KAAKu6B,UAAU70B,QAAS,uBAC5BpF,EAAGN,MAAO2C,SAAU,4BAGvB,CAGA,SAASuwE,EAAyBzlE,EAAQxI,GAEzC,IAAM,IAAIwG,KADVnL,EAAEy2B,OAAQtpB,EAAQxI,GACAA,EACK,MAAjBA,EAAOwG,KACXgC,EAAQhC,GAASxG,EAAOwG,IAG1B,OAAOgC,CACR,CA3jG0BnN,EAAE6iC,OAAQ,kBAAmB,CACtDxa,QAAS,SACTmhC,eAAgB,QAChBhpD,QAAS,CACRy6D,UAAW,aACXxR,SAAU,KACVopB,aAAa,EACb1L,MAAO,CACN,OAAU,uEACV,kBAAqB,yBACrB,cAAiB,8CACjB,WAAc,SACd,QAAW,sBAIbnnC,QAAS,WACRtgC,KAAKozE,UACN,EAGAA,SAAU,WACTpzE,KAAK83B,QAAQ/hB,KAAM,OAAQ,WAC3B/V,KAAK0hE,SACN,EAEA5W,SAAU,WACT9qD,KAAKqzE,iBAAkB,WACvBrzE,KAAKszE,aAAatoB,WAAY,wBAC9BhrD,KAAK83B,QAAQgJ,WAAY,QACpB9gC,KAAKc,QAAQ2mE,MAAM8L,mBACvBvzE,KAAK83B,QACH/1B,KAAM/B,KAAKc,QAAQ2mE,MAAM8L,mBACzBxxE,KAAM,mCACNqlC,WAAWosC,QAEf,EAEAC,aAAc,WACb,IAAI5oB,EAAO7qD,KACVszE,EAAe,GAGhBhzE,EAAED,KAAML,KAAKc,QAAQ2mE,OAAO,SAAUtkC,EAAQ7nB,GAC7C,IAAI+nD,EACAviE,EAAU,CAAC,EAGf,GAAMwa,EAIN,MAAgB,sBAAX6nB,IACJkgC,EAASxY,EAAK/yB,QAAQ/1B,KAAMuZ,IACrBjb,MAAM,WACZ,IAAIy3B,EAAUx3B,EAAGN,MAEZ83B,EAAQvhB,SAAU,mCAAoCvU,QAG3D81B,EAAQsP,WACNssC,QAAS,uDACZ,IACA7oB,EAAKqB,UAAWmX,EAAQ,KAAM,qDAC9BiQ,EAAeA,EAAazzC,OAAQwjC,EAAOv7C,cAKtCxnB,EAAEkM,GAAI22B,KAOXriC,EADI+pD,EAAM,IAAM1nB,EAAS,WACf0nB,EAAM,IAAM1nB,EAAS,WAAa,UAElC,CAAEjsB,QAAS,CAAC,GAIvB2zC,EAAK/yB,QACH/1B,KAAMuZ,GACNjb,MAAM,WACN,IAAIy3B,EAAUx3B,EAAGN,MACbwyC,EAAW1a,EAASqL,GAAU,YAI9BwwC,EAAkBrzE,EAAE6iC,OAAOpM,OAAQ,CAAC,EAAGj2B,GAI3C,GAAgB,WAAXqiC,IAAuBrL,EAAQxhB,OAAQ,eAAgBtU,OAA5D,CAKMwwC,IACLA,EAAW1a,EAASqL,KAAYA,GAAU,aAEtCqP,IACJmhC,EAAgBz8D,QACf2zC,EAAK+oB,sBAAuBD,EAAgBz8D,QAASs7B,IAEvD1a,EAASqL,GAAUwwC,GAInB,IAAIE,EAAgB/7C,EAASqL,GAAU,UACvC7iC,EAAE+C,KAAMwwE,EAAe,GAAK,uBAC3BrhC,GAAsB1a,EAASqL,GAAU,aAE1CmwC,EAAa5lE,KAAMmmE,EAAe,GAlBlC,CAmBD,KACF,IAEA7zE,KAAKszE,aAAehzE,EAAGA,EAAEsrD,WAAY0nB,IACrCtzE,KAAKksD,UAAWlsD,KAAKszE,aAAc,uBACpC,EAEAD,iBAAkB,SAAUzwE,GAC3B5C,KAAKszE,aAAajzE,MAAM,WACvB,IACCgD,EADa/C,EAAGN,MACDqD,KAAM,wBACjBA,GAAQA,EAAMT,IAClBS,EAAMT,IAER,GACD,EAEAkxE,mBAAoB,SAAUh8C,EAAS5W,GACtC,IACImZ,EAAMr6B,KAAK+zE,oBAAqB7yD,EAAU,SAAUhK,QAAQhM,MAEhElL,KAAK+qD,aAAcjzB,EAAS,KAHf,+EAIb93B,KAAKksD,UAAWp0B,EAAS,KAAMuC,EAChC,EAEA05C,oBAAqB,SAAU7yD,EAAUrd,GACxC,IAAI03D,EAAuC,aAA3Bv7D,KAAKc,QAAQy6D,UACzBz2D,EAAS,CACZoS,QAAS,CAAC,GASX,OAPApS,EAAOoS,QAASrT,GAAQ,CACvB,OAAU,GACV,MAAS,cAAiB03D,EAAY,MAAQ,QAC9C,KAAQ,cAAiBA,EAAY,SAAW,SAChD,KAAQ,iBACNr6C,GAEIpc,CACR,EAEAkvE,gBAAiB,SAAU9yD,GAC1B,IAAIpgB,EAAUd,KAAK+zE,oBAAqB7yD,EAAU,cAKlD,OAHApgB,EAAQoW,QAAS,iBAAoB,GACrCpW,EAAQoW,QAAS,mBAAsB,GAEhCpW,CACR,EAEAmzE,eAAgB,SAAU/yD,GACzB,OAAOlhB,KAAK+zE,oBAAqB7yD,EAAU,YAC5C,EAEAgzD,sBAAuB,SAAUhzD,GAChC,OAAOlhB,KAAK+zE,oBAAqB7yD,EAAU,yBAC5C,EAEAizD,mBAAoB,SAAUjzD,GAC7B,IAAIq6C,EAAuC,aAA3Bv7D,KAAKc,QAAQy6D,UAC7B,MAAO,CACNxoD,QAAOwoD,GAAY,OACnBrkD,QAAS,CACRk9D,OAAQ,CACP,4BAA6B,GAC7B,8BAA+B,IAEhCpkC,MAAO,CACN,4BAA6B,cAAiBurB,EAAY,MAAQ,MAClE,8BAA+B,cAAiBA,EAAY,MAAQ,SAErE1nB,KAAM,CACL,4BAA6B0nB,EAAY,GAAK,eAC9C,8BAA+B,cAAiBA,EAAY,SAAW,UAExE8Y,KAAM,CACL,4BAA6B,gBAC7B,8BAA+B,kBAG9BnzD,GAEL,EAEA0yD,sBAAuB,SAAU18D,EAASs7B,GACzC,IAAI1tC,EAAS,CAAC,EAMd,OALAxE,EAAED,KAAM6W,GAAS,SAAUrT,GAC1B,IAAI4oC,EAAU+F,EAAS1xC,QAAQoW,QAASrT,IAAS,GACjD4oC,EAAU9iB,OAAO1gB,UAAUsW,KAAK5e,KAAM8rC,EAAQn4B,QAAS+5D,EAAyB,KAChFvpE,EAAQjB,IAAU4oC,EAAU,IAAMv1B,EAASrT,IAAQyQ,QAAS,OAAQ,IACrE,IACOxP,CACR,EAEA28B,WAAY,SAAU59B,EAAKG,GACb,cAARH,GACJ7D,KAAK+qD,aAAc,mBAAqB/qD,KAAKc,QAAQy6D,WAGtDv7D,KAAKu+C,OAAQ16C,EAAKG,GACL,aAARH,EAKL7D,KAAK0hE,UAJJ1hE,KAAKqzE,iBAAkBrvE,EAAQ,UAAY,SAK7C,EAEA09D,QAAS,WACR,IAAInrD,EACHs0C,EAAO7qD,KAERA,KAAKksD,UAAW,mCAAqClsD,KAAKc,QAAQy6D,WAElC,eAA3Bv7D,KAAKc,QAAQy6D,WACjBv7D,KAAKksD,UAAW,KAAM,sBAEvBlsD,KAAKyzE,eAELl9D,EAAWvW,KAAKszE,aAGXtzE,KAAKc,QAAQqyE,cACjB58D,EAAWA,EAASnI,OAAQ,aAGxBmI,EAASvU,SAIb1B,EAAED,KAAM,CAAE,QAAS,SAAU,SAAUmnC,EAAOxjC,GAC7C,IAAIwuC,EAAWj8B,EAAUvS,KAAUX,KAAM,wBAEzC,GAAKmvC,GAAYqY,EAAM,IAAMrY,EAASyW,WAAa,WAAc,CAChE,IAAInoD,EAAU+pD,EAAM,IAAMrY,EAASyW,WAAa,WAC3B,IAApB1yC,EAASvU,OAAe,OAASgC,GAElClD,EAAQoW,QAAU2zC,EAAK+oB,sBAAuB9yE,EAAQoW,QAASs7B,GAC/DA,EAAS1a,QAAS0a,EAASyW,YAAcnoD,EAC1C,MACC+pD,EAAKipB,mBAAoBv9D,EAAUvS,KAAWA,EAEhD,IAGAhE,KAAKqzE,iBAAkB,WAEzB,IAuBD/yE,EAAE6iC,OAAQ,mBAAoB,CAAE7iC,EAAEonD,GAAG6Z,eAAgB,CACpD54C,QAAS,SACT7nB,QAAS,CACRipD,SAAU,KACV7+C,MAAO,KACP6C,MAAM,EACNmJ,QAAS,CACR,yBAA0B,gBAC1B,wBAAyB,kBAI3BwzC,kBAAmB,WAClB,IAAIX,EAAUsZ,EAAQiR,EAClBxzE,EAAUd,KAAKu+C,UAAY,CAAC,EAyChC,OApCAv+C,KAAKu0E,YAELlR,EAASrjE,KAAK83B,QAAQurC,SAGtBrjE,KAAKkL,MAAQ5K,EAAG+iE,EAAQA,EAAOrhE,OAAS,IAClChC,KAAKkL,MAAMlJ,QAChB1B,EAAEI,MAAO,2CAGVV,KAAKw0E,cAAgB,IAOrBF,EAAgBt0E,KAAKkL,MAAMk8B,WAAWykB,IAAK7rD,KAAK83B,QAAS,KAEtC91B,SAClBhC,KAAKw0E,eAAiBF,EACpBjhE,QACAqgE,QAAS,eACTp9D,SACAzV,QAIEb,KAAKw0E,gBACT1zE,EAAQoK,MAAQlL,KAAKw0E,eAIL,OADjBzqB,EAAW/pD,KAAK83B,QAAS,GAAIiyB,YAE5BjpD,EAAQipD,SAAWA,GAEbjpD,CACR,EAEAw/B,QAAS,WACR,IAAIm0C,EAAUz0E,KAAK83B,QAAS,GAAI28C,QAEhCz0E,KAAK2hE,wBAEyB,MAAzB3hE,KAAKc,QAAQipD,WACjB/pD,KAAKc,QAAQipD,SAAW/pD,KAAK83B,QAAS,GAAIiyB,UAG3C/pD,KAAKyhC,WAAY,WAAYzhC,KAAKc,QAAQipD,UAC1C/pD,KAAKksD,UAAW,mBAAoB,+BACpClsD,KAAKksD,UAAWlsD,KAAKkL,MAAO,yBAA0B,uBAEnC,UAAdlL,KAAKiD,MACTjD,KAAKksD,UAAWlsD,KAAKkL,MAAO,gCAGxBlL,KAAKc,QAAQoK,OAASlL,KAAKc,QAAQoK,QAAUlL,KAAKw0E,cACtDx0E,KAAK00E,eACM10E,KAAKw0E,gBAChBx0E,KAAKc,QAAQoK,MAAQlL,KAAKw0E,eAG3Bx0E,KAAKozE,WAEAqB,GACJz0E,KAAKksD,UAAWlsD,KAAKkL,MAAO,2BAA4B,mBAGzDlL,KAAKsqD,IAAK,CACTygB,OAAQ,iBACRl8C,MAAO,WACN7uB,KAAKksD,UAAWlsD,KAAKkL,MAAO,KAAM,iCACnC,EACAy8D,KAAM,WACL3nE,KAAK+qD,aAAc/qD,KAAKkL,MAAO,KAAM,iCACtC,GAEF,EAEAqpE,UAAW,WACV,IAAI/yB,EAAWxhD,KAAK83B,QAAS,GAAI0pB,SAASlkC,cAC1Ctd,KAAKiD,KAAOjD,KAAK83B,QAAS,GAAI70B,KACZ,UAAbu+C,GAAyB,iBAAiBvY,KAAMjpC,KAAKiD,OACzD3C,EAAEI,MAAO,kDAAoD8gD,EAC5D,qBAAuBxhD,KAAKiD,KAE/B,EAGAmwE,SAAU,WACTpzE,KAAK20E,YAAa30E,KAAK83B,QAAS,GAAI28C,QACrC,EAEAtxC,OAAQ,WACP,OAAOnjC,KAAKkL,KACb,EAEA0pE,eAAgB,WACf,IACInpE,EAAOzL,KAAK83B,QAAS,GAAIrsB,KACzBopE,EAAe,eAAiBv0E,EAAEwhE,eAAgBr2D,GAAS,KAE/D,OAAMA,GAIDzL,KAAKgoC,KAAKhmC,OACN1B,EAAGN,KAAKgoC,KAAM,GAAImZ,UAAW/yC,OAAQymE,GAIrCv0E,EAAGu0E,GAAezmE,QAAQ,WACjC,OAAoC,IAA7B9N,EAAGN,MAAOshE,QAAQt/D,MAC1B,KAGY6pD,IAAK7rD,KAAK83B,SAbfx3B,EAAG,GAcZ,EAEAw0E,eAAgB,WACf,IAAIL,EAAUz0E,KAAK83B,QAAS,GAAI28C,QAChCz0E,KAAKsrD,aAActrD,KAAKkL,MAAO,2BAA4B,kBAAmBupE,GAEzEz0E,KAAKc,QAAQiN,MAAsB,aAAd/N,KAAKiD,MAC9BjD,KAAKsrD,aAActrD,KAAK+N,KAAM,KAAM,iCAAkC0mE,GACpEnpB,aAActrD,KAAK+N,KAAM,KAAM,iBAAkB0mE,GAGjC,UAAdz0E,KAAKiD,MACTjD,KAAK40E,iBACHv0E,MAAM,WACN,IAAImyC,EAAWlyC,EAAGN,MAAO+0E,cAAe,YAEnCviC,GACJA,EAASuY,aAAcvY,EAAStnC,MAC/B,2BAA4B,kBAE/B,GAEH,EAEA4/C,SAAU,WACT9qD,KAAK4hE,0BAEA5hE,KAAK+N,OACT/N,KAAK+N,KAAK2J,SACV1X,KAAKg1E,UAAUt9D,SAEjB,EAEA+pB,WAAY,SAAU59B,EAAKG,GAG1B,GAAa,UAARH,GAAoBG,EAAzB,CAMA,GAFAhE,KAAKu+C,OAAQ16C,EAAKG,GAEL,aAARH,EAKJ,OAJA7D,KAAKsrD,aAActrD,KAAKkL,MAAO,KAAM,oBAAqBlH,QAC1DhE,KAAK83B,QAAS,GAAIiyB,SAAW/lD,GAK9BhE,KAAK0hE,SAXL,CAYD,EAEAiT,YAAa,SAAUF,GACtB,IAAI5lC,EAAQ,8BAEP7uC,KAAKc,QAAQiN,MACX/N,KAAK+N,OACV/N,KAAK+N,KAAOzN,EAAG,UACfN,KAAKg1E,UAAY10E,EAAG,kBACpBN,KAAKksD,UAAWlsD,KAAKg1E,UAAW,gCAGd,aAAdh1E,KAAKiD,MACT4rC,GAAS4lC,EAAU,iCAAmC,gBACtDz0E,KAAK+qD,aAAc/qD,KAAK+N,KAAM,KAAM0mE,EAAU,gBAAkB,kBAEhE5lC,GAAS,gBAEV7uC,KAAKksD,UAAWlsD,KAAK+N,KAAM,wBAAyB8gC,GAC9C4lC,GACLz0E,KAAK+qD,aAAc/qD,KAAK+N,KAAM,KAAM,kCAErC/N,KAAK+N,KAAK4zB,UAAW3hC,KAAKkL,OAAQ+pE,MAAOj1E,KAAKg1E,iBACrB50E,IAAdJ,KAAK+N,OAChB/N,KAAK+N,KAAK2J,SACV1X,KAAKg1E,UAAUt9D,gBACR1X,KAAK+N,KAEd,EAEA2mE,aAAc,WAGb,IAAIttC,EAAWpnC,KAAKkL,MAAMk8B,WAAWykB,IAAK7rD,KAAK83B,QAAS,IACnD93B,KAAK+N,OACTq5B,EAAWA,EAASykB,IAAK7rD,KAAK+N,KAAM,KAEhC/N,KAAKg1E,YACT5tC,EAAWA,EAASykB,IAAK7rD,KAAKg1E,UAAW,KAE1C5tC,EAAS1vB,SAET1X,KAAKkL,MAAM8K,OAAQhW,KAAKc,QAAQoK,MACjC,EAEAw2D,QAAS,WACR,IAAI+S,EAAUz0E,KAAK83B,QAAS,GAAI28C,QAC/BS,EAAal1E,KAAK83B,QAAS,GAAIiyB,SAEhC/pD,KAAK20E,YAAaF,GAClBz0E,KAAKsrD,aAActrD,KAAKkL,MAAO,2BAA4B,kBAAmBupE,GAClD,OAAvBz0E,KAAKc,QAAQoK,OACjBlL,KAAK00E,eAGDQ,IAAel1E,KAAKc,QAAQipD,UAChC/pD,KAAKohC,YAAa,CAAE,SAAY8zC,GAElC,KAI0B50E,EAAEonD,GAAGqtB,cAsBhCz0E,EAAE6iC,OAAQ,YAAa,CACtBxa,QAAS,SACTmhC,eAAgB,WAChBhpD,QAAS,CACRoW,QAAS,CACR,YAAa,iBAEd6yC,SAAU,KACVh8C,KAAM,KACNonE,aAAc,YACdjqE,MAAO,KACPkqE,WAAW,GAGZ1qB,kBAAmB,WAClB,IAAIX,EAIHjpD,EAAUd,KAAKu+C,UAAY,CAAC,EAc7B,OAZAv+C,KAAKurE,QAAUvrE,KAAK83B,QAAQ3R,GAAI,SAGf,OADjB4jC,EAAW/pD,KAAK83B,QAAS,GAAIiyB,YAE5BjpD,EAAQipD,SAAWA,GAGpB/pD,KAAKw0E,cAAgBx0E,KAAKurE,QAAUvrE,KAAK83B,QAAQgK,MAAQ9hC,KAAK83B,QAAQj3B,OACjEb,KAAKw0E,gBACT1zE,EAAQoK,MAAQlL,KAAKw0E,eAGf1zE,CACR,EAEAw/B,QAAS,YACFtgC,KAAK6pD,OAAOurB,WAAap1E,KAAKc,QAAQiN,OAC3C/N,KAAKc,QAAQs0E,WAAY,GAMI,MAAzBp1E,KAAKc,QAAQipD,WACjB/pD,KAAKc,QAAQipD,SAAW/pD,KAAK83B,QAAS,GAAIiyB,WAAY,GAGvD/pD,KAAKq1E,WAAar1E,KAAK83B,QAAQ/hB,KAAM,SAGhC/V,KAAKc,QAAQoK,OAASlL,KAAKc,QAAQoK,QAAUlL,KAAKw0E,gBACjDx0E,KAAKurE,QACTvrE,KAAK83B,QAAQgK,IAAK9hC,KAAKc,QAAQoK,OAE/BlL,KAAK83B,QAAQj3B,KAAMb,KAAKc,QAAQoK,QAGlClL,KAAKksD,UAAW,YAAa,aAC7BlsD,KAAKyhC,WAAY,WAAYzhC,KAAKc,QAAQipD,UAC1C/pD,KAAKozE,WAEApzE,KAAK83B,QAAQ3R,GAAI,MACrBnmB,KAAKsqD,IAAK,CACT,MAAS,SAAUrkC,GACbA,EAAMib,UAAY5gC,EAAEonD,GAAGxmB,QAAQgiC,QACnCj9C,EAAMC,iBAKDlmB,KAAK83B,QAAS,GAAI3gB,MACtBnX,KAAK83B,QAAS,GAAI3gB,QAElBnX,KAAK83B,QAAQp1B,QAAS,SAGzB,GAGH,EAEA0wE,SAAU,WACHpzE,KAAK83B,QAAQ3R,GAAI,WACtBnmB,KAAK83B,QAAQ/hB,KAAM,OAAQ,UAGvB/V,KAAKc,QAAQiN,OACjB/N,KAAK20E,YAAa,OAAQ30E,KAAKc,QAAQiN,MACvC/N,KAAKs1E,iBAEP,EAEAA,eAAgB,WACft1E,KAAKqK,MAAQrK,KAAK83B,QAAQ/hB,KAAM,SAE1B/V,KAAKc,QAAQs0E,WAAcp1E,KAAKqK,OACrCrK,KAAK83B,QAAQ/hB,KAAM,QAAS/V,KAAKc,QAAQoK,MAE3C,EAEAypE,YAAa,SAAU9qB,EAAQ7lD,GAC9B,IAAI+J,EAAkB,iBAAX87C,EACV3oC,EAAWnT,EAAO/N,KAAKc,QAAQq0E,aAAenxE,EAC9CuxE,EAA4B,QAAbr0D,GAAmC,WAAbA,EAGhClhB,KAAK+N,KAQCA,GAGX/N,KAAK+qD,aAAc/qD,KAAK+N,KAAM,KAAM/N,KAAKc,QAAQiN,OAVjD/N,KAAK+N,KAAOzN,EAAG,UAEfN,KAAKksD,UAAWlsD,KAAK+N,KAAM,iBAAkB,WAEvC/N,KAAKc,QAAQs0E,WAClBp1E,KAAKksD,UAAW,wBASbn+C,GACJ/N,KAAKksD,UAAWlsD,KAAK+N,KAAM,KAAM/J,GAGlChE,KAAKw1E,YAAat0D,GAIbq0D,GACJv1E,KAAKksD,UAAWlsD,KAAK+N,KAAM,KAAM,wBAC5B/N,KAAKg1E,WACTh1E,KAAKg1E,UAAUt9D,WAMV1X,KAAKg1E,YACVh1E,KAAKg1E,UAAY10E,EAAG,kBACpBN,KAAKksD,UAAWlsD,KAAKg1E,UAAW,yBAEjCh1E,KAAK+qD,aAAc/qD,KAAK+N,KAAM,KAAM,uBACpC/N,KAAKy1E,iBAAkBv0D,GAEzB,EAEA4pC,SAAU,WACT9qD,KAAK83B,QAAQgJ,WAAY,QAEpB9gC,KAAK+N,MACT/N,KAAK+N,KAAK2J,SAEN1X,KAAKg1E,WACTh1E,KAAKg1E,UAAUt9D,SAEV1X,KAAKq1E,UACVr1E,KAAK83B,QAAQgJ,WAAY,QAE3B,EAEA20C,iBAAkB,SAAUN,GAC3Bn1E,KAAK+N,KAAM,kBAAkBk7B,KAAMksC,GAAiB,SAAW,SAAWn1E,KAAKg1E,UAChF,EAEAQ,YAAa,SAAUL,GACtBn1E,KAAK83B,QAAS,kBAAkBmR,KAAMksC,GAAiB,SAAW,WAAan1E,KAAK+N,KACrF,EAEAqzB,YAAa,SAAUtgC,GACtB,IAAI40E,OAAqCt1E,IAAtBU,EAAQs0E,UACzBp1E,KAAKc,QAAQs0E,UACbt0E,EAAQs0E,UACTO,OAA2Bv1E,IAAjBU,EAAQiN,KAAqB/N,KAAKc,QAAQiN,KAAOjN,EAAQiN,KAE9D2nE,GAAiBC,IACtB70E,EAAQs0E,WAAY,GAErBp1E,KAAKu+C,OAAQz9C,EACd,EAEA2gC,WAAY,SAAU59B,EAAKG,GACb,SAARH,IACCG,EACJhE,KAAK20E,YAAa9wE,EAAKG,GACZhE,KAAK+N,OAChB/N,KAAK+N,KAAK2J,SACL1X,KAAKg1E,WACTh1E,KAAKg1E,UAAUt9D,WAKL,iBAAR7T,GACJ7D,KAAK20E,YAAa9wE,EAAKG,GAIX,cAARH,IACH7D,KAAKsrD,aAAc,sBAAuB,MAAOtnD,GACjDhE,KAAKs1E,kBAGM,UAARzxE,IACC7D,KAAKurE,QACTvrE,KAAK83B,QAAQgK,IAAK99B,IAKlBhE,KAAK83B,QAAQj3B,KAAMmD,GACdhE,KAAK+N,OACT/N,KAAKw1E,YAAax1E,KAAKc,QAAQq0E,cAC/Bn1E,KAAKy1E,iBAAkBz1E,KAAKc,QAAQq0E,iBAKvCn1E,KAAKu+C,OAAQ16C,EAAKG,GAEL,aAARH,IACJ7D,KAAKsrD,aAAc,KAAM,oBAAqBtnD,GAC9ChE,KAAK83B,QAAS,GAAIiyB,SAAW/lD,EACxBA,GACJhE,KAAK83B,QAAQp1B,QAAS,QAGzB,EAEAg/D,QAAS,WAIR,IAAIwT,EAAal1E,KAAK83B,QAAQ3R,GAAI,iBACjCnmB,KAAK83B,QAAS,GAAIiyB,SAAW/pD,KAAK83B,QAAQH,SAAU,sBAEhDu9C,IAAel1E,KAAKc,QAAQipD,UAChC/pD,KAAKohC,YAAa,CAAE2oB,SAAUmrB,IAG/Bl1E,KAAKs1E,gBACN,KAIuB,IAAnBh1E,EAAEk6D,eAGNl6D,EAAE6iC,OAAQ,YAAa7iC,EAAEonD,GAAGv6C,OAAQ,CACnCrM,QAAS,CACRQ,MAAM,EACN8iE,MAAO,CACNwR,QAAS,KACTC,UAAW,OAIbv1C,QAAS,WACHtgC,KAAKc,QAAQs0E,YAAcp1E,KAAKc,QAAQQ,OAC5CtB,KAAKc,QAAQs0E,UAAYp1E,KAAKc,QAAQQ,OAEjCtB,KAAKc,QAAQs0E,WAAap1E,KAAKc,QAAQQ,OAC5CtB,KAAKc,QAAQQ,KAAOtB,KAAKc,QAAQs0E,WAE5Bp1E,KAAKc,QAAQiN,OAAU/N,KAAKc,QAAQsjE,MAAMwR,UAC9C51E,KAAKc,QAAQsjE,MAAMyR,UAOT71E,KAAKc,QAAQiN,OACxB/N,KAAKc,QAAQsjE,MAAMwR,QAAU51E,KAAKc,QAAQiN,MAPrC/N,KAAKc,QAAQsjE,MAAMwR,QACvB51E,KAAKc,QAAQiN,KAAO/N,KAAKc,QAAQsjE,MAAMwR,SAEvC51E,KAAKc,QAAQiN,KAAO/N,KAAKc,QAAQsjE,MAAMyR,UACvC71E,KAAKc,QAAQq0E,aAAe,OAK9Bn1E,KAAKu+C,QACN,EAEA9c,WAAY,SAAU59B,EAAKG,GACb,SAARH,GAIQ,cAARA,IACJ7D,KAAKc,QAAQQ,KAAO0C,GAER,SAARH,IACJ7D,KAAKc,QAAQsjE,MAAMwR,QAAU5xE,GAEjB,UAARH,IACCG,EAAM4xE,SACV51E,KAAKu+C,OAAQ,OAAQv6C,EAAM4xE,SAC3B51E,KAAKu+C,OAAQ,eAAgB,cAClBv6C,EAAM6xE,YACjB71E,KAAKu+C,OAAQ,OAAQv6C,EAAM6xE,WAC3B71E,KAAKu+C,OAAQ,eAAgB,SAG/Bv+C,KAAK4oD,YAAa/9C,YAlBjB7K,KAAKu+C,OAAQ,YAAav6C,EAmB5B,IAGD1D,EAAEkM,GAAGW,OAAS,SAAYw6C,GACzB,OAAO,SAAU7mD,GAChB,IAAI2oD,EAAkC,iBAAZ3oD,EACtBulC,EAAOvI,MAAM70B,UAAU4D,MAAMlM,KAAMkK,UAAW,GAC9Cg+C,EAAc7oD,KAwElB,OAtEKypD,EAIEzpD,KAAKgC,QAAsB,aAAZlB,EAGpBd,KAAKK,MAAM,WACV,IAAIqpD,EACAzmD,EAAO3C,EAAGN,MAAO+V,KAAM,QACvBtK,EAAgB,aAATxI,GAAgC,UAATA,EACjC,SACA,gBACGuvC,EAAWlyC,EAAE+C,KAAMrD,KAAM,MAAQyL,GAErC,MAAiB,aAAZ3K,GACJ+nD,EAAcrW,GACP,GAGFA,EAM8B,mBAAxBA,EAAU1xC,IACG,MAAxBA,EAAQme,OAAQ,GACT3e,EAAEI,MAAO,mBAAqBI,EAArB,iCAIjB4oD,EAAclX,EAAU1xC,GAAU4Z,MAAO83B,EAAUnM,MAE9BmM,QAA4BpyC,IAAhBspD,GAChCb,EAAca,GAAeA,EAAYC,OACxCd,EAAYe,UAAWF,EAAY5hC,OACnC4hC,GACM,QAJR,EAbQppD,EAAEI,MAAO,oFAEgBI,EAAU,IAiB5C,IAnCA+nD,OAAczoD,GAwCVimC,EAAKrkC,SACTlB,EAAUR,EAAE6iC,OAAOpM,OAAOrc,MAAO,KAAM,CAAE5Z,GAAU++B,OAAQwG,KAG5DrmC,KAAKK,MAAM,WACV,IAAI4C,EAAO3C,EAAGN,MAAO+V,KAAM,QACvBtK,EAAgB,aAATxI,GAAgC,UAATA,EAAmB,SAAW,gBAC5DuvC,EAAWlyC,EAAE+C,KAAMrD,KAAM,MAAQyL,GAErC,GAAK+mC,EACJA,EAASqX,OAAQ/oD,GAAW,CAAC,GACxB0xC,EAASjR,OACbiR,EAASjR,YAEJ,CACN,GAAc,WAAT91B,EAEJ,YADAk8C,EAAKhnD,KAAML,EAAGN,MAAQc,GAIvBR,EAAGN,MAAO+0E,cAAez0E,EAAEy2B,OAAQ,CAAEhpB,MAAM,GAASjN,GACrD,CACD,KAGM+nD,CACR,CACC,CA9EY,CA8ETvoD,EAAEkM,GAAGW,QAEV7M,EAAEkM,GAAGspE,UAAY,WAIhB,OAHMx1E,EAAEonD,GAAGquB,cACVz1E,EAAEI,MAAO,+BAEc,WAAnBmK,UAAW,IAAuC,UAAnBA,UAAW,IAAmBA,UAAW,GACrE7K,KAAK+1E,aAAar7D,MAAO1a,KAC/B,CAAE6K,UAAW,GAAK,eAAgBA,UAAW,KAEvB,WAAnBA,UAAW,IAAuC,UAAnBA,UAAW,GACvC7K,KAAK+1E,aAAar7D,MAAO1a,KAAM,CAAE6K,UAAW,GAAK,kBAE1B,iBAAnBA,UAAW,IAAoBA,UAAW,GAAI48D,QACzD58D,UAAW,GAAI48D,MAAQ,CACtBt6D,OAAQtC,UAAW,GAAI48D,QAGlBznE,KAAK+1E,aAAar7D,MAAO1a,KAAM6K,WACvC,GAGmBvK,EAAEonD,GAAGv6C,OAuBzB7M,EAAEy2B,OAAQz2B,EAAEonD,GAAI,CAAEqrB,WAAY,CAAEpqD,QAAS,YA+HzCroB,EAAEy2B,OAAQu3C,EAAWrlE,UAAW,CAG/B+sE,gBAAiB,gBAGjBC,QAAS,EAGTC,kBAAmB,WAClB,OAAOl2E,KAAK4yE,KACb,EAMAuD,YAAa,SAAUzgD,GAEtB,OADAw9C,EAAyBlzE,KAAKqwE,UAAW36C,GAAY,CAAC,GAC/C11B,IACR,EAMAo2E,kBAAmB,SAAU3oE,EAAQioB,GACpC,IAAI8rB,EAAUyxB,EAAQhf,EAEtBgf,EAAwB,SADxBzxB,EAAW/zC,EAAO+zC,SAASlkC,gBACmB,SAAbkkC,EAC3B/zC,EAAOlI,KACZvF,KAAKgqD,MAAQ,EACbv8C,EAAOlI,GAAK,KAAOvF,KAAKgqD,OAEzBiK,EAAOj0D,KAAKq2E,SAAU/1E,EAAGmN,GAAUwlE,IAC9Bv9C,SAAWp1B,EAAEy2B,OAAQ,CAAC,EAAGrB,GAAY,CAAC,GACzB,UAAb8rB,EACJxhD,KAAKs2E,mBAAoB7oE,EAAQwmD,GACtBgf,GACXjzE,KAAKu2E,kBAAmB9oE,EAAQwmD,EAElC,EAGAoiB,SAAU,SAAU5oE,EAAQwlE,GAE3B,MAAO,CAAE1tE,GADAkI,EAAQ,GAAIlI,GAAG+O,QAAS,qBAAsB,UACtCyyB,MAAOt5B,EACvB+oE,YAAa,EAAGC,cAAe,EAAGC,aAAc,EAChDC,UAAW,EAAGC,SAAU,EACxB3D,OAAQA,EACRL,MAAUK,EACVJ,EAAsBvyE,EAAG,eAAiBN,KAAK4uE,aAAe,wFAD3C5uE,KAAK4yE,MAE1B,EAGA0D,mBAAoB,SAAU7oE,EAAQwmD,GACrC,IAAIltB,EAAQzmC,EAAGmN,GACfwmD,EAAKj+C,OAAS1V,EAAG,IACjB2zD,EAAKvxD,QAAUpC,EAAG,IACbymC,EAAMpP,SAAU33B,KAAKg2E,mBAG1Bh2E,KAAK62E,aAAc9vC,EAAOktB,GAC1BltB,EAAMpkC,SAAU3C,KAAKg2E,iBAAkBj+D,GAAI,UAAW/X,KAAK82E,YAC1D/+D,GAAI,WAAY/X,KAAK+2E,aAAch/D,GAAI,QAAS/X,KAAKg3E,UACtDh3E,KAAKi3E,UAAWhjB,GAChB3zD,EAAE+C,KAAMoK,EAAQ,aAAcwmD,GAGzBA,EAAKv+B,SAASq0B,UAClB/pD,KAAKk3E,mBAAoBzpE,GAE3B,EAGAopE,aAAc,SAAU9vC,EAAOktB,GAC9B,IAAIqc,EAAQK,EAAYC,EACvBF,EAAa1wE,KAAKm3E,KAAMljB,EAAM,cAC9B9X,EAAQn8C,KAAKm3E,KAAMljB,EAAM,SAErBA,EAAKj+C,QACTi+C,EAAKj+C,OAAO0B,SAERg5D,IACJzc,EAAKj+C,OAAS1V,EAAG,UACfqC,SAAU3C,KAAK6uE,cACfvtE,KAAMovE,GACR3pC,EAAOoV,EAAQ,SAAW,SAAW8X,EAAKj+C,SAG3C+wB,EAAMxgB,IAAK,QAASvmB,KAAKo3E,iBAEpBnjB,EAAKvxD,SACTuxD,EAAKvxD,QAAQgV,SAIE,WADhB44D,EAAStwE,KAAKm3E,KAAMljB,EAAM,YACY,SAAXqc,GAC1BvpC,EAAMhvB,GAAI,QAAS/X,KAAKo3E,iBAET,WAAX9G,GAAkC,SAAXA,IAC3BK,EAAa3wE,KAAKm3E,KAAMljB,EAAM,cAC9B2c,EAAc5wE,KAAKm3E,KAAMljB,EAAM,eAE1Bj0D,KAAKm3E,KAAMljB,EAAM,mBACrBA,EAAKvxD,QAAUpC,EAAG,SAChBqC,SAAU3C,KAAK8uE,eACf/4D,KAAM,CACNX,IAAKw7D,EACLxxC,IAAKuxC,EACLtmE,MAAOsmE,KAGT1c,EAAKvxD,QAAUpC,EAAG,0BAChBqC,SAAU3C,KAAK8uE,eACZ8B,EACJ3c,EAAKvxD,QAAQ7B,KACZP,EAAG,SACDyV,KAAM,CACNX,IAAKw7D,EACLxxC,IAAKuxC,EACLtmE,MAAOsmE,KAIV1c,EAAKvxD,QAAQpB,KAAMqvE,IAIrB5pC,EAAOoV,EAAQ,SAAW,SAAW8X,EAAKvxD,SAC1CuxD,EAAKvxD,QAAQqV,GAAI,SAAS,WASzB,OARKzX,EAAEyyE,WAAWtE,oBAAsBnuE,EAAEyyE,WAAWsE,aAAetwC,EAAO,GAC1EzmC,EAAEyyE,WAAWuE,kBACFh3E,EAAEyyE,WAAWtE,oBAAsBnuE,EAAEyyE,WAAWsE,aAAetwC,EAAO,IACjFzmC,EAAEyyE,WAAWuE,kBACbh3E,EAAEyyE,WAAWqE,gBAAiBrwC,EAAO,KAErCzmC,EAAEyyE,WAAWqE,gBAAiBrwC,EAAO,KAE/B,CACR,IAEF,EAGAkwC,UAAW,SAAUhjB,GACpB,GAAKj0D,KAAKm3E,KAAMljB,EAAM,cAAiBA,EAAKgf,OAAS,CACpD,IAAIsE,EAASzkE,EAAK0kE,EAAM/lE,EACvBqQ,EAAO,IAAIC,KAAM,KAAM,GAAQ,IAC/BguD,EAAa/vE,KAAKm3E,KAAMljB,EAAM,cAE1B8b,EAAWrwD,MAAO,UACtB63D,EAAU,SAAUvuC,GAGnB,IAFAl2B,EAAM,EACN0kE,EAAO,EACD/lE,EAAI,EAAGA,EAAIu3B,EAAMhnC,OAAQyP,IACzBu3B,EAAOv3B,GAAIzP,OAAS8Q,IACxBA,EAAMk2B,EAAOv3B,GAAIzP,OACjBw1E,EAAO/lE,GAGT,OAAO+lE,CACR,EACA11D,EAAK21D,SAAUF,EAASv3E,KAAKm3E,KAAMljB,EAAQ8b,EAAWrwD,MAAO,MAC5D,aAAe,qBAChBoC,EAAK41D,QAASH,EAASv3E,KAAKm3E,KAAMljB,EAAQ8b,EAAWrwD,MAAO,MAC3D,WAAa,kBAAwB,GAAKoC,EAAK61D,WAEjD1jB,EAAKltB,MAAMhxB,KAAM,OAAQ/V,KAAK43E,YAAa3jB,EAAMnyC,GAAO9f,OACzD,CACD,EAGAu0E,kBAAmB,SAAU9oE,EAAQwmD,GACpC,IAAI4jB,EAAUv3E,EAAGmN,GACZoqE,EAAQlgD,SAAU33B,KAAKg2E,mBAG5B6B,EAAQl1E,SAAU3C,KAAKg2E,iBAAkBhgE,OAAQi+C,EAAK2e,OACtDtyE,EAAE+C,KAAMoK,EAAQ,aAAcwmD,GAC9Bj0D,KAAK83E,SAAU7jB,EAAMj0D,KAAK+3E,gBAAiB9jB,IAAQ,GACnDj0D,KAAKg4E,kBAAmB/jB,GACxBj0D,KAAKi4E,iBAAkBhkB,GAGlBA,EAAKv+B,SAASq0B,UAClB/pD,KAAKk3E,mBAAoBzpE,GAK1BwmD,EAAK2e,MAAMr+D,IAAK,UAAW,SAC5B,EAYA2jE,kBAAmB,SAAUnxC,EAAOjlB,EAAMgwD,EAAUp8C,EAAUnX,GAC7D,IAAIhZ,EAAI4yE,EAAcC,EAAeC,EAASC,EAC7CrkB,EAAOj0D,KAAKu4E,YAqCb,OAnCMtkB,IACLj0D,KAAKgqD,MAAQ,EACbzkD,EAAK,KAAOvF,KAAKgqD,KACjBhqD,KAAKw4E,aAAel4E,EAAG,0BAA4BiF,EAClD,4DACDvF,KAAKw4E,aAAazgE,GAAI,UAAW/X,KAAK82E,YACtCx2E,EAAG,QAAS0V,OAAQhW,KAAKw4E,eACzBvkB,EAAOj0D,KAAKu4E,YAAcv4E,KAAKq2E,SAAUr2E,KAAKw4E,cAAc,IACvD9iD,SAAW,CAAC,EACjBp1B,EAAE+C,KAAMrD,KAAKw4E,aAAc,GAAK,aAAcvkB,IAE/Cif,EAAyBjf,EAAKv+B,SAAUA,GAAY,CAAC,GACrD5T,EAASA,GAAQA,EAAK6rB,cAAgB5rB,KAAO/hB,KAAK43E,YAAa3jB,EAAMnyC,GAASA,EAC9E9hB,KAAKw4E,aAAa12C,IAAKhgB,GAEvB9hB,KAAKy4E,KAASl6D,EAAQA,EAAIvc,OAASuc,EAAM,CAAEA,EAAIuxC,MAAOvxC,EAAIsxC,OAAY,KAChE7vD,KAAKy4E,OACVN,EAAe5uE,SAAS6yC,gBAAgBz6B,YACxCy2D,EAAgB7uE,SAAS6yC,gBAAgBs8B,aACzCL,EAAU9uE,SAAS6yC,gBAAgB+S,YAAc5lD,SAAS5B,KAAKwnD,WAC/DmpB,EAAU/uE,SAAS6yC,gBAAgBO,WAAapzC,SAAS5B,KAAKg1C,UAC9D38C,KAAKy4E,KACJ,CAAIN,EAAe,EAAM,IAAME,EAAWD,EAAgB,EAAM,IAAME,IAIxEt4E,KAAKw4E,aAAajkE,IAAK,OAAUvU,KAAKy4E,KAAM,GAAM,GAAO,MAAOlkE,IAAK,MAAOvU,KAAKy4E,KAAM,GAAM,MAC7FxkB,EAAKv+B,SAASo8C,SAAWA,EACzB9xE,KAAK0uE,WAAY,EACjB1uE,KAAK4yE,MAAMjwE,SAAU3C,KAAK+uE,cAC1B/uE,KAAKo3E,gBAAiBp3E,KAAKw4E,aAAc,IACpCl4E,EAAEq4E,SACNr4E,EAAEq4E,QAAS34E,KAAK4yE,OAEjBtyE,EAAE+C,KAAMrD,KAAKw4E,aAAc,GAAK,aAAcvkB,GACvCj0D,IACR,EAKA44E,mBAAoB,SAAUnrE,GAC7B,IAAI+zC,EACH7oB,EAAUr4B,EAAGmN,GACbwmD,EAAO3zD,EAAE+C,KAAMoK,EAAQ,cAElBkrB,EAAQhB,SAAU33B,KAAKg2E,mBAI7Bx0B,EAAW/zC,EAAO+zC,SAASlkC,cAC3Bhd,EAAE0qD,WAAYv9C,EAAQ,cACJ,UAAb+zC,GACJyS,EAAKj+C,OAAO0B,SACZu8C,EAAKvxD,QAAQgV,SACbihB,EAAQl2B,YAAazC,KAAKg2E,iBACzBzvD,IAAK,QAASvmB,KAAKo3E,iBACnB7wD,IAAK,UAAWvmB,KAAK82E,YACrBvwD,IAAK,WAAYvmB,KAAK+2E,aACtBxwD,IAAK,QAASvmB,KAAKg3E,WACI,QAAbx1B,GAAmC,SAAbA,GACjC7oB,EAAQl2B,YAAazC,KAAKg2E,iBAAkBn0C,QAGxCusC,IAA0Bna,IAC9Bma,EAAwB,KACxBpuE,KAAKuuE,SAAW,MAElB,EAKAsK,kBAAmB,SAAUprE,GAC5B,IAAI+zC,EAAUyxB,EACbt6C,EAAUr4B,EAAGmN,GACbwmD,EAAO3zD,EAAE+C,KAAMoK,EAAQ,cAElBkrB,EAAQhB,SAAU33B,KAAKg2E,mBAKX,WADlBx0B,EAAW/zC,EAAO+zC,SAASlkC,gBAE1B7P,EAAOs8C,UAAW,EAClBkK,EAAKvxD,QAAQ0L,OAAQ,UACpB/N,MAAM,WACLL,KAAK+pD,UAAW,CACjB,IAAIlkB,MACJz3B,OAAQ,OAAQmG,IAAK,CAAE8qD,QAAS,MAAOyZ,OAAQ,MACxB,QAAbt3B,GAAmC,SAAbA,KACjCyxB,EAASt6C,EAAQpiB,SAAU,IAAMvW,KAAK4uE,eAC/Br4D,WAAW9T,YAAa,qBAC/BwwE,EAAOlxE,KAAM,yDACZkU,KAAM,YAAY,IAEpBjW,KAAKwuE,gBAAkBluE,EAAEyM,IAAK/M,KAAKwuE,iBAGlC,SAAUxqE,GACT,OAASA,IAAUyJ,EAAS,KAAOzJ,CACpC,IACF,EAKAkzE,mBAAoB,SAAUzpE,GAC7B,IAAI+zC,EAAUyxB,EACbt6C,EAAUr4B,EAAGmN,GACbwmD,EAAO3zD,EAAE+C,KAAMoK,EAAQ,cAElBkrB,EAAQhB,SAAU33B,KAAKg2E,mBAKX,WADlBx0B,EAAW/zC,EAAO+zC,SAASlkC,gBAE1B7P,EAAOs8C,UAAW,EAClBkK,EAAKvxD,QAAQ0L,OAAQ,UACpB/N,MAAM,WACLL,KAAK+pD,UAAW,CACjB,IAAIlkB,MACJz3B,OAAQ,OAAQmG,IAAK,CAAE8qD,QAAS,MAAOyZ,OAAQ,aACxB,QAAbt3B,GAAmC,SAAbA,KACjCyxB,EAASt6C,EAAQpiB,SAAU,IAAMvW,KAAK4uE,eAC/Br4D,WAAW5T,SAAU,qBAC5BswE,EAAOlxE,KAAM,yDACZkU,KAAM,YAAY,IAEpBjW,KAAKwuE,gBAAkBluE,EAAEyM,IAAK/M,KAAKwuE,iBAGlC,SAAUxqE,GACT,OAASA,IAAUyJ,EAAS,KAAOzJ,CACpC,IACDhE,KAAKwuE,gBAAiBxuE,KAAKwuE,gBAAgBxsE,QAAWyL,EACvD,EAMAulE,sBAAuB,SAAUvlE,GAChC,IAAMA,EACL,OAAO,EAER,IAAM,IAAIgE,EAAI,EAAGA,EAAIzR,KAAKwuE,gBAAgBxsE,OAAQyP,IACjD,GAAKzR,KAAKwuE,gBAAiB/8D,KAAQhE,EAClC,OAAO,EAGT,OAAO,CACR,EAOAsrE,SAAU,SAAUtrE,GACnB,IACC,OAAOnN,EAAE+C,KAAMoK,EAAQ,aACxB,CAAE,MAAQquC,GACT,KAAM,2CACP,CACD,EAWAk9B,kBAAmB,SAAUvrE,EAAQhC,EAAMzH,GAC1C,IAAI0xB,EAAU5T,EAAM4vD,EAASC,EAC5B1d,EAAOj0D,KAAK+4E,SAAUtrE,GAEvB,GAA0B,IAArB5C,UAAU7I,QAAgC,iBAATyJ,EACrC,MAAkB,aAATA,EAAsBnL,EAAEy2B,OAAQ,CAAC,EAAGz2B,EAAEyyE,WAAW1C,WACvDpc,EAAkB,QAATxoD,EAAiBnL,EAAEy2B,OAAQ,CAAC,EAAGk9B,EAAKv+B,UAC/C11B,KAAKm3E,KAAMljB,EAAMxoD,GAAW,KAG9BiqB,EAAWjqB,GAAQ,CAAC,EACC,iBAATA,KACXiqB,EAAW,CAAC,GACFjqB,GAASzH,GAGfiwD,IACCj0D,KAAKuuE,WAAata,GACtBj0D,KAAKs3E,kBAGNx1D,EAAO9hB,KAAKi5E,mBAAoBxrE,GAAQ,GACxCikE,EAAU1xE,KAAKk5E,eAAgBjlB,EAAM,OACrC0d,EAAU3xE,KAAKk5E,eAAgBjlB,EAAM,OACrCif,EAAyBjf,EAAKv+B,SAAUA,GAGvB,OAAZg8C,QAA4CtxE,IAAxBs1B,EAASq6C,iBAAiD3vE,IAArBs1B,EAASg8C,UACtEzd,EAAKv+B,SAASg8C,QAAU1xE,KAAK43E,YAAa3jB,EAAMyd,IAEhC,OAAZC,QAA4CvxE,IAAxBs1B,EAASq6C,iBAAiD3vE,IAArBs1B,EAASi8C,UACtE1d,EAAKv+B,SAASi8C,QAAU3xE,KAAK43E,YAAa3jB,EAAM0d,IAE5C,aAAcj8C,IACbA,EAASq0B,SACb/pD,KAAKk3E,mBAAoBzpE,GAEzBzN,KAAK64E,kBAAmBprE,IAG1BzN,KAAK62E,aAAcv2E,EAAGmN,GAAUwmD,GAChCj0D,KAAKi3E,UAAWhjB,GAChBj0D,KAAK83E,SAAU7jB,EAAMnyC,GACrB9hB,KAAKi4E,iBAAkBhkB,GACvBj0D,KAAKg4E,kBAAmB/jB,GAE1B,EAGAklB,kBAAmB,SAAU1rE,EAAQhC,EAAMzH,GAC1ChE,KAAKg5E,kBAAmBvrE,EAAQhC,EAAMzH,EACvC,EAKAo1E,mBAAoB,SAAU3rE,GAC7B,IAAIwmD,EAAOj0D,KAAK+4E,SAAUtrE,GACrBwmD,GACJj0D,KAAKg4E,kBAAmB/jB,EAE1B,EAMAolB,mBAAoB,SAAU5rE,EAAQqU,GACrC,IAAImyC,EAAOj0D,KAAK+4E,SAAUtrE,GACrBwmD,IACJj0D,KAAK83E,SAAU7jB,EAAMnyC,GACrB9hB,KAAKg4E,kBAAmB/jB,GACxBj0D,KAAKi4E,iBAAkBhkB,GAEzB,EAOAglB,mBAAoB,SAAUxrE,EAAQ6rE,GACrC,IAAIrlB,EAAOj0D,KAAK+4E,SAAUtrE,GAI1B,OAHKwmD,IAASA,EAAKgf,QAClBjzE,KAAKu5E,kBAAmBtlB,EAAMqlB,GAEtBrlB,EAAOj0D,KAAKw5E,SAAUvlB,GAAS,IACzC,EAGA6iB,WAAY,SAAU7wD,GACrB,IAAI6rD,EAAU2H,EAASvX,EACtBjO,EAAO3zD,EAAEyyE,WAAWgG,SAAU9yD,EAAMxY,QACpCisE,GAAU,EACVv9B,EAAQ8X,EAAK2e,MAAMzsD,GAAI,sBAGxB,GADA8tC,EAAK2X,WAAY,EACZtrE,EAAEyyE,WAAWtE,mBACjB,OAASxoD,EAAMib,SACd,KAAK,EAAG5gC,EAAEyyE,WAAWuE,kBACnBoC,GAAU,EACV,MACF,KAAK,GAgBH,OAhBOxX,EAAM5hE,EAAG,MAAQA,EAAEyyE,WAAW5D,cAAgB,SAClD7uE,EAAEyyE,WAAW7D,cAAgB,IAAKjb,EAAK2e,QAChC,IACTtyE,EAAEyyE,WAAW4G,WAAY1zD,EAAMxY,OAAQwmD,EAAKwiB,cAAexiB,EAAKyiB,aAAcxU,EAAK,KAGpF4P,EAAWxxE,EAAEyyE,WAAWoE,KAAMljB,EAAM,cAEnCwlB,EAAUn5E,EAAEyyE,WAAW6E,YAAa3jB,GAGpC6d,EAASp3D,MAASu5C,EAAKltB,MAAQktB,EAAKltB,MAAO,GAAM,KAAQ,CAAE0yC,EAASxlB,KAEpE3zD,EAAEyyE,WAAWuE,mBAGP,EACT,KAAK,GAAIh3E,EAAEyyE,WAAWuE,kBACpB,MACF,KAAK,GAAIh3E,EAAEyyE,WAAW6G,YAAa3zD,EAAMxY,OAAUwY,EAAMu/C,SACrDllE,EAAEyyE,WAAWoE,KAAMljB,EAAM,kBACzB3zD,EAAEyyE,WAAWoE,KAAMljB,EAAM,cAAkB,KAC7C,MACF,KAAK,GAAI3zD,EAAEyyE,WAAW6G,YAAa3zD,EAAMxY,OAAUwY,EAAMu/C,SACrDllE,EAAEyyE,WAAWoE,KAAMljB,EAAM,kBACzB3zD,EAAEyyE,WAAWoE,KAAMljB,EAAM,cAAkB,KAC7C,MACF,KAAK,IAAShuC,EAAMu/C,SAAWv/C,EAAMgnD,UAClC3sE,EAAEyyE,WAAW8G,WAAY5zD,EAAMxY,QAEhCisE,EAAUzzD,EAAMu/C,SAAWv/C,EAAMgnD,QACjC,MACF,KAAK,IAAShnD,EAAMu/C,SAAWv/C,EAAMgnD,UAClC3sE,EAAEyyE,WAAW+G,WAAY7zD,EAAMxY,QAEhCisE,EAAUzzD,EAAMu/C,SAAWv/C,EAAMgnD,QACjC,MACF,KAAK,IAAShnD,EAAMu/C,SAAWv/C,EAAMgnD,UAClC3sE,EAAEyyE,WAAW6G,YAAa3zD,EAAMxY,OAAU0uC,EAAQ,GAAM,EAAK,KAE9Du9B,EAAUzzD,EAAMu/C,SAAWv/C,EAAMgnD,QAG5BhnD,EAAM+mC,cAAcuY,QACxBjlE,EAAEyyE,WAAW6G,YAAa3zD,EAAMxY,OAAUwY,EAAMu/C,SAC9CllE,EAAEyyE,WAAWoE,KAAMljB,EAAM,kBACzB3zD,EAAEyyE,WAAWoE,KAAMljB,EAAM,cAAkB,KAI9C,MACF,KAAK,IAAShuC,EAAMu/C,SAAWv/C,EAAMgnD,UAClC3sE,EAAEyyE,WAAW6G,YAAa3zD,EAAMxY,QAAS,EAAG,KAE7CisE,EAAUzzD,EAAMu/C,SAAWv/C,EAAMgnD,QACjC,MACF,KAAK,IAAShnD,EAAMu/C,SAAWv/C,EAAMgnD,UAClC3sE,EAAEyyE,WAAW6G,YAAa3zD,EAAMxY,OAAU0uC,GAAS,EAAI,EAAM,KAE9Du9B,EAAUzzD,EAAMu/C,SAAWv/C,EAAMgnD,QAG5BhnD,EAAM+mC,cAAcuY,QACxBjlE,EAAEyyE,WAAW6G,YAAa3zD,EAAMxY,OAAUwY,EAAMu/C,SAC9CllE,EAAEyyE,WAAWoE,KAAMljB,EAAM,kBACzB3zD,EAAEyyE,WAAWoE,KAAMljB,EAAM,cAAkB,KAI9C,MACF,KAAK,IAAShuC,EAAMu/C,SAAWv/C,EAAMgnD,UAClC3sE,EAAEyyE,WAAW6G,YAAa3zD,EAAMxY,OAAQ,EAAI,KAE7CisE,EAAUzzD,EAAMu/C,SAAWv/C,EAAMgnD,QACjC,MACF,QAASyM,GAAU,OAES,KAAlBzzD,EAAMib,SAAkBjb,EAAMu/C,QACzCllE,EAAEyyE,WAAWqE,gBAAiBp3E,MAE9B05E,GAAU,EAGNA,IACJzzD,EAAMC,iBACND,EAAMsc,kBAER,EAGAw0C,YAAa,SAAU9wD,GACtB,IAAI8zD,EAAOC,EACV/lB,EAAO3zD,EAAEyyE,WAAWgG,SAAU9yD,EAAMxY,QAErC,GAAKnN,EAAEyyE,WAAWoE,KAAMljB,EAAM,kBAG7B,OAFA8lB,EAAQz5E,EAAEyyE,WAAWkH,eAAgB35E,EAAEyyE,WAAWoE,KAAMljB,EAAM,eAC9D+lB,EAAMrwD,OAAOywB,aAAgC,MAAlBn0B,EAAMi0D,SAAmBj0D,EAAMib,QAAUjb,EAAMi0D,UACnEj0D,EAAMu/C,SAAWv/C,EAAMgnD,SAAa+M,EAAM,MAAQD,GAASA,EAAMr0E,QAASs0E,IAAS,CAE5F,EAGAhD,SAAU,SAAU/wD,GACnB,IACCguC,EAAO3zD,EAAEyyE,WAAWgG,SAAU9yD,EAAMxY,QAErC,GAAKwmD,EAAKltB,MAAMjF,QAAUmyB,EAAKkmB,QAC9B,IACQ75E,EAAEyyE,WAAWqH,UAAW95E,EAAEyyE,WAAWoE,KAAMljB,EAAM,cACrDA,EAAKltB,MAAQktB,EAAKltB,MAAMjF,MAAQ,KAClCxhC,EAAEyyE,WAAWsH,iBAAkBpmB,MAG/B3zD,EAAEyyE,WAAWwG,kBAAmBtlB,GAChC3zD,EAAEyyE,WAAWkF,iBAAkBhkB,GAC/B3zD,EAAEyyE,WAAWiF,kBAAmB/jB,GAElC,CAAE,MAAQnY,GACV,CAED,OAAO,CACR,EAOAs7B,gBAAiB,SAAUrwC,GAU1B,IAAIktB,EAAM4d,EAAYyI,EAAoBC,EACzCrrB,EAAQqhB,EAAUjjB,EATmB,WADtCvmB,EAAQA,EAAMt5B,QAAUs5B,GACbya,SAASlkC,gBACnBypB,EAAQzmC,EAAG,QAASymC,EAAM+Z,YAAc,IAGpCxgD,EAAEyyE,WAAWC,sBAAuBjsC,IAAWzmC,EAAEyyE,WAAWsE,aAAetwC,IAOhFktB,EAAO3zD,EAAEyyE,WAAWgG,SAAUhyC,GACzBzmC,EAAEyyE,WAAWxE,UAAYjuE,EAAEyyE,WAAWxE,WAAata,IACvD3zD,EAAEyyE,WAAWxE,SAASqE,MAAMp3D,MAAM,GAAM,GACnCy4C,GAAQ3zD,EAAEyyE,WAAWtE,oBACzBnuE,EAAEyyE,WAAWuE,gBAAiBh3E,EAAEyyE,WAAWxE,SAASxnC,MAAO,MAMjC,KAD5BuzC,GADAzI,EAAavxE,EAAEyyE,WAAWoE,KAAMljB,EAAM,eACJ4d,EAAWn3D,MAAOqsB,EAAO,CAAEA,EAAOktB,IAAW,CAAC,KAIhFif,EAAyBjf,EAAKv+B,SAAU4kD,GAExCrmB,EAAKkmB,QAAU,KACf75E,EAAEyyE,WAAWsE,WAAatwC,EAC1BzmC,EAAEyyE,WAAWwG,kBAAmBtlB,GAE3B3zD,EAAEyyE,WAAWrE,YACjB3nC,EAAM/iC,MAAQ,IAET1D,EAAEyyE,WAAW0F,OAClBn4E,EAAEyyE,WAAW0F,KAAOn4E,EAAEyyE,WAAWyH,SAAUzzC,GAC3CzmC,EAAEyyE,WAAW0F,KAAM,IAAO1xC,EAAM2jC,cAGjC6P,GAAU,EACVj6E,EAAGymC,GAAQ08B,UAAUpjE,MAAM,WAE1B,QADAk6E,GAA2C,UAAhCj6E,EAAGN,MAAOuU,IAAK,YAE3B,IAEA26C,EAAS,CAAE9tC,KAAM9gB,EAAEyyE,WAAW0F,KAAM,GAAKt3D,IAAK7gB,EAAEyyE,WAAW0F,KAAM,IACjEn4E,EAAEyyE,WAAW0F,KAAO,KAGpBxkB,EAAK2e,MAAM/wC,QAGXoyB,EAAK2e,MAAMr+D,IAAK,CAAE2M,SAAU,WAAYsf,QAAS,QAASrf,IAAK,YAC/D7gB,EAAEyyE,WAAWiF,kBAAmB/jB,GAIhC/E,EAAS5uD,EAAEyyE,WAAW0H,aAAcxmB,EAAM/E,EAAQqrB,GAClDtmB,EAAK2e,MAAMr+D,IAAK,CAAE2M,SAAY5gB,EAAEyyE,WAAWrE,WAAapuE,EAAEq4E,QACzD,SAAa4B,EAAU,QAAU,WAAgB/5C,QAAS,OAC1Dpf,KAAM8tC,EAAO9tC,KAAO,KAAMD,IAAK+tC,EAAO/tC,IAAM,OAEvC8yC,EAAKgf,SACV1C,EAAWjwE,EAAEyyE,WAAWoE,KAAMljB,EAAM,YACpC3G,EAAWhtD,EAAEyyE,WAAWoE,KAAMljB,EAAM,YACpCA,EAAK2e,MAAMr+D,IAAK,UApyBnB,SAA+BmvB,GAE9B,IADA,IAAIxiB,EAAUld,EACN0/B,EAAK1hC,QAAU0hC,EAAM,KAAQn6B,UAAW,CAM/C,IAAkB,cADlB2X,EAAWwiB,EAAKnvB,IAAK,cACwB,aAAb2M,GAAwC,UAAbA,KAM1Dld,EAAQuZ,SAAUmmB,EAAKnvB,IAAK,UAAY,KAClCkV,MAAOzlB,IAAqB,IAAVA,GACvB,OAAOA,EAGT0/B,EAAOA,EAAKptB,QACb,CAEA,OAAO,CACR,CA6wB8BokE,CAAsBp6E,EAAGymC,IAAY,GAChEzmC,EAAEyyE,WAAWtE,oBAAqB,EAE7BnuE,EAAEktD,SAAWltD,EAAEktD,QAAQJ,OAAQmjB,GACnCtc,EAAK2e,MAAMvxE,KAAMkvE,EAAUjwE,EAAEyyE,WAAWoE,KAAMljB,EAAM,eAAiB3G,GAErE2G,EAAK2e,MAAOrC,GAAY,QAAUA,EAAWjjB,EAAW,MAGpDhtD,EAAEyyE,WAAW4H,kBAAmB1mB,IACpCA,EAAKltB,MAAMrkC,QAAS,SAGrBpC,EAAEyyE,WAAWxE,SAAWta,IAE1B,EAGA+jB,kBAAmB,SAAU/jB,GAC5Bj0D,KAAKi2E,QAAU,EACf7H,EAAwBna,EACxBA,EAAK2e,MAAM/wC,QAAQ7rB,OAAQhW,KAAK46E,cAAe3mB,IAC/Cj0D,KAAK66E,gBAAiB5mB,GAEtB,IAAI6mB,EACHC,EAAY/6E,KAAKg7E,mBAAoB/mB,GACrCgnB,EAAOF,EAAW,GAElBG,EAAajnB,EAAK2e,MAAM7wE,KAAM,IAAM/B,KAAKmvE,cAAgB,MACzD8C,EAAqB3xE,EAAEyyE,WAAWoE,KAAMljB,EAAM,sBAE1CinB,EAAWl5E,OAAS,GACxB8wE,EAA2Bp4D,MAAOwgE,EAAWpzD,IAAK,IAGnDmsC,EAAK2e,MAAMnwE,YAAa,qEAAsEsQ,MAAO,IAChGkoE,EAAO,GACXhnB,EAAK2e,MAAMjwE,SAAU,uBAAyBs4E,GAAO1mE,IAAK,QAVlD,GAUqE0mE,EAAS,MAEvFhnB,EAAK2e,OAA4B,IAAnBmI,EAAW,IAAgC,IAAnBA,EAAW,GAAY,MAAQ,UACpE,SAAW,uBACZ9mB,EAAK2e,OAAS5yE,KAAKm3E,KAAMljB,EAAM,SAAY,MAAQ,UAClD,SAAW,qBAEPA,IAAS3zD,EAAEyyE,WAAWxE,UAAYjuE,EAAEyyE,WAAWtE,oBAAsBnuE,EAAEyyE,WAAW4H,kBAAmB1mB,IACzGA,EAAKltB,MAAMrkC,QAAS,SAIhBuxD,EAAKknB,YACTL,EAAgB7mB,EAAKknB,UACrBp4D,YAAY,WAGN+3D,IAAkB7mB,EAAKknB,WAAalnB,EAAKknB,WAC7ClnB,EAAK2e,MAAM7wE,KAAM,6BAA8BiuC,QAAQmrB,YAAalH,EAAKknB,WAE1EL,EAAgB7mB,EAAKknB,UAAY,IAClC,GAAG,IAGClJ,GACJA,EAAmBv3D,MAASu5C,EAAKltB,MAAQktB,EAAKltB,MAAO,GAAM,KAAQ,CAAEktB,GAEvE,EAKA0mB,kBAAmB,SAAU1mB,GAC5B,OAAOA,EAAKltB,OAASktB,EAAKltB,MAAM5gB,GAAI,cAAiB8tC,EAAKltB,MAAM5gB,GAAI,eAAkB8tC,EAAKltB,MAAM5gB,GAAI,SACtG,EAGAs0D,aAAc,SAAUxmB,EAAM/E,EAAQqrB,GACrC,IAAIa,EAAUnnB,EAAK2e,MAAMzrC,aACxBk0C,EAAWpnB,EAAK2e,MAAMxwC,cACtBk5C,EAAarnB,EAAKltB,MAAQktB,EAAKltB,MAAMI,aAAe,EACpDo0C,EAActnB,EAAKltB,MAAQktB,EAAKltB,MAAM3E,cAAgB,EACtDo5C,EAAYjyE,SAAS6yC,gBAAgBz6B,aAAgB44D,EAAU,EAAIj6E,EAAGiJ,UAAW4lD,cACjFssB,EAAalyE,SAAS6yC,gBAAgBs8B,cAAiB6B,EAAU,EAAIj6E,EAAGiJ,UAAWozC,aAYpF,OAVAuS,EAAO9tC,MAAUphB,KAAKm3E,KAAMljB,EAAM,SAAcmnB,EAAUE,EAAe,EACzEpsB,EAAO9tC,MAAUm5D,GAAWrrB,EAAO9tC,OAAS6yC,EAAKltB,MAAMmoB,SAAS9tC,KAAS9gB,EAAGiJ,UAAW4lD,aAAe,EACtGD,EAAO/tC,KAASo5D,GAAWrrB,EAAO/tC,MAAU8yC,EAAKltB,MAAMmoB,SAAS/tC,IAAMo6D,EAAkBj7E,EAAGiJ,UAAWozC,YAAc,EAGpHuS,EAAO9tC,MAAQxQ,KAAK0E,IAAK45C,EAAO9tC,KAAQ8tC,EAAO9tC,KAAOg6D,EAAUI,GAAaA,EAAYJ,EACxFxqE,KAAK0B,IAAK48C,EAAO9tC,KAAOg6D,EAAUI,GAAc,GACjDtsB,EAAO/tC,KAAOvQ,KAAK0E,IAAK45C,EAAO/tC,IAAO+tC,EAAO/tC,IAAMk6D,EAAWI,GAAcA,EAAaJ,EACxFzqE,KAAK0B,IAAK+oE,EAAWE,GAAgB,GAE/BrsB,CACR,EAGAsrB,SAAU,SAAU/wC,GAKnB,IAJA,IAAIvoB,EACH+yC,EAAOj0D,KAAK+4E,SAAUtvC,GACtB0S,EAAQn8C,KAAKm3E,KAAMljB,EAAM,SAElBxqB,IAAsB,WAAbA,EAAIxmC,MAAsC,IAAjBwmC,EAAIqW,UAAkBx/C,EAAEioD,KAAKC,QAAQuT,OAAQtyB,KACtFA,EAAMA,EAAK0S,EAAQ,kBAAoB,eAIxC,MAAO,EADPj7B,EAAW5gB,EAAGmpC,GAAMylB,UACF9tC,KAAMF,EAASC,IAClC,EAKAm2D,gBAAiB,SAAUvwC,GAC1B,IAAIwpC,EAAUjjB,EAAUouB,EAAa1J,EACpC/d,EAAOj0D,KAAKuuE,UAEPta,GAAUltB,GAASktB,IAAS3zD,EAAE+C,KAAM0jC,EAAO,eAI5C/mC,KAAKyuE,qBACT8B,EAAWvwE,KAAKm3E,KAAMljB,EAAM,YAC5B3G,EAAWttD,KAAKm3E,KAAMljB,EAAM,YAC5BynB,EAAc,WACbp7E,EAAEyyE,WAAW4I,YAAa1nB,EAC3B,EAGK3zD,EAAEktD,UAAaltD,EAAEktD,QAAQJ,OAAQmjB,IAAcjwE,EAAEktD,QAAS+iB,IAC9Dtc,EAAK2e,MAAM3yE,KAAMswE,EAAUjwE,EAAEyyE,WAAWoE,KAAMljB,EAAM,eAAiB3G,EAAUouB,GAE/EznB,EAAK2e,MAAsB,cAAbrC,EAA2B,UACzB,WAAbA,EAAwB,UAAY,QAAgBA,EAAWjjB,EAAW,KAAQouB,GAGhFnL,GACLmL,IAED17E,KAAKyuE,oBAAqB,GAE1BuD,EAAUhyE,KAAKm3E,KAAMljB,EAAM,aAE1B+d,EAAQt3D,MAASu5C,EAAKltB,MAAQktB,EAAKltB,MAAO,GAAM,KAAQ,CAAIktB,EAAKltB,MAAQktB,EAAKltB,MAAMjF,MAAQ,GAAMmyB,IAGnGj0D,KAAKq3E,WAAa,KACbr3E,KAAK0uE,YACT1uE,KAAKw4E,aAAajkE,IAAK,CAAE2M,SAAU,WAAYE,KAAM,IAAKD,IAAK,WAC1D7gB,EAAEq4E,UACNr4E,EAAEs7E,YACFt7E,EAAG,QAAS0V,OAAQhW,KAAK4yE,SAG3B5yE,KAAK0uE,WAAY,EAEnB,EAGAiN,YAAa,SAAU1nB,GACtBA,EAAK2e,MAAMnwE,YAAazC,KAAK+uE,cAAexoD,IAAK,0BAClD,EAGAs1D,oBAAqB,SAAU51D,GAC9B,GAAM3lB,EAAEyyE,WAAWxE,SAAnB,CAIA,IAAI51C,EAAUr4B,EAAG2lB,EAAMxY,QACtBwmD,EAAO3zD,EAAEyyE,WAAWgG,SAAUpgD,EAAS,KAE/BA,EAAS,GAAIpzB,KAAOjF,EAAEyyE,WAAWpE,YACoB,IAA5Dh2C,EAAQ8qC,QAAS,IAAMnjE,EAAEyyE,WAAWpE,YAAa3sE,QAChD22B,EAAQhB,SAAUr3B,EAAEyyE,WAAWiD,kBAC/Br9C,EAAQ/gB,QAAS,IAAMtX,EAAEyyE,WAAWjE,eAAgB9sE,SACrD1B,EAAEyyE,WAAWtE,oBAAyBnuE,EAAEyyE,WAAWrE,WAAapuE,EAAEq4E,YACjEhgD,EAAQhB,SAAUr3B,EAAEyyE,WAAWiD,kBAAqB11E,EAAEyyE,WAAWxE,WAAata,IAC/E3zD,EAAEyyE,WAAWuE,iBAXf,CAaD,EAGAsC,YAAa,SAAUr0E,EAAI2pD,EAAQ4sB,GAClC,IAAIruE,EAASnN,EAAGiF,GACf0uD,EAAOj0D,KAAK+4E,SAAUtrE,EAAQ,IAE1BzN,KAAKgzE,sBAAuBvlE,EAAQ,MAGzCzN,KAAK+7E,gBAAiB9nB,EAAM/E,EAAQ4sB,GACpC97E,KAAKg4E,kBAAmB/jB,GACzB,EAGA6lB,WAAY,SAAUv0E,GACrB,IAAIuc,EACHrU,EAASnN,EAAGiF,GACZ0uD,EAAOj0D,KAAK+4E,SAAUtrE,EAAQ,IAE1BzN,KAAKm3E,KAAMljB,EAAM,gBAAmBA,EAAK+nB,YAC7C/nB,EAAKuiB,YAAcviB,EAAK+nB,WACxB/nB,EAAK0iB,UAAY1iB,EAAKwiB,cAAgBxiB,EAAKgoB,aAC3ChoB,EAAK2iB,SAAW3iB,EAAKyiB,aAAeziB,EAAKioB,cAEzCp6D,EAAO,IAAIC,KACXkyC,EAAKuiB,YAAc10D,EAAKI,UACxB+xC,EAAK0iB,UAAY1iB,EAAKwiB,cAAgB30D,EAAKG,WAC3CgyC,EAAK2iB,SAAW3iB,EAAKyiB,aAAe50D,EAAKE,eAE1ChiB,KAAKm8E,cAAeloB,GACpBj0D,KAAK45E,YAAansE,EACnB,EAGA2uE,iBAAkB,SAAU72E,EAAIupB,EAAQgtD,GACvC,IAAIruE,EAASnN,EAAGiF,GACf0uD,EAAOj0D,KAAK+4E,SAAUtrE,EAAQ,IAE/BwmD,EAAM,YAA0B,MAAX6nB,EAAiB,QAAU,SAChD7nB,EAAM,QAAsB,MAAX6nB,EAAiB,QAAU,SAC3Cv+D,SAAUuR,EAAOhuB,QAASguB,EAAOutD,eAAgBr4E,MAAO,IAEzDhE,KAAKm8E,cAAeloB,GACpBj0D,KAAK45E,YAAansE,EACnB,EAGAksE,WAAY,SAAUp0E,EAAI+2E,EAAOC,EAAMC,GACtC,IAAIvoB,EACHxmD,EAASnN,EAAGiF,GAERjF,EAAGk8E,GAAK7kD,SAAU33B,KAAKivE,qBAAwBjvE,KAAKgzE,sBAAuBvlE,EAAQ,OAIxFwmD,EAAOj0D,KAAK+4E,SAAUtrE,EAAQ,KACzB+oE,YAAcviB,EAAK+nB,WAAaz+D,SAAUjd,EAAG,IAAKk8E,GAAKzmE,KAAM,cAClEk+C,EAAKwiB,cAAgBxiB,EAAKgoB,aAAeK,EACzCroB,EAAKyiB,aAAeziB,EAAKioB,YAAcK,EACvCv8E,KAAKy8E,YAAal3E,EAAIvF,KAAK43E,YAAa3jB,EACvCA,EAAK+nB,WAAY/nB,EAAKgoB,aAAchoB,EAAKioB,cAC3C,EAGArC,WAAY,SAAUt0E,GACrB,IAAIkI,EAASnN,EAAGiF,GAChBvF,KAAKy8E,YAAahvE,EAAQ,GAC3B,EAGAgvE,YAAa,SAAUl3E,EAAIk0E,GAC1B,IAAI3H,EACHrkE,EAASnN,EAAGiF,GACZ0uD,EAAOj0D,KAAK+4E,SAAUtrE,EAAQ,IAE/BgsE,EAAuB,MAAXA,EAAkBA,EAAUz5E,KAAK43E,YAAa3jB,GACrDA,EAAKltB,OACTktB,EAAKltB,MAAMjF,IAAK23C,GAEjBz5E,KAAKi4E,iBAAkBhkB,IAEvB6d,EAAW9xE,KAAKm3E,KAAMljB,EAAM,aAE3B6d,EAASp3D,MAASu5C,EAAKltB,MAAQktB,EAAKltB,MAAO,GAAM,KAAQ,CAAE0yC,EAASxlB,IACzDA,EAAKltB,OAChBktB,EAAKltB,MAAMrkC,QAAS,UAGhBuxD,EAAKgf,OACTjzE,KAAKg4E,kBAAmB/jB,IAExBj0D,KAAKs3E,kBACLt3E,KAAKq3E,WAAapjB,EAAKltB,MAAO,GACK,iBAAtBktB,EAAKltB,MAAO,IACxBktB,EAAKltB,MAAMrkC,QAAS,SAErB1C,KAAKq3E,WAAa,KAEpB,EAGAY,iBAAkB,SAAUhkB,GAC3B,IAAIse,EAAWzwD,EAAM23D,EACpBnH,EAAWtyE,KAAKm3E,KAAMljB,EAAM,YAExBqe,IACJC,EAAYvyE,KAAKm3E,KAAMljB,EAAM,cAAiBj0D,KAAKm3E,KAAMljB,EAAM,cAC/DnyC,EAAO9hB,KAAKw5E,SAAUvlB,GACtBwlB,EAAUz5E,KAAK2T,WAAY4+D,EAAWzwD,EAAM9hB,KAAKq6E,iBAAkBpmB,IACnE3zD,EAAGiJ,UAAWxH,KAAMuwE,GAAWxwC,IAAK23C,GAEtC,EAMAiD,WAAY,SAAU56D,GACrB,IAAI66D,EAAM76D,EAAK61D,SACf,MAAO,CAAIgF,EAAM,GAAKA,EAAM,EAAK,GAClC,EAMAnL,YAAa,SAAU1vD,GACtB,IAAI86D,EACHC,EAAY,IAAI96D,KAAMD,EAAKrT,WAQ5B,OALAouE,EAAUnF,QAASmF,EAAU36D,UAAY,GAAM26D,EAAUlF,UAAY,IAErEiF,EAAOC,EAAUpuE,UACjBouE,EAAUpF,SAAU,GACpBoF,EAAUnF,QAAS,GACZ9mE,KAAKwB,MAAOxB,KAAKC,OAAS+rE,EAAOC,GAAc,OAAa,GAAM,CAC1E,EAeAzC,UAAW,SAAU75D,EAAQvc,EAAO0xB,GACnC,GAAe,MAAVnV,GAA2B,MAATvc,EACtB,KAAM,oBAIP,GAAe,MADfA,EAA2B,iBAAVA,EAAqBA,EAAMzC,WAAayC,EAAQ,IAEhE,OAAO,KAGR,IAAI84E,EAASC,EAAKjxB,EAcjBhqC,EAbAk7D,EAAS,EACTC,GAAwBvnD,EAAWA,EAAS+7C,gBAAkB,OAAUzxE,KAAKqwE,UAAUoB,gBACvFA,EAAmD,iBAAxBwL,EAAmCA,GAC7D,IAAIl7D,MAAOC,cAAgB,IAAMzE,SAAU0/D,EAAqB,IACjErN,GAAkBl6C,EAAWA,EAASk6C,cAAgB,OAAU5vE,KAAKqwE,UAAUT,cAC/ED,GAAaj6C,EAAWA,EAASi6C,SAAW,OAAU3vE,KAAKqwE,UAAUV,SACrED,GAAoBh6C,EAAWA,EAASg6C,gBAAkB,OAAU1vE,KAAKqwE,UAAUX,gBACnFD,GAAe/5C,EAAWA,EAAS+5C,WAAa,OAAUzvE,KAAKqwE,UAAUZ,WACzE8M,GAAQ,EACRD,GAAS,EACTK,GAAO,EACPO,GAAO,EACPC,GAAU,EAIVC,EAAY,SAAU19D,GACrB,IAAID,EAAYq9D,EAAU,EAAIv8D,EAAOve,QAAUue,EAAOtB,OAAQ69D,EAAU,KAAQp9D,EAIhF,OAHKD,GACJq9D,IAEMr9D,CACR,EAGA49D,EAAY,SAAU39D,GACrB,IAAI49D,EAAYF,EAAW19D,GAC1BhM,EAAmB,MAAVgM,EAAgB,GAAiB,MAAVA,EAAgB,GACpC,MAAVA,GAAiB49D,EAAY,EAAgB,MAAV59D,EAAgB,EAAI,EAEzD69D,EAAS,IAAIlnC,OAAQ,SADC,MAAV32B,EAAgBhM,EAAO,GACM,IAAMA,EAAO,KACtD0lC,EAAMp1C,EAAMw5E,UAAWR,GAASt9D,MAAO69D,GACxC,IAAMnkC,EACL,KAAM,8BAAgC4jC,EAGvC,OADAA,GAAU5jC,EAAK,GAAIp3C,OACZub,SAAU67B,EAAK,GAAK,GAC5B,EAGAqkC,EAAU,SAAU/9D,EAAOg+D,EAAYC,GACtC,IAAIn2C,GAAS,EACZwB,EAAQ1oC,EAAEyM,IAAKqwE,EAAW19D,GAAUi+D,EAAYD,GAAY,SAAU3nB,EAAGj2C,GACxE,MAAO,CAAE,CAAEA,EAAGi2C,GACf,IAAI9mB,MAAM,SAAU7sB,EAAGvC,GACtB,QAAUuC,EAAG,GAAIpgB,OAAS6d,EAAG,GAAI7d,OAClC,IAUD,GARA1B,EAAED,KAAM2oC,GAAO,SAAUv3B,EAAGmsE,GAC3B,IAAInyE,EAAOmyE,EAAM,GACjB,GAAK55E,EAAM2B,OAAQq3E,EAAQvxE,EAAKzJ,QAASsb,gBAAkB7R,EAAK6R,cAG/D,OAFAkqB,EAAQo2C,EAAM,GACdZ,GAAUvxE,EAAKzJ,QACR,CAET,KACgB,IAAXwlC,EACJ,OAAOA,EAAQ,EAEf,KAAM,4BAA8Bw1C,CAEtC,EAGAa,EAAe,WACd,GAAK75E,EAAMib,OAAQ+9D,KAAaz8D,EAAOtB,OAAQ69D,GAC9C,KAAM,kCAAoCE,EAE3CA,GACD,EAED,IAAMF,EAAU,EAAGA,EAAUv8D,EAAOve,OAAQ86E,IAC3C,GAAKK,EAC8B,MAA7B58D,EAAOtB,OAAQ69D,IAAsBM,EAAW,KAGpDS,IAFAV,GAAU,OAKX,OAAS58D,EAAOtB,OAAQ69D,IACvB,IAAK,IACJH,EAAMU,EAAW,KACjB,MACD,IAAK,IACJI,EAAS,IAAK7N,EAAeD,GAC7B,MACD,IAAK,IACJuN,EAAMG,EAAW,KACjB,MACD,IAAK,IACJf,EAAQe,EAAW,KACnB,MACD,IAAK,IACJf,EAAQmB,EAAS,IAAK/N,EAAiBD,GACvC,MACD,IAAK,IACJ8M,EAAOc,EAAW,KAClB,MACD,IAAK,IAEJd,GADAz6D,EAAO,IAAIC,KAAMs7D,EAAW,OAChBr7D,cACZs6D,EAAQx6D,EAAKG,WAAa,EAC1B06D,EAAM76D,EAAKI,UACX,MACD,IAAK,IAEJq6D,GADAz6D,EAAO,IAAIC,MAAQs7D,EAAW,KAAQr9E,KAAK89E,cAAiB,MAChD97D,cACZs6D,EAAQx6D,EAAKG,WAAa,EAC1B06D,EAAM76D,EAAKI,UACX,MACD,IAAK,IACCk7D,EAAW,KACfS,IAEAV,GAAU,EAEX,MACD,QACCU,IAKJ,GAAKb,EAASh5E,EAAMhC,SACnB8pD,EAAQ9nD,EAAM2B,OAAQq3E,IAChB,OAAO/zC,KAAM6iB,IAClB,KAAM,4CAA8CA,EAWtD,IAPe,IAAVywB,EACJA,GAAO,IAAIx6D,MAAOC,cACPu6D,EAAO,MAClBA,IAAQ,IAAIx6D,MAAOC,eAAgB,IAAID,MAAOC,cAAgB,KAC3Du6D,GAAQ9K,EAAkB,GAAK,MAG9ByL,GAAO,EAGX,IAFAZ,EAAQ,EACRK,EAAMO,IAGAP,IADLI,EAAM/8E,KAAK+9E,gBAAiBxB,EAAMD,EAAQ,MAI1CA,IACAK,GAAOI,EAKT,IADAj7D,EAAO9hB,KAAKg+E,sBAAuB,IAAIj8D,KAAMw6D,EAAMD,EAAQ,EAAGK,KACpD36D,gBAAkBu6D,GAAQz6D,EAAKG,WAAa,IAAMq6D,GAASx6D,EAAKI,YAAcy6D,EACvF,KAAM,eAEP,OAAO76D,CACR,EAGAm8D,KAAM,WACNC,OAAQ,aACRC,SAAU,WACVC,QAAS,WACTC,QAAS,aACTC,SAAU,WACVC,SAAU,YACVC,SAAU,YACVC,IAAK,WACLC,MAAO,IACPC,UAAW,IACXC,IAAK,WAELd,aAC8B,IADZ,OAAqBltE,KAAKwB,MAAO,OAAaxB,KAAKwB,MAAO,MAC3ExB,KAAKwB,MAAO,QAAsB,GAAK,GAAK,IA8B7CuB,WAAY,SAAU4M,EAAQuB,EAAM4T,GACnC,IAAM5T,EACL,MAAO,GAGR,IAAIg7D,EACHlN,GAAkBl6C,EAAWA,EAASk6C,cAAgB,OAAU5vE,KAAKqwE,UAAUT,cAC/ED,GAAaj6C,EAAWA,EAASi6C,SAAW,OAAU3vE,KAAKqwE,UAAUV,SACrED,GAAoBh6C,EAAWA,EAASg6C,gBAAkB,OAAU1vE,KAAKqwE,UAAUX,gBACnFD,GAAe/5C,EAAWA,EAAS+5C,WAAa,OAAUzvE,KAAKqwE,UAAUZ,WAGzE2N,EAAY,SAAU19D,GACrB,IAAID,EAAYq9D,EAAU,EAAIv8D,EAAOve,QAAUue,EAAOtB,OAAQ69D,EAAU,KAAQp9D,EAIhF,OAHKD,GACJq9D,IAEMr9D,CACR,EAGAo/D,EAAe,SAAUn/D,EAAO1b,EAAO41C,GACtC,IAAIR,EAAM,GAAKp1C,EACf,GAAKo5E,EAAW19D,GACf,KAAQ05B,EAAIp3C,OAAS43C,GACpBR,EAAM,IAAMA,EAGd,OAAOA,CACR,EAGA0lC,EAAa,SAAUp/D,EAAO1b,EAAO05E,EAAYC,GAChD,OAASP,EAAW19D,GAAUi+D,EAAW35E,GAAU05E,EAAY15E,EAChE,EACAk2C,EAAS,GACTijC,GAAU,EAEX,GAAKr7D,EACJ,IAAMg7D,EAAU,EAAGA,EAAUv8D,EAAOve,OAAQ86E,IAC3C,GAAKK,EAC8B,MAA7B58D,EAAOtB,OAAQ69D,IAAsBM,EAAW,KAGpDljC,GAAU35B,EAAOtB,OAAQ69D,GAFzBK,GAAU,OAKX,OAAS58D,EAAOtB,OAAQ69D,IACvB,IAAK,IACJ5iC,GAAU2kC,EAAc,IAAK/8D,EAAKI,UAAW,GAC7C,MACD,IAAK,IACJg4B,GAAU4kC,EAAY,IAAKh9D,EAAK61D,SAAU/H,EAAeD,GACzD,MACD,IAAK,IACJz1B,GAAU2kC,EAAc,IACvBjuE,KAAKC,OAAS,IAAIkR,KAAMD,EAAKE,cAAeF,EAAKG,WAAYH,EAAKI,WAAYzT,UAAY,IAAIsT,KAAMD,EAAKE,cAAe,EAAG,GAAIvT,WAAc,OAAY,GAC1J,MACD,IAAK,IACJyrC,GAAU2kC,EAAc,IAAK/8D,EAAKG,WAAa,EAAG,GAClD,MACD,IAAK,IACJi4B,GAAU4kC,EAAY,IAAKh9D,EAAKG,WAAYytD,EAAiBD,GAC7D,MACD,IAAK,IACJv1B,GAAYkjC,EAAW,KAAQt7D,EAAKE,eACjCF,EAAKE,cAAgB,IAAM,GAAK,IAAM,IAAOF,EAAKE,cAAgB,IACrE,MACD,IAAK,IACJk4B,GAAUp4B,EAAKrT,UACf,MACD,IAAK,IACJyrC,GAA2B,IAAjBp4B,EAAKrT,UAAoBzO,KAAK89E,aACxC,MACD,IAAK,IACCV,EAAW,KACfljC,GAAU,IAEVijC,GAAU,EAEX,MACD,QACCjjC,GAAU35B,EAAOtB,OAAQ69D,GAK9B,OAAO5iC,CACR,EAGA+/B,eAAgB,SAAU15D,GACzB,IAAIu8D,EACH/C,EAAQ,GACRoD,GAAU,EAGVC,EAAY,SAAU19D,GACrB,IAAID,EAAYq9D,EAAU,EAAIv8D,EAAOve,QAAUue,EAAOtB,OAAQ69D,EAAU,KAAQp9D,EAIhF,OAHKD,GACJq9D,IAEMr9D,CACR,EAED,IAAMq9D,EAAU,EAAGA,EAAUv8D,EAAOve,OAAQ86E,IAC3C,GAAKK,EAC8B,MAA7B58D,EAAOtB,OAAQ69D,IAAsBM,EAAW,KAGpDrD,GAASx5D,EAAOtB,OAAQ69D,GAFxBK,GAAU,OAKX,OAAS58D,EAAOtB,OAAQ69D,IACvB,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAClC/C,GAAS,aACT,MACD,IAAK,IAAK,IAAK,IACd,OAAO,KACR,IAAK,IACCqD,EAAW,KACfrD,GAAS,IAEToD,GAAU,EAEX,MACD,QACCpD,GAASx5D,EAAOtB,OAAQ69D,GAI5B,OAAO/C,CACR,EAGA5C,KAAM,SAAUljB,EAAMxoD,GACrB,YAAiCrL,IAA1B6zD,EAAKv+B,SAAUjqB,GACrBwoD,EAAKv+B,SAAUjqB,GAASzL,KAAKqwE,UAAW5kE,EAC1C,EAGA8tE,kBAAmB,SAAUtlB,EAAMqlB,GAClC,GAAKrlB,EAAKltB,MAAMjF,QAAUmyB,EAAKkmB,QAA/B,CAIA,IAAIpK,EAAa/vE,KAAKm3E,KAAMljB,EAAM,cACjC8qB,EAAQ9qB,EAAKkmB,QAAUlmB,EAAKltB,MAAQktB,EAAKltB,MAAMjF,MAAQ,KACvD2uC,EAAczwE,KAAK+3E,gBAAiB9jB,GACpCnyC,EAAO2uD,EACP/6C,EAAW11B,KAAKq6E,iBAAkBpmB,GAEnC,IACCnyC,EAAO9hB,KAAKo6E,UAAWrK,EAAYgP,EAAOrpD,IAAc+6C,CACzD,CAAE,MAAQxqD,GACT84D,EAAUzF,EAAY,GAAKyF,CAC5B,CACA9qB,EAAKuiB,YAAc10D,EAAKI,UACxB+xC,EAAK0iB,UAAY1iB,EAAKwiB,cAAgB30D,EAAKG,WAC3CgyC,EAAK2iB,SAAW3iB,EAAKyiB,aAAe50D,EAAKE,cACzCiyC,EAAK+nB,WAAe+C,EAAQj9D,EAAKI,UAAY,EAC7C+xC,EAAKgoB,aAAiB8C,EAAQj9D,EAAKG,WAAa,EAChDgyC,EAAKioB,YAAgB6C,EAAQj9D,EAAKE,cAAgB,EAClDhiB,KAAK+7E,gBAAiB9nB,EAnBtB,CAoBD,EAGA8jB,gBAAiB,SAAU9jB,GAC1B,OAAOj0D,KAAKg/E,gBAAiB/qB,EAC5Bj0D,KAAKi/E,eAAgBhrB,EAAMj0D,KAAKm3E,KAAMljB,EAAM,eAAiB,IAAIlyC,MACnE,EAGAk9D,eAAgB,SAAUhrB,EAAMnyC,EAAM2uD,GACrC,IAyCCyO,EAAoB,MAARp9D,GAAyB,KAATA,EAAc2uD,EAAgC,iBAAT3uD,EApClD,SAAUotC,GACxB,IACC,OAAO5uD,EAAEyyE,WAAWqH,UAAW95E,EAAEyyE,WAAWoE,KAAMljB,EAAM,cACvD/E,EAAQ5uD,EAAEyyE,WAAWsH,iBAAkBpmB,GACzC,CAAE,MAAQt/C,GAGV,CAUA,IARA,IAAImN,GAASotC,EAAO5xC,cAAcoC,MAAO,MACxCpf,EAAEyyE,WAAWyG,SAAUvlB,GAAS,OAAU,IAAIlyC,KAC9Cw6D,EAAOz6D,EAAKE,cACZs6D,EAAQx6D,EAAKG,WACb06D,EAAM76D,EAAKI,UACXxE,EAAU,uCACV+B,EAAU/B,EAAQ44B,KAAM4Y,GAEjBzvC,GAAU,CACjB,OAASA,EAAS,IAAO,KACxB,IAAK,IAAM,IAAK,IACfk9D,GAAOp/D,SAAUkC,EAAS,GAAK,IAAM,MACtC,IAAK,IAAM,IAAK,IACfk9D,GAAsC,EAA/Bp/D,SAAUkC,EAAS,GAAK,IAAU,MAC1C,IAAK,IAAM,IAAK,IACf68D,GAAS/+D,SAAUkC,EAAS,GAAK,IACjCk9D,EAAM/rE,KAAK0E,IAAKqnE,EAAKr8E,EAAEyyE,WAAWgL,gBAAiBxB,EAAMD,IACzD,MACD,IAAK,IAAK,IAAK,IACdC,GAAQh/D,SAAUkC,EAAS,GAAK,IAChCk9D,EAAM/rE,KAAK0E,IAAKqnE,EAAKr8E,EAAEyyE,WAAWgL,gBAAiBxB,EAAMD,IAG3D78D,EAAU/B,EAAQ44B,KAAM4Y,EACzB,CACA,OAAO,IAAIntC,KAAMw6D,EAAMD,EAAOK,EAC/B,CACqFwC,CAAcr9D,GAChF,iBAATA,EAAsB2H,MAAO3H,GAAS2uD,EA1C7B,SAAUvhB,GAC5B,IAAIptC,EAAO,IAAIC,KAEf,OADAD,EAAK41D,QAAS51D,EAAKI,UAAYgtC,GACxBptC,CACR,CAsC8Ds9D,CAAet9D,GAAW,IAAIC,KAAMD,EAAKrT,WASxG,OAPAywE,EAAYA,GAAkC,iBAAvBA,EAAQ39E,WAAgCkvE,EAAcyO,KAE5EA,EAAQG,SAAU,GAClBH,EAAQI,WAAY,GACpBJ,EAAQK,WAAY,GACpBL,EAAQM,gBAAiB,IAEnBx/E,KAAKg+E,sBAAuBkB,EACpC,EASAlB,sBAAuB,SAAUl8D,GAChC,OAAMA,GAGNA,EAAKu9D,SAAUv9D,EAAK29D,WAAa,GAAK39D,EAAK29D,WAAa,EAAI,GACrD39D,GAHC,IAIT,EAGAg2D,SAAU,SAAU7jB,EAAMnyC,EAAM49D,GAC/B,IAAI5yC,GAAShrB,EACZ69D,EAAY1rB,EAAKwiB,cACjBmJ,EAAW3rB,EAAKyiB,aAChBwI,EAAUl/E,KAAKg/E,gBAAiB/qB,EAAMj0D,KAAKi/E,eAAgBhrB,EAAMnyC,EAAM,IAAIC,OAE5EkyC,EAAKuiB,YAAcviB,EAAK+nB,WAAakD,EAAQh9D,UAC7C+xC,EAAK0iB,UAAY1iB,EAAKwiB,cAAgBxiB,EAAKgoB,aAAeiD,EAAQj9D,WAClEgyC,EAAK2iB,SAAW3iB,EAAKyiB,aAAeziB,EAAKioB,YAAcgD,EAAQl9D,cACxD29D,IAAc1rB,EAAKwiB,eAAiBmJ,IAAa3rB,EAAKyiB,cAAmBgJ,GAC/E1/E,KAAKm8E,cAAeloB,GAErBj0D,KAAK+7E,gBAAiB9nB,GACjBA,EAAKltB,OACTktB,EAAKltB,MAAMjF,IAAKgL,EAAQ,GAAK9sC,KAAK43E,YAAa3jB,GAEjD,EAGAulB,SAAU,SAAUvlB,GAIlB,OAHkBA,EAAKioB,aAAiBjoB,EAAKltB,OAA8B,KAArBktB,EAAKltB,MAAMjF,MAAiB,KAClF9hC,KAAKg+E,sBAAuB,IAAIj8D,KAChCkyC,EAAKioB,YAAajoB,EAAKgoB,aAAchoB,EAAK+nB,YAE5C,EAKAnB,gBAAiB,SAAU5mB,GAC1B,IAAIme,EAAapyE,KAAKm3E,KAAMljB,EAAM,cACjC1uD,EAAK,IAAM0uD,EAAK1uD,GAAG+O,QAAS,QAAS,MACtC2/C,EAAK2e,MAAM7wE,KAAM,kBAAmBgL,KAAK,WACxC,IAAIsR,EAAU,CACbquB,KAAM,WACLpsC,EAAEyyE,WAAW6G,YAAar0E,GAAK6sE,EAAY,IAC5C,EACAhhC,KAAM,WACL9wC,EAAEyyE,WAAW6G,YAAar0E,GAAK6sE,EAAY,IAC5C,EACAnyE,KAAM,WACLK,EAAEyyE,WAAWuE,iBACd,EACAuI,MAAO,WACNv/E,EAAEyyE,WAAW+G,WAAYv0E,EAC1B,EACAu6E,UAAW,WAEV,OADAx/E,EAAEyyE,WAAW4G,WAAYp0E,GAAKvF,KAAKyJ,aAAc,eAAiBzJ,KAAKyJ,aAAc,aAAezJ,OAC7F,CACR,EACA+/E,YAAa,WAEZ,OADAz/E,EAAEyyE,WAAWqJ,iBAAkB72E,EAAIvF,KAAM,MAClC,CACR,EACAggF,WAAY,WAEX,OADA1/E,EAAEyyE,WAAWqJ,iBAAkB72E,EAAIvF,KAAM,MAClC,CACR,GAEDM,EAAGN,MAAO+X,GAAI/X,KAAKyJ,aAAc,cAAgB4U,EAASre,KAAKyJ,aAAc,iBAC9E,GACD,EAGAmxE,cAAe,SAAU3mB,GACxB,IAAIgsB,EAAS3Q,EAAU5iC,EAAM6iC,EAAUn+B,EAAMo+B,EAAa0Q,EACzDC,EAAUC,EAAapQ,EAAUsB,EAAU3B,EAAUE,EACrDJ,EAAYC,EAAiBkC,EAAeR,EAC5CC,EAAmBZ,EAAa5vE,EAAMw/E,EAAKC,EAAKC,EAAOC,EAAKC,EAC5DC,EAAaC,EAAUC,EAAOjE,EAAKkE,EAAaC,EAAUC,EAASC,EACnEC,EAAWC,EAAMC,EAAOC,EAAaC,EAAYC,EACjDC,EAAW,IAAIx/D,KACf89D,EAAQ7/E,KAAKg+E,sBACZ,IAAIj8D,KAAMw/D,EAASv/D,cAAeu/D,EAASt/D,WAAYs/D,EAASr/D,YACjEi6B,EAAQn8C,KAAKm3E,KAAMljB,EAAM,SACzBwe,EAAkBzyE,KAAKm3E,KAAMljB,EAAM,mBACnC6c,EAAmB9wE,KAAKm3E,KAAMljB,EAAM,oBACpC8c,EAAyB/wE,KAAKm3E,KAAMljB,EAAM,0BAC1C8mB,EAAY/6E,KAAKg7E,mBAAoB/mB,GACrCke,EAAmBnyE,KAAKm3E,KAAMljB,EAAM,oBACpCme,EAAapyE,KAAKm3E,KAAMljB,EAAM,cAC9ButB,EAAoC,IAAnBzG,EAAW,IAAgC,IAAnBA,EAAW,GACpD0G,EAAczhF,KAAKg+E,sBAA0B/pB,EAAK+nB,WACjD,IAAIj6D,KAAMkyC,EAAKioB,YAAajoB,EAAKgoB,aAAchoB,EAAK+nB,YADU,IAAIj6D,KAAM,KAAM,EAAG,IAElF2vD,EAAU1xE,KAAKk5E,eAAgBjlB,EAAM,OACrC0d,EAAU3xE,KAAKk5E,eAAgBjlB,EAAM,OACrC0iB,GAAY1iB,EAAK0iB,UAAYxE,EAC7ByE,GAAW3iB,EAAK2iB,SAMjB,GAJKD,GAAY,IAChBA,IAAa,GACbC,MAEIjF,EAIJ,IAHAsO,EAAUjgF,KAAKg+E,sBAAuB,IAAIj8D,KAAM4vD,EAAQ3vD,cACvD2vD,EAAQ1vD,WAAe84D,EAAW,GAAMA,EAAW,GAAQ,EAAGpJ,EAAQzvD,YACvE+9D,EAAYvO,GAAWuO,EAAUvO,EAAUA,EAAUuO,EAC7CjgF,KAAKg+E,sBAAuB,IAAIj8D,KAAM60D,GAAUD,GAAW,IAAQsJ,KAC1EtJ,GACiB,IAChBA,GAAY,GACZC,MA6HH,IAzHA3iB,EAAK0iB,UAAYA,GACjB1iB,EAAK2iB,SAAWA,GAEhBtH,EAAWtvE,KAAKm3E,KAAMljB,EAAM,YAC5Bqb,EAAcyB,EAAoC/wE,KAAK2T,WAAY27D,EAClEtvE,KAAKg+E,sBAAuB,IAAIj8D,KAAM60D,GAAUD,GAAYvE,EAAY,IACxEpyE,KAAKq6E,iBAAkBpmB,IAFeqb,EAKtC5iC,EADI1sC,KAAK0hF,gBAAiBztB,GAAO,EAAG2iB,GAAUD,IACvCr2E,EAAG,OACRyV,KAAM,CACN,MAAS,mCACT,eAAgB,OAChB,aAAc,QACd1L,MAAOilE,IAEPt5D,OACA1V,EAAG,UACDqC,SAAU,oCACRw5C,EAAQ,IAAM,MAChB76C,KAAMguE,IACN,GAAIprC,UACG4sC,EACJ,GAEAxwE,EAAG,OACRyV,KAAM,CACN,MAAS,qDACT1L,MAAOilE,IAEPt5D,OACA1V,EAAG,UACDqC,SAAU,oCACRw5C,EAAQ,IAAM,MAChB76C,KAAMguE,IACN,GAAIprC,UAGTqrC,EAAWvvE,KAAKm3E,KAAMljB,EAAM,YAC5Bsb,EAAcwB,EAAoC/wE,KAAK2T,WAAY47D,EAClEvvE,KAAKg+E,sBAAuB,IAAIj8D,KAAM60D,GAAUD,GAAYvE,EAAY,IACxEpyE,KAAKq6E,iBAAkBpmB,IAFesb,EAKtCn+B,EADIpxC,KAAK0hF,gBAAiBztB,EAAM,EAAI2iB,GAAUD,IACvCr2E,EAAG,OACRyV,KAAM,CACN,MAAS,mCACT,eAAgB,OAChB,aAAc,QACd1L,MAAOklE,IAEPv5D,OACA1V,EAAG,UACDqC,SAAU,oCACRw5C,EAAQ,IAAM,MAChB76C,KAAMiuE,IACN,GAAIrrC,UACG4sC,EACJ,GAEAxwE,EAAG,OACRyV,KAAM,CACN,MAAS,qDACT1L,MAAOklE,IAEPv5D,OACA1V,EAAG,UACDyV,KAAM,QAAS,oCACbomC,EAAQ,IAAM,MAChB76C,KAAMiuE,IACN,GAAIrrC,UAGTsrC,EAAcxvE,KAAKm3E,KAAMljB,EAAM,eAC/BisB,EAAalgF,KAAKm3E,KAAMljB,EAAM,gBAAmBA,EAAK+nB,WAAayF,EAAc5B,EACjFrQ,EAAiBuB,EAChB/wE,KAAK2T,WAAY67D,EAAa0Q,EAAUlgF,KAAKq6E,iBAAkBpmB,IADtBub,EAG1C2Q,EAAW,GACLlsB,EAAKgf,SACVkN,EAAW7/E,EAAG,YACZyV,KAAM,CACN9S,KAAM,SACN,MAAS,yEACT,eAAgB,OAChB,aAAc,UAEd3B,KAAMtB,KAAKm3E,KAAMljB,EAAM,cAAiB,GAAI/vB,WAG/Ck8C,EAAc,GACT3N,IACJ2N,EAAc9/E,EAAG,4DACf0V,OAAQmmC,EAAQgkC,EAAW,IAC3BnqE,OAAQhW,KAAK2hF,WAAY1tB,EAAMisB,GAC/B5/E,EAAG,YACDyV,KAAM,CACN9S,KAAM,SACN,MAAS,6EACT,eAAgB,QAChB,aAAc,UAEd3B,KAAMkuE,GACR,IACAx5D,OAAQmmC,EAAQ,GAAKgkC,GAAY,GAAIj8C,WAGxC8rC,EAAWzyD,SAAUvd,KAAKm3E,KAAMljB,EAAM,YAAc,IACpD+b,EAAavmD,MAAOumD,GAAa,EAAIA,EAErCsB,EAAWtxE,KAAKm3E,KAAMljB,EAAM,YAC5B0b,EAAW3vE,KAAKm3E,KAAMljB,EAAM,YAC5B4b,EAAc7vE,KAAKm3E,KAAMljB,EAAM,eAC/Bwb,EAAazvE,KAAKm3E,KAAMljB,EAAM,cAC9Byb,EAAkB1vE,KAAKm3E,KAAMljB,EAAM,mBACnC2d,EAAgB5xE,KAAKm3E,KAAMljB,EAAM,iBACjCmd,EAAkBpxE,KAAKm3E,KAAMljB,EAAM,mBACnCod,EAAoBrxE,KAAKm3E,KAAMljB,EAAM,qBACrCwc,EAAczwE,KAAK+3E,gBAAiB9jB,GACpCpzD,EAAO,GAEDy/E,EAAM,EAAGA,EAAMvF,EAAW,GAAKuF,IAAQ,CAG5C,IAFAC,EAAQ,GACRvgF,KAAKi2E,QAAU,EACTuK,EAAM,EAAGA,EAAMzF,EAAW,GAAKyF,IAAQ,CAI5C,GAHAC,EAAezgF,KAAKg+E,sBAAuB,IAAIj8D,KAAM60D,GAAUD,GAAW1iB,EAAKuiB,cAC/EkK,EAAc,iBACdC,EAAW,GACNa,EAAe,CAEnB,GADAb,GAAY,kCACP5F,EAAW,GAAM,EACrB,OAASyF,GACR,KAAK,EAAGG,GAAY,6BACnBD,EAAc,eAAkBvkC,EAAQ,QAAU,QAAU,MAC7D,KAAK4+B,EAAW,GAAM,EAAG4F,GAAY,4BACpCD,EAAc,eAAkBvkC,EAAQ,OAAS,SAAW,MAC7D,QAASwkC,GAAY,8BAA+BD,EAAc,GAGpEC,GAAY,IACb,CASA,IARAA,GAAY,uEAAyED,EAAc,MAChG,WAAWz3C,KAAMy3C,IAAyB,IAARJ,EAAcnkC,EAAQ/K,EAAO1E,EAAS,KACxE,YAAYzD,KAAMy3C,IAAyB,IAARJ,EAAcnkC,EAAQzP,EAAO0E,EAAS,IAC3EpxC,KAAK4hF,yBAA0B3tB,EAAM0iB,GAAWC,GAAUlF,EAASC,EACnE2O,EAAM,GAAKE,EAAM,EAAG/Q,EAAYC,GAJrB,0DAOZkR,EAAUtP,EAAW,sCAAwCtxE,KAAKm3E,KAAMljB,EAAM,cAAiB,QAAU,GACnGosB,EAAM,EAAGA,EAAM,EAAGA,IAEvBO,GAAS,oBAAwBP,EAAMrQ,EAAW,GAAM,GAAK,EAAI,kCAAoC,IAA5F,iBACUL,EAFnBgN,GAAQ0D,EAAMrQ,GAAa,GAEU,KAAOH,EAAa8M,GAAQ,eAYlE,IAVAgE,GAAYC,EAAQ,uBACpBC,EAAc7gF,KAAK+9E,gBAAiBnH,GAAUD,IACzCC,KAAa3iB,EAAKyiB,cAAgBC,KAAc1iB,EAAKwiB,gBACzDxiB,EAAKuiB,YAAc5lE,KAAK0E,IAAK2+C,EAAKuiB,YAAaqK,IAEhDC,GAAa9gF,KAAK6hF,oBAAqBjL,GAAUD,IAAc3G,EAAW,GAAM,EAChF+Q,EAAUnwE,KAAKU,MAAQwvE,EAAWD,GAAgB,GAClDG,EAAYQ,GAAexhF,KAAKi2E,QAAU8K,EAAU/gF,KAAKi2E,QAAoB8K,EAC7E/gF,KAAKi2E,QAAU+K,EACfC,EAAYjhF,KAAKg+E,sBAAuB,IAAIj8D,KAAM60D,GAAUD,GAAW,EAAImK,IACrEI,EAAO,EAAGA,EAAOF,EAASE,IAAS,CAIxC,IAHAP,GAAY,OACZQ,EAAW7P,EAAgB,sCAC1BtxE,KAAKm3E,KAAMljB,EAAM,gBAAjBj0D,CAAoCihF,GAAc,QAD7B,GAEhBZ,EAAM,EAAGA,EAAM,EAAGA,IACvBe,EAAgBxP,EACfA,EAAcl3D,MAASu5C,EAAKltB,MAAQktB,EAAKltB,MAAO,GAAM,KAAQ,CAAEk6C,IAAgB,EAAE,EAAM,IAEzFK,GADAD,EAAeJ,EAAUh/D,aAAe00D,MACRtF,IAAwB+P,EAAa,IAClE1P,GAAWuP,EAAYvP,GAAeC,GAAWsP,EAAYtP,EAChEwP,GAAS,gBACJd,EAAMrQ,EAAW,GAAM,GAAK,EAAI,0BAA4B,KAC9DqR,EAAa,6BAA+B,KAC1CJ,EAAUxyE,YAAcgyE,EAAahyE,WAAakoE,KAAc1iB,EAAKwiB,eAAiBxiB,EAAK2X,WAC7F6E,EAAYhiE,YAAcwyE,EAAUxyE,WAAagiE,EAAYhiE,YAAcgyE,EAAahyE,UAG1F,IAAMzO,KAAKmvE,cAAgB,KACzBmS,EAAe,IAAMthF,KAAKivE,mBAAqB,qBAAuB,KACtEoS,IAAejQ,EAAkB,GAAK,IAAMgQ,EAAa,IACzDH,EAAUxyE,YAAcgzE,EAAYhzE,UAAY,IAAMzO,KAAKkvE,cAAgB,KAC3E+R,EAAUxyE,YAAcoxE,EAAMpxE,UAAY,uBAAyB,KAAS,KACzE4yE,IAAcjQ,IAAqBgQ,EAAa,GAAqE,GAA/D,WAAaA,EAAa,GAAI9sE,QAAS,KAAM,SAAY,MAClHgtE,EAAe,GAAK,4DAA8DL,EAAUh/D,WAAa,gBAAkBg/D,EAAUj/D,cAAgB,KAAQ,KAC7Jq/D,IAAejQ,EAAkB,SACjCkQ,EAAe,kCAAoCL,EAAU/+D,UAAY,UAAY,8BACrF++D,EAAUxyE,YAAcoxE,EAAMpxE,UAAY,sBAAwB,KAClEwyE,EAAUxyE,YAAcgzE,EAAYhzE,UAAY,mBAAqB,KACrE4yE,EAAa,yBAA2B,IAC1C,6BAAgCJ,EAAUxyE,YAAcgzE,EAAYhzE,UAAY,OAAS,SACzF,gBAAkBwyE,EAAU/+D,UAC5B,KAAO++D,EAAU/+D,UAAY,QAAa,QAC3C++D,EAAUvJ,QAASuJ,EAAU/+D,UAAY,GACzC++D,EAAYjhF,KAAKg+E,sBAAuBiD,GAEzCN,GAAYQ,EAAQ,OACrB,GACAxK,GACiB,KAChBA,GAAY,EACZC,MAID2J,GAFAI,GAAY,oBAAuBa,EAAe,UAC3CzG,EAAW,GAAM,GAAKyF,IAAQzF,EAAW,GAAM,EAAM,8CAAgD,IAAO,GAEpH,CACAl6E,GAAQ0/E,CACT,CAGA,OAFA1/E,GAAQu/E,EACRnsB,EAAK2X,WAAY,EACV/qE,CACR,EAGA+gF,yBAA0B,SAAU3tB,EAAM0iB,EAAWC,EAAUlF,EAASC,EACtEkE,EAAWpG,EAAYC,GAExB,IAAIoS,EAAWC,EAAWzF,EAAO0F,EAAOC,EAAUC,EAAe3F,EAAM4F,EACtElR,EAAcjxE,KAAKm3E,KAAMljB,EAAM,eAC/Bid,EAAalxE,KAAKm3E,KAAMljB,EAAM,cAC9Bgc,EAAqBjwE,KAAKm3E,KAAMljB,EAAM,sBACtCkc,EAAmBnwE,KAAKm3E,KAAMljB,EAAM,oBACpCmc,EAAkBpwE,KAAKm3E,KAAMljB,EAAM,mBACnCpzD,EAAO,oCACPuhF,EAAY,GAGb,GAAKvM,IAAc5E,EAClBmR,GAAa,qCAAuC3S,EAAYkH,GAAc,cACxE,CAIN,IAHAmL,EAAcpQ,GAAWA,EAAQ1vD,gBAAkB40D,EACnDmL,EAAcpQ,GAAWA,EAAQ3vD,gBAAkB40D,EACnDwL,GAAa,mDAAqDjS,EAAmB,oDAC/EmM,EAAQ,EAAGA,EAAQ,GAAIA,MACpBwF,GAAaxF,GAAS5K,EAAQzvD,eAAmB8/D,GAAazF,GAAS3K,EAAQ1vD,cACtFmgE,GAAa,kBAAoB9F,EAAQ,KACtCA,IAAU3F,EAAY,uBAAyB,IACjD,IAAMjH,EAAiB4M,GAAU,aAGpC8F,GAAa,WACd,CAOA,GALMnS,IACLpvE,GAAQuhF,IAAcvM,GAAgB5E,GAAeC,EAA0B,GAAX,YAI/Djd,EAAKknB,UAEV,GADAlnB,EAAKknB,UAAY,GACZtF,IAAc3E,EAClBrwE,GAAQ,oCAAsC+1E,EAAW,cACnD,CAgBN,IAbAoL,EAAQhiF,KAAKm3E,KAAMljB,EAAM,aAAczyD,MAAO,KAC9CygF,GAAW,IAAIlgE,MAAOC,cACtBkgE,EAAgB,SAAUl+E,GACzB,IAAIu4E,EAASv4E,EAAM0b,MAAO,YAAek3D,EAAWr5D,SAAUvZ,EAAMw5E,UAAW,GAAK,IACjFx5E,EAAM0b,MAAO,WAAcuiE,EAAW1kE,SAAUvZ,EAAO,IACzDuZ,SAAUvZ,EAAO,IAClB,OAASylB,MAAO8yD,GAAS0F,EAAW1F,CACrC,EACAA,EAAO2F,EAAeF,EAAO,IAC7BG,EAAUvxE,KAAKkC,IAAKypE,EAAM2F,EAAeF,EAAO,IAAO,KACvDzF,EAAS7K,EAAU9gE,KAAKkC,IAAKypE,EAAM7K,EAAQ1vD,eAAkBu6D,EAC7D4F,EAAYxQ,EAAU/gE,KAAK0E,IAAK6sE,EAASxQ,EAAQ3vD,eAAkBmgE,EACnEluB,EAAKknB,WAAa,kDAAoD/K,EAAkB,mDAChFmM,GAAQ4F,EAAS5F,IACxBtoB,EAAKknB,WAAa,kBAAoBoB,EAAO,KAC1CA,IAAS3F,EAAW,uBAAyB,IAC/C,IAAM2F,EAAO,YAEftoB,EAAKknB,WAAa,YAElBt6E,GAAQozD,EAAKknB,UACblnB,EAAKknB,UAAY,IAClB,CAQD,OALAt6E,GAAQb,KAAKm3E,KAAMljB,EAAM,cACpBgc,IACJpvE,KAAUg1E,GAAgB5E,GAAeC,EAA0B,GAAX,UAAkBkR,GAE3EvhF,EAAQ,QAET,EAGAk7E,gBAAiB,SAAU9nB,EAAM/E,EAAQ4sB,GACxC,IAAIS,EAAOtoB,EAAKyiB,cAA4B,MAAXoF,EAAiB5sB,EAAS,GAC1DotB,EAAQroB,EAAKwiB,eAA6B,MAAXqF,EAAiB5sB,EAAS,GACzDytB,EAAM/rE,KAAK0E,IAAK2+C,EAAKuiB,YAAax2E,KAAK+9E,gBAAiBxB,EAAMD,KAAyB,MAAXR,EAAiB5sB,EAAS,GACtGptC,EAAO9hB,KAAKg/E,gBAAiB/qB,EAAMj0D,KAAKg+E,sBAAuB,IAAIj8D,KAAMw6D,EAAMD,EAAOK,KAEvF1oB,EAAKuiB,YAAc10D,EAAKI,UACxB+xC,EAAK0iB,UAAY1iB,EAAKwiB,cAAgB30D,EAAKG,WAC3CgyC,EAAK2iB,SAAW3iB,EAAKyiB,aAAe50D,EAAKE,cACzB,MAAX85D,GAA6B,MAAXA,GACtB97E,KAAKm8E,cAAeloB,EAEtB,EAGA+qB,gBAAiB,SAAU/qB,EAAMnyC,GAChC,IAAI4vD,EAAU1xE,KAAKk5E,eAAgBjlB,EAAM,OACxC0d,EAAU3xE,KAAKk5E,eAAgBjlB,EAAM,OACrCirB,EAAYxN,GAAW5vD,EAAO4vD,EAAUA,EAAU5vD,EACnD,OAAS6vD,GAAWuN,EAAUvN,EAAUA,EAAUuN,CACnD,EAGA/C,cAAe,SAAUloB,GACxB,IAAIouB,EAAWriF,KAAKm3E,KAAMljB,EAAM,qBAC3BouB,GACJA,EAAS3nE,MAASu5C,EAAKltB,MAAQktB,EAAKltB,MAAO,GAAM,KAChD,CAAEktB,EAAKyiB,aAAcziB,EAAKwiB,cAAgB,EAAGxiB,GAEhD,EAGA+mB,mBAAoB,SAAU/mB,GAC7B,IAAI8mB,EAAY/6E,KAAKm3E,KAAMljB,EAAM,kBACjC,OAAsB,MAAb8mB,EAAoB,CAAE,EAAG,GAA6B,iBAAdA,EAAyB,CAAE,EAAGA,GAAcA,CAC9F,EAGA7B,eAAgB,SAAUjlB,EAAMquB,GAC/B,OAAOtiF,KAAKi/E,eAAgBhrB,EAAMj0D,KAAKm3E,KAAMljB,EAAMquB,EAAS,QAAU,KACvE,EAGAvE,gBAAiB,SAAUxB,EAAMD,GAChC,OAAO,GAAKt8E,KAAKg+E,sBAAuB,IAAIj8D,KAAMw6D,EAAMD,EAAO,KAAOp6D,SACvE,EAGA2/D,oBAAqB,SAAUtF,EAAMD,GACpC,OAAO,IAAIv6D,KAAMw6D,EAAMD,EAAO,GAAI3E,QACnC,EAGA+J,gBAAiB,SAAUztB,EAAM/E,EAAQqzB,EAASC,GACjD,IAAIzH,EAAY/6E,KAAKg7E,mBAAoB/mB,GACxCnyC,EAAO9hB,KAAKg+E,sBAAuB,IAAIj8D,KAAMwgE,EAC7CC,GAAatzB,EAAS,EAAIA,EAAS6rB,EAAW,GAAMA,EAAW,IAAO,IAKvE,OAHK7rB,EAAS,GACbptC,EAAK41D,QAAS13E,KAAK+9E,gBAAiBj8D,EAAKE,cAAeF,EAAKG,aAEvDjiB,KAAK2hF,WAAY1tB,EAAMnyC,EAC/B,EAGA6/D,WAAY,SAAU1tB,EAAMnyC,GAC3B,IAAI2gE,EAAWvG,EACdxK,EAAU1xE,KAAKk5E,eAAgBjlB,EAAM,OACrC0d,EAAU3xE,KAAKk5E,eAAgBjlB,EAAM,OACrCyuB,EAAU,KACVC,EAAU,KACVX,EAAQhiF,KAAKm3E,KAAMljB,EAAM,aAc1B,OAbM+tB,IACJS,EAAYT,EAAMxgF,MAAO,KACzB06E,GAAc,IAAIn6D,MAAOC,cACzB0gE,EAAUnlE,SAAUklE,EAAW,GAAK,IACpCE,EAAUplE,SAAUklE,EAAW,GAAK,IAC/BA,EAAW,GAAI/iE,MAAO,aAC1BgjE,GAAWxG,GAEPuG,EAAW,GAAI/iE,MAAO,aAC1BijE,GAAWzG,MAIFxK,GAAW5vD,EAAKrT,WAAaijE,EAAQjjE,cAC7CkjE,GAAW7vD,EAAKrT,WAAakjE,EAAQljE,cACrCi0E,GAAW5gE,EAAKE,eAAiB0gE,MACjCC,GAAW7gE,EAAKE,eAAiB2gE,EACtC,EAGAtI,iBAAkB,SAAUpmB,GAC3B,IAAIwd,EAAkBzxE,KAAKm3E,KAAMljB,EAAM,mBAGvC,MAAO,CAAEwd,gBAFTA,EAA+C,iBAApBA,EAA+BA,GACzD,IAAI1vD,MAAOC,cAAgB,IAAMzE,SAAUk0D,EAAiB,IAE5D7B,cAAe5vE,KAAKm3E,KAAMljB,EAAM,iBAAmB0b,SAAU3vE,KAAKm3E,KAAMljB,EAAM,YAC9Eyb,gBAAiB1vE,KAAKm3E,KAAMljB,EAAM,mBAAqBwb,WAAYzvE,KAAKm3E,KAAMljB,EAAM,cACtF,EAGA2jB,YAAa,SAAU3jB,EAAM0oB,EAAKL,EAAOC,GAClCI,IACL1oB,EAAK+nB,WAAa/nB,EAAKuiB,YACvBviB,EAAKgoB,aAAehoB,EAAKwiB,cACzBxiB,EAAKioB,YAAcjoB,EAAKyiB,cAEzB,IAAI50D,EAAS66D,EAAuB,iBAARA,EAAmBA,EAC9C38E,KAAKg+E,sBAAuB,IAAIj8D,KAAMw6D,EAAMD,EAAOK,IACnD38E,KAAKg+E,sBAAuB,IAAIj8D,KAAMkyC,EAAKioB,YAAajoB,EAAKgoB,aAAchoB,EAAK+nB,aACjF,OAAOh8E,KAAK2T,WAAY3T,KAAKm3E,KAAMljB,EAAM,cAAgBnyC,EAAM9hB,KAAKq6E,iBAAkBpmB,GACvF,IAkDD3zD,EAAEkM,GAAGumE,WAAa,SAAUjyE,GAG3B,IAAMd,KAAKgC,OACV,OAAOhC,KAIFM,EAAEyyE,WAAW6P,cAClBtiF,EAAGiJ,UAAWwO,GAAI,YAAazX,EAAEyyE,WAAW8I,qBAC5Cv7E,EAAEyyE,WAAW6P,aAAc,GAIuB,IAA9CtiF,EAAG,IAAMA,EAAEyyE,WAAWpE,YAAa3sE,QACvC1B,EAAG,QAAS0V,OAAQ1V,EAAEyyE,WAAWH,OAGlC,IAAIiQ,EAAY/kD,MAAM70B,UAAU4D,MAAMlM,KAAMkK,UAAW,GACvD,MAAwB,iBAAZ/J,GAAsC,eAAZA,GAAwC,YAAZA,GAAqC,WAAZA,EAI1E,WAAZA,GAA6C,IAArB+J,UAAU7I,QAA0C,iBAAnB6I,UAAW,GACjEvK,EAAEyyE,WAAY,IAAMjyE,EAAU,cACpC4Z,MAAOpa,EAAEyyE,WAAY,CAAE/yE,KAAM,IAAM6/B,OAAQgjD,IAEtC7iF,KAAKK,MAAM,WACO,iBAAZS,EACXR,EAAEyyE,WAAY,IAAMjyE,EAAU,cAC5B4Z,MAAOpa,EAAEyyE,WAAY,CAAE/yE,MAAO6/B,OAAQgjD,IAExCviF,EAAEyyE,WAAWqD,kBAAmBp2E,KAAMc,EAExC,IAdQR,EAAEyyE,WAAY,IAAMjyE,EAAU,cACpC4Z,MAAOpa,EAAEyyE,WAAY,CAAE/yE,KAAM,IAAM6/B,OAAQgjD,GAc9C,EAEAviF,EAAEyyE,WAAa,IAAIzE,EACnBhuE,EAAEyyE,WAAW6P,aAAc,EAC3BtiF,EAAEyyE,WAAW/oB,MAAO,IAAIjoC,MAAOtT,UAC/BnO,EAAEyyE,WAAWpqD,QAAU,SAECroB,EAAEyyE,WAKjBzyE,EAAEonD,GAAGo7B,KAAO,cAAcxsC,KAAMl5B,UAAUC,UAAUC,eAL7D,IAq/PMylE,EA/9PFlb,GAAe,EAq5OnB,SAASmb,EAAiBx2E,GACzB,OAAO,WACN,IAAI0gC,EAAWltC,KAAK83B,QAAQgK,MAC5Bt1B,EAAGkO,MAAO1a,KAAM6K,WAChB7K,KAAKglE,WACA93B,IAAaltC,KAAK83B,QAAQgK,OAC9B9hC,KAAKwhC,SAAU,SAEjB,CACD,CA75OAlhC,EAAGiJ,UAAWwO,GAAI,WAAW,WAC5B8vD,GAAe,CAChB,IAEmBvnE,EAAE6iC,OAAQ,WAAY,CACxCxa,QAAS,SACT7nB,QAAS,CACRgP,OAAQ,0CACR2lD,SAAU,EACV55C,MAAO,GAERonE,WAAY,WACX,IAAIp4B,EAAO7qD,KAEXA,KAAK83B,QACH/f,GAAI,aAAe/X,KAAKipD,YAAY,SAAUhjC,GAC9C,OAAO4kC,EAAKq4B,WAAYj9D,EACzB,IACClO,GAAI,SAAW/X,KAAKipD,YAAY,SAAUhjC,GAC1C,IAAK,IAAS3lB,EAAE+C,KAAM4iB,EAAMxY,OAAQo9C,EAAK5B,WAAa,sBAGrD,OAFA3oD,EAAE0qD,WAAY/kC,EAAMxY,OAAQo9C,EAAK5B,WAAa,sBAC9ChjC,EAAMkb,4BACC,CAET,IAEDnhC,KAAK42C,SAAU,CAChB,EAIAusC,cAAe,WACdnjF,KAAK83B,QAAQvR,IAAK,IAAMvmB,KAAKipD,YACxBjpD,KAAKojF,oBACTpjF,KAAKuJ,SACHgd,IAAK,aAAevmB,KAAKipD,WAAYjpD,KAAKojF,oBAC1C78D,IAAK,WAAavmB,KAAKipD,WAAYjpD,KAAKqjF,iBAE5C,EAEAH,WAAY,SAAUj9D,GAGrB,IAAK4hD,EAAL,CAIA7nE,KAAKsjF,aAAc,EAGdtjF,KAAKujF,eACTvjF,KAAKwjF,SAAUv9D,GAGhBjmB,KAAKyjF,gBAAkBx9D,EAEvB,IAAI4kC,EAAO7qD,KACV0jF,EAA8B,IAAhBz9D,EAAM09D,MAIpBC,IAA8C,iBAAxB5jF,KAAKc,QAAQgP,SAAuBmW,EAAMxY,OAAO+zC,WACtElhD,EAAG2lB,EAAMxY,QAASmK,QAAS5X,KAAKc,QAAQgP,QAAS9N,OACnD,QAAM0hF,IAAaE,GAAe5jF,KAAK6jF,cAAe59D,KAItDjmB,KAAK8jF,eAAiB9jF,KAAKc,QAAQ+a,MAC7B7b,KAAK8jF,gBACV9jF,KAAK+jF,iBAAmBhhE,YAAY,WACnC8nC,EAAKi5B,eAAgB,CACtB,GAAG9jF,KAAKc,QAAQ+a,QAGZ7b,KAAKgkF,kBAAmB/9D,IAAWjmB,KAAKikF,eAAgBh+D,KAC5DjmB,KAAKujF,eAAgD,IAA9BvjF,KAAKkkF,YAAaj+D,IACnCjmB,KAAKujF,gBACVt9D,EAAMC,iBACC,KAKJ,IAAS5lB,EAAE+C,KAAM4iB,EAAMxY,OAAQzN,KAAKipD,WAAa,uBACrD3oD,EAAE0qD,WAAY/kC,EAAMxY,OAAQzN,KAAKipD,WAAa,sBAI/CjpD,KAAKojF,mBAAqB,SAAUn9D,GACnC,OAAO4kC,EAAKs5B,WAAYl+D,EACzB,EACAjmB,KAAKqjF,iBAAmB,SAAUp9D,GACjC,OAAO4kC,EAAK24B,SAAUv9D,EACvB,EAEAjmB,KAAKuJ,SACHwO,GAAI,aAAe/X,KAAKipD,WAAYjpD,KAAKojF,oBACzCrrE,GAAI,WAAa/X,KAAKipD,WAAYjpD,KAAKqjF,kBAEzCp9D,EAAMC,iBAEN2hD,GAAe,EACR,IAzDP,CA0DD,EAEAsc,WAAY,SAAUl+D,GAMrB,GAAKjmB,KAAKsjF,YAAc,CAGvB,GAAKhjF,EAAEonD,GAAGo7B,MAASv5E,SAASmuC,cAAgBnuC,SAASmuC,aAAe,KACjEzxB,EAAM9Y,OACR,OAAOnN,KAAKwjF,SAAUv9D,GAGhB,IAAMA,EAAM09D,MAKlB,GAAK19D,EAAM+mC,cAAcuY,QAAUt/C,EAAM+mC,cAAcwY,SACrDv/C,EAAM+mC,cAAcigB,SAAWhnD,EAAM+mC,cAAckgB,SACpDltE,KAAKokF,oBAAqB,OACpB,IAAMpkF,KAAKokF,mBACjB,OAAOpkF,KAAKwjF,SAAUv9D,EAGzB,CAMA,OAJKA,EAAM09D,OAAS19D,EAAM9Y,UACzBnN,KAAKsjF,aAAc,GAGftjF,KAAKujF,eACTvjF,KAAKqkF,WAAYp+D,GACVA,EAAMC,mBAGTlmB,KAAKgkF,kBAAmB/9D,IAAWjmB,KAAKikF,eAAgBh+D,KAC5DjmB,KAAKujF,eACkD,IAApDvjF,KAAKkkF,YAAalkF,KAAKyjF,gBAAiBx9D,GACtCjmB,KAAKujF,cACTvjF,KAAKqkF,WAAYp+D,GAEjBjmB,KAAKwjF,SAAUv9D,KAITjmB,KAAKujF,cACd,EAEAC,SAAU,SAAUv9D,GACnBjmB,KAAKuJ,SACHgd,IAAK,aAAevmB,KAAKipD,WAAYjpD,KAAKojF,oBAC1C78D,IAAK,WAAavmB,KAAKipD,WAAYjpD,KAAKqjF,kBAErCrjF,KAAKujF,gBACTvjF,KAAKujF,eAAgB,EAEhBt9D,EAAMxY,SAAWzN,KAAKyjF,gBAAgBh2E,QAC1CnN,EAAE+C,KAAM4iB,EAAMxY,OAAQzN,KAAKipD,WAAa,sBAAsB,GAG/DjpD,KAAKskF,WAAYr+D,IAGbjmB,KAAK+jF,mBACTxtD,aAAcv2B,KAAK+jF,yBACZ/jF,KAAK+jF,kBAGb/jF,KAAKokF,oBAAqB,EAC1Bvc,GAAe,EACf5hD,EAAMC,gBACP,EAEA89D,kBAAmB,SAAU/9D,GAC5B,OAASrV,KAAKkC,IACZlC,KAAK0B,IAAKtS,KAAKyjF,gBAAgB3zB,MAAQ7pC,EAAM6pC,OAC7Cl/C,KAAK0B,IAAKtS,KAAKyjF,gBAAgB5zB,MAAQ5pC,EAAM4pC,SACzC7vD,KAAKc,QAAQ20D,QAEpB,EAEAwuB,eAAgB,WACf,OAAOjkF,KAAK8jF,aACb,EAGAI,YAAa,WAAyB,EACtCG,WAAY,WAAyB,EACrCC,WAAY,WAAyB,EACrCT,cAAe,WACd,OAAO,CACR,IAMYvjF,EAAEonD,GAAGtrC,OAAS,CAC1Bie,IAAK,SAAUimB,EAAQuJ,EAAQ5hC,GAC9B,IAAIxW,EACH+uC,EAAQlgD,EAAEonD,GAAIpH,GAASr3C,UACxB,IAAMwI,KAAKwW,EACVu4B,EAAMnkC,QAAS5K,GAAM+uC,EAAMnkC,QAAS5K,IAAO,GAC3C+uC,EAAMnkC,QAAS5K,GAAI/D,KAAM,CAAEm8C,EAAQ5hC,EAAKxW,IAE1C,EACA9Q,KAAM,SAAU6xC,EAAU/mC,EAAM46B,EAAMk+C,GACrC,IAAI9yE,EACHwW,EAAMuqB,EAASn2B,QAAS5Q,GAEzB,GAAMwc,IAIAs8D,GAAwB/xC,EAAS1a,QAAS,GAAIgpB,YACJ,KAA9CtO,EAAS1a,QAAS,GAAIgpB,WAAWhB,UAInC,IAAMruC,EAAI,EAAGA,EAAIwW,EAAIjmB,OAAQyP,IACvB+gC,EAAS1xC,QAASmnB,EAAKxW,GAAK,KAChCwW,EAAKxW,GAAK,GAAIiJ,MAAO83B,EAAS1a,QAASuO,EAG1C,GAKc/lC,EAAEonD,GAAG88B,SAAW,SAAU1sD,GAInCA,GAA8C,SAAnCA,EAAQ0pB,SAASlkC,eAChChd,EAAGw3B,GAAUp1B,QAAS,OAExB,EAoBApC,EAAE6iC,OAAQ,eAAgB7iC,EAAEonD,GAAG+8B,MAAO,CACrC97D,QAAS,SACTqgC,kBAAmB,OACnBloD,QAAS,CACR4jF,YAAY,EACZ/kD,SAAU,SACVglD,MAAM,EACNC,mBAAmB,EACnBC,aAAa,EACb/L,OAAQ,OACRgM,UAAU,EACVC,MAAM,EACNC,QAAQ,EACRn+B,OAAQ,WACRo+B,WAAW,EACX5lB,SAAS,EACT6lB,kBAAkB,EAClBC,QAAQ,EACRC,eAAgB,IAChBC,MAAO,UACPtb,QAAQ,EACRub,kBAAmB,GACnBC,YAAa,GACbC,MAAM,EACNC,SAAU,OACVC,cAAe,GACfC,OAAO,EACP1qB,QAAQ,EAGR2qB,KAAM,KACNhgD,MAAO,KACPpqB,KAAM,MAEP8kB,QAAS,WAEqB,aAAxBtgC,KAAKc,QAAQ+lD,QACjB7mD,KAAK6lF,uBAED7lF,KAAKc,QAAQ4jF,YACjB1kF,KAAKksD,UAAW,gBAEjBlsD,KAAK8lF,sBAEL9lF,KAAKijF,YACN,EAEAxhD,WAAY,SAAU59B,EAAKG,GAC1BhE,KAAKu+C,OAAQ16C,EAAKG,GACL,WAARH,IACJ7D,KAAK+lF,yBACL/lF,KAAK8lF,sBAEP,EAEAh7B,SAAU,YACF9qD,KAAK6mD,QAAU7mD,KAAK83B,SAAU3R,GAAI,0BACxCnmB,KAAKgmF,gBAAiB,GAGvBhmF,KAAK+lF,yBACL/lF,KAAKmjF,gBACN,EAEAU,cAAe,SAAU59D,GACxB,IAAI6d,EAAI9jC,KAAKc,QAGb,QAAKd,KAAK6mD,QAAU/iB,EAAEimB,UACpBzpD,EAAG2lB,EAAMxY,QAASmK,QAAS,wBAAyB5V,OAAS,IAK/DhC,KAAKglF,OAAShlF,KAAKimF,WAAYhgE,IACzBjmB,KAAKglF,SAIXhlF,KAAKkmF,mBAAoBjgE,GAEzBjmB,KAAKmmF,cAA8B,IAAhBriD,EAAEmhD,UAAqB,SAAWnhD,EAAEmhD,WAEhD,IAER,EAEAkB,aAAc,SAAU7qE,GACvBtb,KAAKomF,aAAepmF,KAAKuJ,SAASxH,KAAMuZ,GAAWvO,KAAK,WACvD,IAAI4M,EAASrZ,EAAGN,MAEhB,OAAOM,EAAG,SACRiU,IAAK,WAAY,YACjBorB,SAAUhmB,EAAOrD,UACjB6wB,WAAYxtB,EAAOwtB,cACnB/E,YAAazoB,EAAOyoB,eACpB8sB,OAAQv1C,EAAOu1C,UAAY,EAC9B,GACD,EAEAm3B,eAAgB,WACVrmF,KAAKomF,eACTpmF,KAAKomF,aAAa1uE,gBACX1X,KAAKomF,aAEd,EAEAF,mBAAoB,SAAUjgE,GAC7B,IAAI80C,EAAgBz6D,EAAEonD,GAAG6f,kBAAmBvnE,KAAKuJ,SAAU,IACjDjJ,EAAG2lB,EAAMxY,QAKPmK,QAASmjD,GAAgB/4D,QAKrC1B,EAAEonD,GAAG88B,SAAUzpB,EAChB,EAEAmpB,YAAa,SAAUj+D,GAEtB,IAAI6d,EAAI9jC,KAAKc,QAiDb,OA9CAd,KAAK6mD,OAAS7mD,KAAKsmF,cAAergE,GAElCjmB,KAAKksD,UAAWlsD,KAAK6mD,OAAQ,yBAG7B7mD,KAAKumF,0BAGAjmF,EAAEonD,GAAG8+B,YACTlmF,EAAEonD,GAAG8+B,UAAU/5C,QAAUzsC,MAS1BA,KAAKymF,gBAGLzmF,KAAKo8D,YAAcp8D,KAAK6mD,OAAOtyC,IAAK,YACpCvU,KAAK2jE,aAAe3jE,KAAK6mD,OAAO8c,cAAc,GAC9C3jE,KAAK0mF,aAAe1mF,KAAK6mD,OAAO6/B,eAChC1mF,KAAK2mF,iBAAmB3mF,KAAK6mD,OAAO4c,UAAUr1D,QAAQ,WACpD,MAAuC,UAAhC9N,EAAGN,MAAOuU,IAAK,WACvB,IAAIvS,OAAS,EAGdhC,KAAK4mF,YAAc5mF,KAAK83B,QAAQo3B,SAChClvD,KAAK6mF,gBAAiB5gE,GAGtBjmB,KAAK8mF,iBAAmB9mF,KAAKkhB,SAAWlhB,KAAK+mF,kBAAmB9gE,GAAO,GACvEjmB,KAAKgnF,cAAgB/gE,EAAM6pC,MAC3B9vD,KAAKinF,cAAgBhhE,EAAM4pC,MAGtB/rB,EAAEghD,UACN9kF,KAAKknF,wBAAyBpjD,EAAEghD,UAIjC9kF,KAAKmnF,mBAGoC,IAApCnnF,KAAKwhC,SAAU,QAASvb,IAC5BjmB,KAAKonF,UACE,IAIRpnF,KAAKumF,0BAGAjmF,EAAEonD,GAAG8+B,YAAc1iD,EAAEujD,eACzB/mF,EAAEonD,GAAG8+B,UAAUc,eAAgBtnF,KAAMimB,GAKtCjmB,KAAKqkF,WAAYp+D,GAAO,GAInB3lB,EAAEonD,GAAG8+B,WACTlmF,EAAEonD,GAAG8+B,UAAUe,UAAWvnF,KAAMimB,IAG1B,EACR,EAEA4gE,gBAAiB,SAAU5gE,GAC1BjmB,KAAKkvD,OAAS,CACb/tC,IAAKnhB,KAAK4mF,YAAYzlE,IAAMnhB,KAAKwnF,QAAQrmE,IACzCC,KAAMphB,KAAK4mF,YAAYxlE,KAAOphB,KAAKwnF,QAAQpmE,KAC3C2oD,QAAQ,EACRzzD,OAAQtW,KAAKynF,mBACbC,SAAU1nF,KAAK2nF,sBAGhB3nF,KAAKkvD,OAAO/3C,MAAQ,CACnBiK,KAAM6E,EAAM6pC,MAAQ9vD,KAAKkvD,OAAO9tC,KAChCD,IAAK8E,EAAM4pC,MAAQ7vD,KAAKkvD,OAAO/tC,IAEjC,EAEAkjE,WAAY,SAAUp+D,EAAO2hE,GAY5B,GATK5nF,KAAK2mF,mBACT3mF,KAAKkvD,OAAO54C,OAAStW,KAAKynF,oBAI3BznF,KAAKkhB,SAAWlhB,KAAK+mF,kBAAmB9gE,GAAO,GAC/CjmB,KAAK4mF,YAAc5mF,KAAK6nF,mBAAoB,aAGtCD,EAAgB,CACrB,IAAIlgC,EAAK1nD,KAAK8nF,UACd,IAA4C,IAAvC9nF,KAAKwhC,SAAU,OAAQvb,EAAOyhC,GAElC,OADA1nD,KAAKwjF,SAAU,IAAIljF,EAAEysD,MAAO,UAAW9mC,KAChC,EAERjmB,KAAKkhB,SAAWwmC,EAAGxmC,QACpB,CASA,OAPAlhB,KAAK6mD,OAAQ,GAAIjpC,MAAMwD,KAAOphB,KAAKkhB,SAASE,KAAO,KACnDphB,KAAK6mD,OAAQ,GAAIjpC,MAAMuD,IAAMnhB,KAAKkhB,SAASC,IAAM,KAE5C7gB,EAAEonD,GAAG8+B,WACTlmF,EAAEonD,GAAG8+B,UAAUZ,KAAM5lF,KAAMimB,IAGrB,CACR,EAEAq+D,WAAY,SAAUr+D,GAGrB,IAAI4kC,EAAO7qD,KACV+nF,GAAU,EA+BX,OA9BKznF,EAAEonD,GAAG8+B,YAAcxmF,KAAKc,QAAQumF,gBACpCU,EAAUznF,EAAEonD,GAAG8+B,UAAU5yC,KAAM5zC,KAAMimB,IAIjCjmB,KAAK+nF,UACTA,EAAU/nF,KAAK+nF,QACf/nF,KAAK+nF,SAAU,GAGe,YAAxB/nF,KAAKc,QAAQqkF,SAAyB4C,GACjB,UAAxB/nF,KAAKc,QAAQqkF,QAAsB4C,IACb,IAAxB/nF,KAAKc,QAAQqkF,QAAoD,mBAAxBnlF,KAAKc,QAAQqkF,QACtDnlF,KAAKc,QAAQqkF,OAAOxkF,KAAMX,KAAK83B,QAASiwD,GAEzCznF,EAAGN,KAAK6mD,QAASiT,QAChB95D,KAAK8mF,iBACLvpE,SAAUvd,KAAKc,QAAQskF,eAAgB,KACvC,YACyC,IAAnCv6B,EAAKrpB,SAAU,OAAQvb,IAC3B4kC,EAAKu8B,QAEP,KAGuC,IAAnCpnF,KAAKwhC,SAAU,OAAQvb,IAC3BjmB,KAAKonF,UAIA,CACR,EAEA5D,SAAU,SAAUv9D,GAiBnB,OAhBAjmB,KAAKqmF,iBAIA/lF,EAAEonD,GAAG8+B,WACTlmF,EAAEonD,GAAG8+B,UAAUwB,SAAUhoF,KAAMimB,GAI3BjmB,KAAKioF,cAAc9hE,GAAIF,EAAMxY,SAIjCzN,KAAK83B,QAAQp1B,QAAS,SAGhBpC,EAAEonD,GAAG+8B,MAAMx7E,UAAUu6E,SAAS7iF,KAAMX,KAAMimB,EAClD,EAEAnW,OAAQ,WAQP,OANK9P,KAAK6mD,OAAO1gC,GAAI,0BACpBnmB,KAAKwjF,SAAU,IAAIljF,EAAEysD,MAAO,UAAW,CAAEt/C,OAAQzN,KAAK83B,QAAS,MAE/D93B,KAAKonF,SAGCpnF,IAER,EAEAimF,WAAY,SAAUhgE,GACrB,OAAOjmB,KAAKc,QAAQkkF,UACjB1kF,EAAG2lB,EAAMxY,QAASmK,QAAS5X,KAAK83B,QAAQ/1B,KAAM/B,KAAKc,QAAQkkF,SAAWhjF,MAE1E,EAEA8jF,oBAAqB,WACpB9lF,KAAKioF,cAAgBjoF,KAAKc,QAAQkkF,OACjChlF,KAAK83B,QAAQ/1B,KAAM/B,KAAKc,QAAQkkF,QAAWhlF,KAAK83B,QACjD93B,KAAKksD,UAAWlsD,KAAKioF,cAAe,sBACrC,EAEAlC,uBAAwB,WACvB/lF,KAAK+qD,aAAc/qD,KAAKioF,cAAe,sBACxC,EAEA3B,cAAe,SAAUrgE,GAExB,IAAI6d,EAAI9jC,KAAKc,QACZonF,EAAuC,mBAAbpkD,EAAE+iB,OAC5BA,EAASqhC,EACR5nF,EAAGwjC,EAAE+iB,OAAOnsC,MAAO1a,KAAK83B,QAAS,GAAK,CAAE7R,KACzB,UAAb6d,EAAE+iB,OACH7mD,KAAK83B,QAAQzkB,QAAQytB,WAAY,MACjC9gC,KAAK83B,QAoBR,OAlBM+uB,EAAO4c,QAAS,QAASzhE,QAC9B6kD,EAAOlnB,SAA2B,WAAfmE,EAAEnE,SACpB3/B,KAAK83B,QAAS,GAAIgpB,WAClBhd,EAAEnE,UAMCuoD,GAAoBrhC,EAAQ,KAAQ7mD,KAAK83B,QAAS,IACtD93B,KAAK6lF,uBAGDh/B,EAAQ,KAAQ7mD,KAAK83B,QAAS,IAChC,mBAAuBmR,KAAM4d,EAAOtyC,IAAK,cAC3CsyC,EAAOtyC,IAAK,WAAY,YAGlBsyC,CAER,EAEAg/B,qBAAsB,WACf,aAAiB58C,KAAMjpC,KAAK83B,QAAQvjB,IAAK,eAC9CvU,KAAK83B,QAAS,GAAIla,MAAMsD,SAAW,WAErC,EAEAgmE,wBAAyB,SAAUz9C,GACd,iBAARA,IACXA,EAAMA,EAAIjoC,MAAO,MAEbs8B,MAAMC,QAAS0L,KACnBA,EAAM,CAAEroB,MAAOqoB,EAAK,GAAKtoB,KAAMsoB,EAAK,IAAO,IAEvC,SAAUA,IACdzpC,KAAKkvD,OAAO/3C,MAAMiK,KAAOqoB,EAAIroB,KAAOphB,KAAKwnF,QAAQpmE,MAE7C,UAAWqoB,IACfzpC,KAAKkvD,OAAO/3C,MAAMiK,KAAOphB,KAAKmoF,kBAAkBp1E,MAAQ02B,EAAImnB,MAAQ5wD,KAAKwnF,QAAQpmE,MAE7E,QAASqoB,IACbzpC,KAAKkvD,OAAO/3C,MAAMgK,IAAMsoB,EAAItoB,IAAMnhB,KAAKwnF,QAAQrmE,KAE3C,WAAYsoB,IAChBzpC,KAAKkvD,OAAO/3C,MAAMgK,IAAMnhB,KAAKmoF,kBAAkBn1E,OAASy2B,EAAIonB,OAAS7wD,KAAKwnF,QAAQrmE,IAEpF,EAEAinE,YAAa,SAAUtwD,GACtB,MAAO,eAAmBmR,KAAMnR,EAAQ2Z,UAAa3Z,IAAY93B,KAAKuJ,SAAU,EACjF,EAEAk+E,iBAAkB,WAGjB,IAAIY,EAAKroF,KAAK0mF,aAAax3B,SAC1B3lD,EAAWvJ,KAAKuJ,SAAU,GAmB3B,MAV0B,aAArBvJ,KAAKo8D,aAA8Bp8D,KAAK2jE,aAAc,KAAQp6D,GACjEjJ,EAAEgzC,SAAUtzC,KAAK2jE,aAAc,GAAK3jE,KAAK0mF,aAAc,MACxD2B,EAAGjnE,MAAQphB,KAAK2jE,aAAaxU,aAC7Bk5B,EAAGlnE,KAAOnhB,KAAK2jE,aAAahnB,aAGxB38C,KAAKooF,YAAapoF,KAAK0mF,aAAc,MACzC2B,EAAK,CAAElnE,IAAK,EAAGC,KAAM,IAGf,CACND,IAAKknE,EAAGlnE,KAAQ5D,SAAUvd,KAAK0mF,aAAanyE,IAAK,kBAAoB,KAAQ,GAC7E6M,KAAMinE,EAAGjnE,MAAS7D,SAAUvd,KAAK0mF,aAAanyE,IAAK,mBAAqB,KAAQ,GAGlF,EAEAozE,mBAAoB,WACnB,GAA0B,aAArB3nF,KAAKo8D,YACT,MAAO,CAAEj7C,IAAK,EAAGC,KAAM,GAGxB,IAAIf,EAAIrgB,KAAK83B,QAAQ5W,WACpBonE,EAAmBtoF,KAAKooF,YAAapoF,KAAK2jE,aAAc,IAEzD,MAAO,CACNxiD,IAAKd,EAAEc,KAAQ5D,SAAUvd,KAAK6mD,OAAOtyC,IAAK,OAAS,KAAQ,IACvD+zE,EAAmD,EAAhCtoF,KAAK2jE,aAAahnB,aACzCv7B,KAAMf,EAAEe,MAAS7D,SAAUvd,KAAK6mD,OAAOtyC,IAAK,QAAU,KAAQ,IAC1D+zE,EAAoD,EAAjCtoF,KAAK2jE,aAAaxU,cAG3C,EAEAs3B,cAAe,WACdzmF,KAAKwnF,QAAU,CACdpmE,KAAQ7D,SAAUvd,KAAK83B,QAAQvjB,IAAK,cAAgB,KAAQ,EAC5D4M,IAAO5D,SAAUvd,KAAK83B,QAAQvjB,IAAK,aAAe,KAAQ,EAC1Dq8C,MAASrzC,SAAUvd,KAAK83B,QAAQvjB,IAAK,eAAiB,KAAQ,EAC9Ds8C,OAAUtzC,SAAUvd,KAAK83B,QAAQvjB,IAAK,gBAAkB,KAAQ,EAElE,EAEAgyE,wBAAyB,WACxBvmF,KAAKmoF,kBAAoB,CACxBp1E,MAAO/S,KAAK6mD,OAAO1f,aACnBn0B,OAAQhT,KAAK6mD,OAAOzkB,cAEtB,EAEA+kD,gBAAiB,WAEhB,IAAIoB,EAAkBt0E,EAAGu0E,EACxB1kD,EAAI9jC,KAAKc,QACTyI,EAAWvJ,KAAKuJ,SAAU,GAE3BvJ,KAAKyoF,kBAAoB,KAEnB3kD,EAAE+gD,YAKe,WAAlB/gD,EAAE+gD,YAagB,aAAlB/gD,EAAE+gD,YAWF/gD,EAAE+gD,YAAYl3C,cAAgB7P,OAKZ,WAAlBgG,EAAE+gD,cACN/gD,EAAE+gD,YAAc7kF,KAAK6mD,OAAQ,GAAI/F,aAIlC0nC,GADAv0E,EAAI3T,EAAGwjC,EAAE+gD,cACD,MAMR0D,EAAmB,gBAAgBt/C,KAAMh1B,EAAEM,IAAK,aAEhDvU,KAAK6kF,YAAc,EAChBtnE,SAAUtJ,EAAEM,IAAK,mBAAqB,KAAQ,IAC7CgJ,SAAUtJ,EAAEM,IAAK,eAAiB,KAAQ,IAC3CgJ,SAAUtJ,EAAEM,IAAK,kBAAoB,KAAQ,IAC5CgJ,SAAUtJ,EAAEM,IAAK,cAAgB,KAAQ,IAC1Cg0E,EAAmB33E,KAAKkC,IAAK01E,EAAGx4D,YAAaw4D,EAAG/mE,aAAgB+mE,EAAG/mE,cAClElE,SAAUtJ,EAAEM,IAAK,oBAAsB,KAAQ,IAC/CgJ,SAAUtJ,EAAEM,IAAK,gBAAkB,KAAQ,GAC7CvU,KAAKmoF,kBAAkBp1E,MACvB/S,KAAKwnF,QAAQpmE,KACbphB,KAAKwnF,QAAQ52B,OACZ23B,EAAmB33E,KAAKkC,IAAK01E,EAAG15B,aAAc05B,EAAG9d,cAAiB8d,EAAG9d,eACpEntD,SAAUtJ,EAAEM,IAAK,qBAAuB,KAAQ,IAChDgJ,SAAUtJ,EAAEM,IAAK,iBAAmB,KAAQ,GAC9CvU,KAAKmoF,kBAAkBn1E,OACvBhT,KAAKwnF,QAAQrmE,IACbnhB,KAAKwnF,QAAQ32B,QAEf7wD,KAAKyoF,kBAAoBx0E,IAnCxBjU,KAAK6kF,YAAc/gD,EAAE+gD,YAXrB7kF,KAAK6kF,YAAc,CAClB,EACA,EACAvkF,EAAGiJ,GAAWwJ,QAAU/S,KAAKmoF,kBAAkBp1E,MAAQ/S,KAAKwnF,QAAQpmE,MAClE9gB,EAAGiJ,GAAWyJ,UAAYzJ,EAAS5B,KAAKm5C,WAAWgO,cACpD9uD,KAAKmoF,kBAAkBn1E,OAAShT,KAAKwnF,QAAQrmE,KAlB/CnhB,KAAK6kF,YAAc,CAClBvkF,EAAG6D,QAASgrD,aAAenvD,KAAKkvD,OAAOw4B,SAAStmE,KAAOphB,KAAKkvD,OAAO54C,OAAO8K,KAC1E9gB,EAAG6D,QAASw4C,YAAc38C,KAAKkvD,OAAOw4B,SAASvmE,IAAMnhB,KAAKkvD,OAAO54C,OAAO6K,IACxE7gB,EAAG6D,QAASgrD,aAAe7uD,EAAG6D,QAAS4O,QACtC/S,KAAKmoF,kBAAkBp1E,MAAQ/S,KAAKwnF,QAAQpmE,KAC7C9gB,EAAG6D,QAASw4C,aACTr8C,EAAG6D,QAAS6O,UAAYzJ,EAAS5B,KAAKm5C,WAAWgO,cACnD9uD,KAAKmoF,kBAAkBn1E,OAAShT,KAAKwnF,QAAQrmE,KAZ/CnhB,KAAK6kF,YAAc,IAiErB,EAEAgD,mBAAoB,SAAUtuC,EAAGh7B,GAE1BA,IACLA,EAAMve,KAAKkhB,UAGZ,IAAIwyC,EAAY,aAANna,EAAmB,GAAK,EACjC+uC,EAAmBtoF,KAAKooF,YAAapoF,KAAK2jE,aAAc,IAEzD,MAAO,CACNxiD,IAGC5C,EAAI4C,IAGJnhB,KAAKkvD,OAAOw4B,SAASvmE,IAAMuyC,EAG3B1zD,KAAKkvD,OAAO54C,OAAO6K,IAAMuyC,GACA,UAArB1zD,KAAKo8D,aACPp8D,KAAKkvD,OAAO6a,OAAO5oD,IAClBmnE,EAAmB,EAAItoF,KAAKkvD,OAAO6a,OAAO5oD,KAAUuyC,EAExDtyC,KAGC7C,EAAI6C,KAGJphB,KAAKkvD,OAAOw4B,SAAStmE,KAAOsyC,EAG5B1zD,KAAKkvD,OAAO54C,OAAO8K,KAAOsyC,GACD,UAArB1zD,KAAKo8D,aACPp8D,KAAKkvD,OAAO6a,OAAO3oD,KAClBknE,EAAmB,EAAItoF,KAAKkvD,OAAO6a,OAAO3oD,MAAWsyC,EAI3D,EAEAqzB,kBAAmB,SAAU9gE,EAAOyiE,GAEnC,IAAI7D,EAAa8D,EAAIxnE,EAAKC,EACzB0iB,EAAI9jC,KAAKc,QACTwnF,EAAmBtoF,KAAKooF,YAAapoF,KAAK2jE,aAAc,IACxD7T,EAAQ7pC,EAAM6pC,MACdD,EAAQ5pC,EAAM4pC,MA2Ef,OAxEMy4B,GAAqBtoF,KAAKkvD,OAAO6a,SACtC/pE,KAAKkvD,OAAO6a,OAAS,CACpB5oD,IAAKnhB,KAAK2jE,aAAahnB,YACvBv7B,KAAMphB,KAAK2jE,aAAaxU,eAUrBu5B,IACC1oF,KAAK6kF,cACJ7kF,KAAKyoF,mBACTE,EAAK3oF,KAAKyoF,kBAAkBv5B,SAC5B21B,EAAc,CACb7kF,KAAK6kF,YAAa,GAAM8D,EAAGvnE,KAC3BphB,KAAK6kF,YAAa,GAAM8D,EAAGxnE,IAC3BnhB,KAAK6kF,YAAa,GAAM8D,EAAGvnE,KAC3BphB,KAAK6kF,YAAa,GAAM8D,EAAGxnE,MAG5B0jE,EAAc7kF,KAAK6kF,YAGf5+D,EAAM6pC,MAAQ9vD,KAAKkvD,OAAO/3C,MAAMiK,KAAOyjE,EAAa,KACxD/0B,EAAQ+0B,EAAa,GAAM7kF,KAAKkvD,OAAO/3C,MAAMiK,MAEzC6E,EAAM4pC,MAAQ7vD,KAAKkvD,OAAO/3C,MAAMgK,IAAM0jE,EAAa,KACvDh1B,EAAQg1B,EAAa,GAAM7kF,KAAKkvD,OAAO/3C,MAAMgK,KAEzC8E,EAAM6pC,MAAQ9vD,KAAKkvD,OAAO/3C,MAAMiK,KAAOyjE,EAAa,KACxD/0B,EAAQ+0B,EAAa,GAAM7kF,KAAKkvD,OAAO/3C,MAAMiK,MAEzC6E,EAAM4pC,MAAQ7vD,KAAKkvD,OAAO/3C,MAAMgK,IAAM0jE,EAAa,KACvDh1B,EAAQg1B,EAAa,GAAM7kF,KAAKkvD,OAAO/3C,MAAMgK,MAI1C2iB,EAAEihD,OAIN5jE,EAAM2iB,EAAEihD,KAAM,GAAM/kF,KAAKinF,cAAgBr2E,KAAKC,OAASg/C,EACtD7vD,KAAKinF,eAAkBnjD,EAAEihD,KAAM,IAAQjhD,EAAEihD,KAAM,GAAM/kF,KAAKinF,cAC3Dp3B,EAAQg1B,EAAkB1jE,EAAMnhB,KAAKkvD,OAAO/3C,MAAMgK,KAAO0jE,EAAa,IACrE1jE,EAAMnhB,KAAKkvD,OAAO/3C,MAAMgK,IAAM0jE,EAAa,GAC1C1jE,EACIA,EAAMnhB,KAAKkvD,OAAO/3C,MAAMgK,KAAO0jE,EAAa,GAC/C1jE,EAAM2iB,EAAEihD,KAAM,GAAM5jE,EAAM2iB,EAAEihD,KAAM,GAAU5jE,EAE/CC,EAAO0iB,EAAEihD,KAAM,GAAM/kF,KAAKgnF,cACzBp2E,KAAKC,OAASi/C,EAAQ9vD,KAAKgnF,eAAkBljD,EAAEihD,KAAM,IAAQjhD,EAAEihD,KAAM,GACrE/kF,KAAKgnF,cACNl3B,EAAQ+0B,EAAkBzjE,EAAOphB,KAAKkvD,OAAO/3C,MAAMiK,MAAQyjE,EAAa,IACvEzjE,EAAOphB,KAAKkvD,OAAO/3C,MAAMiK,KAAOyjE,EAAa,GAC5CzjE,EACIA,EAAOphB,KAAKkvD,OAAO/3C,MAAMiK,MAAQyjE,EAAa,GACjDzjE,EAAO0iB,EAAEihD,KAAM,GAAM3jE,EAAO0iB,EAAEihD,KAAM,GAAU3jE,GAGlC,MAAX0iB,EAAE6gD,OACN70B,EAAQ9vD,KAAKgnF,eAGE,MAAXljD,EAAE6gD,OACN90B,EAAQ7vD,KAAKinF,gBAIR,CACN9lE,IAGC0uC,EAGA7vD,KAAKkvD,OAAO/3C,MAAMgK,IAGlBnhB,KAAKkvD,OAAOw4B,SAASvmE,IAGrBnhB,KAAKkvD,OAAO54C,OAAO6K,KACI,UAArBnhB,KAAKo8D,aACLp8D,KAAKkvD,OAAO6a,OAAO5oD,IAClBmnE,EAAmB,EAAItoF,KAAKkvD,OAAO6a,OAAO5oD,KAE9CC,KAGC0uC,EAGA9vD,KAAKkvD,OAAO/3C,MAAMiK,KAGlBphB,KAAKkvD,OAAOw4B,SAAStmE,KAGrBphB,KAAKkvD,OAAO54C,OAAO8K,MACI,UAArBphB,KAAKo8D,aACLp8D,KAAKkvD,OAAO6a,OAAO3oD,KAClBknE,EAAmB,EAAItoF,KAAKkvD,OAAO6a,OAAO3oD,MAIhD,EAEAgmE,OAAQ,WACPpnF,KAAK+qD,aAAc/qD,KAAK6mD,OAAQ,yBAC3B7mD,KAAK6mD,OAAQ,KAAQ7mD,KAAK83B,QAAS,IAAQ93B,KAAK4oF,qBACpD5oF,KAAK6mD,OAAOnvC,SAEb1X,KAAK6mD,OAAS,KACd7mD,KAAK4oF,qBAAsB,EACtB5oF,KAAKgmF,gBACThmF,KAAKsjC,SAEP,EAIA9B,SAAU,SAAUv+B,EAAMgjB,EAAOyhC,GAShC,OARAA,EAAKA,GAAM1nD,KAAK8nF,UAChBxnF,EAAEonD,GAAGtrC,OAAOzb,KAAMX,KAAMiD,EAAM,CAAEgjB,EAAOyhC,EAAI1nD,OAAQ,GAG9C,qBAAqBipC,KAAMhmC,KAC/BjD,KAAK4mF,YAAc5mF,KAAK6nF,mBAAoB,YAC5CngC,EAAGwH,OAASlvD,KAAK4mF,aAEXtmF,EAAEgoD,OAAOr/C,UAAUu4B,SAAS7gC,KAAMX,KAAMiD,EAAMgjB,EAAOyhC,EAC7D,EAEArrC,QAAS,CAAC,EAEVyrE,QAAS,WACR,MAAO,CACNjhC,OAAQ7mD,KAAK6mD,OACb3lC,SAAUlhB,KAAKkhB,SACf4lE,iBAAkB9mF,KAAK8mF,iBACvB53B,OAAQlvD,KAAK4mF,YAEf,IAIDtmF,EAAEonD,GAAGtrC,OAAOie,IAAK,YAAa,oBAAqB,CAClDuL,MAAO,SAAU3f,EAAOyhC,EAAImhC,GAC3B,IAAIC,EAAaxoF,EAAEy2B,OAAQ,CAAC,EAAG2wB,EAAI,CAClCztB,KAAM4uD,EAAU/wD,UAGjB+wD,EAAUE,UAAY,GACtBzoF,EAAGuoF,EAAU/nF,QAAQ8jF,mBAAoBvkF,MAAM,WAC9C,IAAI6uC,EAAW5uC,EAAGN,MAAOkvC,SAAU,YAE9BA,IAAaA,EAASpuC,QAAQipD,WAClC8+B,EAAUE,UAAUr7E,KAAMwhC,GAK1BA,EAASg2C,mBACTh2C,EAAS1N,SAAU,WAAYvb,EAAO6iE,GAExC,GACD,EACAttE,KAAM,SAAUyK,EAAOyhC,EAAImhC,GAC1B,IAAIC,EAAaxoF,EAAEy2B,OAAQ,CAAC,EAAG2wB,EAAI,CAClCztB,KAAM4uD,EAAU/wD,UAGjB+wD,EAAUD,qBAAsB,EAEhCtoF,EAAED,KAAMwoF,EAAUE,WAAW,WAC5B,IAAI75C,EAAWlvC,KAEVkvC,EAAS85C,QACb95C,EAAS85C,OAAS,EAGlBH,EAAUD,qBAAsB,EAChC15C,EAAS05C,qBAAsB,EAK/B15C,EAAS+5C,WAAa,CACrB/nE,SAAUguB,EAASitB,YAAY5nD,IAAK,YACpC4M,IAAK+tB,EAASitB,YAAY5nD,IAAK,OAC/B6M,KAAM8tB,EAASitB,YAAY5nD,IAAK,SAGjC26B,EAASo1C,WAAYr+D,GAIrBipB,EAASpuC,QAAQ+lD,OAAS3X,EAASpuC,QAAQooF,UAM3Ch6C,EAAS05C,qBAAsB,EAE/B15C,EAAS1N,SAAU,aAAcvb,EAAO6iE,GAE1C,GACD,EACAlD,KAAM,SAAU3/D,EAAOyhC,EAAImhC,GAC1BvoF,EAAED,KAAMwoF,EAAUE,WAAW,WAC5B,IAAII,GAAwB,EAC3Bj6C,EAAWlvC,KAGZkvC,EAAS03C,YAAciC,EAAUjC,YACjC13C,EAASi5C,kBAAoBU,EAAUV,kBACvCj5C,EAASggB,OAAO/3C,MAAQ0xE,EAAU35B,OAAO/3C,MAEpC+3B,EAASk6C,gBAAiBl6C,EAASm6C,kBACvCF,GAAwB,EAExB7oF,EAAED,KAAMwoF,EAAUE,WAAW,WAa5B,OAVA/oF,KAAK4mF,YAAciC,EAAUjC,YAC7B5mF,KAAKmoF,kBAAoBU,EAAUV,kBACnCnoF,KAAKkvD,OAAO/3C,MAAQ0xE,EAAU35B,OAAO/3C,MAEhCnX,OAASkvC,GACZlvC,KAAKopF,gBAAiBppF,KAAKqpF,iBAC3B/oF,EAAEgzC,SAAUpE,EAASpX,QAAS,GAAK93B,KAAK83B,QAAS,MAClDqxD,GAAwB,GAGlBA,CACR,KAGIA,GAIEj6C,EAAS85C,SACd95C,EAAS85C,OAAS,EAGlBH,EAAUS,QAAU5hC,EAAGb,OAAOvwC,SAE9B44B,EAASq6C,YAAc7hC,EAAGb,OACxBlnB,SAAUuP,EAASpX,SACnBz0B,KAAM,oBAAoB,GAG5B6rC,EAASpuC,QAAQooF,QAAUh6C,EAASpuC,QAAQ+lD,OAE5C3X,EAASpuC,QAAQ+lD,OAAS,WACzB,OAAOa,EAAGb,OAAQ,EACnB,EAIA5gC,EAAMxY,OAASyhC,EAASq6C,YAAa,GACrCr6C,EAAS20C,cAAe59D,GAAO,GAC/BipB,EAASg1C,YAAaj+D,GAAO,GAAM,GAInCipB,EAASggB,OAAO/3C,MAAMgK,IAAM0nE,EAAU35B,OAAO/3C,MAAMgK,IACnD+tB,EAASggB,OAAO/3C,MAAMiK,KAAOynE,EAAU35B,OAAO/3C,MAAMiK,KACpD8tB,EAASggB,OAAO54C,OAAO8K,MAAQynE,EAAU35B,OAAO54C,OAAO8K,KACtD8tB,EAASggB,OAAO54C,OAAO8K,KACxB8tB,EAASggB,OAAO54C,OAAO6K,KAAO0nE,EAAU35B,OAAO54C,OAAO6K,IACrD+tB,EAASggB,OAAO54C,OAAO6K,IAExB0nE,EAAUrnD,SAAU,aAAcvb,GAIlC4iE,EAAUd,QAAU74C,EAASpX,QAI7Bx3B,EAAED,KAAMwoF,EAAUE,WAAW,WAC5B/oF,KAAKklF,kBACN,IAGA2D,EAAUU,YAAcV,EAAU/wD,QAClCoX,EAASs6C,YAAcX,GAGnB35C,EAASq6C,cACbr6C,EAASm1C,WAAYp+D,GAKrByhC,EAAGxmC,SAAWguB,EAAShuB,WAOnBguB,EAAS85C,SAEb95C,EAAS85C,OAAS,EAClB95C,EAAS05C,qBAAsB,EAI/B15C,EAASpuC,QAAQ2oF,QAAUv6C,EAASpuC,QAAQqkF,OAC5Cj2C,EAASpuC,QAAQqkF,QAAS,EAE1Bj2C,EAAS1N,SAAU,MAAOvb,EAAOipB,EAAS44C,QAAS54C,IACnDA,EAASo1C,WAAYr+D,GAAO,GAI5BipB,EAASpuC,QAAQqkF,OAASj2C,EAASpuC,QAAQ2oF,QAC3Cv6C,EAASpuC,QAAQ+lD,OAAS3X,EAASpuC,QAAQooF,QAEtCh6C,EAASitB,aACbjtB,EAASitB,YAAYzkD,SAKtBgwC,EAAGb,OAAOlnB,SAAUkpD,EAAUS,SAC9BT,EAAUhC,gBAAiB5gE,GAC3ByhC,EAAGxmC,SAAW2nE,EAAU9B,kBAAmB9gE,GAAO,GAElD4iE,EAAUrnD,SAAU,eAAgBvb,GAGpC4iE,EAAUd,SAAU,EAIpBznF,EAAED,KAAMwoF,EAAUE,WAAW,WAC5B/oF,KAAKklF,kBACN,IAGH,GACD,IAGD5kF,EAAEonD,GAAGtrC,OAAOie,IAAK,YAAa,SAAU,CACvCuL,MAAO,SAAU3f,EAAOyhC,EAAIlV,GAC3B,IAAIrwC,EAAI7B,EAAG,QACVwjC,EAAI0O,EAAS1xC,QAETqB,EAAEoS,IAAK,YACXuvB,EAAE4lD,QAAUvnF,EAAEoS,IAAK,WAEpBpS,EAAEoS,IAAK,SAAUuvB,EAAEg1C,OACpB,EACAt9D,KAAM,SAAUyK,EAAOyhC,EAAIlV,GAC1B,IAAI1O,EAAI0O,EAAS1xC,QACZgjC,EAAE4lD,SACNppF,EAAG,QAASiU,IAAK,SAAUuvB,EAAE4lD,QAE/B,IAGDppF,EAAEonD,GAAGtrC,OAAOie,IAAK,YAAa,UAAW,CACxCuL,MAAO,SAAU3f,EAAOyhC,EAAIlV,GAC3B,IAAIrwC,EAAI7B,EAAGonD,EAAGb,QACb/iB,EAAI0O,EAAS1xC,QACTqB,EAAEoS,IAAK,aACXuvB,EAAE6lD,SAAWxnF,EAAEoS,IAAK,YAErBpS,EAAEoS,IAAK,UAAWuvB,EAAEu7B,QACrB,EACA7jD,KAAM,SAAUyK,EAAOyhC,EAAIlV,GAC1B,IAAI1O,EAAI0O,EAAS1xC,QACZgjC,EAAE6lD,UACNrpF,EAAGonD,EAAGb,QAAStyC,IAAK,UAAWuvB,EAAE6lD,SAEnC,IAGDrpF,EAAEonD,GAAGtrC,OAAOie,IAAK,YAAa,SAAU,CACvCuL,MAAO,SAAU3f,EAAOyhC,EAAIj2C,GACrBA,EAAEm4E,wBACPn4E,EAAEm4E,sBAAwBn4E,EAAEo1C,OAAO8c,cAAc,IAG7ClyD,EAAEm4E,sBAAuB,KAAQn4E,EAAElI,SAAU,IACP,SAAzCkI,EAAEm4E,sBAAuB,GAAIn4C,UAC9BhgC,EAAEo4E,eAAiBp4E,EAAEm4E,sBAAsB16B,SAE7C,EACA02B,KAAM,SAAU3/D,EAAOyhC,EAAIj2C,GAE1B,IAAIqyB,EAAIryB,EAAE3Q,QACTgpF,GAAW,EACXnmB,EAAelyD,EAAEm4E,sBAAuB,GACxCrgF,EAAWkI,EAAElI,SAAU,GAEnBo6D,IAAiBp6D,GAAqC,SAAzBo6D,EAAalyB,SACxC3N,EAAE6gD,MAAmB,MAAX7gD,EAAE6gD,OACVlzE,EAAEo4E,eAAe1oE,IAAMwiD,EAAa+G,aAAiBzkD,EAAM4pC,MAChE/rB,EAAEwhD,kBACH3hB,EAAahnB,UAAYmtC,EAAWnmB,EAAahnB,UAAY7Y,EAAEyhD,YACpDt/D,EAAM4pC,MAAQp+C,EAAEo4E,eAAe1oE,IAAM2iB,EAAEwhD,oBAClD3hB,EAAahnB,UAAYmtC,EAAWnmB,EAAahnB,UAAY7Y,EAAEyhD,cAI3DzhD,EAAE6gD,MAAmB,MAAX7gD,EAAE6gD,OACVlzE,EAAEo4E,eAAezoE,KAAOuiD,EAAaliD,YAAgBwE,EAAM6pC,MAChEhsB,EAAEwhD,kBACH3hB,EAAaxU,WAAa26B,EAAWnmB,EAAaxU,WAAarrB,EAAEyhD,YACtDt/D,EAAM6pC,MAAQr+C,EAAEo4E,eAAezoE,KAAO0iB,EAAEwhD,oBACnD3hB,EAAaxU,WAAa26B,EAAWnmB,EAAaxU,WAAarrB,EAAEyhD,gBAM7DzhD,EAAE6gD,MAAmB,MAAX7gD,EAAE6gD,OACZ1+D,EAAM4pC,MAAQvvD,EAAGiJ,GAAWozC,YAAc7Y,EAAEwhD,kBAChDwE,EAAWxpF,EAAGiJ,GAAWozC,UAAWr8C,EAAGiJ,GAAWozC,YAAc7Y,EAAEyhD,aACvDjlF,EAAG6D,QAAS6O,UAAaiT,EAAM4pC,MAAQvvD,EAAGiJ,GAAWozC,aAC/D7Y,EAAEwhD,oBACHwE,EAAWxpF,EAAGiJ,GAAWozC,UAAWr8C,EAAGiJ,GAAWozC,YAAc7Y,EAAEyhD,eAI9DzhD,EAAE6gD,MAAmB,MAAX7gD,EAAE6gD,OACZ1+D,EAAM6pC,MAAQxvD,EAAGiJ,GAAW4lD,aAAerrB,EAAEwhD,kBACjDwE,EAAWxpF,EAAGiJ,GAAW4lD,WACxB7uD,EAAGiJ,GAAW4lD,aAAerrB,EAAEyhD,aAErBjlF,EAAG6D,QAAS4O,SAAYkT,EAAM6pC,MAAQxvD,EAAGiJ,GAAW4lD,cAC9DrrB,EAAEwhD,oBACHwE,EAAWxpF,EAAGiJ,GAAW4lD,WACxB7uD,EAAGiJ,GAAW4lD,aAAerrB,EAAEyhD,iBAOjB,IAAbuE,GAAsBxpF,EAAEonD,GAAG8+B,YAAc1iD,EAAEujD,eAC/C/mF,EAAEonD,GAAG8+B,UAAUc,eAAgB71E,EAAGwU,EAGpC,IAGD3lB,EAAEonD,GAAGtrC,OAAOie,IAAK,YAAa,OAAQ,CACrCuL,MAAO,SAAU3f,EAAOyhC,EAAIj2C,GAE3B,IAAIqyB,EAAIryB,EAAE3Q,QAEV2Q,EAAEs4E,aAAe,GAEjBzpF,EAAGwjC,EAAE0hD,KAAK73C,cAAgBhkB,OAAWma,EAAE0hD,KAAK/d,OAAS,sBAA0B3jC,EAAE0hD,MAC/EnlF,MAAM,WACN,IAAI2pF,EAAK1pF,EAAGN,MACXiqF,EAAKD,EAAG96B,SACJlvD,OAASyR,EAAEqmB,QAAS,IACxBrmB,EAAEs4E,aAAar8E,KAAM,CACpBusB,KAAMj6B,KACN+S,MAAOi3E,EAAG7iD,aAAcn0B,OAAQg3E,EAAG5nD,cACnCjhB,IAAK8oE,EAAG9oE,IAAKC,KAAM6oE,EAAG7oE,MAGzB,GAEF,EACAwkE,KAAM,SAAU3/D,EAAOyhC,EAAIuM,GAE1B,IAAIi2B,EAAIC,EAAIC,EAAIC,EAAIn/C,EAAGlH,EAAG7hC,EAAG0d,EAAGpO,EAAGu+B,EAClClM,EAAImwB,EAAKnzD,QACTy4C,EAAIzV,EAAE4hD,cACN4E,EAAK5iC,EAAGwH,OAAO9tC,KAAM1P,EAAK44E,EAAKr2B,EAAKk0B,kBAAkBp1E,MACtDw3E,EAAK7iC,EAAGwH,OAAO/tC,IAAKqpE,EAAKD,EAAKt2B,EAAKk0B,kBAAkBn1E,OAEtD,IAAMvB,EAAIwiD,EAAK81B,aAAa/nF,OAAS,EAAGyP,GAAK,EAAGA,IAG/CuyB,GADAkH,EAAI+oB,EAAK81B,aAAct4E,GAAI2P,KAAO6yC,EAAKuzB,QAAQpmE,MACvC6yC,EAAK81B,aAAct4E,GAAIsB,MAE/B8M,GADA1d,EAAI8xD,EAAK81B,aAAct4E,GAAI0P,IAAM8yC,EAAKuzB,QAAQrmE,KACtC8yC,EAAK81B,aAAct4E,GAAIuB,OAE1BtB,EAAKw5B,EAAIqO,GAAK+wC,EAAKtmD,EAAIuV,GAAKixC,EAAKroF,EAAIo3C,GAAKgxC,EAAK1qE,EAAI05B,IACrDj5C,EAAEgzC,SAAU2gB,EAAK81B,aAAct4E,GAAIwoB,KAAKswB,cACzC0J,EAAK81B,aAAct4E,GAAIwoB,OACnBg6B,EAAK81B,aAAct4E,GAAIg5E,UACtBx2B,EAAKnzD,QAAQ0kF,KAAKkF,SACtBz2B,EAAKnzD,QAAQ0kF,KAAKkF,QAAQ/pF,KACzBszD,EAAKn8B,QACL7R,EACA3lB,EAAEy2B,OAAQk9B,EAAK6zB,UAAW,CAAE6C,SAAU12B,EAAK81B,aAAct4E,GAAIwoB,QAIhEg6B,EAAK81B,aAAct4E,GAAIg5E,UAAW,IAIf,UAAf3mD,EAAE2hD,WACNyE,EAAKt5E,KAAK0B,IAAKnQ,EAAIqoF,IAAQjxC,EAC3B4wC,EAAKv5E,KAAK0B,IAAKuN,EAAI0qE,IAAQhxC,EAC3B6wC,EAAKx5E,KAAK0B,IAAK44B,EAAIx5B,IAAQ6nC,EAC3B8wC,EAAKz5E,KAAK0B,IAAK0xB,EAAIsmD,IAAQ/wC,EACtB2wC,IACJxiC,EAAGxmC,SAASC,IAAM8yC,EAAK4zB,mBAAoB,WAAY,CACtD1mE,IAAKhf,EAAI8xD,EAAKk0B,kBAAkBn1E,OAChCoO,KAAM,IACHD,KAEAgpE,IACJziC,EAAGxmC,SAASC,IAAM8yC,EAAK4zB,mBAAoB,WAAY,CACtD1mE,IAAKtB,EACLuB,KAAM,IACHD,KAEAipE,IACJ1iC,EAAGxmC,SAASE,KAAO6yC,EAAK4zB,mBAAoB,WAAY,CACvD1mE,IAAK,EACLC,KAAM8pB,EAAI+oB,EAAKk0B,kBAAkBp1E,QAC9BqO,MAEAipE,IACJ3iC,EAAGxmC,SAASE,KAAO6yC,EAAK4zB,mBAAoB,WAAY,CACvD1mE,IAAK,EACLC,KAAM4iB,IACH5iB,OAIN4uB,EAAUk6C,GAAMC,GAAMC,GAAMC,EAER,UAAfvmD,EAAE2hD,WACNyE,EAAKt5E,KAAK0B,IAAKnQ,EAAIooF,IAAQhxC,EAC3B4wC,EAAKv5E,KAAK0B,IAAKuN,EAAI2qE,IAAQjxC,EAC3B6wC,EAAKx5E,KAAK0B,IAAK44B,EAAIo/C,IAAQ/wC,EAC3B8wC,EAAKz5E,KAAK0B,IAAK0xB,EAAItyB,IAAQ6nC,EACtB2wC,IACJxiC,EAAGxmC,SAASC,IAAM8yC,EAAK4zB,mBAAoB,WAAY,CACtD1mE,IAAKhf,EACLif,KAAM,IACHD,KAEAgpE,IACJziC,EAAGxmC,SAASC,IAAM8yC,EAAK4zB,mBAAoB,WAAY,CACtD1mE,IAAKtB,EAAIo0C,EAAKk0B,kBAAkBn1E,OAChCoO,KAAM,IACHD,KAEAipE,IACJ1iC,EAAGxmC,SAASE,KAAO6yC,EAAK4zB,mBAAoB,WAAY,CACvD1mE,IAAK,EACLC,KAAM8pB,IACH9pB,MAEAipE,IACJ3iC,EAAGxmC,SAASE,KAAO6yC,EAAK4zB,mBAAoB,WAAY,CACvD1mE,IAAK,EACLC,KAAM4iB,EAAIiwB,EAAKk0B,kBAAkBp1E,QAC9BqO,QAIA6yC,EAAK81B,aAAct4E,GAAIg5E,WAAcP,GAAMC,GAAMC,GAAMC,GAAMr6C,IAC7DikB,EAAKnzD,QAAQ0kF,KAAKA,MACtBvxB,EAAKnzD,QAAQ0kF,KAAKA,KAAK7kF,KACtBszD,EAAKn8B,QACL7R,EACA3lB,EAAEy2B,OAAQk9B,EAAK6zB,UAAW,CACzB6C,SAAU12B,EAAK81B,aAAct4E,GAAIwoB,QAIrCg6B,EAAK81B,aAAct4E,GAAIg5E,SAAaP,GAAMC,GAAMC,GAAMC,GAAMr6C,EAI9D,IAGD1vC,EAAEonD,GAAGtrC,OAAOie,IAAK,YAAa,QAAS,CACtCuL,MAAO,SAAU3f,EAAOyhC,EAAIlV,GAC3B,IAAIl9B,EACHwuB,EAAI0O,EAAS1xC,QACby/E,EAAQjgF,EAAEsqF,UAAWtqF,EAAGwjC,EAAE6hD,QAAU12C,MAAM,SAAU7sB,EAAGvC,GACtD,OAAStC,SAAUjd,EAAG8hB,GAAI7N,IAAK,UAAY,KAAQ,IAChDgJ,SAAUjd,EAAGuf,GAAItL,IAAK,UAAY,KAAQ,EAC9C,IAEKgsE,EAAMv+E,SAIZsT,EAAMiI,SAAUjd,EAAGigF,EAAO,IAAMhsE,IAAK,UAAY,KAAQ,EACzDjU,EAAGigF,GAAQlgF,MAAM,SAAUoR,GAC1BnR,EAAGN,MAAOuU,IAAK,SAAUe,EAAM7D,EAChC,IACAzR,KAAKuU,IAAK,SAAYe,EAAMirE,EAAMv+E,QACnC,IAGD1B,EAAEonD,GAAGtrC,OAAOie,IAAK,YAAa,SAAU,CACvCuL,MAAO,SAAU3f,EAAOyhC,EAAIlV,GAC3B,IAAIrwC,EAAI7B,EAAGonD,EAAGb,QACb/iB,EAAI0O,EAAS1xC,QAETqB,EAAEoS,IAAK,YACXuvB,EAAE+mD,QAAU1oF,EAAEoS,IAAK,WAEpBpS,EAAEoS,IAAK,SAAUuvB,EAAEm3B,OACpB,EACAz/C,KAAM,SAAUyK,EAAOyhC,EAAIlV,GAC1B,IAAI1O,EAAI0O,EAAS1xC,QAEZgjC,EAAE+mD,SACNvqF,EAAGonD,EAAGb,QAAStyC,IAAK,SAAUuvB,EAAE+mD,QAElC,IAGsBvqF,EAAEonD,GAAGmhC,UAsB5BvoF,EAAE6iC,OAAQ,eAAgB7iC,EAAEonD,GAAG+8B,MAAO,CACrC97D,QAAS,SACTqgC,kBAAmB,SACnBloD,QAAS,CACRgqF,YAAY,EACZhxB,SAAS,EACTixB,gBAAiB,OACjBC,cAAe,QACfC,aAAa,EACbC,UAAU,EACVh0E,QAAS,CACR,kBAAmB,yCAEpB2tE,aAAa,EACbsG,OAAO,EACPpG,MAAM,EACNqG,QAAS,SACTvkC,QAAQ,EACRmf,UAAW,KACXj2C,SAAU,KACVs7D,UAAW,GACXC,SAAU,GAGVrwB,OAAQ,GAGR7hC,OAAQ,KACRwM,MAAO,KACPpqB,KAAM,MAGP+vE,KAAM,SAAUvnF,GACf,OAAO2b,WAAY3b,IAAW,CAC/B,EAEAwnF,UAAW,SAAUxnF,GACpB,OAAQylB,MAAO9J,WAAY3b,GAC5B,EAEAkmE,WAAY,SAAU9yC,EAAIhV,GAEzB,GAAmC,WAA9B9hB,EAAG82B,GAAK7iB,IAAK,YACjB,OAAO,EAGR,IAAIw1D,EAAW3nD,GAAW,SAANA,EAAiB,aAAe,YACnDqS,GAAM,EAEP,GAAK2C,EAAI2yC,GAAW,EACnB,OAAO,EAMR,IACC3yC,EAAI2yC,GAAW,EACft1C,EAAQ2C,EAAI2yC,GAAW,EACvB3yC,EAAI2yC,GAAW,CAChB,CAAE,MAAQp1D,GAIV,CACA,OAAO8f,CACR,EAEA6L,QAAS,WAER,IAAIknD,EACH1jD,EAAI9jC,KAAKc,QACT+pD,EAAO7qD,KACRA,KAAKksD,UAAW,gBAEhB5rD,EAAEy2B,OAAQ/2B,KAAM,CACfyrF,eAAkB3nD,EAAc,YAChCmnD,YAAannD,EAAEmnD,YACfS,gBAAiB1rF,KAAK83B,QACtB6zD,8BAA+B,GAC/BzC,QAASplD,EAAE+iB,QAAU/iB,EAAEqnD,OAASrnD,EAAEg2B,QAAUh2B,EAAE+iB,QAAU,sBAAwB,OAI5E7mD,KAAK83B,QAAS,GAAI0pB,SAAS9hC,MAAO,kDAEtC1f,KAAK83B,QAAQkjC,KACZ16D,EAAG,kCAAmCiU,IAAK,CAC1C+M,SAAU,SACVJ,SAAUlhB,KAAK83B,QAAQvjB,IAAK,YAC5BxB,MAAO/S,KAAK83B,QAAQqP,aACpBn0B,OAAQhT,KAAK83B,QAAQsK,cACrBjhB,IAAKnhB,KAAK83B,QAAQvjB,IAAK,OACvB6M,KAAMphB,KAAK83B,QAAQvjB,IAAK,WAI1BvU,KAAK83B,QAAU93B,KAAK83B,QAAQxhB,SAASjT,KACpC,eAAgBrD,KAAK83B,QAAQ8zD,UAAW,aAGzC5rF,KAAK6rF,kBAAmB,EAExBrE,EAAU,CACTl3B,UAAWtwD,KAAK0rF,gBAAgBn3E,IAAK,aACrC+nD,YAAat8D,KAAK0rF,gBAAgBn3E,IAAK,eACvC8nD,aAAcr8D,KAAK0rF,gBAAgBn3E,IAAK,gBACxC87C,WAAYrwD,KAAK0rF,gBAAgBn3E,IAAK,eAGvCvU,KAAK83B,QAAQvjB,IAAKizE,GAClBxnF,KAAK0rF,gBAAgBn3E,IAAK,SAAU,GAIpCvU,KAAK8rF,oBAAsB9rF,KAAK0rF,gBAAgBn3E,IAAK,UACrDvU,KAAK0rF,gBAAgBn3E,IAAK,SAAU,QAEpCvU,KAAK2rF,8BAA8Bj+E,KAAM1N,KAAK0rF,gBAAgBn3E,IAAK,CAClE2M,SAAU,SACV6qE,KAAM,EACNvrD,QAAS,WAKVxgC,KAAK0rF,gBAAgBn3E,IAAKizE,GAE1BxnF,KAAKgsF,yBAGNhsF,KAAKisF,gBAEAnoD,EAAEonD,UACN5qF,EAAGN,KAAK83B,SACN/f,GAAI,cAAc,WACb+rB,EAAEimB,WAGPc,EAAKE,aAAc,yBACnBF,EAAKqhC,SAAS7qF,OACf,IACC0W,GAAI,cAAc,WACb+rB,EAAEimB,UAGDc,EAAKshC,WACVthC,EAAKqB,UAAW,yBAChBrB,EAAKqhC,SAASjsF,OAEhB,IAGFD,KAAKijF,YACN,EAEAn4B,SAAU,WAET9qD,KAAKmjF,gBACLnjF,KAAKosF,cAAc10E,SAEnB,IAAImjD,EACH/P,EAAW,SAAUuhC,GACpB/rF,EAAG+rF,GACDrhC,WAAY,aACZA,WAAY,gBACZzkC,IAAK,aACR,EAmBD,OAhBKvmB,KAAK6rF,mBACT/gC,EAAU9qD,KAAK83B,SACf+iC,EAAU76D,KAAK83B,QACf93B,KAAK0rF,gBAAgBn3E,IAAK,CACzB2M,SAAU25C,EAAQtmD,IAAK,YACvBxB,MAAO8nD,EAAQ1zB,aACfn0B,OAAQ6nD,EAAQz4B,cAChBjhB,IAAK05C,EAAQtmD,IAAK,OAClB6M,KAAMy5C,EAAQtmD,IAAK,UAChBuyB,YAAa+zB,GACjBA,EAAQnjD,UAGT1X,KAAK0rF,gBAAgBn3E,IAAK,SAAUvU,KAAK8rF,qBACzChhC,EAAU9qD,KAAK0rF,iBAER1rF,IACR,EAEAyhC,WAAY,SAAU59B,EAAKG,GAG1B,OAFAhE,KAAKu+C,OAAQ16C,EAAKG,GAETH,GACT,IAAK,UACJ7D,KAAKssF,iBACLtsF,KAAKisF,gBACL,MACD,IAAK,cACJjsF,KAAKyrF,eAAiBznF,EAKxB,EAEAioF,cAAe,WACd,IAAsBjH,EAAQvzE,EAAG4E,EAAGk2E,EAAO5H,EAAvC7gD,EAAI9jC,KAAKc,QAAoC+pD,EAAO7qD,KAgBxD,GAfAA,KAAKorF,QAAUtnD,EAAEsnD,UACb9qF,EAAG,uBAAwBN,KAAK83B,SAAU91B,OACjC,CACVqU,EAAG,kBACH1B,EAAG,kBACH2K,EAAG,kBACH3M,EAAG,kBACH65E,GAAI,mBACJC,GAAI,mBACJC,GAAI,mBACJC,GAAI,oBARL,UAWF3sF,KAAKksF,SAAW5rF,IAChBN,KAAKosF,cAAgB9rF,IAChBN,KAAKorF,QAAQz9C,cAAgBhkB,OASjC,IAPsB,QAAjB3pB,KAAKorF,UACTprF,KAAKorF,QAAU,uBAGhB/0E,EAAIrW,KAAKorF,QAAQ5pF,MAAO,KACxBxB,KAAKorF,QAAU,CAAC,EAEV35E,EAAI,EAAGA,EAAI4E,EAAErU,OAAQyP,IAG1B86E,EAAQ,iBADRvH,EAASr7D,OAAO1gB,UAAUsW,KAAK5e,KAAM0V,EAAG5E,KAExCkzE,EAAOrkF,EAAG,SACVN,KAAKksD,UAAWy4B,EAAM,uBAAyB4H,GAE/C5H,EAAKpwE,IAAK,CAAE0mD,OAAQn3B,EAAEm3B,SAEtBj7D,KAAKorF,QAASpG,GAAW,iBAAmBA,EACtChlF,KAAK83B,QAAQvhB,SAAUvW,KAAKorF,QAASpG,IAAWhjF,SACrDhC,KAAK83B,QAAQ9hB,OAAQ2uE,GACrB3kF,KAAKosF,cAAgBpsF,KAAKosF,cAAc/xD,IAAKsqD,IAMhD3kF,KAAK4sF,YAAc,SAAUn/E,GAE5B,IAAIgE,EAAGkzE,EAAMkI,EAAQC,EAIrB,IAAMr7E,KAFNhE,EAASA,GAAUzN,KAAK83B,QAEb93B,KAAKorF,QAEVprF,KAAKorF,QAAS35E,GAAIk8B,cAAgBhkB,OACtC3pB,KAAKorF,QAAS35E,GAAMzR,KAAK83B,QAAQvhB,SAAUvW,KAAKorF,QAAS35E,IAAMu+B,QAAQ3uC,QAC5DrB,KAAKorF,QAAS35E,GAAIk4C,QAAU3pD,KAAKorF,QAAS35E,GAAIquC,YACzD9/C,KAAKorF,QAAS35E,GAAMnR,EAAGN,KAAKorF,QAAS35E,IACrCzR,KAAKsqD,IAAKtqD,KAAKorF,QAAS35E,GAAK,CAAE,UAAao5C,EAAKq4B,cAG7CljF,KAAK6rF,kBACR7rF,KAAK0rF,gBAAiB,GACpBlqC,SACA9hC,MAAO,uCACVilE,EAAOrkF,EAAGN,KAAKorF,QAAS35E,GAAKzR,KAAK83B,SAElCg1D,EAAa,kBAAkB7jD,KAAMx3B,GACpCkzE,EAAKviD,cACLuiD,EAAKx9C,aAEN0lD,EAAS,CAAE,UACV,UAAU5jD,KAAMx3B,GAAM,MACtB,UAAUw3B,KAAMx3B,GAAM,SACtB,MAAMw3B,KAAMx3B,GAAM,QAAU,QAAShQ,KAAM,IAE5CgM,EAAO8G,IAAKs4E,EAAQC,GAEpB9sF,KAAKgsF,yBAGNhsF,KAAKksF,SAAWlsF,KAAKksF,SAAS7xD,IAAKr6B,KAAKorF,QAAS35E,GAEnD,EAGAzR,KAAK4sF,YAAa5sF,KAAK83B,SAEvB93B,KAAKksF,SAAWlsF,KAAKksF,SAAS7xD,IAAKr6B,KAAK83B,QAAQ/1B,KAAM,yBACtD/B,KAAKksF,SAAS95B,mBAEdpyD,KAAKksF,SAASn0E,GAAI,aAAa,WACxB8yC,EAAKshC,WACLnsF,KAAKu6B,YACToqD,EAAO3kF,KAAKu6B,UAAU7a,MAAO,wCAE9BmrC,EAAK85B,KAAOA,GAAQA,EAAM,GAAMA,EAAM,GAAM,KAE9C,IAEK7gD,EAAEonD,WACNlrF,KAAKksF,SAASjsF,OACdD,KAAKksD,UAAW,yBAElB,EAEAogC,eAAgB,WACftsF,KAAKosF,cAAc10E,QACpB,EAEAmsE,cAAe,SAAU59D,GACxB,IAAIxU,EAAGuzE,EACN+H,GAAU,EAEX,IAAMt7E,KAAKzR,KAAKorF,UACfpG,EAAS1kF,EAAGN,KAAKorF,QAAS35E,IAAO,MACjBwU,EAAMxY,QAAUnN,EAAEgzC,SAAU0xC,EAAQ/+D,EAAMxY,WACzDs/E,GAAU,GAIZ,OAAQ/sF,KAAKc,QAAQipD,UAAYgjC,CAClC,EAEA7I,YAAa,SAAUj+D,GAEtB,IAAI+mE,EAASC,EAAQnU,EACpBh1C,EAAI9jC,KAAKc,QACTs2B,EAAKp3B,KAAK83B,QAkDX,OAhDA93B,KAAKmsF,UAAW,EAEhBnsF,KAAKktF,eAELF,EAAUhtF,KAAKurF,KAAMvrF,KAAK6mD,OAAOtyC,IAAK,SACtC04E,EAASjtF,KAAKurF,KAAMvrF,KAAK6mD,OAAOtyC,IAAK,QAEhCuvB,EAAE+gD,cACNmI,GAAW1sF,EAAGwjC,EAAE+gD,aAAc11B,cAAgB,EAC9C89B,GAAU3sF,EAAGwjC,EAAE+gD,aAAcloC,aAAe,GAG7C38C,KAAKkvD,OAASlvD,KAAK6mD,OAAOqI,SAC1BlvD,KAAKkhB,SAAW,CAAEE,KAAM4rE,EAAS7rE,IAAK8rE,GAEtCjtF,KAAK0T,KAAO1T,KAAKkpF,QAAU,CACzBn2E,MAAO/S,KAAK6mD,OAAO9zC,QACnBC,OAAQhT,KAAK6mD,OAAO7zC,UACjB,CACHD,MAAOqkB,EAAGrkB,QACVC,OAAQokB,EAAGpkB,UAGbhT,KAAKmtF,aAAentF,KAAKkpF,QAAU,CACjCn2E,MAAOqkB,EAAG+P,aACVn0B,OAAQokB,EAAGgL,eACR,CACHrvB,MAAOqkB,EAAGrkB,QACVC,OAAQokB,EAAGpkB,UAGbhT,KAAKotF,SAAW,CACfr6E,MAAOqkB,EAAG+P,aAAe/P,EAAGrkB,QAC5BC,OAAQokB,EAAGgL,cAAgBhL,EAAGpkB,UAG/BhT,KAAK8mF,iBAAmB,CAAE1lE,KAAM4rE,EAAS7rE,IAAK8rE,GAC9CjtF,KAAKqtF,sBAAwB,CAAEjsE,KAAM6E,EAAM6pC,MAAO3uC,IAAK8E,EAAM4pC,OAE7D7vD,KAAKirF,YAAyC,iBAAlBnnD,EAAEmnD,YAC7BnnD,EAAEmnD,YACEjrF,KAAKmtF,aAAap6E,MAAQ/S,KAAKmtF,aAAan6E,QAAY,EAE7D8lE,EAASx4E,EAAG,iBAAmBN,KAAK2kF,MAAOpwE,IAAK,UAChDjU,EAAG,QAASiU,IAAK,SAAqB,SAAXukE,EAAoB94E,KAAK2kF,KAAO,UAAY7L,GAEvE94E,KAAKksD,UAAW,yBAChBlsD,KAAKstF,WAAY,QAASrnE,IACnB,CACR,EAEAo+D,WAAY,SAAUp+D,GAErB,IAAI5iB,EAAM4B,EACTsoF,EAAMvtF,KAAKqtF,sBACXjrE,EAAIpiB,KAAK2kF,KACTjyE,EAAOuT,EAAM6pC,MAAQy9B,EAAInsE,MAAU,EACnC/O,EAAO4T,EAAM4pC,MAAQ09B,EAAIpsE,KAAS,EAClCze,EAAU1C,KAAKisE,QAAS7pD,GAIzB,OAFApiB,KAAKwtF,0BAEC9qF,IAINW,EAAOX,EAAQgY,MAAO1a,KAAM,CAAEimB,EAAOvT,EAAIL,IAEzCrS,KAAKytF,yBAA0BxnE,EAAMinD,WAChCltE,KAAKyrF,cAAgBxlE,EAAMinD,YAC/B7pE,EAAOrD,KAAK0tF,aAAcrqF,EAAM4iB,IAGjC5iB,EAAOrD,KAAK2tF,aAActqF,EAAM4iB,GAEhCjmB,KAAK4tF,aAAcvqF,GAEnBrD,KAAKstF,WAAY,SAAUrnE,GAE3BhhB,EAAQjF,KAAK6tF,iBAEP7tF,KAAKkpF,SAAWlpF,KAAK2rF,8BAA8B3pF,QACxDhC,KAAKgsF,wBAGA1rF,EAAEitD,cAAetoD,KACtBjF,KAAKwtF,wBACLxtF,KAAKwhC,SAAU,SAAUvb,EAAOjmB,KAAK0nD,MACrC1nD,KAAK6tF,kBAGC,EACR,EAEAvJ,WAAY,SAAUr+D,GAErBjmB,KAAKmsF,UAAW,EAChB,IAAI2B,EAAIC,EAAMC,EAAUC,EAAU3uE,EAAG8B,EAAMD,EAC1C2iB,EAAI9jC,KAAKc,QAAS+pD,EAAO7qD,KAwC1B,OAtCKA,KAAKkpF,UAIT8E,GADAD,GADAD,EAAK9tF,KAAK2rF,+BACA3pF,QAAU,YAAgBinC,KAAM6kD,EAAI,GAAItsC,YAC/BxhD,KAAKkqE,WAAY4jB,EAAI,GAAK,QAAW,EAAIjjC,EAAKuiC,SAASp6E,OAC1Ei7E,EAAWF,EAAO,EAAIljC,EAAKuiC,SAASr6E,MAEpCuM,EAAI,CACHvM,MAAS83C,EAAKhE,OAAO9zC,QAAWk7E,EAChCj7E,OAAU63C,EAAKhE,OAAO7zC,SAAWg7E,GAElC5sE,EAASzB,WAAYkrC,EAAK/yB,QAAQvjB,IAAK,UACpCs2C,EAAK3pC,SAASE,KAAOypC,EAAKi8B,iBAAiB1lE,OAAY,KAC1DD,EAAQxB,WAAYkrC,EAAK/yB,QAAQvjB,IAAK,SACnCs2C,EAAK3pC,SAASC,IAAM0pC,EAAKi8B,iBAAiB3lE,MAAW,KAElD2iB,EAAEg2B,SACP95D,KAAK83B,QAAQvjB,IAAKjU,EAAEy2B,OAAQzX,EAAG,CAAE6B,IAAKA,EAAKC,KAAMA,KAGlDypC,EAAKhE,OAAO7zC,OAAQ63C,EAAKn3C,KAAKV,QAC9B63C,EAAKhE,OAAO9zC,MAAO83C,EAAKn3C,KAAKX,OAExB/S,KAAKkpF,UAAYplD,EAAEg2B,SACvB95D,KAAKgsF,yBAIP1rF,EAAG,QAASiU,IAAK,SAAU,QAE3BvU,KAAK+qD,aAAc,yBAEnB/qD,KAAKstF,WAAY,OAAQrnE,GAEpBjmB,KAAKkpF,SACTlpF,KAAK6mD,OAAOnvC,UAGN,CAER,EAEA81E,sBAAuB,WACtBxtF,KAAKkuF,aAAe,CACnB/sE,IAAKnhB,KAAKkhB,SAASC,IACnBC,KAAMphB,KAAKkhB,SAASE,MAErBphB,KAAKmuF,SAAW,CACfp7E,MAAO/S,KAAK0T,KAAKX,MACjBC,OAAQhT,KAAK0T,KAAKV,OAEpB,EAEA66E,cAAe,WACd,IAAI5oF,EAAQ,CAAC,EAoBb,OAlBKjF,KAAKkhB,SAASC,MAAQnhB,KAAKkuF,aAAa/sE,MAC5Clc,EAAMkc,IAAMnhB,KAAKkhB,SAASC,IAAM,MAE5BnhB,KAAKkhB,SAASE,OAASphB,KAAKkuF,aAAa9sE,OAC7Cnc,EAAMmc,KAAOphB,KAAKkhB,SAASE,KAAO,MAGnCphB,KAAK6mD,OAAOtyC,IAAKtP,GAEZjF,KAAK0T,KAAKX,QAAU/S,KAAKmuF,SAASp7E,QACtC9N,EAAM8N,MAAQ/S,KAAK0T,KAAKX,MAAQ,KAChC/S,KAAK6mD,OAAO9zC,MAAO9N,EAAM8N,QAErB/S,KAAK0T,KAAKV,SAAWhT,KAAKmuF,SAASn7E,SACvC/N,EAAM+N,OAAShT,KAAK0T,KAAKV,OAAS,KAClChT,KAAK6mD,OAAO7zC,OAAQ/N,EAAM+N,SAGpB/N,CACR,EAEAwoF,yBAA0B,SAAUW,GACnC,IAAIC,EAAWC,EAAWC,EAAYC,EAAY3uE,EACjDikB,EAAI9jC,KAAKc,QAEV+e,EAAI,CACHyrE,SAAUtrF,KAAKwrF,UAAW1nD,EAAEwnD,UAAaxnD,EAAEwnD,SAAW,EACtDv7D,SAAU/vB,KAAKwrF,UAAW1nD,EAAE/T,UAAa+T,EAAE/T,SAAW0+D,IACtDpD,UAAWrrF,KAAKwrF,UAAW1nD,EAAEunD,WAAcvnD,EAAEunD,UAAY,EACzDrlB,UAAWhmE,KAAKwrF,UAAW1nD,EAAEkiC,WAAcliC,EAAEkiC,UAAYyoB,MAGrDzuF,KAAKyrF,cAAgB2C,KACzBC,EAAYxuE,EAAEwrE,UAAYrrF,KAAKirF,YAC/BsD,EAAa1uE,EAAEyrE,SAAWtrF,KAAKirF,YAC/BqD,EAAYzuE,EAAEmmD,UAAYhmE,KAAKirF,YAC/BuD,EAAa3uE,EAAEkQ,SAAW/vB,KAAKirF,YAE1BoD,EAAYxuE,EAAEyrE,WAClBzrE,EAAEyrE,SAAW+C,GAETE,EAAa1uE,EAAEwrE,YACnBxrE,EAAEwrE,UAAYkD,GAEVD,EAAYzuE,EAAEkQ,WAClBlQ,EAAEkQ,SAAWu+D,GAETE,EAAa3uE,EAAEmmD,YACnBnmD,EAAEmmD,UAAYwoB,IAGhBxuF,KAAK0uF,aAAe7uE,CACrB,EAEA+tE,aAAc,SAAUvqF,GACvBrD,KAAKkvD,OAASlvD,KAAK6mD,OAAOqI,SACrBlvD,KAAKwrF,UAAWnoF,EAAK+d,QACzBphB,KAAKkhB,SAASE,KAAO/d,EAAK+d,MAEtBphB,KAAKwrF,UAAWnoF,EAAK8d,OACzBnhB,KAAKkhB,SAASC,IAAM9d,EAAK8d,KAErBnhB,KAAKwrF,UAAWnoF,EAAK2P,UACzBhT,KAAK0T,KAAKV,OAAS3P,EAAK2P,QAEpBhT,KAAKwrF,UAAWnoF,EAAK0P,SACzB/S,KAAK0T,KAAKX,MAAQ1P,EAAK0P,MAEzB,EAEA26E,aAAc,SAAUrqF,GAEvB,IAAIsrF,EAAO3uF,KAAKkhB,SACf0tE,EAAQ5uF,KAAK0T,KACb0O,EAAIpiB,KAAK2kF,KAiBV,OAfK3kF,KAAKwrF,UAAWnoF,EAAK2P,QACzB3P,EAAK0P,MAAU1P,EAAK2P,OAAShT,KAAKirF,YACvBjrF,KAAKwrF,UAAWnoF,EAAK0P,SAChC1P,EAAK2P,OAAW3P,EAAK0P,MAAQ/S,KAAKirF,aAGxB,OAAN7oE,IACJ/e,EAAK+d,KAAOutE,EAAKvtE,MAASwtE,EAAM77E,MAAQ1P,EAAK0P,OAC7C1P,EAAK8d,IAAM,MAED,OAANiB,IACJ/e,EAAK8d,IAAMwtE,EAAKxtE,KAAQytE,EAAM57E,OAAS3P,EAAK2P,QAC5C3P,EAAK+d,KAAOutE,EAAKvtE,MAASwtE,EAAM77E,MAAQ1P,EAAK0P,QAGvC1P,CACR,EAEAsqF,aAAc,SAAUtqF,GAEvB,IAAIygC,EAAI9jC,KAAK0uF,aACZtsE,EAAIpiB,KAAK2kF,KACTkK,EAAS7uF,KAAKwrF,UAAWnoF,EAAK0P,QAAW+wB,EAAE/T,UAAc+T,EAAE/T,SAAW1sB,EAAK0P,MAC3E+7E,EAAS9uF,KAAKwrF,UAAWnoF,EAAK2P,SAAY8wB,EAAEkiC,WAAeliC,EAAEkiC,UAAY3iE,EAAK2P,OAC9E+7E,EAAS/uF,KAAKwrF,UAAWnoF,EAAK0P,QAAW+wB,EAAEwnD,UAAcxnD,EAAEwnD,SAAWjoF,EAAK0P,MAC3Ei8E,EAAShvF,KAAKwrF,UAAWnoF,EAAK2P,SAAY8wB,EAAEunD,WAAevnD,EAAEunD,UAAYhoF,EAAK2P,OAC9Ei8E,EAAKjvF,KAAK8mF,iBAAiB1lE,KAAOphB,KAAKmtF,aAAap6E,MACpDm8E,EAAKlvF,KAAK8mF,iBAAiB3lE,IAAMnhB,KAAKmtF,aAAan6E,OACnDm8E,EAAK,UAAUlmD,KAAM7mB,GAAKuhC,EAAK,UAAU1a,KAAM7mB,GAkChD,OAjCK2sE,IACJ1rF,EAAK0P,MAAQ+wB,EAAEwnD,UAEX0D,IACJ3rF,EAAK2P,OAAS8wB,EAAEunD,WAEZwD,IACJxrF,EAAK0P,MAAQ+wB,EAAE/T,UAEX++D,IACJzrF,EAAK2P,OAAS8wB,EAAEkiC,WAGZ+oB,GAAUI,IACd9rF,EAAK+d,KAAO6tE,EAAKnrD,EAAEwnD,UAEfuD,GAAUM,IACd9rF,EAAK+d,KAAO6tE,EAAKnrD,EAAE/T,UAEfi/D,GAAUrrC,IACdtgD,EAAK8d,IAAM+tE,EAAKprD,EAAEunD,WAEdyD,GAAUnrC,IACdtgD,EAAK8d,IAAM+tE,EAAKprD,EAAEkiC,WAIb3iE,EAAK0P,OAAU1P,EAAK2P,QAAW3P,EAAK+d,OAAQ/d,EAAK8d,IAE1C9d,EAAK0P,OAAU1P,EAAK2P,QAAW3P,EAAK8d,MAAO9d,EAAK+d,OAC5D/d,EAAK+d,KAAO,MAFZ/d,EAAK8d,IAAM,KAKL9d,CACR,EAEA+rF,gCAAiC,SAAUt3D,GAgB1C,IAfA,IAAIrmB,EAAI,EACP49E,EAAS,GACTC,EAAU,CACTx3D,EAAQvjB,IAAK,kBACbujB,EAAQvjB,IAAK,oBACbujB,EAAQvjB,IAAK,qBACbujB,EAAQvjB,IAAK,oBAEdg7E,EAAW,CACVz3D,EAAQvjB,IAAK,cACbujB,EAAQvjB,IAAK,gBACbujB,EAAQvjB,IAAK,iBACbujB,EAAQvjB,IAAK,gBAGP9C,EAAI,EAAGA,IACd49E,EAAQ59E,GAAQkO,WAAY2vE,EAAS79E,KAAS,EAC9C49E,EAAQ59E,IAASkO,WAAY4vE,EAAU99E,KAAS,EAGjD,MAAO,CACNuB,OAAQq8E,EAAQ,GAAMA,EAAQ,GAC9Bt8E,MAAOs8E,EAAQ,GAAMA,EAAQ,GAE/B,EAEArD,sBAAuB,WAEtB,GAAMhsF,KAAK2rF,8BAA8B3pF,OAQzC,IAJA,IAAIwtF,EACH/9E,EAAI,EACJqmB,EAAU93B,KAAK6mD,QAAU7mD,KAAK83B,QAEvBrmB,EAAIzR,KAAK2rF,8BAA8B3pF,OAAQyP,IAEtD+9E,EAAOxvF,KAAK2rF,8BAA+Bl6E,GAIrCzR,KAAKyvF,kBACVzvF,KAAKyvF,gBAAkBzvF,KAAKovF,gCAAiCI,IAG9DA,EAAKj7E,IAAK,CACTvB,OAAU8kB,EAAQ9kB,SAAWhT,KAAKyvF,gBAAgBz8E,QAAY,EAC9DD,MAAS+kB,EAAQ/kB,QAAU/S,KAAKyvF,gBAAgB18E,OAAW,GAK9D,EAEAm6E,aAAc,WAEb,IAAI91D,EAAKp3B,KAAK83B,QAASgM,EAAI9jC,KAAKc,QAChCd,KAAK0vF,cAAgBt4D,EAAG83B,SAEnBlvD,KAAKkpF,SAETlpF,KAAK6mD,OAAS7mD,KAAK6mD,QAAUvmD,EAAG,eAAgBiU,IAAK,CAAE+M,SAAU,WAEjEthB,KAAKksD,UAAWlsD,KAAK6mD,OAAQ7mD,KAAKkpF,SAClClpF,KAAK6mD,OAAOtyC,IAAK,CAChBxB,MAAO/S,KAAK83B,QAAQqP,aACpBn0B,OAAQhT,KAAK83B,QAAQsK,cACrBlhB,SAAU,WACVE,KAAMphB,KAAK0vF,cAActuE,KAAO,KAChCD,IAAKnhB,KAAK0vF,cAAcvuE,IAAM,KAC9B85C,SAAUn3B,EAAEm3B,SAGbj7D,KAAK6mD,OACHlnB,SAAU,QACVyyB,oBAGFpyD,KAAK6mD,OAAS7mD,KAAK83B,OAGrB,EAEAm0C,QAAS,CACRt3D,EAAG,SAAUsR,EAAOvT,GACnB,MAAO,CAAEK,MAAO/S,KAAKmtF,aAAap6E,MAAQL,EAC3C,EACAC,EAAG,SAAUsT,EAAOvT,GACnB,IAAIi9E,EAAK3vF,KAAKmtF,aACd,MAAO,CAAE/rE,KADwBphB,KAAK8mF,iBACpB1lE,KAAO1O,EAAIK,MAAO48E,EAAG58E,MAAQL,EAChD,EACA2D,EAAG,SAAU4P,EAAOvT,EAAIL,GACvB,IAAIs9E,EAAK3vF,KAAKmtF,aACd,MAAO,CAAEhsE,IADwBnhB,KAAK8mF,iBACrB3lE,IAAM9O,EAAIW,OAAQ28E,EAAG38E,OAASX,EAChD,EACAiN,EAAG,SAAU2G,EAAOvT,EAAIL,GACvB,MAAO,CAAEW,OAAQhT,KAAKmtF,aAAan6E,OAASX,EAC7C,EACAm6E,GAAI,SAAUvmE,EAAOvT,EAAIL,GACxB,OAAO/R,EAAEy2B,OAAQ/2B,KAAKisE,QAAQ3sD,EAAE5E,MAAO1a,KAAM6K,WAC5C7K,KAAKisE,QAAQt3D,EAAE+F,MAAO1a,KAAM,CAAEimB,EAAOvT,EAAIL,IAC3C,EACAo6E,GAAI,SAAUxmE,EAAOvT,EAAIL,GACxB,OAAO/R,EAAEy2B,OAAQ/2B,KAAKisE,QAAQ3sD,EAAE5E,MAAO1a,KAAM6K,WAC5C7K,KAAKisE,QAAQt5D,EAAE+H,MAAO1a,KAAM,CAAEimB,EAAOvT,EAAIL,IAC3C,EACAq6E,GAAI,SAAUzmE,EAAOvT,EAAIL,GACxB,OAAO/R,EAAEy2B,OAAQ/2B,KAAKisE,QAAQ51D,EAAEqE,MAAO1a,KAAM6K,WAC5C7K,KAAKisE,QAAQt3D,EAAE+F,MAAO1a,KAAM,CAAEimB,EAAOvT,EAAIL,IAC3C,EACAs6E,GAAI,SAAU1mE,EAAOvT,EAAIL,GACxB,OAAO/R,EAAEy2B,OAAQ/2B,KAAKisE,QAAQ51D,EAAEqE,MAAO1a,KAAM6K,WAC5C7K,KAAKisE,QAAQt5D,EAAE+H,MAAO1a,KAAM,CAAEimB,EAAOvT,EAAIL,IAC3C,GAGDi7E,WAAY,SAAUj3E,EAAG4P,GACxB3lB,EAAEonD,GAAGtrC,OAAOzb,KAAMX,KAAMqW,EAAG,CAAE4P,EAAOjmB,KAAK0nD,OAC9B,WAANrxC,GACJrW,KAAKwhC,SAAUnrB,EAAG4P,EAAOjmB,KAAK0nD,KAEhC,EAEArrC,QAAS,CAAC,EAEVqrC,GAAI,WACH,MAAO,CACNgkC,gBAAiB1rF,KAAK0rF,gBACtB5zD,QAAS93B,KAAK83B,QACd+uB,OAAQ7mD,KAAK6mD,OACb3lC,SAAUlhB,KAAKkhB,SACfxN,KAAM1T,KAAK0T,KACXy5E,aAAcntF,KAAKmtF,aACnBrG,iBAAkB9mF,KAAK8mF,iBAEzB,IAQDxmF,EAAEonD,GAAGtrC,OAAOie,IAAK,YAAa,UAAW,CAExC7e,KAAM,SAAUyK,GACf,IAAI4kC,EAAOvqD,EAAGN,MAAO4rF,UAAW,YAC/B9nD,EAAI+mB,EAAK/pD,QACTgtF,EAAKjjC,EAAK8gC,8BACVoC,EAAOD,EAAG9rF,QAAU,YAAgBinC,KAAM6kD,EAAI,GAAItsC,UAClDwsC,EAAWD,GAAQljC,EAAKqf,WAAY4jB,EAAI,GAAK,QAAW,EAAIjjC,EAAKuiC,SAASp6E,OAC1Ei7E,EAAWF,EAAO,EAAIljC,EAAKuiC,SAASr6E,MACpC6K,EAAQ,CACP7K,MAAS83C,EAAKn3C,KAAKX,MAAQk7E,EAC3Bj7E,OAAU63C,EAAKn3C,KAAKV,OAASg7E,GAE9B5sE,EAASzB,WAAYkrC,EAAK/yB,QAAQvjB,IAAK,UACpCs2C,EAAK3pC,SAASE,KAAOypC,EAAKi8B,iBAAiB1lE,OAAY,KAC1DD,EAAQxB,WAAYkrC,EAAK/yB,QAAQvjB,IAAK,SACnCs2C,EAAK3pC,SAASC,IAAM0pC,EAAKi8B,iBAAiB3lE,MAAW,KAEzD0pC,EAAK/yB,QAAQgiC,QACZx5D,EAAEy2B,OAAQnZ,EAAOuD,GAAOC,EAAO,CAAED,IAAKA,EAAKC,KAAMA,GAAS,CAAC,GAAK,CAC/DksC,SAAUxpB,EAAEinD,gBACZt9B,OAAQ3pB,EAAEknD,cACVtmD,KAAM,WAEL,IAAIrhC,EAAO,CACV0P,MAAO4M,WAAYkrC,EAAK/yB,QAAQvjB,IAAK,UACrCvB,OAAQ2M,WAAYkrC,EAAK/yB,QAAQvjB,IAAK,WACtC4M,IAAKxB,WAAYkrC,EAAK/yB,QAAQvjB,IAAK,QACnC6M,KAAMzB,WAAYkrC,EAAK/yB,QAAQvjB,IAAK,UAGhCu5E,GAAMA,EAAG9rF,QACb1B,EAAGwtF,EAAI,IAAMv5E,IAAK,CAAExB,MAAO1P,EAAK0P,MAAOC,OAAQ3P,EAAK2P,SAIrD63C,EAAK+iC,aAAcvqF,GACnBwnD,EAAKyiC,WAAY,SAAUrnE,EAE5B,GAGH,IAID3lB,EAAEonD,GAAGtrC,OAAOie,IAAK,YAAa,cAAe,CAE5CuL,MAAO,WACN,IAAI9N,EAASzX,EAAGsoE,EAAIhlC,EAAIwrC,EAAIp8E,EAAOC,EAClC63C,EAAOvqD,EAAGN,MAAO4rF,UAAW,YAC5B9nD,EAAI+mB,EAAK/pD,QACTs2B,EAAKyzB,EAAK/yB,QACV83D,EAAK9rD,EAAE+gD,YACP2D,EAAOoH,aAActvF,EACpBsvF,EAAG9nE,IAAK,GACN,SAASmhB,KAAM2mD,GAASx4D,EAAG9gB,SAASwR,IAAK,GAAM8nE,EAE7CpH,IAIN39B,EAAKl7B,iBAAmBrvB,EAAGkoF,GAEtB,WAAWv/C,KAAM2mD,IAAQA,IAAOrmF,UACpCshD,EAAKglC,gBAAkB,CACtBzuE,KAAM,EACND,IAAK,GAEN0pC,EAAKilC,kBAAoB,CACxB1uE,KAAM,EACND,IAAK,GAGN0pC,EAAKklC,WAAa,CACjBj4D,QAASx3B,EAAGiJ,UACZ6X,KAAM,EACND,IAAK,EACLpO,MAAOzS,EAAGiJ,UAAWwJ,QACrBC,OAAQ1S,EAAGiJ,UAAWyJ,UAAYzJ,SAAS5B,KAAKm5C,WAAWgO,gBAG5Dh3B,EAAUx3B,EAAGkoF,GACbnoE,EAAI,GACJ/f,EAAG,CAAE,MAAO,QAAS,OAAQ,WAAaD,MAAM,SAAUoR,EAAGhG,GAC5D4U,EAAG5O,GAAMo5C,EAAK0gC,KAAMzzD,EAAQvjB,IAAK,UAAY9I,GAC9C,IAEAo/C,EAAKglC,gBAAkB/3D,EAAQo3B,SAC/BrE,EAAKilC,kBAAoBh4D,EAAQ5W,WACjC2pC,EAAKmlC,cAAgB,CACpBh9E,OAAU8kB,EAAQ8lC,cAAgBv9C,EAAG,GACrCtN,MAAS+kB,EAAQ+lC,aAAex9C,EAAG,IAGpCsoE,EAAK99B,EAAKglC,gBACVlsC,EAAKkH,EAAKmlC,cAAch9E,OACxBm8E,EAAKtkC,EAAKmlC,cAAcj9E,MACxBA,EAAU83C,EAAKqf,WAAYse,EAAI,QAAWA,EAAGx4D,YAAcm/D,EAC3Dn8E,EAAW63C,EAAKqf,WAAYse,GAAOA,EAAG15B,aAAenL,EAErDkH,EAAKklC,WAAa,CACjBj4D,QAAS0wD,EACTpnE,KAAMunE,EAAGvnE,KACTD,IAAKwnE,EAAGxnE,IACRpO,MAAOA,EACPC,OAAQA,IAGX,EAEAomB,OAAQ,SAAUnT,GACjB,IAAIgqE,EAAOC,EAAOC,EAAUC,EAC3BvlC,EAAOvqD,EAAGN,MAAO4rF,UAAW,YAC5B9nD,EAAI+mB,EAAK/pD,QACT6nF,EAAK99B,EAAKglC,gBACVQ,EAAKxlC,EAAK3pC,SACVovE,EAASzlC,EAAK4gC,cAAgBxlE,EAAMinD,SACpCqjB,EAAM,CACLpvE,IAAK,EACLC,KAAM,GAEPonE,EAAK39B,EAAKl7B,iBACV6gE,GAAiB,EAEbhI,EAAI,KAAQj/E,UAAY,SAAa0/B,KAAMu/C,EAAGj0E,IAAK,eACvDg8E,EAAM5H,GAGF0H,EAAGjvE,MAASypC,EAAKq+B,QAAUP,EAAGvnE,KAAO,KACzCypC,EAAKn3C,KAAKX,MAAQ83C,EAAKn3C,KAAKX,OACzB83C,EAAKq+B,QACJr+B,EAAK3pC,SAASE,KAAOunE,EAAGvnE,KACxBypC,EAAK3pC,SAASE,KAAOmvE,EAAInvE,MAExBkvE,IACJzlC,EAAKn3C,KAAKV,OAAS63C,EAAKn3C,KAAKX,MAAQ83C,EAAKogC,YAC1CuF,GAAiB,GAElB3lC,EAAK3pC,SAASE,KAAO0iB,EAAE+iB,OAAS8hC,EAAGvnE,KAAO,GAGtCivE,EAAGlvE,KAAQ0pC,EAAKq+B,QAAUP,EAAGxnE,IAAM,KACvC0pC,EAAKn3C,KAAKV,OAAS63C,EAAKn3C,KAAKV,QAC1B63C,EAAKq+B,QACJr+B,EAAK3pC,SAASC,IAAMwnE,EAAGxnE,IACzB0pC,EAAK3pC,SAASC,KAEXmvE,IACJzlC,EAAKn3C,KAAKX,MAAQ83C,EAAKn3C,KAAKV,OAAS63C,EAAKogC,YAC1CuF,GAAiB,GAElB3lC,EAAK3pC,SAASC,IAAM0pC,EAAKq+B,QAAUP,EAAGxnE,IAAM,GAG7CgvE,EAAWtlC,EAAKl7B,iBAAiB7H,IAAK,KAAQ+iC,EAAK/yB,QAAQxhB,SAASwR,IAAK,GACzEsoE,EAAmB,oBAAoBnnD,KAAM4hB,EAAKl7B,iBAAiBpb,IAAK,aAEnE47E,GAAYC,GAChBvlC,EAAKqE,OAAO9tC,KAAOypC,EAAKklC,WAAW3uE,KAAOypC,EAAK3pC,SAASE,KACxDypC,EAAKqE,OAAO/tC,IAAM0pC,EAAKklC,WAAW5uE,IAAM0pC,EAAK3pC,SAASC,MAEtD0pC,EAAKqE,OAAO9tC,KAAOypC,EAAK/yB,QAAQo3B,SAAS9tC,KACzCypC,EAAKqE,OAAO/tC,IAAM0pC,EAAK/yB,QAAQo3B,SAAS/tC,KAGzC8uE,EAAQr/E,KAAK0B,IAAKu4C,EAAKuiC,SAASr6E,OAC7B83C,EAAKq+B,QACNr+B,EAAKqE,OAAO9tC,KAAOmvE,EAAInvE,KACrBypC,EAAKqE,OAAO9tC,KAAOunE,EAAGvnE,OAE1B8uE,EAAQt/E,KAAK0B,IAAKu4C,EAAKuiC,SAASp6E,QAC7B63C,EAAKq+B,QACNr+B,EAAKqE,OAAO/tC,IAAMovE,EAAIpvE,IACpB0pC,EAAKqE,OAAO/tC,IAAMwnE,EAAGxnE,MAEpB8uE,EAAQplC,EAAKn3C,KAAKX,OAAS83C,EAAKklC,WAAWh9E,QAC/C83C,EAAKn3C,KAAKX,MAAQ83C,EAAKklC,WAAWh9E,MAAQk9E,EACrCK,IACJzlC,EAAKn3C,KAAKV,OAAS63C,EAAKn3C,KAAKX,MAAQ83C,EAAKogC,YAC1CuF,GAAiB,IAIdN,EAAQrlC,EAAKn3C,KAAKV,QAAU63C,EAAKklC,WAAW/8E,SAChD63C,EAAKn3C,KAAKV,OAAS63C,EAAKklC,WAAW/8E,OAASk9E,EACvCI,IACJzlC,EAAKn3C,KAAKX,MAAQ83C,EAAKn3C,KAAKV,OAAS63C,EAAKogC,YAC1CuF,GAAiB,IAIbA,IACL3lC,EAAK3pC,SAASE,KAAOypC,EAAKqjC,aAAa9sE,KACvCypC,EAAK3pC,SAASC,IAAM0pC,EAAKqjC,aAAa/sE,IACtC0pC,EAAKn3C,KAAKX,MAAQ83C,EAAKsjC,SAASp7E,MAChC83C,EAAKn3C,KAAKV,OAAS63C,EAAKsjC,SAASn7E,OAEnC,EAEAwI,KAAM,WACL,IAAIqvC,EAAOvqD,EAAGN,MAAO4rF,UAAW,YAC/B9nD,EAAI+mB,EAAK/pD,QACT6nF,EAAK99B,EAAKglC,gBACVU,EAAM1lC,EAAKilC,kBACXtH,EAAK39B,EAAKl7B,iBACVk3B,EAASvmD,EAAGuqD,EAAKhE,QACjB4pC,EAAK5pC,EAAOqI,SACZv8C,EAAIk0C,EAAO1f,aAAe0jB,EAAKuiC,SAASr6E,MACxCukB,EAAIuvB,EAAOzkB,cAAgByoB,EAAKuiC,SAASp6E,OAErC63C,EAAKq+B,UAAYplD,EAAEg2B,SAAW,WAAe7wB,KAAMu/C,EAAGj0E,IAAK,cAC/DjU,EAAGN,MAAOuU,IAAK,CACd6M,KAAMqvE,EAAGrvE,KAAOmvE,EAAInvE,KAAOunE,EAAGvnE,KAC9BrO,MAAOJ,EACPK,OAAQskB,IAILuzB,EAAKq+B,UAAYplD,EAAEg2B,SAAW,SAAa7wB,KAAMu/C,EAAGj0E,IAAK,cAC7DjU,EAAGN,MAAOuU,IAAK,CACd6M,KAAMqvE,EAAGrvE,KAAOmvE,EAAInvE,KAAOunE,EAAGvnE,KAC9BrO,MAAOJ,EACPK,OAAQskB,GAGX,IAGDh3B,EAAEonD,GAAGtrC,OAAOie,IAAK,YAAa,aAAc,CAE3CuL,MAAO,WACN,IACC9B,EADUxjC,EAAGN,MAAO4rF,UAAW,YACtB9qF,QAEVR,EAAGwjC,EAAEgnD,YAAazqF,MAAM,WACvB,IAAI+2B,EAAK92B,EAAGN,MACZo3B,EAAG/zB,KAAM,0BAA2B,CACnC0P,MAAO4M,WAAYyX,EAAG7iB,IAAK,UAAavB,OAAQ2M,WAAYyX,EAAG7iB,IAAK,WACpE6M,KAAMzB,WAAYyX,EAAG7iB,IAAK,SAAY4M,IAAKxB,WAAYyX,EAAG7iB,IAAK,SAEjE,GACD,EAEA6kB,OAAQ,SAAUnT,EAAOyhC,GACxB,IAAImD,EAAOvqD,EAAGN,MAAO4rF,UAAW,YAC/B9nD,EAAI+mB,EAAK/pD,QACT4vF,EAAK7lC,EAAKsiC,aACVwD,EAAK9lC,EAAKi8B,iBACV8J,EAAQ,CACP59E,OAAU63C,EAAKn3C,KAAKV,OAAS09E,EAAG19E,QAAY,EAC5CD,MAAS83C,EAAKn3C,KAAKX,MAAQ29E,EAAG39E,OAAW,EACzCoO,IAAO0pC,EAAK3pC,SAASC,IAAMwvE,EAAGxvE,KAAS,EACvCC,KAAQypC,EAAK3pC,SAASE,KAAOuvE,EAAGvvE,MAAU,GAG3C9gB,EAAGwjC,EAAEgnD,YAAazqF,MAAM,WACvB,IAAI+2B,EAAK92B,EAAGN,MAAQ4lC,EAAQtlC,EAAGN,MAAOqD,KAAM,2BAA6Bua,EAAQ,CAAC,EACjFrJ,EAAM6iB,EAAGqsC,QAAS/b,EAAGgkC,gBAAiB,IAAM1pF,OAC1C,CAAE,QAAS,UACX,CAAE,QAAS,SAAU,MAAO,QAE/B1B,EAAED,KAAMkU,GAAK,SAAU9C,EAAGwE,GACzB,IAAI46E,GAAQjrD,EAAO3vB,IAAU,IAAQ26E,EAAO36E,IAAU,GACjD46E,GAAOA,GAAO,IAClBjzE,EAAO3H,GAAS46E,GAAO,KAEzB,IAEAz5D,EAAG7iB,IAAKqJ,EACT,GACF,EAEApC,KAAM,WACLlb,EAAGN,MAAOgrD,WAAY,0BACvB,IAGD1qD,EAAEonD,GAAGtrC,OAAOie,IAAK,YAAa,QAAS,CAEtCuL,MAAO,WAEN,IAAIilB,EAAOvqD,EAAGN,MAAO4rF,UAAW,YAAc+D,EAAK9kC,EAAKn3C,KAExDm3C,EAAKsgC,MAAQtgC,EAAK6gC,gBAAgBr4E,QAClCw3C,EAAKsgC,MAAM52E,IAAK,CACf8qD,QAAS,IACT7+B,QAAS,QACTtf,SAAU,WACVlO,OAAQ28E,EAAG38E,OACXD,MAAO48E,EAAG58E,MACVypC,OAAQ,EACRp7B,KAAM,EACND,IAAK,IAGN0pC,EAAKqB,UAAWrB,EAAKsgC,MAAO,uBAIJ,IAAnB7qF,EAAEk6D,cAAwD,iBAAvB3P,EAAK/pD,QAAQqqF,OAGpDtgC,EAAKsgC,MAAMxoF,SAAU3C,KAAKc,QAAQqqF,OAGnCtgC,EAAKsgC,MAAMxrD,SAAUkrB,EAAKhE,OAE3B,EAEAztB,OAAQ,WACP,IAAIyxB,EAAOvqD,EAAGN,MAAO4rF,UAAW,YAC3B/gC,EAAKsgC,OACTtgC,EAAKsgC,MAAM52E,IAAK,CACf2M,SAAU,WACVlO,OAAQ63C,EAAKn3C,KAAKV,OAClBD,MAAO83C,EAAKn3C,KAAKX,OAGpB,EAEAyI,KAAM,WACL,IAAIqvC,EAAOvqD,EAAGN,MAAO4rF,UAAW,YAC3B/gC,EAAKsgC,OAAStgC,EAAKhE,QACvBgE,EAAKhE,OAAO/+B,IAAK,GAAIlG,YAAaipC,EAAKsgC,MAAMrjE,IAAK,GAEpD,IAIDxnB,EAAEonD,GAAGtrC,OAAOie,IAAK,YAAa,OAAQ,CAErCjB,OAAQ,WACP,IAAIq2D,EACH5kC,EAAOvqD,EAAGN,MAAO4rF,UAAW,YAC5B9nD,EAAI+mB,EAAK/pD,QACT6uF,EAAK9kC,EAAKn3C,KACVg9E,EAAK7lC,EAAKsiC,aACVwD,EAAK9lC,EAAKi8B,iBACV1kE,EAAIyoC,EAAK85B,KACTI,EAAyB,iBAAXjhD,EAAEihD,KAAoB,CAAEjhD,EAAEihD,KAAMjhD,EAAEihD,MAASjhD,EAAEihD,KAC3D+L,EAAU/L,EAAM,IAAO,EACvBgM,EAAUhM,EAAM,IAAO,EACvBiM,EAAKpgF,KAAKC,OAAS8+E,EAAG58E,MAAQ29E,EAAG39E,OAAU+9E,GAAUA,EACrDG,EAAKrgF,KAAKC,OAAS8+E,EAAG38E,OAAS09E,EAAG19E,QAAW+9E,GAAUA,EACvDG,EAAWR,EAAG39E,MAAQi+E,EACtBG,EAAYT,EAAG19E,OAASi+E,EACxBG,EAAattD,EAAE/T,UAAc+T,EAAE/T,SAAWmhE,EAC1CG,EAAcvtD,EAAEkiC,WAAeliC,EAAEkiC,UAAYmrB,EAC7CG,EAAaxtD,EAAEwnD,UAAcxnD,EAAEwnD,SAAW4F,EAC1CK,EAAcztD,EAAEunD,WAAevnD,EAAEunD,UAAY8F,EAE9CrtD,EAAEihD,KAAOA,EAEJuM,IACJJ,GAAYJ,GAERS,IACJJ,GAAaJ,GAETK,IACJF,GAAYJ,GAERO,IACJF,GAAaJ,GAGT,aAAa9nD,KAAM7mB,IACvByoC,EAAKn3C,KAAKX,MAAQm+E,EAClBrmC,EAAKn3C,KAAKV,OAASm+E,GACR,SAASloD,KAAM7mB,IAC1ByoC,EAAKn3C,KAAKX,MAAQm+E,EAClBrmC,EAAKn3C,KAAKV,OAASm+E,EACnBtmC,EAAK3pC,SAASC,IAAMwvE,EAAGxvE,IAAM8vE,GAClB,SAAShoD,KAAM7mB,IAC1ByoC,EAAKn3C,KAAKX,MAAQm+E,EAClBrmC,EAAKn3C,KAAKV,OAASm+E,EACnBtmC,EAAK3pC,SAASE,KAAOuvE,EAAGvvE,KAAO4vE,KAE1BG,EAAYJ,GAAS,GAAKG,EAAWJ,GAAS,KAClDrB,EAAkB5kC,EAAKukC,gCAAiCpvF,OAGpDmxF,EAAYJ,EAAQ,GACxBlmC,EAAKn3C,KAAKV,OAASm+E,EACnBtmC,EAAK3pC,SAASC,IAAMwvE,EAAGxvE,IAAM8vE,IAE7BE,EAAYJ,EAAQtB,EAAgBz8E,OACpC63C,EAAKn3C,KAAKV,OAASm+E,EACnBtmC,EAAK3pC,SAASC,IAAMwvE,EAAGxvE,IAAMuvE,EAAG19E,OAASm+E,GAErCD,EAAWJ,EAAQ,GACvBjmC,EAAKn3C,KAAKX,MAAQm+E,EAClBrmC,EAAK3pC,SAASE,KAAOuvE,EAAGvvE,KAAO4vE,IAE/BE,EAAWJ,EAAQrB,EAAgB18E,MACnC83C,EAAKn3C,KAAKX,MAAQm+E,EAClBrmC,EAAK3pC,SAASE,KAAOuvE,EAAGvvE,KAAOsvE,EAAG39E,MAAQm+E,GAG7C,IAIsB5wF,EAAEonD,GAAGkkC,UAsB5BtrF,EAAE6iC,OAAQ,YAAa,CACtBxa,QAAS,SACT7nB,QAAS,CACR6+B,SAAU,OACV6xD,UAAU,EACV5mF,QAAS,GACTsM,QAAS,CACR,YAAa,gBACb,qBAAsB,iBAEvBK,eAAe,EACf83D,UAAW,QACXwZ,WAAW,EACX5oF,KAAM,KACN+S,OAAQ,OACRgzD,UAAW,KACXj2C,SAAU,KACVs7D,UAAW,IACXC,SAAU,IACVhhF,OAAO,EACP4W,SAAU,CACTwvC,GAAI,SACJpiB,GAAI,SACJ8gB,GAAIjrD,OACJyrD,UAAW,MAGXM,MAAO,SAAU3xC,GAChB,IAAIkzE,EAAYnxF,EAAGN,MAAOuU,IAAKgK,GAAM2wC,SAAS/tC,IACzCswE,EAAY,GAChBnxF,EAAGN,MAAOuU,IAAK,MAAOgK,EAAI4C,IAAMswE,EAElC,GAED7F,WAAW,EACXvqF,KAAM,KACNgJ,MAAO,KACP0I,MAAO,IAGP2+E,YAAa,KACbj6E,MAAO,KACPmuE,KAAM,KACN2B,UAAW,KACXS,SAAU,KACVn5D,MAAO,KACPuF,KAAM,KACNgF,OAAQ,KACRu4D,YAAa,KACbC,WAAY,MAGbC,mBAAoB,CACnBjnF,SAAS,EACToI,QAAQ,EACRgzD,WAAW,EACXj2C,UAAU,EACVs7D,WAAW,EACXC,UAAU,EACVv4E,OAAO,GAGR++E,wBAAyB,CACxB9rB,WAAW,EACXj2C,UAAU,EACVs7D,WAAW,EACXC,UAAU,GAGXhrD,QAAS,WACRtgC,KAAKugC,YAAc,CAClBC,QAASxgC,KAAK83B,QAAS,GAAIla,MAAM4iB,QACjCztB,MAAO/S,KAAK83B,QAAS,GAAIla,MAAM7K,MAC/Bs4E,UAAWrrF,KAAK83B,QAAS,GAAIla,MAAMytE,UACnCrlB,UAAWhmE,KAAK83B,QAAS,GAAIla,MAAMooD,UACnChzD,OAAQhT,KAAK83B,QAAS,GAAIla,MAAM5K,QAEjChT,KAAK8mF,iBAAmB,CACvBxwE,OAAQtW,KAAK83B,QAAQxhB,SACrBkxB,MAAOxnC,KAAK83B,QAAQxhB,SAASC,WAAWixB,MAAOxnC,KAAK83B,UAErD93B,KAAKygC,cAAgBzgC,KAAK83B,QAAQ/hB,KAAM,SACb,MAAtB/V,KAAKc,QAAQuJ,OAAuC,MAAtBrK,KAAKygC,gBACvCzgC,KAAKc,QAAQuJ,MAAQrK,KAAKygC,eAItBzgC,KAAKc,QAAQipD,WACjB/pD,KAAKc,QAAQipD,UAAW,GAGzB/pD,KAAK+xF,iBAEL/xF,KAAK83B,QACHz2B,OACAy/B,WAAY,SACZnB,SAAU3/B,KAAKgyF,UAEjBhyF,KAAKksD,UAAW,oBAAqB,qBAErClsD,KAAKiyF,kBACLjyF,KAAKkyF,oBAEAlyF,KAAKc,QAAQ+nF,WAAavoF,EAAEkM,GAAGq8E,WACnC7oF,KAAKmyF,iBAEDnyF,KAAKc,QAAQ8qF,WAAatrF,EAAEkM,GAAGo/E,WACnC5rF,KAAKoyF,iBAGNpyF,KAAKqyF,SAAU,EAEfryF,KAAKsyF,aACN,EAEA/wD,MAAO,WACDvhC,KAAKc,QAAQ0wF,UACjBxxF,KAAKo0B,MAEP,EAEA+3C,UAAW,WACV,IAAIr0C,EAAU93B,KAAKc,QAAQ6+B,SAC3B,OAAK7H,IAAaA,EAAQ6xB,QAAU7xB,EAAQgoB,UACpCx/C,EAAGw3B,GAEJ93B,KAAKuJ,SAASxH,KAAM+1B,GAAW,QAAS0rC,GAAI,EACpD,EAEA1Y,SAAU,WACT,IAAI1Z,EACH01C,EAAmB9mF,KAAK8mF,iBAEzB9mF,KAAKuyF,mBACLvyF,KAAKwiC,kBAELxiC,KAAK83B,QACHksC,iBACAzvD,IAAKvU,KAAKugC,aAGV9jB,SAEFzc,KAAKgyF,SAASt6E,SAET1X,KAAKygC,eACTzgC,KAAK83B,QAAQ/hB,KAAM,QAAS/V,KAAKygC,gBAGlC2Q,EAAO01C,EAAiBxwE,OAAOC,WAAWitD,GAAIsjB,EAAiBt/C,QAGrDxlC,QAAUovC,EAAM,KAAQpxC,KAAK83B,QAAS,GAC/CsZ,EAAKohD,OAAQxyF,KAAK83B,SAElBgvD,EAAiBxwE,OAAON,OAAQhW,KAAK83B,QAEvC,EAEAqL,OAAQ,WACP,OAAOnjC,KAAKgyF,QACb,EAEAj6D,QAASz3B,EAAEmnD,KACXzuB,OAAQ14B,EAAEmnD,KAEVhwC,MAAO,SAAUwO,GAChB,IAAI4kC,EAAO7qD,KAELA,KAAKqyF,UAAqD,IAA1CryF,KAAKwhC,SAAU,cAAevb,KAIpDjmB,KAAKqyF,SAAU,EACfryF,KAAKyyF,gBAAkB,KACvBzyF,KAAKwiC,kBACLxiC,KAAKuyF,mBAECvyF,KAAK0yF,OAAOtkF,OAAQ,cAAe1L,QAAS,SAAUV,QAK3D1B,EAAEonD,GAAG88B,SAAUlkF,EAAEonD,GAAG6f,kBAAmBvnE,KAAKuJ,SAAU,KAGvDvJ,KAAK2yF,MAAO3yF,KAAKgyF,SAAUhyF,KAAKc,QAAQb,MAAM,WAC7C4qD,EAAKrpB,SAAU,QAASvb,EACzB,IACD,EAEA2sE,OAAQ,WACP,OAAO5yF,KAAKqyF,OACb,EAEAQ,UAAW,WACV7yF,KAAK8yF,YACN,EAEAA,WAAY,SAAU7sE,EAAOmmB,GAC5B,IAAI2mD,GAAQ,EACXC,EAAWhzF,KAAKgyF,SAAStuB,SAAU,qBAAsB32D,KAAK,WAC7D,OAAQzM,EAAGN,MAAOuU,IAAK,UACxB,IAAIuT,MACJmrE,EAAYriF,KAAKkC,IAAI4H,MAAO,KAAMs4E,GAUnC,OARKC,IAAcjzF,KAAKgyF,SAASz9E,IAAK,aACrCvU,KAAKgyF,SAASz9E,IAAK,UAAW0+E,EAAY,GAC1CF,GAAQ,GAGJA,IAAU3mD,GACdpsC,KAAKwhC,SAAU,QAASvb,GAElB8sE,CACR,EAEA3+D,KAAM,WACL,IAAIy2B,EAAO7qD,KACNA,KAAKqyF,QACJryF,KAAK8yF,cACT9yF,KAAKkzF,kBAKPlzF,KAAKqyF,SAAU,EACfryF,KAAK0yF,OAASpyF,EAAGA,EAAEonD,GAAG6f,kBAAmBvnE,KAAKuJ,SAAU,KAExDvJ,KAAKmzF,QACLnzF,KAAKiuD,YACLjuD,KAAKqhC,iBACLrhC,KAAK8yF,WAAY,MAAM,GAKlB9yF,KAAKsiC,SACTtiC,KAAKsiC,QAAQ/tB,IAAK,UAAWvU,KAAKgyF,SAASz9E,IAAK,WAAc,GAG/DvU,KAAKozF,MAAOpzF,KAAKgyF,SAAUhyF,KAAKc,QAAQO,MAAM,WAC7CwpD,EAAKqoC,iBACLroC,EAAKrpB,SAAU,QAChB,IAKAxhC,KAAKqzF,mBAELrzF,KAAKwhC,SAAU,QAChB,EAEA0xD,eAAgB,WASf,IAAII,EAAWtzF,KAAKyyF,gBACda,IACLA,EAAWtzF,KAAK83B,QAAQ/1B,KAAM,gBAEzBuxF,EAAStxF,SACdsxF,EAAWtzF,KAAK83B,QAAQ/1B,KAAM,cAEzBuxF,EAAStxF,SACdsxF,EAAWtzF,KAAKuzF,mBAAmBxxF,KAAM,cAEpCuxF,EAAStxF,SACdsxF,EAAWtzF,KAAKwzF,sBAAsBplF,OAAQ,cAEzCklF,EAAStxF,SACdsxF,EAAWtzF,KAAKgyF,UAEjBsB,EAAS9vB,GAAI,GAAI9gE,QAAS,QAC3B,EAEA+wF,sBAAuB,WACtB,IAAI14B,EAAgBz6D,EAAEonD,GAAG6f,kBAAmBvnE,KAAKuJ,SAAU,IAC/CvJ,KAAKgyF,SAAU,KAAQj3B,GACjCz6D,EAAEgzC,SAAUtzC,KAAKgyF,SAAU,GAAKj3B,IAEjC/6D,KAAKkzF,gBAEP,EAEAQ,WAAY,SAAUztE,GACrBA,EAAMC,iBACNlmB,KAAKyzF,wBAKLzzF,KAAKwsD,OAAQxsD,KAAKyzF,sBACnB,EAEA1B,eAAgB,WACf/xF,KAAKgyF,SAAW1xF,EAAG,SACjBL,OACA8V,KAAM,CAGN4qB,UAAW,EACXC,KAAM,WAENjB,SAAU3/B,KAAKmsE,aAEjBnsE,KAAKksD,UAAWlsD,KAAKgyF,SAAU,YAAa,wCAC5ChyF,KAAKsqD,IAAKtqD,KAAKgyF,SAAU,CACxB3rB,QAAS,SAAUpgD,GAClB,GAAKjmB,KAAKc,QAAQyW,gBAAkB0O,EAAMgnC,sBAAwBhnC,EAAMib,SACtEjb,EAAMib,UAAY5gC,EAAEonD,GAAGxmB,QAAQyhC,OAGhC,OAFA18C,EAAMC,sBACNlmB,KAAKyX,MAAOwO,GAKb,GAAKA,EAAMib,UAAY5gC,EAAEonD,GAAGxmB,QAAQiiC,MAAOl9C,EAAMgnC,qBAAjD,CAGA,IAAI0mC,EAAY3zF,KAAKgyF,SAASjwF,KAAM,aACnCiuC,EAAQ2jD,EAAU3jD,QAClB6D,EAAO8/C,EAAU9/C,OAEX5tB,EAAMxY,SAAWomC,EAAM,IAAO5tB,EAAMxY,SAAWzN,KAAKgyF,SAAU,IAClE/rE,EAAMinD,SAKKjnD,EAAMxY,SAAWuiC,EAAO,IACpC/pB,EAAMxY,SAAWzN,KAAKgyF,SAAU,KAAS/rE,EAAMinD,WAChDltE,KAAKwsD,QAAQ,WACZ3Y,EAAKnxC,QAAS,QACf,IACAujB,EAAMC,mBATNlmB,KAAKwsD,QAAQ,WACZxc,EAAMttC,QAAS,QAChB,IACAujB,EAAMC,iBAVP,CAkBD,EACAkmD,UAAW,SAAUnmD,GACfjmB,KAAK8yF,WAAY7sE,IACrBjmB,KAAKkzF,gBAEP,IAMKlzF,KAAK83B,QAAQ/1B,KAAM,sBAAuBC,QAC/ChC,KAAKgyF,SAASj8E,KAAM,CACnB,mBAAoB/V,KAAK83B,QAAQ6R,WAAW5zB,KAAM,OAGrD,EAEAk8E,gBAAiB,WAChB,IAAI2B,EAEJ5zF,KAAK6zF,iBAAmBvzF,EAAG,SAC3BN,KAAKksD,UAAWlsD,KAAK6zF,iBACpB,qBAAsB,uCACvB7zF,KAAKsqD,IAAKtqD,KAAK6zF,iBAAkB,CAChCznB,UAAW,SAAUnmD,GAKd3lB,EAAG2lB,EAAMxY,QAASmK,QAAS,8BAGhC5X,KAAKgyF,SAAStvF,QAAS,QAEzB,IAMD1C,KAAKwzF,sBAAwBlzF,EAAG,mCAC9B6M,OAAQ,CACRjC,MAAO5K,EAAG,OAAQgB,KAAMtB,KAAKc,QAAQuuE,WAAYxuE,OACjDkN,KAAM,qBACNqnE,WAAW,IAEXz1C,SAAU3/B,KAAK6zF,kBAEjB7zF,KAAKksD,UAAWlsD,KAAKwzF,sBAAuB,4BAC5CxzF,KAAKsqD,IAAKtqD,KAAKwzF,sBAAuB,CACrCr8E,MAAO,SAAU8O,GAChBA,EAAMC,iBACNlmB,KAAKyX,MAAOwO,EACb,IAGD2tE,EAAgBtzF,EAAG,UAAWqpC,WAAWhI,UAAW3hC,KAAK6zF,kBACzD7zF,KAAKksD,UAAW0nC,EAAe,mBAC/B5zF,KAAK8zF,OAAQF,GAEb5zF,KAAK6zF,iBAAiBlyD,UAAW3hC,KAAKgyF,UAEtChyF,KAAKgyF,SAASj8E,KAAM,CACnB,kBAAmB69E,EAAc79E,KAAM,OAEzC,EAEA+9E,OAAQ,SAAUzpF,GACZrK,KAAKc,QAAQuJ,MACjBA,EAAM/I,KAAMtB,KAAKc,QAAQuJ,OAEzBA,EAAMxJ,KAAM,SAEd,EAEAqxF,kBAAmB,WAClBlyF,KAAKuzF,mBAAqBjzF,EAAG,SAC7BN,KAAKksD,UAAWlsD,KAAKuzF,mBAAoB,uBACxC,wCAEDvzF,KAAK+zF,YAAczzF,EAAG,SACpBq/B,SAAU3/B,KAAKuzF,oBACjBvzF,KAAKksD,UAAWlsD,KAAK+zF,YAAa,uBAElC/zF,KAAKg0F,gBACN,EAEAA,eAAgB,WACf,IAAInpC,EAAO7qD,KACV4K,EAAU5K,KAAKc,QAAQ8J,QAGxB5K,KAAKuzF,mBAAmB77E,SACxB1X,KAAK+zF,YAAYlyD,QAEZvhC,EAAEitD,cAAe3iD,IAAekzB,MAAMC,QAASnzB,KAAcA,EAAQ5I,OACzEhC,KAAK+qD,aAAc/qD,KAAKgyF,SAAU,sBAInC1xF,EAAED,KAAMuK,GAAS,SAAUa,EAAMxG,GAChC,IAAIkS,EAAO88E,EACXhvF,EAAyB,mBAAVA,EACd,CAAEkS,MAAOlS,EAAO3D,KAAMmK,GACtBxG,EAGDA,EAAQ3E,EAAEy2B,OAAQ,CAAE9zB,KAAM,UAAYgC,GAGtCkS,EAAQlS,EAAMkS,MACd88E,EAAgB,CACflmF,KAAM9I,EAAM8I,KACZonE,aAAclwE,EAAMkwE,aACpBC,UAAWnwE,EAAMmwE,UAGjBhR,MAAOn/D,EAAMm/D,MACb9iE,KAAM2D,EAAM3D,aAGN2D,EAAMkS,aACNlS,EAAM8I,YACN9I,EAAMkwE,oBACNlwE,EAAMmwE,iBAGNnwE,EAAMm/D,MACc,kBAAfn/D,EAAM3D,aACV2D,EAAM3D,KAGdhB,EAAG,oBAAqB2E,GACtBkI,OAAQ8mF,GACRt0D,SAAUkrB,EAAKkpC,aACfh8E,GAAI,SAAS,WACbZ,EAAMuD,MAAOmwC,EAAK/yB,QAAS,GAAKjtB,UACjC,GACF,IACA7K,KAAKksD,UAAWlsD,KAAKgyF,SAAU,qBAC/BhyF,KAAKuzF,mBAAmB5zD,SAAU3/B,KAAKgyF,UACxC,EAEAG,eAAgB,WACf,IAAItnC,EAAO7qD,KACVc,EAAUd,KAAKc,QAEhB,SAASozF,EAAYxsC,GACpB,MAAO,CACNxmC,SAAUwmC,EAAGxmC,SACbguC,OAAQxH,EAAGwH,OAEb,CAEAlvD,KAAKgyF,SAASnJ,UAAW,CACxB/4E,OAAQ,gDACRk1E,OAAQ,sBACRH,YAAa,WACbj/C,MAAO,SAAU3f,EAAOyhC,GACvBmD,EAAKqB,UAAW5rD,EAAGN,MAAQ,sBAC3B6qD,EAAKs7B,eACLt7B,EAAKrpB,SAAU,YAAavb,EAAOiuE,EAAYxsC,GAChD,EACAk+B,KAAM,SAAU3/D,EAAOyhC,GACtBmD,EAAKrpB,SAAU,OAAQvb,EAAOiuE,EAAYxsC,GAC3C,EACAlsC,KAAM,SAAUyK,EAAOyhC,GACtB,IAAItmC,EAAOsmC,EAAGwH,OAAO9tC,KAAOypC,EAAKthD,SAAS4lD,aACzChuC,EAAMumC,EAAGwH,OAAO/tC,IAAM0pC,EAAKthD,SAASozC,YAErC77C,EAAQogB,SAAW,CAClBwvC,GAAI,WACJpiB,GAAI,QAAWltB,GAAQ,EAAI,IAAM,IAAOA,EAApC,QACOD,GAAO,EAAI,IAAM,IAAOA,EACnCiuC,GAAIvE,EAAK1mD,QAEV0mD,EAAKE,aAAczqD,EAAGN,MAAQ,sBAC9B6qD,EAAKw7B,iBACLx7B,EAAKrpB,SAAU,WAAYvb,EAAOiuE,EAAYxsC,GAC/C,GAEF,EAEA0qC,eAAgB,WACf,IAAIvnC,EAAO7qD,KACVc,EAAUd,KAAKc,QACfsqF,EAAUtqF,EAAQ8qF,UAIlB1qE,EAAWlhB,KAAKgyF,SAASz9E,IAAK,YAC9B4/E,EAAmC,iBAAZ/I,EACtBA,EACA,sBAEF,SAAS8I,EAAYxsC,GACpB,MAAO,CACNo/B,iBAAkBp/B,EAAGo/B,iBACrBqG,aAAczlC,EAAGylC,aACjBjsE,SAAUwmC,EAAGxmC,SACbxN,KAAMg0C,EAAGh0C,KAEX,CAEA1T,KAAKgyF,SAASpG,UAAW,CACxB97E,OAAQ,qBACR+0E,YAAa,WACbiG,WAAY9qF,KAAK83B,QACjB/H,SAAUjvB,EAAQivB,SAClBi2C,UAAWllE,EAAQklE,UACnBslB,SAAUxqF,EAAQwqF,SAClBD,UAAWrrF,KAAKo0F,aAChBhJ,QAAS+I,EACTvuD,MAAO,SAAU3f,EAAOyhC,GACvBmD,EAAKqB,UAAW5rD,EAAGN,MAAQ,sBAC3B6qD,EAAKs7B,eACLt7B,EAAKrpB,SAAU,cAAevb,EAAOiuE,EAAYxsC,GAClD,EACAtuB,OAAQ,SAAUnT,EAAOyhC,GACxBmD,EAAKrpB,SAAU,SAAUvb,EAAOiuE,EAAYxsC,GAC7C,EACAlsC,KAAM,SAAUyK,EAAOyhC,GACtB,IAAIwH,EAASrE,EAAKmnC,SAAS9iC,SAC1B9tC,EAAO8tC,EAAO9tC,KAAOypC,EAAKthD,SAAS4lD,aACnChuC,EAAM+tC,EAAO/tC,IAAM0pC,EAAKthD,SAASozC,YAElC77C,EAAQkS,OAAS63C,EAAKmnC,SAASh/E,SAC/BlS,EAAQiS,MAAQ83C,EAAKmnC,SAASj/E,QAC9BjS,EAAQogB,SAAW,CAClBwvC,GAAI,WACJpiB,GAAI,QAAWltB,GAAQ,EAAI,IAAM,IAAOA,EAApC,QACOD,GAAO,EAAI,IAAM,IAAOA,EACnCiuC,GAAIvE,EAAK1mD,QAEV0mD,EAAKE,aAAczqD,EAAGN,MAAQ,sBAC9B6qD,EAAKw7B,iBACLx7B,EAAKrpB,SAAU,aAAcvb,EAAOiuE,EAAYxsC,GACjD,IAECnzC,IAAK,WAAY2M,EACpB,EAEAoxE,YAAa,WACZtyF,KAAKsqD,IAAKtqD,KAAKmjC,SAAU,CACxB0pB,QAAS,SAAU5mC,GAClBjmB,KAAKqzF,mBACLrzF,KAAKyyF,gBAAkBnyF,EAAG2lB,EAAMxY,OACjC,GAEF,EAEA4lF,iBAAkB,WACjBrzF,KAAKuyF,mBACLvyF,KAAKq0F,qBAAqBzkD,QAAS5vC,KACpC,EAEAuyF,iBAAkB,WACjB,IAAI9wB,EAAYzhE,KAAKq0F,qBACpBp0D,EAAS3/B,EAAE0rD,QAAShsD,KAAMyhE,IACV,IAAZxhC,GACJwhC,EAAUrzB,OAAQnO,EAAQ,EAE5B,EAEAo0D,mBAAoB,WACnB,IAAI5yB,EAAYzhE,KAAKuJ,SAASlG,KAAM,uBAKpC,OAJMo+D,IACLA,EAAY,GACZzhE,KAAKuJ,SAASlG,KAAM,sBAAuBo+D,IAErCA,CACR,EAEA2yB,WAAY,WACX,IAAItzF,EAAUd,KAAKc,QAEnB,MAA0B,SAAnBA,EAAQkS,OACdlS,EAAQuqF,UACRz6E,KAAK0E,IAAKxU,EAAQuqF,UAAWvqF,EAAQkS,OACvC,EAEAi7C,UAAW,WAGV,IAAImY,EAAYpmE,KAAKgyF,SAAS7rE,GAAI,YAC5BigD,GACLpmE,KAAKgyF,SAAS3wF,OAEfrB,KAAKgyF,SAAS9wE,SAAUlhB,KAAKc,QAAQogB,UAC/BklD,GACLpmE,KAAKgyF,SAAS/xF,MAEhB,EAEAmhC,YAAa,SAAUtgC,GACtB,IAAI+pD,EAAO7qD,KACVo5B,GAAS,EACTk7D,EAAmB,CAAC,EAErBh0F,EAAED,KAAMS,GAAS,SAAU+C,EAAKG,GAC/B6mD,EAAKppB,WAAY59B,EAAKG,GAEjBH,KAAOgnD,EAAKgnC,qBAChBz4D,GAAS,GAELv1B,KAAOgnD,EAAKinC,0BAChBwC,EAAkBzwF,GAAQG,EAE5B,IAEKo1B,IACJp5B,KAAKmzF,QACLnzF,KAAKiuD,aAEDjuD,KAAKgyF,SAAS7rE,GAAI,wBACtBnmB,KAAKgyF,SAASpG,UAAW,SAAU0I,EAErC,EAEA7yD,WAAY,SAAU59B,EAAKG,GAC1B,IAAIuwF,EAAaC,EAChBxC,EAAWhyF,KAAKgyF,SAEJ,aAARnuF,IAIL7D,KAAKu+C,OAAQ16C,EAAKG,GAEL,aAARH,GACJ7D,KAAKgyF,SAASryD,SAAU3/B,KAAKmsE,aAGjB,YAARtoE,GACJ7D,KAAKg0F,iBAGO,cAARnwF,GACJ7D,KAAKwzF,sBAAsBrmF,OAAQ,CAGlCjC,MAAO5K,EAAG,OAAQgB,KAAM,GAAKtB,KAAKc,QAAQuuE,WAAYxuE,SAI3C,cAARgD,KACJ0wF,EAAcvC,EAAS7rE,GAAI,0BACNniB,GACpBguF,EAASnJ,UAAW,YAGf0L,GAAevwF,GACpBhE,KAAKmyF,kBAIM,aAARtuF,GACJ7D,KAAKiuD,YAGO,cAARpqD,KAGJ2wF,EAAcxC,EAAS7rE,GAAI,0BACNniB,GACpBguF,EAASpG,UAAW,WAIhB4I,GAAgC,iBAAVxwF,GAC1BguF,EAASpG,UAAW,SAAU,UAAW5nF,GAIpCwwF,IAAyB,IAAVxwF,GACpBhE,KAAKoyF,kBAIM,UAARvuF,GACJ7D,KAAK8zF,OAAQ9zF,KAAK6zF,iBAAiB9xF,KAAM,qBAE3C,EAEAoxF,MAAO,WAIN,IAAIsB,EAAkBC,EAAkBC,EACvC7zF,EAAUd,KAAKc,QAGhBd,KAAK83B,QAAQz2B,OAAOkT,IAAK,CACxBxB,MAAO,OACPs4E,UAAW,EACXrlB,UAAW,OACXhzD,OAAQ,IAGJlS,EAAQwqF,SAAWxqF,EAAQiS,QAC/BjS,EAAQiS,MAAQjS,EAAQwqF,UAKzBmJ,EAAmBz0F,KAAKgyF,SAASz9E,IAAK,CACrCvB,OAAQ,OACRD,MAAOjS,EAAQiS,QAEdqvB,cACFsyD,EAAmB9jF,KAAKkC,IAAK,EAAGhS,EAAQuqF,UAAYoJ,GACpDE,EAAgD,iBAAtB7zF,EAAQklE,UACjCp1D,KAAKkC,IAAK,EAAGhS,EAAQklE,UAAYyuB,GACjC,OAEuB,SAAnB3zF,EAAQkS,OACZhT,KAAK83B,QAAQvjB,IAAK,CACjB82E,UAAWqJ,EACX1uB,UAAW2uB,EACX3hF,OAAQ,SAGThT,KAAK83B,QAAQ9kB,OAAQpC,KAAKkC,IAAK,EAAGhS,EAAQkS,OAASyhF,IAG/Cz0F,KAAKgyF,SAAS7rE,GAAI,wBACtBnmB,KAAKgyF,SAASpG,UAAW,SAAU,YAAa5rF,KAAKo0F,aAEvD,EAEAjO,aAAc,WACbnmF,KAAKomF,aAAepmF,KAAKuJ,SAASxH,KAAM,UAAWgL,KAAK,WACvD,IAAI4M,EAASrZ,EAAGN,MAEhB,OAAOM,EAAG,SACRiU,IAAK,CACL2M,SAAU,WACVnO,MAAO4G,EAAOwtB,aACdn0B,OAAQ2G,EAAOyoB,gBAEfzC,SAAUhmB,EAAOrD,UACjB44C,OAAQv1C,EAAOu1C,UAAY,EAC9B,GACD,EAEAm3B,eAAgB,WACVrmF,KAAKomF,eACTpmF,KAAKomF,aAAa1uE,gBACX1X,KAAKomF,aAEd,EAEAwO,kBAAmB,SAAU3uE,GAC5B,QAAK3lB,EAAG2lB,EAAMxY,QAASmK,QAAS,cAAe5V,UAMtC1B,EAAG2lB,EAAMxY,QAASmK,QAAS,kBAAmB5V,MACxD,EAEAq/B,eAAgB,WACf,GAAMrhC,KAAKc,QAAQwJ,MAAnB,CAIA,IAAIuqF,EAAUv0F,EAAEkM,GAAGm9C,OAAO6zB,UAAW,EAAG,GAIpCsX,GAAY,EAChB90F,KAAKwsD,QAAQ,WACZsoC,GAAY,CACb,IAEM90F,KAAKuJ,SAASlG,KAAM,uBAKzBrD,KAAKuJ,SAASwO,GAAI,oBAAqB,SAAUkO,GAChD,IAAK6uE,EAAL,CAIA,IAAItiD,EAAWxyC,KAAKq0F,qBAAsB,GACpC7hD,EAASoiD,kBAAmB3uE,KACjCA,EAAMC,iBACNssB,EAAS0gD,iBAUQ,SAAZ2B,GAAkC,SAAZA,GAAkC,SAAZA,GAChDriD,EAASga,OAAQha,EAASihD,uBAhB5B,CAmBD,EAAEjwF,KAAMxD,OAGTA,KAAKsiC,QAAUhiC,EAAG,SAChBq/B,SAAU3/B,KAAKmsE,aAEjBnsE,KAAKksD,UAAWlsD,KAAKsiC,QAAS,KAAM,8BACpCtiC,KAAKsqD,IAAKtqD,KAAKsiC,QAAS,CACvB8pC,UAAW,eAEZpsE,KAAKuJ,SAASlG,KAAM,sBACjBrD,KAAKuJ,SAASlG,KAAM,uBAA0B,GAAM,EAjDvD,CAkDD,EAEAm/B,gBAAiB,WAChB,GAAMxiC,KAAKc,QAAQwJ,OAIdtK,KAAKsiC,QAAU,CACnB,IAAIyyD,EAAW/0F,KAAKuJ,SAASlG,KAAM,sBAAyB,EAEtD0xF,EAIL/0F,KAAKuJ,SAASlG,KAAM,qBAAsB0xF,IAH1C/0F,KAAKuJ,SAASgd,IAAK,qBACnBvmB,KAAKuJ,SAASyhD,WAAY,uBAK3BhrD,KAAKsiC,QAAQ5qB,SACb1X,KAAKsiC,QAAU,IAChB,CACD,KAKuB,IAAnBhiC,EAAEk6D,cAGNl6D,EAAE6iC,OAAQ,YAAa7iC,EAAEonD,GAAG/3C,OAAQ,CACnC7O,QAAS,CACRk0F,YAAa,IAEdjD,eAAgB,WACf/xF,KAAKu+C,SACLv+C,KAAKgyF,SAASrvF,SAAU3C,KAAKc,QAAQk0F,YACtC,EACAvzD,WAAY,SAAU59B,EAAKG,GACb,gBAARH,GACJ7D,KAAKgyF,SACHvvF,YAAazC,KAAKc,QAAQk0F,aAC1BryF,SAAUqB,GAEbhE,KAAK4oD,YAAa/9C,UACnB,IAIkBvK,EAAEonD,GAAG/3C,OAmBzBrP,EAAE6iC,OAAQ,eAAgB,CACzBxa,QAAS,SACTqgC,kBAAmB,OACnBloD,QAAS,CACRm0F,OAAQ,IACRvQ,YAAY,EACZwQ,QAAQ,EACR7P,MAAO,UACP8P,UAAW,YAGXnyD,SAAU,KACVE,WAAY,KACZ0Q,KAAM,KACNwhD,IAAK,KACLC,KAAM,MAEP/0D,QAAS,WAER,IAAIg1D,EACHxxD,EAAI9jC,KAAKc,QACTm0F,EAASnxD,EAAEmxD,OAEZj1F,KAAKu1F,QAAS,EACdv1F,KAAKw1F,OAAQ,EAEbx1F,KAAKi1F,OAA2B,mBAAXA,EAAwBA,EAAS,SAAU17C,GAC/D,OAAOA,EAAEpzB,GAAI8uE,EACd,EAEAj1F,KAAKs1F,YAAc,WAClB,IAAKzqF,UAAU7I,OAOd,OAAOszF,IAENA,EAAc,CACbviF,MAAO/S,KAAK83B,QAAS,GAAIrW,YACzBzO,OAAQhT,KAAK83B,QAAS,GAAI4yC,eAR5B4qB,EAAczqF,UAAW,EAW3B,EAEA7K,KAAKy1F,cAAe3xD,EAAEuhD,OAEjBvhD,EAAE4gD,YACN1kF,KAAKksD,UAAW,eAGlB,EAEAupC,cAAe,SAAUpQ,GAGxB/kF,EAAEonD,GAAG8+B,UAAUkP,WAAYrQ,GAAU/kF,EAAEonD,GAAG8+B,UAAUkP,WAAYrQ,IAAW,GAC3E/kF,EAAEonD,GAAG8+B,UAAUkP,WAAYrQ,GAAQ33E,KAAM1N,KAC1C,EAEA21F,QAAS,SAAU/hD,GAElB,IADA,IAAIniC,EAAI,EACAA,EAAImiC,EAAK5xC,OAAQyP,IACnBmiC,EAAMniC,KAAQzR,MAClB4zC,EAAKxF,OAAQ38B,EAAG,EAGnB,EAEAq5C,SAAU,WACT,IAAIlX,EAAOtzC,EAAEonD,GAAG8+B,UAAUkP,WAAY11F,KAAKc,QAAQukF,OAEnDrlF,KAAK21F,QAAS/hD,EACf,EAEAnS,WAAY,SAAU59B,EAAKG,GAE1B,GAAa,WAARH,EACJ7D,KAAKi1F,OAA0B,mBAAVjxF,EAAuBA,EAAQ,SAAUu1C,GAC7D,OAAOA,EAAEpzB,GAAIniB,EACd,OACM,GAAa,UAARH,EAAkB,CAC7B,IAAI+vC,EAAOtzC,EAAEonD,GAAG8+B,UAAUkP,WAAY11F,KAAKc,QAAQukF,OAEnDrlF,KAAK21F,QAAS/hD,GACd5zC,KAAKy1F,cAAezxF,EACrB,CAEAhE,KAAKu+C,OAAQ16C,EAAKG,EACnB,EAEAqhE,UAAW,SAAUp/C,GACpB,IAAI4iE,EAAYvoF,EAAEonD,GAAG8+B,UAAU/5C,QAE/BzsC,KAAK41F,kBACA/M,GACJ7oF,KAAKwhC,SAAU,WAAYvb,EAAOjmB,KAAK0nD,GAAImhC,GAE7C,EAEAgN,YAAa,SAAU5vE,GACtB,IAAI4iE,EAAYvoF,EAAEonD,GAAG8+B,UAAU/5C,QAE/BzsC,KAAK81F,qBACAjN,GACJ7oF,KAAKwhC,SAAU,aAAcvb,EAAOjmB,KAAK0nD,GAAImhC,GAE/C,EAEAkN,MAAO,SAAU9vE,GAEhB,IAAI4iE,EAAYvoF,EAAEonD,GAAG8+B,UAAU/5C,QAGzBo8C,IAAeA,EAAUU,aAC7BV,EAAU/wD,SAAW,KAAQ93B,KAAK83B,QAAS,IAIxC93B,KAAKi1F,OAAOt0F,KAAMX,KAAK83B,QAAS,GAAO+wD,EAAUU,aACpDV,EAAU/wD,WACX93B,KAAKg2F,iBACLh2F,KAAKwhC,SAAU,OAAQvb,EAAOjmB,KAAK0nD,GAAImhC,IAGzC,EAEAoN,KAAM,SAAUhwE,GAEf,IAAI4iE,EAAYvoF,EAAEonD,GAAG8+B,UAAU/5C,QAGzBo8C,IAAeA,EAAUU,aAC7BV,EAAU/wD,SAAW,KAAQ93B,KAAK83B,QAAS,IAIxC93B,KAAKi1F,OAAOt0F,KAAMX,KAAK83B,QAAS,GAAO+wD,EAAUU,aACpDV,EAAU/wD,WACX93B,KAAKk2F,oBACLl2F,KAAKwhC,SAAU,MAAOvb,EAAOjmB,KAAK0nD,GAAImhC,IAGxC,EAEAsN,MAAO,SAAUlwE,EAAOmwE,GAEvB,IAAIvN,EAAYuN,GAAU91F,EAAEonD,GAAG8+B,UAAU/5C,QACxC4pD,GAAuB,EAGxB,SAAMxN,IAAeA,EAAUU,aAC7BV,EAAU/wD,SAAW,KAAQ93B,KAAK83B,QAAS,MAI7C93B,KAAK83B,QACH/1B,KAAM,uBACN8pD,IAAK,0BACLxrD,MAAM,WACN,IAAI4zD,EAAO3zD,EAAGN,MAAOs2F,UAAW,YAChC,GACCriC,EAAKnzD,QAAQo0F,SACZjhC,EAAKnzD,QAAQipD,UACdkK,EAAKnzD,QAAQukF,QAAUwD,EAAU/nF,QAAQukF,OACzCpxB,EAAKghC,OAAOt0F,KACXszD,EAAKn8B,QAAS,GAAO+wD,EAAUU,aAAeV,EAAU/wD,UAEzDx3B,EAAEonD,GAAG6uC,UACJ1N,EACAvoF,EAAEy2B,OAAQk9B,EAAM,CAAE/E,OAAQ+E,EAAKn8B,QAAQo3B,WACvC+E,EAAKnzD,QAAQq0F,UAAWlvE,GAIzB,OADAowE,GAAuB,GAChB,CAET,KACIA,KAIAr2F,KAAKi1F,OAAOt0F,KAAMX,KAAK83B,QAAS,GACjC+wD,EAAUU,aAAeV,EAAU/wD,WACtC93B,KAAK81F,qBACL91F,KAAKk2F,oBAELl2F,KAAKwhC,SAAU,OAAQvb,EAAOjmB,KAAK0nD,GAAImhC,IAChC7oF,KAAK83B,SAKd,EAEA4vB,GAAI,SAAUzzC,GACb,MAAO,CACN40E,UAAa50E,EAAEs1E,aAAet1E,EAAE6jB,QAChC+uB,OAAQ5yC,EAAE4yC,OACV3lC,SAAUjN,EAAEiN,SACZguC,OAAQj7C,EAAE2yE,YAEZ,EAIAoP,eAAgB,WACfh2F,KAAKksD,UAAW,qBACjB,EAEAgqC,kBAAmB,WAClBl2F,KAAK+qD,aAAc,qBACpB,EAEA6qC,gBAAiB,WAChB51F,KAAKksD,UAAW,sBACjB,EAEA4pC,mBAAoB,WACnB91F,KAAK+qD,aAAc,sBACpB,IAGDzqD,EAAEonD,GAAG6uC,UAAY,WAChB,SAASC,EAAYziF,EAAG0iF,EAAW/iF,GAClC,OAASK,GAAK0iF,GAAiB1iF,EAAM0iF,EAAY/iF,CAClD,CAEA,OAAO,SAAUm1E,EAAWyN,EAAWI,EAAezwE,GAErD,IAAMqwE,EAAUpnC,OACf,OAAO,EAGR,IAAIo7B,GAAOzB,EAAUjC,aACnBiC,EAAU3nE,SAASy1E,UAAWv1E,KAAOynE,EAAUrB,QAAQpmE,KACxDmpE,GAAO1B,EAAUjC,aAChBiC,EAAU3nE,SAASy1E,UAAWx1E,IAAM0nE,EAAUrB,QAAQrmE,IACvDzP,EAAK44E,EAAKzB,EAAUV,kBAAkBp1E,MACtCy3E,EAAKD,EAAK1B,EAAUV,kBAAkBn1E,OACtCk4B,EAAIorD,EAAUpnC,OAAO9tC,KACrBjf,EAAIm0F,EAAUpnC,OAAO/tC,IACrB6iB,EAAIkH,EAAIorD,EAAUhB,cAAcviF,MAChC8M,EAAI1d,EAAIm0F,EAAUhB,cAActiF,OAEjC,OAAS0jF,GACT,IAAK,MACJ,OAASxrD,GAAKo/C,GAAM54E,GAAMsyB,GAAK7hC,GAAKooF,GAAMC,GAAM3qE,EACjD,IAAK,YACJ,OAASqrB,EAAIo/C,EAAOzB,EAAUV,kBAAkBp1E,MAAQ,GACvDrB,EAAOm3E,EAAUV,kBAAkBp1E,MAAQ,EAAMixB,GACjD7hC,EAAIooF,EAAO1B,EAAUV,kBAAkBn1E,OAAS,GAChDw3E,EAAO3B,EAAUV,kBAAkBn1E,OAAS,EAAM6M,EACpD,IAAK,UACJ,OAAO22E,EAAYvwE,EAAM4pC,MAAO1tD,EAAGm0F,EAAUhB,cAActiF,SAC1DwjF,EAAYvwE,EAAM6pC,MAAO5kB,EAAGorD,EAAUhB,cAAcviF,OACtD,IAAK,QACJ,OACGw3E,GAAMpoF,GAAKooF,GAAM1qE,GACjB2qE,GAAMroF,GAAKqoF,GAAM3qE,GACjB0qE,EAAKpoF,GAAKqoF,EAAK3qE,KAEfyqE,GAAMp/C,GAAKo/C,GAAMtmD,GACjBtyB,GAAMw5B,GAAKx5B,GAAMsyB,GACjBsmD,EAAKp/C,GAAKx5B,EAAKsyB,GAEnB,QACC,OAAO,EAET,CACC,CA/Ce,GAoDjB1jC,EAAEonD,GAAG8+B,UAAY,CAChB/5C,QAAS,KACTipD,WAAY,CAAE,QAAW,IACzBpO,eAAgB,SAAUnlF,EAAG8jB,GAE5B,IAAIxU,EAAGD,EACN0N,EAAI5e,EAAEonD,GAAG8+B,UAAUkP,WAAYvzF,EAAErB,QAAQukF,QAAW,GACpDpiF,EAAOgjB,EAAQA,EAAMhjB,KAAO,KAC5Bq3B,GAASn4B,EAAEonF,aAAepnF,EAAE21B,SAAU/1B,KAAM,uBAAwBi3D,UAErE49B,EAAgB,IAAMnlF,EAAI,EAAGA,EAAIyN,EAAEld,OAAQyP,IAG1C,KAAKyN,EAAGzN,GAAI3Q,QAAQipD,UAAc5nD,IAAM+c,EAAGzN,GAAIwjF,OAAOt0F,KAAMue,EAAGzN,GAAIqmB,QAAS,GACxE31B,EAAEonF,aAAepnF,EAAE21B,UADvB,CAMA,IAAMtmB,EAAI,EAAGA,EAAI8oB,EAAKt4B,OAAQwP,IAC7B,GAAK8oB,EAAM9oB,KAAQ0N,EAAGzN,GAAIqmB,QAAS,GAAM,CACxC5Y,EAAGzN,GAAI6jF,cAActiF,OAAS,EAC9B,SAAS4jF,CACV,CAGD13E,EAAGzN,GAAI4vD,QAA8C,SAApCniD,EAAGzN,GAAIqmB,QAAQvjB,IAAK,WAC/B2K,EAAGzN,GAAI4vD,UAKC,cAATp+D,GACJic,EAAGzN,GAAI4zD,UAAU1kE,KAAMue,EAAGzN,GAAKwU,GAGhC/G,EAAGzN,GAAIy9C,OAAShwC,EAAGzN,GAAIqmB,QAAQo3B,SAC/BhwC,EAAGzN,GAAI6jF,YAAa,CACnBviF,MAAOmM,EAAGzN,GAAIqmB,QAAS,GAAIrW,YAC3BzO,OAAQkM,EAAGzN,GAAIqmB,QAAS,GAAI4yC,eAvB7B,CA4BF,EACA92B,KAAM,SAAUi1C,EAAW5iE,GAE1B,IAAI8hE,GAAU,EAqBd,OAlBAznF,EAAED,MAAQC,EAAEonD,GAAG8+B,UAAUkP,WAAY7M,EAAU/nF,QAAQukF,QAAW,IAAKx4E,SAAS,WAEzE7M,KAAKc,WAGLd,KAAKc,QAAQipD,UAAY/pD,KAAKqhE,SAClC/gE,EAAEonD,GAAG6uC,UAAW1N,EAAW7oF,KAAMA,KAAKc,QAAQq0F,UAAWlvE,KAC1D8hE,EAAU/nF,KAAKm2F,MAAMx1F,KAAMX,KAAMimB,IAAW8hE,IAGvC/nF,KAAKc,QAAQipD,UAAY/pD,KAAKqhE,SAAWrhE,KAAKi1F,OAAOt0F,KAAMX,KAAK83B,QAAS,GAC3E+wD,EAAUU,aAAeV,EAAU/wD,WACtC93B,KAAKw1F,OAAQ,EACbx1F,KAAKu1F,QAAS,EACdv1F,KAAK61F,YAAYl1F,KAAMX,KAAMimB,IAG/B,IACO8hE,CAER,EACAR,UAAW,SAAUsB,EAAW5iE,GAI/B4iE,EAAU/wD,QAAQ++D,aAAc,QAAS9+E,GAAI,oBAAoB,WAC1D8wE,EAAU/nF,QAAQokF,kBACvB5kF,EAAEonD,GAAG8+B,UAAUc,eAAgBuB,EAAW5iE,EAE5C,GACD,EACA2/D,KAAM,SAAUiD,EAAW5iE,GAIrB4iE,EAAU/nF,QAAQokF,kBACtB5kF,EAAEonD,GAAG8+B,UAAUc,eAAgBuB,EAAW5iE,GAI3C3lB,EAAED,KAAMC,EAAEonD,GAAG8+B,UAAUkP,WAAY7M,EAAU/nF,QAAQukF,QAAW,IAAI,WAEnE,IAAKrlF,KAAKc,QAAQipD,WAAY/pD,KAAK82F,aAAgB92F,KAAKqhE,QAAxD,CAIA,IAAI01B,EAAgB1R,EAAO/uE,EAC1B0gF,EAAa12F,EAAEonD,GAAG6uC,UAAW1N,EAAW7oF,KAAMA,KAAKc,QAAQq0F,UAAWlvE,GACtEhS,GAAK+iF,GAAch3F,KAAKu1F,OACvB,QACEyB,IAAeh3F,KAAKu1F,OAAS,SAAW,KACtCthF,IAIDjU,KAAKc,QAAQo0F,SAGjB7P,EAAQrlF,KAAKc,QAAQukF,OACrB/uE,EAAStW,KAAK83B,QAAQ2rC,QAAS,uBAAwBr1D,QAAQ,WAC9D,OAAO9N,EAAGN,MAAOs2F,UAAW,YAAax1F,QAAQukF,QAAUA,CAC5D,KAEYrjF,UACX+0F,EAAiBz2F,EAAGgW,EAAQ,IAAMggF,UAAW,aAC9BQ,YAAsB,WAAN7iF,IAK5B8iF,GAAwB,WAAN9iF,IACtB8iF,EAAexB,QAAS,EACxBwB,EAAevB,OAAQ,EACvBuB,EAAed,KAAKt1F,KAAMo2F,EAAgB9wE,IAG3CjmB,KAAMiU,IAAM,EACZjU,KAAY,UAANiU,EAAgB,SAAW,UAAY,EAC7CjU,KAAY,WAANiU,EAAiB,QAAU,QAAStT,KAAMX,KAAMimB,GAGjD8wE,GAAwB,UAAN9iF,IACtB8iF,EAAevB,OAAQ,EACvBuB,EAAexB,QAAS,EACxBwB,EAAehB,MAAMp1F,KAAMo2F,EAAgB9wE,IAxC5C,CA0CD,GAED,EACA+hE,SAAU,SAAUa,EAAW5iE,GAC9B4iE,EAAU/wD,QAAQ++D,aAAc,QAAStwE,IAAK,oBAIxCsiE,EAAU/nF,QAAQokF,kBACvB5kF,EAAEonD,GAAG8+B,UAAUc,eAAgBuB,EAAW5iE,EAE5C,IAKuB,IAAnB3lB,EAAEk6D,cAGNl6D,EAAE6iC,OAAQ,eAAgB7iC,EAAEonD,GAAG4uC,UAAW,CACzCx1F,QAAS,CACRm2F,YAAY,EACZC,aAAa,GAEdtB,gBAAiB,WAChB51F,KAAKu+C,SACAv+C,KAAKc,QAAQo2F,aACjBl3F,KAAK83B,QAAQn1B,SAAU3C,KAAKc,QAAQo2F,YAEtC,EACApB,mBAAoB,WACnB91F,KAAKu+C,SACAv+C,KAAKc,QAAQo2F,aACjBl3F,KAAK83B,QAAQr1B,YAAazC,KAAKc,QAAQo2F,YAEzC,EACAlB,eAAgB,WACfh2F,KAAKu+C,SACAv+C,KAAKc,QAAQm2F,YACjBj3F,KAAK83B,QAAQn1B,SAAU3C,KAAKc,QAAQm2F,WAEtC,EACAf,kBAAmB,WAClBl2F,KAAKu+C,SACAv+C,KAAKc,QAAQm2F,YACjBj3F,KAAK83B,QAAQr1B,YAAazC,KAAKc,QAAQm2F,WAEzC,IAIqB32F,EAAEonD,GAAG4uC,UAwBHh2F,EAAE6iC,OAAQ,iBAAkB,CACpDxa,QAAS,SACT7nB,QAAS,CACRoW,QAAS,CACR,iBAAkB,gBAClB,uBAAwB,iBACxB,0BAA2B,mBAE5BpE,IAAK,IACL9O,MAAO,EAEP+mE,OAAQ,KACRxwD,SAAU,MAGXjF,IAAK,EAELgrB,QAAS,WAGRtgC,KAAKm3F,SAAWn3F,KAAKc,QAAQkD,MAAQhE,KAAKo3F,oBAE1Cp3F,KAAK83B,QAAQ/hB,KAAM,CAIlB6qB,KAAM,cACN,gBAAiB5gC,KAAKsV,MAEvBtV,KAAKksD,UAAW,iBAAkB,+BAElClsD,KAAKq3F,SAAW/2F,EAAG,SAAUq/B,SAAU3/B,KAAK83B,SAC5C93B,KAAKksD,UAAWlsD,KAAKq3F,SAAU,uBAAwB,oBACvDr3F,KAAKs3F,eACN,EAEAxsC,SAAU,WACT9qD,KAAK83B,QAAQgJ,WAAY,kDAEzB9gC,KAAKq3F,SAAS3/E,QACf,EAEA1T,MAAO,SAAUoyB,GAChB,QAAkBh2B,IAAbg2B,EACJ,OAAOp2B,KAAKc,QAAQkD,MAGrBhE,KAAKc,QAAQkD,MAAQhE,KAAKo3F,kBAAmBhhE,GAC7Cp2B,KAAKs3F,eACN,EAEAF,kBAAmB,SAAUhhE,GAY5B,YAXkBh2B,IAAbg2B,IACJA,EAAWp2B,KAAKc,QAAQkD,OAGzBhE,KAAKu3F,eAA6B,IAAbnhE,EAGI,iBAAbA,IACXA,EAAW,IAGLp2B,KAAKu3F,eACX3mF,KAAK0E,IAAKtV,KAAKc,QAAQgS,IAAKlC,KAAKkC,IAAK9S,KAAKsV,IAAK8gB,GAClD,EAEAgL,YAAa,SAAUtgC,GAGtB,IAAIkD,EAAQlD,EAAQkD,aACblD,EAAQkD,MAEfhE,KAAKu+C,OAAQz9C,GAEbd,KAAKc,QAAQkD,MAAQhE,KAAKo3F,kBAAmBpzF,GAC7ChE,KAAKs3F,eACN,EAEA71D,WAAY,SAAU59B,EAAKG,GACb,QAARH,IAGJG,EAAQ4M,KAAKkC,IAAK9S,KAAKsV,IAAKtR,IAE7BhE,KAAKu+C,OAAQ16C,EAAKG,EACnB,EAEA2mD,mBAAoB,SAAU3mD,GAC7BhE,KAAKu+C,OAAQv6C,GAEbhE,KAAK83B,QAAQ/hB,KAAM,gBAAiB/R,GACpChE,KAAKsrD,aAAc,KAAM,sBAAuBtnD,EACjD,EAEAwzF,YAAa,WACZ,OAAOx3F,KAAKu3F,cACX,IACA,KAAQv3F,KAAKc,QAAQkD,MAAQhE,KAAKsV,MAAUtV,KAAKc,QAAQgS,IAAM9S,KAAKsV,IACtE,EAEAgiF,cAAe,WACd,IAAItzF,EAAQhE,KAAKc,QAAQkD,MACxByzF,EAAaz3F,KAAKw3F,cAEnBx3F,KAAKq3F,SACHvxE,OAAQ9lB,KAAKu3F,eAAiBvzF,EAAQhE,KAAKsV,KAC3CvC,MAAO0kF,EAAW3kC,QAAS,GAAM,KAEnC9yD,KACEsrD,aAActrD,KAAKq3F,SAAU,0BAA2B,KACxDrzF,IAAUhE,KAAKc,QAAQgS,KACvBw4C,aAAc,+BAAgC,KAAMtrD,KAAKu3F,eAEtDv3F,KAAKu3F,eACTv3F,KAAK83B,QAAQgJ,WAAY,iBACnB9gC,KAAK03F,aACV13F,KAAK03F,WAAap3F,EAAG,SAAUq/B,SAAU3/B,KAAKq3F,UAC9Cr3F,KAAKksD,UAAWlsD,KAAK03F,WAAY,6BAGlC13F,KAAK83B,QAAQ/hB,KAAM,CAClB,gBAAiB/V,KAAKc,QAAQgS,IAC9B,gBAAiB9O,IAEbhE,KAAK03F,aACT13F,KAAK03F,WAAWhgF,SAChB1X,KAAK03F,WAAa,OAIf13F,KAAKm3F,WAAanzF,IACtBhE,KAAKm3F,SAAWnzF,EAChBhE,KAAKwhC,SAAU,WAEXx9B,IAAUhE,KAAKc,QAAQgS,KAC3B9S,KAAKwhC,SAAU,WAEjB,IAqBuBlhC,EAAE6iC,OAAQ,gBAAiB7iC,EAAEonD,GAAG+8B,MAAO,CAC9D97D,QAAS,SACT7nB,QAAS,CACR6+B,SAAU,OACVg4D,aAAa,EACbliC,SAAU,EACVrnD,OAAQ,IACR+mF,UAAW,QAGXyC,SAAU,KACVC,UAAW,KACXjyD,MAAO,KACPpqB,KAAM,KACNs8E,WAAY,KACZC,YAAa,MAEdz3D,QAAS,WACR,IAAIuqB,EAAO7qD,KAEXA,KAAKksD,UAAW,iBAEhBlsD,KAAKg4F,SAAU,EAGfh4F,KAAK0hE,QAAU,WACd7W,EAAKotC,WAAa33F,EAAGuqD,EAAK/yB,QAAS,IAAMo3B,SACzCrE,EAAKqtC,UAAY53F,EAAGuqD,EAAK/pD,QAAQsN,OAAQy8C,EAAK/yB,QAAS,IACvD+yB,EAAKqB,UAAWrB,EAAKqtC,UAAW,eAChCrtC,EAAKqtC,UAAU73F,MAAM,WACpB,IAAIy5B,EAAQx5B,EAAGN,MACdm4F,EAAiBr+D,EAAMo1B,SACvB3wC,EAAM,CACL6C,KAAM+2E,EAAe/2E,KAAOypC,EAAKotC,WAAW72E,KAC5CD,IAAKg3E,EAAeh3E,IAAM0pC,EAAKotC,WAAW92E,KAE5C7gB,EAAE+C,KAAMrD,KAAM,kBAAmB,CAChC83B,QAAS93B,KACT0mC,SAAU5M,EACV1Y,KAAM7C,EAAI6C,KACVD,IAAK5C,EAAI4C,IACTyvC,MAAOryC,EAAI6C,KAAO0Y,EAAMqN,aACxB0pB,OAAQtyC,EAAI4C,IAAM2Y,EAAMsI,cACxBg2D,eAAe,EACfR,SAAU99D,EAAMnC,SAAU,eAC1BkgE,UAAW/9D,EAAMnC,SAAU,gBAC3BogE,YAAaj+D,EAAMnC,SAAU,mBAE/B,GACD,EACA33B,KAAK0hE,UAEL1hE,KAAKijF,aAELjjF,KAAK6mD,OAASvmD,EAAG,SACjBN,KAAKksD,UAAWlsD,KAAK6mD,OAAQ,uBAC9B,EAEAiE,SAAU,WACT9qD,KAAKk4F,UAAUltC,WAAY,mBAC3BhrD,KAAKmjF,eACN,EAEAe,YAAa,SAAUj+D,GACtB,IAAI4kC,EAAO7qD,KACVc,EAAUd,KAAKc,QAEhBd,KAAKq4F,KAAO,CAAEpyE,EAAM6pC,MAAO7pC,EAAM4pC,OACjC7vD,KAAKi4F,WAAa33F,EAAGN,KAAK83B,QAAS,IAAMo3B,SAEpClvD,KAAKc,QAAQipD,WAIlB/pD,KAAKk4F,UAAY53F,EAAGQ,EAAQsN,OAAQpO,KAAK83B,QAAS,IAElD93B,KAAKwhC,SAAU,QAASvb,GAExB3lB,EAAGQ,EAAQ6+B,UAAW3pB,OAAQhW,KAAK6mD,QAGnC7mD,KAAK6mD,OAAOtyC,IAAK,CAChB,KAAQ0R,EAAM6pC,MACd,IAAO7pC,EAAM4pC,MACb,MAAS,EACT,OAAU,IAGN/uD,EAAQ62F,aACZ33F,KAAK0hE,UAGN1hE,KAAKk4F,UAAU9pF,OAAQ,gBAAiB/N,MAAM,WAC7C,IAAIi4F,EAAWh4F,EAAE+C,KAAMrD,KAAM,mBAC7Bs4F,EAASF,eAAgB,EACnBnyE,EAAMgnD,SAAYhnD,EAAMu/C,UAC7B3a,EAAKE,aAAcutC,EAAS5xD,SAAU,eACtC4xD,EAASV,UAAW,EACpB/sC,EAAKqB,UAAWosC,EAAS5xD,SAAU,kBACnC4xD,EAASP,aAAc,EAGvBltC,EAAKrpB,SAAU,cAAevb,EAAO,CACpC8xE,YAAaO,EAASxgE,UAGzB,IAEAx3B,EAAG2lB,EAAMxY,QAASg2D,UAAUzK,UAAU34D,MAAM,WAC3C,IAAIk4F,EACHD,EAAWh4F,EAAE+C,KAAMrD,KAAM,mBAC1B,GAAKs4F,EAmBJ,OAlBAC,GAActyE,EAAMgnD,UAAYhnD,EAAMu/C,UACpC8yB,EAAS5xD,SAAS/O,SAAU,eAC9BkzB,EAAKE,aAAcutC,EAAS5xD,SAAU6xD,EAAW,iBAAmB,eAClErsC,UAAWosC,EAAS5xD,SAAU6xD,EAAW,eAAiB,kBAC5DD,EAASP,aAAeQ,EACxBD,EAAST,UAAYU,EACrBD,EAASV,SAAWW,EAGfA,EACJ1tC,EAAKrpB,SAAU,YAAavb,EAAO,CAClC4xE,UAAWS,EAASxgE,UAGrB+yB,EAAKrpB,SAAU,cAAevb,EAAO,CACpC8xE,YAAaO,EAASxgE,WAGjB,CAET,IAED,EAEAusD,WAAY,SAAUp+D,GAIrB,GAFAjmB,KAAKg4F,SAAU,GAEVh4F,KAAKc,QAAQipD,SAAlB,CAIA,IAAIyuC,EACH3tC,EAAO7qD,KACPc,EAAUd,KAAKc,QACfwpF,EAAKtqF,KAAKq4F,KAAM,GAChB9N,EAAKvqF,KAAKq4F,KAAM,GAChB3mF,EAAKuU,EAAM6pC,MACX06B,EAAKvkE,EAAM4pC,MA6FZ,OA3FKy6B,EAAK54E,IACT8mF,EAAM9mF,EAAIA,EAAK44E,EAAIA,EAAKkO,GAEpBjO,EAAKC,IACTgO,EAAMhO,EAAIA,EAAKD,EAAIA,EAAKiO,GAEzBx4F,KAAK6mD,OAAOtyC,IAAK,CAAE6M,KAAMkpE,EAAInpE,IAAKopE,EAAIx3E,MAAOrB,EAAK44E,EAAIt3E,OAAQw3E,EAAKD,IAEnEvqF,KAAKk4F,UAAU73F,MAAM,WACpB,IAAIi4F,EAAWh4F,EAAE+C,KAAMrD,KAAM,mBAC5By4F,GAAM,EACNvpC,EAAS,CAAC,EAGLopC,GAAYA,EAASxgE,UAAY+yB,EAAK/yB,QAAS,KAIrDo3B,EAAO9tC,KAASk3E,EAASl3E,KAASypC,EAAKotC,WAAW72E,KAClD8tC,EAAO0B,MAAS0nC,EAAS1nC,MAAS/F,EAAKotC,WAAW72E,KAClD8tC,EAAO/tC,IAASm3E,EAASn3E,IAAS0pC,EAAKotC,WAAW92E,IAClD+tC,EAAO2B,OAASynC,EAASznC,OAAShG,EAAKotC,WAAW92E,IAEvB,UAAtBrgB,EAAQq0F,UACZsD,IAAWvpC,EAAO9tC,KAAO1P,GAAMw9C,EAAO0B,MAAQ05B,GAAMp7B,EAAO/tC,IAAMqpE,GACjDt7B,EAAO2B,OAAS05B,GACC,QAAtBzpF,EAAQq0F,YACnBsD,EAAQvpC,EAAO9tC,KAAOkpE,GAAMp7B,EAAO0B,MAAQl/C,GAAMw9C,EAAO/tC,IAAMopE,GAC9Cr7B,EAAO2B,OAAS25B,GAG5BiO,GAGCH,EAASV,WACb/sC,EAAKE,aAAcutC,EAAS5xD,SAAU,eACtC4xD,EAASV,UAAW,GAEhBU,EAASP,cACbltC,EAAKE,aAAcutC,EAAS5xD,SAAU,kBACtC4xD,EAASP,aAAc,GAElBO,EAAST,YACdhtC,EAAKqB,UAAWosC,EAAS5xD,SAAU,gBACnC4xD,EAAST,WAAY,EAGrBhtC,EAAKrpB,SAAU,YAAavb,EAAO,CAClC4xE,UAAWS,EAASxgE,aAMjBwgE,EAAST,aACN5xE,EAAMgnD,SAAWhnD,EAAMu/C,UAAa8yB,EAASF,eACnDvtC,EAAKE,aAAcutC,EAAS5xD,SAAU,gBACtC4xD,EAAST,WAAY,EACrBhtC,EAAKqB,UAAWosC,EAAS5xD,SAAU,eACnC4xD,EAASV,UAAW,IAEpB/sC,EAAKE,aAAcutC,EAAS5xD,SAAU,gBACtC4xD,EAAST,WAAY,EAChBS,EAASF,gBACbvtC,EAAKqB,UAAWosC,EAAS5xD,SAAU,kBACnC4xD,EAASP,aAAc,GAIxBltC,EAAKrpB,SAAU,cAAevb,EAAO,CACpC8xE,YAAaO,EAASxgE,YAIpBwgE,EAASV,WACP3xE,EAAMgnD,SAAYhnD,EAAMu/C,SAAY8yB,EAASF,gBAClDvtC,EAAKE,aAAcutC,EAAS5xD,SAAU,eACtC4xD,EAASV,UAAW,EAEpB/sC,EAAKqB,UAAWosC,EAAS5xD,SAAU,kBACnC4xD,EAASP,aAAc,EAGvBltC,EAAKrpB,SAAU,cAAevb,EAAO,CACpC8xE,YAAaO,EAASxgE,aAK3B,KAEO,CArGP,CAsGD,EAEAwsD,WAAY,SAAUr+D,GACrB,IAAI4kC,EAAO7qD,KA4BX,OA1BAA,KAAKg4F,SAAU,EAEf13F,EAAG,kBAAmBN,KAAK83B,QAAS,IAAMz3B,MAAM,WAC/C,IAAIi4F,EAAWh4F,EAAE+C,KAAMrD,KAAM,mBAC7B6qD,EAAKE,aAAcutC,EAAS5xD,SAAU,kBACtC4xD,EAASP,aAAc,EACvBO,EAASF,eAAgB,EACzBvtC,EAAKrpB,SAAU,aAAcvb,EAAO,CACnC6xE,WAAYQ,EAASxgE,SAEvB,IACAx3B,EAAG,gBAAiBN,KAAK83B,QAAS,IAAMz3B,MAAM,WAC7C,IAAIi4F,EAAWh4F,EAAE+C,KAAMrD,KAAM,mBAC7B6qD,EAAKE,aAAcutC,EAAS5xD,SAAU,gBACpCwlB,UAAWosC,EAAS5xD,SAAU,eAChC4xD,EAAST,WAAY,EACrBS,EAASV,UAAW,EACpBU,EAASF,eAAgB,EACzBvtC,EAAKrpB,SAAU,WAAYvb,EAAO,CACjC2xE,SAAUU,EAASxgE,SAErB,IACA93B,KAAKwhC,SAAU,OAAQvb,GAEvBjmB,KAAK6mD,OAAOnvC,UAEL,CACR,IA0BuBpX,EAAE6iC,OAAQ,gBAAiB,CAAE7iC,EAAEonD,GAAG6Z,eAAgB,CACzE54C,QAAS,SACTmhC,eAAgB,WAChBhpD,QAAS,CACR6+B,SAAU,KACVzoB,QAAS,CACR,4BAA6B,gBAC7B,8BAA+B,iBAEhC6yC,SAAU,KACVqa,MAAO,CACNj3D,OAAQ,wBAET+T,SAAU,CACTwvC,GAAI,WACJpiB,GAAI,cACJshB,UAAW,QAEZ78C,OAAO,EAGPg4D,OAAQ,KACRtzD,MAAO,KACPoX,MAAO,KACPuF,KAAM,KACNtF,OAAQ,MAGTwR,QAAS,WACR,IAAIo4D,EAAe14F,KAAK83B,QAAQ6R,WAAW5zB,KAAM,MACjD/V,KAAKmqC,IAAM,CACVrS,QAAS4gE,EACTvrF,OAAQurF,EAAe,UACvBxxD,KAAMwxD,EAAe,SAGtB14F,KAAK24F,cACL34F,KAAK44F,YACL54F,KAAK2hE,wBAEL3hE,KAAK64F,WAAY,EACjB74F,KAAK84F,UAAYx4F,GAClB,EAEAq4F,YAAa,WACZ,IAAI5qF,EACH88C,EAAO7qD,KACPi6B,EAAOj6B,KAAK+4F,aACX/4F,KAAK83B,QAAQ/1B,KAAM,mBACnB/B,KAAK83B,QAAS,GAAIukD,eAIpBr8E,KAAKqjE,OAASrjE,KAAK83B,QAAQurC,SAASttD,KAAM,MAAO/V,KAAKmqC,IAAIh9B,QAC1DnN,KAAKsqD,IAAKtqD,KAAKqjE,OAAQ,CACtBlsD,MAAO,SAAU8O,GAChBjmB,KAAKmN,OAAOzK,QAAS,SACrBujB,EAAMC,gBACP,IAIDlmB,KAAK83B,QAAQ73B,OAGbD,KAAKmN,OAAS7M,EAAG,SAAU,CAC1BqmC,SAAU3mC,KAAKc,QAAQipD,UAAY,EAAI,EACvCxkD,GAAIvF,KAAKmqC,IAAIh9B,OACbyzB,KAAM,WACN,gBAAiB,QACjB,oBAAqB,OACrB,YAAa5gC,KAAKmqC,IAAIjD,KACtB,gBAAiB,OACjB78B,MAAOrK,KAAK83B,QAAQ/hB,KAAM,WAEzB+wB,YAAa9mC,KAAK83B,SAEpB93B,KAAKksD,UAAWlsD,KAAKmN,OAAQ,mDAC5B,uBAEDY,EAAOzN,EAAG,UAAWq/B,SAAU3/B,KAAKmN,QACpCnN,KAAKksD,UAAWn+C,EAAM,qBAAsB,WAAa/N,KAAKc,QAAQsjE,MAAMj3D,QAC5EnN,KAAKg5F,WAAah5F,KAAKi5F,kBAAmBh/D,GACxC0F,SAAU3/B,KAAKmN,SAEW,IAAvBnN,KAAKc,QAAQiS,OACjB/S,KAAKk5F,gBAGNl5F,KAAKsqD,IAAKtqD,KAAKmN,OAAQnN,KAAKm5F,eAC5Bn5F,KAAKmN,OAAOm/D,IAAK,WAAW,WAIrBzhB,EAAKguC,WACVhuC,EAAKuuC,cAEP,GACD,EAEAR,UAAW,WACV,IAAI/tC,EAAO7qD,KAGXA,KAAKknC,KAAO5mC,EAAG,OAAQ,CACtB,cAAe,OACf,kBAAmBN,KAAKmqC,IAAIh9B,OAC5B5H,GAAIvF,KAAKmqC,IAAIjD,OAIdlnC,KAAKq5F,SAAW/4F,EAAG,SAAU0V,OAAQhW,KAAKknC,MAC1ClnC,KAAKksD,UAAWlsD,KAAKq5F,SAAU,qBAAsB,YACrDr5F,KAAKq5F,SAAS15D,SAAU3/B,KAAKmsE,aAG7BnsE,KAAKs5F,aAAet5F,KAAKknC,KACvBA,KAAM,CACNhwB,QAAS,CACR,UAAW,oBAEZ0pB,KAAM,UACN9R,OAAQ,SAAU7I,EAAOyhC,GACxBzhC,EAAMC,iBAKN2kC,EAAK0uC,gBAEL1uC,EAAK2uC,QAAS9xC,EAAGztB,KAAK52B,KAAM,sBAAwB4iB,EACrD,EACA4I,MAAO,SAAU5I,EAAOyhC,GACvB,IAAIztB,EAAOytB,EAAGztB,KAAK52B,KAAM,sBAGD,MAAnBwnD,EAAK4uC,YAAsBx/D,EAAKuN,QAAUqjB,EAAK4uC,aACnD5uC,EAAKrpB,SAAU,QAASvb,EAAO,CAAEgU,KAAMA,IACjC4wB,EAAK+nC,QACV/nC,EAAK2uC,QAASv/D,EAAMhU,IAGtB4kC,EAAK4uC,WAAax/D,EAAKuN,MAEvBqjB,EAAK19C,OAAO4I,KAAM,wBACjB80C,EAAKiuC,UAAUt1B,GAAIvpC,EAAKuN,OAAQzxB,KAAM,MACxC,IAEAmxB,KAAM,YAGRlnC,KAAKs5F,aAAartC,KAAMjsD,KAAKknC,KAAM,cAGnClnC,KAAKs5F,aAAalxB,sBAAwB,WACzC,OAAO,CACR,EAGApoE,KAAKs5F,aAAahwB,WAAa,WAC9B,OAAO,CACR,CACD,EAEA5H,QAAS,WACR1hE,KAAKo5F,eACLp5F,KAAKg5F,WAAW79B,YACfn7D,KAAKg5F,WAAah5F,KAAKi5F,kBAGtBj5F,KAAK05F,mBAAmBr2F,KAAM,uBAA0B,CAAC,IAG/B,OAAvBrD,KAAKc,QAAQiS,OACjB/S,KAAKk5F,eAEP,EAEAE,aAAc,WACb,IAAIn/D,EACHn5B,EAAUd,KAAK83B,QAAQ/1B,KAAM,UAE9B/B,KAAKknC,KAAKrF,QAEV7hC,KAAK25F,cAAe74F,GACpBd,KAAK0tE,YAAa1tE,KAAKknC,KAAMlnC,KAAKynE,OAElCznE,KAAKs5F,aAAa53B,UAClB1hE,KAAK84F,UAAY94F,KAAKknC,KAAKnlC,KAAM,MAC/B8pD,IAAK,2BACJ9pD,KAAM,yBAET/B,KAAK64F,WAAY,EAEX/3F,EAAQkB,SAIdi4B,EAAOj6B,KAAK05F,mBAGZ15F,KAAKs5F,aAAazqE,MAAO,KAAMoL,GAC/Bj6B,KAAK45F,SAAU3/D,EAAK52B,KAAM,uBAG1BrD,KAAKyhC,WAAY,WAAYzhC,KAAK83B,QAAQ7hB,KAAM,aACjD,EAEAme,KAAM,SAAUnO,GACVjmB,KAAKc,QAAQipD,WAKZ/pD,KAAK64F,WAKV74F,KAAK+qD,aAAc/qD,KAAKknC,KAAKnlC,KAAM,oBAAsB,KAAM,mBAC/D/B,KAAKs5F,aAAazqE,MAAO,KAAM7uB,KAAK05F,qBALpC15F,KAAKo5F,eASAp5F,KAAK84F,UAAU92F,SAIrBhC,KAAK4yF,QAAS,EACd5yF,KAAK65F,cACL75F,KAAKinC,cACLjnC,KAAKiuD,YAELjuD,KAAKsqD,IAAKtqD,KAAKuJ,SAAUvJ,KAAK85F,gBAE9B95F,KAAKwhC,SAAU,OAAQvb,IACxB,EAEAgoC,UAAW,WACVjuD,KAAKq5F,SAASn4E,SAAU5gB,EAAEy2B,OAAQ,CAAEq4B,GAAIpvD,KAAKmN,QAAUnN,KAAKc,QAAQogB,UACrE,EAEAzJ,MAAO,SAAUwO,GACVjmB,KAAK4yF,SAIX5yF,KAAK4yF,QAAS,EACd5yF,KAAK65F,cAEL75F,KAAKgmC,MAAQ,KACbhmC,KAAKisD,KAAMjsD,KAAKuJ,UAEhBvJ,KAAKwhC,SAAU,QAASvb,GACzB,EAEAkd,OAAQ,WACP,OAAOnjC,KAAKmN,MACb,EAEA4sF,WAAY,WACX,OAAO/5F,KAAKknC,IACb,EAEA+xD,kBAAmB,SAAUh/D,GAC5B,IAAI++D,EAAa14F,EAAG,UAKpB,OAHAN,KAAKg6F,SAAUhB,EAAY/+D,EAAK/uB,OAChClL,KAAKksD,UAAW8sC,EAAY,sBAErBA,CACR,EAEAtrB,YAAa,SAAUD,EAAIhG,GAC1B,IAAI5c,EAAO7qD,KACVi6F,EAAkB,GAEnB35F,EAAED,KAAMonE,GAAO,SAAUjgC,EAAOvN,GAC/B,IAAIigE,EAECjgE,EAAKkgE,WAAaF,IACtBC,EAAK55F,EAAG,OAAQ,CACfgB,KAAM24B,EAAKkgE,WAEZtvC,EAAKqB,UAAWguC,EAAI,yBAA0B,mBAC3CjgE,EAAKnC,QAAQxhB,OAAQ,YAAaL,KAAM,YACzC,qBACA,KAEFikF,EAAGv6D,SAAU8tC,GAEbwsB,EAAkBhgE,EAAKkgE,UAGxBtvC,EAAK8iB,gBAAiBF,EAAIxzC,EAC3B,GACD,EAEA0zC,gBAAiB,SAAUF,EAAIxzC,GAC9B,OAAOj6B,KAAK4tE,YAAaH,EAAIxzC,GAAO52B,KAAM,qBAAsB42B,EACjE,EAEA2zC,YAAa,SAAUH,EAAIxzC,GAC1B,IAAIigE,EAAK55F,EAAG,QACXu6D,EAAUv6D,EAAG,QAAS,CACrB+J,MAAO4vB,EAAKnC,QAAQ/hB,KAAM,WAa5B,OAVKkkB,EAAK8vB,UACT/pD,KAAKksD,UAAWguC,EAAI,KAAM,qBAGtBjgE,EAAK8hC,OACTm+B,EAAGjkF,KAAM,UAAU,GAEnBjW,KAAKg6F,SAAUn/B,EAAS5gC,EAAK/uB,OAGvBgvF,EAAGlkF,OAAQ6kD,GAAUl7B,SAAU8tC,EACvC,EAEAusB,SAAU,SAAUliE,EAAS9zB,GACvBA,EACJ8zB,EAAQx2B,KAAM0C,GAEd8zB,EAAQj3B,KAAM,SAEhB,EAEAioE,MAAO,SAAUvN,EAAWt1C,GAC3B,IAAIgU,EAAMmX,EACThjC,EAAS,gBAELpO,KAAK4yF,OACT34D,EAAOj6B,KAAK84F,UAAUt1B,GAAIxjE,KAAKy5F,YAAanjF,OAAQ,OAEpD2jB,EAAOj6B,KAAK84F,UAAUt1B,GAAIxjE,KAAK83B,QAAS,GAAIukD,eAAgB/lE,OAAQ,MACpElI,GAAU,6BAIVgjC,EADkB,UAAdmqB,GAAuC,SAAdA,EACtBthC,EAAoB,UAAdshC,EAAwB,UAAY,WAAantD,GAASo1D,IAAK,GAErEvpC,EAAMshC,EAAY,OAASntD,GAASo1D,GAAI,IAGtCxhE,QACThC,KAAKs5F,aAAazqE,MAAO5I,EAAOmrB,EAElC,EAEAsoD,iBAAkB,WACjB,OAAO15F,KAAK84F,UAAUt1B,GAAIxjE,KAAK83B,QAAS,GAAIukD,eAAgB/lE,OAAQ,KACrE,EAEA2wD,QAAS,SAAUhhD,GAClBjmB,KAAMA,KAAK4yF,OAAS,QAAU,QAAU3sE,EACzC,EAEAszE,cAAe,WACd,IAAI73C,EAEE1hD,KAAKgmC,QAIN7hC,OAAO87C,eACXyB,EAAYv9C,OAAO87C,gBACTC,kBACVwB,EAAUG,SAAU7hD,KAAKgmC,QAIzBhmC,KAAKgmC,MAAMlX,SAMZ9uB,KAAKmN,OAAOzK,QAAS,SACtB,EAEAo3F,eAAgB,CACf1tB,UAAW,SAAUnmD,GACdjmB,KAAK4yF,SAILtyF,EAAG2lB,EAAMxY,QAASmK,QAAS,yBAChCtX,EAAEwhE,eAAgB9hE,KAAKmqC,IAAIh9B,SAAWnL,QACtChC,KAAKyX,MAAOwO,GAEd,GAGDkzE,cAAe,CAGd/sB,UAAW,WACV,IAAI1qB,EAECv9C,OAAO87C,cACXyB,EAAYv9C,OAAO87C,gBACJm6C,aACdp6F,KAAKgmC,MAAQ0b,EAAU24C,WAAY,IAKpCr6F,KAAKgmC,MAAQz8B,SAASm4C,UAAUC,aAElC,EAEAxqC,MAAO,SAAU8O,GAChBjmB,KAAKu5F,gBACLv5F,KAAKinE,QAAShhD,EACf,EAEAogD,QAAS,SAAUpgD,GAClB,IAAIC,GAAiB,EACrB,OAASD,EAAMib,SACf,KAAK5gC,EAAEonD,GAAGxmB,QAAQiiC,IAClB,KAAK7iE,EAAEonD,GAAGxmB,QAAQyhC,OACjB3iE,KAAKyX,MAAOwO,GACZC,GAAiB,EACjB,MACD,KAAK5lB,EAAEonD,GAAGxmB,QAAQwhC,MACZ1iE,KAAK4yF,QACT5yF,KAAKs6F,mBAAoBr0E,GAE1B,MACD,KAAK3lB,EAAEonD,GAAGxmB,QAAQkiC,GACZn9C,EAAMs/C,OACVvlE,KAAKinE,QAAShhD,GAEdjmB,KAAK8oE,MAAO,OAAQ7iD,GAErB,MACD,KAAK3lB,EAAEonD,GAAGxmB,QAAQshC,KACZv8C,EAAMs/C,OACVvlE,KAAKinE,QAAShhD,GAEdjmB,KAAK8oE,MAAO,OAAQ7iD,GAErB,MACD,KAAK3lB,EAAEonD,GAAGxmB,QAAQgiC,MACZljE,KAAK4yF,OACT5yF,KAAKs6F,mBAAoBr0E,GAEzBjmB,KAAKinE,QAAShhD,GAEf,MACD,KAAK3lB,EAAEonD,GAAGxmB,QAAQ2hC,KACjB7iE,KAAK8oE,MAAO,OAAQ7iD,GACpB,MACD,KAAK3lB,EAAEonD,GAAGxmB,QAAQ+hC,MACjBjjE,KAAK8oE,MAAO,OAAQ7iD,GACpB,MACD,KAAK3lB,EAAEonD,GAAGxmB,QAAQ0hC,KAClB,KAAKtiE,EAAEonD,GAAGxmB,QAAQ6hC,QACjB/iE,KAAK8oE,MAAO,QAAS7iD,GACrB,MACD,KAAK3lB,EAAEonD,GAAGxmB,QAAQuhC,IAClB,KAAKniE,EAAEonD,GAAGxmB,QAAQ4hC,UACjB9iE,KAAK8oE,MAAO,OAAQ7iD,GACpB,MACD,QACCjmB,KAAKknC,KAAKxkC,QAASujB,GACnBC,GAAiB,EAGbA,GACJD,EAAMC,gBAER,GAGDo0E,mBAAoB,SAAUr0E,GAC7B,IAAIgU,EAAOj6B,KAAK84F,UAAUt1B,GAAIxjE,KAAKy5F,YAAanjF,OAAQ,MAClD2jB,EAAKtC,SAAU,sBACpB33B,KAAKw5F,QAASv/D,EAAK52B,KAAM,sBAAwB4iB,EAEnD,EAEAuzE,QAAS,SAAUv/D,EAAMhU,GACxB,IAAIs0E,EAAWv6F,KAAK83B,QAAS,GAAIukD,cAGjCr8E,KAAK83B,QAAS,GAAIukD,cAAgBpiD,EAAKuN,MACvCxnC,KAAKg5F,WAAW79B,YAAan7D,KAAKg5F,WAAah5F,KAAKi5F,kBAAmBh/D,IACvEj6B,KAAK45F,SAAU3/D,GACfj6B,KAAKwhC,SAAU,SAAUvb,EAAO,CAAEgU,KAAMA,IAEnCA,EAAKuN,QAAU+yD,GACnBv6F,KAAKwhC,SAAU,SAAUvb,EAAO,CAAEgU,KAAMA,IAGzCj6B,KAAKyX,MAAOwO,EACb,EAEA2zE,SAAU,SAAU3/D,GACnB,IAAI10B,EAAKvF,KAAK84F,UAAUt1B,GAAIvpC,EAAKuN,OAAQzxB,KAAM,MAE/C/V,KAAKmN,OAAO4I,KAAM,CACjB,kBAAmBxQ,EACnB,wBAAyBA,IAE1BvF,KAAKknC,KAAKnxB,KAAM,wBAAyBxQ,EAC1C,EAEAk8B,WAAY,SAAU59B,EAAKG,GAC1B,GAAa,UAARH,EAAkB,CACtB,IAAIkK,EAAO/N,KAAKmN,OAAOpL,KAAM,gBAC7B/B,KAAK+qD,aAAch9C,EAAM,KAAM/N,KAAKc,QAAQsjE,MAAMj3D,QAChD++C,UAAWn+C,EAAM,KAAM/J,EAAMmJ,OAChC,CAEAnN,KAAKu+C,OAAQ16C,EAAKG,GAEL,aAARH,GACJ7D,KAAKq5F,SAAS15D,SAAU3/B,KAAKmsE,aAGjB,UAARtoE,GACJ7D,KAAKk5F,eAEP,EAEAvuC,mBAAoB,SAAU3mD,GAC7BhE,KAAKu+C,OAAQv6C,GAEbhE,KAAKs5F,aAAazvC,OAAQ,WAAY7lD,GACtChE,KAAKmN,OAAO4I,KAAM,gBAAiB/R,GACnChE,KAAKsrD,aAActrD,KAAKmN,OAAQ,KAAM,oBAAqBnJ,GAE3DhE,KAAK83B,QAAQ7hB,KAAM,WAAYjS,GAC1BA,GACJhE,KAAKmN,OAAO4I,KAAM,YAAa,GAC/B/V,KAAKyX,SAELzX,KAAKmN,OAAO4I,KAAM,WAAY,EAEhC,EAEAo2D,UAAW,WACV,IAAIr0C,EAAU93B,KAAKc,QAAQ6+B,SAgB3B,OAdK7H,IACJA,EAAUA,EAAQ6xB,QAAU7xB,EAAQgoB,SACnCx/C,EAAGw3B,GACH93B,KAAKuJ,SAASxH,KAAM+1B,GAAU0rC,GAAI,IAG9B1rC,GAAYA,EAAS,KAC1BA,EAAU93B,KAAK83B,QAAQlgB,QAAS,sBAG3BkgB,EAAQ91B,SACb81B,EAAU93B,KAAKuJ,SAAU,GAAI5B,MAGvBmwB,CACR,EAEA+hE,YAAa,WACZ75F,KAAKmN,OAAO4I,KAAM,gBAAiB/V,KAAK4yF,QAKxC5yF,KAAK+qD,aAAc/qD,KAAKmN,OAAQ,yBAC7BnN,KAAK4yF,OAAS,SAAW,SAC1B1mC,UAAWlsD,KAAKmN,OAAQ,yBACtBnN,KAAK4yF,OAAS,OAAS,WACzBtnC,aAActrD,KAAKq5F,SAAU,qBAAsB,KAAMr5F,KAAK4yF,QAEhE5yF,KAAKknC,KAAKnxB,KAAM,eAAgB/V,KAAK4yF,OACtC,EAEAsG,cAAe,WACd,IAAInmF,EAAQ/S,KAAKc,QAAQiS,OAGV,IAAVA,GAMU,OAAVA,IACJA,EAAQ/S,KAAK83B,QAAQz2B,OAAO8lC,aAC5BnnC,KAAK83B,QAAQ73B,QAGdD,KAAKmN,OAAOg6B,WAAYp0B,IAVvB/S,KAAKmN,OAAOoH,IAAK,QAAS,GAW5B,EAEA0yB,YAAa,WACZjnC,KAAKknC,KAAKC,WAAYv2B,KAAKkC,IAC1B9S,KAAKmN,OAAOg6B,aAKZnnC,KAAKknC,KAAKn0B,MAAO,IAAKo0B,aAAe,GAEvC,EAEAujB,kBAAmB,WAClB,IAAI5pD,EAAUd,KAAKu+C,SAInB,OAFAz9C,EAAQipD,SAAW/pD,KAAK83B,QAAQ7hB,KAAM,YAE/BnV,CACR,EAEA64F,cAAe,SAAU74F,GACxB,IAAI+pD,EAAO7qD,KACVqD,EAAO,GACRvC,EAAQT,MAAM,SAAUmnC,EAAOvN,GAC9B52B,EAAKqK,KAAMm9C,EAAKkuC,aAAcz4F,EAAG25B,GAAQuN,GAC1C,IACAxnC,KAAKynE,MAAQpkE,CACd,EAEA01F,aAAc,SAAUlvC,EAAQriB,GAC/B,IAAI2yD,EAAWtwC,EAAOvzC,OAAQ,YAE9B,MAAO,CACNwhB,QAAS+xB,EACTriB,MAAOA,EACPxjC,MAAO6lD,EAAO/nB,MACd52B,MAAO2+C,EAAOvoD,OACdy6D,OAAQo+B,EAASlkF,KAAM,WAAc4zC,EAAO5zC,KAAM,UAClDkkF,SAAUA,EAASpkF,KAAM,UAAa,GACtCg0C,SAAUowC,EAASlkF,KAAM,aAAgB4zC,EAAO5zC,KAAM,YAExD,EAEA60C,SAAU,WACT9qD,KAAK4hE,0BACL5hE,KAAKq5F,SAAS3hF,SACd1X,KAAKmN,OAAOuK,SACZ1X,KAAK83B,QAAQz2B,OACbrB,KAAK83B,QAAQksC,iBACbhkE,KAAKqjE,OAAOttD,KAAM,MAAO/V,KAAKmqC,IAAIrS,QACnC,KAuBmBx3B,EAAE6iC,OAAQ,YAAa7iC,EAAEonD,GAAG+8B,MAAO,CACtD97D,QAAS,SACTqgC,kBAAmB,QAEnBloD,QAAS,CACRg5D,SAAS,EACT5iD,QAAS,CACR,YAAa,gBACb,mBAAoB,gBAIpB,kBAAmB,kCAEpBu+C,SAAU,EACV3iD,IAAK,IACLwC,IAAK,EACLklF,YAAa,aACbx0D,OAAO,EACPtB,KAAM,EACN1gC,MAAO,EACPmvB,OAAQ,KAGR43C,OAAQ,KACR0vB,MAAO,KACP70D,MAAO,KACPpqB,KAAM,MAKPk/E,SAAU,EAEVp6D,QAAS,WACRtgC,KAAK26F,aAAc,EACnB36F,KAAK46F,eAAgB,EACrB56F,KAAK66F,aAAc,EACnB76F,KAAK86F,aAAe,KACpB96F,KAAK+6F,qBACL/6F,KAAKijF,aACLjjF,KAAKg7F,mBAELh7F,KAAKksD,UAAW,uBAAyBlsD,KAAKw6F,YAC7C,+BAEDx6F,KAAKglE,WAELhlE,KAAK66F,aAAc,CACpB,EAEA71B,SAAU,WACThlE,KAAKi7F,eACLj7F,KAAKk7F,iBACLl7F,KAAKolE,eACLplE,KAAKs3F,eACN,EAEA4D,eAAgB,WACf,IAAIzpF,EAAG0pF,EACNr6F,EAAUd,KAAKc,QACfs6F,EAAkBp7F,KAAK83B,QAAQ/1B,KAAM,qBAErCqpF,EAAU,GASX,IAPA+P,EAAgBr6F,EAAQqyB,QAAUryB,EAAQqyB,OAAOnxB,QAAY,EAExDo5F,EAAgBp5F,OAASm5F,IAC7BC,EAAgBvuF,MAAOsuF,GAAczjF,SACrC0jF,EAAkBA,EAAgBvuF,MAAO,EAAGsuF,IAGvC1pF,EAAI2pF,EAAgBp5F,OAAQyP,EAAI0pF,EAAa1pF,IAClD25E,EAAQ19E,KAXC,8BAcV1N,KAAKorF,QAAUgQ,EAAgB/gE,IAAK/5B,EAAG8qF,EAAQ3pF,KAAM,KAAOk+B,SAAU3/B,KAAK83B,UAE3E93B,KAAKksD,UAAWlsD,KAAKorF,QAAS,mBAAoB,oBAElDprF,KAAKglF,OAAShlF,KAAKorF,QAAQ5nB,GAAI,GAE/BxjE,KAAKorF,QAAQ/qF,MAAM,SAAUoR,GAC5BnR,EAAGN,MACDqD,KAAM,yBAA0BoO,GAChCsE,KAAM,WAAY,EACrB,GACD,EAEAklF,aAAc,WACb,IAAIn6F,EAAUd,KAAKc,QAEdA,EAAQklC,QACW,IAAlBllC,EAAQklC,QACNllC,EAAQqyB,OAEFryB,EAAQqyB,OAAOnxB,QAAoC,IAA1BlB,EAAQqyB,OAAOnxB,OACnDlB,EAAQqyB,OAAS,CAAEryB,EAAQqyB,OAAQ,GAAKryB,EAAQqyB,OAAQ,IAC7C2K,MAAMC,QAASj9B,EAAQqyB,UAClCryB,EAAQqyB,OAASryB,EAAQqyB,OAAOtmB,MAAO,IAJvC/L,EAAQqyB,OAAS,CAAEnzB,KAAKq7F,YAAar7F,KAAKq7F,cAQtCr7F,KAAKgmC,OAAUhmC,KAAKgmC,MAAMhkC,QAM/BhC,KAAK+qD,aAAc/qD,KAAKgmC,MAAO,2CAG/BhmC,KAAKgmC,MAAMzxB,IAAK,CACf,KAAQ,GACR,OAAU,OAVXvU,KAAKgmC,MAAQ1lC,EAAG,SACdq/B,SAAU3/B,KAAK83B,SAEjB93B,KAAKksD,UAAWlsD,KAAKgmC,MAAO,oBAUN,QAAlBllC,EAAQklC,OAAqC,QAAlBllC,EAAQklC,OACvChmC,KAAKksD,UAAWlsD,KAAKgmC,MAAO,mBAAqBllC,EAAQklC,SAGrDhmC,KAAKgmC,OACThmC,KAAKgmC,MAAMtuB,SAEZ1X,KAAKgmC,MAAQ,KAEf,EAEAo/B,aAAc,WACbplE,KAAKisD,KAAMjsD,KAAKorF,SAChBprF,KAAKsqD,IAAKtqD,KAAKorF,QAASprF,KAAKs7F,eAC7Bt7F,KAAKysD,WAAYzsD,KAAKorF,SACtBprF,KAAK4sD,WAAY5sD,KAAKorF,QACvB,EAEAtgC,SAAU,WACT9qD,KAAKorF,QAAQ1zE,SACR1X,KAAKgmC,OACThmC,KAAKgmC,MAAMtuB,SAGZ1X,KAAKmjF,eACN,EAEAU,cAAe,SAAU59D,GACxB,IAAI/E,EAAUq6E,EAAW9lC,EAAU+lC,EAAeh0D,EAAgB0nB,EAAQusC,EACzE5wC,EAAO7qD,KACP8jC,EAAI9jC,KAAKc,QAEV,OAAKgjC,EAAEimB,WAIP/pD,KAAK07F,YAAc,CAClB3oF,MAAO/S,KAAK83B,QAAQqP,aACpBn0B,OAAQhT,KAAK83B,QAAQsK,eAEtBpiC,KAAK0vF,cAAgB1vF,KAAK83B,QAAQo3B,SAElChuC,EAAW,CAAEnN,EAAGkS,EAAM6pC,MAAO97C,EAAGiS,EAAM4pC,OACtC0rC,EAAYv7F,KAAK27F,oBAAqBz6E,GACtCu0C,EAAWz1D,KAAK47F,YAAc57F,KAAKq7F,YAAc,EACjDr7F,KAAKorF,QAAQ/qF,MAAM,SAAUoR,GAC5B,IAAIoqF,EAAejrF,KAAK0B,IAAKipF,EAAY1wC,EAAK13B,OAAQ1hB,KAC/CgkD,EAAWomC,GACfpmC,IAAaomC,IACZpqF,IAAMo5C,EAAKixC,mBAAqBjxC,EAAK13B,OAAQ1hB,KAAQqyB,EAAExuB,QAC1DmgD,EAAWomC,EACXL,EAAgBl7F,EAAGN,MACnBwnC,EAAQ/1B,EAEV,KAGiB,IADPzR,KAAK+7F,OAAQ91E,EAAOuhB,KAI9BxnC,KAAK46F,eAAgB,EAErB56F,KAAK86F,aAAetzD,EAEpBxnC,KAAKksD,UAAWsvC,EAAe,KAAM,mBACrCA,EAAc94F,QAAS,SAEvBwsD,EAASssC,EAActsC,SACvBusC,GAAmBn7F,EAAG2lB,EAAMxY,QAASg2D,UAAUzK,UAAU7yC,GAAI,qBAC7DnmB,KAAKg8F,aAAeP,EAAkB,CAAEr6E,KAAM,EAAGD,IAAK,GAAM,CAC3DC,KAAM6E,EAAM6pC,MAAQZ,EAAO9tC,KAASo6E,EAAczoF,QAAU,EAC5DoO,IAAK8E,EAAM4pC,MAAQX,EAAO/tC,IACvBq6E,EAAcxoF,SAAW,GACzBuK,SAAUi+E,EAAcjnF,IAAK,kBAAoB,KAAQ,IACzDgJ,SAAUi+E,EAAcjnF,IAAK,qBAAuB,KAAQ,IAC5DgJ,SAAUi+E,EAAcjnF,IAAK,aAAe,KAAQ,IAGlDvU,KAAKorF,QAAQzzD,SAAU,mBAC5B33B,KAAKi8F,OAAQh2E,EAAOuhB,EAAO+zD,GAE5Bv7F,KAAK66F,aAAc,GACZ,GACR,EAEA3W,YAAa,WACZ,OAAO,CACR,EAEAG,WAAY,SAAUp+D,GACrB,IAAI/E,EAAW,CAAEnN,EAAGkS,EAAM6pC,MAAO97C,EAAGiS,EAAM4pC,OACzC0rC,EAAYv7F,KAAK27F,oBAAqBz6E,GAIvC,OAFAlhB,KAAKi8F,OAAQh2E,EAAOjmB,KAAK86F,aAAcS,IAEhC,CACR,EAEAjX,WAAY,SAAUr+D,GAWrB,OAVAjmB,KAAK+qD,aAAc/qD,KAAKorF,QAAS,KAAM,mBACvCprF,KAAK46F,eAAgB,EAErB56F,KAAKk8F,MAAOj2E,EAAOjmB,KAAK86F,cACxB96F,KAAKisE,QAAShmD,EAAOjmB,KAAK86F,cAE1B96F,KAAK86F,aAAe,KACpB96F,KAAKg8F,aAAe,KACpBh8F,KAAK66F,aAAc,GAEZ,CACR,EAEAE,mBAAoB,WACnB/6F,KAAKw6F,YAA6C,aAA7Bx6F,KAAKc,QAAQ05F,YAA+B,WAAa,YAC/E,EAEAmB,oBAAqB,SAAUz6E,GAC9B,IAAIi7E,EACHC,EACAC,EACAC,EACAC,EA0BD,MAxB0B,eAArBv8F,KAAKw6F,aACT2B,EAAan8F,KAAK07F,YAAY3oF,MAC9BqpF,EAAal7E,EAASnN,EAAI/T,KAAK0vF,cAActuE,MAC1CphB,KAAKg8F,aAAeh8F,KAAKg8F,aAAa56E,KAAO,KAEhD+6E,EAAan8F,KAAK07F,YAAY1oF,OAC9BopF,EAAal7E,EAASlN,EAAIhU,KAAK0vF,cAAcvuE,KAC1CnhB,KAAKg8F,aAAeh8F,KAAKg8F,aAAa76E,IAAM,KAGhDk7E,EAAiBD,EAAaD,GACV,IACnBE,EAAe,GAEXA,EAAe,IACnBA,EAAe,GAEU,aAArBr8F,KAAKw6F,cACT6B,EAAe,EAAIA,GAGpBC,EAAat8F,KAAK47F,YAAc57F,KAAKq7F,YACrCkB,EAAav8F,KAAKq7F,YAAcgB,EAAeC,EAExCt8F,KAAKw8F,gBAAiBD,EAC9B,EAEAzU,QAAS,SAAUtgD,EAAOxjC,EAAOmvB,GAChC,IAAIspE,EAAS,CACZzX,OAAQhlF,KAAKorF,QAAS5jD,GACtBk1D,YAAal1D,EACbxjC,WAAiB5D,IAAV4D,EAAsBA,EAAQhE,KAAKgE,SAQ3C,OALKhE,KAAK28F,uBACTF,EAAOz4F,WAAkB5D,IAAV4D,EAAsBA,EAAQhE,KAAKmzB,OAAQqU,GAC1Di1D,EAAOtpE,OAASA,GAAUnzB,KAAKmzB,UAGzBspE,CACR,EAEAE,mBAAoB,WACnB,OAAO38F,KAAKc,QAAQqyB,QAAUnzB,KAAKc,QAAQqyB,OAAOnxB,MACnD,EAEA+5F,OAAQ,SAAU91E,EAAOuhB,GACxB,OAAOxnC,KAAKwhC,SAAU,QAASvb,EAAOjmB,KAAK8nF,QAAStgD,GACrD,EAEAy0D,OAAQ,SAAUh2E,EAAOuhB,EAAOo1D,GAC/B,IAAaC,EACZC,EAAe98F,KAAKgE,QACpB+4F,EAAY/8F,KAAKmzB,SAEbnzB,KAAK28F,uBACTE,EAAW78F,KAAKmzB,OAAQqU,EAAQ,EAAI,GACpCs1D,EAAe98F,KAAKmzB,OAAQqU,GAEQ,IAA/BxnC,KAAKc,QAAQqyB,OAAOnxB,SAAuC,IAAvBhC,KAAKc,QAAQklC,QACrD42D,EAAoB,IAAVp1D,EAAc52B,KAAK0E,IAAKunF,EAAUD,GAAWhsF,KAAKkC,IAAK+pF,EAAUD,IAG5EG,EAAWv1D,GAAUo1D,GAGjBA,IAAWE,IAOC,IAHP98F,KAAKwhC,SAAU,QAASvb,EAAOjmB,KAAK8nF,QAAStgD,EAAOo1D,EAAQG,MAOjE/8F,KAAK28F,qBACT38F,KAAKmzB,OAAQqU,EAAOo1D,GAEpB58F,KAAKgE,MAAO44F,GAEd,EAEAV,MAAO,SAAUj2E,EAAOuhB,GACvBxnC,KAAKwhC,SAAU,OAAQvb,EAAOjmB,KAAK8nF,QAAStgD,GAC7C,EAEAykC,QAAS,SAAUhmD,EAAOuhB,GACnBxnC,KAAK26F,aAAgB36F,KAAK46F,gBAG/B56F,KAAK87F,kBAAoBt0D,EACzBxnC,KAAKwhC,SAAU,SAAUvb,EAAOjmB,KAAK8nF,QAAStgD,IAEhD,EAEAxjC,MAAO,SAAUoyB,GAChB,OAAKvrB,UAAU7I,QACdhC,KAAKc,QAAQkD,MAAQhE,KAAKw8F,gBAAiBpmE,GAC3Cp2B,KAAKs3F,qBACLt3F,KAAKisE,QAAS,KAAM,IAIdjsE,KAAK6rE,QACb,EAEA14C,OAAQ,SAAUqU,EAAOpR,GACxB,IAAI4mE,EACHD,EACAtrF,EAED,GAAK5G,UAAU7I,OAAS,EAIvB,OAHAhC,KAAKc,QAAQqyB,OAAQqU,GAAUxnC,KAAKw8F,gBAAiBpmE,GACrDp2B,KAAKs3F,qBACLt3F,KAAKisE,QAAS,KAAMzkC,GAIrB,IAAK38B,UAAU7I,OAiBd,OAAOhC,KAAKi9F,UAhBZ,IAAKn/D,MAAMC,QAASlzB,UAAW,IAS9B,OAAK7K,KAAK28F,qBACF38F,KAAKi9F,QAASz1D,GAEdxnC,KAAKgE,QATb,IAFAg5F,EAAOh9F,KAAKc,QAAQqyB,OACpB4pE,EAAYlyF,UAAW,GACjB4G,EAAI,EAAGA,EAAIurF,EAAKh7F,OAAQyP,GAAK,EAClCurF,EAAMvrF,GAAMzR,KAAKw8F,gBAAiBO,EAAWtrF,IAC7CzR,KAAKisE,QAAS,KAAMx6D,GAErBzR,KAAKs3F,eAWR,EAEA71D,WAAY,SAAU59B,EAAKG,GAC1B,IAAIyN,EACHyrF,EAAa,EAkBd,OAhBa,UAARr5F,IAA0C,IAAvB7D,KAAKc,QAAQklC,QACrB,QAAVhiC,GACJhE,KAAKc,QAAQkD,MAAQhE,KAAKi9F,QAAS,GACnCj9F,KAAKc,QAAQqyB,OAAS,MACD,QAAVnvB,IACXhE,KAAKc,QAAQkD,MAAQhE,KAAKi9F,QAASj9F,KAAKc,QAAQqyB,OAAOnxB,OAAS,GAChEhC,KAAKc,QAAQqyB,OAAS,OAInB2K,MAAMC,QAAS/9B,KAAKc,QAAQqyB,UAChC+pE,EAAal9F,KAAKc,QAAQqyB,OAAOnxB,QAGlChC,KAAKu+C,OAAQ16C,EAAKG,GAETH,GACR,IAAK,cACJ7D,KAAK+6F,qBACL/6F,KAAK+qD,aAAc,2CACjBmB,UAAW,aAAelsD,KAAKw6F,aACjCx6F,KAAKs3F,gBACAt3F,KAAKc,QAAQklC,OACjBhmC,KAAKm9F,cAAen5F,GAIrBhE,KAAKorF,QAAQ72E,IAAe,eAAVvQ,EAAyB,SAAW,OAAQ,IAC9D,MACD,IAAK,QACJhE,KAAK66F,aAAc,EACnB76F,KAAKs3F,gBACLt3F,KAAKisE,QAAS,KAAM,GACpBjsE,KAAK66F,aAAc,EACnB,MACD,IAAK,SAKJ,IAJA76F,KAAK66F,aAAc,EACnB76F,KAAKs3F,gBAGC7lF,EAAIyrF,EAAa,EAAGzrF,GAAK,EAAGA,IACjCzR,KAAKisE,QAAS,KAAMx6D,GAErBzR,KAAK66F,aAAc,EACnB,MACD,IAAK,OACL,IAAK,MACL,IAAK,MACJ76F,KAAK66F,aAAc,EACnB76F,KAAKg7F,mBACLh7F,KAAKs3F,gBACLt3F,KAAK66F,aAAc,EACnB,MACD,IAAK,QACJ76F,KAAK66F,aAAc,EACnB76F,KAAKglE,WACLhlE,KAAK66F,aAAc,EAGtB,EAEAlwC,mBAAoB,SAAU3mD,GAC7BhE,KAAKu+C,OAAQv6C,GAEbhE,KAAKsrD,aAAc,KAAM,sBAAuBtnD,EACjD,EAIA6nE,OAAQ,WACP,IAAI/pC,EAAM9hC,KAAKc,QAAQkD,MAGvB,OAFMhE,KAAKw8F,gBAAiB16D,EAG7B,EAKAm7D,QAAS,SAAUz1D,GAClB,IAAI1F,EACHk7D,EACAvrF,EAED,GAAK5G,UAAU7I,OAId,OAHA8/B,EAAM9hC,KAAKc,QAAQqyB,OAAQqU,GACrBxnC,KAAKw8F,gBAAiB16D,GAGtB,GAAK9hC,KAAK28F,qBAAuB,CAKvC,IADAK,EAAOh9F,KAAKc,QAAQqyB,OAAOtmB,QACrB4E,EAAI,EAAGA,EAAIurF,EAAKh7F,OAAQyP,GAAK,EAClCurF,EAAMvrF,GAAMzR,KAAKw8F,gBAAiBQ,EAAMvrF,IAGzC,OAAOurF,CACR,CACC,MAAO,EAET,EAGAR,gBAAiB,SAAU16D,GAC1B,GAAKA,GAAO9hC,KAAKq7F,YAChB,OAAOr7F,KAAKq7F,YAEb,GAAKv5D,GAAO9hC,KAAK47F,YAChB,OAAO57F,KAAK47F,YAEb,IAAIl3D,EAAS1kC,KAAKc,QAAQ4jC,KAAO,EAAM1kC,KAAKc,QAAQ4jC,KAAO,EAC1D04D,GAAet7D,EAAM9hC,KAAKq7F,aAAgB32D,EAC1C24D,EAAav7D,EAAMs7D,EAQpB,OAN8B,EAAzBxsF,KAAK0B,IAAK8qF,IAAoB14D,IAClC24D,GAAgBD,EAAa,EAAM14D,GAAUA,GAKvC/kB,WAAY09E,EAAWvqC,QAAS,GACxC,EAEAkoC,iBAAkB,WACjB,IAAIloF,EAAM9S,KAAKc,QAAQgS,IACtBwC,EAAMtV,KAAKq7F,YACX32D,EAAO1kC,KAAKc,QAAQ4jC,MAErB5xB,EADYlC,KAAKC,OAASiC,EAAMwC,GAAQovB,GAASA,EAChCpvB,GACNtV,KAAKc,QAAQgS,MAGvBA,GAAO4xB,GAER1kC,KAAK8S,IAAM6M,WAAY7M,EAAIggD,QAAS9yD,KAAKs9F,cAC1C,EAEAA,WAAY,WACX,IAAIC,EAAYv9F,KAAKw9F,aAAcx9F,KAAKc,QAAQ4jC,MAIhD,OAH0B,OAArB1kC,KAAKc,QAAQwU,MACjBioF,EAAY3sF,KAAKkC,IAAKyqF,EAAWv9F,KAAKw9F,aAAcx9F,KAAKc,QAAQwU,OAE3DioF,CACR,EAEAC,aAAc,SAAUpkD,GACvB,IAAImhB,EAAMnhB,EAAI73C,WACbk8F,EAAUljC,EAAI70D,QAAS,KACxB,OAAoB,IAAb+3F,EAAiB,EAAIljC,EAAIv4D,OAASy7F,EAAU,CACpD,EAEApC,UAAW,WACV,OAAOr7F,KAAKc,QAAQwU,GACrB,EAEAsmF,UAAW,WACV,OAAO57F,KAAK8S,GACb,EAEAqqF,cAAe,SAAU3C,GACH,aAAhBA,GACJx6F,KAAKgmC,MAAMzxB,IAAK,CAAE,MAAS,GAAI,KAAQ,KAEnB,eAAhBimF,GACJx6F,KAAKgmC,MAAMzxB,IAAK,CAAE,OAAU,GAAI,OAAU,IAE5C,EAEA+iF,cAAe,WACd,IAAIoG,EAAgBC,EAAY35F,EAAO45F,EAAUC,EAChDC,EAAS99F,KAAKc,QAAQklC,MACtBlC,EAAI9jC,KAAKc,QACT+pD,EAAO7qD,KACP85D,GAAa95D,KAAK66F,aAAgB/2D,EAAEg2B,QACpCikC,EAAO,CAAC,EAEJ/9F,KAAK28F,qBACT38F,KAAKorF,QAAQ/qF,MAAM,SAAUoR,GAC5BksF,GAAe9yC,EAAK13B,OAAQ1hB,GAAMo5C,EAAKwwC,cAAkBxwC,EAAK+wC,YAC7D/wC,EAAKwwC,aAAgB,IACtB0C,EAA2B,eAArBlzC,EAAK2vC,YAA+B,OAAS,UAAamD,EAAa,IAC7Er9F,EAAGN,MAAOwb,KAAM,EAAG,GAAKs+C,EAAU,UAAY,OAASikC,EAAMj6D,EAAEg2B,UACnC,IAAvBjP,EAAK/pD,QAAQklC,QACS,eAArB6kB,EAAK2vC,aACE,IAAN/oF,GACJo5C,EAAK7kB,MAAMxqB,KAAM,EAAG,GAAKs+C,EAAU,UAAY,OAAS,CACvD14C,KAAMu8E,EAAa,KACjB75D,EAAEg2B,SAEK,IAANroD,GACJo5C,EAAK7kB,MAAO8zB,EAAU,UAAY,OAAS,CAC1C/mD,MAAS4qF,EAAaD,EAAmB,KACvC,CACFhwC,OAAO,EACPJ,SAAUxpB,EAAEg2B,YAIH,IAANroD,GACJo5C,EAAK7kB,MAAMxqB,KAAM,EAAG,GAAKs+C,EAAU,UAAY,OAAS,CACvDjJ,OAAQ,EAAiB,KACvB/sB,EAAEg2B,SAEK,IAANroD,GACJo5C,EAAK7kB,MAAO8zB,EAAU,UAAY,OAAS,CAC1C9mD,OAAU2qF,EAAaD,EAAmB,KACxC,CACFhwC,OAAO,EACPJ,SAAUxpB,EAAEg2B,YAKhB4jC,EAAiBC,CAClB,KAEA35F,EAAQhE,KAAKgE,QACb45F,EAAW59F,KAAKq7F,YAChBwC,EAAW79F,KAAK47F,YAChB+B,EAAeE,IAAaD,GACxB55F,EAAQ45F,IAAeC,EAAWD,GAAa,IACjD,EACFG,EAA2B,eAArB/9F,KAAKw6F,YAA+B,OAAS,UAAamD,EAAa,IAC7E39F,KAAKglF,OAAOxpE,KAAM,EAAG,GAAKs+C,EAAU,UAAY,OAASikC,EAAMj6D,EAAEg2B,SAEjD,QAAXgkC,GAAyC,eAArB99F,KAAKw6F,aAC7Bx6F,KAAKgmC,MAAMxqB,KAAM,EAAG,GAAKs+C,EAAU,UAAY,OAAS,CACvD/mD,MAAO4qF,EAAa,KAClB75D,EAAEg2B,SAEU,QAAXgkC,GAAyC,eAArB99F,KAAKw6F,aAC7Bx6F,KAAKgmC,MAAMxqB,KAAM,EAAG,GAAKs+C,EAAU,UAAY,OAAS,CACvD/mD,MAAS,IAAM4qF,EAAe,KAC5B75D,EAAEg2B,SAEU,QAAXgkC,GAAyC,aAArB99F,KAAKw6F,aAC7Bx6F,KAAKgmC,MAAMxqB,KAAM,EAAG,GAAKs+C,EAAU,UAAY,OAAS,CACvD9mD,OAAQ2qF,EAAa,KACnB75D,EAAEg2B,SAEU,QAAXgkC,GAAyC,aAArB99F,KAAKw6F,aAC7Bx6F,KAAKgmC,MAAMxqB,KAAM,EAAG,GAAKs+C,EAAU,UAAY,OAAS,CACvD9mD,OAAU,IAAM2qF,EAAe,KAC7B75D,EAAEg2B,SAGR,EAEAwhC,cAAe,CACdj1B,QAAS,SAAUpgD,GAClB,IAAa+3E,EAAQpB,EAAQl4D,EAC5B8C,EAAQlnC,EAAG2lB,EAAMxY,QAASpK,KAAM,0BAEjC,OAAS4iB,EAAMib,SACd,KAAK5gC,EAAEonD,GAAGxmB,QAAQ0hC,KAClB,KAAKtiE,EAAEonD,GAAGxmB,QAAQuhC,IAClB,KAAKniE,EAAEonD,GAAGxmB,QAAQ6hC,QAClB,KAAKziE,EAAEonD,GAAGxmB,QAAQ4hC,UAClB,KAAKxiE,EAAEonD,GAAGxmB,QAAQkiC,GAClB,KAAK9iE,EAAEonD,GAAGxmB,QAAQ+hC,MAClB,KAAK3iE,EAAEonD,GAAGxmB,QAAQshC,KAClB,KAAKliE,EAAEonD,GAAGxmB,QAAQ2hC,KAEjB,GADA58C,EAAMC,kBACAlmB,KAAK26F,cACV36F,KAAK26F,aAAc,EACnB36F,KAAKksD,UAAW5rD,EAAG2lB,EAAMxY,QAAU,KAAM,oBAExB,IADPzN,KAAK+7F,OAAQ91E,EAAOuhB,IAE7B,OAaJ,OAPA9C,EAAO1kC,KAAKc,QAAQ4jC,KAEnBs5D,EAASpB,EADL58F,KAAK28F,qBACS38F,KAAKmzB,OAAQqU,GAEbxnC,KAAKgE,QAGfiiB,EAAMib,SACd,KAAK5gC,EAAEonD,GAAGxmB,QAAQ0hC,KACjBg6B,EAAS58F,KAAKq7F,YACd,MACD,KAAK/6F,EAAEonD,GAAGxmB,QAAQuhC,IACjBm6B,EAAS58F,KAAK47F,YACd,MACD,KAAKt7F,EAAEonD,GAAGxmB,QAAQ6hC,QACjB65B,EAAS58F,KAAKw8F,gBACbwB,GAAah+F,KAAK47F,YAAc57F,KAAKq7F,aAAgBr7F,KAAK06F,UAE3D,MACD,KAAKp6F,EAAEonD,GAAGxmB,QAAQ4hC,UACjB85B,EAAS58F,KAAKw8F,gBACbwB,GAAah+F,KAAK47F,YAAc57F,KAAKq7F,aAAgBr7F,KAAK06F,UAC3D,MACD,KAAKp6F,EAAEonD,GAAGxmB,QAAQkiC,GAClB,KAAK9iE,EAAEonD,GAAGxmB,QAAQ+hC,MACjB,GAAK+6B,IAAWh+F,KAAK47F,YACpB,OAEDgB,EAAS58F,KAAKw8F,gBAAiBwB,EAASt5D,GACxC,MACD,KAAKpkC,EAAEonD,GAAGxmB,QAAQshC,KAClB,KAAKliE,EAAEonD,GAAGxmB,QAAQ2hC,KACjB,GAAKm7B,IAAWh+F,KAAKq7F,YACpB,OAEDuB,EAAS58F,KAAKw8F,gBAAiBwB,EAASt5D,GAI1C1kC,KAAKi8F,OAAQh2E,EAAOuhB,EAAOo1D,EAC5B,EACAqB,MAAO,SAAUh4E,GAChB,IAAIuhB,EAAQlnC,EAAG2lB,EAAMxY,QAASpK,KAAM,0BAE/BrD,KAAK26F,cACT36F,KAAK26F,aAAc,EACnB36F,KAAKk8F,MAAOj2E,EAAOuhB,GACnBxnC,KAAKisE,QAAShmD,EAAOuhB,GACrBxnC,KAAK+qD,aAAczqD,EAAG2lB,EAAMxY,QAAU,KAAM,mBAE9C,KAsBoBnN,EAAE6iC,OAAQ,cAAe7iC,EAAEonD,GAAG+8B,MAAO,CAC1D97D,QAAS,SACTqgC,kBAAmB,OACnBk1C,OAAO,EACPp9F,QAAS,CACR6+B,SAAU,SACVglD,MAAM,EACNwZ,aAAa,EACbtZ,aAAa,EACb/L,OAAQ,OACRgM,UAAU,EACVsZ,aAAa,EACbC,sBAAsB,EACtBC,iBAAiB,EACjBvZ,MAAM,EACNC,QAAQ,EACRn+B,OAAQ,WACR4gB,MAAO,MACPpI,SAAS,EACTlD,aAAa,EACbgpB,QAAQ,EACRpb,QAAQ,EACRub,kBAAmB,GACnBC,YAAa,GACbF,MAAO,UACP8P,UAAW,YACXl6B,OAAQ,IAGRj4B,SAAU,KACVu7D,WAAY,KACZxzB,OAAQ,KACR7nC,WAAY,KACZkyD,IAAK,KACLC,KAAM,KACNmJ,QAAS,KACT9mF,OAAQ,KACRu3B,KAAM,KACNrJ,MAAO,KACPpqB,KAAM,KACN/W,OAAQ,MAGTg6F,YAAa,SAAU1qF,EAAG0iF,EAAW/iF,GACpC,OAASK,GAAK0iF,GAAiB1iF,EAAM0iF,EAAY/iF,CAClD,EAEAgrF,YAAa,SAAUzkE,GACtB,MAAO,aAAiBgP,KAAMhP,EAAK1lB,IAAK,WACvC,oBAAwB00B,KAAMhP,EAAK1lB,IAAK,WAC1C,EAEA+rB,QAAS,WACRtgC,KAAKqpF,eAAiB,CAAC,EACvBrpF,KAAKksD,UAAW,eAGhBlsD,KAAK0hE,UAGL1hE,KAAKkvD,OAASlvD,KAAK83B,QAAQo3B,SAG3BlvD,KAAKijF,aAELjjF,KAAK8lF,sBAGL9lF,KAAKk+F,OAAQ,CAEd,EAEAz8D,WAAY,SAAU59B,EAAKG,GAC1BhE,KAAKu+C,OAAQ16C,EAAKG,GAEL,WAARH,GACJ7D,KAAK8lF,qBAEP,EAEAA,oBAAqB,WACpB,IAAIj7B,EAAO7qD,KACXA,KAAK+qD,aAAc/qD,KAAK83B,QAAQ/1B,KAAM,uBAAyB,sBAC/DzB,EAAED,KAAML,KAAKynE,OAAO,WACnB5c,EAAKqB,UACJlsD,KAAKwyC,SAAS1xC,QAAQkkF,OACrBhlF,KAAKi6B,KAAKl4B,KAAM/B,KAAKwyC,SAAS1xC,QAAQkkF,QACtChlF,KAAKi6B,KACN,qBAEF,GACD,EAEA6wB,SAAU,WACT9qD,KAAKmjF,gBAEL,IAAM,IAAI1xE,EAAIzR,KAAKynE,MAAMzlE,OAAS,EAAGyP,GAAK,EAAGA,IAC5CzR,KAAKynE,MAAOh2D,GAAIwoB,KAAK+wB,WAAYhrD,KAAKipD,WAAa,SAGpD,OAAOjpD,IACR,EAEA6jF,cAAe,SAAU59D,EAAO04E,GAC/B,IAAIpV,EAAc,KACjBqV,GAAc,EACd/zC,EAAO7qD,KAER,QAAKA,KAAK6+F,WAIL7+F,KAAKc,QAAQipD,UAAkC,WAAtB/pD,KAAKc,QAAQmC,OAK3CjD,KAAK8+F,cAAe74E,GAGpB3lB,EAAG2lB,EAAMxY,QAASg2D,UAAUpjE,MAAM,WACjC,GAAKC,EAAE+C,KAAMrD,KAAM6qD,EAAK5B,WAAa,WAAc4B,EAElD,OADA0+B,EAAcjpF,EAAGN,OACV,CAET,IACKM,EAAE+C,KAAM4iB,EAAMxY,OAAQo9C,EAAK5B,WAAa,WAAc4B,IAC1D0+B,EAAcjpF,EAAG2lB,EAAMxY,UAGlB87E,GAGDvpF,KAAKc,QAAQkkF,SAAW2Z,IAC5Br+F,EAAGN,KAAKc,QAAQkkF,OAAQuE,GAAcxnF,KAAM,KAAMi3D,UAAU34D,MAAM,WAC5DL,OAASimB,EAAMxY,SACnBmxF,GAAc,EAEhB,KACMA,KAKP5+F,KAAKupF,YAAcA,EACnBvpF,KAAK++F,2BACE,IAER,EAEA7a,YAAa,SAAUj+D,EAAO04E,EAAgBK,GAE7C,IAAIvtF,EAAG9J,EACNm8B,EAAI9jC,KAAKc,QA8HV,GA5HAd,KAAKi/F,iBAAmBj/F,KAIxBA,KAAKklF,mBAGLllF,KAAK2/B,SAAWr/B,EAAkB,WAAfwjC,EAAEnE,SACnBmE,EAAEnE,SACF3/B,KAAKupF,YAAYjzE,UAGnBtW,KAAK6mD,OAAS7mD,KAAKsmF,cAAergE,GAGlCjmB,KAAKumF,0BAQLvmF,KAAKymF,gBAGLzmF,KAAKkvD,OAASlvD,KAAKupF,YAAYr6B,SAC/BlvD,KAAKkvD,OAAS,CACb/tC,IAAKnhB,KAAKkvD,OAAO/tC,IAAMnhB,KAAKwnF,QAAQrmE,IACpCC,KAAMphB,KAAKkvD,OAAO9tC,KAAOphB,KAAKwnF,QAAQpmE,MAGvC9gB,EAAEy2B,OAAQ/2B,KAAKkvD,OAAQ,CACtB/3C,MAAO,CACNiK,KAAM6E,EAAM6pC,MAAQ9vD,KAAKkvD,OAAO9tC,KAChCD,IAAK8E,EAAM4pC,MAAQ7vD,KAAKkvD,OAAO/tC,KAKhCumE,SAAU1nF,KAAK2nF,uBAMhB3nF,KAAK6mD,OAAOtyC,IAAK,WAAY,YAC7BvU,KAAKo8D,YAAcp8D,KAAK6mD,OAAOtyC,IAAK,YAG/BuvB,EAAEghD,UACN9kF,KAAKknF,wBAAyBpjD,EAAEghD,UAIjC9kF,KAAKk/F,YAAc,CAClBxyD,KAAM1sC,KAAKupF,YAAY78C,OAAQ,GAC/Bp2B,OAAQtW,KAAKupF,YAAYjzE,SAAU,IAK/BtW,KAAK6mD,OAAQ,KAAQ7mD,KAAKupF,YAAa,IAC3CvpF,KAAKupF,YAAYtpF,OAIlBD,KAAKm/F,qBAGLn/F,KAAK2jE,aAAe3jE,KAAKm8D,YAAYwH,eAErCrjE,EAAEy2B,OAAQ/2B,KAAKkvD,OAAQ,CACtB54C,OAAQtW,KAAKynF,qBAIT3jD,EAAE+gD,aACN7kF,KAAKmnF,kBAGDrjD,EAAEg1C,QAAuB,SAAbh1C,EAAEg1C,SAClBnxE,EAAO3H,KAAKuJ,SAASxH,KAAM,QAG3B/B,KAAKo/F,aAAez3F,EAAK4M,IAAK,UAC9B5M,EAAK4M,IAAK,SAAUuvB,EAAEg1C,QAEtB94E,KAAKq/F,iBACJ/+F,EAAG,qBAAuBwjC,EAAEg1C,OAAS,0BAA2Bn5C,SAAUh4B,IAMvEm8B,EAAEm3B,SACDj7D,KAAK6mD,OAAOtyC,IAAK,YACrBvU,KAAKs/F,cAAgBt/F,KAAK6mD,OAAOtyC,IAAK,WAEvCvU,KAAK6mD,OAAOtyC,IAAK,SAAUuvB,EAAEm3B,SAGzBn3B,EAAEu7B,UACDr/D,KAAK6mD,OAAOtyC,IAAK,aACrBvU,KAAKu/F,eAAiBv/F,KAAK6mD,OAAOtyC,IAAK,YAExCvU,KAAK6mD,OAAOtyC,IAAK,UAAWuvB,EAAEu7B,UAI1Br/D,KAAK2jE,aAAc,KAAQ3jE,KAAKuJ,SAAU,IACV,SAAnCvJ,KAAK2jE,aAAc,GAAIlyB,UACxBzxC,KAAK6pF,eAAiB7pF,KAAK2jE,aAAazU,UAIzClvD,KAAKwhC,SAAU,QAASvb,EAAOjmB,KAAK8nF,WAG9B9nF,KAAKw/F,4BACVx/F,KAAKumF,2BAIAyY,EACL,IAAMvtF,EAAIzR,KAAKy/F,WAAWz9F,OAAS,EAAGyP,GAAK,EAAGA,IAC7CzR,KAAKy/F,WAAYhuF,GAAI+vB,SAAU,WAAYvb,EAAOjmB,KAAK8nF,QAAS9nF,OAiClE,OA5BKM,EAAEonD,GAAG8+B,YACTlmF,EAAEonD,GAAG8+B,UAAU/5C,QAAUzsC,MAGrBM,EAAEonD,GAAG8+B,YAAc1iD,EAAEujD,eACzB/mF,EAAEonD,GAAG8+B,UAAUc,eAAgBtnF,KAAMimB,GAGtCjmB,KAAK0/F,UAAW,EAEhB1/F,KAAKksD,UAAWlsD,KAAK6mD,OAAQ,sBAGvB7mD,KAAK6mD,OAAOvwC,SAAS6P,GAAInmB,KAAK2/B,YACnC3/B,KAAK6mD,OAAOpqC,SAASkjB,SAAU3/B,KAAK2/B,UAGpC3/B,KAAKkvD,OAAO54C,OAAStW,KAAKynF,oBAI3BznF,KAAKkhB,SAAWlhB,KAAK8mF,iBAAmB9mF,KAAK+mF,kBAAmB9gE,GAChEjmB,KAAKgnF,cAAgB/gE,EAAM6pC,MAC3B9vD,KAAKinF,cAAgBhhE,EAAM4pC,MAC3B7vD,KAAK2/F,gBAAkB3/F,KAAK4mF,YAAc5mF,KAAK6nF,mBAAoB,YAEnE7nF,KAAKqkF,WAAYp+D,IAEV,CAER,EAEA25E,QAAS,SAAU35E,GAClB,IAAI6d,EAAI9jC,KAAKc,QACZgpF,GAAW,EA6CZ,OA3CK9pF,KAAK2jE,aAAc,KAAQ3jE,KAAKuJ,SAAU,IACV,SAAnCvJ,KAAK2jE,aAAc,GAAIlyB,SAEjBzxC,KAAK6pF,eAAe1oE,IAAMnhB,KAAK2jE,aAAc,GAAI+G,aACtDzkD,EAAM4pC,MAAQ/rB,EAAEwhD,kBACjBtlF,KAAK2jE,aAAc,GAAIhnB,UACtBmtC,EAAW9pF,KAAK2jE,aAAc,GAAIhnB,UAAY7Y,EAAEyhD,YACtCt/D,EAAM4pC,MAAQ7vD,KAAK6pF,eAAe1oE,IAAM2iB,EAAEwhD,oBACrDtlF,KAAK2jE,aAAc,GAAIhnB,UACtBmtC,EAAW9pF,KAAK2jE,aAAc,GAAIhnB,UAAY7Y,EAAEyhD,aAG3CvlF,KAAK6pF,eAAezoE,KAAOphB,KAAK2jE,aAAc,GAAIliD,YACvDwE,EAAM6pC,MAAQhsB,EAAEwhD,kBACjBtlF,KAAK2jE,aAAc,GAAIxU,WAAa26B,EACnC9pF,KAAK2jE,aAAc,GAAIxU,WAAarrB,EAAEyhD,YAC5Bt/D,EAAM6pC,MAAQ9vD,KAAK6pF,eAAezoE,KAAO0iB,EAAEwhD,oBACtDtlF,KAAK2jE,aAAc,GAAIxU,WAAa26B,EACnC9pF,KAAK2jE,aAAc,GAAIxU,WAAarrB,EAAEyhD,eAKnCt/D,EAAM4pC,MAAQ7vD,KAAKuJ,SAASozC,YAAc7Y,EAAEwhD,kBAChDwE,EAAW9pF,KAAKuJ,SAASozC,UAAW38C,KAAKuJ,SAASozC,YAAc7Y,EAAEyhD,aACvDvlF,KAAKmE,OAAO6O,UAAaiT,EAAM4pC,MAAQ7vD,KAAKuJ,SAASozC,aAC/D7Y,EAAEwhD,oBACHwE,EAAW9pF,KAAKuJ,SAASozC,UAAW38C,KAAKuJ,SAASozC,YAAc7Y,EAAEyhD,cAG9Dt/D,EAAM6pC,MAAQ9vD,KAAKuJ,SAAS4lD,aAAerrB,EAAEwhD,kBACjDwE,EAAW9pF,KAAKuJ,SAAS4lD,WACxBnvD,KAAKuJ,SAAS4lD,aAAerrB,EAAEyhD,aAErBvlF,KAAKmE,OAAO4O,SAAYkT,EAAM6pC,MAAQ9vD,KAAKuJ,SAAS4lD,cAC9DrrB,EAAEwhD,oBACHwE,EAAW9pF,KAAKuJ,SAAS4lD,WACxBnvD,KAAKuJ,SAAS4lD,aAAerrB,EAAEyhD,eAM3BuE,CACR,EAEAzF,WAAY,SAAUp+D,GACrB,IAAIxU,EAAGwoB,EAAM4lE,EAAaC,EACzBh8D,EAAI9jC,KAAKc,QAiCV,IA9BAd,KAAKkhB,SAAWlhB,KAAK+mF,kBAAmB9gE,GACxCjmB,KAAK4mF,YAAc5mF,KAAK6nF,mBAAoB,YAGtC7nF,KAAKc,QAAQ6jF,MAA8B,MAAtB3kF,KAAKc,QAAQ6jF,OACvC3kF,KAAK6mD,OAAQ,GAAIjpC,MAAMwD,KAAOphB,KAAKkhB,SAASE,KAAO,MAE9CphB,KAAKc,QAAQ6jF,MAA8B,MAAtB3kF,KAAKc,QAAQ6jF,OACvC3kF,KAAK6mD,OAAQ,GAAIjpC,MAAMuD,IAAMnhB,KAAKkhB,SAASC,IAAM,MAI7C2iB,EAAEimC,SACyB,IAA1B/pE,KAAK4/F,QAAS35E,KAGlBjmB,KAAK+/F,uBAAuB,GAEvBz/F,EAAEonD,GAAG8+B,YAAc1iD,EAAEujD,eACzB/mF,EAAEonD,GAAG8+B,UAAUc,eAAgBtnF,KAAMimB,IAKxCjmB,KAAKggG,cAAgB,CACpBhvC,SAAUhxD,KAAKigG,4BACflvC,WAAY/wD,KAAKkgG,+BAIZzuF,EAAIzR,KAAKynE,MAAMzlE,OAAS,EAAGyP,GAAK,EAAGA,IAMxC,GAFAouF,GADA5lE,EAAOj6B,KAAKynE,MAAOh2D,IACAwoB,KAAM,IACzB6lE,EAAe9/F,KAAKmgG,uBAAwBlmE,KAYvCA,EAAKuY,WAAaxyC,KAAKi/F,oBAOvBY,IAAgB7/F,KAAKupF,YAAa,IACtCvpF,KAAKm8D,YAA8B,IAAjB2jC,EAClB,OAAS,UAAY,KAAQD,GAC5Bv/F,EAAEgzC,SAAUtzC,KAAKm8D,YAAa,GAAK0jC,IACZ,iBAAtB7/F,KAAKc,QAAQmC,MACb3C,EAAEgzC,SAAUtzC,KAAK83B,QAAS,GAAK+nE,IAGhC,CAID,GAFA7/F,KAAKu7D,UAA6B,IAAjBukC,EAAqB,OAAS,KAEf,YAA3B9/F,KAAKc,QAAQq0F,YAChBn1F,KAAKogG,qBAAsBnmE,GAG5B,MAFAj6B,KAAKqgG,WAAYp6E,EAAOgU,GAKzBj6B,KAAKwhC,SAAU,SAAUvb,EAAOjmB,KAAK8nF,WACrC,KACD,CAeD,OAXA9nF,KAAKsgG,mBAAoBr6E,GAGpB3lB,EAAEonD,GAAG8+B,WACTlmF,EAAEonD,GAAG8+B,UAAUZ,KAAM5lF,KAAMimB,GAI5BjmB,KAAKwhC,SAAU,OAAQvb,EAAOjmB,KAAK8nF,WAEnC9nF,KAAK2/F,gBAAkB3/F,KAAK4mF,aACrB,CAER,EAEAtC,WAAY,SAAUr+D,EAAO2hE,GAE5B,GAAM3hE,EAAN,CASA,GAJK3lB,EAAEonD,GAAG8+B,YAAcxmF,KAAKc,QAAQumF,eACpC/mF,EAAEonD,GAAG8+B,UAAU5yC,KAAM5zC,KAAMimB,GAGvBjmB,KAAKc,QAAQqkF,OAAS,CAC1B,IAAIt6B,EAAO7qD,KACVw2D,EAAMx2D,KAAKm8D,YAAYjN,SACvBy1B,EAAO3kF,KAAKc,QAAQ6jF,KACpBlpB,EAAY,CAAC,EAERkpB,GAAiB,MAATA,IACblpB,EAAUr6C,KAAOo1C,EAAIp1C,KAAOphB,KAAKkvD,OAAO54C,OAAO8K,KAAOphB,KAAKwnF,QAAQpmE,MAChEphB,KAAK0mF,aAAc,KAAQ1mF,KAAKuJ,SAAU,GAAI5B,KAC/C,EACA3H,KAAK0mF,aAAc,GAAIv3B,aAGpBw1B,GAAiB,MAATA,IACblpB,EAAUt6C,IAAMq1C,EAAIr1C,IAAMnhB,KAAKkvD,OAAO54C,OAAO6K,IAAMnhB,KAAKwnF,QAAQrmE,KAC7DnhB,KAAK0mF,aAAc,KAAQ1mF,KAAKuJ,SAAU,GAAI5B,KAC/C,EACA3H,KAAK0mF,aAAc,GAAI/pC,YAG1B38C,KAAK6+F,WAAY,EACjBv+F,EAAGN,KAAK6mD,QAASiT,QAChB2B,EACAl+C,SAAUvd,KAAKc,QAAQqkF,OAAQ,KAAQ,KACvC,WACCt6B,EAAKu8B,OAAQnhE,EACd,GAEF,MACCjmB,KAAKonF,OAAQnhE,EAAO2hE,GAGrB,OAAO,CAvCP,CAyCD,EAEA93E,OAAQ,WAEP,GAAK9P,KAAK0/F,SAAW,CAEpB1/F,KAAKwjF,SAAU,IAAIljF,EAAEysD,MAAO,UAAW,CAAEt/C,OAAQ,QAEpB,aAAxBzN,KAAKc,QAAQ+lD,QACjB7mD,KAAKupF,YAAYh1E,IAAKvU,KAAKipF,YAC3BjpF,KAAK+qD,aAAc/qD,KAAKupF,YAAa,uBAErCvpF,KAAKupF,YAAYloF,OAIlB,IAAM,IAAIoQ,EAAIzR,KAAKy/F,WAAWz9F,OAAS,EAAGyP,GAAK,EAAGA,IACjDzR,KAAKy/F,WAAYhuF,GAAI+vB,SAAU,aAAc,KAAMxhC,KAAK8nF,QAAS9nF,OAC5DA,KAAKy/F,WAAYhuF,GAAI43E,eAAegM,OACxCr1F,KAAKy/F,WAAYhuF,GAAI+vB,SAAU,MAAO,KAAMxhC,KAAK8nF,QAAS9nF,OAC1DA,KAAKy/F,WAAYhuF,GAAI43E,eAAegM,KAAO,EAI9C,CA4BA,OA1BKr1F,KAAKm8D,cAIJn8D,KAAKm8D,YAAa,GAAIrb,YAC1B9gD,KAAKm8D,YAAa,GAAIrb,WAAWl/B,YAAa5hB,KAAKm8D,YAAa,IAEpC,aAAxBn8D,KAAKc,QAAQ+lD,QAAyB7mD,KAAK6mD,QAC9C7mD,KAAK6mD,OAAQ,GAAI/F,YAClB9gD,KAAK6mD,OAAOnvC,SAGbpX,EAAEy2B,OAAQ/2B,KAAM,CACf6mD,OAAQ,KACR64C,UAAU,EACVb,WAAW,EACX0B,aAAc,OAGVvgG,KAAKk/F,YAAYxyD,KACrBpsC,EAAGN,KAAKk/F,YAAYxyD,MAAOuoC,MAAOj1E,KAAKupF,aAEvCjpF,EAAGN,KAAKk/F,YAAY5oF,QAAS4hB,QAASl4B,KAAKupF,cAItCvpF,IAER,EAEAwgG,UAAW,SAAU18D,GAEpB,IAAI2jC,EAAQznE,KAAKygG,kBAAmB38D,GAAKA,EAAE48D,WAC1CnmC,EAAM,GAiBP,OAhBAz2B,EAAIA,GAAK,CAAC,EAEVxjC,EAAGmnE,GAAQpnE,MAAM,WAChB,IAAIsgG,GAAQrgG,EAAGwjC,EAAE7J,MAAQj6B,MAAO+V,KAAM+tB,EAAEuO,WAAa,OAAU,IAC7D3yB,MAAOokB,EAAE88D,YAAc,kBACpBD,GACJpmC,EAAI7sD,MACDo2B,EAAEjgC,KAAO88F,EAAK,GAAM,MACtB,KAAQ78D,EAAEjgC,KAAOigC,EAAE88D,WAAaD,EAAK,GAAMA,EAAK,IAEnD,KAEMpmC,EAAIv4D,QAAU8hC,EAAEjgC,KACrB02D,EAAI7sD,KAAMo2B,EAAEjgC,IAAM,KAGZ02D,EAAI94D,KAAM,IAElB,EAEA+xC,QAAS,SAAU1P,GAElB,IAAI2jC,EAAQznE,KAAKygG,kBAAmB38D,GAAKA,EAAE48D,WAC1CrqC,EAAM,GAOP,OALAvyB,EAAIA,GAAK,CAAC,EAEV2jC,EAAMpnE,MAAM,WACXg2D,EAAI3oD,KAAMpN,EAAGwjC,EAAE7J,MAAQj6B,MAAO+V,KAAM+tB,EAAEuO,WAAa,OAAU,GAC9D,IACOgkB,CAER,EAGA+yB,gBAAiB,SAAUnvD,GAE1B,IAAIqwD,EAAKtqF,KAAK4mF,YAAYxlE,KACzB1P,EAAK44E,EAAKtqF,KAAKmoF,kBAAkBp1E,MACjCw3E,EAAKvqF,KAAK4mF,YAAYzlE,IACtBqpE,EAAKD,EAAKvqF,KAAKmoF,kBAAkBn1E,OACjCk4B,EAAIjR,EAAK7Y,KACT4iB,EAAIkH,EAAIjR,EAAKlnB,MACb5Q,EAAI83B,EAAK9Y,IACTtB,EAAI1d,EAAI83B,EAAKjnB,OACb6tF,EAAU7gG,KAAKkvD,OAAO/3C,MAAMgK,IAC5B2/E,EAAU9gG,KAAKkvD,OAAO/3C,MAAMiK,KAC5B2/E,EAA8C,MAAtB/gG,KAAKc,QAAQ6jF,MAAsB4F,EAAKsW,EAAY1+F,GACzEooF,EAAKsW,EAAYhhF,EACpBmhF,EAA6C,MAAtBhhG,KAAKc,QAAQ6jF,MAAsB2F,EAAKwW,EAAY51D,GACxEo/C,EAAKwW,EAAY98D,EACpBi9D,EAAgBF,GAAuBC,EAExC,MAAgC,YAA3BhhG,KAAKc,QAAQq0F,WACjBn1F,KAAKc,QAAQogG,2BACgB,YAA3BlhG,KAAKc,QAAQq0F,WACdn1F,KAAKmoF,kBAAmBnoF,KAAKmhG,SAAW,QAAU,UAClDlnE,EAAMj6B,KAAKmhG,SAAW,QAAU,UAE1BF,EAGE/1D,EAAIo/C,EAAOtqF,KAAKmoF,kBAAkBp1E,MAAQ,GAClDrB,EAAO1R,KAAKmoF,kBAAkBp1E,MAAQ,EAAMixB,GAC5C7hC,EAAIooF,EAAOvqF,KAAKmoF,kBAAkBn1E,OAAS,GAC3Cw3E,EAAOxqF,KAAKmoF,kBAAkBn1E,OAAS,EAAM6M,CAGhD,EAEAsgF,uBAAwB,SAAUlmE,GACjC,IAAImnE,EAAmBC,EACtBN,EAA8C,MAAtB/gG,KAAKc,QAAQ6jF,MACpC3kF,KAAKy+F,YACJz+F,KAAK4mF,YAAYzlE,IAAMnhB,KAAKkvD,OAAO/3C,MAAMgK,IAAK8Y,EAAK9Y,IAAK8Y,EAAKjnB,QAC/DguF,EAA6C,MAAtBhhG,KAAKc,QAAQ6jF,MACnC3kF,KAAKy+F,YACJz+F,KAAK4mF,YAAYxlE,KAAOphB,KAAKkvD,OAAO/3C,MAAMiK,KAAM6Y,EAAK7Y,KAAM6Y,EAAKlnB,OAGnE,SAFiBguF,IAAuBC,KAMxCI,EAAoBphG,KAAKggG,cAAchvC,SACvCqwC,EAAsBrhG,KAAKggG,cAAcjvC,WAElC/wD,KAAKmhG,SACiB,UAAxBE,GAAyD,SAAtBD,EAAiC,EAAI,EAC1EA,IAA6C,SAAtBA,EAA+B,EAAI,GAE9D,EAEAhB,qBAAsB,SAAUnmE,GAE/B,IAAIqnE,EAAmBthG,KAAKy+F,YAAaz+F,KAAK4mF,YAAYzlE,IACxDnhB,KAAKkvD,OAAO/3C,MAAMgK,IAAK8Y,EAAK9Y,IAAQ8Y,EAAKjnB,OAAS,EAAKinB,EAAKjnB,QAC7DuuF,EAAkBvhG,KAAKy+F,YAAaz+F,KAAK4mF,YAAYxlE,KACpDphB,KAAKkvD,OAAO/3C,MAAMiK,KAAM6Y,EAAK7Y,KAAS6Y,EAAKlnB,MAAQ,EAAKknB,EAAKlnB,OAC9DquF,EAAoBphG,KAAKggG,cAAchvC,SACvCqwC,EAAsBrhG,KAAKggG,cAAcjvC,WAE1C,OAAK/wD,KAAKmhG,UAAYE,EACc,UAAxBA,GAAmCE,GACnB,SAAxBF,IAAmCE,EAE/BH,IAA+C,SAAtBA,GAAgCE,GACvC,OAAtBF,IAA+BE,EAGpC,EAEArB,0BAA2B,WAC1B,IAAIrP,EAAQ5wF,KAAK4mF,YAAYzlE,IAAMnhB,KAAK2/F,gBAAgBx+E,IACxD,OAAiB,IAAVyvE,IAAiBA,EAAQ,EAAI,OAAS,KAC9C,EAEAsP,4BAA6B,WAC5B,IAAItP,EAAQ5wF,KAAK4mF,YAAYxlE,KAAOphB,KAAK2/F,gBAAgBv+E,KACzD,OAAiB,IAAVwvE,IAAiBA,EAAQ,EAAI,QAAU,OAC/C,EAEAlvB,QAAS,SAAUz7C,GAIlB,OAHAjmB,KAAK8+F,cAAe74E,GACpBjmB,KAAK8lF,sBACL9lF,KAAKklF,mBACEllF,IACR,EAEAwhG,aAAc,WACb,IAAI1gG,EAAUd,KAAKc,QACnB,OAAOA,EAAQq9F,YAAYxwD,cAAgBhkB,OAC1C,CAAE7oB,EAAQq9F,aACVr9F,EAAQq9F,WACV,EAEAsC,kBAAmB,SAAUC,GAE5B,IAAIjvF,EAAGD,EAAGglD,EAAKvC,EACdwT,EAAQ,GACRg6B,EAAU,GACVtD,EAAcn+F,KAAKwhG,eAEpB,GAAKrD,GAAeuC,EACnB,IAAMjvF,EAAI0sF,EAAYn8F,OAAS,EAAGyP,GAAK,EAAGA,IAEzC,IAAMD,GADNglD,EAAMl2D,EAAG69F,EAAa1sF,GAAKzR,KAAKuJ,SAAU,KAC5BvH,OAAS,EAAGwP,GAAK,EAAGA,KACjCyiD,EAAO3zD,EAAE+C,KAAMmzD,EAAKhlD,GAAKxR,KAAKkpD,kBACjB+K,IAASj0D,OAASi0D,EAAKnzD,QAAQipD,UAC3C03C,EAAQ/zF,KAAM,CAAgC,mBAAvBumD,EAAKnzD,QAAQ2mE,MACnCxT,EAAKnzD,QAAQ2mE,MAAM9mE,KAAMszD,EAAKn8B,SAC9Bx3B,EAAG2zD,EAAKnzD,QAAQ2mE,MAAOxT,EAAKn8B,SAC1B+zB,IAAK,uBACLA,IAAK,4BAA8BoI,IAa1C,SAASytC,IACRj6B,EAAM/5D,KAAM1N,KACb,CACA,IAVAyhG,EAAQ/zF,KAAM,CAAgC,mBAAvB1N,KAAKc,QAAQ2mE,MACnCznE,KAAKc,QAAQ2mE,MACX9mE,KAAMX,KAAK83B,QAAS,KAAM,CAAEh3B,QAASd,KAAKc,QAASm5B,KAAMj6B,KAAKupF,cAChEjpF,EAAGN,KAAKc,QAAQ2mE,MAAOznE,KAAK83B,SAC1B+zB,IAAK,uBACLA,IAAK,4BAA8B7rD,OAKhCyR,EAAIgwF,EAAQz/F,OAAS,EAAGyP,GAAK,EAAGA,IACrCgwF,EAAShwF,GAAK,GAAIpR,KAAMqhG,GAGzB,OAAOphG,EAAGmnE,EAEX,EAEAs3B,yBAA0B,WAEzB,IAAIzkE,EAAOt6B,KAAKupF,YAAYxnF,KAAM,SAAW/B,KAAKipD,WAAa,UAE/DjpD,KAAKynE,MAAQnnE,EAAE0tE,KAAMhuE,KAAKynE,OAAO,SAAUxtC,GAC1C,IAAM,IAAIzoB,EAAI,EAAGA,EAAI8oB,EAAKt4B,OAAQwP,IACjC,GAAK8oB,EAAM9oB,KAAQyoB,EAAKA,KAAM,GAC7B,OAAO,EAGT,OAAO,CACR,GAED,EAEA6kE,cAAe,SAAU74E,GAExBjmB,KAAKynE,MAAQ,GACbznE,KAAKy/F,WAAa,CAAEz/F,MAEpB,IAAIyR,EAAGD,EAAGglD,EAAKvC,EAAM0tC,EAAYC,EAAU3nE,EAAM4nE,EAChDp6B,EAAQznE,KAAKynE,MACbg6B,EAAU,CAAE,CAAgC,mBAAvBzhG,KAAKc,QAAQ2mE,MACjCznE,KAAKc,QAAQ2mE,MAAM9mE,KAAMX,KAAK83B,QAAS,GAAK7R,EAAO,CAAEgU,KAAMj6B,KAAKupF,cAChEjpF,EAAGN,KAAKc,QAAQ2mE,MAAOznE,KAAK83B,SAAW93B,OACxCm+F,EAAcn+F,KAAKwhG,eAGpB,GAAKrD,GAAen+F,KAAKk+F,MACxB,IAAMzsF,EAAI0sF,EAAYn8F,OAAS,EAAGyP,GAAK,EAAGA,IAEzC,IAAMD,GADNglD,EAAMl2D,EAAG69F,EAAa1sF,GAAKzR,KAAKuJ,SAAU,KAC5BvH,OAAS,EAAGwP,GAAK,EAAGA,KACjCyiD,EAAO3zD,EAAE+C,KAAMmzD,EAAKhlD,GAAKxR,KAAKkpD,kBACjB+K,IAASj0D,OAASi0D,EAAKnzD,QAAQipD,WAC3C03C,EAAQ/zF,KAAM,CAAgC,mBAAvBumD,EAAKnzD,QAAQ2mE,MACnCxT,EAAKnzD,QAAQ2mE,MACX9mE,KAAMszD,EAAKn8B,QAAS,GAAK7R,EAAO,CAAEgU,KAAMj6B,KAAKupF,cAC/CjpF,EAAG2zD,EAAKnzD,QAAQ2mE,MAAOxT,EAAKn8B,SAAWm8B,IACxCj0D,KAAKy/F,WAAW/xF,KAAMumD,IAM1B,IAAMxiD,EAAIgwF,EAAQz/F,OAAS,EAAGyP,GAAK,EAAGA,IAIrC,IAHAkwF,EAAaF,EAAShwF,GAAK,GAGrBD,EAAI,EAAGqwF,GAFbD,EAAWH,EAAShwF,GAAK,IAEazP,OAAQwP,EAAIqwF,EAAerwF,KAChEyoB,EAAO35B,EAAGshG,EAAUpwF,KAGfnO,KAAMrD,KAAKipD,WAAa,QAAS04C,GAEtCl6B,EAAM/5D,KAAM,CACXusB,KAAMA,EACNuY,SAAUmvD,EACV5uF,MAAO,EAAGC,OAAQ,EAClBoO,KAAM,EAAGD,IAAK,GAKlB,EAEA4+E,sBAAuB,SAAU+B,GAChC,IAAIrwF,EAAGwoB,EAAM93B,EAAGke,EAEhB,IAAM5O,EAAIzR,KAAKynE,MAAMzlE,OAAS,EAAGyP,GAAK,EAAGA,IACxCwoB,EAAOj6B,KAAKynE,MAAOh2D,GAGdzR,KAAKi/F,kBAAoBhlE,EAAKuY,WAAaxyC,KAAKi/F,kBACnDhlE,EAAKA,KAAM,KAAQj6B,KAAKupF,YAAa,KAIvCpnF,EAAInC,KAAKc,QAAQihG,iBAChBzhG,EAAGN,KAAKc,QAAQihG,iBAAkB9nE,EAAKA,MACvCA,EAAKA,KAEA6nE,IACL7nE,EAAKlnB,MAAQ5Q,EAAEglC,aACflN,EAAKjnB,OAAS7Q,EAAEigC,eAGjB/hB,EAAIle,EAAE+sD,SACNj1B,EAAK7Y,KAAOf,EAAEe,KACd6Y,EAAK9Y,IAAMd,EAAEc,IAEf,EAEA+jE,iBAAkB,SAAU4c,GAe3B,IAAIrwF,EAAG4O,EAEP,GAdArgB,KAAKmhG,WAAWnhG,KAAKynE,MAAMzlE,SACJ,MAAtBhC,KAAKc,QAAQ6jF,MAAgB3kF,KAAK0+F,YAAa1+F,KAAKynE,MAAO,GAAIxtC,OAK3Dj6B,KAAK0mF,cAAgB1mF,KAAK6mD,SAC9B7mD,KAAKkvD,OAAO54C,OAAStW,KAAKynF,oBAG3BznF,KAAK+/F,sBAAuB+B,GAIvB9hG,KAAKc,QAAQs1F,QAAUp2F,KAAKc,QAAQs1F,OAAO4L,kBAC/ChiG,KAAKc,QAAQs1F,OAAO4L,kBAAkBrhG,KAAMX,WAE5C,IAAMyR,EAAIzR,KAAKy/F,WAAWz9F,OAAS,EAAGyP,GAAK,EAAGA,IAC7C4O,EAAIrgB,KAAKy/F,WAAYhuF,GAAIqmB,QAAQo3B,SACjClvD,KAAKy/F,WAAYhuF,GAAI43E,eAAejoE,KAAOf,EAAEe,KAC7CphB,KAAKy/F,WAAYhuF,GAAI43E,eAAeloE,IAAMd,EAAEc,IAC5CnhB,KAAKy/F,WAAYhuF,GAAI43E,eAAet2E,MACnC/S,KAAKy/F,WAAYhuF,GAAIqmB,QAAQqP,aAC9BnnC,KAAKy/F,WAAYhuF,GAAI43E,eAAer2E,OACnChT,KAAKy/F,WAAYhuF,GAAIqmB,QAAQsK,cAIhC,OAAOpiC,IACR,EAEAm/F,mBAAoB,SAAUt0C,GAE7B,IAAItwB,EAAWinB,EACd1d,GAFD+mB,EAAOA,GAAQ7qD,MAELc,QAEJgjC,EAAEq4B,aAAer4B,EAAEq4B,YAAYxuB,cAAgBhkB,SACpD4Q,EAAYuJ,EAAEq4B,YACd3a,EAAWqJ,EAAK0+B,YAAa,GAAI/nC,SAASlkC,cAC1CwmB,EAAEq4B,YAAc,CACfrkC,QAAS,WAER,IAAIA,EAAUx3B,EAAG,IAAMkhD,EAAW,IAAKqJ,EAAKthD,SAAU,IAqBtD,OAnBAshD,EAAKqB,UAAWp0B,EAAS,0BACvByC,GAAaswB,EAAK0+B,YAAa,GAAIhvD,WACnCwwB,aAAcjzB,EAAS,sBAEP,UAAb0pB,EACJqJ,EAAKo3C,qBACJp3C,EAAK0+B,YAAYxnF,KAAM,MAAOyhE,GAAI,GAClCljE,EAAG,OAAQuqD,EAAKthD,SAAU,IAAMo2B,SAAU7H,IAEnB,OAAb0pB,EACXqJ,EAAKo3C,qBAAsBp3C,EAAK0+B,YAAazxD,GACrB,QAAb0pB,GACX1pB,EAAQ/hB,KAAM,MAAO80C,EAAK0+B,YAAYxzE,KAAM,QAGvCwkB,GACLzC,EAAQvjB,IAAK,aAAc,UAGrBujB,CACR,EACArzB,OAAQ,SAAUoyB,EAAWxW,GAMvBka,IAAcuJ,EAAEu6D,uBAWfh+E,EAAErN,YAAc8wB,EAAEu6D,sBACP,UAAb78C,GAAqC,OAAbA,IAC3BnhC,EAAErN,OACD63C,EAAK0+B,YAAY3rB,cACjBrgD,SAAUstC,EAAK0+B,YAAYh1E,IAAK,eAAkB,EAAG,IACrDgJ,SAAUstC,EAAK0+B,YAAYh1E,IAAK,kBAAqB,EAAG,KAEpD8L,EAAEtN,SACPsN,EAAEtN,MACD83C,EAAK0+B,YAAY1rB,aACjBtgD,SAAUstC,EAAK0+B,YAAYh1E,IAAK,gBAAmB,EAAG,IACtDgJ,SAAUstC,EAAK0+B,YAAYh1E,IAAK,iBAAoB,EAAG,KAE1D,IAKFs2C,EAAKsR,YAAc77D,EAAGwjC,EAAEq4B,YAAYrkC,QAAQn3B,KAAMkqD,EAAK/yB,QAAS+yB,EAAK0+B,cAGrE1+B,EAAK0+B,YAAYtU,MAAOpqB,EAAKsR,aAG7Br4B,EAAEq4B,YAAY13D,OAAQomD,EAAMA,EAAKsR,YAElC,EAEA8lC,qBAAsB,SAAUC,EAAUC,GACzC,IAAIt3C,EAAO7qD,KAEXkiG,EAAS3rF,WAAWlW,MAAM,WACzBC,EAAG,kBAAmBuqD,EAAKthD,SAAU,IACnCwM,KAAM,UAAWzV,EAAGN,MAAO+V,KAAM,YAAe,GAChD4pB,SAAUwiE,EACb,GACD,EAEA7B,mBAAoB,SAAUr6E,GAC7B,IAAIxU,EAAGD,EAAG4wF,EAAMC,EAAuBC,EAAaC,EAAc/rC,EAAKgsC,EACtErB,EAAUxc,EACV8d,EAAqB,KACrBC,EAAiB,KAGlB,IAAMjxF,EAAIzR,KAAKy/F,WAAWz9F,OAAS,EAAGyP,GAAK,EAAGA,IAG7C,IAAKnR,EAAEgzC,SAAUtzC,KAAKupF,YAAa,GAAKvpF,KAAKy/F,WAAYhuF,GAAIqmB,QAAS,IAItE,GAAK93B,KAAKopF,gBAAiBppF,KAAKy/F,WAAYhuF,GAAI43E,gBAAmB,CAGlE,GAAKoZ,GACHniG,EAAEgzC,SACDtzC,KAAKy/F,WAAYhuF,GAAIqmB,QAAS,GAC9B2qE,EAAmB3qE,QAAS,IAC9B,SAGD2qE,EAAqBziG,KAAKy/F,WAAYhuF,GACtCixF,EAAiBjxF,CAElB,MAGMzR,KAAKy/F,WAAYhuF,GAAI43E,eAAegM,OACxCr1F,KAAKy/F,WAAYhuF,GAAI+vB,SAAU,MAAOvb,EAAOjmB,KAAK8nF,QAAS9nF,OAC3DA,KAAKy/F,WAAYhuF,GAAI43E,eAAegM,KAAO,GAO9C,GAAMoN,EAKN,GAAgC,IAA3BziG,KAAKy/F,WAAWz9F,OACdhC,KAAKy/F,WAAYiD,GAAiBrZ,eAAegM,OACtDr1F,KAAKy/F,WAAYiD,GAAiBlhE,SAAU,OAAQvb,EAAOjmB,KAAK8nF,QAAS9nF,OACzEA,KAAKy/F,WAAYiD,GAAiBrZ,eAAegM,KAAO,OAEnD,CAWN,IAPA+M,EAAO,IACPC,EAAwB,KAExBC,GADAnB,EAAWsB,EAAmBtB,UAAYnhG,KAAK0+F,YAAa1+F,KAAKupF,cACxC,OAAS,MAClCgZ,EAAepB,EAAW,QAAU,SACpCxc,EAAOwc,EAAW,QAAU,QAEtB3vF,EAAIxR,KAAKynE,MAAMzlE,OAAS,EAAGwP,GAAK,EAAGA,IAClClR,EAAEgzC,SACNtzC,KAAKy/F,WAAYiD,GAAiB5qE,QAAS,GAAK93B,KAAKynE,MAAOj2D,GAAIyoB,KAAM,KAInEj6B,KAAKynE,MAAOj2D,GAAIyoB,KAAM,KAAQj6B,KAAKupF,YAAa,KAIrD/yB,EAAMx2D,KAAKynE,MAAOj2D,GAAIyoB,KAAKi1B,SAAUozC,GACrCE,GAAa,EACRv8E,EAAO0+D,GAASnuB,EAAMx2D,KAAKynE,MAAOj2D,GAAK+wF,GAAiB,IAC5DC,GAAa,GAGT5xF,KAAK0B,IAAK2T,EAAO0+D,GAASnuB,GAAQ4rC,IACtCA,EAAOxxF,KAAK0B,IAAK2T,EAAO0+D,GAASnuB,GACjC6rC,EAAwBriG,KAAKynE,MAAOj2D,GACpCxR,KAAKu7D,UAAYinC,EAAa,KAAO,SAKvC,IAAMH,IAA0BriG,KAAKc,QAAQs9F,YAC5C,OAGD,GAAKp+F,KAAKi/F,mBAAqBj/F,KAAKy/F,WAAYiD,GAK/C,YAJM1iG,KAAKi/F,iBAAiB5V,eAAegM,OAC1Cr1F,KAAKy/F,WAAYiD,GAAiBlhE,SAAU,OAAQvb,EAAOjmB,KAAK8nF,WAChE9nF,KAAKi/F,iBAAiB5V,eAAegM,KAAO,IAKzCgN,EACJriG,KAAKqgG,WAAYp6E,EAAOo8E,EAAuB,MAAM,GAErDriG,KAAKqgG,WAAYp6E,EAAO,KAAMjmB,KAAKy/F,WAAYiD,GAAiB5qE,SAAS,GAE1E93B,KAAKwhC,SAAU,SAAUvb,EAAOjmB,KAAK8nF,WACrC9nF,KAAKy/F,WAAYiD,GAAiBlhE,SAAU,SAAUvb,EAAOjmB,KAAK8nF,QAAS9nF,OAC3EA,KAAKi/F,iBAAmBj/F,KAAKy/F,WAAYiD,GAGzC1iG,KAAKc,QAAQq7D,YAAY13D,OAAQzE,KAAKi/F,iBAAkBj/F,KAAKm8D,aAG7Dn8D,KAAK2jE,aAAe3jE,KAAKm8D,YAAYwH,eAGhC3jE,KAAK2jE,aAAc,KAAQ3jE,KAAKuJ,SAAU,IACV,SAAnCvJ,KAAK2jE,aAAc,GAAIlyB,UACxBzxC,KAAK6pF,eAAiB7pF,KAAK2jE,aAAazU,UAGzClvD,KAAKy/F,WAAYiD,GAAiBlhE,SAAU,OAAQvb,EAAOjmB,KAAK8nF,QAAS9nF,OACzEA,KAAKy/F,WAAYiD,GAAiBrZ,eAAegM,KAAO,CACzD,CAED,EAEA/O,cAAe,SAAUrgE,GAExB,IAAI6d,EAAI9jC,KAAKc,QACZ+lD,EAA6B,mBAAb/iB,EAAE+iB,OACjBvmD,EAAGwjC,EAAE+iB,OAAOnsC,MAAO1a,KAAK83B,QAAS,GAAK,CAAE7R,EAAOjmB,KAAKupF,eACrC,UAAbzlD,EAAE+iB,OAAqB7mD,KAAKupF,YAAYl2E,QAAUrT,KAAKupF,YAwB3D,OArBM1iC,EAAO4c,QAAS,QAASzhE,QAC9BhC,KAAK2/B,SAAU,GAAIpe,YAAaslC,EAAQ,IAGpCA,EAAQ,KAAQ7mD,KAAKupF,YAAa,KACtCvpF,KAAKipF,WAAa,CACjBl2E,MAAO/S,KAAKupF,YAAa,GAAI3rE,MAAM7K,MACnCC,OAAQhT,KAAKupF,YAAa,GAAI3rE,MAAM5K,OACpCkO,SAAUlhB,KAAKupF,YAAYh1E,IAAK,YAChC4M,IAAKnhB,KAAKupF,YAAYh1E,IAAK,OAC3B6M,KAAMphB,KAAKupF,YAAYh1E,IAAK,UAIxBsyC,EAAQ,GAAIjpC,MAAM7K,QAAS+wB,EAAEw6D,iBAClCz3C,EAAO9zC,MAAO/S,KAAKupF,YAAYx2E,SAE1B8zC,EAAQ,GAAIjpC,MAAM5K,SAAU8wB,EAAEw6D,iBACnCz3C,EAAO7zC,OAAQhT,KAAKupF,YAAYv2E,UAG1B6zC,CAER,EAEAqgC,wBAAyB,SAAUz9C,GACd,iBAARA,IACXA,EAAMA,EAAIjoC,MAAO,MAEbs8B,MAAMC,QAAS0L,KACnBA,EAAM,CAAEroB,MAAOqoB,EAAK,GAAKtoB,KAAMsoB,EAAK,IAAO,IAEvC,SAAUA,IACdzpC,KAAKkvD,OAAO/3C,MAAMiK,KAAOqoB,EAAIroB,KAAOphB,KAAKwnF,QAAQpmE,MAE7C,UAAWqoB,IACfzpC,KAAKkvD,OAAO/3C,MAAMiK,KAAOphB,KAAKmoF,kBAAkBp1E,MAAQ02B,EAAImnB,MAAQ5wD,KAAKwnF,QAAQpmE,MAE7E,QAASqoB,IACbzpC,KAAKkvD,OAAO/3C,MAAMgK,IAAMsoB,EAAItoB,IAAMnhB,KAAKwnF,QAAQrmE,KAE3C,WAAYsoB,IAChBzpC,KAAKkvD,OAAO/3C,MAAMgK,IAAMnhB,KAAKmoF,kBAAkBn1E,OAASy2B,EAAIonB,OAAS7wD,KAAKwnF,QAAQrmE,IAEpF,EAEAsmE,iBAAkB,WAGjBznF,KAAK0mF,aAAe1mF,KAAK6mD,OAAO6/B,eAChC,IAAI2B,EAAKroF,KAAK0mF,aAAax3B,SAuB3B,MAd0B,aAArBlvD,KAAKo8D,aAA8Bp8D,KAAK2jE,aAAc,KAAQ3jE,KAAKuJ,SAAU,IAChFjJ,EAAEgzC,SAAUtzC,KAAK2jE,aAAc,GAAK3jE,KAAK0mF,aAAc,MACxD2B,EAAGjnE,MAAQphB,KAAK2jE,aAAaxU,aAC7Bk5B,EAAGlnE,KAAOnhB,KAAK2jE,aAAahnB,cAKxB38C,KAAK0mF,aAAc,KAAQ1mF,KAAKuJ,SAAU,GAAI5B,MAC/C3H,KAAK0mF,aAAc,GAAIj1C,SACwB,SAAjDzxC,KAAK0mF,aAAc,GAAIj1C,QAAQn0B,eAA4Bhd,EAAEonD,GAAGo7B,MACjEuF,EAAK,CAAElnE,IAAK,EAAGC,KAAM,IAGf,CACND,IAAKknE,EAAGlnE,KAAQ5D,SAAUvd,KAAK0mF,aAAanyE,IAAK,kBAAoB,KAAQ,GAC7E6M,KAAMinE,EAAGjnE,MAAS7D,SAAUvd,KAAK0mF,aAAanyE,IAAK,mBAAqB,KAAQ,GAGlF,EAEAozE,mBAAoB,WAEnB,GAA0B,aAArB3nF,KAAKo8D,YAA6B,CACtC,IAAI/7C,EAAIrgB,KAAKupF,YAAYroE,WACzB,MAAO,CACNC,IAAKd,EAAEc,KAAQ5D,SAAUvd,KAAK6mD,OAAOtyC,IAAK,OAAS,KAAQ,GAC1DvU,KAAK2jE,aAAahnB,YACnBv7B,KAAMf,EAAEe,MAAS7D,SAAUvd,KAAK6mD,OAAOtyC,IAAK,QAAU,KAAQ,GAC7DvU,KAAK2jE,aAAaxU,aAErB,CACC,MAAO,CAAEhuC,IAAK,EAAGC,KAAM,EAGzB,EAEAqlE,cAAe,WACdzmF,KAAKwnF,QAAU,CACdpmE,KAAQ7D,SAAUvd,KAAKupF,YAAYh1E,IAAK,cAAgB,KAAQ,EAChE4M,IAAO5D,SAAUvd,KAAKupF,YAAYh1E,IAAK,aAAe,KAAQ,EAEhE,EAEAgyE,wBAAyB,WACxBvmF,KAAKmoF,kBAAoB,CACxBp1E,MAAO/S,KAAK6mD,OAAO1f,aACnBn0B,OAAQhT,KAAK6mD,OAAOzkB,cAEtB,EAEA+kD,gBAAiB,WAEhB,IAAIqB,EAAIG,EAAI0M,EACXvxD,EAAI9jC,KAAKc,QACa,WAAlBgjC,EAAE+gD,cACN/gD,EAAE+gD,YAAc7kF,KAAK6mD,OAAQ,GAAI/F,YAEX,aAAlBhd,EAAE+gD,aAAgD,WAAlB/gD,EAAE+gD,cACtC7kF,KAAK6kF,YAAc,CAClB,EAAI7kF,KAAKkvD,OAAOw4B,SAAStmE,KAAOphB,KAAKkvD,OAAO54C,OAAO8K,KACnD,EAAIphB,KAAKkvD,OAAOw4B,SAASvmE,IAAMnhB,KAAKkvD,OAAO54C,OAAO6K,IAChC,aAAlB2iB,EAAE+gD,YACD7kF,KAAKuJ,SAASwJ,QACd/S,KAAKmE,OAAO4O,QAAU/S,KAAKmoF,kBAAkBp1E,MAAQ/S,KAAKwnF,QAAQpmE,MAC/C,aAAlB0iB,EAAE+gD,YACD7kF,KAAKuJ,SAASyJ,UAAYzJ,SAAS5B,KAAKm5C,WAAWgO,aACrD9uD,KAAKmE,OAAO6O,UAAYhT,KAAKuJ,SAAU,GAAI5B,KAAKm5C,WAAWgO,cACxD9uD,KAAKmoF,kBAAkBn1E,OAAShT,KAAKwnF,QAAQrmE,MAI7C,6BAAiC8nB,KAAMnF,EAAE+gD,eAC9C2D,EAAKloF,EAAGwjC,EAAE+gD,aAAe,GACzB8D,EAAKroF,EAAGwjC,EAAE+gD,aAAc31B,SACxBmmC,EAAuC,WAA9B/0F,EAAGkoF,GAAKj0E,IAAK,YAEtBvU,KAAK6kF,YAAc,CAClB8D,EAAGvnE,MAAS7D,SAAUjd,EAAGkoF,GAAKj0E,IAAK,mBAAqB,KAAQ,IAC7DgJ,SAAUjd,EAAGkoF,GAAKj0E,IAAK,eAAiB,KAAQ,GAAMvU,KAAKwnF,QAAQpmE,KACtEunE,EAAGxnE,KAAQ5D,SAAUjd,EAAGkoF,GAAKj0E,IAAK,kBAAoB,KAAQ,IAC3DgJ,SAAUjd,EAAGkoF,GAAKj0E,IAAK,cAAgB,KAAQ,GAAMvU,KAAKwnF,QAAQrmE,IACrEwnE,EAAGvnE,MAASi0E,EAAOzkF,KAAKkC,IAAK01E,EAAGx4D,YAAaw4D,EAAG/mE,aAAgB+mE,EAAG/mE,cAChElE,SAAUjd,EAAGkoF,GAAKj0E,IAAK,mBAAqB,KAAQ,IACpDgJ,SAAUjd,EAAGkoF,GAAKj0E,IAAK,gBAAkB,KAAQ,GACnDvU,KAAKmoF,kBAAkBp1E,MAAQ/S,KAAKwnF,QAAQpmE,KAC7CunE,EAAGxnE,KAAQk0E,EAAOzkF,KAAKkC,IAAK01E,EAAG15B,aAAc05B,EAAG9d,cAAiB8d,EAAG9d,eACjEntD,SAAUjd,EAAGkoF,GAAKj0E,IAAK,kBAAoB,KAAQ,IACnDgJ,SAAUjd,EAAGkoF,GAAKj0E,IAAK,iBAAmB,KAAQ,GACpDvU,KAAKmoF,kBAAkBn1E,OAAShT,KAAKwnF,QAAQrmE,KAIjD,EAEA0mE,mBAAoB,SAAUtuC,EAAGh7B,GAE1BA,IACLA,EAAMve,KAAKkhB,UAEZ,IAAIwyC,EAAY,aAANna,EAAmB,GAAK,EACjCwwB,EAA8B,aAArB/pE,KAAKo8D,aACVp8D,KAAK2jE,aAAc,KAAQ3jE,KAAKuJ,SAAU,IAC7CjJ,EAAEgzC,SAAUtzC,KAAK2jE,aAAc,GAAK3jE,KAAK0mF,aAAc,IAEtD1mF,KAAK2jE,aADL3jE,KAAK0mF,aAEP4B,EAAmB,eAAmBr/C,KAAM8gC,EAAQ,GAAIt4B,SAEzD,MAAO,CACNtwB,IAGC5C,EAAI4C,IAGJnhB,KAAKkvD,OAAOw4B,SAASvmE,IAAMuyC,EAG3B1zD,KAAKkvD,OAAO54C,OAAO6K,IAAMuyC,GACA,UAArB1zD,KAAKo8D,aACPp8D,KAAK2jE,aAAahnB,YACjB2rC,EAAmB,EAAIve,EAAOptB,aAAkB+W,EAEpDtyC,KAGC7C,EAAI6C,KAGJphB,KAAKkvD,OAAOw4B,SAAStmE,KAAOsyC,EAG5B1zD,KAAKkvD,OAAO54C,OAAO8K,KAAOsyC,GACD,UAArB1zD,KAAKo8D,aACPp8D,KAAK2jE,aAAaxU,aAAem5B,EAAmB,EACrDve,EAAO5a,cAAiBuE,EAI5B,EAEAqzB,kBAAmB,SAAU9gE,GAE5B,IAAI9E,EAAKC,EACR0iB,EAAI9jC,KAAKc,QACTgvD,EAAQ7pC,EAAM6pC,MACdD,EAAQ5pC,EAAM4pC,MACdka,EAA8B,aAArB/pE,KAAKo8D,aACVp8D,KAAK2jE,aAAc,KAAQ3jE,KAAKuJ,SAAU,IAC7CjJ,EAAEgzC,SAAUtzC,KAAK2jE,aAAc,GAAK3jE,KAAK0mF,aAAc,IAEtD1mF,KAAK2jE,aADL3jE,KAAK0mF,aAEN4B,EAAmB,eAAmBr/C,KAAM8gC,EAAQ,GAAIt4B,SAyD1D,MAnD0B,aAArBzxC,KAAKo8D,aAAiCp8D,KAAK2jE,aAAc,KAAQ3jE,KAAKuJ,SAAU,IACnFvJ,KAAK2jE,aAAc,KAAQ3jE,KAAK0mF,aAAc,KAC/C1mF,KAAKkvD,OAAOw4B,SAAW1nF,KAAK2nF,sBAQxB3nF,KAAK8mF,mBAEJ9mF,KAAK6kF,cACJ5+D,EAAM6pC,MAAQ9vD,KAAKkvD,OAAO/3C,MAAMiK,KAAOphB,KAAK6kF,YAAa,KAC7D/0B,EAAQ9vD,KAAK6kF,YAAa,GAAM7kF,KAAKkvD,OAAO/3C,MAAMiK,MAE9C6E,EAAM4pC,MAAQ7vD,KAAKkvD,OAAO/3C,MAAMgK,IAAMnhB,KAAK6kF,YAAa,KAC5Dh1B,EAAQ7vD,KAAK6kF,YAAa,GAAM7kF,KAAKkvD,OAAO/3C,MAAMgK,KAE9C8E,EAAM6pC,MAAQ9vD,KAAKkvD,OAAO/3C,MAAMiK,KAAOphB,KAAK6kF,YAAa,KAC7D/0B,EAAQ9vD,KAAK6kF,YAAa,GAAM7kF,KAAKkvD,OAAO/3C,MAAMiK,MAE9C6E,EAAM4pC,MAAQ7vD,KAAKkvD,OAAO/3C,MAAMgK,IAAMnhB,KAAK6kF,YAAa,KAC5Dh1B,EAAQ7vD,KAAK6kF,YAAa,GAAM7kF,KAAKkvD,OAAO/3C,MAAMgK,MAI/C2iB,EAAEihD,OACN5jE,EAAMnhB,KAAKinF,cAAgBr2E,KAAKC,OAASg/C,EAAQ7vD,KAAKinF,eACrDnjD,EAAEihD,KAAM,IAAQjhD,EAAEihD,KAAM,GACzBl1B,EAAQ7vD,KAAK6kF,YACR1jE,EAAMnhB,KAAKkvD,OAAO/3C,MAAMgK,KAAOnhB,KAAK6kF,YAAa,IACpD1jE,EAAMnhB,KAAKkvD,OAAO/3C,MAAMgK,KAAOnhB,KAAK6kF,YAAa,GAChD1jE,EACIA,EAAMnhB,KAAKkvD,OAAO/3C,MAAMgK,KAAOnhB,KAAK6kF,YAAa,GACpD1jE,EAAM2iB,EAAEihD,KAAM,GAAM5jE,EAAM2iB,EAAEihD,KAAM,GAClC5jE,EAEJC,EAAOphB,KAAKgnF,cAAgBp2E,KAAKC,OAASi/C,EAAQ9vD,KAAKgnF,eACtDljD,EAAEihD,KAAM,IAAQjhD,EAAEihD,KAAM,GACzBj1B,EAAQ9vD,KAAK6kF,YACRzjE,EAAOphB,KAAKkvD,OAAO/3C,MAAMiK,MAAQphB,KAAK6kF,YAAa,IACtDzjE,EAAOphB,KAAKkvD,OAAO/3C,MAAMiK,MAAQphB,KAAK6kF,YAAa,GAClDzjE,EACIA,EAAOphB,KAAKkvD,OAAO/3C,MAAMiK,MAAQphB,KAAK6kF,YAAa,GACtDzjE,EAAO0iB,EAAEihD,KAAM,GAAM3jE,EAAO0iB,EAAEihD,KAAM,GACpC3jE,IAKC,CACND,IAGC0uC,EAGA7vD,KAAKkvD,OAAO/3C,MAAMgK,IAGlBnhB,KAAKkvD,OAAOw4B,SAASvmE,IAGrBnhB,KAAKkvD,OAAO54C,OAAO6K,KACM,UAArBnhB,KAAKo8D,aACPp8D,KAAK2jE,aAAahnB,YACjB2rC,EAAmB,EAAIve,EAAOptB,aAElCv7B,KAGC0uC,EAGA9vD,KAAKkvD,OAAO/3C,MAAMiK,KAGlBphB,KAAKkvD,OAAOw4B,SAAStmE,KAGrBphB,KAAKkvD,OAAO54C,OAAO8K,MACM,UAArBphB,KAAKo8D,aACPp8D,KAAK2jE,aAAaxU,aACnBm5B,EAAmB,EAAIve,EAAO5a,cAIlC,EAEAkxC,WAAY,SAAUp6E,EAAOxU,EAAG2Q,EAAGugF,GAE7BvgF,EACJA,EAAG,GAAIb,YAAavhB,KAAKm8D,YAAa,IAEtC1qD,EAAEwoB,KAAM,GAAI6mB,WAAWjgB,aAAc7gC,KAAKm8D,YAAa,GACjC,SAAnBn8D,KAAKu7D,UAAuB9pD,EAAEwoB,KAAM,GAAMxoB,EAAEwoB,KAAM,GAAI2oE,aAS1D5iG,KAAKsxB,QAAUtxB,KAAKsxB,UAAYtxB,KAAKsxB,QAAU,EAC/C,IAAIA,EAAUtxB,KAAKsxB,QAEnBtxB,KAAKwsD,QAAQ,WACPl7B,IAAYtxB,KAAKsxB,SAGrBtxB,KAAKklF,kBAAmByd,EAE1B,GAED,EAEAvb,OAAQ,SAAUnhE,EAAO2hE,GAExB5nF,KAAK6+F,WAAY,EAIjB,IAAIptF,EACHoxF,EAAkB,GAUnB,IALM7iG,KAAKugG,cAAgBvgG,KAAKupF,YAAYjzE,SAAStU,QACpDhC,KAAKm8D,YAAYq2B,OAAQxyF,KAAKupF,aAE/BvpF,KAAKugG,aAAe,KAEfvgG,KAAK6mD,OAAQ,KAAQ7mD,KAAKupF,YAAa,GAAM,CACjD,IAAM93E,KAAKzR,KAAKipF,WACe,SAAzBjpF,KAAKipF,WAAYx3E,IAA2C,WAAzBzR,KAAKipF,WAAYx3E,KACxDzR,KAAKipF,WAAYx3E,GAAM,IAGzBzR,KAAKupF,YAAYh1E,IAAKvU,KAAKipF,YAC3BjpF,KAAK+qD,aAAc/qD,KAAKupF,YAAa,qBACtC,MACCvpF,KAAKupF,YAAYloF,OAwClB,SAASyhG,EAAY7/F,EAAMuvC,EAAU3b,GACpC,OAAO,SAAU5Q,GAChB4Q,EAAU2K,SAAUv+B,EAAMgjB,EAAOusB,EAASs1C,QAASt1C,GACpD,CACD,CACA,IA1CKxyC,KAAKwpF,cAAgB5B,GACzBib,EAAgBn1F,MAAM,SAAUuY,GAC/BjmB,KAAKwhC,SAAU,UAAWvb,EAAOjmB,KAAK8nF,QAAS9nF,KAAKwpF,aACrD,KAEMxpF,KAAKwpF,aACVxpF,KAAKk/F,YAAYxyD,OACjB1sC,KAAKupF,YAAY78C,OAAOmf,IAAK,uBAAyB,IACtD7rD,KAAKk/F,YAAY5oF,SAAWtW,KAAKupF,YAAYjzE,SAAU,IAAUsxE,GAGlEib,EAAgBn1F,MAAM,SAAUuY,GAC/BjmB,KAAKwhC,SAAU,SAAUvb,EAAOjmB,KAAK8nF,UACtC,IAKI9nF,OAASA,KAAKi/F,mBACZrX,IACLib,EAAgBn1F,MAAM,SAAUuY,GAC/BjmB,KAAKwhC,SAAU,SAAUvb,EAAOjmB,KAAK8nF,UACtC,IACA+a,EAAgBn1F,KAAM,SAAYuG,GACjC,OAAO,SAAUgS,GAChBhS,EAAEutB,SAAU,UAAWvb,EAAOjmB,KAAK8nF,QAAS9nF,MAC7C,CACC,EAAEW,KAAMX,KAAMA,KAAKi/F,mBACrB4D,EAAgBn1F,KAAM,SAAYuG,GACjC,OAAO,SAAUgS,GAChBhS,EAAEutB,SAAU,SAAUvb,EAAOjmB,KAAK8nF,QAAS9nF,MAC5C,CACC,EAAEW,KAAMX,KAAMA,KAAKi/F,qBAUjBxtF,EAAIzR,KAAKy/F,WAAWz9F,OAAS,EAAGyP,GAAK,EAAGA,IACvCm2E,GACLib,EAAgBn1F,KAAMo1F,EAAY,aAAc9iG,KAAMA,KAAKy/F,WAAYhuF,KAEnEzR,KAAKy/F,WAAYhuF,GAAI43E,eAAegM,OACxCwN,EAAgBn1F,KAAMo1F,EAAY,MAAO9iG,KAAMA,KAAKy/F,WAAYhuF,KAChEzR,KAAKy/F,WAAYhuF,GAAI43E,eAAegM,KAAO,GAiC7C,GA5BKr1F,KAAKo/F,eACTp/F,KAAKuJ,SAASxH,KAAM,QAASwS,IAAK,SAAUvU,KAAKo/F,cACjDp/F,KAAKq/F,iBAAiB3nF,UAElB1X,KAAKu/F,gBACTv/F,KAAK6mD,OAAOtyC,IAAK,UAAWvU,KAAKu/F,gBAE7Bv/F,KAAKs/F,eACTt/F,KAAK6mD,OAAOtyC,IAAK,SAAiC,SAAvBvU,KAAKs/F,cAA2B,GAAKt/F,KAAKs/F,eAGtEt/F,KAAK0/F,UAAW,EAEV9X,GACL5nF,KAAKwhC,SAAU,aAAcvb,EAAOjmB,KAAK8nF,WAK1C9nF,KAAKm8D,YAAa,GAAIrb,WAAWl/B,YAAa5hB,KAAKm8D,YAAa,IAE1Dn8D,KAAK4oF,sBACL5oF,KAAK6mD,OAAQ,KAAQ7mD,KAAKupF,YAAa,IAC3CvpF,KAAK6mD,OAAOnvC,SAEb1X,KAAK6mD,OAAS,OAGT+gC,EAAgB,CACrB,IAAMn2E,EAAI,EAAGA,EAAIoxF,EAAgB7gG,OAAQyP,IAGxCoxF,EAAiBpxF,GAAI9Q,KAAMX,KAAMimB,GAElCjmB,KAAKwhC,SAAU,OAAQvb,EAAOjmB,KAAK8nF,UACpC,CAGA,OADA9nF,KAAKwpF,aAAc,GACXxpF,KAAK4oF,mBAEd,EAEApnD,SAAU,YACqD,IAAzDlhC,EAAEgoD,OAAOr/C,UAAUu4B,SAAS9mB,MAAO1a,KAAM6K,YAC7C7K,KAAK8P,QAEP,EAEAg4E,QAAS,SAAUib,GAClB,IAAI9uC,EAAO8uC,GAAS/iG,KACpB,MAAO,CACN6mD,OAAQoN,EAAKpN,OACbsV,YAAalI,EAAKkI,aAAe77D,EAAG,IACpC4gB,SAAU+yC,EAAK/yC,SACf4lE,iBAAkB7yB,EAAK6yB,iBACvB53B,OAAQ+E,EAAK2yB,YACb3sD,KAAMg6B,EAAKs1B,YACXyZ,OAAQD,EAAQA,EAAMjrE,QAAU,KAElC,IAmCDx3B,EAAE6iC,OAAQ,aAAc,CACvBxa,QAAS,SACTmhC,eAAgB,UAChBd,kBAAmB,OACnBloD,QAAS,CACRoW,QAAS,CACR,aAAc,gBACd,kBAAmB,eACnB,gBAAiB,gBAElB+rF,QAAS,KACT7+B,MAAO,CACNvF,KAAM,uBACND,GAAI,wBAELskC,aAAa,EACbpwF,IAAK,KACLwC,IAAK,KACL6tF,aAAc,KACdC,KAAM,GACN1+D,KAAM,EAENqmC,OAAQ,KACRs4B,KAAM,KACNz9D,MAAO,KACPpqB,KAAM,MAGP8kB,QAAS,WAGRtgC,KAAKyhC,WAAY,MAAOzhC,KAAKc,QAAQgS,KACrC9S,KAAKyhC,WAAY,MAAOzhC,KAAKc,QAAQwU,KACrCtV,KAAKyhC,WAAY,OAAQzhC,KAAKc,QAAQ4jC,MAIhB,KAAjB1kC,KAAKgE,SAGThE,KAAK6rE,OAAQ7rE,KAAK83B,QAAQgK,OAAO,GAGlC9hC,KAAKsjG,QACLtjG,KAAKsqD,IAAKtqD,KAAKkpC,SACflpC,KAAKglE,WAKLhlE,KAAKsqD,IAAKtqD,KAAKmE,OAAQ,CACtBsoE,aAAc,WACbzsE,KAAK83B,QAAQgJ,WAAY,eAC1B,GAEF,EAEA4pB,kBAAmB,WAClB,IAAI5pD,EAAUd,KAAKu+C,SACfzmB,EAAU93B,KAAK83B,QASnB,OAPAx3B,EAAED,KAAM,CAAE,MAAO,MAAO,SAAU,SAAUoR,EAAGo4C,GAC9C,IAAI7lD,EAAQ8zB,EAAQ/hB,KAAM8zC,GACZ,MAAT7lD,GAAiBA,EAAMhC,SAC3BlB,EAAS+oD,GAAW7lD,EAEtB,IAEOlD,CACR,EAEAooC,QAAS,CACRm9B,QAAS,SAAUpgD,GACbjmB,KAAK+7F,OAAQ91E,IAAWjmB,KAAKslE,SAAUr/C,IAC3CA,EAAMC,gBAER,EACA+3E,MAAO,QACPpvE,MAAO,WACN7uB,KAAKktC,SAAWltC,KAAK83B,QAAQgK,KAC9B,EACA6lC,KAAM,SAAU1hD,GACVjmB,KAAKujG,kBACFvjG,KAAKujG,YAIbvjG,KAAKk8F,QACLl8F,KAAKglE,WACAhlE,KAAKktC,WAAaltC,KAAK83B,QAAQgK,OACnC9hC,KAAKwhC,SAAU,SAAUvb,GAE3B,EACAu9E,WAAY,SAAUv9E,EAAO2qE,GAC5B,IAAI71B,EAAgBz6D,EAAEonD,GAAG6f,kBAAmBvnE,KAAKuJ,SAAU,IAG3D,GAFevJ,KAAK83B,QAAS,KAAQijC,GAElB61B,EAAnB,CAIA,IAAM5wF,KAAKyjG,WAAazjG,KAAK+7F,OAAQ91E,GACpC,OAAO,EAGRjmB,KAAK0jG,OAAS9S,EAAQ,EAAI,GAAK,GAAM5wF,KAAKc,QAAQ4jC,KAAMze,GACxDsQ,aAAcv2B,KAAK2jG,iBACnB3jG,KAAK2jG,gBAAkB3jG,KAAKwsD,QAAQ,WAC9BxsD,KAAKyjG,UACTzjG,KAAKk8F,MAAOj2E,EAEd,GAAG,KACHA,EAAMC,gBAbN,CAcD,EACA,+BAAgC,SAAUD,GACzC,IAAIinB,EASJ,SAAS02D,IACO5jG,KAAK83B,QAAS,KAAQx3B,EAAEonD,GAAG6f,kBAAmBvnE,KAAKuJ,SAAU,MAE3EvJ,KAAK83B,QAAQp1B,QAAS,SACtB1C,KAAKktC,SAAWA,EAKhBltC,KAAKwsD,QAAQ,WACZxsD,KAAKktC,SAAWA,CACjB,IAEF,CAfAA,EAAWltC,KAAK83B,QAAS,KAAQx3B,EAAEonD,GAAG6f,kBAAmBvnE,KAAKuJ,SAAU,IACvEvJ,KAAKktC,SAAWltC,KAAK83B,QAAQgK,MAiB9B7b,EAAMC,iBACN09E,EAAWjjG,KAAMX,MAMjBA,KAAKujG,YAAa,EAClBvjG,KAAKwsD,QAAQ,kBACLxsD,KAAKujG,WACZK,EAAWjjG,KAAMX,KAClB,KAE8B,IAAzBA,KAAK+7F,OAAQ91E,IAIlBjmB,KAAK6jG,QAAS,KAAMvjG,EAAG2lB,EAAM25B,eAC3BjoB,SAAU,iBAAoB,GAAK,EAAG1R,EACzC,EACA,6BAA8B,QAC9B,gCAAiC,SAAUA,GAG1C,GAAM3lB,EAAG2lB,EAAM25B,eAAgBjoB,SAAU,mBAIzC,OAA8B,IAAzB33B,KAAK+7F,OAAQ91E,SAGlBjmB,KAAK6jG,QAAS,KAAMvjG,EAAG2lB,EAAM25B,eAC3BjoB,SAAU,iBAAoB,GAAK,EAAG1R,EACzC,EAKA,gCAAiC,SAIlCmtD,SAAU,WACTpzE,KAAK8jG,UAAY9jG,KAAK83B,QACpB/hB,KAAM,eAAgB,OACtBilD,KAAM,UACN1kD,SAGCN,OACA,iBAEJ,EAEAstF,MAAO,WACNtjG,KAAKozE,WAELpzE,KAAKksD,UAAWlsD,KAAK8jG,UAAW,aAAc,+BAC9C9jG,KAAKksD,UAAW,oBAEhBlsD,KAAK83B,QAAQ/hB,KAAM,OAAQ,cAG3B/V,KAAK4K,QAAU5K,KAAK8jG,UAAUvtF,SAAU,KACtCR,KAAM,YAAa,GACnBA,KAAM,eAAe,GACrB5I,OAAQ,CACR+J,QAAS,CACR,YAAa,MAKhBlX,KAAK+qD,aAAc/qD,KAAK4K,QAAS,iBAEjC5K,KAAKksD,UAAWlsD,KAAK4K,QAAQolC,QAAS,mCACtChwC,KAAKksD,UAAWlsD,KAAK4K,QAAQipC,OAAQ,qCACrC7zC,KAAK4K,QAAQolC,QAAQ7iC,OAAQ,CAC5B,KAAQnN,KAAKc,QAAQsjE,MAAMxF,GAC3B,WAAa,IAEd5+D,KAAK4K,QAAQipC,OAAO1mC,OAAQ,CAC3B,KAAQnN,KAAKc,QAAQsjE,MAAMvF,KAC3B,WAAa,IAKT7+D,KAAK4K,QAAQoI,SAAWpC,KAAKU,KAAgC,GAA1BtR,KAAK8jG,UAAU9wF,WACrDhT,KAAK8jG,UAAU9wF,SAAW,GAC3BhT,KAAK8jG,UAAU9wF,OAAQhT,KAAK8jG,UAAU9wF,SAExC,EAEAsyD,SAAU,SAAUr/C,GACnB,IAAInlB,EAAUd,KAAKc,QAClBogC,EAAU5gC,EAAEonD,GAAGxmB,QAEhB,OAASjb,EAAMib,SACf,KAAKA,EAAQkiC,GAEZ,OADApjE,KAAK6jG,QAAS,KAAM,EAAG59E,IAChB,EACR,KAAKib,EAAQshC,KAEZ,OADAxiE,KAAK6jG,QAAS,MAAO,EAAG59E,IACjB,EACR,KAAKib,EAAQ6hC,QAEZ,OADA/iE,KAAK6jG,QAAS,KAAM/iG,EAAQsiG,KAAMn9E,IAC3B,EACR,KAAKib,EAAQ4hC,UAEZ,OADA9iE,KAAK6jG,QAAS,MAAO/iG,EAAQsiG,KAAMn9E,IAC5B,EAGR,OAAO,CACR,EAEA81E,OAAQ,SAAU91E,GACjB,SAAMjmB,KAAKyjG,WAAgD,IAApCzjG,KAAKwhC,SAAU,QAASvb,KAIzCjmB,KAAKsxB,UACVtxB,KAAKsxB,QAAU,GAEhBtxB,KAAKyjG,UAAW,EACT,GACR,EAEAI,QAAS,SAAUpyF,EAAG6yB,EAAOre,GAC5BxU,EAAIA,GAAK,IAET8kB,aAAcv2B,KAAKglB,OACnBhlB,KAAKglB,MAAQhlB,KAAKwsD,QAAQ,WACzBxsD,KAAK6jG,QAAS,GAAIv/D,EAAOre,EAC1B,GAAGxU,GAEHzR,KAAK0jG,MAAOp/D,EAAQtkC,KAAKc,QAAQ4jC,KAAMze,EACxC,EAEAy9E,MAAO,SAAUh/D,EAAMze,GACtB,IAAIjiB,EAAQhE,KAAKgE,SAAW,EAEtBhE,KAAKsxB,UACVtxB,KAAKsxB,QAAU,GAGhBttB,EAAQhE,KAAK+jG,aAAc//F,EAAQ0gC,EAAO1kC,KAAKgkG,WAAYhkG,KAAKsxB,UAE1DtxB,KAAKyjG,WAAiE,IAArDzjG,KAAKwhC,SAAU,OAAQvb,EAAO,CAAEjiB,MAAOA,MAC7DhE,KAAK6rE,OAAQ7nE,GACbhE,KAAKsxB,UAEP,EAEA0yE,WAAY,SAAUvyF,GACrB,IAAIyxF,EAAcljG,KAAKc,QAAQoiG,YAE/B,OAAKA,EAC0B,mBAAhBA,EACbA,EAAazxF,GACbb,KAAKwB,MAAOX,EAAIA,EAAIA,EAAI,IAAQA,EAAIA,EAAI,IAAM,GAAKA,EAAI,IAAM,GAGxD,CACR,EAEA6rF,WAAY,WACX,IAAIC,EAAYv9F,KAAKw9F,aAAcx9F,KAAKc,QAAQ4jC,MAIhD,OAH0B,OAArB1kC,KAAKc,QAAQwU,MACjBioF,EAAY3sF,KAAKkC,IAAKyqF,EAAWv9F,KAAKw9F,aAAcx9F,KAAKc,QAAQwU,OAE3DioF,CACR,EAEAC,aAAc,SAAUpkD,GACvB,IAAImhB,EAAMnhB,EAAI73C,WACbk8F,EAAUljC,EAAI70D,QAAS,KACxB,OAAoB,IAAb+3F,EAAiB,EAAIljC,EAAIv4D,OAASy7F,EAAU,CACpD,EAEAsG,aAAc,SAAU//F,GACvB,IAAI0pC,EAAMu2D,EACTnjG,EAAUd,KAAKc,QAiBhB,OAZAmjG,EAAWjgG,GADX0pC,EAAuB,OAAhB5sC,EAAQwU,IAAexU,EAAQwU,IAAM,GAO5CtR,EAAQ0pC,GAHRu2D,EAAWrzF,KAAKC,MAAOozF,EAAWnjG,EAAQ4jC,MAAS5jC,EAAQ4jC,MAM3D1gC,EAAQ2b,WAAY3b,EAAM8uD,QAAS9yD,KAAKs9F,eAGnB,OAAhBx8F,EAAQgS,KAAgB9O,EAAQlD,EAAQgS,IACrChS,EAAQgS,IAEK,OAAhBhS,EAAQwU,KAAgBtR,EAAQlD,EAAQwU,IACrCxU,EAAQwU,IAGTtR,CACR,EAEAk4F,MAAO,SAAUj2E,GACVjmB,KAAKyjG,WAIXltE,aAAcv2B,KAAKglB,OACnBuR,aAAcv2B,KAAK2jG,iBACnB3jG,KAAKsxB,QAAU,EACftxB,KAAKyjG,UAAW,EAChBzjG,KAAKwhC,SAAU,OAAQvb,GACxB,EAEAwb,WAAY,SAAU59B,EAAKG,GAC1B,IAAIkgG,EAAWl0D,EAAO6D,EAEtB,GAAa,YAARhwC,GAA6B,iBAARA,EAIzB,OAHAqgG,EAAYlkG,KAAKmkG,OAAQnkG,KAAK83B,QAAQgK,OACtC9hC,KAAKc,QAAS+C,GAAQG,OACtBhE,KAAK83B,QAAQgK,IAAK9hC,KAAKokG,QAASF,IAIpB,QAARrgG,GAAyB,QAARA,GAAyB,SAARA,GAChB,iBAAVG,IACXA,EAAQhE,KAAKmkG,OAAQngG,IAGV,UAARH,IACJmsC,EAAQhwC,KAAK4K,QAAQolC,QAAQjuC,KAAM,YACnC/B,KAAK+qD,aAAc/a,EAAO,KAAMhwC,KAAKc,QAAQsjE,MAAMxF,IACnD5+D,KAAKksD,UAAWlc,EAAO,KAAMhsC,EAAM46D,IACnC/qB,EAAO7zC,KAAK4K,QAAQipC,OAAO9xC,KAAM,YACjC/B,KAAK+qD,aAAclX,EAAM,KAAM7zC,KAAKc,QAAQsjE,MAAMvF,MAClD7+D,KAAKksD,UAAWrY,EAAM,KAAM7vC,EAAM66D,OAGnC7+D,KAAKu+C,OAAQ16C,EAAKG,EACnB,EAEA2mD,mBAAoB,SAAU3mD,GAC7BhE,KAAKu+C,OAAQv6C,GAEbhE,KAAKsrD,aAActrD,KAAK8jG,UAAW,KAAM,sBAAuB9/F,GAChEhE,KAAK83B,QAAQ7hB,KAAM,aAAcjS,GACjChE,KAAK4K,QAAQuC,OAAQnJ,EAAQ,UAAY,SAC1C,EAEAo9B,YAAa4hD,GAAiB,SAAUliF,GACvCd,KAAKu+C,OAAQz9C,EACd,IAEAqjG,OAAQ,SAAUriE,GAKjB,MAJoB,iBAARA,GAA4B,KAARA,IAC/BA,EAAM39B,OAAOkgG,WAAarkG,KAAKc,QAAQqiG,aACtCkB,UAAU1kF,WAAYmiB,EAAK,GAAI9hC,KAAKc,QAAQmiG,UAAanhE,GAE5C,KAARA,GAAcrY,MAAOqY,GAAQ,KAAOA,CAC5C,EAEAsiE,QAAS,SAAUpgG,GAClB,MAAe,KAAVA,EACG,GAEDG,OAAOkgG,WAAarkG,KAAKc,QAAQqiG,aACvCkB,UAAU9jF,OAAQvc,EAAOhE,KAAKc,QAAQqiG,aAAcnjG,KAAKc,QAAQmiG,SACjEj/F,CACF,EAEAghE,SAAU,WACThlE,KAAK83B,QAAQ/hB,KAAM,CAClB,gBAAiB/V,KAAKc,QAAQwU,IAC9B,gBAAiBtV,KAAKc,QAAQgS,IAG9B,gBAAiB9S,KAAKmkG,OAAQnkG,KAAK83B,QAAQgK,QAE7C,EAEA8L,QAAS,WACR,IAAI5pC,EAAQhE,KAAKgE,QAGjB,OAAe,OAAVA,GAKEA,IAAUhE,KAAK+jG,aAAc//F,EACrC,EAGA6nE,OAAQ,SAAU7nE,EAAOsgG,GACxB,IAAIjwC,EACW,KAAVrwD,GAEY,QADhBqwD,EAASr0D,KAAKmkG,OAAQngG,MAEfsgG,IACLjwC,EAASr0D,KAAK+jG,aAAc1vC,IAE7BrwD,EAAQhE,KAAKokG,QAAS/vC,IAGxBr0D,KAAK83B,QAAQgK,IAAK99B,GAClBhE,KAAKglE,UACN,EAEAla,SAAU,WACT9qD,KAAK83B,QACH7hB,KAAM,YAAY,GAClB6qB,WAAY,+DAEd9gC,KAAK8jG,UAAU3oC,YAAan7D,KAAK83B,QAClC,EAEAysE,OAAQvhB,GAAiB,SAAU1+C,GAClCtkC,KAAKwkG,QAASlgE,EACf,IACAkgE,QAAS,SAAUlgE,GACbtkC,KAAK+7F,WACT/7F,KAAK0jG,OAASp/D,GAAS,GAAMtkC,KAAKc,QAAQ4jC,MAC1C1kC,KAAKk8F,QAEP,EAEAuI,SAAUzhB,GAAiB,SAAU1+C,GACpCtkC,KAAK0kG,UAAWpgE,EACjB,IACAogE,UAAW,SAAUpgE,GACftkC,KAAK+7F,WACT/7F,KAAK0jG,OAASp/D,GAAS,IAAOtkC,KAAKc,QAAQ4jC,MAC3C1kC,KAAKk8F,QAEP,EAEAyI,OAAQ3hB,GAAiB,SAAU4hB,GAClC5kG,KAAKwkG,SAAWI,GAAS,GAAM5kG,KAAKc,QAAQsiG,KAC7C,IAEAyB,SAAU7hB,GAAiB,SAAU4hB,GACpC5kG,KAAK0kG,WAAaE,GAAS,GAAM5kG,KAAKc,QAAQsiG,KAC/C,IAEAp/F,MAAO,SAAU44F,GAChB,IAAM/xF,UAAU7I,OACf,OAAOhC,KAAKmkG,OAAQnkG,KAAK83B,QAAQgK,OAElCkhD,EAAiBhjF,KAAK6rE,QAASlrE,KAAMX,KAAM48F,EAC5C,EAEAz5D,OAAQ,WACP,OAAOnjC,KAAK8jG,SACb,KAKuB,IAAnBxjG,EAAEk6D,cAGNl6D,EAAE6iC,OAAQ,aAAc7iC,EAAEonD,GAAGo9C,QAAS,CACrC1xB,SAAU,WACTpzE,KAAK8jG,UAAY9jG,KAAK83B,QACpB/hB,KAAM,eAAgB,OACtBilD,KAAMh7D,KAAK+kG,kBACXzuF,SAGCN,OAAQhW,KAAKglG,cACjB,EACAD,eAAgB,WACf,MAAO,QACR,EAEAC,YAAa,WACZ,MAAO,gBACR,IAImB1kG,EAAEonD,GAAGo9C,QAsB1BxkG,EAAE6iC,OAAQ,UAAW,CACpBxa,QAAS,SACT9M,MAAO,IACP/a,QAAS,CACRuvB,OAAQ,KACRnZ,QAAS,CACR,UAAW,gBACX,cAAe,gBACf,gBAAiB,mBACjB,cAAe,iBAEhB+sD,aAAa,EACbh+C,MAAO,QACPk+C,YAAa,UACblkE,KAAM,KACNoB,KAAM,KAGN2hC,SAAU,KACVshC,eAAgB,KAChB2gC,WAAY,KACZpqF,KAAM,MAGPqqF,UACKniB,EAAQ,OAEL,SAAUoiB,GAChB,IAAIC,EAAWC,EAEfD,EAAYD,EAAOjgG,KAAKoP,QAASyuE,EAAO,IACxCsiB,EAAcnoF,SAAShY,KAAKoP,QAASyuE,EAAO,IAG5C,IACCqiB,EAAY39E,mBAAoB29E,EACjC,CAAE,MAAQ1kG,GAAS,CACnB,IACC2kG,EAAc59E,mBAAoB49E,EACnC,CAAE,MAAQ3kG,GAAS,CAEnB,OAAOykG,EAAOjnF,KAAKlc,OAAS,GAAKojG,IAAcC,CAChD,GAGD/kE,QAAS,WACR,IAAIuqB,EAAO7qD,KACVc,EAAUd,KAAKc,QAEhBd,KAAKi0B,SAAU,EAEfj0B,KAAKksD,UAAW,UAAW,+BAC3BlsD,KAAKsrD,aAAc,sBAAuB,KAAMxqD,EAAQmjE,aAExDjkE,KAAKslG,eACLxkG,EAAQuvB,OAASrwB,KAAKulG,iBAIjBznE,MAAMC,QAASj9B,EAAQipD,YAC3BjpD,EAAQipD,SAAWzpD,EAAEsrD,WAAY9qD,EAAQipD,SAASlqB,OACjDv/B,EAAEyM,IAAK/M,KAAKwlG,KAAKp3F,OAAQ,uBAAwB,SAAU8rF,GAC1D,OAAOrvC,EAAK26C,KAAKh+D,MAAO0yD,EACzB,MACGjrD,SAIwB,IAAxBjvC,KAAKc,QAAQuvB,QAAoBrwB,KAAKylG,QAAQzjG,OAClDhC,KAAKqwB,OAASrwB,KAAKimE,YAAanlE,EAAQuvB,QAExCrwB,KAAKqwB,OAAS/vB,IAGfN,KAAKglE,WAEAhlE,KAAKqwB,OAAOruB,QAChBhC,KAAK6a,KAAM/Z,EAAQuvB,OAErB,EAEAk1E,eAAgB,WACf,IAAIl1E,EAASrwB,KAAKc,QAAQuvB,OACzB4zC,EAAcjkE,KAAKc,QAAQmjE,YAC3ByhC,EAAexoF,SAASgB,KAAKs/D,UAAW,GAsCzC,OApCgB,OAAXntD,IAGCq1E,GACJ1lG,KAAKwlG,KAAKnlG,MAAM,SAAUoR,EAAGk0F,GAC5B,GAAKrlG,EAAGqlG,GAAM5vF,KAAM,mBAAsB2vF,EAEzC,OADAr1E,EAAS5e,GACF,CAET,IAIe,OAAX4e,IACJA,EAASrwB,KAAKwlG,KAAKh+D,MAAOxnC,KAAKwlG,KAAKp3F,OAAQ,qBAI7B,OAAXiiB,IAA+B,IAAZA,IACvBA,IAASrwB,KAAKwlG,KAAKxjG,QAAS,KAKd,IAAXquB,IAEa,KADjBA,EAASrwB,KAAKwlG,KAAKh+D,MAAOxnC,KAAKwlG,KAAKhiC,GAAInzC,OAEvCA,GAAS4zC,GAAsB,IAK3BA,IAA0B,IAAX5zC,GAAoBrwB,KAAKylG,QAAQzjG,SACrDquB,EAAS,GAGHA,CACR,EAEAu6B,oBAAqB,WACpB,MAAO,CACN+6C,IAAK3lG,KAAKqwB,OACV40C,MAAQjlE,KAAKqwB,OAAOruB,OAAehC,KAAK4lG,gBAAiB5lG,KAAKqwB,QAAjC/vB,IAE/B,EAEAulG,YAAa,SAAU5/E,GACtB,IAAI6/E,EAAaxlG,EAAGA,EAAEonD,GAAG6f,kBAAmBvnE,KAAKuJ,SAAU,KAAQqO,QAAS,MAC3EykE,EAAgBr8E,KAAKwlG,KAAKh+D,MAAOs+D,GACjCC,GAAe,EAEhB,IAAK/lG,KAAKgmG,eAAgB//E,GAA1B,CAIA,OAASA,EAAMib,SACf,KAAK5gC,EAAEonD,GAAGxmB,QAAQ+hC,MAClB,KAAK3iE,EAAEonD,GAAGxmB,QAAQshC,KACjB6Z,IACA,MACD,KAAK/7E,EAAEonD,GAAGxmB,QAAQkiC,GAClB,KAAK9iE,EAAEonD,GAAGxmB,QAAQ2hC,KACjBkjC,GAAe,EACf1pB,IACA,MACD,KAAK/7E,EAAEonD,GAAGxmB,QAAQuhC,IACjB4Z,EAAgBr8E,KAAKylG,QAAQzjG,OAAS,EACtC,MACD,KAAK1B,EAAEonD,GAAGxmB,QAAQ0hC,KACjByZ,EAAgB,EAChB,MACD,KAAK/7E,EAAEonD,GAAGxmB,QAAQgiC,MAMjB,OAHAj9C,EAAMC,iBACNqQ,aAAcv2B,KAAKimG,iBACnBjmG,KAAKqlE,UAAWgX,GAEjB,KAAK/7E,EAAEonD,GAAGxmB,QAAQwhC,MAQjB,OALAz8C,EAAMC,iBACNqQ,aAAcv2B,KAAKimG,iBAGnBjmG,KAAKqlE,UAAWgX,IAAkBr8E,KAAKc,QAAQuvB,QAAiBgsD,GAEjE,QACC,OAIDp2D,EAAMC,iBACNqQ,aAAcv2B,KAAKimG,YACnB5pB,EAAgBr8E,KAAKkmG,cAAe7pB,EAAe0pB,GAG7C9/E,EAAMu/C,SAAYv/C,EAAMgnD,UAK7B64B,EAAW/vF,KAAM,gBAAiB,SAClC/V,KAAKwlG,KAAKhiC,GAAI6Y,GAAgBtmE,KAAM,gBAAiB,QAErD/V,KAAKimG,WAAajmG,KAAKwsD,QAAQ,WAC9BxsD,KAAK6pD,OAAQ,SAAUwyB,EACxB,GAAGr8E,KAAK6b,OAtDT,CAwDD,EAEAsqF,cAAe,SAAUlgF,GACnBjmB,KAAKgmG,eAAgB//E,IAKrBA,EAAMu/C,SAAWv/C,EAAMib,UAAY5gC,EAAEonD,GAAGxmB,QAAQkiC,KACpDn9C,EAAMC,iBACNlmB,KAAKqwB,OAAO3tB,QAAS,SAEvB,EAGAsjG,eAAgB,SAAU//E,GACzB,OAAKA,EAAMs/C,QAAUt/C,EAAMib,UAAY5gC,EAAEonD,GAAGxmB,QAAQ6hC,SACnD/iE,KAAKqlE,UAAWrlE,KAAKkmG,cAAelmG,KAAKc,QAAQuvB,OAAS,GAAG,KACtD,GAEHpK,EAAMs/C,QAAUt/C,EAAMib,UAAY5gC,EAAEonD,GAAGxmB,QAAQ4hC,WACnD9iE,KAAKqlE,UAAWrlE,KAAKkmG,cAAelmG,KAAKc,QAAQuvB,OAAS,GAAG,KACtD,QAFR,CAID,EAEA+1E,aAAc,SAAU5+D,EAAOu+D,GAC9B,IAAIM,EAAermG,KAAKwlG,KAAKxjG,OAAS,EAYtC,MAA6D,IAArD1B,EAAE0rD,SATJxkB,EAAQ6+D,IACZ7+D,EAAQ,GAEJA,EAAQ,IACZA,EAAQ6+D,GAEF7+D,GAGwBxnC,KAAKc,QAAQipD,WAC5CviB,EAAQu+D,EAAev+D,EAAQ,EAAIA,EAAQ,EAG5C,OAAOA,CACR,EAEA0+D,cAAe,SAAU1+D,EAAOu+D,GAG/B,OAFAv+D,EAAQxnC,KAAKomG,aAAc5+D,EAAOu+D,GAClC/lG,KAAKwlG,KAAKhiC,GAAIh8B,GAAQ9kC,QAAS,SACxB8kC,CACR,EAEA/F,WAAY,SAAU59B,EAAKG,GACb,WAARH,GAOL7D,KAAKu+C,OAAQ16C,EAAKG,GAEL,gBAARH,IACJ7D,KAAKsrD,aAAc,sBAAuB,KAAMtnD,GAG1CA,IAAiC,IAAxBhE,KAAKc,QAAQuvB,QAC3BrwB,KAAKqlE,UAAW,IAIL,UAARxhE,GACJ7D,KAAKolE,aAAcphE,GAGP,gBAARH,GACJ7D,KAAKsmG,kBAAmBtiG,IApBxBhE,KAAKqlE,UAAWrhE,EAsBlB,EAEAuiG,kBAAmB,SAAUroF,GAC5B,OAAOA,EAAOA,EAAK5J,QAAS,sCAAuC,QAAW,EAC/E,EAEAotD,QAAS,WACR,IAAI5gE,EAAUd,KAAKc,QAClB0lG,EAAMxmG,KAAKymG,QAAQlwF,SAAU,iBAI9BzV,EAAQipD,SAAWzpD,EAAEyM,IAAKy5F,EAAIp4F,OAAQ,uBAAwB,SAAUu3F,GACvE,OAAOa,EAAIh/D,MAAOm+D,EACnB,IAEA3lG,KAAKslG,gBAGmB,IAAnBxkG,EAAQuvB,QAAqBrwB,KAAKylG,QAAQzjG,OAKnChC,KAAKqwB,OAAOruB,SAAW1B,EAAEgzC,SAAUtzC,KAAKymG,QAAS,GAAKzmG,KAAKqwB,OAAQ,IAGzErwB,KAAKwlG,KAAKxjG,SAAWlB,EAAQipD,SAAS/nD,QAC1ClB,EAAQuvB,QAAS,EACjBrwB,KAAKqwB,OAAS/vB,KAIdN,KAAKqlE,UAAWrlE,KAAKomG,aAAcx1F,KAAKkC,IAAK,EAAGhS,EAAQuvB,OAAS,IAAK,IAOvEvvB,EAAQuvB,OAASrwB,KAAKwlG,KAAKh+D,MAAOxnC,KAAKqwB,SApBvCvvB,EAAQuvB,QAAS,EACjBrwB,KAAKqwB,OAAS/vB,KAsBfN,KAAKglE,UACN,EAEAA,SAAU,WACThlE,KAAK2qD,mBAAoB3qD,KAAKc,QAAQipD,UACtC/pD,KAAKolE,aAAcplE,KAAKc,QAAQmlB,OAChCjmB,KAAKsmG,kBAAmBtmG,KAAKc,QAAQqjE,aAErCnkE,KAAKwlG,KAAK35C,IAAK7rD,KAAKqwB,QAASta,KAAM,CAClC,gBAAiB,QACjB,gBAAiB,QACjB4qB,UAAW,IAEZ3gC,KAAK+lE,OAAOla,IAAK7rD,KAAK4lG,gBAAiB5lG,KAAKqwB,SAC1CpwB,OACA8V,KAAM,CACN,cAAe,SAIX/V,KAAKqwB,OAAOruB,QAGjBhC,KAAKqwB,OACHta,KAAM,CACN,gBAAiB,OACjB,gBAAiB,OACjB4qB,SAAU,IAEZ3gC,KAAKksD,UAAWlsD,KAAKqwB,OAAQ,iBAAkB,mBAC/CrwB,KAAK4lG,gBAAiB5lG,KAAKqwB,QACzBhvB,OACA0U,KAAM,CACN,cAAe,WAZjB/V,KAAKwlG,KAAKhiC,GAAI,GAAIztD,KAAM,WAAY,EAetC,EAEAuvF,aAAc,WACb,IAAIz6C,EAAO7qD,KACV0mG,EAAW1mG,KAAKwlG,KAChBmB,EAAc3mG,KAAKylG,QACnB3/B,EAAa9lE,KAAK+lE,OAEnB/lE,KAAKymG,QAAUzmG,KAAK4mG,WAAW7wF,KAAM,OAAQ,WAC7C/V,KAAKksD,UAAWlsD,KAAKymG,QAAS,cAC7B,uDAGDzmG,KAAKymG,QACH1uF,GAAI,YAAc/X,KAAKiqD,eAAgB,QAAQ,SAAUhkC,GACpD3lB,EAAGN,MAAOmmB,GAAI,uBAClBF,EAAMC,gBAER,IAQCnO,GAAI,QAAU/X,KAAKiqD,eAAgB,mBAAmB,WACjD3pD,EAAGN,MAAO4X,QAAS,MAAOuO,GAAI,uBAClCnmB,KAAK2nE,MAEP,IAED3nE,KAAKwlG,KAAOxlG,KAAKymG,QAAQ1kG,KAAM,qBAC7BgU,KAAM,CACN6qB,KAAM,MACND,UAAW,IAEb3gC,KAAKksD,UAAWlsD,KAAKwlG,KAAM,cAAe,oBAE1CxlG,KAAKylG,QAAUzlG,KAAKwlG,KAAKz4F,KAAK,WAC7B,OAAOzM,EAAG,IAAKN,MAAQ,EACxB,IACE+V,KAAM,CACN4qB,UAAW,IAEb3gC,KAAKksD,UAAWlsD,KAAKylG,QAAS,kBAE9BzlG,KAAK+lE,OAASzlE,IAEdN,KAAKylG,QAAQplG,MAAM,SAAUoR,EAAG0zF,GAC/B,IAAI7pF,EAAU2pD,EAAOkB,EACpB0gC,EAAWvmG,EAAG6kG,GAASx7D,WAAW5zB,KAAM,MACxC4vF,EAAMrlG,EAAG6kG,GAASvtF,QAAS,MAC3BkvF,EAAuBnB,EAAI5vF,KAAM,iBAG7B80C,EAAKq6C,SAAUC,IAEnBh/B,GADA7qD,EAAW6pF,EAAOjnF,MACCs/D,UAAW,GAC9BvY,EAAQpa,EAAK/yB,QAAQ/1B,KAAM8oD,EAAK07C,kBAAmBjrF,MAQnDA,EAAW,KADX6qD,EAAUw/B,EAAI5vF,KAAM,kBAAqBzV,EAAG,CAAC,GAAIqpC,WAAY,GAAIpkC,KAEjE0/D,EAAQpa,EAAK/yB,QAAQ/1B,KAAMuZ,IACftZ,SACXijE,EAAQpa,EAAKk8C,aAAc5gC,IACrBr/B,YAAa+jB,EAAKkb,OAAQt0D,EAAI,IAAOo5C,EAAK47C,SAEjDxhC,EAAMlvD,KAAM,YAAa,WAGrBkvD,EAAMjjE,SACV6oD,EAAKkb,OAASlb,EAAKkb,OAAO1rC,IAAK4qC,IAE3B6hC,GACJnB,EAAItiG,KAAM,wBAAyByjG,GAEpCnB,EAAI5vF,KAAM,CACT,gBAAiBowD,EACjB,kBAAmB0gC,IAEpB5hC,EAAMlvD,KAAM,kBAAmB8wF,EAChC,IAEA7mG,KAAK+lE,OAAOhwD,KAAM,OAAQ,YAC1B/V,KAAKksD,UAAWlsD,KAAK+lE,OAAQ,gBAAiB,qBAGzC2gC,IACJ1mG,KAAKisD,KAAMy6C,EAAS76C,IAAK7rD,KAAKwlG,OAC9BxlG,KAAKisD,KAAM06C,EAAY96C,IAAK7rD,KAAKylG,UACjCzlG,KAAKisD,KAAM6Z,EAAWja,IAAK7rD,KAAK+lE,SAElC,EAGA6gC,SAAU,WACT,OAAO5mG,KAAKymG,SAAWzmG,KAAK83B,QAAQ/1B,KAAM,UAAWyhE,GAAI,EAC1D,EAEAujC,aAAc,SAAUxhG,GACvB,OAAOjF,EAAG,SACRyV,KAAM,KAAMxQ,GACZlC,KAAM,mBAAmB,EAC5B,EAEAsnD,mBAAoB,SAAUZ,GAC7B,IAAIw/B,EAAa2Q,EAAIzoF,EAWrB,IATKqsB,MAAMC,QAASgsB,KACbA,EAAS/nD,OAEH+nD,EAAS/nD,SAAWhC,KAAKylG,QAAQzjG,SAC5C+nD,GAAW,GAFXA,GAAW,GAOPt4C,EAAI,EAAKyoF,EAAKl6F,KAAKwlG,KAAM/zF,GAAOA,IACrC83E,EAAcjpF,EAAG45F,IACC,IAAbnwC,IAAmD,IAA9BzpD,EAAE0rD,QAASv6C,EAAGs4C,IACvCw/B,EAAYxzE,KAAM,gBAAiB,QACnC/V,KAAKksD,UAAWq9B,EAAa,KAAM,uBAEnCA,EAAYzoD,WAAY,iBACxB9gC,KAAK+qD,aAAcw+B,EAAa,KAAM,sBAIxCvpF,KAAKc,QAAQipD,SAAWA,EAExB/pD,KAAKsrD,aAActrD,KAAKmjC,SAAUnjC,KAAKkpD,eAAiB,YAAa,MACvD,IAAba,EACF,EAEAqb,aAAc,SAAUn/C,GACvB,IAAI6iB,EAAS,CAAC,EACT7iB,GACJ3lB,EAAED,KAAM4lB,EAAMzkB,MAAO,MAAO,SAAUgmC,EAAOuK,GAC5CjJ,EAAQiJ,GAAc,eACvB,IAGD/xC,KAAKisD,KAAMjsD,KAAKylG,QAAQprE,IAAKr6B,KAAKwlG,MAAOnrE,IAAKr6B,KAAK+lE,SAGnD/lE,KAAKsqD,KAAK,EAAMtqD,KAAKylG,QAAS,CAC7BtuF,MAAO,SAAU8O,GAChBA,EAAMC,gBACP,IAEDlmB,KAAKsqD,IAAKtqD,KAAKylG,QAAS38D,GACxB9oC,KAAKsqD,IAAKtqD,KAAKwlG,KAAM,CAAEn/B,QAAS,gBAChCrmE,KAAKsqD,IAAKtqD,KAAK+lE,OAAQ,CAAEM,QAAS,kBAElCrmE,KAAK4sD,WAAY5sD,KAAKwlG,MACtBxlG,KAAKysD,WAAYzsD,KAAKwlG,KACvB,EAEAc,kBAAmB,SAAUniC,GAC5B,IAAI6B,EACH1vD,EAAStW,KAAK83B,QAAQxhB,SAEF,SAAhB6tD,GACJ6B,EAAY1vD,EAAOtD,SACnBgzD,GAAahmE,KAAK83B,QAAQsK,cAAgBpiC,KAAK83B,QAAQ9kB,SAEvDhT,KAAK83B,QAAQ4rC,SAAU,YAAarjE,MAAM,WACzC,IAAIqjC,EAAOpjC,EAAGN,MACbkhB,EAAWwiB,EAAKnvB,IAAK,YAEJ,aAAb2M,GAAwC,UAAbA,IAGhC8kD,GAAatiC,EAAKtB,aAAa,GAChC,IAEApiC,KAAK83B,QAAQvhB,WAAWs1C,IAAK7rD,KAAK+lE,QAAS1lE,MAAM,WAChD2lE,GAAa1lE,EAAGN,MAAOoiC,aAAa,EACrC,IAEApiC,KAAK+lE,OAAO1lE,MAAM,WACjBC,EAAGN,MAAOgT,OAAQpC,KAAKkC,IAAK,EAAGkzD,EAC9B1lE,EAAGN,MAAO49D,cAAgBt9D,EAAGN,MAAOgT,UACtC,IACEuB,IAAK,WAAY,SACQ,SAAhB4vD,IACX6B,EAAY,EACZhmE,KAAK+lE,OAAO1lE,MAAM,WACjB2lE,EAAYp1D,KAAKkC,IAAKkzD,EAAW1lE,EAAGN,MAAOgT,OAAQ,IAAKA,SACzD,IAAIA,OAAQgzD,GAEd,EAEAL,cAAe,SAAU1/C,GACxB,IAAInlB,EAAUd,KAAKc,QAClBuvB,EAASrwB,KAAKqwB,OAEds1E,EADSrlG,EAAG2lB,EAAM25B,eACLhoC,QAAS,MACtB4uD,EAAkBm/B,EAAK,KAAQt1E,EAAQ,GACvCo2C,EAAaD,GAAmB1lE,EAAQmjE,YACxCyC,EAASD,EAAanmE,IAAMN,KAAK4lG,gBAAiBD,GAClDh/B,EAAUt2C,EAAOruB,OAAehC,KAAK4lG,gBAAiBv1E,GAA5B/vB,IAC1BsmE,EAAY,CACXogC,OAAQ32E,EACRy2C,SAAUH,EACVsgC,OAAQxgC,EAAanmE,IAAMqlG,EAC3B3+B,SAAUN,GAGZzgD,EAAMC,iBAEDy/E,EAAIhuE,SAAU,sBAGjBguE,EAAIhuE,SAAU,oBAGd33B,KAAKi0B,SAGHuyC,IAAoB1lE,EAAQmjE,cAG4B,IAAxDjkE,KAAKwhC,SAAU,iBAAkBvb,EAAO2gD,KAI5C9lE,EAAQuvB,QAASo2C,GAAqBzmE,KAAKwlG,KAAKh+D,MAAOm+D,GAEvD3lG,KAAKqwB,OAASm2C,EAAkBlmE,IAAMqlG,EACjC3lG,KAAKkI,KACTlI,KAAKkI,IAAIwkE,QAGJ/F,EAAO3kE,QAAW0kE,EAAO1kE,QAC9B1B,EAAEI,MAAO,oDAGLgmE,EAAO1kE,QACXhC,KAAK6a,KAAM7a,KAAKwlG,KAAKh+D,MAAOm+D,GAAO1/E,GAEpCjmB,KAAKinE,QAAShhD,EAAO2gD,GACtB,EAGAK,QAAS,SAAUhhD,EAAO2gD,GACzB,IAAI/b,EAAO7qD,KACV0mE,EAASE,EAAUI,SACnBL,EAASC,EAAUE,SAIpB,SAASvsD,IACRswC,EAAK52B,SAAU,EACf42B,EAAKrpB,SAAU,WAAYvb,EAAO2gD,EACnC,CAEA,SAASvlE,IACRwpD,EAAKqB,UAAW0a,EAAUqgC,OAAOrvF,QAAS,MAAQ,iBAAkB,mBAE/D8uD,EAAO1kE,QAAU6oD,EAAK/pD,QAAQO,KAClCwpD,EAAKuoC,MAAO1sB,EAAQ7b,EAAK/pD,QAAQO,KAAMkZ,IAEvCmsD,EAAOrlE,OACPkZ,IAEF,CAhBAva,KAAKi0B,SAAU,EAmBV0yC,EAAO3kE,QAAUhC,KAAKc,QAAQb,KAClCD,KAAK2yF,MAAOhsB,EAAQ3mE,KAAKc,QAAQb,MAAM,WACtC4qD,EAAKE,aAAc6b,EAAUogC,OAAOpvF,QAAS,MAC5C,iBAAkB,mBACnBvW,GACD,KAEArB,KAAK+qD,aAAc6b,EAAUogC,OAAOpvF,QAAS,MAC5C,iBAAkB,mBACnB+uD,EAAO1mE,OACPoB,KAGDslE,EAAO5wD,KAAM,cAAe,QAC5B6wD,EAAUogC,OAAOjxF,KAAM,CACtB,gBAAiB,QACjB,gBAAiB,UAMb2wD,EAAO1kE,QAAU2kE,EAAO3kE,OAC5B4kE,EAAUogC,OAAOjxF,KAAM,YAAa,GACzB2wD,EAAO1kE,QAClBhC,KAAKwlG,KAAKp3F,QAAQ,WACjB,OAAwC,IAAjC9N,EAAGN,MAAO+V,KAAM,WACxB,IACEA,KAAM,YAAa,GAGtB2wD,EAAO3wD,KAAM,cAAe,SAC5B6wD,EAAUqgC,OAAOlxF,KAAM,CACtB,gBAAiB,OACjB,gBAAiB,OACjB4qB,SAAU,GAEZ,EAEA0kC,UAAW,SAAU79B,GACpB,IAAI29D,EACH90E,EAASrwB,KAAKimE,YAAaz+B,GAGvBnX,EAAQ,KAAQrwB,KAAKqwB,OAAQ,KAK5BA,EAAOruB,SACZquB,EAASrwB,KAAKqwB,QAGf80E,EAAS90E,EAAOtuB,KAAM,mBAAqB,GAC3C/B,KAAK2lE,cAAe,CACnBl4D,OAAQ03F,EACRvlD,cAAeulD,EACfj/E,eAAgB5lB,EAAEmnD,OAEpB,EAEAwe,YAAa,SAAUz+B,GACtB,OAAiB,IAAVA,EAAkBlnC,IAAMN,KAAKwlG,KAAKhiC,GAAIh8B,EAC9C,EAEA0/D,UAAW,SAAU1/D,GAQpB,MALsB,iBAAVA,IACXA,EAAQxnC,KAAKylG,QAAQj+D,MAAOxnC,KAAKylG,QAAQr3F,OAAQ,WAChD9N,EAAEwhE,eAAgBt6B,GAAU,QAGvBA,CACR,EAEAsjB,SAAU,WACJ9qD,KAAKkI,KACTlI,KAAKkI,IAAIwkE,QAGV1sE,KAAKymG,QACH3lE,WAAY,QACZva,IAAKvmB,KAAKiqD,gBAEZjqD,KAAKylG,QACH3kE,WAAY,iBACZkjC,iBAEFhkE,KAAKwlG,KAAKnrE,IAAKr6B,KAAK+lE,QAAS1lE,MAAM,WAC7BC,EAAE+C,KAAMrD,KAAM,mBAClBM,EAAGN,MAAO0X,SAEVpX,EAAGN,MAAO8gC,WAAY,4FAGxB,IAEA9gC,KAAKwlG,KAAKnlG,MAAM,WACf,IAAI65F,EAAK55F,EAAGN,MACX0sC,EAAOwtD,EAAG72F,KAAM,yBACZqpC,EACJwtD,EACEnkF,KAAM,gBAAiB22B,GACvBse,WAAY,yBAEdkvC,EAAGp5D,WAAY,gBAEjB,IAEA9gC,KAAK+lE,OAAO1kE,OAEsB,YAA7BrB,KAAKc,QAAQqjE,aACjBnkE,KAAK+lE,OAAOxxD,IAAK,SAAU,GAE7B,EAEAykB,OAAQ,SAAUwO,GACjB,IAAIuiB,EAAW/pD,KAAKc,QAAQipD,UACV,IAAbA,SAIU3pD,IAAVonC,EACJuiB,GAAW,GAEXviB,EAAQxnC,KAAKknG,UAAW1/D,GAEvBuiB,EADIjsB,MAAMC,QAASgsB,GACRzpD,EAAEyM,IAAKg9C,GAAU,SAAU3Q,GACrC,OAAOA,IAAQ5R,EAAQ4R,EAAM,IAC9B,IAEW94C,EAAEyM,IAAK/M,KAAKwlG,MAAM,SAAUtL,EAAI9gD,GAC1C,OAAOA,IAAQ5R,EAAQ4R,EAAM,IAC9B,KAGFp5C,KAAK2qD,mBAAoBZ,GAC1B,EAEAhyB,QAAS,SAAUyP,GAClB,IAAIuiB,EAAW/pD,KAAKc,QAAQipD,SAC5B,IAAkB,IAAbA,EAAL,CAIA,QAAe3pD,IAAVonC,EACJuiB,GAAW,MACL,CAEN,GADAviB,EAAQxnC,KAAKknG,UAAW1/D,IACe,IAAlClnC,EAAE0rD,QAASxkB,EAAOuiB,GACtB,OAGAA,EADIjsB,MAAMC,QAASgsB,GACRzpD,EAAE4tC,MAAO,CAAE1G,GAASuiB,GAAW9a,OAE/B,CAAEzH,EAEf,CACAxnC,KAAK2qD,mBAAoBZ,EAfzB,CAgBD,EAEAlvC,KAAM,SAAU2sB,EAAOvhB,GACtBuhB,EAAQxnC,KAAKknG,UAAW1/D,GACxB,IAAIqjB,EAAO7qD,KACV2lG,EAAM3lG,KAAKwlG,KAAKhiC,GAAIh8B,GACpB29D,EAASQ,EAAI5jG,KAAM,mBACnBkjE,EAAQjlE,KAAK4lG,gBAAiBD,GAC9B/+B,EAAY,CACX++B,IAAKA,EACL1gC,MAAOA,GAER1qD,EAAW,SAAUulB,EAAO16B,GACX,UAAXA,GACJylD,EAAKkb,OAAOvqD,MAAM,GAAO,GAG1BqvC,EAAKE,aAAc46C,EAAK,mBACxB1gC,EAAMnkC,WAAY,aAEbhB,IAAU+qB,EAAK3iD,YACZ2iD,EAAK3iD,GAEd,EAGIlI,KAAKklG,SAAUC,EAAQ,MAI5BnlG,KAAKkI,IAAM5H,EAAE80C,KAAMp1C,KAAKmnG,cAAehC,EAAQl/E,EAAO2gD,IAKjD5mE,KAAKkI,KAA+B,aAAxBlI,KAAKkI,IAAI2c,aACzB7kB,KAAKksD,UAAWy5C,EAAK,mBACrB1gC,EAAMlvD,KAAM,YAAa,QAEzB/V,KAAKkI,IACH+R,MAAM,SAAUzS,EAAUpC,EAAQ06B,GAIlC/c,YAAY,WACXkiD,EAAMpkE,KAAM2G,GACZqjD,EAAKrpB,SAAU,OAAQvb,EAAO2gD,GAE9BrsD,EAAUulB,EAAO16B,EAClB,GAAG,EACJ,IACC6S,MAAM,SAAU6nB,EAAO16B,GAIvB2d,YAAY,WACXxI,EAAUulB,EAAO16B,EAClB,GAAG,EACJ,KAEH,EAEA+hG,cAAe,SAAUhC,EAAQl/E,EAAO2gD,GACvC,IAAI/b,EAAO7qD,KACX,MAAO,CAINmD,IAAKgiG,EAAOpvF,KAAM,QAASzB,QAAS,OAAQ,IAC5C6gC,WAAY,SAAUrV,EAAOpK,GAC5B,OAAOm1B,EAAKrpB,SAAU,aAAcvb,EACnC3lB,EAAEy2B,OAAQ,CAAE+I,MAAOA,EAAOsnE,aAAc1xE,GAAYkxC,GACtD,EAEF,EAEAg/B,gBAAiB,SAAUD,GAC1B,IAAIpgG,EAAKjF,EAAGqlG,GAAM5vF,KAAM,iBACxB,OAAO/V,KAAK83B,QAAQ/1B,KAAM/B,KAAKumG,kBAAmB,IAAMhhG,GACzD,KAKuB,IAAnBjF,EAAEk6D,cAGNl6D,EAAE6iC,OAAQ,UAAW7iC,EAAEonD,GAAG89C,KAAM,CAC/BF,aAAc,WACbtlG,KAAK4oD,YAAa/9C,WAClB7K,KAAKksD,UAAWlsD,KAAKwlG,KAAM,SAC5B,IAIgBllG,EAAEonD,GAAG89C,KAsBvBllG,EAAE6iC,OAAQ,aAAc,CACvBxa,QAAS,SACT7nB,QAAS,CACRoW,QAAS,CACR,aAAc,kCAEf3H,QAAS,WACR,IAAIlF,EAAQ/J,EAAGN,MAAO+V,KAAM,SAG5B,OAAOzV,EAAG,OAAQgB,KAAM+I,GAAQxJ,MACjC,EACAZ,MAAM,EAGNwnE,MAAO,0BACPvmD,SAAU,CACTwvC,GAAI,cACJpiB,GAAI,cACJshB,UAAW,gBAEZvuD,MAAM,EACNgmG,OAAO,EAGP5vF,MAAO,KACP2c,KAAM,MAGPkzE,gBAAiB,SAAU5jE,EAAMn+B,GAChC,IAAIgiG,GAAgB7jE,EAAK3tB,KAAM,qBAAwB,IAAKvU,MAAO,OACnE+lG,EAAY75F,KAAMnI,GAClBm+B,EACErgC,KAAM,gBAAiBkC,GACvBwQ,KAAM,mBAAoB4T,OAAO1gB,UAAUsW,KAAK5e,KAAM4mG,EAAY9lG,KAAM,MAC3E,EAEA+lG,mBAAoB,SAAU9jE,GAC7B,IAAIn+B,EAAKm+B,EAAKrgC,KAAM,iBACnBkkG,GAAgB7jE,EAAK3tB,KAAM,qBAAwB,IAAKvU,MAAO,OAC/DgmC,EAAQlnC,EAAE0rD,QAASzmD,EAAIgiG,IAER,IAAX//D,GACJ+/D,EAAYn5D,OAAQ5G,EAAO,GAG5B9D,EAAKsnB,WAAY,kBACjBu8C,EAAc59E,OAAO1gB,UAAUsW,KAAK5e,KAAM4mG,EAAY9lG,KAAM,OAE3DiiC,EAAK3tB,KAAM,mBAAoBwxF,GAE/B7jE,EAAK5C,WAAY,mBAEnB,EAEAR,QAAS,WACRtgC,KAAKsqD,IAAK,CACTm9C,UAAW,OACX56C,QAAS,SAIV7sD,KAAK0nG,SAAW,CAAC,EAGjB1nG,KAAKyjE,QAAU,CAAC,EAGhBzjE,KAAKusE,WAAajsE,EAAG,SACnByV,KAAM,CACN6qB,KAAM,MACN,YAAa,YACb,gBAAiB,cAEjBjB,SAAU3/B,KAAKuJ,SAAU,GAAI5B,MAC/B3H,KAAKksD,UAAWlsD,KAAKusE,WAAY,KAAM,+BAEvCvsE,KAAK2nG,eAAiBrnG,EAAG,GAC1B,EAEAmhC,WAAY,SAAU59B,EAAKG,GAC1B,IAAI6mD,EAAO7qD,KAEXA,KAAKu+C,OAAQ16C,EAAKG,GAEL,YAARH,GACJvD,EAAED,KAAML,KAAK0nG,UAAU,SAAUniG,EAAIqiG,GACpC/8C,EAAKg9C,eAAgBD,EAAY9vE,QAClC,GAEF,EAEA6yB,mBAAoB,SAAU3mD,GAC7BhE,KAAMgE,EAAQ,WAAa,YAC5B,EAEA8jG,SAAU,WACT,IAAIj9C,EAAO7qD,KAGXM,EAAED,KAAML,KAAK0nG,UAAU,SAAUniG,EAAIqiG,GACpC,IAAI3hF,EAAQ3lB,EAAEysD,MAAO,QACrB9mC,EAAMxY,OAASwY,EAAM25B,cAAgBgoD,EAAY9vE,QAAS,GAC1D+yB,EAAKpzC,MAAOwO,GAAO,EACpB,IAGAjmB,KAAK2nG,eAAiB3nG,KAAK2nG,eAAettE,IACzCr6B,KAAK83B,QAAQ/1B,KAAM/B,KAAKc,QAAQ2mE,OAAQzO,UACtC5qD,QAAQ,WACR,IAAI0pB,EAAUx3B,EAAGN,MACjB,GAAK83B,EAAQ3R,GAAI,WAChB,OAAO2R,EACLz0B,KAAM,mBAAoBy0B,EAAQ/hB,KAAM,UACxC+qB,WAAY,QAEhB,IAEH,EAEAinE,QAAS,WAGR/nG,KAAK2nG,eAAetnG,MAAM,WACzB,IAAIy3B,EAAUx3B,EAAGN,MACZ83B,EAAQz0B,KAAM,qBAClBy0B,EAAQ/hB,KAAM,QAAS+hB,EAAQz0B,KAAM,oBAEvC,IACArD,KAAK2nG,eAAiBrnG,EAAG,GAC1B,EAEA8zB,KAAM,SAAUnO,GACf,IAAI4kC,EAAO7qD,KACVyN,EAASnN,EAAG2lB,EAAQA,EAAMxY,OAASzN,KAAK83B,SAItClgB,QAAS5X,KAAKc,QAAQ2mE,OAGnBh6D,EAAOzL,SAAUyL,EAAOpK,KAAM,mBAI/BoK,EAAOsI,KAAM,UACjBtI,EAAOpK,KAAM,mBAAoBoK,EAAOsI,KAAM,UAG/CtI,EAAOpK,KAAM,mBAAmB,GAG3B4iB,GAAwB,cAAfA,EAAMhjB,MACnBwK,EAAOg2D,UAAUpjE,MAAM,WACtB,IACC2nG,EADG1xF,EAAShW,EAAGN,MAEXsW,EAAOjT,KAAM,sBACjB2kG,EAAY1nG,EAAEysD,MAAO,SACXt/C,OAASu6F,EAAUpoD,cAAgB5/C,KAC7C6qD,EAAKpzC,MAAOuwF,GAAW,IAEnB1xF,EAAOP,KAAM,WACjBO,EAAOqzB,WACPkhB,EAAK4Y,QAASzjE,KAAKuF,IAAO,CACzBuyB,QAAS93B,KACTqK,MAAOiM,EAAOP,KAAM,UAErBO,EAAOP,KAAM,QAAS,IAExB,IAGD/V,KAAKioG,uBAAwBhiF,EAAOxY,GACpCzN,KAAK6nG,eAAgBp6F,EAAQwY,GAC9B,EAEA4hF,eAAgB,SAAUp6F,EAAQwY,GACjC,IAAI1W,EACH24F,EAAgBloG,KAAKc,QAAQyO,QAC7Bs7C,EAAO7qD,KACPqyD,EAAYpsC,EAAQA,EAAMhjB,KAAO,KAElC,GAA8B,iBAAlBilG,GAA8BA,EAAcpoD,UACtDooD,EAAcv+C,OACf,OAAO3pD,KAAKoqE,MAAOnkD,EAAOxY,EAAQy6F,IAGnC34F,EAAU24F,EAAcvnG,KAAM8M,EAAQ,IAAK,SAAUjG,GAIpDqjD,EAAK2B,QAAQ,WAGN/+C,EAAOpK,KAAM,qBASd4iB,IACJA,EAAMhjB,KAAOovD,GAEdryD,KAAKoqE,MAAOnkD,EAAOxY,EAAQjG,GAC5B,GACD,MAECxH,KAAKoqE,MAAOnkD,EAAOxY,EAAQ8B,EAE7B,EAEA66D,MAAO,SAAUnkD,EAAOxY,EAAQ8B,GAC/B,IAAIq4F,EAAaO,EAASC,EAAaC,EACtCC,EAAiBhoG,EAAEy2B,OAAQ,CAAC,EAAG/2B,KAAKc,QAAQogB,UA2C7C,SAASA,EAAU+E,GAClBqiF,EAAel5C,GAAKnpC,EACfkiF,EAAQhiF,GAAI,YAGjBgiF,EAAQjnF,SAAUonF,EACnB,CA/CM/4F,KAMNq4F,EAAc5nG,KAAKuoG,MAAO96F,IAEzBm6F,EAAYO,QAAQpmG,KAAM,uBAAwBlB,KAAM0O,IAWpD9B,EAAO0Y,GAAI,aACVF,GAAwB,cAAfA,EAAMhjB,KACnBwK,EAAOsI,KAAM,QAAS,IAEtBtI,EAAOqzB,WAAY,UAIrB8mE,EAAc5nG,KAAKwoG,SAAU/6F,GAC7B06F,EAAUP,EAAYO,QACtBnoG,KAAKsnG,gBAAiB75F,EAAQ06F,EAAQpyF,KAAM,OAC5CoyF,EAAQpmG,KAAM,uBAAwBlB,KAAM0O,GAK5CvP,KAAKusE,WAAWh2D,WAAWtW,QAC3BooG,EAAc/nG,EAAG,SAAUO,KAAMsnG,EAAQpmG,KAAM,uBAAwBlB,SAC3DigC,WAAY,QAAS/+B,KAAM,UAAW++B,WAAY,QAC9DunE,EAAYvnE,WAAY,MAAO/+B,KAAM,QAAS++B,WAAY,MAC1DunE,EAAY1oE,SAAU3/B,KAAKusE,YAStBvsE,KAAKc,QAAQumG,OAASphF,GAAS,SAASgjB,KAAMhjB,EAAMhjB,OACxDjD,KAAKsqD,IAAKtqD,KAAKuJ,SAAU,CACxBk/F,UAAWvnF,IAIZA,EAAU+E,IAEVkiF,EAAQjnF,SAAU5gB,EAAEy2B,OAAQ,CAC3Bq4B,GAAI3hD,GACFzN,KAAKc,QAAQogB,WAGjBinF,EAAQloG,OAERD,KAAKozF,MAAO+U,EAASnoG,KAAKc,QAAQO,MAM7BrB,KAAKc,QAAQumG,OAASrnG,KAAKc,QAAQO,MAAQrB,KAAKc,QAAQO,KAAKwa,QACjEusF,EAAcpoG,KAAKooG,YAAcljF,aAAa,WACxCijF,EAAQhiF,GAAI,cAChBjF,EAAUonF,EAAel5C,IACzBjqC,cAAeijF,GAEjB,GAAG,KAGJpoG,KAAKwhC,SAAU,OAAQvb,EAAO,CAAEkiF,QAASA,KAC1C,EAEAF,uBAAwB,SAAUhiF,EAAOxY,GACxC,IAAIq7B,EAAS,CACZm1D,MAAO,SAAUh4E,GAChB,GAAKA,EAAMib,UAAY5gC,EAAEonD,GAAGxmB,QAAQyhC,OAAS,CAC5C,IAAI+lC,EAAYpoG,EAAEysD,MAAO9mC,GACzByiF,EAAU9oD,cAAgBnyC,EAAQ,GAClCzN,KAAKyX,MAAOixF,GAAW,EACxB,CACD,GAKIj7F,EAAQ,KAAQzN,KAAK83B,QAAS,KAClCgR,EAAOpxB,OAAS,WACf,IAAIixF,EAAgB3oG,KAAKuoG,MAAO96F,GAC3Bk7F,GACJ3oG,KAAK4oG,eAAgBD,EAAcR,QAErC,GAGKliF,GAAwB,cAAfA,EAAMhjB,OACpB6lC,EAAO6jB,WAAa,SAEf1mC,GAAwB,YAAfA,EAAMhjB,OACpB6lC,EAAOgkB,SAAW,SAEnB9sD,KAAKsqD,KAAK,EAAM78C,EAAQq7B,EACzB,EAEArxB,MAAO,SAAUwO,GAChB,IAAIkiF,EACHt9C,EAAO7qD,KACPyN,EAASnN,EAAG2lB,EAAQA,EAAM25B,cAAgB5/C,KAAK83B,SAC/C8vE,EAAc5nG,KAAKuoG,MAAO96F,GAGrBm6F,GAUNO,EAAUP,EAAYO,QAIjBP,EAAYiB,UAKjB1jF,cAAenlB,KAAKooG,aAIf36F,EAAOpK,KAAM,sBAAyBoK,EAAOsI,KAAM,UACvDtI,EAAOsI,KAAM,QAAStI,EAAOpK,KAAM,qBAGpCrD,KAAKwnG,mBAAoB/5F,GAEzBm6F,EAAYkB,QAAS,EACrBX,EAAQ3sF,MAAM,GACdxb,KAAK2yF,MAAOwV,EAASnoG,KAAKc,QAAQb,MAAM,WACvC4qD,EAAK+9C,eAAgBtoG,EAAGN,MACzB,IAEAyN,EAAOu9C,WAAY,mBACnBhrD,KAAKisD,KAAMx+C,EAAQ,6BAGdA,EAAQ,KAAQzN,KAAK83B,QAAS,IAClC93B,KAAKisD,KAAMx+C,EAAQ,UAEpBzN,KAAKisD,KAAMjsD,KAAKuJ,SAAU,aAErB0c,GAAwB,eAAfA,EAAMhjB,MACnB3C,EAAED,KAAML,KAAKyjE,SAAS,SAAUl+D,EAAI+Q,GACnChW,EAAGgW,EAAOwhB,SAAU/hB,KAAM,QAASO,EAAOjM,cACnCwgD,EAAK4Y,QAASl+D,EACtB,IAGDqiG,EAAYiB,SAAU,EACtB7oG,KAAKwhC,SAAU,QAASvb,EAAO,CAAEkiF,QAASA,IACpCP,EAAYkB,SACjBlB,EAAYiB,SAAU,KAhDtBp7F,EAAOu9C,WAAY,kBAkDrB,EAEAw9C,SAAU,SAAU1wE,GACnB,IAAIqwE,EAAU7nG,EAAG,SAAUyV,KAAM,OAAQ,WACxCxG,EAAUjP,EAAG,SAAUq/B,SAAUwoE,GACjC5iG,EAAK4iG,EAAQx+D,WAAW5zB,KAAM,MAO/B,OALA/V,KAAKksD,UAAW38C,EAAS,sBACzBvP,KAAKksD,UAAWi8C,EAAS,aAAc,+BAEvCA,EAAQxoE,SAAU3/B,KAAKmsE,UAAWr0C,IAE3B93B,KAAK0nG,SAAUniG,GAAO,CAC5BuyB,QAASA,EACTqwE,QAASA,EAEX,EAEAI,MAAO,SAAU96F,GAChB,IAAIlI,EAAKkI,EAAOpK,KAAM,iBACtB,OAAOkC,EAAKvF,KAAK0nG,SAAUniG,GAAO,IACnC,EAEAqjG,eAAgB,SAAUT,GAGzBhjF,cAAenlB,KAAKooG,aAEpBD,EAAQzwF,gBACD1X,KAAK0nG,SAAUS,EAAQpyF,KAAM,MACrC,EAEAo2D,UAAW,SAAU1+D,GACpB,IAAIqqB,EAAUrqB,EAAOmK,QAAS,qBAM9B,OAJMkgB,EAAQ91B,SACb81B,EAAU93B,KAAKuJ,SAAU,GAAI5B,MAGvBmwB,CACR,EAEAgzB,SAAU,WACT,IAAID,EAAO7qD,KAGXM,EAAED,KAAML,KAAK0nG,UAAU,SAAUniG,EAAIqiG,GAGpC,IAAI3hF,EAAQ3lB,EAAEysD,MAAO,QACpBj1B,EAAU8vE,EAAY9vE,QACvB7R,EAAMxY,OAASwY,EAAM25B,cAAgB9nB,EAAS,GAC9C+yB,EAAKpzC,MAAOwO,GAAO,GAInB3lB,EAAG,IAAMiF,GAAKmS,SAGTogB,EAAQz0B,KAAM,sBAGZy0B,EAAQ/hB,KAAM,UACnB+hB,EAAQ/hB,KAAM,QAAS+hB,EAAQz0B,KAAM,qBAEtCy0B,EAAQkzB,WAAY,oBAEtB,IACAhrD,KAAKusE,WAAW70D,QACjB,KAKuB,IAAnBpX,EAAEk6D,cAGNl6D,EAAE6iC,OAAQ,aAAc7iC,EAAEonD,GAAGygD,QAAS,CACrCrnG,QAAS,CACRioG,aAAc,MAEfP,SAAU,WACT,IAAIZ,EAAc5nG,KAAK4oD,YAAa/9C,WAIpC,OAHK7K,KAAKc,QAAQioG,cACjBnB,EAAYO,QAAQxlG,SAAU3C,KAAKc,QAAQioG,cAErCnB,CACR,IAImBtnG,EAAEonD,GAAGygD,OAK1B,OAlnlB+B,mCAM7B,CAZF,E,kBCLA,IAAIp7F,EAAM,CACT,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,aAAc,MACd,UAAW,MACX,aAAc,MACd,UAAW,MACX,aAAc,MACd,UAAW,MACX,aAAc,MACd,UAAW,KACX,aAAc,KACd,UAAW,MACX,aAAc,MACd,UAAW,MACX,aAAc,MACd,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,aAAc,MACd,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,KACR,UAAW,KACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,aAAc,MACd,UAAW,MACX,aAAc,MACd,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,UAAW,MACX,aAAc,MACd,UAAW,MACX,aAAc,MACd,UAAW,MACX,aAAc,MACd,UAAW,MACX,aAAc,MACd,UAAW,MACX,aAAc,MACd,UAAW,KACX,aAAc,KACd,UAAW,MACX,aAAc,MACd,UAAW,MACX,aAAc,MACd,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,aAAc,MACd,UAAW,MACX,aAAc,MACd,UAAW,MACX,aAAc,MACd,UAAW,MACX,OAAQ,KACR,UAAW,KACX,OAAQ,KACR,UAAW,KACX,OAAQ,IACR,UAAW,IACX,OAAQ,MACR,UAAW,MACX,QAAS,MACT,WAAY,MACZ,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,aAAc,MACd,UAAW,MACX,aAAc,MACd,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,aAAc,MACd,gBAAiB,MACjB,aAAc,MACd,gBAAiB,MACjB,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,UAAW,MACX,aAAc,MACd,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,aAAc,MACd,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,WAAY,KACZ,cAAe,KACf,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,aAAc,MACd,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,KACR,UAAW,KACX,OAAQ,MACR,UAAW,MACX,aAAc,MACd,UAAW,MACX,OAAQ,MACR,UAAW,MACX,WAAY,MACZ,cAAe,MACf,UAAW,MACX,aAAc,MACd,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,aAAc,MACd,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,KACR,UAAW,KACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,KACR,UAAW,KACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,YAAa,KACb,eAAgB,KAChB,UAAW,MACX,OAAQ,KACR,UAAW,KACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,QAAS,MACT,WAAY,MACZ,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,UAAW,MACX,aAAc,MACd,QAAS,MACT,WAAY,MACZ,OAAQ,MACR,UAAW,MACX,QAAS,MACT,WAAY,MACZ,QAAS,MACT,aAAc,MACd,gBAAiB,MACjB,WAAY,MACZ,UAAW,MACX,aAAc,MACd,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,UAAW,MACX,OAAQ,MACR,YAAa,MACb,eAAgB,MAChB,UAAW,MACX,OAAQ,MACR,UAAW,MACX,aAAc,MACd,gBAAiB,MACjB,OAAQ,MACR,UAAW,MACX,UAAW,MACX,aAAc,MACd,UAAW,KACX,aAAc,KACd,UAAW,MACX,aAAc,MACd,UAAW,MACX,aAAc,OAIf,SAASi8F,EAAeC,GACvB,IAAI1jG,EAAK2jG,EAAsBD,GAC/B,OAAOE,EAAoB5jG,EAC5B,CACA,SAAS2jG,EAAsBD,GAC9B,IAAIE,EAAoBrlE,EAAE/2B,EAAKk8F,GAAM,CACpC,IAAIt0F,EAAI,IAAI/L,MAAM,uBAAyBqgG,EAAM,KAEjD,MADAt0F,EAAEy0F,KAAO,mBACHz0F,CACP,CACA,OAAO5H,EAAIk8F,EACZ,CACAD,EAAeltE,KAAO,WACrB,OAAOj1B,OAAOi1B,KAAK/uB,EACpB,EACAi8F,EAAep9F,QAAUs9F,EACzB5oD,EAAOnY,QAAU6gE,EACjBA,EAAezjG,GAAK,K,WChSpB,IAAI8jG,EAAW,SAAUlhE,GACvB,aAEA,IAGI/nC,EAHAkpG,EAAKziG,OAAOoC,UACZsgG,EAASD,EAAG/zE,eACZyI,EAAiBn3B,OAAOm3B,gBAAkB,SAAUyL,EAAK5lC,EAAK2lG,GAAQ//D,EAAI5lC,GAAO2lG,EAAKxlG,KAAO,EAE7FylG,EAA4B,mBAAX34D,OAAwBA,OAAS,CAAC,EACnD44D,EAAiBD,EAAQ14D,UAAY,aACrC44D,EAAsBF,EAAQG,eAAiB,kBAC/CC,EAAoBJ,EAAQK,aAAe,gBAE/C,SAAS1uC,EAAO3xB,EAAK5lC,EAAKG,GAOxB,OANA6C,OAAOm3B,eAAeyL,EAAK5lC,EAAK,CAC9BG,MAAOA,EACPm5C,YAAY,EACZC,cAAc,EACdC,UAAU,IAEL5T,EAAI5lC,EACb,CACA,IAEEu3D,EAAO,CAAC,EAAG,GACb,CAAE,MAAOtf,GACPsf,EAAS,SAAS3xB,EAAK5lC,EAAKG,GAC1B,OAAOylC,EAAI5lC,GAAOG,CACpB,CACF,CAEA,SAASg3D,EAAK+uC,EAASC,EAAS55F,EAAM65F,GAEpC,IAAIC,EAAiBF,GAAWA,EAAQ/gG,qBAAqBkhG,EAAYH,EAAUG,EAC/EC,EAAYvjG,OAAOrC,OAAO0lG,EAAejhG,WACzCG,EAAU,IAAIihG,EAAQJ,GAAe,IAMzC,OAFAjsE,EAAeosE,EAAW,UAAW,CAAEpmG,MAAOsmG,EAAiBP,EAAS35F,EAAMhH,KAEvEghG,CACT,CAaA,SAASG,EAAS/9F,EAAIi9B,EAAK+gE,GACzB,IACE,MAAO,CAAEvnG,KAAM,SAAUunG,IAAKh+F,EAAG7L,KAAK8oC,EAAK+gE,GAC7C,CAAE,MAAO1uD,GACP,MAAO,CAAE74C,KAAM,QAASunG,IAAK1uD,EAC/B,CACF,CAlBA3T,EAAQ6yB,KAAOA,EAoBf,IAAIyvC,EAAyB,iBACzBC,EAAyB,iBACzBC,EAAoB,YACpBC,EAAoB,YAIpBC,EAAmB,CAAC,EAMxB,SAASV,IAAa,CACtB,SAASW,IAAqB,CAC9B,SAASC,IAA8B,CAIvC,IAAIC,EAAoB,CAAC,EACzB5vC,EAAO4vC,EAAmBtB,GAAgB,WACxC,OAAO1pG,IACT,IAEA,IAAIirG,EAAWpkG,OAAO62C,eAClBwtD,EAA0BD,GAAYA,EAASA,EAAS93E,EAAO,MAC/D+3E,GACAA,IAA4B5B,GAC5BC,EAAO5oG,KAAKuqG,EAAyBxB,KAGvCsB,EAAoBE,GAGtB,IAAIC,EAAKJ,EAA2B9hG,UAClCkhG,EAAUlhG,UAAYpC,OAAOrC,OAAOwmG,GAgBtC,SAASI,EAAsBniG,GAC7B,CAAC,OAAQ,QAAS,UAAUiE,SAAQ,SAAStK,GAC3Cw4D,EAAOnyD,EAAWrG,GAAQ,SAAS4nG,GACjC,OAAOxqG,KAAKqrG,QAAQzoG,EAAQ4nG,EAC9B,GACF,GACF,CA+BA,SAASc,EAAclB,EAAWmB,GAChC,SAASh4D,EAAO3wC,EAAQ4nG,EAAK5+F,EAAS8J,GACpC,IAAI81F,EAASjB,EAASH,EAAUxnG,GAASwnG,EAAWI,GACpD,GAAoB,UAAhBgB,EAAOvoG,KAEJ,CACL,IAAI6B,EAAS0mG,EAAOhB,IAChBxmG,EAAQc,EAAOd,MACnB,OAAIA,GACiB,iBAAVA,GACPulG,EAAO5oG,KAAKqD,EAAO,WACdunG,EAAY3/F,QAAQ5H,EAAMynG,SAAShlG,MAAK,SAASzC,GACtDuvC,EAAO,OAAQvvC,EAAO4H,EAAS8J,EACjC,IAAG,SAASomC,GACVvI,EAAO,QAASuI,EAAKlwC,EAAS8J,EAChC,IAGK61F,EAAY3/F,QAAQ5H,GAAOyC,MAAK,SAASilG,GAI9C5mG,EAAOd,MAAQ0nG,EACf9/F,EAAQ9G,EACV,IAAG,SAASpE,GAGV,OAAO6yC,EAAO,QAAS7yC,EAAOkL,EAAS8J,EACzC,GACF,CAzBEA,EAAO81F,EAAOhB,IA0BlB,CAEA,IAAImB,EAgCJ3tE,EAAeh+B,KAAM,UAAW,CAAEgE,MA9BlC,SAAiBpB,EAAQ4nG,GACvB,SAASoB,IACP,OAAO,IAAIL,GAAY,SAAS3/F,EAAS8J,GACvC69B,EAAO3wC,EAAQ4nG,EAAK5+F,EAAS8J,EAC/B,GACF,CAEA,OAAOi2F,EAaLA,EAAkBA,EAAgBllG,KAChCmlG,EAGAA,GACEA,GACR,GAKF,CA0BA,SAAStB,EAAiBP,EAAS35F,EAAMhH,GACvC,IAAI0V,EAAQ2rF,EAEZ,OAAO,SAAgB7nG,EAAQ4nG,GAC7B,GAAI1rF,IAAU6rF,EACZ,MAAM,IAAI/hG,MAAM,gCAGlB,GAAIkW,IAAU8rF,EAAmB,CAC/B,GAAe,UAAXhoG,EACF,MAAM4nG,EAMR,MAqQG,CAAExmG,MAAO5D,EAAW6Z,MAAM,EApQ/B,CAKA,IAHA7Q,EAAQxG,OAASA,EACjBwG,EAAQohG,IAAMA,IAED,CACX,IAAI9xE,EAAWtvB,EAAQsvB,SACvB,GAAIA,EAAU,CACZ,IAAImzE,EAAiBC,EAAoBpzE,EAAUtvB,GACnD,GAAIyiG,EAAgB,CAClB,GAAIA,IAAmBhB,EAAkB,SACzC,OAAOgB,CACT,CACF,CAEA,GAAuB,SAAnBziG,EAAQxG,OAGVwG,EAAQ2iG,KAAO3iG,EAAQ4iG,MAAQ5iG,EAAQohG,SAElC,GAAuB,UAAnBphG,EAAQxG,OAAoB,CACrC,GAAIkc,IAAU2rF,EAEZ,MADA3rF,EAAQ8rF,EACFxhG,EAAQohG,IAGhBphG,EAAQ6iG,kBAAkB7iG,EAAQohG,IAEpC,KAA8B,WAAnBphG,EAAQxG,QACjBwG,EAAQ8iG,OAAO,SAAU9iG,EAAQohG,KAGnC1rF,EAAQ6rF,EAER,IAAIa,EAASjB,EAASR,EAAS35F,EAAMhH,GACrC,GAAoB,WAAhBoiG,EAAOvoG,KAAmB,CAO5B,GAJA6b,EAAQ1V,EAAQ6Q,KACZ2wF,EACAF,EAEAc,EAAOhB,MAAQK,EACjB,SAGF,MAAO,CACL7mG,MAAOwnG,EAAOhB,IACdvwF,KAAM7Q,EAAQ6Q,KAGlB,CAA2B,UAAhBuxF,EAAOvoG,OAChB6b,EAAQ8rF,EAGRxhG,EAAQxG,OAAS,QACjBwG,EAAQohG,IAAMgB,EAAOhB,IAEzB,CACF,CACF,CAMA,SAASsB,EAAoBpzE,EAAUtvB,GACrC,IAAI+iG,EAAa/iG,EAAQxG,OACrBA,EAAS81B,EAASqY,SAASo7D,GAC/B,GAAIvpG,IAAWxC,EAOb,OAHAgJ,EAAQsvB,SAAW,KAGA,UAAfyzE,GAA0BzzE,EAASqY,SAAiB,SAGtD3nC,EAAQxG,OAAS,SACjBwG,EAAQohG,IAAMpqG,EACd0rG,EAAoBpzE,EAAUtvB,GAEP,UAAnBA,EAAQxG,SAMK,WAAfupG,IACF/iG,EAAQxG,OAAS,QACjBwG,EAAQohG,IAAM,IAAItsD,UAChB,oCAAsCiuD,EAAa,aAN5CtB,EAYb,IAAIW,EAASjB,EAAS3nG,EAAQ81B,EAASqY,SAAU3nC,EAAQohG,KAEzD,GAAoB,UAAhBgB,EAAOvoG,KAIT,OAHAmG,EAAQxG,OAAS,QACjBwG,EAAQohG,IAAMgB,EAAOhB,IACrBphG,EAAQsvB,SAAW,KACZmyE,EAGT,IAAIpgG,EAAO+gG,EAAOhB,IAElB,OAAM//F,EAOFA,EAAKwP,MAGP7Q,EAAQsvB,EAAS0zE,YAAc3hG,EAAKzG,MAGpCoF,EAAQgoC,KAAO1Y,EAAS2zE,QAQD,WAAnBjjG,EAAQxG,SACVwG,EAAQxG,OAAS,OACjBwG,EAAQohG,IAAMpqG,GAUlBgJ,EAAQsvB,SAAW,KACZmyE,GANEpgG,GA3BPrB,EAAQxG,OAAS,QACjBwG,EAAQohG,IAAM,IAAItsD,UAAU,oCAC5B90C,EAAQsvB,SAAW,KACZmyE,EA+BX,CAqBA,SAASyB,EAAaC,GACpB,IAAI34E,EAAQ,CAAE44E,OAAQD,EAAK,IAEvB,KAAKA,IACP34E,EAAM64E,SAAWF,EAAK,IAGpB,KAAKA,IACP34E,EAAM84E,WAAaH,EAAK,GACxB34E,EAAM+4E,SAAWJ,EAAK,IAGxBvsG,KAAK4sG,WAAWl/F,KAAKkmB,EACvB,CAEA,SAASi5E,EAAcj5E,GACrB,IAAI43E,EAAS53E,EAAMk5E,YAAc,CAAC,EAClCtB,EAAOvoG,KAAO,gBACPuoG,EAAOhB,IACd52E,EAAMk5E,WAAatB,CACrB,CAEA,SAASnB,EAAQJ,GAIfjqG,KAAK4sG,WAAa,CAAC,CAAEJ,OAAQ,SAC7BvC,EAAY/8F,QAAQo/F,EAActsG,MAClCA,KAAKguC,OAAM,EACb,CA8BA,SAAS7a,EAAO45E,GACd,GAAgB,MAAZA,EAAkB,CACpB,IAAIC,EAAiBD,EAASrD,GAC9B,GAAIsD,EACF,OAAOA,EAAersG,KAAKosG,GAG7B,GAA6B,mBAAlBA,EAAS37D,KAClB,OAAO27D,EAGT,IAAKtjF,MAAMsjF,EAAS/qG,QAAS,CAC3B,IAAIyP,GAAK,EAAG2/B,EAAO,SAASA,IAC1B,OAAS3/B,EAAIs7F,EAAS/qG,QACpB,GAAIunG,EAAO5oG,KAAKosG,EAAUt7F,GAGxB,OAFA2/B,EAAKptC,MAAQ+oG,EAASt7F,GACtB2/B,EAAKn3B,MAAO,EACLm3B,EAOX,OAHAA,EAAKptC,MAAQ5D,EACbgxC,EAAKn3B,MAAO,EAELm3B,CACT,EAEA,OAAOA,EAAKA,KAAOA,CACrB,CACF,CAEA,MAAM,IAAI8M,iBAAiB6uD,EAAW,mBACxC,CAmNA,OAnnBAjC,EAAkB7hG,UAAY8hG,EAC9B/sE,EAAemtE,EAAI,cAAe,CAAEnnG,MAAO+mG,EAA4B3tD,cAAc,IACrFpf,EACE+sE,EACA,cACA,CAAE/mG,MAAO8mG,EAAmB1tD,cAAc,IAE5C0tD,EAAkBphG,YAAc0xD,EAC9B2vC,EACAlB,EACA,qBAaF1hE,EAAQ8kE,oBAAsB,SAASC,GACrC,IAAIC,EAAyB,mBAAXD,GAAyBA,EAAOv/D,YAClD,QAAOw/D,IACHA,IAASrC,GAG2B,uBAAnCqC,EAAKzjG,aAAeyjG,EAAK1hG,MAEhC,EAEA08B,EAAQilE,KAAO,SAASF,GAQtB,OAPIrmG,OAAO02C,eACT12C,OAAO02C,eAAe2vD,EAAQnC,IAE9BmC,EAAO1vD,UAAYutD,EACnB3vC,EAAO8xC,EAAQrD,EAAmB,sBAEpCqD,EAAOjkG,UAAYpC,OAAOrC,OAAO2mG,GAC1B+B,CACT,EAMA/kE,EAAQklE,MAAQ,SAAS7C,GACvB,MAAO,CAAEiB,QAASjB,EACpB,EAqEAY,EAAsBE,EAAcriG,WACpCmyD,EAAOkwC,EAAcriG,UAAW0gG,GAAqB,WACnD,OAAO3pG,IACT,IACAmoC,EAAQmjE,cAAgBA,EAKxBnjE,EAAQhf,MAAQ,SAAS4gF,EAASC,EAAS55F,EAAM65F,EAAasB,QACxC,IAAhBA,IAAwBA,EAAc5/F,SAE1C,IAAI2hG,EAAO,IAAIhC,EACbtwC,EAAK+uC,EAASC,EAAS55F,EAAM65F,GAC7BsB,GAGF,OAAOpjE,EAAQ8kE,oBAAoBjD,GAC/BsD,EACAA,EAAKl8D,OAAO3qC,MAAK,SAAS3B,GACxB,OAAOA,EAAOmV,KAAOnV,EAAOd,MAAQspG,EAAKl8D,MAC3C,GACN,EAuKAg6D,EAAsBD,GAEtB/vC,EAAO+vC,EAAItB,EAAmB,aAO9BzuC,EAAO+vC,EAAIzB,GAAgB,WACzB,OAAO1pG,IACT,IAEAo7D,EAAO+vC,EAAI,YAAY,WACrB,MAAO,oBACT,IAiCAhjE,EAAQrM,KAAO,SAASgG,GACtB,IAAI0nB,EAAS3iD,OAAOi7B,GAChBhG,EAAO,GACX,IAAK,IAAIj4B,KAAO2lD,EACd1tB,EAAKpuB,KAAK7J,GAMZ,OAJAi4B,EAAKyxE,UAIE,SAASn8D,IACd,KAAOtV,EAAK95B,QAAQ,CAClB,IAAI6B,EAAMi4B,EAAKj2B,MACf,GAAIhC,KAAO2lD,EAGT,OAFApY,EAAKptC,MAAQH,EACbutC,EAAKn3B,MAAO,EACLm3B,CAEX,CAMA,OADAA,EAAKn3B,MAAO,EACLm3B,CACT,CACF,EAmCAjJ,EAAQhV,OAASA,EAMjBk3E,EAAQphG,UAAY,CAClB0kC,YAAa08D,EAEbr8D,MAAO,SAASw/D,GAcd,GAbAxtG,KAAK0sC,KAAO,EACZ1sC,KAAKoxC,KAAO,EAGZpxC,KAAK+rG,KAAO/rG,KAAKgsG,MAAQ5rG,EACzBJ,KAAKia,MAAO,EACZja,KAAK04B,SAAW,KAEhB14B,KAAK4C,OAAS,OACd5C,KAAKwqG,IAAMpqG,EAEXJ,KAAK4sG,WAAW1/F,QAAQ2/F,IAEnBW,EACH,IAAK,IAAI/hG,KAAQzL,KAEQ,MAAnByL,EAAKwT,OAAO,IACZsqF,EAAO5oG,KAAKX,KAAMyL,KACjBge,OAAOhe,EAAKoB,MAAM,MACrB7M,KAAKyL,GAAQrL,EAIrB,EAEAob,KAAM,WACJxb,KAAKia,MAAO,EAEZ,IACIwzF,EADYztG,KAAK4sG,WAAW,GACLE,WAC3B,GAAwB,UAApBW,EAAWxqG,KACb,MAAMwqG,EAAWjD,IAGnB,OAAOxqG,KAAK0tG,IACd,EAEAzB,kBAAmB,SAAS0B,GAC1B,GAAI3tG,KAAKia,KACP,MAAM0zF,EAGR,IAAIvkG,EAAUpJ,KACd,SAASglF,EAAO4oB,EAAKC,GAYnB,OAXArC,EAAOvoG,KAAO,QACduoG,EAAOhB,IAAMmD,EACbvkG,EAAQgoC,KAAOw8D,EAEXC,IAGFzkG,EAAQxG,OAAS,OACjBwG,EAAQohG,IAAMpqG,KAGNytG,CACZ,CAEA,IAAK,IAAIp8F,EAAIzR,KAAK4sG,WAAW5qG,OAAS,EAAGyP,GAAK,IAAKA,EAAG,CACpD,IAAImiB,EAAQ5zB,KAAK4sG,WAAWn7F,GACxB+5F,EAAS53E,EAAMk5E,WAEnB,GAAqB,SAAjBl5E,EAAM44E,OAIR,OAAOxnB,EAAO,OAGhB,GAAIpxD,EAAM44E,QAAUxsG,KAAK0sC,KAAM,CAC7B,IAAIohE,EAAWvE,EAAO5oG,KAAKizB,EAAO,YAC9Bm6E,EAAaxE,EAAO5oG,KAAKizB,EAAO,cAEpC,GAAIk6E,GAAYC,EAAY,CAC1B,GAAI/tG,KAAK0sC,KAAO9Y,EAAM64E,SACpB,OAAOznB,EAAOpxD,EAAM64E,UAAU,GACzB,GAAIzsG,KAAK0sC,KAAO9Y,EAAM84E,WAC3B,OAAO1nB,EAAOpxD,EAAM84E,WAGxB,MAAO,GAAIoB,GACT,GAAI9tG,KAAK0sC,KAAO9Y,EAAM64E,SACpB,OAAOznB,EAAOpxD,EAAM64E,UAAU,OAG3B,KAAIsB,EAMT,MAAM,IAAInlG,MAAM,0CALhB,GAAI5I,KAAK0sC,KAAO9Y,EAAM84E,WACpB,OAAO1nB,EAAOpxD,EAAM84E,WAKxB,CACF,CACF,CACF,EAEAR,OAAQ,SAASjpG,EAAMunG,GACrB,IAAK,IAAI/4F,EAAIzR,KAAK4sG,WAAW5qG,OAAS,EAAGyP,GAAK,IAAKA,EAAG,CACpD,IAAImiB,EAAQ5zB,KAAK4sG,WAAWn7F,GAC5B,GAAImiB,EAAM44E,QAAUxsG,KAAK0sC,MACrB68D,EAAO5oG,KAAKizB,EAAO,eACnB5zB,KAAK0sC,KAAO9Y,EAAM84E,WAAY,CAChC,IAAIsB,EAAep6E,EACnB,KACF,CACF,CAEIo6E,IACU,UAAT/qG,GACS,aAATA,IACD+qG,EAAaxB,QAAUhC,GACvBA,GAAOwD,EAAatB,aAGtBsB,EAAe,MAGjB,IAAIxC,EAASwC,EAAeA,EAAalB,WAAa,CAAC,EAIvD,OAHAtB,EAAOvoG,KAAOA,EACduoG,EAAOhB,IAAMA,EAETwD,GACFhuG,KAAK4C,OAAS,OACd5C,KAAKoxC,KAAO48D,EAAatB,WAClB7B,GAGF7qG,KAAKua,SAASixF,EACvB,EAEAjxF,SAAU,SAASixF,EAAQmB,GACzB,GAAoB,UAAhBnB,EAAOvoG,KACT,MAAMuoG,EAAOhB,IAcf,MAXoB,UAAhBgB,EAAOvoG,MACS,aAAhBuoG,EAAOvoG,KACTjD,KAAKoxC,KAAOo6D,EAAOhB,IACM,WAAhBgB,EAAOvoG,MAChBjD,KAAK0tG,KAAO1tG,KAAKwqG,IAAMgB,EAAOhB,IAC9BxqG,KAAK4C,OAAS,SACd5C,KAAKoxC,KAAO,OACa,WAAhBo6D,EAAOvoG,MAAqB0pG,IACrC3sG,KAAKoxC,KAAOu7D,GAGP9B,CACT,EAEAoD,OAAQ,SAASvB,GACf,IAAK,IAAIj7F,EAAIzR,KAAK4sG,WAAW5qG,OAAS,EAAGyP,GAAK,IAAKA,EAAG,CACpD,IAAImiB,EAAQ5zB,KAAK4sG,WAAWn7F,GAC5B,GAAImiB,EAAM84E,aAAeA,EAGvB,OAFA1sG,KAAKua,SAASqZ,EAAMk5E,WAAYl5E,EAAM+4E,UACtCE,EAAcj5E,GACPi3E,CAEX,CACF,EAEA,MAAS,SAAS2B,GAChB,IAAK,IAAI/6F,EAAIzR,KAAK4sG,WAAW5qG,OAAS,EAAGyP,GAAK,IAAKA,EAAG,CACpD,IAAImiB,EAAQ5zB,KAAK4sG,WAAWn7F,GAC5B,GAAImiB,EAAM44E,SAAWA,EAAQ,CAC3B,IAAIhB,EAAS53E,EAAMk5E,WACnB,GAAoB,UAAhBtB,EAAOvoG,KAAkB,CAC3B,IAAIirG,EAAS1C,EAAOhB,IACpBqC,EAAcj5E,EAChB,CACA,OAAOs6E,CACT,CACF,CAIA,MAAM,IAAItlG,MAAM,wBAClB,EAEAulG,cAAe,SAASpB,EAAUX,EAAYC,GAa5C,OAZArsG,KAAK04B,SAAW,CACdqY,SAAU5d,EAAO45E,GACjBX,WAAYA,EACZC,QAASA,GAGS,SAAhBrsG,KAAK4C,SAGP5C,KAAKwqG,IAAMpqG,GAGNyqG,CACT,GAOK1iE,CAET,CAvtBc,CA4tBiBmY,EAAOnY,SAGtC,IACEimE,mBAAqB/E,CACvB,CAAE,MAAOgF,GAWmB,iBAAfC,WACTA,WAAWF,mBAAqB/E,EAEhCkF,SAAS,IAAK,yBAAdA,CAAwClF,EAE5C,C,sBCpuBW/oG,E,gBACiB,KADjBA,EAkBRkyD,GAjBahmD,GAAGgiG,OACXluG,EAAEy2B,OAAOz2B,EAAEkM,GAAI,CAKXgiG,MAAQ,SAAUv6F,GAEd,IADA,IAAIzC,EAAIlR,EAAE,CAAC,IAAKmR,GAAK,EAAGy5B,EAAIlrC,KAAKgC,SAE3ByP,EAAIy5B,IACF15B,EAAEpI,QAAUoI,EAAE,GAAKxR,KAAKyR,MACF,IAAvBwC,EAAEtT,KAAK6Q,EAAE,GAAIC,EAAGD,KAEvB,OAAOxR,IACX,IAKX,SAAUM,EAAGF,GACV,aAGA,GAAI+D,OAAOsqG,UAAYruG,EAAvB,CAIA,IAASsuG,EAAiBC,EAAeC,EAAcC,EAASC,EAC/BC,EAAWC,EAuDlB19E,EAvDtBw2C,EAAkB,CAAC/zD,EAAE,EAAEC,EAAE,GAE7Bi7F,EAAM,CACF9rC,IAAK,EACLT,MAAO,GACPwsC,IAAK,GACLhsC,MAAO,GACPL,KAAM,GACNO,GAAI,GACJH,MAAO,GACPT,KAAM,GACN2sC,MAAO,GACPC,KAAM,GACNC,IAAK,GACLtsC,QAAS,GACTD,UAAW,GACXF,KAAM,GACNH,IAAK,GACLJ,UAAW,EACXE,OAAQ,GACR+sC,QAAS,SAAUxvF,GAEf,OADAA,EAAIA,EAAE6jE,MAAQ7jE,EAAE6jE,MAAQ7jE,GAExB,KAAKmvF,EAAIpsC,KACT,KAAKosC,EAAIhsC,MACT,KAAKgsC,EAAI7rC,GACT,KAAK6rC,EAAIzsC,KACL,OAAO,EAEX,OAAO,CACX,EACA+sC,UAAW,SAAU56F,GAEjB,OADQA,EAAEgvE,OAEV,KAAKsrB,EAAIE,MACT,KAAKF,EAAIG,KACT,KAAKH,EAAII,IACL,OAAO,EAGX,QAAI16F,EAAEs4D,OAGV,EACAuiC,cAAe,SAAU1vF,GAErB,OADAA,EAAIA,EAAE6jE,MAAQ7jE,EAAE6jE,MAAQ7jE,IACZ,KAAOA,GAAK,GAC5B,GAIJ2vF,EAAa,CAAC,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,KAAK,EAAS,KAAK,EAAS,KAAK,EAAS,KAAK,EAAS,KAAK,EAAS,KAAK,EAAS,KAAK,EAAS,KAAK,EAAS,KAAK,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,KAAK,EAAS,KAAK,EAAS,KAAK,EAAS,KAAK,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,KAAK,EAAS,KAAK,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,KAAK,EAAS,KAAK,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,KAAK,EAAS,KAAK,EAAS,KAAK,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,KAAK,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,KAAK,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,KAAK,EAAS,KAAK,EAAS,KAAK,EAAS,KAAK,EAAS,KAAK,EAAS,KAAK,EAAS,KAAK,EAAS,KAAK,EAAS,KAAK,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,KAAK,EAAS,KAAK,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,KAAK,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,KAAK,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,KAAK,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,KAAK,EAAS,KAAK,EAAS,KAAK,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,KAAK,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,KAAK,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,IAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,EAAS,IAAI,E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ACR,EAAQ,MACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,MACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,MACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,MACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,MACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,MACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,MACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,MACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,MACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,KACR,EAAQ,OACR,EAAQ,MACR,EAAQ,MACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,MACR,EAAQ,OACR,EAAQ,OACR,EAAQ,MACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,MACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,OACR,EAAQ,O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","sources":["webpack:///nextcloud/webpack/runtime/chunk loaded","webpack:///nextcloud/webpack/runtime/load script","webpack:///nextcloud/core/src/OC/notification.js","webpack:///nextcloud/core/src/OC/xhr-error.js","webpack:///nextcloud/core/src/OC/apps.js","webpack:///nextcloud/core/src/OCP/appconfig.js","webpack:///nextcloud/core/src/OC/appconfig.js","webpack:///nextcloud/core/src/OC/appswebroots.js","webpack:///nextcloud/core/src/OC/backbone-webdav.js","webpack:///nextcloud/core/src/OC/backbone.js","webpack:///nextcloud/core/src/OC/query-string.js","webpack:///nextcloud/core/src/OC/config.js","webpack:///nextcloud/core/src/OC/currentuser.js","webpack:///nextcloud/core/src/OC/dialogs.js","webpack:///nextcloud/core/src/OC/requesttoken.js","webpack:///nextcloud/core/src/OC/eventsource.js","webpack:///nextcloud/core/src/OC/menu.js","webpack:///nextcloud/core/src/OC/constants.js","webpack:///nextcloud/core/src/OC/admin.js","webpack:///nextcloud/core/src/OC/l10n.js","webpack:///nextcloud/core/src/OC/routing.js","webpack:///nextcloud/core/src/OC/msg.js","webpack:///nextcloud/core/src/OC/password-confirmation.js","webpack:///nextcloud/core/src/OC/plugins.js","webpack:///nextcloud/core/src/OC/theme.js","webpack:///nextcloud/core/src/OC/util-history.js","webpack:///nextcloud/core/src/OC/util.js","webpack:///nextcloud/core/src/OC/debug.js","webpack:///nextcloud/core/src/OC/webroot.js","webpack:///nextcloud/core/src/OC/index.js","webpack:///nextcloud/core/src/OC/capabilities.js","webpack:///nextcloud/core/src/OC/host.js","webpack:///nextcloud/core/src/OC/get_set.js","webpack:///nextcloud/core/src/OC/navigation.js","webpack:///nextcloud/core/src/session-heartbeat.js","webpack://nextcloud/./core/src/views/ContactsMenu.vue?f71b","webpack:///nextcloud/node_modules/vue-material-design-icons/Contacts.vue","webpack:///nextcloud/node_modules/vue-material-design-icons/Contacts.vue?vue&type=script&lang=js","webpack://nextcloud/./node_modules/vue-material-design-icons/Contacts.vue?4000","webpack:///nextcloud/node_modules/vue-material-design-icons/Contacts.vue?vue&type=template&id=10f997f1","webpack:///nextcloud/core/src/components/ContactsMenu/Contact.vue","webpack:///nextcloud/core/src/components/ContactsMenu/Contact.vue?vue&type=script&lang=js","webpack://nextcloud/./core/src/components/ContactsMenu/Contact.vue?bad0","webpack://nextcloud/./core/src/components/ContactsMenu/Contact.vue?217f","webpack://nextcloud/./core/src/components/ContactsMenu/Contact.vue?8e49","webpack:///nextcloud/core/src/logger.js","webpack:///nextcloud/core/src/mixins/Nextcloud.js","webpack:///nextcloud/core/src/views/ContactsMenu.vue","webpack:///nextcloud/core/src/views/ContactsMenu.vue?vue&type=script&lang=js","webpack://nextcloud/./core/src/views/ContactsMenu.vue?a0b7","webpack://nextcloud/./core/src/views/ContactsMenu.vue?1de5","webpack:///nextcloud/core/src/components/AppMenu.vue","webpack:///nextcloud/node_modules/vue-material-design-icons/Circle.vue","webpack:///nextcloud/node_modules/vue-material-design-icons/Circle.vue?vue&type=script&lang=js","webpack://nextcloud/./node_modules/vue-material-design-icons/Circle.vue?4490","webpack:///nextcloud/node_modules/vue-material-design-icons/Circle.vue?vue&type=template&id=cd98ea1e","webpack:///nextcloud/core/src/components/AppMenuIcon.vue?vue&type=script&setup=true&lang=ts","webpack:///nextcloud/core/src/components/AppMenuIcon.vue","webpack://nextcloud/./core/src/components/AppMenuIcon.vue?12a3","webpack://nextcloud/./core/src/components/AppMenuIcon.vue?1caa","webpack:///nextcloud/core/src/components/AppMenuEntry.vue?vue&type=script&setup=true&lang=ts","webpack:///nextcloud/core/src/components/AppMenuEntry.vue","webpack://nextcloud/./core/src/components/AppMenuEntry.vue?8296","webpack://nextcloud/./core/src/components/AppMenuEntry.vue?8f22","webpack://nextcloud/./core/src/components/AppMenuEntry.vue?d04a","webpack:///nextcloud/core/src/components/AppMenu.vue?vue&type=script&lang=ts","webpack://nextcloud/./core/src/components/AppMenu.vue?7b0b","webpack://nextcloud/./core/src/components/AppMenu.vue?95cf","webpack:///nextcloud/core/src/components/AccountMenu/AccountMenuProfileEntry.vue","webpack:///nextcloud/core/src/components/AccountMenu/AccountMenuProfileEntry.vue?vue&type=script&lang=ts","webpack://nextcloud/./core/src/components/AccountMenu/AccountMenuProfileEntry.vue?1cd5","webpack:///nextcloud/core/src/components/AccountMenu/AccountMenuEntry.vue","webpack:///nextcloud/core/src/components/AccountMenu/AccountMenuEntry.vue?vue&type=script&lang=js","webpack://nextcloud/./core/src/components/AccountMenu/AccountMenuEntry.vue?43ac","webpack://nextcloud/./core/src/components/AccountMenu/AccountMenuEntry.vue?d55f","webpack://nextcloud/./core/src/components/AccountMenu/AccountMenuEntry.vue?7210","webpack:///nextcloud/core/src/views/AccountMenu.vue","webpack:///nextcloud/apps/user_status/src/services/statusOptionsService.js","webpack:///nextcloud/core/src/views/AccountMenu.vue?vue&type=script&lang=ts","webpack://nextcloud/./core/src/views/AccountMenu.vue?268d","webpack://nextcloud/./core/src/views/AccountMenu.vue?8823","webpack:///nextcloud/core/src/utils/xhr-request.js","webpack:///nextcloud/core/src/init.js","webpack:///nextcloud/core/src/components/MainMenu.js","webpack:///nextcloud/core/src/components/UserMenu.js","webpack:///nextcloud/core/src/components/ContactsMenu.js","webpack://nextcloud/./node_modules/jquery-ui-dist/jquery-ui.css?17d5","webpack://nextcloud/./node_modules/jquery-ui-dist/jquery-ui.theme.css?4a7b","webpack://nextcloud/./node_modules/select2/select2.css?b214","webpack://nextcloud/./node_modules/strengthify/strengthify.css?eaf5","webpack:///nextcloud/core/src/OCP/comments.js","webpack:///nextcloud/core/src/OCP/whatsnew.js","webpack:///nextcloud/core/src/OCP/accessibility.js","webpack:///nextcloud/core/src/OCP/collaboration.js","webpack:///nextcloud/core/src/OCP/loader.js","webpack:///nextcloud/core/src/OCP/toast.js","webpack:///nextcloud/core/src/OCP/index.js","webpack:///nextcloud/core/src/globals.js","webpack:///nextcloud/core/src/OCA/index.js","webpack:///nextcloud/core/src/jquery/avatar.js","webpack:///nextcloud/core/src/Util/a11y.js","webpack:///nextcloud/core/src/jquery/contactsmenu.js","webpack:///nextcloud/core/src/jquery/exists.js","webpack:///nextcloud/core/src/jquery/filterattr.js","webpack:///nextcloud/core/src/jquery/ocdialog.js","webpack:///nextcloud/core/src/jquery/octemplate.js","webpack:///nextcloud/core/src/jquery/placeholder.js","webpack:///nextcloud/core/src/jquery/requesttoken.js","webpack:///nextcloud/core/src/jquery/selectrange.js","webpack:///nextcloud/core/src/jquery/showpassword.js","webpack:///nextcloud/core/src/jquery/ui-fixes.js","webpack://nextcloud/./core/src/jquery/css/jquery-ui-fixes.scss?a4c2","webpack://nextcloud/./core/src/jquery/css/jquery.ocdialog.scss?5718","webpack:///nextcloud/core/src/jquery/index.js","webpack:///nextcloud/core/src/main.js","webpack:///nextcloud/node_modules/backbone/backbone.js","webpack:///nextcloud/node_modules/blueimp-md5/js/md5.js","webpack:///nextcloud/node_modules/clipboard/dist/clipboard.js","webpack:///nextcloud/node_modules/jquery-ui-dist/jquery-ui.css","webpack:///nextcloud/node_modules/jquery-ui-dist/jquery-ui.theme.css","webpack:///nextcloud/core/src/jquery/css/jquery-ui-fixes.scss","webpack:///nextcloud/core/src/jquery/css/jquery.ocdialog.scss","webpack:///nextcloud/node_modules/select2/select2.css","webpack:///nextcloud/node_modules/strengthify/strengthify.css","webpack:///nextcloud/core/src/components/AccountMenu/AccountMenuEntry.vue?vue&type=style&index=0&id=2e0a74a6&prod&lang=scss&scoped=true","webpack:///nextcloud/core/src/components/AppMenu.vue?vue&type=style&index=0&id=7661a89b&prod&scoped=true&lang=scss","webpack:///nextcloud/core/src/components/AppMenuEntry.vue?vue&type=style&index=0&id=22dcd4f7&prod&scoped=true&lang=scss","webpack:///nextcloud/core/src/components/AppMenuEntry.vue?vue&type=style&index=1&id=22dcd4f7&prod&lang=scss","webpack:///nextcloud/core/src/components/AppMenuIcon.vue?vue&type=style&index=0&id=e7078f90&prod&scoped=true&lang=scss","webpack:///nextcloud/core/src/components/ContactsMenu/Contact.vue?vue&type=style&index=0&id=0ba3e584&prod&scoped=true&lang=scss","webpack:///nextcloud/core/src/views/AccountMenu.vue?vue&type=style&index=0&id=a886d77a&prod&lang=scss&scoped=true","webpack:///nextcloud/core/src/views/ContactsMenu.vue?vue&type=style&index=0&id=455d0c6a&prod&lang=scss&scoped=true","webpack:///nextcloud/node_modules/davclient.js/lib/client.js","webpack:///nextcloud/core/src/jquery/contactsmenu/jquery_entry.handlebars","webpack:///nextcloud/node_modules/jquery-ui-dist/jquery-ui.js","webpack:///nextcloud/node_modules/moment/locale|sync|/^\\.\\/.*$","webpack:///nextcloud/node_modules/regenerator-runtime/runtime.js","webpack:///nextcloud/node_modules/select2/select2.js","webpack:///nextcloud/node_modules/snap.js/dist/snap.js","webpack:///nextcloud/node_modules/strengthify/jquery.strengthify.js","webpack:///nextcloud/node_modules/core-js/internals/a-constructor.js","webpack:///nextcloud/node_modules/core-js/internals/a-possible-prototype.js","webpack:///nextcloud/node_modules/core-js/internals/a-set.js","webpack:///nextcloud/node_modules/core-js/internals/add-to-unscopables.js","webpack:///nextcloud/node_modules/core-js/internals/an-instance.js","webpack:///nextcloud/node_modules/core-js/internals/array-buffer-basic-detection.js","webpack:///nextcloud/node_modules/core-js/internals/array-buffer-byte-length.js","webpack:///nextcloud/node_modules/core-js/internals/array-buffer-is-detached.js","webpack:///nextcloud/node_modules/core-js/internals/array-buffer-non-extensible.js","webpack:///nextcloud/node_modules/core-js/internals/array-buffer-transfer.js","webpack:///nextcloud/node_modules/core-js/internals/array-buffer-view-core.js","webpack:///nextcloud/node_modules/core-js/internals/array-buffer.js","webpack:///nextcloud/node_modules/core-js/internals/array-copy-within.js","webpack:///nextcloud/node_modules/core-js/internals/array-fill.js","webpack:///nextcloud/node_modules/core-js/internals/array-for-each.js","webpack:///nextcloud/node_modules/core-js/internals/array-from-constructor-and-list.js","webpack:///nextcloud/node_modules/core-js/internals/array-from.js","webpack:///nextcloud/node_modules/core-js/internals/array-iteration-from-last.js","webpack:///nextcloud/node_modules/core-js/internals/array-iteration.js","webpack:///nextcloud/node_modules/core-js/internals/array-last-index-of.js","webpack:///nextcloud/node_modules/core-js/internals/array-method-has-species-support.js","webpack:///nextcloud/node_modules/core-js/internals/array-method-is-strict.js","webpack:///nextcloud/node_modules/core-js/internals/array-reduce.js","webpack:///nextcloud/node_modules/core-js/internals/array-set-length.js","webpack:///nextcloud/node_modules/core-js/internals/array-slice.js","webpack:///nextcloud/node_modules/core-js/internals/array-sort.js","webpack:///nextcloud/node_modules/core-js/internals/array-species-constructor.js","webpack:///nextcloud/node_modules/core-js/internals/array-species-create.js","webpack:///nextcloud/node_modules/core-js/internals/array-to-reversed.js","webpack:///nextcloud/node_modules/core-js/internals/array-with.js","webpack:///nextcloud/node_modules/core-js/internals/base64-map.js","webpack:///nextcloud/node_modules/core-js/internals/call-with-safe-iteration-closing.js","webpack:///nextcloud/node_modules/core-js/internals/check-correctness-of-iteration.js","webpack:///nextcloud/node_modules/core-js/internals/collection-strong.js","webpack:///nextcloud/node_modules/core-js/internals/collection-weak.js","webpack:///nextcloud/node_modules/core-js/internals/collection.js","webpack:///nextcloud/node_modules/core-js/internals/correct-is-regexp-logic.js","webpack:///nextcloud/node_modules/core-js/internals/correct-prototype-getter.js","webpack:///nextcloud/node_modules/core-js/internals/create-html.js","webpack:///nextcloud/node_modules/core-js/internals/create-iter-result-object.js","webpack:///nextcloud/node_modules/core-js/internals/create-property.js","webpack:///nextcloud/node_modules/core-js/internals/date-to-iso-string.js","webpack:///nextcloud/node_modules/core-js/internals/date-to-primitive.js","webpack:///nextcloud/node_modules/core-js/internals/define-built-in-accessor.js","webpack:///nextcloud/node_modules/core-js/internals/define-built-ins.js","webpack:///nextcloud/node_modules/core-js/internals/delete-property-or-throw.js","webpack:///nextcloud/node_modules/core-js/internals/detach-transferable.js","webpack:///nextcloud/node_modules/core-js/internals/does-not-exceed-safe-integer.js","webpack:///nextcloud/node_modules/core-js/internals/dom-exception-constants.js","webpack:///nextcloud/node_modules/core-js/internals/dom-iterables.js","webpack:///nextcloud/node_modules/core-js/internals/dom-token-list-prototype.js","webpack:///nextcloud/node_modules/core-js/internals/engine-ff-version.js","webpack:///nextcloud/node_modules/core-js/internals/engine-is-browser.js","webpack:///nextcloud/node_modules/core-js/internals/engine-is-bun.js","webpack:///nextcloud/node_modules/core-js/internals/engine-is-deno.js","webpack:///nextcloud/node_modules/core-js/internals/engine-is-ie-or-edge.js","webpack:///nextcloud/node_modules/core-js/internals/engine-is-ios-pebble.js","webpack:///nextcloud/node_modules/core-js/internals/engine-is-ios.js","webpack:///nextcloud/node_modules/core-js/internals/engine-is-node.js","webpack:///nextcloud/node_modules/core-js/internals/engine-is-webos-webkit.js","webpack:///nextcloud/node_modules/core-js/internals/engine-webkit-version.js","webpack:///nextcloud/node_modules/core-js/internals/error-stack-clear.js","webpack:///nextcloud/node_modules/core-js/internals/error-stack-install.js","webpack:///nextcloud/node_modules/core-js/internals/error-stack-installable.js","webpack:///nextcloud/node_modules/core-js/internals/error-to-string.js","webpack:///nextcloud/node_modules/core-js/internals/flatten-into-array.js","webpack:///nextcloud/node_modules/core-js/internals/freezing.js","webpack:///nextcloud/node_modules/core-js/internals/function-bind-context.js","webpack:///nextcloud/node_modules/core-js/internals/function-bind.js","webpack:///nextcloud/node_modules/core-js/internals/function-uncurry-this-accessor.js","webpack:///nextcloud/node_modules/core-js/internals/function-uncurry-this-clause.js","webpack:///nextcloud/node_modules/core-js/internals/get-built-in-prototype-method.js","webpack:///nextcloud/node_modules/core-js/internals/get-iterator-direct.js","webpack:///nextcloud/node_modules/core-js/internals/get-iterator-method.js","webpack:///nextcloud/node_modules/core-js/internals/get-iterator.js","webpack:///nextcloud/node_modules/core-js/internals/get-json-replacer-function.js","webpack:///nextcloud/node_modules/core-js/internals/get-set-record.js","webpack:///nextcloud/node_modules/core-js/internals/host-report-errors.js","webpack:///nextcloud/node_modules/core-js/internals/ieee754.js","webpack:///nextcloud/node_modules/core-js/internals/inherit-if-required.js","webpack:///nextcloud/node_modules/core-js/internals/install-error-cause.js","webpack:///nextcloud/node_modules/core-js/internals/internal-metadata.js","webpack:///nextcloud/node_modules/core-js/internals/is-array-iterator-method.js","webpack:///nextcloud/node_modules/core-js/internals/is-array.js","webpack:///nextcloud/node_modules/core-js/internals/is-big-int-array.js","webpack:///nextcloud/node_modules/core-js/internals/is-constructor.js","webpack:///nextcloud/node_modules/core-js/internals/is-data-descriptor.js","webpack:///nextcloud/node_modules/core-js/internals/is-integral-number.js","webpack:///nextcloud/node_modules/core-js/internals/is-possible-prototype.js","webpack:///nextcloud/node_modules/core-js/internals/is-regexp.js","webpack:///nextcloud/node_modules/core-js/internals/iterate-simple.js","webpack:///nextcloud/node_modules/core-js/internals/iterate.js","webpack:///nextcloud/node_modules/core-js/internals/iterator-close.js","webpack:///nextcloud/node_modules/core-js/internals/iterator-create-constructor.js","webpack:///nextcloud/node_modules/core-js/internals/iterator-define.js","webpack:///nextcloud/node_modules/core-js/internals/iterators-core.js","webpack:///nextcloud/node_modules/core-js/internals/iterators.js","webpack:///nextcloud/node_modules/core-js/internals/map-helpers.js","webpack:///nextcloud/node_modules/core-js/internals/math-expm1.js","webpack:///nextcloud/node_modules/core-js/internals/math-float-round.js","webpack:///nextcloud/node_modules/core-js/internals/math-fround.js","webpack:///nextcloud/node_modules/core-js/internals/math-log10.js","webpack:///nextcloud/node_modules/core-js/internals/math-log1p.js","webpack:///nextcloud/node_modules/core-js/internals/math-sign.js","webpack:///nextcloud/node_modules/core-js/internals/microtask.js","webpack:///nextcloud/node_modules/core-js/internals/new-promise-capability.js","webpack:///nextcloud/node_modules/core-js/internals/normalize-string-argument.js","webpack:///nextcloud/node_modules/core-js/internals/not-a-regexp.js","webpack:///nextcloud/node_modules/core-js/internals/number-is-finite.js","webpack:///nextcloud/node_modules/core-js/internals/number-parse-float.js","webpack:///nextcloud/node_modules/core-js/internals/number-parse-int.js","webpack:///nextcloud/node_modules/core-js/internals/object-assign.js","webpack:///nextcloud/node_modules/core-js/internals/object-get-own-property-names-external.js","webpack:///nextcloud/node_modules/core-js/internals/object-get-prototype-of.js","webpack:///nextcloud/node_modules/core-js/internals/object-is-extensible.js","webpack:///nextcloud/node_modules/core-js/internals/object-prototype-accessors-forced.js","webpack:///nextcloud/node_modules/core-js/internals/object-set-prototype-of.js","webpack:///nextcloud/node_modules/core-js/internals/object-to-array.js","webpack:///nextcloud/node_modules/core-js/internals/object-to-string.js","webpack:///nextcloud/node_modules/core-js/internals/path.js","webpack:///nextcloud/node_modules/core-js/internals/perform.js","webpack:///nextcloud/node_modules/core-js/internals/promise-constructor-detection.js","webpack:///nextcloud/node_modules/core-js/internals/promise-native-constructor.js","webpack:///nextcloud/node_modules/core-js/internals/promise-resolve.js","webpack:///nextcloud/node_modules/core-js/internals/promise-statics-incorrect-iteration.js","webpack:///nextcloud/node_modules/core-js/internals/proxy-accessor.js","webpack:///nextcloud/node_modules/core-js/internals/queue.js","webpack:///nextcloud/node_modules/core-js/internals/regexp-get-flags.js","webpack:///nextcloud/node_modules/core-js/internals/safe-get-built-in.js","webpack:///nextcloud/node_modules/core-js/internals/same-value.js","webpack:///nextcloud/node_modules/core-js/internals/schedulers-fix.js","webpack:///nextcloud/node_modules/core-js/internals/set-clone.js","webpack:///nextcloud/node_modules/core-js/internals/set-difference.js","webpack:///nextcloud/node_modules/core-js/internals/set-helpers.js","webpack:///nextcloud/node_modules/core-js/internals/set-intersection.js","webpack:///nextcloud/node_modules/core-js/internals/set-is-disjoint-from.js","webpack:///nextcloud/node_modules/core-js/internals/set-is-subset-of.js","webpack:///nextcloud/node_modules/core-js/internals/set-is-superset-of.js","webpack:///nextcloud/node_modules/core-js/internals/set-iterate.js","webpack:///nextcloud/node_modules/core-js/internals/set-method-accept-set-like.js","webpack:///nextcloud/node_modules/core-js/internals/set-size.js","webpack:///nextcloud/node_modules/core-js/internals/set-species.js","webpack:///nextcloud/node_modules/core-js/internals/set-symmetric-difference.js","webpack:///nextcloud/node_modules/core-js/internals/set-to-string-tag.js","webpack:///nextcloud/node_modules/core-js/internals/set-union.js","webpack:///nextcloud/node_modules/core-js/internals/species-constructor.js","webpack:///nextcloud/node_modules/core-js/internals/string-html-forced.js","webpack:///nextcloud/node_modules/core-js/internals/string-pad-webkit-bug.js","webpack:///nextcloud/node_modules/core-js/internals/string-pad.js","webpack:///nextcloud/node_modules/core-js/internals/string-punycode-to-ascii.js","webpack:///nextcloud/node_modules/core-js/internals/string-repeat.js","webpack:///nextcloud/node_modules/core-js/internals/string-trim-end.js","webpack:///nextcloud/node_modules/core-js/internals/string-trim-forced.js","webpack:///nextcloud/node_modules/core-js/internals/string-trim-start.js","webpack:///nextcloud/node_modules/core-js/internals/string-trim.js","webpack:///nextcloud/node_modules/core-js/internals/structured-clone-proper-transfer.js","webpack:///nextcloud/node_modules/core-js/internals/symbol-define-to-primitive.js","webpack:///nextcloud/node_modules/core-js/internals/symbol-registry-detection.js","webpack:///nextcloud/node_modules/core-js/internals/task.js","webpack:///nextcloud/node_modules/core-js/internals/this-number-value.js","webpack:///nextcloud/node_modules/core-js/internals/to-big-int.js","webpack:///nextcloud/node_modules/core-js/internals/to-index.js","webpack:///nextcloud/node_modules/core-js/internals/to-offset.js","webpack:///nextcloud/node_modules/core-js/internals/to-positive-integer.js","webpack:///nextcloud/node_modules/core-js/internals/to-uint8-clamped.js","webpack:///nextcloud/node_modules/core-js/internals/try-node-require.js","webpack:///nextcloud/node_modules/core-js/internals/typed-array-constructor.js","webpack:///nextcloud/node_modules/core-js/internals/typed-array-constructors-require-wrappers.js","webpack:///nextcloud/node_modules/core-js/internals/typed-array-from-species-and-list.js","webpack:///nextcloud/node_modules/core-js/internals/typed-array-from.js","webpack:///nextcloud/node_modules/core-js/internals/typed-array-species-constructor.js","webpack:///nextcloud/node_modules/core-js/internals/url-constructor-detection.js","webpack:///nextcloud/node_modules/core-js/internals/validate-arguments-length.js","webpack:///nextcloud/node_modules/core-js/internals/well-known-symbol-define.js","webpack:///nextcloud/node_modules/core-js/internals/well-known-symbol-wrapped.js","webpack:///nextcloud/node_modules/core-js/internals/whitespaces.js","webpack:///nextcloud/node_modules/core-js/internals/wrap-error-constructor-with-cause.js","webpack:///nextcloud/node_modules/core-js/modules/es.aggregate-error.cause.js","webpack:///nextcloud/node_modules/core-js/modules/es.aggregate-error.constructor.js","webpack:///nextcloud/node_modules/core-js/modules/es.aggregate-error.js","webpack:///nextcloud/node_modules/core-js/modules/es.array-buffer.constructor.js","webpack:///nextcloud/node_modules/core-js/modules/es.array-buffer.detached.js","webpack:///nextcloud/node_modules/core-js/modules/es.array-buffer.is-view.js","webpack:///nextcloud/node_modules/core-js/modules/es.array-buffer.slice.js","webpack:///nextcloud/node_modules/core-js/modules/es.array-buffer.transfer-to-fixed-length.js","webpack:///nextcloud/node_modules/core-js/modules/es.array-buffer.transfer.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.at.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.concat.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.copy-within.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.every.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.fill.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.filter.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.find-index.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.find-last-index.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.find-last.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.find.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.flat-map.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.flat.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.for-each.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.from.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.includes.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.index-of.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.is-array.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.iterator.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.join.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.last-index-of.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.map.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.of.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.push.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.reduce-right.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.reduce.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.reverse.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.slice.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.some.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.sort.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.species.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.splice.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.to-reversed.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.to-sorted.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.to-spliced.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.unscopables.flat-map.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.unscopables.flat.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.unshift.js","webpack:///nextcloud/node_modules/core-js/modules/es.array.with.js","webpack:///nextcloud/node_modules/core-js/modules/es.data-view.constructor.js","webpack:///nextcloud/node_modules/core-js/modules/es.data-view.js","webpack:///nextcloud/node_modules/core-js/modules/es.date.get-year.js","webpack:///nextcloud/node_modules/core-js/modules/es.date.now.js","webpack:///nextcloud/node_modules/core-js/modules/es.date.set-year.js","webpack:///nextcloud/node_modules/core-js/modules/es.date.to-gmt-string.js","webpack:///nextcloud/node_modules/core-js/modules/es.date.to-iso-string.js","webpack:///nextcloud/node_modules/core-js/modules/es.date.to-json.js","webpack:///nextcloud/node_modules/core-js/modules/es.date.to-primitive.js","webpack:///nextcloud/node_modules/core-js/modules/es.date.to-string.js","webpack:///nextcloud/node_modules/core-js/modules/es.error.cause.js","webpack:///nextcloud/node_modules/core-js/modules/es.error.to-string.js","webpack:///nextcloud/node_modules/core-js/modules/es.escape.js","webpack:///nextcloud/node_modules/core-js/modules/es.function.bind.js","webpack:///nextcloud/node_modules/core-js/modules/es.function.has-instance.js","webpack:///nextcloud/node_modules/core-js/modules/es.function.name.js","webpack:///nextcloud/node_modules/core-js/modules/es.global-this.js","webpack:///nextcloud/node_modules/core-js/modules/es.json.stringify.js","webpack:///nextcloud/node_modules/core-js/modules/es.json.to-string-tag.js","webpack:///nextcloud/node_modules/core-js/modules/es.map.constructor.js","webpack:///nextcloud/node_modules/core-js/modules/es.map.group-by.js","webpack:///nextcloud/node_modules/core-js/modules/es.map.js","webpack:///nextcloud/node_modules/core-js/modules/es.math.acosh.js","webpack:///nextcloud/node_modules/core-js/modules/es.math.asinh.js","webpack:///nextcloud/node_modules/core-js/modules/es.math.atanh.js","webpack:///nextcloud/node_modules/core-js/modules/es.math.cbrt.js","webpack:///nextcloud/node_modules/core-js/modules/es.math.clz32.js","webpack:///nextcloud/node_modules/core-js/modules/es.math.cosh.js","webpack:///nextcloud/node_modules/core-js/modules/es.math.expm1.js","webpack:///nextcloud/node_modules/core-js/modules/es.math.fround.js","webpack:///nextcloud/node_modules/core-js/modules/es.math.hypot.js","webpack:///nextcloud/node_modules/core-js/modules/es.math.imul.js","webpack:///nextcloud/node_modules/core-js/modules/es.math.log10.js","webpack:///nextcloud/node_modules/core-js/modules/es.math.log1p.js","webpack:///nextcloud/node_modules/core-js/modules/es.math.log2.js","webpack:///nextcloud/node_modules/core-js/modules/es.math.sign.js","webpack:///nextcloud/node_modules/core-js/modules/es.math.sinh.js","webpack:///nextcloud/node_modules/core-js/modules/es.math.tanh.js","webpack:///nextcloud/node_modules/core-js/modules/es.math.to-string-tag.js","webpack:///nextcloud/node_modules/core-js/modules/es.math.trunc.js","webpack:///nextcloud/node_modules/core-js/modules/es.number.constructor.js","webpack:///nextcloud/node_modules/core-js/modules/es.number.epsilon.js","webpack:///nextcloud/node_modules/core-js/modules/es.number.is-finite.js","webpack:///nextcloud/node_modules/core-js/modules/es.number.is-integer.js","webpack:///nextcloud/node_modules/core-js/modules/es.number.is-nan.js","webpack:///nextcloud/node_modules/core-js/modules/es.number.is-safe-integer.js","webpack:///nextcloud/node_modules/core-js/modules/es.number.max-safe-integer.js","webpack:///nextcloud/node_modules/core-js/modules/es.number.min-safe-integer.js","webpack:///nextcloud/node_modules/core-js/modules/es.number.parse-float.js","webpack:///nextcloud/node_modules/core-js/modules/es.number.parse-int.js","webpack:///nextcloud/node_modules/core-js/modules/es.number.to-exponential.js","webpack:///nextcloud/node_modules/core-js/modules/es.number.to-fixed.js","webpack:///nextcloud/node_modules/core-js/modules/es.number.to-precision.js","webpack:///nextcloud/node_modules/core-js/modules/es.object.assign.js","webpack:///nextcloud/node_modules/core-js/modules/es.object.create.js","webpack:///nextcloud/node_modules/core-js/modules/es.object.define-getter.js","webpack:///nextcloud/node_modules/core-js/modules/es.object.define-properties.js","webpack:///nextcloud/node_modules/core-js/modules/es.object.define-property.js","webpack:///nextcloud/node_modules/core-js/modules/es.object.define-setter.js","webpack:///nextcloud/node_modules/core-js/modules/es.object.entries.js","webpack:///nextcloud/node_modules/core-js/modules/es.object.freeze.js","webpack:///nextcloud/node_modules/core-js/modules/es.object.from-entries.js","webpack:///nextcloud/node_modules/core-js/modules/es.object.get-own-property-descriptor.js","webpack:///nextcloud/node_modules/core-js/modules/es.object.get-own-property-descriptors.js","webpack:///nextcloud/node_modules/core-js/modules/es.object.get-own-property-names.js","webpack:///nextcloud/node_modules/core-js/modules/es.object.get-own-property-symbols.js","webpack:///nextcloud/node_modules/core-js/modules/es.object.get-prototype-of.js","webpack:///nextcloud/node_modules/core-js/modules/es.object.group-by.js","webpack:///nextcloud/node_modules/core-js/modules/es.object.has-own.js","webpack:///nextcloud/node_modules/core-js/modules/es.object.is-extensible.js","webpack:///nextcloud/node_modules/core-js/modules/es.object.is-frozen.js","webpack:///nextcloud/node_modules/core-js/modules/es.object.is-sealed.js","webpack:///nextcloud/node_modules/core-js/modules/es.object.is.js","webpack:///nextcloud/node_modules/core-js/modules/es.object.keys.js","webpack:///nextcloud/node_modules/core-js/modules/es.object.lookup-getter.js","webpack:///nextcloud/node_modules/core-js/modules/es.object.lookup-setter.js","webpack:///nextcloud/node_modules/core-js/modules/es.object.prevent-extensions.js","webpack:///nextcloud/node_modules/core-js/modules/es.object.proto.js","webpack:///nextcloud/node_modules/core-js/modules/es.object.seal.js","webpack:///nextcloud/node_modules/core-js/modules/es.object.set-prototype-of.js","webpack:///nextcloud/node_modules/core-js/modules/es.object.to-string.js","webpack:///nextcloud/node_modules/core-js/modules/es.object.values.js","webpack:///nextcloud/node_modules/core-js/modules/es.parse-float.js","webpack:///nextcloud/node_modules/core-js/modules/es.parse-int.js","webpack:///nextcloud/node_modules/core-js/modules/es.promise.all-settled.js","webpack:///nextcloud/node_modules/core-js/modules/es.promise.all.js","webpack:///nextcloud/node_modules/core-js/modules/es.promise.any.js","webpack:///nextcloud/node_modules/core-js/modules/es.promise.catch.js","webpack:///nextcloud/node_modules/core-js/modules/es.promise.constructor.js","webpack:///nextcloud/node_modules/core-js/modules/es.promise.finally.js","webpack:///nextcloud/node_modules/core-js/modules/es.promise.js","webpack:///nextcloud/node_modules/core-js/modules/es.promise.race.js","webpack:///nextcloud/node_modules/core-js/modules/es.promise.reject.js","webpack:///nextcloud/node_modules/core-js/modules/es.promise.resolve.js","webpack:///nextcloud/node_modules/core-js/modules/es.promise.with-resolvers.js","webpack:///nextcloud/node_modules/core-js/modules/es.reflect.apply.js","webpack:///nextcloud/node_modules/core-js/modules/es.reflect.construct.js","webpack:///nextcloud/node_modules/core-js/modules/es.reflect.define-property.js","webpack:///nextcloud/node_modules/core-js/modules/es.reflect.delete-property.js","webpack:///nextcloud/node_modules/core-js/modules/es.reflect.get-own-property-descriptor.js","webpack:///nextcloud/node_modules/core-js/modules/es.reflect.get-prototype-of.js","webpack:///nextcloud/node_modules/core-js/modules/es.reflect.get.js","webpack:///nextcloud/node_modules/core-js/modules/es.reflect.has.js","webpack:///nextcloud/node_modules/core-js/modules/es.reflect.is-extensible.js","webpack:///nextcloud/node_modules/core-js/modules/es.reflect.own-keys.js","webpack:///nextcloud/node_modules/core-js/modules/es.reflect.prevent-extensions.js","webpack:///nextcloud/node_modules/core-js/modules/es.reflect.set-prototype-of.js","webpack:///nextcloud/node_modules/core-js/modules/es.reflect.set.js","webpack:///nextcloud/node_modules/core-js/modules/es.reflect.to-string-tag.js","webpack:///nextcloud/node_modules/core-js/modules/es.regexp.constructor.js","webpack:///nextcloud/node_modules/core-js/modules/es.regexp.dot-all.js","webpack:///nextcloud/node_modules/core-js/modules/es.regexp.flags.js","webpack:///nextcloud/node_modules/core-js/modules/es.regexp.sticky.js","webpack:///nextcloud/node_modules/core-js/modules/es.regexp.test.js","webpack:///nextcloud/node_modules/core-js/modules/es.regexp.to-string.js","webpack:///nextcloud/node_modules/core-js/modules/es.set.constructor.js","webpack:///nextcloud/node_modules/core-js/modules/es.set.difference.v2.js","webpack:///nextcloud/node_modules/core-js/modules/es.set.intersection.v2.js","webpack:///nextcloud/node_modules/core-js/modules/es.set.is-disjoint-from.v2.js","webpack:///nextcloud/node_modules/core-js/modules/es.set.is-subset-of.v2.js","webpack:///nextcloud/node_modules/core-js/modules/es.set.is-superset-of.v2.js","webpack:///nextcloud/node_modules/core-js/modules/es.set.js","webpack:///nextcloud/node_modules/core-js/modules/es.set.symmetric-difference.v2.js","webpack:///nextcloud/node_modules/core-js/modules/es.set.union.v2.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.anchor.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.at-alternative.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.big.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.blink.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.bold.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.code-point-at.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.ends-with.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.fixed.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.fontcolor.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.fontsize.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.from-code-point.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.includes.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.is-well-formed.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.italics.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.iterator.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.link.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.match-all.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.match.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.pad-end.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.pad-start.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.raw.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.repeat.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.replace-all.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.search.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.small.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.split.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.starts-with.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.strike.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.sub.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.substr.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.sup.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.to-well-formed.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.trim-end.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.trim-left.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.trim-right.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.trim-start.js","webpack:///nextcloud/node_modules/core-js/modules/es.string.trim.js","webpack:///nextcloud/node_modules/core-js/modules/es.symbol.async-iterator.js","webpack:///nextcloud/node_modules/core-js/modules/es.symbol.constructor.js","webpack:///nextcloud/node_modules/core-js/modules/es.symbol.description.js","webpack:///nextcloud/node_modules/core-js/modules/es.symbol.for.js","webpack:///nextcloud/node_modules/core-js/modules/es.symbol.has-instance.js","webpack:///nextcloud/node_modules/core-js/modules/es.symbol.is-concat-spreadable.js","webpack:///nextcloud/node_modules/core-js/modules/es.symbol.iterator.js","webpack:///nextcloud/node_modules/core-js/modules/es.symbol.js","webpack:///nextcloud/node_modules/core-js/modules/es.symbol.key-for.js","webpack:///nextcloud/node_modules/core-js/modules/es.symbol.match-all.js","webpack:///nextcloud/node_modules/core-js/modules/es.symbol.match.js","webpack:///nextcloud/node_modules/core-js/modules/es.symbol.replace.js","webpack:///nextcloud/node_modules/core-js/modules/es.symbol.search.js","webpack:///nextcloud/node_modules/core-js/modules/es.symbol.species.js","webpack:///nextcloud/node_modules/core-js/modules/es.symbol.split.js","webpack:///nextcloud/node_modules/core-js/modules/es.symbol.to-primitive.js","webpack:///nextcloud/node_modules/core-js/modules/es.symbol.to-string-tag.js","webpack:///nextcloud/node_modules/core-js/modules/es.symbol.unscopables.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.at.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.copy-within.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.every.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.fill.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.filter.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.find-index.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.find-last-index.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.find-last.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.find.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.float32-array.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.float64-array.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.for-each.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.from.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.includes.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.index-of.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.int16-array.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.int32-array.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.int8-array.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.iterator.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.join.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.last-index-of.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.map.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.of.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.reduce-right.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.reduce.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.reverse.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.set.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.slice.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.some.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.sort.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.subarray.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.to-locale-string.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.to-reversed.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.to-sorted.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.to-string.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.uint16-array.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.uint32-array.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.uint8-array.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.uint8-clamped-array.js","webpack:///nextcloud/node_modules/core-js/modules/es.typed-array.with.js","webpack:///nextcloud/node_modules/core-js/modules/es.unescape.js","webpack:///nextcloud/node_modules/core-js/modules/es.weak-map.constructor.js","webpack:///nextcloud/node_modules/core-js/modules/es.weak-map.js","webpack:///nextcloud/node_modules/core-js/modules/es.weak-set.constructor.js","webpack:///nextcloud/node_modules/core-js/modules/es.weak-set.js","webpack:///nextcloud/node_modules/core-js/modules/web.atob.js","webpack:///nextcloud/node_modules/core-js/modules/web.btoa.js","webpack:///nextcloud/node_modules/core-js/modules/web.clear-immediate.js","webpack:///nextcloud/node_modules/core-js/modules/web.dom-collections.for-each.js","webpack:///nextcloud/node_modules/core-js/modules/web.dom-collections.iterator.js","webpack:///nextcloud/node_modules/core-js/modules/web.dom-exception.constructor.js","webpack:///nextcloud/node_modules/core-js/modules/web.dom-exception.stack.js","webpack:///nextcloud/node_modules/core-js/modules/web.dom-exception.to-string-tag.js","webpack:///nextcloud/node_modules/core-js/modules/web.immediate.js","webpack:///nextcloud/node_modules/core-js/modules/web.queue-microtask.js","webpack:///nextcloud/node_modules/core-js/modules/web.self.js","webpack:///nextcloud/node_modules/core-js/modules/web.set-immediate.js","webpack:///nextcloud/node_modules/core-js/modules/web.set-interval.js","webpack:///nextcloud/node_modules/core-js/modules/web.set-timeout.js","webpack:///nextcloud/node_modules/core-js/modules/web.structured-clone.js","webpack:///nextcloud/node_modules/core-js/modules/web.timers.js","webpack:///nextcloud/node_modules/core-js/modules/web.url-search-params.constructor.js","webpack:///nextcloud/node_modules/core-js/modules/web.url-search-params.delete.js","webpack:///nextcloud/node_modules/core-js/modules/web.url-search-params.has.js","webpack:///nextcloud/node_modules/core-js/modules/web.url-search-params.js","webpack:///nextcloud/node_modules/core-js/modules/web.url-search-params.size.js","webpack:///nextcloud/node_modules/core-js/modules/web.url.can-parse.js","webpack:///nextcloud/node_modules/core-js/modules/web.url.constructor.js","webpack:///nextcloud/node_modules/core-js/modules/web.url.js","webpack:///nextcloud/node_modules/core-js/modules/web.url.parse.js","webpack:///nextcloud/node_modules/core-js/modules/web.url.to-json.js","webpack:///nextcloud/node_modules/core-js/stable/index.js","webpack:///nextcloud/node_modules/@nextcloud/files/dist/index.mjs","webpack:///nextcloud/node_modules/underscore/modules/_setup.js","webpack:///nextcloud/node_modules/underscore/modules/restArguments.js","webpack:///nextcloud/node_modules/underscore/modules/isObject.js","webpack:///nextcloud/node_modules/underscore/modules/isNull.js","webpack:///nextcloud/node_modules/underscore/modules/isUndefined.js","webpack:///nextcloud/node_modules/underscore/modules/isBoolean.js","webpack:///nextcloud/node_modules/underscore/modules/isElement.js","webpack:///nextcloud/node_modules/underscore/modules/_tagTester.js","webpack:///nextcloud/node_modules/underscore/modules/isString.js","webpack:///nextcloud/node_modules/underscore/modules/isNumber.js","webpack:///nextcloud/node_modules/underscore/modules/isDate.js","webpack:///nextcloud/node_modules/underscore/modules/isRegExp.js","webpack:///nextcloud/node_modules/underscore/modules/isError.js","webpack:///nextcloud/node_modules/underscore/modules/isSymbol.js","webpack:///nextcloud/node_modules/underscore/modules/isArrayBuffer.js","webpack:///nextcloud/node_modules/underscore/modules/isFunction.js","webpack:///nextcloud/node_modules/underscore/modules/_hasObjectTag.js","webpack:///nextcloud/node_modules/underscore/modules/_stringTagBug.js","webpack:///nextcloud/node_modules/underscore/modules/isDataView.js","webpack:///nextcloud/node_modules/underscore/modules/isArray.js","webpack:///nextcloud/node_modules/underscore/modules/_has.js","webpack:///nextcloud/node_modules/underscore/modules/isArguments.js","webpack:///nextcloud/node_modules/underscore/modules/isFinite.js","webpack:///nextcloud/node_modules/underscore/modules/isNaN.js","webpack:///nextcloud/node_modules/underscore/modules/constant.js","webpack:///nextcloud/node_modules/underscore/modules/_createSizePropertyCheck.js","webpack:///nextcloud/node_modules/underscore/modules/_shallowProperty.js","webpack:///nextcloud/node_modules/underscore/modules/_getByteLength.js","webpack:///nextcloud/node_modules/underscore/modules/_isBufferLike.js","webpack:///nextcloud/node_modules/underscore/modules/isTypedArray.js","webpack:///nextcloud/node_modules/underscore/modules/_getLength.js","webpack:///nextcloud/node_modules/underscore/modules/_collectNonEnumProps.js","webpack:///nextcloud/node_modules/underscore/modules/keys.js","webpack:///nextcloud/node_modules/underscore/modules/isEmpty.js","webpack:///nextcloud/node_modules/underscore/modules/isMatch.js","webpack:///nextcloud/node_modules/underscore/modules/underscore.js","webpack:///nextcloud/node_modules/underscore/modules/_toBufferView.js","webpack:///nextcloud/node_modules/underscore/modules/isEqual.js","webpack:///nextcloud/node_modules/underscore/modules/allKeys.js","webpack:///nextcloud/node_modules/underscore/modules/_methodFingerprint.js","webpack:///nextcloud/node_modules/underscore/modules/isMap.js","webpack:///nextcloud/node_modules/underscore/modules/isWeakMap.js","webpack:///nextcloud/node_modules/underscore/modules/isSet.js","webpack:///nextcloud/node_modules/underscore/modules/isWeakSet.js","webpack:///nextcloud/node_modules/underscore/modules/values.js","webpack:///nextcloud/node_modules/underscore/modules/pairs.js","webpack:///nextcloud/node_modules/underscore/modules/invert.js","webpack:///nextcloud/node_modules/underscore/modules/functions.js","webpack:///nextcloud/node_modules/underscore/modules/_createAssigner.js","webpack:///nextcloud/node_modules/underscore/modules/extend.js","webpack:///nextcloud/node_modules/underscore/modules/extendOwn.js","webpack:///nextcloud/node_modules/underscore/modules/defaults.js","webpack:///nextcloud/node_modules/underscore/modules/_baseCreate.js","webpack:///nextcloud/node_modules/underscore/modules/create.js","webpack:///nextcloud/node_modules/underscore/modules/clone.js","webpack:///nextcloud/node_modules/underscore/modules/tap.js","webpack:///nextcloud/node_modules/underscore/modules/toPath.js","webpack:///nextcloud/node_modules/underscore/modules/_toPath.js","webpack:///nextcloud/node_modules/underscore/modules/_deepGet.js","webpack:///nextcloud/node_modules/underscore/modules/get.js","webpack:///nextcloud/node_modules/underscore/modules/has.js","webpack:///nextcloud/node_modules/underscore/modules/identity.js","webpack:///nextcloud/node_modules/underscore/modules/matcher.js","webpack:///nextcloud/node_modules/underscore/modules/property.js","webpack:///nextcloud/node_modules/underscore/modules/_optimizeCb.js","webpack:///nextcloud/node_modules/underscore/modules/_baseIteratee.js","webpack:///nextcloud/node_modules/underscore/modules/iteratee.js","webpack:///nextcloud/node_modules/underscore/modules/_cb.js","webpack:///nextcloud/node_modules/underscore/modules/mapObject.js","webpack:///nextcloud/node_modules/underscore/modules/noop.js","webpack:///nextcloud/node_modules/underscore/modules/propertyOf.js","webpack:///nextcloud/node_modules/underscore/modules/times.js","webpack:///nextcloud/node_modules/underscore/modules/random.js","webpack:///nextcloud/node_modules/underscore/modules/now.js","webpack:///nextcloud/node_modules/underscore/modules/_createEscaper.js","webpack:///nextcloud/node_modules/underscore/modules/_escapeMap.js","webpack:///nextcloud/node_modules/underscore/modules/escape.js","webpack:///nextcloud/node_modules/underscore/modules/unescape.js","webpack:///nextcloud/node_modules/underscore/modules/_unescapeMap.js","webpack:///nextcloud/node_modules/underscore/modules/templateSettings.js","webpack:///nextcloud/node_modules/underscore/modules/template.js","webpack:///nextcloud/node_modules/underscore/modules/result.js","webpack:///nextcloud/node_modules/underscore/modules/uniqueId.js","webpack:///nextcloud/node_modules/underscore/modules/chain.js","webpack:///nextcloud/node_modules/underscore/modules/_executeBound.js","webpack:///nextcloud/node_modules/underscore/modules/partial.js","webpack:///nextcloud/node_modules/underscore/modules/bind.js","webpack:///nextcloud/node_modules/underscore/modules/_isArrayLike.js","webpack:///nextcloud/node_modules/underscore/modules/_flatten.js","webpack:///nextcloud/node_modules/underscore/modules/bindAll.js","webpack:///nextcloud/node_modules/underscore/modules/memoize.js","webpack:///nextcloud/node_modules/underscore/modules/delay.js","webpack:///nextcloud/node_modules/underscore/modules/defer.js","webpack:///nextcloud/node_modules/underscore/modules/throttle.js","webpack:///nextcloud/node_modules/underscore/modules/debounce.js","webpack:///nextcloud/node_modules/underscore/modules/wrap.js","webpack:///nextcloud/node_modules/underscore/modules/negate.js","webpack:///nextcloud/node_modules/underscore/modules/compose.js","webpack:///nextcloud/node_modules/underscore/modules/after.js","webpack:///nextcloud/node_modules/underscore/modules/before.js","webpack:///nextcloud/node_modules/underscore/modules/once.js","webpack:///nextcloud/node_modules/underscore/modules/findKey.js","webpack:///nextcloud/node_modules/underscore/modules/_createPredicateIndexFinder.js","webpack:///nextcloud/node_modules/underscore/modules/findIndex.js","webpack:///nextcloud/node_modules/underscore/modules/findLastIndex.js","webpack:///nextcloud/node_modules/underscore/modules/sortedIndex.js","webpack:///nextcloud/node_modules/underscore/modules/_createIndexFinder.js","webpack:///nextcloud/node_modules/underscore/modules/indexOf.js","webpack:///nextcloud/node_modules/underscore/modules/lastIndexOf.js","webpack:///nextcloud/node_modules/underscore/modules/find.js","webpack:///nextcloud/node_modules/underscore/modules/findWhere.js","webpack:///nextcloud/node_modules/underscore/modules/each.js","webpack:///nextcloud/node_modules/underscore/modules/map.js","webpack:///nextcloud/node_modules/underscore/modules/_createReduce.js","webpack:///nextcloud/node_modules/underscore/modules/reduce.js","webpack:///nextcloud/node_modules/underscore/modules/reduceRight.js","webpack:///nextcloud/node_modules/underscore/modules/filter.js","webpack:///nextcloud/node_modules/underscore/modules/reject.js","webpack:///nextcloud/node_modules/underscore/modules/every.js","webpack:///nextcloud/node_modules/underscore/modules/some.js","webpack:///nextcloud/node_modules/underscore/modules/contains.js","webpack:///nextcloud/node_modules/underscore/modules/invoke.js","webpack:///nextcloud/node_modules/underscore/modules/pluck.js","webpack:///nextcloud/node_modules/underscore/modules/where.js","webpack:///nextcloud/node_modules/underscore/modules/max.js","webpack:///nextcloud/node_modules/underscore/modules/min.js","webpack:///nextcloud/node_modules/underscore/modules/toArray.js","webpack:///nextcloud/node_modules/underscore/modules/sample.js","webpack:///nextcloud/node_modules/underscore/modules/shuffle.js","webpack:///nextcloud/node_modules/underscore/modules/sortBy.js","webpack:///nextcloud/node_modules/underscore/modules/_group.js","webpack:///nextcloud/node_modules/underscore/modules/groupBy.js","webpack:///nextcloud/node_modules/underscore/modules/indexBy.js","webpack:///nextcloud/node_modules/underscore/modules/countBy.js","webpack:///nextcloud/node_modules/underscore/modules/partition.js","webpack:///nextcloud/node_modules/underscore/modules/size.js","webpack:///nextcloud/node_modules/underscore/modules/_keyInObj.js","webpack:///nextcloud/node_modules/underscore/modules/pick.js","webpack:///nextcloud/node_modules/underscore/modules/omit.js","webpack:///nextcloud/node_modules/underscore/modules/initial.js","webpack:///nextcloud/node_modules/underscore/modules/first.js","webpack:///nextcloud/node_modules/underscore/modules/rest.js","webpack:///nextcloud/node_modules/underscore/modules/last.js","webpack:///nextcloud/node_modules/underscore/modules/compact.js","webpack:///nextcloud/node_modules/underscore/modules/flatten.js","webpack:///nextcloud/node_modules/underscore/modules/difference.js","webpack:///nextcloud/node_modules/underscore/modules/without.js","webpack:///nextcloud/node_modules/underscore/modules/uniq.js","webpack:///nextcloud/node_modules/underscore/modules/union.js","webpack:///nextcloud/node_modules/underscore/modules/intersection.js","webpack:///nextcloud/node_modules/underscore/modules/unzip.js","webpack:///nextcloud/node_modules/underscore/modules/zip.js","webpack:///nextcloud/node_modules/underscore/modules/object.js","webpack:///nextcloud/node_modules/underscore/modules/range.js","webpack:///nextcloud/node_modules/underscore/modules/chunk.js","webpack:///nextcloud/node_modules/underscore/modules/_chainResult.js","webpack:///nextcloud/node_modules/underscore/modules/mixin.js","webpack:///nextcloud/node_modules/underscore/modules/underscore-array-methods.js","webpack:///nextcloud/node_modules/underscore/modules/index-default.js","webpack:///nextcloud/webpack/bootstrap","webpack:///nextcloud/webpack/runtime/compat get default export","webpack:///nextcloud/webpack/runtime/define property getters","webpack:///nextcloud/webpack/runtime/ensure chunk","webpack:///nextcloud/webpack/runtime/get javascript chunk filename","webpack:///nextcloud/webpack/runtime/global","webpack:///nextcloud/webpack/runtime/hasOwnProperty shorthand","webpack:///nextcloud/webpack/runtime/make namespace object","webpack:///nextcloud/webpack/runtime/node module decorator","webpack:///nextcloud/webpack/runtime/runtimeId","webpack:///nextcloud/webpack/runtime/publicPath","webpack:///nextcloud/webpack/runtime/jsonp chunk loading","webpack:///nextcloud/webpack/runtime/nonce","webpack:///nextcloud/webpack/startup"],"sourcesContent":["var deferred = [];\n__webpack_require__.O = (result, chunkIds, fn, priority) => {\n\tif(chunkIds) {\n\t\tpriority = priority || 0;\n\t\tfor(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];\n\t\tdeferred[i] = [chunkIds, fn, priority];\n\t\treturn;\n\t}\n\tvar notFulfilled = Infinity;\n\tfor (var i = 0; i < deferred.length; i++) {\n\t\tvar chunkIds = deferred[i][0];\n\t\tvar fn = deferred[i][1];\n\t\tvar priority = deferred[i][2];\n\t\tvar fulfilled = true;\n\t\tfor (var j = 0; j < chunkIds.length; j++) {\n\t\t\tif ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {\n\t\t\t\tchunkIds.splice(j--, 1);\n\t\t\t} else {\n\t\t\t\tfulfilled = false;\n\t\t\t\tif(priority < notFulfilled) notFulfilled = priority;\n\t\t\t}\n\t\t}\n\t\tif(fulfilled) {\n\t\t\tdeferred.splice(i--, 1)\n\t\t\tvar r = fn();\n\t\t\tif (r !== undefined) result = r;\n\t\t}\n\t}\n\treturn result;\n};","var inProgress = {};\nvar dataWebpackPrefix = \"nextcloud:\";\n// loadScript function to load a script via script tag\n__webpack_require__.l = (url, done, key, chunkId) => {\n\tif(inProgress[url]) { inProgress[url].push(done); return; }\n\tvar script, needAttach;\n\tif(key !== undefined) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tfor(var i = 0; i < scripts.length; i++) {\n\t\t\tvar s = scripts[i];\n\t\t\tif(s.getAttribute(\"src\") == url || s.getAttribute(\"data-webpack\") == dataWebpackPrefix + key) { script = s; break; }\n\t\t}\n\t}\n\tif(!script) {\n\t\tneedAttach = true;\n\t\tscript = document.createElement('script');\n\n\t\tscript.charset = 'utf-8';\n\t\tscript.timeout = 120;\n\t\tif (__webpack_require__.nc) {\n\t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n\t\t}\n\t\tscript.setAttribute(\"data-webpack\", dataWebpackPrefix + key);\n\n\t\tscript.src = url;\n\t}\n\tinProgress[url] = [done];\n\tvar onScriptComplete = (prev, event) => {\n\t\t// avoid mem leaks in IE.\n\t\tscript.onerror = script.onload = null;\n\t\tclearTimeout(timeout);\n\t\tvar doneFns = inProgress[url];\n\t\tdelete inProgress[url];\n\t\tscript.parentNode && script.parentNode.removeChild(script);\n\t\tdoneFns && doneFns.forEach((fn) => (fn(event)));\n\t\tif(prev) return prev(event);\n\t}\n\tvar timeout = setTimeout(onScriptComplete.bind(null, undefined, { type: 'timeout', target: script }), 120000);\n\tscript.onerror = onScriptComplete.bind(null, script.onerror);\n\tscript.onload = onScriptComplete.bind(null, script.onload);\n\tneedAttach && document.head.appendChild(script);\n};","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport _ from 'underscore'\n/** @typedef {import('jquery')} jQuery */\nimport $ from 'jquery'\nimport { showMessage, TOAST_DEFAULT_TIMEOUT, TOAST_PERMANENT_TIMEOUT } from '@nextcloud/dialogs'\n\n/**\n * @todo Write documentation\n * @deprecated 17.0.0 use the `@nextcloud/dialogs` package instead\n * @namespace OC.Notification\n */\nexport default {\n\n\tupdatableNotification: null,\n\n\tgetDefaultNotificationFunction: null,\n\n\t/**\n\t * @param {Function} callback callback function\n\t * @deprecated 17.0.0 use the `@nextcloud/dialogs` package\n\t */\n\tsetDefault(callback) {\n\t\tthis.getDefaultNotificationFunction = callback\n\t},\n\n\t/**\n\t * Hides a notification.\n\t *\n\t * If a row is given, only hide that one.\n\t * If no row is given, hide all notifications.\n\t *\n\t * @param {jQuery} [$row] notification row\n\t * @param {Function} [callback] callback\n\t * @deprecated 17.0.0 use the `@nextcloud/dialogs` package\n\t */\n\thide($row, callback) {\n\t\tif (_.isFunction($row)) {\n\t\t\t// first arg is the callback\n\t\t\tcallback = $row\n\t\t\t$row = undefined\n\t\t}\n\n\t\tif (!$row) {\n\t\t\tconsole.error('Missing argument $row in OC.Notification.hide() call, caller needs to be adjusted to only dismiss its own notification')\n\t\t\treturn\n\t\t}\n\n\t\t// remove the row directly\n\t\t$row.each(function() {\n\t\t\tif ($(this)[0].toastify) {\n\t\t\t\t$(this)[0].toastify.hideToast()\n\t\t\t} else {\n\t\t\t\tconsole.error('cannot hide toast because object is not set')\n\t\t\t}\n\t\t\tif (this === this.updatableNotification) {\n\t\t\t\tthis.updatableNotification = null\n\t\t\t}\n\t\t})\n\t\tif (callback) {\n\t\t\tcallback.call()\n\t\t}\n\t\tif (this.getDefaultNotificationFunction) {\n\t\t\tthis.getDefaultNotificationFunction()\n\t\t}\n\t},\n\n\t/**\n\t * Shows a notification as HTML without being sanitized before.\n\t * If you pass unsanitized user input this may lead to a XSS vulnerability.\n\t * Consider using show() instead of showHTML()\n\t *\n\t * @param {string} html Message to display\n\t * @param {object} [options] options\n\t * @param {string} [options.type] notification type\n\t * @param {number} [options.timeout] timeout value, defaults to 0 (permanent)\n\t * @return {jQuery} jQuery element for notification row\n\t * @deprecated 17.0.0 use the `@nextcloud/dialogs` package\n\t */\n\tshowHtml(html, options) {\n\t\toptions = options || {}\n\t\toptions.isHTML = true\n\t\toptions.timeout = (!options.timeout) ? TOAST_PERMANENT_TIMEOUT : options.timeout\n\t\tconst toast = showMessage(html, options)\n\t\ttoast.toastElement.toastify = toast\n\t\treturn $(toast.toastElement)\n\t},\n\n\t/**\n\t * Shows a sanitized notification\n\t *\n\t * @param {string} text Message to display\n\t * @param {object} [options] options\n\t * @param {string} [options.type] notification type\n\t * @param {number} [options.timeout] timeout value, defaults to 0 (permanent)\n\t * @return {jQuery} jQuery element for notification row\n\t * @deprecated 17.0.0 use the `@nextcloud/dialogs` package\n\t */\n\tshow(text, options) {\n\t\tconst escapeHTML = function(text) {\n\t\t\treturn text.toString()\n\t\t\t\t.split('&').join('&')\n\t\t\t\t.split('<').join('<')\n\t\t\t\t.split('>').join('>')\n\t\t\t\t.split('\"').join('"')\n\t\t\t\t.split('\\'').join(''')\n\t\t}\n\n\t\toptions = options || {}\n\t\toptions.timeout = (!options.timeout) ? TOAST_PERMANENT_TIMEOUT : options.timeout\n\t\tconst toast = showMessage(escapeHTML(text), options)\n\t\ttoast.toastElement.toastify = toast\n\t\treturn $(toast.toastElement)\n\t},\n\n\t/**\n\t * Updates (replaces) a sanitized notification.\n\t *\n\t * @param {string} text Message to display\n\t * @return {jQuery} JQuery element for notificaiton row\n\t * @deprecated 17.0.0 use the `@nextcloud/dialogs` package\n\t */\n\tshowUpdate(text) {\n\t\tif (this.updatableNotification) {\n\t\t\tthis.updatableNotification.hideToast()\n\t\t}\n\t\tthis.updatableNotification = showMessage(text, { timeout: TOAST_PERMANENT_TIMEOUT })\n\t\tthis.updatableNotification.toastElement.toastify = this.updatableNotification\n\t\treturn $(this.updatableNotification.toastElement)\n\t},\n\n\t/**\n\t * Shows a notification that disappears after x seconds, default is\n\t * 7 seconds\n\t *\n\t * @param {string} text Message to show\n\t * @param {Array} [options] options array\n\t * @param {number} [options.timeout] timeout in seconds, if this is 0 it will show the message permanently\n\t * @param {boolean} [options.isHTML] an indicator for HTML notifications (true) or text (false)\n\t * @param {string} [options.type] notification type\n\t * @return {JQuery} the toast element\n\t * @deprecated 17.0.0 use the `@nextcloud/dialogs` package\n\t */\n\tshowTemporary(text, options) {\n\t\toptions = options || {}\n\t\toptions.timeout = options.timeout || TOAST_DEFAULT_TIMEOUT\n\t\tconst toast = showMessage(text, options)\n\t\ttoast.toastElement.toastify = toast\n\t\treturn $(toast.toastElement)\n\t},\n\n\t/**\n\t * Returns whether a notification is hidden.\n\t *\n\t * @return {boolean}\n\t * @deprecated 17.0.0 use the `@nextcloud/dialogs` package\n\t */\n\tisHidden() {\n\t\treturn !$('#content').find('.toastify').length\n\t},\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport _ from 'underscore'\nimport $ from 'jquery'\n\nimport OC from './index.js'\nimport Notification from './notification.js'\n\n/**\n * Warn users that the connection to the server was lost temporarily\n *\n * This function is throttled to prevent stacked notfications.\n * After 7sec the first notification is gone, then we can show another one\n * if necessary.\n */\nexport const ajaxConnectionLostHandler = _.throttle(() => {\n\tNotification.showTemporary(t('core', 'Connection to server lost'))\n}, 7 * 1000, { trailing: false })\n\n/**\n * Process ajax error, redirects to main page\n * if an error/auth error status was returned.\n *\n * @param {XMLHttpRequest} xhr xhr request\n */\nexport const processAjaxError = xhr => {\n\t// purposefully aborted request ?\n\t// OC._userIsNavigatingAway needed to distinguish ajax calls cancelled by navigating away\n\t// from calls cancelled by failed cross-domain ajax due to SSO redirect\n\tif (xhr.status === 0 && (xhr.statusText === 'abort' || xhr.statusText === 'timeout' || OC._reloadCalled)) {\n\t\treturn\n\t}\n\n\tif (_.contains([302, 303, 307, 401], xhr.status) && OC.currentUser) {\n\t\t// sometimes \"beforeunload\" happens later, so need to defer the reload a bit\n\t\tsetTimeout(function() {\n\t\t\tif (!OC._userIsNavigatingAway && !OC._reloadCalled) {\n\t\t\t\tlet timer = 0\n\t\t\t\tconst seconds = 5\n\t\t\t\tconst interval = setInterval(function() {\n\t\t\t\t\tNotification.showUpdate(n('core', 'Problem loading page, reloading in %n second', 'Problem loading page, reloading in %n seconds', seconds - timer))\n\t\t\t\t\tif (timer >= seconds) {\n\t\t\t\t\t\tclearInterval(interval)\n\t\t\t\t\t\tOC.reload()\n\t\t\t\t\t}\n\t\t\t\t\ttimer++\n\t\t\t\t}, 1000, // 1 second interval\n\t\t\t\t)\n\n\t\t\t\t// only call reload once\n\t\t\t\tOC._reloadCalled = true\n\t\t\t}\n\t\t}, 100)\n\t} else if (xhr.status === 0) {\n\t\t// Connection lost (e.g. WiFi disconnected or server is down)\n\t\tsetTimeout(function() {\n\t\t\tif (!OC._userIsNavigatingAway && !OC._reloadCalled) {\n\t\t\t\t// TODO: call method above directly\n\t\t\t\tOC._ajaxConnectionLostHandler()\n\t\t\t}\n\t\t}, 100)\n\t}\n}\n\n/**\n * Registers XmlHttpRequest object for global error processing.\n *\n * This means that if this XHR object returns 401 or session timeout errors,\n * the current page will automatically be reloaded.\n *\n * @param {XMLHttpRequest} xhr xhr request\n */\nexport const registerXHRForErrorProcessing = xhr => {\n\tconst loadCallback = () => {\n\t\tif (xhr.readyState !== 4) {\n\t\t\treturn\n\t\t}\n\n\t\tif ((xhr.status >= 200 && xhr.status < 300) || xhr.status === 304) {\n\t\t\treturn\n\t\t}\n\n\t\t// fire jquery global ajax error handler\n\t\t$(document).trigger(new $.Event('ajaxError'), xhr)\n\t}\n\n\tconst errorCallback = () => {\n\t\t// fire jquery global ajax error handler\n\t\t$(document).trigger(new $.Event('ajaxError'), xhr)\n\t}\n\n\tif (xhr.addEventListener) {\n\t\txhr.addEventListener('load', loadCallback)\n\t\txhr.addEventListener('error', errorCallback)\n\t}\n\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-FileCopyrightText: 2014 ownCloud, Inc.\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport $ from 'jquery'\n\nlet dynamicSlideToggleEnabled = false\n\nconst Apps = {\n\tenableDynamicSlideToggle() {\n\t\tdynamicSlideToggleEnabled = true\n\t},\n}\n\n/**\n * Shows the #app-sidebar and add .with-app-sidebar to subsequent siblings\n *\n * @param {object} [$el] sidebar element to show, defaults to $('#app-sidebar')\n */\nApps.showAppSidebar = function($el) {\n\tconst $appSidebar = $el || $('#app-sidebar')\n\t$appSidebar.removeClass('disappear').show()\n\t$('#app-content').trigger(new $.Event('appresized'))\n}\n\n/**\n * Shows the #app-sidebar and removes .with-app-sidebar from subsequent\n * siblings\n *\n * @param {object} [$el] sidebar element to hide, defaults to $('#app-sidebar')\n */\nApps.hideAppSidebar = function($el) {\n\tconst $appSidebar = $el || $('#app-sidebar')\n\t$appSidebar.hide().addClass('disappear')\n\t$('#app-content').trigger(new $.Event('appresized'))\n}\n\n/**\n * Provides a way to slide down a target area through a button and slide it\n * up if the user clicks somewhere else. Used for the news app settings and\n * add new field.\n *\n * Usage:\n * \n *
            I'm sliding up
            \n */\nexport const registerAppsSlideToggle = () => {\n\tlet buttons = $('[data-apps-slide-toggle]')\n\n\tif (buttons.length === 0) {\n\t\t$('#app-navigation').addClass('without-app-settings')\n\t}\n\n\t$(document).click(function(event) {\n\n\t\tif (dynamicSlideToggleEnabled) {\n\t\t\tbuttons = $('[data-apps-slide-toggle]')\n\t\t}\n\n\t\tbuttons.each(function(index, button) {\n\n\t\t\tconst areaSelector = $(button).data('apps-slide-toggle')\n\t\t\tconst area = $(areaSelector)\n\n\t\t\t/**\n\t\t\t *\n\t\t\t */\n\t\t\tfunction hideArea() {\n\t\t\t\tarea.slideUp(OC.menuSpeed * 4, function() {\n\t\t\t\t\tarea.trigger(new $.Event('hide'))\n\t\t\t\t})\n\t\t\t\tarea.removeClass('opened')\n\t\t\t\t$(button).removeClass('opened')\n\t\t\t\t$(button).attr('aria-expanded', 'false')\n\t\t\t}\n\n\t\t\t/**\n\t\t\t *\n\t\t\t */\n\t\t\tfunction showArea() {\n\t\t\t\tarea.slideDown(OC.menuSpeed * 4, function() {\n\t\t\t\t\tarea.trigger(new $.Event('show'))\n\t\t\t\t})\n\t\t\t\tarea.addClass('opened')\n\t\t\t\t$(button).addClass('opened')\n\t\t\t\t$(button).attr('aria-expanded', 'true')\n\t\t\t\tconst input = $(areaSelector + ' [autofocus]')\n\t\t\t\tif (input.length === 1) {\n\t\t\t\t\tinput.focus()\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// do nothing if the area is animated\n\t\t\tif (!area.is(':animated')) {\n\n\t\t\t\t// button toggles the area\n\t\t\t\tif ($(button).is($(event.target).closest('[data-apps-slide-toggle]'))) {\n\t\t\t\t\tif (area.is(':visible')) {\n\t\t\t\t\t\thideArea()\n\t\t\t\t\t} else {\n\t\t\t\t\t\tshowArea()\n\t\t\t\t\t}\n\n\t\t\t\t\t// all other areas that have not been clicked but are open\n\t\t\t\t\t// should be slid up\n\t\t\t\t} else {\n\t\t\t\t\tconst closest = $(event.target).closest(areaSelector)\n\t\t\t\t\tif (area.is(':visible') && closest[0] !== area[0]) {\n\t\t\t\t\t\thideArea()\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t})\n\n\t})\n}\n\nexport default Apps\n","/**\n * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors\n * SPDX-FileCopyrightText: 2016 ownCloud, Inc.\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport $ from 'jquery'\nimport { generateOcsUrl } from '@nextcloud/router'\n\nimport OC from '../OC/index.js'\n\n/**\n * @param {string} method 'post' or 'delete'\n * @param {string} endpoint endpoint\n * @param {object} [options] destructuring object\n * @param {object} [options.data] option data\n * @param {Function} [options.success] success callback\n * @param {Function} [options.error] error callback\n */\nfunction call(method, endpoint, options) {\n\tif ((method === 'post' || method === 'delete') && OC.PasswordConfirmation.requiresPasswordConfirmation()) {\n\t\tOC.PasswordConfirmation.requirePasswordConfirmation(_.bind(call, this, method, endpoint, options))\n\t\treturn\n\t}\n\n\toptions = options || {}\n\t$.ajax({\n\t\ttype: method.toUpperCase(),\n\t\turl: generateOcsUrl('apps/provisioning_api/api/v1/config/apps') + endpoint,\n\t\tdata: options.data || {},\n\t\tsuccess: options.success,\n\t\terror: options.error,\n\t})\n}\n\n/**\n * @param {object} [options] destructuring object\n * @param {Function} [options.success] success callback\n * @since 11.0.0\n */\nexport function getApps(options) {\n\tcall('get', '', options)\n}\n\n/**\n * @param {string} app app id\n * @param {object} [options] destructuring object\n * @param {Function} [options.success] success callback\n * @param {Function} [options.error] error callback\n * @since 11.0.0\n */\nexport function getKeys(app, options) {\n\tcall('get', '/' + app, options)\n}\n\n/**\n * @param {string} app app id\n * @param {string} key key\n * @param {string | Function} defaultValue default value\n * @param {object} [options] destructuring object\n * @param {Function} [options.success] success callback\n * @param {Function} [options.error] error callback\n * @since 11.0.0\n */\nexport function getValue(app, key, defaultValue, options) {\n\toptions = options || {}\n\toptions.data = {\n\t\tdefaultValue,\n\t}\n\n\tcall('get', '/' + app + '/' + key, options)\n}\n\n/**\n * @param {string} app app id\n * @param {string} key key\n * @param {string} value value\n * @param {object} [options] destructuring object\n * @param {Function} [options.success] success callback\n * @param {Function} [options.error] error callback\n * @since 11.0.0\n */\nexport function setValue(app, key, value, options) {\n\toptions = options || {}\n\toptions.data = {\n\t\tvalue,\n\t}\n\n\tcall('post', '/' + app + '/' + key, options)\n}\n\n/**\n * @param {string} app app id\n * @param {string} key key\n * @param {object} [options] destructuring object\n * @param {Function} [options.success] success callback\n * @param {Function} [options.error] error callback\n * @since 11.0.0\n */\nexport function deleteKey(app, key, options) {\n\tcall('delete', '/' + app + '/' + key, options)\n}\n","/**\n * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors\n * SPDX-FileCopyrightText: 2014 ownCloud, Inc.\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\n/* eslint-disable */\n import { getValue, setValue, getApps, getKeys, deleteKey } from '../OCP/appconfig.js'\n\nexport const appConfig = window.oc_appconfig || {}\n\n/**\n * @namespace\n * @deprecated 16.0.0 Use OCP.AppConfig instead\n */\nexport const AppConfig = {\n\t/**\n\t * @deprecated Use OCP.AppConfig.getValue() instead\n\t */\n\tgetValue: function(app, key, defaultValue, callback) {\n\t\tgetValue(app, key, defaultValue, {\n\t\t\tsuccess: callback\n\t\t})\n\t},\n\n\t/**\n\t * @deprecated Use OCP.AppConfig.setValue() instead\n\t */\n\tsetValue: function(app, key, value) {\n\t\tsetValue(app, key, value)\n\t},\n\n\t/**\n\t * @deprecated Use OCP.AppConfig.getApps() instead\n\t */\n\tgetApps: function(callback) {\n\t\tgetApps({\n\t\t\tsuccess: callback\n\t\t})\n\t},\n\n\t/**\n\t * @deprecated Use OCP.AppConfig.getKeys() instead\n\t */\n\tgetKeys: function(app, callback) {\n\t\tgetKeys(app, {\n\t\t\tsuccess: callback\n\t\t})\n\t},\n\n\t/**\n\t * @deprecated Use OCP.AppConfig.deleteKey() instead\n\t */\n\tdeleteKey: function(app, key) {\n\t\tdeleteKey(app, key)\n\t}\n\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nconst appswebroots = (window._oc_appswebroots !== undefined) ? window._oc_appswebroots : false\n\nexport default appswebroots\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\n/* eslint-disable */\nimport _ from 'underscore'\nimport { dav } from 'davclient.js'\n\nconst methodMap = {\n\tcreate: 'POST',\n\tupdate: 'PROPPATCH',\n\tpatch: 'PROPPATCH',\n\tdelete: 'DELETE',\n\tread: 'PROPFIND'\n}\n\n// Throw an error when a URL is needed, and none is supplied.\nfunction urlError() {\n\tthrow new Error('A \"url\" property or function must be specified')\n}\n\n/**\n * Convert a single propfind result to JSON\n *\n * @param {Object} result\n * @param {Object} davProperties properties mapping\n */\nfunction parsePropFindResult(result, davProperties) {\n\tif (_.isArray(result)) {\n\t\treturn _.map(result, function(subResult) {\n\t\t\treturn parsePropFindResult(subResult, davProperties)\n\t\t})\n\t}\n\tvar props = {\n\t\thref: result.href\n\t}\n\n\t_.each(result.propStat, function(propStat) {\n\t\tif (propStat.status !== 'HTTP/1.1 200 OK') {\n\t\t\treturn\n\t\t}\n\n\t\tfor (var key in propStat.properties) {\n\t\t\tvar propKey = key\n\t\t\tif (key in davProperties) {\n\t\t\t\tpropKey = davProperties[key]\n\t\t\t}\n\t\t\tprops[propKey] = propStat.properties[key]\n\t\t}\n\t})\n\n\tif (!props.id) {\n\t\t// parse id from href\n\t\tprops.id = parseIdFromLocation(props.href)\n\t}\n\n\treturn props\n}\n\n/**\n * Parse ID from location\n *\n * @param {string} url url\n * @returns {string} id\n */\nfunction parseIdFromLocation(url) {\n\tvar queryPos = url.indexOf('?')\n\tif (queryPos > 0) {\n\t\turl = url.substr(0, queryPos)\n\t}\n\n\tvar parts = url.split('/')\n\tvar result\n\tdo {\n\t\tresult = parts[parts.length - 1]\n\t\tparts.pop()\n\t\t// note: first result can be empty when there is a trailing slash,\n\t\t// so we take the part before that\n\t} while (!result && parts.length > 0)\n\n\treturn result\n}\n\nfunction isSuccessStatus(status) {\n\treturn status >= 200 && status <= 299\n}\n\nfunction convertModelAttributesToDavProperties(attrs, davProperties) {\n\tvar props = {}\n\tvar key\n\tfor (key in attrs) {\n\t\tvar changedProp = davProperties[key]\n\t\tvar value = attrs[key]\n\t\tif (!changedProp) {\n\t\t\tconsole.warn('No matching DAV property for property \"' + key)\n\t\t\tchangedProp = key\n\t\t}\n\t\tif (_.isBoolean(value) || _.isNumber(value)) {\n\t\t\t// convert to string\n\t\t\tvalue = '' + value\n\t\t}\n\t\tprops[changedProp] = value\n\t}\n\treturn props\n}\n\nfunction callPropFind(client, options, model, headers) {\n\treturn client.propFind(\n\t\toptions.url,\n\t\t_.values(options.davProperties) || [],\n\t\toptions.depth,\n\t\theaders\n\t).then(function(response) {\n\t\tif (isSuccessStatus(response.status)) {\n\t\t\tif (_.isFunction(options.success)) {\n\t\t\t\tvar propsMapping = _.invert(options.davProperties)\n\t\t\t\tvar results = parsePropFindResult(response.body, propsMapping)\n\t\t\t\tif (options.depth > 0) {\n\t\t\t\t\t// discard root entry\n\t\t\t\t\tresults.shift()\n\t\t\t\t}\n\n\t\t\t\toptions.success(results)\n\n\t\t\t}\n\t\t} else if (_.isFunction(options.error)) {\n\t\t\toptions.error(response)\n\t\t}\n\t})\n}\n\nfunction callPropPatch(client, options, model, headers) {\n\treturn client.propPatch(\n\t\toptions.url,\n\t\tconvertModelAttributesToDavProperties(model.changed, options.davProperties),\n\t\theaders\n\t).then(function(result) {\n\t\tif (isSuccessStatus(result.status)) {\n\t\t\tif (_.isFunction(options.success)) {\n\t\t\t\t// pass the object's own values because the server\n\t\t\t\t// does not return the updated model\n\t\t\t\toptions.success(model.toJSON())\n\t\t\t}\n\t\t} else if (_.isFunction(options.error)) {\n\t\t\toptions.error(result)\n\t\t}\n\t})\n\n}\n\nfunction callMkCol(client, options, model, headers) {\n\t// call MKCOL without data, followed by PROPPATCH\n\treturn client.request(\n\t\toptions.type,\n\t\toptions.url,\n\t\theaders,\n\t\tnull\n\t).then(function(result) {\n\t\tif (!isSuccessStatus(result.status)) {\n\t\t\tif (_.isFunction(options.error)) {\n\t\t\t\toptions.error(result)\n\t\t\t}\n\t\t\treturn\n\t\t}\n\n\t\tcallPropPatch(client, options, model, headers)\n\t})\n}\n\nfunction callMethod(client, options, model, headers) {\n\theaders['Content-Type'] = 'application/json'\n\treturn client.request(\n\t\toptions.type,\n\t\toptions.url,\n\t\theaders,\n\t\toptions.data\n\t).then(function(result) {\n\t\tif (!isSuccessStatus(result.status)) {\n\t\t\tif (_.isFunction(options.error)) {\n\t\t\t\toptions.error(result)\n\t\t\t}\n\t\t\treturn\n\t\t}\n\n\t\tif (_.isFunction(options.success)) {\n\t\t\tif (options.type === 'PUT' || options.type === 'POST' || options.type === 'MKCOL') {\n\t\t\t\t// pass the object's own values because the server\n\t\t\t\t// does not return anything\n\t\t\t\tvar responseJson = result.body || model.toJSON()\n\t\t\t\tvar locationHeader = result.xhr.getResponseHeader('Content-Location')\n\t\t\t\tif (options.type === 'POST' && locationHeader) {\n\t\t\t\t\tresponseJson.id = parseIdFromLocation(locationHeader)\n\t\t\t\t}\n\t\t\t\toptions.success(responseJson)\n\t\t\t\treturn\n\t\t\t}\n\t\t\t// if multi-status, parse\n\t\t\tif (result.status === 207) {\n\t\t\t\tvar propsMapping = _.invert(options.davProperties)\n\t\t\t\toptions.success(parsePropFindResult(result.body, propsMapping))\n\t\t\t} else {\n\t\t\t\toptions.success(result.body)\n\t\t\t}\n\t\t}\n\t})\n}\n\nexport const davCall = (options, model) => {\n\tvar client = new dav.Client({\n\t\tbaseUrl: options.url,\n\t\txmlNamespaces: _.extend({\n\t\t\t'DAV:': 'd',\n\t\t\t'http://owncloud.org/ns': 'oc'\n\t\t}, options.xmlNamespaces || {})\n\t})\n\tclient.resolveUrl = function() {\n\t\treturn options.url\n\t}\n\tvar headers = _.extend({\n\t\t'X-Requested-With': 'XMLHttpRequest',\n\t\t'requesttoken': OC.requestToken\n\t}, options.headers)\n\tif (options.type === 'PROPFIND') {\n\t\treturn callPropFind(client, options, model, headers)\n\t} else if (options.type === 'PROPPATCH') {\n\t\treturn callPropPatch(client, options, model, headers)\n\t} else if (options.type === 'MKCOL') {\n\t\treturn callMkCol(client, options, model, headers)\n\t} else {\n\t\treturn callMethod(client, options, model, headers)\n\t}\n}\n\n/**\n * DAV transport\n */\nexport const davSync = Backbone => (method, model, options) => {\n\tvar params = { type: methodMap[method] || method }\n\tvar isCollection = (model instanceof Backbone.Collection)\n\n\tif (method === 'update') {\n\t\t// if a model has an inner collection, it must define an\n\t\t// attribute \"hasInnerCollection\" that evaluates to true\n\t\tif (model.hasInnerCollection) {\n\t\t\t// if the model itself is a Webdav collection, use MKCOL\n\t\t\tparams.type = 'MKCOL'\n\t\t} else if (model.usePUT || (model.collection && model.collection.usePUT)) {\n\t\t\t// use PUT instead of PROPPATCH\n\t\t\tparams.type = 'PUT'\n\t\t}\n\t}\n\n\t// Ensure that we have a URL.\n\tif (!options.url) {\n\t\tparams.url = _.result(model, 'url') || urlError()\n\t}\n\n\t// Ensure that we have the appropriate request data.\n\tif (options.data == null && model && (method === 'create' || method === 'update' || method === 'patch')) {\n\t\tparams.data = JSON.stringify(options.attrs || model.toJSON(options))\n\t}\n\n\t// Don't process data on a non-GET request.\n\tif (params.type !== 'PROPFIND') {\n\t\tparams.processData = false\n\t}\n\n\tif (params.type === 'PROPFIND' || params.type === 'PROPPATCH') {\n\t\tvar davProperties = model.davProperties\n\t\tif (!davProperties && model.model) {\n\t\t\t// use dav properties from model in case of collection\n\t\t\tdavProperties = model.model.prototype.davProperties\n\t\t}\n\t\tif (davProperties) {\n\t\t\tif (_.isFunction(davProperties)) {\n\t\t\t\tparams.davProperties = davProperties.call(model)\n\t\t\t} else {\n\t\t\t\tparams.davProperties = davProperties\n\t\t\t}\n\t\t}\n\n\t\tparams.davProperties = _.extend(params.davProperties || {}, options.davProperties)\n\n\t\tif (_.isUndefined(options.depth)) {\n\t\t\tif (isCollection) {\n\t\t\t\toptions.depth = 1\n\t\t\t} else {\n\t\t\t\toptions.depth = 0\n\t\t\t}\n\t\t}\n\t}\n\n\t// Pass along `textStatus` and `errorThrown` from jQuery.\n\tvar error = options.error\n\toptions.error = function(xhr, textStatus, errorThrown) {\n\t\toptions.textStatus = textStatus\n\t\toptions.errorThrown = errorThrown\n\t\tif (error) {\n\t\t\terror.call(options.context, xhr, textStatus, errorThrown)\n\t\t}\n\t}\n\n\t// Make the request, allowing the user to override any Ajax options.\n\tvar xhr = options.xhr = Backbone.davCall(_.extend(params, options), model)\n\tmodel.trigger('request', model, xhr, options)\n\treturn xhr\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport VendorBackbone from 'backbone'\nimport { davCall, davSync } from './backbone-webdav.js'\n\nconst Backbone = VendorBackbone.noConflict()\n\n// Patch Backbone for DAV\nObject.assign(Backbone, {\n\tdavCall,\n\tdavSync: davSync(Backbone),\n})\n\nexport default Backbone\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport $ from 'jquery'\n\n/**\n * Parses a URL query string into a JS map\n *\n * @param {string} queryString query string in the format param1=1234¶m2=abcde¶m3=xyz\n * @return {Object} map containing key/values matching the URL parameters\n */\nexport const parse = queryString => {\n\tlet pos\n\tlet components\n\tconst result = {}\n\tlet key\n\tif (!queryString) {\n\t\treturn null\n\t}\n\tpos = queryString.indexOf('?')\n\tif (pos >= 0) {\n\t\tqueryString = queryString.substr(pos + 1)\n\t}\n\tconst parts = queryString.replace(/\\+/g, '%20').split('&')\n\tfor (let i = 0; i < parts.length; i++) {\n\t\t// split on first equal sign\n\t\tconst part = parts[i]\n\t\tpos = part.indexOf('=')\n\t\tif (pos >= 0) {\n\t\t\tcomponents = [\n\t\t\t\tpart.substr(0, pos),\n\t\t\t\tpart.substr(pos + 1),\n\t\t\t]\n\t\t} else {\n\t\t\t// key only\n\t\t\tcomponents = [part]\n\t\t}\n\t\tif (!components.length) {\n\t\t\tcontinue\n\t\t}\n\t\tkey = decodeURIComponent(components[0])\n\t\tif (!key) {\n\t\t\tcontinue\n\t\t}\n\t\t// if equal sign was there, return string\n\t\tif (components.length > 1) {\n\t\t\tresult[key] = decodeURIComponent(components[1])\n\t\t} else {\n\t\t\t// no equal sign => null value\n\t\t\tresult[key] = null\n\t\t}\n\t}\n\treturn result\n}\n\n/**\n * Builds a URL query from a JS map.\n *\n * @param {Object} params map containing key/values matching the URL parameters\n * @return {string} String containing a URL query (without question) mark\n */\nexport const build = params => {\n\tif (!params) {\n\t\treturn ''\n\t}\n\treturn $.map(params, function(value, key) {\n\t\tlet s = encodeURIComponent(key)\n\t\tif (value !== null && typeof (value) !== 'undefined') {\n\t\t\ts += '=' + encodeURIComponent(value)\n\t\t}\n\t\treturn s\n\t}).join('&')\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nconst config = window._oc_config || {}\n\nexport default config\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nconst rawUid = document\n\t.getElementsByTagName('head')[0]\n\t.getAttribute('data-user')\nconst displayName = document\n\t.getElementsByTagName('head')[0]\n\t.getAttribute('data-user-displayname')\n\nexport const currentUser = rawUid !== undefined ? rawUid : false\n\nexport const getCurrentUser = () => {\n\treturn {\n\t\tuid: currentUser,\n\t\tdisplayName,\n\t}\n}\n","/**\n * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors\n * SPDX-FileCopyrightText: 2015 ownCloud, Inc.\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\n/* eslint-disable */\nimport _ from 'underscore'\nimport $ from 'jquery'\n\nimport IconMove from '@mdi/svg/svg/folder-move.svg?raw'\nimport IconCopy from '@mdi/svg/svg/folder-multiple.svg?raw'\n\nimport OC from './index.js'\nimport { DialogBuilder, FilePickerType, getFilePickerBuilder, spawnDialog } from '@nextcloud/dialogs'\nimport { translate as t } from '@nextcloud/l10n'\nimport { basename } from 'path'\nimport { defineAsyncComponent } from 'vue'\n\n/**\n * this class to ease the usage of jquery dialogs\n */\nconst Dialogs = {\n\t// dialog button types\n\t/** @deprecated use `@nextcloud/dialogs` */\n\tYES_NO_BUTTONS: 70,\n\t/** @deprecated use `@nextcloud/dialogs` */\n\tOK_BUTTONS: 71,\n\n\t/** @deprecated use FilePickerType from `@nextcloud/dialogs` */\n\tFILEPICKER_TYPE_CHOOSE: 1,\n\t/** @deprecated use FilePickerType from `@nextcloud/dialogs` */\n\tFILEPICKER_TYPE_MOVE: 2,\n\t/** @deprecated use FilePickerType from `@nextcloud/dialogs` */\n\tFILEPICKER_TYPE_COPY: 3,\n\t/** @deprecated use FilePickerType from `@nextcloud/dialogs` */\n\tFILEPICKER_TYPE_COPY_MOVE: 4,\n\t/** @deprecated use FilePickerType from `@nextcloud/dialogs` */\n\tFILEPICKER_TYPE_CUSTOM: 5,\n\n\t/**\n\t * displays alert dialog\n\t * @param {string} text content of dialog\n\t * @param {string} title dialog title\n\t * @param {function} callback which will be triggered when user presses OK\n\t * @param {boolean} [modal] make the dialog modal\n\t *\n\t * @deprecated 30.0.0 Use `@nextcloud/dialogs` instead or build your own with `@nextcloud/vue` NcDialog\n\t */\n\talert: function(text, title, callback, modal) {\n\t\tthis.message(\n\t\t\ttext,\n\t\t\ttitle,\n\t\t\t'alert',\n\t\t\tDialogs.OK_BUTTON,\n\t\t\tcallback,\n\t\t\tmodal\n\t\t)\n\t},\n\n\t/**\n\t * displays info dialog\n\t * @param {string} text content of dialog\n\t * @param {string} title dialog title\n\t * @param {function} callback which will be triggered when user presses OK\n\t * @param {boolean} [modal] make the dialog modal\n\t *\n\t * @deprecated 30.0.0 Use `@nextcloud/dialogs` instead or build your own with `@nextcloud/vue` NcDialog\n\t */\n\tinfo: function(text, title, callback, modal) {\n\t\tthis.message(text, title, 'info', Dialogs.OK_BUTTON, callback, modal)\n\t},\n\n\t/**\n\t * displays confirmation dialog\n\t * @param {string} text content of dialog\n\t * @param {string} title dialog title\n\t * @param {function} callback which will be triggered when user presses OK (true or false would be passed to callback respectively)\n\t * @param {boolean} [modal] make the dialog modal\n\t * @returns {Promise}\n\t *\n\t * @deprecated 30.0.0 Use `@nextcloud/dialogs` instead or build your own with `@nextcloud/vue` NcDialog\n\t */\n\tconfirm: function(text, title, callback, modal) {\n\t\treturn this.message(\n\t\t\ttext,\n\t\t\ttitle,\n\t\t\t'notice',\n\t\t\tDialogs.YES_NO_BUTTONS,\n\t\t\tcallback,\n\t\t\tmodal\n\t\t)\n\t},\n\t/**\n\t * displays confirmation dialog\n\t * @param {string} text content of dialog\n\t * @param {string} title dialog title\n\t * @param {(number|{type: number, confirm: string, cancel: string, confirmClasses: string})} buttons text content of buttons\n\t * @param {function} callback which will be triggered when user presses OK (true or false would be passed to callback respectively)\n\t * @param {boolean} [modal] make the dialog modal\n\t * @returns {Promise}\n\t *\n\t * @deprecated 30.0.0 Use `@nextcloud/dialogs` instead or build your own with `@nextcloud/vue` NcDialog\n\t */\n\tconfirmDestructive: function(text, title, buttons = Dialogs.OK_BUTTONS, callback = () => {}, modal) {\n\t\treturn (new DialogBuilder())\n\t\t\t.setName(title)\n\t\t\t.setText(text)\n\t\t\t.setButtons(\n\t\t\t\tbuttons === Dialogs.OK_BUTTONS\n\t\t\t\t? [\n\t\t\t\t\t{\n\t\t\t\t\t\tlabel: t('core', 'Yes'),\n\t\t\t\t\t\ttype: 'error',\n\t\t\t\t\t\tcallback: () => {\n\t\t\t\t\t\t\tcallback.clicked = true\n\t\t\t\t\t\t\tcallback(true)\n\t\t\t\t\t\t},\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t\t: Dialogs._getLegacyButtons(buttons, callback)\n\t\t\t)\n\t\t\t.build()\n\t\t\t.show()\n\t\t\t.then(() => {\n\t\t\t\tif (!callback.clicked) {\n\t\t\t\t\tcallback(false)\n\t\t\t\t}\n\t\t\t})\n\t},\n\t/**\n\t * displays confirmation dialog\n\t * @param {string} text content of dialog\n\t * @param {string} title dialog title\n\t * @param {function} callback which will be triggered when user presses OK (true or false would be passed to callback respectively)\n\t * @param {boolean} [modal] make the dialog modal\n\t * @returns {Promise}\n\t *\n\t * @deprecated 30.0.0 Use `@nextcloud/dialogs` instead or build your own with `@nextcloud/vue` NcDialog\n\t */\n\tconfirmHtml: function(text, title, callback, modal) {\n\t\treturn (new DialogBuilder())\n\t\t\t.setName(title)\n\t\t\t.setText('')\n\t\t\t.setButtons([\n\t\t\t\t{\n\t\t\t\t\tlabel: t('core', 'No'),\n\t\t\t\t\tcallback: () => {},\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tlabel: t('core', 'Yes'),\n\t\t\t\t\ttype: 'primary',\n\t\t\t\t\tcallback: () => {\n\t\t\t\t\t\tcallback.clicked = true\n\t\t\t\t\t\tcallback(true)\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t])\n\t\t\t.build()\n\t\t\t.setHTML(text)\n\t\t\t.show()\n\t\t\t.then(() => {\n\t\t\t\tif (!callback.clicked) {\n\t\t\t\t\tcallback(false)\n\t\t\t\t}\n\t\t\t})\n\t},\n\t/**\n\t * displays prompt dialog\n\t * @param {string} text content of dialog\n\t * @param {string} title dialog title\n\t * @param {function} callback which will be triggered when user presses OK (true or false would be passed to callback respectively)\n\t * @param {boolean} [modal] make the dialog modal\n\t * @param {string} name name of the input field\n\t * @param {boolean} password whether the input should be a password input\n\t * @returns {Promise}\n\t *\n\t * @deprecated Use NcDialog from `@nextcloud/vue` instead\n\t */\n\tprompt: function(text, title, callback, modal, name, password) {\n\t\treturn new Promise((resolve) => {\n\t\t\tspawnDialog(\n\t\t\t\tdefineAsyncComponent(() => import('../components/LegacyDialogPrompt.vue')),\n\t\t\t\t{\n\t\t\t\t\ttext,\n\t\t\t\t\tname: title,\n\t\t\t\t\tcallback,\n\t\t\t\t\tinputName: name,\n\t\t\t\t\tisPassword: !!password\n\t\t\t\t},\n\t\t\t\t(...args) => {\n\t\t\t\t\tcallback(...args)\n\t\t\t\t\tresolve()\n\t\t\t\t},\n\t\t\t)\n\t\t})\n\t},\n\n\t/**\n\t * Legacy wrapper to the new Vue based filepicker from `@nextcloud/dialogs`\n\t *\n\t * Prefer to use the Vue filepicker directly instead.\n\t *\n\t * In order to pick several types of mime types they need to be passed as an\n\t * array of strings.\n\t *\n\t * When no mime type filter is given only files can be selected. In order to\n\t * be able to select both files and folders \"['*', 'httpd/unix-directory']\"\n\t * should be used instead.\n\t *\n\t * @param {string} title dialog title\n\t * @param {Function} callback which will be triggered when user presses Choose\n\t * @param {boolean} [multiselect] whether it should be possible to select multiple files\n\t * @param {string[]} [mimetype] mimetype to filter by - directories will always be included\n\t * @param {boolean} [_modal] do not use\n\t * @param {string} [type] Type of file picker : Choose, copy, move, copy and move\n\t * @param {string} [path] path to the folder that the the file can be picket from\n\t * @param {object} [options] additonal options that need to be set\n\t * @param {Function} [options.filter] filter function for advanced filtering\n\t * @param {boolean} [options.allowDirectoryChooser] Allow to select directories\n\t * @deprecated since 27.1.0 use the filepicker from `@nextcloud/dialogs` instead\n\t */\n\tfilepicker(title, callback, multiselect = false, mimetype = undefined, _modal = undefined, type = FilePickerType.Choose, path = undefined, options = undefined) {\n\n\t\t/**\n\t\t * Create legacy callback wrapper to support old filepicker syntax\n\t\t * @param fn The original callback\n\t\t * @param type The file picker type which was used to pick the file(s)\n\t\t */\n\t\tconst legacyCallback = (fn, type) => {\n\t\t\tconst getPath = (node) => {\n\t\t\t\tconst root = node?.root || ''\n\t\t\t\tlet path = node?.path || ''\n\t\t\t\t// TODO: Fix this in @nextcloud/files\n\t\t\t\tif (path.startsWith(root)) {\n\t\t\t\t\tpath = path.slice(root.length) || '/'\n\t\t\t\t}\n\t\t\t\treturn path\n\t\t\t}\n\n\t\t\tif (multiselect) {\n\t\t\t\treturn (nodes) => fn(nodes.map(getPath), type)\n\t\t\t} else {\n\t\t\t\treturn (nodes) => fn(getPath(nodes[0]), type)\n\t\t\t}\n\t\t}\n\n\t\t/**\n\t\t * Coverting a Node into a legacy file info to support the OC.dialogs.filepicker filter function\n\t\t * @param node The node to convert\n\t\t */\n\t\tconst nodeToLegacyFile = (node) => ({\n\t\t\tid: node.fileid || null,\n\t\t\tpath: node.path,\n\t\t\tmimetype: node.mime || null,\n\t\t\tmtime: node.mtime?.getTime() || null,\n\t\t\tpermissions: node.permissions,\n\t\t\tname: node.attributes?.displayName || node.basename,\n\t\t\tetag: node.attributes?.etag || null,\n\t\t\thasPreview: node.attributes?.hasPreview || null,\n\t\t\tmountType: node.attributes?.mountType || null,\n\t\t\tquotaAvailableBytes: node.attributes?.quotaAvailableBytes || null,\n\t\t\ticon: null,\n\t\t\tsharePermissions: null,\n\t\t})\n\n\t\tconst builder = getFilePickerBuilder(title)\n\n\t\t// Setup buttons\n\t\tif (type === this.FILEPICKER_TYPE_CUSTOM) {\n\t\t\t(options.buttons || []).forEach((button) => {\n\t\t\t\tbuilder.addButton({\n\t\t\t\t\tcallback: legacyCallback(callback, button.type),\n\t\t\t\t\tlabel: button.text,\n\t\t\t\t\ttype: button.defaultButton ? 'primary' : 'secondary',\n\t\t\t\t})\n\t\t\t})\n\t\t} else {\n\t\t\tbuilder.setButtonFactory((nodes, path) => {\n\t\t\t\tconst buttons = []\n\t\t\t\tconst node = nodes?.[0]?.attributes?.displayName || nodes?.[0]?.basename\n\t\t\t\tconst target = node || basename(path)\n\n\t\t\t\tif (type === FilePickerType.Choose) {\n\t\t\t\t\tbuttons.push({\n\t\t\t\t\t\tcallback: legacyCallback(callback, FilePickerType.Choose),\n\t\t\t\t\t\tlabel: node && !this.multiSelect ? t('core', 'Choose {file}', { file: node }) : t('core', 'Choose'),\n\t\t\t\t\t\ttype: 'primary',\n\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t\tif (type === FilePickerType.CopyMove || type === FilePickerType.Copy) {\n\t\t\t\t\tbuttons.push({\n\t\t\t\t\t\tcallback: legacyCallback(callback, FilePickerType.Copy),\n\t\t\t\t\t\tlabel: target ? t('core', 'Copy to {target}', { target }) : t('core', 'Copy'),\n\t\t\t\t\t\ttype: 'primary',\n\t\t\t\t\t\ticon: IconCopy,\n\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t\tif (type === FilePickerType.Move || type === FilePickerType.CopyMove) {\n\t\t\t\t\tbuttons.push({\n\t\t\t\t\t\tcallback: legacyCallback(callback, FilePickerType.Move),\n\t\t\t\t\t\tlabel: target ? t('core', 'Move to {target}', { target }) : t('core', 'Move'),\n\t\t\t\t\t\ttype: type === FilePickerType.Move ? 'primary' : 'secondary',\n\t\t\t\t\t\ticon: IconMove,\n\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t\treturn buttons\n\t\t\t})\n\t\t}\n\n\t\tif (mimetype) {\n\t\t\tbuilder.setMimeTypeFilter(typeof mimetype === 'string' ? [mimetype] : (mimetype || []))\n\t\t}\n\t\tif (typeof options?.filter === 'function') {\n\t\t\tbuilder.setFilter((node) => options.filter(nodeToLegacyFile(node)))\n\t\t}\n\t\tbuilder.allowDirectories(options?.allowDirectoryChooser === true || mimetype?.includes('httpd/unix-directory') || false)\n\t\t\t.setMultiSelect(multiselect)\n\t\t\t.startAt(path)\n\t\t\t.build()\n\t\t\t.pick()\n\t},\n\n\t/**\n\t * Displays raw dialog\n\t * You better use a wrapper instead ...\n\t *\n\t * @deprecated 30.0.0 Use `@nextcloud/dialogs` instead or build your own with `@nextcloud/vue` NcDialog\n\t */\n\tmessage: function(content, title, dialogType, buttons, callback = () => {}, modal, allowHtml) {\n\t\tconst builder = (new DialogBuilder())\n\t\t\t.setName(title)\n\t\t\t.setText(allowHtml ? '' : content)\n\t\t\t.setButtons(Dialogs._getLegacyButtons(buttons, callback))\n\n\t\tswitch (dialogType) {\n\t\t\tcase 'alert':\n\t\t\t\tbuilder.setSeverity('warning')\n\t\t\t\tbreak\n\t\t\tcase 'notice':\n\t\t\t\tbuilder.setSeverity('info')\n\t\t\t\tbreak\n\t\t\tdefault:\n\t\t\t\tbreak\n\t\t}\n\n\t\tconst dialog = builder.build()\n\t\n\t\tif (allowHtml) {\n\t\t\tdialog.setHTML(content)\n\t\t}\n\n\t\treturn dialog.show().then(() => {\n\t\t\tif(!callback._clicked) {\n\t\t\t\tcallback(false)\n\t\t\t}\n\t\t})\n\t},\n\n\t/**\n\t * Helper for legacy API\n\t * @deprecated\n\t */\n\t_getLegacyButtons(buttons, callback) {\n\t\tconst buttonList = []\n\n\t\tswitch (typeof buttons === 'object' ? buttons.type : buttons) {\n\t\t\tcase Dialogs.YES_NO_BUTTONS:\n\t\t\t\tbuttonList.push({\n\t\t\t\t\tlabel: buttons?.cancel ?? t('core', 'No'),\n\t\t\t\t\tcallback: () => {\n\t\t\t\t\t\tcallback._clicked = true\n\t\t\t\t\t\tcallback(false)\n\t\t\t\t\t},\n\t\t\t\t})\n\t\t\t\tbuttonList.push({\n\t\t\t\t\tlabel: buttons?.confirm ?? t('core', 'Yes'),\n\t\t\t\t\ttype: 'primary',\n\t\t\t\t\tcallback: () => {\n\t\t\t\t\t\tcallback._clicked = true\n\t\t\t\t\t\tcallback(true)\n\t\t\t\t\t},\n\t\t\t\t})\n\t\t\t\tbreak\n\t\t\tcase Dialogs.OK_BUTTONS:\n\t\t\t\tbuttonList.push({\n\t\t\t\t\tlabel: buttons?.confirm ?? t('core', 'OK'),\n\t\t\t\t\ttype: 'primary',\n\t\t\t\t\tcallback: () => {\n\t\t\t\t\t\tcallback._clicked = true\n\t\t\t\t\t\tcallback(true)\n\t\t\t\t\t},\n\t\t\t\t})\n\t\t\t\tbreak\n\t\t\tdefault:\n\t\t\t\tconsole.error('Invalid call to OC.dialogs')\n\t\t\t\tbreak\n\t\t}\n\t\treturn buttonList\n\t},\n\n\t_fileexistsshown: false,\n\t/**\n\t * Displays file exists dialog\n\t * @param {object} data upload object\n\t * @param {object} original file with name, size and mtime\n\t * @param {object} replacement file with name, size and mtime\n\t * @param {object} controller with onCancel, onSkip, onReplace and onRename methods\n\t * @returns {Promise} jquery promise that resolves after the dialog template was loaded\n\t *\n\t * @deprecated 29.0.0 Use openConflictPicker from the @nextcloud/upload package instead\n\t */\n\tfileexists: function(data, original, replacement, controller) {\n\t\tvar self = this\n\t\tvar dialogDeferred = new $.Deferred()\n\n\t\tvar getCroppedPreview = function(file) {\n\t\t\tvar deferred = new $.Deferred()\n\t\t\t// Only process image files.\n\t\t\tvar type = file.type && file.type.split('/').shift()\n\t\t\tif (window.FileReader && type === 'image') {\n\t\t\t\tvar reader = new FileReader()\n\t\t\t\treader.onload = function(e) {\n\t\t\t\t\tvar blob = new Blob([e.target.result])\n\t\t\t\t\twindow.URL = window.URL || window.webkitURL\n\t\t\t\t\tvar originalUrl = window.URL.createObjectURL(blob)\n\t\t\t\t\tvar image = new Image()\n\t\t\t\t\timage.src = originalUrl\n\t\t\t\t\timage.onload = function() {\n\t\t\t\t\t\tvar url = crop(image)\n\t\t\t\t\t\tdeferred.resolve(url)\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treader.readAsArrayBuffer(file)\n\t\t\t} else {\n\t\t\t\tdeferred.reject()\n\t\t\t}\n\t\t\treturn deferred\n\t\t}\n\n\t\tvar crop = function(img) {\n\t\t\tvar canvas = document.createElement('canvas')\n\t\t\tvar targetSize = 96\n\t\t\tvar width = img.width\n\t\t\tvar height = img.height\n\t\t\tvar x; var y; var size\n\n\t\t\t// Calculate the width and height, constraining the proportions\n\t\t\tif (width > height) {\n\t\t\t\ty = 0\n\t\t\t\tx = (width - height) / 2\n\t\t\t} else {\n\t\t\t\ty = (height - width) / 2\n\t\t\t\tx = 0\n\t\t\t}\n\t\t\tsize = Math.min(width, height)\n\n\t\t\t// Set canvas size to the cropped area\n\t\t\tcanvas.width = size\n\t\t\tcanvas.height = size\n\t\t\tvar ctx = canvas.getContext('2d')\n\t\t\tctx.drawImage(img, x, y, size, size, 0, 0, size, size)\n\n\t\t\t// Resize the canvas to match the destination (right size uses 96px)\n\t\t\tresampleHermite(canvas, size, size, targetSize, targetSize)\n\n\t\t\treturn canvas.toDataURL('image/png', 0.7)\n\t\t}\n\n\t\t/**\n\t\t * Fast image resize/resample using Hermite filter with JavaScript.\n\t\t *\n\t\t * @author: ViliusL\n\t\t *\n\t\t * @param {*} canvas\n\t\t * @param {number} W\n\t\t * @param {number} H\n\t\t * @param {number} W2\n\t\t * @param {number} H2\n\t\t */\n\t\tvar resampleHermite = function(canvas, W, H, W2, H2) {\n\t\t\tW2 = Math.round(W2)\n\t\t\tH2 = Math.round(H2)\n\t\t\tvar img = canvas.getContext('2d').getImageData(0, 0, W, H)\n\t\t\tvar img2 = canvas.getContext('2d').getImageData(0, 0, W2, H2)\n\t\t\tvar data = img.data\n\t\t\tvar data2 = img2.data\n\t\t\tvar ratio_w = W / W2\n\t\t\tvar ratio_h = H / H2\n\t\t\tvar ratio_w_half = Math.ceil(ratio_w / 2)\n\t\t\tvar ratio_h_half = Math.ceil(ratio_h / 2)\n\n\t\t\tfor (var j = 0; j < H2; j++) {\n\t\t\t\tfor (var i = 0; i < W2; i++) {\n\t\t\t\t\tvar x2 = (i + j * W2) * 4\n\t\t\t\t\tvar weight = 0\n\t\t\t\t\tvar weights = 0\n\t\t\t\t\tvar weights_alpha = 0\n\t\t\t\t\tvar gx_r = 0\n\t\t\t\t\tvar gx_g = 0\n\t\t\t\t\tvar gx_b = 0\n\t\t\t\t\tvar gx_a = 0\n\t\t\t\t\tvar center_y = (j + 0.5) * ratio_h\n\t\t\t\t\tfor (var yy = Math.floor(j * ratio_h); yy < (j + 1) * ratio_h; yy++) {\n\t\t\t\t\t\tvar dy = Math.abs(center_y - (yy + 0.5)) / ratio_h_half\n\t\t\t\t\t\tvar center_x = (i + 0.5) * ratio_w\n\t\t\t\t\t\tvar w0 = dy * dy // pre-calc part of w\n\t\t\t\t\t\tfor (var xx = Math.floor(i * ratio_w); xx < (i + 1) * ratio_w; xx++) {\n\t\t\t\t\t\t\tvar dx = Math.abs(center_x - (xx + 0.5)) / ratio_w_half\n\t\t\t\t\t\t\tvar w = Math.sqrt(w0 + dx * dx)\n\t\t\t\t\t\t\tif (w >= -1 && w <= 1) {\n\t\t\t\t\t\t\t\t// hermite filter\n\t\t\t\t\t\t\t\tweight = 2 * w * w * w - 3 * w * w + 1\n\t\t\t\t\t\t\t\tif (weight > 0) {\n\t\t\t\t\t\t\t\t\tdx = 4 * (xx + yy * W)\n\t\t\t\t\t\t\t\t\t// alpha\n\t\t\t\t\t\t\t\t\tgx_a += weight * data[dx + 3]\n\t\t\t\t\t\t\t\t\tweights_alpha += weight\n\t\t\t\t\t\t\t\t\t// colors\n\t\t\t\t\t\t\t\t\tif (data[dx + 3] < 255) { weight = weight * data[dx + 3] / 250 }\n\t\t\t\t\t\t\t\t\tgx_r += weight * data[dx]\n\t\t\t\t\t\t\t\t\tgx_g += weight * data[dx + 1]\n\t\t\t\t\t\t\t\t\tgx_b += weight * data[dx + 2]\n\t\t\t\t\t\t\t\t\tweights += weight\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tdata2[x2] = gx_r / weights\n\t\t\t\t\tdata2[x2 + 1] = gx_g / weights\n\t\t\t\t\tdata2[x2 + 2] = gx_b / weights\n\t\t\t\t\tdata2[x2 + 3] = gx_a / weights_alpha\n\t\t\t\t}\n\t\t\t}\n\t\t\tcanvas.getContext('2d').clearRect(0, 0, Math.max(W, W2), Math.max(H, H2))\n\t\t\tcanvas.width = W2\n\t\t\tcanvas.height = H2\n\t\t\tcanvas.getContext('2d').putImageData(img2, 0, 0)\n\t\t}\n\n\t\tvar addConflict = function($conflicts, original, replacement) {\n\n\t\t\tvar $conflict = $conflicts.find('.template').clone().removeClass('template').addClass('conflict')\n\t\t\tvar $originalDiv = $conflict.find('.original')\n\t\t\tvar $replacementDiv = $conflict.find('.replacement')\n\n\t\t\t$conflict.data('data', data)\n\n\t\t\t$conflict.find('.filename').text(original.name)\n\t\t\t$originalDiv.find('.size').text(OC.Util.humanFileSize(original.size))\n\t\t\t$originalDiv.find('.mtime').text(OC.Util.formatDate(original.mtime))\n\t\t\t// ie sucks\n\t\t\tif (replacement.size && replacement.lastModified) {\n\t\t\t\t$replacementDiv.find('.size').text(OC.Util.humanFileSize(replacement.size))\n\t\t\t\t$replacementDiv.find('.mtime').text(OC.Util.formatDate(replacement.lastModified))\n\t\t\t}\n\t\t\tvar path = original.directory + '/' + original.name\n\t\t\tvar urlSpec = {\n\t\t\t\tfile: path,\n\t\t\t\tx: 96,\n\t\t\t\ty: 96,\n\t\t\t\tc: original.etag,\n\t\t\t\tforceIcon: 0\n\t\t\t}\n\t\t\tvar previewpath = Files.generatePreviewUrl(urlSpec)\n\t\t\t// Escaping single quotes\n\t\t\tpreviewpath = previewpath.replace(/'/g, '%27')\n\t\t\t$originalDiv.find('.icon').css({ 'background-image': \"url('\" + previewpath + \"')\" })\n\t\t\tgetCroppedPreview(replacement).then(\n\t\t\t\tfunction(path) {\n\t\t\t\t\t$replacementDiv.find('.icon').css('background-image', 'url(' + path + ')')\n\t\t\t\t}, function() {\n\t\t\t\t\tpath = OC.MimeType.getIconUrl(replacement.type)\n\t\t\t\t\t$replacementDiv.find('.icon').css('background-image', 'url(' + path + ')')\n\t\t\t\t}\n\t\t\t)\n\t\t\t// connect checkboxes with labels\n\t\t\tvar checkboxId = $conflicts.find('.conflict').length\n\t\t\t$originalDiv.find('input:checkbox').attr('id', 'checkbox_original_' + checkboxId)\n\t\t\t$replacementDiv.find('input:checkbox').attr('id', 'checkbox_replacement_' + checkboxId)\n\n\t\t\t$conflicts.append($conflict)\n\n\t\t\t// set more recent mtime bold\n\t\t\t// ie sucks\n\t\t\tif (replacement.lastModified > original.mtime) {\n\t\t\t\t$replacementDiv.find('.mtime').css('font-weight', 'bold')\n\t\t\t} else if (replacement.lastModified < original.mtime) {\n\t\t\t\t$originalDiv.find('.mtime').css('font-weight', 'bold')\n\t\t\t} else {\n\t\t\t\t// TODO add to same mtime collection?\n\t\t\t}\n\n\t\t\t// set bigger size bold\n\t\t\tif (replacement.size && replacement.size > original.size) {\n\t\t\t\t$replacementDiv.find('.size').css('font-weight', 'bold')\n\t\t\t} else if (replacement.size && replacement.size < original.size) {\n\t\t\t\t$originalDiv.find('.size').css('font-weight', 'bold')\n\t\t\t} else {\n\t\t\t\t// TODO add to same size collection?\n\t\t\t}\n\n\t\t\t// TODO show skip action for files with same size and mtime in bottom row\n\n\t\t\t// always keep readonly files\n\n\t\t\tif (original.status === 'readonly') {\n\t\t\t\t$originalDiv\n\t\t\t\t\t.addClass('readonly')\n\t\t\t\t\t.find('input[type=\"checkbox\"]')\n\t\t\t\t\t.prop('checked', true)\n\t\t\t\t\t.prop('disabled', true)\n\t\t\t\t$originalDiv.find('.message')\n\t\t\t\t\t.text(t('core', 'read-only'))\n\t\t\t}\n\t\t}\n\t\t// var selection = controller.getSelection(data.originalFiles);\n\t\t// if (selection.defaultAction) {\n\t\t//\tcontroller[selection.defaultAction](data);\n\t\t// } else {\n\t\tvar dialogName = 'oc-dialog-fileexists-content'\n\t\tvar dialogId = '#' + dialogName\n\t\tif (this._fileexistsshown) {\n\t\t\t// add conflict\n\n\t\t\tvar $conflicts = $(dialogId + ' .conflicts')\n\t\t\taddConflict($conflicts, original, replacement)\n\n\t\t\tvar count = $(dialogId + ' .conflict').length\n\t\t\tvar title = n('core',\n\t\t\t\t'{count} file conflict',\n\t\t\t\t'{count} file conflicts',\n\t\t\t\tcount,\n\t\t\t\t{ count: count }\n\t\t\t)\n\t\t\t$(dialogId).parent().children('.oc-dialog-title').text(title)\n\n\t\t\t// recalculate dimensions\n\t\t\t$(window).trigger('resize')\n\t\t\tdialogDeferred.resolve()\n\t\t} else {\n\t\t\t// create dialog\n\t\t\tthis._fileexistsshown = true\n\t\t\t$.when(this._getFileExistsTemplate()).then(function($tmpl) {\n\t\t\t\tvar title = t('core', 'One file conflict')\n\t\t\t\tvar $dlg = $tmpl.octemplate({\n\t\t\t\t\tdialog_name: dialogName,\n\t\t\t\t\ttitle: title,\n\t\t\t\t\ttype: 'fileexists',\n\n\t\t\t\t\tallnewfiles: t('core', 'New Files'),\n\t\t\t\t\tallexistingfiles: t('core', 'Already existing files'),\n\n\t\t\t\t\twhy: t('core', 'Which files do you want to keep?'),\n\t\t\t\t\twhat: t('core', 'If you select both versions, the copied file will have a number added to its name.')\n\t\t\t\t})\n\t\t\t\t$('body').append($dlg)\n\n\t\t\t\tif (original && replacement) {\n\t\t\t\t\tvar $conflicts = $dlg.find('.conflicts')\n\t\t\t\t\taddConflict($conflicts, original, replacement)\n\t\t\t\t}\n\n\t\t\t\tvar buttonlist = [{\n\t\t\t\t\ttext: t('core', 'Cancel'),\n\t\t\t\t\tclasses: 'cancel',\n\t\t\t\t\tclick: function() {\n\t\t\t\t\t\tif (typeof controller.onCancel !== 'undefined') {\n\t\t\t\t\t\t\tcontroller.onCancel(data)\n\t\t\t\t\t\t}\n\t\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\ttext: t('core', 'Continue'),\n\t\t\t\t\tclasses: 'continue',\n\t\t\t\t\tclick: function() {\n\t\t\t\t\t\tif (typeof controller.onContinue !== 'undefined') {\n\t\t\t\t\t\t\tcontroller.onContinue($(dialogId + ' .conflict'))\n\t\t\t\t\t\t}\n\t\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\t}\n\t\t\t\t}]\n\n\t\t\t\t$(dialogId).ocdialog({\n\t\t\t\t\twidth: 500,\n\t\t\t\t\tcloseOnEscape: true,\n\t\t\t\t\tmodal: true,\n\t\t\t\t\tbuttons: buttonlist,\n\t\t\t\t\tcloseButton: null,\n\t\t\t\t\tclose: function() {\n\t\t\t\t\t\tself._fileexistsshown = false\n\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\t$(this).ocdialog('destroy').remove()\n\t\t\t\t\t\t} catch (e) {\n\t\t\t\t\t\t\t// ignore\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t})\n\n\t\t\t\t$(dialogId).css('height', 'auto')\n\n\t\t\t\tvar $primaryButton = $dlg.closest('.oc-dialog').find('button.continue')\n\t\t\t\t$primaryButton.prop('disabled', true)\n\n\t\t\t\tfunction updatePrimaryButton() {\n\t\t\t\t\tvar checkedCount = $dlg.find('.conflicts .checkbox:checked').length\n\t\t\t\t\t$primaryButton.prop('disabled', checkedCount === 0)\n\t\t\t\t}\n\n\t\t\t\t// add checkbox toggling actions\n\t\t\t\t$(dialogId).find('.allnewfiles').on('click', function() {\n\t\t\t\t\tvar $checkboxes = $(dialogId).find('.conflict .replacement input[type=\"checkbox\"]')\n\t\t\t\t\t$checkboxes.prop('checked', $(this).prop('checked'))\n\t\t\t\t})\n\t\t\t\t$(dialogId).find('.allexistingfiles').on('click', function() {\n\t\t\t\t\tvar $checkboxes = $(dialogId).find('.conflict .original:not(.readonly) input[type=\"checkbox\"]')\n\t\t\t\t\t$checkboxes.prop('checked', $(this).prop('checked'))\n\t\t\t\t})\n\t\t\t\t$(dialogId).find('.conflicts').on('click', '.replacement,.original:not(.readonly)', function() {\n\t\t\t\t\tvar $checkbox = $(this).find('input[type=\"checkbox\"]')\n\t\t\t\t\t$checkbox.prop('checked', !$checkbox.prop('checked'))\n\t\t\t\t})\n\t\t\t\t$(dialogId).find('.conflicts').on('click', '.replacement input[type=\"checkbox\"],.original:not(.readonly) input[type=\"checkbox\"]', function() {\n\t\t\t\t\tvar $checkbox = $(this)\n\t\t\t\t\t$checkbox.prop('checked', !$checkbox.prop('checked'))\n\t\t\t\t})\n\n\t\t\t\t// update counters\n\t\t\t\t$(dialogId).on('click', '.replacement,.allnewfiles', function() {\n\t\t\t\t\tvar count = $(dialogId).find('.conflict .replacement input[type=\"checkbox\"]:checked').length\n\t\t\t\t\tif (count === $(dialogId + ' .conflict').length) {\n\t\t\t\t\t\t$(dialogId).find('.allnewfiles').prop('checked', true)\n\t\t\t\t\t\t$(dialogId).find('.allnewfiles + .count').text(t('core', '(all selected)'))\n\t\t\t\t\t} else if (count > 0) {\n\t\t\t\t\t\t$(dialogId).find('.allnewfiles').prop('checked', false)\n\t\t\t\t\t\t$(dialogId).find('.allnewfiles + .count').text(t('core', '({count} selected)', { count: count }))\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$(dialogId).find('.allnewfiles').prop('checked', false)\n\t\t\t\t\t\t$(dialogId).find('.allnewfiles + .count').text('')\n\t\t\t\t\t}\n\t\t\t\t\tupdatePrimaryButton()\n\t\t\t\t})\n\t\t\t\t$(dialogId).on('click', '.original,.allexistingfiles', function() {\n\t\t\t\t\tvar count = $(dialogId).find('.conflict .original input[type=\"checkbox\"]:checked').length\n\t\t\t\t\tif (count === $(dialogId + ' .conflict').length) {\n\t\t\t\t\t\t$(dialogId).find('.allexistingfiles').prop('checked', true)\n\t\t\t\t\t\t$(dialogId).find('.allexistingfiles + .count').text(t('core', '(all selected)'))\n\t\t\t\t\t} else if (count > 0) {\n\t\t\t\t\t\t$(dialogId).find('.allexistingfiles').prop('checked', false)\n\t\t\t\t\t\t$(dialogId).find('.allexistingfiles + .count')\n\t\t\t\t\t\t\t.text(t('core', '({count} selected)', { count: count }))\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$(dialogId).find('.allexistingfiles').prop('checked', false)\n\t\t\t\t\t\t$(dialogId).find('.allexistingfiles + .count').text('')\n\t\t\t\t\t}\n\t\t\t\t\tupdatePrimaryButton()\n\t\t\t\t})\n\n\t\t\t\tdialogDeferred.resolve()\n\t\t\t})\n\t\t\t\t.fail(function() {\n\t\t\t\t\tdialogDeferred.reject()\n\t\t\t\t\talert(t('core', 'Error loading file exists template'))\n\t\t\t\t})\n\t\t}\n\t\t// }\n\t\treturn dialogDeferred.promise()\n\t},\n\n\t_getFileExistsTemplate: function() {\n\t\tvar defer = $.Deferred()\n\t\tif (!this.$fileexistsTemplate) {\n\t\t\tvar self = this\n\t\t\t$.get(OC.filePath('files', 'templates', 'fileexists.html'), function(tmpl) {\n\t\t\t\tself.$fileexistsTemplate = $(tmpl)\n\t\t\t\tdefer.resolve(self.$fileexistsTemplate)\n\t\t\t})\n\t\t\t\t.fail(function() {\n\t\t\t\t\tdefer.reject()\n\t\t\t\t})\n\t\t} else {\n\t\t\tdefer.resolve(this.$fileexistsTemplate)\n\t\t}\n\t\treturn defer.promise()\n\t},\n}\n\nexport default Dialogs\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport { emit } from '@nextcloud/event-bus'\n\n/**\n * @private\n * @param {Document} global the document to read the initial value from\n * @param {Function} emit the function to invoke for every new token\n * @return {object}\n */\nexport const manageToken = (global, emit) => {\n\tlet token = global.getElementsByTagName('head')[0].getAttribute('data-requesttoken')\n\n\treturn {\n\t\tgetToken: () => token,\n\t\tsetToken: newToken => {\n\t\t\ttoken = newToken\n\n\t\t\temit('csrf-token-update', {\n\t\t\t\ttoken,\n\t\t\t})\n\t\t},\n\t}\n}\n\nconst manageFromDocument = manageToken(document, emit)\n\n/**\n * @return {string}\n */\nexport const getToken = manageFromDocument.getToken\n\n/**\n * @param {string} newToken new token\n */\nexport const setToken = manageFromDocument.setToken\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-FileCopyrightText: 2015 ownCloud, Inc.\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\n/* eslint-disable */\nimport $ from 'jquery'\n\nimport { getToken } from './requesttoken.js'\n\n/**\n * Create a new event source\n * @param {string} src\n * @param {object} [data] to be send as GET\n *\n * @constructs OCEventSource\n */\nconst OCEventSource = function(src, data) {\n\tvar dataStr = ''\n\tvar name\n\tvar joinChar\n\tthis.typelessListeners = []\n\tthis.closed = false\n\tthis.listeners = {}\n\tif (data) {\n\t\tfor (name in data) {\n\t\t\tdataStr += name + '=' + encodeURIComponent(data[name]) + '&'\n\t\t}\n\t}\n\tdataStr += 'requesttoken=' + encodeURIComponent(getToken())\n\tif (!this.useFallBack && typeof EventSource !== 'undefined') {\n\t\tjoinChar = '&'\n\t\tif (src.indexOf('?') === -1) {\n\t\t\tjoinChar = '?'\n\t\t}\n\t\tthis.source = new EventSource(src + joinChar + dataStr)\n\t\tthis.source.onmessage = function(e) {\n\t\t\tfor (var i = 0; i < this.typelessListeners.length; i++) {\n\t\t\t\tthis.typelessListeners[i](JSON.parse(e.data))\n\t\t\t}\n\t\t}.bind(this)\n\t} else {\n\t\tvar iframeId = 'oc_eventsource_iframe_' + OCEventSource.iframeCount\n\t\tOCEventSource.fallBackSources[OCEventSource.iframeCount] = this\n\t\tthis.iframe = $('')\n\t\tthis.iframe.attr('id', iframeId)\n\t\tthis.iframe.hide()\n\n\t\tjoinChar = '&'\n\t\tif (src.indexOf('?') === -1) {\n\t\t\tjoinChar = '?'\n\t\t}\n\t\tthis.iframe.attr('src', src + joinChar + 'fallback=true&fallback_id=' + OCEventSource.iframeCount + '&' + dataStr)\n\t\t$('body').append(this.iframe)\n\t\tthis.useFallBack = true\n\t\tOCEventSource.iframeCount++\n\t}\n\t// add close listener\n\tthis.listen('__internal__', function(data) {\n\t\tif (data === 'close') {\n\t\t\tthis.close()\n\t\t}\n\t}.bind(this))\n}\nOCEventSource.fallBackSources = []\nOCEventSource.iframeCount = 0// number of fallback iframes\nOCEventSource.fallBackCallBack = function(id, type, data) {\n\tOCEventSource.fallBackSources[id].fallBackCallBack(type, data)\n}\nOCEventSource.prototype = {\n\ttypelessListeners: [],\n\tiframe: null,\n\tlisteners: {}, // only for fallback\n\tuseFallBack: false,\n\t/**\n\t * Fallback callback for browsers that don't have the\n\t * native EventSource object.\n\t *\n\t * Calls the registered listeners.\n\t *\n\t * @private\n\t * @param {String} type event type\n\t * @param {Object} data received data\n\t */\n\tfallBackCallBack: function(type, data) {\n\t\tvar i\n\t\t// ignore messages that might appear after closing\n\t\tif (this.closed) {\n\t\t\treturn\n\t\t}\n\t\tif (type) {\n\t\t\tif (typeof this.listeners.done !== 'undefined') {\n\t\t\t\tfor (i = 0; i < this.listeners[type].length; i++) {\n\t\t\t\t\tthis.listeners[type][i](data)\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tfor (i = 0; i < this.typelessListeners.length; i++) {\n\t\t\t\tthis.typelessListeners[i](data)\n\t\t\t}\n\t\t}\n\t},\n\tlastLength: 0, // for fallback\n\t/**\n\t * Listen to a given type of events.\n\t *\n\t * @param {String} type event type\n\t * @param {Function} callback event callback\n\t */\n\tlisten: function(type, callback) {\n\t\tif (callback && callback.call) {\n\n\t\t\tif (type) {\n\t\t\t\tif (this.useFallBack) {\n\t\t\t\t\tif (!this.listeners[type]) {\n\t\t\t\t\t\tthis.listeners[type] = []\n\t\t\t\t\t}\n\t\t\t\t\tthis.listeners[type].push(callback)\n\t\t\t\t} else {\n\t\t\t\t\tthis.source.addEventListener(type, function(e) {\n\t\t\t\t\t\tif (typeof e.data !== 'undefined') {\n\t\t\t\t\t\t\tcallback(JSON.parse(e.data))\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tcallback('')\n\t\t\t\t\t\t}\n\t\t\t\t\t}, false)\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tthis.typelessListeners.push(callback)\n\t\t\t}\n\t\t}\n\t},\n\t/**\n\t * Closes this event source.\n\t */\n\tclose: function() {\n\t\tthis.closed = true\n\t\tif (typeof this.source !== 'undefined') {\n\t\t\tthis.source.close()\n\t\t}\n\t}\n}\n\nexport default OCEventSource\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport _ from 'underscore'\n/** @typedef {import('jquery')} jQuery */\nimport $ from 'jquery'\n\nimport { menuSpeed } from './constants.js'\n\nexport let currentMenu = null\nexport let currentMenuToggle = null\n\n/**\n * For menu toggling\n *\n * @param {jQuery} $toggle the toggle element\n * @param {jQuery} $menuEl the menu container element\n * @param {Function | undefined} toggle callback invoked everytime the menu is opened\n * @param {boolean} headerMenu is this a top right header menu?\n * @return {void}\n */\nexport const registerMenu = function($toggle, $menuEl, toggle, headerMenu) {\n\t$menuEl.addClass('menu')\n\tconst isClickableElement = $toggle.prop('tagName') === 'A' || $toggle.prop('tagName') === 'BUTTON'\n\n\t// On link and button, the enter key trigger a click event\n\t// Only use the click to avoid two fired events\n\t$toggle.on(isClickableElement ? 'click.menu' : 'click.menu keyup.menu', function(event) {\n\t\t// prevent the link event (append anchor to URL)\n\t\tevent.preventDefault()\n\n\t\t// allow enter key as a trigger\n\t\tif (event.key && event.key !== 'Enter') {\n\t\t\treturn\n\t\t}\n\n\t\tif ($menuEl.is(currentMenu)) {\n\t\t\thideMenus()\n\t\t\treturn\n\t\t} else if (currentMenu) {\n\t\t\t// another menu was open?\n\t\t\t// close it\n\t\t\thideMenus()\n\t\t}\n\n\t\tif (headerMenu === true) {\n\t\t\t$menuEl.parent().addClass('openedMenu')\n\t\t}\n\n\t\t// Set menu to expanded\n\t\t$toggle.attr('aria-expanded', true)\n\n\t\t$menuEl.slideToggle(menuSpeed, toggle)\n\t\tcurrentMenu = $menuEl\n\t\tcurrentMenuToggle = $toggle\n\t})\n}\n\n/**\n * Unregister a previously registered menu\n *\n * @param {jQuery} $toggle the toggle element\n * @param {jQuery} $menuEl the menu container element\n */\nexport const unregisterMenu = ($toggle, $menuEl) => {\n\t// close menu if opened\n\tif ($menuEl.is(currentMenu)) {\n\t\thideMenus()\n\t}\n\t$toggle.off('click.menu').removeClass('menutoggle')\n\t$menuEl.removeClass('menu')\n}\n\n/**\n * Hides any open menus\n *\n * @param {Function} complete callback when the hiding animation is done\n */\nexport const hideMenus = function(complete) {\n\tif (currentMenu) {\n\t\tconst lastMenu = currentMenu\n\t\tcurrentMenu.trigger(new $.Event('beforeHide'))\n\t\tcurrentMenu.slideUp(menuSpeed, function() {\n\t\t\tlastMenu.trigger(new $.Event('afterHide'))\n\t\t\tif (complete) {\n\t\t\t\tcomplete.apply(this, arguments)\n\t\t\t}\n\t\t})\n\t}\n\n\t// Set menu to closed\n\t$('.menutoggle').attr('aria-expanded', false)\n\tif (currentMenuToggle) {\n\t\tcurrentMenuToggle.attr('aria-expanded', false)\n\t}\n\n\t$('.openedMenu').removeClass('openedMenu')\n\tcurrentMenu = null\n\tcurrentMenuToggle = null\n}\n\n/**\n * Shows a given element as menu\n *\n * @param {object} [$toggle] menu toggle\n * @param {object} $menuEl menu element\n * @param {Function} complete callback when the showing animation is done\n */\nexport const showMenu = ($toggle, $menuEl, complete) => {\n\tif ($menuEl.is(currentMenu)) {\n\t\treturn\n\t}\n\thideMenus()\n\tcurrentMenu = $menuEl\n\tcurrentMenuToggle = $toggle\n\t$menuEl.trigger(new $.Event('beforeShow'))\n\t$menuEl.show()\n\t$menuEl.trigger(new $.Event('afterShow'))\n\t// no animation\n\tif (_.isFunction(complete)) {\n\t\tcomplete()\n\t}\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nexport const coreApps = ['', 'admin', 'log', 'core/search', 'core', '3rdparty']\nexport const menuSpeed = 50\nexport const PERMISSION_NONE = 0\nexport const PERMISSION_CREATE = 4\nexport const PERMISSION_READ = 1\nexport const PERMISSION_UPDATE = 2\nexport const PERMISSION_DELETE = 8\nexport const PERMISSION_SHARE = 16\nexport const PERMISSION_ALL = 31\nexport const TAG_FAVORITE = '_$!!$_'\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nconst isAdmin = !!window._oc_isadmin\n\n/**\n * Returns whether the current user is an administrator\n *\n * @return {boolean} true if the user is an admin, false otherwise\n * @since 9.0.0\n */\nexport const isUserAdmin = () => isAdmin\n","/**\n * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors\n * SPDX-FileCopyrightText: 2014 ownCloud, Inc.\n * SPDX-FileCopyrightText: 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport Handlebars from 'handlebars'\nimport {\n\tloadTranslations,\n\ttranslate,\n\ttranslatePlural,\n\tregister,\n\tunregister,\n} from '@nextcloud/l10n'\n\n/**\n * L10N namespace with localization functions.\n *\n * @namespace OC.L10n\n * @deprecated 26.0.0 use https://www.npmjs.com/package/@nextcloud/l10n\n */\nconst L10n = {\n\n\t/**\n\t * Load an app's translation bundle if not loaded already.\n\t *\n\t * @deprecated 26.0.0 use `loadTranslations` from https://www.npmjs.com/package/@nextcloud/l10n\n\t *\n\t * @param {string} appName name of the app\n\t * @param {Function} callback callback to be called when\n\t * the translations are loaded\n\t * @return {Promise} promise\n\t */\n\tload: loadTranslations,\n\n\t/**\n\t * Register an app's translation bundle.\n\t *\n\t * @deprecated 26.0.0 use `register` from https://www.npmjs.com/package/@nextcloud/l10\n\t *\n\t * @param {string} appName name of the app\n\t * @param {Object} bundle bundle\n\t */\n\tregister,\n\n\t/**\n\t * @private\n\t * @deprecated 26.0.0 use `unregister` from https://www.npmjs.com/package/@nextcloud/l10n\n\t */\n\t_unregister: unregister,\n\n\t/**\n\t * Translate a string\n\t *\n\t * @deprecated 26.0.0 use `translate` from https://www.npmjs.com/package/@nextcloud/l10n\n\t *\n\t * @param {string} app the id of the app for which to translate the string\n\t * @param {string} text the string to translate\n\t * @param {object} [vars] map of placeholder key to value\n\t * @param {number} [count] number to replace %n with\n\t * @param {Array} [options] options array\n\t * @param {boolean} [options.escape=true] enable/disable auto escape of placeholders (by default enabled)\n\t * @param {boolean} [options.sanitize=true] enable/disable sanitization (by default enabled)\n\t * @return {string}\n\t */\n\ttranslate,\n\n\t/**\n\t * Translate a plural string\n\t *\n\t * @deprecated 26.0.0 use `translatePlural` from https://www.npmjs.com/package/@nextcloud/l10n\n\t *\n\t * @param {string} app the id of the app for which to translate the string\n\t * @param {string} textSingular the string to translate for exactly one object\n\t * @param {string} textPlural the string to translate for n objects\n\t * @param {number} count number to determine whether to use singular or plural\n\t * @param {object} [vars] map of placeholder key to value\n\t * @param {Array} [options] options array\n\t * @param {boolean} [options.escape=true] enable/disable auto escape of placeholders (by default enabled)\n\t * @return {string} Translated string\n\t */\n\ttranslatePlural,\n}\n\nexport default L10n\n\nHandlebars.registerHelper('t', function(app, text) {\n\treturn translate(app, text)\n})\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport {\n\tgetRootUrl as realGetRootUrl,\n} from '@nextcloud/router'\n\n/**\n * Creates a relative url for remote use\n *\n * @param {string} service id\n * @return {string} the url\n */\nexport const linkToRemoteBase = service => {\n\treturn realGetRootUrl() + '/remote.php/' + service\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport $ from 'jquery'\n\n/**\n * A little class to manage a status field for a \"saving\" process.\n * It can be used to display a starting message (e.g. \"Saving...\") and then\n * replace it with a green success message or a red error message.\n *\n * @namespace OC.msg\n */\nexport default {\n\t/**\n\t * Displayes a \"Saving...\" message in the given message placeholder\n\t *\n\t * @param {object} selector Placeholder to display the message in\n\t */\n\tstartSaving(selector) {\n\t\tthis.startAction(selector, t('core', 'Saving …'))\n\t},\n\n\t/**\n\t * Displayes a custom message in the given message placeholder\n\t *\n\t * @param {object} selector Placeholder to display the message in\n\t * @param {string} message Plain text message to display (no HTML allowed)\n\t */\n\tstartAction(selector, message) {\n\t\t$(selector).text(message)\n\t\t\t.removeClass('success')\n\t\t\t.removeClass('error')\n\t\t\t.stop(true, true)\n\t\t\t.show()\n\t},\n\n\t/**\n\t * Displayes an success/error message in the given selector\n\t *\n\t * @param {object} selector Placeholder to display the message in\n\t * @param {object} response Response of the server\n\t * @param {object} response.data Data of the servers response\n\t * @param {string} response.data.message Plain text message to display (no HTML allowed)\n\t * @param {string} response.status is being used to decide whether the message\n\t * is displayed as an error/success\n\t */\n\tfinishedSaving(selector, response) {\n\t\tthis.finishedAction(selector, response)\n\t},\n\n\t/**\n\t * Displayes an success/error message in the given selector\n\t *\n\t * @param {object} selector Placeholder to display the message in\n\t * @param {object} response Response of the server\n\t * @param {object} response.data Data of the servers response\n\t * @param {string} response.data.message Plain text message to display (no HTML allowed)\n\t * @param {string} response.status is being used to decide whether the message\n\t * is displayed as an error/success\n\t */\n\tfinishedAction(selector, response) {\n\t\tif (response.status === 'success') {\n\t\t\tthis.finishedSuccess(selector, response.data.message)\n\t\t} else {\n\t\t\tthis.finishedError(selector, response.data.message)\n\t\t}\n\t},\n\n\t/**\n\t * Displayes an success message in the given selector\n\t *\n\t * @param {object} selector Placeholder to display the message in\n\t * @param {string} message Plain text success message to display (no HTML allowed)\n\t */\n\tfinishedSuccess(selector, message) {\n\t\t$(selector).text(message)\n\t\t\t.addClass('success')\n\t\t\t.removeClass('error')\n\t\t\t.stop(true, true)\n\t\t\t.delay(3000)\n\t\t\t.fadeOut(900)\n\t\t\t.show()\n\t},\n\n\t/**\n\t * Displayes an error message in the given selector\n\t *\n\t * @param {object} selector Placeholder to display the message in\n\t * @param {string} message Plain text error message to display (no HTML allowed)\n\t */\n\tfinishedError(selector, message) {\n\t\t$(selector).text(message)\n\t\t\t.addClass('error')\n\t\t\t.removeClass('success')\n\t\t\t.show()\n\t},\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport { confirmPassword, isPasswordConfirmationRequired } from '@nextcloud/password-confirmation'\nimport '@nextcloud/password-confirmation/dist/style.css'\n\n/**\n * @namespace OC.PasswordConfirmation\n */\nexport default {\n\n\trequiresPasswordConfirmation() {\n\t\treturn isPasswordConfirmationRequired()\n\t},\n\n\t/**\n\t * @param {Function} callback success callback function\n\t * @param {object} options options currently not used by confirmPassword\n\t * @param {Function} rejectCallback error callback function\n\t */\n\trequirePasswordConfirmation(callback, options, rejectCallback) {\n\t\tconfirmPassword().then(callback, rejectCallback)\n\t},\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nexport default {\n\n\t/**\n\t * @type {Array.}\n\t */\n\t_plugins: {},\n\n\t/**\n\t * Register plugin\n\t *\n\t * @param {string} targetName app name / class name to hook into\n\t * @param {OC.Plugin} plugin plugin\n\t */\n\tregister(targetName, plugin) {\n\t\tlet plugins = this._plugins[targetName]\n\t\tif (!plugins) {\n\t\t\tplugins = this._plugins[targetName] = []\n\t\t}\n\t\tplugins.push(plugin)\n\t},\n\n\t/**\n\t * Returns all plugin registered to the given target\n\t * name / app name / class name.\n\t *\n\t * @param {string} targetName app name / class name to hook into\n\t * @return {Array.} array of plugins\n\t */\n\tgetPlugins(targetName) {\n\t\treturn this._plugins[targetName] || []\n\t},\n\n\t/**\n\t * Call attach() on all plugins registered to the given target name.\n\t *\n\t * @param {string} targetName app name / class name\n\t * @param {object} targetObject to be extended\n\t * @param {object} [options] options\n\t */\n\tattach(targetName, targetObject, options) {\n\t\tconst plugins = this.getPlugins(targetName)\n\t\tfor (let i = 0; i < plugins.length; i++) {\n\t\t\tif (plugins[i].attach) {\n\t\t\t\tplugins[i].attach(targetObject, options)\n\t\t\t}\n\t\t}\n\t},\n\n\t/**\n\t * Call detach() on all plugins registered to the given target name.\n\t *\n\t * @param {string} targetName app name / class name\n\t * @param {object} targetObject to be extended\n\t * @param {object} [options] options\n\t */\n\tdetach(targetName, targetObject, options) {\n\t\tconst plugins = this.getPlugins(targetName)\n\t\tfor (let i = 0; i < plugins.length; i++) {\n\t\t\tif (plugins[i].detach) {\n\t\t\t\tplugins[i].detach(targetObject, options)\n\t\t\t}\n\t\t}\n\t},\n\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nexport const theme = window._theme || {}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport _ from 'underscore'\nimport OC from './index.js'\n\n/**\n * Utility class for the history API,\n * includes fallback to using the URL hash when\n * the browser doesn't support the history API.\n *\n * @namespace OC.Util.History\n */\nexport default {\n\n\t_handlers: [],\n\n\t/**\n\t * Push the current URL parameters to the history stack\n\t * and change the visible URL.\n\t * Note: this includes a workaround for IE8/IE9 that uses\n\t * the hash part instead of the search part.\n\t *\n\t * @param {object | string} params to append to the URL, can be either a string\n\t * or a map\n\t * @param {string} [url] URL to be used, otherwise the current URL will be used,\n\t * using the params as query string\n\t * @param {boolean} [replace] whether to replace instead of pushing\n\t */\n\t_pushState(params, url, replace) {\n\t\tlet strParams\n\t\tif (typeof (params) === 'string') {\n\t\t\tstrParams = params\n\t\t} else {\n\t\t\tstrParams = OC.buildQueryString(params)\n\t\t}\n\n\t\tif (window.history.pushState) {\n\t\t\turl = url || location.pathname + '?' + strParams\n\t\t\t// Workaround for bug with SVG and window.history.pushState on Firefox < 51\n\t\t\t// https://bugzilla.mozilla.org/show_bug.cgi?id=652991\n\t\t\tconst isFirefox = navigator.userAgent.toLowerCase().indexOf('firefox') > -1\n\t\t\tif (isFirefox && parseInt(navigator.userAgent.split('/').pop()) < 51) {\n\t\t\t\tconst patterns = document.querySelectorAll('[fill^=\"url(#\"], [stroke^=\"url(#\"], [filter^=\"url(#invert\"]')\n\t\t\t\tfor (let i = 0, ii = patterns.length, pattern; i < ii; i++) {\n\t\t\t\t\tpattern = patterns[i]\n\t\t\t\t\t// eslint-disable-next-line no-self-assign\n\t\t\t\t\tpattern.style.fill = pattern.style.fill\n\t\t\t\t\t// eslint-disable-next-line no-self-assign\n\t\t\t\t\tpattern.style.stroke = pattern.style.stroke\n\t\t\t\t\tpattern.removeAttribute('filter')\n\t\t\t\t\tpattern.setAttribute('filter', 'url(#invert)')\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (replace) {\n\t\t\t\twindow.history.replaceState(params, '', url)\n\t\t\t} else {\n\t\t\t\twindow.history.pushState(params, '', url)\n\t\t\t}\n\t\t} else {\n\t\t\t// use URL hash for IE8\n\t\t\twindow.location.hash = '?' + strParams\n\t\t\t// inhibit next onhashchange that just added itself\n\t\t\t// to the event queue\n\t\t\tthis._cancelPop = true\n\t\t}\n\t},\n\n\t/**\n\t * Push the current URL parameters to the history stack\n\t * and change the visible URL.\n\t * Note: this includes a workaround for IE8/IE9 that uses\n\t * the hash part instead of the search part.\n\t *\n\t * @param {object | string} params to append to the URL, can be either a string or a map\n\t * @param {string} [url] URL to be used, otherwise the current URL will be used, using the params as query string\n\t */\n\tpushState(params, url) {\n\t\tthis._pushState(params, url, false)\n\t},\n\n\t/**\n\t * Push the current URL parameters to the history stack\n\t * and change the visible URL.\n\t * Note: this includes a workaround for IE8/IE9 that uses\n\t * the hash part instead of the search part.\n\t *\n\t * @param {object | string} params to append to the URL, can be either a string\n\t * or a map\n\t * @param {string} [url] URL to be used, otherwise the current URL will be used,\n\t * using the params as query string\n\t */\n\treplaceState(params, url) {\n\t\tthis._pushState(params, url, true)\n\t},\n\n\t/**\n\t * Add a popstate handler\n\t *\n\t * @param {Function} handler handler\n\t */\n\taddOnPopStateHandler(handler) {\n\t\tthis._handlers.push(handler)\n\t},\n\n\t/**\n\t * Parse a query string from the hash part of the URL.\n\t * (workaround for IE8 / IE9)\n\t *\n\t * @return {string}\n\t */\n\t_parseHashQuery() {\n\t\tconst hash = window.location.hash\n\t\tconst pos = hash.indexOf('?')\n\t\tif (pos >= 0) {\n\t\t\treturn hash.substr(pos + 1)\n\t\t}\n\t\tif (hash.length) {\n\t\t\t// remove hash sign\n\t\t\treturn hash.substr(1)\n\t\t}\n\t\treturn ''\n\t},\n\n\t_decodeQuery(query) {\n\t\treturn query.replace(/\\+/g, ' ')\n\t},\n\n\t/**\n\t * Parse the query/search part of the URL.\n\t * Also try and parse it from the URL hash (for IE8)\n\t *\n\t * @return {object} map of parameters\n\t */\n\tparseUrlQuery() {\n\t\tconst query = this._parseHashQuery()\n\t\tlet params\n\t\t// try and parse from URL hash first\n\t\tif (query) {\n\t\t\tparams = OC.parseQueryString(this._decodeQuery(query))\n\t\t}\n\t\t// else read from query attributes\n\t\tparams = _.extend(params || {}, OC.parseQueryString(this._decodeQuery(location.search)))\n\t\treturn params || {}\n\t},\n\n\t_onPopState(e) {\n\t\tif (this._cancelPop) {\n\t\t\tthis._cancelPop = false\n\t\t\treturn\n\t\t}\n\t\tlet params\n\t\tif (!this._handlers.length) {\n\t\t\treturn\n\t\t}\n\t\tparams = (e && e.state)\n\t\tif (_.isString(params)) {\n\t\t\tparams = OC.parseQueryString(params)\n\t\t} else if (!params) {\n\t\t\tparams = this.parseUrlQuery() || {}\n\t\t}\n\t\tfor (let i = 0; i < this._handlers.length; i++) {\n\t\t\tthis._handlers[i](params)\n\t\t}\n\t},\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport moment from 'moment'\n\nimport History from './util-history.js'\nimport OC from './index.js'\nimport { formatFileSize as humanFileSize } from '@nextcloud/files'\n\n/**\n * @param {any} t -\n */\nfunction chunkify(t) {\n\t// Adapted from http://my.opera.com/GreyWyvern/blog/show.dml/1671288\n\tconst tz = []\n\tlet x = 0\n\tlet y = -1\n\tlet n = 0\n\tlet c\n\n\twhile (x < t.length) {\n\t\tc = t.charAt(x)\n\t\t// only include the dot in strings\n\t\tconst m = ((!n && c === '.') || (c >= '0' && c <= '9'))\n\t\tif (m !== n) {\n\t\t\t// next chunk\n\t\t\ty++\n\t\t\ttz[y] = ''\n\t\t\tn = m\n\t\t}\n\t\ttz[y] += c\n\t\tx++\n\t}\n\treturn tz\n}\n\n/**\n * Utility functions\n *\n * @namespace OC.Util\n */\nexport default {\n\n\tHistory,\n\n\t/**\n\t * @deprecated use https://nextcloud.github.io/nextcloud-files/functions/formatFileSize.html\n\t */\n\thumanFileSize,\n\n\t/**\n\t * Returns a file size in bytes from a humanly readable string\n\t * Makes 2kB to 2048.\n\t * Inspired by computerFileSize in helper.php\n\t *\n\t * @param {string} string file size in human-readable format\n\t * @return {number} or null if string could not be parsed\n\t *\n\t *\n\t */\n\tcomputerFileSize(string) {\n\t\tif (typeof string !== 'string') {\n\t\t\treturn null\n\t\t}\n\n\t\tconst s = string.toLowerCase().trim()\n\t\tlet bytes = null\n\n\t\tconst bytesArray = {\n\t\t\tb: 1,\n\t\t\tk: 1024,\n\t\t\tkb: 1024,\n\t\t\tmb: 1024 * 1024,\n\t\t\tm: 1024 * 1024,\n\t\t\tgb: 1024 * 1024 * 1024,\n\t\t\tg: 1024 * 1024 * 1024,\n\t\t\ttb: 1024 * 1024 * 1024 * 1024,\n\t\t\tt: 1024 * 1024 * 1024 * 1024,\n\t\t\tpb: 1024 * 1024 * 1024 * 1024 * 1024,\n\t\t\tp: 1024 * 1024 * 1024 * 1024 * 1024,\n\t\t}\n\n\t\tconst matches = s.match(/^[\\s+]?([0-9]*)(\\.([0-9]+))?( +)?([kmgtp]?b?)$/i)\n\t\tif (matches !== null) {\n\t\t\tbytes = parseFloat(s)\n\t\t\tif (!isFinite(bytes)) {\n\t\t\t\treturn null\n\t\t\t}\n\t\t} else {\n\t\t\treturn null\n\t\t}\n\t\tif (matches[5]) {\n\t\t\tbytes = bytes * bytesArray[matches[5]]\n\t\t}\n\n\t\tbytes = Math.round(bytes)\n\t\treturn bytes\n\t},\n\n\t/**\n\t * @param {string|number} timestamp timestamp\n\t * @param {string} format date format, see momentjs docs\n\t * @return {string} timestamp formatted as requested\n\t */\n\tformatDate(timestamp, format) {\n\t\tif (window.TESTING === undefined) {\n\t\t\tOC.debug && console.warn('OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment')\n\t\t}\n\t\tformat = format || 'LLL'\n\t\treturn moment(timestamp).format(format)\n\t},\n\n\t/**\n\t * @param {string|number} timestamp timestamp\n\t * @return {string} human readable difference from now\n\t */\n\trelativeModifiedDate(timestamp) {\n\t\tif (window.TESTING === undefined) {\n\t\t\tOC.debug && console.warn('OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment')\n\t\t}\n\t\tconst diff = moment().diff(moment(timestamp))\n\t\tif (diff >= 0 && diff < 45000) {\n\t\t\treturn t('core', 'seconds ago')\n\t\t}\n\t\treturn moment(timestamp).fromNow()\n\t},\n\n\t/**\n\t * Returns the width of a generic browser scrollbar\n\t *\n\t * @return {number} width of scrollbar\n\t */\n\tgetScrollBarWidth() {\n\t\tif (this._scrollBarWidth) {\n\t\t\treturn this._scrollBarWidth\n\t\t}\n\n\t\tconst inner = document.createElement('p')\n\t\tinner.style.width = '100%'\n\t\tinner.style.height = '200px'\n\n\t\tconst outer = document.createElement('div')\n\t\touter.style.position = 'absolute'\n\t\touter.style.top = '0px'\n\t\touter.style.left = '0px'\n\t\touter.style.visibility = 'hidden'\n\t\touter.style.width = '200px'\n\t\touter.style.height = '150px'\n\t\touter.style.overflow = 'hidden'\n\t\touter.appendChild(inner)\n\n\t\tdocument.body.appendChild(outer)\n\t\tconst w1 = inner.offsetWidth\n\t\touter.style.overflow = 'scroll'\n\t\tlet w2 = inner.offsetWidth\n\t\tif (w1 === w2) {\n\t\t\tw2 = outer.clientWidth\n\t\t}\n\n\t\tdocument.body.removeChild(outer)\n\n\t\tthis._scrollBarWidth = (w1 - w2)\n\n\t\treturn this._scrollBarWidth\n\t},\n\n\t/**\n\t * Remove the time component from a given date\n\t *\n\t * @param {Date} date date\n\t * @return {Date} date with stripped time\n\t */\n\tstripTime(date) {\n\t\t// FIXME: likely to break when crossing DST\n\t\t// would be better to use a library like momentJS\n\t\treturn new Date(date.getFullYear(), date.getMonth(), date.getDate())\n\t},\n\n\t/**\n\t * Compare two strings to provide a natural sort\n\t *\n\t * @param {string} a first string to compare\n\t * @param {string} b second string to compare\n\t * @return {number} -1 if b comes before a, 1 if a comes before b\n\t * or 0 if the strings are identical\n\t */\n\tnaturalSortCompare(a, b) {\n\t\tlet x\n\t\tconst aa = chunkify(a)\n\t\tconst bb = chunkify(b)\n\n\t\tfor (x = 0; aa[x] && bb[x]; x++) {\n\t\t\tif (aa[x] !== bb[x]) {\n\t\t\t\tconst aNum = Number(aa[x]); const bNum = Number(bb[x])\n\t\t\t\t// note: == is correct here\n\t\t\t\t/* eslint-disable-next-line */\n\t\t\t\tif (aNum == aa[x] && bNum == bb[x]) {\n\t\t\t\t\treturn aNum - bNum\n\t\t\t\t} else {\n\t\t\t\t\t// Note: This locale setting isn't supported by all browsers but for the ones\n\t\t\t\t\t// that do there will be more consistency between client-server sorting\n\t\t\t\t\treturn aa[x].localeCompare(bb[x], OC.getLanguage())\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn aa.length - bb.length\n\t},\n\n\t/**\n\t * Calls the callback in a given interval until it returns true\n\t *\n\t * @param {Function} callback function to call on success\n\t * @param {number} interval in milliseconds\n\t */\n\twaitFor(callback, interval) {\n\t\tconst internalCallback = function() {\n\t\t\tif (callback() !== true) {\n\t\t\t\tsetTimeout(internalCallback, interval)\n\t\t\t}\n\t\t}\n\n\t\tinternalCallback()\n\t},\n\n\t/**\n\t * Checks if a cookie with the given name is present and is set to the provided value.\n\t *\n\t * @param {string} name name of the cookie\n\t * @param {string} value value of the cookie\n\t * @return {boolean} true if the cookie with the given name has the given value\n\t */\n\tisCookieSetToValue(name, value) {\n\t\tconst cookies = document.cookie.split(';')\n\t\tfor (let i = 0; i < cookies.length; i++) {\n\t\t\tconst cookie = cookies[i].split('=')\n\t\t\tif (cookie[0].trim() === name && cookie[1].trim() === value) {\n\t\t\t\treturn true\n\t\t\t}\n\t\t}\n\t\treturn false\n\t},\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nconst base = window._oc_debug\n\nexport const debug = base\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nlet webroot = window._oc_webroot\n\nif (typeof webroot === 'undefined') {\n\twebroot = location.pathname\n\tconst pos = webroot.indexOf('/index.php/')\n\tif (pos !== -1) {\n\t\twebroot = webroot.substr(0, pos)\n\t} else {\n\t\twebroot = webroot.substr(0, webroot.lastIndexOf('/'))\n\t}\n}\n\nexport default webroot\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport { subscribe } from '@nextcloud/event-bus'\n\nimport {\n\tajaxConnectionLostHandler,\n\tprocessAjaxError,\n\tregisterXHRForErrorProcessing,\n} from './xhr-error.js'\nimport Apps from './apps.js'\nimport { AppConfig, appConfig } from './appconfig.js'\nimport appswebroots from './appswebroots.js'\nimport Backbone from './backbone.js'\nimport {\n\tbasename,\n\tdirname,\n\tencodePath,\n\tisSamePath,\n\tjoinPaths,\n} from '@nextcloud/paths'\nimport {\n\tbuild as buildQueryString,\n\tparse as parseQueryString,\n} from './query-string.js'\nimport Config from './config.js'\nimport {\n\tcoreApps,\n\tmenuSpeed,\n\tPERMISSION_ALL,\n\tPERMISSION_CREATE,\n\tPERMISSION_DELETE,\n\tPERMISSION_NONE,\n\tPERMISSION_READ,\n\tPERMISSION_SHARE,\n\tPERMISSION_UPDATE,\n\tTAG_FAVORITE,\n} from './constants.js'\nimport { currentUser, getCurrentUser } from './currentuser.js'\nimport Dialogs from './dialogs.js'\nimport EventSource from './eventsource.js'\nimport { get, set } from './get_set.js'\nimport { getCapabilities } from './capabilities.js'\nimport {\n\tgetHost,\n\tgetHostName,\n\tgetPort,\n\tgetProtocol,\n} from './host.js'\nimport {\n\tgetToken as getRequestToken,\n} from './requesttoken.js'\nimport {\n\thideMenus,\n\tregisterMenu,\n\tshowMenu,\n\tunregisterMenu,\n} from './menu.js'\nimport { isUserAdmin } from './admin.js'\nimport L10N from './l10n.js'\nimport {\n\tgetCanonicalLocale,\n\tgetLanguage,\n\tgetLocale,\n} from '@nextcloud/l10n'\n\nimport {\n\tgenerateUrl,\n\tgenerateFilePath,\n\tgenerateOcsUrl,\n\tgenerateRemoteUrl,\n\tgetRootUrl,\n\timagePath,\n\tlinkTo,\n} from '@nextcloud/router'\n\nimport {\n\tlinkToRemoteBase,\n} from './routing.js'\nimport msg from './msg.js'\nimport Notification from './notification.js'\nimport PasswordConfirmation from './password-confirmation.js'\nimport Plugins from './plugins.js'\nimport { theme } from './theme.js'\nimport Util from './util.js'\nimport { debug } from './debug.js'\nimport { redirect, reload } from './navigation.js'\nimport webroot from './webroot.js'\n\n/** @namespace OC */\nexport default {\n\t/*\n\t * Constants\n\t */\n\tcoreApps,\n\tmenuSpeed,\n\tPERMISSION_ALL,\n\tPERMISSION_CREATE,\n\tPERMISSION_DELETE,\n\tPERMISSION_NONE,\n\tPERMISSION_READ,\n\tPERMISSION_SHARE,\n\tPERMISSION_UPDATE,\n\tTAG_FAVORITE,\n\n\t/*\n\t * Deprecated helpers to be removed\n\t */\n\t/**\n\t * Check if a user file is allowed to be handled.\n\t *\n\t * @param {string} file to check\n\t * @return {boolean}\n\t * @deprecated 17.0.0\n\t */\n\tfileIsBlacklisted: file => !!(file.match(Config.blacklist_files_regex)),\n\tApps,\n\tAppConfig,\n\tappConfig,\n\tappswebroots,\n\tBackbone,\n\tconfig: Config,\n\t/**\n\t * Currently logged in user or null if none\n\t *\n\t * @type {string}\n\t * @deprecated use `getCurrentUser` from https://www.npmjs.com/package/@nextcloud/auth\n\t */\n\tcurrentUser,\n\tdialogs: Dialogs,\n\tEventSource,\n\t/**\n\t * Returns the currently logged in user or null if there is no logged in\n\t * user (public page mode)\n\t *\n\t * @since 9.0.0\n\t * @deprecated 19.0.0 use `getCurrentUser` from https://www.npmjs.com/package/@nextcloud/auth\n\t */\n\tgetCurrentUser,\n\tisUserAdmin,\n\tL10N,\n\n\t/**\n\t * Ajax error handlers\n\t *\n\t * @todo remove from here and keep internally -> requires new tests\n\t */\n\t_ajaxConnectionLostHandler: ajaxConnectionLostHandler,\n\t_processAjaxError: processAjaxError,\n\tregisterXHRForErrorProcessing,\n\n\t/**\n\t * Capabilities\n\t *\n\t * @type {Array}\n\t * @deprecated 20.0.0 use @nextcloud/capabilities instead\n\t */\n\tgetCapabilities,\n\n\t/*\n\t * Legacy menu helpers\n\t */\n\thideMenus,\n\tregisterMenu,\n\tshowMenu,\n\tunregisterMenu,\n\n\t/*\n\t * Path helpers\n\t */\n\t/**\n\t * @deprecated 18.0.0 use https://www.npmjs.com/package/@nextcloud/paths\n\t */\n\tbasename,\n\t/**\n\t * @deprecated 18.0.0 use https://www.npmjs.com/package/@nextcloud/paths\n\t */\n\tencodePath,\n\t/**\n\t * @deprecated 18.0.0 use https://www.npmjs.com/package/@nextcloud/paths\n\t */\n\tdirname,\n\t/**\n\t * @deprecated 18.0.0 use https://www.npmjs.com/package/@nextcloud/paths\n\t */\n\tisSamePath,\n\t/**\n\t * @deprecated 18.0.0 use https://www.npmjs.com/package/@nextcloud/paths\n\t */\n\tjoinPaths,\n\n\t/**\n\t * Host (url) helpers\n\t */\n\tgetHost,\n\tgetHostName,\n\tgetPort,\n\tgetProtocol,\n\n\t/**\n\t * @deprecated 20.0.0 use `getCanonicalLocale` from https://www.npmjs.com/package/@nextcloud/l10n\n\t */\n\tgetCanonicalLocale,\n\t/**\n\t * @deprecated 26.0.0 use `getLocale` from https://www.npmjs.com/package/@nextcloud/l10n\n\t */\n\tgetLocale,\n\t/**\n\t * @deprecated 26.0.0 use `getLanguage` from https://www.npmjs.com/package/@nextcloud/l10n\n\t */\n\tgetLanguage,\n\n\t/**\n\t * Query string helpers\n\t */\n\tbuildQueryString,\n\tparseQueryString,\n\n\tmsg,\n\tNotification,\n\t/**\n\t * @deprecated 28.0.0 use methods from '@nextcloud/password-confirmation'\n\t */\n\tPasswordConfirmation,\n\tPlugins,\n\ttheme,\n\tUtil,\n\tdebug,\n\t/**\n\t * @deprecated 19.0.0 use `generateFilePath` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tfilePath: generateFilePath,\n\t/**\n\t * @deprecated 19.0.0 use `generateUrl` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tgenerateUrl,\n\t/**\n\t * @deprecated 19.0.0 use https://lodash.com/docs#get\n\t */\n\tget: get(window),\n\t/**\n\t * @deprecated 19.0.0 use https://lodash.com/docs#set\n\t */\n\tset: set(window),\n\t/**\n\t * @deprecated 19.0.0 use `getRootUrl` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tgetRootPath: getRootUrl,\n\t/**\n\t * @deprecated 19.0.0 use `imagePath` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\timagePath,\n\tredirect,\n\treload,\n\trequestToken: getRequestToken(),\n\t/**\n\t * @deprecated 19.0.0 use `linkTo` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tlinkTo,\n\t/**\n\t * @param {string} service service name\n\t * @param {number} version OCS API version\n\t * @return {string} OCS API base path\n\t * @deprecated 19.0.0 use `generateOcsUrl` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tlinkToOCS: (service, version) => {\n\t\treturn generateOcsUrl(service, {}, {\n\t\t\tocsVersion: version || 1,\n\t\t}) + '/'\n\t},\n\t/**\n\t * @deprecated 19.0.0 use `generateRemoteUrl` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tlinkToRemote: generateRemoteUrl,\n\tlinkToRemoteBase,\n\t/**\n\t * Relative path to Nextcloud root.\n\t * For example: \"/nextcloud\"\n\t *\n\t * @type {string}\n\t *\n\t * @deprecated 19.0.0 use `getRootUrl` from https://www.npmjs.com/package/@nextcloud/router\n\t * @see OC#getRootPath\n\t */\n\twebroot,\n}\n\n// Keep the request token prop in sync\nsubscribe('csrf-token-update', e => {\n\tOC.requestToken = e.token\n\n\t// Logging might help debug (Sentry) issues\n\tconsole.info('OC.requestToken changed', e.token)\n})\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport { getCapabilities as realGetCapabilities } from '@nextcloud/capabilities'\n\n/**\n * Returns the capabilities\n *\n * @return {Array} capabilities\n *\n * @since 14.0.0\n */\nexport const getCapabilities = () => {\n\tOC.debug && console.warn('OC.getCapabilities is deprecated and will be removed in Nextcloud 21. See @nextcloud/capabilities')\n\treturn realGetCapabilities()\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nexport const getProtocol = () => window.location.protocol.split(':')[0]\n\n/**\n * Returns the host used to access this Nextcloud instance\n * Host is sometimes the same as the hostname but now always.\n *\n * Examples:\n * http://example.com => example.com\n * https://example.com => example.com\n * http://example.com:8080 => example.com:8080\n *\n * @return {string} host\n *\n * @since 8.2.0\n * @deprecated 17.0.0 use window.location.host directly\n */\nexport const getHost = () => window.location.host\n\n/**\n * Returns the hostname used to access this Nextcloud instance\n * The hostname is always stripped of the port\n *\n * @return {string} hostname\n * @since 9.0.0\n * @deprecated 17.0.0 use window.location.hostname directly\n */\nexport const getHostName = () => window.location.hostname\n\n/**\n * Returns the port number used to access this Nextcloud instance\n *\n * @return {number} port number\n *\n * @since 8.2.0\n * @deprecated 17.0.0 use window.location.port directly\n */\nexport const getPort = () => window.location.port\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nexport const get = context => name => {\n\tconst namespaces = name.split('.')\n\tconst tail = namespaces.pop()\n\n\tfor (let i = 0; i < namespaces.length; i++) {\n\t\tcontext = context[namespaces[i]]\n\t\tif (!context) {\n\t\t\treturn false\n\t\t}\n\t}\n\treturn context[tail]\n}\n\n/**\n * Set a variable by name\n *\n * @param {string} context context\n * @return {Function} setter\n * @deprecated 19.0.0 use https://lodash.com/docs#set\n */\nexport const set = context => (name, value) => {\n\tconst namespaces = name.split('.')\n\tconst tail = namespaces.pop()\n\n\tfor (let i = 0; i < namespaces.length; i++) {\n\t\tif (!context[namespaces[i]]) {\n\t\t\tcontext[namespaces[i]] = {}\n\t\t}\n\t\tcontext = context[namespaces[i]]\n\t}\n\tcontext[tail] = value\n\treturn value\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nexport const redirect = targetURL => { window.location = targetURL }\n\n/**\n * Reloads the current page\n *\n * @deprecated 17.0.0 use window.location.reload directly\n */\nexport const reload = () => { window.location.reload() }\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport $ from 'jquery'\nimport { emit } from '@nextcloud/event-bus'\nimport { loadState } from '@nextcloud/initial-state'\nimport { getCurrentUser } from '@nextcloud/auth'\nimport { generateUrl } from '@nextcloud/router'\n\nimport OC from './OC/index.js'\nimport { setToken as setRequestToken, getToken as getRequestToken } from './OC/requesttoken.js'\n\nlet config = null\n/**\n * The legacy jsunit tests overwrite OC.config before calling initCore\n * therefore we need to wait with assigning the config fallback until initCore calls initSessionHeartBeat\n */\nconst loadConfig = () => {\n\ttry {\n\t\tconfig = loadState('core', 'config')\n\t} catch (e) {\n\t\t// This fallback is just for our legacy jsunit tests since we have no way to mock loadState calls\n\t\tconfig = OC.config\n\t}\n}\n\n/**\n * session heartbeat (defaults to enabled)\n *\n * @return {boolean}\n */\nconst keepSessionAlive = () => {\n\treturn config.session_keepalive === undefined\n\t\t|| !!config.session_keepalive\n}\n\n/**\n * get interval in seconds\n *\n * @return {number}\n */\nconst getInterval = () => {\n\tlet interval = NaN\n\tif (config.session_lifetime) {\n\t\tinterval = Math.floor(config.session_lifetime / 2)\n\t}\n\n\t// minimum one minute, max 24 hours, default 15 minutes\n\treturn Math.min(\n\t\t24 * 3600,\n\t\tMath.max(\n\t\t\t60,\n\t\t\tisNaN(interval) ? 900 : interval,\n\t\t),\n\t)\n}\n\nconst getToken = async () => {\n\tconst url = generateUrl('/csrftoken')\n\n\t// Not using Axios here as Axios is not stubbable with the sinon fake server\n\t// see https://stackoverflow.com/questions/41516044/sinon-mocha-test-with-async-ajax-calls-didnt-return-promises\n\t// see js/tests/specs/coreSpec.js for the tests\n\tconst resp = await $.get(url)\n\n\treturn resp.token\n}\n\nconst poll = async () => {\n\ttry {\n\t\tconst token = await getToken()\n\t\tsetRequestToken(token)\n\t} catch (e) {\n\t\tconsole.error('session heartbeat failed', e)\n\t}\n}\n\nconst startPolling = () => {\n\tconst interval = setInterval(poll, getInterval() * 1000)\n\n\tconsole.info('session heartbeat polling started')\n\n\treturn interval\n}\n\nconst registerAutoLogout = () => {\n\tif (!config.auto_logout || !getCurrentUser()) {\n\t\treturn\n\t}\n\n\tlet lastActive = Date.now()\n\twindow.addEventListener('mousemove', e => {\n\t\tlastActive = Date.now()\n\t\tlocalStorage.setItem('lastActive', lastActive)\n\t})\n\n\twindow.addEventListener('touchstart', e => {\n\t\tlastActive = Date.now()\n\t\tlocalStorage.setItem('lastActive', lastActive)\n\t})\n\n\twindow.addEventListener('storage', e => {\n\t\tif (e.key !== 'lastActive') {\n\t\t\treturn\n\t\t}\n\t\tlastActive = e.newValue\n\t})\n\n\tlet intervalId = 0\n\tconst logoutCheck = () => {\n\t\tconst timeout = Date.now() - config.session_lifetime * 1000\n\t\tif (lastActive < timeout) {\n\t\t\tclearTimeout(intervalId)\n\t\t\tconsole.info('Inactivity timout reached, logging out')\n\t\t\tconst logoutUrl = generateUrl('/logout') + '?requesttoken=' + encodeURIComponent(getRequestToken())\n\t\t\twindow.location = logoutUrl\n\t\t}\n\t}\n\tintervalId = setInterval(logoutCheck, 1000)\n}\n\n/**\n * Calls the server periodically to ensure that session and CSRF\n * token doesn't expire\n */\nexport const initSessionHeartBeat = () => {\n\tloadConfig()\n\n\tregisterAutoLogout()\n\n\tif (!keepSessionAlive()) {\n\t\tconsole.info('session heartbeat disabled')\n\t\treturn\n\t}\n\tlet interval = startPolling()\n\n\twindow.addEventListener('online', async () => {\n\t\tconsole.info('browser is online again, resuming heartbeat')\n\t\tinterval = startPolling()\n\t\ttry {\n\t\t\tawait poll()\n\t\t\tconsole.info('session token successfully updated after resuming network')\n\n\t\t\t// Let apps know we're online and requests will have the new token\n\t\t\temit('networkOnline', {\n\t\t\t\tsuccess: true,\n\t\t\t})\n\t\t} catch (e) {\n\t\t\tconsole.error('could not update session token after resuming network', e)\n\n\t\t\t// Let apps know we're online but requests might have an outdated token\n\t\t\temit('networkOnline', {\n\t\t\t\tsuccess: false,\n\t\t\t})\n\t\t}\n\t})\n\twindow.addEventListener('offline', () => {\n\t\tconsole.info('browser is offline, stopping heartbeat')\n\n\t\t// Let apps know we're offline\n\t\temit('networkOffline', {})\n\n\t\tclearInterval(interval)\n\t\tconsole.info('session heartbeat polling stopped')\n\t})\n}\n","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('NcHeaderMenu',{staticClass:\"contactsmenu\",attrs:{\"id\":\"contactsmenu\",\"aria-label\":_vm.t('core', 'Search contacts')},on:{\"open\":_vm.handleOpen},scopedSlots:_vm._u([{key:\"trigger\",fn:function(){return [_c('Contacts',{staticClass:\"contactsmenu__trigger-icon\",attrs:{\"size\":20}})]},proxy:true}])},[_vm._v(\" \"),_c('div',{staticClass:\"contactsmenu__menu\"},[_c('div',{staticClass:\"contactsmenu__menu__input-wrapper\"},[_c('NcTextField',{ref:\"contactsMenuInput\",staticClass:\"contactsmenu__menu__search\",attrs:{\"id\":\"contactsmenu__menu__search\",\"value\":_vm.searchTerm,\"trailing-button-icon\":\"close\",\"label\":_vm.t('core', 'Search contacts'),\"trailing-button-label\":_vm.t('core','Reset search'),\"show-trailing-button\":_vm.searchTerm !== '',\"placeholder\":_vm.t('core', 'Search contacts …')},on:{\"update:value\":function($event){_vm.searchTerm=$event},\"input\":_vm.onInputDebounced,\"trailing-button-click\":_vm.onReset}})],1),_vm._v(\" \"),(_vm.error)?_c('NcEmptyContent',{attrs:{\"name\":_vm.t('core', 'Could not load your contacts')},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [_c('Magnify')]},proxy:true}],null,false,931131664)}):(_vm.loadingText)?_c('NcEmptyContent',{attrs:{\"name\":_vm.loadingText},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [_c('NcLoadingIcon')]},proxy:true}])}):(_vm.contacts.length === 0)?_c('NcEmptyContent',{attrs:{\"name\":_vm.t('core', 'No contacts found')},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [_c('Magnify')]},proxy:true}])}):_c('div',{staticClass:\"contactsmenu__menu__content\"},[_c('div',{attrs:{\"id\":\"contactsmenu-contacts\"}},[_c('ul',_vm._l((_vm.contacts),function(contact){return _c('Contact',{key:contact.id,attrs:{\"contact\":contact}})}),1)]),_vm._v(\" \"),(_vm.contactsAppEnabled)?_c('div',{staticClass:\"contactsmenu__menu__content__footer\"},[_c('NcButton',{attrs:{\"type\":\"tertiary\",\"href\":_vm.contactsAppURL}},[_vm._v(\"\\n\\t\\t\\t\\t\\t\"+_vm._s(_vm.t('core', 'Show all contacts'))+\"\\n\\t\\t\\t\\t\")])],1):(_vm.canInstallApp)?_c('div',{staticClass:\"contactsmenu__menu__content__footer\"},[_c('NcButton',{attrs:{\"type\":\"tertiary\",\"href\":_vm.contactsAppMgmtURL}},[_vm._v(\"\\n\\t\\t\\t\\t\\t\"+_vm._s(_vm.t('core', 'Install the Contacts app'))+\"\\n\\t\\t\\t\\t\")])],1):_vm._e()])],1)])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./Contacts.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./Contacts.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./Contacts.vue?vue&type=template&id=10f997f1\"\nimport script from \"./Contacts.vue?vue&type=script&lang=js\"\nexport * from \"./Contacts.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon contacts-icon\",attrs:{\"aria-hidden\":_vm.title ? null : 'true',\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M20,0H4V2H20V0M4,24H20V22H4V24M20,4H4A2,2 0 0,0 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6A2,2 0 0,0 20,4M12,6.75A2.25,2.25 0 0,1 14.25,9A2.25,2.25 0 0,1 12,11.25A2.25,2.25 0 0,1 9.75,9A2.25,2.25 0 0,1 12,6.75M17,17H7V15.5C7,13.83 10.33,13 12,13C13.67,13 17,13.83 17,15.5V17Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n\n\n\n\n\n","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Contact.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Contact.vue?vue&type=script&lang=js\"","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Contact.vue?vue&type=style&index=0&id=0ba3e584&prod&scoped=true&lang=scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Contact.vue?vue&type=style&index=0&id=0ba3e584&prod&scoped=true&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./Contact.vue?vue&type=template&id=0ba3e584&scoped=true\"\nimport script from \"./Contact.vue?vue&type=script&lang=js\"\nexport * from \"./Contact.vue?vue&type=script&lang=js\"\nimport style0 from \"./Contact.vue?vue&type=style&index=0&id=0ba3e584&prod&scoped=true&lang=scss\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"0ba3e584\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('li',{staticClass:\"contact\"},[_c('NcAvatar',{staticClass:\"contact__avatar\",attrs:{\"size\":44,\"user\":_vm.contact.isUser ? _vm.contact.uid : undefined,\"is-no-user\":!_vm.contact.isUser,\"disable-menu\":true,\"display-name\":_vm.contact.avatarLabel,\"preloaded-user-status\":_vm.preloadedUserStatus}}),_vm._v(\" \"),_c('a',{staticClass:\"contact__body\",attrs:{\"href\":_vm.contact.profileUrl || _vm.contact.topAction?.hyperlink}},[_c('div',{staticClass:\"contact__body__full-name\"},[_vm._v(_vm._s(_vm.contact.fullName))]),_vm._v(\" \"),(_vm.contact.lastMessage)?_c('div',{staticClass:\"contact__body__last-message\"},[_vm._v(_vm._s(_vm.contact.lastMessage))]):_vm._e(),_vm._v(\" \"),(_vm.contact.statusMessage)?_c('div',{staticClass:\"contact__body__status-message\"},[_vm._v(_vm._s(_vm.contact.statusMessage))]):_c('div',{staticClass:\"contact__body__email-address\"},[_vm._v(_vm._s(_vm.contact.emailAddresses[0]))])]),_vm._v(\" \"),(_vm.actions.length)?_c('NcActions',{attrs:{\"inline\":_vm.contact.topAction ? 1 : 0}},[_vm._l((_vm.actions),function(action,idx){return [(action.hyperlink !== '#')?_c('NcActionLink',{key:idx,staticClass:\"other-actions\",attrs:{\"href\":action.hyperlink},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [_c('img',{staticClass:\"contact__action__icon\",attrs:{\"aria-hidden\":\"true\",\"src\":action.icon}})]},proxy:true}],null,true)},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(action.title)+\"\\n\\t\\t\\t\")]):_c('NcActionText',{key:idx,staticClass:\"other-actions\",scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [_c('img',{staticClass:\"contact__action__icon\",attrs:{\"aria-hidden\":\"true\",\"src\":action.icon}})]},proxy:true}],null,true)},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(action.title)+\"\\n\\t\\t\\t\")])]})],2):_vm._e()],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport { getCurrentUser } from '@nextcloud/auth'\nimport { getLoggerBuilder } from '@nextcloud/logger'\n\nconst getLogger = user => {\n\tif (user === null) {\n\t\treturn getLoggerBuilder()\n\t\t\t.setApp('core')\n\t\t\t.build()\n\t}\n\treturn getLoggerBuilder()\n\t\t.setApp('core')\n\t\t.setUid(user.uid)\n\t\t.build()\n}\n\nexport default getLogger(getCurrentUser())\n\nexport const unifiedSearchLogger = getLoggerBuilder()\n\t.setApp('unified-search')\n\t.detectUser()\n\t.build()\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport L10n from '../OC/l10n.js'\nimport OC from '../OC/index.js'\n\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\tOC,\n\t\t}\n\t},\n\tmethods: {\n\t\tt: L10n.translate.bind(L10n),\n\t\tn: L10n.translatePlural.bind(L10n),\n\t},\n}\n","\n\n\n\n\n\n\n","import mod from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ContactsMenu.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ContactsMenu.vue?vue&type=script&lang=js\"","\n import API from \"!../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ContactsMenu.vue?vue&type=style&index=0&id=455d0c6a&prod&lang=scss&scoped=true\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ContactsMenu.vue?vue&type=style&index=0&id=455d0c6a&prod&lang=scss&scoped=true\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./ContactsMenu.vue?vue&type=template&id=455d0c6a&scoped=true\"\nimport script from \"./ContactsMenu.vue?vue&type=script&lang=js\"\nexport * from \"./ContactsMenu.vue?vue&type=script&lang=js\"\nimport style0 from \"./ContactsMenu.vue?vue&type=style&index=0&id=455d0c6a&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"455d0c6a\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('nav',{ref:\"appMenu\",staticClass:\"app-menu\",attrs:{\"aria-label\":_vm.t('core', 'Applications menu')}},[_c('ul',{staticClass:\"app-menu__list\",attrs:{\"aria-label\":_vm.t('core', 'Apps')}},_vm._l((_vm.mainAppList),function(app){return _c('AppMenuEntry',{key:app.id,attrs:{\"app\":app}})}),1),_vm._v(\" \"),_c('NcActions',{staticClass:\"app-menu__overflow\",attrs:{\"aria-label\":_vm.t('core', 'More apps')}},_vm._l((_vm.popoverAppList),function(app){return _c('NcActionLink',{key:app.id,staticClass:\"app-menu__overflow-entry\",attrs:{\"aria-current\":app.active ? 'page' : false,\"href\":app.href,\"icon\":app.icon}},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(app.name)+\"\\n\\t\\t\")])}),1)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./Circle.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./Circle.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./Circle.vue?vue&type=template&id=cd98ea1e\"\nimport script from \"./Circle.vue?vue&type=script&lang=js\"\nexport * from \"./Circle.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon circle-icon\",attrs:{\"aria-hidden\":_vm.title ? null : 'true',\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppMenuIcon.vue?vue&type=script&setup=true&lang=ts\"; export default mod; export * from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppMenuIcon.vue?vue&type=script&setup=true&lang=ts\"","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('span',{staticClass:\"app-menu-icon\",attrs:{\"role\":\"img\",\"aria-hidden\":_setup.ariaHidden,\"aria-label\":_setup.ariaLabel}},[_c('img',{staticClass:\"app-menu-icon__icon\",attrs:{\"src\":_vm.app.icon,\"alt\":\"\"}}),_vm._v(\" \"),(_vm.app.unread)?_c(_setup.IconDot,{staticClass:\"app-menu-icon__unread\",attrs:{\"size\":10}}):_vm._e()],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n import API from \"!../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppMenuIcon.vue?vue&type=style&index=0&id=e7078f90&prod&scoped=true&lang=scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppMenuIcon.vue?vue&type=style&index=0&id=e7078f90&prod&scoped=true&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./AppMenuIcon.vue?vue&type=template&id=e7078f90&scoped=true\"\nimport script from \"./AppMenuIcon.vue?vue&type=script&setup=true&lang=ts\"\nexport * from \"./AppMenuIcon.vue?vue&type=script&setup=true&lang=ts\"\nimport style0 from \"./AppMenuIcon.vue?vue&type=style&index=0&id=e7078f90&prod&scoped=true&lang=scss\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"e7078f90\",\n null\n \n)\n\nexport default component.exports","import mod from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppMenuEntry.vue?vue&type=script&setup=true&lang=ts\"; export default mod; export * from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppMenuEntry.vue?vue&type=script&setup=true&lang=ts\"","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('li',{ref:\"containerElement\",staticClass:\"app-menu-entry\",class:{\n\t\t'app-menu-entry--active': _vm.app.active,\n\t\t'app-menu-entry--truncated': _setup.needsSpace,\n\t}},[_c('a',{staticClass:\"app-menu-entry__link\",attrs:{\"href\":_vm.app.href,\"title\":_vm.app.name,\"aria-current\":_vm.app.active ? 'page' : false,\"target\":_vm.app.target ? '_blank' : undefined,\"rel\":_vm.app.target ? 'noopener noreferrer' : undefined}},[_c(_setup.AppMenuIcon,{staticClass:\"app-menu-entry__icon\",attrs:{\"app\":_vm.app}}),_vm._v(\" \"),_c('span',{ref:\"labelElement\",staticClass:\"app-menu-entry__label\"},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.app.name)+\"\\n\\t\\t\")])],1)])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n import API from \"!../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppMenuEntry.vue?vue&type=style&index=0&id=22dcd4f7&prod&scoped=true&lang=scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppMenuEntry.vue?vue&type=style&index=0&id=22dcd4f7&prod&scoped=true&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","\n import API from \"!../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppMenuEntry.vue?vue&type=style&index=1&id=22dcd4f7&prod&lang=scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppMenuEntry.vue?vue&type=style&index=1&id=22dcd4f7&prod&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./AppMenuEntry.vue?vue&type=template&id=22dcd4f7&scoped=true\"\nimport script from \"./AppMenuEntry.vue?vue&type=script&setup=true&lang=ts\"\nexport * from \"./AppMenuEntry.vue?vue&type=script&setup=true&lang=ts\"\nimport style0 from \"./AppMenuEntry.vue?vue&type=style&index=0&id=22dcd4f7&prod&scoped=true&lang=scss\"\nimport style1 from \"./AppMenuEntry.vue?vue&type=style&index=1&id=22dcd4f7&prod&lang=scss\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"22dcd4f7\",\n null\n \n)\n\nexport default component.exports","import mod from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppMenu.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppMenu.vue?vue&type=script&lang=ts\"","\n import API from \"!../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppMenu.vue?vue&type=style&index=0&id=7661a89b&prod&scoped=true&lang=scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppMenu.vue?vue&type=style&index=0&id=7661a89b&prod&scoped=true&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./AppMenu.vue?vue&type=template&id=7661a89b&scoped=true\"\nimport script from \"./AppMenu.vue?vue&type=script&lang=ts\"\nexport * from \"./AppMenu.vue?vue&type=script&lang=ts\"\nimport style0 from \"./AppMenu.vue?vue&type=style&index=0&id=7661a89b&prod&scoped=true&lang=scss\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"7661a89b\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('NcListItem',{attrs:{\"id\":_vm.profileEnabled ? undefined : _vm.id,\"anchor-id\":_vm.id,\"active\":_vm.active,\"compact\":\"\",\"href\":_vm.profileEnabled ? _vm.href : undefined,\"name\":_vm.displayName,\"target\":\"_self\"},scopedSlots:_vm._u([(_vm.profileEnabled)?{key:\"subname\",fn:function(){return [_vm._v(\"\\n\\t\\t\"+_vm._s(_vm.name)+\"\\n\\t\")]},proxy:true}:null,(_vm.loading)?{key:\"indicator\",fn:function(){return [_c('NcLoadingIcon')]},proxy:true}:null],null,true)})\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AccountMenuProfileEntry.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AccountMenuProfileEntry.vue?vue&type=script&lang=ts\"","import { render, staticRenderFns } from \"./AccountMenuProfileEntry.vue?vue&type=template&id=348dadc6\"\nimport script from \"./AccountMenuProfileEntry.vue?vue&type=script&lang=ts\"\nexport * from \"./AccountMenuProfileEntry.vue?vue&type=script&lang=ts\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","\n\n\n\n\n\n\n","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AccountMenuEntry.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AccountMenuEntry.vue?vue&type=script&lang=js\"","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AccountMenuEntry.vue?vue&type=style&index=0&id=2e0a74a6&prod&lang=scss&scoped=true\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AccountMenuEntry.vue?vue&type=style&index=0&id=2e0a74a6&prod&lang=scss&scoped=true\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./AccountMenuEntry.vue?vue&type=template&id=2e0a74a6&scoped=true\"\nimport script from \"./AccountMenuEntry.vue?vue&type=script&lang=js\"\nexport * from \"./AccountMenuEntry.vue?vue&type=script&lang=js\"\nimport style0 from \"./AccountMenuEntry.vue?vue&type=style&index=0&id=2e0a74a6&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"2e0a74a6\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('NcListItem',{staticClass:\"account-menu-entry\",attrs:{\"id\":_vm.href ? undefined : _vm.id,\"anchor-id\":_vm.id,\"active\":_vm.active,\"compact\":\"\",\"href\":_vm.href,\"name\":_vm.name,\"target\":\"_self\"},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [_c('img',{staticClass:\"account-menu-entry__icon\",class:{ 'account-menu-entry__icon--active': _vm.active },attrs:{\"src\":_vm.iconSource,\"alt\":\"\"}})]},proxy:true},(_vm.loading)?{key:\"indicator\",fn:function(){return [_c('NcLoadingIcon')]},proxy:true}:null],null,true)})\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('NcHeaderMenu',{staticClass:\"account-menu\",attrs:{\"id\":\"user-menu\",\"is-nav\":\"\",\"aria-label\":_vm.t('core', 'Settings menu'),\"description\":_vm.avatarDescription},scopedSlots:_vm._u([{key:\"trigger\",fn:function(){return [_c('NcAvatar',{key:String(_vm.showUserStatus),staticClass:\"account-menu__avatar\",attrs:{\"disable-menu\":\"\",\"disable-tooltip\":\"\",\"show-user-status\":_vm.showUserStatus,\"user\":_vm.currentUserId,\"preloaded-user-status\":_vm.userStatus}})]},proxy:true}])},[_vm._v(\" \"),_c('ul',{staticClass:\"account-menu__list\"},[_c('AccountMenuProfileEntry',{attrs:{\"id\":_vm.profileEntry.id,\"name\":_vm.profileEntry.name,\"href\":_vm.profileEntry.href,\"active\":_vm.profileEntry.active}}),_vm._v(\" \"),_vm._l((_vm.otherEntries),function(entry){return _c('AccountMenuEntry',{key:entry.id,attrs:{\"id\":entry.id,\"name\":entry.name,\"href\":entry.href,\"active\":entry.active,\"icon\":entry.icon}})})],2)])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/**\n * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport { translate as t } from '@nextcloud/l10n'\n\n/**\n * Returns a list of all user-definable statuses\n *\n * @return {object[]}\n */\nconst getAllStatusOptions = () => {\n\treturn [{\n\t\ttype: 'online',\n\t\tlabel: t('user_status', 'Online'),\n\t}, {\n\t\ttype: 'away',\n\t\tlabel: t('user_status', 'Away'),\n\t}, {\n\t\ttype: 'dnd',\n\t\tlabel: t('user_status', 'Do not disturb'),\n\t\tsubline: t('user_status', 'Mute all notifications'),\n\t}, {\n\t\ttype: 'invisible',\n\t\tlabel: t('user_status', 'Invisible'),\n\t\tsubline: t('user_status', 'Appear offline'),\n\t}]\n}\n\nexport {\n\tgetAllStatusOptions,\n}\n","import mod from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AccountMenu.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AccountMenu.vue?vue&type=script&lang=ts\"","\n import API from \"!../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AccountMenu.vue?vue&type=style&index=0&id=a886d77a&prod&lang=scss&scoped=true\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AccountMenu.vue?vue&type=style&index=0&id=a886d77a&prod&lang=scss&scoped=true\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./AccountMenu.vue?vue&type=template&id=a886d77a&scoped=true\"\nimport script from \"./AccountMenu.vue?vue&type=script&lang=ts\"\nexport * from \"./AccountMenu.vue?vue&type=script&lang=ts\"\nimport style0 from \"./AccountMenu.vue?vue&type=style&index=0&id=a886d77a&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"a886d77a\",\n null\n \n)\n\nexport default component.exports","/**\n * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport { getCurrentUser } from '@nextcloud/auth'\nimport { generateUrl, getRootUrl } from '@nextcloud/router'\n\n/**\n *\n * @param {string} url the URL to check\n * @return {boolean}\n */\nconst isRelativeUrl = (url) => {\n\treturn !url.startsWith('https://') && !url.startsWith('http://')\n}\n\n/**\n * @param {string} url The URL to check\n * @return {boolean} true if the URL points to this nextcloud instance\n */\nconst isNextcloudUrl = (url) => {\n\tconst nextcloudBaseUrl = window.location.protocol + '//' + window.location.host + getRootUrl()\n\t// if the URL is absolute and starts with the baseUrl+rootUrl\n\t// OR if the URL is relative and starts with rootUrl\n\treturn url.startsWith(nextcloudBaseUrl)\n\t\t|| (isRelativeUrl(url) && url.startsWith(getRootUrl()))\n}\n\n/**\n * Check if a user was logged in but is now logged-out.\n * If this is the case then the user will be forwarded to the login page.\n * @returns {Promise}\n */\nasync function checkLoginStatus() {\n\t// skip if no logged in user\n\tif (getCurrentUser() === null) {\n\t\treturn\n\t}\n\n\t// skip if already running\n\tif (checkLoginStatus.running === true) {\n\t\treturn\n\t}\n\n\t// only run one request in parallel\n\tcheckLoginStatus.running = true\n\n\ttry {\n\t\t// We need to check this as a 401 in the first place could also come from other reasons\n\t\tconst { status } = await window.fetch(generateUrl('/apps/files'))\n\t\tif (status === 401) {\n\t\t\tconsole.warn('User session was terminated, forwarding to login page.')\n\t\t\twindow.location = generateUrl('/login?redirect_url={url}', {\n\t\t\t\turl: window.location.pathname + window.location.search + window.location.hash,\n\t\t\t})\n\t\t}\n\t} catch (error) {\n\t\tconsole.warn('Could not check login-state')\n\t} finally {\n\t\tdelete checkLoginStatus.running\n\t}\n}\n\n/**\n * Intercept XMLHttpRequest and fetch API calls to add X-Requested-With header\n *\n * This is also done in @nextcloud/axios but not all requests pass through that\n */\nexport const interceptRequests = () => {\n\tXMLHttpRequest.prototype.open = (function(open) {\n\t\treturn function(method, url, async) {\n\t\t\topen.apply(this, arguments)\n\t\t\tif (isNextcloudUrl(url)) {\n\t\t\t\tif (!this.getResponseHeader('X-Requested-With')) {\n\t\t\t\t\tthis.setRequestHeader('X-Requested-With', 'XMLHttpRequest')\n\t\t\t\t}\n\t\t\t\tthis.addEventListener('loadend', function() {\n\t\t\t\t\tif (this.status === 401) {\n\t\t\t\t\t\tcheckLoginStatus()\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t}\n\t\t}\n\t})(XMLHttpRequest.prototype.open)\n\n\twindow.fetch = (function(fetch) {\n\t\treturn async (resource, options) => {\n\t\t\t// fetch allows the `input` to be either a Request object or any stringifyable value\n\t\t\tif (!isNextcloudUrl(resource.url ?? resource.toString())) {\n\t\t\t\treturn await fetch(resource, options)\n\t\t\t}\n\t\t\tif (!options) {\n\t\t\t\toptions = {}\n\t\t\t}\n\t\t\tif (!options.headers) {\n\t\t\t\toptions.headers = new Headers()\n\t\t\t}\n\n\t\t\tif (options.headers instanceof Headers && !options.headers.has('X-Requested-With')) {\n\t\t\t\toptions.headers.append('X-Requested-With', 'XMLHttpRequest')\n\t\t\t} else if (options.headers instanceof Object && !options.headers['X-Requested-With']) {\n\t\t\t\toptions.headers['X-Requested-With'] = 'XMLHttpRequest'\n\t\t\t}\n\n\t\t\tconst response = await fetch(resource, options)\n\t\t\tif (response.status === 401) {\n\t\t\t\tcheckLoginStatus()\n\t\t\t}\n\t\t\treturn response\n\t\t}\n\t})(window.fetch)\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\n/* globals Snap */\nimport _ from 'underscore'\nimport $ from 'jquery'\nimport moment from 'moment'\n\nimport { initSessionHeartBeat } from './session-heartbeat.js'\nimport OC from './OC/index.js'\nimport { setUp as setUpContactsMenu } from './components/ContactsMenu.js'\nimport { setUp as setUpMainMenu } from './components/MainMenu.js'\nimport { setUp as setUpUserMenu } from './components/UserMenu.js'\nimport { interceptRequests } from './utils/xhr-request.js'\n\n// keep in sync with core/css/variables.scss\nconst breakpointMobileWidth = 1024\n\nconst initLiveTimestamps = () => {\n\t// Update live timestamps every 30 seconds\n\tsetInterval(() => {\n\t\t$('.live-relative-timestamp').each(function() {\n\t\t\tconst timestamp = parseInt($(this).attr('data-timestamp'), 10)\n\t\t\t$(this).text(moment(timestamp).fromNow())\n\t\t})\n\t}, 30 * 1000)\n}\n\n/**\n * Moment doesn't have aliases for every locale and doesn't parse some locale IDs correctly so we need to alias them\n */\nconst localeAliases = {\n\tzh: 'zh-cn',\n\tzh_Hans: 'zh-cn',\n\tzh_Hans_CN: 'zh-cn',\n\tzh_Hans_HK: 'zh-cn',\n\tzh_Hans_MO: 'zh-cn',\n\tzh_Hans_SG: 'zh-cn',\n\tzh_Hant: 'zh-hk',\n\tzh_Hant_HK: 'zh-hk',\n\tzh_Hant_MO: 'zh-mo',\n\tzh_Hant_TW: 'zh-tw',\n}\nlet locale = OC.getLocale()\nif (Object.prototype.hasOwnProperty.call(localeAliases, locale)) {\n\tlocale = localeAliases[locale]\n}\n\n/**\n * Set users locale to moment.js as soon as possible\n */\nmoment.locale(locale)\n\n/**\n * Initializes core\n */\nexport const initCore = () => {\n\tinterceptRequests()\n\n\t$(window).on('unload.main', () => { OC._unloadCalled = true })\n\t$(window).on('beforeunload.main', () => {\n\t\t// super-trick thanks to http://stackoverflow.com/a/4651049\n\t\t// in case another handler displays a confirmation dialog (ex: navigating away\n\t\t// during an upload), there are two possible outcomes: user clicked \"ok\" or\n\t\t// \"cancel\"\n\n\t\t// first timeout handler is called after unload dialog is closed\n\t\tsetTimeout(() => {\n\t\t\tOC._userIsNavigatingAway = true\n\n\t\t\t// second timeout event is only called if user cancelled (Chrome),\n\t\t\t// but in other browsers it might still be triggered, so need to\n\t\t\t// set a higher delay...\n\t\t\tsetTimeout(() => {\n\t\t\t\tif (!OC._unloadCalled) {\n\t\t\t\t\tOC._userIsNavigatingAway = false\n\t\t\t\t}\n\t\t\t}, 10000)\n\t\t}, 1)\n\t})\n\t$(document).on('ajaxError.main', function(event, request, settings) {\n\t\tif (settings && settings.allowAuthErrors) {\n\t\t\treturn\n\t\t}\n\t\tOC._processAjaxError(request)\n\t})\n\n\tinitSessionHeartBeat()\n\n\tOC.registerMenu($('#expand'), $('#expanddiv'), false, true)\n\n\t// toggle for menus\n\t$(document).on('mouseup.closemenus', event => {\n\t\tconst $el = $(event.target)\n\t\tif ($el.closest('.menu').length || $el.closest('.menutoggle').length) {\n\t\t\t// don't close when clicking on the menu directly or a menu toggle\n\t\t\treturn false\n\t\t}\n\n\t\tOC.hideMenus()\n\t})\n\n\tsetUpMainMenu()\n\tsetUpUserMenu()\n\tsetUpContactsMenu()\n\n\t// just add snapper for logged in users\n\t// and if the app doesn't handle the nav slider itself\n\tif ($('#app-navigation').length && !$('html').hasClass('lte9')\n\t\t&& !$('#app-content').hasClass('no-snapper')) {\n\n\t\t// App sidebar on mobile\n\t\tconst snapper = new Snap({\n\t\t\telement: document.getElementById('app-content'),\n\t\t\tdisable: 'right',\n\t\t\tmaxPosition: 300, // $navigation-width\n\t\t\tminDragDistance: 100,\n\t\t})\n\n\t\t$('#app-content').prepend('
            ')\n\n\t\t// keep track whether snapper is currently animating, and\n\t\t// prevent to call open or close while that is the case\n\t\t// to avoid duplicating events (snap.js doesn't check this)\n\t\tlet animating = false\n\t\tsnapper.on('animating', () => {\n\t\t\t// we need this because the trigger button\n\t\t\t// is also implicitly wired to close by snapper\n\t\t\tanimating = true\n\t\t})\n\t\tsnapper.on('animated', () => {\n\t\t\tanimating = false\n\t\t})\n\t\tsnapper.on('start', () => {\n\t\t\t// we need this because dragging triggers that\n\t\t\tanimating = true\n\t\t})\n\t\tsnapper.on('end', () => {\n\t\t\t// we need this because dragging stop triggers that\n\t\t\tanimating = false\n\t\t})\n\t\tsnapper.on('open', () => {\n\t\t\t$appNavigation.attr('aria-hidden', 'false')\n\t\t})\n\t\tsnapper.on('close', () => {\n\t\t\t$appNavigation.attr('aria-hidden', 'true')\n\t\t})\n\n\t\t// These are necessary because calling open or close\n\t\t// on snapper during an animation makes it trigger an\n\t\t// unfinishable animation, which itself will continue\n\t\t// triggering animating events and cause high CPU load,\n\t\t//\n\t\t// Ref https://github.com/jakiestfu/Snap.js/issues/216\n\t\tconst oldSnapperOpen = snapper.open\n\t\tconst oldSnapperClose = snapper.close\n\t\tconst _snapperOpen = () => {\n\t\t\tif (animating || snapper.state().state !== 'closed') {\n\t\t\t\treturn\n\t\t\t}\n\t\t\toldSnapperOpen('left')\n\t\t}\n\n\t\tconst _snapperClose = () => {\n\t\t\tif (animating || snapper.state().state === 'closed') {\n\t\t\t\treturn\n\t\t\t}\n\t\t\toldSnapperClose()\n\t\t}\n\n\t\t// Needs to be deferred to properly catch in-between\n\t\t// events that snap.js is triggering after dragging.\n\t\t//\n\t\t// Skipped when running unit tests as we are not testing\n\t\t// the snap.js workarounds...\n\t\tif (!window.TESTING) {\n\t\t\tsnapper.open = () => {\n\t\t\t\t_.defer(_snapperOpen)\n\t\t\t}\n\t\t\tsnapper.close = () => {\n\t\t\t\t_.defer(_snapperClose)\n\t\t\t}\n\t\t}\n\n\t\t$('#app-navigation-toggle').click((e) => {\n\t\t\t// close is implicit in the button by snap.js\n\t\t\tif (snapper.state().state !== 'left') {\n\t\t\t\tsnapper.open()\n\t\t\t}\n\t\t})\n\t\t$('#app-navigation-toggle').keypress(e => {\n\t\t\tif (snapper.state().state === 'left') {\n\t\t\t\tsnapper.close()\n\t\t\t} else {\n\t\t\t\tsnapper.open()\n\t\t\t}\n\t\t})\n\n\t\t// close sidebar when switching navigation entry\n\t\tconst $appNavigation = $('#app-navigation')\n\t\t$appNavigation.attr('aria-hidden', 'true')\n\t\t$appNavigation.delegate('a, :button', 'click', event => {\n\t\t\tconst $target = $(event.target)\n\t\t\t// don't hide navigation when changing settings or adding things\n\t\t\tif ($target.is('.app-navigation-noclose')\n\t\t\t\t|| $target.closest('.app-navigation-noclose').length) {\n\t\t\t\treturn\n\t\t\t}\n\t\t\tif ($target.is('.app-navigation-entry-utils-menu-button')\n\t\t\t\t|| $target.closest('.app-navigation-entry-utils-menu-button').length) {\n\t\t\t\treturn\n\t\t\t}\n\t\t\tif ($target.is('.add-new')\n\t\t\t\t|| $target.closest('.add-new').length) {\n\t\t\t\treturn\n\t\t\t}\n\t\t\tif ($target.is('#app-settings')\n\t\t\t\t|| $target.closest('#app-settings').length) {\n\t\t\t\treturn\n\t\t\t}\n\t\t\tsnapper.close()\n\t\t})\n\n\t\tlet navigationBarSlideGestureEnabled = false\n\t\tlet navigationBarSlideGestureAllowed = true\n\t\tlet navigationBarSlideGestureEnablePending = false\n\n\t\tOC.allowNavigationBarSlideGesture = () => {\n\t\t\tnavigationBarSlideGestureAllowed = true\n\n\t\t\tif (navigationBarSlideGestureEnablePending) {\n\t\t\t\tsnapper.enable()\n\n\t\t\t\tnavigationBarSlideGestureEnabled = true\n\t\t\t\tnavigationBarSlideGestureEnablePending = false\n\t\t\t}\n\t\t}\n\n\t\tOC.disallowNavigationBarSlideGesture = () => {\n\t\t\tnavigationBarSlideGestureAllowed = false\n\n\t\t\tif (navigationBarSlideGestureEnabled) {\n\t\t\t\tconst endCurrentDrag = true\n\t\t\t\tsnapper.disable(endCurrentDrag)\n\n\t\t\t\tnavigationBarSlideGestureEnabled = false\n\t\t\t\tnavigationBarSlideGestureEnablePending = true\n\t\t\t}\n\t\t}\n\n\t\tconst toggleSnapperOnSize = () => {\n\t\t\tif ($(window).width() > breakpointMobileWidth) {\n\t\t\t\t$appNavigation.attr('aria-hidden', 'false')\n\t\t\t\tsnapper.close()\n\t\t\t\tsnapper.disable()\n\n\t\t\t\tnavigationBarSlideGestureEnabled = false\n\t\t\t\tnavigationBarSlideGestureEnablePending = false\n\t\t\t} else if (navigationBarSlideGestureAllowed) {\n\t\t\t\tsnapper.enable()\n\n\t\t\t\tnavigationBarSlideGestureEnabled = true\n\t\t\t\tnavigationBarSlideGestureEnablePending = false\n\t\t\t} else {\n\t\t\t\tnavigationBarSlideGestureEnablePending = true\n\t\t\t}\n\t\t}\n\n\t\t$(window).resize(_.debounce(toggleSnapperOnSize, 250))\n\n\t\t// initial call\n\t\ttoggleSnapperOnSize()\n\n\t}\n\n\tinitLiveTimestamps()\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport { translate as t, translatePlural as n } from '@nextcloud/l10n'\nimport Vue from 'vue'\n\nimport AppMenu from './AppMenu.vue'\n\nexport const setUp = () => {\n\n\tVue.mixin({\n\t\tmethods: {\n\t\t\tt,\n\t\t\tn,\n\t\t},\n\t})\n\n\tconst container = document.getElementById('header-left__appmenu')\n\tif (!container) {\n\t\t// no container, possibly we're on a public page\n\t\treturn\n\t}\n\tconst AppMenuApp = Vue.extend(AppMenu)\n\tconst appMenu = new AppMenuApp({}).$mount(container)\n\n\tObject.assign(OC, {\n\t\tsetNavigationCounter(id, counter) {\n\t\t\tappMenu.setNavigationCounter(id, counter)\n\t\t},\n\t})\n\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport Vue from 'vue'\n\nimport AccountMenu from '../views/AccountMenu.vue'\n\nexport const setUp = () => {\n\tconst mountPoint = document.getElementById('user-menu')\n\tif (mountPoint) {\n\t\t// eslint-disable-next-line no-new\n\t\tnew Vue({\n\t\t\tel: mountPoint,\n\t\t\trender: h => h(AccountMenu),\n\t\t})\n\t}\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport Vue from 'vue'\n\nimport ContactsMenu from '../views/ContactsMenu.vue'\n\n/**\n * @todo move to contacts menu code https://github.com/orgs/nextcloud/projects/31#card-21213129\n */\nexport const setUp = () => {\n\tconst mountPoint = document.getElementById('contactsmenu')\n\tif (mountPoint) {\n\t\t// eslint-disable-next-line no-new\n\t\tnew Vue({\n\t\t\tel: mountPoint,\n\t\t\trender: h => h(ContactsMenu),\n\t\t})\n\t}\n}\n","\n import API from \"!../style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../css-loader/dist/cjs.js!./jquery-ui.css\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../css-loader/dist/cjs.js!./jquery-ui.css\";\n export default content && content.locals ? content.locals : undefined;\n","\n import API from \"!../style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../css-loader/dist/cjs.js!./jquery-ui.theme.css\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../css-loader/dist/cjs.js!./jquery-ui.theme.css\";\n export default content && content.locals ? content.locals : undefined;\n","\n import API from \"!../style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../css-loader/dist/cjs.js!./select2.css\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../css-loader/dist/cjs.js!./select2.css\";\n export default content && content.locals ? content.locals : undefined;\n","\n import API from \"!../style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../css-loader/dist/cjs.js!./strengthify.css\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../css-loader/dist/cjs.js!./strengthify.css\";\n export default content && content.locals ? content.locals : undefined;\n","/**\n * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport $ from 'jquery'\n\n/*\n * Detects links:\n * Either the http(s) protocol is given or two strings, basically limited to ascii with the last\n * word being at least one digit long,\n * followed by at least another character\n *\n * The downside: anything not ascii is excluded. Not sure how common it is in areas using different\n * alphabets… the upside: fake domains with similar looking characters won't be formatted as links\n *\n * This is a copy of the backend regex in IURLGenerator, make sure to adjust both when changing\n */\nconst urlRegex = /(\\s|^)(https?:\\/\\/)([-A-Z0-9+_.]+(?::[0-9]+)?(?:\\/[-A-Z0-9+&@#%?=~_|!:,.;()]*)*)(\\s|$)/ig\n\n/**\n * @param {any} content -\n */\nexport function plainToRich(content) {\n\treturn this.formatLinksRich(content)\n}\n\n/**\n * @param {any} content -\n */\nexport function richToPlain(content) {\n\treturn this.formatLinksPlain(content)\n}\n\n/**\n * @param {any} content -\n */\nexport function formatLinksRich(content) {\n\treturn content.replace(urlRegex, function(_, leadingSpace, protocol, url, trailingSpace) {\n\t\tlet linkText = url\n\t\tif (!protocol) {\n\t\t\tprotocol = 'https://'\n\t\t} else if (protocol === 'http://') {\n\t\t\tlinkText = protocol + url\n\t\t}\n\n\t\treturn leadingSpace + '' + linkText + '' + trailingSpace\n\t})\n}\n\n/**\n * @param {any} content -\n */\nexport function formatLinksPlain(content) {\n\tconst $content = $('
            ').html(content)\n\t$content.find('a').each(function() {\n\t\tconst $this = $(this)\n\t\t$this.html($this.attr('href'))\n\t})\n\treturn $content.html()\n}\n","/**\n * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport _ from 'underscore'\nimport $ from 'jquery'\nimport { generateOcsUrl } from '@nextcloud/router'\n\n/**\n * @param {any} options -\n */\nexport function query(options) {\n\toptions = options || {}\n\tconst dismissOptions = options.dismiss || {}\n\t$.ajax({\n\t\ttype: 'GET',\n\t\turl: options.url || generateOcsUrl('core/whatsnew?format=json'),\n\t\tsuccess: options.success || function(data, statusText, xhr) {\n\t\t\tonQuerySuccess(data, statusText, xhr, dismissOptions)\n\t\t},\n\t\terror: options.error || onQueryError,\n\t})\n}\n\n/**\n * @param {any} version -\n * @param {any} options -\n */\nexport function dismiss(version, options) {\n\toptions = options || {}\n\t$.ajax({\n\t\ttype: 'POST',\n\t\turl: options.url || generateOcsUrl('core/whatsnew'),\n\t\tdata: { version: encodeURIComponent(version) },\n\t\tsuccess: options.success || onDismissSuccess,\n\t\terror: options.error || onDismissError,\n\t})\n\t// remove element immediately\n\t$('.whatsNewPopover').remove()\n}\n\n/**\n * @param {any} data -\n * @param {any} statusText -\n * @param {any} xhr -\n * @param {any} dismissOptions -\n */\nfunction onQuerySuccess(data, statusText, xhr, dismissOptions) {\n\tconsole.debug('querying Whats New data was successful: ' + statusText)\n\tconsole.debug(data)\n\n\tif (xhr.status !== 200) {\n\t\treturn\n\t}\n\n\tlet item, menuItem, text, icon\n\n\tconst div = document.createElement('div')\n\tdiv.classList.add('popovermenu', 'open', 'whatsNewPopover', 'menu-left')\n\n\tconst list = document.createElement('ul')\n\n\t// header\n\titem = document.createElement('li')\n\tmenuItem = document.createElement('span')\n\tmenuItem.className = 'menuitem'\n\n\ttext = document.createElement('span')\n\ttext.innerText = t('core', 'New in') + ' ' + data.ocs.data.product\n\ttext.className = 'caption'\n\tmenuItem.appendChild(text)\n\n\ticon = document.createElement('span')\n\ticon.className = 'icon-close'\n\ticon.onclick = function() {\n\t\tdismiss(data.ocs.data.version, dismissOptions)\n\t}\n\tmenuItem.appendChild(icon)\n\n\titem.appendChild(menuItem)\n\tlist.appendChild(item)\n\n\t// Highlights\n\tfor (const i in data.ocs.data.whatsNew.regular) {\n\t\tconst whatsNewTextItem = data.ocs.data.whatsNew.regular[i]\n\t\titem = document.createElement('li')\n\n\t\tmenuItem = document.createElement('span')\n\t\tmenuItem.className = 'menuitem'\n\n\t\ticon = document.createElement('span')\n\t\ticon.className = 'icon-checkmark'\n\t\tmenuItem.appendChild(icon)\n\n\t\ttext = document.createElement('p')\n\t\ttext.innerHTML = _.escape(whatsNewTextItem)\n\t\tmenuItem.appendChild(text)\n\n\t\titem.appendChild(menuItem)\n\t\tlist.appendChild(item)\n\t}\n\n\t// Changelog URL\n\tif (!_.isUndefined(data.ocs.data.changelogURL)) {\n\t\titem = document.createElement('li')\n\n\t\tmenuItem = document.createElement('a')\n\t\tmenuItem.href = data.ocs.data.changelogURL\n\t\tmenuItem.rel = 'noreferrer noopener'\n\t\tmenuItem.target = '_blank'\n\n\t\ticon = document.createElement('span')\n\t\ticon.className = 'icon-link'\n\t\tmenuItem.appendChild(icon)\n\n\t\ttext = document.createElement('span')\n\t\ttext.innerText = t('core', 'View changelog')\n\t\tmenuItem.appendChild(text)\n\n\t\titem.appendChild(menuItem)\n\t\tlist.appendChild(item)\n\t}\n\n\tdiv.appendChild(list)\n\tdocument.body.appendChild(div)\n}\n\n/**\n * @param {any} x -\n * @param {any} t -\n * @param {any} e -\n */\nfunction onQueryError(x, t, e) {\n\tconsole.debug('querying Whats New Data resulted in an error: ' + t + e)\n\tconsole.debug(x)\n}\n\n/**\n * @param {any} data -\n */\nfunction onDismissSuccess(data) {\n\t// noop\n}\n\n/**\n * @param {any} data -\n */\nfunction onDismissError(data) {\n\tconsole.debug('dismissing Whats New data resulted in an error: ' + data)\n}\n","/**\n * SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport { loadState } from '@nextcloud/initial-state'\n\n/**\n * Set the page heading\n *\n * @param {string} heading page title from the history api\n * @since 27.0.0\n */\nexport function setPageHeading(heading) {\n\tconst headingEl = document.getElementById('page-heading-level-1')\n\tif (headingEl) {\n\t\theadingEl.textContent = heading\n\t}\n}\nexport default {\n\t/**\n\t * @return {boolean} Whether the user opted-out of shortcuts so that they should not be registered\n\t */\n\tdisableKeyboardShortcuts() {\n\t\treturn loadState('theming', 'shortcutsDisabled', false)\n\t},\n\tsetPageHeading,\n}\n","/**\n * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport escapeHTML from 'escape-html'\n\n/**\n * @typedef TypeDefinition\n * @function {Function} action This action is executed to let the user select a resource\n * @param {string} icon Contains the icon css class for the type\n * @function Object() { [native code] }\n */\n\n/**\n * @type {TypeDefinition[]}\n */\nconst types = {}\n\n/**\n * Those translations will be used by the vue component but they should be shipped with the server\n * FIXME: Those translations should be added to the library\n *\n * @return {Array}\n */\nexport const l10nProjects = () => {\n\treturn [\n\t\tt('core', 'Add to a project'),\n\t\tt('core', 'Show details'),\n\t\tt('core', 'Hide details'),\n\t\tt('core', 'Rename project'),\n\t\tt('core', 'Failed to rename the project'),\n\t\tt('core', 'Failed to create a project'),\n\t\tt('core', 'Failed to add the item to the project'),\n\t\tt('core', 'Connect items to a project to make them easier to find'),\n\t\tt('core', 'Type to search for existing projects'),\n\t]\n}\n\nexport default {\n\t/**\n\t *\n\t * @param {string} type type\n\t * @param {TypeDefinition} typeDefinition typeDefinition\n\t */\n\tregisterType(type, typeDefinition) {\n\t\ttypes[type] = typeDefinition\n\t},\n\ttrigger(type) {\n\t\treturn types[type].action()\n\t},\n\tgetTypes() {\n\t\treturn Object.keys(types)\n\t},\n\tgetIcon(type) {\n\t\treturn types[type].typeIconClass || ''\n\t},\n\tgetLabel(type) {\n\t\treturn escapeHTML(types[type].typeString || type)\n\t},\n\tgetLink(type, id) {\n\t\t/* TODO: Allow action to be executed instead of href as well */\n\t\treturn typeof types[type] !== 'undefined' ? types[type].link(id) : ''\n\t},\n}\n","/**\n * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nconst loadedScripts = {}\nconst loadedStylesheets = {}\n/**\n * @namespace OCP\n * @class Loader\n */\nexport default {\n\n\t/**\n\t * Load a script asynchronously\n\t *\n\t * @param {string} app the app name\n\t * @param {string} file the script file name\n\t * @return {Promise}\n\t */\n\tloadScript(app, file) {\n\t\tconst key = app + file\n\t\tif (Object.prototype.hasOwnProperty.call(loadedScripts, key)) {\n\t\t\treturn Promise.resolve()\n\t\t}\n\t\tloadedScripts[key] = true\n\t\treturn new Promise(function(resolve, reject) {\n\t\t\tconst scriptPath = OC.filePath(app, 'js', file)\n\t\t\tconst script = document.createElement('script')\n\t\t\tscript.src = scriptPath\n\t\t\tscript.setAttribute('nonce', btoa(OC.requestToken))\n\t\t\tscript.onload = () => resolve()\n\t\t\tscript.onerror = () => reject(new Error(`Failed to load script from ${scriptPath}`))\n\t\t\tdocument.head.appendChild(script)\n\t\t})\n\t},\n\n\t/**\n\t * Load a stylesheet file asynchronously\n\t *\n\t * @param {string} app the app name\n\t * @param {string} file the script file name\n\t * @return {Promise}\n\t */\n\tloadStylesheet(app, file) {\n\t\tconst key = app + file\n\t\tif (Object.prototype.hasOwnProperty.call(loadedStylesheets, key)) {\n\t\t\treturn Promise.resolve()\n\t\t}\n\t\tloadedStylesheets[key] = true\n\t\treturn new Promise(function(resolve, reject) {\n\t\t\tconst stylePath = OC.filePath(app, 'css', file)\n\t\t\tconst link = document.createElement('link')\n\t\t\tlink.href = stylePath\n\t\t\tlink.type = 'text/css'\n\t\t\tlink.rel = 'stylesheet'\n\t\t\tlink.onload = () => resolve()\n\t\t\tlink.onerror = () => reject(new Error(`Failed to load stylesheet from ${stylePath}`))\n\t\t\tdocument.head.appendChild(link)\n\t\t})\n\t},\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport {\n\tshowError,\n\tshowInfo, showMessage,\n\tshowSuccess,\n\tshowWarning,\n} from '@nextcloud/dialogs'\n\nexport default {\n\t/**\n\t * @deprecated 19.0.0 use `showSuccess` from the `@nextcloud/dialogs` package instead\n\t *\n\t * @param {string} text the toast text\n\t * @param {object} options options\n\t * @return {Toast}\n\t */\n\tsuccess(text, options) {\n\t\treturn showSuccess(text, options)\n\t},\n\t/**\n\t * @deprecated 19.0.0 use `showWarning` from the `@nextcloud/dialogs` package instead\n\t *\n\t * @param {string} text the toast text\n\t * @param {object} options options\n\t * @return {Toast}\n\t */\n\twarning(text, options) {\n\t\treturn showWarning(text, options)\n\t},\n\t/**\n\t * @deprecated 19.0.0 use `showError` from the `@nextcloud/dialogs` package instead\n\t *\n\t * @param {string} text the toast text\n\t * @param {object} options options\n\t * @return {Toast}\n\t */\n\terror(text, options) {\n\t\treturn showError(text, options)\n\t},\n\t/**\n\t * @deprecated 19.0.0 use `showInfo` from the `@nextcloud/dialogs` package instead\n\t *\n\t * @param {string} text the toast text\n\t * @param {object} options options\n\t * @return {Toast}\n\t */\n\tinfo(text, options) {\n\t\treturn showInfo(text, options)\n\t},\n\t/**\n\t * @deprecated 19.0.0 use `showMessage` from the `@nextcloud/dialogs` package instead\n\t *\n\t * @param {string} text the toast text\n\t * @param {object} options options\n\t * @return {Toast}\n\t */\n\tmessage(text, options) {\n\t\treturn showMessage(text, options)\n\t},\n\n}\n","/**\n * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport { loadState } from '@nextcloud/initial-state'\n\nimport * as AppConfig from './appconfig.js'\nimport * as Comments from './comments.js'\nimport * as WhatsNew from './whatsnew.js'\n\nimport Accessibility from './accessibility.js'\nimport Collaboration from './collaboration.js'\nimport Loader from './loader.js'\nimport Toast from './toast.js'\n\n/** @namespace OCP */\nexport default {\n\tAccessibility,\n\tAppConfig,\n\tCollaboration,\n\tComments,\n\tInitialState: {\n\t\t/**\n\t\t * @deprecated 18.0.0 add https://www.npmjs.com/package/@nextcloud/initial-state to your app\n\t\t */\n\t\tloadState,\n\t},\n\tLoader,\n\t/**\n\t * @deprecated 19.0.0 use the `@nextcloud/dialogs` package instead\n\t */\n\tToast,\n\tWhatsNew,\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\n/* eslint-disable @nextcloud/no-deprecations */\nimport { initCore } from './init.js'\n\nimport _ from 'underscore'\nimport $ from 'jquery'\n// TODO: switch to `jquery-ui` package and import widgets and effects individually\n// `jquery-ui-dist` is used as a workaround for the issue of missing effects\nimport 'jquery-ui-dist/jquery-ui.js'\nimport 'jquery-ui-dist/jquery-ui.css'\nimport 'jquery-ui-dist/jquery-ui.theme.css'\n// END TODO\nimport Backbone from 'backbone'\nimport ClipboardJS from 'clipboard'\nimport { dav } from 'davclient.js'\nimport Handlebars from 'handlebars'\nimport md5 from 'blueimp-md5'\nimport moment from 'moment'\nimport 'select2'\nimport 'select2/select2.css'\nimport 'snap.js/dist/snap.js'\nimport 'strengthify'\nimport 'strengthify/strengthify.css'\n\nimport OC from './OC/index.js'\nimport OCP from './OCP/index.js'\nimport OCA from './OCA/index.js'\nimport { getToken as getRequestToken } from './OC/requesttoken.js'\n\nconst warnIfNotTesting = function() {\n\tif (window.TESTING === undefined) {\n\t\tOC.debug && console.warn.apply(console, arguments)\n\t}\n}\n\n/**\n * Mark a function as deprecated and automatically\n * warn if used!\n *\n * @param {Function} func the library to deprecate\n * @param {string} funcName the name of the library\n * @param {number} version the version this gets removed\n * @return {Function}\n */\nconst deprecate = (func, funcName, version) => {\n\tconst oldFunc = func\n\tconst newFunc = function() {\n\t\twarnIfNotTesting(`The ${funcName} library is deprecated! It will be removed in nextcloud ${version}.`)\n\t\treturn oldFunc.apply(this, arguments)\n\t}\n\tObject.assign(newFunc, oldFunc)\n\treturn newFunc\n}\n\nconst setDeprecatedProp = (global, cb, msg) => {\n\t(Array.isArray(global) ? global : [global]).forEach(global => {\n\t\tif (window[global] !== undefined) {\n\t\t\tdelete window[global]\n\t\t}\n\t\tObject.defineProperty(window, global, {\n\t\t\tget: () => {\n\t\t\t\tif (msg) {\n\t\t\t\t\twarnIfNotTesting(`${global} is deprecated: ${msg}`)\n\t\t\t\t} else {\n\t\t\t\t\twarnIfNotTesting(`${global} is deprecated`)\n\t\t\t\t}\n\n\t\t\t\treturn cb()\n\t\t\t},\n\t\t})\n\t})\n}\n\nwindow._ = _\nsetDeprecatedProp(['$', 'jQuery'], () => $, 'The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own.')\nsetDeprecatedProp('Backbone', () => Backbone, 'please ship your own, this will be removed in Nextcloud 20')\nsetDeprecatedProp(['Clipboard', 'ClipboardJS'], () => ClipboardJS, 'please ship your own, this will be removed in Nextcloud 20')\nwindow.dav = dav\nsetDeprecatedProp('Handlebars', () => Handlebars, 'please ship your own, this will be removed in Nextcloud 20')\n// Global md5 only required for: apps/files/js/file-upload.js\nsetDeprecatedProp('md5', () => md5, 'please ship your own, this will be removed in Nextcloud 20')\nsetDeprecatedProp('moment', () => moment, 'please ship your own, this will be removed in Nextcloud 20')\n\nwindow.OC = OC\nsetDeprecatedProp('initCore', () => initCore, 'this is an internal function')\nsetDeprecatedProp('oc_appswebroots', () => OC.appswebroots, 'use OC.appswebroots instead, this will be removed in Nextcloud 20')\nsetDeprecatedProp('oc_config', () => OC.config, 'use OC.config instead, this will be removed in Nextcloud 20')\nsetDeprecatedProp('oc_current_user', () => OC.getCurrentUser().uid, 'use OC.getCurrentUser().uid instead, this will be removed in Nextcloud 20')\nsetDeprecatedProp('oc_debug', () => OC.debug, 'use OC.debug instead, this will be removed in Nextcloud 20')\nsetDeprecatedProp('oc_defaults', () => OC.theme, 'use OC.theme instead, this will be removed in Nextcloud 20')\nsetDeprecatedProp('oc_isadmin', OC.isUserAdmin, 'use OC.isUserAdmin() instead, this will be removed in Nextcloud 20')\nsetDeprecatedProp('oc_requesttoken', () => getRequestToken(), 'use OC.requestToken instead, this will be removed in Nextcloud 20')\nsetDeprecatedProp('oc_webroot', () => OC.webroot, 'use OC.getRootPath() instead, this will be removed in Nextcloud 20')\nsetDeprecatedProp('OCDialogs', () => OC.dialogs, 'use OC.dialogs instead, this will be removed in Nextcloud 20')\nwindow.OCP = OCP\nwindow.OCA = OCA\n$.fn.select2 = deprecate($.fn.select2, 'select2', 19)\n\n/**\n * translate a string\n *\n * @param {string} app the id of the app for which to translate the string\n * @param {string} text the string to translate\n * @param [vars] map of placeholder key to value\n * @param {number} [count] number to replace %n with\n * @return {string}\n */\nwindow.t = _.bind(OC.L10N.translate, OC.L10N)\n\n/**\n * translate a string\n *\n * @param {string} app the id of the app for which to translate the string\n * @param {string} text_singular the string to translate for exactly one object\n * @param {string} text_plural the string to translate for n objects\n * @param {number} count number to determine whether to use singular or plural\n * @param [vars] map of placeholder key to value\n * @return {string} Translated string\n */\nwindow.n = _.bind(OC.L10N.translatePlural, OC.L10N)\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\n/**\n * Namespace for apps\n *\n * @namespace OCA\n */\nexport default { }\n","/**\n * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport $ from 'jquery'\n\nimport OC from '../OC/index.js'\n\n/**\n * This plugin inserts the right avatar for the user, depending on, whether a\n * custom avatar is uploaded - which it uses then - or not, and display a\n * placeholder with the first letter of the users name instead.\n * For this it queries the core_avatar_get route, thus this plugin is fit very\n * tightly for owncloud, and it may not work anywhere else.\n *\n * You may use this on any
            \n * Here I'm using
            as an example.\n *\n * There are 5 ways to call this:\n *\n * 1. $('.avatardiv').avatar('jdoe', 128);\n * This will make the div to jdoe's fitting avatar, with a size of 128px.\n *\n * 2. $('.avatardiv').avatar('jdoe');\n * This will make the div to jdoe's fitting avatar. If the div already has a\n * height, it will be used for the avatars size. Otherwise this plugin will\n * search for 'size' DOM data, to use for avatar size. If neither are available\n * it will default to 64px.\n *\n * 3. $('.avatardiv').avatar();\n * This will search the DOM for 'user' data, to use as the username. If there\n * is no username available it will default to a placeholder with the value of\n * \"?\". The size will be determined the same way, as the second example.\n *\n * 4. $('.avatardiv').avatar('jdoe', 128, true);\n * This will behave like the first example, except it will also append random\n * hashes to the custom avatar images, to force image reloading in IE8.\n *\n * 5. $('.avatardiv').avatar('jdoe', 128, undefined, true);\n * This will behave like the first example, but it will hide the avatardiv, if\n * it will display the default placeholder. undefined is the ie8fix from\n * example 4 and can be either true, or false/undefined, to be ignored.\n *\n * 6. $('.avatardiv').avatar('jdoe', 128, undefined, true, callback);\n * This will behave like the above example, but it will call the function\n * defined in callback after the avatar is placed into the DOM.\n *\n */\n\n$.fn.avatar = function(user, size, ie8fix, hidedefault, callback, displayname) {\n\tconst setAvatarForUnknownUser = function(target) {\n\t\ttarget.imageplaceholder('?')\n\t\ttarget.css('background-color', '#b9b9b9')\n\t}\n\n\tif (typeof (user) !== 'undefined') {\n\t\tuser = String(user)\n\t}\n\tif (typeof (displayname) !== 'undefined') {\n\t\tdisplayname = String(displayname)\n\t}\n\n\tif (typeof (size) === 'undefined') {\n\t\tif (this.height() > 0) {\n\t\t\tsize = this.height()\n\t\t} else if (this.data('size') > 0) {\n\t\t\tsize = this.data('size')\n\t\t} else {\n\t\t\tsize = 64\n\t\t}\n\t}\n\n\tthis.height(size)\n\tthis.width(size)\n\n\tif (typeof (user) === 'undefined') {\n\t\tif (typeof (this.data('user')) !== 'undefined') {\n\t\t\tuser = this.data('user')\n\t\t} else {\n\t\t\tsetAvatarForUnknownUser(this)\n\t\t\treturn\n\t\t}\n\t}\n\n\t// sanitize\n\tuser = String(user).replace(/\\//g, '')\n\n\tconst $div = this\n\tlet url\n\n\t// If this is our own avatar we have to use the version attribute\n\tif (user === OC.getCurrentUser().uid) {\n\t\turl = OC.generateUrl(\n\t\t\t'/avatar/{user}/{size}?v={version}',\n\t\t\t{\n\t\t\t\tuser,\n\t\t\t\tsize: Math.ceil(size * window.devicePixelRatio),\n\t\t\t\tversion: oc_userconfig.avatar.version,\n\t\t\t})\n\t} else {\n\t\turl = OC.generateUrl(\n\t\t\t'/avatar/{user}/{size}',\n\t\t\t{\n\t\t\t\tuser,\n\t\t\t\tsize: Math.ceil(size * window.devicePixelRatio),\n\t\t\t})\n\t}\n\n\tconst img = new Image()\n\n\t// If the new image loads successfully set it.\n\timg.onload = function() {\n\t\t$div.clearimageplaceholder()\n\t\t$div.append(img)\n\n\t\tif (typeof callback === 'function') {\n\t\t\tcallback()\n\t\t}\n\t}\n\t// Fallback when avatar loading fails:\n\t// Use old placeholder when a displayname attribute is defined,\n\t// otherwise show the unknown user placeholder.\n\timg.onerror = function() {\n\t\t$div.clearimageplaceholder()\n\t\tif (typeof (displayname) !== 'undefined') {\n\t\t\t$div.imageplaceholder(user, displayname)\n\t\t} else {\n\t\t\tsetAvatarForUnknownUser($div)\n\t\t}\n\n\t\tif (typeof callback === 'function') {\n\t\t\tcallback()\n\t\t}\n\t}\n\n\tif (size < 32) {\n\t\t$div.addClass('icon-loading-small')\n\t} else {\n\t\t$div.addClass('icon-loading')\n\t}\n\timg.width = size\n\timg.height = size\n\timg.src = url\n\timg.alt = ''\n}\n","/**\n * SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\n/**\n * Return whether the DOM event is an accessible mouse or keyboard element activation\n *\n * @param {Event} event DOM event\n *\n * @return {boolean}\n */\nexport const isA11yActivation = (event) => {\n\tif (event.type === 'click') {\n\t\treturn true\n\t}\n\tif (event.type === 'keydown' && event.key === 'Enter') {\n\t\treturn true\n\t}\n\treturn false\n}\n","/**\n * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport $ from 'jquery'\n\nimport OC from '../OC/index.js'\nimport { isA11yActivation } from '../Util/a11y.js'\n\nconst LIST = ''\n\t+ ''\n\nconst entryTemplate = require('./contactsmenu/jquery_entry.handlebars')\n\n$.fn.contactsMenu = function(shareWith, shareType, appendTo) {\n\t// 0 - user, 4 - email, 6 - remote\n\tconst allowedTypes = [0, 4, 6]\n\tif (allowedTypes.indexOf(shareType) === -1) {\n\t\treturn\n\t}\n\n\tconst $div = this\n\tappendTo.append(LIST)\n\tconst $list = appendTo.find('div.contactsmenu-popover')\n\n\t$div.on('click keydown', function(event) {\n\t\tif (!isA11yActivation(event)) {\n\t\t\treturn\n\t\t}\n\n\t\tif (!$list.hasClass('hidden')) {\n\t\t\t$list.addClass('hidden')\n\t\t\t$list.hide()\n\t\t\treturn\n\t\t}\n\n\t\t$list.removeClass('hidden')\n\t\t$list.show()\n\n\t\tif ($list.hasClass('loaded')) {\n\t\t\treturn\n\t\t}\n\n\t\t$list.addClass('loaded')\n\t\t$.ajax(OC.generateUrl('/contactsmenu/findOne'), {\n\t\t\tmethod: 'POST',\n\t\t\tdata: {\n\t\t\t\tshareType,\n\t\t\t\tshareWith,\n\t\t\t},\n\t\t}).then(function(data) {\n\t\t\t$list.find('ul').find('li').addClass('hidden')\n\n\t\t\tlet actions\n\t\t\tif (!data.topAction) {\n\t\t\t\tactions = [{\n\t\t\t\t\thyperlink: '#',\n\t\t\t\t\ttitle: t('core', 'No action available'),\n\t\t\t\t}]\n\t\t\t} else {\n\t\t\t\tactions = [data.topAction].concat(data.actions)\n\t\t\t}\n\n\t\t\tactions.forEach(function(action) {\n\t\t\t\t$list.find('ul').append(entryTemplate(action))\n\t\t\t})\n\n\t\t\t$div.trigger('load')\n\t\t}, function(jqXHR) {\n\t\t\t$list.find('ul').find('li').addClass('hidden')\n\n\t\t\tlet title\n\t\t\tif (jqXHR.status === 404) {\n\t\t\t\ttitle = t('core', 'No action available')\n\t\t\t} else {\n\t\t\t\ttitle = t('core', 'Error fetching contact actions')\n\t\t\t}\n\n\t\t\t$list.find('ul').append(entryTemplate({\n\t\t\t\thyperlink: '#',\n\t\t\t\ttitle,\n\t\t\t}))\n\n\t\t\t$div.trigger('loaderror', jqXHR)\n\t\t})\n\t})\n\n\t$(document).click(function(event) {\n\t\tconst clickedList = ($list.has(event.target).length > 0)\n\t\tlet clickedTarget = ($div.has(event.target).length > 0)\n\n\t\t$div.each(function() {\n\t\t\tif ($(this).is(event.target)) {\n\t\t\t\tclickedTarget = true\n\t\t\t}\n\t\t})\n\n\t\tif (clickedList || clickedTarget) {\n\t\t\treturn\n\t\t}\n\n\t\t$list.addClass('hidden')\n\t\t$list.hide()\n\t})\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport $ from 'jquery'\n\n/**\n * check if an element exists.\n * allows you to write if ($('#myid').exists()) to increase readability\n *\n * @see {@link http://stackoverflow.com/questions/31044/is-there-an-exists-function-for-jquery}\n * @return {boolean}\n */\n$.fn.exists = function() {\n\treturn this.length > 0\n}\n","/**\n * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport $ from 'jquery'\n\n/**\n * Filter jQuery selector by attribute value\n *\n * @param {string} attrName attribute name\n * @param {string} attrValue attribute value\n * @return {void}\n */\n$.fn.filterAttr = function(attrName, attrValue) {\n\treturn this.filter(function() {\n\t\treturn $(this).attr(attrName) === attrValue\n\t})\n}\n","/**\n * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport $ from 'jquery'\nimport { createFocusTrap } from 'focus-trap'\nimport { isA11yActivation } from '../Util/a11y.js'\n\n$.widget('oc.ocdialog', {\n\toptions: {\n\t\twidth: 'auto',\n\t\theight: 'auto',\n\t\tcloseButton: true,\n\t\tcloseOnEscape: true,\n\t\tcloseCallback: null,\n\t\tmodal: false,\n\t},\n\t_create() {\n\t\tconst self = this\n\n\t\tthis.originalCss = {\n\t\t\tdisplay: this.element[0].style.display,\n\t\t\twidth: this.element[0].style.width,\n\t\t\theight: this.element[0].style.height,\n\t\t}\n\n\t\tthis.originalTitle = this.element.attr('title')\n\t\tthis.options.title = this.options.title || this.originalTitle\n\n\t\tthis.$dialog = $('
            ')\n\t\t\t.attr({\n\t\t\t\t// Setting tabIndex makes the div focusable\n\t\t\t\ttabIndex: -1,\n\t\t\t\trole: 'dialog',\n\t\t\t\t'aria-modal': true,\n\t\t\t})\n\t\t\t.insertBefore(this.element)\n\t\tthis.$dialog.append(this.element.detach())\n\t\tthis.element.removeAttr('title').addClass('oc-dialog-content').appendTo(this.$dialog)\n\n\t\t// Activate the primary button on enter if there is a single input\n\t\tif (self.element.find('input').length === 1) {\n\t\t\tconst $input = self.element.find('input')\n\t\t\t$input.on('keydown', function(event) {\n\t\t\t\tif (isA11yActivation(event)) {\n\t\t\t\t\tif (self.$buttonrow) {\n\t\t\t\t\t\tconst $button = self.$buttonrow.find('button.primary')\n\t\t\t\t\t\tif ($button && !$button.prop('disabled')) {\n\t\t\t\t\t\t\t$button.click()\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t})\n\t\t}\n\n\t\tthis.$dialog.css({\n\t\t\tdisplay: 'inline-block',\n\t\t\tposition: 'fixed',\n\t\t})\n\n\t\tthis.enterCallback = null\n\n\t\t$(document).on('keydown keyup', function(event) {\n\t\t\tif (\n\t\t\t\tevent.target !== self.$dialog.get(0)\n\t\t\t\t&& self.$dialog.find($(event.target)).length === 0\n\t\t\t) {\n\t\t\t\treturn\n\t\t\t}\n\t\t\t// Escape\n\t\t\tif (\n\t\t\t\tevent.keyCode === 27\n\t\t\t\t&& event.type === 'keydown'\n\t\t\t\t&& self.options.closeOnEscape\n\t\t\t) {\n\t\t\t\tevent.stopImmediatePropagation()\n\t\t\t\tself.close()\n\t\t\t\treturn false\n\t\t\t}\n\t\t\t// Enter\n\t\t\tif (event.keyCode === 13) {\n\t\t\t\tevent.stopImmediatePropagation()\n\t\t\t\tif (self.enterCallback !== null) {\n\t\t\t\t\tself.enterCallback()\n\t\t\t\t\tevent.preventDefault()\n\t\t\t\t\treturn false\n\t\t\t\t}\n\t\t\t\tif (event.type === 'keyup') {\n\t\t\t\t\tevent.preventDefault()\n\t\t\t\t\treturn false\n\t\t\t\t}\n\t\t\t\treturn false\n\t\t\t}\n\t\t})\n\n\t\tthis._setOptions(this.options)\n\t\tthis._createOverlay()\n\t\tthis._useFocusTrap()\n\t},\n\t_init() {\n\t\tthis._trigger('open')\n\t},\n\t_setOption(key, value) {\n\t\tconst self = this\n\t\tswitch (key) {\n\t\tcase 'title':\n\t\t\tif (this.$title) {\n\t\t\t\tthis.$title.text(value)\n\t\t\t} else {\n\t\t\t\tconst $title = $('

            '\n\t\t\t\t\t\t+ value\n\t\t\t\t\t\t+ '

            ')\n\t\t\t\tthis.$title = $title.prependTo(this.$dialog)\n\t\t\t}\n\t\t\tthis._setSizes()\n\t\t\tbreak\n\t\tcase 'buttons':\n\t\t\tif (this.$buttonrow) {\n\t\t\t\tthis.$buttonrow.empty()\n\t\t\t} else {\n\t\t\t\tconst $buttonrow = $('
            ')\n\t\t\t\tthis.$buttonrow = $buttonrow.appendTo(this.$dialog)\n\t\t\t}\n\t\t\tif (value.length === 1) {\n\t\t\t\tthis.$buttonrow.addClass('onebutton')\n\t\t\t} else if (value.length === 2) {\n\t\t\t\tthis.$buttonrow.addClass('twobuttons')\n\t\t\t} else if (value.length === 3) {\n\t\t\t\tthis.$buttonrow.addClass('threebuttons')\n\t\t\t}\n\t\t\t$.each(value, function(idx, val) {\n\t\t\t\tconst $button = $('')\n\t\t\t\t$closeButton.attr('aria-label', t('core', 'Close \"{dialogTitle}\" dialog', { dialogTitle: this.$title || this.options.title }))\n\t\t\t\tthis.$dialog.prepend($closeButton)\n\t\t\t\t$closeButton.on('click keydown', function(event) {\n\t\t\t\t\tif (isA11yActivation(event)) {\n\t\t\t\t\t\tself.options.closeCallback && self.options.closeCallback()\n\t\t\t\t\t\tself.close()\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t} else {\n\t\t\t\tthis.$dialog.find('.oc-dialog-close').remove()\n\t\t\t}\n\t\t\tbreak\n\t\tcase 'width':\n\t\t\tthis.$dialog.css('width', value)\n\t\t\tbreak\n\t\tcase 'height':\n\t\t\tthis.$dialog.css('height', value)\n\t\t\tbreak\n\t\tcase 'close':\n\t\t\tthis.closeCB = value\n\t\t\tbreak\n\t\t}\n\t\t// this._super(key, value);\n\t\t$.Widget.prototype._setOption.apply(this, arguments)\n\t},\n\t_setOptions(options) {\n\t\t// this._super(options);\n\t\t$.Widget.prototype._setOptions.apply(this, arguments)\n\t},\n\t_setSizes() {\n\t\tlet lessHeight = 0\n\t\tif (this.$title) {\n\t\t\tlessHeight += this.$title.outerHeight(true)\n\t\t}\n\t\tif (this.$buttonrow) {\n\t\t\tlessHeight += this.$buttonrow.outerHeight(true)\n\t\t}\n\t\tthis.element.css({\n\t\t\theight: 'calc(100% - ' + lessHeight + 'px)',\n\t\t})\n\t},\n\t_createOverlay() {\n\t\tif (!this.options.modal) {\n\t\t\treturn\n\t\t}\n\n\t\tconst self = this\n\t\tlet contentDiv = $('#content')\n\t\tif (contentDiv.length === 0) {\n\t\t\t// nextcloud-vue compatibility\n\t\t\tcontentDiv = $('.content')\n\t\t}\n\t\tthis.overlay = $('
            ')\n\t\t\t.addClass('oc-dialog-dim')\n\t\t\t.insertBefore(this.$dialog)\n\t\tthis.overlay.on('click keydown keyup', function(event) {\n\t\t\tif (event.target !== self.$dialog.get(0) && self.$dialog.find($(event.target)).length === 0) {\n\t\t\t\tevent.preventDefault()\n\t\t\t\tevent.stopPropagation()\n\n\t\t\t}\n\t\t})\n\t},\n\t_destroyOverlay() {\n\t\tif (!this.options.modal) {\n\t\t\treturn\n\t\t}\n\n\t\tif (this.overlay) {\n\t\t\tthis.overlay.off('click keydown keyup')\n\t\t\tthis.overlay.remove()\n\t\t\tthis.overlay = null\n\t\t}\n\t},\n\t_useFocusTrap() {\n\t\t// Create global stack if undefined\n\t\tObject.assign(window, { _nc_focus_trap: window._nc_focus_trap || [] })\n\n\t\tconst dialogElement = this.$dialog[0]\n\t\tthis.focusTrap = createFocusTrap(dialogElement, {\n\t\t\tallowOutsideClick: true,\n\t\t\ttrapStack: window._nc_focus_trap,\n\t\t\tfallbackFocus: dialogElement,\n\t\t})\n\n\t\tthis.focusTrap.activate()\n\t},\n\t_clearFocusTrap() {\n\t\tthis.focusTrap?.deactivate()\n\t\tthis.focusTrap = null\n\t},\n\twidget() {\n\t\treturn this.$dialog\n\t},\n\tsetEnterCallback(callback) {\n\t\tthis.enterCallback = callback\n\t},\n\tunsetEnterCallback() {\n\t\tthis.enterCallback = null\n\t},\n\tclose() {\n\t\tthis._clearFocusTrap()\n\t\tthis._destroyOverlay()\n\t\tconst self = this\n\t\t// Ugly hack to catch remaining keyup events.\n\t\tsetTimeout(function() {\n\t\t\tself._trigger('close', self)\n\t\t}, 200)\n\n\t\tself.$dialog.remove()\n\t\tthis.destroy()\n\t},\n\tdestroy() {\n\t\tif (this.$title) {\n\t\t\tthis.$title.remove()\n\t\t}\n\t\tif (this.$buttonrow) {\n\t\t\tthis.$buttonrow.remove()\n\t\t}\n\n\t\tif (this.originalTitle) {\n\t\t\tthis.element.attr('title', this.originalTitle)\n\t\t}\n\t\tthis.element.removeClass('oc-dialog-content')\n\t\t\t.css(this.originalCss).detach().insertBefore(this.$dialog)\n\t\tthis.$dialog.remove()\n\t},\n})\n","/**\n * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport $ from 'jquery'\nimport escapeHTML from 'escape-html'\n\n/**\n * jQuery plugin for micro templates\n *\n * Strings are automatically escaped, but that can be disabled by setting\n * escapeFunction to null.\n *\n * Usage examples:\n *\n * var htmlStr = '

            Bake, uncovered, until the {greasystuff} is melted and the {pasta} is heated through, about {min} minutes.

            '\n * $(htmlStr).octemplate({greasystuff: 'cheese', pasta: 'macaroni', min: 10});\n *\n * var htmlStr = '

            Welcome back {user}

            ';\n * $(htmlStr).octemplate({user: 'John Q. Public'}, {escapeFunction: null});\n *\n * Be aware that the target string must be wrapped in an HTML element for the\n * plugin to work. The following won't work:\n *\n * var textStr = 'Welcome back {user}';\n * $(textStr).octemplate({user: 'John Q. Public'});\n *\n * For anything larger than one-liners, you can use a simple $.get() ajax\n * request to get the template, or you can embed them it the page using the\n * text/template type:\n *\n * \n *\n * var $tmpl = $('#contactListItemTemplate');\n * var contacts = // fetched in some ajax call\n *\n * $.each(contacts, function(idx, contact) {\n * $contactList.append(\n * $tmpl.octemplate({\n * id: contact.getId(),\n * name: contact.getDisplayName(),\n * email: contact.getPreferredEmail(),\n * phone: contact.getPreferredPhone(),\n * });\n * );\n * });\n */\n/**\n * Object Template\n * Inspired by micro templating done by e.g. underscore.js\n */\nconst Template = {\n\tinit(vars, options, elem) {\n\t\t// Mix in the passed in options with the default options\n\t\tthis.vars = vars\n\t\tthis.options = $.extend({}, this.options, options)\n\n\t\tthis.elem = elem\n\t\tconst self = this\n\n\t\tif (typeof this.options.escapeFunction === 'function') {\n\t\t\tconst keys = Object.keys(this.vars)\n\t\t\tfor (let key = 0; key < keys.length; key++) {\n\t\t\t\tif (typeof this.vars[keys[key]] === 'string') {\n\t\t\t\t\tthis.vars[keys[key]] = self.options.escapeFunction(this.vars[keys[key]])\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tconst _html = this._build(this.vars)\n\t\treturn $(_html)\n\t},\n\t// From stackoverflow.com/questions/1408289/best-way-to-do-variable-interpolation-in-javascript\n\t_build(o) {\n\t\tconst data = this._getData()\n\t\ttry {\n\t\t\treturn data.replace(/{([^{}]*)}/g,\n\t\t\t\tfunction(a, b) {\n\t\t\t\t\tconst r = o[b]\n\t\t\t\t\treturn typeof r === 'string' || typeof r === 'number' ? r : a\n\t\t\t\t},\n\t\t\t)\n\t\t} catch (e) {\n\t\t\tconsole.error(e, 'data:', data)\n\t\t}\n\t},\n\t_getData() {\n\t\tif (this.elem.attr('type') === 'text/template') {\n\t\t\treturn this.elem.html()\n\t\t}\n\t\t// Leave out comments, etc and take the first html element\n\t\tconst htmlElem = $.makeArray(this.elem)\n\t\t\t.find(e => e instanceof HTMLElement)\n\t\treturn htmlElem.outerHTML\n\t},\n\toptions: {\n\t\tescapeFunction: escapeHTML,\n\t},\n}\n\n$.fn.octemplate = function(vars, options) {\n\tvars = vars || {}\n\tif (this.length) {\n\t\tconst _template = Object.create(Template)\n\t\treturn _template.init(vars, options, this)\n\t}\n}\n","/**\n * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors\n * SPDX-FileCopyrightText: 2013-2016 ownCloud, Inc.\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\n/* eslint-disable */\nimport $ from 'jquery'\nimport md5 from 'blueimp-md5'\n\n/*\n * Adds a background color to the element called on and adds the first character\n * of the passed in string. This string is also the seed for the generation of\n * the background color.\n *\n * You have following HTML:\n *\n *
            \n *\n * And call this from Javascript:\n *\n * $('#albumart').imageplaceholder('The Album Title');\n *\n * Which will result in:\n *\n *
            T
            \n *\n * You may also call it like this, to have a different background, than the seed:\n *\n * $('#albumart').imageplaceholder('The Album Title', 'Album Title');\n *\n * Resulting in:\n *\n *
            A
            \n *\n */\n\n/*\n* Alternatively, you can use the prototype function to convert your string to rgb colors:\n*\n* \"a6741a86aded5611a8e46ce16f2ad646\".toRgb()\n*\n* Will return the rgb parameters within the following object:\n*\n* Color {r: 208, g: 158, b: 109}\n*\n*/\n\nconst toRgb = (s) => {\n\t// Normalize hash\n\tvar hash = s.toLowerCase()\n\n\t// Already a md5 hash?\n\tif (hash.match(/^([0-9a-f]{4}-?){8}$/) === null) {\n\t\thash = md5(hash)\n\t}\n\n\thash = hash.replace(/[^0-9a-f]/g, '')\n\n\tfunction Color(r, g, b) {\n\t\tthis.r = r\n\t\tthis.g = g\n\t\tthis.b = b\n\t}\n\n\tfunction stepCalc(steps, ends) {\n\t\tvar step = new Array(3)\n\t\tstep[0] = (ends[1].r - ends[0].r) / steps\n\t\tstep[1] = (ends[1].g - ends[0].g) / steps\n\t\tstep[2] = (ends[1].b - ends[0].b) / steps\n\t\treturn step\n\t}\n\n\tfunction mixPalette(steps, color1, color2) {\n\t\tvar palette = []\n\t\tpalette.push(color1)\n\t\tvar step = stepCalc(steps, [color1, color2])\n\t\tfor (var i = 1; i < steps; i++) {\n\t\t\tvar r = parseInt(color1.r + (step[0] * i))\n\t\t\tvar g = parseInt(color1.g + (step[1] * i))\n\t\t\tvar b = parseInt(color1.b + (step[2] * i))\n\t\t\tpalette.push(new Color(r, g, b))\n\t\t}\n\t\treturn palette\n\t}\n\n\tconst red = new Color(182, 70, 157);\n\tconst yellow = new Color(221, 203, 85);\n\tconst blue = new Color(0, 130, 201); // Nextcloud blue\n\t// Number of steps to go from a color to another\n\t// 3 colors * 6 will result in 18 generated colors\n\tconst steps = 6;\n\n\tconst palette1 = mixPalette(steps, red, yellow);\n\tconst palette2 = mixPalette(steps, yellow, blue);\n\tconst palette3 = mixPalette(steps, blue, red);\n\n\tconst finalPalette = palette1.concat(palette2).concat(palette3);\n\n\t// Convert a string to an integer evenly\n\tfunction hashToInt(hash, maximum) {\n\t\tvar finalInt = 0\n\t\tvar result = []\n\n\t\t// Splitting evenly the string\n\t\tfor (var i = 0; i < hash.length; i++) {\n\t\t\t// chars in md5 goes up to f, hex:16\n\t\t\tresult.push(parseInt(hash.charAt(i), 16) % 16)\n\t\t}\n\t\t// Adds up all results\n\t\tfor (var j in result) {\n\t\t\tfinalInt += result[j]\n\t\t}\n\t\t// chars in md5 goes up to f, hex:16\n\t\t// make sure we're always using int in our operation\n\t\treturn parseInt(parseInt(finalInt) % maximum)\n\t}\n\n\treturn finalPalette[hashToInt(hash, steps * 3)]\n}\n\nString.prototype.toRgb = function() {\n\tOC.debug && console.warn('String.prototype.toRgb is deprecated! It will be removed in Nextcloud 22.')\n\n\treturn toRgb(this)\n}\n\n$.fn.imageplaceholder = function(seed, text, size) {\n\ttext = text || seed\n\n\t// Compute the hash\n\tvar rgb = toRgb(seed)\n\tthis.css('background-color', 'rgb(' + rgb.r + ', ' + rgb.g + ', ' + rgb.b + ')')\n\n\t// Placeholders are square\n\tvar height = this.height() || size || 32\n\tthis.height(height)\n\tthis.width(height)\n\n\t// CSS rules\n\tthis.css('color', '#fff')\n\tthis.css('font-weight', 'normal')\n\tthis.css('text-align', 'center')\n\n\t// calculate the height\n\tthis.css('line-height', height + 'px')\n\tthis.css('font-size', (height * 0.55) + 'px')\n\n\tif (seed !== null && seed.length) {\n\t\tvar placeholderText = text.replace(/\\s+/g, ' ').trim().split(' ', 2).map((word) => word[0].toUpperCase()).join('')\n\t\tthis.html(placeholderText);\n\t}\n}\n\n$.fn.clearimageplaceholder = function() {\n\tthis.css('background-color', '')\n\tthis.css('color', '')\n\tthis.css('font-weight', '')\n\tthis.css('text-align', '')\n\tthis.css('line-height', '')\n\tthis.css('font-size', '')\n\tthis.html('')\n\tthis.removeClass('icon-loading')\n\tthis.removeClass('icon-loading-small')\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport $ from 'jquery'\n\nimport { getToken } from '../OC/requesttoken.js'\n\n$(document).on('ajaxSend', function(elm, xhr, settings) {\n\tif (settings.crossDomain === false) {\n\t\txhr.setRequestHeader('requesttoken', getToken())\n\t\txhr.setRequestHeader('OCS-APIREQUEST', 'true')\n\t}\n})\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport $ from 'jquery'\n\n/**\n * select a range in an input field\n *\n * @see {@link http://stackoverflow.com/questions/499126/jquery-set-cursor-position-in-text-area}\n * @param {number} start start selection from\n * @param {number} end number of char from start\n * @return {void}\n */\n$.fn.selectRange = function(start, end) {\n\treturn this.each(function() {\n\t\tif (this.setSelectionRange) {\n\t\t\tthis.focus()\n\t\t\tthis.setSelectionRange(start, end)\n\t\t} else if (this.createTextRange) {\n\t\t\tconst range = this.createTextRange()\n\t\t\trange.collapse(true)\n\t\t\trange.moveEnd('character', end)\n\t\t\trange.moveStart('character', start)\n\t\t\trange.select()\n\t\t}\n\t})\n}\n","/**\n * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport $ from 'jquery'\n\n/**\n * @name Show Password\n * @description\n * @version 1.3.0\n * @requires Jquery 1.5\n *\n * @author Jan Jarfalk \n * author-website http://www.unwrongest.com\n *\n * special-thanks Michel Gratton\n *\n * @license MIT\n */\n$.fn.extend({\n\tshowPassword(c) {\n\n\t\t// Setup callback object\n\t\tconst callback = { fn: null, args: {} }\n\t\tcallback.fn = c\n\n\t\t// Clones passwords and turn the clones into text inputs\n\t\tconst cloneElement = function(element) {\n\n\t\t\tconst $element = $(element)\n\n\t\t\tconst $clone = $('')\n\n\t\t\t// Name added for JQuery Validation compatibility\n\t\t\t// Element name is required to avoid script warning.\n\t\t\t$clone.attr({\n\t\t\t\ttype: 'text',\n\t\t\t\tclass: $element.attr('class'),\n\t\t\t\tstyle: $element.attr('style'),\n\t\t\t\tsize: $element.attr('size'),\n\t\t\t\tname: $element.attr('name') + '-clone',\n\t\t\t\ttabindex: $element.attr('tabindex'),\n\t\t\t\tautocomplete: 'off',\n\t\t\t})\n\n\t\t\tif ($element.attr('placeholder') !== undefined) {\n\t\t\t\t$clone.attr('placeholder', $element.attr('placeholder'))\n\t\t\t}\n\n\t\t\treturn $clone\n\n\t\t}\n\n\t\t// Transfers values between two elements\n\t\tconst update = function(a, b) {\n\t\t\tb.val(a.val())\n\t\t}\n\n\t\t// Shows a or b depending on checkbox\n\t\tconst setState = function(checkbox, a, b) {\n\n\t\t\tif (checkbox.is(':checked')) {\n\t\t\t\tupdate(a, b)\n\t\t\t\tb.show()\n\t\t\t\ta.hide()\n\t\t\t} else {\n\t\t\t\tupdate(b, a)\n\t\t\t\tb.hide()\n\t\t\t\ta.show()\n\t\t\t}\n\n\t\t}\n\n\t\treturn this.each(function() {\n\n\t\t\tconst $input = $(this)\n\t\t\tconst $checkbox = $($input.data('typetoggle'))\n\n\t\t\t// Create clone\n\t\t\tconst $clone = cloneElement($input)\n\t\t\t$clone.insertAfter($input)\n\n\t\t\t// Set callback arguments\n\t\t\tif (callback.fn) {\n\t\t\t\tcallback.args.input = $input\n\t\t\t\tcallback.args.checkbox = $checkbox\n\t\t\t\tcallback.args.clone = $clone\n\t\t\t}\n\n\t\t\t$checkbox.bind('click', function() {\n\t\t\t\tsetState($checkbox, $input, $clone)\n\t\t\t})\n\n\t\t\t$input.bind('keyup', function() {\n\t\t\t\tupdate($input, $clone)\n\t\t\t})\n\n\t\t\t$clone.bind('keyup', function() {\n\t\t\t\tupdate($clone, $input)\n\n\t\t\t\t// Added for JQuery Validation compatibility\n\t\t\t\t// This will trigger validation if it's ON for keyup event\n\t\t\t\t$input.trigger('keyup')\n\n\t\t\t})\n\n\t\t\t// Added for JQuery Validation compatibility\n\t\t\t// This will trigger validation if it's ON for blur event\n\t\t\t$clone.bind('blur', function() {\n\t\t\t\t$input.trigger('focusout')\n\t\t\t})\n\n\t\t\tsetState($checkbox, $input, $clone)\n\n\t\t\t// set type of password field clone (type=text) to password right on submit\n\t\t\t// to prevent browser save the value of this field\n\t\t\t$clone.closest('form').submit(function(e) {\n\t\t\t\t// .prop has to be used, because .attr throws\n\t\t\t\t// an error while changing a type of an input\n\t\t\t\t// element\n\t\t\t\t$clone.prop('type', 'password')\n\t\t\t})\n\n\t\t\tif (callback.fn) {\n\t\t\t\tcallback.fn(callback.args)\n\t\t\t}\n\n\t\t})\n\t},\n})\n","/**\n * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport $ from 'jquery'\n\n// Set autocomplete width the same as the related input\n// See http://stackoverflow.com/a/11845718\n$.ui.autocomplete.prototype._resizeMenu = function() {\n\tconst ul = this.menu.element\n\tul.outerWidth(this.element.outerWidth())\n}\n","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/sass-loader/dist/cjs.js!./jquery-ui-fixes.scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/sass-loader/dist/cjs.js!./jquery-ui-fixes.scss\";\n export default content && content.locals ? content.locals : undefined;\n","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/sass-loader/dist/cjs.js!./jquery.ocdialog.scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/sass-loader/dist/cjs.js!./jquery.ocdialog.scss\";\n export default content && content.locals ? content.locals : undefined;\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport $ from 'jquery'\n\nimport './avatar.js'\nimport './contactsmenu.js'\nimport './exists.js'\nimport './filterattr.js'\nimport './ocdialog.js'\nimport './octemplate.js'\nimport './placeholder.js'\nimport './requesttoken.js'\nimport './selectrange.js'\nimport './showpassword.js'\nimport './ui-fixes.js'\n\nimport './css/jquery-ui-fixes.scss'\nimport './css/jquery.ocdialog.scss'\n\n/**\n * Disable automatic evaluation of responses for $.ajax() functions (and its\n * higher-level alternatives like $.get() and $.post()).\n *\n * If a response to a $.ajax() request returns a content type of \"application/javascript\"\n * JQuery would previously execute the response body. This is a pretty unexpected\n * behaviour and can result in a bypass of our Content-Security-Policy as well as\n * multiple unexpected XSS vectors.\n */\n$.ajaxSetup({\n\tcontents: {\n\t\tscript: false,\n\t},\n})\n\n/**\n * Disable execution of eval in jQuery. We do require an allowed eval CSP\n * configuration at the moment for handlebars et al. But for jQuery there is\n * not much of a reason to execute JavaScript directly via eval.\n *\n * This thus mitigates some unexpected XSS vectors.\n */\n$.globalEval = function() {\n}\n","/**\n * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport 'core-js/stable/index.js'\nimport 'regenerator-runtime/runtime.js'\n\n// If you remove the line below, tests won't pass\n// eslint-disable-next-line no-unused-vars\nimport OC from './OC/index.js'\n\nimport './globals.js'\nimport './jquery/index.js'\nimport { initCore } from './init.js'\nimport { registerAppsSlideToggle } from './OC/apps.js'\nimport { getCSPNonce } from '@nextcloud/auth'\nimport { generateUrl } from '@nextcloud/router'\nimport Axios from '@nextcloud/axios'\n\n// eslint-disable-next-line camelcase\n__webpack_nonce__ = getCSPNonce()\n\nwindow.addEventListener('DOMContentLoaded', function() {\n\tinitCore()\n\tregisterAppsSlideToggle()\n\n\t// fallback to hashchange when no history support\n\tif (window.history.pushState) {\n\t\twindow.onpopstate = _.bind(OC.Util.History._onPopState, OC.Util.History)\n\t} else {\n\t\twindow.onhashchange = _.bind(OC.Util.History._onPopState, OC.Util.History)\n\t}\n})\n\n// Fix error \"CSRF check failed\"\ndocument.addEventListener('DOMContentLoaded', function() {\n\tconst form = document.getElementById('password-input-form')\n\tif (form) {\n\t\tform.addEventListener('submit', async function(event) {\n\t\t\tevent.preventDefault()\n\t\t\tconst requestToken = document.getElementById('requesttoken')\n\t\t\tif (requestToken) {\n\t\t\t\tconst url = generateUrl('/csrftoken')\n\t\t\t\tconst resp = await Axios.get(url)\n\t\t\t\trequestToken.value = resp.data.token\n\t\t\t}\n\t\t\tform.submit()\n\t\t})\n\t}\n})\n","// Backbone.js 1.6.0\n\n// (c) 2010-2024 Jeremy Ashkenas and DocumentCloud\n// Backbone may be freely distributed under the MIT license.\n// For all details and documentation:\n// http://backbonejs.org\n\n(function(factory) {\n\n // Establish the root object, `window` (`self`) in the browser, or `global` on the server.\n // We use `self` instead of `window` for `WebWorker` support.\n var root = typeof self == 'object' && self.self === self && self ||\n typeof global == 'object' && global.global === global && global;\n\n // Set up Backbone appropriately for the environment. Start with AMD.\n if (typeof define === 'function' && define.amd) {\n define(['underscore', 'jquery', 'exports'], function(_, $, exports) {\n // Export global even in AMD case in case this script is loaded with\n // others that may still expect a global Backbone.\n root.Backbone = factory(root, exports, _, $);\n });\n\n // Next for Node.js or CommonJS. jQuery may not be needed as a module.\n } else if (typeof exports !== 'undefined') {\n var _ = require('underscore'), $;\n try { $ = require('jquery'); } catch (e) {}\n factory(root, exports, _, $);\n\n // Finally, as a browser global.\n } else {\n root.Backbone = factory(root, {}, root._, root.jQuery || root.Zepto || root.ender || root.$);\n }\n\n})(function(root, Backbone, _, $) {\n\n // Initial Setup\n // -------------\n\n // Save the previous value of the `Backbone` variable, so that it can be\n // restored later on, if `noConflict` is used.\n var previousBackbone = root.Backbone;\n\n // Create a local reference to a common array method we'll want to use later.\n var slice = Array.prototype.slice;\n\n // Current version of the library. Keep in sync with `package.json`.\n Backbone.VERSION = '1.6.0';\n\n // For Backbone's purposes, jQuery, Zepto, Ender, or My Library (kidding) owns\n // the `$` variable.\n Backbone.$ = $;\n\n // Runs Backbone.js in *noConflict* mode, returning the `Backbone` variable\n // to its previous owner. Returns a reference to this Backbone object.\n Backbone.noConflict = function() {\n root.Backbone = previousBackbone;\n return this;\n };\n\n // Turn on `emulateHTTP` to support legacy HTTP servers. Setting this option\n // will fake `\"PATCH\"`, `\"PUT\"` and `\"DELETE\"` requests via the `_method` parameter and\n // set a `X-Http-Method-Override` header.\n Backbone.emulateHTTP = false;\n\n // Turn on `emulateJSON` to support legacy servers that can't deal with direct\n // `application/json` requests ... this will encode the body as\n // `application/x-www-form-urlencoded` instead and will send the model in a\n // form param named `model`.\n Backbone.emulateJSON = false;\n\n // Backbone.Events\n // ---------------\n\n // A module that can be mixed in to *any object* in order to provide it with\n // a custom event channel. You may bind a callback to an event with `on` or\n // remove with `off`; `trigger`-ing an event fires all callbacks in\n // succession.\n //\n // var object = {};\n // _.extend(object, Backbone.Events);\n // object.on('expand', function(){ alert('expanded'); });\n // object.trigger('expand');\n //\n var Events = Backbone.Events = {};\n\n // Regular expression used to split event strings.\n var eventSplitter = /\\s+/;\n\n // A private global variable to share between listeners and listenees.\n var _listening;\n\n // Iterates over the standard `event, callback` (as well as the fancy multiple\n // space-separated events `\"change blur\", callback` and jQuery-style event\n // maps `{event: callback}`).\n var eventsApi = function(iteratee, events, name, callback, opts) {\n var i = 0, names;\n if (name && typeof name === 'object') {\n // Handle event maps.\n if (callback !== void 0 && 'context' in opts && opts.context === void 0) opts.context = callback;\n for (names = _.keys(name); i < names.length ; i++) {\n events = eventsApi(iteratee, events, names[i], name[names[i]], opts);\n }\n } else if (name && eventSplitter.test(name)) {\n // Handle space-separated event names by delegating them individually.\n for (names = name.split(eventSplitter); i < names.length; i++) {\n events = iteratee(events, names[i], callback, opts);\n }\n } else {\n // Finally, standard events.\n events = iteratee(events, name, callback, opts);\n }\n return events;\n };\n\n // Bind an event to a `callback` function. Passing `\"all\"` will bind\n // the callback to all events fired.\n Events.on = function(name, callback, context) {\n this._events = eventsApi(onApi, this._events || {}, name, callback, {\n context: context,\n ctx: this,\n listening: _listening\n });\n\n if (_listening) {\n var listeners = this._listeners || (this._listeners = {});\n listeners[_listening.id] = _listening;\n // Allow the listening to use a counter, instead of tracking\n // callbacks for library interop\n _listening.interop = false;\n }\n\n return this;\n };\n\n // Inversion-of-control versions of `on`. Tell *this* object to listen to\n // an event in another object... keeping track of what it's listening to\n // for easier unbinding later.\n Events.listenTo = function(obj, name, callback) {\n if (!obj) return this;\n var id = obj._listenId || (obj._listenId = _.uniqueId('l'));\n var listeningTo = this._listeningTo || (this._listeningTo = {});\n var listening = _listening = listeningTo[id];\n\n // This object is not listening to any other events on `obj` yet.\n // Setup the necessary references to track the listening callbacks.\n if (!listening) {\n this._listenId || (this._listenId = _.uniqueId('l'));\n listening = _listening = listeningTo[id] = new Listening(this, obj);\n }\n\n // Bind callbacks on obj.\n var error = tryCatchOn(obj, name, callback, this);\n _listening = void 0;\n\n if (error) throw error;\n // If the target obj is not Backbone.Events, track events manually.\n if (listening.interop) listening.on(name, callback);\n\n return this;\n };\n\n // The reducing API that adds a callback to the `events` object.\n var onApi = function(events, name, callback, options) {\n if (callback) {\n var handlers = events[name] || (events[name] = []);\n var context = options.context, ctx = options.ctx, listening = options.listening;\n if (listening) listening.count++;\n\n handlers.push({callback: callback, context: context, ctx: context || ctx, listening: listening});\n }\n return events;\n };\n\n // An try-catch guarded #on function, to prevent poisoning the global\n // `_listening` variable.\n var tryCatchOn = function(obj, name, callback, context) {\n try {\n obj.on(name, callback, context);\n } catch (e) {\n return e;\n }\n };\n\n // Remove one or many callbacks. If `context` is null, removes all\n // callbacks with that function. If `callback` is null, removes all\n // callbacks for the event. If `name` is null, removes all bound\n // callbacks for all events.\n Events.off = function(name, callback, context) {\n if (!this._events) return this;\n this._events = eventsApi(offApi, this._events, name, callback, {\n context: context,\n listeners: this._listeners\n });\n\n return this;\n };\n\n // Tell this object to stop listening to either specific events ... or\n // to every object it's currently listening to.\n Events.stopListening = function(obj, name, callback) {\n var listeningTo = this._listeningTo;\n if (!listeningTo) return this;\n\n var ids = obj ? [obj._listenId] : _.keys(listeningTo);\n for (var i = 0; i < ids.length; i++) {\n var listening = listeningTo[ids[i]];\n\n // If listening doesn't exist, this object is not currently\n // listening to obj. Break out early.\n if (!listening) break;\n\n listening.obj.off(name, callback, this);\n if (listening.interop) listening.off(name, callback);\n }\n if (_.isEmpty(listeningTo)) this._listeningTo = void 0;\n\n return this;\n };\n\n // The reducing API that removes a callback from the `events` object.\n var offApi = function(events, name, callback, options) {\n if (!events) return;\n\n var context = options.context, listeners = options.listeners;\n var i = 0, names;\n\n // Delete all event listeners and \"drop\" events.\n if (!name && !context && !callback) {\n for (names = _.keys(listeners); i < names.length; i++) {\n listeners[names[i]].cleanup();\n }\n return;\n }\n\n names = name ? [name] : _.keys(events);\n for (; i < names.length; i++) {\n name = names[i];\n var handlers = events[name];\n\n // Bail out if there are no events stored.\n if (!handlers) break;\n\n // Find any remaining events.\n var remaining = [];\n for (var j = 0; j < handlers.length; j++) {\n var handler = handlers[j];\n if (\n callback && callback !== handler.callback &&\n callback !== handler.callback._callback ||\n context && context !== handler.context\n ) {\n remaining.push(handler);\n } else {\n var listening = handler.listening;\n if (listening) listening.off(name, callback);\n }\n }\n\n // Replace events if there are any remaining. Otherwise, clean up.\n if (remaining.length) {\n events[name] = remaining;\n } else {\n delete events[name];\n }\n }\n\n return events;\n };\n\n // Bind an event to only be triggered a single time. After the first time\n // the callback is invoked, its listener will be removed. If multiple events\n // are passed in using the space-separated syntax, the handler will fire\n // once for each event, not once for a combination of all events.\n Events.once = function(name, callback, context) {\n // Map the event into a `{event: once}` object.\n var events = eventsApi(onceMap, {}, name, callback, this.off.bind(this));\n if (typeof name === 'string' && context == null) callback = void 0;\n return this.on(events, callback, context);\n };\n\n // Inversion-of-control versions of `once`.\n Events.listenToOnce = function(obj, name, callback) {\n // Map the event into a `{event: once}` object.\n var events = eventsApi(onceMap, {}, name, callback, this.stopListening.bind(this, obj));\n return this.listenTo(obj, events);\n };\n\n // Reduces the event callbacks into a map of `{event: onceWrapper}`.\n // `offer` unbinds the `onceWrapper` after it has been called.\n var onceMap = function(map, name, callback, offer) {\n if (callback) {\n var once = map[name] = _.once(function() {\n offer(name, once);\n callback.apply(this, arguments);\n });\n once._callback = callback;\n }\n return map;\n };\n\n // Trigger one or many events, firing all bound callbacks. Callbacks are\n // passed the same arguments as `trigger` is, apart from the event name\n // (unless you're listening on `\"all\"`, which will cause your callback to\n // receive the true name of the event as the first argument).\n Events.trigger = function(name) {\n if (!this._events) return this;\n\n var length = Math.max(0, arguments.length - 1);\n var args = Array(length);\n for (var i = 0; i < length; i++) args[i] = arguments[i + 1];\n\n eventsApi(triggerApi, this._events, name, void 0, args);\n return this;\n };\n\n // Handles triggering the appropriate event callbacks.\n var triggerApi = function(objEvents, name, callback, args) {\n if (objEvents) {\n var events = objEvents[name];\n var allEvents = objEvents.all;\n if (events && allEvents) allEvents = allEvents.slice();\n if (events) triggerEvents(events, args);\n if (allEvents) triggerEvents(allEvents, [name].concat(args));\n }\n return objEvents;\n };\n\n // A difficult-to-believe, but optimized internal dispatch function for\n // triggering events. Tries to keep the usual cases speedy (most internal\n // Backbone events have 3 arguments).\n var triggerEvents = function(events, args) {\n var ev, i = -1, l = events.length, a1 = args[0], a2 = args[1], a3 = args[2];\n switch (args.length) {\n case 0: while (++i < l) (ev = events[i]).callback.call(ev.ctx); return;\n case 1: while (++i < l) (ev = events[i]).callback.call(ev.ctx, a1); return;\n case 2: while (++i < l) (ev = events[i]).callback.call(ev.ctx, a1, a2); return;\n case 3: while (++i < l) (ev = events[i]).callback.call(ev.ctx, a1, a2, a3); return;\n default: while (++i < l) (ev = events[i]).callback.apply(ev.ctx, args); return;\n }\n };\n\n // A listening class that tracks and cleans up memory bindings\n // when all callbacks have been offed.\n var Listening = function(listener, obj) {\n this.id = listener._listenId;\n this.listener = listener;\n this.obj = obj;\n this.interop = true;\n this.count = 0;\n this._events = void 0;\n };\n\n Listening.prototype.on = Events.on;\n\n // Offs a callback (or several).\n // Uses an optimized counter if the listenee uses Backbone.Events.\n // Otherwise, falls back to manual tracking to support events\n // library interop.\n Listening.prototype.off = function(name, callback) {\n var cleanup;\n if (this.interop) {\n this._events = eventsApi(offApi, this._events, name, callback, {\n context: void 0,\n listeners: void 0\n });\n cleanup = !this._events;\n } else {\n this.count--;\n cleanup = this.count === 0;\n }\n if (cleanup) this.cleanup();\n };\n\n // Cleans up memory bindings between the listener and the listenee.\n Listening.prototype.cleanup = function() {\n delete this.listener._listeningTo[this.obj._listenId];\n if (!this.interop) delete this.obj._listeners[this.id];\n };\n\n // Aliases for backwards compatibility.\n Events.bind = Events.on;\n Events.unbind = Events.off;\n\n // Allow the `Backbone` object to serve as a global event bus, for folks who\n // want global \"pubsub\" in a convenient place.\n _.extend(Backbone, Events);\n\n // Backbone.Model\n // --------------\n\n // Backbone **Models** are the basic data object in the framework --\n // frequently representing a row in a table in a database on your server.\n // A discrete chunk of data and a bunch of useful, related methods for\n // performing computations and transformations on that data.\n\n // Create a new model with the specified attributes. A client id (`cid`)\n // is automatically generated and assigned for you.\n var Model = Backbone.Model = function(attributes, options) {\n var attrs = attributes || {};\n options || (options = {});\n this.preinitialize.apply(this, arguments);\n this.cid = _.uniqueId(this.cidPrefix);\n this.attributes = {};\n if (options.collection) this.collection = options.collection;\n if (options.parse) attrs = this.parse(attrs, options) || {};\n var defaults = _.result(this, 'defaults');\n\n // Just _.defaults would work fine, but the additional _.extends\n // is in there for historical reasons. See #3843.\n attrs = _.defaults(_.extend({}, defaults, attrs), defaults);\n\n this.set(attrs, options);\n this.changed = {};\n this.initialize.apply(this, arguments);\n };\n\n // Attach all inheritable methods to the Model prototype.\n _.extend(Model.prototype, Events, {\n\n // A hash of attributes whose current and previous value differ.\n changed: null,\n\n // The value returned during the last failed validation.\n validationError: null,\n\n // The default name for the JSON `id` attribute is `\"id\"`. MongoDB and\n // CouchDB users may want to set this to `\"_id\"`.\n idAttribute: 'id',\n\n // The prefix is used to create the client id which is used to identify models locally.\n // You may want to override this if you're experiencing name clashes with model ids.\n cidPrefix: 'c',\n\n // preinitialize is an empty function by default. You can override it with a function\n // or object. preinitialize will run before any instantiation logic is run in the Model.\n preinitialize: function(){},\n\n // Initialize is an empty function by default. Override it with your own\n // initialization logic.\n initialize: function(){},\n\n // Return a copy of the model's `attributes` object.\n toJSON: function(options) {\n return _.clone(this.attributes);\n },\n\n // Proxy `Backbone.sync` by default -- but override this if you need\n // custom syncing semantics for *this* particular model.\n sync: function() {\n return Backbone.sync.apply(this, arguments);\n },\n\n // Get the value of an attribute.\n get: function(attr) {\n return this.attributes[attr];\n },\n\n // Get the HTML-escaped value of an attribute.\n escape: function(attr) {\n return _.escape(this.get(attr));\n },\n\n // Returns `true` if the attribute contains a value that is not null\n // or undefined.\n has: function(attr) {\n return this.get(attr) != null;\n },\n\n // Special-cased proxy to underscore's `_.matches` method.\n matches: function(attrs) {\n return !!_.iteratee(attrs, this)(this.attributes);\n },\n\n // Set a hash of model attributes on the object, firing `\"change\"`. This is\n // the core primitive operation of a model, updating the data and notifying\n // anyone who needs to know about the change in state. The heart of the beast.\n set: function(key, val, options) {\n if (key == null) return this;\n\n // Handle both `\"key\", value` and `{key: value}` -style arguments.\n var attrs;\n if (typeof key === 'object') {\n attrs = key;\n options = val;\n } else {\n (attrs = {})[key] = val;\n }\n\n options || (options = {});\n\n // Run validation.\n if (!this._validate(attrs, options)) return false;\n\n // Extract attributes and options.\n var unset = options.unset;\n var silent = options.silent;\n var changes = [];\n var changing = this._changing;\n this._changing = true;\n\n if (!changing) {\n this._previousAttributes = _.clone(this.attributes);\n this.changed = {};\n }\n\n var current = this.attributes;\n var changed = this.changed;\n var prev = this._previousAttributes;\n\n // For each `set` attribute, update or delete the current value.\n for (var attr in attrs) {\n val = attrs[attr];\n if (!_.isEqual(current[attr], val)) changes.push(attr);\n if (!_.isEqual(prev[attr], val)) {\n changed[attr] = val;\n } else {\n delete changed[attr];\n }\n unset ? delete current[attr] : current[attr] = val;\n }\n\n // Update the `id`.\n if (this.idAttribute in attrs) {\n var prevId = this.id;\n this.id = this.get(this.idAttribute);\n this.trigger('changeId', this, prevId, options);\n }\n\n // Trigger all relevant attribute changes.\n if (!silent) {\n if (changes.length) this._pending = options;\n for (var i = 0; i < changes.length; i++) {\n this.trigger('change:' + changes[i], this, current[changes[i]], options);\n }\n }\n\n // You might be wondering why there's a `while` loop here. Changes can\n // be recursively nested within `\"change\"` events.\n if (changing) return this;\n if (!silent) {\n while (this._pending) {\n options = this._pending;\n this._pending = false;\n this.trigger('change', this, options);\n }\n }\n this._pending = false;\n this._changing = false;\n return this;\n },\n\n // Remove an attribute from the model, firing `\"change\"`. `unset` is a noop\n // if the attribute doesn't exist.\n unset: function(attr, options) {\n return this.set(attr, void 0, _.extend({}, options, {unset: true}));\n },\n\n // Clear all attributes on the model, firing `\"change\"`.\n clear: function(options) {\n var attrs = {};\n for (var key in this.attributes) attrs[key] = void 0;\n return this.set(attrs, _.extend({}, options, {unset: true}));\n },\n\n // Determine if the model has changed since the last `\"change\"` event.\n // If you specify an attribute name, determine if that attribute has changed.\n hasChanged: function(attr) {\n if (attr == null) return !_.isEmpty(this.changed);\n return _.has(this.changed, attr);\n },\n\n // Return an object containing all the attributes that have changed, or\n // false if there are no changed attributes. Useful for determining what\n // parts of a view need to be updated and/or what attributes need to be\n // persisted to the server. Unset attributes will be set to undefined.\n // You can also pass an attributes object to diff against the model,\n // determining if there *would be* a change.\n changedAttributes: function(diff) {\n if (!diff) return this.hasChanged() ? _.clone(this.changed) : false;\n var old = this._changing ? this._previousAttributes : this.attributes;\n var changed = {};\n var hasChanged;\n for (var attr in diff) {\n var val = diff[attr];\n if (_.isEqual(old[attr], val)) continue;\n changed[attr] = val;\n hasChanged = true;\n }\n return hasChanged ? changed : false;\n },\n\n // Get the previous value of an attribute, recorded at the time the last\n // `\"change\"` event was fired.\n previous: function(attr) {\n if (attr == null || !this._previousAttributes) return null;\n return this._previousAttributes[attr];\n },\n\n // Get all of the attributes of the model at the time of the previous\n // `\"change\"` event.\n previousAttributes: function() {\n return _.clone(this._previousAttributes);\n },\n\n // Fetch the model from the server, merging the response with the model's\n // local attributes. Any changed attributes will trigger a \"change\" event.\n fetch: function(options) {\n options = _.extend({parse: true}, options);\n var model = this;\n var success = options.success;\n options.success = function(resp) {\n var serverAttrs = options.parse ? model.parse(resp, options) : resp;\n if (!model.set(serverAttrs, options)) return false;\n if (success) success.call(options.context, model, resp, options);\n model.trigger('sync', model, resp, options);\n };\n wrapError(this, options);\n return this.sync('read', this, options);\n },\n\n // Set a hash of model attributes, and sync the model to the server.\n // If the server returns an attributes hash that differs, the model's\n // state will be `set` again.\n save: function(key, val, options) {\n // Handle both `\"key\", value` and `{key: value}` -style arguments.\n var attrs;\n if (key == null || typeof key === 'object') {\n attrs = key;\n options = val;\n } else {\n (attrs = {})[key] = val;\n }\n\n options = _.extend({validate: true, parse: true}, options);\n var wait = options.wait;\n\n // If we're not waiting and attributes exist, save acts as\n // `set(attr).save(null, opts)` with validation. Otherwise, check if\n // the model will be valid when the attributes, if any, are set.\n if (attrs && !wait) {\n if (!this.set(attrs, options)) return false;\n } else if (!this._validate(attrs, options)) {\n return false;\n }\n\n // After a successful server-side save, the client is (optionally)\n // updated with the server-side state.\n var model = this;\n var success = options.success;\n var attributes = this.attributes;\n options.success = function(resp) {\n // Ensure attributes are restored during synchronous saves.\n model.attributes = attributes;\n var serverAttrs = options.parse ? model.parse(resp, options) : resp;\n if (wait) serverAttrs = _.extend({}, attrs, serverAttrs);\n if (serverAttrs && !model.set(serverAttrs, options)) return false;\n if (success) success.call(options.context, model, resp, options);\n model.trigger('sync', model, resp, options);\n };\n wrapError(this, options);\n\n // Set temporary attributes if `{wait: true}` to properly find new ids.\n if (attrs && wait) this.attributes = _.extend({}, attributes, attrs);\n\n var method = this.isNew() ? 'create' : options.patch ? 'patch' : 'update';\n if (method === 'patch' && !options.attrs) options.attrs = attrs;\n var xhr = this.sync(method, this, options);\n\n // Restore attributes.\n this.attributes = attributes;\n\n return xhr;\n },\n\n // Destroy this model on the server if it was already persisted.\n // Optimistically removes the model from its collection, if it has one.\n // If `wait: true` is passed, waits for the server to respond before removal.\n destroy: function(options) {\n options = options ? _.clone(options) : {};\n var model = this;\n var success = options.success;\n var wait = options.wait;\n\n var destroy = function() {\n model.stopListening();\n model.trigger('destroy', model, model.collection, options);\n };\n\n options.success = function(resp) {\n if (wait) destroy();\n if (success) success.call(options.context, model, resp, options);\n if (!model.isNew()) model.trigger('sync', model, resp, options);\n };\n\n var xhr = false;\n if (this.isNew()) {\n _.defer(options.success);\n } else {\n wrapError(this, options);\n xhr = this.sync('delete', this, options);\n }\n if (!wait) destroy();\n return xhr;\n },\n\n // Default URL for the model's representation on the server -- if you're\n // using Backbone's restful methods, override this to change the endpoint\n // that will be called.\n url: function() {\n var base =\n _.result(this, 'urlRoot') ||\n _.result(this.collection, 'url') ||\n urlError();\n if (this.isNew()) return base;\n var id = this.get(this.idAttribute);\n return base.replace(/[^\\/]$/, '$&/') + encodeURIComponent(id);\n },\n\n // **parse** converts a response into the hash of attributes to be `set` on\n // the model. The default implementation is just to pass the response along.\n parse: function(resp, options) {\n return resp;\n },\n\n // Create a new model with identical attributes to this one.\n clone: function() {\n return new this.constructor(this.attributes);\n },\n\n // A model is new if it has never been saved to the server, and lacks an id.\n isNew: function() {\n return !this.has(this.idAttribute);\n },\n\n // Check if the model is currently in a valid state.\n isValid: function(options) {\n return this._validate({}, _.extend({}, options, {validate: true}));\n },\n\n // Run validation against the next complete set of model attributes,\n // returning `true` if all is well. Otherwise, fire an `\"invalid\"` event.\n _validate: function(attrs, options) {\n if (!options.validate || !this.validate) return true;\n attrs = _.extend({}, this.attributes, attrs);\n var error = this.validationError = this.validate(attrs, options) || null;\n if (!error) return true;\n this.trigger('invalid', this, error, _.extend(options, {validationError: error}));\n return false;\n }\n\n });\n\n // Backbone.Collection\n // -------------------\n\n // If models tend to represent a single row of data, a Backbone Collection is\n // more analogous to a table full of data ... or a small slice or page of that\n // table, or a collection of rows that belong together for a particular reason\n // -- all of the messages in this particular folder, all of the documents\n // belonging to this particular author, and so on. Collections maintain\n // indexes of their models, both in order, and for lookup by `id`.\n\n // Create a new **Collection**, perhaps to contain a specific type of `model`.\n // If a `comparator` is specified, the Collection will maintain\n // its models in sort order, as they're added and removed.\n var Collection = Backbone.Collection = function(models, options) {\n options || (options = {});\n this.preinitialize.apply(this, arguments);\n if (options.model) this.model = options.model;\n if (options.comparator !== void 0) this.comparator = options.comparator;\n this._reset();\n this.initialize.apply(this, arguments);\n if (models) this.reset(models, _.extend({silent: true}, options));\n };\n\n // Default options for `Collection#set`.\n var setOptions = {add: true, remove: true, merge: true};\n var addOptions = {add: true, remove: false};\n\n // Splices `insert` into `array` at index `at`.\n var splice = function(array, insert, at) {\n at = Math.min(Math.max(at, 0), array.length);\n var tail = Array(array.length - at);\n var length = insert.length;\n var i;\n for (i = 0; i < tail.length; i++) tail[i] = array[i + at];\n for (i = 0; i < length; i++) array[i + at] = insert[i];\n for (i = 0; i < tail.length; i++) array[i + length + at] = tail[i];\n };\n\n // Define the Collection's inheritable methods.\n _.extend(Collection.prototype, Events, {\n\n // The default model for a collection is just a **Backbone.Model**.\n // This should be overridden in most cases.\n model: Model,\n\n\n // preinitialize is an empty function by default. You can override it with a function\n // or object. preinitialize will run before any instantiation logic is run in the Collection.\n preinitialize: function(){},\n\n // Initialize is an empty function by default. Override it with your own\n // initialization logic.\n initialize: function(){},\n\n // The JSON representation of a Collection is an array of the\n // models' attributes.\n toJSON: function(options) {\n return this.map(function(model) { return model.toJSON(options); });\n },\n\n // Proxy `Backbone.sync` by default.\n sync: function() {\n return Backbone.sync.apply(this, arguments);\n },\n\n // Add a model, or list of models to the set. `models` may be Backbone\n // Models or raw JavaScript objects to be converted to Models, or any\n // combination of the two.\n add: function(models, options) {\n return this.set(models, _.extend({merge: false}, options, addOptions));\n },\n\n // Remove a model, or a list of models from the set.\n remove: function(models, options) {\n options = _.extend({}, options);\n var singular = !_.isArray(models);\n models = singular ? [models] : models.slice();\n var removed = this._removeModels(models, options);\n if (!options.silent && removed.length) {\n options.changes = {added: [], merged: [], removed: removed};\n this.trigger('update', this, options);\n }\n return singular ? removed[0] : removed;\n },\n\n // Update a collection by `set`-ing a new list of models, adding new ones,\n // removing models that are no longer present, and merging models that\n // already exist in the collection, as necessary. Similar to **Model#set**,\n // the core operation for updating the data contained by the collection.\n set: function(models, options) {\n if (models == null) return;\n\n options = _.extend({}, setOptions, options);\n if (options.parse && !this._isModel(models)) {\n models = this.parse(models, options) || [];\n }\n\n var singular = !_.isArray(models);\n models = singular ? [models] : models.slice();\n\n var at = options.at;\n if (at != null) at = +at;\n if (at > this.length) at = this.length;\n if (at < 0) at += this.length + 1;\n\n var set = [];\n var toAdd = [];\n var toMerge = [];\n var toRemove = [];\n var modelMap = {};\n\n var add = options.add;\n var merge = options.merge;\n var remove = options.remove;\n\n var sort = false;\n var sortable = this.comparator && at == null && options.sort !== false;\n var sortAttr = _.isString(this.comparator) ? this.comparator : null;\n\n // Turn bare objects into model references, and prevent invalid models\n // from being added.\n var model, i;\n for (i = 0; i < models.length; i++) {\n model = models[i];\n\n // If a duplicate is found, prevent it from being added and\n // optionally merge it into the existing model.\n var existing = this.get(model);\n if (existing) {\n if (merge && model !== existing) {\n var attrs = this._isModel(model) ? model.attributes : model;\n if (options.parse) attrs = existing.parse(attrs, options);\n existing.set(attrs, options);\n toMerge.push(existing);\n if (sortable && !sort) sort = existing.hasChanged(sortAttr);\n }\n if (!modelMap[existing.cid]) {\n modelMap[existing.cid] = true;\n set.push(existing);\n }\n models[i] = existing;\n\n // If this is a new, valid model, push it to the `toAdd` list.\n } else if (add) {\n model = models[i] = this._prepareModel(model, options);\n if (model) {\n toAdd.push(model);\n this._addReference(model, options);\n modelMap[model.cid] = true;\n set.push(model);\n }\n }\n }\n\n // Remove stale models.\n if (remove) {\n for (i = 0; i < this.length; i++) {\n model = this.models[i];\n if (!modelMap[model.cid]) toRemove.push(model);\n }\n if (toRemove.length) this._removeModels(toRemove, options);\n }\n\n // See if sorting is needed, update `length` and splice in new models.\n var orderChanged = false;\n var replace = !sortable && add && remove;\n if (set.length && replace) {\n orderChanged = this.length !== set.length || _.some(this.models, function(m, index) {\n return m !== set[index];\n });\n this.models.length = 0;\n splice(this.models, set, 0);\n this.length = this.models.length;\n } else if (toAdd.length) {\n if (sortable) sort = true;\n splice(this.models, toAdd, at == null ? this.length : at);\n this.length = this.models.length;\n }\n\n // Silently sort the collection if appropriate.\n if (sort) this.sort({silent: true});\n\n // Unless silenced, it's time to fire all appropriate add/sort/update events.\n if (!options.silent) {\n for (i = 0; i < toAdd.length; i++) {\n if (at != null) options.index = at + i;\n model = toAdd[i];\n model.trigger('add', model, this, options);\n }\n if (sort || orderChanged) this.trigger('sort', this, options);\n if (toAdd.length || toRemove.length || toMerge.length) {\n options.changes = {\n added: toAdd,\n removed: toRemove,\n merged: toMerge\n };\n this.trigger('update', this, options);\n }\n }\n\n // Return the added (or merged) model (or models).\n return singular ? models[0] : models;\n },\n\n // When you have more items than you want to add or remove individually,\n // you can reset the entire set with a new list of models, without firing\n // any granular `add` or `remove` events. Fires `reset` when finished.\n // Useful for bulk operations and optimizations.\n reset: function(models, options) {\n options = options ? _.clone(options) : {};\n for (var i = 0; i < this.models.length; i++) {\n this._removeReference(this.models[i], options);\n }\n options.previousModels = this.models;\n this._reset();\n models = this.add(models, _.extend({silent: true}, options));\n if (!options.silent) this.trigger('reset', this, options);\n return models;\n },\n\n // Add a model to the end of the collection.\n push: function(model, options) {\n return this.add(model, _.extend({at: this.length}, options));\n },\n\n // Remove a model from the end of the collection.\n pop: function(options) {\n var model = this.at(this.length - 1);\n return this.remove(model, options);\n },\n\n // Add a model to the beginning of the collection.\n unshift: function(model, options) {\n return this.add(model, _.extend({at: 0}, options));\n },\n\n // Remove a model from the beginning of the collection.\n shift: function(options) {\n var model = this.at(0);\n return this.remove(model, options);\n },\n\n // Slice out a sub-array of models from the collection.\n slice: function() {\n return slice.apply(this.models, arguments);\n },\n\n // Get a model from the set by id, cid, model object with id or cid\n // properties, or an attributes object that is transformed through modelId.\n get: function(obj) {\n if (obj == null) return void 0;\n return this._byId[obj] ||\n this._byId[this.modelId(this._isModel(obj) ? obj.attributes : obj, obj.idAttribute)] ||\n obj.cid && this._byId[obj.cid];\n },\n\n // Returns `true` if the model is in the collection.\n has: function(obj) {\n return this.get(obj) != null;\n },\n\n // Get the model at the given index.\n at: function(index) {\n if (index < 0) index += this.length;\n return this.models[index];\n },\n\n // Return models with matching attributes. Useful for simple cases of\n // `filter`.\n where: function(attrs, first) {\n return this[first ? 'find' : 'filter'](attrs);\n },\n\n // Return the first model with matching attributes. Useful for simple cases\n // of `find`.\n findWhere: function(attrs) {\n return this.where(attrs, true);\n },\n\n // Force the collection to re-sort itself. You don't need to call this under\n // normal circumstances, as the set will maintain sort order as each item\n // is added.\n sort: function(options) {\n var comparator = this.comparator;\n if (!comparator) throw new Error('Cannot sort a set without a comparator');\n options || (options = {});\n\n var length = comparator.length;\n if (_.isFunction(comparator)) comparator = comparator.bind(this);\n\n // Run sort based on type of `comparator`.\n if (length === 1 || _.isString(comparator)) {\n this.models = this.sortBy(comparator);\n } else {\n this.models.sort(comparator);\n }\n if (!options.silent) this.trigger('sort', this, options);\n return this;\n },\n\n // Pluck an attribute from each model in the collection.\n pluck: function(attr) {\n return this.map(attr + '');\n },\n\n // Fetch the default set of models for this collection, resetting the\n // collection when they arrive. If `reset: true` is passed, the response\n // data will be passed through the `reset` method instead of `set`.\n fetch: function(options) {\n options = _.extend({parse: true}, options);\n var success = options.success;\n var collection = this;\n options.success = function(resp) {\n var method = options.reset ? 'reset' : 'set';\n collection[method](resp, options);\n if (success) success.call(options.context, collection, resp, options);\n collection.trigger('sync', collection, resp, options);\n };\n wrapError(this, options);\n return this.sync('read', this, options);\n },\n\n // Create a new instance of a model in this collection. Add the model to the\n // collection immediately, unless `wait: true` is passed, in which case we\n // wait for the server to agree.\n create: function(model, options) {\n options = options ? _.clone(options) : {};\n var wait = options.wait;\n model = this._prepareModel(model, options);\n if (!model) return false;\n if (!wait) this.add(model, options);\n var collection = this;\n var success = options.success;\n options.success = function(m, resp, callbackOpts) {\n if (wait) {\n m.off('error', collection._forwardPristineError, collection);\n collection.add(m, callbackOpts);\n }\n if (success) success.call(callbackOpts.context, m, resp, callbackOpts);\n };\n // In case of wait:true, our collection is not listening to any\n // of the model's events yet, so it will not forward the error\n // event. In this special case, we need to listen for it\n // separately and handle the event just once.\n // (The reason we don't need to do this for the sync event is\n // in the success handler above: we add the model first, which\n // causes the collection to listen, and then invoke the callback\n // that triggers the event.)\n if (wait) {\n model.once('error', this._forwardPristineError, this);\n }\n model.save(null, options);\n return model;\n },\n\n // **parse** converts a response into a list of models to be added to the\n // collection. The default implementation is just to pass it through.\n parse: function(resp, options) {\n return resp;\n },\n\n // Create a new collection with an identical list of models as this one.\n clone: function() {\n return new this.constructor(this.models, {\n model: this.model,\n comparator: this.comparator\n });\n },\n\n // Define how to uniquely identify models in the collection.\n modelId: function(attrs, idAttribute) {\n return attrs[idAttribute || this.model.prototype.idAttribute || 'id'];\n },\n\n // Get an iterator of all models in this collection.\n values: function() {\n return new CollectionIterator(this, ITERATOR_VALUES);\n },\n\n // Get an iterator of all model IDs in this collection.\n keys: function() {\n return new CollectionIterator(this, ITERATOR_KEYS);\n },\n\n // Get an iterator of all [ID, model] tuples in this collection.\n entries: function() {\n return new CollectionIterator(this, ITERATOR_KEYSVALUES);\n },\n\n // Private method to reset all internal state. Called when the collection\n // is first initialized or reset.\n _reset: function() {\n this.length = 0;\n this.models = [];\n this._byId = {};\n },\n\n // Prepare a hash of attributes (or other model) to be added to this\n // collection.\n _prepareModel: function(attrs, options) {\n if (this._isModel(attrs)) {\n if (!attrs.collection) attrs.collection = this;\n return attrs;\n }\n options = options ? _.clone(options) : {};\n options.collection = this;\n\n var model;\n if (this.model.prototype) {\n model = new this.model(attrs, options);\n } else {\n // ES class methods didn't have prototype\n model = this.model(attrs, options);\n }\n\n if (!model.validationError) return model;\n this.trigger('invalid', this, model.validationError, options);\n return false;\n },\n\n // Internal method called by both remove and set.\n _removeModels: function(models, options) {\n var removed = [];\n for (var i = 0; i < models.length; i++) {\n var model = this.get(models[i]);\n if (!model) continue;\n\n var index = this.indexOf(model);\n this.models.splice(index, 1);\n this.length--;\n\n // Remove references before triggering 'remove' event to prevent an\n // infinite loop. #3693\n delete this._byId[model.cid];\n var id = this.modelId(model.attributes, model.idAttribute);\n if (id != null) delete this._byId[id];\n\n if (!options.silent) {\n options.index = index;\n model.trigger('remove', model, this, options);\n }\n\n removed.push(model);\n this._removeReference(model, options);\n }\n if (models.length > 0 && !options.silent) delete options.index;\n return removed;\n },\n\n // Method for checking whether an object should be considered a model for\n // the purposes of adding to the collection.\n _isModel: function(model) {\n return model instanceof Model;\n },\n\n // Internal method to create a model's ties to a collection.\n _addReference: function(model, options) {\n this._byId[model.cid] = model;\n var id = this.modelId(model.attributes, model.idAttribute);\n if (id != null) this._byId[id] = model;\n model.on('all', this._onModelEvent, this);\n },\n\n // Internal method to sever a model's ties to a collection.\n _removeReference: function(model, options) {\n delete this._byId[model.cid];\n var id = this.modelId(model.attributes, model.idAttribute);\n if (id != null) delete this._byId[id];\n if (this === model.collection) delete model.collection;\n model.off('all', this._onModelEvent, this);\n },\n\n // Internal method called every time a model in the set fires an event.\n // Sets need to update their indexes when models change ids. All other\n // events simply proxy through. \"add\" and \"remove\" events that originate\n // in other collections are ignored.\n _onModelEvent: function(event, model, collection, options) {\n if (model) {\n if ((event === 'add' || event === 'remove') && collection !== this) return;\n if (event === 'destroy') this.remove(model, options);\n if (event === 'changeId') {\n var prevId = this.modelId(model.previousAttributes(), model.idAttribute);\n var id = this.modelId(model.attributes, model.idAttribute);\n if (prevId != null) delete this._byId[prevId];\n if (id != null) this._byId[id] = model;\n }\n }\n this.trigger.apply(this, arguments);\n },\n\n // Internal callback method used in `create`. It serves as a\n // stand-in for the `_onModelEvent` method, which is not yet bound\n // during the `wait` period of the `create` call. We still want to\n // forward any `'error'` event at the end of the `wait` period,\n // hence a customized callback.\n _forwardPristineError: function(model, collection, options) {\n // Prevent double forward if the model was already in the\n // collection before the call to `create`.\n if (this.has(model)) return;\n this._onModelEvent('error', model, collection, options);\n }\n });\n\n // Defining an @@iterator method implements JavaScript's Iterable protocol.\n // In modern ES2015 browsers, this value is found at Symbol.iterator.\n /* global Symbol */\n var $$iterator = typeof Symbol === 'function' && Symbol.iterator;\n if ($$iterator) {\n Collection.prototype[$$iterator] = Collection.prototype.values;\n }\n\n // CollectionIterator\n // ------------------\n\n // A CollectionIterator implements JavaScript's Iterator protocol, allowing the\n // use of `for of` loops in modern browsers and interoperation between\n // Backbone.Collection and other JavaScript functions and third-party libraries\n // which can operate on Iterables.\n var CollectionIterator = function(collection, kind) {\n this._collection = collection;\n this._kind = kind;\n this._index = 0;\n };\n\n // This \"enum\" defines the three possible kinds of values which can be emitted\n // by a CollectionIterator that correspond to the values(), keys() and entries()\n // methods on Collection, respectively.\n var ITERATOR_VALUES = 1;\n var ITERATOR_KEYS = 2;\n var ITERATOR_KEYSVALUES = 3;\n\n // All Iterators should themselves be Iterable.\n if ($$iterator) {\n CollectionIterator.prototype[$$iterator] = function() {\n return this;\n };\n }\n\n CollectionIterator.prototype.next = function() {\n if (this._collection) {\n\n // Only continue iterating if the iterated collection is long enough.\n if (this._index < this._collection.length) {\n var model = this._collection.at(this._index);\n this._index++;\n\n // Construct a value depending on what kind of values should be iterated.\n var value;\n if (this._kind === ITERATOR_VALUES) {\n value = model;\n } else {\n var id = this._collection.modelId(model.attributes, model.idAttribute);\n if (this._kind === ITERATOR_KEYS) {\n value = id;\n } else { // ITERATOR_KEYSVALUES\n value = [id, model];\n }\n }\n return {value: value, done: false};\n }\n\n // Once exhausted, remove the reference to the collection so future\n // calls to the next method always return done.\n this._collection = void 0;\n }\n\n return {value: void 0, done: true};\n };\n\n // Backbone.View\n // -------------\n\n // Backbone Views are almost more convention than they are actual code. A View\n // is simply a JavaScript object that represents a logical chunk of UI in the\n // DOM. This might be a single item, an entire list, a sidebar or panel, or\n // even the surrounding frame which wraps your whole app. Defining a chunk of\n // UI as a **View** allows you to define your DOM events declaratively, without\n // having to worry about render order ... and makes it easy for the view to\n // react to specific changes in the state of your models.\n\n // Creating a Backbone.View creates its initial element outside of the DOM,\n // if an existing element is not provided...\n var View = Backbone.View = function(options) {\n this.cid = _.uniqueId('view');\n this.preinitialize.apply(this, arguments);\n _.extend(this, _.pick(options, viewOptions));\n this._ensureElement();\n this.initialize.apply(this, arguments);\n };\n\n // Cached regex to split keys for `delegate`.\n var delegateEventSplitter = /^(\\S+)\\s*(.*)$/;\n\n // List of view options to be set as properties.\n var viewOptions = ['model', 'collection', 'el', 'id', 'attributes', 'className', 'tagName', 'events'];\n\n // Set up all inheritable **Backbone.View** properties and methods.\n _.extend(View.prototype, Events, {\n\n // The default `tagName` of a View's element is `\"div\"`.\n tagName: 'div',\n\n // jQuery delegate for element lookup, scoped to DOM elements within the\n // current view. This should be preferred to global lookups where possible.\n $: function(selector) {\n return this.$el.find(selector);\n },\n\n // preinitialize is an empty function by default. You can override it with a function\n // or object. preinitialize will run before any instantiation logic is run in the View\n preinitialize: function(){},\n\n // Initialize is an empty function by default. Override it with your own\n // initialization logic.\n initialize: function(){},\n\n // **render** is the core function that your view should override, in order\n // to populate its element (`this.el`), with the appropriate HTML. The\n // convention is for **render** to always return `this`.\n render: function() {\n return this;\n },\n\n // Remove this view by taking the element out of the DOM, and removing any\n // applicable Backbone.Events listeners.\n remove: function() {\n this._removeElement();\n this.stopListening();\n return this;\n },\n\n // Remove this view's element from the document and all event listeners\n // attached to it. Exposed for subclasses using an alternative DOM\n // manipulation API.\n _removeElement: function() {\n this.$el.remove();\n },\n\n // Change the view's element (`this.el` property) and re-delegate the\n // view's events on the new element.\n setElement: function(element) {\n this.undelegateEvents();\n this._setElement(element);\n this.delegateEvents();\n return this;\n },\n\n // Creates the `this.el` and `this.$el` references for this view using the\n // given `el`. `el` can be a CSS selector or an HTML string, a jQuery\n // context or an element. Subclasses can override this to utilize an\n // alternative DOM manipulation API and are only required to set the\n // `this.el` property.\n _setElement: function(el) {\n this.$el = el instanceof Backbone.$ ? el : Backbone.$(el);\n this.el = this.$el[0];\n },\n\n // Set callbacks, where `this.events` is a hash of\n //\n // *{\"event selector\": \"callback\"}*\n //\n // {\n // 'mousedown .title': 'edit',\n // 'click .button': 'save',\n // 'click .open': function(e) { ... }\n // }\n //\n // pairs. Callbacks will be bound to the view, with `this` set properly.\n // Uses event delegation for efficiency.\n // Omitting the selector binds the event to `this.el`.\n delegateEvents: function(events) {\n events || (events = _.result(this, 'events'));\n if (!events) return this;\n this.undelegateEvents();\n for (var key in events) {\n var method = events[key];\n if (!_.isFunction(method)) method = this[method];\n if (!method) continue;\n var match = key.match(delegateEventSplitter);\n this.delegate(match[1], match[2], method.bind(this));\n }\n return this;\n },\n\n // Add a single event listener to the view's element (or a child element\n // using `selector`). This only works for delegate-able events: not `focus`,\n // `blur`, and not `change`, `submit`, and `reset` in Internet Explorer.\n delegate: function(eventName, selector, listener) {\n this.$el.on(eventName + '.delegateEvents' + this.cid, selector, listener);\n return this;\n },\n\n // Clears all callbacks previously bound to the view by `delegateEvents`.\n // You usually don't need to use this, but may wish to if you have multiple\n // Backbone views attached to the same DOM element.\n undelegateEvents: function() {\n if (this.$el) this.$el.off('.delegateEvents' + this.cid);\n return this;\n },\n\n // A finer-grained `undelegateEvents` for removing a single delegated event.\n // `selector` and `listener` are both optional.\n undelegate: function(eventName, selector, listener) {\n this.$el.off(eventName + '.delegateEvents' + this.cid, selector, listener);\n return this;\n },\n\n // Produces a DOM element to be assigned to your view. Exposed for\n // subclasses using an alternative DOM manipulation API.\n _createElement: function(tagName) {\n return document.createElement(tagName);\n },\n\n // Ensure that the View has a DOM element to render into.\n // If `this.el` is a string, pass it through `$()`, take the first\n // matching element, and re-assign it to `el`. Otherwise, create\n // an element from the `id`, `className` and `tagName` properties.\n _ensureElement: function() {\n if (!this.el) {\n var attrs = _.extend({}, _.result(this, 'attributes'));\n if (this.id) attrs.id = _.result(this, 'id');\n if (this.className) attrs['class'] = _.result(this, 'className');\n this.setElement(this._createElement(_.result(this, 'tagName')));\n this._setAttributes(attrs);\n } else {\n this.setElement(_.result(this, 'el'));\n }\n },\n\n // Set attributes from a hash on this view's element. Exposed for\n // subclasses using an alternative DOM manipulation API.\n _setAttributes: function(attributes) {\n this.$el.attr(attributes);\n }\n\n });\n\n // Proxy Backbone class methods to Underscore functions, wrapping the model's\n // `attributes` object or collection's `models` array behind the scenes.\n //\n // collection.filter(function(model) { return model.get('age') > 10 });\n // collection.each(this.addView);\n //\n // `Function#apply` can be slow so we use the method's arg count, if we know it.\n var addMethod = function(base, length, method, attribute) {\n switch (length) {\n case 1: return function() {\n return base[method](this[attribute]);\n };\n case 2: return function(value) {\n return base[method](this[attribute], value);\n };\n case 3: return function(iteratee, context) {\n return base[method](this[attribute], cb(iteratee, this), context);\n };\n case 4: return function(iteratee, defaultVal, context) {\n return base[method](this[attribute], cb(iteratee, this), defaultVal, context);\n };\n default: return function() {\n var args = slice.call(arguments);\n args.unshift(this[attribute]);\n return base[method].apply(base, args);\n };\n }\n };\n\n var addUnderscoreMethods = function(Class, base, methods, attribute) {\n _.each(methods, function(length, method) {\n if (base[method]) Class.prototype[method] = addMethod(base, length, method, attribute);\n });\n };\n\n // Support `collection.sortBy('attr')` and `collection.findWhere({id: 1})`.\n var cb = function(iteratee, instance) {\n if (_.isFunction(iteratee)) return iteratee;\n if (_.isObject(iteratee) && !instance._isModel(iteratee)) return modelMatcher(iteratee);\n if (_.isString(iteratee)) return function(model) { return model.get(iteratee); };\n return iteratee;\n };\n var modelMatcher = function(attrs) {\n var matcher = _.matches(attrs);\n return function(model) {\n return matcher(model.attributes);\n };\n };\n\n // Underscore methods that we want to implement on the Collection.\n // 90% of the core usefulness of Backbone Collections is actually implemented\n // right here:\n var collectionMethods = {forEach: 3, each: 3, map: 3, collect: 3, reduce: 0,\n foldl: 0, inject: 0, reduceRight: 0, foldr: 0, find: 3, detect: 3, filter: 3,\n select: 3, reject: 3, every: 3, all: 3, some: 3, any: 3, include: 3, includes: 3,\n contains: 3, invoke: 0, max: 3, min: 3, toArray: 1, size: 1, first: 3,\n head: 3, take: 3, initial: 3, rest: 3, tail: 3, drop: 3, last: 3,\n without: 0, difference: 0, indexOf: 3, shuffle: 1, lastIndexOf: 3,\n isEmpty: 1, chain: 1, sample: 3, partition: 3, groupBy: 3, countBy: 3,\n sortBy: 3, indexBy: 3, findIndex: 3, findLastIndex: 3};\n\n\n // Underscore methods that we want to implement on the Model, mapped to the\n // number of arguments they take.\n var modelMethods = {keys: 1, values: 1, pairs: 1, invert: 1, pick: 0,\n omit: 0, chain: 1, isEmpty: 1};\n\n // Mix in each Underscore method as a proxy to `Collection#models`.\n\n _.each([\n [Collection, collectionMethods, 'models'],\n [Model, modelMethods, 'attributes']\n ], function(config) {\n var Base = config[0],\n methods = config[1],\n attribute = config[2];\n\n Base.mixin = function(obj) {\n var mappings = _.reduce(_.functions(obj), function(memo, name) {\n memo[name] = 0;\n return memo;\n }, {});\n addUnderscoreMethods(Base, obj, mappings, attribute);\n };\n\n addUnderscoreMethods(Base, _, methods, attribute);\n });\n\n // Backbone.sync\n // -------------\n\n // Override this function to change the manner in which Backbone persists\n // models to the server. You will be passed the type of request, and the\n // model in question. By default, makes a RESTful Ajax request\n // to the model's `url()`. Some possible customizations could be:\n //\n // * Use `setTimeout` to batch rapid-fire updates into a single request.\n // * Send up the models as XML instead of JSON.\n // * Persist models via WebSockets instead of Ajax.\n //\n // Turn on `Backbone.emulateHTTP` in order to send `PUT` and `DELETE` requests\n // as `POST`, with a `_method` parameter containing the true HTTP method,\n // as well as all requests with the body as `application/x-www-form-urlencoded`\n // instead of `application/json` with the model in a param named `model`.\n // Useful when interfacing with server-side languages like **PHP** that make\n // it difficult to read the body of `PUT` requests.\n Backbone.sync = function(method, model, options) {\n var type = methodMap[method];\n\n // Default options, unless specified.\n _.defaults(options || (options = {}), {\n emulateHTTP: Backbone.emulateHTTP,\n emulateJSON: Backbone.emulateJSON\n });\n\n // Default JSON-request options.\n var params = {type: type, dataType: 'json'};\n\n // Ensure that we have a URL.\n if (!options.url) {\n params.url = _.result(model, 'url') || urlError();\n }\n\n // Ensure that we have the appropriate request data.\n if (options.data == null && model && (method === 'create' || method === 'update' || method === 'patch')) {\n params.contentType = 'application/json';\n params.data = JSON.stringify(options.attrs || model.toJSON(options));\n }\n\n // For older servers, emulate JSON by encoding the request into an HTML-form.\n if (options.emulateJSON) {\n params.contentType = 'application/x-www-form-urlencoded';\n params.data = params.data ? {model: params.data} : {};\n }\n\n // For older servers, emulate HTTP by mimicking the HTTP method with `_method`\n // And an `X-HTTP-Method-Override` header.\n if (options.emulateHTTP && (type === 'PUT' || type === 'DELETE' || type === 'PATCH')) {\n params.type = 'POST';\n if (options.emulateJSON) params.data._method = type;\n var beforeSend = options.beforeSend;\n options.beforeSend = function(xhr) {\n xhr.setRequestHeader('X-HTTP-Method-Override', type);\n if (beforeSend) return beforeSend.apply(this, arguments);\n };\n }\n\n // Don't process data on a non-GET request.\n if (params.type !== 'GET' && !options.emulateJSON) {\n params.processData = false;\n }\n\n // Pass along `textStatus` and `errorThrown` from jQuery.\n var error = options.error;\n options.error = function(xhr, textStatus, errorThrown) {\n options.textStatus = textStatus;\n options.errorThrown = errorThrown;\n if (error) error.call(options.context, xhr, textStatus, errorThrown);\n };\n\n // Make the request, allowing the user to override any Ajax options.\n var xhr = options.xhr = Backbone.ajax(_.extend(params, options));\n model.trigger('request', model, xhr, options);\n return xhr;\n };\n\n // Map from CRUD to HTTP for our default `Backbone.sync` implementation.\n var methodMap = {\n 'create': 'POST',\n 'update': 'PUT',\n 'patch': 'PATCH',\n 'delete': 'DELETE',\n 'read': 'GET'\n };\n\n // Set the default implementation of `Backbone.ajax` to proxy through to `$`.\n // Override this if you'd like to use a different library.\n Backbone.ajax = function() {\n return Backbone.$.ajax.apply(Backbone.$, arguments);\n };\n\n // Backbone.Router\n // ---------------\n\n // Routers map faux-URLs to actions, and fire events when routes are\n // matched. Creating a new one sets its `routes` hash, if not set statically.\n var Router = Backbone.Router = function(options) {\n options || (options = {});\n this.preinitialize.apply(this, arguments);\n if (options.routes) this.routes = options.routes;\n this._bindRoutes();\n this.initialize.apply(this, arguments);\n };\n\n // Cached regular expressions for matching named param parts and splatted\n // parts of route strings.\n var optionalParam = /\\((.*?)\\)/g;\n var namedParam = /(\\(\\?)?:\\w+/g;\n var splatParam = /\\*\\w+/g;\n var escapeRegExp = /[\\-{}\\[\\]+?.,\\\\\\^$|#\\s]/g;\n\n // Set up all inheritable **Backbone.Router** properties and methods.\n _.extend(Router.prototype, Events, {\n\n // preinitialize is an empty function by default. You can override it with a function\n // or object. preinitialize will run before any instantiation logic is run in the Router.\n preinitialize: function(){},\n\n // Initialize is an empty function by default. Override it with your own\n // initialization logic.\n initialize: function(){},\n\n // Manually bind a single named route to a callback. For example:\n //\n // this.route('search/:query/p:num', 'search', function(query, num) {\n // ...\n // });\n //\n route: function(route, name, callback) {\n if (!_.isRegExp(route)) route = this._routeToRegExp(route);\n if (_.isFunction(name)) {\n callback = name;\n name = '';\n }\n if (!callback) callback = this[name];\n var router = this;\n Backbone.history.route(route, function(fragment) {\n var args = router._extractParameters(route, fragment);\n if (router.execute(callback, args, name) !== false) {\n router.trigger.apply(router, ['route:' + name].concat(args));\n router.trigger('route', name, args);\n Backbone.history.trigger('route', router, name, args);\n }\n });\n return this;\n },\n\n // Execute a route handler with the provided parameters. This is an\n // excellent place to do pre-route setup or post-route cleanup.\n execute: function(callback, args, name) {\n if (callback) callback.apply(this, args);\n },\n\n // Simple proxy to `Backbone.history` to save a fragment into the history.\n navigate: function(fragment, options) {\n Backbone.history.navigate(fragment, options);\n return this;\n },\n\n // Bind all defined routes to `Backbone.history`. We have to reverse the\n // order of the routes here to support behavior where the most general\n // routes can be defined at the bottom of the route map.\n _bindRoutes: function() {\n if (!this.routes) return;\n this.routes = _.result(this, 'routes');\n var route, routes = _.keys(this.routes);\n while ((route = routes.pop()) != null) {\n this.route(route, this.routes[route]);\n }\n },\n\n // Convert a route string into a regular expression, suitable for matching\n // against the current location hash.\n _routeToRegExp: function(route) {\n route = route.replace(escapeRegExp, '\\\\$&')\n .replace(optionalParam, '(?:$1)?')\n .replace(namedParam, function(match, optional) {\n return optional ? match : '([^/?]+)';\n })\n .replace(splatParam, '([^?]*?)');\n return new RegExp('^' + route + '(?:\\\\?([\\\\s\\\\S]*))?$');\n },\n\n // Given a route, and a URL fragment that it matches, return the array of\n // extracted decoded parameters. Empty or unmatched parameters will be\n // treated as `null` to normalize cross-browser behavior.\n _extractParameters: function(route, fragment) {\n var params = route.exec(fragment).slice(1);\n return _.map(params, function(param, i) {\n // Don't decode the search params.\n if (i === params.length - 1) return param || null;\n return param ? decodeURIComponent(param) : null;\n });\n }\n\n });\n\n // Backbone.History\n // ----------------\n\n // Handles cross-browser history management, based on either\n // [pushState](http://diveintohtml5.info/history.html) and real URLs, or\n // [onhashchange](https://developer.mozilla.org/en-US/docs/DOM/window.onhashchange)\n // and URL fragments. If the browser supports neither (old IE, natch),\n // falls back to polling.\n var History = Backbone.History = function() {\n this.handlers = [];\n this.checkUrl = this.checkUrl.bind(this);\n\n // Ensure that `History` can be used outside of the browser.\n if (typeof window !== 'undefined') {\n this.location = window.location;\n this.history = window.history;\n }\n };\n\n // Cached regex for stripping a leading hash/slash and trailing space.\n var routeStripper = /^[#\\/]|\\s+$/g;\n\n // Cached regex for stripping leading and trailing slashes.\n var rootStripper = /^\\/+|\\/+$/g;\n\n // Cached regex for stripping urls of hash.\n var pathStripper = /#.*$/;\n\n // Has the history handling already been started?\n History.started = false;\n\n // Set up all inheritable **Backbone.History** properties and methods.\n _.extend(History.prototype, Events, {\n\n // The default interval to poll for hash changes, if necessary, is\n // twenty times a second.\n interval: 50,\n\n // Are we at the app root?\n atRoot: function() {\n var path = this.location.pathname.replace(/[^\\/]$/, '$&/');\n return path === this.root && !this.getSearch();\n },\n\n // Does the pathname match the root?\n matchRoot: function() {\n var path = this.decodeFragment(this.location.pathname);\n var rootPath = path.slice(0, this.root.length - 1) + '/';\n return rootPath === this.root;\n },\n\n // Unicode characters in `location.pathname` are percent encoded so they're\n // decoded for comparison. `%25` should not be decoded since it may be part\n // of an encoded parameter.\n decodeFragment: function(fragment) {\n return decodeURI(fragment.replace(/%25/g, '%2525'));\n },\n\n // In IE6, the hash fragment and search params are incorrect if the\n // fragment contains `?`.\n getSearch: function() {\n var match = this.location.href.replace(/#.*/, '').match(/\\?.+/);\n return match ? match[0] : '';\n },\n\n // Gets the true hash value. Cannot use location.hash directly due to bug\n // in Firefox where location.hash will always be decoded.\n getHash: function(window) {\n var match = (window || this).location.href.match(/#(.*)$/);\n return match ? match[1] : '';\n },\n\n // Get the pathname and search params, without the root.\n getPath: function() {\n var path = this.decodeFragment(\n this.location.pathname + this.getSearch()\n ).slice(this.root.length - 1);\n return path.charAt(0) === '/' ? path.slice(1) : path;\n },\n\n // Get the cross-browser normalized URL fragment from the path or hash.\n getFragment: function(fragment) {\n if (fragment == null) {\n if (this._usePushState || !this._wantsHashChange) {\n fragment = this.getPath();\n } else {\n fragment = this.getHash();\n }\n }\n return fragment.replace(routeStripper, '');\n },\n\n // Start the hash change handling, returning `true` if the current URL matches\n // an existing route, and `false` otherwise.\n start: function(options) {\n if (History.started) throw new Error('Backbone.history has already been started');\n History.started = true;\n\n // Figure out the initial configuration. Do we need an iframe?\n // Is pushState desired ... is it available?\n this.options = _.extend({root: '/'}, this.options, options);\n this.root = this.options.root;\n this._trailingSlash = this.options.trailingSlash;\n this._wantsHashChange = this.options.hashChange !== false;\n this._hasHashChange = 'onhashchange' in window && (document.documentMode === void 0 || document.documentMode > 7);\n this._useHashChange = this._wantsHashChange && this._hasHashChange;\n this._wantsPushState = !!this.options.pushState;\n this._hasPushState = !!(this.history && this.history.pushState);\n this._usePushState = this._wantsPushState && this._hasPushState;\n this.fragment = this.getFragment();\n\n // Normalize root to always include a leading and trailing slash.\n this.root = ('/' + this.root + '/').replace(rootStripper, '/');\n\n // Transition from hashChange to pushState or vice versa if both are\n // requested.\n if (this._wantsHashChange && this._wantsPushState) {\n\n // If we've started off with a route from a `pushState`-enabled\n // browser, but we're currently in a browser that doesn't support it...\n if (!this._hasPushState && !this.atRoot()) {\n var rootPath = this.root.slice(0, -1) || '/';\n this.location.replace(rootPath + '#' + this.getPath());\n // Return immediately as browser will do redirect to new url\n return true;\n\n // Or if we've started out with a hash-based route, but we're currently\n // in a browser where it could be `pushState`-based instead...\n } else if (this._hasPushState && this.atRoot()) {\n this.navigate(this.getHash(), {replace: true});\n }\n\n }\n\n // Proxy an iframe to handle location events if the browser doesn't\n // support the `hashchange` event, HTML5 history, or the user wants\n // `hashChange` but not `pushState`.\n if (!this._hasHashChange && this._wantsHashChange && !this._usePushState) {\n this.iframe = document.createElement('iframe');\n this.iframe.src = 'javascript:0';\n this.iframe.style.display = 'none';\n this.iframe.tabIndex = -1;\n var body = document.body;\n // Using `appendChild` will throw on IE < 9 if the document is not ready.\n var iWindow = body.insertBefore(this.iframe, body.firstChild).contentWindow;\n iWindow.document.open();\n iWindow.document.close();\n iWindow.location.hash = '#' + this.fragment;\n }\n\n // Add a cross-platform `addEventListener` shim for older browsers.\n var addEventListener = window.addEventListener || function(eventName, listener) {\n return attachEvent('on' + eventName, listener);\n };\n\n // Depending on whether we're using pushState or hashes, and whether\n // 'onhashchange' is supported, determine how we check the URL state.\n if (this._usePushState) {\n addEventListener('popstate', this.checkUrl, false);\n } else if (this._useHashChange && !this.iframe) {\n addEventListener('hashchange', this.checkUrl, false);\n } else if (this._wantsHashChange) {\n this._checkUrlInterval = setInterval(this.checkUrl, this.interval);\n }\n\n if (!this.options.silent) return this.loadUrl();\n },\n\n // Disable Backbone.history, perhaps temporarily. Not useful in a real app,\n // but possibly useful for unit testing Routers.\n stop: function() {\n // Add a cross-platform `removeEventListener` shim for older browsers.\n var removeEventListener = window.removeEventListener || function(eventName, listener) {\n return detachEvent('on' + eventName, listener);\n };\n\n // Remove window listeners.\n if (this._usePushState) {\n removeEventListener('popstate', this.checkUrl, false);\n } else if (this._useHashChange && !this.iframe) {\n removeEventListener('hashchange', this.checkUrl, false);\n }\n\n // Clean up the iframe if necessary.\n if (this.iframe) {\n document.body.removeChild(this.iframe);\n this.iframe = null;\n }\n\n // Some environments will throw when clearing an undefined interval.\n if (this._checkUrlInterval) clearInterval(this._checkUrlInterval);\n History.started = false;\n },\n\n // Add a route to be tested when the fragment changes. Routes added later\n // may override previous routes.\n route: function(route, callback) {\n this.handlers.unshift({route: route, callback: callback});\n },\n\n // Checks the current URL to see if it has changed, and if it has,\n // calls `loadUrl`, normalizing across the hidden iframe.\n checkUrl: function(e) {\n var current = this.getFragment();\n\n // If the user pressed the back button, the iframe's hash will have\n // changed and we should use that for comparison.\n if (current === this.fragment && this.iframe) {\n current = this.getHash(this.iframe.contentWindow);\n }\n\n if (current === this.fragment) {\n if (!this.matchRoot()) return this.notfound();\n return false;\n }\n if (this.iframe) this.navigate(current);\n this.loadUrl();\n },\n\n // Attempt to load the current URL fragment. If a route succeeds with a\n // match, returns `true`. If no defined routes matches the fragment,\n // returns `false`.\n loadUrl: function(fragment) {\n // If the root doesn't match, no routes can match either.\n if (!this.matchRoot()) return this.notfound();\n fragment = this.fragment = this.getFragment(fragment);\n return _.some(this.handlers, function(handler) {\n if (handler.route.test(fragment)) {\n handler.callback(fragment);\n return true;\n }\n }) || this.notfound();\n },\n\n // When no route could be matched, this method is called internally to\n // trigger the `'notfound'` event. It returns `false` so that it can be used\n // in tail position.\n notfound: function() {\n this.trigger('notfound');\n return false;\n },\n\n // Save a fragment into the hash history, or replace the URL state if the\n // 'replace' option is passed. You are responsible for properly URL-encoding\n // the fragment in advance.\n //\n // The options object can contain `trigger: true` if you wish to have the\n // route callback be fired (not usually desirable), or `replace: true`, if\n // you wish to modify the current URL without adding an entry to the history.\n navigate: function(fragment, options) {\n if (!History.started) return false;\n if (!options || options === true) options = {trigger: !!options};\n\n // Normalize the fragment.\n fragment = this.getFragment(fragment || '');\n\n // Strip trailing slash on the root unless _trailingSlash is true\n var rootPath = this.root;\n if (!this._trailingSlash && (fragment === '' || fragment.charAt(0) === '?')) {\n rootPath = rootPath.slice(0, -1) || '/';\n }\n var url = rootPath + fragment;\n\n // Strip the fragment of the query and hash for matching.\n fragment = fragment.replace(pathStripper, '');\n\n // Decode for matching.\n var decodedFragment = this.decodeFragment(fragment);\n\n if (this.fragment === decodedFragment) return;\n this.fragment = decodedFragment;\n\n // If pushState is available, we use it to set the fragment as a real URL.\n if (this._usePushState) {\n this.history[options.replace ? 'replaceState' : 'pushState']({}, document.title, url);\n\n // If hash changes haven't been explicitly disabled, update the hash\n // fragment to store history.\n } else if (this._wantsHashChange) {\n this._updateHash(this.location, fragment, options.replace);\n if (this.iframe && fragment !== this.getHash(this.iframe.contentWindow)) {\n var iWindow = this.iframe.contentWindow;\n\n // Opening and closing the iframe tricks IE7 and earlier to push a\n // history entry on hash-tag change. When replace is true, we don't\n // want this.\n if (!options.replace) {\n iWindow.document.open();\n iWindow.document.close();\n }\n\n this._updateHash(iWindow.location, fragment, options.replace);\n }\n\n // If you've told us that you explicitly don't want fallback hashchange-\n // based history, then `navigate` becomes a page refresh.\n } else {\n return this.location.assign(url);\n }\n if (options.trigger) return this.loadUrl(fragment);\n },\n\n // Update the hash location, either replacing the current entry, or adding\n // a new one to the browser history.\n _updateHash: function(location, fragment, replace) {\n if (replace) {\n var href = location.href.replace(/(javascript:|#).*$/, '');\n location.replace(href + '#' + fragment);\n } else {\n // Some browsers require that `hash` contains a leading #.\n location.hash = '#' + fragment;\n }\n }\n\n });\n\n // Create the default Backbone.history.\n Backbone.history = new History;\n\n // Helpers\n // -------\n\n // Helper function to correctly set up the prototype chain for subclasses.\n // Similar to `goog.inherits`, but uses a hash of prototype properties and\n // class properties to be extended.\n var extend = function(protoProps, staticProps) {\n var parent = this;\n var child;\n\n // The constructor function for the new subclass is either defined by you\n // (the \"constructor\" property in your `extend` definition), or defaulted\n // by us to simply call the parent constructor.\n if (protoProps && _.has(protoProps, 'constructor')) {\n child = protoProps.constructor;\n } else {\n child = function(){ return parent.apply(this, arguments); };\n }\n\n // Add static properties to the constructor function, if supplied.\n _.extend(child, parent, staticProps);\n\n // Set the prototype chain to inherit from `parent`, without calling\n // `parent`'s constructor function and add the prototype properties.\n child.prototype = _.create(parent.prototype, protoProps);\n child.prototype.constructor = child;\n\n // Set a convenience property in case the parent's prototype is needed\n // later.\n child.__super__ = parent.prototype;\n\n return child;\n };\n\n // Set up inheritance for the model, collection, router, view and history.\n Model.extend = Collection.extend = Router.extend = View.extend = History.extend = extend;\n\n // Throw an error when a URL is needed, and none is supplied.\n var urlError = function() {\n throw new Error('A \"url\" property or function must be specified');\n };\n\n // Wrap an optional error callback with a fallback error event.\n var wrapError = function(model, options) {\n var error = options.error;\n options.error = function(resp) {\n if (error) error.call(options.context, model, resp, options);\n model.trigger('error', model, resp, options);\n };\n };\n\n // Provide useful information when things go wrong. This method is not meant\n // to be used directly; it merely provides the necessary introspection for the\n // external `debugInfo` function.\n Backbone._debug = function() {\n return {root: root, _: _};\n };\n\n return Backbone;\n});\n","/*\n * JavaScript MD5\n * https://github.com/blueimp/JavaScript-MD5\n *\n * Copyright 2011, Sebastian Tschan\n * https://blueimp.net\n *\n * Licensed under the MIT license:\n * https://opensource.org/licenses/MIT\n *\n * Based on\n * A JavaScript implementation of the RSA Data Security, Inc. MD5 Message\n * Digest Algorithm, as defined in RFC 1321.\n * Version 2.2 Copyright (C) Paul Johnston 1999 - 2009\n * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet\n * Distributed under the BSD License\n * See http://pajhome.org.uk/crypt/md5 for more info.\n */\n\n/* global define */\n\n/* eslint-disable strict */\n\n;(function ($) {\n 'use strict'\n\n /**\n * Add integers, wrapping at 2^32.\n * This uses 16-bit operations internally to work around bugs in interpreters.\n *\n * @param {number} x First integer\n * @param {number} y Second integer\n * @returns {number} Sum\n */\n function safeAdd(x, y) {\n var lsw = (x & 0xffff) + (y & 0xffff)\n var msw = (x >> 16) + (y >> 16) + (lsw >> 16)\n return (msw << 16) | (lsw & 0xffff)\n }\n\n /**\n * Bitwise rotate a 32-bit number to the left.\n *\n * @param {number} num 32-bit number\n * @param {number} cnt Rotation count\n * @returns {number} Rotated number\n */\n function bitRotateLeft(num, cnt) {\n return (num << cnt) | (num >>> (32 - cnt))\n }\n\n /**\n * Basic operation the algorithm uses.\n *\n * @param {number} q q\n * @param {number} a a\n * @param {number} b b\n * @param {number} x x\n * @param {number} s s\n * @param {number} t t\n * @returns {number} Result\n */\n function md5cmn(q, a, b, x, s, t) {\n return safeAdd(bitRotateLeft(safeAdd(safeAdd(a, q), safeAdd(x, t)), s), b)\n }\n /**\n * Basic operation the algorithm uses.\n *\n * @param {number} a a\n * @param {number} b b\n * @param {number} c c\n * @param {number} d d\n * @param {number} x x\n * @param {number} s s\n * @param {number} t t\n * @returns {number} Result\n */\n function md5ff(a, b, c, d, x, s, t) {\n return md5cmn((b & c) | (~b & d), a, b, x, s, t)\n }\n /**\n * Basic operation the algorithm uses.\n *\n * @param {number} a a\n * @param {number} b b\n * @param {number} c c\n * @param {number} d d\n * @param {number} x x\n * @param {number} s s\n * @param {number} t t\n * @returns {number} Result\n */\n function md5gg(a, b, c, d, x, s, t) {\n return md5cmn((b & d) | (c & ~d), a, b, x, s, t)\n }\n /**\n * Basic operation the algorithm uses.\n *\n * @param {number} a a\n * @param {number} b b\n * @param {number} c c\n * @param {number} d d\n * @param {number} x x\n * @param {number} s s\n * @param {number} t t\n * @returns {number} Result\n */\n function md5hh(a, b, c, d, x, s, t) {\n return md5cmn(b ^ c ^ d, a, b, x, s, t)\n }\n /**\n * Basic operation the algorithm uses.\n *\n * @param {number} a a\n * @param {number} b b\n * @param {number} c c\n * @param {number} d d\n * @param {number} x x\n * @param {number} s s\n * @param {number} t t\n * @returns {number} Result\n */\n function md5ii(a, b, c, d, x, s, t) {\n return md5cmn(c ^ (b | ~d), a, b, x, s, t)\n }\n\n /**\n * Calculate the MD5 of an array of little-endian words, and a bit length.\n *\n * @param {Array} x Array of little-endian words\n * @param {number} len Bit length\n * @returns {Array} MD5 Array\n */\n function binlMD5(x, len) {\n /* append padding */\n x[len >> 5] |= 0x80 << len % 32\n x[(((len + 64) >>> 9) << 4) + 14] = len\n\n var i\n var olda\n var oldb\n var oldc\n var oldd\n var a = 1732584193\n var b = -271733879\n var c = -1732584194\n var d = 271733878\n\n for (i = 0; i < x.length; i += 16) {\n olda = a\n oldb = b\n oldc = c\n oldd = d\n\n a = md5ff(a, b, c, d, x[i], 7, -680876936)\n d = md5ff(d, a, b, c, x[i + 1], 12, -389564586)\n c = md5ff(c, d, a, b, x[i + 2], 17, 606105819)\n b = md5ff(b, c, d, a, x[i + 3], 22, -1044525330)\n a = md5ff(a, b, c, d, x[i + 4], 7, -176418897)\n d = md5ff(d, a, b, c, x[i + 5], 12, 1200080426)\n c = md5ff(c, d, a, b, x[i + 6], 17, -1473231341)\n b = md5ff(b, c, d, a, x[i + 7], 22, -45705983)\n a = md5ff(a, b, c, d, x[i + 8], 7, 1770035416)\n d = md5ff(d, a, b, c, x[i + 9], 12, -1958414417)\n c = md5ff(c, d, a, b, x[i + 10], 17, -42063)\n b = md5ff(b, c, d, a, x[i + 11], 22, -1990404162)\n a = md5ff(a, b, c, d, x[i + 12], 7, 1804603682)\n d = md5ff(d, a, b, c, x[i + 13], 12, -40341101)\n c = md5ff(c, d, a, b, x[i + 14], 17, -1502002290)\n b = md5ff(b, c, d, a, x[i + 15], 22, 1236535329)\n\n a = md5gg(a, b, c, d, x[i + 1], 5, -165796510)\n d = md5gg(d, a, b, c, x[i + 6], 9, -1069501632)\n c = md5gg(c, d, a, b, x[i + 11], 14, 643717713)\n b = md5gg(b, c, d, a, x[i], 20, -373897302)\n a = md5gg(a, b, c, d, x[i + 5], 5, -701558691)\n d = md5gg(d, a, b, c, x[i + 10], 9, 38016083)\n c = md5gg(c, d, a, b, x[i + 15], 14, -660478335)\n b = md5gg(b, c, d, a, x[i + 4], 20, -405537848)\n a = md5gg(a, b, c, d, x[i + 9], 5, 568446438)\n d = md5gg(d, a, b, c, x[i + 14], 9, -1019803690)\n c = md5gg(c, d, a, b, x[i + 3], 14, -187363961)\n b = md5gg(b, c, d, a, x[i + 8], 20, 1163531501)\n a = md5gg(a, b, c, d, x[i + 13], 5, -1444681467)\n d = md5gg(d, a, b, c, x[i + 2], 9, -51403784)\n c = md5gg(c, d, a, b, x[i + 7], 14, 1735328473)\n b = md5gg(b, c, d, a, x[i + 12], 20, -1926607734)\n\n a = md5hh(a, b, c, d, x[i + 5], 4, -378558)\n d = md5hh(d, a, b, c, x[i + 8], 11, -2022574463)\n c = md5hh(c, d, a, b, x[i + 11], 16, 1839030562)\n b = md5hh(b, c, d, a, x[i + 14], 23, -35309556)\n a = md5hh(a, b, c, d, x[i + 1], 4, -1530992060)\n d = md5hh(d, a, b, c, x[i + 4], 11, 1272893353)\n c = md5hh(c, d, a, b, x[i + 7], 16, -155497632)\n b = md5hh(b, c, d, a, x[i + 10], 23, -1094730640)\n a = md5hh(a, b, c, d, x[i + 13], 4, 681279174)\n d = md5hh(d, a, b, c, x[i], 11, -358537222)\n c = md5hh(c, d, a, b, x[i + 3], 16, -722521979)\n b = md5hh(b, c, d, a, x[i + 6], 23, 76029189)\n a = md5hh(a, b, c, d, x[i + 9], 4, -640364487)\n d = md5hh(d, a, b, c, x[i + 12], 11, -421815835)\n c = md5hh(c, d, a, b, x[i + 15], 16, 530742520)\n b = md5hh(b, c, d, a, x[i + 2], 23, -995338651)\n\n a = md5ii(a, b, c, d, x[i], 6, -198630844)\n d = md5ii(d, a, b, c, x[i + 7], 10, 1126891415)\n c = md5ii(c, d, a, b, x[i + 14], 15, -1416354905)\n b = md5ii(b, c, d, a, x[i + 5], 21, -57434055)\n a = md5ii(a, b, c, d, x[i + 12], 6, 1700485571)\n d = md5ii(d, a, b, c, x[i + 3], 10, -1894986606)\n c = md5ii(c, d, a, b, x[i + 10], 15, -1051523)\n b = md5ii(b, c, d, a, x[i + 1], 21, -2054922799)\n a = md5ii(a, b, c, d, x[i + 8], 6, 1873313359)\n d = md5ii(d, a, b, c, x[i + 15], 10, -30611744)\n c = md5ii(c, d, a, b, x[i + 6], 15, -1560198380)\n b = md5ii(b, c, d, a, x[i + 13], 21, 1309151649)\n a = md5ii(a, b, c, d, x[i + 4], 6, -145523070)\n d = md5ii(d, a, b, c, x[i + 11], 10, -1120210379)\n c = md5ii(c, d, a, b, x[i + 2], 15, 718787259)\n b = md5ii(b, c, d, a, x[i + 9], 21, -343485551)\n\n a = safeAdd(a, olda)\n b = safeAdd(b, oldb)\n c = safeAdd(c, oldc)\n d = safeAdd(d, oldd)\n }\n return [a, b, c, d]\n }\n\n /**\n * Convert an array of little-endian words to a string\n *\n * @param {Array} input MD5 Array\n * @returns {string} MD5 string\n */\n function binl2rstr(input) {\n var i\n var output = ''\n var length32 = input.length * 32\n for (i = 0; i < length32; i += 8) {\n output += String.fromCharCode((input[i >> 5] >>> i % 32) & 0xff)\n }\n return output\n }\n\n /**\n * Convert a raw string to an array of little-endian words\n * Characters >255 have their high-byte silently ignored.\n *\n * @param {string} input Raw input string\n * @returns {Array} Array of little-endian words\n */\n function rstr2binl(input) {\n var i\n var output = []\n output[(input.length >> 2) - 1] = undefined\n for (i = 0; i < output.length; i += 1) {\n output[i] = 0\n }\n var length8 = input.length * 8\n for (i = 0; i < length8; i += 8) {\n output[i >> 5] |= (input.charCodeAt(i / 8) & 0xff) << i % 32\n }\n return output\n }\n\n /**\n * Calculate the MD5 of a raw string\n *\n * @param {string} s Input string\n * @returns {string} Raw MD5 string\n */\n function rstrMD5(s) {\n return binl2rstr(binlMD5(rstr2binl(s), s.length * 8))\n }\n\n /**\n * Calculates the HMAC-MD5 of a key and some data (raw strings)\n *\n * @param {string} key HMAC key\n * @param {string} data Raw input string\n * @returns {string} Raw MD5 string\n */\n function rstrHMACMD5(key, data) {\n var i\n var bkey = rstr2binl(key)\n var ipad = []\n var opad = []\n var hash\n ipad[15] = opad[15] = undefined\n if (bkey.length > 16) {\n bkey = binlMD5(bkey, key.length * 8)\n }\n for (i = 0; i < 16; i += 1) {\n ipad[i] = bkey[i] ^ 0x36363636\n opad[i] = bkey[i] ^ 0x5c5c5c5c\n }\n hash = binlMD5(ipad.concat(rstr2binl(data)), 512 + data.length * 8)\n return binl2rstr(binlMD5(opad.concat(hash), 512 + 128))\n }\n\n /**\n * Convert a raw string to a hex string\n *\n * @param {string} input Raw input string\n * @returns {string} Hex encoded string\n */\n function rstr2hex(input) {\n var hexTab = '0123456789abcdef'\n var output = ''\n var x\n var i\n for (i = 0; i < input.length; i += 1) {\n x = input.charCodeAt(i)\n output += hexTab.charAt((x >>> 4) & 0x0f) + hexTab.charAt(x & 0x0f)\n }\n return output\n }\n\n /**\n * Encode a string as UTF-8\n *\n * @param {string} input Input string\n * @returns {string} UTF8 string\n */\n function str2rstrUTF8(input) {\n return unescape(encodeURIComponent(input))\n }\n\n /**\n * Encodes input string as raw MD5 string\n *\n * @param {string} s Input string\n * @returns {string} Raw MD5 string\n */\n function rawMD5(s) {\n return rstrMD5(str2rstrUTF8(s))\n }\n /**\n * Encodes input string as Hex encoded string\n *\n * @param {string} s Input string\n * @returns {string} Hex encoded string\n */\n function hexMD5(s) {\n return rstr2hex(rawMD5(s))\n }\n /**\n * Calculates the raw HMAC-MD5 for the given key and data\n *\n * @param {string} k HMAC key\n * @param {string} d Input string\n * @returns {string} Raw MD5 string\n */\n function rawHMACMD5(k, d) {\n return rstrHMACMD5(str2rstrUTF8(k), str2rstrUTF8(d))\n }\n /**\n * Calculates the Hex encoded HMAC-MD5 for the given key and data\n *\n * @param {string} k HMAC key\n * @param {string} d Input string\n * @returns {string} Raw MD5 string\n */\n function hexHMACMD5(k, d) {\n return rstr2hex(rawHMACMD5(k, d))\n }\n\n /**\n * Calculates MD5 value for a given string.\n * If a key is provided, calculates the HMAC-MD5 value.\n * Returns a Hex encoded string unless the raw argument is given.\n *\n * @param {string} string Input string\n * @param {string} [key] HMAC key\n * @param {boolean} [raw] Raw output switch\n * @returns {string} MD5 output\n */\n function md5(string, key, raw) {\n if (!key) {\n if (!raw) {\n return hexMD5(string)\n }\n return rawMD5(string)\n }\n if (!raw) {\n return hexHMACMD5(key, string)\n }\n return rawHMACMD5(key, string)\n }\n\n if (typeof define === 'function' && define.amd) {\n define(function () {\n return md5\n })\n } else if (typeof module === 'object' && module.exports) {\n module.exports = md5\n } else {\n $.md5 = md5\n }\n})(this)\n","/*!\n * clipboard.js v2.0.11\n * https://clipboardjs.com/\n *\n * Licensed MIT © Zeno Rocha\n */\n(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"ClipboardJS\"] = factory();\n\telse\n\t\troot[\"ClipboardJS\"] = factory();\n})(this, function() {\nreturn /******/ (function() { // webpackBootstrap\n/******/ \tvar __webpack_modules__ = ({\n\n/***/ 686:\n/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\n\n// EXPORTS\n__webpack_require__.d(__webpack_exports__, {\n \"default\": function() { return /* binding */ clipboard; }\n});\n\n// EXTERNAL MODULE: ./node_modules/tiny-emitter/index.js\nvar tiny_emitter = __webpack_require__(279);\nvar tiny_emitter_default = /*#__PURE__*/__webpack_require__.n(tiny_emitter);\n// EXTERNAL MODULE: ./node_modules/good-listener/src/listen.js\nvar listen = __webpack_require__(370);\nvar listen_default = /*#__PURE__*/__webpack_require__.n(listen);\n// EXTERNAL MODULE: ./node_modules/select/src/select.js\nvar src_select = __webpack_require__(817);\nvar select_default = /*#__PURE__*/__webpack_require__.n(src_select);\n;// CONCATENATED MODULE: ./src/common/command.js\n/**\n * Executes a given operation type.\n * @param {String} type\n * @return {Boolean}\n */\nfunction command(type) {\n try {\n return document.execCommand(type);\n } catch (err) {\n return false;\n }\n}\n;// CONCATENATED MODULE: ./src/actions/cut.js\n\n\n/**\n * Cut action wrapper.\n * @param {String|HTMLElement} target\n * @return {String}\n */\n\nvar ClipboardActionCut = function ClipboardActionCut(target) {\n var selectedText = select_default()(target);\n command('cut');\n return selectedText;\n};\n\n/* harmony default export */ var actions_cut = (ClipboardActionCut);\n;// CONCATENATED MODULE: ./src/common/create-fake-element.js\n/**\n * Creates a fake textarea element with a value.\n * @param {String} value\n * @return {HTMLElement}\n */\nfunction createFakeElement(value) {\n var isRTL = document.documentElement.getAttribute('dir') === 'rtl';\n var fakeElement = document.createElement('textarea'); // Prevent zooming on iOS\n\n fakeElement.style.fontSize = '12pt'; // Reset box model\n\n fakeElement.style.border = '0';\n fakeElement.style.padding = '0';\n fakeElement.style.margin = '0'; // Move element out of screen horizontally\n\n fakeElement.style.position = 'absolute';\n fakeElement.style[isRTL ? 'right' : 'left'] = '-9999px'; // Move element to the same position vertically\n\n var yPosition = window.pageYOffset || document.documentElement.scrollTop;\n fakeElement.style.top = \"\".concat(yPosition, \"px\");\n fakeElement.setAttribute('readonly', '');\n fakeElement.value = value;\n return fakeElement;\n}\n;// CONCATENATED MODULE: ./src/actions/copy.js\n\n\n\n/**\n * Create fake copy action wrapper using a fake element.\n * @param {String} target\n * @param {Object} options\n * @return {String}\n */\n\nvar fakeCopyAction = function fakeCopyAction(value, options) {\n var fakeElement = createFakeElement(value);\n options.container.appendChild(fakeElement);\n var selectedText = select_default()(fakeElement);\n command('copy');\n fakeElement.remove();\n return selectedText;\n};\n/**\n * Copy action wrapper.\n * @param {String|HTMLElement} target\n * @param {Object} options\n * @return {String}\n */\n\n\nvar ClipboardActionCopy = function ClipboardActionCopy(target) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {\n container: document.body\n };\n var selectedText = '';\n\n if (typeof target === 'string') {\n selectedText = fakeCopyAction(target, options);\n } else if (target instanceof HTMLInputElement && !['text', 'search', 'url', 'tel', 'password'].includes(target === null || target === void 0 ? void 0 : target.type)) {\n // If input type doesn't support `setSelectionRange`. Simulate it. https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/setSelectionRange\n selectedText = fakeCopyAction(target.value, options);\n } else {\n selectedText = select_default()(target);\n command('copy');\n }\n\n return selectedText;\n};\n\n/* harmony default export */ var actions_copy = (ClipboardActionCopy);\n;// CONCATENATED MODULE: ./src/actions/default.js\nfunction _typeof(obj) { \"@babel/helpers - typeof\"; if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }; } return _typeof(obj); }\n\n\n\n/**\n * Inner function which performs selection from either `text` or `target`\n * properties and then executes copy or cut operations.\n * @param {Object} options\n */\n\nvar ClipboardActionDefault = function ClipboardActionDefault() {\n var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n // Defines base properties passed from constructor.\n var _options$action = options.action,\n action = _options$action === void 0 ? 'copy' : _options$action,\n container = options.container,\n target = options.target,\n text = options.text; // Sets the `action` to be performed which can be either 'copy' or 'cut'.\n\n if (action !== 'copy' && action !== 'cut') {\n throw new Error('Invalid \"action\" value, use either \"copy\" or \"cut\"');\n } // Sets the `target` property using an element that will be have its content copied.\n\n\n if (target !== undefined) {\n if (target && _typeof(target) === 'object' && target.nodeType === 1) {\n if (action === 'copy' && target.hasAttribute('disabled')) {\n throw new Error('Invalid \"target\" attribute. Please use \"readonly\" instead of \"disabled\" attribute');\n }\n\n if (action === 'cut' && (target.hasAttribute('readonly') || target.hasAttribute('disabled'))) {\n throw new Error('Invalid \"target\" attribute. You can\\'t cut text from elements with \"readonly\" or \"disabled\" attributes');\n }\n } else {\n throw new Error('Invalid \"target\" value, use a valid Element');\n }\n } // Define selection strategy based on `text` property.\n\n\n if (text) {\n return actions_copy(text, {\n container: container\n });\n } // Defines which selection strategy based on `target` property.\n\n\n if (target) {\n return action === 'cut' ? actions_cut(target) : actions_copy(target, {\n container: container\n });\n }\n};\n\n/* harmony default export */ var actions_default = (ClipboardActionDefault);\n;// CONCATENATED MODULE: ./src/clipboard.js\nfunction clipboard_typeof(obj) { \"@babel/helpers - typeof\"; if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") { clipboard_typeof = function _typeof(obj) { return typeof obj; }; } else { clipboard_typeof = function _typeof(obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }; } return clipboard_typeof(obj); }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \"function\" && superClass !== null) { throw new TypeError(\"Super expression must either be null or a function\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\n\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\n\nfunction _possibleConstructorReturn(self, call) { if (call && (clipboard_typeof(call) === \"object\" || typeof call === \"function\")) { return call; } return _assertThisInitialized(self); }\n\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); } return self; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } }\n\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\n\n\n\n\n\n\n/**\n * Helper function to retrieve attribute value.\n * @param {String} suffix\n * @param {Element} element\n */\n\nfunction getAttributeValue(suffix, element) {\n var attribute = \"data-clipboard-\".concat(suffix);\n\n if (!element.hasAttribute(attribute)) {\n return;\n }\n\n return element.getAttribute(attribute);\n}\n/**\n * Base class which takes one or more elements, adds event listeners to them,\n * and instantiates a new `ClipboardAction` on each click.\n */\n\n\nvar Clipboard = /*#__PURE__*/function (_Emitter) {\n _inherits(Clipboard, _Emitter);\n\n var _super = _createSuper(Clipboard);\n\n /**\n * @param {String|HTMLElement|HTMLCollection|NodeList} trigger\n * @param {Object} options\n */\n function Clipboard(trigger, options) {\n var _this;\n\n _classCallCheck(this, Clipboard);\n\n _this = _super.call(this);\n\n _this.resolveOptions(options);\n\n _this.listenClick(trigger);\n\n return _this;\n }\n /**\n * Defines if attributes would be resolved using internal setter functions\n * or custom functions that were passed in the constructor.\n * @param {Object} options\n */\n\n\n _createClass(Clipboard, [{\n key: \"resolveOptions\",\n value: function resolveOptions() {\n var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n this.action = typeof options.action === 'function' ? options.action : this.defaultAction;\n this.target = typeof options.target === 'function' ? options.target : this.defaultTarget;\n this.text = typeof options.text === 'function' ? options.text : this.defaultText;\n this.container = clipboard_typeof(options.container) === 'object' ? options.container : document.body;\n }\n /**\n * Adds a click event listener to the passed trigger.\n * @param {String|HTMLElement|HTMLCollection|NodeList} trigger\n */\n\n }, {\n key: \"listenClick\",\n value: function listenClick(trigger) {\n var _this2 = this;\n\n this.listener = listen_default()(trigger, 'click', function (e) {\n return _this2.onClick(e);\n });\n }\n /**\n * Defines a new `ClipboardAction` on each click event.\n * @param {Event} e\n */\n\n }, {\n key: \"onClick\",\n value: function onClick(e) {\n var trigger = e.delegateTarget || e.currentTarget;\n var action = this.action(trigger) || 'copy';\n var text = actions_default({\n action: action,\n container: this.container,\n target: this.target(trigger),\n text: this.text(trigger)\n }); // Fires an event based on the copy operation result.\n\n this.emit(text ? 'success' : 'error', {\n action: action,\n text: text,\n trigger: trigger,\n clearSelection: function clearSelection() {\n if (trigger) {\n trigger.focus();\n }\n\n window.getSelection().removeAllRanges();\n }\n });\n }\n /**\n * Default `action` lookup function.\n * @param {Element} trigger\n */\n\n }, {\n key: \"defaultAction\",\n value: function defaultAction(trigger) {\n return getAttributeValue('action', trigger);\n }\n /**\n * Default `target` lookup function.\n * @param {Element} trigger\n */\n\n }, {\n key: \"defaultTarget\",\n value: function defaultTarget(trigger) {\n var selector = getAttributeValue('target', trigger);\n\n if (selector) {\n return document.querySelector(selector);\n }\n }\n /**\n * Allow fire programmatically a copy action\n * @param {String|HTMLElement} target\n * @param {Object} options\n * @returns Text copied.\n */\n\n }, {\n key: \"defaultText\",\n\n /**\n * Default `text` lookup function.\n * @param {Element} trigger\n */\n value: function defaultText(trigger) {\n return getAttributeValue('text', trigger);\n }\n /**\n * Destroy lifecycle.\n */\n\n }, {\n key: \"destroy\",\n value: function destroy() {\n this.listener.destroy();\n }\n }], [{\n key: \"copy\",\n value: function copy(target) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {\n container: document.body\n };\n return actions_copy(target, options);\n }\n /**\n * Allow fire programmatically a cut action\n * @param {String|HTMLElement} target\n * @returns Text cutted.\n */\n\n }, {\n key: \"cut\",\n value: function cut(target) {\n return actions_cut(target);\n }\n /**\n * Returns the support of the given action, or all actions if no action is\n * given.\n * @param {String} [action]\n */\n\n }, {\n key: \"isSupported\",\n value: function isSupported() {\n var action = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : ['copy', 'cut'];\n var actions = typeof action === 'string' ? [action] : action;\n var support = !!document.queryCommandSupported;\n actions.forEach(function (action) {\n support = support && !!document.queryCommandSupported(action);\n });\n return support;\n }\n }]);\n\n return Clipboard;\n}((tiny_emitter_default()));\n\n/* harmony default export */ var clipboard = (Clipboard);\n\n/***/ }),\n\n/***/ 828:\n/***/ (function(module) {\n\nvar DOCUMENT_NODE_TYPE = 9;\n\n/**\n * A polyfill for Element.matches()\n */\nif (typeof Element !== 'undefined' && !Element.prototype.matches) {\n var proto = Element.prototype;\n\n proto.matches = proto.matchesSelector ||\n proto.mozMatchesSelector ||\n proto.msMatchesSelector ||\n proto.oMatchesSelector ||\n proto.webkitMatchesSelector;\n}\n\n/**\n * Finds the closest parent that matches a selector.\n *\n * @param {Element} element\n * @param {String} selector\n * @return {Function}\n */\nfunction closest (element, selector) {\n while (element && element.nodeType !== DOCUMENT_NODE_TYPE) {\n if (typeof element.matches === 'function' &&\n element.matches(selector)) {\n return element;\n }\n element = element.parentNode;\n }\n}\n\nmodule.exports = closest;\n\n\n/***/ }),\n\n/***/ 438:\n/***/ (function(module, __unused_webpack_exports, __webpack_require__) {\n\nvar closest = __webpack_require__(828);\n\n/**\n * Delegates event to a selector.\n *\n * @param {Element} element\n * @param {String} selector\n * @param {String} type\n * @param {Function} callback\n * @param {Boolean} useCapture\n * @return {Object}\n */\nfunction _delegate(element, selector, type, callback, useCapture) {\n var listenerFn = listener.apply(this, arguments);\n\n element.addEventListener(type, listenerFn, useCapture);\n\n return {\n destroy: function() {\n element.removeEventListener(type, listenerFn, useCapture);\n }\n }\n}\n\n/**\n * Delegates event to a selector.\n *\n * @param {Element|String|Array} [elements]\n * @param {String} selector\n * @param {String} type\n * @param {Function} callback\n * @param {Boolean} useCapture\n * @return {Object}\n */\nfunction delegate(elements, selector, type, callback, useCapture) {\n // Handle the regular Element usage\n if (typeof elements.addEventListener === 'function') {\n return _delegate.apply(null, arguments);\n }\n\n // Handle Element-less usage, it defaults to global delegation\n if (typeof type === 'function') {\n // Use `document` as the first parameter, then apply arguments\n // This is a short way to .unshift `arguments` without running into deoptimizations\n return _delegate.bind(null, document).apply(null, arguments);\n }\n\n // Handle Selector-based usage\n if (typeof elements === 'string') {\n elements = document.querySelectorAll(elements);\n }\n\n // Handle Array-like based usage\n return Array.prototype.map.call(elements, function (element) {\n return _delegate(element, selector, type, callback, useCapture);\n });\n}\n\n/**\n * Finds closest match and invokes callback.\n *\n * @param {Element} element\n * @param {String} selector\n * @param {String} type\n * @param {Function} callback\n * @return {Function}\n */\nfunction listener(element, selector, type, callback) {\n return function(e) {\n e.delegateTarget = closest(e.target, selector);\n\n if (e.delegateTarget) {\n callback.call(element, e);\n }\n }\n}\n\nmodule.exports = delegate;\n\n\n/***/ }),\n\n/***/ 879:\n/***/ (function(__unused_webpack_module, exports) {\n\n/**\n * Check if argument is a HTML element.\n *\n * @param {Object} value\n * @return {Boolean}\n */\nexports.node = function(value) {\n return value !== undefined\n && value instanceof HTMLElement\n && value.nodeType === 1;\n};\n\n/**\n * Check if argument is a list of HTML elements.\n *\n * @param {Object} value\n * @return {Boolean}\n */\nexports.nodeList = function(value) {\n var type = Object.prototype.toString.call(value);\n\n return value !== undefined\n && (type === '[object NodeList]' || type === '[object HTMLCollection]')\n && ('length' in value)\n && (value.length === 0 || exports.node(value[0]));\n};\n\n/**\n * Check if argument is a string.\n *\n * @param {Object} value\n * @return {Boolean}\n */\nexports.string = function(value) {\n return typeof value === 'string'\n || value instanceof String;\n};\n\n/**\n * Check if argument is a function.\n *\n * @param {Object} value\n * @return {Boolean}\n */\nexports.fn = function(value) {\n var type = Object.prototype.toString.call(value);\n\n return type === '[object Function]';\n};\n\n\n/***/ }),\n\n/***/ 370:\n/***/ (function(module, __unused_webpack_exports, __webpack_require__) {\n\nvar is = __webpack_require__(879);\nvar delegate = __webpack_require__(438);\n\n/**\n * Validates all params and calls the right\n * listener function based on its target type.\n *\n * @param {String|HTMLElement|HTMLCollection|NodeList} target\n * @param {String} type\n * @param {Function} callback\n * @return {Object}\n */\nfunction listen(target, type, callback) {\n if (!target && !type && !callback) {\n throw new Error('Missing required arguments');\n }\n\n if (!is.string(type)) {\n throw new TypeError('Second argument must be a String');\n }\n\n if (!is.fn(callback)) {\n throw new TypeError('Third argument must be a Function');\n }\n\n if (is.node(target)) {\n return listenNode(target, type, callback);\n }\n else if (is.nodeList(target)) {\n return listenNodeList(target, type, callback);\n }\n else if (is.string(target)) {\n return listenSelector(target, type, callback);\n }\n else {\n throw new TypeError('First argument must be a String, HTMLElement, HTMLCollection, or NodeList');\n }\n}\n\n/**\n * Adds an event listener to a HTML element\n * and returns a remove listener function.\n *\n * @param {HTMLElement} node\n * @param {String} type\n * @param {Function} callback\n * @return {Object}\n */\nfunction listenNode(node, type, callback) {\n node.addEventListener(type, callback);\n\n return {\n destroy: function() {\n node.removeEventListener(type, callback);\n }\n }\n}\n\n/**\n * Add an event listener to a list of HTML elements\n * and returns a remove listener function.\n *\n * @param {NodeList|HTMLCollection} nodeList\n * @param {String} type\n * @param {Function} callback\n * @return {Object}\n */\nfunction listenNodeList(nodeList, type, callback) {\n Array.prototype.forEach.call(nodeList, function(node) {\n node.addEventListener(type, callback);\n });\n\n return {\n destroy: function() {\n Array.prototype.forEach.call(nodeList, function(node) {\n node.removeEventListener(type, callback);\n });\n }\n }\n}\n\n/**\n * Add an event listener to a selector\n * and returns a remove listener function.\n *\n * @param {String} selector\n * @param {String} type\n * @param {Function} callback\n * @return {Object}\n */\nfunction listenSelector(selector, type, callback) {\n return delegate(document.body, selector, type, callback);\n}\n\nmodule.exports = listen;\n\n\n/***/ }),\n\n/***/ 817:\n/***/ (function(module) {\n\nfunction select(element) {\n var selectedText;\n\n if (element.nodeName === 'SELECT') {\n element.focus();\n\n selectedText = element.value;\n }\n else if (element.nodeName === 'INPUT' || element.nodeName === 'TEXTAREA') {\n var isReadOnly = element.hasAttribute('readonly');\n\n if (!isReadOnly) {\n element.setAttribute('readonly', '');\n }\n\n element.select();\n element.setSelectionRange(0, element.value.length);\n\n if (!isReadOnly) {\n element.removeAttribute('readonly');\n }\n\n selectedText = element.value;\n }\n else {\n if (element.hasAttribute('contenteditable')) {\n element.focus();\n }\n\n var selection = window.getSelection();\n var range = document.createRange();\n\n range.selectNodeContents(element);\n selection.removeAllRanges();\n selection.addRange(range);\n\n selectedText = selection.toString();\n }\n\n return selectedText;\n}\n\nmodule.exports = select;\n\n\n/***/ }),\n\n/***/ 279:\n/***/ (function(module) {\n\nfunction E () {\n // Keep this empty so it's easier to inherit from\n // (via https://github.com/lipsmack from https://github.com/scottcorgan/tiny-emitter/issues/3)\n}\n\nE.prototype = {\n on: function (name, callback, ctx) {\n var e = this.e || (this.e = {});\n\n (e[name] || (e[name] = [])).push({\n fn: callback,\n ctx: ctx\n });\n\n return this;\n },\n\n once: function (name, callback, ctx) {\n var self = this;\n function listener () {\n self.off(name, listener);\n callback.apply(ctx, arguments);\n };\n\n listener._ = callback\n return this.on(name, listener, ctx);\n },\n\n emit: function (name) {\n var data = [].slice.call(arguments, 1);\n var evtArr = ((this.e || (this.e = {}))[name] || []).slice();\n var i = 0;\n var len = evtArr.length;\n\n for (i; i < len; i++) {\n evtArr[i].fn.apply(evtArr[i].ctx, data);\n }\n\n return this;\n },\n\n off: function (name, callback) {\n var e = this.e || (this.e = {});\n var evts = e[name];\n var liveEvents = [];\n\n if (evts && callback) {\n for (var i = 0, len = evts.length; i < len; i++) {\n if (evts[i].fn !== callback && evts[i].fn._ !== callback)\n liveEvents.push(evts[i]);\n }\n }\n\n // Remove event from queue to prevent memory leak\n // Suggested by https://github.com/lazd\n // Ref: https://github.com/scottcorgan/tiny-emitter/commit/c6ebfaa9bc973b33d110a84a307742b7cf94c953#commitcomment-5024910\n\n (liveEvents.length)\n ? e[name] = liveEvents\n : delete e[name];\n\n return this;\n }\n};\n\nmodule.exports = E;\nmodule.exports.TinyEmitter = E;\n\n\n/***/ })\n\n/******/ \t});\n/************************************************************************/\n/******/ \t// The module cache\n/******/ \tvar __webpack_module_cache__ = {};\n/******/ \t\n/******/ \t// The require function\n/******/ \tfunction __webpack_require__(moduleId) {\n/******/ \t\t// Check if module is in cache\n/******/ \t\tif(__webpack_module_cache__[moduleId]) {\n/******/ \t\t\treturn __webpack_module_cache__[moduleId].exports;\n/******/ \t\t}\n/******/ \t\t// Create a new module (and put it into the cache)\n/******/ \t\tvar module = __webpack_module_cache__[moduleId] = {\n/******/ \t\t\t// no module.id needed\n/******/ \t\t\t// no module.loaded needed\n/******/ \t\t\texports: {}\n/******/ \t\t};\n/******/ \t\n/******/ \t\t// Execute the module function\n/******/ \t\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n/******/ \t\n/******/ \t\t// Return the exports of the module\n/******/ \t\treturn module.exports;\n/******/ \t}\n/******/ \t\n/************************************************************************/\n/******/ \t/* webpack/runtime/compat get default export */\n/******/ \t!function() {\n/******/ \t\t// getDefaultExport function for compatibility with non-harmony modules\n/******/ \t\t__webpack_require__.n = function(module) {\n/******/ \t\t\tvar getter = module && module.__esModule ?\n/******/ \t\t\t\tfunction() { return module['default']; } :\n/******/ \t\t\t\tfunction() { return module; };\n/******/ \t\t\t__webpack_require__.d(getter, { a: getter });\n/******/ \t\t\treturn getter;\n/******/ \t\t};\n/******/ \t}();\n/******/ \t\n/******/ \t/* webpack/runtime/define property getters */\n/******/ \t!function() {\n/******/ \t\t// define getter functions for harmony exports\n/******/ \t\t__webpack_require__.d = function(exports, definition) {\n/******/ \t\t\tfor(var key in definition) {\n/******/ \t\t\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n/******/ \t\t\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n/******/ \t\t\t\t}\n/******/ \t\t\t}\n/******/ \t\t};\n/******/ \t}();\n/******/ \t\n/******/ \t/* webpack/runtime/hasOwnProperty shorthand */\n/******/ \t!function() {\n/******/ \t\t__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }\n/******/ \t}();\n/******/ \t\n/************************************************************************/\n/******/ \t// module exports must be returned from runtime so entry inlining is disabled\n/******/ \t// startup\n/******/ \t// Load entry module and return exports\n/******/ \treturn __webpack_require__(686);\n/******/ })()\n.default;\n});","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../css-loader/dist/runtime/api.js\";\nimport ___CSS_LOADER_GET_URL_IMPORT___ from \"../css-loader/dist/runtime/getUrl.js\";\nvar ___CSS_LOADER_URL_IMPORT_0___ = new URL(\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_1___ = new URL(\"data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_2___ = new URL(\"images/ui-icons_444444_256x240.png\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_3___ = new URL(\"images/ui-icons_555555_256x240.png\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_4___ = new URL(\"images/ui-icons_ffffff_256x240.png\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_5___ = new URL(\"images/ui-icons_777620_256x240.png\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_6___ = new URL(\"images/ui-icons_cc0000_256x240.png\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_7___ = new URL(\"images/ui-icons_777777_256x240.png\", import.meta.url);\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\nvar ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);\nvar ___CSS_LOADER_URL_REPLACEMENT_1___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_1___);\nvar ___CSS_LOADER_URL_REPLACEMENT_2___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_2___);\nvar ___CSS_LOADER_URL_REPLACEMENT_3___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_3___);\nvar ___CSS_LOADER_URL_REPLACEMENT_4___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_4___);\nvar ___CSS_LOADER_URL_REPLACEMENT_5___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_5___);\nvar ___CSS_LOADER_URL_REPLACEMENT_6___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_6___);\nvar ___CSS_LOADER_URL_REPLACEMENT_7___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_7___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `/*! jQuery UI - v1.13.3 - 2024-04-26\n* https://jqueryui.com\n* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css\n* To view and modify this theme, visit https://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=%22alpha(opacity%3D30)%22&opacityFilterOverlay=%22alpha(opacity%3D30)%22&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6\n* Copyright OpenJS Foundation and other contributors; Licensed MIT */\n\n/* Layout helpers\n----------------------------------*/\n.ui-helper-hidden {\n\tdisplay: none;\n}\n.ui-helper-hidden-accessible {\n\tborder: 0;\n\tclip: rect(0 0 0 0);\n\theight: 1px;\n\tmargin: -1px;\n\toverflow: hidden;\n\tpadding: 0;\n\tposition: absolute;\n\twidth: 1px;\n}\n.ui-helper-reset {\n\tmargin: 0;\n\tpadding: 0;\n\tborder: 0;\n\toutline: 0;\n\tline-height: 1.3;\n\ttext-decoration: none;\n\tfont-size: 100%;\n\tlist-style: none;\n}\n.ui-helper-clearfix:before,\n.ui-helper-clearfix:after {\n\tcontent: \"\";\n\tdisplay: table;\n\tborder-collapse: collapse;\n}\n.ui-helper-clearfix:after {\n\tclear: both;\n}\n.ui-helper-zfix {\n\twidth: 100%;\n\theight: 100%;\n\ttop: 0;\n\tleft: 0;\n\tposition: absolute;\n\topacity: 0;\n\t-ms-filter: \"alpha(opacity=0)\"; /* support: IE8 */\n}\n\n.ui-front {\n\tz-index: 100;\n}\n\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-disabled {\n\tcursor: default !important;\n\tpointer-events: none;\n}\n\n\n/* Icons\n----------------------------------*/\n.ui-icon {\n\tdisplay: inline-block;\n\tvertical-align: middle;\n\tmargin-top: -.25em;\n\tposition: relative;\n\ttext-indent: -99999px;\n\toverflow: hidden;\n\tbackground-repeat: no-repeat;\n}\n\n.ui-widget-icon-block {\n\tleft: 50%;\n\tmargin-left: -8px;\n\tdisplay: block;\n}\n\n/* Misc visuals\n----------------------------------*/\n\n/* Overlays */\n.ui-widget-overlay {\n\tposition: fixed;\n\ttop: 0;\n\tleft: 0;\n\twidth: 100%;\n\theight: 100%;\n}\n.ui-accordion .ui-accordion-header {\n\tdisplay: block;\n\tcursor: pointer;\n\tposition: relative;\n\tmargin: 2px 0 0 0;\n\tpadding: .5em .5em .5em .7em;\n\tfont-size: 100%;\n}\n.ui-accordion .ui-accordion-content {\n\tpadding: 1em 2.2em;\n\tborder-top: 0;\n\toverflow: auto;\n}\n.ui-autocomplete {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tcursor: default;\n}\n.ui-menu {\n\tlist-style: none;\n\tpadding: 0;\n\tmargin: 0;\n\tdisplay: block;\n\toutline: 0;\n}\n.ui-menu .ui-menu {\n\tposition: absolute;\n}\n.ui-menu .ui-menu-item {\n\tmargin: 0;\n\tcursor: pointer;\n\t/* support: IE10, see #8844 */\n\tlist-style-image: url(${___CSS_LOADER_URL_REPLACEMENT_0___});\n}\n.ui-menu .ui-menu-item-wrapper {\n\tposition: relative;\n\tpadding: 3px 1em 3px .4em;\n}\n.ui-menu .ui-menu-divider {\n\tmargin: 5px 0;\n\theight: 0;\n\tfont-size: 0;\n\tline-height: 0;\n\tborder-width: 1px 0 0 0;\n}\n.ui-menu .ui-state-focus,\n.ui-menu .ui-state-active {\n\tmargin: -1px;\n}\n\n/* icon support */\n.ui-menu-icons {\n\tposition: relative;\n}\n.ui-menu-icons .ui-menu-item-wrapper {\n\tpadding-left: 2em;\n}\n\n/* left-aligned */\n.ui-menu .ui-icon {\n\tposition: absolute;\n\ttop: 0;\n\tbottom: 0;\n\tleft: .2em;\n\tmargin: auto 0;\n}\n\n/* right-aligned */\n.ui-menu .ui-menu-icon {\n\tleft: auto;\n\tright: 0;\n}\n.ui-button {\n\tpadding: .4em 1em;\n\tdisplay: inline-block;\n\tposition: relative;\n\tline-height: normal;\n\tmargin-right: .1em;\n\tcursor: pointer;\n\tvertical-align: middle;\n\ttext-align: center;\n\t-webkit-user-select: none;\n\t-moz-user-select: none;\n\t-ms-user-select: none;\n\tuser-select: none;\n\n\t/* Support: IE <= 11 */\n\toverflow: visible;\n}\n\n.ui-button,\n.ui-button:link,\n.ui-button:visited,\n.ui-button:hover,\n.ui-button:active {\n\ttext-decoration: none;\n}\n\n/* to make room for the icon, a width needs to be set here */\n.ui-button-icon-only {\n\twidth: 2em;\n\tbox-sizing: border-box;\n\ttext-indent: -9999px;\n\twhite-space: nowrap;\n}\n\n/* no icon support for input elements */\ninput.ui-button.ui-button-icon-only {\n\ttext-indent: 0;\n}\n\n/* button icon element(s) */\n.ui-button-icon-only .ui-icon {\n\tposition: absolute;\n\ttop: 50%;\n\tleft: 50%;\n\tmargin-top: -8px;\n\tmargin-left: -8px;\n}\n\n.ui-button.ui-icon-notext .ui-icon {\n\tpadding: 0;\n\twidth: 2.1em;\n\theight: 2.1em;\n\ttext-indent: -9999px;\n\twhite-space: nowrap;\n\n}\n\ninput.ui-button.ui-icon-notext .ui-icon {\n\twidth: auto;\n\theight: auto;\n\ttext-indent: 0;\n\twhite-space: normal;\n\tpadding: .4em 1em;\n}\n\n/* workarounds */\n/* Support: Firefox 5 - 40 */\ninput.ui-button::-moz-focus-inner,\nbutton.ui-button::-moz-focus-inner {\n\tborder: 0;\n\tpadding: 0;\n}\n.ui-controlgroup {\n\tvertical-align: middle;\n\tdisplay: inline-block;\n}\n.ui-controlgroup > .ui-controlgroup-item {\n\tfloat: left;\n\tmargin-left: 0;\n\tmargin-right: 0;\n}\n.ui-controlgroup > .ui-controlgroup-item:focus,\n.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {\n\tz-index: 9999;\n}\n.ui-controlgroup-vertical > .ui-controlgroup-item {\n\tdisplay: block;\n\tfloat: none;\n\twidth: 100%;\n\tmargin-top: 0;\n\tmargin-bottom: 0;\n\ttext-align: left;\n}\n.ui-controlgroup-vertical .ui-controlgroup-item {\n\tbox-sizing: border-box;\n}\n.ui-controlgroup .ui-controlgroup-label {\n\tpadding: .4em 1em;\n}\n.ui-controlgroup .ui-controlgroup-label span {\n\tfont-size: 80%;\n}\n.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {\n\tborder-left: none;\n}\n.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {\n\tborder-top: none;\n}\n.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {\n\tborder-right: none;\n}\n.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {\n\tborder-bottom: none;\n}\n\n/* Spinner specific style fixes */\n.ui-controlgroup-vertical .ui-spinner-input {\n\n\t/* Support: IE8 only, Android < 4.4 only */\n\twidth: 75%;\n\twidth: calc( 100% - 2.4em );\n}\n.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {\n\tborder-top-style: solid;\n}\n\n.ui-checkboxradio-label .ui-icon-background {\n\tbox-shadow: inset 1px 1px 1px #ccc;\n\tborder-radius: .12em;\n\tborder: none;\n}\n.ui-checkboxradio-radio-label .ui-icon-background {\n\twidth: 16px;\n\theight: 16px;\n\tborder-radius: 1em;\n\toverflow: visible;\n\tborder: none;\n}\n.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,\n.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {\n\tbackground-image: none;\n\twidth: 8px;\n\theight: 8px;\n\tborder-width: 4px;\n\tborder-style: solid;\n}\n.ui-checkboxradio-disabled {\n\tpointer-events: none;\n}\n.ui-datepicker {\n\twidth: 17em;\n\tpadding: .2em .2em 0;\n\tdisplay: none;\n}\n.ui-datepicker .ui-datepicker-header {\n\tposition: relative;\n\tpadding: .2em 0;\n}\n.ui-datepicker .ui-datepicker-prev,\n.ui-datepicker .ui-datepicker-next {\n\tposition: absolute;\n\ttop: 2px;\n\twidth: 1.8em;\n\theight: 1.8em;\n}\n.ui-datepicker .ui-datepicker-prev-hover,\n.ui-datepicker .ui-datepicker-next-hover {\n\ttop: 1px;\n}\n.ui-datepicker .ui-datepicker-prev {\n\tleft: 2px;\n}\n.ui-datepicker .ui-datepicker-next {\n\tright: 2px;\n}\n.ui-datepicker .ui-datepicker-prev-hover {\n\tleft: 1px;\n}\n.ui-datepicker .ui-datepicker-next-hover {\n\tright: 1px;\n}\n.ui-datepicker .ui-datepicker-prev span,\n.ui-datepicker .ui-datepicker-next span {\n\tdisplay: block;\n\tposition: absolute;\n\tleft: 50%;\n\tmargin-left: -8px;\n\ttop: 50%;\n\tmargin-top: -8px;\n}\n.ui-datepicker .ui-datepicker-title {\n\tmargin: 0 2.3em;\n\tline-height: 1.8em;\n\ttext-align: center;\n}\n.ui-datepicker .ui-datepicker-title select {\n\tfont-size: 1em;\n\tmargin: 1px 0;\n}\n.ui-datepicker select.ui-datepicker-month,\n.ui-datepicker select.ui-datepicker-year {\n\twidth: 45%;\n}\n.ui-datepicker table {\n\twidth: 100%;\n\tfont-size: .9em;\n\tborder-collapse: collapse;\n\tmargin: 0 0 .4em;\n}\n.ui-datepicker th {\n\tpadding: .7em .3em;\n\ttext-align: center;\n\tfont-weight: bold;\n\tborder: 0;\n}\n.ui-datepicker td {\n\tborder: 0;\n\tpadding: 1px;\n}\n.ui-datepicker td span,\n.ui-datepicker td a {\n\tdisplay: block;\n\tpadding: .2em;\n\ttext-align: right;\n\ttext-decoration: none;\n}\n.ui-datepicker .ui-datepicker-buttonpane {\n\tbackground-image: none;\n\tmargin: .7em 0 0 0;\n\tpadding: 0 .2em;\n\tborder-left: 0;\n\tborder-right: 0;\n\tborder-bottom: 0;\n}\n.ui-datepicker .ui-datepicker-buttonpane button {\n\tfloat: right;\n\tmargin: .5em .2em .4em;\n\tcursor: pointer;\n\tpadding: .2em .6em .3em .6em;\n\twidth: auto;\n\toverflow: visible;\n}\n.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {\n\tfloat: left;\n}\n\n/* with multiple calendars */\n.ui-datepicker.ui-datepicker-multi {\n\twidth: auto;\n}\n.ui-datepicker-multi .ui-datepicker-group {\n\tfloat: left;\n}\n.ui-datepicker-multi .ui-datepicker-group table {\n\twidth: 95%;\n\tmargin: 0 auto .4em;\n}\n.ui-datepicker-multi-2 .ui-datepicker-group {\n\twidth: 50%;\n}\n.ui-datepicker-multi-3 .ui-datepicker-group {\n\twidth: 33.3%;\n}\n.ui-datepicker-multi-4 .ui-datepicker-group {\n\twidth: 25%;\n}\n.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {\n\tborder-left-width: 0;\n}\n.ui-datepicker-multi .ui-datepicker-buttonpane {\n\tclear: left;\n}\n.ui-datepicker-row-break {\n\tclear: both;\n\twidth: 100%;\n\tfont-size: 0;\n}\n\n/* RTL support */\n.ui-datepicker-rtl {\n\tdirection: rtl;\n}\n.ui-datepicker-rtl .ui-datepicker-prev {\n\tright: 2px;\n\tleft: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next {\n\tleft: 2px;\n\tright: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-prev:hover {\n\tright: 1px;\n\tleft: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next:hover {\n\tleft: 1px;\n\tright: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane {\n\tclear: right;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button {\n\tfloat: left;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,\n.ui-datepicker-rtl .ui-datepicker-group {\n\tfloat: right;\n}\n.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {\n\tborder-right-width: 0;\n\tborder-left-width: 1px;\n}\n\n/* Icons */\n.ui-datepicker .ui-icon {\n\tdisplay: block;\n\ttext-indent: -99999px;\n\toverflow: hidden;\n\tbackground-repeat: no-repeat;\n\tleft: .5em;\n\ttop: .3em;\n}\n.ui-dialog {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tpadding: .2em;\n\toutline: 0;\n}\n.ui-dialog .ui-dialog-titlebar {\n\tpadding: .4em 1em;\n\tposition: relative;\n}\n.ui-dialog .ui-dialog-title {\n\tfloat: left;\n\tmargin: .1em 0;\n\twhite-space: nowrap;\n\twidth: 90%;\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n}\n.ui-dialog .ui-dialog-titlebar-close {\n\tposition: absolute;\n\tright: .3em;\n\ttop: 50%;\n\twidth: 20px;\n\tmargin: -10px 0 0 0;\n\tpadding: 1px;\n\theight: 20px;\n}\n.ui-dialog .ui-dialog-content {\n\tposition: relative;\n\tborder: 0;\n\tpadding: .5em 1em;\n\tbackground: none;\n\toverflow: auto;\n}\n.ui-dialog .ui-dialog-buttonpane {\n\ttext-align: left;\n\tborder-width: 1px 0 0 0;\n\tbackground-image: none;\n\tmargin-top: .5em;\n\tpadding: .3em 1em .5em .4em;\n}\n.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {\n\tfloat: right;\n}\n.ui-dialog .ui-dialog-buttonpane button {\n\tmargin: .5em .4em .5em 0;\n\tcursor: pointer;\n}\n.ui-dialog .ui-resizable-n {\n\theight: 2px;\n\ttop: 0;\n}\n.ui-dialog .ui-resizable-e {\n\twidth: 2px;\n\tright: 0;\n}\n.ui-dialog .ui-resizable-s {\n\theight: 2px;\n\tbottom: 0;\n}\n.ui-dialog .ui-resizable-w {\n\twidth: 2px;\n\tleft: 0;\n}\n.ui-dialog .ui-resizable-se,\n.ui-dialog .ui-resizable-sw,\n.ui-dialog .ui-resizable-ne,\n.ui-dialog .ui-resizable-nw {\n\twidth: 7px;\n\theight: 7px;\n}\n.ui-dialog .ui-resizable-se {\n\tright: 0;\n\tbottom: 0;\n}\n.ui-dialog .ui-resizable-sw {\n\tleft: 0;\n\tbottom: 0;\n}\n.ui-dialog .ui-resizable-ne {\n\tright: 0;\n\ttop: 0;\n}\n.ui-dialog .ui-resizable-nw {\n\tleft: 0;\n\ttop: 0;\n}\n.ui-draggable .ui-dialog-titlebar {\n\tcursor: move;\n}\n.ui-draggable-handle {\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-resizable {\n\tposition: relative;\n}\n.ui-resizable-handle {\n\tposition: absolute;\n\tfont-size: 0.1px;\n\tdisplay: block;\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-resizable-disabled .ui-resizable-handle,\n.ui-resizable-autohide .ui-resizable-handle {\n\tdisplay: none;\n}\n.ui-resizable-n {\n\tcursor: n-resize;\n\theight: 7px;\n\twidth: 100%;\n\ttop: -5px;\n\tleft: 0;\n}\n.ui-resizable-s {\n\tcursor: s-resize;\n\theight: 7px;\n\twidth: 100%;\n\tbottom: -5px;\n\tleft: 0;\n}\n.ui-resizable-e {\n\tcursor: e-resize;\n\twidth: 7px;\n\tright: -5px;\n\ttop: 0;\n\theight: 100%;\n}\n.ui-resizable-w {\n\tcursor: w-resize;\n\twidth: 7px;\n\tleft: -5px;\n\ttop: 0;\n\theight: 100%;\n}\n.ui-resizable-se {\n\tcursor: se-resize;\n\twidth: 12px;\n\theight: 12px;\n\tright: 1px;\n\tbottom: 1px;\n}\n.ui-resizable-sw {\n\tcursor: sw-resize;\n\twidth: 9px;\n\theight: 9px;\n\tleft: -5px;\n\tbottom: -5px;\n}\n.ui-resizable-nw {\n\tcursor: nw-resize;\n\twidth: 9px;\n\theight: 9px;\n\tleft: -5px;\n\ttop: -5px;\n}\n.ui-resizable-ne {\n\tcursor: ne-resize;\n\twidth: 9px;\n\theight: 9px;\n\tright: -5px;\n\ttop: -5px;\n}\n.ui-progressbar {\n\theight: 2em;\n\ttext-align: left;\n\toverflow: hidden;\n}\n.ui-progressbar .ui-progressbar-value {\n\tmargin: -1px;\n\theight: 100%;\n}\n.ui-progressbar .ui-progressbar-overlay {\n\tbackground: url(${___CSS_LOADER_URL_REPLACEMENT_1___});\n\theight: 100%;\n\t-ms-filter: \"alpha(opacity=25)\"; /* support: IE8 */\n\topacity: 0.25;\n}\n.ui-progressbar-indeterminate .ui-progressbar-value {\n\tbackground-image: none;\n}\n.ui-selectable {\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-selectable-helper {\n\tposition: absolute;\n\tz-index: 100;\n\tborder: 1px dotted black;\n}\n.ui-selectmenu-menu {\n\tpadding: 0;\n\tmargin: 0;\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tdisplay: none;\n}\n.ui-selectmenu-menu .ui-menu {\n\toverflow: auto;\n\toverflow-x: hidden;\n\tpadding-bottom: 1px;\n}\n.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {\n\tfont-size: 1em;\n\tfont-weight: bold;\n\tline-height: 1.5;\n\tpadding: 2px 0.4em;\n\tmargin: 0.5em 0 0 0;\n\theight: auto;\n\tborder: 0;\n}\n.ui-selectmenu-open {\n\tdisplay: block;\n}\n.ui-selectmenu-text {\n\tdisplay: block;\n\tmargin-right: 20px;\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n}\n.ui-selectmenu-button.ui-button {\n\ttext-align: left;\n\twhite-space: nowrap;\n\twidth: 14em;\n}\n.ui-selectmenu-icon.ui-icon {\n\tfloat: right;\n\tmargin-top: 0;\n}\n.ui-slider {\n\tposition: relative;\n\ttext-align: left;\n}\n.ui-slider .ui-slider-handle {\n\tposition: absolute;\n\tz-index: 2;\n\twidth: 1.2em;\n\theight: 1.2em;\n\tcursor: pointer;\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-slider .ui-slider-range {\n\tposition: absolute;\n\tz-index: 1;\n\tfont-size: .7em;\n\tdisplay: block;\n\tborder: 0;\n\tbackground-position: 0 0;\n}\n\n/* support: IE8 - See #6727 */\n.ui-slider.ui-state-disabled .ui-slider-handle,\n.ui-slider.ui-state-disabled .ui-slider-range {\n\tfilter: inherit;\n}\n\n.ui-slider-horizontal {\n\theight: .8em;\n}\n.ui-slider-horizontal .ui-slider-handle {\n\ttop: -.3em;\n\tmargin-left: -.6em;\n}\n.ui-slider-horizontal .ui-slider-range {\n\ttop: 0;\n\theight: 100%;\n}\n.ui-slider-horizontal .ui-slider-range-min {\n\tleft: 0;\n}\n.ui-slider-horizontal .ui-slider-range-max {\n\tright: 0;\n}\n\n.ui-slider-vertical {\n\twidth: .8em;\n\theight: 100px;\n}\n.ui-slider-vertical .ui-slider-handle {\n\tleft: -.3em;\n\tmargin-left: 0;\n\tmargin-bottom: -.6em;\n}\n.ui-slider-vertical .ui-slider-range {\n\tleft: 0;\n\twidth: 100%;\n}\n.ui-slider-vertical .ui-slider-range-min {\n\tbottom: 0;\n}\n.ui-slider-vertical .ui-slider-range-max {\n\ttop: 0;\n}\n.ui-sortable-handle {\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-spinner {\n\tposition: relative;\n\tdisplay: inline-block;\n\toverflow: hidden;\n\tpadding: 0;\n\tvertical-align: middle;\n}\n.ui-spinner-input {\n\tborder: none;\n\tbackground: none;\n\tcolor: inherit;\n\tpadding: .222em 0;\n\tmargin: .2em 0;\n\tvertical-align: middle;\n\tmargin-left: .4em;\n\tmargin-right: 2em;\n}\n.ui-spinner-button {\n\twidth: 1.6em;\n\theight: 50%;\n\tfont-size: .5em;\n\tpadding: 0;\n\tmargin: 0;\n\ttext-align: center;\n\tposition: absolute;\n\tcursor: default;\n\tdisplay: block;\n\toverflow: hidden;\n\tright: 0;\n}\n/* more specificity required here to override default borders */\n.ui-spinner a.ui-spinner-button {\n\tborder-top-style: none;\n\tborder-bottom-style: none;\n\tborder-right-style: none;\n}\n.ui-spinner-up {\n\ttop: 0;\n}\n.ui-spinner-down {\n\tbottom: 0;\n}\n.ui-tabs {\n\tposition: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as \"fixed\") */\n\tpadding: .2em;\n}\n.ui-tabs .ui-tabs-nav {\n\tmargin: 0;\n\tpadding: .2em .2em 0;\n}\n.ui-tabs .ui-tabs-nav li {\n\tlist-style: none;\n\tfloat: left;\n\tposition: relative;\n\ttop: 0;\n\tmargin: 1px .2em 0 0;\n\tborder-bottom-width: 0;\n\tpadding: 0;\n\twhite-space: nowrap;\n}\n.ui-tabs .ui-tabs-nav .ui-tabs-anchor {\n\tfloat: left;\n\tpadding: .5em 1em;\n\ttext-decoration: none;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active {\n\tmargin-bottom: -1px;\n\tpadding-bottom: 1px;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,\n.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,\n.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {\n\tcursor: text;\n}\n.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {\n\tcursor: pointer;\n}\n.ui-tabs .ui-tabs-panel {\n\tdisplay: block;\n\tborder-width: 0;\n\tpadding: 1em 1.4em;\n\tbackground: none;\n}\n.ui-tooltip {\n\tpadding: 8px;\n\tposition: absolute;\n\tz-index: 9999;\n\tmax-width: 300px;\n}\nbody .ui-tooltip {\n\tborder-width: 2px;\n}\n\n/* Component containers\n----------------------------------*/\n.ui-widget {\n\tfont-family: Arial,Helvetica,sans-serif;\n\tfont-size: 1em;\n}\n.ui-widget .ui-widget {\n\tfont-size: 1em;\n}\n.ui-widget input,\n.ui-widget select,\n.ui-widget textarea,\n.ui-widget button {\n\tfont-family: Arial,Helvetica,sans-serif;\n\tfont-size: 1em;\n}\n.ui-widget.ui-widget-content {\n\tborder: 1px solid #c5c5c5;\n}\n.ui-widget-content {\n\tborder: 1px solid #dddddd;\n\tbackground: #ffffff;\n\tcolor: #333333;\n}\n.ui-widget-content a {\n\tcolor: #333333;\n}\n.ui-widget-header {\n\tborder: 1px solid #dddddd;\n\tbackground: #e9e9e9;\n\tcolor: #333333;\n\tfont-weight: bold;\n}\n.ui-widget-header a {\n\tcolor: #333333;\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default,\n.ui-button,\n\n/* We use html here because we need a greater specificity to make sure disabled\nworks properly when clicked or hovered */\nhtml .ui-button.ui-state-disabled:hover,\nhtml .ui-button.ui-state-disabled:active {\n\tborder: 1px solid #c5c5c5;\n\tbackground: #f6f6f6;\n\tfont-weight: normal;\n\tcolor: #454545;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited,\na.ui-button,\na:link.ui-button,\na:visited.ui-button,\n.ui-button {\n\tcolor: #454545;\n\ttext-decoration: none;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus,\n.ui-button:hover,\n.ui-button:focus {\n\tborder: 1px solid #cccccc;\n\tbackground: #ededed;\n\tfont-weight: normal;\n\tcolor: #2b2b2b;\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited,\n.ui-state-focus a,\n.ui-state-focus a:hover,\n.ui-state-focus a:link,\n.ui-state-focus a:visited,\na.ui-button:hover,\na.ui-button:focus {\n\tcolor: #2b2b2b;\n\ttext-decoration: none;\n}\n\n.ui-visual-focus {\n\tbox-shadow: 0 0 3px 1px rgb(94, 158, 214);\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active,\na.ui-button:active,\n.ui-button:active,\n.ui-button.ui-state-active:hover {\n\tborder: 1px solid #003eff;\n\tbackground: #007fff;\n\tfont-weight: normal;\n\tcolor: #ffffff;\n}\n.ui-icon-background,\n.ui-state-active .ui-icon-background {\n\tborder: #003eff;\n\tbackground-color: #ffffff;\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n\tcolor: #ffffff;\n\ttext-decoration: none;\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n\tborder: 1px solid #dad55e;\n\tbackground: #fffa90;\n\tcolor: #777620;\n}\n.ui-state-checked {\n\tborder: 1px solid #dad55e;\n\tbackground: #fffa90;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n\tcolor: #777620;\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n\tborder: 1px solid #f1a899;\n\tbackground: #fddfdf;\n\tcolor: #5f3f3f;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n\tcolor: #5f3f3f;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n\tcolor: #5f3f3f;\n}\n.ui-priority-primary,\n.ui-widget-content .ui-priority-primary,\n.ui-widget-header .ui-priority-primary {\n\tfont-weight: bold;\n}\n.ui-priority-secondary,\n.ui-widget-content .ui-priority-secondary,\n.ui-widget-header .ui-priority-secondary {\n\topacity: .7;\n\t-ms-filter: \"alpha(opacity=70)\"; /* support: IE8 */\n\tfont-weight: normal;\n}\n.ui-state-disabled,\n.ui-widget-content .ui-state-disabled,\n.ui-widget-header .ui-state-disabled {\n\topacity: .35;\n\t-ms-filter: \"alpha(opacity=35)\"; /* support: IE8 */\n\tbackground-image: none;\n}\n.ui-state-disabled .ui-icon {\n\t-ms-filter: \"alpha(opacity=35)\"; /* support: IE8 - See #6059 */\n}\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n\twidth: 16px;\n\theight: 16px;\n}\n.ui-icon,\n.ui-widget-content .ui-icon {\n\tbackground-image: url(${___CSS_LOADER_URL_REPLACEMENT_2___});\n}\n.ui-widget-header .ui-icon {\n\tbackground-image: url(${___CSS_LOADER_URL_REPLACEMENT_2___});\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon,\n.ui-button:hover .ui-icon,\n.ui-button:focus .ui-icon {\n\tbackground-image: url(${___CSS_LOADER_URL_REPLACEMENT_3___});\n}\n.ui-state-active .ui-icon,\n.ui-button:active .ui-icon {\n\tbackground-image: url(${___CSS_LOADER_URL_REPLACEMENT_4___});\n}\n.ui-state-highlight .ui-icon,\n.ui-button .ui-state-highlight.ui-icon {\n\tbackground-image: url(${___CSS_LOADER_URL_REPLACEMENT_5___});\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n\tbackground-image: url(${___CSS_LOADER_URL_REPLACEMENT_6___});\n}\n.ui-button .ui-icon {\n\tbackground-image: url(${___CSS_LOADER_URL_REPLACEMENT_7___});\n}\n\n/* positioning */\n/* Three classes needed to override \\`.ui-button:hover .ui-icon\\` */\n.ui-icon-blank.ui-icon-blank.ui-icon-blank {\n\tbackground-image: none;\n}\n.ui-icon-caret-1-n { background-position: 0 0; }\n.ui-icon-caret-1-ne { background-position: -16px 0; }\n.ui-icon-caret-1-e { background-position: -32px 0; }\n.ui-icon-caret-1-se { background-position: -48px 0; }\n.ui-icon-caret-1-s { background-position: -65px 0; }\n.ui-icon-caret-1-sw { background-position: -80px 0; }\n.ui-icon-caret-1-w { background-position: -96px 0; }\n.ui-icon-caret-1-nw { background-position: -112px 0; }\n.ui-icon-caret-2-n-s { background-position: -128px 0; }\n.ui-icon-caret-2-e-w { background-position: -144px 0; }\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\n.ui-icon-triangle-1-s { background-position: -65px -16px; }\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\n.ui-icon-arrow-1-s { background-position: -65px -32px; }\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\n.ui-icon-arrowthick-1-n { background-position: 1px -48px; }\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\n.ui-icon-arrow-4 { background-position: 0 -80px; }\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\n.ui-icon-extlink { background-position: -32px -80px; }\n.ui-icon-newwin { background-position: -48px -80px; }\n.ui-icon-refresh { background-position: -64px -80px; }\n.ui-icon-shuffle { background-position: -80px -80px; }\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\n.ui-icon-folder-open { background-position: -16px -96px; }\n.ui-icon-document { background-position: -32px -96px; }\n.ui-icon-document-b { background-position: -48px -96px; }\n.ui-icon-note { background-position: -64px -96px; }\n.ui-icon-mail-closed { background-position: -80px -96px; }\n.ui-icon-mail-open { background-position: -96px -96px; }\n.ui-icon-suitcase { background-position: -112px -96px; }\n.ui-icon-comment { background-position: -128px -96px; }\n.ui-icon-person { background-position: -144px -96px; }\n.ui-icon-print { background-position: -160px -96px; }\n.ui-icon-trash { background-position: -176px -96px; }\n.ui-icon-locked { background-position: -192px -96px; }\n.ui-icon-unlocked { background-position: -208px -96px; }\n.ui-icon-bookmark { background-position: -224px -96px; }\n.ui-icon-tag { background-position: -240px -96px; }\n.ui-icon-home { background-position: 0 -112px; }\n.ui-icon-flag { background-position: -16px -112px; }\n.ui-icon-calendar { background-position: -32px -112px; }\n.ui-icon-cart { background-position: -48px -112px; }\n.ui-icon-pencil { background-position: -64px -112px; }\n.ui-icon-clock { background-position: -80px -112px; }\n.ui-icon-disk { background-position: -96px -112px; }\n.ui-icon-calculator { background-position: -112px -112px; }\n.ui-icon-zoomin { background-position: -128px -112px; }\n.ui-icon-zoomout { background-position: -144px -112px; }\n.ui-icon-search { background-position: -160px -112px; }\n.ui-icon-wrench { background-position: -176px -112px; }\n.ui-icon-gear { background-position: -192px -112px; }\n.ui-icon-heart { background-position: -208px -112px; }\n.ui-icon-star { background-position: -224px -112px; }\n.ui-icon-link { background-position: -240px -112px; }\n.ui-icon-cancel { background-position: 0 -128px; }\n.ui-icon-plus { background-position: -16px -128px; }\n.ui-icon-plusthick { background-position: -32px -128px; }\n.ui-icon-minus { background-position: -48px -128px; }\n.ui-icon-minusthick { background-position: -64px -128px; }\n.ui-icon-close { background-position: -80px -128px; }\n.ui-icon-closethick { background-position: -96px -128px; }\n.ui-icon-key { background-position: -112px -128px; }\n.ui-icon-lightbulb { background-position: -128px -128px; }\n.ui-icon-scissors { background-position: -144px -128px; }\n.ui-icon-clipboard { background-position: -160px -128px; }\n.ui-icon-copy { background-position: -176px -128px; }\n.ui-icon-contact { background-position: -192px -128px; }\n.ui-icon-image { background-position: -208px -128px; }\n.ui-icon-video { background-position: -224px -128px; }\n.ui-icon-script { background-position: -240px -128px; }\n.ui-icon-alert { background-position: 0 -144px; }\n.ui-icon-info { background-position: -16px -144px; }\n.ui-icon-notice { background-position: -32px -144px; }\n.ui-icon-help { background-position: -48px -144px; }\n.ui-icon-check { background-position: -64px -144px; }\n.ui-icon-bullet { background-position: -80px -144px; }\n.ui-icon-radio-on { background-position: -96px -144px; }\n.ui-icon-radio-off { background-position: -112px -144px; }\n.ui-icon-pin-w { background-position: -128px -144px; }\n.ui-icon-pin-s { background-position: -144px -144px; }\n.ui-icon-play { background-position: 0 -160px; }\n.ui-icon-pause { background-position: -16px -160px; }\n.ui-icon-seek-next { background-position: -32px -160px; }\n.ui-icon-seek-prev { background-position: -48px -160px; }\n.ui-icon-seek-end { background-position: -64px -160px; }\n.ui-icon-seek-start { background-position: -80px -160px; }\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\n.ui-icon-seek-first { background-position: -80px -160px; }\n.ui-icon-stop { background-position: -96px -160px; }\n.ui-icon-eject { background-position: -112px -160px; }\n.ui-icon-volume-off { background-position: -128px -160px; }\n.ui-icon-volume-on { background-position: -144px -160px; }\n.ui-icon-power { background-position: 0 -176px; }\n.ui-icon-signal-diag { background-position: -16px -176px; }\n.ui-icon-signal { background-position: -32px -176px; }\n.ui-icon-battery-0 { background-position: -48px -176px; }\n.ui-icon-battery-1 { background-position: -64px -176px; }\n.ui-icon-battery-2 { background-position: -80px -176px; }\n.ui-icon-battery-3 { background-position: -96px -176px; }\n.ui-icon-circle-plus { background-position: 0 -192px; }\n.ui-icon-circle-minus { background-position: -16px -192px; }\n.ui-icon-circle-close { background-position: -32px -192px; }\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\n.ui-icon-circle-check { background-position: -208px -192px; }\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Corner radius */\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-left,\n.ui-corner-tl {\n\tborder-top-left-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-right,\n.ui-corner-tr {\n\tborder-top-right-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-left,\n.ui-corner-bl {\n\tborder-bottom-left-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-right,\n.ui-corner-br {\n\tborder-bottom-right-radius: 3px;\n}\n\n/* Overlays */\n.ui-widget-overlay {\n\tbackground: #aaaaaa;\n\topacity: .003;\n\t-ms-filter: \"alpha(opacity=.3)\"; /* support: IE8 */\n}\n.ui-widget-shadow {\n\t-webkit-box-shadow: 0px 0px 5px #666666;\n\tbox-shadow: 0px 0px 5px #666666;\n}\n`, \"\",{\"version\":3,\"sources\":[\"webpack://./node_modules/jquery-ui-dist/jquery-ui.css\"],\"names\":[],\"mappings\":\"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,YAAY;AACb;AACA;CACC,WAAW;CACX,YAAY;CACZ,kBAAkB;CAClB,iBAAiB;CACjB,YAAY;AACb;AACA;;CAEC,sBAAsB;CACtB,UAAU;CACV,WAAW;CACX,iBAAiB;CACjB,mBAAmB;AACpB;AACA;CACC,oBAAoB;AACrB;AACA;CACC,WAAW;CACX,oBAAoB;CACpB,aAAa;AACd;AACA;CACC,kBAAkB;CAClB,eAAe;AAChB;AACA;;CAEC,kBAAkB;CAClB,QAAQ;CACR,YAAY;CACZ,aAAa;AACd;AACA;;CAEC,QAAQ;AACT;AACA;CACC,SAAS;AACV;AACA;CACC,UAAU;AACX;AACA;CACC,SAAS;AACV;AACA;CACC,UAAU;AACX;AACA;;CAEC,cAAc;CACd,kBAAkB;CAClB,SAAS;CACT,iBAAiB;CACjB,QAAQ;CACR,gBAAgB;AACjB;AACA;CACC,eAAe;CACf,kBAAkB;CAClB,kBAAkB;AACnB;AACA;CACC,cAAc;CACd,aAAa;AACd;AACA;;CAEC,UAAU;AACX;AACA;CACC,WAAW;CACX,eAAe;CACf,yBAAyB;CACzB,gBAAgB;AACjB;AACA;CACC,kBAAkB;CAClB,kBAAkB;CAClB,iBAAiB;CACjB,SAAS;AACV;AACA;CACC,SAAS;CACT,YAAY;AACb;AACA;;CAEC,cAAc;CACd,aAAa;CACb,iBAAiB;CACjB,qBAAqB;AACtB;AACA;CACC,sBAAsB;CACtB,kBAAkB;CAClB,eAAe;CACf,cAAc;CACd,eAAe;CACf,gBAAgB;AACjB;AACA;CACC,YAAY;CACZ,sBAAsB;CACtB,eAAe;CACf,4BAA4B;CAC5B,WAAW;CACX,iBAAiB;AAClB;AACA;CACC,WAAW;AACZ;;AAEA,4BAA4B;AAC5B;CACC,WAAW;AACZ;AACA;CACC,WAAW;AACZ;AACA;CACC,UAAU;CACV,mBAAmB;AACpB;AACA;CACC,UAAU;AACX;AACA;CACC,YAAY;AACb;AACA;CACC,UAAU;AACX;AACA;;CAEC,oBAAoB;AACrB;AACA;CACC,WAAW;AACZ;AACA;CACC,WAAW;CACX,WAAW;CACX,YAAY;AACb;;AAEA,gBAAgB;AAChB;CACC,cAAc;AACf;AACA;CACC,UAAU;CACV,UAAU;AACX;AACA;CACC,SAAS;CACT,WAAW;AACZ;AACA;CACC,UAAU;CACV,UAAU;AACX;AACA;CACC,SAAS;CACT,WAAW;AACZ;AACA;CACC,YAAY;AACb;AACA;CACC,WAAW;AACZ;AACA;;CAEC,YAAY;AACb;AACA;;CAEC,qBAAqB;CACrB,sBAAsB;AACvB;;AAEA,UAAU;AACV;CACC,cAAc;CACd,qBAAqB;CACrB,gBAAgB;CAChB,4BAA4B;CAC5B,UAAU;CACV,SAAS;AACV;AACA;CACC,kBAAkB;CAClB,MAAM;CACN,OAAO;CACP,aAAa;CACb,UAAU;AACX;AACA;CACC,iBAAiB;CACjB,kBAAkB;AACnB;AACA;CACC,WAAW;CACX,cAAc;CACd,mBAAmB;CACnB,UAAU;CACV,gBAAgB;CAChB,uBAAuB;AACxB;AACA;CACC,kBAAkB;CAClB,WAAW;CACX,QAAQ;CACR,WAAW;CACX,mBAAmB;CACnB,YAAY;CACZ,YAAY;AACb;AACA;CACC,kBAAkB;CAClB,SAAS;CACT,iBAAiB;CACjB,gBAAgB;CAChB,cAAc;AACf;AACA;CACC,gBAAgB;CAChB,uBAAuB;CACvB,sBAAsB;CACtB,gBAAgB;CAChB,2BAA2B;AAC5B;AACA;CACC,YAAY;AACb;AACA;CACC,wBAAwB;CACxB,eAAe;AAChB;AACA;CACC,WAAW;CACX,MAAM;AACP;AACA;CACC,UAAU;CACV,QAAQ;AACT;AACA;CACC,WAAW;CACX,SAAS;AACV;AACA;CACC,UAAU;CACV,OAAO;AACR;AACA;;;;CAIC,UAAU;CACV,WAAW;AACZ;AACA;CACC,QAAQ;CACR,SAAS;AACV;AACA;CACC,OAAO;CACP,SAAS;AACV;AACA;CACC,QAAQ;CACR,MAAM;AACP;AACA;CACC,OAAO;CACP,MAAM;AACP;AACA;CACC,YAAY;AACb;AACA;CACC,sBAAsB;CACtB,kBAAkB;AACnB;AACA;CACC,kBAAkB;AACnB;AACA;CACC,kBAAkB;CAClB,gBAAgB;CAChB,cAAc;CACd,sBAAsB;CACtB,kBAAkB;AACnB;AACA;;CAEC,aAAa;AACd;AACA;CACC,gBAAgB;CAChB,WAAW;CACX,WAAW;CACX,SAAS;CACT,OAAO;AACR;AACA;CACC,gBAAgB;CAChB,WAAW;CACX,WAAW;CACX,YAAY;CACZ,OAAO;AACR;AACA;CACC,gBAAgB;CAChB,UAAU;CACV,WAAW;CACX,MAAM;CACN,YAAY;AACb;AACA;CACC,gBAAgB;CAChB,UAAU;CACV,UAAU;CACV,MAAM;CACN,YAAY;AACb;AACA;CACC,iBAAiB;CACjB,WAAW;CACX,YAAY;CACZ,UAAU;CACV,WAAW;AACZ;AACA;CACC,iBAAiB;CACjB,UAAU;CACV,WAAW;CACX,UAAU;CACV,YAAY;AACb;AACA;CACC,iBAAiB;CACjB,UAAU;CACV,WAAW;CACX,UAAU;CACV,SAAS;AACV;AACA;CACC,iBAAiB;CACjB,UAAU;CACV,WAAW;CACX,WAAW;CACX,SAAS;AACV;AACA;CACC,WAAW;CACX,gBAAgB;CAChB,gBAAgB;AACjB;AACA;CACC,YAAY;CACZ,YAAY;AACb;AACA;CACC,mDAAyzE;CACzzE,YAAY;CACZ,+BAA+B,EAAE,iBAAiB;CAClD,aAAa;AACd;AACA;CACC,sBAAsB;AACvB;AACA;CACC,sBAAsB;CACtB,kBAAkB;AACnB;AACA;CACC,kBAAkB;CAClB,YAAY;CACZ,wBAAwB;AACzB;AACA;CACC,UAAU;CACV,SAAS;CACT,kBAAkB;CAClB,MAAM;CACN,OAAO;CACP,aAAa;AACd;AACA;CACC,cAAc;CACd,kBAAkB;CAClB,mBAAmB;AACpB;AACA;CACC,cAAc;CACd,iBAAiB;CACjB,gBAAgB;CAChB,kBAAkB;CAClB,mBAAmB;CACnB,YAAY;CACZ,SAAS;AACV;AACA;CACC,cAAc;AACf;AACA;CACC,cAAc;CACd,kBAAkB;CAClB,gBAAgB;CAChB,uBAAuB;AACxB;AACA;CACC,gBAAgB;CAChB,mBAAmB;CACnB,WAAW;AACZ;AACA;CACC,YAAY;CACZ,aAAa;AACd;AACA;CACC,kBAAkB;CAClB,gBAAgB;AACjB;AACA;CACC,kBAAkB;CAClB,UAAU;CACV,YAAY;CACZ,aAAa;CACb,eAAe;CACf,sBAAsB;CACtB,kBAAkB;AACnB;AACA;CACC,kBAAkB;CAClB,UAAU;CACV,eAAe;CACf,cAAc;CACd,SAAS;CACT,wBAAwB;AACzB;;AAEA,6BAA6B;AAC7B;;CAEC,eAAe;AAChB;;AAEA;CACC,YAAY;AACb;AACA;CACC,UAAU;CACV,kBAAkB;AACnB;AACA;CACC,MAAM;CACN,YAAY;AACb;AACA;CACC,OAAO;AACR;AACA;CACC,QAAQ;AACT;;AAEA;CACC,WAAW;CACX,aAAa;AACd;AACA;CACC,WAAW;CACX,cAAc;CACd,oBAAoB;AACrB;AACA;CACC,OAAO;CACP,WAAW;AACZ;AACA;CACC,SAAS;AACV;AACA;CACC,MAAM;AACP;AACA;CACC,sBAAsB;CACtB,kBAAkB;AACnB;AACA;CACC,kBAAkB;CAClB,qBAAqB;CACrB,gBAAgB;CAChB,UAAU;CACV,sBAAsB;AACvB;AACA;CACC,YAAY;CACZ,gBAAgB;CAChB,cAAc;CACd,iBAAiB;CACjB,cAAc;CACd,sBAAsB;CACtB,iBAAiB;CACjB,iBAAiB;AAClB;AACA;CACC,YAAY;CACZ,WAAW;CACX,eAAe;CACf,UAAU;CACV,SAAS;CACT,kBAAkB;CAClB,kBAAkB;CAClB,eAAe;CACf,cAAc;CACd,gBAAgB;CAChB,QAAQ;AACT;AACA,+DAA+D;AAC/D;CACC,sBAAsB;CACtB,yBAAyB;CACzB,wBAAwB;AACzB;AACA;CACC,MAAM;AACP;AACA;CACC,SAAS;AACV;AACA;CACC,kBAAkB,CAAC,uIAAuI;CAC1J,aAAa;AACd;AACA;CACC,SAAS;CACT,oBAAoB;AACrB;AACA;CACC,gBAAgB;CAChB,WAAW;CACX,kBAAkB;CAClB,MAAM;CACN,oBAAoB;CACpB,sBAAsB;CACtB,UAAU;CACV,mBAAmB;AACpB;AACA;CACC,WAAW;CACX,iBAAiB;CACjB,qBAAqB;AACtB;AACA;CACC,mBAAmB;CACnB,mBAAmB;AACpB;AACA;;;CAGC,YAAY;AACb;AACA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\",\"sourcesContent\":[\"/*! jQuery UI - v1.13.3 - 2024-04-26\\n* https://jqueryui.com\\n* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css\\n* To view and modify this theme, visit https://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=%22alpha(opacity%3D30)%22&opacityFilterOverlay=%22alpha(opacity%3D30)%22&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6\\n* Copyright OpenJS Foundation and other contributors; Licensed MIT */\\n\\n/* Layout helpers\\n----------------------------------*/\\n.ui-helper-hidden {\\n\\tdisplay: none;\\n}\\n.ui-helper-hidden-accessible {\\n\\tborder: 0;\\n\\tclip: rect(0 0 0 0);\\n\\theight: 1px;\\n\\tmargin: -1px;\\n\\toverflow: hidden;\\n\\tpadding: 0;\\n\\tposition: absolute;\\n\\twidth: 1px;\\n}\\n.ui-helper-reset {\\n\\tmargin: 0;\\n\\tpadding: 0;\\n\\tborder: 0;\\n\\toutline: 0;\\n\\tline-height: 1.3;\\n\\ttext-decoration: none;\\n\\tfont-size: 100%;\\n\\tlist-style: none;\\n}\\n.ui-helper-clearfix:before,\\n.ui-helper-clearfix:after {\\n\\tcontent: \\\"\\\";\\n\\tdisplay: table;\\n\\tborder-collapse: collapse;\\n}\\n.ui-helper-clearfix:after {\\n\\tclear: both;\\n}\\n.ui-helper-zfix {\\n\\twidth: 100%;\\n\\theight: 100%;\\n\\ttop: 0;\\n\\tleft: 0;\\n\\tposition: absolute;\\n\\topacity: 0;\\n\\t-ms-filter: \\\"alpha(opacity=0)\\\"; /* support: IE8 */\\n}\\n\\n.ui-front {\\n\\tz-index: 100;\\n}\\n\\n\\n/* Interaction Cues\\n----------------------------------*/\\n.ui-state-disabled {\\n\\tcursor: default !important;\\n\\tpointer-events: none;\\n}\\n\\n\\n/* Icons\\n----------------------------------*/\\n.ui-icon {\\n\\tdisplay: inline-block;\\n\\tvertical-align: middle;\\n\\tmargin-top: -.25em;\\n\\tposition: relative;\\n\\ttext-indent: -99999px;\\n\\toverflow: hidden;\\n\\tbackground-repeat: no-repeat;\\n}\\n\\n.ui-widget-icon-block {\\n\\tleft: 50%;\\n\\tmargin-left: -8px;\\n\\tdisplay: block;\\n}\\n\\n/* Misc visuals\\n----------------------------------*/\\n\\n/* Overlays */\\n.ui-widget-overlay {\\n\\tposition: fixed;\\n\\ttop: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\n\\theight: 100%;\\n}\\n.ui-accordion .ui-accordion-header {\\n\\tdisplay: block;\\n\\tcursor: pointer;\\n\\tposition: relative;\\n\\tmargin: 2px 0 0 0;\\n\\tpadding: .5em .5em .5em .7em;\\n\\tfont-size: 100%;\\n}\\n.ui-accordion .ui-accordion-content {\\n\\tpadding: 1em 2.2em;\\n\\tborder-top: 0;\\n\\toverflow: auto;\\n}\\n.ui-autocomplete {\\n\\tposition: absolute;\\n\\ttop: 0;\\n\\tleft: 0;\\n\\tcursor: default;\\n}\\n.ui-menu {\\n\\tlist-style: none;\\n\\tpadding: 0;\\n\\tmargin: 0;\\n\\tdisplay: block;\\n\\toutline: 0;\\n}\\n.ui-menu .ui-menu {\\n\\tposition: absolute;\\n}\\n.ui-menu .ui-menu-item {\\n\\tmargin: 0;\\n\\tcursor: pointer;\\n\\t/* support: IE10, see #8844 */\\n\\tlist-style-image: url(\\\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\\\");\\n}\\n.ui-menu .ui-menu-item-wrapper {\\n\\tposition: relative;\\n\\tpadding: 3px 1em 3px .4em;\\n}\\n.ui-menu .ui-menu-divider {\\n\\tmargin: 5px 0;\\n\\theight: 0;\\n\\tfont-size: 0;\\n\\tline-height: 0;\\n\\tborder-width: 1px 0 0 0;\\n}\\n.ui-menu .ui-state-focus,\\n.ui-menu .ui-state-active {\\n\\tmargin: -1px;\\n}\\n\\n/* icon support */\\n.ui-menu-icons {\\n\\tposition: relative;\\n}\\n.ui-menu-icons .ui-menu-item-wrapper {\\n\\tpadding-left: 2em;\\n}\\n\\n/* left-aligned */\\n.ui-menu .ui-icon {\\n\\tposition: absolute;\\n\\ttop: 0;\\n\\tbottom: 0;\\n\\tleft: .2em;\\n\\tmargin: auto 0;\\n}\\n\\n/* right-aligned */\\n.ui-menu .ui-menu-icon {\\n\\tleft: auto;\\n\\tright: 0;\\n}\\n.ui-button {\\n\\tpadding: .4em 1em;\\n\\tdisplay: inline-block;\\n\\tposition: relative;\\n\\tline-height: normal;\\n\\tmargin-right: .1em;\\n\\tcursor: pointer;\\n\\tvertical-align: middle;\\n\\ttext-align: center;\\n\\t-webkit-user-select: none;\\n\\t-moz-user-select: none;\\n\\t-ms-user-select: none;\\n\\tuser-select: none;\\n\\n\\t/* Support: IE <= 11 */\\n\\toverflow: visible;\\n}\\n\\n.ui-button,\\n.ui-button:link,\\n.ui-button:visited,\\n.ui-button:hover,\\n.ui-button:active {\\n\\ttext-decoration: none;\\n}\\n\\n/* to make room for the icon, a width needs to be set here */\\n.ui-button-icon-only {\\n\\twidth: 2em;\\n\\tbox-sizing: border-box;\\n\\ttext-indent: -9999px;\\n\\twhite-space: nowrap;\\n}\\n\\n/* no icon support for input elements */\\ninput.ui-button.ui-button-icon-only {\\n\\ttext-indent: 0;\\n}\\n\\n/* button icon element(s) */\\n.ui-button-icon-only .ui-icon {\\n\\tposition: absolute;\\n\\ttop: 50%;\\n\\tleft: 50%;\\n\\tmargin-top: -8px;\\n\\tmargin-left: -8px;\\n}\\n\\n.ui-button.ui-icon-notext .ui-icon {\\n\\tpadding: 0;\\n\\twidth: 2.1em;\\n\\theight: 2.1em;\\n\\ttext-indent: -9999px;\\n\\twhite-space: nowrap;\\n\\n}\\n\\ninput.ui-button.ui-icon-notext .ui-icon {\\n\\twidth: auto;\\n\\theight: auto;\\n\\ttext-indent: 0;\\n\\twhite-space: normal;\\n\\tpadding: .4em 1em;\\n}\\n\\n/* workarounds */\\n/* Support: Firefox 5 - 40 */\\ninput.ui-button::-moz-focus-inner,\\nbutton.ui-button::-moz-focus-inner {\\n\\tborder: 0;\\n\\tpadding: 0;\\n}\\n.ui-controlgroup {\\n\\tvertical-align: middle;\\n\\tdisplay: inline-block;\\n}\\n.ui-controlgroup > .ui-controlgroup-item {\\n\\tfloat: left;\\n\\tmargin-left: 0;\\n\\tmargin-right: 0;\\n}\\n.ui-controlgroup > .ui-controlgroup-item:focus,\\n.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {\\n\\tz-index: 9999;\\n}\\n.ui-controlgroup-vertical > .ui-controlgroup-item {\\n\\tdisplay: block;\\n\\tfloat: none;\\n\\twidth: 100%;\\n\\tmargin-top: 0;\\n\\tmargin-bottom: 0;\\n\\ttext-align: left;\\n}\\n.ui-controlgroup-vertical .ui-controlgroup-item {\\n\\tbox-sizing: border-box;\\n}\\n.ui-controlgroup .ui-controlgroup-label {\\n\\tpadding: .4em 1em;\\n}\\n.ui-controlgroup .ui-controlgroup-label span {\\n\\tfont-size: 80%;\\n}\\n.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {\\n\\tborder-left: none;\\n}\\n.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {\\n\\tborder-top: none;\\n}\\n.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {\\n\\tborder-right: none;\\n}\\n.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {\\n\\tborder-bottom: none;\\n}\\n\\n/* Spinner specific style fixes */\\n.ui-controlgroup-vertical .ui-spinner-input {\\n\\n\\t/* Support: IE8 only, Android < 4.4 only */\\n\\twidth: 75%;\\n\\twidth: calc( 100% - 2.4em );\\n}\\n.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {\\n\\tborder-top-style: solid;\\n}\\n\\n.ui-checkboxradio-label .ui-icon-background {\\n\\tbox-shadow: inset 1px 1px 1px #ccc;\\n\\tborder-radius: .12em;\\n\\tborder: none;\\n}\\n.ui-checkboxradio-radio-label .ui-icon-background {\\n\\twidth: 16px;\\n\\theight: 16px;\\n\\tborder-radius: 1em;\\n\\toverflow: visible;\\n\\tborder: none;\\n}\\n.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,\\n.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {\\n\\tbackground-image: none;\\n\\twidth: 8px;\\n\\theight: 8px;\\n\\tborder-width: 4px;\\n\\tborder-style: solid;\\n}\\n.ui-checkboxradio-disabled {\\n\\tpointer-events: none;\\n}\\n.ui-datepicker {\\n\\twidth: 17em;\\n\\tpadding: .2em .2em 0;\\n\\tdisplay: none;\\n}\\n.ui-datepicker .ui-datepicker-header {\\n\\tposition: relative;\\n\\tpadding: .2em 0;\\n}\\n.ui-datepicker .ui-datepicker-prev,\\n.ui-datepicker .ui-datepicker-next {\\n\\tposition: absolute;\\n\\ttop: 2px;\\n\\twidth: 1.8em;\\n\\theight: 1.8em;\\n}\\n.ui-datepicker .ui-datepicker-prev-hover,\\n.ui-datepicker .ui-datepicker-next-hover {\\n\\ttop: 1px;\\n}\\n.ui-datepicker .ui-datepicker-prev {\\n\\tleft: 2px;\\n}\\n.ui-datepicker .ui-datepicker-next {\\n\\tright: 2px;\\n}\\n.ui-datepicker .ui-datepicker-prev-hover {\\n\\tleft: 1px;\\n}\\n.ui-datepicker .ui-datepicker-next-hover {\\n\\tright: 1px;\\n}\\n.ui-datepicker .ui-datepicker-prev span,\\n.ui-datepicker .ui-datepicker-next span {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tleft: 50%;\\n\\tmargin-left: -8px;\\n\\ttop: 50%;\\n\\tmargin-top: -8px;\\n}\\n.ui-datepicker .ui-datepicker-title {\\n\\tmargin: 0 2.3em;\\n\\tline-height: 1.8em;\\n\\ttext-align: center;\\n}\\n.ui-datepicker .ui-datepicker-title select {\\n\\tfont-size: 1em;\\n\\tmargin: 1px 0;\\n}\\n.ui-datepicker select.ui-datepicker-month,\\n.ui-datepicker select.ui-datepicker-year {\\n\\twidth: 45%;\\n}\\n.ui-datepicker table {\\n\\twidth: 100%;\\n\\tfont-size: .9em;\\n\\tborder-collapse: collapse;\\n\\tmargin: 0 0 .4em;\\n}\\n.ui-datepicker th {\\n\\tpadding: .7em .3em;\\n\\ttext-align: center;\\n\\tfont-weight: bold;\\n\\tborder: 0;\\n}\\n.ui-datepicker td {\\n\\tborder: 0;\\n\\tpadding: 1px;\\n}\\n.ui-datepicker td span,\\n.ui-datepicker td a {\\n\\tdisplay: block;\\n\\tpadding: .2em;\\n\\ttext-align: right;\\n\\ttext-decoration: none;\\n}\\n.ui-datepicker .ui-datepicker-buttonpane {\\n\\tbackground-image: none;\\n\\tmargin: .7em 0 0 0;\\n\\tpadding: 0 .2em;\\n\\tborder-left: 0;\\n\\tborder-right: 0;\\n\\tborder-bottom: 0;\\n}\\n.ui-datepicker .ui-datepicker-buttonpane button {\\n\\tfloat: right;\\n\\tmargin: .5em .2em .4em;\\n\\tcursor: pointer;\\n\\tpadding: .2em .6em .3em .6em;\\n\\twidth: auto;\\n\\toverflow: visible;\\n}\\n.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {\\n\\tfloat: left;\\n}\\n\\n/* with multiple calendars */\\n.ui-datepicker.ui-datepicker-multi {\\n\\twidth: auto;\\n}\\n.ui-datepicker-multi .ui-datepicker-group {\\n\\tfloat: left;\\n}\\n.ui-datepicker-multi .ui-datepicker-group table {\\n\\twidth: 95%;\\n\\tmargin: 0 auto .4em;\\n}\\n.ui-datepicker-multi-2 .ui-datepicker-group {\\n\\twidth: 50%;\\n}\\n.ui-datepicker-multi-3 .ui-datepicker-group {\\n\\twidth: 33.3%;\\n}\\n.ui-datepicker-multi-4 .ui-datepicker-group {\\n\\twidth: 25%;\\n}\\n.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,\\n.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {\\n\\tborder-left-width: 0;\\n}\\n.ui-datepicker-multi .ui-datepicker-buttonpane {\\n\\tclear: left;\\n}\\n.ui-datepicker-row-break {\\n\\tclear: both;\\n\\twidth: 100%;\\n\\tfont-size: 0;\\n}\\n\\n/* RTL support */\\n.ui-datepicker-rtl {\\n\\tdirection: rtl;\\n}\\n.ui-datepicker-rtl .ui-datepicker-prev {\\n\\tright: 2px;\\n\\tleft: auto;\\n}\\n.ui-datepicker-rtl .ui-datepicker-next {\\n\\tleft: 2px;\\n\\tright: auto;\\n}\\n.ui-datepicker-rtl .ui-datepicker-prev:hover {\\n\\tright: 1px;\\n\\tleft: auto;\\n}\\n.ui-datepicker-rtl .ui-datepicker-next:hover {\\n\\tleft: 1px;\\n\\tright: auto;\\n}\\n.ui-datepicker-rtl .ui-datepicker-buttonpane {\\n\\tclear: right;\\n}\\n.ui-datepicker-rtl .ui-datepicker-buttonpane button {\\n\\tfloat: left;\\n}\\n.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,\\n.ui-datepicker-rtl .ui-datepicker-group {\\n\\tfloat: right;\\n}\\n.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,\\n.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {\\n\\tborder-right-width: 0;\\n\\tborder-left-width: 1px;\\n}\\n\\n/* Icons */\\n.ui-datepicker .ui-icon {\\n\\tdisplay: block;\\n\\ttext-indent: -99999px;\\n\\toverflow: hidden;\\n\\tbackground-repeat: no-repeat;\\n\\tleft: .5em;\\n\\ttop: .3em;\\n}\\n.ui-dialog {\\n\\tposition: absolute;\\n\\ttop: 0;\\n\\tleft: 0;\\n\\tpadding: .2em;\\n\\toutline: 0;\\n}\\n.ui-dialog .ui-dialog-titlebar {\\n\\tpadding: .4em 1em;\\n\\tposition: relative;\\n}\\n.ui-dialog .ui-dialog-title {\\n\\tfloat: left;\\n\\tmargin: .1em 0;\\n\\twhite-space: nowrap;\\n\\twidth: 90%;\\n\\toverflow: hidden;\\n\\ttext-overflow: ellipsis;\\n}\\n.ui-dialog .ui-dialog-titlebar-close {\\n\\tposition: absolute;\\n\\tright: .3em;\\n\\ttop: 50%;\\n\\twidth: 20px;\\n\\tmargin: -10px 0 0 0;\\n\\tpadding: 1px;\\n\\theight: 20px;\\n}\\n.ui-dialog .ui-dialog-content {\\n\\tposition: relative;\\n\\tborder: 0;\\n\\tpadding: .5em 1em;\\n\\tbackground: none;\\n\\toverflow: auto;\\n}\\n.ui-dialog .ui-dialog-buttonpane {\\n\\ttext-align: left;\\n\\tborder-width: 1px 0 0 0;\\n\\tbackground-image: none;\\n\\tmargin-top: .5em;\\n\\tpadding: .3em 1em .5em .4em;\\n}\\n.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {\\n\\tfloat: right;\\n}\\n.ui-dialog .ui-dialog-buttonpane button {\\n\\tmargin: .5em .4em .5em 0;\\n\\tcursor: pointer;\\n}\\n.ui-dialog .ui-resizable-n {\\n\\theight: 2px;\\n\\ttop: 0;\\n}\\n.ui-dialog .ui-resizable-e {\\n\\twidth: 2px;\\n\\tright: 0;\\n}\\n.ui-dialog .ui-resizable-s {\\n\\theight: 2px;\\n\\tbottom: 0;\\n}\\n.ui-dialog .ui-resizable-w {\\n\\twidth: 2px;\\n\\tleft: 0;\\n}\\n.ui-dialog .ui-resizable-se,\\n.ui-dialog .ui-resizable-sw,\\n.ui-dialog .ui-resizable-ne,\\n.ui-dialog .ui-resizable-nw {\\n\\twidth: 7px;\\n\\theight: 7px;\\n}\\n.ui-dialog .ui-resizable-se {\\n\\tright: 0;\\n\\tbottom: 0;\\n}\\n.ui-dialog .ui-resizable-sw {\\n\\tleft: 0;\\n\\tbottom: 0;\\n}\\n.ui-dialog .ui-resizable-ne {\\n\\tright: 0;\\n\\ttop: 0;\\n}\\n.ui-dialog .ui-resizable-nw {\\n\\tleft: 0;\\n\\ttop: 0;\\n}\\n.ui-draggable .ui-dialog-titlebar {\\n\\tcursor: move;\\n}\\n.ui-draggable-handle {\\n\\t-ms-touch-action: none;\\n\\ttouch-action: none;\\n}\\n.ui-resizable {\\n\\tposition: relative;\\n}\\n.ui-resizable-handle {\\n\\tposition: absolute;\\n\\tfont-size: 0.1px;\\n\\tdisplay: block;\\n\\t-ms-touch-action: none;\\n\\ttouch-action: none;\\n}\\n.ui-resizable-disabled .ui-resizable-handle,\\n.ui-resizable-autohide .ui-resizable-handle {\\n\\tdisplay: none;\\n}\\n.ui-resizable-n {\\n\\tcursor: n-resize;\\n\\theight: 7px;\\n\\twidth: 100%;\\n\\ttop: -5px;\\n\\tleft: 0;\\n}\\n.ui-resizable-s {\\n\\tcursor: s-resize;\\n\\theight: 7px;\\n\\twidth: 100%;\\n\\tbottom: -5px;\\n\\tleft: 0;\\n}\\n.ui-resizable-e {\\n\\tcursor: e-resize;\\n\\twidth: 7px;\\n\\tright: -5px;\\n\\ttop: 0;\\n\\theight: 100%;\\n}\\n.ui-resizable-w {\\n\\tcursor: w-resize;\\n\\twidth: 7px;\\n\\tleft: -5px;\\n\\ttop: 0;\\n\\theight: 100%;\\n}\\n.ui-resizable-se {\\n\\tcursor: se-resize;\\n\\twidth: 12px;\\n\\theight: 12px;\\n\\tright: 1px;\\n\\tbottom: 1px;\\n}\\n.ui-resizable-sw {\\n\\tcursor: sw-resize;\\n\\twidth: 9px;\\n\\theight: 9px;\\n\\tleft: -5px;\\n\\tbottom: -5px;\\n}\\n.ui-resizable-nw {\\n\\tcursor: nw-resize;\\n\\twidth: 9px;\\n\\theight: 9px;\\n\\tleft: -5px;\\n\\ttop: -5px;\\n}\\n.ui-resizable-ne {\\n\\tcursor: ne-resize;\\n\\twidth: 9px;\\n\\theight: 9px;\\n\\tright: -5px;\\n\\ttop: -5px;\\n}\\n.ui-progressbar {\\n\\theight: 2em;\\n\\ttext-align: left;\\n\\toverflow: hidden;\\n}\\n.ui-progressbar .ui-progressbar-value {\\n\\tmargin: -1px;\\n\\theight: 100%;\\n}\\n.ui-progressbar .ui-progressbar-overlay {\\n\\tbackground: url(\\\"data:image/gif;base64,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\\\");\\n\\theight: 100%;\\n\\t-ms-filter: \\\"alpha(opacity=25)\\\"; /* support: IE8 */\\n\\topacity: 0.25;\\n}\\n.ui-progressbar-indeterminate .ui-progressbar-value {\\n\\tbackground-image: none;\\n}\\n.ui-selectable {\\n\\t-ms-touch-action: none;\\n\\ttouch-action: none;\\n}\\n.ui-selectable-helper {\\n\\tposition: absolute;\\n\\tz-index: 100;\\n\\tborder: 1px dotted black;\\n}\\n.ui-selectmenu-menu {\\n\\tpadding: 0;\\n\\tmargin: 0;\\n\\tposition: absolute;\\n\\ttop: 0;\\n\\tleft: 0;\\n\\tdisplay: none;\\n}\\n.ui-selectmenu-menu .ui-menu {\\n\\toverflow: auto;\\n\\toverflow-x: hidden;\\n\\tpadding-bottom: 1px;\\n}\\n.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {\\n\\tfont-size: 1em;\\n\\tfont-weight: bold;\\n\\tline-height: 1.5;\\n\\tpadding: 2px 0.4em;\\n\\tmargin: 0.5em 0 0 0;\\n\\theight: auto;\\n\\tborder: 0;\\n}\\n.ui-selectmenu-open {\\n\\tdisplay: block;\\n}\\n.ui-selectmenu-text {\\n\\tdisplay: block;\\n\\tmargin-right: 20px;\\n\\toverflow: hidden;\\n\\ttext-overflow: ellipsis;\\n}\\n.ui-selectmenu-button.ui-button {\\n\\ttext-align: left;\\n\\twhite-space: nowrap;\\n\\twidth: 14em;\\n}\\n.ui-selectmenu-icon.ui-icon {\\n\\tfloat: right;\\n\\tmargin-top: 0;\\n}\\n.ui-slider {\\n\\tposition: relative;\\n\\ttext-align: left;\\n}\\n.ui-slider .ui-slider-handle {\\n\\tposition: absolute;\\n\\tz-index: 2;\\n\\twidth: 1.2em;\\n\\theight: 1.2em;\\n\\tcursor: pointer;\\n\\t-ms-touch-action: none;\\n\\ttouch-action: none;\\n}\\n.ui-slider .ui-slider-range {\\n\\tposition: absolute;\\n\\tz-index: 1;\\n\\tfont-size: .7em;\\n\\tdisplay: block;\\n\\tborder: 0;\\n\\tbackground-position: 0 0;\\n}\\n\\n/* support: IE8 - See #6727 */\\n.ui-slider.ui-state-disabled .ui-slider-handle,\\n.ui-slider.ui-state-disabled .ui-slider-range {\\n\\tfilter: inherit;\\n}\\n\\n.ui-slider-horizontal {\\n\\theight: .8em;\\n}\\n.ui-slider-horizontal .ui-slider-handle {\\n\\ttop: -.3em;\\n\\tmargin-left: -.6em;\\n}\\n.ui-slider-horizontal .ui-slider-range {\\n\\ttop: 0;\\n\\theight: 100%;\\n}\\n.ui-slider-horizontal .ui-slider-range-min {\\n\\tleft: 0;\\n}\\n.ui-slider-horizontal .ui-slider-range-max {\\n\\tright: 0;\\n}\\n\\n.ui-slider-vertical {\\n\\twidth: .8em;\\n\\theight: 100px;\\n}\\n.ui-slider-vertical .ui-slider-handle {\\n\\tleft: -.3em;\\n\\tmargin-left: 0;\\n\\tmargin-bottom: -.6em;\\n}\\n.ui-slider-vertical .ui-slider-range {\\n\\tleft: 0;\\n\\twidth: 100%;\\n}\\n.ui-slider-vertical .ui-slider-range-min {\\n\\tbottom: 0;\\n}\\n.ui-slider-vertical .ui-slider-range-max {\\n\\ttop: 0;\\n}\\n.ui-sortable-handle {\\n\\t-ms-touch-action: none;\\n\\ttouch-action: none;\\n}\\n.ui-spinner {\\n\\tposition: relative;\\n\\tdisplay: inline-block;\\n\\toverflow: hidden;\\n\\tpadding: 0;\\n\\tvertical-align: middle;\\n}\\n.ui-spinner-input {\\n\\tborder: none;\\n\\tbackground: none;\\n\\tcolor: inherit;\\n\\tpadding: .222em 0;\\n\\tmargin: .2em 0;\\n\\tvertical-align: middle;\\n\\tmargin-left: .4em;\\n\\tmargin-right: 2em;\\n}\\n.ui-spinner-button {\\n\\twidth: 1.6em;\\n\\theight: 50%;\\n\\tfont-size: .5em;\\n\\tpadding: 0;\\n\\tmargin: 0;\\n\\ttext-align: center;\\n\\tposition: absolute;\\n\\tcursor: default;\\n\\tdisplay: block;\\n\\toverflow: hidden;\\n\\tright: 0;\\n}\\n/* more specificity required here to override default borders */\\n.ui-spinner a.ui-spinner-button {\\n\\tborder-top-style: none;\\n\\tborder-bottom-style: none;\\n\\tborder-right-style: none;\\n}\\n.ui-spinner-up {\\n\\ttop: 0;\\n}\\n.ui-spinner-down {\\n\\tbottom: 0;\\n}\\n.ui-tabs {\\n\\tposition: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as \\\"fixed\\\") */\\n\\tpadding: .2em;\\n}\\n.ui-tabs .ui-tabs-nav {\\n\\tmargin: 0;\\n\\tpadding: .2em .2em 0;\\n}\\n.ui-tabs .ui-tabs-nav li {\\n\\tlist-style: none;\\n\\tfloat: left;\\n\\tposition: relative;\\n\\ttop: 0;\\n\\tmargin: 1px .2em 0 0;\\n\\tborder-bottom-width: 0;\\n\\tpadding: 0;\\n\\twhite-space: nowrap;\\n}\\n.ui-tabs .ui-tabs-nav .ui-tabs-anchor {\\n\\tfloat: left;\\n\\tpadding: .5em 1em;\\n\\ttext-decoration: none;\\n}\\n.ui-tabs .ui-tabs-nav li.ui-tabs-active {\\n\\tmargin-bottom: -1px;\\n\\tpadding-bottom: 1px;\\n}\\n.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,\\n.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,\\n.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {\\n\\tcursor: text;\\n}\\n.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {\\n\\tcursor: pointer;\\n}\\n.ui-tabs .ui-tabs-panel {\\n\\tdisplay: block;\\n\\tborder-width: 0;\\n\\tpadding: 1em 1.4em;\\n\\tbackground: none;\\n}\\n.ui-tooltip {\\n\\tpadding: 8px;\\n\\tposition: absolute;\\n\\tz-index: 9999;\\n\\tmax-width: 300px;\\n}\\nbody .ui-tooltip {\\n\\tborder-width: 2px;\\n}\\n\\n/* Component containers\\n----------------------------------*/\\n.ui-widget {\\n\\tfont-family: Arial,Helvetica,sans-serif;\\n\\tfont-size: 1em;\\n}\\n.ui-widget .ui-widget {\\n\\tfont-size: 1em;\\n}\\n.ui-widget input,\\n.ui-widget select,\\n.ui-widget textarea,\\n.ui-widget button {\\n\\tfont-family: Arial,Helvetica,sans-serif;\\n\\tfont-size: 1em;\\n}\\n.ui-widget.ui-widget-content {\\n\\tborder: 1px solid #c5c5c5;\\n}\\n.ui-widget-content {\\n\\tborder: 1px solid #dddddd;\\n\\tbackground: #ffffff;\\n\\tcolor: #333333;\\n}\\n.ui-widget-content a {\\n\\tcolor: #333333;\\n}\\n.ui-widget-header {\\n\\tborder: 1px solid #dddddd;\\n\\tbackground: #e9e9e9;\\n\\tcolor: #333333;\\n\\tfont-weight: bold;\\n}\\n.ui-widget-header a {\\n\\tcolor: #333333;\\n}\\n\\n/* Interaction states\\n----------------------------------*/\\n.ui-state-default,\\n.ui-widget-content .ui-state-default,\\n.ui-widget-header .ui-state-default,\\n.ui-button,\\n\\n/* We use html here because we need a greater specificity to make sure disabled\\nworks properly when clicked or hovered */\\nhtml .ui-button.ui-state-disabled:hover,\\nhtml .ui-button.ui-state-disabled:active {\\n\\tborder: 1px solid #c5c5c5;\\n\\tbackground: #f6f6f6;\\n\\tfont-weight: normal;\\n\\tcolor: #454545;\\n}\\n.ui-state-default a,\\n.ui-state-default a:link,\\n.ui-state-default a:visited,\\na.ui-button,\\na:link.ui-button,\\na:visited.ui-button,\\n.ui-button {\\n\\tcolor: #454545;\\n\\ttext-decoration: none;\\n}\\n.ui-state-hover,\\n.ui-widget-content .ui-state-hover,\\n.ui-widget-header .ui-state-hover,\\n.ui-state-focus,\\n.ui-widget-content .ui-state-focus,\\n.ui-widget-header .ui-state-focus,\\n.ui-button:hover,\\n.ui-button:focus {\\n\\tborder: 1px solid #cccccc;\\n\\tbackground: #ededed;\\n\\tfont-weight: normal;\\n\\tcolor: #2b2b2b;\\n}\\n.ui-state-hover a,\\n.ui-state-hover a:hover,\\n.ui-state-hover a:link,\\n.ui-state-hover a:visited,\\n.ui-state-focus a,\\n.ui-state-focus a:hover,\\n.ui-state-focus a:link,\\n.ui-state-focus a:visited,\\na.ui-button:hover,\\na.ui-button:focus {\\n\\tcolor: #2b2b2b;\\n\\ttext-decoration: none;\\n}\\n\\n.ui-visual-focus {\\n\\tbox-shadow: 0 0 3px 1px rgb(94, 158, 214);\\n}\\n.ui-state-active,\\n.ui-widget-content .ui-state-active,\\n.ui-widget-header .ui-state-active,\\na.ui-button:active,\\n.ui-button:active,\\n.ui-button.ui-state-active:hover {\\n\\tborder: 1px solid #003eff;\\n\\tbackground: #007fff;\\n\\tfont-weight: normal;\\n\\tcolor: #ffffff;\\n}\\n.ui-icon-background,\\n.ui-state-active .ui-icon-background {\\n\\tborder: #003eff;\\n\\tbackground-color: #ffffff;\\n}\\n.ui-state-active a,\\n.ui-state-active a:link,\\n.ui-state-active a:visited {\\n\\tcolor: #ffffff;\\n\\ttext-decoration: none;\\n}\\n\\n/* Interaction Cues\\n----------------------------------*/\\n.ui-state-highlight,\\n.ui-widget-content .ui-state-highlight,\\n.ui-widget-header .ui-state-highlight {\\n\\tborder: 1px solid #dad55e;\\n\\tbackground: #fffa90;\\n\\tcolor: #777620;\\n}\\n.ui-state-checked {\\n\\tborder: 1px solid #dad55e;\\n\\tbackground: #fffa90;\\n}\\n.ui-state-highlight a,\\n.ui-widget-content .ui-state-highlight a,\\n.ui-widget-header .ui-state-highlight a {\\n\\tcolor: #777620;\\n}\\n.ui-state-error,\\n.ui-widget-content .ui-state-error,\\n.ui-widget-header .ui-state-error {\\n\\tborder: 1px solid #f1a899;\\n\\tbackground: #fddfdf;\\n\\tcolor: #5f3f3f;\\n}\\n.ui-state-error a,\\n.ui-widget-content .ui-state-error a,\\n.ui-widget-header .ui-state-error a {\\n\\tcolor: #5f3f3f;\\n}\\n.ui-state-error-text,\\n.ui-widget-content .ui-state-error-text,\\n.ui-widget-header .ui-state-error-text {\\n\\tcolor: #5f3f3f;\\n}\\n.ui-priority-primary,\\n.ui-widget-content .ui-priority-primary,\\n.ui-widget-header .ui-priority-primary {\\n\\tfont-weight: bold;\\n}\\n.ui-priority-secondary,\\n.ui-widget-content .ui-priority-secondary,\\n.ui-widget-header .ui-priority-secondary {\\n\\topacity: .7;\\n\\t-ms-filter: \\\"alpha(opacity=70)\\\"; /* support: IE8 */\\n\\tfont-weight: normal;\\n}\\n.ui-state-disabled,\\n.ui-widget-content .ui-state-disabled,\\n.ui-widget-header .ui-state-disabled {\\n\\topacity: .35;\\n\\t-ms-filter: \\\"alpha(opacity=35)\\\"; /* support: IE8 */\\n\\tbackground-image: none;\\n}\\n.ui-state-disabled .ui-icon {\\n\\t-ms-filter: \\\"alpha(opacity=35)\\\"; /* support: IE8 - See #6059 */\\n}\\n\\n/* Icons\\n----------------------------------*/\\n\\n/* states and images */\\n.ui-icon {\\n\\twidth: 16px;\\n\\theight: 16px;\\n}\\n.ui-icon,\\n.ui-widget-content .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_444444_256x240.png\\\");\\n}\\n.ui-widget-header .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_444444_256x240.png\\\");\\n}\\n.ui-state-hover .ui-icon,\\n.ui-state-focus .ui-icon,\\n.ui-button:hover .ui-icon,\\n.ui-button:focus .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_555555_256x240.png\\\");\\n}\\n.ui-state-active .ui-icon,\\n.ui-button:active .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_ffffff_256x240.png\\\");\\n}\\n.ui-state-highlight .ui-icon,\\n.ui-button .ui-state-highlight.ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_777620_256x240.png\\\");\\n}\\n.ui-state-error .ui-icon,\\n.ui-state-error-text .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_cc0000_256x240.png\\\");\\n}\\n.ui-button .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_777777_256x240.png\\\");\\n}\\n\\n/* positioning */\\n/* Three classes needed to override `.ui-button:hover .ui-icon` */\\n.ui-icon-blank.ui-icon-blank.ui-icon-blank {\\n\\tbackground-image: none;\\n}\\n.ui-icon-caret-1-n { background-position: 0 0; }\\n.ui-icon-caret-1-ne { background-position: -16px 0; }\\n.ui-icon-caret-1-e { background-position: -32px 0; }\\n.ui-icon-caret-1-se { background-position: -48px 0; }\\n.ui-icon-caret-1-s { background-position: -65px 0; }\\n.ui-icon-caret-1-sw { background-position: -80px 0; }\\n.ui-icon-caret-1-w { background-position: -96px 0; }\\n.ui-icon-caret-1-nw { background-position: -112px 0; }\\n.ui-icon-caret-2-n-s { background-position: -128px 0; }\\n.ui-icon-caret-2-e-w { background-position: -144px 0; }\\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\\n.ui-icon-triangle-1-s { background-position: -65px -16px; }\\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\\n.ui-icon-arrow-1-s { background-position: -65px -32px; }\\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\\n.ui-icon-arrowthick-1-n { background-position: 1px -48px; }\\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\\n.ui-icon-arrow-4 { background-position: 0 -80px; }\\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\\n.ui-icon-extlink { background-position: -32px -80px; }\\n.ui-icon-newwin { background-position: -48px -80px; }\\n.ui-icon-refresh { background-position: -64px -80px; }\\n.ui-icon-shuffle { background-position: -80px -80px; }\\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\\n.ui-icon-folder-open { background-position: -16px -96px; }\\n.ui-icon-document { background-position: -32px -96px; }\\n.ui-icon-document-b { background-position: -48px -96px; }\\n.ui-icon-note { background-position: -64px -96px; }\\n.ui-icon-mail-closed { background-position: -80px -96px; }\\n.ui-icon-mail-open { background-position: -96px -96px; }\\n.ui-icon-suitcase { background-position: -112px -96px; }\\n.ui-icon-comment { background-position: -128px -96px; }\\n.ui-icon-person { background-position: -144px -96px; }\\n.ui-icon-print { background-position: -160px -96px; }\\n.ui-icon-trash { background-position: -176px -96px; }\\n.ui-icon-locked { background-position: -192px -96px; }\\n.ui-icon-unlocked { background-position: -208px -96px; }\\n.ui-icon-bookmark { background-position: -224px -96px; }\\n.ui-icon-tag { background-position: -240px -96px; }\\n.ui-icon-home { background-position: 0 -112px; }\\n.ui-icon-flag { background-position: -16px -112px; }\\n.ui-icon-calendar { background-position: -32px -112px; }\\n.ui-icon-cart { background-position: -48px -112px; }\\n.ui-icon-pencil { background-position: -64px -112px; }\\n.ui-icon-clock { background-position: -80px -112px; }\\n.ui-icon-disk { background-position: -96px -112px; }\\n.ui-icon-calculator { background-position: -112px -112px; }\\n.ui-icon-zoomin { background-position: -128px -112px; }\\n.ui-icon-zoomout { background-position: -144px -112px; }\\n.ui-icon-search { background-position: -160px -112px; }\\n.ui-icon-wrench { background-position: -176px -112px; }\\n.ui-icon-gear { background-position: -192px -112px; }\\n.ui-icon-heart { background-position: -208px -112px; }\\n.ui-icon-star { background-position: -224px -112px; }\\n.ui-icon-link { background-position: -240px -112px; }\\n.ui-icon-cancel { background-position: 0 -128px; }\\n.ui-icon-plus { background-position: -16px -128px; }\\n.ui-icon-plusthick { background-position: -32px -128px; }\\n.ui-icon-minus { background-position: -48px -128px; }\\n.ui-icon-minusthick { background-position: -64px -128px; }\\n.ui-icon-close { background-position: -80px -128px; }\\n.ui-icon-closethick { background-position: -96px -128px; }\\n.ui-icon-key { background-position: -112px -128px; }\\n.ui-icon-lightbulb { background-position: -128px -128px; }\\n.ui-icon-scissors { background-position: -144px -128px; }\\n.ui-icon-clipboard { background-position: -160px -128px; }\\n.ui-icon-copy { background-position: -176px -128px; }\\n.ui-icon-contact { background-position: -192px -128px; }\\n.ui-icon-image { background-position: -208px -128px; }\\n.ui-icon-video { background-position: -224px -128px; }\\n.ui-icon-script { background-position: -240px -128px; }\\n.ui-icon-alert { background-position: 0 -144px; }\\n.ui-icon-info { background-position: -16px -144px; }\\n.ui-icon-notice { background-position: -32px -144px; }\\n.ui-icon-help { background-position: -48px -144px; }\\n.ui-icon-check { background-position: -64px -144px; }\\n.ui-icon-bullet { background-position: -80px -144px; }\\n.ui-icon-radio-on { background-position: -96px -144px; }\\n.ui-icon-radio-off { background-position: -112px -144px; }\\n.ui-icon-pin-w { background-position: -128px -144px; }\\n.ui-icon-pin-s { background-position: -144px -144px; }\\n.ui-icon-play { background-position: 0 -160px; }\\n.ui-icon-pause { background-position: -16px -160px; }\\n.ui-icon-seek-next { background-position: -32px -160px; }\\n.ui-icon-seek-prev { background-position: -48px -160px; }\\n.ui-icon-seek-end { background-position: -64px -160px; }\\n.ui-icon-seek-start { background-position: -80px -160px; }\\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\\n.ui-icon-seek-first { background-position: -80px -160px; }\\n.ui-icon-stop { background-position: -96px -160px; }\\n.ui-icon-eject { background-position: -112px -160px; }\\n.ui-icon-volume-off { background-position: -128px -160px; }\\n.ui-icon-volume-on { background-position: -144px -160px; }\\n.ui-icon-power { background-position: 0 -176px; }\\n.ui-icon-signal-diag { background-position: -16px -176px; }\\n.ui-icon-signal { background-position: -32px -176px; }\\n.ui-icon-battery-0 { background-position: -48px -176px; }\\n.ui-icon-battery-1 { background-position: -64px -176px; }\\n.ui-icon-battery-2 { background-position: -80px -176px; }\\n.ui-icon-battery-3 { background-position: -96px -176px; }\\n.ui-icon-circle-plus { background-position: 0 -192px; }\\n.ui-icon-circle-minus { background-position: -16px -192px; }\\n.ui-icon-circle-close { background-position: -32px -192px; }\\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\\n.ui-icon-circle-check { background-position: -208px -192px; }\\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\\n\\n\\n/* Misc visuals\\n----------------------------------*/\\n\\n/* Corner radius */\\n.ui-corner-all,\\n.ui-corner-top,\\n.ui-corner-left,\\n.ui-corner-tl {\\n\\tborder-top-left-radius: 3px;\\n}\\n.ui-corner-all,\\n.ui-corner-top,\\n.ui-corner-right,\\n.ui-corner-tr {\\n\\tborder-top-right-radius: 3px;\\n}\\n.ui-corner-all,\\n.ui-corner-bottom,\\n.ui-corner-left,\\n.ui-corner-bl {\\n\\tborder-bottom-left-radius: 3px;\\n}\\n.ui-corner-all,\\n.ui-corner-bottom,\\n.ui-corner-right,\\n.ui-corner-br {\\n\\tborder-bottom-right-radius: 3px;\\n}\\n\\n/* Overlays */\\n.ui-widget-overlay {\\n\\tbackground: #aaaaaa;\\n\\topacity: .003;\\n\\t-ms-filter: \\\"alpha(opacity=.3)\\\"; /* support: IE8 */\\n}\\n.ui-widget-shadow {\\n\\t-webkit-box-shadow: 0px 0px 5px #666666;\\n\\tbox-shadow: 0px 0px 5px #666666;\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../css-loader/dist/runtime/api.js\";\nimport ___CSS_LOADER_GET_URL_IMPORT___ from \"../css-loader/dist/runtime/getUrl.js\";\nvar ___CSS_LOADER_URL_IMPORT_0___ = new URL(\"images/ui-icons_444444_256x240.png\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_1___ = new URL(\"images/ui-icons_555555_256x240.png\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_2___ = new URL(\"images/ui-icons_ffffff_256x240.png\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_3___ = new URL(\"images/ui-icons_777620_256x240.png\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_4___ = new URL(\"images/ui-icons_cc0000_256x240.png\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_5___ = new URL(\"images/ui-icons_777777_256x240.png\", import.meta.url);\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\nvar ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);\nvar ___CSS_LOADER_URL_REPLACEMENT_1___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_1___);\nvar ___CSS_LOADER_URL_REPLACEMENT_2___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_2___);\nvar ___CSS_LOADER_URL_REPLACEMENT_3___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_3___);\nvar ___CSS_LOADER_URL_REPLACEMENT_4___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_4___);\nvar ___CSS_LOADER_URL_REPLACEMENT_5___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_5___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `/*!\n * jQuery UI CSS Framework 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n *\n * https://api.jqueryui.com/category/theming/\n *\n * To view and modify this theme, visit https://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=%22alpha(opacity%3D30)%22&opacityFilterOverlay=%22alpha(opacity%3D30)%22&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6\n */\n\n\n/* Component containers\n----------------------------------*/\n.ui-widget {\n\tfont-family: Arial,Helvetica,sans-serif;\n\tfont-size: 1em;\n}\n.ui-widget .ui-widget {\n\tfont-size: 1em;\n}\n.ui-widget input,\n.ui-widget select,\n.ui-widget textarea,\n.ui-widget button {\n\tfont-family: Arial,Helvetica,sans-serif;\n\tfont-size: 1em;\n}\n.ui-widget.ui-widget-content {\n\tborder: 1px solid #c5c5c5;\n}\n.ui-widget-content {\n\tborder: 1px solid #dddddd;\n\tbackground: #ffffff;\n\tcolor: #333333;\n}\n.ui-widget-content a {\n\tcolor: #333333;\n}\n.ui-widget-header {\n\tborder: 1px solid #dddddd;\n\tbackground: #e9e9e9;\n\tcolor: #333333;\n\tfont-weight: bold;\n}\n.ui-widget-header a {\n\tcolor: #333333;\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default,\n.ui-button,\n\n/* We use html here because we need a greater specificity to make sure disabled\nworks properly when clicked or hovered */\nhtml .ui-button.ui-state-disabled:hover,\nhtml .ui-button.ui-state-disabled:active {\n\tborder: 1px solid #c5c5c5;\n\tbackground: #f6f6f6;\n\tfont-weight: normal;\n\tcolor: #454545;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited,\na.ui-button,\na:link.ui-button,\na:visited.ui-button,\n.ui-button {\n\tcolor: #454545;\n\ttext-decoration: none;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus,\n.ui-button:hover,\n.ui-button:focus {\n\tborder: 1px solid #cccccc;\n\tbackground: #ededed;\n\tfont-weight: normal;\n\tcolor: #2b2b2b;\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited,\n.ui-state-focus a,\n.ui-state-focus a:hover,\n.ui-state-focus a:link,\n.ui-state-focus a:visited,\na.ui-button:hover,\na.ui-button:focus {\n\tcolor: #2b2b2b;\n\ttext-decoration: none;\n}\n\n.ui-visual-focus {\n\tbox-shadow: 0 0 3px 1px rgb(94, 158, 214);\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active,\na.ui-button:active,\n.ui-button:active,\n.ui-button.ui-state-active:hover {\n\tborder: 1px solid #003eff;\n\tbackground: #007fff;\n\tfont-weight: normal;\n\tcolor: #ffffff;\n}\n.ui-icon-background,\n.ui-state-active .ui-icon-background {\n\tborder: #003eff;\n\tbackground-color: #ffffff;\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n\tcolor: #ffffff;\n\ttext-decoration: none;\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n\tborder: 1px solid #dad55e;\n\tbackground: #fffa90;\n\tcolor: #777620;\n}\n.ui-state-checked {\n\tborder: 1px solid #dad55e;\n\tbackground: #fffa90;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n\tcolor: #777620;\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n\tborder: 1px solid #f1a899;\n\tbackground: #fddfdf;\n\tcolor: #5f3f3f;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n\tcolor: #5f3f3f;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n\tcolor: #5f3f3f;\n}\n.ui-priority-primary,\n.ui-widget-content .ui-priority-primary,\n.ui-widget-header .ui-priority-primary {\n\tfont-weight: bold;\n}\n.ui-priority-secondary,\n.ui-widget-content .ui-priority-secondary,\n.ui-widget-header .ui-priority-secondary {\n\topacity: .7;\n\t-ms-filter: \"alpha(opacity=70)\"; /* support: IE8 */\n\tfont-weight: normal;\n}\n.ui-state-disabled,\n.ui-widget-content .ui-state-disabled,\n.ui-widget-header .ui-state-disabled {\n\topacity: .35;\n\t-ms-filter: \"alpha(opacity=35)\"; /* support: IE8 */\n\tbackground-image: none;\n}\n.ui-state-disabled .ui-icon {\n\t-ms-filter: \"alpha(opacity=35)\"; /* support: IE8 - See #6059 */\n}\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n\twidth: 16px;\n\theight: 16px;\n}\n.ui-icon,\n.ui-widget-content .ui-icon {\n\tbackground-image: url(${___CSS_LOADER_URL_REPLACEMENT_0___});\n}\n.ui-widget-header .ui-icon {\n\tbackground-image: url(${___CSS_LOADER_URL_REPLACEMENT_0___});\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon,\n.ui-button:hover .ui-icon,\n.ui-button:focus .ui-icon {\n\tbackground-image: url(${___CSS_LOADER_URL_REPLACEMENT_1___});\n}\n.ui-state-active .ui-icon,\n.ui-button:active .ui-icon {\n\tbackground-image: url(${___CSS_LOADER_URL_REPLACEMENT_2___});\n}\n.ui-state-highlight .ui-icon,\n.ui-button .ui-state-highlight.ui-icon {\n\tbackground-image: url(${___CSS_LOADER_URL_REPLACEMENT_3___});\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n\tbackground-image: url(${___CSS_LOADER_URL_REPLACEMENT_4___});\n}\n.ui-button .ui-icon {\n\tbackground-image: url(${___CSS_LOADER_URL_REPLACEMENT_5___});\n}\n\n/* positioning */\n/* Three classes needed to override \\`.ui-button:hover .ui-icon\\` */\n.ui-icon-blank.ui-icon-blank.ui-icon-blank {\n\tbackground-image: none;\n}\n.ui-icon-caret-1-n { background-position: 0 0; }\n.ui-icon-caret-1-ne { background-position: -16px 0; }\n.ui-icon-caret-1-e { background-position: -32px 0; }\n.ui-icon-caret-1-se { background-position: -48px 0; }\n.ui-icon-caret-1-s { background-position: -65px 0; }\n.ui-icon-caret-1-sw { background-position: -80px 0; }\n.ui-icon-caret-1-w { background-position: -96px 0; }\n.ui-icon-caret-1-nw { background-position: -112px 0; }\n.ui-icon-caret-2-n-s { background-position: -128px 0; }\n.ui-icon-caret-2-e-w { background-position: -144px 0; }\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\n.ui-icon-triangle-1-s { background-position: -65px -16px; }\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\n.ui-icon-arrow-1-s { background-position: -65px -32px; }\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\n.ui-icon-arrowthick-1-n { background-position: 1px -48px; }\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\n.ui-icon-arrow-4 { background-position: 0 -80px; }\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\n.ui-icon-extlink { background-position: -32px -80px; }\n.ui-icon-newwin { background-position: -48px -80px; }\n.ui-icon-refresh { background-position: -64px -80px; }\n.ui-icon-shuffle { background-position: -80px -80px; }\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\n.ui-icon-folder-open { background-position: -16px -96px; }\n.ui-icon-document { background-position: -32px -96px; }\n.ui-icon-document-b { background-position: -48px -96px; }\n.ui-icon-note { background-position: -64px -96px; }\n.ui-icon-mail-closed { background-position: -80px -96px; }\n.ui-icon-mail-open { background-position: -96px -96px; }\n.ui-icon-suitcase { background-position: -112px -96px; }\n.ui-icon-comment { background-position: -128px -96px; }\n.ui-icon-person { background-position: -144px -96px; }\n.ui-icon-print { background-position: -160px -96px; }\n.ui-icon-trash { background-position: -176px -96px; }\n.ui-icon-locked { background-position: -192px -96px; }\n.ui-icon-unlocked { background-position: -208px -96px; }\n.ui-icon-bookmark { background-position: -224px -96px; }\n.ui-icon-tag { background-position: -240px -96px; }\n.ui-icon-home { background-position: 0 -112px; }\n.ui-icon-flag { background-position: -16px -112px; }\n.ui-icon-calendar { background-position: -32px -112px; }\n.ui-icon-cart { background-position: -48px -112px; }\n.ui-icon-pencil { background-position: -64px -112px; }\n.ui-icon-clock { background-position: -80px -112px; }\n.ui-icon-disk { background-position: -96px -112px; }\n.ui-icon-calculator { background-position: -112px -112px; }\n.ui-icon-zoomin { background-position: -128px -112px; }\n.ui-icon-zoomout { background-position: -144px -112px; }\n.ui-icon-search { background-position: -160px -112px; }\n.ui-icon-wrench { background-position: -176px -112px; }\n.ui-icon-gear { background-position: -192px -112px; }\n.ui-icon-heart { background-position: -208px -112px; }\n.ui-icon-star { background-position: -224px -112px; }\n.ui-icon-link { background-position: -240px -112px; }\n.ui-icon-cancel { background-position: 0 -128px; }\n.ui-icon-plus { background-position: -16px -128px; }\n.ui-icon-plusthick { background-position: -32px -128px; }\n.ui-icon-minus { background-position: -48px -128px; }\n.ui-icon-minusthick { background-position: -64px -128px; }\n.ui-icon-close { background-position: -80px -128px; }\n.ui-icon-closethick { background-position: -96px -128px; }\n.ui-icon-key { background-position: -112px -128px; }\n.ui-icon-lightbulb { background-position: -128px -128px; }\n.ui-icon-scissors { background-position: -144px -128px; }\n.ui-icon-clipboard { background-position: -160px -128px; }\n.ui-icon-copy { background-position: -176px -128px; }\n.ui-icon-contact { background-position: -192px -128px; }\n.ui-icon-image { background-position: -208px -128px; }\n.ui-icon-video { background-position: -224px -128px; }\n.ui-icon-script { background-position: -240px -128px; }\n.ui-icon-alert { background-position: 0 -144px; }\n.ui-icon-info { background-position: -16px -144px; }\n.ui-icon-notice { background-position: -32px -144px; }\n.ui-icon-help { background-position: -48px -144px; }\n.ui-icon-check { background-position: -64px -144px; }\n.ui-icon-bullet { background-position: -80px -144px; }\n.ui-icon-radio-on { background-position: -96px -144px; }\n.ui-icon-radio-off { background-position: -112px -144px; }\n.ui-icon-pin-w { background-position: -128px -144px; }\n.ui-icon-pin-s { background-position: -144px -144px; }\n.ui-icon-play { background-position: 0 -160px; }\n.ui-icon-pause { background-position: -16px -160px; }\n.ui-icon-seek-next { background-position: -32px -160px; }\n.ui-icon-seek-prev { background-position: -48px -160px; }\n.ui-icon-seek-end { background-position: -64px -160px; }\n.ui-icon-seek-start { background-position: -80px -160px; }\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\n.ui-icon-seek-first { background-position: -80px -160px; }\n.ui-icon-stop { background-position: -96px -160px; }\n.ui-icon-eject { background-position: -112px -160px; }\n.ui-icon-volume-off { background-position: -128px -160px; }\n.ui-icon-volume-on { background-position: -144px -160px; }\n.ui-icon-power { background-position: 0 -176px; }\n.ui-icon-signal-diag { background-position: -16px -176px; }\n.ui-icon-signal { background-position: -32px -176px; }\n.ui-icon-battery-0 { background-position: -48px -176px; }\n.ui-icon-battery-1 { background-position: -64px -176px; }\n.ui-icon-battery-2 { background-position: -80px -176px; }\n.ui-icon-battery-3 { background-position: -96px -176px; }\n.ui-icon-circle-plus { background-position: 0 -192px; }\n.ui-icon-circle-minus { background-position: -16px -192px; }\n.ui-icon-circle-close { background-position: -32px -192px; }\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\n.ui-icon-circle-check { background-position: -208px -192px; }\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Corner radius */\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-left,\n.ui-corner-tl {\n\tborder-top-left-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-right,\n.ui-corner-tr {\n\tborder-top-right-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-left,\n.ui-corner-bl {\n\tborder-bottom-left-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-right,\n.ui-corner-br {\n\tborder-bottom-right-radius: 3px;\n}\n\n/* Overlays */\n.ui-widget-overlay {\n\tbackground: #aaaaaa;\n\topacity: .003;\n\t-ms-filter: \"alpha(opacity=.3)\"; /* support: IE8 */\n}\n.ui-widget-shadow {\n\t-webkit-box-shadow: 0px 0px 5px #666666;\n\tbox-shadow: 0px 0px 5px #666666;\n}\n`, \"\",{\"version\":3,\"sources\":[\"webpack://./node_modules/jquery-ui-dist/jquery-ui.theme.css\"],\"names\":[],\"mappings\":\"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\",\"sourcesContent\":[\"/*!\\n * jQuery UI CSS Framework 1.13.3\\n * https://jqueryui.com\\n *\\n * Copyright OpenJS Foundation and other contributors\\n * Released under the MIT license.\\n * https://jquery.org/license\\n *\\n * https://api.jqueryui.com/category/theming/\\n *\\n * To view and modify this theme, visit https://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=%22alpha(opacity%3D30)%22&opacityFilterOverlay=%22alpha(opacity%3D30)%22&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6\\n */\\n\\n\\n/* Component containers\\n----------------------------------*/\\n.ui-widget {\\n\\tfont-family: Arial,Helvetica,sans-serif;\\n\\tfont-size: 1em;\\n}\\n.ui-widget .ui-widget {\\n\\tfont-size: 1em;\\n}\\n.ui-widget input,\\n.ui-widget select,\\n.ui-widget textarea,\\n.ui-widget button {\\n\\tfont-family: Arial,Helvetica,sans-serif;\\n\\tfont-size: 1em;\\n}\\n.ui-widget.ui-widget-content {\\n\\tborder: 1px solid #c5c5c5;\\n}\\n.ui-widget-content {\\n\\tborder: 1px solid #dddddd;\\n\\tbackground: #ffffff;\\n\\tcolor: #333333;\\n}\\n.ui-widget-content a {\\n\\tcolor: #333333;\\n}\\n.ui-widget-header {\\n\\tborder: 1px solid #dddddd;\\n\\tbackground: #e9e9e9;\\n\\tcolor: #333333;\\n\\tfont-weight: bold;\\n}\\n.ui-widget-header a {\\n\\tcolor: #333333;\\n}\\n\\n/* Interaction states\\n----------------------------------*/\\n.ui-state-default,\\n.ui-widget-content .ui-state-default,\\n.ui-widget-header .ui-state-default,\\n.ui-button,\\n\\n/* We use html here because we need a greater specificity to make sure disabled\\nworks properly when clicked or hovered */\\nhtml .ui-button.ui-state-disabled:hover,\\nhtml .ui-button.ui-state-disabled:active {\\n\\tborder: 1px solid #c5c5c5;\\n\\tbackground: #f6f6f6;\\n\\tfont-weight: normal;\\n\\tcolor: #454545;\\n}\\n.ui-state-default a,\\n.ui-state-default a:link,\\n.ui-state-default a:visited,\\na.ui-button,\\na:link.ui-button,\\na:visited.ui-button,\\n.ui-button {\\n\\tcolor: #454545;\\n\\ttext-decoration: none;\\n}\\n.ui-state-hover,\\n.ui-widget-content .ui-state-hover,\\n.ui-widget-header .ui-state-hover,\\n.ui-state-focus,\\n.ui-widget-content .ui-state-focus,\\n.ui-widget-header .ui-state-focus,\\n.ui-button:hover,\\n.ui-button:focus {\\n\\tborder: 1px solid #cccccc;\\n\\tbackground: #ededed;\\n\\tfont-weight: normal;\\n\\tcolor: #2b2b2b;\\n}\\n.ui-state-hover a,\\n.ui-state-hover a:hover,\\n.ui-state-hover a:link,\\n.ui-state-hover a:visited,\\n.ui-state-focus a,\\n.ui-state-focus a:hover,\\n.ui-state-focus a:link,\\n.ui-state-focus a:visited,\\na.ui-button:hover,\\na.ui-button:focus {\\n\\tcolor: #2b2b2b;\\n\\ttext-decoration: none;\\n}\\n\\n.ui-visual-focus {\\n\\tbox-shadow: 0 0 3px 1px rgb(94, 158, 214);\\n}\\n.ui-state-active,\\n.ui-widget-content .ui-state-active,\\n.ui-widget-header .ui-state-active,\\na.ui-button:active,\\n.ui-button:active,\\n.ui-button.ui-state-active:hover {\\n\\tborder: 1px solid #003eff;\\n\\tbackground: #007fff;\\n\\tfont-weight: normal;\\n\\tcolor: #ffffff;\\n}\\n.ui-icon-background,\\n.ui-state-active .ui-icon-background {\\n\\tborder: #003eff;\\n\\tbackground-color: #ffffff;\\n}\\n.ui-state-active a,\\n.ui-state-active a:link,\\n.ui-state-active a:visited {\\n\\tcolor: #ffffff;\\n\\ttext-decoration: none;\\n}\\n\\n/* Interaction Cues\\n----------------------------------*/\\n.ui-state-highlight,\\n.ui-widget-content .ui-state-highlight,\\n.ui-widget-header .ui-state-highlight {\\n\\tborder: 1px solid #dad55e;\\n\\tbackground: #fffa90;\\n\\tcolor: #777620;\\n}\\n.ui-state-checked {\\n\\tborder: 1px solid #dad55e;\\n\\tbackground: #fffa90;\\n}\\n.ui-state-highlight a,\\n.ui-widget-content .ui-state-highlight a,\\n.ui-widget-header .ui-state-highlight a {\\n\\tcolor: #777620;\\n}\\n.ui-state-error,\\n.ui-widget-content .ui-state-error,\\n.ui-widget-header .ui-state-error {\\n\\tborder: 1px solid #f1a899;\\n\\tbackground: #fddfdf;\\n\\tcolor: #5f3f3f;\\n}\\n.ui-state-error a,\\n.ui-widget-content .ui-state-error a,\\n.ui-widget-header .ui-state-error a {\\n\\tcolor: #5f3f3f;\\n}\\n.ui-state-error-text,\\n.ui-widget-content .ui-state-error-text,\\n.ui-widget-header .ui-state-error-text {\\n\\tcolor: #5f3f3f;\\n}\\n.ui-priority-primary,\\n.ui-widget-content .ui-priority-primary,\\n.ui-widget-header .ui-priority-primary {\\n\\tfont-weight: bold;\\n}\\n.ui-priority-secondary,\\n.ui-widget-content .ui-priority-secondary,\\n.ui-widget-header .ui-priority-secondary {\\n\\topacity: .7;\\n\\t-ms-filter: \\\"alpha(opacity=70)\\\"; /* support: IE8 */\\n\\tfont-weight: normal;\\n}\\n.ui-state-disabled,\\n.ui-widget-content .ui-state-disabled,\\n.ui-widget-header .ui-state-disabled {\\n\\topacity: .35;\\n\\t-ms-filter: \\\"alpha(opacity=35)\\\"; /* support: IE8 */\\n\\tbackground-image: none;\\n}\\n.ui-state-disabled .ui-icon {\\n\\t-ms-filter: \\\"alpha(opacity=35)\\\"; /* support: IE8 - See #6059 */\\n}\\n\\n/* Icons\\n----------------------------------*/\\n\\n/* states and images */\\n.ui-icon {\\n\\twidth: 16px;\\n\\theight: 16px;\\n}\\n.ui-icon,\\n.ui-widget-content .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_444444_256x240.png\\\");\\n}\\n.ui-widget-header .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_444444_256x240.png\\\");\\n}\\n.ui-state-hover .ui-icon,\\n.ui-state-focus .ui-icon,\\n.ui-button:hover .ui-icon,\\n.ui-button:focus .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_555555_256x240.png\\\");\\n}\\n.ui-state-active .ui-icon,\\n.ui-button:active .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_ffffff_256x240.png\\\");\\n}\\n.ui-state-highlight .ui-icon,\\n.ui-button .ui-state-highlight.ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_777620_256x240.png\\\");\\n}\\n.ui-state-error .ui-icon,\\n.ui-state-error-text .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_cc0000_256x240.png\\\");\\n}\\n.ui-button .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_777777_256x240.png\\\");\\n}\\n\\n/* positioning */\\n/* Three classes needed to override `.ui-button:hover .ui-icon` */\\n.ui-icon-blank.ui-icon-blank.ui-icon-blank {\\n\\tbackground-image: none;\\n}\\n.ui-icon-caret-1-n { background-position: 0 0; }\\n.ui-icon-caret-1-ne { background-position: -16px 0; }\\n.ui-icon-caret-1-e { background-position: -32px 0; }\\n.ui-icon-caret-1-se { background-position: -48px 0; }\\n.ui-icon-caret-1-s { background-position: -65px 0; }\\n.ui-icon-caret-1-sw { background-position: -80px 0; }\\n.ui-icon-caret-1-w { background-position: -96px 0; }\\n.ui-icon-caret-1-nw { background-position: -112px 0; }\\n.ui-icon-caret-2-n-s { background-position: -128px 0; }\\n.ui-icon-caret-2-e-w { background-position: -144px 0; }\\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\\n.ui-icon-triangle-1-s { background-position: -65px -16px; }\\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\\n.ui-icon-arrow-1-s { background-position: -65px -32px; }\\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\\n.ui-icon-arrowthick-1-n { background-position: 1px -48px; }\\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\\n.ui-icon-arrow-4 { background-position: 0 -80px; }\\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\\n.ui-icon-extlink { background-position: -32px -80px; }\\n.ui-icon-newwin { background-position: -48px -80px; }\\n.ui-icon-refresh { background-position: -64px -80px; }\\n.ui-icon-shuffle { background-position: -80px -80px; }\\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\\n.ui-icon-folder-open { background-position: -16px -96px; }\\n.ui-icon-document { background-position: -32px -96px; }\\n.ui-icon-document-b { background-position: -48px -96px; }\\n.ui-icon-note { background-position: -64px -96px; }\\n.ui-icon-mail-closed { background-position: -80px -96px; }\\n.ui-icon-mail-open { background-position: -96px -96px; }\\n.ui-icon-suitcase { background-position: -112px -96px; }\\n.ui-icon-comment { background-position: -128px -96px; }\\n.ui-icon-person { background-position: -144px -96px; }\\n.ui-icon-print { background-position: -160px -96px; }\\n.ui-icon-trash { background-position: -176px -96px; }\\n.ui-icon-locked { background-position: -192px -96px; }\\n.ui-icon-unlocked { background-position: -208px -96px; }\\n.ui-icon-bookmark { background-position: -224px -96px; }\\n.ui-icon-tag { background-position: -240px -96px; }\\n.ui-icon-home { background-position: 0 -112px; }\\n.ui-icon-flag { background-position: -16px -112px; }\\n.ui-icon-calendar { background-position: -32px -112px; }\\n.ui-icon-cart { background-position: -48px -112px; }\\n.ui-icon-pencil { background-position: -64px -112px; }\\n.ui-icon-clock { background-position: -80px -112px; }\\n.ui-icon-disk { background-position: -96px -112px; }\\n.ui-icon-calculator { background-position: -112px -112px; }\\n.ui-icon-zoomin { background-position: -128px -112px; }\\n.ui-icon-zoomout { background-position: -144px -112px; }\\n.ui-icon-search { background-position: -160px -112px; }\\n.ui-icon-wrench { background-position: -176px -112px; }\\n.ui-icon-gear { background-position: -192px -112px; }\\n.ui-icon-heart { background-position: -208px -112px; }\\n.ui-icon-star { background-position: -224px -112px; }\\n.ui-icon-link { background-position: -240px -112px; }\\n.ui-icon-cancel { background-position: 0 -128px; }\\n.ui-icon-plus { background-position: -16px -128px; }\\n.ui-icon-plusthick { background-position: -32px -128px; }\\n.ui-icon-minus { background-position: -48px -128px; }\\n.ui-icon-minusthick { background-position: -64px -128px; }\\n.ui-icon-close { background-position: -80px -128px; }\\n.ui-icon-closethick { background-position: -96px -128px; }\\n.ui-icon-key { background-position: -112px -128px; }\\n.ui-icon-lightbulb { background-position: -128px -128px; }\\n.ui-icon-scissors { background-position: -144px -128px; }\\n.ui-icon-clipboard { background-position: -160px -128px; }\\n.ui-icon-copy { background-position: -176px -128px; }\\n.ui-icon-contact { background-position: -192px -128px; }\\n.ui-icon-image { background-position: -208px -128px; }\\n.ui-icon-video { background-position: -224px -128px; }\\n.ui-icon-script { background-position: -240px -128px; }\\n.ui-icon-alert { background-position: 0 -144px; }\\n.ui-icon-info { background-position: -16px -144px; }\\n.ui-icon-notice { background-position: -32px -144px; }\\n.ui-icon-help { background-position: -48px -144px; }\\n.ui-icon-check { background-position: -64px -144px; }\\n.ui-icon-bullet { background-position: -80px -144px; }\\n.ui-icon-radio-on { background-position: -96px -144px; }\\n.ui-icon-radio-off { background-position: -112px -144px; }\\n.ui-icon-pin-w { background-position: -128px -144px; }\\n.ui-icon-pin-s { background-position: -144px -144px; }\\n.ui-icon-play { background-position: 0 -160px; }\\n.ui-icon-pause { background-position: -16px -160px; }\\n.ui-icon-seek-next { background-position: -32px -160px; }\\n.ui-icon-seek-prev { background-position: -48px -160px; }\\n.ui-icon-seek-end { background-position: -64px -160px; }\\n.ui-icon-seek-start { background-position: -80px -160px; }\\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\\n.ui-icon-seek-first { background-position: -80px -160px; }\\n.ui-icon-stop { background-position: -96px -160px; }\\n.ui-icon-eject { background-position: -112px -160px; }\\n.ui-icon-volume-off { background-position: -128px -160px; }\\n.ui-icon-volume-on { background-position: -144px -160px; }\\n.ui-icon-power { background-position: 0 -176px; }\\n.ui-icon-signal-diag { background-position: -16px -176px; }\\n.ui-icon-signal { background-position: -32px -176px; }\\n.ui-icon-battery-0 { background-position: -48px -176px; }\\n.ui-icon-battery-1 { background-position: -64px -176px; }\\n.ui-icon-battery-2 { background-position: -80px -176px; }\\n.ui-icon-battery-3 { background-position: -96px -176px; }\\n.ui-icon-circle-plus { background-position: 0 -192px; }\\n.ui-icon-circle-minus { background-position: -16px -192px; }\\n.ui-icon-circle-close { background-position: -32px -192px; }\\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\\n.ui-icon-circle-check { background-position: -208px -192px; }\\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\\n\\n\\n/* Misc visuals\\n----------------------------------*/\\n\\n/* Corner radius */\\n.ui-corner-all,\\n.ui-corner-top,\\n.ui-corner-left,\\n.ui-corner-tl {\\n\\tborder-top-left-radius: 3px;\\n}\\n.ui-corner-all,\\n.ui-corner-top,\\n.ui-corner-right,\\n.ui-corner-tr {\\n\\tborder-top-right-radius: 3px;\\n}\\n.ui-corner-all,\\n.ui-corner-bottom,\\n.ui-corner-left,\\n.ui-corner-bl {\\n\\tborder-bottom-left-radius: 3px;\\n}\\n.ui-corner-all,\\n.ui-corner-bottom,\\n.ui-corner-right,\\n.ui-corner-br {\\n\\tborder-bottom-right-radius: 3px;\\n}\\n\\n/* Overlays */\\n.ui-widget-overlay {\\n\\tbackground: #aaaaaa;\\n\\topacity: .003;\\n\\t-ms-filter: \\\"alpha(opacity=.3)\\\"; /* support: IE8 */\\n}\\n.ui-widget-shadow {\\n\\t-webkit-box-shadow: 0px 0px 5px #666666;\\n\\tbox-shadow: 0px 0px 5px #666666;\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nimport ___CSS_LOADER_GET_URL_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/getUrl.js\";\nvar ___CSS_LOADER_URL_IMPORT_0___ = new URL(\"images/ui-icons_1d2d44_256x240.png\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_1___ = new URL(\"images/ui-icons_ffffff_256x240.png\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_2___ = new URL(\"images/ui-icons_ffd27a_256x240.png\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_3___ = new URL(\"images/ui-bg_diagonals-thick_20_666666_40x40.png\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_4___ = new URL(\"images/ui-bg_flat_10_000000_40x100.png\", import.meta.url);\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\nvar ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);\nvar ___CSS_LOADER_URL_REPLACEMENT_1___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_1___);\nvar ___CSS_LOADER_URL_REPLACEMENT_2___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_2___);\nvar ___CSS_LOADER_URL_REPLACEMENT_3___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_3___);\nvar ___CSS_LOADER_URL_REPLACEMENT_4___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_4___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.ui-widget-content{border:1px solid var(--color-border);background:var(--color-main-background) none;color:var(--color-main-text)}.ui-widget-content a{color:var(--color-main-text)}.ui-widget-header{border:none;color:var(--color-main-text);background-image:none}.ui-widget-header a{color:var(--color-main-text)}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid var(--color-border);background:var(--color-main-background) none;font-weight:bold;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #ddd;background:var(--color-main-background) none;font-weight:bold;color:var(--color-main-text)}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:var(--color-main-text)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid var(--color-primary-element);background:var(--color-main-background) none;font-weight:bold;color:var(--color-main-text)}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:var(--color-main-text)}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid var(--color-main-background);background:var(--color-main-background) none;color:var(--color-text-light);font-weight:600}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:var(--color-text-lighter)}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:var(--color-error);background:var(--color-error) none;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.ui-state-default .ui-icon{background-image:url(${___CSS_LOADER_URL_REPLACEMENT_0___})}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(${___CSS_LOADER_URL_REPLACEMENT_0___})}.ui-state-active .ui-icon{background-image:url(${___CSS_LOADER_URL_REPLACEMENT_0___})}.ui-state-highlight .ui-icon{background-image:url(${___CSS_LOADER_URL_REPLACEMENT_1___})}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(${___CSS_LOADER_URL_REPLACEMENT_2___})}.ui-icon.ui-icon-none{display:none}.ui-widget-overlay{background:#666 url(${___CSS_LOADER_URL_REPLACEMENT_3___}) 50% 50% repeat;opacity:.5}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url(${___CSS_LOADER_URL_REPLACEMENT_4___}) 50% 50% repeat-x;opacity:.2;border-radius:5px}.ui-tabs{border:none}.ui-tabs .ui-tabs-nav.ui-corner-all{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui-tabs .ui-tabs-nav{background:none;margin-bottom:15px}.ui-tabs .ui-tabs-nav .ui-state-default{border:none;border-bottom:1px solid rgba(0,0,0,0);font-weight:normal;margin:0 !important;padding:0 !important}.ui-tabs .ui-tabs-nav .ui-state-hover,.ui-tabs .ui-tabs-nav .ui-state-active{border:none;border-bottom:1px solid var(--color-main-text);color:var(--color-main-text)}.ui-tabs .ui-tabs-nav .ui-state-hover a,.ui-tabs .ui-tabs-nav .ui-state-hover a:link,.ui-tabs .ui-tabs-nav .ui-state-hover a:hover,.ui-tabs .ui-tabs-nav .ui-state-hover a:visited,.ui-tabs .ui-tabs-nav .ui-state-active a,.ui-tabs .ui-tabs-nav .ui-state-active a:link,.ui-tabs .ui-tabs-nav .ui-state-active a:hover,.ui-tabs .ui-tabs-nav .ui-state-active a:visited{color:var(--color-main-text)}.ui-tabs .ui-tabs-nav .ui-state-active{font-weight:bold}.ui-autocomplete.ui-menu{padding:0}.ui-autocomplete.ui-menu.item-count-1,.ui-autocomplete.ui-menu.item-count-2{overflow-y:hidden}.ui-autocomplete.ui-menu .ui-menu-item a{color:var(--color-text-lighter);display:block;padding:4px 4px 4px 14px}.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-focus,.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-active{box-shadow:inset 4px 0 var(--color-primary-element);color:var(--color-main-text)}.ui-autocomplete.ui-widget-content{background:var(--color-main-background);border-top:none}.ui-autocomplete.ui-corner-all{border-radius:0;border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.ui-autocomplete .ui-state-hover,.ui-autocomplete .ui-widget-content .ui-state-hover,.ui-autocomplete .ui-widget-header .ui-state-hover,.ui-autocomplete .ui-state-focus,.ui-autocomplete .ui-widget-content .ui-state-focus,.ui-autocomplete .ui-widget-header .ui-state-focus{border:1px solid rgba(0,0,0,0);background:inherit;color:var(--color-primary-element)}.ui-autocomplete .ui-menu-item a{border-radius:0 !important}.ui-button.primary{background-color:var(--color-primary-element);color:var(--color-primary-element-text);border:1px solid var(--color-primary-element-text)}.ui-button:hover{font-weight:bold !important}.ui-draggable-handle,.ui-selectable{touch-action:pan-y}`, \"\",{\"version\":3,\"sources\":[\"webpack://./core/src/jquery/css/jquery-ui-fixes.scss\"],\"names\":[],\"mappings\":\"AAMA,mBACC,oCAAA,CACA,4CAAA,CACA,4BAAA,CAED,qBACC,4BAAA,CAED,kBACC,WAAA,CACA,4BAAA,CACA,qBAAA,CAED,oBACC,4BAAA,CAKD,2FAGC,oCAAA,CACA,4CAAA,CACA,gBAAA,CACA,UAAA,CAED,yEAGC,UAAA,CAED,0KAMC,qBAAA,CACA,4CAAA,CACA,gBAAA,CACA,4BAAA,CAED,2FAIC,4BAAA,CAED,wFAGC,6CAAA,CACA,4CAAA,CACA,gBAAA,CACA,4BAAA,CAED,sEAGC,4BAAA,CAKD,iGAGC,6CAAA,CACA,4CAAA,CACA,6BAAA,CACA,eAAA,CAED,uGAGC,+BAAA,CAED,qFAGC,yBAAA,CACA,kCAAA,CACA,UAAA,CAED,2FAGC,UAAA,CAED,oGAGC,UAAA,CAKD,2BACC,wDAAA,CAED,kDAEC,wDAAA,CAED,0BACC,wDAAA,CAED,6BACC,wDAAA,CAED,uDAEC,wDAAA,CAED,sBACC,YAAA,CAMD,mBACC,sEAAA,CACA,UAAA,CAED,kBACC,oBAAA,CACA,WAAA,CACA,wEAAA,CACA,UAAA,CACA,iBAAA,CAID,SACC,WAAA,CAEA,oCACC,2BAAA,CACA,4BAAA,CAGD,sBACC,eAAA,CACA,kBAAA,CAEA,wCACC,WAAA,CACA,qCAAA,CACA,kBAAA,CACA,mBAAA,CACA,oBAAA,CAGD,6EAEC,WAAA,CACA,8CAAA,CACA,4BAAA,CACA,0WACC,4BAAA,CAGF,uCACC,gBAAA,CAOF,yBACC,SAAA,CAIA,4EAEC,iBAAA,CAGD,yCACC,+BAAA,CACA,aAAA,CACA,wBAAA,CAEA,iHACC,mDAAA,CACA,4BAAA,CAKH,mCACC,uCAAA,CACA,eAAA,CAGD,+BACC,eAAA,CACA,8CAAA,CACA,+CAAA,CAGD,gRAKC,8BAAA,CACA,kBAAA,CACA,kCAAA,CAIA,iCACC,0BAAA,CAKH,mBACC,6CAAA,CACA,uCAAA,CACA,kDAAA,CAID,iBACI,2BAAA,CAKJ,oCAEC,kBAAA\",\"sourcesContent\":[\"/**\\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\\n * SPDX-License-Identifier: AGPL-3.0-or-later\\n */\\n/* Component containers\\n----------------------------------*/\\n.ui-widget-content {\\n\\tborder: 1px solid var(--color-border);\\n\\tbackground: var(--color-main-background) none;\\n\\tcolor: var(--color-main-text);\\n}\\n.ui-widget-content a {\\n\\tcolor: var(--color-main-text);\\n}\\n.ui-widget-header {\\n\\tborder: none;\\n\\tcolor: var(--color-main-text);\\n\\tbackground-image: none;\\n}\\n.ui-widget-header a {\\n\\tcolor: var(--color-main-text);\\n}\\n\\n/* Interaction states\\n----------------------------------*/\\n.ui-state-default,\\n.ui-widget-content .ui-state-default,\\n.ui-widget-header .ui-state-default {\\n\\tborder: 1px solid var(--color-border);\\n\\tbackground: var(--color-main-background) none;\\n\\tfont-weight: bold;\\n\\tcolor: #555;\\n}\\n.ui-state-default a,\\n.ui-state-default a:link,\\n.ui-state-default a:visited {\\n\\tcolor: #555;\\n}\\n.ui-state-hover,\\n.ui-widget-content .ui-state-hover,\\n.ui-widget-header .ui-state-hover,\\n.ui-state-focus,\\n.ui-widget-content .ui-state-focus,\\n.ui-widget-header .ui-state-focus {\\n\\tborder: 1px solid #ddd;\\n\\tbackground: var(--color-main-background) none;\\n\\tfont-weight: bold;\\n\\tcolor: var(--color-main-text);\\n}\\n.ui-state-hover a,\\n.ui-state-hover a:hover,\\n.ui-state-hover a:link,\\n.ui-state-hover a:visited {\\n\\tcolor: var(--color-main-text);\\n}\\n.ui-state-active,\\n.ui-widget-content .ui-state-active,\\n.ui-widget-header .ui-state-active {\\n\\tborder: 1px solid var(--color-primary-element);\\n\\tbackground: var(--color-main-background) none;\\n\\tfont-weight: bold;\\n\\tcolor: var(--color-main-text);\\n}\\n.ui-state-active a,\\n.ui-state-active a:link,\\n.ui-state-active a:visited {\\n\\tcolor: var(--color-main-text);\\n}\\n\\n/* Interaction Cues\\n----------------------------------*/\\n.ui-state-highlight,\\n.ui-widget-content .ui-state-highlight,\\n.ui-widget-header .ui-state-highlight {\\n\\tborder: 1px solid var(--color-main-background);\\n\\tbackground: var(--color-main-background) none;\\n\\tcolor: var(--color-text-light);\\n\\tfont-weight: 600;\\n}\\n.ui-state-highlight a,\\n.ui-widget-content .ui-state-highlight a,\\n.ui-widget-header .ui-state-highlight a {\\n\\tcolor: var(--color-text-lighter);\\n}\\n.ui-state-error,\\n.ui-widget-content .ui-state-error,\\n.ui-widget-header .ui-state-error {\\n\\tborder: var(--color-error);\\n\\tbackground: var(--color-error) none;\\n\\tcolor: #ffffff;\\n}\\n.ui-state-error a,\\n.ui-widget-content .ui-state-error a,\\n.ui-widget-header .ui-state-error a {\\n\\tcolor: #ffffff;\\n}\\n.ui-state-error-text,\\n.ui-widget-content .ui-state-error-text,\\n.ui-widget-header .ui-state-error-text {\\n\\tcolor: #ffffff;\\n}\\n\\n/* Icons\\n----------------------------------*/\\n.ui-state-default .ui-icon {\\n\\tbackground-image: url('images/ui-icons_1d2d44_256x240.png');\\n}\\n.ui-state-hover .ui-icon,\\n.ui-state-focus .ui-icon {\\n\\tbackground-image: url('images/ui-icons_1d2d44_256x240.png');\\n}\\n.ui-state-active .ui-icon {\\n\\tbackground-image: url('images/ui-icons_1d2d44_256x240.png');\\n}\\n.ui-state-highlight .ui-icon {\\n\\tbackground-image: url('images/ui-icons_ffffff_256x240.png');\\n}\\n.ui-state-error .ui-icon,\\n.ui-state-error-text .ui-icon {\\n\\tbackground-image: url('images/ui-icons_ffd27a_256x240.png');\\n}\\n.ui-icon.ui-icon-none {\\n\\tdisplay: none;\\n}\\n\\n/* Misc visuals\\n----------------------------------*/\\n/* Overlays */\\n.ui-widget-overlay {\\n\\tbackground: #666666 url('images/ui-bg_diagonals-thick_20_666666_40x40.png') 50% 50% repeat;\\n\\topacity: .5;\\n}\\n.ui-widget-shadow {\\n\\tmargin: -5px 0 0 -5px;\\n\\tpadding: 5px;\\n\\tbackground: #000000 url('images/ui-bg_flat_10_000000_40x100.png') 50% 50% repeat-x;\\n\\topacity: .2;\\n\\tborder-radius: 5px;\\n}\\n\\n/* Tabs customizations */\\n.ui-tabs {\\n\\tborder: none;\\n\\n\\t.ui-tabs-nav.ui-corner-all {\\n\\t\\tborder-bottom-left-radius: 0;\\n\\t\\tborder-bottom-right-radius: 0;\\n\\t}\\n\\n\\t.ui-tabs-nav {\\n\\t\\tbackground: none;\\n\\t\\tmargin-bottom: 15px;\\n\\n\\t\\t.ui-state-default {\\n\\t\\t\\tborder: none;\\n\\t\\t\\tborder-bottom: 1px solid transparent;\\n\\t\\t\\tfont-weight: normal;\\n\\t\\t\\tmargin: 0 !important;\\n\\t\\t\\tpadding: 0 !important;\\n\\t\\t}\\n\\n\\t\\t.ui-state-hover,\\n\\t\\t.ui-state-active {\\n\\t\\t\\tborder: none;\\n\\t\\t\\tborder-bottom: 1px solid var(--color-main-text);\\n\\t\\t\\tcolor: var(--color-main-text);\\n\\t\\t\\ta, a:link, a:hover, a:visited {\\n\\t\\t\\t\\tcolor: var(--color-main-text);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\t.ui-state-active {\\n\\t\\t\\tfont-weight: bold;\\n\\t\\t}\\n\\t}\\n}\\n\\n/* Select menus */\\n.ui-autocomplete {\\n\\t&.ui-menu {\\n\\t\\tpadding: 0;\\n\\n\\t\\t/* scrolling starts from three items,\\n\\t\\t * so hide overflow and scrollbars for a clean layout */\\n\\t\\t&.item-count-1,\\n\\t\\t&.item-count-2 {\\n\\t\\t\\toverflow-y: hidden;\\n\\t\\t}\\n\\n\\t\\t.ui-menu-item a {\\n\\t\\t\\tcolor: var(--color-text-lighter);\\n\\t\\t\\tdisplay: block;\\n\\t\\t\\tpadding: 4px 4px 4px 14px;\\n\\n\\t\\t\\t&.ui-state-focus, &.ui-state-active {\\n\\t\\t\\t\\tbox-shadow: inset 4px 0 var(--color-primary-element);\\n\\t\\t\\t\\tcolor: var(--color-main-text);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\n\\t&.ui-widget-content {\\n\\t\\tbackground: var(--color-main-background);\\n\\t\\tborder-top: none;\\n\\t}\\n\\n\\t&.ui-corner-all {\\n\\t\\tborder-radius: 0;\\n\\t\\tborder-bottom-left-radius: var(--border-radius);\\n\\t\\tborder-bottom-right-radius: var(--border-radius);\\n\\t}\\n\\n\\t.ui-state-hover, .ui-widget-content .ui-state-hover,\\n\\t.ui-widget-header .ui-state-hover,\\n\\t.ui-state-focus,\\n\\t.ui-widget-content .ui-state-focus,\\n\\t.ui-widget-header .ui-state-focus {\\n\\t\\tborder: 1px solid transparent;\\n\\t\\tbackground: inherit;\\n\\t\\tcolor: var(--color-primary-element);\\n\\t}\\n\\n\\t.ui-menu-item {\\n\\t\\ta {\\n\\t\\t\\tborder-radius: 0 !important;\\n\\t\\t}\\n\\t}\\n}\\n\\n.ui-button.primary {\\n\\tbackground-color: var(--color-primary-element);\\n\\tcolor: var(--color-primary-element-text);\\n\\tborder: 1px solid var(--color-primary-element-text);\\n}\\n\\n// fix ui-buttons on hover\\n.ui-button:hover {\\n font-weight:bold !important;\\n}\\n\\n\\n/* DRAGGABLE */\\n.ui-draggable-handle,\\n.ui-selectable {\\n\\ttouch-action: pan-y;\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.oc-dialog{background:var(--color-main-background);color:var(--color-text-light);border-radius:var(--border-radius-large);box-shadow:0 0 30px var(--color-box-shadow);padding:24px;z-index:100001;font-size:100%;box-sizing:border-box;min-width:200px;top:50%;left:50%;transform:translate(-50%, -50%);max-height:calc(100% - 20px);max-width:calc(100% - 20px);overflow:auto}.oc-dialog-title{background:var(--color-main-background)}.oc-dialog-buttonrow{position:relative;display:flex;background:rgba(0,0,0,0);right:0;bottom:0;padding:0;padding-top:10px;box-sizing:border-box;width:100%;background-image:linear-gradient(rgba(255, 255, 255, 0), var(--color-main-background))}.oc-dialog-buttonrow.twobuttons{justify-content:space-between}.oc-dialog-buttonrow.onebutton,.oc-dialog-buttonrow.twobuttons.aside{justify-content:flex-end}.oc-dialog-buttonrow button{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:44px;min-width:44px}.oc-dialog-close{position:absolute;width:44px !important;height:44px !important;top:4px;right:4px;padding:25px;background:var(--icon-close-dark) no-repeat center;opacity:.5;border-radius:var(--border-radius-pill)}.oc-dialog-close:hover,.oc-dialog-close:focus,.oc-dialog-close:active{opacity:1}.oc-dialog-dim{background-color:#000;opacity:.2;z-index:100001;position:fixed;top:0;left:0;width:100%;height:100%}body.theme--dark .oc-dialog-dim{opacity:.8}.oc-dialog-content{width:100%;max-width:550px}.oc-dialog.password-confirmation .oc-dialog-content{width:auto}.oc-dialog.password-confirmation .oc-dialog-content input[type=password]{width:100%}.oc-dialog.password-confirmation .oc-dialog-content label{display:none}`, \"\",{\"version\":3,\"sources\":[\"webpack://./core/src/jquery/css/jquery.ocdialog.scss\"],\"names\":[],\"mappings\":\"AAIA,WACC,uCAAA,CACA,6BAAA,CACA,wCAAA,CACA,2CAAA,CACA,YAAA,CACA,cAAA,CACA,cAAA,CACA,qBAAA,CACA,eAAA,CACA,OAAA,CACA,QAAA,CACA,+BAAA,CACA,4BAAA,CACA,2BAAA,CACA,aAAA,CAED,iBACC,uCAAA,CAED,qBACC,iBAAA,CACA,YAAA,CACA,wBAAA,CACA,OAAA,CACA,QAAA,CACA,SAAA,CACA,gBAAA,CACA,qBAAA,CACA,UAAA,CACA,sFAAA,CAEA,gCACO,6BAAA,CAGP,qEAEC,wBAAA,CAGD,4BACI,kBAAA,CACA,eAAA,CACH,sBAAA,CACA,WAAA,CACA,cAAA,CAIF,iBACC,iBAAA,CACA,qBAAA,CACA,sBAAA,CACA,OAAA,CACA,SAAA,CACA,YAAA,CACA,kDAAA,CACA,UAAA,CACA,uCAAA,CAEA,sEAGC,SAAA,CAIF,eACC,qBAAA,CACA,UAAA,CACA,cAAA,CACA,cAAA,CACA,KAAA,CACA,MAAA,CACA,UAAA,CACA,WAAA,CAGD,gCACC,UAAA,CAGD,mBACC,UAAA,CACA,eAAA,CAIA,oDACC,UAAA,CAEA,yEACC,UAAA,CAED,0DACC,YAAA\",\"sourcesContent\":[\"/**\\n * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors\\n * SPDX-License-Identifier: AGPL-3.0-or-later\\n */\\n.oc-dialog {\\n\\tbackground: var(--color-main-background);\\n\\tcolor: var(--color-text-light);\\n\\tborder-radius: var(--border-radius-large);\\n\\tbox-shadow: 0 0 30px var(--color-box-shadow);\\n\\tpadding: 24px;\\n\\tz-index: 100001;\\n\\tfont-size: 100%;\\n\\tbox-sizing: border-box;\\n\\tmin-width: 200px;\\n\\ttop: 50%;\\n\\tleft: 50%;\\n\\ttransform: translate(-50%, -50%);\\n\\tmax-height: calc(100% - 20px);\\n\\tmax-width: calc(100% - 20px);\\n\\toverflow: auto;\\n}\\n.oc-dialog-title {\\n\\tbackground: var(--color-main-background);\\n}\\n.oc-dialog-buttonrow {\\n\\tposition: relative;\\n\\tdisplay: flex;\\n\\tbackground: transparent;\\n\\tright: 0;\\n\\tbottom: 0;\\n\\tpadding: 0;\\n\\tpadding-top: 10px;\\n\\tbox-sizing: border-box;\\n\\twidth: 100%;\\n\\tbackground-image: linear-gradient(rgba(255, 255, 255, 0.0), var(--color-main-background));\\n\\n\\t&.twobuttons {\\n justify-content: space-between;\\n }\\n\\n\\t&.onebutton,\\n\\t&.twobuttons.aside {\\n\\t\\tjustify-content: flex-end;\\n\\t}\\n\\n\\tbutton {\\n\\t white-space: nowrap;\\n\\t overflow: hidden;\\n\\t\\ttext-overflow: ellipsis;\\n\\t\\theight: 44px;\\n\\t\\tmin-width: 44px;\\n\\t}\\n}\\n\\n.oc-dialog-close {\\n\\tposition: absolute;\\n\\twidth: 44px !important;\\n\\theight: 44px !important;\\n\\ttop: 4px;\\n\\tright: 4px;\\n\\tpadding: 25px;\\n\\tbackground: var(--icon-close-dark) no-repeat center;\\n\\topacity: .5;\\n\\tborder-radius: var(--border-radius-pill);\\n\\n\\t&:hover,\\n\\t&:focus,\\n\\t&:active {\\n\\t\\topacity: 1;\\n\\t}\\n}\\n\\n.oc-dialog-dim {\\n\\tbackground-color: #000;\\n\\topacity: .2;\\n\\tz-index: 100001;\\n\\tposition: fixed;\\n\\ttop: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\n\\theight: 100%;\\n}\\n\\nbody.theme--dark .oc-dialog-dim {\\n\\topacity: .8;\\n}\\n\\n.oc-dialog-content {\\n\\twidth: 100%;\\n\\tmax-width: 550px;\\n}\\n\\n.oc-dialog.password-confirmation {\\n\\t.oc-dialog-content {\\n\\t\\twidth: auto;\\n\\n\\t\\tinput[type=password] {\\n\\t\\t\\twidth: 100%;\\n\\t\\t}\\n\\t\\tlabel {\\n\\t\\t\\tdisplay: none;\\n\\t\\t}\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../css-loader/dist/runtime/api.js\";\nimport ___CSS_LOADER_GET_URL_IMPORT___ from \"../css-loader/dist/runtime/getUrl.js\";\nvar ___CSS_LOADER_URL_IMPORT_0___ = new URL(\"select2.png\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_1___ = new URL(\"select2-spinner.gif\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_2___ = new URL(\"select2x2.png\", import.meta.url);\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\nvar ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);\nvar ___CSS_LOADER_URL_REPLACEMENT_1___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_1___);\nvar ___CSS_LOADER_URL_REPLACEMENT_2___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_2___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `/*\nVersion: @@ver@@ Timestamp: @@timestamp@@\n*/\n.select2-container {\n margin: 0;\n position: relative;\n display: inline-block;\n /* inline-block for ie7 */\n zoom: 1;\n *display: inline;\n vertical-align: middle;\n}\n\n.select2-container,\n.select2-drop,\n.select2-search,\n.select2-search input {\n /*\n Force border-box so that % widths fit the parent\n container without overlap because of margin/padding.\n More Info : http://www.quirksmode.org/css/box.html\n */\n -webkit-box-sizing: border-box; /* webkit */\n -moz-box-sizing: border-box; /* firefox */\n box-sizing: border-box; /* css3 */\n}\n\n.select2-container .select2-choice {\n display: block;\n height: 26px;\n padding: 0 0 0 8px;\n overflow: hidden;\n position: relative;\n\n border: 1px solid #aaa;\n white-space: nowrap;\n line-height: 26px;\n color: #444;\n text-decoration: none;\n\n border-radius: 4px;\n\n background-clip: padding-box;\n\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n\n background-color: #fff;\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));\n background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);\n background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);\n background-image: linear-gradient(to top, #eee 0%, #fff 50%);\n}\n\nhtml[dir=\"rtl\"] .select2-container .select2-choice {\n padding: 0 8px 0 0;\n}\n\n.select2-container.select2-drop-above .select2-choice {\n border-bottom-color: #aaa;\n\n border-radius: 0 0 4px 4px;\n\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));\n background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);\n background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);\n background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);\n}\n\n.select2-container.select2-allowclear .select2-choice .select2-chosen {\n margin-right: 42px;\n}\n\n.select2-container .select2-choice > .select2-chosen {\n margin-right: 26px;\n display: block;\n overflow: hidden;\n\n white-space: nowrap;\n\n text-overflow: ellipsis;\n float: none;\n width: auto;\n}\n\nhtml[dir=\"rtl\"] .select2-container .select2-choice > .select2-chosen {\n margin-left: 26px;\n margin-right: 0;\n}\n\n.select2-container .select2-choice abbr {\n display: none;\n width: 12px;\n height: 12px;\n position: absolute;\n right: 24px;\n top: 8px;\n\n font-size: 1px;\n text-decoration: none;\n\n border: 0;\n background: url(${___CSS_LOADER_URL_REPLACEMENT_0___}) right top no-repeat;\n cursor: pointer;\n outline: 0;\n}\n\n.select2-container.select2-allowclear .select2-choice abbr {\n display: inline-block;\n}\n\n.select2-container .select2-choice abbr:hover {\n background-position: right -11px;\n cursor: pointer;\n}\n\n.select2-drop-mask {\n border: 0;\n margin: 0;\n padding: 0;\n position: fixed;\n left: 0;\n top: 0;\n min-height: 100%;\n min-width: 100%;\n height: auto;\n width: auto;\n opacity: 0;\n z-index: 9998;\n /* styles required for IE to work */\n background-color: #fff;\n filter: alpha(opacity=0);\n}\n\n.select2-drop {\n width: 100%;\n margin-top: -1px;\n position: absolute;\n z-index: 9999;\n top: 100%;\n\n background: #fff;\n color: #000;\n border: 1px solid #aaa;\n border-top: 0;\n\n border-radius: 0 0 4px 4px;\n\n -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);\n box-shadow: 0 4px 5px rgba(0, 0, 0, .15);\n}\n\n.select2-drop.select2-drop-above {\n margin-top: 1px;\n border-top: 1px solid #aaa;\n border-bottom: 0;\n\n border-radius: 4px 4px 0 0;\n\n -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);\n box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);\n}\n\n.select2-drop-active {\n border: 1px solid #5897fb;\n border-top: none;\n}\n\n.select2-drop.select2-drop-above.select2-drop-active {\n border-top: 1px solid #5897fb;\n}\n\n.select2-drop-auto-width {\n border-top: 1px solid #aaa;\n width: auto;\n}\n\n.select2-drop-auto-width .select2-search {\n padding-top: 4px;\n}\n\n.select2-container .select2-choice .select2-arrow {\n display: inline-block;\n width: 18px;\n height: 100%;\n position: absolute;\n right: 0;\n top: 0;\n\n border-left: 1px solid #aaa;\n border-radius: 0 4px 4px 0;\n\n background-clip: padding-box;\n\n background: #ccc;\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));\n background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);\n background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);\n background-image: linear-gradient(to top, #ccc 0%, #eee 60%);\n}\n\nhtml[dir=\"rtl\"] .select2-container .select2-choice .select2-arrow {\n left: 0;\n right: auto;\n\n border-left: none;\n border-right: 1px solid #aaa;\n border-radius: 4px 0 0 4px;\n}\n\n.select2-container .select2-choice .select2-arrow b {\n display: block;\n width: 100%;\n height: 100%;\n background: url(${___CSS_LOADER_URL_REPLACEMENT_0___}) no-repeat 0 1px;\n}\n\nhtml[dir=\"rtl\"] .select2-container .select2-choice .select2-arrow b {\n background-position: 2px 1px;\n}\n\n.select2-search {\n display: inline-block;\n width: 100%;\n min-height: 26px;\n margin: 0;\n padding-left: 4px;\n padding-right: 4px;\n\n position: relative;\n z-index: 10000;\n\n white-space: nowrap;\n}\n\n.select2-search input {\n width: 100%;\n height: auto !important;\n min-height: 26px;\n padding: 4px 20px 4px 5px;\n margin: 0;\n\n outline: 0;\n font-family: sans-serif;\n font-size: 1em;\n\n border: 1px solid #aaa;\n border-radius: 0;\n\n -webkit-box-shadow: none;\n box-shadow: none;\n\n background: #fff url(${___CSS_LOADER_URL_REPLACEMENT_0___}) no-repeat 100% -22px;\n background: url(${___CSS_LOADER_URL_REPLACEMENT_0___}) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\n background: url(${___CSS_LOADER_URL_REPLACEMENT_0___}) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url(${___CSS_LOADER_URL_REPLACEMENT_0___}) no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url(${___CSS_LOADER_URL_REPLACEMENT_0___}) no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\n}\n\nhtml[dir=\"rtl\"] .select2-search input {\n padding: 4px 5px 4px 20px;\n\n background: #fff url(${___CSS_LOADER_URL_REPLACEMENT_0___}) no-repeat -37px -22px;\n background: url(${___CSS_LOADER_URL_REPLACEMENT_0___}) no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\n background: url(${___CSS_LOADER_URL_REPLACEMENT_0___}) no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url(${___CSS_LOADER_URL_REPLACEMENT_0___}) no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url(${___CSS_LOADER_URL_REPLACEMENT_0___}) no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\n}\n\n.select2-drop.select2-drop-above .select2-search input {\n margin-top: 4px;\n}\n\n.select2-search input.select2-active {\n background: #fff url(${___CSS_LOADER_URL_REPLACEMENT_1___}) no-repeat 100%;\n background: url(${___CSS_LOADER_URL_REPLACEMENT_1___}) no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\n background: url(${___CSS_LOADER_URL_REPLACEMENT_1___}) no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url(${___CSS_LOADER_URL_REPLACEMENT_1___}) no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url(${___CSS_LOADER_URL_REPLACEMENT_1___}) no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\n}\n\n.select2-container-active .select2-choice,\n.select2-container-active .select2-choices {\n border: 1px solid #5897fb;\n outline: none;\n\n -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);\n box-shadow: 0 0 5px rgba(0, 0, 0, .3);\n}\n\n.select2-dropdown-open .select2-choice {\n border-bottom-color: transparent;\n -webkit-box-shadow: 0 1px 0 #fff inset;\n box-shadow: 0 1px 0 #fff inset;\n\n border-bottom-left-radius: 0;\n border-bottom-right-radius: 0;\n\n background-color: #eee;\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));\n background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);\n background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);\n background-image: linear-gradient(to top, #fff 0%, #eee 50%);\n}\n\n.select2-dropdown-open.select2-drop-above .select2-choice,\n.select2-dropdown-open.select2-drop-above .select2-choices {\n border: 1px solid #5897fb;\n border-top-color: transparent;\n\n background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));\n background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);\n background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);\n background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);\n}\n\n.select2-dropdown-open .select2-choice .select2-arrow {\n background: transparent;\n border-left: none;\n filter: none;\n}\nhtml[dir=\"rtl\"] .select2-dropdown-open .select2-choice .select2-arrow {\n border-right: none;\n}\n\n.select2-dropdown-open .select2-choice .select2-arrow b {\n background-position: -18px 1px;\n}\n\nhtml[dir=\"rtl\"] .select2-dropdown-open .select2-choice .select2-arrow b {\n background-position: -16px 1px;\n}\n\n.select2-hidden-accessible {\n border: 0;\n clip: rect(0 0 0 0);\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px;\n}\n\n/* results */\n.select2-results {\n max-height: 200px;\n padding: 0 0 0 4px;\n margin: 4px 4px 4px 0;\n position: relative;\n overflow-x: hidden;\n overflow-y: auto;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\nhtml[dir=\"rtl\"] .select2-results {\n padding: 0 4px 0 0;\n margin: 4px 0 4px 4px;\n}\n\n.select2-results ul.select2-result-sub {\n margin: 0;\n padding-left: 0;\n}\n\n.select2-results li {\n list-style: none;\n display: list-item;\n background-image: none;\n}\n\n.select2-results li.select2-result-with-children > .select2-result-label {\n font-weight: bold;\n}\n\n.select2-results .select2-result-label {\n padding: 3px 7px 4px;\n margin: 0;\n cursor: pointer;\n\n min-height: 1em;\n\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n\n.select2-results-dept-1 .select2-result-label { padding-left: 20px }\n.select2-results-dept-2 .select2-result-label { padding-left: 40px }\n.select2-results-dept-3 .select2-result-label { padding-left: 60px }\n.select2-results-dept-4 .select2-result-label { padding-left: 80px }\n.select2-results-dept-5 .select2-result-label { padding-left: 100px }\n.select2-results-dept-6 .select2-result-label { padding-left: 110px }\n.select2-results-dept-7 .select2-result-label { padding-left: 120px }\n\n.select2-results .select2-highlighted {\n background: #3875d7;\n color: #fff;\n}\n\n.select2-results li em {\n background: #feffde;\n font-style: normal;\n}\n\n.select2-results .select2-highlighted em {\n background: transparent;\n}\n\n.select2-results .select2-highlighted ul {\n background: #fff;\n color: #000;\n}\n\n.select2-results .select2-no-results,\n.select2-results .select2-searching,\n.select2-results .select2-ajax-error,\n.select2-results .select2-selection-limit {\n background: #f4f4f4;\n display: list-item;\n padding-left: 5px;\n}\n\n/*\ndisabled look for disabled choices in the results dropdown\n*/\n.select2-results .select2-disabled.select2-highlighted {\n color: #666;\n background: #f4f4f4;\n display: list-item;\n cursor: default;\n}\n.select2-results .select2-disabled {\n background: #f4f4f4;\n display: list-item;\n cursor: default;\n}\n\n.select2-results .select2-selected {\n display: none;\n}\n\n.select2-more-results.select2-active {\n background: #f4f4f4 url(${___CSS_LOADER_URL_REPLACEMENT_1___}) no-repeat 100%;\n}\n\n.select2-results .select2-ajax-error {\n background: rgba(255, 50, 50, .2);\n}\n\n.select2-more-results {\n background: #f4f4f4;\n display: list-item;\n}\n\n/* disabled styles */\n\n.select2-container.select2-container-disabled .select2-choice {\n background-color: #f4f4f4;\n background-image: none;\n border: 1px solid #ddd;\n cursor: default;\n}\n\n.select2-container.select2-container-disabled .select2-choice .select2-arrow {\n background-color: #f4f4f4;\n background-image: none;\n border-left: 0;\n}\n\n.select2-container.select2-container-disabled .select2-choice abbr {\n display: none;\n}\n\n\n/* multiselect */\n\n.select2-container-multi .select2-choices {\n height: auto !important;\n height: 1%;\n margin: 0;\n padding: 0 5px 0 0;\n position: relative;\n\n border: 1px solid #aaa;\n cursor: text;\n overflow: hidden;\n\n background-color: #fff;\n background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));\n background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);\n background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);\n background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);\n}\n\nhtml[dir=\"rtl\"] .select2-container-multi .select2-choices {\n padding: 0 0 0 5px;\n}\n\n.select2-locked {\n padding: 3px 5px 3px 5px !important;\n}\n\n.select2-container-multi .select2-choices {\n min-height: 26px;\n}\n\n.select2-container-multi.select2-container-active .select2-choices {\n border: 1px solid #5897fb;\n outline: none;\n\n -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);\n box-shadow: 0 0 5px rgba(0, 0, 0, .3);\n}\n.select2-container-multi .select2-choices li {\n float: left;\n list-style: none;\n}\nhtml[dir=\"rtl\"] .select2-container-multi .select2-choices li\n{\n float: right;\n}\n.select2-container-multi .select2-choices .select2-search-field {\n margin: 0;\n padding: 0;\n white-space: nowrap;\n}\n\n.select2-container-multi .select2-choices .select2-search-field input {\n padding: 5px;\n margin: 1px 0;\n\n font-family: sans-serif;\n font-size: 100%;\n color: #666;\n outline: 0;\n border: 0;\n -webkit-box-shadow: none;\n box-shadow: none;\n background: transparent !important;\n}\n\n.select2-container-multi .select2-choices .select2-search-field input.select2-active {\n background: #fff url(${___CSS_LOADER_URL_REPLACEMENT_1___}) no-repeat 100% !important;\n}\n\n.select2-default {\n color: #999 !important;\n}\n\n.select2-container-multi .select2-choices .select2-search-choice {\n padding: 3px 5px 3px 18px;\n margin: 3px 0 3px 5px;\n position: relative;\n\n line-height: 13px;\n color: #333;\n cursor: default;\n border: 1px solid #aaaaaa;\n\n border-radius: 3px;\n\n -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);\n box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);\n\n background-clip: padding-box;\n\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n\n background-color: #e4e4e4;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);\n background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));\n background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\n background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\n background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\n}\nhtml[dir=\"rtl\"] .select2-container-multi .select2-choices .select2-search-choice\n{\n margin: 3px 5px 3px 0;\n padding: 3px 18px 3px 5px;\n}\n.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {\n cursor: default;\n}\n.select2-container-multi .select2-choices .select2-search-choice-focus {\n background: #d4d4d4;\n}\n\n.select2-search-choice-close {\n display: block;\n width: 12px;\n height: 13px;\n position: absolute;\n right: 3px;\n top: 4px;\n\n font-size: 1px;\n outline: none;\n background: url(${___CSS_LOADER_URL_REPLACEMENT_0___}) right top no-repeat;\n}\nhtml[dir=\"rtl\"] .select2-search-choice-close {\n right: auto;\n left: 3px;\n}\n\n.select2-container-multi .select2-search-choice-close {\n left: 3px;\n}\n\nhtml[dir=\"rtl\"] .select2-container-multi .select2-search-choice-close {\n left: auto;\n right: 2px;\n}\n\n.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {\n background-position: right -11px;\n}\n.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {\n background-position: right -11px;\n}\n\n/* disabled styles */\n.select2-container-multi.select2-container-disabled .select2-choices {\n background-color: #f4f4f4;\n background-image: none;\n border: 1px solid #ddd;\n cursor: default;\n}\n\n.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {\n padding: 3px 5px 3px 5px;\n border: 1px solid #ddd;\n background-image: none;\n background-color: #f4f4f4;\n}\n\n.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close { display: none;\n background: none;\n}\n/* end multiselect */\n\n\n.select2-result-selectable .select2-match,\n.select2-result-unselectable .select2-match {\n text-decoration: underline;\n}\n\n.select2-offscreen, .select2-offscreen:focus {\n clip: rect(0 0 0 0) !important;\n width: 1px !important;\n height: 1px !important;\n border: 0 !important;\n margin: 0 !important;\n padding: 0 !important;\n overflow: hidden !important;\n position: absolute !important;\n outline: 0 !important;\n left: 0px !important;\n top: 0px !important;\n}\n\n.select2-display-none {\n display: none;\n}\n\n.select2-measure-scrollbar {\n position: absolute;\n top: -10000px;\n left: -10000px;\n width: 100px;\n height: 100px;\n overflow: scroll;\n}\n\n/* Retina-ize icons */\n\n@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {\n .select2-search input,\n .select2-search-choice-close,\n .select2-container .select2-choice abbr,\n .select2-container .select2-choice .select2-arrow b {\n background-image: url(${___CSS_LOADER_URL_REPLACEMENT_2___}) !important;\n background-repeat: no-repeat !important;\n background-size: 60px 40px !important;\n }\n\n .select2-search input {\n background-position: 100% -21px !important;\n }\n}\n`, \"\",{\"version\":3,\"sources\":[\"webpack://./node_modules/select2/select2.css\"],\"names\":[],\"mappings\":\"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\",\"sourcesContent\":[\"/*\\nVersion: @@ver@@ Timestamp: @@timestamp@@\\n*/\\n.select2-container {\\n margin: 0;\\n position: relative;\\n display: inline-block;\\n /* inline-block for ie7 */\\n zoom: 1;\\n *display: inline;\\n vertical-align: middle;\\n}\\n\\n.select2-container,\\n.select2-drop,\\n.select2-search,\\n.select2-search input {\\n /*\\n Force border-box so that % widths fit the parent\\n container without overlap because of margin/padding.\\n More Info : http://www.quirksmode.org/css/box.html\\n */\\n -webkit-box-sizing: border-box; /* webkit */\\n -moz-box-sizing: border-box; /* firefox */\\n box-sizing: border-box; /* css3 */\\n}\\n\\n.select2-container .select2-choice {\\n display: block;\\n height: 26px;\\n padding: 0 0 0 8px;\\n overflow: hidden;\\n position: relative;\\n\\n border: 1px solid #aaa;\\n white-space: nowrap;\\n line-height: 26px;\\n color: #444;\\n text-decoration: none;\\n\\n border-radius: 4px;\\n\\n background-clip: padding-box;\\n\\n -webkit-touch-callout: none;\\n -webkit-user-select: none;\\n -moz-user-select: none;\\n -ms-user-select: none;\\n user-select: none;\\n\\n background-color: #fff;\\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));\\n background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);\\n background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);\\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);\\n background-image: linear-gradient(to top, #eee 0%, #fff 50%);\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-container .select2-choice {\\n padding: 0 8px 0 0;\\n}\\n\\n.select2-container.select2-drop-above .select2-choice {\\n border-bottom-color: #aaa;\\n\\n border-radius: 0 0 4px 4px;\\n\\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));\\n background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);\\n background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);\\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);\\n background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);\\n}\\n\\n.select2-container.select2-allowclear .select2-choice .select2-chosen {\\n margin-right: 42px;\\n}\\n\\n.select2-container .select2-choice > .select2-chosen {\\n margin-right: 26px;\\n display: block;\\n overflow: hidden;\\n\\n white-space: nowrap;\\n\\n text-overflow: ellipsis;\\n float: none;\\n width: auto;\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-container .select2-choice > .select2-chosen {\\n margin-left: 26px;\\n margin-right: 0;\\n}\\n\\n.select2-container .select2-choice abbr {\\n display: none;\\n width: 12px;\\n height: 12px;\\n position: absolute;\\n right: 24px;\\n top: 8px;\\n\\n font-size: 1px;\\n text-decoration: none;\\n\\n border: 0;\\n background: url('select2.png') right top no-repeat;\\n cursor: pointer;\\n outline: 0;\\n}\\n\\n.select2-container.select2-allowclear .select2-choice abbr {\\n display: inline-block;\\n}\\n\\n.select2-container .select2-choice abbr:hover {\\n background-position: right -11px;\\n cursor: pointer;\\n}\\n\\n.select2-drop-mask {\\n border: 0;\\n margin: 0;\\n padding: 0;\\n position: fixed;\\n left: 0;\\n top: 0;\\n min-height: 100%;\\n min-width: 100%;\\n height: auto;\\n width: auto;\\n opacity: 0;\\n z-index: 9998;\\n /* styles required for IE to work */\\n background-color: #fff;\\n filter: alpha(opacity=0);\\n}\\n\\n.select2-drop {\\n width: 100%;\\n margin-top: -1px;\\n position: absolute;\\n z-index: 9999;\\n top: 100%;\\n\\n background: #fff;\\n color: #000;\\n border: 1px solid #aaa;\\n border-top: 0;\\n\\n border-radius: 0 0 4px 4px;\\n\\n -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);\\n box-shadow: 0 4px 5px rgba(0, 0, 0, .15);\\n}\\n\\n.select2-drop.select2-drop-above {\\n margin-top: 1px;\\n border-top: 1px solid #aaa;\\n border-bottom: 0;\\n\\n border-radius: 4px 4px 0 0;\\n\\n -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);\\n box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);\\n}\\n\\n.select2-drop-active {\\n border: 1px solid #5897fb;\\n border-top: none;\\n}\\n\\n.select2-drop.select2-drop-above.select2-drop-active {\\n border-top: 1px solid #5897fb;\\n}\\n\\n.select2-drop-auto-width {\\n border-top: 1px solid #aaa;\\n width: auto;\\n}\\n\\n.select2-drop-auto-width .select2-search {\\n padding-top: 4px;\\n}\\n\\n.select2-container .select2-choice .select2-arrow {\\n display: inline-block;\\n width: 18px;\\n height: 100%;\\n position: absolute;\\n right: 0;\\n top: 0;\\n\\n border-left: 1px solid #aaa;\\n border-radius: 0 4px 4px 0;\\n\\n background-clip: padding-box;\\n\\n background: #ccc;\\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));\\n background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);\\n background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);\\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);\\n background-image: linear-gradient(to top, #ccc 0%, #eee 60%);\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-container .select2-choice .select2-arrow {\\n left: 0;\\n right: auto;\\n\\n border-left: none;\\n border-right: 1px solid #aaa;\\n border-radius: 4px 0 0 4px;\\n}\\n\\n.select2-container .select2-choice .select2-arrow b {\\n display: block;\\n width: 100%;\\n height: 100%;\\n background: url('select2.png') no-repeat 0 1px;\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-container .select2-choice .select2-arrow b {\\n background-position: 2px 1px;\\n}\\n\\n.select2-search {\\n display: inline-block;\\n width: 100%;\\n min-height: 26px;\\n margin: 0;\\n padding-left: 4px;\\n padding-right: 4px;\\n\\n position: relative;\\n z-index: 10000;\\n\\n white-space: nowrap;\\n}\\n\\n.select2-search input {\\n width: 100%;\\n height: auto !important;\\n min-height: 26px;\\n padding: 4px 20px 4px 5px;\\n margin: 0;\\n\\n outline: 0;\\n font-family: sans-serif;\\n font-size: 1em;\\n\\n border: 1px solid #aaa;\\n border-radius: 0;\\n\\n -webkit-box-shadow: none;\\n box-shadow: none;\\n\\n background: #fff url('select2.png') no-repeat 100% -22px;\\n background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\\n background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\\n background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\\n background: url('select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-search input {\\n padding: 4px 5px 4px 20px;\\n\\n background: #fff url('select2.png') no-repeat -37px -22px;\\n background: url('select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\\n background: url('select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\\n background: url('select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\\n background: url('select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\\n}\\n\\n.select2-drop.select2-drop-above .select2-search input {\\n margin-top: 4px;\\n}\\n\\n.select2-search input.select2-active {\\n background: #fff url('select2-spinner.gif') no-repeat 100%;\\n background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\\n background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\\n background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\\n background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\\n}\\n\\n.select2-container-active .select2-choice,\\n.select2-container-active .select2-choices {\\n border: 1px solid #5897fb;\\n outline: none;\\n\\n -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);\\n box-shadow: 0 0 5px rgba(0, 0, 0, .3);\\n}\\n\\n.select2-dropdown-open .select2-choice {\\n border-bottom-color: transparent;\\n -webkit-box-shadow: 0 1px 0 #fff inset;\\n box-shadow: 0 1px 0 #fff inset;\\n\\n border-bottom-left-radius: 0;\\n border-bottom-right-radius: 0;\\n\\n background-color: #eee;\\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));\\n background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);\\n background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);\\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);\\n background-image: linear-gradient(to top, #fff 0%, #eee 50%);\\n}\\n\\n.select2-dropdown-open.select2-drop-above .select2-choice,\\n.select2-dropdown-open.select2-drop-above .select2-choices {\\n border: 1px solid #5897fb;\\n border-top-color: transparent;\\n\\n background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));\\n background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);\\n background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);\\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);\\n background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);\\n}\\n\\n.select2-dropdown-open .select2-choice .select2-arrow {\\n background: transparent;\\n border-left: none;\\n filter: none;\\n}\\nhtml[dir=\\\"rtl\\\"] .select2-dropdown-open .select2-choice .select2-arrow {\\n border-right: none;\\n}\\n\\n.select2-dropdown-open .select2-choice .select2-arrow b {\\n background-position: -18px 1px;\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-dropdown-open .select2-choice .select2-arrow b {\\n background-position: -16px 1px;\\n}\\n\\n.select2-hidden-accessible {\\n border: 0;\\n clip: rect(0 0 0 0);\\n height: 1px;\\n margin: -1px;\\n overflow: hidden;\\n padding: 0;\\n position: absolute;\\n width: 1px;\\n}\\n\\n/* results */\\n.select2-results {\\n max-height: 200px;\\n padding: 0 0 0 4px;\\n margin: 4px 4px 4px 0;\\n position: relative;\\n overflow-x: hidden;\\n overflow-y: auto;\\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-results {\\n padding: 0 4px 0 0;\\n margin: 4px 0 4px 4px;\\n}\\n\\n.select2-results ul.select2-result-sub {\\n margin: 0;\\n padding-left: 0;\\n}\\n\\n.select2-results li {\\n list-style: none;\\n display: list-item;\\n background-image: none;\\n}\\n\\n.select2-results li.select2-result-with-children > .select2-result-label {\\n font-weight: bold;\\n}\\n\\n.select2-results .select2-result-label {\\n padding: 3px 7px 4px;\\n margin: 0;\\n cursor: pointer;\\n\\n min-height: 1em;\\n\\n -webkit-touch-callout: none;\\n -webkit-user-select: none;\\n -moz-user-select: none;\\n -ms-user-select: none;\\n user-select: none;\\n}\\n\\n.select2-results-dept-1 .select2-result-label { padding-left: 20px }\\n.select2-results-dept-2 .select2-result-label { padding-left: 40px }\\n.select2-results-dept-3 .select2-result-label { padding-left: 60px }\\n.select2-results-dept-4 .select2-result-label { padding-left: 80px }\\n.select2-results-dept-5 .select2-result-label { padding-left: 100px }\\n.select2-results-dept-6 .select2-result-label { padding-left: 110px }\\n.select2-results-dept-7 .select2-result-label { padding-left: 120px }\\n\\n.select2-results .select2-highlighted {\\n background: #3875d7;\\n color: #fff;\\n}\\n\\n.select2-results li em {\\n background: #feffde;\\n font-style: normal;\\n}\\n\\n.select2-results .select2-highlighted em {\\n background: transparent;\\n}\\n\\n.select2-results .select2-highlighted ul {\\n background: #fff;\\n color: #000;\\n}\\n\\n.select2-results .select2-no-results,\\n.select2-results .select2-searching,\\n.select2-results .select2-ajax-error,\\n.select2-results .select2-selection-limit {\\n background: #f4f4f4;\\n display: list-item;\\n padding-left: 5px;\\n}\\n\\n/*\\ndisabled look for disabled choices in the results dropdown\\n*/\\n.select2-results .select2-disabled.select2-highlighted {\\n color: #666;\\n background: #f4f4f4;\\n display: list-item;\\n cursor: default;\\n}\\n.select2-results .select2-disabled {\\n background: #f4f4f4;\\n display: list-item;\\n cursor: default;\\n}\\n\\n.select2-results .select2-selected {\\n display: none;\\n}\\n\\n.select2-more-results.select2-active {\\n background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;\\n}\\n\\n.select2-results .select2-ajax-error {\\n background: rgba(255, 50, 50, .2);\\n}\\n\\n.select2-more-results {\\n background: #f4f4f4;\\n display: list-item;\\n}\\n\\n/* disabled styles */\\n\\n.select2-container.select2-container-disabled .select2-choice {\\n background-color: #f4f4f4;\\n background-image: none;\\n border: 1px solid #ddd;\\n cursor: default;\\n}\\n\\n.select2-container.select2-container-disabled .select2-choice .select2-arrow {\\n background-color: #f4f4f4;\\n background-image: none;\\n border-left: 0;\\n}\\n\\n.select2-container.select2-container-disabled .select2-choice abbr {\\n display: none;\\n}\\n\\n\\n/* multiselect */\\n\\n.select2-container-multi .select2-choices {\\n height: auto !important;\\n height: 1%;\\n margin: 0;\\n padding: 0 5px 0 0;\\n position: relative;\\n\\n border: 1px solid #aaa;\\n cursor: text;\\n overflow: hidden;\\n\\n background-color: #fff;\\n background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));\\n background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);\\n background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);\\n background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-container-multi .select2-choices {\\n padding: 0 0 0 5px;\\n}\\n\\n.select2-locked {\\n padding: 3px 5px 3px 5px !important;\\n}\\n\\n.select2-container-multi .select2-choices {\\n min-height: 26px;\\n}\\n\\n.select2-container-multi.select2-container-active .select2-choices {\\n border: 1px solid #5897fb;\\n outline: none;\\n\\n -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);\\n box-shadow: 0 0 5px rgba(0, 0, 0, .3);\\n}\\n.select2-container-multi .select2-choices li {\\n float: left;\\n list-style: none;\\n}\\nhtml[dir=\\\"rtl\\\"] .select2-container-multi .select2-choices li\\n{\\n float: right;\\n}\\n.select2-container-multi .select2-choices .select2-search-field {\\n margin: 0;\\n padding: 0;\\n white-space: nowrap;\\n}\\n\\n.select2-container-multi .select2-choices .select2-search-field input {\\n padding: 5px;\\n margin: 1px 0;\\n\\n font-family: sans-serif;\\n font-size: 100%;\\n color: #666;\\n outline: 0;\\n border: 0;\\n -webkit-box-shadow: none;\\n box-shadow: none;\\n background: transparent !important;\\n}\\n\\n.select2-container-multi .select2-choices .select2-search-field input.select2-active {\\n background: #fff url('select2-spinner.gif') no-repeat 100% !important;\\n}\\n\\n.select2-default {\\n color: #999 !important;\\n}\\n\\n.select2-container-multi .select2-choices .select2-search-choice {\\n padding: 3px 5px 3px 18px;\\n margin: 3px 0 3px 5px;\\n position: relative;\\n\\n line-height: 13px;\\n color: #333;\\n cursor: default;\\n border: 1px solid #aaaaaa;\\n\\n border-radius: 3px;\\n\\n -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);\\n box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);\\n\\n background-clip: padding-box;\\n\\n -webkit-touch-callout: none;\\n -webkit-user-select: none;\\n -moz-user-select: none;\\n -ms-user-select: none;\\n user-select: none;\\n\\n background-color: #e4e4e4;\\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);\\n background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));\\n background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\\n background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\\n background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\\n}\\nhtml[dir=\\\"rtl\\\"] .select2-container-multi .select2-choices .select2-search-choice\\n{\\n margin: 3px 5px 3px 0;\\n padding: 3px 18px 3px 5px;\\n}\\n.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {\\n cursor: default;\\n}\\n.select2-container-multi .select2-choices .select2-search-choice-focus {\\n background: #d4d4d4;\\n}\\n\\n.select2-search-choice-close {\\n display: block;\\n width: 12px;\\n height: 13px;\\n position: absolute;\\n right: 3px;\\n top: 4px;\\n\\n font-size: 1px;\\n outline: none;\\n background: url('select2.png') right top no-repeat;\\n}\\nhtml[dir=\\\"rtl\\\"] .select2-search-choice-close {\\n right: auto;\\n left: 3px;\\n}\\n\\n.select2-container-multi .select2-search-choice-close {\\n left: 3px;\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-container-multi .select2-search-choice-close {\\n left: auto;\\n right: 2px;\\n}\\n\\n.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {\\n background-position: right -11px;\\n}\\n.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {\\n background-position: right -11px;\\n}\\n\\n/* disabled styles */\\n.select2-container-multi.select2-container-disabled .select2-choices {\\n background-color: #f4f4f4;\\n background-image: none;\\n border: 1px solid #ddd;\\n cursor: default;\\n}\\n\\n.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {\\n padding: 3px 5px 3px 5px;\\n border: 1px solid #ddd;\\n background-image: none;\\n background-color: #f4f4f4;\\n}\\n\\n.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close { display: none;\\n background: none;\\n}\\n/* end multiselect */\\n\\n\\n.select2-result-selectable .select2-match,\\n.select2-result-unselectable .select2-match {\\n text-decoration: underline;\\n}\\n\\n.select2-offscreen, .select2-offscreen:focus {\\n clip: rect(0 0 0 0) !important;\\n width: 1px !important;\\n height: 1px !important;\\n border: 0 !important;\\n margin: 0 !important;\\n padding: 0 !important;\\n overflow: hidden !important;\\n position: absolute !important;\\n outline: 0 !important;\\n left: 0px !important;\\n top: 0px !important;\\n}\\n\\n.select2-display-none {\\n display: none;\\n}\\n\\n.select2-measure-scrollbar {\\n position: absolute;\\n top: -10000px;\\n left: -10000px;\\n width: 100px;\\n height: 100px;\\n overflow: scroll;\\n}\\n\\n/* Retina-ize icons */\\n\\n@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {\\n .select2-search input,\\n .select2-search-choice-close,\\n .select2-container .select2-choice abbr,\\n .select2-container .select2-choice .select2-arrow b {\\n background-image: url('select2x2.png') !important;\\n background-repeat: no-repeat !important;\\n background-size: 60px 40px !important;\\n }\\n\\n .select2-search input {\\n background-position: 100% -21px !important;\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `/**\n * Strengthify - show the weakness of a password (uses zxcvbn for this)\n * https://github.com/MorrisJobke/strengthify\n * Version: 0.5.9\n * License: The MIT License (MIT)\n * Copyright (c) 2013-2020 Morris Jobke \n */\n\n.strengthify-wrapper {\n position: relative;\n}\n\n.strengthify-wrapper > * {\n\t-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n\tfilter: alpha(opacity=0);\n\topacity: 0;\n\t-webkit-transition:all .5s ease-in-out;\n\t-moz-transition:all .5s ease-in-out;\n\ttransition:all .5s ease-in-out;\n}\n\n.strengthify-bg, .strengthify-container, .strengthify-separator {\n\theight: 3px;\n}\n\n.strengthify-bg, .strengthify-container {\n\tdisplay: block;\n\tposition: absolute;\n\twidth: 100%;\n}\n\n.strengthify-bg {\n\tbackground-color: #BBB;\n}\n\n.strengthify-separator {\n\tdisplay: inline-block;\n\tposition: absolute;\n\tbackground-color: #FFF;\n\twidth: 1px;\n\tz-index: 10;\n}\n\n.password-bad {\n\tbackground-color: #C33;\n}\n.password-medium {\n\tbackground-color: #F80;\n}\n.password-good {\n\tbackground-color: #3C3;\n}\n\ndiv[data-strengthifyMessage] {\n padding: 3px 8px;\n}\n\n.strengthify-tiles{\n\tfloat: right;\n}\n`, \"\",{\"version\":3,\"sources\":[\"webpack://./node_modules/strengthify/strengthify.css\"],\"names\":[],\"mappings\":\"AAAA;;;;;;EAME;;AAEF;IACI,kBAAkB;AACtB;;AAEA;CACC,+DAA+D;CAC/D,wBAAwB;CACxB,UAAU;CACV,sCAAsC;CACtC,mCAAmC;CACnC,8BAA8B;AAC/B;;AAEA;CACC,WAAW;AACZ;;AAEA;CACC,cAAc;CACd,kBAAkB;CAClB,WAAW;AACZ;;AAEA;CACC,sBAAsB;AACvB;;AAEA;CACC,qBAAqB;CACrB,kBAAkB;CAClB,sBAAsB;CACtB,UAAU;CACV,WAAW;AACZ;;AAEA;CACC,sBAAsB;AACvB;AACA;CACC,sBAAsB;AACvB;AACA;CACC,sBAAsB;AACvB;;AAEA;IACI,gBAAgB;AACpB;;AAEA;CACC,YAAY;AACb\",\"sourcesContent\":[\"/**\\n * Strengthify - show the weakness of a password (uses zxcvbn for this)\\n * https://github.com/MorrisJobke/strengthify\\n * Version: 0.5.9\\n * License: The MIT License (MIT)\\n * Copyright (c) 2013-2020 Morris Jobke \\n */\\n\\n.strengthify-wrapper {\\n position: relative;\\n}\\n\\n.strengthify-wrapper > * {\\n\\t-ms-filter:\\\"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\\\";\\n\\tfilter: alpha(opacity=0);\\n\\topacity: 0;\\n\\t-webkit-transition:all .5s ease-in-out;\\n\\t-moz-transition:all .5s ease-in-out;\\n\\ttransition:all .5s ease-in-out;\\n}\\n\\n.strengthify-bg, .strengthify-container, .strengthify-separator {\\n\\theight: 3px;\\n}\\n\\n.strengthify-bg, .strengthify-container {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\twidth: 100%;\\n}\\n\\n.strengthify-bg {\\n\\tbackground-color: #BBB;\\n}\\n\\n.strengthify-separator {\\n\\tdisplay: inline-block;\\n\\tposition: absolute;\\n\\tbackground-color: #FFF;\\n\\twidth: 1px;\\n\\tz-index: 10;\\n}\\n\\n.password-bad {\\n\\tbackground-color: #C33;\\n}\\n.password-medium {\\n\\tbackground-color: #F80;\\n}\\n.password-good {\\n\\tbackground-color: #3C3;\\n}\\n\\ndiv[data-strengthifyMessage] {\\n padding: 3px 8px;\\n}\\n\\n.strengthify-tiles{\\n\\tfloat: right;\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.account-menu-entry__icon[data-v-2e0a74a6]{height:16px;width:16px;margin:calc((var(--default-clickable-area) - 16px)/2);filter:var(--background-invert-if-dark)}.account-menu-entry__icon--active[data-v-2e0a74a6]{filter:var(--primary-invert-if-dark)}.account-menu-entry[data-v-2e0a74a6] .list-item-content__main{width:fit-content}`, \"\",{\"version\":3,\"sources\":[\"webpack://./core/src/components/AccountMenu/AccountMenuEntry.vue\"],\"names\":[],\"mappings\":\"AAEC,2CACC,WAAA,CACA,UAAA,CACA,qDAAA,CACA,uCAAA,CAEA,mDACC,oCAAA,CAIF,8DACC,iBAAA\",\"sourcesContent\":[\"\\n.account-menu-entry {\\n\\t&__icon {\\n\\t\\theight: 16px;\\n\\t\\twidth: 16px;\\n\\t\\tmargin: calc((var(--default-clickable-area) - 16px) / 2); // 16px icon size\\n\\t\\tfilter: var(--background-invert-if-dark);\\n\\n\\t\\t&--active {\\n\\t\\t\\tfilter: var(--primary-invert-if-dark);\\n\\t\\t}\\n\\t}\\n\\n\\t:deep(.list-item-content__main) {\\n\\t\\twidth: fit-content;\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.app-menu[data-v-7661a89b]{--app-menu-entry-growth: calc(var(--default-grid-baseline) * 4);display:flex;flex:1 1;width:0}.app-menu__list[data-v-7661a89b]{display:flex;flex-wrap:nowrap;margin-inline:calc(var(--app-menu-entry-growth)/2)}.app-menu__overflow[data-v-7661a89b]{margin-block:auto}.app-menu__overflow[data-v-7661a89b] .button-vue--vue-tertiary{opacity:.7;margin:3px;filter:var(--background-image-invert-if-bright)}.app-menu__overflow[data-v-7661a89b] .button-vue--vue-tertiary:not([aria-expanded=true]){color:var(--color-background-plain-text)}.app-menu__overflow[data-v-7661a89b] .button-vue--vue-tertiary:not([aria-expanded=true]):hover{opacity:1;background-color:rgba(0,0,0,0) !important}.app-menu__overflow[data-v-7661a89b] .button-vue--vue-tertiary:focus-visible{opacity:1;outline:none !important}.app-menu__overflow-entry[data-v-7661a89b] .action-link__icon{filter:var(--background-invert-if-bright) !important}`, \"\",{\"version\":3,\"sources\":[\"webpack://./core/src/components/AppMenu.vue\"],\"names\":[],\"mappings\":\"AACA,2BAEC,+DAAA,CACA,YAAA,CACA,QAAA,CACA,OAAA,CAEA,iCACC,YAAA,CACA,gBAAA,CACA,kDAAA,CAGD,qCACC,iBAAA,CAGA,+DACC,UAAA,CACA,UAAA,CACA,+CAAA,CAGA,yFACC,wCAAA,CAEA,+FACC,SAAA,CACA,yCAAA,CAIF,6EACC,SAAA,CACA,uBAAA,CAMF,8DAEC,oDAAA\",\"sourcesContent\":[\"\\n.app-menu {\\n\\t// The size the currently focussed entry will grow to show the full name\\n\\t--app-menu-entry-growth: calc(var(--default-grid-baseline) * 4);\\n\\tdisplay: flex;\\n\\tflex: 1 1;\\n\\twidth: 0;\\n\\n\\t&__list {\\n\\t\\tdisplay: flex;\\n\\t\\tflex-wrap: nowrap;\\n\\t\\tmargin-inline: calc(var(--app-menu-entry-growth) / 2);\\n\\t}\\n\\n\\t&__overflow {\\n\\t\\tmargin-block: auto;\\n\\n\\t\\t// Adjust the overflow NcActions styles as they are directly rendered on the background\\n\\t\\t:deep(.button-vue--vue-tertiary) {\\n\\t\\t\\topacity: .7;\\n\\t\\t\\tmargin: 3px;\\n\\t\\t\\tfilter: var(--background-image-invert-if-bright);\\n\\n\\t\\t\\t/* Remove all background and align text color if not expanded */\\n\\t\\t\\t&:not([aria-expanded=\\\"true\\\"]) {\\n\\t\\t\\t\\tcolor: var(--color-background-plain-text);\\n\\n\\t\\t\\t\\t&:hover {\\n\\t\\t\\t\\t\\topacity: 1;\\n\\t\\t\\t\\t\\tbackground-color: transparent !important;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\n\\t\\t\\t&:focus-visible {\\n\\t\\t\\t\\topacity: 1;\\n\\t\\t\\t\\toutline: none !important;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\n\\t&__overflow-entry {\\n\\t\\t:deep(.action-link__icon) {\\n\\t\\t\\t// Icons are bright so invert them if bright color theme == bright background is used\\n\\t\\t\\tfilter: var(--background-invert-if-bright) !important;\\n\\t\\t}\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.app-menu-entry[data-v-22dcd4f7]{--app-menu-entry-font-size: 12px;width:var(--header-height);height:var(--header-height);position:relative}.app-menu-entry__link[data-v-22dcd4f7]{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--color-background-plain-text);width:calc(100% - 4px);height:calc(100% - 4px);margin:2px}.app-menu-entry__label[data-v-22dcd4f7]{opacity:0;position:absolute;font-size:var(--app-menu-entry-font-size);color:var(--color-background-plain-text);text-align:center;bottom:0;left:50%;top:50%;display:block;transform:translateX(-50%);max-width:100%;text-overflow:ellipsis;overflow:hidden;letter-spacing:-0.5px}.app-menu-entry__icon[data-v-22dcd4f7]{font-size:var(--app-menu-entry-font-size)}.app-menu-entry--active .app-menu-entry__label[data-v-22dcd4f7]{font-weight:bolder}.app-menu-entry--active[data-v-22dcd4f7]::before{content:\" \";position:absolute;pointer-events:none;border-bottom-color:var(--color-main-background);transform:translateX(-50%);width:10px;height:5px;border-radius:3px;background-color:var(--color-background-plain-text);left:50%;bottom:8px;display:block;transition:all var(--animation-quick) ease-in-out;opacity:1}.app-menu-entry__icon[data-v-22dcd4f7],.app-menu-entry__label[data-v-22dcd4f7]{transition:all var(--animation-quick) ease-in-out}.app-menu-entry:hover .app-menu-entry__label[data-v-22dcd4f7],.app-menu-entry:focus-within .app-menu-entry__label[data-v-22dcd4f7]{font-weight:bold}.app-menu-entry--truncated:hover .app-menu-entry__label[data-v-22dcd4f7],.app-menu-entry--truncated:focus-within .app-menu-entry__label[data-v-22dcd4f7]{max-width:calc(var(--header-height) + var(--app-menu-entry-growth))}.app-menu-entry--truncated:hover+.app-menu-entry .app-menu-entry__label[data-v-22dcd4f7],.app-menu-entry--truncated:focus-within+.app-menu-entry .app-menu-entry__label[data-v-22dcd4f7]{font-weight:normal;max-width:calc(var(--header-height) - var(--app-menu-entry-growth))}.app-menu-entry:has(+.app-menu-entry--truncated:hover) .app-menu-entry__label[data-v-22dcd4f7],.app-menu-entry:has(+.app-menu-entry--truncated:focus-within) .app-menu-entry__label[data-v-22dcd4f7]{font-weight:normal;max-width:calc(var(--header-height) - var(--app-menu-entry-growth))}`, \"\",{\"version\":3,\"sources\":[\"webpack://./core/src/components/AppMenuEntry.vue\"],\"names\":[],\"mappings\":\"AACA,iCACC,gCAAA,CACA,0BAAA,CACA,2BAAA,CACA,iBAAA,CAEA,uCACC,iBAAA,CACA,YAAA,CACA,qBAAA,CACA,kBAAA,CACA,sBAAA,CAEA,wCAAA,CAEA,sBAAA,CACA,uBAAA,CACA,UAAA,CAGD,wCACC,SAAA,CACA,iBAAA,CACA,yCAAA,CAEA,wCAAA,CACA,iBAAA,CACA,QAAA,CACA,QAAA,CACA,OAAA,CACA,aAAA,CACA,0BAAA,CACA,cAAA,CACA,sBAAA,CACA,eAAA,CACA,qBAAA,CAGD,uCACC,yCAAA,CAKA,gEACC,kBAAA,CAID,iDACC,WAAA,CACA,iBAAA,CACA,mBAAA,CACA,gDAAA,CACA,0BAAA,CACA,UAAA,CACA,UAAA,CACA,iBAAA,CACA,mDAAA,CACA,QAAA,CACA,UAAA,CACA,aAAA,CACA,iDAAA,CACA,SAAA,CAIF,+EAEC,iDAAA,CAID,mIAEC,gBAAA,CAOA,yJACC,mEAAA,CAKA,yLACC,kBAAA,CACA,mEAAA,CAQF,qMACC,kBAAA,CACA,mEAAA\",\"sourcesContent\":[\"\\n.app-menu-entry {\\n\\t--app-menu-entry-font-size: 12px;\\n\\twidth: var(--header-height);\\n\\theight: var(--header-height);\\n\\tposition: relative;\\n\\n\\t&__link {\\n\\t\\tposition: relative;\\n\\t\\tdisplay: flex;\\n\\t\\tflex-direction: column;\\n\\t\\talign-items: center;\\n\\t\\tjustify-content: center;\\n\\t\\t// Set color as this is shown directly on the background\\n\\t\\tcolor: var(--color-background-plain-text);\\n\\t\\t// Make space for focus-visible outline\\n\\t\\twidth: calc(100% - 4px);\\n\\t\\theight: calc(100% - 4px);\\n\\t\\tmargin: 2px;\\n\\t}\\n\\n\\t&__label {\\n\\t\\topacity: 0;\\n\\t\\tposition: absolute;\\n\\t\\tfont-size: var(--app-menu-entry-font-size);\\n\\t\\t// this is shown directly on the background\\n\\t\\tcolor: var(--color-background-plain-text);\\n\\t\\ttext-align: center;\\n\\t\\tbottom: 0;\\n\\t\\tleft: 50%;\\n\\t\\ttop: 50%;\\n\\t\\tdisplay: block;\\n\\t\\ttransform: translateX(-50%);\\n\\t\\tmax-width: 100%;\\n\\t\\ttext-overflow: ellipsis;\\n\\t\\toverflow: hidden;\\n\\t\\tletter-spacing: -0.5px;\\n\\t}\\n\\n\\t&__icon {\\n\\t\\tfont-size: var(--app-menu-entry-font-size);\\n\\t}\\n\\n\\t&--active {\\n\\t\\t// When hover or focus, show the label and make it bolder than the other entries\\n\\t\\t.app-menu-entry__label {\\n\\t\\t\\tfont-weight: bolder;\\n\\t\\t}\\n\\n\\t\\t// When active show a line below the entry as an \\\"active\\\" indicator\\n\\t\\t&::before {\\n\\t\\t\\tcontent: \\\" \\\";\\n\\t\\t\\tposition: absolute;\\n\\t\\t\\tpointer-events: none;\\n\\t\\t\\tborder-bottom-color: var(--color-main-background);\\n\\t\\t\\ttransform: translateX(-50%);\\n\\t\\t\\twidth: 10px;\\n\\t\\t\\theight: 5px;\\n\\t\\t\\tborder-radius: 3px;\\n\\t\\t\\tbackground-color: var(--color-background-plain-text);\\n\\t\\t\\tleft: 50%;\\n\\t\\t\\tbottom: 8px;\\n\\t\\t\\tdisplay: block;\\n\\t\\t\\ttransition: all var(--animation-quick) ease-in-out;\\n\\t\\t\\topacity: 1;\\n\\t\\t}\\n\\t}\\n\\n\\t&__icon,\\n\\t&__label {\\n\\t\\ttransition: all var(--animation-quick) ease-in-out;\\n\\t}\\n\\n\\t// Make the hovered entry bold to see that it is hovered\\n\\t&:hover .app-menu-entry__label,\\n\\t&:focus-within .app-menu-entry__label {\\n\\t\\tfont-weight: bold;\\n\\t}\\n\\n\\t// Adjust the width when an entry is focussed\\n\\t// The focussed / hovered entry should grow, while both neighbors need to shrink\\n\\t&--truncated:hover,\\n\\t&--truncated:focus-within {\\n\\t\\t.app-menu-entry__label {\\n\\t\\t\\tmax-width: calc(var(--header-height) + var(--app-menu-entry-growth));\\n\\t\\t}\\n\\n\\t\\t// The next entry needs to shrink half the growth\\n\\t\\t+ .app-menu-entry {\\n\\t\\t\\t.app-menu-entry__label {\\n\\t\\t\\t\\tfont-weight: normal;\\n\\t\\t\\t\\tmax-width: calc(var(--header-height) - var(--app-menu-entry-growth));\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\n\\t// The previous entry needs to shrink half the growth\\n\\t&:has(+ .app-menu-entry--truncated:hover),\\n\\t&:has(+ .app-menu-entry--truncated:focus-within) {\\n\\t\\t.app-menu-entry__label {\\n\\t\\t\\tfont-weight: normal;\\n\\t\\t\\tmax-width: calc(var(--header-height) - var(--app-menu-entry-growth));\\n\\t\\t}\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.app-menu-entry:hover .app-menu-entry__icon,.app-menu-entry:focus-within .app-menu-entry__icon,.app-menu__list:hover .app-menu-entry__icon,.app-menu__list:focus-within .app-menu-entry__icon{margin-block-end:1lh}.app-menu-entry:hover .app-menu-entry__label,.app-menu-entry:focus-within .app-menu-entry__label,.app-menu__list:hover .app-menu-entry__label,.app-menu__list:focus-within .app-menu-entry__label{opacity:1}.app-menu-entry:hover .app-menu-entry--active::before,.app-menu-entry:focus-within .app-menu-entry--active::before,.app-menu__list:hover .app-menu-entry--active::before,.app-menu__list:focus-within .app-menu-entry--active::before{opacity:0}.app-menu-entry:hover .app-menu-icon__unread,.app-menu-entry:focus-within .app-menu-icon__unread,.app-menu__list:hover .app-menu-icon__unread,.app-menu__list:focus-within .app-menu-icon__unread{opacity:0}`, \"\",{\"version\":3,\"sources\":[\"webpack://./core/src/components/AppMenuEntry.vue\"],\"names\":[],\"mappings\":\"AAOC,8LACC,oBAAA,CAID,kMACC,SAAA,CAID,sOACC,SAAA,CAGD,kMACC,SAAA\",\"sourcesContent\":[\"\\n// Showing the label\\n.app-menu-entry:hover,\\n.app-menu-entry:focus-within,\\n.app-menu__list:hover,\\n.app-menu__list:focus-within {\\n\\t// Move icon up so that the name does not overflow the icon\\n\\t.app-menu-entry__icon {\\n\\t\\tmargin-block-end: 1lh;\\n\\t}\\n\\n\\t// Make the label visible\\n\\t.app-menu-entry__label {\\n\\t\\topacity: 1;\\n\\t}\\n\\n\\t// Hide indicator when the text is shown\\n\\t.app-menu-entry--active::before {\\n\\t\\topacity: 0;\\n\\t}\\n\\n\\t.app-menu-icon__unread {\\n\\t\\topacity: 0;\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.app-menu-icon[data-v-e7078f90]{box-sizing:border-box;position:relative;height:20px;width:20px}.app-menu-icon__icon[data-v-e7078f90]{transition:margin .1s ease-in-out;height:20px;width:20px;filter:var(--background-image-invert-if-bright)}.app-menu-icon__unread[data-v-e7078f90]{color:var(--color-error);position:absolute;inset-block-end:15px;inset-inline-end:-5px;transition:all .1s ease-in-out}`, \"\",{\"version\":3,\"sources\":[\"webpack://./core/src/components/AppMenuIcon.vue\"],\"names\":[],\"mappings\":\"AAIA,gCACC,qBAAA,CACA,iBAAA,CAEA,WAPW,CAQX,UARW,CAUX,sCACC,iCAAA,CACA,WAZU,CAaV,UAbU,CAcV,+CAAA,CAGD,wCACC,wBAAA,CACA,iBAAA,CAEA,oBAAA,CACA,qBAAA,CACA,8BAAA\",\"sourcesContent\":[\"\\n$icon-size: 20px;\\n$unread-indicator-size: 10px;\\n\\n.app-menu-icon {\\n\\tbox-sizing: border-box;\\n\\tposition: relative;\\n\\n\\theight: $icon-size;\\n\\twidth: $icon-size;\\n\\n\\t&__icon {\\n\\t\\ttransition: margin 0.1s ease-in-out;\\n\\t\\theight: $icon-size;\\n\\t\\twidth: $icon-size;\\n\\t\\tfilter: var(--background-image-invert-if-bright);\\n\\t}\\n\\n\\t&__unread {\\n\\t\\tcolor: var(--color-error);\\n\\t\\tposition: absolute;\\n\\t\\t// Align the dot to the top right corner of the icon\\n\\t\\tinset-block-end: calc($icon-size + ($unread-indicator-size / -2));\\n\\t\\tinset-inline-end: calc($unread-indicator-size / -2);\\n\\t\\ttransition: all 0.1s ease-in-out;\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.contact[data-v-0ba3e584]{display:flex;position:relative;align-items:center;padding:3px 3px 3px 10px}.contact__action__icon[data-v-0ba3e584]{width:20px;height:20px;padding:12px;filter:var(--background-invert-if-dark)}.contact__avatar[data-v-0ba3e584]{display:inherit}.contact__body[data-v-0ba3e584]{flex-grow:1;padding-left:10px;margin-left:10px;min-width:0}.contact__body div[data-v-0ba3e584]{position:relative;width:100%;overflow-x:hidden;text-overflow:ellipsis;margin:-1px 0}.contact__body div[data-v-0ba3e584]:first-of-type{margin-top:0}.contact__body div[data-v-0ba3e584]:last-of-type{margin-bottom:0}.contact__body__last-message[data-v-0ba3e584],.contact__body__status-message[data-v-0ba3e584],.contact__body__email-address[data-v-0ba3e584]{color:var(--color-text-maxcontrast)}.contact__body[data-v-0ba3e584]:focus-visible{box-shadow:0 0 0 4px var(--color-main-background) !important;outline:2px solid var(--color-main-text) !important}.contact .other-actions[data-v-0ba3e584]{width:16px;height:16px;cursor:pointer}.contact .other-actions img[data-v-0ba3e584]{filter:var(--background-invert-if-dark)}.contact button.other-actions[data-v-0ba3e584]{width:44px}.contact button.other-actions[data-v-0ba3e584]:focus{border-color:rgba(0,0,0,0);box-shadow:0 0 0 2px var(--color-main-text)}.contact button.other-actions[data-v-0ba3e584]:focus-visible{border-radius:var(--border-radius-pill)}.contact .menu[data-v-0ba3e584]{top:47px;margin-right:13px}.contact .popovermenu[data-v-0ba3e584]::after{right:2px}`, \"\",{\"version\":3,\"sources\":[\"webpack://./core/src/components/ContactsMenu/Contact.vue\"],\"names\":[],\"mappings\":\"AACA,0BACC,YAAA,CACA,iBAAA,CACA,kBAAA,CACA,wBAAA,CAGC,wCACC,UAAA,CACA,WAAA,CACA,YAAA,CACA,uCAAA,CAOF,kCACC,eAAA,CAGD,gCACC,WAAA,CACA,iBAAA,CACA,gBAAA,CACA,WAAA,CAEA,oCACC,iBAAA,CACA,UAAA,CACA,iBAAA,CACA,sBAAA,CACA,aAAA,CAED,kDACC,YAAA,CAED,iDACC,eAAA,CAGD,6IACC,mCAAA,CAGD,8CACC,4DAAA,CACA,mDAAA,CAIF,yCACC,UAAA,CACA,WAAA,CACA,cAAA,CAEA,6CACC,uCAAA,CAIF,+CACC,UAAA,CAEA,qDACC,0BAAA,CACA,2CAAA,CAGD,6DACC,uCAAA,CAKF,gCACC,QAAA,CACA,iBAAA,CAGD,8CACC,SAAA\",\"sourcesContent\":[\"\\n.contact {\\n\\tdisplay: flex;\\n\\tposition: relative;\\n\\talign-items: center;\\n\\tpadding: 3px 3px 3px 10px;\\n\\n\\t&__action {\\n\\t\\t&__icon {\\n\\t\\t\\twidth: 20px;\\n\\t\\t\\theight: 20px;\\n\\t\\t\\tpadding: 12px;\\n\\t\\t\\tfilter: var(--background-invert-if-dark);\\n\\t\\t}\\n\\t}\\n\\n\\t&__avatar-wrapper {\\n\\t}\\n\\n\\t&__avatar {\\n\\t\\tdisplay: inherit;\\n\\t}\\n\\n\\t&__body {\\n\\t\\tflex-grow: 1;\\n\\t\\tpadding-left: 10px;\\n\\t\\tmargin-left: 10px;\\n\\t\\tmin-width: 0;\\n\\n\\t\\tdiv {\\n\\t\\t\\tposition: relative;\\n\\t\\t\\twidth: 100%;\\n\\t\\t\\toverflow-x: hidden;\\n\\t\\t\\ttext-overflow: ellipsis;\\n\\t\\t\\tmargin: -1px 0;\\n\\t\\t}\\n\\t\\tdiv:first-of-type {\\n\\t\\t\\tmargin-top: 0;\\n\\t\\t}\\n\\t\\tdiv:last-of-type {\\n\\t\\t\\tmargin-bottom: 0;\\n\\t\\t}\\n\\n\\t\\t&__last-message, &__status-message, &__email-address {\\n\\t\\t\\tcolor: var(--color-text-maxcontrast);\\n\\t\\t}\\n\\n\\t\\t&:focus-visible {\\n\\t\\t\\tbox-shadow: 0 0 0 4px var(--color-main-background) !important;\\n\\t\\t\\toutline: 2px solid var(--color-main-text) !important;\\n\\t\\t}\\n\\t}\\n\\n\\t.other-actions {\\n\\t\\twidth: 16px;\\n\\t\\theight: 16px;\\n\\t\\tcursor: pointer;\\n\\n\\t\\timg {\\n\\t\\t\\tfilter: var(--background-invert-if-dark);\\n\\t\\t}\\n\\t}\\n\\n\\tbutton.other-actions {\\n\\t\\twidth: 44px;\\n\\n\\t\\t&:focus {\\n\\t\\t\\tborder-color: transparent;\\n\\t\\t\\tbox-shadow: 0 0 0 2px var(--color-main-text);\\n\\t\\t}\\n\\n\\t\\t&:focus-visible {\\n\\t\\t\\tborder-radius: var(--border-radius-pill);\\n\\t\\t}\\n\\t}\\n\\n\\t/* actions menu */\\n\\t.menu {\\n\\t\\ttop: 47px;\\n\\t\\tmargin-right: 13px;\\n\\t}\\n\\n\\t.popovermenu::after {\\n\\t\\tright: 2px;\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `[data-v-a886d77a] #header-menu-user-menu{padding:0 !important}.account-menu[data-v-a886d77a] button{opacity:1 !important}.account-menu[data-v-a886d77a] button:focus-visible .account-menu__avatar{border:var(--border-width-input-focused) solid var(--color-background-plain-text)}.account-menu[data-v-a886d77a] .header-menu__content{width:fit-content !important}.account-menu__avatar[data-v-a886d77a]:hover{border:var(--border-width-input-focused) solid var(--color-background-plain-text)}.account-menu__list[data-v-a886d77a]{display:inline-flex;flex-direction:column;padding-block:var(--default-grid-baseline) 0;padding-inline:0 var(--default-grid-baseline)}.account-menu__list[data-v-a886d77a]> li{box-sizing:border-box;flex:0 1}`, \"\",{\"version\":3,\"sources\":[\"webpack://./core/src/views/AccountMenu.vue\"],\"names\":[],\"mappings\":\"AACA,yCACC,oBAAA,CAIA,sCAGC,oBAAA,CAKC,0EACC,iFAAA,CAMH,qDACC,4BAAA,CAIA,6CAEC,iFAAA,CAIF,qCACC,mBAAA,CACA,qBAAA,CACA,4CAAA,CACA,6CAAA,CAEA,yCACC,qBAAA,CAEA,QAAA\",\"sourcesContent\":[\"\\n:deep(#header-menu-user-menu) {\\n\\tpadding: 0 !important;\\n}\\n\\n.account-menu {\\n\\t:deep(button) {\\n\\t\\t// Normally header menus are slightly translucent when not active\\n\\t\\t// this is generally ok but for the avatar this is weird so fix the opacity\\n\\t\\topacity: 1 !important;\\n\\n\\t\\t// The avatar is just the \\\"icon\\\" of the button\\n\\t\\t// So we add the focus-visible manually\\n\\t\\t&:focus-visible {\\n\\t\\t\\t.account-menu__avatar {\\n\\t\\t\\t\\tborder: var(--border-width-input-focused) solid var(--color-background-plain-text);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\n\\t// Ensure we do not wast space, as the header menu sets a default width of 350px\\n\\t:deep(.header-menu__content) {\\n\\t\\twidth: fit-content !important;\\n\\t}\\n\\n\\t&__avatar {\\n\\t\\t&:hover {\\n\\t\\t\\t// Add hover styles similar to the focus-visible style\\n\\t\\t\\tborder: var(--border-width-input-focused) solid var(--color-background-plain-text);\\n\\t\\t}\\n\\t}\\n\\n\\t&__list {\\n\\t\\tdisplay: inline-flex;\\n\\t\\tflex-direction: column;\\n\\t\\tpadding-block: var(--default-grid-baseline) 0;\\n\\t\\tpadding-inline: 0 var(--default-grid-baseline);\\n\\n\\t\\t> :deep(li) {\\n\\t\\t\\tbox-sizing: border-box;\\n\\t\\t\\t// basically \\\"fit-content\\\"\\n\\t\\t\\tflex: 0 1;\\n\\t\\t}\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.contactsmenu[data-v-455d0c6a]{overflow-y:hidden}.contactsmenu__trigger-icon[data-v-455d0c6a]{color:var(--color-background-plain-text) !important}.contactsmenu__menu[data-v-455d0c6a]{display:flex;flex-direction:column;overflow:hidden;height:328px;max-height:inherit}.contactsmenu__menu label[for=contactsmenu__menu__search][data-v-455d0c6a]{font-weight:bold;font-size:19px;margin-left:13px}.contactsmenu__menu__input-wrapper[data-v-455d0c6a]{padding:10px;z-index:2;top:0}.contactsmenu__menu__search[data-v-455d0c6a]{width:100%;height:34px;margin-top:0 !important}.contactsmenu__menu__content[data-v-455d0c6a]{overflow-y:auto;margin-top:10px;flex:1 1 auto}.contactsmenu__menu__content__footer[data-v-455d0c6a]{display:flex;flex-direction:column;align-items:center}.contactsmenu__menu a[data-v-455d0c6a]:focus-visible{box-shadow:inset 0 0 0 2px var(--color-main-text) !important}.contactsmenu[data-v-455d0c6a] .empty-content{margin:0 !important}`, \"\",{\"version\":3,\"sources\":[\"webpack://./core/src/views/ContactsMenu.vue\"],\"names\":[],\"mappings\":\"AACA,+BACC,iBAAA,CAEA,6CACC,mDAAA,CAGD,qCACC,YAAA,CACA,qBAAA,CACA,eAAA,CACA,YAAA,CACA,kBAAA,CAEA,2EACC,gBAAA,CACA,cAAA,CACA,gBAAA,CAGD,oDACC,YAAA,CACA,SAAA,CACA,KAAA,CAGD,6CACC,UAAA,CACA,WAAA,CACA,uBAAA,CAGD,8CACC,eAAA,CACA,eAAA,CACA,aAAA,CAEA,sDACC,YAAA,CACA,qBAAA,CACA,kBAAA,CAKD,qDACC,4DAAA,CAKH,8CACC,mBAAA\",\"sourcesContent\":[\"\\n.contactsmenu {\\n\\toverflow-y: hidden;\\n\\n\\t&__trigger-icon {\\n\\t\\tcolor: var(--color-background-plain-text) !important;\\n\\t}\\n\\n\\t&__menu {\\n\\t\\tdisplay: flex;\\n\\t\\tflex-direction: column;\\n\\t\\toverflow: hidden;\\n\\t\\theight: calc(50px * 6 + 2px + 26px);\\n\\t\\tmax-height: inherit;\\n\\n\\t\\tlabel[for=\\\"contactsmenu__menu__search\\\"] {\\n\\t\\t\\tfont-weight: bold;\\n\\t\\t\\tfont-size: 19px;\\n\\t\\t\\tmargin-left: 13px;\\n\\t\\t}\\n\\n\\t\\t&__input-wrapper {\\n\\t\\t\\tpadding: 10px;\\n\\t\\t\\tz-index: 2;\\n\\t\\t\\ttop: 0;\\n\\t\\t}\\n\\n\\t\\t&__search {\\n\\t\\t\\twidth: 100%;\\n\\t\\t\\theight: 34px;\\n\\t\\t\\tmargin-top: 0!important;\\n\\t\\t}\\n\\n\\t\\t&__content {\\n\\t\\t\\toverflow-y: auto;\\n\\t\\t\\tmargin-top: 10px;\\n\\t\\t\\tflex: 1 1 auto;\\n\\n\\t\\t\\t&__footer {\\n\\t\\t\\t\\tdisplay: flex;\\n\\t\\t\\t\\tflex-direction: column;\\n\\t\\t\\t\\talign-items: center;\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\ta {\\n\\t\\t\\t&:focus-visible {\\n\\t\\t\\t\\tbox-shadow: inset 0 0 0 2px var(--color-main-text) !important; // override rule in core/css/headers.scss #header a:focus-visible\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\n\\t:deep(.empty-content) {\\n\\t\\tmargin: 0 !important;\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","/*\n * vim: expandtab shiftwidth=4 softtabstop=4\n */\n\n/* global dav */\nvar dav = dav || {}\n\ndav._XML_CHAR_MAP = {\n '<': '<',\n '>': '>',\n '&': '&',\n '\"': '"',\n \"'\": '''\n};\n\ndav._escapeXml = function(s) {\n return s.replace(/[<>&\"']/g, function (ch) {\n return dav._XML_CHAR_MAP[ch];\n });\n};\n\ndav.Client = function(options) {\n var i;\n for(i in options) {\n this[i] = options[i];\n }\n\n};\n\ndav.Client.prototype = {\n\n baseUrl : null,\n\n userName : null,\n\n password : null,\n\n\n xmlNamespaces : {\n 'DAV:' : 'd'\n },\n\n /**\n * Generates a propFind request.\n *\n * @param {string} url Url to do the propfind request on\n * @param {Array} properties List of properties to retrieve.\n * @param {string} depth \"0\", \"1\" or \"infinity\"\n * @param {Object} [headers] headers\n * @return {Promise}\n */\n propFind : function(url, properties, depth, headers) {\n\n if(typeof depth === \"undefined\") {\n depth = '0';\n }\n\n // depth header must be a string, in case a number was passed in\n depth = '' + depth;\n\n headers = headers || {};\n\n headers['Depth'] = depth;\n headers['Content-Type'] = 'application/xml; charset=utf-8';\n\n var body =\n '\\n' +\n '\\n';\n\n for(var ii in properties) {\n if (!properties.hasOwnProperty(ii)) {\n continue;\n }\n\n var property = this.parseClarkNotation(properties[ii]);\n if (this.xmlNamespaces[property.namespace]) {\n body+=' <' + this.xmlNamespaces[property.namespace] + ':' + property.name + ' />\\n';\n } else {\n body+=' \\n';\n }\n\n }\n body+=' \\n';\n body+='';\n\n return this.request('PROPFIND', url, headers, body).then(\n function(result) {\n\n if (depth === '0') {\n return {\n status: result.status,\n body: result.body[0],\n xhr: result.xhr\n };\n } else {\n return {\n status: result.status,\n body: result.body,\n xhr: result.xhr\n };\n }\n\n }.bind(this)\n );\n\n },\n\n /**\n * Renders a \"d:set\" block for the given properties.\n *\n * @param {Object.} properties\n * @return {String} XML \"\" block\n */\n _renderPropSet: function(properties) {\n var body = ' \\n' +\n ' \\n';\n\n for(var ii in properties) {\n if (!properties.hasOwnProperty(ii)) {\n continue;\n }\n\n var property = this.parseClarkNotation(ii);\n var propName;\n var propValue = properties[ii];\n if (this.xmlNamespaces[property.namespace]) {\n propName = this.xmlNamespaces[property.namespace] + ':' + property.name;\n } else {\n propName = 'x:' + property.name + ' xmlns:x=\"' + property.namespace + '\"';\n }\n\n // FIXME: hard-coded for now until we allow properties to\n // specify whether to be escaped or not\n if (propName !== 'd:resourcetype') {\n propValue = dav._escapeXml(propValue);\n }\n body += ' <' + propName + '>' + propValue + '\\n';\n }\n body +=' \\n';\n body +=' \\n';\n return body;\n },\n\n /**\n * Generates a propPatch request.\n *\n * @param {string} url Url to do the proppatch request on\n * @param {Object.} properties List of properties to store.\n * @param {Object} [headers] headers\n * @return {Promise}\n */\n propPatch : function(url, properties, headers) {\n headers = headers || {};\n\n headers['Content-Type'] = 'application/xml; charset=utf-8';\n\n var body =\n '\\n' +\n '} [properties] list of properties to store.\n * @param {Object} [headers] headers\n * @return {Promise}\n */\n mkcol : function(url, properties, headers) {\n var body = '';\n headers = headers || {};\n headers['Content-Type'] = 'application/xml; charset=utf-8';\n\n if (properties) {\n body =\n '\\n' +\n ' 0) {\n var subNodes = [];\n // filter out text nodes\n for (var j = 0; j < propNode.childNodes.length; j++) {\n var node = propNode.childNodes[j];\n if (node.nodeType === 1) {\n subNodes.push(node);\n }\n }\n if (subNodes.length) {\n content = subNodes;\n }\n }\n\n return content || propNode.textContent || propNode.text || '';\n },\n\n /**\n * Parses a multi-status response body.\n *\n * @param {string} xmlBody\n * @param {Array}\n */\n parseMultiStatus : function(xmlBody) {\n\n var parser = new DOMParser();\n var doc = parser.parseFromString(xmlBody, \"application/xml\");\n\n var resolver = function(foo) {\n var ii;\n for(ii in this.xmlNamespaces) {\n if (this.xmlNamespaces[ii] === foo) {\n return ii;\n }\n }\n }.bind(this);\n\n var responseIterator = doc.evaluate('/d:multistatus/d:response', doc, resolver, XPathResult.ANY_TYPE, null);\n\n var result = [];\n var responseNode = responseIterator.iterateNext();\n\n while(responseNode) {\n\n var response = {\n href : null,\n propStat : []\n };\n\n response.href = doc.evaluate('string(d:href)', responseNode, resolver, XPathResult.ANY_TYPE, null).stringValue;\n\n var propStatIterator = doc.evaluate('d:propstat', responseNode, resolver, XPathResult.ANY_TYPE, null);\n var propStatNode = propStatIterator.iterateNext();\n\n while(propStatNode) {\n var propStat = {\n status : doc.evaluate('string(d:status)', propStatNode, resolver, XPathResult.ANY_TYPE, null).stringValue,\n properties : {},\n };\n\n var propIterator = doc.evaluate('d:prop/*', propStatNode, resolver, XPathResult.ANY_TYPE, null);\n\n var propNode = propIterator.iterateNext();\n while(propNode) {\n var content = this._parsePropNode(propNode);\n propStat.properties['{' + propNode.namespaceURI + '}' + propNode.localName] = content;\n propNode = propIterator.iterateNext();\n\n }\n response.propStat.push(propStat);\n propStatNode = propStatIterator.iterateNext();\n\n\n }\n\n result.push(response);\n responseNode = responseIterator.iterateNext();\n\n }\n\n return result;\n\n },\n\n /**\n * Takes a relative url, and maps it to an absolute url, using the baseUrl\n *\n * @param {string} url\n * @return {string}\n */\n resolveUrl : function(url) {\n\n // Note: this is rudamentary.. not sure yet if it handles every case.\n if (/^https?:\\/\\//i.test(url)) {\n // absolute\n return url;\n }\n\n var baseParts = this.parseUrl(this.baseUrl);\n if (url.charAt('/')) {\n // Url starts with a slash\n return baseParts.root + url;\n }\n\n // Url does not start with a slash, we need grab the base url right up until the last slash.\n var newUrl = baseParts.root + '/';\n if (baseParts.path.lastIndexOf('/')!==-1) {\n newUrl = newUrl = baseParts.path.subString(0, baseParts.path.lastIndexOf('/')) + '/';\n }\n newUrl+=url;\n return url;\n\n },\n\n /**\n * Parses a url and returns its individual components.\n *\n * @param {String} url\n * @return {Object}\n */\n parseUrl : function(url) {\n\n var parts = url.match(/^(?:([A-Za-z]+):)?(\\/{0,3})([0-9.\\-A-Za-z]+)(?::(\\d+))?(?:\\/([^?#]*))?(?:\\?([^#]*))?(?:#(.*))?$/);\n var result = {\n url : parts[0],\n scheme : parts[1],\n host : parts[3],\n port : parts[4],\n path : parts[5],\n query : parts[6],\n fragment : parts[7],\n };\n result.root =\n result.scheme + '://' +\n result.host +\n (result.port ? ':' + result.port : '');\n\n return result;\n\n },\n\n parseClarkNotation : function(propertyName) {\n\n var result = propertyName.match(/^{([^}]+)}(.*)$/);\n if (!result) {\n return;\n }\n\n return {\n name : result[2],\n namespace : result[1]\n };\n\n }\n\n};\n\nif (typeof module !== 'undefined' && typeof module.exports !== 'undefined') {\n module.exports.Client = dav.Client;\n}\n","var Handlebars = require(\"../../../../node_modules/handlebars/runtime.js\");\nfunction __default(obj) { return obj && (obj.__esModule ? obj[\"default\"] : obj); }\nmodule.exports = (Handlebars[\"default\"] || Handlebars).template({\"1\":function(container,depth0,helpers,partials,data) {\n var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"\";\n},\"compiler\":[8,\">= 4.3.0\"],\"main\":function(container,depth0,helpers,partials,data) {\n var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=\"function\", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"
          • \\n\t\\n\t\t\"\n + ((stack1 = lookupProperty(helpers,\"if\").call(alias1,(depth0 != null ? lookupProperty(depth0,\"icon\") : depth0),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(1, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":3,\"column\":2},\"end\":{\"line\":3,\"column\":41}}})) != null ? stack1 : \"\")\n + \"\\n\t\t\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"title\") || (depth0 != null ? lookupProperty(depth0,\"title\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"title\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":4,\"column\":8},\"end\":{\"line\":4,\"column\":17}}}) : helper)))\n + \"\\n\t\\n
          • \\n\";\n},\"useData\":true});","/*! jQuery UI - v1.13.3 - 2024-04-26\n* https://jqueryui.com\n* Includes: widget.js, position.js, data.js, disable-selection.js, effect.js, effects/effect-blind.js, effects/effect-bounce.js, effects/effect-clip.js, effects/effect-drop.js, effects/effect-explode.js, effects/effect-fade.js, effects/effect-fold.js, effects/effect-highlight.js, effects/effect-puff.js, effects/effect-pulsate.js, effects/effect-scale.js, effects/effect-shake.js, effects/effect-size.js, effects/effect-slide.js, effects/effect-transfer.js, focusable.js, form-reset-mixin.js, jquery-patch.js, keycode.js, labels.js, scroll-parent.js, tabbable.js, unique-id.js, widgets/accordion.js, widgets/autocomplete.js, widgets/button.js, widgets/checkboxradio.js, widgets/controlgroup.js, widgets/datepicker.js, widgets/dialog.js, widgets/draggable.js, widgets/droppable.js, widgets/menu.js, widgets/mouse.js, widgets/progressbar.js, widgets/resizable.js, widgets/selectable.js, widgets/selectmenu.js, widgets/slider.js, widgets/sortable.js, widgets/spinner.js, widgets/tabs.js, widgets/tooltip.js\n* Copyright OpenJS Foundation and other contributors; Licensed MIT */\n\n( function( factory ) {\n\t\"use strict\";\n\t\n\tif ( typeof define === \"function\" && define.amd ) {\n\n\t\t// AMD. Register as an anonymous module.\n\t\tdefine( [ \"jquery\" ], factory );\n\t} else {\n\n\t\t// Browser globals\n\t\tfactory( jQuery );\n\t}\n} )( function( $ ) {\n\"use strict\";\n\n$.ui = $.ui || {};\n\nvar version = $.ui.version = \"1.13.3\";\n\n\n/*!\n * jQuery UI Widget 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Widget\n//>>group: Core\n//>>description: Provides a factory for creating stateful widgets with a common API.\n//>>docs: https://api.jqueryui.com/jQuery.widget/\n//>>demos: https://jqueryui.com/widget/\n\n\nvar widgetUuid = 0;\nvar widgetHasOwnProperty = Array.prototype.hasOwnProperty;\nvar widgetSlice = Array.prototype.slice;\n\n$.cleanData = ( function( orig ) {\n\treturn function( elems ) {\n\t\tvar events, elem, i;\n\t\tfor ( i = 0; ( elem = elems[ i ] ) != null; i++ ) {\n\n\t\t\t// Only trigger remove when necessary to save time\n\t\t\tevents = $._data( elem, \"events\" );\n\t\t\tif ( events && events.remove ) {\n\t\t\t\t$( elem ).triggerHandler( \"remove\" );\n\t\t\t}\n\t\t}\n\t\torig( elems );\n\t};\n} )( $.cleanData );\n\n$.widget = function( name, base, prototype ) {\n\tvar existingConstructor, constructor, basePrototype;\n\n\t// ProxiedPrototype allows the provided prototype to remain unmodified\n\t// so that it can be used as a mixin for multiple widgets (#8876)\n\tvar proxiedPrototype = {};\n\n\tvar namespace = name.split( \".\" )[ 0 ];\n\tname = name.split( \".\" )[ 1 ];\n\tvar fullName = namespace + \"-\" + name;\n\n\tif ( !prototype ) {\n\t\tprototype = base;\n\t\tbase = $.Widget;\n\t}\n\n\tif ( Array.isArray( prototype ) ) {\n\t\tprototype = $.extend.apply( null, [ {} ].concat( prototype ) );\n\t}\n\n\t// Create selector for plugin\n\t$.expr.pseudos[ fullName.toLowerCase() ] = function( elem ) {\n\t\treturn !!$.data( elem, fullName );\n\t};\n\n\t$[ namespace ] = $[ namespace ] || {};\n\texistingConstructor = $[ namespace ][ name ];\n\tconstructor = $[ namespace ][ name ] = function( options, element ) {\n\n\t\t// Allow instantiation without \"new\" keyword\n\t\tif ( !this || !this._createWidget ) {\n\t\t\treturn new constructor( options, element );\n\t\t}\n\n\t\t// Allow instantiation without initializing for simple inheritance\n\t\t// must use \"new\" keyword (the code above always passes args)\n\t\tif ( arguments.length ) {\n\t\t\tthis._createWidget( options, element );\n\t\t}\n\t};\n\n\t// Extend with the existing constructor to carry over any static properties\n\t$.extend( constructor, existingConstructor, {\n\t\tversion: prototype.version,\n\n\t\t// Copy the object used to create the prototype in case we need to\n\t\t// redefine the widget later\n\t\t_proto: $.extend( {}, prototype ),\n\n\t\t// Track widgets that inherit from this widget in case this widget is\n\t\t// redefined after a widget inherits from it\n\t\t_childConstructors: []\n\t} );\n\n\tbasePrototype = new base();\n\n\t// We need to make the options hash a property directly on the new instance\n\t// otherwise we'll modify the options hash on the prototype that we're\n\t// inheriting from\n\tbasePrototype.options = $.widget.extend( {}, basePrototype.options );\n\t$.each( prototype, function( prop, value ) {\n\t\tif ( typeof value !== \"function\" ) {\n\t\t\tproxiedPrototype[ prop ] = value;\n\t\t\treturn;\n\t\t}\n\t\tproxiedPrototype[ prop ] = ( function() {\n\t\t\tfunction _super() {\n\t\t\t\treturn base.prototype[ prop ].apply( this, arguments );\n\t\t\t}\n\n\t\t\tfunction _superApply( args ) {\n\t\t\t\treturn base.prototype[ prop ].apply( this, args );\n\t\t\t}\n\n\t\t\treturn function() {\n\t\t\t\tvar __super = this._super;\n\t\t\t\tvar __superApply = this._superApply;\n\t\t\t\tvar returnValue;\n\n\t\t\t\tthis._super = _super;\n\t\t\t\tthis._superApply = _superApply;\n\n\t\t\t\treturnValue = value.apply( this, arguments );\n\n\t\t\t\tthis._super = __super;\n\t\t\t\tthis._superApply = __superApply;\n\n\t\t\t\treturn returnValue;\n\t\t\t};\n\t\t} )();\n\t} );\n\tconstructor.prototype = $.widget.extend( basePrototype, {\n\n\t\t// TODO: remove support for widgetEventPrefix\n\t\t// always use the name + a colon as the prefix, e.g., draggable:start\n\t\t// don't prefix for widgets that aren't DOM-based\n\t\twidgetEventPrefix: existingConstructor ? ( basePrototype.widgetEventPrefix || name ) : name\n\t}, proxiedPrototype, {\n\t\tconstructor: constructor,\n\t\tnamespace: namespace,\n\t\twidgetName: name,\n\t\twidgetFullName: fullName\n\t} );\n\n\t// If this widget is being redefined then we need to find all widgets that\n\t// are inheriting from it and redefine all of them so that they inherit from\n\t// the new version of this widget. We're essentially trying to replace one\n\t// level in the prototype chain.\n\tif ( existingConstructor ) {\n\t\t$.each( existingConstructor._childConstructors, function( i, child ) {\n\t\t\tvar childPrototype = child.prototype;\n\n\t\t\t// Redefine the child widget using the same prototype that was\n\t\t\t// originally used, but inherit from the new version of the base\n\t\t\t$.widget( childPrototype.namespace + \".\" + childPrototype.widgetName, constructor,\n\t\t\t\tchild._proto );\n\t\t} );\n\n\t\t// Remove the list of existing child constructors from the old constructor\n\t\t// so the old child constructors can be garbage collected\n\t\tdelete existingConstructor._childConstructors;\n\t} else {\n\t\tbase._childConstructors.push( constructor );\n\t}\n\n\t$.widget.bridge( name, constructor );\n\n\treturn constructor;\n};\n\n$.widget.extend = function( target ) {\n\tvar input = widgetSlice.call( arguments, 1 );\n\tvar inputIndex = 0;\n\tvar inputLength = input.length;\n\tvar key;\n\tvar value;\n\n\tfor ( ; inputIndex < inputLength; inputIndex++ ) {\n\t\tfor ( key in input[ inputIndex ] ) {\n\t\t\tvalue = input[ inputIndex ][ key ];\n\t\t\tif ( widgetHasOwnProperty.call( input[ inputIndex ], key ) && value !== undefined ) {\n\n\t\t\t\t// Clone objects\n\t\t\t\tif ( $.isPlainObject( value ) ) {\n\t\t\t\t\ttarget[ key ] = $.isPlainObject( target[ key ] ) ?\n\t\t\t\t\t\t$.widget.extend( {}, target[ key ], value ) :\n\n\t\t\t\t\t\t// Don't extend strings, arrays, etc. with objects\n\t\t\t\t\t\t$.widget.extend( {}, value );\n\n\t\t\t\t// Copy everything else by reference\n\t\t\t\t} else {\n\t\t\t\t\ttarget[ key ] = value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\treturn target;\n};\n\n$.widget.bridge = function( name, object ) {\n\tvar fullName = object.prototype.widgetFullName || name;\n\t$.fn[ name ] = function( options ) {\n\t\tvar isMethodCall = typeof options === \"string\";\n\t\tvar args = widgetSlice.call( arguments, 1 );\n\t\tvar returnValue = this;\n\n\t\tif ( isMethodCall ) {\n\n\t\t\t// If this is an empty collection, we need to have the instance method\n\t\t\t// return undefined instead of the jQuery instance\n\t\t\tif ( !this.length && options === \"instance\" ) {\n\t\t\t\treturnValue = undefined;\n\t\t\t} else {\n\t\t\t\tthis.each( function() {\n\t\t\t\t\tvar methodValue;\n\t\t\t\t\tvar instance = $.data( this, fullName );\n\n\t\t\t\t\tif ( options === \"instance\" ) {\n\t\t\t\t\t\treturnValue = instance;\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\n\t\t\t\t\tif ( !instance ) {\n\t\t\t\t\t\treturn $.error( \"cannot call methods on \" + name +\n\t\t\t\t\t\t\t\" prior to initialization; \" +\n\t\t\t\t\t\t\t\"attempted to call method '\" + options + \"'\" );\n\t\t\t\t\t}\n\n\t\t\t\t\tif ( typeof instance[ options ] !== \"function\" ||\n\t\t\t\t\t\toptions.charAt( 0 ) === \"_\" ) {\n\t\t\t\t\t\treturn $.error( \"no such method '\" + options + \"' for \" + name +\n\t\t\t\t\t\t\t\" widget instance\" );\n\t\t\t\t\t}\n\n\t\t\t\t\tmethodValue = instance[ options ].apply( instance, args );\n\n\t\t\t\t\tif ( methodValue !== instance && methodValue !== undefined ) {\n\t\t\t\t\t\treturnValue = methodValue && methodValue.jquery ?\n\t\t\t\t\t\t\treturnValue.pushStack( methodValue.get() ) :\n\t\t\t\t\t\t\tmethodValue;\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t} else {\n\n\t\t\t// Allow multiple hashes to be passed on init\n\t\t\tif ( args.length ) {\n\t\t\t\toptions = $.widget.extend.apply( null, [ options ].concat( args ) );\n\t\t\t}\n\n\t\t\tthis.each( function() {\n\t\t\t\tvar instance = $.data( this, fullName );\n\t\t\t\tif ( instance ) {\n\t\t\t\t\tinstance.option( options || {} );\n\t\t\t\t\tif ( instance._init ) {\n\t\t\t\t\t\tinstance._init();\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\t$.data( this, fullName, new object( options, this ) );\n\t\t\t\t}\n\t\t\t} );\n\t\t}\n\n\t\treturn returnValue;\n\t};\n};\n\n$.Widget = function( /* options, element */ ) {};\n$.Widget._childConstructors = [];\n\n$.Widget.prototype = {\n\twidgetName: \"widget\",\n\twidgetEventPrefix: \"\",\n\tdefaultElement: \"
            \",\n\n\toptions: {\n\t\tclasses: {},\n\t\tdisabled: false,\n\n\t\t// Callbacks\n\t\tcreate: null\n\t},\n\n\t_createWidget: function( options, element ) {\n\t\telement = $( element || this.defaultElement || this )[ 0 ];\n\t\tthis.element = $( element );\n\t\tthis.uuid = widgetUuid++;\n\t\tthis.eventNamespace = \".\" + this.widgetName + this.uuid;\n\n\t\tthis.bindings = $();\n\t\tthis.hoverable = $();\n\t\tthis.focusable = $();\n\t\tthis.classesElementLookup = {};\n\n\t\tif ( element !== this ) {\n\t\t\t$.data( element, this.widgetFullName, this );\n\t\t\tthis._on( true, this.element, {\n\t\t\t\tremove: function( event ) {\n\t\t\t\t\tif ( event.target === element ) {\n\t\t\t\t\t\tthis.destroy();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} );\n\t\t\tthis.document = $( element.style ?\n\n\t\t\t\t// Element within the document\n\t\t\t\telement.ownerDocument :\n\n\t\t\t\t// Element is window or document\n\t\t\t\telement.document || element );\n\t\t\tthis.window = $( this.document[ 0 ].defaultView || this.document[ 0 ].parentWindow );\n\t\t}\n\n\t\tthis.options = $.widget.extend( {},\n\t\t\tthis.options,\n\t\t\tthis._getCreateOptions(),\n\t\t\toptions );\n\n\t\tthis._create();\n\n\t\tif ( this.options.disabled ) {\n\t\t\tthis._setOptionDisabled( this.options.disabled );\n\t\t}\n\n\t\tthis._trigger( \"create\", null, this._getCreateEventData() );\n\t\tthis._init();\n\t},\n\n\t_getCreateOptions: function() {\n\t\treturn {};\n\t},\n\n\t_getCreateEventData: $.noop,\n\n\t_create: $.noop,\n\n\t_init: $.noop,\n\n\tdestroy: function() {\n\t\tvar that = this;\n\n\t\tthis._destroy();\n\t\t$.each( this.classesElementLookup, function( key, value ) {\n\t\t\tthat._removeClass( value, key );\n\t\t} );\n\n\t\t// We can probably remove the unbind calls in 2.0\n\t\t// all event bindings should go through this._on()\n\t\tthis.element\n\t\t\t.off( this.eventNamespace )\n\t\t\t.removeData( this.widgetFullName );\n\t\tthis.widget()\n\t\t\t.off( this.eventNamespace )\n\t\t\t.removeAttr( \"aria-disabled\" );\n\n\t\t// Clean up events and states\n\t\tthis.bindings.off( this.eventNamespace );\n\t},\n\n\t_destroy: $.noop,\n\n\twidget: function() {\n\t\treturn this.element;\n\t},\n\n\toption: function( key, value ) {\n\t\tvar options = key;\n\t\tvar parts;\n\t\tvar curOption;\n\t\tvar i;\n\n\t\tif ( arguments.length === 0 ) {\n\n\t\t\t// Don't return a reference to the internal hash\n\t\t\treturn $.widget.extend( {}, this.options );\n\t\t}\n\n\t\tif ( typeof key === \"string\" ) {\n\n\t\t\t// Handle nested keys, e.g., \"foo.bar\" => { foo: { bar: ___ } }\n\t\t\toptions = {};\n\t\t\tparts = key.split( \".\" );\n\t\t\tkey = parts.shift();\n\t\t\tif ( parts.length ) {\n\t\t\t\tcurOption = options[ key ] = $.widget.extend( {}, this.options[ key ] );\n\t\t\t\tfor ( i = 0; i < parts.length - 1; i++ ) {\n\t\t\t\t\tcurOption[ parts[ i ] ] = curOption[ parts[ i ] ] || {};\n\t\t\t\t\tcurOption = curOption[ parts[ i ] ];\n\t\t\t\t}\n\t\t\t\tkey = parts.pop();\n\t\t\t\tif ( arguments.length === 1 ) {\n\t\t\t\t\treturn curOption[ key ] === undefined ? null : curOption[ key ];\n\t\t\t\t}\n\t\t\t\tcurOption[ key ] = value;\n\t\t\t} else {\n\t\t\t\tif ( arguments.length === 1 ) {\n\t\t\t\t\treturn this.options[ key ] === undefined ? null : this.options[ key ];\n\t\t\t\t}\n\t\t\t\toptions[ key ] = value;\n\t\t\t}\n\t\t}\n\n\t\tthis._setOptions( options );\n\n\t\treturn this;\n\t},\n\n\t_setOptions: function( options ) {\n\t\tvar key;\n\n\t\tfor ( key in options ) {\n\t\t\tthis._setOption( key, options[ key ] );\n\t\t}\n\n\t\treturn this;\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tif ( key === \"classes\" ) {\n\t\t\tthis._setOptionClasses( value );\n\t\t}\n\n\t\tthis.options[ key ] = value;\n\n\t\tif ( key === \"disabled\" ) {\n\t\t\tthis._setOptionDisabled( value );\n\t\t}\n\n\t\treturn this;\n\t},\n\n\t_setOptionClasses: function( value ) {\n\t\tvar classKey, elements, currentElements;\n\n\t\tfor ( classKey in value ) {\n\t\t\tcurrentElements = this.classesElementLookup[ classKey ];\n\t\t\tif ( value[ classKey ] === this.options.classes[ classKey ] ||\n\t\t\t\t\t!currentElements ||\n\t\t\t\t\t!currentElements.length ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// We are doing this to create a new jQuery object because the _removeClass() call\n\t\t\t// on the next line is going to destroy the reference to the current elements being\n\t\t\t// tracked. We need to save a copy of this collection so that we can add the new classes\n\t\t\t// below.\n\t\t\telements = $( currentElements.get() );\n\t\t\tthis._removeClass( currentElements, classKey );\n\n\t\t\t// We don't use _addClass() here, because that uses this.options.classes\n\t\t\t// for generating the string of classes. We want to use the value passed in from\n\t\t\t// _setOption(), this is the new value of the classes option which was passed to\n\t\t\t// _setOption(). We pass this value directly to _classes().\n\t\t\telements.addClass( this._classes( {\n\t\t\t\telement: elements,\n\t\t\t\tkeys: classKey,\n\t\t\t\tclasses: value,\n\t\t\t\tadd: true\n\t\t\t} ) );\n\t\t}\n\t},\n\n\t_setOptionDisabled: function( value ) {\n\t\tthis._toggleClass( this.widget(), this.widgetFullName + \"-disabled\", null, !!value );\n\n\t\t// If the widget is becoming disabled, then nothing is interactive\n\t\tif ( value ) {\n\t\t\tthis._removeClass( this.hoverable, null, \"ui-state-hover\" );\n\t\t\tthis._removeClass( this.focusable, null, \"ui-state-focus\" );\n\t\t}\n\t},\n\n\tenable: function() {\n\t\treturn this._setOptions( { disabled: false } );\n\t},\n\n\tdisable: function() {\n\t\treturn this._setOptions( { disabled: true } );\n\t},\n\n\t_classes: function( options ) {\n\t\tvar full = [];\n\t\tvar that = this;\n\n\t\toptions = $.extend( {\n\t\t\telement: this.element,\n\t\t\tclasses: this.options.classes || {}\n\t\t}, options );\n\n\t\tfunction bindRemoveEvent() {\n\t\t\tvar nodesToBind = [];\n\n\t\t\toptions.element.each( function( _, element ) {\n\t\t\t\tvar isTracked = $.map( that.classesElementLookup, function( elements ) {\n\t\t\t\t\treturn elements;\n\t\t\t\t} )\n\t\t\t\t\t.some( function( elements ) {\n\t\t\t\t\t\treturn elements.is( element );\n\t\t\t\t\t} );\n\n\t\t\t\tif ( !isTracked ) {\n\t\t\t\t\tnodesToBind.push( element );\n\t\t\t\t}\n\t\t\t} );\n\n\t\t\tthat._on( $( nodesToBind ), {\n\t\t\t\tremove: \"_untrackClassesElement\"\n\t\t\t} );\n\t\t}\n\n\t\tfunction processClassString( classes, checkOption ) {\n\t\t\tvar current, i;\n\t\t\tfor ( i = 0; i < classes.length; i++ ) {\n\t\t\t\tcurrent = that.classesElementLookup[ classes[ i ] ] || $();\n\t\t\t\tif ( options.add ) {\n\t\t\t\t\tbindRemoveEvent();\n\t\t\t\t\tcurrent = $( $.uniqueSort( current.get().concat( options.element.get() ) ) );\n\t\t\t\t} else {\n\t\t\t\t\tcurrent = $( current.not( options.element ).get() );\n\t\t\t\t}\n\t\t\t\tthat.classesElementLookup[ classes[ i ] ] = current;\n\t\t\t\tfull.push( classes[ i ] );\n\t\t\t\tif ( checkOption && options.classes[ classes[ i ] ] ) {\n\t\t\t\t\tfull.push( options.classes[ classes[ i ] ] );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif ( options.keys ) {\n\t\t\tprocessClassString( options.keys.match( /\\S+/g ) || [], true );\n\t\t}\n\t\tif ( options.extra ) {\n\t\t\tprocessClassString( options.extra.match( /\\S+/g ) || [] );\n\t\t}\n\n\t\treturn full.join( \" \" );\n\t},\n\n\t_untrackClassesElement: function( event ) {\n\t\tvar that = this;\n\t\t$.each( that.classesElementLookup, function( key, value ) {\n\t\t\tif ( $.inArray( event.target, value ) !== -1 ) {\n\t\t\t\tthat.classesElementLookup[ key ] = $( value.not( event.target ).get() );\n\t\t\t}\n\t\t} );\n\n\t\tthis._off( $( event.target ) );\n\t},\n\n\t_removeClass: function( element, keys, extra ) {\n\t\treturn this._toggleClass( element, keys, extra, false );\n\t},\n\n\t_addClass: function( element, keys, extra ) {\n\t\treturn this._toggleClass( element, keys, extra, true );\n\t},\n\n\t_toggleClass: function( element, keys, extra, add ) {\n\t\tadd = ( typeof add === \"boolean\" ) ? add : extra;\n\t\tvar shift = ( typeof element === \"string\" || element === null ),\n\t\t\toptions = {\n\t\t\t\textra: shift ? keys : extra,\n\t\t\t\tkeys: shift ? element : keys,\n\t\t\t\telement: shift ? this.element : element,\n\t\t\t\tadd: add\n\t\t\t};\n\t\toptions.element.toggleClass( this._classes( options ), add );\n\t\treturn this;\n\t},\n\n\t_on: function( suppressDisabledCheck, element, handlers ) {\n\t\tvar delegateElement;\n\t\tvar instance = this;\n\n\t\t// No suppressDisabledCheck flag, shuffle arguments\n\t\tif ( typeof suppressDisabledCheck !== \"boolean\" ) {\n\t\t\thandlers = element;\n\t\t\telement = suppressDisabledCheck;\n\t\t\tsuppressDisabledCheck = false;\n\t\t}\n\n\t\t// No element argument, shuffle and use this.element\n\t\tif ( !handlers ) {\n\t\t\thandlers = element;\n\t\t\telement = this.element;\n\t\t\tdelegateElement = this.widget();\n\t\t} else {\n\t\t\telement = delegateElement = $( element );\n\t\t\tthis.bindings = this.bindings.add( element );\n\t\t}\n\n\t\t$.each( handlers, function( event, handler ) {\n\t\t\tfunction handlerProxy() {\n\n\t\t\t\t// Allow widgets to customize the disabled handling\n\t\t\t\t// - disabled as an array instead of boolean\n\t\t\t\t// - disabled class as method for disabling individual parts\n\t\t\t\tif ( !suppressDisabledCheck &&\n\t\t\t\t\t\t( instance.options.disabled === true ||\n\t\t\t\t\t\t$( this ).hasClass( \"ui-state-disabled\" ) ) ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\treturn ( typeof handler === \"string\" ? instance[ handler ] : handler )\n\t\t\t\t\t.apply( instance, arguments );\n\t\t\t}\n\n\t\t\t// Copy the guid so direct unbinding works\n\t\t\tif ( typeof handler !== \"string\" ) {\n\t\t\t\thandlerProxy.guid = handler.guid =\n\t\t\t\t\thandler.guid || handlerProxy.guid || $.guid++;\n\t\t\t}\n\n\t\t\tvar match = event.match( /^([\\w:-]*)\\s*(.*)$/ );\n\t\t\tvar eventName = match[ 1 ] + instance.eventNamespace;\n\t\t\tvar selector = match[ 2 ];\n\n\t\t\tif ( selector ) {\n\t\t\t\tdelegateElement.on( eventName, selector, handlerProxy );\n\t\t\t} else {\n\t\t\t\telement.on( eventName, handlerProxy );\n\t\t\t}\n\t\t} );\n\t},\n\n\t_off: function( element, eventName ) {\n\t\teventName = ( eventName || \"\" ).split( \" \" ).join( this.eventNamespace + \" \" ) +\n\t\t\tthis.eventNamespace;\n\t\telement.off( eventName );\n\n\t\t// Clear the stack to avoid memory leaks (#10056)\n\t\tthis.bindings = $( this.bindings.not( element ).get() );\n\t\tthis.focusable = $( this.focusable.not( element ).get() );\n\t\tthis.hoverable = $( this.hoverable.not( element ).get() );\n\t},\n\n\t_delay: function( handler, delay ) {\n\t\tfunction handlerProxy() {\n\t\t\treturn ( typeof handler === \"string\" ? instance[ handler ] : handler )\n\t\t\t\t.apply( instance, arguments );\n\t\t}\n\t\tvar instance = this;\n\t\treturn setTimeout( handlerProxy, delay || 0 );\n\t},\n\n\t_hoverable: function( element ) {\n\t\tthis.hoverable = this.hoverable.add( element );\n\t\tthis._on( element, {\n\t\t\tmouseenter: function( event ) {\n\t\t\t\tthis._addClass( $( event.currentTarget ), null, \"ui-state-hover\" );\n\t\t\t},\n\t\t\tmouseleave: function( event ) {\n\t\t\t\tthis._removeClass( $( event.currentTarget ), null, \"ui-state-hover\" );\n\t\t\t}\n\t\t} );\n\t},\n\n\t_focusable: function( element ) {\n\t\tthis.focusable = this.focusable.add( element );\n\t\tthis._on( element, {\n\t\t\tfocusin: function( event ) {\n\t\t\t\tthis._addClass( $( event.currentTarget ), null, \"ui-state-focus\" );\n\t\t\t},\n\t\t\tfocusout: function( event ) {\n\t\t\t\tthis._removeClass( $( event.currentTarget ), null, \"ui-state-focus\" );\n\t\t\t}\n\t\t} );\n\t},\n\n\t_trigger: function( type, event, data ) {\n\t\tvar prop, orig;\n\t\tvar callback = this.options[ type ];\n\n\t\tdata = data || {};\n\t\tevent = $.Event( event );\n\t\tevent.type = ( type === this.widgetEventPrefix ?\n\t\t\ttype :\n\t\t\tthis.widgetEventPrefix + type ).toLowerCase();\n\n\t\t// The original event may come from any element\n\t\t// so we need to reset the target on the new event\n\t\tevent.target = this.element[ 0 ];\n\n\t\t// Copy original event properties over to the new event\n\t\torig = event.originalEvent;\n\t\tif ( orig ) {\n\t\t\tfor ( prop in orig ) {\n\t\t\t\tif ( !( prop in event ) ) {\n\t\t\t\t\tevent[ prop ] = orig[ prop ];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tthis.element.trigger( event, data );\n\t\treturn !( typeof callback === \"function\" &&\n\t\t\tcallback.apply( this.element[ 0 ], [ event ].concat( data ) ) === false ||\n\t\t\tevent.isDefaultPrevented() );\n\t}\n};\n\n$.each( { show: \"fadeIn\", hide: \"fadeOut\" }, function( method, defaultEffect ) {\n\t$.Widget.prototype[ \"_\" + method ] = function( element, options, callback ) {\n\t\tif ( typeof options === \"string\" ) {\n\t\t\toptions = { effect: options };\n\t\t}\n\n\t\tvar hasOptions;\n\t\tvar effectName = !options ?\n\t\t\tmethod :\n\t\t\toptions === true || typeof options === \"number\" ?\n\t\t\t\tdefaultEffect :\n\t\t\t\toptions.effect || defaultEffect;\n\n\t\toptions = options || {};\n\t\tif ( typeof options === \"number\" ) {\n\t\t\toptions = { duration: options };\n\t\t} else if ( options === true ) {\n\t\t\toptions = {};\n\t\t}\n\n\t\thasOptions = !$.isEmptyObject( options );\n\t\toptions.complete = callback;\n\n\t\tif ( options.delay ) {\n\t\t\telement.delay( options.delay );\n\t\t}\n\n\t\tif ( hasOptions && $.effects && $.effects.effect[ effectName ] ) {\n\t\t\telement[ method ]( options );\n\t\t} else if ( effectName !== method && element[ effectName ] ) {\n\t\t\telement[ effectName ]( options.duration, options.easing, callback );\n\t\t} else {\n\t\t\telement.queue( function( next ) {\n\t\t\t\t$( this )[ method ]();\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback.call( element[ 0 ] );\n\t\t\t\t}\n\t\t\t\tnext();\n\t\t\t} );\n\t\t}\n\t};\n} );\n\nvar widget = $.widget;\n\n\n/*!\n * jQuery UI Position 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n *\n * https://api.jqueryui.com/position/\n */\n\n//>>label: Position\n//>>group: Core\n//>>description: Positions elements relative to other elements.\n//>>docs: https://api.jqueryui.com/position/\n//>>demos: https://jqueryui.com/position/\n\n\n( function() {\nvar cachedScrollbarWidth,\n\tmax = Math.max,\n\tabs = Math.abs,\n\trhorizontal = /left|center|right/,\n\trvertical = /top|center|bottom/,\n\troffset = /[\\+\\-]\\d+(\\.[\\d]+)?%?/,\n\trposition = /^\\w+/,\n\trpercent = /%$/,\n\t_position = $.fn.position;\n\nfunction getOffsets( offsets, width, height ) {\n\treturn [\n\t\tparseFloat( offsets[ 0 ] ) * ( rpercent.test( offsets[ 0 ] ) ? width / 100 : 1 ),\n\t\tparseFloat( offsets[ 1 ] ) * ( rpercent.test( offsets[ 1 ] ) ? height / 100 : 1 )\n\t];\n}\n\nfunction parseCss( element, property ) {\n\treturn parseInt( $.css( element, property ), 10 ) || 0;\n}\n\nfunction isWindow( obj ) {\n\treturn obj != null && obj === obj.window;\n}\n\nfunction getDimensions( elem ) {\n\tvar raw = elem[ 0 ];\n\tif ( raw.nodeType === 9 ) {\n\t\treturn {\n\t\t\twidth: elem.width(),\n\t\t\theight: elem.height(),\n\t\t\toffset: { top: 0, left: 0 }\n\t\t};\n\t}\n\tif ( isWindow( raw ) ) {\n\t\treturn {\n\t\t\twidth: elem.width(),\n\t\t\theight: elem.height(),\n\t\t\toffset: { top: elem.scrollTop(), left: elem.scrollLeft() }\n\t\t};\n\t}\n\tif ( raw.preventDefault ) {\n\t\treturn {\n\t\t\twidth: 0,\n\t\t\theight: 0,\n\t\t\toffset: { top: raw.pageY, left: raw.pageX }\n\t\t};\n\t}\n\treturn {\n\t\twidth: elem.outerWidth(),\n\t\theight: elem.outerHeight(),\n\t\toffset: elem.offset()\n\t};\n}\n\n$.position = {\n\tscrollbarWidth: function() {\n\t\tif ( cachedScrollbarWidth !== undefined ) {\n\t\t\treturn cachedScrollbarWidth;\n\t\t}\n\t\tvar w1, w2,\n\t\t\tdiv = $( \"
            \" +\n\t\t\t\t\"
            \" ),\n\t\t\tinnerDiv = div.children()[ 0 ];\n\n\t\t$( \"body\" ).append( div );\n\t\tw1 = innerDiv.offsetWidth;\n\t\tdiv.css( \"overflow\", \"scroll\" );\n\n\t\tw2 = innerDiv.offsetWidth;\n\n\t\tif ( w1 === w2 ) {\n\t\t\tw2 = div[ 0 ].clientWidth;\n\t\t}\n\n\t\tdiv.remove();\n\n\t\treturn ( cachedScrollbarWidth = w1 - w2 );\n\t},\n\tgetScrollInfo: function( within ) {\n\t\tvar overflowX = within.isWindow || within.isDocument ? \"\" :\n\t\t\t\twithin.element.css( \"overflow-x\" ),\n\t\t\toverflowY = within.isWindow || within.isDocument ? \"\" :\n\t\t\t\twithin.element.css( \"overflow-y\" ),\n\t\t\thasOverflowX = overflowX === \"scroll\" ||\n\t\t\t\t( overflowX === \"auto\" && within.width < within.element[ 0 ].scrollWidth ),\n\t\t\thasOverflowY = overflowY === \"scroll\" ||\n\t\t\t\t( overflowY === \"auto\" && within.height < within.element[ 0 ].scrollHeight );\n\t\treturn {\n\t\t\twidth: hasOverflowY ? $.position.scrollbarWidth() : 0,\n\t\t\theight: hasOverflowX ? $.position.scrollbarWidth() : 0\n\t\t};\n\t},\n\tgetWithinInfo: function( element ) {\n\t\tvar withinElement = $( element || window ),\n\t\t\tisElemWindow = isWindow( withinElement[ 0 ] ),\n\t\t\tisDocument = !!withinElement[ 0 ] && withinElement[ 0 ].nodeType === 9,\n\t\t\thasOffset = !isElemWindow && !isDocument;\n\t\treturn {\n\t\t\telement: withinElement,\n\t\t\tisWindow: isElemWindow,\n\t\t\tisDocument: isDocument,\n\t\t\toffset: hasOffset ? $( element ).offset() : { left: 0, top: 0 },\n\t\t\tscrollLeft: withinElement.scrollLeft(),\n\t\t\tscrollTop: withinElement.scrollTop(),\n\t\t\twidth: withinElement.outerWidth(),\n\t\t\theight: withinElement.outerHeight()\n\t\t};\n\t}\n};\n\n$.fn.position = function( options ) {\n\tif ( !options || !options.of ) {\n\t\treturn _position.apply( this, arguments );\n\t}\n\n\t// Make a copy, we don't want to modify arguments\n\toptions = $.extend( {}, options );\n\n\tvar atOffset, targetWidth, targetHeight, targetOffset, basePosition, dimensions,\n\n\t\t// Make sure string options are treated as CSS selectors\n\t\ttarget = typeof options.of === \"string\" ?\n\t\t\t$( document ).find( options.of ) :\n\t\t\t$( options.of ),\n\n\t\twithin = $.position.getWithinInfo( options.within ),\n\t\tscrollInfo = $.position.getScrollInfo( within ),\n\t\tcollision = ( options.collision || \"flip\" ).split( \" \" ),\n\t\toffsets = {};\n\n\tdimensions = getDimensions( target );\n\tif ( target[ 0 ].preventDefault ) {\n\n\t\t// Force left top to allow flipping\n\t\toptions.at = \"left top\";\n\t}\n\ttargetWidth = dimensions.width;\n\ttargetHeight = dimensions.height;\n\ttargetOffset = dimensions.offset;\n\n\t// Clone to reuse original targetOffset later\n\tbasePosition = $.extend( {}, targetOffset );\n\n\t// Force my and at to have valid horizontal and vertical positions\n\t// if a value is missing or invalid, it will be converted to center\n\t$.each( [ \"my\", \"at\" ], function() {\n\t\tvar pos = ( options[ this ] || \"\" ).split( \" \" ),\n\t\t\thorizontalOffset,\n\t\t\tverticalOffset;\n\n\t\tif ( pos.length === 1 ) {\n\t\t\tpos = rhorizontal.test( pos[ 0 ] ) ?\n\t\t\t\tpos.concat( [ \"center\" ] ) :\n\t\t\t\trvertical.test( pos[ 0 ] ) ?\n\t\t\t\t\t[ \"center\" ].concat( pos ) :\n\t\t\t\t\t[ \"center\", \"center\" ];\n\t\t}\n\t\tpos[ 0 ] = rhorizontal.test( pos[ 0 ] ) ? pos[ 0 ] : \"center\";\n\t\tpos[ 1 ] = rvertical.test( pos[ 1 ] ) ? pos[ 1 ] : \"center\";\n\n\t\t// Calculate offsets\n\t\thorizontalOffset = roffset.exec( pos[ 0 ] );\n\t\tverticalOffset = roffset.exec( pos[ 1 ] );\n\t\toffsets[ this ] = [\n\t\t\thorizontalOffset ? horizontalOffset[ 0 ] : 0,\n\t\t\tverticalOffset ? verticalOffset[ 0 ] : 0\n\t\t];\n\n\t\t// Reduce to just the positions without the offsets\n\t\toptions[ this ] = [\n\t\t\trposition.exec( pos[ 0 ] )[ 0 ],\n\t\t\trposition.exec( pos[ 1 ] )[ 0 ]\n\t\t];\n\t} );\n\n\t// Normalize collision option\n\tif ( collision.length === 1 ) {\n\t\tcollision[ 1 ] = collision[ 0 ];\n\t}\n\n\tif ( options.at[ 0 ] === \"right\" ) {\n\t\tbasePosition.left += targetWidth;\n\t} else if ( options.at[ 0 ] === \"center\" ) {\n\t\tbasePosition.left += targetWidth / 2;\n\t}\n\n\tif ( options.at[ 1 ] === \"bottom\" ) {\n\t\tbasePosition.top += targetHeight;\n\t} else if ( options.at[ 1 ] === \"center\" ) {\n\t\tbasePosition.top += targetHeight / 2;\n\t}\n\n\tatOffset = getOffsets( offsets.at, targetWidth, targetHeight );\n\tbasePosition.left += atOffset[ 0 ];\n\tbasePosition.top += atOffset[ 1 ];\n\n\treturn this.each( function() {\n\t\tvar collisionPosition, using,\n\t\t\telem = $( this ),\n\t\t\telemWidth = elem.outerWidth(),\n\t\t\telemHeight = elem.outerHeight(),\n\t\t\tmarginLeft = parseCss( this, \"marginLeft\" ),\n\t\t\tmarginTop = parseCss( this, \"marginTop\" ),\n\t\t\tcollisionWidth = elemWidth + marginLeft + parseCss( this, \"marginRight\" ) +\n\t\t\t\tscrollInfo.width,\n\t\t\tcollisionHeight = elemHeight + marginTop + parseCss( this, \"marginBottom\" ) +\n\t\t\t\tscrollInfo.height,\n\t\t\tposition = $.extend( {}, basePosition ),\n\t\t\tmyOffset = getOffsets( offsets.my, elem.outerWidth(), elem.outerHeight() );\n\n\t\tif ( options.my[ 0 ] === \"right\" ) {\n\t\t\tposition.left -= elemWidth;\n\t\t} else if ( options.my[ 0 ] === \"center\" ) {\n\t\t\tposition.left -= elemWidth / 2;\n\t\t}\n\n\t\tif ( options.my[ 1 ] === \"bottom\" ) {\n\t\t\tposition.top -= elemHeight;\n\t\t} else if ( options.my[ 1 ] === \"center\" ) {\n\t\t\tposition.top -= elemHeight / 2;\n\t\t}\n\n\t\tposition.left += myOffset[ 0 ];\n\t\tposition.top += myOffset[ 1 ];\n\n\t\tcollisionPosition = {\n\t\t\tmarginLeft: marginLeft,\n\t\t\tmarginTop: marginTop\n\t\t};\n\n\t\t$.each( [ \"left\", \"top\" ], function( i, dir ) {\n\t\t\tif ( $.ui.position[ collision[ i ] ] ) {\n\t\t\t\t$.ui.position[ collision[ i ] ][ dir ]( position, {\n\t\t\t\t\ttargetWidth: targetWidth,\n\t\t\t\t\ttargetHeight: targetHeight,\n\t\t\t\t\telemWidth: elemWidth,\n\t\t\t\t\telemHeight: elemHeight,\n\t\t\t\t\tcollisionPosition: collisionPosition,\n\t\t\t\t\tcollisionWidth: collisionWidth,\n\t\t\t\t\tcollisionHeight: collisionHeight,\n\t\t\t\t\toffset: [ atOffset[ 0 ] + myOffset[ 0 ], atOffset [ 1 ] + myOffset[ 1 ] ],\n\t\t\t\t\tmy: options.my,\n\t\t\t\t\tat: options.at,\n\t\t\t\t\twithin: within,\n\t\t\t\t\telem: elem\n\t\t\t\t} );\n\t\t\t}\n\t\t} );\n\n\t\tif ( options.using ) {\n\n\t\t\t// Adds feedback as second argument to using callback, if present\n\t\t\tusing = function( props ) {\n\t\t\t\tvar left = targetOffset.left - position.left,\n\t\t\t\t\tright = left + targetWidth - elemWidth,\n\t\t\t\t\ttop = targetOffset.top - position.top,\n\t\t\t\t\tbottom = top + targetHeight - elemHeight,\n\t\t\t\t\tfeedback = {\n\t\t\t\t\t\ttarget: {\n\t\t\t\t\t\t\telement: target,\n\t\t\t\t\t\t\tleft: targetOffset.left,\n\t\t\t\t\t\t\ttop: targetOffset.top,\n\t\t\t\t\t\t\twidth: targetWidth,\n\t\t\t\t\t\t\theight: targetHeight\n\t\t\t\t\t\t},\n\t\t\t\t\t\telement: {\n\t\t\t\t\t\t\telement: elem,\n\t\t\t\t\t\t\tleft: position.left,\n\t\t\t\t\t\t\ttop: position.top,\n\t\t\t\t\t\t\twidth: elemWidth,\n\t\t\t\t\t\t\theight: elemHeight\n\t\t\t\t\t\t},\n\t\t\t\t\t\thorizontal: right < 0 ? \"left\" : left > 0 ? \"right\" : \"center\",\n\t\t\t\t\t\tvertical: bottom < 0 ? \"top\" : top > 0 ? \"bottom\" : \"middle\"\n\t\t\t\t\t};\n\t\t\t\tif ( targetWidth < elemWidth && abs( left + right ) < targetWidth ) {\n\t\t\t\t\tfeedback.horizontal = \"center\";\n\t\t\t\t}\n\t\t\t\tif ( targetHeight < elemHeight && abs( top + bottom ) < targetHeight ) {\n\t\t\t\t\tfeedback.vertical = \"middle\";\n\t\t\t\t}\n\t\t\t\tif ( max( abs( left ), abs( right ) ) > max( abs( top ), abs( bottom ) ) ) {\n\t\t\t\t\tfeedback.important = \"horizontal\";\n\t\t\t\t} else {\n\t\t\t\t\tfeedback.important = \"vertical\";\n\t\t\t\t}\n\t\t\t\toptions.using.call( this, props, feedback );\n\t\t\t};\n\t\t}\n\n\t\telem.offset( $.extend( position, { using: using } ) );\n\t} );\n};\n\n$.ui.position = {\n\tfit: {\n\t\tleft: function( position, data ) {\n\t\t\tvar within = data.within,\n\t\t\t\twithinOffset = within.isWindow ? within.scrollLeft : within.offset.left,\n\t\t\t\touterWidth = within.width,\n\t\t\t\tcollisionPosLeft = position.left - data.collisionPosition.marginLeft,\n\t\t\t\toverLeft = withinOffset - collisionPosLeft,\n\t\t\t\toverRight = collisionPosLeft + data.collisionWidth - outerWidth - withinOffset,\n\t\t\t\tnewOverRight;\n\n\t\t\t// Element is wider than within\n\t\t\tif ( data.collisionWidth > outerWidth ) {\n\n\t\t\t\t// Element is initially over the left side of within\n\t\t\t\tif ( overLeft > 0 && overRight <= 0 ) {\n\t\t\t\t\tnewOverRight = position.left + overLeft + data.collisionWidth - outerWidth -\n\t\t\t\t\t\twithinOffset;\n\t\t\t\t\tposition.left += overLeft - newOverRight;\n\n\t\t\t\t// Element is initially over right side of within\n\t\t\t\t} else if ( overRight > 0 && overLeft <= 0 ) {\n\t\t\t\t\tposition.left = withinOffset;\n\n\t\t\t\t// Element is initially over both left and right sides of within\n\t\t\t\t} else {\n\t\t\t\t\tif ( overLeft > overRight ) {\n\t\t\t\t\t\tposition.left = withinOffset + outerWidth - data.collisionWidth;\n\t\t\t\t\t} else {\n\t\t\t\t\t\tposition.left = withinOffset;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t// Too far left -> align with left edge\n\t\t\t} else if ( overLeft > 0 ) {\n\t\t\t\tposition.left += overLeft;\n\n\t\t\t// Too far right -> align with right edge\n\t\t\t} else if ( overRight > 0 ) {\n\t\t\t\tposition.left -= overRight;\n\n\t\t\t// Adjust based on position and margin\n\t\t\t} else {\n\t\t\t\tposition.left = max( position.left - collisionPosLeft, position.left );\n\t\t\t}\n\t\t},\n\t\ttop: function( position, data ) {\n\t\t\tvar within = data.within,\n\t\t\t\twithinOffset = within.isWindow ? within.scrollTop : within.offset.top,\n\t\t\t\touterHeight = data.within.height,\n\t\t\t\tcollisionPosTop = position.top - data.collisionPosition.marginTop,\n\t\t\t\toverTop = withinOffset - collisionPosTop,\n\t\t\t\toverBottom = collisionPosTop + data.collisionHeight - outerHeight - withinOffset,\n\t\t\t\tnewOverBottom;\n\n\t\t\t// Element is taller than within\n\t\t\tif ( data.collisionHeight > outerHeight ) {\n\n\t\t\t\t// Element is initially over the top of within\n\t\t\t\tif ( overTop > 0 && overBottom <= 0 ) {\n\t\t\t\t\tnewOverBottom = position.top + overTop + data.collisionHeight - outerHeight -\n\t\t\t\t\t\twithinOffset;\n\t\t\t\t\tposition.top += overTop - newOverBottom;\n\n\t\t\t\t// Element is initially over bottom of within\n\t\t\t\t} else if ( overBottom > 0 && overTop <= 0 ) {\n\t\t\t\t\tposition.top = withinOffset;\n\n\t\t\t\t// Element is initially over both top and bottom of within\n\t\t\t\t} else {\n\t\t\t\t\tif ( overTop > overBottom ) {\n\t\t\t\t\t\tposition.top = withinOffset + outerHeight - data.collisionHeight;\n\t\t\t\t\t} else {\n\t\t\t\t\t\tposition.top = withinOffset;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t// Too far up -> align with top\n\t\t\t} else if ( overTop > 0 ) {\n\t\t\t\tposition.top += overTop;\n\n\t\t\t// Too far down -> align with bottom edge\n\t\t\t} else if ( overBottom > 0 ) {\n\t\t\t\tposition.top -= overBottom;\n\n\t\t\t// Adjust based on position and margin\n\t\t\t} else {\n\t\t\t\tposition.top = max( position.top - collisionPosTop, position.top );\n\t\t\t}\n\t\t}\n\t},\n\tflip: {\n\t\tleft: function( position, data ) {\n\t\t\tvar within = data.within,\n\t\t\t\twithinOffset = within.offset.left + within.scrollLeft,\n\t\t\t\touterWidth = within.width,\n\t\t\t\toffsetLeft = within.isWindow ? within.scrollLeft : within.offset.left,\n\t\t\t\tcollisionPosLeft = position.left - data.collisionPosition.marginLeft,\n\t\t\t\toverLeft = collisionPosLeft - offsetLeft,\n\t\t\t\toverRight = collisionPosLeft + data.collisionWidth - outerWidth - offsetLeft,\n\t\t\t\tmyOffset = data.my[ 0 ] === \"left\" ?\n\t\t\t\t\t-data.elemWidth :\n\t\t\t\t\tdata.my[ 0 ] === \"right\" ?\n\t\t\t\t\t\tdata.elemWidth :\n\t\t\t\t\t\t0,\n\t\t\t\tatOffset = data.at[ 0 ] === \"left\" ?\n\t\t\t\t\tdata.targetWidth :\n\t\t\t\t\tdata.at[ 0 ] === \"right\" ?\n\t\t\t\t\t\t-data.targetWidth :\n\t\t\t\t\t\t0,\n\t\t\t\toffset = -2 * data.offset[ 0 ],\n\t\t\t\tnewOverRight,\n\t\t\t\tnewOverLeft;\n\n\t\t\tif ( overLeft < 0 ) {\n\t\t\t\tnewOverRight = position.left + myOffset + atOffset + offset + data.collisionWidth -\n\t\t\t\t\touterWidth - withinOffset;\n\t\t\t\tif ( newOverRight < 0 || newOverRight < abs( overLeft ) ) {\n\t\t\t\t\tposition.left += myOffset + atOffset + offset;\n\t\t\t\t}\n\t\t\t} else if ( overRight > 0 ) {\n\t\t\t\tnewOverLeft = position.left - data.collisionPosition.marginLeft + myOffset +\n\t\t\t\t\tatOffset + offset - offsetLeft;\n\t\t\t\tif ( newOverLeft > 0 || abs( newOverLeft ) < overRight ) {\n\t\t\t\t\tposition.left += myOffset + atOffset + offset;\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\ttop: function( position, data ) {\n\t\t\tvar within = data.within,\n\t\t\t\twithinOffset = within.offset.top + within.scrollTop,\n\t\t\t\touterHeight = within.height,\n\t\t\t\toffsetTop = within.isWindow ? within.scrollTop : within.offset.top,\n\t\t\t\tcollisionPosTop = position.top - data.collisionPosition.marginTop,\n\t\t\t\toverTop = collisionPosTop - offsetTop,\n\t\t\t\toverBottom = collisionPosTop + data.collisionHeight - outerHeight - offsetTop,\n\t\t\t\ttop = data.my[ 1 ] === \"top\",\n\t\t\t\tmyOffset = top ?\n\t\t\t\t\t-data.elemHeight :\n\t\t\t\t\tdata.my[ 1 ] === \"bottom\" ?\n\t\t\t\t\t\tdata.elemHeight :\n\t\t\t\t\t\t0,\n\t\t\t\tatOffset = data.at[ 1 ] === \"top\" ?\n\t\t\t\t\tdata.targetHeight :\n\t\t\t\t\tdata.at[ 1 ] === \"bottom\" ?\n\t\t\t\t\t\t-data.targetHeight :\n\t\t\t\t\t\t0,\n\t\t\t\toffset = -2 * data.offset[ 1 ],\n\t\t\t\tnewOverTop,\n\t\t\t\tnewOverBottom;\n\t\t\tif ( overTop < 0 ) {\n\t\t\t\tnewOverBottom = position.top + myOffset + atOffset + offset + data.collisionHeight -\n\t\t\t\t\touterHeight - withinOffset;\n\t\t\t\tif ( newOverBottom < 0 || newOverBottom < abs( overTop ) ) {\n\t\t\t\t\tposition.top += myOffset + atOffset + offset;\n\t\t\t\t}\n\t\t\t} else if ( overBottom > 0 ) {\n\t\t\t\tnewOverTop = position.top - data.collisionPosition.marginTop + myOffset + atOffset +\n\t\t\t\t\toffset - offsetTop;\n\t\t\t\tif ( newOverTop > 0 || abs( newOverTop ) < overBottom ) {\n\t\t\t\t\tposition.top += myOffset + atOffset + offset;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\tflipfit: {\n\t\tleft: function() {\n\t\t\t$.ui.position.flip.left.apply( this, arguments );\n\t\t\t$.ui.position.fit.left.apply( this, arguments );\n\t\t},\n\t\ttop: function() {\n\t\t\t$.ui.position.flip.top.apply( this, arguments );\n\t\t\t$.ui.position.fit.top.apply( this, arguments );\n\t\t}\n\t}\n};\n\n} )();\n\nvar position = $.ui.position;\n\n\n/*!\n * jQuery UI :data 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: :data Selector\n//>>group: Core\n//>>description: Selects elements which have data stored under the specified key.\n//>>docs: https://api.jqueryui.com/data-selector/\n\n\nvar data = $.extend( $.expr.pseudos, {\n\tdata: $.expr.createPseudo ?\n\t\t$.expr.createPseudo( function( dataName ) {\n\t\t\treturn function( elem ) {\n\t\t\t\treturn !!$.data( elem, dataName );\n\t\t\t};\n\t\t} ) :\n\n\t\t// Support: jQuery <1.8\n\t\tfunction( elem, i, match ) {\n\t\t\treturn !!$.data( elem, match[ 3 ] );\n\t\t}\n} );\n\n/*!\n * jQuery UI Disable Selection 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: disableSelection\n//>>group: Core\n//>>description: Disable selection of text content within the set of matched elements.\n//>>docs: https://api.jqueryui.com/disableSelection/\n\n// This file is deprecated\n\nvar disableSelection = $.fn.extend( {\n\tdisableSelection: ( function() {\n\t\tvar eventType = \"onselectstart\" in document.createElement( \"div\" ) ?\n\t\t\t\"selectstart\" :\n\t\t\t\"mousedown\";\n\n\t\treturn function() {\n\t\t\treturn this.on( eventType + \".ui-disableSelection\", function( event ) {\n\t\t\t\tevent.preventDefault();\n\t\t\t} );\n\t\t};\n\t} )(),\n\n\tenableSelection: function() {\n\t\treturn this.off( \".ui-disableSelection\" );\n\t}\n} );\n\n\n\n// Create a local jQuery because jQuery Color relies on it and the\n// global may not exist with AMD and a custom build (#10199).\n// This module is a noop if used as a regular AMD module.\n// eslint-disable-next-line no-unused-vars\nvar jQuery = $;\n\n\n/*!\n * jQuery Color Animations v2.2.0\n * https://github.com/jquery/jquery-color\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n *\n * Date: Sun May 10 09:02:36 2020 +0200\n */\n\n\n\n\tvar stepHooks = \"backgroundColor borderBottomColor borderLeftColor borderRightColor \" +\n\t\t\"borderTopColor color columnRuleColor outlineColor textDecorationColor textEmphasisColor\",\n\n\tclass2type = {},\n\ttoString = class2type.toString,\n\n\t// plusequals test for += 100 -= 100\n\trplusequals = /^([\\-+])=\\s*(\\d+\\.?\\d*)/,\n\n\t// a set of RE's that can match strings and generate color tuples.\n\tstringParsers = [ {\n\t\t\tre: /rgba?\\(\\s*(\\d{1,3})\\s*,\\s*(\\d{1,3})\\s*,\\s*(\\d{1,3})\\s*(?:,\\s*(\\d?(?:\\.\\d+)?)\\s*)?\\)/,\n\t\t\tparse: function( execResult ) {\n\t\t\t\treturn [\n\t\t\t\t\texecResult[ 1 ],\n\t\t\t\t\texecResult[ 2 ],\n\t\t\t\t\texecResult[ 3 ],\n\t\t\t\t\texecResult[ 4 ]\n\t\t\t\t];\n\t\t\t}\n\t\t}, {\n\t\t\tre: /rgba?\\(\\s*(\\d+(?:\\.\\d+)?)\\%\\s*,\\s*(\\d+(?:\\.\\d+)?)\\%\\s*,\\s*(\\d+(?:\\.\\d+)?)\\%\\s*(?:,\\s*(\\d?(?:\\.\\d+)?)\\s*)?\\)/,\n\t\t\tparse: function( execResult ) {\n\t\t\t\treturn [\n\t\t\t\t\texecResult[ 1 ] * 2.55,\n\t\t\t\t\texecResult[ 2 ] * 2.55,\n\t\t\t\t\texecResult[ 3 ] * 2.55,\n\t\t\t\t\texecResult[ 4 ]\n\t\t\t\t];\n\t\t\t}\n\t\t}, {\n\n\t\t\t// this regex ignores A-F because it's compared against an already lowercased string\n\t\t\tre: /#([a-f0-9]{2})([a-f0-9]{2})([a-f0-9]{2})([a-f0-9]{2})?/,\n\t\t\tparse: function( execResult ) {\n\t\t\t\treturn [\n\t\t\t\t\tparseInt( execResult[ 1 ], 16 ),\n\t\t\t\t\tparseInt( execResult[ 2 ], 16 ),\n\t\t\t\t\tparseInt( execResult[ 3 ], 16 ),\n\t\t\t\t\texecResult[ 4 ] ?\n\t\t\t\t\t\t( parseInt( execResult[ 4 ], 16 ) / 255 ).toFixed( 2 ) :\n\t\t\t\t\t\t1\n\t\t\t\t];\n\t\t\t}\n\t\t}, {\n\n\t\t\t// this regex ignores A-F because it's compared against an already lowercased string\n\t\t\tre: /#([a-f0-9])([a-f0-9])([a-f0-9])([a-f0-9])?/,\n\t\t\tparse: function( execResult ) {\n\t\t\t\treturn [\n\t\t\t\t\tparseInt( execResult[ 1 ] + execResult[ 1 ], 16 ),\n\t\t\t\t\tparseInt( execResult[ 2 ] + execResult[ 2 ], 16 ),\n\t\t\t\t\tparseInt( execResult[ 3 ] + execResult[ 3 ], 16 ),\n\t\t\t\t\texecResult[ 4 ] ?\n\t\t\t\t\t\t( parseInt( execResult[ 4 ] + execResult[ 4 ], 16 ) / 255 )\n\t\t\t\t\t\t\t.toFixed( 2 ) :\n\t\t\t\t\t\t1\n\t\t\t\t];\n\t\t\t}\n\t\t}, {\n\t\t\tre: /hsla?\\(\\s*(\\d+(?:\\.\\d+)?)\\s*,\\s*(\\d+(?:\\.\\d+)?)\\%\\s*,\\s*(\\d+(?:\\.\\d+)?)\\%\\s*(?:,\\s*(\\d?(?:\\.\\d+)?)\\s*)?\\)/,\n\t\t\tspace: \"hsla\",\n\t\t\tparse: function( execResult ) {\n\t\t\t\treturn [\n\t\t\t\t\texecResult[ 1 ],\n\t\t\t\t\texecResult[ 2 ] / 100,\n\t\t\t\t\texecResult[ 3 ] / 100,\n\t\t\t\t\texecResult[ 4 ]\n\t\t\t\t];\n\t\t\t}\n\t\t} ],\n\n\t// jQuery.Color( )\n\tcolor = jQuery.Color = function( color, green, blue, alpha ) {\n\t\treturn new jQuery.Color.fn.parse( color, green, blue, alpha );\n\t},\n\tspaces = {\n\t\trgba: {\n\t\t\tprops: {\n\t\t\t\tred: {\n\t\t\t\t\tidx: 0,\n\t\t\t\t\ttype: \"byte\"\n\t\t\t\t},\n\t\t\t\tgreen: {\n\t\t\t\t\tidx: 1,\n\t\t\t\t\ttype: \"byte\"\n\t\t\t\t},\n\t\t\t\tblue: {\n\t\t\t\t\tidx: 2,\n\t\t\t\t\ttype: \"byte\"\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\n\t\thsla: {\n\t\t\tprops: {\n\t\t\t\thue: {\n\t\t\t\t\tidx: 0,\n\t\t\t\t\ttype: \"degrees\"\n\t\t\t\t},\n\t\t\t\tsaturation: {\n\t\t\t\t\tidx: 1,\n\t\t\t\t\ttype: \"percent\"\n\t\t\t\t},\n\t\t\t\tlightness: {\n\t\t\t\t\tidx: 2,\n\t\t\t\t\ttype: \"percent\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\tpropTypes = {\n\t\t\"byte\": {\n\t\t\tfloor: true,\n\t\t\tmax: 255\n\t\t},\n\t\t\"percent\": {\n\t\t\tmax: 1\n\t\t},\n\t\t\"degrees\": {\n\t\t\tmod: 360,\n\t\t\tfloor: true\n\t\t}\n\t},\n\tsupport = color.support = {},\n\n\t// element for support tests\n\tsupportElem = jQuery( \"

            \" )[ 0 ],\n\n\t// colors = jQuery.Color.names\n\tcolors,\n\n\t// local aliases of functions called often\n\teach = jQuery.each;\n\n// determine rgba support immediately\nsupportElem.style.cssText = \"background-color:rgba(1,1,1,.5)\";\nsupport.rgba = supportElem.style.backgroundColor.indexOf( \"rgba\" ) > -1;\n\n// define cache name and alpha properties\n// for rgba and hsla spaces\neach( spaces, function( spaceName, space ) {\n\tspace.cache = \"_\" + spaceName;\n\tspace.props.alpha = {\n\t\tidx: 3,\n\t\ttype: \"percent\",\n\t\tdef: 1\n\t};\n} );\n\n// Populate the class2type map\njQuery.each( \"Boolean Number String Function Array Date RegExp Object Error Symbol\".split( \" \" ),\n\tfunction( _i, name ) {\n\t\tclass2type[ \"[object \" + name + \"]\" ] = name.toLowerCase();\n\t} );\n\nfunction getType( obj ) {\n\tif ( obj == null ) {\n\t\treturn obj + \"\";\n\t}\n\n\treturn typeof obj === \"object\" ?\n\t\tclass2type[ toString.call( obj ) ] || \"object\" :\n\t\ttypeof obj;\n}\n\nfunction clamp( value, prop, allowEmpty ) {\n\tvar type = propTypes[ prop.type ] || {};\n\n\tif ( value == null ) {\n\t\treturn ( allowEmpty || !prop.def ) ? null : prop.def;\n\t}\n\n\t// ~~ is an short way of doing floor for positive numbers\n\tvalue = type.floor ? ~~value : parseFloat( value );\n\n\t// IE will pass in empty strings as value for alpha,\n\t// which will hit this case\n\tif ( isNaN( value ) ) {\n\t\treturn prop.def;\n\t}\n\n\tif ( type.mod ) {\n\n\t\t// we add mod before modding to make sure that negatives values\n\t\t// get converted properly: -10 -> 350\n\t\treturn ( value + type.mod ) % type.mod;\n\t}\n\n\t// for now all property types without mod have min and max\n\treturn Math.min( type.max, Math.max( 0, value ) );\n}\n\nfunction stringParse( string ) {\n\tvar inst = color(),\n\t\trgba = inst._rgba = [];\n\n\tstring = string.toLowerCase();\n\n\teach( stringParsers, function( _i, parser ) {\n\t\tvar parsed,\n\t\t\tmatch = parser.re.exec( string ),\n\t\t\tvalues = match && parser.parse( match ),\n\t\t\tspaceName = parser.space || \"rgba\";\n\n\t\tif ( values ) {\n\t\t\tparsed = inst[ spaceName ]( values );\n\n\t\t\t// if this was an rgba parse the assignment might happen twice\n\t\t\t// oh well....\n\t\t\tinst[ spaces[ spaceName ].cache ] = parsed[ spaces[ spaceName ].cache ];\n\t\t\trgba = inst._rgba = parsed._rgba;\n\n\t\t\t// exit each( stringParsers ) here because we matched\n\t\t\treturn false;\n\t\t}\n\t} );\n\n\t// Found a stringParser that handled it\n\tif ( rgba.length ) {\n\n\t\t// if this came from a parsed string, force \"transparent\" when alpha is 0\n\t\t// chrome, (and maybe others) return \"transparent\" as rgba(0,0,0,0)\n\t\tif ( rgba.join() === \"0,0,0,0\" ) {\n\t\t\tjQuery.extend( rgba, colors.transparent );\n\t\t}\n\t\treturn inst;\n\t}\n\n\t// named colors\n\treturn colors[ string ];\n}\n\ncolor.fn = jQuery.extend( color.prototype, {\n\tparse: function( red, green, blue, alpha ) {\n\t\tif ( red === undefined ) {\n\t\t\tthis._rgba = [ null, null, null, null ];\n\t\t\treturn this;\n\t\t}\n\t\tif ( red.jquery || red.nodeType ) {\n\t\t\tred = jQuery( red ).css( green );\n\t\t\tgreen = undefined;\n\t\t}\n\n\t\tvar inst = this,\n\t\t\ttype = getType( red ),\n\t\t\trgba = this._rgba = [];\n\n\t\t// more than 1 argument specified - assume ( red, green, blue, alpha )\n\t\tif ( green !== undefined ) {\n\t\t\tred = [ red, green, blue, alpha ];\n\t\t\ttype = \"array\";\n\t\t}\n\n\t\tif ( type === \"string\" ) {\n\t\t\treturn this.parse( stringParse( red ) || colors._default );\n\t\t}\n\n\t\tif ( type === \"array\" ) {\n\t\t\teach( spaces.rgba.props, function( _key, prop ) {\n\t\t\t\trgba[ prop.idx ] = clamp( red[ prop.idx ], prop );\n\t\t\t} );\n\t\t\treturn this;\n\t\t}\n\n\t\tif ( type === \"object\" ) {\n\t\t\tif ( red instanceof color ) {\n\t\t\t\teach( spaces, function( _spaceName, space ) {\n\t\t\t\t\tif ( red[ space.cache ] ) {\n\t\t\t\t\t\tinst[ space.cache ] = red[ space.cache ].slice();\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t} else {\n\t\t\t\teach( spaces, function( _spaceName, space ) {\n\t\t\t\t\tvar cache = space.cache;\n\t\t\t\t\teach( space.props, function( key, prop ) {\n\n\t\t\t\t\t\t// if the cache doesn't exist, and we know how to convert\n\t\t\t\t\t\tif ( !inst[ cache ] && space.to ) {\n\n\t\t\t\t\t\t\t// if the value was null, we don't need to copy it\n\t\t\t\t\t\t\t// if the key was alpha, we don't need to copy it either\n\t\t\t\t\t\t\tif ( key === \"alpha\" || red[ key ] == null ) {\n\t\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tinst[ cache ] = space.to( inst._rgba );\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// this is the only case where we allow nulls for ALL properties.\n\t\t\t\t\t\t// call clamp with alwaysAllowEmpty\n\t\t\t\t\t\tinst[ cache ][ prop.idx ] = clamp( red[ key ], prop, true );\n\t\t\t\t\t} );\n\n\t\t\t\t\t// everything defined but alpha?\n\t\t\t\t\tif ( inst[ cache ] && jQuery.inArray( null, inst[ cache ].slice( 0, 3 ) ) < 0 ) {\n\n\t\t\t\t\t\t// use the default of 1\n\t\t\t\t\t\tif ( inst[ cache ][ 3 ] == null ) {\n\t\t\t\t\t\t\tinst[ cache ][ 3 ] = 1;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif ( space.from ) {\n\t\t\t\t\t\t\tinst._rgba = space.from( inst[ cache ] );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\t},\n\tis: function( compare ) {\n\t\tvar is = color( compare ),\n\t\t\tsame = true,\n\t\t\tinst = this;\n\n\t\teach( spaces, function( _, space ) {\n\t\t\tvar localCache,\n\t\t\t\tisCache = is[ space.cache ];\n\t\t\tif ( isCache ) {\n\t\t\t\tlocalCache = inst[ space.cache ] || space.to && space.to( inst._rgba ) || [];\n\t\t\t\teach( space.props, function( _, prop ) {\n\t\t\t\t\tif ( isCache[ prop.idx ] != null ) {\n\t\t\t\t\t\tsame = ( isCache[ prop.idx ] === localCache[ prop.idx ] );\n\t\t\t\t\t\treturn same;\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t\treturn same;\n\t\t} );\n\t\treturn same;\n\t},\n\t_space: function() {\n\t\tvar used = [],\n\t\t\tinst = this;\n\t\teach( spaces, function( spaceName, space ) {\n\t\t\tif ( inst[ space.cache ] ) {\n\t\t\t\tused.push( spaceName );\n\t\t\t}\n\t\t} );\n\t\treturn used.pop();\n\t},\n\ttransition: function( other, distance ) {\n\t\tvar end = color( other ),\n\t\t\tspaceName = end._space(),\n\t\t\tspace = spaces[ spaceName ],\n\t\t\tstartColor = this.alpha() === 0 ? color( \"transparent\" ) : this,\n\t\t\tstart = startColor[ space.cache ] || space.to( startColor._rgba ),\n\t\t\tresult = start.slice();\n\n\t\tend = end[ space.cache ];\n\t\teach( space.props, function( _key, prop ) {\n\t\t\tvar index = prop.idx,\n\t\t\t\tstartValue = start[ index ],\n\t\t\t\tendValue = end[ index ],\n\t\t\t\ttype = propTypes[ prop.type ] || {};\n\n\t\t\t// if null, don't override start value\n\t\t\tif ( endValue === null ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// if null - use end\n\t\t\tif ( startValue === null ) {\n\t\t\t\tresult[ index ] = endValue;\n\t\t\t} else {\n\t\t\t\tif ( type.mod ) {\n\t\t\t\t\tif ( endValue - startValue > type.mod / 2 ) {\n\t\t\t\t\t\tstartValue += type.mod;\n\t\t\t\t\t} else if ( startValue - endValue > type.mod / 2 ) {\n\t\t\t\t\t\tstartValue -= type.mod;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tresult[ index ] = clamp( ( endValue - startValue ) * distance + startValue, prop );\n\t\t\t}\n\t\t} );\n\t\treturn this[ spaceName ]( result );\n\t},\n\tblend: function( opaque ) {\n\n\t\t// if we are already opaque - return ourself\n\t\tif ( this._rgba[ 3 ] === 1 ) {\n\t\t\treturn this;\n\t\t}\n\n\t\tvar rgb = this._rgba.slice(),\n\t\t\ta = rgb.pop(),\n\t\t\tblend = color( opaque )._rgba;\n\n\t\treturn color( jQuery.map( rgb, function( v, i ) {\n\t\t\treturn ( 1 - a ) * blend[ i ] + a * v;\n\t\t} ) );\n\t},\n\ttoRgbaString: function() {\n\t\tvar prefix = \"rgba(\",\n\t\t\trgba = jQuery.map( this._rgba, function( v, i ) {\n\t\t\t\tif ( v != null ) {\n\t\t\t\t\treturn v;\n\t\t\t\t}\n\t\t\t\treturn i > 2 ? 1 : 0;\n\t\t\t} );\n\n\t\tif ( rgba[ 3 ] === 1 ) {\n\t\t\trgba.pop();\n\t\t\tprefix = \"rgb(\";\n\t\t}\n\n\t\treturn prefix + rgba.join() + \")\";\n\t},\n\ttoHslaString: function() {\n\t\tvar prefix = \"hsla(\",\n\t\t\thsla = jQuery.map( this.hsla(), function( v, i ) {\n\t\t\t\tif ( v == null ) {\n\t\t\t\t\tv = i > 2 ? 1 : 0;\n\t\t\t\t}\n\n\t\t\t\t// catch 1 and 2\n\t\t\t\tif ( i && i < 3 ) {\n\t\t\t\t\tv = Math.round( v * 100 ) + \"%\";\n\t\t\t\t}\n\t\t\t\treturn v;\n\t\t\t} );\n\n\t\tif ( hsla[ 3 ] === 1 ) {\n\t\t\thsla.pop();\n\t\t\tprefix = \"hsl(\";\n\t\t}\n\t\treturn prefix + hsla.join() + \")\";\n\t},\n\ttoHexString: function( includeAlpha ) {\n\t\tvar rgba = this._rgba.slice(),\n\t\t\talpha = rgba.pop();\n\n\t\tif ( includeAlpha ) {\n\t\t\trgba.push( ~~( alpha * 255 ) );\n\t\t}\n\n\t\treturn \"#\" + jQuery.map( rgba, function( v ) {\n\n\t\t\t// default to 0 when nulls exist\n\t\t\tv = ( v || 0 ).toString( 16 );\n\t\t\treturn v.length === 1 ? \"0\" + v : v;\n\t\t} ).join( \"\" );\n\t},\n\ttoString: function() {\n\t\treturn this._rgba[ 3 ] === 0 ? \"transparent\" : this.toRgbaString();\n\t}\n} );\ncolor.fn.parse.prototype = color.fn;\n\n// hsla conversions adapted from:\n// https://code.google.com/p/maashaack/source/browse/packages/graphics/trunk/src/graphics/colors/HUE2RGB.as?r=5021\n\nfunction hue2rgb( p, q, h ) {\n\th = ( h + 1 ) % 1;\n\tif ( h * 6 < 1 ) {\n\t\treturn p + ( q - p ) * h * 6;\n\t}\n\tif ( h * 2 < 1 ) {\n\t\treturn q;\n\t}\n\tif ( h * 3 < 2 ) {\n\t\treturn p + ( q - p ) * ( ( 2 / 3 ) - h ) * 6;\n\t}\n\treturn p;\n}\n\nspaces.hsla.to = function( rgba ) {\n\tif ( rgba[ 0 ] == null || rgba[ 1 ] == null || rgba[ 2 ] == null ) {\n\t\treturn [ null, null, null, rgba[ 3 ] ];\n\t}\n\tvar r = rgba[ 0 ] / 255,\n\t\tg = rgba[ 1 ] / 255,\n\t\tb = rgba[ 2 ] / 255,\n\t\ta = rgba[ 3 ],\n\t\tmax = Math.max( r, g, b ),\n\t\tmin = Math.min( r, g, b ),\n\t\tdiff = max - min,\n\t\tadd = max + min,\n\t\tl = add * 0.5,\n\t\th, s;\n\n\tif ( min === max ) {\n\t\th = 0;\n\t} else if ( r === max ) {\n\t\th = ( 60 * ( g - b ) / diff ) + 360;\n\t} else if ( g === max ) {\n\t\th = ( 60 * ( b - r ) / diff ) + 120;\n\t} else {\n\t\th = ( 60 * ( r - g ) / diff ) + 240;\n\t}\n\n\t// chroma (diff) == 0 means greyscale which, by definition, saturation = 0%\n\t// otherwise, saturation is based on the ratio of chroma (diff) to lightness (add)\n\tif ( diff === 0 ) {\n\t\ts = 0;\n\t} else if ( l <= 0.5 ) {\n\t\ts = diff / add;\n\t} else {\n\t\ts = diff / ( 2 - add );\n\t}\n\treturn [ Math.round( h ) % 360, s, l, a == null ? 1 : a ];\n};\n\nspaces.hsla.from = function( hsla ) {\n\tif ( hsla[ 0 ] == null || hsla[ 1 ] == null || hsla[ 2 ] == null ) {\n\t\treturn [ null, null, null, hsla[ 3 ] ];\n\t}\n\tvar h = hsla[ 0 ] / 360,\n\t\ts = hsla[ 1 ],\n\t\tl = hsla[ 2 ],\n\t\ta = hsla[ 3 ],\n\t\tq = l <= 0.5 ? l * ( 1 + s ) : l + s - l * s,\n\t\tp = 2 * l - q;\n\n\treturn [\n\t\tMath.round( hue2rgb( p, q, h + ( 1 / 3 ) ) * 255 ),\n\t\tMath.round( hue2rgb( p, q, h ) * 255 ),\n\t\tMath.round( hue2rgb( p, q, h - ( 1 / 3 ) ) * 255 ),\n\t\ta\n\t];\n};\n\n\neach( spaces, function( spaceName, space ) {\n\tvar props = space.props,\n\t\tcache = space.cache,\n\t\tto = space.to,\n\t\tfrom = space.from;\n\n\t// makes rgba() and hsla()\n\tcolor.fn[ spaceName ] = function( value ) {\n\n\t\t// generate a cache for this space if it doesn't exist\n\t\tif ( to && !this[ cache ] ) {\n\t\t\tthis[ cache ] = to( this._rgba );\n\t\t}\n\t\tif ( value === undefined ) {\n\t\t\treturn this[ cache ].slice();\n\t\t}\n\n\t\tvar ret,\n\t\t\ttype = getType( value ),\n\t\t\tarr = ( type === \"array\" || type === \"object\" ) ? value : arguments,\n\t\t\tlocal = this[ cache ].slice();\n\n\t\teach( props, function( key, prop ) {\n\t\t\tvar val = arr[ type === \"object\" ? key : prop.idx ];\n\t\t\tif ( val == null ) {\n\t\t\t\tval = local[ prop.idx ];\n\t\t\t}\n\t\t\tlocal[ prop.idx ] = clamp( val, prop );\n\t\t} );\n\n\t\tif ( from ) {\n\t\t\tret = color( from( local ) );\n\t\t\tret[ cache ] = local;\n\t\t\treturn ret;\n\t\t} else {\n\t\t\treturn color( local );\n\t\t}\n\t};\n\n\t// makes red() green() blue() alpha() hue() saturation() lightness()\n\teach( props, function( key, prop ) {\n\n\t\t// alpha is included in more than one space\n\t\tif ( color.fn[ key ] ) {\n\t\t\treturn;\n\t\t}\n\t\tcolor.fn[ key ] = function( value ) {\n\t\t\tvar local, cur, match, fn,\n\t\t\t\tvtype = getType( value );\n\n\t\t\tif ( key === \"alpha\" ) {\n\t\t\t\tfn = this._hsla ? \"hsla\" : \"rgba\";\n\t\t\t} else {\n\t\t\t\tfn = spaceName;\n\t\t\t}\n\t\t\tlocal = this[ fn ]();\n\t\t\tcur = local[ prop.idx ];\n\n\t\t\tif ( vtype === \"undefined\" ) {\n\t\t\t\treturn cur;\n\t\t\t}\n\n\t\t\tif ( vtype === \"function\" ) {\n\t\t\t\tvalue = value.call( this, cur );\n\t\t\t\tvtype = getType( value );\n\t\t\t}\n\t\t\tif ( value == null && prop.empty ) {\n\t\t\t\treturn this;\n\t\t\t}\n\t\t\tif ( vtype === \"string\" ) {\n\t\t\t\tmatch = rplusequals.exec( value );\n\t\t\t\tif ( match ) {\n\t\t\t\t\tvalue = cur + parseFloat( match[ 2 ] ) * ( match[ 1 ] === \"+\" ? 1 : -1 );\n\t\t\t\t}\n\t\t\t}\n\t\t\tlocal[ prop.idx ] = value;\n\t\t\treturn this[ fn ]( local );\n\t\t};\n\t} );\n} );\n\n// add cssHook and .fx.step function for each named hook.\n// accept a space separated string of properties\ncolor.hook = function( hook ) {\n\tvar hooks = hook.split( \" \" );\n\teach( hooks, function( _i, hook ) {\n\t\tjQuery.cssHooks[ hook ] = {\n\t\t\tset: function( elem, value ) {\n\t\t\t\tvar parsed, curElem,\n\t\t\t\t\tbackgroundColor = \"\";\n\n\t\t\t\tif ( value !== \"transparent\" && ( getType( value ) !== \"string\" || ( parsed = stringParse( value ) ) ) ) {\n\t\t\t\t\tvalue = color( parsed || value );\n\t\t\t\t\tif ( !support.rgba && value._rgba[ 3 ] !== 1 ) {\n\t\t\t\t\t\tcurElem = hook === \"backgroundColor\" ? elem.parentNode : elem;\n\t\t\t\t\t\twhile (\n\t\t\t\t\t\t\t( backgroundColor === \"\" || backgroundColor === \"transparent\" ) &&\n\t\t\t\t\t\t\tcurElem && curElem.style\n\t\t\t\t\t\t) {\n\t\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\t\tbackgroundColor = jQuery.css( curElem, \"backgroundColor\" );\n\t\t\t\t\t\t\t\tcurElem = curElem.parentNode;\n\t\t\t\t\t\t\t} catch ( e ) {\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tvalue = value.blend( backgroundColor && backgroundColor !== \"transparent\" ?\n\t\t\t\t\t\t\tbackgroundColor :\n\t\t\t\t\t\t\t\"_default\" );\n\t\t\t\t\t}\n\n\t\t\t\t\tvalue = value.toRgbaString();\n\t\t\t\t}\n\t\t\t\ttry {\n\t\t\t\t\telem.style[ hook ] = value;\n\t\t\t\t} catch ( e ) {\n\n\t\t\t\t\t// wrapped to prevent IE from throwing errors on \"invalid\" values like 'auto' or 'inherit'\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t\tjQuery.fx.step[ hook ] = function( fx ) {\n\t\t\tif ( !fx.colorInit ) {\n\t\t\t\tfx.start = color( fx.elem, hook );\n\t\t\t\tfx.end = color( fx.end );\n\t\t\t\tfx.colorInit = true;\n\t\t\t}\n\t\t\tjQuery.cssHooks[ hook ].set( fx.elem, fx.start.transition( fx.end, fx.pos ) );\n\t\t};\n\t} );\n\n};\n\ncolor.hook( stepHooks );\n\njQuery.cssHooks.borderColor = {\n\texpand: function( value ) {\n\t\tvar expanded = {};\n\n\t\teach( [ \"Top\", \"Right\", \"Bottom\", \"Left\" ], function( _i, part ) {\n\t\t\texpanded[ \"border\" + part + \"Color\" ] = value;\n\t\t} );\n\t\treturn expanded;\n\t}\n};\n\n// Basic color names only.\n// Usage of any of the other color names requires adding yourself or including\n// jquery.color.svg-names.js.\ncolors = jQuery.Color.names = {\n\n\t// 4.1. Basic color keywords\n\taqua: \"#00ffff\",\n\tblack: \"#000000\",\n\tblue: \"#0000ff\",\n\tfuchsia: \"#ff00ff\",\n\tgray: \"#808080\",\n\tgreen: \"#008000\",\n\tlime: \"#00ff00\",\n\tmaroon: \"#800000\",\n\tnavy: \"#000080\",\n\tolive: \"#808000\",\n\tpurple: \"#800080\",\n\tred: \"#ff0000\",\n\tsilver: \"#c0c0c0\",\n\tteal: \"#008080\",\n\twhite: \"#ffffff\",\n\tyellow: \"#ffff00\",\n\n\t// 4.2.3. \"transparent\" color keyword\n\ttransparent: [ null, null, null, 0 ],\n\n\t_default: \"#ffffff\"\n};\n\n\n/*!\n * jQuery UI Effects 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Effects Core\n//>>group: Effects\n/* eslint-disable max-len */\n//>>description: Extends the internal jQuery effects. Includes morphing and easing. Required by all other effects.\n/* eslint-enable max-len */\n//>>docs: https://api.jqueryui.com/category/effects-core/\n//>>demos: https://jqueryui.com/effect/\n\n\nvar dataSpace = \"ui-effects-\",\n\tdataSpaceStyle = \"ui-effects-style\",\n\tdataSpaceAnimated = \"ui-effects-animated\";\n\n$.effects = {\n\teffect: {}\n};\n\n/******************************************************************************/\n/****************************** CLASS ANIMATIONS ******************************/\n/******************************************************************************/\n( function() {\n\nvar classAnimationActions = [ \"add\", \"remove\", \"toggle\" ],\n\tshorthandStyles = {\n\t\tborder: 1,\n\t\tborderBottom: 1,\n\t\tborderColor: 1,\n\t\tborderLeft: 1,\n\t\tborderRight: 1,\n\t\tborderTop: 1,\n\t\tborderWidth: 1,\n\t\tmargin: 1,\n\t\tpadding: 1\n\t};\n\n$.each(\n\t[ \"borderLeftStyle\", \"borderRightStyle\", \"borderBottomStyle\", \"borderTopStyle\" ],\n\tfunction( _, prop ) {\n\t\t$.fx.step[ prop ] = function( fx ) {\n\t\t\tif ( fx.end !== \"none\" && !fx.setAttr || fx.pos === 1 && !fx.setAttr ) {\n\t\t\t\tjQuery.style( fx.elem, prop, fx.end );\n\t\t\t\tfx.setAttr = true;\n\t\t\t}\n\t\t};\n\t}\n);\n\nfunction camelCase( string ) {\n\treturn string.replace( /-([\\da-z])/gi, function( all, letter ) {\n\t\treturn letter.toUpperCase();\n\t} );\n}\n\nfunction getElementStyles( elem ) {\n\tvar key, len,\n\t\tstyle = elem.ownerDocument.defaultView ?\n\t\t\telem.ownerDocument.defaultView.getComputedStyle( elem, null ) :\n\t\t\telem.currentStyle,\n\t\tstyles = {};\n\n\tif ( style && style.length && style[ 0 ] && style[ style[ 0 ] ] ) {\n\t\tlen = style.length;\n\t\twhile ( len-- ) {\n\t\t\tkey = style[ len ];\n\t\t\tif ( typeof style[ key ] === \"string\" ) {\n\t\t\t\tstyles[ camelCase( key ) ] = style[ key ];\n\t\t\t}\n\t\t}\n\n\t// Support: Opera, IE <9\n\t} else {\n\t\tfor ( key in style ) {\n\t\t\tif ( typeof style[ key ] === \"string\" ) {\n\t\t\t\tstyles[ key ] = style[ key ];\n\t\t\t}\n\t\t}\n\t}\n\n\treturn styles;\n}\n\nfunction styleDifference( oldStyle, newStyle ) {\n\tvar diff = {},\n\t\tname, value;\n\n\tfor ( name in newStyle ) {\n\t\tvalue = newStyle[ name ];\n\t\tif ( oldStyle[ name ] !== value ) {\n\t\t\tif ( !shorthandStyles[ name ] ) {\n\t\t\t\tif ( $.fx.step[ name ] || !isNaN( parseFloat( value ) ) ) {\n\t\t\t\t\tdiff[ name ] = value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn diff;\n}\n\n// Support: jQuery <1.8\nif ( !$.fn.addBack ) {\n\t$.fn.addBack = function( selector ) {\n\t\treturn this.add( selector == null ?\n\t\t\tthis.prevObject : this.prevObject.filter( selector )\n\t\t);\n\t};\n}\n\n$.effects.animateClass = function( value, duration, easing, callback ) {\n\tvar o = $.speed( duration, easing, callback );\n\n\treturn this.queue( function() {\n\t\tvar animated = $( this ),\n\t\t\tbaseClass = animated.attr( \"class\" ) || \"\",\n\t\t\tapplyClassChange,\n\t\t\tallAnimations = o.children ? animated.find( \"*\" ).addBack() : animated;\n\n\t\t// Map the animated objects to store the original styles.\n\t\tallAnimations = allAnimations.map( function() {\n\t\t\tvar el = $( this );\n\t\t\treturn {\n\t\t\t\tel: el,\n\t\t\t\tstart: getElementStyles( this )\n\t\t\t};\n\t\t} );\n\n\t\t// Apply class change\n\t\tapplyClassChange = function() {\n\t\t\t$.each( classAnimationActions, function( i, action ) {\n\t\t\t\tif ( value[ action ] ) {\n\t\t\t\t\tanimated[ action + \"Class\" ]( value[ action ] );\n\t\t\t\t}\n\t\t\t} );\n\t\t};\n\t\tapplyClassChange();\n\n\t\t// Map all animated objects again - calculate new styles and diff\n\t\tallAnimations = allAnimations.map( function() {\n\t\t\tthis.end = getElementStyles( this.el[ 0 ] );\n\t\t\tthis.diff = styleDifference( this.start, this.end );\n\t\t\treturn this;\n\t\t} );\n\n\t\t// Apply original class\n\t\tanimated.attr( \"class\", baseClass );\n\n\t\t// Map all animated objects again - this time collecting a promise\n\t\tallAnimations = allAnimations.map( function() {\n\t\t\tvar styleInfo = this,\n\t\t\t\tdfd = $.Deferred(),\n\t\t\t\topts = $.extend( {}, o, {\n\t\t\t\t\tqueue: false,\n\t\t\t\t\tcomplete: function() {\n\t\t\t\t\t\tdfd.resolve( styleInfo );\n\t\t\t\t\t}\n\t\t\t\t} );\n\n\t\t\tthis.el.animate( this.diff, opts );\n\t\t\treturn dfd.promise();\n\t\t} );\n\n\t\t// Once all animations have completed:\n\t\t$.when.apply( $, allAnimations.get() ).done( function() {\n\n\t\t\t// Set the final class\n\t\t\tapplyClassChange();\n\n\t\t\t// For each animated element,\n\t\t\t// clear all css properties that were animated\n\t\t\t$.each( arguments, function() {\n\t\t\t\tvar el = this.el;\n\t\t\t\t$.each( this.diff, function( key ) {\n\t\t\t\t\tel.css( key, \"\" );\n\t\t\t\t} );\n\t\t\t} );\n\n\t\t\t// This is guarnteed to be there if you use jQuery.speed()\n\t\t\t// it also handles dequeuing the next anim...\n\t\t\to.complete.call( animated[ 0 ] );\n\t\t} );\n\t} );\n};\n\n$.fn.extend( {\n\taddClass: ( function( orig ) {\n\t\treturn function( classNames, speed, easing, callback ) {\n\t\t\treturn speed ?\n\t\t\t\t$.effects.animateClass.call( this,\n\t\t\t\t\t{ add: classNames }, speed, easing, callback ) :\n\t\t\t\torig.apply( this, arguments );\n\t\t};\n\t} )( $.fn.addClass ),\n\n\tremoveClass: ( function( orig ) {\n\t\treturn function( classNames, speed, easing, callback ) {\n\t\t\treturn arguments.length > 1 ?\n\t\t\t\t$.effects.animateClass.call( this,\n\t\t\t\t\t{ remove: classNames }, speed, easing, callback ) :\n\t\t\t\torig.apply( this, arguments );\n\t\t};\n\t} )( $.fn.removeClass ),\n\n\ttoggleClass: ( function( orig ) {\n\t\treturn function( classNames, force, speed, easing, callback ) {\n\t\t\tif ( typeof force === \"boolean\" || force === undefined ) {\n\t\t\t\tif ( !speed ) {\n\n\t\t\t\t\t// Without speed parameter\n\t\t\t\t\treturn orig.apply( this, arguments );\n\t\t\t\t} else {\n\t\t\t\t\treturn $.effects.animateClass.call( this,\n\t\t\t\t\t\t( force ? { add: classNames } : { remove: classNames } ),\n\t\t\t\t\t\tspeed, easing, callback );\n\t\t\t\t}\n\t\t\t} else {\n\n\t\t\t\t// Without force parameter\n\t\t\t\treturn $.effects.animateClass.call( this,\n\t\t\t\t\t{ toggle: classNames }, force, speed, easing );\n\t\t\t}\n\t\t};\n\t} )( $.fn.toggleClass ),\n\n\tswitchClass: function( remove, add, speed, easing, callback ) {\n\t\treturn $.effects.animateClass.call( this, {\n\t\t\tadd: add,\n\t\t\tremove: remove\n\t\t}, speed, easing, callback );\n\t}\n} );\n\n} )();\n\n/******************************************************************************/\n/*********************************** EFFECTS **********************************/\n/******************************************************************************/\n\n( function() {\n\nif ( $.expr && $.expr.pseudos && $.expr.pseudos.animated ) {\n\t$.expr.pseudos.animated = ( function( orig ) {\n\t\treturn function( elem ) {\n\t\t\treturn !!$( elem ).data( dataSpaceAnimated ) || orig( elem );\n\t\t};\n\t} )( $.expr.pseudos.animated );\n}\n\nif ( $.uiBackCompat !== false ) {\n\t$.extend( $.effects, {\n\n\t\t// Saves a set of properties in a data storage\n\t\tsave: function( element, set ) {\n\t\t\tvar i = 0, length = set.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tif ( set[ i ] !== null ) {\n\t\t\t\t\telement.data( dataSpace + set[ i ], element[ 0 ].style[ set[ i ] ] );\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\n\t\t// Restores a set of previously saved properties from a data storage\n\t\trestore: function( element, set ) {\n\t\t\tvar val, i = 0, length = set.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tif ( set[ i ] !== null ) {\n\t\t\t\t\tval = element.data( dataSpace + set[ i ] );\n\t\t\t\t\telement.css( set[ i ], val );\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\n\t\tsetMode: function( el, mode ) {\n\t\t\tif ( mode === \"toggle\" ) {\n\t\t\t\tmode = el.is( \":hidden\" ) ? \"show\" : \"hide\";\n\t\t\t}\n\t\t\treturn mode;\n\t\t},\n\n\t\t// Wraps the element around a wrapper that copies position properties\n\t\tcreateWrapper: function( element ) {\n\n\t\t\t// If the element is already wrapped, return it\n\t\t\tif ( element.parent().is( \".ui-effects-wrapper\" ) ) {\n\t\t\t\treturn element.parent();\n\t\t\t}\n\n\t\t\t// Wrap the element\n\t\t\tvar props = {\n\t\t\t\t\twidth: element.outerWidth( true ),\n\t\t\t\t\theight: element.outerHeight( true ),\n\t\t\t\t\t\"float\": element.css( \"float\" )\n\t\t\t\t},\n\t\t\t\twrapper = $( \"

            \" )\n\t\t\t\t\t.addClass( \"ui-effects-wrapper\" )\n\t\t\t\t\t.css( {\n\t\t\t\t\t\tfontSize: \"100%\",\n\t\t\t\t\t\tbackground: \"transparent\",\n\t\t\t\t\t\tborder: \"none\",\n\t\t\t\t\t\tmargin: 0,\n\t\t\t\t\t\tpadding: 0\n\t\t\t\t\t} ),\n\n\t\t\t\t// Store the size in case width/height are defined in % - Fixes #5245\n\t\t\t\tsize = {\n\t\t\t\t\twidth: element.width(),\n\t\t\t\t\theight: element.height()\n\t\t\t\t},\n\t\t\t\tactive = document.activeElement;\n\n\t\t\t// Support: Firefox\n\t\t\t// Firefox incorrectly exposes anonymous content\n\t\t\t// https://bugzilla.mozilla.org/show_bug.cgi?id=561664\n\t\t\ttry {\n\t\t\t\t// eslint-disable-next-line no-unused-expressions\n\t\t\t\tactive.id;\n\t\t\t} catch ( e ) {\n\t\t\t\tactive = document.body;\n\t\t\t}\n\n\t\t\telement.wrap( wrapper );\n\n\t\t\t// Fixes #7595 - Elements lose focus when wrapped.\n\t\t\tif ( element[ 0 ] === active || $.contains( element[ 0 ], active ) ) {\n\t\t\t\t$( active ).trigger( \"focus\" );\n\t\t\t}\n\n\t\t\t// Hotfix for jQuery 1.4 since some change in wrap() seems to actually\n\t\t\t// lose the reference to the wrapped element\n\t\t\twrapper = element.parent();\n\n\t\t\t// Transfer positioning properties to the wrapper\n\t\t\tif ( element.css( \"position\" ) === \"static\" ) {\n\t\t\t\twrapper.css( { position: \"relative\" } );\n\t\t\t\telement.css( { position: \"relative\" } );\n\t\t\t} else {\n\t\t\t\t$.extend( props, {\n\t\t\t\t\tposition: element.css( \"position\" ),\n\t\t\t\t\tzIndex: element.css( \"z-index\" )\n\t\t\t\t} );\n\t\t\t\t$.each( [ \"top\", \"left\", \"bottom\", \"right\" ], function( i, pos ) {\n\t\t\t\t\tprops[ pos ] = element.css( pos );\n\t\t\t\t\tif ( isNaN( parseInt( props[ pos ], 10 ) ) ) {\n\t\t\t\t\t\tprops[ pos ] = \"auto\";\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t\telement.css( {\n\t\t\t\t\tposition: \"relative\",\n\t\t\t\t\ttop: 0,\n\t\t\t\t\tleft: 0,\n\t\t\t\t\tright: \"auto\",\n\t\t\t\t\tbottom: \"auto\"\n\t\t\t\t} );\n\t\t\t}\n\t\t\telement.css( size );\n\n\t\t\treturn wrapper.css( props ).show();\n\t\t},\n\n\t\tremoveWrapper: function( element ) {\n\t\t\tvar active = document.activeElement;\n\n\t\t\tif ( element.parent().is( \".ui-effects-wrapper\" ) ) {\n\t\t\t\telement.parent().replaceWith( element );\n\n\t\t\t\t// Fixes #7595 - Elements lose focus when wrapped.\n\t\t\t\tif ( element[ 0 ] === active || $.contains( element[ 0 ], active ) ) {\n\t\t\t\t\t$( active ).trigger( \"focus\" );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\treturn element;\n\t\t}\n\t} );\n}\n\n$.extend( $.effects, {\n\tversion: \"1.13.3\",\n\n\tdefine: function( name, mode, effect ) {\n\t\tif ( !effect ) {\n\t\t\teffect = mode;\n\t\t\tmode = \"effect\";\n\t\t}\n\n\t\t$.effects.effect[ name ] = effect;\n\t\t$.effects.effect[ name ].mode = mode;\n\n\t\treturn effect;\n\t},\n\n\tscaledDimensions: function( element, percent, direction ) {\n\t\tif ( percent === 0 ) {\n\t\t\treturn {\n\t\t\t\theight: 0,\n\t\t\t\twidth: 0,\n\t\t\t\touterHeight: 0,\n\t\t\t\touterWidth: 0\n\t\t\t};\n\t\t}\n\n\t\tvar x = direction !== \"horizontal\" ? ( ( percent || 100 ) / 100 ) : 1,\n\t\t\ty = direction !== \"vertical\" ? ( ( percent || 100 ) / 100 ) : 1;\n\n\t\treturn {\n\t\t\theight: element.height() * y,\n\t\t\twidth: element.width() * x,\n\t\t\touterHeight: element.outerHeight() * y,\n\t\t\touterWidth: element.outerWidth() * x\n\t\t};\n\n\t},\n\n\tclipToBox: function( animation ) {\n\t\treturn {\n\t\t\twidth: animation.clip.right - animation.clip.left,\n\t\t\theight: animation.clip.bottom - animation.clip.top,\n\t\t\tleft: animation.clip.left,\n\t\t\ttop: animation.clip.top\n\t\t};\n\t},\n\n\t// Injects recently queued functions to be first in line (after \"inprogress\")\n\tunshift: function( element, queueLength, count ) {\n\t\tvar queue = element.queue();\n\n\t\tif ( queueLength > 1 ) {\n\t\t\tqueue.splice.apply( queue,\n\t\t\t\t[ 1, 0 ].concat( queue.splice( queueLength, count ) ) );\n\t\t}\n\t\telement.dequeue();\n\t},\n\n\tsaveStyle: function( element ) {\n\t\telement.data( dataSpaceStyle, element[ 0 ].style.cssText );\n\t},\n\n\trestoreStyle: function( element ) {\n\t\telement[ 0 ].style.cssText = element.data( dataSpaceStyle ) || \"\";\n\t\telement.removeData( dataSpaceStyle );\n\t},\n\n\tmode: function( element, mode ) {\n\t\tvar hidden = element.is( \":hidden\" );\n\n\t\tif ( mode === \"toggle\" ) {\n\t\t\tmode = hidden ? \"show\" : \"hide\";\n\t\t}\n\t\tif ( hidden ? mode === \"hide\" : mode === \"show\" ) {\n\t\t\tmode = \"none\";\n\t\t}\n\t\treturn mode;\n\t},\n\n\t// Translates a [top,left] array into a baseline value\n\tgetBaseline: function( origin, original ) {\n\t\tvar y, x;\n\n\t\tswitch ( origin[ 0 ] ) {\n\t\tcase \"top\":\n\t\t\ty = 0;\n\t\t\tbreak;\n\t\tcase \"middle\":\n\t\t\ty = 0.5;\n\t\t\tbreak;\n\t\tcase \"bottom\":\n\t\t\ty = 1;\n\t\t\tbreak;\n\t\tdefault:\n\t\t\ty = origin[ 0 ] / original.height;\n\t\t}\n\n\t\tswitch ( origin[ 1 ] ) {\n\t\tcase \"left\":\n\t\t\tx = 0;\n\t\t\tbreak;\n\t\tcase \"center\":\n\t\t\tx = 0.5;\n\t\t\tbreak;\n\t\tcase \"right\":\n\t\t\tx = 1;\n\t\t\tbreak;\n\t\tdefault:\n\t\t\tx = origin[ 1 ] / original.width;\n\t\t}\n\n\t\treturn {\n\t\t\tx: x,\n\t\t\ty: y\n\t\t};\n\t},\n\n\t// Creates a placeholder element so that the original element can be made absolute\n\tcreatePlaceholder: function( element ) {\n\t\tvar placeholder,\n\t\t\tcssPosition = element.css( \"position\" ),\n\t\t\tposition = element.position();\n\n\t\t// Lock in margins first to account for form elements, which\n\t\t// will change margin if you explicitly set height\n\t\t// see: https://jsfiddle.net/JZSMt/3/ https://bugs.webkit.org/show_bug.cgi?id=107380\n\t\t// Support: Safari\n\t\telement.css( {\n\t\t\tmarginTop: element.css( \"marginTop\" ),\n\t\t\tmarginBottom: element.css( \"marginBottom\" ),\n\t\t\tmarginLeft: element.css( \"marginLeft\" ),\n\t\t\tmarginRight: element.css( \"marginRight\" )\n\t\t} )\n\t\t.outerWidth( element.outerWidth() )\n\t\t.outerHeight( element.outerHeight() );\n\n\t\tif ( /^(static|relative)/.test( cssPosition ) ) {\n\t\t\tcssPosition = \"absolute\";\n\n\t\t\tplaceholder = $( \"<\" + element[ 0 ].nodeName + \">\" ).insertAfter( element ).css( {\n\n\t\t\t\t// Convert inline to inline block to account for inline elements\n\t\t\t\t// that turn to inline block based on content (like img)\n\t\t\t\tdisplay: /^(inline|ruby)/.test( element.css( \"display\" ) ) ?\n\t\t\t\t\t\"inline-block\" :\n\t\t\t\t\t\"block\",\n\t\t\t\tvisibility: \"hidden\",\n\n\t\t\t\t// Margins need to be set to account for margin collapse\n\t\t\t\tmarginTop: element.css( \"marginTop\" ),\n\t\t\t\tmarginBottom: element.css( \"marginBottom\" ),\n\t\t\t\tmarginLeft: element.css( \"marginLeft\" ),\n\t\t\t\tmarginRight: element.css( \"marginRight\" ),\n\t\t\t\t\"float\": element.css( \"float\" )\n\t\t\t} )\n\t\t\t.outerWidth( element.outerWidth() )\n\t\t\t.outerHeight( element.outerHeight() )\n\t\t\t.addClass( \"ui-effects-placeholder\" );\n\n\t\t\telement.data( dataSpace + \"placeholder\", placeholder );\n\t\t}\n\n\t\telement.css( {\n\t\t\tposition: cssPosition,\n\t\t\tleft: position.left,\n\t\t\ttop: position.top\n\t\t} );\n\n\t\treturn placeholder;\n\t},\n\n\tremovePlaceholder: function( element ) {\n\t\tvar dataKey = dataSpace + \"placeholder\",\n\t\t\t\tplaceholder = element.data( dataKey );\n\n\t\tif ( placeholder ) {\n\t\t\tplaceholder.remove();\n\t\t\telement.removeData( dataKey );\n\t\t}\n\t},\n\n\t// Removes a placeholder if it exists and restores\n\t// properties that were modified during placeholder creation\n\tcleanUp: function( element ) {\n\t\t$.effects.restoreStyle( element );\n\t\t$.effects.removePlaceholder( element );\n\t},\n\n\tsetTransition: function( element, list, factor, value ) {\n\t\tvalue = value || {};\n\t\t$.each( list, function( i, x ) {\n\t\t\tvar unit = element.cssUnit( x );\n\t\t\tif ( unit[ 0 ] > 0 ) {\n\t\t\t\tvalue[ x ] = unit[ 0 ] * factor + unit[ 1 ];\n\t\t\t}\n\t\t} );\n\t\treturn value;\n\t}\n} );\n\n// Return an effect options object for the given parameters:\nfunction _normalizeArguments( effect, options, speed, callback ) {\n\n\t// Allow passing all options as the first parameter\n\tif ( $.isPlainObject( effect ) ) {\n\t\toptions = effect;\n\t\teffect = effect.effect;\n\t}\n\n\t// Convert to an object\n\teffect = { effect: effect };\n\n\t// Catch (effect, null, ...)\n\tif ( options == null ) {\n\t\toptions = {};\n\t}\n\n\t// Catch (effect, callback)\n\tif ( typeof options === \"function\" ) {\n\t\tcallback = options;\n\t\tspeed = null;\n\t\toptions = {};\n\t}\n\n\t// Catch (effect, speed, ?)\n\tif ( typeof options === \"number\" || $.fx.speeds[ options ] ) {\n\t\tcallback = speed;\n\t\tspeed = options;\n\t\toptions = {};\n\t}\n\n\t// Catch (effect, options, callback)\n\tif ( typeof speed === \"function\" ) {\n\t\tcallback = speed;\n\t\tspeed = null;\n\t}\n\n\t// Add options to effect\n\tif ( options ) {\n\t\t$.extend( effect, options );\n\t}\n\n\tspeed = speed || options.duration;\n\teffect.duration = $.fx.off ? 0 :\n\t\ttypeof speed === \"number\" ? speed :\n\t\tspeed in $.fx.speeds ? $.fx.speeds[ speed ] :\n\t\t$.fx.speeds._default;\n\n\teffect.complete = callback || options.complete;\n\n\treturn effect;\n}\n\nfunction standardAnimationOption( option ) {\n\n\t// Valid standard speeds (nothing, number, named speed)\n\tif ( !option || typeof option === \"number\" || $.fx.speeds[ option ] ) {\n\t\treturn true;\n\t}\n\n\t// Invalid strings - treat as \"normal\" speed\n\tif ( typeof option === \"string\" && !$.effects.effect[ option ] ) {\n\t\treturn true;\n\t}\n\n\t// Complete callback\n\tif ( typeof option === \"function\" ) {\n\t\treturn true;\n\t}\n\n\t// Options hash (but not naming an effect)\n\tif ( typeof option === \"object\" && !option.effect ) {\n\t\treturn true;\n\t}\n\n\t// Didn't match any standard API\n\treturn false;\n}\n\n$.fn.extend( {\n\teffect: function( /* effect, options, speed, callback */ ) {\n\t\tvar args = _normalizeArguments.apply( this, arguments ),\n\t\t\teffectMethod = $.effects.effect[ args.effect ],\n\t\t\tdefaultMode = effectMethod.mode,\n\t\t\tqueue = args.queue,\n\t\t\tqueueName = queue || \"fx\",\n\t\t\tcomplete = args.complete,\n\t\t\tmode = args.mode,\n\t\t\tmodes = [],\n\t\t\tprefilter = function( next ) {\n\t\t\t\tvar el = $( this ),\n\t\t\t\t\tnormalizedMode = $.effects.mode( el, mode ) || defaultMode;\n\n\t\t\t\t// Sentinel for duck-punching the :animated pseudo-selector\n\t\t\t\tel.data( dataSpaceAnimated, true );\n\n\t\t\t\t// Save effect mode for later use,\n\t\t\t\t// we can't just call $.effects.mode again later,\n\t\t\t\t// as the .show() below destroys the initial state\n\t\t\t\tmodes.push( normalizedMode );\n\n\t\t\t\t// See $.uiBackCompat inside of run() for removal of defaultMode in 1.14\n\t\t\t\tif ( defaultMode && ( normalizedMode === \"show\" ||\n\t\t\t\t\t\t( normalizedMode === defaultMode && normalizedMode === \"hide\" ) ) ) {\n\t\t\t\t\tel.show();\n\t\t\t\t}\n\n\t\t\t\tif ( !defaultMode || normalizedMode !== \"none\" ) {\n\t\t\t\t\t$.effects.saveStyle( el );\n\t\t\t\t}\n\n\t\t\t\tif ( typeof next === \"function\" ) {\n\t\t\t\t\tnext();\n\t\t\t\t}\n\t\t\t};\n\n\t\tif ( $.fx.off || !effectMethod ) {\n\n\t\t\t// Delegate to the original method (e.g., .show()) if possible\n\t\t\tif ( mode ) {\n\t\t\t\treturn this[ mode ]( args.duration, complete );\n\t\t\t} else {\n\t\t\t\treturn this.each( function() {\n\t\t\t\t\tif ( complete ) {\n\t\t\t\t\t\tcomplete.call( this );\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t}\n\n\t\tfunction run( next ) {\n\t\t\tvar elem = $( this );\n\n\t\t\tfunction cleanup() {\n\t\t\t\telem.removeData( dataSpaceAnimated );\n\n\t\t\t\t$.effects.cleanUp( elem );\n\n\t\t\t\tif ( args.mode === \"hide\" ) {\n\t\t\t\t\telem.hide();\n\t\t\t\t}\n\n\t\t\t\tdone();\n\t\t\t}\n\n\t\t\tfunction done() {\n\t\t\t\tif ( typeof complete === \"function\" ) {\n\t\t\t\t\tcomplete.call( elem[ 0 ] );\n\t\t\t\t}\n\n\t\t\t\tif ( typeof next === \"function\" ) {\n\t\t\t\t\tnext();\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Override mode option on a per element basis,\n\t\t\t// as toggle can be either show or hide depending on element state\n\t\t\targs.mode = modes.shift();\n\n\t\t\tif ( $.uiBackCompat !== false && !defaultMode ) {\n\t\t\t\tif ( elem.is( \":hidden\" ) ? mode === \"hide\" : mode === \"show\" ) {\n\n\t\t\t\t\t// Call the core method to track \"olddisplay\" properly\n\t\t\t\t\telem[ mode ]();\n\t\t\t\t\tdone();\n\t\t\t\t} else {\n\t\t\t\t\teffectMethod.call( elem[ 0 ], args, done );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tif ( args.mode === \"none\" ) {\n\n\t\t\t\t\t// Call the core method to track \"olddisplay\" properly\n\t\t\t\t\telem[ mode ]();\n\t\t\t\t\tdone();\n\t\t\t\t} else {\n\t\t\t\t\teffectMethod.call( elem[ 0 ], args, cleanup );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Run prefilter on all elements first to ensure that\n\t\t// any showing or hiding happens before placeholder creation,\n\t\t// which ensures that any layout changes are correctly captured.\n\t\treturn queue === false ?\n\t\t\tthis.each( prefilter ).each( run ) :\n\t\t\tthis.queue( queueName, prefilter ).queue( queueName, run );\n\t},\n\n\tshow: ( function( orig ) {\n\t\treturn function( option ) {\n\t\t\tif ( standardAnimationOption( option ) ) {\n\t\t\t\treturn orig.apply( this, arguments );\n\t\t\t} else {\n\t\t\t\tvar args = _normalizeArguments.apply( this, arguments );\n\t\t\t\targs.mode = \"show\";\n\t\t\t\treturn this.effect.call( this, args );\n\t\t\t}\n\t\t};\n\t} )( $.fn.show ),\n\n\thide: ( function( orig ) {\n\t\treturn function( option ) {\n\t\t\tif ( standardAnimationOption( option ) ) {\n\t\t\t\treturn orig.apply( this, arguments );\n\t\t\t} else {\n\t\t\t\tvar args = _normalizeArguments.apply( this, arguments );\n\t\t\t\targs.mode = \"hide\";\n\t\t\t\treturn this.effect.call( this, args );\n\t\t\t}\n\t\t};\n\t} )( $.fn.hide ),\n\n\ttoggle: ( function( orig ) {\n\t\treturn function( option ) {\n\t\t\tif ( standardAnimationOption( option ) || typeof option === \"boolean\" ) {\n\t\t\t\treturn orig.apply( this, arguments );\n\t\t\t} else {\n\t\t\t\tvar args = _normalizeArguments.apply( this, arguments );\n\t\t\t\targs.mode = \"toggle\";\n\t\t\t\treturn this.effect.call( this, args );\n\t\t\t}\n\t\t};\n\t} )( $.fn.toggle ),\n\n\tcssUnit: function( key ) {\n\t\tvar style = this.css( key ),\n\t\t\tval = [];\n\n\t\t$.each( [ \"em\", \"px\", \"%\", \"pt\" ], function( i, unit ) {\n\t\t\tif ( style.indexOf( unit ) > 0 ) {\n\t\t\t\tval = [ parseFloat( style ), unit ];\n\t\t\t}\n\t\t} );\n\t\treturn val;\n\t},\n\n\tcssClip: function( clipObj ) {\n\t\tif ( clipObj ) {\n\t\t\treturn this.css( \"clip\", \"rect(\" + clipObj.top + \"px \" + clipObj.right + \"px \" +\n\t\t\t\tclipObj.bottom + \"px \" + clipObj.left + \"px)\" );\n\t\t}\n\t\treturn parseClip( this.css( \"clip\" ), this );\n\t},\n\n\ttransfer: function( options, done ) {\n\t\tvar element = $( this ),\n\t\t\ttarget = $( options.to ),\n\t\t\ttargetFixed = target.css( \"position\" ) === \"fixed\",\n\t\t\tbody = $( \"body\" ),\n\t\t\tfixTop = targetFixed ? body.scrollTop() : 0,\n\t\t\tfixLeft = targetFixed ? body.scrollLeft() : 0,\n\t\t\tendPosition = target.offset(),\n\t\t\tanimation = {\n\t\t\t\ttop: endPosition.top - fixTop,\n\t\t\t\tleft: endPosition.left - fixLeft,\n\t\t\t\theight: target.innerHeight(),\n\t\t\t\twidth: target.innerWidth()\n\t\t\t},\n\t\t\tstartPosition = element.offset(),\n\t\t\ttransfer = $( \"
            \" );\n\n\t\ttransfer\n\t\t\t.appendTo( \"body\" )\n\t\t\t.addClass( options.className )\n\t\t\t.css( {\n\t\t\t\ttop: startPosition.top - fixTop,\n\t\t\t\tleft: startPosition.left - fixLeft,\n\t\t\t\theight: element.innerHeight(),\n\t\t\t\twidth: element.innerWidth(),\n\t\t\t\tposition: targetFixed ? \"fixed\" : \"absolute\"\n\t\t\t} )\n\t\t\t.animate( animation, options.duration, options.easing, function() {\n\t\t\t\ttransfer.remove();\n\t\t\t\tif ( typeof done === \"function\" ) {\n\t\t\t\t\tdone();\n\t\t\t\t}\n\t\t\t} );\n\t}\n} );\n\nfunction parseClip( str, element ) {\n\t\tvar outerWidth = element.outerWidth(),\n\t\t\touterHeight = element.outerHeight(),\n\t\t\tclipRegex = /^rect\\((-?\\d*\\.?\\d*px|-?\\d+%|auto),?\\s*(-?\\d*\\.?\\d*px|-?\\d+%|auto),?\\s*(-?\\d*\\.?\\d*px|-?\\d+%|auto),?\\s*(-?\\d*\\.?\\d*px|-?\\d+%|auto)\\)$/,\n\t\t\tvalues = clipRegex.exec( str ) || [ \"\", 0, outerWidth, outerHeight, 0 ];\n\n\t\treturn {\n\t\t\ttop: parseFloat( values[ 1 ] ) || 0,\n\t\t\tright: values[ 2 ] === \"auto\" ? outerWidth : parseFloat( values[ 2 ] ),\n\t\t\tbottom: values[ 3 ] === \"auto\" ? outerHeight : parseFloat( values[ 3 ] ),\n\t\t\tleft: parseFloat( values[ 4 ] ) || 0\n\t\t};\n}\n\n$.fx.step.clip = function( fx ) {\n\tif ( !fx.clipInit ) {\n\t\tfx.start = $( fx.elem ).cssClip();\n\t\tif ( typeof fx.end === \"string\" ) {\n\t\t\tfx.end = parseClip( fx.end, fx.elem );\n\t\t}\n\t\tfx.clipInit = true;\n\t}\n\n\t$( fx.elem ).cssClip( {\n\t\ttop: fx.pos * ( fx.end.top - fx.start.top ) + fx.start.top,\n\t\tright: fx.pos * ( fx.end.right - fx.start.right ) + fx.start.right,\n\t\tbottom: fx.pos * ( fx.end.bottom - fx.start.bottom ) + fx.start.bottom,\n\t\tleft: fx.pos * ( fx.end.left - fx.start.left ) + fx.start.left\n\t} );\n};\n\n} )();\n\n/******************************************************************************/\n/*********************************** EASING ***********************************/\n/******************************************************************************/\n\n( function() {\n\n// Based on easing equations from Robert Penner (http://robertpenner.com/easing)\n\nvar baseEasings = {};\n\n$.each( [ \"Quad\", \"Cubic\", \"Quart\", \"Quint\", \"Expo\" ], function( i, name ) {\n\tbaseEasings[ name ] = function( p ) {\n\t\treturn Math.pow( p, i + 2 );\n\t};\n} );\n\n$.extend( baseEasings, {\n\tSine: function( p ) {\n\t\treturn 1 - Math.cos( p * Math.PI / 2 );\n\t},\n\tCirc: function( p ) {\n\t\treturn 1 - Math.sqrt( 1 - p * p );\n\t},\n\tElastic: function( p ) {\n\t\treturn p === 0 || p === 1 ? p :\n\t\t\t-Math.pow( 2, 8 * ( p - 1 ) ) * Math.sin( ( ( p - 1 ) * 80 - 7.5 ) * Math.PI / 15 );\n\t},\n\tBack: function( p ) {\n\t\treturn p * p * ( 3 * p - 2 );\n\t},\n\tBounce: function( p ) {\n\t\tvar pow2,\n\t\t\tbounce = 4;\n\n\t\twhile ( p < ( ( pow2 = Math.pow( 2, --bounce ) ) - 1 ) / 11 ) {}\n\t\treturn 1 / Math.pow( 4, 3 - bounce ) - 7.5625 * Math.pow( ( pow2 * 3 - 2 ) / 22 - p, 2 );\n\t}\n} );\n\n$.each( baseEasings, function( name, easeIn ) {\n\t$.easing[ \"easeIn\" + name ] = easeIn;\n\t$.easing[ \"easeOut\" + name ] = function( p ) {\n\t\treturn 1 - easeIn( 1 - p );\n\t};\n\t$.easing[ \"easeInOut\" + name ] = function( p ) {\n\t\treturn p < 0.5 ?\n\t\t\teaseIn( p * 2 ) / 2 :\n\t\t\t1 - easeIn( p * -2 + 2 ) / 2;\n\t};\n} );\n\n} )();\n\nvar effect = $.effects;\n\n\n/*!\n * jQuery UI Effects Blind 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Blind Effect\n//>>group: Effects\n//>>description: Blinds the element.\n//>>docs: https://api.jqueryui.com/blind-effect/\n//>>demos: https://jqueryui.com/effect/\n\n\nvar effectsEffectBlind = $.effects.define( \"blind\", \"hide\", function( options, done ) {\n\tvar map = {\n\t\t\tup: [ \"bottom\", \"top\" ],\n\t\t\tvertical: [ \"bottom\", \"top\" ],\n\t\t\tdown: [ \"top\", \"bottom\" ],\n\t\t\tleft: [ \"right\", \"left\" ],\n\t\t\thorizontal: [ \"right\", \"left\" ],\n\t\t\tright: [ \"left\", \"right\" ]\n\t\t},\n\t\telement = $( this ),\n\t\tdirection = options.direction || \"up\",\n\t\tstart = element.cssClip(),\n\t\tanimate = { clip: $.extend( {}, start ) },\n\t\tplaceholder = $.effects.createPlaceholder( element );\n\n\tanimate.clip[ map[ direction ][ 0 ] ] = animate.clip[ map[ direction ][ 1 ] ];\n\n\tif ( options.mode === \"show\" ) {\n\t\telement.cssClip( animate.clip );\n\t\tif ( placeholder ) {\n\t\t\tplaceholder.css( $.effects.clipToBox( animate ) );\n\t\t}\n\n\t\tanimate.clip = start;\n\t}\n\n\tif ( placeholder ) {\n\t\tplaceholder.animate( $.effects.clipToBox( animate ), options.duration, options.easing );\n\t}\n\n\telement.animate( animate, {\n\t\tqueue: false,\n\t\tduration: options.duration,\n\t\teasing: options.easing,\n\t\tcomplete: done\n\t} );\n} );\n\n\n/*!\n * jQuery UI Effects Bounce 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Bounce Effect\n//>>group: Effects\n//>>description: Bounces an element horizontally or vertically n times.\n//>>docs: https://api.jqueryui.com/bounce-effect/\n//>>demos: https://jqueryui.com/effect/\n\n\nvar effectsEffectBounce = $.effects.define( \"bounce\", function( options, done ) {\n\tvar upAnim, downAnim, refValue,\n\t\telement = $( this ),\n\n\t\t// Defaults:\n\t\tmode = options.mode,\n\t\thide = mode === \"hide\",\n\t\tshow = mode === \"show\",\n\t\tdirection = options.direction || \"up\",\n\t\tdistance = options.distance,\n\t\ttimes = options.times || 5,\n\n\t\t// Number of internal animations\n\t\tanims = times * 2 + ( show || hide ? 1 : 0 ),\n\t\tspeed = options.duration / anims,\n\t\teasing = options.easing,\n\n\t\t// Utility:\n\t\tref = ( direction === \"up\" || direction === \"down\" ) ? \"top\" : \"left\",\n\t\tmotion = ( direction === \"up\" || direction === \"left\" ),\n\t\ti = 0,\n\n\t\tqueuelen = element.queue().length;\n\n\t$.effects.createPlaceholder( element );\n\n\trefValue = element.css( ref );\n\n\t// Default distance for the BIGGEST bounce is the outer Distance / 3\n\tif ( !distance ) {\n\t\tdistance = element[ ref === \"top\" ? \"outerHeight\" : \"outerWidth\" ]() / 3;\n\t}\n\n\tif ( show ) {\n\t\tdownAnim = { opacity: 1 };\n\t\tdownAnim[ ref ] = refValue;\n\n\t\t// If we are showing, force opacity 0 and set the initial position\n\t\t// then do the \"first\" animation\n\t\telement\n\t\t\t.css( \"opacity\", 0 )\n\t\t\t.css( ref, motion ? -distance * 2 : distance * 2 )\n\t\t\t.animate( downAnim, speed, easing );\n\t}\n\n\t// Start at the smallest distance if we are hiding\n\tif ( hide ) {\n\t\tdistance = distance / Math.pow( 2, times - 1 );\n\t}\n\n\tdownAnim = {};\n\tdownAnim[ ref ] = refValue;\n\n\t// Bounces up/down/left/right then back to 0 -- times * 2 animations happen here\n\tfor ( ; i < times; i++ ) {\n\t\tupAnim = {};\n\t\tupAnim[ ref ] = ( motion ? \"-=\" : \"+=\" ) + distance;\n\n\t\telement\n\t\t\t.animate( upAnim, speed, easing )\n\t\t\t.animate( downAnim, speed, easing );\n\n\t\tdistance = hide ? distance * 2 : distance / 2;\n\t}\n\n\t// Last Bounce when Hiding\n\tif ( hide ) {\n\t\tupAnim = { opacity: 0 };\n\t\tupAnim[ ref ] = ( motion ? \"-=\" : \"+=\" ) + distance;\n\n\t\telement.animate( upAnim, speed, easing );\n\t}\n\n\telement.queue( done );\n\n\t$.effects.unshift( element, queuelen, anims + 1 );\n} );\n\n\n/*!\n * jQuery UI Effects Clip 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Clip Effect\n//>>group: Effects\n//>>description: Clips the element on and off like an old TV.\n//>>docs: https://api.jqueryui.com/clip-effect/\n//>>demos: https://jqueryui.com/effect/\n\n\nvar effectsEffectClip = $.effects.define( \"clip\", \"hide\", function( options, done ) {\n\tvar start,\n\t\tanimate = {},\n\t\telement = $( this ),\n\t\tdirection = options.direction || \"vertical\",\n\t\tboth = direction === \"both\",\n\t\thorizontal = both || direction === \"horizontal\",\n\t\tvertical = both || direction === \"vertical\";\n\n\tstart = element.cssClip();\n\tanimate.clip = {\n\t\ttop: vertical ? ( start.bottom - start.top ) / 2 : start.top,\n\t\tright: horizontal ? ( start.right - start.left ) / 2 : start.right,\n\t\tbottom: vertical ? ( start.bottom - start.top ) / 2 : start.bottom,\n\t\tleft: horizontal ? ( start.right - start.left ) / 2 : start.left\n\t};\n\n\t$.effects.createPlaceholder( element );\n\n\tif ( options.mode === \"show\" ) {\n\t\telement.cssClip( animate.clip );\n\t\tanimate.clip = start;\n\t}\n\n\telement.animate( animate, {\n\t\tqueue: false,\n\t\tduration: options.duration,\n\t\teasing: options.easing,\n\t\tcomplete: done\n\t} );\n\n} );\n\n\n/*!\n * jQuery UI Effects Drop 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Drop Effect\n//>>group: Effects\n//>>description: Moves an element in one direction and hides it at the same time.\n//>>docs: https://api.jqueryui.com/drop-effect/\n//>>demos: https://jqueryui.com/effect/\n\n\nvar effectsEffectDrop = $.effects.define( \"drop\", \"hide\", function( options, done ) {\n\n\tvar distance,\n\t\telement = $( this ),\n\t\tmode = options.mode,\n\t\tshow = mode === \"show\",\n\t\tdirection = options.direction || \"left\",\n\t\tref = ( direction === \"up\" || direction === \"down\" ) ? \"top\" : \"left\",\n\t\tmotion = ( direction === \"up\" || direction === \"left\" ) ? \"-=\" : \"+=\",\n\t\toppositeMotion = ( motion === \"+=\" ) ? \"-=\" : \"+=\",\n\t\tanimation = {\n\t\t\topacity: 0\n\t\t};\n\n\t$.effects.createPlaceholder( element );\n\n\tdistance = options.distance ||\n\t\telement[ ref === \"top\" ? \"outerHeight\" : \"outerWidth\" ]( true ) / 2;\n\n\tanimation[ ref ] = motion + distance;\n\n\tif ( show ) {\n\t\telement.css( animation );\n\n\t\tanimation[ ref ] = oppositeMotion + distance;\n\t\tanimation.opacity = 1;\n\t}\n\n\t// Animate\n\telement.animate( animation, {\n\t\tqueue: false,\n\t\tduration: options.duration,\n\t\teasing: options.easing,\n\t\tcomplete: done\n\t} );\n} );\n\n\n/*!\n * jQuery UI Effects Explode 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Explode Effect\n//>>group: Effects\n/* eslint-disable max-len */\n//>>description: Explodes an element in all directions into n pieces. Implodes an element to its original wholeness.\n/* eslint-enable max-len */\n//>>docs: https://api.jqueryui.com/explode-effect/\n//>>demos: https://jqueryui.com/effect/\n\n\nvar effectsEffectExplode = $.effects.define( \"explode\", \"hide\", function( options, done ) {\n\n\tvar i, j, left, top, mx, my,\n\t\trows = options.pieces ? Math.round( Math.sqrt( options.pieces ) ) : 3,\n\t\tcells = rows,\n\t\telement = $( this ),\n\t\tmode = options.mode,\n\t\tshow = mode === \"show\",\n\n\t\t// Show and then visibility:hidden the element before calculating offset\n\t\toffset = element.show().css( \"visibility\", \"hidden\" ).offset(),\n\n\t\t// Width and height of a piece\n\t\twidth = Math.ceil( element.outerWidth() / cells ),\n\t\theight = Math.ceil( element.outerHeight() / rows ),\n\t\tpieces = [];\n\n\t// Children animate complete:\n\tfunction childComplete() {\n\t\tpieces.push( this );\n\t\tif ( pieces.length === rows * cells ) {\n\t\t\tanimComplete();\n\t\t}\n\t}\n\n\t// Clone the element for each row and cell.\n\tfor ( i = 0; i < rows; i++ ) { // ===>\n\t\ttop = offset.top + i * height;\n\t\tmy = i - ( rows - 1 ) / 2;\n\n\t\tfor ( j = 0; j < cells; j++ ) { // |||\n\t\t\tleft = offset.left + j * width;\n\t\t\tmx = j - ( cells - 1 ) / 2;\n\n\t\t\t// Create a clone of the now hidden main element that will be absolute positioned\n\t\t\t// within a wrapper div off the -left and -top equal to size of our pieces\n\t\t\telement\n\t\t\t\t.clone()\n\t\t\t\t.appendTo( \"body\" )\n\t\t\t\t.wrap( \"
            \" )\n\t\t\t\t.css( {\n\t\t\t\t\tposition: \"absolute\",\n\t\t\t\t\tvisibility: \"visible\",\n\t\t\t\t\tleft: -j * width,\n\t\t\t\t\ttop: -i * height\n\t\t\t\t} )\n\n\t\t\t\t// Select the wrapper - make it overflow: hidden and absolute positioned based on\n\t\t\t\t// where the original was located +left and +top equal to the size of pieces\n\t\t\t\t.parent()\n\t\t\t\t\t.addClass( \"ui-effects-explode\" )\n\t\t\t\t\t.css( {\n\t\t\t\t\t\tposition: \"absolute\",\n\t\t\t\t\t\toverflow: \"hidden\",\n\t\t\t\t\t\twidth: width,\n\t\t\t\t\t\theight: height,\n\t\t\t\t\t\tleft: left + ( show ? mx * width : 0 ),\n\t\t\t\t\t\ttop: top + ( show ? my * height : 0 ),\n\t\t\t\t\t\topacity: show ? 0 : 1\n\t\t\t\t\t} )\n\t\t\t\t\t.animate( {\n\t\t\t\t\t\tleft: left + ( show ? 0 : mx * width ),\n\t\t\t\t\t\ttop: top + ( show ? 0 : my * height ),\n\t\t\t\t\t\topacity: show ? 1 : 0\n\t\t\t\t\t}, options.duration || 500, options.easing, childComplete );\n\t\t}\n\t}\n\n\tfunction animComplete() {\n\t\telement.css( {\n\t\t\tvisibility: \"visible\"\n\t\t} );\n\t\t$( pieces ).remove();\n\t\tdone();\n\t}\n} );\n\n\n/*!\n * jQuery UI Effects Fade 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Fade Effect\n//>>group: Effects\n//>>description: Fades the element.\n//>>docs: https://api.jqueryui.com/fade-effect/\n//>>demos: https://jqueryui.com/effect/\n\n\nvar effectsEffectFade = $.effects.define( \"fade\", \"toggle\", function( options, done ) {\n\tvar show = options.mode === \"show\";\n\n\t$( this )\n\t\t.css( \"opacity\", show ? 0 : 1 )\n\t\t.animate( {\n\t\t\topacity: show ? 1 : 0\n\t\t}, {\n\t\t\tqueue: false,\n\t\t\tduration: options.duration,\n\t\t\teasing: options.easing,\n\t\t\tcomplete: done\n\t\t} );\n} );\n\n\n/*!\n * jQuery UI Effects Fold 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Fold Effect\n//>>group: Effects\n//>>description: Folds an element first horizontally and then vertically.\n//>>docs: https://api.jqueryui.com/fold-effect/\n//>>demos: https://jqueryui.com/effect/\n\n\nvar effectsEffectFold = $.effects.define( \"fold\", \"hide\", function( options, done ) {\n\n\t// Create element\n\tvar element = $( this ),\n\t\tmode = options.mode,\n\t\tshow = mode === \"show\",\n\t\thide = mode === \"hide\",\n\t\tsize = options.size || 15,\n\t\tpercent = /([0-9]+)%/.exec( size ),\n\t\thorizFirst = !!options.horizFirst,\n\t\tref = horizFirst ? [ \"right\", \"bottom\" ] : [ \"bottom\", \"right\" ],\n\t\tduration = options.duration / 2,\n\n\t\tplaceholder = $.effects.createPlaceholder( element ),\n\n\t\tstart = element.cssClip(),\n\t\tanimation1 = { clip: $.extend( {}, start ) },\n\t\tanimation2 = { clip: $.extend( {}, start ) },\n\n\t\tdistance = [ start[ ref[ 0 ] ], start[ ref[ 1 ] ] ],\n\n\t\tqueuelen = element.queue().length;\n\n\tif ( percent ) {\n\t\tsize = parseInt( percent[ 1 ], 10 ) / 100 * distance[ hide ? 0 : 1 ];\n\t}\n\tanimation1.clip[ ref[ 0 ] ] = size;\n\tanimation2.clip[ ref[ 0 ] ] = size;\n\tanimation2.clip[ ref[ 1 ] ] = 0;\n\n\tif ( show ) {\n\t\telement.cssClip( animation2.clip );\n\t\tif ( placeholder ) {\n\t\t\tplaceholder.css( $.effects.clipToBox( animation2 ) );\n\t\t}\n\n\t\tanimation2.clip = start;\n\t}\n\n\t// Animate\n\telement\n\t\t.queue( function( next ) {\n\t\t\tif ( placeholder ) {\n\t\t\t\tplaceholder\n\t\t\t\t\t.animate( $.effects.clipToBox( animation1 ), duration, options.easing )\n\t\t\t\t\t.animate( $.effects.clipToBox( animation2 ), duration, options.easing );\n\t\t\t}\n\n\t\t\tnext();\n\t\t} )\n\t\t.animate( animation1, duration, options.easing )\n\t\t.animate( animation2, duration, options.easing )\n\t\t.queue( done );\n\n\t$.effects.unshift( element, queuelen, 4 );\n} );\n\n\n/*!\n * jQuery UI Effects Highlight 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Highlight Effect\n//>>group: Effects\n//>>description: Highlights the background of an element in a defined color for a custom duration.\n//>>docs: https://api.jqueryui.com/highlight-effect/\n//>>demos: https://jqueryui.com/effect/\n\n\nvar effectsEffectHighlight = $.effects.define( \"highlight\", \"show\", function( options, done ) {\n\tvar element = $( this ),\n\t\tanimation = {\n\t\t\tbackgroundColor: element.css( \"backgroundColor\" )\n\t\t};\n\n\tif ( options.mode === \"hide\" ) {\n\t\tanimation.opacity = 0;\n\t}\n\n\t$.effects.saveStyle( element );\n\n\telement\n\t\t.css( {\n\t\t\tbackgroundImage: \"none\",\n\t\t\tbackgroundColor: options.color || \"#ffff99\"\n\t\t} )\n\t\t.animate( animation, {\n\t\t\tqueue: false,\n\t\t\tduration: options.duration,\n\t\t\teasing: options.easing,\n\t\t\tcomplete: done\n\t\t} );\n} );\n\n\n/*!\n * jQuery UI Effects Size 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Size Effect\n//>>group: Effects\n//>>description: Resize an element to a specified width and height.\n//>>docs: https://api.jqueryui.com/size-effect/\n//>>demos: https://jqueryui.com/effect/\n\n\nvar effectsEffectSize = $.effects.define( \"size\", function( options, done ) {\n\n\t// Create element\n\tvar baseline, factor, temp,\n\t\telement = $( this ),\n\n\t\t// Copy for children\n\t\tcProps = [ \"fontSize\" ],\n\t\tvProps = [ \"borderTopWidth\", \"borderBottomWidth\", \"paddingTop\", \"paddingBottom\" ],\n\t\thProps = [ \"borderLeftWidth\", \"borderRightWidth\", \"paddingLeft\", \"paddingRight\" ],\n\n\t\t// Set options\n\t\tmode = options.mode,\n\t\trestore = mode !== \"effect\",\n\t\tscale = options.scale || \"both\",\n\t\torigin = options.origin || [ \"middle\", \"center\" ],\n\t\tposition = element.css( \"position\" ),\n\t\tpos = element.position(),\n\t\toriginal = $.effects.scaledDimensions( element ),\n\t\tfrom = options.from || original,\n\t\tto = options.to || $.effects.scaledDimensions( element, 0 );\n\n\t$.effects.createPlaceholder( element );\n\n\tif ( mode === \"show\" ) {\n\t\ttemp = from;\n\t\tfrom = to;\n\t\tto = temp;\n\t}\n\n\t// Set scaling factor\n\tfactor = {\n\t\tfrom: {\n\t\t\ty: from.height / original.height,\n\t\t\tx: from.width / original.width\n\t\t},\n\t\tto: {\n\t\t\ty: to.height / original.height,\n\t\t\tx: to.width / original.width\n\t\t}\n\t};\n\n\t// Scale the css box\n\tif ( scale === \"box\" || scale === \"both\" ) {\n\n\t\t// Vertical props scaling\n\t\tif ( factor.from.y !== factor.to.y ) {\n\t\t\tfrom = $.effects.setTransition( element, vProps, factor.from.y, from );\n\t\t\tto = $.effects.setTransition( element, vProps, factor.to.y, to );\n\t\t}\n\n\t\t// Horizontal props scaling\n\t\tif ( factor.from.x !== factor.to.x ) {\n\t\t\tfrom = $.effects.setTransition( element, hProps, factor.from.x, from );\n\t\t\tto = $.effects.setTransition( element, hProps, factor.to.x, to );\n\t\t}\n\t}\n\n\t// Scale the content\n\tif ( scale === \"content\" || scale === \"both\" ) {\n\n\t\t// Vertical props scaling\n\t\tif ( factor.from.y !== factor.to.y ) {\n\t\t\tfrom = $.effects.setTransition( element, cProps, factor.from.y, from );\n\t\t\tto = $.effects.setTransition( element, cProps, factor.to.y, to );\n\t\t}\n\t}\n\n\t// Adjust the position properties based on the provided origin points\n\tif ( origin ) {\n\t\tbaseline = $.effects.getBaseline( origin, original );\n\t\tfrom.top = ( original.outerHeight - from.outerHeight ) * baseline.y + pos.top;\n\t\tfrom.left = ( original.outerWidth - from.outerWidth ) * baseline.x + pos.left;\n\t\tto.top = ( original.outerHeight - to.outerHeight ) * baseline.y + pos.top;\n\t\tto.left = ( original.outerWidth - to.outerWidth ) * baseline.x + pos.left;\n\t}\n\tdelete from.outerHeight;\n\tdelete from.outerWidth;\n\telement.css( from );\n\n\t// Animate the children if desired\n\tif ( scale === \"content\" || scale === \"both\" ) {\n\n\t\tvProps = vProps.concat( [ \"marginTop\", \"marginBottom\" ] ).concat( cProps );\n\t\thProps = hProps.concat( [ \"marginLeft\", \"marginRight\" ] );\n\n\t\t// Only animate children with width attributes specified\n\t\t// TODO: is this right? should we include anything with css width specified as well\n\t\telement.find( \"*[width]\" ).each( function() {\n\t\t\tvar child = $( this ),\n\t\t\t\tchildOriginal = $.effects.scaledDimensions( child ),\n\t\t\t\tchildFrom = {\n\t\t\t\t\theight: childOriginal.height * factor.from.y,\n\t\t\t\t\twidth: childOriginal.width * factor.from.x,\n\t\t\t\t\touterHeight: childOriginal.outerHeight * factor.from.y,\n\t\t\t\t\touterWidth: childOriginal.outerWidth * factor.from.x\n\t\t\t\t},\n\t\t\t\tchildTo = {\n\t\t\t\t\theight: childOriginal.height * factor.to.y,\n\t\t\t\t\twidth: childOriginal.width * factor.to.x,\n\t\t\t\t\touterHeight: childOriginal.height * factor.to.y,\n\t\t\t\t\touterWidth: childOriginal.width * factor.to.x\n\t\t\t\t};\n\n\t\t\t// Vertical props scaling\n\t\t\tif ( factor.from.y !== factor.to.y ) {\n\t\t\t\tchildFrom = $.effects.setTransition( child, vProps, factor.from.y, childFrom );\n\t\t\t\tchildTo = $.effects.setTransition( child, vProps, factor.to.y, childTo );\n\t\t\t}\n\n\t\t\t// Horizontal props scaling\n\t\t\tif ( factor.from.x !== factor.to.x ) {\n\t\t\t\tchildFrom = $.effects.setTransition( child, hProps, factor.from.x, childFrom );\n\t\t\t\tchildTo = $.effects.setTransition( child, hProps, factor.to.x, childTo );\n\t\t\t}\n\n\t\t\tif ( restore ) {\n\t\t\t\t$.effects.saveStyle( child );\n\t\t\t}\n\n\t\t\t// Animate children\n\t\t\tchild.css( childFrom );\n\t\t\tchild.animate( childTo, options.duration, options.easing, function() {\n\n\t\t\t\t// Restore children\n\t\t\t\tif ( restore ) {\n\t\t\t\t\t$.effects.restoreStyle( child );\n\t\t\t\t}\n\t\t\t} );\n\t\t} );\n\t}\n\n\t// Animate\n\telement.animate( to, {\n\t\tqueue: false,\n\t\tduration: options.duration,\n\t\teasing: options.easing,\n\t\tcomplete: function() {\n\n\t\t\tvar offset = element.offset();\n\n\t\t\tif ( to.opacity === 0 ) {\n\t\t\t\telement.css( \"opacity\", from.opacity );\n\t\t\t}\n\n\t\t\tif ( !restore ) {\n\t\t\t\telement\n\t\t\t\t\t.css( \"position\", position === \"static\" ? \"relative\" : position )\n\t\t\t\t\t.offset( offset );\n\n\t\t\t\t// Need to save style here so that automatic style restoration\n\t\t\t\t// doesn't restore to the original styles from before the animation.\n\t\t\t\t$.effects.saveStyle( element );\n\t\t\t}\n\n\t\t\tdone();\n\t\t}\n\t} );\n\n} );\n\n\n/*!\n * jQuery UI Effects Scale 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Scale Effect\n//>>group: Effects\n//>>description: Grows or shrinks an element and its content.\n//>>docs: https://api.jqueryui.com/scale-effect/\n//>>demos: https://jqueryui.com/effect/\n\n\nvar effectsEffectScale = $.effects.define( \"scale\", function( options, done ) {\n\n\t// Create element\n\tvar el = $( this ),\n\t\tmode = options.mode,\n\t\tpercent = parseInt( options.percent, 10 ) ||\n\t\t\t( parseInt( options.percent, 10 ) === 0 ? 0 : ( mode !== \"effect\" ? 0 : 100 ) ),\n\n\t\tnewOptions = $.extend( true, {\n\t\t\tfrom: $.effects.scaledDimensions( el ),\n\t\t\tto: $.effects.scaledDimensions( el, percent, options.direction || \"both\" ),\n\t\t\torigin: options.origin || [ \"middle\", \"center\" ]\n\t\t}, options );\n\n\t// Fade option to support puff\n\tif ( options.fade ) {\n\t\tnewOptions.from.opacity = 1;\n\t\tnewOptions.to.opacity = 0;\n\t}\n\n\t$.effects.effect.size.call( this, newOptions, done );\n} );\n\n\n/*!\n * jQuery UI Effects Puff 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Puff Effect\n//>>group: Effects\n//>>description: Creates a puff effect by scaling the element up and hiding it at the same time.\n//>>docs: https://api.jqueryui.com/puff-effect/\n//>>demos: https://jqueryui.com/effect/\n\n\nvar effectsEffectPuff = $.effects.define( \"puff\", \"hide\", function( options, done ) {\n\tvar newOptions = $.extend( true, {}, options, {\n\t\tfade: true,\n\t\tpercent: parseInt( options.percent, 10 ) || 150\n\t} );\n\n\t$.effects.effect.scale.call( this, newOptions, done );\n} );\n\n\n/*!\n * jQuery UI Effects Pulsate 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Pulsate Effect\n//>>group: Effects\n//>>description: Pulsates an element n times by changing the opacity to zero and back.\n//>>docs: https://api.jqueryui.com/pulsate-effect/\n//>>demos: https://jqueryui.com/effect/\n\n\nvar effectsEffectPulsate = $.effects.define( \"pulsate\", \"show\", function( options, done ) {\n\tvar element = $( this ),\n\t\tmode = options.mode,\n\t\tshow = mode === \"show\",\n\t\thide = mode === \"hide\",\n\t\tshowhide = show || hide,\n\n\t\t// Showing or hiding leaves off the \"last\" animation\n\t\tanims = ( ( options.times || 5 ) * 2 ) + ( showhide ? 1 : 0 ),\n\t\tduration = options.duration / anims,\n\t\tanimateTo = 0,\n\t\ti = 1,\n\t\tqueuelen = element.queue().length;\n\n\tif ( show || !element.is( \":visible\" ) ) {\n\t\telement.css( \"opacity\", 0 ).show();\n\t\tanimateTo = 1;\n\t}\n\n\t// Anims - 1 opacity \"toggles\"\n\tfor ( ; i < anims; i++ ) {\n\t\telement.animate( { opacity: animateTo }, duration, options.easing );\n\t\tanimateTo = 1 - animateTo;\n\t}\n\n\telement.animate( { opacity: animateTo }, duration, options.easing );\n\n\telement.queue( done );\n\n\t$.effects.unshift( element, queuelen, anims + 1 );\n} );\n\n\n/*!\n * jQuery UI Effects Shake 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Shake Effect\n//>>group: Effects\n//>>description: Shakes an element horizontally or vertically n times.\n//>>docs: https://api.jqueryui.com/shake-effect/\n//>>demos: https://jqueryui.com/effect/\n\n\nvar effectsEffectShake = $.effects.define( \"shake\", function( options, done ) {\n\n\tvar i = 1,\n\t\telement = $( this ),\n\t\tdirection = options.direction || \"left\",\n\t\tdistance = options.distance || 20,\n\t\ttimes = options.times || 3,\n\t\tanims = times * 2 + 1,\n\t\tspeed = Math.round( options.duration / anims ),\n\t\tref = ( direction === \"up\" || direction === \"down\" ) ? \"top\" : \"left\",\n\t\tpositiveMotion = ( direction === \"up\" || direction === \"left\" ),\n\t\tanimation = {},\n\t\tanimation1 = {},\n\t\tanimation2 = {},\n\n\t\tqueuelen = element.queue().length;\n\n\t$.effects.createPlaceholder( element );\n\n\t// Animation\n\tanimation[ ref ] = ( positiveMotion ? \"-=\" : \"+=\" ) + distance;\n\tanimation1[ ref ] = ( positiveMotion ? \"+=\" : \"-=\" ) + distance * 2;\n\tanimation2[ ref ] = ( positiveMotion ? \"-=\" : \"+=\" ) + distance * 2;\n\n\t// Animate\n\telement.animate( animation, speed, options.easing );\n\n\t// Shakes\n\tfor ( ; i < times; i++ ) {\n\t\telement\n\t\t\t.animate( animation1, speed, options.easing )\n\t\t\t.animate( animation2, speed, options.easing );\n\t}\n\n\telement\n\t\t.animate( animation1, speed, options.easing )\n\t\t.animate( animation, speed / 2, options.easing )\n\t\t.queue( done );\n\n\t$.effects.unshift( element, queuelen, anims + 1 );\n} );\n\n\n/*!\n * jQuery UI Effects Slide 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Slide Effect\n//>>group: Effects\n//>>description: Slides an element in and out of the viewport.\n//>>docs: https://api.jqueryui.com/slide-effect/\n//>>demos: https://jqueryui.com/effect/\n\n\nvar effectsEffectSlide = $.effects.define( \"slide\", \"show\", function( options, done ) {\n\tvar startClip, startRef,\n\t\telement = $( this ),\n\t\tmap = {\n\t\t\tup: [ \"bottom\", \"top\" ],\n\t\t\tdown: [ \"top\", \"bottom\" ],\n\t\t\tleft: [ \"right\", \"left\" ],\n\t\t\tright: [ \"left\", \"right\" ]\n\t\t},\n\t\tmode = options.mode,\n\t\tdirection = options.direction || \"left\",\n\t\tref = ( direction === \"up\" || direction === \"down\" ) ? \"top\" : \"left\",\n\t\tpositiveMotion = ( direction === \"up\" || direction === \"left\" ),\n\t\tdistance = options.distance ||\n\t\t\telement[ ref === \"top\" ? \"outerHeight\" : \"outerWidth\" ]( true ),\n\t\tanimation = {};\n\n\t$.effects.createPlaceholder( element );\n\n\tstartClip = element.cssClip();\n\tstartRef = element.position()[ ref ];\n\n\t// Define hide animation\n\tanimation[ ref ] = ( positiveMotion ? -1 : 1 ) * distance + startRef;\n\tanimation.clip = element.cssClip();\n\tanimation.clip[ map[ direction ][ 1 ] ] = animation.clip[ map[ direction ][ 0 ] ];\n\n\t// Reverse the animation if we're showing\n\tif ( mode === \"show\" ) {\n\t\telement.cssClip( animation.clip );\n\t\telement.css( ref, animation[ ref ] );\n\t\tanimation.clip = startClip;\n\t\tanimation[ ref ] = startRef;\n\t}\n\n\t// Actually animate\n\telement.animate( animation, {\n\t\tqueue: false,\n\t\tduration: options.duration,\n\t\teasing: options.easing,\n\t\tcomplete: done\n\t} );\n} );\n\n\n/*!\n * jQuery UI Effects Transfer 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Transfer Effect\n//>>group: Effects\n//>>description: Displays a transfer effect from one element to another.\n//>>docs: https://api.jqueryui.com/transfer-effect/\n//>>demos: https://jqueryui.com/effect/\n\n\nvar effect;\nif ( $.uiBackCompat !== false ) {\n\teffect = $.effects.define( \"transfer\", function( options, done ) {\n\t\t$( this ).transfer( options, done );\n\t} );\n}\nvar effectsEffectTransfer = effect;\n\n\n/*!\n * jQuery UI Focusable 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: :focusable Selector\n//>>group: Core\n//>>description: Selects elements which can be focused.\n//>>docs: https://api.jqueryui.com/focusable-selector/\n\n\n// Selectors\n$.ui.focusable = function( element, hasTabindex ) {\n\tvar map, mapName, img, focusableIfVisible, fieldset,\n\t\tnodeName = element.nodeName.toLowerCase();\n\n\tif ( \"area\" === nodeName ) {\n\t\tmap = element.parentNode;\n\t\tmapName = map.name;\n\t\tif ( !element.href || !mapName || map.nodeName.toLowerCase() !== \"map\" ) {\n\t\t\treturn false;\n\t\t}\n\t\timg = $( \"img[usemap='#\" + mapName + \"']\" );\n\t\treturn img.length > 0 && img.is( \":visible\" );\n\t}\n\n\tif ( /^(input|select|textarea|button|object)$/.test( nodeName ) ) {\n\t\tfocusableIfVisible = !element.disabled;\n\n\t\tif ( focusableIfVisible ) {\n\n\t\t\t// Form controls within a disabled fieldset are disabled.\n\t\t\t// However, controls within the fieldset's legend do not get disabled.\n\t\t\t// Since controls generally aren't placed inside legends, we skip\n\t\t\t// this portion of the check.\n\t\t\tfieldset = $( element ).closest( \"fieldset\" )[ 0 ];\n\t\t\tif ( fieldset ) {\n\t\t\t\tfocusableIfVisible = !fieldset.disabled;\n\t\t\t}\n\t\t}\n\t} else if ( \"a\" === nodeName ) {\n\t\tfocusableIfVisible = element.href || hasTabindex;\n\t} else {\n\t\tfocusableIfVisible = hasTabindex;\n\t}\n\n\treturn focusableIfVisible && $( element ).is( \":visible\" ) && visible( $( element ) );\n};\n\n// Support: IE 8 only\n// IE 8 doesn't resolve inherit to visible/hidden for computed values\nfunction visible( element ) {\n\tvar visibility = element.css( \"visibility\" );\n\twhile ( visibility === \"inherit\" ) {\n\t\telement = element.parent();\n\t\tvisibility = element.css( \"visibility\" );\n\t}\n\treturn visibility === \"visible\";\n}\n\n$.extend( $.expr.pseudos, {\n\tfocusable: function( element ) {\n\t\treturn $.ui.focusable( element, $.attr( element, \"tabindex\" ) != null );\n\t}\n} );\n\nvar focusable = $.ui.focusable;\n\n\n\n// Support: IE8 Only\n// IE8 does not support the form attribute and when it is supplied. It overwrites the form prop\n// with a string, so we need to find the proper form.\nvar form = $.fn._form = function() {\n\treturn typeof this[ 0 ].form === \"string\" ? this.closest( \"form\" ) : $( this[ 0 ].form );\n};\n\n\n/*!\n * jQuery UI Form Reset Mixin 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Form Reset Mixin\n//>>group: Core\n//>>description: Refresh input widgets when their form is reset\n//>>docs: https://api.jqueryui.com/form-reset-mixin/\n\n\nvar formResetMixin = $.ui.formResetMixin = {\n\t_formResetHandler: function() {\n\t\tvar form = $( this );\n\n\t\t// Wait for the form reset to actually happen before refreshing\n\t\tsetTimeout( function() {\n\t\t\tvar instances = form.data( \"ui-form-reset-instances\" );\n\t\t\t$.each( instances, function() {\n\t\t\t\tthis.refresh();\n\t\t\t} );\n\t\t} );\n\t},\n\n\t_bindFormResetHandler: function() {\n\t\tthis.form = this.element._form();\n\t\tif ( !this.form.length ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar instances = this.form.data( \"ui-form-reset-instances\" ) || [];\n\t\tif ( !instances.length ) {\n\n\t\t\t// We don't use _on() here because we use a single event handler per form\n\t\t\tthis.form.on( \"reset.ui-form-reset\", this._formResetHandler );\n\t\t}\n\t\tinstances.push( this );\n\t\tthis.form.data( \"ui-form-reset-instances\", instances );\n\t},\n\n\t_unbindFormResetHandler: function() {\n\t\tif ( !this.form.length ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar instances = this.form.data( \"ui-form-reset-instances\" );\n\t\tinstances.splice( $.inArray( this, instances ), 1 );\n\t\tif ( instances.length ) {\n\t\t\tthis.form.data( \"ui-form-reset-instances\", instances );\n\t\t} else {\n\t\t\tthis.form\n\t\t\t\t.removeData( \"ui-form-reset-instances\" )\n\t\t\t\t.off( \"reset.ui-form-reset\" );\n\t\t}\n\t}\n};\n\n\n/*!\n * jQuery UI Support for jQuery core 1.8.x and newer 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n *\n */\n\n//>>label: jQuery 1.8+ Support\n//>>group: Core\n//>>description: Support version 1.8.x and newer of jQuery core\n\n\n// Support: jQuery 1.9.x or older\n// $.expr[ \":\" ] is deprecated.\nif ( !$.expr.pseudos ) {\n\t$.expr.pseudos = $.expr[ \":\" ];\n}\n\n// Support: jQuery 1.11.x or older\n// $.unique has been renamed to $.uniqueSort\nif ( !$.uniqueSort ) {\n\t$.uniqueSort = $.unique;\n}\n\n// Support: jQuery 2.2.x or older.\n// This method has been defined in jQuery 3.0.0.\n// Code from https://github.com/jquery/jquery/blob/e539bac79e666bba95bba86d690b4e609dca2286/src/selector/escapeSelector.js\nif ( !$.escapeSelector ) {\n\n\t// CSS string/identifier serialization\n\t// https://drafts.csswg.org/cssom/#common-serializing-idioms\n\tvar rcssescape = /([\\0-\\x1f\\x7f]|^-?\\d)|^-$|[^\\x80-\\uFFFF\\w-]/g;\n\n\tvar fcssescape = function( ch, asCodePoint ) {\n\t\tif ( asCodePoint ) {\n\n\t\t\t// U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER\n\t\t\tif ( ch === \"\\0\" ) {\n\t\t\t\treturn \"\\uFFFD\";\n\t\t\t}\n\n\t\t\t// Control characters and (dependent upon position) numbers get escaped as code points\n\t\t\treturn ch.slice( 0, -1 ) + \"\\\\\" + ch.charCodeAt( ch.length - 1 ).toString( 16 ) + \" \";\n\t\t}\n\n\t\t// Other potentially-special ASCII characters get backslash-escaped\n\t\treturn \"\\\\\" + ch;\n\t};\n\n\t$.escapeSelector = function( sel ) {\n\t\treturn ( sel + \"\" ).replace( rcssescape, fcssescape );\n\t};\n}\n\n// Support: jQuery 3.4.x or older\n// These methods have been defined in jQuery 3.5.0.\nif ( !$.fn.even || !$.fn.odd ) {\n\t$.fn.extend( {\n\t\teven: function() {\n\t\t\treturn this.filter( function( i ) {\n\t\t\t\treturn i % 2 === 0;\n\t\t\t} );\n\t\t},\n\t\todd: function() {\n\t\t\treturn this.filter( function( i ) {\n\t\t\t\treturn i % 2 === 1;\n\t\t\t} );\n\t\t}\n\t} );\n}\n\n;\n/*!\n * jQuery UI Keycode 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Keycode\n//>>group: Core\n//>>description: Provide keycodes as keynames\n//>>docs: https://api.jqueryui.com/jQuery.ui.keyCode/\n\n\nvar keycode = $.ui.keyCode = {\n\tBACKSPACE: 8,\n\tCOMMA: 188,\n\tDELETE: 46,\n\tDOWN: 40,\n\tEND: 35,\n\tENTER: 13,\n\tESCAPE: 27,\n\tHOME: 36,\n\tLEFT: 37,\n\tPAGE_DOWN: 34,\n\tPAGE_UP: 33,\n\tPERIOD: 190,\n\tRIGHT: 39,\n\tSPACE: 32,\n\tTAB: 9,\n\tUP: 38\n};\n\n\n/*!\n * jQuery UI Labels 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: labels\n//>>group: Core\n//>>description: Find all the labels associated with a given input\n//>>docs: https://api.jqueryui.com/labels/\n\n\nvar labels = $.fn.labels = function() {\n\tvar ancestor, selector, id, labels, ancestors;\n\n\tif ( !this.length ) {\n\t\treturn this.pushStack( [] );\n\t}\n\n\t// Check control.labels first\n\tif ( this[ 0 ].labels && this[ 0 ].labels.length ) {\n\t\treturn this.pushStack( this[ 0 ].labels );\n\t}\n\n\t// Support: IE <= 11, FF <= 37, Android <= 2.3 only\n\t// Above browsers do not support control.labels. Everything below is to support them\n\t// as well as document fragments. control.labels does not work on document fragments\n\tlabels = this.eq( 0 ).parents( \"label\" );\n\n\t// Look for the label based on the id\n\tid = this.attr( \"id\" );\n\tif ( id ) {\n\n\t\t// We don't search against the document in case the element\n\t\t// is disconnected from the DOM\n\t\tancestor = this.eq( 0 ).parents().last();\n\n\t\t// Get a full set of top level ancestors\n\t\tancestors = ancestor.add( ancestor.length ? ancestor.siblings() : this.siblings() );\n\n\t\t// Create a selector for the label based on the id\n\t\tselector = \"label[for='\" + $.escapeSelector( id ) + \"']\";\n\n\t\tlabels = labels.add( ancestors.find( selector ).addBack( selector ) );\n\n\t}\n\n\t// Return whatever we have found for labels\n\treturn this.pushStack( labels );\n};\n\n\n/*!\n * jQuery UI Scroll Parent 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: scrollParent\n//>>group: Core\n//>>description: Get the closest ancestor element that is scrollable.\n//>>docs: https://api.jqueryui.com/scrollParent/\n\n\nvar scrollParent = $.fn.scrollParent = function( includeHidden ) {\n\tvar position = this.css( \"position\" ),\n\t\texcludeStaticParent = position === \"absolute\",\n\t\toverflowRegex = includeHidden ? /(auto|scroll|hidden)/ : /(auto|scroll)/,\n\t\tscrollParent = this.parents().filter( function() {\n\t\t\tvar parent = $( this );\n\t\t\tif ( excludeStaticParent && parent.css( \"position\" ) === \"static\" ) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\treturn overflowRegex.test( parent.css( \"overflow\" ) + parent.css( \"overflow-y\" ) +\n\t\t\t\tparent.css( \"overflow-x\" ) );\n\t\t} ).eq( 0 );\n\n\treturn position === \"fixed\" || !scrollParent.length ?\n\t\t$( this[ 0 ].ownerDocument || document ) :\n\t\tscrollParent;\n};\n\n\n/*!\n * jQuery UI Tabbable 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: :tabbable Selector\n//>>group: Core\n//>>description: Selects elements which can be tabbed to.\n//>>docs: https://api.jqueryui.com/tabbable-selector/\n\n\nvar tabbable = $.extend( $.expr.pseudos, {\n\ttabbable: function( element ) {\n\t\tvar tabIndex = $.attr( element, \"tabindex\" ),\n\t\t\thasTabindex = tabIndex != null;\n\t\treturn ( !hasTabindex || tabIndex >= 0 ) && $.ui.focusable( element, hasTabindex );\n\t}\n} );\n\n\n/*!\n * jQuery UI Unique ID 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: uniqueId\n//>>group: Core\n//>>description: Functions to generate and remove uniqueId's\n//>>docs: https://api.jqueryui.com/uniqueId/\n\n\nvar uniqueId = $.fn.extend( {\n\tuniqueId: ( function() {\n\t\tvar uuid = 0;\n\n\t\treturn function() {\n\t\t\treturn this.each( function() {\n\t\t\t\tif ( !this.id ) {\n\t\t\t\t\tthis.id = \"ui-id-\" + ( ++uuid );\n\t\t\t\t}\n\t\t\t} );\n\t\t};\n\t} )(),\n\n\tremoveUniqueId: function() {\n\t\treturn this.each( function() {\n\t\t\tif ( /^ui-id-\\d+$/.test( this.id ) ) {\n\t\t\t\t$( this ).removeAttr( \"id\" );\n\t\t\t}\n\t\t} );\n\t}\n} );\n\n\n/*!\n * jQuery UI Accordion 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Accordion\n//>>group: Widgets\n/* eslint-disable max-len */\n//>>description: Displays collapsible content panels for presenting information in a limited amount of space.\n/* eslint-enable max-len */\n//>>docs: https://api.jqueryui.com/accordion/\n//>>demos: https://jqueryui.com/accordion/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/accordion.css\n//>>css.theme: ../../themes/base/theme.css\n\n\nvar widgetsAccordion = $.widget( \"ui.accordion\", {\n\tversion: \"1.13.3\",\n\toptions: {\n\t\tactive: 0,\n\t\tanimate: {},\n\t\tclasses: {\n\t\t\t\"ui-accordion-header\": \"ui-corner-top\",\n\t\t\t\"ui-accordion-header-collapsed\": \"ui-corner-all\",\n\t\t\t\"ui-accordion-content\": \"ui-corner-bottom\"\n\t\t},\n\t\tcollapsible: false,\n\t\tevent: \"click\",\n\t\theader: function( elem ) {\n\t\t\treturn elem.find( \"> li > :first-child\" ).add( elem.find( \"> :not(li)\" ).even() );\n\t\t},\n\t\theightStyle: \"auto\",\n\t\ticons: {\n\t\t\tactiveHeader: \"ui-icon-triangle-1-s\",\n\t\t\theader: \"ui-icon-triangle-1-e\"\n\t\t},\n\n\t\t// Callbacks\n\t\tactivate: null,\n\t\tbeforeActivate: null\n\t},\n\n\thideProps: {\n\t\tborderTopWidth: \"hide\",\n\t\tborderBottomWidth: \"hide\",\n\t\tpaddingTop: \"hide\",\n\t\tpaddingBottom: \"hide\",\n\t\theight: \"hide\"\n\t},\n\n\tshowProps: {\n\t\tborderTopWidth: \"show\",\n\t\tborderBottomWidth: \"show\",\n\t\tpaddingTop: \"show\",\n\t\tpaddingBottom: \"show\",\n\t\theight: \"show\"\n\t},\n\n\t_create: function() {\n\t\tvar options = this.options;\n\n\t\tthis.prevShow = this.prevHide = $();\n\t\tthis._addClass( \"ui-accordion\", \"ui-widget ui-helper-reset\" );\n\t\tthis.element.attr( \"role\", \"tablist\" );\n\n\t\t// Don't allow collapsible: false and active: false / null\n\t\tif ( !options.collapsible && ( options.active === false || options.active == null ) ) {\n\t\t\toptions.active = 0;\n\t\t}\n\n\t\tthis._processPanels();\n\n\t\t// handle negative values\n\t\tif ( options.active < 0 ) {\n\t\t\toptions.active += this.headers.length;\n\t\t}\n\t\tthis._refresh();\n\t},\n\n\t_getCreateEventData: function() {\n\t\treturn {\n\t\t\theader: this.active,\n\t\t\tpanel: !this.active.length ? $() : this.active.next()\n\t\t};\n\t},\n\n\t_createIcons: function() {\n\t\tvar icon, children,\n\t\t\ticons = this.options.icons;\n\n\t\tif ( icons ) {\n\t\t\ticon = $( \"\" );\n\t\t\tthis._addClass( icon, \"ui-accordion-header-icon\", \"ui-icon \" + icons.header );\n\t\t\ticon.prependTo( this.headers );\n\t\t\tchildren = this.active.children( \".ui-accordion-header-icon\" );\n\t\t\tthis._removeClass( children, icons.header )\n\t\t\t\t._addClass( children, null, icons.activeHeader )\n\t\t\t\t._addClass( this.headers, \"ui-accordion-icons\" );\n\t\t}\n\t},\n\n\t_destroyIcons: function() {\n\t\tthis._removeClass( this.headers, \"ui-accordion-icons\" );\n\t\tthis.headers.children( \".ui-accordion-header-icon\" ).remove();\n\t},\n\n\t_destroy: function() {\n\t\tvar contents;\n\n\t\t// Clean up main element\n\t\tthis.element.removeAttr( \"role\" );\n\n\t\t// Clean up headers\n\t\tthis.headers\n\t\t\t.removeAttr( \"role aria-expanded aria-selected aria-controls tabIndex\" )\n\t\t\t.removeUniqueId();\n\n\t\tthis._destroyIcons();\n\n\t\t// Clean up content panels\n\t\tcontents = this.headers.next()\n\t\t\t.css( \"display\", \"\" )\n\t\t\t.removeAttr( \"role aria-hidden aria-labelledby\" )\n\t\t\t.removeUniqueId();\n\n\t\tif ( this.options.heightStyle !== \"content\" ) {\n\t\t\tcontents.css( \"height\", \"\" );\n\t\t}\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tif ( key === \"active\" ) {\n\n\t\t\t// _activate() will handle invalid values and update this.options\n\t\t\tthis._activate( value );\n\t\t\treturn;\n\t\t}\n\n\t\tif ( key === \"event\" ) {\n\t\t\tif ( this.options.event ) {\n\t\t\t\tthis._off( this.headers, this.options.event );\n\t\t\t}\n\t\t\tthis._setupEvents( value );\n\t\t}\n\n\t\tthis._super( key, value );\n\n\t\t// Setting collapsible: false while collapsed; open first panel\n\t\tif ( key === \"collapsible\" && !value && this.options.active === false ) {\n\t\t\tthis._activate( 0 );\n\t\t}\n\n\t\tif ( key === \"icons\" ) {\n\t\t\tthis._destroyIcons();\n\t\t\tif ( value ) {\n\t\t\t\tthis._createIcons();\n\t\t\t}\n\t\t}\n\t},\n\n\t_setOptionDisabled: function( value ) {\n\t\tthis._super( value );\n\n\t\tthis.element.attr( \"aria-disabled\", value );\n\n\t\t// Support: IE8 Only\n\t\t// #5332 / #6059 - opacity doesn't cascade to positioned elements in IE\n\t\t// so we need to add the disabled class to the headers and panels\n\t\tthis._toggleClass( null, \"ui-state-disabled\", !!value );\n\t\tthis._toggleClass( this.headers.add( this.headers.next() ), null, \"ui-state-disabled\",\n\t\t\t!!value );\n\t},\n\n\t_keydown: function( event ) {\n\t\tif ( event.altKey || event.ctrlKey ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar keyCode = $.ui.keyCode,\n\t\t\tlength = this.headers.length,\n\t\t\tcurrentIndex = this.headers.index( event.target ),\n\t\t\ttoFocus = false;\n\n\t\tswitch ( event.keyCode ) {\n\t\tcase keyCode.RIGHT:\n\t\tcase keyCode.DOWN:\n\t\t\ttoFocus = this.headers[ ( currentIndex + 1 ) % length ];\n\t\t\tbreak;\n\t\tcase keyCode.LEFT:\n\t\tcase keyCode.UP:\n\t\t\ttoFocus = this.headers[ ( currentIndex - 1 + length ) % length ];\n\t\t\tbreak;\n\t\tcase keyCode.SPACE:\n\t\tcase keyCode.ENTER:\n\t\t\tthis._eventHandler( event );\n\t\t\tbreak;\n\t\tcase keyCode.HOME:\n\t\t\ttoFocus = this.headers[ 0 ];\n\t\t\tbreak;\n\t\tcase keyCode.END:\n\t\t\ttoFocus = this.headers[ length - 1 ];\n\t\t\tbreak;\n\t\t}\n\n\t\tif ( toFocus ) {\n\t\t\t$( event.target ).attr( \"tabIndex\", -1 );\n\t\t\t$( toFocus ).attr( \"tabIndex\", 0 );\n\t\t\t$( toFocus ).trigger( \"focus\" );\n\t\t\tevent.preventDefault();\n\t\t}\n\t},\n\n\t_panelKeyDown: function( event ) {\n\t\tif ( event.keyCode === $.ui.keyCode.UP && event.ctrlKey ) {\n\t\t\t$( event.currentTarget ).prev().trigger( \"focus\" );\n\t\t}\n\t},\n\n\trefresh: function() {\n\t\tvar options = this.options;\n\t\tthis._processPanels();\n\n\t\t// Was collapsed or no panel\n\t\tif ( ( options.active === false && options.collapsible === true ) ||\n\t\t\t\t!this.headers.length ) {\n\t\t\toptions.active = false;\n\t\t\tthis.active = $();\n\n\t\t// active false only when collapsible is true\n\t\t} else if ( options.active === false ) {\n\t\t\tthis._activate( 0 );\n\n\t\t// was active, but active panel is gone\n\t\t} else if ( this.active.length && !$.contains( this.element[ 0 ], this.active[ 0 ] ) ) {\n\n\t\t\t// all remaining panel are disabled\n\t\t\tif ( this.headers.length === this.headers.find( \".ui-state-disabled\" ).length ) {\n\t\t\t\toptions.active = false;\n\t\t\t\tthis.active = $();\n\n\t\t\t// activate previous panel\n\t\t\t} else {\n\t\t\t\tthis._activate( Math.max( 0, options.active - 1 ) );\n\t\t\t}\n\n\t\t// was active, active panel still exists\n\t\t} else {\n\n\t\t\t// make sure active index is correct\n\t\t\toptions.active = this.headers.index( this.active );\n\t\t}\n\n\t\tthis._destroyIcons();\n\n\t\tthis._refresh();\n\t},\n\n\t_processPanels: function() {\n\t\tvar prevHeaders = this.headers,\n\t\t\tprevPanels = this.panels;\n\n\t\tif ( typeof this.options.header === \"function\" ) {\n\t\t\tthis.headers = this.options.header( this.element );\n\t\t} else {\n\t\t\tthis.headers = this.element.find( this.options.header );\n\t\t}\n\t\tthis._addClass( this.headers, \"ui-accordion-header ui-accordion-header-collapsed\",\n\t\t\t\"ui-state-default\" );\n\n\t\tthis.panels = this.headers.next().filter( \":not(.ui-accordion-content-active)\" ).hide();\n\t\tthis._addClass( this.panels, \"ui-accordion-content\", \"ui-helper-reset ui-widget-content\" );\n\n\t\t// Avoid memory leaks (#10056)\n\t\tif ( prevPanels ) {\n\t\t\tthis._off( prevHeaders.not( this.headers ) );\n\t\t\tthis._off( prevPanels.not( this.panels ) );\n\t\t}\n\t},\n\n\t_refresh: function() {\n\t\tvar maxHeight,\n\t\t\toptions = this.options,\n\t\t\theightStyle = options.heightStyle,\n\t\t\tparent = this.element.parent();\n\n\t\tthis.active = this._findActive( options.active );\n\t\tthis._addClass( this.active, \"ui-accordion-header-active\", \"ui-state-active\" )\n\t\t\t._removeClass( this.active, \"ui-accordion-header-collapsed\" );\n\t\tthis._addClass( this.active.next(), \"ui-accordion-content-active\" );\n\t\tthis.active.next().show();\n\n\t\tthis.headers\n\t\t\t.attr( \"role\", \"tab\" )\n\t\t\t.each( function() {\n\t\t\t\tvar header = $( this ),\n\t\t\t\t\theaderId = header.uniqueId().attr( \"id\" ),\n\t\t\t\t\tpanel = header.next(),\n\t\t\t\t\tpanelId = panel.uniqueId().attr( \"id\" );\n\t\t\t\theader.attr( \"aria-controls\", panelId );\n\t\t\t\tpanel.attr( \"aria-labelledby\", headerId );\n\t\t\t} )\n\t\t\t.next()\n\t\t\t\t.attr( \"role\", \"tabpanel\" );\n\n\t\tthis.headers\n\t\t\t.not( this.active )\n\t\t\t\t.attr( {\n\t\t\t\t\t\"aria-selected\": \"false\",\n\t\t\t\t\t\"aria-expanded\": \"false\",\n\t\t\t\t\ttabIndex: -1\n\t\t\t\t} )\n\t\t\t\t.next()\n\t\t\t\t\t.attr( {\n\t\t\t\t\t\t\"aria-hidden\": \"true\"\n\t\t\t\t\t} )\n\t\t\t\t\t.hide();\n\n\t\t// Make sure at least one header is in the tab order\n\t\tif ( !this.active.length ) {\n\t\t\tthis.headers.eq( 0 ).attr( \"tabIndex\", 0 );\n\t\t} else {\n\t\t\tthis.active.attr( {\n\t\t\t\t\"aria-selected\": \"true\",\n\t\t\t\t\"aria-expanded\": \"true\",\n\t\t\t\ttabIndex: 0\n\t\t\t} )\n\t\t\t\t.next()\n\t\t\t\t\t.attr( {\n\t\t\t\t\t\t\"aria-hidden\": \"false\"\n\t\t\t\t\t} );\n\t\t}\n\n\t\tthis._createIcons();\n\n\t\tthis._setupEvents( options.event );\n\n\t\tif ( heightStyle === \"fill\" ) {\n\t\t\tmaxHeight = parent.height();\n\t\t\tthis.element.siblings( \":visible\" ).each( function() {\n\t\t\t\tvar elem = $( this ),\n\t\t\t\t\tposition = elem.css( \"position\" );\n\n\t\t\t\tif ( position === \"absolute\" || position === \"fixed\" ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tmaxHeight -= elem.outerHeight( true );\n\t\t\t} );\n\n\t\t\tthis.headers.each( function() {\n\t\t\t\tmaxHeight -= $( this ).outerHeight( true );\n\t\t\t} );\n\n\t\t\tthis.headers.next()\n\t\t\t\t.each( function() {\n\t\t\t\t\t$( this ).height( Math.max( 0, maxHeight -\n\t\t\t\t\t\t$( this ).innerHeight() + $( this ).height() ) );\n\t\t\t\t} )\n\t\t\t\t.css( \"overflow\", \"auto\" );\n\t\t} else if ( heightStyle === \"auto\" ) {\n\t\t\tmaxHeight = 0;\n\t\t\tthis.headers.next()\n\t\t\t\t.each( function() {\n\t\t\t\t\tvar isVisible = $( this ).is( \":visible\" );\n\t\t\t\t\tif ( !isVisible ) {\n\t\t\t\t\t\t$( this ).show();\n\t\t\t\t\t}\n\t\t\t\t\tmaxHeight = Math.max( maxHeight, $( this ).css( \"height\", \"\" ).height() );\n\t\t\t\t\tif ( !isVisible ) {\n\t\t\t\t\t\t$( this ).hide();\n\t\t\t\t\t}\n\t\t\t\t} )\n\t\t\t\t.height( maxHeight );\n\t\t}\n\t},\n\n\t_activate: function( index ) {\n\t\tvar active = this._findActive( index )[ 0 ];\n\n\t\t// Trying to activate the already active panel\n\t\tif ( active === this.active[ 0 ] ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Trying to collapse, simulate a click on the currently active header\n\t\tactive = active || this.active[ 0 ];\n\n\t\tthis._eventHandler( {\n\t\t\ttarget: active,\n\t\t\tcurrentTarget: active,\n\t\t\tpreventDefault: $.noop\n\t\t} );\n\t},\n\n\t_findActive: function( selector ) {\n\t\treturn typeof selector === \"number\" ? this.headers.eq( selector ) : $();\n\t},\n\n\t_setupEvents: function( event ) {\n\t\tvar events = {\n\t\t\tkeydown: \"_keydown\"\n\t\t};\n\t\tif ( event ) {\n\t\t\t$.each( event.split( \" \" ), function( index, eventName ) {\n\t\t\t\tevents[ eventName ] = \"_eventHandler\";\n\t\t\t} );\n\t\t}\n\n\t\tthis._off( this.headers.add( this.headers.next() ) );\n\t\tthis._on( this.headers, events );\n\t\tthis._on( this.headers.next(), { keydown: \"_panelKeyDown\" } );\n\t\tthis._hoverable( this.headers );\n\t\tthis._focusable( this.headers );\n\t},\n\n\t_eventHandler: function( event ) {\n\t\tvar activeChildren, clickedChildren,\n\t\t\toptions = this.options,\n\t\t\tactive = this.active,\n\t\t\tclicked = $( event.currentTarget ),\n\t\t\tclickedIsActive = clicked[ 0 ] === active[ 0 ],\n\t\t\tcollapsing = clickedIsActive && options.collapsible,\n\t\t\ttoShow = collapsing ? $() : clicked.next(),\n\t\t\ttoHide = active.next(),\n\t\t\teventData = {\n\t\t\t\toldHeader: active,\n\t\t\t\toldPanel: toHide,\n\t\t\t\tnewHeader: collapsing ? $() : clicked,\n\t\t\t\tnewPanel: toShow\n\t\t\t};\n\n\t\tevent.preventDefault();\n\n\t\tif (\n\n\t\t\t\t// click on active header, but not collapsible\n\t\t\t\t( clickedIsActive && !options.collapsible ) ||\n\n\t\t\t\t// allow canceling activation\n\t\t\t\t( this._trigger( \"beforeActivate\", event, eventData ) === false ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\toptions.active = collapsing ? false : this.headers.index( clicked );\n\n\t\t// When the call to ._toggle() comes after the class changes\n\t\t// it causes a very odd bug in IE 8 (see #6720)\n\t\tthis.active = clickedIsActive ? $() : clicked;\n\t\tthis._toggle( eventData );\n\n\t\t// Switch classes\n\t\t// corner classes on the previously active header stay after the animation\n\t\tthis._removeClass( active, \"ui-accordion-header-active\", \"ui-state-active\" );\n\t\tif ( options.icons ) {\n\t\t\tactiveChildren = active.children( \".ui-accordion-header-icon\" );\n\t\t\tthis._removeClass( activeChildren, null, options.icons.activeHeader )\n\t\t\t\t._addClass( activeChildren, null, options.icons.header );\n\t\t}\n\n\t\tif ( !clickedIsActive ) {\n\t\t\tthis._removeClass( clicked, \"ui-accordion-header-collapsed\" )\n\t\t\t\t._addClass( clicked, \"ui-accordion-header-active\", \"ui-state-active\" );\n\t\t\tif ( options.icons ) {\n\t\t\t\tclickedChildren = clicked.children( \".ui-accordion-header-icon\" );\n\t\t\t\tthis._removeClass( clickedChildren, null, options.icons.header )\n\t\t\t\t\t._addClass( clickedChildren, null, options.icons.activeHeader );\n\t\t\t}\n\n\t\t\tthis._addClass( clicked.next(), \"ui-accordion-content-active\" );\n\t\t}\n\t},\n\n\t_toggle: function( data ) {\n\t\tvar toShow = data.newPanel,\n\t\t\ttoHide = this.prevShow.length ? this.prevShow : data.oldPanel;\n\n\t\t// Handle activating a panel during the animation for another activation\n\t\tthis.prevShow.add( this.prevHide ).stop( true, true );\n\t\tthis.prevShow = toShow;\n\t\tthis.prevHide = toHide;\n\n\t\tif ( this.options.animate ) {\n\t\t\tthis._animate( toShow, toHide, data );\n\t\t} else {\n\t\t\ttoHide.hide();\n\t\t\ttoShow.show();\n\t\t\tthis._toggleComplete( data );\n\t\t}\n\n\t\ttoHide.attr( {\n\t\t\t\"aria-hidden\": \"true\"\n\t\t} );\n\t\ttoHide.prev().attr( {\n\t\t\t\"aria-selected\": \"false\",\n\t\t\t\"aria-expanded\": \"false\"\n\t\t} );\n\n\t\t// if we're switching panels, remove the old header from the tab order\n\t\t// if we're opening from collapsed state, remove the previous header from the tab order\n\t\t// if we're collapsing, then keep the collapsing header in the tab order\n\t\tif ( toShow.length && toHide.length ) {\n\t\t\ttoHide.prev().attr( {\n\t\t\t\t\"tabIndex\": -1,\n\t\t\t\t\"aria-expanded\": \"false\"\n\t\t\t} );\n\t\t} else if ( toShow.length ) {\n\t\t\tthis.headers.filter( function() {\n\t\t\t\treturn parseInt( $( this ).attr( \"tabIndex\" ), 10 ) === 0;\n\t\t\t} )\n\t\t\t\t.attr( \"tabIndex\", -1 );\n\t\t}\n\n\t\ttoShow\n\t\t\t.attr( \"aria-hidden\", \"false\" )\n\t\t\t.prev()\n\t\t\t\t.attr( {\n\t\t\t\t\t\"aria-selected\": \"true\",\n\t\t\t\t\t\"aria-expanded\": \"true\",\n\t\t\t\t\ttabIndex: 0\n\t\t\t\t} );\n\t},\n\n\t_animate: function( toShow, toHide, data ) {\n\t\tvar total, easing, duration,\n\t\t\tthat = this,\n\t\t\tadjust = 0,\n\t\t\tboxSizing = toShow.css( \"box-sizing\" ),\n\t\t\tdown = toShow.length &&\n\t\t\t\t( !toHide.length || ( toShow.index() < toHide.index() ) ),\n\t\t\tanimate = this.options.animate || {},\n\t\t\toptions = down && animate.down || animate,\n\t\t\tcomplete = function() {\n\t\t\t\tthat._toggleComplete( data );\n\t\t\t};\n\n\t\tif ( typeof options === \"number\" ) {\n\t\t\tduration = options;\n\t\t}\n\t\tif ( typeof options === \"string\" ) {\n\t\t\teasing = options;\n\t\t}\n\n\t\t// fall back from options to animation in case of partial down settings\n\t\teasing = easing || options.easing || animate.easing;\n\t\tduration = duration || options.duration || animate.duration;\n\n\t\tif ( !toHide.length ) {\n\t\t\treturn toShow.animate( this.showProps, duration, easing, complete );\n\t\t}\n\t\tif ( !toShow.length ) {\n\t\t\treturn toHide.animate( this.hideProps, duration, easing, complete );\n\t\t}\n\n\t\ttotal = toShow.show().outerHeight();\n\t\ttoHide.animate( this.hideProps, {\n\t\t\tduration: duration,\n\t\t\teasing: easing,\n\t\t\tstep: function( now, fx ) {\n\t\t\t\tfx.now = Math.round( now );\n\t\t\t}\n\t\t} );\n\t\ttoShow\n\t\t\t.hide()\n\t\t\t.animate( this.showProps, {\n\t\t\t\tduration: duration,\n\t\t\t\teasing: easing,\n\t\t\t\tcomplete: complete,\n\t\t\t\tstep: function( now, fx ) {\n\t\t\t\t\tfx.now = Math.round( now );\n\t\t\t\t\tif ( fx.prop !== \"height\" ) {\n\t\t\t\t\t\tif ( boxSizing === \"content-box\" ) {\n\t\t\t\t\t\t\tadjust += fx.now;\n\t\t\t\t\t\t}\n\t\t\t\t\t} else if ( that.options.heightStyle !== \"content\" ) {\n\t\t\t\t\t\tfx.now = Math.round( total - toHide.outerHeight() - adjust );\n\t\t\t\t\t\tadjust = 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} );\n\t},\n\n\t_toggleComplete: function( data ) {\n\t\tvar toHide = data.oldPanel,\n\t\t\tprev = toHide.prev();\n\n\t\tthis._removeClass( toHide, \"ui-accordion-content-active\" );\n\t\tthis._removeClass( prev, \"ui-accordion-header-active\" )\n\t\t\t._addClass( prev, \"ui-accordion-header-collapsed\" );\n\n\t\t// Work around for rendering bug in IE (#5421)\n\t\tif ( toHide.length ) {\n\t\t\ttoHide.parent()[ 0 ].className = toHide.parent()[ 0 ].className;\n\t\t}\n\t\tthis._trigger( \"activate\", null, data );\n\t}\n} );\n\n\n\nvar safeActiveElement = $.ui.safeActiveElement = function( document ) {\n\tvar activeElement;\n\n\t// Support: IE 9 only\n\t// IE9 throws an \"Unspecified error\" accessing document.activeElement from an ')\n\t\tthis.iframe.attr('id', iframeId)\n\t\tthis.iframe.hide()\n\n\t\tjoinChar = '&'\n\t\tif (src.indexOf('?') === -1) {\n\t\t\tjoinChar = '?'\n\t\t}\n\t\tthis.iframe.attr('src', src + joinChar + 'fallback=true&fallback_id=' + OCEventSource.iframeCount + '&' + dataStr)\n\t\t$('body').append(this.iframe)\n\t\tthis.useFallBack = true\n\t\tOCEventSource.iframeCount++\n\t}\n\t// add close listener\n\tthis.listen('__internal__', function(data) {\n\t\tif (data === 'close') {\n\t\t\tthis.close()\n\t\t}\n\t}.bind(this))\n}\nOCEventSource.fallBackSources = []\nOCEventSource.iframeCount = 0// number of fallback iframes\nOCEventSource.fallBackCallBack = function(id, type, data) {\n\tOCEventSource.fallBackSources[id].fallBackCallBack(type, data)\n}\nOCEventSource.prototype = {\n\ttypelessListeners: [],\n\tiframe: null,\n\tlisteners: {}, // only for fallback\n\tuseFallBack: false,\n\t/**\n\t * Fallback callback for browsers that don't have the\n\t * native EventSource object.\n\t *\n\t * Calls the registered listeners.\n\t *\n\t * @private\n\t * @param {String} type event type\n\t * @param {Object} data received data\n\t */\n\tfallBackCallBack: function(type, data) {\n\t\tvar i\n\t\t// ignore messages that might appear after closing\n\t\tif (this.closed) {\n\t\t\treturn\n\t\t}\n\t\tif (type) {\n\t\t\tif (typeof this.listeners.done !== 'undefined') {\n\t\t\t\tfor (i = 0; i < this.listeners[type].length; i++) {\n\t\t\t\t\tthis.listeners[type][i](data)\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tfor (i = 0; i < this.typelessListeners.length; i++) {\n\t\t\t\tthis.typelessListeners[i](data)\n\t\t\t}\n\t\t}\n\t},\n\tlastLength: 0, // for fallback\n\t/**\n\t * Listen to a given type of events.\n\t *\n\t * @param {String} type event type\n\t * @param {Function} callback event callback\n\t */\n\tlisten: function(type, callback) {\n\t\tif (callback && callback.call) {\n\n\t\t\tif (type) {\n\t\t\t\tif (this.useFallBack) {\n\t\t\t\t\tif (!this.listeners[type]) {\n\t\t\t\t\t\tthis.listeners[type] = []\n\t\t\t\t\t}\n\t\t\t\t\tthis.listeners[type].push(callback)\n\t\t\t\t} else {\n\t\t\t\t\tthis.source.addEventListener(type, function(e) {\n\t\t\t\t\t\tif (typeof e.data !== 'undefined') {\n\t\t\t\t\t\t\tcallback(JSON.parse(e.data))\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tcallback('')\n\t\t\t\t\t\t}\n\t\t\t\t\t}, false)\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tthis.typelessListeners.push(callback)\n\t\t\t}\n\t\t}\n\t},\n\t/**\n\t * Closes this event source.\n\t */\n\tclose: function() {\n\t\tthis.closed = true\n\t\tif (typeof this.source !== 'undefined') {\n\t\t\tthis.source.close()\n\t\t}\n\t}\n}\n\nexport default OCEventSource\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport _ from 'underscore'\n/** @typedef {import('jquery')} jQuery */\nimport $ from 'jquery'\n\nimport { menuSpeed } from './constants.js'\n\nexport let currentMenu = null\nexport let currentMenuToggle = null\n\n/**\n * For menu toggling\n *\n * @param {jQuery} $toggle the toggle element\n * @param {jQuery} $menuEl the menu container element\n * @param {Function | undefined} toggle callback invoked everytime the menu is opened\n * @param {boolean} headerMenu is this a top right header menu?\n * @return {void}\n */\nexport const registerMenu = function($toggle, $menuEl, toggle, headerMenu) {\n\t$menuEl.addClass('menu')\n\tconst isClickableElement = $toggle.prop('tagName') === 'A' || $toggle.prop('tagName') === 'BUTTON'\n\n\t// On link and button, the enter key trigger a click event\n\t// Only use the click to avoid two fired events\n\t$toggle.on(isClickableElement ? 'click.menu' : 'click.menu keyup.menu', function(event) {\n\t\t// prevent the link event (append anchor to URL)\n\t\tevent.preventDefault()\n\n\t\t// allow enter key as a trigger\n\t\tif (event.key && event.key !== 'Enter') {\n\t\t\treturn\n\t\t}\n\n\t\tif ($menuEl.is(currentMenu)) {\n\t\t\thideMenus()\n\t\t\treturn\n\t\t} else if (currentMenu) {\n\t\t\t// another menu was open?\n\t\t\t// close it\n\t\t\thideMenus()\n\t\t}\n\n\t\tif (headerMenu === true) {\n\t\t\t$menuEl.parent().addClass('openedMenu')\n\t\t}\n\n\t\t// Set menu to expanded\n\t\t$toggle.attr('aria-expanded', true)\n\n\t\t$menuEl.slideToggle(menuSpeed, toggle)\n\t\tcurrentMenu = $menuEl\n\t\tcurrentMenuToggle = $toggle\n\t})\n}\n\n/**\n * Unregister a previously registered menu\n *\n * @param {jQuery} $toggle the toggle element\n * @param {jQuery} $menuEl the menu container element\n */\nexport const unregisterMenu = ($toggle, $menuEl) => {\n\t// close menu if opened\n\tif ($menuEl.is(currentMenu)) {\n\t\thideMenus()\n\t}\n\t$toggle.off('click.menu').removeClass('menutoggle')\n\t$menuEl.removeClass('menu')\n}\n\n/**\n * Hides any open menus\n *\n * @param {Function} complete callback when the hiding animation is done\n */\nexport const hideMenus = function(complete) {\n\tif (currentMenu) {\n\t\tconst lastMenu = currentMenu\n\t\tcurrentMenu.trigger(new $.Event('beforeHide'))\n\t\tcurrentMenu.slideUp(menuSpeed, function() {\n\t\t\tlastMenu.trigger(new $.Event('afterHide'))\n\t\t\tif (complete) {\n\t\t\t\tcomplete.apply(this, arguments)\n\t\t\t}\n\t\t})\n\t}\n\n\t// Set menu to closed\n\t$('.menutoggle').attr('aria-expanded', false)\n\tif (currentMenuToggle) {\n\t\tcurrentMenuToggle.attr('aria-expanded', false)\n\t}\n\n\t$('.openedMenu').removeClass('openedMenu')\n\tcurrentMenu = null\n\tcurrentMenuToggle = null\n}\n\n/**\n * Shows a given element as menu\n *\n * @param {object} [$toggle] menu toggle\n * @param {object} $menuEl menu element\n * @param {Function} complete callback when the showing animation is done\n */\nexport const showMenu = ($toggle, $menuEl, complete) => {\n\tif ($menuEl.is(currentMenu)) {\n\t\treturn\n\t}\n\thideMenus()\n\tcurrentMenu = $menuEl\n\tcurrentMenuToggle = $toggle\n\t$menuEl.trigger(new $.Event('beforeShow'))\n\t$menuEl.show()\n\t$menuEl.trigger(new $.Event('afterShow'))\n\t// no animation\n\tif (_.isFunction(complete)) {\n\t\tcomplete()\n\t}\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nexport const coreApps = ['', 'admin', 'log', 'core/search', 'core', '3rdparty']\nexport const menuSpeed = 50\nexport const PERMISSION_NONE = 0\nexport const PERMISSION_CREATE = 4\nexport const PERMISSION_READ = 1\nexport const PERMISSION_UPDATE = 2\nexport const PERMISSION_DELETE = 8\nexport const PERMISSION_SHARE = 16\nexport const PERMISSION_ALL = 31\nexport const TAG_FAVORITE = '_$!!$_'\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nconst isAdmin = !!window._oc_isadmin\n\n/**\n * Returns whether the current user is an administrator\n *\n * @return {boolean} true if the user is an admin, false otherwise\n * @since 9.0.0\n */\nexport const isUserAdmin = () => isAdmin\n","/**\n * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors\n * SPDX-FileCopyrightText: 2014 ownCloud, Inc.\n * SPDX-FileCopyrightText: 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport Handlebars from 'handlebars'\nimport {\n\tloadTranslations,\n\ttranslate,\n\ttranslatePlural,\n\tregister,\n\tunregister,\n} from '@nextcloud/l10n'\n\n/**\n * L10N namespace with localization functions.\n *\n * @namespace OC.L10n\n * @deprecated 26.0.0 use https://www.npmjs.com/package/@nextcloud/l10n\n */\nconst L10n = {\n\n\t/**\n\t * Load an app's translation bundle if not loaded already.\n\t *\n\t * @deprecated 26.0.0 use `loadTranslations` from https://www.npmjs.com/package/@nextcloud/l10n\n\t *\n\t * @param {string} appName name of the app\n\t * @param {Function} callback callback to be called when\n\t * the translations are loaded\n\t * @return {Promise} promise\n\t */\n\tload: loadTranslations,\n\n\t/**\n\t * Register an app's translation bundle.\n\t *\n\t * @deprecated 26.0.0 use `register` from https://www.npmjs.com/package/@nextcloud/l10\n\t *\n\t * @param {string} appName name of the app\n\t * @param {Object} bundle bundle\n\t */\n\tregister,\n\n\t/**\n\t * @private\n\t * @deprecated 26.0.0 use `unregister` from https://www.npmjs.com/package/@nextcloud/l10n\n\t */\n\t_unregister: unregister,\n\n\t/**\n\t * Translate a string\n\t *\n\t * @deprecated 26.0.0 use `translate` from https://www.npmjs.com/package/@nextcloud/l10n\n\t *\n\t * @param {string} app the id of the app for which to translate the string\n\t * @param {string} text the string to translate\n\t * @param {object} [vars] map of placeholder key to value\n\t * @param {number} [count] number to replace %n with\n\t * @param {Array} [options] options array\n\t * @param {boolean} [options.escape=true] enable/disable auto escape of placeholders (by default enabled)\n\t * @param {boolean} [options.sanitize=true] enable/disable sanitization (by default enabled)\n\t * @return {string}\n\t */\n\ttranslate,\n\n\t/**\n\t * Translate a plural string\n\t *\n\t * @deprecated 26.0.0 use `translatePlural` from https://www.npmjs.com/package/@nextcloud/l10n\n\t *\n\t * @param {string} app the id of the app for which to translate the string\n\t * @param {string} textSingular the string to translate for exactly one object\n\t * @param {string} textPlural the string to translate for n objects\n\t * @param {number} count number to determine whether to use singular or plural\n\t * @param {object} [vars] map of placeholder key to value\n\t * @param {Array} [options] options array\n\t * @param {boolean} [options.escape=true] enable/disable auto escape of placeholders (by default enabled)\n\t * @return {string} Translated string\n\t */\n\ttranslatePlural,\n}\n\nexport default L10n\n\nHandlebars.registerHelper('t', function(app, text) {\n\treturn translate(app, text)\n})\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport {\n\tgetRootUrl as realGetRootUrl,\n} from '@nextcloud/router'\n\n/**\n * Creates a relative url for remote use\n *\n * @param {string} service id\n * @return {string} the url\n */\nexport const linkToRemoteBase = service => {\n\treturn realGetRootUrl() + '/remote.php/' + service\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport $ from 'jquery'\n\n/**\n * A little class to manage a status field for a \"saving\" process.\n * It can be used to display a starting message (e.g. \"Saving...\") and then\n * replace it with a green success message or a red error message.\n *\n * @namespace OC.msg\n */\nexport default {\n\t/**\n\t * Displayes a \"Saving...\" message in the given message placeholder\n\t *\n\t * @param {object} selector Placeholder to display the message in\n\t */\n\tstartSaving(selector) {\n\t\tthis.startAction(selector, t('core', 'Saving …'))\n\t},\n\n\t/**\n\t * Displayes a custom message in the given message placeholder\n\t *\n\t * @param {object} selector Placeholder to display the message in\n\t * @param {string} message Plain text message to display (no HTML allowed)\n\t */\n\tstartAction(selector, message) {\n\t\t$(selector).text(message)\n\t\t\t.removeClass('success')\n\t\t\t.removeClass('error')\n\t\t\t.stop(true, true)\n\t\t\t.show()\n\t},\n\n\t/**\n\t * Displayes an success/error message in the given selector\n\t *\n\t * @param {object} selector Placeholder to display the message in\n\t * @param {object} response Response of the server\n\t * @param {object} response.data Data of the servers response\n\t * @param {string} response.data.message Plain text message to display (no HTML allowed)\n\t * @param {string} response.status is being used to decide whether the message\n\t * is displayed as an error/success\n\t */\n\tfinishedSaving(selector, response) {\n\t\tthis.finishedAction(selector, response)\n\t},\n\n\t/**\n\t * Displayes an success/error message in the given selector\n\t *\n\t * @param {object} selector Placeholder to display the message in\n\t * @param {object} response Response of the server\n\t * @param {object} response.data Data of the servers response\n\t * @param {string} response.data.message Plain text message to display (no HTML allowed)\n\t * @param {string} response.status is being used to decide whether the message\n\t * is displayed as an error/success\n\t */\n\tfinishedAction(selector, response) {\n\t\tif (response.status === 'success') {\n\t\t\tthis.finishedSuccess(selector, response.data.message)\n\t\t} else {\n\t\t\tthis.finishedError(selector, response.data.message)\n\t\t}\n\t},\n\n\t/**\n\t * Displayes an success message in the given selector\n\t *\n\t * @param {object} selector Placeholder to display the message in\n\t * @param {string} message Plain text success message to display (no HTML allowed)\n\t */\n\tfinishedSuccess(selector, message) {\n\t\t$(selector).text(message)\n\t\t\t.addClass('success')\n\t\t\t.removeClass('error')\n\t\t\t.stop(true, true)\n\t\t\t.delay(3000)\n\t\t\t.fadeOut(900)\n\t\t\t.show()\n\t},\n\n\t/**\n\t * Displayes an error message in the given selector\n\t *\n\t * @param {object} selector Placeholder to display the message in\n\t * @param {string} message Plain text error message to display (no HTML allowed)\n\t */\n\tfinishedError(selector, message) {\n\t\t$(selector).text(message)\n\t\t\t.addClass('error')\n\t\t\t.removeClass('success')\n\t\t\t.show()\n\t},\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport { confirmPassword, isPasswordConfirmationRequired } from '@nextcloud/password-confirmation'\nimport '@nextcloud/password-confirmation/dist/style.css'\n\n/**\n * @namespace OC.PasswordConfirmation\n */\nexport default {\n\n\trequiresPasswordConfirmation() {\n\t\treturn isPasswordConfirmationRequired()\n\t},\n\n\t/**\n\t * @param {Function} callback success callback function\n\t * @param {object} options options currently not used by confirmPassword\n\t * @param {Function} rejectCallback error callback function\n\t */\n\trequirePasswordConfirmation(callback, options, rejectCallback) {\n\t\tconfirmPassword().then(callback, rejectCallback)\n\t},\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nexport default {\n\n\t/**\n\t * @type {Array.}\n\t */\n\t_plugins: {},\n\n\t/**\n\t * Register plugin\n\t *\n\t * @param {string} targetName app name / class name to hook into\n\t * @param {OC.Plugin} plugin plugin\n\t */\n\tregister(targetName, plugin) {\n\t\tlet plugins = this._plugins[targetName]\n\t\tif (!plugins) {\n\t\t\tplugins = this._plugins[targetName] = []\n\t\t}\n\t\tplugins.push(plugin)\n\t},\n\n\t/**\n\t * Returns all plugin registered to the given target\n\t * name / app name / class name.\n\t *\n\t * @param {string} targetName app name / class name to hook into\n\t * @return {Array.} array of plugins\n\t */\n\tgetPlugins(targetName) {\n\t\treturn this._plugins[targetName] || []\n\t},\n\n\t/**\n\t * Call attach() on all plugins registered to the given target name.\n\t *\n\t * @param {string} targetName app name / class name\n\t * @param {object} targetObject to be extended\n\t * @param {object} [options] options\n\t */\n\tattach(targetName, targetObject, options) {\n\t\tconst plugins = this.getPlugins(targetName)\n\t\tfor (let i = 0; i < plugins.length; i++) {\n\t\t\tif (plugins[i].attach) {\n\t\t\t\tplugins[i].attach(targetObject, options)\n\t\t\t}\n\t\t}\n\t},\n\n\t/**\n\t * Call detach() on all plugins registered to the given target name.\n\t *\n\t * @param {string} targetName app name / class name\n\t * @param {object} targetObject to be extended\n\t * @param {object} [options] options\n\t */\n\tdetach(targetName, targetObject, options) {\n\t\tconst plugins = this.getPlugins(targetName)\n\t\tfor (let i = 0; i < plugins.length; i++) {\n\t\t\tif (plugins[i].detach) {\n\t\t\t\tplugins[i].detach(targetObject, options)\n\t\t\t}\n\t\t}\n\t},\n\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nexport const theme = window._theme || {}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport _ from 'underscore'\nimport OC from './index.js'\n\n/**\n * Utility class for the history API,\n * includes fallback to using the URL hash when\n * the browser doesn't support the history API.\n *\n * @namespace OC.Util.History\n */\nexport default {\n\n\t_handlers: [],\n\n\t/**\n\t * Push the current URL parameters to the history stack\n\t * and change the visible URL.\n\t * Note: this includes a workaround for IE8/IE9 that uses\n\t * the hash part instead of the search part.\n\t *\n\t * @param {object | string} params to append to the URL, can be either a string\n\t * or a map\n\t * @param {string} [url] URL to be used, otherwise the current URL will be used,\n\t * using the params as query string\n\t * @param {boolean} [replace] whether to replace instead of pushing\n\t */\n\t_pushState(params, url, replace) {\n\t\tlet strParams\n\t\tif (typeof (params) === 'string') {\n\t\t\tstrParams = params\n\t\t} else {\n\t\t\tstrParams = OC.buildQueryString(params)\n\t\t}\n\n\t\tif (window.history.pushState) {\n\t\t\turl = url || location.pathname + '?' + strParams\n\t\t\t// Workaround for bug with SVG and window.history.pushState on Firefox < 51\n\t\t\t// https://bugzilla.mozilla.org/show_bug.cgi?id=652991\n\t\t\tconst isFirefox = navigator.userAgent.toLowerCase().indexOf('firefox') > -1\n\t\t\tif (isFirefox && parseInt(navigator.userAgent.split('/').pop()) < 51) {\n\t\t\t\tconst patterns = document.querySelectorAll('[fill^=\"url(#\"], [stroke^=\"url(#\"], [filter^=\"url(#invert\"]')\n\t\t\t\tfor (let i = 0, ii = patterns.length, pattern; i < ii; i++) {\n\t\t\t\t\tpattern = patterns[i]\n\t\t\t\t\t// eslint-disable-next-line no-self-assign\n\t\t\t\t\tpattern.style.fill = pattern.style.fill\n\t\t\t\t\t// eslint-disable-next-line no-self-assign\n\t\t\t\t\tpattern.style.stroke = pattern.style.stroke\n\t\t\t\t\tpattern.removeAttribute('filter')\n\t\t\t\t\tpattern.setAttribute('filter', 'url(#invert)')\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (replace) {\n\t\t\t\twindow.history.replaceState(params, '', url)\n\t\t\t} else {\n\t\t\t\twindow.history.pushState(params, '', url)\n\t\t\t}\n\t\t} else {\n\t\t\t// use URL hash for IE8\n\t\t\twindow.location.hash = '?' + strParams\n\t\t\t// inhibit next onhashchange that just added itself\n\t\t\t// to the event queue\n\t\t\tthis._cancelPop = true\n\t\t}\n\t},\n\n\t/**\n\t * Push the current URL parameters to the history stack\n\t * and change the visible URL.\n\t * Note: this includes a workaround for IE8/IE9 that uses\n\t * the hash part instead of the search part.\n\t *\n\t * @param {object | string} params to append to the URL, can be either a string or a map\n\t * @param {string} [url] URL to be used, otherwise the current URL will be used, using the params as query string\n\t */\n\tpushState(params, url) {\n\t\tthis._pushState(params, url, false)\n\t},\n\n\t/**\n\t * Push the current URL parameters to the history stack\n\t * and change the visible URL.\n\t * Note: this includes a workaround for IE8/IE9 that uses\n\t * the hash part instead of the search part.\n\t *\n\t * @param {object | string} params to append to the URL, can be either a string\n\t * or a map\n\t * @param {string} [url] URL to be used, otherwise the current URL will be used,\n\t * using the params as query string\n\t */\n\treplaceState(params, url) {\n\t\tthis._pushState(params, url, true)\n\t},\n\n\t/**\n\t * Add a popstate handler\n\t *\n\t * @param {Function} handler handler\n\t */\n\taddOnPopStateHandler(handler) {\n\t\tthis._handlers.push(handler)\n\t},\n\n\t/**\n\t * Parse a query string from the hash part of the URL.\n\t * (workaround for IE8 / IE9)\n\t *\n\t * @return {string}\n\t */\n\t_parseHashQuery() {\n\t\tconst hash = window.location.hash\n\t\tconst pos = hash.indexOf('?')\n\t\tif (pos >= 0) {\n\t\t\treturn hash.substr(pos + 1)\n\t\t}\n\t\tif (hash.length) {\n\t\t\t// remove hash sign\n\t\t\treturn hash.substr(1)\n\t\t}\n\t\treturn ''\n\t},\n\n\t_decodeQuery(query) {\n\t\treturn query.replace(/\\+/g, ' ')\n\t},\n\n\t/**\n\t * Parse the query/search part of the URL.\n\t * Also try and parse it from the URL hash (for IE8)\n\t *\n\t * @return {object} map of parameters\n\t */\n\tparseUrlQuery() {\n\t\tconst query = this._parseHashQuery()\n\t\tlet params\n\t\t// try and parse from URL hash first\n\t\tif (query) {\n\t\t\tparams = OC.parseQueryString(this._decodeQuery(query))\n\t\t}\n\t\t// else read from query attributes\n\t\tparams = _.extend(params || {}, OC.parseQueryString(this._decodeQuery(location.search)))\n\t\treturn params || {}\n\t},\n\n\t_onPopState(e) {\n\t\tif (this._cancelPop) {\n\t\t\tthis._cancelPop = false\n\t\t\treturn\n\t\t}\n\t\tlet params\n\t\tif (!this._handlers.length) {\n\t\t\treturn\n\t\t}\n\t\tparams = (e && e.state)\n\t\tif (_.isString(params)) {\n\t\t\tparams = OC.parseQueryString(params)\n\t\t} else if (!params) {\n\t\t\tparams = this.parseUrlQuery() || {}\n\t\t}\n\t\tfor (let i = 0; i < this._handlers.length; i++) {\n\t\t\tthis._handlers[i](params)\n\t\t}\n\t},\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport moment from 'moment'\n\nimport History from './util-history.js'\nimport OC from './index.js'\nimport { formatFileSize as humanFileSize } from '@nextcloud/files'\n\n/**\n * @param {any} t -\n */\nfunction chunkify(t) {\n\t// Adapted from http://my.opera.com/GreyWyvern/blog/show.dml/1671288\n\tconst tz = []\n\tlet x = 0\n\tlet y = -1\n\tlet n = 0\n\tlet c\n\n\twhile (x < t.length) {\n\t\tc = t.charAt(x)\n\t\t// only include the dot in strings\n\t\tconst m = ((!n && c === '.') || (c >= '0' && c <= '9'))\n\t\tif (m !== n) {\n\t\t\t// next chunk\n\t\t\ty++\n\t\t\ttz[y] = ''\n\t\t\tn = m\n\t\t}\n\t\ttz[y] += c\n\t\tx++\n\t}\n\treturn tz\n}\n\n/**\n * Utility functions\n *\n * @namespace OC.Util\n */\nexport default {\n\n\tHistory,\n\n\t/**\n\t * @deprecated use https://nextcloud.github.io/nextcloud-files/functions/formatFileSize.html\n\t */\n\thumanFileSize,\n\n\t/**\n\t * Returns a file size in bytes from a humanly readable string\n\t * Makes 2kB to 2048.\n\t * Inspired by computerFileSize in helper.php\n\t *\n\t * @param {string} string file size in human-readable format\n\t * @return {number} or null if string could not be parsed\n\t *\n\t *\n\t */\n\tcomputerFileSize(string) {\n\t\tif (typeof string !== 'string') {\n\t\t\treturn null\n\t\t}\n\n\t\tconst s = string.toLowerCase().trim()\n\t\tlet bytes = null\n\n\t\tconst bytesArray = {\n\t\t\tb: 1,\n\t\t\tk: 1024,\n\t\t\tkb: 1024,\n\t\t\tmb: 1024 * 1024,\n\t\t\tm: 1024 * 1024,\n\t\t\tgb: 1024 * 1024 * 1024,\n\t\t\tg: 1024 * 1024 * 1024,\n\t\t\ttb: 1024 * 1024 * 1024 * 1024,\n\t\t\tt: 1024 * 1024 * 1024 * 1024,\n\t\t\tpb: 1024 * 1024 * 1024 * 1024 * 1024,\n\t\t\tp: 1024 * 1024 * 1024 * 1024 * 1024,\n\t\t}\n\n\t\tconst matches = s.match(/^[\\s+]?([0-9]*)(\\.([0-9]+))?( +)?([kmgtp]?b?)$/i)\n\t\tif (matches !== null) {\n\t\t\tbytes = parseFloat(s)\n\t\t\tif (!isFinite(bytes)) {\n\t\t\t\treturn null\n\t\t\t}\n\t\t} else {\n\t\t\treturn null\n\t\t}\n\t\tif (matches[5]) {\n\t\t\tbytes = bytes * bytesArray[matches[5]]\n\t\t}\n\n\t\tbytes = Math.round(bytes)\n\t\treturn bytes\n\t},\n\n\t/**\n\t * @param {string|number} timestamp timestamp\n\t * @param {string} format date format, see momentjs docs\n\t * @return {string} timestamp formatted as requested\n\t */\n\tformatDate(timestamp, format) {\n\t\tif (window.TESTING === undefined) {\n\t\t\tOC.debug && console.warn('OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment')\n\t\t}\n\t\tformat = format || 'LLL'\n\t\treturn moment(timestamp).format(format)\n\t},\n\n\t/**\n\t * @param {string|number} timestamp timestamp\n\t * @return {string} human readable difference from now\n\t */\n\trelativeModifiedDate(timestamp) {\n\t\tif (window.TESTING === undefined) {\n\t\t\tOC.debug && console.warn('OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment')\n\t\t}\n\t\tconst diff = moment().diff(moment(timestamp))\n\t\tif (diff >= 0 && diff < 45000) {\n\t\t\treturn t('core', 'seconds ago')\n\t\t}\n\t\treturn moment(timestamp).fromNow()\n\t},\n\n\t/**\n\t * Returns the width of a generic browser scrollbar\n\t *\n\t * @return {number} width of scrollbar\n\t */\n\tgetScrollBarWidth() {\n\t\tif (this._scrollBarWidth) {\n\t\t\treturn this._scrollBarWidth\n\t\t}\n\n\t\tconst inner = document.createElement('p')\n\t\tinner.style.width = '100%'\n\t\tinner.style.height = '200px'\n\n\t\tconst outer = document.createElement('div')\n\t\touter.style.position = 'absolute'\n\t\touter.style.top = '0px'\n\t\touter.style.left = '0px'\n\t\touter.style.visibility = 'hidden'\n\t\touter.style.width = '200px'\n\t\touter.style.height = '150px'\n\t\touter.style.overflow = 'hidden'\n\t\touter.appendChild(inner)\n\n\t\tdocument.body.appendChild(outer)\n\t\tconst w1 = inner.offsetWidth\n\t\touter.style.overflow = 'scroll'\n\t\tlet w2 = inner.offsetWidth\n\t\tif (w1 === w2) {\n\t\t\tw2 = outer.clientWidth\n\t\t}\n\n\t\tdocument.body.removeChild(outer)\n\n\t\tthis._scrollBarWidth = (w1 - w2)\n\n\t\treturn this._scrollBarWidth\n\t},\n\n\t/**\n\t * Remove the time component from a given date\n\t *\n\t * @param {Date} date date\n\t * @return {Date} date with stripped time\n\t */\n\tstripTime(date) {\n\t\t// FIXME: likely to break when crossing DST\n\t\t// would be better to use a library like momentJS\n\t\treturn new Date(date.getFullYear(), date.getMonth(), date.getDate())\n\t},\n\n\t/**\n\t * Compare two strings to provide a natural sort\n\t *\n\t * @param {string} a first string to compare\n\t * @param {string} b second string to compare\n\t * @return {number} -1 if b comes before a, 1 if a comes before b\n\t * or 0 if the strings are identical\n\t */\n\tnaturalSortCompare(a, b) {\n\t\tlet x\n\t\tconst aa = chunkify(a)\n\t\tconst bb = chunkify(b)\n\n\t\tfor (x = 0; aa[x] && bb[x]; x++) {\n\t\t\tif (aa[x] !== bb[x]) {\n\t\t\t\tconst aNum = Number(aa[x]); const bNum = Number(bb[x])\n\t\t\t\t// note: == is correct here\n\t\t\t\t/* eslint-disable-next-line */\n\t\t\t\tif (aNum == aa[x] && bNum == bb[x]) {\n\t\t\t\t\treturn aNum - bNum\n\t\t\t\t} else {\n\t\t\t\t\t// Note: This locale setting isn't supported by all browsers but for the ones\n\t\t\t\t\t// that do there will be more consistency between client-server sorting\n\t\t\t\t\treturn aa[x].localeCompare(bb[x], OC.getLanguage())\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn aa.length - bb.length\n\t},\n\n\t/**\n\t * Calls the callback in a given interval until it returns true\n\t *\n\t * @param {Function} callback function to call on success\n\t * @param {number} interval in milliseconds\n\t */\n\twaitFor(callback, interval) {\n\t\tconst internalCallback = function() {\n\t\t\tif (callback() !== true) {\n\t\t\t\tsetTimeout(internalCallback, interval)\n\t\t\t}\n\t\t}\n\n\t\tinternalCallback()\n\t},\n\n\t/**\n\t * Checks if a cookie with the given name is present and is set to the provided value.\n\t *\n\t * @param {string} name name of the cookie\n\t * @param {string} value value of the cookie\n\t * @return {boolean} true if the cookie with the given name has the given value\n\t */\n\tisCookieSetToValue(name, value) {\n\t\tconst cookies = document.cookie.split(';')\n\t\tfor (let i = 0; i < cookies.length; i++) {\n\t\t\tconst cookie = cookies[i].split('=')\n\t\t\tif (cookie[0].trim() === name && cookie[1].trim() === value) {\n\t\t\t\treturn true\n\t\t\t}\n\t\t}\n\t\treturn false\n\t},\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nconst base = window._oc_debug\n\nexport const debug = base\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nlet webroot = window._oc_webroot\n\nif (typeof webroot === 'undefined') {\n\twebroot = location.pathname\n\tconst pos = webroot.indexOf('/index.php/')\n\tif (pos !== -1) {\n\t\twebroot = webroot.substr(0, pos)\n\t} else {\n\t\twebroot = webroot.substr(0, webroot.lastIndexOf('/'))\n\t}\n}\n\nexport default webroot\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport { subscribe } from '@nextcloud/event-bus'\n\nimport {\n\tajaxConnectionLostHandler,\n\tprocessAjaxError,\n\tregisterXHRForErrorProcessing,\n} from './xhr-error.js'\nimport Apps from './apps.js'\nimport { AppConfig, appConfig } from './appconfig.js'\nimport appswebroots from './appswebroots.js'\nimport Backbone from './backbone.js'\nimport {\n\tbasename,\n\tdirname,\n\tencodePath,\n\tisSamePath,\n\tjoinPaths,\n} from '@nextcloud/paths'\nimport {\n\tbuild as buildQueryString,\n\tparse as parseQueryString,\n} from './query-string.js'\nimport Config from './config.js'\nimport {\n\tcoreApps,\n\tmenuSpeed,\n\tPERMISSION_ALL,\n\tPERMISSION_CREATE,\n\tPERMISSION_DELETE,\n\tPERMISSION_NONE,\n\tPERMISSION_READ,\n\tPERMISSION_SHARE,\n\tPERMISSION_UPDATE,\n\tTAG_FAVORITE,\n} from './constants.js'\nimport { currentUser, getCurrentUser } from './currentuser.js'\nimport Dialogs from './dialogs.js'\nimport EventSource from './eventsource.js'\nimport { get, set } from './get_set.js'\nimport { getCapabilities } from './capabilities.js'\nimport {\n\tgetHost,\n\tgetHostName,\n\tgetPort,\n\tgetProtocol,\n} from './host.js'\nimport {\n\tgetToken as getRequestToken,\n} from './requesttoken.js'\nimport {\n\thideMenus,\n\tregisterMenu,\n\tshowMenu,\n\tunregisterMenu,\n} from './menu.js'\nimport { isUserAdmin } from './admin.js'\nimport L10N from './l10n.js'\nimport {\n\tgetCanonicalLocale,\n\tgetLanguage,\n\tgetLocale,\n} from '@nextcloud/l10n'\n\nimport {\n\tgenerateUrl,\n\tgenerateFilePath,\n\tgenerateOcsUrl,\n\tgenerateRemoteUrl,\n\tgetRootUrl,\n\timagePath,\n\tlinkTo,\n} from '@nextcloud/router'\n\nimport {\n\tlinkToRemoteBase,\n} from './routing.js'\nimport msg from './msg.js'\nimport Notification from './notification.js'\nimport PasswordConfirmation from './password-confirmation.js'\nimport Plugins from './plugins.js'\nimport { theme } from './theme.js'\nimport Util from './util.js'\nimport { debug } from './debug.js'\nimport { redirect, reload } from './navigation.js'\nimport webroot from './webroot.js'\n\n/** @namespace OC */\nexport default {\n\t/*\n\t * Constants\n\t */\n\tcoreApps,\n\tmenuSpeed,\n\tPERMISSION_ALL,\n\tPERMISSION_CREATE,\n\tPERMISSION_DELETE,\n\tPERMISSION_NONE,\n\tPERMISSION_READ,\n\tPERMISSION_SHARE,\n\tPERMISSION_UPDATE,\n\tTAG_FAVORITE,\n\n\t/*\n\t * Deprecated helpers to be removed\n\t */\n\t/**\n\t * Check if a user file is allowed to be handled.\n\t *\n\t * @param {string} file to check\n\t * @return {boolean}\n\t * @deprecated 17.0.0\n\t */\n\tfileIsBlacklisted: file => !!(file.match(Config.blacklist_files_regex)),\n\tApps,\n\tAppConfig,\n\tappConfig,\n\tappswebroots,\n\tBackbone,\n\tconfig: Config,\n\t/**\n\t * Currently logged in user or null if none\n\t *\n\t * @type {string}\n\t * @deprecated use `getCurrentUser` from https://www.npmjs.com/package/@nextcloud/auth\n\t */\n\tcurrentUser,\n\tdialogs: Dialogs,\n\tEventSource,\n\t/**\n\t * Returns the currently logged in user or null if there is no logged in\n\t * user (public page mode)\n\t *\n\t * @since 9.0.0\n\t * @deprecated 19.0.0 use `getCurrentUser` from https://www.npmjs.com/package/@nextcloud/auth\n\t */\n\tgetCurrentUser,\n\tisUserAdmin,\n\tL10N,\n\n\t/**\n\t * Ajax error handlers\n\t *\n\t * @todo remove from here and keep internally -> requires new tests\n\t */\n\t_ajaxConnectionLostHandler: ajaxConnectionLostHandler,\n\t_processAjaxError: processAjaxError,\n\tregisterXHRForErrorProcessing,\n\n\t/**\n\t * Capabilities\n\t *\n\t * @type {Array}\n\t * @deprecated 20.0.0 use @nextcloud/capabilities instead\n\t */\n\tgetCapabilities,\n\n\t/*\n\t * Legacy menu helpers\n\t */\n\thideMenus,\n\tregisterMenu,\n\tshowMenu,\n\tunregisterMenu,\n\n\t/*\n\t * Path helpers\n\t */\n\t/**\n\t * @deprecated 18.0.0 use https://www.npmjs.com/package/@nextcloud/paths\n\t */\n\tbasename,\n\t/**\n\t * @deprecated 18.0.0 use https://www.npmjs.com/package/@nextcloud/paths\n\t */\n\tencodePath,\n\t/**\n\t * @deprecated 18.0.0 use https://www.npmjs.com/package/@nextcloud/paths\n\t */\n\tdirname,\n\t/**\n\t * @deprecated 18.0.0 use https://www.npmjs.com/package/@nextcloud/paths\n\t */\n\tisSamePath,\n\t/**\n\t * @deprecated 18.0.0 use https://www.npmjs.com/package/@nextcloud/paths\n\t */\n\tjoinPaths,\n\n\t/**\n\t * Host (url) helpers\n\t */\n\tgetHost,\n\tgetHostName,\n\tgetPort,\n\tgetProtocol,\n\n\t/**\n\t * @deprecated 20.0.0 use `getCanonicalLocale` from https://www.npmjs.com/package/@nextcloud/l10n\n\t */\n\tgetCanonicalLocale,\n\t/**\n\t * @deprecated 26.0.0 use `getLocale` from https://www.npmjs.com/package/@nextcloud/l10n\n\t */\n\tgetLocale,\n\t/**\n\t * @deprecated 26.0.0 use `getLanguage` from https://www.npmjs.com/package/@nextcloud/l10n\n\t */\n\tgetLanguage,\n\n\t/**\n\t * Query string helpers\n\t */\n\tbuildQueryString,\n\tparseQueryString,\n\n\tmsg,\n\tNotification,\n\t/**\n\t * @deprecated 28.0.0 use methods from '@nextcloud/password-confirmation'\n\t */\n\tPasswordConfirmation,\n\tPlugins,\n\ttheme,\n\tUtil,\n\tdebug,\n\t/**\n\t * @deprecated 19.0.0 use `generateFilePath` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tfilePath: generateFilePath,\n\t/**\n\t * @deprecated 19.0.0 use `generateUrl` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tgenerateUrl,\n\t/**\n\t * @deprecated 19.0.0 use https://lodash.com/docs#get\n\t */\n\tget: get(window),\n\t/**\n\t * @deprecated 19.0.0 use https://lodash.com/docs#set\n\t */\n\tset: set(window),\n\t/**\n\t * @deprecated 19.0.0 use `getRootUrl` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tgetRootPath: getRootUrl,\n\t/**\n\t * @deprecated 19.0.0 use `imagePath` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\timagePath,\n\tredirect,\n\treload,\n\trequestToken: getRequestToken(),\n\t/**\n\t * @deprecated 19.0.0 use `linkTo` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tlinkTo,\n\t/**\n\t * @param {string} service service name\n\t * @param {number} version OCS API version\n\t * @return {string} OCS API base path\n\t * @deprecated 19.0.0 use `generateOcsUrl` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tlinkToOCS: (service, version) => {\n\t\treturn generateOcsUrl(service, {}, {\n\t\t\tocsVersion: version || 1,\n\t\t}) + '/'\n\t},\n\t/**\n\t * @deprecated 19.0.0 use `generateRemoteUrl` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tlinkToRemote: generateRemoteUrl,\n\tlinkToRemoteBase,\n\t/**\n\t * Relative path to Nextcloud root.\n\t * For example: \"/nextcloud\"\n\t *\n\t * @type {string}\n\t *\n\t * @deprecated 19.0.0 use `getRootUrl` from https://www.npmjs.com/package/@nextcloud/router\n\t * @see OC#getRootPath\n\t */\n\twebroot,\n}\n\n// Keep the request token prop in sync\nsubscribe('csrf-token-update', e => {\n\tOC.requestToken = e.token\n\n\t// Logging might help debug (Sentry) issues\n\tconsole.info('OC.requestToken changed', e.token)\n})\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport { getCapabilities as realGetCapabilities } from '@nextcloud/capabilities'\n\n/**\n * Returns the capabilities\n *\n * @return {Array} capabilities\n *\n * @since 14.0.0\n */\nexport const getCapabilities = () => {\n\tOC.debug && console.warn('OC.getCapabilities is deprecated and will be removed in Nextcloud 21. See @nextcloud/capabilities')\n\treturn realGetCapabilities()\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nexport const getProtocol = () => window.location.protocol.split(':')[0]\n\n/**\n * Returns the host used to access this Nextcloud instance\n * Host is sometimes the same as the hostname but now always.\n *\n * Examples:\n * http://example.com => example.com\n * https://example.com => example.com\n * http://example.com:8080 => example.com:8080\n *\n * @return {string} host\n *\n * @since 8.2.0\n * @deprecated 17.0.0 use window.location.host directly\n */\nexport const getHost = () => window.location.host\n\n/**\n * Returns the hostname used to access this Nextcloud instance\n * The hostname is always stripped of the port\n *\n * @return {string} hostname\n * @since 9.0.0\n * @deprecated 17.0.0 use window.location.hostname directly\n */\nexport const getHostName = () => window.location.hostname\n\n/**\n * Returns the port number used to access this Nextcloud instance\n *\n * @return {number} port number\n *\n * @since 8.2.0\n * @deprecated 17.0.0 use window.location.port directly\n */\nexport const getPort = () => window.location.port\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nexport const get = context => name => {\n\tconst namespaces = name.split('.')\n\tconst tail = namespaces.pop()\n\n\tfor (let i = 0; i < namespaces.length; i++) {\n\t\tcontext = context[namespaces[i]]\n\t\tif (!context) {\n\t\t\treturn false\n\t\t}\n\t}\n\treturn context[tail]\n}\n\n/**\n * Set a variable by name\n *\n * @param {string} context context\n * @return {Function} setter\n * @deprecated 19.0.0 use https://lodash.com/docs#set\n */\nexport const set = context => (name, value) => {\n\tconst namespaces = name.split('.')\n\tconst tail = namespaces.pop()\n\n\tfor (let i = 0; i < namespaces.length; i++) {\n\t\tif (!context[namespaces[i]]) {\n\t\t\tcontext[namespaces[i]] = {}\n\t\t}\n\t\tcontext = context[namespaces[i]]\n\t}\n\tcontext[tail] = value\n\treturn value\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nexport const redirect = targetURL => { window.location = targetURL }\n\n/**\n * Reloads the current page\n *\n * @deprecated 17.0.0 use window.location.reload directly\n */\nexport const reload = () => { window.location.reload() }\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport $ from 'jquery'\nimport { emit } from '@nextcloud/event-bus'\nimport { loadState } from '@nextcloud/initial-state'\nimport { getCurrentUser } from '@nextcloud/auth'\nimport { generateUrl } from '@nextcloud/router'\n\nimport OC from './OC/index.js'\nimport { setToken as setRequestToken, getToken as getRequestToken } from './OC/requesttoken.js'\n\nlet config = null\n/**\n * The legacy jsunit tests overwrite OC.config before calling initCore\n * therefore we need to wait with assigning the config fallback until initCore calls initSessionHeartBeat\n */\nconst loadConfig = () => {\n\ttry {\n\t\tconfig = loadState('core', 'config')\n\t} catch (e) {\n\t\t// This fallback is just for our legacy jsunit tests since we have no way to mock loadState calls\n\t\tconfig = OC.config\n\t}\n}\n\n/**\n * session heartbeat (defaults to enabled)\n *\n * @return {boolean}\n */\nconst keepSessionAlive = () => {\n\treturn config.session_keepalive === undefined\n\t\t|| !!config.session_keepalive\n}\n\n/**\n * get interval in seconds\n *\n * @return {number}\n */\nconst getInterval = () => {\n\tlet interval = NaN\n\tif (config.session_lifetime) {\n\t\tinterval = Math.floor(config.session_lifetime / 2)\n\t}\n\n\t// minimum one minute, max 24 hours, default 15 minutes\n\treturn Math.min(\n\t\t24 * 3600,\n\t\tMath.max(\n\t\t\t60,\n\t\t\tisNaN(interval) ? 900 : interval,\n\t\t),\n\t)\n}\n\nconst getToken = async () => {\n\tconst url = generateUrl('/csrftoken')\n\n\t// Not using Axios here as Axios is not stubbable with the sinon fake server\n\t// see https://stackoverflow.com/questions/41516044/sinon-mocha-test-with-async-ajax-calls-didnt-return-promises\n\t// see js/tests/specs/coreSpec.js for the tests\n\tconst resp = await $.get(url)\n\n\treturn resp.token\n}\n\nconst poll = async () => {\n\ttry {\n\t\tconst token = await getToken()\n\t\tsetRequestToken(token)\n\t} catch (e) {\n\t\tconsole.error('session heartbeat failed', e)\n\t}\n}\n\nconst startPolling = () => {\n\tconst interval = setInterval(poll, getInterval() * 1000)\n\n\tconsole.info('session heartbeat polling started')\n\n\treturn interval\n}\n\nconst registerAutoLogout = () => {\n\tif (!config.auto_logout || !getCurrentUser()) {\n\t\treturn\n\t}\n\n\tlet lastActive = Date.now()\n\twindow.addEventListener('mousemove', e => {\n\t\tlastActive = Date.now()\n\t\tlocalStorage.setItem('lastActive', lastActive)\n\t})\n\n\twindow.addEventListener('touchstart', e => {\n\t\tlastActive = Date.now()\n\t\tlocalStorage.setItem('lastActive', lastActive)\n\t})\n\n\twindow.addEventListener('storage', e => {\n\t\tif (e.key !== 'lastActive') {\n\t\t\treturn\n\t\t}\n\t\tlastActive = e.newValue\n\t})\n\n\tlet intervalId = 0\n\tconst logoutCheck = () => {\n\t\tconst timeout = Date.now() - config.session_lifetime * 1000\n\t\tif (lastActive < timeout) {\n\t\t\tclearTimeout(intervalId)\n\t\t\tconsole.info('Inactivity timout reached, logging out')\n\t\t\tconst logoutUrl = generateUrl('/logout') + '?requesttoken=' + encodeURIComponent(getRequestToken())\n\t\t\twindow.location = logoutUrl\n\t\t}\n\t}\n\tintervalId = setInterval(logoutCheck, 1000)\n}\n\n/**\n * Calls the server periodically to ensure that session and CSRF\n * token doesn't expire\n */\nexport const initSessionHeartBeat = () => {\n\tloadConfig()\n\n\tregisterAutoLogout()\n\n\tif (!keepSessionAlive()) {\n\t\tconsole.info('session heartbeat disabled')\n\t\treturn\n\t}\n\tlet interval = startPolling()\n\n\twindow.addEventListener('online', async () => {\n\t\tconsole.info('browser is online again, resuming heartbeat')\n\t\tinterval = startPolling()\n\t\ttry {\n\t\t\tawait poll()\n\t\t\tconsole.info('session token successfully updated after resuming network')\n\n\t\t\t// Let apps know we're online and requests will have the new token\n\t\t\temit('networkOnline', {\n\t\t\t\tsuccess: true,\n\t\t\t})\n\t\t} catch (e) {\n\t\t\tconsole.error('could not update session token after resuming network', e)\n\n\t\t\t// Let apps know we're online but requests might have an outdated token\n\t\t\temit('networkOnline', {\n\t\t\t\tsuccess: false,\n\t\t\t})\n\t\t}\n\t})\n\twindow.addEventListener('offline', () => {\n\t\tconsole.info('browser is offline, stopping heartbeat')\n\n\t\t// Let apps know we're offline\n\t\temit('networkOffline', {})\n\n\t\tclearInterval(interval)\n\t\tconsole.info('session heartbeat polling stopped')\n\t})\n}\n","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('NcHeaderMenu',{staticClass:\"contactsmenu\",attrs:{\"id\":\"contactsmenu\",\"aria-label\":_vm.t('core', 'Search contacts')},on:{\"open\":_vm.handleOpen},scopedSlots:_vm._u([{key:\"trigger\",fn:function(){return [_c('Contacts',{staticClass:\"contactsmenu__trigger-icon\",attrs:{\"size\":20}})]},proxy:true}])},[_vm._v(\" \"),_c('div',{staticClass:\"contactsmenu__menu\"},[_c('div',{staticClass:\"contactsmenu__menu__input-wrapper\"},[_c('NcTextField',{ref:\"contactsMenuInput\",staticClass:\"contactsmenu__menu__search\",attrs:{\"id\":\"contactsmenu__menu__search\",\"value\":_vm.searchTerm,\"trailing-button-icon\":\"close\",\"label\":_vm.t('core', 'Search contacts'),\"trailing-button-label\":_vm.t('core','Reset search'),\"show-trailing-button\":_vm.searchTerm !== '',\"placeholder\":_vm.t('core', 'Search contacts …')},on:{\"update:value\":function($event){_vm.searchTerm=$event},\"input\":_vm.onInputDebounced,\"trailing-button-click\":_vm.onReset}})],1),_vm._v(\" \"),(_vm.error)?_c('NcEmptyContent',{attrs:{\"name\":_vm.t('core', 'Could not load your contacts')},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [_c('Magnify')]},proxy:true}],null,false,931131664)}):(_vm.loadingText)?_c('NcEmptyContent',{attrs:{\"name\":_vm.loadingText},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [_c('NcLoadingIcon')]},proxy:true}])}):(_vm.contacts.length === 0)?_c('NcEmptyContent',{attrs:{\"name\":_vm.t('core', 'No contacts found')},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [_c('Magnify')]},proxy:true}])}):_c('div',{staticClass:\"contactsmenu__menu__content\"},[_c('div',{attrs:{\"id\":\"contactsmenu-contacts\"}},[_c('ul',_vm._l((_vm.contacts),function(contact){return _c('Contact',{key:contact.id,attrs:{\"contact\":contact}})}),1)]),_vm._v(\" \"),(_vm.contactsAppEnabled)?_c('div',{staticClass:\"contactsmenu__menu__content__footer\"},[_c('NcButton',{attrs:{\"type\":\"tertiary\",\"href\":_vm.contactsAppURL}},[_vm._v(\"\\n\\t\\t\\t\\t\\t\"+_vm._s(_vm.t('core', 'Show all contacts'))+\"\\n\\t\\t\\t\\t\")])],1):(_vm.canInstallApp)?_c('div',{staticClass:\"contactsmenu__menu__content__footer\"},[_c('NcButton',{attrs:{\"type\":\"tertiary\",\"href\":_vm.contactsAppMgmtURL}},[_vm._v(\"\\n\\t\\t\\t\\t\\t\"+_vm._s(_vm.t('core', 'Install the Contacts app'))+\"\\n\\t\\t\\t\\t\")])],1):_vm._e()])],1)])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./Contacts.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./Contacts.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./Contacts.vue?vue&type=template&id=10f997f1\"\nimport script from \"./Contacts.vue?vue&type=script&lang=js\"\nexport * from \"./Contacts.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon contacts-icon\",attrs:{\"aria-hidden\":_vm.title ? null : 'true',\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M20,0H4V2H20V0M4,24H20V22H4V24M20,4H4A2,2 0 0,0 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6A2,2 0 0,0 20,4M12,6.75A2.25,2.25 0 0,1 14.25,9A2.25,2.25 0 0,1 12,11.25A2.25,2.25 0 0,1 9.75,9A2.25,2.25 0 0,1 12,6.75M17,17H7V15.5C7,13.83 10.33,13 12,13C13.67,13 17,13.83 17,15.5V17Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n\n\n\n\n\n","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Contact.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Contact.vue?vue&type=script&lang=js\"","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Contact.vue?vue&type=style&index=0&id=0ba3e584&prod&scoped=true&lang=scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Contact.vue?vue&type=style&index=0&id=0ba3e584&prod&scoped=true&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./Contact.vue?vue&type=template&id=0ba3e584&scoped=true\"\nimport script from \"./Contact.vue?vue&type=script&lang=js\"\nexport * from \"./Contact.vue?vue&type=script&lang=js\"\nimport style0 from \"./Contact.vue?vue&type=style&index=0&id=0ba3e584&prod&scoped=true&lang=scss\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"0ba3e584\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('li',{staticClass:\"contact\"},[_c('NcAvatar',{staticClass:\"contact__avatar\",attrs:{\"size\":44,\"user\":_vm.contact.isUser ? _vm.contact.uid : undefined,\"is-no-user\":!_vm.contact.isUser,\"disable-menu\":true,\"display-name\":_vm.contact.avatarLabel,\"preloaded-user-status\":_vm.preloadedUserStatus}}),_vm._v(\" \"),_c('a',{staticClass:\"contact__body\",attrs:{\"href\":_vm.contact.profileUrl || _vm.contact.topAction?.hyperlink}},[_c('div',{staticClass:\"contact__body__full-name\"},[_vm._v(_vm._s(_vm.contact.fullName))]),_vm._v(\" \"),(_vm.contact.lastMessage)?_c('div',{staticClass:\"contact__body__last-message\"},[_vm._v(_vm._s(_vm.contact.lastMessage))]):_vm._e(),_vm._v(\" \"),(_vm.contact.statusMessage)?_c('div',{staticClass:\"contact__body__status-message\"},[_vm._v(_vm._s(_vm.contact.statusMessage))]):_c('div',{staticClass:\"contact__body__email-address\"},[_vm._v(_vm._s(_vm.contact.emailAddresses[0]))])]),_vm._v(\" \"),(_vm.actions.length)?_c('NcActions',{attrs:{\"inline\":_vm.contact.topAction ? 1 : 0}},[_vm._l((_vm.actions),function(action,idx){return [(action.hyperlink !== '#')?_c('NcActionLink',{key:idx,staticClass:\"other-actions\",attrs:{\"href\":action.hyperlink},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [_c('img',{staticClass:\"contact__action__icon\",attrs:{\"aria-hidden\":\"true\",\"src\":action.icon}})]},proxy:true}],null,true)},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(action.title)+\"\\n\\t\\t\\t\")]):_c('NcActionText',{key:idx,staticClass:\"other-actions\",scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [_c('img',{staticClass:\"contact__action__icon\",attrs:{\"aria-hidden\":\"true\",\"src\":action.icon}})]},proxy:true}],null,true)},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(action.title)+\"\\n\\t\\t\\t\")])]})],2):_vm._e()],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport { getCurrentUser } from '@nextcloud/auth'\nimport { getLoggerBuilder } from '@nextcloud/logger'\n\nconst getLogger = user => {\n\tif (user === null) {\n\t\treturn getLoggerBuilder()\n\t\t\t.setApp('core')\n\t\t\t.build()\n\t}\n\treturn getLoggerBuilder()\n\t\t.setApp('core')\n\t\t.setUid(user.uid)\n\t\t.build()\n}\n\nexport default getLogger(getCurrentUser())\n\nexport const unifiedSearchLogger = getLoggerBuilder()\n\t.setApp('unified-search')\n\t.detectUser()\n\t.build()\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport L10n from '../OC/l10n.js'\nimport OC from '../OC/index.js'\n\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\tOC,\n\t\t}\n\t},\n\tmethods: {\n\t\tt: L10n.translate.bind(L10n),\n\t\tn: L10n.translatePlural.bind(L10n),\n\t},\n}\n","\n\n\n\n\n\n\n","import mod from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ContactsMenu.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ContactsMenu.vue?vue&type=script&lang=js\"","\n import API from \"!../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ContactsMenu.vue?vue&type=style&index=0&id=455d0c6a&prod&lang=scss&scoped=true\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ContactsMenu.vue?vue&type=style&index=0&id=455d0c6a&prod&lang=scss&scoped=true\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./ContactsMenu.vue?vue&type=template&id=455d0c6a&scoped=true\"\nimport script from \"./ContactsMenu.vue?vue&type=script&lang=js\"\nexport * from \"./ContactsMenu.vue?vue&type=script&lang=js\"\nimport style0 from \"./ContactsMenu.vue?vue&type=style&index=0&id=455d0c6a&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"455d0c6a\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('nav',{ref:\"appMenu\",staticClass:\"app-menu\",attrs:{\"aria-label\":_vm.t('core', 'Applications menu')}},[_c('ul',{staticClass:\"app-menu__list\",attrs:{\"aria-label\":_vm.t('core', 'Apps')}},_vm._l((_vm.mainAppList),function(app){return _c('AppMenuEntry',{key:app.id,attrs:{\"app\":app}})}),1),_vm._v(\" \"),_c('NcActions',{staticClass:\"app-menu__overflow\",attrs:{\"aria-label\":_vm.t('core', 'More apps')}},_vm._l((_vm.popoverAppList),function(app){return _c('NcActionLink',{key:app.id,staticClass:\"app-menu__overflow-entry\",attrs:{\"aria-current\":app.active ? 'page' : false,\"href\":app.href,\"icon\":app.icon}},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(app.name)+\"\\n\\t\\t\")])}),1)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./Circle.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./Circle.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./Circle.vue?vue&type=template&id=cd98ea1e\"\nimport script from \"./Circle.vue?vue&type=script&lang=js\"\nexport * from \"./Circle.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon circle-icon\",attrs:{\"aria-hidden\":_vm.title ? null : 'true',\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppMenuIcon.vue?vue&type=script&setup=true&lang=ts\"; export default mod; export * from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppMenuIcon.vue?vue&type=script&setup=true&lang=ts\"","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('span',{staticClass:\"app-menu-icon\",attrs:{\"role\":\"img\",\"aria-hidden\":_setup.ariaHidden,\"aria-label\":_setup.ariaLabel}},[_c('img',{staticClass:\"app-menu-icon__icon\",attrs:{\"src\":_vm.app.icon,\"alt\":\"\"}}),_vm._v(\" \"),(_vm.app.unread)?_c(_setup.IconDot,{staticClass:\"app-menu-icon__unread\",attrs:{\"size\":10}}):_vm._e()],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n import API from \"!../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppMenuIcon.vue?vue&type=style&index=0&id=e7078f90&prod&scoped=true&lang=scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppMenuIcon.vue?vue&type=style&index=0&id=e7078f90&prod&scoped=true&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./AppMenuIcon.vue?vue&type=template&id=e7078f90&scoped=true\"\nimport script from \"./AppMenuIcon.vue?vue&type=script&setup=true&lang=ts\"\nexport * from \"./AppMenuIcon.vue?vue&type=script&setup=true&lang=ts\"\nimport style0 from \"./AppMenuIcon.vue?vue&type=style&index=0&id=e7078f90&prod&scoped=true&lang=scss\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"e7078f90\",\n null\n \n)\n\nexport default component.exports","import mod from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppMenuEntry.vue?vue&type=script&setup=true&lang=ts\"; export default mod; export * from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppMenuEntry.vue?vue&type=script&setup=true&lang=ts\"","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('li',{ref:\"containerElement\",staticClass:\"app-menu-entry\",class:{\n\t\t'app-menu-entry--active': _vm.app.active,\n\t\t'app-menu-entry--truncated': _setup.needsSpace,\n\t}},[_c('a',{staticClass:\"app-menu-entry__link\",attrs:{\"href\":_vm.app.href,\"title\":_vm.app.name,\"aria-current\":_vm.app.active ? 'page' : false,\"target\":_vm.app.target ? '_blank' : undefined,\"rel\":_vm.app.target ? 'noopener noreferrer' : undefined}},[_c(_setup.AppMenuIcon,{staticClass:\"app-menu-entry__icon\",attrs:{\"app\":_vm.app}}),_vm._v(\" \"),_c('span',{ref:\"labelElement\",staticClass:\"app-menu-entry__label\"},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.app.name)+\"\\n\\t\\t\")])],1)])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n import API from \"!../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppMenuEntry.vue?vue&type=style&index=0&id=22dcd4f7&prod&scoped=true&lang=scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppMenuEntry.vue?vue&type=style&index=0&id=22dcd4f7&prod&scoped=true&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","\n import API from \"!../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppMenuEntry.vue?vue&type=style&index=1&id=22dcd4f7&prod&lang=scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppMenuEntry.vue?vue&type=style&index=1&id=22dcd4f7&prod&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./AppMenuEntry.vue?vue&type=template&id=22dcd4f7&scoped=true\"\nimport script from \"./AppMenuEntry.vue?vue&type=script&setup=true&lang=ts\"\nexport * from \"./AppMenuEntry.vue?vue&type=script&setup=true&lang=ts\"\nimport style0 from \"./AppMenuEntry.vue?vue&type=style&index=0&id=22dcd4f7&prod&scoped=true&lang=scss\"\nimport style1 from \"./AppMenuEntry.vue?vue&type=style&index=1&id=22dcd4f7&prod&lang=scss\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"22dcd4f7\",\n null\n \n)\n\nexport default component.exports","import mod from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppMenu.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppMenu.vue?vue&type=script&lang=ts\"","\n import API from \"!../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppMenu.vue?vue&type=style&index=0&id=7661a89b&prod&scoped=true&lang=scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppMenu.vue?vue&type=style&index=0&id=7661a89b&prod&scoped=true&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./AppMenu.vue?vue&type=template&id=7661a89b&scoped=true\"\nimport script from \"./AppMenu.vue?vue&type=script&lang=ts\"\nexport * from \"./AppMenu.vue?vue&type=script&lang=ts\"\nimport style0 from \"./AppMenu.vue?vue&type=style&index=0&id=7661a89b&prod&scoped=true&lang=scss\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"7661a89b\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('NcListItem',{attrs:{\"id\":_vm.profileEnabled ? undefined : _vm.id,\"anchor-id\":_vm.id,\"active\":_vm.active,\"compact\":\"\",\"href\":_vm.profileEnabled ? _vm.href : undefined,\"name\":_vm.displayName,\"target\":\"_self\"},scopedSlots:_vm._u([(_vm.profileEnabled)?{key:\"subname\",fn:function(){return [_vm._v(\"\\n\\t\\t\"+_vm._s(_vm.name)+\"\\n\\t\")]},proxy:true}:null,(_vm.loading)?{key:\"indicator\",fn:function(){return [_c('NcLoadingIcon')]},proxy:true}:null],null,true)})\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AccountMenuProfileEntry.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AccountMenuProfileEntry.vue?vue&type=script&lang=ts\"","import { render, staticRenderFns } from \"./AccountMenuProfileEntry.vue?vue&type=template&id=348dadc6\"\nimport script from \"./AccountMenuProfileEntry.vue?vue&type=script&lang=ts\"\nexport * from \"./AccountMenuProfileEntry.vue?vue&type=script&lang=ts\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","\n\n\n\n\n\n\n","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AccountMenuEntry.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AccountMenuEntry.vue?vue&type=script&lang=js\"","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AccountMenuEntry.vue?vue&type=style&index=0&id=2e0a74a6&prod&lang=scss&scoped=true\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AccountMenuEntry.vue?vue&type=style&index=0&id=2e0a74a6&prod&lang=scss&scoped=true\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./AccountMenuEntry.vue?vue&type=template&id=2e0a74a6&scoped=true\"\nimport script from \"./AccountMenuEntry.vue?vue&type=script&lang=js\"\nexport * from \"./AccountMenuEntry.vue?vue&type=script&lang=js\"\nimport style0 from \"./AccountMenuEntry.vue?vue&type=style&index=0&id=2e0a74a6&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"2e0a74a6\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('NcListItem',{staticClass:\"account-menu-entry\",attrs:{\"id\":_vm.href ? undefined : _vm.id,\"anchor-id\":_vm.id,\"active\":_vm.active,\"compact\":\"\",\"href\":_vm.href,\"name\":_vm.name,\"target\":\"_self\"},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [_c('img',{staticClass:\"account-menu-entry__icon\",class:{ 'account-menu-entry__icon--active': _vm.active },attrs:{\"src\":_vm.iconSource,\"alt\":\"\"}})]},proxy:true},(_vm.loading)?{key:\"indicator\",fn:function(){return [_c('NcLoadingIcon')]},proxy:true}:null],null,true)})\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('NcHeaderMenu',{staticClass:\"account-menu\",attrs:{\"id\":\"user-menu\",\"is-nav\":\"\",\"aria-label\":_vm.t('core', 'Settings menu'),\"description\":_vm.avatarDescription},scopedSlots:_vm._u([{key:\"trigger\",fn:function(){return [_c('NcAvatar',{key:String(_vm.showUserStatus),staticClass:\"account-menu__avatar\",attrs:{\"disable-menu\":\"\",\"disable-tooltip\":\"\",\"show-user-status\":_vm.showUserStatus,\"user\":_vm.currentUserId,\"preloaded-user-status\":_vm.userStatus}})]},proxy:true}])},[_vm._v(\" \"),_c('ul',{staticClass:\"account-menu__list\"},[_c('AccountMenuProfileEntry',{attrs:{\"id\":_vm.profileEntry.id,\"name\":_vm.profileEntry.name,\"href\":_vm.profileEntry.href,\"active\":_vm.profileEntry.active}}),_vm._v(\" \"),_vm._l((_vm.otherEntries),function(entry){return _c('AccountMenuEntry',{key:entry.id,attrs:{\"id\":entry.id,\"name\":entry.name,\"href\":entry.href,\"active\":entry.active,\"icon\":entry.icon}})})],2)])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/**\n * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport { translate as t } from '@nextcloud/l10n'\n\n/**\n * Returns a list of all user-definable statuses\n *\n * @return {object[]}\n */\nconst getAllStatusOptions = () => {\n\treturn [{\n\t\ttype: 'online',\n\t\tlabel: t('user_status', 'Online'),\n\t}, {\n\t\ttype: 'away',\n\t\tlabel: t('user_status', 'Away'),\n\t}, {\n\t\ttype: 'dnd',\n\t\tlabel: t('user_status', 'Do not disturb'),\n\t\tsubline: t('user_status', 'Mute all notifications'),\n\t}, {\n\t\ttype: 'invisible',\n\t\tlabel: t('user_status', 'Invisible'),\n\t\tsubline: t('user_status', 'Appear offline'),\n\t}]\n}\n\nexport {\n\tgetAllStatusOptions,\n}\n","import mod from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AccountMenu.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AccountMenu.vue?vue&type=script&lang=ts\"","\n import API from \"!../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AccountMenu.vue?vue&type=style&index=0&id=a886d77a&prod&lang=scss&scoped=true\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AccountMenu.vue?vue&type=style&index=0&id=a886d77a&prod&lang=scss&scoped=true\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./AccountMenu.vue?vue&type=template&id=a886d77a&scoped=true\"\nimport script from \"./AccountMenu.vue?vue&type=script&lang=ts\"\nexport * from \"./AccountMenu.vue?vue&type=script&lang=ts\"\nimport style0 from \"./AccountMenu.vue?vue&type=style&index=0&id=a886d77a&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"a886d77a\",\n null\n \n)\n\nexport default component.exports","/**\n * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport { getCurrentUser } from '@nextcloud/auth'\nimport { generateUrl, getRootUrl } from '@nextcloud/router'\n\n/**\n *\n * @param {string} url the URL to check\n * @return {boolean}\n */\nconst isRelativeUrl = (url) => {\n\treturn !url.startsWith('https://') && !url.startsWith('http://')\n}\n\n/**\n * @param {string} url The URL to check\n * @return {boolean} true if the URL points to this nextcloud instance\n */\nconst isNextcloudUrl = (url) => {\n\tconst nextcloudBaseUrl = window.location.protocol + '//' + window.location.host + getRootUrl()\n\t// if the URL is absolute and starts with the baseUrl+rootUrl\n\t// OR if the URL is relative and starts with rootUrl\n\treturn url.startsWith(nextcloudBaseUrl)\n\t\t|| (isRelativeUrl(url) && url.startsWith(getRootUrl()))\n}\n\n/**\n * Check if a user was logged in but is now logged-out.\n * If this is the case then the user will be forwarded to the login page.\n * @returns {Promise}\n */\nasync function checkLoginStatus() {\n\t// skip if no logged in user\n\tif (getCurrentUser() === null) {\n\t\treturn\n\t}\n\n\t// skip if already running\n\tif (checkLoginStatus.running === true) {\n\t\treturn\n\t}\n\n\t// only run one request in parallel\n\tcheckLoginStatus.running = true\n\n\ttry {\n\t\t// We need to check this as a 401 in the first place could also come from other reasons\n\t\tconst { status } = await window.fetch(generateUrl('/apps/files'))\n\t\tif (status === 401) {\n\t\t\tconsole.warn('User session was terminated, forwarding to login page.')\n\t\t\twindow.location = generateUrl('/login?redirect_url={url}', {\n\t\t\t\turl: window.location.pathname + window.location.search + window.location.hash,\n\t\t\t})\n\t\t}\n\t} catch (error) {\n\t\tconsole.warn('Could not check login-state')\n\t} finally {\n\t\tdelete checkLoginStatus.running\n\t}\n}\n\n/**\n * Intercept XMLHttpRequest and fetch API calls to add X-Requested-With header\n *\n * This is also done in @nextcloud/axios but not all requests pass through that\n */\nexport const interceptRequests = () => {\n\tXMLHttpRequest.prototype.open = (function(open) {\n\t\treturn function(method, url, async) {\n\t\t\topen.apply(this, arguments)\n\t\t\tif (isNextcloudUrl(url)) {\n\t\t\t\tif (!this.getResponseHeader('X-Requested-With')) {\n\t\t\t\t\tthis.setRequestHeader('X-Requested-With', 'XMLHttpRequest')\n\t\t\t\t}\n\t\t\t\tthis.addEventListener('loadend', function() {\n\t\t\t\t\tif (this.status === 401) {\n\t\t\t\t\t\tcheckLoginStatus()\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t}\n\t\t}\n\t})(XMLHttpRequest.prototype.open)\n\n\twindow.fetch = (function(fetch) {\n\t\treturn async (resource, options) => {\n\t\t\t// fetch allows the `input` to be either a Request object or any stringifyable value\n\t\t\tif (!isNextcloudUrl(resource.url ?? resource.toString())) {\n\t\t\t\treturn await fetch(resource, options)\n\t\t\t}\n\t\t\tif (!options) {\n\t\t\t\toptions = {}\n\t\t\t}\n\t\t\tif (!options.headers) {\n\t\t\t\toptions.headers = new Headers()\n\t\t\t}\n\n\t\t\tif (options.headers instanceof Headers && !options.headers.has('X-Requested-With')) {\n\t\t\t\toptions.headers.append('X-Requested-With', 'XMLHttpRequest')\n\t\t\t} else if (options.headers instanceof Object && !options.headers['X-Requested-With']) {\n\t\t\t\toptions.headers['X-Requested-With'] = 'XMLHttpRequest'\n\t\t\t}\n\n\t\t\tconst response = await fetch(resource, options)\n\t\t\tif (response.status === 401) {\n\t\t\t\tcheckLoginStatus()\n\t\t\t}\n\t\t\treturn response\n\t\t}\n\t})(window.fetch)\n}\n","/**\n * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\nimport { t } from '@nextcloud/l10n';\n/**\n *\n * @param text\n */\nfunction unsecuredCopyToClipboard(text) {\n const textArea = document.createElement('textarea');\n const textAreaContent = document.createTextNode(text);\n textArea.appendChild(textAreaContent);\n document.body.appendChild(textArea);\n textArea.focus({ preventScroll: true });\n textArea.select();\n try {\n // This is a fallback for browsers that do not support the Clipboard API\n // execCommand is deprecated, but it is the only way to copy text to the clipboard in some browsers\n document.execCommand('copy');\n }\n catch (err) {\n window.prompt(t('core', 'Clipboard not available, please copy manually'), text);\n console.error('[ERROR] core: files Unable to copy to clipboard', err);\n }\n document.body.removeChild(textArea);\n}\n/**\n *\n */\nfunction initFallbackClipboardAPI() {\n if (!window.navigator?.clipboard?.writeText) {\n console.info('[INFO] core: Clipboard API not available, using fallback');\n Object.defineProperty(window.navigator, 'clipboard', {\n value: {\n writeText: unsecuredCopyToClipboard,\n },\n writable: false,\n });\n }\n}\nexport { initFallbackClipboardAPI };\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\n/* globals Snap */\nimport _ from 'underscore'\nimport $ from 'jquery'\nimport moment from 'moment'\n\nimport { initSessionHeartBeat } from './session-heartbeat.js'\nimport OC from './OC/index.js'\nimport { setUp as setUpContactsMenu } from './components/ContactsMenu.js'\nimport { setUp as setUpMainMenu } from './components/MainMenu.js'\nimport { setUp as setUpUserMenu } from './components/UserMenu.js'\nimport { interceptRequests } from './utils/xhr-request.js'\nimport { initFallbackClipboardAPI } from './utils/ClipboardFallback.ts'\n\n// keep in sync with core/css/variables.scss\nconst breakpointMobileWidth = 1024\n\nconst initLiveTimestamps = () => {\n\t// Update live timestamps every 30 seconds\n\tsetInterval(() => {\n\t\t$('.live-relative-timestamp').each(function() {\n\t\t\tconst timestamp = parseInt($(this).attr('data-timestamp'), 10)\n\t\t\t$(this).text(moment(timestamp).fromNow())\n\t\t})\n\t}, 30 * 1000)\n}\n\n/**\n * Moment doesn't have aliases for every locale and doesn't parse some locale IDs correctly so we need to alias them\n */\nconst localeAliases = {\n\tzh: 'zh-cn',\n\tzh_Hans: 'zh-cn',\n\tzh_Hans_CN: 'zh-cn',\n\tzh_Hans_HK: 'zh-cn',\n\tzh_Hans_MO: 'zh-cn',\n\tzh_Hans_SG: 'zh-cn',\n\tzh_Hant: 'zh-hk',\n\tzh_Hant_HK: 'zh-hk',\n\tzh_Hant_MO: 'zh-mo',\n\tzh_Hant_TW: 'zh-tw',\n}\nlet locale = OC.getLocale()\nif (Object.prototype.hasOwnProperty.call(localeAliases, locale)) {\n\tlocale = localeAliases[locale]\n}\n\n/**\n * Set users locale to moment.js as soon as possible\n */\nmoment.locale(locale)\n\n/**\n * Initializes core\n */\nexport const initCore = () => {\n\tinterceptRequests()\n\tinitFallbackClipboardAPI()\n\n\t$(window).on('unload.main', () => { OC._unloadCalled = true })\n\t$(window).on('beforeunload.main', () => {\n\t\t// super-trick thanks to http://stackoverflow.com/a/4651049\n\t\t// in case another handler displays a confirmation dialog (ex: navigating away\n\t\t// during an upload), there are two possible outcomes: user clicked \"ok\" or\n\t\t// \"cancel\"\n\n\t\t// first timeout handler is called after unload dialog is closed\n\t\tsetTimeout(() => {\n\t\t\tOC._userIsNavigatingAway = true\n\n\t\t\t// second timeout event is only called if user cancelled (Chrome),\n\t\t\t// but in other browsers it might still be triggered, so need to\n\t\t\t// set a higher delay...\n\t\t\tsetTimeout(() => {\n\t\t\t\tif (!OC._unloadCalled) {\n\t\t\t\t\tOC._userIsNavigatingAway = false\n\t\t\t\t}\n\t\t\t}, 10000)\n\t\t}, 1)\n\t})\n\t$(document).on('ajaxError.main', function(event, request, settings) {\n\t\tif (settings && settings.allowAuthErrors) {\n\t\t\treturn\n\t\t}\n\t\tOC._processAjaxError(request)\n\t})\n\n\tinitSessionHeartBeat()\n\n\tOC.registerMenu($('#expand'), $('#expanddiv'), false, true)\n\n\t// toggle for menus\n\t$(document).on('mouseup.closemenus', event => {\n\t\tconst $el = $(event.target)\n\t\tif ($el.closest('.menu').length || $el.closest('.menutoggle').length) {\n\t\t\t// don't close when clicking on the menu directly or a menu toggle\n\t\t\treturn false\n\t\t}\n\n\t\tOC.hideMenus()\n\t})\n\n\tsetUpMainMenu()\n\tsetUpUserMenu()\n\tsetUpContactsMenu()\n\n\t// just add snapper for logged in users\n\t// and if the app doesn't handle the nav slider itself\n\tif ($('#app-navigation').length && !$('html').hasClass('lte9')\n\t\t&& !$('#app-content').hasClass('no-snapper')) {\n\n\t\t// App sidebar on mobile\n\t\tconst snapper = new Snap({\n\t\t\telement: document.getElementById('app-content'),\n\t\t\tdisable: 'right',\n\t\t\tmaxPosition: 300, // $navigation-width\n\t\t\tminDragDistance: 100,\n\t\t})\n\n\t\t$('#app-content').prepend('
            ')\n\n\t\t// keep track whether snapper is currently animating, and\n\t\t// prevent to call open or close while that is the case\n\t\t// to avoid duplicating events (snap.js doesn't check this)\n\t\tlet animating = false\n\t\tsnapper.on('animating', () => {\n\t\t\t// we need this because the trigger button\n\t\t\t// is also implicitly wired to close by snapper\n\t\t\tanimating = true\n\t\t})\n\t\tsnapper.on('animated', () => {\n\t\t\tanimating = false\n\t\t})\n\t\tsnapper.on('start', () => {\n\t\t\t// we need this because dragging triggers that\n\t\t\tanimating = true\n\t\t})\n\t\tsnapper.on('end', () => {\n\t\t\t// we need this because dragging stop triggers that\n\t\t\tanimating = false\n\t\t})\n\t\tsnapper.on('open', () => {\n\t\t\t$appNavigation.attr('aria-hidden', 'false')\n\t\t})\n\t\tsnapper.on('close', () => {\n\t\t\t$appNavigation.attr('aria-hidden', 'true')\n\t\t})\n\n\t\t// These are necessary because calling open or close\n\t\t// on snapper during an animation makes it trigger an\n\t\t// unfinishable animation, which itself will continue\n\t\t// triggering animating events and cause high CPU load,\n\t\t//\n\t\t// Ref https://github.com/jakiestfu/Snap.js/issues/216\n\t\tconst oldSnapperOpen = snapper.open\n\t\tconst oldSnapperClose = snapper.close\n\t\tconst _snapperOpen = () => {\n\t\t\tif (animating || snapper.state().state !== 'closed') {\n\t\t\t\treturn\n\t\t\t}\n\t\t\toldSnapperOpen('left')\n\t\t}\n\n\t\tconst _snapperClose = () => {\n\t\t\tif (animating || snapper.state().state === 'closed') {\n\t\t\t\treturn\n\t\t\t}\n\t\t\toldSnapperClose()\n\t\t}\n\n\t\t// Needs to be deferred to properly catch in-between\n\t\t// events that snap.js is triggering after dragging.\n\t\t//\n\t\t// Skipped when running unit tests as we are not testing\n\t\t// the snap.js workarounds...\n\t\tif (!window.TESTING) {\n\t\t\tsnapper.open = () => {\n\t\t\t\t_.defer(_snapperOpen)\n\t\t\t}\n\t\t\tsnapper.close = () => {\n\t\t\t\t_.defer(_snapperClose)\n\t\t\t}\n\t\t}\n\n\t\t$('#app-navigation-toggle').click((e) => {\n\t\t\t// close is implicit in the button by snap.js\n\t\t\tif (snapper.state().state !== 'left') {\n\t\t\t\tsnapper.open()\n\t\t\t}\n\t\t})\n\t\t$('#app-navigation-toggle').keypress(e => {\n\t\t\tif (snapper.state().state === 'left') {\n\t\t\t\tsnapper.close()\n\t\t\t} else {\n\t\t\t\tsnapper.open()\n\t\t\t}\n\t\t})\n\n\t\t// close sidebar when switching navigation entry\n\t\tconst $appNavigation = $('#app-navigation')\n\t\t$appNavigation.attr('aria-hidden', 'true')\n\t\t$appNavigation.delegate('a, :button', 'click', event => {\n\t\t\tconst $target = $(event.target)\n\t\t\t// don't hide navigation when changing settings or adding things\n\t\t\tif ($target.is('.app-navigation-noclose')\n\t\t\t\t|| $target.closest('.app-navigation-noclose').length) {\n\t\t\t\treturn\n\t\t\t}\n\t\t\tif ($target.is('.app-navigation-entry-utils-menu-button')\n\t\t\t\t|| $target.closest('.app-navigation-entry-utils-menu-button').length) {\n\t\t\t\treturn\n\t\t\t}\n\t\t\tif ($target.is('.add-new')\n\t\t\t\t|| $target.closest('.add-new').length) {\n\t\t\t\treturn\n\t\t\t}\n\t\t\tif ($target.is('#app-settings')\n\t\t\t\t|| $target.closest('#app-settings').length) {\n\t\t\t\treturn\n\t\t\t}\n\t\t\tsnapper.close()\n\t\t})\n\n\t\tlet navigationBarSlideGestureEnabled = false\n\t\tlet navigationBarSlideGestureAllowed = true\n\t\tlet navigationBarSlideGestureEnablePending = false\n\n\t\tOC.allowNavigationBarSlideGesture = () => {\n\t\t\tnavigationBarSlideGestureAllowed = true\n\n\t\t\tif (navigationBarSlideGestureEnablePending) {\n\t\t\t\tsnapper.enable()\n\n\t\t\t\tnavigationBarSlideGestureEnabled = true\n\t\t\t\tnavigationBarSlideGestureEnablePending = false\n\t\t\t}\n\t\t}\n\n\t\tOC.disallowNavigationBarSlideGesture = () => {\n\t\t\tnavigationBarSlideGestureAllowed = false\n\n\t\t\tif (navigationBarSlideGestureEnabled) {\n\t\t\t\tconst endCurrentDrag = true\n\t\t\t\tsnapper.disable(endCurrentDrag)\n\n\t\t\t\tnavigationBarSlideGestureEnabled = false\n\t\t\t\tnavigationBarSlideGestureEnablePending = true\n\t\t\t}\n\t\t}\n\n\t\tconst toggleSnapperOnSize = () => {\n\t\t\tif ($(window).width() > breakpointMobileWidth) {\n\t\t\t\t$appNavigation.attr('aria-hidden', 'false')\n\t\t\t\tsnapper.close()\n\t\t\t\tsnapper.disable()\n\n\t\t\t\tnavigationBarSlideGestureEnabled = false\n\t\t\t\tnavigationBarSlideGestureEnablePending = false\n\t\t\t} else if (navigationBarSlideGestureAllowed) {\n\t\t\t\tsnapper.enable()\n\n\t\t\t\tnavigationBarSlideGestureEnabled = true\n\t\t\t\tnavigationBarSlideGestureEnablePending = false\n\t\t\t} else {\n\t\t\t\tnavigationBarSlideGestureEnablePending = true\n\t\t\t}\n\t\t}\n\n\t\t$(window).resize(_.debounce(toggleSnapperOnSize, 250))\n\n\t\t// initial call\n\t\ttoggleSnapperOnSize()\n\n\t}\n\n\tinitLiveTimestamps()\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport { translate as t, translatePlural as n } from '@nextcloud/l10n'\nimport Vue from 'vue'\n\nimport AppMenu from './AppMenu.vue'\n\nexport const setUp = () => {\n\n\tVue.mixin({\n\t\tmethods: {\n\t\t\tt,\n\t\t\tn,\n\t\t},\n\t})\n\n\tconst container = document.getElementById('header-left__appmenu')\n\tif (!container) {\n\t\t// no container, possibly we're on a public page\n\t\treturn\n\t}\n\tconst AppMenuApp = Vue.extend(AppMenu)\n\tconst appMenu = new AppMenuApp({}).$mount(container)\n\n\tObject.assign(OC, {\n\t\tsetNavigationCounter(id, counter) {\n\t\t\tappMenu.setNavigationCounter(id, counter)\n\t\t},\n\t})\n\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport Vue from 'vue'\n\nimport AccountMenu from '../views/AccountMenu.vue'\n\nexport const setUp = () => {\n\tconst mountPoint = document.getElementById('user-menu')\n\tif (mountPoint) {\n\t\t// eslint-disable-next-line no-new\n\t\tnew Vue({\n\t\t\tel: mountPoint,\n\t\t\trender: h => h(AccountMenu),\n\t\t})\n\t}\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport Vue from 'vue'\n\nimport ContactsMenu from '../views/ContactsMenu.vue'\n\n/**\n * @todo move to contacts menu code https://github.com/orgs/nextcloud/projects/31#card-21213129\n */\nexport const setUp = () => {\n\tconst mountPoint = document.getElementById('contactsmenu')\n\tif (mountPoint) {\n\t\t// eslint-disable-next-line no-new\n\t\tnew Vue({\n\t\t\tel: mountPoint,\n\t\t\trender: h => h(ContactsMenu),\n\t\t})\n\t}\n}\n","\n import API from \"!../style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../css-loader/dist/cjs.js!./jquery-ui.css\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../css-loader/dist/cjs.js!./jquery-ui.css\";\n export default content && content.locals ? content.locals : undefined;\n","\n import API from \"!../style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../css-loader/dist/cjs.js!./jquery-ui.theme.css\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../css-loader/dist/cjs.js!./jquery-ui.theme.css\";\n export default content && content.locals ? content.locals : undefined;\n","\n import API from \"!../style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../css-loader/dist/cjs.js!./select2.css\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../css-loader/dist/cjs.js!./select2.css\";\n export default content && content.locals ? content.locals : undefined;\n","\n import API from \"!../style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../css-loader/dist/cjs.js!./strengthify.css\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../css-loader/dist/cjs.js!./strengthify.css\";\n export default content && content.locals ? content.locals : undefined;\n","/**\n * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport $ from 'jquery'\n\n/*\n * Detects links:\n * Either the http(s) protocol is given or two strings, basically limited to ascii with the last\n * word being at least one digit long,\n * followed by at least another character\n *\n * The downside: anything not ascii is excluded. Not sure how common it is in areas using different\n * alphabets… the upside: fake domains with similar looking characters won't be formatted as links\n *\n * This is a copy of the backend regex in IURLGenerator, make sure to adjust both when changing\n */\nconst urlRegex = /(\\s|^)(https?:\\/\\/)([-A-Z0-9+_.]+(?::[0-9]+)?(?:\\/[-A-Z0-9+&@#%?=~_|!:,.;()]*)*)(\\s|$)/ig\n\n/**\n * @param {any} content -\n */\nexport function plainToRich(content) {\n\treturn this.formatLinksRich(content)\n}\n\n/**\n * @param {any} content -\n */\nexport function richToPlain(content) {\n\treturn this.formatLinksPlain(content)\n}\n\n/**\n * @param {any} content -\n */\nexport function formatLinksRich(content) {\n\treturn content.replace(urlRegex, function(_, leadingSpace, protocol, url, trailingSpace) {\n\t\tlet linkText = url\n\t\tif (!protocol) {\n\t\t\tprotocol = 'https://'\n\t\t} else if (protocol === 'http://') {\n\t\t\tlinkText = protocol + url\n\t\t}\n\n\t\treturn leadingSpace + '' + linkText + '' + trailingSpace\n\t})\n}\n\n/**\n * @param {any} content -\n */\nexport function formatLinksPlain(content) {\n\tconst $content = $('
            ').html(content)\n\t$content.find('a').each(function() {\n\t\tconst $this = $(this)\n\t\t$this.html($this.attr('href'))\n\t})\n\treturn $content.html()\n}\n","/**\n * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport _ from 'underscore'\nimport $ from 'jquery'\nimport { generateOcsUrl } from '@nextcloud/router'\n\n/**\n * @param {any} options -\n */\nexport function query(options) {\n\toptions = options || {}\n\tconst dismissOptions = options.dismiss || {}\n\t$.ajax({\n\t\ttype: 'GET',\n\t\turl: options.url || generateOcsUrl('core/whatsnew?format=json'),\n\t\tsuccess: options.success || function(data, statusText, xhr) {\n\t\t\tonQuerySuccess(data, statusText, xhr, dismissOptions)\n\t\t},\n\t\terror: options.error || onQueryError,\n\t})\n}\n\n/**\n * @param {any} version -\n * @param {any} options -\n */\nexport function dismiss(version, options) {\n\toptions = options || {}\n\t$.ajax({\n\t\ttype: 'POST',\n\t\turl: options.url || generateOcsUrl('core/whatsnew'),\n\t\tdata: { version: encodeURIComponent(version) },\n\t\tsuccess: options.success || onDismissSuccess,\n\t\terror: options.error || onDismissError,\n\t})\n\t// remove element immediately\n\t$('.whatsNewPopover').remove()\n}\n\n/**\n * @param {any} data -\n * @param {any} statusText -\n * @param {any} xhr -\n * @param {any} dismissOptions -\n */\nfunction onQuerySuccess(data, statusText, xhr, dismissOptions) {\n\tconsole.debug('querying Whats New data was successful: ' + statusText)\n\tconsole.debug(data)\n\n\tif (xhr.status !== 200) {\n\t\treturn\n\t}\n\n\tlet item, menuItem, text, icon\n\n\tconst div = document.createElement('div')\n\tdiv.classList.add('popovermenu', 'open', 'whatsNewPopover', 'menu-left')\n\n\tconst list = document.createElement('ul')\n\n\t// header\n\titem = document.createElement('li')\n\tmenuItem = document.createElement('span')\n\tmenuItem.className = 'menuitem'\n\n\ttext = document.createElement('span')\n\ttext.innerText = t('core', 'New in') + ' ' + data.ocs.data.product\n\ttext.className = 'caption'\n\tmenuItem.appendChild(text)\n\n\ticon = document.createElement('span')\n\ticon.className = 'icon-close'\n\ticon.onclick = function() {\n\t\tdismiss(data.ocs.data.version, dismissOptions)\n\t}\n\tmenuItem.appendChild(icon)\n\n\titem.appendChild(menuItem)\n\tlist.appendChild(item)\n\n\t// Highlights\n\tfor (const i in data.ocs.data.whatsNew.regular) {\n\t\tconst whatsNewTextItem = data.ocs.data.whatsNew.regular[i]\n\t\titem = document.createElement('li')\n\n\t\tmenuItem = document.createElement('span')\n\t\tmenuItem.className = 'menuitem'\n\n\t\ticon = document.createElement('span')\n\t\ticon.className = 'icon-checkmark'\n\t\tmenuItem.appendChild(icon)\n\n\t\ttext = document.createElement('p')\n\t\ttext.innerHTML = _.escape(whatsNewTextItem)\n\t\tmenuItem.appendChild(text)\n\n\t\titem.appendChild(menuItem)\n\t\tlist.appendChild(item)\n\t}\n\n\t// Changelog URL\n\tif (!_.isUndefined(data.ocs.data.changelogURL)) {\n\t\titem = document.createElement('li')\n\n\t\tmenuItem = document.createElement('a')\n\t\tmenuItem.href = data.ocs.data.changelogURL\n\t\tmenuItem.rel = 'noreferrer noopener'\n\t\tmenuItem.target = '_blank'\n\n\t\ticon = document.createElement('span')\n\t\ticon.className = 'icon-link'\n\t\tmenuItem.appendChild(icon)\n\n\t\ttext = document.createElement('span')\n\t\ttext.innerText = t('core', 'View changelog')\n\t\tmenuItem.appendChild(text)\n\n\t\titem.appendChild(menuItem)\n\t\tlist.appendChild(item)\n\t}\n\n\tdiv.appendChild(list)\n\tdocument.body.appendChild(div)\n}\n\n/**\n * @param {any} x -\n * @param {any} t -\n * @param {any} e -\n */\nfunction onQueryError(x, t, e) {\n\tconsole.debug('querying Whats New Data resulted in an error: ' + t + e)\n\tconsole.debug(x)\n}\n\n/**\n * @param {any} data -\n */\nfunction onDismissSuccess(data) {\n\t// noop\n}\n\n/**\n * @param {any} data -\n */\nfunction onDismissError(data) {\n\tconsole.debug('dismissing Whats New data resulted in an error: ' + data)\n}\n","/**\n * SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport { loadState } from '@nextcloud/initial-state'\n\n/**\n * Set the page heading\n *\n * @param {string} heading page title from the history api\n * @since 27.0.0\n */\nexport function setPageHeading(heading) {\n\tconst headingEl = document.getElementById('page-heading-level-1')\n\tif (headingEl) {\n\t\theadingEl.textContent = heading\n\t}\n}\nexport default {\n\t/**\n\t * @return {boolean} Whether the user opted-out of shortcuts so that they should not be registered\n\t */\n\tdisableKeyboardShortcuts() {\n\t\treturn loadState('theming', 'shortcutsDisabled', false)\n\t},\n\tsetPageHeading,\n}\n","/**\n * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport escapeHTML from 'escape-html'\n\n/**\n * @typedef TypeDefinition\n * @function {Function} action This action is executed to let the user select a resource\n * @param {string} icon Contains the icon css class for the type\n * @function Object() { [native code] }\n */\n\n/**\n * @type {TypeDefinition[]}\n */\nconst types = {}\n\n/**\n * Those translations will be used by the vue component but they should be shipped with the server\n * FIXME: Those translations should be added to the library\n *\n * @return {Array}\n */\nexport const l10nProjects = () => {\n\treturn [\n\t\tt('core', 'Add to a project'),\n\t\tt('core', 'Show details'),\n\t\tt('core', 'Hide details'),\n\t\tt('core', 'Rename project'),\n\t\tt('core', 'Failed to rename the project'),\n\t\tt('core', 'Failed to create a project'),\n\t\tt('core', 'Failed to add the item to the project'),\n\t\tt('core', 'Connect items to a project to make them easier to find'),\n\t\tt('core', 'Type to search for existing projects'),\n\t]\n}\n\nexport default {\n\t/**\n\t *\n\t * @param {string} type type\n\t * @param {TypeDefinition} typeDefinition typeDefinition\n\t */\n\tregisterType(type, typeDefinition) {\n\t\ttypes[type] = typeDefinition\n\t},\n\ttrigger(type) {\n\t\treturn types[type].action()\n\t},\n\tgetTypes() {\n\t\treturn Object.keys(types)\n\t},\n\tgetIcon(type) {\n\t\treturn types[type].typeIconClass || ''\n\t},\n\tgetLabel(type) {\n\t\treturn escapeHTML(types[type].typeString || type)\n\t},\n\tgetLink(type, id) {\n\t\t/* TODO: Allow action to be executed instead of href as well */\n\t\treturn typeof types[type] !== 'undefined' ? types[type].link(id) : ''\n\t},\n}\n","/**\n * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nconst loadedScripts = {}\nconst loadedStylesheets = {}\n/**\n * @namespace OCP\n * @class Loader\n */\nexport default {\n\n\t/**\n\t * Load a script asynchronously\n\t *\n\t * @param {string} app the app name\n\t * @param {string} file the script file name\n\t * @return {Promise}\n\t */\n\tloadScript(app, file) {\n\t\tconst key = app + file\n\t\tif (Object.prototype.hasOwnProperty.call(loadedScripts, key)) {\n\t\t\treturn Promise.resolve()\n\t\t}\n\t\tloadedScripts[key] = true\n\t\treturn new Promise(function(resolve, reject) {\n\t\t\tconst scriptPath = OC.filePath(app, 'js', file)\n\t\t\tconst script = document.createElement('script')\n\t\t\tscript.src = scriptPath\n\t\t\tscript.setAttribute('nonce', btoa(OC.requestToken))\n\t\t\tscript.onload = () => resolve()\n\t\t\tscript.onerror = () => reject(new Error(`Failed to load script from ${scriptPath}`))\n\t\t\tdocument.head.appendChild(script)\n\t\t})\n\t},\n\n\t/**\n\t * Load a stylesheet file asynchronously\n\t *\n\t * @param {string} app the app name\n\t * @param {string} file the script file name\n\t * @return {Promise}\n\t */\n\tloadStylesheet(app, file) {\n\t\tconst key = app + file\n\t\tif (Object.prototype.hasOwnProperty.call(loadedStylesheets, key)) {\n\t\t\treturn Promise.resolve()\n\t\t}\n\t\tloadedStylesheets[key] = true\n\t\treturn new Promise(function(resolve, reject) {\n\t\t\tconst stylePath = OC.filePath(app, 'css', file)\n\t\t\tconst link = document.createElement('link')\n\t\t\tlink.href = stylePath\n\t\t\tlink.type = 'text/css'\n\t\t\tlink.rel = 'stylesheet'\n\t\t\tlink.onload = () => resolve()\n\t\t\tlink.onerror = () => reject(new Error(`Failed to load stylesheet from ${stylePath}`))\n\t\t\tdocument.head.appendChild(link)\n\t\t})\n\t},\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport {\n\tshowError,\n\tshowInfo, showMessage,\n\tshowSuccess,\n\tshowWarning,\n} from '@nextcloud/dialogs'\n\nexport default {\n\t/**\n\t * @deprecated 19.0.0 use `showSuccess` from the `@nextcloud/dialogs` package instead\n\t *\n\t * @param {string} text the toast text\n\t * @param {object} options options\n\t * @return {Toast}\n\t */\n\tsuccess(text, options) {\n\t\treturn showSuccess(text, options)\n\t},\n\t/**\n\t * @deprecated 19.0.0 use `showWarning` from the `@nextcloud/dialogs` package instead\n\t *\n\t * @param {string} text the toast text\n\t * @param {object} options options\n\t * @return {Toast}\n\t */\n\twarning(text, options) {\n\t\treturn showWarning(text, options)\n\t},\n\t/**\n\t * @deprecated 19.0.0 use `showError` from the `@nextcloud/dialogs` package instead\n\t *\n\t * @param {string} text the toast text\n\t * @param {object} options options\n\t * @return {Toast}\n\t */\n\terror(text, options) {\n\t\treturn showError(text, options)\n\t},\n\t/**\n\t * @deprecated 19.0.0 use `showInfo` from the `@nextcloud/dialogs` package instead\n\t *\n\t * @param {string} text the toast text\n\t * @param {object} options options\n\t * @return {Toast}\n\t */\n\tinfo(text, options) {\n\t\treturn showInfo(text, options)\n\t},\n\t/**\n\t * @deprecated 19.0.0 use `showMessage` from the `@nextcloud/dialogs` package instead\n\t *\n\t * @param {string} text the toast text\n\t * @param {object} options options\n\t * @return {Toast}\n\t */\n\tmessage(text, options) {\n\t\treturn showMessage(text, options)\n\t},\n\n}\n","/**\n * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport { loadState } from '@nextcloud/initial-state'\n\nimport * as AppConfig from './appconfig.js'\nimport * as Comments from './comments.js'\nimport * as WhatsNew from './whatsnew.js'\n\nimport Accessibility from './accessibility.js'\nimport Collaboration from './collaboration.js'\nimport Loader from './loader.js'\nimport Toast from './toast.js'\n\n/** @namespace OCP */\nexport default {\n\tAccessibility,\n\tAppConfig,\n\tCollaboration,\n\tComments,\n\tInitialState: {\n\t\t/**\n\t\t * @deprecated 18.0.0 add https://www.npmjs.com/package/@nextcloud/initial-state to your app\n\t\t */\n\t\tloadState,\n\t},\n\tLoader,\n\t/**\n\t * @deprecated 19.0.0 use the `@nextcloud/dialogs` package instead\n\t */\n\tToast,\n\tWhatsNew,\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\n/* eslint-disable @nextcloud/no-deprecations */\nimport { initCore } from './init.js'\n\nimport _ from 'underscore'\nimport $ from 'jquery'\n// TODO: switch to `jquery-ui` package and import widgets and effects individually\n// `jquery-ui-dist` is used as a workaround for the issue of missing effects\nimport 'jquery-ui-dist/jquery-ui.js'\nimport 'jquery-ui-dist/jquery-ui.css'\nimport 'jquery-ui-dist/jquery-ui.theme.css'\n// END TODO\nimport Backbone from 'backbone'\nimport ClipboardJS from 'clipboard'\nimport { dav } from 'davclient.js'\nimport Handlebars from 'handlebars'\nimport md5 from 'blueimp-md5'\nimport moment from 'moment'\nimport 'select2'\nimport 'select2/select2.css'\nimport 'snap.js/dist/snap.js'\nimport 'strengthify'\nimport 'strengthify/strengthify.css'\n\nimport OC from './OC/index.js'\nimport OCP from './OCP/index.js'\nimport OCA from './OCA/index.js'\nimport { getToken as getRequestToken } from './OC/requesttoken.js'\n\nconst warnIfNotTesting = function() {\n\tif (window.TESTING === undefined) {\n\t\tOC.debug && console.warn.apply(console, arguments)\n\t}\n}\n\n/**\n * Mark a function as deprecated and automatically\n * warn if used!\n *\n * @param {Function} func the library to deprecate\n * @param {string} funcName the name of the library\n * @param {number} version the version this gets removed\n * @return {Function}\n */\nconst deprecate = (func, funcName, version) => {\n\tconst oldFunc = func\n\tconst newFunc = function() {\n\t\twarnIfNotTesting(`The ${funcName} library is deprecated! It will be removed in nextcloud ${version}.`)\n\t\treturn oldFunc.apply(this, arguments)\n\t}\n\tObject.assign(newFunc, oldFunc)\n\treturn newFunc\n}\n\nconst setDeprecatedProp = (global, cb, msg) => {\n\t(Array.isArray(global) ? global : [global]).forEach(global => {\n\t\tif (window[global] !== undefined) {\n\t\t\tdelete window[global]\n\t\t}\n\t\tObject.defineProperty(window, global, {\n\t\t\tget: () => {\n\t\t\t\tif (msg) {\n\t\t\t\t\twarnIfNotTesting(`${global} is deprecated: ${msg}`)\n\t\t\t\t} else {\n\t\t\t\t\twarnIfNotTesting(`${global} is deprecated`)\n\t\t\t\t}\n\n\t\t\t\treturn cb()\n\t\t\t},\n\t\t})\n\t})\n}\n\nwindow._ = _\nsetDeprecatedProp(['$', 'jQuery'], () => $, 'The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own.')\nsetDeprecatedProp('Backbone', () => Backbone, 'please ship your own, this will be removed in Nextcloud 20')\nsetDeprecatedProp(['Clipboard', 'ClipboardJS'], () => ClipboardJS, 'please ship your own, this will be removed in Nextcloud 20')\nwindow.dav = dav\nsetDeprecatedProp('Handlebars', () => Handlebars, 'please ship your own, this will be removed in Nextcloud 20')\n// Global md5 only required for: apps/files/js/file-upload.js\nsetDeprecatedProp('md5', () => md5, 'please ship your own, this will be removed in Nextcloud 20')\nsetDeprecatedProp('moment', () => moment, 'please ship your own, this will be removed in Nextcloud 20')\n\nwindow.OC = OC\nsetDeprecatedProp('initCore', () => initCore, 'this is an internal function')\nsetDeprecatedProp('oc_appswebroots', () => OC.appswebroots, 'use OC.appswebroots instead, this will be removed in Nextcloud 20')\nsetDeprecatedProp('oc_config', () => OC.config, 'use OC.config instead, this will be removed in Nextcloud 20')\nsetDeprecatedProp('oc_current_user', () => OC.getCurrentUser().uid, 'use OC.getCurrentUser().uid instead, this will be removed in Nextcloud 20')\nsetDeprecatedProp('oc_debug', () => OC.debug, 'use OC.debug instead, this will be removed in Nextcloud 20')\nsetDeprecatedProp('oc_defaults', () => OC.theme, 'use OC.theme instead, this will be removed in Nextcloud 20')\nsetDeprecatedProp('oc_isadmin', OC.isUserAdmin, 'use OC.isUserAdmin() instead, this will be removed in Nextcloud 20')\nsetDeprecatedProp('oc_requesttoken', () => getRequestToken(), 'use OC.requestToken instead, this will be removed in Nextcloud 20')\nsetDeprecatedProp('oc_webroot', () => OC.webroot, 'use OC.getRootPath() instead, this will be removed in Nextcloud 20')\nsetDeprecatedProp('OCDialogs', () => OC.dialogs, 'use OC.dialogs instead, this will be removed in Nextcloud 20')\nwindow.OCP = OCP\nwindow.OCA = OCA\n$.fn.select2 = deprecate($.fn.select2, 'select2', 19)\n\n/**\n * translate a string\n *\n * @param {string} app the id of the app for which to translate the string\n * @param {string} text the string to translate\n * @param [vars] map of placeholder key to value\n * @param {number} [count] number to replace %n with\n * @return {string}\n */\nwindow.t = _.bind(OC.L10N.translate, OC.L10N)\n\n/**\n * translate a string\n *\n * @param {string} app the id of the app for which to translate the string\n * @param {string} text_singular the string to translate for exactly one object\n * @param {string} text_plural the string to translate for n objects\n * @param {number} count number to determine whether to use singular or plural\n * @param [vars] map of placeholder key to value\n * @return {string} Translated string\n */\nwindow.n = _.bind(OC.L10N.translatePlural, OC.L10N)\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\n/**\n * Namespace for apps\n *\n * @namespace OCA\n */\nexport default { }\n","/**\n * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport $ from 'jquery'\n\nimport OC from '../OC/index.js'\n\n/**\n * This plugin inserts the right avatar for the user, depending on, whether a\n * custom avatar is uploaded - which it uses then - or not, and display a\n * placeholder with the first letter of the users name instead.\n * For this it queries the core_avatar_get route, thus this plugin is fit very\n * tightly for owncloud, and it may not work anywhere else.\n *\n * You may use this on any
            \n * Here I'm using
            as an example.\n *\n * There are 5 ways to call this:\n *\n * 1. $('.avatardiv').avatar('jdoe', 128);\n * This will make the div to jdoe's fitting avatar, with a size of 128px.\n *\n * 2. $('.avatardiv').avatar('jdoe');\n * This will make the div to jdoe's fitting avatar. If the div already has a\n * height, it will be used for the avatars size. Otherwise this plugin will\n * search for 'size' DOM data, to use for avatar size. If neither are available\n * it will default to 64px.\n *\n * 3. $('.avatardiv').avatar();\n * This will search the DOM for 'user' data, to use as the username. If there\n * is no username available it will default to a placeholder with the value of\n * \"?\". The size will be determined the same way, as the second example.\n *\n * 4. $('.avatardiv').avatar('jdoe', 128, true);\n * This will behave like the first example, except it will also append random\n * hashes to the custom avatar images, to force image reloading in IE8.\n *\n * 5. $('.avatardiv').avatar('jdoe', 128, undefined, true);\n * This will behave like the first example, but it will hide the avatardiv, if\n * it will display the default placeholder. undefined is the ie8fix from\n * example 4 and can be either true, or false/undefined, to be ignored.\n *\n * 6. $('.avatardiv').avatar('jdoe', 128, undefined, true, callback);\n * This will behave like the above example, but it will call the function\n * defined in callback after the avatar is placed into the DOM.\n *\n */\n\n$.fn.avatar = function(user, size, ie8fix, hidedefault, callback, displayname) {\n\tconst setAvatarForUnknownUser = function(target) {\n\t\ttarget.imageplaceholder('?')\n\t\ttarget.css('background-color', '#b9b9b9')\n\t}\n\n\tif (typeof (user) !== 'undefined') {\n\t\tuser = String(user)\n\t}\n\tif (typeof (displayname) !== 'undefined') {\n\t\tdisplayname = String(displayname)\n\t}\n\n\tif (typeof (size) === 'undefined') {\n\t\tif (this.height() > 0) {\n\t\t\tsize = this.height()\n\t\t} else if (this.data('size') > 0) {\n\t\t\tsize = this.data('size')\n\t\t} else {\n\t\t\tsize = 64\n\t\t}\n\t}\n\n\tthis.height(size)\n\tthis.width(size)\n\n\tif (typeof (user) === 'undefined') {\n\t\tif (typeof (this.data('user')) !== 'undefined') {\n\t\t\tuser = this.data('user')\n\t\t} else {\n\t\t\tsetAvatarForUnknownUser(this)\n\t\t\treturn\n\t\t}\n\t}\n\n\t// sanitize\n\tuser = String(user).replace(/\\//g, '')\n\n\tconst $div = this\n\tlet url\n\n\t// If this is our own avatar we have to use the version attribute\n\tif (user === OC.getCurrentUser().uid) {\n\t\turl = OC.generateUrl(\n\t\t\t'/avatar/{user}/{size}?v={version}',\n\t\t\t{\n\t\t\t\tuser,\n\t\t\t\tsize: Math.ceil(size * window.devicePixelRatio),\n\t\t\t\tversion: oc_userconfig.avatar.version,\n\t\t\t})\n\t} else {\n\t\turl = OC.generateUrl(\n\t\t\t'/avatar/{user}/{size}',\n\t\t\t{\n\t\t\t\tuser,\n\t\t\t\tsize: Math.ceil(size * window.devicePixelRatio),\n\t\t\t})\n\t}\n\n\tconst img = new Image()\n\n\t// If the new image loads successfully set it.\n\timg.onload = function() {\n\t\t$div.clearimageplaceholder()\n\t\t$div.append(img)\n\n\t\tif (typeof callback === 'function') {\n\t\t\tcallback()\n\t\t}\n\t}\n\t// Fallback when avatar loading fails:\n\t// Use old placeholder when a displayname attribute is defined,\n\t// otherwise show the unknown user placeholder.\n\timg.onerror = function() {\n\t\t$div.clearimageplaceholder()\n\t\tif (typeof (displayname) !== 'undefined') {\n\t\t\t$div.imageplaceholder(user, displayname)\n\t\t} else {\n\t\t\tsetAvatarForUnknownUser($div)\n\t\t}\n\n\t\tif (typeof callback === 'function') {\n\t\t\tcallback()\n\t\t}\n\t}\n\n\tif (size < 32) {\n\t\t$div.addClass('icon-loading-small')\n\t} else {\n\t\t$div.addClass('icon-loading')\n\t}\n\timg.width = size\n\timg.height = size\n\timg.src = url\n\timg.alt = ''\n}\n","/**\n * SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\n/**\n * Return whether the DOM event is an accessible mouse or keyboard element activation\n *\n * @param {Event} event DOM event\n *\n * @return {boolean}\n */\nexport const isA11yActivation = (event) => {\n\tif (event.type === 'click') {\n\t\treturn true\n\t}\n\tif (event.type === 'keydown' && event.key === 'Enter') {\n\t\treturn true\n\t}\n\treturn false\n}\n","/**\n * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport $ from 'jquery'\n\nimport OC from '../OC/index.js'\nimport { isA11yActivation } from '../Util/a11y.js'\n\nconst LIST = ''\n\t+ ''\n\nconst entryTemplate = require('./contactsmenu/jquery_entry.handlebars')\n\n$.fn.contactsMenu = function(shareWith, shareType, appendTo) {\n\t// 0 - user, 4 - email, 6 - remote\n\tconst allowedTypes = [0, 4, 6]\n\tif (allowedTypes.indexOf(shareType) === -1) {\n\t\treturn\n\t}\n\n\tconst $div = this\n\tappendTo.append(LIST)\n\tconst $list = appendTo.find('div.contactsmenu-popover')\n\n\t$div.on('click keydown', function(event) {\n\t\tif (!isA11yActivation(event)) {\n\t\t\treturn\n\t\t}\n\n\t\tif (!$list.hasClass('hidden')) {\n\t\t\t$list.addClass('hidden')\n\t\t\t$list.hide()\n\t\t\treturn\n\t\t}\n\n\t\t$list.removeClass('hidden')\n\t\t$list.show()\n\n\t\tif ($list.hasClass('loaded')) {\n\t\t\treturn\n\t\t}\n\n\t\t$list.addClass('loaded')\n\t\t$.ajax(OC.generateUrl('/contactsmenu/findOne'), {\n\t\t\tmethod: 'POST',\n\t\t\tdata: {\n\t\t\t\tshareType,\n\t\t\t\tshareWith,\n\t\t\t},\n\t\t}).then(function(data) {\n\t\t\t$list.find('ul').find('li').addClass('hidden')\n\n\t\t\tlet actions\n\t\t\tif (!data.topAction) {\n\t\t\t\tactions = [{\n\t\t\t\t\thyperlink: '#',\n\t\t\t\t\ttitle: t('core', 'No action available'),\n\t\t\t\t}]\n\t\t\t} else {\n\t\t\t\tactions = [data.topAction].concat(data.actions)\n\t\t\t}\n\n\t\t\tactions.forEach(function(action) {\n\t\t\t\t$list.find('ul').append(entryTemplate(action))\n\t\t\t})\n\n\t\t\t$div.trigger('load')\n\t\t}, function(jqXHR) {\n\t\t\t$list.find('ul').find('li').addClass('hidden')\n\n\t\t\tlet title\n\t\t\tif (jqXHR.status === 404) {\n\t\t\t\ttitle = t('core', 'No action available')\n\t\t\t} else {\n\t\t\t\ttitle = t('core', 'Error fetching contact actions')\n\t\t\t}\n\n\t\t\t$list.find('ul').append(entryTemplate({\n\t\t\t\thyperlink: '#',\n\t\t\t\ttitle,\n\t\t\t}))\n\n\t\t\t$div.trigger('loaderror', jqXHR)\n\t\t})\n\t})\n\n\t$(document).click(function(event) {\n\t\tconst clickedList = ($list.has(event.target).length > 0)\n\t\tlet clickedTarget = ($div.has(event.target).length > 0)\n\n\t\t$div.each(function() {\n\t\t\tif ($(this).is(event.target)) {\n\t\t\t\tclickedTarget = true\n\t\t\t}\n\t\t})\n\n\t\tif (clickedList || clickedTarget) {\n\t\t\treturn\n\t\t}\n\n\t\t$list.addClass('hidden')\n\t\t$list.hide()\n\t})\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport $ from 'jquery'\n\n/**\n * check if an element exists.\n * allows you to write if ($('#myid').exists()) to increase readability\n *\n * @see {@link http://stackoverflow.com/questions/31044/is-there-an-exists-function-for-jquery}\n * @return {boolean}\n */\n$.fn.exists = function() {\n\treturn this.length > 0\n}\n","/**\n * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport $ from 'jquery'\n\n/**\n * Filter jQuery selector by attribute value\n *\n * @param {string} attrName attribute name\n * @param {string} attrValue attribute value\n * @return {void}\n */\n$.fn.filterAttr = function(attrName, attrValue) {\n\treturn this.filter(function() {\n\t\treturn $(this).attr(attrName) === attrValue\n\t})\n}\n","/**\n * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport $ from 'jquery'\nimport { createFocusTrap } from 'focus-trap'\nimport { isA11yActivation } from '../Util/a11y.js'\n\n$.widget('oc.ocdialog', {\n\toptions: {\n\t\twidth: 'auto',\n\t\theight: 'auto',\n\t\tcloseButton: true,\n\t\tcloseOnEscape: true,\n\t\tcloseCallback: null,\n\t\tmodal: false,\n\t},\n\t_create() {\n\t\tconst self = this\n\n\t\tthis.originalCss = {\n\t\t\tdisplay: this.element[0].style.display,\n\t\t\twidth: this.element[0].style.width,\n\t\t\theight: this.element[0].style.height,\n\t\t}\n\n\t\tthis.originalTitle = this.element.attr('title')\n\t\tthis.options.title = this.options.title || this.originalTitle\n\n\t\tthis.$dialog = $('
            ')\n\t\t\t.attr({\n\t\t\t\t// Setting tabIndex makes the div focusable\n\t\t\t\ttabIndex: -1,\n\t\t\t\trole: 'dialog',\n\t\t\t\t'aria-modal': true,\n\t\t\t})\n\t\t\t.insertBefore(this.element)\n\t\tthis.$dialog.append(this.element.detach())\n\t\tthis.element.removeAttr('title').addClass('oc-dialog-content').appendTo(this.$dialog)\n\n\t\t// Activate the primary button on enter if there is a single input\n\t\tif (self.element.find('input').length === 1) {\n\t\t\tconst $input = self.element.find('input')\n\t\t\t$input.on('keydown', function(event) {\n\t\t\t\tif (isA11yActivation(event)) {\n\t\t\t\t\tif (self.$buttonrow) {\n\t\t\t\t\t\tconst $button = self.$buttonrow.find('button.primary')\n\t\t\t\t\t\tif ($button && !$button.prop('disabled')) {\n\t\t\t\t\t\t\t$button.click()\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t})\n\t\t}\n\n\t\tthis.$dialog.css({\n\t\t\tdisplay: 'inline-block',\n\t\t\tposition: 'fixed',\n\t\t})\n\n\t\tthis.enterCallback = null\n\n\t\t$(document).on('keydown keyup', function(event) {\n\t\t\tif (\n\t\t\t\tevent.target !== self.$dialog.get(0)\n\t\t\t\t&& self.$dialog.find($(event.target)).length === 0\n\t\t\t) {\n\t\t\t\treturn\n\t\t\t}\n\t\t\t// Escape\n\t\t\tif (\n\t\t\t\tevent.keyCode === 27\n\t\t\t\t&& event.type === 'keydown'\n\t\t\t\t&& self.options.closeOnEscape\n\t\t\t) {\n\t\t\t\tevent.stopImmediatePropagation()\n\t\t\t\tself.close()\n\t\t\t\treturn false\n\t\t\t}\n\t\t\t// Enter\n\t\t\tif (event.keyCode === 13) {\n\t\t\t\tevent.stopImmediatePropagation()\n\t\t\t\tif (self.enterCallback !== null) {\n\t\t\t\t\tself.enterCallback()\n\t\t\t\t\tevent.preventDefault()\n\t\t\t\t\treturn false\n\t\t\t\t}\n\t\t\t\tif (event.type === 'keyup') {\n\t\t\t\t\tevent.preventDefault()\n\t\t\t\t\treturn false\n\t\t\t\t}\n\t\t\t\treturn false\n\t\t\t}\n\t\t})\n\n\t\tthis._setOptions(this.options)\n\t\tthis._createOverlay()\n\t\tthis._useFocusTrap()\n\t},\n\t_init() {\n\t\tthis._trigger('open')\n\t},\n\t_setOption(key, value) {\n\t\tconst self = this\n\t\tswitch (key) {\n\t\tcase 'title':\n\t\t\tif (this.$title) {\n\t\t\t\tthis.$title.text(value)\n\t\t\t} else {\n\t\t\t\tconst $title = $('

            '\n\t\t\t\t\t\t+ value\n\t\t\t\t\t\t+ '

            ')\n\t\t\t\tthis.$title = $title.prependTo(this.$dialog)\n\t\t\t}\n\t\t\tthis._setSizes()\n\t\t\tbreak\n\t\tcase 'buttons':\n\t\t\tif (this.$buttonrow) {\n\t\t\t\tthis.$buttonrow.empty()\n\t\t\t} else {\n\t\t\t\tconst $buttonrow = $('
            ')\n\t\t\t\tthis.$buttonrow = $buttonrow.appendTo(this.$dialog)\n\t\t\t}\n\t\t\tif (value.length === 1) {\n\t\t\t\tthis.$buttonrow.addClass('onebutton')\n\t\t\t} else if (value.length === 2) {\n\t\t\t\tthis.$buttonrow.addClass('twobuttons')\n\t\t\t} else if (value.length === 3) {\n\t\t\t\tthis.$buttonrow.addClass('threebuttons')\n\t\t\t}\n\t\t\t$.each(value, function(idx, val) {\n\t\t\t\tconst $button = $('')\n\t\t\t\t$closeButton.attr('aria-label', t('core', 'Close \"{dialogTitle}\" dialog', { dialogTitle: this.$title || this.options.title }))\n\t\t\t\tthis.$dialog.prepend($closeButton)\n\t\t\t\t$closeButton.on('click keydown', function(event) {\n\t\t\t\t\tif (isA11yActivation(event)) {\n\t\t\t\t\t\tself.options.closeCallback && self.options.closeCallback()\n\t\t\t\t\t\tself.close()\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t} else {\n\t\t\t\tthis.$dialog.find('.oc-dialog-close').remove()\n\t\t\t}\n\t\t\tbreak\n\t\tcase 'width':\n\t\t\tthis.$dialog.css('width', value)\n\t\t\tbreak\n\t\tcase 'height':\n\t\t\tthis.$dialog.css('height', value)\n\t\t\tbreak\n\t\tcase 'close':\n\t\t\tthis.closeCB = value\n\t\t\tbreak\n\t\t}\n\t\t// this._super(key, value);\n\t\t$.Widget.prototype._setOption.apply(this, arguments)\n\t},\n\t_setOptions(options) {\n\t\t// this._super(options);\n\t\t$.Widget.prototype._setOptions.apply(this, arguments)\n\t},\n\t_setSizes() {\n\t\tlet lessHeight = 0\n\t\tif (this.$title) {\n\t\t\tlessHeight += this.$title.outerHeight(true)\n\t\t}\n\t\tif (this.$buttonrow) {\n\t\t\tlessHeight += this.$buttonrow.outerHeight(true)\n\t\t}\n\t\tthis.element.css({\n\t\t\theight: 'calc(100% - ' + lessHeight + 'px)',\n\t\t})\n\t},\n\t_createOverlay() {\n\t\tif (!this.options.modal) {\n\t\t\treturn\n\t\t}\n\n\t\tconst self = this\n\t\tlet contentDiv = $('#content')\n\t\tif (contentDiv.length === 0) {\n\t\t\t// nextcloud-vue compatibility\n\t\t\tcontentDiv = $('.content')\n\t\t}\n\t\tthis.overlay = $('
            ')\n\t\t\t.addClass('oc-dialog-dim')\n\t\t\t.insertBefore(this.$dialog)\n\t\tthis.overlay.on('click keydown keyup', function(event) {\n\t\t\tif (event.target !== self.$dialog.get(0) && self.$dialog.find($(event.target)).length === 0) {\n\t\t\t\tevent.preventDefault()\n\t\t\t\tevent.stopPropagation()\n\n\t\t\t}\n\t\t})\n\t},\n\t_destroyOverlay() {\n\t\tif (!this.options.modal) {\n\t\t\treturn\n\t\t}\n\n\t\tif (this.overlay) {\n\t\t\tthis.overlay.off('click keydown keyup')\n\t\t\tthis.overlay.remove()\n\t\t\tthis.overlay = null\n\t\t}\n\t},\n\t_useFocusTrap() {\n\t\t// Create global stack if undefined\n\t\tObject.assign(window, { _nc_focus_trap: window._nc_focus_trap || [] })\n\n\t\tconst dialogElement = this.$dialog[0]\n\t\tthis.focusTrap = createFocusTrap(dialogElement, {\n\t\t\tallowOutsideClick: true,\n\t\t\ttrapStack: window._nc_focus_trap,\n\t\t\tfallbackFocus: dialogElement,\n\t\t})\n\n\t\tthis.focusTrap.activate()\n\t},\n\t_clearFocusTrap() {\n\t\tthis.focusTrap?.deactivate()\n\t\tthis.focusTrap = null\n\t},\n\twidget() {\n\t\treturn this.$dialog\n\t},\n\tsetEnterCallback(callback) {\n\t\tthis.enterCallback = callback\n\t},\n\tunsetEnterCallback() {\n\t\tthis.enterCallback = null\n\t},\n\tclose() {\n\t\tthis._clearFocusTrap()\n\t\tthis._destroyOverlay()\n\t\tconst self = this\n\t\t// Ugly hack to catch remaining keyup events.\n\t\tsetTimeout(function() {\n\t\t\tself._trigger('close', self)\n\t\t}, 200)\n\n\t\tself.$dialog.remove()\n\t\tthis.destroy()\n\t},\n\tdestroy() {\n\t\tif (this.$title) {\n\t\t\tthis.$title.remove()\n\t\t}\n\t\tif (this.$buttonrow) {\n\t\t\tthis.$buttonrow.remove()\n\t\t}\n\n\t\tif (this.originalTitle) {\n\t\t\tthis.element.attr('title', this.originalTitle)\n\t\t}\n\t\tthis.element.removeClass('oc-dialog-content')\n\t\t\t.css(this.originalCss).detach().insertBefore(this.$dialog)\n\t\tthis.$dialog.remove()\n\t},\n})\n","/**\n * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport $ from 'jquery'\nimport escapeHTML from 'escape-html'\n\n/**\n * jQuery plugin for micro templates\n *\n * Strings are automatically escaped, but that can be disabled by setting\n * escapeFunction to null.\n *\n * Usage examples:\n *\n * var htmlStr = '

            Bake, uncovered, until the {greasystuff} is melted and the {pasta} is heated through, about {min} minutes.

            '\n * $(htmlStr).octemplate({greasystuff: 'cheese', pasta: 'macaroni', min: 10});\n *\n * var htmlStr = '

            Welcome back {user}

            ';\n * $(htmlStr).octemplate({user: 'John Q. Public'}, {escapeFunction: null});\n *\n * Be aware that the target string must be wrapped in an HTML element for the\n * plugin to work. The following won't work:\n *\n * var textStr = 'Welcome back {user}';\n * $(textStr).octemplate({user: 'John Q. Public'});\n *\n * For anything larger than one-liners, you can use a simple $.get() ajax\n * request to get the template, or you can embed them it the page using the\n * text/template type:\n *\n * \n *\n * var $tmpl = $('#contactListItemTemplate');\n * var contacts = // fetched in some ajax call\n *\n * $.each(contacts, function(idx, contact) {\n * $contactList.append(\n * $tmpl.octemplate({\n * id: contact.getId(),\n * name: contact.getDisplayName(),\n * email: contact.getPreferredEmail(),\n * phone: contact.getPreferredPhone(),\n * });\n * );\n * });\n */\n/**\n * Object Template\n * Inspired by micro templating done by e.g. underscore.js\n */\nconst Template = {\n\tinit(vars, options, elem) {\n\t\t// Mix in the passed in options with the default options\n\t\tthis.vars = vars\n\t\tthis.options = $.extend({}, this.options, options)\n\n\t\tthis.elem = elem\n\t\tconst self = this\n\n\t\tif (typeof this.options.escapeFunction === 'function') {\n\t\t\tconst keys = Object.keys(this.vars)\n\t\t\tfor (let key = 0; key < keys.length; key++) {\n\t\t\t\tif (typeof this.vars[keys[key]] === 'string') {\n\t\t\t\t\tthis.vars[keys[key]] = self.options.escapeFunction(this.vars[keys[key]])\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tconst _html = this._build(this.vars)\n\t\treturn $(_html)\n\t},\n\t// From stackoverflow.com/questions/1408289/best-way-to-do-variable-interpolation-in-javascript\n\t_build(o) {\n\t\tconst data = this._getData()\n\t\ttry {\n\t\t\treturn data.replace(/{([^{}]*)}/g,\n\t\t\t\tfunction(a, b) {\n\t\t\t\t\tconst r = o[b]\n\t\t\t\t\treturn typeof r === 'string' || typeof r === 'number' ? r : a\n\t\t\t\t},\n\t\t\t)\n\t\t} catch (e) {\n\t\t\tconsole.error(e, 'data:', data)\n\t\t}\n\t},\n\t_getData() {\n\t\tif (this.elem.attr('type') === 'text/template') {\n\t\t\treturn this.elem.html()\n\t\t}\n\t\t// Leave out comments, etc and take the first html element\n\t\tconst htmlElem = $.makeArray(this.elem)\n\t\t\t.find(e => e instanceof HTMLElement)\n\t\treturn htmlElem.outerHTML\n\t},\n\toptions: {\n\t\tescapeFunction: escapeHTML,\n\t},\n}\n\n$.fn.octemplate = function(vars, options) {\n\tvars = vars || {}\n\tif (this.length) {\n\t\tconst _template = Object.create(Template)\n\t\treturn _template.init(vars, options, this)\n\t}\n}\n","/**\n * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors\n * SPDX-FileCopyrightText: 2013-2016 ownCloud, Inc.\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\n/* eslint-disable */\nimport $ from 'jquery'\nimport md5 from 'blueimp-md5'\n\n/*\n * Adds a background color to the element called on and adds the first character\n * of the passed in string. This string is also the seed for the generation of\n * the background color.\n *\n * You have following HTML:\n *\n *
            \n *\n * And call this from Javascript:\n *\n * $('#albumart').imageplaceholder('The Album Title');\n *\n * Which will result in:\n *\n *
            T
            \n *\n * You may also call it like this, to have a different background, than the seed:\n *\n * $('#albumart').imageplaceholder('The Album Title', 'Album Title');\n *\n * Resulting in:\n *\n *
            A
            \n *\n */\n\n/*\n* Alternatively, you can use the prototype function to convert your string to rgb colors:\n*\n* \"a6741a86aded5611a8e46ce16f2ad646\".toRgb()\n*\n* Will return the rgb parameters within the following object:\n*\n* Color {r: 208, g: 158, b: 109}\n*\n*/\n\nconst toRgb = (s) => {\n\t// Normalize hash\n\tvar hash = s.toLowerCase()\n\n\t// Already a md5 hash?\n\tif (hash.match(/^([0-9a-f]{4}-?){8}$/) === null) {\n\t\thash = md5(hash)\n\t}\n\n\thash = hash.replace(/[^0-9a-f]/g, '')\n\n\tfunction Color(r, g, b) {\n\t\tthis.r = r\n\t\tthis.g = g\n\t\tthis.b = b\n\t}\n\n\tfunction stepCalc(steps, ends) {\n\t\tvar step = new Array(3)\n\t\tstep[0] = (ends[1].r - ends[0].r) / steps\n\t\tstep[1] = (ends[1].g - ends[0].g) / steps\n\t\tstep[2] = (ends[1].b - ends[0].b) / steps\n\t\treturn step\n\t}\n\n\tfunction mixPalette(steps, color1, color2) {\n\t\tvar palette = []\n\t\tpalette.push(color1)\n\t\tvar step = stepCalc(steps, [color1, color2])\n\t\tfor (var i = 1; i < steps; i++) {\n\t\t\tvar r = parseInt(color1.r + (step[0] * i))\n\t\t\tvar g = parseInt(color1.g + (step[1] * i))\n\t\t\tvar b = parseInt(color1.b + (step[2] * i))\n\t\t\tpalette.push(new Color(r, g, b))\n\t\t}\n\t\treturn palette\n\t}\n\n\tconst red = new Color(182, 70, 157);\n\tconst yellow = new Color(221, 203, 85);\n\tconst blue = new Color(0, 130, 201); // Nextcloud blue\n\t// Number of steps to go from a color to another\n\t// 3 colors * 6 will result in 18 generated colors\n\tconst steps = 6;\n\n\tconst palette1 = mixPalette(steps, red, yellow);\n\tconst palette2 = mixPalette(steps, yellow, blue);\n\tconst palette3 = mixPalette(steps, blue, red);\n\n\tconst finalPalette = palette1.concat(palette2).concat(palette3);\n\n\t// Convert a string to an integer evenly\n\tfunction hashToInt(hash, maximum) {\n\t\tvar finalInt = 0\n\t\tvar result = []\n\n\t\t// Splitting evenly the string\n\t\tfor (var i = 0; i < hash.length; i++) {\n\t\t\t// chars in md5 goes up to f, hex:16\n\t\t\tresult.push(parseInt(hash.charAt(i), 16) % 16)\n\t\t}\n\t\t// Adds up all results\n\t\tfor (var j in result) {\n\t\t\tfinalInt += result[j]\n\t\t}\n\t\t// chars in md5 goes up to f, hex:16\n\t\t// make sure we're always using int in our operation\n\t\treturn parseInt(parseInt(finalInt) % maximum)\n\t}\n\n\treturn finalPalette[hashToInt(hash, steps * 3)]\n}\n\nString.prototype.toRgb = function() {\n\tOC.debug && console.warn('String.prototype.toRgb is deprecated! It will be removed in Nextcloud 22.')\n\n\treturn toRgb(this)\n}\n\n$.fn.imageplaceholder = function(seed, text, size) {\n\ttext = text || seed\n\n\t// Compute the hash\n\tvar rgb = toRgb(seed)\n\tthis.css('background-color', 'rgb(' + rgb.r + ', ' + rgb.g + ', ' + rgb.b + ')')\n\n\t// Placeholders are square\n\tvar height = this.height() || size || 32\n\tthis.height(height)\n\tthis.width(height)\n\n\t// CSS rules\n\tthis.css('color', '#fff')\n\tthis.css('font-weight', 'normal')\n\tthis.css('text-align', 'center')\n\n\t// calculate the height\n\tthis.css('line-height', height + 'px')\n\tthis.css('font-size', (height * 0.55) + 'px')\n\n\tif (seed !== null && seed.length) {\n\t\tvar placeholderText = text.replace(/\\s+/g, ' ').trim().split(' ', 2).map((word) => word[0].toUpperCase()).join('')\n\t\tthis.html(placeholderText);\n\t}\n}\n\n$.fn.clearimageplaceholder = function() {\n\tthis.css('background-color', '')\n\tthis.css('color', '')\n\tthis.css('font-weight', '')\n\tthis.css('text-align', '')\n\tthis.css('line-height', '')\n\tthis.css('font-size', '')\n\tthis.html('')\n\tthis.removeClass('icon-loading')\n\tthis.removeClass('icon-loading-small')\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport $ from 'jquery'\n\nimport { getToken } from '../OC/requesttoken.js'\n\n$(document).on('ajaxSend', function(elm, xhr, settings) {\n\tif (settings.crossDomain === false) {\n\t\txhr.setRequestHeader('requesttoken', getToken())\n\t\txhr.setRequestHeader('OCS-APIREQUEST', 'true')\n\t}\n})\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport $ from 'jquery'\n\n/**\n * select a range in an input field\n *\n * @see {@link http://stackoverflow.com/questions/499126/jquery-set-cursor-position-in-text-area}\n * @param {number} start start selection from\n * @param {number} end number of char from start\n * @return {void}\n */\n$.fn.selectRange = function(start, end) {\n\treturn this.each(function() {\n\t\tif (this.setSelectionRange) {\n\t\t\tthis.focus()\n\t\t\tthis.setSelectionRange(start, end)\n\t\t} else if (this.createTextRange) {\n\t\t\tconst range = this.createTextRange()\n\t\t\trange.collapse(true)\n\t\t\trange.moveEnd('character', end)\n\t\t\trange.moveStart('character', start)\n\t\t\trange.select()\n\t\t}\n\t})\n}\n","/**\n * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport $ from 'jquery'\n\n/**\n * @name Show Password\n * @description\n * @version 1.3.0\n * @requires Jquery 1.5\n *\n * @author Jan Jarfalk \n * author-website http://www.unwrongest.com\n *\n * special-thanks Michel Gratton\n *\n * @license MIT\n */\n$.fn.extend({\n\tshowPassword(c) {\n\n\t\t// Setup callback object\n\t\tconst callback = { fn: null, args: {} }\n\t\tcallback.fn = c\n\n\t\t// Clones passwords and turn the clones into text inputs\n\t\tconst cloneElement = function(element) {\n\n\t\t\tconst $element = $(element)\n\n\t\t\tconst $clone = $('')\n\n\t\t\t// Name added for JQuery Validation compatibility\n\t\t\t// Element name is required to avoid script warning.\n\t\t\t$clone.attr({\n\t\t\t\ttype: 'text',\n\t\t\t\tclass: $element.attr('class'),\n\t\t\t\tstyle: $element.attr('style'),\n\t\t\t\tsize: $element.attr('size'),\n\t\t\t\tname: $element.attr('name') + '-clone',\n\t\t\t\ttabindex: $element.attr('tabindex'),\n\t\t\t\tautocomplete: 'off',\n\t\t\t})\n\n\t\t\tif ($element.attr('placeholder') !== undefined) {\n\t\t\t\t$clone.attr('placeholder', $element.attr('placeholder'))\n\t\t\t}\n\n\t\t\treturn $clone\n\n\t\t}\n\n\t\t// Transfers values between two elements\n\t\tconst update = function(a, b) {\n\t\t\tb.val(a.val())\n\t\t}\n\n\t\t// Shows a or b depending on checkbox\n\t\tconst setState = function(checkbox, a, b) {\n\n\t\t\tif (checkbox.is(':checked')) {\n\t\t\t\tupdate(a, b)\n\t\t\t\tb.show()\n\t\t\t\ta.hide()\n\t\t\t} else {\n\t\t\t\tupdate(b, a)\n\t\t\t\tb.hide()\n\t\t\t\ta.show()\n\t\t\t}\n\n\t\t}\n\n\t\treturn this.each(function() {\n\n\t\t\tconst $input = $(this)\n\t\t\tconst $checkbox = $($input.data('typetoggle'))\n\n\t\t\t// Create clone\n\t\t\tconst $clone = cloneElement($input)\n\t\t\t$clone.insertAfter($input)\n\n\t\t\t// Set callback arguments\n\t\t\tif (callback.fn) {\n\t\t\t\tcallback.args.input = $input\n\t\t\t\tcallback.args.checkbox = $checkbox\n\t\t\t\tcallback.args.clone = $clone\n\t\t\t}\n\n\t\t\t$checkbox.bind('click', function() {\n\t\t\t\tsetState($checkbox, $input, $clone)\n\t\t\t})\n\n\t\t\t$input.bind('keyup', function() {\n\t\t\t\tupdate($input, $clone)\n\t\t\t})\n\n\t\t\t$clone.bind('keyup', function() {\n\t\t\t\tupdate($clone, $input)\n\n\t\t\t\t// Added for JQuery Validation compatibility\n\t\t\t\t// This will trigger validation if it's ON for keyup event\n\t\t\t\t$input.trigger('keyup')\n\n\t\t\t})\n\n\t\t\t// Added for JQuery Validation compatibility\n\t\t\t// This will trigger validation if it's ON for blur event\n\t\t\t$clone.bind('blur', function() {\n\t\t\t\t$input.trigger('focusout')\n\t\t\t})\n\n\t\t\tsetState($checkbox, $input, $clone)\n\n\t\t\t// set type of password field clone (type=text) to password right on submit\n\t\t\t// to prevent browser save the value of this field\n\t\t\t$clone.closest('form').submit(function(e) {\n\t\t\t\t// .prop has to be used, because .attr throws\n\t\t\t\t// an error while changing a type of an input\n\t\t\t\t// element\n\t\t\t\t$clone.prop('type', 'password')\n\t\t\t})\n\n\t\t\tif (callback.fn) {\n\t\t\t\tcallback.fn(callback.args)\n\t\t\t}\n\n\t\t})\n\t},\n})\n","/**\n * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport $ from 'jquery'\n\n// Set autocomplete width the same as the related input\n// See http://stackoverflow.com/a/11845718\n$.ui.autocomplete.prototype._resizeMenu = function() {\n\tconst ul = this.menu.element\n\tul.outerWidth(this.element.outerWidth())\n}\n","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/sass-loader/dist/cjs.js!./jquery-ui-fixes.scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/sass-loader/dist/cjs.js!./jquery-ui-fixes.scss\";\n export default content && content.locals ? content.locals : undefined;\n","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/sass-loader/dist/cjs.js!./jquery.ocdialog.scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/sass-loader/dist/cjs.js!./jquery.ocdialog.scss\";\n export default content && content.locals ? content.locals : undefined;\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport $ from 'jquery'\n\nimport './avatar.js'\nimport './contactsmenu.js'\nimport './exists.js'\nimport './filterattr.js'\nimport './ocdialog.js'\nimport './octemplate.js'\nimport './placeholder.js'\nimport './requesttoken.js'\nimport './selectrange.js'\nimport './showpassword.js'\nimport './ui-fixes.js'\n\nimport './css/jquery-ui-fixes.scss'\nimport './css/jquery.ocdialog.scss'\n\n/**\n * Disable automatic evaluation of responses for $.ajax() functions (and its\n * higher-level alternatives like $.get() and $.post()).\n *\n * If a response to a $.ajax() request returns a content type of \"application/javascript\"\n * JQuery would previously execute the response body. This is a pretty unexpected\n * behaviour and can result in a bypass of our Content-Security-Policy as well as\n * multiple unexpected XSS vectors.\n */\n$.ajaxSetup({\n\tcontents: {\n\t\tscript: false,\n\t},\n})\n\n/**\n * Disable execution of eval in jQuery. We do require an allowed eval CSP\n * configuration at the moment for handlebars et al. But for jQuery there is\n * not much of a reason to execute JavaScript directly via eval.\n *\n * This thus mitigates some unexpected XSS vectors.\n */\n$.globalEval = function() {\n}\n","/**\n * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport 'core-js/stable/index.js'\nimport 'regenerator-runtime/runtime.js'\n\n// If you remove the line below, tests won't pass\n// eslint-disable-next-line no-unused-vars\nimport OC from './OC/index.js'\n\nimport './globals.js'\nimport './jquery/index.js'\nimport { initCore } from './init.js'\nimport { registerAppsSlideToggle } from './OC/apps.js'\nimport { getCSPNonce } from '@nextcloud/auth'\nimport { generateUrl } from '@nextcloud/router'\nimport Axios from '@nextcloud/axios'\n\n// eslint-disable-next-line camelcase\n__webpack_nonce__ = getCSPNonce()\n\nwindow.addEventListener('DOMContentLoaded', function() {\n\tinitCore()\n\tregisterAppsSlideToggle()\n\n\t// fallback to hashchange when no history support\n\tif (window.history.pushState) {\n\t\twindow.onpopstate = _.bind(OC.Util.History._onPopState, OC.Util.History)\n\t} else {\n\t\twindow.onhashchange = _.bind(OC.Util.History._onPopState, OC.Util.History)\n\t}\n})\n\n// Fix error \"CSRF check failed\"\ndocument.addEventListener('DOMContentLoaded', function() {\n\tconst form = document.getElementById('password-input-form')\n\tif (form) {\n\t\tform.addEventListener('submit', async function(event) {\n\t\t\tevent.preventDefault()\n\t\t\tconst requestToken = document.getElementById('requesttoken')\n\t\t\tif (requestToken) {\n\t\t\t\tconst url = generateUrl('/csrftoken')\n\t\t\t\tconst resp = await Axios.get(url)\n\t\t\t\trequestToken.value = resp.data.token\n\t\t\t}\n\t\t\tform.submit()\n\t\t})\n\t}\n})\n","// Backbone.js 1.6.0\n\n// (c) 2010-2024 Jeremy Ashkenas and DocumentCloud\n// Backbone may be freely distributed under the MIT license.\n// For all details and documentation:\n// http://backbonejs.org\n\n(function(factory) {\n\n // Establish the root object, `window` (`self`) in the browser, or `global` on the server.\n // We use `self` instead of `window` for `WebWorker` support.\n var root = typeof self == 'object' && self.self === self && self ||\n typeof global == 'object' && global.global === global && global;\n\n // Set up Backbone appropriately for the environment. Start with AMD.\n if (typeof define === 'function' && define.amd) {\n define(['underscore', 'jquery', 'exports'], function(_, $, exports) {\n // Export global even in AMD case in case this script is loaded with\n // others that may still expect a global Backbone.\n root.Backbone = factory(root, exports, _, $);\n });\n\n // Next for Node.js or CommonJS. jQuery may not be needed as a module.\n } else if (typeof exports !== 'undefined') {\n var _ = require('underscore'), $;\n try { $ = require('jquery'); } catch (e) {}\n factory(root, exports, _, $);\n\n // Finally, as a browser global.\n } else {\n root.Backbone = factory(root, {}, root._, root.jQuery || root.Zepto || root.ender || root.$);\n }\n\n})(function(root, Backbone, _, $) {\n\n // Initial Setup\n // -------------\n\n // Save the previous value of the `Backbone` variable, so that it can be\n // restored later on, if `noConflict` is used.\n var previousBackbone = root.Backbone;\n\n // Create a local reference to a common array method we'll want to use later.\n var slice = Array.prototype.slice;\n\n // Current version of the library. Keep in sync with `package.json`.\n Backbone.VERSION = '1.6.0';\n\n // For Backbone's purposes, jQuery, Zepto, Ender, or My Library (kidding) owns\n // the `$` variable.\n Backbone.$ = $;\n\n // Runs Backbone.js in *noConflict* mode, returning the `Backbone` variable\n // to its previous owner. Returns a reference to this Backbone object.\n Backbone.noConflict = function() {\n root.Backbone = previousBackbone;\n return this;\n };\n\n // Turn on `emulateHTTP` to support legacy HTTP servers. Setting this option\n // will fake `\"PATCH\"`, `\"PUT\"` and `\"DELETE\"` requests via the `_method` parameter and\n // set a `X-Http-Method-Override` header.\n Backbone.emulateHTTP = false;\n\n // Turn on `emulateJSON` to support legacy servers that can't deal with direct\n // `application/json` requests ... this will encode the body as\n // `application/x-www-form-urlencoded` instead and will send the model in a\n // form param named `model`.\n Backbone.emulateJSON = false;\n\n // Backbone.Events\n // ---------------\n\n // A module that can be mixed in to *any object* in order to provide it with\n // a custom event channel. You may bind a callback to an event with `on` or\n // remove with `off`; `trigger`-ing an event fires all callbacks in\n // succession.\n //\n // var object = {};\n // _.extend(object, Backbone.Events);\n // object.on('expand', function(){ alert('expanded'); });\n // object.trigger('expand');\n //\n var Events = Backbone.Events = {};\n\n // Regular expression used to split event strings.\n var eventSplitter = /\\s+/;\n\n // A private global variable to share between listeners and listenees.\n var _listening;\n\n // Iterates over the standard `event, callback` (as well as the fancy multiple\n // space-separated events `\"change blur\", callback` and jQuery-style event\n // maps `{event: callback}`).\n var eventsApi = function(iteratee, events, name, callback, opts) {\n var i = 0, names;\n if (name && typeof name === 'object') {\n // Handle event maps.\n if (callback !== void 0 && 'context' in opts && opts.context === void 0) opts.context = callback;\n for (names = _.keys(name); i < names.length ; i++) {\n events = eventsApi(iteratee, events, names[i], name[names[i]], opts);\n }\n } else if (name && eventSplitter.test(name)) {\n // Handle space-separated event names by delegating them individually.\n for (names = name.split(eventSplitter); i < names.length; i++) {\n events = iteratee(events, names[i], callback, opts);\n }\n } else {\n // Finally, standard events.\n events = iteratee(events, name, callback, opts);\n }\n return events;\n };\n\n // Bind an event to a `callback` function. Passing `\"all\"` will bind\n // the callback to all events fired.\n Events.on = function(name, callback, context) {\n this._events = eventsApi(onApi, this._events || {}, name, callback, {\n context: context,\n ctx: this,\n listening: _listening\n });\n\n if (_listening) {\n var listeners = this._listeners || (this._listeners = {});\n listeners[_listening.id] = _listening;\n // Allow the listening to use a counter, instead of tracking\n // callbacks for library interop\n _listening.interop = false;\n }\n\n return this;\n };\n\n // Inversion-of-control versions of `on`. Tell *this* object to listen to\n // an event in another object... keeping track of what it's listening to\n // for easier unbinding later.\n Events.listenTo = function(obj, name, callback) {\n if (!obj) return this;\n var id = obj._listenId || (obj._listenId = _.uniqueId('l'));\n var listeningTo = this._listeningTo || (this._listeningTo = {});\n var listening = _listening = listeningTo[id];\n\n // This object is not listening to any other events on `obj` yet.\n // Setup the necessary references to track the listening callbacks.\n if (!listening) {\n this._listenId || (this._listenId = _.uniqueId('l'));\n listening = _listening = listeningTo[id] = new Listening(this, obj);\n }\n\n // Bind callbacks on obj.\n var error = tryCatchOn(obj, name, callback, this);\n _listening = void 0;\n\n if (error) throw error;\n // If the target obj is not Backbone.Events, track events manually.\n if (listening.interop) listening.on(name, callback);\n\n return this;\n };\n\n // The reducing API that adds a callback to the `events` object.\n var onApi = function(events, name, callback, options) {\n if (callback) {\n var handlers = events[name] || (events[name] = []);\n var context = options.context, ctx = options.ctx, listening = options.listening;\n if (listening) listening.count++;\n\n handlers.push({callback: callback, context: context, ctx: context || ctx, listening: listening});\n }\n return events;\n };\n\n // An try-catch guarded #on function, to prevent poisoning the global\n // `_listening` variable.\n var tryCatchOn = function(obj, name, callback, context) {\n try {\n obj.on(name, callback, context);\n } catch (e) {\n return e;\n }\n };\n\n // Remove one or many callbacks. If `context` is null, removes all\n // callbacks with that function. If `callback` is null, removes all\n // callbacks for the event. If `name` is null, removes all bound\n // callbacks for all events.\n Events.off = function(name, callback, context) {\n if (!this._events) return this;\n this._events = eventsApi(offApi, this._events, name, callback, {\n context: context,\n listeners: this._listeners\n });\n\n return this;\n };\n\n // Tell this object to stop listening to either specific events ... or\n // to every object it's currently listening to.\n Events.stopListening = function(obj, name, callback) {\n var listeningTo = this._listeningTo;\n if (!listeningTo) return this;\n\n var ids = obj ? [obj._listenId] : _.keys(listeningTo);\n for (var i = 0; i < ids.length; i++) {\n var listening = listeningTo[ids[i]];\n\n // If listening doesn't exist, this object is not currently\n // listening to obj. Break out early.\n if (!listening) break;\n\n listening.obj.off(name, callback, this);\n if (listening.interop) listening.off(name, callback);\n }\n if (_.isEmpty(listeningTo)) this._listeningTo = void 0;\n\n return this;\n };\n\n // The reducing API that removes a callback from the `events` object.\n var offApi = function(events, name, callback, options) {\n if (!events) return;\n\n var context = options.context, listeners = options.listeners;\n var i = 0, names;\n\n // Delete all event listeners and \"drop\" events.\n if (!name && !context && !callback) {\n for (names = _.keys(listeners); i < names.length; i++) {\n listeners[names[i]].cleanup();\n }\n return;\n }\n\n names = name ? [name] : _.keys(events);\n for (; i < names.length; i++) {\n name = names[i];\n var handlers = events[name];\n\n // Bail out if there are no events stored.\n if (!handlers) break;\n\n // Find any remaining events.\n var remaining = [];\n for (var j = 0; j < handlers.length; j++) {\n var handler = handlers[j];\n if (\n callback && callback !== handler.callback &&\n callback !== handler.callback._callback ||\n context && context !== handler.context\n ) {\n remaining.push(handler);\n } else {\n var listening = handler.listening;\n if (listening) listening.off(name, callback);\n }\n }\n\n // Replace events if there are any remaining. Otherwise, clean up.\n if (remaining.length) {\n events[name] = remaining;\n } else {\n delete events[name];\n }\n }\n\n return events;\n };\n\n // Bind an event to only be triggered a single time. After the first time\n // the callback is invoked, its listener will be removed. If multiple events\n // are passed in using the space-separated syntax, the handler will fire\n // once for each event, not once for a combination of all events.\n Events.once = function(name, callback, context) {\n // Map the event into a `{event: once}` object.\n var events = eventsApi(onceMap, {}, name, callback, this.off.bind(this));\n if (typeof name === 'string' && context == null) callback = void 0;\n return this.on(events, callback, context);\n };\n\n // Inversion-of-control versions of `once`.\n Events.listenToOnce = function(obj, name, callback) {\n // Map the event into a `{event: once}` object.\n var events = eventsApi(onceMap, {}, name, callback, this.stopListening.bind(this, obj));\n return this.listenTo(obj, events);\n };\n\n // Reduces the event callbacks into a map of `{event: onceWrapper}`.\n // `offer` unbinds the `onceWrapper` after it has been called.\n var onceMap = function(map, name, callback, offer) {\n if (callback) {\n var once = map[name] = _.once(function() {\n offer(name, once);\n callback.apply(this, arguments);\n });\n once._callback = callback;\n }\n return map;\n };\n\n // Trigger one or many events, firing all bound callbacks. Callbacks are\n // passed the same arguments as `trigger` is, apart from the event name\n // (unless you're listening on `\"all\"`, which will cause your callback to\n // receive the true name of the event as the first argument).\n Events.trigger = function(name) {\n if (!this._events) return this;\n\n var length = Math.max(0, arguments.length - 1);\n var args = Array(length);\n for (var i = 0; i < length; i++) args[i] = arguments[i + 1];\n\n eventsApi(triggerApi, this._events, name, void 0, args);\n return this;\n };\n\n // Handles triggering the appropriate event callbacks.\n var triggerApi = function(objEvents, name, callback, args) {\n if (objEvents) {\n var events = objEvents[name];\n var allEvents = objEvents.all;\n if (events && allEvents) allEvents = allEvents.slice();\n if (events) triggerEvents(events, args);\n if (allEvents) triggerEvents(allEvents, [name].concat(args));\n }\n return objEvents;\n };\n\n // A difficult-to-believe, but optimized internal dispatch function for\n // triggering events. Tries to keep the usual cases speedy (most internal\n // Backbone events have 3 arguments).\n var triggerEvents = function(events, args) {\n var ev, i = -1, l = events.length, a1 = args[0], a2 = args[1], a3 = args[2];\n switch (args.length) {\n case 0: while (++i < l) (ev = events[i]).callback.call(ev.ctx); return;\n case 1: while (++i < l) (ev = events[i]).callback.call(ev.ctx, a1); return;\n case 2: while (++i < l) (ev = events[i]).callback.call(ev.ctx, a1, a2); return;\n case 3: while (++i < l) (ev = events[i]).callback.call(ev.ctx, a1, a2, a3); return;\n default: while (++i < l) (ev = events[i]).callback.apply(ev.ctx, args); return;\n }\n };\n\n // A listening class that tracks and cleans up memory bindings\n // when all callbacks have been offed.\n var Listening = function(listener, obj) {\n this.id = listener._listenId;\n this.listener = listener;\n this.obj = obj;\n this.interop = true;\n this.count = 0;\n this._events = void 0;\n };\n\n Listening.prototype.on = Events.on;\n\n // Offs a callback (or several).\n // Uses an optimized counter if the listenee uses Backbone.Events.\n // Otherwise, falls back to manual tracking to support events\n // library interop.\n Listening.prototype.off = function(name, callback) {\n var cleanup;\n if (this.interop) {\n this._events = eventsApi(offApi, this._events, name, callback, {\n context: void 0,\n listeners: void 0\n });\n cleanup = !this._events;\n } else {\n this.count--;\n cleanup = this.count === 0;\n }\n if (cleanup) this.cleanup();\n };\n\n // Cleans up memory bindings between the listener and the listenee.\n Listening.prototype.cleanup = function() {\n delete this.listener._listeningTo[this.obj._listenId];\n if (!this.interop) delete this.obj._listeners[this.id];\n };\n\n // Aliases for backwards compatibility.\n Events.bind = Events.on;\n Events.unbind = Events.off;\n\n // Allow the `Backbone` object to serve as a global event bus, for folks who\n // want global \"pubsub\" in a convenient place.\n _.extend(Backbone, Events);\n\n // Backbone.Model\n // --------------\n\n // Backbone **Models** are the basic data object in the framework --\n // frequently representing a row in a table in a database on your server.\n // A discrete chunk of data and a bunch of useful, related methods for\n // performing computations and transformations on that data.\n\n // Create a new model with the specified attributes. A client id (`cid`)\n // is automatically generated and assigned for you.\n var Model = Backbone.Model = function(attributes, options) {\n var attrs = attributes || {};\n options || (options = {});\n this.preinitialize.apply(this, arguments);\n this.cid = _.uniqueId(this.cidPrefix);\n this.attributes = {};\n if (options.collection) this.collection = options.collection;\n if (options.parse) attrs = this.parse(attrs, options) || {};\n var defaults = _.result(this, 'defaults');\n\n // Just _.defaults would work fine, but the additional _.extends\n // is in there for historical reasons. See #3843.\n attrs = _.defaults(_.extend({}, defaults, attrs), defaults);\n\n this.set(attrs, options);\n this.changed = {};\n this.initialize.apply(this, arguments);\n };\n\n // Attach all inheritable methods to the Model prototype.\n _.extend(Model.prototype, Events, {\n\n // A hash of attributes whose current and previous value differ.\n changed: null,\n\n // The value returned during the last failed validation.\n validationError: null,\n\n // The default name for the JSON `id` attribute is `\"id\"`. MongoDB and\n // CouchDB users may want to set this to `\"_id\"`.\n idAttribute: 'id',\n\n // The prefix is used to create the client id which is used to identify models locally.\n // You may want to override this if you're experiencing name clashes with model ids.\n cidPrefix: 'c',\n\n // preinitialize is an empty function by default. You can override it with a function\n // or object. preinitialize will run before any instantiation logic is run in the Model.\n preinitialize: function(){},\n\n // Initialize is an empty function by default. Override it with your own\n // initialization logic.\n initialize: function(){},\n\n // Return a copy of the model's `attributes` object.\n toJSON: function(options) {\n return _.clone(this.attributes);\n },\n\n // Proxy `Backbone.sync` by default -- but override this if you need\n // custom syncing semantics for *this* particular model.\n sync: function() {\n return Backbone.sync.apply(this, arguments);\n },\n\n // Get the value of an attribute.\n get: function(attr) {\n return this.attributes[attr];\n },\n\n // Get the HTML-escaped value of an attribute.\n escape: function(attr) {\n return _.escape(this.get(attr));\n },\n\n // Returns `true` if the attribute contains a value that is not null\n // or undefined.\n has: function(attr) {\n return this.get(attr) != null;\n },\n\n // Special-cased proxy to underscore's `_.matches` method.\n matches: function(attrs) {\n return !!_.iteratee(attrs, this)(this.attributes);\n },\n\n // Set a hash of model attributes on the object, firing `\"change\"`. This is\n // the core primitive operation of a model, updating the data and notifying\n // anyone who needs to know about the change in state. The heart of the beast.\n set: function(key, val, options) {\n if (key == null) return this;\n\n // Handle both `\"key\", value` and `{key: value}` -style arguments.\n var attrs;\n if (typeof key === 'object') {\n attrs = key;\n options = val;\n } else {\n (attrs = {})[key] = val;\n }\n\n options || (options = {});\n\n // Run validation.\n if (!this._validate(attrs, options)) return false;\n\n // Extract attributes and options.\n var unset = options.unset;\n var silent = options.silent;\n var changes = [];\n var changing = this._changing;\n this._changing = true;\n\n if (!changing) {\n this._previousAttributes = _.clone(this.attributes);\n this.changed = {};\n }\n\n var current = this.attributes;\n var changed = this.changed;\n var prev = this._previousAttributes;\n\n // For each `set` attribute, update or delete the current value.\n for (var attr in attrs) {\n val = attrs[attr];\n if (!_.isEqual(current[attr], val)) changes.push(attr);\n if (!_.isEqual(prev[attr], val)) {\n changed[attr] = val;\n } else {\n delete changed[attr];\n }\n unset ? delete current[attr] : current[attr] = val;\n }\n\n // Update the `id`.\n if (this.idAttribute in attrs) {\n var prevId = this.id;\n this.id = this.get(this.idAttribute);\n this.trigger('changeId', this, prevId, options);\n }\n\n // Trigger all relevant attribute changes.\n if (!silent) {\n if (changes.length) this._pending = options;\n for (var i = 0; i < changes.length; i++) {\n this.trigger('change:' + changes[i], this, current[changes[i]], options);\n }\n }\n\n // You might be wondering why there's a `while` loop here. Changes can\n // be recursively nested within `\"change\"` events.\n if (changing) return this;\n if (!silent) {\n while (this._pending) {\n options = this._pending;\n this._pending = false;\n this.trigger('change', this, options);\n }\n }\n this._pending = false;\n this._changing = false;\n return this;\n },\n\n // Remove an attribute from the model, firing `\"change\"`. `unset` is a noop\n // if the attribute doesn't exist.\n unset: function(attr, options) {\n return this.set(attr, void 0, _.extend({}, options, {unset: true}));\n },\n\n // Clear all attributes on the model, firing `\"change\"`.\n clear: function(options) {\n var attrs = {};\n for (var key in this.attributes) attrs[key] = void 0;\n return this.set(attrs, _.extend({}, options, {unset: true}));\n },\n\n // Determine if the model has changed since the last `\"change\"` event.\n // If you specify an attribute name, determine if that attribute has changed.\n hasChanged: function(attr) {\n if (attr == null) return !_.isEmpty(this.changed);\n return _.has(this.changed, attr);\n },\n\n // Return an object containing all the attributes that have changed, or\n // false if there are no changed attributes. Useful for determining what\n // parts of a view need to be updated and/or what attributes need to be\n // persisted to the server. Unset attributes will be set to undefined.\n // You can also pass an attributes object to diff against the model,\n // determining if there *would be* a change.\n changedAttributes: function(diff) {\n if (!diff) return this.hasChanged() ? _.clone(this.changed) : false;\n var old = this._changing ? this._previousAttributes : this.attributes;\n var changed = {};\n var hasChanged;\n for (var attr in diff) {\n var val = diff[attr];\n if (_.isEqual(old[attr], val)) continue;\n changed[attr] = val;\n hasChanged = true;\n }\n return hasChanged ? changed : false;\n },\n\n // Get the previous value of an attribute, recorded at the time the last\n // `\"change\"` event was fired.\n previous: function(attr) {\n if (attr == null || !this._previousAttributes) return null;\n return this._previousAttributes[attr];\n },\n\n // Get all of the attributes of the model at the time of the previous\n // `\"change\"` event.\n previousAttributes: function() {\n return _.clone(this._previousAttributes);\n },\n\n // Fetch the model from the server, merging the response with the model's\n // local attributes. Any changed attributes will trigger a \"change\" event.\n fetch: function(options) {\n options = _.extend({parse: true}, options);\n var model = this;\n var success = options.success;\n options.success = function(resp) {\n var serverAttrs = options.parse ? model.parse(resp, options) : resp;\n if (!model.set(serverAttrs, options)) return false;\n if (success) success.call(options.context, model, resp, options);\n model.trigger('sync', model, resp, options);\n };\n wrapError(this, options);\n return this.sync('read', this, options);\n },\n\n // Set a hash of model attributes, and sync the model to the server.\n // If the server returns an attributes hash that differs, the model's\n // state will be `set` again.\n save: function(key, val, options) {\n // Handle both `\"key\", value` and `{key: value}` -style arguments.\n var attrs;\n if (key == null || typeof key === 'object') {\n attrs = key;\n options = val;\n } else {\n (attrs = {})[key] = val;\n }\n\n options = _.extend({validate: true, parse: true}, options);\n var wait = options.wait;\n\n // If we're not waiting and attributes exist, save acts as\n // `set(attr).save(null, opts)` with validation. Otherwise, check if\n // the model will be valid when the attributes, if any, are set.\n if (attrs && !wait) {\n if (!this.set(attrs, options)) return false;\n } else if (!this._validate(attrs, options)) {\n return false;\n }\n\n // After a successful server-side save, the client is (optionally)\n // updated with the server-side state.\n var model = this;\n var success = options.success;\n var attributes = this.attributes;\n options.success = function(resp) {\n // Ensure attributes are restored during synchronous saves.\n model.attributes = attributes;\n var serverAttrs = options.parse ? model.parse(resp, options) : resp;\n if (wait) serverAttrs = _.extend({}, attrs, serverAttrs);\n if (serverAttrs && !model.set(serverAttrs, options)) return false;\n if (success) success.call(options.context, model, resp, options);\n model.trigger('sync', model, resp, options);\n };\n wrapError(this, options);\n\n // Set temporary attributes if `{wait: true}` to properly find new ids.\n if (attrs && wait) this.attributes = _.extend({}, attributes, attrs);\n\n var method = this.isNew() ? 'create' : options.patch ? 'patch' : 'update';\n if (method === 'patch' && !options.attrs) options.attrs = attrs;\n var xhr = this.sync(method, this, options);\n\n // Restore attributes.\n this.attributes = attributes;\n\n return xhr;\n },\n\n // Destroy this model on the server if it was already persisted.\n // Optimistically removes the model from its collection, if it has one.\n // If `wait: true` is passed, waits for the server to respond before removal.\n destroy: function(options) {\n options = options ? _.clone(options) : {};\n var model = this;\n var success = options.success;\n var wait = options.wait;\n\n var destroy = function() {\n model.stopListening();\n model.trigger('destroy', model, model.collection, options);\n };\n\n options.success = function(resp) {\n if (wait) destroy();\n if (success) success.call(options.context, model, resp, options);\n if (!model.isNew()) model.trigger('sync', model, resp, options);\n };\n\n var xhr = false;\n if (this.isNew()) {\n _.defer(options.success);\n } else {\n wrapError(this, options);\n xhr = this.sync('delete', this, options);\n }\n if (!wait) destroy();\n return xhr;\n },\n\n // Default URL for the model's representation on the server -- if you're\n // using Backbone's restful methods, override this to change the endpoint\n // that will be called.\n url: function() {\n var base =\n _.result(this, 'urlRoot') ||\n _.result(this.collection, 'url') ||\n urlError();\n if (this.isNew()) return base;\n var id = this.get(this.idAttribute);\n return base.replace(/[^\\/]$/, '$&/') + encodeURIComponent(id);\n },\n\n // **parse** converts a response into the hash of attributes to be `set` on\n // the model. The default implementation is just to pass the response along.\n parse: function(resp, options) {\n return resp;\n },\n\n // Create a new model with identical attributes to this one.\n clone: function() {\n return new this.constructor(this.attributes);\n },\n\n // A model is new if it has never been saved to the server, and lacks an id.\n isNew: function() {\n return !this.has(this.idAttribute);\n },\n\n // Check if the model is currently in a valid state.\n isValid: function(options) {\n return this._validate({}, _.extend({}, options, {validate: true}));\n },\n\n // Run validation against the next complete set of model attributes,\n // returning `true` if all is well. Otherwise, fire an `\"invalid\"` event.\n _validate: function(attrs, options) {\n if (!options.validate || !this.validate) return true;\n attrs = _.extend({}, this.attributes, attrs);\n var error = this.validationError = this.validate(attrs, options) || null;\n if (!error) return true;\n this.trigger('invalid', this, error, _.extend(options, {validationError: error}));\n return false;\n }\n\n });\n\n // Backbone.Collection\n // -------------------\n\n // If models tend to represent a single row of data, a Backbone Collection is\n // more analogous to a table full of data ... or a small slice or page of that\n // table, or a collection of rows that belong together for a particular reason\n // -- all of the messages in this particular folder, all of the documents\n // belonging to this particular author, and so on. Collections maintain\n // indexes of their models, both in order, and for lookup by `id`.\n\n // Create a new **Collection**, perhaps to contain a specific type of `model`.\n // If a `comparator` is specified, the Collection will maintain\n // its models in sort order, as they're added and removed.\n var Collection = Backbone.Collection = function(models, options) {\n options || (options = {});\n this.preinitialize.apply(this, arguments);\n if (options.model) this.model = options.model;\n if (options.comparator !== void 0) this.comparator = options.comparator;\n this._reset();\n this.initialize.apply(this, arguments);\n if (models) this.reset(models, _.extend({silent: true}, options));\n };\n\n // Default options for `Collection#set`.\n var setOptions = {add: true, remove: true, merge: true};\n var addOptions = {add: true, remove: false};\n\n // Splices `insert` into `array` at index `at`.\n var splice = function(array, insert, at) {\n at = Math.min(Math.max(at, 0), array.length);\n var tail = Array(array.length - at);\n var length = insert.length;\n var i;\n for (i = 0; i < tail.length; i++) tail[i] = array[i + at];\n for (i = 0; i < length; i++) array[i + at] = insert[i];\n for (i = 0; i < tail.length; i++) array[i + length + at] = tail[i];\n };\n\n // Define the Collection's inheritable methods.\n _.extend(Collection.prototype, Events, {\n\n // The default model for a collection is just a **Backbone.Model**.\n // This should be overridden in most cases.\n model: Model,\n\n\n // preinitialize is an empty function by default. You can override it with a function\n // or object. preinitialize will run before any instantiation logic is run in the Collection.\n preinitialize: function(){},\n\n // Initialize is an empty function by default. Override it with your own\n // initialization logic.\n initialize: function(){},\n\n // The JSON representation of a Collection is an array of the\n // models' attributes.\n toJSON: function(options) {\n return this.map(function(model) { return model.toJSON(options); });\n },\n\n // Proxy `Backbone.sync` by default.\n sync: function() {\n return Backbone.sync.apply(this, arguments);\n },\n\n // Add a model, or list of models to the set. `models` may be Backbone\n // Models or raw JavaScript objects to be converted to Models, or any\n // combination of the two.\n add: function(models, options) {\n return this.set(models, _.extend({merge: false}, options, addOptions));\n },\n\n // Remove a model, or a list of models from the set.\n remove: function(models, options) {\n options = _.extend({}, options);\n var singular = !_.isArray(models);\n models = singular ? [models] : models.slice();\n var removed = this._removeModels(models, options);\n if (!options.silent && removed.length) {\n options.changes = {added: [], merged: [], removed: removed};\n this.trigger('update', this, options);\n }\n return singular ? removed[0] : removed;\n },\n\n // Update a collection by `set`-ing a new list of models, adding new ones,\n // removing models that are no longer present, and merging models that\n // already exist in the collection, as necessary. Similar to **Model#set**,\n // the core operation for updating the data contained by the collection.\n set: function(models, options) {\n if (models == null) return;\n\n options = _.extend({}, setOptions, options);\n if (options.parse && !this._isModel(models)) {\n models = this.parse(models, options) || [];\n }\n\n var singular = !_.isArray(models);\n models = singular ? [models] : models.slice();\n\n var at = options.at;\n if (at != null) at = +at;\n if (at > this.length) at = this.length;\n if (at < 0) at += this.length + 1;\n\n var set = [];\n var toAdd = [];\n var toMerge = [];\n var toRemove = [];\n var modelMap = {};\n\n var add = options.add;\n var merge = options.merge;\n var remove = options.remove;\n\n var sort = false;\n var sortable = this.comparator && at == null && options.sort !== false;\n var sortAttr = _.isString(this.comparator) ? this.comparator : null;\n\n // Turn bare objects into model references, and prevent invalid models\n // from being added.\n var model, i;\n for (i = 0; i < models.length; i++) {\n model = models[i];\n\n // If a duplicate is found, prevent it from being added and\n // optionally merge it into the existing model.\n var existing = this.get(model);\n if (existing) {\n if (merge && model !== existing) {\n var attrs = this._isModel(model) ? model.attributes : model;\n if (options.parse) attrs = existing.parse(attrs, options);\n existing.set(attrs, options);\n toMerge.push(existing);\n if (sortable && !sort) sort = existing.hasChanged(sortAttr);\n }\n if (!modelMap[existing.cid]) {\n modelMap[existing.cid] = true;\n set.push(existing);\n }\n models[i] = existing;\n\n // If this is a new, valid model, push it to the `toAdd` list.\n } else if (add) {\n model = models[i] = this._prepareModel(model, options);\n if (model) {\n toAdd.push(model);\n this._addReference(model, options);\n modelMap[model.cid] = true;\n set.push(model);\n }\n }\n }\n\n // Remove stale models.\n if (remove) {\n for (i = 0; i < this.length; i++) {\n model = this.models[i];\n if (!modelMap[model.cid]) toRemove.push(model);\n }\n if (toRemove.length) this._removeModels(toRemove, options);\n }\n\n // See if sorting is needed, update `length` and splice in new models.\n var orderChanged = false;\n var replace = !sortable && add && remove;\n if (set.length && replace) {\n orderChanged = this.length !== set.length || _.some(this.models, function(m, index) {\n return m !== set[index];\n });\n this.models.length = 0;\n splice(this.models, set, 0);\n this.length = this.models.length;\n } else if (toAdd.length) {\n if (sortable) sort = true;\n splice(this.models, toAdd, at == null ? this.length : at);\n this.length = this.models.length;\n }\n\n // Silently sort the collection if appropriate.\n if (sort) this.sort({silent: true});\n\n // Unless silenced, it's time to fire all appropriate add/sort/update events.\n if (!options.silent) {\n for (i = 0; i < toAdd.length; i++) {\n if (at != null) options.index = at + i;\n model = toAdd[i];\n model.trigger('add', model, this, options);\n }\n if (sort || orderChanged) this.trigger('sort', this, options);\n if (toAdd.length || toRemove.length || toMerge.length) {\n options.changes = {\n added: toAdd,\n removed: toRemove,\n merged: toMerge\n };\n this.trigger('update', this, options);\n }\n }\n\n // Return the added (or merged) model (or models).\n return singular ? models[0] : models;\n },\n\n // When you have more items than you want to add or remove individually,\n // you can reset the entire set with a new list of models, without firing\n // any granular `add` or `remove` events. Fires `reset` when finished.\n // Useful for bulk operations and optimizations.\n reset: function(models, options) {\n options = options ? _.clone(options) : {};\n for (var i = 0; i < this.models.length; i++) {\n this._removeReference(this.models[i], options);\n }\n options.previousModels = this.models;\n this._reset();\n models = this.add(models, _.extend({silent: true}, options));\n if (!options.silent) this.trigger('reset', this, options);\n return models;\n },\n\n // Add a model to the end of the collection.\n push: function(model, options) {\n return this.add(model, _.extend({at: this.length}, options));\n },\n\n // Remove a model from the end of the collection.\n pop: function(options) {\n var model = this.at(this.length - 1);\n return this.remove(model, options);\n },\n\n // Add a model to the beginning of the collection.\n unshift: function(model, options) {\n return this.add(model, _.extend({at: 0}, options));\n },\n\n // Remove a model from the beginning of the collection.\n shift: function(options) {\n var model = this.at(0);\n return this.remove(model, options);\n },\n\n // Slice out a sub-array of models from the collection.\n slice: function() {\n return slice.apply(this.models, arguments);\n },\n\n // Get a model from the set by id, cid, model object with id or cid\n // properties, or an attributes object that is transformed through modelId.\n get: function(obj) {\n if (obj == null) return void 0;\n return this._byId[obj] ||\n this._byId[this.modelId(this._isModel(obj) ? obj.attributes : obj, obj.idAttribute)] ||\n obj.cid && this._byId[obj.cid];\n },\n\n // Returns `true` if the model is in the collection.\n has: function(obj) {\n return this.get(obj) != null;\n },\n\n // Get the model at the given index.\n at: function(index) {\n if (index < 0) index += this.length;\n return this.models[index];\n },\n\n // Return models with matching attributes. Useful for simple cases of\n // `filter`.\n where: function(attrs, first) {\n return this[first ? 'find' : 'filter'](attrs);\n },\n\n // Return the first model with matching attributes. Useful for simple cases\n // of `find`.\n findWhere: function(attrs) {\n return this.where(attrs, true);\n },\n\n // Force the collection to re-sort itself. You don't need to call this under\n // normal circumstances, as the set will maintain sort order as each item\n // is added.\n sort: function(options) {\n var comparator = this.comparator;\n if (!comparator) throw new Error('Cannot sort a set without a comparator');\n options || (options = {});\n\n var length = comparator.length;\n if (_.isFunction(comparator)) comparator = comparator.bind(this);\n\n // Run sort based on type of `comparator`.\n if (length === 1 || _.isString(comparator)) {\n this.models = this.sortBy(comparator);\n } else {\n this.models.sort(comparator);\n }\n if (!options.silent) this.trigger('sort', this, options);\n return this;\n },\n\n // Pluck an attribute from each model in the collection.\n pluck: function(attr) {\n return this.map(attr + '');\n },\n\n // Fetch the default set of models for this collection, resetting the\n // collection when they arrive. If `reset: true` is passed, the response\n // data will be passed through the `reset` method instead of `set`.\n fetch: function(options) {\n options = _.extend({parse: true}, options);\n var success = options.success;\n var collection = this;\n options.success = function(resp) {\n var method = options.reset ? 'reset' : 'set';\n collection[method](resp, options);\n if (success) success.call(options.context, collection, resp, options);\n collection.trigger('sync', collection, resp, options);\n };\n wrapError(this, options);\n return this.sync('read', this, options);\n },\n\n // Create a new instance of a model in this collection. Add the model to the\n // collection immediately, unless `wait: true` is passed, in which case we\n // wait for the server to agree.\n create: function(model, options) {\n options = options ? _.clone(options) : {};\n var wait = options.wait;\n model = this._prepareModel(model, options);\n if (!model) return false;\n if (!wait) this.add(model, options);\n var collection = this;\n var success = options.success;\n options.success = function(m, resp, callbackOpts) {\n if (wait) {\n m.off('error', collection._forwardPristineError, collection);\n collection.add(m, callbackOpts);\n }\n if (success) success.call(callbackOpts.context, m, resp, callbackOpts);\n };\n // In case of wait:true, our collection is not listening to any\n // of the model's events yet, so it will not forward the error\n // event. In this special case, we need to listen for it\n // separately and handle the event just once.\n // (The reason we don't need to do this for the sync event is\n // in the success handler above: we add the model first, which\n // causes the collection to listen, and then invoke the callback\n // that triggers the event.)\n if (wait) {\n model.once('error', this._forwardPristineError, this);\n }\n model.save(null, options);\n return model;\n },\n\n // **parse** converts a response into a list of models to be added to the\n // collection. The default implementation is just to pass it through.\n parse: function(resp, options) {\n return resp;\n },\n\n // Create a new collection with an identical list of models as this one.\n clone: function() {\n return new this.constructor(this.models, {\n model: this.model,\n comparator: this.comparator\n });\n },\n\n // Define how to uniquely identify models in the collection.\n modelId: function(attrs, idAttribute) {\n return attrs[idAttribute || this.model.prototype.idAttribute || 'id'];\n },\n\n // Get an iterator of all models in this collection.\n values: function() {\n return new CollectionIterator(this, ITERATOR_VALUES);\n },\n\n // Get an iterator of all model IDs in this collection.\n keys: function() {\n return new CollectionIterator(this, ITERATOR_KEYS);\n },\n\n // Get an iterator of all [ID, model] tuples in this collection.\n entries: function() {\n return new CollectionIterator(this, ITERATOR_KEYSVALUES);\n },\n\n // Private method to reset all internal state. Called when the collection\n // is first initialized or reset.\n _reset: function() {\n this.length = 0;\n this.models = [];\n this._byId = {};\n },\n\n // Prepare a hash of attributes (or other model) to be added to this\n // collection.\n _prepareModel: function(attrs, options) {\n if (this._isModel(attrs)) {\n if (!attrs.collection) attrs.collection = this;\n return attrs;\n }\n options = options ? _.clone(options) : {};\n options.collection = this;\n\n var model;\n if (this.model.prototype) {\n model = new this.model(attrs, options);\n } else {\n // ES class methods didn't have prototype\n model = this.model(attrs, options);\n }\n\n if (!model.validationError) return model;\n this.trigger('invalid', this, model.validationError, options);\n return false;\n },\n\n // Internal method called by both remove and set.\n _removeModels: function(models, options) {\n var removed = [];\n for (var i = 0; i < models.length; i++) {\n var model = this.get(models[i]);\n if (!model) continue;\n\n var index = this.indexOf(model);\n this.models.splice(index, 1);\n this.length--;\n\n // Remove references before triggering 'remove' event to prevent an\n // infinite loop. #3693\n delete this._byId[model.cid];\n var id = this.modelId(model.attributes, model.idAttribute);\n if (id != null) delete this._byId[id];\n\n if (!options.silent) {\n options.index = index;\n model.trigger('remove', model, this, options);\n }\n\n removed.push(model);\n this._removeReference(model, options);\n }\n if (models.length > 0 && !options.silent) delete options.index;\n return removed;\n },\n\n // Method for checking whether an object should be considered a model for\n // the purposes of adding to the collection.\n _isModel: function(model) {\n return model instanceof Model;\n },\n\n // Internal method to create a model's ties to a collection.\n _addReference: function(model, options) {\n this._byId[model.cid] = model;\n var id = this.modelId(model.attributes, model.idAttribute);\n if (id != null) this._byId[id] = model;\n model.on('all', this._onModelEvent, this);\n },\n\n // Internal method to sever a model's ties to a collection.\n _removeReference: function(model, options) {\n delete this._byId[model.cid];\n var id = this.modelId(model.attributes, model.idAttribute);\n if (id != null) delete this._byId[id];\n if (this === model.collection) delete model.collection;\n model.off('all', this._onModelEvent, this);\n },\n\n // Internal method called every time a model in the set fires an event.\n // Sets need to update their indexes when models change ids. All other\n // events simply proxy through. \"add\" and \"remove\" events that originate\n // in other collections are ignored.\n _onModelEvent: function(event, model, collection, options) {\n if (model) {\n if ((event === 'add' || event === 'remove') && collection !== this) return;\n if (event === 'destroy') this.remove(model, options);\n if (event === 'changeId') {\n var prevId = this.modelId(model.previousAttributes(), model.idAttribute);\n var id = this.modelId(model.attributes, model.idAttribute);\n if (prevId != null) delete this._byId[prevId];\n if (id != null) this._byId[id] = model;\n }\n }\n this.trigger.apply(this, arguments);\n },\n\n // Internal callback method used in `create`. It serves as a\n // stand-in for the `_onModelEvent` method, which is not yet bound\n // during the `wait` period of the `create` call. We still want to\n // forward any `'error'` event at the end of the `wait` period,\n // hence a customized callback.\n _forwardPristineError: function(model, collection, options) {\n // Prevent double forward if the model was already in the\n // collection before the call to `create`.\n if (this.has(model)) return;\n this._onModelEvent('error', model, collection, options);\n }\n });\n\n // Defining an @@iterator method implements JavaScript's Iterable protocol.\n // In modern ES2015 browsers, this value is found at Symbol.iterator.\n /* global Symbol */\n var $$iterator = typeof Symbol === 'function' && Symbol.iterator;\n if ($$iterator) {\n Collection.prototype[$$iterator] = Collection.prototype.values;\n }\n\n // CollectionIterator\n // ------------------\n\n // A CollectionIterator implements JavaScript's Iterator protocol, allowing the\n // use of `for of` loops in modern browsers and interoperation between\n // Backbone.Collection and other JavaScript functions and third-party libraries\n // which can operate on Iterables.\n var CollectionIterator = function(collection, kind) {\n this._collection = collection;\n this._kind = kind;\n this._index = 0;\n };\n\n // This \"enum\" defines the three possible kinds of values which can be emitted\n // by a CollectionIterator that correspond to the values(), keys() and entries()\n // methods on Collection, respectively.\n var ITERATOR_VALUES = 1;\n var ITERATOR_KEYS = 2;\n var ITERATOR_KEYSVALUES = 3;\n\n // All Iterators should themselves be Iterable.\n if ($$iterator) {\n CollectionIterator.prototype[$$iterator] = function() {\n return this;\n };\n }\n\n CollectionIterator.prototype.next = function() {\n if (this._collection) {\n\n // Only continue iterating if the iterated collection is long enough.\n if (this._index < this._collection.length) {\n var model = this._collection.at(this._index);\n this._index++;\n\n // Construct a value depending on what kind of values should be iterated.\n var value;\n if (this._kind === ITERATOR_VALUES) {\n value = model;\n } else {\n var id = this._collection.modelId(model.attributes, model.idAttribute);\n if (this._kind === ITERATOR_KEYS) {\n value = id;\n } else { // ITERATOR_KEYSVALUES\n value = [id, model];\n }\n }\n return {value: value, done: false};\n }\n\n // Once exhausted, remove the reference to the collection so future\n // calls to the next method always return done.\n this._collection = void 0;\n }\n\n return {value: void 0, done: true};\n };\n\n // Backbone.View\n // -------------\n\n // Backbone Views are almost more convention than they are actual code. A View\n // is simply a JavaScript object that represents a logical chunk of UI in the\n // DOM. This might be a single item, an entire list, a sidebar or panel, or\n // even the surrounding frame which wraps your whole app. Defining a chunk of\n // UI as a **View** allows you to define your DOM events declaratively, without\n // having to worry about render order ... and makes it easy for the view to\n // react to specific changes in the state of your models.\n\n // Creating a Backbone.View creates its initial element outside of the DOM,\n // if an existing element is not provided...\n var View = Backbone.View = function(options) {\n this.cid = _.uniqueId('view');\n this.preinitialize.apply(this, arguments);\n _.extend(this, _.pick(options, viewOptions));\n this._ensureElement();\n this.initialize.apply(this, arguments);\n };\n\n // Cached regex to split keys for `delegate`.\n var delegateEventSplitter = /^(\\S+)\\s*(.*)$/;\n\n // List of view options to be set as properties.\n var viewOptions = ['model', 'collection', 'el', 'id', 'attributes', 'className', 'tagName', 'events'];\n\n // Set up all inheritable **Backbone.View** properties and methods.\n _.extend(View.prototype, Events, {\n\n // The default `tagName` of a View's element is `\"div\"`.\n tagName: 'div',\n\n // jQuery delegate for element lookup, scoped to DOM elements within the\n // current view. This should be preferred to global lookups where possible.\n $: function(selector) {\n return this.$el.find(selector);\n },\n\n // preinitialize is an empty function by default. You can override it with a function\n // or object. preinitialize will run before any instantiation logic is run in the View\n preinitialize: function(){},\n\n // Initialize is an empty function by default. Override it with your own\n // initialization logic.\n initialize: function(){},\n\n // **render** is the core function that your view should override, in order\n // to populate its element (`this.el`), with the appropriate HTML. The\n // convention is for **render** to always return `this`.\n render: function() {\n return this;\n },\n\n // Remove this view by taking the element out of the DOM, and removing any\n // applicable Backbone.Events listeners.\n remove: function() {\n this._removeElement();\n this.stopListening();\n return this;\n },\n\n // Remove this view's element from the document and all event listeners\n // attached to it. Exposed for subclasses using an alternative DOM\n // manipulation API.\n _removeElement: function() {\n this.$el.remove();\n },\n\n // Change the view's element (`this.el` property) and re-delegate the\n // view's events on the new element.\n setElement: function(element) {\n this.undelegateEvents();\n this._setElement(element);\n this.delegateEvents();\n return this;\n },\n\n // Creates the `this.el` and `this.$el` references for this view using the\n // given `el`. `el` can be a CSS selector or an HTML string, a jQuery\n // context or an element. Subclasses can override this to utilize an\n // alternative DOM manipulation API and are only required to set the\n // `this.el` property.\n _setElement: function(el) {\n this.$el = el instanceof Backbone.$ ? el : Backbone.$(el);\n this.el = this.$el[0];\n },\n\n // Set callbacks, where `this.events` is a hash of\n //\n // *{\"event selector\": \"callback\"}*\n //\n // {\n // 'mousedown .title': 'edit',\n // 'click .button': 'save',\n // 'click .open': function(e) { ... }\n // }\n //\n // pairs. Callbacks will be bound to the view, with `this` set properly.\n // Uses event delegation for efficiency.\n // Omitting the selector binds the event to `this.el`.\n delegateEvents: function(events) {\n events || (events = _.result(this, 'events'));\n if (!events) return this;\n this.undelegateEvents();\n for (var key in events) {\n var method = events[key];\n if (!_.isFunction(method)) method = this[method];\n if (!method) continue;\n var match = key.match(delegateEventSplitter);\n this.delegate(match[1], match[2], method.bind(this));\n }\n return this;\n },\n\n // Add a single event listener to the view's element (or a child element\n // using `selector`). This only works for delegate-able events: not `focus`,\n // `blur`, and not `change`, `submit`, and `reset` in Internet Explorer.\n delegate: function(eventName, selector, listener) {\n this.$el.on(eventName + '.delegateEvents' + this.cid, selector, listener);\n return this;\n },\n\n // Clears all callbacks previously bound to the view by `delegateEvents`.\n // You usually don't need to use this, but may wish to if you have multiple\n // Backbone views attached to the same DOM element.\n undelegateEvents: function() {\n if (this.$el) this.$el.off('.delegateEvents' + this.cid);\n return this;\n },\n\n // A finer-grained `undelegateEvents` for removing a single delegated event.\n // `selector` and `listener` are both optional.\n undelegate: function(eventName, selector, listener) {\n this.$el.off(eventName + '.delegateEvents' + this.cid, selector, listener);\n return this;\n },\n\n // Produces a DOM element to be assigned to your view. Exposed for\n // subclasses using an alternative DOM manipulation API.\n _createElement: function(tagName) {\n return document.createElement(tagName);\n },\n\n // Ensure that the View has a DOM element to render into.\n // If `this.el` is a string, pass it through `$()`, take the first\n // matching element, and re-assign it to `el`. Otherwise, create\n // an element from the `id`, `className` and `tagName` properties.\n _ensureElement: function() {\n if (!this.el) {\n var attrs = _.extend({}, _.result(this, 'attributes'));\n if (this.id) attrs.id = _.result(this, 'id');\n if (this.className) attrs['class'] = _.result(this, 'className');\n this.setElement(this._createElement(_.result(this, 'tagName')));\n this._setAttributes(attrs);\n } else {\n this.setElement(_.result(this, 'el'));\n }\n },\n\n // Set attributes from a hash on this view's element. Exposed for\n // subclasses using an alternative DOM manipulation API.\n _setAttributes: function(attributes) {\n this.$el.attr(attributes);\n }\n\n });\n\n // Proxy Backbone class methods to Underscore functions, wrapping the model's\n // `attributes` object or collection's `models` array behind the scenes.\n //\n // collection.filter(function(model) { return model.get('age') > 10 });\n // collection.each(this.addView);\n //\n // `Function#apply` can be slow so we use the method's arg count, if we know it.\n var addMethod = function(base, length, method, attribute) {\n switch (length) {\n case 1: return function() {\n return base[method](this[attribute]);\n };\n case 2: return function(value) {\n return base[method](this[attribute], value);\n };\n case 3: return function(iteratee, context) {\n return base[method](this[attribute], cb(iteratee, this), context);\n };\n case 4: return function(iteratee, defaultVal, context) {\n return base[method](this[attribute], cb(iteratee, this), defaultVal, context);\n };\n default: return function() {\n var args = slice.call(arguments);\n args.unshift(this[attribute]);\n return base[method].apply(base, args);\n };\n }\n };\n\n var addUnderscoreMethods = function(Class, base, methods, attribute) {\n _.each(methods, function(length, method) {\n if (base[method]) Class.prototype[method] = addMethod(base, length, method, attribute);\n });\n };\n\n // Support `collection.sortBy('attr')` and `collection.findWhere({id: 1})`.\n var cb = function(iteratee, instance) {\n if (_.isFunction(iteratee)) return iteratee;\n if (_.isObject(iteratee) && !instance._isModel(iteratee)) return modelMatcher(iteratee);\n if (_.isString(iteratee)) return function(model) { return model.get(iteratee); };\n return iteratee;\n };\n var modelMatcher = function(attrs) {\n var matcher = _.matches(attrs);\n return function(model) {\n return matcher(model.attributes);\n };\n };\n\n // Underscore methods that we want to implement on the Collection.\n // 90% of the core usefulness of Backbone Collections is actually implemented\n // right here:\n var collectionMethods = {forEach: 3, each: 3, map: 3, collect: 3, reduce: 0,\n foldl: 0, inject: 0, reduceRight: 0, foldr: 0, find: 3, detect: 3, filter: 3,\n select: 3, reject: 3, every: 3, all: 3, some: 3, any: 3, include: 3, includes: 3,\n contains: 3, invoke: 0, max: 3, min: 3, toArray: 1, size: 1, first: 3,\n head: 3, take: 3, initial: 3, rest: 3, tail: 3, drop: 3, last: 3,\n without: 0, difference: 0, indexOf: 3, shuffle: 1, lastIndexOf: 3,\n isEmpty: 1, chain: 1, sample: 3, partition: 3, groupBy: 3, countBy: 3,\n sortBy: 3, indexBy: 3, findIndex: 3, findLastIndex: 3};\n\n\n // Underscore methods that we want to implement on the Model, mapped to the\n // number of arguments they take.\n var modelMethods = {keys: 1, values: 1, pairs: 1, invert: 1, pick: 0,\n omit: 0, chain: 1, isEmpty: 1};\n\n // Mix in each Underscore method as a proxy to `Collection#models`.\n\n _.each([\n [Collection, collectionMethods, 'models'],\n [Model, modelMethods, 'attributes']\n ], function(config) {\n var Base = config[0],\n methods = config[1],\n attribute = config[2];\n\n Base.mixin = function(obj) {\n var mappings = _.reduce(_.functions(obj), function(memo, name) {\n memo[name] = 0;\n return memo;\n }, {});\n addUnderscoreMethods(Base, obj, mappings, attribute);\n };\n\n addUnderscoreMethods(Base, _, methods, attribute);\n });\n\n // Backbone.sync\n // -------------\n\n // Override this function to change the manner in which Backbone persists\n // models to the server. You will be passed the type of request, and the\n // model in question. By default, makes a RESTful Ajax request\n // to the model's `url()`. Some possible customizations could be:\n //\n // * Use `setTimeout` to batch rapid-fire updates into a single request.\n // * Send up the models as XML instead of JSON.\n // * Persist models via WebSockets instead of Ajax.\n //\n // Turn on `Backbone.emulateHTTP` in order to send `PUT` and `DELETE` requests\n // as `POST`, with a `_method` parameter containing the true HTTP method,\n // as well as all requests with the body as `application/x-www-form-urlencoded`\n // instead of `application/json` with the model in a param named `model`.\n // Useful when interfacing with server-side languages like **PHP** that make\n // it difficult to read the body of `PUT` requests.\n Backbone.sync = function(method, model, options) {\n var type = methodMap[method];\n\n // Default options, unless specified.\n _.defaults(options || (options = {}), {\n emulateHTTP: Backbone.emulateHTTP,\n emulateJSON: Backbone.emulateJSON\n });\n\n // Default JSON-request options.\n var params = {type: type, dataType: 'json'};\n\n // Ensure that we have a URL.\n if (!options.url) {\n params.url = _.result(model, 'url') || urlError();\n }\n\n // Ensure that we have the appropriate request data.\n if (options.data == null && model && (method === 'create' || method === 'update' || method === 'patch')) {\n params.contentType = 'application/json';\n params.data = JSON.stringify(options.attrs || model.toJSON(options));\n }\n\n // For older servers, emulate JSON by encoding the request into an HTML-form.\n if (options.emulateJSON) {\n params.contentType = 'application/x-www-form-urlencoded';\n params.data = params.data ? {model: params.data} : {};\n }\n\n // For older servers, emulate HTTP by mimicking the HTTP method with `_method`\n // And an `X-HTTP-Method-Override` header.\n if (options.emulateHTTP && (type === 'PUT' || type === 'DELETE' || type === 'PATCH')) {\n params.type = 'POST';\n if (options.emulateJSON) params.data._method = type;\n var beforeSend = options.beforeSend;\n options.beforeSend = function(xhr) {\n xhr.setRequestHeader('X-HTTP-Method-Override', type);\n if (beforeSend) return beforeSend.apply(this, arguments);\n };\n }\n\n // Don't process data on a non-GET request.\n if (params.type !== 'GET' && !options.emulateJSON) {\n params.processData = false;\n }\n\n // Pass along `textStatus` and `errorThrown` from jQuery.\n var error = options.error;\n options.error = function(xhr, textStatus, errorThrown) {\n options.textStatus = textStatus;\n options.errorThrown = errorThrown;\n if (error) error.call(options.context, xhr, textStatus, errorThrown);\n };\n\n // Make the request, allowing the user to override any Ajax options.\n var xhr = options.xhr = Backbone.ajax(_.extend(params, options));\n model.trigger('request', model, xhr, options);\n return xhr;\n };\n\n // Map from CRUD to HTTP for our default `Backbone.sync` implementation.\n var methodMap = {\n 'create': 'POST',\n 'update': 'PUT',\n 'patch': 'PATCH',\n 'delete': 'DELETE',\n 'read': 'GET'\n };\n\n // Set the default implementation of `Backbone.ajax` to proxy through to `$`.\n // Override this if you'd like to use a different library.\n Backbone.ajax = function() {\n return Backbone.$.ajax.apply(Backbone.$, arguments);\n };\n\n // Backbone.Router\n // ---------------\n\n // Routers map faux-URLs to actions, and fire events when routes are\n // matched. Creating a new one sets its `routes` hash, if not set statically.\n var Router = Backbone.Router = function(options) {\n options || (options = {});\n this.preinitialize.apply(this, arguments);\n if (options.routes) this.routes = options.routes;\n this._bindRoutes();\n this.initialize.apply(this, arguments);\n };\n\n // Cached regular expressions for matching named param parts and splatted\n // parts of route strings.\n var optionalParam = /\\((.*?)\\)/g;\n var namedParam = /(\\(\\?)?:\\w+/g;\n var splatParam = /\\*\\w+/g;\n var escapeRegExp = /[\\-{}\\[\\]+?.,\\\\\\^$|#\\s]/g;\n\n // Set up all inheritable **Backbone.Router** properties and methods.\n _.extend(Router.prototype, Events, {\n\n // preinitialize is an empty function by default. You can override it with a function\n // or object. preinitialize will run before any instantiation logic is run in the Router.\n preinitialize: function(){},\n\n // Initialize is an empty function by default. Override it with your own\n // initialization logic.\n initialize: function(){},\n\n // Manually bind a single named route to a callback. For example:\n //\n // this.route('search/:query/p:num', 'search', function(query, num) {\n // ...\n // });\n //\n route: function(route, name, callback) {\n if (!_.isRegExp(route)) route = this._routeToRegExp(route);\n if (_.isFunction(name)) {\n callback = name;\n name = '';\n }\n if (!callback) callback = this[name];\n var router = this;\n Backbone.history.route(route, function(fragment) {\n var args = router._extractParameters(route, fragment);\n if (router.execute(callback, args, name) !== false) {\n router.trigger.apply(router, ['route:' + name].concat(args));\n router.trigger('route', name, args);\n Backbone.history.trigger('route', router, name, args);\n }\n });\n return this;\n },\n\n // Execute a route handler with the provided parameters. This is an\n // excellent place to do pre-route setup or post-route cleanup.\n execute: function(callback, args, name) {\n if (callback) callback.apply(this, args);\n },\n\n // Simple proxy to `Backbone.history` to save a fragment into the history.\n navigate: function(fragment, options) {\n Backbone.history.navigate(fragment, options);\n return this;\n },\n\n // Bind all defined routes to `Backbone.history`. We have to reverse the\n // order of the routes here to support behavior where the most general\n // routes can be defined at the bottom of the route map.\n _bindRoutes: function() {\n if (!this.routes) return;\n this.routes = _.result(this, 'routes');\n var route, routes = _.keys(this.routes);\n while ((route = routes.pop()) != null) {\n this.route(route, this.routes[route]);\n }\n },\n\n // Convert a route string into a regular expression, suitable for matching\n // against the current location hash.\n _routeToRegExp: function(route) {\n route = route.replace(escapeRegExp, '\\\\$&')\n .replace(optionalParam, '(?:$1)?')\n .replace(namedParam, function(match, optional) {\n return optional ? match : '([^/?]+)';\n })\n .replace(splatParam, '([^?]*?)');\n return new RegExp('^' + route + '(?:\\\\?([\\\\s\\\\S]*))?$');\n },\n\n // Given a route, and a URL fragment that it matches, return the array of\n // extracted decoded parameters. Empty or unmatched parameters will be\n // treated as `null` to normalize cross-browser behavior.\n _extractParameters: function(route, fragment) {\n var params = route.exec(fragment).slice(1);\n return _.map(params, function(param, i) {\n // Don't decode the search params.\n if (i === params.length - 1) return param || null;\n return param ? decodeURIComponent(param) : null;\n });\n }\n\n });\n\n // Backbone.History\n // ----------------\n\n // Handles cross-browser history management, based on either\n // [pushState](http://diveintohtml5.info/history.html) and real URLs, or\n // [onhashchange](https://developer.mozilla.org/en-US/docs/DOM/window.onhashchange)\n // and URL fragments. If the browser supports neither (old IE, natch),\n // falls back to polling.\n var History = Backbone.History = function() {\n this.handlers = [];\n this.checkUrl = this.checkUrl.bind(this);\n\n // Ensure that `History` can be used outside of the browser.\n if (typeof window !== 'undefined') {\n this.location = window.location;\n this.history = window.history;\n }\n };\n\n // Cached regex for stripping a leading hash/slash and trailing space.\n var routeStripper = /^[#\\/]|\\s+$/g;\n\n // Cached regex for stripping leading and trailing slashes.\n var rootStripper = /^\\/+|\\/+$/g;\n\n // Cached regex for stripping urls of hash.\n var pathStripper = /#.*$/;\n\n // Has the history handling already been started?\n History.started = false;\n\n // Set up all inheritable **Backbone.History** properties and methods.\n _.extend(History.prototype, Events, {\n\n // The default interval to poll for hash changes, if necessary, is\n // twenty times a second.\n interval: 50,\n\n // Are we at the app root?\n atRoot: function() {\n var path = this.location.pathname.replace(/[^\\/]$/, '$&/');\n return path === this.root && !this.getSearch();\n },\n\n // Does the pathname match the root?\n matchRoot: function() {\n var path = this.decodeFragment(this.location.pathname);\n var rootPath = path.slice(0, this.root.length - 1) + '/';\n return rootPath === this.root;\n },\n\n // Unicode characters in `location.pathname` are percent encoded so they're\n // decoded for comparison. `%25` should not be decoded since it may be part\n // of an encoded parameter.\n decodeFragment: function(fragment) {\n return decodeURI(fragment.replace(/%25/g, '%2525'));\n },\n\n // In IE6, the hash fragment and search params are incorrect if the\n // fragment contains `?`.\n getSearch: function() {\n var match = this.location.href.replace(/#.*/, '').match(/\\?.+/);\n return match ? match[0] : '';\n },\n\n // Gets the true hash value. Cannot use location.hash directly due to bug\n // in Firefox where location.hash will always be decoded.\n getHash: function(window) {\n var match = (window || this).location.href.match(/#(.*)$/);\n return match ? match[1] : '';\n },\n\n // Get the pathname and search params, without the root.\n getPath: function() {\n var path = this.decodeFragment(\n this.location.pathname + this.getSearch()\n ).slice(this.root.length - 1);\n return path.charAt(0) === '/' ? path.slice(1) : path;\n },\n\n // Get the cross-browser normalized URL fragment from the path or hash.\n getFragment: function(fragment) {\n if (fragment == null) {\n if (this._usePushState || !this._wantsHashChange) {\n fragment = this.getPath();\n } else {\n fragment = this.getHash();\n }\n }\n return fragment.replace(routeStripper, '');\n },\n\n // Start the hash change handling, returning `true` if the current URL matches\n // an existing route, and `false` otherwise.\n start: function(options) {\n if (History.started) throw new Error('Backbone.history has already been started');\n History.started = true;\n\n // Figure out the initial configuration. Do we need an iframe?\n // Is pushState desired ... is it available?\n this.options = _.extend({root: '/'}, this.options, options);\n this.root = this.options.root;\n this._trailingSlash = this.options.trailingSlash;\n this._wantsHashChange = this.options.hashChange !== false;\n this._hasHashChange = 'onhashchange' in window && (document.documentMode === void 0 || document.documentMode > 7);\n this._useHashChange = this._wantsHashChange && this._hasHashChange;\n this._wantsPushState = !!this.options.pushState;\n this._hasPushState = !!(this.history && this.history.pushState);\n this._usePushState = this._wantsPushState && this._hasPushState;\n this.fragment = this.getFragment();\n\n // Normalize root to always include a leading and trailing slash.\n this.root = ('/' + this.root + '/').replace(rootStripper, '/');\n\n // Transition from hashChange to pushState or vice versa if both are\n // requested.\n if (this._wantsHashChange && this._wantsPushState) {\n\n // If we've started off with a route from a `pushState`-enabled\n // browser, but we're currently in a browser that doesn't support it...\n if (!this._hasPushState && !this.atRoot()) {\n var rootPath = this.root.slice(0, -1) || '/';\n this.location.replace(rootPath + '#' + this.getPath());\n // Return immediately as browser will do redirect to new url\n return true;\n\n // Or if we've started out with a hash-based route, but we're currently\n // in a browser where it could be `pushState`-based instead...\n } else if (this._hasPushState && this.atRoot()) {\n this.navigate(this.getHash(), {replace: true});\n }\n\n }\n\n // Proxy an iframe to handle location events if the browser doesn't\n // support the `hashchange` event, HTML5 history, or the user wants\n // `hashChange` but not `pushState`.\n if (!this._hasHashChange && this._wantsHashChange && !this._usePushState) {\n this.iframe = document.createElement('iframe');\n this.iframe.src = 'javascript:0';\n this.iframe.style.display = 'none';\n this.iframe.tabIndex = -1;\n var body = document.body;\n // Using `appendChild` will throw on IE < 9 if the document is not ready.\n var iWindow = body.insertBefore(this.iframe, body.firstChild).contentWindow;\n iWindow.document.open();\n iWindow.document.close();\n iWindow.location.hash = '#' + this.fragment;\n }\n\n // Add a cross-platform `addEventListener` shim for older browsers.\n var addEventListener = window.addEventListener || function(eventName, listener) {\n return attachEvent('on' + eventName, listener);\n };\n\n // Depending on whether we're using pushState or hashes, and whether\n // 'onhashchange' is supported, determine how we check the URL state.\n if (this._usePushState) {\n addEventListener('popstate', this.checkUrl, false);\n } else if (this._useHashChange && !this.iframe) {\n addEventListener('hashchange', this.checkUrl, false);\n } else if (this._wantsHashChange) {\n this._checkUrlInterval = setInterval(this.checkUrl, this.interval);\n }\n\n if (!this.options.silent) return this.loadUrl();\n },\n\n // Disable Backbone.history, perhaps temporarily. Not useful in a real app,\n // but possibly useful for unit testing Routers.\n stop: function() {\n // Add a cross-platform `removeEventListener` shim for older browsers.\n var removeEventListener = window.removeEventListener || function(eventName, listener) {\n return detachEvent('on' + eventName, listener);\n };\n\n // Remove window listeners.\n if (this._usePushState) {\n removeEventListener('popstate', this.checkUrl, false);\n } else if (this._useHashChange && !this.iframe) {\n removeEventListener('hashchange', this.checkUrl, false);\n }\n\n // Clean up the iframe if necessary.\n if (this.iframe) {\n document.body.removeChild(this.iframe);\n this.iframe = null;\n }\n\n // Some environments will throw when clearing an undefined interval.\n if (this._checkUrlInterval) clearInterval(this._checkUrlInterval);\n History.started = false;\n },\n\n // Add a route to be tested when the fragment changes. Routes added later\n // may override previous routes.\n route: function(route, callback) {\n this.handlers.unshift({route: route, callback: callback});\n },\n\n // Checks the current URL to see if it has changed, and if it has,\n // calls `loadUrl`, normalizing across the hidden iframe.\n checkUrl: function(e) {\n var current = this.getFragment();\n\n // If the user pressed the back button, the iframe's hash will have\n // changed and we should use that for comparison.\n if (current === this.fragment && this.iframe) {\n current = this.getHash(this.iframe.contentWindow);\n }\n\n if (current === this.fragment) {\n if (!this.matchRoot()) return this.notfound();\n return false;\n }\n if (this.iframe) this.navigate(current);\n this.loadUrl();\n },\n\n // Attempt to load the current URL fragment. If a route succeeds with a\n // match, returns `true`. If no defined routes matches the fragment,\n // returns `false`.\n loadUrl: function(fragment) {\n // If the root doesn't match, no routes can match either.\n if (!this.matchRoot()) return this.notfound();\n fragment = this.fragment = this.getFragment(fragment);\n return _.some(this.handlers, function(handler) {\n if (handler.route.test(fragment)) {\n handler.callback(fragment);\n return true;\n }\n }) || this.notfound();\n },\n\n // When no route could be matched, this method is called internally to\n // trigger the `'notfound'` event. It returns `false` so that it can be used\n // in tail position.\n notfound: function() {\n this.trigger('notfound');\n return false;\n },\n\n // Save a fragment into the hash history, or replace the URL state if the\n // 'replace' option is passed. You are responsible for properly URL-encoding\n // the fragment in advance.\n //\n // The options object can contain `trigger: true` if you wish to have the\n // route callback be fired (not usually desirable), or `replace: true`, if\n // you wish to modify the current URL without adding an entry to the history.\n navigate: function(fragment, options) {\n if (!History.started) return false;\n if (!options || options === true) options = {trigger: !!options};\n\n // Normalize the fragment.\n fragment = this.getFragment(fragment || '');\n\n // Strip trailing slash on the root unless _trailingSlash is true\n var rootPath = this.root;\n if (!this._trailingSlash && (fragment === '' || fragment.charAt(0) === '?')) {\n rootPath = rootPath.slice(0, -1) || '/';\n }\n var url = rootPath + fragment;\n\n // Strip the fragment of the query and hash for matching.\n fragment = fragment.replace(pathStripper, '');\n\n // Decode for matching.\n var decodedFragment = this.decodeFragment(fragment);\n\n if (this.fragment === decodedFragment) return;\n this.fragment = decodedFragment;\n\n // If pushState is available, we use it to set the fragment as a real URL.\n if (this._usePushState) {\n this.history[options.replace ? 'replaceState' : 'pushState']({}, document.title, url);\n\n // If hash changes haven't been explicitly disabled, update the hash\n // fragment to store history.\n } else if (this._wantsHashChange) {\n this._updateHash(this.location, fragment, options.replace);\n if (this.iframe && fragment !== this.getHash(this.iframe.contentWindow)) {\n var iWindow = this.iframe.contentWindow;\n\n // Opening and closing the iframe tricks IE7 and earlier to push a\n // history entry on hash-tag change. When replace is true, we don't\n // want this.\n if (!options.replace) {\n iWindow.document.open();\n iWindow.document.close();\n }\n\n this._updateHash(iWindow.location, fragment, options.replace);\n }\n\n // If you've told us that you explicitly don't want fallback hashchange-\n // based history, then `navigate` becomes a page refresh.\n } else {\n return this.location.assign(url);\n }\n if (options.trigger) return this.loadUrl(fragment);\n },\n\n // Update the hash location, either replacing the current entry, or adding\n // a new one to the browser history.\n _updateHash: function(location, fragment, replace) {\n if (replace) {\n var href = location.href.replace(/(javascript:|#).*$/, '');\n location.replace(href + '#' + fragment);\n } else {\n // Some browsers require that `hash` contains a leading #.\n location.hash = '#' + fragment;\n }\n }\n\n });\n\n // Create the default Backbone.history.\n Backbone.history = new History;\n\n // Helpers\n // -------\n\n // Helper function to correctly set up the prototype chain for subclasses.\n // Similar to `goog.inherits`, but uses a hash of prototype properties and\n // class properties to be extended.\n var extend = function(protoProps, staticProps) {\n var parent = this;\n var child;\n\n // The constructor function for the new subclass is either defined by you\n // (the \"constructor\" property in your `extend` definition), or defaulted\n // by us to simply call the parent constructor.\n if (protoProps && _.has(protoProps, 'constructor')) {\n child = protoProps.constructor;\n } else {\n child = function(){ return parent.apply(this, arguments); };\n }\n\n // Add static properties to the constructor function, if supplied.\n _.extend(child, parent, staticProps);\n\n // Set the prototype chain to inherit from `parent`, without calling\n // `parent`'s constructor function and add the prototype properties.\n child.prototype = _.create(parent.prototype, protoProps);\n child.prototype.constructor = child;\n\n // Set a convenience property in case the parent's prototype is needed\n // later.\n child.__super__ = parent.prototype;\n\n return child;\n };\n\n // Set up inheritance for the model, collection, router, view and history.\n Model.extend = Collection.extend = Router.extend = View.extend = History.extend = extend;\n\n // Throw an error when a URL is needed, and none is supplied.\n var urlError = function() {\n throw new Error('A \"url\" property or function must be specified');\n };\n\n // Wrap an optional error callback with a fallback error event.\n var wrapError = function(model, options) {\n var error = options.error;\n options.error = function(resp) {\n if (error) error.call(options.context, model, resp, options);\n model.trigger('error', model, resp, options);\n };\n };\n\n // Provide useful information when things go wrong. This method is not meant\n // to be used directly; it merely provides the necessary introspection for the\n // external `debugInfo` function.\n Backbone._debug = function() {\n return {root: root, _: _};\n };\n\n return Backbone;\n});\n","/*\n * JavaScript MD5\n * https://github.com/blueimp/JavaScript-MD5\n *\n * Copyright 2011, Sebastian Tschan\n * https://blueimp.net\n *\n * Licensed under the MIT license:\n * https://opensource.org/licenses/MIT\n *\n * Based on\n * A JavaScript implementation of the RSA Data Security, Inc. MD5 Message\n * Digest Algorithm, as defined in RFC 1321.\n * Version 2.2 Copyright (C) Paul Johnston 1999 - 2009\n * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet\n * Distributed under the BSD License\n * See http://pajhome.org.uk/crypt/md5 for more info.\n */\n\n/* global define */\n\n/* eslint-disable strict */\n\n;(function ($) {\n 'use strict'\n\n /**\n * Add integers, wrapping at 2^32.\n * This uses 16-bit operations internally to work around bugs in interpreters.\n *\n * @param {number} x First integer\n * @param {number} y Second integer\n * @returns {number} Sum\n */\n function safeAdd(x, y) {\n var lsw = (x & 0xffff) + (y & 0xffff)\n var msw = (x >> 16) + (y >> 16) + (lsw >> 16)\n return (msw << 16) | (lsw & 0xffff)\n }\n\n /**\n * Bitwise rotate a 32-bit number to the left.\n *\n * @param {number} num 32-bit number\n * @param {number} cnt Rotation count\n * @returns {number} Rotated number\n */\n function bitRotateLeft(num, cnt) {\n return (num << cnt) | (num >>> (32 - cnt))\n }\n\n /**\n * Basic operation the algorithm uses.\n *\n * @param {number} q q\n * @param {number} a a\n * @param {number} b b\n * @param {number} x x\n * @param {number} s s\n * @param {number} t t\n * @returns {number} Result\n */\n function md5cmn(q, a, b, x, s, t) {\n return safeAdd(bitRotateLeft(safeAdd(safeAdd(a, q), safeAdd(x, t)), s), b)\n }\n /**\n * Basic operation the algorithm uses.\n *\n * @param {number} a a\n * @param {number} b b\n * @param {number} c c\n * @param {number} d d\n * @param {number} x x\n * @param {number} s s\n * @param {number} t t\n * @returns {number} Result\n */\n function md5ff(a, b, c, d, x, s, t) {\n return md5cmn((b & c) | (~b & d), a, b, x, s, t)\n }\n /**\n * Basic operation the algorithm uses.\n *\n * @param {number} a a\n * @param {number} b b\n * @param {number} c c\n * @param {number} d d\n * @param {number} x x\n * @param {number} s s\n * @param {number} t t\n * @returns {number} Result\n */\n function md5gg(a, b, c, d, x, s, t) {\n return md5cmn((b & d) | (c & ~d), a, b, x, s, t)\n }\n /**\n * Basic operation the algorithm uses.\n *\n * @param {number} a a\n * @param {number} b b\n * @param {number} c c\n * @param {number} d d\n * @param {number} x x\n * @param {number} s s\n * @param {number} t t\n * @returns {number} Result\n */\n function md5hh(a, b, c, d, x, s, t) {\n return md5cmn(b ^ c ^ d, a, b, x, s, t)\n }\n /**\n * Basic operation the algorithm uses.\n *\n * @param {number} a a\n * @param {number} b b\n * @param {number} c c\n * @param {number} d d\n * @param {number} x x\n * @param {number} s s\n * @param {number} t t\n * @returns {number} Result\n */\n function md5ii(a, b, c, d, x, s, t) {\n return md5cmn(c ^ (b | ~d), a, b, x, s, t)\n }\n\n /**\n * Calculate the MD5 of an array of little-endian words, and a bit length.\n *\n * @param {Array} x Array of little-endian words\n * @param {number} len Bit length\n * @returns {Array} MD5 Array\n */\n function binlMD5(x, len) {\n /* append padding */\n x[len >> 5] |= 0x80 << len % 32\n x[(((len + 64) >>> 9) << 4) + 14] = len\n\n var i\n var olda\n var oldb\n var oldc\n var oldd\n var a = 1732584193\n var b = -271733879\n var c = -1732584194\n var d = 271733878\n\n for (i = 0; i < x.length; i += 16) {\n olda = a\n oldb = b\n oldc = c\n oldd = d\n\n a = md5ff(a, b, c, d, x[i], 7, -680876936)\n d = md5ff(d, a, b, c, x[i + 1], 12, -389564586)\n c = md5ff(c, d, a, b, x[i + 2], 17, 606105819)\n b = md5ff(b, c, d, a, x[i + 3], 22, -1044525330)\n a = md5ff(a, b, c, d, x[i + 4], 7, -176418897)\n d = md5ff(d, a, b, c, x[i + 5], 12, 1200080426)\n c = md5ff(c, d, a, b, x[i + 6], 17, -1473231341)\n b = md5ff(b, c, d, a, x[i + 7], 22, -45705983)\n a = md5ff(a, b, c, d, x[i + 8], 7, 1770035416)\n d = md5ff(d, a, b, c, x[i + 9], 12, -1958414417)\n c = md5ff(c, d, a, b, x[i + 10], 17, -42063)\n b = md5ff(b, c, d, a, x[i + 11], 22, -1990404162)\n a = md5ff(a, b, c, d, x[i + 12], 7, 1804603682)\n d = md5ff(d, a, b, c, x[i + 13], 12, -40341101)\n c = md5ff(c, d, a, b, x[i + 14], 17, -1502002290)\n b = md5ff(b, c, d, a, x[i + 15], 22, 1236535329)\n\n a = md5gg(a, b, c, d, x[i + 1], 5, -165796510)\n d = md5gg(d, a, b, c, x[i + 6], 9, -1069501632)\n c = md5gg(c, d, a, b, x[i + 11], 14, 643717713)\n b = md5gg(b, c, d, a, x[i], 20, -373897302)\n a = md5gg(a, b, c, d, x[i + 5], 5, -701558691)\n d = md5gg(d, a, b, c, x[i + 10], 9, 38016083)\n c = md5gg(c, d, a, b, x[i + 15], 14, -660478335)\n b = md5gg(b, c, d, a, x[i + 4], 20, -405537848)\n a = md5gg(a, b, c, d, x[i + 9], 5, 568446438)\n d = md5gg(d, a, b, c, x[i + 14], 9, -1019803690)\n c = md5gg(c, d, a, b, x[i + 3], 14, -187363961)\n b = md5gg(b, c, d, a, x[i + 8], 20, 1163531501)\n a = md5gg(a, b, c, d, x[i + 13], 5, -1444681467)\n d = md5gg(d, a, b, c, x[i + 2], 9, -51403784)\n c = md5gg(c, d, a, b, x[i + 7], 14, 1735328473)\n b = md5gg(b, c, d, a, x[i + 12], 20, -1926607734)\n\n a = md5hh(a, b, c, d, x[i + 5], 4, -378558)\n d = md5hh(d, a, b, c, x[i + 8], 11, -2022574463)\n c = md5hh(c, d, a, b, x[i + 11], 16, 1839030562)\n b = md5hh(b, c, d, a, x[i + 14], 23, -35309556)\n a = md5hh(a, b, c, d, x[i + 1], 4, -1530992060)\n d = md5hh(d, a, b, c, x[i + 4], 11, 1272893353)\n c = md5hh(c, d, a, b, x[i + 7], 16, -155497632)\n b = md5hh(b, c, d, a, x[i + 10], 23, -1094730640)\n a = md5hh(a, b, c, d, x[i + 13], 4, 681279174)\n d = md5hh(d, a, b, c, x[i], 11, -358537222)\n c = md5hh(c, d, a, b, x[i + 3], 16, -722521979)\n b = md5hh(b, c, d, a, x[i + 6], 23, 76029189)\n a = md5hh(a, b, c, d, x[i + 9], 4, -640364487)\n d = md5hh(d, a, b, c, x[i + 12], 11, -421815835)\n c = md5hh(c, d, a, b, x[i + 15], 16, 530742520)\n b = md5hh(b, c, d, a, x[i + 2], 23, -995338651)\n\n a = md5ii(a, b, c, d, x[i], 6, -198630844)\n d = md5ii(d, a, b, c, x[i + 7], 10, 1126891415)\n c = md5ii(c, d, a, b, x[i + 14], 15, -1416354905)\n b = md5ii(b, c, d, a, x[i + 5], 21, -57434055)\n a = md5ii(a, b, c, d, x[i + 12], 6, 1700485571)\n d = md5ii(d, a, b, c, x[i + 3], 10, -1894986606)\n c = md5ii(c, d, a, b, x[i + 10], 15, -1051523)\n b = md5ii(b, c, d, a, x[i + 1], 21, -2054922799)\n a = md5ii(a, b, c, d, x[i + 8], 6, 1873313359)\n d = md5ii(d, a, b, c, x[i + 15], 10, -30611744)\n c = md5ii(c, d, a, b, x[i + 6], 15, -1560198380)\n b = md5ii(b, c, d, a, x[i + 13], 21, 1309151649)\n a = md5ii(a, b, c, d, x[i + 4], 6, -145523070)\n d = md5ii(d, a, b, c, x[i + 11], 10, -1120210379)\n c = md5ii(c, d, a, b, x[i + 2], 15, 718787259)\n b = md5ii(b, c, d, a, x[i + 9], 21, -343485551)\n\n a = safeAdd(a, olda)\n b = safeAdd(b, oldb)\n c = safeAdd(c, oldc)\n d = safeAdd(d, oldd)\n }\n return [a, b, c, d]\n }\n\n /**\n * Convert an array of little-endian words to a string\n *\n * @param {Array} input MD5 Array\n * @returns {string} MD5 string\n */\n function binl2rstr(input) {\n var i\n var output = ''\n var length32 = input.length * 32\n for (i = 0; i < length32; i += 8) {\n output += String.fromCharCode((input[i >> 5] >>> i % 32) & 0xff)\n }\n return output\n }\n\n /**\n * Convert a raw string to an array of little-endian words\n * Characters >255 have their high-byte silently ignored.\n *\n * @param {string} input Raw input string\n * @returns {Array} Array of little-endian words\n */\n function rstr2binl(input) {\n var i\n var output = []\n output[(input.length >> 2) - 1] = undefined\n for (i = 0; i < output.length; i += 1) {\n output[i] = 0\n }\n var length8 = input.length * 8\n for (i = 0; i < length8; i += 8) {\n output[i >> 5] |= (input.charCodeAt(i / 8) & 0xff) << i % 32\n }\n return output\n }\n\n /**\n * Calculate the MD5 of a raw string\n *\n * @param {string} s Input string\n * @returns {string} Raw MD5 string\n */\n function rstrMD5(s) {\n return binl2rstr(binlMD5(rstr2binl(s), s.length * 8))\n }\n\n /**\n * Calculates the HMAC-MD5 of a key and some data (raw strings)\n *\n * @param {string} key HMAC key\n * @param {string} data Raw input string\n * @returns {string} Raw MD5 string\n */\n function rstrHMACMD5(key, data) {\n var i\n var bkey = rstr2binl(key)\n var ipad = []\n var opad = []\n var hash\n ipad[15] = opad[15] = undefined\n if (bkey.length > 16) {\n bkey = binlMD5(bkey, key.length * 8)\n }\n for (i = 0; i < 16; i += 1) {\n ipad[i] = bkey[i] ^ 0x36363636\n opad[i] = bkey[i] ^ 0x5c5c5c5c\n }\n hash = binlMD5(ipad.concat(rstr2binl(data)), 512 + data.length * 8)\n return binl2rstr(binlMD5(opad.concat(hash), 512 + 128))\n }\n\n /**\n * Convert a raw string to a hex string\n *\n * @param {string} input Raw input string\n * @returns {string} Hex encoded string\n */\n function rstr2hex(input) {\n var hexTab = '0123456789abcdef'\n var output = ''\n var x\n var i\n for (i = 0; i < input.length; i += 1) {\n x = input.charCodeAt(i)\n output += hexTab.charAt((x >>> 4) & 0x0f) + hexTab.charAt(x & 0x0f)\n }\n return output\n }\n\n /**\n * Encode a string as UTF-8\n *\n * @param {string} input Input string\n * @returns {string} UTF8 string\n */\n function str2rstrUTF8(input) {\n return unescape(encodeURIComponent(input))\n }\n\n /**\n * Encodes input string as raw MD5 string\n *\n * @param {string} s Input string\n * @returns {string} Raw MD5 string\n */\n function rawMD5(s) {\n return rstrMD5(str2rstrUTF8(s))\n }\n /**\n * Encodes input string as Hex encoded string\n *\n * @param {string} s Input string\n * @returns {string} Hex encoded string\n */\n function hexMD5(s) {\n return rstr2hex(rawMD5(s))\n }\n /**\n * Calculates the raw HMAC-MD5 for the given key and data\n *\n * @param {string} k HMAC key\n * @param {string} d Input string\n * @returns {string} Raw MD5 string\n */\n function rawHMACMD5(k, d) {\n return rstrHMACMD5(str2rstrUTF8(k), str2rstrUTF8(d))\n }\n /**\n * Calculates the Hex encoded HMAC-MD5 for the given key and data\n *\n * @param {string} k HMAC key\n * @param {string} d Input string\n * @returns {string} Raw MD5 string\n */\n function hexHMACMD5(k, d) {\n return rstr2hex(rawHMACMD5(k, d))\n }\n\n /**\n * Calculates MD5 value for a given string.\n * If a key is provided, calculates the HMAC-MD5 value.\n * Returns a Hex encoded string unless the raw argument is given.\n *\n * @param {string} string Input string\n * @param {string} [key] HMAC key\n * @param {boolean} [raw] Raw output switch\n * @returns {string} MD5 output\n */\n function md5(string, key, raw) {\n if (!key) {\n if (!raw) {\n return hexMD5(string)\n }\n return rawMD5(string)\n }\n if (!raw) {\n return hexHMACMD5(key, string)\n }\n return rawHMACMD5(key, string)\n }\n\n if (typeof define === 'function' && define.amd) {\n define(function () {\n return md5\n })\n } else if (typeof module === 'object' && module.exports) {\n module.exports = md5\n } else {\n $.md5 = md5\n }\n})(this)\n","/*!\n * clipboard.js v2.0.11\n * https://clipboardjs.com/\n *\n * Licensed MIT © Zeno Rocha\n */\n(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"ClipboardJS\"] = factory();\n\telse\n\t\troot[\"ClipboardJS\"] = factory();\n})(this, function() {\nreturn /******/ (function() { // webpackBootstrap\n/******/ \tvar __webpack_modules__ = ({\n\n/***/ 686:\n/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\n\n// EXPORTS\n__webpack_require__.d(__webpack_exports__, {\n \"default\": function() { return /* binding */ clipboard; }\n});\n\n// EXTERNAL MODULE: ./node_modules/tiny-emitter/index.js\nvar tiny_emitter = __webpack_require__(279);\nvar tiny_emitter_default = /*#__PURE__*/__webpack_require__.n(tiny_emitter);\n// EXTERNAL MODULE: ./node_modules/good-listener/src/listen.js\nvar listen = __webpack_require__(370);\nvar listen_default = /*#__PURE__*/__webpack_require__.n(listen);\n// EXTERNAL MODULE: ./node_modules/select/src/select.js\nvar src_select = __webpack_require__(817);\nvar select_default = /*#__PURE__*/__webpack_require__.n(src_select);\n;// CONCATENATED MODULE: ./src/common/command.js\n/**\n * Executes a given operation type.\n * @param {String} type\n * @return {Boolean}\n */\nfunction command(type) {\n try {\n return document.execCommand(type);\n } catch (err) {\n return false;\n }\n}\n;// CONCATENATED MODULE: ./src/actions/cut.js\n\n\n/**\n * Cut action wrapper.\n * @param {String|HTMLElement} target\n * @return {String}\n */\n\nvar ClipboardActionCut = function ClipboardActionCut(target) {\n var selectedText = select_default()(target);\n command('cut');\n return selectedText;\n};\n\n/* harmony default export */ var actions_cut = (ClipboardActionCut);\n;// CONCATENATED MODULE: ./src/common/create-fake-element.js\n/**\n * Creates a fake textarea element with a value.\n * @param {String} value\n * @return {HTMLElement}\n */\nfunction createFakeElement(value) {\n var isRTL = document.documentElement.getAttribute('dir') === 'rtl';\n var fakeElement = document.createElement('textarea'); // Prevent zooming on iOS\n\n fakeElement.style.fontSize = '12pt'; // Reset box model\n\n fakeElement.style.border = '0';\n fakeElement.style.padding = '0';\n fakeElement.style.margin = '0'; // Move element out of screen horizontally\n\n fakeElement.style.position = 'absolute';\n fakeElement.style[isRTL ? 'right' : 'left'] = '-9999px'; // Move element to the same position vertically\n\n var yPosition = window.pageYOffset || document.documentElement.scrollTop;\n fakeElement.style.top = \"\".concat(yPosition, \"px\");\n fakeElement.setAttribute('readonly', '');\n fakeElement.value = value;\n return fakeElement;\n}\n;// CONCATENATED MODULE: ./src/actions/copy.js\n\n\n\n/**\n * Create fake copy action wrapper using a fake element.\n * @param {String} target\n * @param {Object} options\n * @return {String}\n */\n\nvar fakeCopyAction = function fakeCopyAction(value, options) {\n var fakeElement = createFakeElement(value);\n options.container.appendChild(fakeElement);\n var selectedText = select_default()(fakeElement);\n command('copy');\n fakeElement.remove();\n return selectedText;\n};\n/**\n * Copy action wrapper.\n * @param {String|HTMLElement} target\n * @param {Object} options\n * @return {String}\n */\n\n\nvar ClipboardActionCopy = function ClipboardActionCopy(target) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {\n container: document.body\n };\n var selectedText = '';\n\n if (typeof target === 'string') {\n selectedText = fakeCopyAction(target, options);\n } else if (target instanceof HTMLInputElement && !['text', 'search', 'url', 'tel', 'password'].includes(target === null || target === void 0 ? void 0 : target.type)) {\n // If input type doesn't support `setSelectionRange`. Simulate it. https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/setSelectionRange\n selectedText = fakeCopyAction(target.value, options);\n } else {\n selectedText = select_default()(target);\n command('copy');\n }\n\n return selectedText;\n};\n\n/* harmony default export */ var actions_copy = (ClipboardActionCopy);\n;// CONCATENATED MODULE: ./src/actions/default.js\nfunction _typeof(obj) { \"@babel/helpers - typeof\"; if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }; } return _typeof(obj); }\n\n\n\n/**\n * Inner function which performs selection from either `text` or `target`\n * properties and then executes copy or cut operations.\n * @param {Object} options\n */\n\nvar ClipboardActionDefault = function ClipboardActionDefault() {\n var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n // Defines base properties passed from constructor.\n var _options$action = options.action,\n action = _options$action === void 0 ? 'copy' : _options$action,\n container = options.container,\n target = options.target,\n text = options.text; // Sets the `action` to be performed which can be either 'copy' or 'cut'.\n\n if (action !== 'copy' && action !== 'cut') {\n throw new Error('Invalid \"action\" value, use either \"copy\" or \"cut\"');\n } // Sets the `target` property using an element that will be have its content copied.\n\n\n if (target !== undefined) {\n if (target && _typeof(target) === 'object' && target.nodeType === 1) {\n if (action === 'copy' && target.hasAttribute('disabled')) {\n throw new Error('Invalid \"target\" attribute. Please use \"readonly\" instead of \"disabled\" attribute');\n }\n\n if (action === 'cut' && (target.hasAttribute('readonly') || target.hasAttribute('disabled'))) {\n throw new Error('Invalid \"target\" attribute. You can\\'t cut text from elements with \"readonly\" or \"disabled\" attributes');\n }\n } else {\n throw new Error('Invalid \"target\" value, use a valid Element');\n }\n } // Define selection strategy based on `text` property.\n\n\n if (text) {\n return actions_copy(text, {\n container: container\n });\n } // Defines which selection strategy based on `target` property.\n\n\n if (target) {\n return action === 'cut' ? actions_cut(target) : actions_copy(target, {\n container: container\n });\n }\n};\n\n/* harmony default export */ var actions_default = (ClipboardActionDefault);\n;// CONCATENATED MODULE: ./src/clipboard.js\nfunction clipboard_typeof(obj) { \"@babel/helpers - typeof\"; if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") { clipboard_typeof = function _typeof(obj) { return typeof obj; }; } else { clipboard_typeof = function _typeof(obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }; } return clipboard_typeof(obj); }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \"function\" && superClass !== null) { throw new TypeError(\"Super expression must either be null or a function\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\n\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\n\nfunction _possibleConstructorReturn(self, call) { if (call && (clipboard_typeof(call) === \"object\" || typeof call === \"function\")) { return call; } return _assertThisInitialized(self); }\n\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); } return self; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } }\n\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\n\n\n\n\n\n\n/**\n * Helper function to retrieve attribute value.\n * @param {String} suffix\n * @param {Element} element\n */\n\nfunction getAttributeValue(suffix, element) {\n var attribute = \"data-clipboard-\".concat(suffix);\n\n if (!element.hasAttribute(attribute)) {\n return;\n }\n\n return element.getAttribute(attribute);\n}\n/**\n * Base class which takes one or more elements, adds event listeners to them,\n * and instantiates a new `ClipboardAction` on each click.\n */\n\n\nvar Clipboard = /*#__PURE__*/function (_Emitter) {\n _inherits(Clipboard, _Emitter);\n\n var _super = _createSuper(Clipboard);\n\n /**\n * @param {String|HTMLElement|HTMLCollection|NodeList} trigger\n * @param {Object} options\n */\n function Clipboard(trigger, options) {\n var _this;\n\n _classCallCheck(this, Clipboard);\n\n _this = _super.call(this);\n\n _this.resolveOptions(options);\n\n _this.listenClick(trigger);\n\n return _this;\n }\n /**\n * Defines if attributes would be resolved using internal setter functions\n * or custom functions that were passed in the constructor.\n * @param {Object} options\n */\n\n\n _createClass(Clipboard, [{\n key: \"resolveOptions\",\n value: function resolveOptions() {\n var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n this.action = typeof options.action === 'function' ? options.action : this.defaultAction;\n this.target = typeof options.target === 'function' ? options.target : this.defaultTarget;\n this.text = typeof options.text === 'function' ? options.text : this.defaultText;\n this.container = clipboard_typeof(options.container) === 'object' ? options.container : document.body;\n }\n /**\n * Adds a click event listener to the passed trigger.\n * @param {String|HTMLElement|HTMLCollection|NodeList} trigger\n */\n\n }, {\n key: \"listenClick\",\n value: function listenClick(trigger) {\n var _this2 = this;\n\n this.listener = listen_default()(trigger, 'click', function (e) {\n return _this2.onClick(e);\n });\n }\n /**\n * Defines a new `ClipboardAction` on each click event.\n * @param {Event} e\n */\n\n }, {\n key: \"onClick\",\n value: function onClick(e) {\n var trigger = e.delegateTarget || e.currentTarget;\n var action = this.action(trigger) || 'copy';\n var text = actions_default({\n action: action,\n container: this.container,\n target: this.target(trigger),\n text: this.text(trigger)\n }); // Fires an event based on the copy operation result.\n\n this.emit(text ? 'success' : 'error', {\n action: action,\n text: text,\n trigger: trigger,\n clearSelection: function clearSelection() {\n if (trigger) {\n trigger.focus();\n }\n\n window.getSelection().removeAllRanges();\n }\n });\n }\n /**\n * Default `action` lookup function.\n * @param {Element} trigger\n */\n\n }, {\n key: \"defaultAction\",\n value: function defaultAction(trigger) {\n return getAttributeValue('action', trigger);\n }\n /**\n * Default `target` lookup function.\n * @param {Element} trigger\n */\n\n }, {\n key: \"defaultTarget\",\n value: function defaultTarget(trigger) {\n var selector = getAttributeValue('target', trigger);\n\n if (selector) {\n return document.querySelector(selector);\n }\n }\n /**\n * Allow fire programmatically a copy action\n * @param {String|HTMLElement} target\n * @param {Object} options\n * @returns Text copied.\n */\n\n }, {\n key: \"defaultText\",\n\n /**\n * Default `text` lookup function.\n * @param {Element} trigger\n */\n value: function defaultText(trigger) {\n return getAttributeValue('text', trigger);\n }\n /**\n * Destroy lifecycle.\n */\n\n }, {\n key: \"destroy\",\n value: function destroy() {\n this.listener.destroy();\n }\n }], [{\n key: \"copy\",\n value: function copy(target) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {\n container: document.body\n };\n return actions_copy(target, options);\n }\n /**\n * Allow fire programmatically a cut action\n * @param {String|HTMLElement} target\n * @returns Text cutted.\n */\n\n }, {\n key: \"cut\",\n value: function cut(target) {\n return actions_cut(target);\n }\n /**\n * Returns the support of the given action, or all actions if no action is\n * given.\n * @param {String} [action]\n */\n\n }, {\n key: \"isSupported\",\n value: function isSupported() {\n var action = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : ['copy', 'cut'];\n var actions = typeof action === 'string' ? [action] : action;\n var support = !!document.queryCommandSupported;\n actions.forEach(function (action) {\n support = support && !!document.queryCommandSupported(action);\n });\n return support;\n }\n }]);\n\n return Clipboard;\n}((tiny_emitter_default()));\n\n/* harmony default export */ var clipboard = (Clipboard);\n\n/***/ }),\n\n/***/ 828:\n/***/ (function(module) {\n\nvar DOCUMENT_NODE_TYPE = 9;\n\n/**\n * A polyfill for Element.matches()\n */\nif (typeof Element !== 'undefined' && !Element.prototype.matches) {\n var proto = Element.prototype;\n\n proto.matches = proto.matchesSelector ||\n proto.mozMatchesSelector ||\n proto.msMatchesSelector ||\n proto.oMatchesSelector ||\n proto.webkitMatchesSelector;\n}\n\n/**\n * Finds the closest parent that matches a selector.\n *\n * @param {Element} element\n * @param {String} selector\n * @return {Function}\n */\nfunction closest (element, selector) {\n while (element && element.nodeType !== DOCUMENT_NODE_TYPE) {\n if (typeof element.matches === 'function' &&\n element.matches(selector)) {\n return element;\n }\n element = element.parentNode;\n }\n}\n\nmodule.exports = closest;\n\n\n/***/ }),\n\n/***/ 438:\n/***/ (function(module, __unused_webpack_exports, __webpack_require__) {\n\nvar closest = __webpack_require__(828);\n\n/**\n * Delegates event to a selector.\n *\n * @param {Element} element\n * @param {String} selector\n * @param {String} type\n * @param {Function} callback\n * @param {Boolean} useCapture\n * @return {Object}\n */\nfunction _delegate(element, selector, type, callback, useCapture) {\n var listenerFn = listener.apply(this, arguments);\n\n element.addEventListener(type, listenerFn, useCapture);\n\n return {\n destroy: function() {\n element.removeEventListener(type, listenerFn, useCapture);\n }\n }\n}\n\n/**\n * Delegates event to a selector.\n *\n * @param {Element|String|Array} [elements]\n * @param {String} selector\n * @param {String} type\n * @param {Function} callback\n * @param {Boolean} useCapture\n * @return {Object}\n */\nfunction delegate(elements, selector, type, callback, useCapture) {\n // Handle the regular Element usage\n if (typeof elements.addEventListener === 'function') {\n return _delegate.apply(null, arguments);\n }\n\n // Handle Element-less usage, it defaults to global delegation\n if (typeof type === 'function') {\n // Use `document` as the first parameter, then apply arguments\n // This is a short way to .unshift `arguments` without running into deoptimizations\n return _delegate.bind(null, document).apply(null, arguments);\n }\n\n // Handle Selector-based usage\n if (typeof elements === 'string') {\n elements = document.querySelectorAll(elements);\n }\n\n // Handle Array-like based usage\n return Array.prototype.map.call(elements, function (element) {\n return _delegate(element, selector, type, callback, useCapture);\n });\n}\n\n/**\n * Finds closest match and invokes callback.\n *\n * @param {Element} element\n * @param {String} selector\n * @param {String} type\n * @param {Function} callback\n * @return {Function}\n */\nfunction listener(element, selector, type, callback) {\n return function(e) {\n e.delegateTarget = closest(e.target, selector);\n\n if (e.delegateTarget) {\n callback.call(element, e);\n }\n }\n}\n\nmodule.exports = delegate;\n\n\n/***/ }),\n\n/***/ 879:\n/***/ (function(__unused_webpack_module, exports) {\n\n/**\n * Check if argument is a HTML element.\n *\n * @param {Object} value\n * @return {Boolean}\n */\nexports.node = function(value) {\n return value !== undefined\n && value instanceof HTMLElement\n && value.nodeType === 1;\n};\n\n/**\n * Check if argument is a list of HTML elements.\n *\n * @param {Object} value\n * @return {Boolean}\n */\nexports.nodeList = function(value) {\n var type = Object.prototype.toString.call(value);\n\n return value !== undefined\n && (type === '[object NodeList]' || type === '[object HTMLCollection]')\n && ('length' in value)\n && (value.length === 0 || exports.node(value[0]));\n};\n\n/**\n * Check if argument is a string.\n *\n * @param {Object} value\n * @return {Boolean}\n */\nexports.string = function(value) {\n return typeof value === 'string'\n || value instanceof String;\n};\n\n/**\n * Check if argument is a function.\n *\n * @param {Object} value\n * @return {Boolean}\n */\nexports.fn = function(value) {\n var type = Object.prototype.toString.call(value);\n\n return type === '[object Function]';\n};\n\n\n/***/ }),\n\n/***/ 370:\n/***/ (function(module, __unused_webpack_exports, __webpack_require__) {\n\nvar is = __webpack_require__(879);\nvar delegate = __webpack_require__(438);\n\n/**\n * Validates all params and calls the right\n * listener function based on its target type.\n *\n * @param {String|HTMLElement|HTMLCollection|NodeList} target\n * @param {String} type\n * @param {Function} callback\n * @return {Object}\n */\nfunction listen(target, type, callback) {\n if (!target && !type && !callback) {\n throw new Error('Missing required arguments');\n }\n\n if (!is.string(type)) {\n throw new TypeError('Second argument must be a String');\n }\n\n if (!is.fn(callback)) {\n throw new TypeError('Third argument must be a Function');\n }\n\n if (is.node(target)) {\n return listenNode(target, type, callback);\n }\n else if (is.nodeList(target)) {\n return listenNodeList(target, type, callback);\n }\n else if (is.string(target)) {\n return listenSelector(target, type, callback);\n }\n else {\n throw new TypeError('First argument must be a String, HTMLElement, HTMLCollection, or NodeList');\n }\n}\n\n/**\n * Adds an event listener to a HTML element\n * and returns a remove listener function.\n *\n * @param {HTMLElement} node\n * @param {String} type\n * @param {Function} callback\n * @return {Object}\n */\nfunction listenNode(node, type, callback) {\n node.addEventListener(type, callback);\n\n return {\n destroy: function() {\n node.removeEventListener(type, callback);\n }\n }\n}\n\n/**\n * Add an event listener to a list of HTML elements\n * and returns a remove listener function.\n *\n * @param {NodeList|HTMLCollection} nodeList\n * @param {String} type\n * @param {Function} callback\n * @return {Object}\n */\nfunction listenNodeList(nodeList, type, callback) {\n Array.prototype.forEach.call(nodeList, function(node) {\n node.addEventListener(type, callback);\n });\n\n return {\n destroy: function() {\n Array.prototype.forEach.call(nodeList, function(node) {\n node.removeEventListener(type, callback);\n });\n }\n }\n}\n\n/**\n * Add an event listener to a selector\n * and returns a remove listener function.\n *\n * @param {String} selector\n * @param {String} type\n * @param {Function} callback\n * @return {Object}\n */\nfunction listenSelector(selector, type, callback) {\n return delegate(document.body, selector, type, callback);\n}\n\nmodule.exports = listen;\n\n\n/***/ }),\n\n/***/ 817:\n/***/ (function(module) {\n\nfunction select(element) {\n var selectedText;\n\n if (element.nodeName === 'SELECT') {\n element.focus();\n\n selectedText = element.value;\n }\n else if (element.nodeName === 'INPUT' || element.nodeName === 'TEXTAREA') {\n var isReadOnly = element.hasAttribute('readonly');\n\n if (!isReadOnly) {\n element.setAttribute('readonly', '');\n }\n\n element.select();\n element.setSelectionRange(0, element.value.length);\n\n if (!isReadOnly) {\n element.removeAttribute('readonly');\n }\n\n selectedText = element.value;\n }\n else {\n if (element.hasAttribute('contenteditable')) {\n element.focus();\n }\n\n var selection = window.getSelection();\n var range = document.createRange();\n\n range.selectNodeContents(element);\n selection.removeAllRanges();\n selection.addRange(range);\n\n selectedText = selection.toString();\n }\n\n return selectedText;\n}\n\nmodule.exports = select;\n\n\n/***/ }),\n\n/***/ 279:\n/***/ (function(module) {\n\nfunction E () {\n // Keep this empty so it's easier to inherit from\n // (via https://github.com/lipsmack from https://github.com/scottcorgan/tiny-emitter/issues/3)\n}\n\nE.prototype = {\n on: function (name, callback, ctx) {\n var e = this.e || (this.e = {});\n\n (e[name] || (e[name] = [])).push({\n fn: callback,\n ctx: ctx\n });\n\n return this;\n },\n\n once: function (name, callback, ctx) {\n var self = this;\n function listener () {\n self.off(name, listener);\n callback.apply(ctx, arguments);\n };\n\n listener._ = callback\n return this.on(name, listener, ctx);\n },\n\n emit: function (name) {\n var data = [].slice.call(arguments, 1);\n var evtArr = ((this.e || (this.e = {}))[name] || []).slice();\n var i = 0;\n var len = evtArr.length;\n\n for (i; i < len; i++) {\n evtArr[i].fn.apply(evtArr[i].ctx, data);\n }\n\n return this;\n },\n\n off: function (name, callback) {\n var e = this.e || (this.e = {});\n var evts = e[name];\n var liveEvents = [];\n\n if (evts && callback) {\n for (var i = 0, len = evts.length; i < len; i++) {\n if (evts[i].fn !== callback && evts[i].fn._ !== callback)\n liveEvents.push(evts[i]);\n }\n }\n\n // Remove event from queue to prevent memory leak\n // Suggested by https://github.com/lazd\n // Ref: https://github.com/scottcorgan/tiny-emitter/commit/c6ebfaa9bc973b33d110a84a307742b7cf94c953#commitcomment-5024910\n\n (liveEvents.length)\n ? e[name] = liveEvents\n : delete e[name];\n\n return this;\n }\n};\n\nmodule.exports = E;\nmodule.exports.TinyEmitter = E;\n\n\n/***/ })\n\n/******/ \t});\n/************************************************************************/\n/******/ \t// The module cache\n/******/ \tvar __webpack_module_cache__ = {};\n/******/ \t\n/******/ \t// The require function\n/******/ \tfunction __webpack_require__(moduleId) {\n/******/ \t\t// Check if module is in cache\n/******/ \t\tif(__webpack_module_cache__[moduleId]) {\n/******/ \t\t\treturn __webpack_module_cache__[moduleId].exports;\n/******/ \t\t}\n/******/ \t\t// Create a new module (and put it into the cache)\n/******/ \t\tvar module = __webpack_module_cache__[moduleId] = {\n/******/ \t\t\t// no module.id needed\n/******/ \t\t\t// no module.loaded needed\n/******/ \t\t\texports: {}\n/******/ \t\t};\n/******/ \t\n/******/ \t\t// Execute the module function\n/******/ \t\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n/******/ \t\n/******/ \t\t// Return the exports of the module\n/******/ \t\treturn module.exports;\n/******/ \t}\n/******/ \t\n/************************************************************************/\n/******/ \t/* webpack/runtime/compat get default export */\n/******/ \t!function() {\n/******/ \t\t// getDefaultExport function for compatibility with non-harmony modules\n/******/ \t\t__webpack_require__.n = function(module) {\n/******/ \t\t\tvar getter = module && module.__esModule ?\n/******/ \t\t\t\tfunction() { return module['default']; } :\n/******/ \t\t\t\tfunction() { return module; };\n/******/ \t\t\t__webpack_require__.d(getter, { a: getter });\n/******/ \t\t\treturn getter;\n/******/ \t\t};\n/******/ \t}();\n/******/ \t\n/******/ \t/* webpack/runtime/define property getters */\n/******/ \t!function() {\n/******/ \t\t// define getter functions for harmony exports\n/******/ \t\t__webpack_require__.d = function(exports, definition) {\n/******/ \t\t\tfor(var key in definition) {\n/******/ \t\t\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n/******/ \t\t\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n/******/ \t\t\t\t}\n/******/ \t\t\t}\n/******/ \t\t};\n/******/ \t}();\n/******/ \t\n/******/ \t/* webpack/runtime/hasOwnProperty shorthand */\n/******/ \t!function() {\n/******/ \t\t__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }\n/******/ \t}();\n/******/ \t\n/************************************************************************/\n/******/ \t// module exports must be returned from runtime so entry inlining is disabled\n/******/ \t// startup\n/******/ \t// Load entry module and return exports\n/******/ \treturn __webpack_require__(686);\n/******/ })()\n.default;\n});","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../css-loader/dist/runtime/api.js\";\nimport ___CSS_LOADER_GET_URL_IMPORT___ from \"../css-loader/dist/runtime/getUrl.js\";\nvar ___CSS_LOADER_URL_IMPORT_0___ = new URL(\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_1___ = new URL(\"data:image/gif;base64,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\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_2___ = new URL(\"images/ui-icons_444444_256x240.png\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_3___ = new URL(\"images/ui-icons_555555_256x240.png\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_4___ = new URL(\"images/ui-icons_ffffff_256x240.png\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_5___ = new URL(\"images/ui-icons_777620_256x240.png\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_6___ = new URL(\"images/ui-icons_cc0000_256x240.png\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_7___ = new URL(\"images/ui-icons_777777_256x240.png\", import.meta.url);\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\nvar ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);\nvar ___CSS_LOADER_URL_REPLACEMENT_1___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_1___);\nvar ___CSS_LOADER_URL_REPLACEMENT_2___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_2___);\nvar ___CSS_LOADER_URL_REPLACEMENT_3___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_3___);\nvar ___CSS_LOADER_URL_REPLACEMENT_4___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_4___);\nvar ___CSS_LOADER_URL_REPLACEMENT_5___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_5___);\nvar ___CSS_LOADER_URL_REPLACEMENT_6___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_6___);\nvar ___CSS_LOADER_URL_REPLACEMENT_7___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_7___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `/*! jQuery UI - v1.13.3 - 2024-04-26\n* https://jqueryui.com\n* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css\n* To view and modify this theme, visit https://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=%22alpha(opacity%3D30)%22&opacityFilterOverlay=%22alpha(opacity%3D30)%22&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6\n* Copyright OpenJS Foundation and other contributors; Licensed MIT */\n\n/* Layout helpers\n----------------------------------*/\n.ui-helper-hidden {\n\tdisplay: none;\n}\n.ui-helper-hidden-accessible {\n\tborder: 0;\n\tclip: rect(0 0 0 0);\n\theight: 1px;\n\tmargin: -1px;\n\toverflow: hidden;\n\tpadding: 0;\n\tposition: absolute;\n\twidth: 1px;\n}\n.ui-helper-reset {\n\tmargin: 0;\n\tpadding: 0;\n\tborder: 0;\n\toutline: 0;\n\tline-height: 1.3;\n\ttext-decoration: none;\n\tfont-size: 100%;\n\tlist-style: none;\n}\n.ui-helper-clearfix:before,\n.ui-helper-clearfix:after {\n\tcontent: \"\";\n\tdisplay: table;\n\tborder-collapse: collapse;\n}\n.ui-helper-clearfix:after {\n\tclear: both;\n}\n.ui-helper-zfix {\n\twidth: 100%;\n\theight: 100%;\n\ttop: 0;\n\tleft: 0;\n\tposition: absolute;\n\topacity: 0;\n\t-ms-filter: \"alpha(opacity=0)\"; /* support: IE8 */\n}\n\n.ui-front {\n\tz-index: 100;\n}\n\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-disabled {\n\tcursor: default !important;\n\tpointer-events: none;\n}\n\n\n/* Icons\n----------------------------------*/\n.ui-icon {\n\tdisplay: inline-block;\n\tvertical-align: middle;\n\tmargin-top: -.25em;\n\tposition: relative;\n\ttext-indent: -99999px;\n\toverflow: hidden;\n\tbackground-repeat: no-repeat;\n}\n\n.ui-widget-icon-block {\n\tleft: 50%;\n\tmargin-left: -8px;\n\tdisplay: block;\n}\n\n/* Misc visuals\n----------------------------------*/\n\n/* Overlays */\n.ui-widget-overlay {\n\tposition: fixed;\n\ttop: 0;\n\tleft: 0;\n\twidth: 100%;\n\theight: 100%;\n}\n.ui-accordion .ui-accordion-header {\n\tdisplay: block;\n\tcursor: pointer;\n\tposition: relative;\n\tmargin: 2px 0 0 0;\n\tpadding: .5em .5em .5em .7em;\n\tfont-size: 100%;\n}\n.ui-accordion .ui-accordion-content {\n\tpadding: 1em 2.2em;\n\tborder-top: 0;\n\toverflow: auto;\n}\n.ui-autocomplete {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tcursor: default;\n}\n.ui-menu {\n\tlist-style: none;\n\tpadding: 0;\n\tmargin: 0;\n\tdisplay: block;\n\toutline: 0;\n}\n.ui-menu .ui-menu {\n\tposition: absolute;\n}\n.ui-menu .ui-menu-item {\n\tmargin: 0;\n\tcursor: pointer;\n\t/* support: IE10, see #8844 */\n\tlist-style-image: url(${___CSS_LOADER_URL_REPLACEMENT_0___});\n}\n.ui-menu .ui-menu-item-wrapper {\n\tposition: relative;\n\tpadding: 3px 1em 3px .4em;\n}\n.ui-menu .ui-menu-divider {\n\tmargin: 5px 0;\n\theight: 0;\n\tfont-size: 0;\n\tline-height: 0;\n\tborder-width: 1px 0 0 0;\n}\n.ui-menu .ui-state-focus,\n.ui-menu .ui-state-active {\n\tmargin: -1px;\n}\n\n/* icon support */\n.ui-menu-icons {\n\tposition: relative;\n}\n.ui-menu-icons .ui-menu-item-wrapper {\n\tpadding-left: 2em;\n}\n\n/* left-aligned */\n.ui-menu .ui-icon {\n\tposition: absolute;\n\ttop: 0;\n\tbottom: 0;\n\tleft: .2em;\n\tmargin: auto 0;\n}\n\n/* right-aligned */\n.ui-menu .ui-menu-icon {\n\tleft: auto;\n\tright: 0;\n}\n.ui-button {\n\tpadding: .4em 1em;\n\tdisplay: inline-block;\n\tposition: relative;\n\tline-height: normal;\n\tmargin-right: .1em;\n\tcursor: pointer;\n\tvertical-align: middle;\n\ttext-align: center;\n\t-webkit-user-select: none;\n\t-moz-user-select: none;\n\t-ms-user-select: none;\n\tuser-select: none;\n\n\t/* Support: IE <= 11 */\n\toverflow: visible;\n}\n\n.ui-button,\n.ui-button:link,\n.ui-button:visited,\n.ui-button:hover,\n.ui-button:active {\n\ttext-decoration: none;\n}\n\n/* to make room for the icon, a width needs to be set here */\n.ui-button-icon-only {\n\twidth: 2em;\n\tbox-sizing: border-box;\n\ttext-indent: -9999px;\n\twhite-space: nowrap;\n}\n\n/* no icon support for input elements */\ninput.ui-button.ui-button-icon-only {\n\ttext-indent: 0;\n}\n\n/* button icon element(s) */\n.ui-button-icon-only .ui-icon {\n\tposition: absolute;\n\ttop: 50%;\n\tleft: 50%;\n\tmargin-top: -8px;\n\tmargin-left: -8px;\n}\n\n.ui-button.ui-icon-notext .ui-icon {\n\tpadding: 0;\n\twidth: 2.1em;\n\theight: 2.1em;\n\ttext-indent: -9999px;\n\twhite-space: nowrap;\n\n}\n\ninput.ui-button.ui-icon-notext .ui-icon {\n\twidth: auto;\n\theight: auto;\n\ttext-indent: 0;\n\twhite-space: normal;\n\tpadding: .4em 1em;\n}\n\n/* workarounds */\n/* Support: Firefox 5 - 40 */\ninput.ui-button::-moz-focus-inner,\nbutton.ui-button::-moz-focus-inner {\n\tborder: 0;\n\tpadding: 0;\n}\n.ui-controlgroup {\n\tvertical-align: middle;\n\tdisplay: inline-block;\n}\n.ui-controlgroup > .ui-controlgroup-item {\n\tfloat: left;\n\tmargin-left: 0;\n\tmargin-right: 0;\n}\n.ui-controlgroup > .ui-controlgroup-item:focus,\n.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {\n\tz-index: 9999;\n}\n.ui-controlgroup-vertical > .ui-controlgroup-item {\n\tdisplay: block;\n\tfloat: none;\n\twidth: 100%;\n\tmargin-top: 0;\n\tmargin-bottom: 0;\n\ttext-align: left;\n}\n.ui-controlgroup-vertical .ui-controlgroup-item {\n\tbox-sizing: border-box;\n}\n.ui-controlgroup .ui-controlgroup-label {\n\tpadding: .4em 1em;\n}\n.ui-controlgroup .ui-controlgroup-label span {\n\tfont-size: 80%;\n}\n.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {\n\tborder-left: none;\n}\n.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {\n\tborder-top: none;\n}\n.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {\n\tborder-right: none;\n}\n.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {\n\tborder-bottom: none;\n}\n\n/* Spinner specific style fixes */\n.ui-controlgroup-vertical .ui-spinner-input {\n\n\t/* Support: IE8 only, Android < 4.4 only */\n\twidth: 75%;\n\twidth: calc( 100% - 2.4em );\n}\n.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {\n\tborder-top-style: solid;\n}\n\n.ui-checkboxradio-label .ui-icon-background {\n\tbox-shadow: inset 1px 1px 1px #ccc;\n\tborder-radius: .12em;\n\tborder: none;\n}\n.ui-checkboxradio-radio-label .ui-icon-background {\n\twidth: 16px;\n\theight: 16px;\n\tborder-radius: 1em;\n\toverflow: visible;\n\tborder: none;\n}\n.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,\n.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {\n\tbackground-image: none;\n\twidth: 8px;\n\theight: 8px;\n\tborder-width: 4px;\n\tborder-style: solid;\n}\n.ui-checkboxradio-disabled {\n\tpointer-events: none;\n}\n.ui-datepicker {\n\twidth: 17em;\n\tpadding: .2em .2em 0;\n\tdisplay: none;\n}\n.ui-datepicker .ui-datepicker-header {\n\tposition: relative;\n\tpadding: .2em 0;\n}\n.ui-datepicker .ui-datepicker-prev,\n.ui-datepicker .ui-datepicker-next {\n\tposition: absolute;\n\ttop: 2px;\n\twidth: 1.8em;\n\theight: 1.8em;\n}\n.ui-datepicker .ui-datepicker-prev-hover,\n.ui-datepicker .ui-datepicker-next-hover {\n\ttop: 1px;\n}\n.ui-datepicker .ui-datepicker-prev {\n\tleft: 2px;\n}\n.ui-datepicker .ui-datepicker-next {\n\tright: 2px;\n}\n.ui-datepicker .ui-datepicker-prev-hover {\n\tleft: 1px;\n}\n.ui-datepicker .ui-datepicker-next-hover {\n\tright: 1px;\n}\n.ui-datepicker .ui-datepicker-prev span,\n.ui-datepicker .ui-datepicker-next span {\n\tdisplay: block;\n\tposition: absolute;\n\tleft: 50%;\n\tmargin-left: -8px;\n\ttop: 50%;\n\tmargin-top: -8px;\n}\n.ui-datepicker .ui-datepicker-title {\n\tmargin: 0 2.3em;\n\tline-height: 1.8em;\n\ttext-align: center;\n}\n.ui-datepicker .ui-datepicker-title select {\n\tfont-size: 1em;\n\tmargin: 1px 0;\n}\n.ui-datepicker select.ui-datepicker-month,\n.ui-datepicker select.ui-datepicker-year {\n\twidth: 45%;\n}\n.ui-datepicker table {\n\twidth: 100%;\n\tfont-size: .9em;\n\tborder-collapse: collapse;\n\tmargin: 0 0 .4em;\n}\n.ui-datepicker th {\n\tpadding: .7em .3em;\n\ttext-align: center;\n\tfont-weight: bold;\n\tborder: 0;\n}\n.ui-datepicker td {\n\tborder: 0;\n\tpadding: 1px;\n}\n.ui-datepicker td span,\n.ui-datepicker td a {\n\tdisplay: block;\n\tpadding: .2em;\n\ttext-align: right;\n\ttext-decoration: none;\n}\n.ui-datepicker .ui-datepicker-buttonpane {\n\tbackground-image: none;\n\tmargin: .7em 0 0 0;\n\tpadding: 0 .2em;\n\tborder-left: 0;\n\tborder-right: 0;\n\tborder-bottom: 0;\n}\n.ui-datepicker .ui-datepicker-buttonpane button {\n\tfloat: right;\n\tmargin: .5em .2em .4em;\n\tcursor: pointer;\n\tpadding: .2em .6em .3em .6em;\n\twidth: auto;\n\toverflow: visible;\n}\n.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {\n\tfloat: left;\n}\n\n/* with multiple calendars */\n.ui-datepicker.ui-datepicker-multi {\n\twidth: auto;\n}\n.ui-datepicker-multi .ui-datepicker-group {\n\tfloat: left;\n}\n.ui-datepicker-multi .ui-datepicker-group table {\n\twidth: 95%;\n\tmargin: 0 auto .4em;\n}\n.ui-datepicker-multi-2 .ui-datepicker-group {\n\twidth: 50%;\n}\n.ui-datepicker-multi-3 .ui-datepicker-group {\n\twidth: 33.3%;\n}\n.ui-datepicker-multi-4 .ui-datepicker-group {\n\twidth: 25%;\n}\n.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {\n\tborder-left-width: 0;\n}\n.ui-datepicker-multi .ui-datepicker-buttonpane {\n\tclear: left;\n}\n.ui-datepicker-row-break {\n\tclear: both;\n\twidth: 100%;\n\tfont-size: 0;\n}\n\n/* RTL support */\n.ui-datepicker-rtl {\n\tdirection: rtl;\n}\n.ui-datepicker-rtl .ui-datepicker-prev {\n\tright: 2px;\n\tleft: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next {\n\tleft: 2px;\n\tright: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-prev:hover {\n\tright: 1px;\n\tleft: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next:hover {\n\tleft: 1px;\n\tright: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane {\n\tclear: right;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button {\n\tfloat: left;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,\n.ui-datepicker-rtl .ui-datepicker-group {\n\tfloat: right;\n}\n.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {\n\tborder-right-width: 0;\n\tborder-left-width: 1px;\n}\n\n/* Icons */\n.ui-datepicker .ui-icon {\n\tdisplay: block;\n\ttext-indent: -99999px;\n\toverflow: hidden;\n\tbackground-repeat: no-repeat;\n\tleft: .5em;\n\ttop: .3em;\n}\n.ui-dialog {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tpadding: .2em;\n\toutline: 0;\n}\n.ui-dialog .ui-dialog-titlebar {\n\tpadding: .4em 1em;\n\tposition: relative;\n}\n.ui-dialog .ui-dialog-title {\n\tfloat: left;\n\tmargin: .1em 0;\n\twhite-space: nowrap;\n\twidth: 90%;\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n}\n.ui-dialog .ui-dialog-titlebar-close {\n\tposition: absolute;\n\tright: .3em;\n\ttop: 50%;\n\twidth: 20px;\n\tmargin: -10px 0 0 0;\n\tpadding: 1px;\n\theight: 20px;\n}\n.ui-dialog .ui-dialog-content {\n\tposition: relative;\n\tborder: 0;\n\tpadding: .5em 1em;\n\tbackground: none;\n\toverflow: auto;\n}\n.ui-dialog .ui-dialog-buttonpane {\n\ttext-align: left;\n\tborder-width: 1px 0 0 0;\n\tbackground-image: none;\n\tmargin-top: .5em;\n\tpadding: .3em 1em .5em .4em;\n}\n.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {\n\tfloat: right;\n}\n.ui-dialog .ui-dialog-buttonpane button {\n\tmargin: .5em .4em .5em 0;\n\tcursor: pointer;\n}\n.ui-dialog .ui-resizable-n {\n\theight: 2px;\n\ttop: 0;\n}\n.ui-dialog .ui-resizable-e {\n\twidth: 2px;\n\tright: 0;\n}\n.ui-dialog .ui-resizable-s {\n\theight: 2px;\n\tbottom: 0;\n}\n.ui-dialog .ui-resizable-w {\n\twidth: 2px;\n\tleft: 0;\n}\n.ui-dialog .ui-resizable-se,\n.ui-dialog .ui-resizable-sw,\n.ui-dialog .ui-resizable-ne,\n.ui-dialog .ui-resizable-nw {\n\twidth: 7px;\n\theight: 7px;\n}\n.ui-dialog .ui-resizable-se {\n\tright: 0;\n\tbottom: 0;\n}\n.ui-dialog .ui-resizable-sw {\n\tleft: 0;\n\tbottom: 0;\n}\n.ui-dialog .ui-resizable-ne {\n\tright: 0;\n\ttop: 0;\n}\n.ui-dialog .ui-resizable-nw {\n\tleft: 0;\n\ttop: 0;\n}\n.ui-draggable .ui-dialog-titlebar {\n\tcursor: move;\n}\n.ui-draggable-handle {\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-resizable {\n\tposition: relative;\n}\n.ui-resizable-handle {\n\tposition: absolute;\n\tfont-size: 0.1px;\n\tdisplay: block;\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-resizable-disabled .ui-resizable-handle,\n.ui-resizable-autohide .ui-resizable-handle {\n\tdisplay: none;\n}\n.ui-resizable-n {\n\tcursor: n-resize;\n\theight: 7px;\n\twidth: 100%;\n\ttop: -5px;\n\tleft: 0;\n}\n.ui-resizable-s {\n\tcursor: s-resize;\n\theight: 7px;\n\twidth: 100%;\n\tbottom: -5px;\n\tleft: 0;\n}\n.ui-resizable-e {\n\tcursor: e-resize;\n\twidth: 7px;\n\tright: -5px;\n\ttop: 0;\n\theight: 100%;\n}\n.ui-resizable-w {\n\tcursor: w-resize;\n\twidth: 7px;\n\tleft: -5px;\n\ttop: 0;\n\theight: 100%;\n}\n.ui-resizable-se {\n\tcursor: se-resize;\n\twidth: 12px;\n\theight: 12px;\n\tright: 1px;\n\tbottom: 1px;\n}\n.ui-resizable-sw {\n\tcursor: sw-resize;\n\twidth: 9px;\n\theight: 9px;\n\tleft: -5px;\n\tbottom: -5px;\n}\n.ui-resizable-nw {\n\tcursor: nw-resize;\n\twidth: 9px;\n\theight: 9px;\n\tleft: -5px;\n\ttop: -5px;\n}\n.ui-resizable-ne {\n\tcursor: ne-resize;\n\twidth: 9px;\n\theight: 9px;\n\tright: -5px;\n\ttop: -5px;\n}\n.ui-progressbar {\n\theight: 2em;\n\ttext-align: left;\n\toverflow: hidden;\n}\n.ui-progressbar .ui-progressbar-value {\n\tmargin: -1px;\n\theight: 100%;\n}\n.ui-progressbar .ui-progressbar-overlay {\n\tbackground: url(${___CSS_LOADER_URL_REPLACEMENT_1___});\n\theight: 100%;\n\t-ms-filter: \"alpha(opacity=25)\"; /* support: IE8 */\n\topacity: 0.25;\n}\n.ui-progressbar-indeterminate .ui-progressbar-value {\n\tbackground-image: none;\n}\n.ui-selectable {\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-selectable-helper {\n\tposition: absolute;\n\tz-index: 100;\n\tborder: 1px dotted black;\n}\n.ui-selectmenu-menu {\n\tpadding: 0;\n\tmargin: 0;\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tdisplay: none;\n}\n.ui-selectmenu-menu .ui-menu {\n\toverflow: auto;\n\toverflow-x: hidden;\n\tpadding-bottom: 1px;\n}\n.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {\n\tfont-size: 1em;\n\tfont-weight: bold;\n\tline-height: 1.5;\n\tpadding: 2px 0.4em;\n\tmargin: 0.5em 0 0 0;\n\theight: auto;\n\tborder: 0;\n}\n.ui-selectmenu-open {\n\tdisplay: block;\n}\n.ui-selectmenu-text {\n\tdisplay: block;\n\tmargin-right: 20px;\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n}\n.ui-selectmenu-button.ui-button {\n\ttext-align: left;\n\twhite-space: nowrap;\n\twidth: 14em;\n}\n.ui-selectmenu-icon.ui-icon {\n\tfloat: right;\n\tmargin-top: 0;\n}\n.ui-slider {\n\tposition: relative;\n\ttext-align: left;\n}\n.ui-slider .ui-slider-handle {\n\tposition: absolute;\n\tz-index: 2;\n\twidth: 1.2em;\n\theight: 1.2em;\n\tcursor: pointer;\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-slider .ui-slider-range {\n\tposition: absolute;\n\tz-index: 1;\n\tfont-size: .7em;\n\tdisplay: block;\n\tborder: 0;\n\tbackground-position: 0 0;\n}\n\n/* support: IE8 - See #6727 */\n.ui-slider.ui-state-disabled .ui-slider-handle,\n.ui-slider.ui-state-disabled .ui-slider-range {\n\tfilter: inherit;\n}\n\n.ui-slider-horizontal {\n\theight: .8em;\n}\n.ui-slider-horizontal .ui-slider-handle {\n\ttop: -.3em;\n\tmargin-left: -.6em;\n}\n.ui-slider-horizontal .ui-slider-range {\n\ttop: 0;\n\theight: 100%;\n}\n.ui-slider-horizontal .ui-slider-range-min {\n\tleft: 0;\n}\n.ui-slider-horizontal .ui-slider-range-max {\n\tright: 0;\n}\n\n.ui-slider-vertical {\n\twidth: .8em;\n\theight: 100px;\n}\n.ui-slider-vertical .ui-slider-handle {\n\tleft: -.3em;\n\tmargin-left: 0;\n\tmargin-bottom: -.6em;\n}\n.ui-slider-vertical .ui-slider-range {\n\tleft: 0;\n\twidth: 100%;\n}\n.ui-slider-vertical .ui-slider-range-min {\n\tbottom: 0;\n}\n.ui-slider-vertical .ui-slider-range-max {\n\ttop: 0;\n}\n.ui-sortable-handle {\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-spinner {\n\tposition: relative;\n\tdisplay: inline-block;\n\toverflow: hidden;\n\tpadding: 0;\n\tvertical-align: middle;\n}\n.ui-spinner-input {\n\tborder: none;\n\tbackground: none;\n\tcolor: inherit;\n\tpadding: .222em 0;\n\tmargin: .2em 0;\n\tvertical-align: middle;\n\tmargin-left: .4em;\n\tmargin-right: 2em;\n}\n.ui-spinner-button {\n\twidth: 1.6em;\n\theight: 50%;\n\tfont-size: .5em;\n\tpadding: 0;\n\tmargin: 0;\n\ttext-align: center;\n\tposition: absolute;\n\tcursor: default;\n\tdisplay: block;\n\toverflow: hidden;\n\tright: 0;\n}\n/* more specificity required here to override default borders */\n.ui-spinner a.ui-spinner-button {\n\tborder-top-style: none;\n\tborder-bottom-style: none;\n\tborder-right-style: none;\n}\n.ui-spinner-up {\n\ttop: 0;\n}\n.ui-spinner-down {\n\tbottom: 0;\n}\n.ui-tabs {\n\tposition: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as \"fixed\") */\n\tpadding: .2em;\n}\n.ui-tabs .ui-tabs-nav {\n\tmargin: 0;\n\tpadding: .2em .2em 0;\n}\n.ui-tabs .ui-tabs-nav li {\n\tlist-style: none;\n\tfloat: left;\n\tposition: relative;\n\ttop: 0;\n\tmargin: 1px .2em 0 0;\n\tborder-bottom-width: 0;\n\tpadding: 0;\n\twhite-space: nowrap;\n}\n.ui-tabs .ui-tabs-nav .ui-tabs-anchor {\n\tfloat: left;\n\tpadding: .5em 1em;\n\ttext-decoration: none;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active {\n\tmargin-bottom: -1px;\n\tpadding-bottom: 1px;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,\n.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,\n.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {\n\tcursor: text;\n}\n.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {\n\tcursor: pointer;\n}\n.ui-tabs .ui-tabs-panel {\n\tdisplay: block;\n\tborder-width: 0;\n\tpadding: 1em 1.4em;\n\tbackground: none;\n}\n.ui-tooltip {\n\tpadding: 8px;\n\tposition: absolute;\n\tz-index: 9999;\n\tmax-width: 300px;\n}\nbody .ui-tooltip {\n\tborder-width: 2px;\n}\n\n/* Component containers\n----------------------------------*/\n.ui-widget {\n\tfont-family: Arial,Helvetica,sans-serif;\n\tfont-size: 1em;\n}\n.ui-widget .ui-widget {\n\tfont-size: 1em;\n}\n.ui-widget input,\n.ui-widget select,\n.ui-widget textarea,\n.ui-widget button {\n\tfont-family: Arial,Helvetica,sans-serif;\n\tfont-size: 1em;\n}\n.ui-widget.ui-widget-content {\n\tborder: 1px solid #c5c5c5;\n}\n.ui-widget-content {\n\tborder: 1px solid #dddddd;\n\tbackground: #ffffff;\n\tcolor: #333333;\n}\n.ui-widget-content a {\n\tcolor: #333333;\n}\n.ui-widget-header {\n\tborder: 1px solid #dddddd;\n\tbackground: #e9e9e9;\n\tcolor: #333333;\n\tfont-weight: bold;\n}\n.ui-widget-header a {\n\tcolor: #333333;\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default,\n.ui-button,\n\n/* We use html here because we need a greater specificity to make sure disabled\nworks properly when clicked or hovered */\nhtml .ui-button.ui-state-disabled:hover,\nhtml .ui-button.ui-state-disabled:active {\n\tborder: 1px solid #c5c5c5;\n\tbackground: #f6f6f6;\n\tfont-weight: normal;\n\tcolor: #454545;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited,\na.ui-button,\na:link.ui-button,\na:visited.ui-button,\n.ui-button {\n\tcolor: #454545;\n\ttext-decoration: none;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus,\n.ui-button:hover,\n.ui-button:focus {\n\tborder: 1px solid #cccccc;\n\tbackground: #ededed;\n\tfont-weight: normal;\n\tcolor: #2b2b2b;\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited,\n.ui-state-focus a,\n.ui-state-focus a:hover,\n.ui-state-focus a:link,\n.ui-state-focus a:visited,\na.ui-button:hover,\na.ui-button:focus {\n\tcolor: #2b2b2b;\n\ttext-decoration: none;\n}\n\n.ui-visual-focus {\n\tbox-shadow: 0 0 3px 1px rgb(94, 158, 214);\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active,\na.ui-button:active,\n.ui-button:active,\n.ui-button.ui-state-active:hover {\n\tborder: 1px solid #003eff;\n\tbackground: #007fff;\n\tfont-weight: normal;\n\tcolor: #ffffff;\n}\n.ui-icon-background,\n.ui-state-active .ui-icon-background {\n\tborder: #003eff;\n\tbackground-color: #ffffff;\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n\tcolor: #ffffff;\n\ttext-decoration: none;\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n\tborder: 1px solid #dad55e;\n\tbackground: #fffa90;\n\tcolor: #777620;\n}\n.ui-state-checked {\n\tborder: 1px solid #dad55e;\n\tbackground: #fffa90;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n\tcolor: #777620;\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n\tborder: 1px solid #f1a899;\n\tbackground: #fddfdf;\n\tcolor: #5f3f3f;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n\tcolor: #5f3f3f;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n\tcolor: #5f3f3f;\n}\n.ui-priority-primary,\n.ui-widget-content .ui-priority-primary,\n.ui-widget-header .ui-priority-primary {\n\tfont-weight: bold;\n}\n.ui-priority-secondary,\n.ui-widget-content .ui-priority-secondary,\n.ui-widget-header .ui-priority-secondary {\n\topacity: .7;\n\t-ms-filter: \"alpha(opacity=70)\"; /* support: IE8 */\n\tfont-weight: normal;\n}\n.ui-state-disabled,\n.ui-widget-content .ui-state-disabled,\n.ui-widget-header .ui-state-disabled {\n\topacity: .35;\n\t-ms-filter: \"alpha(opacity=35)\"; /* support: IE8 */\n\tbackground-image: none;\n}\n.ui-state-disabled .ui-icon {\n\t-ms-filter: \"alpha(opacity=35)\"; /* support: IE8 - See #6059 */\n}\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n\twidth: 16px;\n\theight: 16px;\n}\n.ui-icon,\n.ui-widget-content .ui-icon {\n\tbackground-image: url(${___CSS_LOADER_URL_REPLACEMENT_2___});\n}\n.ui-widget-header .ui-icon {\n\tbackground-image: url(${___CSS_LOADER_URL_REPLACEMENT_2___});\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon,\n.ui-button:hover .ui-icon,\n.ui-button:focus .ui-icon {\n\tbackground-image: url(${___CSS_LOADER_URL_REPLACEMENT_3___});\n}\n.ui-state-active .ui-icon,\n.ui-button:active .ui-icon {\n\tbackground-image: url(${___CSS_LOADER_URL_REPLACEMENT_4___});\n}\n.ui-state-highlight .ui-icon,\n.ui-button .ui-state-highlight.ui-icon {\n\tbackground-image: url(${___CSS_LOADER_URL_REPLACEMENT_5___});\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n\tbackground-image: url(${___CSS_LOADER_URL_REPLACEMENT_6___});\n}\n.ui-button .ui-icon {\n\tbackground-image: url(${___CSS_LOADER_URL_REPLACEMENT_7___});\n}\n\n/* positioning */\n/* Three classes needed to override \\`.ui-button:hover .ui-icon\\` */\n.ui-icon-blank.ui-icon-blank.ui-icon-blank {\n\tbackground-image: none;\n}\n.ui-icon-caret-1-n { background-position: 0 0; }\n.ui-icon-caret-1-ne { background-position: -16px 0; }\n.ui-icon-caret-1-e { background-position: -32px 0; }\n.ui-icon-caret-1-se { background-position: -48px 0; }\n.ui-icon-caret-1-s { background-position: -65px 0; }\n.ui-icon-caret-1-sw { background-position: -80px 0; }\n.ui-icon-caret-1-w { background-position: -96px 0; }\n.ui-icon-caret-1-nw { background-position: -112px 0; }\n.ui-icon-caret-2-n-s { background-position: -128px 0; }\n.ui-icon-caret-2-e-w { background-position: -144px 0; }\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\n.ui-icon-triangle-1-s { background-position: -65px -16px; }\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\n.ui-icon-arrow-1-s { background-position: -65px -32px; }\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\n.ui-icon-arrowthick-1-n { background-position: 1px -48px; }\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\n.ui-icon-arrow-4 { background-position: 0 -80px; }\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\n.ui-icon-extlink { background-position: -32px -80px; }\n.ui-icon-newwin { background-position: -48px -80px; }\n.ui-icon-refresh { background-position: -64px -80px; }\n.ui-icon-shuffle { background-position: -80px -80px; }\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\n.ui-icon-folder-open { background-position: -16px -96px; }\n.ui-icon-document { background-position: -32px -96px; }\n.ui-icon-document-b { background-position: -48px -96px; }\n.ui-icon-note { background-position: -64px -96px; }\n.ui-icon-mail-closed { background-position: -80px -96px; }\n.ui-icon-mail-open { background-position: -96px -96px; }\n.ui-icon-suitcase { background-position: -112px -96px; }\n.ui-icon-comment { background-position: -128px -96px; }\n.ui-icon-person { background-position: -144px -96px; }\n.ui-icon-print { background-position: -160px -96px; }\n.ui-icon-trash { background-position: -176px -96px; }\n.ui-icon-locked { background-position: -192px -96px; }\n.ui-icon-unlocked { background-position: -208px -96px; }\n.ui-icon-bookmark { background-position: -224px -96px; }\n.ui-icon-tag { background-position: -240px -96px; }\n.ui-icon-home { background-position: 0 -112px; }\n.ui-icon-flag { background-position: -16px -112px; }\n.ui-icon-calendar { background-position: -32px -112px; }\n.ui-icon-cart { background-position: -48px -112px; }\n.ui-icon-pencil { background-position: -64px -112px; }\n.ui-icon-clock { background-position: -80px -112px; }\n.ui-icon-disk { background-position: -96px -112px; }\n.ui-icon-calculator { background-position: -112px -112px; }\n.ui-icon-zoomin { background-position: -128px -112px; }\n.ui-icon-zoomout { background-position: -144px -112px; }\n.ui-icon-search { background-position: -160px -112px; }\n.ui-icon-wrench { background-position: -176px -112px; }\n.ui-icon-gear { background-position: -192px -112px; }\n.ui-icon-heart { background-position: -208px -112px; }\n.ui-icon-star { background-position: -224px -112px; }\n.ui-icon-link { background-position: -240px -112px; }\n.ui-icon-cancel { background-position: 0 -128px; }\n.ui-icon-plus { background-position: -16px -128px; }\n.ui-icon-plusthick { background-position: -32px -128px; }\n.ui-icon-minus { background-position: -48px -128px; }\n.ui-icon-minusthick { background-position: -64px -128px; }\n.ui-icon-close { background-position: -80px -128px; }\n.ui-icon-closethick { background-position: -96px -128px; }\n.ui-icon-key { background-position: -112px -128px; }\n.ui-icon-lightbulb { background-position: -128px -128px; }\n.ui-icon-scissors { background-position: -144px -128px; }\n.ui-icon-clipboard { background-position: -160px -128px; }\n.ui-icon-copy { background-position: -176px -128px; }\n.ui-icon-contact { background-position: -192px -128px; }\n.ui-icon-image { background-position: -208px -128px; }\n.ui-icon-video { background-position: -224px -128px; }\n.ui-icon-script { background-position: -240px -128px; }\n.ui-icon-alert { background-position: 0 -144px; }\n.ui-icon-info { background-position: -16px -144px; }\n.ui-icon-notice { background-position: -32px -144px; }\n.ui-icon-help { background-position: -48px -144px; }\n.ui-icon-check { background-position: -64px -144px; }\n.ui-icon-bullet { background-position: -80px -144px; }\n.ui-icon-radio-on { background-position: -96px -144px; }\n.ui-icon-radio-off { background-position: -112px -144px; }\n.ui-icon-pin-w { background-position: -128px -144px; }\n.ui-icon-pin-s { background-position: -144px -144px; }\n.ui-icon-play { background-position: 0 -160px; }\n.ui-icon-pause { background-position: -16px -160px; }\n.ui-icon-seek-next { background-position: -32px -160px; }\n.ui-icon-seek-prev { background-position: -48px -160px; }\n.ui-icon-seek-end { background-position: -64px -160px; }\n.ui-icon-seek-start { background-position: -80px -160px; }\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\n.ui-icon-seek-first { background-position: -80px -160px; }\n.ui-icon-stop { background-position: -96px -160px; }\n.ui-icon-eject { background-position: -112px -160px; }\n.ui-icon-volume-off { background-position: -128px -160px; }\n.ui-icon-volume-on { background-position: -144px -160px; }\n.ui-icon-power { background-position: 0 -176px; }\n.ui-icon-signal-diag { background-position: -16px -176px; }\n.ui-icon-signal { background-position: -32px -176px; }\n.ui-icon-battery-0 { background-position: -48px -176px; }\n.ui-icon-battery-1 { background-position: -64px -176px; }\n.ui-icon-battery-2 { background-position: -80px -176px; }\n.ui-icon-battery-3 { background-position: -96px -176px; }\n.ui-icon-circle-plus { background-position: 0 -192px; }\n.ui-icon-circle-minus { background-position: -16px -192px; }\n.ui-icon-circle-close { background-position: -32px -192px; }\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\n.ui-icon-circle-check { background-position: -208px -192px; }\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Corner radius */\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-left,\n.ui-corner-tl {\n\tborder-top-left-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-right,\n.ui-corner-tr {\n\tborder-top-right-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-left,\n.ui-corner-bl {\n\tborder-bottom-left-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-right,\n.ui-corner-br {\n\tborder-bottom-right-radius: 3px;\n}\n\n/* Overlays */\n.ui-widget-overlay {\n\tbackground: #aaaaaa;\n\topacity: .003;\n\t-ms-filter: \"alpha(opacity=.3)\"; /* support: IE8 */\n}\n.ui-widget-shadow {\n\t-webkit-box-shadow: 0px 0px 5px #666666;\n\tbox-shadow: 0px 0px 5px #666666;\n}\n`, \"\",{\"version\":3,\"sources\":[\"webpack://./node_modules/jquery-ui-dist/jquery-ui.css\"],\"names\":[],\"mappings\":\"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,YAAY;AACb;AACA;CACC,WAAW;CACX,YAAY;CACZ,kBAAkB;CAClB,iBAAiB;CACjB,YAAY;AACb;AACA;;CAEC,sBAAsB;CACtB,UAAU;CACV,WAAW;CACX,iBAAiB;CACjB,mBAAmB;AACpB;AACA;CACC,oBAAoB;AACrB;AACA;CACC,WAAW;CACX,oBAAoB;CACpB,aAAa;AACd;AACA;CACC,kBAAkB;CAClB,eAAe;AAChB;AACA;;CAEC,kBAAkB;CAClB,QAAQ;CACR,YAAY;CACZ,aAAa;AACd;AACA;;CAEC,QAAQ;AACT;AACA;CACC,SAAS;AACV;AACA;CACC,UAAU;AACX;AACA;CACC,SAAS;AACV;AACA;CACC,UAAU;AACX;AACA;;CAEC,cAAc;CACd,kBAAkB;CAClB,SAAS;CACT,iBAAiB;CACjB,QAAQ;CACR,gBAAgB;AACjB;AACA;CACC,eAAe;CACf,kBAAkB;CAClB,kBAAkB;AACnB;AACA;CACC,cAAc;CACd,aAAa;AACd;AACA;;CAEC,UAAU;AACX;AACA;CACC,WAAW;CACX,eAAe;CACf,yBAAyB;CACzB,gBAAgB;AACjB;AACA;CACC,kBAAkB;CAClB,kBAAkB;CAClB,iBAAiB;CACjB,SAAS;AACV;AACA;CACC,SAAS;CACT,YAAY;AACb;AACA;;CAEC,cAAc;CACd,aAAa;CACb,iBAAiB;CACjB,qBAAqB;AACtB;AACA;CACC,sBAAsB;CACtB,kBAAkB;CAClB,eAAe;CACf,cAAc;CACd,eAAe;CACf,gBAAgB;AACjB;AACA;CACC,YAAY;CACZ,sBAAsB;CACtB,eAAe;CACf,4BAA4B;CAC5B,WAAW;CACX,iBAAiB;AAClB;AACA;CACC,WAAW;AACZ;;AAEA,4BAA4B;AAC5B;CACC,WAAW;AACZ;AACA;CACC,WAAW;AACZ;AACA;CACC,UAAU;CACV,mBAAmB;AACpB;AACA;CACC,UAAU;AACX;AACA;CACC,YAAY;AACb;AACA;CACC,UAAU;AACX;AACA;;CAEC,oBAAoB;AACrB;AACA;CACC,WAAW;AACZ;AACA;CACC,WAAW;CACX,WAAW;CACX,YAAY;AACb;;AAEA,gBAAgB;AAChB;CACC,cAAc;AACf;AACA;CACC,UAAU;CACV,UAAU;AACX;AACA;CACC,SAAS;CACT,WAAW;AACZ;AACA;CACC,UAAU;CACV,UAAU;AACX;AACA;CACC,SAAS;CACT,WAAW;AACZ;AACA;CACC,YAAY;AACb;AACA;CACC,WAAW;AACZ;AACA;;CAEC,YAAY;AACb;AACA;;CAEC,qBAAqB;CACrB,sBAAsB;AACvB;;AAEA,UAAU;AACV;CACC,cAAc;CACd,qBAAqB;CACrB,gBAAgB;CAChB,4BAA4B;CAC5B,UAAU;CACV,SAAS;AACV;AACA;CACC,kBAAkB;CAClB,MAAM;CACN,OAAO;CACP,aAAa;CACb,UAAU;AACX;AACA;CACC,iBAAiB;CACjB,kBAAkB;AACnB;AACA;CACC,WAAW;CACX,cAAc;CACd,mBAAmB;CACnB,UAAU;CACV,gBAAgB;CAChB,uBAAuB;AACxB;AACA;CACC,kBAAkB;CAClB,WAAW;CACX,QAAQ;CACR,WAAW;CACX,mBAAmB;CACnB,YAAY;CACZ,YAAY;AACb;AACA;CACC,kBAAkB;CAClB,SAAS;CACT,iBAAiB;CACjB,gBAAgB;CAChB,cAAc;AACf;AACA;CACC,gBAAgB;CAChB,uBAAuB;CACvB,sBAAsB;CACtB,gBAAgB;CAChB,2BAA2B;AAC5B;AACA;CACC,YAAY;AACb;AACA;CACC,wBAAwB;CACxB,eAAe;AAChB;AACA;CACC,WAAW;CACX,MAAM;AACP;AACA;CACC,UAAU;CACV,QAAQ;AACT;AACA;CACC,WAAW;CACX,SAAS;AACV;AACA;CACC,UAAU;CACV,OAAO;AACR;AACA;;;;CAIC,UAAU;CACV,WAAW;AACZ;AACA;CACC,QAAQ;CACR,SAAS;AACV;AACA;CACC,OAAO;CACP,SAAS;AACV;AACA;CACC,QAAQ;CACR,MAAM;AACP;AACA;CACC,OAAO;CACP,MAAM;AACP;AACA;CACC,YAAY;AACb;AACA;CACC,sBAAsB;CACtB,kBAAkB;AACnB;AACA;CACC,kBAAkB;AACnB;AACA;CACC,kBAAkB;CAClB,gBAAgB;CAChB,cAAc;CACd,sBAAsB;CACtB,kBAAkB;AACnB;AACA;;CAEC,aAAa;AACd;AACA;CACC,gBAAgB;CAChB,WAAW;CACX,WAAW;CACX,SAAS;CACT,OAAO;AACR;AACA;CACC,gBAAgB;CAChB,WAAW;CACX,WAAW;CACX,YAAY;CACZ,OAAO;AACR;AACA;CACC,gBAAgB;CAChB,UAAU;CACV,WAAW;CACX,MAAM;CACN,YAAY;AACb;AACA;CACC,gBAAgB;CAChB,UAAU;CACV,UAAU;CACV,MAAM;CACN,YAAY;AACb;AACA;CACC,iBAAiB;CACjB,WAAW;CACX,YAAY;CACZ,UAAU;CACV,WAAW;AACZ;AACA;CACC,iBAAiB;CACjB,UAAU;CACV,WAAW;CACX,UAAU;CACV,YAAY;AACb;AACA;CACC,iBAAiB;CACjB,UAAU;CACV,WAAW;CACX,UAAU;CACV,SAAS;AACV;AACA;CACC,iBAAiB;CACjB,UAAU;CACV,WAAW;CACX,WAAW;CACX,SAAS;AACV;AACA;CACC,WAAW;CACX,gBAAgB;CAChB,gBAAgB;AACjB;AACA;CACC,YAAY;CACZ,YAAY;AACb;AACA;CACC,mDAAyzE;CACzzE,YAAY;CACZ,+BAA+B,EAAE,iBAAiB;CAClD,aAAa;AACd;AACA;CACC,sBAAsB;AACvB;AACA;CACC,sBAAsB;CACtB,kBAAkB;AACnB;AACA;CACC,kBAAkB;CAClB,YAAY;CACZ,wBAAwB;AACzB;AACA;CACC,UAAU;CACV,SAAS;CACT,kBAAkB;CAClB,MAAM;CACN,OAAO;CACP,aAAa;AACd;AACA;CACC,cAAc;CACd,kBAAkB;CAClB,mBAAmB;AACpB;AACA;CACC,cAAc;CACd,iBAAiB;CACjB,gBAAgB;CAChB,kBAAkB;CAClB,mBAAmB;CACnB,YAAY;CACZ,SAAS;AACV;AACA;CACC,cAAc;AACf;AACA;CACC,cAAc;CACd,kBAAkB;CAClB,gBAAgB;CAChB,uBAAuB;AACxB;AACA;CACC,gBAAgB;CAChB,mBAAmB;CACnB,WAAW;AACZ;AACA;CACC,YAAY;CACZ,aAAa;AACd;AACA;CACC,kBAAkB;CAClB,gBAAgB;AACjB;AACA;CACC,kBAAkB;CAClB,UAAU;CACV,YAAY;CACZ,aAAa;CACb,eAAe;CACf,sBAAsB;CACtB,kBAAkB;AACnB;AACA;CACC,kBAAkB;CAClB,UAAU;CACV,eAAe;CACf,cAAc;CACd,SAAS;CACT,wBAAwB;AACzB;;AAEA,6BAA6B;AAC7B;;CAEC,eAAe;AAChB;;AAEA;CACC,YAAY;AACb;AACA;CACC,UAAU;CACV,kBAAkB;AACnB;AACA;CACC,MAAM;CACN,YAAY;AACb;AACA;CACC,OAAO;AACR;AACA;CACC,QAAQ;AACT;;AAEA;CACC,WAAW;CACX,aAAa;AACd;AACA;CACC,WAAW;CACX,cAAc;CACd,oBAAoB;AACrB;AACA;CACC,OAAO;CACP,WAAW;AACZ;AACA;CACC,SAAS;AACV;AACA;CACC,MAAM;AACP;AACA;CACC,sBAAsB;CACtB,kBAAkB;AACnB;AACA;CACC,kBAAkB;CAClB,qBAAqB;CACrB,gBAAgB;CAChB,UAAU;CACV,sBAAsB;AACvB;AACA;CACC,YAAY;CACZ,gBAAgB;CAChB,cAAc;CACd,iBAAiB;CACjB,cAAc;CACd,sBAAsB;CACtB,iBAAiB;CACjB,iBAAiB;AAClB;AACA;CACC,YAAY;CACZ,WAAW;CACX,eAAe;CACf,UAAU;CACV,SAAS;CACT,kBAAkB;CAClB,kBAAkB;CAClB,eAAe;CACf,cAAc;CACd,gBAAgB;CAChB,QAAQ;AACT;AACA,+DAA+D;AAC/D;CACC,sBAAsB;CACtB,yBAAyB;CACzB,wBAAwB;AACzB;AACA;CACC,MAAM;AACP;AACA;CACC,SAAS;AACV;AACA;CACC,kBAAkB,CAAC,uIAAuI;CAC1J,aAAa;AACd;AACA;CACC,SAAS;CACT,oBAAoB;AACrB;AACA;CACC,gBAAgB;CAChB,WAAW;CACX,kBAAkB;CAClB,MAAM;CACN,oBAAoB;CACpB,sBAAsB;CACtB,UAAU;CACV,mBAAmB;AACpB;AACA;CACC,WAAW;CACX,iBAAiB;CACjB,qBAAqB;AACtB;AACA;CACC,mBAAmB;CACnB,mBAAmB;AACpB;AACA;;;CAGC,YAAY;AACb;AACA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\",\"sourcesContent\":[\"/*! jQuery UI - v1.13.3 - 2024-04-26\\n* https://jqueryui.com\\n* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css\\n* To view and modify this theme, visit https://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=%22alpha(opacity%3D30)%22&opacityFilterOverlay=%22alpha(opacity%3D30)%22&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6\\n* Copyright OpenJS Foundation and other contributors; Licensed MIT */\\n\\n/* Layout helpers\\n----------------------------------*/\\n.ui-helper-hidden {\\n\\tdisplay: none;\\n}\\n.ui-helper-hidden-accessible {\\n\\tborder: 0;\\n\\tclip: rect(0 0 0 0);\\n\\theight: 1px;\\n\\tmargin: -1px;\\n\\toverflow: hidden;\\n\\tpadding: 0;\\n\\tposition: absolute;\\n\\twidth: 1px;\\n}\\n.ui-helper-reset {\\n\\tmargin: 0;\\n\\tpadding: 0;\\n\\tborder: 0;\\n\\toutline: 0;\\n\\tline-height: 1.3;\\n\\ttext-decoration: none;\\n\\tfont-size: 100%;\\n\\tlist-style: none;\\n}\\n.ui-helper-clearfix:before,\\n.ui-helper-clearfix:after {\\n\\tcontent: \\\"\\\";\\n\\tdisplay: table;\\n\\tborder-collapse: collapse;\\n}\\n.ui-helper-clearfix:after {\\n\\tclear: both;\\n}\\n.ui-helper-zfix {\\n\\twidth: 100%;\\n\\theight: 100%;\\n\\ttop: 0;\\n\\tleft: 0;\\n\\tposition: absolute;\\n\\topacity: 0;\\n\\t-ms-filter: \\\"alpha(opacity=0)\\\"; /* support: IE8 */\\n}\\n\\n.ui-front {\\n\\tz-index: 100;\\n}\\n\\n\\n/* Interaction Cues\\n----------------------------------*/\\n.ui-state-disabled {\\n\\tcursor: default !important;\\n\\tpointer-events: none;\\n}\\n\\n\\n/* Icons\\n----------------------------------*/\\n.ui-icon {\\n\\tdisplay: inline-block;\\n\\tvertical-align: middle;\\n\\tmargin-top: -.25em;\\n\\tposition: relative;\\n\\ttext-indent: -99999px;\\n\\toverflow: hidden;\\n\\tbackground-repeat: no-repeat;\\n}\\n\\n.ui-widget-icon-block {\\n\\tleft: 50%;\\n\\tmargin-left: -8px;\\n\\tdisplay: block;\\n}\\n\\n/* Misc visuals\\n----------------------------------*/\\n\\n/* Overlays */\\n.ui-widget-overlay {\\n\\tposition: fixed;\\n\\ttop: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\n\\theight: 100%;\\n}\\n.ui-accordion .ui-accordion-header {\\n\\tdisplay: block;\\n\\tcursor: pointer;\\n\\tposition: relative;\\n\\tmargin: 2px 0 0 0;\\n\\tpadding: .5em .5em .5em .7em;\\n\\tfont-size: 100%;\\n}\\n.ui-accordion .ui-accordion-content {\\n\\tpadding: 1em 2.2em;\\n\\tborder-top: 0;\\n\\toverflow: auto;\\n}\\n.ui-autocomplete {\\n\\tposition: absolute;\\n\\ttop: 0;\\n\\tleft: 0;\\n\\tcursor: default;\\n}\\n.ui-menu {\\n\\tlist-style: none;\\n\\tpadding: 0;\\n\\tmargin: 0;\\n\\tdisplay: block;\\n\\toutline: 0;\\n}\\n.ui-menu .ui-menu {\\n\\tposition: absolute;\\n}\\n.ui-menu .ui-menu-item {\\n\\tmargin: 0;\\n\\tcursor: pointer;\\n\\t/* support: IE10, see #8844 */\\n\\tlist-style-image: url(\\\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\\\");\\n}\\n.ui-menu .ui-menu-item-wrapper {\\n\\tposition: relative;\\n\\tpadding: 3px 1em 3px .4em;\\n}\\n.ui-menu .ui-menu-divider {\\n\\tmargin: 5px 0;\\n\\theight: 0;\\n\\tfont-size: 0;\\n\\tline-height: 0;\\n\\tborder-width: 1px 0 0 0;\\n}\\n.ui-menu .ui-state-focus,\\n.ui-menu .ui-state-active {\\n\\tmargin: -1px;\\n}\\n\\n/* icon support */\\n.ui-menu-icons {\\n\\tposition: relative;\\n}\\n.ui-menu-icons .ui-menu-item-wrapper {\\n\\tpadding-left: 2em;\\n}\\n\\n/* left-aligned */\\n.ui-menu .ui-icon {\\n\\tposition: absolute;\\n\\ttop: 0;\\n\\tbottom: 0;\\n\\tleft: .2em;\\n\\tmargin: auto 0;\\n}\\n\\n/* right-aligned */\\n.ui-menu .ui-menu-icon {\\n\\tleft: auto;\\n\\tright: 0;\\n}\\n.ui-button {\\n\\tpadding: .4em 1em;\\n\\tdisplay: inline-block;\\n\\tposition: relative;\\n\\tline-height: normal;\\n\\tmargin-right: .1em;\\n\\tcursor: pointer;\\n\\tvertical-align: middle;\\n\\ttext-align: center;\\n\\t-webkit-user-select: none;\\n\\t-moz-user-select: none;\\n\\t-ms-user-select: none;\\n\\tuser-select: none;\\n\\n\\t/* Support: IE <= 11 */\\n\\toverflow: visible;\\n}\\n\\n.ui-button,\\n.ui-button:link,\\n.ui-button:visited,\\n.ui-button:hover,\\n.ui-button:active {\\n\\ttext-decoration: none;\\n}\\n\\n/* to make room for the icon, a width needs to be set here */\\n.ui-button-icon-only {\\n\\twidth: 2em;\\n\\tbox-sizing: border-box;\\n\\ttext-indent: -9999px;\\n\\twhite-space: nowrap;\\n}\\n\\n/* no icon support for input elements */\\ninput.ui-button.ui-button-icon-only {\\n\\ttext-indent: 0;\\n}\\n\\n/* button icon element(s) */\\n.ui-button-icon-only .ui-icon {\\n\\tposition: absolute;\\n\\ttop: 50%;\\n\\tleft: 50%;\\n\\tmargin-top: -8px;\\n\\tmargin-left: -8px;\\n}\\n\\n.ui-button.ui-icon-notext .ui-icon {\\n\\tpadding: 0;\\n\\twidth: 2.1em;\\n\\theight: 2.1em;\\n\\ttext-indent: -9999px;\\n\\twhite-space: nowrap;\\n\\n}\\n\\ninput.ui-button.ui-icon-notext .ui-icon {\\n\\twidth: auto;\\n\\theight: auto;\\n\\ttext-indent: 0;\\n\\twhite-space: normal;\\n\\tpadding: .4em 1em;\\n}\\n\\n/* workarounds */\\n/* Support: Firefox 5 - 40 */\\ninput.ui-button::-moz-focus-inner,\\nbutton.ui-button::-moz-focus-inner {\\n\\tborder: 0;\\n\\tpadding: 0;\\n}\\n.ui-controlgroup {\\n\\tvertical-align: middle;\\n\\tdisplay: inline-block;\\n}\\n.ui-controlgroup > .ui-controlgroup-item {\\n\\tfloat: left;\\n\\tmargin-left: 0;\\n\\tmargin-right: 0;\\n}\\n.ui-controlgroup > .ui-controlgroup-item:focus,\\n.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {\\n\\tz-index: 9999;\\n}\\n.ui-controlgroup-vertical > .ui-controlgroup-item {\\n\\tdisplay: block;\\n\\tfloat: none;\\n\\twidth: 100%;\\n\\tmargin-top: 0;\\n\\tmargin-bottom: 0;\\n\\ttext-align: left;\\n}\\n.ui-controlgroup-vertical .ui-controlgroup-item {\\n\\tbox-sizing: border-box;\\n}\\n.ui-controlgroup .ui-controlgroup-label {\\n\\tpadding: .4em 1em;\\n}\\n.ui-controlgroup .ui-controlgroup-label span {\\n\\tfont-size: 80%;\\n}\\n.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {\\n\\tborder-left: none;\\n}\\n.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {\\n\\tborder-top: none;\\n}\\n.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {\\n\\tborder-right: none;\\n}\\n.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {\\n\\tborder-bottom: none;\\n}\\n\\n/* Spinner specific style fixes */\\n.ui-controlgroup-vertical .ui-spinner-input {\\n\\n\\t/* Support: IE8 only, Android < 4.4 only */\\n\\twidth: 75%;\\n\\twidth: calc( 100% - 2.4em );\\n}\\n.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {\\n\\tborder-top-style: solid;\\n}\\n\\n.ui-checkboxradio-label .ui-icon-background {\\n\\tbox-shadow: inset 1px 1px 1px #ccc;\\n\\tborder-radius: .12em;\\n\\tborder: none;\\n}\\n.ui-checkboxradio-radio-label .ui-icon-background {\\n\\twidth: 16px;\\n\\theight: 16px;\\n\\tborder-radius: 1em;\\n\\toverflow: visible;\\n\\tborder: none;\\n}\\n.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,\\n.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {\\n\\tbackground-image: none;\\n\\twidth: 8px;\\n\\theight: 8px;\\n\\tborder-width: 4px;\\n\\tborder-style: solid;\\n}\\n.ui-checkboxradio-disabled {\\n\\tpointer-events: none;\\n}\\n.ui-datepicker {\\n\\twidth: 17em;\\n\\tpadding: .2em .2em 0;\\n\\tdisplay: none;\\n}\\n.ui-datepicker .ui-datepicker-header {\\n\\tposition: relative;\\n\\tpadding: .2em 0;\\n}\\n.ui-datepicker .ui-datepicker-prev,\\n.ui-datepicker .ui-datepicker-next {\\n\\tposition: absolute;\\n\\ttop: 2px;\\n\\twidth: 1.8em;\\n\\theight: 1.8em;\\n}\\n.ui-datepicker .ui-datepicker-prev-hover,\\n.ui-datepicker .ui-datepicker-next-hover {\\n\\ttop: 1px;\\n}\\n.ui-datepicker .ui-datepicker-prev {\\n\\tleft: 2px;\\n}\\n.ui-datepicker .ui-datepicker-next {\\n\\tright: 2px;\\n}\\n.ui-datepicker .ui-datepicker-prev-hover {\\n\\tleft: 1px;\\n}\\n.ui-datepicker .ui-datepicker-next-hover {\\n\\tright: 1px;\\n}\\n.ui-datepicker .ui-datepicker-prev span,\\n.ui-datepicker .ui-datepicker-next span {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tleft: 50%;\\n\\tmargin-left: -8px;\\n\\ttop: 50%;\\n\\tmargin-top: -8px;\\n}\\n.ui-datepicker .ui-datepicker-title {\\n\\tmargin: 0 2.3em;\\n\\tline-height: 1.8em;\\n\\ttext-align: center;\\n}\\n.ui-datepicker .ui-datepicker-title select {\\n\\tfont-size: 1em;\\n\\tmargin: 1px 0;\\n}\\n.ui-datepicker select.ui-datepicker-month,\\n.ui-datepicker select.ui-datepicker-year {\\n\\twidth: 45%;\\n}\\n.ui-datepicker table {\\n\\twidth: 100%;\\n\\tfont-size: .9em;\\n\\tborder-collapse: collapse;\\n\\tmargin: 0 0 .4em;\\n}\\n.ui-datepicker th {\\n\\tpadding: .7em .3em;\\n\\ttext-align: center;\\n\\tfont-weight: bold;\\n\\tborder: 0;\\n}\\n.ui-datepicker td {\\n\\tborder: 0;\\n\\tpadding: 1px;\\n}\\n.ui-datepicker td span,\\n.ui-datepicker td a {\\n\\tdisplay: block;\\n\\tpadding: .2em;\\n\\ttext-align: right;\\n\\ttext-decoration: none;\\n}\\n.ui-datepicker .ui-datepicker-buttonpane {\\n\\tbackground-image: none;\\n\\tmargin: .7em 0 0 0;\\n\\tpadding: 0 .2em;\\n\\tborder-left: 0;\\n\\tborder-right: 0;\\n\\tborder-bottom: 0;\\n}\\n.ui-datepicker .ui-datepicker-buttonpane button {\\n\\tfloat: right;\\n\\tmargin: .5em .2em .4em;\\n\\tcursor: pointer;\\n\\tpadding: .2em .6em .3em .6em;\\n\\twidth: auto;\\n\\toverflow: visible;\\n}\\n.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {\\n\\tfloat: left;\\n}\\n\\n/* with multiple calendars */\\n.ui-datepicker.ui-datepicker-multi {\\n\\twidth: auto;\\n}\\n.ui-datepicker-multi .ui-datepicker-group {\\n\\tfloat: left;\\n}\\n.ui-datepicker-multi .ui-datepicker-group table {\\n\\twidth: 95%;\\n\\tmargin: 0 auto .4em;\\n}\\n.ui-datepicker-multi-2 .ui-datepicker-group {\\n\\twidth: 50%;\\n}\\n.ui-datepicker-multi-3 .ui-datepicker-group {\\n\\twidth: 33.3%;\\n}\\n.ui-datepicker-multi-4 .ui-datepicker-group {\\n\\twidth: 25%;\\n}\\n.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,\\n.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {\\n\\tborder-left-width: 0;\\n}\\n.ui-datepicker-multi .ui-datepicker-buttonpane {\\n\\tclear: left;\\n}\\n.ui-datepicker-row-break {\\n\\tclear: both;\\n\\twidth: 100%;\\n\\tfont-size: 0;\\n}\\n\\n/* RTL support */\\n.ui-datepicker-rtl {\\n\\tdirection: rtl;\\n}\\n.ui-datepicker-rtl .ui-datepicker-prev {\\n\\tright: 2px;\\n\\tleft: auto;\\n}\\n.ui-datepicker-rtl .ui-datepicker-next {\\n\\tleft: 2px;\\n\\tright: auto;\\n}\\n.ui-datepicker-rtl .ui-datepicker-prev:hover {\\n\\tright: 1px;\\n\\tleft: auto;\\n}\\n.ui-datepicker-rtl .ui-datepicker-next:hover {\\n\\tleft: 1px;\\n\\tright: auto;\\n}\\n.ui-datepicker-rtl .ui-datepicker-buttonpane {\\n\\tclear: right;\\n}\\n.ui-datepicker-rtl .ui-datepicker-buttonpane button {\\n\\tfloat: left;\\n}\\n.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,\\n.ui-datepicker-rtl .ui-datepicker-group {\\n\\tfloat: right;\\n}\\n.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,\\n.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {\\n\\tborder-right-width: 0;\\n\\tborder-left-width: 1px;\\n}\\n\\n/* Icons */\\n.ui-datepicker .ui-icon {\\n\\tdisplay: block;\\n\\ttext-indent: -99999px;\\n\\toverflow: hidden;\\n\\tbackground-repeat: no-repeat;\\n\\tleft: .5em;\\n\\ttop: .3em;\\n}\\n.ui-dialog {\\n\\tposition: absolute;\\n\\ttop: 0;\\n\\tleft: 0;\\n\\tpadding: .2em;\\n\\toutline: 0;\\n}\\n.ui-dialog .ui-dialog-titlebar {\\n\\tpadding: .4em 1em;\\n\\tposition: relative;\\n}\\n.ui-dialog .ui-dialog-title {\\n\\tfloat: left;\\n\\tmargin: .1em 0;\\n\\twhite-space: nowrap;\\n\\twidth: 90%;\\n\\toverflow: hidden;\\n\\ttext-overflow: ellipsis;\\n}\\n.ui-dialog .ui-dialog-titlebar-close {\\n\\tposition: absolute;\\n\\tright: .3em;\\n\\ttop: 50%;\\n\\twidth: 20px;\\n\\tmargin: -10px 0 0 0;\\n\\tpadding: 1px;\\n\\theight: 20px;\\n}\\n.ui-dialog .ui-dialog-content {\\n\\tposition: relative;\\n\\tborder: 0;\\n\\tpadding: .5em 1em;\\n\\tbackground: none;\\n\\toverflow: auto;\\n}\\n.ui-dialog .ui-dialog-buttonpane {\\n\\ttext-align: left;\\n\\tborder-width: 1px 0 0 0;\\n\\tbackground-image: none;\\n\\tmargin-top: .5em;\\n\\tpadding: .3em 1em .5em .4em;\\n}\\n.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {\\n\\tfloat: right;\\n}\\n.ui-dialog .ui-dialog-buttonpane button {\\n\\tmargin: .5em .4em .5em 0;\\n\\tcursor: pointer;\\n}\\n.ui-dialog .ui-resizable-n {\\n\\theight: 2px;\\n\\ttop: 0;\\n}\\n.ui-dialog .ui-resizable-e {\\n\\twidth: 2px;\\n\\tright: 0;\\n}\\n.ui-dialog .ui-resizable-s {\\n\\theight: 2px;\\n\\tbottom: 0;\\n}\\n.ui-dialog .ui-resizable-w {\\n\\twidth: 2px;\\n\\tleft: 0;\\n}\\n.ui-dialog .ui-resizable-se,\\n.ui-dialog .ui-resizable-sw,\\n.ui-dialog .ui-resizable-ne,\\n.ui-dialog .ui-resizable-nw {\\n\\twidth: 7px;\\n\\theight: 7px;\\n}\\n.ui-dialog .ui-resizable-se {\\n\\tright: 0;\\n\\tbottom: 0;\\n}\\n.ui-dialog .ui-resizable-sw {\\n\\tleft: 0;\\n\\tbottom: 0;\\n}\\n.ui-dialog .ui-resizable-ne {\\n\\tright: 0;\\n\\ttop: 0;\\n}\\n.ui-dialog .ui-resizable-nw {\\n\\tleft: 0;\\n\\ttop: 0;\\n}\\n.ui-draggable .ui-dialog-titlebar {\\n\\tcursor: move;\\n}\\n.ui-draggable-handle {\\n\\t-ms-touch-action: none;\\n\\ttouch-action: none;\\n}\\n.ui-resizable {\\n\\tposition: relative;\\n}\\n.ui-resizable-handle {\\n\\tposition: absolute;\\n\\tfont-size: 0.1px;\\n\\tdisplay: block;\\n\\t-ms-touch-action: none;\\n\\ttouch-action: none;\\n}\\n.ui-resizable-disabled .ui-resizable-handle,\\n.ui-resizable-autohide .ui-resizable-handle {\\n\\tdisplay: none;\\n}\\n.ui-resizable-n {\\n\\tcursor: n-resize;\\n\\theight: 7px;\\n\\twidth: 100%;\\n\\ttop: -5px;\\n\\tleft: 0;\\n}\\n.ui-resizable-s {\\n\\tcursor: s-resize;\\n\\theight: 7px;\\n\\twidth: 100%;\\n\\tbottom: -5px;\\n\\tleft: 0;\\n}\\n.ui-resizable-e {\\n\\tcursor: e-resize;\\n\\twidth: 7px;\\n\\tright: -5px;\\n\\ttop: 0;\\n\\theight: 100%;\\n}\\n.ui-resizable-w {\\n\\tcursor: w-resize;\\n\\twidth: 7px;\\n\\tleft: -5px;\\n\\ttop: 0;\\n\\theight: 100%;\\n}\\n.ui-resizable-se {\\n\\tcursor: se-resize;\\n\\twidth: 12px;\\n\\theight: 12px;\\n\\tright: 1px;\\n\\tbottom: 1px;\\n}\\n.ui-resizable-sw {\\n\\tcursor: sw-resize;\\n\\twidth: 9px;\\n\\theight: 9px;\\n\\tleft: -5px;\\n\\tbottom: -5px;\\n}\\n.ui-resizable-nw {\\n\\tcursor: nw-resize;\\n\\twidth: 9px;\\n\\theight: 9px;\\n\\tleft: -5px;\\n\\ttop: -5px;\\n}\\n.ui-resizable-ne {\\n\\tcursor: ne-resize;\\n\\twidth: 9px;\\n\\theight: 9px;\\n\\tright: -5px;\\n\\ttop: -5px;\\n}\\n.ui-progressbar {\\n\\theight: 2em;\\n\\ttext-align: left;\\n\\toverflow: hidden;\\n}\\n.ui-progressbar .ui-progressbar-value {\\n\\tmargin: -1px;\\n\\theight: 100%;\\n}\\n.ui-progressbar .ui-progressbar-overlay {\\n\\tbackground: url(\\\"data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==\\\");\\n\\theight: 100%;\\n\\t-ms-filter: \\\"alpha(opacity=25)\\\"; /* support: IE8 */\\n\\topacity: 0.25;\\n}\\n.ui-progressbar-indeterminate .ui-progressbar-value {\\n\\tbackground-image: none;\\n}\\n.ui-selectable {\\n\\t-ms-touch-action: none;\\n\\ttouch-action: none;\\n}\\n.ui-selectable-helper {\\n\\tposition: absolute;\\n\\tz-index: 100;\\n\\tborder: 1px dotted black;\\n}\\n.ui-selectmenu-menu {\\n\\tpadding: 0;\\n\\tmargin: 0;\\n\\tposition: absolute;\\n\\ttop: 0;\\n\\tleft: 0;\\n\\tdisplay: none;\\n}\\n.ui-selectmenu-menu .ui-menu {\\n\\toverflow: auto;\\n\\toverflow-x: hidden;\\n\\tpadding-bottom: 1px;\\n}\\n.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {\\n\\tfont-size: 1em;\\n\\tfont-weight: bold;\\n\\tline-height: 1.5;\\n\\tpadding: 2px 0.4em;\\n\\tmargin: 0.5em 0 0 0;\\n\\theight: auto;\\n\\tborder: 0;\\n}\\n.ui-selectmenu-open {\\n\\tdisplay: block;\\n}\\n.ui-selectmenu-text {\\n\\tdisplay: block;\\n\\tmargin-right: 20px;\\n\\toverflow: hidden;\\n\\ttext-overflow: ellipsis;\\n}\\n.ui-selectmenu-button.ui-button {\\n\\ttext-align: left;\\n\\twhite-space: nowrap;\\n\\twidth: 14em;\\n}\\n.ui-selectmenu-icon.ui-icon {\\n\\tfloat: right;\\n\\tmargin-top: 0;\\n}\\n.ui-slider {\\n\\tposition: relative;\\n\\ttext-align: left;\\n}\\n.ui-slider .ui-slider-handle {\\n\\tposition: absolute;\\n\\tz-index: 2;\\n\\twidth: 1.2em;\\n\\theight: 1.2em;\\n\\tcursor: pointer;\\n\\t-ms-touch-action: none;\\n\\ttouch-action: none;\\n}\\n.ui-slider .ui-slider-range {\\n\\tposition: absolute;\\n\\tz-index: 1;\\n\\tfont-size: .7em;\\n\\tdisplay: block;\\n\\tborder: 0;\\n\\tbackground-position: 0 0;\\n}\\n\\n/* support: IE8 - See #6727 */\\n.ui-slider.ui-state-disabled .ui-slider-handle,\\n.ui-slider.ui-state-disabled .ui-slider-range {\\n\\tfilter: inherit;\\n}\\n\\n.ui-slider-horizontal {\\n\\theight: .8em;\\n}\\n.ui-slider-horizontal .ui-slider-handle {\\n\\ttop: -.3em;\\n\\tmargin-left: -.6em;\\n}\\n.ui-slider-horizontal .ui-slider-range {\\n\\ttop: 0;\\n\\theight: 100%;\\n}\\n.ui-slider-horizontal .ui-slider-range-min {\\n\\tleft: 0;\\n}\\n.ui-slider-horizontal .ui-slider-range-max {\\n\\tright: 0;\\n}\\n\\n.ui-slider-vertical {\\n\\twidth: .8em;\\n\\theight: 100px;\\n}\\n.ui-slider-vertical .ui-slider-handle {\\n\\tleft: -.3em;\\n\\tmargin-left: 0;\\n\\tmargin-bottom: -.6em;\\n}\\n.ui-slider-vertical .ui-slider-range {\\n\\tleft: 0;\\n\\twidth: 100%;\\n}\\n.ui-slider-vertical .ui-slider-range-min {\\n\\tbottom: 0;\\n}\\n.ui-slider-vertical .ui-slider-range-max {\\n\\ttop: 0;\\n}\\n.ui-sortable-handle {\\n\\t-ms-touch-action: none;\\n\\ttouch-action: none;\\n}\\n.ui-spinner {\\n\\tposition: relative;\\n\\tdisplay: inline-block;\\n\\toverflow: hidden;\\n\\tpadding: 0;\\n\\tvertical-align: middle;\\n}\\n.ui-spinner-input {\\n\\tborder: none;\\n\\tbackground: none;\\n\\tcolor: inherit;\\n\\tpadding: .222em 0;\\n\\tmargin: .2em 0;\\n\\tvertical-align: middle;\\n\\tmargin-left: .4em;\\n\\tmargin-right: 2em;\\n}\\n.ui-spinner-button {\\n\\twidth: 1.6em;\\n\\theight: 50%;\\n\\tfont-size: .5em;\\n\\tpadding: 0;\\n\\tmargin: 0;\\n\\ttext-align: center;\\n\\tposition: absolute;\\n\\tcursor: default;\\n\\tdisplay: block;\\n\\toverflow: hidden;\\n\\tright: 0;\\n}\\n/* more specificity required here to override default borders */\\n.ui-spinner a.ui-spinner-button {\\n\\tborder-top-style: none;\\n\\tborder-bottom-style: none;\\n\\tborder-right-style: none;\\n}\\n.ui-spinner-up {\\n\\ttop: 0;\\n}\\n.ui-spinner-down {\\n\\tbottom: 0;\\n}\\n.ui-tabs {\\n\\tposition: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as \\\"fixed\\\") */\\n\\tpadding: .2em;\\n}\\n.ui-tabs .ui-tabs-nav {\\n\\tmargin: 0;\\n\\tpadding: .2em .2em 0;\\n}\\n.ui-tabs .ui-tabs-nav li {\\n\\tlist-style: none;\\n\\tfloat: left;\\n\\tposition: relative;\\n\\ttop: 0;\\n\\tmargin: 1px .2em 0 0;\\n\\tborder-bottom-width: 0;\\n\\tpadding: 0;\\n\\twhite-space: nowrap;\\n}\\n.ui-tabs .ui-tabs-nav .ui-tabs-anchor {\\n\\tfloat: left;\\n\\tpadding: .5em 1em;\\n\\ttext-decoration: none;\\n}\\n.ui-tabs .ui-tabs-nav li.ui-tabs-active {\\n\\tmargin-bottom: -1px;\\n\\tpadding-bottom: 1px;\\n}\\n.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,\\n.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,\\n.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {\\n\\tcursor: text;\\n}\\n.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {\\n\\tcursor: pointer;\\n}\\n.ui-tabs .ui-tabs-panel {\\n\\tdisplay: block;\\n\\tborder-width: 0;\\n\\tpadding: 1em 1.4em;\\n\\tbackground: none;\\n}\\n.ui-tooltip {\\n\\tpadding: 8px;\\n\\tposition: absolute;\\n\\tz-index: 9999;\\n\\tmax-width: 300px;\\n}\\nbody .ui-tooltip {\\n\\tborder-width: 2px;\\n}\\n\\n/* Component containers\\n----------------------------------*/\\n.ui-widget {\\n\\tfont-family: Arial,Helvetica,sans-serif;\\n\\tfont-size: 1em;\\n}\\n.ui-widget .ui-widget {\\n\\tfont-size: 1em;\\n}\\n.ui-widget input,\\n.ui-widget select,\\n.ui-widget textarea,\\n.ui-widget button {\\n\\tfont-family: Arial,Helvetica,sans-serif;\\n\\tfont-size: 1em;\\n}\\n.ui-widget.ui-widget-content {\\n\\tborder: 1px solid #c5c5c5;\\n}\\n.ui-widget-content {\\n\\tborder: 1px solid #dddddd;\\n\\tbackground: #ffffff;\\n\\tcolor: #333333;\\n}\\n.ui-widget-content a {\\n\\tcolor: #333333;\\n}\\n.ui-widget-header {\\n\\tborder: 1px solid #dddddd;\\n\\tbackground: #e9e9e9;\\n\\tcolor: #333333;\\n\\tfont-weight: bold;\\n}\\n.ui-widget-header a {\\n\\tcolor: #333333;\\n}\\n\\n/* Interaction states\\n----------------------------------*/\\n.ui-state-default,\\n.ui-widget-content .ui-state-default,\\n.ui-widget-header .ui-state-default,\\n.ui-button,\\n\\n/* We use html here because we need a greater specificity to make sure disabled\\nworks properly when clicked or hovered */\\nhtml .ui-button.ui-state-disabled:hover,\\nhtml .ui-button.ui-state-disabled:active {\\n\\tborder: 1px solid #c5c5c5;\\n\\tbackground: #f6f6f6;\\n\\tfont-weight: normal;\\n\\tcolor: #454545;\\n}\\n.ui-state-default a,\\n.ui-state-default a:link,\\n.ui-state-default a:visited,\\na.ui-button,\\na:link.ui-button,\\na:visited.ui-button,\\n.ui-button {\\n\\tcolor: #454545;\\n\\ttext-decoration: none;\\n}\\n.ui-state-hover,\\n.ui-widget-content .ui-state-hover,\\n.ui-widget-header .ui-state-hover,\\n.ui-state-focus,\\n.ui-widget-content .ui-state-focus,\\n.ui-widget-header .ui-state-focus,\\n.ui-button:hover,\\n.ui-button:focus {\\n\\tborder: 1px solid #cccccc;\\n\\tbackground: #ededed;\\n\\tfont-weight: normal;\\n\\tcolor: #2b2b2b;\\n}\\n.ui-state-hover a,\\n.ui-state-hover a:hover,\\n.ui-state-hover a:link,\\n.ui-state-hover a:visited,\\n.ui-state-focus a,\\n.ui-state-focus a:hover,\\n.ui-state-focus a:link,\\n.ui-state-focus a:visited,\\na.ui-button:hover,\\na.ui-button:focus {\\n\\tcolor: #2b2b2b;\\n\\ttext-decoration: none;\\n}\\n\\n.ui-visual-focus {\\n\\tbox-shadow: 0 0 3px 1px rgb(94, 158, 214);\\n}\\n.ui-state-active,\\n.ui-widget-content .ui-state-active,\\n.ui-widget-header .ui-state-active,\\na.ui-button:active,\\n.ui-button:active,\\n.ui-button.ui-state-active:hover {\\n\\tborder: 1px solid #003eff;\\n\\tbackground: #007fff;\\n\\tfont-weight: normal;\\n\\tcolor: #ffffff;\\n}\\n.ui-icon-background,\\n.ui-state-active .ui-icon-background {\\n\\tborder: #003eff;\\n\\tbackground-color: #ffffff;\\n}\\n.ui-state-active a,\\n.ui-state-active a:link,\\n.ui-state-active a:visited {\\n\\tcolor: #ffffff;\\n\\ttext-decoration: none;\\n}\\n\\n/* Interaction Cues\\n----------------------------------*/\\n.ui-state-highlight,\\n.ui-widget-content .ui-state-highlight,\\n.ui-widget-header .ui-state-highlight {\\n\\tborder: 1px solid #dad55e;\\n\\tbackground: #fffa90;\\n\\tcolor: #777620;\\n}\\n.ui-state-checked {\\n\\tborder: 1px solid #dad55e;\\n\\tbackground: #fffa90;\\n}\\n.ui-state-highlight a,\\n.ui-widget-content .ui-state-highlight a,\\n.ui-widget-header .ui-state-highlight a {\\n\\tcolor: #777620;\\n}\\n.ui-state-error,\\n.ui-widget-content .ui-state-error,\\n.ui-widget-header .ui-state-error {\\n\\tborder: 1px solid #f1a899;\\n\\tbackground: #fddfdf;\\n\\tcolor: #5f3f3f;\\n}\\n.ui-state-error a,\\n.ui-widget-content .ui-state-error a,\\n.ui-widget-header .ui-state-error a {\\n\\tcolor: #5f3f3f;\\n}\\n.ui-state-error-text,\\n.ui-widget-content .ui-state-error-text,\\n.ui-widget-header .ui-state-error-text {\\n\\tcolor: #5f3f3f;\\n}\\n.ui-priority-primary,\\n.ui-widget-content .ui-priority-primary,\\n.ui-widget-header .ui-priority-primary {\\n\\tfont-weight: bold;\\n}\\n.ui-priority-secondary,\\n.ui-widget-content .ui-priority-secondary,\\n.ui-widget-header .ui-priority-secondary {\\n\\topacity: .7;\\n\\t-ms-filter: \\\"alpha(opacity=70)\\\"; /* support: IE8 */\\n\\tfont-weight: normal;\\n}\\n.ui-state-disabled,\\n.ui-widget-content .ui-state-disabled,\\n.ui-widget-header .ui-state-disabled {\\n\\topacity: .35;\\n\\t-ms-filter: \\\"alpha(opacity=35)\\\"; /* support: IE8 */\\n\\tbackground-image: none;\\n}\\n.ui-state-disabled .ui-icon {\\n\\t-ms-filter: \\\"alpha(opacity=35)\\\"; /* support: IE8 - See #6059 */\\n}\\n\\n/* Icons\\n----------------------------------*/\\n\\n/* states and images */\\n.ui-icon {\\n\\twidth: 16px;\\n\\theight: 16px;\\n}\\n.ui-icon,\\n.ui-widget-content .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_444444_256x240.png\\\");\\n}\\n.ui-widget-header .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_444444_256x240.png\\\");\\n}\\n.ui-state-hover .ui-icon,\\n.ui-state-focus .ui-icon,\\n.ui-button:hover .ui-icon,\\n.ui-button:focus .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_555555_256x240.png\\\");\\n}\\n.ui-state-active .ui-icon,\\n.ui-button:active .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_ffffff_256x240.png\\\");\\n}\\n.ui-state-highlight .ui-icon,\\n.ui-button .ui-state-highlight.ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_777620_256x240.png\\\");\\n}\\n.ui-state-error .ui-icon,\\n.ui-state-error-text .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_cc0000_256x240.png\\\");\\n}\\n.ui-button .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_777777_256x240.png\\\");\\n}\\n\\n/* positioning */\\n/* Three classes needed to override `.ui-button:hover .ui-icon` */\\n.ui-icon-blank.ui-icon-blank.ui-icon-blank {\\n\\tbackground-image: none;\\n}\\n.ui-icon-caret-1-n { background-position: 0 0; }\\n.ui-icon-caret-1-ne { background-position: -16px 0; }\\n.ui-icon-caret-1-e { background-position: -32px 0; }\\n.ui-icon-caret-1-se { background-position: -48px 0; }\\n.ui-icon-caret-1-s { background-position: -65px 0; }\\n.ui-icon-caret-1-sw { background-position: -80px 0; }\\n.ui-icon-caret-1-w { background-position: -96px 0; }\\n.ui-icon-caret-1-nw { background-position: -112px 0; }\\n.ui-icon-caret-2-n-s { background-position: -128px 0; }\\n.ui-icon-caret-2-e-w { background-position: -144px 0; }\\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\\n.ui-icon-triangle-1-s { background-position: -65px -16px; }\\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\\n.ui-icon-arrow-1-s { background-position: -65px -32px; }\\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\\n.ui-icon-arrowthick-1-n { background-position: 1px -48px; }\\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\\n.ui-icon-arrow-4 { background-position: 0 -80px; }\\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\\n.ui-icon-extlink { background-position: -32px -80px; }\\n.ui-icon-newwin { background-position: -48px -80px; }\\n.ui-icon-refresh { background-position: -64px -80px; }\\n.ui-icon-shuffle { background-position: -80px -80px; }\\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\\n.ui-icon-folder-open { background-position: -16px -96px; }\\n.ui-icon-document { background-position: -32px -96px; }\\n.ui-icon-document-b { background-position: -48px -96px; }\\n.ui-icon-note { background-position: -64px -96px; }\\n.ui-icon-mail-closed { background-position: -80px -96px; }\\n.ui-icon-mail-open { background-position: -96px -96px; }\\n.ui-icon-suitcase { background-position: -112px -96px; }\\n.ui-icon-comment { background-position: -128px -96px; }\\n.ui-icon-person { background-position: -144px -96px; }\\n.ui-icon-print { background-position: -160px -96px; }\\n.ui-icon-trash { background-position: -176px -96px; }\\n.ui-icon-locked { background-position: -192px -96px; }\\n.ui-icon-unlocked { background-position: -208px -96px; }\\n.ui-icon-bookmark { background-position: -224px -96px; }\\n.ui-icon-tag { background-position: -240px -96px; }\\n.ui-icon-home { background-position: 0 -112px; }\\n.ui-icon-flag { background-position: -16px -112px; }\\n.ui-icon-calendar { background-position: -32px -112px; }\\n.ui-icon-cart { background-position: -48px -112px; }\\n.ui-icon-pencil { background-position: -64px -112px; }\\n.ui-icon-clock { background-position: -80px -112px; }\\n.ui-icon-disk { background-position: -96px -112px; }\\n.ui-icon-calculator { background-position: -112px -112px; }\\n.ui-icon-zoomin { background-position: -128px -112px; }\\n.ui-icon-zoomout { background-position: -144px -112px; }\\n.ui-icon-search { background-position: -160px -112px; }\\n.ui-icon-wrench { background-position: -176px -112px; }\\n.ui-icon-gear { background-position: -192px -112px; }\\n.ui-icon-heart { background-position: -208px -112px; }\\n.ui-icon-star { background-position: -224px -112px; }\\n.ui-icon-link { background-position: -240px -112px; }\\n.ui-icon-cancel { background-position: 0 -128px; }\\n.ui-icon-plus { background-position: -16px -128px; }\\n.ui-icon-plusthick { background-position: -32px -128px; }\\n.ui-icon-minus { background-position: -48px -128px; }\\n.ui-icon-minusthick { background-position: -64px -128px; }\\n.ui-icon-close { background-position: -80px -128px; }\\n.ui-icon-closethick { background-position: -96px -128px; }\\n.ui-icon-key { background-position: -112px -128px; }\\n.ui-icon-lightbulb { background-position: -128px -128px; }\\n.ui-icon-scissors { background-position: -144px -128px; }\\n.ui-icon-clipboard { background-position: -160px -128px; }\\n.ui-icon-copy { background-position: -176px -128px; }\\n.ui-icon-contact { background-position: -192px -128px; }\\n.ui-icon-image { background-position: -208px -128px; }\\n.ui-icon-video { background-position: -224px -128px; }\\n.ui-icon-script { background-position: -240px -128px; }\\n.ui-icon-alert { background-position: 0 -144px; }\\n.ui-icon-info { background-position: -16px -144px; }\\n.ui-icon-notice { background-position: -32px -144px; }\\n.ui-icon-help { background-position: -48px -144px; }\\n.ui-icon-check { background-position: -64px -144px; }\\n.ui-icon-bullet { background-position: -80px -144px; }\\n.ui-icon-radio-on { background-position: -96px -144px; }\\n.ui-icon-radio-off { background-position: -112px -144px; }\\n.ui-icon-pin-w { background-position: -128px -144px; }\\n.ui-icon-pin-s { background-position: -144px -144px; }\\n.ui-icon-play { background-position: 0 -160px; }\\n.ui-icon-pause { background-position: -16px -160px; }\\n.ui-icon-seek-next { background-position: -32px -160px; }\\n.ui-icon-seek-prev { background-position: -48px -160px; }\\n.ui-icon-seek-end { background-position: -64px -160px; }\\n.ui-icon-seek-start { background-position: -80px -160px; }\\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\\n.ui-icon-seek-first { background-position: -80px -160px; }\\n.ui-icon-stop { background-position: -96px -160px; }\\n.ui-icon-eject { background-position: -112px -160px; }\\n.ui-icon-volume-off { background-position: -128px -160px; }\\n.ui-icon-volume-on { background-position: -144px -160px; }\\n.ui-icon-power { background-position: 0 -176px; }\\n.ui-icon-signal-diag { background-position: -16px -176px; }\\n.ui-icon-signal { background-position: -32px -176px; }\\n.ui-icon-battery-0 { background-position: -48px -176px; }\\n.ui-icon-battery-1 { background-position: -64px -176px; }\\n.ui-icon-battery-2 { background-position: -80px -176px; }\\n.ui-icon-battery-3 { background-position: -96px -176px; }\\n.ui-icon-circle-plus { background-position: 0 -192px; }\\n.ui-icon-circle-minus { background-position: -16px -192px; }\\n.ui-icon-circle-close { background-position: -32px -192px; }\\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\\n.ui-icon-circle-check { background-position: -208px -192px; }\\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\\n\\n\\n/* Misc visuals\\n----------------------------------*/\\n\\n/* Corner radius */\\n.ui-corner-all,\\n.ui-corner-top,\\n.ui-corner-left,\\n.ui-corner-tl {\\n\\tborder-top-left-radius: 3px;\\n}\\n.ui-corner-all,\\n.ui-corner-top,\\n.ui-corner-right,\\n.ui-corner-tr {\\n\\tborder-top-right-radius: 3px;\\n}\\n.ui-corner-all,\\n.ui-corner-bottom,\\n.ui-corner-left,\\n.ui-corner-bl {\\n\\tborder-bottom-left-radius: 3px;\\n}\\n.ui-corner-all,\\n.ui-corner-bottom,\\n.ui-corner-right,\\n.ui-corner-br {\\n\\tborder-bottom-right-radius: 3px;\\n}\\n\\n/* Overlays */\\n.ui-widget-overlay {\\n\\tbackground: #aaaaaa;\\n\\topacity: .003;\\n\\t-ms-filter: \\\"alpha(opacity=.3)\\\"; /* support: IE8 */\\n}\\n.ui-widget-shadow {\\n\\t-webkit-box-shadow: 0px 0px 5px #666666;\\n\\tbox-shadow: 0px 0px 5px #666666;\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../css-loader/dist/runtime/api.js\";\nimport ___CSS_LOADER_GET_URL_IMPORT___ from \"../css-loader/dist/runtime/getUrl.js\";\nvar ___CSS_LOADER_URL_IMPORT_0___ = new URL(\"images/ui-icons_444444_256x240.png\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_1___ = new URL(\"images/ui-icons_555555_256x240.png\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_2___ = new URL(\"images/ui-icons_ffffff_256x240.png\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_3___ = new URL(\"images/ui-icons_777620_256x240.png\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_4___ = new URL(\"images/ui-icons_cc0000_256x240.png\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_5___ = new URL(\"images/ui-icons_777777_256x240.png\", import.meta.url);\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\nvar ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);\nvar ___CSS_LOADER_URL_REPLACEMENT_1___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_1___);\nvar ___CSS_LOADER_URL_REPLACEMENT_2___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_2___);\nvar ___CSS_LOADER_URL_REPLACEMENT_3___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_3___);\nvar ___CSS_LOADER_URL_REPLACEMENT_4___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_4___);\nvar ___CSS_LOADER_URL_REPLACEMENT_5___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_5___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `/*!\n * jQuery UI CSS Framework 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n *\n * https://api.jqueryui.com/category/theming/\n *\n * To view and modify this theme, visit https://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=%22alpha(opacity%3D30)%22&opacityFilterOverlay=%22alpha(opacity%3D30)%22&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6\n */\n\n\n/* Component containers\n----------------------------------*/\n.ui-widget {\n\tfont-family: Arial,Helvetica,sans-serif;\n\tfont-size: 1em;\n}\n.ui-widget .ui-widget {\n\tfont-size: 1em;\n}\n.ui-widget input,\n.ui-widget select,\n.ui-widget textarea,\n.ui-widget button {\n\tfont-family: Arial,Helvetica,sans-serif;\n\tfont-size: 1em;\n}\n.ui-widget.ui-widget-content {\n\tborder: 1px solid #c5c5c5;\n}\n.ui-widget-content {\n\tborder: 1px solid #dddddd;\n\tbackground: #ffffff;\n\tcolor: #333333;\n}\n.ui-widget-content a {\n\tcolor: #333333;\n}\n.ui-widget-header {\n\tborder: 1px solid #dddddd;\n\tbackground: #e9e9e9;\n\tcolor: #333333;\n\tfont-weight: bold;\n}\n.ui-widget-header a {\n\tcolor: #333333;\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default,\n.ui-button,\n\n/* We use html here because we need a greater specificity to make sure disabled\nworks properly when clicked or hovered */\nhtml .ui-button.ui-state-disabled:hover,\nhtml .ui-button.ui-state-disabled:active {\n\tborder: 1px solid #c5c5c5;\n\tbackground: #f6f6f6;\n\tfont-weight: normal;\n\tcolor: #454545;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited,\na.ui-button,\na:link.ui-button,\na:visited.ui-button,\n.ui-button {\n\tcolor: #454545;\n\ttext-decoration: none;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus,\n.ui-button:hover,\n.ui-button:focus {\n\tborder: 1px solid #cccccc;\n\tbackground: #ededed;\n\tfont-weight: normal;\n\tcolor: #2b2b2b;\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited,\n.ui-state-focus a,\n.ui-state-focus a:hover,\n.ui-state-focus a:link,\n.ui-state-focus a:visited,\na.ui-button:hover,\na.ui-button:focus {\n\tcolor: #2b2b2b;\n\ttext-decoration: none;\n}\n\n.ui-visual-focus {\n\tbox-shadow: 0 0 3px 1px rgb(94, 158, 214);\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active,\na.ui-button:active,\n.ui-button:active,\n.ui-button.ui-state-active:hover {\n\tborder: 1px solid #003eff;\n\tbackground: #007fff;\n\tfont-weight: normal;\n\tcolor: #ffffff;\n}\n.ui-icon-background,\n.ui-state-active .ui-icon-background {\n\tborder: #003eff;\n\tbackground-color: #ffffff;\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n\tcolor: #ffffff;\n\ttext-decoration: none;\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n\tborder: 1px solid #dad55e;\n\tbackground: #fffa90;\n\tcolor: #777620;\n}\n.ui-state-checked {\n\tborder: 1px solid #dad55e;\n\tbackground: #fffa90;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n\tcolor: #777620;\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n\tborder: 1px solid #f1a899;\n\tbackground: #fddfdf;\n\tcolor: #5f3f3f;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n\tcolor: #5f3f3f;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n\tcolor: #5f3f3f;\n}\n.ui-priority-primary,\n.ui-widget-content .ui-priority-primary,\n.ui-widget-header .ui-priority-primary {\n\tfont-weight: bold;\n}\n.ui-priority-secondary,\n.ui-widget-content .ui-priority-secondary,\n.ui-widget-header .ui-priority-secondary {\n\topacity: .7;\n\t-ms-filter: \"alpha(opacity=70)\"; /* support: IE8 */\n\tfont-weight: normal;\n}\n.ui-state-disabled,\n.ui-widget-content .ui-state-disabled,\n.ui-widget-header .ui-state-disabled {\n\topacity: .35;\n\t-ms-filter: \"alpha(opacity=35)\"; /* support: IE8 */\n\tbackground-image: none;\n}\n.ui-state-disabled .ui-icon {\n\t-ms-filter: \"alpha(opacity=35)\"; /* support: IE8 - See #6059 */\n}\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n\twidth: 16px;\n\theight: 16px;\n}\n.ui-icon,\n.ui-widget-content .ui-icon {\n\tbackground-image: url(${___CSS_LOADER_URL_REPLACEMENT_0___});\n}\n.ui-widget-header .ui-icon {\n\tbackground-image: url(${___CSS_LOADER_URL_REPLACEMENT_0___});\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon,\n.ui-button:hover .ui-icon,\n.ui-button:focus .ui-icon {\n\tbackground-image: url(${___CSS_LOADER_URL_REPLACEMENT_1___});\n}\n.ui-state-active .ui-icon,\n.ui-button:active .ui-icon {\n\tbackground-image: url(${___CSS_LOADER_URL_REPLACEMENT_2___});\n}\n.ui-state-highlight .ui-icon,\n.ui-button .ui-state-highlight.ui-icon {\n\tbackground-image: url(${___CSS_LOADER_URL_REPLACEMENT_3___});\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n\tbackground-image: url(${___CSS_LOADER_URL_REPLACEMENT_4___});\n}\n.ui-button .ui-icon {\n\tbackground-image: url(${___CSS_LOADER_URL_REPLACEMENT_5___});\n}\n\n/* positioning */\n/* Three classes needed to override \\`.ui-button:hover .ui-icon\\` */\n.ui-icon-blank.ui-icon-blank.ui-icon-blank {\n\tbackground-image: none;\n}\n.ui-icon-caret-1-n { background-position: 0 0; }\n.ui-icon-caret-1-ne { background-position: -16px 0; }\n.ui-icon-caret-1-e { background-position: -32px 0; }\n.ui-icon-caret-1-se { background-position: -48px 0; }\n.ui-icon-caret-1-s { background-position: -65px 0; }\n.ui-icon-caret-1-sw { background-position: -80px 0; }\n.ui-icon-caret-1-w { background-position: -96px 0; }\n.ui-icon-caret-1-nw { background-position: -112px 0; }\n.ui-icon-caret-2-n-s { background-position: -128px 0; }\n.ui-icon-caret-2-e-w { background-position: -144px 0; }\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\n.ui-icon-triangle-1-s { background-position: -65px -16px; }\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\n.ui-icon-arrow-1-s { background-position: -65px -32px; }\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\n.ui-icon-arrowthick-1-n { background-position: 1px -48px; }\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\n.ui-icon-arrow-4 { background-position: 0 -80px; }\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\n.ui-icon-extlink { background-position: -32px -80px; }\n.ui-icon-newwin { background-position: -48px -80px; }\n.ui-icon-refresh { background-position: -64px -80px; }\n.ui-icon-shuffle { background-position: -80px -80px; }\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\n.ui-icon-folder-open { background-position: -16px -96px; }\n.ui-icon-document { background-position: -32px -96px; }\n.ui-icon-document-b { background-position: -48px -96px; }\n.ui-icon-note { background-position: -64px -96px; }\n.ui-icon-mail-closed { background-position: -80px -96px; }\n.ui-icon-mail-open { background-position: -96px -96px; }\n.ui-icon-suitcase { background-position: -112px -96px; }\n.ui-icon-comment { background-position: -128px -96px; }\n.ui-icon-person { background-position: -144px -96px; }\n.ui-icon-print { background-position: -160px -96px; }\n.ui-icon-trash { background-position: -176px -96px; }\n.ui-icon-locked { background-position: -192px -96px; }\n.ui-icon-unlocked { background-position: -208px -96px; }\n.ui-icon-bookmark { background-position: -224px -96px; }\n.ui-icon-tag { background-position: -240px -96px; }\n.ui-icon-home { background-position: 0 -112px; }\n.ui-icon-flag { background-position: -16px -112px; }\n.ui-icon-calendar { background-position: -32px -112px; }\n.ui-icon-cart { background-position: -48px -112px; }\n.ui-icon-pencil { background-position: -64px -112px; }\n.ui-icon-clock { background-position: -80px -112px; }\n.ui-icon-disk { background-position: -96px -112px; }\n.ui-icon-calculator { background-position: -112px -112px; }\n.ui-icon-zoomin { background-position: -128px -112px; }\n.ui-icon-zoomout { background-position: -144px -112px; }\n.ui-icon-search { background-position: -160px -112px; }\n.ui-icon-wrench { background-position: -176px -112px; }\n.ui-icon-gear { background-position: -192px -112px; }\n.ui-icon-heart { background-position: -208px -112px; }\n.ui-icon-star { background-position: -224px -112px; }\n.ui-icon-link { background-position: -240px -112px; }\n.ui-icon-cancel { background-position: 0 -128px; }\n.ui-icon-plus { background-position: -16px -128px; }\n.ui-icon-plusthick { background-position: -32px -128px; }\n.ui-icon-minus { background-position: -48px -128px; }\n.ui-icon-minusthick { background-position: -64px -128px; }\n.ui-icon-close { background-position: -80px -128px; }\n.ui-icon-closethick { background-position: -96px -128px; }\n.ui-icon-key { background-position: -112px -128px; }\n.ui-icon-lightbulb { background-position: -128px -128px; }\n.ui-icon-scissors { background-position: -144px -128px; }\n.ui-icon-clipboard { background-position: -160px -128px; }\n.ui-icon-copy { background-position: -176px -128px; }\n.ui-icon-contact { background-position: -192px -128px; }\n.ui-icon-image { background-position: -208px -128px; }\n.ui-icon-video { background-position: -224px -128px; }\n.ui-icon-script { background-position: -240px -128px; }\n.ui-icon-alert { background-position: 0 -144px; }\n.ui-icon-info { background-position: -16px -144px; }\n.ui-icon-notice { background-position: -32px -144px; }\n.ui-icon-help { background-position: -48px -144px; }\n.ui-icon-check { background-position: -64px -144px; }\n.ui-icon-bullet { background-position: -80px -144px; }\n.ui-icon-radio-on { background-position: -96px -144px; }\n.ui-icon-radio-off { background-position: -112px -144px; }\n.ui-icon-pin-w { background-position: -128px -144px; }\n.ui-icon-pin-s { background-position: -144px -144px; }\n.ui-icon-play { background-position: 0 -160px; }\n.ui-icon-pause { background-position: -16px -160px; }\n.ui-icon-seek-next { background-position: -32px -160px; }\n.ui-icon-seek-prev { background-position: -48px -160px; }\n.ui-icon-seek-end { background-position: -64px -160px; }\n.ui-icon-seek-start { background-position: -80px -160px; }\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\n.ui-icon-seek-first { background-position: -80px -160px; }\n.ui-icon-stop { background-position: -96px -160px; }\n.ui-icon-eject { background-position: -112px -160px; }\n.ui-icon-volume-off { background-position: -128px -160px; }\n.ui-icon-volume-on { background-position: -144px -160px; }\n.ui-icon-power { background-position: 0 -176px; }\n.ui-icon-signal-diag { background-position: -16px -176px; }\n.ui-icon-signal { background-position: -32px -176px; }\n.ui-icon-battery-0 { background-position: -48px -176px; }\n.ui-icon-battery-1 { background-position: -64px -176px; }\n.ui-icon-battery-2 { background-position: -80px -176px; }\n.ui-icon-battery-3 { background-position: -96px -176px; }\n.ui-icon-circle-plus { background-position: 0 -192px; }\n.ui-icon-circle-minus { background-position: -16px -192px; }\n.ui-icon-circle-close { background-position: -32px -192px; }\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\n.ui-icon-circle-check { background-position: -208px -192px; }\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Corner radius */\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-left,\n.ui-corner-tl {\n\tborder-top-left-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-right,\n.ui-corner-tr {\n\tborder-top-right-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-left,\n.ui-corner-bl {\n\tborder-bottom-left-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-right,\n.ui-corner-br {\n\tborder-bottom-right-radius: 3px;\n}\n\n/* Overlays */\n.ui-widget-overlay {\n\tbackground: #aaaaaa;\n\topacity: .003;\n\t-ms-filter: \"alpha(opacity=.3)\"; /* support: IE8 */\n}\n.ui-widget-shadow {\n\t-webkit-box-shadow: 0px 0px 5px #666666;\n\tbox-shadow: 0px 0px 5px #666666;\n}\n`, \"\",{\"version\":3,\"sources\":[\"webpack://./node_modules/jquery-ui-dist/jquery-ui.theme.css\"],\"names\":[],\"mappings\":\"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\",\"sourcesContent\":[\"/*!\\n * jQuery UI CSS Framework 1.13.3\\n * https://jqueryui.com\\n *\\n * Copyright OpenJS Foundation and other contributors\\n * Released under the MIT license.\\n * https://jquery.org/license\\n *\\n * https://api.jqueryui.com/category/theming/\\n *\\n * To view and modify this theme, visit https://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=%22alpha(opacity%3D30)%22&opacityFilterOverlay=%22alpha(opacity%3D30)%22&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6\\n */\\n\\n\\n/* Component containers\\n----------------------------------*/\\n.ui-widget {\\n\\tfont-family: Arial,Helvetica,sans-serif;\\n\\tfont-size: 1em;\\n}\\n.ui-widget .ui-widget {\\n\\tfont-size: 1em;\\n}\\n.ui-widget input,\\n.ui-widget select,\\n.ui-widget textarea,\\n.ui-widget button {\\n\\tfont-family: Arial,Helvetica,sans-serif;\\n\\tfont-size: 1em;\\n}\\n.ui-widget.ui-widget-content {\\n\\tborder: 1px solid #c5c5c5;\\n}\\n.ui-widget-content {\\n\\tborder: 1px solid #dddddd;\\n\\tbackground: #ffffff;\\n\\tcolor: #333333;\\n}\\n.ui-widget-content a {\\n\\tcolor: #333333;\\n}\\n.ui-widget-header {\\n\\tborder: 1px solid #dddddd;\\n\\tbackground: #e9e9e9;\\n\\tcolor: #333333;\\n\\tfont-weight: bold;\\n}\\n.ui-widget-header a {\\n\\tcolor: #333333;\\n}\\n\\n/* Interaction states\\n----------------------------------*/\\n.ui-state-default,\\n.ui-widget-content .ui-state-default,\\n.ui-widget-header .ui-state-default,\\n.ui-button,\\n\\n/* We use html here because we need a greater specificity to make sure disabled\\nworks properly when clicked or hovered */\\nhtml .ui-button.ui-state-disabled:hover,\\nhtml .ui-button.ui-state-disabled:active {\\n\\tborder: 1px solid #c5c5c5;\\n\\tbackground: #f6f6f6;\\n\\tfont-weight: normal;\\n\\tcolor: #454545;\\n}\\n.ui-state-default a,\\n.ui-state-default a:link,\\n.ui-state-default a:visited,\\na.ui-button,\\na:link.ui-button,\\na:visited.ui-button,\\n.ui-button {\\n\\tcolor: #454545;\\n\\ttext-decoration: none;\\n}\\n.ui-state-hover,\\n.ui-widget-content .ui-state-hover,\\n.ui-widget-header .ui-state-hover,\\n.ui-state-focus,\\n.ui-widget-content .ui-state-focus,\\n.ui-widget-header .ui-state-focus,\\n.ui-button:hover,\\n.ui-button:focus {\\n\\tborder: 1px solid #cccccc;\\n\\tbackground: #ededed;\\n\\tfont-weight: normal;\\n\\tcolor: #2b2b2b;\\n}\\n.ui-state-hover a,\\n.ui-state-hover a:hover,\\n.ui-state-hover a:link,\\n.ui-state-hover a:visited,\\n.ui-state-focus a,\\n.ui-state-focus a:hover,\\n.ui-state-focus a:link,\\n.ui-state-focus a:visited,\\na.ui-button:hover,\\na.ui-button:focus {\\n\\tcolor: #2b2b2b;\\n\\ttext-decoration: none;\\n}\\n\\n.ui-visual-focus {\\n\\tbox-shadow: 0 0 3px 1px rgb(94, 158, 214);\\n}\\n.ui-state-active,\\n.ui-widget-content .ui-state-active,\\n.ui-widget-header .ui-state-active,\\na.ui-button:active,\\n.ui-button:active,\\n.ui-button.ui-state-active:hover {\\n\\tborder: 1px solid #003eff;\\n\\tbackground: #007fff;\\n\\tfont-weight: normal;\\n\\tcolor: #ffffff;\\n}\\n.ui-icon-background,\\n.ui-state-active .ui-icon-background {\\n\\tborder: #003eff;\\n\\tbackground-color: #ffffff;\\n}\\n.ui-state-active a,\\n.ui-state-active a:link,\\n.ui-state-active a:visited {\\n\\tcolor: #ffffff;\\n\\ttext-decoration: none;\\n}\\n\\n/* Interaction Cues\\n----------------------------------*/\\n.ui-state-highlight,\\n.ui-widget-content .ui-state-highlight,\\n.ui-widget-header .ui-state-highlight {\\n\\tborder: 1px solid #dad55e;\\n\\tbackground: #fffa90;\\n\\tcolor: #777620;\\n}\\n.ui-state-checked {\\n\\tborder: 1px solid #dad55e;\\n\\tbackground: #fffa90;\\n}\\n.ui-state-highlight a,\\n.ui-widget-content .ui-state-highlight a,\\n.ui-widget-header .ui-state-highlight a {\\n\\tcolor: #777620;\\n}\\n.ui-state-error,\\n.ui-widget-content .ui-state-error,\\n.ui-widget-header .ui-state-error {\\n\\tborder: 1px solid #f1a899;\\n\\tbackground: #fddfdf;\\n\\tcolor: #5f3f3f;\\n}\\n.ui-state-error a,\\n.ui-widget-content .ui-state-error a,\\n.ui-widget-header .ui-state-error a {\\n\\tcolor: #5f3f3f;\\n}\\n.ui-state-error-text,\\n.ui-widget-content .ui-state-error-text,\\n.ui-widget-header .ui-state-error-text {\\n\\tcolor: #5f3f3f;\\n}\\n.ui-priority-primary,\\n.ui-widget-content .ui-priority-primary,\\n.ui-widget-header .ui-priority-primary {\\n\\tfont-weight: bold;\\n}\\n.ui-priority-secondary,\\n.ui-widget-content .ui-priority-secondary,\\n.ui-widget-header .ui-priority-secondary {\\n\\topacity: .7;\\n\\t-ms-filter: \\\"alpha(opacity=70)\\\"; /* support: IE8 */\\n\\tfont-weight: normal;\\n}\\n.ui-state-disabled,\\n.ui-widget-content .ui-state-disabled,\\n.ui-widget-header .ui-state-disabled {\\n\\topacity: .35;\\n\\t-ms-filter: \\\"alpha(opacity=35)\\\"; /* support: IE8 */\\n\\tbackground-image: none;\\n}\\n.ui-state-disabled .ui-icon {\\n\\t-ms-filter: \\\"alpha(opacity=35)\\\"; /* support: IE8 - See #6059 */\\n}\\n\\n/* Icons\\n----------------------------------*/\\n\\n/* states and images */\\n.ui-icon {\\n\\twidth: 16px;\\n\\theight: 16px;\\n}\\n.ui-icon,\\n.ui-widget-content .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_444444_256x240.png\\\");\\n}\\n.ui-widget-header .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_444444_256x240.png\\\");\\n}\\n.ui-state-hover .ui-icon,\\n.ui-state-focus .ui-icon,\\n.ui-button:hover .ui-icon,\\n.ui-button:focus .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_555555_256x240.png\\\");\\n}\\n.ui-state-active .ui-icon,\\n.ui-button:active .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_ffffff_256x240.png\\\");\\n}\\n.ui-state-highlight .ui-icon,\\n.ui-button .ui-state-highlight.ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_777620_256x240.png\\\");\\n}\\n.ui-state-error .ui-icon,\\n.ui-state-error-text .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_cc0000_256x240.png\\\");\\n}\\n.ui-button .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_777777_256x240.png\\\");\\n}\\n\\n/* positioning */\\n/* Three classes needed to override `.ui-button:hover .ui-icon` */\\n.ui-icon-blank.ui-icon-blank.ui-icon-blank {\\n\\tbackground-image: none;\\n}\\n.ui-icon-caret-1-n { background-position: 0 0; }\\n.ui-icon-caret-1-ne { background-position: -16px 0; }\\n.ui-icon-caret-1-e { background-position: -32px 0; }\\n.ui-icon-caret-1-se { background-position: -48px 0; }\\n.ui-icon-caret-1-s { background-position: -65px 0; }\\n.ui-icon-caret-1-sw { background-position: -80px 0; }\\n.ui-icon-caret-1-w { background-position: -96px 0; }\\n.ui-icon-caret-1-nw { background-position: -112px 0; }\\n.ui-icon-caret-2-n-s { background-position: -128px 0; }\\n.ui-icon-caret-2-e-w { background-position: -144px 0; }\\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\\n.ui-icon-triangle-1-s { background-position: -65px -16px; }\\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\\n.ui-icon-arrow-1-s { background-position: -65px -32px; }\\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\\n.ui-icon-arrowthick-1-n { background-position: 1px -48px; }\\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\\n.ui-icon-arrow-4 { background-position: 0 -80px; }\\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\\n.ui-icon-extlink { background-position: -32px -80px; }\\n.ui-icon-newwin { background-position: -48px -80px; }\\n.ui-icon-refresh { background-position: -64px -80px; }\\n.ui-icon-shuffle { background-position: -80px -80px; }\\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\\n.ui-icon-folder-open { background-position: -16px -96px; }\\n.ui-icon-document { background-position: -32px -96px; }\\n.ui-icon-document-b { background-position: -48px -96px; }\\n.ui-icon-note { background-position: -64px -96px; }\\n.ui-icon-mail-closed { background-position: -80px -96px; }\\n.ui-icon-mail-open { background-position: -96px -96px; }\\n.ui-icon-suitcase { background-position: -112px -96px; }\\n.ui-icon-comment { background-position: -128px -96px; }\\n.ui-icon-person { background-position: -144px -96px; }\\n.ui-icon-print { background-position: -160px -96px; }\\n.ui-icon-trash { background-position: -176px -96px; }\\n.ui-icon-locked { background-position: -192px -96px; }\\n.ui-icon-unlocked { background-position: -208px -96px; }\\n.ui-icon-bookmark { background-position: -224px -96px; }\\n.ui-icon-tag { background-position: -240px -96px; }\\n.ui-icon-home { background-position: 0 -112px; }\\n.ui-icon-flag { background-position: -16px -112px; }\\n.ui-icon-calendar { background-position: -32px -112px; }\\n.ui-icon-cart { background-position: -48px -112px; }\\n.ui-icon-pencil { background-position: -64px -112px; }\\n.ui-icon-clock { background-position: -80px -112px; }\\n.ui-icon-disk { background-position: -96px -112px; }\\n.ui-icon-calculator { background-position: -112px -112px; }\\n.ui-icon-zoomin { background-position: -128px -112px; }\\n.ui-icon-zoomout { background-position: -144px -112px; }\\n.ui-icon-search { background-position: -160px -112px; }\\n.ui-icon-wrench { background-position: -176px -112px; }\\n.ui-icon-gear { background-position: -192px -112px; }\\n.ui-icon-heart { background-position: -208px -112px; }\\n.ui-icon-star { background-position: -224px -112px; }\\n.ui-icon-link { background-position: -240px -112px; }\\n.ui-icon-cancel { background-position: 0 -128px; }\\n.ui-icon-plus { background-position: -16px -128px; }\\n.ui-icon-plusthick { background-position: -32px -128px; }\\n.ui-icon-minus { background-position: -48px -128px; }\\n.ui-icon-minusthick { background-position: -64px -128px; }\\n.ui-icon-close { background-position: -80px -128px; }\\n.ui-icon-closethick { background-position: -96px -128px; }\\n.ui-icon-key { background-position: -112px -128px; }\\n.ui-icon-lightbulb { background-position: -128px -128px; }\\n.ui-icon-scissors { background-position: -144px -128px; }\\n.ui-icon-clipboard { background-position: -160px -128px; }\\n.ui-icon-copy { background-position: -176px -128px; }\\n.ui-icon-contact { background-position: -192px -128px; }\\n.ui-icon-image { background-position: -208px -128px; }\\n.ui-icon-video { background-position: -224px -128px; }\\n.ui-icon-script { background-position: -240px -128px; }\\n.ui-icon-alert { background-position: 0 -144px; }\\n.ui-icon-info { background-position: -16px -144px; }\\n.ui-icon-notice { background-position: -32px -144px; }\\n.ui-icon-help { background-position: -48px -144px; }\\n.ui-icon-check { background-position: -64px -144px; }\\n.ui-icon-bullet { background-position: -80px -144px; }\\n.ui-icon-radio-on { background-position: -96px -144px; }\\n.ui-icon-radio-off { background-position: -112px -144px; }\\n.ui-icon-pin-w { background-position: -128px -144px; }\\n.ui-icon-pin-s { background-position: -144px -144px; }\\n.ui-icon-play { background-position: 0 -160px; }\\n.ui-icon-pause { background-position: -16px -160px; }\\n.ui-icon-seek-next { background-position: -32px -160px; }\\n.ui-icon-seek-prev { background-position: -48px -160px; }\\n.ui-icon-seek-end { background-position: -64px -160px; }\\n.ui-icon-seek-start { background-position: -80px -160px; }\\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\\n.ui-icon-seek-first { background-position: -80px -160px; }\\n.ui-icon-stop { background-position: -96px -160px; }\\n.ui-icon-eject { background-position: -112px -160px; }\\n.ui-icon-volume-off { background-position: -128px -160px; }\\n.ui-icon-volume-on { background-position: -144px -160px; }\\n.ui-icon-power { background-position: 0 -176px; }\\n.ui-icon-signal-diag { background-position: -16px -176px; }\\n.ui-icon-signal { background-position: -32px -176px; }\\n.ui-icon-battery-0 { background-position: -48px -176px; }\\n.ui-icon-battery-1 { background-position: -64px -176px; }\\n.ui-icon-battery-2 { background-position: -80px -176px; }\\n.ui-icon-battery-3 { background-position: -96px -176px; }\\n.ui-icon-circle-plus { background-position: 0 -192px; }\\n.ui-icon-circle-minus { background-position: -16px -192px; }\\n.ui-icon-circle-close { background-position: -32px -192px; }\\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\\n.ui-icon-circle-check { background-position: -208px -192px; }\\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\\n\\n\\n/* Misc visuals\\n----------------------------------*/\\n\\n/* Corner radius */\\n.ui-corner-all,\\n.ui-corner-top,\\n.ui-corner-left,\\n.ui-corner-tl {\\n\\tborder-top-left-radius: 3px;\\n}\\n.ui-corner-all,\\n.ui-corner-top,\\n.ui-corner-right,\\n.ui-corner-tr {\\n\\tborder-top-right-radius: 3px;\\n}\\n.ui-corner-all,\\n.ui-corner-bottom,\\n.ui-corner-left,\\n.ui-corner-bl {\\n\\tborder-bottom-left-radius: 3px;\\n}\\n.ui-corner-all,\\n.ui-corner-bottom,\\n.ui-corner-right,\\n.ui-corner-br {\\n\\tborder-bottom-right-radius: 3px;\\n}\\n\\n/* Overlays */\\n.ui-widget-overlay {\\n\\tbackground: #aaaaaa;\\n\\topacity: .003;\\n\\t-ms-filter: \\\"alpha(opacity=.3)\\\"; /* support: IE8 */\\n}\\n.ui-widget-shadow {\\n\\t-webkit-box-shadow: 0px 0px 5px #666666;\\n\\tbox-shadow: 0px 0px 5px #666666;\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nimport ___CSS_LOADER_GET_URL_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/getUrl.js\";\nvar ___CSS_LOADER_URL_IMPORT_0___ = new URL(\"images/ui-icons_1d2d44_256x240.png\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_1___ = new URL(\"images/ui-icons_ffffff_256x240.png\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_2___ = new URL(\"images/ui-icons_ffd27a_256x240.png\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_3___ = new URL(\"images/ui-bg_diagonals-thick_20_666666_40x40.png\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_4___ = new URL(\"images/ui-bg_flat_10_000000_40x100.png\", import.meta.url);\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\nvar ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);\nvar ___CSS_LOADER_URL_REPLACEMENT_1___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_1___);\nvar ___CSS_LOADER_URL_REPLACEMENT_2___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_2___);\nvar ___CSS_LOADER_URL_REPLACEMENT_3___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_3___);\nvar ___CSS_LOADER_URL_REPLACEMENT_4___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_4___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.ui-widget-content{border:1px solid var(--color-border);background:var(--color-main-background) none;color:var(--color-main-text)}.ui-widget-content a{color:var(--color-main-text)}.ui-widget-header{border:none;color:var(--color-main-text);background-image:none}.ui-widget-header a{color:var(--color-main-text)}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid var(--color-border);background:var(--color-main-background) none;font-weight:bold;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #ddd;background:var(--color-main-background) none;font-weight:bold;color:var(--color-main-text)}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:var(--color-main-text)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid var(--color-primary-element);background:var(--color-main-background) none;font-weight:bold;color:var(--color-main-text)}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:var(--color-main-text)}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid var(--color-main-background);background:var(--color-main-background) none;color:var(--color-text-light);font-weight:600}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:var(--color-text-lighter)}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:var(--color-error);background:var(--color-error) none;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.ui-state-default .ui-icon{background-image:url(${___CSS_LOADER_URL_REPLACEMENT_0___})}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(${___CSS_LOADER_URL_REPLACEMENT_0___})}.ui-state-active .ui-icon{background-image:url(${___CSS_LOADER_URL_REPLACEMENT_0___})}.ui-state-highlight .ui-icon{background-image:url(${___CSS_LOADER_URL_REPLACEMENT_1___})}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(${___CSS_LOADER_URL_REPLACEMENT_2___})}.ui-icon.ui-icon-none{display:none}.ui-widget-overlay{background:#666 url(${___CSS_LOADER_URL_REPLACEMENT_3___}) 50% 50% repeat;opacity:.5}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url(${___CSS_LOADER_URL_REPLACEMENT_4___}) 50% 50% repeat-x;opacity:.2;border-radius:5px}.ui-tabs{border:none}.ui-tabs .ui-tabs-nav.ui-corner-all{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui-tabs .ui-tabs-nav{background:none;margin-bottom:15px}.ui-tabs .ui-tabs-nav .ui-state-default{border:none;border-bottom:1px solid rgba(0,0,0,0);font-weight:normal;margin:0 !important;padding:0 !important}.ui-tabs .ui-tabs-nav .ui-state-hover,.ui-tabs .ui-tabs-nav .ui-state-active{border:none;border-bottom:1px solid var(--color-main-text);color:var(--color-main-text)}.ui-tabs .ui-tabs-nav .ui-state-hover a,.ui-tabs .ui-tabs-nav .ui-state-hover a:link,.ui-tabs .ui-tabs-nav .ui-state-hover a:hover,.ui-tabs .ui-tabs-nav .ui-state-hover a:visited,.ui-tabs .ui-tabs-nav .ui-state-active a,.ui-tabs .ui-tabs-nav .ui-state-active a:link,.ui-tabs .ui-tabs-nav .ui-state-active a:hover,.ui-tabs .ui-tabs-nav .ui-state-active a:visited{color:var(--color-main-text)}.ui-tabs .ui-tabs-nav .ui-state-active{font-weight:bold}.ui-autocomplete.ui-menu{padding:0}.ui-autocomplete.ui-menu.item-count-1,.ui-autocomplete.ui-menu.item-count-2{overflow-y:hidden}.ui-autocomplete.ui-menu .ui-menu-item a{color:var(--color-text-lighter);display:block;padding:4px 4px 4px 14px}.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-focus,.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-active{box-shadow:inset 4px 0 var(--color-primary-element);color:var(--color-main-text)}.ui-autocomplete.ui-widget-content{background:var(--color-main-background);border-top:none}.ui-autocomplete.ui-corner-all{border-radius:0;border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.ui-autocomplete .ui-state-hover,.ui-autocomplete .ui-widget-content .ui-state-hover,.ui-autocomplete .ui-widget-header .ui-state-hover,.ui-autocomplete .ui-state-focus,.ui-autocomplete .ui-widget-content .ui-state-focus,.ui-autocomplete .ui-widget-header .ui-state-focus{border:1px solid rgba(0,0,0,0);background:inherit;color:var(--color-primary-element)}.ui-autocomplete .ui-menu-item a{border-radius:0 !important}.ui-button.primary{background-color:var(--color-primary-element);color:var(--color-primary-element-text);border:1px solid var(--color-primary-element-text)}.ui-button:hover{font-weight:bold !important}.ui-draggable-handle,.ui-selectable{touch-action:pan-y}`, \"\",{\"version\":3,\"sources\":[\"webpack://./core/src/jquery/css/jquery-ui-fixes.scss\"],\"names\":[],\"mappings\":\"AAMA,mBACC,oCAAA,CACA,4CAAA,CACA,4BAAA,CAED,qBACC,4BAAA,CAED,kBACC,WAAA,CACA,4BAAA,CACA,qBAAA,CAED,oBACC,4BAAA,CAKD,2FAGC,oCAAA,CACA,4CAAA,CACA,gBAAA,CACA,UAAA,CAED,yEAGC,UAAA,CAED,0KAMC,qBAAA,CACA,4CAAA,CACA,gBAAA,CACA,4BAAA,CAED,2FAIC,4BAAA,CAED,wFAGC,6CAAA,CACA,4CAAA,CACA,gBAAA,CACA,4BAAA,CAED,sEAGC,4BAAA,CAKD,iGAGC,6CAAA,CACA,4CAAA,CACA,6BAAA,CACA,eAAA,CAED,uGAGC,+BAAA,CAED,qFAGC,yBAAA,CACA,kCAAA,CACA,UAAA,CAED,2FAGC,UAAA,CAED,oGAGC,UAAA,CAKD,2BACC,wDAAA,CAED,kDAEC,wDAAA,CAED,0BACC,wDAAA,CAED,6BACC,wDAAA,CAED,uDAEC,wDAAA,CAED,sBACC,YAAA,CAMD,mBACC,sEAAA,CACA,UAAA,CAED,kBACC,oBAAA,CACA,WAAA,CACA,wEAAA,CACA,UAAA,CACA,iBAAA,CAID,SACC,WAAA,CAEA,oCACC,2BAAA,CACA,4BAAA,CAGD,sBACC,eAAA,CACA,kBAAA,CAEA,wCACC,WAAA,CACA,qCAAA,CACA,kBAAA,CACA,mBAAA,CACA,oBAAA,CAGD,6EAEC,WAAA,CACA,8CAAA,CACA,4BAAA,CACA,0WACC,4BAAA,CAGF,uCACC,gBAAA,CAOF,yBACC,SAAA,CAIA,4EAEC,iBAAA,CAGD,yCACC,+BAAA,CACA,aAAA,CACA,wBAAA,CAEA,iHACC,mDAAA,CACA,4BAAA,CAKH,mCACC,uCAAA,CACA,eAAA,CAGD,+BACC,eAAA,CACA,8CAAA,CACA,+CAAA,CAGD,gRAKC,8BAAA,CACA,kBAAA,CACA,kCAAA,CAIA,iCACC,0BAAA,CAKH,mBACC,6CAAA,CACA,uCAAA,CACA,kDAAA,CAID,iBACI,2BAAA,CAKJ,oCAEC,kBAAA\",\"sourcesContent\":[\"/**\\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\\n * SPDX-License-Identifier: AGPL-3.0-or-later\\n */\\n/* Component containers\\n----------------------------------*/\\n.ui-widget-content {\\n\\tborder: 1px solid var(--color-border);\\n\\tbackground: var(--color-main-background) none;\\n\\tcolor: var(--color-main-text);\\n}\\n.ui-widget-content a {\\n\\tcolor: var(--color-main-text);\\n}\\n.ui-widget-header {\\n\\tborder: none;\\n\\tcolor: var(--color-main-text);\\n\\tbackground-image: none;\\n}\\n.ui-widget-header a {\\n\\tcolor: var(--color-main-text);\\n}\\n\\n/* Interaction states\\n----------------------------------*/\\n.ui-state-default,\\n.ui-widget-content .ui-state-default,\\n.ui-widget-header .ui-state-default {\\n\\tborder: 1px solid var(--color-border);\\n\\tbackground: var(--color-main-background) none;\\n\\tfont-weight: bold;\\n\\tcolor: #555;\\n}\\n.ui-state-default a,\\n.ui-state-default a:link,\\n.ui-state-default a:visited {\\n\\tcolor: #555;\\n}\\n.ui-state-hover,\\n.ui-widget-content .ui-state-hover,\\n.ui-widget-header .ui-state-hover,\\n.ui-state-focus,\\n.ui-widget-content .ui-state-focus,\\n.ui-widget-header .ui-state-focus {\\n\\tborder: 1px solid #ddd;\\n\\tbackground: var(--color-main-background) none;\\n\\tfont-weight: bold;\\n\\tcolor: var(--color-main-text);\\n}\\n.ui-state-hover a,\\n.ui-state-hover a:hover,\\n.ui-state-hover a:link,\\n.ui-state-hover a:visited {\\n\\tcolor: var(--color-main-text);\\n}\\n.ui-state-active,\\n.ui-widget-content .ui-state-active,\\n.ui-widget-header .ui-state-active {\\n\\tborder: 1px solid var(--color-primary-element);\\n\\tbackground: var(--color-main-background) none;\\n\\tfont-weight: bold;\\n\\tcolor: var(--color-main-text);\\n}\\n.ui-state-active a,\\n.ui-state-active a:link,\\n.ui-state-active a:visited {\\n\\tcolor: var(--color-main-text);\\n}\\n\\n/* Interaction Cues\\n----------------------------------*/\\n.ui-state-highlight,\\n.ui-widget-content .ui-state-highlight,\\n.ui-widget-header .ui-state-highlight {\\n\\tborder: 1px solid var(--color-main-background);\\n\\tbackground: var(--color-main-background) none;\\n\\tcolor: var(--color-text-light);\\n\\tfont-weight: 600;\\n}\\n.ui-state-highlight a,\\n.ui-widget-content .ui-state-highlight a,\\n.ui-widget-header .ui-state-highlight a {\\n\\tcolor: var(--color-text-lighter);\\n}\\n.ui-state-error,\\n.ui-widget-content .ui-state-error,\\n.ui-widget-header .ui-state-error {\\n\\tborder: var(--color-error);\\n\\tbackground: var(--color-error) none;\\n\\tcolor: #ffffff;\\n}\\n.ui-state-error a,\\n.ui-widget-content .ui-state-error a,\\n.ui-widget-header .ui-state-error a {\\n\\tcolor: #ffffff;\\n}\\n.ui-state-error-text,\\n.ui-widget-content .ui-state-error-text,\\n.ui-widget-header .ui-state-error-text {\\n\\tcolor: #ffffff;\\n}\\n\\n/* Icons\\n----------------------------------*/\\n.ui-state-default .ui-icon {\\n\\tbackground-image: url('images/ui-icons_1d2d44_256x240.png');\\n}\\n.ui-state-hover .ui-icon,\\n.ui-state-focus .ui-icon {\\n\\tbackground-image: url('images/ui-icons_1d2d44_256x240.png');\\n}\\n.ui-state-active .ui-icon {\\n\\tbackground-image: url('images/ui-icons_1d2d44_256x240.png');\\n}\\n.ui-state-highlight .ui-icon {\\n\\tbackground-image: url('images/ui-icons_ffffff_256x240.png');\\n}\\n.ui-state-error .ui-icon,\\n.ui-state-error-text .ui-icon {\\n\\tbackground-image: url('images/ui-icons_ffd27a_256x240.png');\\n}\\n.ui-icon.ui-icon-none {\\n\\tdisplay: none;\\n}\\n\\n/* Misc visuals\\n----------------------------------*/\\n/* Overlays */\\n.ui-widget-overlay {\\n\\tbackground: #666666 url('images/ui-bg_diagonals-thick_20_666666_40x40.png') 50% 50% repeat;\\n\\topacity: .5;\\n}\\n.ui-widget-shadow {\\n\\tmargin: -5px 0 0 -5px;\\n\\tpadding: 5px;\\n\\tbackground: #000000 url('images/ui-bg_flat_10_000000_40x100.png') 50% 50% repeat-x;\\n\\topacity: .2;\\n\\tborder-radius: 5px;\\n}\\n\\n/* Tabs customizations */\\n.ui-tabs {\\n\\tborder: none;\\n\\n\\t.ui-tabs-nav.ui-corner-all {\\n\\t\\tborder-bottom-left-radius: 0;\\n\\t\\tborder-bottom-right-radius: 0;\\n\\t}\\n\\n\\t.ui-tabs-nav {\\n\\t\\tbackground: none;\\n\\t\\tmargin-bottom: 15px;\\n\\n\\t\\t.ui-state-default {\\n\\t\\t\\tborder: none;\\n\\t\\t\\tborder-bottom: 1px solid transparent;\\n\\t\\t\\tfont-weight: normal;\\n\\t\\t\\tmargin: 0 !important;\\n\\t\\t\\tpadding: 0 !important;\\n\\t\\t}\\n\\n\\t\\t.ui-state-hover,\\n\\t\\t.ui-state-active {\\n\\t\\t\\tborder: none;\\n\\t\\t\\tborder-bottom: 1px solid var(--color-main-text);\\n\\t\\t\\tcolor: var(--color-main-text);\\n\\t\\t\\ta, a:link, a:hover, a:visited {\\n\\t\\t\\t\\tcolor: var(--color-main-text);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\t.ui-state-active {\\n\\t\\t\\tfont-weight: bold;\\n\\t\\t}\\n\\t}\\n}\\n\\n/* Select menus */\\n.ui-autocomplete {\\n\\t&.ui-menu {\\n\\t\\tpadding: 0;\\n\\n\\t\\t/* scrolling starts from three items,\\n\\t\\t * so hide overflow and scrollbars for a clean layout */\\n\\t\\t&.item-count-1,\\n\\t\\t&.item-count-2 {\\n\\t\\t\\toverflow-y: hidden;\\n\\t\\t}\\n\\n\\t\\t.ui-menu-item a {\\n\\t\\t\\tcolor: var(--color-text-lighter);\\n\\t\\t\\tdisplay: block;\\n\\t\\t\\tpadding: 4px 4px 4px 14px;\\n\\n\\t\\t\\t&.ui-state-focus, &.ui-state-active {\\n\\t\\t\\t\\tbox-shadow: inset 4px 0 var(--color-primary-element);\\n\\t\\t\\t\\tcolor: var(--color-main-text);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\n\\t&.ui-widget-content {\\n\\t\\tbackground: var(--color-main-background);\\n\\t\\tborder-top: none;\\n\\t}\\n\\n\\t&.ui-corner-all {\\n\\t\\tborder-radius: 0;\\n\\t\\tborder-bottom-left-radius: var(--border-radius);\\n\\t\\tborder-bottom-right-radius: var(--border-radius);\\n\\t}\\n\\n\\t.ui-state-hover, .ui-widget-content .ui-state-hover,\\n\\t.ui-widget-header .ui-state-hover,\\n\\t.ui-state-focus,\\n\\t.ui-widget-content .ui-state-focus,\\n\\t.ui-widget-header .ui-state-focus {\\n\\t\\tborder: 1px solid transparent;\\n\\t\\tbackground: inherit;\\n\\t\\tcolor: var(--color-primary-element);\\n\\t}\\n\\n\\t.ui-menu-item {\\n\\t\\ta {\\n\\t\\t\\tborder-radius: 0 !important;\\n\\t\\t}\\n\\t}\\n}\\n\\n.ui-button.primary {\\n\\tbackground-color: var(--color-primary-element);\\n\\tcolor: var(--color-primary-element-text);\\n\\tborder: 1px solid var(--color-primary-element-text);\\n}\\n\\n// fix ui-buttons on hover\\n.ui-button:hover {\\n font-weight:bold !important;\\n}\\n\\n\\n/* DRAGGABLE */\\n.ui-draggable-handle,\\n.ui-selectable {\\n\\ttouch-action: pan-y;\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.oc-dialog{background:var(--color-main-background);color:var(--color-text-light);border-radius:var(--border-radius-large);box-shadow:0 0 30px var(--color-box-shadow);padding:24px;z-index:100001;font-size:100%;box-sizing:border-box;min-width:200px;top:50%;left:50%;transform:translate(-50%, -50%);max-height:calc(100% - 20px);max-width:calc(100% - 20px);overflow:auto}.oc-dialog-title{background:var(--color-main-background)}.oc-dialog-buttonrow{position:relative;display:flex;background:rgba(0,0,0,0);right:0;bottom:0;padding:0;padding-top:10px;box-sizing:border-box;width:100%;background-image:linear-gradient(rgba(255, 255, 255, 0), var(--color-main-background))}.oc-dialog-buttonrow.twobuttons{justify-content:space-between}.oc-dialog-buttonrow.onebutton,.oc-dialog-buttonrow.twobuttons.aside{justify-content:flex-end}.oc-dialog-buttonrow button{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:44px;min-width:44px}.oc-dialog-close{position:absolute;width:44px !important;height:44px !important;top:4px;right:4px;padding:25px;background:var(--icon-close-dark) no-repeat center;opacity:.5;border-radius:var(--border-radius-pill)}.oc-dialog-close:hover,.oc-dialog-close:focus,.oc-dialog-close:active{opacity:1}.oc-dialog-dim{background-color:#000;opacity:.2;z-index:100001;position:fixed;top:0;left:0;width:100%;height:100%}body.theme--dark .oc-dialog-dim{opacity:.8}.oc-dialog-content{width:100%;max-width:550px}.oc-dialog.password-confirmation .oc-dialog-content{width:auto}.oc-dialog.password-confirmation .oc-dialog-content input[type=password]{width:100%}.oc-dialog.password-confirmation .oc-dialog-content label{display:none}`, \"\",{\"version\":3,\"sources\":[\"webpack://./core/src/jquery/css/jquery.ocdialog.scss\"],\"names\":[],\"mappings\":\"AAIA,WACC,uCAAA,CACA,6BAAA,CACA,wCAAA,CACA,2CAAA,CACA,YAAA,CACA,cAAA,CACA,cAAA,CACA,qBAAA,CACA,eAAA,CACA,OAAA,CACA,QAAA,CACA,+BAAA,CACA,4BAAA,CACA,2BAAA,CACA,aAAA,CAED,iBACC,uCAAA,CAED,qBACC,iBAAA,CACA,YAAA,CACA,wBAAA,CACA,OAAA,CACA,QAAA,CACA,SAAA,CACA,gBAAA,CACA,qBAAA,CACA,UAAA,CACA,sFAAA,CAEA,gCACO,6BAAA,CAGP,qEAEC,wBAAA,CAGD,4BACI,kBAAA,CACA,eAAA,CACH,sBAAA,CACA,WAAA,CACA,cAAA,CAIF,iBACC,iBAAA,CACA,qBAAA,CACA,sBAAA,CACA,OAAA,CACA,SAAA,CACA,YAAA,CACA,kDAAA,CACA,UAAA,CACA,uCAAA,CAEA,sEAGC,SAAA,CAIF,eACC,qBAAA,CACA,UAAA,CACA,cAAA,CACA,cAAA,CACA,KAAA,CACA,MAAA,CACA,UAAA,CACA,WAAA,CAGD,gCACC,UAAA,CAGD,mBACC,UAAA,CACA,eAAA,CAIA,oDACC,UAAA,CAEA,yEACC,UAAA,CAED,0DACC,YAAA\",\"sourcesContent\":[\"/**\\n * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors\\n * SPDX-License-Identifier: AGPL-3.0-or-later\\n */\\n.oc-dialog {\\n\\tbackground: var(--color-main-background);\\n\\tcolor: var(--color-text-light);\\n\\tborder-radius: var(--border-radius-large);\\n\\tbox-shadow: 0 0 30px var(--color-box-shadow);\\n\\tpadding: 24px;\\n\\tz-index: 100001;\\n\\tfont-size: 100%;\\n\\tbox-sizing: border-box;\\n\\tmin-width: 200px;\\n\\ttop: 50%;\\n\\tleft: 50%;\\n\\ttransform: translate(-50%, -50%);\\n\\tmax-height: calc(100% - 20px);\\n\\tmax-width: calc(100% - 20px);\\n\\toverflow: auto;\\n}\\n.oc-dialog-title {\\n\\tbackground: var(--color-main-background);\\n}\\n.oc-dialog-buttonrow {\\n\\tposition: relative;\\n\\tdisplay: flex;\\n\\tbackground: transparent;\\n\\tright: 0;\\n\\tbottom: 0;\\n\\tpadding: 0;\\n\\tpadding-top: 10px;\\n\\tbox-sizing: border-box;\\n\\twidth: 100%;\\n\\tbackground-image: linear-gradient(rgba(255, 255, 255, 0.0), var(--color-main-background));\\n\\n\\t&.twobuttons {\\n justify-content: space-between;\\n }\\n\\n\\t&.onebutton,\\n\\t&.twobuttons.aside {\\n\\t\\tjustify-content: flex-end;\\n\\t}\\n\\n\\tbutton {\\n\\t white-space: nowrap;\\n\\t overflow: hidden;\\n\\t\\ttext-overflow: ellipsis;\\n\\t\\theight: 44px;\\n\\t\\tmin-width: 44px;\\n\\t}\\n}\\n\\n.oc-dialog-close {\\n\\tposition: absolute;\\n\\twidth: 44px !important;\\n\\theight: 44px !important;\\n\\ttop: 4px;\\n\\tright: 4px;\\n\\tpadding: 25px;\\n\\tbackground: var(--icon-close-dark) no-repeat center;\\n\\topacity: .5;\\n\\tborder-radius: var(--border-radius-pill);\\n\\n\\t&:hover,\\n\\t&:focus,\\n\\t&:active {\\n\\t\\topacity: 1;\\n\\t}\\n}\\n\\n.oc-dialog-dim {\\n\\tbackground-color: #000;\\n\\topacity: .2;\\n\\tz-index: 100001;\\n\\tposition: fixed;\\n\\ttop: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\n\\theight: 100%;\\n}\\n\\nbody.theme--dark .oc-dialog-dim {\\n\\topacity: .8;\\n}\\n\\n.oc-dialog-content {\\n\\twidth: 100%;\\n\\tmax-width: 550px;\\n}\\n\\n.oc-dialog.password-confirmation {\\n\\t.oc-dialog-content {\\n\\t\\twidth: auto;\\n\\n\\t\\tinput[type=password] {\\n\\t\\t\\twidth: 100%;\\n\\t\\t}\\n\\t\\tlabel {\\n\\t\\t\\tdisplay: none;\\n\\t\\t}\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../css-loader/dist/runtime/api.js\";\nimport ___CSS_LOADER_GET_URL_IMPORT___ from \"../css-loader/dist/runtime/getUrl.js\";\nvar ___CSS_LOADER_URL_IMPORT_0___ = new URL(\"select2.png\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_1___ = new URL(\"select2-spinner.gif\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_2___ = new URL(\"select2x2.png\", import.meta.url);\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\nvar ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);\nvar ___CSS_LOADER_URL_REPLACEMENT_1___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_1___);\nvar ___CSS_LOADER_URL_REPLACEMENT_2___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_2___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `/*\nVersion: @@ver@@ Timestamp: @@timestamp@@\n*/\n.select2-container {\n margin: 0;\n position: relative;\n display: inline-block;\n /* inline-block for ie7 */\n zoom: 1;\n *display: inline;\n vertical-align: middle;\n}\n\n.select2-container,\n.select2-drop,\n.select2-search,\n.select2-search input {\n /*\n Force border-box so that % widths fit the parent\n container without overlap because of margin/padding.\n More Info : http://www.quirksmode.org/css/box.html\n */\n -webkit-box-sizing: border-box; /* webkit */\n -moz-box-sizing: border-box; /* firefox */\n box-sizing: border-box; /* css3 */\n}\n\n.select2-container .select2-choice {\n display: block;\n height: 26px;\n padding: 0 0 0 8px;\n overflow: hidden;\n position: relative;\n\n border: 1px solid #aaa;\n white-space: nowrap;\n line-height: 26px;\n color: #444;\n text-decoration: none;\n\n border-radius: 4px;\n\n background-clip: padding-box;\n\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n\n background-color: #fff;\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));\n background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);\n background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);\n background-image: linear-gradient(to top, #eee 0%, #fff 50%);\n}\n\nhtml[dir=\"rtl\"] .select2-container .select2-choice {\n padding: 0 8px 0 0;\n}\n\n.select2-container.select2-drop-above .select2-choice {\n border-bottom-color: #aaa;\n\n border-radius: 0 0 4px 4px;\n\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));\n background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);\n background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);\n background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);\n}\n\n.select2-container.select2-allowclear .select2-choice .select2-chosen {\n margin-right: 42px;\n}\n\n.select2-container .select2-choice > .select2-chosen {\n margin-right: 26px;\n display: block;\n overflow: hidden;\n\n white-space: nowrap;\n\n text-overflow: ellipsis;\n float: none;\n width: auto;\n}\n\nhtml[dir=\"rtl\"] .select2-container .select2-choice > .select2-chosen {\n margin-left: 26px;\n margin-right: 0;\n}\n\n.select2-container .select2-choice abbr {\n display: none;\n width: 12px;\n height: 12px;\n position: absolute;\n right: 24px;\n top: 8px;\n\n font-size: 1px;\n text-decoration: none;\n\n border: 0;\n background: url(${___CSS_LOADER_URL_REPLACEMENT_0___}) right top no-repeat;\n cursor: pointer;\n outline: 0;\n}\n\n.select2-container.select2-allowclear .select2-choice abbr {\n display: inline-block;\n}\n\n.select2-container .select2-choice abbr:hover {\n background-position: right -11px;\n cursor: pointer;\n}\n\n.select2-drop-mask {\n border: 0;\n margin: 0;\n padding: 0;\n position: fixed;\n left: 0;\n top: 0;\n min-height: 100%;\n min-width: 100%;\n height: auto;\n width: auto;\n opacity: 0;\n z-index: 9998;\n /* styles required for IE to work */\n background-color: #fff;\n filter: alpha(opacity=0);\n}\n\n.select2-drop {\n width: 100%;\n margin-top: -1px;\n position: absolute;\n z-index: 9999;\n top: 100%;\n\n background: #fff;\n color: #000;\n border: 1px solid #aaa;\n border-top: 0;\n\n border-radius: 0 0 4px 4px;\n\n -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);\n box-shadow: 0 4px 5px rgba(0, 0, 0, .15);\n}\n\n.select2-drop.select2-drop-above {\n margin-top: 1px;\n border-top: 1px solid #aaa;\n border-bottom: 0;\n\n border-radius: 4px 4px 0 0;\n\n -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);\n box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);\n}\n\n.select2-drop-active {\n border: 1px solid #5897fb;\n border-top: none;\n}\n\n.select2-drop.select2-drop-above.select2-drop-active {\n border-top: 1px solid #5897fb;\n}\n\n.select2-drop-auto-width {\n border-top: 1px solid #aaa;\n width: auto;\n}\n\n.select2-drop-auto-width .select2-search {\n padding-top: 4px;\n}\n\n.select2-container .select2-choice .select2-arrow {\n display: inline-block;\n width: 18px;\n height: 100%;\n position: absolute;\n right: 0;\n top: 0;\n\n border-left: 1px solid #aaa;\n border-radius: 0 4px 4px 0;\n\n background-clip: padding-box;\n\n background: #ccc;\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));\n background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);\n background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);\n background-image: linear-gradient(to top, #ccc 0%, #eee 60%);\n}\n\nhtml[dir=\"rtl\"] .select2-container .select2-choice .select2-arrow {\n left: 0;\n right: auto;\n\n border-left: none;\n border-right: 1px solid #aaa;\n border-radius: 4px 0 0 4px;\n}\n\n.select2-container .select2-choice .select2-arrow b {\n display: block;\n width: 100%;\n height: 100%;\n background: url(${___CSS_LOADER_URL_REPLACEMENT_0___}) no-repeat 0 1px;\n}\n\nhtml[dir=\"rtl\"] .select2-container .select2-choice .select2-arrow b {\n background-position: 2px 1px;\n}\n\n.select2-search {\n display: inline-block;\n width: 100%;\n min-height: 26px;\n margin: 0;\n padding-left: 4px;\n padding-right: 4px;\n\n position: relative;\n z-index: 10000;\n\n white-space: nowrap;\n}\n\n.select2-search input {\n width: 100%;\n height: auto !important;\n min-height: 26px;\n padding: 4px 20px 4px 5px;\n margin: 0;\n\n outline: 0;\n font-family: sans-serif;\n font-size: 1em;\n\n border: 1px solid #aaa;\n border-radius: 0;\n\n -webkit-box-shadow: none;\n box-shadow: none;\n\n background: #fff url(${___CSS_LOADER_URL_REPLACEMENT_0___}) no-repeat 100% -22px;\n background: url(${___CSS_LOADER_URL_REPLACEMENT_0___}) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\n background: url(${___CSS_LOADER_URL_REPLACEMENT_0___}) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url(${___CSS_LOADER_URL_REPLACEMENT_0___}) no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url(${___CSS_LOADER_URL_REPLACEMENT_0___}) no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\n}\n\nhtml[dir=\"rtl\"] .select2-search input {\n padding: 4px 5px 4px 20px;\n\n background: #fff url(${___CSS_LOADER_URL_REPLACEMENT_0___}) no-repeat -37px -22px;\n background: url(${___CSS_LOADER_URL_REPLACEMENT_0___}) no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\n background: url(${___CSS_LOADER_URL_REPLACEMENT_0___}) no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url(${___CSS_LOADER_URL_REPLACEMENT_0___}) no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url(${___CSS_LOADER_URL_REPLACEMENT_0___}) no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\n}\n\n.select2-drop.select2-drop-above .select2-search input {\n margin-top: 4px;\n}\n\n.select2-search input.select2-active {\n background: #fff url(${___CSS_LOADER_URL_REPLACEMENT_1___}) no-repeat 100%;\n background: url(${___CSS_LOADER_URL_REPLACEMENT_1___}) no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\n background: url(${___CSS_LOADER_URL_REPLACEMENT_1___}) no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url(${___CSS_LOADER_URL_REPLACEMENT_1___}) no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url(${___CSS_LOADER_URL_REPLACEMENT_1___}) no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\n}\n\n.select2-container-active .select2-choice,\n.select2-container-active .select2-choices {\n border: 1px solid #5897fb;\n outline: none;\n\n -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);\n box-shadow: 0 0 5px rgba(0, 0, 0, .3);\n}\n\n.select2-dropdown-open .select2-choice {\n border-bottom-color: transparent;\n -webkit-box-shadow: 0 1px 0 #fff inset;\n box-shadow: 0 1px 0 #fff inset;\n\n border-bottom-left-radius: 0;\n border-bottom-right-radius: 0;\n\n background-color: #eee;\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));\n background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);\n background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);\n background-image: linear-gradient(to top, #fff 0%, #eee 50%);\n}\n\n.select2-dropdown-open.select2-drop-above .select2-choice,\n.select2-dropdown-open.select2-drop-above .select2-choices {\n border: 1px solid #5897fb;\n border-top-color: transparent;\n\n background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));\n background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);\n background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);\n background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);\n}\n\n.select2-dropdown-open .select2-choice .select2-arrow {\n background: transparent;\n border-left: none;\n filter: none;\n}\nhtml[dir=\"rtl\"] .select2-dropdown-open .select2-choice .select2-arrow {\n border-right: none;\n}\n\n.select2-dropdown-open .select2-choice .select2-arrow b {\n background-position: -18px 1px;\n}\n\nhtml[dir=\"rtl\"] .select2-dropdown-open .select2-choice .select2-arrow b {\n background-position: -16px 1px;\n}\n\n.select2-hidden-accessible {\n border: 0;\n clip: rect(0 0 0 0);\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px;\n}\n\n/* results */\n.select2-results {\n max-height: 200px;\n padding: 0 0 0 4px;\n margin: 4px 4px 4px 0;\n position: relative;\n overflow-x: hidden;\n overflow-y: auto;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\nhtml[dir=\"rtl\"] .select2-results {\n padding: 0 4px 0 0;\n margin: 4px 0 4px 4px;\n}\n\n.select2-results ul.select2-result-sub {\n margin: 0;\n padding-left: 0;\n}\n\n.select2-results li {\n list-style: none;\n display: list-item;\n background-image: none;\n}\n\n.select2-results li.select2-result-with-children > .select2-result-label {\n font-weight: bold;\n}\n\n.select2-results .select2-result-label {\n padding: 3px 7px 4px;\n margin: 0;\n cursor: pointer;\n\n min-height: 1em;\n\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n\n.select2-results-dept-1 .select2-result-label { padding-left: 20px }\n.select2-results-dept-2 .select2-result-label { padding-left: 40px }\n.select2-results-dept-3 .select2-result-label { padding-left: 60px }\n.select2-results-dept-4 .select2-result-label { padding-left: 80px }\n.select2-results-dept-5 .select2-result-label { padding-left: 100px }\n.select2-results-dept-6 .select2-result-label { padding-left: 110px }\n.select2-results-dept-7 .select2-result-label { padding-left: 120px }\n\n.select2-results .select2-highlighted {\n background: #3875d7;\n color: #fff;\n}\n\n.select2-results li em {\n background: #feffde;\n font-style: normal;\n}\n\n.select2-results .select2-highlighted em {\n background: transparent;\n}\n\n.select2-results .select2-highlighted ul {\n background: #fff;\n color: #000;\n}\n\n.select2-results .select2-no-results,\n.select2-results .select2-searching,\n.select2-results .select2-ajax-error,\n.select2-results .select2-selection-limit {\n background: #f4f4f4;\n display: list-item;\n padding-left: 5px;\n}\n\n/*\ndisabled look for disabled choices in the results dropdown\n*/\n.select2-results .select2-disabled.select2-highlighted {\n color: #666;\n background: #f4f4f4;\n display: list-item;\n cursor: default;\n}\n.select2-results .select2-disabled {\n background: #f4f4f4;\n display: list-item;\n cursor: default;\n}\n\n.select2-results .select2-selected {\n display: none;\n}\n\n.select2-more-results.select2-active {\n background: #f4f4f4 url(${___CSS_LOADER_URL_REPLACEMENT_1___}) no-repeat 100%;\n}\n\n.select2-results .select2-ajax-error {\n background: rgba(255, 50, 50, .2);\n}\n\n.select2-more-results {\n background: #f4f4f4;\n display: list-item;\n}\n\n/* disabled styles */\n\n.select2-container.select2-container-disabled .select2-choice {\n background-color: #f4f4f4;\n background-image: none;\n border: 1px solid #ddd;\n cursor: default;\n}\n\n.select2-container.select2-container-disabled .select2-choice .select2-arrow {\n background-color: #f4f4f4;\n background-image: none;\n border-left: 0;\n}\n\n.select2-container.select2-container-disabled .select2-choice abbr {\n display: none;\n}\n\n\n/* multiselect */\n\n.select2-container-multi .select2-choices {\n height: auto !important;\n height: 1%;\n margin: 0;\n padding: 0 5px 0 0;\n position: relative;\n\n border: 1px solid #aaa;\n cursor: text;\n overflow: hidden;\n\n background-color: #fff;\n background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));\n background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);\n background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);\n background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);\n}\n\nhtml[dir=\"rtl\"] .select2-container-multi .select2-choices {\n padding: 0 0 0 5px;\n}\n\n.select2-locked {\n padding: 3px 5px 3px 5px !important;\n}\n\n.select2-container-multi .select2-choices {\n min-height: 26px;\n}\n\n.select2-container-multi.select2-container-active .select2-choices {\n border: 1px solid #5897fb;\n outline: none;\n\n -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);\n box-shadow: 0 0 5px rgba(0, 0, 0, .3);\n}\n.select2-container-multi .select2-choices li {\n float: left;\n list-style: none;\n}\nhtml[dir=\"rtl\"] .select2-container-multi .select2-choices li\n{\n float: right;\n}\n.select2-container-multi .select2-choices .select2-search-field {\n margin: 0;\n padding: 0;\n white-space: nowrap;\n}\n\n.select2-container-multi .select2-choices .select2-search-field input {\n padding: 5px;\n margin: 1px 0;\n\n font-family: sans-serif;\n font-size: 100%;\n color: #666;\n outline: 0;\n border: 0;\n -webkit-box-shadow: none;\n box-shadow: none;\n background: transparent !important;\n}\n\n.select2-container-multi .select2-choices .select2-search-field input.select2-active {\n background: #fff url(${___CSS_LOADER_URL_REPLACEMENT_1___}) no-repeat 100% !important;\n}\n\n.select2-default {\n color: #999 !important;\n}\n\n.select2-container-multi .select2-choices .select2-search-choice {\n padding: 3px 5px 3px 18px;\n margin: 3px 0 3px 5px;\n position: relative;\n\n line-height: 13px;\n color: #333;\n cursor: default;\n border: 1px solid #aaaaaa;\n\n border-radius: 3px;\n\n -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);\n box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);\n\n background-clip: padding-box;\n\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n\n background-color: #e4e4e4;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);\n background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));\n background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\n background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\n background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\n}\nhtml[dir=\"rtl\"] .select2-container-multi .select2-choices .select2-search-choice\n{\n margin: 3px 5px 3px 0;\n padding: 3px 18px 3px 5px;\n}\n.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {\n cursor: default;\n}\n.select2-container-multi .select2-choices .select2-search-choice-focus {\n background: #d4d4d4;\n}\n\n.select2-search-choice-close {\n display: block;\n width: 12px;\n height: 13px;\n position: absolute;\n right: 3px;\n top: 4px;\n\n font-size: 1px;\n outline: none;\n background: url(${___CSS_LOADER_URL_REPLACEMENT_0___}) right top no-repeat;\n}\nhtml[dir=\"rtl\"] .select2-search-choice-close {\n right: auto;\n left: 3px;\n}\n\n.select2-container-multi .select2-search-choice-close {\n left: 3px;\n}\n\nhtml[dir=\"rtl\"] .select2-container-multi .select2-search-choice-close {\n left: auto;\n right: 2px;\n}\n\n.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {\n background-position: right -11px;\n}\n.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {\n background-position: right -11px;\n}\n\n/* disabled styles */\n.select2-container-multi.select2-container-disabled .select2-choices {\n background-color: #f4f4f4;\n background-image: none;\n border: 1px solid #ddd;\n cursor: default;\n}\n\n.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {\n padding: 3px 5px 3px 5px;\n border: 1px solid #ddd;\n background-image: none;\n background-color: #f4f4f4;\n}\n\n.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close { display: none;\n background: none;\n}\n/* end multiselect */\n\n\n.select2-result-selectable .select2-match,\n.select2-result-unselectable .select2-match {\n text-decoration: underline;\n}\n\n.select2-offscreen, .select2-offscreen:focus {\n clip: rect(0 0 0 0) !important;\n width: 1px !important;\n height: 1px !important;\n border: 0 !important;\n margin: 0 !important;\n padding: 0 !important;\n overflow: hidden !important;\n position: absolute !important;\n outline: 0 !important;\n left: 0px !important;\n top: 0px !important;\n}\n\n.select2-display-none {\n display: none;\n}\n\n.select2-measure-scrollbar {\n position: absolute;\n top: -10000px;\n left: -10000px;\n width: 100px;\n height: 100px;\n overflow: scroll;\n}\n\n/* Retina-ize icons */\n\n@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {\n .select2-search input,\n .select2-search-choice-close,\n .select2-container .select2-choice abbr,\n .select2-container .select2-choice .select2-arrow b {\n background-image: url(${___CSS_LOADER_URL_REPLACEMENT_2___}) !important;\n background-repeat: no-repeat !important;\n background-size: 60px 40px !important;\n }\n\n .select2-search input {\n background-position: 100% -21px !important;\n }\n}\n`, \"\",{\"version\":3,\"sources\":[\"webpack://./node_modules/select2/select2.css\"],\"names\":[],\"mappings\":\"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\",\"sourcesContent\":[\"/*\\nVersion: @@ver@@ Timestamp: @@timestamp@@\\n*/\\n.select2-container {\\n margin: 0;\\n position: relative;\\n display: inline-block;\\n /* inline-block for ie7 */\\n zoom: 1;\\n *display: inline;\\n vertical-align: middle;\\n}\\n\\n.select2-container,\\n.select2-drop,\\n.select2-search,\\n.select2-search input {\\n /*\\n Force border-box so that % widths fit the parent\\n container without overlap because of margin/padding.\\n More Info : http://www.quirksmode.org/css/box.html\\n */\\n -webkit-box-sizing: border-box; /* webkit */\\n -moz-box-sizing: border-box; /* firefox */\\n box-sizing: border-box; /* css3 */\\n}\\n\\n.select2-container .select2-choice {\\n display: block;\\n height: 26px;\\n padding: 0 0 0 8px;\\n overflow: hidden;\\n position: relative;\\n\\n border: 1px solid #aaa;\\n white-space: nowrap;\\n line-height: 26px;\\n color: #444;\\n text-decoration: none;\\n\\n border-radius: 4px;\\n\\n background-clip: padding-box;\\n\\n -webkit-touch-callout: none;\\n -webkit-user-select: none;\\n -moz-user-select: none;\\n -ms-user-select: none;\\n user-select: none;\\n\\n background-color: #fff;\\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));\\n background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);\\n background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);\\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);\\n background-image: linear-gradient(to top, #eee 0%, #fff 50%);\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-container .select2-choice {\\n padding: 0 8px 0 0;\\n}\\n\\n.select2-container.select2-drop-above .select2-choice {\\n border-bottom-color: #aaa;\\n\\n border-radius: 0 0 4px 4px;\\n\\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));\\n background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);\\n background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);\\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);\\n background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);\\n}\\n\\n.select2-container.select2-allowclear .select2-choice .select2-chosen {\\n margin-right: 42px;\\n}\\n\\n.select2-container .select2-choice > .select2-chosen {\\n margin-right: 26px;\\n display: block;\\n overflow: hidden;\\n\\n white-space: nowrap;\\n\\n text-overflow: ellipsis;\\n float: none;\\n width: auto;\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-container .select2-choice > .select2-chosen {\\n margin-left: 26px;\\n margin-right: 0;\\n}\\n\\n.select2-container .select2-choice abbr {\\n display: none;\\n width: 12px;\\n height: 12px;\\n position: absolute;\\n right: 24px;\\n top: 8px;\\n\\n font-size: 1px;\\n text-decoration: none;\\n\\n border: 0;\\n background: url('select2.png') right top no-repeat;\\n cursor: pointer;\\n outline: 0;\\n}\\n\\n.select2-container.select2-allowclear .select2-choice abbr {\\n display: inline-block;\\n}\\n\\n.select2-container .select2-choice abbr:hover {\\n background-position: right -11px;\\n cursor: pointer;\\n}\\n\\n.select2-drop-mask {\\n border: 0;\\n margin: 0;\\n padding: 0;\\n position: fixed;\\n left: 0;\\n top: 0;\\n min-height: 100%;\\n min-width: 100%;\\n height: auto;\\n width: auto;\\n opacity: 0;\\n z-index: 9998;\\n /* styles required for IE to work */\\n background-color: #fff;\\n filter: alpha(opacity=0);\\n}\\n\\n.select2-drop {\\n width: 100%;\\n margin-top: -1px;\\n position: absolute;\\n z-index: 9999;\\n top: 100%;\\n\\n background: #fff;\\n color: #000;\\n border: 1px solid #aaa;\\n border-top: 0;\\n\\n border-radius: 0 0 4px 4px;\\n\\n -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);\\n box-shadow: 0 4px 5px rgba(0, 0, 0, .15);\\n}\\n\\n.select2-drop.select2-drop-above {\\n margin-top: 1px;\\n border-top: 1px solid #aaa;\\n border-bottom: 0;\\n\\n border-radius: 4px 4px 0 0;\\n\\n -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);\\n box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);\\n}\\n\\n.select2-drop-active {\\n border: 1px solid #5897fb;\\n border-top: none;\\n}\\n\\n.select2-drop.select2-drop-above.select2-drop-active {\\n border-top: 1px solid #5897fb;\\n}\\n\\n.select2-drop-auto-width {\\n border-top: 1px solid #aaa;\\n width: auto;\\n}\\n\\n.select2-drop-auto-width .select2-search {\\n padding-top: 4px;\\n}\\n\\n.select2-container .select2-choice .select2-arrow {\\n display: inline-block;\\n width: 18px;\\n height: 100%;\\n position: absolute;\\n right: 0;\\n top: 0;\\n\\n border-left: 1px solid #aaa;\\n border-radius: 0 4px 4px 0;\\n\\n background-clip: padding-box;\\n\\n background: #ccc;\\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));\\n background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);\\n background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);\\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);\\n background-image: linear-gradient(to top, #ccc 0%, #eee 60%);\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-container .select2-choice .select2-arrow {\\n left: 0;\\n right: auto;\\n\\n border-left: none;\\n border-right: 1px solid #aaa;\\n border-radius: 4px 0 0 4px;\\n}\\n\\n.select2-container .select2-choice .select2-arrow b {\\n display: block;\\n width: 100%;\\n height: 100%;\\n background: url('select2.png') no-repeat 0 1px;\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-container .select2-choice .select2-arrow b {\\n background-position: 2px 1px;\\n}\\n\\n.select2-search {\\n display: inline-block;\\n width: 100%;\\n min-height: 26px;\\n margin: 0;\\n padding-left: 4px;\\n padding-right: 4px;\\n\\n position: relative;\\n z-index: 10000;\\n\\n white-space: nowrap;\\n}\\n\\n.select2-search input {\\n width: 100%;\\n height: auto !important;\\n min-height: 26px;\\n padding: 4px 20px 4px 5px;\\n margin: 0;\\n\\n outline: 0;\\n font-family: sans-serif;\\n font-size: 1em;\\n\\n border: 1px solid #aaa;\\n border-radius: 0;\\n\\n -webkit-box-shadow: none;\\n box-shadow: none;\\n\\n background: #fff url('select2.png') no-repeat 100% -22px;\\n background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\\n background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\\n background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\\n background: url('select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-search input {\\n padding: 4px 5px 4px 20px;\\n\\n background: #fff url('select2.png') no-repeat -37px -22px;\\n background: url('select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\\n background: url('select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\\n background: url('select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\\n background: url('select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\\n}\\n\\n.select2-drop.select2-drop-above .select2-search input {\\n margin-top: 4px;\\n}\\n\\n.select2-search input.select2-active {\\n background: #fff url('select2-spinner.gif') no-repeat 100%;\\n background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\\n background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\\n background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\\n background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\\n}\\n\\n.select2-container-active .select2-choice,\\n.select2-container-active .select2-choices {\\n border: 1px solid #5897fb;\\n outline: none;\\n\\n -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);\\n box-shadow: 0 0 5px rgba(0, 0, 0, .3);\\n}\\n\\n.select2-dropdown-open .select2-choice {\\n border-bottom-color: transparent;\\n -webkit-box-shadow: 0 1px 0 #fff inset;\\n box-shadow: 0 1px 0 #fff inset;\\n\\n border-bottom-left-radius: 0;\\n border-bottom-right-radius: 0;\\n\\n background-color: #eee;\\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));\\n background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);\\n background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);\\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);\\n background-image: linear-gradient(to top, #fff 0%, #eee 50%);\\n}\\n\\n.select2-dropdown-open.select2-drop-above .select2-choice,\\n.select2-dropdown-open.select2-drop-above .select2-choices {\\n border: 1px solid #5897fb;\\n border-top-color: transparent;\\n\\n background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));\\n background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);\\n background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);\\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);\\n background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);\\n}\\n\\n.select2-dropdown-open .select2-choice .select2-arrow {\\n background: transparent;\\n border-left: none;\\n filter: none;\\n}\\nhtml[dir=\\\"rtl\\\"] .select2-dropdown-open .select2-choice .select2-arrow {\\n border-right: none;\\n}\\n\\n.select2-dropdown-open .select2-choice .select2-arrow b {\\n background-position: -18px 1px;\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-dropdown-open .select2-choice .select2-arrow b {\\n background-position: -16px 1px;\\n}\\n\\n.select2-hidden-accessible {\\n border: 0;\\n clip: rect(0 0 0 0);\\n height: 1px;\\n margin: -1px;\\n overflow: hidden;\\n padding: 0;\\n position: absolute;\\n width: 1px;\\n}\\n\\n/* results */\\n.select2-results {\\n max-height: 200px;\\n padding: 0 0 0 4px;\\n margin: 4px 4px 4px 0;\\n position: relative;\\n overflow-x: hidden;\\n overflow-y: auto;\\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-results {\\n padding: 0 4px 0 0;\\n margin: 4px 0 4px 4px;\\n}\\n\\n.select2-results ul.select2-result-sub {\\n margin: 0;\\n padding-left: 0;\\n}\\n\\n.select2-results li {\\n list-style: none;\\n display: list-item;\\n background-image: none;\\n}\\n\\n.select2-results li.select2-result-with-children > .select2-result-label {\\n font-weight: bold;\\n}\\n\\n.select2-results .select2-result-label {\\n padding: 3px 7px 4px;\\n margin: 0;\\n cursor: pointer;\\n\\n min-height: 1em;\\n\\n -webkit-touch-callout: none;\\n -webkit-user-select: none;\\n -moz-user-select: none;\\n -ms-user-select: none;\\n user-select: none;\\n}\\n\\n.select2-results-dept-1 .select2-result-label { padding-left: 20px }\\n.select2-results-dept-2 .select2-result-label { padding-left: 40px }\\n.select2-results-dept-3 .select2-result-label { padding-left: 60px }\\n.select2-results-dept-4 .select2-result-label { padding-left: 80px }\\n.select2-results-dept-5 .select2-result-label { padding-left: 100px }\\n.select2-results-dept-6 .select2-result-label { padding-left: 110px }\\n.select2-results-dept-7 .select2-result-label { padding-left: 120px }\\n\\n.select2-results .select2-highlighted {\\n background: #3875d7;\\n color: #fff;\\n}\\n\\n.select2-results li em {\\n background: #feffde;\\n font-style: normal;\\n}\\n\\n.select2-results .select2-highlighted em {\\n background: transparent;\\n}\\n\\n.select2-results .select2-highlighted ul {\\n background: #fff;\\n color: #000;\\n}\\n\\n.select2-results .select2-no-results,\\n.select2-results .select2-searching,\\n.select2-results .select2-ajax-error,\\n.select2-results .select2-selection-limit {\\n background: #f4f4f4;\\n display: list-item;\\n padding-left: 5px;\\n}\\n\\n/*\\ndisabled look for disabled choices in the results dropdown\\n*/\\n.select2-results .select2-disabled.select2-highlighted {\\n color: #666;\\n background: #f4f4f4;\\n display: list-item;\\n cursor: default;\\n}\\n.select2-results .select2-disabled {\\n background: #f4f4f4;\\n display: list-item;\\n cursor: default;\\n}\\n\\n.select2-results .select2-selected {\\n display: none;\\n}\\n\\n.select2-more-results.select2-active {\\n background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;\\n}\\n\\n.select2-results .select2-ajax-error {\\n background: rgba(255, 50, 50, .2);\\n}\\n\\n.select2-more-results {\\n background: #f4f4f4;\\n display: list-item;\\n}\\n\\n/* disabled styles */\\n\\n.select2-container.select2-container-disabled .select2-choice {\\n background-color: #f4f4f4;\\n background-image: none;\\n border: 1px solid #ddd;\\n cursor: default;\\n}\\n\\n.select2-container.select2-container-disabled .select2-choice .select2-arrow {\\n background-color: #f4f4f4;\\n background-image: none;\\n border-left: 0;\\n}\\n\\n.select2-container.select2-container-disabled .select2-choice abbr {\\n display: none;\\n}\\n\\n\\n/* multiselect */\\n\\n.select2-container-multi .select2-choices {\\n height: auto !important;\\n height: 1%;\\n margin: 0;\\n padding: 0 5px 0 0;\\n position: relative;\\n\\n border: 1px solid #aaa;\\n cursor: text;\\n overflow: hidden;\\n\\n background-color: #fff;\\n background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));\\n background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);\\n background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);\\n background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-container-multi .select2-choices {\\n padding: 0 0 0 5px;\\n}\\n\\n.select2-locked {\\n padding: 3px 5px 3px 5px !important;\\n}\\n\\n.select2-container-multi .select2-choices {\\n min-height: 26px;\\n}\\n\\n.select2-container-multi.select2-container-active .select2-choices {\\n border: 1px solid #5897fb;\\n outline: none;\\n\\n -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);\\n box-shadow: 0 0 5px rgba(0, 0, 0, .3);\\n}\\n.select2-container-multi .select2-choices li {\\n float: left;\\n list-style: none;\\n}\\nhtml[dir=\\\"rtl\\\"] .select2-container-multi .select2-choices li\\n{\\n float: right;\\n}\\n.select2-container-multi .select2-choices .select2-search-field {\\n margin: 0;\\n padding: 0;\\n white-space: nowrap;\\n}\\n\\n.select2-container-multi .select2-choices .select2-search-field input {\\n padding: 5px;\\n margin: 1px 0;\\n\\n font-family: sans-serif;\\n font-size: 100%;\\n color: #666;\\n outline: 0;\\n border: 0;\\n -webkit-box-shadow: none;\\n box-shadow: none;\\n background: transparent !important;\\n}\\n\\n.select2-container-multi .select2-choices .select2-search-field input.select2-active {\\n background: #fff url('select2-spinner.gif') no-repeat 100% !important;\\n}\\n\\n.select2-default {\\n color: #999 !important;\\n}\\n\\n.select2-container-multi .select2-choices .select2-search-choice {\\n padding: 3px 5px 3px 18px;\\n margin: 3px 0 3px 5px;\\n position: relative;\\n\\n line-height: 13px;\\n color: #333;\\n cursor: default;\\n border: 1px solid #aaaaaa;\\n\\n border-radius: 3px;\\n\\n -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);\\n box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);\\n\\n background-clip: padding-box;\\n\\n -webkit-touch-callout: none;\\n -webkit-user-select: none;\\n -moz-user-select: none;\\n -ms-user-select: none;\\n user-select: none;\\n\\n background-color: #e4e4e4;\\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);\\n background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));\\n background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\\n background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\\n background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\\n}\\nhtml[dir=\\\"rtl\\\"] .select2-container-multi .select2-choices .select2-search-choice\\n{\\n margin: 3px 5px 3px 0;\\n padding: 3px 18px 3px 5px;\\n}\\n.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {\\n cursor: default;\\n}\\n.select2-container-multi .select2-choices .select2-search-choice-focus {\\n background: #d4d4d4;\\n}\\n\\n.select2-search-choice-close {\\n display: block;\\n width: 12px;\\n height: 13px;\\n position: absolute;\\n right: 3px;\\n top: 4px;\\n\\n font-size: 1px;\\n outline: none;\\n background: url('select2.png') right top no-repeat;\\n}\\nhtml[dir=\\\"rtl\\\"] .select2-search-choice-close {\\n right: auto;\\n left: 3px;\\n}\\n\\n.select2-container-multi .select2-search-choice-close {\\n left: 3px;\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-container-multi .select2-search-choice-close {\\n left: auto;\\n right: 2px;\\n}\\n\\n.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {\\n background-position: right -11px;\\n}\\n.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {\\n background-position: right -11px;\\n}\\n\\n/* disabled styles */\\n.select2-container-multi.select2-container-disabled .select2-choices {\\n background-color: #f4f4f4;\\n background-image: none;\\n border: 1px solid #ddd;\\n cursor: default;\\n}\\n\\n.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {\\n padding: 3px 5px 3px 5px;\\n border: 1px solid #ddd;\\n background-image: none;\\n background-color: #f4f4f4;\\n}\\n\\n.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close { display: none;\\n background: none;\\n}\\n/* end multiselect */\\n\\n\\n.select2-result-selectable .select2-match,\\n.select2-result-unselectable .select2-match {\\n text-decoration: underline;\\n}\\n\\n.select2-offscreen, .select2-offscreen:focus {\\n clip: rect(0 0 0 0) !important;\\n width: 1px !important;\\n height: 1px !important;\\n border: 0 !important;\\n margin: 0 !important;\\n padding: 0 !important;\\n overflow: hidden !important;\\n position: absolute !important;\\n outline: 0 !important;\\n left: 0px !important;\\n top: 0px !important;\\n}\\n\\n.select2-display-none {\\n display: none;\\n}\\n\\n.select2-measure-scrollbar {\\n position: absolute;\\n top: -10000px;\\n left: -10000px;\\n width: 100px;\\n height: 100px;\\n overflow: scroll;\\n}\\n\\n/* Retina-ize icons */\\n\\n@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {\\n .select2-search input,\\n .select2-search-choice-close,\\n .select2-container .select2-choice abbr,\\n .select2-container .select2-choice .select2-arrow b {\\n background-image: url('select2x2.png') !important;\\n background-repeat: no-repeat !important;\\n background-size: 60px 40px !important;\\n }\\n\\n .select2-search input {\\n background-position: 100% -21px !important;\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `/**\n * Strengthify - show the weakness of a password (uses zxcvbn for this)\n * https://github.com/MorrisJobke/strengthify\n * Version: 0.5.9\n * License: The MIT License (MIT)\n * Copyright (c) 2013-2020 Morris Jobke \n */\n\n.strengthify-wrapper {\n position: relative;\n}\n\n.strengthify-wrapper > * {\n\t-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n\tfilter: alpha(opacity=0);\n\topacity: 0;\n\t-webkit-transition:all .5s ease-in-out;\n\t-moz-transition:all .5s ease-in-out;\n\ttransition:all .5s ease-in-out;\n}\n\n.strengthify-bg, .strengthify-container, .strengthify-separator {\n\theight: 3px;\n}\n\n.strengthify-bg, .strengthify-container {\n\tdisplay: block;\n\tposition: absolute;\n\twidth: 100%;\n}\n\n.strengthify-bg {\n\tbackground-color: #BBB;\n}\n\n.strengthify-separator {\n\tdisplay: inline-block;\n\tposition: absolute;\n\tbackground-color: #FFF;\n\twidth: 1px;\n\tz-index: 10;\n}\n\n.password-bad {\n\tbackground-color: #C33;\n}\n.password-medium {\n\tbackground-color: #F80;\n}\n.password-good {\n\tbackground-color: #3C3;\n}\n\ndiv[data-strengthifyMessage] {\n padding: 3px 8px;\n}\n\n.strengthify-tiles{\n\tfloat: right;\n}\n`, \"\",{\"version\":3,\"sources\":[\"webpack://./node_modules/strengthify/strengthify.css\"],\"names\":[],\"mappings\":\"AAAA;;;;;;EAME;;AAEF;IACI,kBAAkB;AACtB;;AAEA;CACC,+DAA+D;CAC/D,wBAAwB;CACxB,UAAU;CACV,sCAAsC;CACtC,mCAAmC;CACnC,8BAA8B;AAC/B;;AAEA;CACC,WAAW;AACZ;;AAEA;CACC,cAAc;CACd,kBAAkB;CAClB,WAAW;AACZ;;AAEA;CACC,sBAAsB;AACvB;;AAEA;CACC,qBAAqB;CACrB,kBAAkB;CAClB,sBAAsB;CACtB,UAAU;CACV,WAAW;AACZ;;AAEA;CACC,sBAAsB;AACvB;AACA;CACC,sBAAsB;AACvB;AACA;CACC,sBAAsB;AACvB;;AAEA;IACI,gBAAgB;AACpB;;AAEA;CACC,YAAY;AACb\",\"sourcesContent\":[\"/**\\n * Strengthify - show the weakness of a password (uses zxcvbn for this)\\n * https://github.com/MorrisJobke/strengthify\\n * Version: 0.5.9\\n * License: The MIT License (MIT)\\n * Copyright (c) 2013-2020 Morris Jobke \\n */\\n\\n.strengthify-wrapper {\\n position: relative;\\n}\\n\\n.strengthify-wrapper > * {\\n\\t-ms-filter:\\\"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\\\";\\n\\tfilter: alpha(opacity=0);\\n\\topacity: 0;\\n\\t-webkit-transition:all .5s ease-in-out;\\n\\t-moz-transition:all .5s ease-in-out;\\n\\ttransition:all .5s ease-in-out;\\n}\\n\\n.strengthify-bg, .strengthify-container, .strengthify-separator {\\n\\theight: 3px;\\n}\\n\\n.strengthify-bg, .strengthify-container {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\twidth: 100%;\\n}\\n\\n.strengthify-bg {\\n\\tbackground-color: #BBB;\\n}\\n\\n.strengthify-separator {\\n\\tdisplay: inline-block;\\n\\tposition: absolute;\\n\\tbackground-color: #FFF;\\n\\twidth: 1px;\\n\\tz-index: 10;\\n}\\n\\n.password-bad {\\n\\tbackground-color: #C33;\\n}\\n.password-medium {\\n\\tbackground-color: #F80;\\n}\\n.password-good {\\n\\tbackground-color: #3C3;\\n}\\n\\ndiv[data-strengthifyMessage] {\\n padding: 3px 8px;\\n}\\n\\n.strengthify-tiles{\\n\\tfloat: right;\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.account-menu-entry__icon[data-v-2e0a74a6]{height:16px;width:16px;margin:calc((var(--default-clickable-area) - 16px)/2);filter:var(--background-invert-if-dark)}.account-menu-entry__icon--active[data-v-2e0a74a6]{filter:var(--primary-invert-if-dark)}.account-menu-entry[data-v-2e0a74a6] .list-item-content__main{width:fit-content}`, \"\",{\"version\":3,\"sources\":[\"webpack://./core/src/components/AccountMenu/AccountMenuEntry.vue\"],\"names\":[],\"mappings\":\"AAEC,2CACC,WAAA,CACA,UAAA,CACA,qDAAA,CACA,uCAAA,CAEA,mDACC,oCAAA,CAIF,8DACC,iBAAA\",\"sourcesContent\":[\"\\n.account-menu-entry {\\n\\t&__icon {\\n\\t\\theight: 16px;\\n\\t\\twidth: 16px;\\n\\t\\tmargin: calc((var(--default-clickable-area) - 16px) / 2); // 16px icon size\\n\\t\\tfilter: var(--background-invert-if-dark);\\n\\n\\t\\t&--active {\\n\\t\\t\\tfilter: var(--primary-invert-if-dark);\\n\\t\\t}\\n\\t}\\n\\n\\t:deep(.list-item-content__main) {\\n\\t\\twidth: fit-content;\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.app-menu[data-v-7661a89b]{--app-menu-entry-growth: calc(var(--default-grid-baseline) * 4);display:flex;flex:1 1;width:0}.app-menu__list[data-v-7661a89b]{display:flex;flex-wrap:nowrap;margin-inline:calc(var(--app-menu-entry-growth)/2)}.app-menu__overflow[data-v-7661a89b]{margin-block:auto}.app-menu__overflow[data-v-7661a89b] .button-vue--vue-tertiary{opacity:.7;margin:3px;filter:var(--background-image-invert-if-bright)}.app-menu__overflow[data-v-7661a89b] .button-vue--vue-tertiary:not([aria-expanded=true]){color:var(--color-background-plain-text)}.app-menu__overflow[data-v-7661a89b] .button-vue--vue-tertiary:not([aria-expanded=true]):hover{opacity:1;background-color:rgba(0,0,0,0) !important}.app-menu__overflow[data-v-7661a89b] .button-vue--vue-tertiary:focus-visible{opacity:1;outline:none !important}.app-menu__overflow-entry[data-v-7661a89b] .action-link__icon{filter:var(--background-invert-if-bright) !important}`, \"\",{\"version\":3,\"sources\":[\"webpack://./core/src/components/AppMenu.vue\"],\"names\":[],\"mappings\":\"AACA,2BAEC,+DAAA,CACA,YAAA,CACA,QAAA,CACA,OAAA,CAEA,iCACC,YAAA,CACA,gBAAA,CACA,kDAAA,CAGD,qCACC,iBAAA,CAGA,+DACC,UAAA,CACA,UAAA,CACA,+CAAA,CAGA,yFACC,wCAAA,CAEA,+FACC,SAAA,CACA,yCAAA,CAIF,6EACC,SAAA,CACA,uBAAA,CAMF,8DAEC,oDAAA\",\"sourcesContent\":[\"\\n.app-menu {\\n\\t// The size the currently focussed entry will grow to show the full name\\n\\t--app-menu-entry-growth: calc(var(--default-grid-baseline) * 4);\\n\\tdisplay: flex;\\n\\tflex: 1 1;\\n\\twidth: 0;\\n\\n\\t&__list {\\n\\t\\tdisplay: flex;\\n\\t\\tflex-wrap: nowrap;\\n\\t\\tmargin-inline: calc(var(--app-menu-entry-growth) / 2);\\n\\t}\\n\\n\\t&__overflow {\\n\\t\\tmargin-block: auto;\\n\\n\\t\\t// Adjust the overflow NcActions styles as they are directly rendered on the background\\n\\t\\t:deep(.button-vue--vue-tertiary) {\\n\\t\\t\\topacity: .7;\\n\\t\\t\\tmargin: 3px;\\n\\t\\t\\tfilter: var(--background-image-invert-if-bright);\\n\\n\\t\\t\\t/* Remove all background and align text color if not expanded */\\n\\t\\t\\t&:not([aria-expanded=\\\"true\\\"]) {\\n\\t\\t\\t\\tcolor: var(--color-background-plain-text);\\n\\n\\t\\t\\t\\t&:hover {\\n\\t\\t\\t\\t\\topacity: 1;\\n\\t\\t\\t\\t\\tbackground-color: transparent !important;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\n\\t\\t\\t&:focus-visible {\\n\\t\\t\\t\\topacity: 1;\\n\\t\\t\\t\\toutline: none !important;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\n\\t&__overflow-entry {\\n\\t\\t:deep(.action-link__icon) {\\n\\t\\t\\t// Icons are bright so invert them if bright color theme == bright background is used\\n\\t\\t\\tfilter: var(--background-invert-if-bright) !important;\\n\\t\\t}\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.app-menu-entry[data-v-22dcd4f7]{--app-menu-entry-font-size: 12px;width:var(--header-height);height:var(--header-height);position:relative}.app-menu-entry__link[data-v-22dcd4f7]{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--color-background-plain-text);width:calc(100% - 4px);height:calc(100% - 4px);margin:2px}.app-menu-entry__label[data-v-22dcd4f7]{opacity:0;position:absolute;font-size:var(--app-menu-entry-font-size);color:var(--color-background-plain-text);text-align:center;bottom:0;left:50%;top:50%;display:block;transform:translateX(-50%);max-width:100%;text-overflow:ellipsis;overflow:hidden;letter-spacing:-0.5px}.app-menu-entry__icon[data-v-22dcd4f7]{font-size:var(--app-menu-entry-font-size)}.app-menu-entry--active .app-menu-entry__label[data-v-22dcd4f7]{font-weight:bolder}.app-menu-entry--active[data-v-22dcd4f7]::before{content:\" \";position:absolute;pointer-events:none;border-bottom-color:var(--color-main-background);transform:translateX(-50%);width:10px;height:5px;border-radius:3px;background-color:var(--color-background-plain-text);left:50%;bottom:8px;display:block;transition:all var(--animation-quick) ease-in-out;opacity:1}.app-menu-entry__icon[data-v-22dcd4f7],.app-menu-entry__label[data-v-22dcd4f7]{transition:all var(--animation-quick) ease-in-out}.app-menu-entry:hover .app-menu-entry__label[data-v-22dcd4f7],.app-menu-entry:focus-within .app-menu-entry__label[data-v-22dcd4f7]{font-weight:bold}.app-menu-entry--truncated:hover .app-menu-entry__label[data-v-22dcd4f7],.app-menu-entry--truncated:focus-within .app-menu-entry__label[data-v-22dcd4f7]{max-width:calc(var(--header-height) + var(--app-menu-entry-growth))}.app-menu-entry--truncated:hover+.app-menu-entry .app-menu-entry__label[data-v-22dcd4f7],.app-menu-entry--truncated:focus-within+.app-menu-entry .app-menu-entry__label[data-v-22dcd4f7]{font-weight:normal;max-width:calc(var(--header-height) - var(--app-menu-entry-growth))}.app-menu-entry:has(+.app-menu-entry--truncated:hover) .app-menu-entry__label[data-v-22dcd4f7],.app-menu-entry:has(+.app-menu-entry--truncated:focus-within) .app-menu-entry__label[data-v-22dcd4f7]{font-weight:normal;max-width:calc(var(--header-height) - var(--app-menu-entry-growth))}`, \"\",{\"version\":3,\"sources\":[\"webpack://./core/src/components/AppMenuEntry.vue\"],\"names\":[],\"mappings\":\"AACA,iCACC,gCAAA,CACA,0BAAA,CACA,2BAAA,CACA,iBAAA,CAEA,uCACC,iBAAA,CACA,YAAA,CACA,qBAAA,CACA,kBAAA,CACA,sBAAA,CAEA,wCAAA,CAEA,sBAAA,CACA,uBAAA,CACA,UAAA,CAGD,wCACC,SAAA,CACA,iBAAA,CACA,yCAAA,CAEA,wCAAA,CACA,iBAAA,CACA,QAAA,CACA,QAAA,CACA,OAAA,CACA,aAAA,CACA,0BAAA,CACA,cAAA,CACA,sBAAA,CACA,eAAA,CACA,qBAAA,CAGD,uCACC,yCAAA,CAKA,gEACC,kBAAA,CAID,iDACC,WAAA,CACA,iBAAA,CACA,mBAAA,CACA,gDAAA,CACA,0BAAA,CACA,UAAA,CACA,UAAA,CACA,iBAAA,CACA,mDAAA,CACA,QAAA,CACA,UAAA,CACA,aAAA,CACA,iDAAA,CACA,SAAA,CAIF,+EAEC,iDAAA,CAID,mIAEC,gBAAA,CAOA,yJACC,mEAAA,CAKA,yLACC,kBAAA,CACA,mEAAA,CAQF,qMACC,kBAAA,CACA,mEAAA\",\"sourcesContent\":[\"\\n.app-menu-entry {\\n\\t--app-menu-entry-font-size: 12px;\\n\\twidth: var(--header-height);\\n\\theight: var(--header-height);\\n\\tposition: relative;\\n\\n\\t&__link {\\n\\t\\tposition: relative;\\n\\t\\tdisplay: flex;\\n\\t\\tflex-direction: column;\\n\\t\\talign-items: center;\\n\\t\\tjustify-content: center;\\n\\t\\t// Set color as this is shown directly on the background\\n\\t\\tcolor: var(--color-background-plain-text);\\n\\t\\t// Make space for focus-visible outline\\n\\t\\twidth: calc(100% - 4px);\\n\\t\\theight: calc(100% - 4px);\\n\\t\\tmargin: 2px;\\n\\t}\\n\\n\\t&__label {\\n\\t\\topacity: 0;\\n\\t\\tposition: absolute;\\n\\t\\tfont-size: var(--app-menu-entry-font-size);\\n\\t\\t// this is shown directly on the background\\n\\t\\tcolor: var(--color-background-plain-text);\\n\\t\\ttext-align: center;\\n\\t\\tbottom: 0;\\n\\t\\tleft: 50%;\\n\\t\\ttop: 50%;\\n\\t\\tdisplay: block;\\n\\t\\ttransform: translateX(-50%);\\n\\t\\tmax-width: 100%;\\n\\t\\ttext-overflow: ellipsis;\\n\\t\\toverflow: hidden;\\n\\t\\tletter-spacing: -0.5px;\\n\\t}\\n\\n\\t&__icon {\\n\\t\\tfont-size: var(--app-menu-entry-font-size);\\n\\t}\\n\\n\\t&--active {\\n\\t\\t// When hover or focus, show the label and make it bolder than the other entries\\n\\t\\t.app-menu-entry__label {\\n\\t\\t\\tfont-weight: bolder;\\n\\t\\t}\\n\\n\\t\\t// When active show a line below the entry as an \\\"active\\\" indicator\\n\\t\\t&::before {\\n\\t\\t\\tcontent: \\\" \\\";\\n\\t\\t\\tposition: absolute;\\n\\t\\t\\tpointer-events: none;\\n\\t\\t\\tborder-bottom-color: var(--color-main-background);\\n\\t\\t\\ttransform: translateX(-50%);\\n\\t\\t\\twidth: 10px;\\n\\t\\t\\theight: 5px;\\n\\t\\t\\tborder-radius: 3px;\\n\\t\\t\\tbackground-color: var(--color-background-plain-text);\\n\\t\\t\\tleft: 50%;\\n\\t\\t\\tbottom: 8px;\\n\\t\\t\\tdisplay: block;\\n\\t\\t\\ttransition: all var(--animation-quick) ease-in-out;\\n\\t\\t\\topacity: 1;\\n\\t\\t}\\n\\t}\\n\\n\\t&__icon,\\n\\t&__label {\\n\\t\\ttransition: all var(--animation-quick) ease-in-out;\\n\\t}\\n\\n\\t// Make the hovered entry bold to see that it is hovered\\n\\t&:hover .app-menu-entry__label,\\n\\t&:focus-within .app-menu-entry__label {\\n\\t\\tfont-weight: bold;\\n\\t}\\n\\n\\t// Adjust the width when an entry is focussed\\n\\t// The focussed / hovered entry should grow, while both neighbors need to shrink\\n\\t&--truncated:hover,\\n\\t&--truncated:focus-within {\\n\\t\\t.app-menu-entry__label {\\n\\t\\t\\tmax-width: calc(var(--header-height) + var(--app-menu-entry-growth));\\n\\t\\t}\\n\\n\\t\\t// The next entry needs to shrink half the growth\\n\\t\\t+ .app-menu-entry {\\n\\t\\t\\t.app-menu-entry__label {\\n\\t\\t\\t\\tfont-weight: normal;\\n\\t\\t\\t\\tmax-width: calc(var(--header-height) - var(--app-menu-entry-growth));\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\n\\t// The previous entry needs to shrink half the growth\\n\\t&:has(+ .app-menu-entry--truncated:hover),\\n\\t&:has(+ .app-menu-entry--truncated:focus-within) {\\n\\t\\t.app-menu-entry__label {\\n\\t\\t\\tfont-weight: normal;\\n\\t\\t\\tmax-width: calc(var(--header-height) - var(--app-menu-entry-growth));\\n\\t\\t}\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.app-menu-entry:hover .app-menu-entry__icon,.app-menu-entry:focus-within .app-menu-entry__icon,.app-menu__list:hover .app-menu-entry__icon,.app-menu__list:focus-within .app-menu-entry__icon{margin-block-end:1lh}.app-menu-entry:hover .app-menu-entry__label,.app-menu-entry:focus-within .app-menu-entry__label,.app-menu__list:hover .app-menu-entry__label,.app-menu__list:focus-within .app-menu-entry__label{opacity:1}.app-menu-entry:hover .app-menu-entry--active::before,.app-menu-entry:focus-within .app-menu-entry--active::before,.app-menu__list:hover .app-menu-entry--active::before,.app-menu__list:focus-within .app-menu-entry--active::before{opacity:0}.app-menu-entry:hover .app-menu-icon__unread,.app-menu-entry:focus-within .app-menu-icon__unread,.app-menu__list:hover .app-menu-icon__unread,.app-menu__list:focus-within .app-menu-icon__unread{opacity:0}`, \"\",{\"version\":3,\"sources\":[\"webpack://./core/src/components/AppMenuEntry.vue\"],\"names\":[],\"mappings\":\"AAOC,8LACC,oBAAA,CAID,kMACC,SAAA,CAID,sOACC,SAAA,CAGD,kMACC,SAAA\",\"sourcesContent\":[\"\\n// Showing the label\\n.app-menu-entry:hover,\\n.app-menu-entry:focus-within,\\n.app-menu__list:hover,\\n.app-menu__list:focus-within {\\n\\t// Move icon up so that the name does not overflow the icon\\n\\t.app-menu-entry__icon {\\n\\t\\tmargin-block-end: 1lh;\\n\\t}\\n\\n\\t// Make the label visible\\n\\t.app-menu-entry__label {\\n\\t\\topacity: 1;\\n\\t}\\n\\n\\t// Hide indicator when the text is shown\\n\\t.app-menu-entry--active::before {\\n\\t\\topacity: 0;\\n\\t}\\n\\n\\t.app-menu-icon__unread {\\n\\t\\topacity: 0;\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.app-menu-icon[data-v-e7078f90]{box-sizing:border-box;position:relative;height:20px;width:20px}.app-menu-icon__icon[data-v-e7078f90]{transition:margin .1s ease-in-out;height:20px;width:20px;filter:var(--background-image-invert-if-bright)}.app-menu-icon__unread[data-v-e7078f90]{color:var(--color-error);position:absolute;inset-block-end:15px;inset-inline-end:-5px;transition:all .1s ease-in-out}`, \"\",{\"version\":3,\"sources\":[\"webpack://./core/src/components/AppMenuIcon.vue\"],\"names\":[],\"mappings\":\"AAIA,gCACC,qBAAA,CACA,iBAAA,CAEA,WAPW,CAQX,UARW,CAUX,sCACC,iCAAA,CACA,WAZU,CAaV,UAbU,CAcV,+CAAA,CAGD,wCACC,wBAAA,CACA,iBAAA,CAEA,oBAAA,CACA,qBAAA,CACA,8BAAA\",\"sourcesContent\":[\"\\n$icon-size: 20px;\\n$unread-indicator-size: 10px;\\n\\n.app-menu-icon {\\n\\tbox-sizing: border-box;\\n\\tposition: relative;\\n\\n\\theight: $icon-size;\\n\\twidth: $icon-size;\\n\\n\\t&__icon {\\n\\t\\ttransition: margin 0.1s ease-in-out;\\n\\t\\theight: $icon-size;\\n\\t\\twidth: $icon-size;\\n\\t\\tfilter: var(--background-image-invert-if-bright);\\n\\t}\\n\\n\\t&__unread {\\n\\t\\tcolor: var(--color-error);\\n\\t\\tposition: absolute;\\n\\t\\t// Align the dot to the top right corner of the icon\\n\\t\\tinset-block-end: calc($icon-size + ($unread-indicator-size / -2));\\n\\t\\tinset-inline-end: calc($unread-indicator-size / -2);\\n\\t\\ttransition: all 0.1s ease-in-out;\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.contact[data-v-0ba3e584]{display:flex;position:relative;align-items:center;padding:3px 3px 3px 10px}.contact__action__icon[data-v-0ba3e584]{width:20px;height:20px;padding:12px;filter:var(--background-invert-if-dark)}.contact__avatar[data-v-0ba3e584]{display:inherit}.contact__body[data-v-0ba3e584]{flex-grow:1;padding-left:10px;margin-left:10px;min-width:0}.contact__body div[data-v-0ba3e584]{position:relative;width:100%;overflow-x:hidden;text-overflow:ellipsis;margin:-1px 0}.contact__body div[data-v-0ba3e584]:first-of-type{margin-top:0}.contact__body div[data-v-0ba3e584]:last-of-type{margin-bottom:0}.contact__body__last-message[data-v-0ba3e584],.contact__body__status-message[data-v-0ba3e584],.contact__body__email-address[data-v-0ba3e584]{color:var(--color-text-maxcontrast)}.contact__body[data-v-0ba3e584]:focus-visible{box-shadow:0 0 0 4px var(--color-main-background) !important;outline:2px solid var(--color-main-text) !important}.contact .other-actions[data-v-0ba3e584]{width:16px;height:16px;cursor:pointer}.contact .other-actions img[data-v-0ba3e584]{filter:var(--background-invert-if-dark)}.contact button.other-actions[data-v-0ba3e584]{width:44px}.contact button.other-actions[data-v-0ba3e584]:focus{border-color:rgba(0,0,0,0);box-shadow:0 0 0 2px var(--color-main-text)}.contact button.other-actions[data-v-0ba3e584]:focus-visible{border-radius:var(--border-radius-pill)}.contact .menu[data-v-0ba3e584]{top:47px;margin-right:13px}.contact .popovermenu[data-v-0ba3e584]::after{right:2px}`, \"\",{\"version\":3,\"sources\":[\"webpack://./core/src/components/ContactsMenu/Contact.vue\"],\"names\":[],\"mappings\":\"AACA,0BACC,YAAA,CACA,iBAAA,CACA,kBAAA,CACA,wBAAA,CAGC,wCACC,UAAA,CACA,WAAA,CACA,YAAA,CACA,uCAAA,CAOF,kCACC,eAAA,CAGD,gCACC,WAAA,CACA,iBAAA,CACA,gBAAA,CACA,WAAA,CAEA,oCACC,iBAAA,CACA,UAAA,CACA,iBAAA,CACA,sBAAA,CACA,aAAA,CAED,kDACC,YAAA,CAED,iDACC,eAAA,CAGD,6IACC,mCAAA,CAGD,8CACC,4DAAA,CACA,mDAAA,CAIF,yCACC,UAAA,CACA,WAAA,CACA,cAAA,CAEA,6CACC,uCAAA,CAIF,+CACC,UAAA,CAEA,qDACC,0BAAA,CACA,2CAAA,CAGD,6DACC,uCAAA,CAKF,gCACC,QAAA,CACA,iBAAA,CAGD,8CACC,SAAA\",\"sourcesContent\":[\"\\n.contact {\\n\\tdisplay: flex;\\n\\tposition: relative;\\n\\talign-items: center;\\n\\tpadding: 3px 3px 3px 10px;\\n\\n\\t&__action {\\n\\t\\t&__icon {\\n\\t\\t\\twidth: 20px;\\n\\t\\t\\theight: 20px;\\n\\t\\t\\tpadding: 12px;\\n\\t\\t\\tfilter: var(--background-invert-if-dark);\\n\\t\\t}\\n\\t}\\n\\n\\t&__avatar-wrapper {\\n\\t}\\n\\n\\t&__avatar {\\n\\t\\tdisplay: inherit;\\n\\t}\\n\\n\\t&__body {\\n\\t\\tflex-grow: 1;\\n\\t\\tpadding-left: 10px;\\n\\t\\tmargin-left: 10px;\\n\\t\\tmin-width: 0;\\n\\n\\t\\tdiv {\\n\\t\\t\\tposition: relative;\\n\\t\\t\\twidth: 100%;\\n\\t\\t\\toverflow-x: hidden;\\n\\t\\t\\ttext-overflow: ellipsis;\\n\\t\\t\\tmargin: -1px 0;\\n\\t\\t}\\n\\t\\tdiv:first-of-type {\\n\\t\\t\\tmargin-top: 0;\\n\\t\\t}\\n\\t\\tdiv:last-of-type {\\n\\t\\t\\tmargin-bottom: 0;\\n\\t\\t}\\n\\n\\t\\t&__last-message, &__status-message, &__email-address {\\n\\t\\t\\tcolor: var(--color-text-maxcontrast);\\n\\t\\t}\\n\\n\\t\\t&:focus-visible {\\n\\t\\t\\tbox-shadow: 0 0 0 4px var(--color-main-background) !important;\\n\\t\\t\\toutline: 2px solid var(--color-main-text) !important;\\n\\t\\t}\\n\\t}\\n\\n\\t.other-actions {\\n\\t\\twidth: 16px;\\n\\t\\theight: 16px;\\n\\t\\tcursor: pointer;\\n\\n\\t\\timg {\\n\\t\\t\\tfilter: var(--background-invert-if-dark);\\n\\t\\t}\\n\\t}\\n\\n\\tbutton.other-actions {\\n\\t\\twidth: 44px;\\n\\n\\t\\t&:focus {\\n\\t\\t\\tborder-color: transparent;\\n\\t\\t\\tbox-shadow: 0 0 0 2px var(--color-main-text);\\n\\t\\t}\\n\\n\\t\\t&:focus-visible {\\n\\t\\t\\tborder-radius: var(--border-radius-pill);\\n\\t\\t}\\n\\t}\\n\\n\\t/* actions menu */\\n\\t.menu {\\n\\t\\ttop: 47px;\\n\\t\\tmargin-right: 13px;\\n\\t}\\n\\n\\t.popovermenu::after {\\n\\t\\tright: 2px;\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `[data-v-a886d77a] #header-menu-user-menu{padding:0 !important}.account-menu[data-v-a886d77a] button{opacity:1 !important}.account-menu[data-v-a886d77a] button:focus-visible .account-menu__avatar{border:var(--border-width-input-focused) solid var(--color-background-plain-text)}.account-menu[data-v-a886d77a] .header-menu__content{width:fit-content !important}.account-menu__avatar[data-v-a886d77a]:hover{border:var(--border-width-input-focused) solid var(--color-background-plain-text)}.account-menu__list[data-v-a886d77a]{display:inline-flex;flex-direction:column;padding-block:var(--default-grid-baseline) 0;padding-inline:0 var(--default-grid-baseline)}.account-menu__list[data-v-a886d77a]> li{box-sizing:border-box;flex:0 1}`, \"\",{\"version\":3,\"sources\":[\"webpack://./core/src/views/AccountMenu.vue\"],\"names\":[],\"mappings\":\"AACA,yCACC,oBAAA,CAIA,sCAGC,oBAAA,CAKC,0EACC,iFAAA,CAMH,qDACC,4BAAA,CAIA,6CAEC,iFAAA,CAIF,qCACC,mBAAA,CACA,qBAAA,CACA,4CAAA,CACA,6CAAA,CAEA,yCACC,qBAAA,CAEA,QAAA\",\"sourcesContent\":[\"\\n:deep(#header-menu-user-menu) {\\n\\tpadding: 0 !important;\\n}\\n\\n.account-menu {\\n\\t:deep(button) {\\n\\t\\t// Normally header menus are slightly translucent when not active\\n\\t\\t// this is generally ok but for the avatar this is weird so fix the opacity\\n\\t\\topacity: 1 !important;\\n\\n\\t\\t// The avatar is just the \\\"icon\\\" of the button\\n\\t\\t// So we add the focus-visible manually\\n\\t\\t&:focus-visible {\\n\\t\\t\\t.account-menu__avatar {\\n\\t\\t\\t\\tborder: var(--border-width-input-focused) solid var(--color-background-plain-text);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\n\\t// Ensure we do not wast space, as the header menu sets a default width of 350px\\n\\t:deep(.header-menu__content) {\\n\\t\\twidth: fit-content !important;\\n\\t}\\n\\n\\t&__avatar {\\n\\t\\t&:hover {\\n\\t\\t\\t// Add hover styles similar to the focus-visible style\\n\\t\\t\\tborder: var(--border-width-input-focused) solid var(--color-background-plain-text);\\n\\t\\t}\\n\\t}\\n\\n\\t&__list {\\n\\t\\tdisplay: inline-flex;\\n\\t\\tflex-direction: column;\\n\\t\\tpadding-block: var(--default-grid-baseline) 0;\\n\\t\\tpadding-inline: 0 var(--default-grid-baseline);\\n\\n\\t\\t> :deep(li) {\\n\\t\\t\\tbox-sizing: border-box;\\n\\t\\t\\t// basically \\\"fit-content\\\"\\n\\t\\t\\tflex: 0 1;\\n\\t\\t}\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.contactsmenu[data-v-455d0c6a]{overflow-y:hidden}.contactsmenu__trigger-icon[data-v-455d0c6a]{color:var(--color-background-plain-text) !important}.contactsmenu__menu[data-v-455d0c6a]{display:flex;flex-direction:column;overflow:hidden;height:328px;max-height:inherit}.contactsmenu__menu label[for=contactsmenu__menu__search][data-v-455d0c6a]{font-weight:bold;font-size:19px;margin-left:13px}.contactsmenu__menu__input-wrapper[data-v-455d0c6a]{padding:10px;z-index:2;top:0}.contactsmenu__menu__search[data-v-455d0c6a]{width:100%;height:34px;margin-top:0 !important}.contactsmenu__menu__content[data-v-455d0c6a]{overflow-y:auto;margin-top:10px;flex:1 1 auto}.contactsmenu__menu__content__footer[data-v-455d0c6a]{display:flex;flex-direction:column;align-items:center}.contactsmenu__menu a[data-v-455d0c6a]:focus-visible{box-shadow:inset 0 0 0 2px var(--color-main-text) !important}.contactsmenu[data-v-455d0c6a] .empty-content{margin:0 !important}`, \"\",{\"version\":3,\"sources\":[\"webpack://./core/src/views/ContactsMenu.vue\"],\"names\":[],\"mappings\":\"AACA,+BACC,iBAAA,CAEA,6CACC,mDAAA,CAGD,qCACC,YAAA,CACA,qBAAA,CACA,eAAA,CACA,YAAA,CACA,kBAAA,CAEA,2EACC,gBAAA,CACA,cAAA,CACA,gBAAA,CAGD,oDACC,YAAA,CACA,SAAA,CACA,KAAA,CAGD,6CACC,UAAA,CACA,WAAA,CACA,uBAAA,CAGD,8CACC,eAAA,CACA,eAAA,CACA,aAAA,CAEA,sDACC,YAAA,CACA,qBAAA,CACA,kBAAA,CAKD,qDACC,4DAAA,CAKH,8CACC,mBAAA\",\"sourcesContent\":[\"\\n.contactsmenu {\\n\\toverflow-y: hidden;\\n\\n\\t&__trigger-icon {\\n\\t\\tcolor: var(--color-background-plain-text) !important;\\n\\t}\\n\\n\\t&__menu {\\n\\t\\tdisplay: flex;\\n\\t\\tflex-direction: column;\\n\\t\\toverflow: hidden;\\n\\t\\theight: calc(50px * 6 + 2px + 26px);\\n\\t\\tmax-height: inherit;\\n\\n\\t\\tlabel[for=\\\"contactsmenu__menu__search\\\"] {\\n\\t\\t\\tfont-weight: bold;\\n\\t\\t\\tfont-size: 19px;\\n\\t\\t\\tmargin-left: 13px;\\n\\t\\t}\\n\\n\\t\\t&__input-wrapper {\\n\\t\\t\\tpadding: 10px;\\n\\t\\t\\tz-index: 2;\\n\\t\\t\\ttop: 0;\\n\\t\\t}\\n\\n\\t\\t&__search {\\n\\t\\t\\twidth: 100%;\\n\\t\\t\\theight: 34px;\\n\\t\\t\\tmargin-top: 0!important;\\n\\t\\t}\\n\\n\\t\\t&__content {\\n\\t\\t\\toverflow-y: auto;\\n\\t\\t\\tmargin-top: 10px;\\n\\t\\t\\tflex: 1 1 auto;\\n\\n\\t\\t\\t&__footer {\\n\\t\\t\\t\\tdisplay: flex;\\n\\t\\t\\t\\tflex-direction: column;\\n\\t\\t\\t\\talign-items: center;\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\ta {\\n\\t\\t\\t&:focus-visible {\\n\\t\\t\\t\\tbox-shadow: inset 0 0 0 2px var(--color-main-text) !important; // override rule in core/css/headers.scss #header a:focus-visible\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\n\\t:deep(.empty-content) {\\n\\t\\tmargin: 0 !important;\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","/*\n * vim: expandtab shiftwidth=4 softtabstop=4\n */\n\n/* global dav */\nvar dav = dav || {}\n\ndav._XML_CHAR_MAP = {\n '<': '<',\n '>': '>',\n '&': '&',\n '\"': '"',\n \"'\": '''\n};\n\ndav._escapeXml = function(s) {\n return s.replace(/[<>&\"']/g, function (ch) {\n return dav._XML_CHAR_MAP[ch];\n });\n};\n\ndav.Client = function(options) {\n var i;\n for(i in options) {\n this[i] = options[i];\n }\n\n};\n\ndav.Client.prototype = {\n\n baseUrl : null,\n\n userName : null,\n\n password : null,\n\n\n xmlNamespaces : {\n 'DAV:' : 'd'\n },\n\n /**\n * Generates a propFind request.\n *\n * @param {string} url Url to do the propfind request on\n * @param {Array} properties List of properties to retrieve.\n * @param {string} depth \"0\", \"1\" or \"infinity\"\n * @param {Object} [headers] headers\n * @return {Promise}\n */\n propFind : function(url, properties, depth, headers) {\n\n if(typeof depth === \"undefined\") {\n depth = '0';\n }\n\n // depth header must be a string, in case a number was passed in\n depth = '' + depth;\n\n headers = headers || {};\n\n headers['Depth'] = depth;\n headers['Content-Type'] = 'application/xml; charset=utf-8';\n\n var body =\n '\\n' +\n '\\n';\n\n for(var ii in properties) {\n if (!properties.hasOwnProperty(ii)) {\n continue;\n }\n\n var property = this.parseClarkNotation(properties[ii]);\n if (this.xmlNamespaces[property.namespace]) {\n body+=' <' + this.xmlNamespaces[property.namespace] + ':' + property.name + ' />\\n';\n } else {\n body+=' \\n';\n }\n\n }\n body+=' \\n';\n body+='';\n\n return this.request('PROPFIND', url, headers, body).then(\n function(result) {\n\n if (depth === '0') {\n return {\n status: result.status,\n body: result.body[0],\n xhr: result.xhr\n };\n } else {\n return {\n status: result.status,\n body: result.body,\n xhr: result.xhr\n };\n }\n\n }.bind(this)\n );\n\n },\n\n /**\n * Renders a \"d:set\" block for the given properties.\n *\n * @param {Object.} properties\n * @return {String} XML \"\" block\n */\n _renderPropSet: function(properties) {\n var body = ' \\n' +\n ' \\n';\n\n for(var ii in properties) {\n if (!properties.hasOwnProperty(ii)) {\n continue;\n }\n\n var property = this.parseClarkNotation(ii);\n var propName;\n var propValue = properties[ii];\n if (this.xmlNamespaces[property.namespace]) {\n propName = this.xmlNamespaces[property.namespace] + ':' + property.name;\n } else {\n propName = 'x:' + property.name + ' xmlns:x=\"' + property.namespace + '\"';\n }\n\n // FIXME: hard-coded for now until we allow properties to\n // specify whether to be escaped or not\n if (propName !== 'd:resourcetype') {\n propValue = dav._escapeXml(propValue);\n }\n body += ' <' + propName + '>' + propValue + '\\n';\n }\n body +=' \\n';\n body +=' \\n';\n return body;\n },\n\n /**\n * Generates a propPatch request.\n *\n * @param {string} url Url to do the proppatch request on\n * @param {Object.} properties List of properties to store.\n * @param {Object} [headers] headers\n * @return {Promise}\n */\n propPatch : function(url, properties, headers) {\n headers = headers || {};\n\n headers['Content-Type'] = 'application/xml; charset=utf-8';\n\n var body =\n '\\n' +\n '} [properties] list of properties to store.\n * @param {Object} [headers] headers\n * @return {Promise}\n */\n mkcol : function(url, properties, headers) {\n var body = '';\n headers = headers || {};\n headers['Content-Type'] = 'application/xml; charset=utf-8';\n\n if (properties) {\n body =\n '\\n' +\n ' 0) {\n var subNodes = [];\n // filter out text nodes\n for (var j = 0; j < propNode.childNodes.length; j++) {\n var node = propNode.childNodes[j];\n if (node.nodeType === 1) {\n subNodes.push(node);\n }\n }\n if (subNodes.length) {\n content = subNodes;\n }\n }\n\n return content || propNode.textContent || propNode.text || '';\n },\n\n /**\n * Parses a multi-status response body.\n *\n * @param {string} xmlBody\n * @param {Array}\n */\n parseMultiStatus : function(xmlBody) {\n\n var parser = new DOMParser();\n var doc = parser.parseFromString(xmlBody, \"application/xml\");\n\n var resolver = function(foo) {\n var ii;\n for(ii in this.xmlNamespaces) {\n if (this.xmlNamespaces[ii] === foo) {\n return ii;\n }\n }\n }.bind(this);\n\n var responseIterator = doc.evaluate('/d:multistatus/d:response', doc, resolver, XPathResult.ANY_TYPE, null);\n\n var result = [];\n var responseNode = responseIterator.iterateNext();\n\n while(responseNode) {\n\n var response = {\n href : null,\n propStat : []\n };\n\n response.href = doc.evaluate('string(d:href)', responseNode, resolver, XPathResult.ANY_TYPE, null).stringValue;\n\n var propStatIterator = doc.evaluate('d:propstat', responseNode, resolver, XPathResult.ANY_TYPE, null);\n var propStatNode = propStatIterator.iterateNext();\n\n while(propStatNode) {\n var propStat = {\n status : doc.evaluate('string(d:status)', propStatNode, resolver, XPathResult.ANY_TYPE, null).stringValue,\n properties : {},\n };\n\n var propIterator = doc.evaluate('d:prop/*', propStatNode, resolver, XPathResult.ANY_TYPE, null);\n\n var propNode = propIterator.iterateNext();\n while(propNode) {\n var content = this._parsePropNode(propNode);\n propStat.properties['{' + propNode.namespaceURI + '}' + propNode.localName] = content;\n propNode = propIterator.iterateNext();\n\n }\n response.propStat.push(propStat);\n propStatNode = propStatIterator.iterateNext();\n\n\n }\n\n result.push(response);\n responseNode = responseIterator.iterateNext();\n\n }\n\n return result;\n\n },\n\n /**\n * Takes a relative url, and maps it to an absolute url, using the baseUrl\n *\n * @param {string} url\n * @return {string}\n */\n resolveUrl : function(url) {\n\n // Note: this is rudamentary.. not sure yet if it handles every case.\n if (/^https?:\\/\\//i.test(url)) {\n // absolute\n return url;\n }\n\n var baseParts = this.parseUrl(this.baseUrl);\n if (url.charAt('/')) {\n // Url starts with a slash\n return baseParts.root + url;\n }\n\n // Url does not start with a slash, we need grab the base url right up until the last slash.\n var newUrl = baseParts.root + '/';\n if (baseParts.path.lastIndexOf('/')!==-1) {\n newUrl = newUrl = baseParts.path.subString(0, baseParts.path.lastIndexOf('/')) + '/';\n }\n newUrl+=url;\n return url;\n\n },\n\n /**\n * Parses a url and returns its individual components.\n *\n * @param {String} url\n * @return {Object}\n */\n parseUrl : function(url) {\n\n var parts = url.match(/^(?:([A-Za-z]+):)?(\\/{0,3})([0-9.\\-A-Za-z]+)(?::(\\d+))?(?:\\/([^?#]*))?(?:\\?([^#]*))?(?:#(.*))?$/);\n var result = {\n url : parts[0],\n scheme : parts[1],\n host : parts[3],\n port : parts[4],\n path : parts[5],\n query : parts[6],\n fragment : parts[7],\n };\n result.root =\n result.scheme + '://' +\n result.host +\n (result.port ? ':' + result.port : '');\n\n return result;\n\n },\n\n parseClarkNotation : function(propertyName) {\n\n var result = propertyName.match(/^{([^}]+)}(.*)$/);\n if (!result) {\n return;\n }\n\n return {\n name : result[2],\n namespace : result[1]\n };\n\n }\n\n};\n\nif (typeof module !== 'undefined' && typeof module.exports !== 'undefined') {\n module.exports.Client = dav.Client;\n}\n","var Handlebars = require(\"../../../../node_modules/handlebars/runtime.js\");\nfunction __default(obj) { return obj && (obj.__esModule ? obj[\"default\"] : obj); }\nmodule.exports = (Handlebars[\"default\"] || Handlebars).template({\"1\":function(container,depth0,helpers,partials,data) {\n var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"\";\n},\"compiler\":[8,\">= 4.3.0\"],\"main\":function(container,depth0,helpers,partials,data) {\n var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=\"function\", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"
          • \\n\t\\n\t\t\"\n + ((stack1 = lookupProperty(helpers,\"if\").call(alias1,(depth0 != null ? lookupProperty(depth0,\"icon\") : depth0),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(1, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":3,\"column\":2},\"end\":{\"line\":3,\"column\":41}}})) != null ? stack1 : \"\")\n + \"\\n\t\t\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"title\") || (depth0 != null ? lookupProperty(depth0,\"title\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"title\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":4,\"column\":8},\"end\":{\"line\":4,\"column\":17}}}) : helper)))\n + \"\\n\t\\n
          • \\n\";\n},\"useData\":true});","/*! jQuery UI - v1.13.3 - 2024-04-26\n* https://jqueryui.com\n* Includes: widget.js, position.js, data.js, disable-selection.js, effect.js, effects/effect-blind.js, effects/effect-bounce.js, effects/effect-clip.js, effects/effect-drop.js, effects/effect-explode.js, effects/effect-fade.js, effects/effect-fold.js, effects/effect-highlight.js, effects/effect-puff.js, effects/effect-pulsate.js, effects/effect-scale.js, effects/effect-shake.js, effects/effect-size.js, effects/effect-slide.js, effects/effect-transfer.js, focusable.js, form-reset-mixin.js, jquery-patch.js, keycode.js, labels.js, scroll-parent.js, tabbable.js, unique-id.js, widgets/accordion.js, widgets/autocomplete.js, widgets/button.js, widgets/checkboxradio.js, widgets/controlgroup.js, widgets/datepicker.js, widgets/dialog.js, widgets/draggable.js, widgets/droppable.js, widgets/menu.js, widgets/mouse.js, widgets/progressbar.js, widgets/resizable.js, widgets/selectable.js, widgets/selectmenu.js, widgets/slider.js, widgets/sortable.js, widgets/spinner.js, widgets/tabs.js, widgets/tooltip.js\n* Copyright OpenJS Foundation and other contributors; Licensed MIT */\n\n( function( factory ) {\n\t\"use strict\";\n\t\n\tif ( typeof define === \"function\" && define.amd ) {\n\n\t\t// AMD. Register as an anonymous module.\n\t\tdefine( [ \"jquery\" ], factory );\n\t} else {\n\n\t\t// Browser globals\n\t\tfactory( jQuery );\n\t}\n} )( function( $ ) {\n\"use strict\";\n\n$.ui = $.ui || {};\n\nvar version = $.ui.version = \"1.13.3\";\n\n\n/*!\n * jQuery UI Widget 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Widget\n//>>group: Core\n//>>description: Provides a factory for creating stateful widgets with a common API.\n//>>docs: https://api.jqueryui.com/jQuery.widget/\n//>>demos: https://jqueryui.com/widget/\n\n\nvar widgetUuid = 0;\nvar widgetHasOwnProperty = Array.prototype.hasOwnProperty;\nvar widgetSlice = Array.prototype.slice;\n\n$.cleanData = ( function( orig ) {\n\treturn function( elems ) {\n\t\tvar events, elem, i;\n\t\tfor ( i = 0; ( elem = elems[ i ] ) != null; i++ ) {\n\n\t\t\t// Only trigger remove when necessary to save time\n\t\t\tevents = $._data( elem, \"events\" );\n\t\t\tif ( events && events.remove ) {\n\t\t\t\t$( elem ).triggerHandler( \"remove\" );\n\t\t\t}\n\t\t}\n\t\torig( elems );\n\t};\n} )( $.cleanData );\n\n$.widget = function( name, base, prototype ) {\n\tvar existingConstructor, constructor, basePrototype;\n\n\t// ProxiedPrototype allows the provided prototype to remain unmodified\n\t// so that it can be used as a mixin for multiple widgets (#8876)\n\tvar proxiedPrototype = {};\n\n\tvar namespace = name.split( \".\" )[ 0 ];\n\tname = name.split( \".\" )[ 1 ];\n\tvar fullName = namespace + \"-\" + name;\n\n\tif ( !prototype ) {\n\t\tprototype = base;\n\t\tbase = $.Widget;\n\t}\n\n\tif ( Array.isArray( prototype ) ) {\n\t\tprototype = $.extend.apply( null, [ {} ].concat( prototype ) );\n\t}\n\n\t// Create selector for plugin\n\t$.expr.pseudos[ fullName.toLowerCase() ] = function( elem ) {\n\t\treturn !!$.data( elem, fullName );\n\t};\n\n\t$[ namespace ] = $[ namespace ] || {};\n\texistingConstructor = $[ namespace ][ name ];\n\tconstructor = $[ namespace ][ name ] = function( options, element ) {\n\n\t\t// Allow instantiation without \"new\" keyword\n\t\tif ( !this || !this._createWidget ) {\n\t\t\treturn new constructor( options, element );\n\t\t}\n\n\t\t// Allow instantiation without initializing for simple inheritance\n\t\t// must use \"new\" keyword (the code above always passes args)\n\t\tif ( arguments.length ) {\n\t\t\tthis._createWidget( options, element );\n\t\t}\n\t};\n\n\t// Extend with the existing constructor to carry over any static properties\n\t$.extend( constructor, existingConstructor, {\n\t\tversion: prototype.version,\n\n\t\t// Copy the object used to create the prototype in case we need to\n\t\t// redefine the widget later\n\t\t_proto: $.extend( {}, prototype ),\n\n\t\t// Track widgets that inherit from this widget in case this widget is\n\t\t// redefined after a widget inherits from it\n\t\t_childConstructors: []\n\t} );\n\n\tbasePrototype = new base();\n\n\t// We need to make the options hash a property directly on the new instance\n\t// otherwise we'll modify the options hash on the prototype that we're\n\t// inheriting from\n\tbasePrototype.options = $.widget.extend( {}, basePrototype.options );\n\t$.each( prototype, function( prop, value ) {\n\t\tif ( typeof value !== \"function\" ) {\n\t\t\tproxiedPrototype[ prop ] = value;\n\t\t\treturn;\n\t\t}\n\t\tproxiedPrototype[ prop ] = ( function() {\n\t\t\tfunction _super() {\n\t\t\t\treturn base.prototype[ prop ].apply( this, arguments );\n\t\t\t}\n\n\t\t\tfunction _superApply( args ) {\n\t\t\t\treturn base.prototype[ prop ].apply( this, args );\n\t\t\t}\n\n\t\t\treturn function() {\n\t\t\t\tvar __super = this._super;\n\t\t\t\tvar __superApply = this._superApply;\n\t\t\t\tvar returnValue;\n\n\t\t\t\tthis._super = _super;\n\t\t\t\tthis._superApply = _superApply;\n\n\t\t\t\treturnValue = value.apply( this, arguments );\n\n\t\t\t\tthis._super = __super;\n\t\t\t\tthis._superApply = __superApply;\n\n\t\t\t\treturn returnValue;\n\t\t\t};\n\t\t} )();\n\t} );\n\tconstructor.prototype = $.widget.extend( basePrototype, {\n\n\t\t// TODO: remove support for widgetEventPrefix\n\t\t// always use the name + a colon as the prefix, e.g., draggable:start\n\t\t// don't prefix for widgets that aren't DOM-based\n\t\twidgetEventPrefix: existingConstructor ? ( basePrototype.widgetEventPrefix || name ) : name\n\t}, proxiedPrototype, {\n\t\tconstructor: constructor,\n\t\tnamespace: namespace,\n\t\twidgetName: name,\n\t\twidgetFullName: fullName\n\t} );\n\n\t// If this widget is being redefined then we need to find all widgets that\n\t// are inheriting from it and redefine all of them so that they inherit from\n\t// the new version of this widget. We're essentially trying to replace one\n\t// level in the prototype chain.\n\tif ( existingConstructor ) {\n\t\t$.each( existingConstructor._childConstructors, function( i, child ) {\n\t\t\tvar childPrototype = child.prototype;\n\n\t\t\t// Redefine the child widget using the same prototype that was\n\t\t\t// originally used, but inherit from the new version of the base\n\t\t\t$.widget( childPrototype.namespace + \".\" + childPrototype.widgetName, constructor,\n\t\t\t\tchild._proto );\n\t\t} );\n\n\t\t// Remove the list of existing child constructors from the old constructor\n\t\t// so the old child constructors can be garbage collected\n\t\tdelete existingConstructor._childConstructors;\n\t} else {\n\t\tbase._childConstructors.push( constructor );\n\t}\n\n\t$.widget.bridge( name, constructor );\n\n\treturn constructor;\n};\n\n$.widget.extend = function( target ) {\n\tvar input = widgetSlice.call( arguments, 1 );\n\tvar inputIndex = 0;\n\tvar inputLength = input.length;\n\tvar key;\n\tvar value;\n\n\tfor ( ; inputIndex < inputLength; inputIndex++ ) {\n\t\tfor ( key in input[ inputIndex ] ) {\n\t\t\tvalue = input[ inputIndex ][ key ];\n\t\t\tif ( widgetHasOwnProperty.call( input[ inputIndex ], key ) && value !== undefined ) {\n\n\t\t\t\t// Clone objects\n\t\t\t\tif ( $.isPlainObject( value ) ) {\n\t\t\t\t\ttarget[ key ] = $.isPlainObject( target[ key ] ) ?\n\t\t\t\t\t\t$.widget.extend( {}, target[ key ], value ) :\n\n\t\t\t\t\t\t// Don't extend strings, arrays, etc. with objects\n\t\t\t\t\t\t$.widget.extend( {}, value );\n\n\t\t\t\t// Copy everything else by reference\n\t\t\t\t} else {\n\t\t\t\t\ttarget[ key ] = value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\treturn target;\n};\n\n$.widget.bridge = function( name, object ) {\n\tvar fullName = object.prototype.widgetFullName || name;\n\t$.fn[ name ] = function( options ) {\n\t\tvar isMethodCall = typeof options === \"string\";\n\t\tvar args = widgetSlice.call( arguments, 1 );\n\t\tvar returnValue = this;\n\n\t\tif ( isMethodCall ) {\n\n\t\t\t// If this is an empty collection, we need to have the instance method\n\t\t\t// return undefined instead of the jQuery instance\n\t\t\tif ( !this.length && options === \"instance\" ) {\n\t\t\t\treturnValue = undefined;\n\t\t\t} else {\n\t\t\t\tthis.each( function() {\n\t\t\t\t\tvar methodValue;\n\t\t\t\t\tvar instance = $.data( this, fullName );\n\n\t\t\t\t\tif ( options === \"instance\" ) {\n\t\t\t\t\t\treturnValue = instance;\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\n\t\t\t\t\tif ( !instance ) {\n\t\t\t\t\t\treturn $.error( \"cannot call methods on \" + name +\n\t\t\t\t\t\t\t\" prior to initialization; \" +\n\t\t\t\t\t\t\t\"attempted to call method '\" + options + \"'\" );\n\t\t\t\t\t}\n\n\t\t\t\t\tif ( typeof instance[ options ] !== \"function\" ||\n\t\t\t\t\t\toptions.charAt( 0 ) === \"_\" ) {\n\t\t\t\t\t\treturn $.error( \"no such method '\" + options + \"' for \" + name +\n\t\t\t\t\t\t\t\" widget instance\" );\n\t\t\t\t\t}\n\n\t\t\t\t\tmethodValue = instance[ options ].apply( instance, args );\n\n\t\t\t\t\tif ( methodValue !== instance && methodValue !== undefined ) {\n\t\t\t\t\t\treturnValue = methodValue && methodValue.jquery ?\n\t\t\t\t\t\t\treturnValue.pushStack( methodValue.get() ) :\n\t\t\t\t\t\t\tmethodValue;\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t} else {\n\n\t\t\t// Allow multiple hashes to be passed on init\n\t\t\tif ( args.length ) {\n\t\t\t\toptions = $.widget.extend.apply( null, [ options ].concat( args ) );\n\t\t\t}\n\n\t\t\tthis.each( function() {\n\t\t\t\tvar instance = $.data( this, fullName );\n\t\t\t\tif ( instance ) {\n\t\t\t\t\tinstance.option( options || {} );\n\t\t\t\t\tif ( instance._init ) {\n\t\t\t\t\t\tinstance._init();\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\t$.data( this, fullName, new object( options, this ) );\n\t\t\t\t}\n\t\t\t} );\n\t\t}\n\n\t\treturn returnValue;\n\t};\n};\n\n$.Widget = function( /* options, element */ ) {};\n$.Widget._childConstructors = [];\n\n$.Widget.prototype = {\n\twidgetName: \"widget\",\n\twidgetEventPrefix: \"\",\n\tdefaultElement: \"
            \",\n\n\toptions: {\n\t\tclasses: {},\n\t\tdisabled: false,\n\n\t\t// Callbacks\n\t\tcreate: null\n\t},\n\n\t_createWidget: function( options, element ) {\n\t\telement = $( element || this.defaultElement || this )[ 0 ];\n\t\tthis.element = $( element );\n\t\tthis.uuid = widgetUuid++;\n\t\tthis.eventNamespace = \".\" + this.widgetName + this.uuid;\n\n\t\tthis.bindings = $();\n\t\tthis.hoverable = $();\n\t\tthis.focusable = $();\n\t\tthis.classesElementLookup = {};\n\n\t\tif ( element !== this ) {\n\t\t\t$.data( element, this.widgetFullName, this );\n\t\t\tthis._on( true, this.element, {\n\t\t\t\tremove: function( event ) {\n\t\t\t\t\tif ( event.target === element ) {\n\t\t\t\t\t\tthis.destroy();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} );\n\t\t\tthis.document = $( element.style ?\n\n\t\t\t\t// Element within the document\n\t\t\t\telement.ownerDocument :\n\n\t\t\t\t// Element is window or document\n\t\t\t\telement.document || element );\n\t\t\tthis.window = $( this.document[ 0 ].defaultView || this.document[ 0 ].parentWindow );\n\t\t}\n\n\t\tthis.options = $.widget.extend( {},\n\t\t\tthis.options,\n\t\t\tthis._getCreateOptions(),\n\t\t\toptions );\n\n\t\tthis._create();\n\n\t\tif ( this.options.disabled ) {\n\t\t\tthis._setOptionDisabled( this.options.disabled );\n\t\t}\n\n\t\tthis._trigger( \"create\", null, this._getCreateEventData() );\n\t\tthis._init();\n\t},\n\n\t_getCreateOptions: function() {\n\t\treturn {};\n\t},\n\n\t_getCreateEventData: $.noop,\n\n\t_create: $.noop,\n\n\t_init: $.noop,\n\n\tdestroy: function() {\n\t\tvar that = this;\n\n\t\tthis._destroy();\n\t\t$.each( this.classesElementLookup, function( key, value ) {\n\t\t\tthat._removeClass( value, key );\n\t\t} );\n\n\t\t// We can probably remove the unbind calls in 2.0\n\t\t// all event bindings should go through this._on()\n\t\tthis.element\n\t\t\t.off( this.eventNamespace )\n\t\t\t.removeData( this.widgetFullName );\n\t\tthis.widget()\n\t\t\t.off( this.eventNamespace )\n\t\t\t.removeAttr( \"aria-disabled\" );\n\n\t\t// Clean up events and states\n\t\tthis.bindings.off( this.eventNamespace );\n\t},\n\n\t_destroy: $.noop,\n\n\twidget: function() {\n\t\treturn this.element;\n\t},\n\n\toption: function( key, value ) {\n\t\tvar options = key;\n\t\tvar parts;\n\t\tvar curOption;\n\t\tvar i;\n\n\t\tif ( arguments.length === 0 ) {\n\n\t\t\t// Don't return a reference to the internal hash\n\t\t\treturn $.widget.extend( {}, this.options );\n\t\t}\n\n\t\tif ( typeof key === \"string\" ) {\n\n\t\t\t// Handle nested keys, e.g., \"foo.bar\" => { foo: { bar: ___ } }\n\t\t\toptions = {};\n\t\t\tparts = key.split( \".\" );\n\t\t\tkey = parts.shift();\n\t\t\tif ( parts.length ) {\n\t\t\t\tcurOption = options[ key ] = $.widget.extend( {}, this.options[ key ] );\n\t\t\t\tfor ( i = 0; i < parts.length - 1; i++ ) {\n\t\t\t\t\tcurOption[ parts[ i ] ] = curOption[ parts[ i ] ] || {};\n\t\t\t\t\tcurOption = curOption[ parts[ i ] ];\n\t\t\t\t}\n\t\t\t\tkey = parts.pop();\n\t\t\t\tif ( arguments.length === 1 ) {\n\t\t\t\t\treturn curOption[ key ] === undefined ? null : curOption[ key ];\n\t\t\t\t}\n\t\t\t\tcurOption[ key ] = value;\n\t\t\t} else {\n\t\t\t\tif ( arguments.length === 1 ) {\n\t\t\t\t\treturn this.options[ key ] === undefined ? null : this.options[ key ];\n\t\t\t\t}\n\t\t\t\toptions[ key ] = value;\n\t\t\t}\n\t\t}\n\n\t\tthis._setOptions( options );\n\n\t\treturn this;\n\t},\n\n\t_setOptions: function( options ) {\n\t\tvar key;\n\n\t\tfor ( key in options ) {\n\t\t\tthis._setOption( key, options[ key ] );\n\t\t}\n\n\t\treturn this;\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tif ( key === \"classes\" ) {\n\t\t\tthis._setOptionClasses( value );\n\t\t}\n\n\t\tthis.options[ key ] = value;\n\n\t\tif ( key === \"disabled\" ) {\n\t\t\tthis._setOptionDisabled( value );\n\t\t}\n\n\t\treturn this;\n\t},\n\n\t_setOptionClasses: function( value ) {\n\t\tvar classKey, elements, currentElements;\n\n\t\tfor ( classKey in value ) {\n\t\t\tcurrentElements = this.classesElementLookup[ classKey ];\n\t\t\tif ( value[ classKey ] === this.options.classes[ classKey ] ||\n\t\t\t\t\t!currentElements ||\n\t\t\t\t\t!currentElements.length ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// We are doing this to create a new jQuery object because the _removeClass() call\n\t\t\t// on the next line is going to destroy the reference to the current elements being\n\t\t\t// tracked. We need to save a copy of this collection so that we can add the new classes\n\t\t\t// below.\n\t\t\telements = $( currentElements.get() );\n\t\t\tthis._removeClass( currentElements, classKey );\n\n\t\t\t// We don't use _addClass() here, because that uses this.options.classes\n\t\t\t// for generating the string of classes. We want to use the value passed in from\n\t\t\t// _setOption(), this is the new value of the classes option which was passed to\n\t\t\t// _setOption(). We pass this value directly to _classes().\n\t\t\telements.addClass( this._classes( {\n\t\t\t\telement: elements,\n\t\t\t\tkeys: classKey,\n\t\t\t\tclasses: value,\n\t\t\t\tadd: true\n\t\t\t} ) );\n\t\t}\n\t},\n\n\t_setOptionDisabled: function( value ) {\n\t\tthis._toggleClass( this.widget(), this.widgetFullName + \"-disabled\", null, !!value );\n\n\t\t// If the widget is becoming disabled, then nothing is interactive\n\t\tif ( value ) {\n\t\t\tthis._removeClass( this.hoverable, null, \"ui-state-hover\" );\n\t\t\tthis._removeClass( this.focusable, null, \"ui-state-focus\" );\n\t\t}\n\t},\n\n\tenable: function() {\n\t\treturn this._setOptions( { disabled: false } );\n\t},\n\n\tdisable: function() {\n\t\treturn this._setOptions( { disabled: true } );\n\t},\n\n\t_classes: function( options ) {\n\t\tvar full = [];\n\t\tvar that = this;\n\n\t\toptions = $.extend( {\n\t\t\telement: this.element,\n\t\t\tclasses: this.options.classes || {}\n\t\t}, options );\n\n\t\tfunction bindRemoveEvent() {\n\t\t\tvar nodesToBind = [];\n\n\t\t\toptions.element.each( function( _, element ) {\n\t\t\t\tvar isTracked = $.map( that.classesElementLookup, function( elements ) {\n\t\t\t\t\treturn elements;\n\t\t\t\t} )\n\t\t\t\t\t.some( function( elements ) {\n\t\t\t\t\t\treturn elements.is( element );\n\t\t\t\t\t} );\n\n\t\t\t\tif ( !isTracked ) {\n\t\t\t\t\tnodesToBind.push( element );\n\t\t\t\t}\n\t\t\t} );\n\n\t\t\tthat._on( $( nodesToBind ), {\n\t\t\t\tremove: \"_untrackClassesElement\"\n\t\t\t} );\n\t\t}\n\n\t\tfunction processClassString( classes, checkOption ) {\n\t\t\tvar current, i;\n\t\t\tfor ( i = 0; i < classes.length; i++ ) {\n\t\t\t\tcurrent = that.classesElementLookup[ classes[ i ] ] || $();\n\t\t\t\tif ( options.add ) {\n\t\t\t\t\tbindRemoveEvent();\n\t\t\t\t\tcurrent = $( $.uniqueSort( current.get().concat( options.element.get() ) ) );\n\t\t\t\t} else {\n\t\t\t\t\tcurrent = $( current.not( options.element ).get() );\n\t\t\t\t}\n\t\t\t\tthat.classesElementLookup[ classes[ i ] ] = current;\n\t\t\t\tfull.push( classes[ i ] );\n\t\t\t\tif ( checkOption && options.classes[ classes[ i ] ] ) {\n\t\t\t\t\tfull.push( options.classes[ classes[ i ] ] );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif ( options.keys ) {\n\t\t\tprocessClassString( options.keys.match( /\\S+/g ) || [], true );\n\t\t}\n\t\tif ( options.extra ) {\n\t\t\tprocessClassString( options.extra.match( /\\S+/g ) || [] );\n\t\t}\n\n\t\treturn full.join( \" \" );\n\t},\n\n\t_untrackClassesElement: function( event ) {\n\t\tvar that = this;\n\t\t$.each( that.classesElementLookup, function( key, value ) {\n\t\t\tif ( $.inArray( event.target, value ) !== -1 ) {\n\t\t\t\tthat.classesElementLookup[ key ] = $( value.not( event.target ).get() );\n\t\t\t}\n\t\t} );\n\n\t\tthis._off( $( event.target ) );\n\t},\n\n\t_removeClass: function( element, keys, extra ) {\n\t\treturn this._toggleClass( element, keys, extra, false );\n\t},\n\n\t_addClass: function( element, keys, extra ) {\n\t\treturn this._toggleClass( element, keys, extra, true );\n\t},\n\n\t_toggleClass: function( element, keys, extra, add ) {\n\t\tadd = ( typeof add === \"boolean\" ) ? add : extra;\n\t\tvar shift = ( typeof element === \"string\" || element === null ),\n\t\t\toptions = {\n\t\t\t\textra: shift ? keys : extra,\n\t\t\t\tkeys: shift ? element : keys,\n\t\t\t\telement: shift ? this.element : element,\n\t\t\t\tadd: add\n\t\t\t};\n\t\toptions.element.toggleClass( this._classes( options ), add );\n\t\treturn this;\n\t},\n\n\t_on: function( suppressDisabledCheck, element, handlers ) {\n\t\tvar delegateElement;\n\t\tvar instance = this;\n\n\t\t// No suppressDisabledCheck flag, shuffle arguments\n\t\tif ( typeof suppressDisabledCheck !== \"boolean\" ) {\n\t\t\thandlers = element;\n\t\t\telement = suppressDisabledCheck;\n\t\t\tsuppressDisabledCheck = false;\n\t\t}\n\n\t\t// No element argument, shuffle and use this.element\n\t\tif ( !handlers ) {\n\t\t\thandlers = element;\n\t\t\telement = this.element;\n\t\t\tdelegateElement = this.widget();\n\t\t} else {\n\t\t\telement = delegateElement = $( element );\n\t\t\tthis.bindings = this.bindings.add( element );\n\t\t}\n\n\t\t$.each( handlers, function( event, handler ) {\n\t\t\tfunction handlerProxy() {\n\n\t\t\t\t// Allow widgets to customize the disabled handling\n\t\t\t\t// - disabled as an array instead of boolean\n\t\t\t\t// - disabled class as method for disabling individual parts\n\t\t\t\tif ( !suppressDisabledCheck &&\n\t\t\t\t\t\t( instance.options.disabled === true ||\n\t\t\t\t\t\t$( this ).hasClass( \"ui-state-disabled\" ) ) ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\treturn ( typeof handler === \"string\" ? instance[ handler ] : handler )\n\t\t\t\t\t.apply( instance, arguments );\n\t\t\t}\n\n\t\t\t// Copy the guid so direct unbinding works\n\t\t\tif ( typeof handler !== \"string\" ) {\n\t\t\t\thandlerProxy.guid = handler.guid =\n\t\t\t\t\thandler.guid || handlerProxy.guid || $.guid++;\n\t\t\t}\n\n\t\t\tvar match = event.match( /^([\\w:-]*)\\s*(.*)$/ );\n\t\t\tvar eventName = match[ 1 ] + instance.eventNamespace;\n\t\t\tvar selector = match[ 2 ];\n\n\t\t\tif ( selector ) {\n\t\t\t\tdelegateElement.on( eventName, selector, handlerProxy );\n\t\t\t} else {\n\t\t\t\telement.on( eventName, handlerProxy );\n\t\t\t}\n\t\t} );\n\t},\n\n\t_off: function( element, eventName ) {\n\t\teventName = ( eventName || \"\" ).split( \" \" ).join( this.eventNamespace + \" \" ) +\n\t\t\tthis.eventNamespace;\n\t\telement.off( eventName );\n\n\t\t// Clear the stack to avoid memory leaks (#10056)\n\t\tthis.bindings = $( this.bindings.not( element ).get() );\n\t\tthis.focusable = $( this.focusable.not( element ).get() );\n\t\tthis.hoverable = $( this.hoverable.not( element ).get() );\n\t},\n\n\t_delay: function( handler, delay ) {\n\t\tfunction handlerProxy() {\n\t\t\treturn ( typeof handler === \"string\" ? instance[ handler ] : handler )\n\t\t\t\t.apply( instance, arguments );\n\t\t}\n\t\tvar instance = this;\n\t\treturn setTimeout( handlerProxy, delay || 0 );\n\t},\n\n\t_hoverable: function( element ) {\n\t\tthis.hoverable = this.hoverable.add( element );\n\t\tthis._on( element, {\n\t\t\tmouseenter: function( event ) {\n\t\t\t\tthis._addClass( $( event.currentTarget ), null, \"ui-state-hover\" );\n\t\t\t},\n\t\t\tmouseleave: function( event ) {\n\t\t\t\tthis._removeClass( $( event.currentTarget ), null, \"ui-state-hover\" );\n\t\t\t}\n\t\t} );\n\t},\n\n\t_focusable: function( element ) {\n\t\tthis.focusable = this.focusable.add( element );\n\t\tthis._on( element, {\n\t\t\tfocusin: function( event ) {\n\t\t\t\tthis._addClass( $( event.currentTarget ), null, \"ui-state-focus\" );\n\t\t\t},\n\t\t\tfocusout: function( event ) {\n\t\t\t\tthis._removeClass( $( event.currentTarget ), null, \"ui-state-focus\" );\n\t\t\t}\n\t\t} );\n\t},\n\n\t_trigger: function( type, event, data ) {\n\t\tvar prop, orig;\n\t\tvar callback = this.options[ type ];\n\n\t\tdata = data || {};\n\t\tevent = $.Event( event );\n\t\tevent.type = ( type === this.widgetEventPrefix ?\n\t\t\ttype :\n\t\t\tthis.widgetEventPrefix + type ).toLowerCase();\n\n\t\t// The original event may come from any element\n\t\t// so we need to reset the target on the new event\n\t\tevent.target = this.element[ 0 ];\n\n\t\t// Copy original event properties over to the new event\n\t\torig = event.originalEvent;\n\t\tif ( orig ) {\n\t\t\tfor ( prop in orig ) {\n\t\t\t\tif ( !( prop in event ) ) {\n\t\t\t\t\tevent[ prop ] = orig[ prop ];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tthis.element.trigger( event, data );\n\t\treturn !( typeof callback === \"function\" &&\n\t\t\tcallback.apply( this.element[ 0 ], [ event ].concat( data ) ) === false ||\n\t\t\tevent.isDefaultPrevented() );\n\t}\n};\n\n$.each( { show: \"fadeIn\", hide: \"fadeOut\" }, function( method, defaultEffect ) {\n\t$.Widget.prototype[ \"_\" + method ] = function( element, options, callback ) {\n\t\tif ( typeof options === \"string\" ) {\n\t\t\toptions = { effect: options };\n\t\t}\n\n\t\tvar hasOptions;\n\t\tvar effectName = !options ?\n\t\t\tmethod :\n\t\t\toptions === true || typeof options === \"number\" ?\n\t\t\t\tdefaultEffect :\n\t\t\t\toptions.effect || defaultEffect;\n\n\t\toptions = options || {};\n\t\tif ( typeof options === \"number\" ) {\n\t\t\toptions = { duration: options };\n\t\t} else if ( options === true ) {\n\t\t\toptions = {};\n\t\t}\n\n\t\thasOptions = !$.isEmptyObject( options );\n\t\toptions.complete = callback;\n\n\t\tif ( options.delay ) {\n\t\t\telement.delay( options.delay );\n\t\t}\n\n\t\tif ( hasOptions && $.effects && $.effects.effect[ effectName ] ) {\n\t\t\telement[ method ]( options );\n\t\t} else if ( effectName !== method && element[ effectName ] ) {\n\t\t\telement[ effectName ]( options.duration, options.easing, callback );\n\t\t} else {\n\t\t\telement.queue( function( next ) {\n\t\t\t\t$( this )[ method ]();\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback.call( element[ 0 ] );\n\t\t\t\t}\n\t\t\t\tnext();\n\t\t\t} );\n\t\t}\n\t};\n} );\n\nvar widget = $.widget;\n\n\n/*!\n * jQuery UI Position 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n *\n * https://api.jqueryui.com/position/\n */\n\n//>>label: Position\n//>>group: Core\n//>>description: Positions elements relative to other elements.\n//>>docs: https://api.jqueryui.com/position/\n//>>demos: https://jqueryui.com/position/\n\n\n( function() {\nvar cachedScrollbarWidth,\n\tmax = Math.max,\n\tabs = Math.abs,\n\trhorizontal = /left|center|right/,\n\trvertical = /top|center|bottom/,\n\troffset = /[\\+\\-]\\d+(\\.[\\d]+)?%?/,\n\trposition = /^\\w+/,\n\trpercent = /%$/,\n\t_position = $.fn.position;\n\nfunction getOffsets( offsets, width, height ) {\n\treturn [\n\t\tparseFloat( offsets[ 0 ] ) * ( rpercent.test( offsets[ 0 ] ) ? width / 100 : 1 ),\n\t\tparseFloat( offsets[ 1 ] ) * ( rpercent.test( offsets[ 1 ] ) ? height / 100 : 1 )\n\t];\n}\n\nfunction parseCss( element, property ) {\n\treturn parseInt( $.css( element, property ), 10 ) || 0;\n}\n\nfunction isWindow( obj ) {\n\treturn obj != null && obj === obj.window;\n}\n\nfunction getDimensions( elem ) {\n\tvar raw = elem[ 0 ];\n\tif ( raw.nodeType === 9 ) {\n\t\treturn {\n\t\t\twidth: elem.width(),\n\t\t\theight: elem.height(),\n\t\t\toffset: { top: 0, left: 0 }\n\t\t};\n\t}\n\tif ( isWindow( raw ) ) {\n\t\treturn {\n\t\t\twidth: elem.width(),\n\t\t\theight: elem.height(),\n\t\t\toffset: { top: elem.scrollTop(), left: elem.scrollLeft() }\n\t\t};\n\t}\n\tif ( raw.preventDefault ) {\n\t\treturn {\n\t\t\twidth: 0,\n\t\t\theight: 0,\n\t\t\toffset: { top: raw.pageY, left: raw.pageX }\n\t\t};\n\t}\n\treturn {\n\t\twidth: elem.outerWidth(),\n\t\theight: elem.outerHeight(),\n\t\toffset: elem.offset()\n\t};\n}\n\n$.position = {\n\tscrollbarWidth: function() {\n\t\tif ( cachedScrollbarWidth !== undefined ) {\n\t\t\treturn cachedScrollbarWidth;\n\t\t}\n\t\tvar w1, w2,\n\t\t\tdiv = $( \"
            \" +\n\t\t\t\t\"
            \" ),\n\t\t\tinnerDiv = div.children()[ 0 ];\n\n\t\t$( \"body\" ).append( div );\n\t\tw1 = innerDiv.offsetWidth;\n\t\tdiv.css( \"overflow\", \"scroll\" );\n\n\t\tw2 = innerDiv.offsetWidth;\n\n\t\tif ( w1 === w2 ) {\n\t\t\tw2 = div[ 0 ].clientWidth;\n\t\t}\n\n\t\tdiv.remove();\n\n\t\treturn ( cachedScrollbarWidth = w1 - w2 );\n\t},\n\tgetScrollInfo: function( within ) {\n\t\tvar overflowX = within.isWindow || within.isDocument ? \"\" :\n\t\t\t\twithin.element.css( \"overflow-x\" ),\n\t\t\toverflowY = within.isWindow || within.isDocument ? \"\" :\n\t\t\t\twithin.element.css( \"overflow-y\" ),\n\t\t\thasOverflowX = overflowX === \"scroll\" ||\n\t\t\t\t( overflowX === \"auto\" && within.width < within.element[ 0 ].scrollWidth ),\n\t\t\thasOverflowY = overflowY === \"scroll\" ||\n\t\t\t\t( overflowY === \"auto\" && within.height < within.element[ 0 ].scrollHeight );\n\t\treturn {\n\t\t\twidth: hasOverflowY ? $.position.scrollbarWidth() : 0,\n\t\t\theight: hasOverflowX ? $.position.scrollbarWidth() : 0\n\t\t};\n\t},\n\tgetWithinInfo: function( element ) {\n\t\tvar withinElement = $( element || window ),\n\t\t\tisElemWindow = isWindow( withinElement[ 0 ] ),\n\t\t\tisDocument = !!withinElement[ 0 ] && withinElement[ 0 ].nodeType === 9,\n\t\t\thasOffset = !isElemWindow && !isDocument;\n\t\treturn {\n\t\t\telement: withinElement,\n\t\t\tisWindow: isElemWindow,\n\t\t\tisDocument: isDocument,\n\t\t\toffset: hasOffset ? $( element ).offset() : { left: 0, top: 0 },\n\t\t\tscrollLeft: withinElement.scrollLeft(),\n\t\t\tscrollTop: withinElement.scrollTop(),\n\t\t\twidth: withinElement.outerWidth(),\n\t\t\theight: withinElement.outerHeight()\n\t\t};\n\t}\n};\n\n$.fn.position = function( options ) {\n\tif ( !options || !options.of ) {\n\t\treturn _position.apply( this, arguments );\n\t}\n\n\t// Make a copy, we don't want to modify arguments\n\toptions = $.extend( {}, options );\n\n\tvar atOffset, targetWidth, targetHeight, targetOffset, basePosition, dimensions,\n\n\t\t// Make sure string options are treated as CSS selectors\n\t\ttarget = typeof options.of === \"string\" ?\n\t\t\t$( document ).find( options.of ) :\n\t\t\t$( options.of ),\n\n\t\twithin = $.position.getWithinInfo( options.within ),\n\t\tscrollInfo = $.position.getScrollInfo( within ),\n\t\tcollision = ( options.collision || \"flip\" ).split( \" \" ),\n\t\toffsets = {};\n\n\tdimensions = getDimensions( target );\n\tif ( target[ 0 ].preventDefault ) {\n\n\t\t// Force left top to allow flipping\n\t\toptions.at = \"left top\";\n\t}\n\ttargetWidth = dimensions.width;\n\ttargetHeight = dimensions.height;\n\ttargetOffset = dimensions.offset;\n\n\t// Clone to reuse original targetOffset later\n\tbasePosition = $.extend( {}, targetOffset );\n\n\t// Force my and at to have valid horizontal and vertical positions\n\t// if a value is missing or invalid, it will be converted to center\n\t$.each( [ \"my\", \"at\" ], function() {\n\t\tvar pos = ( options[ this ] || \"\" ).split( \" \" ),\n\t\t\thorizontalOffset,\n\t\t\tverticalOffset;\n\n\t\tif ( pos.length === 1 ) {\n\t\t\tpos = rhorizontal.test( pos[ 0 ] ) ?\n\t\t\t\tpos.concat( [ \"center\" ] ) :\n\t\t\t\trvertical.test( pos[ 0 ] ) ?\n\t\t\t\t\t[ \"center\" ].concat( pos ) :\n\t\t\t\t\t[ \"center\", \"center\" ];\n\t\t}\n\t\tpos[ 0 ] = rhorizontal.test( pos[ 0 ] ) ? pos[ 0 ] : \"center\";\n\t\tpos[ 1 ] = rvertical.test( pos[ 1 ] ) ? pos[ 1 ] : \"center\";\n\n\t\t// Calculate offsets\n\t\thorizontalOffset = roffset.exec( pos[ 0 ] );\n\t\tverticalOffset = roffset.exec( pos[ 1 ] );\n\t\toffsets[ this ] = [\n\t\t\thorizontalOffset ? horizontalOffset[ 0 ] : 0,\n\t\t\tverticalOffset ? verticalOffset[ 0 ] : 0\n\t\t];\n\n\t\t// Reduce to just the positions without the offsets\n\t\toptions[ this ] = [\n\t\t\trposition.exec( pos[ 0 ] )[ 0 ],\n\t\t\trposition.exec( pos[ 1 ] )[ 0 ]\n\t\t];\n\t} );\n\n\t// Normalize collision option\n\tif ( collision.length === 1 ) {\n\t\tcollision[ 1 ] = collision[ 0 ];\n\t}\n\n\tif ( options.at[ 0 ] === \"right\" ) {\n\t\tbasePosition.left += targetWidth;\n\t} else if ( options.at[ 0 ] === \"center\" ) {\n\t\tbasePosition.left += targetWidth / 2;\n\t}\n\n\tif ( options.at[ 1 ] === \"bottom\" ) {\n\t\tbasePosition.top += targetHeight;\n\t} else if ( options.at[ 1 ] === \"center\" ) {\n\t\tbasePosition.top += targetHeight / 2;\n\t}\n\n\tatOffset = getOffsets( offsets.at, targetWidth, targetHeight );\n\tbasePosition.left += atOffset[ 0 ];\n\tbasePosition.top += atOffset[ 1 ];\n\n\treturn this.each( function() {\n\t\tvar collisionPosition, using,\n\t\t\telem = $( this ),\n\t\t\telemWidth = elem.outerWidth(),\n\t\t\telemHeight = elem.outerHeight(),\n\t\t\tmarginLeft = parseCss( this, \"marginLeft\" ),\n\t\t\tmarginTop = parseCss( this, \"marginTop\" ),\n\t\t\tcollisionWidth = elemWidth + marginLeft + parseCss( this, \"marginRight\" ) +\n\t\t\t\tscrollInfo.width,\n\t\t\tcollisionHeight = elemHeight + marginTop + parseCss( this, \"marginBottom\" ) +\n\t\t\t\tscrollInfo.height,\n\t\t\tposition = $.extend( {}, basePosition ),\n\t\t\tmyOffset = getOffsets( offsets.my, elem.outerWidth(), elem.outerHeight() );\n\n\t\tif ( options.my[ 0 ] === \"right\" ) {\n\t\t\tposition.left -= elemWidth;\n\t\t} else if ( options.my[ 0 ] === \"center\" ) {\n\t\t\tposition.left -= elemWidth / 2;\n\t\t}\n\n\t\tif ( options.my[ 1 ] === \"bottom\" ) {\n\t\t\tposition.top -= elemHeight;\n\t\t} else if ( options.my[ 1 ] === \"center\" ) {\n\t\t\tposition.top -= elemHeight / 2;\n\t\t}\n\n\t\tposition.left += myOffset[ 0 ];\n\t\tposition.top += myOffset[ 1 ];\n\n\t\tcollisionPosition = {\n\t\t\tmarginLeft: marginLeft,\n\t\t\tmarginTop: marginTop\n\t\t};\n\n\t\t$.each( [ \"left\", \"top\" ], function( i, dir ) {\n\t\t\tif ( $.ui.position[ collision[ i ] ] ) {\n\t\t\t\t$.ui.position[ collision[ i ] ][ dir ]( position, {\n\t\t\t\t\ttargetWidth: targetWidth,\n\t\t\t\t\ttargetHeight: targetHeight,\n\t\t\t\t\telemWidth: elemWidth,\n\t\t\t\t\telemHeight: elemHeight,\n\t\t\t\t\tcollisionPosition: collisionPosition,\n\t\t\t\t\tcollisionWidth: collisionWidth,\n\t\t\t\t\tcollisionHeight: collisionHeight,\n\t\t\t\t\toffset: [ atOffset[ 0 ] + myOffset[ 0 ], atOffset [ 1 ] + myOffset[ 1 ] ],\n\t\t\t\t\tmy: options.my,\n\t\t\t\t\tat: options.at,\n\t\t\t\t\twithin: within,\n\t\t\t\t\telem: elem\n\t\t\t\t} );\n\t\t\t}\n\t\t} );\n\n\t\tif ( options.using ) {\n\n\t\t\t// Adds feedback as second argument to using callback, if present\n\t\t\tusing = function( props ) {\n\t\t\t\tvar left = targetOffset.left - position.left,\n\t\t\t\t\tright = left + targetWidth - elemWidth,\n\t\t\t\t\ttop = targetOffset.top - position.top,\n\t\t\t\t\tbottom = top + targetHeight - elemHeight,\n\t\t\t\t\tfeedback = {\n\t\t\t\t\t\ttarget: {\n\t\t\t\t\t\t\telement: target,\n\t\t\t\t\t\t\tleft: targetOffset.left,\n\t\t\t\t\t\t\ttop: targetOffset.top,\n\t\t\t\t\t\t\twidth: targetWidth,\n\t\t\t\t\t\t\theight: targetHeight\n\t\t\t\t\t\t},\n\t\t\t\t\t\telement: {\n\t\t\t\t\t\t\telement: elem,\n\t\t\t\t\t\t\tleft: position.left,\n\t\t\t\t\t\t\ttop: position.top,\n\t\t\t\t\t\t\twidth: elemWidth,\n\t\t\t\t\t\t\theight: elemHeight\n\t\t\t\t\t\t},\n\t\t\t\t\t\thorizontal: right < 0 ? \"left\" : left > 0 ? \"right\" : \"center\",\n\t\t\t\t\t\tvertical: bottom < 0 ? \"top\" : top > 0 ? \"bottom\" : \"middle\"\n\t\t\t\t\t};\n\t\t\t\tif ( targetWidth < elemWidth && abs( left + right ) < targetWidth ) {\n\t\t\t\t\tfeedback.horizontal = \"center\";\n\t\t\t\t}\n\t\t\t\tif ( targetHeight < elemHeight && abs( top + bottom ) < targetHeight ) {\n\t\t\t\t\tfeedback.vertical = \"middle\";\n\t\t\t\t}\n\t\t\t\tif ( max( abs( left ), abs( right ) ) > max( abs( top ), abs( bottom ) ) ) {\n\t\t\t\t\tfeedback.important = \"horizontal\";\n\t\t\t\t} else {\n\t\t\t\t\tfeedback.important = \"vertical\";\n\t\t\t\t}\n\t\t\t\toptions.using.call( this, props, feedback );\n\t\t\t};\n\t\t}\n\n\t\telem.offset( $.extend( position, { using: using } ) );\n\t} );\n};\n\n$.ui.position = {\n\tfit: {\n\t\tleft: function( position, data ) {\n\t\t\tvar within = data.within,\n\t\t\t\twithinOffset = within.isWindow ? within.scrollLeft : within.offset.left,\n\t\t\t\touterWidth = within.width,\n\t\t\t\tcollisionPosLeft = position.left - data.collisionPosition.marginLeft,\n\t\t\t\toverLeft = withinOffset - collisionPosLeft,\n\t\t\t\toverRight = collisionPosLeft + data.collisionWidth - outerWidth - withinOffset,\n\t\t\t\tnewOverRight;\n\n\t\t\t// Element is wider than within\n\t\t\tif ( data.collisionWidth > outerWidth ) {\n\n\t\t\t\t// Element is initially over the left side of within\n\t\t\t\tif ( overLeft > 0 && overRight <= 0 ) {\n\t\t\t\t\tnewOverRight = position.left + overLeft + data.collisionWidth - outerWidth -\n\t\t\t\t\t\twithinOffset;\n\t\t\t\t\tposition.left += overLeft - newOverRight;\n\n\t\t\t\t// Element is initially over right side of within\n\t\t\t\t} else if ( overRight > 0 && overLeft <= 0 ) {\n\t\t\t\t\tposition.left = withinOffset;\n\n\t\t\t\t// Element is initially over both left and right sides of within\n\t\t\t\t} else {\n\t\t\t\t\tif ( overLeft > overRight ) {\n\t\t\t\t\t\tposition.left = withinOffset + outerWidth - data.collisionWidth;\n\t\t\t\t\t} else {\n\t\t\t\t\t\tposition.left = withinOffset;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t// Too far left -> align with left edge\n\t\t\t} else if ( overLeft > 0 ) {\n\t\t\t\tposition.left += overLeft;\n\n\t\t\t// Too far right -> align with right edge\n\t\t\t} else if ( overRight > 0 ) {\n\t\t\t\tposition.left -= overRight;\n\n\t\t\t// Adjust based on position and margin\n\t\t\t} else {\n\t\t\t\tposition.left = max( position.left - collisionPosLeft, position.left );\n\t\t\t}\n\t\t},\n\t\ttop: function( position, data ) {\n\t\t\tvar within = data.within,\n\t\t\t\twithinOffset = within.isWindow ? within.scrollTop : within.offset.top,\n\t\t\t\touterHeight = data.within.height,\n\t\t\t\tcollisionPosTop = position.top - data.collisionPosition.marginTop,\n\t\t\t\toverTop = withinOffset - collisionPosTop,\n\t\t\t\toverBottom = collisionPosTop + data.collisionHeight - outerHeight - withinOffset,\n\t\t\t\tnewOverBottom;\n\n\t\t\t// Element is taller than within\n\t\t\tif ( data.collisionHeight > outerHeight ) {\n\n\t\t\t\t// Element is initially over the top of within\n\t\t\t\tif ( overTop > 0 && overBottom <= 0 ) {\n\t\t\t\t\tnewOverBottom = position.top + overTop + data.collisionHeight - outerHeight -\n\t\t\t\t\t\twithinOffset;\n\t\t\t\t\tposition.top += overTop - newOverBottom;\n\n\t\t\t\t// Element is initially over bottom of within\n\t\t\t\t} else if ( overBottom > 0 && overTop <= 0 ) {\n\t\t\t\t\tposition.top = withinOffset;\n\n\t\t\t\t// Element is initially over both top and bottom of within\n\t\t\t\t} else {\n\t\t\t\t\tif ( overTop > overBottom ) {\n\t\t\t\t\t\tposition.top = withinOffset + outerHeight - data.collisionHeight;\n\t\t\t\t\t} else {\n\t\t\t\t\t\tposition.top = withinOffset;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t// Too far up -> align with top\n\t\t\t} else if ( overTop > 0 ) {\n\t\t\t\tposition.top += overTop;\n\n\t\t\t// Too far down -> align with bottom edge\n\t\t\t} else if ( overBottom > 0 ) {\n\t\t\t\tposition.top -= overBottom;\n\n\t\t\t// Adjust based on position and margin\n\t\t\t} else {\n\t\t\t\tposition.top = max( position.top - collisionPosTop, position.top );\n\t\t\t}\n\t\t}\n\t},\n\tflip: {\n\t\tleft: function( position, data ) {\n\t\t\tvar within = data.within,\n\t\t\t\twithinOffset = within.offset.left + within.scrollLeft,\n\t\t\t\touterWidth = within.width,\n\t\t\t\toffsetLeft = within.isWindow ? within.scrollLeft : within.offset.left,\n\t\t\t\tcollisionPosLeft = position.left - data.collisionPosition.marginLeft,\n\t\t\t\toverLeft = collisionPosLeft - offsetLeft,\n\t\t\t\toverRight = collisionPosLeft + data.collisionWidth - outerWidth - offsetLeft,\n\t\t\t\tmyOffset = data.my[ 0 ] === \"left\" ?\n\t\t\t\t\t-data.elemWidth :\n\t\t\t\t\tdata.my[ 0 ] === \"right\" ?\n\t\t\t\t\t\tdata.elemWidth :\n\t\t\t\t\t\t0,\n\t\t\t\tatOffset = data.at[ 0 ] === \"left\" ?\n\t\t\t\t\tdata.targetWidth :\n\t\t\t\t\tdata.at[ 0 ] === \"right\" ?\n\t\t\t\t\t\t-data.targetWidth :\n\t\t\t\t\t\t0,\n\t\t\t\toffset = -2 * data.offset[ 0 ],\n\t\t\t\tnewOverRight,\n\t\t\t\tnewOverLeft;\n\n\t\t\tif ( overLeft < 0 ) {\n\t\t\t\tnewOverRight = position.left + myOffset + atOffset + offset + data.collisionWidth -\n\t\t\t\t\touterWidth - withinOffset;\n\t\t\t\tif ( newOverRight < 0 || newOverRight < abs( overLeft ) ) {\n\t\t\t\t\tposition.left += myOffset + atOffset + offset;\n\t\t\t\t}\n\t\t\t} else if ( overRight > 0 ) {\n\t\t\t\tnewOverLeft = position.left - data.collisionPosition.marginLeft + myOffset +\n\t\t\t\t\tatOffset + offset - offsetLeft;\n\t\t\t\tif ( newOverLeft > 0 || abs( newOverLeft ) < overRight ) {\n\t\t\t\t\tposition.left += myOffset + atOffset + offset;\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\ttop: function( position, data ) {\n\t\t\tvar within = data.within,\n\t\t\t\twithinOffset = within.offset.top + within.scrollTop,\n\t\t\t\touterHeight = within.height,\n\t\t\t\toffsetTop = within.isWindow ? within.scrollTop : within.offset.top,\n\t\t\t\tcollisionPosTop = position.top - data.collisionPosition.marginTop,\n\t\t\t\toverTop = collisionPosTop - offsetTop,\n\t\t\t\toverBottom = collisionPosTop + data.collisionHeight - outerHeight - offsetTop,\n\t\t\t\ttop = data.my[ 1 ] === \"top\",\n\t\t\t\tmyOffset = top ?\n\t\t\t\t\t-data.elemHeight :\n\t\t\t\t\tdata.my[ 1 ] === \"bottom\" ?\n\t\t\t\t\t\tdata.elemHeight :\n\t\t\t\t\t\t0,\n\t\t\t\tatOffset = data.at[ 1 ] === \"top\" ?\n\t\t\t\t\tdata.targetHeight :\n\t\t\t\t\tdata.at[ 1 ] === \"bottom\" ?\n\t\t\t\t\t\t-data.targetHeight :\n\t\t\t\t\t\t0,\n\t\t\t\toffset = -2 * data.offset[ 1 ],\n\t\t\t\tnewOverTop,\n\t\t\t\tnewOverBottom;\n\t\t\tif ( overTop < 0 ) {\n\t\t\t\tnewOverBottom = position.top + myOffset + atOffset + offset + data.collisionHeight -\n\t\t\t\t\touterHeight - withinOffset;\n\t\t\t\tif ( newOverBottom < 0 || newOverBottom < abs( overTop ) ) {\n\t\t\t\t\tposition.top += myOffset + atOffset + offset;\n\t\t\t\t}\n\t\t\t} else if ( overBottom > 0 ) {\n\t\t\t\tnewOverTop = position.top - data.collisionPosition.marginTop + myOffset + atOffset +\n\t\t\t\t\toffset - offsetTop;\n\t\t\t\tif ( newOverTop > 0 || abs( newOverTop ) < overBottom ) {\n\t\t\t\t\tposition.top += myOffset + atOffset + offset;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\tflipfit: {\n\t\tleft: function() {\n\t\t\t$.ui.position.flip.left.apply( this, arguments );\n\t\t\t$.ui.position.fit.left.apply( this, arguments );\n\t\t},\n\t\ttop: function() {\n\t\t\t$.ui.position.flip.top.apply( this, arguments );\n\t\t\t$.ui.position.fit.top.apply( this, arguments );\n\t\t}\n\t}\n};\n\n} )();\n\nvar position = $.ui.position;\n\n\n/*!\n * jQuery UI :data 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: :data Selector\n//>>group: Core\n//>>description: Selects elements which have data stored under the specified key.\n//>>docs: https://api.jqueryui.com/data-selector/\n\n\nvar data = $.extend( $.expr.pseudos, {\n\tdata: $.expr.createPseudo ?\n\t\t$.expr.createPseudo( function( dataName ) {\n\t\t\treturn function( elem ) {\n\t\t\t\treturn !!$.data( elem, dataName );\n\t\t\t};\n\t\t} ) :\n\n\t\t// Support: jQuery <1.8\n\t\tfunction( elem, i, match ) {\n\t\t\treturn !!$.data( elem, match[ 3 ] );\n\t\t}\n} );\n\n/*!\n * jQuery UI Disable Selection 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: disableSelection\n//>>group: Core\n//>>description: Disable selection of text content within the set of matched elements.\n//>>docs: https://api.jqueryui.com/disableSelection/\n\n// This file is deprecated\n\nvar disableSelection = $.fn.extend( {\n\tdisableSelection: ( function() {\n\t\tvar eventType = \"onselectstart\" in document.createElement( \"div\" ) ?\n\t\t\t\"selectstart\" :\n\t\t\t\"mousedown\";\n\n\t\treturn function() {\n\t\t\treturn this.on( eventType + \".ui-disableSelection\", function( event ) {\n\t\t\t\tevent.preventDefault();\n\t\t\t} );\n\t\t};\n\t} )(),\n\n\tenableSelection: function() {\n\t\treturn this.off( \".ui-disableSelection\" );\n\t}\n} );\n\n\n\n// Create a local jQuery because jQuery Color relies on it and the\n// global may not exist with AMD and a custom build (#10199).\n// This module is a noop if used as a regular AMD module.\n// eslint-disable-next-line no-unused-vars\nvar jQuery = $;\n\n\n/*!\n * jQuery Color Animations v2.2.0\n * https://github.com/jquery/jquery-color\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n *\n * Date: Sun May 10 09:02:36 2020 +0200\n */\n\n\n\n\tvar stepHooks = \"backgroundColor borderBottomColor borderLeftColor borderRightColor \" +\n\t\t\"borderTopColor color columnRuleColor outlineColor textDecorationColor textEmphasisColor\",\n\n\tclass2type = {},\n\ttoString = class2type.toString,\n\n\t// plusequals test for += 100 -= 100\n\trplusequals = /^([\\-+])=\\s*(\\d+\\.?\\d*)/,\n\n\t// a set of RE's that can match strings and generate color tuples.\n\tstringParsers = [ {\n\t\t\tre: /rgba?\\(\\s*(\\d{1,3})\\s*,\\s*(\\d{1,3})\\s*,\\s*(\\d{1,3})\\s*(?:,\\s*(\\d?(?:\\.\\d+)?)\\s*)?\\)/,\n\t\t\tparse: function( execResult ) {\n\t\t\t\treturn [\n\t\t\t\t\texecResult[ 1 ],\n\t\t\t\t\texecResult[ 2 ],\n\t\t\t\t\texecResult[ 3 ],\n\t\t\t\t\texecResult[ 4 ]\n\t\t\t\t];\n\t\t\t}\n\t\t}, {\n\t\t\tre: /rgba?\\(\\s*(\\d+(?:\\.\\d+)?)\\%\\s*,\\s*(\\d+(?:\\.\\d+)?)\\%\\s*,\\s*(\\d+(?:\\.\\d+)?)\\%\\s*(?:,\\s*(\\d?(?:\\.\\d+)?)\\s*)?\\)/,\n\t\t\tparse: function( execResult ) {\n\t\t\t\treturn [\n\t\t\t\t\texecResult[ 1 ] * 2.55,\n\t\t\t\t\texecResult[ 2 ] * 2.55,\n\t\t\t\t\texecResult[ 3 ] * 2.55,\n\t\t\t\t\texecResult[ 4 ]\n\t\t\t\t];\n\t\t\t}\n\t\t}, {\n\n\t\t\t// this regex ignores A-F because it's compared against an already lowercased string\n\t\t\tre: /#([a-f0-9]{2})([a-f0-9]{2})([a-f0-9]{2})([a-f0-9]{2})?/,\n\t\t\tparse: function( execResult ) {\n\t\t\t\treturn [\n\t\t\t\t\tparseInt( execResult[ 1 ], 16 ),\n\t\t\t\t\tparseInt( execResult[ 2 ], 16 ),\n\t\t\t\t\tparseInt( execResult[ 3 ], 16 ),\n\t\t\t\t\texecResult[ 4 ] ?\n\t\t\t\t\t\t( parseInt( execResult[ 4 ], 16 ) / 255 ).toFixed( 2 ) :\n\t\t\t\t\t\t1\n\t\t\t\t];\n\t\t\t}\n\t\t}, {\n\n\t\t\t// this regex ignores A-F because it's compared against an already lowercased string\n\t\t\tre: /#([a-f0-9])([a-f0-9])([a-f0-9])([a-f0-9])?/,\n\t\t\tparse: function( execResult ) {\n\t\t\t\treturn [\n\t\t\t\t\tparseInt( execResult[ 1 ] + execResult[ 1 ], 16 ),\n\t\t\t\t\tparseInt( execResult[ 2 ] + execResult[ 2 ], 16 ),\n\t\t\t\t\tparseInt( execResult[ 3 ] + execResult[ 3 ], 16 ),\n\t\t\t\t\texecResult[ 4 ] ?\n\t\t\t\t\t\t( parseInt( execResult[ 4 ] + execResult[ 4 ], 16 ) / 255 )\n\t\t\t\t\t\t\t.toFixed( 2 ) :\n\t\t\t\t\t\t1\n\t\t\t\t];\n\t\t\t}\n\t\t}, {\n\t\t\tre: /hsla?\\(\\s*(\\d+(?:\\.\\d+)?)\\s*,\\s*(\\d+(?:\\.\\d+)?)\\%\\s*,\\s*(\\d+(?:\\.\\d+)?)\\%\\s*(?:,\\s*(\\d?(?:\\.\\d+)?)\\s*)?\\)/,\n\t\t\tspace: \"hsla\",\n\t\t\tparse: function( execResult ) {\n\t\t\t\treturn [\n\t\t\t\t\texecResult[ 1 ],\n\t\t\t\t\texecResult[ 2 ] / 100,\n\t\t\t\t\texecResult[ 3 ] / 100,\n\t\t\t\t\texecResult[ 4 ]\n\t\t\t\t];\n\t\t\t}\n\t\t} ],\n\n\t// jQuery.Color( )\n\tcolor = jQuery.Color = function( color, green, blue, alpha ) {\n\t\treturn new jQuery.Color.fn.parse( color, green, blue, alpha );\n\t},\n\tspaces = {\n\t\trgba: {\n\t\t\tprops: {\n\t\t\t\tred: {\n\t\t\t\t\tidx: 0,\n\t\t\t\t\ttype: \"byte\"\n\t\t\t\t},\n\t\t\t\tgreen: {\n\t\t\t\t\tidx: 1,\n\t\t\t\t\ttype: \"byte\"\n\t\t\t\t},\n\t\t\t\tblue: {\n\t\t\t\t\tidx: 2,\n\t\t\t\t\ttype: \"byte\"\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\n\t\thsla: {\n\t\t\tprops: {\n\t\t\t\thue: {\n\t\t\t\t\tidx: 0,\n\t\t\t\t\ttype: \"degrees\"\n\t\t\t\t},\n\t\t\t\tsaturation: {\n\t\t\t\t\tidx: 1,\n\t\t\t\t\ttype: \"percent\"\n\t\t\t\t},\n\t\t\t\tlightness: {\n\t\t\t\t\tidx: 2,\n\t\t\t\t\ttype: \"percent\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\tpropTypes = {\n\t\t\"byte\": {\n\t\t\tfloor: true,\n\t\t\tmax: 255\n\t\t},\n\t\t\"percent\": {\n\t\t\tmax: 1\n\t\t},\n\t\t\"degrees\": {\n\t\t\tmod: 360,\n\t\t\tfloor: true\n\t\t}\n\t},\n\tsupport = color.support = {},\n\n\t// element for support tests\n\tsupportElem = jQuery( \"

            \" )[ 0 ],\n\n\t// colors = jQuery.Color.names\n\tcolors,\n\n\t// local aliases of functions called often\n\teach = jQuery.each;\n\n// determine rgba support immediately\nsupportElem.style.cssText = \"background-color:rgba(1,1,1,.5)\";\nsupport.rgba = supportElem.style.backgroundColor.indexOf( \"rgba\" ) > -1;\n\n// define cache name and alpha properties\n// for rgba and hsla spaces\neach( spaces, function( spaceName, space ) {\n\tspace.cache = \"_\" + spaceName;\n\tspace.props.alpha = {\n\t\tidx: 3,\n\t\ttype: \"percent\",\n\t\tdef: 1\n\t};\n} );\n\n// Populate the class2type map\njQuery.each( \"Boolean Number String Function Array Date RegExp Object Error Symbol\".split( \" \" ),\n\tfunction( _i, name ) {\n\t\tclass2type[ \"[object \" + name + \"]\" ] = name.toLowerCase();\n\t} );\n\nfunction getType( obj ) {\n\tif ( obj == null ) {\n\t\treturn obj + \"\";\n\t}\n\n\treturn typeof obj === \"object\" ?\n\t\tclass2type[ toString.call( obj ) ] || \"object\" :\n\t\ttypeof obj;\n}\n\nfunction clamp( value, prop, allowEmpty ) {\n\tvar type = propTypes[ prop.type ] || {};\n\n\tif ( value == null ) {\n\t\treturn ( allowEmpty || !prop.def ) ? null : prop.def;\n\t}\n\n\t// ~~ is an short way of doing floor for positive numbers\n\tvalue = type.floor ? ~~value : parseFloat( value );\n\n\t// IE will pass in empty strings as value for alpha,\n\t// which will hit this case\n\tif ( isNaN( value ) ) {\n\t\treturn prop.def;\n\t}\n\n\tif ( type.mod ) {\n\n\t\t// we add mod before modding to make sure that negatives values\n\t\t// get converted properly: -10 -> 350\n\t\treturn ( value + type.mod ) % type.mod;\n\t}\n\n\t// for now all property types without mod have min and max\n\treturn Math.min( type.max, Math.max( 0, value ) );\n}\n\nfunction stringParse( string ) {\n\tvar inst = color(),\n\t\trgba = inst._rgba = [];\n\n\tstring = string.toLowerCase();\n\n\teach( stringParsers, function( _i, parser ) {\n\t\tvar parsed,\n\t\t\tmatch = parser.re.exec( string ),\n\t\t\tvalues = match && parser.parse( match ),\n\t\t\tspaceName = parser.space || \"rgba\";\n\n\t\tif ( values ) {\n\t\t\tparsed = inst[ spaceName ]( values );\n\n\t\t\t// if this was an rgba parse the assignment might happen twice\n\t\t\t// oh well....\n\t\t\tinst[ spaces[ spaceName ].cache ] = parsed[ spaces[ spaceName ].cache ];\n\t\t\trgba = inst._rgba = parsed._rgba;\n\n\t\t\t// exit each( stringParsers ) here because we matched\n\t\t\treturn false;\n\t\t}\n\t} );\n\n\t// Found a stringParser that handled it\n\tif ( rgba.length ) {\n\n\t\t// if this came from a parsed string, force \"transparent\" when alpha is 0\n\t\t// chrome, (and maybe others) return \"transparent\" as rgba(0,0,0,0)\n\t\tif ( rgba.join() === \"0,0,0,0\" ) {\n\t\t\tjQuery.extend( rgba, colors.transparent );\n\t\t}\n\t\treturn inst;\n\t}\n\n\t// named colors\n\treturn colors[ string ];\n}\n\ncolor.fn = jQuery.extend( color.prototype, {\n\tparse: function( red, green, blue, alpha ) {\n\t\tif ( red === undefined ) {\n\t\t\tthis._rgba = [ null, null, null, null ];\n\t\t\treturn this;\n\t\t}\n\t\tif ( red.jquery || red.nodeType ) {\n\t\t\tred = jQuery( red ).css( green );\n\t\t\tgreen = undefined;\n\t\t}\n\n\t\tvar inst = this,\n\t\t\ttype = getType( red ),\n\t\t\trgba = this._rgba = [];\n\n\t\t// more than 1 argument specified - assume ( red, green, blue, alpha )\n\t\tif ( green !== undefined ) {\n\t\t\tred = [ red, green, blue, alpha ];\n\t\t\ttype = \"array\";\n\t\t}\n\n\t\tif ( type === \"string\" ) {\n\t\t\treturn this.parse( stringParse( red ) || colors._default );\n\t\t}\n\n\t\tif ( type === \"array\" ) {\n\t\t\teach( spaces.rgba.props, function( _key, prop ) {\n\t\t\t\trgba[ prop.idx ] = clamp( red[ prop.idx ], prop );\n\t\t\t} );\n\t\t\treturn this;\n\t\t}\n\n\t\tif ( type === \"object\" ) {\n\t\t\tif ( red instanceof color ) {\n\t\t\t\teach( spaces, function( _spaceName, space ) {\n\t\t\t\t\tif ( red[ space.cache ] ) {\n\t\t\t\t\t\tinst[ space.cache ] = red[ space.cache ].slice();\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t} else {\n\t\t\t\teach( spaces, function( _spaceName, space ) {\n\t\t\t\t\tvar cache = space.cache;\n\t\t\t\t\teach( space.props, function( key, prop ) {\n\n\t\t\t\t\t\t// if the cache doesn't exist, and we know how to convert\n\t\t\t\t\t\tif ( !inst[ cache ] && space.to ) {\n\n\t\t\t\t\t\t\t// if the value was null, we don't need to copy it\n\t\t\t\t\t\t\t// if the key was alpha, we don't need to copy it either\n\t\t\t\t\t\t\tif ( key === \"alpha\" || red[ key ] == null ) {\n\t\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tinst[ cache ] = space.to( inst._rgba );\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// this is the only case where we allow nulls for ALL properties.\n\t\t\t\t\t\t// call clamp with alwaysAllowEmpty\n\t\t\t\t\t\tinst[ cache ][ prop.idx ] = clamp( red[ key ], prop, true );\n\t\t\t\t\t} );\n\n\t\t\t\t\t// everything defined but alpha?\n\t\t\t\t\tif ( inst[ cache ] && jQuery.inArray( null, inst[ cache ].slice( 0, 3 ) ) < 0 ) {\n\n\t\t\t\t\t\t// use the default of 1\n\t\t\t\t\t\tif ( inst[ cache ][ 3 ] == null ) {\n\t\t\t\t\t\t\tinst[ cache ][ 3 ] = 1;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif ( space.from ) {\n\t\t\t\t\t\t\tinst._rgba = space.from( inst[ cache ] );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\t},\n\tis: function( compare ) {\n\t\tvar is = color( compare ),\n\t\t\tsame = true,\n\t\t\tinst = this;\n\n\t\teach( spaces, function( _, space ) {\n\t\t\tvar localCache,\n\t\t\t\tisCache = is[ space.cache ];\n\t\t\tif ( isCache ) {\n\t\t\t\tlocalCache = inst[ space.cache ] || space.to && space.to( inst._rgba ) || [];\n\t\t\t\teach( space.props, function( _, prop ) {\n\t\t\t\t\tif ( isCache[ prop.idx ] != null ) {\n\t\t\t\t\t\tsame = ( isCache[ prop.idx ] === localCache[ prop.idx ] );\n\t\t\t\t\t\treturn same;\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t\treturn same;\n\t\t} );\n\t\treturn same;\n\t},\n\t_space: function() {\n\t\tvar used = [],\n\t\t\tinst = this;\n\t\teach( spaces, function( spaceName, space ) {\n\t\t\tif ( inst[ space.cache ] ) {\n\t\t\t\tused.push( spaceName );\n\t\t\t}\n\t\t} );\n\t\treturn used.pop();\n\t},\n\ttransition: function( other, distance ) {\n\t\tvar end = color( other ),\n\t\t\tspaceName = end._space(),\n\t\t\tspace = spaces[ spaceName ],\n\t\t\tstartColor = this.alpha() === 0 ? color( \"transparent\" ) : this,\n\t\t\tstart = startColor[ space.cache ] || space.to( startColor._rgba ),\n\t\t\tresult = start.slice();\n\n\t\tend = end[ space.cache ];\n\t\teach( space.props, function( _key, prop ) {\n\t\t\tvar index = prop.idx,\n\t\t\t\tstartValue = start[ index ],\n\t\t\t\tendValue = end[ index ],\n\t\t\t\ttype = propTypes[ prop.type ] || {};\n\n\t\t\t// if null, don't override start value\n\t\t\tif ( endValue === null ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// if null - use end\n\t\t\tif ( startValue === null ) {\n\t\t\t\tresult[ index ] = endValue;\n\t\t\t} else {\n\t\t\t\tif ( type.mod ) {\n\t\t\t\t\tif ( endValue - startValue > type.mod / 2 ) {\n\t\t\t\t\t\tstartValue += type.mod;\n\t\t\t\t\t} else if ( startValue - endValue > type.mod / 2 ) {\n\t\t\t\t\t\tstartValue -= type.mod;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tresult[ index ] = clamp( ( endValue - startValue ) * distance + startValue, prop );\n\t\t\t}\n\t\t} );\n\t\treturn this[ spaceName ]( result );\n\t},\n\tblend: function( opaque ) {\n\n\t\t// if we are already opaque - return ourself\n\t\tif ( this._rgba[ 3 ] === 1 ) {\n\t\t\treturn this;\n\t\t}\n\n\t\tvar rgb = this._rgba.slice(),\n\t\t\ta = rgb.pop(),\n\t\t\tblend = color( opaque )._rgba;\n\n\t\treturn color( jQuery.map( rgb, function( v, i ) {\n\t\t\treturn ( 1 - a ) * blend[ i ] + a * v;\n\t\t} ) );\n\t},\n\ttoRgbaString: function() {\n\t\tvar prefix = \"rgba(\",\n\t\t\trgba = jQuery.map( this._rgba, function( v, i ) {\n\t\t\t\tif ( v != null ) {\n\t\t\t\t\treturn v;\n\t\t\t\t}\n\t\t\t\treturn i > 2 ? 1 : 0;\n\t\t\t} );\n\n\t\tif ( rgba[ 3 ] === 1 ) {\n\t\t\trgba.pop();\n\t\t\tprefix = \"rgb(\";\n\t\t}\n\n\t\treturn prefix + rgba.join() + \")\";\n\t},\n\ttoHslaString: function() {\n\t\tvar prefix = \"hsla(\",\n\t\t\thsla = jQuery.map( this.hsla(), function( v, i ) {\n\t\t\t\tif ( v == null ) {\n\t\t\t\t\tv = i > 2 ? 1 : 0;\n\t\t\t\t}\n\n\t\t\t\t// catch 1 and 2\n\t\t\t\tif ( i && i < 3 ) {\n\t\t\t\t\tv = Math.round( v * 100 ) + \"%\";\n\t\t\t\t}\n\t\t\t\treturn v;\n\t\t\t} );\n\n\t\tif ( hsla[ 3 ] === 1 ) {\n\t\t\thsla.pop();\n\t\t\tprefix = \"hsl(\";\n\t\t}\n\t\treturn prefix + hsla.join() + \")\";\n\t},\n\ttoHexString: function( includeAlpha ) {\n\t\tvar rgba = this._rgba.slice(),\n\t\t\talpha = rgba.pop();\n\n\t\tif ( includeAlpha ) {\n\t\t\trgba.push( ~~( alpha * 255 ) );\n\t\t}\n\n\t\treturn \"#\" + jQuery.map( rgba, function( v ) {\n\n\t\t\t// default to 0 when nulls exist\n\t\t\tv = ( v || 0 ).toString( 16 );\n\t\t\treturn v.length === 1 ? \"0\" + v : v;\n\t\t} ).join( \"\" );\n\t},\n\ttoString: function() {\n\t\treturn this._rgba[ 3 ] === 0 ? \"transparent\" : this.toRgbaString();\n\t}\n} );\ncolor.fn.parse.prototype = color.fn;\n\n// hsla conversions adapted from:\n// https://code.google.com/p/maashaack/source/browse/packages/graphics/trunk/src/graphics/colors/HUE2RGB.as?r=5021\n\nfunction hue2rgb( p, q, h ) {\n\th = ( h + 1 ) % 1;\n\tif ( h * 6 < 1 ) {\n\t\treturn p + ( q - p ) * h * 6;\n\t}\n\tif ( h * 2 < 1 ) {\n\t\treturn q;\n\t}\n\tif ( h * 3 < 2 ) {\n\t\treturn p + ( q - p ) * ( ( 2 / 3 ) - h ) * 6;\n\t}\n\treturn p;\n}\n\nspaces.hsla.to = function( rgba ) {\n\tif ( rgba[ 0 ] == null || rgba[ 1 ] == null || rgba[ 2 ] == null ) {\n\t\treturn [ null, null, null, rgba[ 3 ] ];\n\t}\n\tvar r = rgba[ 0 ] / 255,\n\t\tg = rgba[ 1 ] / 255,\n\t\tb = rgba[ 2 ] / 255,\n\t\ta = rgba[ 3 ],\n\t\tmax = Math.max( r, g, b ),\n\t\tmin = Math.min( r, g, b ),\n\t\tdiff = max - min,\n\t\tadd = max + min,\n\t\tl = add * 0.5,\n\t\th, s;\n\n\tif ( min === max ) {\n\t\th = 0;\n\t} else if ( r === max ) {\n\t\th = ( 60 * ( g - b ) / diff ) + 360;\n\t} else if ( g === max ) {\n\t\th = ( 60 * ( b - r ) / diff ) + 120;\n\t} else {\n\t\th = ( 60 * ( r - g ) / diff ) + 240;\n\t}\n\n\t// chroma (diff) == 0 means greyscale which, by definition, saturation = 0%\n\t// otherwise, saturation is based on the ratio of chroma (diff) to lightness (add)\n\tif ( diff === 0 ) {\n\t\ts = 0;\n\t} else if ( l <= 0.5 ) {\n\t\ts = diff / add;\n\t} else {\n\t\ts = diff / ( 2 - add );\n\t}\n\treturn [ Math.round( h ) % 360, s, l, a == null ? 1 : a ];\n};\n\nspaces.hsla.from = function( hsla ) {\n\tif ( hsla[ 0 ] == null || hsla[ 1 ] == null || hsla[ 2 ] == null ) {\n\t\treturn [ null, null, null, hsla[ 3 ] ];\n\t}\n\tvar h = hsla[ 0 ] / 360,\n\t\ts = hsla[ 1 ],\n\t\tl = hsla[ 2 ],\n\t\ta = hsla[ 3 ],\n\t\tq = l <= 0.5 ? l * ( 1 + s ) : l + s - l * s,\n\t\tp = 2 * l - q;\n\n\treturn [\n\t\tMath.round( hue2rgb( p, q, h + ( 1 / 3 ) ) * 255 ),\n\t\tMath.round( hue2rgb( p, q, h ) * 255 ),\n\t\tMath.round( hue2rgb( p, q, h - ( 1 / 3 ) ) * 255 ),\n\t\ta\n\t];\n};\n\n\neach( spaces, function( spaceName, space ) {\n\tvar props = space.props,\n\t\tcache = space.cache,\n\t\tto = space.to,\n\t\tfrom = space.from;\n\n\t// makes rgba() and hsla()\n\tcolor.fn[ spaceName ] = function( value ) {\n\n\t\t// generate a cache for this space if it doesn't exist\n\t\tif ( to && !this[ cache ] ) {\n\t\t\tthis[ cache ] = to( this._rgba );\n\t\t}\n\t\tif ( value === undefined ) {\n\t\t\treturn this[ cache ].slice();\n\t\t}\n\n\t\tvar ret,\n\t\t\ttype = getType( value ),\n\t\t\tarr = ( type === \"array\" || type === \"object\" ) ? value : arguments,\n\t\t\tlocal = this[ cache ].slice();\n\n\t\teach( props, function( key, prop ) {\n\t\t\tvar val = arr[ type === \"object\" ? key : prop.idx ];\n\t\t\tif ( val == null ) {\n\t\t\t\tval = local[ prop.idx ];\n\t\t\t}\n\t\t\tlocal[ prop.idx ] = clamp( val, prop );\n\t\t} );\n\n\t\tif ( from ) {\n\t\t\tret = color( from( local ) );\n\t\t\tret[ cache ] = local;\n\t\t\treturn ret;\n\t\t} else {\n\t\t\treturn color( local );\n\t\t}\n\t};\n\n\t// makes red() green() blue() alpha() hue() saturation() lightness()\n\teach( props, function( key, prop ) {\n\n\t\t// alpha is included in more than one space\n\t\tif ( color.fn[ key ] ) {\n\t\t\treturn;\n\t\t}\n\t\tcolor.fn[ key ] = function( value ) {\n\t\t\tvar local, cur, match, fn,\n\t\t\t\tvtype = getType( value );\n\n\t\t\tif ( key === \"alpha\" ) {\n\t\t\t\tfn = this._hsla ? \"hsla\" : \"rgba\";\n\t\t\t} else {\n\t\t\t\tfn = spaceName;\n\t\t\t}\n\t\t\tlocal = this[ fn ]();\n\t\t\tcur = local[ prop.idx ];\n\n\t\t\tif ( vtype === \"undefined\" ) {\n\t\t\t\treturn cur;\n\t\t\t}\n\n\t\t\tif ( vtype === \"function\" ) {\n\t\t\t\tvalue = value.call( this, cur );\n\t\t\t\tvtype = getType( value );\n\t\t\t}\n\t\t\tif ( value == null && prop.empty ) {\n\t\t\t\treturn this;\n\t\t\t}\n\t\t\tif ( vtype === \"string\" ) {\n\t\t\t\tmatch = rplusequals.exec( value );\n\t\t\t\tif ( match ) {\n\t\t\t\t\tvalue = cur + parseFloat( match[ 2 ] ) * ( match[ 1 ] === \"+\" ? 1 : -1 );\n\t\t\t\t}\n\t\t\t}\n\t\t\tlocal[ prop.idx ] = value;\n\t\t\treturn this[ fn ]( local );\n\t\t};\n\t} );\n} );\n\n// add cssHook and .fx.step function for each named hook.\n// accept a space separated string of properties\ncolor.hook = function( hook ) {\n\tvar hooks = hook.split( \" \" );\n\teach( hooks, function( _i, hook ) {\n\t\tjQuery.cssHooks[ hook ] = {\n\t\t\tset: function( elem, value ) {\n\t\t\t\tvar parsed, curElem,\n\t\t\t\t\tbackgroundColor = \"\";\n\n\t\t\t\tif ( value !== \"transparent\" && ( getType( value ) !== \"string\" || ( parsed = stringParse( value ) ) ) ) {\n\t\t\t\t\tvalue = color( parsed || value );\n\t\t\t\t\tif ( !support.rgba && value._rgba[ 3 ] !== 1 ) {\n\t\t\t\t\t\tcurElem = hook === \"backgroundColor\" ? elem.parentNode : elem;\n\t\t\t\t\t\twhile (\n\t\t\t\t\t\t\t( backgroundColor === \"\" || backgroundColor === \"transparent\" ) &&\n\t\t\t\t\t\t\tcurElem && curElem.style\n\t\t\t\t\t\t) {\n\t\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\t\tbackgroundColor = jQuery.css( curElem, \"backgroundColor\" );\n\t\t\t\t\t\t\t\tcurElem = curElem.parentNode;\n\t\t\t\t\t\t\t} catch ( e ) {\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tvalue = value.blend( backgroundColor && backgroundColor !== \"transparent\" ?\n\t\t\t\t\t\t\tbackgroundColor :\n\t\t\t\t\t\t\t\"_default\" );\n\t\t\t\t\t}\n\n\t\t\t\t\tvalue = value.toRgbaString();\n\t\t\t\t}\n\t\t\t\ttry {\n\t\t\t\t\telem.style[ hook ] = value;\n\t\t\t\t} catch ( e ) {\n\n\t\t\t\t\t// wrapped to prevent IE from throwing errors on \"invalid\" values like 'auto' or 'inherit'\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t\tjQuery.fx.step[ hook ] = function( fx ) {\n\t\t\tif ( !fx.colorInit ) {\n\t\t\t\tfx.start = color( fx.elem, hook );\n\t\t\t\tfx.end = color( fx.end );\n\t\t\t\tfx.colorInit = true;\n\t\t\t}\n\t\t\tjQuery.cssHooks[ hook ].set( fx.elem, fx.start.transition( fx.end, fx.pos ) );\n\t\t};\n\t} );\n\n};\n\ncolor.hook( stepHooks );\n\njQuery.cssHooks.borderColor = {\n\texpand: function( value ) {\n\t\tvar expanded = {};\n\n\t\teach( [ \"Top\", \"Right\", \"Bottom\", \"Left\" ], function( _i, part ) {\n\t\t\texpanded[ \"border\" + part + \"Color\" ] = value;\n\t\t} );\n\t\treturn expanded;\n\t}\n};\n\n// Basic color names only.\n// Usage of any of the other color names requires adding yourself or including\n// jquery.color.svg-names.js.\ncolors = jQuery.Color.names = {\n\n\t// 4.1. Basic color keywords\n\taqua: \"#00ffff\",\n\tblack: \"#000000\",\n\tblue: \"#0000ff\",\n\tfuchsia: \"#ff00ff\",\n\tgray: \"#808080\",\n\tgreen: \"#008000\",\n\tlime: \"#00ff00\",\n\tmaroon: \"#800000\",\n\tnavy: \"#000080\",\n\tolive: \"#808000\",\n\tpurple: \"#800080\",\n\tred: \"#ff0000\",\n\tsilver: \"#c0c0c0\",\n\tteal: \"#008080\",\n\twhite: \"#ffffff\",\n\tyellow: \"#ffff00\",\n\n\t// 4.2.3. \"transparent\" color keyword\n\ttransparent: [ null, null, null, 0 ],\n\n\t_default: \"#ffffff\"\n};\n\n\n/*!\n * jQuery UI Effects 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Effects Core\n//>>group: Effects\n/* eslint-disable max-len */\n//>>description: Extends the internal jQuery effects. Includes morphing and easing. Required by all other effects.\n/* eslint-enable max-len */\n//>>docs: https://api.jqueryui.com/category/effects-core/\n//>>demos: https://jqueryui.com/effect/\n\n\nvar dataSpace = \"ui-effects-\",\n\tdataSpaceStyle = \"ui-effects-style\",\n\tdataSpaceAnimated = \"ui-effects-animated\";\n\n$.effects = {\n\teffect: {}\n};\n\n/******************************************************************************/\n/****************************** CLASS ANIMATIONS ******************************/\n/******************************************************************************/\n( function() {\n\nvar classAnimationActions = [ \"add\", \"remove\", \"toggle\" ],\n\tshorthandStyles = {\n\t\tborder: 1,\n\t\tborderBottom: 1,\n\t\tborderColor: 1,\n\t\tborderLeft: 1,\n\t\tborderRight: 1,\n\t\tborderTop: 1,\n\t\tborderWidth: 1,\n\t\tmargin: 1,\n\t\tpadding: 1\n\t};\n\n$.each(\n\t[ \"borderLeftStyle\", \"borderRightStyle\", \"borderBottomStyle\", \"borderTopStyle\" ],\n\tfunction( _, prop ) {\n\t\t$.fx.step[ prop ] = function( fx ) {\n\t\t\tif ( fx.end !== \"none\" && !fx.setAttr || fx.pos === 1 && !fx.setAttr ) {\n\t\t\t\tjQuery.style( fx.elem, prop, fx.end );\n\t\t\t\tfx.setAttr = true;\n\t\t\t}\n\t\t};\n\t}\n);\n\nfunction camelCase( string ) {\n\treturn string.replace( /-([\\da-z])/gi, function( all, letter ) {\n\t\treturn letter.toUpperCase();\n\t} );\n}\n\nfunction getElementStyles( elem ) {\n\tvar key, len,\n\t\tstyle = elem.ownerDocument.defaultView ?\n\t\t\telem.ownerDocument.defaultView.getComputedStyle( elem, null ) :\n\t\t\telem.currentStyle,\n\t\tstyles = {};\n\n\tif ( style && style.length && style[ 0 ] && style[ style[ 0 ] ] ) {\n\t\tlen = style.length;\n\t\twhile ( len-- ) {\n\t\t\tkey = style[ len ];\n\t\t\tif ( typeof style[ key ] === \"string\" ) {\n\t\t\t\tstyles[ camelCase( key ) ] = style[ key ];\n\t\t\t}\n\t\t}\n\n\t// Support: Opera, IE <9\n\t} else {\n\t\tfor ( key in style ) {\n\t\t\tif ( typeof style[ key ] === \"string\" ) {\n\t\t\t\tstyles[ key ] = style[ key ];\n\t\t\t}\n\t\t}\n\t}\n\n\treturn styles;\n}\n\nfunction styleDifference( oldStyle, newStyle ) {\n\tvar diff = {},\n\t\tname, value;\n\n\tfor ( name in newStyle ) {\n\t\tvalue = newStyle[ name ];\n\t\tif ( oldStyle[ name ] !== value ) {\n\t\t\tif ( !shorthandStyles[ name ] ) {\n\t\t\t\tif ( $.fx.step[ name ] || !isNaN( parseFloat( value ) ) ) {\n\t\t\t\t\tdiff[ name ] = value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn diff;\n}\n\n// Support: jQuery <1.8\nif ( !$.fn.addBack ) {\n\t$.fn.addBack = function( selector ) {\n\t\treturn this.add( selector == null ?\n\t\t\tthis.prevObject : this.prevObject.filter( selector )\n\t\t);\n\t};\n}\n\n$.effects.animateClass = function( value, duration, easing, callback ) {\n\tvar o = $.speed( duration, easing, callback );\n\n\treturn this.queue( function() {\n\t\tvar animated = $( this ),\n\t\t\tbaseClass = animated.attr( \"class\" ) || \"\",\n\t\t\tapplyClassChange,\n\t\t\tallAnimations = o.children ? animated.find( \"*\" ).addBack() : animated;\n\n\t\t// Map the animated objects to store the original styles.\n\t\tallAnimations = allAnimations.map( function() {\n\t\t\tvar el = $( this );\n\t\t\treturn {\n\t\t\t\tel: el,\n\t\t\t\tstart: getElementStyles( this )\n\t\t\t};\n\t\t} );\n\n\t\t// Apply class change\n\t\tapplyClassChange = function() {\n\t\t\t$.each( classAnimationActions, function( i, action ) {\n\t\t\t\tif ( value[ action ] ) {\n\t\t\t\t\tanimated[ action + \"Class\" ]( value[ action ] );\n\t\t\t\t}\n\t\t\t} );\n\t\t};\n\t\tapplyClassChange();\n\n\t\t// Map all animated objects again - calculate new styles and diff\n\t\tallAnimations = allAnimations.map( function() {\n\t\t\tthis.end = getElementStyles( this.el[ 0 ] );\n\t\t\tthis.diff = styleDifference( this.start, this.end );\n\t\t\treturn this;\n\t\t} );\n\n\t\t// Apply original class\n\t\tanimated.attr( \"class\", baseClass );\n\n\t\t// Map all animated objects again - this time collecting a promise\n\t\tallAnimations = allAnimations.map( function() {\n\t\t\tvar styleInfo = this,\n\t\t\t\tdfd = $.Deferred(),\n\t\t\t\topts = $.extend( {}, o, {\n\t\t\t\t\tqueue: false,\n\t\t\t\t\tcomplete: function() {\n\t\t\t\t\t\tdfd.resolve( styleInfo );\n\t\t\t\t\t}\n\t\t\t\t} );\n\n\t\t\tthis.el.animate( this.diff, opts );\n\t\t\treturn dfd.promise();\n\t\t} );\n\n\t\t// Once all animations have completed:\n\t\t$.when.apply( $, allAnimations.get() ).done( function() {\n\n\t\t\t// Set the final class\n\t\t\tapplyClassChange();\n\n\t\t\t// For each animated element,\n\t\t\t// clear all css properties that were animated\n\t\t\t$.each( arguments, function() {\n\t\t\t\tvar el = this.el;\n\t\t\t\t$.each( this.diff, function( key ) {\n\t\t\t\t\tel.css( key, \"\" );\n\t\t\t\t} );\n\t\t\t} );\n\n\t\t\t// This is guarnteed to be there if you use jQuery.speed()\n\t\t\t// it also handles dequeuing the next anim...\n\t\t\to.complete.call( animated[ 0 ] );\n\t\t} );\n\t} );\n};\n\n$.fn.extend( {\n\taddClass: ( function( orig ) {\n\t\treturn function( classNames, speed, easing, callback ) {\n\t\t\treturn speed ?\n\t\t\t\t$.effects.animateClass.call( this,\n\t\t\t\t\t{ add: classNames }, speed, easing, callback ) :\n\t\t\t\torig.apply( this, arguments );\n\t\t};\n\t} )( $.fn.addClass ),\n\n\tremoveClass: ( function( orig ) {\n\t\treturn function( classNames, speed, easing, callback ) {\n\t\t\treturn arguments.length > 1 ?\n\t\t\t\t$.effects.animateClass.call( this,\n\t\t\t\t\t{ remove: classNames }, speed, easing, callback ) :\n\t\t\t\torig.apply( this, arguments );\n\t\t};\n\t} )( $.fn.removeClass ),\n\n\ttoggleClass: ( function( orig ) {\n\t\treturn function( classNames, force, speed, easing, callback ) {\n\t\t\tif ( typeof force === \"boolean\" || force === undefined ) {\n\t\t\t\tif ( !speed ) {\n\n\t\t\t\t\t// Without speed parameter\n\t\t\t\t\treturn orig.apply( this, arguments );\n\t\t\t\t} else {\n\t\t\t\t\treturn $.effects.animateClass.call( this,\n\t\t\t\t\t\t( force ? { add: classNames } : { remove: classNames } ),\n\t\t\t\t\t\tspeed, easing, callback );\n\t\t\t\t}\n\t\t\t} else {\n\n\t\t\t\t// Without force parameter\n\t\t\t\treturn $.effects.animateClass.call( this,\n\t\t\t\t\t{ toggle: classNames }, force, speed, easing );\n\t\t\t}\n\t\t};\n\t} )( $.fn.toggleClass ),\n\n\tswitchClass: function( remove, add, speed, easing, callback ) {\n\t\treturn $.effects.animateClass.call( this, {\n\t\t\tadd: add,\n\t\t\tremove: remove\n\t\t}, speed, easing, callback );\n\t}\n} );\n\n} )();\n\n/******************************************************************************/\n/*********************************** EFFECTS **********************************/\n/******************************************************************************/\n\n( function() {\n\nif ( $.expr && $.expr.pseudos && $.expr.pseudos.animated ) {\n\t$.expr.pseudos.animated = ( function( orig ) {\n\t\treturn function( elem ) {\n\t\t\treturn !!$( elem ).data( dataSpaceAnimated ) || orig( elem );\n\t\t};\n\t} )( $.expr.pseudos.animated );\n}\n\nif ( $.uiBackCompat !== false ) {\n\t$.extend( $.effects, {\n\n\t\t// Saves a set of properties in a data storage\n\t\tsave: function( element, set ) {\n\t\t\tvar i = 0, length = set.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tif ( set[ i ] !== null ) {\n\t\t\t\t\telement.data( dataSpace + set[ i ], element[ 0 ].style[ set[ i ] ] );\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\n\t\t// Restores a set of previously saved properties from a data storage\n\t\trestore: function( element, set ) {\n\t\t\tvar val, i = 0, length = set.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tif ( set[ i ] !== null ) {\n\t\t\t\t\tval = element.data( dataSpace + set[ i ] );\n\t\t\t\t\telement.css( set[ i ], val );\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\n\t\tsetMode: function( el, mode ) {\n\t\t\tif ( mode === \"toggle\" ) {\n\t\t\t\tmode = el.is( \":hidden\" ) ? \"show\" : \"hide\";\n\t\t\t}\n\t\t\treturn mode;\n\t\t},\n\n\t\t// Wraps the element around a wrapper that copies position properties\n\t\tcreateWrapper: function( element ) {\n\n\t\t\t// If the element is already wrapped, return it\n\t\t\tif ( element.parent().is( \".ui-effects-wrapper\" ) ) {\n\t\t\t\treturn element.parent();\n\t\t\t}\n\n\t\t\t// Wrap the element\n\t\t\tvar props = {\n\t\t\t\t\twidth: element.outerWidth( true ),\n\t\t\t\t\theight: element.outerHeight( true ),\n\t\t\t\t\t\"float\": element.css( \"float\" )\n\t\t\t\t},\n\t\t\t\twrapper = $( \"

            \" )\n\t\t\t\t\t.addClass( \"ui-effects-wrapper\" )\n\t\t\t\t\t.css( {\n\t\t\t\t\t\tfontSize: \"100%\",\n\t\t\t\t\t\tbackground: \"transparent\",\n\t\t\t\t\t\tborder: \"none\",\n\t\t\t\t\t\tmargin: 0,\n\t\t\t\t\t\tpadding: 0\n\t\t\t\t\t} ),\n\n\t\t\t\t// Store the size in case width/height are defined in % - Fixes #5245\n\t\t\t\tsize = {\n\t\t\t\t\twidth: element.width(),\n\t\t\t\t\theight: element.height()\n\t\t\t\t},\n\t\t\t\tactive = document.activeElement;\n\n\t\t\t// Support: Firefox\n\t\t\t// Firefox incorrectly exposes anonymous content\n\t\t\t// https://bugzilla.mozilla.org/show_bug.cgi?id=561664\n\t\t\ttry {\n\t\t\t\t// eslint-disable-next-line no-unused-expressions\n\t\t\t\tactive.id;\n\t\t\t} catch ( e ) {\n\t\t\t\tactive = document.body;\n\t\t\t}\n\n\t\t\telement.wrap( wrapper );\n\n\t\t\t// Fixes #7595 - Elements lose focus when wrapped.\n\t\t\tif ( element[ 0 ] === active || $.contains( element[ 0 ], active ) ) {\n\t\t\t\t$( active ).trigger( \"focus\" );\n\t\t\t}\n\n\t\t\t// Hotfix for jQuery 1.4 since some change in wrap() seems to actually\n\t\t\t// lose the reference to the wrapped element\n\t\t\twrapper = element.parent();\n\n\t\t\t// Transfer positioning properties to the wrapper\n\t\t\tif ( element.css( \"position\" ) === \"static\" ) {\n\t\t\t\twrapper.css( { position: \"relative\" } );\n\t\t\t\telement.css( { position: \"relative\" } );\n\t\t\t} else {\n\t\t\t\t$.extend( props, {\n\t\t\t\t\tposition: element.css( \"position\" ),\n\t\t\t\t\tzIndex: element.css( \"z-index\" )\n\t\t\t\t} );\n\t\t\t\t$.each( [ \"top\", \"left\", \"bottom\", \"right\" ], function( i, pos ) {\n\t\t\t\t\tprops[ pos ] = element.css( pos );\n\t\t\t\t\tif ( isNaN( parseInt( props[ pos ], 10 ) ) ) {\n\t\t\t\t\t\tprops[ pos ] = \"auto\";\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t\telement.css( {\n\t\t\t\t\tposition: \"relative\",\n\t\t\t\t\ttop: 0,\n\t\t\t\t\tleft: 0,\n\t\t\t\t\tright: \"auto\",\n\t\t\t\t\tbottom: \"auto\"\n\t\t\t\t} );\n\t\t\t}\n\t\t\telement.css( size );\n\n\t\t\treturn wrapper.css( props ).show();\n\t\t},\n\n\t\tremoveWrapper: function( element ) {\n\t\t\tvar active = document.activeElement;\n\n\t\t\tif ( element.parent().is( \".ui-effects-wrapper\" ) ) {\n\t\t\t\telement.parent().replaceWith( element );\n\n\t\t\t\t// Fixes #7595 - Elements lose focus when wrapped.\n\t\t\t\tif ( element[ 0 ] === active || $.contains( element[ 0 ], active ) ) {\n\t\t\t\t\t$( active ).trigger( \"focus\" );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\treturn element;\n\t\t}\n\t} );\n}\n\n$.extend( $.effects, {\n\tversion: \"1.13.3\",\n\n\tdefine: function( name, mode, effect ) {\n\t\tif ( !effect ) {\n\t\t\teffect = mode;\n\t\t\tmode = \"effect\";\n\t\t}\n\n\t\t$.effects.effect[ name ] = effect;\n\t\t$.effects.effect[ name ].mode = mode;\n\n\t\treturn effect;\n\t},\n\n\tscaledDimensions: function( element, percent, direction ) {\n\t\tif ( percent === 0 ) {\n\t\t\treturn {\n\t\t\t\theight: 0,\n\t\t\t\twidth: 0,\n\t\t\t\touterHeight: 0,\n\t\t\t\touterWidth: 0\n\t\t\t};\n\t\t}\n\n\t\tvar x = direction !== \"horizontal\" ? ( ( percent || 100 ) / 100 ) : 1,\n\t\t\ty = direction !== \"vertical\" ? ( ( percent || 100 ) / 100 ) : 1;\n\n\t\treturn {\n\t\t\theight: element.height() * y,\n\t\t\twidth: element.width() * x,\n\t\t\touterHeight: element.outerHeight() * y,\n\t\t\touterWidth: element.outerWidth() * x\n\t\t};\n\n\t},\n\n\tclipToBox: function( animation ) {\n\t\treturn {\n\t\t\twidth: animation.clip.right - animation.clip.left,\n\t\t\theight: animation.clip.bottom - animation.clip.top,\n\t\t\tleft: animation.clip.left,\n\t\t\ttop: animation.clip.top\n\t\t};\n\t},\n\n\t// Injects recently queued functions to be first in line (after \"inprogress\")\n\tunshift: function( element, queueLength, count ) {\n\t\tvar queue = element.queue();\n\n\t\tif ( queueLength > 1 ) {\n\t\t\tqueue.splice.apply( queue,\n\t\t\t\t[ 1, 0 ].concat( queue.splice( queueLength, count ) ) );\n\t\t}\n\t\telement.dequeue();\n\t},\n\n\tsaveStyle: function( element ) {\n\t\telement.data( dataSpaceStyle, element[ 0 ].style.cssText );\n\t},\n\n\trestoreStyle: function( element ) {\n\t\telement[ 0 ].style.cssText = element.data( dataSpaceStyle ) || \"\";\n\t\telement.removeData( dataSpaceStyle );\n\t},\n\n\tmode: function( element, mode ) {\n\t\tvar hidden = element.is( \":hidden\" );\n\n\t\tif ( mode === \"toggle\" ) {\n\t\t\tmode = hidden ? \"show\" : \"hide\";\n\t\t}\n\t\tif ( hidden ? mode === \"hide\" : mode === \"show\" ) {\n\t\t\tmode = \"none\";\n\t\t}\n\t\treturn mode;\n\t},\n\n\t// Translates a [top,left] array into a baseline value\n\tgetBaseline: function( origin, original ) {\n\t\tvar y, x;\n\n\t\tswitch ( origin[ 0 ] ) {\n\t\tcase \"top\":\n\t\t\ty = 0;\n\t\t\tbreak;\n\t\tcase \"middle\":\n\t\t\ty = 0.5;\n\t\t\tbreak;\n\t\tcase \"bottom\":\n\t\t\ty = 1;\n\t\t\tbreak;\n\t\tdefault:\n\t\t\ty = origin[ 0 ] / original.height;\n\t\t}\n\n\t\tswitch ( origin[ 1 ] ) {\n\t\tcase \"left\":\n\t\t\tx = 0;\n\t\t\tbreak;\n\t\tcase \"center\":\n\t\t\tx = 0.5;\n\t\t\tbreak;\n\t\tcase \"right\":\n\t\t\tx = 1;\n\t\t\tbreak;\n\t\tdefault:\n\t\t\tx = origin[ 1 ] / original.width;\n\t\t}\n\n\t\treturn {\n\t\t\tx: x,\n\t\t\ty: y\n\t\t};\n\t},\n\n\t// Creates a placeholder element so that the original element can be made absolute\n\tcreatePlaceholder: function( element ) {\n\t\tvar placeholder,\n\t\t\tcssPosition = element.css( \"position\" ),\n\t\t\tposition = element.position();\n\n\t\t// Lock in margins first to account for form elements, which\n\t\t// will change margin if you explicitly set height\n\t\t// see: https://jsfiddle.net/JZSMt/3/ https://bugs.webkit.org/show_bug.cgi?id=107380\n\t\t// Support: Safari\n\t\telement.css( {\n\t\t\tmarginTop: element.css( \"marginTop\" ),\n\t\t\tmarginBottom: element.css( \"marginBottom\" ),\n\t\t\tmarginLeft: element.css( \"marginLeft\" ),\n\t\t\tmarginRight: element.css( \"marginRight\" )\n\t\t} )\n\t\t.outerWidth( element.outerWidth() )\n\t\t.outerHeight( element.outerHeight() );\n\n\t\tif ( /^(static|relative)/.test( cssPosition ) ) {\n\t\t\tcssPosition = \"absolute\";\n\n\t\t\tplaceholder = $( \"<\" + element[ 0 ].nodeName + \">\" ).insertAfter( element ).css( {\n\n\t\t\t\t// Convert inline to inline block to account for inline elements\n\t\t\t\t// that turn to inline block based on content (like img)\n\t\t\t\tdisplay: /^(inline|ruby)/.test( element.css( \"display\" ) ) ?\n\t\t\t\t\t\"inline-block\" :\n\t\t\t\t\t\"block\",\n\t\t\t\tvisibility: \"hidden\",\n\n\t\t\t\t// Margins need to be set to account for margin collapse\n\t\t\t\tmarginTop: element.css( \"marginTop\" ),\n\t\t\t\tmarginBottom: element.css( \"marginBottom\" ),\n\t\t\t\tmarginLeft: element.css( \"marginLeft\" ),\n\t\t\t\tmarginRight: element.css( \"marginRight\" ),\n\t\t\t\t\"float\": element.css( \"float\" )\n\t\t\t} )\n\t\t\t.outerWidth( element.outerWidth() )\n\t\t\t.outerHeight( element.outerHeight() )\n\t\t\t.addClass( \"ui-effects-placeholder\" );\n\n\t\t\telement.data( dataSpace + \"placeholder\", placeholder );\n\t\t}\n\n\t\telement.css( {\n\t\t\tposition: cssPosition,\n\t\t\tleft: position.left,\n\t\t\ttop: position.top\n\t\t} );\n\n\t\treturn placeholder;\n\t},\n\n\tremovePlaceholder: function( element ) {\n\t\tvar dataKey = dataSpace + \"placeholder\",\n\t\t\t\tplaceholder = element.data( dataKey );\n\n\t\tif ( placeholder ) {\n\t\t\tplaceholder.remove();\n\t\t\telement.removeData( dataKey );\n\t\t}\n\t},\n\n\t// Removes a placeholder if it exists and restores\n\t// properties that were modified during placeholder creation\n\tcleanUp: function( element ) {\n\t\t$.effects.restoreStyle( element );\n\t\t$.effects.removePlaceholder( element );\n\t},\n\n\tsetTransition: function( element, list, factor, value ) {\n\t\tvalue = value || {};\n\t\t$.each( list, function( i, x ) {\n\t\t\tvar unit = element.cssUnit( x );\n\t\t\tif ( unit[ 0 ] > 0 ) {\n\t\t\t\tvalue[ x ] = unit[ 0 ] * factor + unit[ 1 ];\n\t\t\t}\n\t\t} );\n\t\treturn value;\n\t}\n} );\n\n// Return an effect options object for the given parameters:\nfunction _normalizeArguments( effect, options, speed, callback ) {\n\n\t// Allow passing all options as the first parameter\n\tif ( $.isPlainObject( effect ) ) {\n\t\toptions = effect;\n\t\teffect = effect.effect;\n\t}\n\n\t// Convert to an object\n\teffect = { effect: effect };\n\n\t// Catch (effect, null, ...)\n\tif ( options == null ) {\n\t\toptions = {};\n\t}\n\n\t// Catch (effect, callback)\n\tif ( typeof options === \"function\" ) {\n\t\tcallback = options;\n\t\tspeed = null;\n\t\toptions = {};\n\t}\n\n\t// Catch (effect, speed, ?)\n\tif ( typeof options === \"number\" || $.fx.speeds[ options ] ) {\n\t\tcallback = speed;\n\t\tspeed = options;\n\t\toptions = {};\n\t}\n\n\t// Catch (effect, options, callback)\n\tif ( typeof speed === \"function\" ) {\n\t\tcallback = speed;\n\t\tspeed = null;\n\t}\n\n\t// Add options to effect\n\tif ( options ) {\n\t\t$.extend( effect, options );\n\t}\n\n\tspeed = speed || options.duration;\n\teffect.duration = $.fx.off ? 0 :\n\t\ttypeof speed === \"number\" ? speed :\n\t\tspeed in $.fx.speeds ? $.fx.speeds[ speed ] :\n\t\t$.fx.speeds._default;\n\n\teffect.complete = callback || options.complete;\n\n\treturn effect;\n}\n\nfunction standardAnimationOption( option ) {\n\n\t// Valid standard speeds (nothing, number, named speed)\n\tif ( !option || typeof option === \"number\" || $.fx.speeds[ option ] ) {\n\t\treturn true;\n\t}\n\n\t// Invalid strings - treat as \"normal\" speed\n\tif ( typeof option === \"string\" && !$.effects.effect[ option ] ) {\n\t\treturn true;\n\t}\n\n\t// Complete callback\n\tif ( typeof option === \"function\" ) {\n\t\treturn true;\n\t}\n\n\t// Options hash (but not naming an effect)\n\tif ( typeof option === \"object\" && !option.effect ) {\n\t\treturn true;\n\t}\n\n\t// Didn't match any standard API\n\treturn false;\n}\n\n$.fn.extend( {\n\teffect: function( /* effect, options, speed, callback */ ) {\n\t\tvar args = _normalizeArguments.apply( this, arguments ),\n\t\t\teffectMethod = $.effects.effect[ args.effect ],\n\t\t\tdefaultMode = effectMethod.mode,\n\t\t\tqueue = args.queue,\n\t\t\tqueueName = queue || \"fx\",\n\t\t\tcomplete = args.complete,\n\t\t\tmode = args.mode,\n\t\t\tmodes = [],\n\t\t\tprefilter = function( next ) {\n\t\t\t\tvar el = $( this ),\n\t\t\t\t\tnormalizedMode = $.effects.mode( el, mode ) || defaultMode;\n\n\t\t\t\t// Sentinel for duck-punching the :animated pseudo-selector\n\t\t\t\tel.data( dataSpaceAnimated, true );\n\n\t\t\t\t// Save effect mode for later use,\n\t\t\t\t// we can't just call $.effects.mode again later,\n\t\t\t\t// as the .show() below destroys the initial state\n\t\t\t\tmodes.push( normalizedMode );\n\n\t\t\t\t// See $.uiBackCompat inside of run() for removal of defaultMode in 1.14\n\t\t\t\tif ( defaultMode && ( normalizedMode === \"show\" ||\n\t\t\t\t\t\t( normalizedMode === defaultMode && normalizedMode === \"hide\" ) ) ) {\n\t\t\t\t\tel.show();\n\t\t\t\t}\n\n\t\t\t\tif ( !defaultMode || normalizedMode !== \"none\" ) {\n\t\t\t\t\t$.effects.saveStyle( el );\n\t\t\t\t}\n\n\t\t\t\tif ( typeof next === \"function\" ) {\n\t\t\t\t\tnext();\n\t\t\t\t}\n\t\t\t};\n\n\t\tif ( $.fx.off || !effectMethod ) {\n\n\t\t\t// Delegate to the original method (e.g., .show()) if possible\n\t\t\tif ( mode ) {\n\t\t\t\treturn this[ mode ]( args.duration, complete );\n\t\t\t} else {\n\t\t\t\treturn this.each( function() {\n\t\t\t\t\tif ( complete ) {\n\t\t\t\t\t\tcomplete.call( this );\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t}\n\n\t\tfunction run( next ) {\n\t\t\tvar elem = $( this );\n\n\t\t\tfunction cleanup() {\n\t\t\t\telem.removeData( dataSpaceAnimated );\n\n\t\t\t\t$.effects.cleanUp( elem );\n\n\t\t\t\tif ( args.mode === \"hide\" ) {\n\t\t\t\t\telem.hide();\n\t\t\t\t}\n\n\t\t\t\tdone();\n\t\t\t}\n\n\t\t\tfunction done() {\n\t\t\t\tif ( typeof complete === \"function\" ) {\n\t\t\t\t\tcomplete.call( elem[ 0 ] );\n\t\t\t\t}\n\n\t\t\t\tif ( typeof next === \"function\" ) {\n\t\t\t\t\tnext();\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Override mode option on a per element basis,\n\t\t\t// as toggle can be either show or hide depending on element state\n\t\t\targs.mode = modes.shift();\n\n\t\t\tif ( $.uiBackCompat !== false && !defaultMode ) {\n\t\t\t\tif ( elem.is( \":hidden\" ) ? mode === \"hide\" : mode === \"show\" ) {\n\n\t\t\t\t\t// Call the core method to track \"olddisplay\" properly\n\t\t\t\t\telem[ mode ]();\n\t\t\t\t\tdone();\n\t\t\t\t} else {\n\t\t\t\t\teffectMethod.call( elem[ 0 ], args, done );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tif ( args.mode === \"none\" ) {\n\n\t\t\t\t\t// Call the core method to track \"olddisplay\" properly\n\t\t\t\t\telem[ mode ]();\n\t\t\t\t\tdone();\n\t\t\t\t} else {\n\t\t\t\t\teffectMethod.call( elem[ 0 ], args, cleanup );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Run prefilter on all elements first to ensure that\n\t\t// any showing or hiding happens before placeholder creation,\n\t\t// which ensures that any layout changes are correctly captured.\n\t\treturn queue === false ?\n\t\t\tthis.each( prefilter ).each( run ) :\n\t\t\tthis.queue( queueName, prefilter ).queue( queueName, run );\n\t},\n\n\tshow: ( function( orig ) {\n\t\treturn function( option ) {\n\t\t\tif ( standardAnimationOption( option ) ) {\n\t\t\t\treturn orig.apply( this, arguments );\n\t\t\t} else {\n\t\t\t\tvar args = _normalizeArguments.apply( this, arguments );\n\t\t\t\targs.mode = \"show\";\n\t\t\t\treturn this.effect.call( this, args );\n\t\t\t}\n\t\t};\n\t} )( $.fn.show ),\n\n\thide: ( function( orig ) {\n\t\treturn function( option ) {\n\t\t\tif ( standardAnimationOption( option ) ) {\n\t\t\t\treturn orig.apply( this, arguments );\n\t\t\t} else {\n\t\t\t\tvar args = _normalizeArguments.apply( this, arguments );\n\t\t\t\targs.mode = \"hide\";\n\t\t\t\treturn this.effect.call( this, args );\n\t\t\t}\n\t\t};\n\t} )( $.fn.hide ),\n\n\ttoggle: ( function( orig ) {\n\t\treturn function( option ) {\n\t\t\tif ( standardAnimationOption( option ) || typeof option === \"boolean\" ) {\n\t\t\t\treturn orig.apply( this, arguments );\n\t\t\t} else {\n\t\t\t\tvar args = _normalizeArguments.apply( this, arguments );\n\t\t\t\targs.mode = \"toggle\";\n\t\t\t\treturn this.effect.call( this, args );\n\t\t\t}\n\t\t};\n\t} )( $.fn.toggle ),\n\n\tcssUnit: function( key ) {\n\t\tvar style = this.css( key ),\n\t\t\tval = [];\n\n\t\t$.each( [ \"em\", \"px\", \"%\", \"pt\" ], function( i, unit ) {\n\t\t\tif ( style.indexOf( unit ) > 0 ) {\n\t\t\t\tval = [ parseFloat( style ), unit ];\n\t\t\t}\n\t\t} );\n\t\treturn val;\n\t},\n\n\tcssClip: function( clipObj ) {\n\t\tif ( clipObj ) {\n\t\t\treturn this.css( \"clip\", \"rect(\" + clipObj.top + \"px \" + clipObj.right + \"px \" +\n\t\t\t\tclipObj.bottom + \"px \" + clipObj.left + \"px)\" );\n\t\t}\n\t\treturn parseClip( this.css( \"clip\" ), this );\n\t},\n\n\ttransfer: function( options, done ) {\n\t\tvar element = $( this ),\n\t\t\ttarget = $( options.to ),\n\t\t\ttargetFixed = target.css( \"position\" ) === \"fixed\",\n\t\t\tbody = $( \"body\" ),\n\t\t\tfixTop = targetFixed ? body.scrollTop() : 0,\n\t\t\tfixLeft = targetFixed ? body.scrollLeft() : 0,\n\t\t\tendPosition = target.offset(),\n\t\t\tanimation = {\n\t\t\t\ttop: endPosition.top - fixTop,\n\t\t\t\tleft: endPosition.left - fixLeft,\n\t\t\t\theight: target.innerHeight(),\n\t\t\t\twidth: target.innerWidth()\n\t\t\t},\n\t\t\tstartPosition = element.offset(),\n\t\t\ttransfer = $( \"
            \" );\n\n\t\ttransfer\n\t\t\t.appendTo( \"body\" )\n\t\t\t.addClass( options.className )\n\t\t\t.css( {\n\t\t\t\ttop: startPosition.top - fixTop,\n\t\t\t\tleft: startPosition.left - fixLeft,\n\t\t\t\theight: element.innerHeight(),\n\t\t\t\twidth: element.innerWidth(),\n\t\t\t\tposition: targetFixed ? \"fixed\" : \"absolute\"\n\t\t\t} )\n\t\t\t.animate( animation, options.duration, options.easing, function() {\n\t\t\t\ttransfer.remove();\n\t\t\t\tif ( typeof done === \"function\" ) {\n\t\t\t\t\tdone();\n\t\t\t\t}\n\t\t\t} );\n\t}\n} );\n\nfunction parseClip( str, element ) {\n\t\tvar outerWidth = element.outerWidth(),\n\t\t\touterHeight = element.outerHeight(),\n\t\t\tclipRegex = /^rect\\((-?\\d*\\.?\\d*px|-?\\d+%|auto),?\\s*(-?\\d*\\.?\\d*px|-?\\d+%|auto),?\\s*(-?\\d*\\.?\\d*px|-?\\d+%|auto),?\\s*(-?\\d*\\.?\\d*px|-?\\d+%|auto)\\)$/,\n\t\t\tvalues = clipRegex.exec( str ) || [ \"\", 0, outerWidth, outerHeight, 0 ];\n\n\t\treturn {\n\t\t\ttop: parseFloat( values[ 1 ] ) || 0,\n\t\t\tright: values[ 2 ] === \"auto\" ? outerWidth : parseFloat( values[ 2 ] ),\n\t\t\tbottom: values[ 3 ] === \"auto\" ? outerHeight : parseFloat( values[ 3 ] ),\n\t\t\tleft: parseFloat( values[ 4 ] ) || 0\n\t\t};\n}\n\n$.fx.step.clip = function( fx ) {\n\tif ( !fx.clipInit ) {\n\t\tfx.start = $( fx.elem ).cssClip();\n\t\tif ( typeof fx.end === \"string\" ) {\n\t\t\tfx.end = parseClip( fx.end, fx.elem );\n\t\t}\n\t\tfx.clipInit = true;\n\t}\n\n\t$( fx.elem ).cssClip( {\n\t\ttop: fx.pos * ( fx.end.top - fx.start.top ) + fx.start.top,\n\t\tright: fx.pos * ( fx.end.right - fx.start.right ) + fx.start.right,\n\t\tbottom: fx.pos * ( fx.end.bottom - fx.start.bottom ) + fx.start.bottom,\n\t\tleft: fx.pos * ( fx.end.left - fx.start.left ) + fx.start.left\n\t} );\n};\n\n} )();\n\n/******************************************************************************/\n/*********************************** EASING ***********************************/\n/******************************************************************************/\n\n( function() {\n\n// Based on easing equations from Robert Penner (http://robertpenner.com/easing)\n\nvar baseEasings = {};\n\n$.each( [ \"Quad\", \"Cubic\", \"Quart\", \"Quint\", \"Expo\" ], function( i, name ) {\n\tbaseEasings[ name ] = function( p ) {\n\t\treturn Math.pow( p, i + 2 );\n\t};\n} );\n\n$.extend( baseEasings, {\n\tSine: function( p ) {\n\t\treturn 1 - Math.cos( p * Math.PI / 2 );\n\t},\n\tCirc: function( p ) {\n\t\treturn 1 - Math.sqrt( 1 - p * p );\n\t},\n\tElastic: function( p ) {\n\t\treturn p === 0 || p === 1 ? p :\n\t\t\t-Math.pow( 2, 8 * ( p - 1 ) ) * Math.sin( ( ( p - 1 ) * 80 - 7.5 ) * Math.PI / 15 );\n\t},\n\tBack: function( p ) {\n\t\treturn p * p * ( 3 * p - 2 );\n\t},\n\tBounce: function( p ) {\n\t\tvar pow2,\n\t\t\tbounce = 4;\n\n\t\twhile ( p < ( ( pow2 = Math.pow( 2, --bounce ) ) - 1 ) / 11 ) {}\n\t\treturn 1 / Math.pow( 4, 3 - bounce ) - 7.5625 * Math.pow( ( pow2 * 3 - 2 ) / 22 - p, 2 );\n\t}\n} );\n\n$.each( baseEasings, function( name, easeIn ) {\n\t$.easing[ \"easeIn\" + name ] = easeIn;\n\t$.easing[ \"easeOut\" + name ] = function( p ) {\n\t\treturn 1 - easeIn( 1 - p );\n\t};\n\t$.easing[ \"easeInOut\" + name ] = function( p ) {\n\t\treturn p < 0.5 ?\n\t\t\teaseIn( p * 2 ) / 2 :\n\t\t\t1 - easeIn( p * -2 + 2 ) / 2;\n\t};\n} );\n\n} )();\n\nvar effect = $.effects;\n\n\n/*!\n * jQuery UI Effects Blind 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Blind Effect\n//>>group: Effects\n//>>description: Blinds the element.\n//>>docs: https://api.jqueryui.com/blind-effect/\n//>>demos: https://jqueryui.com/effect/\n\n\nvar effectsEffectBlind = $.effects.define( \"blind\", \"hide\", function( options, done ) {\n\tvar map = {\n\t\t\tup: [ \"bottom\", \"top\" ],\n\t\t\tvertical: [ \"bottom\", \"top\" ],\n\t\t\tdown: [ \"top\", \"bottom\" ],\n\t\t\tleft: [ \"right\", \"left\" ],\n\t\t\thorizontal: [ \"right\", \"left\" ],\n\t\t\tright: [ \"left\", \"right\" ]\n\t\t},\n\t\telement = $( this ),\n\t\tdirection = options.direction || \"up\",\n\t\tstart = element.cssClip(),\n\t\tanimate = { clip: $.extend( {}, start ) },\n\t\tplaceholder = $.effects.createPlaceholder( element );\n\n\tanimate.clip[ map[ direction ][ 0 ] ] = animate.clip[ map[ direction ][ 1 ] ];\n\n\tif ( options.mode === \"show\" ) {\n\t\telement.cssClip( animate.clip );\n\t\tif ( placeholder ) {\n\t\t\tplaceholder.css( $.effects.clipToBox( animate ) );\n\t\t}\n\n\t\tanimate.clip = start;\n\t}\n\n\tif ( placeholder ) {\n\t\tplaceholder.animate( $.effects.clipToBox( animate ), options.duration, options.easing );\n\t}\n\n\telement.animate( animate, {\n\t\tqueue: false,\n\t\tduration: options.duration,\n\t\teasing: options.easing,\n\t\tcomplete: done\n\t} );\n} );\n\n\n/*!\n * jQuery UI Effects Bounce 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Bounce Effect\n//>>group: Effects\n//>>description: Bounces an element horizontally or vertically n times.\n//>>docs: https://api.jqueryui.com/bounce-effect/\n//>>demos: https://jqueryui.com/effect/\n\n\nvar effectsEffectBounce = $.effects.define( \"bounce\", function( options, done ) {\n\tvar upAnim, downAnim, refValue,\n\t\telement = $( this ),\n\n\t\t// Defaults:\n\t\tmode = options.mode,\n\t\thide = mode === \"hide\",\n\t\tshow = mode === \"show\",\n\t\tdirection = options.direction || \"up\",\n\t\tdistance = options.distance,\n\t\ttimes = options.times || 5,\n\n\t\t// Number of internal animations\n\t\tanims = times * 2 + ( show || hide ? 1 : 0 ),\n\t\tspeed = options.duration / anims,\n\t\teasing = options.easing,\n\n\t\t// Utility:\n\t\tref = ( direction === \"up\" || direction === \"down\" ) ? \"top\" : \"left\",\n\t\tmotion = ( direction === \"up\" || direction === \"left\" ),\n\t\ti = 0,\n\n\t\tqueuelen = element.queue().length;\n\n\t$.effects.createPlaceholder( element );\n\n\trefValue = element.css( ref );\n\n\t// Default distance for the BIGGEST bounce is the outer Distance / 3\n\tif ( !distance ) {\n\t\tdistance = element[ ref === \"top\" ? \"outerHeight\" : \"outerWidth\" ]() / 3;\n\t}\n\n\tif ( show ) {\n\t\tdownAnim = { opacity: 1 };\n\t\tdownAnim[ ref ] = refValue;\n\n\t\t// If we are showing, force opacity 0 and set the initial position\n\t\t// then do the \"first\" animation\n\t\telement\n\t\t\t.css( \"opacity\", 0 )\n\t\t\t.css( ref, motion ? -distance * 2 : distance * 2 )\n\t\t\t.animate( downAnim, speed, easing );\n\t}\n\n\t// Start at the smallest distance if we are hiding\n\tif ( hide ) {\n\t\tdistance = distance / Math.pow( 2, times - 1 );\n\t}\n\n\tdownAnim = {};\n\tdownAnim[ ref ] = refValue;\n\n\t// Bounces up/down/left/right then back to 0 -- times * 2 animations happen here\n\tfor ( ; i < times; i++ ) {\n\t\tupAnim = {};\n\t\tupAnim[ ref ] = ( motion ? \"-=\" : \"+=\" ) + distance;\n\n\t\telement\n\t\t\t.animate( upAnim, speed, easing )\n\t\t\t.animate( downAnim, speed, easing );\n\n\t\tdistance = hide ? distance * 2 : distance / 2;\n\t}\n\n\t// Last Bounce when Hiding\n\tif ( hide ) {\n\t\tupAnim = { opacity: 0 };\n\t\tupAnim[ ref ] = ( motion ? \"-=\" : \"+=\" ) + distance;\n\n\t\telement.animate( upAnim, speed, easing );\n\t}\n\n\telement.queue( done );\n\n\t$.effects.unshift( element, queuelen, anims + 1 );\n} );\n\n\n/*!\n * jQuery UI Effects Clip 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Clip Effect\n//>>group: Effects\n//>>description: Clips the element on and off like an old TV.\n//>>docs: https://api.jqueryui.com/clip-effect/\n//>>demos: https://jqueryui.com/effect/\n\n\nvar effectsEffectClip = $.effects.define( \"clip\", \"hide\", function( options, done ) {\n\tvar start,\n\t\tanimate = {},\n\t\telement = $( this ),\n\t\tdirection = options.direction || \"vertical\",\n\t\tboth = direction === \"both\",\n\t\thorizontal = both || direction === \"horizontal\",\n\t\tvertical = both || direction === \"vertical\";\n\n\tstart = element.cssClip();\n\tanimate.clip = {\n\t\ttop: vertical ? ( start.bottom - start.top ) / 2 : start.top,\n\t\tright: horizontal ? ( start.right - start.left ) / 2 : start.right,\n\t\tbottom: vertical ? ( start.bottom - start.top ) / 2 : start.bottom,\n\t\tleft: horizontal ? ( start.right - start.left ) / 2 : start.left\n\t};\n\n\t$.effects.createPlaceholder( element );\n\n\tif ( options.mode === \"show\" ) {\n\t\telement.cssClip( animate.clip );\n\t\tanimate.clip = start;\n\t}\n\n\telement.animate( animate, {\n\t\tqueue: false,\n\t\tduration: options.duration,\n\t\teasing: options.easing,\n\t\tcomplete: done\n\t} );\n\n} );\n\n\n/*!\n * jQuery UI Effects Drop 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Drop Effect\n//>>group: Effects\n//>>description: Moves an element in one direction and hides it at the same time.\n//>>docs: https://api.jqueryui.com/drop-effect/\n//>>demos: https://jqueryui.com/effect/\n\n\nvar effectsEffectDrop = $.effects.define( \"drop\", \"hide\", function( options, done ) {\n\n\tvar distance,\n\t\telement = $( this ),\n\t\tmode = options.mode,\n\t\tshow = mode === \"show\",\n\t\tdirection = options.direction || \"left\",\n\t\tref = ( direction === \"up\" || direction === \"down\" ) ? \"top\" : \"left\",\n\t\tmotion = ( direction === \"up\" || direction === \"left\" ) ? \"-=\" : \"+=\",\n\t\toppositeMotion = ( motion === \"+=\" ) ? \"-=\" : \"+=\",\n\t\tanimation = {\n\t\t\topacity: 0\n\t\t};\n\n\t$.effects.createPlaceholder( element );\n\n\tdistance = options.distance ||\n\t\telement[ ref === \"top\" ? \"outerHeight\" : \"outerWidth\" ]( true ) / 2;\n\n\tanimation[ ref ] = motion + distance;\n\n\tif ( show ) {\n\t\telement.css( animation );\n\n\t\tanimation[ ref ] = oppositeMotion + distance;\n\t\tanimation.opacity = 1;\n\t}\n\n\t// Animate\n\telement.animate( animation, {\n\t\tqueue: false,\n\t\tduration: options.duration,\n\t\teasing: options.easing,\n\t\tcomplete: done\n\t} );\n} );\n\n\n/*!\n * jQuery UI Effects Explode 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Explode Effect\n//>>group: Effects\n/* eslint-disable max-len */\n//>>description: Explodes an element in all directions into n pieces. Implodes an element to its original wholeness.\n/* eslint-enable max-len */\n//>>docs: https://api.jqueryui.com/explode-effect/\n//>>demos: https://jqueryui.com/effect/\n\n\nvar effectsEffectExplode = $.effects.define( \"explode\", \"hide\", function( options, done ) {\n\n\tvar i, j, left, top, mx, my,\n\t\trows = options.pieces ? Math.round( Math.sqrt( options.pieces ) ) : 3,\n\t\tcells = rows,\n\t\telement = $( this ),\n\t\tmode = options.mode,\n\t\tshow = mode === \"show\",\n\n\t\t// Show and then visibility:hidden the element before calculating offset\n\t\toffset = element.show().css( \"visibility\", \"hidden\" ).offset(),\n\n\t\t// Width and height of a piece\n\t\twidth = Math.ceil( element.outerWidth() / cells ),\n\t\theight = Math.ceil( element.outerHeight() / rows ),\n\t\tpieces = [];\n\n\t// Children animate complete:\n\tfunction childComplete() {\n\t\tpieces.push( this );\n\t\tif ( pieces.length === rows * cells ) {\n\t\t\tanimComplete();\n\t\t}\n\t}\n\n\t// Clone the element for each row and cell.\n\tfor ( i = 0; i < rows; i++ ) { // ===>\n\t\ttop = offset.top + i * height;\n\t\tmy = i - ( rows - 1 ) / 2;\n\n\t\tfor ( j = 0; j < cells; j++ ) { // |||\n\t\t\tleft = offset.left + j * width;\n\t\t\tmx = j - ( cells - 1 ) / 2;\n\n\t\t\t// Create a clone of the now hidden main element that will be absolute positioned\n\t\t\t// within a wrapper div off the -left and -top equal to size of our pieces\n\t\t\telement\n\t\t\t\t.clone()\n\t\t\t\t.appendTo( \"body\" )\n\t\t\t\t.wrap( \"
            \" )\n\t\t\t\t.css( {\n\t\t\t\t\tposition: \"absolute\",\n\t\t\t\t\tvisibility: \"visible\",\n\t\t\t\t\tleft: -j * width,\n\t\t\t\t\ttop: -i * height\n\t\t\t\t} )\n\n\t\t\t\t// Select the wrapper - make it overflow: hidden and absolute positioned based on\n\t\t\t\t// where the original was located +left and +top equal to the size of pieces\n\t\t\t\t.parent()\n\t\t\t\t\t.addClass( \"ui-effects-explode\" )\n\t\t\t\t\t.css( {\n\t\t\t\t\t\tposition: \"absolute\",\n\t\t\t\t\t\toverflow: \"hidden\",\n\t\t\t\t\t\twidth: width,\n\t\t\t\t\t\theight: height,\n\t\t\t\t\t\tleft: left + ( show ? mx * width : 0 ),\n\t\t\t\t\t\ttop: top + ( show ? my * height : 0 ),\n\t\t\t\t\t\topacity: show ? 0 : 1\n\t\t\t\t\t} )\n\t\t\t\t\t.animate( {\n\t\t\t\t\t\tleft: left + ( show ? 0 : mx * width ),\n\t\t\t\t\t\ttop: top + ( show ? 0 : my * height ),\n\t\t\t\t\t\topacity: show ? 1 : 0\n\t\t\t\t\t}, options.duration || 500, options.easing, childComplete );\n\t\t}\n\t}\n\n\tfunction animComplete() {\n\t\telement.css( {\n\t\t\tvisibility: \"visible\"\n\t\t} );\n\t\t$( pieces ).remove();\n\t\tdone();\n\t}\n} );\n\n\n/*!\n * jQuery UI Effects Fade 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Fade Effect\n//>>group: Effects\n//>>description: Fades the element.\n//>>docs: https://api.jqueryui.com/fade-effect/\n//>>demos: https://jqueryui.com/effect/\n\n\nvar effectsEffectFade = $.effects.define( \"fade\", \"toggle\", function( options, done ) {\n\tvar show = options.mode === \"show\";\n\n\t$( this )\n\t\t.css( \"opacity\", show ? 0 : 1 )\n\t\t.animate( {\n\t\t\topacity: show ? 1 : 0\n\t\t}, {\n\t\t\tqueue: false,\n\t\t\tduration: options.duration,\n\t\t\teasing: options.easing,\n\t\t\tcomplete: done\n\t\t} );\n} );\n\n\n/*!\n * jQuery UI Effects Fold 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Fold Effect\n//>>group: Effects\n//>>description: Folds an element first horizontally and then vertically.\n//>>docs: https://api.jqueryui.com/fold-effect/\n//>>demos: https://jqueryui.com/effect/\n\n\nvar effectsEffectFold = $.effects.define( \"fold\", \"hide\", function( options, done ) {\n\n\t// Create element\n\tvar element = $( this ),\n\t\tmode = options.mode,\n\t\tshow = mode === \"show\",\n\t\thide = mode === \"hide\",\n\t\tsize = options.size || 15,\n\t\tpercent = /([0-9]+)%/.exec( size ),\n\t\thorizFirst = !!options.horizFirst,\n\t\tref = horizFirst ? [ \"right\", \"bottom\" ] : [ \"bottom\", \"right\" ],\n\t\tduration = options.duration / 2,\n\n\t\tplaceholder = $.effects.createPlaceholder( element ),\n\n\t\tstart = element.cssClip(),\n\t\tanimation1 = { clip: $.extend( {}, start ) },\n\t\tanimation2 = { clip: $.extend( {}, start ) },\n\n\t\tdistance = [ start[ ref[ 0 ] ], start[ ref[ 1 ] ] ],\n\n\t\tqueuelen = element.queue().length;\n\n\tif ( percent ) {\n\t\tsize = parseInt( percent[ 1 ], 10 ) / 100 * distance[ hide ? 0 : 1 ];\n\t}\n\tanimation1.clip[ ref[ 0 ] ] = size;\n\tanimation2.clip[ ref[ 0 ] ] = size;\n\tanimation2.clip[ ref[ 1 ] ] = 0;\n\n\tif ( show ) {\n\t\telement.cssClip( animation2.clip );\n\t\tif ( placeholder ) {\n\t\t\tplaceholder.css( $.effects.clipToBox( animation2 ) );\n\t\t}\n\n\t\tanimation2.clip = start;\n\t}\n\n\t// Animate\n\telement\n\t\t.queue( function( next ) {\n\t\t\tif ( placeholder ) {\n\t\t\t\tplaceholder\n\t\t\t\t\t.animate( $.effects.clipToBox( animation1 ), duration, options.easing )\n\t\t\t\t\t.animate( $.effects.clipToBox( animation2 ), duration, options.easing );\n\t\t\t}\n\n\t\t\tnext();\n\t\t} )\n\t\t.animate( animation1, duration, options.easing )\n\t\t.animate( animation2, duration, options.easing )\n\t\t.queue( done );\n\n\t$.effects.unshift( element, queuelen, 4 );\n} );\n\n\n/*!\n * jQuery UI Effects Highlight 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Highlight Effect\n//>>group: Effects\n//>>description: Highlights the background of an element in a defined color for a custom duration.\n//>>docs: https://api.jqueryui.com/highlight-effect/\n//>>demos: https://jqueryui.com/effect/\n\n\nvar effectsEffectHighlight = $.effects.define( \"highlight\", \"show\", function( options, done ) {\n\tvar element = $( this ),\n\t\tanimation = {\n\t\t\tbackgroundColor: element.css( \"backgroundColor\" )\n\t\t};\n\n\tif ( options.mode === \"hide\" ) {\n\t\tanimation.opacity = 0;\n\t}\n\n\t$.effects.saveStyle( element );\n\n\telement\n\t\t.css( {\n\t\t\tbackgroundImage: \"none\",\n\t\t\tbackgroundColor: options.color || \"#ffff99\"\n\t\t} )\n\t\t.animate( animation, {\n\t\t\tqueue: false,\n\t\t\tduration: options.duration,\n\t\t\teasing: options.easing,\n\t\t\tcomplete: done\n\t\t} );\n} );\n\n\n/*!\n * jQuery UI Effects Size 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Size Effect\n//>>group: Effects\n//>>description: Resize an element to a specified width and height.\n//>>docs: https://api.jqueryui.com/size-effect/\n//>>demos: https://jqueryui.com/effect/\n\n\nvar effectsEffectSize = $.effects.define( \"size\", function( options, done ) {\n\n\t// Create element\n\tvar baseline, factor, temp,\n\t\telement = $( this ),\n\n\t\t// Copy for children\n\t\tcProps = [ \"fontSize\" ],\n\t\tvProps = [ \"borderTopWidth\", \"borderBottomWidth\", \"paddingTop\", \"paddingBottom\" ],\n\t\thProps = [ \"borderLeftWidth\", \"borderRightWidth\", \"paddingLeft\", \"paddingRight\" ],\n\n\t\t// Set options\n\t\tmode = options.mode,\n\t\trestore = mode !== \"effect\",\n\t\tscale = options.scale || \"both\",\n\t\torigin = options.origin || [ \"middle\", \"center\" ],\n\t\tposition = element.css( \"position\" ),\n\t\tpos = element.position(),\n\t\toriginal = $.effects.scaledDimensions( element ),\n\t\tfrom = options.from || original,\n\t\tto = options.to || $.effects.scaledDimensions( element, 0 );\n\n\t$.effects.createPlaceholder( element );\n\n\tif ( mode === \"show\" ) {\n\t\ttemp = from;\n\t\tfrom = to;\n\t\tto = temp;\n\t}\n\n\t// Set scaling factor\n\tfactor = {\n\t\tfrom: {\n\t\t\ty: from.height / original.height,\n\t\t\tx: from.width / original.width\n\t\t},\n\t\tto: {\n\t\t\ty: to.height / original.height,\n\t\t\tx: to.width / original.width\n\t\t}\n\t};\n\n\t// Scale the css box\n\tif ( scale === \"box\" || scale === \"both\" ) {\n\n\t\t// Vertical props scaling\n\t\tif ( factor.from.y !== factor.to.y ) {\n\t\t\tfrom = $.effects.setTransition( element, vProps, factor.from.y, from );\n\t\t\tto = $.effects.setTransition( element, vProps, factor.to.y, to );\n\t\t}\n\n\t\t// Horizontal props scaling\n\t\tif ( factor.from.x !== factor.to.x ) {\n\t\t\tfrom = $.effects.setTransition( element, hProps, factor.from.x, from );\n\t\t\tto = $.effects.setTransition( element, hProps, factor.to.x, to );\n\t\t}\n\t}\n\n\t// Scale the content\n\tif ( scale === \"content\" || scale === \"both\" ) {\n\n\t\t// Vertical props scaling\n\t\tif ( factor.from.y !== factor.to.y ) {\n\t\t\tfrom = $.effects.setTransition( element, cProps, factor.from.y, from );\n\t\t\tto = $.effects.setTransition( element, cProps, factor.to.y, to );\n\t\t}\n\t}\n\n\t// Adjust the position properties based on the provided origin points\n\tif ( origin ) {\n\t\tbaseline = $.effects.getBaseline( origin, original );\n\t\tfrom.top = ( original.outerHeight - from.outerHeight ) * baseline.y + pos.top;\n\t\tfrom.left = ( original.outerWidth - from.outerWidth ) * baseline.x + pos.left;\n\t\tto.top = ( original.outerHeight - to.outerHeight ) * baseline.y + pos.top;\n\t\tto.left = ( original.outerWidth - to.outerWidth ) * baseline.x + pos.left;\n\t}\n\tdelete from.outerHeight;\n\tdelete from.outerWidth;\n\telement.css( from );\n\n\t// Animate the children if desired\n\tif ( scale === \"content\" || scale === \"both\" ) {\n\n\t\tvProps = vProps.concat( [ \"marginTop\", \"marginBottom\" ] ).concat( cProps );\n\t\thProps = hProps.concat( [ \"marginLeft\", \"marginRight\" ] );\n\n\t\t// Only animate children with width attributes specified\n\t\t// TODO: is this right? should we include anything with css width specified as well\n\t\telement.find( \"*[width]\" ).each( function() {\n\t\t\tvar child = $( this ),\n\t\t\t\tchildOriginal = $.effects.scaledDimensions( child ),\n\t\t\t\tchildFrom = {\n\t\t\t\t\theight: childOriginal.height * factor.from.y,\n\t\t\t\t\twidth: childOriginal.width * factor.from.x,\n\t\t\t\t\touterHeight: childOriginal.outerHeight * factor.from.y,\n\t\t\t\t\touterWidth: childOriginal.outerWidth * factor.from.x\n\t\t\t\t},\n\t\t\t\tchildTo = {\n\t\t\t\t\theight: childOriginal.height * factor.to.y,\n\t\t\t\t\twidth: childOriginal.width * factor.to.x,\n\t\t\t\t\touterHeight: childOriginal.height * factor.to.y,\n\t\t\t\t\touterWidth: childOriginal.width * factor.to.x\n\t\t\t\t};\n\n\t\t\t// Vertical props scaling\n\t\t\tif ( factor.from.y !== factor.to.y ) {\n\t\t\t\tchildFrom = $.effects.setTransition( child, vProps, factor.from.y, childFrom );\n\t\t\t\tchildTo = $.effects.setTransition( child, vProps, factor.to.y, childTo );\n\t\t\t}\n\n\t\t\t// Horizontal props scaling\n\t\t\tif ( factor.from.x !== factor.to.x ) {\n\t\t\t\tchildFrom = $.effects.setTransition( child, hProps, factor.from.x, childFrom );\n\t\t\t\tchildTo = $.effects.setTransition( child, hProps, factor.to.x, childTo );\n\t\t\t}\n\n\t\t\tif ( restore ) {\n\t\t\t\t$.effects.saveStyle( child );\n\t\t\t}\n\n\t\t\t// Animate children\n\t\t\tchild.css( childFrom );\n\t\t\tchild.animate( childTo, options.duration, options.easing, function() {\n\n\t\t\t\t// Restore children\n\t\t\t\tif ( restore ) {\n\t\t\t\t\t$.effects.restoreStyle( child );\n\t\t\t\t}\n\t\t\t} );\n\t\t} );\n\t}\n\n\t// Animate\n\telement.animate( to, {\n\t\tqueue: false,\n\t\tduration: options.duration,\n\t\teasing: options.easing,\n\t\tcomplete: function() {\n\n\t\t\tvar offset = element.offset();\n\n\t\t\tif ( to.opacity === 0 ) {\n\t\t\t\telement.css( \"opacity\", from.opacity );\n\t\t\t}\n\n\t\t\tif ( !restore ) {\n\t\t\t\telement\n\t\t\t\t\t.css( \"position\", position === \"static\" ? \"relative\" : position )\n\t\t\t\t\t.offset( offset );\n\n\t\t\t\t// Need to save style here so that automatic style restoration\n\t\t\t\t// doesn't restore to the original styles from before the animation.\n\t\t\t\t$.effects.saveStyle( element );\n\t\t\t}\n\n\t\t\tdone();\n\t\t}\n\t} );\n\n} );\n\n\n/*!\n * jQuery UI Effects Scale 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Scale Effect\n//>>group: Effects\n//>>description: Grows or shrinks an element and its content.\n//>>docs: https://api.jqueryui.com/scale-effect/\n//>>demos: https://jqueryui.com/effect/\n\n\nvar effectsEffectScale = $.effects.define( \"scale\", function( options, done ) {\n\n\t// Create element\n\tvar el = $( this ),\n\t\tmode = options.mode,\n\t\tpercent = parseInt( options.percent, 10 ) ||\n\t\t\t( parseInt( options.percent, 10 ) === 0 ? 0 : ( mode !== \"effect\" ? 0 : 100 ) ),\n\n\t\tnewOptions = $.extend( true, {\n\t\t\tfrom: $.effects.scaledDimensions( el ),\n\t\t\tto: $.effects.scaledDimensions( el, percent, options.direction || \"both\" ),\n\t\t\torigin: options.origin || [ \"middle\", \"center\" ]\n\t\t}, options );\n\n\t// Fade option to support puff\n\tif ( options.fade ) {\n\t\tnewOptions.from.opacity = 1;\n\t\tnewOptions.to.opacity = 0;\n\t}\n\n\t$.effects.effect.size.call( this, newOptions, done );\n} );\n\n\n/*!\n * jQuery UI Effects Puff 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Puff Effect\n//>>group: Effects\n//>>description: Creates a puff effect by scaling the element up and hiding it at the same time.\n//>>docs: https://api.jqueryui.com/puff-effect/\n//>>demos: https://jqueryui.com/effect/\n\n\nvar effectsEffectPuff = $.effects.define( \"puff\", \"hide\", function( options, done ) {\n\tvar newOptions = $.extend( true, {}, options, {\n\t\tfade: true,\n\t\tpercent: parseInt( options.percent, 10 ) || 150\n\t} );\n\n\t$.effects.effect.scale.call( this, newOptions, done );\n} );\n\n\n/*!\n * jQuery UI Effects Pulsate 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Pulsate Effect\n//>>group: Effects\n//>>description: Pulsates an element n times by changing the opacity to zero and back.\n//>>docs: https://api.jqueryui.com/pulsate-effect/\n//>>demos: https://jqueryui.com/effect/\n\n\nvar effectsEffectPulsate = $.effects.define( \"pulsate\", \"show\", function( options, done ) {\n\tvar element = $( this ),\n\t\tmode = options.mode,\n\t\tshow = mode === \"show\",\n\t\thide = mode === \"hide\",\n\t\tshowhide = show || hide,\n\n\t\t// Showing or hiding leaves off the \"last\" animation\n\t\tanims = ( ( options.times || 5 ) * 2 ) + ( showhide ? 1 : 0 ),\n\t\tduration = options.duration / anims,\n\t\tanimateTo = 0,\n\t\ti = 1,\n\t\tqueuelen = element.queue().length;\n\n\tif ( show || !element.is( \":visible\" ) ) {\n\t\telement.css( \"opacity\", 0 ).show();\n\t\tanimateTo = 1;\n\t}\n\n\t// Anims - 1 opacity \"toggles\"\n\tfor ( ; i < anims; i++ ) {\n\t\telement.animate( { opacity: animateTo }, duration, options.easing );\n\t\tanimateTo = 1 - animateTo;\n\t}\n\n\telement.animate( { opacity: animateTo }, duration, options.easing );\n\n\telement.queue( done );\n\n\t$.effects.unshift( element, queuelen, anims + 1 );\n} );\n\n\n/*!\n * jQuery UI Effects Shake 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Shake Effect\n//>>group: Effects\n//>>description: Shakes an element horizontally or vertically n times.\n//>>docs: https://api.jqueryui.com/shake-effect/\n//>>demos: https://jqueryui.com/effect/\n\n\nvar effectsEffectShake = $.effects.define( \"shake\", function( options, done ) {\n\n\tvar i = 1,\n\t\telement = $( this ),\n\t\tdirection = options.direction || \"left\",\n\t\tdistance = options.distance || 20,\n\t\ttimes = options.times || 3,\n\t\tanims = times * 2 + 1,\n\t\tspeed = Math.round( options.duration / anims ),\n\t\tref = ( direction === \"up\" || direction === \"down\" ) ? \"top\" : \"left\",\n\t\tpositiveMotion = ( direction === \"up\" || direction === \"left\" ),\n\t\tanimation = {},\n\t\tanimation1 = {},\n\t\tanimation2 = {},\n\n\t\tqueuelen = element.queue().length;\n\n\t$.effects.createPlaceholder( element );\n\n\t// Animation\n\tanimation[ ref ] = ( positiveMotion ? \"-=\" : \"+=\" ) + distance;\n\tanimation1[ ref ] = ( positiveMotion ? \"+=\" : \"-=\" ) + distance * 2;\n\tanimation2[ ref ] = ( positiveMotion ? \"-=\" : \"+=\" ) + distance * 2;\n\n\t// Animate\n\telement.animate( animation, speed, options.easing );\n\n\t// Shakes\n\tfor ( ; i < times; i++ ) {\n\t\telement\n\t\t\t.animate( animation1, speed, options.easing )\n\t\t\t.animate( animation2, speed, options.easing );\n\t}\n\n\telement\n\t\t.animate( animation1, speed, options.easing )\n\t\t.animate( animation, speed / 2, options.easing )\n\t\t.queue( done );\n\n\t$.effects.unshift( element, queuelen, anims + 1 );\n} );\n\n\n/*!\n * jQuery UI Effects Slide 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Slide Effect\n//>>group: Effects\n//>>description: Slides an element in and out of the viewport.\n//>>docs: https://api.jqueryui.com/slide-effect/\n//>>demos: https://jqueryui.com/effect/\n\n\nvar effectsEffectSlide = $.effects.define( \"slide\", \"show\", function( options, done ) {\n\tvar startClip, startRef,\n\t\telement = $( this ),\n\t\tmap = {\n\t\t\tup: [ \"bottom\", \"top\" ],\n\t\t\tdown: [ \"top\", \"bottom\" ],\n\t\t\tleft: [ \"right\", \"left\" ],\n\t\t\tright: [ \"left\", \"right\" ]\n\t\t},\n\t\tmode = options.mode,\n\t\tdirection = options.direction || \"left\",\n\t\tref = ( direction === \"up\" || direction === \"down\" ) ? \"top\" : \"left\",\n\t\tpositiveMotion = ( direction === \"up\" || direction === \"left\" ),\n\t\tdistance = options.distance ||\n\t\t\telement[ ref === \"top\" ? \"outerHeight\" : \"outerWidth\" ]( true ),\n\t\tanimation = {};\n\n\t$.effects.createPlaceholder( element );\n\n\tstartClip = element.cssClip();\n\tstartRef = element.position()[ ref ];\n\n\t// Define hide animation\n\tanimation[ ref ] = ( positiveMotion ? -1 : 1 ) * distance + startRef;\n\tanimation.clip = element.cssClip();\n\tanimation.clip[ map[ direction ][ 1 ] ] = animation.clip[ map[ direction ][ 0 ] ];\n\n\t// Reverse the animation if we're showing\n\tif ( mode === \"show\" ) {\n\t\telement.cssClip( animation.clip );\n\t\telement.css( ref, animation[ ref ] );\n\t\tanimation.clip = startClip;\n\t\tanimation[ ref ] = startRef;\n\t}\n\n\t// Actually animate\n\telement.animate( animation, {\n\t\tqueue: false,\n\t\tduration: options.duration,\n\t\teasing: options.easing,\n\t\tcomplete: done\n\t} );\n} );\n\n\n/*!\n * jQuery UI Effects Transfer 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Transfer Effect\n//>>group: Effects\n//>>description: Displays a transfer effect from one element to another.\n//>>docs: https://api.jqueryui.com/transfer-effect/\n//>>demos: https://jqueryui.com/effect/\n\n\nvar effect;\nif ( $.uiBackCompat !== false ) {\n\teffect = $.effects.define( \"transfer\", function( options, done ) {\n\t\t$( this ).transfer( options, done );\n\t} );\n}\nvar effectsEffectTransfer = effect;\n\n\n/*!\n * jQuery UI Focusable 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: :focusable Selector\n//>>group: Core\n//>>description: Selects elements which can be focused.\n//>>docs: https://api.jqueryui.com/focusable-selector/\n\n\n// Selectors\n$.ui.focusable = function( element, hasTabindex ) {\n\tvar map, mapName, img, focusableIfVisible, fieldset,\n\t\tnodeName = element.nodeName.toLowerCase();\n\n\tif ( \"area\" === nodeName ) {\n\t\tmap = element.parentNode;\n\t\tmapName = map.name;\n\t\tif ( !element.href || !mapName || map.nodeName.toLowerCase() !== \"map\" ) {\n\t\t\treturn false;\n\t\t}\n\t\timg = $( \"img[usemap='#\" + mapName + \"']\" );\n\t\treturn img.length > 0 && img.is( \":visible\" );\n\t}\n\n\tif ( /^(input|select|textarea|button|object)$/.test( nodeName ) ) {\n\t\tfocusableIfVisible = !element.disabled;\n\n\t\tif ( focusableIfVisible ) {\n\n\t\t\t// Form controls within a disabled fieldset are disabled.\n\t\t\t// However, controls within the fieldset's legend do not get disabled.\n\t\t\t// Since controls generally aren't placed inside legends, we skip\n\t\t\t// this portion of the check.\n\t\t\tfieldset = $( element ).closest( \"fieldset\" )[ 0 ];\n\t\t\tif ( fieldset ) {\n\t\t\t\tfocusableIfVisible = !fieldset.disabled;\n\t\t\t}\n\t\t}\n\t} else if ( \"a\" === nodeName ) {\n\t\tfocusableIfVisible = element.href || hasTabindex;\n\t} else {\n\t\tfocusableIfVisible = hasTabindex;\n\t}\n\n\treturn focusableIfVisible && $( element ).is( \":visible\" ) && visible( $( element ) );\n};\n\n// Support: IE 8 only\n// IE 8 doesn't resolve inherit to visible/hidden for computed values\nfunction visible( element ) {\n\tvar visibility = element.css( \"visibility\" );\n\twhile ( visibility === \"inherit\" ) {\n\t\telement = element.parent();\n\t\tvisibility = element.css( \"visibility\" );\n\t}\n\treturn visibility === \"visible\";\n}\n\n$.extend( $.expr.pseudos, {\n\tfocusable: function( element ) {\n\t\treturn $.ui.focusable( element, $.attr( element, \"tabindex\" ) != null );\n\t}\n} );\n\nvar focusable = $.ui.focusable;\n\n\n\n// Support: IE8 Only\n// IE8 does not support the form attribute and when it is supplied. It overwrites the form prop\n// with a string, so we need to find the proper form.\nvar form = $.fn._form = function() {\n\treturn typeof this[ 0 ].form === \"string\" ? this.closest( \"form\" ) : $( this[ 0 ].form );\n};\n\n\n/*!\n * jQuery UI Form Reset Mixin 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Form Reset Mixin\n//>>group: Core\n//>>description: Refresh input widgets when their form is reset\n//>>docs: https://api.jqueryui.com/form-reset-mixin/\n\n\nvar formResetMixin = $.ui.formResetMixin = {\n\t_formResetHandler: function() {\n\t\tvar form = $( this );\n\n\t\t// Wait for the form reset to actually happen before refreshing\n\t\tsetTimeout( function() {\n\t\t\tvar instances = form.data( \"ui-form-reset-instances\" );\n\t\t\t$.each( instances, function() {\n\t\t\t\tthis.refresh();\n\t\t\t} );\n\t\t} );\n\t},\n\n\t_bindFormResetHandler: function() {\n\t\tthis.form = this.element._form();\n\t\tif ( !this.form.length ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar instances = this.form.data( \"ui-form-reset-instances\" ) || [];\n\t\tif ( !instances.length ) {\n\n\t\t\t// We don't use _on() here because we use a single event handler per form\n\t\t\tthis.form.on( \"reset.ui-form-reset\", this._formResetHandler );\n\t\t}\n\t\tinstances.push( this );\n\t\tthis.form.data( \"ui-form-reset-instances\", instances );\n\t},\n\n\t_unbindFormResetHandler: function() {\n\t\tif ( !this.form.length ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar instances = this.form.data( \"ui-form-reset-instances\" );\n\t\tinstances.splice( $.inArray( this, instances ), 1 );\n\t\tif ( instances.length ) {\n\t\t\tthis.form.data( \"ui-form-reset-instances\", instances );\n\t\t} else {\n\t\t\tthis.form\n\t\t\t\t.removeData( \"ui-form-reset-instances\" )\n\t\t\t\t.off( \"reset.ui-form-reset\" );\n\t\t}\n\t}\n};\n\n\n/*!\n * jQuery UI Support for jQuery core 1.8.x and newer 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n *\n */\n\n//>>label: jQuery 1.8+ Support\n//>>group: Core\n//>>description: Support version 1.8.x and newer of jQuery core\n\n\n// Support: jQuery 1.9.x or older\n// $.expr[ \":\" ] is deprecated.\nif ( !$.expr.pseudos ) {\n\t$.expr.pseudos = $.expr[ \":\" ];\n}\n\n// Support: jQuery 1.11.x or older\n// $.unique has been renamed to $.uniqueSort\nif ( !$.uniqueSort ) {\n\t$.uniqueSort = $.unique;\n}\n\n// Support: jQuery 2.2.x or older.\n// This method has been defined in jQuery 3.0.0.\n// Code from https://github.com/jquery/jquery/blob/e539bac79e666bba95bba86d690b4e609dca2286/src/selector/escapeSelector.js\nif ( !$.escapeSelector ) {\n\n\t// CSS string/identifier serialization\n\t// https://drafts.csswg.org/cssom/#common-serializing-idioms\n\tvar rcssescape = /([\\0-\\x1f\\x7f]|^-?\\d)|^-$|[^\\x80-\\uFFFF\\w-]/g;\n\n\tvar fcssescape = function( ch, asCodePoint ) {\n\t\tif ( asCodePoint ) {\n\n\t\t\t// U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER\n\t\t\tif ( ch === \"\\0\" ) {\n\t\t\t\treturn \"\\uFFFD\";\n\t\t\t}\n\n\t\t\t// Control characters and (dependent upon position) numbers get escaped as code points\n\t\t\treturn ch.slice( 0, -1 ) + \"\\\\\" + ch.charCodeAt( ch.length - 1 ).toString( 16 ) + \" \";\n\t\t}\n\n\t\t// Other potentially-special ASCII characters get backslash-escaped\n\t\treturn \"\\\\\" + ch;\n\t};\n\n\t$.escapeSelector = function( sel ) {\n\t\treturn ( sel + \"\" ).replace( rcssescape, fcssescape );\n\t};\n}\n\n// Support: jQuery 3.4.x or older\n// These methods have been defined in jQuery 3.5.0.\nif ( !$.fn.even || !$.fn.odd ) {\n\t$.fn.extend( {\n\t\teven: function() {\n\t\t\treturn this.filter( function( i ) {\n\t\t\t\treturn i % 2 === 0;\n\t\t\t} );\n\t\t},\n\t\todd: function() {\n\t\t\treturn this.filter( function( i ) {\n\t\t\t\treturn i % 2 === 1;\n\t\t\t} );\n\t\t}\n\t} );\n}\n\n;\n/*!\n * jQuery UI Keycode 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Keycode\n//>>group: Core\n//>>description: Provide keycodes as keynames\n//>>docs: https://api.jqueryui.com/jQuery.ui.keyCode/\n\n\nvar keycode = $.ui.keyCode = {\n\tBACKSPACE: 8,\n\tCOMMA: 188,\n\tDELETE: 46,\n\tDOWN: 40,\n\tEND: 35,\n\tENTER: 13,\n\tESCAPE: 27,\n\tHOME: 36,\n\tLEFT: 37,\n\tPAGE_DOWN: 34,\n\tPAGE_UP: 33,\n\tPERIOD: 190,\n\tRIGHT: 39,\n\tSPACE: 32,\n\tTAB: 9,\n\tUP: 38\n};\n\n\n/*!\n * jQuery UI Labels 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: labels\n//>>group: Core\n//>>description: Find all the labels associated with a given input\n//>>docs: https://api.jqueryui.com/labels/\n\n\nvar labels = $.fn.labels = function() {\n\tvar ancestor, selector, id, labels, ancestors;\n\n\tif ( !this.length ) {\n\t\treturn this.pushStack( [] );\n\t}\n\n\t// Check control.labels first\n\tif ( this[ 0 ].labels && this[ 0 ].labels.length ) {\n\t\treturn this.pushStack( this[ 0 ].labels );\n\t}\n\n\t// Support: IE <= 11, FF <= 37, Android <= 2.3 only\n\t// Above browsers do not support control.labels. Everything below is to support them\n\t// as well as document fragments. control.labels does not work on document fragments\n\tlabels = this.eq( 0 ).parents( \"label\" );\n\n\t// Look for the label based on the id\n\tid = this.attr( \"id\" );\n\tif ( id ) {\n\n\t\t// We don't search against the document in case the element\n\t\t// is disconnected from the DOM\n\t\tancestor = this.eq( 0 ).parents().last();\n\n\t\t// Get a full set of top level ancestors\n\t\tancestors = ancestor.add( ancestor.length ? ancestor.siblings() : this.siblings() );\n\n\t\t// Create a selector for the label based on the id\n\t\tselector = \"label[for='\" + $.escapeSelector( id ) + \"']\";\n\n\t\tlabels = labels.add( ancestors.find( selector ).addBack( selector ) );\n\n\t}\n\n\t// Return whatever we have found for labels\n\treturn this.pushStack( labels );\n};\n\n\n/*!\n * jQuery UI Scroll Parent 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: scrollParent\n//>>group: Core\n//>>description: Get the closest ancestor element that is scrollable.\n//>>docs: https://api.jqueryui.com/scrollParent/\n\n\nvar scrollParent = $.fn.scrollParent = function( includeHidden ) {\n\tvar position = this.css( \"position\" ),\n\t\texcludeStaticParent = position === \"absolute\",\n\t\toverflowRegex = includeHidden ? /(auto|scroll|hidden)/ : /(auto|scroll)/,\n\t\tscrollParent = this.parents().filter( function() {\n\t\t\tvar parent = $( this );\n\t\t\tif ( excludeStaticParent && parent.css( \"position\" ) === \"static\" ) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\treturn overflowRegex.test( parent.css( \"overflow\" ) + parent.css( \"overflow-y\" ) +\n\t\t\t\tparent.css( \"overflow-x\" ) );\n\t\t} ).eq( 0 );\n\n\treturn position === \"fixed\" || !scrollParent.length ?\n\t\t$( this[ 0 ].ownerDocument || document ) :\n\t\tscrollParent;\n};\n\n\n/*!\n * jQuery UI Tabbable 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: :tabbable Selector\n//>>group: Core\n//>>description: Selects elements which can be tabbed to.\n//>>docs: https://api.jqueryui.com/tabbable-selector/\n\n\nvar tabbable = $.extend( $.expr.pseudos, {\n\ttabbable: function( element ) {\n\t\tvar tabIndex = $.attr( element, \"tabindex\" ),\n\t\t\thasTabindex = tabIndex != null;\n\t\treturn ( !hasTabindex || tabIndex >= 0 ) && $.ui.focusable( element, hasTabindex );\n\t}\n} );\n\n\n/*!\n * jQuery UI Unique ID 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: uniqueId\n//>>group: Core\n//>>description: Functions to generate and remove uniqueId's\n//>>docs: https://api.jqueryui.com/uniqueId/\n\n\nvar uniqueId = $.fn.extend( {\n\tuniqueId: ( function() {\n\t\tvar uuid = 0;\n\n\t\treturn function() {\n\t\t\treturn this.each( function() {\n\t\t\t\tif ( !this.id ) {\n\t\t\t\t\tthis.id = \"ui-id-\" + ( ++uuid );\n\t\t\t\t}\n\t\t\t} );\n\t\t};\n\t} )(),\n\n\tremoveUniqueId: function() {\n\t\treturn this.each( function() {\n\t\t\tif ( /^ui-id-\\d+$/.test( this.id ) ) {\n\t\t\t\t$( this ).removeAttr( \"id\" );\n\t\t\t}\n\t\t} );\n\t}\n} );\n\n\n/*!\n * jQuery UI Accordion 1.13.3\n * https://jqueryui.com\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license.\n * https://jquery.org/license\n */\n\n//>>label: Accordion\n//>>group: Widgets\n/* eslint-disable max-len */\n//>>description: Displays collapsible content panels for presenting information in a limited amount of space.\n/* eslint-enable max-len */\n//>>docs: https://api.jqueryui.com/accordion/\n//>>demos: https://jqueryui.com/accordion/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/accordion.css\n//>>css.theme: ../../themes/base/theme.css\n\n\nvar widgetsAccordion = $.widget( \"ui.accordion\", {\n\tversion: \"1.13.3\",\n\toptions: {\n\t\tactive: 0,\n\t\tanimate: {},\n\t\tclasses: {\n\t\t\t\"ui-accordion-header\": \"ui-corner-top\",\n\t\t\t\"ui-accordion-header-collapsed\": \"ui-corner-all\",\n\t\t\t\"ui-accordion-content\": \"ui-corner-bottom\"\n\t\t},\n\t\tcollapsible: false,\n\t\tevent: \"click\",\n\t\theader: function( elem ) {\n\t\t\treturn elem.find( \"> li > :first-child\" ).add( elem.find( \"> :not(li)\" ).even() );\n\t\t},\n\t\theightStyle: \"auto\",\n\t\ticons: {\n\t\t\tactiveHeader: \"ui-icon-triangle-1-s\",\n\t\t\theader: \"ui-icon-triangle-1-e\"\n\t\t},\n\n\t\t// Callbacks\n\t\tactivate: null,\n\t\tbeforeActivate: null\n\t},\n\n\thideProps: {\n\t\tborderTopWidth: \"hide\",\n\t\tborderBottomWidth: \"hide\",\n\t\tpaddingTop: \"hide\",\n\t\tpaddingBottom: \"hide\",\n\t\theight: \"hide\"\n\t},\n\n\tshowProps: {\n\t\tborderTopWidth: \"show\",\n\t\tborderBottomWidth: \"show\",\n\t\tpaddingTop: \"show\",\n\t\tpaddingBottom: \"show\",\n\t\theight: \"show\"\n\t},\n\n\t_create: function() {\n\t\tvar options = this.options;\n\n\t\tthis.prevShow = this.prevHide = $();\n\t\tthis._addClass( \"ui-accordion\", \"ui-widget ui-helper-reset\" );\n\t\tthis.element.attr( \"role\", \"tablist\" );\n\n\t\t// Don't allow collapsible: false and active: false / null\n\t\tif ( !options.collapsible && ( options.active === false || options.active == null ) ) {\n\t\t\toptions.active = 0;\n\t\t}\n\n\t\tthis._processPanels();\n\n\t\t// handle negative values\n\t\tif ( options.active < 0 ) {\n\t\t\toptions.active += this.headers.length;\n\t\t}\n\t\tthis._refresh();\n\t},\n\n\t_getCreateEventData: function() {\n\t\treturn {\n\t\t\theader: this.active,\n\t\t\tpanel: !this.active.length ? $() : this.active.next()\n\t\t};\n\t},\n\n\t_createIcons: function() {\n\t\tvar icon, children,\n\t\t\ticons = this.options.icons;\n\n\t\tif ( icons ) {\n\t\t\ticon = $( \"\" );\n\t\t\tthis._addClass( icon, \"ui-accordion-header-icon\", \"ui-icon \" + icons.header );\n\t\t\ticon.prependTo( this.headers );\n\t\t\tchildren = this.active.children( \".ui-accordion-header-icon\" );\n\t\t\tthis._removeClass( children, icons.header )\n\t\t\t\t._addClass( children, null, icons.activeHeader )\n\t\t\t\t._addClass( this.headers, \"ui-accordion-icons\" );\n\t\t}\n\t},\n\n\t_destroyIcons: function() {\n\t\tthis._removeClass( this.headers, \"ui-accordion-icons\" );\n\t\tthis.headers.children( \".ui-accordion-header-icon\" ).remove();\n\t},\n\n\t_destroy: function() {\n\t\tvar contents;\n\n\t\t// Clean up main element\n\t\tthis.element.removeAttr( \"role\" );\n\n\t\t// Clean up headers\n\t\tthis.headers\n\t\t\t.removeAttr( \"role aria-expanded aria-selected aria-controls tabIndex\" )\n\t\t\t.removeUniqueId();\n\n\t\tthis._destroyIcons();\n\n\t\t// Clean up content panels\n\t\tcontents = this.headers.next()\n\t\t\t.css( \"display\", \"\" )\n\t\t\t.removeAttr( \"role aria-hidden aria-labelledby\" )\n\t\t\t.removeUniqueId();\n\n\t\tif ( this.options.heightStyle !== \"content\" ) {\n\t\t\tcontents.css( \"height\", \"\" );\n\t\t}\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tif ( key === \"active\" ) {\n\n\t\t\t// _activate() will handle invalid values and update this.options\n\t\t\tthis._activate( value );\n\t\t\treturn;\n\t\t}\n\n\t\tif ( key === \"event\" ) {\n\t\t\tif ( this.options.event ) {\n\t\t\t\tthis._off( this.headers, this.options.event );\n\t\t\t}\n\t\t\tthis._setupEvents( value );\n\t\t}\n\n\t\tthis._super( key, value );\n\n\t\t// Setting collapsible: false while collapsed; open first panel\n\t\tif ( key === \"collapsible\" && !value && this.options.active === false ) {\n\t\t\tthis._activate( 0 );\n\t\t}\n\n\t\tif ( key === \"icons\" ) {\n\t\t\tthis._destroyIcons();\n\t\t\tif ( value ) {\n\t\t\t\tthis._createIcons();\n\t\t\t}\n\t\t}\n\t},\n\n\t_setOptionDisabled: function( value ) {\n\t\tthis._super( value );\n\n\t\tthis.element.attr( \"aria-disabled\", value );\n\n\t\t// Support: IE8 Only\n\t\t// #5332 / #6059 - opacity doesn't cascade to positioned elements in IE\n\t\t// so we need to add the disabled class to the headers and panels\n\t\tthis._toggleClass( null, \"ui-state-disabled\", !!value );\n\t\tthis._toggleClass( this.headers.add( this.headers.next() ), null, \"ui-state-disabled\",\n\t\t\t!!value );\n\t},\n\n\t_keydown: function( event ) {\n\t\tif ( event.altKey || event.ctrlKey ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar keyCode = $.ui.keyCode,\n\t\t\tlength = this.headers.length,\n\t\t\tcurrentIndex = this.headers.index( event.target ),\n\t\t\ttoFocus = false;\n\n\t\tswitch ( event.keyCode ) {\n\t\tcase keyCode.RIGHT:\n\t\tcase keyCode.DOWN:\n\t\t\ttoFocus = this.headers[ ( currentIndex + 1 ) % length ];\n\t\t\tbreak;\n\t\tcase keyCode.LEFT:\n\t\tcase keyCode.UP:\n\t\t\ttoFocus = this.headers[ ( currentIndex - 1 + length ) % length ];\n\t\t\tbreak;\n\t\tcase keyCode.SPACE:\n\t\tcase keyCode.ENTER:\n\t\t\tthis._eventHandler( event );\n\t\t\tbreak;\n\t\tcase keyCode.HOME:\n\t\t\ttoFocus = this.headers[ 0 ];\n\t\t\tbreak;\n\t\tcase keyCode.END:\n\t\t\ttoFocus = this.headers[ length - 1 ];\n\t\t\tbreak;\n\t\t}\n\n\t\tif ( toFocus ) {\n\t\t\t$( event.target ).attr( \"tabIndex\", -1 );\n\t\t\t$( toFocus ).attr( \"tabIndex\", 0 );\n\t\t\t$( toFocus ).trigger( \"focus\" );\n\t\t\tevent.preventDefault();\n\t\t}\n\t},\n\n\t_panelKeyDown: function( event ) {\n\t\tif ( event.keyCode === $.ui.keyCode.UP && event.ctrlKey ) {\n\t\t\t$( event.currentTarget ).prev().trigger( \"focus\" );\n\t\t}\n\t},\n\n\trefresh: function() {\n\t\tvar options = this.options;\n\t\tthis._processPanels();\n\n\t\t// Was collapsed or no panel\n\t\tif ( ( options.active === false && options.collapsible === true ) ||\n\t\t\t\t!this.headers.length ) {\n\t\t\toptions.active = false;\n\t\t\tthis.active = $();\n\n\t\t// active false only when collapsible is true\n\t\t} else if ( options.active === false ) {\n\t\t\tthis._activate( 0 );\n\n\t\t// was active, but active panel is gone\n\t\t} else if ( this.active.length && !$.contains( this.element[ 0 ], this.active[ 0 ] ) ) {\n\n\t\t\t// all remaining panel are disabled\n\t\t\tif ( this.headers.length === this.headers.find( \".ui-state-disabled\" ).length ) {\n\t\t\t\toptions.active = false;\n\t\t\t\tthis.active = $();\n\n\t\t\t// activate previous panel\n\t\t\t} else {\n\t\t\t\tthis._activate( Math.max( 0, options.active - 1 ) );\n\t\t\t}\n\n\t\t// was active, active panel still exists\n\t\t} else {\n\n\t\t\t// make sure active index is correct\n\t\t\toptions.active = this.headers.index( this.active );\n\t\t}\n\n\t\tthis._destroyIcons();\n\n\t\tthis._refresh();\n\t},\n\n\t_processPanels: function() {\n\t\tvar prevHeaders = this.headers,\n\t\t\tprevPanels = this.panels;\n\n\t\tif ( typeof this.options.header === \"function\" ) {\n\t\t\tthis.headers = this.options.header( this.element );\n\t\t} else {\n\t\t\tthis.headers = this.element.find( this.options.header );\n\t\t}\n\t\tthis._addClass( this.headers, \"ui-accordion-header ui-accordion-header-collapsed\",\n\t\t\t\"ui-state-default\" );\n\n\t\tthis.panels = this.headers.next().filter( \":not(.ui-accordion-content-active)\" ).hide();\n\t\tthis._addClass( this.panels, \"ui-accordion-content\", \"ui-helper-reset ui-widget-content\" );\n\n\t\t// Avoid memory leaks (#10056)\n\t\tif ( prevPanels ) {\n\t\t\tthis._off( prevHeaders.not( this.headers ) );\n\t\t\tthis._off( prevPanels.not( this.panels ) );\n\t\t}\n\t},\n\n\t_refresh: function() {\n\t\tvar maxHeight,\n\t\t\toptions = this.options,\n\t\t\theightStyle = options.heightStyle,\n\t\t\tparent = this.element.parent();\n\n\t\tthis.active = this._findActive( options.active );\n\t\tthis._addClass( this.active, \"ui-accordion-header-active\", \"ui-state-active\" )\n\t\t\t._removeClass( this.active, \"ui-accordion-header-collapsed\" );\n\t\tthis._addClass( this.active.next(), \"ui-accordion-content-active\" );\n\t\tthis.active.next().show();\n\n\t\tthis.headers\n\t\t\t.attr( \"role\", \"tab\" )\n\t\t\t.each( function() {\n\t\t\t\tvar header = $( this ),\n\t\t\t\t\theaderId = header.uniqueId().attr( \"id\" ),\n\t\t\t\t\tpanel = header.next(),\n\t\t\t\t\tpanelId = panel.uniqueId().attr( \"id\" );\n\t\t\t\theader.attr( \"aria-controls\", panelId );\n\t\t\t\tpanel.attr( \"aria-labelledby\", headerId );\n\t\t\t} )\n\t\t\t.next()\n\t\t\t\t.attr( \"role\", \"tabpanel\" );\n\n\t\tthis.headers\n\t\t\t.not( this.active )\n\t\t\t\t.attr( {\n\t\t\t\t\t\"aria-selected\": \"false\",\n\t\t\t\t\t\"aria-expanded\": \"false\",\n\t\t\t\t\ttabIndex: -1\n\t\t\t\t} )\n\t\t\t\t.next()\n\t\t\t\t\t.attr( {\n\t\t\t\t\t\t\"aria-hidden\": \"true\"\n\t\t\t\t\t} )\n\t\t\t\t\t.hide();\n\n\t\t// Make sure at least one header is in the tab order\n\t\tif ( !this.active.length ) {\n\t\t\tthis.headers.eq( 0 ).attr( \"tabIndex\", 0 );\n\t\t} else {\n\t\t\tthis.active.attr( {\n\t\t\t\t\"aria-selected\": \"true\",\n\t\t\t\t\"aria-expanded\": \"true\",\n\t\t\t\ttabIndex: 0\n\t\t\t} )\n\t\t\t\t.next()\n\t\t\t\t\t.attr( {\n\t\t\t\t\t\t\"aria-hidden\": \"false\"\n\t\t\t\t\t} );\n\t\t}\n\n\t\tthis._createIcons();\n\n\t\tthis._setupEvents( options.event );\n\n\t\tif ( heightStyle === \"fill\" ) {\n\t\t\tmaxHeight = parent.height();\n\t\t\tthis.element.siblings( \":visible\" ).each( function() {\n\t\t\t\tvar elem = $( this ),\n\t\t\t\t\tposition = elem.css( \"position\" );\n\n\t\t\t\tif ( position === \"absolute\" || position === \"fixed\" ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tmaxHeight -= elem.outerHeight( true );\n\t\t\t} );\n\n\t\t\tthis.headers.each( function() {\n\t\t\t\tmaxHeight -= $( this ).outerHeight( true );\n\t\t\t} );\n\n\t\t\tthis.headers.next()\n\t\t\t\t.each( function() {\n\t\t\t\t\t$( this ).height( Math.max( 0, maxHeight -\n\t\t\t\t\t\t$( this ).innerHeight() + $( this ).height() ) );\n\t\t\t\t} )\n\t\t\t\t.css( \"overflow\", \"auto\" );\n\t\t} else if ( heightStyle === \"auto\" ) {\n\t\t\tmaxHeight = 0;\n\t\t\tthis.headers.next()\n\t\t\t\t.each( function() {\n\t\t\t\t\tvar isVisible = $( this ).is( \":visible\" );\n\t\t\t\t\tif ( !isVisible ) {\n\t\t\t\t\t\t$( this ).show();\n\t\t\t\t\t}\n\t\t\t\t\tmaxHeight = Math.max( maxHeight, $( this ).css( \"height\", \"\" ).height() );\n\t\t\t\t\tif ( !isVisible ) {\n\t\t\t\t\t\t$( this ).hide();\n\t\t\t\t\t}\n\t\t\t\t} )\n\t\t\t\t.height( maxHeight );\n\t\t}\n\t},\n\n\t_activate: function( index ) {\n\t\tvar active = this._findActive( index )[ 0 ];\n\n\t\t// Trying to activate the already active panel\n\t\tif ( active === this.active[ 0 ] ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Trying to collapse, simulate a click on the currently active header\n\t\tactive = active || this.active[ 0 ];\n\n\t\tthis._eventHandler( {\n\t\t\ttarget: active,\n\t\t\tcurrentTarget: active,\n\t\t\tpreventDefault: $.noop\n\t\t} );\n\t},\n\n\t_findActive: function( selector ) {\n\t\treturn typeof selector === \"number\" ? this.headers.eq( selector ) : $();\n\t},\n\n\t_setupEvents: function( event ) {\n\t\tvar events = {\n\t\t\tkeydown: \"_keydown\"\n\t\t};\n\t\tif ( event ) {\n\t\t\t$.each( event.split( \" \" ), function( index, eventName ) {\n\t\t\t\tevents[ eventName ] = \"_eventHandler\";\n\t\t\t} );\n\t\t}\n\n\t\tthis._off( this.headers.add( this.headers.next() ) );\n\t\tthis._on( this.headers, events );\n\t\tthis._on( this.headers.next(), { keydown: \"_panelKeyDown\" } );\n\t\tthis._hoverable( this.headers );\n\t\tthis._focusable( this.headers );\n\t},\n\n\t_eventHandler: function( event ) {\n\t\tvar activeChildren, clickedChildren,\n\t\t\toptions = this.options,\n\t\t\tactive = this.active,\n\t\t\tclicked = $( event.currentTarget ),\n\t\t\tclickedIsActive = clicked[ 0 ] === active[ 0 ],\n\t\t\tcollapsing = clickedIsActive && options.collapsible,\n\t\t\ttoShow = collapsing ? $() : clicked.next(),\n\t\t\ttoHide = active.next(),\n\t\t\teventData = {\n\t\t\t\toldHeader: active,\n\t\t\t\toldPanel: toHide,\n\t\t\t\tnewHeader: collapsing ? $() : clicked,\n\t\t\t\tnewPanel: toShow\n\t\t\t};\n\n\t\tevent.preventDefault();\n\n\t\tif (\n\n\t\t\t\t// click on active header, but not collapsible\n\t\t\t\t( clickedIsActive && !options.collapsible ) ||\n\n\t\t\t\t// allow canceling activation\n\t\t\t\t( this._trigger( \"beforeActivate\", event, eventData ) === false ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\toptions.active = collapsing ? false : this.headers.index( clicked );\n\n\t\t// When the call to ._toggle() comes after the class changes\n\t\t// it causes a very odd bug in IE 8 (see #6720)\n\t\tthis.active = clickedIsActive ? $() : clicked;\n\t\tthis._toggle( eventData );\n\n\t\t// Switch classes\n\t\t// corner classes on the previously active header stay after the animation\n\t\tthis._removeClass( active, \"ui-accordion-header-active\", \"ui-state-active\" );\n\t\tif ( options.icons ) {\n\t\t\tactiveChildren = active.children( \".ui-accordion-header-icon\" );\n\t\t\tthis._removeClass( activeChildren, null, options.icons.activeHeader )\n\t\t\t\t._addClass( activeChildren, null, options.icons.header );\n\t\t}\n\n\t\tif ( !clickedIsActive ) {\n\t\t\tthis._removeClass( clicked, \"ui-accordion-header-collapsed\" )\n\t\t\t\t._addClass( clicked, \"ui-accordion-header-active\", \"ui-state-active\" );\n\t\t\tif ( options.icons ) {\n\t\t\t\tclickedChildren = clicked.children( \".ui-accordion-header-icon\" );\n\t\t\t\tthis._removeClass( clickedChildren, null, options.icons.header )\n\t\t\t\t\t._addClass( clickedChildren, null, options.icons.activeHeader );\n\t\t\t}\n\n\t\t\tthis._addClass( clicked.next(), \"ui-accordion-content-active\" );\n\t\t}\n\t},\n\n\t_toggle: function( data ) {\n\t\tvar toShow = data.newPanel,\n\t\t\ttoHide = this.prevShow.length ? this.prevShow : data.oldPanel;\n\n\t\t// Handle activating a panel during the animation for another activation\n\t\tthis.prevShow.add( this.prevHide ).stop( true, true );\n\t\tthis.prevShow = toShow;\n\t\tthis.prevHide = toHide;\n\n\t\tif ( this.options.animate ) {\n\t\t\tthis._animate( toShow, toHide, data );\n\t\t} else {\n\t\t\ttoHide.hide();\n\t\t\ttoShow.show();\n\t\t\tthis._toggleComplete( data );\n\t\t}\n\n\t\ttoHide.attr( {\n\t\t\t\"aria-hidden\": \"true\"\n\t\t} );\n\t\ttoHide.prev().attr( {\n\t\t\t\"aria-selected\": \"false\",\n\t\t\t\"aria-expanded\": \"false\"\n\t\t} );\n\n\t\t// if we're switching panels, remove the old header from the tab order\n\t\t// if we're opening from collapsed state, remove the previous header from the tab order\n\t\t// if we're collapsing, then keep the collapsing header in the tab order\n\t\tif ( toShow.length && toHide.length ) {\n\t\t\ttoHide.prev().attr( {\n\t\t\t\t\"tabIndex\": -1,\n\t\t\t\t\"aria-expanded\": \"false\"\n\t\t\t} );\n\t\t} else if ( toShow.length ) {\n\t\t\tthis.headers.filter( function() {\n\t\t\t\treturn parseInt( $( this ).attr( \"tabIndex\" ), 10 ) === 0;\n\t\t\t} )\n\t\t\t\t.attr( \"tabIndex\", -1 );\n\t\t}\n\n\t\ttoShow\n\t\t\t.attr( \"aria-hidden\", \"false\" )\n\t\t\t.prev()\n\t\t\t\t.attr( {\n\t\t\t\t\t\"aria-selected\": \"true\",\n\t\t\t\t\t\"aria-expanded\": \"true\",\n\t\t\t\t\ttabIndex: 0\n\t\t\t\t} );\n\t},\n\n\t_animate: function( toShow, toHide, data ) {\n\t\tvar total, easing, duration,\n\t\t\tthat = this,\n\t\t\tadjust = 0,\n\t\t\tboxSizing = toShow.css( \"box-sizing\" ),\n\t\t\tdown = toShow.length &&\n\t\t\t\t( !toHide.length || ( toShow.index() < toHide.index() ) ),\n\t\t\tanimate = this.options.animate || {},\n\t\t\toptions = down && animate.down || animate,\n\t\t\tcomplete = function() {\n\t\t\t\tthat._toggleComplete( data );\n\t\t\t};\n\n\t\tif ( typeof options === \"number\" ) {\n\t\t\tduration = options;\n\t\t}\n\t\tif ( typeof options === \"string\" ) {\n\t\t\teasing = options;\n\t\t}\n\n\t\t// fall back from options to animation in case of partial down settings\n\t\teasing = easing || options.easing || animate.easing;\n\t\tduration = duration || options.duration || animate.duration;\n\n\t\tif ( !toHide.length ) {\n\t\t\treturn toShow.animate( this.showProps, duration, easing, complete );\n\t\t}\n\t\tif ( !toShow.length ) {\n\t\t\treturn toHide.animate( this.hideProps, duration, easing, complete );\n\t\t}\n\n\t\ttotal = toShow.show().outerHeight();\n\t\ttoHide.animate( this.hideProps, {\n\t\t\tduration: duration,\n\t\t\teasing: easing,\n\t\t\tstep: function( now, fx ) {\n\t\t\t\tfx.now = Math.round( now );\n\t\t\t}\n\t\t} );\n\t\ttoShow\n\t\t\t.hide()\n\t\t\t.animate( this.showProps, {\n\t\t\t\tduration: duration,\n\t\t\t\teasing: easing,\n\t\t\t\tcomplete: complete,\n\t\t\t\tstep: function( now, fx ) {\n\t\t\t\t\tfx.now = Math.round( now );\n\t\t\t\t\tif ( fx.prop !== \"height\" ) {\n\t\t\t\t\t\tif ( boxSizing === \"content-box\" ) {\n\t\t\t\t\t\t\tadjust += fx.now;\n\t\t\t\t\t\t}\n\t\t\t\t\t} else if ( that.options.heightStyle !== \"content\" ) {\n\t\t\t\t\t\tfx.now = Math.round( total - toHide.outerHeight() - adjust );\n\t\t\t\t\t\tadjust = 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} );\n\t},\n\n\t_toggleComplete: function( data ) {\n\t\tvar toHide = data.oldPanel,\n\t\t\tprev = toHide.prev();\n\n\t\tthis._removeClass( toHide, \"ui-accordion-content-active\" );\n\t\tthis._removeClass( prev, \"ui-accordion-header-active\" )\n\t\t\t._addClass( prev, \"ui-accordion-header-collapsed\" );\n\n\t\t// Work around for rendering bug in IE (#5421)\n\t\tif ( toHide.length ) {\n\t\t\ttoHide.parent()[ 0 ].className = toHide.parent()[ 0 ].className;\n\t\t}\n\t\tthis._trigger( \"activate\", null, data );\n\t}\n} );\n\n\n\nvar safeActiveElement = $.ui.safeActiveElement = function( document ) {\n\tvar activeElement;\n\n\t// Support: IE 9 only\n\t// IE9 throws an \"Unspecified error\" accessing document.activeElement from an