@webitel/ui-sdk 25.8.68 → 25.8.70

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,7 +23,7 @@
23
23
  if (${T}.issues.length) payload.issues = payload.issues.concat(${T}.issues.map(iss => ({
24
24
  ...iss,
25
25
  path: iss.path ? [${la(x)}, ...iss.path] : [${la(x)}]
26
- })));`),y.write(`newResult[${la(x)}] = ${T}.value`)}y.write("payload.value = newResult;"),y.write("return payload;");const k=y.compile();return(x,T)=>k(v,x,T)};let s;const c=hs,p=!Z2.jitless,h=p&&P6.value,{catchall:b}=i;let g;o._zod.parse=(v,y)=>{g??(g=a.value);const C=v.value;if(!c(C))return v.issues.push({expected:"object",code:"invalid_type",input:C,inst:o}),v;const E=[];if(p&&h&&(y==null?void 0:y.async)===!1&&y.jitless!==!0)s||(s=r(i.shape)),v=s(v,y);else{v.value={};const T=g.shape;for(const A of g.keys){const D=T[A],P=D._zod.run({value:C[A],issues:[]},y),R=D._zod.optin==="optional"&&D._zod.optout==="optional";P instanceof Promise?E.push(P.then(M=>R?pu(M,v,A,C):Tr(M,v,A))):R?pu(P,v,A,C):Tr(P,v,A)}}if(!b)return E.length?Promise.all(E).then(()=>v):v;const S=[],I=g.keySet,k=b._zod,x=k.def.type;for(const T of Object.keys(C)){if(I.has(T))continue;if(x==="never"){S.push(T);continue}const A=k.run({value:C[T],issues:[]},y);A instanceof Promise?E.push(A.then(D=>Tr(D,v,T))):Tr(A,v,T)}return S.length&&v.issues.push({code:"unrecognized_keys",keys:S,input:C,inst:o}),E.length?Promise.all(E).then(()=>v):v}});function uu(o,i,a,r){for(const s of o)if(s.issues.length===0)return i.value=s.value,i;return i.issues.push({code:"invalid_union",input:i.value,inst:a,errors:o.map(s=>s.issues.map(c=>Ei(c,r,Ai())))}),i}const g7=fe("$ZodUnion",(o,i)=>{Ct.init(o,i),St(o._zod,"values",()=>{if(i.options.every(a=>a._zod.values))return new Set(i.options.flatMap(a=>Array.from(a._zod.values)))}),St(o._zod,"pattern",()=>{if(i.options.every(a=>a._zod.pattern)){const a=i.options.map(r=>r._zod.pattern);return new RegExp(`^(${a.map(r=>fs(r.source)).join("|")})$`)}}),o._zod.parse=(a,r)=>{let s=!1;const c=[];for(const p of i.options){const f=p._zod.run({value:a.value,issues:[]},r);if(f instanceof Promise)c.push(f),s=!0;else{if(f.issues.length===0)return f;c.push(f)}}return s?Promise.all(c).then(p=>uu(p,a,o,r)):uu(c,a,o,r)}}),y7=fe("$ZodIntersection",(o,i)=>{Ct.init(o,i),o._zod.parse=(a,r)=>{const{value:s}=a,c=i.left._zod.run({value:s,issues:[]},r),p=i.right._zod.run({value:s,issues:[]},r);return c instanceof Promise||p instanceof Promise?Promise.all([c,p]).then(([h,b])=>fu(a,h,b)):fu(a,c,p)}});function vs(o,i){if(o===i)return{valid:!0,data:o};if(o instanceof Date&&i instanceof Date&&+o==+i)return{valid:!0,data:o};if(bs(o)&&bs(i)){const a=Object.keys(i),r=Object.keys(o).filter(c=>a.indexOf(c)!==-1),s={...o,...i};for(const c of r){const p=vs(o[c],i[c]);if(!p.valid)return{valid:!1,mergeErrorPath:[c,...p.mergeErrorPath]};s[c]=p.data}return{valid:!0,data:s}}if(Array.isArray(o)&&Array.isArray(i)){if(o.length!==i.length)return{valid:!1,mergeErrorPath:[]};const a=[];for(let r=0;r<o.length;r++){const s=o[r],c=i[r],p=vs(s,c);if(!p.valid)return{valid:!1,mergeErrorPath:[r,...p.mergeErrorPath]};a.push(p.data)}return{valid:!0,data:a}}return{valid:!1,mergeErrorPath:[]}}function fu(o,i,a){if(i.issues.length&&o.issues.push(...i.issues),a.issues.length&&o.issues.push(...a.issues),sa(o))return o;const r=vs(i.value,a.value);if(!r.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(r.mergeErrorPath)}`);return o.value=r.data,o}const v7=fe("$ZodRecord",(o,i)=>{Ct.init(o,i),o._zod.parse=(a,r)=>{const s=a.value;if(!bs(s))return a.issues.push({expected:"record",code:"invalid_type",input:s,inst:o}),a;const c=[];if(i.keyType._zod.values){const p=i.keyType._zod.values;a.value={};for(const h of p)if(typeof h=="string"||typeof h=="number"||typeof h=="symbol"){const b=i.valueType._zod.run({value:s[h],issues:[]},r);b instanceof Promise?c.push(b.then(g=>{g.issues.length&&a.issues.push(...Yi(h,g.issues)),a.value[h]=g.value})):(b.issues.length&&a.issues.push(...Yi(h,b.issues)),a.value[h]=b.value)}let f;for(const h in s)p.has(h)||(f=f??[],f.push(h));f&&f.length>0&&a.issues.push({code:"unrecognized_keys",input:s,inst:o,keys:f})}else{a.value={};for(const p of Reflect.ownKeys(s)){if(p==="__proto__")continue;const f=i.keyType._zod.run({value:p,issues:[]},r);if(f instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(f.issues.length){a.issues.push({origin:"record",code:"invalid_key",issues:f.issues.map(b=>Ei(b,r,Ai())),input:p,path:[p],inst:o}),a.value[f.value]=f.value;continue}const h=i.valueType._zod.run({value:s[p],issues:[]},r);h instanceof Promise?c.push(h.then(b=>{b.issues.length&&a.issues.push(...Yi(p,b.issues)),a.value[f.value]=b.value})):(h.issues.length&&a.issues.push(...Yi(p,h.issues)),a.value[f.value]=h.value)}}return c.length?Promise.all(c).then(()=>a):a}}),w7=fe("$ZodEnum",(o,i)=>{Ct.init(o,i);const a=B6(i.entries);o._zod.values=new Set(a),o._zod.pattern=new RegExp(`^(${a.filter(r=>$6.has(typeof r)).map(r=>typeof r=="string"?Sr(r):r.toString()).join("|")})$`),o._zod.parse=(r,s)=>{const c=r.value;return o._zod.values.has(c)||r.issues.push({code:"invalid_value",values:a,input:c,inst:o}),r}}),C7=fe("$ZodTransform",(o,i)=>{Ct.init(o,i),o._zod.parse=(a,r)=>{const s=i.transform(a.value,a);if(r.async)return(s instanceof Promise?s:Promise.resolve(s)).then(p=>(a.value=p,a));if(s instanceof Promise)throw new ra;return a.value=s,a}}),k7=fe("$ZodOptional",(o,i)=>{Ct.init(o,i),o._zod.optin="optional",o._zod.optout="optional",St(o._zod,"values",()=>i.innerType._zod.values?new Set([...i.innerType._zod.values,void 0]):void 0),St(o._zod,"pattern",()=>{const a=i.innerType._zod.pattern;return a?new RegExp(`^(${fs(a.source)})?$`):void 0}),o._zod.parse=(a,r)=>a.value===void 0?a:i.innerType._zod.run(a,r)}),x7=fe("$ZodNullable",(o,i)=>{Ct.init(o,i),St(o._zod,"optin",()=>i.innerType._zod.optin),St(o._zod,"optout",()=>i.innerType._zod.optout),St(o._zod,"pattern",()=>{const a=i.innerType._zod.pattern;return a?new RegExp(`^(${fs(a.source)}|null)$`):void 0}),St(o._zod,"values",()=>i.innerType._zod.values?new Set([...i.innerType._zod.values,null]):void 0),o._zod.parse=(a,r)=>a.value===null?a:i.innerType._zod.run(a,r)}),_7=fe("$ZodDefault",(o,i)=>{Ct.init(o,i),o._zod.optin="optional",St(o._zod,"values",()=>i.innerType._zod.values),o._zod.parse=(a,r)=>{if(a.value===void 0)return a.value=i.defaultValue,a;const s=i.innerType._zod.run(a,r);return s instanceof Promise?s.then(c=>mu(c,i)):mu(s,i)}});function mu(o,i){return o.value===void 0&&(o.value=i.defaultValue),o}const I7=fe("$ZodPrefault",(o,i)=>{Ct.init(o,i),o._zod.optin="optional",St(o._zod,"values",()=>i.innerType._zod.values),o._zod.parse=(a,r)=>(a.value===void 0&&(a.value=i.defaultValue),i.innerType._zod.run(a,r))}),S7=fe("$ZodNonOptional",(o,i)=>{Ct.init(o,i),St(o._zod,"values",()=>{const a=i.innerType._zod.values;return a?new Set([...a].filter(r=>r!==void 0)):void 0}),o._zod.parse=(a,r)=>{const s=i.innerType._zod.run(a,r);return s instanceof Promise?s.then(c=>hu(c,o)):hu(s,o)}});function hu(o,i){return!o.issues.length&&o.value===void 0&&o.issues.push({code:"invalid_type",expected:"nonoptional",input:o.value,inst:i}),o}const A7=fe("$ZodCatch",(o,i)=>{Ct.init(o,i),St(o._zod,"optin",()=>i.innerType._zod.optin),St(o._zod,"optout",()=>i.innerType._zod.optout),St(o._zod,"values",()=>i.innerType._zod.values),o._zod.parse=(a,r)=>{const s=i.innerType._zod.run(a,r);return s instanceof Promise?s.then(c=>(a.value=c.value,c.issues.length&&(a.value=i.catchValue({...a,error:{issues:c.issues.map(p=>Ei(p,r,Ai()))},input:a.value}),a.issues=[]),a)):(a.value=s.value,s.issues.length&&(a.value=i.catchValue({...a,error:{issues:s.issues.map(c=>Ei(c,r,Ai()))},input:a.value}),a.issues=[]),a)}}),E7=fe("$ZodPipe",(o,i)=>{Ct.init(o,i),St(o._zod,"values",()=>i.in._zod.values),St(o._zod,"optin",()=>i.in._zod.optin),St(o._zod,"optout",()=>i.out._zod.optout),o._zod.parse=(a,r)=>{const s=i.in._zod.run(a,r);return s instanceof Promise?s.then(c=>bu(c,i,r)):bu(s,i,r)}});function bu(o,i,a){return sa(o)?o:i.out._zod.run({value:o.value,issues:o.issues},a)}const T7=fe("$ZodReadonly",(o,i)=>{Ct.init(o,i),St(o._zod,"propValues",()=>i.innerType._zod.propValues),St(o._zod,"optin",()=>i.innerType._zod.optin),St(o._zod,"optout",()=>i.innerType._zod.optout),o._zod.parse=(a,r)=>{const s=i.innerType._zod.run(a,r);return s instanceof Promise?s.then(gu):gu(s)}});function gu(o){return o.value=Object.freeze(o.value),o}const D7=fe("$ZodCustom",(o,i)=>{co.init(o,i),Ct.init(o,i),o._zod.parse=(a,r)=>a,o._zod.check=a=>{const r=a.value,s=i.fn(r);if(s instanceof Promise)return s.then(c=>yu(c,a,r,o));yu(s,a,r,o)}});function yu(o,i,a,r){if(!o){const s={code:"custom",input:a,inst:r,path:[...r._zod.def.path??[]],continue:!r._zod.def.abort};r._zod.def.params&&(s.params=r._zod.def.params),i.issues.push(ca(s))}}class O7{constructor(){this._map=new WeakMap,this._idmap=new Map}add(i,...a){const r=a[0];if(this._map.set(i,r),r&&typeof r=="object"&&"id"in r){if(this._idmap.has(r.id))throw new Error(`ID ${r.id} already exists in the registry`);this._idmap.set(r.id,i)}return this}remove(i){return this._map.delete(i),this}get(i){const a=i._zod.parent;if(a){const r={...this.get(a)??{}};return delete r.id,{...r,...this._map.get(i)}}return this._map.get(i)}has(i){return this._map.has(i)}}function R7(){return new O7}const Dr=R7();function B7(o,i){return new o({type:"string",...qe(i)})}function L7(o,i){return new o({type:"string",format:"email",check:"string_format",abort:!1,...qe(i)})}function vu(o,i){return new o({type:"string",format:"guid",check:"string_format",abort:!1,...qe(i)})}function N7(o,i){return new o({type:"string",format:"uuid",check:"string_format",abort:!1,...qe(i)})}function P7(o,i){return new o({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...qe(i)})}function $7(o,i){return new o({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...qe(i)})}function M7(o,i){return new o({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...qe(i)})}function q7(o,i){return new o({type:"string",format:"url",check:"string_format",abort:!1,...qe(i)})}function j7(o,i){return new o({type:"string",format:"emoji",check:"string_format",abort:!1,...qe(i)})}function F7(o,i){return new o({type:"string",format:"nanoid",check:"string_format",abort:!1,...qe(i)})}function V7(o,i){return new o({type:"string",format:"cuid",check:"string_format",abort:!1,...qe(i)})}function U7(o,i){return new o({type:"string",format:"cuid2",check:"string_format",abort:!1,...qe(i)})}function z7(o,i){return new o({type:"string",format:"ulid",check:"string_format",abort:!1,...qe(i)})}function H7(o,i){return new o({type:"string",format:"xid",check:"string_format",abort:!1,...qe(i)})}function W7(o,i){return new o({type:"string",format:"ksuid",check:"string_format",abort:!1,...qe(i)})}function Z7(o,i){return new o({type:"string",format:"ipv4",check:"string_format",abort:!1,...qe(i)})}function Y7(o,i){return new o({type:"string",format:"ipv6",check:"string_format",abort:!1,...qe(i)})}function K7(o,i){return new o({type:"string",format:"cidrv4",check:"string_format",abort:!1,...qe(i)})}function G7(o,i){return new o({type:"string",format:"cidrv6",check:"string_format",abort:!1,...qe(i)})}function X7(o,i){return new o({type:"string",format:"base64",check:"string_format",abort:!1,...qe(i)})}function Q7(o,i){return new o({type:"string",format:"base64url",check:"string_format",abort:!1,...qe(i)})}function J7(o,i){return new o({type:"string",format:"e164",check:"string_format",abort:!1,...qe(i)})}function eg(o,i){return new o({type:"string",format:"jwt",check:"string_format",abort:!1,...qe(i)})}function tg(o,i){return new o({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...qe(i)})}function og(o,i){return new o({type:"string",format:"date",check:"string_format",...qe(i)})}function ig(o,i){return new o({type:"string",format:"time",check:"string_format",precision:null,...qe(i)})}function ng(o,i){return new o({type:"string",format:"duration",check:"string_format",...qe(i)})}function ag(o,i){return new o({type:"number",checks:[],...qe(i)})}function rg(o,i){return new o({type:"number",check:"number_format",abort:!1,format:"safeint",...qe(i)})}function lg(o,i){return new o({type:"boolean",...qe(i)})}function sg(o){return new o({type:"any"})}function cg(o){return new o({type:"unknown"})}function dg(o,i){return new o({type:"never",...qe(i)})}function wu(o,i){return new ru({check:"less_than",...qe(i),value:o,inclusive:!1})}function ws(o,i){return new ru({check:"less_than",...qe(i),value:o,inclusive:!0})}function Cu(o,i){return new lu({check:"greater_than",...qe(i),value:o,inclusive:!1})}function Cs(o,i){return new lu({check:"greater_than",...qe(i),value:o,inclusive:!0})}function ku(o,i){return new I8({check:"multiple_of",...qe(i),value:o})}function xu(o,i){return new A8({check:"max_length",...qe(i),maximum:o})}function Or(o,i){return new E8({check:"min_length",...qe(i),minimum:o})}function _u(o,i){return new T8({check:"length_equals",...qe(i),length:o})}function pg(o,i){return new D8({check:"string_format",format:"regex",...qe(i),pattern:o})}function ug(o){return new O8({check:"string_format",format:"lowercase",...qe(o)})}function fg(o){return new R8({check:"string_format",format:"uppercase",...qe(o)})}function mg(o,i){return new B8({check:"string_format",format:"includes",...qe(i),includes:o})}function hg(o,i){return new L8({check:"string_format",format:"starts_with",...qe(i),prefix:o})}function bg(o,i){return new N8({check:"string_format",format:"ends_with",...qe(i),suffix:o})}function da(o){return new P8({check:"overwrite",tx:o})}function gg(o){return da(i=>i.normalize(o))}function yg(){return da(o=>o.trim())}function vg(){return da(o=>o.toLowerCase())}function wg(){return da(o=>o.toUpperCase())}function Cg(o,i,a){return new o({type:"array",element:i,...qe(a)})}function kg(o,i,a){return new o({type:"custom",check:"custom",fn:i,...qe(a)})}const xg=fe("ZodISODateTime",(o,i)=>{G8.init(o,i),_t.init(o,i)});function _g(o){return tg(xg,o)}const Ig=fe("ZodISODate",(o,i)=>{X8.init(o,i),_t.init(o,i)});function Sg(o){return og(Ig,o)}const Ag=fe("ZodISOTime",(o,i)=>{Q8.init(o,i),_t.init(o,i)});function Eg(o){return ig(Ag,o)}const Tg=fe("ZodISODuration",(o,i)=>{J8.init(o,i),_t.init(o,i)});function Dg(o){return ng(Tg,o)}const Rr=fe("ZodError",(o,i)=>{X2.init(o,i),o.name="ZodError",Object.defineProperties(o,{format:{value:a=>Z6(o,a)},flatten:{value:a=>W6(o,a)},addIssue:{value:a=>o.issues.push(a)},addIssues:{value:a=>o.issues.push(...a)},isEmpty:{get(){return o.issues.length===0}}})},{Parent:Error}),Og=Y6(Rr),Rg=K6(Rr),Bg=J2(Rr),Lg=eu(Rr),At=fe("ZodType",(o,i)=>(Ct.init(o,i),o.def=i,Object.defineProperty(o,"_def",{value:i}),o.check=(...a)=>o.clone({...i,checks:[...i.checks??[],...a.map(r=>typeof r=="function"?{_zod:{check:r,def:{check:"custom"},onattach:[]}}:r)]}),o.clone=(a,r)=>Zi(o,a,r),o.brand=()=>o,o.register=(a,r)=>(a.add(o,r),o),o.parse=(a,r)=>Og(o,a,r,{callee:o.parse}),o.safeParse=(a,r)=>Bg(o,a,r),o.parseAsync=async(a,r)=>Rg(o,a,r,{callee:o.parseAsync}),o.safeParseAsync=async(a,r)=>Lg(o,a,r),o.spa=o.safeParseAsync,o.refine=(a,r)=>o.check(Ay(a,r)),o.superRefine=a=>o.check(Ey(a)),o.overwrite=a=>o.check(da(a)),o.optional=()=>Ou(o),o.nullable=()=>Ru(o),o.nullish=()=>Ou(Ru(o)),o.nonoptional=a=>vy(o,a),o.array=()=>u(o),o.or=a=>sy([o,a]),o.and=a=>dy(o,a),o.transform=a=>Lu(o,fy(a)),o.default=a=>by(o,a),o.prefault=a=>yy(o,a),o.catch=a=>Cy(o,a),o.pipe=a=>Lu(o,a),o.readonly=()=>_y(o),o.describe=a=>{const r=o.clone();return Dr.add(r,{description:a}),r},Object.defineProperty(o,"description",{get(){var a;return(a=Dr.get(o))==null?void 0:a.description},configurable:!0}),o.meta=(...a)=>{if(a.length===0)return Dr.get(o);const r=o.clone();return Dr.add(r,a[0]),r},o.isOptional=()=>o.safeParse(void 0).success,o.isNullable=()=>o.safeParse(null).success,o)),Iu=fe("_ZodString",(o,i)=>{ys.init(o,i),At.init(o,i);const a=o._zod.bag;o.format=a.format??null,o.minLength=a.minimum??null,o.maxLength=a.maximum??null,o.regex=(...r)=>o.check(pg(...r)),o.includes=(...r)=>o.check(mg(...r)),o.startsWith=(...r)=>o.check(hg(...r)),o.endsWith=(...r)=>o.check(bg(...r)),o.min=(...r)=>o.check(Or(...r)),o.max=(...r)=>o.check(xu(...r)),o.length=(...r)=>o.check(_u(...r)),o.nonempty=(...r)=>o.check(Or(1,...r)),o.lowercase=r=>o.check(ug(r)),o.uppercase=r=>o.check(fg(r)),o.trim=()=>o.check(yg()),o.normalize=(...r)=>o.check(gg(...r)),o.toLowerCase=()=>o.check(vg()),o.toUpperCase=()=>o.check(wg())}),Ng=fe("ZodString",(o,i)=>{ys.init(o,i),Iu.init(o,i),o.email=a=>o.check(L7(Pg,a)),o.url=a=>o.check(q7($g,a)),o.jwt=a=>o.check(eg(Qg,a)),o.emoji=a=>o.check(j7(Mg,a)),o.guid=a=>o.check(vu(Su,a)),o.uuid=a=>o.check(N7(Br,a)),o.uuidv4=a=>o.check(P7(Br,a)),o.uuidv6=a=>o.check($7(Br,a)),o.uuidv7=a=>o.check(M7(Br,a)),o.nanoid=a=>o.check(F7(qg,a)),o.guid=a=>o.check(vu(Su,a)),o.cuid=a=>o.check(V7(jg,a)),o.cuid2=a=>o.check(U7(Fg,a)),o.ulid=a=>o.check(z7(Vg,a)),o.base64=a=>o.check(X7(Kg,a)),o.base64url=a=>o.check(Q7(Gg,a)),o.xid=a=>o.check(H7(Ug,a)),o.ksuid=a=>o.check(W7(zg,a)),o.ipv4=a=>o.check(Z7(Hg,a)),o.ipv6=a=>o.check(Y7(Wg,a)),o.cidrv4=a=>o.check(K7(Zg,a)),o.cidrv6=a=>o.check(G7(Yg,a)),o.e164=a=>o.check(J7(Xg,a)),o.datetime=a=>o.check(_g(a)),o.date=a=>o.check(Sg(a)),o.time=a=>o.check(Eg(a)),o.duration=a=>o.check(Dg(a))});function e(o){return B7(Ng,o)}const _t=fe("ZodStringFormat",(o,i)=>{kt.init(o,i),Iu.init(o,i)}),Pg=fe("ZodEmail",(o,i)=>{F8.init(o,i),_t.init(o,i)}),Su=fe("ZodGUID",(o,i)=>{q8.init(o,i),_t.init(o,i)}),Br=fe("ZodUUID",(o,i)=>{j8.init(o,i),_t.init(o,i)}),$g=fe("ZodURL",(o,i)=>{V8.init(o,i),_t.init(o,i)}),Mg=fe("ZodEmoji",(o,i)=>{U8.init(o,i),_t.init(o,i)}),qg=fe("ZodNanoID",(o,i)=>{z8.init(o,i),_t.init(o,i)}),jg=fe("ZodCUID",(o,i)=>{H8.init(o,i),_t.init(o,i)}),Fg=fe("ZodCUID2",(o,i)=>{W8.init(o,i),_t.init(o,i)}),Vg=fe("ZodULID",(o,i)=>{Z8.init(o,i),_t.init(o,i)}),Ug=fe("ZodXID",(o,i)=>{Y8.init(o,i),_t.init(o,i)}),zg=fe("ZodKSUID",(o,i)=>{K8.init(o,i),_t.init(o,i)}),Hg=fe("ZodIPv4",(o,i)=>{e7.init(o,i),_t.init(o,i)}),Wg=fe("ZodIPv6",(o,i)=>{t7.init(o,i),_t.init(o,i)}),Zg=fe("ZodCIDRv4",(o,i)=>{o7.init(o,i),_t.init(o,i)}),Yg=fe("ZodCIDRv6",(o,i)=>{i7.init(o,i),_t.init(o,i)}),Kg=fe("ZodBase64",(o,i)=>{n7.init(o,i),_t.init(o,i)}),Gg=fe("ZodBase64URL",(o,i)=>{r7.init(o,i),_t.init(o,i)}),Xg=fe("ZodE164",(o,i)=>{l7.init(o,i),_t.init(o,i)}),Qg=fe("ZodJWT",(o,i)=>{c7.init(o,i),_t.init(o,i)}),Au=fe("ZodNumber",(o,i)=>{cu.init(o,i),At.init(o,i),o.gt=(r,s)=>o.check(Cu(r,s)),o.gte=(r,s)=>o.check(Cs(r,s)),o.min=(r,s)=>o.check(Cs(r,s)),o.lt=(r,s)=>o.check(wu(r,s)),o.lte=(r,s)=>o.check(ws(r,s)),o.max=(r,s)=>o.check(ws(r,s)),o.int=r=>o.check(Eu(r)),o.safe=r=>o.check(Eu(r)),o.positive=r=>o.check(Cu(0,r)),o.nonnegative=r=>o.check(Cs(0,r)),o.negative=r=>o.check(wu(0,r)),o.nonpositive=r=>o.check(ws(0,r)),o.multipleOf=(r,s)=>o.check(ku(r,s)),o.step=(r,s)=>o.check(ku(r,s)),o.finite=()=>o;const a=o._zod.bag;o.minValue=Math.max(a.minimum??Number.NEGATIVE_INFINITY,a.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,o.maxValue=Math.min(a.maximum??Number.POSITIVE_INFINITY,a.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,o.isInt=(a.format??"").includes("int")||Number.isSafeInteger(a.multipleOf??.5),o.isFinite=!0,o.format=a.format??null});function d(o){return ag(Au,o)}const Jg=fe("ZodNumberFormat",(o,i)=>{d7.init(o,i),Au.init(o,i)});function Eu(o){return rg(Jg,o)}const ey=fe("ZodBoolean",(o,i)=>{p7.init(o,i),At.init(o,i)});function m(o){return lg(ey,o)}const ty=fe("ZodAny",(o,i)=>{u7.init(o,i),At.init(o,i)});function ke(){return sg(ty)}const oy=fe("ZodUnknown",(o,i)=>{f7.init(o,i),At.init(o,i)});function Tu(){return cg(oy)}const iy=fe("ZodNever",(o,i)=>{m7.init(o,i),At.init(o,i)});function ny(o){return dg(iy,o)}const ay=fe("ZodArray",(o,i)=>{h7.init(o,i),At.init(o,i),o.element=i.element,o.min=(a,r)=>o.check(Or(a,r)),o.nonempty=a=>o.check(Or(1,a)),o.max=(a,r)=>o.check(xu(a,r)),o.length=(a,r)=>o.check(_u(a,r)),o.unwrap=()=>o.element});function u(o,i){return Cg(ay,o,i)}const ry=fe("ZodObject",(o,i)=>{b7.init(o,i),At.init(o,i),St(o,"shape",()=>Object.fromEntries(Object.entries(o._zod.def.shape))),o.keyof=()=>G(Object.keys(o._zod.def.shape)),o.catchall=a=>o.clone({...o._zod.def,catchall:a}),o.passthrough=()=>o.clone({...o._zod.def,catchall:Tu()}),o.loose=()=>o.clone({...o._zod.def,catchall:Tu()}),o.strict=()=>o.clone({...o._zod.def,catchall:ny()}),o.strip=()=>o.clone({...o._zod.def,catchall:void 0}),o.extend=a=>V6(o,a),o.merge=a=>U6(o,a),o.pick=a=>j6(o,a),o.omit=a=>F6(o,a),o.partial=(...a)=>z6(Du,o,a[0]),o.required=(...a)=>H6(Bu,o,a[0])});function n(o,i){const a={type:"object",get shape(){return ms(this,"shape",{...o}),this.shape},...qe(i)};return new ry(a)}const ly=fe("ZodUnion",(o,i)=>{g7.init(o,i),At.init(o,i),o.options=i.options});function sy(o,i){return new ly({type:"union",options:o,...qe(i)})}const cy=fe("ZodIntersection",(o,i)=>{y7.init(o,i),At.init(o,i)});function dy(o,i){return new cy({type:"intersection",left:o,right:i})}const py=fe("ZodRecord",(o,i)=>{v7.init(o,i),At.init(o,i),o.keyType=i.keyType,o.valueType=i.valueType});function O(o,i,a){return new py({type:"record",keyType:o,valueType:i,...qe(a)})}const ks=fe("ZodEnum",(o,i)=>{w7.init(o,i),At.init(o,i),o.enum=i.entries,o.options=Object.values(i.entries);const a=new Set(Object.keys(i.entries));o.extract=(r,s)=>{const c={};for(const p of r)if(a.has(p))c[p]=i.entries[p];else throw new Error(`Key ${p} not found in enum`);return new ks({...i,checks:[],...qe(s),entries:c})},o.exclude=(r,s)=>{const c={...i.entries};for(const p of r)if(a.has(p))delete c[p];else throw new Error(`Key ${p} not found in enum`);return new ks({...i,checks:[],...qe(s),entries:c})}});function G(o,i){const a=Array.isArray(o)?Object.fromEntries(o.map(r=>[r,r])):o;return new ks({type:"enum",entries:a,...qe(i)})}const uy=fe("ZodTransform",(o,i)=>{C7.init(o,i),At.init(o,i),o._zod.parse=(a,r)=>{a.addIssue=c=>{if(typeof c=="string")a.issues.push(ca(c,a.value,i));else{const p=c;p.fatal&&(p.continue=!1),p.code??(p.code="custom"),p.input??(p.input=a.value),p.inst??(p.inst=o),p.continue??(p.continue=!0),a.issues.push(ca(p))}};const s=i.transform(a.value,a);return s instanceof Promise?s.then(c=>(a.value=c,a)):(a.value=s,a)}});function fy(o){return new uy({type:"transform",transform:o})}const Du=fe("ZodOptional",(o,i)=>{k7.init(o,i),At.init(o,i),o.unwrap=()=>o._zod.def.innerType});function Ou(o){return new Du({type:"optional",innerType:o})}const my=fe("ZodNullable",(o,i)=>{x7.init(o,i),At.init(o,i),o.unwrap=()=>o._zod.def.innerType});function Ru(o){return new my({type:"nullable",innerType:o})}const hy=fe("ZodDefault",(o,i)=>{_7.init(o,i),At.init(o,i),o.unwrap=()=>o._zod.def.innerType,o.removeDefault=o.unwrap});function by(o,i){return new hy({type:"default",innerType:o,get defaultValue(){return typeof i=="function"?i():i}})}const gy=fe("ZodPrefault",(o,i)=>{I7.init(o,i),At.init(o,i),o.unwrap=()=>o._zod.def.innerType});function yy(o,i){return new gy({type:"prefault",innerType:o,get defaultValue(){return typeof i=="function"?i():i}})}const Bu=fe("ZodNonOptional",(o,i)=>{S7.init(o,i),At.init(o,i),o.unwrap=()=>o._zod.def.innerType});function vy(o,i){return new Bu({type:"nonoptional",innerType:o,...qe(i)})}const wy=fe("ZodCatch",(o,i)=>{A7.init(o,i),At.init(o,i),o.unwrap=()=>o._zod.def.innerType,o.removeCatch=o.unwrap});function Cy(o,i){return new wy({type:"catch",innerType:o,catchValue:typeof i=="function"?i:()=>i})}const ky=fe("ZodPipe",(o,i)=>{E7.init(o,i),At.init(o,i),o.in=i.in,o.out=i.out});function Lu(o,i){return new ky({type:"pipe",in:o,out:i})}const xy=fe("ZodReadonly",(o,i)=>{T7.init(o,i),At.init(o,i)});function _y(o){return new xy({type:"readonly",innerType:o})}const Iy=fe("ZodCustom",(o,i)=>{D7.init(o,i),At.init(o,i)});function Sy(o,i){const a=new co({check:"custom",...qe(i)});return a._zod.check=o,a}function Ay(o,i={}){return kg(Iy,o,i)}function Ey(o,i){const a=Sy(r=>(r.addIssue=s=>{if(typeof s=="string")r.issues.push(ca(s,r.value,a._zod.def));else{const c=s;c.fatal&&(c.continue=!1),c.code??(c.code="custom"),c.input??(c.input=r.value),c.inst??(c.inst=a),c.continue??(c.continue=!a._zod.def.abort),r.issues.push(ca(c))}},o(r.value,r)),i);return a}function Ty(){if(typeof window>"u"||typeof document>"u")return()=>{};const o=window._SVG_SPRITE_IDS_=window._SVG_SPRITE_IDS_||[],i=document.createElementNS("http://www.w3.org/2000/svg","svg");i.style.position="absolute",i.style.width="0",i.style.height="0";function a(){document.body.insertBefore(i,document.body.firstChild)}return document.readyState==="loading"?document.addEventListener("DOMContentLoaded",a):a(),function(s,c){(o.indexOf(c)>-1||document.getElementById(c))&&console.warn(`Icon #${c} was duplicately registered. It must be globally unique.`),o.push(c),i.insertAdjacentHTML("beforeend",s)}}const J=Ty();J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="account"><path fill-rule="evenodd" d="M12 14a4 4 0 1 0 0-8 4 4 0 0 0 0 8m0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4" clip-rule="evenodd" /><path fill-rule="evenodd" d="M14.204 21.756C18.666 20.753 22 16.766 22 12c0-5.523-4.477-10-10-10S2 6.477 2 12c0 4.766 3.334 8.753 7.796 9.756A10 10 0 0 0 12 22c.778 0 1.521-.086 2.204-.244m3.567-4.216a8 8 0 1 0-11.543 0C6.945 16.074 9.258 15 12 15s5.056 1.074 5.771 2.54m-3.952 2.252a5.3 5.3 0 0 0 1.416-.545c.361-.21.57-.414.674-.559a.6.6 0 0 0 .082-.145A.1.1 0 0 0 16 18.5c0-.006 0-.019-.01-.043a.6.6 0 0 0-.08-.145c-.106-.145-.314-.349-.675-.56C14.505 17.328 13.366 17 12 17s-2.506.327-3.235.753c-.361.21-.57.414-.674.559a.6.6 0 0 0-.082.145A.1.1 0 0 0 8 18.5c0 .006 0 .019.01.043.008.027.03.076.08.145.106.145.314.349.675.56a5.3 5.3 0 0 0 1.415.544 8 8 0 0 0 3.64 0" clip-rule="evenodd" /></symbol>',"account");const Dy="account";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="add-contact"><path d="M10 15c1.802 0 3.482.424 4.746 1.161 1.24.723 2.254 1.87 2.254 3.339a1 1 0 1 1-2 0c0-.463-.329-1.068-1.26-1.611-.908-.53-2.228-.889-3.74-.889-1.511 0-2.83.36-3.738.889C5.33 18.432 5 19.037 5 19.5a1 1 0 1 1-2 0c0-1.47 1.014-2.616 2.254-3.339C6.518 15.424 8.198 15 10 15m0-9a4 4 0 1 1 0 8 4 4 0 0 1 0-8m0 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4m8-5a1 1 0 0 1 1 1v1h1a1 1 0 1 1 0 2h-1v1a1 1 0 1 1-2 0V7h-1a1 1 0 1 1 0-2h1V4a1 1 0 0 1 1-1" /></symbol>',"add-contact");const Oy="add-contact";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="add-filter"><path d="M13 8a1 1 0 1 0-2 0v3H8a1 1 0 1 0 0 2h3v3a1 1 0 1 0 2 0v-3h3a1 1 0 1 0 0-2h-3z" /><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-2 0a8 8 0 1 1-16 0 8 8 0 0 1 16 0" clip-rule="evenodd" /></symbol>',"add-filter");const Ry="add-filter";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="adfs"><path fill="#00BEF2" d="M11.713 9.958v3.02c0 2.447-.015 3.036-.087 3.1-.06.049-.223-.022-.7-.296-1.728-.995-2.886-1.726-2.89-1.846 0-.053 0-.214.004-.357a1.7 1.7 0 0 0-.106-.566 3 3 0 0 1-.117-.345c0-.064 3.453-3.175 3.521-3.175.02 0 .11.105.205.233zM15.919 13.83c-.027.106-.454.39-2.743 1.817-.423.266-.786.484-.794.476-.102 0-.125-.458-.14-3.16l-.015-3.016.352-.233c.193-.127.378-.232.416-.232.106 0 .563.499 1.815 1.966l1.165 1.373-.015.447a4 4 0 0 1-.042.563" /><path fill="#00BEF2" fill-rule="evenodd" d="M12.064 2.075C12.03 2.026 12.011 2 11.99 2q-.024.001-.042.064c-.011.041-2.243 2.698-4.973 5.91A820 820 0 0 0 2 13.856c-.011.026 2.209 1.842 4.928 4.041 2.72 2.199 4.974 4.026 5.012 4.064.063.063.071.056.243-.081l.006-.006c.098-.082 2.349-1.902 4.993-4.037 2.643-2.135 4.814-3.902 4.818-3.917.011-.015-2.213-2.672-4.936-5.899a1192 1192 0 0 1-5-5.947m-1.282 16.014c.155.3.53.616.84.728.303.113.522.113.889.008.355-.105.768-.45.934-.796.147-.311.163-.81.03-1.13-.136-.322-.117-.4.152-.618.438-.35 2.409-1.692 2.537-1.722.076-.023.258.04.492.168.314.173.427.203.726.203.427 0 .662-.09.983-.375.454-.41.64-1.088.428-1.591-.333-.784-1.173-1.133-1.967-.822a2 2 0 0 1-.404.117c-.053 0-.216-.132-.36-.297-.817-.942-2.36-2.792-2.45-2.945-.11-.173-.11-.18.003-.466.42-1.032-.355-2.187-1.467-2.187-.473 0-.719.079-1.052.337-.609.477-.786 1.272-.438 1.99l.17.356-.571.54c-.829.78-2.546 2.334-2.758 2.491-.181.135-.189.135-.476.042-.53-.173-1.078-.038-1.49.371-.307.3-.401.544-.401 1.017 0 .488.11.728.476 1.066.511.469 1.165.514 1.79.12.192-.12.298-.158.362-.12l.095.05c.223.121.806.436 1.456.783.802.427 1.51.821 1.57.863.106.078.106.09-.06.427-.216.454-.232 1.028-.039 1.392" clip-rule="evenodd" /></symbol>',"adfs");const By="adfs";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="agent"><path d="M6.59 9.004a5.502 5.502 0 0 1 10.82 0A1 1 0 1 0 18.5 10a6.5 6.5 0 1 0-13 0c0 .549.107 1.379.45 2.091.347.725.987 1.409 2.05 1.409a.5.5 0 0 0 0-1c-.537 0-.897-.316-1.15-.841a3.4 3.4 0 0 1-.23-.666 1 1 0 0 0-.03-1.989M8.261 17.889C7.33 18.433 7 19.037 7 19.5a1 1 0 1 1-2 0c0-1.47 1.014-2.616 2.253-3.339C8.518 15.424 10.198 15 12 15s3.483.424 4.747 1.161C17.986 16.884 19 18.031 19 19.5a1 1 0 1 1-2 0c0-.463-.33-1.067-1.261-1.611C14.83 17.359 13.512 17 12 17s-2.831.36-3.739.889" /><path fill-rule="evenodd" d="M12 14a4 4 0 1 0 0-8 4 4 0 0 0 0 8m0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4" clip-rule="evenodd" /></symbol>',"agent");const Ly="agent";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="api"><path d="M12 2a2.636 2.636 0 0 0-2.637 2.636v.137a.35.35 0 0 1-.129.268 1 1 0 0 0-.158.055.35.35 0 0 1-.384-.067l-.043-.044a2.636 2.636 0 1 0-3.73 3.73l.044.043.007.008L5.5 7h.664a.64.64 0 0 1 .169-.6v-.001a.637.637 0 0 1 .901 0l.05.05.007.007c.252.246.554.431.885.544h1.518a1 1 0 0 0 .245-.07 2.35 2.35 0 0 0 1.424-2.15v-.144a.637.637 0 0 1 1.273 0v.143A2.35 2.35 0 0 0 14.06 6.93q.12.05.246.07h1.517a2.35 2.35 0 0 0 .885-.544l.008-.008.049-.05a.64.64 0 0 1 .694-.138.637.637 0 0 1 .376.74h2.014q.004-.075.004-.15a2.636 2.636 0 0 0-3.647-2.437c-.32.133-.611.327-.856.572l-.043.044a.35.35 0 0 1-.384.067 1 1 0 0 0-.158-.055.35.35 0 0 1-.13-.268v-.137A2.636 2.636 0 0 0 12 2M4.694 9.43a.4.4 0 0 0 .081-.014l-.711 2.37a.6.6 0 0 0-.06.198L3.3 14.338a2.635 2.635 0 0 1 1.337-4.909zM6.25 17H4.22a2.637 2.637 0 0 0 4.494 2.08l.044-.043a.35.35 0 0 1 .383-.068q.03.014.059.024a.35.35 0 0 1 .229.313v.058a2.636 2.636 0 0 0 2.57 2.635 2.636 2.636 0 0 0 2.571-2.635v-.059a.35.35 0 0 1 .23-.312l.058-.024a.35.35 0 0 1 .383.068l.044.043a2.64 2.64 0 0 0 2.875.573A2.64 2.64 0 0 0 19.779 17h-2.03a.64.64 0 0 1-.148.666.64.64 0 0 1-.901 0l-.058-.056a2.35 2.35 0 0 0-1.114-.61H14.47q-.2.046-.39.127a2.35 2.35 0 0 0-1.51 2.14v.097a.636.636 0 0 1-.57.633.636.636 0 0 1-.571-.633v-.097a2.35 2.35 0 0 0-1.51-2.14A2.4 2.4 0 0 0 9.53 17H8.471a2.35 2.35 0 0 0-1.114.61l-.058.057a.637.637 0 0 1-.9 0h-.001A.64.64 0 0 1 6.249 17M21.227 13.93c-.341.341-.766.58-1.227.694V9.507a2.636 2.636 0 0 1 1.227 4.423" /><path d="M7 8a1 1 0 0 1 .949.684l2 6a1 1 0 0 1-1.898.632L7 12.162l-1.051 3.154a1 1 0 0 1-1.898-.632l2-6A1 1 0 0 1 7 8" /><path fill-rule="evenodd" d="M11 9a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-2v2a1 1 0 1 1-2 0zm2 2h1v-1h-1z" clip-rule="evenodd" /><path d="M19 9a1 1 0 1 0-2 0v6a1 1 0 1 0 2 0z" /></symbol>',"api");const Ny="api";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="app-navigator"><path d="M5 6a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1zM5 11.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1zM5 17a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1zM16 6a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zM16 11.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zM16 17a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zM10.5 6a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zM10.5 11.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zM10.5 17a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1z" /></symbol>',"app-navigator");const Py="app-navigator";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="arrange"><path fill-rule="evenodd" d="M13 11h-2v2h2zm-2-2a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2zM6 11H4v2h2zM4 9a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2zM20 11h-2v2h2zm-2-2a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2zM6.707 2.293a1 1 0 0 1 0 1.414L6.414 4H17a3 3 0 0 1 3 3v2h-2V7a1 1 0 0 0-1-1H6.414l.293.293a1 1 0 0 1-1.414 1.414l-2-2a1 1 0 0 1 0-1.414l2-2a1 1 0 0 1 1.414 0M17.293 21.707a1 1 0 0 1 0-1.414l.293-.293H7a3 3 0 0 1-3-3v-2h2v2a1 1 0 0 0 1 1h10.586l-.293-.293a1 1 0 0 1 1.414-1.414l2 2a1 1 0 0 1 0 1.414l-2 2a1 1 0 0 1-1.414 0" clip-rule="evenodd" /></symbol>',"arrange");const $y="arrange";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="arrow-down"><path fill-rule="evenodd" d="M17.843 8.99a1.04 1.04 0 0 1-.331 1.43c-1.314.82-2.342 1.9-3.048 2.792a14 14 0 0 0-.791 1.106 9 9 0 0 0-.24.396l-.01.016v.002l-.065.12-.095.101c-.34.358-.797.547-1.263.547s-.924-.19-1.263-.547l-.095-.1-.065-.12v-.003l-.01-.016-.046-.08a13.615 13.615 0 0 0-.986-1.423c-.705-.89-1.733-1.97-3.047-2.791a1.04 1.04 0 0 1-.331-1.43 1.034 1.034 0 0 1 1.426-.333c1.58.988 2.778 2.257 3.574 3.264.358.45.64.855.843 1.167.204-.312.485-.716.842-1.167.797-1.007 1.995-2.276 3.575-3.264a1.034 1.034 0 0 1 1.426.332" clip-rule="evenodd" /></symbol>',"arrow-down");const My="arrow-down";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="arrow-left"><path fill-rule="evenodd" d="M15.01 6.157a1.04 1.04 0 0 0-1.43.331c-.82 1.314-1.9 2.342-2.792 3.048a14 14 0 0 1-1.423.986l-.079.045-.016.01h-.002l-.12.065-.101.095c-.358.34-.547.797-.547 1.263s.19.924.547 1.263l.1.095.12.065h.001l.002.001.016.01.08.045c.07.041.179.106.316.194.275.176.663.44 1.106.791.892.706 1.971 1.734 2.792 3.048a1.04 1.04 0 0 0 1.43.331c.487-.302.636-.94.333-1.426-.988-1.58-2.257-2.778-3.264-3.574-.45-.358-.855-.64-1.167-.843a16 16 0 0 0 1.167-.842c1.007-.797 2.276-1.995 3.264-3.575a1.034 1.034 0 0 0-.332-1.426" clip-rule="evenodd" /></symbol>',"arrow-left");const qy="arrow-left";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="arrow-mix"><path d="M17.104 4c0-.552.438-1 .98-1 .54 0 .978.448.978 1q-.001-.013.004.003c.009.03.043.15.171.361.151.25.376.534.64.804.265.27.543.5.787.654a1.4 1.4 0 0 0 .357.178c.54 0 .979.448.979 1a.99.99 0 0 1-.98 1q.014 0-.002.003c-.03.01-.146.044-.354.175a4.6 4.6 0 0 0-.787.654c-.264.27-.489.554-.64.804-.128.212-.162.33-.171.361q-.004.015-.004.003a.99.99 0 0 1-.979 1 .99.99 0 0 1-.979-1c0-.534.241-1.043.468-1.417a6 6 0 0 1 .398-.57 6.95 6.95 0 0 0-4.545 2.067 11 11 0 0 0-1.077-1.739 8.95 8.95 0 0 1 5.434-2.32A1 1 0 0 1 17.98 6a6 6 0 0 1-.407-.583c-.227-.374-.468-.883-.468-1.417M8.575 13.92A6.95 6.95 0 0 1 3.615 16H3a1 1 0 1 0 0 2h.615a8.95 8.95 0 0 0 6.037-2.341q-.615-.81-1.077-1.739" /><path d="M2 7a1 1 0 0 1 1-1h.615a8.95 8.95 0 0 1 8.313 5.629 6.95 6.95 0 0 0 6.041 4.359 6 6 0 0 1-.397-.571c-.227-.374-.468-.883-.468-1.417 0-.552.438-1 .98-1 .54 0 .978.448.978 1q-.001-.013.004.003c.009.03.043.15.171.361.151.25.376.534.64.804.265.27.543.5.787.654.208.13.324.166.354.175q.015.004.003.003c.54 0 .979.448.979 1a.99.99 0 0 1-.98 1q.014 0-.002.003a1.4 1.4 0 0 0-.354.175 4.6 4.6 0 0 0-.787.654c-.264.27-.489.554-.64.804-.128.212-.162.33-.171.361q-.004.016-.004.003a.99.99 0 0 1-.979 1 .99.99 0 0 1-.979-1c0-.534.241-1.043.468-1.417q.181-.297.407-.583a1 1 0 0 1-.197-.02 8.96 8.96 0 0 1-7.71-5.609A6.95 6.95 0 0 0 3.615 8H3a1 1 0 0 1-1-1" /></symbol>',"arrow-mix");const jy="arrow-mix";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="arrow-right"><path fill-rule="evenodd" d="M8.99 6.157a1.04 1.04 0 0 1 1.43.331c.82 1.314 1.9 2.342 2.792 3.048.443.35.831.616 1.106.791a9 9 0 0 0 .396.24l.016.01h.002l.12.065.101.095c.358.34.547.797.547 1.263s-.19.924-.547 1.263l-.1.095-.12.065h-.003l-.016.01-.08.046c-.07.041-.179.106-.316.194-.275.176-.663.44-1.106.791-.892.706-1.971 1.734-2.792 3.048a1.04 1.04 0 0 1-1.43.331 1.034 1.034 0 0 1-.333-1.426c.988-1.58 2.257-2.778 3.264-3.574.45-.358.855-.64 1.167-.843a16 16 0 0 1-1.167-.842c-1.007-.797-2.276-1.995-3.264-3.575a1.034 1.034 0 0 1 .332-1.426" clip-rule="evenodd" /></symbol>',"arrow-right");const Fy="arrow-right";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="arrow-up"><path fill-rule="evenodd" d="M6.157 15.01a1.04 1.04 0 0 1 .331-1.43c1.314-.82 2.342-1.9 3.048-2.792.35-.443.616-.831.791-1.106a9 9 0 0 0 .24-.396l.01-.017.065-.122.095-.1c.34-.358.797-.547 1.263-.547s.924.19 1.263.547l.095.1.065.12v.002l.01.017.046.08c.041.07.106.179.194.316.176.275.44.663.791 1.106.706.892 1.734 1.971 3.048 2.792.485.304.634.944.331 1.43a1.034 1.034 0 0 1-1.426.333c-1.58-.988-2.778-2.258-3.574-3.264A16 16 0 0 1 12 10.911a16 16 0 0 1-.842 1.168c-.797 1.006-1.995 2.276-3.575 3.264a1.034 1.034 0 0 1-1.426-.332" clip-rule="evenodd" /></symbol>',"arrow-up");const Vy="arrow-up";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="assignee"><path fill-rule="evenodd" d="M12 3a1 1 0 0 1 .895.553l3.553 7.108 4.107-2.04a1 1 0 0 1 1.415 1.141l-2.647 10.483a1 1 0 0 1-.97.755H5.647a1 1 0 0 1-.97-.755L2.03 9.762a1 1 0 0 1 1.415-1.14l4.107 2.039 3.554-7.108A1 1 0 0 1 12 3m0 3.236-3.106 6.211a1 1 0 0 1-1.339.449l-3.053-1.517L6.426 19h11.148l1.924-7.62-3.053 1.516a1 1 0 0 1-1.34-.449z" clip-rule="evenodd" /></symbol>',"assignee");const Uy="assignee";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="attach"><path fill-rule="evenodd" d="M11.768 3.602a5.44 5.44 0 0 1 7.712 0c2.16 2.14 2.16 5.528 0 7.669l-.006.005-6.244 6.098c-1.546 1.529-4.136 1.637-5.689-.034-1.518-1.538-1.618-4.096.059-5.631l4.262-4.225a1 1 0 0 1 1.408 1.42l-4.277 4.24-.033.031c-.774.7-.796 1.956.012 2.767l.028.03c.713.774 2.003.793 2.825-.021l.005-.006 6.244-6.097c1.368-1.358 1.367-3.468-.002-4.826a3.44 3.44 0 0 0-4.894-.001l-.002.001-.001.002-.003.003-6.893 6.833c-1.842 1.916-1.834 4.95-.006 6.767l.003.003c1.94 1.831 5.017 1.822 6.854.001l4.942-4.898a1 1 0 1 1 1.408 1.42l-4.942 4.898c-2.636 2.614-6.95 2.574-9.64.028l-.01-.008-.02-.02c-2.64-2.618-2.6-6.91-.027-9.581q.016-.018.033-.034l6.888-6.828z" clip-rule="evenodd" /></symbol>',"attach");const zy="attach";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="attention"><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-2 0a8 8 0 1 1-16 0 8 8 0 0 1 16 0m-8-6a1 1 0 0 1 1 1v5.5a1 1 0 1 1-2 0V7a1 1 0 0 1 1-1m1 10.5a1 1 0 1 0-2 0v.5a1 1 0 1 0 2 0z" clip-rule="evenodd" /></symbol>',"attention");const Hy="attention";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25" id="azure"><path fill="#292E3D" d="M8.834 1.636h6.51L8.586 21.658a1.04 1.04 0 0 1-.983.706H2.537a1.035 1.035 0 0 1-.982-1.368L7.851 2.342a1.04 1.04 0 0 1 .983-.706" style="fill:#292e3d;fill:color(display-p3 .16 .18 .24);fill-opacity:1" /><path fill="#0078D4" d="M18.294 15.065H7.97a.477.477 0 0 0-.326.828l6.633 6.19c.193.18.447.28.711.28h5.845z" style="fill:#0078d4;fill:color(display-p3 0 .4706 .8314);fill-opacity:1" /><path fill="url(#azure_a)" d="M8.834 1.636a1.03 1.03 0 0 0-.985.72L1.563 20.979a1.035 1.035 0 0 0 .977 1.385h5.197a1.11 1.11 0 0 0 .852-.725l1.254-3.694 4.477 4.176c.188.155.423.24.667.243h5.823l-2.554-7.299-7.445.002 4.557-13.431z" /><path fill="url(#azure_b)" d="M17.149 2.341a1.04 1.04 0 0 0-.982-.705H8.912a1.04 1.04 0 0 1 .982.705l6.296 18.655a1.036 1.036 0 0 1-.982 1.368h7.255a1.038 1.038 0 0 0 .982-1.368z" /><defs><linearGradient id="azure_a" x1="13.319" x2="11.755" y1="12.479" y2="13.008" gradientUnits="userSpaceOnUse"><stop stop-opacity=".3" style="stop-color:black;stop-opacity:.3" /><stop offset=".071" stop-opacity=".2" style="stop-color:black;stop-opacity:.2" /><stop offset=".321" stop-opacity=".1" style="stop-color:black;stop-opacity:.1" /><stop offset=".623" stop-opacity=".05" style="stop-color:black;stop-opacity:.05" /><stop offset="1" stop-opacity="0" style="stop-color:none;stop-opacity:0" /></linearGradient><linearGradient id="azure_b" x1="12.459" x2="19.88" y1="2.589" y2="22.36" gradientUnits="userSpaceOnUse"><stop stop-color="#3CCBF4" style="stop-color:#3ccbf4;stop-color:color(display-p3 .2353 .7961 .9569);stop-opacity:1" /><stop offset="1" stop-color="#2892DF" style="stop-color:#2892df;stop-color:color(display-p3 .1569 .5725 .8745);stop-opacity:1" /></linearGradient></defs></symbol>',"azure");const Wy="azure";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="back"><path d="M3.004 12.085a1 1 0 0 0 .214.539l.012.014a1 1 0 0 0 .346.268c.214.106.416.193.62.281.416.18.84.364 1.388.717.76.488 1.66 1.265 2.584 2.65a1 1 0 0 0 1.664-1.109c-.71-1.065-1.43-1.85-2.122-2.445H20a1 1 0 1 0 0-2H7.71c.692-.594 1.412-1.38 2.122-2.445a1 1 0 0 0-1.664-1.11c-.924 1.386-1.825 2.164-2.584 2.651-.549.354-.972.537-1.388.717-.202.087-.403.174-.615.279a1 1 0 0 0-.579.841M3 12q0 .043.004.085z" /></symbol>',"back");const Zy="back";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="bell"><path d="M12 4C9.302 4 7.172 6.097 7.172 8.55v4.255c-.006 1.232-.428 2.424-1.287 3.362h12.23c-.86-.938-1.281-2.13-1.287-3.362V8.55C16.828 6.098 14.698 4 12 4M5.172 8.55C5.172 4.903 8.29 2 12 2s6.828 2.902 6.828 6.55v4.244c.004.97.409 1.846 1.236 2.442l.007.005.297.189q.05.032.097.07c1.099.899.414 2.667-1.028 2.667H4.562c-1.441 0-2.126-1.768-1.027-2.667a1 1 0 0 1 .097-.07l.297-.189.007-.005c.827-.596 1.232-1.471 1.236-2.443V8.552M9.85 21a1 1 0 0 1 1-1h2.3a1 1 0 1 1 0 2h-2.3a1 1 0 0 1-1-1" /></symbol>',"bell");const Yy="bell";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="bell-badged"><circle cx="21" cy="3" r="3" fill="#E63E1A" /><path d="M12 4C9.302 4 7.172 6.097 7.172 8.55v4.255c-.006 1.232-.428 2.424-1.287 3.362h12.23c-.86-.938-1.281-2.13-1.287-3.362V8.55C16.828 6.098 14.698 4 12 4M5.172 8.55C5.172 4.903 8.29 2 12 2s6.828 2.902 6.828 6.55v4.244c.004.97.409 1.846 1.236 2.442l.007.005.297.189q.05.032.097.07c1.099.899.414 2.667-1.028 2.667H4.562c-1.441 0-2.126-1.768-1.027-2.667a1 1 0 0 1 .097-.07l.297-.189.007-.005c.827-.596 1.232-1.471 1.236-2.443V8.552M9.85 21a1 1 0 0 1 1-1h2.3a1 1 0 1 1 0 2h-2.3a1 1 0 0 1-1-1" /></symbol>',"bell-badged");const Ky="bell-badged";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="bot"><path fill-rule="evenodd" d="M11.959 2h.142c2.89 0 5.259 1.418 5.483 3.22q.06.123.113.25c.169.407.244.876.277 1.53h.027a2 2 0 0 1 1.6 3.2c.243.183.4.473.4.8v3a1 1 0 1 1-2 0c0 1.864 0 2.796-.304 3.53a4 4 0 0 1-2.165 2.165c-.735.305-1.667.305-3.53.305-1.864 0-2.796 0-3.53-.305a4 4 0 0 1-2.165-2.164c-.305-.735-.305-1.667-.305-3.531a1 1 0 1 1-2 0v-3c0-.327.157-.617.4-.8a2 2 0 0 1 1.6-3.2h.027c.034-.654.109-1.123.278-1.53q.052-.127.113-.25C6.644 3.418 9.013 2 11.903 2zm.043 16c.959 0 1.578-.001 2.052-.033.456-.031.63-.085.713-.12a2 2 0 0 0 1.082-1.082c.034-.083.088-.256.119-.713C16 15.58 16 14.96 16 14v-4s-1-1-4-1-3.999 1-3.999 1v4c0 .96.001 1.579.034 2.052.03.457.084.63.118.713a2 2 0 0 0 1.083 1.083c.083.034.257.088.713.119.474.032 1.093.033 2.052.033M15.6 5.5h.007v1a1 1 0 0 1-1 1H9.401a1 1 0 0 1-1-1v-1h.002c0-.046.032-.373.684-.788.628-.4 1.618-.712 2.816-.712h.198c1.197 0 2.187.313 2.815.712.652.415.685.742.685.788" clip-rule="evenodd" /><path d="M9.002 21a1 1 0 0 1 1-1h.004c.55 0 .996 0 .996 1a1 1 0 0 1-1 1c-.5 0-.75 0-.875-.125S9.002 21.5 9.002 21M14.001 20a1 1 0 0 1 1 1c0 .5 0 .75-.125.875s-.375.125-.875.125a1 1 0 0 1-1-1c0-1 .446-1 .996-1z" /></symbol>',"bot");const Gy="bot";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="bread-crumbs"><path d="M9.375 6.219a1 1 0 0 1 1.338.08l.068.076 4.5 5.625-4.5 5.625a1 1 0 0 1-1.562-1.25l3.5-4.375-3.5-4.375-.06-.083a1 1 0 0 1 .216-1.323" /></symbol>',"bread-crumbs");const Xy="bread-crumbs";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="bucket"><path fill-rule="evenodd" d="M10 2a3 3 0 0 0-2.83 4H3a1 1 0 0 0 0 2h1.17c-.11.313-.17.65-.17 1l1 10a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3l1-10c0-.35-.06-.687-.17-1H21a1 1 0 1 0 0-2h-4.17A3 3 0 0 0 14 2zm4 4a1 1 0 1 0 0-2h-4a1 1 0 0 0 0 2zM7 8a1 1 0 0 0-1 1l1 10a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1l1-10a1 1 0 0 0-1-1z" clip-rule="evenodd" /></symbol>',"bucket");const Qy="bucket";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="calendar"><path fill-rule="evenodd" d="M7.796 1.568c.19-.251.55-.568 1.087-.568a1 1 0 0 1 .47 1.883l-.007.024L9.32 3h4.747a5 5 0 0 1 .138-.657c.072-.243.183-.529.37-.775.19-.251.549-.568 1.087-.568a1 1 0 0 1 .47 1.883l-.008.024L16.1 3H18a4 4 0 0 1 4 4v11a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4h1.288c.033-.23.079-.453.139-.657.072-.243.183-.529.37-.775M14.068 5c.033.23.078.453.138.657.072.243.183.529.37.775.19.251.549.568 1.087.568a1 1 0 0 0 .47-1.883l-.008-.024L16.1 5H18a2 2 0 0 1 2 2v1H4V7a2 2 0 0 1 2-2h1.288c.033.23.079.453.14.657.07.243.182.529.368.775.19.251.55.568 1.087.568a1 1 0 0 0 .47-1.883l-.007-.024L9.32 5zM20 10v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8z" clip-rule="evenodd" /></symbol>',"calendar");const Jy="calendar";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call"><path fill-rule="evenodd" d="M4.123 3.101a3.71 3.71 0 0 1 5.277 0l1.203 1.19c.623.616.984 1.448.954 2.346-.029.892-.435 1.695-1.055 2.308l-.33.326c.425.831 1.073 1.7 1.935 2.553.75.741 1.69 1.394 2.63 1.896l.414-.41a3.22 3.22 0 0 1 4.575 0l1.203 1.19q.04.041.08.085c.662.748.946 1.67.986 2.506.04.828-.151 1.711-.617 2.449q-.107.168-.249.308l-.701.694c-1.218 1.203-2.801 1.668-4.454 1.37l-.017-.002c-3.004-.572-6.21-2.353-8.814-4.924-2.725-2.592-4.412-5.754-4.997-8.688-.455-1.756.205-3.445 1.275-4.503zm3.87 1.423c-.706-.699-1.758-.699-2.464 0l-.702.693c-.642.636-1 1.622-.74 2.598l.015.065c.494 2.512 1.966 5.326 4.426 7.663l.014.014c2.374 2.345 5.235 3.901 7.783 4.387h.003c1.029.185 1.951-.09 2.694-.824l.68-.673c.209-.343.318-.798.296-1.26-.023-.47-.18-.927-.481-1.27l-1.197-1.184c-.506-.5-1.257-.5-1.763 0l-.902.892c-.101.1-.213.172-.325.221a1 1 0 0 1-.823-.008c-1.302-.603-2.7-1.497-3.807-2.592-1.211-1.198-2.132-2.504-2.652-3.824a1 1 0 0 1-.03-.646c.05-.173.146-.332.276-.46l.802-.793c.313-.31.453-.645.463-.951a1.14 1.14 0 0 0-.362-.859z" clip-rule="evenodd" /></symbol>',"call");const ev="call";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call--filled"><path d="M21.99 18.466c-.074-.79-.592-1.566-1.582-2.376-1.165-.954-2.064-1.416-2.83-1.454-.957-.048-1.533.545-2.143 1.172l-.19.195c-.037.038-.098.08-.238.074-.406-.02-1.472-.439-4.057-3.015-1.121-1.118-1.947-2.063-2.455-2.809-.504-.742-.694-1.297-.506-1.487l.191-.191c.554-.552 1.077-1.073 1.146-1.868.073-.844-.38-1.808-1.466-3.127-.84-1.021-1.642-1.537-2.452-1.578-1.1-.054-1.904.808-2.55 1.501q-.171.183-.327.344c-.783.791-.696 2.577.232 4.776 1.005 2.383 2.876 5.009 5.269 7.395 4.258 4.246 8.194 5.873 10.27 5.976.84.042 1.49-.146 1.883-.544q.16-.16.341-.333c.701-.672 1.573-1.508 1.465-2.652" /></symbol>',"call--filled");const tv="call--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-add-to"><path fill-rule="evenodd" d="M9.4 3.101a3.71 3.71 0 0 0-5.277 0l-.702.694c-1.07 1.058-1.73 2.747-1.275 4.503.585 2.934 2.272 6.096 4.997 8.688 2.605 2.57 5.81 4.352 8.814 4.924l.017.003c1.653.297 3.236-.168 4.454-1.371l.701-.694q.143-.14.248-.308c.467-.738.658-1.621.618-2.45-.04-.835-.324-1.757-.986-2.505a2 2 0 0 0-.08-.085l-1.203-1.19a3.22 3.22 0 0 0-4.575 0l-.414.41c-.94-.502-1.88-1.155-2.63-1.896-.862-.852-1.51-1.722-1.935-2.553l.33-.326c.62-.613 1.026-1.416 1.055-2.308a3.14 3.14 0 0 0-.954-2.346zM5.53 4.524c.705-.699 1.757-.699 2.464 0l1.203 1.189c.254.252.372.554.362.86s-.15.64-.463.95l-.802.793c-.13.128-.226.287-.276.46a1 1 0 0 0 .03.646c.52 1.32 1.44 2.626 2.652 3.824 1.107 1.095 2.505 1.989 3.807 2.592a1 1 0 0 0 .823.008c.112-.049.224-.121.325-.221l.902-.892c.506-.5 1.257-.5 1.763 0l1.197 1.183c.301.344.458.801.48 1.27.023.463-.086.918-.295 1.261l-.68.673c-.743.734-1.665 1.01-2.694.824h-.003c-2.548-.486-5.409-2.042-7.783-4.387l-.014-.014c-2.46-2.337-3.932-5.151-4.426-7.663l-.015-.065c-.26-.976.098-1.962.74-2.598z" clip-rule="evenodd" /><path d="m20.008 3.993-.002-1.813c0-.555-.45-1.006-1.006-1.006-.555 0-1.005.45-1.005 1.005l.002 1.819-1.817-.001c-.556 0-1.005.449-1.005 1.004 0 .556.45 1.006 1.006 1.006l1.81.002.002 1.81c0 .555.45 1.006 1.006 1.006.555 0 1.005-.45 1.005-1.005l-.002-1.817 1.82.002c.555 0 1.005-.45 1.004-1.005 0-.556-.45-1.006-1.006-1.006z" /></symbol>',"call-add-to");const ov="call-add-to";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-add-to--filled"><path d="M21.99 18.466c-.074-.79-.592-1.566-1.582-2.376-1.165-.954-2.064-1.416-2.83-1.454-.957-.048-1.533.545-2.143 1.172l-.19.195c-.037.038-.098.08-.238.074-.406-.02-1.472-.439-4.057-3.015-1.121-1.118-1.947-2.063-2.455-2.809-.504-.742-.694-1.297-.506-1.487l.191-.191c.554-.552 1.077-1.073 1.146-1.868.073-.844-.38-1.808-1.466-3.127-.84-1.021-1.642-1.537-2.452-1.578-1.1-.054-1.904.808-2.55 1.501q-.171.183-.327.344c-.783.791-.696 2.577.232 4.776 1.005 2.383 2.876 5.009 5.269 7.395 4.258 4.246 8.194 5.873 10.27 5.976.84.042 1.49-.146 1.883-.544q.16-.16.341-.333c.701-.672 1.573-1.508 1.465-2.652M19.008 4.993l-.002-1.813c0-.555-.45-1.006-1.006-1.006-.555 0-1.005.45-1.005 1.005l.002 1.819-1.817-.001c-.556 0-1.005.449-1.005 1.004 0 .556.45 1.006 1.006 1.006l1.81.002.002 1.81c0 .555.45 1.006 1.006 1.006.555 0 1.005-.45 1.005-1.005l-.002-1.817 1.82.002c.555 0 1.005-.45 1.004-1.005 0-.556-.45-1.006-1.006-1.006z" /></symbol>',"call-add-to--filled");const iv="call-add-to--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-disconnect"><path fill-rule="evenodd" d="m19 3.575-1.283-1.28a1.007 1.007 0 0 0-1.422 0 1.004 1.004 0 0 0 0 1.42l1.287 1.286-1.286 1.284a1.004 1.004 0 0 0 0 1.42c.393.393 1.03.393 1.423 0l1.28-1.279 1.282 1.28c.393.392 1.03.392 1.423 0a1.004 1.004 0 0 0 0-1.421L20.418 5l1.287-1.286a1.004 1.004 0 0 0 0-1.42 1.007 1.007 0 0 0-1.422 0zm-9.6-.474a3.71 3.71 0 0 0-5.277 0l-.702.694c-1.07 1.058-1.73 2.747-1.275 4.503.585 2.934 2.272 6.096 4.997 8.688 2.605 2.57 5.81 4.352 8.814 4.924l.017.003c1.653.297 3.236-.168 4.454-1.371l.701-.694q.143-.14.248-.308c.467-.738.658-1.621.618-2.45-.04-.835-.324-1.757-.986-2.505a2 2 0 0 0-.08-.085l-1.203-1.19a3.22 3.22 0 0 0-4.575 0l-.414.41c-.94-.502-1.88-1.155-2.63-1.896-.862-.852-1.51-1.722-1.935-2.553l.33-.326c.62-.613 1.026-1.416 1.055-2.308a3.14 3.14 0 0 0-.954-2.346zM5.53 4.524c.705-.699 1.757-.699 2.464 0l1.203 1.189c.254.252.372.554.362.86s-.15.64-.463.95l-.802.793c-.13.128-.226.287-.276.46a1 1 0 0 0 .03.646c.52 1.32 1.44 2.626 2.652 3.824 1.107 1.095 2.505 1.989 3.807 2.592a1 1 0 0 0 .823.008c.112-.049.224-.121.325-.221l.902-.892c.506-.5 1.257-.5 1.763 0l1.197 1.183c.301.344.458.801.48 1.27.023.463-.086.918-.295 1.261l-.68.673c-.743.734-1.665 1.01-2.694.824h-.003c-2.548-.486-5.409-2.042-7.783-4.387l-.014-.014c-2.46-2.337-3.932-5.151-4.426-7.663l-.015-.064c-.26-.977.098-1.963.74-2.599z" clip-rule="evenodd" /></symbol>',"call-disconnect");const nv="call-disconnect";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-disconnect--filled"><path fill-rule="evenodd" d="M20.408 16.09c.99.81 1.508 1.587 1.583 2.375.108 1.143-.764 1.98-1.464 2.651q-.182.174-.342.334c-.393.398-1.044.586-1.883.544-2.076-.103-6.012-1.73-10.27-5.976-2.393-2.386-4.264-5.012-5.27-7.395-.927-2.2-1.014-3.985-.231-4.776q.156-.16.326-.344c.647-.693 1.451-1.555 2.55-1.5.81.04 1.613.556 2.453 1.577C8.947 4.9 9.4 5.863 9.326 6.707c-.069.795-.592 1.316-1.146 1.868l-.191.191c-.188.19.002.745.506 1.487.508.746 1.334 1.691 2.455 2.809 2.585 2.576 3.651 2.995 4.057 3.015.14.007.2-.036.238-.074l.19-.195c.61-.627 1.186-1.22 2.143-1.172.766.038 1.665.5 2.83 1.454m-2.69-13.796L19 3.575l1.283-1.28a1.007 1.007 0 0 1 1.422 0 1.004 1.004 0 0 1 0 1.42l-1.287 1.286 1.286 1.284a1.004 1.004 0 0 1 0 1.42 1.007 1.007 0 0 1-1.423 0L19 6.427l-1.281 1.28a1.007 1.007 0 0 1-1.423 0 1.004 1.004 0 0 1 0-1.421L17.582 5l-1.287-1.286a1.004 1.004 0 0 1 0-1.42 1.007 1.007 0 0 1 1.422 0" clip-rule="evenodd" /></symbol>',"call-disconnect--filled");const av="call-disconnect--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-end"><path fill-rule="evenodd" d="M10.717 2.294 12 3.575l1.283-1.28a1.007 1.007 0 0 1 1.422 0 1.004 1.004 0 0 1 0 1.42l-1.287 1.286 1.286 1.284a1.004 1.004 0 0 1 0 1.42 1.007 1.007 0 0 1-1.423 0L12 6.427l-1.281 1.28a1.007 1.007 0 0 1-1.423 0 1.004 1.004 0 0 1 0-1.421L10.582 5 9.295 3.715a1.004 1.004 0 0 1 0-1.42 1.007 1.007 0 0 1 1.422 0M1.005 18.346c.011 1.996 1.514 3.554 3.439 3.566l1.559.009a2.85 2.85 0 0 0 2.151-.94c.562-.623.82-1.44.816-2.273l-.002-.443c.818-.274 1.807-.424 2.924-.418.971.006 2.01.2 2.95.497l.002.556c.01 1.726 1.316 3.08 2.981 3.09l1.56.01q.052 0 .106-.003c.92-.058 1.706-.49 2.276-1.027a4.1 4.1 0 0 0 1.194-2.072q.04-.186.039-.376l-.005-.943c-.01-1.636-.739-3.02-2.009-3.936l-.013-.01c-2.33-1.643-5.58-2.604-8.952-2.627-3.465-.09-6.625.906-8.918 2.493-1.44.88-2.11 2.467-2.103 3.905zm3.45 1.655c-.916-.006-1.601-.717-1.607-1.665l-.005-.943c-.005-.864.405-1.773 1.21-2.256l.053-.034c1.959-1.363 4.751-2.27 7.877-2.187H12c3.076.02 5.954.902 7.931 2.295l.002.002c.79.57 1.212 1.38 1.218 2.377l.005.914a2.17 2.17 0 0 1-.629 1.051c-.32.302-.72.505-1.141.534l-1.551-.01c-.655-.003-1.145-.51-1.149-1.19l-.006-1.213c-.001-.135-.027-.26-.068-.368a.94.94 0 0 0-.541-.551c-1.242-.472-2.735-.812-4.17-.82-1.57-.01-3.022.25-4.22.79a.93.93 0 0 0-.44.417c-.08.15-.122.323-.12.498l.005 1.077c.002.42-.125.742-.318.955a1.03 1.03 0 0 1-.796.336z" clip-rule="evenodd" /></symbol>',"call-end");const rv="call-end";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-end--filled"><path fill-rule="evenodd" d="m12 4.575-1.283-1.28a1.007 1.007 0 0 0-1.422 0 1.004 1.004 0 0 0 0 1.42l1.287 1.286-1.286 1.284a1.004 1.004 0 0 0 0 1.42c.393.393 1.03.393 1.423 0L12 7.427l1.281 1.28c.393.392 1.03.392 1.423 0a1.004 1.004 0 0 0 0-1.421L13.418 6l1.287-1.286a1.004 1.004 0 0 0 0-1.42 1.007 1.007 0 0 0-1.422 0zM2.677 20.451c.49.462 1.223.63 2.242.513 1.2-.136 1.971-.42 2.427-.89.569-.59.56-1.346.55-2.146l-.003-.25c0-.048.01-.116.093-.201.241-.25 1.082-.67 4.005-.675 1.268-.002 2.271.075 2.982.23.705.153 1.127.39 1.128.634v.248c0 .715-.002 1.391.41 1.95.436.594 1.238.925 2.6 1.075 1.055.117 1.802-.068 2.283-.566.654-.676.621-1.755.595-2.622q-.009-.229-.01-.434c-.005-1.018-1.065-2.118-2.837-2.94-1.918-.893-4.465-1.381-7.172-1.377-4.817.008-7.968 1.502-9.202 2.78-.499.516-.761 1.059-.758 1.57q0 .207-.005.437c-.016.889-.036 1.994.672 2.664" clip-rule="evenodd" /></symbol>',"call-end--filled");const lv="call-end--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-inbound"><path fill-rule="evenodd" d="M4.123 3.101a3.71 3.71 0 0 1 5.277 0l1.203 1.19c.623.616.984 1.448.954 2.346-.029.892-.435 1.695-1.055 2.308l-.33.326c.425.831 1.073 1.7 1.935 2.553.75.741 1.69 1.394 2.63 1.896l.414-.41a3.22 3.22 0 0 1 4.575 0l1.203 1.19q.04.041.08.085c.662.748.946 1.67.986 2.506.04.828-.151 1.711-.617 2.449q-.107.168-.249.308l-.701.694c-1.218 1.203-2.801 1.668-4.454 1.37l-.017-.002c-3.004-.572-6.21-2.353-8.814-4.924-2.725-2.592-4.412-5.754-4.997-8.688-.455-1.756.205-3.445 1.275-4.503zm3.87 1.423c-.706-.699-1.758-.699-2.464 0l-.702.693c-.642.636-1 1.622-.74 2.598l.015.065c.494 2.512 1.966 5.326 4.426 7.663l.014.014c2.374 2.345 5.235 3.901 7.783 4.387h.003c1.029.185 1.951-.09 2.694-.824l.68-.673c.209-.343.318-.798.296-1.26-.023-.47-.18-.927-.481-1.27l-1.197-1.184c-.506-.5-1.257-.5-1.763 0l-.902.892c-.101.1-.213.172-.325.221a1 1 0 0 1-.823-.008c-1.302-.603-2.7-1.497-3.807-2.592-1.211-1.198-2.132-2.504-2.652-3.824a1 1 0 0 1-.03-.646c.05-.173.146-.332.276-.46l.802-.793c.313-.31.453-.645.463-.951a1.14 1.14 0 0 0-.362-.859zm8.726-1.517a1.007 1.007 0 1 0-1.424 1.425q-.009-.01 0 .004c.015.029.075.138.132.382.068.288.107.654.107 1.038 0 .385-.039.75-.107 1.038-.057.245-.117.354-.132.382q-.009.014 0 .005a1.007 1.007 0 0 0 1.424 1.424q-.01.009.005 0c.028-.015.137-.075.382-.132a4.7 4.7 0 0 1 1.038-.107c.384 0 .75.039 1.038.107.244.057.353.117.382.132q.014.009.004 0a1.007 1.007 0 1 0 1.425-1.424c-.38-.38-.918-.568-1.35-.67a6 6 0 0 0-.711-.118l2.773-2.774a1.007 1.007 0 0 0-1.424-1.424l-2.774 2.773a6 6 0 0 0-.119-.711c-.101-.432-.288-.97-.669-1.35" clip-rule="evenodd" /></symbol>',"call-inbound");const sv="call-inbound";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-inbound--filled"><path fill-rule="evenodd" d="M20.408 16.09c.99.81 1.508 1.587 1.583 2.375.108 1.143-.764 1.98-1.464 2.651q-.182.174-.342.334c-.393.398-1.044.586-1.883.544-2.076-.103-6.012-1.73-10.27-5.976-2.393-2.386-4.264-5.012-5.27-7.395-.927-2.2-1.014-3.985-.231-4.776q.156-.16.326-.344c.647-.693 1.451-1.555 2.55-1.5.81.04 1.613.556 2.453 1.577C8.947 4.9 9.4 5.863 9.326 6.707c-.069.795-.592 1.316-1.146 1.868l-.191.191c-.188.19.002.745.506 1.487.508.746 1.334 1.691 2.455 2.809 2.585 2.576 3.651 2.995 4.057 3.015.14.007.2-.036.238-.074l.19-.195c.61-.627 1.186-1.22 2.143-1.172.766.038 1.665.5 2.83 1.454" clip-rule="evenodd" /><path d="M16.72 3.007a1.007 1.007 0 1 0-1.425 1.425q-.009-.01 0 .004c.015.029.075.138.132.382.068.288.107.654.107 1.038 0 .385-.039.75-.107 1.038-.057.245-.117.354-.132.382q-.009.014 0 .005a1.007 1.007 0 0 0 1.424 1.424q-.01.009.005 0c.028-.015.137-.075.382-.132a4.7 4.7 0 0 1 1.038-.107c.384 0 .75.039 1.038.107.244.057.353.117.382.132q.014.009.004 0a1.007 1.007 0 1 0 1.425-1.424c-.38-.38-.918-.568-1.35-.67a6 6 0 0 0-.711-.118l2.773-2.774a1.007 1.007 0 0 0-1.424-1.424l-2.774 2.773a6 6 0 0 0-.119-.711c-.101-.432-.288-.97-.669-1.35" /></symbol>',"call-inbound--filled");const cv="call-inbound--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-missed"><path fill-rule="evenodd" d="M4.123 3.101a3.71 3.71 0 0 1 5.277 0l1.203 1.19c.623.616.984 1.448.954 2.346-.029.892-.435 1.695-1.055 2.308l-.33.326q.283.552.693 1.12l5.46-4.678a1 1 0 1 1 1.415 1.414L3.707 19.707a1 1 0 0 1-1.414-1.414L5.56 15.28c-1.805-2.208-2.953-4.667-3.415-6.983-.455-1.756.205-3.445 1.275-4.503zm2.91 10.821 2.353-2.168a10 10 0 0 1-1.338-2.332 1 1 0 0 1-.03-.646c.05-.173.146-.332.276-.46l.802-.793c.313-.31.453-.645.463-.951a1.14 1.14 0 0 0-.362-.859l-1.203-1.19c-.707-.698-1.759-.698-2.465 0l-.702.694c-.642.636-1 1.622-.74 2.598l.015.065c.385 1.954 1.36 4.09 2.932 6.042m5.226-.767c.362-.362.937-.392 1.362-.105.364.244.74.47 1.116.67l.414-.41a3.22 3.22 0 0 1 4.575 0l1.203 1.19q.04.041.08.085c.662.748.946 1.67.986 2.506.04.828-.151 1.711-.617 2.449q-.107.168-.249.308l-.701.694c-1.218 1.203-2.801 1.668-4.454 1.37l-.017-.002c-2.463-.468-5.06-1.75-7.352-3.613-.445-.362-.46-1.027-.055-1.433.376-.376.979-.39 1.393-.057 2.05 1.648 4.318 2.743 6.382 3.137h.003c1.029.185 1.951-.09 2.694-.824l.68-.673c.209-.343.318-.798.296-1.26-.023-.47-.18-.927-.481-1.27l-1.197-1.184c-.506-.5-1.257-.5-1.763 0l-.902.892c-.101.1-.213.172-.325.221a1 1 0 0 1-.823-.008 14.7 14.7 0 0 1-2.147-1.227c-.49-.34-.522-1.034-.101-1.456" clip-rule="evenodd" /></symbol>',"call-missed");const dv="call-missed";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-missed--filled"><path d="M21.99 18.466c-.074-.79-.592-1.566-1.582-2.376-1.165-.954-2.064-1.416-2.83-1.454-.957-.048-1.533.545-2.143 1.172l-.19.195c-.037.038-.098.08-.238.074-.366-.018-1.271-.361-3.346-2.324L8.725 16.69c3.989 3.747 7.614 5.208 9.577 5.305.84.042 1.49-.146 1.883-.544q.16-.16.341-.333c.701-.672 1.573-1.509 1.465-2.652M9.296 11.29a13 13 0 0 1-.8-1.037c-.505-.742-.695-1.297-.507-1.487l.191-.191c.554-.552 1.077-1.073 1.146-1.868.073-.844-.38-1.808-1.466-3.127-.84-1.021-1.642-1.537-2.452-1.578-1.1-.054-1.904.808-2.55 1.501q-.171.183-.327.344c-.783.791-.696 2.577.232 4.776.757 1.796 2.008 3.731 3.602 5.597l-4.072 4.073a1 1 0 1 0 1.414 1.414l15-15a1 1 0 0 0-1.414-1.414z" /></symbol>',"call-missed--filled");const pv="call-missed--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-outbound"><path fill-rule="evenodd" d="M9.4 3.101a3.71 3.71 0 0 0-5.277 0l-.702.694c-1.07 1.058-1.73 2.747-1.275 4.503.585 2.934 2.272 6.096 4.997 8.688 2.605 2.57 5.81 4.352 8.814 4.924l.017.003c1.653.297 3.236-.168 4.454-1.371l.701-.694q.143-.14.248-.308c.467-.738.658-1.621.618-2.45-.04-.835-.324-1.757-.986-2.505a2 2 0 0 0-.08-.085l-1.203-1.19a3.22 3.22 0 0 0-4.575 0l-.414.41c-.94-.502-1.88-1.155-2.63-1.896-.862-.852-1.51-1.722-1.935-2.553l.33-.326c.62-.613 1.026-1.416 1.055-2.308a3.14 3.14 0 0 0-.954-2.346zM5.53 4.524c.705-.699 1.757-.699 2.464 0l1.203 1.189c.254.252.372.554.362.859-.01.306-.15.642-.463.95l-.802.794c-.13.128-.226.287-.276.46a1 1 0 0 0 .03.646c.52 1.32 1.44 2.626 2.652 3.824 1.107 1.095 2.505 1.989 3.807 2.592a1 1 0 0 0 .823.008c.112-.049.224-.121.325-.221l.902-.892c.506-.5 1.257-.5 1.763 0l1.197 1.183c.301.344.458.801.48 1.27.023.463-.086.918-.295 1.261l-.68.673c-.743.734-1.665 1.01-2.694.824h-.003c-2.548-.486-5.409-2.042-7.783-4.387l-.014-.014c-2.46-2.337-3.932-5.151-4.426-7.663l-.015-.065c-.26-.976.098-1.962.74-2.598zm16.175 3.469a1.007 1.007 0 0 1-1.424 0c-.38-.38-.568-.918-.67-1.35a6 6 0 0 1-.118-.711l-2.774 2.773a1.007 1.007 0 1 1-1.424-1.424l2.773-2.774a6 6 0 0 1-.711-.119c-.432-.101-.97-.288-1.35-.669a1.007 1.007 0 1 1 1.425-1.424q-.01-.009.004 0c.029.015.138.075.382.132.288.068.654.107 1.038.107.385 0 .75-.039 1.038-.107.245-.057.354-.117.382-.132q.014-.009.005 0a1.007 1.007 0 0 1 1.424 1.424q.009-.01 0 .005c-.015.028-.075.137-.132.382a4.7 4.7 0 0 0-.107 1.038c0 .384.039.75.107 1.038.057.244.117.353.132.382q.009.014 0 .004a1.007 1.007 0 0 1 0 1.425" clip-rule="evenodd" /></symbol>',"call-outbound");const uv="call-outbound";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-outbound--filled"><path fill-rule="evenodd" d="M21.99 18.466c-.074-.79-.592-1.566-1.582-2.376-1.165-.954-2.064-1.416-2.83-1.454-.957-.048-1.533.545-2.143 1.172l-.19.195c-.037.038-.098.08-.238.074-.406-.02-1.472-.439-4.057-3.015-1.121-1.118-1.947-2.063-2.455-2.809-.504-.742-.694-1.297-.506-1.487l.191-.191c.554-.552 1.077-1.073 1.146-1.868.073-.844-.38-1.808-1.466-3.127-.84-1.021-1.642-1.537-2.452-1.578-1.1-.054-1.904.808-2.55 1.501q-.171.183-.327.344c-.783.791-.696 2.577.232 4.776 1.005 2.383 2.876 5.009 5.269 7.395 4.258 4.246 8.194 5.873 10.27 5.976.84.042 1.49-.146 1.883-.544q.159-.16.342-.334c.7-.671 1.572-1.508 1.464-2.65m-.285-10.473a1.007 1.007 0 0 1-1.424 0c-.38-.38-.568-.918-.67-1.35a6 6 0 0 1-.118-.711l-2.774 2.773a1.007 1.007 0 1 1-1.424-1.424l2.773-2.774a6 6 0 0 1-.711-.119c-.432-.101-.97-.288-1.35-.669a1.007 1.007 0 1 1 1.425-1.424q-.01-.009.004 0c.029.015.138.075.382.132.288.068.654.107 1.038.107.385 0 .75-.039 1.038-.107.245-.057.354-.117.382-.132q.014-.009.005 0a1.007 1.007 0 0 1 1.424 1.424q.009-.01 0 .005c-.015.028-.075.137-.132.382a4.7 4.7 0 0 0-.107 1.038c0 .384.039.75.107 1.038.057.244.117.353.133.382q.008.014-.001.004a1.007 1.007 0 0 1 0 1.425" clip-rule="evenodd" /></symbol>',"call-outbound--filled");const fv="call-outbound--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-ringing"><path fill-rule="evenodd" d="M9.4 3.101a3.71 3.71 0 0 0-5.277 0l-.702.694c-1.07 1.058-1.73 2.747-1.275 4.503.585 2.934 2.272 6.096 4.997 8.688 2.605 2.57 5.81 4.352 8.814 4.924l.017.003c1.653.297 3.236-.168 4.454-1.371l.701-.694q.143-.14.248-.308c.467-.738.658-1.621.618-2.45-.04-.835-.324-1.757-.986-2.505a2 2 0 0 0-.08-.085l-1.203-1.19a3.22 3.22 0 0 0-4.575 0l-.414.41c-.94-.502-1.88-1.155-2.63-1.896-.862-.852-1.51-1.722-1.935-2.553l.33-.326c.62-.613 1.026-1.416 1.055-2.308a3.14 3.14 0 0 0-.954-2.346zM5.53 4.524c.705-.699 1.757-.699 2.464 0l1.203 1.189c.254.252.372.554.362.859-.01.306-.15.642-.463.95l-.802.794c-.13.128-.226.287-.276.46a1 1 0 0 0 .03.646c.52 1.32 1.44 2.626 2.652 3.824 1.107 1.095 2.505 1.989 3.807 2.592a1 1 0 0 0 .823.008c.112-.049.224-.121.325-.221l.902-.892c.506-.5 1.257-.5 1.763 0l1.197 1.183c.301.344.458.801.48 1.27.023.463-.086.918-.295 1.261l-.68.673c-.743.734-1.665 1.01-2.694.824h-.003c-2.548-.486-5.409-2.042-7.783-4.387l-.014-.014c-2.46-2.337-3.932-5.151-4.426-7.663l-.015-.065c-.26-.976.098-1.962.74-2.598zm9.962 3.984c-.412-.38-.98-.58-1.478-.58a1.014 1.014 0 1 1 0-2.029c1.003 0 2.097.39 2.911 1.17l.003.003.002.003a4.28 4.28 0 0 1 1.17 2.91 1.014 1.014 0 0 1-2.028 0c0-.498-.2-1.065-.58-1.477m2.712-2.712c-1.198-1.193-2.657-1.767-4.19-1.767a1.014 1.014 0 0 1 0-2.029c2.074 0 4.049.79 5.625 2.361C21.21 5.937 22 7.912 22 9.985a1.014 1.014 0 0 1-2.029 0c0-1.532-.574-2.991-1.767-4.19" clip-rule="evenodd" /></symbol>',"call-ringing");const mv="call-ringing";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-ringing--filled"><path fill-rule="evenodd" d="M21.99 18.466c-.074-.79-.592-1.566-1.582-2.376-1.165-.954-2.064-1.416-2.83-1.454-.957-.048-1.533.545-2.143 1.172l-.19.195c-.037.038-.098.08-.238.074-.406-.02-1.472-.439-4.057-3.015-1.121-1.118-1.947-2.063-2.455-2.809-.504-.742-.694-1.297-.506-1.487l.191-.191c.554-.552 1.077-1.073 1.146-1.868.073-.844-.38-1.808-1.466-3.127-.84-1.021-1.642-1.537-2.452-1.578-1.1-.054-1.904.808-2.55 1.501q-.171.183-.327.344c-.783.791-.696 2.577.232 4.776 1.005 2.383 2.876 5.009 5.269 7.395 4.258 4.246 8.194 5.873 10.27 5.976.84.042 1.49-.146 1.883-.544q.159-.16.342-.334c.7-.671 1.572-1.508 1.464-2.65" clip-rule="evenodd" /><path d="M15.492 8.508c-.412-.38-.98-.58-1.478-.58a1.014 1.014 0 1 1 0-2.029c1.003 0 2.097.39 2.911 1.17l.003.003.002.003a4.28 4.28 0 0 1 1.17 2.91 1.014 1.014 0 0 1-2.028 0c0-.498-.2-1.065-.58-1.477" /><path d="M18.204 5.796c-1.198-1.193-2.657-1.767-4.19-1.767a1.014 1.014 0 0 1 0-2.029c2.074 0 4.049.79 5.625 2.361C21.21 5.937 22 7.912 22 9.985a1.014 1.014 0 0 1-2.029 0c0-1.532-.574-2.991-1.767-4.19" /></symbol>',"call-ringing--filled");const hv="call-ringing--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-transfer"><path fill-rule="evenodd" d="M16.135 8.745a1.007 1.007 0 0 0 1.745-1.008q.006.012.001-.003c-.008-.032-.037-.153-.03-.404.01-.296.067-.659.166-1.03.1-.372.232-.715.372-.975.119-.222.205-.311.227-.335q.012-.012.001-.004A1.007 1.007 0 0 0 17.61 3.24q.01-.006-.004-.001a1.5 1.5 0 0 1-.404.029 4.7 4.7 0 0 1-1.03-.166 4.7 4.7 0 0 1-.975-.371c-.221-.12-.311-.205-.335-.228q-.011-.011-.004 0a1.007 1.007 0 1 0-1.745 1.007c.27.466.74.786 1.13.995.206.11.428.21.657.3L11.82 6.584 7.4 4.034a1 1 0 0 0-1 1.732L11.3 8.595a1 1 0 0 0 .969.017 1 1 0 0 0 .242-.101l3.397-1.961a6 6 0 0 0-.07.718c-.013.443.028 1.01.297 1.477M4.444 21.912c-1.925-.012-3.428-1.57-3.439-3.565L1 17.403c-.008-1.437.663-3.025 2.103-3.904 2.293-1.587 5.453-2.584 8.918-2.493 3.372.023 6.622.984 8.952 2.628l.013.01c1.27.915 2 2.3 2.009 3.935l.005.943q.001.19-.04.376a4.1 4.1 0 0 1-1.193 2.072c-.57.537-1.356.969-2.276 1.027l-.107.003-1.559-.01c-1.665-.01-2.971-1.364-2.98-3.09l-.004-.556c-.94-.297-1.978-.491-2.95-.497-1.116-.006-2.105.144-2.923.418l.002.444c.005.832-.254 1.65-.816 2.272a2.85 2.85 0 0 1-2.151.94zm-1.596-3.576c.006.948.691 1.66 1.606 1.665l1.56.009c.329.002.603-.123.795-.336s.32-.535.318-.955l-.006-1.077c0-.175.04-.347.12-.498a.93.93 0 0 1 .44-.417c1.2-.54 2.65-.8 4.22-.79 1.435.008 2.929.348 4.17.82a.94.94 0 0 1 .542.55c.041.109.067.234.068.37l.006 1.212c.004.68.494 1.187 1.149 1.19l1.55.01c.421-.029.822-.232 1.142-.534.316-.297.541-.678.629-1.05l-.005-.915c-.006-.998-.427-1.807-1.218-2.377l-.002-.002c-1.977-1.393-4.855-2.275-7.931-2.294h-.018c-3.126-.084-5.919.823-7.877 2.186l-.052.034c-.806.483-1.216 1.392-1.21 2.256z" clip-rule="evenodd" /></symbol>',"call-transfer");const bv="call-transfer";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-transfer--filled"><path d="M17.511 9.113a1.007 1.007 0 0 1-1.376-.368c-.269-.466-.31-1.034-.297-1.477.008-.233.032-.475.07-.718L12.51 8.511a1 1 0 0 1-.242.1 1 1 0 0 1-.97-.016L6.402 5.766a1 1 0 1 1 1-1.732l4.418 2.55L14.9 4.806a6 6 0 0 1-.656-.299c-.39-.21-.861-.53-1.13-.995a1.007 1.007 0 1 1 1.744-1.007q-.007-.011.004 0c.024.023.114.109.335.228.26.14.604.272.975.371.372.1.735.157 1.03.166.251.008.372-.022.404-.03q.015-.003.004.002a1.007 1.007 0 0 1 1.007 1.745q.01-.008 0 .004c-.023.024-.109.113-.228.335-.14.26-.272.603-.372.975-.1.371-.156.734-.165 1.03-.008.251.021.372.03.404q.003.014-.002.003a1.007 1.007 0 0 1-.369 1.376M4.92 20.964c-1.02.117-1.754-.051-2.243-.513-.708-.67-.688-1.775-.672-2.664q.006-.23.005-.437c-.003-.512.259-1.055.758-1.57 1.234-1.277 4.385-2.772 9.202-2.78 2.707-.004 5.254.484 7.172 1.376 1.772.823 2.832 1.923 2.837 2.941q.001.205.01.434c.026.867.059 1.946-.595 2.622-.481.498-1.228.683-2.283.566-1.362-.15-2.164-.481-2.6-1.075-.412-.559-.41-1.235-.41-1.95v-.248c0-.244-.423-.481-1.128-.635-.71-.154-1.714-.231-2.982-.23-2.923.007-3.764.426-4.005.676-.083.085-.094.153-.093.201l.002.25c.01.8.02 1.557-.55 2.145-.455.471-1.226.755-2.426.891" /></symbol>',"call-transfer--filled");const gv="call-transfer--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="case-author"><path d="M12 10a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2H9a1 1 0 1 1 0-2h2v-2a1 1 0 0 1 1-1" /><path fill-rule="evenodd" d="M2 5a3 3 0 0 1 3-3h4.675a3 3 0 0 1 .95.154l2.383.795a1 1 0 0 0 .317.051H19a3 3 0 0 1 3 3v13a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3zm18 1v1.17c-.313-.11-.65-.17-1-.17H5c-.35 0-.687.06-1 .17V5a1 1 0 0 1 1-1h4.675a1 1 0 0 1 .317.051l2.384.795a3 3 0 0 0 .949.154H19a1 1 0 0 1 1 1M5 9a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1z" clip-rule="evenodd" /></symbol>',"case-author");const yv="case-author";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="cases"><path fill-rule="evenodd" d="M2 5a3 3 0 0 1 3-3h4.675a3 3 0 0 1 .95.154l2.383.795a1 1 0 0 0 .317.051H19a3 3 0 0 1 3 3v13a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3zm18 1v5.17c-.313-.11-.65-.17-1-.17V9a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v2c-.35 0-.687.06-1 .17V5a1 1 0 0 1 1-1h4.675a1 1 0 0 1 .317.051l2.384.795a3 3 0 0 0 .949.154H19a1 1 0 0 1 1 1M5 13a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1zm12-2H7V9h10z" clip-rule="evenodd" /></symbol>',"cases");const vv="cases";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat"><path fill-rule="evenodd" d="M2 5.103C2 3.39 3.343 2 5 2h14c1.657 0 3 1.39 3 3.103v10.345c0 1.714-1.343 3.104-3 3.104h-2.5c-.944 0-1.833.46-2.4 1.241l-1.3 1.793a.98.98 0 0 1-1.6 0l-1.3-1.793a2.97 2.97 0 0 0-2.4-1.241H5c-1.657 0-3-1.39-3-3.104zM5 4.07h14c.552 0 1 .463 1 1.034v10.345c0 .572-.448 1.035-1 1.035h-2.5c-1.574 0-3.056.766-4 2.069l-.5.69-.5-.69c-.944-1.303-2.426-2.07-4-2.07H5c-.552 0-1-.462-1-1.034V5.103c0-.57.448-1.034 1-1.034" clip-rule="evenodd" /></symbol>',"chat");const wv="chat";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat--filled"><path d="M2 5.103C2 3.39 3.343 2 5 2h14c1.657 0 3 1.39 3 3.103v10.345c0 1.714-1.343 3.104-3 3.104h-2.5c-.944 0-1.833.46-2.4 1.241l-1.3 1.793a.98.98 0 0 1-1.6 0l-1.3-1.793a2.97 2.97 0 0 0-2.4-1.241H5c-1.657 0-3-1.39-3-3.104z" /></symbol>',"chat--filled");const Cv="chat--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-emoji"><path fill-rule="evenodd" d="M20 12a8 8 0 1 1-16 0 8 8 0 0 1 16 0m2 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10M8.5 11a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3m7 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3M12 16c-1.312 0-2.328-.437-3.008-1.041a3.4 3.4 0 0 1-.362-.375 2 2 0 0 0-.311-.302A1.27 1.27 0 0 0 7.55 14c-.728 0-1.259.693-.872 1.31.277.443.631.846 1.048 1.199C8.814 17.429 10.327 18 12 18s3.187-.57 4.275-1.491c.416-.353.77-.756 1.048-1.199.386-.617-.145-1.31-.873-1.31a1.27 1.27 0 0 0-.768.282 1.8 1.8 0 0 0-.312.302q-.16.196-.362.375C14.328 15.563 13.313 16 12 16m4.916-.146-.002.002z" clip-rule="evenodd" /></symbol>',"chat-emoji");const kv="chat-emoji";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-end"><path d="m14.774 8.924-1.325 1.327 1.281 1.282c.392.393.381 1.041-.024 1.448-.406.406-1.054.417-1.446.024l-1.285-1.287-1.329 1.33c-.406.406-1.053.417-1.445.024s-.382-1.04.024-1.447L10.55 10.3l-1.28-1.281c-.392-.393-.38-1.041.025-1.447.406-.407 1.053-.418 1.445-.025l1.284 1.286 1.33-1.332c.406-.406 1.053-.417 1.446-.024.392.393.381 1.04-.025 1.447" /><path fill-rule="evenodd" d="M2 5.103C2 3.39 3.343 2 5 2h14c1.657 0 3 1.39 3 3.103v10.345c0 1.714-1.343 3.104-3 3.104h-2.5c-.944 0-1.833.46-2.4 1.241l-1.3 1.793a.98.98 0 0 1-1.6 0l-1.3-1.793a2.97 2.97 0 0 0-2.4-1.241H5c-1.657 0-3-1.39-3-3.104zM5 4.07h14c.552 0 1 .463 1 1.034v10.345c0 .572-.448 1.035-1 1.035h-2.5c-1.574 0-3.056.766-4 2.069l-.5.69-.5-.69c-.944-1.303-2.426-2.07-4-2.07H5c-.552 0-1-.462-1-1.034V5.103c0-.57.448-1.034 1-1.034" clip-rule="evenodd" /></symbol>',"chat-end");const xv="chat-end";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-end--filled"><path fill-rule="evenodd" d="M5 2C3.343 2 2 3.39 2 5.103v10.345c0 1.714 1.343 3.104 3 3.104h2.5c.944 0 1.833.46 2.4 1.241l1.3 1.793a.98.98 0 0 0 1.6 0l1.3-1.793a2.97 2.97 0 0 1 2.4-1.241H19c1.657 0 3-1.39 3-3.104V5.103C22 3.39 20.657 2 19 2zm8.45 8.25 1.324-1.326c.406-.406.417-1.054.025-1.447-.393-.393-1.04-.382-1.446.024l-1.33 1.332-1.283-1.286c-.393-.393-1.04-.382-1.446.025-.406.406-.417 1.054-.024 1.447l1.279 1.28-1.324 1.326c-.406.407-.417 1.055-.024 1.447s1.04.382 1.445-.024l1.329-1.33 1.285 1.287c.392.393 1.04.382 1.446-.024s.416-1.055.024-1.448z" clip-rule="evenodd" /></symbol>',"chat-end--filled");const _v="chat-end--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-group"><path fill-rule="evenodd" d="M4 8.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0M7.5 7a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3" clip-rule="evenodd" /><path d="M4 18c0-1.55 1.453-3 3.5-3s3.5 1.45 3.5 3a1 1 0 1 0 2 0c0-1.55 1.453-3 3.5-3s3.5 1.45 3.5 3a1 1 0 1 0 2 0c0-2.869-2.576-5-5.5-5-1.809 0-3.485.816-4.5 2.117C10.985 13.817 9.309 13 7.5 13 4.576 13 2 15.131 2 18a1 1 0 1 0 2 0" /><path fill-rule="evenodd" d="M16.5 5a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7M15 8.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0" clip-rule="evenodd" /></symbol>',"chat-group");const Iv="chat-group";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-join"><path d="m13.006 7.359.002 1.875h1.812c.555.001 1.006.467 1.006 1.042 0 .574-.45 1.04-1.005 1.039l-1.819-.001.002 1.88c0 .574-.45 1.04-1.005 1.039-.556 0-1.006-.466-1.006-1.04l-.002-1.874-1.81-.001c-.555 0-1.006-.466-1.006-1.04s.45-1.04 1.005-1.04l1.817.001-.002-1.882c0-.574.45-1.04 1.005-1.04.556.001 1.006.467 1.006 1.042" /><path fill-rule="evenodd" d="M2 5.103C2 3.39 3.343 2 5 2h14c1.657 0 3 1.39 3 3.103v10.345c0 1.714-1.343 3.104-3 3.104h-2.5c-.944 0-1.833.46-2.4 1.241l-1.3 1.793a.98.98 0 0 1-1.6 0l-1.3-1.793a2.97 2.97 0 0 0-2.4-1.241H5c-1.657 0-3-1.39-3-3.104zM5 4.07h14c.552 0 1 .463 1 1.034v10.345c0 .572-.448 1.035-1 1.035h-2.5c-1.574 0-3.056.766-4 2.069l-.5.69-.5-.69c-.944-1.303-2.426-2.07-4-2.07H5c-.552 0-1-.462-1-1.034V5.103c0-.57.448-1.034 1-1.034" clip-rule="evenodd" /></symbol>',"chat-join");const Sv="chat-join";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-message-status-read"><path fill-rule="evenodd" d="M15.716 8.653a.968.968 0 1 0-1.37-1.37l-4.784 4.781-.908-.906a.97.97 0 0 0-1.37 1.37l.907.906-.287.287a.485.485 0 0 1-.685 0l-2.565-2.563a.97.97 0 0 0-1.37 1.37l2.907 2.905a1.94 1.94 0 0 0 2.741 0l.63-.63.63.63a1.94 1.94 0 0 0 2.74 0l6.784-6.78a.968.968 0 1 0-1.37-1.37l-6.442 6.438a.485.485 0 0 1-.685 0l-.287-.287z" clip-rule="evenodd" /></symbol>',"chat-message-status-read");const Av="chat-message-status-read";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-message-status-sent"><path fill-rule="evenodd" d="M18.121 7.293a1 1 0 0 1 0 1.414l-7 7a2 2 0 0 1-2.828 0l-3-3a1 1 0 1 1 1.414-1.414l2.647 2.646a.5.5 0 0 0 .707 0l6.646-6.646a1 1 0 0 1 1.414 0" clip-rule="evenodd" /></symbol>',"chat-message-status-sent");const Ev="chat-message-status-sent";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-quick-response"><path fill-rule="evenodd" d="M2 5.103C2 3.39 3.343 2 5 2h14c1.657 0 3 1.39 3 3.103v10.345c0 1.714-1.343 3.104-3 3.104h-2.5c-.944 0-1.833.46-2.4 1.241l-1.3 1.793a.98.98 0 0 1-1.6 0l-1.3-1.793a2.97 2.97 0 0 0-2.4-1.241H5c-1.657 0-3-1.39-3-3.104zM5 4.07h14c.552 0 1 .463 1 1.034v10.345c0 .572-.448 1.035-1 1.035h-2.5c-1.574 0-3.056.766-4 2.069l-.5.69-.5-.69c-.944-1.303-2.426-2.07-4-2.07H5c-.552 0-1-.462-1-1.034V5.103c0-.57.448-1.034 1-1.034M7 8a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1m1 3a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2z" clip-rule="evenodd" /></symbol>',"chat-quick-response");const Tv="chat-quick-response";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-quick-response--filled"><path fill-rule="evenodd" d="M2 5.103C2 3.39 3.343 2 5 2h14c1.657 0 3 1.39 3 3.103v10.345c0 1.714-1.343 3.104-3 3.104h-2.5c-.944 0-1.833.46-2.4 1.241l-1.3 1.793a.98.98 0 0 1-1.6 0l-1.3-1.793a2.97 2.97 0 0 0-2.4-1.241H5c-1.657 0-3-1.39-3-3.104zM8 7a1 1 0 0 0 0 2h8a1 1 0 1 0 0-2zm-1 5a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1" clip-rule="evenodd" /></symbol>',"chat-quick-response--filled");const Dv="chat-quick-response--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-reply"><path fill-rule="evenodd" d="m10.62 7.225-4.537 3.716 4.62 4.081v-2.109a1 1 0 0 1 1-1c2.547 0 4.95.947 6.767 2.506-1.094-2.68-3.757-4.624-6.85-4.624a1 1 0 0 1-1-1zm.952-2.046a1.85 1.85 0 0 1 1.048 1.678v.992c4.693.505 8.38 4.518 8.38 9.263V18a1 1 0 0 1-1.903.43c-1.123-2.355-3.574-4.114-6.393-4.456v1.442c0 .797-.482 1.415-1.127 1.668a1.93 1.93 0 0 1-1.96-.353l-5.028-4.44-.031-.03a1.855 1.855 0 0 1 .06-2.705L9.62 5.459a1.745 1.745 0 0 1 1.952-.28" clip-rule="evenodd" /></symbol>',"chat-reply");const Ov="chat-reply";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-send"><path fill-rule="evenodd" d="M10.568 4.251 21.35 9.754c1.533.772 1.532 3.026-.004 3.795l-.013.007-10.794 5.208c-.896.445-1.83.227-2.422-.367a2.1 2.1 0 0 1-.436-2.332l1.932-4.61-1.93-4.515c-.395-.898-.075-1.81.486-2.35.57-.55 1.507-.824 2.398-.339M9.509 6.12q-.001 0 .005.014l.005.012 1.926 4.504h7.252L9.647 6.03 9.6 6.006a.1.1 0 0 0-.045.03.16.16 0 0 0-.044.07zm.013 10.73 1.759-4.196h7.314L9.666 16.96l-.013.007a.3.3 0 0 1-.076.026q-.019.002-.02.001c-.003 0-.012-.002-.025-.015a.1.1 0 0 1-.027-.051.1.1 0 0 1 .009-.061z" clip-rule="evenodd" /><path d="M4.5 13.455a1.001 1.001 0 0 0 0 2.004h1.6a1.001 1.001 0 0 0 0-2.004zM2.5 11.45c0-.553.448-1.002 1-1.002h2.6a1.001 1.001 0 0 1 0 2.005H3.5c-.552 0-1-.45-1-1.003M2.5 7.442a1.001 1.001 0 0 0 0 2.004h3.6a1.001 1.001 0 0 0 0-2.004z" /></symbol>',"chat-send");const Rv="chat-send";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-transfer"><path d="M15.713 12.28a.987.987 0 0 1-1.386 0c-.37-.367-.553-.886-.652-1.302a6 6 0 0 1-.115-.686l-3.886 3.924a.987.987 0 0 1-1.387 0 .965.965 0 0 1 0-1.374l3.886-3.924a6 6 0 0 1-.692-.115c-.42-.098-.944-.278-1.314-.645a.965.965 0 0 1 0-1.373.987.987 0 0 1 1.387 0q-.01-.009.004 0c.028.014.134.072.372.127.28.065.636.103 1.01.103s.73-.037 1.01-.103c.238-.055.344-.113.372-.128q.014-.007.005 0a.987.987 0 0 1 1.386 0 .965.965 0 0 1 0 1.374q.008-.01 0 .004a1.4 1.4 0 0 0-.129.369c-.066.278-.104.63-.104 1.001s.038.724.104 1.001a1.4 1.4 0 0 0 .129.373.965.965 0 0 1 0 1.374" /><path fill-rule="evenodd" d="M5 2C3.343 2 2 3.39 2 5.103v10.345c0 1.714 1.343 3.104 3 3.104h2.5c.944 0 1.833.46 2.4 1.241l1.3 1.793a.98.98 0 0 0 1.6 0l1.3-1.793a2.97 2.97 0 0 1 2.4-1.241H19c1.657 0 3-1.39 3-3.104V5.103C22 3.39 20.657 2 19 2zm14 2.069H5c-.552 0-1 .463-1 1.034v10.345c0 .572.448 1.035 1 1.035h2.5c1.574 0 3.056.766 4 2.069l.5.69.5-.69c.944-1.303 2.426-2.07 4-2.07H19c.552 0 1-.462 1-1.034V5.103c0-.57-.448-1.034-1-1.034" clip-rule="evenodd" /></symbol>',"chat-transfer");const Bv="chat-transfer";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-transfer--filled"><path fill-rule="evenodd" d="M2 5.103C2 3.39 3.343 2 5 2h14c1.657 0 3 1.39 3 3.103v10.345c0 1.714-1.343 3.104-3 3.104h-2.5c-.944 0-1.833.46-2.4 1.241l-1.3 1.793a.98.98 0 0 1-1.6 0l-1.3-1.793a2.97 2.97 0 0 0-2.4-1.241H5c-1.657 0-3-1.39-3-3.104zm12.327 7.177a.987.987 0 0 0 1.386 0 .965.965 0 0 0 0-1.374q.008.01 0-.004a1.4 1.4 0 0 1-.129-.369 4.5 4.5 0 0 1-.104-1c0-.372.038-.724.104-1.002a1.4 1.4 0 0 1 .129-.373.965.965 0 0 0 0-1.373.987.987 0 0 0-1.386 0q.009-.009-.005 0c-.028.014-.134.072-.372.127-.28.066-.636.103-1.01.103a4.6 4.6 0 0 1-1.01-.103c-.238-.055-.344-.113-.372-.128q-.014-.007-.004 0a.987.987 0 0 0-1.387 0 .965.965 0 0 0 0 1.374c.37.367.894.547 1.314.645.22.052.454.09.692.115l-3.886 3.924a.965.965 0 0 0 0 1.374.987.987 0 0 0 1.387 0l3.886-3.924a6 6 0 0 0 .115.686c.1.416.281.935.651 1.302" clip-rule="evenodd" /></symbol>',"chat-transfer--filled");const Lv="chat-transfer--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="checkbox"><path fill-rule="evenodd" d="M3 6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3zm3-1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1z" clip-rule="evenodd" /></symbol>',"checkbox");const Nv="checkbox";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="checkbox--checked"><path fill-rule="evenodd" d="M6 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3zM5 6a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1zm12.707 2.293a1 1 0 0 1 0 1.414l-7 7a1 1 0 0 1-1.414 0l-3-3a1 1 0 1 1 1.414-1.414L10 14.586l6.293-6.293a1 1 0 0 1 1.414 0" clip-rule="evenodd" /></symbol>',"checkbox--checked");const Pv="checkbox--checked";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="checkbox--checked--filled"><path fill-rule="evenodd" d="M6 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3zm11.707 6.707a1 1 0 0 0-1.414-1.414L10 14.586l-2.293-2.293a1 1 0 0 0-1.414 1.414l3 3a1 1 0 0 0 1.414 0z" clip-rule="evenodd" /></symbol>',"checkbox--checked--filled");const $v="checkbox--checked--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 14 14" id="checkbox-tick"><path fill-rule="evenodd" d="M13.694 2.315a1.1 1.1 0 0 1 0 1.522L6.39 11.37c-.816.84-2.137.84-2.952 0L.306 8.14a1.1 1.1 0 0 1 0-1.521 1.02 1.02 0 0 1 1.476 0l2.762 2.847a.51.51 0 0 0 .738 0l6.936-7.152a1.02 1.02 0 0 1 1.476 0" clip-rule="evenodd" style="fill-opacity:1" /></symbol>',"checkbox-tick");const Mv="checkbox-tick";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="clear"><path fill-rule="evenodd" d="M2.91 14.228a1.936 1.936 0 0 0 0 2.77l2.077 2.043H2.996a.99.99 0 0 0-.996.98c0 .54.446.979.996.979h17.923c.55 0 .996-.439.996-.98s-.446-.979-.996-.979h-5.516l6.014-5.916a1.936 1.936 0 0 0 0-2.77L15.54 4.574a2.015 2.015 0 0 0-2.816 0zm9.676 4.813.452-.444-5.877-5.78-2.843 2.796 3.485 3.428zm1.546-13.082-5.563 5.472 5.877 5.78 5.563-5.471z" clip-rule="evenodd" /></symbol>',"clear");const qv="clear";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="close"><path d="M8.707 7.293a1 1 0 0 0-1.414 1.414L10.586 12l-3.293 3.293a1 1 0 1 0 1.414 1.414L12 13.414l3.293 3.293a1 1 0 0 0 1.414-1.414L13.414 12l3.293-3.293a1 1 0 0 0-1.414-1.414L12 10.586z" /></symbol>',"close");const jv="close";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="close--filled"><path fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10M7.293 7.293a1 1 0 0 1 1.414 0L12 10.586l3.293-3.293a1 1 0 1 1 1.414 1.414L13.414 12l3.293 3.293a1 1 0 0 1-1.414 1.414L12 13.414l-3.293 3.293a1 1 0 0 1-1.414-1.414L10.586 12 7.293 8.707a1 1 0 0 1 0-1.414" clip-rule="evenodd" /></symbol>',"close--filled");const Fv="close--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="collapse"><path d="M5 4h14a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-6a1 1 0 1 0 0 2h6a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3H5a3 3 0 0 0-3 3v6a1 1 0 1 0 2 0V5a1 1 0 0 1 1-1" /><path fill-rule="evenodd" d="M11 16a3 3 0 0 0-3-3H5a3 3 0 0 0-3 3v3a3 3 0 0 0 3 3h3a3 3 0 0 0 3-3zm-3-1H5a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1" clip-rule="evenodd" /><path d="M16.657 13a1 1 0 0 0 0-1.414c-.378-.378-.912-.563-1.34-.664a6 6 0 0 0-.707-.118l3.562-3.561a1 1 0 1 0-1.415-1.415l-3.56 3.561a6 6 0 0 0-.119-.706c-.1-.428-.286-.962-.664-1.34A1 1 0 1 0 11 8.757q-.009-.01 0 .005c.015.028.074.136.131.38.068.285.106.648.106 1.03 0 .381-.038.744-.106 1.03a1.5 1.5 0 0 1-.131.384A1 1 0 0 0 12.414 13q-.01.009.004 0a1.5 1.5 0 0 1 .38-.131 4.7 4.7 0 0 1 1.03-.106c.382 0 .745.038 1.03.106a1.5 1.5 0 0 1 .385.131 1 1 0 0 0 1.414 0" /></symbol>',"collapse");const Vv="collapse";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="column-select"><path d="M13 9a1 1 0 1 0-2 0v2H9a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2z" /><path fill-rule="evenodd" d="M7.077 2.617C7.931 3.36 8 4.422 8 5v4a1 1 0 1 1-2 0V4.92C5.98 4.006 5.63 4 5.2 4h-.4c-.43 0-.78.006-.8.92v14.16c.02.915.37.92.8.92h.4c.43 0 .78-.006.8-.92V15a1 1 0 1 1 2 0v4c0 .578-.069 1.641-.923 2.383-.78.677-1.77.623-1.87.617h-.415c-.098.006-1.09.06-1.87-.617C2.07 20.64 2 19.578 2 19V5c0-.578.069-1.641.923-2.383.78-.677 1.77-.623 1.87-.617h.415c.098-.006 1.09-.06 1.87.617M10 17a1 1 0 0 0-1 1v1c0 .578.069 1.641.923 2.383.78.677 1.77.623 1.87.617h.415c.098.006 1.09.06 1.87-.617C14.93 20.64 15 19.578 15 19v-1a1 1 0 1 0-2 0v1.08c-.02.915-.37.92-.8.92h-.4c-.43 0-.78-.006-.8-.92V18a1 1 0 0 0-1-1m4-10a1 1 0 0 1-1-1V4.92c-.02-.914-.37-.92-.8-.92h-.4c-.43 0-.78.006-.8.92V6a1 1 0 1 1-2 0V5c0-.578.069-1.641.923-2.383.78-.677 1.77-.623 1.87-.617h.415c.098-.006 1.09-.06 1.87.617C14.93 3.36 15 4.422 15 5v1a1 1 0 0 1-1 1m3 7a1 1 0 0 0-1 1v4c0 .578.069 1.641.923 2.383.78.677 1.77.623 1.87.617h.415c.098.006 1.09.06 1.87-.617C21.93 20.64 22 19.578 22 19V5c0-.578-.069-1.641-.923-2.383-.78-.677-1.77-.623-1.87-.617h-.415c-.098-.006-1.09-.06-1.87.617C16.07 3.36 16 4.422 16 5v4a1 1 0 1 0 2 0V4.92c.02-.914.37-.92.8-.92h.4c.43 0 .78.006.8.92v14.16c-.02.915-.37.92-.8.92h-.4c-.43 0-.78-.006-.8-.92V15a1 1 0 0 0-1-1" clip-rule="evenodd" /></symbol>',"column-select");const Uv="column-select";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="comment"><path d="M6.8 10a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2h-8a1 1 0 0 1-1-1M7.8 13a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2z" /><path fill-rule="evenodd" d="M8.147 21.311a10 10 0 0 0 10.725-2.24c3.905-3.905 3.905-10.237 0-14.142s-10.237-3.905-14.142 0a10 10 0 0 0-2.24 10.725c.313.8-.019 3.148-.296 4.726a1.067 1.067 0 0 0 1.227 1.227c1.578-.277 3.926-.61 4.726-.296m9.31-14.968a8.002 8.002 0 0 0-13.106 8.581c.212.54.253 1.128.263 1.536.011.46-.016.96-.058 1.442-.045.502-.11 1.025-.183 1.526.5-.073 1.024-.138 1.526-.183.482-.042.981-.07 1.442-.058.408.01.996.05 1.535.262a8.003 8.003 0 0 0 8.582-13.106" clip-rule="evenodd" /></symbol>',"comment");const zv="comment";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="conference"><path fill-rule="evenodd" d="M4 5.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0M7.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M13 5.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0M16.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3" clip-rule="evenodd" /><path fill-rule="evenodd" d="M8.5 11.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0M12 10a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3" clip-rule="evenodd" /><path d="M6.5 21c0-2.869 2.576-5 5.5-5s5.5 2.131 5.5 5a1 1 0 1 1-2 0c0-1.55-1.453-3-3.5-3s-3.5 1.45-3.5 3a1 1 0 1 1-2 0M7.5 11.143c0-.631-.516-1.154-1.136-1.035C3.94 10.577 2 12.51 2 15a1 1 0 1 0 2 0c0-1.324 1.062-2.577 2.649-2.912.463-.098.851-.472.851-.945M17.636 10.109c-.62-.12-1.136.403-1.136 1.034 0 .473.388.847.852.945C18.938 12.423 20 13.676 20 15a1 1 0 1 0 2 0c0-2.49-1.94-4.424-4.364-4.892" /></symbol>',"conference");const Hv="conference";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="contacts"><path fill-rule="evenodd" d="M14.011 6.5c0 1.104-.9 2-2.011 2a2.006 2.006 0 0 1-2.011-2c0-1.105.9-2 2.011-2 1.11 0 2.011.895 2.011 2m2.011 0c0 2.209-1.8 4-4.022 4-2.221 0-4.022-1.791-4.022-4s1.8-4 4.022-4c2.221 0 4.022 1.79 4.022 4m2.946 14.003C18.48 17.109 15.547 14.5 12 14.5s-6.481 2.61-6.968 6.003c-.078.547-.52.997-1.076.997-.555 0-1.011-.45-.95-.998C3.504 16 7.34 12.5 12 12.5s8.495 3.5 8.994 8.002c.061.549-.395.998-.95.998s-.998-.45-1.076-.997" clip-rule="evenodd" /></symbol>',"contacts");const Wv="contacts";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="copy"><path d="M10 5.058C10 3.396 11.317 2 13 2h4.5c1.683 0 3 1.396 3 3.058v8.884c0 1.662-1.317 3.058-3 3.058h-.571a1 1 0 0 1 0-2h.571c.526 0 1-.447 1-1.058V5.058c0-.611-.474-1.058-1-1.058H13c-.526 0-1 .447-1 1.058a1 1 0 1 1-2 0M12 11H7v1h5zM7 17h5v1H7zM12 14H7v1h5z" /><path fill-rule="evenodd" d="M6.444 7C5.094 7 4 8.033 4 9.308v10.384C4 20.967 5.094 22 6.444 22h6.112C13.906 22 15 20.967 15 19.692V9.308C15 8.033 13.906 7 12.556 7zM6.09 9.13C6.016 9.2 6 9.261 6 9.308v10.384c0 .047.016.11.089.178.074.07.196.13.355.13h6.112c.16 0 .28-.06.355-.13.072-.069.089-.131.089-.178V9.308c0-.047-.017-.11-.089-.178a.51.51 0 0 0-.355-.13H6.444c-.16 0-.28.06-.355.13" clip-rule="evenodd" /></symbol>',"copy");const Zv="copy";J('<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="custom-chat-gateway"><path fill="#556AF6" d="M13 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0" /><path fill="#556AF6" fill-rule="evenodd" d="M12 18.368 9.803 16.17H7.785a.7.7 0 0 1-.694-.694V8c0-.38.313-.694.694-.694h8.43c.38 0 .694.313.694.694v7.477c0 .38-.313.694-.694.694h-2.018zM11.5 8h1l.18 1.077c.325.076.63.204.906.376l.889-.635.707.707-.635.889q.26.415.376.906L16 11.5v1l-1.077.18c-.076.325-.204.63-.376.906l.635.889-.707.707-.889-.635c-.275.172-.58.3-.906.376L12.5 16h-1l-.18-1.077a3 3 0 0 1-.906-.376l-.889.635-.707-.707.635-.89c-.172-.275-.3-.58-.376-.905L8 12.5v-1l1.077-.18c.076-.325.204-.63.376-.906l-.635-.889.707-.707.89.635c.275-.172.58-.3.906-.376z" clip-rule="evenodd" /><path fill="#556AF6" fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10M9.35 17.262l2.24 2.238a.58.58 0 0 0 .82 0l2.24-2.238h1.565c.983 0 1.785-.802 1.785-1.786V8c0-.983-.802-1.785-1.785-1.785h-8.43C6.802 6.215 6 7.017 6 8v7.477c0 .983.802 1.785 1.785 1.785z" clip-rule="evenodd" /></symbol>',"custom-chat-gateway");const Yv="custom-chat-gateway";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="dark-mode"><path fill-rule="evenodd" d="M10.204 2.813c.41.609.503 1.464.134 2.214a8.56 8.56 0 0 0-.876 3.79c0 4.65 3.656 8.372 8.105 8.372.612 0 1.098.373 1.31.845a1.36 1.36 0 0 1-.364 1.613A9.9 9.9 0 0 1 12.104 22C6.497 22 2 17.33 2 11.628c0-4.194 2.428-7.82 5.94-9.453a1.78 1.78 0 0 1 1.318-.092c.42.137.736.418.946.73M8.56 4.096C5.87 5.45 4 8.306 4 11.628 4 16.28 7.655 20 12.104 20a7.86 7.86 0 0 0 3.766-.957c-4.791-.83-8.408-5.114-8.408-10.226 0-1.679.39-3.268 1.082-4.674a.2.2 0 0 0 .017-.047" clip-rule="evenodd" /><path fill-rule="evenodd" d="M15 4a1 1 0 0 1 1 1 2 2 0 0 0 2 2 1 1 0 1 1 0 2 2 2 0 0 0-2 2 1 1 0 0 1-2 0 2 2 0 0 0-2-2 1 1 0 1 1 0-2 2 2 0 0 0 2-2 1 1 0 0 1 1-1m0 3.646q-.166.188-.354.354.187.166.354.354.166-.187.354-.354A4 4 0 0 1 15 7.646" clip-rule="evenodd" /><path d="M20 11a1 1 0 1 0-2 0 1 1 0 0 1-1 1 1 1 0 1 0 0 2 1 1 0 0 1 1 1 1 1 0 0 0 2 0 1 1 0 0 1 1-1 1 1 0 0 0 0-2 1 1 0 0 1-1-1" /></symbol>',"dark-mode");const Kv="dark-mode";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 24" id="docs"><path d="M8.4 10a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1M9.4 12a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2zM8.4 16a1 1 0 0 1 1-1h3a1 1 0 1 1 0 2h-3a1 1 0 0 1-1-1" /><path fill-rule="evenodd" d="M17.279 2.879 19.52 5.12a3 3 0 0 1 .879 2.122V19a3 3 0 0 1-3 3h-10a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h7.757a3 3 0 0 1 2.122.879M17.399 20a1 1 0 0 0 1-1V8h-2a2 2 0 0 1-2-2V4h-7a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1zm-1-15.172V6h1.172z" clip-rule="evenodd" /></symbol>',"docs");const Gv="docs";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="done"><path d="M18.121 9.707a1 1 0 0 0-1.414-1.414l-6.646 6.646a.5.5 0 0 1-.707 0l-2.647-2.646a1 1 0 0 0-1.414 1.414l3 3a2 2 0 0 0 2.828 0z" /><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-2 0a8 8 0 1 1-16 0 8 8 0 0 1 16 0" clip-rule="evenodd" /></symbol>',"done");const Xv="done";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="download"><path d="M12.085 17.996a1 1 0 0 0 .539-.214l.014-.012a1 1 0 0 0 .268-.346c.106-.214.193-.416.281-.62.18-.416.364-.84.717-1.388.488-.76 1.265-1.66 2.65-2.584a1 1 0 1 0-1.109-1.664c-1.065.71-1.85 1.43-2.445 2.122V3a1 1 0 1 0-2 0v10.29c-.594-.692-1.38-1.412-2.445-2.122a1 1 0 0 0-1.11 1.664c1.386.924 2.164 1.824 2.651 2.583.354.55.537.973.717 1.39.087.201.174.401.279.614a1 1 0 0 0 .841.579M12 18q.043 0 .085-.004z" /><path fill-rule="evenodd" d="M5 17a1 1 0 0 1 1 1c0 .34.11.872.412 1.29.264.368.714.71 1.588.71a1 1 0 0 1 .25.032A1 1 0 0 1 8.5 20h7a1 1 0 0 1 .25.032A1 1 0 0 1 16 20c.874 0 1.324-.342 1.588-.71.302-.418.412-.95.412-1.29a1 1 0 1 1 2 0c0 .66-.19 1.628-.788 2.46C18.576 21.341 17.526 22 16 22a1 1 0 0 1-.25-.032 1 1 0 0 1-.25.032h-7a1 1 0 0 1-.25-.032A1 1 0 0 1 8 22c-1.526 0-2.576-.658-3.212-1.54A4.35 4.35 0 0 1 4 18a1 1 0 0 1 1-1" clip-rule="evenodd" /></symbol>',"download");const Qv="download";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="edit"><path fill-rule="evenodd" d="M5.622 21.957c.913 0 1.805-.366 2.5-1.058v-.001L21.09 7.92a1 1 0 0 0 .225-.17 2.23 2.23 0 0 0 0-3.203L19.522 2.76a2.24 2.24 0 0 0-3.205 0L3.123 15.908c-.695.692-1.063 1.583-1.063 2.496v2.553a1 1 0 0 0 1 1zM19.994 6.149q0 .031-.015.074a1 1 0 0 0-.133.113l-1.293 1.293-2.14-2.141 1.315-1.312c.075-.074.143-.09.191-.09s.117.016.191.09l1.794 1.788c.074.074.09.14.09.185M17.14 9.044 6.71 19.483c-.331.329-.72.474-1.088.474H4.06v-1.553c0-.364.144-.75.474-1.08L14.996 6.9z" clip-rule="evenodd" /></symbol>',"edit");const Jv="edit";J('<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="elevenlabs"><circle cx="12" cy="12" r="10" fill="#D9D9D9" /><path fill="#312B41" d="M11 6H8v12h3zM16 6h-3v12h3z" /></symbol>',"elevenlabs");const ew="elevenlabs";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="email"><path fill-rule="evenodd" d="M13.774 2.58a3 3 0 0 0-3.548 0L3.91 7.214l-.05.039C2.77 7.716 2 8.827 2 10.123v7.793c0 1.714 1.343 3.104 3 3.104h14c1.657 0 3-1.39 3-3.104v-7.793c0-1.296-.768-2.406-1.859-2.87l-.05-.04zm2.672 4.44-3.854-2.826a1 1 0 0 0-1.183 0L7.555 7.02zM4.882 9.096A1 1 0 0 1 5 9.089h14q.06 0 .117.007-.108.045-.208.117l-5.205 3.818a3 3 0 0 0-3.407 0L5.09 9.213a1 1 0 0 0-.208-.117M4 10.893v6.754l4.605-3.377zm1.603 8.058h12.794l-5.805-4.257a1 1 0 0 0-1.183 0zM20 17.646l-4.604-3.376L20 10.893z" clip-rule="evenodd" /></symbol>',"email");const tw="email";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="email-inbound"><path fill-rule="evenodd" d="M12.655 4.26a.994.994 0 0 0-1.31 0L7.181 7.898h9.638zm-2.62-1.522-6.16 5.378A3.02 3.02 0 0 0 2 10.92v8.059C2 20.647 3.343 22 5 22h14c1.657 0 3-1.353 3-3.022v-8.06a3.02 3.02 0 0 0-1.875-2.802l-6.16-5.378a2.98 2.98 0 0 0-3.93 0M4 18.585v-7.206l.345.301a.995.995 0 0 0 1.41-.101 1.013 1.013 0 0 0-.1-1.421l-.282-.247H18.55l-.174.152c-.417.364-.462 1-.1 1.421a.995.995 0 0 0 1.41.102l.314-.274v7.206l-.345-.301a.995.995 0 0 0-1.41.101 1.01 1.01 0 0 0 .1 1.421l.282.246H5.45l.174-.151c.417-.365.462-1.001.1-1.421a.995.995 0 0 0-1.41-.102zm10.485-1.856c.39.393.39 1.031 0 1.425a.995.995 0 0 1-1.414 0q.01.008-.004 0a1.5 1.5 0 0 0-.38-.133 4.6 4.6 0 0 0-1.03-.107c-.382 0-.745.04-1.03.107a1.5 1.5 0 0 0-.38.133q-.014.008-.004 0a.995.995 0 0 1-1.415 0 1.013 1.013 0 0 1 0-1.425q-.008.01 0-.004c.016-.029.075-.138.132-.383.067-.287.106-.653.106-1.038 0-.384-.039-.75-.106-1.038a1.5 1.5 0 0 0-.132-.382q-.008-.014 0-.004a1.013 1.013 0 0 1 0-1.425.995.995 0 0 1 1.415 0c.377.38.563.918.664 1.35a6 6 0 0 1 .118.712l2.753-2.774a.995.995 0 0 1 1.415 0c.39.393.39 1.031 0 1.424l-2.754 2.774q.366.039.706.12c.429.1.963.288 1.34.668" clip-rule="evenodd" /></symbol>',"email-inbound");const ow="email-inbound";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="email-outbound"><path d="M9.536 13.168a1.013 1.013 0 0 1 0-1.425.995.995 0 0 1 1.414 0q-.01-.009.004 0c.029.015.137.075.38.132.285.068.648.107 1.03.107s.745-.039 1.03-.107a1.5 1.5 0 0 0 .38-.133q.014-.008.004 0a.995.995 0 0 1 1.415.001c.39.393.39 1.031 0 1.425q.007-.01 0 .004c-.016.028-.075.138-.132.382a4.7 4.7 0 0 0-.106 1.038c0 .385.039.75.106 1.038.057.245.116.354.132.383q.008.014 0 .004c.39.393.39 1.031 0 1.425a.995.995 0 0 1-1.415 0c-.377-.381-.563-.919-.664-1.35a6 6 0 0 1-.118-.712l-2.753 2.774a.995.995 0 0 1-1.414 0 1.013 1.013 0 0 1 0-1.425l2.753-2.773a6 6 0 0 1-.707-.12c-.428-.101-.962-.288-1.34-.668" /><path fill-rule="evenodd" d="m10.035 2.738-6.16 5.378A3.02 3.02 0 0 0 2 10.92v8.059C2 20.647 3.343 22 5 22h14c1.657 0 3-1.353 3-3.022v-8.06a3.02 3.02 0 0 0-1.875-2.802l-6.16-5.378a2.98 2.98 0 0 0-3.93 0m2.62 1.523a.994.994 0 0 0-1.31 0L7.181 7.897h9.638zM4 18.585V11.38l.345.301a.995.995 0 0 0 1.41-.101 1.013 1.013 0 0 0-.1-1.421l-.282-.247H18.55l-.174.152c-.417.364-.462 1-.1 1.421a.995.995 0 0 0 1.41.102l.314-.274v7.206l-.345-.301a.995.995 0 0 0-1.41.101 1.01 1.01 0 0 0 .1 1.421l.282.246H5.45l.174-.151c.417-.365.462-1.001.1-1.421a.995.995 0 0 0-1.41-.102z" clip-rule="evenodd" /></symbol>',"email-outbound");const iw="email-outbound";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="expand"><path d="M19 4H5a1 1 0 0 0-1 1v6a1 1 0 1 1-2 0V5a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3h-6a1 1 0 1 1 0-2h6a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1" /><path fill-rule="evenodd" d="M8 13a3 3 0 0 1 3 3v3a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3v-3a3 3 0 0 1 3-3zm-3 2h3a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1" clip-rule="evenodd" /><path d="M12.515 7.242a1 1 0 1 1 1.414-1.414q-.01-.008.004 0c.029.015.137.075.38.132a4.7 4.7 0 0 0 1.03.106 4.7 4.7 0 0 0 1.03-.106c.243-.057.352-.117.38-.132q.014-.008.004 0a1 1 0 0 1 1.415 1.414q.008-.01 0 .005a1.5 1.5 0 0 0-.132.38 4.7 4.7 0 0 0-.106 1.03c0 .381.039.744.106 1.03.057.243.117.351.132.38q.008.014 0 .004a1 1 0 0 1-1.415 1.414c-.377-.378-.563-.911-.664-1.34a6 6 0 0 1-.118-.706L12.415 13A1 1 0 0 1 11 11.586l3.561-3.561a6 6 0 0 1-.706-.118c-.429-.101-.963-.287-1.34-.665" /></symbol>',"expand");const nw="expand";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="eye--closed"><path d="M12 5c-1.92 0-3.842.734-5.548 1.9a14.9 14.9 0 0 0-4.24 4.48 1 1 0 0 0-.09.143 1 1 0 0 0 0 .954q.04.075.09.143a15 15 0 0 0 3.015 3.538l1.675-1.21A13.1 13.1 0 0 1 4.189 12 13 13 0 0 1 7.58 8.551C9.05 7.547 10.585 7 12 7c1.304 0 2.711.465 4.074 1.324l1.727-1.247q-.126-.09-.253-.177C15.842 5.734 13.92 5 12 5" /><path fill-rule="evenodd" d="M7.59 17.795 5.171 19.62A1 1 0 0 1 4 18L20.414 6.19a1 1 0 1 1 1.171 1.62l-1.63 1.164c.698.747 1.318 1.56 1.833 2.406q.05.069.09.143a1 1 0 0 1 0 .954q-.039.075-.09.143a14.9 14.9 0 0 1-4.24 4.48C15.842 18.266 13.92 19 12 19c-1.503 0-3.008-.45-4.41-1.205m10.72-7.647-8.857 6.318c.866.35 1.727.534 2.547.534 1.415 0 2.95-.547 4.42-1.551A13 13 0 0 0 19.81 12a13 13 0 0 0-1.501-1.852" clip-rule="evenodd" /><path d="M12 9c.786 0 1.5.302 2.036.796L9.267 13.24A3 3 0 0 1 12 9" /></symbol>',"eye--closed");const aw="eye--closed";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="eye--opened"><path fill-rule="evenodd" d="M6.452 6.9C8.158 5.734 10.08 5 12 5s3.842.734 5.548 1.9a14.9 14.9 0 0 1 4.24 4.48q.05.069.09.143a1 1 0 0 1 0 .954q-.039.075-.09.143a14.9 14.9 0 0 1-4.24 4.48C15.842 18.266 13.92 19 12 19s-3.842-.734-5.548-1.9a14.9 14.9 0 0 1-4.24-4.48 1 1 0 0 1-.09-.143 1 1 0 0 1 0-.954q.04-.075.09-.143a14.9 14.9 0 0 1 4.24-4.48M12 7c-1.415 0-2.95.547-4.42 1.551A13 13 0 0 0 4.19 12a13 13 0 0 0 3.391 3.449C9.05 16.453 10.585 17 12 17s2.95-.547 4.42-1.551A13 13 0 0 0 19.81 12a13 13 0 0 0-3.391-3.449C14.95 7.547 13.415 7 12 7" clip-rule="evenodd" /><path fill-rule="evenodd" d="M9 12a3 3 0 1 1 6 0 3 3 0 0 1-6 0" clip-rule="evenodd" /></symbol>',"eye--opened");const rw="eye--opened";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="false-ic"><path d="M14.242 8.586A1 1 0 1 1 15.656 10l-2.12 2.121 2.12 2.122a1 1 0 0 1-1.414 1.414l-2.12-2.122-2.123 2.122a1 1 0 0 1-1.414-1.414l2.122-2.122L8.585 10a1 1 0 0 1 1.414-1.414l2.122 2.121z" /><path fill-rule="evenodd" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16" clip-rule="evenodd" /></symbol>',"false-ic");const lw="false-ic";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="log"><path fill-rule="evenodd" d="M13 13h-2v2h2zM14 13h2v2h-2zM19 15v-2h-2v2z" /><path fill-rule="evenodd" d="M19.121 5.121 16.88 2.88A3 3 0 0 0 14.757 2H7a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3v-1a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2V7.243a3 3 0 0 0-.879-2.122M8 16a2 2 0 0 0 2 2h8v1a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7v2a2 2 0 0 0 2 2h2v2h-8a2 2 0 0 0-2 2zm8-10V4.828L17.172 6zm4 6H10v4h10z" clip-rule="evenodd" /></symbol>',"log");const sw="log";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="filter"><path d="M20 3a1 1 0 1 0-2 0v3.268a2 2 0 0 0 0 3.464V21a1 1 0 1 0 2 0V9.732a2 2 0 0 0 0-3.464zM13 3a1 1 0 1 0-2 0v11.268a2 2 0 0 0 0 3.464V21a1 1 0 1 0 2 0v-3.268a2 2 0 0 0 0-3.464zM6 3a1 1 0 1 0-2 0v6.268a2 2 0 0 0 0 3.464V21a1 1 0 1 0 2 0v-8.268a2 2 0 0 0 0-3.464z" /></symbol>',"filter");const cw="filter";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="flows"><path fill-rule="evenodd" d="M14.6 2a2 2 0 0 0-2 2v1q0 .066.004.13l-2.136 1.068A2 2 0 0 0 9.6 6h-3a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h3c.28 0 .546-.057.788-.161l3.225 1.935q-.013.112-.013.226v2.84l-2.021.867A2 2 0 0 0 9.6 16h-5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2v-.126l2.224-.953A2 2 0 0 0 15.6 20h5a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-5c-.28 0-.546.057-.788.161l-3.225-1.935q.013-.111.013-.226V8a2 2 0 0 0-.004-.13l2.136-1.068c.262.127.557.198.868.198h2a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm2 2h-2v1h2zm-7 4h-3v2h3zm11 6h-5v4h5zm-16 4h5v2h-5z" clip-rule="evenodd" /></symbol>',"flows");const dw="flows";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="generate"><path d="M13.858 7.514a1 1 0 0 0-1.716-1.029l-3 5A1 1 0 0 0 10 13h2.234l-2.091 3.485a1 1 0 1 0 1.714 1.03l3-5A1 1 0 0 0 14 11h-2.234z" /><path fill-rule="evenodd" d="M12 2A9.96 9.96 0 0 0 2 12a9.96 9.96 0 0 0 10 10 9.96 9.96 0 0 0 10-10A9.96 9.96 0 0 0 12 2M4 12c0-4.45 3.55-8 8-8s8 3.55 8 8-3.55 8-8 8-8-3.55-8-8" clip-rule="evenodd" /></symbol>',"generate");const pw="generate";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="google"><path fill="#4280EF" d="M22 12.24c0-.676-.067-1.373-.178-2.026h-9.625v3.856h5.513a4.54 4.54 0 0 1-2.045 3.028l3.29 2.505C20.889 17.84 22 15.268 22 12.24" /><path fill="#34A353" d="M12.197 22c2.757 0 5.068-.893 6.758-2.418l-3.29-2.484c-.912.61-2.09.959-3.468.959-2.667 0-4.912-1.765-5.735-4.118l-3.378 2.55C4.817 19.864 8.329 22 12.197 22" /><path fill="#F6B704" d="M6.462 13.917a5.96 5.96 0 0 1 0-3.834l-3.378-2.57a9.84 9.84 0 0 0 0 8.975z" /><path fill="#E54335" d="M12.197 5.965A5.63 5.63 0 0 1 16.11 7.47l2.912-2.876c-1.845-1.7-4.29-2.614-6.824-2.593-3.868 0-7.38 2.135-9.113 5.512l3.378 2.571c.823-2.375 3.068-4.118 5.735-4.118" /></symbol>',"google");const uw="google";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="group"><g fill-rule="evenodd" clip-rule="evenodd"><path d="M12 2a1 1 0 0 1 .832.445l1.592 2.389 1.295-.38a1 1 0 0 1 1.25 1.208l-1.177 4.587a1 1 0 0 1-.968.751H9.176a1 1 0 0 1-.968-.751L7.03 5.662a1 1 0 0 1 1.25-1.208l1.295.38 1.592-2.389A1 1 0 0 1 12 2m0 2.803-1.168 1.752a1 1 0 0 1-1.113.405l-.314-.092L9.952 9h4.096l.547-2.132-.314.092a1 1 0 0 1-1.113-.405zM7 13a1 1 0 0 1 .832.445l1.592 2.389 1.295-.38a1 1 0 0 1 1.25 1.208l-1.177 4.587a1 1 0 0 1-.968.751H4.176a1 1 0 0 1-.968-.751L2.03 16.662a1 1 0 0 1 1.25-1.208l1.295.38 1.592-2.389A1 1 0 0 1 7 13m0 2.803-1.168 1.752a1 1 0 0 1-1.113.405l-.314-.092L4.952 20h4.096l.547-2.132-.314.092a1 1 0 0 1-1.113-.405z" /><path d="M12 16.407a1 1 0 0 1 1.281-.953l1.295.38 1.592-2.389a1 1 0 0 1 1.664 0l1.592 2.389 1.295-.38a1 1 0 0 1 1.25 1.208l-1.177 4.587a1 1 0 0 1-.968.751h-5.648a1 1 0 0 1-.968-.751l-1.177-4.587a1 1 0 0 1-.031-.255m3.832 1.148L17 15.803l1.168 1.752a1 1 0 0 0 1.113.405l.314-.092L19.048 20h-4.096l-.547-2.132.314.092a1 1 0 0 0 1.113-.405" /></g></symbol>',"group");const fw="group";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="history"><path d="M12 4c-3.762 0-6.958 2.544-7.79 6.493l.614.091a.5.5 0 0 1 .343.77l-2.134 3.227a.5.5 0 0 1-.9-.144L1.126 10.74a.5.5 0 0 1 .556-.626l.55.082C3.209 5.317 7.187 2 12 2c5.522 0 10 4.477 10 10s-4.478 10-10 10a1 1 0 1 1 0-2 8 8 0 1 0 0-16" /><path d="M13 9a1 1 0 1 0-2 0v3.586l-1.707 1.707a1 1 0 1 0 1.414 1.414l2-2A1 1 0 0 0 13 13z" /></symbol>',"history");const mw="history";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="hold"><path fill-rule="evenodd" d="M2 12C2 6.45 6.45 2 12 2s10 4.45 10 10-4.45 10-10 10S2 17.55 2 12m10-8c-4.445 0-8 3.555-8 8s3.555 8 8 8 8-3.555 8-8-3.555-8-8-8m-2 4a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0V9a1 1 0 0 1 1-1m5 1a1 1 0 1 0-2 0v6a1 1 0 1 0 2 0z" clip-rule="evenodd" /></symbol>',"hold");const hw="hold";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="idle"><path d="M14.5 7.5 12 9 9.5 7.5z" /><path fill-rule="evenodd" d="M18 3a1 1 0 1 1 0 2h-.5v2.724a3 3 0 0 1-1.39 2.53L13.369 12l2.743 1.745a3 3 0 0 1 1.389 2.531V19h.5a1 1 0 1 1 0 2H6a1 1 0 1 1 0-2h.5v-2.724a3 3 0 0 1 1.39-2.53L10.631 12l-2.743-1.745A3 3 0 0 1 6.5 7.724V5H6a1 1 0 0 1 0-2zm-2.5 15.75v-2.474a1 1 0 0 0-.463-.843L12 13.5l-3.037 1.933a1 1 0 0 0-.463.843v2.474L12 17zM15.5 5h-7v2.724a1 1 0 0 0 .463.843L12 10.5l3.037-1.933a1 1 0 0 0 .463-.843z" clip-rule="evenodd" /></symbol>',"idle");const bw="idle";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="impacted"><path d="M11.915 8.996a1 1 0 0 1-.539-.214l-.014-.012a1 1 0 0 1-.268-.346 13 13 0 0 1-.281-.62c-.18-.416-.364-.84-.717-1.388-.488-.76.735.34-.65-.584a1 1 0 0 1 1.109-1.664c1.065.71-.15-.57.445.122V3a1 1 0 1 1 2 0v1.29c.594-.692-.62.588.445-.122a1 1 0 1 1 1.11 1.664c-1.386.924-.163-.175-.651.584-.354.549-.537.972-.717 1.388-.087.202-.174.403-.279.615a1 1 0 0 1-.841.579M12 9l-.085-.004zM11.915 15.004a1 1 0 0 0-.539.214l-.014.012a1 1 0 0 0-.268.346 13 13 0 0 0-.281.62c-.18.416-.364.84-.717 1.388-.488.76.735-.34-.65.584a1 1 0 1 0 1.109 1.664c1.065-.71-.15.57.445-.122V21a1 1 0 1 0 2 0v-1.29c.594.692-.62-.588.445.122a1 1 0 0 0 1.11-1.664c-1.386-.924-.163.175-.651-.584a8.7 8.7 0 0 1-.717-1.388c-.087-.202-.174-.403-.279-.615a1 1 0 0 0-.841-.579M12 15q-.043 0-.085.004zM8.996 11.915a1 1 0 0 0-.214-.539l-.012-.014a1 1 0 0 0-.346-.268 13 13 0 0 0-.62-.281c-.416-.18-.84-.364-1.388-.717-.76-.488.34.735-.584-.65a1 1 0 0 0-1.664 1.109c.71 1.065-.57-.15.122.445H3a1 1 0 1 0 0 2h1.29c-.692.594.588-.62-.122.445a1 1 0 1 0 1.664 1.11c.924-1.386-.175-.163.584-.651.549-.354.972-.537 1.388-.717.202-.087.403-.174.615-.279a1 1 0 0 0 .579-.841M9 12l-.004-.085zM15.004 11.915a1 1 0 0 1 .214-.539l.012-.014a1 1 0 0 1 .346-.268c.214-.106.416-.193.62-.281.416-.18.84-.364 1.388-.717.76-.488-.34.735.584-.65a1 1 0 1 1 1.664 1.109c-.71 1.065.57-.15-.122.445H21a1 1 0 1 1 0 2h-1.29c.692.594-.588-.62.122.445a1 1 0 0 1-1.664 1.11c-.924-1.386.175-.163-.584-.651a8.7 8.7 0 0 0-1.388-.717c-.202-.087-.403-.174-.615-.279a1 1 0 0 1-.579-.841M15 12q0-.043.004-.085z" /><circle cx="12" cy="12" r="1" /></symbol>',"impacted");const gw="impacted";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="instagram"><path fill="url(#instagram_a)" d="M14.207 11.99a2.197 2.197 0 1 1-4.394 0 2.197 2.197 0 0 1 4.394 0" /><path fill="url(#instagram_b)" fill-rule="evenodd" d="M15.379 6.277H8.62a2.344 2.344 0 0 0-2.344 2.344v6.758a2.344 2.344 0 0 0 2.344 2.344h6.758a2.344 2.344 0 0 0 2.344-2.344V8.62a2.344 2.344 0 0 0-2.344-2.344m.39 5.713a3.76 3.76 0 1 1-7.519 0 3.76 3.76 0 0 1 7.52 0m-.087-2.88a.908.908 0 1 0 0-1.817.908.908 0 0 0 0 1.816" clip-rule="evenodd" /><path fill="url(#instagram_c)" fill-rule="evenodd" d="M6.883 2A4.883 4.883 0 0 0 2 6.883v10.234A4.883 4.883 0 0 0 6.883 22h10.234A4.883 4.883 0 0 0 22 17.117V6.883A4.883 4.883 0 0 0 17.117 2zM4.715 8.621A3.906 3.906 0 0 1 8.62 4.715h6.758a3.906 3.906 0 0 1 3.906 3.906v6.758a3.906 3.906 0 0 1-3.906 3.906H8.62a3.906 3.906 0 0 1-3.906-3.906z" clip-rule="evenodd" /><defs><linearGradient id="instagram_a" x1="12" x2="12" y1="2" y2="22" gradientUnits="userSpaceOnUse"><stop stop-color="#6C48CB" /><stop offset=".255" stop-color="#C837AB" /><stop offset=".505" stop-color="#F14D5A" /><stop offset=".781" stop-color="#FF9248" /><stop offset="1" stop-color="#FD5" /></linearGradient><linearGradient id="instagram_b" x1="12" x2="12" y1="2" y2="22" gradientUnits="userSpaceOnUse"><stop stop-color="#6C48CB" /><stop offset=".255" stop-color="#C837AB" /><stop offset=".505" stop-color="#F14D5A" /><stop offset=".781" stop-color="#FF9248" /><stop offset="1" stop-color="#FD5" /></linearGradient><linearGradient id="instagram_c" x1="12" x2="12" y1="2" y2="22" gradientUnits="userSpaceOnUse"><stop stop-color="#6C48CB" /><stop offset=".255" stop-color="#C837AB" /><stop offset=".505" stop-color="#F14D5A" /><stop offset=".781" stop-color="#FF9248" /><stop offset="1" stop-color="#FD5" /></linearGradient></defs></symbol>',"instagram");const yw="instagram";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="job"><path fill-rule="evenodd" d="M12 7a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0V8a1 1 0 0 1 1-1" clip-rule="evenodd" /><path d="M13 15.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0" /><path fill-rule="evenodd" d="M19.7 11.275 12.726 4.3c-.401-.401-1.05-.401-1.452 0l-6.973 6.974c-.401.4-.401 1.05 0 1.45l6.974 6.975c.4.4 1.05.4 1.45 0l6.975-6.974c.4-.401.4-1.05 0-1.452m-5.56-8.389a3.026 3.026 0 0 0-4.28 0L2.886 9.86a3.026 3.026 0 0 0 0 4.28l6.974 6.974a3.026 3.026 0 0 0 4.28 0l6.974-6.974a3.026 3.026 0 0 0 0-4.28z" clip-rule="evenodd" /></symbol>',"job");const vw="job";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="job--accept"><path d="M15.707 11.207a1 1 0 0 0-1.414-1.414L11 13.086l-1.793-1.793a1 1 0 0 0-1.414 1.414l2.5 2.5a1 1 0 0 0 1.414 0z" /><path fill-rule="evenodd" d="M9.86 2.886a3.026 3.026 0 0 1 4.28 0l6.974 6.974a3.026 3.026 0 0 1 0 4.28l-6.974 6.974a3.026 3.026 0 0 1-4.28 0L2.886 14.14a3.026 3.026 0 0 1 0-4.28zm2.866 1.415 6.974 6.974c.4.4.4 1.05 0 1.45L12.726 19.7c-.401.4-1.05.4-1.452 0l-6.973-6.974c-.401-.401-.401-1.05 0-1.452l6.974-6.973c.4-.401 1.05-.401 1.45 0" clip-rule="evenodd" /></symbol>',"job--accept");const ww="job--accept";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="job--end"><path d="M14.829 9.172a1 1 0 0 1 0 1.414L13.414 12l1.415 1.414a1 1 0 0 1-1.415 1.414L12 13.414l-1.414 1.414a1 1 0 0 1-1.414-1.414L10.586 12l-1.414-1.414a1 1 0 0 1 1.414-1.414L12 10.586l1.414-1.414a1 1 0 0 1 1.415 0" /><path fill-rule="evenodd" d="M14.14 2.886a3.026 3.026 0 0 0-4.28 0L2.886 9.86a3.026 3.026 0 0 0 0 4.28l6.974 6.974a3.026 3.026 0 0 0 4.28 0l6.974-6.974a3.026 3.026 0 0 0 0-4.28zm5.56 8.389L12.726 4.3c-.401-.401-1.05-.401-1.452 0l-6.973 6.974c-.401.4-.401 1.05 0 1.45l6.974 6.975c.4.4 1.05.4 1.45 0l6.975-6.974c.4-.401.4-1.05 0-1.452" clip-rule="evenodd" /></symbol>',"job--end");const Cw="job--end";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="json"><path d="M7 3a3 3 0 0 0-3 3v4a1 1 0 0 1-1 1H2a1 1 0 1 0 0 2h1a1 1 0 0 1 1 1v4a3 3 0 0 0 3 3h.5a1 1 0 1 0 0-2H7a1 1 0 0 1-1-1v-4c0-.768-.289-1.47-.764-2 .475-.53.764-1.232.764-2V6a1 1 0 0 1 1-1h.5a1 1 0 0 0 0-2zM20 6a3 3 0 0 0-3-3h-.5a1 1 0 1 0 0 2h.5a1 1 0 0 1 1 1v4c0 .768.289 1.47.764 2A3 3 0 0 0 18 14v4a1 1 0 0 1-1 1h-.5a1 1 0 1 0 0 2h.5a3 3 0 0 0 3-3v-4a1 1 0 0 1 1-1h1a1 1 0 1 0 0-2h-1a1 1 0 0 1-1-1zM10.948 9.092a1.52 1.52 0 0 0 1.074.417q.605 0 1.03-.417.448-.44.448-1.099t-.425-1.076a1.44 1.44 0 0 0-1.053-.417 1.48 1.48 0 0 0-1.074.44 1.38 1.38 0 0 0-.448 1.053q0 .66.448 1.099M13.075 13.812a1.34 1.34 0 0 0-1.03-.44q-.65 0-1.075.418-.425.417-.425 1.076 0 .483.246.857.269.35.694.505l-.828 3.272h1.41l1.052-3.053q.225-.637.291-.944.09-.307.09-.637 0-.637-.425-1.054" /></symbol>',"json");const kw="json";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="link"><path d="M14.91 5.702a2.395 2.395 0 0 1 3.388 0 2.4 2.4 0 0 1 0 3.392l-3.202 3.204a2.395 2.395 0 0 1-3.389 0 1 1 0 0 0-1.414 1.414 4.395 4.395 0 0 0 6.217 0l3.202-3.204a4.4 4.4 0 0 0 0-6.22 4.395 4.395 0 0 0-6.2-.017l-2.185 1.99a1 1 0 1 0 1.346 1.478l2.22-2.02z" /><path d="M9.09 18.298a2.395 2.395 0 0 1-3.388 0 2.4 2.4 0 0 1 0-3.392l3.202-3.204a2.395 2.395 0 0 1 3.389 0 1 1 0 0 0 1.414-1.414 4.395 4.395 0 0 0-6.217 0l-3.203 3.204a4.4 4.4 0 0 0 0 6.22 4.395 4.395 0 0 0 6.2.017l2.186-1.99a1 1 0 0 0-1.346-1.479l-2.22 2.021z" /></symbol>',"link");const xw="link";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="load-preset"><path d="M19.95 8.05a1 1 0 0 1-1.414 1.415q.01.008-.005 0a1.5 1.5 0 0 0-.38-.132 4.7 4.7 0 0 0-1.03-.106c-.381 0-.744.039-1.03.106a1.5 1.5 0 0 0-.38.132q-.014.008-.004 0a1 1 0 0 1-1.414-1.415q-.009.01 0-.004c.015-.028.074-.137.131-.38a4.7 4.7 0 0 0 .106-1.03 4.7 4.7 0 0 0-.106-1.03 1.5 1.5 0 0 0-.131-.384 1 1 0 0 1 1.414-1.414c.378.377.563.911.664 1.34.053.225.092.463.118.706l3.561-3.561a1 1 0 0 1 1.415 1.414l-3.561 3.561c.242.026.48.065.706.118.428.101.962.287 1.34.664" /><path d="M5 4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-6a1 1 0 1 1 2 0v6a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h6a1 1 0 1 1 0 2z" /><path d="M13 9a1 1 0 1 0-2 0v2H9a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2z" /></symbol>',"load-preset");const _w="load-preset";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="lock"><path fill-rule="evenodd" d="M10.087 2.38a5 5 0 0 1 6.532 2.707c.24.578.37 1.287.381 1.913 1.667.086 3 1.495 3 3.323v8.259C20 20.465 18.585 22 16.849 22H7.152C5.415 22 4 20.465 4 18.582v-8.259C4 8.495 5.335 7.086 7.002 7c.011-.626.139-1.335.379-1.913a5 5 0 0 1 2.706-2.706m4.685 3.472c.138.335.216.783.227 1.144H9.002c.012-.361.088-.81.226-1.144a3 3 0 0 1 5.544 0m-7.62 3.156c-.665 0-1.213.594-1.213 1.315v8.259c0 .721.548 1.314 1.213 1.314h9.697c.665 0 1.212-.593 1.212-1.314v-8.259c0-.721-.547-1.315-1.212-1.315zM14 13a2 2 0 0 1-1.031 1.75q.03.12.031.25v2a1 1 0 1 1-2 0v-2q0-.13.031-.25A2 2 0 1 1 14 13" clip-rule="evenodd" /></symbol>',"lock");const Iw="lock";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="logout"><path fill-rule="evenodd" d="M19 4h-8a1 1 0 0 0-1 1v1a1 1 0 0 1-2 0V5a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3h-8a3 3 0 0 1-3-3v-1a1 1 0 1 1 2 0v1a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1M7 8a1 1 0 0 1 1 1c0 .534-.246 1.043-.478 1.417a6 6 0 0 1-.416.583h5.036a1 1 0 1 1 0 2H7.106q.231.286.416.583c.232.374.478.883.478 1.417a1 1 0 1 1-2 0q0 .013-.003-.003c-.01-.03-.044-.15-.175-.361a4.7 4.7 0 0 0-.654-.804c-.27-.27-.554-.5-.804-.654a1.5 1.5 0 0 0-.361-.175Q3.987 13 4 13a1 1 0 0 1 0-2q-.014 0 .003-.003c.03-.01.15-.044.361-.175.25-.155.534-.384.804-.654s.5-.554.654-.804c.13-.212.166-.33.175-.361Q6 8.988 6 9a1 1 0 0 1 1-1" clip-rule="evenodd" /></symbol>',"logout");const Sw="logout";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="mail"><path fill="#00314D" fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10M6.944 8.667a1 1 0 0 0-.084.005.7.7 0 0 1 .15.09l3.76 2.898a2.08 2.08 0 0 1 2.46 0l3.76-2.899a.7.7 0 0 1 .15-.089 1 1 0 0 0-.085-.005zm-.722 6.499v-5.129l3.326 2.564zm10.398.99H7.38l4.193-3.233a.694.694 0 0 1 .854 0zm-2.168-3.555 3.326 2.565v-5.129z" clip-rule="evenodd" /></symbol>',"mail");const Aw="mail";J('<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="mail--color"><path fill="#2083DF" fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10M5.875 8a1 1 0 0 0-.102.006 1 1 0 0 1 .182.095l4.555 3.096a2.8 2.8 0 0 1 2.98 0l4.555-3.096a1 1 0 0 1 .182-.095A1 1 0 0 0 18.126 8zm3.154 4.203L5 14.942V9.464zM17.597 16H6.403l5.08-3.453a.93.93 0 0 1 1.035 0zm-2.626-3.797L19 14.942V9.464z" clip-rule="evenodd" /></symbol>',"mail--color");const Ew="mail--color";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="manual"><path fill-rule="evenodd" d="M12.291 4.053v8.139a1 1 0 0 1-1 1h-.407a1 1 0 0 1-1-1v-6.99q0-.002-.013-.016a.15.15 0 0 0-.106-.037.15.15 0 0 0-.106.037c-.01.008-.013.016-.013.016v6.99a1 1 0 0 1-1 1h-.407a1 1 0 0 1-1-1V7.882q0-.002-.013-.016a.15.15 0 0 0-.107-.037.15.15 0 0 0-.106.037L7 7.883v9.287C7 18.677 8.316 20 10.07 20h2.035a3.2 3.2 0 0 0 2.195-.852 1 1 0 0 1 .097-.083l5.509-5.184a.27.27 0 0 0 .094-.2.27.27 0 0 0-.094-.2.46.46 0 0 0-.604 0l-2.441 2.297a1 1 0 0 1-1.686-.729V5.778q0-.002-.013-.017a.15.15 0 0 0-.106-.037.15.15 0 0 0-.106.037q-.014.015-.013.017v6.414a1 1 0 0 1-1 1h-.407a1 1 0 0 1-1-1V4.053q0-.002-.013-.016A.15.15 0 0 0 12.41 4a.15.15 0 0 0-.107.037zm-1.839-.792C10.78 2.5 11.565 2 12.411 2c1.029 0 1.968.739 2.102 1.793q.265-.07.543-.07c1.112 0 2.12.863 2.12 2.054v6.959l.756-.712a2.46 2.46 0 0 1 3.344 0 2.26 2.26 0 0 1 0 3.314l-5.508 5.183a2 2 0 0 1-.127.111A5.2 5.2 0 0 1 12.105 22H10.07C7.328 22 5 19.894 5 17.17V7.883C5 6.693 6.007 5.83 7.12 5.83q.269 0 .526.065v-.693c0-1.19 1.007-2.053 2.119-2.053.237 0 .469.04.687.112" clip-rule="evenodd" /></symbol>',"manual");const Tw="manual";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="menu"><path fill-rule="evenodd" d="M2 5a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1m0 7a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1m0 7a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1" clip-rule="evenodd" /></symbol>',"menu");const Dw="menu";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="messenger-custom"><path fill="#556AF6" d="M13 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0" /><path fill="#556AF6" fill-rule="evenodd" d="M12 18.368 9.803 16.17H7.785a.7.7 0 0 1-.694-.694V8c0-.38.313-.694.694-.694h8.43c.38 0 .694.313.694.694v7.477c0 .38-.313.694-.694.694h-2.018zM11.5 8h1l.18 1.077c.325.076.63.204.906.376l.889-.635.707.707-.635.889c.172.276.3.58.376.906L16 11.5v1l-1.077.18c-.076.325-.204.63-.376.906l.635.889-.707.707-.889-.635c-.275.172-.58.3-.906.376L12.5 16h-1l-.18-1.077a3 3 0 0 1-.906-.376l-.889.635-.707-.707.635-.89c-.172-.275-.3-.58-.376-.905L8 12.5v-1l1.077-.18c.076-.325.204-.63.376-.906l-.635-.889.707-.707.89.635c.275-.172.58-.3.905-.376z" clip-rule="evenodd" /><path fill="#556AF6" fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10M9.35 17.262l2.24 2.238a.58.58 0 0 0 .82 0l2.24-2.238h1.565c.983 0 1.785-.802 1.785-1.786V8c0-.983-.802-1.785-1.785-1.785h-8.43C6.802 6.215 6 7.017 6 8v7.477c0 .983.802 1.785 1.785 1.785z" clip-rule="evenodd" /></symbol>',"messenger-custom");const Ow="messenger-custom";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="messenger-facebook"><path fill="url(#messenger-facebook_a)" d="M22 12.06C22 6.5 17.526 2 12 2S2 6.5 2 12.06c0 5.022 3.66 9.18 8.444 9.94v-7.02H7.896v-2.905h2.534V9.854c0-2.519 1.496-3.92 3.777-3.92 1.097 0 2.237.194 2.237.194v2.474h-1.259c-1.244 0-1.63.775-1.63 1.565v1.893h2.77l-.443 2.906h-2.326V22C18.34 21.255 22 17.082 22 12.06" /><defs><linearGradient id="messenger-facebook_a" x1="12" x2="12" y1="2" y2="22" gradientUnits="userSpaceOnUse"><stop stop-color="#36AEFD" /><stop offset="1" stop-color="#226AE0" /></linearGradient></defs></symbol>',"messenger-facebook");const Rw="messenger-facebook";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="messenger-facebook--filled"><path fill="#00314D" d="M22 12.06C22 6.5 17.526 2 12 2S2 6.5 2 12.06c0 5.022 3.66 9.18 8.444 9.94v-7.02H7.896v-2.905h2.534V9.854c0-2.519 1.496-3.92 3.777-3.92 1.097 0 2.237.194 2.237.194v2.474h-1.259c-1.244 0-1.63.775-1.63 1.565v1.893h2.77l-.443 2.906h-2.326V22C18.34 21.255 22 17.082 22 12.06" /></symbol>',"messenger-facebook--filled");const Bw="messenger-facebook--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="messenger-infobip"><path fill="#FF5A00" d="M13.948 10.683v2.72a.565.565 0 0 1-.563.566h-2.724a.565.565 0 0 1-.564-.566v-2.72c0-.314.253-.566.564-.566h2.724c.31 0 .563.251.563.566" /><path fill="#FF5A00" fill-rule="evenodd" d="M16.69 7.307c-.774-.775-2.617-1.276-4.69-1.276-2.075 0-3.914.501-4.69 1.276-.778.776-1.276 2.618-1.276 4.692s.498 3.918 1.276 4.693c.776.775 2.615 1.276 4.69 1.276 2.073 0 3.917-.501 4.69-1.276.388-.388.707-1.043.93-1.86s.348-1.797.348-2.833c-.002-2.073-.503-3.916-1.277-4.692m-1.813 7.553c-.163.163-.654.654-2.891.654-2.24 0-2.732-.492-2.892-.654-.163-.163-.654-.654-.654-2.892 0-2.233.49-2.727.653-2.89l.001-.002c.16-.163.651-.65 2.892-.65 2.237 0 2.728.487 2.891.65l.002.002c.162.165.65.662.65 2.89 0 2.224-.487 2.723-.649 2.889z" clip-rule="evenodd" /><path fill="#FF5A00" fill-rule="evenodd" d="M2 12C2 6.477 6.477 2 11.999 2c5.476 0 9.924 4.403 10 9.859.075 5.595-4.543 10.215-10.136 10.14C6.403 21.925 2 17.476 2 12m10.008 7.503c2.491 0 4.63-.651 5.724-1.746 1.091-1.094 1.745-3.234 1.745-5.724s-.654-4.63-1.745-5.724C16.64 5.215 14.5 4.561 12.008 4.561s-4.633.654-5.724 1.748C5.19 7.403 4.536 9.542 4.536 12.033s.654 4.63 1.748 5.724c1.09 1.095 3.233 1.746 5.724 1.746" clip-rule="evenodd" /></symbol>',"messenger-infobip");const Lw="messenger-infobip";J('<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="messenger-messenger"><path fill="url(#messenger-messenger_a)" fill-rule="evenodd" d="M2 11.7C2 6.127 6.367 2 12 2c5.632 0 10 4.13 10 9.702 0 5.573-4.368 9.7-10 9.7a11 11 0 0 1-2.895-.385.8.8 0 0 0-.535.04l-1.985.875a.8.8 0 0 1-1.123-.707l-.055-1.78a.8.8 0 0 0-.267-.57C3.195 17.135 2 14.615 2 11.7m6.932-1.823-2.937 4.66c-.283.448.267.95.687.63l3.155-2.395a.6.6 0 0 1 .723-.002l2.337 1.752a1.5 1.5 0 0 0 2.17-.4l2.94-4.657c.28-.448-.27-.953-.69-.633l-3.155 2.395a.6.6 0 0 1-.722.003l-2.338-1.753a1.5 1.5 0 0 0-2.17.4" clip-rule="evenodd" /><defs><radialGradient id="messenger-messenger_a" cx="0" cy="0" r="1" gradientTransform="matrix(22 0 0 21.9994 5.35 22)" gradientUnits="userSpaceOnUse"><stop stop-color="#09F" /><stop offset=".6" stop-color="#A033FF" /><stop offset=".9" stop-color="#FF5280" /><stop offset="1" stop-color="#FF7061" /></radialGradient></defs></symbol>',"messenger-messenger");const Nw="messenger-messenger";J('<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="messenger-telegram"><path fill="url(#messenger-telegram_a)" fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-5.274-4.237c.06.015.104.044.148.163q.012.04.017.117.004.055.013.12a1 1 0 0 1-.006.083 1 1 0 0 0-.009.124c-.06.919-1.763 7.778-1.763 7.778s-.103.4-.474.415a.72.72 0 0 1-.489-.192c-.385-.341-1.274-.963-2.104-1.541l-.091.08c-.261.227-.709.616-1.168 1.075-.726.726-.637 0-.637 0l.222-2.385c.015-.03.03-.044.03-.044s4.311-3.837 4.43-4.237c0-.03-.03-.045-.074-.03-.228.084-3.503 2.145-5.047 3.117l-.746.468c-.03.015-.118 0-.118 0l-2.415-.785s-.282-.119-.193-.385l.01-.015c.027-.043.062-.097.168-.163.533-.37 9.881-3.733 9.881-3.733s.252-.09.415-.03" clip-rule="evenodd" /><defs><linearGradient id="messenger-telegram_a" x1="12" x2="12" y1="2" y2="22" gradientUnits="userSpaceOnUse"><stop stop-color="#46B0E1" /><stop offset="1" stop-color="#2F97C5" /></linearGradient></defs></symbol>',"messenger-telegram");const Pw="messenger-telegram";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="messenger-telegram--filled"><path fill="#00314D" fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-5.274-4.237c.06.015.104.045.148.163a.6.6 0 0 1 .017.117q.004.055.013.12 0 .04-.007.083-.007.053-.008.124c-.06.919-1.763 7.778-1.763 7.778s-.104.4-.474.415a.72.72 0 0 1-.489-.192c-.385-.341-1.274-.963-2.104-1.541l-.091.08c-.262.227-.709.616-1.168 1.075-.726.726-.637 0-.637 0l.222-2.385a.2.2 0 0 1 .03-.044s4.31-3.837 4.43-4.237c0-.03-.03-.045-.075-.03-.227.084-3.502 2.145-5.046 3.117l-.746.468c-.03.015-.119 0-.119 0l-2.415-.785s-.281-.119-.192-.385l.01-.015c.027-.043.062-.097.168-.163.533-.37 9.881-3.733 9.881-3.733s.252-.09.415-.03" clip-rule="evenodd" /></symbol>',"messenger-telegram--filled");const $w="messenger-telegram--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="messenger-viber"><path fill="#8055A2" fill-rule="evenodd" d="M22 12c0 5.525-4.475 10-10 10S2 17.525 2 12 6.475 2 12 2s10 4.475 10 10m-5.212.095c-.245 0-.245-.19-.245-.395v-.164c-.328-2.565-1.5-3.956-4.106-4.147-.164-.014-.505-.055-.505-.232.013-.232.15-.287.3-.287h.314c3.001.191 4.324 2.115 4.502 4.693v.03c.005.098.017.39-.055.462l-.042.012c-.043.013-.091.028-.163.028m-1.282-.477c-.164 0-.218-.11-.232-.287v-.068c0-.054 0-.095-.013-.15-.26-1.555-.833-2.128-2.429-2.483q-.033-.01-.075-.014a1 1 0 0 1-.075-.013c-.136-.014-.273-.041-.341-.123a.27.27 0 0 1-.027-.19c.027-.15.109-.233.259-.22 1.978.178 3.097 1.229 3.179 3.343 0 .11-.069.164-.178.178-.013.027-.04.027-.068.027m-1.2-.382a.2.2 0 0 1-.164-.082.5.5 0 0 1-.082-.19c-.068-.656-.436-1.038-1.078-1.147-.109-.013-.231-.04-.272-.123-.028-.04-.028-.109 0-.19.054-.15.204-.178.368-.178.3.014.71.177 1.023.491.3.314.478.682.478 1.01 0 .136 0 .286-.11.368q-.04.04-.122.041zm.846 5.907c-.328 0-.655-.151-.961-.292l-.076-.035c-.055-.027-.11-.055-.177-.082-.45-.218-.9-.45-1.324-.696-1.678-.996-3.124-2.333-4.188-3.86-.3-.424-.573-.874-.819-1.338l-.027-.068q-.044-.088-.092-.177c-.219-.421-.443-.854-.563-1.296-.218-.805.082-1.555.805-1.978.328-.205.628-.3.873-.3.137 0 .26.027.369.095.245.136.436.355.614.56.409.463.9 1.063 1.132 1.705.11.313 0 .627-.314.873-.04.027-.082.054-.123.095-.15.11-.313.232-.409.41a.88.88 0 0 0-.068.627c.095.396.327.819.71 1.296.286.355.627.669 1.009.941.382.26.818.546 1.255.628.054.014.11.014.15.014a.7.7 0 0 0 .464-.164q.143-.122.245-.287l.048-.059c.053-.065.108-.134.17-.186a.9.9 0 0 1 .628-.246c.15 0 .3.041.464.096.205.095.396.218.573.355l.11.081c.218.15.463.328.695.505l.137.11q.009 0 .013.006.004.007.014.007c.313.232.641.477.627.887-.013.49-.409.928-.64 1.16-.37.354-.806.572-1.215.627-.027-.014-.068-.014-.11-.014" clip-rule="evenodd" /></symbol>',"messenger-viber");const Mw="messenger-viber";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="messenger-viber--filled"><path fill="#00314D" fill-rule="evenodd" d="M22 12c0 5.525-4.475 10-10 10S2 17.525 2 12 6.475 2 12 2s10 4.475 10 10m-5.212.095c-.245 0-.245-.19-.245-.395v-.164c-.328-2.565-1.5-3.956-4.106-4.147-.164-.014-.505-.055-.505-.232.013-.232.15-.287.3-.287h.314c3.001.191 4.324 2.115 4.502 4.693v.03c.005.098.017.39-.055.462l-.042.012c-.043.013-.091.028-.163.028m-1.282-.477c-.164 0-.218-.11-.232-.287v-.068c0-.054 0-.095-.013-.15-.26-1.555-.833-2.128-2.429-2.483q-.033-.01-.075-.014a1 1 0 0 1-.075-.013c-.136-.014-.273-.041-.341-.123a.27.27 0 0 1-.027-.19c.027-.15.109-.233.259-.22 1.978.178 3.097 1.229 3.179 3.343 0 .11-.069.164-.178.178-.013.027-.04.027-.068.027m-1.2-.382a.2.2 0 0 1-.164-.082.5.5 0 0 1-.082-.19c-.068-.656-.436-1.038-1.078-1.147-.109-.013-.231-.04-.272-.123-.028-.04-.028-.109 0-.19.054-.15.204-.178.368-.178.3.014.71.177 1.023.491.3.314.478.682.478 1.01 0 .136 0 .286-.11.368q-.04.04-.122.041zm.846 5.907c-.328 0-.655-.151-.961-.292l-.076-.035c-.055-.027-.11-.055-.177-.082-.45-.218-.9-.45-1.324-.696-1.678-.996-3.124-2.333-4.188-3.86-.3-.424-.573-.874-.819-1.338l-.027-.068q-.044-.088-.092-.177c-.219-.421-.443-.854-.563-1.296-.218-.805.082-1.555.805-1.978.328-.205.628-.3.873-.3.137 0 .26.027.369.095.245.136.436.355.614.56.409.463.9 1.063 1.132 1.705.11.313 0 .627-.314.873-.04.027-.082.054-.123.095-.15.11-.313.232-.409.41a.88.88 0 0 0-.068.627c.095.396.327.819.71 1.296.286.355.627.669 1.009.941.382.26.818.546 1.255.628.054.014.11.014.15.014a.7.7 0 0 0 .464-.164q.143-.122.245-.287l.048-.059c.053-.065.108-.134.17-.186a.9.9 0 0 1 .628-.246c.15 0 .3.041.464.096.205.095.396.218.573.355l.11.081c.218.15.463.328.695.505l.137.11q.009 0 .013.006.004.007.014.007c.313.232.641.477.627.887-.013.49-.409.928-.64 1.16-.37.354-.806.572-1.215.627-.027-.014-.068-.014-.11-.014" clip-rule="evenodd" /></symbol>',"messenger-viber--filled");const qw="messenger-viber--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="messenger-web-chat"><path fill="#FAB404" fill-rule="evenodd" d="M9.803 15 12 17.199 14.197 15h2.018c.38 0 .694-.314.694-.694V8.285a.7.7 0 0 0-.694-.694h-8.43a.7.7 0 0 0-.694.694v6.022c0 .38.313.694.694.694zm.015-3.046a.545.545 0 1 0 0-1.09.545.545 0 0 0 0 1.09m2.728-.545a.546.546 0 1 1-1.092 0 .546.546 0 0 1 1.092 0m1.636.545a.545.545 0 1 0 0-1.09.545.545 0 0 0 0 1.09" clip-rule="evenodd" /><path fill="#FAB404" fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m-.41-3.67L9.35 16.09H7.786A1.79 1.79 0 0 1 6 14.306V8.285C6 7.302 6.802 6.5 7.785 6.5h8.43c.983 0 1.785.802 1.785 1.785v6.022c0 .982-.802 1.784-1.785 1.784H14.65l-2.238 2.239a.58.58 0 0 1-.822 0" clip-rule="evenodd" /></symbol>',"messenger-web-chat");const jw="messenger-web-chat";J('<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="messenger-whatsapp"><path fill="url(#messenger-whatsapp_a)" fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-9.69-6.548a6.36 6.36 0 0 1 4.49 1.867c1.2 1.2 1.866 2.8 1.851 4.474a6.348 6.348 0 0 1-9.378 5.57l-3.363.889.904-3.289a6.4 6.4 0 0 1-.844-3.17 6.35 6.35 0 0 1 6.34-6.341M9.63 16.34c.8.489 1.733.74 2.681.74 2.919 0 5.274-2.37 5.29-5.273 0-1.408-.549-2.741-1.542-3.734a5.28 5.28 0 0 0-3.733-1.54 5.286 5.286 0 0 0-5.274 5.273c0 .993.267 1.956.8 2.8l.119.193-.534 1.94 2-.518zm5.184-3.409c.178.087.337.165.401.194q.076.044.136.073c.081.04.14.07.16.12.045.074.045.385-.088.755-.134.37-.756.711-1.067.756-.267.044-.608.059-.993-.06a10 10 0 0 1-.903-.34c-1.521-.662-2.533-2.14-2.693-2.374l-.019-.026c-.088-.104-.651-.86-.651-1.645 0-.726.355-1.11.52-1.288l.028-.03a.61.61 0 0 1 .43-.193h.34c.088-.005.207-.011.326.267.053.124.135.325.217.525.123.3.245.6.272.645.044.09.074.178.015.282l-.044.08c-.035.065-.065.122-.12.186a2.4 2.4 0 0 1-.236.282c-.09.089-.163.163-.074.326l.023.037c.123.195.423.672.866 1.059a4.2 4.2 0 0 0 1.274.785c.163.074.252.06.34-.044l.037-.042c.117-.137.375-.435.467-.58.104-.149.208-.134.356-.075.09.036.407.192.68.325" clip-rule="evenodd" /><defs><linearGradient id="messenger-whatsapp_a" x1="12" x2="12" y1="2" y2="22" gradientUnits="userSpaceOnUse"><stop stop-color="#66F47B" /><stop offset="1" stop-color="#36CC4D" /></linearGradient></defs></symbol>',"messenger-whatsapp");const Fw="messenger-whatsapp";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="messenger-whatsapp--filled"><path fill="#00314D" fill-rule="evenodd" d="M9.63 16.34c.8.49 1.733.741 2.681.741 2.919 0 5.274-2.37 5.289-5.274 0-1.407-.548-2.74-1.54-3.733a5.28 5.28 0 0 0-3.734-1.54 5.286 5.286 0 0 0-5.274 5.273c0 .993.267 1.956.8 2.8l.118.193-.533 1.94 2-.518zm5.184-3.408c.178.087.336.165.4.194q.075.044.137.073c.081.04.14.07.16.12.045.074.045.385-.089.755-.133.37-.755.711-1.066.756-.267.044-.608.059-.993-.06a10 10 0 0 1-.904-.34c-1.52-.662-2.532-2.14-2.693-2.374l-.018-.026c-.089-.104-.652-.86-.652-1.645 0-.726.356-1.11.52-1.288l.028-.03a.61.61 0 0 1 .43-.193h.341c.087-.005.207-.011.326.267.053.124.135.325.217.525.122.3.245.6.272.645.044.089.074.178.014.282l-.043.08c-.035.065-.066.122-.12.186a2.4 2.4 0 0 1-.236.282c-.09.089-.164.163-.075.326l.024.037c.123.195.423.672.865 1.059a4.2 4.2 0 0 0 1.204.755l.07.03c.163.074.252.06.341-.044l.036-.042c.118-.137.375-.435.468-.58.104-.149.207-.134.355-.075.09.036.408.192.68.325" clip-rule="evenodd" /><path fill="#00314D" fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-9.689-6.548A6.36 6.36 0 0 1 16.8 7.319c1.2 1.2 1.867 2.8 1.852 4.474a6.348 6.348 0 0 1-9.378 5.57l-3.363.889.904-3.289a6.4 6.4 0 0 1-.845-3.17 6.35 6.35 0 0 1 6.341-6.341" clip-rule="evenodd" /></symbol>',"messenger-whatsapp--filled");const Vw="messenger-whatsapp--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="meta"><path fill="#0081FB" d="M4.16 13.573c0 .747.168 1.321.387 1.668.287.455.716.648 1.152.648.564 0 1.08-.137 2.072-1.481.796-1.078 1.734-2.59 2.364-3.538l1.069-1.607c.742-1.115 1.6-2.355 2.585-3.196C14.595 5.381 15.462 5 16.334 5c1.465 0 2.861.831 3.93 2.39C21.431 9.097 22 11.247 22 13.466c0 1.319-.266 2.288-.718 3.054-.437.74-1.288 1.48-2.72 1.48v-2.111c1.226 0 1.532-1.103 1.532-2.365 0-1.798-.428-3.794-1.372-5.22-.67-1.011-1.538-1.629-2.493-1.629-1.032 0-1.864.762-2.798 2.122-.496.722-1.006 1.602-1.578 2.595l-.63 1.092c-1.266 2.197-1.587 2.697-2.22 3.522C7.893 17.452 6.946 18 5.699 18c-1.479 0-2.414-.627-2.994-1.572-.473-.77-.705-1.78-.705-2.93z" /><path fill="url(#meta_a)" d="M3.703 7.539C4.693 6.045 6.123 5 7.763 5c.949 0 1.893.275 2.878 1.062 1.078.861 2.227 2.28 3.66 4.616l.515.838c1.24 2.023 1.946 3.064 2.36 3.555.53.63.903.818 1.386.818 1.226 0 1.532-1.103 1.532-2.365L22 13.466c0 1.319-.265 2.288-.718 3.054-.436.74-1.288 1.48-2.72 1.48-.89 0-1.679-.19-2.55-.994-.671-.618-1.455-1.716-2.058-2.703L12.16 11.37c-.9-1.472-1.725-2.569-2.203-3.066-.514-.534-1.175-1.18-2.23-1.18-.853 0-1.577.587-2.184 1.483z" /><path fill="url(#meta_b)" d="M7.727 7.126c-.853 0-1.578.586-2.184 1.482-.858 1.267-1.383 3.153-1.383 4.965 0 .747.168 1.321.387 1.668l-1.842 1.187c-.473-.77-.705-1.78-.705-2.93 0-2.093.587-4.275 1.703-5.96C4.693 6.046 6.123 5 7.763 5z" /><defs><linearGradient id="meta_a" x1="6.243" x2="20.012" y1="12.963" y2="13.674" gradientUnits="userSpaceOnUse"><stop stop-color="#0064E1" /><stop offset=".4" stop-color="#0064E1" /><stop offset=".83" stop-color="#0073EE" /><stop offset="1" stop-color="#0082FB" /></linearGradient><linearGradient id="meta_b" x1="5.13" x2="5.13" y1="14.461" y2="9.492" gradientUnits="userSpaceOnUse"><stop stop-color="#0082FB" /><stop offset="1" stop-color="#0064E0" /></linearGradient></defs></symbol>',"meta");const Uw="meta";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="mic"><path fill-rule="evenodd" d="M12 2a4 4 0 0 0-4 4v5a4 4 0 0 0 8 0V6a4 4 0 0 0-4-4m2 9V6a2 2 0 1 0-4 0v5a2 2 0 1 0 4 0" clip-rule="evenodd" /><path d="M11 18.938a8.004 8.004 0 0 1-6.939-6.94C3.993 11.45 4.448 11 5 11s.991.451 1.082.996a6.002 6.002 0 0 0 11.836 0c.09-.545.53-.996 1.082-.996s1.006.45.938.998A8.004 8.004 0 0 1 13 18.938V20h2a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2h2z" /></symbol>',"mic");const zw="mic";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="mic-muted"><path fill="#E63E1A" d="m10.902 6.63 1.122 1.118 1.122-1.118a.88.88 0 0 1 1.244 0 .876.876 0 0 1 0 1.24l-1.126 1.123 1.125 1.121a.876.876 0 0 1 0 1.241.88.88 0 0 1-1.245 0l-1.12-1.117-1.12 1.117a.88.88 0 0 1-1.245 0 .876.876 0 0 1 0-1.24l1.124-1.122-1.125-1.122a.876.876 0 0 1 0-1.241.88.88 0 0 1 1.244 0" /><path d="M9 6c-.552 0-1.013-.455-.877-.99a4.002 4.002 0 0 1 7.754 0c.136.535-.325.99-.877.99s-.98-.475-1.245-.959a2 2 0 0 0-3.51 0C9.979 5.525 9.552 6 9 6M9.606 12c-.75 0-1.293.724-.856 1.332A4 4 0 0 0 12 15a4 4 0 0 0 3.25-1.668c.438-.608-.106-1.332-.856-1.332-.41 0-.772.24-1.08.508-.352.307-.811.492-1.314.492s-.962-.185-1.313-.492c-.31-.269-.672-.508-1.081-.508" /><path d="M4.061 11.998A8.004 8.004 0 0 0 11 18.938V20H9a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2h-2v-1.062a8.004 8.004 0 0 0 6.938-6.94C20.006 11.45 19.552 11 19 11s-.991.451-1.082.996a6.002 6.002 0 0 1-11.836 0C5.992 11.45 5.552 11 5 11s-1.007.45-.939.998" /></symbol>',"mic-muted");const Hw="mic-muted";J('<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="microsoft"><path fill="#F6F7F9" d="M0 0h24v24H0z" /><path fill="#EE4F2B" d="M2 2h9v9H2z" /><path fill="#84BE1F" d="M13 2h9v9h-9z" /><path fill="#2BA8EE" d="M2 13h9v9H2z" /><path fill="#FCBB28" d="M13 13h9v9h-9z" /></symbol>',"microsoft");const Ww="microsoft";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="minus"><path d="M8 11a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2z" /><path fill-rule="evenodd" d="M5 2a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3zm14 2H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1" clip-rule="evenodd" /></symbol>',"minus");const Zw="minus";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="move"><path d="M16 6a1 1 0 0 1-1 1c-.534 0-1.043-.246-1.417-.478A6 6 0 0 1 13 6.106V10a1 1 0 1 1-2 0V6.106q-.286.231-.583.416C10.043 6.754 9.534 7 9 7a1 1 0 0 1 0-2q-.013 0 .003-.003c.03-.01.15-.044.361-.175a4.7 4.7 0 0 0 .804-.654c.27-.27.5-.554.654-.804.13-.212.166-.33.175-.361Q11 2.987 11 3a1 1 0 0 1 2 0q0-.014.003.003c.01.03.044.15.175.361.155.25.384.534.654.804s.554.5.804.654c.212.13.33.166.361.175Q15.012 5 15 5a1 1 0 0 1 1 1M7 9a1 1 0 0 0-2 0q0-.013-.003.003c-.01.03-.044.15-.175.361a4.7 4.7 0 0 1-.654.804c-.27.27-.554.5-.804.654-.212.13-.33.166-.361.175Q2.987 11 3 11a1 1 0 0 0 0 2q-.014 0 .003.003c.03.01.15.044.361.175.25.155.534.384.804.654s.5.554.654.804c.13.212.166.33.175.361Q5 15.012 5 15a1 1 0 1 0 2 0c0-.534-.246-1.043-.478-1.417A6 6 0 0 0 6.106 13H10a1 1 0 1 0 0-2H6.106q.231-.286.416-.583C6.754 10.043 7 9.534 7 9M17 9a1 1 0 1 1 2 0q0-.013.003.003c.01.03.044.15.175.361.155.25.384.534.654.804s.554.5.804.654c.212.13.33.166.361.175Q21.013 11 21 11a1 1 0 0 1 0 2q.013 0-.003.003c-.03.01-.15.044-.361.175-.25.155-.534.384-.804.654s-.5.554-.654.804c-.13.212-.166.33-.175.361Q19 15.012 19 15a1 1 0 1 1-2 0c0-.534.246-1.043.478-1.417q.185-.297.416-.583H14a1 1 0 1 1 0-2h3.894a6 6 0 0 1-.416-.583C17.246 10.043 17 9.534 17 9M15 17a1 1 0 1 1 0 2q.013 0-.003.003c-.03.01-.15.044-.361.175-.25.155-.534.384-.804.654s-.5.554-.654.804c-.13.212-.166.33-.175.361Q13 21.013 13 21a1 1 0 0 1-2 0q0 .013-.003-.003a1.5 1.5 0 0 0-.175-.361 4.7 4.7 0 0 0-.654-.804c-.27-.27-.554-.5-.804-.654-.212-.13-.33-.166-.361-.175Q8.988 19 9 19a1 1 0 1 1 0-2c.534 0 1.043.246 1.417.478q.297.185.583.416V14a1 1 0 1 1 2 0v3.894q.286-.231.583-.416c.374-.232.883-.478 1.417-.478" /></symbol>',"move");const Yw="move";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="note"><path fill-rule="evenodd" d="M3.708 21.957h-.649a1 1 0 0 1-1-1v-2.553c0-.913.368-1.804 1.063-2.496L16.316 2.76a2.24 2.24 0 0 1 3.205 0l1.793 1.787a2.23 2.23 0 0 1 0 3.204 1 1 0 0 1-.224.169L9.019 20h3.98a1 1 0 0 1 0 2H4a1 1 0 0 1-.291-.043M15 21a1 1 0 0 0 1 1h3a3 3 0 0 0 3-3v-7a1 1 0 0 0-2 0v7a1 1 0 0 1-1 1h-3a1 1 0 0 0-1 1m4.979-14.777a.2.2 0 0 0 .014-.074c0-.045-.016-.111-.09-.185l-1.794-1.788c-.074-.074-.143-.09-.19-.09s-.117.016-.191.09l-1.316 1.312 2.14 2.14 1.293-1.292q.063-.063.134-.113m-13.27 13.26 10.43-10.44L14.995 6.9 4.534 17.325c-.331.33-.475.715-.475 1.079v1.553h1.562c.368 0 .757-.145 1.088-.474M11.999 2a1 1 0 0 1 0 2H5a1 1 0 0 0-1 1v7a1 1 0 1 1-2 0V5a3 3 0 0 1 3-3z" clip-rule="evenodd" /></symbol>',"note");const Kw="note";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34 34" id="numpad"><g filter="url(#numpad_a)"><path d="M10 11a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zM10 16.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zM10 22a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zM21 11a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zM21 16.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zM21 22a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zM15.5 11a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zM15.5 16.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zM15.5 22a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1z" /></g><defs><filter id="numpad_a" width="44" height="44" x="-5" y="-5" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feOffset></feOffset><feGaussianBlur stdDeviation="5"></feGaussianBlur><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"></feColorMatrix><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_1:30357"></feBlend><feBlend in="SourceGraphic" in2="effect1_dropShadow_1:30357" result="shape"></feBlend></filter></defs></symbol>',"numpad");const Gw="numpad";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="options"><path d="M10.5 6a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zM10.5 11.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zM10.5 17a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1z" /></symbol>',"options");const Xw="options";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="pause"><path fill-rule="evenodd" d="M2 12C2 6.45 6.45 2 12 2s10 4.45 10 10-4.45 10-10 10S2 17.55 2 12m10-8c-4.445 0-8 3.555-8 8s3.555 8 8 8 8-3.555 8-8-3.555-8-8-8m-2 4a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0V9a1 1 0 0 1 1-1m5 1a1 1 0 1 0-2 0v6a1 1 0 1 0 2 0z" clip-rule="evenodd" /></symbol>',"pause");const Qw="pause";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="pin"><path fill-rule="evenodd" d="M21.623 8.428q-.115.114-.255.193l-5.439 4.112c.915 1.73 1.055 3.36.205 4.21-1.147 1.147-3.709.492-6.025-1.43L2 22l6.487-8.11c-1.922-2.315-2.577-4.877-1.43-6.023.85-.851 2.48-.71 4.21.204l4.112-5.439q.079-.14.193-.255c.859-.859 2.91-.201 4.581 1.47 1.671 1.67 2.329 3.722 1.47 4.581m-10.741.152.2-.265c-.723-.18-1.349-.1-1.734.286-.86.86-.202 2.91 1.47 4.582 1.67 1.67 3.721 2.329 4.58 1.47.386-.386.466-1.012.287-1.735l-.265.2c-.859.86-2.572.54-3.825-.713s-1.572-2.966-.713-3.825" clip-rule="evenodd" /></symbol>',"pin");const Jw="pin";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="play"><path d="M9 8.804v6.392a1 1 0 0 0 1.53.848l5.113-3.196a1 1 0 0 0 0-1.696L10.53 7.956A1 1 0 0 0 9 8.804" /><path fill-rule="evenodd" d="M12 2C6.45 2 2 6.45 2 12s4.45 10 10 10 10-4.45 10-10S17.55 2 12 2M4 12c0-4.445 3.555-8 8-8s8 3.555 8 8-3.555 8-8 8-8-3.555-8-8" clip-rule="evenodd" /></symbol>',"play");const eC="play";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="plus"><path fill-rule="evenodd" d="M5 4h14a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1M2 5a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3zm10 2a1 1 0 0 1 1 1v3h3a1 1 0 1 1 0 2h-3v3a1 1 0 1 1-2 0v-3H8a1 1 0 1 1 0-2h3V8a1 1 0 0 1 1-1" clip-rule="evenodd" /></symbol>',"plus");const tC="plus";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="plyr-airplay"><path d="M19 4H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h1a1 1 0 1 1 0 2H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3h-1a1 1 0 1 1 0-2h1a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1" /><path d="M15.046 22H8.955c-.749 0-1.205-.729-.809-1.29l3.046-4.314c.373-.528 1.243-.528 1.616 0l3.046 4.313c.396.562-.06 1.291-.808 1.291" /></symbol>',"plyr-airplay");const oC="plyr-airplay";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" id="plyr-captions-off"><path fill-opacity=".5" fill-rule="evenodd" d="M1 1c-.6 0-1 .4-1 1v11c0 .6.4 1 1 1h4.6l2.7 2.7c.2.2.4.3.7.3s.5-.1.7-.3l2.7-2.7H17c.6 0 1-.4 1-1V2c0-.6-.4-1-1-1zm4.52 10.15c1.99 0 3.01-1.32 3.28-2.41l-1.29-.39c-.19.66-.78 1.45-1.99 1.45-1.14 0-2.2-.83-2.2-2.34 0-1.61 1.12-2.37 2.18-2.37 1.23 0 1.78.75 1.95 1.43l1.3-.41C8.47 4.96 7.46 3.76 5.5 3.76c-1.9 0-3.61 1.44-3.61 3.7s1.65 3.69 3.63 3.69m7.57 0c1.99 0 3.01-1.32 3.28-2.41l-1.29-.39c-.19.66-.78 1.45-1.99 1.45-1.14 0-2.2-.83-2.2-2.34 0-1.61 1.12-2.37 2.18-2.37 1.23 0 1.78.75 1.95 1.43l1.3-.41c-.28-1.15-1.29-2.35-3.25-2.35-1.9 0-3.61 1.44-3.61 3.7s1.65 3.69 3.63 3.69" /></symbol>',"plyr-captions-off");const iC="plyr-captions-off";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" id="plyr-captions-on"><path fill-rule="evenodd" d="M1 1c-.6 0-1 .4-1 1v11c0 .6.4 1 1 1h4.6l2.7 2.7c.2.2.4.3.7.3s.5-.1.7-.3l2.7-2.7H17c.6 0 1-.4 1-1V2c0-.6-.4-1-1-1zm4.52 10.15c1.99 0 3.01-1.32 3.28-2.41l-1.29-.39c-.19.66-.78 1.45-1.99 1.45-1.14 0-2.2-.83-2.2-2.34 0-1.61 1.12-2.37 2.18-2.37 1.23 0 1.78.75 1.95 1.43l1.3-.41C8.47 4.96 7.46 3.76 5.5 3.76c-1.9 0-3.61 1.44-3.61 3.7s1.65 3.69 3.63 3.69m7.57 0c1.99 0 3.01-1.32 3.28-2.41l-1.29-.39c-.19.66-.78 1.45-1.99 1.45-1.14 0-2.2-.83-2.2-2.34 0-1.61 1.12-2.37 2.18-2.37 1.23 0 1.78.75 1.95 1.43l1.3-.41c-.28-1.15-1.29-2.35-3.25-2.35-1.9 0-3.61 1.44-3.61 3.7s1.65 3.69 3.63 3.69" /></symbol>',"plyr-captions-on");const nC="plyr-captions-on";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="plyr-download"><path d="M12.085 17.996a1 1 0 0 0 .539-.214l.014-.012a1 1 0 0 0 .268-.346c.106-.214.193-.416.281-.62.18-.416.364-.84.717-1.388.488-.76 1.265-1.66 2.65-2.584a1 1 0 1 0-1.109-1.664c-1.065.71-1.85 1.43-2.445 2.122V3a1 1 0 1 0-2 0v10.29c-.594-.692-1.38-1.412-2.445-2.122a1 1 0 0 0-1.11 1.664c1.386.924 2.164 1.824 2.651 2.583.354.55.537.973.717 1.39.087.201.174.401.279.614a1 1 0 0 0 .841.579M12 18q.043 0 .085-.004z" /><path fill-rule="evenodd" d="M5 17a1 1 0 0 1 1 1c0 .34.11.872.412 1.29.264.368.714.71 1.588.71a1 1 0 0 1 .25.032A1 1 0 0 1 8.5 20h7a1 1 0 0 1 .25.032A1 1 0 0 1 16 20c.874 0 1.324-.342 1.588-.71.302-.418.412-.95.412-1.29a1 1 0 1 1 2 0c0 .66-.19 1.628-.788 2.46C18.576 21.341 17.526 22 16 22a1 1 0 0 1-.25-.032 1 1 0 0 1-.25.032h-7a1 1 0 0 1-.25-.032A1 1 0 0 1 8 22c-1.526 0-2.576-.658-3.212-1.54A4.35 4.35 0 0 1 4 18a1 1 0 0 1 1-1" clip-rule="evenodd" />20.5523 16 20C16 19.4477 15.5523 19 15 19H9Z&quot; /&gt;</symbol>',"plyr-download");const aC="plyr-download";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="plyr-enter-fullscreen"><path fill-rule="evenodd" d="M17.28 10.993a1.007 1.007 0 1 0 1.425-1.425q.009.01 0-.004a1.5 1.5 0 0 1-.132-.382 4.7 4.7 0 0 1-.107-1.038c0-.385.039-.75.107-1.038.057-.245.117-.354.132-.382q.009-.014 0-.005a1.007 1.007 0 0 0-1.424-1.424q.01-.009-.005 0a1.5 1.5 0 0 1-.382.132 4.7 4.7 0 0 1-1.038.107c-.384 0-.75-.039-1.038-.107a1.5 1.5 0 0 1-.382-.132q-.014-.009-.004 0a1.007 1.007 0 1 0-1.425 1.424c.38.38.918.568 1.35.67.227.053.467.092.711.118l-2.773 2.774a1.007 1.007 0 0 0 1.424 1.424l2.774-2.773c.026.244.065.484.119.711.101.432.288.97.669 1.35M6.72 13.007a1.007 1.007 0 1 0-1.425 1.425q-.009-.01 0 .004c.015.029.075.138.132.382.068.288.107.654.107 1.038 0 .385-.039.75-.107 1.038-.057.245-.117.354-.132.382q-.009.014 0 .005a1.007 1.007 0 0 0 1.424 1.424q-.01.009.005 0c.028-.015.137-.075.382-.132a4.7 4.7 0 0 1 1.038-.107c.384 0 .75.039 1.038.107.244.057.353.117.382.132q.014.009.004 0a1.007 1.007 0 0 0 1.425-1.424c-.38-.38-.918-.568-1.35-.67a6 6 0 0 0-.711-.118l2.773-2.774a1.007 1.007 0 0 0-1.424-1.424l-2.774 2.773a6 6 0 0 0-.119-.711c-.101-.432-.288-.97-.669-1.35" clip-rule="evenodd" /></symbol>',"plyr-enter-fullscreen");const rC="plyr-enter-fullscreen";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="plyr-exit-fullscreen"><path d="M12.295 6.007a1.007 1.007 0 0 1 1.424 0c.38.38.568.918.67 1.35.053.227.092.467.118.711l2.774-2.773a1.007 1.007 0 1 1 1.424 1.424l-2.773 2.774c.244.026.484.065.711.119.432.101.97.288 1.35.669a1.007 1.007 0 1 1-1.425 1.424q.01.009-.004 0a1.5 1.5 0 0 0-.382-.132 4.7 4.7 0 0 0-1.038-.107c-.385 0-.75.039-1.038.107a1.5 1.5 0 0 0-.382.132q-.014.009-.005 0a1.007 1.007 0 1 1-1.424-1.424q-.009.01 0-.005c.015-.028.075-.137.132-.382.068-.288.107-.653.107-1.038 0-.384-.039-.75-.107-1.038a1.5 1.5 0 0 0-.133-.382q-.008-.014.001-.004a1.007 1.007 0 0 1 0-1.425M11.705 17.993a1.007 1.007 0 0 1-1.424 0c-.38-.38-.568-.918-.67-1.35a6 6 0 0 1-.118-.711l-2.774 2.773a1.007 1.007 0 0 1-1.424-1.424l2.773-2.774a6 6 0 0 1-.711-.119c-.432-.101-.97-.288-1.35-.669a1.007 1.007 0 1 1 1.425-1.424q-.01-.009.004 0c.029.015.138.075.382.132.288.068.654.107 1.038.107.385 0 .75-.039 1.038-.107.245-.057.354-.117.382-.132q.014-.009.005 0a1.007 1.007 0 1 1 1.424 1.424q.009-.01 0 .005c-.015.028-.075.137-.132.382a4.7 4.7 0 0 0-.107 1.038c0 .384.039.75.107 1.038.057.244.117.353.133.382q.008.014-.001.004a1.007 1.007 0 0 1 0 1.425" /></symbol>',"plyr-exit-fullscreen");const lC="plyr-exit-fullscreen";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="plyr-fast-forward"><path d="M5 8.955v6.09c0 .749.857 1.205 1.518.809l5.072-3.046a.933.933 0 0 0 0-1.616L6.518 8.146C5.857 7.75 5 8.206 5 8.955" /><path d="M11.944 8.955v6.09c0 .749.857 1.205 1.518.809l5.072-3.046a.933.933 0 0 0 0-1.616l-5.072-3.046c-.661-.396-1.518.06-1.518.809" /></symbol>',"plyr-fast-forward");const sC="plyr-fast-forward";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" id="plyr-logo-vimeo"><path d="M17 5.3c-.1 1.6-1.2 3.7-3.3 6.4-2.2 2.8-4 4.2-5.5 4.2-.9 0-1.7-.9-2.4-2.6C5 10.9 4.4 6 3 6c-.1 0-.5.3-1.2.8l-.8-1c.8-.7 3.5-3.4 4.7-3.5S7.7 3 8 4.8c.3 2 .8 6.1 1.8 6.1.9 0 2.5-3.4 2.6-4 .1-.9-.3-1.9-2.3-1.1.8-2.6 2.3-3.8 4.5-3.8q2.55.15 2.4 3.3" /></symbol>',"plyr-logo-vimeo");const cC="plyr-logo-vimeo";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" id="plyr-logo-youtube"><path d="M16.8 5.8c-.2-1.3-.8-2.2-2.2-2.4C12.4 3 9 3 9 3s-3.4 0-5.6.4C2 3.6 1.3 4.5 1.2 5.8 1 7.1 1 9 1 9s0 1.9.2 3.2.8 2.2 2.2 2.4C5.6 15 9 15 9 15s3.4 0 5.6-.4c1.4-.3 2-1.1 2.2-2.4S17 9 17 9s0-1.9-.2-3.2M7 12V6l5 3z" /></symbol>',"plyr-logo-youtube");const dC="plyr-logo-youtube";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="plyr-muted"><path fill-rule="evenodd" d="M13.403 3.284c-.914-.448-2.14-.41-3.056.434L6.697 6.76H4.833c-.713 0-1.45.24-2.015.794C2.251 8.11 2 8.842 2 9.557v4.93c0 .715.251 1.447.818 2.003.565.554 1.302.794 2.015.794h1.864l3.692 3.076.004.003.006.005.003.004C12.136 21.788 15 20.68 15 18.184V5.86a2.86 2.86 0 0 0-1.597-2.576m-1.709 1.912a.72.72 0 0 1 .83-.116.86.86 0 0 1 .476.78v12.324c0 .684-.806 1.068-1.331.64l-.001-.001-4.247-3.539H4.833c-.272 0-.479-.089-.615-.222-.134-.132-.218-.324-.218-.575v-4.93c0-.25.084-.443.218-.575.136-.133.343-.222.615-.222h2.588l4.251-3.543z" clip-rule="evenodd" /><path d="M21.5 9.586a1 1 0 0 0-1.414 0l-.793.793-.793-.793A1 1 0 1 0 17.086 11l.793.793-.793.793A1 1 0 0 0 18.5 14l.793-.793.793.793a1 1 0 0 0 1.414-1.414l-.793-.793L21.5 11a1 1 0 0 0 0-1.414" /></symbol>',"plyr-muted");const pC="plyr-muted";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="plyr-pause"><path fill-rule="evenodd" d="M2 12C2 6.45 6.45 2 12 2s10 4.45 10 10-4.45 10-10 10S2 17.55 2 12m10-8c-4.445 0-8 3.555-8 8s3.555 8 8 8 8-3.555 8-8-3.555-8-8-8m-2 4a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0V9a1 1 0 0 1 1-1m5 1a1 1 0 1 0-2 0v6a1 1 0 1 0 2 0z" clip-rule="evenodd" /></symbol>',"plyr-pause");const uC="plyr-pause";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="plyr-pip"><path fill-rule="evenodd" d="M11 2a1 1 0 1 1 0 2H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-6a1 1 0 1 1 2 0v6a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zm9.705 6.993a1.007 1.007 0 0 1-1.424 0c-.38-.38-.568-.918-.67-1.35a6 6 0 0 1-.118-.711l-2.774 2.773a1.007 1.007 0 0 1-1.424-1.424l2.773-2.774a6 6 0 0 1-.711-.119c-.432-.101-.97-.288-1.35-.669a1.007 1.007 0 1 1 1.425-1.424q-.01-.009.004 0c.029.015.138.075.382.132.288.068.654.107 1.038.107.385 0 .75-.039 1.038-.107.245-.057.354-.117.382-.132q.014-.009.005 0a1.007 1.007 0 0 1 1.424 1.424q.009-.01 0 .005c-.015.028-.075.137-.132.382a4.7 4.7 0 0 0-.107 1.038c0 .384.039.75.107 1.038.057.244.117.353.133.382q.008.014-.001.004a1.007 1.007 0 0 1 0 1.425" clip-rule="evenodd" /></symbol>',"plyr-pip");const fC="plyr-pip";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="plyr-play"><path d="M9 8.804v6.392a1 1 0 0 0 1.53.848l5.113-3.196a1 1 0 0 0 0-1.696L10.53 7.956A1 1 0 0 0 9 8.804" /><path fill-rule="evenodd" d="M12 2C6.45 2 2 6.45 2 12s4.45 10 10 10 10-4.45 10-10S17.55 2 12 2M4 12c0-4.445 3.555-8 8-8s8 3.555 8 8-3.555 8-8 8-8-3.555-8-8" clip-rule="evenodd" /></symbol>',"plyr-play");const mC="plyr-play";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="plyr-restart"><path fill-rule="evenodd" d="M12.478 20.522a8 8 0 0 1-7.939-7.002c-.068-.548-.509-.998-1.061-.998-.553 0-1.006.45-.951.999.501 5.054 4.765 9.001 9.95 9.001 5.523 0 10-4.477 10-10v-.053c0-4.836-3.348-8.834-8.277-9.817l.083-.553a.504.504 0 0 0-.632-.558L9.919 2.555a.502.502 0 0 0-.146.903l3.258 2.145a.505.505 0 0 0 .778-.345l.093-.616c3.987.835 6.556 4.046 6.556 7.827a8 8 0 0 1-2.441 5.759q-.117.114-.199.25a7.97 7.97 0 0 1-5.34 2.044" clip-rule="evenodd" /></symbol>',"plyr-restart");const hC="plyr-restart";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="plyr-rewind"><path d="M19 15.046V8.955c0-.749-.857-1.205-1.518-.809l-5.072 3.046a.933.933 0 0 0 0 1.616l5.072 3.046c.661.396 1.518-.06 1.518-.808" /><path d="M12.056 15.046V8.955c0-.749-.857-1.205-1.518-.809l-5.072 3.046a.933.933 0 0 0 0 1.616l5.072 3.046c.661.396 1.518-.06 1.518-.808" /></symbol>',"plyr-rewind");const bC="plyr-rewind";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="plyr-settings"><path fill-rule="evenodd" d="M12 2a2.636 2.636 0 0 0-2.637 2.636v.137a.35.35 0 0 1-.129.268 1 1 0 0 0-.158.055.35.35 0 0 1-.384-.067l-.043-.044a2.636 2.636 0 1 0-3.73 3.73l.044.043a.35.35 0 0 1 .067.384l-.024.058a.35.35 0 0 1-.312.23h-.058a2.636 2.636 0 1 0 0 5.272h.136a.35.35 0 0 1 .32.212l.004.01a.35.35 0 0 1-.068.383l-.044.044a2.636 2.636 0 1 0 3.73 3.73l.044-.044a.35.35 0 0 1 .383-.068q.03.014.059.024a.35.35 0 0 1 .229.313v.058a2.636 2.636 0 0 0 2.57 2.635 2.636 2.636 0 0 0 2.571-2.635v-.059a.35.35 0 0 1 .23-.312l.058-.024a.35.35 0 0 1 .383.068l.044.043a2.64 2.64 0 0 0 2.875.573 2.637 2.637 0 0 0 .855-4.302l-.044-.044a.35.35 0 0 1-.067-.383l.004-.01a.35.35 0 0 1 .319-.212h.136a2.636 2.636 0 1 0 0-5.273h-.058a.35.35 0 0 1-.312-.229l-.024-.058a.35.35 0 0 1 .067-.384l.044-.043a2.637 2.637 0 1 0-3.73-3.73l-.043.044a.35.35 0 0 1-.384.067 1 1 0 0 0-.158-.055.35.35 0 0 1-.13-.268v-.137A2.636 2.636 0 0 0 12 2m.384 17.814a.64.64 0 0 1-.385.183.636.636 0 0 1-.57-.633v-.097a2.35 2.35 0 0 0-1.51-2.14 2.35 2.35 0 0 0-2.562.483l-.058.057a.637.637 0 0 1-.9 0h-.001a.636.636 0 0 1 0-.902l.05-.049.007-.008a2.35 2.35 0 0 0 .472-2.587 2.35 2.35 0 0 0-2.148-1.42h-.143a.636.636 0 1 1 0-1.272h.097a2.35 2.35 0 0 0 2.14-1.509 2.35 2.35 0 0 0-.483-2.563L6.333 7.3a.636.636 0 0 1 0-.9v-.001a.637.637 0 0 1 .901 0l.05.05.007.007A2.35 2.35 0 0 0 9.694 7a1 1 0 0 0 .245-.07 2.35 2.35 0 0 0 1.424-2.15v-.144a.637.637 0 0 1 1.273 0v.143A2.35 2.35 0 0 0 14.06 6.93a1 1 0 0 0 .245.07 2.35 2.35 0 0 0 2.403-.544l.008-.008.049-.05a.64.64 0 0 1 .694-.138.637.637 0 0 1 .207 1.04l-.057.057a2.35 2.35 0 0 0-.482 2.563 2.35 2.35 0 0 0 2.14 1.509h.096a.636.636 0 1 1 0 1.273h-.143a2.35 2.35 0 0 0-2.148 1.42 2.35 2.35 0 0 0 .472 2.586l.008.008.049.05a.64.64 0 0 1 0 .9.64.64 0 0 1-.901 0l-.058-.056a2.35 2.35 0 0 0-2.563-.483 2.35 2.35 0 0 0-1.508 2.14v.097c0 .168-.068.33-.187.45M10.999 12a1 1 0 1 1 2 0 1 1 0 0 1-2 0m1-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6" clip-rule="evenodd" /></symbol>',"plyr-settings");const gC="plyr-settings";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="plyr-volume"><path fill-rule="evenodd" d="M10.347 3.718c.917-.845 2.142-.882 3.056-.434A2.86 2.86 0 0 1 15 5.86v12.324c0 2.497-2.864 3.604-4.598 2.188l-.003-.004-.006-.005-.004-.003-3.692-3.076H4.833c-.713 0-1.45-.24-2.015-.794C2.251 15.934 2 15.202 2 14.487v-4.93c0-.715.251-1.447.818-2.003C3.383 7 4.12 6.76 4.833 6.76h1.864zm2.176 1.362a.72.72 0 0 0-.828.116l-.023.021L7.421 8.76H4.833c-.272 0-.479.089-.615.222-.134.132-.218.324-.218.575v4.93c0 .25.084.443.218.575.136.133.343.222.615.222h2.588l4.247 3.539c.526.429 1.332.045 1.332-.64V5.86a.86.86 0 0 0-.477-.78m5.924 1.575a1 1 0 0 0-.902 1.786c.022.015.067.045.127.095.12.1.303.28.496.568q.046.07.093.137c.356.521.739 1.081.739 2.759s-.383 2.238-.74 2.759q-.046.068-.092.137a2.7 2.7 0 0 1-.496.568 1 1 0 0 1-.14.103 1 1 0 0 0 .915 1.778h.002l.001-.002.003-.001.007-.003.016-.009a2 2 0 0 0 .15-.09c.088-.055.2-.134.327-.24.255-.213.571-.533.879-.995C20.453 15.073 21 14.175 21 12s-.547-3.073-1.168-4.005a4.6 4.6 0 0 0-.88-.995 3.3 3.3 0 0 0-.437-.308l-.04-.022-.015-.008-.007-.004z" clip-rule="evenodd" /></symbol>',"plyr-volume");const yC="plyr-volume";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="portal"><path fill-rule="evenodd" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2M9 19.416a8 8 0 0 0 4.309.476L9 16.3zm6.56-.252A8 8 0 0 0 18.243 17h-5.28zM4.835 15.56A8 8 0 0 0 7 18.242v-5.28zM12 9a3 3 0 1 0 0 6 3 3 0 0 0 0-6m4.302 6h3.114a8 8 0 0 0 .476-4.31zM4.584 9a7.97 7.97 0 0 0-.477 4.309L7.698 9zM17 11.037l2.164-2.598A8 8 0 0 0 17 5.757zM12 4q-.67.001-1.31.107L15 7.698V4.583A8 8 0 0 0 12 4m-3.56.835A8 8 0 0 0 5.756 7h5.28z" clip-rule="evenodd" /></symbol>',"portal");const vC="portal";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="preview-tag-application"><path d="M5 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0M9 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2M11 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0" /><path fill-rule="evenodd" d="M2 6a4 4 0 0 1 4-4h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4zm4-2h12a2 2 0 0 1 2 2v2H4V6a2 2 0 0 1 2-2m-2 6v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8z" clip-rule="evenodd" /></symbol>',"preview-tag-application");const wC="preview-tag-application";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="preview-tag-audio"><path fill-rule="evenodd" d="M9 13.17A3 3 0 1 0 11 16V7.867l5-.714v5.018A3 3 0 1 0 18 15V7.152a2 2 0 0 0-2.283-1.98l-5 .714A2 2 0 0 0 9 7.867zM9 16a1 1 0 1 1-2 0 1 1 0 0 1 2 0m7-1a1 1 0 1 0-2 0 1 1 0 0 0 2 0" clip-rule="evenodd" /><path fill-rule="evenodd" d="M2 6a4 4 0 0 1 4-4h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4zm4-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2" clip-rule="evenodd" /></symbol>',"preview-tag-audio");const CC="preview-tag-audio";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="preview-tag-image"><path fill-rule="evenodd" d="M13 9.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-2 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0" clip-rule="evenodd" /><path fill-rule="evenodd" d="M2 6a4 4 0 0 1 4-4h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4zm4-2h12a2 2 0 0 1 2 2v8.586L18.414 13a2 2 0 0 0-2.828 0L12 16.586 10.414 15a2 2 0 0 0-2.828 0l-3.518 3.518A2 2 0 0 1 4 18V6a2 2 0 0 1 2-2m11 10.414 3 3V18a2 2 0 0 1-2 2h-2.586l-2-2zM5.482 19.932Q5.73 20 6 20h6.586L9 16.414z" clip-rule="evenodd" /></symbol>',"preview-tag-image");const kC="preview-tag-image";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="preview-tag-video"><path fill-rule="evenodd" d="M9 15.066c0 1.198 1.335 1.912 2.332 1.248l4.599-3.066a1.5 1.5 0 0 0 0-2.496l-4.599-3.066C10.335 7.022 9 7.736 9 8.934zM14.197 12 11 14.132V9.868z" clip-rule="evenodd" /><path fill-rule="evenodd" d="M6 2a4 4 0 0 0-4 4v12a4 4 0 0 0 4 4h12a4 4 0 0 0 4-4V6a4 4 0 0 0-4-4zm12 2H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2" clip-rule="evenodd" /></symbol>',"preview-tag-video");const xC="preview-tag-video";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="prompter"><path fill-rule="evenodd" d="M22 12c0-5.523-4.477-10-10-10S2 6.477 2 12s4.477 10 10 10 10-4.477 10-10m-10 8v-2a6 6 0 0 1-6-6H4a8 8 0 0 0 8 8m0-16a8 8 0 0 1 8 8h-2a6 6 0 0 0-6-6zm4 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0" clip-rule="evenodd" /></symbol>',"prompter");const _C="prompter";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 24" id="queue-member"><path fill-rule="evenodd" d="M20.477 19a.92.92 0 0 1-.923-.918v-.918c0-1.434-1.097-2.525-2.539-2.525h-2.769c-1.442 0-2.538 1.091-2.538 2.525v.918a.92.92 0 0 1-.924.918.92.92 0 0 1-.923-.918v-.918c0-2.448 1.924-4.36 4.385-4.36h2.77c2.46 0 4.384 1.912 4.384 4.36v.918a.92.92 0 0 1-.923.918m-9.923-5.279a.92.92 0 0 1-.923.918H7.785c-1.442 0-2.539 1.091-2.539 2.525v.918a.92.92 0 0 1-.923.918.92.92 0 0 1-.923-.918v-.918c0-2.448 1.923-4.36 4.385-4.36H9.63a.92.92 0 0 1 .923.917m-4.846-4.82a2.99 2.99 0 0 1 3-2.983c1.656 0 3 1.336 3 2.984a2.99 2.99 0 0 1-3 2.983c-1.657 0-3-1.336-3-2.983m6.461-.458A3.45 3.45 0 0 1 15.631 5a3.45 3.45 0 0 1 3.461 3.443 3.45 3.45 0 0 1-3.461 3.442 3.45 3.45 0 0 1-3.462-3.442m1.846 0c0-.888.723-1.607 1.616-1.607.892 0 1.615.72 1.615 1.607s-.723 1.606-1.615 1.606c-.893 0-1.616-.72-1.616-1.606m-6.461.459a1.15 1.15 0 0 1 1.154-1.148A1.15 1.15 0 0 1 9.86 8.902a1.15 1.15 0 0 1-1.153 1.147 1.15 1.15 0 0 1-1.154-1.147" clip-rule="evenodd" /></symbol>',"queue-member");const IC="queue-member";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="quick-replies"><path d="m11.375 12-1 4 4.047-4.722c.606-.707.337-1.718-.384-2.112A1.35 1.35 0 0 0 13.375 9l1-4-4.048 4.722c-.606.707-.336 1.718.385 2.112a1.35 1.35 0 0 0 .663.166" /><path fill-rule="evenodd" d="M5.375 2c-1.657 0-3 1.39-3 3.103v10.345c0 1.714 1.343 3.104 3 3.104h2.5c.944 0 1.833.46 2.4 1.241l1.3 1.793a.98.98 0 0 0 1.6 0l1.3-1.793a2.97 2.97 0 0 1 2.4-1.241h2.5c1.657 0 3-1.39 3-3.104V5.103c0-1.714-1.343-3.103-3-3.103zm14 2.069h-14c-.552 0-1 .463-1 1.034v10.345c0 .572.448 1.035 1 1.035h2.5c1.574 0 3.056.766 4 2.069l.5.69.5-.69c.944-1.303 2.426-2.07 4-2.07h2.5c.552 0 1-.462 1-1.034V5.103c0-.57-.448-1.034-1-1.034" clip-rule="evenodd" /></symbol>',"quick-replies");const SC="quick-replies";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="radio"><path fill-rule="evenodd" d="M12 5.25a6.75 6.75 0 1 0 0 13.5 6.75 6.75 0 0 0 0-13.5M3 12a9 9 0 1 1 18 0 9 9 0 0 1-18 0" clip-rule="evenodd" /></symbol>',"radio");const AC="radio";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="radio--checked"><path d="M12 16a4 4 0 1 0 0-8 4 4 0 0 0 0 8" /><path fill-rule="evenodd" d="M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18m-6.75 9a6.75 6.75 0 1 1 13.5 0 6.75 6.75 0 0 1-13.5 0" clip-rule="evenodd" /></symbol>',"radio--checked");const EC="radio--checked";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="rec"><path fill="#E63E1A" d="M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12-5.373 12-12 12S0 18.627 0 12" /><rect width="6" height="6" x="9" y="9" rx="3" /></symbol>',"rec");const TC="rec";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="rec-off"><rect width="6" height="6" x="9" y="9" fill="#E63E1A" rx="3" /></symbol>',"rec-off");const DC="rec-off";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="redo"><path d="M18 19a1 1 0 0 1-1 1H9.5a6.5 6.5 0 1 1 0-13h7.394a6 6 0 0 1-.416-.583C16.246 6.043 16 5.534 16 5a1 1 0 1 1 2 0q0-.013.003.003c.01.03.044.15.175.361.155.25.384.534.654.804s.554.5.804.654c.212.13.33.166.361.175Q20.013 7 20 7a1 1 0 1 1 0 2q.014 0-.003.003c-.03.01-.15.044-.361.175-.25.155-.534.384-.804.654s-.5.554-.654.804c-.13.212-.166.33-.175.361Q18 11.012 18 11a1 1 0 1 1-2 0c0-.534.246-1.043.478-1.417q.185-.297.416-.583H9.5a4.5 4.5 0 1 0 0 9H17a1 1 0 0 1 1 1" /></symbol>',"redo");const OC="redo";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="refresh"><path d="M4.12 10.576c.835-3.987 4.046-6.556 7.827-6.556 2.258 0 4.298.935 5.758 2.441.377.389.98.49 1.424.178.468-.328.575-.985.187-1.406A10 10 0 0 0 11.946 2C7.11 2 3.113 5.349 2.13 10.277l-.553-.082a.504.504 0 0 0-.559.632l1.014 3.732a.502.502 0 0 0 .904.146l2.144-3.259a.505.505 0 0 0-.345-.778zM19.88 13.424c-.835 3.987-4.046 6.556-7.827 6.556a8 8 0 0 1-5.758-2.441c-.377-.389-.98-.49-1.424-.179-.468.33-.575.986-.187 1.407A10 10 0 0 0 12.054 22c4.836 0 8.833-3.349 9.816-8.277l.553.082a.504.504 0 0 0 .559-.632l-1.014-3.732a.502.502 0 0 0-.904-.146l-2.144 3.259a.506.506 0 0 0 .345.778z" /></symbol>',"refresh");const RC="refresh";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="reporter"><path fill-rule="evenodd" d="M15 16a7 7 0 1 0-6.658-4.833l-4.654 4.654a3 3 0 0 0 1.343 5.019q.253.19.556.344c1.426.72 3.56.7 6.625-.73 2.981-1.392 4.776-1.813 5.79-1.817.505-.001.764.1.883.184.102.071.115.136.115.179a.5.5 0 1 0 1 0c0-.373-.175-.742-.541-.999-.35-.245-.84-.366-1.46-.364-1.237.005-3.192.501-6.21 1.91-2.063.963-3.557 1.197-4.62 1.07.274-.139.532-.324.762-.553l4.536-4.536c.785.305 1.64.472 2.533.472m.51-2.026a5 5 0 0 0 4.464-4.463h-1.006a4 4 0 0 1-3.457 3.457zm-1 .002V12.97a4 4 0 0 1-3.478-3.46h-1.006a5 5 0 0 0 4.485 4.466M12.044 9.51a3 3 0 0 0 2.468 2.45V9.51zm3.468 0v2.447a3 3 0 0 0 2.446-2.447zm2.45-1h-2.45V6.044a3 3 0 0 1 2.45 2.468m1.01 0h1.006a5 5 0 0 0-4.466-4.484v1.006a4 4 0 0 1 3.46 3.479m-4.46 0H12.04a3 3 0 0 1 2.47-2.47zm-3.481 0h-1.006a5 5 0 0 1 4.487-4.486V5.03a4 4 0 0 0-3.481 3.48m-1.855 4.652-4.073 4.073a1 1 0 1 0 1.415 1.414l4.072-4.072z" clip-rule="evenodd" /></symbol>',"reporter");const BC="reporter";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="role"><path fill-rule="evenodd" d="M10.5 1a2.5 2.5 0 0 0-2.45 3H5a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3h-3.05q.05-.243.05-.5A2.5 2.5 0 0 0 13.5 1zm3 3a.5.5 0 0 0 0-1h-3a.5.5 0 0 0 0 1zM5 6a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zm4 4a3 3 0 1 1 6 0 3 3 0 0 1-6 0m3-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2m-1 4.4c-2.252 0-4 1.748-4 4a1 1 0 1 0 2 0c0-1.148.852-2 2-2h2c1.148 0 2 .852 2 2a1 1 0 1 0 2 0c0-2.252-1.748-4-4-4z" clip-rule="evenodd" /></symbol>',"role");const LC="role";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="rounded-info"><path fill-rule="evenodd" d="M20 12a8 8 0 1 1-16 0 8 8 0 0 1 16 0m2 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10M12 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2m1 2v5h.5a.5.5 0 0 1 0 1H12a1 1 0 0 1-1-1v-5h-.5a.5.5 0 0 1 0-1H12a1 1 0 0 1 1 1" clip-rule="evenodd" /></symbol>',"rounded-info");const NC="rounded-info";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="save"><path fill-rule="evenodd" d="M2 5a3 3 0 0 1 3-3h12a3 3 0 0 1 2.4 1.2l2 2.667a3 3 0 0 1 .6 1.8V19a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3zm3-1a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1v-7a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v7a1 1 0 0 0 1-1V7.667a1 1 0 0 0-.2-.6l-1.8-2.4V6a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3zm2 0v2a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V4zm10 16H7v-7a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1z" clip-rule="evenodd" /></symbol>',"save");const PC="save";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="save-as"><path fill-rule="evenodd" d="M5 4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1v-7a3 3 0 0 1 3-3h6a1 1 0 1 1 0 2H8a1 1 0 0 0-1 1v7h1a1 1 0 1 1 0 2H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h12a3 3 0 0 1 2.4 1.2l2 2.667a3 3 0 0 1 .6 1.8V8a1 1 0 1 1-2 0v-.333a1 1 0 0 0-.2-.6l-1.8-2.4V6a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3zm2 2a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V4H7z" clip-rule="evenodd" /><path fill-rule="evenodd" d="M18.086 10.5a2 2 0 0 1 2.828 0l.586.586a2 2 0 0 1 0 2.828l-7.5 7.5a2 2 0 0 1-1.414.586H10v-2.586A2 2 0 0 1 10.586 18zm1.414 1.414-7.5 7.5V20h.586l7.5-7.5z" clip-rule="evenodd" /><path d="M22 18a1 1 0 1 0-2 0v1a1 1 0 0 1-1 1h-1a1 1 0 1 0 0 2h1a3 3 0 0 0 3-3z" /></symbol>',"save-as");const $C="save-as";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56" id="scorecard"><path d="M34.093 31.45c-.072-.45.07-.906.372-1.221l2.175-2.26c1.387-1.443.577-3.855-1.397-4.16l-2.88-.447a1.29 1.29 0 0 1-.964-.748l-1.164-2.517c-.883-1.907-3.585-1.907-4.468 0l-1.165 2.516c-.19.41-.554.686-.963.75l-2.882.446c-1.974.305-2.784 2.717-1.397 4.16l2.175 2.26c.303.315.445.772.372 1.222l-.484 3.01c-.328 2.04 1.835 3.56 3.633 2.552l2.353-1.318a1.2 1.2 0 0 1 1.182 0l2.353 1.319c1.798 1.008 3.961-.512 3.633-2.552z" /><path fill-rule="evenodd" d="m44.617 11.95-5.233-5.233a7 7 0 0 0-4.95-2.05h-18.1a7 7 0 0 0-7 7v32.666a7 7 0 0 0 7 7h23.333a7 7 0 0 0 7-7V16.9a7 7 0 0 0-2.05-4.95M42 44.333a2.333 2.333 0 0 1-2.333 2.334H16.334A2.333 2.333 0 0 1 14 44.333V11.667a2.333 2.333 0 0 1 2.334-2.334h16.333V14a4.667 4.667 0 0 0 4.666 4.667H42zM37.334 14v-2.734L40.067 14z" clip-rule="evenodd" /></symbol>',"scorecard");const MC="scorecard";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="search"><path fill-rule="evenodd" d="M15.762 17.176a8.5 8.5 0 1 1 1.414-1.414l4.531 4.53a1 1 0 0 1-1.414 1.415zM17 10.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0" clip-rule="evenodd" /></symbol>',"search");const qC="search";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="select-custom-value-enter"><path d="M4.004 12.085a1 1 0 0 0 .214.539l.012.014a1 1 0 0 0 .346.268c.214.106.416.193.62.281.416.18.84.363 1.388.716.76.488 1.66 1.266 2.584 2.652a1 1 0 0 0 1.664-1.11c-.71-1.065-1.43-1.85-2.122-2.445H19a1 1 0 0 0 1-1V8c0-.5-.5-1-1-1s-1 .445-1 1v2.5a.5.5 0 0 1-.5.5H8.71c.692-.595 1.412-1.38 2.122-2.445a1 1 0 0 0-1.664-1.11c-.924 1.386-1.825 2.163-2.584 2.651-.549.353-.972.536-1.388.716a13 13 0 0 0-.615.28 1 1 0 0 0-.579.84M4 12q0 .043.004.085z" /></symbol>',"select-custom-value-enter");const jC="select-custom-value-enter";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 24" id="send-arrow"><path d="M21.246 11.915a1 1 0 0 0-.214-.539l-.012-.014a1 1 0 0 0-.346-.268c-.214-.106-.416-.193-.62-.281-.416-.18-.84-.363-1.388-.717-.76-.487-1.66-1.265-2.584-2.65a1 1 0 1 0-1.664 1.109c.71 1.065 1.43 1.85 2.122 2.445H4.25a1 1 0 1 0 0 2h12.29c-.692.595-1.412 1.38-2.122 2.445a1 1 0 0 0 1.664 1.11c.924-1.386 1.825-2.163 2.584-2.651.549-.353.972-.536 1.388-.716.202-.088.402-.175.615-.28a1 1 0 0 0 .579-.84M21.25 12q0-.043-.004-.085z" /></symbol>',"send-arrow");const FC="send-arrow";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="settings"><path fill-rule="evenodd" d="M12 2a2.636 2.636 0 0 0-2.637 2.636v.137a.35.35 0 0 1-.129.268 1 1 0 0 0-.158.055.35.35 0 0 1-.384-.067l-.043-.044a2.636 2.636 0 1 0-3.73 3.73l.044.043a.35.35 0 0 1 .067.384l-.024.058a.35.35 0 0 1-.312.23h-.058a2.636 2.636 0 1 0 0 5.272h.136a.35.35 0 0 1 .32.212l.004.01a.35.35 0 0 1-.068.383l-.044.044a2.636 2.636 0 1 0 3.73 3.73l.044-.044a.35.35 0 0 1 .383-.068q.03.014.059.024a.35.35 0 0 1 .229.313v.058a2.636 2.636 0 0 0 2.57 2.635 2.636 2.636 0 0 0 2.571-2.635v-.059a.35.35 0 0 1 .23-.312l.058-.024a.35.35 0 0 1 .383.068l.044.043a2.64 2.64 0 0 0 2.875.573 2.637 2.637 0 0 0 .855-4.302l-.044-.044a.35.35 0 0 1-.067-.383l.004-.01a.35.35 0 0 1 .319-.212h.136a2.636 2.636 0 1 0 0-5.273h-.058a.35.35 0 0 1-.312-.229l-.024-.058a.35.35 0 0 1 .067-.384l.044-.043a2.637 2.637 0 1 0-3.73-3.73l-.043.044a.35.35 0 0 1-.384.067 1 1 0 0 0-.158-.055.35.35 0 0 1-.13-.268v-.137A2.636 2.636 0 0 0 12 2m.384 17.814a.64.64 0 0 1-.385.183.636.636 0 0 1-.57-.633v-.097a2.35 2.35 0 0 0-1.51-2.14 2.35 2.35 0 0 0-2.562.483l-.058.057a.637.637 0 0 1-.9 0h-.001a.636.636 0 0 1 0-.902l.05-.049.007-.008a2.35 2.35 0 0 0 .472-2.587 2.35 2.35 0 0 0-2.148-1.42h-.143a.636.636 0 1 1 0-1.272h.097a2.35 2.35 0 0 0 2.14-1.509 2.35 2.35 0 0 0-.483-2.563L6.333 7.3a.636.636 0 0 1 0-.9v-.001a.637.637 0 0 1 .901 0l.05.05.007.007A2.35 2.35 0 0 0 9.694 7a1 1 0 0 0 .245-.07 2.35 2.35 0 0 0 1.424-2.15v-.144a.637.637 0 0 1 1.273 0v.143A2.35 2.35 0 0 0 14.06 6.93a1 1 0 0 0 .245.07 2.35 2.35 0 0 0 2.403-.544l.008-.008.049-.05a.64.64 0 0 1 .694-.138.637.637 0 0 1 .207 1.04l-.057.057a2.35 2.35 0 0 0-.482 2.563 2.35 2.35 0 0 0 2.14 1.509h.096a.636.636 0 1 1 0 1.273h-.143a2.35 2.35 0 0 0-2.148 1.42 2.35 2.35 0 0 0 .472 2.586l.008.008.049.05a.64.64 0 0 1 0 .9.64.64 0 0 1-.901 0l-.058-.056a2.35 2.35 0 0 0-2.563-.483 2.35 2.35 0 0 0-1.508 2.14v.097c0 .168-.068.33-.187.45M10.999 12a1 1 0 1 1 2 0 1 1 0 0 1-2 0m1-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6" clip-rule="evenodd" /></symbol>',"settings");const VC="settings";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="social-media"><path d="M16 8a2 2 0 0 1-3.334 1.49L9.89 11.342a2 2 0 0 1 0 1.316l2.777 1.852a2 2 0 1 1-.555.832L9.334 13.49a2 2 0 1 1 0-2.98l2.777-1.851A2 2 0 1 1 16 8" /><path fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16" clip-rule="evenodd" /></symbol>',"social-media");const UC="social-media";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="sort-arrow-down"><path d="M12.085 20.997a1 1 0 0 0 .539-.215l.014-.012a1 1 0 0 0 .268-.346c.106-.214.193-.416.281-.62.18-.416.364-.84.717-1.388.488-.76 1.265-1.66 2.65-2.584a1 1 0 1 0-1.109-1.664c-1.065.71-1.85 1.43-2.445 2.123V4a1 1 0 1 0-2 0v12.29c-.594-.693-1.38-1.413-2.445-2.123a1 1 0 0 0-1.11 1.664c1.386.924 2.164 1.825 2.651 2.584.354.549.537.972.717 1.388.087.202.174.403.279.615a1 1 0 0 0 .841.579M12 21q.043 0 .085-.003z" /></symbol>',"sort-arrow-down");const zC="sort-arrow-down";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="sort-arrow-up"><path d="M11.915 3.004a1 1 0 0 0-.539.214l-.014.012a1 1 0 0 0-.268.346c-.106.214-.193.416-.281.62-.18.416-.364.84-.717 1.389-.488.759-1.265 1.66-2.65 2.583a1 1 0 0 0 1.109 1.664c1.065-.71 1.85-1.43 2.445-2.122V20a1 1 0 1 0 2 0V7.71c.594.692 1.38 1.412 2.445 2.122a1 1 0 0 0 1.11-1.664c-1.386-.924-2.163-1.824-2.651-2.583a8.7 8.7 0 0 1-.717-1.39c-.087-.201-.174-.401-.279-.614a1 1 0 0 0-.841-.579M12 3l-.085.004z" /></symbol>',"sort-arrow-up");const HC="sort-arrow-up";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="sound-off"><path fill-rule="evenodd" d="M13.403 3.284c-.914-.448-2.14-.41-3.056.434L6.697 6.76H4.833c-.713 0-1.45.24-2.015.794C2.251 8.11 2 8.842 2 9.557v4.93c0 .715.251 1.447.818 2.003.565.554 1.302.794 2.015.794h1.864l3.692 3.076.004.003.006.005.003.004C12.136 21.788 15 20.68 15 18.184V5.86a2.86 2.86 0 0 0-1.597-2.576m-1.709 1.912a.72.72 0 0 1 .83-.116.86.86 0 0 1 .476.78v12.324c0 .684-.806 1.068-1.331.64l-.001-.001-4.247-3.539H4.833c-.272 0-.479-.089-.615-.222-.134-.132-.218-.324-.218-.575v-4.93c0-.25.084-.443.218-.575.136-.133.343-.222.615-.222h2.588l4.251-3.543z" clip-rule="evenodd" /><path d="M21.5 9.586a1 1 0 0 0-1.414 0l-.793.793-.793-.793A1 1 0 1 0 17.086 11l.793.793-.793.793A1 1 0 0 0 18.5 14l.793-.793.793.793a1 1 0 0 0 1.414-1.414l-.793-.793L21.5 11a1 1 0 0 0 0-1.414" /></symbol>',"sound-off");const WC="sound-off";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="sound-on"><path fill-rule="evenodd" d="M10.347 3.718c.917-.845 2.142-.882 3.056-.434A2.86 2.86 0 0 1 15 5.86v12.324c0 2.497-2.864 3.604-4.598 2.188l-.003-.004-.006-.005-.004-.003-3.692-3.076H4.833c-.713 0-1.45-.24-2.015-.794C2.251 15.934 2 15.202 2 14.487v-4.93c0-.715.251-1.447.818-2.003C3.383 7 4.12 6.76 4.833 6.76h1.864zm2.176 1.362a.72.72 0 0 0-.828.116l-.023.021L7.421 8.76H4.833c-.272 0-.479.089-.615.222-.134.132-.218.324-.218.575v4.93c0 .25.084.443.218.575.136.133.343.222.615.222h2.588l4.247 3.539c.526.429 1.332.045 1.332-.64V5.86a.86.86 0 0 0-.477-.78m5.924 1.575a1 1 0 0 0-.902 1.786c.022.015.067.045.127.095.12.1.303.28.496.568q.046.07.093.137c.356.521.739 1.081.739 2.759s-.383 2.238-.74 2.759q-.046.068-.092.137a2.7 2.7 0 0 1-.496.568 1 1 0 0 1-.14.103 1 1 0 0 0 .915 1.778h.002l.001-.002.003-.001.007-.003.016-.009a2 2 0 0 0 .15-.09c.088-.055.2-.134.327-.24.255-.213.571-.533.879-.995C20.453 15.073 21 14.175 21 12s-.547-3.073-1.168-4.005a4.6 4.6 0 0 0-.88-.995 3.3 3.3 0 0 0-.437-.308l-.04-.022-.015-.008-.007-.004z" clip-rule="evenodd" /></symbol>',"sound-on");const ZC="sound-on";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="star"><path fill-rule="evenodd" d="M18.234 14.15a1.39 1.39 0 0 0-.36 1.176l.468 2.905c.316 1.967-1.77 3.433-3.503 2.46l-2.27-1.271c-.356-.2-.782-.2-1.14 0L9.162 20.69c-1.733.972-3.82-.493-3.503-2.46l.467-2.903a1.39 1.39 0 0 0-.36-1.179L3.67 11.97c-1.338-1.39-.557-3.716 1.346-4.01l2.78-.431c.394-.062.745-.327.928-.723L9.847 4.38c.851-1.839 3.457-1.839 4.308 0l1.123 2.427c.183.395.533.66.93.722l2.777.43c1.903.295 2.684 2.621 1.346 4.011zm-2.317-4.738a3.15 3.15 0 0 1-2.363-1.803l-1.123-2.426a.474.474 0 0 0-.861 0l-1.123 2.425a3.15 3.15 0 0 1-2.362 1.804l-2.78.43a.477.477 0 0 0-.269.803l2.097 2.18A3.3 3.3 0 0 1 8 15.63l-.467 2.903a.475.475 0 0 0 .7.492l2.269-1.271a3.05 3.05 0 0 1 2.993 0l2.27 1.272a.475.475 0 0 0 .7-.492l-.467-2.906a3.3 3.3 0 0 1 .868-2.804l2.097-2.18a.477.477 0 0 0-.27-.802z" clip-rule="evenodd" /></symbol>',"star");const YC="star";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="star--filled"><path fill-rule="evenodd" d="M18.234 14.15a1.39 1.39 0 0 0-.36 1.176l.468 2.905c.316 1.967-1.77 3.433-3.503 2.46l-2.27-1.271c-.356-.2-.782-.2-1.14 0L9.162 20.69c-1.733.972-3.82-.493-3.503-2.46l.467-2.903a1.39 1.39 0 0 0-.36-1.179L3.67 11.97c-1.338-1.39-.557-3.716 1.346-4.01l2.78-.431c.394-.062.745-.327.928-.723L9.847 4.38c.851-1.839 3.457-1.839 4.308 0l1.123 2.427c.183.395.533.66.93.722l2.777.43c1.903.295 2.684 2.621 1.346 4.011z" clip-rule="evenodd" /></symbol>',"star--filled");const KC="star--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="stop"><path fill-rule="evenodd" d="M8 9a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1zm2 5h4v-4h-4z" clip-rule="evenodd" /><path fill-rule="evenodd" d="M2 12C2 6.45 6.45 2 12 2s10 4.45 10 10-4.45 10-10 10S2 17.55 2 12m10-8c-4.445 0-8 3.555-8 8s3.555 8 8 8 8-3.555 8-8-3.555-8-8-8" clip-rule="evenodd" /></symbol>',"stop");const GC="stop";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="stop-sign"><path d="M9 10a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1z" /><path fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16" clip-rule="evenodd" /></symbol>',"stop-sign");const XC="stop-sign";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="stt"><path fill-rule="evenodd" d="M16.879 2.879 19.12 5.12A3 3 0 0 1 20 7.243V11a1 1 0 1 1-2 0V8h-2a2 2 0 0 1-2-2V4H7a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h2a1 1 0 1 1 0 2H7a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h7.757a3 3 0 0 1 2.122.879M16 4.829V6h1.172z" clip-rule="evenodd" /><path fill-rule="evenodd" d="M17.447 13.724a1 1 0 0 1 .354.296Q17.898 14 18 14h3a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-3q-.102 0-.199-.02a1 1 0 0 1-.354.296l-4 2A1 1 0 0 1 12 21.382v-8.764a1 1 0 0 1 1.447-.894zM16 15.236v3.528l-2 1v-5.528zM20 16v2h-1v-2z" clip-rule="evenodd" /></symbol>',"stt");const QC="stt";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="stt-download"><path fill-rule="evenodd" d="M19.121 5.121 16.88 2.88A3 3 0 0 0 14.757 2H7a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h2a1 1 0 1 0 0-2H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7v2a2 2 0 0 0 2 2h2v3a1 1 0 1 0 2 0V7.243a3 3 0 0 0-.879-2.122M16 6V4.828L17.172 6z" clip-rule="evenodd" /><path d="M18 15a1 1 0 1 0-2 0v3.586l-.293-.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l2-2a1 1 0 0 0-1.414-1.414l-.293.293z" /></symbol>',"stt-download");const JC="stt-download";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="stt-search"><path fill-rule="evenodd" d="M16.879 2.879 19.12 5.12A3 3 0 0 1 20 7.243V11a1 1 0 1 1-2 0V8h-2a2 2 0 0 1-2-2V4H7a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h2a1 1 0 1 1 0 2H7a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h7.757a3 3 0 0 1 2.122.879M16 4.829V6h1.172zM13 17a2 2 0 1 0 0-4 2 2 0 0 0 0 4m3.446.032a4 4 0 1 0-1.414 1.414l2.261 2.261a1 1 0 0 0 1.414-1.414z" clip-rule="evenodd" /></symbol>',"stt-search");const ek="stt-search";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="table"><path fill-rule="evenodd" d="M2 2h20v20H2zm18 4V4h-4v2zm-6 2h-4v12h4zm-4-2h4V4h-4zM8 4v2H4V4zm0 4H4v12h4zm12 0h-4v12h4z" clip-rule="evenodd" /></symbol>',"table");const tk="table";J('<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="telegram-bot"><path fill="#1899CD" fill-rule="evenodd" d="M8.5 11a1.5 1.5 0 0 0 0 3h7a1.5 1.5 0 0 0 0-3zm1.5 1.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0m5 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2" clip-rule="evenodd" /><path fill="#1899CD" fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m0-5c3.866 0 7-2.015 7-4.5v-4a.5.5 0 1 0-1 0v1.023C16.95 8.102 15.023 7 12 7S7.05 8.102 6 9.523V8.5a.5.5 0 0 0-1 0v4c0 2.485 3.134 4.5 7 4.5" clip-rule="evenodd" /></symbol>',"telegram-bot");const ok="telegram-bot";J('<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="tick"><path fill="#3D455C" fill-rule="evenodd" d="M18.121 7.293a1 1 0 0 1 0 1.414l-7 7a2 2 0 0 1-2.828 0l-3-3a1 1 0 1 1 1.414-1.414l2.647 2.646a.5.5 0 0 0 .707 0l6.646-6.646a1 1 0 0 1 1.414 0" clip-rule="evenodd" /></symbol>',"tick");const ik="tick";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="tree-collapse"><path d="M8 11a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2z" /><path fill-rule="evenodd" d="M5 2a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3zm14 2H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1" clip-rule="evenodd" /></symbol>',"tree-collapse");const nk="tree-collapse";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="tree-corner"><path d="M12 0v13h12v-1H13V0z" /></symbol>',"tree-corner");const ak="tree-corner";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="tree-cross"><path d="M12 24h1V13h11v-1H13V0h-1z" /></symbol>',"tree-cross");const rk="tree-cross";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="tree-expand"><path fill-rule="evenodd" d="M5 4h14a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1M2 5a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3zm10 2a1 1 0 0 1 1 1v3h3a1 1 0 1 1 0 2h-3v3a1 1 0 1 1-2 0v-3H8a1 1 0 1 1 0-2h3V8a1 1 0 0 1 1-1" clip-rule="evenodd" /></symbol>',"tree-expand");const lk="tree-expand";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="tree-line"><g clip-path="url(#tree-line_a)"><path fill-rule="evenodd" d="M12 24V0h1v24z" clip-rule="evenodd" /></g><defs><clipPath id="tree-line_a"><path d="M0 0h24v24H0z" /></clipPath></defs></symbol>',"tree-line");const sk="tree-line";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="true-ic"><path d="M18.121 9.707a1 1 0 0 0-1.414-1.414l-6.646 6.646a.5.5 0 0 1-.707 0l-2.647-2.646a1 1 0 0 0-1.414 1.414l3 3a2 2 0 0 0 2.828 0z" /><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-2 0a8 8 0 1 1-16 0 8 8 0 0 1 16 0" clip-rule="evenodd" /></symbol>',"true-ic");const ck="true-ic";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="tts-download"><path fill-rule="evenodd" d="M16.389 2.535c0-.298.24-.54.534-.54h4.74c.294 0 .534.242.534.54V7.75a.54.54 0 0 1-.335.501.53.53 0 0 1-.585-.126L20.24 7.037h-.432v1.441c0 .298-.24.54-.535.54h-3.317l-1.036 1.088a.53.53 0 0 1-.585.126.54.54 0 0 1-.335-.5V4.515c0-.298.24-.54.535-.54h1.854zm0 2.52h-1.32v3.337l.275-.288c.1-.106.24-.166.385-.166h3.01v-.901h-1.816a.537.537 0 0 1-.534-.54zm3.42.902v-1.44c0-.299-.24-.54-.536-.54h-1.815v-.902h3.67V6.41l-.275-.288a.53.53 0 0 0-.385-.166zm-1.07 0h-1.281v-.901h1.281z" clip-rule="evenodd" /><path d="M9.4 3.097a3.71 3.71 0 0 0-5.277 0l-.702.693c-1.07 1.058-1.73 2.747-1.275 4.503.364 1.828 1.156 3.743 2.36 5.555.313.47.961.551 1.402.198.422-.337.498-.946.202-1.398-1.037-1.585-1.705-3.235-2.008-4.772l-.015-.065c-.26-.977.098-1.963.74-2.598l.702-.694c.706-.698 1.758-.698 2.465 0l1.203 1.19c.254.25.372.554.362.858-.01.306-.15.642-.463.951l-.802.793c-.13.129-.226.288-.276.46a1 1 0 0 0 .03.647c.52 1.32 1.44 2.625 2.652 3.823 1.107 1.095 2.505 1.989 3.807 2.593a1 1 0 0 0 .823.008c.112-.05.224-.122.325-.222l.902-.892c.506-.5 1.257-.5 1.763 0l1.197 1.184c.301.343.458.8.48 1.27.023.463-.086.917-.295 1.26l-.68.673c-.743.734-1.665 1.01-2.694.825h-.003a12.5 12.5 0 0 1-2.855-.937c-.498-.229-1.098-.056-1.364.422-.27.487-.093 1.105.412 1.341a14.6 14.6 0 0 0 3.439 1.139l.017.003c1.653.297 3.236-.167 4.454-1.37l.701-.695q.143-.14.248-.308c.467-.737.658-1.62.618-2.45-.04-.834-.324-1.757-.986-2.505a2 2 0 0 0-.08-.085l-1.203-1.19a3.22 3.22 0 0 0-4.575 0l-.414.41c-.94-.501-1.88-1.155-2.63-1.896-.862-.852-1.51-1.722-1.935-2.552l.33-.327c.62-.613 1.026-1.416 1.055-2.307a3.14 3.14 0 0 0-.954-2.347z" /><path d="M8 14a1 1 0 0 1 1 1v3.586l.293-.293a1 1 0 0 1 1.414 1.414l-2 2a1 1 0 0 1-1.415 0l-2-2a1 1 0 1 1 1.415-1.414l.293.293V15a1 1 0 0 1 1-1" /></symbol>',"tts-download");const dk="tts-download";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="undo"><path d="M6 19a1 1 0 0 0 1 1h7.5a6.5 6.5 0 1 0 0-13H7.106q.231-.286.416-.583C7.754 6.043 8 5.534 8 5a1 1 0 1 0-2 0q0-.013-.003.003c-.01.03-.044.15-.175.361-.155.25-.384.534-.654.804s-.554.5-.804.654c-.212.13-.33.166-.361.175Q3.988 7 4 7a1 1 0 1 0 0 2q-.013 0 .003.003c.03.01.15.044.361.175.25.155.534.384.804.654s.5.554.654.804c.13.212.166.33.175.361Q6 11.012 6 11a1 1 0 1 0 2 0c0-.534-.246-1.043-.478-1.417A6 6 0 0 0 7.106 9H14.5a4.5 4.5 0 1 1 0 9H7a1 1 0 0 0-1 1" /></symbol>',"undo");const pk="undo";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="union"><path fill-rule="evenodd" d="M13.099 3.665a2 2 0 0 0-2.12-.005L4.944 7.413A2 2 0 0 0 4 9.112v6.303a2 2 0 0 0 .911 1.678l6 3.893a2 2 0 0 0 2.178 0l6-3.893A2 2 0 0 0 20 15.415v-6.31a2 2 0 0 0-.936-1.693zm-1.064 1.694L7.787 8l4.248 2.642L16.24 8zM6 15.415V9.244l5 3.11v6.305zm7 3.244 5-3.244V9.256l-5 3.141z" clip-rule="evenodd" /></symbol>',"union");const uk="union";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="unpin"><path d="M3.707 2.293a1 1 0 0 0-1.414 1.414l18 18a1 1 0 0 0 1.414-1.414zM15.93 12.733q.185.352.328.697L10.57 7.742q.345.143.697.329l4.112-5.439q.079-.14.193-.255c.859-.859 2.91-.201 4.581 1.47 1.671 1.67 2.329 3.722 1.47 4.581q-.115.114-.255.193zM8.487 13.89c-1.316-1.585-2.038-3.286-1.994-4.569l8.186 8.186c-1.283.044-2.984-.678-4.57-1.995L2 22z" /></symbol>',"unpin");const fk="unpin";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="update-calls"><path d="M4.12 10.576c.835-3.987 4.046-6.556 7.827-6.556 2.258 0 4.298.935 5.758 2.441.377.39.98.49 1.424.179.468-.329.575-.986.187-1.407A10 10 0 0 0 11.946 2C7.11 2 3.113 5.35 2.13 10.278l-.553-.083a.504.504 0 0 0-.559.632l1.014 3.732a.502.502 0 0 0 .904.146l2.144-3.259a.505.505 0 0 0-.345-.777zM19.88 13.424c-.835 3.987-4.046 6.557-7.827 6.557a8 8 0 0 1-5.758-2.442c-.377-.389-.98-.49-1.424-.178-.468.328-.575.985-.187 1.406A10 10 0 0 0 12.054 22c4.836 0 8.833-3.349 9.816-8.277l.553.083a.504.504 0 0 0 .559-.633l-1.014-3.732a.502.502 0 0 0-.904-.145l-2.144 3.258a.505.505 0 0 0 .345.778z" /><path fill-rule="evenodd" d="M10.7 7.55a1.855 1.855 0 0 0-2.639 0l-.35.348c-.535.529-.866 1.373-.638 2.251.292 1.467 1.136 3.048 2.499 4.344 1.302 1.285 2.904 2.176 4.406 2.462l.009.002a2.46 2.46 0 0 0 2.226-.686l.351-.347a1 1 0 0 0 .125-.154c.233-.369.328-.81.308-1.225a2.03 2.03 0 0 0-.533-1.295l-.601-.594a1.61 1.61 0 0 0-2.288 0l-.207.204c-.47-.25-.94-.577-1.315-.948a5.1 5.1 0 0 1-.967-1.276l.165-.163c.31-.307.513-.708.528-1.154a1.57 1.57 0 0 0-.478-1.173z" clip-rule="evenodd" /></symbol>',"update-calls");const mk="update-calls";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="upload"><path fill-rule="evenodd" d="M12 4a4.6 4.6 0 0 0-4.309 2.886 1 1 0 0 1-.718.6C5.293 7.845 4 9.377 4 11.178 4 13.323 5.677 15 7.814 15a1 1 0 1 1 0 2C4.569 17 2 14.424 2 11.177a5.8 5.8 0 0 1 4.052-5.514A6.6 6.6 0 0 1 12 2c3.184 0 5.855 2.261 6.502 5.258A5 5 0 0 1 22 12.016C22 14.76 19.766 17 17.023 17a1 1 0 1 1 0-2A2.99 2.99 0 0 0 20 12.016a2.994 2.994 0 0 0-2.53-2.95 1 1 0 0 1-.844-.886C16.384 5.84 14.393 4 12 4" clip-rule="evenodd" /><path d="M11.915 6.004a1 1 0 0 0-.539.214l-.014.012a1 1 0 0 0-.268.346c-.106.214-.193.416-.281.62-.18.416-.364.84-.717 1.388-.488.76-1.265 1.66-2.65 2.584a1 1 0 1 0 1.109 1.664c1.065-.71 1.85-1.43 2.445-2.122V21a1 1 0 1 0 2 0V10.71c.594.692 1.38 1.412 2.445 2.122a1 1 0 0 0 1.11-1.664c-1.386-.924-2.163-1.825-2.651-2.584a8.7 8.7 0 0 1-.717-1.388c-.087-.202-.174-.403-.279-.615a1 1 0 0 0-.841-.579M12 6l-.085.004z" /></symbol>',"upload");const hk="upload";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="user"><path fill-rule="evenodd" d="M14.011 7c0 1.105-.9 2-2.011 2a2.006 2.006 0 0 1-2.011-2c0-1.105.9-2 2.011-2 1.11 0 2.011.895 2.011 2m2.011 0c0 2.21-1.8 4-4.022 4-2.221 0-4.022-1.79-4.022-4S9.778 3 12 3c2.221 0 4.022 1.79 4.022 4m2.946 14.003C18.48 17.609 15.547 15 12 15s-6.481 2.61-6.968 6.003c-.078.547-.52.997-1.076.997-.555 0-1.011-.45-.95-.998C3.504 16.5 7.34 13 12 13s8.495 3.5 8.994 8.002c.061.549-.395.998-.95.998s-.998-.45-1.076-.997" clip-rule="evenodd" /></symbol>',"user");const bk="user";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="variable-select"><path d="M8 5.004c0-.578-.069-1.642-.923-2.383-.78-.677-1.77-.623-1.87-.618h-.41500000000000004c-.098-.005-1.09-.06-1.87.618C2.07 3.362 2 4.426 2 5.004v14c0 .577.069 1.64.923 2.382.78.678 1.77.623 1.87.618h.41500000000000004c.098.005 1.09.06 1.87-.618.853-.741.922-1.805.922-2.383v-2a1 1 0 1 0-2 0v2.08c-.02.915-.37.92-.8.92h-.4c-.43 0-.78-.005-.8-.92V4.924c.02-.914.37-.92.8-.92h.4c.43 0 .78.006.8.92v2.08a1 1 0 0 0 2 0zM9 18.003a1 1 0 1 1 2 0v1.08c.02.915.37.92.8.92h.4c.43 0 .78-.005.8-.92v-1.08a1 1 0 1 1 2 0v1c0 .578-.069 1.642-.923 2.383-.78.678-1.77.623-1.87.618h-.41500000000000004c-.098.005-1.09.06-1.87-.618C9.07 20.645 9 19.581 9 19.003zM13 6.003a1 1 0 1 0 2 0v-1c0-.577-.069-1.64-.923-2.382-.78-.677-1.77-.623-1.87-.618h-.41500000000000004c-.098-.005-1.09-.06-1.87.618C9.07 3.362 9 4.426 9 5.004v1a1 1 0 0 0 2 0v-1.08c.02-.915.37-.92.8-.92h.4c.43 0 .78.005.8.92v1.08M16 17.003a1 1 0 1 1 2 0v2.08c.02.915.37.92.8.92h.4c.43 0 .78-.005.8-.92V4.924c-.02-.914-.37-.92-.8-.92h-.4c-.43 0-.78.006-.8.92v2.08a1 1 0 1 1-2 0v-2c0-.577.069-1.64.923-2.382.78-.677 1.77-.623 1.87-.618h.41500000000000004c.098-.005 1.09-.06 1.87.618.853.741.922 1.805.922 2.383v14c0 .577-.069 1.64-.923 2.382-.78.678-1.77.623-1.87.618h-.41500000000000004c-.098.005-1.09.06-1.87-.618-.853-.741-.922-1.805-.922-2.383z" /><path d="M8.707 10.707a1 1 0 1 0-1.414-1.414L6 10.586a2 2 0 0 0 0 2.828l1.293 1.293a1 1 0 0 0 1.414-1.414L7.415 12zM15.293 9.293a1 1 0 0 0 0 1.414L16.586 12l-1.293 1.293a1 1 0 0 0 1.414 1.414L18 13.414a2 2 0 0 0 0-2.828l-1.293-1.293a1 1 0 0 0-1.414 0M11 13a1 1 0 0 0 0 2h2a1 1 0 1 0 0-2z" /></symbol>',"variable-select");const gk="variable-select";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="versions"><path fill-rule="evenodd" d="M11 2h3.172a2 2 0 0 1 1.414.586l5.828 5.828A2 2 0 0 1 22 9.828V14a2 2 0 0 1-2 2h-9a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m5 3.828L18.172 8H17a1 1 0 0 1-1-1zM11 4h3v3a3 3 0 0 0 3 3h3v4h-9z" clip-rule="evenodd" /><path d="M10 17a2 2 0 0 1-2-2V6a1 1 0 0 0-2 0v11a2 2 0 0 0 2 2h10a1 1 0 1 0 0-2z" /><path d="M7 20a2 2 0 0 1-2-2V9a1 1 0 0 0-2 0v11a2 2 0 0 0 2 2h10a1 1 0 1 0 0-2z" /></symbol>',"versions");const yk="versions";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="video-cam"><path fill-rule="evenodd" d="M17.694 12 20 10.313v3.374zm-2.31 3.5a1 1 0 0 1-.018.188c-.087.428-.5.812-1.058.812H5.077c-.643 0-1.077-.495-1.077-1v-7c0-.505.434-1 1.077-1h9.23c.56 0 .972.384 1.06.813q.017.088.018.187zm2-5.752V8.5a3 3 0 0 0-.205-1.08 3.08 3.08 0 0 0-2.871-1.92H5.077C3.377 5.5 2 6.843 2 8.5v7c0 1.657 1.378 3 3.077 3h9.23a3.08 3.08 0 0 0 2.872-1.92 2.9 2.9 0 0 0 .206-1.08v-1.248l2.974 2.176c.676.495 1.641.024 1.641-.8V8.372c0-.824-.965-1.295-1.641-.8z" clip-rule="evenodd" /></symbol>',"video-cam");const vk="video-cam";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="video-cam-off"><path fill-rule="evenodd" d="M17.694 12 20 10.313v3.374zm-2.31 3.5a1 1 0 0 1-.018.188c-.087.428-.5.812-1.058.812H5.077c-.643 0-1.077-.495-1.077-1v-7c0-.505.434-1 1.077-1h9.23c.56 0 .972.384 1.06.813q.017.088.018.187zm2-5.752V8.5a3 3 0 0 0-.205-1.08 3.08 3.08 0 0 0-2.871-1.92H5.077C3.377 5.5 2 6.843 2 8.5v7c0 1.657 1.378 3 3.077 3h9.23a3.08 3.08 0 0 0 2.872-1.92 2.9 2.9 0 0 0 .206-1.08v-1.248l2.974 2.176c.676.495 1.641.024 1.641-.8V8.372c0-.824-.965-1.295-1.641-.8z" clip-rule="evenodd" /><path fill="#E63E1A" d="m8.512 9.775 1.122 1.118 1.121-1.118a.88.88 0 0 1 1.245 0 .876.876 0 0 1 0 1.24l-1.126 1.123L12 13.259a.876.876 0 0 1 0 1.241.88.88 0 0 1-1.245 0l-1.12-1.117-1.12 1.117a.88.88 0 0 1-1.245 0 .876.876 0 0 1 0-1.24l1.124-1.122-1.126-1.123a.876.876 0 0 1 0-1.24.88.88 0 0 1 1.245 0" /></symbol>',"video-cam-off");const wk="video-cam-off";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="webitel-logo"><path fill="url(#webitel-logo_a)" d="M20.888 10.611c.406-.344.586-.885.467-1.404l-.127-.55A1.42 1.42 0 0 0 20.201 7.6L2.565 3.021c-.595-.154-1.028.577-.624 1.055l5.994 7.097c.507.6 1.403.675 2.002.168l4.12-3.49a1.42 1.42 0 0 1 2.002.168l2.373 2.81c.506.6 1.402.674 2.001.167z" /><path fill="url(#webitel-logo_b)" d="M3.159 17.881.035 8.116C-.18 7.444.65 6.953 1.1 7.486l6.5 7.695c.506.6 1.402.675 2.001.168l4.12-3.49a1.42 1.42 0 0 1 2.002.168l6.668 7.895c.434.513-.094 1.282-.705 1.028l-4.59-1.908a1.4 1.4 0 0 0-.67-.104l-10.315.909A2.84 2.84 0 0 1 3.16 17.88" /><path fill="url(#webitel-logo_c)" d="M21.883 14.945c.795.775 2.117.203 2.117-.916 0-1.12-1.323-1.692-2.117-.916a1.284 1.284 0 0 0 0 1.832" /><defs><linearGradient id="webitel-logo_a" x1="21.384" x2="5.117" y1="4.478" y2="20.254" gradientUnits="userSpaceOnUse"><stop stop-color="#D93DF5" /><stop offset="1" stop-color="#1A2EB2" /></linearGradient><linearGradient id="webitel-logo_b" x1="21.384" x2="5.117" y1="4.478" y2="20.254" gradientUnits="userSpaceOnUse"><stop stop-color="#D93DF5" /><stop offset="1" stop-color="#1A2EB2" /></linearGradient><linearGradient id="webitel-logo_c" x1="21.384" x2="5.117" y1="4.478" y2="20.254" gradientUnits="userSpaceOnUse"><stop stop-color="#D93DF5" /><stop offset="1" stop-color="#1A2EB2" /></linearGradient></defs></symbol>',"webitel-logo");const Ck="webitel-logo";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="zoom-in"><path fill-rule="evenodd" d="M17 11a6 6 0 1 1-12 0 6 6 0 0 1 12 0m-1.094 6.32a8 8 0 1 1 1.414-1.414l3.337 3.337a1 1 0 0 1-1.414 1.414zM11 8a1 1 0 0 1 1 1v1h1a1 1 0 1 1 0 2h-1v1a1 1 0 1 1-2 0v-1H9a1 1 0 1 1 0-2h1V9a1 1 0 0 1 1-1" clip-rule="evenodd" /></symbol>',"zoom-in");const kk="zoom-in";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="zoom-out"><path d="M13 12a1 1 0 1 0 0-2H9a1 1 0 1 0 0 2z" /><path fill-rule="evenodd" d="M11 19a7.97 7.97 0 0 0 4.906-1.68l3.337 3.337a1 1 0 0 0 1.414-1.414l-3.337-3.337A8 8 0 1 0 11 19m0-2a6 6 0 1 0 0-12 6 6 0 0 0 0 12" clip-rule="evenodd" /></symbol>',"zoom-out"),W2({account:Dy,agent:Ly,api:Ny,arrange:$y,adfs:By,appNavigator:Py,arrowDown:My,arrowLeft:qy,arrowRight:Fy,arrowUp:Vy,assignee:Uy,arrowMix:jy,attach:zy,attention:Hy,azure:Wy,addFilter:Ry,addContact:Oy,back:Zy,bell:Yy,bellBadged:Ky,bucket:Qy,breadCrumbs:Xy,bot:Gy,calendar:Jy,darkMode:Kv,call:ev,"call--filled":tv,callAddTo:ov,"call-add-to--filled":iv,callDisconnect:nv,"call-disconnect--filled":av,callEnd:rv,"call-end--filled":lv,callInbound:sv,"call-inbound--filled":cv,selectCustomValueEnter:jC,callMissed:dv,"call-missed--filled":pv,callOutbound:uv,"call-outbound--filled":fv,callRinging:mv,"call-ringing--filled":hv,callTransfer:bv,"call-transfer--filled":gv,updateCalls:mk,caseAuthor:yv,cases:vv,chat:wv,"chat--filled":Cv,chatEmoji:kv,chatEnd:xv,"chat-end--filled":_v,chatGroup:Iv,chatJoin:Sv,chatMessageStatusRead:Av,chatMessageStatusSent:Ev,chatQuickResponse:Tv,"chat-quick-response--filled":Dv,chatReply:Ov,chatSend:Rv,chatTransfer:Bv,"chat-transfer--filled":Lv,job:vw,"job--accept":ww,"job--end":Cw,checkbox:Nv,"checkbox--checked":Pv,"checkbox--checked--filled":$v,clear:qv,close:jv,"close--filled":Fv,minus:Zw,collapse:Vv,columnSelect:Uv,comment:zv,variableSelect:gk,contacts:Wv,copy:Zv,customChatGateway:Yv,docs:Gv,download:Qv,edit:Jv,elevenlabs:ew,plus:tC,expand:nw,"eye--closed":aw,"eye--opened":rw,filter:cw,flows:dw,falseIc:lw,generate:pw,google:uw,group:fw,history:mw,hold:hw,impacted:gw,link:xw,lock:Iw,logout:Sw,manual:Tw,menu:Dw,email:tw,emailInbound:ow,emailOutbound:iw,mail:Aw,"mail--color":Ew,messengerCustom:Ow,messengerFacebook:Rw,"messenger-facebook--filled":Bw,messengerInfobip:Lw,messengerTelegram:Pw,"messenger-telegram--filled":$w,messengerViber:Mw,"messenger-viber--filled":qw,messengerWebChat:jw,messengerWhatsapp:Fw,"messenger-whatsapp--filled":Vw,messengerMessenger:Nw,instagram:yw,mic:zw,micMuted:Hw,microsoft:Ww,move:Yw,treeCollapse:nk,note:Kw,numpad:Gw,pause:Qw,play:eC,table:tk,treeExpand:lk,prompter:_C,queueMember:IC,radio:AC,"radio--checked":EC,rec:TC,recOff:DC,refresh:RC,reporter:BC,roundedInfo:NC,role:LC,done:Xv,search:qC,sendArrow:FC,settings:VC,socialMedia:UC,sortArrowDown:zC,sortArrowUp:HC,soundOff:WC,soundOn:ZC,scorecard:MC,star:YC,"star--filled":KC,stop:GC,stopSign:XC,tick:ik,upload:hk,user:bk,union:uk,videoCamOff:wk,videoCam:vk,zoomIn:kk,zoomOut:"zoom-out",ttsDownload:dk,treeLine:sk,treeCorner:ak,treeCross:rk,trueIc:ck,stt:QC,sttDownload:JC,sttSearch:ek,idle:bw,telegramBot:ok,pin:Jw,unpin:fk,conference:Hv,meta:Uw,options:Xw,json:kw,redo:OC,save:PC,saveAs:$C,undo:pk,versions:yk,webitelLogo:Ck,portal:vC,previewTagAudio:CC,previewTagVideo:xC,previewTagApplication:wC,previewTagImage:kC,plyrAirplay:oC,plyrCaptionsOff:iC,plyrCaptionsOn:nC,plyrDownload:aC,plyrEnterFullscreen:rC,plyrExitFullscreen:lC,plyrFastForward:sC,plyrLogoVimeo:cC,plyrLogoYoutube:dC,plyrMuted:pC,plyrPause:uC,plyrPip:fC,plyrPlay:mC,plyrRestart:hC,plyrRewind:bC,plyrSettings:gC,plyrVolume:yC,loadPreset:_w,quickReplies:SC,checkboxTick:Mv,log:sw});const Ki=globalThis||void 0||self;function xk(o){return o&&o.__esModule&&Object.prototype.hasOwnProperty.call(o,"default")?o.default:o}var Nu={exports:{}},Ot=Nu.exports={},jo,Fo;function xs(){throw new Error("setTimeout has not been defined")}function _s(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?jo=setTimeout:jo=xs}catch{jo=xs}try{typeof clearTimeout=="function"?Fo=clearTimeout:Fo=_s}catch{Fo=_s}})();function Pu(o){if(jo===setTimeout)return setTimeout(o,0);if((jo===xs||!jo)&&setTimeout)return jo=setTimeout,setTimeout(o,0);try{return jo(o,0)}catch{try{return jo.call(null,o,0)}catch{return jo.call(this,o,0)}}}function _k(o){if(Fo===clearTimeout)return clearTimeout(o);if((Fo===_s||!Fo)&&clearTimeout)return Fo=clearTimeout,clearTimeout(o);try{return Fo(o)}catch{try{return Fo.call(null,o)}catch{return Fo.call(this,o)}}}var pi=[],Rn=!1,Gi,Lr=-1;function Ik(){!Rn||!Gi||(Rn=!1,Gi.length?pi=Gi.concat(pi):Lr=-1,pi.length&&$u())}function $u(){if(!Rn){var o=Pu(Ik);Rn=!0;for(var i=pi.length;i;){for(Gi=pi,pi=[];++Lr<i;)Gi&&Gi[Lr].run();Lr=-1,i=pi.length}Gi=null,Rn=!1,_k(o)}}Ot.nextTick=function(o){var i=new Array(arguments.length-1);if(arguments.length>1)for(var a=1;a<arguments.length;a++)i[a-1]=arguments[a];pi.push(new Mu(o,i)),pi.length===1&&!Rn&&Pu($u)};function Mu(o,i){this.fun=o,this.array=i}Mu.prototype.run=function(){this.fun.apply(null,this.array)},Ot.title="browser",Ot.browser=!0,Ot.env={},Ot.argv=[],Ot.version="",Ot.versions={};function ui(){}Ot.on=ui,Ot.addListener=ui,Ot.once=ui,Ot.off=ui,Ot.removeListener=ui,Ot.removeAllListeners=ui,Ot.emit=ui,Ot.prependListener=ui,Ot.prependOnceListener=ui,Ot.listeners=function(o){return[]},Ot.binding=function(o){throw new Error("process.binding is not supported")},Ot.cwd=function(){return"/"},Ot.chdir=function(o){throw new Error("process.chdir is not supported")},Ot.umask=function(){return 0};var Sk=Nu.exports;const je=xk(Sk);function qu(o,i){return function(){return o.apply(i,arguments)}}const{toString:Ak}=Object.prototype,{getPrototypeOf:Is}=Object,{iterator:Nr,toStringTag:ju}=Symbol,Pr=(o=>i=>{const a=Ak.call(i);return o[a]||(o[a]=a.slice(8,-1).toLowerCase())})(Object.create(null)),To=o=>(o=o.toLowerCase(),i=>Pr(i)===o),$r=o=>i=>typeof i===o,{isArray:Bn}=Array,pa=$r("undefined");function Ek(o){return o!==null&&!pa(o)&&o.constructor!==null&&!pa(o.constructor)&&po(o.constructor.isBuffer)&&o.constructor.isBuffer(o)}const Fu=To("ArrayBuffer");function Tk(o){let i;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?i=ArrayBuffer.isView(o):i=o&&o.buffer&&Fu(o.buffer),i}const Dk=$r("string"),po=$r("function"),Vu=$r("number"),Mr=o=>o!==null&&typeof o=="object",Ok=o=>o===!0||o===!1,qr=o=>{if(Pr(o)!=="object")return!1;const i=Is(o);return(i===null||i===Object.prototype||Object.getPrototypeOf(i)===null)&&!(ju in o)&&!(Nr in o)},Rk=To("Date"),Bk=To("File"),Lk=To("Blob"),Nk=To("FileList"),Pk=o=>Mr(o)&&po(o.pipe),$k=o=>{let i;return o&&(typeof FormData=="function"&&o instanceof FormData||po(o.append)&&((i=Pr(o))==="formdata"||i==="object"&&po(o.toString)&&o.toString()==="[object FormData]"))},Mk=To("URLSearchParams"),[qk,jk,Fk,Vk]=["ReadableStream","Request","Response","Headers"].map(To),Uk=o=>o.trim?o.trim():o.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function ua(o,i,{allOwnKeys:a=!1}={}){if(o===null||typeof o>"u")return;let r,s;if(typeof o!="object"&&(o=[o]),Bn(o))for(r=0,s=o.length;r<s;r++)i.call(null,o[r],r,o);else{const c=a?Object.getOwnPropertyNames(o):Object.keys(o),p=c.length;let f;for(r=0;r<p;r++)f=c[r],i.call(null,o[f],f,o)}}function Uu(o,i){i=i.toLowerCase();const a=Object.keys(o);let r=a.length,s;for(;r-- >0;)if(s=a[r],i===s.toLowerCase())return s;return null}const Xi=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:Ki,zu=o=>!pa(o)&&o!==Xi;function Ss(){const{caseless:o}=zu(this)&&this||{},i={},a=(r,s)=>{const c=o&&Uu(i,s)||s;qr(i[c])&&qr(r)?i[c]=Ss(i[c],r):qr(r)?i[c]=Ss({},r):Bn(r)?i[c]=r.slice():i[c]=r};for(let r=0,s=arguments.length;r<s;r++)arguments[r]&&ua(arguments[r],a);return i}const zk=(o,i,a,{allOwnKeys:r}={})=>(ua(i,(s,c)=>{a&&po(s)?o[c]=qu(s,a):o[c]=s},{allOwnKeys:r}),o),Hk=o=>(o.charCodeAt(0)===65279&&(o=o.slice(1)),o),Wk=(o,i,a,r)=>{o.prototype=Object.create(i.prototype,r),o.prototype.constructor=o,Object.defineProperty(o,"super",{value:i.prototype}),a&&Object.assign(o.prototype,a)},Zk=(o,i,a,r)=>{let s,c,p;const f={};if(i=i||{},o==null)return i;do{for(s=Object.getOwnPropertyNames(o),c=s.length;c-- >0;)p=s[c],(!r||r(p,o,i))&&!f[p]&&(i[p]=o[p],f[p]=!0);o=a!==!1&&Is(o)}while(o&&(!a||a(o,i))&&o!==Object.prototype);return i},Yk=(o,i,a)=>{o=String(o),(a===void 0||a>o.length)&&(a=o.length),a-=i.length;const r=o.indexOf(i,a);return r!==-1&&r===a},Kk=o=>{if(!o)return null;if(Bn(o))return o;let i=o.length;if(!Vu(i))return null;const a=new Array(i);for(;i-- >0;)a[i]=o[i];return a},Gk=(o=>i=>o&&i instanceof o)(typeof Uint8Array<"u"&&Is(Uint8Array)),Xk=(o,i)=>{const r=(o&&o[Nr]).call(o);let s;for(;(s=r.next())&&!s.done;){const c=s.value;i.call(o,c[0],c[1])}},Qk=(o,i)=>{let a;const r=[];for(;(a=o.exec(i))!==null;)r.push(a);return r},Jk=To("HTMLFormElement"),ex=o=>o.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(a,r,s){return r.toUpperCase()+s}),Hu=(({hasOwnProperty:o})=>(i,a)=>o.call(i,a))(Object.prototype),tx=To("RegExp"),Wu=(o,i)=>{const a=Object.getOwnPropertyDescriptors(o),r={};ua(a,(s,c)=>{let p;(p=i(s,c,o))!==!1&&(r[c]=p||s)}),Object.defineProperties(o,r)},ox=o=>{Wu(o,(i,a)=>{if(po(o)&&["arguments","caller","callee"].indexOf(a)!==-1)return!1;const r=o[a];if(po(r)){if(i.enumerable=!1,"writable"in i){i.writable=!1;return}i.set||(i.set=()=>{throw Error("Can not rewrite read-only method '"+a+"'")})}})},ix=(o,i)=>{const a={},r=s=>{s.forEach(c=>{a[c]=!0})};return Bn(o)?r(o):r(String(o).split(i)),a},nx=()=>{},ax=(o,i)=>o!=null&&Number.isFinite(o=+o)?o:i;function rx(o){return!!(o&&po(o.append)&&o[ju]==="FormData"&&o[Nr])}const lx=o=>{const i=new Array(10),a=(r,s)=>{if(Mr(r)){if(i.indexOf(r)>=0)return;if(!("toJSON"in r)){i[s]=r;const c=Bn(r)?[]:{};return ua(r,(p,f)=>{const h=a(p,s+1);!pa(h)&&(c[f]=h)}),i[s]=void 0,c}}return r};return a(o,0)},sx=To("AsyncFunction"),cx=o=>o&&(Mr(o)||po(o))&&po(o.then)&&po(o.catch),Zu=((o,i)=>o?setImmediate:i?((a,r)=>(Xi.addEventListener("message",({source:s,data:c})=>{s===Xi&&c===a&&r.length&&r.shift()()},!1),s=>{r.push(s),Xi.postMessage(a,"*")}))(`axios@${Math.random()}`,[]):a=>setTimeout(a))(typeof setImmediate=="function",po(Xi.postMessage)),dx=typeof queueMicrotask<"u"?queueMicrotask.bind(Xi):typeof je<"u"&&je.nextTick||Zu,le={isArray:Bn,isArrayBuffer:Fu,isBuffer:Ek,isFormData:$k,isArrayBufferView:Tk,isString:Dk,isNumber:Vu,isBoolean:Ok,isObject:Mr,isPlainObject:qr,isReadableStream:qk,isRequest:jk,isResponse:Fk,isHeaders:Vk,isUndefined:pa,isDate:Rk,isFile:Bk,isBlob:Lk,isRegExp:tx,isFunction:po,isStream:Pk,isURLSearchParams:Mk,isTypedArray:Gk,isFileList:Nk,forEach:ua,merge:Ss,extend:zk,trim:Uk,stripBOM:Hk,inherits:Wk,toFlatObject:Zk,kindOf:Pr,kindOfTest:To,endsWith:Yk,toArray:Kk,forEachEntry:Xk,matchAll:Qk,isHTMLForm:Jk,hasOwnProperty:Hu,hasOwnProp:Hu,reduceDescriptors:Wu,freezeMethods:ox,toObjectSet:ix,toCamelCase:ex,noop:nx,toFiniteNumber:ax,findKey:Uu,global:Xi,isContextDefined:zu,isSpecCompliantForm:rx,toJSONObject:lx,isAsyncFn:sx,isThenable:cx,setImmediate:Zu,asap:dx,isIterable:o=>o!=null&&po(o[Nr])};var Yu={},jr={};jr.byteLength=fx,jr.toByteArray=hx,jr.fromByteArray=yx;for(var Vo=[],xo=[],px=typeof Uint8Array<"u"?Uint8Array:Array,As="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Ln=0,ux=As.length;Ln<ux;++Ln)Vo[Ln]=As[Ln],xo[As.charCodeAt(Ln)]=Ln;xo[45]=62,xo[95]=63;function Ku(o){var i=o.length;if(i%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var a=o.indexOf("=");a===-1&&(a=i);var r=a===i?0:4-a%4;return[a,r]}function fx(o){var i=Ku(o),a=i[0],r=i[1];return(a+r)*3/4-r}function mx(o,i,a){return(i+a)*3/4-a}function hx(o){var i,a=Ku(o),r=a[0],s=a[1],c=new px(mx(o,r,s)),p=0,f=s>0?r-4:r,h;for(h=0;h<f;h+=4)i=xo[o.charCodeAt(h)]<<18|xo[o.charCodeAt(h+1)]<<12|xo[o.charCodeAt(h+2)]<<6|xo[o.charCodeAt(h+3)],c[p++]=i>>16&255,c[p++]=i>>8&255,c[p++]=i&255;return s===2&&(i=xo[o.charCodeAt(h)]<<2|xo[o.charCodeAt(h+1)]>>4,c[p++]=i&255),s===1&&(i=xo[o.charCodeAt(h)]<<10|xo[o.charCodeAt(h+1)]<<4|xo[o.charCodeAt(h+2)]>>2,c[p++]=i>>8&255,c[p++]=i&255),c}function bx(o){return Vo[o>>18&63]+Vo[o>>12&63]+Vo[o>>6&63]+Vo[o&63]}function gx(o,i,a){for(var r,s=[],c=i;c<a;c+=3)r=(o[c]<<16&16711680)+(o[c+1]<<8&65280)+(o[c+2]&255),s.push(bx(r));return s.join("")}function yx(o){for(var i,a=o.length,r=a%3,s=[],c=16383,p=0,f=a-r;p<f;p+=c)s.push(gx(o,p,p+c>f?f:p+c));return r===1?(i=o[a-1],s.push(Vo[i>>2]+Vo[i<<4&63]+"==")):r===2&&(i=(o[a-2]<<8)+o[a-1],s.push(Vo[i>>10]+Vo[i>>4&63]+Vo[i<<2&63]+"=")),s.join("")}var Es={};/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */Es.read=function(o,i,a,r,s){var c,p,f=s*8-r-1,h=(1<<f)-1,b=h>>1,g=-7,v=a?s-1:0,y=a?-1:1,C=o[i+v];for(v+=y,c=C&(1<<-g)-1,C>>=-g,g+=f;g>0;c=c*256+o[i+v],v+=y,g-=8);for(p=c&(1<<-g)-1,c>>=-g,g+=r;g>0;p=p*256+o[i+v],v+=y,g-=8);if(c===0)c=1-b;else{if(c===h)return p?NaN:(C?-1:1)*(1/0);p=p+Math.pow(2,r),c=c-b}return(C?-1:1)*p*Math.pow(2,c-r)},Es.write=function(o,i,a,r,s,c){var p,f,h,b=c*8-s-1,g=(1<<b)-1,v=g>>1,y=s===23?Math.pow(2,-24)-Math.pow(2,-77):0,C=r?0:c-1,E=r?1:-1,S=i<0||i===0&&1/i<0?1:0;for(i=Math.abs(i),isNaN(i)||i===1/0?(f=isNaN(i)?1:0,p=g):(p=Math.floor(Math.log(i)/Math.LN2),i*(h=Math.pow(2,-p))<1&&(p--,h*=2),p+v>=1?i+=y/h:i+=y*Math.pow(2,1-v),i*h>=2&&(p++,h/=2),p+v>=g?(f=0,p=g):p+v>=1?(f=(i*h-1)*Math.pow(2,s),p=p+v):(f=i*Math.pow(2,v-1)*Math.pow(2,s),p=0));s>=8;o[a+C]=f&255,C+=E,f/=256,s-=8);for(p=p<<s|f,b+=s;b>0;o[a+C]=p&255,C+=E,p/=256,b-=8);o[a+C-E]|=S*128};/*!
26
+ })));`),y.write(`newResult[${la(x)}] = ${T}.value`)}y.write("payload.value = newResult;"),y.write("return payload;");const k=y.compile();return(x,T)=>k(v,x,T)};let s;const c=hs,p=!Z2.jitless,h=p&&P6.value,{catchall:b}=i;let g;o._zod.parse=(v,y)=>{g??(g=a.value);const C=v.value;if(!c(C))return v.issues.push({expected:"object",code:"invalid_type",input:C,inst:o}),v;const E=[];if(p&&h&&(y==null?void 0:y.async)===!1&&y.jitless!==!0)s||(s=r(i.shape)),v=s(v,y);else{v.value={};const T=g.shape;for(const A of g.keys){const D=T[A],P=D._zod.run({value:C[A],issues:[]},y),R=D._zod.optin==="optional"&&D._zod.optout==="optional";P instanceof Promise?E.push(P.then(M=>R?pu(M,v,A,C):Tr(M,v,A))):R?pu(P,v,A,C):Tr(P,v,A)}}if(!b)return E.length?Promise.all(E).then(()=>v):v;const S=[],I=g.keySet,k=b._zod,x=k.def.type;for(const T of Object.keys(C)){if(I.has(T))continue;if(x==="never"){S.push(T);continue}const A=k.run({value:C[T],issues:[]},y);A instanceof Promise?E.push(A.then(D=>Tr(D,v,T))):Tr(A,v,T)}return S.length&&v.issues.push({code:"unrecognized_keys",keys:S,input:C,inst:o}),E.length?Promise.all(E).then(()=>v):v}});function uu(o,i,a,r){for(const s of o)if(s.issues.length===0)return i.value=s.value,i;return i.issues.push({code:"invalid_union",input:i.value,inst:a,errors:o.map(s=>s.issues.map(c=>Ei(c,r,Ai())))}),i}const g7=fe("$ZodUnion",(o,i)=>{Ct.init(o,i),St(o._zod,"values",()=>{if(i.options.every(a=>a._zod.values))return new Set(i.options.flatMap(a=>Array.from(a._zod.values)))}),St(o._zod,"pattern",()=>{if(i.options.every(a=>a._zod.pattern)){const a=i.options.map(r=>r._zod.pattern);return new RegExp(`^(${a.map(r=>fs(r.source)).join("|")})$`)}}),o._zod.parse=(a,r)=>{let s=!1;const c=[];for(const p of i.options){const f=p._zod.run({value:a.value,issues:[]},r);if(f instanceof Promise)c.push(f),s=!0;else{if(f.issues.length===0)return f;c.push(f)}}return s?Promise.all(c).then(p=>uu(p,a,o,r)):uu(c,a,o,r)}}),y7=fe("$ZodIntersection",(o,i)=>{Ct.init(o,i),o._zod.parse=(a,r)=>{const{value:s}=a,c=i.left._zod.run({value:s,issues:[]},r),p=i.right._zod.run({value:s,issues:[]},r);return c instanceof Promise||p instanceof Promise?Promise.all([c,p]).then(([h,b])=>fu(a,h,b)):fu(a,c,p)}});function vs(o,i){if(o===i)return{valid:!0,data:o};if(o instanceof Date&&i instanceof Date&&+o==+i)return{valid:!0,data:o};if(bs(o)&&bs(i)){const a=Object.keys(i),r=Object.keys(o).filter(c=>a.indexOf(c)!==-1),s={...o,...i};for(const c of r){const p=vs(o[c],i[c]);if(!p.valid)return{valid:!1,mergeErrorPath:[c,...p.mergeErrorPath]};s[c]=p.data}return{valid:!0,data:s}}if(Array.isArray(o)&&Array.isArray(i)){if(o.length!==i.length)return{valid:!1,mergeErrorPath:[]};const a=[];for(let r=0;r<o.length;r++){const s=o[r],c=i[r],p=vs(s,c);if(!p.valid)return{valid:!1,mergeErrorPath:[r,...p.mergeErrorPath]};a.push(p.data)}return{valid:!0,data:a}}return{valid:!1,mergeErrorPath:[]}}function fu(o,i,a){if(i.issues.length&&o.issues.push(...i.issues),a.issues.length&&o.issues.push(...a.issues),sa(o))return o;const r=vs(i.value,a.value);if(!r.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(r.mergeErrorPath)}`);return o.value=r.data,o}const v7=fe("$ZodRecord",(o,i)=>{Ct.init(o,i),o._zod.parse=(a,r)=>{const s=a.value;if(!bs(s))return a.issues.push({expected:"record",code:"invalid_type",input:s,inst:o}),a;const c=[];if(i.keyType._zod.values){const p=i.keyType._zod.values;a.value={};for(const h of p)if(typeof h=="string"||typeof h=="number"||typeof h=="symbol"){const b=i.valueType._zod.run({value:s[h],issues:[]},r);b instanceof Promise?c.push(b.then(g=>{g.issues.length&&a.issues.push(...Yi(h,g.issues)),a.value[h]=g.value})):(b.issues.length&&a.issues.push(...Yi(h,b.issues)),a.value[h]=b.value)}let f;for(const h in s)p.has(h)||(f=f??[],f.push(h));f&&f.length>0&&a.issues.push({code:"unrecognized_keys",input:s,inst:o,keys:f})}else{a.value={};for(const p of Reflect.ownKeys(s)){if(p==="__proto__")continue;const f=i.keyType._zod.run({value:p,issues:[]},r);if(f instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(f.issues.length){a.issues.push({origin:"record",code:"invalid_key",issues:f.issues.map(b=>Ei(b,r,Ai())),input:p,path:[p],inst:o}),a.value[f.value]=f.value;continue}const h=i.valueType._zod.run({value:s[p],issues:[]},r);h instanceof Promise?c.push(h.then(b=>{b.issues.length&&a.issues.push(...Yi(p,b.issues)),a.value[f.value]=b.value})):(h.issues.length&&a.issues.push(...Yi(p,h.issues)),a.value[f.value]=h.value)}}return c.length?Promise.all(c).then(()=>a):a}}),w7=fe("$ZodEnum",(o,i)=>{Ct.init(o,i);const a=B6(i.entries);o._zod.values=new Set(a),o._zod.pattern=new RegExp(`^(${a.filter(r=>$6.has(typeof r)).map(r=>typeof r=="string"?Sr(r):r.toString()).join("|")})$`),o._zod.parse=(r,s)=>{const c=r.value;return o._zod.values.has(c)||r.issues.push({code:"invalid_value",values:a,input:c,inst:o}),r}}),C7=fe("$ZodTransform",(o,i)=>{Ct.init(o,i),o._zod.parse=(a,r)=>{const s=i.transform(a.value,a);if(r.async)return(s instanceof Promise?s:Promise.resolve(s)).then(p=>(a.value=p,a));if(s instanceof Promise)throw new ra;return a.value=s,a}}),k7=fe("$ZodOptional",(o,i)=>{Ct.init(o,i),o._zod.optin="optional",o._zod.optout="optional",St(o._zod,"values",()=>i.innerType._zod.values?new Set([...i.innerType._zod.values,void 0]):void 0),St(o._zod,"pattern",()=>{const a=i.innerType._zod.pattern;return a?new RegExp(`^(${fs(a.source)})?$`):void 0}),o._zod.parse=(a,r)=>a.value===void 0?a:i.innerType._zod.run(a,r)}),x7=fe("$ZodNullable",(o,i)=>{Ct.init(o,i),St(o._zod,"optin",()=>i.innerType._zod.optin),St(o._zod,"optout",()=>i.innerType._zod.optout),St(o._zod,"pattern",()=>{const a=i.innerType._zod.pattern;return a?new RegExp(`^(${fs(a.source)}|null)$`):void 0}),St(o._zod,"values",()=>i.innerType._zod.values?new Set([...i.innerType._zod.values,null]):void 0),o._zod.parse=(a,r)=>a.value===null?a:i.innerType._zod.run(a,r)}),_7=fe("$ZodDefault",(o,i)=>{Ct.init(o,i),o._zod.optin="optional",St(o._zod,"values",()=>i.innerType._zod.values),o._zod.parse=(a,r)=>{if(a.value===void 0)return a.value=i.defaultValue,a;const s=i.innerType._zod.run(a,r);return s instanceof Promise?s.then(c=>mu(c,i)):mu(s,i)}});function mu(o,i){return o.value===void 0&&(o.value=i.defaultValue),o}const I7=fe("$ZodPrefault",(o,i)=>{Ct.init(o,i),o._zod.optin="optional",St(o._zod,"values",()=>i.innerType._zod.values),o._zod.parse=(a,r)=>(a.value===void 0&&(a.value=i.defaultValue),i.innerType._zod.run(a,r))}),S7=fe("$ZodNonOptional",(o,i)=>{Ct.init(o,i),St(o._zod,"values",()=>{const a=i.innerType._zod.values;return a?new Set([...a].filter(r=>r!==void 0)):void 0}),o._zod.parse=(a,r)=>{const s=i.innerType._zod.run(a,r);return s instanceof Promise?s.then(c=>hu(c,o)):hu(s,o)}});function hu(o,i){return!o.issues.length&&o.value===void 0&&o.issues.push({code:"invalid_type",expected:"nonoptional",input:o.value,inst:i}),o}const A7=fe("$ZodCatch",(o,i)=>{Ct.init(o,i),St(o._zod,"optin",()=>i.innerType._zod.optin),St(o._zod,"optout",()=>i.innerType._zod.optout),St(o._zod,"values",()=>i.innerType._zod.values),o._zod.parse=(a,r)=>{const s=i.innerType._zod.run(a,r);return s instanceof Promise?s.then(c=>(a.value=c.value,c.issues.length&&(a.value=i.catchValue({...a,error:{issues:c.issues.map(p=>Ei(p,r,Ai()))},input:a.value}),a.issues=[]),a)):(a.value=s.value,s.issues.length&&(a.value=i.catchValue({...a,error:{issues:s.issues.map(c=>Ei(c,r,Ai()))},input:a.value}),a.issues=[]),a)}}),E7=fe("$ZodPipe",(o,i)=>{Ct.init(o,i),St(o._zod,"values",()=>i.in._zod.values),St(o._zod,"optin",()=>i.in._zod.optin),St(o._zod,"optout",()=>i.out._zod.optout),o._zod.parse=(a,r)=>{const s=i.in._zod.run(a,r);return s instanceof Promise?s.then(c=>bu(c,i,r)):bu(s,i,r)}});function bu(o,i,a){return sa(o)?o:i.out._zod.run({value:o.value,issues:o.issues},a)}const T7=fe("$ZodReadonly",(o,i)=>{Ct.init(o,i),St(o._zod,"propValues",()=>i.innerType._zod.propValues),St(o._zod,"optin",()=>i.innerType._zod.optin),St(o._zod,"optout",()=>i.innerType._zod.optout),o._zod.parse=(a,r)=>{const s=i.innerType._zod.run(a,r);return s instanceof Promise?s.then(gu):gu(s)}});function gu(o){return o.value=Object.freeze(o.value),o}const D7=fe("$ZodCustom",(o,i)=>{co.init(o,i),Ct.init(o,i),o._zod.parse=(a,r)=>a,o._zod.check=a=>{const r=a.value,s=i.fn(r);if(s instanceof Promise)return s.then(c=>yu(c,a,r,o));yu(s,a,r,o)}});function yu(o,i,a,r){if(!o){const s={code:"custom",input:a,inst:r,path:[...r._zod.def.path??[]],continue:!r._zod.def.abort};r._zod.def.params&&(s.params=r._zod.def.params),i.issues.push(ca(s))}}class O7{constructor(){this._map=new WeakMap,this._idmap=new Map}add(i,...a){const r=a[0];if(this._map.set(i,r),r&&typeof r=="object"&&"id"in r){if(this._idmap.has(r.id))throw new Error(`ID ${r.id} already exists in the registry`);this._idmap.set(r.id,i)}return this}remove(i){return this._map.delete(i),this}get(i){const a=i._zod.parent;if(a){const r={...this.get(a)??{}};return delete r.id,{...r,...this._map.get(i)}}return this._map.get(i)}has(i){return this._map.has(i)}}function R7(){return new O7}const Dr=R7();function B7(o,i){return new o({type:"string",...qe(i)})}function L7(o,i){return new o({type:"string",format:"email",check:"string_format",abort:!1,...qe(i)})}function vu(o,i){return new o({type:"string",format:"guid",check:"string_format",abort:!1,...qe(i)})}function N7(o,i){return new o({type:"string",format:"uuid",check:"string_format",abort:!1,...qe(i)})}function P7(o,i){return new o({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...qe(i)})}function $7(o,i){return new o({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...qe(i)})}function M7(o,i){return new o({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...qe(i)})}function q7(o,i){return new o({type:"string",format:"url",check:"string_format",abort:!1,...qe(i)})}function j7(o,i){return new o({type:"string",format:"emoji",check:"string_format",abort:!1,...qe(i)})}function F7(o,i){return new o({type:"string",format:"nanoid",check:"string_format",abort:!1,...qe(i)})}function V7(o,i){return new o({type:"string",format:"cuid",check:"string_format",abort:!1,...qe(i)})}function U7(o,i){return new o({type:"string",format:"cuid2",check:"string_format",abort:!1,...qe(i)})}function z7(o,i){return new o({type:"string",format:"ulid",check:"string_format",abort:!1,...qe(i)})}function H7(o,i){return new o({type:"string",format:"xid",check:"string_format",abort:!1,...qe(i)})}function W7(o,i){return new o({type:"string",format:"ksuid",check:"string_format",abort:!1,...qe(i)})}function Z7(o,i){return new o({type:"string",format:"ipv4",check:"string_format",abort:!1,...qe(i)})}function Y7(o,i){return new o({type:"string",format:"ipv6",check:"string_format",abort:!1,...qe(i)})}function K7(o,i){return new o({type:"string",format:"cidrv4",check:"string_format",abort:!1,...qe(i)})}function G7(o,i){return new o({type:"string",format:"cidrv6",check:"string_format",abort:!1,...qe(i)})}function X7(o,i){return new o({type:"string",format:"base64",check:"string_format",abort:!1,...qe(i)})}function Q7(o,i){return new o({type:"string",format:"base64url",check:"string_format",abort:!1,...qe(i)})}function J7(o,i){return new o({type:"string",format:"e164",check:"string_format",abort:!1,...qe(i)})}function eg(o,i){return new o({type:"string",format:"jwt",check:"string_format",abort:!1,...qe(i)})}function tg(o,i){return new o({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...qe(i)})}function og(o,i){return new o({type:"string",format:"date",check:"string_format",...qe(i)})}function ig(o,i){return new o({type:"string",format:"time",check:"string_format",precision:null,...qe(i)})}function ng(o,i){return new o({type:"string",format:"duration",check:"string_format",...qe(i)})}function ag(o,i){return new o({type:"number",checks:[],...qe(i)})}function rg(o,i){return new o({type:"number",check:"number_format",abort:!1,format:"safeint",...qe(i)})}function lg(o,i){return new o({type:"boolean",...qe(i)})}function sg(o){return new o({type:"any"})}function cg(o){return new o({type:"unknown"})}function dg(o,i){return new o({type:"never",...qe(i)})}function wu(o,i){return new ru({check:"less_than",...qe(i),value:o,inclusive:!1})}function ws(o,i){return new ru({check:"less_than",...qe(i),value:o,inclusive:!0})}function Cu(o,i){return new lu({check:"greater_than",...qe(i),value:o,inclusive:!1})}function Cs(o,i){return new lu({check:"greater_than",...qe(i),value:o,inclusive:!0})}function ku(o,i){return new I8({check:"multiple_of",...qe(i),value:o})}function xu(o,i){return new A8({check:"max_length",...qe(i),maximum:o})}function Or(o,i){return new E8({check:"min_length",...qe(i),minimum:o})}function _u(o,i){return new T8({check:"length_equals",...qe(i),length:o})}function pg(o,i){return new D8({check:"string_format",format:"regex",...qe(i),pattern:o})}function ug(o){return new O8({check:"string_format",format:"lowercase",...qe(o)})}function fg(o){return new R8({check:"string_format",format:"uppercase",...qe(o)})}function mg(o,i){return new B8({check:"string_format",format:"includes",...qe(i),includes:o})}function hg(o,i){return new L8({check:"string_format",format:"starts_with",...qe(i),prefix:o})}function bg(o,i){return new N8({check:"string_format",format:"ends_with",...qe(i),suffix:o})}function da(o){return new P8({check:"overwrite",tx:o})}function gg(o){return da(i=>i.normalize(o))}function yg(){return da(o=>o.trim())}function vg(){return da(o=>o.toLowerCase())}function wg(){return da(o=>o.toUpperCase())}function Cg(o,i,a){return new o({type:"array",element:i,...qe(a)})}function kg(o,i,a){return new o({type:"custom",check:"custom",fn:i,...qe(a)})}const xg=fe("ZodISODateTime",(o,i)=>{G8.init(o,i),_t.init(o,i)});function _g(o){return tg(xg,o)}const Ig=fe("ZodISODate",(o,i)=>{X8.init(o,i),_t.init(o,i)});function Sg(o){return og(Ig,o)}const Ag=fe("ZodISOTime",(o,i)=>{Q8.init(o,i),_t.init(o,i)});function Eg(o){return ig(Ag,o)}const Tg=fe("ZodISODuration",(o,i)=>{J8.init(o,i),_t.init(o,i)});function Dg(o){return ng(Tg,o)}const Rr=fe("ZodError",(o,i)=>{X2.init(o,i),o.name="ZodError",Object.defineProperties(o,{format:{value:a=>Z6(o,a)},flatten:{value:a=>W6(o,a)},addIssue:{value:a=>o.issues.push(a)},addIssues:{value:a=>o.issues.push(...a)},isEmpty:{get(){return o.issues.length===0}}})},{Parent:Error}),Og=Y6(Rr),Rg=K6(Rr),Bg=J2(Rr),Lg=eu(Rr),At=fe("ZodType",(o,i)=>(Ct.init(o,i),o.def=i,Object.defineProperty(o,"_def",{value:i}),o.check=(...a)=>o.clone({...i,checks:[...i.checks??[],...a.map(r=>typeof r=="function"?{_zod:{check:r,def:{check:"custom"},onattach:[]}}:r)]}),o.clone=(a,r)=>Zi(o,a,r),o.brand=()=>o,o.register=(a,r)=>(a.add(o,r),o),o.parse=(a,r)=>Og(o,a,r,{callee:o.parse}),o.safeParse=(a,r)=>Bg(o,a,r),o.parseAsync=async(a,r)=>Rg(o,a,r,{callee:o.parseAsync}),o.safeParseAsync=async(a,r)=>Lg(o,a,r),o.spa=o.safeParseAsync,o.refine=(a,r)=>o.check(Ay(a,r)),o.superRefine=a=>o.check(Ey(a)),o.overwrite=a=>o.check(da(a)),o.optional=()=>Ou(o),o.nullable=()=>Ru(o),o.nullish=()=>Ou(Ru(o)),o.nonoptional=a=>vy(o,a),o.array=()=>u(o),o.or=a=>sy([o,a]),o.and=a=>dy(o,a),o.transform=a=>Lu(o,fy(a)),o.default=a=>by(o,a),o.prefault=a=>yy(o,a),o.catch=a=>Cy(o,a),o.pipe=a=>Lu(o,a),o.readonly=()=>_y(o),o.describe=a=>{const r=o.clone();return Dr.add(r,{description:a}),r},Object.defineProperty(o,"description",{get(){var a;return(a=Dr.get(o))==null?void 0:a.description},configurable:!0}),o.meta=(...a)=>{if(a.length===0)return Dr.get(o);const r=o.clone();return Dr.add(r,a[0]),r},o.isOptional=()=>o.safeParse(void 0).success,o.isNullable=()=>o.safeParse(null).success,o)),Iu=fe("_ZodString",(o,i)=>{ys.init(o,i),At.init(o,i);const a=o._zod.bag;o.format=a.format??null,o.minLength=a.minimum??null,o.maxLength=a.maximum??null,o.regex=(...r)=>o.check(pg(...r)),o.includes=(...r)=>o.check(mg(...r)),o.startsWith=(...r)=>o.check(hg(...r)),o.endsWith=(...r)=>o.check(bg(...r)),o.min=(...r)=>o.check(Or(...r)),o.max=(...r)=>o.check(xu(...r)),o.length=(...r)=>o.check(_u(...r)),o.nonempty=(...r)=>o.check(Or(1,...r)),o.lowercase=r=>o.check(ug(r)),o.uppercase=r=>o.check(fg(r)),o.trim=()=>o.check(yg()),o.normalize=(...r)=>o.check(gg(...r)),o.toLowerCase=()=>o.check(vg()),o.toUpperCase=()=>o.check(wg())}),Ng=fe("ZodString",(o,i)=>{ys.init(o,i),Iu.init(o,i),o.email=a=>o.check(L7(Pg,a)),o.url=a=>o.check(q7($g,a)),o.jwt=a=>o.check(eg(Qg,a)),o.emoji=a=>o.check(j7(Mg,a)),o.guid=a=>o.check(vu(Su,a)),o.uuid=a=>o.check(N7(Br,a)),o.uuidv4=a=>o.check(P7(Br,a)),o.uuidv6=a=>o.check($7(Br,a)),o.uuidv7=a=>o.check(M7(Br,a)),o.nanoid=a=>o.check(F7(qg,a)),o.guid=a=>o.check(vu(Su,a)),o.cuid=a=>o.check(V7(jg,a)),o.cuid2=a=>o.check(U7(Fg,a)),o.ulid=a=>o.check(z7(Vg,a)),o.base64=a=>o.check(X7(Kg,a)),o.base64url=a=>o.check(Q7(Gg,a)),o.xid=a=>o.check(H7(Ug,a)),o.ksuid=a=>o.check(W7(zg,a)),o.ipv4=a=>o.check(Z7(Hg,a)),o.ipv6=a=>o.check(Y7(Wg,a)),o.cidrv4=a=>o.check(K7(Zg,a)),o.cidrv6=a=>o.check(G7(Yg,a)),o.e164=a=>o.check(J7(Xg,a)),o.datetime=a=>o.check(_g(a)),o.date=a=>o.check(Sg(a)),o.time=a=>o.check(Eg(a)),o.duration=a=>o.check(Dg(a))});function e(o){return B7(Ng,o)}const _t=fe("ZodStringFormat",(o,i)=>{kt.init(o,i),Iu.init(o,i)}),Pg=fe("ZodEmail",(o,i)=>{F8.init(o,i),_t.init(o,i)}),Su=fe("ZodGUID",(o,i)=>{q8.init(o,i),_t.init(o,i)}),Br=fe("ZodUUID",(o,i)=>{j8.init(o,i),_t.init(o,i)}),$g=fe("ZodURL",(o,i)=>{V8.init(o,i),_t.init(o,i)}),Mg=fe("ZodEmoji",(o,i)=>{U8.init(o,i),_t.init(o,i)}),qg=fe("ZodNanoID",(o,i)=>{z8.init(o,i),_t.init(o,i)}),jg=fe("ZodCUID",(o,i)=>{H8.init(o,i),_t.init(o,i)}),Fg=fe("ZodCUID2",(o,i)=>{W8.init(o,i),_t.init(o,i)}),Vg=fe("ZodULID",(o,i)=>{Z8.init(o,i),_t.init(o,i)}),Ug=fe("ZodXID",(o,i)=>{Y8.init(o,i),_t.init(o,i)}),zg=fe("ZodKSUID",(o,i)=>{K8.init(o,i),_t.init(o,i)}),Hg=fe("ZodIPv4",(o,i)=>{e7.init(o,i),_t.init(o,i)}),Wg=fe("ZodIPv6",(o,i)=>{t7.init(o,i),_t.init(o,i)}),Zg=fe("ZodCIDRv4",(o,i)=>{o7.init(o,i),_t.init(o,i)}),Yg=fe("ZodCIDRv6",(o,i)=>{i7.init(o,i),_t.init(o,i)}),Kg=fe("ZodBase64",(o,i)=>{n7.init(o,i),_t.init(o,i)}),Gg=fe("ZodBase64URL",(o,i)=>{r7.init(o,i),_t.init(o,i)}),Xg=fe("ZodE164",(o,i)=>{l7.init(o,i),_t.init(o,i)}),Qg=fe("ZodJWT",(o,i)=>{c7.init(o,i),_t.init(o,i)}),Au=fe("ZodNumber",(o,i)=>{cu.init(o,i),At.init(o,i),o.gt=(r,s)=>o.check(Cu(r,s)),o.gte=(r,s)=>o.check(Cs(r,s)),o.min=(r,s)=>o.check(Cs(r,s)),o.lt=(r,s)=>o.check(wu(r,s)),o.lte=(r,s)=>o.check(ws(r,s)),o.max=(r,s)=>o.check(ws(r,s)),o.int=r=>o.check(Eu(r)),o.safe=r=>o.check(Eu(r)),o.positive=r=>o.check(Cu(0,r)),o.nonnegative=r=>o.check(Cs(0,r)),o.negative=r=>o.check(wu(0,r)),o.nonpositive=r=>o.check(ws(0,r)),o.multipleOf=(r,s)=>o.check(ku(r,s)),o.step=(r,s)=>o.check(ku(r,s)),o.finite=()=>o;const a=o._zod.bag;o.minValue=Math.max(a.minimum??Number.NEGATIVE_INFINITY,a.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,o.maxValue=Math.min(a.maximum??Number.POSITIVE_INFINITY,a.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,o.isInt=(a.format??"").includes("int")||Number.isSafeInteger(a.multipleOf??.5),o.isFinite=!0,o.format=a.format??null});function d(o){return ag(Au,o)}const Jg=fe("ZodNumberFormat",(o,i)=>{d7.init(o,i),Au.init(o,i)});function Eu(o){return rg(Jg,o)}const ey=fe("ZodBoolean",(o,i)=>{p7.init(o,i),At.init(o,i)});function m(o){return lg(ey,o)}const ty=fe("ZodAny",(o,i)=>{u7.init(o,i),At.init(o,i)});function ke(){return sg(ty)}const oy=fe("ZodUnknown",(o,i)=>{f7.init(o,i),At.init(o,i)});function Tu(){return cg(oy)}const iy=fe("ZodNever",(o,i)=>{m7.init(o,i),At.init(o,i)});function ny(o){return dg(iy,o)}const ay=fe("ZodArray",(o,i)=>{h7.init(o,i),At.init(o,i),o.element=i.element,o.min=(a,r)=>o.check(Or(a,r)),o.nonempty=a=>o.check(Or(1,a)),o.max=(a,r)=>o.check(xu(a,r)),o.length=(a,r)=>o.check(_u(a,r)),o.unwrap=()=>o.element});function u(o,i){return Cg(ay,o,i)}const ry=fe("ZodObject",(o,i)=>{b7.init(o,i),At.init(o,i),St(o,"shape",()=>Object.fromEntries(Object.entries(o._zod.def.shape))),o.keyof=()=>G(Object.keys(o._zod.def.shape)),o.catchall=a=>o.clone({...o._zod.def,catchall:a}),o.passthrough=()=>o.clone({...o._zod.def,catchall:Tu()}),o.loose=()=>o.clone({...o._zod.def,catchall:Tu()}),o.strict=()=>o.clone({...o._zod.def,catchall:ny()}),o.strip=()=>o.clone({...o._zod.def,catchall:void 0}),o.extend=a=>V6(o,a),o.merge=a=>U6(o,a),o.pick=a=>j6(o,a),o.omit=a=>F6(o,a),o.partial=(...a)=>z6(Du,o,a[0]),o.required=(...a)=>H6(Bu,o,a[0])});function n(o,i){const a={type:"object",get shape(){return ms(this,"shape",{...o}),this.shape},...qe(i)};return new ry(a)}const ly=fe("ZodUnion",(o,i)=>{g7.init(o,i),At.init(o,i),o.options=i.options});function sy(o,i){return new ly({type:"union",options:o,...qe(i)})}const cy=fe("ZodIntersection",(o,i)=>{y7.init(o,i),At.init(o,i)});function dy(o,i){return new cy({type:"intersection",left:o,right:i})}const py=fe("ZodRecord",(o,i)=>{v7.init(o,i),At.init(o,i),o.keyType=i.keyType,o.valueType=i.valueType});function O(o,i,a){return new py({type:"record",keyType:o,valueType:i,...qe(a)})}const ks=fe("ZodEnum",(o,i)=>{w7.init(o,i),At.init(o,i),o.enum=i.entries,o.options=Object.values(i.entries);const a=new Set(Object.keys(i.entries));o.extract=(r,s)=>{const c={};for(const p of r)if(a.has(p))c[p]=i.entries[p];else throw new Error(`Key ${p} not found in enum`);return new ks({...i,checks:[],...qe(s),entries:c})},o.exclude=(r,s)=>{const c={...i.entries};for(const p of r)if(a.has(p))delete c[p];else throw new Error(`Key ${p} not found in enum`);return new ks({...i,checks:[],...qe(s),entries:c})}});function G(o,i){const a=Array.isArray(o)?Object.fromEntries(o.map(r=>[r,r])):o;return new ks({type:"enum",entries:a,...qe(i)})}const uy=fe("ZodTransform",(o,i)=>{C7.init(o,i),At.init(o,i),o._zod.parse=(a,r)=>{a.addIssue=c=>{if(typeof c=="string")a.issues.push(ca(c,a.value,i));else{const p=c;p.fatal&&(p.continue=!1),p.code??(p.code="custom"),p.input??(p.input=a.value),p.inst??(p.inst=o),p.continue??(p.continue=!0),a.issues.push(ca(p))}};const s=i.transform(a.value,a);return s instanceof Promise?s.then(c=>(a.value=c,a)):(a.value=s,a)}});function fy(o){return new uy({type:"transform",transform:o})}const Du=fe("ZodOptional",(o,i)=>{k7.init(o,i),At.init(o,i),o.unwrap=()=>o._zod.def.innerType});function Ou(o){return new Du({type:"optional",innerType:o})}const my=fe("ZodNullable",(o,i)=>{x7.init(o,i),At.init(o,i),o.unwrap=()=>o._zod.def.innerType});function Ru(o){return new my({type:"nullable",innerType:o})}const hy=fe("ZodDefault",(o,i)=>{_7.init(o,i),At.init(o,i),o.unwrap=()=>o._zod.def.innerType,o.removeDefault=o.unwrap});function by(o,i){return new hy({type:"default",innerType:o,get defaultValue(){return typeof i=="function"?i():i}})}const gy=fe("ZodPrefault",(o,i)=>{I7.init(o,i),At.init(o,i),o.unwrap=()=>o._zod.def.innerType});function yy(o,i){return new gy({type:"prefault",innerType:o,get defaultValue(){return typeof i=="function"?i():i}})}const Bu=fe("ZodNonOptional",(o,i)=>{S7.init(o,i),At.init(o,i),o.unwrap=()=>o._zod.def.innerType});function vy(o,i){return new Bu({type:"nonoptional",innerType:o,...qe(i)})}const wy=fe("ZodCatch",(o,i)=>{A7.init(o,i),At.init(o,i),o.unwrap=()=>o._zod.def.innerType,o.removeCatch=o.unwrap});function Cy(o,i){return new wy({type:"catch",innerType:o,catchValue:typeof i=="function"?i:()=>i})}const ky=fe("ZodPipe",(o,i)=>{E7.init(o,i),At.init(o,i),o.in=i.in,o.out=i.out});function Lu(o,i){return new ky({type:"pipe",in:o,out:i})}const xy=fe("ZodReadonly",(o,i)=>{T7.init(o,i),At.init(o,i)});function _y(o){return new xy({type:"readonly",innerType:o})}const Iy=fe("ZodCustom",(o,i)=>{D7.init(o,i),At.init(o,i)});function Sy(o,i){const a=new co({check:"custom",...qe(i)});return a._zod.check=o,a}function Ay(o,i={}){return kg(Iy,o,i)}function Ey(o,i){const a=Sy(r=>(r.addIssue=s=>{if(typeof s=="string")r.issues.push(ca(s,r.value,a._zod.def));else{const c=s;c.fatal&&(c.continue=!1),c.code??(c.code="custom"),c.input??(c.input=r.value),c.inst??(c.inst=a),c.continue??(c.continue=!a._zod.def.abort),r.issues.push(ca(c))}},o(r.value,r)),i);return a}function Ty(){if(typeof window>"u"||typeof document>"u")return()=>{};const o=window._SVG_SPRITE_IDS_=window._SVG_SPRITE_IDS_||[],i=document.createElementNS("http://www.w3.org/2000/svg","svg");i.style.position="absolute",i.style.width="0",i.style.height="0";function a(){document.body.insertBefore(i,document.body.firstChild)}return document.readyState==="loading"?document.addEventListener("DOMContentLoaded",a):a(),function(s,c){(o.indexOf(c)>-1||document.getElementById(c))&&console.warn(`Icon #${c} was duplicately registered. It must be globally unique.`),o.push(c),i.insertAdjacentHTML("beforeend",s)}}const J=Ty();J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="account"><path fill-rule="evenodd" d="M12 14a4 4 0 1 0 0-8 4 4 0 0 0 0 8m0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4" clip-rule="evenodd" /><path fill-rule="evenodd" d="M14.204 21.756C18.666 20.753 22 16.766 22 12c0-5.523-4.477-10-10-10S2 6.477 2 12c0 4.766 3.334 8.753 7.796 9.756A10 10 0 0 0 12 22c.778 0 1.521-.086 2.204-.244m3.567-4.216a8 8 0 1 0-11.543 0C6.945 16.074 9.258 15 12 15s5.056 1.074 5.771 2.54m-3.952 2.252a5.3 5.3 0 0 0 1.416-.545c.361-.21.57-.414.674-.559a.6.6 0 0 0 .082-.145A.1.1 0 0 0 16 18.5c0-.006 0-.019-.01-.043a.6.6 0 0 0-.08-.145c-.106-.145-.314-.349-.675-.56C14.505 17.328 13.366 17 12 17s-2.506.327-3.235.753c-.361.21-.57.414-.674.559a.6.6 0 0 0-.082.145A.1.1 0 0 0 8 18.5c0 .006 0 .019.01.043.008.027.03.076.08.145.106.145.314.349.675.56a5.3 5.3 0 0 0 1.415.544 8 8 0 0 0 3.64 0" clip-rule="evenodd" /></symbol>',"account");const Dy="account";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="add-contact"><path d="M10 15c1.802 0 3.482.424 4.746 1.161 1.24.723 2.254 1.87 2.254 3.339a1 1 0 1 1-2 0c0-.463-.329-1.068-1.26-1.611-.908-.53-2.228-.889-3.74-.889-1.511 0-2.83.36-3.738.889C5.33 18.432 5 19.037 5 19.5a1 1 0 1 1-2 0c0-1.47 1.014-2.616 2.254-3.339C6.518 15.424 8.198 15 10 15m0-9a4 4 0 1 1 0 8 4 4 0 0 1 0-8m0 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4m8-5a1 1 0 0 1 1 1v1h1a1 1 0 1 1 0 2h-1v1a1 1 0 1 1-2 0V7h-1a1 1 0 1 1 0-2h1V4a1 1 0 0 1 1-1" /></symbol>',"add-contact");const Oy="add-contact";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="add-filter"><path d="M13 8a1 1 0 1 0-2 0v3H8a1 1 0 1 0 0 2h3v3a1 1 0 1 0 2 0v-3h3a1 1 0 1 0 0-2h-3z" /><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-2 0a8 8 0 1 1-16 0 8 8 0 0 1 16 0" clip-rule="evenodd" /></symbol>',"add-filter");const Ry="add-filter";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="adfs"><path fill="#00BEF2" d="M11.713 9.958v3.02c0 2.447-.015 3.036-.087 3.1-.06.049-.223-.022-.7-.296-1.728-.995-2.886-1.726-2.89-1.846 0-.053 0-.214.004-.357a1.7 1.7 0 0 0-.106-.566 3 3 0 0 1-.117-.345c0-.064 3.453-3.175 3.521-3.175.02 0 .11.105.205.233zM15.919 13.83c-.027.106-.454.39-2.743 1.817-.423.266-.786.484-.794.476-.102 0-.125-.458-.14-3.16l-.015-3.016.352-.233c.193-.127.378-.232.416-.232.106 0 .563.499 1.815 1.966l1.165 1.373-.015.447a4 4 0 0 1-.042.563" /><path fill="#00BEF2" fill-rule="evenodd" d="M12.064 2.075C12.03 2.026 12.011 2 11.99 2q-.024.001-.042.064c-.011.041-2.243 2.698-4.973 5.91A820 820 0 0 0 2 13.856c-.011.026 2.209 1.842 4.928 4.041 2.72 2.199 4.974 4.026 5.012 4.064.063.063.071.056.243-.081l.006-.006c.098-.082 2.349-1.902 4.993-4.037 2.643-2.135 4.814-3.902 4.818-3.917.011-.015-2.213-2.672-4.936-5.899a1192 1192 0 0 1-5-5.947m-1.282 16.014c.155.3.53.616.84.728.303.113.522.113.889.008.355-.105.768-.45.934-.796.147-.311.163-.81.03-1.13-.136-.322-.117-.4.152-.618.438-.35 2.409-1.692 2.537-1.722.076-.023.258.04.492.168.314.173.427.203.726.203.427 0 .662-.09.983-.375.454-.41.64-1.088.428-1.591-.333-.784-1.173-1.133-1.967-.822a2 2 0 0 1-.404.117c-.053 0-.216-.132-.36-.297-.817-.942-2.36-2.792-2.45-2.945-.11-.173-.11-.18.003-.466.42-1.032-.355-2.187-1.467-2.187-.473 0-.719.079-1.052.337-.609.477-.786 1.272-.438 1.99l.17.356-.571.54c-.829.78-2.546 2.334-2.758 2.491-.181.135-.189.135-.476.042-.53-.173-1.078-.038-1.49.371-.307.3-.401.544-.401 1.017 0 .488.11.728.476 1.066.511.469 1.165.514 1.79.12.192-.12.298-.158.362-.12l.095.05c.223.121.806.436 1.456.783.802.427 1.51.821 1.57.863.106.078.106.09-.06.427-.216.454-.232 1.028-.039 1.392" clip-rule="evenodd" /></symbol>',"adfs");const By="adfs";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="agent"><path d="M6.59 9.004a5.502 5.502 0 0 1 10.82 0A1 1 0 1 0 18.5 10a6.5 6.5 0 1 0-13 0c0 .549.107 1.379.45 2.091.347.725.987 1.409 2.05 1.409a.5.5 0 0 0 0-1c-.537 0-.897-.316-1.15-.841a3.4 3.4 0 0 1-.23-.666 1 1 0 0 0-.03-1.989M8.261 17.889C7.33 18.433 7 19.037 7 19.5a1 1 0 1 1-2 0c0-1.47 1.014-2.616 2.253-3.339C8.518 15.424 10.198 15 12 15s3.483.424 4.747 1.161C17.986 16.884 19 18.031 19 19.5a1 1 0 1 1-2 0c0-.463-.33-1.067-1.261-1.611C14.83 17.359 13.512 17 12 17s-2.831.36-3.739.889" /><path fill-rule="evenodd" d="M12 14a4 4 0 1 0 0-8 4 4 0 0 0 0 8m0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4" clip-rule="evenodd" /></symbol>',"agent");const Ly="agent";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="api"><path d="M12 2a2.636 2.636 0 0 0-2.637 2.636v.137a.35.35 0 0 1-.129.268 1 1 0 0 0-.158.055.35.35 0 0 1-.384-.067l-.043-.044a2.636 2.636 0 1 0-3.73 3.73l.044.043.007.008L5.5 7h.664a.64.64 0 0 1 .169-.6v-.001a.637.637 0 0 1 .901 0l.05.05.007.007c.252.246.554.431.885.544h1.518a1 1 0 0 0 .245-.07 2.35 2.35 0 0 0 1.424-2.15v-.144a.637.637 0 0 1 1.273 0v.143A2.35 2.35 0 0 0 14.06 6.93q.12.05.246.07h1.517a2.35 2.35 0 0 0 .885-.544l.008-.008.049-.05a.64.64 0 0 1 .694-.138.637.637 0 0 1 .376.74h2.014q.004-.075.004-.15a2.636 2.636 0 0 0-3.647-2.437c-.32.133-.611.327-.856.572l-.043.044a.35.35 0 0 1-.384.067 1 1 0 0 0-.158-.055.35.35 0 0 1-.13-.268v-.137A2.636 2.636 0 0 0 12 2M4.694 9.43a.4.4 0 0 0 .081-.014l-.711 2.37a.6.6 0 0 0-.06.198L3.3 14.338a2.635 2.635 0 0 1 1.337-4.909zM6.25 17H4.22a2.637 2.637 0 0 0 4.494 2.08l.044-.043a.35.35 0 0 1 .383-.068q.03.014.059.024a.35.35 0 0 1 .229.313v.058a2.636 2.636 0 0 0 2.57 2.635 2.636 2.636 0 0 0 2.571-2.635v-.059a.35.35 0 0 1 .23-.312l.058-.024a.35.35 0 0 1 .383.068l.044.043a2.64 2.64 0 0 0 2.875.573A2.64 2.64 0 0 0 19.779 17h-2.03a.64.64 0 0 1-.148.666.64.64 0 0 1-.901 0l-.058-.056a2.35 2.35 0 0 0-1.114-.61H14.47q-.2.046-.39.127a2.35 2.35 0 0 0-1.51 2.14v.097a.636.636 0 0 1-.57.633.636.636 0 0 1-.571-.633v-.097a2.35 2.35 0 0 0-1.51-2.14A2.4 2.4 0 0 0 9.53 17H8.471a2.35 2.35 0 0 0-1.114.61l-.058.057a.637.637 0 0 1-.9 0h-.001A.64.64 0 0 1 6.249 17M21.227 13.93c-.341.341-.766.58-1.227.694V9.507a2.636 2.636 0 0 1 1.227 4.423" /><path d="M7 8a1 1 0 0 1 .949.684l2 6a1 1 0 0 1-1.898.632L7 12.162l-1.051 3.154a1 1 0 0 1-1.898-.632l2-6A1 1 0 0 1 7 8" /><path fill-rule="evenodd" d="M11 9a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-2v2a1 1 0 1 1-2 0zm2 2h1v-1h-1z" clip-rule="evenodd" /><path d="M19 9a1 1 0 1 0-2 0v6a1 1 0 1 0 2 0z" /></symbol>',"api");const Ny="api";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="app-navigator"><path d="M5 6a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1zM5 11.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1zM5 17a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1zM16 6a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zM16 11.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zM16 17a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zM10.5 6a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zM10.5 11.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zM10.5 17a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1z" /></symbol>',"app-navigator");const Py="app-navigator";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="arrange"><path fill-rule="evenodd" d="M13 11h-2v2h2zm-2-2a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2zM6 11H4v2h2zM4 9a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2zM20 11h-2v2h2zm-2-2a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2zM6.707 2.293a1 1 0 0 1 0 1.414L6.414 4H17a3 3 0 0 1 3 3v2h-2V7a1 1 0 0 0-1-1H6.414l.293.293a1 1 0 0 1-1.414 1.414l-2-2a1 1 0 0 1 0-1.414l2-2a1 1 0 0 1 1.414 0M17.293 21.707a1 1 0 0 1 0-1.414l.293-.293H7a3 3 0 0 1-3-3v-2h2v2a1 1 0 0 0 1 1h10.586l-.293-.293a1 1 0 0 1 1.414-1.414l2 2a1 1 0 0 1 0 1.414l-2 2a1 1 0 0 1-1.414 0" clip-rule="evenodd" /></symbol>',"arrange");const $y="arrange";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="arrow-down"><path fill-rule="evenodd" d="M17.843 8.99a1.04 1.04 0 0 1-.331 1.43c-1.314.82-2.342 1.9-3.048 2.792a14 14 0 0 0-.791 1.106 9 9 0 0 0-.24.396l-.01.016v.002l-.065.12-.095.101c-.34.358-.797.547-1.263.547s-.924-.19-1.263-.547l-.095-.1-.065-.12v-.003l-.01-.016-.046-.08a13.615 13.615 0 0 0-.986-1.423c-.705-.89-1.733-1.97-3.047-2.791a1.04 1.04 0 0 1-.331-1.43 1.034 1.034 0 0 1 1.426-.333c1.58.988 2.778 2.257 3.574 3.264.358.45.64.855.843 1.167.204-.312.485-.716.842-1.167.797-1.007 1.995-2.276 3.575-3.264a1.034 1.034 0 0 1 1.426.332" clip-rule="evenodd" /></symbol>',"arrow-down");const My="arrow-down";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="arrow-left"><path fill-rule="evenodd" d="M15.01 6.157a1.04 1.04 0 0 0-1.43.331c-.82 1.314-1.9 2.342-2.792 3.048a14 14 0 0 1-1.423.986l-.079.045-.016.01h-.002l-.12.065-.101.095c-.358.34-.547.797-.547 1.263s.19.924.547 1.263l.1.095.12.065h.001l.002.001.016.01.08.045c.07.041.179.106.316.194.275.176.663.44 1.106.791.892.706 1.971 1.734 2.792 3.048a1.04 1.04 0 0 0 1.43.331c.487-.302.636-.94.333-1.426-.988-1.58-2.257-2.778-3.264-3.574-.45-.358-.855-.64-1.167-.843a16 16 0 0 0 1.167-.842c1.007-.797 2.276-1.995 3.264-3.575a1.034 1.034 0 0 0-.332-1.426" clip-rule="evenodd" /></symbol>',"arrow-left");const qy="arrow-left";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="arrow-mix"><path d="M17.104 4c0-.552.438-1 .98-1 .54 0 .978.448.978 1q-.001-.013.004.003c.009.03.043.15.171.361.151.25.376.534.64.804.265.27.543.5.787.654a1.4 1.4 0 0 0 .357.178c.54 0 .979.448.979 1a.99.99 0 0 1-.98 1q.014 0-.002.003c-.03.01-.146.044-.354.175a4.6 4.6 0 0 0-.787.654c-.264.27-.489.554-.64.804-.128.212-.162.33-.171.361q-.004.015-.004.003a.99.99 0 0 1-.979 1 .99.99 0 0 1-.979-1c0-.534.241-1.043.468-1.417a6 6 0 0 1 .398-.57 6.95 6.95 0 0 0-4.545 2.067 11 11 0 0 0-1.077-1.739 8.95 8.95 0 0 1 5.434-2.32A1 1 0 0 1 17.98 6a6 6 0 0 1-.407-.583c-.227-.374-.468-.883-.468-1.417M8.575 13.92A6.95 6.95 0 0 1 3.615 16H3a1 1 0 1 0 0 2h.615a8.95 8.95 0 0 0 6.037-2.341q-.615-.81-1.077-1.739" /><path d="M2 7a1 1 0 0 1 1-1h.615a8.95 8.95 0 0 1 8.313 5.629 6.95 6.95 0 0 0 6.041 4.359 6 6 0 0 1-.397-.571c-.227-.374-.468-.883-.468-1.417 0-.552.438-1 .98-1 .54 0 .978.448.978 1q-.001-.013.004.003c.009.03.043.15.171.361.151.25.376.534.64.804.265.27.543.5.787.654.208.13.324.166.354.175q.015.004.003.003c.54 0 .979.448.979 1a.99.99 0 0 1-.98 1q.014 0-.002.003a1.4 1.4 0 0 0-.354.175 4.6 4.6 0 0 0-.787.654c-.264.27-.489.554-.64.804-.128.212-.162.33-.171.361q-.004.016-.004.003a.99.99 0 0 1-.979 1 .99.99 0 0 1-.979-1c0-.534.241-1.043.468-1.417q.181-.297.407-.583a1 1 0 0 1-.197-.02 8.96 8.96 0 0 1-7.71-5.609A6.95 6.95 0 0 0 3.615 8H3a1 1 0 0 1-1-1" /></symbol>',"arrow-mix");const jy="arrow-mix";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="arrow-right"><path fill-rule="evenodd" d="M8.99 6.157a1.04 1.04 0 0 1 1.43.331c.82 1.314 1.9 2.342 2.792 3.048.443.35.831.616 1.106.791a9 9 0 0 0 .396.24l.016.01h.002l.12.065.101.095c.358.34.547.797.547 1.263s-.19.924-.547 1.263l-.1.095-.12.065h-.003l-.016.01-.08.046c-.07.041-.179.106-.316.194-.275.176-.663.44-1.106.791-.892.706-1.971 1.734-2.792 3.048a1.04 1.04 0 0 1-1.43.331 1.034 1.034 0 0 1-.333-1.426c.988-1.58 2.257-2.778 3.264-3.574.45-.358.855-.64 1.167-.843a16 16 0 0 1-1.167-.842c-1.007-.797-2.276-1.995-3.264-3.575a1.034 1.034 0 0 1 .332-1.426" clip-rule="evenodd" /></symbol>',"arrow-right");const Fy="arrow-right";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="arrow-up"><path fill-rule="evenodd" d="M6.157 15.01a1.04 1.04 0 0 1 .331-1.43c1.314-.82 2.342-1.9 3.048-2.792.35-.443.616-.831.791-1.106a9 9 0 0 0 .24-.396l.01-.017.065-.122.095-.1c.34-.358.797-.547 1.263-.547s.924.19 1.263.547l.095.1.065.12v.002l.01.017.046.08c.041.07.106.179.194.316.176.275.44.663.791 1.106.706.892 1.734 1.971 3.048 2.792.485.304.634.944.331 1.43a1.034 1.034 0 0 1-1.426.333c-1.58-.988-2.778-2.258-3.574-3.264A16 16 0 0 1 12 10.911a16 16 0 0 1-.842 1.168c-.797 1.006-1.995 2.276-3.575 3.264a1.034 1.034 0 0 1-1.426-.332" clip-rule="evenodd" /></symbol>',"arrow-up");const Vy="arrow-up";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="assignee"><path fill-rule="evenodd" d="M12 3a1 1 0 0 1 .895.553l3.553 7.108 4.107-2.04a1 1 0 0 1 1.415 1.141l-2.647 10.483a1 1 0 0 1-.97.755H5.647a1 1 0 0 1-.97-.755L2.03 9.762a1 1 0 0 1 1.415-1.14l4.107 2.039 3.554-7.108A1 1 0 0 1 12 3m0 3.236-3.106 6.211a1 1 0 0 1-1.339.449l-3.053-1.517L6.426 19h11.148l1.924-7.62-3.053 1.516a1 1 0 0 1-1.34-.449z" clip-rule="evenodd" /></symbol>',"assignee");const Uy="assignee";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="attach"><path fill-rule="evenodd" d="M11.768 3.602a5.44 5.44 0 0 1 7.712 0c2.16 2.14 2.16 5.528 0 7.669l-.006.005-6.244 6.098c-1.546 1.529-4.136 1.637-5.689-.034-1.518-1.538-1.618-4.096.059-5.631l4.262-4.225a1 1 0 0 1 1.408 1.42l-4.277 4.24-.033.031c-.774.7-.796 1.956.012 2.767l.028.03c.713.774 2.003.793 2.825-.021l.005-.006 6.244-6.097c1.368-1.358 1.367-3.468-.002-4.826a3.44 3.44 0 0 0-4.894-.001l-.002.001-.001.002-.003.003-6.893 6.833c-1.842 1.916-1.834 4.95-.006 6.767l.003.003c1.94 1.831 5.017 1.822 6.854.001l4.942-4.898a1 1 0 1 1 1.408 1.42l-4.942 4.898c-2.636 2.614-6.95 2.574-9.64.028l-.01-.008-.02-.02c-2.64-2.618-2.6-6.91-.027-9.581q.016-.018.033-.034l6.888-6.828z" clip-rule="evenodd" /></symbol>',"attach");const zy="attach";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="attention"><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-2 0a8 8 0 1 1-16 0 8 8 0 0 1 16 0m-8-6a1 1 0 0 1 1 1v5.5a1 1 0 1 1-2 0V7a1 1 0 0 1 1-1m1 10.5a1 1 0 1 0-2 0v.5a1 1 0 1 0 2 0z" clip-rule="evenodd" /></symbol>',"attention");const Hy="attention";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25" id="azure"><path fill="#292E3D" d="M8.834 1.636h6.51L8.586 21.658a1.04 1.04 0 0 1-.983.706H2.537a1.035 1.035 0 0 1-.982-1.368L7.851 2.342a1.04 1.04 0 0 1 .983-.706" style="fill:#292e3d;fill:color(display-p3 .16 .18 .24);fill-opacity:1" /><path fill="#0078D4" d="M18.294 15.065H7.97a.477.477 0 0 0-.326.828l6.633 6.19c.193.18.447.28.711.28h5.845z" style="fill:#0078d4;fill:color(display-p3 0 .4706 .8314);fill-opacity:1" /><path fill="url(#azure_a)" d="M8.834 1.636a1.03 1.03 0 0 0-.985.72L1.563 20.979a1.035 1.035 0 0 0 .977 1.385h5.197a1.11 1.11 0 0 0 .852-.725l1.254-3.694 4.477 4.176c.188.155.423.24.667.243h5.823l-2.554-7.299-7.445.002 4.557-13.431z" /><path fill="url(#azure_b)" d="M17.149 2.341a1.04 1.04 0 0 0-.982-.705H8.912a1.04 1.04 0 0 1 .982.705l6.296 18.655a1.036 1.036 0 0 1-.982 1.368h7.255a1.038 1.038 0 0 0 .982-1.368z" /><defs><linearGradient id="azure_a" x1="13.319" x2="11.755" y1="12.479" y2="13.008" gradientUnits="userSpaceOnUse"><stop stop-opacity=".3" style="stop-color:black;stop-opacity:.3" /><stop offset=".071" stop-opacity=".2" style="stop-color:black;stop-opacity:.2" /><stop offset=".321" stop-opacity=".1" style="stop-color:black;stop-opacity:.1" /><stop offset=".623" stop-opacity=".05" style="stop-color:black;stop-opacity:.05" /><stop offset="1" stop-opacity="0" style="stop-color:none;stop-opacity:0" /></linearGradient><linearGradient id="azure_b" x1="12.459" x2="19.88" y1="2.589" y2="22.36" gradientUnits="userSpaceOnUse"><stop stop-color="#3CCBF4" style="stop-color:#3ccbf4;stop-color:color(display-p3 .2353 .7961 .9569);stop-opacity:1" /><stop offset="1" stop-color="#2892DF" style="stop-color:#2892df;stop-color:color(display-p3 .1569 .5725 .8745);stop-opacity:1" /></linearGradient></defs></symbol>',"azure");const Wy="azure";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="back"><path d="M3.004 12.085a1 1 0 0 0 .214.539l.012.014a1 1 0 0 0 .346.268c.214.106.416.193.62.281.416.18.84.364 1.388.717.76.488 1.66 1.265 2.584 2.65a1 1 0 0 0 1.664-1.109c-.71-1.065-1.43-1.85-2.122-2.445H20a1 1 0 1 0 0-2H7.71c.692-.594 1.412-1.38 2.122-2.445a1 1 0 0 0-1.664-1.11c-.924 1.386-1.825 2.164-2.584 2.651-.549.354-.972.537-1.388.717-.202.087-.403.174-.615.279a1 1 0 0 0-.579.841M3 12q0 .043.004.085z" /></symbol>',"back");const Zy="back";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="bell"><path d="M12 4C9.302 4 7.172 6.097 7.172 8.55v4.255c-.006 1.232-.428 2.424-1.287 3.362h12.23c-.86-.938-1.281-2.13-1.287-3.362V8.55C16.828 6.098 14.698 4 12 4M5.172 8.55C5.172 4.903 8.29 2 12 2s6.828 2.902 6.828 6.55v4.244c.004.97.409 1.846 1.236 2.442l.007.005.297.189q.05.032.097.07c1.099.899.414 2.667-1.028 2.667H4.562c-1.441 0-2.126-1.768-1.027-2.667a1 1 0 0 1 .097-.07l.297-.189.007-.005c.827-.596 1.232-1.471 1.236-2.443V8.552M9.85 21a1 1 0 0 1 1-1h2.3a1 1 0 1 1 0 2h-2.3a1 1 0 0 1-1-1" /></symbol>',"bell");const Yy="bell";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="bell-badged"><circle cx="21" cy="3" r="3" fill="#E63E1A" /><path d="M12 4C9.302 4 7.172 6.097 7.172 8.55v4.255c-.006 1.232-.428 2.424-1.287 3.362h12.23c-.86-.938-1.281-2.13-1.287-3.362V8.55C16.828 6.098 14.698 4 12 4M5.172 8.55C5.172 4.903 8.29 2 12 2s6.828 2.902 6.828 6.55v4.244c.004.97.409 1.846 1.236 2.442l.007.005.297.189q.05.032.097.07c1.099.899.414 2.667-1.028 2.667H4.562c-1.441 0-2.126-1.768-1.027-2.667a1 1 0 0 1 .097-.07l.297-.189.007-.005c.827-.596 1.232-1.471 1.236-2.443V8.552M9.85 21a1 1 0 0 1 1-1h2.3a1 1 0 1 1 0 2h-2.3a1 1 0 0 1-1-1" /></symbol>',"bell-badged");const Ky="bell-badged";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="bot"><path fill-rule="evenodd" d="M11.959 2h.142c2.89 0 5.259 1.418 5.483 3.22q.06.123.113.25c.169.407.244.876.277 1.53h.027a2 2 0 0 1 1.6 3.2c.243.183.4.473.4.8v3a1 1 0 1 1-2 0c0 1.864 0 2.796-.304 3.53a4 4 0 0 1-2.165 2.165c-.735.305-1.667.305-3.53.305-1.864 0-2.796 0-3.53-.305a4 4 0 0 1-2.165-2.164c-.305-.735-.305-1.667-.305-3.531a1 1 0 1 1-2 0v-3c0-.327.157-.617.4-.8a2 2 0 0 1 1.6-3.2h.027c.034-.654.109-1.123.278-1.53q.052-.127.113-.25C6.644 3.418 9.013 2 11.903 2zm.043 16c.959 0 1.578-.001 2.052-.033.456-.031.63-.085.713-.12a2 2 0 0 0 1.082-1.082c.034-.083.088-.256.119-.713C16 15.58 16 14.96 16 14v-4s-1-1-4-1-3.999 1-3.999 1v4c0 .96.001 1.579.034 2.052.03.457.084.63.118.713a2 2 0 0 0 1.083 1.083c.083.034.257.088.713.119.474.032 1.093.033 2.052.033M15.6 5.5h.007v1a1 1 0 0 1-1 1H9.401a1 1 0 0 1-1-1v-1h.002c0-.046.032-.373.684-.788.628-.4 1.618-.712 2.816-.712h.198c1.197 0 2.187.313 2.815.712.652.415.685.742.685.788" clip-rule="evenodd" /><path d="M9.002 21a1 1 0 0 1 1-1h.004c.55 0 .996 0 .996 1a1 1 0 0 1-1 1c-.5 0-.75 0-.875-.125S9.002 21.5 9.002 21M14.001 20a1 1 0 0 1 1 1c0 .5 0 .75-.125.875s-.375.125-.875.125a1 1 0 0 1-1-1c0-1 .446-1 .996-1z" /></symbol>',"bot");const Gy="bot";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="bread-crumbs"><path d="M9.375 6.219a1 1 0 0 1 1.338.08l.068.076 4.5 5.625-4.5 5.625a1 1 0 0 1-1.562-1.25l3.5-4.375-3.5-4.375-.06-.083a1 1 0 0 1 .216-1.323" /></symbol>',"bread-crumbs");const Xy="bread-crumbs";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="bucket"><path fill-rule="evenodd" d="M10 2a3 3 0 0 0-2.83 4H3a1 1 0 0 0 0 2h1.17c-.11.313-.17.65-.17 1l1 10a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3l1-10c0-.35-.06-.687-.17-1H21a1 1 0 1 0 0-2h-4.17A3 3 0 0 0 14 2zm4 4a1 1 0 1 0 0-2h-4a1 1 0 0 0 0 2zM7 8a1 1 0 0 0-1 1l1 10a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1l1-10a1 1 0 0 0-1-1z" clip-rule="evenodd" /></symbol>',"bucket");const Qy="bucket";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="calendar"><path fill-rule="evenodd" d="M7.796 1.568c.19-.251.55-.568 1.087-.568a1 1 0 0 1 .47 1.883l-.007.024L9.32 3h4.747a5 5 0 0 1 .138-.657c.072-.243.183-.529.37-.775.19-.251.549-.568 1.087-.568a1 1 0 0 1 .47 1.883l-.008.024L16.1 3H18a4 4 0 0 1 4 4v11a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4h1.288c.033-.23.079-.453.139-.657.072-.243.183-.529.37-.775M14.068 5c.033.23.078.453.138.657.072.243.183.529.37.775.19.251.549.568 1.087.568a1 1 0 0 0 .47-1.883l-.008-.024L16.1 5H18a2 2 0 0 1 2 2v1H4V7a2 2 0 0 1 2-2h1.288c.033.23.079.453.14.657.07.243.182.529.368.775.19.251.55.568 1.087.568a1 1 0 0 0 .47-1.883l-.007-.024L9.32 5zM20 10v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8z" clip-rule="evenodd" /></symbol>',"calendar");const Jy="calendar";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call"><path fill-rule="evenodd" d="M4.123 3.101a3.71 3.71 0 0 1 5.277 0l1.203 1.19c.623.616.984 1.448.954 2.346-.029.892-.435 1.695-1.055 2.308l-.33.326c.425.831 1.073 1.7 1.935 2.553.75.741 1.69 1.394 2.63 1.896l.414-.41a3.22 3.22 0 0 1 4.575 0l1.203 1.19q.04.041.08.085c.662.748.946 1.67.986 2.506.04.828-.151 1.711-.617 2.449q-.107.168-.249.308l-.701.694c-1.218 1.203-2.801 1.668-4.454 1.37l-.017-.002c-3.004-.572-6.21-2.353-8.814-4.924-2.725-2.592-4.412-5.754-4.997-8.688-.455-1.756.205-3.445 1.275-4.503zm3.87 1.423c-.706-.699-1.758-.699-2.464 0l-.702.693c-.642.636-1 1.622-.74 2.598l.015.065c.494 2.512 1.966 5.326 4.426 7.663l.014.014c2.374 2.345 5.235 3.901 7.783 4.387h.003c1.029.185 1.951-.09 2.694-.824l.68-.673c.209-.343.318-.798.296-1.26-.023-.47-.18-.927-.481-1.27l-1.197-1.184c-.506-.5-1.257-.5-1.763 0l-.902.892c-.101.1-.213.172-.325.221a1 1 0 0 1-.823-.008c-1.302-.603-2.7-1.497-3.807-2.592-1.211-1.198-2.132-2.504-2.652-3.824a1 1 0 0 1-.03-.646c.05-.173.146-.332.276-.46l.802-.793c.313-.31.453-.645.463-.951a1.14 1.14 0 0 0-.362-.859z" clip-rule="evenodd" /></symbol>',"call");const ev="call";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call--filled"><path d="M21.99 18.466c-.074-.79-.592-1.566-1.582-2.376-1.165-.954-2.064-1.416-2.83-1.454-.957-.048-1.533.545-2.143 1.172l-.19.195c-.037.038-.098.08-.238.074-.406-.02-1.472-.439-4.057-3.015-1.121-1.118-1.947-2.063-2.455-2.809-.504-.742-.694-1.297-.506-1.487l.191-.191c.554-.552 1.077-1.073 1.146-1.868.073-.844-.38-1.808-1.466-3.127-.84-1.021-1.642-1.537-2.452-1.578-1.1-.054-1.904.808-2.55 1.501q-.171.183-.327.344c-.783.791-.696 2.577.232 4.776 1.005 2.383 2.876 5.009 5.269 7.395 4.258 4.246 8.194 5.873 10.27 5.976.84.042 1.49-.146 1.883-.544q.16-.16.341-.333c.701-.672 1.573-1.508 1.465-2.652" /></symbol>',"call--filled");const tv="call--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-add-to"><path fill-rule="evenodd" d="M9.4 3.101a3.71 3.71 0 0 0-5.277 0l-.702.694c-1.07 1.058-1.73 2.747-1.275 4.503.585 2.934 2.272 6.096 4.997 8.688 2.605 2.57 5.81 4.352 8.814 4.924l.017.003c1.653.297 3.236-.168 4.454-1.371l.701-.694q.143-.14.248-.308c.467-.738.658-1.621.618-2.45-.04-.835-.324-1.757-.986-2.505a2 2 0 0 0-.08-.085l-1.203-1.19a3.22 3.22 0 0 0-4.575 0l-.414.41c-.94-.502-1.88-1.155-2.63-1.896-.862-.852-1.51-1.722-1.935-2.553l.33-.326c.62-.613 1.026-1.416 1.055-2.308a3.14 3.14 0 0 0-.954-2.346zM5.53 4.524c.705-.699 1.757-.699 2.464 0l1.203 1.189c.254.252.372.554.362.86s-.15.64-.463.95l-.802.793c-.13.128-.226.287-.276.46a1 1 0 0 0 .03.646c.52 1.32 1.44 2.626 2.652 3.824 1.107 1.095 2.505 1.989 3.807 2.592a1 1 0 0 0 .823.008c.112-.049.224-.121.325-.221l.902-.892c.506-.5 1.257-.5 1.763 0l1.197 1.183c.301.344.458.801.48 1.27.023.463-.086.918-.295 1.261l-.68.673c-.743.734-1.665 1.01-2.694.824h-.003c-2.548-.486-5.409-2.042-7.783-4.387l-.014-.014c-2.46-2.337-3.932-5.151-4.426-7.663l-.015-.065c-.26-.976.098-1.962.74-2.598z" clip-rule="evenodd" /><path d="m20.008 3.993-.002-1.813c0-.555-.45-1.006-1.006-1.006-.555 0-1.005.45-1.005 1.005l.002 1.819-1.817-.001c-.556 0-1.005.449-1.005 1.004 0 .556.45 1.006 1.006 1.006l1.81.002.002 1.81c0 .555.45 1.006 1.006 1.006.555 0 1.005-.45 1.005-1.005l-.002-1.817 1.82.002c.555 0 1.005-.45 1.004-1.005 0-.556-.45-1.006-1.006-1.006z" /></symbol>',"call-add-to");const ov="call-add-to";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-add-to--filled"><path d="M21.99 18.466c-.074-.79-.592-1.566-1.582-2.376-1.165-.954-2.064-1.416-2.83-1.454-.957-.048-1.533.545-2.143 1.172l-.19.195c-.037.038-.098.08-.238.074-.406-.02-1.472-.439-4.057-3.015-1.121-1.118-1.947-2.063-2.455-2.809-.504-.742-.694-1.297-.506-1.487l.191-.191c.554-.552 1.077-1.073 1.146-1.868.073-.844-.38-1.808-1.466-3.127-.84-1.021-1.642-1.537-2.452-1.578-1.1-.054-1.904.808-2.55 1.501q-.171.183-.327.344c-.783.791-.696 2.577.232 4.776 1.005 2.383 2.876 5.009 5.269 7.395 4.258 4.246 8.194 5.873 10.27 5.976.84.042 1.49-.146 1.883-.544q.16-.16.341-.333c.701-.672 1.573-1.508 1.465-2.652M19.008 4.993l-.002-1.813c0-.555-.45-1.006-1.006-1.006-.555 0-1.005.45-1.005 1.005l.002 1.819-1.817-.001c-.556 0-1.005.449-1.005 1.004 0 .556.45 1.006 1.006 1.006l1.81.002.002 1.81c0 .555.45 1.006 1.006 1.006.555 0 1.005-.45 1.005-1.005l-.002-1.817 1.82.002c.555 0 1.005-.45 1.004-1.005 0-.556-.45-1.006-1.006-1.006z" /></symbol>',"call-add-to--filled");const iv="call-add-to--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-disconnect"><path fill-rule="evenodd" d="m19 3.575-1.283-1.28a1.007 1.007 0 0 0-1.422 0 1.004 1.004 0 0 0 0 1.42l1.287 1.286-1.286 1.284a1.004 1.004 0 0 0 0 1.42c.393.393 1.03.393 1.423 0l1.28-1.279 1.282 1.28c.393.392 1.03.392 1.423 0a1.004 1.004 0 0 0 0-1.421L20.418 5l1.287-1.286a1.004 1.004 0 0 0 0-1.42 1.007 1.007 0 0 0-1.422 0zm-9.6-.474a3.71 3.71 0 0 0-5.277 0l-.702.694c-1.07 1.058-1.73 2.747-1.275 4.503.585 2.934 2.272 6.096 4.997 8.688 2.605 2.57 5.81 4.352 8.814 4.924l.017.003c1.653.297 3.236-.168 4.454-1.371l.701-.694q.143-.14.248-.308c.467-.738.658-1.621.618-2.45-.04-.835-.324-1.757-.986-2.505a2 2 0 0 0-.08-.085l-1.203-1.19a3.22 3.22 0 0 0-4.575 0l-.414.41c-.94-.502-1.88-1.155-2.63-1.896-.862-.852-1.51-1.722-1.935-2.553l.33-.326c.62-.613 1.026-1.416 1.055-2.308a3.14 3.14 0 0 0-.954-2.346zM5.53 4.524c.705-.699 1.757-.699 2.464 0l1.203 1.189c.254.252.372.554.362.86s-.15.64-.463.95l-.802.793c-.13.128-.226.287-.276.46a1 1 0 0 0 .03.646c.52 1.32 1.44 2.626 2.652 3.824 1.107 1.095 2.505 1.989 3.807 2.592a1 1 0 0 0 .823.008c.112-.049.224-.121.325-.221l.902-.892c.506-.5 1.257-.5 1.763 0l1.197 1.183c.301.344.458.801.48 1.27.023.463-.086.918-.295 1.261l-.68.673c-.743.734-1.665 1.01-2.694.824h-.003c-2.548-.486-5.409-2.042-7.783-4.387l-.014-.014c-2.46-2.337-3.932-5.151-4.426-7.663l-.015-.064c-.26-.977.098-1.963.74-2.599z" clip-rule="evenodd" /></symbol>',"call-disconnect");const nv="call-disconnect";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-disconnect--filled"><path fill-rule="evenodd" d="M20.408 16.09c.99.81 1.508 1.587 1.583 2.375.108 1.143-.764 1.98-1.464 2.651q-.182.174-.342.334c-.393.398-1.044.586-1.883.544-2.076-.103-6.012-1.73-10.27-5.976-2.393-2.386-4.264-5.012-5.27-7.395-.927-2.2-1.014-3.985-.231-4.776q.156-.16.326-.344c.647-.693 1.451-1.555 2.55-1.5.81.04 1.613.556 2.453 1.577C8.947 4.9 9.4 5.863 9.326 6.707c-.069.795-.592 1.316-1.146 1.868l-.191.191c-.188.19.002.745.506 1.487.508.746 1.334 1.691 2.455 2.809 2.585 2.576 3.651 2.995 4.057 3.015.14.007.2-.036.238-.074l.19-.195c.61-.627 1.186-1.22 2.143-1.172.766.038 1.665.5 2.83 1.454m-2.69-13.796L19 3.575l1.283-1.28a1.007 1.007 0 0 1 1.422 0 1.004 1.004 0 0 1 0 1.42l-1.287 1.286 1.286 1.284a1.004 1.004 0 0 1 0 1.42 1.007 1.007 0 0 1-1.423 0L19 6.427l-1.281 1.28a1.007 1.007 0 0 1-1.423 0 1.004 1.004 0 0 1 0-1.421L17.582 5l-1.287-1.286a1.004 1.004 0 0 1 0-1.42 1.007 1.007 0 0 1 1.422 0" clip-rule="evenodd" /></symbol>',"call-disconnect--filled");const av="call-disconnect--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-end"><path fill-rule="evenodd" d="M10.717 2.294 12 3.575l1.283-1.28a1.007 1.007 0 0 1 1.422 0 1.004 1.004 0 0 1 0 1.42l-1.287 1.286 1.286 1.284a1.004 1.004 0 0 1 0 1.42 1.007 1.007 0 0 1-1.423 0L12 6.427l-1.281 1.28a1.007 1.007 0 0 1-1.423 0 1.004 1.004 0 0 1 0-1.421L10.582 5 9.295 3.715a1.004 1.004 0 0 1 0-1.42 1.007 1.007 0 0 1 1.422 0M1.005 18.346c.011 1.996 1.514 3.554 3.439 3.566l1.559.009a2.85 2.85 0 0 0 2.151-.94c.562-.623.82-1.44.816-2.273l-.002-.443c.818-.274 1.807-.424 2.924-.418.971.006 2.01.2 2.95.497l.002.556c.01 1.726 1.316 3.08 2.981 3.09l1.56.01q.052 0 .106-.003c.92-.058 1.706-.49 2.276-1.027a4.1 4.1 0 0 0 1.194-2.072q.04-.186.039-.376l-.005-.943c-.01-1.636-.739-3.02-2.009-3.936l-.013-.01c-2.33-1.643-5.58-2.604-8.952-2.627-3.465-.09-6.625.906-8.918 2.493-1.44.88-2.11 2.467-2.103 3.905zm3.45 1.655c-.916-.006-1.601-.717-1.607-1.665l-.005-.943c-.005-.864.405-1.773 1.21-2.256l.053-.034c1.959-1.363 4.751-2.27 7.877-2.187H12c3.076.02 5.954.902 7.931 2.295l.002.002c.79.57 1.212 1.38 1.218 2.377l.005.914a2.17 2.17 0 0 1-.629 1.051c-.32.302-.72.505-1.141.534l-1.551-.01c-.655-.003-1.145-.51-1.149-1.19l-.006-1.213c-.001-.135-.027-.26-.068-.368a.94.94 0 0 0-.541-.551c-1.242-.472-2.735-.812-4.17-.82-1.57-.01-3.022.25-4.22.79a.93.93 0 0 0-.44.417c-.08.15-.122.323-.12.498l.005 1.077c.002.42-.125.742-.318.955a1.03 1.03 0 0 1-.796.336z" clip-rule="evenodd" /></symbol>',"call-end");const rv="call-end";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-end--filled"><path fill-rule="evenodd" d="m12 4.575-1.283-1.28a1.007 1.007 0 0 0-1.422 0 1.004 1.004 0 0 0 0 1.42l1.287 1.286-1.286 1.284a1.004 1.004 0 0 0 0 1.42c.393.393 1.03.393 1.423 0L12 7.427l1.281 1.28c.393.392 1.03.392 1.423 0a1.004 1.004 0 0 0 0-1.421L13.418 6l1.287-1.286a1.004 1.004 0 0 0 0-1.42 1.007 1.007 0 0 0-1.422 0zM2.677 20.451c.49.462 1.223.63 2.242.513 1.2-.136 1.971-.42 2.427-.89.569-.59.56-1.346.55-2.146l-.003-.25c0-.048.01-.116.093-.201.241-.25 1.082-.67 4.005-.675 1.268-.002 2.271.075 2.982.23.705.153 1.127.39 1.128.634v.248c0 .715-.002 1.391.41 1.95.436.594 1.238.925 2.6 1.075 1.055.117 1.802-.068 2.283-.566.654-.676.621-1.755.595-2.622q-.009-.229-.01-.434c-.005-1.018-1.065-2.118-2.837-2.94-1.918-.893-4.465-1.381-7.172-1.377-4.817.008-7.968 1.502-9.202 2.78-.499.516-.761 1.059-.758 1.57q0 .207-.005.437c-.016.889-.036 1.994.672 2.664" clip-rule="evenodd" /></symbol>',"call-end--filled");const lv="call-end--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-inbound"><path fill-rule="evenodd" d="M4.123 3.101a3.71 3.71 0 0 1 5.277 0l1.203 1.19c.623.616.984 1.448.954 2.346-.029.892-.435 1.695-1.055 2.308l-.33.326c.425.831 1.073 1.7 1.935 2.553.75.741 1.69 1.394 2.63 1.896l.414-.41a3.22 3.22 0 0 1 4.575 0l1.203 1.19q.04.041.08.085c.662.748.946 1.67.986 2.506.04.828-.151 1.711-.617 2.449q-.107.168-.249.308l-.701.694c-1.218 1.203-2.801 1.668-4.454 1.37l-.017-.002c-3.004-.572-6.21-2.353-8.814-4.924-2.725-2.592-4.412-5.754-4.997-8.688-.455-1.756.205-3.445 1.275-4.503zm3.87 1.423c-.706-.699-1.758-.699-2.464 0l-.702.693c-.642.636-1 1.622-.74 2.598l.015.065c.494 2.512 1.966 5.326 4.426 7.663l.014.014c2.374 2.345 5.235 3.901 7.783 4.387h.003c1.029.185 1.951-.09 2.694-.824l.68-.673c.209-.343.318-.798.296-1.26-.023-.47-.18-.927-.481-1.27l-1.197-1.184c-.506-.5-1.257-.5-1.763 0l-.902.892c-.101.1-.213.172-.325.221a1 1 0 0 1-.823-.008c-1.302-.603-2.7-1.497-3.807-2.592-1.211-1.198-2.132-2.504-2.652-3.824a1 1 0 0 1-.03-.646c.05-.173.146-.332.276-.46l.802-.793c.313-.31.453-.645.463-.951a1.14 1.14 0 0 0-.362-.859zm8.726-1.517a1.007 1.007 0 1 0-1.424 1.425q-.009-.01 0 .004c.015.029.075.138.132.382.068.288.107.654.107 1.038 0 .385-.039.75-.107 1.038-.057.245-.117.354-.132.382q-.009.014 0 .005a1.007 1.007 0 0 0 1.424 1.424q-.01.009.005 0c.028-.015.137-.075.382-.132a4.7 4.7 0 0 1 1.038-.107c.384 0 .75.039 1.038.107.244.057.353.117.382.132q.014.009.004 0a1.007 1.007 0 1 0 1.425-1.424c-.38-.38-.918-.568-1.35-.67a6 6 0 0 0-.711-.118l2.773-2.774a1.007 1.007 0 0 0-1.424-1.424l-2.774 2.773a6 6 0 0 0-.119-.711c-.101-.432-.288-.97-.669-1.35" clip-rule="evenodd" /></symbol>',"call-inbound");const sv="call-inbound";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-inbound--filled"><path fill-rule="evenodd" d="M20.408 16.09c.99.81 1.508 1.587 1.583 2.375.108 1.143-.764 1.98-1.464 2.651q-.182.174-.342.334c-.393.398-1.044.586-1.883.544-2.076-.103-6.012-1.73-10.27-5.976-2.393-2.386-4.264-5.012-5.27-7.395-.927-2.2-1.014-3.985-.231-4.776q.156-.16.326-.344c.647-.693 1.451-1.555 2.55-1.5.81.04 1.613.556 2.453 1.577C8.947 4.9 9.4 5.863 9.326 6.707c-.069.795-.592 1.316-1.146 1.868l-.191.191c-.188.19.002.745.506 1.487.508.746 1.334 1.691 2.455 2.809 2.585 2.576 3.651 2.995 4.057 3.015.14.007.2-.036.238-.074l.19-.195c.61-.627 1.186-1.22 2.143-1.172.766.038 1.665.5 2.83 1.454" clip-rule="evenodd" /><path d="M16.72 3.007a1.007 1.007 0 1 0-1.425 1.425q-.009-.01 0 .004c.015.029.075.138.132.382.068.288.107.654.107 1.038 0 .385-.039.75-.107 1.038-.057.245-.117.354-.132.382q-.009.014 0 .005a1.007 1.007 0 0 0 1.424 1.424q-.01.009.005 0c.028-.015.137-.075.382-.132a4.7 4.7 0 0 1 1.038-.107c.384 0 .75.039 1.038.107.244.057.353.117.382.132q.014.009.004 0a1.007 1.007 0 1 0 1.425-1.424c-.38-.38-.918-.568-1.35-.67a6 6 0 0 0-.711-.118l2.773-2.774a1.007 1.007 0 0 0-1.424-1.424l-2.774 2.773a6 6 0 0 0-.119-.711c-.101-.432-.288-.97-.669-1.35" /></symbol>',"call-inbound--filled");const cv="call-inbound--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-missed"><path fill-rule="evenodd" d="M4.123 3.101a3.71 3.71 0 0 1 5.277 0l1.203 1.19c.623.616.984 1.448.954 2.346-.029.892-.435 1.695-1.055 2.308l-.33.326q.283.552.693 1.12l5.46-4.678a1 1 0 1 1 1.415 1.414L3.707 19.707a1 1 0 0 1-1.414-1.414L5.56 15.28c-1.805-2.208-2.953-4.667-3.415-6.983-.455-1.756.205-3.445 1.275-4.503zm2.91 10.821 2.353-2.168a10 10 0 0 1-1.338-2.332 1 1 0 0 1-.03-.646c.05-.173.146-.332.276-.46l.802-.793c.313-.31.453-.645.463-.951a1.14 1.14 0 0 0-.362-.859l-1.203-1.19c-.707-.698-1.759-.698-2.465 0l-.702.694c-.642.636-1 1.622-.74 2.598l.015.065c.385 1.954 1.36 4.09 2.932 6.042m5.226-.767c.362-.362.937-.392 1.362-.105.364.244.74.47 1.116.67l.414-.41a3.22 3.22 0 0 1 4.575 0l1.203 1.19q.04.041.08.085c.662.748.946 1.67.986 2.506.04.828-.151 1.711-.617 2.449q-.107.168-.249.308l-.701.694c-1.218 1.203-2.801 1.668-4.454 1.37l-.017-.002c-2.463-.468-5.06-1.75-7.352-3.613-.445-.362-.46-1.027-.055-1.433.376-.376.979-.39 1.393-.057 2.05 1.648 4.318 2.743 6.382 3.137h.003c1.029.185 1.951-.09 2.694-.824l.68-.673c.209-.343.318-.798.296-1.26-.023-.47-.18-.927-.481-1.27l-1.197-1.184c-.506-.5-1.257-.5-1.763 0l-.902.892c-.101.1-.213.172-.325.221a1 1 0 0 1-.823-.008 14.7 14.7 0 0 1-2.147-1.227c-.49-.34-.522-1.034-.101-1.456" clip-rule="evenodd" /></symbol>',"call-missed");const dv="call-missed";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-missed--filled"><path d="M21.99 18.466c-.074-.79-.592-1.566-1.582-2.376-1.165-.954-2.064-1.416-2.83-1.454-.957-.048-1.533.545-2.143 1.172l-.19.195c-.037.038-.098.08-.238.074-.366-.018-1.271-.361-3.346-2.324L8.725 16.69c3.989 3.747 7.614 5.208 9.577 5.305.84.042 1.49-.146 1.883-.544q.16-.16.341-.333c.701-.672 1.573-1.509 1.465-2.652M9.296 11.29a13 13 0 0 1-.8-1.037c-.505-.742-.695-1.297-.507-1.487l.191-.191c.554-.552 1.077-1.073 1.146-1.868.073-.844-.38-1.808-1.466-3.127-.84-1.021-1.642-1.537-2.452-1.578-1.1-.054-1.904.808-2.55 1.501q-.171.183-.327.344c-.783.791-.696 2.577.232 4.776.757 1.796 2.008 3.731 3.602 5.597l-4.072 4.073a1 1 0 1 0 1.414 1.414l15-15a1 1 0 0 0-1.414-1.414z" /></symbol>',"call-missed--filled");const pv="call-missed--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-outbound"><path fill-rule="evenodd" d="M9.4 3.101a3.71 3.71 0 0 0-5.277 0l-.702.694c-1.07 1.058-1.73 2.747-1.275 4.503.585 2.934 2.272 6.096 4.997 8.688 2.605 2.57 5.81 4.352 8.814 4.924l.017.003c1.653.297 3.236-.168 4.454-1.371l.701-.694q.143-.14.248-.308c.467-.738.658-1.621.618-2.45-.04-.835-.324-1.757-.986-2.505a2 2 0 0 0-.08-.085l-1.203-1.19a3.22 3.22 0 0 0-4.575 0l-.414.41c-.94-.502-1.88-1.155-2.63-1.896-.862-.852-1.51-1.722-1.935-2.553l.33-.326c.62-.613 1.026-1.416 1.055-2.308a3.14 3.14 0 0 0-.954-2.346zM5.53 4.524c.705-.699 1.757-.699 2.464 0l1.203 1.189c.254.252.372.554.362.859-.01.306-.15.642-.463.95l-.802.794c-.13.128-.226.287-.276.46a1 1 0 0 0 .03.646c.52 1.32 1.44 2.626 2.652 3.824 1.107 1.095 2.505 1.989 3.807 2.592a1 1 0 0 0 .823.008c.112-.049.224-.121.325-.221l.902-.892c.506-.5 1.257-.5 1.763 0l1.197 1.183c.301.344.458.801.48 1.27.023.463-.086.918-.295 1.261l-.68.673c-.743.734-1.665 1.01-2.694.824h-.003c-2.548-.486-5.409-2.042-7.783-4.387l-.014-.014c-2.46-2.337-3.932-5.151-4.426-7.663l-.015-.065c-.26-.976.098-1.962.74-2.598zm16.175 3.469a1.007 1.007 0 0 1-1.424 0c-.38-.38-.568-.918-.67-1.35a6 6 0 0 1-.118-.711l-2.774 2.773a1.007 1.007 0 1 1-1.424-1.424l2.773-2.774a6 6 0 0 1-.711-.119c-.432-.101-.97-.288-1.35-.669a1.007 1.007 0 1 1 1.425-1.424q-.01-.009.004 0c.029.015.138.075.382.132.288.068.654.107 1.038.107.385 0 .75-.039 1.038-.107.245-.057.354-.117.382-.132q.014-.009.005 0a1.007 1.007 0 0 1 1.424 1.424q.009-.01 0 .005c-.015.028-.075.137-.132.382a4.7 4.7 0 0 0-.107 1.038c0 .384.039.75.107 1.038.057.244.117.353.132.382q.009.014 0 .004a1.007 1.007 0 0 1 0 1.425" clip-rule="evenodd" /></symbol>',"call-outbound");const uv="call-outbound";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-outbound--filled"><path fill-rule="evenodd" d="M21.99 18.466c-.074-.79-.592-1.566-1.582-2.376-1.165-.954-2.064-1.416-2.83-1.454-.957-.048-1.533.545-2.143 1.172l-.19.195c-.037.038-.098.08-.238.074-.406-.02-1.472-.439-4.057-3.015-1.121-1.118-1.947-2.063-2.455-2.809-.504-.742-.694-1.297-.506-1.487l.191-.191c.554-.552 1.077-1.073 1.146-1.868.073-.844-.38-1.808-1.466-3.127-.84-1.021-1.642-1.537-2.452-1.578-1.1-.054-1.904.808-2.55 1.501q-.171.183-.327.344c-.783.791-.696 2.577.232 4.776 1.005 2.383 2.876 5.009 5.269 7.395 4.258 4.246 8.194 5.873 10.27 5.976.84.042 1.49-.146 1.883-.544q.159-.16.342-.334c.7-.671 1.572-1.508 1.464-2.65m-.285-10.473a1.007 1.007 0 0 1-1.424 0c-.38-.38-.568-.918-.67-1.35a6 6 0 0 1-.118-.711l-2.774 2.773a1.007 1.007 0 1 1-1.424-1.424l2.773-2.774a6 6 0 0 1-.711-.119c-.432-.101-.97-.288-1.35-.669a1.007 1.007 0 1 1 1.425-1.424q-.01-.009.004 0c.029.015.138.075.382.132.288.068.654.107 1.038.107.385 0 .75-.039 1.038-.107.245-.057.354-.117.382-.132q.014-.009.005 0a1.007 1.007 0 0 1 1.424 1.424q.009-.01 0 .005c-.015.028-.075.137-.132.382a4.7 4.7 0 0 0-.107 1.038c0 .384.039.75.107 1.038.057.244.117.353.133.382q.008.014-.001.004a1.007 1.007 0 0 1 0 1.425" clip-rule="evenodd" /></symbol>',"call-outbound--filled");const fv="call-outbound--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-ringing"><path fill-rule="evenodd" d="M9.4 3.101a3.71 3.71 0 0 0-5.277 0l-.702.694c-1.07 1.058-1.73 2.747-1.275 4.503.585 2.934 2.272 6.096 4.997 8.688 2.605 2.57 5.81 4.352 8.814 4.924l.017.003c1.653.297 3.236-.168 4.454-1.371l.701-.694q.143-.14.248-.308c.467-.738.658-1.621.618-2.45-.04-.835-.324-1.757-.986-2.505a2 2 0 0 0-.08-.085l-1.203-1.19a3.22 3.22 0 0 0-4.575 0l-.414.41c-.94-.502-1.88-1.155-2.63-1.896-.862-.852-1.51-1.722-1.935-2.553l.33-.326c.62-.613 1.026-1.416 1.055-2.308a3.14 3.14 0 0 0-.954-2.346zM5.53 4.524c.705-.699 1.757-.699 2.464 0l1.203 1.189c.254.252.372.554.362.859-.01.306-.15.642-.463.95l-.802.794c-.13.128-.226.287-.276.46a1 1 0 0 0 .03.646c.52 1.32 1.44 2.626 2.652 3.824 1.107 1.095 2.505 1.989 3.807 2.592a1 1 0 0 0 .823.008c.112-.049.224-.121.325-.221l.902-.892c.506-.5 1.257-.5 1.763 0l1.197 1.183c.301.344.458.801.48 1.27.023.463-.086.918-.295 1.261l-.68.673c-.743.734-1.665 1.01-2.694.824h-.003c-2.548-.486-5.409-2.042-7.783-4.387l-.014-.014c-2.46-2.337-3.932-5.151-4.426-7.663l-.015-.065c-.26-.976.098-1.962.74-2.598zm9.962 3.984c-.412-.38-.98-.58-1.478-.58a1.014 1.014 0 1 1 0-2.029c1.003 0 2.097.39 2.911 1.17l.003.003.002.003a4.28 4.28 0 0 1 1.17 2.91 1.014 1.014 0 0 1-2.028 0c0-.498-.2-1.065-.58-1.477m2.712-2.712c-1.198-1.193-2.657-1.767-4.19-1.767a1.014 1.014 0 0 1 0-2.029c2.074 0 4.049.79 5.625 2.361C21.21 5.937 22 7.912 22 9.985a1.014 1.014 0 0 1-2.029 0c0-1.532-.574-2.991-1.767-4.19" clip-rule="evenodd" /></symbol>',"call-ringing");const mv="call-ringing";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-ringing--filled"><path fill-rule="evenodd" d="M21.99 18.466c-.074-.79-.592-1.566-1.582-2.376-1.165-.954-2.064-1.416-2.83-1.454-.957-.048-1.533.545-2.143 1.172l-.19.195c-.037.038-.098.08-.238.074-.406-.02-1.472-.439-4.057-3.015-1.121-1.118-1.947-2.063-2.455-2.809-.504-.742-.694-1.297-.506-1.487l.191-.191c.554-.552 1.077-1.073 1.146-1.868.073-.844-.38-1.808-1.466-3.127-.84-1.021-1.642-1.537-2.452-1.578-1.1-.054-1.904.808-2.55 1.501q-.171.183-.327.344c-.783.791-.696 2.577.232 4.776 1.005 2.383 2.876 5.009 5.269 7.395 4.258 4.246 8.194 5.873 10.27 5.976.84.042 1.49-.146 1.883-.544q.159-.16.342-.334c.7-.671 1.572-1.508 1.464-2.65" clip-rule="evenodd" /><path d="M15.492 8.508c-.412-.38-.98-.58-1.478-.58a1.014 1.014 0 1 1 0-2.029c1.003 0 2.097.39 2.911 1.17l.003.003.002.003a4.28 4.28 0 0 1 1.17 2.91 1.014 1.014 0 0 1-2.028 0c0-.498-.2-1.065-.58-1.477" /><path d="M18.204 5.796c-1.198-1.193-2.657-1.767-4.19-1.767a1.014 1.014 0 0 1 0-2.029c2.074 0 4.049.79 5.625 2.361C21.21 5.937 22 7.912 22 9.985a1.014 1.014 0 0 1-2.029 0c0-1.532-.574-2.991-1.767-4.19" /></symbol>',"call-ringing--filled");const hv="call-ringing--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-transfer"><path fill-rule="evenodd" d="M16.135 8.745a1.007 1.007 0 0 0 1.745-1.008q.006.012.001-.003c-.008-.032-.037-.153-.03-.404.01-.296.067-.659.166-1.03.1-.372.232-.715.372-.975.119-.222.205-.311.227-.335q.012-.012.001-.004A1.007 1.007 0 0 0 17.61 3.24q.01-.006-.004-.001a1.5 1.5 0 0 1-.404.029 4.7 4.7 0 0 1-1.03-.166 4.7 4.7 0 0 1-.975-.371c-.221-.12-.311-.205-.335-.228q-.011-.011-.004 0a1.007 1.007 0 1 0-1.745 1.007c.27.466.74.786 1.13.995.206.11.428.21.657.3L11.82 6.584 7.4 4.034a1 1 0 0 0-1 1.732L11.3 8.595a1 1 0 0 0 .969.017 1 1 0 0 0 .242-.101l3.397-1.961a6 6 0 0 0-.07.718c-.013.443.028 1.01.297 1.477M4.444 21.912c-1.925-.012-3.428-1.57-3.439-3.565L1 17.403c-.008-1.437.663-3.025 2.103-3.904 2.293-1.587 5.453-2.584 8.918-2.493 3.372.023 6.622.984 8.952 2.628l.013.01c1.27.915 2 2.3 2.009 3.935l.005.943q.001.19-.04.376a4.1 4.1 0 0 1-1.193 2.072c-.57.537-1.356.969-2.276 1.027l-.107.003-1.559-.01c-1.665-.01-2.971-1.364-2.98-3.09l-.004-.556c-.94-.297-1.978-.491-2.95-.497-1.116-.006-2.105.144-2.923.418l.002.444c.005.832-.254 1.65-.816 2.272a2.85 2.85 0 0 1-2.151.94zm-1.596-3.576c.006.948.691 1.66 1.606 1.665l1.56.009c.329.002.603-.123.795-.336s.32-.535.318-.955l-.006-1.077c0-.175.04-.347.12-.498a.93.93 0 0 1 .44-.417c1.2-.54 2.65-.8 4.22-.79 1.435.008 2.929.348 4.17.82a.94.94 0 0 1 .542.55c.041.109.067.234.068.37l.006 1.212c.004.68.494 1.187 1.149 1.19l1.55.01c.421-.029.822-.232 1.142-.534.316-.297.541-.678.629-1.05l-.005-.915c-.006-.998-.427-1.807-1.218-2.377l-.002-.002c-1.977-1.393-4.855-2.275-7.931-2.294h-.018c-3.126-.084-5.919.823-7.877 2.186l-.052.034c-.806.483-1.216 1.392-1.21 2.256z" clip-rule="evenodd" /></symbol>',"call-transfer");const bv="call-transfer";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-transfer--filled"><path d="M17.511 9.113a1.007 1.007 0 0 1-1.376-.368c-.269-.466-.31-1.034-.297-1.477.008-.233.032-.475.07-.718L12.51 8.511a1 1 0 0 1-.242.1 1 1 0 0 1-.97-.016L6.402 5.766a1 1 0 1 1 1-1.732l4.418 2.55L14.9 4.806a6 6 0 0 1-.656-.299c-.39-.21-.861-.53-1.13-.995a1.007 1.007 0 1 1 1.744-1.007q-.007-.011.004 0c.024.023.114.109.335.228.26.14.604.272.975.371.372.1.735.157 1.03.166.251.008.372-.022.404-.03q.015-.003.004.002a1.007 1.007 0 0 1 1.007 1.745q.01-.008 0 .004c-.023.024-.109.113-.228.335-.14.26-.272.603-.372.975-.1.371-.156.734-.165 1.03-.008.251.021.372.03.404q.003.014-.002.003a1.007 1.007 0 0 1-.369 1.376M4.92 20.964c-1.02.117-1.754-.051-2.243-.513-.708-.67-.688-1.775-.672-2.664q.006-.23.005-.437c-.003-.512.259-1.055.758-1.57 1.234-1.277 4.385-2.772 9.202-2.78 2.707-.004 5.254.484 7.172 1.376 1.772.823 2.832 1.923 2.837 2.941q.001.205.01.434c.026.867.059 1.946-.595 2.622-.481.498-1.228.683-2.283.566-1.362-.15-2.164-.481-2.6-1.075-.412-.559-.41-1.235-.41-1.95v-.248c0-.244-.423-.481-1.128-.635-.71-.154-1.714-.231-2.982-.23-2.923.007-3.764.426-4.005.676-.083.085-.094.153-.093.201l.002.25c.01.8.02 1.557-.55 2.145-.455.471-1.226.755-2.426.891" /></symbol>',"call-transfer--filled");const gv="call-transfer--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="case-author"><path d="M12 10a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2H9a1 1 0 1 1 0-2h2v-2a1 1 0 0 1 1-1" /><path fill-rule="evenodd" d="M2 5a3 3 0 0 1 3-3h4.675a3 3 0 0 1 .95.154l2.383.795a1 1 0 0 0 .317.051H19a3 3 0 0 1 3 3v13a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3zm18 1v1.17c-.313-.11-.65-.17-1-.17H5c-.35 0-.687.06-1 .17V5a1 1 0 0 1 1-1h4.675a1 1 0 0 1 .317.051l2.384.795a3 3 0 0 0 .949.154H19a1 1 0 0 1 1 1M5 9a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1z" clip-rule="evenodd" /></symbol>',"case-author");const yv="case-author";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="cases"><path fill-rule="evenodd" d="M2 5a3 3 0 0 1 3-3h4.675a3 3 0 0 1 .95.154l2.383.795a1 1 0 0 0 .317.051H19a3 3 0 0 1 3 3v13a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3zm18 1v5.17c-.313-.11-.65-.17-1-.17V9a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v2c-.35 0-.687.06-1 .17V5a1 1 0 0 1 1-1h4.675a1 1 0 0 1 .317.051l2.384.795a3 3 0 0 0 .949.154H19a1 1 0 0 1 1 1M5 13a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1zm12-2H7V9h10z" clip-rule="evenodd" /></symbol>',"cases");const vv="cases";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat"><path fill-rule="evenodd" d="M2 5.103C2 3.39 3.343 2 5 2h14c1.657 0 3 1.39 3 3.103v10.345c0 1.714-1.343 3.104-3 3.104h-2.5c-.944 0-1.833.46-2.4 1.241l-1.3 1.793a.98.98 0 0 1-1.6 0l-1.3-1.793a2.97 2.97 0 0 0-2.4-1.241H5c-1.657 0-3-1.39-3-3.104zM5 4.07h14c.552 0 1 .463 1 1.034v10.345c0 .572-.448 1.035-1 1.035h-2.5c-1.574 0-3.056.766-4 2.069l-.5.69-.5-.69c-.944-1.303-2.426-2.07-4-2.07H5c-.552 0-1-.462-1-1.034V5.103c0-.57.448-1.034 1-1.034" clip-rule="evenodd" /></symbol>',"chat");const wv="chat";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat--filled"><path d="M2 5.103C2 3.39 3.343 2 5 2h14c1.657 0 3 1.39 3 3.103v10.345c0 1.714-1.343 3.104-3 3.104h-2.5c-.944 0-1.833.46-2.4 1.241l-1.3 1.793a.98.98 0 0 1-1.6 0l-1.3-1.793a2.97 2.97 0 0 0-2.4-1.241H5c-1.657 0-3-1.39-3-3.104z" /></symbol>',"chat--filled");const Cv="chat--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-emoji"><path fill-rule="evenodd" d="M20 12a8 8 0 1 1-16 0 8 8 0 0 1 16 0m2 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10M8.5 11a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3m7 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3M12 16c-1.312 0-2.328-.437-3.008-1.041a3.4 3.4 0 0 1-.362-.375 2 2 0 0 0-.311-.302A1.27 1.27 0 0 0 7.55 14c-.728 0-1.259.693-.872 1.31.277.443.631.846 1.048 1.199C8.814 17.429 10.327 18 12 18s3.187-.57 4.275-1.491c.416-.353.77-.756 1.048-1.199.386-.617-.145-1.31-.873-1.31a1.27 1.27 0 0 0-.768.282 1.8 1.8 0 0 0-.312.302q-.16.196-.362.375C14.328 15.563 13.313 16 12 16m4.916-.146-.002.002z" clip-rule="evenodd" /></symbol>',"chat-emoji");const kv="chat-emoji";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-end"><path d="m14.774 8.924-1.325 1.327 1.281 1.282c.392.393.381 1.041-.024 1.448-.406.406-1.054.417-1.446.024l-1.285-1.287-1.329 1.33c-.406.406-1.053.417-1.445.024s-.382-1.04.024-1.447L10.55 10.3l-1.28-1.281c-.392-.393-.38-1.041.025-1.447.406-.407 1.053-.418 1.445-.025l1.284 1.286 1.33-1.332c.406-.406 1.053-.417 1.446-.024.392.393.381 1.04-.025 1.447" /><path fill-rule="evenodd" d="M2 5.103C2 3.39 3.343 2 5 2h14c1.657 0 3 1.39 3 3.103v10.345c0 1.714-1.343 3.104-3 3.104h-2.5c-.944 0-1.833.46-2.4 1.241l-1.3 1.793a.98.98 0 0 1-1.6 0l-1.3-1.793a2.97 2.97 0 0 0-2.4-1.241H5c-1.657 0-3-1.39-3-3.104zM5 4.07h14c.552 0 1 .463 1 1.034v10.345c0 .572-.448 1.035-1 1.035h-2.5c-1.574 0-3.056.766-4 2.069l-.5.69-.5-.69c-.944-1.303-2.426-2.07-4-2.07H5c-.552 0-1-.462-1-1.034V5.103c0-.57.448-1.034 1-1.034" clip-rule="evenodd" /></symbol>',"chat-end");const xv="chat-end";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-end--filled"><path fill-rule="evenodd" d="M5 2C3.343 2 2 3.39 2 5.103v10.345c0 1.714 1.343 3.104 3 3.104h2.5c.944 0 1.833.46 2.4 1.241l1.3 1.793a.98.98 0 0 0 1.6 0l1.3-1.793a2.97 2.97 0 0 1 2.4-1.241H19c1.657 0 3-1.39 3-3.104V5.103C22 3.39 20.657 2 19 2zm8.45 8.25 1.324-1.326c.406-.406.417-1.054.025-1.447-.393-.393-1.04-.382-1.446.024l-1.33 1.332-1.283-1.286c-.393-.393-1.04-.382-1.446.025-.406.406-.417 1.054-.024 1.447l1.279 1.28-1.324 1.326c-.406.407-.417 1.055-.024 1.447s1.04.382 1.445-.024l1.329-1.33 1.285 1.287c.392.393 1.04.382 1.446-.024s.416-1.055.024-1.448z" clip-rule="evenodd" /></symbol>',"chat-end--filled");const _v="chat-end--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-group"><path fill-rule="evenodd" d="M4 8.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0M7.5 7a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3" clip-rule="evenodd" /><path d="M4 18c0-1.55 1.453-3 3.5-3s3.5 1.45 3.5 3a1 1 0 1 0 2 0c0-1.55 1.453-3 3.5-3s3.5 1.45 3.5 3a1 1 0 1 0 2 0c0-2.869-2.576-5-5.5-5-1.809 0-3.485.816-4.5 2.117C10.985 13.817 9.309 13 7.5 13 4.576 13 2 15.131 2 18a1 1 0 1 0 2 0" /><path fill-rule="evenodd" d="M16.5 5a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7M15 8.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0" clip-rule="evenodd" /></symbol>',"chat-group");const Iv="chat-group";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-join"><path d="m13.006 7.359.002 1.875h1.812c.555.001 1.006.467 1.006 1.042 0 .574-.45 1.04-1.005 1.039l-1.819-.001.002 1.88c0 .574-.45 1.04-1.005 1.039-.556 0-1.006-.466-1.006-1.04l-.002-1.874-1.81-.001c-.555 0-1.006-.466-1.006-1.04s.45-1.04 1.005-1.04l1.817.001-.002-1.882c0-.574.45-1.04 1.005-1.04.556.001 1.006.467 1.006 1.042" /><path fill-rule="evenodd" d="M2 5.103C2 3.39 3.343 2 5 2h14c1.657 0 3 1.39 3 3.103v10.345c0 1.714-1.343 3.104-3 3.104h-2.5c-.944 0-1.833.46-2.4 1.241l-1.3 1.793a.98.98 0 0 1-1.6 0l-1.3-1.793a2.97 2.97 0 0 0-2.4-1.241H5c-1.657 0-3-1.39-3-3.104zM5 4.07h14c.552 0 1 .463 1 1.034v10.345c0 .572-.448 1.035-1 1.035h-2.5c-1.574 0-3.056.766-4 2.069l-.5.69-.5-.69c-.944-1.303-2.426-2.07-4-2.07H5c-.552 0-1-.462-1-1.034V5.103c0-.57.448-1.034 1-1.034" clip-rule="evenodd" /></symbol>',"chat-join");const Sv="chat-join";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-message-status-read"><path fill-rule="evenodd" d="M15.716 8.653a.968.968 0 1 0-1.37-1.37l-4.784 4.781-.908-.906a.97.97 0 0 0-1.37 1.37l.907.906-.287.287a.485.485 0 0 1-.685 0l-2.565-2.563a.97.97 0 0 0-1.37 1.37l2.907 2.905a1.94 1.94 0 0 0 2.741 0l.63-.63.63.63a1.94 1.94 0 0 0 2.74 0l6.784-6.78a.968.968 0 1 0-1.37-1.37l-6.442 6.438a.485.485 0 0 1-.685 0l-.287-.287z" clip-rule="evenodd" /></symbol>',"chat-message-status-read");const Av="chat-message-status-read";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-message-status-sent"><path fill-rule="evenodd" d="M18.121 7.293a1 1 0 0 1 0 1.414l-7 7a2 2 0 0 1-2.828 0l-3-3a1 1 0 1 1 1.414-1.414l2.647 2.646a.5.5 0 0 0 .707 0l6.646-6.646a1 1 0 0 1 1.414 0" clip-rule="evenodd" /></symbol>',"chat-message-status-sent");const Ev="chat-message-status-sent";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-quick-response"><path fill-rule="evenodd" d="M2 5.103C2 3.39 3.343 2 5 2h14c1.657 0 3 1.39 3 3.103v10.345c0 1.714-1.343 3.104-3 3.104h-2.5c-.944 0-1.833.46-2.4 1.241l-1.3 1.793a.98.98 0 0 1-1.6 0l-1.3-1.793a2.97 2.97 0 0 0-2.4-1.241H5c-1.657 0-3-1.39-3-3.104zM5 4.07h14c.552 0 1 .463 1 1.034v10.345c0 .572-.448 1.035-1 1.035h-2.5c-1.574 0-3.056.766-4 2.069l-.5.69-.5-.69c-.944-1.303-2.426-2.07-4-2.07H5c-.552 0-1-.462-1-1.034V5.103c0-.57.448-1.034 1-1.034M7 8a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1m1 3a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2z" clip-rule="evenodd" /></symbol>',"chat-quick-response");const Tv="chat-quick-response";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-quick-response--filled"><path fill-rule="evenodd" d="M2 5.103C2 3.39 3.343 2 5 2h14c1.657 0 3 1.39 3 3.103v10.345c0 1.714-1.343 3.104-3 3.104h-2.5c-.944 0-1.833.46-2.4 1.241l-1.3 1.793a.98.98 0 0 1-1.6 0l-1.3-1.793a2.97 2.97 0 0 0-2.4-1.241H5c-1.657 0-3-1.39-3-3.104zM8 7a1 1 0 0 0 0 2h8a1 1 0 1 0 0-2zm-1 5a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1" clip-rule="evenodd" /></symbol>',"chat-quick-response--filled");const Dv="chat-quick-response--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-reply"><path fill-rule="evenodd" d="m10.62 7.225-4.537 3.716 4.62 4.081v-2.109a1 1 0 0 1 1-1c2.547 0 4.95.947 6.767 2.506-1.094-2.68-3.757-4.624-6.85-4.624a1 1 0 0 1-1-1zm.952-2.046a1.85 1.85 0 0 1 1.048 1.678v.992c4.693.505 8.38 4.518 8.38 9.263V18a1 1 0 0 1-1.903.43c-1.123-2.355-3.574-4.114-6.393-4.456v1.442c0 .797-.482 1.415-1.127 1.668a1.93 1.93 0 0 1-1.96-.353l-5.028-4.44-.031-.03a1.855 1.855 0 0 1 .06-2.705L9.62 5.459a1.745 1.745 0 0 1 1.952-.28" clip-rule="evenodd" /></symbol>',"chat-reply");const Ov="chat-reply";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-send"><path fill-rule="evenodd" d="M10.568 4.251 21.35 9.754c1.533.772 1.532 3.026-.004 3.795l-.013.007-10.794 5.208c-.896.445-1.83.227-2.422-.367a2.1 2.1 0 0 1-.436-2.332l1.932-4.61-1.93-4.515c-.395-.898-.075-1.81.486-2.35.57-.55 1.507-.824 2.398-.339M9.509 6.12q-.001 0 .005.014l.005.012 1.926 4.504h7.252L9.647 6.03 9.6 6.006a.1.1 0 0 0-.045.03.16.16 0 0 0-.044.07zm.013 10.73 1.759-4.196h7.314L9.666 16.96l-.013.007a.3.3 0 0 1-.076.026q-.019.002-.02.001c-.003 0-.012-.002-.025-.015a.1.1 0 0 1-.027-.051.1.1 0 0 1 .009-.061z" clip-rule="evenodd" /><path d="M4.5 13.455a1.001 1.001 0 0 0 0 2.004h1.6a1.001 1.001 0 0 0 0-2.004zM2.5 11.45c0-.553.448-1.002 1-1.002h2.6a1.001 1.001 0 0 1 0 2.005H3.5c-.552 0-1-.45-1-1.003M2.5 7.442a1.001 1.001 0 0 0 0 2.004h3.6a1.001 1.001 0 0 0 0-2.004z" /></symbol>',"chat-send");const Rv="chat-send";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-transfer"><path d="M15.713 12.28a.987.987 0 0 1-1.386 0c-.37-.367-.553-.886-.652-1.302a6 6 0 0 1-.115-.686l-3.886 3.924a.987.987 0 0 1-1.387 0 .965.965 0 0 1 0-1.374l3.886-3.924a6 6 0 0 1-.692-.115c-.42-.098-.944-.278-1.314-.645a.965.965 0 0 1 0-1.373.987.987 0 0 1 1.387 0q-.01-.009.004 0c.028.014.134.072.372.127.28.065.636.103 1.01.103s.73-.037 1.01-.103c.238-.055.344-.113.372-.128q.014-.007.005 0a.987.987 0 0 1 1.386 0 .965.965 0 0 1 0 1.374q.008-.01 0 .004a1.4 1.4 0 0 0-.129.369c-.066.278-.104.63-.104 1.001s.038.724.104 1.001a1.4 1.4 0 0 0 .129.373.965.965 0 0 1 0 1.374" /><path fill-rule="evenodd" d="M5 2C3.343 2 2 3.39 2 5.103v10.345c0 1.714 1.343 3.104 3 3.104h2.5c.944 0 1.833.46 2.4 1.241l1.3 1.793a.98.98 0 0 0 1.6 0l1.3-1.793a2.97 2.97 0 0 1 2.4-1.241H19c1.657 0 3-1.39 3-3.104V5.103C22 3.39 20.657 2 19 2zm14 2.069H5c-.552 0-1 .463-1 1.034v10.345c0 .572.448 1.035 1 1.035h2.5c1.574 0 3.056.766 4 2.069l.5.69.5-.69c.944-1.303 2.426-2.07 4-2.07H19c.552 0 1-.462 1-1.034V5.103c0-.57-.448-1.034-1-1.034" clip-rule="evenodd" /></symbol>',"chat-transfer");const Bv="chat-transfer";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-transfer--filled"><path fill-rule="evenodd" d="M2 5.103C2 3.39 3.343 2 5 2h14c1.657 0 3 1.39 3 3.103v10.345c0 1.714-1.343 3.104-3 3.104h-2.5c-.944 0-1.833.46-2.4 1.241l-1.3 1.793a.98.98 0 0 1-1.6 0l-1.3-1.793a2.97 2.97 0 0 0-2.4-1.241H5c-1.657 0-3-1.39-3-3.104zm12.327 7.177a.987.987 0 0 0 1.386 0 .965.965 0 0 0 0-1.374q.008.01 0-.004a1.4 1.4 0 0 1-.129-.369 4.5 4.5 0 0 1-.104-1c0-.372.038-.724.104-1.002a1.4 1.4 0 0 1 .129-.373.965.965 0 0 0 0-1.373.987.987 0 0 0-1.386 0q.009-.009-.005 0c-.028.014-.134.072-.372.127-.28.066-.636.103-1.01.103a4.6 4.6 0 0 1-1.01-.103c-.238-.055-.344-.113-.372-.128q-.014-.007-.004 0a.987.987 0 0 0-1.387 0 .965.965 0 0 0 0 1.374c.37.367.894.547 1.314.645.22.052.454.09.692.115l-3.886 3.924a.965.965 0 0 0 0 1.374.987.987 0 0 0 1.387 0l3.886-3.924a6 6 0 0 0 .115.686c.1.416.281.935.651 1.302" clip-rule="evenodd" /></symbol>',"chat-transfer--filled");const Lv="chat-transfer--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="checkbox"><path fill-rule="evenodd" d="M3 6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3zm3-1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1z" clip-rule="evenodd" /></symbol>',"checkbox");const Nv="checkbox";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="checkbox--checked"><path fill-rule="evenodd" d="M6 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3zM5 6a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1zm12.707 2.293a1 1 0 0 1 0 1.414l-7 7a1 1 0 0 1-1.414 0l-3-3a1 1 0 1 1 1.414-1.414L10 14.586l6.293-6.293a1 1 0 0 1 1.414 0" clip-rule="evenodd" /></symbol>',"checkbox--checked");const Pv="checkbox--checked";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="checkbox--checked--filled"><path fill-rule="evenodd" d="M6 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3zm11.707 6.707a1 1 0 0 0-1.414-1.414L10 14.586l-2.293-2.293a1 1 0 0 0-1.414 1.414l3 3a1 1 0 0 0 1.414 0z" clip-rule="evenodd" /></symbol>',"checkbox--checked--filled");const $v="checkbox--checked--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 14 14" id="checkbox-tick"><path fill-rule="evenodd" d="M13.694 2.315a1.1 1.1 0 0 1 0 1.522L6.39 11.37c-.816.84-2.137.84-2.952 0L.306 8.14a1.1 1.1 0 0 1 0-1.521 1.02 1.02 0 0 1 1.476 0l2.762 2.847a.51.51 0 0 0 .738 0l6.936-7.152a1.02 1.02 0 0 1 1.476 0" clip-rule="evenodd" style="fill-opacity:1" /></symbol>',"checkbox-tick");const Mv="checkbox-tick";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="clear"><path fill-rule="evenodd" d="M2.91 14.228a1.936 1.936 0 0 0 0 2.77l2.077 2.043H2.996a.99.99 0 0 0-.996.98c0 .54.446.979.996.979h17.923c.55 0 .996-.439.996-.98s-.446-.979-.996-.979h-5.516l6.014-5.916a1.936 1.936 0 0 0 0-2.77L15.54 4.574a2.015 2.015 0 0 0-2.816 0zm9.676 4.813.452-.444-5.877-5.78-2.843 2.796 3.485 3.428zm1.546-13.082-5.563 5.472 5.877 5.78 5.563-5.471z" clip-rule="evenodd" /></symbol>',"clear");const qv="clear";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="close"><path d="M8.707 7.293a1 1 0 0 0-1.414 1.414L10.586 12l-3.293 3.293a1 1 0 1 0 1.414 1.414L12 13.414l3.293 3.293a1 1 0 0 0 1.414-1.414L13.414 12l3.293-3.293a1 1 0 0 0-1.414-1.414L12 10.586z" /></symbol>',"close");const jv="close";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="close--filled"><path fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10M7.293 7.293a1 1 0 0 1 1.414 0L12 10.586l3.293-3.293a1 1 0 1 1 1.414 1.414L13.414 12l3.293 3.293a1 1 0 0 1-1.414 1.414L12 13.414l-3.293 3.293a1 1 0 0 1-1.414-1.414L10.586 12 7.293 8.707a1 1 0 0 1 0-1.414" clip-rule="evenodd" /></symbol>',"close--filled");const Fv="close--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="collapse"><path d="M5 4h14a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-6a1 1 0 1 0 0 2h6a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3H5a3 3 0 0 0-3 3v6a1 1 0 1 0 2 0V5a1 1 0 0 1 1-1" /><path fill-rule="evenodd" d="M11 16a3 3 0 0 0-3-3H5a3 3 0 0 0-3 3v3a3 3 0 0 0 3 3h3a3 3 0 0 0 3-3zm-3-1H5a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1" clip-rule="evenodd" /><path d="M16.657 13a1 1 0 0 0 0-1.414c-.378-.378-.912-.563-1.34-.664a6 6 0 0 0-.707-.118l3.562-3.561a1 1 0 1 0-1.415-1.415l-3.56 3.561a6 6 0 0 0-.119-.706c-.1-.428-.286-.962-.664-1.34A1 1 0 1 0 11 8.757q-.009-.01 0 .005c.015.028.074.136.131.38.068.285.106.648.106 1.03 0 .381-.038.744-.106 1.03a1.5 1.5 0 0 1-.131.384A1 1 0 0 0 12.414 13q-.01.009.004 0a1.5 1.5 0 0 1 .38-.131 4.7 4.7 0 0 1 1.03-.106c.382 0 .745.038 1.03.106a1.5 1.5 0 0 1 .385.131 1 1 0 0 0 1.414 0" /></symbol>',"collapse");const Vv="collapse";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="column-select"><path d="M13 9a1 1 0 1 0-2 0v2H9a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2z" /><path fill-rule="evenodd" d="M7.077 2.617C7.931 3.36 8 4.422 8 5v4a1 1 0 1 1-2 0V4.92C5.98 4.006 5.63 4 5.2 4h-.4c-.43 0-.78.006-.8.92v14.16c.02.915.37.92.8.92h.4c.43 0 .78-.006.8-.92V15a1 1 0 1 1 2 0v4c0 .578-.069 1.641-.923 2.383-.78.677-1.77.623-1.87.617h-.415c-.098.006-1.09.06-1.87-.617C2.07 20.64 2 19.578 2 19V5c0-.578.069-1.641.923-2.383.78-.677 1.77-.623 1.87-.617h.415c.098-.006 1.09-.06 1.87.617M10 17a1 1 0 0 0-1 1v1c0 .578.069 1.641.923 2.383.78.677 1.77.623 1.87.617h.415c.098.006 1.09.06 1.87-.617C14.93 20.64 15 19.578 15 19v-1a1 1 0 1 0-2 0v1.08c-.02.915-.37.92-.8.92h-.4c-.43 0-.78-.006-.8-.92V18a1 1 0 0 0-1-1m4-10a1 1 0 0 1-1-1V4.92c-.02-.914-.37-.92-.8-.92h-.4c-.43 0-.78.006-.8.92V6a1 1 0 1 1-2 0V5c0-.578.069-1.641.923-2.383.78-.677 1.77-.623 1.87-.617h.415c.098-.006 1.09-.06 1.87.617C14.93 3.36 15 4.422 15 5v1a1 1 0 0 1-1 1m3 7a1 1 0 0 0-1 1v4c0 .578.069 1.641.923 2.383.78.677 1.77.623 1.87.617h.415c.098.006 1.09.06 1.87-.617C21.93 20.64 22 19.578 22 19V5c0-.578-.069-1.641-.923-2.383-.78-.677-1.77-.623-1.87-.617h-.415c-.098-.006-1.09-.06-1.87.617C16.07 3.36 16 4.422 16 5v4a1 1 0 1 0 2 0V4.92c.02-.914.37-.92.8-.92h.4c.43 0 .78.006.8.92v14.16c-.02.915-.37.92-.8.92h-.4c-.43 0-.78-.006-.8-.92V15a1 1 0 0 0-1-1" clip-rule="evenodd" /></symbol>',"column-select");const Uv="column-select";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="comment"><path d="M6.8 10a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2h-8a1 1 0 0 1-1-1M7.8 13a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2z" /><path fill-rule="evenodd" d="M8.147 21.311a10 10 0 0 0 10.725-2.24c3.905-3.905 3.905-10.237 0-14.142s-10.237-3.905-14.142 0a10 10 0 0 0-2.24 10.725c.313.8-.019 3.148-.296 4.726a1.067 1.067 0 0 0 1.227 1.227c1.578-.277 3.926-.61 4.726-.296m9.31-14.968a8.002 8.002 0 0 0-13.106 8.581c.212.54.253 1.128.263 1.536.011.46-.016.96-.058 1.442-.045.502-.11 1.025-.183 1.526.5-.073 1.024-.138 1.526-.183.482-.042.981-.07 1.442-.058.408.01.996.05 1.535.262a8.003 8.003 0 0 0 8.582-13.106" clip-rule="evenodd" /></symbol>',"comment");const zv="comment";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="conference"><path fill-rule="evenodd" d="M4 5.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0M7.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M13 5.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0M16.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3" clip-rule="evenodd" /><path fill-rule="evenodd" d="M8.5 11.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0M12 10a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3" clip-rule="evenodd" /><path d="M6.5 21c0-2.869 2.576-5 5.5-5s5.5 2.131 5.5 5a1 1 0 1 1-2 0c0-1.55-1.453-3-3.5-3s-3.5 1.45-3.5 3a1 1 0 1 1-2 0M7.5 11.143c0-.631-.516-1.154-1.136-1.035C3.94 10.577 2 12.51 2 15a1 1 0 1 0 2 0c0-1.324 1.062-2.577 2.649-2.912.463-.098.851-.472.851-.945M17.636 10.109c-.62-.12-1.136.403-1.136 1.034 0 .473.388.847.852.945C18.938 12.423 20 13.676 20 15a1 1 0 1 0 2 0c0-2.49-1.94-4.424-4.364-4.892" /></symbol>',"conference");const Hv="conference";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="contacts"><path fill-rule="evenodd" d="M14.011 6.5c0 1.104-.9 2-2.011 2a2.006 2.006 0 0 1-2.011-2c0-1.105.9-2 2.011-2 1.11 0 2.011.895 2.011 2m2.011 0c0 2.209-1.8 4-4.022 4-2.221 0-4.022-1.791-4.022-4s1.8-4 4.022-4c2.221 0 4.022 1.79 4.022 4m2.946 14.003C18.48 17.109 15.547 14.5 12 14.5s-6.481 2.61-6.968 6.003c-.078.547-.52.997-1.076.997-.555 0-1.011-.45-.95-.998C3.504 16 7.34 12.5 12 12.5s8.495 3.5 8.994 8.002c.061.549-.395.998-.95.998s-.998-.45-1.076-.997" clip-rule="evenodd" /></symbol>',"contacts");const Wv="contacts";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="copy"><path d="M10 5.058C10 3.396 11.317 2 13 2h4.5c1.683 0 3 1.396 3 3.058v8.884c0 1.662-1.317 3.058-3 3.058h-.571a1 1 0 0 1 0-2h.571c.526 0 1-.447 1-1.058V5.058c0-.611-.474-1.058-1-1.058H13c-.526 0-1 .447-1 1.058a1 1 0 1 1-2 0M12 11H7v1h5zM7 17h5v1H7zM12 14H7v1h5z" /><path fill-rule="evenodd" d="M6.444 7C5.094 7 4 8.033 4 9.308v10.384C4 20.967 5.094 22 6.444 22h6.112C13.906 22 15 20.967 15 19.692V9.308C15 8.033 13.906 7 12.556 7zM6.09 9.13C6.016 9.2 6 9.261 6 9.308v10.384c0 .047.016.11.089.178.074.07.196.13.355.13h6.112c.16 0 .28-.06.355-.13.072-.069.089-.131.089-.178V9.308c0-.047-.017-.11-.089-.178a.51.51 0 0 0-.355-.13H6.444c-.16 0-.28.06-.355.13" clip-rule="evenodd" /></symbol>',"copy");const Zv="copy";J('<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="custom-chat-gateway"><path fill="#556AF6" d="M13 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0" /><path fill="#556AF6" fill-rule="evenodd" d="M12 18.368 9.803 16.17H7.785a.7.7 0 0 1-.694-.694V8c0-.38.313-.694.694-.694h8.43c.38 0 .694.313.694.694v7.477c0 .38-.313.694-.694.694h-2.018zM11.5 8h1l.18 1.077c.325.076.63.204.906.376l.889-.635.707.707-.635.889q.26.415.376.906L16 11.5v1l-1.077.18c-.076.325-.204.63-.376.906l.635.889-.707.707-.889-.635c-.275.172-.58.3-.906.376L12.5 16h-1l-.18-1.077a3 3 0 0 1-.906-.376l-.889.635-.707-.707.635-.89c-.172-.275-.3-.58-.376-.905L8 12.5v-1l1.077-.18c.076-.325.204-.63.376-.906l-.635-.889.707-.707.89.635c.275-.172.58-.3.906-.376z" clip-rule="evenodd" /><path fill="#556AF6" fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10M9.35 17.262l2.24 2.238a.58.58 0 0 0 .82 0l2.24-2.238h1.565c.983 0 1.785-.802 1.785-1.786V8c0-.983-.802-1.785-1.785-1.785h-8.43C6.802 6.215 6 7.017 6 8v7.477c0 .983.802 1.785 1.785 1.785z" clip-rule="evenodd" /></symbol>',"custom-chat-gateway");const Yv="custom-chat-gateway";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="dark-mode"><path fill-rule="evenodd" d="M10.204 2.813c.41.609.503 1.464.134 2.214a8.56 8.56 0 0 0-.876 3.79c0 4.65 3.656 8.372 8.105 8.372.612 0 1.098.373 1.31.845a1.36 1.36 0 0 1-.364 1.613A9.9 9.9 0 0 1 12.104 22C6.497 22 2 17.33 2 11.628c0-4.194 2.428-7.82 5.94-9.453a1.78 1.78 0 0 1 1.318-.092c.42.137.736.418.946.73M8.56 4.096C5.87 5.45 4 8.306 4 11.628 4 16.28 7.655 20 12.104 20a7.86 7.86 0 0 0 3.766-.957c-4.791-.83-8.408-5.114-8.408-10.226 0-1.679.39-3.268 1.082-4.674a.2.2 0 0 0 .017-.047" clip-rule="evenodd" /><path fill-rule="evenodd" d="M15 4a1 1 0 0 1 1 1 2 2 0 0 0 2 2 1 1 0 1 1 0 2 2 2 0 0 0-2 2 1 1 0 0 1-2 0 2 2 0 0 0-2-2 1 1 0 1 1 0-2 2 2 0 0 0 2-2 1 1 0 0 1 1-1m0 3.646q-.166.188-.354.354.187.166.354.354.166-.187.354-.354A4 4 0 0 1 15 7.646" clip-rule="evenodd" /><path d="M20 11a1 1 0 1 0-2 0 1 1 0 0 1-1 1 1 1 0 1 0 0 2 1 1 0 0 1 1 1 1 1 0 0 0 2 0 1 1 0 0 1 1-1 1 1 0 0 0 0-2 1 1 0 0 1-1-1" /></symbol>',"dark-mode");const Kv="dark-mode";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 24" id="docs"><path d="M8.4 10a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1M9.4 12a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2zM8.4 16a1 1 0 0 1 1-1h3a1 1 0 1 1 0 2h-3a1 1 0 0 1-1-1" /><path fill-rule="evenodd" d="M17.279 2.879 19.52 5.12a3 3 0 0 1 .879 2.122V19a3 3 0 0 1-3 3h-10a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h7.757a3 3 0 0 1 2.122.879M17.399 20a1 1 0 0 0 1-1V8h-2a2 2 0 0 1-2-2V4h-7a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1zm-1-15.172V6h1.172z" clip-rule="evenodd" /></symbol>',"docs");const Gv="docs";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="done"><path d="M18.121 9.707a1 1 0 0 0-1.414-1.414l-6.646 6.646a.5.5 0 0 1-.707 0l-2.647-2.646a1 1 0 0 0-1.414 1.414l3 3a2 2 0 0 0 2.828 0z" /><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-2 0a8 8 0 1 1-16 0 8 8 0 0 1 16 0" clip-rule="evenodd" /></symbol>',"done");const Xv="done";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="download"><path d="M12.085 17.996a1 1 0 0 0 .539-.214l.014-.012a1 1 0 0 0 .268-.346c.106-.214.193-.416.281-.62.18-.416.364-.84.717-1.388.488-.76 1.265-1.66 2.65-2.584a1 1 0 1 0-1.109-1.664c-1.065.71-1.85 1.43-2.445 2.122V3a1 1 0 1 0-2 0v10.29c-.594-.692-1.38-1.412-2.445-2.122a1 1 0 0 0-1.11 1.664c1.386.924 2.164 1.824 2.651 2.583.354.55.537.973.717 1.39.087.201.174.401.279.614a1 1 0 0 0 .841.579M12 18q.043 0 .085-.004z" /><path fill-rule="evenodd" d="M5 17a1 1 0 0 1 1 1c0 .34.11.872.412 1.29.264.368.714.71 1.588.71a1 1 0 0 1 .25.032A1 1 0 0 1 8.5 20h7a1 1 0 0 1 .25.032A1 1 0 0 1 16 20c.874 0 1.324-.342 1.588-.71.302-.418.412-.95.412-1.29a1 1 0 1 1 2 0c0 .66-.19 1.628-.788 2.46C18.576 21.341 17.526 22 16 22a1 1 0 0 1-.25-.032 1 1 0 0 1-.25.032h-7a1 1 0 0 1-.25-.032A1 1 0 0 1 8 22c-1.526 0-2.576-.658-3.212-1.54A4.35 4.35 0 0 1 4 18a1 1 0 0 1 1-1" clip-rule="evenodd" /></symbol>',"download");const Qv="download";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="edit"><path fill-rule="evenodd" d="M5.622 21.957c.913 0 1.805-.366 2.5-1.058v-.001L21.09 7.92a1 1 0 0 0 .225-.17 2.23 2.23 0 0 0 0-3.203L19.522 2.76a2.24 2.24 0 0 0-3.205 0L3.123 15.908c-.695.692-1.063 1.583-1.063 2.496v2.553a1 1 0 0 0 1 1zM19.994 6.149q0 .031-.015.074a1 1 0 0 0-.133.113l-1.293 1.293-2.14-2.141 1.315-1.312c.075-.074.143-.09.191-.09s.117.016.191.09l1.794 1.788c.074.074.09.14.09.185M17.14 9.044 6.71 19.483c-.331.329-.72.474-1.088.474H4.06v-1.553c0-.364.144-.75.474-1.08L14.996 6.9z" clip-rule="evenodd" /></symbol>',"edit");const Jv="edit";J('<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="elevenlabs"><circle cx="12" cy="12" r="10" fill="#D9D9D9" /><path fill="#312B41" d="M11 6H8v12h3zM16 6h-3v12h3z" /></symbol>',"elevenlabs");const ew="elevenlabs";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="email"><path fill-rule="evenodd" d="M13.774 2.58a3 3 0 0 0-3.548 0L3.91 7.214l-.05.039C2.77 7.716 2 8.827 2 10.123v7.793c0 1.714 1.343 3.104 3 3.104h14c1.657 0 3-1.39 3-3.104v-7.793c0-1.296-.768-2.406-1.859-2.87l-.05-.04zm2.672 4.44-3.854-2.826a1 1 0 0 0-1.183 0L7.555 7.02zM4.882 9.096A1 1 0 0 1 5 9.089h14q.06 0 .117.007-.108.045-.208.117l-5.205 3.818a3 3 0 0 0-3.407 0L5.09 9.213a1 1 0 0 0-.208-.117M4 10.893v6.754l4.605-3.377zm1.603 8.058h12.794l-5.805-4.257a1 1 0 0 0-1.183 0zM20 17.646l-4.604-3.376L20 10.893z" clip-rule="evenodd" /></symbol>',"email");const tw="email";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="email-inbound"><path fill-rule="evenodd" d="M12.655 4.26a.994.994 0 0 0-1.31 0L7.181 7.898h9.638zm-2.62-1.522-6.16 5.378A3.02 3.02 0 0 0 2 10.92v8.059C2 20.647 3.343 22 5 22h14c1.657 0 3-1.353 3-3.022v-8.06a3.02 3.02 0 0 0-1.875-2.802l-6.16-5.378a2.98 2.98 0 0 0-3.93 0M4 18.585v-7.206l.345.301a.995.995 0 0 0 1.41-.101 1.013 1.013 0 0 0-.1-1.421l-.282-.247H18.55l-.174.152c-.417.364-.462 1-.1 1.421a.995.995 0 0 0 1.41.102l.314-.274v7.206l-.345-.301a.995.995 0 0 0-1.41.101 1.01 1.01 0 0 0 .1 1.421l.282.246H5.45l.174-.151c.417-.365.462-1.001.1-1.421a.995.995 0 0 0-1.41-.102zm10.485-1.856c.39.393.39 1.031 0 1.425a.995.995 0 0 1-1.414 0q.01.008-.004 0a1.5 1.5 0 0 0-.38-.133 4.6 4.6 0 0 0-1.03-.107c-.382 0-.745.04-1.03.107a1.5 1.5 0 0 0-.38.133q-.014.008-.004 0a.995.995 0 0 1-1.415 0 1.013 1.013 0 0 1 0-1.425q-.008.01 0-.004c.016-.029.075-.138.132-.383.067-.287.106-.653.106-1.038 0-.384-.039-.75-.106-1.038a1.5 1.5 0 0 0-.132-.382q-.008-.014 0-.004a1.013 1.013 0 0 1 0-1.425.995.995 0 0 1 1.415 0c.377.38.563.918.664 1.35a6 6 0 0 1 .118.712l2.753-2.774a.995.995 0 0 1 1.415 0c.39.393.39 1.031 0 1.424l-2.754 2.774q.366.039.706.12c.429.1.963.288 1.34.668" clip-rule="evenodd" /></symbol>',"email-inbound");const ow="email-inbound";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="email-outbound"><path d="M9.536 13.168a1.013 1.013 0 0 1 0-1.425.995.995 0 0 1 1.414 0q-.01-.009.004 0c.029.015.137.075.38.132.285.068.648.107 1.03.107s.745-.039 1.03-.107a1.5 1.5 0 0 0 .38-.133q.014-.008.004 0a.995.995 0 0 1 1.415.001c.39.393.39 1.031 0 1.425q.007-.01 0 .004c-.016.028-.075.138-.132.382a4.7 4.7 0 0 0-.106 1.038c0 .385.039.75.106 1.038.057.245.116.354.132.383q.008.014 0 .004c.39.393.39 1.031 0 1.425a.995.995 0 0 1-1.415 0c-.377-.381-.563-.919-.664-1.35a6 6 0 0 1-.118-.712l-2.753 2.774a.995.995 0 0 1-1.414 0 1.013 1.013 0 0 1 0-1.425l2.753-2.773a6 6 0 0 1-.707-.12c-.428-.101-.962-.288-1.34-.668" /><path fill-rule="evenodd" d="m10.035 2.738-6.16 5.378A3.02 3.02 0 0 0 2 10.92v8.059C2 20.647 3.343 22 5 22h14c1.657 0 3-1.353 3-3.022v-8.06a3.02 3.02 0 0 0-1.875-2.802l-6.16-5.378a2.98 2.98 0 0 0-3.93 0m2.62 1.523a.994.994 0 0 0-1.31 0L7.181 7.897h9.638zM4 18.585V11.38l.345.301a.995.995 0 0 0 1.41-.101 1.013 1.013 0 0 0-.1-1.421l-.282-.247H18.55l-.174.152c-.417.364-.462 1-.1 1.421a.995.995 0 0 0 1.41.102l.314-.274v7.206l-.345-.301a.995.995 0 0 0-1.41.101 1.01 1.01 0 0 0 .1 1.421l.282.246H5.45l.174-.151c.417-.365.462-1.001.1-1.421a.995.995 0 0 0-1.41-.102z" clip-rule="evenodd" /></symbol>',"email-outbound");const iw="email-outbound";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="expand"><path d="M19 4H5a1 1 0 0 0-1 1v6a1 1 0 1 1-2 0V5a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3h-6a1 1 0 1 1 0-2h6a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1" /><path fill-rule="evenodd" d="M8 13a3 3 0 0 1 3 3v3a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3v-3a3 3 0 0 1 3-3zm-3 2h3a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1" clip-rule="evenodd" /><path d="M12.515 7.242a1 1 0 1 1 1.414-1.414q-.01-.008.004 0c.029.015.137.075.38.132a4.7 4.7 0 0 0 1.03.106 4.7 4.7 0 0 0 1.03-.106c.243-.057.352-.117.38-.132q.014-.008.004 0a1 1 0 0 1 1.415 1.414q.008-.01 0 .005a1.5 1.5 0 0 0-.132.38 4.7 4.7 0 0 0-.106 1.03c0 .381.039.744.106 1.03.057.243.117.351.132.38q.008.014 0 .004a1 1 0 0 1-1.415 1.414c-.377-.378-.563-.911-.664-1.34a6 6 0 0 1-.118-.706L12.415 13A1 1 0 0 1 11 11.586l3.561-3.561a6 6 0 0 1-.706-.118c-.429-.101-.963-.287-1.34-.665" /></symbol>',"expand");const nw="expand";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="eye--closed"><path d="M12 5c-1.92 0-3.842.734-5.548 1.9a14.9 14.9 0 0 0-4.24 4.48 1 1 0 0 0-.09.143 1 1 0 0 0 0 .954q.04.075.09.143a15 15 0 0 0 3.015 3.538l1.675-1.21A13.1 13.1 0 0 1 4.189 12 13 13 0 0 1 7.58 8.551C9.05 7.547 10.585 7 12 7c1.304 0 2.711.465 4.074 1.324l1.727-1.247q-.126-.09-.253-.177C15.842 5.734 13.92 5 12 5" /><path fill-rule="evenodd" d="M7.59 17.795 5.171 19.62A1 1 0 0 1 4 18L20.414 6.19a1 1 0 1 1 1.171 1.62l-1.63 1.164c.698.747 1.318 1.56 1.833 2.406q.05.069.09.143a1 1 0 0 1 0 .954q-.039.075-.09.143a14.9 14.9 0 0 1-4.24 4.48C15.842 18.266 13.92 19 12 19c-1.503 0-3.008-.45-4.41-1.205m10.72-7.647-8.857 6.318c.866.35 1.727.534 2.547.534 1.415 0 2.95-.547 4.42-1.551A13 13 0 0 0 19.81 12a13 13 0 0 0-1.501-1.852" clip-rule="evenodd" /><path d="M12 9c.786 0 1.5.302 2.036.796L9.267 13.24A3 3 0 0 1 12 9" /></symbol>',"eye--closed");const aw="eye--closed";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="eye--opened"><path fill-rule="evenodd" d="M6.452 6.9C8.158 5.734 10.08 5 12 5s3.842.734 5.548 1.9a14.9 14.9 0 0 1 4.24 4.48q.05.069.09.143a1 1 0 0 1 0 .954q-.039.075-.09.143a14.9 14.9 0 0 1-4.24 4.48C15.842 18.266 13.92 19 12 19s-3.842-.734-5.548-1.9a14.9 14.9 0 0 1-4.24-4.48 1 1 0 0 1-.09-.143 1 1 0 0 1 0-.954q.04-.075.09-.143a14.9 14.9 0 0 1 4.24-4.48M12 7c-1.415 0-2.95.547-4.42 1.551A13 13 0 0 0 4.19 12a13 13 0 0 0 3.391 3.449C9.05 16.453 10.585 17 12 17s2.95-.547 4.42-1.551A13 13 0 0 0 19.81 12a13 13 0 0 0-3.391-3.449C14.95 7.547 13.415 7 12 7" clip-rule="evenodd" /><path fill-rule="evenodd" d="M9 12a3 3 0 1 1 6 0 3 3 0 0 1-6 0" clip-rule="evenodd" /></symbol>',"eye--opened");const rw="eye--opened";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="false-ic"><path d="M14.242 8.586A1 1 0 1 1 15.656 10l-2.12 2.121 2.12 2.122a1 1 0 0 1-1.414 1.414l-2.12-2.122-2.123 2.122a1 1 0 0 1-1.414-1.414l2.122-2.122L8.585 10a1 1 0 0 1 1.414-1.414l2.122 2.121z" /><path fill-rule="evenodd" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16" clip-rule="evenodd" /></symbol>',"false-ic");const lw="false-ic";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="filter"><path d="M20 3a1 1 0 1 0-2 0v3.268a2 2 0 0 0 0 3.464V21a1 1 0 1 0 2 0V9.732a2 2 0 0 0 0-3.464zM13 3a1 1 0 1 0-2 0v11.268a2 2 0 0 0 0 3.464V21a1 1 0 1 0 2 0v-3.268a2 2 0 0 0 0-3.464zM6 3a1 1 0 1 0-2 0v6.268a2 2 0 0 0 0 3.464V21a1 1 0 1 0 2 0v-8.268a2 2 0 0 0 0-3.464z" /></symbol>',"filter");const sw="filter";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="flows"><path fill-rule="evenodd" d="M14.6 2a2 2 0 0 0-2 2v1q0 .066.004.13l-2.136 1.068A2 2 0 0 0 9.6 6h-3a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h3c.28 0 .546-.057.788-.161l3.225 1.935q-.013.112-.013.226v2.84l-2.021.867A2 2 0 0 0 9.6 16h-5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2v-.126l2.224-.953A2 2 0 0 0 15.6 20h5a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-5c-.28 0-.546.057-.788.161l-3.225-1.935q.013-.111.013-.226V8a2 2 0 0 0-.004-.13l2.136-1.068c.262.127.557.198.868.198h2a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm2 2h-2v1h2zm-7 4h-3v2h3zm11 6h-5v4h5zm-16 4h5v2h-5z" clip-rule="evenodd" /></symbol>',"flows");const cw="flows";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="generate"><path d="M13.858 7.514a1 1 0 0 0-1.716-1.029l-3 5A1 1 0 0 0 10 13h2.234l-2.091 3.485a1 1 0 1 0 1.714 1.03l3-5A1 1 0 0 0 14 11h-2.234z" /><path fill-rule="evenodd" d="M12 2A9.96 9.96 0 0 0 2 12a9.96 9.96 0 0 0 10 10 9.96 9.96 0 0 0 10-10A9.96 9.96 0 0 0 12 2M4 12c0-4.45 3.55-8 8-8s8 3.55 8 8-3.55 8-8 8-8-3.55-8-8" clip-rule="evenodd" /></symbol>',"generate");const dw="generate";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="google"><path fill="#4280EF" d="M22 12.24c0-.676-.067-1.373-.178-2.026h-9.625v3.856h5.513a4.54 4.54 0 0 1-2.045 3.028l3.29 2.505C20.889 17.84 22 15.268 22 12.24" /><path fill="#34A353" d="M12.197 22c2.757 0 5.068-.893 6.758-2.418l-3.29-2.484c-.912.61-2.09.959-3.468.959-2.667 0-4.912-1.765-5.735-4.118l-3.378 2.55C4.817 19.864 8.329 22 12.197 22" /><path fill="#F6B704" d="M6.462 13.917a5.96 5.96 0 0 1 0-3.834l-3.378-2.57a9.84 9.84 0 0 0 0 8.975z" /><path fill="#E54335" d="M12.197 5.965A5.63 5.63 0 0 1 16.11 7.47l2.912-2.876c-1.845-1.7-4.29-2.614-6.824-2.593-3.868 0-7.38 2.135-9.113 5.512l3.378 2.571c.823-2.375 3.068-4.118 5.735-4.118" /></symbol>',"google");const pw="google";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="group"><g fill-rule="evenodd" clip-rule="evenodd"><path d="M12 2a1 1 0 0 1 .832.445l1.592 2.389 1.295-.38a1 1 0 0 1 1.25 1.208l-1.177 4.587a1 1 0 0 1-.968.751H9.176a1 1 0 0 1-.968-.751L7.03 5.662a1 1 0 0 1 1.25-1.208l1.295.38 1.592-2.389A1 1 0 0 1 12 2m0 2.803-1.168 1.752a1 1 0 0 1-1.113.405l-.314-.092L9.952 9h4.096l.547-2.132-.314.092a1 1 0 0 1-1.113-.405zM7 13a1 1 0 0 1 .832.445l1.592 2.389 1.295-.38a1 1 0 0 1 1.25 1.208l-1.177 4.587a1 1 0 0 1-.968.751H4.176a1 1 0 0 1-.968-.751L2.03 16.662a1 1 0 0 1 1.25-1.208l1.295.38 1.592-2.389A1 1 0 0 1 7 13m0 2.803-1.168 1.752a1 1 0 0 1-1.113.405l-.314-.092L4.952 20h4.096l.547-2.132-.314.092a1 1 0 0 1-1.113-.405z" /><path d="M12 16.407a1 1 0 0 1 1.281-.953l1.295.38 1.592-2.389a1 1 0 0 1 1.664 0l1.592 2.389 1.295-.38a1 1 0 0 1 1.25 1.208l-1.177 4.587a1 1 0 0 1-.968.751h-5.648a1 1 0 0 1-.968-.751l-1.177-4.587a1 1 0 0 1-.031-.255m3.832 1.148L17 15.803l1.168 1.752a1 1 0 0 0 1.113.405l.314-.092L19.048 20h-4.096l-.547-2.132.314.092a1 1 0 0 0 1.113-.405" /></g></symbol>',"group");const uw="group";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="history"><path d="M12 4c-3.762 0-6.958 2.544-7.79 6.493l.614.091a.5.5 0 0 1 .343.77l-2.134 3.227a.5.5 0 0 1-.9-.144L1.126 10.74a.5.5 0 0 1 .556-.626l.55.082C3.209 5.317 7.187 2 12 2c5.522 0 10 4.477 10 10s-4.478 10-10 10a1 1 0 1 1 0-2 8 8 0 1 0 0-16" /><path d="M13 9a1 1 0 1 0-2 0v3.586l-1.707 1.707a1 1 0 1 0 1.414 1.414l2-2A1 1 0 0 0 13 13z" /></symbol>',"history");const fw="history";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="hold"><path fill-rule="evenodd" d="M2 12C2 6.45 6.45 2 12 2s10 4.45 10 10-4.45 10-10 10S2 17.55 2 12m10-8c-4.445 0-8 3.555-8 8s3.555 8 8 8 8-3.555 8-8-3.555-8-8-8m-2 4a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0V9a1 1 0 0 1 1-1m5 1a1 1 0 1 0-2 0v6a1 1 0 1 0 2 0z" clip-rule="evenodd" /></symbol>',"hold");const mw="hold";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="idle"><path d="M14.5 7.5 12 9 9.5 7.5z" /><path fill-rule="evenodd" d="M18 3a1 1 0 1 1 0 2h-.5v2.724a3 3 0 0 1-1.39 2.53L13.369 12l2.743 1.745a3 3 0 0 1 1.389 2.531V19h.5a1 1 0 1 1 0 2H6a1 1 0 1 1 0-2h.5v-2.724a3 3 0 0 1 1.39-2.53L10.631 12l-2.743-1.745A3 3 0 0 1 6.5 7.724V5H6a1 1 0 0 1 0-2zm-2.5 15.75v-2.474a1 1 0 0 0-.463-.843L12 13.5l-3.037 1.933a1 1 0 0 0-.463.843v2.474L12 17zM15.5 5h-7v2.724a1 1 0 0 0 .463.843L12 10.5l3.037-1.933a1 1 0 0 0 .463-.843z" clip-rule="evenodd" /></symbol>',"idle");const hw="idle";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="impacted"><path d="M11.915 8.996a1 1 0 0 1-.539-.214l-.014-.012a1 1 0 0 1-.268-.346 13 13 0 0 1-.281-.62c-.18-.416-.364-.84-.717-1.388-.488-.76.735.34-.65-.584a1 1 0 0 1 1.109-1.664c1.065.71-.15-.57.445.122V3a1 1 0 1 1 2 0v1.29c.594-.692-.62.588.445-.122a1 1 0 1 1 1.11 1.664c-1.386.924-.163-.175-.651.584-.354.549-.537.972-.717 1.388-.087.202-.174.403-.279.615a1 1 0 0 1-.841.579M12 9l-.085-.004zM11.915 15.004a1 1 0 0 0-.539.214l-.014.012a1 1 0 0 0-.268.346 13 13 0 0 0-.281.62c-.18.416-.364.84-.717 1.388-.488.76.735-.34-.65.584a1 1 0 1 0 1.109 1.664c1.065-.71-.15.57.445-.122V21a1 1 0 1 0 2 0v-1.29c.594.692-.62-.588.445.122a1 1 0 0 0 1.11-1.664c-1.386-.924-.163.175-.651-.584a8.7 8.7 0 0 1-.717-1.388c-.087-.202-.174-.403-.279-.615a1 1 0 0 0-.841-.579M12 15q-.043 0-.085.004zM8.996 11.915a1 1 0 0 0-.214-.539l-.012-.014a1 1 0 0 0-.346-.268 13 13 0 0 0-.62-.281c-.416-.18-.84-.364-1.388-.717-.76-.488.34.735-.584-.65a1 1 0 0 0-1.664 1.109c.71 1.065-.57-.15.122.445H3a1 1 0 1 0 0 2h1.29c-.692.594.588-.62-.122.445a1 1 0 1 0 1.664 1.11c.924-1.386-.175-.163.584-.651.549-.354.972-.537 1.388-.717.202-.087.403-.174.615-.279a1 1 0 0 0 .579-.841M9 12l-.004-.085zM15.004 11.915a1 1 0 0 1 .214-.539l.012-.014a1 1 0 0 1 .346-.268c.214-.106.416-.193.62-.281.416-.18.84-.364 1.388-.717.76-.488-.34.735.584-.65a1 1 0 1 1 1.664 1.109c-.71 1.065.57-.15-.122.445H21a1 1 0 1 1 0 2h-1.29c.692.594-.588-.62.122.445a1 1 0 0 1-1.664 1.11c-.924-1.386.175-.163-.584-.651a8.7 8.7 0 0 0-1.388-.717c-.202-.087-.403-.174-.615-.279a1 1 0 0 1-.579-.841M15 12q0-.043.004-.085z" /><circle cx="12" cy="12" r="1" /></symbol>',"impacted");const bw="impacted";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="instagram"><path fill="url(#instagram_a)" d="M14.207 11.99a2.197 2.197 0 1 1-4.394 0 2.197 2.197 0 0 1 4.394 0" /><path fill="url(#instagram_b)" fill-rule="evenodd" d="M15.379 6.277H8.62a2.344 2.344 0 0 0-2.344 2.344v6.758a2.344 2.344 0 0 0 2.344 2.344h6.758a2.344 2.344 0 0 0 2.344-2.344V8.62a2.344 2.344 0 0 0-2.344-2.344m.39 5.713a3.76 3.76 0 1 1-7.519 0 3.76 3.76 0 0 1 7.52 0m-.087-2.88a.908.908 0 1 0 0-1.817.908.908 0 0 0 0 1.816" clip-rule="evenodd" /><path fill="url(#instagram_c)" fill-rule="evenodd" d="M6.883 2A4.883 4.883 0 0 0 2 6.883v10.234A4.883 4.883 0 0 0 6.883 22h10.234A4.883 4.883 0 0 0 22 17.117V6.883A4.883 4.883 0 0 0 17.117 2zM4.715 8.621A3.906 3.906 0 0 1 8.62 4.715h6.758a3.906 3.906 0 0 1 3.906 3.906v6.758a3.906 3.906 0 0 1-3.906 3.906H8.62a3.906 3.906 0 0 1-3.906-3.906z" clip-rule="evenodd" /><defs><linearGradient id="instagram_a" x1="12" x2="12" y1="2" y2="22" gradientUnits="userSpaceOnUse"><stop stop-color="#6C48CB" /><stop offset=".255" stop-color="#C837AB" /><stop offset=".505" stop-color="#F14D5A" /><stop offset=".781" stop-color="#FF9248" /><stop offset="1" stop-color="#FD5" /></linearGradient><linearGradient id="instagram_b" x1="12" x2="12" y1="2" y2="22" gradientUnits="userSpaceOnUse"><stop stop-color="#6C48CB" /><stop offset=".255" stop-color="#C837AB" /><stop offset=".505" stop-color="#F14D5A" /><stop offset=".781" stop-color="#FF9248" /><stop offset="1" stop-color="#FD5" /></linearGradient><linearGradient id="instagram_c" x1="12" x2="12" y1="2" y2="22" gradientUnits="userSpaceOnUse"><stop stop-color="#6C48CB" /><stop offset=".255" stop-color="#C837AB" /><stop offset=".505" stop-color="#F14D5A" /><stop offset=".781" stop-color="#FF9248" /><stop offset="1" stop-color="#FD5" /></linearGradient></defs></symbol>',"instagram");const gw="instagram";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="job"><path fill-rule="evenodd" d="M12 7a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0V8a1 1 0 0 1 1-1" clip-rule="evenodd" /><path d="M13 15.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0" /><path fill-rule="evenodd" d="M19.7 11.275 12.726 4.3c-.401-.401-1.05-.401-1.452 0l-6.973 6.974c-.401.4-.401 1.05 0 1.45l6.974 6.975c.4.4 1.05.4 1.45 0l6.975-6.974c.4-.401.4-1.05 0-1.452m-5.56-8.389a3.026 3.026 0 0 0-4.28 0L2.886 9.86a3.026 3.026 0 0 0 0 4.28l6.974 6.974a3.026 3.026 0 0 0 4.28 0l6.974-6.974a3.026 3.026 0 0 0 0-4.28z" clip-rule="evenodd" /></symbol>',"job");const yw="job";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="job--accept"><path d="M15.707 11.207a1 1 0 0 0-1.414-1.414L11 13.086l-1.793-1.793a1 1 0 0 0-1.414 1.414l2.5 2.5a1 1 0 0 0 1.414 0z" /><path fill-rule="evenodd" d="M9.86 2.886a3.026 3.026 0 0 1 4.28 0l6.974 6.974a3.026 3.026 0 0 1 0 4.28l-6.974 6.974a3.026 3.026 0 0 1-4.28 0L2.886 14.14a3.026 3.026 0 0 1 0-4.28zm2.866 1.415 6.974 6.974c.4.4.4 1.05 0 1.45L12.726 19.7c-.401.4-1.05.4-1.452 0l-6.973-6.974c-.401-.401-.401-1.05 0-1.452l6.974-6.973c.4-.401 1.05-.401 1.45 0" clip-rule="evenodd" /></symbol>',"job--accept");const vw="job--accept";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="job--end"><path d="M14.829 9.172a1 1 0 0 1 0 1.414L13.414 12l1.415 1.414a1 1 0 0 1-1.415 1.414L12 13.414l-1.414 1.414a1 1 0 0 1-1.414-1.414L10.586 12l-1.414-1.414a1 1 0 0 1 1.414-1.414L12 10.586l1.414-1.414a1 1 0 0 1 1.415 0" /><path fill-rule="evenodd" d="M14.14 2.886a3.026 3.026 0 0 0-4.28 0L2.886 9.86a3.026 3.026 0 0 0 0 4.28l6.974 6.974a3.026 3.026 0 0 0 4.28 0l6.974-6.974a3.026 3.026 0 0 0 0-4.28zm5.56 8.389L12.726 4.3c-.401-.401-1.05-.401-1.452 0l-6.973 6.974c-.401.4-.401 1.05 0 1.45l6.974 6.975c.4.4 1.05.4 1.45 0l6.975-6.974c.4-.401.4-1.05 0-1.452" clip-rule="evenodd" /></symbol>',"job--end");const ww="job--end";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="json"><path d="M7 3a3 3 0 0 0-3 3v4a1 1 0 0 1-1 1H2a1 1 0 1 0 0 2h1a1 1 0 0 1 1 1v4a3 3 0 0 0 3 3h.5a1 1 0 1 0 0-2H7a1 1 0 0 1-1-1v-4c0-.768-.289-1.47-.764-2 .475-.53.764-1.232.764-2V6a1 1 0 0 1 1-1h.5a1 1 0 0 0 0-2zM20 6a3 3 0 0 0-3-3h-.5a1 1 0 1 0 0 2h.5a1 1 0 0 1 1 1v4c0 .768.289 1.47.764 2A3 3 0 0 0 18 14v4a1 1 0 0 1-1 1h-.5a1 1 0 1 0 0 2h.5a3 3 0 0 0 3-3v-4a1 1 0 0 1 1-1h1a1 1 0 1 0 0-2h-1a1 1 0 0 1-1-1zM10.948 9.092a1.52 1.52 0 0 0 1.074.417q.605 0 1.03-.417.448-.44.448-1.099t-.425-1.076a1.44 1.44 0 0 0-1.053-.417 1.48 1.48 0 0 0-1.074.44 1.38 1.38 0 0 0-.448 1.053q0 .66.448 1.099M13.075 13.812a1.34 1.34 0 0 0-1.03-.44q-.65 0-1.075.418-.425.417-.425 1.076 0 .483.246.857.269.35.694.505l-.828 3.272h1.41l1.052-3.053q.225-.637.291-.944.09-.307.09-.637 0-.637-.425-1.054" /></symbol>',"json");const Cw="json";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="link"><path d="M14.91 5.702a2.395 2.395 0 0 1 3.388 0 2.4 2.4 0 0 1 0 3.392l-3.202 3.204a2.395 2.395 0 0 1-3.389 0 1 1 0 0 0-1.414 1.414 4.395 4.395 0 0 0 6.217 0l3.202-3.204a4.4 4.4 0 0 0 0-6.22 4.395 4.395 0 0 0-6.2-.017l-2.185 1.99a1 1 0 1 0 1.346 1.478l2.22-2.02z" /><path d="M9.09 18.298a2.395 2.395 0 0 1-3.388 0 2.4 2.4 0 0 1 0-3.392l3.202-3.204a2.395 2.395 0 0 1 3.389 0 1 1 0 0 0 1.414-1.414 4.395 4.395 0 0 0-6.217 0l-3.203 3.204a4.4 4.4 0 0 0 0 6.22 4.395 4.395 0 0 0 6.2.017l2.186-1.99a1 1 0 0 0-1.346-1.479l-2.22 2.021z" /></symbol>',"link");const kw="link";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="load-preset"><path d="M19.95 8.05a1 1 0 0 1-1.414 1.415q.01.008-.005 0a1.5 1.5 0 0 0-.38-.132 4.7 4.7 0 0 0-1.03-.106c-.381 0-.744.039-1.03.106a1.5 1.5 0 0 0-.38.132q-.014.008-.004 0a1 1 0 0 1-1.414-1.415q-.009.01 0-.004c.015-.028.074-.137.131-.38a4.7 4.7 0 0 0 .106-1.03 4.7 4.7 0 0 0-.106-1.03 1.5 1.5 0 0 0-.131-.384 1 1 0 0 1 1.414-1.414c.378.377.563.911.664 1.34.053.225.092.463.118.706l3.561-3.561a1 1 0 0 1 1.415 1.414l-3.561 3.561c.242.026.48.065.706.118.428.101.962.287 1.34.664" /><path d="M5 4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-6a1 1 0 1 1 2 0v6a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h6a1 1 0 1 1 0 2z" /><path d="M13 9a1 1 0 1 0-2 0v2H9a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2z" /></symbol>',"load-preset");const xw="load-preset";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="lock"><path fill-rule="evenodd" d="M10.087 2.38a5 5 0 0 1 6.532 2.707c.24.578.37 1.287.381 1.913 1.667.086 3 1.495 3 3.323v8.259C20 20.465 18.585 22 16.849 22H7.152C5.415 22 4 20.465 4 18.582v-8.259C4 8.495 5.335 7.086 7.002 7c.011-.626.139-1.335.379-1.913a5 5 0 0 1 2.706-2.706m4.685 3.472c.138.335.216.783.227 1.144H9.002c.012-.361.088-.81.226-1.144a3 3 0 0 1 5.544 0m-7.62 3.156c-.665 0-1.213.594-1.213 1.315v8.259c0 .721.548 1.314 1.213 1.314h9.697c.665 0 1.212-.593 1.212-1.314v-8.259c0-.721-.547-1.315-1.212-1.315zM14 13a2 2 0 0 1-1.031 1.75q.03.12.031.25v2a1 1 0 1 1-2 0v-2q0-.13.031-.25A2 2 0 1 1 14 13" clip-rule="evenodd" /></symbol>',"lock");const _w="lock";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="log"><path fill-rule="evenodd" d="M13 13h-2v2h2zM14 13h2v2h-2zM19 15v-2h-2v2z" /><path fill-rule="evenodd" d="M19.121 5.121 16.88 2.88A3 3 0 0 0 14.757 2H7a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3v-1a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2V7.243a3 3 0 0 0-.879-2.122M8 16a2 2 0 0 0 2 2h8v1a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7v2a2 2 0 0 0 2 2h2v2h-8a2 2 0 0 0-2 2zm8-10V4.828L17.172 6zm4 6H10v4h10z" clip-rule="evenodd" /></symbol>',"log");const Iw="log";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="logout"><path fill-rule="evenodd" d="M19 4h-8a1 1 0 0 0-1 1v1a1 1 0 0 1-2 0V5a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3h-8a3 3 0 0 1-3-3v-1a1 1 0 1 1 2 0v1a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1M7 8a1 1 0 0 1 1 1c0 .534-.246 1.043-.478 1.417a6 6 0 0 1-.416.583h5.036a1 1 0 1 1 0 2H7.106q.231.286.416.583c.232.374.478.883.478 1.417a1 1 0 1 1-2 0q0 .013-.003-.003c-.01-.03-.044-.15-.175-.361a4.7 4.7 0 0 0-.654-.804c-.27-.27-.554-.5-.804-.654a1.5 1.5 0 0 0-.361-.175Q3.987 13 4 13a1 1 0 0 1 0-2q-.014 0 .003-.003c.03-.01.15-.044.361-.175.25-.155.534-.384.804-.654s.5-.554.654-.804c.13-.212.166-.33.175-.361Q6 8.988 6 9a1 1 0 0 1 1-1" clip-rule="evenodd" /></symbol>',"logout");const Sw="logout";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="mail"><path fill="#00314D" fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10M6.944 8.667a1 1 0 0 0-.084.005.7.7 0 0 1 .15.09l3.76 2.898a2.08 2.08 0 0 1 2.46 0l3.76-2.899a.7.7 0 0 1 .15-.089 1 1 0 0 0-.085-.005zm-.722 6.499v-5.129l3.326 2.564zm10.398.99H7.38l4.193-3.233a.694.694 0 0 1 .854 0zm-2.168-3.555 3.326 2.565v-5.129z" clip-rule="evenodd" /></symbol>',"mail");const Aw="mail";J('<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="mail--color"><path fill="#2083DF" fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10M5.875 8a1 1 0 0 0-.102.006 1 1 0 0 1 .182.095l4.555 3.096a2.8 2.8 0 0 1 2.98 0l4.555-3.096a1 1 0 0 1 .182-.095A1 1 0 0 0 18.126 8zm3.154 4.203L5 14.942V9.464zM17.597 16H6.403l5.08-3.453a.93.93 0 0 1 1.035 0zm-2.626-3.797L19 14.942V9.464z" clip-rule="evenodd" /></symbol>',"mail--color");const Ew="mail--color";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="manual"><path fill-rule="evenodd" d="M12.291 4.053v8.139a1 1 0 0 1-1 1h-.407a1 1 0 0 1-1-1v-6.99q0-.002-.013-.016a.15.15 0 0 0-.106-.037.15.15 0 0 0-.106.037c-.01.008-.013.016-.013.016v6.99a1 1 0 0 1-1 1h-.407a1 1 0 0 1-1-1V7.882q0-.002-.013-.016a.15.15 0 0 0-.107-.037.15.15 0 0 0-.106.037L7 7.883v9.287C7 18.677 8.316 20 10.07 20h2.035a3.2 3.2 0 0 0 2.195-.852 1 1 0 0 1 .097-.083l5.509-5.184a.27.27 0 0 0 .094-.2.27.27 0 0 0-.094-.2.46.46 0 0 0-.604 0l-2.441 2.297a1 1 0 0 1-1.686-.729V5.778q0-.002-.013-.017a.15.15 0 0 0-.106-.037.15.15 0 0 0-.106.037q-.014.015-.013.017v6.414a1 1 0 0 1-1 1h-.407a1 1 0 0 1-1-1V4.053q0-.002-.013-.016A.15.15 0 0 0 12.41 4a.15.15 0 0 0-.107.037zm-1.839-.792C10.78 2.5 11.565 2 12.411 2c1.029 0 1.968.739 2.102 1.793q.265-.07.543-.07c1.112 0 2.12.863 2.12 2.054v6.959l.756-.712a2.46 2.46 0 0 1 3.344 0 2.26 2.26 0 0 1 0 3.314l-5.508 5.183a2 2 0 0 1-.127.111A5.2 5.2 0 0 1 12.105 22H10.07C7.328 22 5 19.894 5 17.17V7.883C5 6.693 6.007 5.83 7.12 5.83q.269 0 .526.065v-.693c0-1.19 1.007-2.053 2.119-2.053.237 0 .469.04.687.112" clip-rule="evenodd" /></symbol>',"manual");const Tw="manual";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="menu"><path fill-rule="evenodd" d="M2 5a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1m0 7a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1m0 7a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1" clip-rule="evenodd" /></symbol>',"menu");const Dw="menu";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="messenger-custom"><path fill="#556AF6" d="M13 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0" /><path fill="#556AF6" fill-rule="evenodd" d="M12 18.368 9.803 16.17H7.785a.7.7 0 0 1-.694-.694V8c0-.38.313-.694.694-.694h8.43c.38 0 .694.313.694.694v7.477c0 .38-.313.694-.694.694h-2.018zM11.5 8h1l.18 1.077c.325.076.63.204.906.376l.889-.635.707.707-.635.889c.172.276.3.58.376.906L16 11.5v1l-1.077.18c-.076.325-.204.63-.376.906l.635.889-.707.707-.889-.635c-.275.172-.58.3-.906.376L12.5 16h-1l-.18-1.077a3 3 0 0 1-.906-.376l-.889.635-.707-.707.635-.89c-.172-.275-.3-.58-.376-.905L8 12.5v-1l1.077-.18c.076-.325.204-.63.376-.906l-.635-.889.707-.707.89.635c.275-.172.58-.3.905-.376z" clip-rule="evenodd" /><path fill="#556AF6" fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10M9.35 17.262l2.24 2.238a.58.58 0 0 0 .82 0l2.24-2.238h1.565c.983 0 1.785-.802 1.785-1.786V8c0-.983-.802-1.785-1.785-1.785h-8.43C6.802 6.215 6 7.017 6 8v7.477c0 .983.802 1.785 1.785 1.785z" clip-rule="evenodd" /></symbol>',"messenger-custom");const Ow="messenger-custom";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="messenger-facebook"><path fill="url(#messenger-facebook_a)" d="M22 12.06C22 6.5 17.526 2 12 2S2 6.5 2 12.06c0 5.022 3.66 9.18 8.444 9.94v-7.02H7.896v-2.905h2.534V9.854c0-2.519 1.496-3.92 3.777-3.92 1.097 0 2.237.194 2.237.194v2.474h-1.259c-1.244 0-1.63.775-1.63 1.565v1.893h2.77l-.443 2.906h-2.326V22C18.34 21.255 22 17.082 22 12.06" /><defs><linearGradient id="messenger-facebook_a" x1="12" x2="12" y1="2" y2="22" gradientUnits="userSpaceOnUse"><stop stop-color="#36AEFD" /><stop offset="1" stop-color="#226AE0" /></linearGradient></defs></symbol>',"messenger-facebook");const Rw="messenger-facebook";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="messenger-facebook--filled"><path fill="#00314D" d="M22 12.06C22 6.5 17.526 2 12 2S2 6.5 2 12.06c0 5.022 3.66 9.18 8.444 9.94v-7.02H7.896v-2.905h2.534V9.854c0-2.519 1.496-3.92 3.777-3.92 1.097 0 2.237.194 2.237.194v2.474h-1.259c-1.244 0-1.63.775-1.63 1.565v1.893h2.77l-.443 2.906h-2.326V22C18.34 21.255 22 17.082 22 12.06" /></symbol>',"messenger-facebook--filled");const Bw="messenger-facebook--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="messenger-infobip"><path fill="#FF5A00" d="M13.948 10.683v2.72a.565.565 0 0 1-.563.566h-2.724a.565.565 0 0 1-.564-.566v-2.72c0-.314.253-.566.564-.566h2.724c.31 0 .563.251.563.566" /><path fill="#FF5A00" fill-rule="evenodd" d="M16.69 7.307c-.774-.775-2.617-1.276-4.69-1.276-2.075 0-3.914.501-4.69 1.276-.778.776-1.276 2.618-1.276 4.692s.498 3.918 1.276 4.693c.776.775 2.615 1.276 4.69 1.276 2.073 0 3.917-.501 4.69-1.276.388-.388.707-1.043.93-1.86s.348-1.797.348-2.833c-.002-2.073-.503-3.916-1.277-4.692m-1.813 7.553c-.163.163-.654.654-2.891.654-2.24 0-2.732-.492-2.892-.654-.163-.163-.654-.654-.654-2.892 0-2.233.49-2.727.653-2.89l.001-.002c.16-.163.651-.65 2.892-.65 2.237 0 2.728.487 2.891.65l.002.002c.162.165.65.662.65 2.89 0 2.224-.487 2.723-.649 2.889z" clip-rule="evenodd" /><path fill="#FF5A00" fill-rule="evenodd" d="M2 12C2 6.477 6.477 2 11.999 2c5.476 0 9.924 4.403 10 9.859.075 5.595-4.543 10.215-10.136 10.14C6.403 21.925 2 17.476 2 12m10.008 7.503c2.491 0 4.63-.651 5.724-1.746 1.091-1.094 1.745-3.234 1.745-5.724s-.654-4.63-1.745-5.724C16.64 5.215 14.5 4.561 12.008 4.561s-4.633.654-5.724 1.748C5.19 7.403 4.536 9.542 4.536 12.033s.654 4.63 1.748 5.724c1.09 1.095 3.233 1.746 5.724 1.746" clip-rule="evenodd" /></symbol>',"messenger-infobip");const Lw="messenger-infobip";J('<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="messenger-messenger"><path fill="url(#messenger-messenger_a)" fill-rule="evenodd" d="M2 11.7C2 6.127 6.367 2 12 2c5.632 0 10 4.13 10 9.702 0 5.573-4.368 9.7-10 9.7a11 11 0 0 1-2.895-.385.8.8 0 0 0-.535.04l-1.985.875a.8.8 0 0 1-1.123-.707l-.055-1.78a.8.8 0 0 0-.267-.57C3.195 17.135 2 14.615 2 11.7m6.932-1.823-2.937 4.66c-.283.448.267.95.687.63l3.155-2.395a.6.6 0 0 1 .723-.002l2.337 1.752a1.5 1.5 0 0 0 2.17-.4l2.94-4.657c.28-.448-.27-.953-.69-.633l-3.155 2.395a.6.6 0 0 1-.722.003l-2.338-1.753a1.5 1.5 0 0 0-2.17.4" clip-rule="evenodd" /><defs><radialGradient id="messenger-messenger_a" cx="0" cy="0" r="1" gradientTransform="matrix(22 0 0 21.9994 5.35 22)" gradientUnits="userSpaceOnUse"><stop stop-color="#09F" /><stop offset=".6" stop-color="#A033FF" /><stop offset=".9" stop-color="#FF5280" /><stop offset="1" stop-color="#FF7061" /></radialGradient></defs></symbol>',"messenger-messenger");const Nw="messenger-messenger";J('<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="messenger-telegram"><path fill="url(#messenger-telegram_a)" fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-5.274-4.237c.06.015.104.044.148.163q.012.04.017.117.004.055.013.12a1 1 0 0 1-.006.083 1 1 0 0 0-.009.124c-.06.919-1.763 7.778-1.763 7.778s-.103.4-.474.415a.72.72 0 0 1-.489-.192c-.385-.341-1.274-.963-2.104-1.541l-.091.08c-.261.227-.709.616-1.168 1.075-.726.726-.637 0-.637 0l.222-2.385c.015-.03.03-.044.03-.044s4.311-3.837 4.43-4.237c0-.03-.03-.045-.074-.03-.228.084-3.503 2.145-5.047 3.117l-.746.468c-.03.015-.118 0-.118 0l-2.415-.785s-.282-.119-.193-.385l.01-.015c.027-.043.062-.097.168-.163.533-.37 9.881-3.733 9.881-3.733s.252-.09.415-.03" clip-rule="evenodd" /><defs><linearGradient id="messenger-telegram_a" x1="12" x2="12" y1="2" y2="22" gradientUnits="userSpaceOnUse"><stop stop-color="#46B0E1" /><stop offset="1" stop-color="#2F97C5" /></linearGradient></defs></symbol>',"messenger-telegram");const Pw="messenger-telegram";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="messenger-telegram--filled"><path fill="#00314D" fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-5.274-4.237c.06.015.104.045.148.163a.6.6 0 0 1 .017.117q.004.055.013.12 0 .04-.007.083-.007.053-.008.124c-.06.919-1.763 7.778-1.763 7.778s-.104.4-.474.415a.72.72 0 0 1-.489-.192c-.385-.341-1.274-.963-2.104-1.541l-.091.08c-.262.227-.709.616-1.168 1.075-.726.726-.637 0-.637 0l.222-2.385a.2.2 0 0 1 .03-.044s4.31-3.837 4.43-4.237c0-.03-.03-.045-.075-.03-.227.084-3.502 2.145-5.046 3.117l-.746.468c-.03.015-.119 0-.119 0l-2.415-.785s-.281-.119-.192-.385l.01-.015c.027-.043.062-.097.168-.163.533-.37 9.881-3.733 9.881-3.733s.252-.09.415-.03" clip-rule="evenodd" /></symbol>',"messenger-telegram--filled");const $w="messenger-telegram--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="messenger-viber"><path fill="#8055A2" fill-rule="evenodd" d="M22 12c0 5.525-4.475 10-10 10S2 17.525 2 12 6.475 2 12 2s10 4.475 10 10m-5.212.095c-.245 0-.245-.19-.245-.395v-.164c-.328-2.565-1.5-3.956-4.106-4.147-.164-.014-.505-.055-.505-.232.013-.232.15-.287.3-.287h.314c3.001.191 4.324 2.115 4.502 4.693v.03c.005.098.017.39-.055.462l-.042.012c-.043.013-.091.028-.163.028m-1.282-.477c-.164 0-.218-.11-.232-.287v-.068c0-.054 0-.095-.013-.15-.26-1.555-.833-2.128-2.429-2.483q-.033-.01-.075-.014a1 1 0 0 1-.075-.013c-.136-.014-.273-.041-.341-.123a.27.27 0 0 1-.027-.19c.027-.15.109-.233.259-.22 1.978.178 3.097 1.229 3.179 3.343 0 .11-.069.164-.178.178-.013.027-.04.027-.068.027m-1.2-.382a.2.2 0 0 1-.164-.082.5.5 0 0 1-.082-.19c-.068-.656-.436-1.038-1.078-1.147-.109-.013-.231-.04-.272-.123-.028-.04-.028-.109 0-.19.054-.15.204-.178.368-.178.3.014.71.177 1.023.491.3.314.478.682.478 1.01 0 .136 0 .286-.11.368q-.04.04-.122.041zm.846 5.907c-.328 0-.655-.151-.961-.292l-.076-.035c-.055-.027-.11-.055-.177-.082-.45-.218-.9-.45-1.324-.696-1.678-.996-3.124-2.333-4.188-3.86-.3-.424-.573-.874-.819-1.338l-.027-.068q-.044-.088-.092-.177c-.219-.421-.443-.854-.563-1.296-.218-.805.082-1.555.805-1.978.328-.205.628-.3.873-.3.137 0 .26.027.369.095.245.136.436.355.614.56.409.463.9 1.063 1.132 1.705.11.313 0 .627-.314.873-.04.027-.082.054-.123.095-.15.11-.313.232-.409.41a.88.88 0 0 0-.068.627c.095.396.327.819.71 1.296.286.355.627.669 1.009.941.382.26.818.546 1.255.628.054.014.11.014.15.014a.7.7 0 0 0 .464-.164q.143-.122.245-.287l.048-.059c.053-.065.108-.134.17-.186a.9.9 0 0 1 .628-.246c.15 0 .3.041.464.096.205.095.396.218.573.355l.11.081c.218.15.463.328.695.505l.137.11q.009 0 .013.006.004.007.014.007c.313.232.641.477.627.887-.013.49-.409.928-.64 1.16-.37.354-.806.572-1.215.627-.027-.014-.068-.014-.11-.014" clip-rule="evenodd" /></symbol>',"messenger-viber");const Mw="messenger-viber";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="messenger-viber--filled"><path fill="#00314D" fill-rule="evenodd" d="M22 12c0 5.525-4.475 10-10 10S2 17.525 2 12 6.475 2 12 2s10 4.475 10 10m-5.212.095c-.245 0-.245-.19-.245-.395v-.164c-.328-2.565-1.5-3.956-4.106-4.147-.164-.014-.505-.055-.505-.232.013-.232.15-.287.3-.287h.314c3.001.191 4.324 2.115 4.502 4.693v.03c.005.098.017.39-.055.462l-.042.012c-.043.013-.091.028-.163.028m-1.282-.477c-.164 0-.218-.11-.232-.287v-.068c0-.054 0-.095-.013-.15-.26-1.555-.833-2.128-2.429-2.483q-.033-.01-.075-.014a1 1 0 0 1-.075-.013c-.136-.014-.273-.041-.341-.123a.27.27 0 0 1-.027-.19c.027-.15.109-.233.259-.22 1.978.178 3.097 1.229 3.179 3.343 0 .11-.069.164-.178.178-.013.027-.04.027-.068.027m-1.2-.382a.2.2 0 0 1-.164-.082.5.5 0 0 1-.082-.19c-.068-.656-.436-1.038-1.078-1.147-.109-.013-.231-.04-.272-.123-.028-.04-.028-.109 0-.19.054-.15.204-.178.368-.178.3.014.71.177 1.023.491.3.314.478.682.478 1.01 0 .136 0 .286-.11.368q-.04.04-.122.041zm.846 5.907c-.328 0-.655-.151-.961-.292l-.076-.035c-.055-.027-.11-.055-.177-.082-.45-.218-.9-.45-1.324-.696-1.678-.996-3.124-2.333-4.188-3.86-.3-.424-.573-.874-.819-1.338l-.027-.068q-.044-.088-.092-.177c-.219-.421-.443-.854-.563-1.296-.218-.805.082-1.555.805-1.978.328-.205.628-.3.873-.3.137 0 .26.027.369.095.245.136.436.355.614.56.409.463.9 1.063 1.132 1.705.11.313 0 .627-.314.873-.04.027-.082.054-.123.095-.15.11-.313.232-.409.41a.88.88 0 0 0-.068.627c.095.396.327.819.71 1.296.286.355.627.669 1.009.941.382.26.818.546 1.255.628.054.014.11.014.15.014a.7.7 0 0 0 .464-.164q.143-.122.245-.287l.048-.059c.053-.065.108-.134.17-.186a.9.9 0 0 1 .628-.246c.15 0 .3.041.464.096.205.095.396.218.573.355l.11.081c.218.15.463.328.695.505l.137.11q.009 0 .013.006.004.007.014.007c.313.232.641.477.627.887-.013.49-.409.928-.64 1.16-.37.354-.806.572-1.215.627-.027-.014-.068-.014-.11-.014" clip-rule="evenodd" /></symbol>',"messenger-viber--filled");const qw="messenger-viber--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="messenger-web-chat"><path fill="#FAB404" fill-rule="evenodd" d="M9.803 15 12 17.199 14.197 15h2.018c.38 0 .694-.314.694-.694V8.285a.7.7 0 0 0-.694-.694h-8.43a.7.7 0 0 0-.694.694v6.022c0 .38.313.694.694.694zm.015-3.046a.545.545 0 1 0 0-1.09.545.545 0 0 0 0 1.09m2.728-.545a.546.546 0 1 1-1.092 0 .546.546 0 0 1 1.092 0m1.636.545a.545.545 0 1 0 0-1.09.545.545 0 0 0 0 1.09" clip-rule="evenodd" /><path fill="#FAB404" fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m-.41-3.67L9.35 16.09H7.786A1.79 1.79 0 0 1 6 14.306V8.285C6 7.302 6.802 6.5 7.785 6.5h8.43c.983 0 1.785.802 1.785 1.785v6.022c0 .982-.802 1.784-1.785 1.784H14.65l-2.238 2.239a.58.58 0 0 1-.822 0" clip-rule="evenodd" /></symbol>',"messenger-web-chat");const jw="messenger-web-chat";J('<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="messenger-whatsapp"><path fill="url(#messenger-whatsapp_a)" fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-9.69-6.548a6.36 6.36 0 0 1 4.49 1.867c1.2 1.2 1.866 2.8 1.851 4.474a6.348 6.348 0 0 1-9.378 5.57l-3.363.889.904-3.289a6.4 6.4 0 0 1-.844-3.17 6.35 6.35 0 0 1 6.34-6.341M9.63 16.34c.8.489 1.733.74 2.681.74 2.919 0 5.274-2.37 5.29-5.273 0-1.408-.549-2.741-1.542-3.734a5.28 5.28 0 0 0-3.733-1.54 5.286 5.286 0 0 0-5.274 5.273c0 .993.267 1.956.8 2.8l.119.193-.534 1.94 2-.518zm5.184-3.409c.178.087.337.165.401.194q.076.044.136.073c.081.04.14.07.16.12.045.074.045.385-.088.755-.134.37-.756.711-1.067.756-.267.044-.608.059-.993-.06a10 10 0 0 1-.903-.34c-1.521-.662-2.533-2.14-2.693-2.374l-.019-.026c-.088-.104-.651-.86-.651-1.645 0-.726.355-1.11.52-1.288l.028-.03a.61.61 0 0 1 .43-.193h.34c.088-.005.207-.011.326.267.053.124.135.325.217.525.123.3.245.6.272.645.044.09.074.178.015.282l-.044.08c-.035.065-.065.122-.12.186a2.4 2.4 0 0 1-.236.282c-.09.089-.163.163-.074.326l.023.037c.123.195.423.672.866 1.059a4.2 4.2 0 0 0 1.274.785c.163.074.252.06.34-.044l.037-.042c.117-.137.375-.435.467-.58.104-.149.208-.134.356-.075.09.036.407.192.68.325" clip-rule="evenodd" /><defs><linearGradient id="messenger-whatsapp_a" x1="12" x2="12" y1="2" y2="22" gradientUnits="userSpaceOnUse"><stop stop-color="#66F47B" /><stop offset="1" stop-color="#36CC4D" /></linearGradient></defs></symbol>',"messenger-whatsapp");const Fw="messenger-whatsapp";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="messenger-whatsapp--filled"><path fill="#00314D" fill-rule="evenodd" d="M9.63 16.34c.8.49 1.733.741 2.681.741 2.919 0 5.274-2.37 5.289-5.274 0-1.407-.548-2.74-1.54-3.733a5.28 5.28 0 0 0-3.734-1.54 5.286 5.286 0 0 0-5.274 5.273c0 .993.267 1.956.8 2.8l.118.193-.533 1.94 2-.518zm5.184-3.408c.178.087.336.165.4.194q.075.044.137.073c.081.04.14.07.16.12.045.074.045.385-.089.755-.133.37-.755.711-1.066.756-.267.044-.608.059-.993-.06a10 10 0 0 1-.904-.34c-1.52-.662-2.532-2.14-2.693-2.374l-.018-.026c-.089-.104-.652-.86-.652-1.645 0-.726.356-1.11.52-1.288l.028-.03a.61.61 0 0 1 .43-.193h.341c.087-.005.207-.011.326.267.053.124.135.325.217.525.122.3.245.6.272.645.044.089.074.178.014.282l-.043.08c-.035.065-.066.122-.12.186a2.4 2.4 0 0 1-.236.282c-.09.089-.164.163-.075.326l.024.037c.123.195.423.672.865 1.059a4.2 4.2 0 0 0 1.204.755l.07.03c.163.074.252.06.341-.044l.036-.042c.118-.137.375-.435.468-.58.104-.149.207-.134.355-.075.09.036.408.192.68.325" clip-rule="evenodd" /><path fill="#00314D" fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-9.689-6.548A6.36 6.36 0 0 1 16.8 7.319c1.2 1.2 1.867 2.8 1.852 4.474a6.348 6.348 0 0 1-9.378 5.57l-3.363.889.904-3.289a6.4 6.4 0 0 1-.845-3.17 6.35 6.35 0 0 1 6.341-6.341" clip-rule="evenodd" /></symbol>',"messenger-whatsapp--filled");const Vw="messenger-whatsapp--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="meta"><path fill="#0081FB" d="M4.16 13.573c0 .747.168 1.321.387 1.668.287.455.716.648 1.152.648.564 0 1.08-.137 2.072-1.481.796-1.078 1.734-2.59 2.364-3.538l1.069-1.607c.742-1.115 1.6-2.355 2.585-3.196C14.595 5.381 15.462 5 16.334 5c1.465 0 2.861.831 3.93 2.39C21.431 9.097 22 11.247 22 13.466c0 1.319-.266 2.288-.718 3.054-.437.74-1.288 1.48-2.72 1.48v-2.111c1.226 0 1.532-1.103 1.532-2.365 0-1.798-.428-3.794-1.372-5.22-.67-1.011-1.538-1.629-2.493-1.629-1.032 0-1.864.762-2.798 2.122-.496.722-1.006 1.602-1.578 2.595l-.63 1.092c-1.266 2.197-1.587 2.697-2.22 3.522C7.893 17.452 6.946 18 5.699 18c-1.479 0-2.414-.627-2.994-1.572-.473-.77-.705-1.78-.705-2.93z" /><path fill="url(#meta_a)" d="M3.703 7.539C4.693 6.045 6.123 5 7.763 5c.949 0 1.893.275 2.878 1.062 1.078.861 2.227 2.28 3.66 4.616l.515.838c1.24 2.023 1.946 3.064 2.36 3.555.53.63.903.818 1.386.818 1.226 0 1.532-1.103 1.532-2.365L22 13.466c0 1.319-.265 2.288-.718 3.054-.436.74-1.288 1.48-2.72 1.48-.89 0-1.679-.19-2.55-.994-.671-.618-1.455-1.716-2.058-2.703L12.16 11.37c-.9-1.472-1.725-2.569-2.203-3.066-.514-.534-1.175-1.18-2.23-1.18-.853 0-1.577.587-2.184 1.483z" /><path fill="url(#meta_b)" d="M7.727 7.126c-.853 0-1.578.586-2.184 1.482-.858 1.267-1.383 3.153-1.383 4.965 0 .747.168 1.321.387 1.668l-1.842 1.187c-.473-.77-.705-1.78-.705-2.93 0-2.093.587-4.275 1.703-5.96C4.693 6.046 6.123 5 7.763 5z" /><defs><linearGradient id="meta_a" x1="6.243" x2="20.012" y1="12.963" y2="13.674" gradientUnits="userSpaceOnUse"><stop stop-color="#0064E1" /><stop offset=".4" stop-color="#0064E1" /><stop offset=".83" stop-color="#0073EE" /><stop offset="1" stop-color="#0082FB" /></linearGradient><linearGradient id="meta_b" x1="5.13" x2="5.13" y1="14.461" y2="9.492" gradientUnits="userSpaceOnUse"><stop stop-color="#0082FB" /><stop offset="1" stop-color="#0064E0" /></linearGradient></defs></symbol>',"meta");const Uw="meta";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="mic"><path fill-rule="evenodd" d="M12 2a4 4 0 0 0-4 4v5a4 4 0 0 0 8 0V6a4 4 0 0 0-4-4m2 9V6a2 2 0 1 0-4 0v5a2 2 0 1 0 4 0" clip-rule="evenodd" /><path d="M11 18.938a8.004 8.004 0 0 1-6.939-6.94C3.993 11.45 4.448 11 5 11s.991.451 1.082.996a6.002 6.002 0 0 0 11.836 0c.09-.545.53-.996 1.082-.996s1.006.45.938.998A8.004 8.004 0 0 1 13 18.938V20h2a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2h2z" /></symbol>',"mic");const zw="mic";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="mic-muted"><path fill="#E63E1A" d="m10.902 6.63 1.122 1.118 1.122-1.118a.88.88 0 0 1 1.244 0 .876.876 0 0 1 0 1.24l-1.126 1.123 1.125 1.121a.876.876 0 0 1 0 1.241.88.88 0 0 1-1.245 0l-1.12-1.117-1.12 1.117a.88.88 0 0 1-1.245 0 .876.876 0 0 1 0-1.24l1.124-1.122-1.125-1.122a.876.876 0 0 1 0-1.241.88.88 0 0 1 1.244 0" /><path d="M9 6c-.552 0-1.013-.455-.877-.99a4.002 4.002 0 0 1 7.754 0c.136.535-.325.99-.877.99s-.98-.475-1.245-.959a2 2 0 0 0-3.51 0C9.979 5.525 9.552 6 9 6M9.606 12c-.75 0-1.293.724-.856 1.332A4 4 0 0 0 12 15a4 4 0 0 0 3.25-1.668c.438-.608-.106-1.332-.856-1.332-.41 0-.772.24-1.08.508-.352.307-.811.492-1.314.492s-.962-.185-1.313-.492c-.31-.269-.672-.508-1.081-.508" /><path d="M4.061 11.998A8.004 8.004 0 0 0 11 18.938V20H9a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2h-2v-1.062a8.004 8.004 0 0 0 6.938-6.94C20.006 11.45 19.552 11 19 11s-.991.451-1.082.996a6.002 6.002 0 0 1-11.836 0C5.992 11.45 5.552 11 5 11s-1.007.45-.939.998" /></symbol>',"mic-muted");const Hw="mic-muted";J('<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="microsoft"><path fill="#F6F7F9" d="M0 0h24v24H0z" /><path fill="#EE4F2B" d="M2 2h9v9H2z" /><path fill="#84BE1F" d="M13 2h9v9h-9z" /><path fill="#2BA8EE" d="M2 13h9v9H2z" /><path fill="#FCBB28" d="M13 13h9v9h-9z" /></symbol>',"microsoft");const Ww="microsoft";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="minus"><path d="M8 11a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2z" /><path fill-rule="evenodd" d="M5 2a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3zm14 2H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1" clip-rule="evenodd" /></symbol>',"minus");const Zw="minus";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="move"><path d="M16 6a1 1 0 0 1-1 1c-.534 0-1.043-.246-1.417-.478A6 6 0 0 1 13 6.106V10a1 1 0 1 1-2 0V6.106q-.286.231-.583.416C10.043 6.754 9.534 7 9 7a1 1 0 0 1 0-2q-.013 0 .003-.003c.03-.01.15-.044.361-.175a4.7 4.7 0 0 0 .804-.654c.27-.27.5-.554.654-.804.13-.212.166-.33.175-.361Q11 2.987 11 3a1 1 0 0 1 2 0q0-.014.003.003c.01.03.044.15.175.361.155.25.384.534.654.804s.554.5.804.654c.212.13.33.166.361.175Q15.012 5 15 5a1 1 0 0 1 1 1M7 9a1 1 0 0 0-2 0q0-.013-.003.003c-.01.03-.044.15-.175.361a4.7 4.7 0 0 1-.654.804c-.27.27-.554.5-.804.654-.212.13-.33.166-.361.175Q2.987 11 3 11a1 1 0 0 0 0 2q-.014 0 .003.003c.03.01.15.044.361.175.25.155.534.384.804.654s.5.554.654.804c.13.212.166.33.175.361Q5 15.012 5 15a1 1 0 1 0 2 0c0-.534-.246-1.043-.478-1.417A6 6 0 0 0 6.106 13H10a1 1 0 1 0 0-2H6.106q.231-.286.416-.583C6.754 10.043 7 9.534 7 9M17 9a1 1 0 1 1 2 0q0-.013.003.003c.01.03.044.15.175.361.155.25.384.534.654.804s.554.5.804.654c.212.13.33.166.361.175Q21.013 11 21 11a1 1 0 0 1 0 2q.013 0-.003.003c-.03.01-.15.044-.361.175-.25.155-.534.384-.804.654s-.5.554-.654.804c-.13.212-.166.33-.175.361Q19 15.012 19 15a1 1 0 1 1-2 0c0-.534.246-1.043.478-1.417q.185-.297.416-.583H14a1 1 0 1 1 0-2h3.894a6 6 0 0 1-.416-.583C17.246 10.043 17 9.534 17 9M15 17a1 1 0 1 1 0 2q.013 0-.003.003c-.03.01-.15.044-.361.175-.25.155-.534.384-.804.654s-.5.554-.654.804c-.13.212-.166.33-.175.361Q13 21.013 13 21a1 1 0 0 1-2 0q0 .013-.003-.003a1.5 1.5 0 0 0-.175-.361 4.7 4.7 0 0 0-.654-.804c-.27-.27-.554-.5-.804-.654-.212-.13-.33-.166-.361-.175Q8.988 19 9 19a1 1 0 1 1 0-2c.534 0 1.043.246 1.417.478q.297.185.583.416V14a1 1 0 1 1 2 0v3.894q.286-.231.583-.416c.374-.232.883-.478 1.417-.478" /></symbol>',"move");const Yw="move";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="note"><path fill-rule="evenodd" d="M3.708 21.957h-.649a1 1 0 0 1-1-1v-2.553c0-.913.368-1.804 1.063-2.496L16.316 2.76a2.24 2.24 0 0 1 3.205 0l1.793 1.787a2.23 2.23 0 0 1 0 3.204 1 1 0 0 1-.224.169L9.019 20h3.98a1 1 0 0 1 0 2H4a1 1 0 0 1-.291-.043M15 21a1 1 0 0 0 1 1h3a3 3 0 0 0 3-3v-7a1 1 0 0 0-2 0v7a1 1 0 0 1-1 1h-3a1 1 0 0 0-1 1m4.979-14.777a.2.2 0 0 0 .014-.074c0-.045-.016-.111-.09-.185l-1.794-1.788c-.074-.074-.143-.09-.19-.09s-.117.016-.191.09l-1.316 1.312 2.14 2.14 1.293-1.292q.063-.063.134-.113m-13.27 13.26 10.43-10.44L14.995 6.9 4.534 17.325c-.331.33-.475.715-.475 1.079v1.553h1.562c.368 0 .757-.145 1.088-.474M11.999 2a1 1 0 0 1 0 2H5a1 1 0 0 0-1 1v7a1 1 0 1 1-2 0V5a3 3 0 0 1 3-3z" clip-rule="evenodd" /></symbol>',"note");const Kw="note";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34 34" id="numpad"><g filter="url(#numpad_a)"><path d="M10 11a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zM10 16.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zM10 22a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zM21 11a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zM21 16.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zM21 22a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zM15.5 11a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zM15.5 16.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zM15.5 22a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1z" /></g><defs><filter id="numpad_a" width="44" height="44" x="-5" y="-5" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feOffset></feOffset><feGaussianBlur stdDeviation="5"></feGaussianBlur><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"></feColorMatrix><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_1:30357"></feBlend><feBlend in="SourceGraphic" in2="effect1_dropShadow_1:30357" result="shape"></feBlend></filter></defs></symbol>',"numpad");const Gw="numpad";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="options"><path d="M10.5 6a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zM10.5 11.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zM10.5 17a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1z" /></symbol>',"options");const Xw="options";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="pause"><path fill-rule="evenodd" d="M2 12C2 6.45 6.45 2 12 2s10 4.45 10 10-4.45 10-10 10S2 17.55 2 12m10-8c-4.445 0-8 3.555-8 8s3.555 8 8 8 8-3.555 8-8-3.555-8-8-8m-2 4a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0V9a1 1 0 0 1 1-1m5 1a1 1 0 1 0-2 0v6a1 1 0 1 0 2 0z" clip-rule="evenodd" /></symbol>',"pause");const Qw="pause";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="pin"><path fill-rule="evenodd" d="M21.623 8.428q-.115.114-.255.193l-5.439 4.112c.915 1.73 1.055 3.36.205 4.21-1.147 1.147-3.709.492-6.025-1.43L2 22l6.487-8.11c-1.922-2.315-2.577-4.877-1.43-6.023.85-.851 2.48-.71 4.21.204l4.112-5.439q.079-.14.193-.255c.859-.859 2.91-.201 4.581 1.47 1.671 1.67 2.329 3.722 1.47 4.581m-10.741.152.2-.265c-.723-.18-1.349-.1-1.734.286-.86.86-.202 2.91 1.47 4.582 1.67 1.67 3.721 2.329 4.58 1.47.386-.386.466-1.012.287-1.735l-.265.2c-.859.86-2.572.54-3.825-.713s-1.572-2.966-.713-3.825" clip-rule="evenodd" /></symbol>',"pin");const Jw="pin";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="play"><path d="M9 8.804v6.392a1 1 0 0 0 1.53.848l5.113-3.196a1 1 0 0 0 0-1.696L10.53 7.956A1 1 0 0 0 9 8.804" /><path fill-rule="evenodd" d="M12 2C6.45 2 2 6.45 2 12s4.45 10 10 10 10-4.45 10-10S17.55 2 12 2M4 12c0-4.445 3.555-8 8-8s8 3.555 8 8-3.555 8-8 8-8-3.555-8-8" clip-rule="evenodd" /></symbol>',"play");const eC="play";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="plus"><path fill-rule="evenodd" d="M5 4h14a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1M2 5a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3zm10 2a1 1 0 0 1 1 1v3h3a1 1 0 1 1 0 2h-3v3a1 1 0 1 1-2 0v-3H8a1 1 0 1 1 0-2h3V8a1 1 0 0 1 1-1" clip-rule="evenodd" /></symbol>',"plus");const tC="plus";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="plyr-airplay"><path d="M19 4H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h1a1 1 0 1 1 0 2H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3h-1a1 1 0 1 1 0-2h1a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1" /><path d="M15.046 22H8.955c-.749 0-1.205-.729-.809-1.29l3.046-4.314c.373-.528 1.243-.528 1.616 0l3.046 4.313c.396.562-.06 1.291-.808 1.291" /></symbol>',"plyr-airplay");const oC="plyr-airplay";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" id="plyr-captions-off"><path fill-opacity=".5" fill-rule="evenodd" d="M1 1c-.6 0-1 .4-1 1v11c0 .6.4 1 1 1h4.6l2.7 2.7c.2.2.4.3.7.3s.5-.1.7-.3l2.7-2.7H17c.6 0 1-.4 1-1V2c0-.6-.4-1-1-1zm4.52 10.15c1.99 0 3.01-1.32 3.28-2.41l-1.29-.39c-.19.66-.78 1.45-1.99 1.45-1.14 0-2.2-.83-2.2-2.34 0-1.61 1.12-2.37 2.18-2.37 1.23 0 1.78.75 1.95 1.43l1.3-.41C8.47 4.96 7.46 3.76 5.5 3.76c-1.9 0-3.61 1.44-3.61 3.7s1.65 3.69 3.63 3.69m7.57 0c1.99 0 3.01-1.32 3.28-2.41l-1.29-.39c-.19.66-.78 1.45-1.99 1.45-1.14 0-2.2-.83-2.2-2.34 0-1.61 1.12-2.37 2.18-2.37 1.23 0 1.78.75 1.95 1.43l1.3-.41c-.28-1.15-1.29-2.35-3.25-2.35-1.9 0-3.61 1.44-3.61 3.7s1.65 3.69 3.63 3.69" /></symbol>',"plyr-captions-off");const iC="plyr-captions-off";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" id="plyr-captions-on"><path fill-rule="evenodd" d="M1 1c-.6 0-1 .4-1 1v11c0 .6.4 1 1 1h4.6l2.7 2.7c.2.2.4.3.7.3s.5-.1.7-.3l2.7-2.7H17c.6 0 1-.4 1-1V2c0-.6-.4-1-1-1zm4.52 10.15c1.99 0 3.01-1.32 3.28-2.41l-1.29-.39c-.19.66-.78 1.45-1.99 1.45-1.14 0-2.2-.83-2.2-2.34 0-1.61 1.12-2.37 2.18-2.37 1.23 0 1.78.75 1.95 1.43l1.3-.41C8.47 4.96 7.46 3.76 5.5 3.76c-1.9 0-3.61 1.44-3.61 3.7s1.65 3.69 3.63 3.69m7.57 0c1.99 0 3.01-1.32 3.28-2.41l-1.29-.39c-.19.66-.78 1.45-1.99 1.45-1.14 0-2.2-.83-2.2-2.34 0-1.61 1.12-2.37 2.18-2.37 1.23 0 1.78.75 1.95 1.43l1.3-.41c-.28-1.15-1.29-2.35-3.25-2.35-1.9 0-3.61 1.44-3.61 3.7s1.65 3.69 3.63 3.69" /></symbol>',"plyr-captions-on");const nC="plyr-captions-on";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="plyr-download"><path d="M12.085 17.996a1 1 0 0 0 .539-.214l.014-.012a1 1 0 0 0 .268-.346c.106-.214.193-.416.281-.62.18-.416.364-.84.717-1.388.488-.76 1.265-1.66 2.65-2.584a1 1 0 1 0-1.109-1.664c-1.065.71-1.85 1.43-2.445 2.122V3a1 1 0 1 0-2 0v10.29c-.594-.692-1.38-1.412-2.445-2.122a1 1 0 0 0-1.11 1.664c1.386.924 2.164 1.824 2.651 2.583.354.55.537.973.717 1.39.087.201.174.401.279.614a1 1 0 0 0 .841.579M12 18q.043 0 .085-.004z" /><path fill-rule="evenodd" d="M5 17a1 1 0 0 1 1 1c0 .34.11.872.412 1.29.264.368.714.71 1.588.71a1 1 0 0 1 .25.032A1 1 0 0 1 8.5 20h7a1 1 0 0 1 .25.032A1 1 0 0 1 16 20c.874 0 1.324-.342 1.588-.71.302-.418.412-.95.412-1.29a1 1 0 1 1 2 0c0 .66-.19 1.628-.788 2.46C18.576 21.341 17.526 22 16 22a1 1 0 0 1-.25-.032 1 1 0 0 1-.25.032h-7a1 1 0 0 1-.25-.032A1 1 0 0 1 8 22c-1.526 0-2.576-.658-3.212-1.54A4.35 4.35 0 0 1 4 18a1 1 0 0 1 1-1" clip-rule="evenodd" />20.5523 16 20C16 19.4477 15.5523 19 15 19H9Z&quot; /&gt;</symbol>',"plyr-download");const aC="plyr-download";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="plyr-enter-fullscreen"><path fill-rule="evenodd" d="M17.28 10.993a1.007 1.007 0 1 0 1.425-1.425q.009.01 0-.004a1.5 1.5 0 0 1-.132-.382 4.7 4.7 0 0 1-.107-1.038c0-.385.039-.75.107-1.038.057-.245.117-.354.132-.382q.009-.014 0-.005a1.007 1.007 0 0 0-1.424-1.424q.01-.009-.005 0a1.5 1.5 0 0 1-.382.132 4.7 4.7 0 0 1-1.038.107c-.384 0-.75-.039-1.038-.107a1.5 1.5 0 0 1-.382-.132q-.014-.009-.004 0a1.007 1.007 0 1 0-1.425 1.424c.38.38.918.568 1.35.67.227.053.467.092.711.118l-2.773 2.774a1.007 1.007 0 0 0 1.424 1.424l2.774-2.773c.026.244.065.484.119.711.101.432.288.97.669 1.35M6.72 13.007a1.007 1.007 0 1 0-1.425 1.425q-.009-.01 0 .004c.015.029.075.138.132.382.068.288.107.654.107 1.038 0 .385-.039.75-.107 1.038-.057.245-.117.354-.132.382q-.009.014 0 .005a1.007 1.007 0 0 0 1.424 1.424q-.01.009.005 0c.028-.015.137-.075.382-.132a4.7 4.7 0 0 1 1.038-.107c.384 0 .75.039 1.038.107.244.057.353.117.382.132q.014.009.004 0a1.007 1.007 0 0 0 1.425-1.424c-.38-.38-.918-.568-1.35-.67a6 6 0 0 0-.711-.118l2.773-2.774a1.007 1.007 0 0 0-1.424-1.424l-2.774 2.773a6 6 0 0 0-.119-.711c-.101-.432-.288-.97-.669-1.35" clip-rule="evenodd" /></symbol>',"plyr-enter-fullscreen");const rC="plyr-enter-fullscreen";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="plyr-exit-fullscreen"><path d="M12.295 6.007a1.007 1.007 0 0 1 1.424 0c.38.38.568.918.67 1.35.053.227.092.467.118.711l2.774-2.773a1.007 1.007 0 1 1 1.424 1.424l-2.773 2.774c.244.026.484.065.711.119.432.101.97.288 1.35.669a1.007 1.007 0 1 1-1.425 1.424q.01.009-.004 0a1.5 1.5 0 0 0-.382-.132 4.7 4.7 0 0 0-1.038-.107c-.385 0-.75.039-1.038.107a1.5 1.5 0 0 0-.382.132q-.014.009-.005 0a1.007 1.007 0 1 1-1.424-1.424q-.009.01 0-.005c.015-.028.075-.137.132-.382.068-.288.107-.653.107-1.038 0-.384-.039-.75-.107-1.038a1.5 1.5 0 0 0-.133-.382q-.008-.014.001-.004a1.007 1.007 0 0 1 0-1.425M11.705 17.993a1.007 1.007 0 0 1-1.424 0c-.38-.38-.568-.918-.67-1.35a6 6 0 0 1-.118-.711l-2.774 2.773a1.007 1.007 0 0 1-1.424-1.424l2.773-2.774a6 6 0 0 1-.711-.119c-.432-.101-.97-.288-1.35-.669a1.007 1.007 0 1 1 1.425-1.424q-.01-.009.004 0c.029.015.138.075.382.132.288.068.654.107 1.038.107.385 0 .75-.039 1.038-.107.245-.057.354-.117.382-.132q.014-.009.005 0a1.007 1.007 0 1 1 1.424 1.424q.009-.01 0 .005c-.015.028-.075.137-.132.382a4.7 4.7 0 0 0-.107 1.038c0 .384.039.75.107 1.038.057.244.117.353.133.382q.008.014-.001.004a1.007 1.007 0 0 1 0 1.425" /></symbol>',"plyr-exit-fullscreen");const lC="plyr-exit-fullscreen";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="plyr-fast-forward"><path d="M5 8.955v6.09c0 .749.857 1.205 1.518.809l5.072-3.046a.933.933 0 0 0 0-1.616L6.518 8.146C5.857 7.75 5 8.206 5 8.955" /><path d="M11.944 8.955v6.09c0 .749.857 1.205 1.518.809l5.072-3.046a.933.933 0 0 0 0-1.616l-5.072-3.046c-.661-.396-1.518.06-1.518.809" /></symbol>',"plyr-fast-forward");const sC="plyr-fast-forward";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" id="plyr-logo-vimeo"><path d="M17 5.3c-.1 1.6-1.2 3.7-3.3 6.4-2.2 2.8-4 4.2-5.5 4.2-.9 0-1.7-.9-2.4-2.6C5 10.9 4.4 6 3 6c-.1 0-.5.3-1.2.8l-.8-1c.8-.7 3.5-3.4 4.7-3.5S7.7 3 8 4.8c.3 2 .8 6.1 1.8 6.1.9 0 2.5-3.4 2.6-4 .1-.9-.3-1.9-2.3-1.1.8-2.6 2.3-3.8 4.5-3.8q2.55.15 2.4 3.3" /></symbol>',"plyr-logo-vimeo");const cC="plyr-logo-vimeo";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" id="plyr-logo-youtube"><path d="M16.8 5.8c-.2-1.3-.8-2.2-2.2-2.4C12.4 3 9 3 9 3s-3.4 0-5.6.4C2 3.6 1.3 4.5 1.2 5.8 1 7.1 1 9 1 9s0 1.9.2 3.2.8 2.2 2.2 2.4C5.6 15 9 15 9 15s3.4 0 5.6-.4c1.4-.3 2-1.1 2.2-2.4S17 9 17 9s0-1.9-.2-3.2M7 12V6l5 3z" /></symbol>',"plyr-logo-youtube");const dC="plyr-logo-youtube";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="plyr-muted"><path fill-rule="evenodd" d="M13.403 3.284c-.914-.448-2.14-.41-3.056.434L6.697 6.76H4.833c-.713 0-1.45.24-2.015.794C2.251 8.11 2 8.842 2 9.557v4.93c0 .715.251 1.447.818 2.003.565.554 1.302.794 2.015.794h1.864l3.692 3.076.004.003.006.005.003.004C12.136 21.788 15 20.68 15 18.184V5.86a2.86 2.86 0 0 0-1.597-2.576m-1.709 1.912a.72.72 0 0 1 .83-.116.86.86 0 0 1 .476.78v12.324c0 .684-.806 1.068-1.331.64l-.001-.001-4.247-3.539H4.833c-.272 0-.479-.089-.615-.222-.134-.132-.218-.324-.218-.575v-4.93c0-.25.084-.443.218-.575.136-.133.343-.222.615-.222h2.588l4.251-3.543z" clip-rule="evenodd" /><path d="M21.5 9.586a1 1 0 0 0-1.414 0l-.793.793-.793-.793A1 1 0 1 0 17.086 11l.793.793-.793.793A1 1 0 0 0 18.5 14l.793-.793.793.793a1 1 0 0 0 1.414-1.414l-.793-.793L21.5 11a1 1 0 0 0 0-1.414" /></symbol>',"plyr-muted");const pC="plyr-muted";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="plyr-pause"><path fill-rule="evenodd" d="M2 12C2 6.45 6.45 2 12 2s10 4.45 10 10-4.45 10-10 10S2 17.55 2 12m10-8c-4.445 0-8 3.555-8 8s3.555 8 8 8 8-3.555 8-8-3.555-8-8-8m-2 4a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0V9a1 1 0 0 1 1-1m5 1a1 1 0 1 0-2 0v6a1 1 0 1 0 2 0z" clip-rule="evenodd" /></symbol>',"plyr-pause");const uC="plyr-pause";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="plyr-pip"><path fill-rule="evenodd" d="M11 2a1 1 0 1 1 0 2H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-6a1 1 0 1 1 2 0v6a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zm9.705 6.993a1.007 1.007 0 0 1-1.424 0c-.38-.38-.568-.918-.67-1.35a6 6 0 0 1-.118-.711l-2.774 2.773a1.007 1.007 0 0 1-1.424-1.424l2.773-2.774a6 6 0 0 1-.711-.119c-.432-.101-.97-.288-1.35-.669a1.007 1.007 0 1 1 1.425-1.424q-.01-.009.004 0c.029.015.138.075.382.132.288.068.654.107 1.038.107.385 0 .75-.039 1.038-.107.245-.057.354-.117.382-.132q.014-.009.005 0a1.007 1.007 0 0 1 1.424 1.424q.009-.01 0 .005c-.015.028-.075.137-.132.382a4.7 4.7 0 0 0-.107 1.038c0 .384.039.75.107 1.038.057.244.117.353.133.382q.008.014-.001.004a1.007 1.007 0 0 1 0 1.425" clip-rule="evenodd" /></symbol>',"plyr-pip");const fC="plyr-pip";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="plyr-play"><path d="M9 8.804v6.392a1 1 0 0 0 1.53.848l5.113-3.196a1 1 0 0 0 0-1.696L10.53 7.956A1 1 0 0 0 9 8.804" /><path fill-rule="evenodd" d="M12 2C6.45 2 2 6.45 2 12s4.45 10 10 10 10-4.45 10-10S17.55 2 12 2M4 12c0-4.445 3.555-8 8-8s8 3.555 8 8-3.555 8-8 8-8-3.555-8-8" clip-rule="evenodd" /></symbol>',"plyr-play");const mC="plyr-play";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="plyr-restart"><path fill-rule="evenodd" d="M12.478 20.522a8 8 0 0 1-7.939-7.002c-.068-.548-.509-.998-1.061-.998-.553 0-1.006.45-.951.999.501 5.054 4.765 9.001 9.95 9.001 5.523 0 10-4.477 10-10v-.053c0-4.836-3.348-8.834-8.277-9.817l.083-.553a.504.504 0 0 0-.632-.558L9.919 2.555a.502.502 0 0 0-.146.903l3.258 2.145a.505.505 0 0 0 .778-.345l.093-.616c3.987.835 6.556 4.046 6.556 7.827a8 8 0 0 1-2.441 5.759q-.117.114-.199.25a7.97 7.97 0 0 1-5.34 2.044" clip-rule="evenodd" /></symbol>',"plyr-restart");const hC="plyr-restart";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="plyr-rewind"><path d="M19 15.046V8.955c0-.749-.857-1.205-1.518-.809l-5.072 3.046a.933.933 0 0 0 0 1.616l5.072 3.046c.661.396 1.518-.06 1.518-.808" /><path d="M12.056 15.046V8.955c0-.749-.857-1.205-1.518-.809l-5.072 3.046a.933.933 0 0 0 0 1.616l5.072 3.046c.661.396 1.518-.06 1.518-.808" /></symbol>',"plyr-rewind");const bC="plyr-rewind";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="plyr-settings"><path fill-rule="evenodd" d="M12 2a2.636 2.636 0 0 0-2.637 2.636v.137a.35.35 0 0 1-.129.268 1 1 0 0 0-.158.055.35.35 0 0 1-.384-.067l-.043-.044a2.636 2.636 0 1 0-3.73 3.73l.044.043a.35.35 0 0 1 .067.384l-.024.058a.35.35 0 0 1-.312.23h-.058a2.636 2.636 0 1 0 0 5.272h.136a.35.35 0 0 1 .32.212l.004.01a.35.35 0 0 1-.068.383l-.044.044a2.636 2.636 0 1 0 3.73 3.73l.044-.044a.35.35 0 0 1 .383-.068q.03.014.059.024a.35.35 0 0 1 .229.313v.058a2.636 2.636 0 0 0 2.57 2.635 2.636 2.636 0 0 0 2.571-2.635v-.059a.35.35 0 0 1 .23-.312l.058-.024a.35.35 0 0 1 .383.068l.044.043a2.64 2.64 0 0 0 2.875.573 2.637 2.637 0 0 0 .855-4.302l-.044-.044a.35.35 0 0 1-.067-.383l.004-.01a.35.35 0 0 1 .319-.212h.136a2.636 2.636 0 1 0 0-5.273h-.058a.35.35 0 0 1-.312-.229l-.024-.058a.35.35 0 0 1 .067-.384l.044-.043a2.637 2.637 0 1 0-3.73-3.73l-.043.044a.35.35 0 0 1-.384.067 1 1 0 0 0-.158-.055.35.35 0 0 1-.13-.268v-.137A2.636 2.636 0 0 0 12 2m.384 17.814a.64.64 0 0 1-.385.183.636.636 0 0 1-.57-.633v-.097a2.35 2.35 0 0 0-1.51-2.14 2.35 2.35 0 0 0-2.562.483l-.058.057a.637.637 0 0 1-.9 0h-.001a.636.636 0 0 1 0-.902l.05-.049.007-.008a2.35 2.35 0 0 0 .472-2.587 2.35 2.35 0 0 0-2.148-1.42h-.143a.636.636 0 1 1 0-1.272h.097a2.35 2.35 0 0 0 2.14-1.509 2.35 2.35 0 0 0-.483-2.563L6.333 7.3a.636.636 0 0 1 0-.9v-.001a.637.637 0 0 1 .901 0l.05.05.007.007A2.35 2.35 0 0 0 9.694 7a1 1 0 0 0 .245-.07 2.35 2.35 0 0 0 1.424-2.15v-.144a.637.637 0 0 1 1.273 0v.143A2.35 2.35 0 0 0 14.06 6.93a1 1 0 0 0 .245.07 2.35 2.35 0 0 0 2.403-.544l.008-.008.049-.05a.64.64 0 0 1 .694-.138.637.637 0 0 1 .207 1.04l-.057.057a2.35 2.35 0 0 0-.482 2.563 2.35 2.35 0 0 0 2.14 1.509h.096a.636.636 0 1 1 0 1.273h-.143a2.35 2.35 0 0 0-2.148 1.42 2.35 2.35 0 0 0 .472 2.586l.008.008.049.05a.64.64 0 0 1 0 .9.64.64 0 0 1-.901 0l-.058-.056a2.35 2.35 0 0 0-2.563-.483 2.35 2.35 0 0 0-1.508 2.14v.097c0 .168-.068.33-.187.45M10.999 12a1 1 0 1 1 2 0 1 1 0 0 1-2 0m1-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6" clip-rule="evenodd" /></symbol>',"plyr-settings");const gC="plyr-settings";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="plyr-volume"><path fill-rule="evenodd" d="M10.347 3.718c.917-.845 2.142-.882 3.056-.434A2.86 2.86 0 0 1 15 5.86v12.324c0 2.497-2.864 3.604-4.598 2.188l-.003-.004-.006-.005-.004-.003-3.692-3.076H4.833c-.713 0-1.45-.24-2.015-.794C2.251 15.934 2 15.202 2 14.487v-4.93c0-.715.251-1.447.818-2.003C3.383 7 4.12 6.76 4.833 6.76h1.864zm2.176 1.362a.72.72 0 0 0-.828.116l-.023.021L7.421 8.76H4.833c-.272 0-.479.089-.615.222-.134.132-.218.324-.218.575v4.93c0 .25.084.443.218.575.136.133.343.222.615.222h2.588l4.247 3.539c.526.429 1.332.045 1.332-.64V5.86a.86.86 0 0 0-.477-.78m5.924 1.575a1 1 0 0 0-.902 1.786c.022.015.067.045.127.095.12.1.303.28.496.568q.046.07.093.137c.356.521.739 1.081.739 2.759s-.383 2.238-.74 2.759q-.046.068-.092.137a2.7 2.7 0 0 1-.496.568 1 1 0 0 1-.14.103 1 1 0 0 0 .915 1.778h.002l.001-.002.003-.001.007-.003.016-.009a2 2 0 0 0 .15-.09c.088-.055.2-.134.327-.24.255-.213.571-.533.879-.995C20.453 15.073 21 14.175 21 12s-.547-3.073-1.168-4.005a4.6 4.6 0 0 0-.88-.995 3.3 3.3 0 0 0-.437-.308l-.04-.022-.015-.008-.007-.004z" clip-rule="evenodd" /></symbol>',"plyr-volume");const yC="plyr-volume";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="portal"><path fill-rule="evenodd" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2M9 19.416a8 8 0 0 0 4.309.476L9 16.3zm6.56-.252A8 8 0 0 0 18.243 17h-5.28zM4.835 15.56A8 8 0 0 0 7 18.242v-5.28zM12 9a3 3 0 1 0 0 6 3 3 0 0 0 0-6m4.302 6h3.114a8 8 0 0 0 .476-4.31zM4.584 9a7.97 7.97 0 0 0-.477 4.309L7.698 9zM17 11.037l2.164-2.598A8 8 0 0 0 17 5.757zM12 4q-.67.001-1.31.107L15 7.698V4.583A8 8 0 0 0 12 4m-3.56.835A8 8 0 0 0 5.756 7h5.28z" clip-rule="evenodd" /></symbol>',"portal");const vC="portal";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="preview-tag-application"><path d="M5 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0M9 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2M11 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0" /><path fill-rule="evenodd" d="M2 6a4 4 0 0 1 4-4h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4zm4-2h12a2 2 0 0 1 2 2v2H4V6a2 2 0 0 1 2-2m-2 6v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8z" clip-rule="evenodd" /></symbol>',"preview-tag-application");const wC="preview-tag-application";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="preview-tag-audio"><path fill-rule="evenodd" d="M9 13.17A3 3 0 1 0 11 16V7.867l5-.714v5.018A3 3 0 1 0 18 15V7.152a2 2 0 0 0-2.283-1.98l-5 .714A2 2 0 0 0 9 7.867zM9 16a1 1 0 1 1-2 0 1 1 0 0 1 2 0m7-1a1 1 0 1 0-2 0 1 1 0 0 0 2 0" clip-rule="evenodd" /><path fill-rule="evenodd" d="M2 6a4 4 0 0 1 4-4h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4zm4-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2" clip-rule="evenodd" /></symbol>',"preview-tag-audio");const CC="preview-tag-audio";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="preview-tag-image"><path fill-rule="evenodd" d="M13 9.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-2 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0" clip-rule="evenodd" /><path fill-rule="evenodd" d="M2 6a4 4 0 0 1 4-4h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4zm4-2h12a2 2 0 0 1 2 2v8.586L18.414 13a2 2 0 0 0-2.828 0L12 16.586 10.414 15a2 2 0 0 0-2.828 0l-3.518 3.518A2 2 0 0 1 4 18V6a2 2 0 0 1 2-2m11 10.414 3 3V18a2 2 0 0 1-2 2h-2.586l-2-2zM5.482 19.932Q5.73 20 6 20h6.586L9 16.414z" clip-rule="evenodd" /></symbol>',"preview-tag-image");const kC="preview-tag-image";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="preview-tag-video"><path fill-rule="evenodd" d="M9 15.066c0 1.198 1.335 1.912 2.332 1.248l4.599-3.066a1.5 1.5 0 0 0 0-2.496l-4.599-3.066C10.335 7.022 9 7.736 9 8.934zM14.197 12 11 14.132V9.868z" clip-rule="evenodd" /><path fill-rule="evenodd" d="M6 2a4 4 0 0 0-4 4v12a4 4 0 0 0 4 4h12a4 4 0 0 0 4-4V6a4 4 0 0 0-4-4zm12 2H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2" clip-rule="evenodd" /></symbol>',"preview-tag-video");const xC="preview-tag-video";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="prompter"><path fill-rule="evenodd" d="M22 12c0-5.523-4.477-10-10-10S2 6.477 2 12s4.477 10 10 10 10-4.477 10-10m-10 8v-2a6 6 0 0 1-6-6H4a8 8 0 0 0 8 8m0-16a8 8 0 0 1 8 8h-2a6 6 0 0 0-6-6zm4 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0" clip-rule="evenodd" /></symbol>',"prompter");const _C="prompter";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 24" id="queue-member"><path fill-rule="evenodd" d="M20.477 19a.92.92 0 0 1-.923-.918v-.918c0-1.434-1.097-2.525-2.539-2.525h-2.769c-1.442 0-2.538 1.091-2.538 2.525v.918a.92.92 0 0 1-.924.918.92.92 0 0 1-.923-.918v-.918c0-2.448 1.924-4.36 4.385-4.36h2.77c2.46 0 4.384 1.912 4.384 4.36v.918a.92.92 0 0 1-.923.918m-9.923-5.279a.92.92 0 0 1-.923.918H7.785c-1.442 0-2.539 1.091-2.539 2.525v.918a.92.92 0 0 1-.923.918.92.92 0 0 1-.923-.918v-.918c0-2.448 1.923-4.36 4.385-4.36H9.63a.92.92 0 0 1 .923.917m-4.846-4.82a2.99 2.99 0 0 1 3-2.983c1.656 0 3 1.336 3 2.984a2.99 2.99 0 0 1-3 2.983c-1.657 0-3-1.336-3-2.983m6.461-.458A3.45 3.45 0 0 1 15.631 5a3.45 3.45 0 0 1 3.461 3.443 3.45 3.45 0 0 1-3.461 3.442 3.45 3.45 0 0 1-3.462-3.442m1.846 0c0-.888.723-1.607 1.616-1.607.892 0 1.615.72 1.615 1.607s-.723 1.606-1.615 1.606c-.893 0-1.616-.72-1.616-1.606m-6.461.459a1.15 1.15 0 0 1 1.154-1.148A1.15 1.15 0 0 1 9.86 8.902a1.15 1.15 0 0 1-1.153 1.147 1.15 1.15 0 0 1-1.154-1.147" clip-rule="evenodd" /></symbol>',"queue-member");const IC="queue-member";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="quick-replies"><path d="m11.375 12-1 4 4.047-4.722c.606-.707.337-1.718-.384-2.112A1.35 1.35 0 0 0 13.375 9l1-4-4.048 4.722c-.606.707-.336 1.718.385 2.112a1.35 1.35 0 0 0 .663.166" /><path fill-rule="evenodd" d="M5.375 2c-1.657 0-3 1.39-3 3.103v10.345c0 1.714 1.343 3.104 3 3.104h2.5c.944 0 1.833.46 2.4 1.241l1.3 1.793a.98.98 0 0 0 1.6 0l1.3-1.793a2.97 2.97 0 0 1 2.4-1.241h2.5c1.657 0 3-1.39 3-3.104V5.103c0-1.714-1.343-3.103-3-3.103zm14 2.069h-14c-.552 0-1 .463-1 1.034v10.345c0 .572.448 1.035 1 1.035h2.5c1.574 0 3.056.766 4 2.069l.5.69.5-.69c.944-1.303 2.426-2.07 4-2.07h2.5c.552 0 1-.462 1-1.034V5.103c0-.57-.448-1.034-1-1.034" clip-rule="evenodd" /></symbol>',"quick-replies");const SC="quick-replies";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="radio"><path fill-rule="evenodd" d="M12 5.25a6.75 6.75 0 1 0 0 13.5 6.75 6.75 0 0 0 0-13.5M3 12a9 9 0 1 1 18 0 9 9 0 0 1-18 0" clip-rule="evenodd" /></symbol>',"radio");const AC="radio";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="radio--checked"><path d="M12 16a4 4 0 1 0 0-8 4 4 0 0 0 0 8" /><path fill-rule="evenodd" d="M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18m-6.75 9a6.75 6.75 0 1 1 13.5 0 6.75 6.75 0 0 1-13.5 0" clip-rule="evenodd" /></symbol>',"radio--checked");const EC="radio--checked";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="rec"><path fill="#E63E1A" d="M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12-5.373 12-12 12S0 18.627 0 12" /><rect width="6" height="6" x="9" y="9" rx="3" /></symbol>',"rec");const TC="rec";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="rec-off"><rect width="6" height="6" x="9" y="9" fill="#E63E1A" rx="3" /></symbol>',"rec-off");const DC="rec-off";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="redo"><path d="M18 19a1 1 0 0 1-1 1H9.5a6.5 6.5 0 1 1 0-13h7.394a6 6 0 0 1-.416-.583C16.246 6.043 16 5.534 16 5a1 1 0 1 1 2 0q0-.013.003.003c.01.03.044.15.175.361.155.25.384.534.654.804s.554.5.804.654c.212.13.33.166.361.175Q20.013 7 20 7a1 1 0 1 1 0 2q.014 0-.003.003c-.03.01-.15.044-.361.175-.25.155-.534.384-.804.654s-.5.554-.654.804c-.13.212-.166.33-.175.361Q18 11.012 18 11a1 1 0 1 1-2 0c0-.534.246-1.043.478-1.417q.185-.297.416-.583H9.5a4.5 4.5 0 1 0 0 9H17a1 1 0 0 1 1 1" /></symbol>',"redo");const OC="redo";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="refresh"><path d="M4.12 10.576c.835-3.987 4.046-6.556 7.827-6.556 2.258 0 4.298.935 5.758 2.441.377.389.98.49 1.424.178.468-.328.575-.985.187-1.406A10 10 0 0 0 11.946 2C7.11 2 3.113 5.349 2.13 10.277l-.553-.082a.504.504 0 0 0-.559.632l1.014 3.732a.502.502 0 0 0 .904.146l2.144-3.259a.505.505 0 0 0-.345-.778zM19.88 13.424c-.835 3.987-4.046 6.556-7.827 6.556a8 8 0 0 1-5.758-2.441c-.377-.389-.98-.49-1.424-.179-.468.33-.575.986-.187 1.407A10 10 0 0 0 12.054 22c4.836 0 8.833-3.349 9.816-8.277l.553.082a.504.504 0 0 0 .559-.632l-1.014-3.732a.502.502 0 0 0-.904-.146l-2.144 3.259a.506.506 0 0 0 .345.778z" /></symbol>',"refresh");const RC="refresh";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="reporter"><path fill-rule="evenodd" d="M15 16a7 7 0 1 0-6.658-4.833l-4.654 4.654a3 3 0 0 0 1.343 5.019q.253.19.556.344c1.426.72 3.56.7 6.625-.73 2.981-1.392 4.776-1.813 5.79-1.817.505-.001.764.1.883.184.102.071.115.136.115.179a.5.5 0 1 0 1 0c0-.373-.175-.742-.541-.999-.35-.245-.84-.366-1.46-.364-1.237.005-3.192.501-6.21 1.91-2.063.963-3.557 1.197-4.62 1.07.274-.139.532-.324.762-.553l4.536-4.536c.785.305 1.64.472 2.533.472m.51-2.026a5 5 0 0 0 4.464-4.463h-1.006a4 4 0 0 1-3.457 3.457zm-1 .002V12.97a4 4 0 0 1-3.478-3.46h-1.006a5 5 0 0 0 4.485 4.466M12.044 9.51a3 3 0 0 0 2.468 2.45V9.51zm3.468 0v2.447a3 3 0 0 0 2.446-2.447zm2.45-1h-2.45V6.044a3 3 0 0 1 2.45 2.468m1.01 0h1.006a5 5 0 0 0-4.466-4.484v1.006a4 4 0 0 1 3.46 3.479m-4.46 0H12.04a3 3 0 0 1 2.47-2.47zm-3.481 0h-1.006a5 5 0 0 1 4.487-4.486V5.03a4 4 0 0 0-3.481 3.48m-1.855 4.652-4.073 4.073a1 1 0 1 0 1.415 1.414l4.072-4.072z" clip-rule="evenodd" /></symbol>',"reporter");const BC="reporter";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="role"><path fill-rule="evenodd" d="M10.5 1a2.5 2.5 0 0 0-2.45 3H5a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3h-3.05q.05-.243.05-.5A2.5 2.5 0 0 0 13.5 1zm3 3a.5.5 0 0 0 0-1h-3a.5.5 0 0 0 0 1zM5 6a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zm4 4a3 3 0 1 1 6 0 3 3 0 0 1-6 0m3-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2m-1 4.4c-2.252 0-4 1.748-4 4a1 1 0 1 0 2 0c0-1.148.852-2 2-2h2c1.148 0 2 .852 2 2a1 1 0 1 0 2 0c0-2.252-1.748-4-4-4z" clip-rule="evenodd" /></symbol>',"role");const LC="role";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="rounded-info"><path fill-rule="evenodd" d="M20 12a8 8 0 1 1-16 0 8 8 0 0 1 16 0m2 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10M12 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2m1 2v5h.5a.5.5 0 0 1 0 1H12a1 1 0 0 1-1-1v-5h-.5a.5.5 0 0 1 0-1H12a1 1 0 0 1 1 1" clip-rule="evenodd" /></symbol>',"rounded-info");const NC="rounded-info";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="save"><path fill-rule="evenodd" d="M2 5a3 3 0 0 1 3-3h12a3 3 0 0 1 2.4 1.2l2 2.667a3 3 0 0 1 .6 1.8V19a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3zm3-1a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1v-7a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v7a1 1 0 0 0 1-1V7.667a1 1 0 0 0-.2-.6l-1.8-2.4V6a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3zm2 0v2a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V4zm10 16H7v-7a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1z" clip-rule="evenodd" /></symbol>',"save");const PC="save";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="save-as"><path fill-rule="evenodd" d="M5 4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1v-7a3 3 0 0 1 3-3h6a1 1 0 1 1 0 2H8a1 1 0 0 0-1 1v7h1a1 1 0 1 1 0 2H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h12a3 3 0 0 1 2.4 1.2l2 2.667a3 3 0 0 1 .6 1.8V8a1 1 0 1 1-2 0v-.333a1 1 0 0 0-.2-.6l-1.8-2.4V6a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3zm2 2a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V4H7z" clip-rule="evenodd" /><path fill-rule="evenodd" d="M18.086 10.5a2 2 0 0 1 2.828 0l.586.586a2 2 0 0 1 0 2.828l-7.5 7.5a2 2 0 0 1-1.414.586H10v-2.586A2 2 0 0 1 10.586 18zm1.414 1.414-7.5 7.5V20h.586l7.5-7.5z" clip-rule="evenodd" /><path d="M22 18a1 1 0 1 0-2 0v1a1 1 0 0 1-1 1h-1a1 1 0 1 0 0 2h1a3 3 0 0 0 3-3z" /></symbol>',"save-as");const $C="save-as";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56" id="scorecard"><path d="M34.093 31.45c-.072-.45.07-.906.372-1.221l2.175-2.26c1.387-1.443.577-3.855-1.397-4.16l-2.88-.447a1.29 1.29 0 0 1-.964-.748l-1.164-2.517c-.883-1.907-3.585-1.907-4.468 0l-1.165 2.516c-.19.41-.554.686-.963.75l-2.882.446c-1.974.305-2.784 2.717-1.397 4.16l2.175 2.26c.303.315.445.772.372 1.222l-.484 3.01c-.328 2.04 1.835 3.56 3.633 2.552l2.353-1.318a1.2 1.2 0 0 1 1.182 0l2.353 1.319c1.798 1.008 3.961-.512 3.633-2.552z" /><path fill-rule="evenodd" d="m44.617 11.95-5.233-5.233a7 7 0 0 0-4.95-2.05h-18.1a7 7 0 0 0-7 7v32.666a7 7 0 0 0 7 7h23.333a7 7 0 0 0 7-7V16.9a7 7 0 0 0-2.05-4.95M42 44.333a2.333 2.333 0 0 1-2.333 2.334H16.334A2.333 2.333 0 0 1 14 44.333V11.667a2.333 2.333 0 0 1 2.334-2.334h16.333V14a4.667 4.667 0 0 0 4.666 4.667H42zM37.334 14v-2.734L40.067 14z" clip-rule="evenodd" /></symbol>',"scorecard");const MC="scorecard";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="search"><path fill-rule="evenodd" d="M15.762 17.176a8.5 8.5 0 1 1 1.414-1.414l4.531 4.53a1 1 0 0 1-1.414 1.415zM17 10.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0" clip-rule="evenodd" /></symbol>',"search");const qC="search";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="select-custom-value-enter"><path d="M4.004 12.085a1 1 0 0 0 .214.539l.012.014a1 1 0 0 0 .346.268c.214.106.416.193.62.281.416.18.84.363 1.388.716.76.488 1.66 1.266 2.584 2.652a1 1 0 0 0 1.664-1.11c-.71-1.065-1.43-1.85-2.122-2.445H19a1 1 0 0 0 1-1V8c0-.5-.5-1-1-1s-1 .445-1 1v2.5a.5.5 0 0 1-.5.5H8.71c.692-.595 1.412-1.38 2.122-2.445a1 1 0 0 0-1.664-1.11c-.924 1.386-1.825 2.163-2.584 2.651-.549.353-.972.536-1.388.716a13 13 0 0 0-.615.28 1 1 0 0 0-.579.84M4 12q0 .043.004.085z" /></symbol>',"select-custom-value-enter");const jC="select-custom-value-enter";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 24" id="send-arrow"><path d="M21.246 11.915a1 1 0 0 0-.214-.539l-.012-.014a1 1 0 0 0-.346-.268c-.214-.106-.416-.193-.62-.281-.416-.18-.84-.363-1.388-.717-.76-.487-1.66-1.265-2.584-2.65a1 1 0 1 0-1.664 1.109c.71 1.065 1.43 1.85 2.122 2.445H4.25a1 1 0 1 0 0 2h12.29c-.692.595-1.412 1.38-2.122 2.445a1 1 0 0 0 1.664 1.11c.924-1.386 1.825-2.163 2.584-2.651.549-.353.972-.536 1.388-.716.202-.088.402-.175.615-.28a1 1 0 0 0 .579-.84M21.25 12q0-.043-.004-.085z" /></symbol>',"send-arrow");const FC="send-arrow";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="settings"><path fill-rule="evenodd" d="M12 2a2.636 2.636 0 0 0-2.637 2.636v.137a.35.35 0 0 1-.129.268 1 1 0 0 0-.158.055.35.35 0 0 1-.384-.067l-.043-.044a2.636 2.636 0 1 0-3.73 3.73l.044.043a.35.35 0 0 1 .067.384l-.024.058a.35.35 0 0 1-.312.23h-.058a2.636 2.636 0 1 0 0 5.272h.136a.35.35 0 0 1 .32.212l.004.01a.35.35 0 0 1-.068.383l-.044.044a2.636 2.636 0 1 0 3.73 3.73l.044-.044a.35.35 0 0 1 .383-.068q.03.014.059.024a.35.35 0 0 1 .229.313v.058a2.636 2.636 0 0 0 2.57 2.635 2.636 2.636 0 0 0 2.571-2.635v-.059a.35.35 0 0 1 .23-.312l.058-.024a.35.35 0 0 1 .383.068l.044.043a2.64 2.64 0 0 0 2.875.573 2.637 2.637 0 0 0 .855-4.302l-.044-.044a.35.35 0 0 1-.067-.383l.004-.01a.35.35 0 0 1 .319-.212h.136a2.636 2.636 0 1 0 0-5.273h-.058a.35.35 0 0 1-.312-.229l-.024-.058a.35.35 0 0 1 .067-.384l.044-.043a2.637 2.637 0 1 0-3.73-3.73l-.043.044a.35.35 0 0 1-.384.067 1 1 0 0 0-.158-.055.35.35 0 0 1-.13-.268v-.137A2.636 2.636 0 0 0 12 2m.384 17.814a.64.64 0 0 1-.385.183.636.636 0 0 1-.57-.633v-.097a2.35 2.35 0 0 0-1.51-2.14 2.35 2.35 0 0 0-2.562.483l-.058.057a.637.637 0 0 1-.9 0h-.001a.636.636 0 0 1 0-.902l.05-.049.007-.008a2.35 2.35 0 0 0 .472-2.587 2.35 2.35 0 0 0-2.148-1.42h-.143a.636.636 0 1 1 0-1.272h.097a2.35 2.35 0 0 0 2.14-1.509 2.35 2.35 0 0 0-.483-2.563L6.333 7.3a.636.636 0 0 1 0-.9v-.001a.637.637 0 0 1 .901 0l.05.05.007.007A2.35 2.35 0 0 0 9.694 7a1 1 0 0 0 .245-.07 2.35 2.35 0 0 0 1.424-2.15v-.144a.637.637 0 0 1 1.273 0v.143A2.35 2.35 0 0 0 14.06 6.93a1 1 0 0 0 .245.07 2.35 2.35 0 0 0 2.403-.544l.008-.008.049-.05a.64.64 0 0 1 .694-.138.637.637 0 0 1 .207 1.04l-.057.057a2.35 2.35 0 0 0-.482 2.563 2.35 2.35 0 0 0 2.14 1.509h.096a.636.636 0 1 1 0 1.273h-.143a2.35 2.35 0 0 0-2.148 1.42 2.35 2.35 0 0 0 .472 2.586l.008.008.049.05a.64.64 0 0 1 0 .9.64.64 0 0 1-.901 0l-.058-.056a2.35 2.35 0 0 0-2.563-.483 2.35 2.35 0 0 0-1.508 2.14v.097c0 .168-.068.33-.187.45M10.999 12a1 1 0 1 1 2 0 1 1 0 0 1-2 0m1-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6" clip-rule="evenodd" /></symbol>',"settings");const VC="settings";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="social-media"><path d="M16 8a2 2 0 0 1-3.334 1.49L9.89 11.342a2 2 0 0 1 0 1.316l2.777 1.852a2 2 0 1 1-.555.832L9.334 13.49a2 2 0 1 1 0-2.98l2.777-1.851A2 2 0 1 1 16 8" /><path fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16" clip-rule="evenodd" /></symbol>',"social-media");const UC="social-media";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="sort-arrow-down"><path d="M12.085 20.997a1 1 0 0 0 .539-.215l.014-.012a1 1 0 0 0 .268-.346c.106-.214.193-.416.281-.62.18-.416.364-.84.717-1.388.488-.76 1.265-1.66 2.65-2.584a1 1 0 1 0-1.109-1.664c-1.065.71-1.85 1.43-2.445 2.123V4a1 1 0 1 0-2 0v12.29c-.594-.693-1.38-1.413-2.445-2.123a1 1 0 0 0-1.11 1.664c1.386.924 2.164 1.825 2.651 2.584.354.549.537.972.717 1.388.087.202.174.403.279.615a1 1 0 0 0 .841.579M12 21q.043 0 .085-.003z" /></symbol>',"sort-arrow-down");const zC="sort-arrow-down";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="sort-arrow-up"><path d="M11.915 3.004a1 1 0 0 0-.539.214l-.014.012a1 1 0 0 0-.268.346c-.106.214-.193.416-.281.62-.18.416-.364.84-.717 1.389-.488.759-1.265 1.66-2.65 2.583a1 1 0 0 0 1.109 1.664c1.065-.71 1.85-1.43 2.445-2.122V20a1 1 0 1 0 2 0V7.71c.594.692 1.38 1.412 2.445 2.122a1 1 0 0 0 1.11-1.664c-1.386-.924-2.163-1.824-2.651-2.583a8.7 8.7 0 0 1-.717-1.39c-.087-.201-.174-.401-.279-.614a1 1 0 0 0-.841-.579M12 3l-.085.004z" /></symbol>',"sort-arrow-up");const HC="sort-arrow-up";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="sound-off"><path fill-rule="evenodd" d="M13.403 3.284c-.914-.448-2.14-.41-3.056.434L6.697 6.76H4.833c-.713 0-1.45.24-2.015.794C2.251 8.11 2 8.842 2 9.557v4.93c0 .715.251 1.447.818 2.003.565.554 1.302.794 2.015.794h1.864l3.692 3.076.004.003.006.005.003.004C12.136 21.788 15 20.68 15 18.184V5.86a2.86 2.86 0 0 0-1.597-2.576m-1.709 1.912a.72.72 0 0 1 .83-.116.86.86 0 0 1 .476.78v12.324c0 .684-.806 1.068-1.331.64l-.001-.001-4.247-3.539H4.833c-.272 0-.479-.089-.615-.222-.134-.132-.218-.324-.218-.575v-4.93c0-.25.084-.443.218-.575.136-.133.343-.222.615-.222h2.588l4.251-3.543z" clip-rule="evenodd" /><path d="M21.5 9.586a1 1 0 0 0-1.414 0l-.793.793-.793-.793A1 1 0 1 0 17.086 11l.793.793-.793.793A1 1 0 0 0 18.5 14l.793-.793.793.793a1 1 0 0 0 1.414-1.414l-.793-.793L21.5 11a1 1 0 0 0 0-1.414" /></symbol>',"sound-off");const WC="sound-off";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="sound-on"><path fill-rule="evenodd" d="M10.347 3.718c.917-.845 2.142-.882 3.056-.434A2.86 2.86 0 0 1 15 5.86v12.324c0 2.497-2.864 3.604-4.598 2.188l-.003-.004-.006-.005-.004-.003-3.692-3.076H4.833c-.713 0-1.45-.24-2.015-.794C2.251 15.934 2 15.202 2 14.487v-4.93c0-.715.251-1.447.818-2.003C3.383 7 4.12 6.76 4.833 6.76h1.864zm2.176 1.362a.72.72 0 0 0-.828.116l-.023.021L7.421 8.76H4.833c-.272 0-.479.089-.615.222-.134.132-.218.324-.218.575v4.93c0 .25.084.443.218.575.136.133.343.222.615.222h2.588l4.247 3.539c.526.429 1.332.045 1.332-.64V5.86a.86.86 0 0 0-.477-.78m5.924 1.575a1 1 0 0 0-.902 1.786c.022.015.067.045.127.095.12.1.303.28.496.568q.046.07.093.137c.356.521.739 1.081.739 2.759s-.383 2.238-.74 2.759q-.046.068-.092.137a2.7 2.7 0 0 1-.496.568 1 1 0 0 1-.14.103 1 1 0 0 0 .915 1.778h.002l.001-.002.003-.001.007-.003.016-.009a2 2 0 0 0 .15-.09c.088-.055.2-.134.327-.24.255-.213.571-.533.879-.995C20.453 15.073 21 14.175 21 12s-.547-3.073-1.168-4.005a4.6 4.6 0 0 0-.88-.995 3.3 3.3 0 0 0-.437-.308l-.04-.022-.015-.008-.007-.004z" clip-rule="evenodd" /></symbol>',"sound-on");const ZC="sound-on";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="star"><path fill-rule="evenodd" d="M18.234 14.15a1.39 1.39 0 0 0-.36 1.176l.468 2.905c.316 1.967-1.77 3.433-3.503 2.46l-2.27-1.271c-.356-.2-.782-.2-1.14 0L9.162 20.69c-1.733.972-3.82-.493-3.503-2.46l.467-2.903a1.39 1.39 0 0 0-.36-1.179L3.67 11.97c-1.338-1.39-.557-3.716 1.346-4.01l2.78-.431c.394-.062.745-.327.928-.723L9.847 4.38c.851-1.839 3.457-1.839 4.308 0l1.123 2.427c.183.395.533.66.93.722l2.777.43c1.903.295 2.684 2.621 1.346 4.011zm-2.317-4.738a3.15 3.15 0 0 1-2.363-1.803l-1.123-2.426a.474.474 0 0 0-.861 0l-1.123 2.425a3.15 3.15 0 0 1-2.362 1.804l-2.78.43a.477.477 0 0 0-.269.803l2.097 2.18A3.3 3.3 0 0 1 8 15.63l-.467 2.903a.475.475 0 0 0 .7.492l2.269-1.271a3.05 3.05 0 0 1 2.993 0l2.27 1.272a.475.475 0 0 0 .7-.492l-.467-2.906a3.3 3.3 0 0 1 .868-2.804l2.097-2.18a.477.477 0 0 0-.27-.802z" clip-rule="evenodd" /></symbol>',"star");const YC="star";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="star--filled"><path fill-rule="evenodd" d="M18.234 14.15a1.39 1.39 0 0 0-.36 1.176l.468 2.905c.316 1.967-1.77 3.433-3.503 2.46l-2.27-1.271c-.356-.2-.782-.2-1.14 0L9.162 20.69c-1.733.972-3.82-.493-3.503-2.46l.467-2.903a1.39 1.39 0 0 0-.36-1.179L3.67 11.97c-1.338-1.39-.557-3.716 1.346-4.01l2.78-.431c.394-.062.745-.327.928-.723L9.847 4.38c.851-1.839 3.457-1.839 4.308 0l1.123 2.427c.183.395.533.66.93.722l2.777.43c1.903.295 2.684 2.621 1.346 4.011z" clip-rule="evenodd" /></symbol>',"star--filled");const KC="star--filled";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="stop"><path fill-rule="evenodd" d="M8 9a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1zm2 5h4v-4h-4z" clip-rule="evenodd" /><path fill-rule="evenodd" d="M2 12C2 6.45 6.45 2 12 2s10 4.45 10 10-4.45 10-10 10S2 17.55 2 12m10-8c-4.445 0-8 3.555-8 8s3.555 8 8 8 8-3.555 8-8-3.555-8-8-8" clip-rule="evenodd" /></symbol>',"stop");const GC="stop";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="stop-sign"><path d="M9 10a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1z" /><path fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16" clip-rule="evenodd" /></symbol>',"stop-sign");const XC="stop-sign";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="stt"><path fill-rule="evenodd" d="M16.879 2.879 19.12 5.12A3 3 0 0 1 20 7.243V11a1 1 0 1 1-2 0V8h-2a2 2 0 0 1-2-2V4H7a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h2a1 1 0 1 1 0 2H7a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h7.757a3 3 0 0 1 2.122.879M16 4.829V6h1.172z" clip-rule="evenodd" /><path fill-rule="evenodd" d="M17.447 13.724a1 1 0 0 1 .354.296Q17.898 14 18 14h3a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-3q-.102 0-.199-.02a1 1 0 0 1-.354.296l-4 2A1 1 0 0 1 12 21.382v-8.764a1 1 0 0 1 1.447-.894zM16 15.236v3.528l-2 1v-5.528zM20 16v2h-1v-2z" clip-rule="evenodd" /></symbol>',"stt");const QC="stt";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="stt-download"><path fill-rule="evenodd" d="M19.121 5.121 16.88 2.88A3 3 0 0 0 14.757 2H7a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h2a1 1 0 1 0 0-2H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7v2a2 2 0 0 0 2 2h2v3a1 1 0 1 0 2 0V7.243a3 3 0 0 0-.879-2.122M16 6V4.828L17.172 6z" clip-rule="evenodd" /><path d="M18 15a1 1 0 1 0-2 0v3.586l-.293-.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l2-2a1 1 0 0 0-1.414-1.414l-.293.293z" /></symbol>',"stt-download");const JC="stt-download";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="stt-search"><path fill-rule="evenodd" d="M16.879 2.879 19.12 5.12A3 3 0 0 1 20 7.243V11a1 1 0 1 1-2 0V8h-2a2 2 0 0 1-2-2V4H7a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h2a1 1 0 1 1 0 2H7a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h7.757a3 3 0 0 1 2.122.879M16 4.829V6h1.172zM13 17a2 2 0 1 0 0-4 2 2 0 0 0 0 4m3.446.032a4 4 0 1 0-1.414 1.414l2.261 2.261a1 1 0 0 0 1.414-1.414z" clip-rule="evenodd" /></symbol>',"stt-search");const ek="stt-search";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="table"><path fill-rule="evenodd" d="M2 2h20v20H2zm18 4V4h-4v2zm-6 2h-4v12h4zm-4-2h4V4h-4zM8 4v2H4V4zm0 4H4v12h4zm12 0h-4v12h4z" clip-rule="evenodd" /></symbol>',"table");const tk="table";J('<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="telegram-bot"><path fill="#1899CD" fill-rule="evenodd" d="M8.5 11a1.5 1.5 0 0 0 0 3h7a1.5 1.5 0 0 0 0-3zm1.5 1.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0m5 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2" clip-rule="evenodd" /><path fill="#1899CD" fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m0-5c3.866 0 7-2.015 7-4.5v-4a.5.5 0 1 0-1 0v1.023C16.95 8.102 15.023 7 12 7S7.05 8.102 6 9.523V8.5a.5.5 0 0 0-1 0v4c0 2.485 3.134 4.5 7 4.5" clip-rule="evenodd" /></symbol>',"telegram-bot");const ok="telegram-bot";J('<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="tick"><path fill="#3D455C" fill-rule="evenodd" d="M18.121 7.293a1 1 0 0 1 0 1.414l-7 7a2 2 0 0 1-2.828 0l-3-3a1 1 0 1 1 1.414-1.414l2.647 2.646a.5.5 0 0 0 .707 0l6.646-6.646a1 1 0 0 1 1.414 0" clip-rule="evenodd" /></symbol>',"tick");const ik="tick";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="tree-collapse"><path d="M8 11a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2z" /><path fill-rule="evenodd" d="M5 2a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3zm14 2H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1" clip-rule="evenodd" /></symbol>',"tree-collapse");const nk="tree-collapse";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="tree-corner"><path d="M12 0v13h12v-1H13V0z" /></symbol>',"tree-corner");const ak="tree-corner";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="tree-cross"><path d="M12 24h1V13h11v-1H13V0h-1z" /></symbol>',"tree-cross");const rk="tree-cross";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="tree-expand"><path fill-rule="evenodd" d="M5 4h14a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1M2 5a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3zm10 2a1 1 0 0 1 1 1v3h3a1 1 0 1 1 0 2h-3v3a1 1 0 1 1-2 0v-3H8a1 1 0 1 1 0-2h3V8a1 1 0 0 1 1-1" clip-rule="evenodd" /></symbol>',"tree-expand");const lk="tree-expand";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="tree-line"><g clip-path="url(#tree-line_a)"><path fill-rule="evenodd" d="M12 24V0h1v24z" clip-rule="evenodd" /></g><defs><clipPath id="tree-line_a"><path d="M0 0h24v24H0z" /></clipPath></defs></symbol>',"tree-line");const sk="tree-line";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="true-ic"><path d="M18.121 9.707a1 1 0 0 0-1.414-1.414l-6.646 6.646a.5.5 0 0 1-.707 0l-2.647-2.646a1 1 0 0 0-1.414 1.414l3 3a2 2 0 0 0 2.828 0z" /><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-2 0a8 8 0 1 1-16 0 8 8 0 0 1 16 0" clip-rule="evenodd" /></symbol>',"true-ic");const ck="true-ic";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="tts-download"><path fill-rule="evenodd" d="M16.389 2.535c0-.298.24-.54.534-.54h4.74c.294 0 .534.242.534.54V7.75a.54.54 0 0 1-.335.501.53.53 0 0 1-.585-.126L20.24 7.037h-.432v1.441c0 .298-.24.54-.535.54h-3.317l-1.036 1.088a.53.53 0 0 1-.585.126.54.54 0 0 1-.335-.5V4.515c0-.298.24-.54.535-.54h1.854zm0 2.52h-1.32v3.337l.275-.288c.1-.106.24-.166.385-.166h3.01v-.901h-1.816a.537.537 0 0 1-.534-.54zm3.42.902v-1.44c0-.299-.24-.54-.536-.54h-1.815v-.902h3.67V6.41l-.275-.288a.53.53 0 0 0-.385-.166zm-1.07 0h-1.281v-.901h1.281z" clip-rule="evenodd" /><path d="M9.4 3.097a3.71 3.71 0 0 0-5.277 0l-.702.693c-1.07 1.058-1.73 2.747-1.275 4.503.364 1.828 1.156 3.743 2.36 5.555.313.47.961.551 1.402.198.422-.337.498-.946.202-1.398-1.037-1.585-1.705-3.235-2.008-4.772l-.015-.065c-.26-.977.098-1.963.74-2.598l.702-.694c.706-.698 1.758-.698 2.465 0l1.203 1.19c.254.25.372.554.362.858-.01.306-.15.642-.463.951l-.802.793c-.13.129-.226.288-.276.46a1 1 0 0 0 .03.647c.52 1.32 1.44 2.625 2.652 3.823 1.107 1.095 2.505 1.989 3.807 2.593a1 1 0 0 0 .823.008c.112-.05.224-.122.325-.222l.902-.892c.506-.5 1.257-.5 1.763 0l1.197 1.184c.301.343.458.8.48 1.27.023.463-.086.917-.295 1.26l-.68.673c-.743.734-1.665 1.01-2.694.825h-.003a12.5 12.5 0 0 1-2.855-.937c-.498-.229-1.098-.056-1.364.422-.27.487-.093 1.105.412 1.341a14.6 14.6 0 0 0 3.439 1.139l.017.003c1.653.297 3.236-.167 4.454-1.37l.701-.695q.143-.14.248-.308c.467-.737.658-1.62.618-2.45-.04-.834-.324-1.757-.986-2.505a2 2 0 0 0-.08-.085l-1.203-1.19a3.22 3.22 0 0 0-4.575 0l-.414.41c-.94-.501-1.88-1.155-2.63-1.896-.862-.852-1.51-1.722-1.935-2.552l.33-.327c.62-.613 1.026-1.416 1.055-2.307a3.14 3.14 0 0 0-.954-2.347z" /><path d="M8 14a1 1 0 0 1 1 1v3.586l.293-.293a1 1 0 0 1 1.414 1.414l-2 2a1 1 0 0 1-1.415 0l-2-2a1 1 0 1 1 1.415-1.414l.293.293V15a1 1 0 0 1 1-1" /></symbol>',"tts-download");const dk="tts-download";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="undo"><path d="M6 19a1 1 0 0 0 1 1h7.5a6.5 6.5 0 1 0 0-13H7.106q.231-.286.416-.583C7.754 6.043 8 5.534 8 5a1 1 0 1 0-2 0q0-.013-.003.003c-.01.03-.044.15-.175.361-.155.25-.384.534-.654.804s-.554.5-.804.654c-.212.13-.33.166-.361.175Q3.988 7 4 7a1 1 0 1 0 0 2q-.013 0 .003.003c.03.01.15.044.361.175.25.155.534.384.804.654s.5.554.654.804c.13.212.166.33.175.361Q6 11.012 6 11a1 1 0 1 0 2 0c0-.534-.246-1.043-.478-1.417A6 6 0 0 0 7.106 9H14.5a4.5 4.5 0 1 1 0 9H7a1 1 0 0 0-1 1" /></symbol>',"undo");const pk="undo";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="union"><path fill-rule="evenodd" d="M13.099 3.665a2 2 0 0 0-2.12-.005L4.944 7.413A2 2 0 0 0 4 9.112v6.303a2 2 0 0 0 .911 1.678l6 3.893a2 2 0 0 0 2.178 0l6-3.893A2 2 0 0 0 20 15.415v-6.31a2 2 0 0 0-.936-1.693zm-1.064 1.694L7.787 8l4.248 2.642L16.24 8zM6 15.415V9.244l5 3.11v6.305zm7 3.244 5-3.244V9.256l-5 3.141z" clip-rule="evenodd" /></symbol>',"union");const uk="union";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="unpin"><path d="M3.707 2.293a1 1 0 0 0-1.414 1.414l18 18a1 1 0 0 0 1.414-1.414zM15.93 12.733q.185.352.328.697L10.57 7.742q.345.143.697.329l4.112-5.439q.079-.14.193-.255c.859-.859 2.91-.201 4.581 1.47 1.671 1.67 2.329 3.722 1.47 4.581q-.115.114-.255.193zM8.487 13.89c-1.316-1.585-2.038-3.286-1.994-4.569l8.186 8.186c-1.283.044-2.984-.678-4.57-1.995L2 22z" /></symbol>',"unpin");const fk="unpin";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="update-calls"><path d="M4.12 10.576c.835-3.987 4.046-6.556 7.827-6.556 2.258 0 4.298.935 5.758 2.441.377.39.98.49 1.424.179.468-.329.575-.986.187-1.407A10 10 0 0 0 11.946 2C7.11 2 3.113 5.35 2.13 10.278l-.553-.083a.504.504 0 0 0-.559.632l1.014 3.732a.502.502 0 0 0 .904.146l2.144-3.259a.505.505 0 0 0-.345-.777zM19.88 13.424c-.835 3.987-4.046 6.557-7.827 6.557a8 8 0 0 1-5.758-2.442c-.377-.389-.98-.49-1.424-.178-.468.328-.575.985-.187 1.406A10 10 0 0 0 12.054 22c4.836 0 8.833-3.349 9.816-8.277l.553.083a.504.504 0 0 0 .559-.633l-1.014-3.732a.502.502 0 0 0-.904-.145l-2.144 3.258a.505.505 0 0 0 .345.778z" /><path fill-rule="evenodd" d="M10.7 7.55a1.855 1.855 0 0 0-2.639 0l-.35.348c-.535.529-.866 1.373-.638 2.251.292 1.467 1.136 3.048 2.499 4.344 1.302 1.285 2.904 2.176 4.406 2.462l.009.002a2.46 2.46 0 0 0 2.226-.686l.351-.347a1 1 0 0 0 .125-.154c.233-.369.328-.81.308-1.225a2.03 2.03 0 0 0-.533-1.295l-.601-.594a1.61 1.61 0 0 0-2.288 0l-.207.204c-.47-.25-.94-.577-1.315-.948a5.1 5.1 0 0 1-.967-1.276l.165-.163c.31-.307.513-.708.528-1.154a1.57 1.57 0 0 0-.478-1.173z" clip-rule="evenodd" /></symbol>',"update-calls");const mk="update-calls";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="upload"><path fill-rule="evenodd" d="M12 4a4.6 4.6 0 0 0-4.309 2.886 1 1 0 0 1-.718.6C5.293 7.845 4 9.377 4 11.178 4 13.323 5.677 15 7.814 15a1 1 0 1 1 0 2C4.569 17 2 14.424 2 11.177a5.8 5.8 0 0 1 4.052-5.514A6.6 6.6 0 0 1 12 2c3.184 0 5.855 2.261 6.502 5.258A5 5 0 0 1 22 12.016C22 14.76 19.766 17 17.023 17a1 1 0 1 1 0-2A2.99 2.99 0 0 0 20 12.016a2.994 2.994 0 0 0-2.53-2.95 1 1 0 0 1-.844-.886C16.384 5.84 14.393 4 12 4" clip-rule="evenodd" /><path d="M11.915 6.004a1 1 0 0 0-.539.214l-.014.012a1 1 0 0 0-.268.346c-.106.214-.193.416-.281.62-.18.416-.364.84-.717 1.388-.488.76-1.265 1.66-2.65 2.584a1 1 0 1 0 1.109 1.664c1.065-.71 1.85-1.43 2.445-2.122V21a1 1 0 1 0 2 0V10.71c.594.692 1.38 1.412 2.445 2.122a1 1 0 0 0 1.11-1.664c-1.386-.924-2.163-1.825-2.651-2.584a8.7 8.7 0 0 1-.717-1.388c-.087-.202-.174-.403-.279-.615a1 1 0 0 0-.841-.579M12 6l-.085.004z" /></symbol>',"upload");const hk="upload";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="user"><path fill-rule="evenodd" d="M14.011 7c0 1.105-.9 2-2.011 2a2.006 2.006 0 0 1-2.011-2c0-1.105.9-2 2.011-2 1.11 0 2.011.895 2.011 2m2.011 0c0 2.21-1.8 4-4.022 4-2.221 0-4.022-1.79-4.022-4S9.778 3 12 3c2.221 0 4.022 1.79 4.022 4m2.946 14.003C18.48 17.609 15.547 15 12 15s-6.481 2.61-6.968 6.003c-.078.547-.52.997-1.076.997-.555 0-1.011-.45-.95-.998C3.504 16.5 7.34 13 12 13s8.495 3.5 8.994 8.002c.061.549-.395.998-.95.998s-.998-.45-1.076-.997" clip-rule="evenodd" /></symbol>',"user");const bk="user";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="variable-select"><path d="M8 5.004c0-.578-.069-1.642-.923-2.383-.78-.677-1.77-.623-1.87-.618h-.41500000000000004c-.098-.005-1.09-.06-1.87.618C2.07 3.362 2 4.426 2 5.004v14c0 .577.069 1.64.923 2.382.78.678 1.77.623 1.87.618h.41500000000000004c.098.005 1.09.06 1.87-.618.853-.741.922-1.805.922-2.383v-2a1 1 0 1 0-2 0v2.08c-.02.915-.37.92-.8.92h-.4c-.43 0-.78-.005-.8-.92V4.924c.02-.914.37-.92.8-.92h.4c.43 0 .78.006.8.92v2.08a1 1 0 0 0 2 0zM9 18.003a1 1 0 1 1 2 0v1.08c.02.915.37.92.8.92h.4c.43 0 .78-.005.8-.92v-1.08a1 1 0 1 1 2 0v1c0 .578-.069 1.642-.923 2.383-.78.678-1.77.623-1.87.618h-.41500000000000004c-.098.005-1.09.06-1.87-.618C9.07 20.645 9 19.581 9 19.003zM13 6.003a1 1 0 1 0 2 0v-1c0-.577-.069-1.64-.923-2.382-.78-.677-1.77-.623-1.87-.618h-.41500000000000004c-.098-.005-1.09-.06-1.87.618C9.07 3.362 9 4.426 9 5.004v1a1 1 0 0 0 2 0v-1.08c.02-.915.37-.92.8-.92h.4c.43 0 .78.005.8.92v1.08M16 17.003a1 1 0 1 1 2 0v2.08c.02.915.37.92.8.92h.4c.43 0 .78-.005.8-.92V4.924c-.02-.914-.37-.92-.8-.92h-.4c-.43 0-.78.006-.8.92v2.08a1 1 0 1 1-2 0v-2c0-.577.069-1.64.923-2.382.78-.677 1.77-.623 1.87-.618h.41500000000000004c.098-.005 1.09-.06 1.87.618.853.741.922 1.805.922 2.383v14c0 .577-.069 1.64-.923 2.382-.78.678-1.77.623-1.87.618h-.41500000000000004c-.098.005-1.09.06-1.87-.618-.853-.741-.922-1.805-.922-2.383z" /><path d="M8.707 10.707a1 1 0 1 0-1.414-1.414L6 10.586a2 2 0 0 0 0 2.828l1.293 1.293a1 1 0 0 0 1.414-1.414L7.415 12zM15.293 9.293a1 1 0 0 0 0 1.414L16.586 12l-1.293 1.293a1 1 0 0 0 1.414 1.414L18 13.414a2 2 0 0 0 0-2.828l-1.293-1.293a1 1 0 0 0-1.414 0M11 13a1 1 0 0 0 0 2h2a1 1 0 1 0 0-2z" /></symbol>',"variable-select");const gk="variable-select";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="versions"><path fill-rule="evenodd" d="M11 2h3.172a2 2 0 0 1 1.414.586l5.828 5.828A2 2 0 0 1 22 9.828V14a2 2 0 0 1-2 2h-9a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m5 3.828L18.172 8H17a1 1 0 0 1-1-1zM11 4h3v3a3 3 0 0 0 3 3h3v4h-9z" clip-rule="evenodd" /><path d="M10 17a2 2 0 0 1-2-2V6a1 1 0 0 0-2 0v11a2 2 0 0 0 2 2h10a1 1 0 1 0 0-2z" /><path d="M7 20a2 2 0 0 1-2-2V9a1 1 0 0 0-2 0v11a2 2 0 0 0 2 2h10a1 1 0 1 0 0-2z" /></symbol>',"versions");const yk="versions";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="video-cam"><path fill-rule="evenodd" d="M17.694 12 20 10.313v3.374zm-2.31 3.5a1 1 0 0 1-.018.188c-.087.428-.5.812-1.058.812H5.077c-.643 0-1.077-.495-1.077-1v-7c0-.505.434-1 1.077-1h9.23c.56 0 .972.384 1.06.813q.017.088.018.187zm2-5.752V8.5a3 3 0 0 0-.205-1.08 3.08 3.08 0 0 0-2.871-1.92H5.077C3.377 5.5 2 6.843 2 8.5v7c0 1.657 1.378 3 3.077 3h9.23a3.08 3.08 0 0 0 2.872-1.92 2.9 2.9 0 0 0 .206-1.08v-1.248l2.974 2.176c.676.495 1.641.024 1.641-.8V8.372c0-.824-.965-1.295-1.641-.8z" clip-rule="evenodd" /></symbol>',"video-cam");const vk="video-cam";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="video-cam-off"><path fill-rule="evenodd" d="M17.694 12 20 10.313v3.374zm-2.31 3.5a1 1 0 0 1-.018.188c-.087.428-.5.812-1.058.812H5.077c-.643 0-1.077-.495-1.077-1v-7c0-.505.434-1 1.077-1h9.23c.56 0 .972.384 1.06.813q.017.088.018.187zm2-5.752V8.5a3 3 0 0 0-.205-1.08 3.08 3.08 0 0 0-2.871-1.92H5.077C3.377 5.5 2 6.843 2 8.5v7c0 1.657 1.378 3 3.077 3h9.23a3.08 3.08 0 0 0 2.872-1.92 2.9 2.9 0 0 0 .206-1.08v-1.248l2.974 2.176c.676.495 1.641.024 1.641-.8V8.372c0-.824-.965-1.295-1.641-.8z" clip-rule="evenodd" /><path fill="#E63E1A" d="m8.512 9.775 1.122 1.118 1.121-1.118a.88.88 0 0 1 1.245 0 .876.876 0 0 1 0 1.24l-1.126 1.123L12 13.259a.876.876 0 0 1 0 1.241.88.88 0 0 1-1.245 0l-1.12-1.117-1.12 1.117a.88.88 0 0 1-1.245 0 .876.876 0 0 1 0-1.24l1.124-1.122-1.126-1.123a.876.876 0 0 1 0-1.24.88.88 0 0 1 1.245 0" /></symbol>',"video-cam-off");const wk="video-cam-off";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="webitel-logo"><path fill="url(#webitel-logo_a)" d="M20.888 10.611c.406-.344.586-.885.467-1.404l-.127-.55A1.42 1.42 0 0 0 20.201 7.6L2.565 3.021c-.595-.154-1.028.577-.624 1.055l5.994 7.097c.507.6 1.403.675 2.002.168l4.12-3.49a1.42 1.42 0 0 1 2.002.168l2.373 2.81c.506.6 1.402.674 2.001.167z" /><path fill="url(#webitel-logo_b)" d="M3.159 17.881.035 8.116C-.18 7.444.65 6.953 1.1 7.486l6.5 7.695c.506.6 1.402.675 2.001.168l4.12-3.49a1.42 1.42 0 0 1 2.002.168l6.668 7.895c.434.513-.094 1.282-.705 1.028l-4.59-1.908a1.4 1.4 0 0 0-.67-.104l-10.315.909A2.84 2.84 0 0 1 3.16 17.88" /><path fill="url(#webitel-logo_c)" d="M21.883 14.945c.795.775 2.117.203 2.117-.916 0-1.12-1.323-1.692-2.117-.916a1.284 1.284 0 0 0 0 1.832" /><defs><linearGradient id="webitel-logo_a" x1="21.384" x2="5.117" y1="4.478" y2="20.254" gradientUnits="userSpaceOnUse"><stop stop-color="#D93DF5" /><stop offset="1" stop-color="#1A2EB2" /></linearGradient><linearGradient id="webitel-logo_b" x1="21.384" x2="5.117" y1="4.478" y2="20.254" gradientUnits="userSpaceOnUse"><stop stop-color="#D93DF5" /><stop offset="1" stop-color="#1A2EB2" /></linearGradient><linearGradient id="webitel-logo_c" x1="21.384" x2="5.117" y1="4.478" y2="20.254" gradientUnits="userSpaceOnUse"><stop stop-color="#D93DF5" /><stop offset="1" stop-color="#1A2EB2" /></linearGradient></defs></symbol>',"webitel-logo");const Ck="webitel-logo";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="zoom-in"><path fill-rule="evenodd" d="M17 11a6 6 0 1 1-12 0 6 6 0 0 1 12 0m-1.094 6.32a8 8 0 1 1 1.414-1.414l3.337 3.337a1 1 0 0 1-1.414 1.414zM11 8a1 1 0 0 1 1 1v1h1a1 1 0 1 1 0 2h-1v1a1 1 0 1 1-2 0v-1H9a1 1 0 1 1 0-2h1V9a1 1 0 0 1 1-1" clip-rule="evenodd" /></symbol>',"zoom-in");const kk="zoom-in";J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="zoom-out"><path d="M13 12a1 1 0 1 0 0-2H9a1 1 0 1 0 0 2z" /><path fill-rule="evenodd" d="M11 19a7.97 7.97 0 0 0 4.906-1.68l3.337 3.337a1 1 0 0 0 1.414-1.414l-3.337-3.337A8 8 0 1 0 11 19m0-2a6 6 0 1 0 0-12 6 6 0 0 0 0 12" clip-rule="evenodd" /></symbol>',"zoom-out"),W2({account:Dy,agent:Ly,api:Ny,arrange:$y,adfs:By,appNavigator:Py,arrowDown:My,arrowLeft:qy,arrowRight:Fy,arrowUp:Vy,assignee:Uy,arrowMix:jy,attach:zy,attention:Hy,azure:Wy,addFilter:Ry,addContact:Oy,back:Zy,bell:Yy,bellBadged:Ky,bucket:Qy,breadCrumbs:Xy,bot:Gy,calendar:Jy,darkMode:Kv,call:ev,"call--filled":tv,callAddTo:ov,"call-add-to--filled":iv,callDisconnect:nv,"call-disconnect--filled":av,callEnd:rv,"call-end--filled":lv,callInbound:sv,"call-inbound--filled":cv,selectCustomValueEnter:jC,callMissed:dv,"call-missed--filled":pv,callOutbound:uv,"call-outbound--filled":fv,callRinging:mv,"call-ringing--filled":hv,callTransfer:bv,"call-transfer--filled":gv,updateCalls:mk,caseAuthor:yv,cases:vv,chat:wv,"chat--filled":Cv,chatEmoji:kv,chatEnd:xv,"chat-end--filled":_v,chatGroup:Iv,chatJoin:Sv,chatMessageStatusRead:Av,chatMessageStatusSent:Ev,chatQuickResponse:Tv,"chat-quick-response--filled":Dv,chatReply:Ov,chatSend:Rv,chatTransfer:Bv,"chat-transfer--filled":Lv,job:yw,"job--accept":vw,"job--end":ww,checkbox:Nv,"checkbox--checked":Pv,"checkbox--checked--filled":$v,clear:qv,close:jv,"close--filled":Fv,minus:Zw,collapse:Vv,columnSelect:Uv,comment:zv,variableSelect:gk,contacts:Wv,copy:Zv,customChatGateway:Yv,docs:Gv,download:Qv,edit:Jv,elevenlabs:ew,plus:tC,expand:nw,"eye--closed":aw,"eye--opened":rw,filter:sw,flows:cw,falseIc:lw,generate:dw,google:pw,group:uw,history:fw,hold:mw,impacted:bw,link:kw,lock:_w,logout:Sw,manual:Tw,menu:Dw,email:tw,emailInbound:ow,emailOutbound:iw,mail:Aw,"mail--color":Ew,messengerCustom:Ow,messengerFacebook:Rw,"messenger-facebook--filled":Bw,messengerInfobip:Lw,messengerTelegram:Pw,"messenger-telegram--filled":$w,messengerViber:Mw,"messenger-viber--filled":qw,messengerWebChat:jw,messengerWhatsapp:Fw,"messenger-whatsapp--filled":Vw,messengerMessenger:Nw,instagram:gw,mic:zw,micMuted:Hw,microsoft:Ww,move:Yw,treeCollapse:nk,note:Kw,numpad:Gw,pause:Qw,play:eC,table:tk,treeExpand:lk,prompter:_C,queueMember:IC,radio:AC,"radio--checked":EC,rec:TC,recOff:DC,refresh:RC,reporter:BC,roundedInfo:NC,role:LC,done:Xv,search:qC,sendArrow:FC,settings:VC,socialMedia:UC,sortArrowDown:zC,sortArrowUp:HC,soundOff:WC,soundOn:ZC,scorecard:MC,star:YC,"star--filled":KC,stop:GC,stopSign:XC,tick:ik,upload:hk,user:bk,union:uk,videoCamOff:wk,videoCam:vk,zoomIn:kk,zoomOut:"zoom-out",ttsDownload:dk,treeLine:sk,treeCorner:ak,treeCross:rk,trueIc:ck,stt:QC,sttDownload:JC,sttSearch:ek,idle:hw,telegramBot:ok,pin:Jw,unpin:fk,conference:Hv,meta:Uw,options:Xw,json:Cw,redo:OC,save:PC,saveAs:$C,undo:pk,versions:yk,webitelLogo:Ck,portal:vC,previewTagAudio:CC,previewTagVideo:xC,previewTagApplication:wC,previewTagImage:kC,plyrAirplay:oC,plyrCaptionsOff:iC,plyrCaptionsOn:nC,plyrDownload:aC,plyrEnterFullscreen:rC,plyrExitFullscreen:lC,plyrFastForward:sC,plyrLogoVimeo:cC,plyrLogoYoutube:dC,plyrMuted:pC,plyrPause:uC,plyrPip:fC,plyrPlay:mC,plyrRestart:hC,plyrRewind:bC,plyrSettings:gC,plyrVolume:yC,loadPreset:xw,quickReplies:SC,checkboxTick:Mv,log:Iw});const Ki=globalThis||void 0||self;function xk(o){return o&&o.__esModule&&Object.prototype.hasOwnProperty.call(o,"default")?o.default:o}var Nu={exports:{}},Ot=Nu.exports={},jo,Fo;function xs(){throw new Error("setTimeout has not been defined")}function _s(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?jo=setTimeout:jo=xs}catch{jo=xs}try{typeof clearTimeout=="function"?Fo=clearTimeout:Fo=_s}catch{Fo=_s}})();function Pu(o){if(jo===setTimeout)return setTimeout(o,0);if((jo===xs||!jo)&&setTimeout)return jo=setTimeout,setTimeout(o,0);try{return jo(o,0)}catch{try{return jo.call(null,o,0)}catch{return jo.call(this,o,0)}}}function _k(o){if(Fo===clearTimeout)return clearTimeout(o);if((Fo===_s||!Fo)&&clearTimeout)return Fo=clearTimeout,clearTimeout(o);try{return Fo(o)}catch{try{return Fo.call(null,o)}catch{return Fo.call(this,o)}}}var pi=[],Rn=!1,Gi,Lr=-1;function Ik(){!Rn||!Gi||(Rn=!1,Gi.length?pi=Gi.concat(pi):Lr=-1,pi.length&&$u())}function $u(){if(!Rn){var o=Pu(Ik);Rn=!0;for(var i=pi.length;i;){for(Gi=pi,pi=[];++Lr<i;)Gi&&Gi[Lr].run();Lr=-1,i=pi.length}Gi=null,Rn=!1,_k(o)}}Ot.nextTick=function(o){var i=new Array(arguments.length-1);if(arguments.length>1)for(var a=1;a<arguments.length;a++)i[a-1]=arguments[a];pi.push(new Mu(o,i)),pi.length===1&&!Rn&&Pu($u)};function Mu(o,i){this.fun=o,this.array=i}Mu.prototype.run=function(){this.fun.apply(null,this.array)},Ot.title="browser",Ot.browser=!0,Ot.env={},Ot.argv=[],Ot.version="",Ot.versions={};function ui(){}Ot.on=ui,Ot.addListener=ui,Ot.once=ui,Ot.off=ui,Ot.removeListener=ui,Ot.removeAllListeners=ui,Ot.emit=ui,Ot.prependListener=ui,Ot.prependOnceListener=ui,Ot.listeners=function(o){return[]},Ot.binding=function(o){throw new Error("process.binding is not supported")},Ot.cwd=function(){return"/"},Ot.chdir=function(o){throw new Error("process.chdir is not supported")},Ot.umask=function(){return 0};var Sk=Nu.exports;const je=xk(Sk);function qu(o,i){return function(){return o.apply(i,arguments)}}const{toString:Ak}=Object.prototype,{getPrototypeOf:Is}=Object,{iterator:Nr,toStringTag:ju}=Symbol,Pr=(o=>i=>{const a=Ak.call(i);return o[a]||(o[a]=a.slice(8,-1).toLowerCase())})(Object.create(null)),To=o=>(o=o.toLowerCase(),i=>Pr(i)===o),$r=o=>i=>typeof i===o,{isArray:Bn}=Array,pa=$r("undefined");function Ek(o){return o!==null&&!pa(o)&&o.constructor!==null&&!pa(o.constructor)&&po(o.constructor.isBuffer)&&o.constructor.isBuffer(o)}const Fu=To("ArrayBuffer");function Tk(o){let i;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?i=ArrayBuffer.isView(o):i=o&&o.buffer&&Fu(o.buffer),i}const Dk=$r("string"),po=$r("function"),Vu=$r("number"),Mr=o=>o!==null&&typeof o=="object",Ok=o=>o===!0||o===!1,qr=o=>{if(Pr(o)!=="object")return!1;const i=Is(o);return(i===null||i===Object.prototype||Object.getPrototypeOf(i)===null)&&!(ju in o)&&!(Nr in o)},Rk=To("Date"),Bk=To("File"),Lk=To("Blob"),Nk=To("FileList"),Pk=o=>Mr(o)&&po(o.pipe),$k=o=>{let i;return o&&(typeof FormData=="function"&&o instanceof FormData||po(o.append)&&((i=Pr(o))==="formdata"||i==="object"&&po(o.toString)&&o.toString()==="[object FormData]"))},Mk=To("URLSearchParams"),[qk,jk,Fk,Vk]=["ReadableStream","Request","Response","Headers"].map(To),Uk=o=>o.trim?o.trim():o.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function ua(o,i,{allOwnKeys:a=!1}={}){if(o===null||typeof o>"u")return;let r,s;if(typeof o!="object"&&(o=[o]),Bn(o))for(r=0,s=o.length;r<s;r++)i.call(null,o[r],r,o);else{const c=a?Object.getOwnPropertyNames(o):Object.keys(o),p=c.length;let f;for(r=0;r<p;r++)f=c[r],i.call(null,o[f],f,o)}}function Uu(o,i){i=i.toLowerCase();const a=Object.keys(o);let r=a.length,s;for(;r-- >0;)if(s=a[r],i===s.toLowerCase())return s;return null}const Xi=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:Ki,zu=o=>!pa(o)&&o!==Xi;function Ss(){const{caseless:o}=zu(this)&&this||{},i={},a=(r,s)=>{const c=o&&Uu(i,s)||s;qr(i[c])&&qr(r)?i[c]=Ss(i[c],r):qr(r)?i[c]=Ss({},r):Bn(r)?i[c]=r.slice():i[c]=r};for(let r=0,s=arguments.length;r<s;r++)arguments[r]&&ua(arguments[r],a);return i}const zk=(o,i,a,{allOwnKeys:r}={})=>(ua(i,(s,c)=>{a&&po(s)?o[c]=qu(s,a):o[c]=s},{allOwnKeys:r}),o),Hk=o=>(o.charCodeAt(0)===65279&&(o=o.slice(1)),o),Wk=(o,i,a,r)=>{o.prototype=Object.create(i.prototype,r),o.prototype.constructor=o,Object.defineProperty(o,"super",{value:i.prototype}),a&&Object.assign(o.prototype,a)},Zk=(o,i,a,r)=>{let s,c,p;const f={};if(i=i||{},o==null)return i;do{for(s=Object.getOwnPropertyNames(o),c=s.length;c-- >0;)p=s[c],(!r||r(p,o,i))&&!f[p]&&(i[p]=o[p],f[p]=!0);o=a!==!1&&Is(o)}while(o&&(!a||a(o,i))&&o!==Object.prototype);return i},Yk=(o,i,a)=>{o=String(o),(a===void 0||a>o.length)&&(a=o.length),a-=i.length;const r=o.indexOf(i,a);return r!==-1&&r===a},Kk=o=>{if(!o)return null;if(Bn(o))return o;let i=o.length;if(!Vu(i))return null;const a=new Array(i);for(;i-- >0;)a[i]=o[i];return a},Gk=(o=>i=>o&&i instanceof o)(typeof Uint8Array<"u"&&Is(Uint8Array)),Xk=(o,i)=>{const r=(o&&o[Nr]).call(o);let s;for(;(s=r.next())&&!s.done;){const c=s.value;i.call(o,c[0],c[1])}},Qk=(o,i)=>{let a;const r=[];for(;(a=o.exec(i))!==null;)r.push(a);return r},Jk=To("HTMLFormElement"),ex=o=>o.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(a,r,s){return r.toUpperCase()+s}),Hu=(({hasOwnProperty:o})=>(i,a)=>o.call(i,a))(Object.prototype),tx=To("RegExp"),Wu=(o,i)=>{const a=Object.getOwnPropertyDescriptors(o),r={};ua(a,(s,c)=>{let p;(p=i(s,c,o))!==!1&&(r[c]=p||s)}),Object.defineProperties(o,r)},ox=o=>{Wu(o,(i,a)=>{if(po(o)&&["arguments","caller","callee"].indexOf(a)!==-1)return!1;const r=o[a];if(po(r)){if(i.enumerable=!1,"writable"in i){i.writable=!1;return}i.set||(i.set=()=>{throw Error("Can not rewrite read-only method '"+a+"'")})}})},ix=(o,i)=>{const a={},r=s=>{s.forEach(c=>{a[c]=!0})};return Bn(o)?r(o):r(String(o).split(i)),a},nx=()=>{},ax=(o,i)=>o!=null&&Number.isFinite(o=+o)?o:i;function rx(o){return!!(o&&po(o.append)&&o[ju]==="FormData"&&o[Nr])}const lx=o=>{const i=new Array(10),a=(r,s)=>{if(Mr(r)){if(i.indexOf(r)>=0)return;if(!("toJSON"in r)){i[s]=r;const c=Bn(r)?[]:{};return ua(r,(p,f)=>{const h=a(p,s+1);!pa(h)&&(c[f]=h)}),i[s]=void 0,c}}return r};return a(o,0)},sx=To("AsyncFunction"),cx=o=>o&&(Mr(o)||po(o))&&po(o.then)&&po(o.catch),Zu=((o,i)=>o?setImmediate:i?((a,r)=>(Xi.addEventListener("message",({source:s,data:c})=>{s===Xi&&c===a&&r.length&&r.shift()()},!1),s=>{r.push(s),Xi.postMessage(a,"*")}))(`axios@${Math.random()}`,[]):a=>setTimeout(a))(typeof setImmediate=="function",po(Xi.postMessage)),dx=typeof queueMicrotask<"u"?queueMicrotask.bind(Xi):typeof je<"u"&&je.nextTick||Zu,le={isArray:Bn,isArrayBuffer:Fu,isBuffer:Ek,isFormData:$k,isArrayBufferView:Tk,isString:Dk,isNumber:Vu,isBoolean:Ok,isObject:Mr,isPlainObject:qr,isReadableStream:qk,isRequest:jk,isResponse:Fk,isHeaders:Vk,isUndefined:pa,isDate:Rk,isFile:Bk,isBlob:Lk,isRegExp:tx,isFunction:po,isStream:Pk,isURLSearchParams:Mk,isTypedArray:Gk,isFileList:Nk,forEach:ua,merge:Ss,extend:zk,trim:Uk,stripBOM:Hk,inherits:Wk,toFlatObject:Zk,kindOf:Pr,kindOfTest:To,endsWith:Yk,toArray:Kk,forEachEntry:Xk,matchAll:Qk,isHTMLForm:Jk,hasOwnProperty:Hu,hasOwnProp:Hu,reduceDescriptors:Wu,freezeMethods:ox,toObjectSet:ix,toCamelCase:ex,noop:nx,toFiniteNumber:ax,findKey:Uu,global:Xi,isContextDefined:zu,isSpecCompliantForm:rx,toJSONObject:lx,isAsyncFn:sx,isThenable:cx,setImmediate:Zu,asap:dx,isIterable:o=>o!=null&&po(o[Nr])};var Yu={},jr={};jr.byteLength=fx,jr.toByteArray=hx,jr.fromByteArray=yx;for(var Vo=[],xo=[],px=typeof Uint8Array<"u"?Uint8Array:Array,As="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Ln=0,ux=As.length;Ln<ux;++Ln)Vo[Ln]=As[Ln],xo[As.charCodeAt(Ln)]=Ln;xo[45]=62,xo[95]=63;function Ku(o){var i=o.length;if(i%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var a=o.indexOf("=");a===-1&&(a=i);var r=a===i?0:4-a%4;return[a,r]}function fx(o){var i=Ku(o),a=i[0],r=i[1];return(a+r)*3/4-r}function mx(o,i,a){return(i+a)*3/4-a}function hx(o){var i,a=Ku(o),r=a[0],s=a[1],c=new px(mx(o,r,s)),p=0,f=s>0?r-4:r,h;for(h=0;h<f;h+=4)i=xo[o.charCodeAt(h)]<<18|xo[o.charCodeAt(h+1)]<<12|xo[o.charCodeAt(h+2)]<<6|xo[o.charCodeAt(h+3)],c[p++]=i>>16&255,c[p++]=i>>8&255,c[p++]=i&255;return s===2&&(i=xo[o.charCodeAt(h)]<<2|xo[o.charCodeAt(h+1)]>>4,c[p++]=i&255),s===1&&(i=xo[o.charCodeAt(h)]<<10|xo[o.charCodeAt(h+1)]<<4|xo[o.charCodeAt(h+2)]>>2,c[p++]=i>>8&255,c[p++]=i&255),c}function bx(o){return Vo[o>>18&63]+Vo[o>>12&63]+Vo[o>>6&63]+Vo[o&63]}function gx(o,i,a){for(var r,s=[],c=i;c<a;c+=3)r=(o[c]<<16&16711680)+(o[c+1]<<8&65280)+(o[c+2]&255),s.push(bx(r));return s.join("")}function yx(o){for(var i,a=o.length,r=a%3,s=[],c=16383,p=0,f=a-r;p<f;p+=c)s.push(gx(o,p,p+c>f?f:p+c));return r===1?(i=o[a-1],s.push(Vo[i>>2]+Vo[i<<4&63]+"==")):r===2&&(i=(o[a-2]<<8)+o[a-1],s.push(Vo[i>>10]+Vo[i>>4&63]+Vo[i<<2&63]+"=")),s.join("")}var Es={};/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */Es.read=function(o,i,a,r,s){var c,p,f=s*8-r-1,h=(1<<f)-1,b=h>>1,g=-7,v=a?s-1:0,y=a?-1:1,C=o[i+v];for(v+=y,c=C&(1<<-g)-1,C>>=-g,g+=f;g>0;c=c*256+o[i+v],v+=y,g-=8);for(p=c&(1<<-g)-1,c>>=-g,g+=r;g>0;p=p*256+o[i+v],v+=y,g-=8);if(c===0)c=1-b;else{if(c===h)return p?NaN:(C?-1:1)*(1/0);p=p+Math.pow(2,r),c=c-b}return(C?-1:1)*p*Math.pow(2,c-r)},Es.write=function(o,i,a,r,s,c){var p,f,h,b=c*8-s-1,g=(1<<b)-1,v=g>>1,y=s===23?Math.pow(2,-24)-Math.pow(2,-77):0,C=r?0:c-1,E=r?1:-1,S=i<0||i===0&&1/i<0?1:0;for(i=Math.abs(i),isNaN(i)||i===1/0?(f=isNaN(i)?1:0,p=g):(p=Math.floor(Math.log(i)/Math.LN2),i*(h=Math.pow(2,-p))<1&&(p--,h*=2),p+v>=1?i+=y/h:i+=y*Math.pow(2,1-v),i*h>=2&&(p++,h/=2),p+v>=g?(f=0,p=g):p+v>=1?(f=(i*h-1)*Math.pow(2,s),p=p+v):(f=i*Math.pow(2,v-1)*Math.pow(2,s),p=0));s>=8;o[a+C]=f&255,C+=E,f/=256,s-=8);for(p=p<<s|f,b+=s;b>0;o[a+C]=p&255,C+=E,p/=256,b-=8);o[a+C-E]|=S*128};/*!
27
27
  * The buffer module from node.js, for the browser.
28
28
  *
29
29
  * @author Feross Aboukhadijeh <https://feross.org>
@@ -42,7 +42,7 @@
42
42
  `,P_="\u2028",$_="\u2029";function M_(o){const i=o;let a=0,r=1,s=1,c=0;const p=R=>i[R]===N_&&i[R+1]===ao,f=R=>i[R]===ao,h=R=>i[R]===$_,b=R=>i[R]===P_,g=R=>p(R)||f(R)||h(R)||b(R),v=()=>a,y=()=>r,C=()=>s,E=()=>c,S=R=>p(R)||h(R)||b(R)?ao:i[R],I=()=>S(a),k=()=>S(a+c);function x(){return c=0,g(a)&&(r++,s=0),p(a)&&a++,a++,s++,i[a]}function T(){return p(a+c)&&c++,c++,i[a+c]}function A(){a=0,r=1,s=1,c=0}function D(R=0){c=R}function P(){const R=a+c;for(;R!==a;)x();c=0}return{index:v,line:y,column:C,peekOffset:E,charAt:S,currentChar:I,currentPeek:k,next:x,peek:T,reset:A,resetPeek:D,skipToPeek:P}}const Di=void 0,q_=".",R1="'",j_="tokenizer";function F_(o,i={}){const a=i.location!==!1,r=M_(o),s=()=>r.index(),c=()=>T_(r.line(),r.column(),r.index()),p=c(),f=s(),h={currentType:13,offset:f,startLoc:p,endLoc:p,lastType:13,lastOffset:f,lastStartLoc:p,lastEndLoc:p,braceNest:0,inLinked:!1,text:""},b=()=>h,{onError:g}=i;function v(Z,ee,ce,...Ie){const Je=b();if(ee.column+=ce,ee.offset+=ce,g){const Xe=a?Fs(Je.startLoc,ee):null,Fe=Pn(Z,Xe,{domain:j_,args:Ie});g(Fe)}}function y(Z,ee,ce){Z.endLoc=c(),Z.currentType=ee;const Ie={type:ee};return a&&(Ie.loc=Fs(Z.startLoc,Z.endLoc)),ce!=null&&(Ie.value=ce),Ie}const C=Z=>y(Z,13);function E(Z,ee){return Z.currentChar()===ee?(Z.next(),ee):(v(He.EXPECTED_TOKEN,c(),0,ee),"")}function S(Z){let ee="";for(;Z.currentPeek()===hi||Z.currentPeek()===ao;)ee+=Z.currentPeek(),Z.peek();return ee}function I(Z){const ee=S(Z);return Z.skipToPeek(),ee}function k(Z){if(Z===Di)return!1;const ee=Z.charCodeAt(0);return ee>=97&&ee<=122||ee>=65&&ee<=90||ee===95}function x(Z){if(Z===Di)return!1;const ee=Z.charCodeAt(0);return ee>=48&&ee<=57}function T(Z,ee){const{currentType:ce}=ee;if(ce!==2)return!1;S(Z);const Ie=k(Z.currentPeek());return Z.resetPeek(),Ie}function A(Z,ee){const{currentType:ce}=ee;if(ce!==2)return!1;S(Z);const Ie=Z.currentPeek()==="-"?Z.peek():Z.currentPeek(),Je=x(Ie);return Z.resetPeek(),Je}function D(Z,ee){const{currentType:ce}=ee;if(ce!==2)return!1;S(Z);const Ie=Z.currentPeek()===R1;return Z.resetPeek(),Ie}function P(Z,ee){const{currentType:ce}=ee;if(ce!==7)return!1;S(Z);const Ie=Z.currentPeek()===".";return Z.resetPeek(),Ie}function R(Z,ee){const{currentType:ce}=ee;if(ce!==8)return!1;S(Z);const Ie=k(Z.currentPeek());return Z.resetPeek(),Ie}function M(Z,ee){const{currentType:ce}=ee;if(!(ce===7||ce===11))return!1;S(Z);const Ie=Z.currentPeek()===":";return Z.resetPeek(),Ie}function j(Z,ee){const{currentType:ce}=ee;if(ce!==9)return!1;const Ie=()=>{const Xe=Z.currentPeek();return Xe==="{"?k(Z.peek()):Xe==="@"||Xe==="|"||Xe===":"||Xe==="."||Xe===hi||!Xe?!1:Xe===ao?(Z.peek(),Ie()):F(Z,!1)},Je=Ie();return Z.resetPeek(),Je}function Q(Z){S(Z);const ee=Z.currentPeek()==="|";return Z.resetPeek(),ee}function F(Z,ee=!0){const ce=(Je=!1,Xe="")=>{const Fe=Z.currentPeek();return Fe==="{"||Fe==="@"||!Fe?Je:Fe==="|"?!(Xe===hi||Xe===ao):Fe===hi?(Z.peek(),ce(!0,hi)):Fe===ao?(Z.peek(),ce(!0,ao)):!0},Ie=ce();return ee&&Z.resetPeek(),Ie}function H(Z,ee){const ce=Z.currentChar();return ce===Di?Di:ee(ce)?(Z.next(),ce):null}function ie(Z){const ee=Z.charCodeAt(0);return ee>=97&&ee<=122||ee>=65&&ee<=90||ee>=48&&ee<=57||ee===95||ee===36}function se(Z){return H(Z,ie)}function me(Z){const ee=Z.charCodeAt(0);return ee>=97&&ee<=122||ee>=65&&ee<=90||ee>=48&&ee<=57||ee===95||ee===36||ee===45}function ae(Z){return H(Z,me)}function L(Z){const ee=Z.charCodeAt(0);return ee>=48&&ee<=57}function X(Z){return H(Z,L)}function V(Z){const ee=Z.charCodeAt(0);return ee>=48&&ee<=57||ee>=65&&ee<=70||ee>=97&&ee<=102}function Y(Z){return H(Z,V)}function te(Z){let ee="",ce="";for(;ee=X(Z);)ce+=ee;return ce}function de(Z){let ee="";for(;;){const ce=Z.currentChar();if(ce==="{"||ce==="}"||ce==="@"||ce==="|"||!ce)break;if(ce===hi||ce===ao)if(F(Z))ee+=ce,Z.next();else{if(Q(Z))break;ee+=ce,Z.next()}else ee+=ce,Z.next()}return ee}function ne(Z){I(Z);let ee="",ce="";for(;ee=ae(Z);)ce+=ee;return Z.currentChar()===Di&&v(He.UNTERMINATED_CLOSING_BRACE,c(),0),ce}function B(Z){I(Z);let ee="";return Z.currentChar()==="-"?(Z.next(),ee+=`-${te(Z)}`):ee+=te(Z),Z.currentChar()===Di&&v(He.UNTERMINATED_CLOSING_BRACE,c(),0),ee}function W(Z){return Z!==R1&&Z!==ao}function ue(Z){I(Z),E(Z,"'");let ee="",ce="";for(;ee=H(Z,W);)ee==="\\"?ce+=he(Z):ce+=ee;const Ie=Z.currentChar();return Ie===ao||Ie===Di?(v(He.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER,c(),0),Ie===ao&&(Z.next(),E(Z,"'")),ce):(E(Z,"'"),ce)}function he(Z){const ee=Z.currentChar();switch(ee){case"\\":case"'":return Z.next(),`\\${ee}`;case"u":return ve(Z,ee,4);case"U":return ve(Z,ee,6);default:return v(He.UNKNOWN_ESCAPE_SEQUENCE,c(),0,ee),""}}function ve(Z,ee,ce){E(Z,ee);let Ie="";for(let Je=0;Je<ce;Je++){const Xe=Y(Z);if(!Xe){v(He.INVALID_UNICODE_ESCAPE_SEQUENCE,c(),0,`\\${ee}${Ie}${Z.currentChar()}`);break}Ie+=Xe}return`\\${ee}${Ie}`}function _e(Z){return Z!=="{"&&Z!=="}"&&Z!==hi&&Z!==ao}function Ce(Z){I(Z);let ee="",ce="";for(;ee=H(Z,_e);)ce+=ee;return ce}function pe(Z){let ee="",ce="";for(;ee=se(Z);)ce+=ee;return ce}function we(Z){const ee=ce=>{const Ie=Z.currentChar();return Ie==="{"||Ie==="@"||Ie==="|"||Ie==="("||Ie===")"||!Ie||Ie===hi?ce:(ce+=Ie,Z.next(),ee(ce))};return ee("")}function Ae(Z){I(Z);const ee=E(Z,"|");return I(Z),ee}function Le(Z,ee){let ce=null;switch(Z.currentChar()){case"{":return ee.braceNest>=1&&v(He.NOT_ALLOW_NEST_PLACEHOLDER,c(),0),Z.next(),ce=y(ee,2,"{"),I(Z),ee.braceNest++,ce;case"}":return ee.braceNest>0&&ee.currentType===2&&v(He.EMPTY_PLACEHOLDER,c(),0),Z.next(),ce=y(ee,3,"}"),ee.braceNest--,ee.braceNest>0&&I(Z),ee.inLinked&&ee.braceNest===0&&(ee.inLinked=!1),ce;case"@":return ee.braceNest>0&&v(He.UNTERMINATED_CLOSING_BRACE,c(),0),ce=Me(Z,ee)||C(ee),ee.braceNest=0,ce;default:{let Je=!0,Xe=!0,Fe=!0;if(Q(Z))return ee.braceNest>0&&v(He.UNTERMINATED_CLOSING_BRACE,c(),0),ce=y(ee,1,Ae(Z)),ee.braceNest=0,ee.inLinked=!1,ce;if(ee.braceNest>0&&(ee.currentType===4||ee.currentType===5||ee.currentType===6))return v(He.UNTERMINATED_CLOSING_BRACE,c(),0),ee.braceNest=0,xe(Z,ee);if(Je=T(Z,ee))return ce=y(ee,4,ne(Z)),I(Z),ce;if(Xe=A(Z,ee))return ce=y(ee,5,B(Z)),I(Z),ce;if(Fe=D(Z,ee))return ce=y(ee,6,ue(Z)),I(Z),ce;if(!Je&&!Xe&&!Fe)return ce=y(ee,12,Ce(Z)),v(He.INVALID_TOKEN_IN_PLACEHOLDER,c(),0,ce.value),I(Z),ce;break}}return ce}function Me(Z,ee){const{currentType:ce}=ee;let Ie=null;const Je=Z.currentChar();switch((ce===7||ce===8||ce===11||ce===9)&&(Je===ao||Je===hi)&&v(He.INVALID_LINKED_FORMAT,c(),0),Je){case"@":return Z.next(),Ie=y(ee,7,"@"),ee.inLinked=!0,Ie;case".":return I(Z),Z.next(),y(ee,8,".");case":":return I(Z),Z.next(),y(ee,9,":");default:return Q(Z)?(Ie=y(ee,1,Ae(Z)),ee.braceNest=0,ee.inLinked=!1,Ie):P(Z,ee)||M(Z,ee)?(I(Z),Me(Z,ee)):R(Z,ee)?(I(Z),y(ee,11,pe(Z))):j(Z,ee)?(I(Z),Je==="{"?Le(Z,ee)||Ie:y(ee,10,we(Z))):(ce===7&&v(He.INVALID_LINKED_FORMAT,c(),0),ee.braceNest=0,ee.inLinked=!1,xe(Z,ee))}}function xe(Z,ee){let ce={type:13};if(ee.braceNest>0)return Le(Z,ee)||C(ee);if(ee.inLinked)return Me(Z,ee)||C(ee);switch(Z.currentChar()){case"{":return Le(Z,ee)||C(ee);case"}":return v(He.UNBALANCED_CLOSING_BRACE,c(),0),Z.next(),y(ee,3,"}");case"@":return Me(Z,ee)||C(ee);default:{if(Q(Z))return ce=y(ee,1,Ae(Z)),ee.braceNest=0,ee.inLinked=!1,ce;if(F(Z))return y(ee,0,de(Z));break}}return ce}function Pe(){const{currentType:Z,offset:ee,startLoc:ce,endLoc:Ie}=h;return h.lastType=Z,h.lastOffset=ee,h.lastStartLoc=ce,h.lastEndLoc=Ie,h.offset=s(),h.startLoc=c(),r.currentChar()===Di?y(h,13):xe(r,h)}return{nextToken:Pe,currentOffset:s,currentPosition:c,context:b}}const V_="parser",U_=/(?:\\\\|\\'|\\u([0-9a-fA-F]{4})|\\U([0-9a-fA-F]{6}))/g;function z_(o,i,a){switch(o){case"\\\\":return"\\";case"\\'":return"'";default:{const r=parseInt(i||a,16);return r<=55295||r>=57344?String.fromCodePoint(r):"�"}}}function H_(o={}){const i=o.location!==!1,{onError:a}=o;function r(k,x,T,A,...D){const P=k.currentPosition();if(P.offset+=A,P.column+=A,a){const R=i?Fs(T,P):null,M=Pn(x,R,{domain:V_,args:D});a(M)}}function s(k,x,T){const A={type:k};return i&&(A.start=x,A.end=x,A.loc={start:T,end:T}),A}function c(k,x,T,A){i&&(k.end=x,k.loc&&(k.loc.end=T))}function p(k,x){const T=k.context(),A=s(3,T.offset,T.startLoc);return A.value=x,c(A,k.currentOffset(),k.currentPosition()),A}function f(k,x){const T=k.context(),{lastOffset:A,lastStartLoc:D}=T,P=s(5,A,D);return P.index=parseInt(x,10),k.nextToken(),c(P,k.currentOffset(),k.currentPosition()),P}function h(k,x){const T=k.context(),{lastOffset:A,lastStartLoc:D}=T,P=s(4,A,D);return P.key=x,k.nextToken(),c(P,k.currentOffset(),k.currentPosition()),P}function b(k,x){const T=k.context(),{lastOffset:A,lastStartLoc:D}=T,P=s(9,A,D);return P.value=x.replace(U_,z_),k.nextToken(),c(P,k.currentOffset(),k.currentPosition()),P}function g(k){const x=k.nextToken(),T=k.context(),{lastOffset:A,lastStartLoc:D}=T,P=s(8,A,D);return x.type!==11?(r(k,He.UNEXPECTED_EMPTY_LINKED_MODIFIER,T.lastStartLoc,0),P.value="",c(P,A,D),{nextConsumeToken:x,node:P}):(x.value==null&&r(k,He.UNEXPECTED_LEXICAL_ANALYSIS,T.lastStartLoc,0,zo(x)),P.value=x.value||"",c(P,k.currentOffset(),k.currentPosition()),{node:P})}function v(k,x){const T=k.context(),A=s(7,T.offset,T.startLoc);return A.value=x,c(A,k.currentOffset(),k.currentPosition()),A}function y(k){const x=k.context(),T=s(6,x.offset,x.startLoc);let A=k.nextToken();if(A.type===8){const D=g(k);T.modifier=D.node,A=D.nextConsumeToken||k.nextToken()}switch(A.type!==9&&r(k,He.UNEXPECTED_LEXICAL_ANALYSIS,x.lastStartLoc,0,zo(A)),A=k.nextToken(),A.type===2&&(A=k.nextToken()),A.type){case 10:A.value==null&&r(k,He.UNEXPECTED_LEXICAL_ANALYSIS,x.lastStartLoc,0,zo(A)),T.key=v(k,A.value||"");break;case 4:A.value==null&&r(k,He.UNEXPECTED_LEXICAL_ANALYSIS,x.lastStartLoc,0,zo(A)),T.key=h(k,A.value||"");break;case 5:A.value==null&&r(k,He.UNEXPECTED_LEXICAL_ANALYSIS,x.lastStartLoc,0,zo(A)),T.key=f(k,A.value||"");break;case 6:A.value==null&&r(k,He.UNEXPECTED_LEXICAL_ANALYSIS,x.lastStartLoc,0,zo(A)),T.key=b(k,A.value||"");break;default:{r(k,He.UNEXPECTED_EMPTY_LINKED_KEY,x.lastStartLoc,0);const D=k.context(),P=s(7,D.offset,D.startLoc);return P.value="",c(P,D.offset,D.startLoc),T.key=P,c(T,D.offset,D.startLoc),{nextConsumeToken:A,node:T}}}return c(T,k.currentOffset(),k.currentPosition()),{node:T}}function C(k){const x=k.context(),T=x.currentType===1?k.currentOffset():x.offset,A=x.currentType===1?x.endLoc:x.startLoc,D=s(2,T,A);D.items=[];let P=null;do{const j=P||k.nextToken();switch(P=null,j.type){case 0:j.value==null&&r(k,He.UNEXPECTED_LEXICAL_ANALYSIS,x.lastStartLoc,0,zo(j)),D.items.push(p(k,j.value||""));break;case 5:j.value==null&&r(k,He.UNEXPECTED_LEXICAL_ANALYSIS,x.lastStartLoc,0,zo(j)),D.items.push(f(k,j.value||""));break;case 4:j.value==null&&r(k,He.UNEXPECTED_LEXICAL_ANALYSIS,x.lastStartLoc,0,zo(j)),D.items.push(h(k,j.value||""));break;case 6:j.value==null&&r(k,He.UNEXPECTED_LEXICAL_ANALYSIS,x.lastStartLoc,0,zo(j)),D.items.push(b(k,j.value||""));break;case 7:{const Q=y(k);D.items.push(Q.node),P=Q.nextConsumeToken||null;break}}}while(x.currentType!==13&&x.currentType!==1);const R=x.currentType===1?x.lastOffset:k.currentOffset(),M=x.currentType===1?x.lastEndLoc:k.currentPosition();return c(D,R,M),D}function E(k,x,T,A){const D=k.context();let P=A.items.length===0;const R=s(1,x,T);R.cases=[],R.cases.push(A);do{const M=C(k);P||(P=M.items.length===0),R.cases.push(M)}while(D.currentType!==13);return P&&r(k,He.MUST_HAVE_MESSAGES_IN_PLURAL,T,0),c(R,k.currentOffset(),k.currentPosition()),R}function S(k){const x=k.context(),{offset:T,startLoc:A}=x,D=C(k);return x.currentType===13?D:E(k,T,A,D)}function I(k){const x=F_(k,zt({},o)),T=x.context(),A=s(0,T.offset,T.startLoc);return i&&A.loc&&(A.loc.source=k),A.body=S(x),o.onCacheKey&&(A.cacheKey=o.onCacheKey(k)),T.currentType!==13&&r(x,He.UNEXPECTED_LEXICAL_ANALYSIS,T.lastStartLoc,0,k[T.offset]||""),c(A,x.currentOffset(),x.currentPosition()),A}return{parse:I}}function zo(o){if(o.type===13)return"EOF";const i=(o.value||"").replace(/\r?\n/gu,"\\n");return i.length>10?i.slice(0,9)+"…":i}function W_(o,i={}){const a={ast:o,helpers:new Set};return{context:()=>a,helper:c=>(a.helpers.add(c),c)}}function B1(o,i){for(let a=0;a<o.length;a++)Vs(o[a],i)}function Vs(o,i){switch(o.type){case 1:B1(o.cases,i),i.helper("plural");break;case 2:B1(o.items,i);break;case 6:{Vs(o.key,i),i.helper("linked"),i.helper("type");break}case 5:i.helper("interpolate"),i.helper("list");break;case 4:i.helper("interpolate"),i.helper("named");break}}function Z_(o,i={}){const a=W_(o);a.helper("normalize"),o.body&&Vs(o.body,a);const r=a.context();o.helpers=Array.from(r.helpers)}function Y_(o){const i=o.body;return i.type===2?L1(i):i.cases.forEach(a=>L1(a)),o}function L1(o){if(o.items.length===1){const i=o.items[0];(i.type===3||i.type===9)&&(o.static=i.value,delete i.value)}else{const i=[];for(let a=0;a<o.items.length;a++){const r=o.items[a];if(!(r.type===3||r.type===9)||r.value==null)break;i.push(r.value)}if(i.length===o.items.length){o.static=js(i);for(let a=0;a<o.items.length;a++){const r=o.items[a];(r.type===3||r.type===9)&&delete r.value}}}}const K_="minifier";function $n(o){switch(o.t=o.type,o.type){case 0:{const i=o;$n(i.body),i.b=i.body,delete i.body;break}case 1:{const i=o,a=i.cases;for(let r=0;r<a.length;r++)$n(a[r]);i.c=a,delete i.cases;break}case 2:{const i=o,a=i.items;for(let r=0;r<a.length;r++)$n(a[r]);i.i=a,delete i.items,i.static&&(i.s=i.static,delete i.static);break}case 3:case 9:case 8:case 7:{const i=o;i.value&&(i.v=i.value,delete i.value);break}case 6:{const i=o;$n(i.key),i.k=i.key,delete i.key,i.modifier&&($n(i.modifier),i.m=i.modifier,delete i.modifier);break}case 5:{const i=o;i.i=i.index,delete i.index;break}case 4:{const i=o;i.k=i.key,delete i.key;break}default:if(je.env.NODE_ENV!=="production")throw Pn(He.UNHANDLED_MINIFIER_NODE_TYPE,null,{domain:K_,args:[o.type]})}delete o.type}const G_="parser";function X_(o,i){const{filename:a,breakLineCode:r,needIndent:s}=i,c=i.location!==!1,p={filename:a,code:"",column:1,line:1,offset:0,map:void 0,breakLineCode:r,needIndent:s,indentLevel:0};c&&o.loc&&(p.source=o.loc.source);const f=()=>p;function h(S,I){p.code+=S}function b(S,I=!0){const k=I?r:"";h(s?k+" ".repeat(S):k)}function g(S=!0){const I=++p.indentLevel;S&&b(I)}function v(S=!0){const I=--p.indentLevel;S&&b(I)}function y(){b(p.indentLevel)}return{context:f,push:h,indent:g,deindent:v,newline:y,helper:S=>`_${S}`,needIndent:()=>p.needIndent}}function Q_(o,i){const{helper:a}=o;o.push(`${a("linked")}(`),Mn(o,i.key),i.modifier?(o.push(", "),Mn(o,i.modifier),o.push(", _type")):o.push(", undefined, _type"),o.push(")")}function J_(o,i){const{helper:a,needIndent:r}=o;o.push(`${a("normalize")}([`),o.indent(r());const s=i.items.length;for(let c=0;c<s&&(Mn(o,i.items[c]),c!==s-1);c++)o.push(", ");o.deindent(r()),o.push("])")}function eI(o,i){const{helper:a,needIndent:r}=o;if(i.cases.length>1){o.push(`${a("plural")}([`),o.indent(r());const s=i.cases.length;for(let c=0;c<s&&(Mn(o,i.cases[c]),c!==s-1);c++)o.push(", ");o.deindent(r()),o.push("])")}}function tI(o,i){i.body?Mn(o,i.body):o.push("null")}function Mn(o,i){const{helper:a}=o;switch(i.type){case 0:tI(o,i);break;case 1:eI(o,i);break;case 2:J_(o,i);break;case 6:Q_(o,i);break;case 8:o.push(JSON.stringify(i.value),i);break;case 7:o.push(JSON.stringify(i.value),i);break;case 5:o.push(`${a("interpolate")}(${a("list")}(${i.index}))`,i);break;case 4:o.push(`${a("interpolate")}(${a("named")}(${JSON.stringify(i.key)}))`,i);break;case 9:o.push(JSON.stringify(i.value),i);break;case 3:o.push(JSON.stringify(i.value),i);break;default:if(je.env.NODE_ENV!=="production")throw Pn(He.UNHANDLED_CODEGEN_NODE_TYPE,null,{domain:G_,args:[i.type]})}}const oI=(o,i={})=>{const a=Be(i.mode)?i.mode:"normal",r=Be(i.filename)?i.filename:"message.intl";i.sourceMap;const s=i.breakLineCode!=null?i.breakLineCode:a==="arrow"?";":`
43
43
  `,c=i.needIndent?i.needIndent:a!=="arrow",p=o.helpers||[],f=X_(o,{filename:r,breakLineCode:s,needIndent:c});f.push(a==="normal"?"function __msg__ (ctx) {":"(ctx) => {"),f.indent(c),p.length>0&&(f.push(`const { ${js(p.map(g=>`${g}: _${g}`),", ")} } = ctx`),f.newline()),f.push("return "),Mn(f,o),f.deindent(c),f.push("}"),delete o.helpers;const{code:h,map:b}=f.context();return{ast:o,code:h,map:b?b.toJSON():void 0}};function iI(o,i={}){const a=zt({},i),r=!!a.jit,s=!!a.minify,c=a.optimize==null?!0:a.optimize,f=H_(a).parse(o);return r?(c&&Y_(f),s&&$n(f),{ast:f,code:""}):(Z_(f,a),oI(f,a))}function nI(){typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(tn().__INTLIFY_PROD_DEVTOOLS__=!1),typeof __INTLIFY_DROP_MESSAGE_COMPILER__!="boolean"&&(tn().__INTLIFY_DROP_MESSAGE_COMPILER__=!1)}function Oo(o){return at(o)&&Us(o)===0&&(Do(o,"b")||Do(o,"body"))}const N1=["b","body"];function aI(o){return Oi(o,N1)}const P1=["c","cases"];function rI(o){return Oi(o,P1,[])}const $1=["s","static"];function lI(o){return Oi(o,$1)}const M1=["i","items"];function sI(o){return Oi(o,M1,[])}const q1=["t","type"];function Us(o){return Oi(o,q1)}const j1=["v","value"];function Jr(o,i){const a=Oi(o,j1);if(a!=null)return a;throw ha(i)}const F1=["m","modifier"];function cI(o){return Oi(o,F1)}const V1=["k","key"];function dI(o){const i=Oi(o,V1);if(i)return i;throw ha(6)}function Oi(o,i,a){for(let r=0;r<i.length;r++){const s=i[r];if(Do(o,s)&&o[s]!=null)return o[s]}return a}const U1=[...N1,...P1,...$1,...M1,...V1,...F1,...j1,...q1];function ha(o){return new Error(`unhandled node type: ${o}`)}function zs(o){return a=>pI(a,o)}function pI(o,i){const a=aI(i);if(a==null)throw ha(0);if(Us(a)===1){const c=rI(a);return o.plural(c.reduce((p,f)=>[...p,z1(o,f)],[]))}else return z1(o,a)}function z1(o,i){const a=lI(i);if(a!=null)return o.type==="text"?a:o.normalize([a]);{const r=sI(i).reduce((s,c)=>[...s,Hs(o,c)],[]);return o.normalize(r)}}function Hs(o,i){const a=Us(i);switch(a){case 3:return Jr(i,a);case 9:return Jr(i,a);case 4:{const r=i;if(Do(r,"k")&&r.k)return o.interpolate(o.named(r.k));if(Do(r,"key")&&r.key)return o.interpolate(o.named(r.key));throw ha(a)}case 5:{const r=i;if(Do(r,"i")&&Ut(r.i))return o.interpolate(o.list(r.i));if(Do(r,"index")&&Ut(r.index))return o.interpolate(o.list(r.index));throw ha(a)}case 6:{const r=i,s=cI(r),c=dI(r);return o.linked(Hs(o,c),s?Hs(o,s):void 0,o.type)}case 7:return Jr(i,a);case 8:return Jr(i,a);default:throw new Error(`unhandled node on format message part: ${a}`)}}const uI="Detected HTML in '{source}' message. Recommend not using HTML messages to avoid XSS.";function fI(o,i){i&&L_(o)&&Ti(Yr(uI,{source:o}))}const mI=o=>o;let el=ft();function hI(o,i={}){let a=!1;const r=i.onError||R_;return i.onError=s=>{a=!0,r(s)},{...iI(o,i),detectError:a}}function bI(o,i){if(!__INTLIFY_DROP_MESSAGE_COMPILER__&&Be(o)){const a=Rt(i.warnHtmlMessage)?i.warnHtmlMessage:!0;je.env.NODE_ENV!=="production"&&fI(o,a);const s=(i.onCacheKey||mI)(o),c=el[s];if(c)return c;const{ast:p,detectError:f}=hI(o,{...i,location:je.env.NODE_ENV!=="production",jit:!0}),h=zs(p);return f?h:el[s]=h}else{if(je.env.NODE_ENV!=="production"&&!Oo(o))return Ti(`the message that is resolve with key '${i.key}' is not supported for jit compilation`),()=>o;const a=o.cacheKey;if(a){const r=el[a];return r||(el[a]=zs(o))}else return zs(o)}}let ba=null;function gI(o){ba=o}function yI(o,i,a){ba&&ba.emit("i18n:init",{timestamp:Date.now(),i18n:o,version:i,meta:a})}const vI=wI("function:translate");function wI(o){return i=>ba&&ba.emit(o,i)}const Jt={INVALID_ARGUMENT:D_,INVALID_DATE_ARGUMENT:18,INVALID_ISO_DATE_ARGUMENT:19,NOT_SUPPORT_NON_STRING_MESSAGE:20,NOT_SUPPORT_LOCALE_PROMISE_VALUE:21,NOT_SUPPORT_LOCALE_ASYNC_FUNCTION:22,NOT_SUPPORT_LOCALE_TYPE:23},CI=24;function bi(o){return Pn(o,null,je.env.NODE_ENV!=="production"?{messages:kI}:void 0)}const kI={[Jt.INVALID_ARGUMENT]:"Invalid arguments",[Jt.INVALID_DATE_ARGUMENT]:"The date provided is an invalid Date object.Make sure your Date represents a valid date.",[Jt.INVALID_ISO_DATE_ARGUMENT]:"The argument provided is not a valid ISO date string",[Jt.NOT_SUPPORT_NON_STRING_MESSAGE]:"Not support non-string message",[Jt.NOT_SUPPORT_LOCALE_PROMISE_VALUE]:"cannot support promise value",[Jt.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION]:"cannot support async function",[Jt.NOT_SUPPORT_LOCALE_TYPE]:"cannot support locale type"};function Ws(o,i){return i.locale!=null?H1(i.locale):H1(o.locale)}let Zs;function H1(o){if(Be(o))return o;if(xt(o)){if(o.resolvedOnce&&Zs!=null)return Zs;if(o.constructor.name==="Function"){const i=o();if(__(i))throw bi(Jt.NOT_SUPPORT_LOCALE_PROMISE_VALUE);return Zs=i}else throw bi(Jt.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION)}else throw bi(Jt.NOT_SUPPORT_LOCALE_TYPE)}function xI(o,i,a){return[...new Set([a,...qt(i)?i:at(i)?Object.keys(i):Be(i)?[i]:[a]])]}function W1(o,i,a){const r=Be(a)?a:ol,s=o;s.__localeChainCache||(s.__localeChainCache=new Map);let c=s.__localeChainCache.get(r);if(!c){c=[];let p=[a];for(;qt(p);)p=Z1(c,p,i);const f=qt(i)||!rt(i)?i:i.default?i.default:null;p=Be(f)?[f]:f,qt(p)&&Z1(c,p,!1),s.__localeChainCache.set(r,c)}return c}function Z1(o,i,a){let r=!0;for(let s=0;s<i.length&&Rt(r);s++){const c=i[s];Be(c)&&(r=_I(o,i[s],a))}return r}function _I(o,i,a){let r;const s=i.split("-");do{const c=s.join("-");r=II(o,c,a),s.splice(-1,1)}while(s.length&&r===!0);return r}function II(o,i,a){let r=!1;if(!o.includes(i)&&(r=!0,i)){r=i[i.length-1]!=="!";const s=i.replace(/!/g,"");o.push(s),(qt(a)||rt(a))&&a[s]&&(r=a[s])}return r}const Ri=[];Ri[0]={w:[0],i:[3,0],"[":[4],o:[7]},Ri[1]={w:[1],".":[2],"[":[4],o:[7]},Ri[2]={w:[2],i:[3,0],0:[3,0]},Ri[3]={i:[3,0],0:[3,0],w:[1,1],".":[2,1],"[":[4,1],o:[7,1]},Ri[4]={"'":[5,0],'"':[6,0],"[":[4,2],"]":[1,3],o:8,l:[4,0]},Ri[5]={"'":[4,0],o:8,l:[5,0]},Ri[6]={'"':[4,0],o:8,l:[6,0]};const SI=/^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;function AI(o){return SI.test(o)}function EI(o){const i=o.charCodeAt(0),a=o.charCodeAt(o.length-1);return i===a&&(i===34||i===39)?o.slice(1,-1):o}function TI(o){if(o==null)return"o";switch(o.charCodeAt(0)){case 91:case 93:case 46:case 34:case 39:return o;case 95:case 36:case 45:return"i";case 9:case 10:case 13:case 160:case 65279:case 8232:case 8233:return"w"}return"i"}function DI(o){const i=o.trim();return o.charAt(0)==="0"&&isNaN(parseInt(o))?!1:AI(i)?EI(i):"*"+i}function OI(o){const i=[];let a=-1,r=0,s=0,c,p,f,h,b,g,v;const y=[];y[0]=()=>{p===void 0?p=f:p+=f},y[1]=()=>{p!==void 0&&(i.push(p),p=void 0)},y[2]=()=>{y[0](),s++},y[3]=()=>{if(s>0)s--,r=4,y[0]();else{if(s=0,p===void 0||(p=DI(p),p===!1))return!1;y[1]()}};function C(){const E=o[a+1];if(r===5&&E==="'"||r===6&&E==='"')return a++,f="\\"+E,y[0](),!0}for(;r!==null;)if(a++,c=o[a],!(c==="\\"&&C())){if(h=TI(c),v=Ri[r],b=v[h]||v.l||8,b===8||(r=b[0],b[1]!==void 0&&(g=y[b[1]],g&&(f=c,g()===!1))))return;if(r===7)return i}}const Y1=new Map;function RI(o,i){return at(o)?o[i]:null}function BI(o,i){if(!at(o))return null;let a=Y1.get(i);if(a||(a=OI(i),a&&Y1.set(i,a)),!a)return null;const r=a.length;let s=o,c=0;for(;c<r;){const p=a[c];if(U1.includes(p)&&Oo(s))return null;const f=s[p];if(f===void 0||xt(s))return null;s=f,c++}return s}const fo={NOT_FOUND_KEY:1,FALLBACK_TO_TRANSLATE:2,CANNOT_FORMAT_NUMBER:3,FALLBACK_TO_NUMBER_FORMAT:4,CANNOT_FORMAT_DATE:5,FALLBACK_TO_DATE_FORMAT:6,EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER:7},LI=8,NI={[fo.NOT_FOUND_KEY]:"Not found '{key}' key in '{locale}' locale messages.",[fo.FALLBACK_TO_TRANSLATE]:"Fall back to translate '{key}' key with '{target}' locale.",[fo.CANNOT_FORMAT_NUMBER]:"Cannot format a number value due to not supported Intl.NumberFormat.",[fo.FALLBACK_TO_NUMBER_FORMAT]:"Fall back to number format '{key}' key with '{target}' locale.",[fo.CANNOT_FORMAT_DATE]:"Cannot format a date value due to not supported Intl.DateTimeFormat.",[fo.FALLBACK_TO_DATE_FORMAT]:"Fall back to datetime format '{key}' key with '{target}' locale.",[fo.EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER]:"This project is using Custom Message Compiler, which is an experimental feature. It may receive breaking changes or be removed in the future."};function on(o,...i){return Yr(NI[o],...i)}const PI="11.1.3",tl=-1,ol="en-US",il="",K1=o=>`${o.charAt(0).toLocaleUpperCase()}${o.substr(1)}`;function $I(){return{upper:(o,i)=>i==="text"&&Be(o)?o.toUpperCase():i==="vnode"&&at(o)&&"__v_isVNode"in o?o.children.toUpperCase():o,lower:(o,i)=>i==="text"&&Be(o)?o.toLowerCase():i==="vnode"&&at(o)&&"__v_isVNode"in o?o.children.toLowerCase():o,capitalize:(o,i)=>i==="text"&&Be(o)?K1(o):i==="vnode"&&at(o)&&"__v_isVNode"in o?K1(o.children):o}}let G1;function MI(o){G1=o}let X1;function qI(o){X1=o}let Q1;function jI(o){Q1=o}let J1=null;const FI=o=>{J1=o},VI=()=>J1;let ef=null;const tf=o=>{ef=o},UI=()=>ef;let of=0;function zI(o={}){const i=xt(o.onWarn)?o.onWarn:Ti,a=Be(o.version)?o.version:PI,r=Be(o.locale)||xt(o.locale)?o.locale:ol,s=xt(r)?ol:r,c=qt(o.fallbackLocale)||rt(o.fallbackLocale)||Be(o.fallbackLocale)||o.fallbackLocale===!1?o.fallbackLocale:s,p=rt(o.messages)?o.messages:Ys(s),f=rt(o.datetimeFormats)?o.datetimeFormats:Ys(s),h=rt(o.numberFormats)?o.numberFormats:Ys(s),b=zt(ft(),o.modifiers,$I()),g=o.pluralRules||ft(),v=xt(o.missing)?o.missing:null,y=Rt(o.missingWarn)||Kr(o.missingWarn)?o.missingWarn:!0,C=Rt(o.fallbackWarn)||Kr(o.fallbackWarn)?o.fallbackWarn:!0,E=!!o.fallbackFormat,S=!!o.unresolving,I=xt(o.postTranslation)?o.postTranslation:null,k=rt(o.processor)?o.processor:null,x=Rt(o.warnHtmlMessage)?o.warnHtmlMessage:!0,T=!!o.escapeParameter,A=xt(o.messageCompiler)?o.messageCompiler:G1;je.env.NODE_ENV!=="production"&&xt(o.messageCompiler)&&A_(on(fo.EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER));const D=xt(o.messageResolver)?o.messageResolver:X1||RI,P=xt(o.localeFallbacker)?o.localeFallbacker:Q1||xI,R=at(o.fallbackContext)?o.fallbackContext:void 0,M=o,j=at(M.__datetimeFormatters)?M.__datetimeFormatters:new Map,Q=at(M.__numberFormatters)?M.__numberFormatters:new Map,F=at(M.__meta)?M.__meta:{};of++;const H={version:a,cid:of,locale:r,fallbackLocale:c,messages:p,modifiers:b,pluralRules:g,missing:v,missingWarn:y,fallbackWarn:C,fallbackFormat:E,unresolving:S,postTranslation:I,processor:k,warnHtmlMessage:x,escapeParameter:T,messageCompiler:A,messageResolver:D,localeFallbacker:P,fallbackContext:R,onWarn:i,__meta:F};return H.datetimeFormats=f,H.numberFormats=h,H.__datetimeFormatters=j,H.__numberFormatters=Q,je.env.NODE_ENV!=="production"&&(H.__v_emitter=M.__v_emitter!=null?M.__v_emitter:void 0),(je.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__)&&yI(H,a,F),H}const Ys=o=>({[o]:ft()});function nl(o,i){return o instanceof RegExp?o.test(i):o}function nf(o,i){return o instanceof RegExp?o.test(i):o}function Ks(o,i,a,r,s){const{missing:c,onWarn:p}=o;if(je.env.NODE_ENV!=="production"){const f=o.__v_emitter;f&&f.emit("missing",{locale:a,key:i,type:s,groupId:`${s}:${i}`})}if(c!==null){const f=c(o,a,i,s);return Be(f)?f:i}else return je.env.NODE_ENV!=="production"&&nf(r,i)&&p(on(fo.NOT_FOUND_KEY,{key:i,locale:a})),i}function ga(o,i,a){const r=o;r.__localeChainCache=new Map,o.localeFallbacker(o,a,i)}function af(o,i){return o===i?!1:o.split("-")[0]===i.split("-")[0]}function HI(o,i){const a=i.indexOf(o);if(a===-1)return!1;for(let r=a+1;r<i.length;r++)if(af(o,i[r]))return!0;return!1}const rf=typeof Intl<"u",lf={dateTimeFormat:rf&&typeof Intl.DateTimeFormat<"u",numberFormat:rf&&typeof Intl.NumberFormat<"u"};function sf(o,...i){const{datetimeFormats:a,unresolving:r,fallbackLocale:s,onWarn:c,localeFallbacker:p}=o,{__datetimeFormatters:f}=o;if(je.env.NODE_ENV!=="production"&&!lf.dateTimeFormat)return c(on(fo.CANNOT_FORMAT_DATE)),il;const[h,b,g,v]=Gs(...i),y=Rt(g.missingWarn)?g.missingWarn:o.missingWarn,C=Rt(g.fallbackWarn)?g.fallbackWarn:o.fallbackWarn,E=!!g.part,S=Ws(o,g),I=p(o,s,S);if(!Be(h)||h==="")return new Intl.DateTimeFormat(S,v).format(b);let k={},x,T=null,A=S,D=null;const P="datetime format";for(let j=0;j<I.length;j++){if(x=D=I[j],je.env.NODE_ENV!=="production"&&S!==x&&nl(C,h)&&c(on(fo.FALLBACK_TO_DATE_FORMAT,{key:h,target:x})),je.env.NODE_ENV!=="production"&&S!==x){const Q=o.__v_emitter;Q&&Q.emit("fallback",{type:P,key:h,from:A,to:D,groupId:`${P}:${h}`})}if(k=a[x]||{},T=k[h],rt(T))break;Ks(o,h,x,y,P),A=D}if(!rt(T)||!Be(x))return r?tl:h;let R=`${x}__${h}`;Gr(v)||(R=`${R}__${JSON.stringify(v)}`);let M=f.get(R);return M||(M=new Intl.DateTimeFormat(x,zt({},T,v)),f.set(R,M)),E?M.formatToParts(b):M.format(b)}const cf=["localeMatcher","weekday","era","year","month","day","hour","minute","second","timeZoneName","formatMatcher","hour12","timeZone","dateStyle","timeStyle","calendar","dayPeriod","numberingSystem","hourCycle","fractionalSecondDigits"];function Gs(...o){const[i,a,r,s]=o,c=ft();let p=ft(),f;if(Be(i)){const h=i.match(/(\d{4}-\d{2}-\d{2})(T|\s)?(.*)/);if(!h)throw bi(Jt.INVALID_ISO_DATE_ARGUMENT);const b=h[3]?h[3].trim().startsWith("T")?`${h[1].trim()}${h[3].trim()}`:`${h[1].trim()}T${h[3].trim()}`:h[1].trim();f=new Date(b);try{f.toISOString()}catch{throw bi(Jt.INVALID_ISO_DATE_ARGUMENT)}}else if(C_(i)){if(isNaN(i.getTime()))throw bi(Jt.INVALID_DATE_ARGUMENT);f=i}else if(Ut(i))f=i;else throw bi(Jt.INVALID_ARGUMENT);return Be(a)?c.key=a:rt(a)&&Object.keys(a).forEach(h=>{cf.includes(h)?p[h]=a[h]:c[h]=a[h]}),Be(r)?c.locale=r:rt(r)&&(p=r),rt(s)&&(p=s),[c.key||"",f,c,p]}function df(o,i,a){const r=o;for(const s in a){const c=`${i}__${s}`;r.__datetimeFormatters.has(c)&&r.__datetimeFormatters.delete(c)}}function pf(o,...i){const{numberFormats:a,unresolving:r,fallbackLocale:s,onWarn:c,localeFallbacker:p}=o,{__numberFormatters:f}=o;if(je.env.NODE_ENV!=="production"&&!lf.numberFormat)return c(on(fo.CANNOT_FORMAT_NUMBER)),il;const[h,b,g,v]=Xs(...i),y=Rt(g.missingWarn)?g.missingWarn:o.missingWarn,C=Rt(g.fallbackWarn)?g.fallbackWarn:o.fallbackWarn,E=!!g.part,S=Ws(o,g),I=p(o,s,S);if(!Be(h)||h==="")return new Intl.NumberFormat(S,v).format(b);let k={},x,T=null,A=S,D=null;const P="number format";for(let j=0;j<I.length;j++){if(x=D=I[j],je.env.NODE_ENV!=="production"&&S!==x&&nl(C,h)&&c(on(fo.FALLBACK_TO_NUMBER_FORMAT,{key:h,target:x})),je.env.NODE_ENV!=="production"&&S!==x){const Q=o.__v_emitter;Q&&Q.emit("fallback",{type:P,key:h,from:A,to:D,groupId:`${P}:${h}`})}if(k=a[x]||{},T=k[h],rt(T))break;Ks(o,h,x,y,P),A=D}if(!rt(T)||!Be(x))return r?tl:h;let R=`${x}__${h}`;Gr(v)||(R=`${R}__${JSON.stringify(v)}`);let M=f.get(R);return M||(M=new Intl.NumberFormat(x,zt({},T,v)),f.set(R,M)),E?M.formatToParts(b):M.format(b)}const uf=["localeMatcher","style","currency","currencyDisplay","currencySign","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","compactDisplay","notation","signDisplay","unit","unitDisplay","roundingMode","roundingPriority","roundingIncrement","trailingZeroDisplay"];function Xs(...o){const[i,a,r,s]=o,c=ft();let p=ft();if(!Ut(i))throw bi(Jt.INVALID_ARGUMENT);const f=i;return Be(a)?c.key=a:rt(a)&&Object.keys(a).forEach(h=>{uf.includes(h)?p[h]=a[h]:c[h]=a[h]}),Be(r)?c.locale=r:rt(r)&&(p=r),rt(s)&&(p=s),[c.key||"",f,c,p]}function ff(o,i,a){const r=o;for(const s in a){const c=`${i}__${s}`;r.__numberFormatters.has(c)&&r.__numberFormatters.delete(c)}}const WI=o=>o,ZI=o=>"",YI="text",KI=o=>o.length===0?"":js(o),GI=I_;function mf(o,i){return o=Math.abs(o),i===2?o?o>1?1:0:1:o?Math.min(o,2):0}function XI(o){const i=Ut(o.pluralIndex)?o.pluralIndex:-1;return o.named&&(Ut(o.named.count)||Ut(o.named.n))?Ut(o.named.count)?o.named.count:Ut(o.named.n)?o.named.n:i:i}function QI(o,i){i.count||(i.count=o),i.n||(i.n=o)}function JI(o={}){const i=o.locale,a=XI(o),r=at(o.pluralRules)&&Be(i)&&xt(o.pluralRules[i])?o.pluralRules[i]:mf,s=at(o.pluralRules)&&Be(i)&&xt(o.pluralRules[i])?mf:void 0,c=k=>k[r(a,k.length,s)],p=o.list||[],f=k=>p[k],h=o.named||ft();Ut(o.pluralIndex)&&QI(a,h);const b=k=>h[k];function g(k,x){const T=xt(o.messages)?o.messages(k,!!x):at(o.messages)?o.messages[k]:!1;return T||(o.parent?o.parent.message(k):ZI)}const v=k=>o.modifiers?o.modifiers[k]:WI,y=rt(o.processor)&&xt(o.processor.normalize)?o.processor.normalize:KI,C=rt(o.processor)&&xt(o.processor.interpolate)?o.processor.interpolate:GI,E=rt(o.processor)&&Be(o.processor.type)?o.processor.type:YI,I={list:f,named:b,plural:c,linked:(k,...x)=>{const[T,A]=x;let D="text",P="";x.length===1?at(T)?(P=T.modifier||P,D=T.type||D):Be(T)&&(P=T||P):x.length===2&&(Be(T)&&(P=T||P),Be(A)&&(D=A||D));const R=g(k,!0)(I),M=D==="vnode"&&qt(R)&&P?R[0]:R;return P?v(P)(M,D):M},message:g,type:E,interpolate:C,normalize:y,values:zt(ft(),p,h)};return I}const hf=()=>"",_o=o=>xt(o);function bf(o,...i){const{fallbackFormat:a,postTranslation:r,unresolving:s,messageCompiler:c,fallbackLocale:p,messages:f}=o,[h,b]=Qs(...i),g=Rt(b.missingWarn)?b.missingWarn:o.missingWarn,v=Rt(b.fallbackWarn)?b.fallbackWarn:o.fallbackWarn,y=Rt(b.escapeParameter)?b.escapeParameter:o.escapeParameter,C=!!b.resolvedMessage,E=Be(b.default)||Rt(b.default)?Rt(b.default)?c?h:()=>h:b.default:a?c?h:()=>h:null,S=a||E!=null&&(Be(E)||xt(E)),I=Ws(o,b);y&&eS(b);let[k,x,T]=C?[h,I,f[I]||ft()]:gf(o,h,I,p,v,g),A=k,D=h;if(!C&&!(Be(A)||Oo(A)||_o(A))&&S&&(A=E,D=A),!C&&(!(Be(A)||Oo(A)||_o(A))||!Be(x)))return s?tl:h;if(je.env.NODE_ENV!=="production"&&Be(A)&&o.messageCompiler==null)return Ti(`The message format compilation is not supported in this build. Because message compiler isn't included. You need to pre-compilation all message format. So translate function return '${h}'.`),h;let P=!1;const R=()=>{P=!0},M=_o(A)?A:yf(o,h,x,A,D,R);if(P)return A;const j=nS(o,x,T,b),Q=JI(j),F=tS(o,M,Q),H=r?r(F,h):F;if(je.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__){const ie={timestamp:Date.now(),key:Be(h)?h:_o(A)?A.key:"",locale:x||(_o(A)?A.locale:""),format:Be(A)?A:_o(A)?A.source:"",message:H};ie.meta=zt({},o.__meta,VI()||{}),vI(ie)}return H}function eS(o){qt(o.list)?o.list=o.list.map(i=>Be(i)?E1(i):i):at(o.named)&&Object.keys(o.named).forEach(i=>{Be(o.named[i])&&(o.named[i]=E1(o.named[i]))})}function gf(o,i,a,r,s,c){const{messages:p,onWarn:f,messageResolver:h,localeFallbacker:b}=o,g=b(o,r,a);let v=ft(),y,C=null,E=a,S=null;const I="translate";for(let k=0;k<g.length;k++){if(y=S=g[k],je.env.NODE_ENV!=="production"&&a!==y&&!af(a,y)&&nl(s,i)&&f(on(fo.FALLBACK_TO_TRANSLATE,{key:i,target:y})),je.env.NODE_ENV!=="production"&&a!==y){const D=o.__v_emitter;D&&D.emit("fallback",{type:I,key:i,from:E,to:S,groupId:`${I}:${i}`})}v=p[y]||ft();let x=null,T,A;if(je.env.NODE_ENV!=="production"&&fi&&(x=window.performance.now(),T="intlify-message-resolve-start",A="intlify-message-resolve-end",wo&&wo(T)),(C=h(v,i))===null&&(C=v[i]),je.env.NODE_ENV!=="production"&&fi){const D=window.performance.now(),P=o.__v_emitter;P&&x&&C&&P.emit("message-resolve",{type:"message-resolve",key:i,message:C,time:D-x,groupId:`${I}:${i}`}),T&&A&&wo&&en&&(wo(A),en("intlify message resolve",T,A))}if(Be(C)||Oo(C)||_o(C))break;if(!HI(y,g)){const D=Ks(o,i,y,c,I);D!==i&&(C=D)}E=S}return[C,y,v]}function yf(o,i,a,r,s,c){const{messageCompiler:p,warnHtmlMessage:f}=o;if(_o(r)){const y=r;return y.locale=y.locale||a,y.key=y.key||i,y}if(p==null){const y=()=>r;return y.locale=a,y.key=i,y}let h=null,b,g;je.env.NODE_ENV!=="production"&&fi&&(h=window.performance.now(),b="intlify-message-compilation-start",g="intlify-message-compilation-end",wo&&wo(b));const v=p(r,oS(o,a,s,r,f,c));if(je.env.NODE_ENV!=="production"&&fi){const y=window.performance.now(),C=o.__v_emitter;C&&h&&C.emit("message-compilation",{type:"message-compilation",message:r,time:y-h,groupId:`translate:${i}`}),b&&g&&wo&&en&&(wo(g),en("intlify message compilation",b,g))}return v.locale=a,v.key=i,v.source=r,v}function tS(o,i,a){let r=null,s,c;je.env.NODE_ENV!=="production"&&fi&&(r=window.performance.now(),s="intlify-message-evaluation-start",c="intlify-message-evaluation-end",wo&&wo(s));const p=i(a);if(je.env.NODE_ENV!=="production"&&fi){const f=window.performance.now(),h=o.__v_emitter;h&&r&&h.emit("message-evaluation",{type:"message-evaluation",value:p,time:f-r,groupId:`translate:${i.key}`}),s&&c&&wo&&en&&(wo(c),en("intlify message evaluation",s,c))}return p}function Qs(...o){const[i,a,r]=o,s=ft();if(!Be(i)&&!Ut(i)&&!_o(i)&&!Oo(i))throw bi(Jt.INVALID_ARGUMENT);const c=Ut(i)?String(i):(_o(i),i);return Ut(a)?s.plural=a:Be(a)?s.default=a:rt(a)&&!Gr(a)?s.named=a:qt(a)&&(s.list=a),Ut(r)?s.plural=r:Be(r)?s.default=r:rt(r)&&zt(s,r),[c,s]}function oS(o,i,a,r,s,c){return{locale:i,key:a,warnHtmlMessage:s,onError:p=>{if(c&&c(p),je.env.NODE_ENV!=="production"){const f=iS(r),h=`Message compilation error: ${p.message}`,b=p.location&&f&&S_(f,p.location.start.offset,p.location.end.offset),g=o.__v_emitter;g&&f&&g.emit("compile-error",{message:f,error:p.message,start:p.location&&p.location.start.offset,end:p.location&&p.location.end.offset,groupId:`translate:${a}`}),console.error(b?`${h}
44
44
  ${b}`:h)}else throw p},onCacheKey:p=>v_(i,a,p)}}function iS(o){if(Be(o))return o;if(o.loc&&o.loc.source)return o.loc.source}function nS(o,i,a,r){const{modifiers:s,pluralRules:c,messageResolver:p,fallbackLocale:f,fallbackWarn:h,missingWarn:b,fallbackContext:g}=o,y={locale:i,modifiers:s,pluralRules:c,messages:(C,E)=>{let S=p(a,C);if(S==null&&(g||E)){const[,,I]=gf(g||o,C,i,f,h,b);S=p(I,C)}if(Be(S)||Oo(S)){let I=!1;const x=yf(o,C,i,S,C,()=>{I=!0});return I?hf:x}else return _o(S)?S:hf}};return o.processor&&(y.processor=o.processor),r.list&&(y.list=r.list),r.named&&(y.named=r.named),Ut(r.plural)&&(y.pluralIndex=r.plural),y}nI();const aS="11.1.3";function rS(){typeof __VUE_I18N_FULL_INSTALL__!="boolean"&&(tn().__VUE_I18N_FULL_INSTALL__=!0),typeof __VUE_I18N_LEGACY_API__!="boolean"&&(tn().__VUE_I18N_LEGACY_API__=!0),typeof __INTLIFY_DROP_MESSAGE_COMPILER__!="boolean"&&(tn().__INTLIFY_DROP_MESSAGE_COMPILER__=!1),typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(tn().__INTLIFY_PROD_DEVTOOLS__=!1)}const Zt={UNEXPECTED_RETURN_TYPE:CI,INVALID_ARGUMENT:25,MUST_BE_CALL_SETUP_TOP:26,NOT_INSTALLED:27,REQUIRED_VALUE:28,INVALID_VALUE:29,CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN:30,NOT_INSTALLED_WITH_PROVIDE:31,UNEXPECTED_ERROR:32,NOT_COMPATIBLE_LEGACY_VUE_I18N:33,NOT_AVAILABLE_COMPOSITION_IN_LEGACY:34};function ya(o,...i){return Pn(o,null,je.env.NODE_ENV!=="production"?{messages:lS,args:i}:void 0)}const lS={[Zt.UNEXPECTED_RETURN_TYPE]:"Unexpected return type in composer",[Zt.INVALID_ARGUMENT]:"Invalid argument",[Zt.MUST_BE_CALL_SETUP_TOP]:"Must be called at the top of a `setup` function",[Zt.NOT_INSTALLED]:"Need to install with `app.use` function",[Zt.UNEXPECTED_ERROR]:"Unexpected error",[Zt.REQUIRED_VALUE]:"Required in value: {0}",[Zt.INVALID_VALUE]:"Invalid value",[Zt.CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN]:"Cannot setup vue-devtools plugin",[Zt.NOT_INSTALLED_WITH_PROVIDE]:"Need to install with `provide` function",[Zt.NOT_COMPATIBLE_LEGACY_VUE_I18N]:"Not compatible legacy VueI18n.",[Zt.NOT_AVAILABLE_COMPOSITION_IN_LEGACY]:"Not available Compostion API in Legacy API mode. Please make sure that the legacy API mode is working properly"},Js=mi("__translateVNode"),ec=mi("__datetimeParts"),tc=mi("__numberParts"),oc=mi("__enableEmitter"),ic=mi("__disableEmitter"),sS=mi("__setPluralRules"),vf=mi("__injectWithOption"),nc=mi("__dispose"),Bi={FALLBACK_TO_ROOT:LI,NOT_FOUND_PARENT_SCOPE:9,IGNORE_OBJ_FLATTEN:10,DEPRECATE_LEGACY_MODE:11,DEPRECATE_TRANSLATE_CUSTOME_DIRECTIVE:12},cS={[Bi.FALLBACK_TO_ROOT]:"Fall back to {type} '{key}' with root locale.",[Bi.NOT_FOUND_PARENT_SCOPE]:"Not found parent scope. use the global scope.",[Bi.IGNORE_OBJ_FLATTEN]:"Ignore object flatten: '{key}' key has an string value",[Bi.DEPRECATE_LEGACY_MODE]:`Legacy API mode has been deprecated in v11. Use Composition API mode instead.
45
- About how to use the Composition API mode, see https://vue-i18n.intlify.dev/guide/advanced/composition.html`,[Bi.DEPRECATE_TRANSLATE_CUSTOME_DIRECTIVE]:"'v-t' has been deprecated in v11. Use translate APIs ('t' or '$t') instead."};function ac(o,...i){return Yr(cS[o],...i)}function va(o){if(!at(o)||Oo(o))return o;for(const i in o)if(Do(o,i))if(!i.includes("."))at(o[i])&&va(o[i]);else{const a=i.split("."),r=a.length-1;let s=o,c=!1;for(let p=0;p<r;p++){if(a[p]==="__proto__")throw new Error(`unsafe key: ${a[p]}`);if(a[p]in s||(s[a[p]]=ft()),!at(s[a[p]])){je.env.NODE_ENV!=="production"&&Ti(ac(Bi.IGNORE_OBJ_FLATTEN,{key:a[p]})),c=!0;break}s=s[a[p]]}if(c||(Oo(s)?U1.includes(a[r])||delete o[i]:(s[a[r]]=o[i],delete o[i])),!Oo(s)){const p=s[a[r]];at(p)&&va(p)}}return o}function wf(o,i){const{messages:a,__i18n:r,messageResolver:s,flatJson:c}=i,p=rt(a)?a:qt(r)?ft():{[o]:ft()};if(qt(r)&&r.forEach(f=>{if("locale"in f&&"resource"in f){const{locale:h,resource:b}=f;h?(p[h]=p[h]||ft(),Qr(b,p[h])):Qr(b,p)}else Be(f)&&Qr(JSON.parse(f),p)}),s==null&&c)for(const f in p)Do(p,f)&&va(p[f]);return p}function Cf(o){return o.type}function dS(o,i,a){let r=at(i.messages)?i.messages:ft();"__i18nGlobal"in a&&(r=wf(o.locale.value,{messages:r,__i18n:a.__i18nGlobal}));const s=Object.keys(r);s.length&&s.forEach(c=>{o.mergeLocaleMessage(c,r[c])});{if(at(i.datetimeFormats)){const c=Object.keys(i.datetimeFormats);c.length&&c.forEach(p=>{o.mergeDateTimeFormat(p,i.datetimeFormats[p])})}if(at(i.numberFormats)){const c=Object.keys(i.numberFormats);c.length&&c.forEach(p=>{o.mergeNumberFormat(p,i.numberFormats[p])})}}}function kf(o){return l.createVNode(l.Text,null,o,0)}const xf="__INTLIFY_META__",_f=()=>[],pS=()=>!1;let If=0;function Sf(o){return(i,a,r,s)=>o(a,r,l.getCurrentInstance()||void 0,s)}const uS=()=>{const o=l.getCurrentInstance();let i=null;return o&&(i=Cf(o)[xf])?{[xf]:i}:null};function fS(o={}){const{__root:i,__injectWithOption:a}=o,r=i===void 0,s=o.flatJson,c=fi?l.ref:l.shallowRef;let p=Rt(o.inheritLocale)?o.inheritLocale:!0;const f=c(i&&p?i.locale.value:Be(o.locale)?o.locale:ol),h=c(i&&p?i.fallbackLocale.value:Be(o.fallbackLocale)||qt(o.fallbackLocale)||rt(o.fallbackLocale)||o.fallbackLocale===!1?o.fallbackLocale:f.value),b=c(wf(f.value,o)),g=c(rt(o.datetimeFormats)?o.datetimeFormats:{[f.value]:{}}),v=c(rt(o.numberFormats)?o.numberFormats:{[f.value]:{}});let y=i?i.missingWarn:Rt(o.missingWarn)||Kr(o.missingWarn)?o.missingWarn:!0,C=i?i.fallbackWarn:Rt(o.fallbackWarn)||Kr(o.fallbackWarn)?o.fallbackWarn:!0,E=i?i.fallbackRoot:Rt(o.fallbackRoot)?o.fallbackRoot:!0,S=!!o.fallbackFormat,I=xt(o.missing)?o.missing:null,k=xt(o.missing)?Sf(o.missing):null,x=xt(o.postTranslation)?o.postTranslation:null,T=i?i.warnHtmlMessage:Rt(o.warnHtmlMessage)?o.warnHtmlMessage:!0,A=!!o.escapeParameter;const D=i?i.modifiers:rt(o.modifiers)?o.modifiers:{};let P=o.pluralRules||i&&i.pluralRules,R;R=(()=>{r&&tf(null);const re={version:aS,locale:f.value,fallbackLocale:h.value,messages:b.value,modifiers:D,pluralRules:P,missing:k===null?void 0:k,missingWarn:y,fallbackWarn:C,fallbackFormat:S,unresolving:!0,postTranslation:x===null?void 0:x,warnHtmlMessage:T,escapeParameter:A,messageResolver:o.messageResolver,messageCompiler:o.messageCompiler,__meta:{framework:"vue"}};re.datetimeFormats=g.value,re.numberFormats=v.value,re.__datetimeFormatters=rt(R)?R.__datetimeFormatters:void 0,re.__numberFormatters=rt(R)?R.__numberFormatters:void 0,je.env.NODE_ENV!=="production"&&(re.__v_emitter=rt(R)?R.__v_emitter:void 0);const ge=zI(re);return r&&tf(ge),ge})(),ga(R,f.value,h.value);function j(){return[f.value,h.value,b.value,g.value,v.value]}const Q=l.computed({get:()=>f.value,set:re=>{R.locale=re,f.value=re}}),F=l.computed({get:()=>h.value,set:re=>{R.fallbackLocale=re,h.value=re,ga(R,f.value,re)}}),H=l.computed(()=>b.value),ie=l.computed(()=>g.value),se=l.computed(()=>v.value);function me(){return xt(x)?x:null}function ae(re){x=re,R.postTranslation=re}function L(){return I}function X(re){re!==null&&(k=Sf(re)),I=re,R.missing=k}function V(re,ge){return re!=="translate"||!ge.resolvedMessage}const Y=(re,ge,Ye,Qe,Dt,N)=>{j();let w;try{je.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__,r||(R.fallbackContext=i?UI():void 0),w=re(R)}finally{je.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__,r||(R.fallbackContext=void 0)}if(Ye!=="translate exists"&&Ut(w)&&w===tl||Ye==="translate exists"&&!w){const[_,$]=ge();if(je.env.NODE_ENV!=="production"&&i&&Be(_)&&V(Ye,$)&&(E&&(nl(C,_)||nf(y,_))&&Ti(ac(Bi.FALLBACK_TO_ROOT,{key:_,type:Ye})),je.env.NODE_ENV!=="production")){const{__v_emitter:K}=R;K&&E&&K.emit("fallback",{type:Ye,key:_,to:"global",groupId:`${Ye}:${_}`})}return i&&E?Qe(i):Dt(_)}else{if(N(w))return w;throw ya(Zt.UNEXPECTED_RETURN_TYPE)}};function te(...re){return Y(ge=>Reflect.apply(bf,null,[ge,...re]),()=>Qs(...re),"translate",ge=>Reflect.apply(ge.t,ge,[...re]),ge=>ge,ge=>Be(ge))}function de(...re){const[ge,Ye,Qe]=re;if(Qe&&!at(Qe))throw ya(Zt.INVALID_ARGUMENT);return te(ge,Ye,zt({resolvedMessage:!0},Qe||{}))}function ne(...re){return Y(ge=>Reflect.apply(sf,null,[ge,...re]),()=>Gs(...re),"datetime format",ge=>Reflect.apply(ge.d,ge,[...re]),()=>il,ge=>Be(ge))}function B(...re){return Y(ge=>Reflect.apply(pf,null,[ge,...re]),()=>Xs(...re),"number format",ge=>Reflect.apply(ge.n,ge,[...re]),()=>il,ge=>Be(ge))}function W(re){return re.map(ge=>Be(ge)||Ut(ge)||Rt(ge)?kf(String(ge)):ge)}const he={normalize:W,interpolate:re=>re,type:"vnode"};function ve(...re){return Y(ge=>{let Ye;const Qe=ge;try{Qe.processor=he,Ye=Reflect.apply(bf,null,[Qe,...re])}finally{Qe.processor=null}return Ye},()=>Qs(...re),"translate",ge=>ge[Js](...re),ge=>[kf(ge)],ge=>qt(ge))}function _e(...re){return Y(ge=>Reflect.apply(pf,null,[ge,...re]),()=>Xs(...re),"number format",ge=>ge[tc](...re),_f,ge=>Be(ge)||qt(ge))}function Ce(...re){return Y(ge=>Reflect.apply(sf,null,[ge,...re]),()=>Gs(...re),"datetime format",ge=>ge[ec](...re),_f,ge=>Be(ge)||qt(ge))}function pe(re){P=re,R.pluralRules=P}function we(re,ge){return Y(()=>{if(!re)return!1;const Ye=Be(ge)?ge:f.value,Qe=Me(Ye),Dt=R.messageResolver(Qe,re);return Oo(Dt)||_o(Dt)||Be(Dt)},()=>[re],"translate exists",Ye=>Reflect.apply(Ye.te,Ye,[re,ge]),pS,Ye=>Rt(Ye))}function Ae(re){let ge=null;const Ye=W1(R,h.value,f.value);for(let Qe=0;Qe<Ye.length;Qe++){const Dt=b.value[Ye[Qe]]||{},N=R.messageResolver(Dt,re);if(N!=null){ge=N;break}}return ge}function Le(re){const ge=Ae(re);return ge??(i?i.tm(re)||{}:{})}function Me(re){return b.value[re]||{}}function xe(re,ge){if(s){const Ye={[re]:ge};for(const Qe in Ye)Do(Ye,Qe)&&va(Ye[Qe]);ge=Ye[re]}b.value[re]=ge,R.messages=b.value}function Pe(re,ge){b.value[re]=b.value[re]||{};const Ye={[re]:ge};if(s)for(const Qe in Ye)Do(Ye,Qe)&&va(Ye[Qe]);ge=Ye[re],Qr(ge,b.value[re]),R.messages=b.value}function Z(re){return g.value[re]||{}}function ee(re,ge){g.value[re]=ge,R.datetimeFormats=g.value,df(R,re,ge)}function ce(re,ge){g.value[re]=zt(g.value[re]||{},ge),R.datetimeFormats=g.value,df(R,re,ge)}function Ie(re){return v.value[re]||{}}function Je(re,ge){v.value[re]=ge,R.numberFormats=v.value,ff(R,re,ge)}function Xe(re,ge){v.value[re]=zt(v.value[re]||{},ge),R.numberFormats=v.value,ff(R,re,ge)}If++,i&&fi&&(l.watch(i.locale,re=>{p&&(f.value=re,R.locale=re,ga(R,f.value,h.value))}),l.watch(i.fallbackLocale,re=>{p&&(h.value=re,R.fallbackLocale=re,ga(R,f.value,h.value))}));const Fe={id:If,locale:Q,fallbackLocale:F,get inheritLocale(){return p},set inheritLocale(re){p=re,re&&i&&(f.value=i.locale.value,h.value=i.fallbackLocale.value,ga(R,f.value,h.value))},get availableLocales(){return Object.keys(b.value).sort()},messages:H,get modifiers(){return D},get pluralRules(){return P||{}},get isGlobal(){return r},get missingWarn(){return y},set missingWarn(re){y=re,R.missingWarn=y},get fallbackWarn(){return C},set fallbackWarn(re){C=re,R.fallbackWarn=C},get fallbackRoot(){return E},set fallbackRoot(re){E=re},get fallbackFormat(){return S},set fallbackFormat(re){S=re,R.fallbackFormat=S},get warnHtmlMessage(){return T},set warnHtmlMessage(re){T=re,R.warnHtmlMessage=re},get escapeParameter(){return A},set escapeParameter(re){A=re,R.escapeParameter=re},t:te,getLocaleMessage:Me,setLocaleMessage:xe,mergeLocaleMessage:Pe,getPostTranslationHandler:me,setPostTranslationHandler:ae,getMissingHandler:L,setMissingHandler:X,[sS]:pe};return Fe.datetimeFormats=ie,Fe.numberFormats=se,Fe.rt=de,Fe.te=we,Fe.tm=Le,Fe.d=ne,Fe.n=B,Fe.getDateTimeFormat=Z,Fe.setDateTimeFormat=ee,Fe.mergeDateTimeFormat=ce,Fe.getNumberFormat=Ie,Fe.setNumberFormat=Je,Fe.mergeNumberFormat=Xe,Fe[vf]=a,Fe[Js]=ve,Fe[ec]=Ce,Fe[tc]=_e,je.env.NODE_ENV!=="production"&&(Fe[oc]=re=>{R.__v_emitter=re},Fe[ic]=()=>{R.__v_emitter=void 0}),Fe}function Af(o,i){}const rc={tag:{type:[String,Object]},locale:{type:String},scope:{type:String,validator:o=>o==="parent"||o==="global",default:"parent"},i18n:{type:Object}};function mS({slots:o},i){return i.length===1&&i[0]==="default"?(o.default?o.default():[]).reduce((r,s)=>[...r,...s.type===l.Fragment?s.children:[s]],[]):i.reduce((a,r)=>{const s=o[r];return s&&(a[r]=s()),a},ft())}function Ef(){return l.Fragment}zt({keypath:{type:String,required:!0},plural:{type:[Number,String],validator:o=>Ut(o)||!isNaN(o)}},rc);function hS(o){return qt(o)&&!Be(o[0])}function Tf(o,i,a,r){const{slots:s,attrs:c}=i;return()=>{const p={part:!0};let f=ft();o.locale&&(p.locale=o.locale),Be(o.format)?p.key=o.format:at(o.format)&&(Be(o.format.key)&&(p.key=o.format.key),f=Object.keys(o.format).reduce((y,C)=>a.includes(C)?zt(ft(),y,{[C]:o.format[C]}):y,ft()));const h=r(o.value,p,f);let b=[p.key];qt(h)?b=h.map((y,C)=>{const E=s[y.type],S=E?E({[y.type]:y.value,index:C,parts:h}):[y.value];return hS(S)&&(S[0].key=`${y.type}-${C}`),S}):Be(h)&&(b=[h]);const g=zt(ft(),c),v=Be(o.tag)||at(o.tag)?o.tag:Ef();return l.h(v,g,b)}}zt({value:{type:Number,required:!0},format:{type:[String,Object]}},rc);const bS=mi("global-vue-i18n");function nn(o={}){const i=l.getCurrentInstance();if(i==null)throw ya(Zt.MUST_BE_CALL_SETUP_TOP);if(!i.isCE&&i.appContext.app!=null&&!i.appContext.app.__VUE_I18N_SYMBOL__)throw ya(Zt.NOT_INSTALLED);const a=gS(i),r=vS(a),s=Cf(i),c=yS(o,s);if(c==="global")return dS(r,o,s),r;if(c==="parent"){let h=wS(a,i,o.__useComponent);return h==null&&(je.env.NODE_ENV!=="production"&&Ti(ac(Bi.NOT_FOUND_PARENT_SCOPE)),h=r),h}const p=a;let f=p.__getInstance(i);if(f==null){const h=zt({},o);"__i18n"in s&&(h.__i18n=s.__i18n),r&&(h.__root=r),f=fS(h),p.__composerExtend&&(f[nc]=p.__composerExtend(f)),kS(p,i,f),p.__setInstance(i,f)}return f}function gS(o){const i=l.inject(o.isCE?bS:o.appContext.app.__VUE_I18N_SYMBOL__);if(!i)throw ya(o.isCE?Zt.NOT_INSTALLED_WITH_PROVIDE:Zt.UNEXPECTED_ERROR);return i}function yS(o,i){return Gr(o)?"__i18n"in i?"local":"global":o.useScope?o.useScope:"local"}function vS(o){return o.mode==="composition"?o.global:o.global.__composer}function wS(o,i,a=!1){let r=null;const s=i.root;let c=CS(i,a);for(;c!=null;){const p=o;if(o.mode==="composition")r=p.__getInstance(c);else if(__VUE_I18N_LEGACY_API__){const f=p.__getInstance(c);f!=null&&(r=f.__composer,a&&r&&!r[vf]&&(r=null))}if(r!=null||s===c)break;c=c.parent}return r}function CS(o,i=!1){return o==null?null:i&&o.vnode.ctx||o.parent}function kS(o,i,a){let r=null;l.onMounted(()=>{if(je.env.NODE_ENV!=="production"&&i.vnode.el){i.vnode.el.__VUE_I18N__=a,r=E_();const s=a;s[oc]&&s[oc](r),r.on("*",Af)}},i),l.onUnmounted(()=>{const s=a;je.env.NODE_ENV!=="production"&&i.vnode.el&&i.vnode.el.__VUE_I18N__&&(r&&r.off("*",Af),s[ic]&&s[ic](),delete i.vnode.el.__VUE_I18N__),o.__deleteInstance(i);const c=s[nc];c&&(c(),delete s[nc])},i)}if(zt({value:{type:[Number,Date],required:!0},format:{type:[String,Object]}},rc),rS(),MI(bI),qI(BI),jI(W1),je.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__){const o=tn();o.__INTLIFY__=!0,gI(o.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__)}je.env.NODE_ENV;const xS={class:"wt-selection-popup__options"},_S=["onClick"],IS={class:"wt-selection-popup__item-header"},SS={key:1,class:"popup-options__item-text"},AS=Oe({__name:"wt-selection-popup",props:{title:{type:String},selected:{type:Object},options:{type:Array,default:()=>[]}},emits:["change","add","close"],setup(o,{emit:i}){const a=o,r=i,{t:s}=nn();function c(){r("add",a.selected)}function p(){r("close")}function f(h){r("change",h)}return(h,b)=>{const g=l.resolveComponent("wt-icon"),v=l.resolveComponent("wt-icon-btn"),y=l.resolveComponent("wt-button"),C=l.resolveComponent("wt-popup"),E=l.resolveDirective("tooltip");return l.openBlock(),l.createBlock(C,l.mergeProps(h.$attrs,{class:"wt-selection-popup",overflow:"",size:"sm"},{onClose:p}),{title:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(o.title),1)]),main:l.withCtx(()=>[l.createElementVNode("ul",xS,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(o.options,(S,I)=>(l.openBlock(),l.createElementBlock("li",{key:I,class:l.normalizeClass([{active:S.value===o.selected.value},"wt-selection-popup__item-wrapper"]),onClick:k=>f(S)},[l.renderSlot(h.$slots,"option",{option:S},()=>[S.icon?(l.openBlock(),l.createBlock(g,{key:0,icon:S.icon,size:"sm"},null,8,["icon"])):l.createCommentVNode("",!0),l.createElementVNode("h4",IS,l.toDisplayString(S.title),1),S.description?(l.openBlock(),l.createElementBlock("p",SS,l.toDisplayString(S.description),1)):l.createCommentVNode("",!0),S.description?l.withDirectives((l.openBlock(),l.createBlock(v,{key:2,color:"info",icon:"rounded-info"},null,512)),[[E,S.description]]):l.createCommentVNode("",!0)],!0)],10,_S))),128))]),l.renderSlot(h.$slots,"after-section",{},void 0,!0)]),actions:l.withCtx(()=>[l.createVNode(y,{disabled:!o.selected,onClick:c},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(l.unref(s)("reusable.create")),1)],void 0,!0),_:1},8,["disabled"]),l.createVNode(y,{color:"secondary",onClick:p},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(l.unref(s)("reusable.close")),1)],void 0,!0),_:1})]),_:3},16)}}},[["__scopeId","data-v-9097339b"]]);var Df;(function(o){o.pop="pop",o.push="push"})(Df||(Df={}));var Of;(function(o){o.back="back",o.forward="forward",o.unknown=""})(Of||(Of={})),Symbol(je.env.NODE_ENV!=="production"?"navigation failure":"");var Rf;(function(o){o[o.aborted=4]="aborted",o[o.cancelled=8]="cancelled",o[o.duplicated=16]="duplicated"})(Rf||(Rf={})),Symbol(je.env.NODE_ENV!=="production"?"router view location matched":""),Symbol(je.env.NODE_ENV!=="production"?"router view depth":"");const ES=Symbol(je.env.NODE_ENV!=="production"?"router":"");Symbol(je.env.NODE_ENV!=="production"?"route location":""),Symbol(je.env.NODE_ENV!=="production"?"router view location":"");function TS(){return l.inject(ES)}const DS={class:"start-page-card"},OS={class:"start-page-card__header"},RS={class:"start-page-card__main-section"},BS=["alt","src"],LS={class:"start-page-card__description"},NS=Oe({__name:"start-page-card",props:{card:{type:Object,required:!0}},setup(o){const i=TS(),a=o,r=()=>i.push(a.card.route);return(s,c)=>{const p=l.resolveComponent("wt-icon"),f=l.resolveComponent("wt-button");return l.openBlock(),l.createElementBlock("article",DS,[l.createElementVNode("header",OS,[o.card.disabled?(l.openBlock(),l.createBlock(p,{key:0,icon:"lock"})):l.createCommentVNode("",!0),l.createTextVNode(" "+l.toDisplayString(o.card.name),1)]),l.createElementVNode("section",RS,[l.createElementVNode("img",{alt:o.card.name,src:o.card.image},null,8,BS),l.createElementVNode("p",LS,l.toDisplayString(o.card.text),1)]),l.createElementVNode("footer",null,[l.createVNode(f,{disabled:o.card.disabled,class:"start-page-card__button",color:"secondary",wide:"",onClick:r},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(s.$t("reusable.open")),1)],void 0,!0),_:1},8,["disabled"])])])}}},[["__scopeId","data-v-b40bd3b4"]]),PS={class:"start-page-logo"},$S=["src"],MS=Oe({__name:"start-page-logo",props:{logo:{type:String,required:!0}},setup(o){return(i,a)=>(l.openBlock(),l.createElementBlock("div",PS,[l.createElementVNode("img",{src:o.logo},null,8,$S)]))}},[["__scopeId","data-v-01596356"]]),qS={class:"wt-start-page"},jS={class:"wt-start-page__wrapper"},FS=Oe({__name:"wt-start-page",props:{nav:{type:Array,required:!0},appLogo:{type:Object},darkMode:{type:Boolean,default:!1}},setup(o){const i=o,a=l.computed(()=>i.darkMode?i.appLogo.dark:i.appLogo.light),r=l.computed(()=>i.nav.map(s=>({...s,image:i.darkMode?s.images.dark:s.images.light})));return(s,c)=>(l.openBlock(),l.createElementBlock("div",qS,[o.appLogo?(l.openBlock(),l.createBlock(MS,{key:0,logo:a.value},null,8,["logo"])):l.createCommentVNode("",!0),l.createElementVNode("div",jS,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(r.value,p=>(l.openBlock(),l.createBlock(NS,{key:p.value,card:p},null,8,["card"]))),128))])]))}},[["__scopeId","data-v-d3ade1d2"]]),VS=({}={})=>({items:[],next:!1}),US=({page:o=1,size:i=10}={})=>({page:o,size:i}),zS=String.prototype.replace,HS=/%20/g,Bf={RFC1738:"RFC1738",RFC3986:"RFC3986"},lc={RFC1738:function(o){return zS.call(o,HS,"+")},RFC3986:function(o){return String(o)}},WS=Bf.RFC1738,Lf=Bf.RFC3986,ZS=Array.isArray,Ho=function(){const o=[];for(let i=0;i<256;++i)o.push("%"+((i<16?"0":"")+i.toString(16)).toUpperCase());return o}(),sc=1024,YS=function(i,a,r,s,c){if(i.length===0)return i;let p=i;if(typeof i=="symbol"?p=Symbol.prototype.toString.call(i):typeof i!="string"&&(p=String(i)),r==="iso-8859-1")return escape(p).replace(/%u[0-9a-f]{4}/gi,function(h){return"%26%23"+parseInt(h.slice(2),16)+"%3B"});let f="";for(let h=0;h<p.length;h+=sc){const b=p.length>=sc?p.slice(h,h+sc):p,g=[];for(let v=0;v<b.length;++v){let y=b.charCodeAt(v);if(y===45||y===46||y===95||y===126||y>=48&&y<=57||y>=65&&y<=90||y>=97&&y<=122||c===WS&&(y===40||y===41)){g[g.length]=b.charAt(v);continue}if(y<128){g[g.length]=Ho[y];continue}if(y<2048){g[g.length]=Ho[192|y>>6]+Ho[128|y&63];continue}if(y<55296||y>=57344){g[g.length]=Ho[224|y>>12]+Ho[128|y>>6&63]+Ho[128|y&63];continue}v+=1,y=65536+((y&1023)<<10|b.charCodeAt(v)&1023),g[g.length]=Ho[240|y>>18]+Ho[128|y>>12&63]+Ho[128|y>>6&63]+Ho[128|y&63]}f+=g.join("")}return f},KS=function(i){return!i||typeof i!="object"?!1:!!(i.constructor&&i.constructor.isBuffer&&i.constructor.isBuffer(i))},Nf=function(i,a){if(ZS(i)){const r=[];for(let s=0;s<i.length;s+=1)r.push(a(i[s]));return r}return a(i)},GS=Object.prototype.hasOwnProperty,Pf={brackets:function(i){return i+"[]"},comma:"comma",indices:function(i,a){return i+"["+a+"]"},repeat:function(i){return i}},Wo=Array.isArray,XS=Array.prototype.push,$f=function(o,i){XS.apply(o,Wo(i)?i:[i])},QS=Date.prototype.toISOString,Mf=Lf,jt={addQueryPrefix:!1,allowDots:!1,allowEmptyArrays:!1,arrayFormat:"indices",charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encodeDotInKeys:!1,encoder:YS,encodeValuesOnly:!1,format:Mf,formatter:lc[Mf],indices:!1,serializeDate:function(i){return QS.call(i)},skipNulls:!1,strictNullHandling:!1},JS=function(i){return typeof i=="string"||typeof i=="number"||typeof i=="boolean"||typeof i=="symbol"||typeof i=="bigint"},cc={},qf=function(i,a,r,s,c,p,f,h,b,g,v,y,C,E,S,I,k,x){let T=i,A=x,D=0,P=!1;for(;(A=A.get(cc))!==void 0&&!P;){const F=A.get(i);if(D+=1,typeof F<"u"){if(F===D)throw new RangeError("Cyclic object value");P=!0}typeof A.get(cc)>"u"&&(D=0)}if(typeof g=="function"?T=g(a,T):T instanceof Date?T=C(T):r==="comma"&&Wo(T)&&(T=Nf(T,function(F){return F instanceof Date?C(F):F})),T===null){if(p)return b&&!I?b(a,jt.encoder,k,"key",E):a;T=""}if(JS(T)||KS(T)){if(b){const F=I?a:b(a,jt.encoder,k,"key",E);return[S(F)+"="+S(b(T,jt.encoder,k,"value",E))]}return[S(a)+"="+S(String(T))]}const R=[];if(typeof T>"u")return R;let M;if(r==="comma"&&Wo(T))I&&b&&(T=Nf(T,b)),M=[{value:T.length>0?T.join(",")||null:void 0}];else if(Wo(g))M=g;else{const F=Object.keys(T);M=v?F.sort(v):F}const j=h?a.replace(/\./g,"%2E"):a,Q=s&&Wo(T)&&T.length===1?j+"[]":j;if(c&&Wo(T)&&T.length===0)return Q+"[]";for(let F=0;F<M.length;++F){const H=M[F],ie=typeof H=="object"&&typeof H.value<"u"?H.value:T[H];if(f&&ie===null)continue;const se=y&&h?H.replace(/\./g,"%2E"):H,me=Wo(T)?typeof r=="function"?r(Q,se):Q:Q+(y?"."+se:"["+se+"]");x.set(i,D);const ae=new WeakMap;ae.set(cc,x),$f(R,qf(ie,me,r,s,c,p,f,h,r==="comma"&&I&&Wo(T)?null:b,g,v,y,C,E,S,I,k,ae))}return R},eA=function(i){if(!i)return jt;if(typeof i.allowEmptyArrays<"u"&&typeof i.allowEmptyArrays!="boolean")throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(typeof i.encodeDotInKeys<"u"&&typeof i.encodeDotInKeys!="boolean")throw new TypeError("`encodeDotInKeys` option can only be `true` or `false`, when provided");if(i.encoder!==null&&typeof i.encoder<"u"&&typeof i.encoder!="function")throw new TypeError("Encoder has to be a function.");const a=i.charset||jt.charset;if(typeof i.charset<"u"&&i.charset!=="utf-8"&&i.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");let r=Lf;if(typeof i.format<"u"){if(!GS.call(lc,i.format))throw new TypeError("Unknown format option provided.");r=i.format}const s=lc[r];let c=jt.filter;(typeof i.filter=="function"||Wo(i.filter))&&(c=i.filter);let p;if(i.arrayFormat in Pf?p=i.arrayFormat:"indices"in i?p=i.indices?"indices":"repeat":p=jt.arrayFormat,"commaRoundTrip"in i&&typeof i.commaRoundTrip!="boolean")throw new TypeError("`commaRoundTrip` must be a boolean, or absent");const f=typeof i.allowDots>"u"?i.encodeDotInKeys===!0?!0:jt.allowDots:!!i.allowDots;return{addQueryPrefix:typeof i.addQueryPrefix=="boolean"?i.addQueryPrefix:jt.addQueryPrefix,allowDots:f,allowEmptyArrays:typeof i.allowEmptyArrays=="boolean"?!!i.allowEmptyArrays:jt.allowEmptyArrays,arrayFormat:p,charset:a,charsetSentinel:typeof i.charsetSentinel=="boolean"?i.charsetSentinel:jt.charsetSentinel,commaRoundTrip:i.commaRoundTrip,delimiter:typeof i.delimiter>"u"?jt.delimiter:i.delimiter,encode:typeof i.encode=="boolean"?i.encode:jt.encode,encodeDotInKeys:typeof i.encodeDotInKeys=="boolean"?i.encodeDotInKeys:jt.encodeDotInKeys,encoder:typeof i.encoder=="function"?i.encoder:jt.encoder,encodeValuesOnly:typeof i.encodeValuesOnly=="boolean"?i.encodeValuesOnly:jt.encodeValuesOnly,filter:c,format:r,formatter:s,serializeDate:typeof i.serializeDate=="function"?i.serializeDate:jt.serializeDate,skipNulls:typeof i.skipNulls=="boolean"?i.skipNulls:jt.skipNulls,sort:typeof i.sort=="function"?i.sort:null,strictNullHandling:typeof i.strictNullHandling=="boolean"?i.strictNullHandling:jt.strictNullHandling}};function jf(o,i){let a=o;const r=eA(i);let s,c;typeof r.filter=="function"?(c=r.filter,a=c("",a)):Wo(r.filter)&&(c=r.filter,s=c);const p=[];if(typeof a!="object"||a===null)return"";const f=Pf[r.arrayFormat],h=f==="comma"&&r.commaRoundTrip;s||(s=Object.keys(a)),r.sort&&s.sort(r.sort);const b=new WeakMap;for(let y=0;y<s.length;++y){const C=s[y];r.skipNulls&&a[C]===null||$f(p,qf(a[C],C,f,h,r.allowEmptyArrays,r.strictNullHandling,r.skipNulls,r.encodeDotInKeys,r.encode?r.encoder:null,r.filter,r.sort,r.allowDots,r.serializeDate,r.format,r.formatter,r.encodeValuesOnly,r.charset,b))}const g=p.join(r.delimiter);let v=r.addQueryPrefix===!0?"?":"";return r.charsetSentinel&&(r.charset==="iso-8859-1"?v+="utf8=%26%2310003%3B&":v+="utf8=%E2%9C%93&"),g.length>0?v+g:""}const tA=[o=>(o.headers["X-Webitel-Access"]=localStorage.getItem("access-token")||"",o),o=>Promise.reject(o)],oA=[o=>o,o=>(o.response&&o.response.status===401&&(console.warn("intercepted 401"),localStorage.removeItem("access-token")),Promise.reject(o))],ct=()=>{const o={arrayFormat:"repeat"};return _1({interceptors:{request:[tA],response:[oA]},baseURL:"/api",paramsSerializer:i=>jf(i,o)})};var Zo=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function an(o){return o&&o.__esModule&&Object.prototype.hasOwnProperty.call(o,"default")?o.default:o}function iA(o){if(Object.prototype.hasOwnProperty.call(o,"__esModule"))return o;var i=o.default;if(typeof i=="function"){var a=function r(){return this instanceof r?Reflect.construct(i,arguments,this.constructor):i.apply(this,arguments)};a.prototype=i.prototype}else a={};return Object.defineProperty(a,"__esModule",{value:!0}),Object.keys(o).forEach(function(r){var s=Object.getOwnPropertyDescriptor(o,r);Object.defineProperty(a,r,s.get?s:{enumerable:!0,get:function(){return o[r]}})}),a}var rn={},wa={exports:{}};/*! https://mths.be/punycode v1.4.1 by @mathias */var nA=wa.exports,Ff;function aA(){return Ff||(Ff=1,function(o,i){(function(a){var r=i&&!i.nodeType&&i,s=o&&!o.nodeType&&o,c=typeof Zo=="object"&&Zo;(c.global===c||c.window===c||c.self===c)&&(a=c);var p,f=2147483647,h=36,b=1,g=26,v=38,y=700,C=72,E=128,S="-",I=/^xn--/,k=/[^\x20-\x7E]/,x=/[\x2E\u3002\uFF0E\uFF61]/g,T={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},A=h-b,D=Math.floor,P=String.fromCharCode,R;function M(Y){throw new RangeError(T[Y])}function j(Y,te){for(var de=Y.length,ne=[];de--;)ne[de]=te(Y[de]);return ne}function Q(Y,te){var de=Y.split("@"),ne="";de.length>1&&(ne=de[0]+"@",Y=de[1]),Y=Y.replace(x,".");var B=Y.split("."),W=j(B,te).join(".");return ne+W}function F(Y){for(var te=[],de=0,ne=Y.length,B,W;de<ne;)B=Y.charCodeAt(de++),B>=55296&&B<=56319&&de<ne?(W=Y.charCodeAt(de++),(W&64512)==56320?te.push(((B&1023)<<10)+(W&1023)+65536):(te.push(B),de--)):te.push(B);return te}function H(Y){return j(Y,function(te){var de="";return te>65535&&(te-=65536,de+=P(te>>>10&1023|55296),te=56320|te&1023),de+=P(te),de}).join("")}function ie(Y){return Y-48<10?Y-22:Y-65<26?Y-65:Y-97<26?Y-97:h}function se(Y,te){return Y+22+75*(Y<26)-((te!=0)<<5)}function me(Y,te,de){var ne=0;for(Y=de?D(Y/y):Y>>1,Y+=D(Y/te);Y>A*g>>1;ne+=h)Y=D(Y/A);return D(ne+(A+1)*Y/(Y+v))}function ae(Y){var te=[],de=Y.length,ne,B=0,W=E,ue=C,he,ve,_e,Ce,pe,we,Ae,Le,Me;for(he=Y.lastIndexOf(S),he<0&&(he=0),ve=0;ve<he;++ve)Y.charCodeAt(ve)>=128&&M("not-basic"),te.push(Y.charCodeAt(ve));for(_e=he>0?he+1:0;_e<de;){for(Ce=B,pe=1,we=h;_e>=de&&M("invalid-input"),Ae=ie(Y.charCodeAt(_e++)),(Ae>=h||Ae>D((f-B)/pe))&&M("overflow"),B+=Ae*pe,Le=we<=ue?b:we>=ue+g?g:we-ue,!(Ae<Le);we+=h)Me=h-Le,pe>D(f/Me)&&M("overflow"),pe*=Me;ne=te.length+1,ue=me(B-Ce,ne,Ce==0),D(B/ne)>f-W&&M("overflow"),W+=D(B/ne),B%=ne,te.splice(B++,0,W)}return H(te)}function L(Y){var te,de,ne,B,W,ue,he,ve,_e,Ce,pe,we=[],Ae,Le,Me,xe;for(Y=F(Y),Ae=Y.length,te=E,de=0,W=C,ue=0;ue<Ae;++ue)pe=Y[ue],pe<128&&we.push(P(pe));for(ne=B=we.length,B&&we.push(S);ne<Ae;){for(he=f,ue=0;ue<Ae;++ue)pe=Y[ue],pe>=te&&pe<he&&(he=pe);for(Le=ne+1,he-te>D((f-de)/Le)&&M("overflow"),de+=(he-te)*Le,te=he,ue=0;ue<Ae;++ue)if(pe=Y[ue],pe<te&&++de>f&&M("overflow"),pe==te){for(ve=de,_e=h;Ce=_e<=W?b:_e>=W+g?g:_e-W,!(ve<Ce);_e+=h)xe=ve-Ce,Me=h-Ce,we.push(P(se(Ce+xe%Me,0))),ve=D(xe/Me);we.push(P(se(ve,0))),W=me(de,Le,ne==B),de=0,++ne}++de,++te}return we.join("")}function X(Y){return Q(Y,function(te){return I.test(te)?ae(te.slice(4).toLowerCase()):te})}function V(Y){return Q(Y,function(te){return k.test(te)?"xn--"+L(te):te})}if(p={version:"1.4.1",ucs2:{decode:F,encode:H},decode:ae,encode:L,toASCII:V,toUnicode:X},r&&s)if(o.exports==r)s.exports=p;else for(R in p)p.hasOwnProperty(R)&&(r[R]=p[R]);else a.punycode=p})(nA)}(wa,wa.exports)),wa.exports}var dc,Vf;function Io(){return Vf||(Vf=1,dc=TypeError),dc}const rA=iA(Object.freeze(Object.defineProperty({__proto__:null,default:{}},Symbol.toStringTag,{value:"Module"})));var pc,Uf;function al(){if(Uf)return pc;Uf=1;var o=typeof Map=="function"&&Map.prototype,i=Object.getOwnPropertyDescriptor&&o?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,a=o&&i&&typeof i.get=="function"?i.get:null,r=o&&Map.prototype.forEach,s=typeof Set=="function"&&Set.prototype,c=Object.getOwnPropertyDescriptor&&s?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,p=s&&c&&typeof c.get=="function"?c.get:null,f=s&&Set.prototype.forEach,h=typeof WeakMap=="function"&&WeakMap.prototype,b=h?WeakMap.prototype.has:null,g=typeof WeakSet=="function"&&WeakSet.prototype,v=g?WeakSet.prototype.has:null,y=typeof WeakRef=="function"&&WeakRef.prototype,C=y?WeakRef.prototype.deref:null,E=Boolean.prototype.valueOf,S=Object.prototype.toString,I=Function.prototype.toString,k=String.prototype.match,x=String.prototype.slice,T=String.prototype.replace,A=String.prototype.toUpperCase,D=String.prototype.toLowerCase,P=RegExp.prototype.test,R=Array.prototype.concat,M=Array.prototype.join,j=Array.prototype.slice,Q=Math.floor,F=typeof BigInt=="function"?BigInt.prototype.valueOf:null,H=Object.getOwnPropertySymbols,ie=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,se=typeof Symbol=="function"&&typeof Symbol.iterator=="object",me=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===se||!0)?Symbol.toStringTag:null,ae=Object.prototype.propertyIsEnumerable,L=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(U){return U.__proto__}:null);function X(U,q){if(U===1/0||U===-1/0||U!==U||U&&U>-1e3&&U<1e3||P.call(/e/,q))return q;var be=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof U=="number"){var Te=U<0?-Q(-U):Q(U);if(Te!==U){var Ne=String(Te),De=x.call(q,Ne.length+1);return T.call(Ne,be,"$&_")+"."+T.call(T.call(De,/([0-9]{3})/g,"$&_"),/_$/,"")}}return T.call(q,be,"$&_")}var V=rA,Y=V.custom,te=Le(Y)?Y:null,de={__proto__:null,double:'"',single:"'"},ne={__proto__:null,double:/(["\\])/g,single:/(['\\])/g};pc=function U(q,be,Te,Ne){var De=be||{};if(Pe(De,"quoteStyle")&&!Pe(de,De.quoteStyle))throw new TypeError('option "quoteStyle" must be "single" or "double"');if(Pe(De,"maxStringLength")&&(typeof De.maxStringLength=="number"?De.maxStringLength<0&&De.maxStringLength!==1/0:De.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var $e=Pe(De,"customInspect")?De.customInspect:!0;if(typeof $e!="boolean"&&$e!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(Pe(De,"indent")&&De.indent!==null&&De.indent!==" "&&!(parseInt(De.indent,10)===De.indent&&De.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(Pe(De,"numericSeparator")&&typeof De.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var yo=De.numericSeparator;if(typeof q>"u")return"undefined";if(q===null)return"null";if(typeof q=="boolean")return q?"true":"false";if(typeof q=="string")return Ye(q,De);if(typeof q=="number"){if(q===0)return 1/0/q>0?"0":"-0";var Ve=String(q);return yo?X(q,Ve):Ve}if(typeof q=="bigint"){var di=String(q)+"n";return yo?X(q,di):di}var Dn=typeof De.depth>"u"?5:De.depth;if(typeof Te>"u"&&(Te=0),Te>=Dn&&Dn>0&&typeof q=="object")return he(q)?"[Array]":"[Object]";var na=$(De,Te);if(typeof Ne>"u")Ne=[];else if(ce(Ne,q)>=0)return"[Circular]";function qo(aa,ds,jne){if(ds&&(Ne=j.call(Ne),Ne.push(ds)),jne){var D6={depth:De.depth};return Pe(De,"quoteStyle")&&(D6.quoteStyle=De.quoteStyle),U(aa,D6,Te+1,Ne)}return U(aa,De,Te+1,Ne)}if(typeof q=="function"&&!_e(q)){var x6=ee(q),_6=oe(q,qo);return"[Function"+(x6?": "+x6:" (anonymous)")+"]"+(_6.length>0?" { "+M.call(_6,", ")+" }":"")}if(Le(q)){var I6=se?T.call(String(q),/^(Symbol\(.*\))_[^)]*$/,"$1"):ie.call(q);return typeof q=="object"&&!se?Dt(I6):I6}if(ge(q)){for(var Ir="<"+D.call(String(q.nodeName)),M2=q.attributes||[],cs=0;cs<M2.length;cs++)Ir+=" "+M2[cs].name+"="+B(W(M2[cs].value),"double",De);return Ir+=">",q.childNodes&&q.childNodes.length&&(Ir+="..."),Ir+="</"+D.call(String(q.nodeName))+">",Ir}if(he(q)){if(q.length===0)return"[]";var q2=oe(q,qo);return na&&!_(q2)?"["+K(q2,na)+"]":"[ "+M.call(q2,", ")+" ]"}if(Ce(q)){var j2=oe(q,qo);return!("cause"in Error.prototype)&&"cause"in q&&!ae.call(q,"cause")?"{ ["+String(q)+"] "+M.call(R.call("[cause]: "+qo(q.cause),j2),", ")+" }":j2.length===0?"["+String(q)+"]":"{ ["+String(q)+"] "+M.call(j2,", ")+" }"}if(typeof q=="object"&&$e){if(te&&typeof q[te]=="function"&&V)return V(q,{depth:Dn-Te});if($e!=="symbol"&&typeof q.inspect=="function")return q.inspect()}if(Ie(q)){var S6=[];return r&&r.call(q,function(aa,ds){S6.push(qo(ds,q,!0)+" => "+qo(aa,q))}),w("Map",a.call(q),S6,na)}if(Fe(q)){var A6=[];return f&&f.call(q,function(aa){A6.push(qo(aa,q))}),w("Set",p.call(q),A6,na)}if(Je(q))return N("WeakMap");if(re(q))return N("WeakSet");if(Xe(q))return N("WeakRef");if(we(q))return Dt(qo(Number(q)));if(Me(q))return Dt(qo(F.call(q)));if(Ae(q))return Dt(E.call(q));if(pe(q))return Dt(qo(String(q)));if(typeof window<"u"&&q===window)return"{ [object Window] }";if(typeof globalThis<"u"&&q===globalThis||typeof Zo<"u"&&q===Zo)return"{ [object globalThis] }";if(!ve(q)&&!_e(q)){var F2=oe(q,qo),E6=L?L(q)===Object.prototype:q instanceof Object||q.constructor===Object,V2=q instanceof Object?"":"null prototype",T6=!E6&&me&&Object(q)===q&&me in q?x.call(Z(q),8,-1):V2?"Object":"",qne=E6||typeof q.constructor!="function"?"":q.constructor.name?q.constructor.name+" ":"",U2=qne+(T6||V2?"["+M.call(R.call([],T6||[],V2||[]),": ")+"] ":"");return F2.length===0?U2+"{}":na?U2+"{"+K(F2,na)+"}":U2+"{ "+M.call(F2,", ")+" }"}return String(q)};function B(U,q,be){var Te=be.quoteStyle||q,Ne=de[Te];return Ne+U+Ne}function W(U){return T.call(String(U),/"/g,"&quot;")}function ue(U){return!me||!(typeof U=="object"&&(me in U||typeof U[me]<"u"))}function he(U){return Z(U)==="[object Array]"&&ue(U)}function ve(U){return Z(U)==="[object Date]"&&ue(U)}function _e(U){return Z(U)==="[object RegExp]"&&ue(U)}function Ce(U){return Z(U)==="[object Error]"&&ue(U)}function pe(U){return Z(U)==="[object String]"&&ue(U)}function we(U){return Z(U)==="[object Number]"&&ue(U)}function Ae(U){return Z(U)==="[object Boolean]"&&ue(U)}function Le(U){if(se)return U&&typeof U=="object"&&U instanceof Symbol;if(typeof U=="symbol")return!0;if(!U||typeof U!="object"||!ie)return!1;try{return ie.call(U),!0}catch{}return!1}function Me(U){if(!U||typeof U!="object"||!F)return!1;try{return F.call(U),!0}catch{}return!1}var xe=Object.prototype.hasOwnProperty||function(U){return U in this};function Pe(U,q){return xe.call(U,q)}function Z(U){return S.call(U)}function ee(U){if(U.name)return U.name;var q=k.call(I.call(U),/^function\s*([\w$]+)/);return q?q[1]:null}function ce(U,q){if(U.indexOf)return U.indexOf(q);for(var be=0,Te=U.length;be<Te;be++)if(U[be]===q)return be;return-1}function Ie(U){if(!a||!U||typeof U!="object")return!1;try{a.call(U);try{p.call(U)}catch{return!0}return U instanceof Map}catch{}return!1}function Je(U){if(!b||!U||typeof U!="object")return!1;try{b.call(U,b);try{v.call(U,v)}catch{return!0}return U instanceof WeakMap}catch{}return!1}function Xe(U){if(!C||!U||typeof U!="object")return!1;try{return C.call(U),!0}catch{}return!1}function Fe(U){if(!p||!U||typeof U!="object")return!1;try{p.call(U);try{a.call(U)}catch{return!0}return U instanceof Set}catch{}return!1}function re(U){if(!v||!U||typeof U!="object")return!1;try{v.call(U,v);try{b.call(U,b)}catch{return!0}return U instanceof WeakSet}catch{}return!1}function ge(U){return!U||typeof U!="object"?!1:typeof HTMLElement<"u"&&U instanceof HTMLElement?!0:typeof U.nodeName=="string"&&typeof U.getAttribute=="function"}function Ye(U,q){if(U.length>q.maxStringLength){var be=U.length-q.maxStringLength,Te="... "+be+" more character"+(be>1?"s":"");return Ye(x.call(U,0,q.maxStringLength),q)+Te}var Ne=ne[q.quoteStyle||"single"];Ne.lastIndex=0;var De=T.call(T.call(U,Ne,"\\$1"),/[\x00-\x1f]/g,Qe);return B(De,"single",q)}function Qe(U){var q=U.charCodeAt(0),be={8:"b",9:"t",10:"n",12:"f",13:"r"}[q];return be?"\\"+be:"\\x"+(q<16?"0":"")+A.call(q.toString(16))}function Dt(U){return"Object("+U+")"}function N(U){return U+" { ? }"}function w(U,q,be,Te){var Ne=Te?K(be,Te):M.call(be,", ");return U+" ("+q+") {"+Ne+"}"}function _(U){for(var q=0;q<U.length;q++)if(ce(U[q],`
45
+ About how to use the Composition API mode, see https://vue-i18n.intlify.dev/guide/advanced/composition.html`,[Bi.DEPRECATE_TRANSLATE_CUSTOME_DIRECTIVE]:"'v-t' has been deprecated in v11. Use translate APIs ('t' or '$t') instead."};function ac(o,...i){return Yr(cS[o],...i)}function va(o){if(!at(o)||Oo(o))return o;for(const i in o)if(Do(o,i))if(!i.includes("."))at(o[i])&&va(o[i]);else{const a=i.split("."),r=a.length-1;let s=o,c=!1;for(let p=0;p<r;p++){if(a[p]==="__proto__")throw new Error(`unsafe key: ${a[p]}`);if(a[p]in s||(s[a[p]]=ft()),!at(s[a[p]])){je.env.NODE_ENV!=="production"&&Ti(ac(Bi.IGNORE_OBJ_FLATTEN,{key:a[p]})),c=!0;break}s=s[a[p]]}if(c||(Oo(s)?U1.includes(a[r])||delete o[i]:(s[a[r]]=o[i],delete o[i])),!Oo(s)){const p=s[a[r]];at(p)&&va(p)}}return o}function wf(o,i){const{messages:a,__i18n:r,messageResolver:s,flatJson:c}=i,p=rt(a)?a:qt(r)?ft():{[o]:ft()};if(qt(r)&&r.forEach(f=>{if("locale"in f&&"resource"in f){const{locale:h,resource:b}=f;h?(p[h]=p[h]||ft(),Qr(b,p[h])):Qr(b,p)}else Be(f)&&Qr(JSON.parse(f),p)}),s==null&&c)for(const f in p)Do(p,f)&&va(p[f]);return p}function Cf(o){return o.type}function dS(o,i,a){let r=at(i.messages)?i.messages:ft();"__i18nGlobal"in a&&(r=wf(o.locale.value,{messages:r,__i18n:a.__i18nGlobal}));const s=Object.keys(r);s.length&&s.forEach(c=>{o.mergeLocaleMessage(c,r[c])});{if(at(i.datetimeFormats)){const c=Object.keys(i.datetimeFormats);c.length&&c.forEach(p=>{o.mergeDateTimeFormat(p,i.datetimeFormats[p])})}if(at(i.numberFormats)){const c=Object.keys(i.numberFormats);c.length&&c.forEach(p=>{o.mergeNumberFormat(p,i.numberFormats[p])})}}}function kf(o){return l.createVNode(l.Text,null,o,0)}const xf="__INTLIFY_META__",_f=()=>[],pS=()=>!1;let If=0;function Sf(o){return(i,a,r,s)=>o(a,r,l.getCurrentInstance()||void 0,s)}const uS=()=>{const o=l.getCurrentInstance();let i=null;return o&&(i=Cf(o)[xf])?{[xf]:i}:null};function fS(o={}){const{__root:i,__injectWithOption:a}=o,r=i===void 0,s=o.flatJson,c=fi?l.ref:l.shallowRef;let p=Rt(o.inheritLocale)?o.inheritLocale:!0;const f=c(i&&p?i.locale.value:Be(o.locale)?o.locale:ol),h=c(i&&p?i.fallbackLocale.value:Be(o.fallbackLocale)||qt(o.fallbackLocale)||rt(o.fallbackLocale)||o.fallbackLocale===!1?o.fallbackLocale:f.value),b=c(wf(f.value,o)),g=c(rt(o.datetimeFormats)?o.datetimeFormats:{[f.value]:{}}),v=c(rt(o.numberFormats)?o.numberFormats:{[f.value]:{}});let y=i?i.missingWarn:Rt(o.missingWarn)||Kr(o.missingWarn)?o.missingWarn:!0,C=i?i.fallbackWarn:Rt(o.fallbackWarn)||Kr(o.fallbackWarn)?o.fallbackWarn:!0,E=i?i.fallbackRoot:Rt(o.fallbackRoot)?o.fallbackRoot:!0,S=!!o.fallbackFormat,I=xt(o.missing)?o.missing:null,k=xt(o.missing)?Sf(o.missing):null,x=xt(o.postTranslation)?o.postTranslation:null,T=i?i.warnHtmlMessage:Rt(o.warnHtmlMessage)?o.warnHtmlMessage:!0,A=!!o.escapeParameter;const D=i?i.modifiers:rt(o.modifiers)?o.modifiers:{};let P=o.pluralRules||i&&i.pluralRules,R;R=(()=>{r&&tf(null);const re={version:aS,locale:f.value,fallbackLocale:h.value,messages:b.value,modifiers:D,pluralRules:P,missing:k===null?void 0:k,missingWarn:y,fallbackWarn:C,fallbackFormat:S,unresolving:!0,postTranslation:x===null?void 0:x,warnHtmlMessage:T,escapeParameter:A,messageResolver:o.messageResolver,messageCompiler:o.messageCompiler,__meta:{framework:"vue"}};re.datetimeFormats=g.value,re.numberFormats=v.value,re.__datetimeFormatters=rt(R)?R.__datetimeFormatters:void 0,re.__numberFormatters=rt(R)?R.__numberFormatters:void 0,je.env.NODE_ENV!=="production"&&(re.__v_emitter=rt(R)?R.__v_emitter:void 0);const ge=zI(re);return r&&tf(ge),ge})(),ga(R,f.value,h.value);function j(){return[f.value,h.value,b.value,g.value,v.value]}const Q=l.computed({get:()=>f.value,set:re=>{R.locale=re,f.value=re}}),F=l.computed({get:()=>h.value,set:re=>{R.fallbackLocale=re,h.value=re,ga(R,f.value,re)}}),H=l.computed(()=>b.value),ie=l.computed(()=>g.value),se=l.computed(()=>v.value);function me(){return xt(x)?x:null}function ae(re){x=re,R.postTranslation=re}function L(){return I}function X(re){re!==null&&(k=Sf(re)),I=re,R.missing=k}function V(re,ge){return re!=="translate"||!ge.resolvedMessage}const Y=(re,ge,Ye,Qe,Dt,N)=>{j();let w;try{je.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__,r||(R.fallbackContext=i?UI():void 0),w=re(R)}finally{je.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__,r||(R.fallbackContext=void 0)}if(Ye!=="translate exists"&&Ut(w)&&w===tl||Ye==="translate exists"&&!w){const[_,$]=ge();if(je.env.NODE_ENV!=="production"&&i&&Be(_)&&V(Ye,$)&&(E&&(nl(C,_)||nf(y,_))&&Ti(ac(Bi.FALLBACK_TO_ROOT,{key:_,type:Ye})),je.env.NODE_ENV!=="production")){const{__v_emitter:K}=R;K&&E&&K.emit("fallback",{type:Ye,key:_,to:"global",groupId:`${Ye}:${_}`})}return i&&E?Qe(i):Dt(_)}else{if(N(w))return w;throw ya(Zt.UNEXPECTED_RETURN_TYPE)}};function te(...re){return Y(ge=>Reflect.apply(bf,null,[ge,...re]),()=>Qs(...re),"translate",ge=>Reflect.apply(ge.t,ge,[...re]),ge=>ge,ge=>Be(ge))}function de(...re){const[ge,Ye,Qe]=re;if(Qe&&!at(Qe))throw ya(Zt.INVALID_ARGUMENT);return te(ge,Ye,zt({resolvedMessage:!0},Qe||{}))}function ne(...re){return Y(ge=>Reflect.apply(sf,null,[ge,...re]),()=>Gs(...re),"datetime format",ge=>Reflect.apply(ge.d,ge,[...re]),()=>il,ge=>Be(ge))}function B(...re){return Y(ge=>Reflect.apply(pf,null,[ge,...re]),()=>Xs(...re),"number format",ge=>Reflect.apply(ge.n,ge,[...re]),()=>il,ge=>Be(ge))}function W(re){return re.map(ge=>Be(ge)||Ut(ge)||Rt(ge)?kf(String(ge)):ge)}const he={normalize:W,interpolate:re=>re,type:"vnode"};function ve(...re){return Y(ge=>{let Ye;const Qe=ge;try{Qe.processor=he,Ye=Reflect.apply(bf,null,[Qe,...re])}finally{Qe.processor=null}return Ye},()=>Qs(...re),"translate",ge=>ge[Js](...re),ge=>[kf(ge)],ge=>qt(ge))}function _e(...re){return Y(ge=>Reflect.apply(pf,null,[ge,...re]),()=>Xs(...re),"number format",ge=>ge[tc](...re),_f,ge=>Be(ge)||qt(ge))}function Ce(...re){return Y(ge=>Reflect.apply(sf,null,[ge,...re]),()=>Gs(...re),"datetime format",ge=>ge[ec](...re),_f,ge=>Be(ge)||qt(ge))}function pe(re){P=re,R.pluralRules=P}function we(re,ge){return Y(()=>{if(!re)return!1;const Ye=Be(ge)?ge:f.value,Qe=Me(Ye),Dt=R.messageResolver(Qe,re);return Oo(Dt)||_o(Dt)||Be(Dt)},()=>[re],"translate exists",Ye=>Reflect.apply(Ye.te,Ye,[re,ge]),pS,Ye=>Rt(Ye))}function Ae(re){let ge=null;const Ye=W1(R,h.value,f.value);for(let Qe=0;Qe<Ye.length;Qe++){const Dt=b.value[Ye[Qe]]||{},N=R.messageResolver(Dt,re);if(N!=null){ge=N;break}}return ge}function Le(re){const ge=Ae(re);return ge??(i?i.tm(re)||{}:{})}function Me(re){return b.value[re]||{}}function xe(re,ge){if(s){const Ye={[re]:ge};for(const Qe in Ye)Do(Ye,Qe)&&va(Ye[Qe]);ge=Ye[re]}b.value[re]=ge,R.messages=b.value}function Pe(re,ge){b.value[re]=b.value[re]||{};const Ye={[re]:ge};if(s)for(const Qe in Ye)Do(Ye,Qe)&&va(Ye[Qe]);ge=Ye[re],Qr(ge,b.value[re]),R.messages=b.value}function Z(re){return g.value[re]||{}}function ee(re,ge){g.value[re]=ge,R.datetimeFormats=g.value,df(R,re,ge)}function ce(re,ge){g.value[re]=zt(g.value[re]||{},ge),R.datetimeFormats=g.value,df(R,re,ge)}function Ie(re){return v.value[re]||{}}function Je(re,ge){v.value[re]=ge,R.numberFormats=v.value,ff(R,re,ge)}function Xe(re,ge){v.value[re]=zt(v.value[re]||{},ge),R.numberFormats=v.value,ff(R,re,ge)}If++,i&&fi&&(l.watch(i.locale,re=>{p&&(f.value=re,R.locale=re,ga(R,f.value,h.value))}),l.watch(i.fallbackLocale,re=>{p&&(h.value=re,R.fallbackLocale=re,ga(R,f.value,h.value))}));const Fe={id:If,locale:Q,fallbackLocale:F,get inheritLocale(){return p},set inheritLocale(re){p=re,re&&i&&(f.value=i.locale.value,h.value=i.fallbackLocale.value,ga(R,f.value,h.value))},get availableLocales(){return Object.keys(b.value).sort()},messages:H,get modifiers(){return D},get pluralRules(){return P||{}},get isGlobal(){return r},get missingWarn(){return y},set missingWarn(re){y=re,R.missingWarn=y},get fallbackWarn(){return C},set fallbackWarn(re){C=re,R.fallbackWarn=C},get fallbackRoot(){return E},set fallbackRoot(re){E=re},get fallbackFormat(){return S},set fallbackFormat(re){S=re,R.fallbackFormat=S},get warnHtmlMessage(){return T},set warnHtmlMessage(re){T=re,R.warnHtmlMessage=re},get escapeParameter(){return A},set escapeParameter(re){A=re,R.escapeParameter=re},t:te,getLocaleMessage:Me,setLocaleMessage:xe,mergeLocaleMessage:Pe,getPostTranslationHandler:me,setPostTranslationHandler:ae,getMissingHandler:L,setMissingHandler:X,[sS]:pe};return Fe.datetimeFormats=ie,Fe.numberFormats=se,Fe.rt=de,Fe.te=we,Fe.tm=Le,Fe.d=ne,Fe.n=B,Fe.getDateTimeFormat=Z,Fe.setDateTimeFormat=ee,Fe.mergeDateTimeFormat=ce,Fe.getNumberFormat=Ie,Fe.setNumberFormat=Je,Fe.mergeNumberFormat=Xe,Fe[vf]=a,Fe[Js]=ve,Fe[ec]=Ce,Fe[tc]=_e,je.env.NODE_ENV!=="production"&&(Fe[oc]=re=>{R.__v_emitter=re},Fe[ic]=()=>{R.__v_emitter=void 0}),Fe}function Af(o,i){}const rc={tag:{type:[String,Object]},locale:{type:String},scope:{type:String,validator:o=>o==="parent"||o==="global",default:"parent"},i18n:{type:Object}};function mS({slots:o},i){return i.length===1&&i[0]==="default"?(o.default?o.default():[]).reduce((r,s)=>[...r,...s.type===l.Fragment?s.children:[s]],[]):i.reduce((a,r)=>{const s=o[r];return s&&(a[r]=s()),a},ft())}function Ef(){return l.Fragment}zt({keypath:{type:String,required:!0},plural:{type:[Number,String],validator:o=>Ut(o)||!isNaN(o)}},rc);function hS(o){return qt(o)&&!Be(o[0])}function Tf(o,i,a,r){const{slots:s,attrs:c}=i;return()=>{const p={part:!0};let f=ft();o.locale&&(p.locale=o.locale),Be(o.format)?p.key=o.format:at(o.format)&&(Be(o.format.key)&&(p.key=o.format.key),f=Object.keys(o.format).reduce((y,C)=>a.includes(C)?zt(ft(),y,{[C]:o.format[C]}):y,ft()));const h=r(o.value,p,f);let b=[p.key];qt(h)?b=h.map((y,C)=>{const E=s[y.type],S=E?E({[y.type]:y.value,index:C,parts:h}):[y.value];return hS(S)&&(S[0].key=`${y.type}-${C}`),S}):Be(h)&&(b=[h]);const g=zt(ft(),c),v=Be(o.tag)||at(o.tag)?o.tag:Ef();return l.h(v,g,b)}}zt({value:{type:Number,required:!0},format:{type:[String,Object]}},rc);const bS=mi("global-vue-i18n");function nn(o={}){const i=l.getCurrentInstance();if(i==null)throw ya(Zt.MUST_BE_CALL_SETUP_TOP);if(!i.isCE&&i.appContext.app!=null&&!i.appContext.app.__VUE_I18N_SYMBOL__)throw ya(Zt.NOT_INSTALLED);const a=gS(i),r=vS(a),s=Cf(i),c=yS(o,s);if(c==="global")return dS(r,o,s),r;if(c==="parent"){let h=wS(a,i,o.__useComponent);return h==null&&(je.env.NODE_ENV!=="production"&&Ti(ac(Bi.NOT_FOUND_PARENT_SCOPE)),h=r),h}const p=a;let f=p.__getInstance(i);if(f==null){const h=zt({},o);"__i18n"in s&&(h.__i18n=s.__i18n),r&&(h.__root=r),f=fS(h),p.__composerExtend&&(f[nc]=p.__composerExtend(f)),kS(p,i,f),p.__setInstance(i,f)}return f}function gS(o){const i=l.inject(o.isCE?bS:o.appContext.app.__VUE_I18N_SYMBOL__);if(!i)throw ya(o.isCE?Zt.NOT_INSTALLED_WITH_PROVIDE:Zt.UNEXPECTED_ERROR);return i}function yS(o,i){return Gr(o)?"__i18n"in i?"local":"global":o.useScope?o.useScope:"local"}function vS(o){return o.mode==="composition"?o.global:o.global.__composer}function wS(o,i,a=!1){let r=null;const s=i.root;let c=CS(i,a);for(;c!=null;){const p=o;if(o.mode==="composition")r=p.__getInstance(c);else if(__VUE_I18N_LEGACY_API__){const f=p.__getInstance(c);f!=null&&(r=f.__composer,a&&r&&!r[vf]&&(r=null))}if(r!=null||s===c)break;c=c.parent}return r}function CS(o,i=!1){return o==null?null:i&&o.vnode.ctx||o.parent}function kS(o,i,a){let r=null;l.onMounted(()=>{if(je.env.NODE_ENV!=="production"&&i.vnode.el){i.vnode.el.__VUE_I18N__=a,r=E_();const s=a;s[oc]&&s[oc](r),r.on("*",Af)}},i),l.onUnmounted(()=>{const s=a;je.env.NODE_ENV!=="production"&&i.vnode.el&&i.vnode.el.__VUE_I18N__&&(r&&r.off("*",Af),s[ic]&&s[ic](),delete i.vnode.el.__VUE_I18N__),o.__deleteInstance(i);const c=s[nc];c&&(c(),delete s[nc])},i)}if(zt({value:{type:[Number,Date],required:!0},format:{type:[String,Object]}},rc),rS(),MI(bI),qI(BI),jI(W1),je.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__){const o=tn();o.__INTLIFY__=!0,gI(o.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__)}je.env.NODE_ENV;const xS={class:"wt-selection-popup__options"},_S=["onClick"],IS={class:"wt-selection-popup__item-header"},SS={key:1,class:"popup-options__item-text"},AS=Oe({__name:"wt-selection-popup",props:{title:{type:String},selected:{type:Object},options:{type:Array,default:()=>[]}},emits:["change","add","close"],setup(o,{emit:i}){const a=o,r=i,{t:s}=nn();function c(){r("add",a.selected)}function p(){r("close")}function f(h){r("change",h)}return(h,b)=>{const g=l.resolveComponent("wt-icon"),v=l.resolveComponent("wt-icon-btn"),y=l.resolveComponent("wt-button"),C=l.resolveComponent("wt-popup"),E=l.resolveDirective("tooltip");return l.openBlock(),l.createBlock(C,l.mergeProps(h.$attrs,{class:"wt-selection-popup",overflow:"",size:"sm"},{onClose:p}),{title:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(o.title),1)]),main:l.withCtx(()=>[l.createElementVNode("ul",xS,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(o.options,(S,I)=>(l.openBlock(),l.createElementBlock("li",{key:I,class:l.normalizeClass([{active:S.value===o.selected.value},"wt-selection-popup__item-wrapper"]),onClick:k=>f(S)},[l.renderSlot(h.$slots,"option",{option:S},()=>[S.icon?(l.openBlock(),l.createBlock(g,{key:0,icon:S.icon,size:"sm"},null,8,["icon"])):l.createCommentVNode("",!0),l.createElementVNode("h4",IS,l.toDisplayString(S.title),1),S.description?(l.openBlock(),l.createElementBlock("p",SS,l.toDisplayString(S.description),1)):l.createCommentVNode("",!0),S.description?l.withDirectives((l.openBlock(),l.createBlock(v,{key:2,color:"info",icon:"rounded-info"},null,512)),[[E,S.description]]):l.createCommentVNode("",!0)],!0)],10,_S))),128))]),l.renderSlot(h.$slots,"after-section",{},void 0,!0)]),actions:l.withCtx(()=>[l.createVNode(y,{disabled:!o.selected,onClick:c},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(l.unref(s)("reusable.create")),1)],void 0,!0),_:1},8,["disabled"]),l.createVNode(y,{color:"secondary",onClick:p},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(l.unref(s)("reusable.close")),1)],void 0,!0),_:1})]),_:3},16)}}},[["__scopeId","data-v-9097339b"]]);var Df;(function(o){o.pop="pop",o.push="push"})(Df||(Df={}));var Of;(function(o){o.back="back",o.forward="forward",o.unknown=""})(Of||(Of={})),Symbol(je.env.NODE_ENV!=="production"?"navigation failure":"");var Rf;(function(o){o[o.aborted=4]="aborted",o[o.cancelled=8]="cancelled",o[o.duplicated=16]="duplicated"})(Rf||(Rf={})),Symbol(je.env.NODE_ENV!=="production"?"router view location matched":""),Symbol(je.env.NODE_ENV!=="production"?"router view depth":"");const ES=Symbol(je.env.NODE_ENV!=="production"?"router":"");Symbol(je.env.NODE_ENV!=="production"?"route location":""),Symbol(je.env.NODE_ENV!=="production"?"router view location":"");function TS(){return l.inject(ES)}const DS={class:"start-page-card"},OS={class:"start-page-card__header"},RS={class:"start-page-card__main-section"},BS=["alt","src"],LS={class:"start-page-card__description"},NS=Oe({__name:"start-page-card",props:{card:{type:Object,required:!0}},setup(o){const i=TS(),a=o,r=()=>i.push(a.card.route);return(s,c)=>{const p=l.resolveComponent("wt-icon"),f=l.resolveComponent("wt-button");return l.openBlock(),l.createElementBlock("article",DS,[l.createElementVNode("header",OS,[o.card.disabled?(l.openBlock(),l.createBlock(p,{key:0,icon:"lock"})):l.createCommentVNode("",!0),l.createTextVNode(" "+l.toDisplayString(o.card.name),1)]),l.createElementVNode("section",RS,[l.createElementVNode("img",{alt:o.card.name,src:o.card.image},null,8,BS),l.createElementVNode("p",LS,l.toDisplayString(o.card.text),1)]),l.createElementVNode("footer",null,[l.createVNode(f,{disabled:o.card.disabled,class:"start-page-card__button",color:"secondary",wide:"",onClick:r},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(s.$t("reusable.open")),1)],void 0,!0),_:1},8,["disabled"])])])}}},[["__scopeId","data-v-b40bd3b4"]]),PS={class:"start-page-logo"},$S=["src"],MS=Oe({__name:"start-page-logo",props:{logo:{type:String,required:!0}},setup(o){return(i,a)=>(l.openBlock(),l.createElementBlock("div",PS,[l.createElementVNode("img",{src:o.logo},null,8,$S)]))}},[["__scopeId","data-v-01596356"]]),qS={class:"wt-start-page"},jS={class:"wt-start-page__wrapper"},FS=Oe(l.defineComponent({__name:"wt-start-page",props:{nav:{},appLogo:{},darkMode:{type:Boolean}},setup(o){const i=o,a=l.computed(()=>i.darkMode?i.appLogo.dark:i.appLogo.light),r=l.computed(()=>i.nav.map(s=>({...s,image:i.darkMode?s.images.dark:s.images.light})));return(s,c)=>(l.openBlock(),l.createElementBlock("div",qS,[s.appLogo?(l.openBlock(),l.createBlock(MS,{key:0,logo:a.value},null,8,["logo"])):l.createCommentVNode("",!0),l.createElementVNode("div",jS,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(r.value,p=>(l.openBlock(),l.createBlock(NS,{key:p.value,card:p},null,8,["card"]))),128))])]))}}),[["__scopeId","data-v-36407287"]]),VS=({}={})=>({items:[],next:!1}),US=({page:o=1,size:i=10}={})=>({page:o,size:i}),zS=String.prototype.replace,HS=/%20/g,Bf={RFC1738:"RFC1738",RFC3986:"RFC3986"},lc={RFC1738:function(o){return zS.call(o,HS,"+")},RFC3986:function(o){return String(o)}},WS=Bf.RFC1738,Lf=Bf.RFC3986,ZS=Array.isArray,Ho=function(){const o=[];for(let i=0;i<256;++i)o.push("%"+((i<16?"0":"")+i.toString(16)).toUpperCase());return o}(),sc=1024,YS=function(i,a,r,s,c){if(i.length===0)return i;let p=i;if(typeof i=="symbol"?p=Symbol.prototype.toString.call(i):typeof i!="string"&&(p=String(i)),r==="iso-8859-1")return escape(p).replace(/%u[0-9a-f]{4}/gi,function(h){return"%26%23"+parseInt(h.slice(2),16)+"%3B"});let f="";for(let h=0;h<p.length;h+=sc){const b=p.length>=sc?p.slice(h,h+sc):p,g=[];for(let v=0;v<b.length;++v){let y=b.charCodeAt(v);if(y===45||y===46||y===95||y===126||y>=48&&y<=57||y>=65&&y<=90||y>=97&&y<=122||c===WS&&(y===40||y===41)){g[g.length]=b.charAt(v);continue}if(y<128){g[g.length]=Ho[y];continue}if(y<2048){g[g.length]=Ho[192|y>>6]+Ho[128|y&63];continue}if(y<55296||y>=57344){g[g.length]=Ho[224|y>>12]+Ho[128|y>>6&63]+Ho[128|y&63];continue}v+=1,y=65536+((y&1023)<<10|b.charCodeAt(v)&1023),g[g.length]=Ho[240|y>>18]+Ho[128|y>>12&63]+Ho[128|y>>6&63]+Ho[128|y&63]}f+=g.join("")}return f},KS=function(i){return!i||typeof i!="object"?!1:!!(i.constructor&&i.constructor.isBuffer&&i.constructor.isBuffer(i))},Nf=function(i,a){if(ZS(i)){const r=[];for(let s=0;s<i.length;s+=1)r.push(a(i[s]));return r}return a(i)},GS=Object.prototype.hasOwnProperty,Pf={brackets:function(i){return i+"[]"},comma:"comma",indices:function(i,a){return i+"["+a+"]"},repeat:function(i){return i}},Wo=Array.isArray,XS=Array.prototype.push,$f=function(o,i){XS.apply(o,Wo(i)?i:[i])},QS=Date.prototype.toISOString,Mf=Lf,jt={addQueryPrefix:!1,allowDots:!1,allowEmptyArrays:!1,arrayFormat:"indices",charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encodeDotInKeys:!1,encoder:YS,encodeValuesOnly:!1,format:Mf,formatter:lc[Mf],indices:!1,serializeDate:function(i){return QS.call(i)},skipNulls:!1,strictNullHandling:!1},JS=function(i){return typeof i=="string"||typeof i=="number"||typeof i=="boolean"||typeof i=="symbol"||typeof i=="bigint"},cc={},qf=function(i,a,r,s,c,p,f,h,b,g,v,y,C,E,S,I,k,x){let T=i,A=x,D=0,P=!1;for(;(A=A.get(cc))!==void 0&&!P;){const F=A.get(i);if(D+=1,typeof F<"u"){if(F===D)throw new RangeError("Cyclic object value");P=!0}typeof A.get(cc)>"u"&&(D=0)}if(typeof g=="function"?T=g(a,T):T instanceof Date?T=C(T):r==="comma"&&Wo(T)&&(T=Nf(T,function(F){return F instanceof Date?C(F):F})),T===null){if(p)return b&&!I?b(a,jt.encoder,k,"key",E):a;T=""}if(JS(T)||KS(T)){if(b){const F=I?a:b(a,jt.encoder,k,"key",E);return[S(F)+"="+S(b(T,jt.encoder,k,"value",E))]}return[S(a)+"="+S(String(T))]}const R=[];if(typeof T>"u")return R;let M;if(r==="comma"&&Wo(T))I&&b&&(T=Nf(T,b)),M=[{value:T.length>0?T.join(",")||null:void 0}];else if(Wo(g))M=g;else{const F=Object.keys(T);M=v?F.sort(v):F}const j=h?a.replace(/\./g,"%2E"):a,Q=s&&Wo(T)&&T.length===1?j+"[]":j;if(c&&Wo(T)&&T.length===0)return Q+"[]";for(let F=0;F<M.length;++F){const H=M[F],ie=typeof H=="object"&&typeof H.value<"u"?H.value:T[H];if(f&&ie===null)continue;const se=y&&h?H.replace(/\./g,"%2E"):H,me=Wo(T)?typeof r=="function"?r(Q,se):Q:Q+(y?"."+se:"["+se+"]");x.set(i,D);const ae=new WeakMap;ae.set(cc,x),$f(R,qf(ie,me,r,s,c,p,f,h,r==="comma"&&I&&Wo(T)?null:b,g,v,y,C,E,S,I,k,ae))}return R},eA=function(i){if(!i)return jt;if(typeof i.allowEmptyArrays<"u"&&typeof i.allowEmptyArrays!="boolean")throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(typeof i.encodeDotInKeys<"u"&&typeof i.encodeDotInKeys!="boolean")throw new TypeError("`encodeDotInKeys` option can only be `true` or `false`, when provided");if(i.encoder!==null&&typeof i.encoder<"u"&&typeof i.encoder!="function")throw new TypeError("Encoder has to be a function.");const a=i.charset||jt.charset;if(typeof i.charset<"u"&&i.charset!=="utf-8"&&i.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");let r=Lf;if(typeof i.format<"u"){if(!GS.call(lc,i.format))throw new TypeError("Unknown format option provided.");r=i.format}const s=lc[r];let c=jt.filter;(typeof i.filter=="function"||Wo(i.filter))&&(c=i.filter);let p;if(i.arrayFormat in Pf?p=i.arrayFormat:"indices"in i?p=i.indices?"indices":"repeat":p=jt.arrayFormat,"commaRoundTrip"in i&&typeof i.commaRoundTrip!="boolean")throw new TypeError("`commaRoundTrip` must be a boolean, or absent");const f=typeof i.allowDots>"u"?i.encodeDotInKeys===!0?!0:jt.allowDots:!!i.allowDots;return{addQueryPrefix:typeof i.addQueryPrefix=="boolean"?i.addQueryPrefix:jt.addQueryPrefix,allowDots:f,allowEmptyArrays:typeof i.allowEmptyArrays=="boolean"?!!i.allowEmptyArrays:jt.allowEmptyArrays,arrayFormat:p,charset:a,charsetSentinel:typeof i.charsetSentinel=="boolean"?i.charsetSentinel:jt.charsetSentinel,commaRoundTrip:i.commaRoundTrip,delimiter:typeof i.delimiter>"u"?jt.delimiter:i.delimiter,encode:typeof i.encode=="boolean"?i.encode:jt.encode,encodeDotInKeys:typeof i.encodeDotInKeys=="boolean"?i.encodeDotInKeys:jt.encodeDotInKeys,encoder:typeof i.encoder=="function"?i.encoder:jt.encoder,encodeValuesOnly:typeof i.encodeValuesOnly=="boolean"?i.encodeValuesOnly:jt.encodeValuesOnly,filter:c,format:r,formatter:s,serializeDate:typeof i.serializeDate=="function"?i.serializeDate:jt.serializeDate,skipNulls:typeof i.skipNulls=="boolean"?i.skipNulls:jt.skipNulls,sort:typeof i.sort=="function"?i.sort:null,strictNullHandling:typeof i.strictNullHandling=="boolean"?i.strictNullHandling:jt.strictNullHandling}};function jf(o,i){let a=o;const r=eA(i);let s,c;typeof r.filter=="function"?(c=r.filter,a=c("",a)):Wo(r.filter)&&(c=r.filter,s=c);const p=[];if(typeof a!="object"||a===null)return"";const f=Pf[r.arrayFormat],h=f==="comma"&&r.commaRoundTrip;s||(s=Object.keys(a)),r.sort&&s.sort(r.sort);const b=new WeakMap;for(let y=0;y<s.length;++y){const C=s[y];r.skipNulls&&a[C]===null||$f(p,qf(a[C],C,f,h,r.allowEmptyArrays,r.strictNullHandling,r.skipNulls,r.encodeDotInKeys,r.encode?r.encoder:null,r.filter,r.sort,r.allowDots,r.serializeDate,r.format,r.formatter,r.encodeValuesOnly,r.charset,b))}const g=p.join(r.delimiter);let v=r.addQueryPrefix===!0?"?":"";return r.charsetSentinel&&(r.charset==="iso-8859-1"?v+="utf8=%26%2310003%3B&":v+="utf8=%E2%9C%93&"),g.length>0?v+g:""}const tA=[o=>(o.headers["X-Webitel-Access"]=localStorage.getItem("access-token")||"",o),o=>Promise.reject(o)],oA=[o=>o,o=>(o.response&&o.response.status===401&&(console.warn("intercepted 401"),localStorage.removeItem("access-token")),Promise.reject(o))],ct=()=>{const o={arrayFormat:"repeat"};return _1({interceptors:{request:[tA],response:[oA]},baseURL:"/api",paramsSerializer:i=>jf(i,o)})};var Zo=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function an(o){return o&&o.__esModule&&Object.prototype.hasOwnProperty.call(o,"default")?o.default:o}function iA(o){if(Object.prototype.hasOwnProperty.call(o,"__esModule"))return o;var i=o.default;if(typeof i=="function"){var a=function r(){return this instanceof r?Reflect.construct(i,arguments,this.constructor):i.apply(this,arguments)};a.prototype=i.prototype}else a={};return Object.defineProperty(a,"__esModule",{value:!0}),Object.keys(o).forEach(function(r){var s=Object.getOwnPropertyDescriptor(o,r);Object.defineProperty(a,r,s.get?s:{enumerable:!0,get:function(){return o[r]}})}),a}var rn={},wa={exports:{}};/*! https://mths.be/punycode v1.4.1 by @mathias */var nA=wa.exports,Ff;function aA(){return Ff||(Ff=1,function(o,i){(function(a){var r=i&&!i.nodeType&&i,s=o&&!o.nodeType&&o,c=typeof Zo=="object"&&Zo;(c.global===c||c.window===c||c.self===c)&&(a=c);var p,f=2147483647,h=36,b=1,g=26,v=38,y=700,C=72,E=128,S="-",I=/^xn--/,k=/[^\x20-\x7E]/,x=/[\x2E\u3002\uFF0E\uFF61]/g,T={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},A=h-b,D=Math.floor,P=String.fromCharCode,R;function M(Y){throw new RangeError(T[Y])}function j(Y,te){for(var de=Y.length,ne=[];de--;)ne[de]=te(Y[de]);return ne}function Q(Y,te){var de=Y.split("@"),ne="";de.length>1&&(ne=de[0]+"@",Y=de[1]),Y=Y.replace(x,".");var B=Y.split("."),W=j(B,te).join(".");return ne+W}function F(Y){for(var te=[],de=0,ne=Y.length,B,W;de<ne;)B=Y.charCodeAt(de++),B>=55296&&B<=56319&&de<ne?(W=Y.charCodeAt(de++),(W&64512)==56320?te.push(((B&1023)<<10)+(W&1023)+65536):(te.push(B),de--)):te.push(B);return te}function H(Y){return j(Y,function(te){var de="";return te>65535&&(te-=65536,de+=P(te>>>10&1023|55296),te=56320|te&1023),de+=P(te),de}).join("")}function ie(Y){return Y-48<10?Y-22:Y-65<26?Y-65:Y-97<26?Y-97:h}function se(Y,te){return Y+22+75*(Y<26)-((te!=0)<<5)}function me(Y,te,de){var ne=0;for(Y=de?D(Y/y):Y>>1,Y+=D(Y/te);Y>A*g>>1;ne+=h)Y=D(Y/A);return D(ne+(A+1)*Y/(Y+v))}function ae(Y){var te=[],de=Y.length,ne,B=0,W=E,ue=C,he,ve,_e,Ce,pe,we,Ae,Le,Me;for(he=Y.lastIndexOf(S),he<0&&(he=0),ve=0;ve<he;++ve)Y.charCodeAt(ve)>=128&&M("not-basic"),te.push(Y.charCodeAt(ve));for(_e=he>0?he+1:0;_e<de;){for(Ce=B,pe=1,we=h;_e>=de&&M("invalid-input"),Ae=ie(Y.charCodeAt(_e++)),(Ae>=h||Ae>D((f-B)/pe))&&M("overflow"),B+=Ae*pe,Le=we<=ue?b:we>=ue+g?g:we-ue,!(Ae<Le);we+=h)Me=h-Le,pe>D(f/Me)&&M("overflow"),pe*=Me;ne=te.length+1,ue=me(B-Ce,ne,Ce==0),D(B/ne)>f-W&&M("overflow"),W+=D(B/ne),B%=ne,te.splice(B++,0,W)}return H(te)}function L(Y){var te,de,ne,B,W,ue,he,ve,_e,Ce,pe,we=[],Ae,Le,Me,xe;for(Y=F(Y),Ae=Y.length,te=E,de=0,W=C,ue=0;ue<Ae;++ue)pe=Y[ue],pe<128&&we.push(P(pe));for(ne=B=we.length,B&&we.push(S);ne<Ae;){for(he=f,ue=0;ue<Ae;++ue)pe=Y[ue],pe>=te&&pe<he&&(he=pe);for(Le=ne+1,he-te>D((f-de)/Le)&&M("overflow"),de+=(he-te)*Le,te=he,ue=0;ue<Ae;++ue)if(pe=Y[ue],pe<te&&++de>f&&M("overflow"),pe==te){for(ve=de,_e=h;Ce=_e<=W?b:_e>=W+g?g:_e-W,!(ve<Ce);_e+=h)xe=ve-Ce,Me=h-Ce,we.push(P(se(Ce+xe%Me,0))),ve=D(xe/Me);we.push(P(se(ve,0))),W=me(de,Le,ne==B),de=0,++ne}++de,++te}return we.join("")}function X(Y){return Q(Y,function(te){return I.test(te)?ae(te.slice(4).toLowerCase()):te})}function V(Y){return Q(Y,function(te){return k.test(te)?"xn--"+L(te):te})}if(p={version:"1.4.1",ucs2:{decode:F,encode:H},decode:ae,encode:L,toASCII:V,toUnicode:X},r&&s)if(o.exports==r)s.exports=p;else for(R in p)p.hasOwnProperty(R)&&(r[R]=p[R]);else a.punycode=p})(nA)}(wa,wa.exports)),wa.exports}var dc,Vf;function Io(){return Vf||(Vf=1,dc=TypeError),dc}const rA=iA(Object.freeze(Object.defineProperty({__proto__:null,default:{}},Symbol.toStringTag,{value:"Module"})));var pc,Uf;function al(){if(Uf)return pc;Uf=1;var o=typeof Map=="function"&&Map.prototype,i=Object.getOwnPropertyDescriptor&&o?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,a=o&&i&&typeof i.get=="function"?i.get:null,r=o&&Map.prototype.forEach,s=typeof Set=="function"&&Set.prototype,c=Object.getOwnPropertyDescriptor&&s?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,p=s&&c&&typeof c.get=="function"?c.get:null,f=s&&Set.prototype.forEach,h=typeof WeakMap=="function"&&WeakMap.prototype,b=h?WeakMap.prototype.has:null,g=typeof WeakSet=="function"&&WeakSet.prototype,v=g?WeakSet.prototype.has:null,y=typeof WeakRef=="function"&&WeakRef.prototype,C=y?WeakRef.prototype.deref:null,E=Boolean.prototype.valueOf,S=Object.prototype.toString,I=Function.prototype.toString,k=String.prototype.match,x=String.prototype.slice,T=String.prototype.replace,A=String.prototype.toUpperCase,D=String.prototype.toLowerCase,P=RegExp.prototype.test,R=Array.prototype.concat,M=Array.prototype.join,j=Array.prototype.slice,Q=Math.floor,F=typeof BigInt=="function"?BigInt.prototype.valueOf:null,H=Object.getOwnPropertySymbols,ie=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,se=typeof Symbol=="function"&&typeof Symbol.iterator=="object",me=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===se||!0)?Symbol.toStringTag:null,ae=Object.prototype.propertyIsEnumerable,L=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(U){return U.__proto__}:null);function X(U,q){if(U===1/0||U===-1/0||U!==U||U&&U>-1e3&&U<1e3||P.call(/e/,q))return q;var be=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof U=="number"){var Te=U<0?-Q(-U):Q(U);if(Te!==U){var Ne=String(Te),De=x.call(q,Ne.length+1);return T.call(Ne,be,"$&_")+"."+T.call(T.call(De,/([0-9]{3})/g,"$&_"),/_$/,"")}}return T.call(q,be,"$&_")}var V=rA,Y=V.custom,te=Le(Y)?Y:null,de={__proto__:null,double:'"',single:"'"},ne={__proto__:null,double:/(["\\])/g,single:/(['\\])/g};pc=function U(q,be,Te,Ne){var De=be||{};if(Pe(De,"quoteStyle")&&!Pe(de,De.quoteStyle))throw new TypeError('option "quoteStyle" must be "single" or "double"');if(Pe(De,"maxStringLength")&&(typeof De.maxStringLength=="number"?De.maxStringLength<0&&De.maxStringLength!==1/0:De.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var $e=Pe(De,"customInspect")?De.customInspect:!0;if(typeof $e!="boolean"&&$e!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(Pe(De,"indent")&&De.indent!==null&&De.indent!==" "&&!(parseInt(De.indent,10)===De.indent&&De.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(Pe(De,"numericSeparator")&&typeof De.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var yo=De.numericSeparator;if(typeof q>"u")return"undefined";if(q===null)return"null";if(typeof q=="boolean")return q?"true":"false";if(typeof q=="string")return Ye(q,De);if(typeof q=="number"){if(q===0)return 1/0/q>0?"0":"-0";var Ve=String(q);return yo?X(q,Ve):Ve}if(typeof q=="bigint"){var di=String(q)+"n";return yo?X(q,di):di}var Dn=typeof De.depth>"u"?5:De.depth;if(typeof Te>"u"&&(Te=0),Te>=Dn&&Dn>0&&typeof q=="object")return he(q)?"[Array]":"[Object]";var na=$(De,Te);if(typeof Ne>"u")Ne=[];else if(ce(Ne,q)>=0)return"[Circular]";function qo(aa,ds,jne){if(ds&&(Ne=j.call(Ne),Ne.push(ds)),jne){var D6={depth:De.depth};return Pe(De,"quoteStyle")&&(D6.quoteStyle=De.quoteStyle),U(aa,D6,Te+1,Ne)}return U(aa,De,Te+1,Ne)}if(typeof q=="function"&&!_e(q)){var x6=ee(q),_6=oe(q,qo);return"[Function"+(x6?": "+x6:" (anonymous)")+"]"+(_6.length>0?" { "+M.call(_6,", ")+" }":"")}if(Le(q)){var I6=se?T.call(String(q),/^(Symbol\(.*\))_[^)]*$/,"$1"):ie.call(q);return typeof q=="object"&&!se?Dt(I6):I6}if(ge(q)){for(var Ir="<"+D.call(String(q.nodeName)),M2=q.attributes||[],cs=0;cs<M2.length;cs++)Ir+=" "+M2[cs].name+"="+B(W(M2[cs].value),"double",De);return Ir+=">",q.childNodes&&q.childNodes.length&&(Ir+="..."),Ir+="</"+D.call(String(q.nodeName))+">",Ir}if(he(q)){if(q.length===0)return"[]";var q2=oe(q,qo);return na&&!_(q2)?"["+K(q2,na)+"]":"[ "+M.call(q2,", ")+" ]"}if(Ce(q)){var j2=oe(q,qo);return!("cause"in Error.prototype)&&"cause"in q&&!ae.call(q,"cause")?"{ ["+String(q)+"] "+M.call(R.call("[cause]: "+qo(q.cause),j2),", ")+" }":j2.length===0?"["+String(q)+"]":"{ ["+String(q)+"] "+M.call(j2,", ")+" }"}if(typeof q=="object"&&$e){if(te&&typeof q[te]=="function"&&V)return V(q,{depth:Dn-Te});if($e!=="symbol"&&typeof q.inspect=="function")return q.inspect()}if(Ie(q)){var S6=[];return r&&r.call(q,function(aa,ds){S6.push(qo(ds,q,!0)+" => "+qo(aa,q))}),w("Map",a.call(q),S6,na)}if(Fe(q)){var A6=[];return f&&f.call(q,function(aa){A6.push(qo(aa,q))}),w("Set",p.call(q),A6,na)}if(Je(q))return N("WeakMap");if(re(q))return N("WeakSet");if(Xe(q))return N("WeakRef");if(we(q))return Dt(qo(Number(q)));if(Me(q))return Dt(qo(F.call(q)));if(Ae(q))return Dt(E.call(q));if(pe(q))return Dt(qo(String(q)));if(typeof window<"u"&&q===window)return"{ [object Window] }";if(typeof globalThis<"u"&&q===globalThis||typeof Zo<"u"&&q===Zo)return"{ [object globalThis] }";if(!ve(q)&&!_e(q)){var F2=oe(q,qo),E6=L?L(q)===Object.prototype:q instanceof Object||q.constructor===Object,V2=q instanceof Object?"":"null prototype",T6=!E6&&me&&Object(q)===q&&me in q?x.call(Z(q),8,-1):V2?"Object":"",qne=E6||typeof q.constructor!="function"?"":q.constructor.name?q.constructor.name+" ":"",U2=qne+(T6||V2?"["+M.call(R.call([],T6||[],V2||[]),": ")+"] ":"");return F2.length===0?U2+"{}":na?U2+"{"+K(F2,na)+"}":U2+"{ "+M.call(F2,", ")+" }"}return String(q)};function B(U,q,be){var Te=be.quoteStyle||q,Ne=de[Te];return Ne+U+Ne}function W(U){return T.call(String(U),/"/g,"&quot;")}function ue(U){return!me||!(typeof U=="object"&&(me in U||typeof U[me]<"u"))}function he(U){return Z(U)==="[object Array]"&&ue(U)}function ve(U){return Z(U)==="[object Date]"&&ue(U)}function _e(U){return Z(U)==="[object RegExp]"&&ue(U)}function Ce(U){return Z(U)==="[object Error]"&&ue(U)}function pe(U){return Z(U)==="[object String]"&&ue(U)}function we(U){return Z(U)==="[object Number]"&&ue(U)}function Ae(U){return Z(U)==="[object Boolean]"&&ue(U)}function Le(U){if(se)return U&&typeof U=="object"&&U instanceof Symbol;if(typeof U=="symbol")return!0;if(!U||typeof U!="object"||!ie)return!1;try{return ie.call(U),!0}catch{}return!1}function Me(U){if(!U||typeof U!="object"||!F)return!1;try{return F.call(U),!0}catch{}return!1}var xe=Object.prototype.hasOwnProperty||function(U){return U in this};function Pe(U,q){return xe.call(U,q)}function Z(U){return S.call(U)}function ee(U){if(U.name)return U.name;var q=k.call(I.call(U),/^function\s*([\w$]+)/);return q?q[1]:null}function ce(U,q){if(U.indexOf)return U.indexOf(q);for(var be=0,Te=U.length;be<Te;be++)if(U[be]===q)return be;return-1}function Ie(U){if(!a||!U||typeof U!="object")return!1;try{a.call(U);try{p.call(U)}catch{return!0}return U instanceof Map}catch{}return!1}function Je(U){if(!b||!U||typeof U!="object")return!1;try{b.call(U,b);try{v.call(U,v)}catch{return!0}return U instanceof WeakMap}catch{}return!1}function Xe(U){if(!C||!U||typeof U!="object")return!1;try{return C.call(U),!0}catch{}return!1}function Fe(U){if(!p||!U||typeof U!="object")return!1;try{p.call(U);try{a.call(U)}catch{return!0}return U instanceof Set}catch{}return!1}function re(U){if(!v||!U||typeof U!="object")return!1;try{v.call(U,v);try{b.call(U,b)}catch{return!0}return U instanceof WeakSet}catch{}return!1}function ge(U){return!U||typeof U!="object"?!1:typeof HTMLElement<"u"&&U instanceof HTMLElement?!0:typeof U.nodeName=="string"&&typeof U.getAttribute=="function"}function Ye(U,q){if(U.length>q.maxStringLength){var be=U.length-q.maxStringLength,Te="... "+be+" more character"+(be>1?"s":"");return Ye(x.call(U,0,q.maxStringLength),q)+Te}var Ne=ne[q.quoteStyle||"single"];Ne.lastIndex=0;var De=T.call(T.call(U,Ne,"\\$1"),/[\x00-\x1f]/g,Qe);return B(De,"single",q)}function Qe(U){var q=U.charCodeAt(0),be={8:"b",9:"t",10:"n",12:"f",13:"r"}[q];return be?"\\"+be:"\\x"+(q<16?"0":"")+A.call(q.toString(16))}function Dt(U){return"Object("+U+")"}function N(U){return U+" { ? }"}function w(U,q,be,Te){var Ne=Te?K(be,Te):M.call(be,", ");return U+" ("+q+") {"+Ne+"}"}function _(U){for(var q=0;q<U.length;q++)if(ce(U[q],`
46
46
  `)>=0)return!1;return!0}function $(U,q){var be;if(U.indent===" ")be=" ";else if(typeof U.indent=="number"&&U.indent>0)be=M.call(Array(U.indent+1)," ");else return null;return{base:be,prev:M.call(Array(q+1),be)}}function K(U,q){if(U.length===0)return"";var be=`
47
47
  `+q.prev+q.base;return be+M.call(U,","+be)+`
48
48
  `+q.prev}function oe(U,q){var be=he(U),Te=[];if(be){Te.length=U.length;for(var Ne=0;Ne<U.length;Ne++)Te[Ne]=Pe(U,Ne)?q(U[Ne],U):""}var De=typeof H=="function"?H(U):[],$e;if(se){$e={};for(var yo=0;yo<De.length;yo++)$e["$"+De[yo]]=De[yo]}for(var Ve in U)Pe(U,Ve)&&(be&&String(Number(Ve))===Ve&&Ve<U.length||se&&$e["$"+Ve]instanceof Symbol||(P.call(/[^\w$]/,Ve)?Te.push(q(Ve,U)+": "+q(U[Ve],U)):Te.push(Ve+": "+q(U[Ve],U))));if(typeof H=="function")for(var di=0;di<De.length;di++)ae.call(U,De[di])&&Te.push("["+q(De[di])+"]: "+q(U[De[di]],U));return Te}return pc}var uc,zf;function lA(){if(zf)return uc;zf=1;var o=al(),i=Io(),a=function(f,h,b){for(var g=f,v;(v=g.next)!=null;g=v)if(v.key===h)return g.next=v.next,b||(v.next=f.next,f.next=v),v},r=function(f,h){if(f){var b=a(f,h);return b&&b.value}},s=function(f,h,b){var g=a(f,h);g?g.value=b:f.next={key:h,next:f.next,value:b}},c=function(f,h){return f?!!a(f,h):!1},p=function(f,h){if(f)return a(f,h,!0)};return uc=function(){var h,b={assert:function(g){if(!b.has(g))throw new i("Side channel does not contain "+o(g))},delete:function(g){var v=h&&h.next,y=p(h,g);return y&&v&&v===y&&(h=void 0),!!y},get:function(g){return r(h,g)},has:function(g){return c(h,g)},set:function(g,v){h||(h={next:void 0}),s(h,g,v)}};return b},uc}var fc,Hf;function mc(){return Hf||(Hf=1,fc=Object),fc}var hc,Wf;function Zf(){return Wf||(Wf=1,hc=Error),hc}var bc,Yf;function sA(){return Yf||(Yf=1,bc=EvalError),bc}var gc,Kf;function cA(){return Kf||(Kf=1,gc=RangeError),gc}var yc,Gf;function dA(){return Gf||(Gf=1,yc=ReferenceError),yc}var vc,Xf;function wc(){return Xf||(Xf=1,vc=SyntaxError),vc}var Cc,Qf;function pA(){return Qf||(Qf=1,Cc=URIError),Cc}var kc,Jf;function uA(){return Jf||(Jf=1,kc=Math.abs),kc}var xc,e3;function fA(){return e3||(e3=1,xc=Math.floor),xc}var _c,t3;function mA(){return t3||(t3=1,_c=Math.max),_c}var Ic,o3;function hA(){return o3||(o3=1,Ic=Math.min),Ic}var Sc,i3;function bA(){return i3||(i3=1,Sc=Math.pow),Sc}var Ac,n3;function gA(){return n3||(n3=1,Ac=Math.round),Ac}var Ec,a3;function yA(){return a3||(a3=1,Ec=Number.isNaN||function(i){return i!==i}),Ec}var Tc,r3;function vA(){if(r3)return Tc;r3=1;var o=yA();return Tc=function(a){return o(a)||a===0?a:a<0?-1:1},Tc}var Dc,l3;function wA(){return l3||(l3=1,Dc=Object.getOwnPropertyDescriptor),Dc}var Oc,s3;function ln(){if(s3)return Oc;s3=1;var o=wA();if(o)try{o([],"length")}catch{o=null}return Oc=o,Oc}var Rc,c3;function rl(){if(c3)return Rc;c3=1;var o=Object.defineProperty||!1;if(o)try{o({},"a",{value:1})}catch{o=!1}return Rc=o,Rc}var Bc,d3;function ll(){return d3||(d3=1,Bc=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var i={},a=Symbol("test"),r=Object(a);if(typeof a=="string"||Object.prototype.toString.call(a)!=="[object Symbol]"||Object.prototype.toString.call(r)!=="[object Symbol]")return!1;var s=42;i[a]=s;for(var c in i)return!1;if(typeof Object.keys=="function"&&Object.keys(i).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(i).length!==0)return!1;var p=Object.getOwnPropertySymbols(i);if(p.length!==1||p[0]!==a||!Object.prototype.propertyIsEnumerable.call(i,a))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var f=Object.getOwnPropertyDescriptor(i,a);if(f.value!==s||f.enumerable!==!0)return!1}return!0}),Bc}var Lc,p3;function Nc(){if(p3)return Lc;p3=1;var o=typeof Symbol<"u"&&Symbol,i=ll();return Lc=function(){return typeof o!="function"||typeof Symbol!="function"||typeof o("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:i()},Lc}var Pc,u3;function f3(){return u3||(u3=1,Pc=typeof Reflect<"u"&&Reflect.getPrototypeOf||null),Pc}var $c,m3;function h3(){if(m3)return $c;m3=1;var o=mc();return $c=o.getPrototypeOf||null,$c}var Mc,b3;function CA(){if(b3)return Mc;b3=1;var o="Function.prototype.bind called on incompatible ",i=Object.prototype.toString,a=Math.max,r="[object Function]",s=function(h,b){for(var g=[],v=0;v<h.length;v+=1)g[v]=h[v];for(var y=0;y<b.length;y+=1)g[y+h.length]=b[y];return g},c=function(h,b){for(var g=[],v=b,y=0;v<h.length;v+=1,y+=1)g[y]=h[v];return g},p=function(f,h){for(var b="",g=0;g<f.length;g+=1)b+=f[g],g+1<f.length&&(b+=h);return b};return Mc=function(h){var b=this;if(typeof b!="function"||i.apply(b)!==r)throw new TypeError(o+b);for(var g=c(arguments,1),v,y=function(){if(this instanceof v){var k=b.apply(this,s(g,arguments));return Object(k)===k?k:this}return b.apply(h,s(g,arguments))},C=a(0,b.length-g.length),E=[],S=0;S<C;S++)E[S]="$"+S;if(v=Function("binder","return function ("+p(E,",")+"){ return binder.apply(this,arguments); }")(y),b.prototype){var I=function(){};I.prototype=b.prototype,v.prototype=new I,I.prototype=null}return v},Mc}var qc,g3;function Ca(){if(g3)return qc;g3=1;var o=CA();return qc=Function.prototype.bind||o,qc}var jc,y3;function Fc(){return y3||(y3=1,jc=Function.prototype.call),jc}var Vc,v3;function Uc(){return v3||(v3=1,Vc=Function.prototype.apply),Vc}var zc,w3;function kA(){return w3||(w3=1,zc=typeof Reflect<"u"&&Reflect&&Reflect.apply),zc}var Hc,C3;function k3(){if(C3)return Hc;C3=1;var o=Ca(),i=Uc(),a=Fc(),r=kA();return Hc=r||o.call(a,i),Hc}var Wc,x3;function Zc(){if(x3)return Wc;x3=1;var o=Ca(),i=Io(),a=Fc(),r=k3();return Wc=function(c){if(c.length<1||typeof c[0]!="function")throw new i("a function is required");return r(o,a,c)},Wc}var Yc,_3;function xA(){if(_3)return Yc;_3=1;var o=Zc(),i=ln(),a;try{a=[].__proto__===Array.prototype}catch(p){if(!p||typeof p!="object"||!("code"in p)||p.code!=="ERR_PROTO_ACCESS")throw p}var r=!!a&&i&&i(Object.prototype,"__proto__"),s=Object,c=s.getPrototypeOf;return Yc=r&&typeof r.get=="function"?o([r.get]):typeof c=="function"?function(f){return c(f==null?f:s(f))}:!1,Yc}var Kc,I3;function Gc(){if(I3)return Kc;I3=1;var o=f3(),i=h3(),a=xA();return Kc=o?function(s){return o(s)}:i?function(s){if(!s||typeof s!="object"&&typeof s!="function")throw new TypeError("getProto: not an object");return i(s)}:a?function(s){return a(s)}:null,Kc}var Xc,S3;function Qc(){if(S3)return Xc;S3=1;var o=Function.prototype.call,i=Object.prototype.hasOwnProperty,a=Ca();return Xc=a.call(o,i),Xc}var Jc,A3;function gi(){if(A3)return Jc;A3=1;var o,i=mc(),a=Zf(),r=sA(),s=cA(),c=dA(),p=wc(),f=Io(),h=pA(),b=uA(),g=fA(),v=mA(),y=hA(),C=bA(),E=gA(),S=vA(),I=Function,k=function(_e){try{return I('"use strict"; return ('+_e+").constructor;")()}catch{}},x=ln(),T=rl(),A=function(){throw new f},D=x?function(){try{return arguments.callee,A}catch{try{return x(arguments,"callee").get}catch{return A}}}():A,P=Nc()(),R=Gc(),M=h3(),j=f3(),Q=Uc(),F=Fc(),H={},ie=typeof Uint8Array>"u"||!R?o:R(Uint8Array),se={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?o:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?o:ArrayBuffer,"%ArrayIteratorPrototype%":P&&R?R([][Symbol.iterator]()):o,"%AsyncFromSyncIteratorPrototype%":o,"%AsyncFunction%":H,"%AsyncGenerator%":H,"%AsyncGeneratorFunction%":H,"%AsyncIteratorPrototype%":H,"%Atomics%":typeof Atomics>"u"?o:Atomics,"%BigInt%":typeof BigInt>"u"?o:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?o:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?o:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?o:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":a,"%eval%":eval,"%EvalError%":r,"%Float16Array%":typeof Float16Array>"u"?o:Float16Array,"%Float32Array%":typeof Float32Array>"u"?o:Float32Array,"%Float64Array%":typeof Float64Array>"u"?o:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?o:FinalizationRegistry,"%Function%":I,"%GeneratorFunction%":H,"%Int8Array%":typeof Int8Array>"u"?o:Int8Array,"%Int16Array%":typeof Int16Array>"u"?o:Int16Array,"%Int32Array%":typeof Int32Array>"u"?o:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":P&&R?R(R([][Symbol.iterator]())):o,"%JSON%":typeof JSON=="object"?JSON:o,"%Map%":typeof Map>"u"?o:Map,"%MapIteratorPrototype%":typeof Map>"u"||!P||!R?o:R(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":i,"%Object.getOwnPropertyDescriptor%":x,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?o:Promise,"%Proxy%":typeof Proxy>"u"?o:Proxy,"%RangeError%":s,"%ReferenceError%":c,"%Reflect%":typeof Reflect>"u"?o:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?o:Set,"%SetIteratorPrototype%":typeof Set>"u"||!P||!R?o:R(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?o:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":P&&R?R(""[Symbol.iterator]()):o,"%Symbol%":P?Symbol:o,"%SyntaxError%":p,"%ThrowTypeError%":D,"%TypedArray%":ie,"%TypeError%":f,"%Uint8Array%":typeof Uint8Array>"u"?o:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?o:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?o:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?o:Uint32Array,"%URIError%":h,"%WeakMap%":typeof WeakMap>"u"?o:WeakMap,"%WeakRef%":typeof WeakRef>"u"?o:WeakRef,"%WeakSet%":typeof WeakSet>"u"?o:WeakSet,"%Function.prototype.call%":F,"%Function.prototype.apply%":Q,"%Object.defineProperty%":T,"%Object.getPrototypeOf%":M,"%Math.abs%":b,"%Math.floor%":g,"%Math.max%":v,"%Math.min%":y,"%Math.pow%":C,"%Math.round%":E,"%Math.sign%":S,"%Reflect.getPrototypeOf%":j};if(R)try{null.error}catch(_e){var me=R(R(_e));se["%Error.prototype%"]=me}var ae=function _e(Ce){var pe;if(Ce==="%AsyncFunction%")pe=k("async function () {}");else if(Ce==="%GeneratorFunction%")pe=k("function* () {}");else if(Ce==="%AsyncGeneratorFunction%")pe=k("async function* () {}");else if(Ce==="%AsyncGenerator%"){var we=_e("%AsyncGeneratorFunction%");we&&(pe=we.prototype)}else if(Ce==="%AsyncIteratorPrototype%"){var Ae=_e("%AsyncGenerator%");Ae&&R&&(pe=R(Ae.prototype))}return se[Ce]=pe,pe},L={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},X=Ca(),V=Qc(),Y=X.call(F,Array.prototype.concat),te=X.call(Q,Array.prototype.splice),de=X.call(F,String.prototype.replace),ne=X.call(F,String.prototype.slice),B=X.call(F,RegExp.prototype.exec),W=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,ue=/\\(\\)?/g,he=function(Ce){var pe=ne(Ce,0,1),we=ne(Ce,-1);if(pe==="%"&&we!=="%")throw new p("invalid intrinsic syntax, expected closing `%`");if(we==="%"&&pe!=="%")throw new p("invalid intrinsic syntax, expected opening `%`");var Ae=[];return de(Ce,W,function(Le,Me,xe,Pe){Ae[Ae.length]=xe?de(Pe,ue,"$1"):Me||Le}),Ae},ve=function(Ce,pe){var we=Ce,Ae;if(V(L,we)&&(Ae=L[we],we="%"+Ae[0]+"%"),V(se,we)){var Le=se[we];if(Le===H&&(Le=ae(we)),typeof Le>"u"&&!pe)throw new f("intrinsic "+Ce+" exists, but is not available. Please file an issue!");return{alias:Ae,name:we,value:Le}}throw new p("intrinsic "+Ce+" does not exist!")};return Jc=function(Ce,pe){if(typeof Ce!="string"||Ce.length===0)throw new f("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof pe!="boolean")throw new f('"allowMissing" argument must be a boolean');if(B(/^%?[^%]*%?$/,Ce)===null)throw new p("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var we=he(Ce),Ae=we.length>0?we[0]:"",Le=ve("%"+Ae+"%",pe),Me=Le.name,xe=Le.value,Pe=!1,Z=Le.alias;Z&&(Ae=Z[0],te(we,Y([0,1],Z)));for(var ee=1,ce=!0;ee<we.length;ee+=1){var Ie=we[ee],Je=ne(Ie,0,1),Xe=ne(Ie,-1);if((Je==='"'||Je==="'"||Je==="`"||Xe==='"'||Xe==="'"||Xe==="`")&&Je!==Xe)throw new p("property names with quotes must have matching quotes");if((Ie==="constructor"||!ce)&&(Pe=!0),Ae+="."+Ie,Me="%"+Ae+"%",V(se,Me))xe=se[Me];else if(xe!=null){if(!(Ie in xe)){if(!pe)throw new f("base intrinsic for "+Ce+" exists, but the property is not available.");return}if(x&&ee+1>=we.length){var Fe=x(xe,Ie);ce=!!Fe,ce&&"get"in Fe&&!("originalValue"in Fe.get)?xe=Fe.get:xe=xe[Ie]}else ce=V(xe,Ie),xe=xe[Ie];ce&&!Pe&&(se[Me]=xe)}}return xe},Jc}var ed,E3;function eo(){if(E3)return ed;E3=1;var o=gi(),i=Zc(),a=i([o("%String.prototype.indexOf%")]);return ed=function(s,c){var p=o(s,!!c);return typeof p=="function"&&a(s,".prototype.")>-1?i([p]):p},ed}var td,T3;function D3(){if(T3)return td;T3=1;var o=gi(),i=eo(),a=al(),r=Io(),s=o("%Map%",!0),c=i("Map.prototype.get",!0),p=i("Map.prototype.set",!0),f=i("Map.prototype.has",!0),h=i("Map.prototype.delete",!0),b=i("Map.prototype.size",!0);return td=!!s&&function(){var v,y={assert:function(C){if(!y.has(C))throw new r("Side channel does not contain "+a(C))},delete:function(C){if(v){var E=h(v,C);return b(v)===0&&(v=void 0),E}return!1},get:function(C){if(v)return c(v,C)},has:function(C){return v?f(v,C):!1},set:function(C,E){v||(v=new s),p(v,C,E)}};return y},td}var od,O3;function _A(){if(O3)return od;O3=1;var o=gi(),i=eo(),a=al(),r=D3(),s=Io(),c=o("%WeakMap%",!0),p=i("WeakMap.prototype.get",!0),f=i("WeakMap.prototype.set",!0),h=i("WeakMap.prototype.has",!0),b=i("WeakMap.prototype.delete",!0);return od=c?function(){var v,y,C={assert:function(E){if(!C.has(E))throw new s("Side channel does not contain "+a(E))},delete:function(E){if(c&&E&&(typeof E=="object"||typeof E=="function")){if(v)return b(v,E)}else if(r&&y)return y.delete(E);return!1},get:function(E){return c&&E&&(typeof E=="object"||typeof E=="function")&&v?p(v,E):y&&y.get(E)},has:function(E){return c&&E&&(typeof E=="object"||typeof E=="function")&&v?h(v,E):!!y&&y.has(E)},set:function(E,S){c&&E&&(typeof E=="object"||typeof E=="function")?(v||(v=new c),f(v,E,S)):r&&(y||(y=r()),y.set(E,S))}};return C}:r,od}var id,R3;function nd(){if(R3)return id;R3=1;var o=Io(),i=al(),a=lA(),r=D3(),s=_A(),c=s||r||a;return id=function(){var f,h={assert:function(b){if(!h.has(b))throw new o("Side channel does not contain "+i(b))},delete:function(b){return!!f&&f.delete(b)},get:function(b){return f&&f.get(b)},has:function(b){return!!f&&f.has(b)},set:function(b,g){f||(f=c()),f.set(b,g)}};return h},id}var ad,B3;function rd(){if(B3)return ad;B3=1;var o=String.prototype.replace,i=/%20/g,a={RFC1738:"RFC1738",RFC3986:"RFC3986"};return ad={default:a.RFC3986,formatters:{RFC1738:function(r){return o.call(r,i,"+")},RFC3986:function(r){return String(r)}},RFC1738:a.RFC1738,RFC3986:a.RFC3986},ad}var ld,L3;function N3(){if(L3)return ld;L3=1;var o=rd(),i=Object.prototype.hasOwnProperty,a=Array.isArray,r=function(){for(var I=[],k=0;k<256;++k)I.push("%"+((k<16?"0":"")+k.toString(16)).toUpperCase());return I}(),s=function(k){for(;k.length>1;){var x=k.pop(),T=x.obj[x.prop];if(a(T)){for(var A=[],D=0;D<T.length;++D)typeof T[D]<"u"&&A.push(T[D]);x.obj[x.prop]=A}}},c=function(k,x){for(var T=x&&x.plainObjects?{__proto__:null}:{},A=0;A<k.length;++A)typeof k[A]<"u"&&(T[A]=k[A]);return T},p=function I(k,x,T){if(!x)return k;if(typeof x!="object"&&typeof x!="function"){if(a(k))k.push(x);else if(k&&typeof k=="object")(T&&(T.plainObjects||T.allowPrototypes)||!i.call(Object.prototype,x))&&(k[x]=!0);else return[k,x];return k}if(!k||typeof k!="object")return[k].concat(x);var A=k;return a(k)&&!a(x)&&(A=c(k,T)),a(k)&&a(x)?(x.forEach(function(D,P){if(i.call(k,P)){var R=k[P];R&&typeof R=="object"&&D&&typeof D=="object"?k[P]=I(R,D,T):k.push(D)}else k[P]=D}),k):Object.keys(x).reduce(function(D,P){var R=x[P];return i.call(D,P)?D[P]=I(D[P],R,T):D[P]=R,D},A)},f=function(k,x){return Object.keys(x).reduce(function(T,A){return T[A]=x[A],T},k)},h=function(I,k,x){var T=I.replace(/\+/g," ");if(x==="iso-8859-1")return T.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(T)}catch{return T}},b=1024,g=function(k,x,T,A,D){if(k.length===0)return k;var P=k;if(typeof k=="symbol"?P=Symbol.prototype.toString.call(k):typeof k!="string"&&(P=String(k)),T==="iso-8859-1")return escape(P).replace(/%u[0-9a-f]{4}/gi,function(ie){return"%26%23"+parseInt(ie.slice(2),16)+"%3B"});for(var R="",M=0;M<P.length;M+=b){for(var j=P.length>=b?P.slice(M,M+b):P,Q=[],F=0;F<j.length;++F){var H=j.charCodeAt(F);if(H===45||H===46||H===95||H===126||H>=48&&H<=57||H>=65&&H<=90||H>=97&&H<=122||D===o.RFC1738&&(H===40||H===41)){Q[Q.length]=j.charAt(F);continue}if(H<128){Q[Q.length]=r[H];continue}if(H<2048){Q[Q.length]=r[192|H>>6]+r[128|H&63];continue}if(H<55296||H>=57344){Q[Q.length]=r[224|H>>12]+r[128|H>>6&63]+r[128|H&63];continue}F+=1,H=65536+((H&1023)<<10|j.charCodeAt(F)&1023),Q[Q.length]=r[240|H>>18]+r[128|H>>12&63]+r[128|H>>6&63]+r[128|H&63]}R+=Q.join("")}return R},v=function(k){for(var x=[{obj:{o:k},prop:"o"}],T=[],A=0;A<x.length;++A)for(var D=x[A],P=D.obj[D.prop],R=Object.keys(P),M=0;M<R.length;++M){var j=R[M],Q=P[j];typeof Q=="object"&&Q!==null&&T.indexOf(Q)===-1&&(x.push({obj:P,prop:j}),T.push(Q))}return s(x),k},y=function(k){return Object.prototype.toString.call(k)==="[object RegExp]"},C=function(k){return!k||typeof k!="object"?!1:!!(k.constructor&&k.constructor.isBuffer&&k.constructor.isBuffer(k))},E=function(k,x){return[].concat(k,x)},S=function(k,x){if(a(k)){for(var T=[],A=0;A<k.length;A+=1)T.push(x(k[A]));return T}return x(k)};return ld={arrayToObject:c,assign:f,combine:E,compact:v,decode:h,encode:g,isBuffer:C,isRegExp:y,maybeMap:S,merge:p},ld}var sd,P3;function IA(){if(P3)return sd;P3=1;var o=nd(),i=N3(),a=rd(),r=Object.prototype.hasOwnProperty,s={brackets:function(I){return I+"[]"},comma:"comma",indices:function(I,k){return I+"["+k+"]"},repeat:function(I){return I}},c=Array.isArray,p=Array.prototype.push,f=function(S,I){p.apply(S,c(I)?I:[I])},h=Date.prototype.toISOString,b=a.default,g={addQueryPrefix:!1,allowDots:!1,allowEmptyArrays:!1,arrayFormat:"indices",charset:"utf-8",charsetSentinel:!1,commaRoundTrip:!1,delimiter:"&",encode:!0,encodeDotInKeys:!1,encoder:i.encode,encodeValuesOnly:!1,filter:void 0,format:b,formatter:a.formatters[b],indices:!1,serializeDate:function(I){return h.call(I)},skipNulls:!1,strictNullHandling:!1},v=function(I){return typeof I=="string"||typeof I=="number"||typeof I=="boolean"||typeof I=="symbol"||typeof I=="bigint"},y={},C=function S(I,k,x,T,A,D,P,R,M,j,Q,F,H,ie,se,me,ae,L){for(var X=I,V=L,Y=0,te=!1;(V=V.get(y))!==void 0&&!te;){var de=V.get(I);if(Y+=1,typeof de<"u"){if(de===Y)throw new RangeError("Cyclic object value");te=!0}typeof V.get(y)>"u"&&(Y=0)}if(typeof j=="function"?X=j(k,X):X instanceof Date?X=H(X):x==="comma"&&c(X)&&(X=i.maybeMap(X,function(Me){return Me instanceof Date?H(Me):Me})),X===null){if(D)return M&&!me?M(k,g.encoder,ae,"key",ie):k;X=""}if(v(X)||i.isBuffer(X)){if(M){var ne=me?k:M(k,g.encoder,ae,"key",ie);return[se(ne)+"="+se(M(X,g.encoder,ae,"value",ie))]}return[se(k)+"="+se(String(X))]}var B=[];if(typeof X>"u")return B;var W;if(x==="comma"&&c(X))me&&M&&(X=i.maybeMap(X,M)),W=[{value:X.length>0?X.join(",")||null:void 0}];else if(c(j))W=j;else{var ue=Object.keys(X);W=Q?ue.sort(Q):ue}var he=R?String(k).replace(/\./g,"%2E"):String(k),ve=T&&c(X)&&X.length===1?he+"[]":he;if(A&&c(X)&&X.length===0)return ve+"[]";for(var _e=0;_e<W.length;++_e){var Ce=W[_e],pe=typeof Ce=="object"&&Ce&&typeof Ce.value<"u"?Ce.value:X[Ce];if(!(P&&pe===null)){var we=F&&R?String(Ce).replace(/\./g,"%2E"):String(Ce),Ae=c(X)?typeof x=="function"?x(ve,we):ve:ve+(F?"."+we:"["+we+"]");L.set(I,Y);var Le=o();Le.set(y,L),f(B,S(pe,Ae,x,T,A,D,P,R,x==="comma"&&me&&c(X)?null:M,j,Q,F,H,ie,se,me,ae,Le))}}return B},E=function(I){if(!I)return g;if(typeof I.allowEmptyArrays<"u"&&typeof I.allowEmptyArrays!="boolean")throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(typeof I.encodeDotInKeys<"u"&&typeof I.encodeDotInKeys!="boolean")throw new TypeError("`encodeDotInKeys` option can only be `true` or `false`, when provided");if(I.encoder!==null&&typeof I.encoder<"u"&&typeof I.encoder!="function")throw new TypeError("Encoder has to be a function.");var k=I.charset||g.charset;if(typeof I.charset<"u"&&I.charset!=="utf-8"&&I.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var x=a.default;if(typeof I.format<"u"){if(!r.call(a.formatters,I.format))throw new TypeError("Unknown format option provided.");x=I.format}var T=a.formatters[x],A=g.filter;(typeof I.filter=="function"||c(I.filter))&&(A=I.filter);var D;if(I.arrayFormat in s?D=I.arrayFormat:"indices"in I?D=I.indices?"indices":"repeat":D=g.arrayFormat,"commaRoundTrip"in I&&typeof I.commaRoundTrip!="boolean")throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var P=typeof I.allowDots>"u"?I.encodeDotInKeys===!0?!0:g.allowDots:!!I.allowDots;return{addQueryPrefix:typeof I.addQueryPrefix=="boolean"?I.addQueryPrefix:g.addQueryPrefix,allowDots:P,allowEmptyArrays:typeof I.allowEmptyArrays=="boolean"?!!I.allowEmptyArrays:g.allowEmptyArrays,arrayFormat:D,charset:k,charsetSentinel:typeof I.charsetSentinel=="boolean"?I.charsetSentinel:g.charsetSentinel,commaRoundTrip:!!I.commaRoundTrip,delimiter:typeof I.delimiter>"u"?g.delimiter:I.delimiter,encode:typeof I.encode=="boolean"?I.encode:g.encode,encodeDotInKeys:typeof I.encodeDotInKeys=="boolean"?I.encodeDotInKeys:g.encodeDotInKeys,encoder:typeof I.encoder=="function"?I.encoder:g.encoder,encodeValuesOnly:typeof I.encodeValuesOnly=="boolean"?I.encodeValuesOnly:g.encodeValuesOnly,filter:A,format:x,formatter:T,serializeDate:typeof I.serializeDate=="function"?I.serializeDate:g.serializeDate,skipNulls:typeof I.skipNulls=="boolean"?I.skipNulls:g.skipNulls,sort:typeof I.sort=="function"?I.sort:null,strictNullHandling:typeof I.strictNullHandling=="boolean"?I.strictNullHandling:g.strictNullHandling}};return sd=function(S,I){var k=S,x=E(I),T,A;typeof x.filter=="function"?(A=x.filter,k=A("",k)):c(x.filter)&&(A=x.filter,T=A);var D=[];if(typeof k!="object"||k===null)return"";var P=s[x.arrayFormat],R=P==="comma"&&x.commaRoundTrip;T||(T=Object.keys(k)),x.sort&&T.sort(x.sort);for(var M=o(),j=0;j<T.length;++j){var Q=T[j],F=k[Q];x.skipNulls&&F===null||f(D,C(F,Q,P,R,x.allowEmptyArrays,x.strictNullHandling,x.skipNulls,x.encodeDotInKeys,x.encode?x.encoder:null,x.filter,x.sort,x.allowDots,x.serializeDate,x.format,x.formatter,x.encodeValuesOnly,x.charset,M))}var H=D.join(x.delimiter),ie=x.addQueryPrefix===!0?"?":"";return x.charsetSentinel&&(x.charset==="iso-8859-1"?ie+="utf8=%26%2310003%3B&":ie+="utf8=%E2%9C%93&"),H.length>0?ie+H:""},sd}var cd,$3;function SA(){if($3)return cd;$3=1;var o=N3(),i=Object.prototype.hasOwnProperty,a=Array.isArray,r={allowDots:!1,allowEmptyArrays:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decodeDotInKeys:!1,decoder:o.decode,delimiter:"&",depth:5,duplicates:"combine",ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictDepth:!1,strictNullHandling:!1,throwOnLimitExceeded:!1},s=function(y){return y.replace(/&#(\d+);/g,function(C,E){return String.fromCharCode(parseInt(E,10))})},c=function(y,C,E){if(y&&typeof y=="string"&&C.comma&&y.indexOf(",")>-1)return y.split(",");if(C.throwOnLimitExceeded&&E>=C.arrayLimit)throw new RangeError("Array limit exceeded. Only "+C.arrayLimit+" element"+(C.arrayLimit===1?"":"s")+" allowed in an array.");return y},p="utf8=%26%2310003%3B",f="utf8=%E2%9C%93",h=function(C,E){var S={__proto__:null},I=E.ignoreQueryPrefix?C.replace(/^\?/,""):C;I=I.replace(/%5B/gi,"[").replace(/%5D/gi,"]");var k=E.parameterLimit===1/0?void 0:E.parameterLimit,x=I.split(E.delimiter,E.throwOnLimitExceeded?k+1:k);if(E.throwOnLimitExceeded&&x.length>k)throw new RangeError("Parameter limit exceeded. Only "+k+" parameter"+(k===1?"":"s")+" allowed.");var T=-1,A,D=E.charset;if(E.charsetSentinel)for(A=0;A<x.length;++A)x[A].indexOf("utf8=")===0&&(x[A]===f?D="utf-8":x[A]===p&&(D="iso-8859-1"),T=A,A=x.length);for(A=0;A<x.length;++A)if(A!==T){var P=x[A],R=P.indexOf("]="),M=R===-1?P.indexOf("="):R+1,j,Q;M===-1?(j=E.decoder(P,r.decoder,D,"key"),Q=E.strictNullHandling?null:""):(j=E.decoder(P.slice(0,M),r.decoder,D,"key"),Q=o.maybeMap(c(P.slice(M+1),E,a(S[j])?S[j].length:0),function(H){return E.decoder(H,r.decoder,D,"value")})),Q&&E.interpretNumericEntities&&D==="iso-8859-1"&&(Q=s(String(Q))),P.indexOf("[]=")>-1&&(Q=a(Q)?[Q]:Q);var F=i.call(S,j);F&&E.duplicates==="combine"?S[j]=o.combine(S[j],Q):(!F||E.duplicates==="last")&&(S[j]=Q)}return S},b=function(y,C,E,S){var I=0;if(y.length>0&&y[y.length-1]==="[]"){var k=y.slice(0,-1).join("");I=Array.isArray(C)&&C[k]?C[k].length:0}for(var x=S?C:c(C,E,I),T=y.length-1;T>=0;--T){var A,D=y[T];if(D==="[]"&&E.parseArrays)A=E.allowEmptyArrays&&(x===""||E.strictNullHandling&&x===null)?[]:o.combine([],x);else{A=E.plainObjects?{__proto__:null}:{};var P=D.charAt(0)==="["&&D.charAt(D.length-1)==="]"?D.slice(1,-1):D,R=E.decodeDotInKeys?P.replace(/%2E/g,"."):P,M=parseInt(R,10);!E.parseArrays&&R===""?A={0:x}:!isNaN(M)&&D!==R&&String(M)===R&&M>=0&&E.parseArrays&&M<=E.arrayLimit?(A=[],A[M]=x):R!=="__proto__"&&(A[R]=x)}x=A}return x},g=function(C,E,S,I){if(C){var k=S.allowDots?C.replace(/\.([^.[]+)/g,"[$1]"):C,x=/(\[[^[\]]*])/,T=/(\[[^[\]]*])/g,A=S.depth>0&&x.exec(k),D=A?k.slice(0,A.index):k,P=[];if(D){if(!S.plainObjects&&i.call(Object.prototype,D)&&!S.allowPrototypes)return;P.push(D)}for(var R=0;S.depth>0&&(A=T.exec(k))!==null&&R<S.depth;){if(R+=1,!S.plainObjects&&i.call(Object.prototype,A[1].slice(1,-1))&&!S.allowPrototypes)return;P.push(A[1])}if(A){if(S.strictDepth===!0)throw new RangeError("Input depth exceeded depth option of "+S.depth+" and strictDepth is true");P.push("["+k.slice(A.index)+"]")}return b(P,E,S,I)}},v=function(C){if(!C)return r;if(typeof C.allowEmptyArrays<"u"&&typeof C.allowEmptyArrays!="boolean")throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(typeof C.decodeDotInKeys<"u"&&typeof C.decodeDotInKeys!="boolean")throw new TypeError("`decodeDotInKeys` option can only be `true` or `false`, when provided");if(C.decoder!==null&&typeof C.decoder<"u"&&typeof C.decoder!="function")throw new TypeError("Decoder has to be a function.");if(typeof C.charset<"u"&&C.charset!=="utf-8"&&C.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");if(typeof C.throwOnLimitExceeded<"u"&&typeof C.throwOnLimitExceeded!="boolean")throw new TypeError("`throwOnLimitExceeded` option must be a boolean");var E=typeof C.charset>"u"?r.charset:C.charset,S=typeof C.duplicates>"u"?r.duplicates:C.duplicates;if(S!=="combine"&&S!=="first"&&S!=="last")throw new TypeError("The duplicates option must be either combine, first, or last");var I=typeof C.allowDots>"u"?C.decodeDotInKeys===!0?!0:r.allowDots:!!C.allowDots;return{allowDots:I,allowEmptyArrays:typeof C.allowEmptyArrays=="boolean"?!!C.allowEmptyArrays:r.allowEmptyArrays,allowPrototypes:typeof C.allowPrototypes=="boolean"?C.allowPrototypes:r.allowPrototypes,allowSparse:typeof C.allowSparse=="boolean"?C.allowSparse:r.allowSparse,arrayLimit:typeof C.arrayLimit=="number"?C.arrayLimit:r.arrayLimit,charset:E,charsetSentinel:typeof C.charsetSentinel=="boolean"?C.charsetSentinel:r.charsetSentinel,comma:typeof C.comma=="boolean"?C.comma:r.comma,decodeDotInKeys:typeof C.decodeDotInKeys=="boolean"?C.decodeDotInKeys:r.decodeDotInKeys,decoder:typeof C.decoder=="function"?C.decoder:r.decoder,delimiter:typeof C.delimiter=="string"||o.isRegExp(C.delimiter)?C.delimiter:r.delimiter,depth:typeof C.depth=="number"||C.depth===!1?+C.depth:r.depth,duplicates:S,ignoreQueryPrefix:C.ignoreQueryPrefix===!0,interpretNumericEntities:typeof C.interpretNumericEntities=="boolean"?C.interpretNumericEntities:r.interpretNumericEntities,parameterLimit:typeof C.parameterLimit=="number"?C.parameterLimit:r.parameterLimit,parseArrays:C.parseArrays!==!1,plainObjects:typeof C.plainObjects=="boolean"?C.plainObjects:r.plainObjects,strictDepth:typeof C.strictDepth=="boolean"?!!C.strictDepth:r.strictDepth,strictNullHandling:typeof C.strictNullHandling=="boolean"?C.strictNullHandling:r.strictNullHandling,throwOnLimitExceeded:typeof C.throwOnLimitExceeded=="boolean"?C.throwOnLimitExceeded:!1}};return cd=function(y,C){var E=v(C);if(y===""||y===null||typeof y>"u")return E.plainObjects?{__proto__:null}:{};for(var S=typeof y=="string"?h(y,E):y,I=E.plainObjects?{__proto__:null}:{},k=Object.keys(S),x=0;x<k.length;++x){var T=k[x],A=g(T,S[T],E,typeof y=="string");I=o.merge(I,A,E)}return E.allowSparse===!0?I:o.compact(I)},cd}var dd,M3;function AA(){if(M3)return dd;M3=1;var o=IA(),i=SA(),a=rd();return dd={formats:a,parse:i,stringify:o},dd}var q3;function EA(){if(q3)return rn;q3=1;var o=aA();function i(){this.protocol=null,this.slashes=null,this.auth=null,this.host=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.query=null,this.pathname=null,this.path=null,this.href=null}var a=/^([a-z0-9.+-]+:)/i,r=/:[0-9]*$/,s=/^(\/\/?(?!\/)[^?\s]*)(\?[^\s]*)?$/,c=["<",">",'"',"`"," ","\r",`