@webitel/ui-sdk 25.10.27 → 25.10.28
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.
package/dist/ui-sdk.umd.cjs
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
if (${O}.issues.length) payload.issues = payload.issues.concat(${O}.issues.map(iss => ({
|
|
24
24
|
...iss,
|
|
25
25
|
path: iss.path ? [${_a(k)}, ...iss.path] : [${_a(k)}]
|
|
26
|
-
})));`),y.write(`newResult[${_a(k)}] = ${O}.value`)}y.write("payload.value = newResult;"),y.write("return payload;");const x=y.compile();return(k,O)=>x(w,k,O)};let d;const s=xd,p=!v1.jitless,h=p&&V8.value,{catchall:b}=i;let g;o._zod.parse=(w,y)=>{g??(g=n.value);const v=w.value;if(!s(v))return w.issues.push({expected:"object",code:"invalid_type",input:v,inst:o}),w;const A=[];if(p&&h&&(y==null?void 0:y.async)===!1&&y.jitless!==!0)d||(d=r(i.shape)),w=d(w,y);else{w.value={};const O=g.shape;for(const T of g.keys){const D=O[T],N=D._zod.run({value:v[T],issues:[]},y),B=D._zod.optin==="optional"&&D._zod.optout==="optional";N instanceof Promise?A.push(N.then(j=>B?j1(j,w,T,v):kl(j,w,T))):B?j1(N,w,T,v):kl(N,w,T)}}if(!b)return A.length?Promise.all(A).then(()=>w):w;const E=[],S=g.keySet,x=b._zod,k=x.def.type;for(const O of Object.keys(v)){if(S.has(O))continue;if(k==="never"){E.push(O);continue}const T=x.run({value:v[O],issues:[]},y);T instanceof Promise?A.push(T.then(D=>kl(D,w,O))):kl(T,w,O)}return E.length&&w.issues.push({code:"unrecognized_keys",keys:E,input:v,inst:o}),A.length?Promise.all(A).then(()=>w):w}});function $1(o,i,n,r){for(const d of o)if(d.issues.length===0)return i.value=d.value,i;return i.issues.push({code:"invalid_union",input:i.value,inst:n,errors:o.map(d=>d.issues.map(s=>Vi(s,r,qi())))}),i}const xw=me("$ZodUnion",(o,i)=>{At.init(o,i),Lt(o._zod,"values",()=>{if(i.options.every(n=>n._zod.values))return new Set(i.options.flatMap(n=>Array.from(n._zod.values)))}),Lt(o._zod,"pattern",()=>{if(i.options.every(n=>n._zod.pattern)){const n=i.options.map(r=>r._zod.pattern);return new RegExp(`^(${n.map(r=>Cd(r.source)).join("|")})$`)}}),o._zod.parse=(n,r)=>{let d=!1;const s=[];for(const p of i.options){const f=p._zod.run({value:n.value,issues:[]},r);if(f instanceof Promise)s.push(f),d=!0;else{if(f.issues.length===0)return f;s.push(f)}}return d?Promise.all(s).then(p=>$1(p,n,o,r)):$1(s,n,o,r)}}),Iw=me("$ZodIntersection",(o,i)=>{At.init(o,i),o._zod.parse=(n,r)=>{const{value:d}=n,s=i.left._zod.run({value:d,issues:[]},r),p=i.right._zod.run({value:d,issues:[]},r);return s instanceof Promise||p instanceof Promise?Promise.all([s,p]).then(([h,b])=>F1(n,h,b)):F1(n,s,p)}});function Ad(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(Id(o)&&Id(i)){const n=Object.keys(i),r=Object.keys(o).filter(s=>n.indexOf(s)!==-1),d={...o,...i};for(const s of r){const p=Ad(o[s],i[s]);if(!p.valid)return{valid:!1,mergeErrorPath:[s,...p.mergeErrorPath]};d[s]=p.data}return{valid:!0,data:d}}if(Array.isArray(o)&&Array.isArray(i)){if(o.length!==i.length)return{valid:!1,mergeErrorPath:[]};const n=[];for(let r=0;r<o.length;r++){const d=o[r],s=i[r],p=Ad(d,s);if(!p.valid)return{valid:!1,mergeErrorPath:[r,...p.mergeErrorPath]};n.push(p.data)}return{valid:!0,data:n}}return{valid:!1,mergeErrorPath:[]}}function F1(o,i,n){if(i.issues.length&&o.issues.push(...i.issues),n.issues.length&&o.issues.push(...n.issues),La(o))return o;const r=Ad(i.value,n.value);if(!r.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(r.mergeErrorPath)}`);return o.value=r.data,o}const Sw=me("$ZodRecord",(o,i)=>{At.init(o,i),o._zod.parse=(n,r)=>{const d=n.value;if(!Id(d))return n.issues.push({expected:"record",code:"invalid_type",input:d,inst:o}),n;const s=[];if(i.keyType._zod.values){const p=i.keyType._zod.values;n.value={};for(const h of p)if(typeof h=="string"||typeof h=="number"||typeof h=="symbol"){const b=i.valueType._zod.run({value:d[h],issues:[]},r);b instanceof Promise?s.push(b.then(g=>{g.issues.length&&n.issues.push(...un(h,g.issues)),n.value[h]=g.value})):(b.issues.length&&n.issues.push(...un(h,b.issues)),n.value[h]=b.value)}let f;for(const h in d)p.has(h)||(f=f??[],f.push(h));f&&f.length>0&&n.issues.push({code:"unrecognized_keys",input:d,inst:o,keys:f})}else{n.value={};for(const p of Reflect.ownKeys(d)){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){n.issues.push({origin:"record",code:"invalid_key",issues:f.issues.map(b=>Vi(b,r,qi())),input:p,path:[p],inst:o}),n.value[f.value]=f.value;continue}const h=i.valueType._zod.run({value:d[p],issues:[]},r);h instanceof Promise?s.push(h.then(b=>{b.issues.length&&n.issues.push(...un(p,b.issues)),n.value[f.value]=b.value})):(h.issues.length&&n.issues.push(...un(p,h.issues)),n.value[f.value]=h.value)}}return s.length?Promise.all(s).then(()=>n):n}}),Ew=me("$ZodEnum",(o,i)=>{At.init(o,i);const n=$8(i.entries);o._zod.values=new Set(n),o._zod.pattern=new RegExp(`^(${n.filter(r=>z8.has(typeof r)).map(r=>typeof r=="string"?wl(r):r.toString()).join("|")})$`),o._zod.parse=(r,d)=>{const s=r.value;return o._zod.values.has(s)||r.issues.push({code:"invalid_value",values:n,input:s,inst:o}),r}}),Aw=me("$ZodTransform",(o,i)=>{At.init(o,i),o._zod.parse=(n,r)=>{const d=i.transform(n.value,n);if(r.async)return(d instanceof Promise?d:Promise.resolve(d)).then(p=>(n.value=p,n));if(d instanceof Promise)throw new Ba;return n.value=d,n}}),Tw=me("$ZodOptional",(o,i)=>{At.init(o,i),o._zod.optin="optional",o._zod.optout="optional",Lt(o._zod,"values",()=>i.innerType._zod.values?new Set([...i.innerType._zod.values,void 0]):void 0),Lt(o._zod,"pattern",()=>{const n=i.innerType._zod.pattern;return n?new RegExp(`^(${Cd(n.source)})?$`):void 0}),o._zod.parse=(n,r)=>n.value===void 0?n:i.innerType._zod.run(n,r)}),Ow=me("$ZodNullable",(o,i)=>{At.init(o,i),Lt(o._zod,"optin",()=>i.innerType._zod.optin),Lt(o._zod,"optout",()=>i.innerType._zod.optout),Lt(o._zod,"pattern",()=>{const n=i.innerType._zod.pattern;return n?new RegExp(`^(${Cd(n.source)}|null)$`):void 0}),Lt(o._zod,"values",()=>i.innerType._zod.values?new Set([...i.innerType._zod.values,null]):void 0),o._zod.parse=(n,r)=>n.value===null?n:i.innerType._zod.run(n,r)}),Dw=me("$ZodDefault",(o,i)=>{At.init(o,i),o._zod.optin="optional",Lt(o._zod,"values",()=>i.innerType._zod.values),o._zod.parse=(n,r)=>{if(n.value===void 0)return n.value=i.defaultValue,n;const d=i.innerType._zod.run(n,r);return d instanceof Promise?d.then(s=>q1(s,i)):q1(d,i)}});function q1(o,i){return o.value===void 0&&(o.value=i.defaultValue),o}const Rw=me("$ZodPrefault",(o,i)=>{At.init(o,i),o._zod.optin="optional",Lt(o._zod,"values",()=>i.innerType._zod.values),o._zod.parse=(n,r)=>(n.value===void 0&&(n.value=i.defaultValue),i.innerType._zod.run(n,r))}),Bw=me("$ZodNonOptional",(o,i)=>{At.init(o,i),Lt(o._zod,"values",()=>{const n=i.innerType._zod.values;return n?new Set([...n].filter(r=>r!==void 0)):void 0}),o._zod.parse=(n,r)=>{const d=i.innerType._zod.run(n,r);return d instanceof Promise?d.then(s=>V1(s,o)):V1(d,o)}});function V1(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 _w=me("$ZodCatch",(o,i)=>{At.init(o,i),Lt(o._zod,"optin",()=>i.innerType._zod.optin),Lt(o._zod,"optout",()=>i.innerType._zod.optout),Lt(o._zod,"values",()=>i.innerType._zod.values),o._zod.parse=(n,r)=>{const d=i.innerType._zod.run(n,r);return d instanceof Promise?d.then(s=>(n.value=s.value,s.issues.length&&(n.value=i.catchValue({...n,error:{issues:s.issues.map(p=>Vi(p,r,qi()))},input:n.value}),n.issues=[]),n)):(n.value=d.value,d.issues.length&&(n.value=i.catchValue({...n,error:{issues:d.issues.map(s=>Vi(s,r,qi()))},input:n.value}),n.issues=[]),n)}}),Lw=me("$ZodPipe",(o,i)=>{At.init(o,i),Lt(o._zod,"values",()=>i.in._zod.values),Lt(o._zod,"optin",()=>i.in._zod.optin),Lt(o._zod,"optout",()=>i.out._zod.optout),o._zod.parse=(n,r)=>{const d=i.in._zod.run(n,r);return d instanceof Promise?d.then(s=>z1(s,i,r)):z1(d,i,r)}});function z1(o,i,n){return La(o)?o:i.out._zod.run({value:o.value,issues:o.issues},n)}const Pw=me("$ZodReadonly",(o,i)=>{At.init(o,i),Lt(o._zod,"propValues",()=>i.innerType._zod.propValues),Lt(o._zod,"optin",()=>i.innerType._zod.optin),Lt(o._zod,"optout",()=>i.innerType._zod.optout),o._zod.parse=(n,r)=>{const d=i.innerType._zod.run(n,r);return d instanceof Promise?d.then(U1):U1(d)}});function U1(o){return o.value=Object.freeze(o.value),o}const Mw=me("$ZodCustom",(o,i)=>{Co.init(o,i),At.init(o,i),o._zod.parse=(n,r)=>n,o._zod.check=n=>{const r=n.value,d=i.fn(r);if(d instanceof Promise)return d.then(s=>H1(s,n,r,o));H1(d,n,r,o)}});function H1(o,i,n,r){if(!o){const d={code:"custom",input:n,inst:r,path:[...r._zod.def.path??[]],continue:!r._zod.def.abort};r._zod.def.params&&(d.params=r._zod.def.params),i.issues.push(Pa(d))}}class Nw{constructor(){this._map=new WeakMap,this._idmap=new Map}add(i,...n){const r=n[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 n=i._zod.parent;if(n){const r={...this.get(n)??{}};return delete r.id,{...r,...this._map.get(i)}}return this._map.get(i)}has(i){return this._map.has(i)}}function jw(){return new Nw}const xl=jw();function $w(o,i){return new o({type:"string",...$e(i)})}function Fw(o,i){return new o({type:"string",format:"email",check:"string_format",abort:!1,...$e(i)})}function K1(o,i){return new o({type:"string",format:"guid",check:"string_format",abort:!1,...$e(i)})}function qw(o,i){return new o({type:"string",format:"uuid",check:"string_format",abort:!1,...$e(i)})}function Vw(o,i){return new o({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...$e(i)})}function zw(o,i){return new o({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...$e(i)})}function Uw(o,i){return new o({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...$e(i)})}function Hw(o,i){return new o({type:"string",format:"url",check:"string_format",abort:!1,...$e(i)})}function Kw(o,i){return new o({type:"string",format:"emoji",check:"string_format",abort:!1,...$e(i)})}function Ww(o,i){return new o({type:"string",format:"nanoid",check:"string_format",abort:!1,...$e(i)})}function Gw(o,i){return new o({type:"string",format:"cuid",check:"string_format",abort:!1,...$e(i)})}function Zw(o,i){return new o({type:"string",format:"cuid2",check:"string_format",abort:!1,...$e(i)})}function Yw(o,i){return new o({type:"string",format:"ulid",check:"string_format",abort:!1,...$e(i)})}function Xw(o,i){return new o({type:"string",format:"xid",check:"string_format",abort:!1,...$e(i)})}function Qw(o,i){return new o({type:"string",format:"ksuid",check:"string_format",abort:!1,...$e(i)})}function Jw(o,i){return new o({type:"string",format:"ipv4",check:"string_format",abort:!1,...$e(i)})}function ev(o,i){return new o({type:"string",format:"ipv6",check:"string_format",abort:!1,...$e(i)})}function tv(o,i){return new o({type:"string",format:"cidrv4",check:"string_format",abort:!1,...$e(i)})}function ov(o,i){return new o({type:"string",format:"cidrv6",check:"string_format",abort:!1,...$e(i)})}function iv(o,i){return new o({type:"string",format:"base64",check:"string_format",abort:!1,...$e(i)})}function nv(o,i){return new o({type:"string",format:"base64url",check:"string_format",abort:!1,...$e(i)})}function av(o,i){return new o({type:"string",format:"e164",check:"string_format",abort:!1,...$e(i)})}function rv(o,i){return new o({type:"string",format:"jwt",check:"string_format",abort:!1,...$e(i)})}function lv(o,i){return new o({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...$e(i)})}function sv(o,i){return new o({type:"string",format:"date",check:"string_format",...$e(i)})}function dv(o,i){return new o({type:"string",format:"time",check:"string_format",precision:null,...$e(i)})}function cv(o,i){return new o({type:"string",format:"duration",check:"string_format",...$e(i)})}function pv(o,i){return new o({type:"number",checks:[],...$e(i)})}function uv(o,i){return new o({type:"number",check:"number_format",abort:!1,format:"safeint",...$e(i)})}function fv(o,i){return new o({type:"boolean",...$e(i)})}function mv(o){return new o({type:"any"})}function hv(o){return new o({type:"unknown"})}function bv(o,i){return new o({type:"never",...$e(i)})}function W1(o,i){return new _1({check:"less_than",...$e(i),value:o,inclusive:!1})}function Td(o,i){return new _1({check:"less_than",...$e(i),value:o,inclusive:!0})}function G1(o,i){return new L1({check:"greater_than",...$e(i),value:o,inclusive:!1})}function Od(o,i){return new L1({check:"greater_than",...$e(i),value:o,inclusive:!0})}function Z1(o,i){return new R7({check:"multiple_of",...$e(i),value:o})}function Y1(o,i){return new _7({check:"max_length",...$e(i),maximum:o})}function Il(o,i){return new L7({check:"min_length",...$e(i),minimum:o})}function X1(o,i){return new P7({check:"length_equals",...$e(i),length:o})}function gv(o,i){return new M7({check:"string_format",format:"regex",...$e(i),pattern:o})}function yv(o){return new N7({check:"string_format",format:"lowercase",...$e(o)})}function wv(o){return new j7({check:"string_format",format:"uppercase",...$e(o)})}function vv(o,i){return new $7({check:"string_format",format:"includes",...$e(i),includes:o})}function Cv(o,i){return new F7({check:"string_format",format:"starts_with",...$e(i),prefix:o})}function kv(o,i){return new q7({check:"string_format",format:"ends_with",...$e(i),suffix:o})}function Ma(o){return new V7({check:"overwrite",tx:o})}function xv(o){return Ma(i=>i.normalize(o))}function Iv(){return Ma(o=>o.trim())}function Sv(){return Ma(o=>o.toLowerCase())}function Ev(){return Ma(o=>o.toUpperCase())}function Av(o,i,n){return new o({type:"array",element:i,...$e(n)})}function Tv(o,i,n){return new o({type:"custom",check:"custom",fn:i,...$e(n)})}const Ov=me("ZodISODateTime",(o,i)=>{ow.init(o,i),Rt.init(o,i)});function Dv(o){return lv(Ov,o)}const Rv=me("ZodISODate",(o,i)=>{iw.init(o,i),Rt.init(o,i)});function Bv(o){return sv(Rv,o)}const _v=me("ZodISOTime",(o,i)=>{nw.init(o,i),Rt.init(o,i)});function Lv(o){return dv(_v,o)}const Pv=me("ZodISODuration",(o,i)=>{aw.init(o,i),Rt.init(o,i)});function Mv(o){return cv(Pv,o)}const Sl=me("ZodError",(o,i)=>{I1.init(o,i),o.name="ZodError",Object.defineProperties(o,{format:{value:n=>J8(o,n)},flatten:{value:n=>Q8(o,n)},addIssue:{value:n=>o.issues.push(n)},addIssues:{value:n=>o.issues.push(...n)},isEmpty:{get(){return o.issues.length===0}}})},{Parent:Error}),Nv=e7(Sl),jv=t7(Sl),$v=E1(Sl),Fv=A1(Sl),Pt=me("ZodType",(o,i)=>(At.init(o,i),o.def=i,Object.defineProperty(o,"_def",{value:i}),o.check=(...n)=>o.clone({...i,checks:[...i.checks??[],...n.map(r=>typeof r=="function"?{_zod:{check:r,def:{check:"custom"},onattach:[]}}:r)]}),o.clone=(n,r)=>pn(o,n,r),o.brand=()=>o,o.register=(n,r)=>(n.add(o,r),o),o.parse=(n,r)=>Nv(o,n,r,{callee:o.parse}),o.safeParse=(n,r)=>$v(o,n,r),o.parseAsync=async(n,r)=>jv(o,n,r,{callee:o.parseAsync}),o.safeParseAsync=async(n,r)=>Fv(o,n,r),o.spa=o.safeParseAsync,o.refine=(n,r)=>o.check(_C(n,r)),o.superRefine=n=>o.check(LC(n)),o.overwrite=n=>o.check(Ma(n)),o.optional=()=>af(o),o.nullable=()=>rf(o),o.nullish=()=>af(rf(o)),o.nonoptional=n=>SC(o,n),o.array=()=>u(o),o.or=n=>mC([o,n]),o.and=n=>bC(o,n),o.transform=n=>sf(o,wC(n)),o.default=n=>kC(o,n),o.prefault=n=>IC(o,n),o.catch=n=>AC(o,n),o.pipe=n=>sf(o,n),o.readonly=()=>DC(o),o.describe=n=>{const r=o.clone();return xl.add(r,{description:n}),r},Object.defineProperty(o,"description",{get(){var n;return(n=xl.get(o))==null?void 0:n.description},configurable:!0}),o.meta=(...n)=>{if(n.length===0)return xl.get(o);const r=o.clone();return xl.add(r,n[0]),r},o.isOptional=()=>o.safeParse(void 0).success,o.isNullable=()=>o.safeParse(null).success,o)),Q1=me("_ZodString",(o,i)=>{Ed.init(o,i),Pt.init(o,i);const n=o._zod.bag;o.format=n.format??null,o.minLength=n.minimum??null,o.maxLength=n.maximum??null,o.regex=(...r)=>o.check(gv(...r)),o.includes=(...r)=>o.check(vv(...r)),o.startsWith=(...r)=>o.check(Cv(...r)),o.endsWith=(...r)=>o.check(kv(...r)),o.min=(...r)=>o.check(Il(...r)),o.max=(...r)=>o.check(Y1(...r)),o.length=(...r)=>o.check(X1(...r)),o.nonempty=(...r)=>o.check(Il(1,...r)),o.lowercase=r=>o.check(yv(r)),o.uppercase=r=>o.check(wv(r)),o.trim=()=>o.check(Iv()),o.normalize=(...r)=>o.check(xv(...r)),o.toLowerCase=()=>o.check(Sv()),o.toUpperCase=()=>o.check(Ev())}),qv=me("ZodString",(o,i)=>{Ed.init(o,i),Q1.init(o,i),o.email=n=>o.check(Fw(Vv,n)),o.url=n=>o.check(Hw(zv,n)),o.jwt=n=>o.check(rv(nC,n)),o.emoji=n=>o.check(Kw(Uv,n)),o.guid=n=>o.check(K1(J1,n)),o.uuid=n=>o.check(qw(El,n)),o.uuidv4=n=>o.check(Vw(El,n)),o.uuidv6=n=>o.check(zw(El,n)),o.uuidv7=n=>o.check(Uw(El,n)),o.nanoid=n=>o.check(Ww(Hv,n)),o.guid=n=>o.check(K1(J1,n)),o.cuid=n=>o.check(Gw(Kv,n)),o.cuid2=n=>o.check(Zw(Wv,n)),o.ulid=n=>o.check(Yw(Gv,n)),o.base64=n=>o.check(iv(tC,n)),o.base64url=n=>o.check(nv(oC,n)),o.xid=n=>o.check(Xw(Zv,n)),o.ksuid=n=>o.check(Qw(Yv,n)),o.ipv4=n=>o.check(Jw(Xv,n)),o.ipv6=n=>o.check(ev(Qv,n)),o.cidrv4=n=>o.check(tv(Jv,n)),o.cidrv6=n=>o.check(ov(eC,n)),o.e164=n=>o.check(av(iC,n)),o.datetime=n=>o.check(Dv(n)),o.date=n=>o.check(Bv(n)),o.time=n=>o.check(Lv(n)),o.duration=n=>o.check(Mv(n))});function e(o){return $w(qv,o)}const Rt=me("ZodStringFormat",(o,i)=>{Tt.init(o,i),Q1.init(o,i)}),Vv=me("ZodEmail",(o,i)=>{W7.init(o,i),Rt.init(o,i)}),J1=me("ZodGUID",(o,i)=>{H7.init(o,i),Rt.init(o,i)}),El=me("ZodUUID",(o,i)=>{K7.init(o,i),Rt.init(o,i)}),zv=me("ZodURL",(o,i)=>{G7.init(o,i),Rt.init(o,i)}),Uv=me("ZodEmoji",(o,i)=>{Z7.init(o,i),Rt.init(o,i)}),Hv=me("ZodNanoID",(o,i)=>{Y7.init(o,i),Rt.init(o,i)}),Kv=me("ZodCUID",(o,i)=>{X7.init(o,i),Rt.init(o,i)}),Wv=me("ZodCUID2",(o,i)=>{Q7.init(o,i),Rt.init(o,i)}),Gv=me("ZodULID",(o,i)=>{J7.init(o,i),Rt.init(o,i)}),Zv=me("ZodXID",(o,i)=>{ew.init(o,i),Rt.init(o,i)}),Yv=me("ZodKSUID",(o,i)=>{tw.init(o,i),Rt.init(o,i)}),Xv=me("ZodIPv4",(o,i)=>{rw.init(o,i),Rt.init(o,i)}),Qv=me("ZodIPv6",(o,i)=>{lw.init(o,i),Rt.init(o,i)}),Jv=me("ZodCIDRv4",(o,i)=>{sw.init(o,i),Rt.init(o,i)}),eC=me("ZodCIDRv6",(o,i)=>{dw.init(o,i),Rt.init(o,i)}),tC=me("ZodBase64",(o,i)=>{cw.init(o,i),Rt.init(o,i)}),oC=me("ZodBase64URL",(o,i)=>{uw.init(o,i),Rt.init(o,i)}),iC=me("ZodE164",(o,i)=>{fw.init(o,i),Rt.init(o,i)}),nC=me("ZodJWT",(o,i)=>{hw.init(o,i),Rt.init(o,i)}),ef=me("ZodNumber",(o,i)=>{M1.init(o,i),Pt.init(o,i),o.gt=(r,d)=>o.check(G1(r,d)),o.gte=(r,d)=>o.check(Od(r,d)),o.min=(r,d)=>o.check(Od(r,d)),o.lt=(r,d)=>o.check(W1(r,d)),o.lte=(r,d)=>o.check(Td(r,d)),o.max=(r,d)=>o.check(Td(r,d)),o.int=r=>o.check(tf(r)),o.safe=r=>o.check(tf(r)),o.positive=r=>o.check(G1(0,r)),o.nonnegative=r=>o.check(Od(0,r)),o.negative=r=>o.check(W1(0,r)),o.nonpositive=r=>o.check(Td(0,r)),o.multipleOf=(r,d)=>o.check(Z1(r,d)),o.step=(r,d)=>o.check(Z1(r,d)),o.finite=()=>o;const n=o._zod.bag;o.minValue=Math.max(n.minimum??Number.NEGATIVE_INFINITY,n.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,o.maxValue=Math.min(n.maximum??Number.POSITIVE_INFINITY,n.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,o.isInt=(n.format??"").includes("int")||Number.isSafeInteger(n.multipleOf??.5),o.isFinite=!0,o.format=n.format??null});function c(o){return pv(ef,o)}const aC=me("ZodNumberFormat",(o,i)=>{bw.init(o,i),ef.init(o,i)});function tf(o){return uv(aC,o)}const rC=me("ZodBoolean",(o,i)=>{gw.init(o,i),Pt.init(o,i)});function m(o){return fv(rC,o)}const lC=me("ZodAny",(o,i)=>{yw.init(o,i),Pt.init(o,i)});function ke(){return mv(lC)}const sC=me("ZodUnknown",(o,i)=>{ww.init(o,i),Pt.init(o,i)});function of(){return hv(sC)}const dC=me("ZodNever",(o,i)=>{vw.init(o,i),Pt.init(o,i)});function cC(o){return bv(dC,o)}const pC=me("ZodArray",(o,i)=>{Cw.init(o,i),Pt.init(o,i),o.element=i.element,o.min=(n,r)=>o.check(Il(n,r)),o.nonempty=n=>o.check(Il(1,n)),o.max=(n,r)=>o.check(Y1(n,r)),o.length=(n,r)=>o.check(X1(n,r)),o.unwrap=()=>o.element});function u(o,i){return Av(pC,o,i)}const uC=me("ZodObject",(o,i)=>{kw.init(o,i),Pt.init(o,i),Lt(o,"shape",()=>Object.fromEntries(Object.entries(o._zod.def.shape))),o.keyof=()=>Q(Object.keys(o._zod.def.shape)),o.catchall=n=>o.clone({...o._zod.def,catchall:n}),o.passthrough=()=>o.clone({...o._zod.def,catchall:of()}),o.loose=()=>o.clone({...o._zod.def,catchall:of()}),o.strict=()=>o.clone({...o._zod.def,catchall:cC()}),o.strip=()=>o.clone({...o._zod.def,catchall:void 0}),o.extend=n=>G8(o,n),o.merge=n=>Z8(o,n),o.pick=n=>K8(o,n),o.omit=n=>W8(o,n),o.partial=(...n)=>Y8(nf,o,n[0]),o.required=(...n)=>X8(lf,o,n[0])});function a(o,i){const n={type:"object",get shape(){return kd(this,"shape",{...o}),this.shape},...$e(i)};return new uC(n)}const fC=me("ZodUnion",(o,i)=>{xw.init(o,i),Pt.init(o,i),o.options=i.options});function mC(o,i){return new fC({type:"union",options:o,...$e(i)})}const hC=me("ZodIntersection",(o,i)=>{Iw.init(o,i),Pt.init(o,i)});function bC(o,i){return new hC({type:"intersection",left:o,right:i})}const gC=me("ZodRecord",(o,i)=>{Sw.init(o,i),Pt.init(o,i),o.keyType=i.keyType,o.valueType=i.valueType});function R(o,i,n){return new gC({type:"record",keyType:o,valueType:i,...$e(n)})}const Dd=me("ZodEnum",(o,i)=>{Ew.init(o,i),Pt.init(o,i),o.enum=i.entries,o.options=Object.values(i.entries);const n=new Set(Object.keys(i.entries));o.extract=(r,d)=>{const s={};for(const p of r)if(n.has(p))s[p]=i.entries[p];else throw new Error(`Key ${p} not found in enum`);return new Dd({...i,checks:[],...$e(d),entries:s})},o.exclude=(r,d)=>{const s={...i.entries};for(const p of r)if(n.has(p))delete s[p];else throw new Error(`Key ${p} not found in enum`);return new Dd({...i,checks:[],...$e(d),entries:s})}});function Q(o,i){const n=Array.isArray(o)?Object.fromEntries(o.map(r=>[r,r])):o;return new Dd({type:"enum",entries:n,...$e(i)})}const yC=me("ZodTransform",(o,i)=>{Aw.init(o,i),Pt.init(o,i),o._zod.parse=(n,r)=>{n.addIssue=s=>{if(typeof s=="string")n.issues.push(Pa(s,n.value,i));else{const p=s;p.fatal&&(p.continue=!1),p.code??(p.code="custom"),p.input??(p.input=n.value),p.inst??(p.inst=o),p.continue??(p.continue=!0),n.issues.push(Pa(p))}};const d=i.transform(n.value,n);return d instanceof Promise?d.then(s=>(n.value=s,n)):(n.value=d,n)}});function wC(o){return new yC({type:"transform",transform:o})}const nf=me("ZodOptional",(o,i)=>{Tw.init(o,i),Pt.init(o,i),o.unwrap=()=>o._zod.def.innerType});function af(o){return new nf({type:"optional",innerType:o})}const vC=me("ZodNullable",(o,i)=>{Ow.init(o,i),Pt.init(o,i),o.unwrap=()=>o._zod.def.innerType});function rf(o){return new vC({type:"nullable",innerType:o})}const CC=me("ZodDefault",(o,i)=>{Dw.init(o,i),Pt.init(o,i),o.unwrap=()=>o._zod.def.innerType,o.removeDefault=o.unwrap});function kC(o,i){return new CC({type:"default",innerType:o,get defaultValue(){return typeof i=="function"?i():i}})}const xC=me("ZodPrefault",(o,i)=>{Rw.init(o,i),Pt.init(o,i),o.unwrap=()=>o._zod.def.innerType});function IC(o,i){return new xC({type:"prefault",innerType:o,get defaultValue(){return typeof i=="function"?i():i}})}const lf=me("ZodNonOptional",(o,i)=>{Bw.init(o,i),Pt.init(o,i),o.unwrap=()=>o._zod.def.innerType});function SC(o,i){return new lf({type:"nonoptional",innerType:o,...$e(i)})}const EC=me("ZodCatch",(o,i)=>{_w.init(o,i),Pt.init(o,i),o.unwrap=()=>o._zod.def.innerType,o.removeCatch=o.unwrap});function AC(o,i){return new EC({type:"catch",innerType:o,catchValue:typeof i=="function"?i:()=>i})}const TC=me("ZodPipe",(o,i)=>{Lw.init(o,i),Pt.init(o,i),o.in=i.in,o.out=i.out});function sf(o,i){return new TC({type:"pipe",in:o,out:i})}const OC=me("ZodReadonly",(o,i)=>{Pw.init(o,i),Pt.init(o,i)});function DC(o){return new OC({type:"readonly",innerType:o})}const RC=me("ZodCustom",(o,i)=>{Mw.init(o,i),Pt.init(o,i)});function BC(o,i){const n=new Co({check:"custom",...$e(i)});return n._zod.check=o,n}function _C(o,i={}){return Tv(RC,o,i)}function LC(o,i){const n=BC(r=>(r.addIssue=d=>{if(typeof d=="string")r.issues.push(Pa(d,r.value,n._zod.def));else{const s=d;s.fatal&&(s.continue=!1),s.code??(s.code="custom"),s.input??(s.input=r.value),s.inst??(s.inst=n),s.continue??(s.continue=!n._zod.def.abort),r.issues.push(Pa(s))}},o(r.value,r)),i);return n}function PC(){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 n(){document.body.insertBefore(i,document.body.firstChild)}return document.readyState==="loading"?document.addEventListener("DOMContentLoaded",n):n(),function(d,s){(o.indexOf(s)>-1||document.getElementById(s))&&console.warn(`Icon #${s} was duplicately registered. It must be globally unique.`),o.push(s),i.insertAdjacentHTML("beforeend",d)}}const ee=PC();ee('<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 MC="account";ee('<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 NC="add-contact";ee('<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 jC="add-filter";ee('<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 $C="adfs";ee('<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 FC="agent";ee('<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 qC="api";ee('<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 VC="app-navigator";ee('<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 zC="arrange";ee('<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 UC="arrow-down";ee('<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 HC="arrow-left";ee('<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 KC="arrow-mix";ee('<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 WC="arrow-right";ee('<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 GC="arrow-up";ee('<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 ZC="assignee";ee('<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 YC="attach";ee('<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 XC="attention";ee('<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 QC="azure";ee('<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 JC="back";ee('<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 ek="bell";ee('<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 tk="bell-badged";ee('<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 ok="bot";ee('<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 ik="bread-crumbs";ee('<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 nk="bucket";ee('<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 ak="calendar";ee('<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 rk="call";ee('<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 lk="call--filled";ee('<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 sk="call-add-to";ee('<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 dk="call-add-to--filled";ee('<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 ck="call-disconnect";ee('<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 pk="call-disconnect--filled";ee('<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 uk="call-end";ee('<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 fk="call-end--filled";ee('<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 mk="call-inbound";ee('<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 hk="call-inbound--filled";ee('<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 bk="call-missed";ee('<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 gk="call-missed--filled";ee('<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 yk="call-outbound";ee('<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 wk="call-outbound--filled";ee('<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 vk="call-ringing";ee('<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 Ck="call-ringing--filled";ee('<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 kk="call-transfer";ee('<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 xk="call-transfer--filled";ee('<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 Ik="case-author";ee('<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 Sk="cases";ee('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="case-done"><path fill-rule="evenodd" d="M19 8a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3v-8a3 3 0 0 1 3-3zm-3.336 3.753a1 1 0 0 0-1.411.083l-3.296 3.707-1.25-1.25-.076-.068a1 1 0 0 0-1.338 1.482l1.25 1.25a2 2 0 0 0 2.91-.085l3.294-3.708a1 1 0 0 0-.083-1.411" clip-rule="evenodd" /><path d="M9.676 2a3 3 0 0 1 .948.154l2.385.794a1 1 0 0 0 .315.052H19a3 3 0 0 1 3 3v1a4.98 4.98 0 0 0-3-1H5a4.98 4.98 0 0 0-3 1V5a3 3 0 0 1 3-3z" /></symbol>',"case-done");const Ek="case-done";ee('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="case--filled"><path d="M22 12v7a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3v-7zM9.676 2a3 3 0 0 1 .948.154l2.385.794a1 1 0 0 0 .315.052H19a3 3 0 0 1 3 3v4h-3V9a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v1H2V5a3 3 0 0 1 3-3z" /></symbol>',"case--filled");const Ak="case--filled";ee('<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 Tk="chat";ee('<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 Ok="chat--filled";ee('<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 Dk="chat-emoji";ee('<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 Rk="chat-end";ee('<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 Bk="chat-end--filled";ee('<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 _k="chat-group";ee('<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 Lk="chat-join";ee('<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 Pk="chat-message-status-read";ee('<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 Mk="chat-message-status-sent";ee('<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 Nk="chat-quick-response";ee('<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 jk="chat-quick-response--filled";ee('<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 $k="chat-reply";ee('<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 Fk="chat-send";ee('<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 qk="chat-transfer";ee('<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 Vk="chat-transfer--filled";ee('<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 zk="checkbox";ee('<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 Uk="checkbox--checked";ee('<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 Hk="checkbox--checked--filled";ee('<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 Kk="checkbox-tick";ee('<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 Wk="clear";ee('<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 Gk="close";ee('<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 Zk="close--filled";ee('<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 Yk="collapse";ee('<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 Xk="column-select";ee('<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 Qk="comment";ee('<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 Jk="conference";ee('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="consultative-transfer"><path d="M12.953 2a1 1 0 0 1 1 1v1h1a1 1 0 1 1 0 2h-1v1a1 1 0 1 1-2 0V6h-1a1 1 0 0 1 0-2h1V3a1 1 0 0 1 1-1" /><path d="M5.396 21.912c-1.924-.012-3.427-1.57-3.438-3.565l-.005-.944c-.008-1.437.662-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.951 2.628l.014.01c1.27.915 2 2.3 2.008 3.935l.006.943q0 .19-.04.376a4.1 4.1 0 0 1-1.193 2.072c-.57.537-1.357.969-2.276 1.027l-.107.003-1.559-.01c-1.665-.01-2.972-1.364-2.981-3.09l-.003-.556c-.94-.297-1.978-.491-2.95-.497-1.117-.006-2.105.144-2.924.418l.003.444c.004.832-.254 1.65-.816 2.272a2.85 2.85 0 0 1-2.152.94z" clip-rule="evenodd" /></symbol>',"consultative-transfer");const ex="consultative-transfer";ee('<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 tx="contacts";ee('<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 ox="copy";ee('<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 ix="custom-chat-gateway";ee('<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 nx="dark-mode";ee('<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 ax="docs";ee('<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 rx="done";ee('<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 lx="download";ee('<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 sx="edit";ee('<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 dx="elevenlabs";ee('<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 cx="email";ee('<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 px="email-inbound";ee('<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 ux="email-outbound";ee('<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 fx="expand";ee('<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 mx="eye--closed";ee('<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 hx="eye--opened";ee('<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 bx="false-ic";ee('<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 gx="filter";ee('<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 yx="flows";ee('<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 wx="generate";ee('<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 vx="google";ee('<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 Cx="group";ee('<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 kx="history";ee('<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 xx="hold";ee('<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 Ix="idle";ee('<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 Sx="impacted";ee('<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 Ex="instagram";ee('<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 Ax="job";ee('<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 Tx="job--accept";ee('<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 Ox="job--end";ee('<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 Dx="json";ee('<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 Rx="link";ee('<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 Bx="load-preset";ee('<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 _x="lock";ee('<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 Lx="log";ee('<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 Px="logout";ee('<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 Mx="mail";ee('<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 Nx="mail--color";ee('<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 jx="manual";ee('<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 $x="menu";ee('<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 Fx="messenger-custom";ee('<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 qx="messenger-facebook";ee('<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 Vx="messenger-facebook--filled";ee('<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 zx="messenger-infobip";ee('<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 Ux="messenger-messenger";ee('<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 Hx="messenger-telegram";ee('<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 Kx="messenger-telegram--filled";ee('<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 Wx="messenger-viber";ee('<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 Gx="messenger-viber--filled";ee('<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 Zx="messenger-web-chat";ee('<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 Yx="messenger-whatsapp";ee('<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 Xx="messenger-whatsapp--filled";ee('<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 Qx="meta";ee('<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 Jx="mic";ee('<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 eI="mic-muted";ee('<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 tI="microsoft";ee('<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 oI="minus";ee('<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 iI="move";ee('<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 nI="note";ee('<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 aI="numpad";ee('<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 rI="options";ee('<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 lI="pause";ee('<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 sI="pin";ee('<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 dI="play";ee('<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 cI="plus";ee('<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 pI="plyr-airplay";ee('<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 uI="plyr-captions-off";ee('<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 fI="plyr-captions-on";ee('<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" /></symbol>',"plyr-download");const mI="plyr-download";ee('<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 hI="plyr-enter-fullscreen";ee('<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 bI="plyr-exit-fullscreen";ee('<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 gI="plyr-fast-forward";ee('<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 yI="plyr-logo-vimeo";ee('<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 wI="plyr-logo-youtube";ee('<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 vI="plyr-muted";ee('<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 CI="plyr-pause";ee('<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 kI="plyr-pip";ee('<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 xI="plyr-play";ee('<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 II="plyr-restart";ee('<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 SI="plyr-rewind";ee('<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 EI="plyr-settings";ee('<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 AI="plyr-volume";ee('<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 TI="portal";ee('<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 OI="preview-tag-application";ee('<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 DI="preview-tag-audio";ee('<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 RI="preview-tag-image";ee('<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 BI="preview-tag-video";ee('<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 _I="prompter";ee('<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 LI="queue-member";ee('<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 PI="quick-replies";ee('<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 MI="radio";ee('<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 NI="radio--checked";ee('<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 jI="rec";ee('<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 $I="rec-off";ee('<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 FI="redo";ee('<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 qI="refresh";ee('<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 VI="reporter";ee('<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 zI="role";ee('<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 UI="rounded-info";ee('<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 HI="save";ee('<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 KI="save-as";ee('<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 WI="scorecard";ee('<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 GI="search";ee('<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 ZI="select-custom-value-enter";ee('<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 YI="send-arrow";ee('<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 XI="settings";ee('<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 QI="social-media";ee('<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 JI="sort-arrow-down";ee('<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 eS="sort-arrow-up";ee('<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 tS="sound-off";ee('<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 oS="sound-on";ee('<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 iS="star";ee('<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 nS="star--filled";ee('<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 aS="stop";ee('<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 rS="stop-sign";ee('<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 lS="stt";ee('<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 sS="stt-download";ee('<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 dS="stt-search";ee('<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 cS="table";ee('<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 pS="telegram-bot";ee('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="tick"><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>',"tick");const uS="tick";ee('<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 fS="tree-collapse";ee('<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 mS="tree-corner";ee('<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 hS="tree-cross";ee('<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 bS="tree-expand";ee('<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 gS="tree-line";ee('<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 yS="true-ic";ee('<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 wS="tts-download";ee('<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 vS="undo";ee('<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 CS="union";ee('<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 kS="unpin";ee('<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 xS="update-calls";ee('<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 IS="upload";ee('<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 SS="user";ee('<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 ES="variable-select";ee('<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 AS="versions";ee('<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 TS="video-cam";ee('<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 OS="video-cam-off";ee('<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 DS="webitel-logo";ee('<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 RS="zoom-in";ee('<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"),w1({account:MC,agent:FC,api:qC,arrange:zC,adfs:$C,appNavigator:VC,arrowDown:UC,arrowLeft:HC,arrowRight:WC,arrowUp:GC,assignee:ZC,arrowMix:KC,attach:YC,attention:XC,azure:QC,addFilter:jC,addContact:NC,back:JC,bell:ek,bellBadged:tk,bucket:nk,breadCrumbs:ik,bot:ok,calendar:ak,darkMode:nx,call:rk,"call--filled":lk,callAddTo:sk,"call-add-to--filled":dk,callDisconnect:ck,"call-disconnect--filled":pk,callEnd:uk,"call-end--filled":fk,callInbound:mk,"call-inbound--filled":hk,selectCustomValueEnter:ZI,callMissed:bk,"call-missed--filled":gk,callOutbound:yk,"call-outbound--filled":wk,callRinging:vk,"call-ringing--filled":Ck,callTransfer:kk,"call-transfer--filled":xk,consultativeTransfer:ex,updateCalls:xS,caseAuthor:Ik,cases:Sk,"case--filled":Ak,caseDone:Ek,chat:Tk,"chat--filled":Ok,chatEmoji:Dk,chatEnd:Rk,"chat-end--filled":Bk,chatGroup:_k,chatJoin:Lk,chatMessageStatusRead:Pk,chatMessageStatusSent:Mk,chatQuickResponse:Nk,"chat-quick-response--filled":jk,chatReply:$k,chatSend:Fk,chatTransfer:qk,"chat-transfer--filled":Vk,job:Ax,"job--accept":Tx,"job--end":Ox,checkbox:zk,"checkbox--checked":Uk,"checkbox--checked--filled":Hk,clear:Wk,close:Gk,"close--filled":Zk,minus:oI,collapse:Yk,columnSelect:Xk,comment:Qk,variableSelect:ES,contacts:tx,copy:ox,customChatGateway:ix,docs:ax,download:lx,edit:sx,elevenlabs:dx,plus:cI,expand:fx,"eye--closed":mx,"eye--opened":hx,filter:gx,flows:yx,falseIc:bx,generate:wx,google:vx,group:Cx,history:kx,hold:xx,impacted:Sx,link:Rx,lock:_x,logout:Px,manual:jx,menu:$x,email:cx,emailInbound:px,emailOutbound:ux,mail:Mx,"mail--color":Nx,messengerCustom:Fx,messengerFacebook:qx,"messenger-facebook--filled":Vx,messengerInfobip:zx,messengerTelegram:Hx,"messenger-telegram--filled":Kx,messengerViber:Wx,"messenger-viber--filled":Gx,messengerWebChat:Zx,messengerWhatsapp:Yx,"messenger-whatsapp--filled":Xx,messengerMessenger:Ux,instagram:Ex,mic:Jx,micMuted:eI,microsoft:tI,move:iI,treeCollapse:fS,note:nI,numpad:aI,pause:lI,play:dI,table:cS,treeExpand:bS,prompter:_I,queueMember:LI,radio:MI,"radio--checked":NI,rec:jI,recOff:$I,refresh:qI,reporter:VI,roundedInfo:UI,role:zI,done:rx,search:GI,sendArrow:YI,settings:XI,socialMedia:QI,sortArrowDown:JI,sortArrowUp:eS,soundOff:tS,soundOn:oS,scorecard:WI,star:iS,"star--filled":nS,stop:aS,stopSign:rS,tick:uS,upload:IS,user:SS,union:CS,videoCamOff:OS,videoCam:TS,zoomIn:RS,zoomOut:"zoom-out",ttsDownload:wS,treeLine:gS,treeCorner:mS,treeCross:hS,trueIc:yS,stt:lS,sttDownload:sS,sttSearch:dS,idle:Ix,telegramBot:pS,pin:sI,unpin:kS,conference:Jk,meta:Qx,options:rI,json:Dx,redo:FI,save:HI,saveAs:KI,undo:vS,versions:AS,webitelLogo:DS,portal:TI,previewTagAudio:DI,previewTagVideo:BI,previewTagApplication:OI,previewTagImage:RI,plyrAirplay:pI,plyrCaptionsOff:uI,plyrCaptionsOn:fI,plyrDownload:mI,plyrEnterFullscreen:hI,plyrExitFullscreen:bI,plyrFastForward:gI,plyrLogoVimeo:yI,plyrLogoYoutube:wI,plyrMuted:vI,plyrPause:CI,plyrPip:kI,plyrPlay:xI,plyrRestart:II,plyrRewind:SI,plyrSettings:EI,plyrVolume:AI,loadPreset:Bx,quickReplies:PI,checkboxTick:Kk,log:Lx});const fn=globalThis||void 0||self;function BS(o){return o&&o.__esModule&&Object.prototype.hasOwnProperty.call(o,"default")?o.default:o}var df={exports:{}},Ft=df.exports={},oi,ii;function Rd(){throw new Error("setTimeout has not been defined")}function Bd(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?oi=setTimeout:oi=Rd}catch{oi=Rd}try{typeof clearTimeout=="function"?ii=clearTimeout:ii=Bd}catch{ii=Bd}})();function cf(o){if(oi===setTimeout)return setTimeout(o,0);if((oi===Rd||!oi)&&setTimeout)return oi=setTimeout,setTimeout(o,0);try{return oi(o,0)}catch{try{return oi.call(null,o,0)}catch{return oi.call(this,o,0)}}}function _S(o){if(ii===clearTimeout)return clearTimeout(o);if((ii===Bd||!ii)&&clearTimeout)return ii=clearTimeout,clearTimeout(o);try{return ii(o)}catch{try{return ii.call(null,o)}catch{return ii.call(this,o)}}}var Ei=[],Yn=!1,mn,Al=-1;function LS(){!Yn||!mn||(Yn=!1,mn.length?Ei=mn.concat(Ei):Al=-1,Ei.length&&pf())}function pf(){if(!Yn){var o=cf(LS);Yn=!0;for(var i=Ei.length;i;){for(mn=Ei,Ei=[];++Al<i;)mn&&mn[Al].run();Al=-1,i=Ei.length}mn=null,Yn=!1,_S(o)}}Ft.nextTick=function(o){var i=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)i[n-1]=arguments[n];Ei.push(new uf(o,i)),Ei.length===1&&!Yn&&cf(pf)};function uf(o,i){this.fun=o,this.array=i}uf.prototype.run=function(){this.fun.apply(null,this.array)},Ft.title="browser",Ft.browser=!0,Ft.env={},Ft.argv=[],Ft.version="",Ft.versions={};function Ai(){}Ft.on=Ai,Ft.addListener=Ai,Ft.once=Ai,Ft.off=Ai,Ft.removeListener=Ai,Ft.removeAllListeners=Ai,Ft.emit=Ai,Ft.prependListener=Ai,Ft.prependOnceListener=Ai,Ft.listeners=function(o){return[]},Ft.binding=function(o){throw new Error("process.binding is not supported")},Ft.cwd=function(){return"/"},Ft.chdir=function(o){throw new Error("process.chdir is not supported")},Ft.umask=function(){return 0};var PS=df.exports;const Fe=BS(PS);function ff(o,i){return function(){return o.apply(i,arguments)}}const{toString:MS}=Object.prototype,{getPrototypeOf:_d}=Object,{iterator:Tl,toStringTag:mf}=Symbol,Ol=(o=>i=>{const n=MS.call(i);return o[n]||(o[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),Vo=o=>(o=o.toLowerCase(),i=>Ol(i)===o),Dl=o=>i=>typeof i===o,{isArray:Xn}=Array,Na=Dl("undefined");function NS(o){return o!==null&&!Na(o)&&o.constructor!==null&&!Na(o.constructor)&&ko(o.constructor.isBuffer)&&o.constructor.isBuffer(o)}const hf=Vo("ArrayBuffer");function jS(o){let i;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?i=ArrayBuffer.isView(o):i=o&&o.buffer&&hf(o.buffer),i}const $S=Dl("string"),ko=Dl("function"),bf=Dl("number"),Rl=o=>o!==null&&typeof o=="object",FS=o=>o===!0||o===!1,Bl=o=>{if(Ol(o)!=="object")return!1;const i=_d(o);return(i===null||i===Object.prototype||Object.getPrototypeOf(i)===null)&&!(mf in o)&&!(Tl in o)},qS=Vo("Date"),VS=Vo("File"),zS=Vo("Blob"),US=Vo("FileList"),HS=o=>Rl(o)&&ko(o.pipe),KS=o=>{let i;return o&&(typeof FormData=="function"&&o instanceof FormData||ko(o.append)&&((i=Ol(o))==="formdata"||i==="object"&&ko(o.toString)&&o.toString()==="[object FormData]"))},WS=Vo("URLSearchParams"),[GS,ZS,YS,XS]=["ReadableStream","Request","Response","Headers"].map(Vo),QS=o=>o.trim?o.trim():o.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function ja(o,i,{allOwnKeys:n=!1}={}){if(o===null||typeof o>"u")return;let r,d;if(typeof o!="object"&&(o=[o]),Xn(o))for(r=0,d=o.length;r<d;r++)i.call(null,o[r],r,o);else{const s=n?Object.getOwnPropertyNames(o):Object.keys(o),p=s.length;let f;for(r=0;r<p;r++)f=s[r],i.call(null,o[f],f,o)}}function gf(o,i){i=i.toLowerCase();const n=Object.keys(o);let r=n.length,d;for(;r-- >0;)if(d=n[r],i===d.toLowerCase())return d;return null}const hn=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:fn,yf=o=>!Na(o)&&o!==hn;function Ld(){const{caseless:o}=yf(this)&&this||{},i={},n=(r,d)=>{const s=o&&gf(i,d)||d;Bl(i[s])&&Bl(r)?i[s]=Ld(i[s],r):Bl(r)?i[s]=Ld({},r):Xn(r)?i[s]=r.slice():i[s]=r};for(let r=0,d=arguments.length;r<d;r++)arguments[r]&&ja(arguments[r],n);return i}const JS=(o,i,n,{allOwnKeys:r}={})=>(ja(i,(d,s)=>{n&&ko(d)?o[s]=ff(d,n):o[s]=d},{allOwnKeys:r}),o),eE=o=>(o.charCodeAt(0)===65279&&(o=o.slice(1)),o),tE=(o,i,n,r)=>{o.prototype=Object.create(i.prototype,r),o.prototype.constructor=o,Object.defineProperty(o,"super",{value:i.prototype}),n&&Object.assign(o.prototype,n)},oE=(o,i,n,r)=>{let d,s,p;const f={};if(i=i||{},o==null)return i;do{for(d=Object.getOwnPropertyNames(o),s=d.length;s-- >0;)p=d[s],(!r||r(p,o,i))&&!f[p]&&(i[p]=o[p],f[p]=!0);o=n!==!1&&_d(o)}while(o&&(!n||n(o,i))&&o!==Object.prototype);return i},iE=(o,i,n)=>{o=String(o),(n===void 0||n>o.length)&&(n=o.length),n-=i.length;const r=o.indexOf(i,n);return r!==-1&&r===n},nE=o=>{if(!o)return null;if(Xn(o))return o;let i=o.length;if(!bf(i))return null;const n=new Array(i);for(;i-- >0;)n[i]=o[i];return n},aE=(o=>i=>o&&i instanceof o)(typeof Uint8Array<"u"&&_d(Uint8Array)),rE=(o,i)=>{const r=(o&&o[Tl]).call(o);let d;for(;(d=r.next())&&!d.done;){const s=d.value;i.call(o,s[0],s[1])}},lE=(o,i)=>{let n;const r=[];for(;(n=o.exec(i))!==null;)r.push(n);return r},sE=Vo("HTMLFormElement"),dE=o=>o.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,r,d){return r.toUpperCase()+d}),wf=(({hasOwnProperty:o})=>(i,n)=>o.call(i,n))(Object.prototype),cE=Vo("RegExp"),vf=(o,i)=>{const n=Object.getOwnPropertyDescriptors(o),r={};ja(n,(d,s)=>{let p;(p=i(d,s,o))!==!1&&(r[s]=p||d)}),Object.defineProperties(o,r)},pE=o=>{vf(o,(i,n)=>{if(ko(o)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const r=o[n];if(ko(r)){if(i.enumerable=!1,"writable"in i){i.writable=!1;return}i.set||(i.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},uE=(o,i)=>{const n={},r=d=>{d.forEach(s=>{n[s]=!0})};return Xn(o)?r(o):r(String(o).split(i)),n},fE=()=>{},mE=(o,i)=>o!=null&&Number.isFinite(o=+o)?o:i;function hE(o){return!!(o&&ko(o.append)&&o[mf]==="FormData"&&o[Tl])}const bE=o=>{const i=new Array(10),n=(r,d)=>{if(Rl(r)){if(i.indexOf(r)>=0)return;if(!("toJSON"in r)){i[d]=r;const s=Xn(r)?[]:{};return ja(r,(p,f)=>{const h=n(p,d+1);!Na(h)&&(s[f]=h)}),i[d]=void 0,s}}return r};return n(o,0)},gE=Vo("AsyncFunction"),yE=o=>o&&(Rl(o)||ko(o))&&ko(o.then)&&ko(o.catch),Cf=((o,i)=>o?setImmediate:i?((n,r)=>(hn.addEventListener("message",({source:d,data:s})=>{d===hn&&s===n&&r.length&&r.shift()()},!1),d=>{r.push(d),hn.postMessage(n,"*")}))(`axios@${Math.random()}`,[]):n=>setTimeout(n))(typeof setImmediate=="function",ko(hn.postMessage)),wE=typeof queueMicrotask<"u"?queueMicrotask.bind(hn):typeof Fe<"u"&&Fe.nextTick||Cf,de={isArray:Xn,isArrayBuffer:hf,isBuffer:NS,isFormData:KS,isArrayBufferView:jS,isString:$S,isNumber:bf,isBoolean:FS,isObject:Rl,isPlainObject:Bl,isReadableStream:GS,isRequest:ZS,isResponse:YS,isHeaders:XS,isUndefined:Na,isDate:qS,isFile:VS,isBlob:zS,isRegExp:cE,isFunction:ko,isStream:HS,isURLSearchParams:WS,isTypedArray:aE,isFileList:US,forEach:ja,merge:Ld,extend:JS,trim:QS,stripBOM:eE,inherits:tE,toFlatObject:oE,kindOf:Ol,kindOfTest:Vo,endsWith:iE,toArray:nE,forEachEntry:rE,matchAll:lE,isHTMLForm:sE,hasOwnProperty:wf,hasOwnProp:wf,reduceDescriptors:vf,freezeMethods:pE,toObjectSet:uE,toCamelCase:dE,noop:fE,toFiniteNumber:mE,findKey:gf,global:hn,isContextDefined:yf,isSpecCompliantForm:hE,toJSONObject:bE,isAsyncFn:gE,isThenable:yE,setImmediate:Cf,asap:wE,isIterable:o=>o!=null&&ko(o[Tl])};var kf={},_l={};_l.byteLength=kE,_l.toByteArray=IE,_l.fromByteArray=AE;for(var ni=[],No=[],vE=typeof Uint8Array<"u"?Uint8Array:Array,Pd="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Qn=0,CE=Pd.length;Qn<CE;++Qn)ni[Qn]=Pd[Qn],No[Pd.charCodeAt(Qn)]=Qn;No[45]=62,No[95]=63;function xf(o){var i=o.length;if(i%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=o.indexOf("=");n===-1&&(n=i);var r=n===i?0:4-n%4;return[n,r]}function kE(o){var i=xf(o),n=i[0],r=i[1];return(n+r)*3/4-r}function xE(o,i,n){return(i+n)*3/4-n}function IE(o){var i,n=xf(o),r=n[0],d=n[1],s=new vE(xE(o,r,d)),p=0,f=d>0?r-4:r,h;for(h=0;h<f;h+=4)i=No[o.charCodeAt(h)]<<18|No[o.charCodeAt(h+1)]<<12|No[o.charCodeAt(h+2)]<<6|No[o.charCodeAt(h+3)],s[p++]=i>>16&255,s[p++]=i>>8&255,s[p++]=i&255;return d===2&&(i=No[o.charCodeAt(h)]<<2|No[o.charCodeAt(h+1)]>>4,s[p++]=i&255),d===1&&(i=No[o.charCodeAt(h)]<<10|No[o.charCodeAt(h+1)]<<4|No[o.charCodeAt(h+2)]>>2,s[p++]=i>>8&255,s[p++]=i&255),s}function SE(o){return ni[o>>18&63]+ni[o>>12&63]+ni[o>>6&63]+ni[o&63]}function EE(o,i,n){for(var r,d=[],s=i;s<n;s+=3)r=(o[s]<<16&16711680)+(o[s+1]<<8&65280)+(o[s+2]&255),d.push(SE(r));return d.join("")}function AE(o){for(var i,n=o.length,r=n%3,d=[],s=16383,p=0,f=n-r;p<f;p+=s)d.push(EE(o,p,p+s>f?f:p+s));return r===1?(i=o[n-1],d.push(ni[i>>2]+ni[i<<4&63]+"==")):r===2&&(i=(o[n-2]<<8)+o[n-1],d.push(ni[i>>10]+ni[i>>4&63]+ni[i<<2&63]+"=")),d.join("")}var Md={};/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */Md.read=function(o,i,n,r,d){var s,p,f=d*8-r-1,h=(1<<f)-1,b=h>>1,g=-7,w=n?d-1:0,y=n?-1:1,v=o[i+w];for(w+=y,s=v&(1<<-g)-1,v>>=-g,g+=f;g>0;s=s*256+o[i+w],w+=y,g-=8);for(p=s&(1<<-g)-1,s>>=-g,g+=r;g>0;p=p*256+o[i+w],w+=y,g-=8);if(s===0)s=1-b;else{if(s===h)return p?NaN:(v?-1:1)*(1/0);p=p+Math.pow(2,r),s=s-b}return(v?-1:1)*p*Math.pow(2,s-r)},Md.write=function(o,i,n,r,d,s){var p,f,h,b=s*8-d-1,g=(1<<b)-1,w=g>>1,y=d===23?Math.pow(2,-24)-Math.pow(2,-77):0,v=r?0:s-1,A=r?1:-1,E=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+w>=1?i+=y/h:i+=y*Math.pow(2,1-w),i*h>=2&&(p++,h/=2),p+w>=g?(f=0,p=g):p+w>=1?(f=(i*h-1)*Math.pow(2,d),p=p+w):(f=i*Math.pow(2,w-1)*Math.pow(2,d),p=0));d>=8;o[n+v]=f&255,v+=A,f/=256,d-=8);for(p=p<<d|f,b+=d;b>0;o[n+v]=p&255,v+=A,p/=256,b-=8);o[n+v-A]|=E*128};/*!
|
|
26
|
+
})));`),y.write(`newResult[${_a(k)}] = ${O}.value`)}y.write("payload.value = newResult;"),y.write("return payload;");const x=y.compile();return(k,O)=>x(w,k,O)};let d;const s=xd,p=!v1.jitless,h=p&&V8.value,{catchall:b}=i;let g;o._zod.parse=(w,y)=>{g??(g=n.value);const v=w.value;if(!s(v))return w.issues.push({expected:"object",code:"invalid_type",input:v,inst:o}),w;const A=[];if(p&&h&&(y==null?void 0:y.async)===!1&&y.jitless!==!0)d||(d=r(i.shape)),w=d(w,y);else{w.value={};const O=g.shape;for(const T of g.keys){const D=O[T],N=D._zod.run({value:v[T],issues:[]},y),B=D._zod.optin==="optional"&&D._zod.optout==="optional";N instanceof Promise?A.push(N.then(j=>B?j1(j,w,T,v):kl(j,w,T))):B?j1(N,w,T,v):kl(N,w,T)}}if(!b)return A.length?Promise.all(A).then(()=>w):w;const E=[],S=g.keySet,x=b._zod,k=x.def.type;for(const O of Object.keys(v)){if(S.has(O))continue;if(k==="never"){E.push(O);continue}const T=x.run({value:v[O],issues:[]},y);T instanceof Promise?A.push(T.then(D=>kl(D,w,O))):kl(T,w,O)}return E.length&&w.issues.push({code:"unrecognized_keys",keys:E,input:v,inst:o}),A.length?Promise.all(A).then(()=>w):w}});function $1(o,i,n,r){for(const d of o)if(d.issues.length===0)return i.value=d.value,i;return i.issues.push({code:"invalid_union",input:i.value,inst:n,errors:o.map(d=>d.issues.map(s=>Vi(s,r,qi())))}),i}const xw=me("$ZodUnion",(o,i)=>{At.init(o,i),Lt(o._zod,"values",()=>{if(i.options.every(n=>n._zod.values))return new Set(i.options.flatMap(n=>Array.from(n._zod.values)))}),Lt(o._zod,"pattern",()=>{if(i.options.every(n=>n._zod.pattern)){const n=i.options.map(r=>r._zod.pattern);return new RegExp(`^(${n.map(r=>Cd(r.source)).join("|")})$`)}}),o._zod.parse=(n,r)=>{let d=!1;const s=[];for(const p of i.options){const f=p._zod.run({value:n.value,issues:[]},r);if(f instanceof Promise)s.push(f),d=!0;else{if(f.issues.length===0)return f;s.push(f)}}return d?Promise.all(s).then(p=>$1(p,n,o,r)):$1(s,n,o,r)}}),Iw=me("$ZodIntersection",(o,i)=>{At.init(o,i),o._zod.parse=(n,r)=>{const{value:d}=n,s=i.left._zod.run({value:d,issues:[]},r),p=i.right._zod.run({value:d,issues:[]},r);return s instanceof Promise||p instanceof Promise?Promise.all([s,p]).then(([h,b])=>F1(n,h,b)):F1(n,s,p)}});function Ad(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(Id(o)&&Id(i)){const n=Object.keys(i),r=Object.keys(o).filter(s=>n.indexOf(s)!==-1),d={...o,...i};for(const s of r){const p=Ad(o[s],i[s]);if(!p.valid)return{valid:!1,mergeErrorPath:[s,...p.mergeErrorPath]};d[s]=p.data}return{valid:!0,data:d}}if(Array.isArray(o)&&Array.isArray(i)){if(o.length!==i.length)return{valid:!1,mergeErrorPath:[]};const n=[];for(let r=0;r<o.length;r++){const d=o[r],s=i[r],p=Ad(d,s);if(!p.valid)return{valid:!1,mergeErrorPath:[r,...p.mergeErrorPath]};n.push(p.data)}return{valid:!0,data:n}}return{valid:!1,mergeErrorPath:[]}}function F1(o,i,n){if(i.issues.length&&o.issues.push(...i.issues),n.issues.length&&o.issues.push(...n.issues),La(o))return o;const r=Ad(i.value,n.value);if(!r.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(r.mergeErrorPath)}`);return o.value=r.data,o}const Sw=me("$ZodRecord",(o,i)=>{At.init(o,i),o._zod.parse=(n,r)=>{const d=n.value;if(!Id(d))return n.issues.push({expected:"record",code:"invalid_type",input:d,inst:o}),n;const s=[];if(i.keyType._zod.values){const p=i.keyType._zod.values;n.value={};for(const h of p)if(typeof h=="string"||typeof h=="number"||typeof h=="symbol"){const b=i.valueType._zod.run({value:d[h],issues:[]},r);b instanceof Promise?s.push(b.then(g=>{g.issues.length&&n.issues.push(...un(h,g.issues)),n.value[h]=g.value})):(b.issues.length&&n.issues.push(...un(h,b.issues)),n.value[h]=b.value)}let f;for(const h in d)p.has(h)||(f=f??[],f.push(h));f&&f.length>0&&n.issues.push({code:"unrecognized_keys",input:d,inst:o,keys:f})}else{n.value={};for(const p of Reflect.ownKeys(d)){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){n.issues.push({origin:"record",code:"invalid_key",issues:f.issues.map(b=>Vi(b,r,qi())),input:p,path:[p],inst:o}),n.value[f.value]=f.value;continue}const h=i.valueType._zod.run({value:d[p],issues:[]},r);h instanceof Promise?s.push(h.then(b=>{b.issues.length&&n.issues.push(...un(p,b.issues)),n.value[f.value]=b.value})):(h.issues.length&&n.issues.push(...un(p,h.issues)),n.value[f.value]=h.value)}}return s.length?Promise.all(s).then(()=>n):n}}),Ew=me("$ZodEnum",(o,i)=>{At.init(o,i);const n=$8(i.entries);o._zod.values=new Set(n),o._zod.pattern=new RegExp(`^(${n.filter(r=>z8.has(typeof r)).map(r=>typeof r=="string"?wl(r):r.toString()).join("|")})$`),o._zod.parse=(r,d)=>{const s=r.value;return o._zod.values.has(s)||r.issues.push({code:"invalid_value",values:n,input:s,inst:o}),r}}),Aw=me("$ZodTransform",(o,i)=>{At.init(o,i),o._zod.parse=(n,r)=>{const d=i.transform(n.value,n);if(r.async)return(d instanceof Promise?d:Promise.resolve(d)).then(p=>(n.value=p,n));if(d instanceof Promise)throw new Ba;return n.value=d,n}}),Tw=me("$ZodOptional",(o,i)=>{At.init(o,i),o._zod.optin="optional",o._zod.optout="optional",Lt(o._zod,"values",()=>i.innerType._zod.values?new Set([...i.innerType._zod.values,void 0]):void 0),Lt(o._zod,"pattern",()=>{const n=i.innerType._zod.pattern;return n?new RegExp(`^(${Cd(n.source)})?$`):void 0}),o._zod.parse=(n,r)=>n.value===void 0?n:i.innerType._zod.run(n,r)}),Ow=me("$ZodNullable",(o,i)=>{At.init(o,i),Lt(o._zod,"optin",()=>i.innerType._zod.optin),Lt(o._zod,"optout",()=>i.innerType._zod.optout),Lt(o._zod,"pattern",()=>{const n=i.innerType._zod.pattern;return n?new RegExp(`^(${Cd(n.source)}|null)$`):void 0}),Lt(o._zod,"values",()=>i.innerType._zod.values?new Set([...i.innerType._zod.values,null]):void 0),o._zod.parse=(n,r)=>n.value===null?n:i.innerType._zod.run(n,r)}),Dw=me("$ZodDefault",(o,i)=>{At.init(o,i),o._zod.optin="optional",Lt(o._zod,"values",()=>i.innerType._zod.values),o._zod.parse=(n,r)=>{if(n.value===void 0)return n.value=i.defaultValue,n;const d=i.innerType._zod.run(n,r);return d instanceof Promise?d.then(s=>q1(s,i)):q1(d,i)}});function q1(o,i){return o.value===void 0&&(o.value=i.defaultValue),o}const Rw=me("$ZodPrefault",(o,i)=>{At.init(o,i),o._zod.optin="optional",Lt(o._zod,"values",()=>i.innerType._zod.values),o._zod.parse=(n,r)=>(n.value===void 0&&(n.value=i.defaultValue),i.innerType._zod.run(n,r))}),Bw=me("$ZodNonOptional",(o,i)=>{At.init(o,i),Lt(o._zod,"values",()=>{const n=i.innerType._zod.values;return n?new Set([...n].filter(r=>r!==void 0)):void 0}),o._zod.parse=(n,r)=>{const d=i.innerType._zod.run(n,r);return d instanceof Promise?d.then(s=>V1(s,o)):V1(d,o)}});function V1(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 _w=me("$ZodCatch",(o,i)=>{At.init(o,i),Lt(o._zod,"optin",()=>i.innerType._zod.optin),Lt(o._zod,"optout",()=>i.innerType._zod.optout),Lt(o._zod,"values",()=>i.innerType._zod.values),o._zod.parse=(n,r)=>{const d=i.innerType._zod.run(n,r);return d instanceof Promise?d.then(s=>(n.value=s.value,s.issues.length&&(n.value=i.catchValue({...n,error:{issues:s.issues.map(p=>Vi(p,r,qi()))},input:n.value}),n.issues=[]),n)):(n.value=d.value,d.issues.length&&(n.value=i.catchValue({...n,error:{issues:d.issues.map(s=>Vi(s,r,qi()))},input:n.value}),n.issues=[]),n)}}),Lw=me("$ZodPipe",(o,i)=>{At.init(o,i),Lt(o._zod,"values",()=>i.in._zod.values),Lt(o._zod,"optin",()=>i.in._zod.optin),Lt(o._zod,"optout",()=>i.out._zod.optout),o._zod.parse=(n,r)=>{const d=i.in._zod.run(n,r);return d instanceof Promise?d.then(s=>z1(s,i,r)):z1(d,i,r)}});function z1(o,i,n){return La(o)?o:i.out._zod.run({value:o.value,issues:o.issues},n)}const Pw=me("$ZodReadonly",(o,i)=>{At.init(o,i),Lt(o._zod,"propValues",()=>i.innerType._zod.propValues),Lt(o._zod,"optin",()=>i.innerType._zod.optin),Lt(o._zod,"optout",()=>i.innerType._zod.optout),o._zod.parse=(n,r)=>{const d=i.innerType._zod.run(n,r);return d instanceof Promise?d.then(U1):U1(d)}});function U1(o){return o.value=Object.freeze(o.value),o}const Mw=me("$ZodCustom",(o,i)=>{Co.init(o,i),At.init(o,i),o._zod.parse=(n,r)=>n,o._zod.check=n=>{const r=n.value,d=i.fn(r);if(d instanceof Promise)return d.then(s=>H1(s,n,r,o));H1(d,n,r,o)}});function H1(o,i,n,r){if(!o){const d={code:"custom",input:n,inst:r,path:[...r._zod.def.path??[]],continue:!r._zod.def.abort};r._zod.def.params&&(d.params=r._zod.def.params),i.issues.push(Pa(d))}}class Nw{constructor(){this._map=new WeakMap,this._idmap=new Map}add(i,...n){const r=n[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 n=i._zod.parent;if(n){const r={...this.get(n)??{}};return delete r.id,{...r,...this._map.get(i)}}return this._map.get(i)}has(i){return this._map.has(i)}}function jw(){return new Nw}const xl=jw();function $w(o,i){return new o({type:"string",...$e(i)})}function Fw(o,i){return new o({type:"string",format:"email",check:"string_format",abort:!1,...$e(i)})}function K1(o,i){return new o({type:"string",format:"guid",check:"string_format",abort:!1,...$e(i)})}function qw(o,i){return new o({type:"string",format:"uuid",check:"string_format",abort:!1,...$e(i)})}function Vw(o,i){return new o({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...$e(i)})}function zw(o,i){return new o({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...$e(i)})}function Uw(o,i){return new o({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...$e(i)})}function Hw(o,i){return new o({type:"string",format:"url",check:"string_format",abort:!1,...$e(i)})}function Kw(o,i){return new o({type:"string",format:"emoji",check:"string_format",abort:!1,...$e(i)})}function Ww(o,i){return new o({type:"string",format:"nanoid",check:"string_format",abort:!1,...$e(i)})}function Gw(o,i){return new o({type:"string",format:"cuid",check:"string_format",abort:!1,...$e(i)})}function Zw(o,i){return new o({type:"string",format:"cuid2",check:"string_format",abort:!1,...$e(i)})}function Yw(o,i){return new o({type:"string",format:"ulid",check:"string_format",abort:!1,...$e(i)})}function Xw(o,i){return new o({type:"string",format:"xid",check:"string_format",abort:!1,...$e(i)})}function Qw(o,i){return new o({type:"string",format:"ksuid",check:"string_format",abort:!1,...$e(i)})}function Jw(o,i){return new o({type:"string",format:"ipv4",check:"string_format",abort:!1,...$e(i)})}function ev(o,i){return new o({type:"string",format:"ipv6",check:"string_format",abort:!1,...$e(i)})}function tv(o,i){return new o({type:"string",format:"cidrv4",check:"string_format",abort:!1,...$e(i)})}function ov(o,i){return new o({type:"string",format:"cidrv6",check:"string_format",abort:!1,...$e(i)})}function iv(o,i){return new o({type:"string",format:"base64",check:"string_format",abort:!1,...$e(i)})}function nv(o,i){return new o({type:"string",format:"base64url",check:"string_format",abort:!1,...$e(i)})}function av(o,i){return new o({type:"string",format:"e164",check:"string_format",abort:!1,...$e(i)})}function rv(o,i){return new o({type:"string",format:"jwt",check:"string_format",abort:!1,...$e(i)})}function lv(o,i){return new o({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...$e(i)})}function sv(o,i){return new o({type:"string",format:"date",check:"string_format",...$e(i)})}function dv(o,i){return new o({type:"string",format:"time",check:"string_format",precision:null,...$e(i)})}function cv(o,i){return new o({type:"string",format:"duration",check:"string_format",...$e(i)})}function pv(o,i){return new o({type:"number",checks:[],...$e(i)})}function uv(o,i){return new o({type:"number",check:"number_format",abort:!1,format:"safeint",...$e(i)})}function fv(o,i){return new o({type:"boolean",...$e(i)})}function mv(o){return new o({type:"any"})}function hv(o){return new o({type:"unknown"})}function bv(o,i){return new o({type:"never",...$e(i)})}function W1(o,i){return new _1({check:"less_than",...$e(i),value:o,inclusive:!1})}function Td(o,i){return new _1({check:"less_than",...$e(i),value:o,inclusive:!0})}function G1(o,i){return new L1({check:"greater_than",...$e(i),value:o,inclusive:!1})}function Od(o,i){return new L1({check:"greater_than",...$e(i),value:o,inclusive:!0})}function Z1(o,i){return new R7({check:"multiple_of",...$e(i),value:o})}function Y1(o,i){return new _7({check:"max_length",...$e(i),maximum:o})}function Il(o,i){return new L7({check:"min_length",...$e(i),minimum:o})}function X1(o,i){return new P7({check:"length_equals",...$e(i),length:o})}function gv(o,i){return new M7({check:"string_format",format:"regex",...$e(i),pattern:o})}function yv(o){return new N7({check:"string_format",format:"lowercase",...$e(o)})}function wv(o){return new j7({check:"string_format",format:"uppercase",...$e(o)})}function vv(o,i){return new $7({check:"string_format",format:"includes",...$e(i),includes:o})}function Cv(o,i){return new F7({check:"string_format",format:"starts_with",...$e(i),prefix:o})}function kv(o,i){return new q7({check:"string_format",format:"ends_with",...$e(i),suffix:o})}function Ma(o){return new V7({check:"overwrite",tx:o})}function xv(o){return Ma(i=>i.normalize(o))}function Iv(){return Ma(o=>o.trim())}function Sv(){return Ma(o=>o.toLowerCase())}function Ev(){return Ma(o=>o.toUpperCase())}function Av(o,i,n){return new o({type:"array",element:i,...$e(n)})}function Tv(o,i,n){return new o({type:"custom",check:"custom",fn:i,...$e(n)})}const Ov=me("ZodISODateTime",(o,i)=>{ow.init(o,i),Rt.init(o,i)});function Dv(o){return lv(Ov,o)}const Rv=me("ZodISODate",(o,i)=>{iw.init(o,i),Rt.init(o,i)});function Bv(o){return sv(Rv,o)}const _v=me("ZodISOTime",(o,i)=>{nw.init(o,i),Rt.init(o,i)});function Lv(o){return dv(_v,o)}const Pv=me("ZodISODuration",(o,i)=>{aw.init(o,i),Rt.init(o,i)});function Mv(o){return cv(Pv,o)}const Sl=me("ZodError",(o,i)=>{I1.init(o,i),o.name="ZodError",Object.defineProperties(o,{format:{value:n=>J8(o,n)},flatten:{value:n=>Q8(o,n)},addIssue:{value:n=>o.issues.push(n)},addIssues:{value:n=>o.issues.push(...n)},isEmpty:{get(){return o.issues.length===0}}})},{Parent:Error}),Nv=e7(Sl),jv=t7(Sl),$v=E1(Sl),Fv=A1(Sl),Pt=me("ZodType",(o,i)=>(At.init(o,i),o.def=i,Object.defineProperty(o,"_def",{value:i}),o.check=(...n)=>o.clone({...i,checks:[...i.checks??[],...n.map(r=>typeof r=="function"?{_zod:{check:r,def:{check:"custom"},onattach:[]}}:r)]}),o.clone=(n,r)=>pn(o,n,r),o.brand=()=>o,o.register=(n,r)=>(n.add(o,r),o),o.parse=(n,r)=>Nv(o,n,r,{callee:o.parse}),o.safeParse=(n,r)=>$v(o,n,r),o.parseAsync=async(n,r)=>jv(o,n,r,{callee:o.parseAsync}),o.safeParseAsync=async(n,r)=>Fv(o,n,r),o.spa=o.safeParseAsync,o.refine=(n,r)=>o.check(_C(n,r)),o.superRefine=n=>o.check(LC(n)),o.overwrite=n=>o.check(Ma(n)),o.optional=()=>af(o),o.nullable=()=>rf(o),o.nullish=()=>af(rf(o)),o.nonoptional=n=>SC(o,n),o.array=()=>u(o),o.or=n=>mC([o,n]),o.and=n=>bC(o,n),o.transform=n=>sf(o,wC(n)),o.default=n=>kC(o,n),o.prefault=n=>IC(o,n),o.catch=n=>AC(o,n),o.pipe=n=>sf(o,n),o.readonly=()=>DC(o),o.describe=n=>{const r=o.clone();return xl.add(r,{description:n}),r},Object.defineProperty(o,"description",{get(){var n;return(n=xl.get(o))==null?void 0:n.description},configurable:!0}),o.meta=(...n)=>{if(n.length===0)return xl.get(o);const r=o.clone();return xl.add(r,n[0]),r},o.isOptional=()=>o.safeParse(void 0).success,o.isNullable=()=>o.safeParse(null).success,o)),Q1=me("_ZodString",(o,i)=>{Ed.init(o,i),Pt.init(o,i);const n=o._zod.bag;o.format=n.format??null,o.minLength=n.minimum??null,o.maxLength=n.maximum??null,o.regex=(...r)=>o.check(gv(...r)),o.includes=(...r)=>o.check(vv(...r)),o.startsWith=(...r)=>o.check(Cv(...r)),o.endsWith=(...r)=>o.check(kv(...r)),o.min=(...r)=>o.check(Il(...r)),o.max=(...r)=>o.check(Y1(...r)),o.length=(...r)=>o.check(X1(...r)),o.nonempty=(...r)=>o.check(Il(1,...r)),o.lowercase=r=>o.check(yv(r)),o.uppercase=r=>o.check(wv(r)),o.trim=()=>o.check(Iv()),o.normalize=(...r)=>o.check(xv(...r)),o.toLowerCase=()=>o.check(Sv()),o.toUpperCase=()=>o.check(Ev())}),qv=me("ZodString",(o,i)=>{Ed.init(o,i),Q1.init(o,i),o.email=n=>o.check(Fw(Vv,n)),o.url=n=>o.check(Hw(zv,n)),o.jwt=n=>o.check(rv(nC,n)),o.emoji=n=>o.check(Kw(Uv,n)),o.guid=n=>o.check(K1(J1,n)),o.uuid=n=>o.check(qw(El,n)),o.uuidv4=n=>o.check(Vw(El,n)),o.uuidv6=n=>o.check(zw(El,n)),o.uuidv7=n=>o.check(Uw(El,n)),o.nanoid=n=>o.check(Ww(Hv,n)),o.guid=n=>o.check(K1(J1,n)),o.cuid=n=>o.check(Gw(Kv,n)),o.cuid2=n=>o.check(Zw(Wv,n)),o.ulid=n=>o.check(Yw(Gv,n)),o.base64=n=>o.check(iv(tC,n)),o.base64url=n=>o.check(nv(oC,n)),o.xid=n=>o.check(Xw(Zv,n)),o.ksuid=n=>o.check(Qw(Yv,n)),o.ipv4=n=>o.check(Jw(Xv,n)),o.ipv6=n=>o.check(ev(Qv,n)),o.cidrv4=n=>o.check(tv(Jv,n)),o.cidrv6=n=>o.check(ov(eC,n)),o.e164=n=>o.check(av(iC,n)),o.datetime=n=>o.check(Dv(n)),o.date=n=>o.check(Bv(n)),o.time=n=>o.check(Lv(n)),o.duration=n=>o.check(Mv(n))});function e(o){return $w(qv,o)}const Rt=me("ZodStringFormat",(o,i)=>{Tt.init(o,i),Q1.init(o,i)}),Vv=me("ZodEmail",(o,i)=>{W7.init(o,i),Rt.init(o,i)}),J1=me("ZodGUID",(o,i)=>{H7.init(o,i),Rt.init(o,i)}),El=me("ZodUUID",(o,i)=>{K7.init(o,i),Rt.init(o,i)}),zv=me("ZodURL",(o,i)=>{G7.init(o,i),Rt.init(o,i)}),Uv=me("ZodEmoji",(o,i)=>{Z7.init(o,i),Rt.init(o,i)}),Hv=me("ZodNanoID",(o,i)=>{Y7.init(o,i),Rt.init(o,i)}),Kv=me("ZodCUID",(o,i)=>{X7.init(o,i),Rt.init(o,i)}),Wv=me("ZodCUID2",(o,i)=>{Q7.init(o,i),Rt.init(o,i)}),Gv=me("ZodULID",(o,i)=>{J7.init(o,i),Rt.init(o,i)}),Zv=me("ZodXID",(o,i)=>{ew.init(o,i),Rt.init(o,i)}),Yv=me("ZodKSUID",(o,i)=>{tw.init(o,i),Rt.init(o,i)}),Xv=me("ZodIPv4",(o,i)=>{rw.init(o,i),Rt.init(o,i)}),Qv=me("ZodIPv6",(o,i)=>{lw.init(o,i),Rt.init(o,i)}),Jv=me("ZodCIDRv4",(o,i)=>{sw.init(o,i),Rt.init(o,i)}),eC=me("ZodCIDRv6",(o,i)=>{dw.init(o,i),Rt.init(o,i)}),tC=me("ZodBase64",(o,i)=>{cw.init(o,i),Rt.init(o,i)}),oC=me("ZodBase64URL",(o,i)=>{uw.init(o,i),Rt.init(o,i)}),iC=me("ZodE164",(o,i)=>{fw.init(o,i),Rt.init(o,i)}),nC=me("ZodJWT",(o,i)=>{hw.init(o,i),Rt.init(o,i)}),ef=me("ZodNumber",(o,i)=>{M1.init(o,i),Pt.init(o,i),o.gt=(r,d)=>o.check(G1(r,d)),o.gte=(r,d)=>o.check(Od(r,d)),o.min=(r,d)=>o.check(Od(r,d)),o.lt=(r,d)=>o.check(W1(r,d)),o.lte=(r,d)=>o.check(Td(r,d)),o.max=(r,d)=>o.check(Td(r,d)),o.int=r=>o.check(tf(r)),o.safe=r=>o.check(tf(r)),o.positive=r=>o.check(G1(0,r)),o.nonnegative=r=>o.check(Od(0,r)),o.negative=r=>o.check(W1(0,r)),o.nonpositive=r=>o.check(Td(0,r)),o.multipleOf=(r,d)=>o.check(Z1(r,d)),o.step=(r,d)=>o.check(Z1(r,d)),o.finite=()=>o;const n=o._zod.bag;o.minValue=Math.max(n.minimum??Number.NEGATIVE_INFINITY,n.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,o.maxValue=Math.min(n.maximum??Number.POSITIVE_INFINITY,n.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,o.isInt=(n.format??"").includes("int")||Number.isSafeInteger(n.multipleOf??.5),o.isFinite=!0,o.format=n.format??null});function c(o){return pv(ef,o)}const aC=me("ZodNumberFormat",(o,i)=>{bw.init(o,i),ef.init(o,i)});function tf(o){return uv(aC,o)}const rC=me("ZodBoolean",(o,i)=>{gw.init(o,i),Pt.init(o,i)});function m(o){return fv(rC,o)}const lC=me("ZodAny",(o,i)=>{yw.init(o,i),Pt.init(o,i)});function ke(){return mv(lC)}const sC=me("ZodUnknown",(o,i)=>{ww.init(o,i),Pt.init(o,i)});function of(){return hv(sC)}const dC=me("ZodNever",(o,i)=>{vw.init(o,i),Pt.init(o,i)});function cC(o){return bv(dC,o)}const pC=me("ZodArray",(o,i)=>{Cw.init(o,i),Pt.init(o,i),o.element=i.element,o.min=(n,r)=>o.check(Il(n,r)),o.nonempty=n=>o.check(Il(1,n)),o.max=(n,r)=>o.check(Y1(n,r)),o.length=(n,r)=>o.check(X1(n,r)),o.unwrap=()=>o.element});function u(o,i){return Av(pC,o,i)}const uC=me("ZodObject",(o,i)=>{kw.init(o,i),Pt.init(o,i),Lt(o,"shape",()=>Object.fromEntries(Object.entries(o._zod.def.shape))),o.keyof=()=>Q(Object.keys(o._zod.def.shape)),o.catchall=n=>o.clone({...o._zod.def,catchall:n}),o.passthrough=()=>o.clone({...o._zod.def,catchall:of()}),o.loose=()=>o.clone({...o._zod.def,catchall:of()}),o.strict=()=>o.clone({...o._zod.def,catchall:cC()}),o.strip=()=>o.clone({...o._zod.def,catchall:void 0}),o.extend=n=>G8(o,n),o.merge=n=>Z8(o,n),o.pick=n=>K8(o,n),o.omit=n=>W8(o,n),o.partial=(...n)=>Y8(nf,o,n[0]),o.required=(...n)=>X8(lf,o,n[0])});function a(o,i){const n={type:"object",get shape(){return kd(this,"shape",{...o}),this.shape},...$e(i)};return new uC(n)}const fC=me("ZodUnion",(o,i)=>{xw.init(o,i),Pt.init(o,i),o.options=i.options});function mC(o,i){return new fC({type:"union",options:o,...$e(i)})}const hC=me("ZodIntersection",(o,i)=>{Iw.init(o,i),Pt.init(o,i)});function bC(o,i){return new hC({type:"intersection",left:o,right:i})}const gC=me("ZodRecord",(o,i)=>{Sw.init(o,i),Pt.init(o,i),o.keyType=i.keyType,o.valueType=i.valueType});function R(o,i,n){return new gC({type:"record",keyType:o,valueType:i,...$e(n)})}const Dd=me("ZodEnum",(o,i)=>{Ew.init(o,i),Pt.init(o,i),o.enum=i.entries,o.options=Object.values(i.entries);const n=new Set(Object.keys(i.entries));o.extract=(r,d)=>{const s={};for(const p of r)if(n.has(p))s[p]=i.entries[p];else throw new Error(`Key ${p} not found in enum`);return new Dd({...i,checks:[],...$e(d),entries:s})},o.exclude=(r,d)=>{const s={...i.entries};for(const p of r)if(n.has(p))delete s[p];else throw new Error(`Key ${p} not found in enum`);return new Dd({...i,checks:[],...$e(d),entries:s})}});function Q(o,i){const n=Array.isArray(o)?Object.fromEntries(o.map(r=>[r,r])):o;return new Dd({type:"enum",entries:n,...$e(i)})}const yC=me("ZodTransform",(o,i)=>{Aw.init(o,i),Pt.init(o,i),o._zod.parse=(n,r)=>{n.addIssue=s=>{if(typeof s=="string")n.issues.push(Pa(s,n.value,i));else{const p=s;p.fatal&&(p.continue=!1),p.code??(p.code="custom"),p.input??(p.input=n.value),p.inst??(p.inst=o),p.continue??(p.continue=!0),n.issues.push(Pa(p))}};const d=i.transform(n.value,n);return d instanceof Promise?d.then(s=>(n.value=s,n)):(n.value=d,n)}});function wC(o){return new yC({type:"transform",transform:o})}const nf=me("ZodOptional",(o,i)=>{Tw.init(o,i),Pt.init(o,i),o.unwrap=()=>o._zod.def.innerType});function af(o){return new nf({type:"optional",innerType:o})}const vC=me("ZodNullable",(o,i)=>{Ow.init(o,i),Pt.init(o,i),o.unwrap=()=>o._zod.def.innerType});function rf(o){return new vC({type:"nullable",innerType:o})}const CC=me("ZodDefault",(o,i)=>{Dw.init(o,i),Pt.init(o,i),o.unwrap=()=>o._zod.def.innerType,o.removeDefault=o.unwrap});function kC(o,i){return new CC({type:"default",innerType:o,get defaultValue(){return typeof i=="function"?i():i}})}const xC=me("ZodPrefault",(o,i)=>{Rw.init(o,i),Pt.init(o,i),o.unwrap=()=>o._zod.def.innerType});function IC(o,i){return new xC({type:"prefault",innerType:o,get defaultValue(){return typeof i=="function"?i():i}})}const lf=me("ZodNonOptional",(o,i)=>{Bw.init(o,i),Pt.init(o,i),o.unwrap=()=>o._zod.def.innerType});function SC(o,i){return new lf({type:"nonoptional",innerType:o,...$e(i)})}const EC=me("ZodCatch",(o,i)=>{_w.init(o,i),Pt.init(o,i),o.unwrap=()=>o._zod.def.innerType,o.removeCatch=o.unwrap});function AC(o,i){return new EC({type:"catch",innerType:o,catchValue:typeof i=="function"?i:()=>i})}const TC=me("ZodPipe",(o,i)=>{Lw.init(o,i),Pt.init(o,i),o.in=i.in,o.out=i.out});function sf(o,i){return new TC({type:"pipe",in:o,out:i})}const OC=me("ZodReadonly",(o,i)=>{Pw.init(o,i),Pt.init(o,i)});function DC(o){return new OC({type:"readonly",innerType:o})}const RC=me("ZodCustom",(o,i)=>{Mw.init(o,i),Pt.init(o,i)});function BC(o,i){const n=new Co({check:"custom",...$e(i)});return n._zod.check=o,n}function _C(o,i={}){return Tv(RC,o,i)}function LC(o,i){const n=BC(r=>(r.addIssue=d=>{if(typeof d=="string")r.issues.push(Pa(d,r.value,n._zod.def));else{const s=d;s.fatal&&(s.continue=!1),s.code??(s.code="custom"),s.input??(s.input=r.value),s.inst??(s.inst=n),s.continue??(s.continue=!n._zod.def.abort),r.issues.push(Pa(s))}},o(r.value,r)),i);return n}function PC(){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 n(){document.body.insertBefore(i,document.body.firstChild)}return document.readyState==="loading"?document.addEventListener("DOMContentLoaded",n):n(),function(d,s){(o.indexOf(s)>-1||document.getElementById(s))&&console.warn(`Icon #${s} was duplicately registered. It must be globally unique.`),o.push(s),i.insertAdjacentHTML("beforeend",d)}}const ee=PC();ee('<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 MC="account";ee('<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 NC="add-contact";ee('<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 jC="add-filter";ee('<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 $C="adfs";ee('<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 FC="agent";ee('<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 qC="api";ee('<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 VC="app-navigator";ee('<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 zC="arrange";ee('<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 UC="arrow-down";ee('<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 HC="arrow-left";ee('<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 KC="arrow-mix";ee('<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 WC="arrow-right";ee('<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 GC="arrow-up";ee('<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 ZC="assignee";ee('<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 YC="attach";ee('<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 XC="attention";ee('<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 QC="azure";ee('<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 JC="back";ee('<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 ek="bell";ee('<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 tk="bell-badged";ee('<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 ok="bot";ee('<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 ik="bread-crumbs";ee('<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 nk="bucket";ee('<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 ak="calendar";ee('<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 rk="call";ee('<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 lk="call--filled";ee('<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 sk="call-add-to";ee('<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 dk="call-add-to--filled";ee('<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 ck="call-disconnect";ee('<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 pk="call-disconnect--filled";ee('<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 uk="call-end";ee('<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 fk="call-end--filled";ee('<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 mk="call-inbound";ee('<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 hk="call-inbound--filled";ee('<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 bk="call-missed";ee('<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 gk="call-missed--filled";ee('<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 yk="call-outbound";ee('<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 wk="call-outbound--filled";ee('<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 vk="call-ringing";ee('<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 Ck="call-ringing--filled";ee('<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 kk="call-transfer";ee('<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 xk="call-transfer--filled";ee('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="case--filled"><path d="M22 12v7a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3v-7zM9.676 2a3 3 0 0 1 .948.154l2.385.794a1 1 0 0 0 .315.052H19a3 3 0 0 1 3 3v4h-3V9a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v1H2V5a3 3 0 0 1 3-3z" /></symbol>',"case--filled");const Ik="case--filled";ee('<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 Sk="case-author";ee('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="case-done"><path fill-rule="evenodd" d="M19 8a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3v-8a3 3 0 0 1 3-3zm-3.336 3.753a1 1 0 0 0-1.411.083l-3.296 3.707-1.25-1.25-.076-.068a1 1 0 0 0-1.338 1.482l1.25 1.25a2 2 0 0 0 2.91-.085l3.294-3.708a1 1 0 0 0-.083-1.411" clip-rule="evenodd" /><path d="M9.676 2a3 3 0 0 1 .948.154l2.385.794a1 1 0 0 0 .315.052H19a3 3 0 0 1 3 3v1a4.98 4.98 0 0 0-3-1H5a4.98 4.98 0 0 0-3 1V5a3 3 0 0 1 3-3z" /></symbol>',"case-done");const Ek="case-done";ee('<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 Ak="cases";ee('<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 Tk="chat";ee('<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 Ok="chat--filled";ee('<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 Dk="chat-emoji";ee('<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 Rk="chat-end";ee('<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 Bk="chat-end--filled";ee('<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 _k="chat-group";ee('<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 Lk="chat-join";ee('<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 Pk="chat-message-status-read";ee('<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 Mk="chat-message-status-sent";ee('<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 Nk="chat-quick-response";ee('<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 jk="chat-quick-response--filled";ee('<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 $k="chat-reply";ee('<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 Fk="chat-send";ee('<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 qk="chat-transfer";ee('<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 Vk="chat-transfer--filled";ee('<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 zk="checkbox";ee('<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 Uk="checkbox--checked";ee('<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 Hk="checkbox--checked--filled";ee('<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 Kk="checkbox-tick";ee('<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 Wk="clear";ee('<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 Gk="close";ee('<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 Zk="close--filled";ee('<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 Yk="collapse";ee('<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 Xk="column-select";ee('<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 Qk="comment";ee('<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 Jk="conference";ee('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="consultative-transfer"><path d="M12.953 2a1 1 0 0 1 1 1v1h1a1 1 0 1 1 0 2h-1v1a1 1 0 1 1-2 0V6h-1a1 1 0 0 1 0-2h1V3a1 1 0 0 1 1-1" /><path d="M5.396 21.912c-1.924-.012-3.427-1.57-3.438-3.565l-.005-.944c-.008-1.437.662-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.951 2.628l.014.01c1.27.915 2 2.3 2.008 3.935l.006.943q0 .19-.04.376a4.1 4.1 0 0 1-1.193 2.072c-.57.537-1.357.969-2.276 1.027l-.107.003-1.559-.01c-1.665-.01-2.972-1.364-2.981-3.09l-.003-.556c-.94-.297-1.978-.491-2.95-.497-1.117-.006-2.105.144-2.924.418l.003.444c.004.832-.254 1.65-.816 2.272a2.85 2.85 0 0 1-2.152.94z" clip-rule="evenodd" /></symbol>',"consultative-transfer");const ex="consultative-transfer";ee('<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 tx="contacts";ee('<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 ox="copy";ee('<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 ix="custom-chat-gateway";ee('<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 nx="dark-mode";ee('<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 ax="docs";ee('<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 rx="done";ee('<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 lx="download";ee('<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 sx="edit";ee('<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 dx="elevenlabs";ee('<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 cx="email";ee('<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 px="email-inbound";ee('<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 ux="email-outbound";ee('<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 fx="expand";ee('<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 mx="eye--closed";ee('<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 hx="eye--opened";ee('<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 bx="false-ic";ee('<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 gx="filter";ee('<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 yx="flows";ee('<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 wx="generate";ee('<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 vx="google";ee('<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 Cx="group";ee('<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 kx="history";ee('<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 xx="hold";ee('<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 Ix="idle";ee('<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 Sx="impacted";ee('<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 Ex="instagram";ee('<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 Ax="job";ee('<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 Tx="job--accept";ee('<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 Ox="job--end";ee('<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 Dx="json";ee('<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 Rx="link";ee('<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 Bx="load-preset";ee('<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 _x="lock";ee('<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 Lx="log";ee('<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 Px="logout";ee('<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 Mx="mail";ee('<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 Nx="mail--color";ee('<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 jx="manual";ee('<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 $x="menu";ee('<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 Fx="messenger-custom";ee('<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 qx="messenger-facebook";ee('<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 Vx="messenger-facebook--filled";ee('<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 zx="messenger-infobip";ee('<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 Ux="messenger-messenger";ee('<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 Hx="messenger-telegram";ee('<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 Kx="messenger-telegram--filled";ee('<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 Wx="messenger-viber";ee('<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 Gx="messenger-viber--filled";ee('<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 Zx="messenger-web-chat";ee('<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 Yx="messenger-whatsapp";ee('<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 Xx="messenger-whatsapp--filled";ee('<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 Qx="meta";ee('<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 Jx="mic";ee('<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 eI="mic-muted";ee('<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 tI="microsoft";ee('<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 oI="minus";ee('<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 iI="move";ee('<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 nI="note";ee('<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 aI="numpad";ee('<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 rI="options";ee('<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 lI="pause";ee('<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 sI="pin";ee('<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 dI="play";ee('<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 cI="plus";ee('<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 pI="plyr-airplay";ee('<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 uI="plyr-captions-off";ee('<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 fI="plyr-captions-on";ee('<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" /></symbol>',"plyr-download");const mI="plyr-download";ee('<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 hI="plyr-enter-fullscreen";ee('<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 bI="plyr-exit-fullscreen";ee('<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 gI="plyr-fast-forward";ee('<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 yI="plyr-logo-vimeo";ee('<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 wI="plyr-logo-youtube";ee('<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 vI="plyr-muted";ee('<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 CI="plyr-pause";ee('<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 kI="plyr-pip";ee('<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 xI="plyr-play";ee('<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 II="plyr-restart";ee('<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 SI="plyr-rewind";ee('<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 EI="plyr-settings";ee('<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 AI="plyr-volume";ee('<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 TI="portal";ee('<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 OI="preview-tag-application";ee('<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 DI="preview-tag-audio";ee('<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 RI="preview-tag-image";ee('<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 BI="preview-tag-video";ee('<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 _I="prompter";ee('<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 LI="queue-member";ee('<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 PI="quick-replies";ee('<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 MI="radio";ee('<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 NI="radio--checked";ee('<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 jI="rec";ee('<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 $I="rec-off";ee('<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 FI="redo";ee('<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 qI="refresh";ee('<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 VI="reporter";ee('<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 zI="role";ee('<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 UI="rounded-info";ee('<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 HI="save";ee('<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 KI="save-as";ee('<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 WI="scorecard";ee('<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 GI="search";ee('<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 ZI="select-custom-value-enter";ee('<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 YI="send-arrow";ee('<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 XI="settings";ee('<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 QI="social-media";ee('<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 JI="sort-arrow-down";ee('<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 eS="sort-arrow-up";ee('<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 tS="sound-off";ee('<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 oS="sound-on";ee('<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 iS="star";ee('<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 nS="star--filled";ee('<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 aS="stop";ee('<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 rS="stop-sign";ee('<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 lS="stt";ee('<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 sS="stt-download";ee('<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 dS="stt-search";ee('<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 cS="table";ee('<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 pS="telegram-bot";ee('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="tick"><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>',"tick");const uS="tick";ee('<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 fS="tree-collapse";ee('<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 mS="tree-corner";ee('<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 hS="tree-cross";ee('<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 bS="tree-expand";ee('<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 gS="tree-line";ee('<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 yS="true-ic";ee('<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 wS="tts-download";ee('<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 vS="undo";ee('<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 CS="union";ee('<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 kS="unpin";ee('<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 xS="update-calls";ee('<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 IS="upload";ee('<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 SS="user";ee('<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 ES="variable-select";ee('<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 AS="versions";ee('<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 TS="video-cam";ee('<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 OS="video-cam-off";ee('<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 DS="webitel-logo";ee('<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 RS="zoom-in";ee('<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"),w1({account:MC,agent:FC,api:qC,arrange:zC,adfs:$C,appNavigator:VC,arrowDown:UC,arrowLeft:HC,arrowRight:WC,arrowUp:GC,assignee:ZC,arrowMix:KC,attach:YC,attention:XC,azure:QC,addFilter:jC,addContact:NC,back:JC,bell:ek,bellBadged:tk,bucket:nk,breadCrumbs:ik,bot:ok,calendar:ak,darkMode:nx,call:rk,"call--filled":lk,callAddTo:sk,"call-add-to--filled":dk,callDisconnect:ck,"call-disconnect--filled":pk,callEnd:uk,"call-end--filled":fk,callInbound:mk,"call-inbound--filled":hk,selectCustomValueEnter:ZI,callMissed:bk,"call-missed--filled":gk,callOutbound:yk,"call-outbound--filled":wk,callRinging:vk,"call-ringing--filled":Ck,callTransfer:kk,"call-transfer--filled":xk,consultativeTransfer:ex,updateCalls:xS,caseAuthor:Sk,cases:Ak,"case--filled":Ik,caseDone:Ek,chat:Tk,"chat--filled":Ok,chatEmoji:Dk,chatEnd:Rk,"chat-end--filled":Bk,chatGroup:_k,chatJoin:Lk,chatMessageStatusRead:Pk,chatMessageStatusSent:Mk,chatQuickResponse:Nk,"chat-quick-response--filled":jk,chatReply:$k,chatSend:Fk,chatTransfer:qk,"chat-transfer--filled":Vk,job:Ax,"job--accept":Tx,"job--end":Ox,checkbox:zk,"checkbox--checked":Uk,"checkbox--checked--filled":Hk,clear:Wk,close:Gk,"close--filled":Zk,minus:oI,collapse:Yk,columnSelect:Xk,comment:Qk,variableSelect:ES,contacts:tx,copy:ox,customChatGateway:ix,docs:ax,download:lx,edit:sx,elevenlabs:dx,plus:cI,expand:fx,"eye--closed":mx,"eye--opened":hx,filter:gx,flows:yx,falseIc:bx,generate:wx,google:vx,group:Cx,history:kx,hold:xx,impacted:Sx,link:Rx,lock:_x,logout:Px,manual:jx,menu:$x,email:cx,emailInbound:px,emailOutbound:ux,mail:Mx,"mail--color":Nx,messengerCustom:Fx,messengerFacebook:qx,"messenger-facebook--filled":Vx,messengerInfobip:zx,messengerTelegram:Hx,"messenger-telegram--filled":Kx,messengerViber:Wx,"messenger-viber--filled":Gx,messengerWebChat:Zx,messengerWhatsapp:Yx,"messenger-whatsapp--filled":Xx,messengerMessenger:Ux,instagram:Ex,mic:Jx,micMuted:eI,microsoft:tI,move:iI,treeCollapse:fS,note:nI,numpad:aI,pause:lI,play:dI,table:cS,treeExpand:bS,prompter:_I,queueMember:LI,radio:MI,"radio--checked":NI,rec:jI,recOff:$I,refresh:qI,reporter:VI,roundedInfo:UI,role:zI,done:rx,search:GI,sendArrow:YI,settings:XI,socialMedia:QI,sortArrowDown:JI,sortArrowUp:eS,soundOff:tS,soundOn:oS,scorecard:WI,star:iS,"star--filled":nS,stop:aS,stopSign:rS,tick:uS,upload:IS,user:SS,union:CS,videoCamOff:OS,videoCam:TS,zoomIn:RS,zoomOut:"zoom-out",ttsDownload:wS,treeLine:gS,treeCorner:mS,treeCross:hS,trueIc:yS,stt:lS,sttDownload:sS,sttSearch:dS,idle:Ix,telegramBot:pS,pin:sI,unpin:kS,conference:Jk,meta:Qx,options:rI,json:Dx,redo:FI,save:HI,saveAs:KI,undo:vS,versions:AS,webitelLogo:DS,portal:TI,previewTagAudio:DI,previewTagVideo:BI,previewTagApplication:OI,previewTagImage:RI,plyrAirplay:pI,plyrCaptionsOff:uI,plyrCaptionsOn:fI,plyrDownload:mI,plyrEnterFullscreen:hI,plyrExitFullscreen:bI,plyrFastForward:gI,plyrLogoVimeo:yI,plyrLogoYoutube:wI,plyrMuted:vI,plyrPause:CI,plyrPip:kI,plyrPlay:xI,plyrRestart:II,plyrRewind:SI,plyrSettings:EI,plyrVolume:AI,loadPreset:Bx,quickReplies:PI,checkboxTick:Kk,log:Lx});const fn=globalThis||void 0||self;function BS(o){return o&&o.__esModule&&Object.prototype.hasOwnProperty.call(o,"default")?o.default:o}var df={exports:{}},Ft=df.exports={},oi,ii;function Rd(){throw new Error("setTimeout has not been defined")}function Bd(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?oi=setTimeout:oi=Rd}catch{oi=Rd}try{typeof clearTimeout=="function"?ii=clearTimeout:ii=Bd}catch{ii=Bd}})();function cf(o){if(oi===setTimeout)return setTimeout(o,0);if((oi===Rd||!oi)&&setTimeout)return oi=setTimeout,setTimeout(o,0);try{return oi(o,0)}catch{try{return oi.call(null,o,0)}catch{return oi.call(this,o,0)}}}function _S(o){if(ii===clearTimeout)return clearTimeout(o);if((ii===Bd||!ii)&&clearTimeout)return ii=clearTimeout,clearTimeout(o);try{return ii(o)}catch{try{return ii.call(null,o)}catch{return ii.call(this,o)}}}var Ei=[],Yn=!1,mn,Al=-1;function LS(){!Yn||!mn||(Yn=!1,mn.length?Ei=mn.concat(Ei):Al=-1,Ei.length&&pf())}function pf(){if(!Yn){var o=cf(LS);Yn=!0;for(var i=Ei.length;i;){for(mn=Ei,Ei=[];++Al<i;)mn&&mn[Al].run();Al=-1,i=Ei.length}mn=null,Yn=!1,_S(o)}}Ft.nextTick=function(o){var i=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)i[n-1]=arguments[n];Ei.push(new uf(o,i)),Ei.length===1&&!Yn&&cf(pf)};function uf(o,i){this.fun=o,this.array=i}uf.prototype.run=function(){this.fun.apply(null,this.array)},Ft.title="browser",Ft.browser=!0,Ft.env={},Ft.argv=[],Ft.version="",Ft.versions={};function Ai(){}Ft.on=Ai,Ft.addListener=Ai,Ft.once=Ai,Ft.off=Ai,Ft.removeListener=Ai,Ft.removeAllListeners=Ai,Ft.emit=Ai,Ft.prependListener=Ai,Ft.prependOnceListener=Ai,Ft.listeners=function(o){return[]},Ft.binding=function(o){throw new Error("process.binding is not supported")},Ft.cwd=function(){return"/"},Ft.chdir=function(o){throw new Error("process.chdir is not supported")},Ft.umask=function(){return 0};var PS=df.exports;const Fe=BS(PS);function ff(o,i){return function(){return o.apply(i,arguments)}}const{toString:MS}=Object.prototype,{getPrototypeOf:_d}=Object,{iterator:Tl,toStringTag:mf}=Symbol,Ol=(o=>i=>{const n=MS.call(i);return o[n]||(o[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),Vo=o=>(o=o.toLowerCase(),i=>Ol(i)===o),Dl=o=>i=>typeof i===o,{isArray:Xn}=Array,Na=Dl("undefined");function NS(o){return o!==null&&!Na(o)&&o.constructor!==null&&!Na(o.constructor)&&ko(o.constructor.isBuffer)&&o.constructor.isBuffer(o)}const hf=Vo("ArrayBuffer");function jS(o){let i;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?i=ArrayBuffer.isView(o):i=o&&o.buffer&&hf(o.buffer),i}const $S=Dl("string"),ko=Dl("function"),bf=Dl("number"),Rl=o=>o!==null&&typeof o=="object",FS=o=>o===!0||o===!1,Bl=o=>{if(Ol(o)!=="object")return!1;const i=_d(o);return(i===null||i===Object.prototype||Object.getPrototypeOf(i)===null)&&!(mf in o)&&!(Tl in o)},qS=Vo("Date"),VS=Vo("File"),zS=Vo("Blob"),US=Vo("FileList"),HS=o=>Rl(o)&&ko(o.pipe),KS=o=>{let i;return o&&(typeof FormData=="function"&&o instanceof FormData||ko(o.append)&&((i=Ol(o))==="formdata"||i==="object"&&ko(o.toString)&&o.toString()==="[object FormData]"))},WS=Vo("URLSearchParams"),[GS,ZS,YS,XS]=["ReadableStream","Request","Response","Headers"].map(Vo),QS=o=>o.trim?o.trim():o.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function ja(o,i,{allOwnKeys:n=!1}={}){if(o===null||typeof o>"u")return;let r,d;if(typeof o!="object"&&(o=[o]),Xn(o))for(r=0,d=o.length;r<d;r++)i.call(null,o[r],r,o);else{const s=n?Object.getOwnPropertyNames(o):Object.keys(o),p=s.length;let f;for(r=0;r<p;r++)f=s[r],i.call(null,o[f],f,o)}}function gf(o,i){i=i.toLowerCase();const n=Object.keys(o);let r=n.length,d;for(;r-- >0;)if(d=n[r],i===d.toLowerCase())return d;return null}const hn=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:fn,yf=o=>!Na(o)&&o!==hn;function Ld(){const{caseless:o}=yf(this)&&this||{},i={},n=(r,d)=>{const s=o&&gf(i,d)||d;Bl(i[s])&&Bl(r)?i[s]=Ld(i[s],r):Bl(r)?i[s]=Ld({},r):Xn(r)?i[s]=r.slice():i[s]=r};for(let r=0,d=arguments.length;r<d;r++)arguments[r]&&ja(arguments[r],n);return i}const JS=(o,i,n,{allOwnKeys:r}={})=>(ja(i,(d,s)=>{n&&ko(d)?o[s]=ff(d,n):o[s]=d},{allOwnKeys:r}),o),eE=o=>(o.charCodeAt(0)===65279&&(o=o.slice(1)),o),tE=(o,i,n,r)=>{o.prototype=Object.create(i.prototype,r),o.prototype.constructor=o,Object.defineProperty(o,"super",{value:i.prototype}),n&&Object.assign(o.prototype,n)},oE=(o,i,n,r)=>{let d,s,p;const f={};if(i=i||{},o==null)return i;do{for(d=Object.getOwnPropertyNames(o),s=d.length;s-- >0;)p=d[s],(!r||r(p,o,i))&&!f[p]&&(i[p]=o[p],f[p]=!0);o=n!==!1&&_d(o)}while(o&&(!n||n(o,i))&&o!==Object.prototype);return i},iE=(o,i,n)=>{o=String(o),(n===void 0||n>o.length)&&(n=o.length),n-=i.length;const r=o.indexOf(i,n);return r!==-1&&r===n},nE=o=>{if(!o)return null;if(Xn(o))return o;let i=o.length;if(!bf(i))return null;const n=new Array(i);for(;i-- >0;)n[i]=o[i];return n},aE=(o=>i=>o&&i instanceof o)(typeof Uint8Array<"u"&&_d(Uint8Array)),rE=(o,i)=>{const r=(o&&o[Tl]).call(o);let d;for(;(d=r.next())&&!d.done;){const s=d.value;i.call(o,s[0],s[1])}},lE=(o,i)=>{let n;const r=[];for(;(n=o.exec(i))!==null;)r.push(n);return r},sE=Vo("HTMLFormElement"),dE=o=>o.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,r,d){return r.toUpperCase()+d}),wf=(({hasOwnProperty:o})=>(i,n)=>o.call(i,n))(Object.prototype),cE=Vo("RegExp"),vf=(o,i)=>{const n=Object.getOwnPropertyDescriptors(o),r={};ja(n,(d,s)=>{let p;(p=i(d,s,o))!==!1&&(r[s]=p||d)}),Object.defineProperties(o,r)},pE=o=>{vf(o,(i,n)=>{if(ko(o)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const r=o[n];if(ko(r)){if(i.enumerable=!1,"writable"in i){i.writable=!1;return}i.set||(i.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},uE=(o,i)=>{const n={},r=d=>{d.forEach(s=>{n[s]=!0})};return Xn(o)?r(o):r(String(o).split(i)),n},fE=()=>{},mE=(o,i)=>o!=null&&Number.isFinite(o=+o)?o:i;function hE(o){return!!(o&&ko(o.append)&&o[mf]==="FormData"&&o[Tl])}const bE=o=>{const i=new Array(10),n=(r,d)=>{if(Rl(r)){if(i.indexOf(r)>=0)return;if(!("toJSON"in r)){i[d]=r;const s=Xn(r)?[]:{};return ja(r,(p,f)=>{const h=n(p,d+1);!Na(h)&&(s[f]=h)}),i[d]=void 0,s}}return r};return n(o,0)},gE=Vo("AsyncFunction"),yE=o=>o&&(Rl(o)||ko(o))&&ko(o.then)&&ko(o.catch),Cf=((o,i)=>o?setImmediate:i?((n,r)=>(hn.addEventListener("message",({source:d,data:s})=>{d===hn&&s===n&&r.length&&r.shift()()},!1),d=>{r.push(d),hn.postMessage(n,"*")}))(`axios@${Math.random()}`,[]):n=>setTimeout(n))(typeof setImmediate=="function",ko(hn.postMessage)),wE=typeof queueMicrotask<"u"?queueMicrotask.bind(hn):typeof Fe<"u"&&Fe.nextTick||Cf,de={isArray:Xn,isArrayBuffer:hf,isBuffer:NS,isFormData:KS,isArrayBufferView:jS,isString:$S,isNumber:bf,isBoolean:FS,isObject:Rl,isPlainObject:Bl,isReadableStream:GS,isRequest:ZS,isResponse:YS,isHeaders:XS,isUndefined:Na,isDate:qS,isFile:VS,isBlob:zS,isRegExp:cE,isFunction:ko,isStream:HS,isURLSearchParams:WS,isTypedArray:aE,isFileList:US,forEach:ja,merge:Ld,extend:JS,trim:QS,stripBOM:eE,inherits:tE,toFlatObject:oE,kindOf:Ol,kindOfTest:Vo,endsWith:iE,toArray:nE,forEachEntry:rE,matchAll:lE,isHTMLForm:sE,hasOwnProperty:wf,hasOwnProp:wf,reduceDescriptors:vf,freezeMethods:pE,toObjectSet:uE,toCamelCase:dE,noop:fE,toFiniteNumber:mE,findKey:gf,global:hn,isContextDefined:yf,isSpecCompliantForm:hE,toJSONObject:bE,isAsyncFn:gE,isThenable:yE,setImmediate:Cf,asap:wE,isIterable:o=>o!=null&&ko(o[Tl])};var kf={},_l={};_l.byteLength=kE,_l.toByteArray=IE,_l.fromByteArray=AE;for(var ni=[],No=[],vE=typeof Uint8Array<"u"?Uint8Array:Array,Pd="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Qn=0,CE=Pd.length;Qn<CE;++Qn)ni[Qn]=Pd[Qn],No[Pd.charCodeAt(Qn)]=Qn;No[45]=62,No[95]=63;function xf(o){var i=o.length;if(i%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=o.indexOf("=");n===-1&&(n=i);var r=n===i?0:4-n%4;return[n,r]}function kE(o){var i=xf(o),n=i[0],r=i[1];return(n+r)*3/4-r}function xE(o,i,n){return(i+n)*3/4-n}function IE(o){var i,n=xf(o),r=n[0],d=n[1],s=new vE(xE(o,r,d)),p=0,f=d>0?r-4:r,h;for(h=0;h<f;h+=4)i=No[o.charCodeAt(h)]<<18|No[o.charCodeAt(h+1)]<<12|No[o.charCodeAt(h+2)]<<6|No[o.charCodeAt(h+3)],s[p++]=i>>16&255,s[p++]=i>>8&255,s[p++]=i&255;return d===2&&(i=No[o.charCodeAt(h)]<<2|No[o.charCodeAt(h+1)]>>4,s[p++]=i&255),d===1&&(i=No[o.charCodeAt(h)]<<10|No[o.charCodeAt(h+1)]<<4|No[o.charCodeAt(h+2)]>>2,s[p++]=i>>8&255,s[p++]=i&255),s}function SE(o){return ni[o>>18&63]+ni[o>>12&63]+ni[o>>6&63]+ni[o&63]}function EE(o,i,n){for(var r,d=[],s=i;s<n;s+=3)r=(o[s]<<16&16711680)+(o[s+1]<<8&65280)+(o[s+2]&255),d.push(SE(r));return d.join("")}function AE(o){for(var i,n=o.length,r=n%3,d=[],s=16383,p=0,f=n-r;p<f;p+=s)d.push(EE(o,p,p+s>f?f:p+s));return r===1?(i=o[n-1],d.push(ni[i>>2]+ni[i<<4&63]+"==")):r===2&&(i=(o[n-2]<<8)+o[n-1],d.push(ni[i>>10]+ni[i>>4&63]+ni[i<<2&63]+"=")),d.join("")}var Md={};/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */Md.read=function(o,i,n,r,d){var s,p,f=d*8-r-1,h=(1<<f)-1,b=h>>1,g=-7,w=n?d-1:0,y=n?-1:1,v=o[i+w];for(w+=y,s=v&(1<<-g)-1,v>>=-g,g+=f;g>0;s=s*256+o[i+w],w+=y,g-=8);for(p=s&(1<<-g)-1,s>>=-g,g+=r;g>0;p=p*256+o[i+w],w+=y,g-=8);if(s===0)s=1-b;else{if(s===h)return p?NaN:(v?-1:1)*(1/0);p=p+Math.pow(2,r),s=s-b}return(v?-1:1)*p*Math.pow(2,s-r)},Md.write=function(o,i,n,r,d,s){var p,f,h,b=s*8-d-1,g=(1<<b)-1,w=g>>1,y=d===23?Math.pow(2,-24)-Math.pow(2,-77):0,v=r?0:s-1,A=r?1:-1,E=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+w>=1?i+=y/h:i+=y*Math.pow(2,1-w),i*h>=2&&(p++,h/=2),p+w>=g?(f=0,p=g):p+w>=1?(f=(i*h-1)*Math.pow(2,d),p=p+w):(f=i*Math.pow(2,w-1)*Math.pow(2,d),p=0));d>=8;o[n+v]=f&255,v+=A,f/=256,d-=8);for(p=p<<d|f,b+=d;b>0;o[n+v]=p&255,v+=A,p/=256,b-=8);o[n+v-A]|=E*128};/*!
|
|
27
27
|
* The buffer module from node.js, for the browser.
|
|
28
28
|
*
|
|
29
29
|
* @author Feross Aboukhadijeh <https://feross.org>
|
|
@@ -6998,7 +6998,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
6998
6998
|
border-bottom-color: dt('tooltip.background');
|
|
6999
6999
|
}
|
|
7000
7000
|
`,Tte={root:"p-tooltip p-component",arrow:"p-tooltip-arrow",text:"p-tooltip-text"},Ote=He.extend({name:"tooltip-directive",style:Ate,classes:Tte}),Dte=Qe.extend({style:Ote});function Rte(o,i){return Pte(o)||Lte(o,i)||_te(o,i)||Bte()}function Bte(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
7001
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function _te(o,i){if(o){if(typeof o=="string")return h6(o,i);var n={}.toString.call(o).slice(8,-1);return n==="Object"&&o.constructor&&(n=o.constructor.name),n==="Map"||n==="Set"?Array.from(o):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?h6(o,i):void 0}}function h6(o,i){(i==null||i>o.length)&&(i=o.length);for(var n=0,r=Array(i);n<i;n++)r[n]=o[n];return r}function Lte(o,i){var n=o==null?null:typeof Symbol<"u"&&o[Symbol.iterator]||o["@@iterator"];if(n!=null){var r,d,s,p,f=[],h=!0,b=!1;try{if(s=(n=n.call(o)).next,i!==0)for(;!(h=(r=s.call(n)).done)&&(f.push(r.value),f.length!==i);h=!0);}catch(g){b=!0,d=g}finally{try{if(!h&&n.return!=null&&(p=n.return(),Object(p)!==p))return}finally{if(b)throw d}}return f}}function Pte(o){if(Array.isArray(o))return o}function b6(o,i,n){return(i=Mte(i))in o?Object.defineProperty(o,i,{value:n,enumerable:!0,configurable:!0,writable:!0}):o[i]=n,o}function Mte(o){var i=Nte(o,"string");return sn(i)=="symbol"?i:i+""}function Nte(o,i){if(sn(o)!="object"||!o)return o;var n=o[Symbol.toPrimitive];if(n!==void 0){var r=n.call(o,i);if(sn(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(i==="string"?String:Number)(o)}function sn(o){"@babel/helpers - typeof";return sn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(i){return typeof i}:function(i){return i&&typeof Symbol=="function"&&i.constructor===Symbol&&i!==Symbol.prototype?"symbol":typeof i},sn(o)}var jte=Dte.extend("tooltip",{beforeMount:function(i,n){var r,d=this.getTarget(i);if(d.$_ptooltipModifiers=this.getModifiers(n),n.value){if(typeof n.value=="string")d.$_ptooltipValue=n.value,d.$_ptooltipDisabled=!1,d.$_ptooltipEscape=!0,d.$_ptooltipClass=null,d.$_ptooltipFitContent=!0,d.$_ptooltipIdAttr=br("pv_id")+"_tooltip",d.$_ptooltipShowDelay=0,d.$_ptooltipHideDelay=0,d.$_ptooltipAutoHide=!0;else if(sn(n.value)==="object"&&n.value){if(Qt(n.value.value)||n.value.value.trim()==="")return;d.$_ptooltipValue=n.value.value,d.$_ptooltipDisabled=!!n.value.disabled===n.value.disabled?n.value.disabled:!1,d.$_ptooltipEscape=!!n.value.escape===n.value.escape?n.value.escape:!0,d.$_ptooltipClass=n.value.class||"",d.$_ptooltipFitContent=!!n.value.fitContent===n.value.fitContent?n.value.fitContent:!0,d.$_ptooltipIdAttr=n.value.id||br("pv_id")+"_tooltip",d.$_ptooltipShowDelay=n.value.showDelay||0,d.$_ptooltipHideDelay=n.value.hideDelay||0,d.$_ptooltipAutoHide=!!n.value.autoHide===n.value.autoHide?n.value.autoHide:!0}}else return;d.$_ptooltipZIndex=(r=n.instance.$primevue)===null||r===void 0||(r=r.config)===null||r===void 0||(r=r.zIndex)===null||r===void 0?void 0:r.tooltip,this.bindEvents(d,n),i.setAttribute("data-pd-tooltip",!0)},updated:function(i,n){var r=this.getTarget(i);if(r.$_ptooltipModifiers=this.getModifiers(n),this.unbindEvents(r),!!n.value){if(typeof n.value=="string")r.$_ptooltipValue=n.value,r.$_ptooltipDisabled=!1,r.$_ptooltipEscape=!0,r.$_ptooltipClass=null,r.$_ptooltipIdAttr=r.$_ptooltipIdAttr||br("pv_id")+"_tooltip",r.$_ptooltipShowDelay=0,r.$_ptooltipHideDelay=0,r.$_ptooltipAutoHide=!0,this.bindEvents(r,n);else if(sn(n.value)==="object"&&n.value)if(Qt(n.value.value)||n.value.value.trim()===""){this.unbindEvents(r,n);return}else r.$_ptooltipValue=n.value.value,r.$_ptooltipDisabled=!!n.value.disabled===n.value.disabled?n.value.disabled:!1,r.$_ptooltipEscape=!!n.value.escape===n.value.escape?n.value.escape:!0,r.$_ptooltipClass=n.value.class||"",r.$_ptooltipFitContent=!!n.value.fitContent===n.value.fitContent?n.value.fitContent:!0,r.$_ptooltipIdAttr=n.value.id||r.$_ptooltipIdAttr||br("pv_id")+"_tooltip",r.$_ptooltipShowDelay=n.value.showDelay||0,r.$_ptooltipHideDelay=n.value.hideDelay||0,r.$_ptooltipAutoHide=!!n.value.autoHide===n.value.autoHide?n.value.autoHide:!0,this.bindEvents(r,n)}},unmounted:function(i,n){var r=this.getTarget(i);this.hide(i,0),this.remove(r),this.unbindEvents(r,n),r.$_ptooltipScrollHandler&&(r.$_ptooltipScrollHandler.destroy(),r.$_ptooltipScrollHandler=null)},timer:void 0,methods:{bindEvents:function(i,n){var r=this,d=i.$_ptooltipModifiers;d.focus?(i.$_ptooltipFocusEvent=function(s){return r.onFocus(s,n)},i.$_ptooltipBlurEvent=this.onBlur.bind(this),i.addEventListener("focus",i.$_ptooltipFocusEvent),i.addEventListener("blur",i.$_ptooltipBlurEvent)):(i.$_ptooltipMouseEnterEvent=function(s){return r.onMouseEnter(s,n)},i.$_ptooltipMouseLeaveEvent=this.onMouseLeave.bind(this),i.$_ptooltipClickEvent=this.onClick.bind(this),i.addEventListener("mouseenter",i.$_ptooltipMouseEnterEvent),i.addEventListener("mouseleave",i.$_ptooltipMouseLeaveEvent),i.addEventListener("click",i.$_ptooltipClickEvent)),i.$_ptooltipKeydownEvent=this.onKeydown.bind(this),i.addEventListener("keydown",i.$_ptooltipKeydownEvent),i.$_pWindowResizeEvent=this.onWindowResize.bind(this,i)},unbindEvents:function(i){var n=i.$_ptooltipModifiers;n.focus?(i.removeEventListener("focus",i.$_ptooltipFocusEvent),i.$_ptooltipFocusEvent=null,i.removeEventListener("blur",i.$_ptooltipBlurEvent),i.$_ptooltipBlurEvent=null):(i.removeEventListener("mouseenter",i.$_ptooltipMouseEnterEvent),i.$_ptooltipMouseEnterEvent=null,i.removeEventListener("mouseleave",i.$_ptooltipMouseLeaveEvent),i.$_ptooltipMouseLeaveEvent=null,i.removeEventListener("click",i.$_ptooltipClickEvent),i.$_ptooltipClickEvent=null),i.removeEventListener("keydown",i.$_ptooltipKeydownEvent),window.removeEventListener("resize",i.$_pWindowResizeEvent),i.$_ptooltipId&&this.remove(i)},bindScrollListener:function(i){var n=this;i.$_ptooltipScrollHandler||(i.$_ptooltipScrollHandler=new yr(i,function(){n.hide(i)})),i.$_ptooltipScrollHandler.bindScrollListener()},unbindScrollListener:function(i){i.$_ptooltipScrollHandler&&i.$_ptooltipScrollHandler.unbindScrollListener()},onMouseEnter:function(i,n){var r=i.currentTarget,d=r.$_ptooltipShowDelay;this.show(r,n,d)},onMouseLeave:function(i){var n=i.currentTarget,r=n.$_ptooltipHideDelay,d=n.$_ptooltipAutoHide;if(d)this.hide(n,r);else{var s=xt(i.target,"data-pc-name")==="tooltip"||xt(i.target,"data-pc-section")==="arrow"||xt(i.target,"data-pc-section")==="text"||xt(i.relatedTarget,"data-pc-name")==="tooltip"||xt(i.relatedTarget,"data-pc-section")==="arrow"||xt(i.relatedTarget,"data-pc-section")==="text";!s&&this.hide(n,r)}},onFocus:function(i,n){var r=i.currentTarget,d=r.$_ptooltipShowDelay;this.show(r,n,d)},onBlur:function(i){var n=i.currentTarget,r=n.$_ptooltipHideDelay;this.hide(n,r)},onClick:function(i){var n=i.currentTarget,r=n.$_ptooltipHideDelay;this.hide(n,r)},onKeydown:function(i){var n=i.currentTarget,r=n.$_ptooltipHideDelay;i.code==="Escape"&&this.hide(i.currentTarget,r)},onWindowResize:function(i){ga()||this.hide(i),window.removeEventListener("resize",i.$_pWindowResizeEvent)},tooltipActions:function(i,n){if(!(i.$_ptooltipDisabled||!Bg(i))){var r=this.create(i,n);this.align(i),!this.isUnstyled()&&EK(r,250);var d=this;window.addEventListener("resize",i.$_pWindowResizeEvent),r.addEventListener("mouseleave",function s(){d.hide(i),r.removeEventListener("mouseleave",s),i.removeEventListener("mouseenter",i.$_ptooltipMouseEnterEvent),setTimeout(function(){return i.addEventListener("mouseenter",i.$_ptooltipMouseEnterEvent)},50)}),this.bindScrollListener(i),Gt.set("tooltip",r,i.$_ptooltipZIndex)}},show:function(i,n,r){var d=this;r!==void 0?this.timer=setTimeout(function(){return d.tooltipActions(i,n)},r):this.tooltipActions(i,n)},tooltipRemoval:function(i){this.remove(i),this.unbindScrollListener(i),window.removeEventListener("resize",i.$_pWindowResizeEvent)},hide:function(i,n){var r=this;clearTimeout(this.timer),n!==void 0?setTimeout(function(){return r.tooltipRemoval(i)},n):this.tooltipRemoval(i)},getTooltipElement:function(i){return document.getElementById(i.$_ptooltipId)},getArrowElement:function(i){var n=this.getTooltipElement(i);return Eo(n,'[data-pc-section="arrow"]')},create:function(i){var n=i.$_ptooltipModifiers,r=mr("div",{class:!this.isUnstyled()&&this.cx("arrow"),"p-bind":this.ptm("arrow",{context:n})}),d=mr("div",{class:!this.isUnstyled()&&this.cx("text"),"p-bind":this.ptm("text",{context:n})});i.$_ptooltipEscape?(d.innerHTML="",d.appendChild(document.createTextNode(i.$_ptooltipValue))):d.innerHTML=i.$_ptooltipValue;var s=mr("div",b6(b6({id:i.$_ptooltipIdAttr,role:"tooltip",style:{display:"inline-block",width:i.$_ptooltipFitContent?"fit-content":void 0,pointerEvents:!this.isUnstyled()&&i.$_ptooltipAutoHide&&"none"},class:[!this.isUnstyled()&&this.cx("root"),i.$_ptooltipClass]},this.$attrSelector,""),"p-bind",this.ptm("root",{context:n})),r,d);return document.body.appendChild(s),i.$_ptooltipId=s.id,this.$el=s,s},remove:function(i){if(i){var n=this.getTooltipElement(i);n&&n.parentElement&&(Gt.clear(n),document.body.removeChild(n)),i.$_ptooltipId=null}},align:function(i){var n=i.$_ptooltipModifiers;n.top?(this.alignTop(i),this.isOutOfBounds(i)&&(this.alignBottom(i),this.isOutOfBounds(i)&&this.alignTop(i))):n.left?(this.alignLeft(i),this.isOutOfBounds(i)&&(this.alignRight(i),this.isOutOfBounds(i)&&(this.alignTop(i),this.isOutOfBounds(i)&&(this.alignBottom(i),this.isOutOfBounds(i)&&this.alignLeft(i))))):n.bottom?(this.alignBottom(i),this.isOutOfBounds(i)&&(this.alignTop(i),this.isOutOfBounds(i)&&this.alignBottom(i))):(this.alignRight(i),this.isOutOfBounds(i)&&(this.alignLeft(i),this.isOutOfBounds(i)&&(this.alignTop(i),this.isOutOfBounds(i)&&(this.alignBottom(i),this.isOutOfBounds(i)&&this.alignRight(i)))))},getHostOffset:function(i){var n=i.getBoundingClientRect(),r=n.left+nu(),d=n.top+au();return{left:r,top:d}},alignRight:function(i){this.preAlign(i,"right");var n=this.getTooltipElement(i),r=this.getArrowElement(i),d=this.getHostOffset(i),s=d.left+jt(i),p=d.top+(Zo(i)-Zo(n))/2;n.style.left=s+"px",n.style.top=p+"px",r.style.top="50%",r.style.right=null,r.style.bottom=null,r.style.left="0"},alignLeft:function(i){this.preAlign(i,"left");var n=this.getTooltipElement(i),r=this.getArrowElement(i),d=this.getHostOffset(i),s=d.left-jt(n),p=d.top+(Zo(i)-Zo(n))/2;n.style.left=s+"px",n.style.top=p+"px",r.style.top="50%",r.style.right="0",r.style.bottom=null,r.style.left=null},alignTop:function(i){this.preAlign(i,"top");var n=this.getTooltipElement(i),r=this.getArrowElement(i),d=jt(n),s=jt(i),p=fr(),f=p.width,h=this.getHostOffset(i),b=h.left+(s-d)/2,g=h.top-Zo(n);b<0?b=0:b+d>f&&(b=Math.floor(h.left+s-d)),n.style.left=b+"px",n.style.top=g+"px";var w=h.left-this.getHostOffset(n).left+s/2;r.style.top=null,r.style.right=null,r.style.bottom="0",r.style.left=w+"px"},alignBottom:function(i){this.preAlign(i,"bottom");var n=this.getTooltipElement(i),r=this.getArrowElement(i),d=jt(n),s=jt(i),p=fr(),f=p.width,h=this.getHostOffset(i),b=h.left+(s-d)/2,g=h.top+Zo(i);b<0?b=0:b+d>f&&(b=Math.floor(h.left+s-d)),n.style.left=b+"px",n.style.top=g+"px";var w=h.left-this.getHostOffset(n).left+s/2;r.style.top="0",r.style.right=null,r.style.bottom=null,r.style.left=w+"px"},preAlign:function(i,n){var r=this.getTooltipElement(i);r.style.left="-999px",r.style.top="-999px",Go(r,"p-tooltip-".concat(r.$_ptooltipPosition)),!this.isUnstyled()&&wi(r,"p-tooltip-".concat(n)),r.$_ptooltipPosition=n,r.setAttribute("data-p-position",n)},isOutOfBounds:function(i){var n=this.getTooltipElement(i),r=n.getBoundingClientRect(),d=r.top,s=r.left,p=jt(n),f=Zo(n),h=fr();return s+p>h.width||s<0||d<0||d+f>h.height},getTarget:function(i){var n;return Og(i,"p-inputwrapper")&&(n=Eo(i,"input"))!==null&&n!==void 0?n:i},getModifiers:function(i){return i.modifiers&&Object.keys(i.modifiers).length?i.modifiers:i.arg&&sn(i.arg)==="object"?Object.entries(i.arg).reduce(function(n,r){var d=Rte(r,2),s=d[0],p=d[1];return(s==="event"||s==="position")&&(n[p]=!0),n},{}):{}}}}),$te=(...o)=>rW(...o),Fte={transitionDuration:"{transition.duration}"},qte={borderWidth:"0 0 1px 0",borderColor:"{content.border.color}"},Vte={color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{text.color}",padding:"1.125rem",fontWeight:"600",borderRadius:"0",borderWidth:"0",borderColor:"{content.border.color}",background:"{content.background}",hoverBackground:"{content.background}",activeBackground:"{content.background}",activeHoverBackground:"{content.background}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"},toggleIcon:{color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{text.color}",activeHoverColor:"{text.color}"},first:{topBorderRadius:"{content.border.radius}",borderWidth:"0"},last:{bottomBorderRadius:"{content.border.radius}",activeBottomBorderRadius:"0"}},zte={borderWidth:"0",borderColor:"{content.border.color}",background:"{content.background}",color:"{text.color}",padding:"0 1.125rem 1.125rem 1.125rem"},Ute={root:Fte,panel:qte,header:Vte,content:zte},Hte={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}"},Kte={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},Wte={padding:"{list.padding}",gap:"{list.gap}"},Gte={focusBackground:"{list.option.focus.background}",selectedBackground:"{list.option.selected.background}",selectedFocusBackground:"{list.option.selected.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",selectedColor:"{list.option.selected.color}",selectedFocusColor:"{list.option.selected.focus.color}",padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}"},Zte={background:"{list.option.group.background}",color:"{list.option.group.color}",fontWeight:"{list.option.group.font.weight}",padding:"{list.option.group.padding}"},Yte={width:"2.5rem",sm:{width:"2rem"},lg:{width:"3rem"},borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.border.color}",activeBorderColor:"{form.field.border.color}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Xte={borderRadius:"{border.radius.sm}"},Qte={padding:"{list.option.padding}"},Jte={light:{chip:{focusBackground:"{surface.200}",focusColor:"{surface.800}"},dropdown:{background:"{surface.100}",hoverBackground:"{surface.200}",activeBackground:"{surface.300}",color:"{surface.600}",hoverColor:"{surface.700}",activeColor:"{surface.800}"}},dark:{chip:{focusBackground:"{surface.700}",focusColor:"{surface.0}"},dropdown:{background:"{surface.800}",hoverBackground:"{surface.700}",activeBackground:"{surface.600}",color:"{surface.300}",hoverColor:"{surface.200}",activeColor:"{surface.100}"}}},eoe={root:Hte,overlay:Kte,list:Wte,option:Gte,optionGroup:Zte,dropdown:Yte,chip:Xte,emptyMessage:Qte,colorScheme:Jte},toe={width:"2rem",height:"2rem",fontSize:"1rem",background:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}"},ooe={size:"1rem"},ioe={borderColor:"{content.background}",offset:"-0.75rem"},noe={width:"3rem",height:"3rem",fontSize:"1.5rem",icon:{size:"1.5rem"},group:{offset:"-1rem"}},aoe={width:"4rem",height:"4rem",fontSize:"2rem",icon:{size:"2rem"},group:{offset:"-1.5rem"}},roe={root:toe,icon:ooe,group:ioe,lg:noe,xl:aoe},loe={borderRadius:"{border.radius.md}",padding:"0 0.5rem",fontSize:"0.75rem",fontWeight:"700",minWidth:"1.5rem",height:"1.5rem"},soe={size:"0.5rem"},doe={fontSize:"0.625rem",minWidth:"1.25rem",height:"1.25rem"},coe={fontSize:"0.875rem",minWidth:"1.75rem",height:"1.75rem"},poe={fontSize:"1rem",minWidth:"2rem",height:"2rem"},uoe={light:{primary:{background:"{primary.color}",color:"{primary.contrast.color}"},secondary:{background:"{surface.100}",color:"{surface.600}"},success:{background:"{green.500}",color:"{surface.0}"},info:{background:"{sky.500}",color:"{surface.0}"},warn:{background:"{orange.500}",color:"{surface.0}"},danger:{background:"{red.500}",color:"{surface.0}"},contrast:{background:"{surface.950}",color:"{surface.0}"}},dark:{primary:{background:"{primary.color}",color:"{primary.contrast.color}"},secondary:{background:"{surface.800}",color:"{surface.300}"},success:{background:"{green.400}",color:"{green.950}"},info:{background:"{sky.400}",color:"{sky.950}"},warn:{background:"{orange.400}",color:"{orange.950}"},danger:{background:"{red.400}",color:"{red.950}"},contrast:{background:"{surface.0}",color:"{surface.950}"}}},foe={root:loe,dot:soe,sm:doe,lg:coe,xl:poe,colorScheme:uoe},moe={borderRadius:{none:"0",xs:"2px",sm:"4px",md:"6px",lg:"8px",xl:"12px"},emerald:{50:"#ecfdf5",100:"#d1fae5",200:"#a7f3d0",300:"#6ee7b7",400:"#34d399",500:"#10b981",600:"#059669",700:"#047857",800:"#065f46",900:"#064e3b",950:"#022c22"},green:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d",950:"#052e16"},lime:{50:"#f7fee7",100:"#ecfccb",200:"#d9f99d",300:"#bef264",400:"#a3e635",500:"#84cc16",600:"#65a30d",700:"#4d7c0f",800:"#3f6212",900:"#365314",950:"#1a2e05"},red:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d",950:"#450a0a"},orange:{50:"#fff7ed",100:"#ffedd5",200:"#fed7aa",300:"#fdba74",400:"#fb923c",500:"#f97316",600:"#ea580c",700:"#c2410c",800:"#9a3412",900:"#7c2d12",950:"#431407"},amber:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f",950:"#451a03"},yellow:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12",950:"#422006"},teal:{50:"#f0fdfa",100:"#ccfbf1",200:"#99f6e4",300:"#5eead4",400:"#2dd4bf",500:"#14b8a6",600:"#0d9488",700:"#0f766e",800:"#115e59",900:"#134e4a",950:"#042f2e"},cyan:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63",950:"#083344"},sky:{50:"#f0f9ff",100:"#e0f2fe",200:"#bae6fd",300:"#7dd3fc",400:"#38bdf8",500:"#0ea5e9",600:"#0284c7",700:"#0369a1",800:"#075985",900:"#0c4a6e",950:"#082f49"},blue:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a",950:"#172554"},indigo:{50:"#eef2ff",100:"#e0e7ff",200:"#c7d2fe",300:"#a5b4fc",400:"#818cf8",500:"#6366f1",600:"#4f46e5",700:"#4338ca",800:"#3730a3",900:"#312e81",950:"#1e1b4b"},violet:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95",950:"#2e1065"},purple:{50:"#faf5ff",100:"#f3e8ff",200:"#e9d5ff",300:"#d8b4fe",400:"#c084fc",500:"#a855f7",600:"#9333ea",700:"#7e22ce",800:"#6b21a8",900:"#581c87",950:"#3b0764"},fuchsia:{50:"#fdf4ff",100:"#fae8ff",200:"#f5d0fe",300:"#f0abfc",400:"#e879f9",500:"#d946ef",600:"#c026d3",700:"#a21caf",800:"#86198f",900:"#701a75",950:"#4a044e"},pink:{50:"#fdf2f8",100:"#fce7f3",200:"#fbcfe8",300:"#f9a8d4",400:"#f472b6",500:"#ec4899",600:"#db2777",700:"#be185d",800:"#9d174d",900:"#831843",950:"#500724"},rose:{50:"#fff1f2",100:"#ffe4e6",200:"#fecdd3",300:"#fda4af",400:"#fb7185",500:"#f43f5e",600:"#e11d48",700:"#be123c",800:"#9f1239",900:"#881337",950:"#4c0519"},slate:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a",950:"#020617"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827",950:"#030712"},zinc:{50:"#fafafa",100:"#f4f4f5",200:"#e4e4e7",300:"#d4d4d8",400:"#a1a1aa",500:"#71717a",600:"#52525b",700:"#3f3f46",800:"#27272a",900:"#18181b",950:"#09090b"},neutral:{50:"#fafafa",100:"#f5f5f5",200:"#e5e5e5",300:"#d4d4d4",400:"#a3a3a3",500:"#737373",600:"#525252",700:"#404040",800:"#262626",900:"#171717",950:"#0a0a0a"},stone:{50:"#fafaf9",100:"#f5f5f4",200:"#e7e5e4",300:"#d6d3d1",400:"#a8a29e",500:"#78716c",600:"#57534e",700:"#44403c",800:"#292524",900:"#1c1917",950:"#0c0a09"}},hoe={transitionDuration:"0.2s",focusRing:{width:"1px",style:"solid",color:"{primary.color}",offset:"2px",shadow:"none"},disabledOpacity:"0.6",iconSize:"1rem",anchorGutter:"2px",primary:{50:"{emerald.50}",100:"{emerald.100}",200:"{emerald.200}",300:"{emerald.300}",400:"{emerald.400}",500:"{emerald.500}",600:"{emerald.600}",700:"{emerald.700}",800:"{emerald.800}",900:"{emerald.900}",950:"{emerald.950}"},formField:{paddingX:"0.75rem",paddingY:"0.5rem",sm:{fontSize:"0.875rem",paddingX:"0.625rem",paddingY:"0.375rem"},lg:{fontSize:"1.125rem",paddingX:"0.875rem",paddingY:"0.625rem"},borderRadius:"{border.radius.md}",focusRing:{width:"0",style:"none",color:"transparent",offset:"0",shadow:"none"},transitionDuration:"{transition.duration}"},list:{padding:"0.25rem 0.25rem",gap:"2px",header:{padding:"0.5rem 1rem 0.25rem 1rem"},option:{padding:"0.5rem 0.75rem",borderRadius:"{border.radius.sm}"},optionGroup:{padding:"0.5rem 0.75rem",fontWeight:"600"}},content:{borderRadius:"{border.radius.md}"},mask:{transitionDuration:"0.15s"},navigation:{list:{padding:"0.25rem 0.25rem",gap:"2px"},item:{padding:"0.5rem 0.75rem",borderRadius:"{border.radius.sm}",gap:"0.5rem"},submenuLabel:{padding:"0.5rem 0.75rem",fontWeight:"600"},submenuIcon:{size:"0.875rem"}},overlay:{select:{borderRadius:"{border.radius.md}",shadow:"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)"},popover:{borderRadius:"{border.radius.md}",padding:"0.75rem",shadow:"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)"},modal:{borderRadius:"{border.radius.xl}",padding:"1.25rem",shadow:"0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)"},navigation:{shadow:"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)"}},colorScheme:{light:{surface:{0:"#ffffff",50:"{slate.50}",100:"{slate.100}",200:"{slate.200}",300:"{slate.300}",400:"{slate.400}",500:"{slate.500}",600:"{slate.600}",700:"{slate.700}",800:"{slate.800}",900:"{slate.900}",950:"{slate.950}"},primary:{color:"{primary.500}",contrastColor:"#ffffff",hoverColor:"{primary.600}",activeColor:"{primary.700}"},highlight:{background:"{primary.50}",focusBackground:"{primary.100}",color:"{primary.700}",focusColor:"{primary.800}"},mask:{background:"rgba(0,0,0,0.4)",color:"{surface.200}"},formField:{background:"{surface.0}",disabledBackground:"{surface.200}",filledBackground:"{surface.50}",filledHoverBackground:"{surface.50}",filledFocusBackground:"{surface.50}",borderColor:"{surface.300}",hoverBorderColor:"{surface.400}",focusBorderColor:"{primary.color}",invalidBorderColor:"{red.400}",color:"{surface.700}",disabledColor:"{surface.500}",placeholderColor:"{surface.500}",invalidPlaceholderColor:"{red.600}",floatLabelColor:"{surface.500}",floatLabelFocusColor:"{primary.600}",floatLabelActiveColor:"{surface.500}",floatLabelInvalidColor:"{form.field.invalid.placeholder.color}",iconColor:"{surface.400}",shadow:"0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05)"},text:{color:"{surface.700}",hoverColor:"{surface.800}",mutedColor:"{surface.500}",hoverMutedColor:"{surface.600}"},content:{background:"{surface.0}",hoverBackground:"{surface.100}",borderColor:"{surface.200}",color:"{text.color}",hoverColor:"{text.hover.color}"},overlay:{select:{background:"{surface.0}",borderColor:"{surface.200}",color:"{text.color}"},popover:{background:"{surface.0}",borderColor:"{surface.200}",color:"{text.color}"},modal:{background:"{surface.0}",borderColor:"{surface.200}",color:"{text.color}"}},list:{option:{focusBackground:"{surface.100}",selectedBackground:"{highlight.background}",selectedFocusBackground:"{highlight.focus.background}",color:"{text.color}",focusColor:"{text.hover.color}",selectedColor:"{highlight.color}",selectedFocusColor:"{highlight.focus.color}",icon:{color:"{surface.400}",focusColor:"{surface.500}"}},optionGroup:{background:"transparent",color:"{text.muted.color}"}},navigation:{item:{focusBackground:"{surface.100}",activeBackground:"{surface.100}",color:"{text.color}",focusColor:"{text.hover.color}",activeColor:"{text.hover.color}",icon:{color:"{surface.400}",focusColor:"{surface.500}",activeColor:"{surface.500}"}},submenuLabel:{background:"transparent",color:"{text.muted.color}"},submenuIcon:{color:"{surface.400}",focusColor:"{surface.500}",activeColor:"{surface.500}"}}},dark:{surface:{0:"#ffffff",50:"{zinc.50}",100:"{zinc.100}",200:"{zinc.200}",300:"{zinc.300}",400:"{zinc.400}",500:"{zinc.500}",600:"{zinc.600}",700:"{zinc.700}",800:"{zinc.800}",900:"{zinc.900}",950:"{zinc.950}"},primary:{color:"{primary.400}",contrastColor:"{surface.900}",hoverColor:"{primary.300}",activeColor:"{primary.200}"},highlight:{background:"color-mix(in srgb, {primary.400}, transparent 84%)",focusBackground:"color-mix(in srgb, {primary.400}, transparent 76%)",color:"rgba(255,255,255,.87)",focusColor:"rgba(255,255,255,.87)"},mask:{background:"rgba(0,0,0,0.6)",color:"{surface.200}"},formField:{background:"{surface.950}",disabledBackground:"{surface.700}",filledBackground:"{surface.800}",filledHoverBackground:"{surface.800}",filledFocusBackground:"{surface.800}",borderColor:"{surface.600}",hoverBorderColor:"{surface.500}",focusBorderColor:"{primary.color}",invalidBorderColor:"{red.300}",color:"{surface.0}",disabledColor:"{surface.400}",placeholderColor:"{surface.400}",invalidPlaceholderColor:"{red.400}",floatLabelColor:"{surface.400}",floatLabelFocusColor:"{primary.color}",floatLabelActiveColor:"{surface.400}",floatLabelInvalidColor:"{form.field.invalid.placeholder.color}",iconColor:"{surface.400}",shadow:"0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05)"},text:{color:"{surface.0}",hoverColor:"{surface.0}",mutedColor:"{surface.400}",hoverMutedColor:"{surface.300}"},content:{background:"{surface.900}",hoverBackground:"{surface.800}",borderColor:"{surface.700}",color:"{text.color}",hoverColor:"{text.hover.color}"},overlay:{select:{background:"{surface.900}",borderColor:"{surface.700}",color:"{text.color}"},popover:{background:"{surface.900}",borderColor:"{surface.700}",color:"{text.color}"},modal:{background:"{surface.900}",borderColor:"{surface.700}",color:"{text.color}"}},list:{option:{focusBackground:"{surface.800}",selectedBackground:"{highlight.background}",selectedFocusBackground:"{highlight.focus.background}",color:"{text.color}",focusColor:"{text.hover.color}",selectedColor:"{highlight.color}",selectedFocusColor:"{highlight.focus.color}",icon:{color:"{surface.500}",focusColor:"{surface.400}"}},optionGroup:{background:"transparent",color:"{text.muted.color}"}},navigation:{item:{focusBackground:"{surface.800}",activeBackground:"{surface.800}",color:"{text.color}",focusColor:"{text.hover.color}",activeColor:"{text.hover.color}",icon:{color:"{surface.500}",focusColor:"{surface.400}",activeColor:"{surface.400}"}},submenuLabel:{background:"transparent",color:"{text.muted.color}"},submenuIcon:{color:"{surface.500}",focusColor:"{surface.400}",activeColor:"{surface.400}"}}}}},boe={primitive:moe,semantic:hoe},goe={borderRadius:"{content.border.radius}"},yoe={root:goe},woe={padding:"1rem",background:"{content.background}",gap:"0.5rem",transitionDuration:"{transition.duration}"},voe={color:"{text.muted.color}",hoverColor:"{text.color}",borderRadius:"{content.border.radius}",gap:"{navigation.item.gap}",icon:{color:"{navigation.item.icon.color}",hoverColor:"{navigation.item.icon.focus.color}"},focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Coe={color:"{navigation.item.icon.color}"},koe={root:woe,item:voe,separator:Coe},xoe={borderRadius:"{form.field.border.radius}",roundedBorderRadius:"2rem",gap:"0.5rem",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",iconOnlyWidth:"2.5rem",sm:{fontSize:"{form.field.sm.font.size}",paddingX:"{form.field.sm.padding.x}",paddingY:"{form.field.sm.padding.y}",iconOnlyWidth:"2rem"},lg:{fontSize:"{form.field.lg.font.size}",paddingX:"{form.field.lg.padding.x}",paddingY:"{form.field.lg.padding.y}",iconOnlyWidth:"3rem"},label:{fontWeight:"500"},raisedShadow:"0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",offset:"{focus.ring.offset}"},badgeSize:"1rem",transitionDuration:"{form.field.transition.duration}"},Ioe={light:{root:{primary:{background:"{primary.color}",hoverBackground:"{primary.hover.color}",activeBackground:"{primary.active.color}",borderColor:"{primary.color}",hoverBorderColor:"{primary.hover.color}",activeBorderColor:"{primary.active.color}",color:"{primary.contrast.color}",hoverColor:"{primary.contrast.color}",activeColor:"{primary.contrast.color}",focusRing:{color:"{primary.color}",shadow:"none"}},secondary:{background:"{surface.100}",hoverBackground:"{surface.200}",activeBackground:"{surface.300}",borderColor:"{surface.100}",hoverBorderColor:"{surface.200}",activeBorderColor:"{surface.300}",color:"{surface.600}",hoverColor:"{surface.700}",activeColor:"{surface.800}",focusRing:{color:"{surface.600}",shadow:"none"}},info:{background:"{sky.500}",hoverBackground:"{sky.600}",activeBackground:"{sky.700}",borderColor:"{sky.500}",hoverBorderColor:"{sky.600}",activeBorderColor:"{sky.700}",color:"#ffffff",hoverColor:"#ffffff",activeColor:"#ffffff",focusRing:{color:"{sky.500}",shadow:"none"}},success:{background:"{green.500}",hoverBackground:"{green.600}",activeBackground:"{green.700}",borderColor:"{green.500}",hoverBorderColor:"{green.600}",activeBorderColor:"{green.700}",color:"#ffffff",hoverColor:"#ffffff",activeColor:"#ffffff",focusRing:{color:"{green.500}",shadow:"none"}},warn:{background:"{orange.500}",hoverBackground:"{orange.600}",activeBackground:"{orange.700}",borderColor:"{orange.500}",hoverBorderColor:"{orange.600}",activeBorderColor:"{orange.700}",color:"#ffffff",hoverColor:"#ffffff",activeColor:"#ffffff",focusRing:{color:"{orange.500}",shadow:"none"}},help:{background:"{purple.500}",hoverBackground:"{purple.600}",activeBackground:"{purple.700}",borderColor:"{purple.500}",hoverBorderColor:"{purple.600}",activeBorderColor:"{purple.700}",color:"#ffffff",hoverColor:"#ffffff",activeColor:"#ffffff",focusRing:{color:"{purple.500}",shadow:"none"}},danger:{background:"{red.500}",hoverBackground:"{red.600}",activeBackground:"{red.700}",borderColor:"{red.500}",hoverBorderColor:"{red.600}",activeBorderColor:"{red.700}",color:"#ffffff",hoverColor:"#ffffff",activeColor:"#ffffff",focusRing:{color:"{red.500}",shadow:"none"}},contrast:{background:"{surface.950}",hoverBackground:"{surface.900}",activeBackground:"{surface.800}",borderColor:"{surface.950}",hoverBorderColor:"{surface.900}",activeBorderColor:"{surface.800}",color:"{surface.0}",hoverColor:"{surface.0}",activeColor:"{surface.0}",focusRing:{color:"{surface.950}",shadow:"none"}}},outlined:{primary:{hoverBackground:"{primary.50}",activeBackground:"{primary.100}",borderColor:"{primary.200}",color:"{primary.color}"},secondary:{hoverBackground:"{surface.50}",activeBackground:"{surface.100}",borderColor:"{surface.200}",color:"{surface.500}"},success:{hoverBackground:"{green.50}",activeBackground:"{green.100}",borderColor:"{green.200}",color:"{green.500}"},info:{hoverBackground:"{sky.50}",activeBackground:"{sky.100}",borderColor:"{sky.200}",color:"{sky.500}"},warn:{hoverBackground:"{orange.50}",activeBackground:"{orange.100}",borderColor:"{orange.200}",color:"{orange.500}"},help:{hoverBackground:"{purple.50}",activeBackground:"{purple.100}",borderColor:"{purple.200}",color:"{purple.500}"},danger:{hoverBackground:"{red.50}",activeBackground:"{red.100}",borderColor:"{red.200}",color:"{red.500}"},contrast:{hoverBackground:"{surface.50}",activeBackground:"{surface.100}",borderColor:"{surface.700}",color:"{surface.950}"},plain:{hoverBackground:"{surface.50}",activeBackground:"{surface.100}",borderColor:"{surface.200}",color:"{surface.700}"}},text:{primary:{hoverBackground:"{primary.50}",activeBackground:"{primary.100}",color:"{primary.color}"},secondary:{hoverBackground:"{surface.50}",activeBackground:"{surface.100}",color:"{surface.500}"},success:{hoverBackground:"{green.50}",activeBackground:"{green.100}",color:"{green.500}"},info:{hoverBackground:"{sky.50}",activeBackground:"{sky.100}",color:"{sky.500}"},warn:{hoverBackground:"{orange.50}",activeBackground:"{orange.100}",color:"{orange.500}"},help:{hoverBackground:"{purple.50}",activeBackground:"{purple.100}",color:"{purple.500}"},danger:{hoverBackground:"{red.50}",activeBackground:"{red.100}",color:"{red.500}"},contrast:{hoverBackground:"{surface.50}",activeBackground:"{surface.100}",color:"{surface.950}"},plain:{hoverBackground:"{surface.50}",activeBackground:"{surface.100}",color:"{surface.700}"}},link:{color:"{primary.color}",hoverColor:"{primary.color}",activeColor:"{primary.color}"}},dark:{root:{primary:{background:"{primary.color}",hoverBackground:"{primary.hover.color}",activeBackground:"{primary.active.color}",borderColor:"{primary.color}",hoverBorderColor:"{primary.hover.color}",activeBorderColor:"{primary.active.color}",color:"{primary.contrast.color}",hoverColor:"{primary.contrast.color}",activeColor:"{primary.contrast.color}",focusRing:{color:"{primary.color}",shadow:"none"}},secondary:{background:"{surface.800}",hoverBackground:"{surface.700}",activeBackground:"{surface.600}",borderColor:"{surface.800}",hoverBorderColor:"{surface.700}",activeBorderColor:"{surface.600}",color:"{surface.300}",hoverColor:"{surface.200}",activeColor:"{surface.100}",focusRing:{color:"{surface.300}",shadow:"none"}},info:{background:"{sky.400}",hoverBackground:"{sky.300}",activeBackground:"{sky.200}",borderColor:"{sky.400}",hoverBorderColor:"{sky.300}",activeBorderColor:"{sky.200}",color:"{sky.950}",hoverColor:"{sky.950}",activeColor:"{sky.950}",focusRing:{color:"{sky.400}",shadow:"none"}},success:{background:"{green.400}",hoverBackground:"{green.300}",activeBackground:"{green.200}",borderColor:"{green.400}",hoverBorderColor:"{green.300}",activeBorderColor:"{green.200}",color:"{green.950}",hoverColor:"{green.950}",activeColor:"{green.950}",focusRing:{color:"{green.400}",shadow:"none"}},warn:{background:"{orange.400}",hoverBackground:"{orange.300}",activeBackground:"{orange.200}",borderColor:"{orange.400}",hoverBorderColor:"{orange.300}",activeBorderColor:"{orange.200}",color:"{orange.950}",hoverColor:"{orange.950}",activeColor:"{orange.950}",focusRing:{color:"{orange.400}",shadow:"none"}},help:{background:"{purple.400}",hoverBackground:"{purple.300}",activeBackground:"{purple.200}",borderColor:"{purple.400}",hoverBorderColor:"{purple.300}",activeBorderColor:"{purple.200}",color:"{purple.950}",hoverColor:"{purple.950}",activeColor:"{purple.950}",focusRing:{color:"{purple.400}",shadow:"none"}},danger:{background:"{red.400}",hoverBackground:"{red.300}",activeBackground:"{red.200}",borderColor:"{red.400}",hoverBorderColor:"{red.300}",activeBorderColor:"{red.200}",color:"{red.950}",hoverColor:"{red.950}",activeColor:"{red.950}",focusRing:{color:"{red.400}",shadow:"none"}},contrast:{background:"{surface.0}",hoverBackground:"{surface.100}",activeBackground:"{surface.200}",borderColor:"{surface.0}",hoverBorderColor:"{surface.100}",activeBorderColor:"{surface.200}",color:"{surface.950}",hoverColor:"{surface.950}",activeColor:"{surface.950}",focusRing:{color:"{surface.0}",shadow:"none"}}},outlined:{primary:{hoverBackground:"color-mix(in srgb, {primary.color}, transparent 96%)",activeBackground:"color-mix(in srgb, {primary.color}, transparent 84%)",borderColor:"{primary.700}",color:"{primary.color}"},secondary:{hoverBackground:"rgba(255,255,255,0.04)",activeBackground:"rgba(255,255,255,0.16)",borderColor:"{surface.700}",color:"{surface.400}"},success:{hoverBackground:"color-mix(in srgb, {green.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {green.400}, transparent 84%)",borderColor:"{green.700}",color:"{green.400}"},info:{hoverBackground:"color-mix(in srgb, {sky.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {sky.400}, transparent 84%)",borderColor:"{sky.700}",color:"{sky.400}"},warn:{hoverBackground:"color-mix(in srgb, {orange.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {orange.400}, transparent 84%)",borderColor:"{orange.700}",color:"{orange.400}"},help:{hoverBackground:"color-mix(in srgb, {purple.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {purple.400}, transparent 84%)",borderColor:"{purple.700}",color:"{purple.400}"},danger:{hoverBackground:"color-mix(in srgb, {red.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {red.400}, transparent 84%)",borderColor:"{red.700}",color:"{red.400}"},contrast:{hoverBackground:"{surface.800}",activeBackground:"{surface.700}",borderColor:"{surface.500}",color:"{surface.0}"},plain:{hoverBackground:"{surface.800}",activeBackground:"{surface.700}",borderColor:"{surface.600}",color:"{surface.0}"}},text:{primary:{hoverBackground:"color-mix(in srgb, {primary.color}, transparent 96%)",activeBackground:"color-mix(in srgb, {primary.color}, transparent 84%)",color:"{primary.color}"},secondary:{hoverBackground:"{surface.800}",activeBackground:"{surface.700}",color:"{surface.400}"},success:{hoverBackground:"color-mix(in srgb, {green.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {green.400}, transparent 84%)",color:"{green.400}"},info:{hoverBackground:"color-mix(in srgb, {sky.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {sky.400}, transparent 84%)",color:"{sky.400}"},warn:{hoverBackground:"color-mix(in srgb, {orange.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {orange.400}, transparent 84%)",color:"{orange.400}"},help:{hoverBackground:"color-mix(in srgb, {purple.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {purple.400}, transparent 84%)",color:"{purple.400}"},danger:{hoverBackground:"color-mix(in srgb, {red.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {red.400}, transparent 84%)",color:"{red.400}"},contrast:{hoverBackground:"{surface.800}",activeBackground:"{surface.700}",color:"{surface.0}"},plain:{hoverBackground:"{surface.800}",activeBackground:"{surface.700}",color:"{surface.0}"}},link:{color:"{primary.color}",hoverColor:"{primary.color}",activeColor:"{primary.color}"}}},Soe={root:xoe,colorScheme:Ioe},Eoe={background:"{content.background}",borderRadius:"{border.radius.xl}",color:"{content.color}",shadow:"0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1)"},Aoe={padding:"1.25rem",gap:"0.5rem"},Toe={gap:"0.5rem"},Ooe={fontSize:"1.25rem",fontWeight:"500"},Doe={color:"{text.muted.color}"},Roe={root:Eoe,body:Aoe,caption:Toe,title:Ooe,subtitle:Doe},Boe={transitionDuration:"{transition.duration}"},_oe={gap:"0.25rem"},Loe={padding:"1rem",gap:"0.5rem"},Poe={width:"2rem",height:"0.5rem",borderRadius:"{content.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Moe={light:{indicator:{background:"{surface.200}",hoverBackground:"{surface.300}",activeBackground:"{primary.color}"}},dark:{indicator:{background:"{surface.700}",hoverBackground:"{surface.600}",activeBackground:"{primary.color}"}}},Noe={root:Boe,content:_oe,indicatorList:Loe,indicator:Poe,colorScheme:Moe},joe={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{fontSize:"{form.field.sm.font.size}",paddingX:"{form.field.sm.padding.x}",paddingY:"{form.field.sm.padding.y}"},lg:{fontSize:"{form.field.lg.font.size}",paddingX:"{form.field.lg.padding.x}",paddingY:"{form.field.lg.padding.y}"}},$oe={width:"2.5rem",color:"{form.field.icon.color}"},Foe={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},qoe={padding:"{list.padding}",gap:"{list.gap}",mobileIndent:"1rem"},Voe={focusBackground:"{list.option.focus.background}",selectedBackground:"{list.option.selected.background}",selectedFocusBackground:"{list.option.selected.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",selectedColor:"{list.option.selected.color}",selectedFocusColor:"{list.option.selected.focus.color}",padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}",icon:{color:"{list.option.icon.color}",focusColor:"{list.option.icon.focus.color}",size:"0.875rem"}},zoe={color:"{form.field.icon.color}"},Uoe={root:joe,dropdown:$oe,overlay:Foe,list:qoe,option:Voe,clearIcon:zoe},Hoe={borderRadius:"{border.radius.sm}",width:"1.25rem",height:"1.25rem",background:"{form.field.background}",checkedBackground:"{primary.color}",checkedHoverBackground:"{primary.hover.color}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.border.color}",checkedBorderColor:"{primary.color}",checkedHoverBorderColor:"{primary.hover.color}",checkedFocusBorderColor:"{primary.color}",checkedDisabledBorderColor:"{form.field.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",shadow:"{form.field.shadow}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{width:"1rem",height:"1rem"},lg:{width:"1.5rem",height:"1.5rem"}},Koe={size:"0.875rem",color:"{form.field.color}",checkedColor:"{primary.contrast.color}",checkedHoverColor:"{primary.contrast.color}",disabledColor:"{form.field.disabled.color}",sm:{size:"0.75rem"},lg:{size:"1rem"}},Woe={root:Hoe,icon:Koe},Goe={borderRadius:"16px",paddingX:"0.75rem",paddingY:"0.5rem",gap:"0.5rem",transitionDuration:"{transition.duration}"},Zoe={width:"2rem",height:"2rem"},Yoe={size:"1rem"},Xoe={size:"1rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"}},Qoe={light:{root:{background:"{surface.100}",color:"{surface.800}"},icon:{color:"{surface.800}"},removeIcon:{color:"{surface.800}"}},dark:{root:{background:"{surface.800}",color:"{surface.0}"},icon:{color:"{surface.0}"},removeIcon:{color:"{surface.0}"}}},Joe={root:Goe,image:Zoe,icon:Yoe,removeIcon:Xoe,colorScheme:Qoe},eie={transitionDuration:"{transition.duration}"},tie={width:"1.5rem",height:"1.5rem",borderRadius:"{form.field.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},oie={shadow:"{overlay.popover.shadow}",borderRadius:"{overlay.popover.borderRadius}"},iie={light:{panel:{background:"{surface.800}",borderColor:"{surface.900}"},handle:{color:"{surface.0}"}},dark:{panel:{background:"{surface.900}",borderColor:"{surface.700}"},handle:{color:"{surface.0}"}}},nie={root:eie,preview:tie,panel:oie,colorScheme:iie},aie={size:"2rem",color:"{overlay.modal.color}"},rie={gap:"1rem"},lie={icon:aie,content:rie},sie={background:"{overlay.popover.background}",borderColor:"{overlay.popover.border.color}",color:"{overlay.popover.color}",borderRadius:"{overlay.popover.border.radius}",shadow:"{overlay.popover.shadow}",gutter:"10px",arrowOffset:"1.25rem"},die={padding:"{overlay.popover.padding}",gap:"1rem"},cie={size:"1.5rem",color:"{overlay.popover.color}"},pie={gap:"0.5rem",padding:"0 {overlay.popover.padding} {overlay.popover.padding} {overlay.popover.padding}"},uie={root:sie,content:die,icon:cie,footer:pie},fie={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",shadow:"{overlay.navigation.shadow}",transitionDuration:"{transition.duration}"},mie={padding:"{navigation.list.padding}",gap:"{navigation.list.gap}"},hie={focusBackground:"{navigation.item.focus.background}",activeBackground:"{navigation.item.active.background}",color:"{navigation.item.color}",focusColor:"{navigation.item.focus.color}",activeColor:"{navigation.item.active.color}",padding:"{navigation.item.padding}",borderRadius:"{navigation.item.border.radius}",gap:"{navigation.item.gap}",icon:{color:"{navigation.item.icon.color}",focusColor:"{navigation.item.icon.focus.color}",activeColor:"{navigation.item.icon.active.color}"}},bie={mobileIndent:"1rem"},gie={size:"{navigation.submenu.icon.size}",color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}",activeColor:"{navigation.submenu.icon.active.color}"},yie={borderColor:"{content.border.color}"},wie={root:fie,list:mie,item:hie,submenu:bie,submenuIcon:gie,separator:yie},vie={transitionDuration:"{transition.duration}"},Cie={background:"{content.background}",borderColor:"{datatable.border.color}",color:"{content.color}",borderWidth:"0 0 1px 0",padding:"0.75rem 1rem",sm:{padding:"0.375rem 0.5rem"},lg:{padding:"1rem 1.25rem"}},kie={background:"{content.background}",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",borderColor:"{datatable.border.color}",color:"{content.color}",hoverColor:"{content.hover.color}",selectedColor:"{highlight.color}",gap:"0.5rem",padding:"0.75rem 1rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"},sm:{padding:"0.375rem 0.5rem"},lg:{padding:"1rem 1.25rem"}},xie={fontWeight:"600"},Iie={background:"{content.background}",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",color:"{content.color}",hoverColor:"{content.hover.color}",selectedColor:"{highlight.color}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"}},Sie={borderColor:"{datatable.border.color}",padding:"0.75rem 1rem",sm:{padding:"0.375rem 0.5rem"},lg:{padding:"1rem 1.25rem"}},Eie={background:"{content.background}",borderColor:"{datatable.border.color}",color:"{content.color}",padding:"0.75rem 1rem",sm:{padding:"0.375rem 0.5rem"},lg:{padding:"1rem 1.25rem"}},Aie={fontWeight:"600"},Tie={background:"{content.background}",borderColor:"{datatable.border.color}",color:"{content.color}",borderWidth:"0 0 1px 0",padding:"0.75rem 1rem",sm:{padding:"0.375rem 0.5rem"},lg:{padding:"1rem 1.25rem"}},Oie={color:"{primary.color}"},Die={width:"0.5rem"},Rie={width:"1px",color:"{primary.color}"},Bie={color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",size:"0.875rem"},_ie={size:"2rem"},Lie={hoverBackground:"{content.hover.background}",selectedHoverBackground:"{content.background}",color:"{text.muted.color}",hoverColor:"{text.color}",selectedHoverColor:"{primary.color}",size:"1.75rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Pie={inlineGap:"0.5rem",overlaySelect:{background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},overlayPopover:{background:"{overlay.popover.background}",borderColor:"{overlay.popover.border.color}",borderRadius:"{overlay.popover.border.radius}",color:"{overlay.popover.color}",shadow:"{overlay.popover.shadow}",padding:"{overlay.popover.padding}",gap:"0.5rem"},rule:{borderColor:"{content.border.color}"},constraintList:{padding:"{list.padding}",gap:"{list.gap}"},constraint:{focusBackground:"{list.option.focus.background}",selectedBackground:"{list.option.selected.background}",selectedFocusBackground:"{list.option.selected.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",selectedColor:"{list.option.selected.color}",selectedFocusColor:"{list.option.selected.focus.color}",separator:{borderColor:"{content.border.color}"},padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}"}},Mie={borderColor:"{datatable.border.color}",borderWidth:"0 0 1px 0"},Nie={borderColor:"{datatable.border.color}",borderWidth:"0 0 1px 0"},jie={light:{root:{borderColor:"{content.border.color}"},row:{stripedBackground:"{surface.50}"},bodyCell:{selectedBorderColor:"{primary.100}"}},dark:{root:{borderColor:"{surface.800}"},row:{stripedBackground:"{surface.950}"},bodyCell:{selectedBorderColor:"{primary.900}"}}},$ie={root:vie,header:Cie,headerCell:kie,columnTitle:xie,row:Iie,bodyCell:Sie,footerCell:Eie,columnFooter:Aie,footer:Tie,dropPoint:Oie,columnResizer:Die,resizeIndicator:Rie,sortIcon:Bie,loadingIcon:_ie,rowToggleButton:Lie,filter:Pie,paginatorTop:Mie,paginatorBottom:Nie,colorScheme:jie},Fie={borderColor:"transparent",borderWidth:"0",borderRadius:"0",padding:"0"},qie={background:"{content.background}",color:"{content.color}",borderColor:"{content.border.color}",borderWidth:"0 0 1px 0",padding:"0.75rem 1rem",borderRadius:"0"},Vie={background:"{content.background}",color:"{content.color}",borderColor:"transparent",borderWidth:"0",padding:"0",borderRadius:"0"},zie={background:"{content.background}",color:"{content.color}",borderColor:"{content.border.color}",borderWidth:"1px 0 0 0",padding:"0.75rem 1rem",borderRadius:"0"},Uie={borderColor:"{content.border.color}",borderWidth:"0 0 1px 0"},Hie={borderColor:"{content.border.color}",borderWidth:"1px 0 0 0"},Kie={root:Fie,header:qie,content:Vie,footer:zie,paginatorTop:Uie,paginatorBottom:Hie},Wie={transitionDuration:"{transition.duration}"},Gie={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",shadow:"{overlay.popover.shadow}",padding:"{overlay.popover.padding}"},Zie={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",padding:"0 0 0.5rem 0"},Yie={gap:"0.5rem",fontWeight:"500"},Xie={width:"2.5rem",sm:{width:"2rem"},lg:{width:"3rem"},borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.border.color}",activeBorderColor:"{form.field.border.color}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Qie={color:"{form.field.icon.color}"},Jie={hoverBackground:"{content.hover.background}",color:"{content.color}",hoverColor:"{content.hover.color}",padding:"0.25rem 0.5rem",borderRadius:"{content.border.radius}"},ene={hoverBackground:"{content.hover.background}",color:"{content.color}",hoverColor:"{content.hover.color}",padding:"0.25rem 0.5rem",borderRadius:"{content.border.radius}"},tne={borderColor:"{content.border.color}",gap:"{overlay.popover.padding}"},one={margin:"0.5rem 0 0 0"},ine={padding:"0.25rem",fontWeight:"500",color:"{content.color}"},nne={hoverBackground:"{content.hover.background}",selectedBackground:"{primary.color}",rangeSelectedBackground:"{highlight.background}",color:"{content.color}",hoverColor:"{content.hover.color}",selectedColor:"{primary.contrast.color}",rangeSelectedColor:"{highlight.color}",width:"2rem",height:"2rem",borderRadius:"50%",padding:"0.25rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},ane={margin:"0.5rem 0 0 0"},rne={padding:"0.375rem",borderRadius:"{content.border.radius}"},lne={margin:"0.5rem 0 0 0"},sne={padding:"0.375rem",borderRadius:"{content.border.radius}"},dne={padding:"0.5rem 0 0 0",borderColor:"{content.border.color}"},cne={padding:"0.5rem 0 0 0",borderColor:"{content.border.color}",gap:"0.5rem",buttonGap:"0.25rem"},pne={light:{dropdown:{background:"{surface.100}",hoverBackground:"{surface.200}",activeBackground:"{surface.300}",color:"{surface.600}",hoverColor:"{surface.700}",activeColor:"{surface.800}"},today:{background:"{surface.200}",color:"{surface.900}"}},dark:{dropdown:{background:"{surface.800}",hoverBackground:"{surface.700}",activeBackground:"{surface.600}",color:"{surface.300}",hoverColor:"{surface.200}",activeColor:"{surface.100}"},today:{background:"{surface.700}",color:"{surface.0}"}}},une={root:Wie,panel:Gie,header:Zie,title:Yie,dropdown:Xie,inputIcon:Qie,selectMonth:Jie,selectYear:ene,group:tne,dayView:one,weekDay:ine,date:nne,monthView:ane,month:rne,yearView:lne,year:sne,buttonbar:dne,timePicker:cne,colorScheme:pne},fne={background:"{overlay.modal.background}",borderColor:"{overlay.modal.border.color}",color:"{overlay.modal.color}",borderRadius:"{overlay.modal.border.radius}",shadow:"{overlay.modal.shadow}"},mne={padding:"{overlay.modal.padding}",gap:"0.5rem"},hne={fontSize:"1.25rem",fontWeight:"600"},bne={padding:"0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}"},gne={padding:"0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}",gap:"0.5rem"},yne={root:fne,header:mne,title:hne,content:bne,footer:gne},wne={borderColor:"{content.border.color}"},vne={background:"{content.background}",color:"{text.color}"},Cne={margin:"1rem 0",padding:"0 1rem",content:{padding:"0 0.5rem"}},kne={margin:"0 1rem",padding:"0.5rem 0",content:{padding:"0.5rem 0"}},xne={root:wne,content:vne,horizontal:Cne,vertical:kne},Ine={background:"rgba(255, 255, 255, 0.1)",borderColor:"rgba(255, 255, 255, 0.2)",padding:"0.5rem",borderRadius:"{border.radius.xl}"},Sne={borderRadius:"{content.border.radius}",padding:"0.5rem",size:"3rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Ene={root:Ine,item:Sne},Ane={background:"{overlay.modal.background}",borderColor:"{overlay.modal.border.color}",color:"{overlay.modal.color}",shadow:"{overlay.modal.shadow}"},Tne={padding:"{overlay.modal.padding}"},One={fontSize:"1.5rem",fontWeight:"600"},Dne={padding:"0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}"},Rne={padding:"{overlay.modal.padding}"},Bne={root:Ane,header:Tne,title:One,content:Dne,footer:Rne},_ne={background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}"},Lne={color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{primary.color}"},Pne={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}",padding:"{list.padding}"},Mne={focusBackground:"{list.option.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}"},Nne={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}"},jne={toolbar:_ne,toolbarItem:Lne,overlay:Pne,overlayOption:Mne,content:Nne},$ne={background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",color:"{content.color}",padding:"0 1.125rem 1.125rem 1.125rem",transitionDuration:"{transition.duration}"},Fne={background:"{content.background}",hoverBackground:"{content.hover.background}",color:"{content.color}",hoverColor:"{content.hover.color}",borderRadius:"{content.border.radius}",borderWidth:"1px",borderColor:"transparent",padding:"0.5rem 0.75rem",gap:"0.5rem",fontWeight:"600",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},qne={color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}"},Vne={padding:"0"},zne={root:$ne,legend:Fne,toggleIcon:qne,content:Vne},Une={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",transitionDuration:"{transition.duration}"},Hne={background:"transparent",color:"{text.color}",padding:"1.125rem",borderColor:"unset",borderWidth:"0",borderRadius:"0",gap:"0.5rem"},Kne={highlightBorderColor:"{primary.color}",padding:"0 1.125rem 1.125rem 1.125rem",gap:"1rem"},Wne={padding:"1rem",gap:"1rem",borderColor:"{content.border.color}",info:{gap:"0.5rem"}},Gne={gap:"0.5rem"},Zne={height:"0.25rem"},Yne={gap:"0.5rem"},Xne={root:Une,header:Hne,content:Kne,file:Wne,fileList:Gne,progressbar:Zne,basic:Yne},Qne={color:"{form.field.float.label.color}",focusColor:"{form.field.float.label.focus.color}",activeColor:"{form.field.float.label.active.color}",invalidColor:"{form.field.float.label.invalid.color}",transitionDuration:"0.2s",positionX:"{form.field.padding.x}",positionY:"{form.field.padding.y}",fontWeight:"500",active:{fontSize:"0.75rem",fontWeight:"400"}},Jne={active:{top:"-1.25rem"}},eae={input:{paddingTop:"1.5rem",paddingBottom:"{form.field.padding.y}"},active:{top:"{form.field.padding.y}"}},tae={borderRadius:"{border.radius.xs}",active:{background:"{form.field.background}",padding:"0 0.125rem"}},oae={root:Qne,over:Jne,in:eae,on:tae},iae={borderWidth:"1px",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",transitionDuration:"{transition.duration}"},nae={background:"rgba(255, 255, 255, 0.1)",hoverBackground:"rgba(255, 255, 255, 0.2)",color:"{surface.100}",hoverColor:"{surface.0}",size:"3rem",gutter:"0.5rem",prev:{borderRadius:"50%"},next:{borderRadius:"50%"},focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},aae={size:"1.5rem"},rae={background:"{content.background}",padding:"1rem 0.25rem"},lae={size:"2rem",borderRadius:"{content.border.radius}",gutter:"0.5rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},sae={size:"1rem"},dae={background:"rgba(0, 0, 0, 0.5)",color:"{surface.100}",padding:"1rem"},cae={gap:"0.5rem",padding:"1rem"},pae={width:"1rem",height:"1rem",activeBackground:"{primary.color}",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},uae={background:"rgba(0, 0, 0, 0.5)"},fae={background:"rgba(255, 255, 255, 0.4)",hoverBackground:"rgba(255, 255, 255, 0.6)",activeBackground:"rgba(255, 255, 255, 0.9)"},mae={size:"3rem",gutter:"0.5rem",background:"rgba(255, 255, 255, 0.1)",hoverBackground:"rgba(255, 255, 255, 0.2)",color:"{surface.50}",hoverColor:"{surface.0}",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},hae={size:"1.5rem"},bae={light:{thumbnailNavButton:{hoverBackground:"{surface.100}",color:"{surface.600}",hoverColor:"{surface.700}"},indicatorButton:{background:"{surface.200}",hoverBackground:"{surface.300}"}},dark:{thumbnailNavButton:{hoverBackground:"{surface.700}",color:"{surface.400}",hoverColor:"{surface.0}"},indicatorButton:{background:"{surface.700}",hoverBackground:"{surface.600}"}}},gae={root:iae,navButton:nae,navIcon:aae,thumbnailsContent:rae,thumbnailNavButton:lae,thumbnailNavButtonIcon:sae,caption:dae,indicatorList:cae,indicatorButton:pae,insetIndicatorList:uae,insetIndicatorButton:fae,closeButton:mae,closeButtonIcon:hae,colorScheme:bae},yae={color:"{form.field.icon.color}"},wae={icon:yae},vae={color:"{form.field.float.label.color}",focusColor:"{form.field.float.label.focus.color}",invalidColor:"{form.field.float.label.invalid.color}",transitionDuration:"0.2s",positionX:"{form.field.padding.x}",top:"{form.field.padding.y}",fontSize:"0.75rem",fontWeight:"400"},Cae={paddingTop:"1.5rem",paddingBottom:"{form.field.padding.y}"},kae={root:vae,input:Cae},xae={transitionDuration:"{transition.duration}"},Iae={icon:{size:"1.5rem"},mask:{background:"{mask.background}",color:"{mask.color}"}},Sae={position:{left:"auto",right:"1rem",top:"1rem",bottom:"auto"},blur:"8px",background:"rgba(255,255,255,0.1)",borderColor:"rgba(255,255,255,0.2)",borderWidth:"1px",borderRadius:"30px",padding:".5rem",gap:"0.5rem"},Eae={hoverBackground:"rgba(255,255,255,0.1)",color:"{surface.50}",hoverColor:"{surface.0}",size:"3rem",iconSize:"1.5rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Aae={root:xae,preview:Iae,toolbar:Sae,action:Eae},Tae={size:"15px",hoverSize:"30px",background:"rgba(255,255,255,0.3)",hoverBackground:"rgba(255,255,255,0.3)",borderColor:"unset",hoverBorderColor:"unset",borderWidth:"0",borderRadius:"50%",transitionDuration:"{transition.duration}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"rgba(255,255,255,0.3)",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Oae={handle:Tae},Dae={padding:"{form.field.padding.y} {form.field.padding.x}",borderRadius:"{content.border.radius}",gap:"0.5rem"},Rae={fontWeight:"500"},Bae={size:"1rem"},_ae={light:{info:{background:"color-mix(in srgb, {blue.50}, transparent 5%)",borderColor:"{blue.200}",color:"{blue.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)"},success:{background:"color-mix(in srgb, {green.50}, transparent 5%)",borderColor:"{green.200}",color:"{green.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)"},warn:{background:"color-mix(in srgb,{yellow.50}, transparent 5%)",borderColor:"{yellow.200}",color:"{yellow.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)"},error:{background:"color-mix(in srgb, {red.50}, transparent 5%)",borderColor:"{red.200}",color:"{red.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)"},secondary:{background:"{surface.100}",borderColor:"{surface.200}",color:"{surface.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)"},contrast:{background:"{surface.900}",borderColor:"{surface.950}",color:"{surface.50}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)"}},dark:{info:{background:"color-mix(in srgb, {blue.500}, transparent 84%)",borderColor:"color-mix(in srgb, {blue.700}, transparent 64%)",color:"{blue.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)"},success:{background:"color-mix(in srgb, {green.500}, transparent 84%)",borderColor:"color-mix(in srgb, {green.700}, transparent 64%)",color:"{green.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)"},warn:{background:"color-mix(in srgb, {yellow.500}, transparent 84%)",borderColor:"color-mix(in srgb, {yellow.700}, transparent 64%)",color:"{yellow.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)"},error:{background:"color-mix(in srgb, {red.500}, transparent 84%)",borderColor:"color-mix(in srgb, {red.700}, transparent 64%)",color:"{red.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)"},secondary:{background:"{surface.800}",borderColor:"{surface.700}",color:"{surface.300}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)"},contrast:{background:"{surface.0}",borderColor:"{surface.100}",color:"{surface.950}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)"}}},Lae={root:Dae,text:Rae,icon:Bae,colorScheme:_ae},Pae={padding:"{form.field.padding.y} {form.field.padding.x}",borderRadius:"{content.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"},transitionDuration:"{transition.duration}"},Mae={hoverBackground:"{content.hover.background}",hoverColor:"{content.hover.color}"},Nae={root:Pae,display:Mae},jae={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}"},$ae={borderRadius:"{border.radius.sm}"},Fae={light:{chip:{focusBackground:"{surface.200}",color:"{surface.800}"}},dark:{chip:{focusBackground:"{surface.700}",color:"{surface.0}"}}},qae={root:jae,chip:$ae,colorScheme:Fae},Vae={background:"{form.field.background}",borderColor:"{form.field.border.color}",color:"{form.field.icon.color}",borderRadius:"{form.field.border.radius}",padding:"0.5rem",minWidth:"2.5rem"},zae={addon:Vae},Uae={transitionDuration:"{transition.duration}"},Hae={width:"2.5rem",borderRadius:"{form.field.border.radius}",verticalPadding:"{form.field.padding.y}"},Kae={light:{button:{background:"transparent",hoverBackground:"{surface.100}",activeBackground:"{surface.200}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.border.color}",activeBorderColor:"{form.field.border.color}",color:"{surface.400}",hoverColor:"{surface.500}",activeColor:"{surface.600}"}},dark:{button:{background:"transparent",hoverBackground:"{surface.800}",activeBackground:"{surface.700}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.border.color}",activeBorderColor:"{form.field.border.color}",color:"{surface.400}",hoverColor:"{surface.300}",activeColor:"{surface.200}"}}},Wae={root:Uae,button:Hae,colorScheme:Kae},Gae={gap:"0.5rem"},Zae={width:"2.5rem",sm:{width:"2rem"},lg:{width:"3rem"}},Yae={root:Gae,input:Zae},Xae={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{fontSize:"{form.field.sm.font.size}",paddingX:"{form.field.sm.padding.x}",paddingY:"{form.field.sm.padding.y}"},lg:{fontSize:"{form.field.lg.font.size}",paddingX:"{form.field.lg.padding.x}",paddingY:"{form.field.lg.padding.y}"}},Qae={root:Xae},Jae={transitionDuration:"{transition.duration}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},ere={background:"{primary.color}"},tre={background:"{content.border.color}"},ore={color:"{text.muted.color}"},ire={root:Jae,value:ere,range:tre,text:ore},nre={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",borderColor:"{form.field.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",shadow:"{form.field.shadow}",borderRadius:"{form.field.border.radius}",transitionDuration:"{form.field.transition.duration}"},are={padding:"{list.padding}",gap:"{list.gap}",header:{padding:"{list.header.padding}"}},rre={focusBackground:"{list.option.focus.background}",selectedBackground:"{list.option.selected.background}",selectedFocusBackground:"{list.option.selected.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",selectedColor:"{list.option.selected.color}",selectedFocusColor:"{list.option.selected.focus.color}",padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}"},lre={background:"{list.option.group.background}",color:"{list.option.group.color}",fontWeight:"{list.option.group.font.weight}",padding:"{list.option.group.padding}"},sre={color:"{list.option.color}",gutterStart:"-0.375rem",gutterEnd:"0.375rem"},dre={padding:"{list.option.padding}"},cre={light:{option:{stripedBackground:"{surface.50}"}},dark:{option:{stripedBackground:"{surface.900}"}}},pre={root:nre,list:are,option:rre,optionGroup:lre,checkmark:sre,emptyMessage:dre,colorScheme:cre},ure={background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",color:"{content.color}",gap:"0.5rem",verticalOrientation:{padding:"{navigation.list.padding}",gap:"{navigation.list.gap}"},horizontalOrientation:{padding:"0.5rem 0.75rem",gap:"0.5rem"},transitionDuration:"{transition.duration}"},fre={borderRadius:"{content.border.radius}",padding:"{navigation.item.padding}"},mre={focusBackground:"{navigation.item.focus.background}",activeBackground:"{navigation.item.active.background}",color:"{navigation.item.color}",focusColor:"{navigation.item.focus.color}",activeColor:"{navigation.item.active.color}",padding:"{navigation.item.padding}",borderRadius:"{navigation.item.border.radius}",gap:"{navigation.item.gap}",icon:{color:"{navigation.item.icon.color}",focusColor:"{navigation.item.icon.focus.color}",activeColor:"{navigation.item.icon.active.color}"}},hre={padding:"0",background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",color:"{content.color}",shadow:"{overlay.navigation.shadow}",gap:"0.5rem"},bre={padding:"{navigation.list.padding}",gap:"{navigation.list.gap}"},gre={padding:"{navigation.submenu.label.padding}",fontWeight:"{navigation.submenu.label.font.weight}",background:"{navigation.submenu.label.background.}",color:"{navigation.submenu.label.color}"},yre={size:"{navigation.submenu.icon.size}",color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}",activeColor:"{navigation.submenu.icon.active.color}"},wre={borderColor:"{content.border.color}"},vre={borderRadius:"50%",size:"1.75rem",color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",hoverBackground:"{content.hover.background}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Cre={root:ure,baseItem:fre,item:mre,overlay:hre,submenu:bre,submenuLabel:gre,submenuIcon:yre,separator:wre,mobileButton:vre},kre={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",shadow:"{overlay.navigation.shadow}",transitionDuration:"{transition.duration}"},xre={padding:"{navigation.list.padding}",gap:"{navigation.list.gap}"},Ire={focusBackground:"{navigation.item.focus.background}",color:"{navigation.item.color}",focusColor:"{navigation.item.focus.color}",padding:"{navigation.item.padding}",borderRadius:"{navigation.item.border.radius}",gap:"{navigation.item.gap}",icon:{color:"{navigation.item.icon.color}",focusColor:"{navigation.item.icon.focus.color}"}},Sre={padding:"{navigation.submenu.label.padding}",fontWeight:"{navigation.submenu.label.font.weight}",background:"{navigation.submenu.label.background}",color:"{navigation.submenu.label.color}"},Ere={borderColor:"{content.border.color}"},Are={root:kre,list:xre,item:Ire,submenuLabel:Sre,separator:Ere},Tre={background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",color:"{content.color}",gap:"0.5rem",padding:"0.5rem 0.75rem",transitionDuration:"{transition.duration}"},Ore={borderRadius:"{content.border.radius}",padding:"{navigation.item.padding}"},Dre={focusBackground:"{navigation.item.focus.background}",activeBackground:"{navigation.item.active.background}",color:"{navigation.item.color}",focusColor:"{navigation.item.focus.color}",activeColor:"{navigation.item.active.color}",padding:"{navigation.item.padding}",borderRadius:"{navigation.item.border.radius}",gap:"{navigation.item.gap}",icon:{color:"{navigation.item.icon.color}",focusColor:"{navigation.item.icon.focus.color}",activeColor:"{navigation.item.icon.active.color}"}},Rre={padding:"{navigation.list.padding}",gap:"{navigation.list.gap}",background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",shadow:"{overlay.navigation.shadow}",mobileIndent:"1rem",icon:{size:"{navigation.submenu.icon.size}",color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}",activeColor:"{navigation.submenu.icon.active.color}"}},Bre={borderColor:"{content.border.color}"},_re={borderRadius:"50%",size:"1.75rem",color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",hoverBackground:"{content.hover.background}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Lre={root:Tre,baseItem:Ore,item:Dre,submenu:Rre,separator:Bre,mobileButton:_re},Pre={borderRadius:"{content.border.radius}",borderWidth:"1px",transitionDuration:"{transition.duration}"},Mre={padding:"0.5rem 0.75rem",gap:"0.5rem",sm:{padding:"0.375rem 0.625rem"},lg:{padding:"0.625rem 0.875rem"}},Nre={fontSize:"1rem",fontWeight:"500",sm:{fontSize:"0.875rem"},lg:{fontSize:"1.125rem"}},jre={size:"1.125rem",sm:{size:"1rem"},lg:{size:"1.25rem"}},$re={width:"1.75rem",height:"1.75rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",offset:"{focus.ring.offset}"}},Fre={size:"1rem",sm:{size:"0.875rem"},lg:{size:"1.125rem"}},qre={root:{borderWidth:"1px"}},Vre={content:{padding:"0"}},zre={light:{info:{background:"color-mix(in srgb, {blue.50}, transparent 5%)",borderColor:"{blue.200}",color:"{blue.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)",closeButton:{hoverBackground:"{blue.100}",focusRing:{color:"{blue.600}",shadow:"none"}},outlined:{color:"{blue.600}",borderColor:"{blue.600}"},simple:{color:"{blue.600}"}},success:{background:"color-mix(in srgb, {green.50}, transparent 5%)",borderColor:"{green.200}",color:"{green.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)",closeButton:{hoverBackground:"{green.100}",focusRing:{color:"{green.600}",shadow:"none"}},outlined:{color:"{green.600}",borderColor:"{green.600}"},simple:{color:"{green.600}"}},warn:{background:"color-mix(in srgb,{yellow.50}, transparent 5%)",borderColor:"{yellow.200}",color:"{yellow.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)",closeButton:{hoverBackground:"{yellow.100}",focusRing:{color:"{yellow.600}",shadow:"none"}},outlined:{color:"{yellow.600}",borderColor:"{yellow.600}"},simple:{color:"{yellow.600}"}},error:{background:"color-mix(in srgb, {red.50}, transparent 5%)",borderColor:"{red.200}",color:"{red.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)",closeButton:{hoverBackground:"{red.100}",focusRing:{color:"{red.600}",shadow:"none"}},outlined:{color:"{red.600}",borderColor:"{red.600}"},simple:{color:"{red.600}"}},secondary:{background:"{surface.100}",borderColor:"{surface.200}",color:"{surface.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)",closeButton:{hoverBackground:"{surface.200}",focusRing:{color:"{surface.600}",shadow:"none"}},outlined:{color:"{surface.500}",borderColor:"{surface.500}"},simple:{color:"{surface.500}"}},contrast:{background:"{surface.900}",borderColor:"{surface.950}",color:"{surface.50}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)",closeButton:{hoverBackground:"{surface.800}",focusRing:{color:"{surface.50}",shadow:"none"}},outlined:{color:"{surface.950}",borderColor:"{surface.950}"},simple:{color:"{surface.950}"}}},dark:{info:{background:"color-mix(in srgb, {blue.500}, transparent 84%)",borderColor:"color-mix(in srgb, {blue.700}, transparent 64%)",color:"{blue.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{blue.500}",shadow:"none"}},outlined:{color:"{blue.500}",borderColor:"{blue.500}"},simple:{color:"{blue.500}"}},success:{background:"color-mix(in srgb, {green.500}, transparent 84%)",borderColor:"color-mix(in srgb, {green.700}, transparent 64%)",color:"{green.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{green.500}",shadow:"none"}},outlined:{color:"{green.500}",borderColor:"{green.500}"},simple:{color:"{green.500}"}},warn:{background:"color-mix(in srgb, {yellow.500}, transparent 84%)",borderColor:"color-mix(in srgb, {yellow.700}, transparent 64%)",color:"{yellow.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{yellow.500}",shadow:"none"}},outlined:{color:"{yellow.500}",borderColor:"{yellow.500}"},simple:{color:"{yellow.500}"}},error:{background:"color-mix(in srgb, {red.500}, transparent 84%)",borderColor:"color-mix(in srgb, {red.700}, transparent 64%)",color:"{red.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{red.500}",shadow:"none"}},outlined:{color:"{red.500}",borderColor:"{red.500}"},simple:{color:"{red.500}"}},secondary:{background:"{surface.800}",borderColor:"{surface.700}",color:"{surface.300}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)",closeButton:{hoverBackground:"{surface.700}",focusRing:{color:"{surface.300}",shadow:"none"}},outlined:{color:"{surface.400}",borderColor:"{surface.400}"},simple:{color:"{surface.400}"}},contrast:{background:"{surface.0}",borderColor:"{surface.100}",color:"{surface.950}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)",closeButton:{hoverBackground:"{surface.100}",focusRing:{color:"{surface.950}",shadow:"none"}},outlined:{color:"{surface.0}",borderColor:"{surface.0}"},simple:{color:"{surface.0}"}}}},Ure={root:Pre,content:Mre,text:Nre,icon:jre,closeButton:$re,closeIcon:Fre,outlined:qre,simple:Vre,colorScheme:zre},Hre={borderRadius:"{content.border.radius}",gap:"1rem"},Kre={background:"{content.border.color}",size:"0.5rem"},Wre={gap:"0.5rem"},Gre={size:"0.5rem"},Zre={size:"1rem"},Yre={verticalGap:"0.5rem",horizontalGap:"1rem"},Xre={root:Hre,meters:Kre,label:Wre,labelMarker:Gre,labelIcon:Zre,labelList:Yre},Qre={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{fontSize:"{form.field.sm.font.size}",paddingX:"{form.field.sm.padding.x}",paddingY:"{form.field.sm.padding.y}"},lg:{fontSize:"{form.field.lg.font.size}",paddingX:"{form.field.lg.padding.x}",paddingY:"{form.field.lg.padding.y}"}},Jre={width:"2.5rem",color:"{form.field.icon.color}"},ele={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},tle={padding:"{list.padding}",gap:"{list.gap}",header:{padding:"{list.header.padding}"}},ole={focusBackground:"{list.option.focus.background}",selectedBackground:"{list.option.selected.background}",selectedFocusBackground:"{list.option.selected.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",selectedColor:"{list.option.selected.color}",selectedFocusColor:"{list.option.selected.focus.color}",padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}",gap:"0.5rem"},ile={background:"{list.option.group.background}",color:"{list.option.group.color}",fontWeight:"{list.option.group.font.weight}",padding:"{list.option.group.padding}"},nle={color:"{form.field.icon.color}"},ale={borderRadius:"{border.radius.sm}"},rle={padding:"{list.option.padding}"},lle={root:Qre,dropdown:Jre,overlay:ele,list:tle,option:ole,optionGroup:ile,chip:ale,clearIcon:nle,emptyMessage:rle},sle={gap:"1.125rem"},dle={gap:"0.5rem"},cle={root:sle,controls:dle},ple={gutter:"0.75rem",transitionDuration:"{transition.duration}"},ule={background:"{content.background}",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",borderColor:"{content.border.color}",color:"{content.color}",selectedColor:"{highlight.color}",hoverColor:"{content.hover.color}",padding:"0.75rem 1rem",toggleablePadding:"0.75rem 1rem 1.25rem 1rem",borderRadius:"{content.border.radius}"},fle={background:"{content.background}",hoverBackground:"{content.hover.background}",borderColor:"{content.border.color}",color:"{text.muted.color}",hoverColor:"{text.color}",size:"1.5rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},mle={color:"{content.border.color}",borderRadius:"{content.border.radius}",height:"24px"},hle={root:ple,node:ule,nodeToggleButton:fle,connector:mle},ble={outline:{width:"2px",color:"{content.background}"}},gle={root:ble},yle={padding:"0.5rem 1rem",gap:"0.25rem",borderRadius:"{content.border.radius}",background:"{content.background}",color:"{content.color}",transitionDuration:"{transition.duration}"},wle={background:"transparent",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",selectedColor:"{highlight.color}",width:"2.5rem",height:"2.5rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},vle={color:"{text.muted.color}"},Cle={maxWidth:"2.5rem"},kle={root:yle,navButton:wle,currentPageReport:vle,jumpToPageInput:Cle},xle={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}"},Ile={background:"transparent",color:"{text.color}",padding:"1.125rem",borderColor:"{content.border.color}",borderWidth:"0",borderRadius:"0"},Sle={padding:"0.375rem 1.125rem"},Ele={fontWeight:"600"},Ale={padding:"0 1.125rem 1.125rem 1.125rem"},Tle={padding:"0 1.125rem 1.125rem 1.125rem"},Ole={root:xle,header:Ile,toggleableHeader:Sle,title:Ele,content:Ale,footer:Tle},Dle={gap:"0.5rem",transitionDuration:"{transition.duration}"},Rle={background:"{content.background}",borderColor:"{content.border.color}",borderWidth:"1px",color:"{content.color}",padding:"0.25rem 0.25rem",borderRadius:"{content.border.radius}",first:{borderWidth:"1px",topBorderRadius:"{content.border.radius}"},last:{borderWidth:"1px",bottomBorderRadius:"{content.border.radius}"}},Ble={focusBackground:"{navigation.item.focus.background}",color:"{navigation.item.color}",focusColor:"{navigation.item.focus.color}",gap:"0.5rem",padding:"{navigation.item.padding}",borderRadius:"{content.border.radius}",icon:{color:"{navigation.item.icon.color}",focusColor:"{navigation.item.icon.focus.color}"}},_le={indent:"1rem"},Lle={color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}"},Ple={root:Dle,panel:Rle,item:Ble,submenu:_le,submenuIcon:Lle},Mle={background:"{content.border.color}",borderRadius:"{content.border.radius}",height:".75rem"},Nle={color:"{form.field.icon.color}"},jle={background:"{overlay.popover.background}",borderColor:"{overlay.popover.border.color}",borderRadius:"{overlay.popover.border.radius}",color:"{overlay.popover.color}",padding:"{overlay.popover.padding}",shadow:"{overlay.popover.shadow}"},$le={gap:"0.5rem"},Fle={light:{strength:{weakBackground:"{red.500}",mediumBackground:"{amber.500}",strongBackground:"{green.500}"}},dark:{strength:{weakBackground:"{red.400}",mediumBackground:"{amber.400}",strongBackground:"{green.400}"}}},qle={meter:Mle,icon:Nle,overlay:jle,content:$le,colorScheme:Fle},Vle={gap:"1.125rem"},zle={gap:"0.5rem"},Ule={root:Vle,controls:zle},Hle={background:"{overlay.popover.background}",borderColor:"{overlay.popover.border.color}",color:"{overlay.popover.color}",borderRadius:"{overlay.popover.border.radius}",shadow:"{overlay.popover.shadow}",gutter:"10px",arrowOffset:"1.25rem"},Kle={padding:"{overlay.popover.padding}"},Wle={root:Hle,content:Kle},Gle={background:"{content.border.color}",borderRadius:"{content.border.radius}",height:"1.25rem"},Zle={background:"{primary.color}"},Yle={color:"{primary.contrast.color}",fontSize:"0.75rem",fontWeight:"600"},Xle={root:Gle,value:Zle,label:Yle},Qle={light:{root:{colorOne:"{red.500}",colorTwo:"{blue.500}",colorThree:"{green.500}",colorFour:"{yellow.500}"}},dark:{root:{colorOne:"{red.400}",colorTwo:"{blue.400}",colorThree:"{green.400}",colorFour:"{yellow.400}"}}},Jle={colorScheme:Qle},ese={width:"1.25rem",height:"1.25rem",background:"{form.field.background}",checkedBackground:"{primary.color}",checkedHoverBackground:"{primary.hover.color}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.border.color}",checkedBorderColor:"{primary.color}",checkedHoverBorderColor:"{primary.hover.color}",checkedFocusBorderColor:"{primary.color}",checkedDisabledBorderColor:"{form.field.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",shadow:"{form.field.shadow}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{width:"1rem",height:"1rem"},lg:{width:"1.5rem",height:"1.5rem"}},tse={size:"0.75rem",checkedColor:"{primary.contrast.color}",checkedHoverColor:"{primary.contrast.color}",disabledColor:"{form.field.disabled.color}",sm:{size:"0.5rem"},lg:{size:"1rem"}},ose={root:ese,icon:tse},ise={gap:"0.25rem",transitionDuration:"{transition.duration}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},nse={size:"1rem",color:"{text.muted.color}",hoverColor:"{primary.color}",activeColor:"{primary.color}"},ase={root:ise,icon:nse},rse={light:{root:{background:"rgba(0,0,0,0.1)"}},dark:{root:{background:"rgba(255,255,255,0.3)"}}},lse={colorScheme:rse},sse={transitionDuration:"{transition.duration}"},dse={size:"9px",borderRadius:"{border.radius.sm}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},cse={light:{bar:{background:"{surface.100}"}},dark:{bar:{background:"{surface.800}"}}},pse={root:sse,bar:dse,colorScheme:cse},use={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{fontSize:"{form.field.sm.font.size}",paddingX:"{form.field.sm.padding.x}",paddingY:"{form.field.sm.padding.y}"},lg:{fontSize:"{form.field.lg.font.size}",paddingX:"{form.field.lg.padding.x}",paddingY:"{form.field.lg.padding.y}"}},fse={width:"2.5rem",color:"{form.field.icon.color}"},mse={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},hse={padding:"{list.padding}",gap:"{list.gap}",header:{padding:"{list.header.padding}"}},bse={focusBackground:"{list.option.focus.background}",selectedBackground:"{list.option.selected.background}",selectedFocusBackground:"{list.option.selected.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",selectedColor:"{list.option.selected.color}",selectedFocusColor:"{list.option.selected.focus.color}",padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}"},gse={background:"{list.option.group.background}",color:"{list.option.group.color}",fontWeight:"{list.option.group.font.weight}",padding:"{list.option.group.padding}"},yse={color:"{form.field.icon.color}"},wse={color:"{list.option.color}",gutterStart:"-0.375rem",gutterEnd:"0.375rem"},vse={padding:"{list.option.padding}"},Cse={root:use,dropdown:fse,overlay:mse,list:hse,option:bse,optionGroup:gse,clearIcon:yse,checkmark:wse,emptyMessage:vse},kse={borderRadius:"{form.field.border.radius}"},xse={light:{root:{invalidBorderColor:"{form.field.invalid.border.color}"}},dark:{root:{invalidBorderColor:"{form.field.invalid.border.color}"}}},Ise={root:kse,colorScheme:xse},Sse={borderRadius:"{content.border.radius}"},Ese={light:{root:{background:"{surface.200}",animationBackground:"rgba(255,255,255,0.4)"}},dark:{root:{background:"rgba(255, 255, 255, 0.06)",animationBackground:"rgba(255, 255, 255, 0.04)"}}},Ase={root:Sse,colorScheme:Ese},Tse={transitionDuration:"{transition.duration}"},Ose={background:"{content.border.color}",borderRadius:"{content.border.radius}",size:"3px"},Dse={background:"{primary.color}"},Rse={width:"20px",height:"20px",borderRadius:"50%",background:"{content.border.color}",hoverBackground:"{content.border.color}",content:{borderRadius:"50%",hoverBackground:"{content.background}",width:"16px",height:"16px",shadow:"0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14)"},focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Bse={light:{handle:{content:{background:"{surface.0}"}}},dark:{handle:{content:{background:"{surface.950}"}}}},_se={root:Tse,track:Ose,range:Dse,handle:Rse,colorScheme:Bse},Lse={gap:"0.5rem",transitionDuration:"{transition.duration}"},Pse={root:Lse},Mse={borderRadius:"{form.field.border.radius}",roundedBorderRadius:"2rem",raisedShadow:"0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)"},Nse={root:Mse},jse={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",transitionDuration:"{transition.duration}"},$se={background:"{content.border.color}"},Fse={size:"24px",background:"transparent",borderRadius:"{content.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},qse={root:jse,gutter:$se,handle:Fse},Vse={transitionDuration:"{transition.duration}"},zse={background:"{content.border.color}",activeBackground:"{primary.color}",margin:"0 0 0 1.625rem",size:"2px"},Use={padding:"0.5rem",gap:"1rem"},Hse={padding:"0",borderRadius:"{content.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"},gap:"0.5rem"},Kse={color:"{text.muted.color}",activeColor:"{primary.color}",fontWeight:"500"},Wse={background:"{content.background}",activeBackground:"{content.background}",borderColor:"{content.border.color}",activeBorderColor:"{content.border.color}",color:"{text.muted.color}",activeColor:"{primary.color}",size:"2rem",fontSize:"1.143rem",fontWeight:"500",borderRadius:"50%",shadow:"0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)"},Gse={padding:"0.875rem 0.5rem 1.125rem 0.5rem"},Zse={background:"{content.background}",color:"{content.color}",padding:"0",indent:"1rem"},Yse={root:Vse,separator:zse,step:Use,stepHeader:Hse,stepTitle:Kse,stepNumber:Wse,steppanels:Gse,steppanel:Zse},Xse={transitionDuration:"{transition.duration}"},Qse={background:"{content.border.color}"},Jse={borderRadius:"{content.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"},gap:"0.5rem"},ede={color:"{text.muted.color}",activeColor:"{primary.color}",fontWeight:"500"},tde={background:"{content.background}",activeBackground:"{content.background}",borderColor:"{content.border.color}",activeBorderColor:"{content.border.color}",color:"{text.muted.color}",activeColor:"{primary.color}",size:"2rem",fontSize:"1.143rem",fontWeight:"500",borderRadius:"50%",shadow:"0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)"},ode={root:Xse,separator:Qse,itemLink:Jse,itemLabel:ede,itemNumber:tde},ide={transitionDuration:"{transition.duration}"},nde={borderWidth:"0 0 1px 0",background:"{content.background}",borderColor:"{content.border.color}"},ade={background:"transparent",hoverBackground:"transparent",activeBackground:"transparent",borderWidth:"0 0 1px 0",borderColor:"{content.border.color}",hoverBorderColor:"{content.border.color}",activeBorderColor:"{primary.color}",color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{primary.color}",padding:"1rem 1.125rem",fontWeight:"600",margin:"0 0 -1px 0",gap:"0.5rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},rde={color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{primary.color}"},lde={height:"1px",bottom:"-1px",background:"{primary.color}"},sde={root:ide,tablist:nde,item:ade,itemIcon:rde,activeBar:lde},dde={transitionDuration:"{transition.duration}"},cde={borderWidth:"0 0 1px 0",background:"{content.background}",borderColor:"{content.border.color}"},pde={background:"transparent",hoverBackground:"transparent",activeBackground:"transparent",borderWidth:"0 0 1px 0",borderColor:"{content.border.color}",hoverBorderColor:"{content.border.color}",activeBorderColor:"{primary.color}",color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{primary.color}",padding:"1rem 1.125rem",fontWeight:"600",margin:"0 0 -1px 0",gap:"0.5rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"}},ude={background:"{content.background}",color:"{content.color}",padding:"0.875rem 1.125rem 1.125rem 1.125rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"inset {focus.ring.shadow}"}},fde={background:"{content.background}",color:"{text.muted.color}",hoverColor:"{text.color}",width:"2.5rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"}},mde={height:"1px",bottom:"-1px",background:"{primary.color}"},hde={light:{navButton:{shadow:"0px 0px 10px 50px rgba(255, 255, 255, 0.6)"}},dark:{navButton:{shadow:"0px 0px 10px 50px color-mix(in srgb, {content.background}, transparent 50%)"}}},bde={root:dde,tablist:cde,tab:pde,tabpanel:ude,navButton:fde,activeBar:mde,colorScheme:hde},gde={transitionDuration:"{transition.duration}"},yde={background:"{content.background}",borderColor:"{content.border.color}"},wde={borderColor:"{content.border.color}",activeBorderColor:"{primary.color}",color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{primary.color}"},vde={background:"{content.background}",color:"{content.color}"},Cde={background:"{content.background}",color:"{text.muted.color}",hoverColor:"{text.color}"},kde={light:{navButton:{shadow:"0px 0px 10px 50px rgba(255, 255, 255, 0.6)"}},dark:{navButton:{shadow:"0px 0px 10px 50px color-mix(in srgb, {content.background}, transparent 50%)"}}},xde={root:gde,tabList:yde,tab:wde,tabPanel:vde,navButton:Cde,colorScheme:kde},Ide={fontSize:"0.875rem",fontWeight:"700",padding:"0.25rem 0.5rem",gap:"0.25rem",borderRadius:"{content.border.radius}",roundedBorderRadius:"{border.radius.xl}"},Sde={size:"0.75rem"},Ede={light:{primary:{background:"{primary.100}",color:"{primary.700}"},secondary:{background:"{surface.100}",color:"{surface.600}"},success:{background:"{green.100}",color:"{green.700}"},info:{background:"{sky.100}",color:"{sky.700}"},warn:{background:"{orange.100}",color:"{orange.700}"},danger:{background:"{red.100}",color:"{red.700}"},contrast:{background:"{surface.950}",color:"{surface.0}"}},dark:{primary:{background:"color-mix(in srgb, {primary.500}, transparent 84%)",color:"{primary.300}"},secondary:{background:"{surface.800}",color:"{surface.300}"},success:{background:"color-mix(in srgb, {green.500}, transparent 84%)",color:"{green.300}"},info:{background:"color-mix(in srgb, {sky.500}, transparent 84%)",color:"{sky.300}"},warn:{background:"color-mix(in srgb, {orange.500}, transparent 84%)",color:"{orange.300}"},danger:{background:"color-mix(in srgb, {red.500}, transparent 84%)",color:"{red.300}"},contrast:{background:"{surface.0}",color:"{surface.950}"}}},Ade={root:Ide,icon:Sde,colorScheme:Ede},Tde={background:"{form.field.background}",borderColor:"{form.field.border.color}",color:"{form.field.color}",height:"18rem",padding:"{form.field.padding.y} {form.field.padding.x}",borderRadius:"{form.field.border.radius}"},Ode={gap:"0.25rem"},Dde={margin:"2px 0"},Rde={root:Tde,prompt:Ode,commandResponse:Dde},Bde={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{fontSize:"{form.field.sm.font.size}",paddingX:"{form.field.sm.padding.x}",paddingY:"{form.field.sm.padding.y}"},lg:{fontSize:"{form.field.lg.font.size}",paddingX:"{form.field.lg.padding.x}",paddingY:"{form.field.lg.padding.y}"}},_de={root:Bde},Lde={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",shadow:"{overlay.navigation.shadow}",transitionDuration:"{transition.duration}"},Pde={padding:"{navigation.list.padding}",gap:"{navigation.list.gap}"},Mde={focusBackground:"{navigation.item.focus.background}",activeBackground:"{navigation.item.active.background}",color:"{navigation.item.color}",focusColor:"{navigation.item.focus.color}",activeColor:"{navigation.item.active.color}",padding:"{navigation.item.padding}",borderRadius:"{navigation.item.border.radius}",gap:"{navigation.item.gap}",icon:{color:"{navigation.item.icon.color}",focusColor:"{navigation.item.icon.focus.color}",activeColor:"{navigation.item.icon.active.color}"}},Nde={mobileIndent:"1rem"},jde={size:"{navigation.submenu.icon.size}",color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}",activeColor:"{navigation.submenu.icon.active.color}"},$de={borderColor:"{content.border.color}"},Fde={root:Lde,list:Pde,item:Mde,submenu:Nde,submenuIcon:jde,separator:$de},qde={minHeight:"5rem"},Vde={eventContent:{padding:"1rem 0"}},zde={eventContent:{padding:"0 1rem"}},Ude={size:"1.125rem",borderRadius:"50%",borderWidth:"2px",background:"{content.background}",borderColor:"{content.border.color}",content:{borderRadius:"50%",size:"0.375rem",background:"{primary.color}",insetShadow:"0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)"}},Hde={color:"{content.border.color}",size:"2px"},Kde={event:qde,horizontal:Vde,vertical:zde,eventMarker:Ude,eventConnector:Hde},Wde={width:"25rem",borderRadius:"{content.border.radius}",borderWidth:"1px",transitionDuration:"{transition.duration}"},Gde={size:"1.125rem"},Zde={padding:"{overlay.popover.padding}",gap:"0.5rem"},Yde={gap:"0.5rem"},Xde={fontWeight:"500",fontSize:"1rem"},Qde={fontWeight:"500",fontSize:"0.875rem"},Jde={width:"1.75rem",height:"1.75rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",offset:"{focus.ring.offset}"}},ece={size:"1rem"},tce={light:{root:{blur:"1.5px"},info:{background:"color-mix(in srgb, {blue.50}, transparent 5%)",borderColor:"{blue.200}",color:"{blue.600}",detailColor:"{surface.700}",shadow:"0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)",closeButton:{hoverBackground:"{blue.100}",focusRing:{color:"{blue.600}",shadow:"none"}}},success:{background:"color-mix(in srgb, {green.50}, transparent 5%)",borderColor:"{green.200}",color:"{green.600}",detailColor:"{surface.700}",shadow:"0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)",closeButton:{hoverBackground:"{green.100}",focusRing:{color:"{green.600}",shadow:"none"}}},warn:{background:"color-mix(in srgb,{yellow.50}, transparent 5%)",borderColor:"{yellow.200}",color:"{yellow.600}",detailColor:"{surface.700}",shadow:"0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)",closeButton:{hoverBackground:"{yellow.100}",focusRing:{color:"{yellow.600}",shadow:"none"}}},error:{background:"color-mix(in srgb, {red.50}, transparent 5%)",borderColor:"{red.200}",color:"{red.600}",detailColor:"{surface.700}",shadow:"0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)",closeButton:{hoverBackground:"{red.100}",focusRing:{color:"{red.600}",shadow:"none"}}},secondary:{background:"{surface.100}",borderColor:"{surface.200}",color:"{surface.600}",detailColor:"{surface.700}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)",closeButton:{hoverBackground:"{surface.200}",focusRing:{color:"{surface.600}",shadow:"none"}}},contrast:{background:"{surface.900}",borderColor:"{surface.950}",color:"{surface.50}",detailColor:"{surface.0}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)",closeButton:{hoverBackground:"{surface.800}",focusRing:{color:"{surface.50}",shadow:"none"}}}},dark:{root:{blur:"10px"},info:{background:"color-mix(in srgb, {blue.500}, transparent 84%)",borderColor:"color-mix(in srgb, {blue.700}, transparent 64%)",color:"{blue.500}",detailColor:"{surface.0}",shadow:"0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{blue.500}",shadow:"none"}}},success:{background:"color-mix(in srgb, {green.500}, transparent 84%)",borderColor:"color-mix(in srgb, {green.700}, transparent 64%)",color:"{green.500}",detailColor:"{surface.0}",shadow:"0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{green.500}",shadow:"none"}}},warn:{background:"color-mix(in srgb, {yellow.500}, transparent 84%)",borderColor:"color-mix(in srgb, {yellow.700}, transparent 64%)",color:"{yellow.500}",detailColor:"{surface.0}",shadow:"0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{yellow.500}",shadow:"none"}}},error:{background:"color-mix(in srgb, {red.500}, transparent 84%)",borderColor:"color-mix(in srgb, {red.700}, transparent 64%)",color:"{red.500}",detailColor:"{surface.0}",shadow:"0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{red.500}",shadow:"none"}}},secondary:{background:"{surface.800}",borderColor:"{surface.700}",color:"{surface.300}",detailColor:"{surface.0}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)",closeButton:{hoverBackground:"{surface.700}",focusRing:{color:"{surface.300}",shadow:"none"}}},contrast:{background:"{surface.0}",borderColor:"{surface.100}",color:"{surface.950}",detailColor:"{surface.950}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)",closeButton:{hoverBackground:"{surface.100}",focusRing:{color:"{surface.950}",shadow:"none"}}}}},oce={root:Wde,icon:Gde,content:Zde,text:Yde,summary:Xde,detail:Qde,closeButton:Jde,closeIcon:ece,colorScheme:tce},ice={padding:"0.25rem",borderRadius:"{content.border.radius}",gap:"0.5rem",fontWeight:"500",disabledBackground:"{form.field.disabled.background}",disabledBorderColor:"{form.field.disabled.background}",disabledColor:"{form.field.disabled.color}",invalidBorderColor:"{form.field.invalid.border.color}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{fontSize:"{form.field.sm.font.size}",padding:"0.25rem"},lg:{fontSize:"{form.field.lg.font.size}",padding:"0.25rem"}},nce={disabledColor:"{form.field.disabled.color}"},ace={padding:"0.25rem 0.75rem",borderRadius:"{content.border.radius}",checkedShadow:"0px 1px 2px 0px rgba(0, 0, 0, 0.02), 0px 1px 2px 0px rgba(0, 0, 0, 0.04)",sm:{padding:"0.25rem 0.75rem"},lg:{padding:"0.25rem 0.75rem"}},rce={light:{root:{background:"{surface.100}",checkedBackground:"{surface.100}",hoverBackground:"{surface.100}",borderColor:"{surface.100}",color:"{surface.500}",hoverColor:"{surface.700}",checkedColor:"{surface.900}",checkedBorderColor:"{surface.100}"},content:{checkedBackground:"{surface.0}"},icon:{color:"{surface.500}",hoverColor:"{surface.700}",checkedColor:"{surface.900}"}},dark:{root:{background:"{surface.950}",checkedBackground:"{surface.950}",hoverBackground:"{surface.950}",borderColor:"{surface.950}",color:"{surface.400}",hoverColor:"{surface.300}",checkedColor:"{surface.0}",checkedBorderColor:"{surface.950}"},content:{checkedBackground:"{surface.800}"},icon:{color:"{surface.400}",hoverColor:"{surface.300}",checkedColor:"{surface.0}"}}},lce={root:ice,icon:nce,content:ace,colorScheme:rce},sce={width:"2.5rem",height:"1.5rem",borderRadius:"30px",gap:"0.25rem",shadow:"{form.field.shadow}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"},borderWidth:"1px",borderColor:"transparent",hoverBorderColor:"transparent",checkedBorderColor:"transparent",checkedHoverBorderColor:"transparent",invalidBorderColor:"{form.field.invalid.border.color}",transitionDuration:"{form.field.transition.duration}",slideDuration:"0.2s"},dce={borderRadius:"50%",size:"1rem"},cce={light:{root:{background:"{surface.300}",disabledBackground:"{form.field.disabled.background}",hoverBackground:"{surface.400}",checkedBackground:"{primary.color}",checkedHoverBackground:"{primary.hover.color}"},handle:{background:"{surface.0}",disabledBackground:"{form.field.disabled.color}",hoverBackground:"{surface.0}",checkedBackground:"{surface.0}",checkedHoverBackground:"{surface.0}",color:"{text.muted.color}",hoverColor:"{text.color}",checkedColor:"{primary.color}",checkedHoverColor:"{primary.hover.color}"}},dark:{root:{background:"{surface.700}",disabledBackground:"{surface.600}",hoverBackground:"{surface.600}",checkedBackground:"{primary.color}",checkedHoverBackground:"{primary.hover.color}"},handle:{background:"{surface.400}",disabledBackground:"{surface.900}",hoverBackground:"{surface.300}",checkedBackground:"{surface.900}",checkedHoverBackground:"{surface.900}",color:"{surface.900}",hoverColor:"{surface.800}",checkedColor:"{primary.color}",checkedHoverColor:"{primary.hover.color}"}}},pce={root:sce,handle:dce,colorScheme:cce},uce={background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",color:"{content.color}",gap:"0.5rem",padding:"0.75rem"},fce={root:uce},mce={maxWidth:"12.5rem",gutter:"0.25rem",shadow:"{overlay.popover.shadow}",padding:"0.5rem 0.75rem",borderRadius:"{overlay.popover.border.radius}"},hce={light:{root:{background:"{surface.700}",color:"{surface.0}"}},dark:{root:{background:"{surface.700}",color:"{surface.0}"}}},bce={root:mce,colorScheme:hce},gce={background:"{content.background}",color:"{content.color}",padding:"1rem",gap:"2px",indent:"1rem",transitionDuration:"{transition.duration}"},yce={padding:"0.25rem 0.5rem",borderRadius:"{content.border.radius}",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",color:"{text.color}",hoverColor:"{text.hover.color}",selectedColor:"{highlight.color}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"},gap:"0.25rem"},wce={color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",selectedColor:"{highlight.color}"},vce={borderRadius:"50%",size:"1.75rem",hoverBackground:"{content.hover.background}",selectedHoverBackground:"{content.background}",color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",selectedHoverColor:"{primary.color}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Cce={size:"2rem"},kce={margin:"0 0 0.5rem 0"},xce={root:gce,node:yce,nodeIcon:wce,nodeToggleButton:vce,loadingIcon:Cce,filter:kce},Ice={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{fontSize:"{form.field.sm.font.size}",paddingX:"{form.field.sm.padding.x}",paddingY:"{form.field.sm.padding.y}"},lg:{fontSize:"{form.field.lg.font.size}",paddingX:"{form.field.lg.padding.x}",paddingY:"{form.field.lg.padding.y}"}},Sce={width:"2.5rem",color:"{form.field.icon.color}"},Ece={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},Ace={padding:"{list.padding}"},Tce={padding:"{list.option.padding}"},Oce={borderRadius:"{border.radius.sm}"},Dce={color:"{form.field.icon.color}"},Rce={root:Ice,dropdown:Sce,overlay:Ece,tree:Ace,emptyMessage:Tce,chip:Oce,clearIcon:Dce},Bce={transitionDuration:"{transition.duration}"},_ce={background:"{content.background}",borderColor:"{treetable.border.color}",color:"{content.color}",borderWidth:"0 0 1px 0",padding:"0.75rem 1rem"},Lce={background:"{content.background}",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",borderColor:"{treetable.border.color}",color:"{content.color}",hoverColor:"{content.hover.color}",selectedColor:"{highlight.color}",gap:"0.5rem",padding:"0.75rem 1rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"}},Pce={fontWeight:"600"},Mce={background:"{content.background}",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",color:"{content.color}",hoverColor:"{content.hover.color}",selectedColor:"{highlight.color}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"}},Nce={borderColor:"{treetable.border.color}",padding:"0.75rem 1rem",gap:"0.5rem"},jce={background:"{content.background}",borderColor:"{treetable.border.color}",color:"{content.color}",padding:"0.75rem 1rem"},$ce={fontWeight:"600"},Fce={background:"{content.background}",borderColor:"{treetable.border.color}",color:"{content.color}",borderWidth:"0 0 1px 0",padding:"0.75rem 1rem"},qce={width:"0.5rem"},Vce={width:"1px",color:"{primary.color}"},zce={color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",size:"0.875rem"},Uce={size:"2rem"},Hce={hoverBackground:"{content.hover.background}",selectedHoverBackground:"{content.background}",color:"{text.muted.color}",hoverColor:"{text.color}",selectedHoverColor:"{primary.color}",size:"1.75rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Kce={borderColor:"{content.border.color}",borderWidth:"0 0 1px 0"},Wce={borderColor:"{content.border.color}",borderWidth:"0 0 1px 0"},Gce={light:{root:{borderColor:"{content.border.color}"},bodyCell:{selectedBorderColor:"{primary.100}"}},dark:{root:{borderColor:"{surface.800}"},bodyCell:{selectedBorderColor:"{primary.900}"}}},Zce={root:Bce,header:_ce,headerCell:Lce,columnTitle:Pce,row:Mce,bodyCell:Nce,footerCell:jce,columnFooter:$ce,footer:Fce,columnResizer:qce,resizeIndicator:Vce,sortIcon:zce,loadingIcon:Uce,nodeToggleButton:Hce,paginatorTop:Kce,paginatorBottom:Wce,colorScheme:Gce},Yce={mask:{background:"{content.background}",color:"{text.muted.color}"},icon:{size:"2rem"}},Xce={loader:Yce},Qce=Object.defineProperty,Jce=Object.defineProperties,epe=Object.getOwnPropertyDescriptors,g6=Object.getOwnPropertySymbols,tpe=Object.prototype.hasOwnProperty,ope=Object.prototype.propertyIsEnumerable,y6=(o,i,n)=>i in o?Qce(o,i,{enumerable:!0,configurable:!0,writable:!0,value:n}):o[i]=n,w6,ipe=(w6=((o,i)=>{for(var n in i||(i={}))tpe.call(i,n)&&y6(o,n,i[n]);if(g6)for(var n of g6(i))ope.call(i,n)&&y6(o,n,i[n]);return o})({},boe),Jce(w6,epe({components:{accordion:Ute,autocomplete:eoe,avatar:roe,badge:foe,blockui:yoe,breadcrumb:koe,button:Soe,card:Roe,carousel:Noe,cascadeselect:Uoe,checkbox:Woe,chip:Joe,colorpicker:nie,confirmdialog:lie,confirmpopup:uie,contextmenu:wie,datatable:$ie,dataview:Kie,datepicker:une,dialog:yne,divider:xne,dock:Ene,drawer:Bne,editor:jne,fieldset:zne,fileupload:Xne,floatlabel:oae,galleria:gae,iconfield:wae,iftalabel:kae,image:Aae,imagecompare:Oae,inlinemessage:Lae,inplace:Nae,inputchips:qae,inputgroup:zae,inputnumber:Wae,inputotp:Yae,inputtext:Qae,knob:ire,listbox:pre,megamenu:Cre,menu:Are,menubar:Lre,message:Ure,metergroup:Xre,multiselect:lle,orderlist:cle,organizationchart:hle,overlaybadge:gle,paginator:kle,panel:Ole,panelmenu:Ple,password:qle,picklist:Ule,popover:Wle,progressbar:Xle,progressspinner:Jle,radiobutton:ose,rating:ase,ripple:lse,scrollpanel:pse,select:Cse,selectbutton:Ise,skeleton:Ase,slider:_se,speeddial:Pse,splitbutton:Nse,splitter:qse,stepper:Yse,steps:ode,tabmenu:sde,tabs:bde,tabview:xde,tag:Ade,terminal:Rde,textarea:_de,tieredmenu:Fde,timeline:Kde,toast:oce,togglebutton:lce,toggleswitch:pce,toolbar:fce,tooltip:bce,tree:xce,treeselect:Rce,treetable:Zce,virtualscroller:Xce}})));const npe={primary:{color:"{amber.500}",hoverColor:"{amber.450}",activeColor:"{amber.400}",foreground:"{amber.950}",foregroundHover:"{amber.900}"},secondary:{color:"{gray.900}",hoverColor:"{gray.850}",activeColor:"{gray.750}",foreground:"{gray.350}",foregroundHover:"{gray.300}"},success:{color:"{green.600}",hoverColor:"{green.550}",activeColor:"{green.500}",foreground:"{green.950}",foregroundHover:"{green.900}"},warn:{color:"{orange.450}",hoverColor:"{orange.400}",activeColor:"{orange.350}",foreground:"{orange.950}",foregroundHover:"{orange.900}"},error:{color:"{red.400}",hoverColor:"{red.350}",activeColor:"{red.300}",foreground:"{red.950}",foregroundHover:"{red.900}"},info:{color:"{light-blue.500}",hoverColor:"{light-blue.450}",activeColor:"{light-blue.400}",foreground:"{light-blue.950}",foregroundHover:"{light-blue.900}"},task:{color:"{blue.500}",hoverColor:"{blue.450}",activeColor:"{blue.400}",foreground:"{blue.950}",foregroundHover:"{blue.900}"},transfer:{color:"{indigo.350}",hoverColor:"{indigo.300}",activeColor:"{indigo.250}",foreground:"{indigo.950}",foregroundHover:"{indigo.900}"},chat:{color:"{cyan.600}",hoverColor:"{cyan.550}",activeColor:"{cyan.500}",foreground:"{cyan.950}",foregroundHover:"{cyan.900}"},email:{color:"{blue.600}",hoverColor:"{blue.550}",activeColor:"{blue.500}",foreground:"{blue.950}",foregroundHover:"{blue.900}"},highlight:{background:"color-mix(in srgb, {primary.400}, transparent 84%)",focusBackground:"color-mix(in srgb, {primary.400}, transparent 76%)",color:"rgba(255,255,255,.87)",focusColor:"rgba(255,255,255,.87)"},mask:{background:"rgba(0,0,0,0.6)",color:"{surface.200}"},"focus-color":"{black}","content-wrapper-color":"{dp-surface-color-20}"},ape={primary:{color:"{amber.500}",hoverColor:"{amber.450}",activeColor:"{amber.400}",foreground:"{amber.900}",foregroundHover:"{amber.850}"},secondary:{color:"{gray.150}",hoverColor:"{gray.100}",activeColor:"{gray.50}",foreground:"{gray.750}",foregroundHover:"{gray.700}"},success:{color:"{green.600}",hoverColor:"{green.550}",activeColor:"{green.500}",foreground:"{green.50}",foregroundHover:"{green.100}"},warn:{color:"{orange.450}",hoverColor:"{orange.400}",activeColor:"{orange.350}",foreground:"{orange.50}",foregroundHover:"{orange.100}"},error:{color:"{red.400}",hoverColor:"{red.350}",activeColor:"{red.300}",foreground:"{red.50}",foregroundHover:"{red.100}"},info:{color:"{light-blue.500}",hoverColor:"{light-blue.450}",activeColor:"{light-blue.400}",foreground:"{light-blue.50}",foregroundHover:"{light-blue.100}"},task:{color:"{blue.500}",hoverColor:"{blue.450}",activeColor:"{blue.400}",foreground:"{blue.50}",foregroundHover:"{blue.100}"},transfer:{color:"{indigo.350}",hoverColor:"{indigo.300}",activeColor:"{indigo.250}",foreground:"{indigo.50}",foregroundHover:"{indigo.100}"},chat:{color:"{cyan.600}",hoverColor:"{cyan.550}",activeColor:"{cyan.500}",foreground:"{cyan.50}",foregroundHover:"{cyan.100}"},email:{color:"{blue.600}",hoverColor:"{blue.550}",activeColor:"{blue.500}",foreground:"{blue.50}",foregroundHover:"{blue.100}"},highlight:{background:"{primary.50}",focusBackground:"{primary.100}",color:"{primary.700}",focusColor:"{primary.800}"},mask:{background:"rgba(0,0,0,0.4)",color:"{surface.200}"},"focus-color":"{black}","content-wrapper-color":"{dp-surface-color-20}"},v6={gray:{0:"hsla(225, 20%, 100%, 1)",50:"hsla(225, 20%, 95%, 1)",100:"hsla(225, 20%, 90%, 1)",150:"hsla(225, 20%, 85%, 1)",200:"hsla(225, 20%, 80%, 1)",250:"hsla(225, 20%, 75%, 1)",300:"hsla(225, 20%, 70%, 1)",350:"hsla(225, 20%, 65%, 1)",400:"hsla(225, 20%, 60%, 1)",450:"hsla(225, 20%, 55%, 1)",500:"hsla(225, 20%, 50%, 1)",550:"hsla(225, 20%, 45%, 1)",600:"hsla(225, 20%, 40%, 1)",650:"hsla(225, 20%, 35%, 1)",700:"hsla(225, 20%, 30%, 1)",750:"hsla(225, 20%, 25%, 1)",800:"hsla(225, 20%, 20%, 1)",850:"hsla(225, 20%, 15%, 1)",900:"hsla(225, 20%, 10%, 1)",950:"hsla(225, 20%, 5%, 1)"},red:{50:"hsla(0, 75%, 95%, 1)",100:"hsla(0, 75%, 90%, 1)",150:"hsla(0, 75%, 85%, 1)",200:"hsla(0, 75%, 80%, 1)",250:"hsla(0, 75%, 75%, 1)",300:"hsla(0, 75%, 70%, 1)",350:"hsla(0, 75%, 65%, 1)",400:"hsla(0, 75%, 60%, 1)",450:"hsla(0, 75%, 55%, 1)",500:"hsla(0, 75%, 50%, 1)",550:"hsla(0, 75%, 45%, 1)",600:"hsla(0, 75%, 40%, 1)",650:"hsla(0, 75%, 35%, 1)",700:"hsla(0, 75%, 30%, 1)",750:"hsla(0, 75%, 25%, 1)",800:"hsla(0, 75%, 20%, 1)",850:"hsla(0, 75%, 15%, 1)",900:"hsla(0, 75%, 10%, 1)",950:"hsla(0, 75%, 6%, 1)"},"deep-orange":{50:"hsla(11, 75%, 95%, 1)",100:"hsla(11, 75%, 90%, 1)",150:"hsla(11, 75%, 85%, 1)",200:"hsla(11, 75%, 80%, 1)",250:"hsla(11, 75%, 75%, 1)",300:"hsla(11, 75%, 70%, 1)",350:"hsla(11, 75%, 65%, 1)",400:"hsla(11, 75%, 60%, 1)",450:"hsla(11, 75%, 55%, 1)",500:"hsla(11, 75%, 50%, 1)",550:"hsla(11, 75%, 45%, 1)",600:"hsla(11, 75%, 40%, 1)",650:"hsla(11, 75%, 35%, 1)",700:"hsla(11, 75%, 30%, 1)",750:"hsla(11, 75%, 25%, 1)",800:"hsla(11, 75%, 20%, 1)",850:"hsla(11, 75%, 15%, 1)",900:"hsla(11, 75%, 10%, 1)",950:"hsla(11, 75%, 6%, 1)"},orange:{50:"hsla(26, 75%, 95%, 1)",100:"hsla(26, 75%, 90%, 1)",150:"hsla(26, 75%, 85%, 1)",200:"hsla(26, 75%, 80%, 1)",250:"hsla(26, 75%, 75%, 1)",300:"hsla(26, 75%, 70%, 1)",350:"hsla(26, 75%, 65%, 1)",400:"hsla(26, 75%, 60%, 1)",450:"hsla(26, 75%, 55%, 1)",500:"hsla(26, 75%, 50%, 1)",550:"hsla(26, 75%, 45%, 1)",600:"hsla(26, 75%, 40%, 1)",650:"hsla(26, 75%, 35%, 1)",700:"hsla(26, 75%, 30%, 1)",750:"hsla(26, 75%, 25%, 1)",800:"hsla(26, 75%, 20%, 1)",850:"hsla(26, 75%, 15%, 1)",900:"hsla(26, 75%, 10%, 1)",950:"hsla(26, 75%, 6%, 1)"},amber:{50:"hsla(43, 85%, 95%, 1)",100:"hsla(43, 85%, 90%, 1)",150:"hsla(43, 85%, 85%, 1)",200:"hsla(43, 85%, 80%, 1)",250:"hsla(43, 85%, 75%, 1)",300:"hsla(43, 85%, 70%, 1)",350:"hsla(43, 85%, 65%, 1)",400:"hsla(43, 85%, 60%, 1)",450:"hsla(43, 85%, 55%, 1)",500:"hsla(43, 85%, 50%, 1)",550:"hsla(43, 85%, 45%, 1)",600:"hsla(43, 85%, 40%, 1)",650:"hsla(43, 85%, 35%, 1)",700:"hsla(43, 85%, 30%, 1)",750:"hsla(43, 85%, 25%, 1)",800:"hsla(43, 85%, 20%, 1)",850:"hsla(43, 85%, 15%, 1)",900:"hsla(43, 85%, 10%, 1)",950:"hsla(43, 85%, 6%, 1)"},yellow:{50:"hsla(50, 75%, 95%, 1)",100:"hsla(50, 75%, 90%, 1)",150:"hsla(50, 75%, 85%, 1)",200:"hsla(50, 75%, 80%, 1)",250:"hsla(50, 75%, 75%, 1)",300:"hsla(50, 75%, 70%, 1)",350:"hsla(50, 75%, 65%, 1)",400:"hsla(50, 75%, 60%, 1)",450:"hsla(50, 75%, 55%, 1)",500:"hsla(50, 75%, 50%, 1)",550:"hsla(50, 75%, 45%, 1)",600:"hsla(50, 75%, 40%, 1)",650:"hsla(50, 75%, 35%, 1)",700:"hsla(50, 75%, 30%, 1)",750:"hsla(50, 75%, 25%, 1)",800:"hsla(50, 75%, 20%, 1)",850:"hsla(50, 75%, 15%, 1)",900:"hsla(50, 75%, 10%, 1)",950:"hsla(50, 75%, 6%, 1)"},lime:{50:"hsla(66, 65%, 95%, 1)",100:"hsla(66, 65%, 90%, 1)",150:"hsla(66, 65%, 85%, 1)",200:"hsla(66, 65%, 80%, 1)",250:"hsla(66, 65%, 75%, 1)",300:"hsla(66, 65%, 70%, 1)",350:"hsla(66, 65%, 65%, 1)",400:"hsla(66, 65%, 60%, 1)",450:"hsla(66, 65%, 55%, 1)",500:"hsla(66, 65%, 50%, 1)",550:"hsla(66, 65%, 45%, 1)",600:"hsla(66, 65%, 40%, 1)",650:"hsla(66, 65%, 35%, 1)",700:"hsla(66, 65%, 30%, 1)",750:"hsla(66, 65%, 25%, 1)",800:"hsla(66, 65%, 20%, 1)",850:"hsla(66, 65%, 15%, 1)",900:"hsla(66, 65%, 10%, 1)",950:"hsla(66, 65%, 6%, 1)"},"light-green":{50:"hsla(88, 65%, 95%, 1)",100:"hsla(88, 65%, 90%, 1)",150:"hsla(88, 65%, 85%, 1)",200:"hsla(88, 65%, 80%, 1)",250:"hsla(88, 65%, 75%, 1)",300:"hsla(88, 65%, 70%, 1)",350:"hsla(88, 65%, 65%, 1)",400:"hsla(88, 65%, 60%, 1)",450:"hsla(88, 65%, 55%, 1)",500:"hsla(88, 65%, 50%, 1)",550:"hsla(88, 65%, 45%, 1)",600:"hsla(88, 65%, 40%, 1)",650:"hsla(88, 65%, 35%, 1)",700:"hsla(88, 65%, 30%, 1)",750:"hsla(88, 65%, 25%, 1)",800:"hsla(88, 65%, 20%, 1)",850:"hsla(88, 65%, 15%, 1)",900:"hsla(88, 65%, 10%, 1)",950:"hsla(88, 65%, 6%, 1)"},green:{50:"hsla(140, 65%, 95%, 1)",100:"hsla(140, 65%, 90%, 1)",150:"hsla(140, 65%, 85%, 1)",200:"hsla(140, 65%, 80%, 1)",250:"hsla(140, 65%, 75%, 1)",300:"hsla(140, 65%, 70%, 1)",350:"hsla(140, 65%, 65%, 1)",400:"hsla(140, 65%, 60%, 1)",450:"hsla(140, 65%, 55%, 1)",500:"hsla(140, 65%, 50%, 1)",550:"hsla(140, 65%, 45%, 1)",600:"hsla(140, 65%, 40%, 1)",650:"hsla(140, 65%, 35%, 1)",700:"hsla(140, 65%, 30%, 1)",750:"hsla(140, 65%, 25%, 1)",800:"hsla(140, 65%, 20%, 1)",850:"hsla(140, 65%, 15%, 1)",900:"hsla(140, 65%, 10%, 1)",950:"hsla(140, 65%, 6%, 1)"},teal:{50:"hsla(169, 75%, 95%, 1)",100:"hsla(169, 75%, 90%, 1)",150:"hsla(169, 75%, 85%, 1)",200:"hsla(169, 75%, 80%, 1)",250:"hsla(169, 75%, 75%, 1)",300:"hsla(169, 75%, 70%, 1)",350:"hsla(169, 75%, 65%, 1)",400:"hsla(169, 75%, 60%, 1)",450:"hsla(169, 75%, 55%, 1)",500:"hsla(169, 75%, 50%, 1)",550:"hsla(169, 75%, 45%, 1)",600:"hsla(169, 75%, 40%, 1)",650:"hsla(169, 75%, 35%, 1)",700:"hsla(169, 75%, 30%, 1)",750:"hsla(169, 75%, 25%, 1)",800:"hsla(169, 75%, 20%, 1)",850:"hsla(169, 75%, 15%, 1)",900:"hsla(169, 75%, 10%, 1)",950:"hsla(169, 75%, 6%, 1)"},cyan:{50:"hsla(188, 75%, 95%, 1)",100:"hsla(188, 75%, 90%, 1)",150:"hsla(188, 75%, 85%, 1)",200:"hsla(188, 75%, 80%, 1)",250:"hsla(188, 75%, 75%, 1)",300:"hsla(188, 75%, 70%, 1)",350:"hsla(188, 75%, 65%, 1)",400:"hsla(188, 75%, 60%, 1)",450:"hsla(188, 75%, 55%, 1)",500:"hsla(188, 75%, 50%, 1)",550:"hsla(188, 75%, 45%, 1)",600:"hsla(188, 75%, 40%, 1)",650:"hsla(188, 75%, 35%, 1)",700:"hsla(188, 75%, 30%, 1)",750:"hsla(188, 75%, 25%, 1)",800:"hsla(188, 75%, 20%, 1)",850:"hsla(188, 75%, 15%, 1)",900:"hsla(188, 75%, 10%, 1)",950:"hsla(188, 75%, 6%, 1)"},"light-blue":{50:"hsla(200, 85%, 95%, 1)",100:"hsla(200, 85%, 90%, 1)",150:"hsla(200, 85%, 85%, 1)",200:"hsla(200, 85%, 80%, 1)",250:"hsla(200, 85%, 75%, 1)",300:"hsla(200, 85%, 70%, 1)",350:"hsla(200, 85%, 65%, 1)",400:"hsla(200, 85%, 60%, 1)",450:"hsla(200, 85%, 55%, 1)",500:"hsla(200, 85%, 50%, 1)",550:"hsla(200, 85%, 45%, 1)",600:"hsla(200, 85%, 40%, 1)",650:"hsla(200, 85%, 35%, 1)",700:"hsla(200, 85%, 30%, 1)",750:"hsla(200, 85%, 25%, 1)",800:"hsla(200, 85%, 20%, 1)",850:"hsla(200, 85%, 15%, 1)",900:"hsla(200, 85%, 10%, 1)",950:"hsla(200, 85%, 6%, 1)"},blue:{50:"hsla(214, 65%, 95%, 1)",100:"hsla(214, 65%, 90%, 1)",150:"hsla(214, 65%, 85%, 1)",200:"hsla(214, 65%, 80%, 1)",250:"hsla(214, 65%, 75%, 1)",300:"hsla(214, 65%, 70%, 1)",350:"hsla(214, 65%, 65%, 1)",400:"hsla(214, 65%, 60%, 1)",450:"hsla(214, 65%, 55%, 1)",500:"hsla(214, 65%, 50%, 1)",550:"hsla(214, 65%, 45%, 1)",600:"hsla(214, 65%, 40%, 1)",650:"hsla(214, 65%, 35%, 1)",700:"hsla(214, 65%, 30%, 1)",750:"hsla(214, 65%, 25%, 1)",800:"hsla(214, 65%, 20%, 1)",850:"hsla(214, 65%, 15%, 1)",900:"hsla(214, 65%, 10%, 1)",950:"hsla(214, 65%, 6%, 1)"},indigo:{50:"hsla(235, 80%, 95%, 1)",100:"hsla(235, 80%, 90%, 1)",150:"hsla(235, 80%, 85%, 1)",200:"hsla(235, 80%, 80%, 1)",250:"hsla(235, 80%, 75%, 1)",300:"hsla(235, 80%, 70%, 1)",350:"hsla(235, 80%, 65%, 1)",400:"hsla(235, 80%, 60%, 1)",450:"hsla(235, 80%, 55%, 1)",500:"hsla(235, 80%, 50%, 1)",550:"hsla(235, 80%, 45%, 1)",600:"hsla(235, 80%, 40%, 1)",650:"hsla(235, 80%, 35%, 1)",700:"hsla(235, 80%, 30%, 1)",750:"hsla(235, 80%, 25%, 1)",800:"hsla(235, 80%, 20%, 1)",850:"hsla(235, 80%, 15%, 1)",900:"hsla(235, 80%, 10%, 1)",950:"hsla(235, 80%, 6%, 1)"},"deep-purple":{50:"hsla(271, 65%, 95%, 1)",100:"hsla(271, 65%, 90%, 1)",150:"hsla(271, 65%, 85%, 1)",200:"hsla(271, 65%, 80%, 1)",250:"hsla(271, 65%, 75%, 1)",300:"hsla(271, 65%, 70%, 1)",350:"hsla(271, 65%, 65%, 1)",400:"hsla(271, 65%, 60%, 1)",450:"hsla(271, 65%, 55%, 1)",500:"hsla(271, 65%, 50%, 1)",550:"hsla(271, 65%, 45%, 1)",600:"hsla(271, 65%, 40%, 1)",650:"hsla(271, 65%, 35%, 1)",700:"hsla(271, 65%, 30%, 1)",750:"hsla(271, 65%, 25%, 1)",800:"hsla(271, 65%, 20%, 1)",850:"hsla(271, 65%, 15%, 1)",900:"hsla(271, 65%, 10%, 1)",950:"hsla(271, 65%, 6%, 1)"},purple:{50:"hsla(291, 65%, 95%, 1)",100:"hsla(291, 65%, 90%, 1)",150:"hsla(291, 65%, 85%, 1)",200:"hsla(291, 65%, 80%, 1)",250:"hsla(291, 65%, 75%, 1)",300:"hsla(291, 65%, 70%, 1)",350:"hsla(291, 65%, 65%, 1)",400:"hsla(291, 65%, 60%, 1)",450:"hsla(291, 65%, 55%, 1)",500:"hsla(291, 65%, 50%, 1)",550:"hsla(291, 65%, 45%, 1)",600:"hsla(291, 65%, 40%, 1)",650:"hsla(291, 65%, 35%, 1)",700:"hsla(291, 65%, 30%, 1)",750:"hsla(291, 65%, 25%, 1)",800:"hsla(291, 65%, 20%, 1)",850:"hsla(291, 65%, 15%, 1)",900:"hsla(291, 65%, 10%, 1)",950:"hsla(291, 65%, 6%, 1)"},pink:{50:"hsla(337, 65%, 95%, 1)",100:"hsla(337, 65%, 90%, 1)",150:"hsla(337, 65%, 85%, 1)",200:"hsla(337, 65%, 80%, 1)",250:"hsla(337, 65%, 75%, 1)",300:"hsla(337, 65%, 70%, 1)",350:"hsla(337, 65%, 65%, 1)",400:"hsla(337, 65%, 60%, 1)",450:"hsla(337, 65%, 55%, 1)",500:"hsla(337, 65%, 50%, 1)",550:"hsla(337, 65%, 45%, 1)",600:"hsla(337, 65%, 40%, 1)",650:"hsla(337, 65%, 35%, 1)",700:"hsla(337, 65%, 30%, 1)",750:"hsla(337, 65%, 25%, 1)",800:"hsla(337, 65%, 20%, 1)",850:"hsla(337, 65%, 15%, 1)",900:"hsla(337, 65%, 10%, 1)",950:"hsla(337, 65%, 6%, 1)"},black:"hsla(0,0%,0%,1)",white:"hsla(0,0%,100%,1)"},C6={light:{"text-main-color":"{grey-darken-3}","text-disabled-color":"{grey-lighten-1}","text-error-color":"{error-color}","text-link-color":"{info-color}","text-on-brand-color":"{white}"},dark:{"text-main-color":"{grey-lighten-3}","text-disabled-color":"{grey-darken-1}","text-error-color":"{error-color}","text-link-color":"{info-color}","text-on-brand-color":"{white}"}},k6={light:{shadow:{xs:"0 4px 4px rgba(0, 0, 0, 10%)"}},dark:{shadow:{xs:"0 4px 4px rgba(0, 0, 0, 15%)"}}},x6={light:{...C6.light,...k6.light},dark:{...C6.dark,...k6.dark}},I6={colorScheme:{light:{overlay:{select:{background:"{surface.0}",borderColor:"{surface.200}",color:"{text.color}"},popover:{background:"{gray.0}",borderColor:"{gray.0}",color:"{gray.850}"},tooltip:{background:"{gray.0}",borderColor:"{gray.0}",color:"{gray.850}"},modal:{background:"{gray.0}",borderColor:"{gray.0}",color:"{gray.850}"}}},dark:{overlay:{select:{background:"{surface.900}",borderColor:"{surface.700}",color:"{text.color}"},popover:{background:"{gray.750}",borderColor:"{gray.750}",color:"{gray.200}"},tooltip:{background:"{gray.750}",borderColor:"{gray.750}",color:"{gray.200}"},modal:{background:"{gray.750}",borderColor:"{gray.750}",color:"{gray.200}"}}}}},S6={colorScheme:{light:{focusRing:{color:"{primary.color}"}},dark:{focusRing:{color:"{primary.color}"}}}},E6={colorScheme:{light:{text:{color:"{surface.750}",hoverColor:"{surface.800}",mutedColor:"{surface.500}",hoverMutedColor:"{surface.600}",avatarColor:"{gray.0}"}},dark:{text:{color:"{surface.100}",hoverColor:"{surface.50}",mutedColor:"{surface.400}",hoverMutedColor:"{surface.300}",avatarColor:"{gray.850}"}}}},A6={colorScheme:{light:{formField:{background:"{surface.0}",disabledBackground:"{surface.200}",filledBackground:"{surface.50}",filledHoverBackground:"{surface.50}",filledFocusBackground:"{surface.50}",borderColor:"{surface.300}",hoverBorderColor:"{surface.400}",focusBorderColor:"{primary.color}",invalidBorderColor:"{error.color}",color:"{surface.700}",disabledColor:"{surface.500}",placeholderColor:"{surface.500}",invalidPlaceholderColor:"{red.600}",floatLabelColor:"{surface.500}",floatLabelFocusColor:"{primary.600}",floatLabelActiveColor:"{surface.500}",floatLabelInvalidColor:"{form.field.invalid.placeholder.color}",iconColor:"{surface.400}",shadow:"0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05)"}},dark:{formField:{background:"{surface.950}",disabledBackground:"{surface.700}",filledBackground:"{surface.800}",filledHoverBackground:"{surface.800}",filledFocusBackground:"{surface.800}",borderColor:"{surface.600}",hoverBorderColor:"{surface.500}",focusBorderColor:"{primary.color}",invalidBorderColor:"{error.color}",color:"{surface.0}",disabledColor:"{surface.400}",placeholderColor:"{surface.400}",invalidPlaceholderColor:"{red.400}",floatLabelColor:"{surface.400}",floatLabelFocusColor:"{primary.color}",floatLabelActiveColor:"{surface.400}",floatLabelInvalidColor:"{form.field.invalid.placeholder.color}",iconColor:"{surface.400}",shadow:"0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05)"}}}},T6={colorScheme:{light:{surface:{0:"{gray.0}",50:"{gray.50}",100:"{gray.100}",150:"{gray.150}",200:"{gray.200}",250:"{gray.250}",300:"{gray.300}",350:"{gray.350}",400:"{gray.400}",450:"{gray.450}",500:"{gray.500}",550:"{gray.550}",600:"{gray.600}",650:"{gray.650}",700:"{gray.700}",750:"{gray.750}",800:"{gray.800}",850:"{gray.850}",900:"{gray.900}",950:"{gray.950}"}},dark:{surface:{0:"{gray.0}",50:"{gray.50}",100:"{gray.100}",150:"{gray.150}",200:"{gray.200}",250:"{gray.250}",300:"{gray.300}",350:"{gray.350}",400:"{gray.400}",450:"{gray.450}",500:"{gray.500}",550:"{gray.550}",600:"{gray.600}",650:"{gray.650}",700:"{gray.700}",750:"{gray.750}",800:"{gray.800}",850:"{gray.850}",900:"{gray.900}",950:"{gray.950}"}}}},O6={colorScheme:{light:{content:{background:"{surface.0}",hoverBackground:"{surface.50}",borderColor:"{surface.100}",color:"{text.color}",hoverColor:"{text.hoverColor}",hoverMutedColor:"{text.hoverMutedColor}"}},dark:{content:{background:"{surface.800}",hoverBackground:"{surface.750}",borderColor:"{surface.700}",color:"{text.color}",hoverColor:"{text.hoverColor}",hoverMutedColor:"{text.hoverMutedColor}"}}}},D6={colorScheme:{light:{list:{option:{focusBackground:"{surface.100}",selectedBackground:"{highlight.background}",selectedFocusBackground:"{highlight.focus.background}",color:"{text.color}",focusColor:"{text.hover.color}",selectedColor:"{highlight.color}",selectedFocusColor:"{highlight.focus.color}",icon:{color:"{surface.400}",focusColor:"{surface.500}"}},optionGroup:{background:"transparent",color:"{text.muted.color}"}}},dark:{list:{option:{focusBackground:"{surface.800}",selectedBackground:"{highlight.background}",selectedFocusBackground:"{highlight.focus.background}",color:"{text.color}",focusColor:"{text.hover.color}",selectedColor:"{highlight.color}",selectedFocusColor:"{highlight.focus.color}",icon:{color:"{surface.500}",focusColor:"{surface.400}"}},optionGroup:{background:"transparent",color:"{text.muted.color}"}}}}},R6={colorScheme:{light:{navigation:{item:{focusBackground:"{surface.100}",activeBackground:"{surface.100}",color:"{text.color}",focusColor:"{text.hover.color}",activeColor:"{text.hover.color}",icon:{color:"{surface.400}",focusColor:"{surface.500}",activeColor:"{surface.500}"}},submenuLabel:{background:"transparent",color:"{text.muted.color}"},submenuIcon:{color:"{surface.400}",focusColor:"{surface.500}",activeColor:"{surface.500}"}}},dark:{navigation:{item:{focusBackground:"{surface.800}",activeBackground:"{surface.800}",color:"{text.color}",focusColor:"{text.hover.color}",activeColor:"{text.hover.color}",icon:{color:"{surface.500}",focusColor:"{surface.400}",activeColor:"{surface.400}"}},submenuLabel:{background:"transparent",color:"{text.muted.color}"},submenuIcon:{color:"{surface.500}",focusColor:"{surface.400}",activeColor:"{surface.400}"}}}}},B6={colorScheme:{light:{datatable:{border:{borderColor:"{surface.100}",color:"{surface.100}"}}},dark:{datatable:{border:{borderColor:"{surface.700}",color:"{surface.700}"}}}}},rpe={light:{...v6,...ape,...x6.light,...S6.colorScheme.light,...I6.colorScheme.light,...E6.colorScheme.light,...A6.colorScheme.light,...T6.colorScheme.light,...O6.colorScheme.light,...D6.colorScheme.light,...R6.colorScheme.light,...B6.colorScheme.light},dark:{...v6,...npe,...x6.dark,...S6.colorScheme.dark,...I6.colorScheme.dark,...E6.colorScheme.dark,...A6.colorScheme.dark,...T6.colorScheme.dark,...O6.colorScheme.dark,...D6.colorScheme.dark,...R6.colorScheme.dark,...B6.colorScheme.dark}},lpe={...{transitionDuration:"0.2s",disabledOpacity:"0.6",iconSize:"1rem",anchorGutter:"2px",content:{borderRadius:"{border.radius.md}"},mask:{transitionDuration:"0.15s"},formField:{paddingX:"0.75rem",paddingY:"0.5rem",sm:{fontSize:"0.875rem",paddingX:"0.5rem",paddingY:"0.25rem"},lg:{fontSize:"1.125rem",paddingX:"0.875rem",paddingY:"0.625rem"},borderRadius:"{border.radius.md}",focusRing:{width:"0",style:"none",color:"transparent",offset:"0",shadow:"none"},transitionDuration:"{transition.duration}"},list:{padding:"0.25rem 0.25rem",gap:"2px",header:{padding:"0.5rem 1rem 0.25rem 1rem"},option:{padding:"0.5rem 0.75rem",borderRadius:"{border.radius.sm}"},optionGroup:{padding:"0.5rem 0.75rem",fontWeight:"600"}},navigation:{list:{padding:"0.25rem 0.25rem",gap:"2px"},item:{padding:"0.5rem 0.75rem",borderRadius:"{border.radius.sm}",gap:"0.5rem"},submenuLabel:{padding:"0.5rem 0.75rem",fontWeight:"600"},submenuIcon:{size:"0.875rem"}},overlay:{select:{borderRadius:"{border.radius.md}",shadow:"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)"},popover:{borderRadius:"0.5rem",padding:"0.5rem"},modal:{borderRadius:"{border.radius.xl}",padding:"1.25rem",shadow:"0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)"},navigation:{shadow:"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)"}},focusRing:{width:"1px",style:"solid",offset:"2px",shadow:"none"}},colorScheme:rpe},spe={...{borderRadius:{none:"0",xs:"2px",sm:"4px",md:"6px",lg:"8px",xl:"16px",pill:"56px"}}},dpe={background:"transparent",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",css:({dt:o})=>`
|
|
7001
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function _te(o,i){if(o){if(typeof o=="string")return h6(o,i);var n={}.toString.call(o).slice(8,-1);return n==="Object"&&o.constructor&&(n=o.constructor.name),n==="Map"||n==="Set"?Array.from(o):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?h6(o,i):void 0}}function h6(o,i){(i==null||i>o.length)&&(i=o.length);for(var n=0,r=Array(i);n<i;n++)r[n]=o[n];return r}function Lte(o,i){var n=o==null?null:typeof Symbol<"u"&&o[Symbol.iterator]||o["@@iterator"];if(n!=null){var r,d,s,p,f=[],h=!0,b=!1;try{if(s=(n=n.call(o)).next,i!==0)for(;!(h=(r=s.call(n)).done)&&(f.push(r.value),f.length!==i);h=!0);}catch(g){b=!0,d=g}finally{try{if(!h&&n.return!=null&&(p=n.return(),Object(p)!==p))return}finally{if(b)throw d}}return f}}function Pte(o){if(Array.isArray(o))return o}function b6(o,i,n){return(i=Mte(i))in o?Object.defineProperty(o,i,{value:n,enumerable:!0,configurable:!0,writable:!0}):o[i]=n,o}function Mte(o){var i=Nte(o,"string");return sn(i)=="symbol"?i:i+""}function Nte(o,i){if(sn(o)!="object"||!o)return o;var n=o[Symbol.toPrimitive];if(n!==void 0){var r=n.call(o,i);if(sn(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(i==="string"?String:Number)(o)}function sn(o){"@babel/helpers - typeof";return sn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(i){return typeof i}:function(i){return i&&typeof Symbol=="function"&&i.constructor===Symbol&&i!==Symbol.prototype?"symbol":typeof i},sn(o)}var jte=Dte.extend("tooltip",{beforeMount:function(i,n){var r,d=this.getTarget(i);if(d.$_ptooltipModifiers=this.getModifiers(n),n.value){if(typeof n.value=="string")d.$_ptooltipValue=n.value,d.$_ptooltipDisabled=!1,d.$_ptooltipEscape=!0,d.$_ptooltipClass=null,d.$_ptooltipFitContent=!0,d.$_ptooltipIdAttr=br("pv_id")+"_tooltip",d.$_ptooltipShowDelay=0,d.$_ptooltipHideDelay=0,d.$_ptooltipAutoHide=!0;else if(sn(n.value)==="object"&&n.value){if(Qt(n.value.value)||n.value.value.trim()==="")return;d.$_ptooltipValue=n.value.value,d.$_ptooltipDisabled=!!n.value.disabled===n.value.disabled?n.value.disabled:!1,d.$_ptooltipEscape=!!n.value.escape===n.value.escape?n.value.escape:!0,d.$_ptooltipClass=n.value.class||"",d.$_ptooltipFitContent=!!n.value.fitContent===n.value.fitContent?n.value.fitContent:!0,d.$_ptooltipIdAttr=n.value.id||br("pv_id")+"_tooltip",d.$_ptooltipShowDelay=n.value.showDelay||0,d.$_ptooltipHideDelay=n.value.hideDelay||0,d.$_ptooltipAutoHide=!!n.value.autoHide===n.value.autoHide?n.value.autoHide:!0}}else return;d.$_ptooltipZIndex=(r=n.instance.$primevue)===null||r===void 0||(r=r.config)===null||r===void 0||(r=r.zIndex)===null||r===void 0?void 0:r.tooltip,this.bindEvents(d,n),i.setAttribute("data-pd-tooltip",!0)},updated:function(i,n){var r=this.getTarget(i);if(r.$_ptooltipModifiers=this.getModifiers(n),this.unbindEvents(r),!!n.value){if(typeof n.value=="string")r.$_ptooltipValue=n.value,r.$_ptooltipDisabled=!1,r.$_ptooltipEscape=!0,r.$_ptooltipClass=null,r.$_ptooltipIdAttr=r.$_ptooltipIdAttr||br("pv_id")+"_tooltip",r.$_ptooltipShowDelay=0,r.$_ptooltipHideDelay=0,r.$_ptooltipAutoHide=!0,this.bindEvents(r,n);else if(sn(n.value)==="object"&&n.value)if(Qt(n.value.value)||n.value.value.trim()===""){this.unbindEvents(r,n);return}else r.$_ptooltipValue=n.value.value,r.$_ptooltipDisabled=!!n.value.disabled===n.value.disabled?n.value.disabled:!1,r.$_ptooltipEscape=!!n.value.escape===n.value.escape?n.value.escape:!0,r.$_ptooltipClass=n.value.class||"",r.$_ptooltipFitContent=!!n.value.fitContent===n.value.fitContent?n.value.fitContent:!0,r.$_ptooltipIdAttr=n.value.id||r.$_ptooltipIdAttr||br("pv_id")+"_tooltip",r.$_ptooltipShowDelay=n.value.showDelay||0,r.$_ptooltipHideDelay=n.value.hideDelay||0,r.$_ptooltipAutoHide=!!n.value.autoHide===n.value.autoHide?n.value.autoHide:!0,this.bindEvents(r,n)}},unmounted:function(i,n){var r=this.getTarget(i);this.hide(i,0),this.remove(r),this.unbindEvents(r,n),r.$_ptooltipScrollHandler&&(r.$_ptooltipScrollHandler.destroy(),r.$_ptooltipScrollHandler=null)},timer:void 0,methods:{bindEvents:function(i,n){var r=this,d=i.$_ptooltipModifiers;d.focus?(i.$_ptooltipFocusEvent=function(s){return r.onFocus(s,n)},i.$_ptooltipBlurEvent=this.onBlur.bind(this),i.addEventListener("focus",i.$_ptooltipFocusEvent),i.addEventListener("blur",i.$_ptooltipBlurEvent)):(i.$_ptooltipMouseEnterEvent=function(s){return r.onMouseEnter(s,n)},i.$_ptooltipMouseLeaveEvent=this.onMouseLeave.bind(this),i.$_ptooltipClickEvent=this.onClick.bind(this),i.addEventListener("mouseenter",i.$_ptooltipMouseEnterEvent),i.addEventListener("mouseleave",i.$_ptooltipMouseLeaveEvent),i.addEventListener("click",i.$_ptooltipClickEvent)),i.$_ptooltipKeydownEvent=this.onKeydown.bind(this),i.addEventListener("keydown",i.$_ptooltipKeydownEvent),i.$_pWindowResizeEvent=this.onWindowResize.bind(this,i)},unbindEvents:function(i){var n=i.$_ptooltipModifiers;n.focus?(i.removeEventListener("focus",i.$_ptooltipFocusEvent),i.$_ptooltipFocusEvent=null,i.removeEventListener("blur",i.$_ptooltipBlurEvent),i.$_ptooltipBlurEvent=null):(i.removeEventListener("mouseenter",i.$_ptooltipMouseEnterEvent),i.$_ptooltipMouseEnterEvent=null,i.removeEventListener("mouseleave",i.$_ptooltipMouseLeaveEvent),i.$_ptooltipMouseLeaveEvent=null,i.removeEventListener("click",i.$_ptooltipClickEvent),i.$_ptooltipClickEvent=null),i.removeEventListener("keydown",i.$_ptooltipKeydownEvent),window.removeEventListener("resize",i.$_pWindowResizeEvent),i.$_ptooltipId&&this.remove(i)},bindScrollListener:function(i){var n=this;i.$_ptooltipScrollHandler||(i.$_ptooltipScrollHandler=new yr(i,function(){n.hide(i)})),i.$_ptooltipScrollHandler.bindScrollListener()},unbindScrollListener:function(i){i.$_ptooltipScrollHandler&&i.$_ptooltipScrollHandler.unbindScrollListener()},onMouseEnter:function(i,n){var r=i.currentTarget,d=r.$_ptooltipShowDelay;this.show(r,n,d)},onMouseLeave:function(i){var n=i.currentTarget,r=n.$_ptooltipHideDelay,d=n.$_ptooltipAutoHide;if(d)this.hide(n,r);else{var s=xt(i.target,"data-pc-name")==="tooltip"||xt(i.target,"data-pc-section")==="arrow"||xt(i.target,"data-pc-section")==="text"||xt(i.relatedTarget,"data-pc-name")==="tooltip"||xt(i.relatedTarget,"data-pc-section")==="arrow"||xt(i.relatedTarget,"data-pc-section")==="text";!s&&this.hide(n,r)}},onFocus:function(i,n){var r=i.currentTarget,d=r.$_ptooltipShowDelay;this.show(r,n,d)},onBlur:function(i){var n=i.currentTarget,r=n.$_ptooltipHideDelay;this.hide(n,r)},onClick:function(i){var n=i.currentTarget,r=n.$_ptooltipHideDelay;this.hide(n,r)},onKeydown:function(i){var n=i.currentTarget,r=n.$_ptooltipHideDelay;i.code==="Escape"&&this.hide(i.currentTarget,r)},onWindowResize:function(i){ga()||this.hide(i),window.removeEventListener("resize",i.$_pWindowResizeEvent)},tooltipActions:function(i,n){if(!(i.$_ptooltipDisabled||!Bg(i))){var r=this.create(i,n);this.align(i),!this.isUnstyled()&&EK(r,250);var d=this;window.addEventListener("resize",i.$_pWindowResizeEvent),r.addEventListener("mouseleave",function s(){d.hide(i),r.removeEventListener("mouseleave",s),i.removeEventListener("mouseenter",i.$_ptooltipMouseEnterEvent),setTimeout(function(){return i.addEventListener("mouseenter",i.$_ptooltipMouseEnterEvent)},50)}),this.bindScrollListener(i),Gt.set("tooltip",r,i.$_ptooltipZIndex)}},show:function(i,n,r){var d=this;r!==void 0?this.timer=setTimeout(function(){return d.tooltipActions(i,n)},r):this.tooltipActions(i,n)},tooltipRemoval:function(i){this.remove(i),this.unbindScrollListener(i),window.removeEventListener("resize",i.$_pWindowResizeEvent)},hide:function(i,n){var r=this;clearTimeout(this.timer),n!==void 0?setTimeout(function(){return r.tooltipRemoval(i)},n):this.tooltipRemoval(i)},getTooltipElement:function(i){return document.getElementById(i.$_ptooltipId)},getArrowElement:function(i){var n=this.getTooltipElement(i);return Eo(n,'[data-pc-section="arrow"]')},create:function(i){var n=i.$_ptooltipModifiers,r=mr("div",{class:!this.isUnstyled()&&this.cx("arrow"),"p-bind":this.ptm("arrow",{context:n})}),d=mr("div",{class:!this.isUnstyled()&&this.cx("text"),"p-bind":this.ptm("text",{context:n})});i.$_ptooltipEscape?(d.innerHTML="",d.appendChild(document.createTextNode(i.$_ptooltipValue))):d.innerHTML=i.$_ptooltipValue;var s=mr("div",b6(b6({id:i.$_ptooltipIdAttr,role:"tooltip",style:{display:"inline-block",width:i.$_ptooltipFitContent?"fit-content":void 0,pointerEvents:!this.isUnstyled()&&i.$_ptooltipAutoHide&&"none"},class:[!this.isUnstyled()&&this.cx("root"),i.$_ptooltipClass]},this.$attrSelector,""),"p-bind",this.ptm("root",{context:n})),r,d);return document.body.appendChild(s),i.$_ptooltipId=s.id,this.$el=s,s},remove:function(i){if(i){var n=this.getTooltipElement(i);n&&n.parentElement&&(Gt.clear(n),document.body.removeChild(n)),i.$_ptooltipId=null}},align:function(i){var n=i.$_ptooltipModifiers;n.top?(this.alignTop(i),this.isOutOfBounds(i)&&(this.alignBottom(i),this.isOutOfBounds(i)&&this.alignTop(i))):n.left?(this.alignLeft(i),this.isOutOfBounds(i)&&(this.alignRight(i),this.isOutOfBounds(i)&&(this.alignTop(i),this.isOutOfBounds(i)&&(this.alignBottom(i),this.isOutOfBounds(i)&&this.alignLeft(i))))):n.bottom?(this.alignBottom(i),this.isOutOfBounds(i)&&(this.alignTop(i),this.isOutOfBounds(i)&&this.alignBottom(i))):(this.alignRight(i),this.isOutOfBounds(i)&&(this.alignLeft(i),this.isOutOfBounds(i)&&(this.alignTop(i),this.isOutOfBounds(i)&&(this.alignBottom(i),this.isOutOfBounds(i)&&this.alignRight(i)))))},getHostOffset:function(i){var n=i.getBoundingClientRect(),r=n.left+nu(),d=n.top+au();return{left:r,top:d}},alignRight:function(i){this.preAlign(i,"right");var n=this.getTooltipElement(i),r=this.getArrowElement(i),d=this.getHostOffset(i),s=d.left+jt(i),p=d.top+(Zo(i)-Zo(n))/2;n.style.left=s+"px",n.style.top=p+"px",r.style.top="50%",r.style.right=null,r.style.bottom=null,r.style.left="0"},alignLeft:function(i){this.preAlign(i,"left");var n=this.getTooltipElement(i),r=this.getArrowElement(i),d=this.getHostOffset(i),s=d.left-jt(n),p=d.top+(Zo(i)-Zo(n))/2;n.style.left=s+"px",n.style.top=p+"px",r.style.top="50%",r.style.right="0",r.style.bottom=null,r.style.left=null},alignTop:function(i){this.preAlign(i,"top");var n=this.getTooltipElement(i),r=this.getArrowElement(i),d=jt(n),s=jt(i),p=fr(),f=p.width,h=this.getHostOffset(i),b=h.left+(s-d)/2,g=h.top-Zo(n);b<0?b=0:b+d>f&&(b=Math.floor(h.left+s-d)),n.style.left=b+"px",n.style.top=g+"px";var w=h.left-this.getHostOffset(n).left+s/2;r.style.top=null,r.style.right=null,r.style.bottom="0",r.style.left=w+"px"},alignBottom:function(i){this.preAlign(i,"bottom");var n=this.getTooltipElement(i),r=this.getArrowElement(i),d=jt(n),s=jt(i),p=fr(),f=p.width,h=this.getHostOffset(i),b=h.left+(s-d)/2,g=h.top+Zo(i);b<0?b=0:b+d>f&&(b=Math.floor(h.left+s-d)),n.style.left=b+"px",n.style.top=g+"px";var w=h.left-this.getHostOffset(n).left+s/2;r.style.top="0",r.style.right=null,r.style.bottom=null,r.style.left=w+"px"},preAlign:function(i,n){var r=this.getTooltipElement(i);r.style.left="-999px",r.style.top="-999px",Go(r,"p-tooltip-".concat(r.$_ptooltipPosition)),!this.isUnstyled()&&wi(r,"p-tooltip-".concat(n)),r.$_ptooltipPosition=n,r.setAttribute("data-p-position",n)},isOutOfBounds:function(i){var n=this.getTooltipElement(i),r=n.getBoundingClientRect(),d=r.top,s=r.left,p=jt(n),f=Zo(n),h=fr();return s+p>h.width||s<0||d<0||d+f>h.height},getTarget:function(i){var n;return Og(i,"p-inputwrapper")&&(n=Eo(i,"input"))!==null&&n!==void 0?n:i},getModifiers:function(i){return i.modifiers&&Object.keys(i.modifiers).length?i.modifiers:i.arg&&sn(i.arg)==="object"?Object.entries(i.arg).reduce(function(n,r){var d=Rte(r,2),s=d[0],p=d[1];return(s==="event"||s==="position")&&(n[p]=!0),n},{}):{}}}}),$te=(...o)=>rW(...o),Fte={transitionDuration:"{transition.duration}"},qte={borderWidth:"0 0 1px 0",borderColor:"{content.border.color}"},Vte={color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{text.color}",padding:"1.125rem",fontWeight:"600",borderRadius:"0",borderWidth:"0",borderColor:"{content.border.color}",background:"{content.background}",hoverBackground:"{content.background}",activeBackground:"{content.background}",activeHoverBackground:"{content.background}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"},toggleIcon:{color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{text.color}",activeHoverColor:"{text.color}"},first:{topBorderRadius:"{content.border.radius}",borderWidth:"0"},last:{bottomBorderRadius:"{content.border.radius}",activeBottomBorderRadius:"0"}},zte={borderWidth:"0",borderColor:"{content.border.color}",background:"{content.background}",color:"{text.color}",padding:"0 1.125rem 1.125rem 1.125rem"},Ute={root:Fte,panel:qte,header:Vte,content:zte},Hte={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}"},Kte={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},Wte={padding:"{list.padding}",gap:"{list.gap}"},Gte={focusBackground:"{list.option.focus.background}",selectedBackground:"{list.option.selected.background}",selectedFocusBackground:"{list.option.selected.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",selectedColor:"{list.option.selected.color}",selectedFocusColor:"{list.option.selected.focus.color}",padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}"},Zte={background:"{list.option.group.background}",color:"{list.option.group.color}",fontWeight:"{list.option.group.font.weight}",padding:"{list.option.group.padding}"},Yte={width:"2.5rem",sm:{width:"2rem"},lg:{width:"3rem"},borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.border.color}",activeBorderColor:"{form.field.border.color}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Xte={borderRadius:"{border.radius.sm}"},Qte={padding:"{list.option.padding}"},Jte={light:{chip:{focusBackground:"{surface.200}",focusColor:"{surface.800}"},dropdown:{background:"{surface.100}",hoverBackground:"{surface.200}",activeBackground:"{surface.300}",color:"{surface.600}",hoverColor:"{surface.700}",activeColor:"{surface.800}"}},dark:{chip:{focusBackground:"{surface.700}",focusColor:"{surface.0}"},dropdown:{background:"{surface.800}",hoverBackground:"{surface.700}",activeBackground:"{surface.600}",color:"{surface.300}",hoverColor:"{surface.200}",activeColor:"{surface.100}"}}},eoe={root:Hte,overlay:Kte,list:Wte,option:Gte,optionGroup:Zte,dropdown:Yte,chip:Xte,emptyMessage:Qte,colorScheme:Jte},toe={width:"2rem",height:"2rem",fontSize:"1rem",background:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}"},ooe={size:"1rem"},ioe={borderColor:"{content.background}",offset:"-0.75rem"},noe={width:"3rem",height:"3rem",fontSize:"1.5rem",icon:{size:"1.5rem"},group:{offset:"-1rem"}},aoe={width:"4rem",height:"4rem",fontSize:"2rem",icon:{size:"2rem"},group:{offset:"-1.5rem"}},roe={root:toe,icon:ooe,group:ioe,lg:noe,xl:aoe},loe={borderRadius:"{border.radius.md}",padding:"0 0.5rem",fontSize:"0.75rem",fontWeight:"700",minWidth:"1.5rem",height:"1.5rem"},soe={size:"0.5rem"},doe={fontSize:"0.625rem",minWidth:"1.25rem",height:"1.25rem"},coe={fontSize:"0.875rem",minWidth:"1.75rem",height:"1.75rem"},poe={fontSize:"1rem",minWidth:"2rem",height:"2rem"},uoe={light:{primary:{background:"{primary.color}",color:"{primary.contrast.color}"},secondary:{background:"{surface.100}",color:"{surface.600}"},success:{background:"{green.500}",color:"{surface.0}"},info:{background:"{sky.500}",color:"{surface.0}"},warn:{background:"{orange.500}",color:"{surface.0}"},danger:{background:"{red.500}",color:"{surface.0}"},contrast:{background:"{surface.950}",color:"{surface.0}"}},dark:{primary:{background:"{primary.color}",color:"{primary.contrast.color}"},secondary:{background:"{surface.800}",color:"{surface.300}"},success:{background:"{green.400}",color:"{green.950}"},info:{background:"{sky.400}",color:"{sky.950}"},warn:{background:"{orange.400}",color:"{orange.950}"},danger:{background:"{red.400}",color:"{red.950}"},contrast:{background:"{surface.0}",color:"{surface.950}"}}},foe={root:loe,dot:soe,sm:doe,lg:coe,xl:poe,colorScheme:uoe},moe={borderRadius:{none:"0",xs:"2px",sm:"4px",md:"6px",lg:"8px",xl:"12px"},emerald:{50:"#ecfdf5",100:"#d1fae5",200:"#a7f3d0",300:"#6ee7b7",400:"#34d399",500:"#10b981",600:"#059669",700:"#047857",800:"#065f46",900:"#064e3b",950:"#022c22"},green:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d",950:"#052e16"},lime:{50:"#f7fee7",100:"#ecfccb",200:"#d9f99d",300:"#bef264",400:"#a3e635",500:"#84cc16",600:"#65a30d",700:"#4d7c0f",800:"#3f6212",900:"#365314",950:"#1a2e05"},red:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d",950:"#450a0a"},orange:{50:"#fff7ed",100:"#ffedd5",200:"#fed7aa",300:"#fdba74",400:"#fb923c",500:"#f97316",600:"#ea580c",700:"#c2410c",800:"#9a3412",900:"#7c2d12",950:"#431407"},amber:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f",950:"#451a03"},yellow:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12",950:"#422006"},teal:{50:"#f0fdfa",100:"#ccfbf1",200:"#99f6e4",300:"#5eead4",400:"#2dd4bf",500:"#14b8a6",600:"#0d9488",700:"#0f766e",800:"#115e59",900:"#134e4a",950:"#042f2e"},cyan:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63",950:"#083344"},sky:{50:"#f0f9ff",100:"#e0f2fe",200:"#bae6fd",300:"#7dd3fc",400:"#38bdf8",500:"#0ea5e9",600:"#0284c7",700:"#0369a1",800:"#075985",900:"#0c4a6e",950:"#082f49"},blue:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a",950:"#172554"},indigo:{50:"#eef2ff",100:"#e0e7ff",200:"#c7d2fe",300:"#a5b4fc",400:"#818cf8",500:"#6366f1",600:"#4f46e5",700:"#4338ca",800:"#3730a3",900:"#312e81",950:"#1e1b4b"},violet:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95",950:"#2e1065"},purple:{50:"#faf5ff",100:"#f3e8ff",200:"#e9d5ff",300:"#d8b4fe",400:"#c084fc",500:"#a855f7",600:"#9333ea",700:"#7e22ce",800:"#6b21a8",900:"#581c87",950:"#3b0764"},fuchsia:{50:"#fdf4ff",100:"#fae8ff",200:"#f5d0fe",300:"#f0abfc",400:"#e879f9",500:"#d946ef",600:"#c026d3",700:"#a21caf",800:"#86198f",900:"#701a75",950:"#4a044e"},pink:{50:"#fdf2f8",100:"#fce7f3",200:"#fbcfe8",300:"#f9a8d4",400:"#f472b6",500:"#ec4899",600:"#db2777",700:"#be185d",800:"#9d174d",900:"#831843",950:"#500724"},rose:{50:"#fff1f2",100:"#ffe4e6",200:"#fecdd3",300:"#fda4af",400:"#fb7185",500:"#f43f5e",600:"#e11d48",700:"#be123c",800:"#9f1239",900:"#881337",950:"#4c0519"},slate:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a",950:"#020617"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827",950:"#030712"},zinc:{50:"#fafafa",100:"#f4f4f5",200:"#e4e4e7",300:"#d4d4d8",400:"#a1a1aa",500:"#71717a",600:"#52525b",700:"#3f3f46",800:"#27272a",900:"#18181b",950:"#09090b"},neutral:{50:"#fafafa",100:"#f5f5f5",200:"#e5e5e5",300:"#d4d4d4",400:"#a3a3a3",500:"#737373",600:"#525252",700:"#404040",800:"#262626",900:"#171717",950:"#0a0a0a"},stone:{50:"#fafaf9",100:"#f5f5f4",200:"#e7e5e4",300:"#d6d3d1",400:"#a8a29e",500:"#78716c",600:"#57534e",700:"#44403c",800:"#292524",900:"#1c1917",950:"#0c0a09"}},hoe={transitionDuration:"0.2s",focusRing:{width:"1px",style:"solid",color:"{primary.color}",offset:"2px",shadow:"none"},disabledOpacity:"0.6",iconSize:"1rem",anchorGutter:"2px",primary:{50:"{emerald.50}",100:"{emerald.100}",200:"{emerald.200}",300:"{emerald.300}",400:"{emerald.400}",500:"{emerald.500}",600:"{emerald.600}",700:"{emerald.700}",800:"{emerald.800}",900:"{emerald.900}",950:"{emerald.950}"},formField:{paddingX:"0.75rem",paddingY:"0.5rem",sm:{fontSize:"0.875rem",paddingX:"0.625rem",paddingY:"0.375rem"},lg:{fontSize:"1.125rem",paddingX:"0.875rem",paddingY:"0.625rem"},borderRadius:"{border.radius.md}",focusRing:{width:"0",style:"none",color:"transparent",offset:"0",shadow:"none"},transitionDuration:"{transition.duration}"},list:{padding:"0.25rem 0.25rem",gap:"2px",header:{padding:"0.5rem 1rem 0.25rem 1rem"},option:{padding:"0.5rem 0.75rem",borderRadius:"{border.radius.sm}"},optionGroup:{padding:"0.5rem 0.75rem",fontWeight:"600"}},content:{borderRadius:"{border.radius.md}"},mask:{transitionDuration:"0.15s"},navigation:{list:{padding:"0.25rem 0.25rem",gap:"2px"},item:{padding:"0.5rem 0.75rem",borderRadius:"{border.radius.sm}",gap:"0.5rem"},submenuLabel:{padding:"0.5rem 0.75rem",fontWeight:"600"},submenuIcon:{size:"0.875rem"}},overlay:{select:{borderRadius:"{border.radius.md}",shadow:"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)"},popover:{borderRadius:"{border.radius.md}",padding:"0.75rem",shadow:"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)"},modal:{borderRadius:"{border.radius.xl}",padding:"1.25rem",shadow:"0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)"},navigation:{shadow:"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)"}},colorScheme:{light:{surface:{0:"#ffffff",50:"{slate.50}",100:"{slate.100}",200:"{slate.200}",300:"{slate.300}",400:"{slate.400}",500:"{slate.500}",600:"{slate.600}",700:"{slate.700}",800:"{slate.800}",900:"{slate.900}",950:"{slate.950}"},primary:{color:"{primary.500}",contrastColor:"#ffffff",hoverColor:"{primary.600}",activeColor:"{primary.700}"},highlight:{background:"{primary.50}",focusBackground:"{primary.100}",color:"{primary.700}",focusColor:"{primary.800}"},mask:{background:"rgba(0,0,0,0.4)",color:"{surface.200}"},formField:{background:"{surface.0}",disabledBackground:"{surface.200}",filledBackground:"{surface.50}",filledHoverBackground:"{surface.50}",filledFocusBackground:"{surface.50}",borderColor:"{surface.300}",hoverBorderColor:"{surface.400}",focusBorderColor:"{primary.color}",invalidBorderColor:"{red.400}",color:"{surface.700}",disabledColor:"{surface.500}",placeholderColor:"{surface.500}",invalidPlaceholderColor:"{red.600}",floatLabelColor:"{surface.500}",floatLabelFocusColor:"{primary.600}",floatLabelActiveColor:"{surface.500}",floatLabelInvalidColor:"{form.field.invalid.placeholder.color}",iconColor:"{surface.400}",shadow:"0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05)"},text:{color:"{surface.700}",hoverColor:"{surface.800}",mutedColor:"{surface.500}",hoverMutedColor:"{surface.600}"},content:{background:"{surface.0}",hoverBackground:"{surface.100}",borderColor:"{surface.200}",color:"{text.color}",hoverColor:"{text.hover.color}"},overlay:{select:{background:"{surface.0}",borderColor:"{surface.200}",color:"{text.color}"},popover:{background:"{surface.0}",borderColor:"{surface.200}",color:"{text.color}"},modal:{background:"{surface.0}",borderColor:"{surface.200}",color:"{text.color}"}},list:{option:{focusBackground:"{surface.100}",selectedBackground:"{highlight.background}",selectedFocusBackground:"{highlight.focus.background}",color:"{text.color}",focusColor:"{text.hover.color}",selectedColor:"{highlight.color}",selectedFocusColor:"{highlight.focus.color}",icon:{color:"{surface.400}",focusColor:"{surface.500}"}},optionGroup:{background:"transparent",color:"{text.muted.color}"}},navigation:{item:{focusBackground:"{surface.100}",activeBackground:"{surface.100}",color:"{text.color}",focusColor:"{text.hover.color}",activeColor:"{text.hover.color}",icon:{color:"{surface.400}",focusColor:"{surface.500}",activeColor:"{surface.500}"}},submenuLabel:{background:"transparent",color:"{text.muted.color}"},submenuIcon:{color:"{surface.400}",focusColor:"{surface.500}",activeColor:"{surface.500}"}}},dark:{surface:{0:"#ffffff",50:"{zinc.50}",100:"{zinc.100}",200:"{zinc.200}",300:"{zinc.300}",400:"{zinc.400}",500:"{zinc.500}",600:"{zinc.600}",700:"{zinc.700}",800:"{zinc.800}",900:"{zinc.900}",950:"{zinc.950}"},primary:{color:"{primary.400}",contrastColor:"{surface.900}",hoverColor:"{primary.300}",activeColor:"{primary.200}"},highlight:{background:"color-mix(in srgb, {primary.400}, transparent 84%)",focusBackground:"color-mix(in srgb, {primary.400}, transparent 76%)",color:"rgba(255,255,255,.87)",focusColor:"rgba(255,255,255,.87)"},mask:{background:"rgba(0,0,0,0.6)",color:"{surface.200}"},formField:{background:"{surface.950}",disabledBackground:"{surface.700}",filledBackground:"{surface.800}",filledHoverBackground:"{surface.800}",filledFocusBackground:"{surface.800}",borderColor:"{surface.600}",hoverBorderColor:"{surface.500}",focusBorderColor:"{primary.color}",invalidBorderColor:"{red.300}",color:"{surface.0}",disabledColor:"{surface.400}",placeholderColor:"{surface.400}",invalidPlaceholderColor:"{red.400}",floatLabelColor:"{surface.400}",floatLabelFocusColor:"{primary.color}",floatLabelActiveColor:"{surface.400}",floatLabelInvalidColor:"{form.field.invalid.placeholder.color}",iconColor:"{surface.400}",shadow:"0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05)"},text:{color:"{surface.0}",hoverColor:"{surface.0}",mutedColor:"{surface.400}",hoverMutedColor:"{surface.300}"},content:{background:"{surface.900}",hoverBackground:"{surface.800}",borderColor:"{surface.700}",color:"{text.color}",hoverColor:"{text.hover.color}"},overlay:{select:{background:"{surface.900}",borderColor:"{surface.700}",color:"{text.color}"},popover:{background:"{surface.900}",borderColor:"{surface.700}",color:"{text.color}"},modal:{background:"{surface.900}",borderColor:"{surface.700}",color:"{text.color}"}},list:{option:{focusBackground:"{surface.800}",selectedBackground:"{highlight.background}",selectedFocusBackground:"{highlight.focus.background}",color:"{text.color}",focusColor:"{text.hover.color}",selectedColor:"{highlight.color}",selectedFocusColor:"{highlight.focus.color}",icon:{color:"{surface.500}",focusColor:"{surface.400}"}},optionGroup:{background:"transparent",color:"{text.muted.color}"}},navigation:{item:{focusBackground:"{surface.800}",activeBackground:"{surface.800}",color:"{text.color}",focusColor:"{text.hover.color}",activeColor:"{text.hover.color}",icon:{color:"{surface.500}",focusColor:"{surface.400}",activeColor:"{surface.400}"}},submenuLabel:{background:"transparent",color:"{text.muted.color}"},submenuIcon:{color:"{surface.500}",focusColor:"{surface.400}",activeColor:"{surface.400}"}}}}},boe={primitive:moe,semantic:hoe},goe={borderRadius:"{content.border.radius}"},yoe={root:goe},woe={padding:"1rem",background:"{content.background}",gap:"0.5rem",transitionDuration:"{transition.duration}"},voe={color:"{text.muted.color}",hoverColor:"{text.color}",borderRadius:"{content.border.radius}",gap:"{navigation.item.gap}",icon:{color:"{navigation.item.icon.color}",hoverColor:"{navigation.item.icon.focus.color}"},focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Coe={color:"{navigation.item.icon.color}"},koe={root:woe,item:voe,separator:Coe},xoe={borderRadius:"{form.field.border.radius}",roundedBorderRadius:"2rem",gap:"0.5rem",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",iconOnlyWidth:"2.5rem",sm:{fontSize:"{form.field.sm.font.size}",paddingX:"{form.field.sm.padding.x}",paddingY:"{form.field.sm.padding.y}",iconOnlyWidth:"2rem"},lg:{fontSize:"{form.field.lg.font.size}",paddingX:"{form.field.lg.padding.x}",paddingY:"{form.field.lg.padding.y}",iconOnlyWidth:"3rem"},label:{fontWeight:"500"},raisedShadow:"0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",offset:"{focus.ring.offset}"},badgeSize:"1rem",transitionDuration:"{form.field.transition.duration}"},Ioe={light:{root:{primary:{background:"{primary.color}",hoverBackground:"{primary.hover.color}",activeBackground:"{primary.active.color}",borderColor:"{primary.color}",hoverBorderColor:"{primary.hover.color}",activeBorderColor:"{primary.active.color}",color:"{primary.contrast.color}",hoverColor:"{primary.contrast.color}",activeColor:"{primary.contrast.color}",focusRing:{color:"{primary.color}",shadow:"none"}},secondary:{background:"{surface.100}",hoverBackground:"{surface.200}",activeBackground:"{surface.300}",borderColor:"{surface.100}",hoverBorderColor:"{surface.200}",activeBorderColor:"{surface.300}",color:"{surface.600}",hoverColor:"{surface.700}",activeColor:"{surface.800}",focusRing:{color:"{surface.600}",shadow:"none"}},info:{background:"{sky.500}",hoverBackground:"{sky.600}",activeBackground:"{sky.700}",borderColor:"{sky.500}",hoverBorderColor:"{sky.600}",activeBorderColor:"{sky.700}",color:"#ffffff",hoverColor:"#ffffff",activeColor:"#ffffff",focusRing:{color:"{sky.500}",shadow:"none"}},success:{background:"{green.500}",hoverBackground:"{green.600}",activeBackground:"{green.700}",borderColor:"{green.500}",hoverBorderColor:"{green.600}",activeBorderColor:"{green.700}",color:"#ffffff",hoverColor:"#ffffff",activeColor:"#ffffff",focusRing:{color:"{green.500}",shadow:"none"}},warn:{background:"{orange.500}",hoverBackground:"{orange.600}",activeBackground:"{orange.700}",borderColor:"{orange.500}",hoverBorderColor:"{orange.600}",activeBorderColor:"{orange.700}",color:"#ffffff",hoverColor:"#ffffff",activeColor:"#ffffff",focusRing:{color:"{orange.500}",shadow:"none"}},help:{background:"{purple.500}",hoverBackground:"{purple.600}",activeBackground:"{purple.700}",borderColor:"{purple.500}",hoverBorderColor:"{purple.600}",activeBorderColor:"{purple.700}",color:"#ffffff",hoverColor:"#ffffff",activeColor:"#ffffff",focusRing:{color:"{purple.500}",shadow:"none"}},danger:{background:"{red.500}",hoverBackground:"{red.600}",activeBackground:"{red.700}",borderColor:"{red.500}",hoverBorderColor:"{red.600}",activeBorderColor:"{red.700}",color:"#ffffff",hoverColor:"#ffffff",activeColor:"#ffffff",focusRing:{color:"{red.500}",shadow:"none"}},contrast:{background:"{surface.950}",hoverBackground:"{surface.900}",activeBackground:"{surface.800}",borderColor:"{surface.950}",hoverBorderColor:"{surface.900}",activeBorderColor:"{surface.800}",color:"{surface.0}",hoverColor:"{surface.0}",activeColor:"{surface.0}",focusRing:{color:"{surface.950}",shadow:"none"}}},outlined:{primary:{hoverBackground:"{primary.50}",activeBackground:"{primary.100}",borderColor:"{primary.200}",color:"{primary.color}"},secondary:{hoverBackground:"{surface.50}",activeBackground:"{surface.100}",borderColor:"{surface.200}",color:"{surface.500}"},success:{hoverBackground:"{green.50}",activeBackground:"{green.100}",borderColor:"{green.200}",color:"{green.500}"},info:{hoverBackground:"{sky.50}",activeBackground:"{sky.100}",borderColor:"{sky.200}",color:"{sky.500}"},warn:{hoverBackground:"{orange.50}",activeBackground:"{orange.100}",borderColor:"{orange.200}",color:"{orange.500}"},help:{hoverBackground:"{purple.50}",activeBackground:"{purple.100}",borderColor:"{purple.200}",color:"{purple.500}"},danger:{hoverBackground:"{red.50}",activeBackground:"{red.100}",borderColor:"{red.200}",color:"{red.500}"},contrast:{hoverBackground:"{surface.50}",activeBackground:"{surface.100}",borderColor:"{surface.700}",color:"{surface.950}"},plain:{hoverBackground:"{surface.50}",activeBackground:"{surface.100}",borderColor:"{surface.200}",color:"{surface.700}"}},text:{primary:{hoverBackground:"{primary.50}",activeBackground:"{primary.100}",color:"{primary.color}"},secondary:{hoverBackground:"{surface.50}",activeBackground:"{surface.100}",color:"{surface.500}"},success:{hoverBackground:"{green.50}",activeBackground:"{green.100}",color:"{green.500}"},info:{hoverBackground:"{sky.50}",activeBackground:"{sky.100}",color:"{sky.500}"},warn:{hoverBackground:"{orange.50}",activeBackground:"{orange.100}",color:"{orange.500}"},help:{hoverBackground:"{purple.50}",activeBackground:"{purple.100}",color:"{purple.500}"},danger:{hoverBackground:"{red.50}",activeBackground:"{red.100}",color:"{red.500}"},contrast:{hoverBackground:"{surface.50}",activeBackground:"{surface.100}",color:"{surface.950}"},plain:{hoverBackground:"{surface.50}",activeBackground:"{surface.100}",color:"{surface.700}"}},link:{color:"{primary.color}",hoverColor:"{primary.color}",activeColor:"{primary.color}"}},dark:{root:{primary:{background:"{primary.color}",hoverBackground:"{primary.hover.color}",activeBackground:"{primary.active.color}",borderColor:"{primary.color}",hoverBorderColor:"{primary.hover.color}",activeBorderColor:"{primary.active.color}",color:"{primary.contrast.color}",hoverColor:"{primary.contrast.color}",activeColor:"{primary.contrast.color}",focusRing:{color:"{primary.color}",shadow:"none"}},secondary:{background:"{surface.800}",hoverBackground:"{surface.700}",activeBackground:"{surface.600}",borderColor:"{surface.800}",hoverBorderColor:"{surface.700}",activeBorderColor:"{surface.600}",color:"{surface.300}",hoverColor:"{surface.200}",activeColor:"{surface.100}",focusRing:{color:"{surface.300}",shadow:"none"}},info:{background:"{sky.400}",hoverBackground:"{sky.300}",activeBackground:"{sky.200}",borderColor:"{sky.400}",hoverBorderColor:"{sky.300}",activeBorderColor:"{sky.200}",color:"{sky.950}",hoverColor:"{sky.950}",activeColor:"{sky.950}",focusRing:{color:"{sky.400}",shadow:"none"}},success:{background:"{green.400}",hoverBackground:"{green.300}",activeBackground:"{green.200}",borderColor:"{green.400}",hoverBorderColor:"{green.300}",activeBorderColor:"{green.200}",color:"{green.950}",hoverColor:"{green.950}",activeColor:"{green.950}",focusRing:{color:"{green.400}",shadow:"none"}},warn:{background:"{orange.400}",hoverBackground:"{orange.300}",activeBackground:"{orange.200}",borderColor:"{orange.400}",hoverBorderColor:"{orange.300}",activeBorderColor:"{orange.200}",color:"{orange.950}",hoverColor:"{orange.950}",activeColor:"{orange.950}",focusRing:{color:"{orange.400}",shadow:"none"}},help:{background:"{purple.400}",hoverBackground:"{purple.300}",activeBackground:"{purple.200}",borderColor:"{purple.400}",hoverBorderColor:"{purple.300}",activeBorderColor:"{purple.200}",color:"{purple.950}",hoverColor:"{purple.950}",activeColor:"{purple.950}",focusRing:{color:"{purple.400}",shadow:"none"}},danger:{background:"{red.400}",hoverBackground:"{red.300}",activeBackground:"{red.200}",borderColor:"{red.400}",hoverBorderColor:"{red.300}",activeBorderColor:"{red.200}",color:"{red.950}",hoverColor:"{red.950}",activeColor:"{red.950}",focusRing:{color:"{red.400}",shadow:"none"}},contrast:{background:"{surface.0}",hoverBackground:"{surface.100}",activeBackground:"{surface.200}",borderColor:"{surface.0}",hoverBorderColor:"{surface.100}",activeBorderColor:"{surface.200}",color:"{surface.950}",hoverColor:"{surface.950}",activeColor:"{surface.950}",focusRing:{color:"{surface.0}",shadow:"none"}}},outlined:{primary:{hoverBackground:"color-mix(in srgb, {primary.color}, transparent 96%)",activeBackground:"color-mix(in srgb, {primary.color}, transparent 84%)",borderColor:"{primary.700}",color:"{primary.color}"},secondary:{hoverBackground:"rgba(255,255,255,0.04)",activeBackground:"rgba(255,255,255,0.16)",borderColor:"{surface.700}",color:"{surface.400}"},success:{hoverBackground:"color-mix(in srgb, {green.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {green.400}, transparent 84%)",borderColor:"{green.700}",color:"{green.400}"},info:{hoverBackground:"color-mix(in srgb, {sky.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {sky.400}, transparent 84%)",borderColor:"{sky.700}",color:"{sky.400}"},warn:{hoverBackground:"color-mix(in srgb, {orange.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {orange.400}, transparent 84%)",borderColor:"{orange.700}",color:"{orange.400}"},help:{hoverBackground:"color-mix(in srgb, {purple.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {purple.400}, transparent 84%)",borderColor:"{purple.700}",color:"{purple.400}"},danger:{hoverBackground:"color-mix(in srgb, {red.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {red.400}, transparent 84%)",borderColor:"{red.700}",color:"{red.400}"},contrast:{hoverBackground:"{surface.800}",activeBackground:"{surface.700}",borderColor:"{surface.500}",color:"{surface.0}"},plain:{hoverBackground:"{surface.800}",activeBackground:"{surface.700}",borderColor:"{surface.600}",color:"{surface.0}"}},text:{primary:{hoverBackground:"color-mix(in srgb, {primary.color}, transparent 96%)",activeBackground:"color-mix(in srgb, {primary.color}, transparent 84%)",color:"{primary.color}"},secondary:{hoverBackground:"{surface.800}",activeBackground:"{surface.700}",color:"{surface.400}"},success:{hoverBackground:"color-mix(in srgb, {green.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {green.400}, transparent 84%)",color:"{green.400}"},info:{hoverBackground:"color-mix(in srgb, {sky.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {sky.400}, transparent 84%)",color:"{sky.400}"},warn:{hoverBackground:"color-mix(in srgb, {orange.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {orange.400}, transparent 84%)",color:"{orange.400}"},help:{hoverBackground:"color-mix(in srgb, {purple.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {purple.400}, transparent 84%)",color:"{purple.400}"},danger:{hoverBackground:"color-mix(in srgb, {red.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {red.400}, transparent 84%)",color:"{red.400}"},contrast:{hoverBackground:"{surface.800}",activeBackground:"{surface.700}",color:"{surface.0}"},plain:{hoverBackground:"{surface.800}",activeBackground:"{surface.700}",color:"{surface.0}"}},link:{color:"{primary.color}",hoverColor:"{primary.color}",activeColor:"{primary.color}"}}},Soe={root:xoe,colorScheme:Ioe},Eoe={background:"{content.background}",borderRadius:"{border.radius.xl}",color:"{content.color}",shadow:"0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1)"},Aoe={padding:"1.25rem",gap:"0.5rem"},Toe={gap:"0.5rem"},Ooe={fontSize:"1.25rem",fontWeight:"500"},Doe={color:"{text.muted.color}"},Roe={root:Eoe,body:Aoe,caption:Toe,title:Ooe,subtitle:Doe},Boe={transitionDuration:"{transition.duration}"},_oe={gap:"0.25rem"},Loe={padding:"1rem",gap:"0.5rem"},Poe={width:"2rem",height:"0.5rem",borderRadius:"{content.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Moe={light:{indicator:{background:"{surface.200}",hoverBackground:"{surface.300}",activeBackground:"{primary.color}"}},dark:{indicator:{background:"{surface.700}",hoverBackground:"{surface.600}",activeBackground:"{primary.color}"}}},Noe={root:Boe,content:_oe,indicatorList:Loe,indicator:Poe,colorScheme:Moe},joe={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{fontSize:"{form.field.sm.font.size}",paddingX:"{form.field.sm.padding.x}",paddingY:"{form.field.sm.padding.y}"},lg:{fontSize:"{form.field.lg.font.size}",paddingX:"{form.field.lg.padding.x}",paddingY:"{form.field.lg.padding.y}"}},$oe={width:"2.5rem",color:"{form.field.icon.color}"},Foe={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},qoe={padding:"{list.padding}",gap:"{list.gap}",mobileIndent:"1rem"},Voe={focusBackground:"{list.option.focus.background}",selectedBackground:"{list.option.selected.background}",selectedFocusBackground:"{list.option.selected.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",selectedColor:"{list.option.selected.color}",selectedFocusColor:"{list.option.selected.focus.color}",padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}",icon:{color:"{list.option.icon.color}",focusColor:"{list.option.icon.focus.color}",size:"0.875rem"}},zoe={color:"{form.field.icon.color}"},Uoe={root:joe,dropdown:$oe,overlay:Foe,list:qoe,option:Voe,clearIcon:zoe},Hoe={borderRadius:"{border.radius.sm}",width:"1.25rem",height:"1.25rem",background:"{form.field.background}",checkedBackground:"{primary.color}",checkedHoverBackground:"{primary.hover.color}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.border.color}",checkedBorderColor:"{primary.color}",checkedHoverBorderColor:"{primary.hover.color}",checkedFocusBorderColor:"{primary.color}",checkedDisabledBorderColor:"{form.field.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",shadow:"{form.field.shadow}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{width:"1rem",height:"1rem"},lg:{width:"1.5rem",height:"1.5rem"}},Koe={size:"0.875rem",color:"{form.field.color}",checkedColor:"{primary.contrast.color}",checkedHoverColor:"{primary.contrast.color}",disabledColor:"{form.field.disabled.color}",sm:{size:"0.75rem"},lg:{size:"1rem"}},Woe={root:Hoe,icon:Koe},Goe={borderRadius:"16px",paddingX:"0.75rem",paddingY:"0.5rem",gap:"0.5rem",transitionDuration:"{transition.duration}"},Zoe={width:"2rem",height:"2rem"},Yoe={size:"1rem"},Xoe={size:"1rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"}},Qoe={light:{root:{background:"{surface.100}",color:"{surface.800}"},icon:{color:"{surface.800}"},removeIcon:{color:"{surface.800}"}},dark:{root:{background:"{surface.800}",color:"{surface.0}"},icon:{color:"{surface.0}"},removeIcon:{color:"{surface.0}"}}},Joe={root:Goe,image:Zoe,icon:Yoe,removeIcon:Xoe,colorScheme:Qoe},eie={transitionDuration:"{transition.duration}"},tie={width:"1.5rem",height:"1.5rem",borderRadius:"{form.field.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},oie={shadow:"{overlay.popover.shadow}",borderRadius:"{overlay.popover.borderRadius}"},iie={light:{panel:{background:"{surface.800}",borderColor:"{surface.900}"},handle:{color:"{surface.0}"}},dark:{panel:{background:"{surface.900}",borderColor:"{surface.700}"},handle:{color:"{surface.0}"}}},nie={root:eie,preview:tie,panel:oie,colorScheme:iie},aie={size:"2rem",color:"{overlay.modal.color}"},rie={gap:"1rem"},lie={icon:aie,content:rie},sie={background:"{overlay.popover.background}",borderColor:"{overlay.popover.border.color}",color:"{overlay.popover.color}",borderRadius:"{overlay.popover.border.radius}",shadow:"{overlay.popover.shadow}",gutter:"10px",arrowOffset:"1.25rem"},die={padding:"{overlay.popover.padding}",gap:"1rem"},cie={size:"1.5rem",color:"{overlay.popover.color}"},pie={gap:"0.5rem",padding:"0 {overlay.popover.padding} {overlay.popover.padding} {overlay.popover.padding}"},uie={root:sie,content:die,icon:cie,footer:pie},fie={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",shadow:"{overlay.navigation.shadow}",transitionDuration:"{transition.duration}"},mie={padding:"{navigation.list.padding}",gap:"{navigation.list.gap}"},hie={focusBackground:"{navigation.item.focus.background}",activeBackground:"{navigation.item.active.background}",color:"{navigation.item.color}",focusColor:"{navigation.item.focus.color}",activeColor:"{navigation.item.active.color}",padding:"{navigation.item.padding}",borderRadius:"{navigation.item.border.radius}",gap:"{navigation.item.gap}",icon:{color:"{navigation.item.icon.color}",focusColor:"{navigation.item.icon.focus.color}",activeColor:"{navigation.item.icon.active.color}"}},bie={mobileIndent:"1rem"},gie={size:"{navigation.submenu.icon.size}",color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}",activeColor:"{navigation.submenu.icon.active.color}"},yie={borderColor:"{content.border.color}"},wie={root:fie,list:mie,item:hie,submenu:bie,submenuIcon:gie,separator:yie},vie={transitionDuration:"{transition.duration}"},Cie={background:"{content.background}",borderColor:"{datatable.border.color}",color:"{content.color}",borderWidth:"0 0 1px 0",padding:"0.75rem 1rem",sm:{padding:"0.375rem 0.5rem"},lg:{padding:"1rem 1.25rem"}},kie={background:"{content.background}",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",borderColor:"{datatable.border.color}",color:"{content.color}",hoverColor:"{content.hover.color}",selectedColor:"{highlight.color}",gap:"0.5rem",padding:"0.75rem 1rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"},sm:{padding:"0.375rem 0.5rem"},lg:{padding:"1rem 1.25rem"}},xie={fontWeight:"600"},Iie={background:"{content.background}",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",color:"{content.color}",hoverColor:"{content.hover.color}",selectedColor:"{highlight.color}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"}},Sie={borderColor:"{datatable.border.color}",padding:"0.75rem 1rem",sm:{padding:"0.375rem 0.5rem"},lg:{padding:"1rem 1.25rem"}},Eie={background:"{content.background}",borderColor:"{datatable.border.color}",color:"{content.color}",padding:"0.75rem 1rem",sm:{padding:"0.375rem 0.5rem"},lg:{padding:"1rem 1.25rem"}},Aie={fontWeight:"600"},Tie={background:"{content.background}",borderColor:"{datatable.border.color}",color:"{content.color}",borderWidth:"0 0 1px 0",padding:"0.75rem 1rem",sm:{padding:"0.375rem 0.5rem"},lg:{padding:"1rem 1.25rem"}},Oie={color:"{primary.color}"},Die={width:"0.5rem"},Rie={width:"1px",color:"{primary.color}"},Bie={color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",size:"0.875rem"},_ie={size:"2rem"},Lie={hoverBackground:"{content.hover.background}",selectedHoverBackground:"{content.background}",color:"{text.muted.color}",hoverColor:"{text.color}",selectedHoverColor:"{primary.color}",size:"1.75rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Pie={inlineGap:"0.5rem",overlaySelect:{background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},overlayPopover:{background:"{overlay.popover.background}",borderColor:"{overlay.popover.border.color}",borderRadius:"{overlay.popover.border.radius}",color:"{overlay.popover.color}",shadow:"{overlay.popover.shadow}",padding:"{overlay.popover.padding}",gap:"0.5rem"},rule:{borderColor:"{content.border.color}"},constraintList:{padding:"{list.padding}",gap:"{list.gap}"},constraint:{focusBackground:"{list.option.focus.background}",selectedBackground:"{list.option.selected.background}",selectedFocusBackground:"{list.option.selected.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",selectedColor:"{list.option.selected.color}",selectedFocusColor:"{list.option.selected.focus.color}",separator:{borderColor:"{content.border.color}"},padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}"}},Mie={borderColor:"{datatable.border.color}",borderWidth:"0 0 1px 0"},Nie={borderColor:"{datatable.border.color}",borderWidth:"0 0 1px 0"},jie={light:{root:{borderColor:"{content.border.color}"},row:{stripedBackground:"{surface.50}"},bodyCell:{selectedBorderColor:"{primary.100}"}},dark:{root:{borderColor:"{surface.800}"},row:{stripedBackground:"{surface.950}"},bodyCell:{selectedBorderColor:"{primary.900}"}}},$ie={root:vie,header:Cie,headerCell:kie,columnTitle:xie,row:Iie,bodyCell:Sie,footerCell:Eie,columnFooter:Aie,footer:Tie,dropPoint:Oie,columnResizer:Die,resizeIndicator:Rie,sortIcon:Bie,loadingIcon:_ie,rowToggleButton:Lie,filter:Pie,paginatorTop:Mie,paginatorBottom:Nie,colorScheme:jie},Fie={borderColor:"transparent",borderWidth:"0",borderRadius:"0",padding:"0"},qie={background:"{content.background}",color:"{content.color}",borderColor:"{content.border.color}",borderWidth:"0 0 1px 0",padding:"0.75rem 1rem",borderRadius:"0"},Vie={background:"{content.background}",color:"{content.color}",borderColor:"transparent",borderWidth:"0",padding:"0",borderRadius:"0"},zie={background:"{content.background}",color:"{content.color}",borderColor:"{content.border.color}",borderWidth:"1px 0 0 0",padding:"0.75rem 1rem",borderRadius:"0"},Uie={borderColor:"{content.border.color}",borderWidth:"0 0 1px 0"},Hie={borderColor:"{content.border.color}",borderWidth:"1px 0 0 0"},Kie={root:Fie,header:qie,content:Vie,footer:zie,paginatorTop:Uie,paginatorBottom:Hie},Wie={transitionDuration:"{transition.duration}"},Gie={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",shadow:"{overlay.popover.shadow}",padding:"{overlay.popover.padding}"},Zie={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",padding:"0 0 0.5rem 0"},Yie={gap:"0.5rem",fontWeight:"500"},Xie={width:"2.5rem",sm:{width:"2rem"},lg:{width:"3rem"},borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.border.color}",activeBorderColor:"{form.field.border.color}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Qie={color:"{form.field.icon.color}"},Jie={hoverBackground:"{content.hover.background}",color:"{content.color}",hoverColor:"{content.hover.color}",padding:"0.25rem 0.5rem",borderRadius:"{content.border.radius}"},ene={hoverBackground:"{content.hover.background}",color:"{content.color}",hoverColor:"{content.hover.color}",padding:"0.25rem 0.5rem",borderRadius:"{content.border.radius}"},tne={borderColor:"{content.border.color}",gap:"{overlay.popover.padding}"},one={margin:"0.5rem 0 0 0"},ine={padding:"0.25rem",fontWeight:"500",color:"{content.color}"},nne={hoverBackground:"{content.hover.background}",selectedBackground:"{primary.color}",rangeSelectedBackground:"{highlight.background}",color:"{content.color}",hoverColor:"{content.hover.color}",selectedColor:"{primary.contrast.color}",rangeSelectedColor:"{highlight.color}",width:"2rem",height:"2rem",borderRadius:"50%",padding:"0.25rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},ane={margin:"0.5rem 0 0 0"},rne={padding:"0.375rem",borderRadius:"{content.border.radius}"},lne={margin:"0.5rem 0 0 0"},sne={padding:"0.375rem",borderRadius:"{content.border.radius}"},dne={padding:"0.5rem 0 0 0",borderColor:"{content.border.color}"},cne={padding:"0.5rem 0 0 0",borderColor:"{content.border.color}",gap:"0.5rem",buttonGap:"0.25rem"},pne={light:{dropdown:{background:"{surface.100}",hoverBackground:"{surface.200}",activeBackground:"{surface.300}",color:"{surface.600}",hoverColor:"{surface.700}",activeColor:"{surface.800}"},today:{background:"{surface.200}",color:"{surface.900}"}},dark:{dropdown:{background:"{surface.800}",hoverBackground:"{surface.700}",activeBackground:"{surface.600}",color:"{surface.300}",hoverColor:"{surface.200}",activeColor:"{surface.100}"},today:{background:"{surface.700}",color:"{surface.0}"}}},une={root:Wie,panel:Gie,header:Zie,title:Yie,dropdown:Xie,inputIcon:Qie,selectMonth:Jie,selectYear:ene,group:tne,dayView:one,weekDay:ine,date:nne,monthView:ane,month:rne,yearView:lne,year:sne,buttonbar:dne,timePicker:cne,colorScheme:pne},fne={background:"{overlay.modal.background}",borderColor:"{overlay.modal.border.color}",color:"{overlay.modal.color}",borderRadius:"{overlay.modal.border.radius}",shadow:"{overlay.modal.shadow}"},mne={padding:"{overlay.modal.padding}",gap:"0.5rem"},hne={fontSize:"1.25rem",fontWeight:"600"},bne={padding:"0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}"},gne={padding:"0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}",gap:"0.5rem"},yne={root:fne,header:mne,title:hne,content:bne,footer:gne},wne={borderColor:"{content.border.color}"},vne={background:"{content.background}",color:"{text.color}"},Cne={margin:"1rem 0",padding:"0 1rem",content:{padding:"0 0.5rem"}},kne={margin:"0 1rem",padding:"0.5rem 0",content:{padding:"0.5rem 0"}},xne={root:wne,content:vne,horizontal:Cne,vertical:kne},Ine={background:"rgba(255, 255, 255, 0.1)",borderColor:"rgba(255, 255, 255, 0.2)",padding:"0.5rem",borderRadius:"{border.radius.xl}"},Sne={borderRadius:"{content.border.radius}",padding:"0.5rem",size:"3rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Ene={root:Ine,item:Sne},Ane={background:"{overlay.modal.background}",borderColor:"{overlay.modal.border.color}",color:"{overlay.modal.color}",shadow:"{overlay.modal.shadow}"},Tne={padding:"{overlay.modal.padding}"},One={fontSize:"1.5rem",fontWeight:"600"},Dne={padding:"0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}"},Rne={padding:"{overlay.modal.padding}"},Bne={root:Ane,header:Tne,title:One,content:Dne,footer:Rne},_ne={background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}"},Lne={color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{primary.color}"},Pne={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}",padding:"{list.padding}"},Mne={focusBackground:"{list.option.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}"},Nne={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}"},jne={toolbar:_ne,toolbarItem:Lne,overlay:Pne,overlayOption:Mne,content:Nne},$ne={background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",color:"{content.color}",padding:"0 1.125rem 1.125rem 1.125rem",transitionDuration:"{transition.duration}"},Fne={background:"{content.background}",hoverBackground:"{content.hover.background}",color:"{content.color}",hoverColor:"{content.hover.color}",borderRadius:"{content.border.radius}",borderWidth:"1px",borderColor:"transparent",padding:"0.5rem 0.75rem",gap:"0.5rem",fontWeight:"600",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},qne={color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}"},Vne={padding:"0"},zne={root:$ne,legend:Fne,toggleIcon:qne,content:Vne},Une={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",transitionDuration:"{transition.duration}"},Hne={background:"transparent",color:"{text.color}",padding:"1.125rem",borderColor:"unset",borderWidth:"0",borderRadius:"0",gap:"0.5rem"},Kne={highlightBorderColor:"{primary.color}",padding:"0 1.125rem 1.125rem 1.125rem",gap:"1rem"},Wne={padding:"1rem",gap:"1rem",borderColor:"{content.border.color}",info:{gap:"0.5rem"}},Gne={gap:"0.5rem"},Zne={height:"0.25rem"},Yne={gap:"0.5rem"},Xne={root:Une,header:Hne,content:Kne,file:Wne,fileList:Gne,progressbar:Zne,basic:Yne},Qne={color:"{form.field.float.label.color}",focusColor:"{form.field.float.label.focus.color}",activeColor:"{form.field.float.label.active.color}",invalidColor:"{form.field.float.label.invalid.color}",transitionDuration:"0.2s",positionX:"{form.field.padding.x}",positionY:"{form.field.padding.y}",fontWeight:"500",active:{fontSize:"0.75rem",fontWeight:"400"}},Jne={active:{top:"-1.25rem"}},eae={input:{paddingTop:"1.5rem",paddingBottom:"{form.field.padding.y}"},active:{top:"{form.field.padding.y}"}},tae={borderRadius:"{border.radius.xs}",active:{background:"{form.field.background}",padding:"0 0.125rem"}},oae={root:Qne,over:Jne,in:eae,on:tae},iae={borderWidth:"1px",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",transitionDuration:"{transition.duration}"},nae={background:"rgba(255, 255, 255, 0.1)",hoverBackground:"rgba(255, 255, 255, 0.2)",color:"{surface.100}",hoverColor:"{surface.0}",size:"3rem",gutter:"0.5rem",prev:{borderRadius:"50%"},next:{borderRadius:"50%"},focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},aae={size:"1.5rem"},rae={background:"{content.background}",padding:"1rem 0.25rem"},lae={size:"2rem",borderRadius:"{content.border.radius}",gutter:"0.5rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},sae={size:"1rem"},dae={background:"rgba(0, 0, 0, 0.5)",color:"{surface.100}",padding:"1rem"},cae={gap:"0.5rem",padding:"1rem"},pae={width:"1rem",height:"1rem",activeBackground:"{primary.color}",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},uae={background:"rgba(0, 0, 0, 0.5)"},fae={background:"rgba(255, 255, 255, 0.4)",hoverBackground:"rgba(255, 255, 255, 0.6)",activeBackground:"rgba(255, 255, 255, 0.9)"},mae={size:"3rem",gutter:"0.5rem",background:"rgba(255, 255, 255, 0.1)",hoverBackground:"rgba(255, 255, 255, 0.2)",color:"{surface.50}",hoverColor:"{surface.0}",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},hae={size:"1.5rem"},bae={light:{thumbnailNavButton:{hoverBackground:"{surface.100}",color:"{surface.600}",hoverColor:"{surface.700}"},indicatorButton:{background:"{surface.200}",hoverBackground:"{surface.300}"}},dark:{thumbnailNavButton:{hoverBackground:"{surface.700}",color:"{surface.400}",hoverColor:"{surface.0}"},indicatorButton:{background:"{surface.700}",hoverBackground:"{surface.600}"}}},gae={root:iae,navButton:nae,navIcon:aae,thumbnailsContent:rae,thumbnailNavButton:lae,thumbnailNavButtonIcon:sae,caption:dae,indicatorList:cae,indicatorButton:pae,insetIndicatorList:uae,insetIndicatorButton:fae,closeButton:mae,closeButtonIcon:hae,colorScheme:bae},yae={color:"{form.field.icon.color}"},wae={icon:yae},vae={color:"{form.field.float.label.color}",focusColor:"{form.field.float.label.focus.color}",invalidColor:"{form.field.float.label.invalid.color}",transitionDuration:"0.2s",positionX:"{form.field.padding.x}",top:"{form.field.padding.y}",fontSize:"0.75rem",fontWeight:"400"},Cae={paddingTop:"1.5rem",paddingBottom:"{form.field.padding.y}"},kae={root:vae,input:Cae},xae={transitionDuration:"{transition.duration}"},Iae={icon:{size:"1.5rem"},mask:{background:"{mask.background}",color:"{mask.color}"}},Sae={position:{left:"auto",right:"1rem",top:"1rem",bottom:"auto"},blur:"8px",background:"rgba(255,255,255,0.1)",borderColor:"rgba(255,255,255,0.2)",borderWidth:"1px",borderRadius:"30px",padding:".5rem",gap:"0.5rem"},Eae={hoverBackground:"rgba(255,255,255,0.1)",color:"{surface.50}",hoverColor:"{surface.0}",size:"3rem",iconSize:"1.5rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Aae={root:xae,preview:Iae,toolbar:Sae,action:Eae},Tae={size:"15px",hoverSize:"30px",background:"rgba(255,255,255,0.3)",hoverBackground:"rgba(255,255,255,0.3)",borderColor:"unset",hoverBorderColor:"unset",borderWidth:"0",borderRadius:"50%",transitionDuration:"{transition.duration}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"rgba(255,255,255,0.3)",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Oae={handle:Tae},Dae={padding:"{form.field.padding.y} {form.field.padding.x}",borderRadius:"{content.border.radius}",gap:"0.5rem"},Rae={fontWeight:"500"},Bae={size:"1rem"},_ae={light:{info:{background:"color-mix(in srgb, {blue.50}, transparent 5%)",borderColor:"{blue.200}",color:"{blue.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)"},success:{background:"color-mix(in srgb, {green.50}, transparent 5%)",borderColor:"{green.200}",color:"{green.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)"},warn:{background:"color-mix(in srgb,{yellow.50}, transparent 5%)",borderColor:"{yellow.200}",color:"{yellow.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)"},error:{background:"color-mix(in srgb, {red.50}, transparent 5%)",borderColor:"{red.200}",color:"{red.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)"},secondary:{background:"{surface.100}",borderColor:"{surface.200}",color:"{surface.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)"},contrast:{background:"{surface.900}",borderColor:"{surface.950}",color:"{surface.50}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)"}},dark:{info:{background:"color-mix(in srgb, {blue.500}, transparent 84%)",borderColor:"color-mix(in srgb, {blue.700}, transparent 64%)",color:"{blue.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)"},success:{background:"color-mix(in srgb, {green.500}, transparent 84%)",borderColor:"color-mix(in srgb, {green.700}, transparent 64%)",color:"{green.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)"},warn:{background:"color-mix(in srgb, {yellow.500}, transparent 84%)",borderColor:"color-mix(in srgb, {yellow.700}, transparent 64%)",color:"{yellow.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)"},error:{background:"color-mix(in srgb, {red.500}, transparent 84%)",borderColor:"color-mix(in srgb, {red.700}, transparent 64%)",color:"{red.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)"},secondary:{background:"{surface.800}",borderColor:"{surface.700}",color:"{surface.300}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)"},contrast:{background:"{surface.0}",borderColor:"{surface.100}",color:"{surface.950}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)"}}},Lae={root:Dae,text:Rae,icon:Bae,colorScheme:_ae},Pae={padding:"{form.field.padding.y} {form.field.padding.x}",borderRadius:"{content.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"},transitionDuration:"{transition.duration}"},Mae={hoverBackground:"{content.hover.background}",hoverColor:"{content.hover.color}"},Nae={root:Pae,display:Mae},jae={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}"},$ae={borderRadius:"{border.radius.sm}"},Fae={light:{chip:{focusBackground:"{surface.200}",color:"{surface.800}"}},dark:{chip:{focusBackground:"{surface.700}",color:"{surface.0}"}}},qae={root:jae,chip:$ae,colorScheme:Fae},Vae={background:"{form.field.background}",borderColor:"{form.field.border.color}",color:"{form.field.icon.color}",borderRadius:"{form.field.border.radius}",padding:"0.5rem",minWidth:"2.5rem"},zae={addon:Vae},Uae={transitionDuration:"{transition.duration}"},Hae={width:"2.5rem",borderRadius:"{form.field.border.radius}",verticalPadding:"{form.field.padding.y}"},Kae={light:{button:{background:"transparent",hoverBackground:"{surface.100}",activeBackground:"{surface.200}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.border.color}",activeBorderColor:"{form.field.border.color}",color:"{surface.400}",hoverColor:"{surface.500}",activeColor:"{surface.600}"}},dark:{button:{background:"transparent",hoverBackground:"{surface.800}",activeBackground:"{surface.700}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.border.color}",activeBorderColor:"{form.field.border.color}",color:"{surface.400}",hoverColor:"{surface.300}",activeColor:"{surface.200}"}}},Wae={root:Uae,button:Hae,colorScheme:Kae},Gae={gap:"0.5rem"},Zae={width:"2.5rem",sm:{width:"2rem"},lg:{width:"3rem"}},Yae={root:Gae,input:Zae},Xae={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{fontSize:"{form.field.sm.font.size}",paddingX:"{form.field.sm.padding.x}",paddingY:"{form.field.sm.padding.y}"},lg:{fontSize:"{form.field.lg.font.size}",paddingX:"{form.field.lg.padding.x}",paddingY:"{form.field.lg.padding.y}"}},Qae={root:Xae},Jae={transitionDuration:"{transition.duration}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},ere={background:"{primary.color}"},tre={background:"{content.border.color}"},ore={color:"{text.muted.color}"},ire={root:Jae,value:ere,range:tre,text:ore},nre={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",borderColor:"{form.field.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",shadow:"{form.field.shadow}",borderRadius:"{form.field.border.radius}",transitionDuration:"{form.field.transition.duration}"},are={padding:"{list.padding}",gap:"{list.gap}",header:{padding:"{list.header.padding}"}},rre={focusBackground:"{list.option.focus.background}",selectedBackground:"{list.option.selected.background}",selectedFocusBackground:"{list.option.selected.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",selectedColor:"{list.option.selected.color}",selectedFocusColor:"{list.option.selected.focus.color}",padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}"},lre={background:"{list.option.group.background}",color:"{list.option.group.color}",fontWeight:"{list.option.group.font.weight}",padding:"{list.option.group.padding}"},sre={color:"{list.option.color}",gutterStart:"-0.375rem",gutterEnd:"0.375rem"},dre={padding:"{list.option.padding}"},cre={light:{option:{stripedBackground:"{surface.50}"}},dark:{option:{stripedBackground:"{surface.900}"}}},pre={root:nre,list:are,option:rre,optionGroup:lre,checkmark:sre,emptyMessage:dre,colorScheme:cre},ure={background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",color:"{content.color}",gap:"0.5rem",verticalOrientation:{padding:"{navigation.list.padding}",gap:"{navigation.list.gap}"},horizontalOrientation:{padding:"0.5rem 0.75rem",gap:"0.5rem"},transitionDuration:"{transition.duration}"},fre={borderRadius:"{content.border.radius}",padding:"{navigation.item.padding}"},mre={focusBackground:"{navigation.item.focus.background}",activeBackground:"{navigation.item.active.background}",color:"{navigation.item.color}",focusColor:"{navigation.item.focus.color}",activeColor:"{navigation.item.active.color}",padding:"{navigation.item.padding}",borderRadius:"{navigation.item.border.radius}",gap:"{navigation.item.gap}",icon:{color:"{navigation.item.icon.color}",focusColor:"{navigation.item.icon.focus.color}",activeColor:"{navigation.item.icon.active.color}"}},hre={padding:"0",background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",color:"{content.color}",shadow:"{overlay.navigation.shadow}",gap:"0.5rem"},bre={padding:"{navigation.list.padding}",gap:"{navigation.list.gap}"},gre={padding:"{navigation.submenu.label.padding}",fontWeight:"{navigation.submenu.label.font.weight}",background:"{navigation.submenu.label.background.}",color:"{navigation.submenu.label.color}"},yre={size:"{navigation.submenu.icon.size}",color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}",activeColor:"{navigation.submenu.icon.active.color}"},wre={borderColor:"{content.border.color}"},vre={borderRadius:"50%",size:"1.75rem",color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",hoverBackground:"{content.hover.background}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Cre={root:ure,baseItem:fre,item:mre,overlay:hre,submenu:bre,submenuLabel:gre,submenuIcon:yre,separator:wre,mobileButton:vre},kre={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",shadow:"{overlay.navigation.shadow}",transitionDuration:"{transition.duration}"},xre={padding:"{navigation.list.padding}",gap:"{navigation.list.gap}"},Ire={focusBackground:"{navigation.item.focus.background}",color:"{navigation.item.color}",focusColor:"{navigation.item.focus.color}",padding:"{navigation.item.padding}",borderRadius:"{navigation.item.border.radius}",gap:"{navigation.item.gap}",icon:{color:"{navigation.item.icon.color}",focusColor:"{navigation.item.icon.focus.color}"}},Sre={padding:"{navigation.submenu.label.padding}",fontWeight:"{navigation.submenu.label.font.weight}",background:"{navigation.submenu.label.background}",color:"{navigation.submenu.label.color}"},Ere={borderColor:"{content.border.color}"},Are={root:kre,list:xre,item:Ire,submenuLabel:Sre,separator:Ere},Tre={background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",color:"{content.color}",gap:"0.5rem",padding:"0.5rem 0.75rem",transitionDuration:"{transition.duration}"},Ore={borderRadius:"{content.border.radius}",padding:"{navigation.item.padding}"},Dre={focusBackground:"{navigation.item.focus.background}",activeBackground:"{navigation.item.active.background}",color:"{navigation.item.color}",focusColor:"{navigation.item.focus.color}",activeColor:"{navigation.item.active.color}",padding:"{navigation.item.padding}",borderRadius:"{navigation.item.border.radius}",gap:"{navigation.item.gap}",icon:{color:"{navigation.item.icon.color}",focusColor:"{navigation.item.icon.focus.color}",activeColor:"{navigation.item.icon.active.color}"}},Rre={padding:"{navigation.list.padding}",gap:"{navigation.list.gap}",background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",shadow:"{overlay.navigation.shadow}",mobileIndent:"1rem",icon:{size:"{navigation.submenu.icon.size}",color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}",activeColor:"{navigation.submenu.icon.active.color}"}},Bre={borderColor:"{content.border.color}"},_re={borderRadius:"50%",size:"1.75rem",color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",hoverBackground:"{content.hover.background}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Lre={root:Tre,baseItem:Ore,item:Dre,submenu:Rre,separator:Bre,mobileButton:_re},Pre={borderRadius:"{content.border.radius}",borderWidth:"1px",transitionDuration:"{transition.duration}"},Mre={padding:"0.5rem 0.75rem",gap:"0.5rem",sm:{padding:"0.375rem 0.625rem"},lg:{padding:"0.625rem 0.875rem"}},Nre={fontSize:"1rem",fontWeight:"500",sm:{fontSize:"0.875rem"},lg:{fontSize:"1.125rem"}},jre={size:"1.125rem",sm:{size:"1rem"},lg:{size:"1.25rem"}},$re={width:"1.75rem",height:"1.75rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",offset:"{focus.ring.offset}"}},Fre={size:"1rem",sm:{size:"0.875rem"},lg:{size:"1.125rem"}},qre={root:{borderWidth:"1px"}},Vre={content:{padding:"0"}},zre={light:{info:{background:"color-mix(in srgb, {blue.50}, transparent 5%)",borderColor:"{blue.200}",color:"{blue.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)",closeButton:{hoverBackground:"{blue.100}",focusRing:{color:"{blue.600}",shadow:"none"}},outlined:{color:"{blue.600}",borderColor:"{blue.600}"},simple:{color:"{blue.600}"}},success:{background:"color-mix(in srgb, {green.50}, transparent 5%)",borderColor:"{green.200}",color:"{green.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)",closeButton:{hoverBackground:"{green.100}",focusRing:{color:"{green.600}",shadow:"none"}},outlined:{color:"{green.600}",borderColor:"{green.600}"},simple:{color:"{green.600}"}},warn:{background:"color-mix(in srgb,{yellow.50}, transparent 5%)",borderColor:"{yellow.200}",color:"{yellow.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)",closeButton:{hoverBackground:"{yellow.100}",focusRing:{color:"{yellow.600}",shadow:"none"}},outlined:{color:"{yellow.600}",borderColor:"{yellow.600}"},simple:{color:"{yellow.600}"}},error:{background:"color-mix(in srgb, {red.50}, transparent 5%)",borderColor:"{red.200}",color:"{red.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)",closeButton:{hoverBackground:"{red.100}",focusRing:{color:"{red.600}",shadow:"none"}},outlined:{color:"{red.600}",borderColor:"{red.600}"},simple:{color:"{red.600}"}},secondary:{background:"{surface.100}",borderColor:"{surface.200}",color:"{surface.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)",closeButton:{hoverBackground:"{surface.200}",focusRing:{color:"{surface.600}",shadow:"none"}},outlined:{color:"{surface.500}",borderColor:"{surface.500}"},simple:{color:"{surface.500}"}},contrast:{background:"{surface.900}",borderColor:"{surface.950}",color:"{surface.50}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)",closeButton:{hoverBackground:"{surface.800}",focusRing:{color:"{surface.50}",shadow:"none"}},outlined:{color:"{surface.950}",borderColor:"{surface.950}"},simple:{color:"{surface.950}"}}},dark:{info:{background:"color-mix(in srgb, {blue.500}, transparent 84%)",borderColor:"color-mix(in srgb, {blue.700}, transparent 64%)",color:"{blue.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{blue.500}",shadow:"none"}},outlined:{color:"{blue.500}",borderColor:"{blue.500}"},simple:{color:"{blue.500}"}},success:{background:"color-mix(in srgb, {green.500}, transparent 84%)",borderColor:"color-mix(in srgb, {green.700}, transparent 64%)",color:"{green.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{green.500}",shadow:"none"}},outlined:{color:"{green.500}",borderColor:"{green.500}"},simple:{color:"{green.500}"}},warn:{background:"color-mix(in srgb, {yellow.500}, transparent 84%)",borderColor:"color-mix(in srgb, {yellow.700}, transparent 64%)",color:"{yellow.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{yellow.500}",shadow:"none"}},outlined:{color:"{yellow.500}",borderColor:"{yellow.500}"},simple:{color:"{yellow.500}"}},error:{background:"color-mix(in srgb, {red.500}, transparent 84%)",borderColor:"color-mix(in srgb, {red.700}, transparent 64%)",color:"{red.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{red.500}",shadow:"none"}},outlined:{color:"{red.500}",borderColor:"{red.500}"},simple:{color:"{red.500}"}},secondary:{background:"{surface.800}",borderColor:"{surface.700}",color:"{surface.300}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)",closeButton:{hoverBackground:"{surface.700}",focusRing:{color:"{surface.300}",shadow:"none"}},outlined:{color:"{surface.400}",borderColor:"{surface.400}"},simple:{color:"{surface.400}"}},contrast:{background:"{surface.0}",borderColor:"{surface.100}",color:"{surface.950}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)",closeButton:{hoverBackground:"{surface.100}",focusRing:{color:"{surface.950}",shadow:"none"}},outlined:{color:"{surface.0}",borderColor:"{surface.0}"},simple:{color:"{surface.0}"}}}},Ure={root:Pre,content:Mre,text:Nre,icon:jre,closeButton:$re,closeIcon:Fre,outlined:qre,simple:Vre,colorScheme:zre},Hre={borderRadius:"{content.border.radius}",gap:"1rem"},Kre={background:"{content.border.color}",size:"0.5rem"},Wre={gap:"0.5rem"},Gre={size:"0.5rem"},Zre={size:"1rem"},Yre={verticalGap:"0.5rem",horizontalGap:"1rem"},Xre={root:Hre,meters:Kre,label:Wre,labelMarker:Gre,labelIcon:Zre,labelList:Yre},Qre={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{fontSize:"{form.field.sm.font.size}",paddingX:"{form.field.sm.padding.x}",paddingY:"{form.field.sm.padding.y}"},lg:{fontSize:"{form.field.lg.font.size}",paddingX:"{form.field.lg.padding.x}",paddingY:"{form.field.lg.padding.y}"}},Jre={width:"2.5rem",color:"{form.field.icon.color}"},ele={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},tle={padding:"{list.padding}",gap:"{list.gap}",header:{padding:"{list.header.padding}"}},ole={focusBackground:"{list.option.focus.background}",selectedBackground:"{list.option.selected.background}",selectedFocusBackground:"{list.option.selected.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",selectedColor:"{list.option.selected.color}",selectedFocusColor:"{list.option.selected.focus.color}",padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}",gap:"0.5rem"},ile={background:"{list.option.group.background}",color:"{list.option.group.color}",fontWeight:"{list.option.group.font.weight}",padding:"{list.option.group.padding}"},nle={color:"{form.field.icon.color}"},ale={borderRadius:"{border.radius.sm}"},rle={padding:"{list.option.padding}"},lle={root:Qre,dropdown:Jre,overlay:ele,list:tle,option:ole,optionGroup:ile,chip:ale,clearIcon:nle,emptyMessage:rle},sle={gap:"1.125rem"},dle={gap:"0.5rem"},cle={root:sle,controls:dle},ple={gutter:"0.75rem",transitionDuration:"{transition.duration}"},ule={background:"{content.background}",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",borderColor:"{content.border.color}",color:"{content.color}",selectedColor:"{highlight.color}",hoverColor:"{content.hover.color}",padding:"0.75rem 1rem",toggleablePadding:"0.75rem 1rem 1.25rem 1rem",borderRadius:"{content.border.radius}"},fle={background:"{content.background}",hoverBackground:"{content.hover.background}",borderColor:"{content.border.color}",color:"{text.muted.color}",hoverColor:"{text.color}",size:"1.5rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},mle={color:"{content.border.color}",borderRadius:"{content.border.radius}",height:"24px"},hle={root:ple,node:ule,nodeToggleButton:fle,connector:mle},ble={outline:{width:"2px",color:"{content.background}"}},gle={root:ble},yle={padding:"0.5rem 1rem",gap:"0.25rem",borderRadius:"{content.border.radius}",background:"{content.background}",color:"{content.color}",transitionDuration:"{transition.duration}"},wle={background:"transparent",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",selectedColor:"{highlight.color}",width:"2.5rem",height:"2.5rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},vle={color:"{text.muted.color}"},Cle={maxWidth:"2.5rem"},kle={root:yle,navButton:wle,currentPageReport:vle,jumpToPageInput:Cle},xle={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}"},Ile={background:"transparent",color:"{text.color}",padding:"1.125rem",borderColor:"{content.border.color}",borderWidth:"0",borderRadius:"0"},Sle={padding:"0.375rem 1.125rem"},Ele={fontWeight:"600"},Ale={padding:"0 1.125rem 1.125rem 1.125rem"},Tle={padding:"0 1.125rem 1.125rem 1.125rem"},Ole={root:xle,header:Ile,toggleableHeader:Sle,title:Ele,content:Ale,footer:Tle},Dle={gap:"0.5rem",transitionDuration:"{transition.duration}"},Rle={background:"{content.background}",borderColor:"{content.border.color}",borderWidth:"1px",color:"{content.color}",padding:"0.25rem 0.25rem",borderRadius:"{content.border.radius}",first:{borderWidth:"1px",topBorderRadius:"{content.border.radius}"},last:{borderWidth:"1px",bottomBorderRadius:"{content.border.radius}"}},Ble={focusBackground:"{navigation.item.focus.background}",color:"{navigation.item.color}",focusColor:"{navigation.item.focus.color}",gap:"0.5rem",padding:"{navigation.item.padding}",borderRadius:"{content.border.radius}",icon:{color:"{navigation.item.icon.color}",focusColor:"{navigation.item.icon.focus.color}"}},_le={indent:"1rem"},Lle={color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}"},Ple={root:Dle,panel:Rle,item:Ble,submenu:_le,submenuIcon:Lle},Mle={background:"{content.border.color}",borderRadius:"{content.border.radius}",height:".75rem"},Nle={color:"{form.field.icon.color}"},jle={background:"{overlay.popover.background}",borderColor:"{overlay.popover.border.color}",borderRadius:"{overlay.popover.border.radius}",color:"{overlay.popover.color}",padding:"{overlay.popover.padding}",shadow:"{overlay.popover.shadow}"},$le={gap:"0.5rem"},Fle={light:{strength:{weakBackground:"{red.500}",mediumBackground:"{amber.500}",strongBackground:"{green.500}"}},dark:{strength:{weakBackground:"{red.400}",mediumBackground:"{amber.400}",strongBackground:"{green.400}"}}},qle={meter:Mle,icon:Nle,overlay:jle,content:$le,colorScheme:Fle},Vle={gap:"1.125rem"},zle={gap:"0.5rem"},Ule={root:Vle,controls:zle},Hle={background:"{overlay.popover.background}",borderColor:"{overlay.popover.border.color}",color:"{overlay.popover.color}",borderRadius:"{overlay.popover.border.radius}",shadow:"{overlay.popover.shadow}",gutter:"10px",arrowOffset:"1.25rem"},Kle={padding:"{overlay.popover.padding}"},Wle={root:Hle,content:Kle},Gle={background:"{content.border.color}",borderRadius:"{content.border.radius}",height:"1.25rem"},Zle={background:"{primary.color}"},Yle={color:"{primary.contrast.color}",fontSize:"0.75rem",fontWeight:"600"},Xle={root:Gle,value:Zle,label:Yle},Qle={light:{root:{colorOne:"{red.500}",colorTwo:"{blue.500}",colorThree:"{green.500}",colorFour:"{yellow.500}"}},dark:{root:{colorOne:"{red.400}",colorTwo:"{blue.400}",colorThree:"{green.400}",colorFour:"{yellow.400}"}}},Jle={colorScheme:Qle},ese={width:"1.25rem",height:"1.25rem",background:"{form.field.background}",checkedBackground:"{primary.color}",checkedHoverBackground:"{primary.hover.color}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.border.color}",checkedBorderColor:"{primary.color}",checkedHoverBorderColor:"{primary.hover.color}",checkedFocusBorderColor:"{primary.color}",checkedDisabledBorderColor:"{form.field.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",shadow:"{form.field.shadow}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{width:"1rem",height:"1rem"},lg:{width:"1.5rem",height:"1.5rem"}},tse={size:"0.75rem",checkedColor:"{primary.contrast.color}",checkedHoverColor:"{primary.contrast.color}",disabledColor:"{form.field.disabled.color}",sm:{size:"0.5rem"},lg:{size:"1rem"}},ose={root:ese,icon:tse},ise={gap:"0.25rem",transitionDuration:"{transition.duration}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},nse={size:"1rem",color:"{text.muted.color}",hoverColor:"{primary.color}",activeColor:"{primary.color}"},ase={root:ise,icon:nse},rse={light:{root:{background:"rgba(0,0,0,0.1)"}},dark:{root:{background:"rgba(255,255,255,0.3)"}}},lse={colorScheme:rse},sse={transitionDuration:"{transition.duration}"},dse={size:"9px",borderRadius:"{border.radius.sm}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},cse={light:{bar:{background:"{surface.100}"}},dark:{bar:{background:"{surface.800}"}}},pse={root:sse,bar:dse,colorScheme:cse},use={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{fontSize:"{form.field.sm.font.size}",paddingX:"{form.field.sm.padding.x}",paddingY:"{form.field.sm.padding.y}"},lg:{fontSize:"{form.field.lg.font.size}",paddingX:"{form.field.lg.padding.x}",paddingY:"{form.field.lg.padding.y}"}},fse={width:"2.5rem",color:"{form.field.icon.color}"},mse={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},hse={padding:"{list.padding}",gap:"{list.gap}",header:{padding:"{list.header.padding}"}},bse={focusBackground:"{list.option.focus.background}",selectedBackground:"{list.option.selected.background}",selectedFocusBackground:"{list.option.selected.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",selectedColor:"{list.option.selected.color}",selectedFocusColor:"{list.option.selected.focus.color}",padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}"},gse={background:"{list.option.group.background}",color:"{list.option.group.color}",fontWeight:"{list.option.group.font.weight}",padding:"{list.option.group.padding}"},yse={color:"{form.field.icon.color}"},wse={color:"{list.option.color}",gutterStart:"-0.375rem",gutterEnd:"0.375rem"},vse={padding:"{list.option.padding}"},Cse={root:use,dropdown:fse,overlay:mse,list:hse,option:bse,optionGroup:gse,clearIcon:yse,checkmark:wse,emptyMessage:vse},kse={borderRadius:"{form.field.border.radius}"},xse={light:{root:{invalidBorderColor:"{form.field.invalid.border.color}"}},dark:{root:{invalidBorderColor:"{form.field.invalid.border.color}"}}},Ise={root:kse,colorScheme:xse},Sse={borderRadius:"{content.border.radius}"},Ese={light:{root:{background:"{surface.200}",animationBackground:"rgba(255,255,255,0.4)"}},dark:{root:{background:"rgba(255, 255, 255, 0.06)",animationBackground:"rgba(255, 255, 255, 0.04)"}}},Ase={root:Sse,colorScheme:Ese},Tse={transitionDuration:"{transition.duration}"},Ose={background:"{content.border.color}",borderRadius:"{content.border.radius}",size:"3px"},Dse={background:"{primary.color}"},Rse={width:"20px",height:"20px",borderRadius:"50%",background:"{content.border.color}",hoverBackground:"{content.border.color}",content:{borderRadius:"50%",hoverBackground:"{content.background}",width:"16px",height:"16px",shadow:"0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14)"},focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Bse={light:{handle:{content:{background:"{surface.0}"}}},dark:{handle:{content:{background:"{surface.950}"}}}},_se={root:Tse,track:Ose,range:Dse,handle:Rse,colorScheme:Bse},Lse={gap:"0.5rem",transitionDuration:"{transition.duration}"},Pse={root:Lse},Mse={borderRadius:"{form.field.border.radius}",roundedBorderRadius:"2rem",raisedShadow:"0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)"},Nse={root:Mse},jse={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",transitionDuration:"{transition.duration}"},$se={background:"{content.border.color}"},Fse={size:"24px",background:"transparent",borderRadius:"{content.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},qse={root:jse,gutter:$se,handle:Fse},Vse={transitionDuration:"{transition.duration}"},zse={background:"{content.border.color}",activeBackground:"{primary.color}",margin:"0 0 0 1.625rem",size:"2px"},Use={padding:"0.5rem",gap:"1rem"},Hse={padding:"0",borderRadius:"{content.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"},gap:"0.5rem"},Kse={color:"{text.muted.color}",activeColor:"{primary.color}",fontWeight:"500"},Wse={background:"{content.background}",activeBackground:"{content.background}",borderColor:"{content.border.color}",activeBorderColor:"{content.border.color}",color:"{text.muted.color}",activeColor:"{primary.color}",size:"2rem",fontSize:"1.143rem",fontWeight:"500",borderRadius:"50%",shadow:"0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)"},Gse={padding:"0.875rem 0.5rem 1.125rem 0.5rem"},Zse={background:"{content.background}",color:"{content.color}",padding:"0",indent:"1rem"},Yse={root:Vse,separator:zse,step:Use,stepHeader:Hse,stepTitle:Kse,stepNumber:Wse,steppanels:Gse,steppanel:Zse},Xse={transitionDuration:"{transition.duration}"},Qse={background:"{content.border.color}"},Jse={borderRadius:"{content.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"},gap:"0.5rem"},ede={color:"{text.muted.color}",activeColor:"{primary.color}",fontWeight:"500"},tde={background:"{content.background}",activeBackground:"{content.background}",borderColor:"{content.border.color}",activeBorderColor:"{content.border.color}",color:"{text.muted.color}",activeColor:"{primary.color}",size:"2rem",fontSize:"1.143rem",fontWeight:"500",borderRadius:"50%",shadow:"0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)"},ode={root:Xse,separator:Qse,itemLink:Jse,itemLabel:ede,itemNumber:tde},ide={transitionDuration:"{transition.duration}"},nde={borderWidth:"0 0 1px 0",background:"{content.background}",borderColor:"{content.border.color}"},ade={background:"transparent",hoverBackground:"transparent",activeBackground:"transparent",borderWidth:"0 0 1px 0",borderColor:"{content.border.color}",hoverBorderColor:"{content.border.color}",activeBorderColor:"{primary.color}",color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{primary.color}",padding:"1rem 1.125rem",fontWeight:"600",margin:"0 0 -1px 0",gap:"0.5rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},rde={color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{primary.color}"},lde={height:"1px",bottom:"-1px",background:"{primary.color}"},sde={root:ide,tablist:nde,item:ade,itemIcon:rde,activeBar:lde},dde={transitionDuration:"{transition.duration}"},cde={borderWidth:"0 0 1px 0",background:"{content.background}",borderColor:"{content.border.color}"},pde={background:"transparent",hoverBackground:"transparent",activeBackground:"transparent",borderWidth:"0 0 1px 0",borderColor:"{content.border.color}",hoverBorderColor:"{content.border.color}",activeBorderColor:"{primary.color}",color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{primary.color}",padding:"1rem 1.125rem",fontWeight:"600",margin:"0 0 -1px 0",gap:"0.5rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"}},ude={background:"{content.background}",color:"{content.color}",padding:"0.875rem 1.125rem 1.125rem 1.125rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"inset {focus.ring.shadow}"}},fde={background:"{content.background}",color:"{text.muted.color}",hoverColor:"{text.color}",width:"2.5rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"}},mde={height:"1px",bottom:"-1px",background:"{primary.color}"},hde={light:{navButton:{shadow:"0px 0px 10px 50px rgba(255, 255, 255, 0.6)"}},dark:{navButton:{shadow:"0px 0px 10px 50px color-mix(in srgb, {content.background}, transparent 50%)"}}},bde={root:dde,tablist:cde,tab:pde,tabpanel:ude,navButton:fde,activeBar:mde,colorScheme:hde},gde={transitionDuration:"{transition.duration}"},yde={background:"{content.background}",borderColor:"{content.border.color}"},wde={borderColor:"{content.border.color}",activeBorderColor:"{primary.color}",color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{primary.color}"},vde={background:"{content.background}",color:"{content.color}"},Cde={background:"{content.background}",color:"{text.muted.color}",hoverColor:"{text.color}"},kde={light:{navButton:{shadow:"0px 0px 10px 50px rgba(255, 255, 255, 0.6)"}},dark:{navButton:{shadow:"0px 0px 10px 50px color-mix(in srgb, {content.background}, transparent 50%)"}}},xde={root:gde,tabList:yde,tab:wde,tabPanel:vde,navButton:Cde,colorScheme:kde},Ide={fontSize:"0.875rem",fontWeight:"700",padding:"0.25rem 0.5rem",gap:"0.25rem",borderRadius:"{content.border.radius}",roundedBorderRadius:"{border.radius.xl}"},Sde={size:"0.75rem"},Ede={light:{primary:{background:"{primary.100}",color:"{primary.700}"},secondary:{background:"{surface.100}",color:"{surface.600}"},success:{background:"{green.100}",color:"{green.700}"},info:{background:"{sky.100}",color:"{sky.700}"},warn:{background:"{orange.100}",color:"{orange.700}"},danger:{background:"{red.100}",color:"{red.700}"},contrast:{background:"{surface.950}",color:"{surface.0}"}},dark:{primary:{background:"color-mix(in srgb, {primary.500}, transparent 84%)",color:"{primary.300}"},secondary:{background:"{surface.800}",color:"{surface.300}"},success:{background:"color-mix(in srgb, {green.500}, transparent 84%)",color:"{green.300}"},info:{background:"color-mix(in srgb, {sky.500}, transparent 84%)",color:"{sky.300}"},warn:{background:"color-mix(in srgb, {orange.500}, transparent 84%)",color:"{orange.300}"},danger:{background:"color-mix(in srgb, {red.500}, transparent 84%)",color:"{red.300}"},contrast:{background:"{surface.0}",color:"{surface.950}"}}},Ade={root:Ide,icon:Sde,colorScheme:Ede},Tde={background:"{form.field.background}",borderColor:"{form.field.border.color}",color:"{form.field.color}",height:"18rem",padding:"{form.field.padding.y} {form.field.padding.x}",borderRadius:"{form.field.border.radius}"},Ode={gap:"0.25rem"},Dde={margin:"2px 0"},Rde={root:Tde,prompt:Ode,commandResponse:Dde},Bde={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{fontSize:"{form.field.sm.font.size}",paddingX:"{form.field.sm.padding.x}",paddingY:"{form.field.sm.padding.y}"},lg:{fontSize:"{form.field.lg.font.size}",paddingX:"{form.field.lg.padding.x}",paddingY:"{form.field.lg.padding.y}"}},_de={root:Bde},Lde={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",shadow:"{overlay.navigation.shadow}",transitionDuration:"{transition.duration}"},Pde={padding:"{navigation.list.padding}",gap:"{navigation.list.gap}"},Mde={focusBackground:"{navigation.item.focus.background}",activeBackground:"{navigation.item.active.background}",color:"{navigation.item.color}",focusColor:"{navigation.item.focus.color}",activeColor:"{navigation.item.active.color}",padding:"{navigation.item.padding}",borderRadius:"{navigation.item.border.radius}",gap:"{navigation.item.gap}",icon:{color:"{navigation.item.icon.color}",focusColor:"{navigation.item.icon.focus.color}",activeColor:"{navigation.item.icon.active.color}"}},Nde={mobileIndent:"1rem"},jde={size:"{navigation.submenu.icon.size}",color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}",activeColor:"{navigation.submenu.icon.active.color}"},$de={borderColor:"{content.border.color}"},Fde={root:Lde,list:Pde,item:Mde,submenu:Nde,submenuIcon:jde,separator:$de},qde={minHeight:"5rem"},Vde={eventContent:{padding:"1rem 0"}},zde={eventContent:{padding:"0 1rem"}},Ude={size:"1.125rem",borderRadius:"50%",borderWidth:"2px",background:"{content.background}",borderColor:"{content.border.color}",content:{borderRadius:"50%",size:"0.375rem",background:"{primary.color}",insetShadow:"0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)"}},Hde={color:"{content.border.color}",size:"2px"},Kde={event:qde,horizontal:Vde,vertical:zde,eventMarker:Ude,eventConnector:Hde},Wde={width:"25rem",borderRadius:"{content.border.radius}",borderWidth:"1px",transitionDuration:"{transition.duration}"},Gde={size:"1.125rem"},Zde={padding:"{overlay.popover.padding}",gap:"0.5rem"},Yde={gap:"0.5rem"},Xde={fontWeight:"500",fontSize:"1rem"},Qde={fontWeight:"500",fontSize:"0.875rem"},Jde={width:"1.75rem",height:"1.75rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",offset:"{focus.ring.offset}"}},ece={size:"1rem"},tce={light:{root:{blur:"1.5px"},info:{background:"color-mix(in srgb, {blue.50}, transparent 5%)",borderColor:"{blue.200}",color:"{blue.600}",detailColor:"{surface.700}",shadow:"0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)",closeButton:{hoverBackground:"{blue.100}",focusRing:{color:"{blue.600}",shadow:"none"}}},success:{background:"color-mix(in srgb, {green.50}, transparent 5%)",borderColor:"{green.200}",color:"{green.600}",detailColor:"{surface.700}",shadow:"0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)",closeButton:{hoverBackground:"{green.100}",focusRing:{color:"{green.600}",shadow:"none"}}},warn:{background:"color-mix(in srgb,{yellow.50}, transparent 5%)",borderColor:"{yellow.200}",color:"{yellow.600}",detailColor:"{surface.700}",shadow:"0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)",closeButton:{hoverBackground:"{yellow.100}",focusRing:{color:"{yellow.600}",shadow:"none"}}},error:{background:"color-mix(in srgb, {red.50}, transparent 5%)",borderColor:"{red.200}",color:"{red.600}",detailColor:"{surface.700}",shadow:"0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)",closeButton:{hoverBackground:"{red.100}",focusRing:{color:"{red.600}",shadow:"none"}}},secondary:{background:"{surface.100}",borderColor:"{surface.200}",color:"{surface.600}",detailColor:"{surface.700}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)",closeButton:{hoverBackground:"{surface.200}",focusRing:{color:"{surface.600}",shadow:"none"}}},contrast:{background:"{surface.900}",borderColor:"{surface.950}",color:"{surface.50}",detailColor:"{surface.0}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)",closeButton:{hoverBackground:"{surface.800}",focusRing:{color:"{surface.50}",shadow:"none"}}}},dark:{root:{blur:"10px"},info:{background:"color-mix(in srgb, {blue.500}, transparent 84%)",borderColor:"color-mix(in srgb, {blue.700}, transparent 64%)",color:"{blue.500}",detailColor:"{surface.0}",shadow:"0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{blue.500}",shadow:"none"}}},success:{background:"color-mix(in srgb, {green.500}, transparent 84%)",borderColor:"color-mix(in srgb, {green.700}, transparent 64%)",color:"{green.500}",detailColor:"{surface.0}",shadow:"0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{green.500}",shadow:"none"}}},warn:{background:"color-mix(in srgb, {yellow.500}, transparent 84%)",borderColor:"color-mix(in srgb, {yellow.700}, transparent 64%)",color:"{yellow.500}",detailColor:"{surface.0}",shadow:"0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{yellow.500}",shadow:"none"}}},error:{background:"color-mix(in srgb, {red.500}, transparent 84%)",borderColor:"color-mix(in srgb, {red.700}, transparent 64%)",color:"{red.500}",detailColor:"{surface.0}",shadow:"0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{red.500}",shadow:"none"}}},secondary:{background:"{surface.800}",borderColor:"{surface.700}",color:"{surface.300}",detailColor:"{surface.0}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)",closeButton:{hoverBackground:"{surface.700}",focusRing:{color:"{surface.300}",shadow:"none"}}},contrast:{background:"{surface.0}",borderColor:"{surface.100}",color:"{surface.950}",detailColor:"{surface.950}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)",closeButton:{hoverBackground:"{surface.100}",focusRing:{color:"{surface.950}",shadow:"none"}}}}},oce={root:Wde,icon:Gde,content:Zde,text:Yde,summary:Xde,detail:Qde,closeButton:Jde,closeIcon:ece,colorScheme:tce},ice={padding:"0.25rem",borderRadius:"{content.border.radius}",gap:"0.5rem",fontWeight:"500",disabledBackground:"{form.field.disabled.background}",disabledBorderColor:"{form.field.disabled.background}",disabledColor:"{form.field.disabled.color}",invalidBorderColor:"{form.field.invalid.border.color}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{fontSize:"{form.field.sm.font.size}",padding:"0.25rem"},lg:{fontSize:"{form.field.lg.font.size}",padding:"0.25rem"}},nce={disabledColor:"{form.field.disabled.color}"},ace={padding:"0.25rem 0.75rem",borderRadius:"{content.border.radius}",checkedShadow:"0px 1px 2px 0px rgba(0, 0, 0, 0.02), 0px 1px 2px 0px rgba(0, 0, 0, 0.04)",sm:{padding:"0.25rem 0.75rem"},lg:{padding:"0.25rem 0.75rem"}},rce={light:{root:{background:"{surface.100}",checkedBackground:"{surface.100}",hoverBackground:"{surface.100}",borderColor:"{surface.100}",color:"{surface.500}",hoverColor:"{surface.700}",checkedColor:"{surface.900}",checkedBorderColor:"{surface.100}"},content:{checkedBackground:"{surface.0}"},icon:{color:"{surface.500}",hoverColor:"{surface.700}",checkedColor:"{surface.900}"}},dark:{root:{background:"{surface.950}",checkedBackground:"{surface.950}",hoverBackground:"{surface.950}",borderColor:"{surface.950}",color:"{surface.400}",hoverColor:"{surface.300}",checkedColor:"{surface.0}",checkedBorderColor:"{surface.950}"},content:{checkedBackground:"{surface.800}"},icon:{color:"{surface.400}",hoverColor:"{surface.300}",checkedColor:"{surface.0}"}}},lce={root:ice,icon:nce,content:ace,colorScheme:rce},sce={width:"2.5rem",height:"1.5rem",borderRadius:"30px",gap:"0.25rem",shadow:"{form.field.shadow}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"},borderWidth:"1px",borderColor:"transparent",hoverBorderColor:"transparent",checkedBorderColor:"transparent",checkedHoverBorderColor:"transparent",invalidBorderColor:"{form.field.invalid.border.color}",transitionDuration:"{form.field.transition.duration}",slideDuration:"0.2s"},dce={borderRadius:"50%",size:"1rem"},cce={light:{root:{background:"{surface.300}",disabledBackground:"{form.field.disabled.background}",hoverBackground:"{surface.400}",checkedBackground:"{primary.color}",checkedHoverBackground:"{primary.hover.color}"},handle:{background:"{surface.0}",disabledBackground:"{form.field.disabled.color}",hoverBackground:"{surface.0}",checkedBackground:"{surface.0}",checkedHoverBackground:"{surface.0}",color:"{text.muted.color}",hoverColor:"{text.color}",checkedColor:"{primary.color}",checkedHoverColor:"{primary.hover.color}"}},dark:{root:{background:"{surface.700}",disabledBackground:"{surface.600}",hoverBackground:"{surface.600}",checkedBackground:"{primary.color}",checkedHoverBackground:"{primary.hover.color}"},handle:{background:"{surface.400}",disabledBackground:"{surface.900}",hoverBackground:"{surface.300}",checkedBackground:"{surface.900}",checkedHoverBackground:"{surface.900}",color:"{surface.900}",hoverColor:"{surface.800}",checkedColor:"{primary.color}",checkedHoverColor:"{primary.hover.color}"}}},pce={root:sce,handle:dce,colorScheme:cce},uce={background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",color:"{content.color}",gap:"0.5rem",padding:"0.75rem"},fce={root:uce},mce={maxWidth:"12.5rem",gutter:"0.25rem",shadow:"{overlay.popover.shadow}",padding:"0.5rem 0.75rem",borderRadius:"{overlay.popover.border.radius}"},hce={light:{root:{background:"{surface.700}",color:"{surface.0}"}},dark:{root:{background:"{surface.700}",color:"{surface.0}"}}},bce={root:mce,colorScheme:hce},gce={background:"{content.background}",color:"{content.color}",padding:"1rem",gap:"2px",indent:"1rem",transitionDuration:"{transition.duration}"},yce={padding:"0.25rem 0.5rem",borderRadius:"{content.border.radius}",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",color:"{text.color}",hoverColor:"{text.hover.color}",selectedColor:"{highlight.color}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"},gap:"0.25rem"},wce={color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",selectedColor:"{highlight.color}"},vce={borderRadius:"50%",size:"1.75rem",hoverBackground:"{content.hover.background}",selectedHoverBackground:"{content.background}",color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",selectedHoverColor:"{primary.color}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Cce={size:"2rem"},kce={margin:"0 0 0.5rem 0"},xce={root:gce,node:yce,nodeIcon:wce,nodeToggleButton:vce,loadingIcon:Cce,filter:kce},Ice={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{fontSize:"{form.field.sm.font.size}",paddingX:"{form.field.sm.padding.x}",paddingY:"{form.field.sm.padding.y}"},lg:{fontSize:"{form.field.lg.font.size}",paddingX:"{form.field.lg.padding.x}",paddingY:"{form.field.lg.padding.y}"}},Sce={width:"2.5rem",color:"{form.field.icon.color}"},Ece={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},Ace={padding:"{list.padding}"},Tce={padding:"{list.option.padding}"},Oce={borderRadius:"{border.radius.sm}"},Dce={color:"{form.field.icon.color}"},Rce={root:Ice,dropdown:Sce,overlay:Ece,tree:Ace,emptyMessage:Tce,chip:Oce,clearIcon:Dce},Bce={transitionDuration:"{transition.duration}"},_ce={background:"{content.background}",borderColor:"{treetable.border.color}",color:"{content.color}",borderWidth:"0 0 1px 0",padding:"0.75rem 1rem"},Lce={background:"{content.background}",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",borderColor:"{treetable.border.color}",color:"{content.color}",hoverColor:"{content.hover.color}",selectedColor:"{highlight.color}",gap:"0.5rem",padding:"0.75rem 1rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"}},Pce={fontWeight:"600"},Mce={background:"{content.background}",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",color:"{content.color}",hoverColor:"{content.hover.color}",selectedColor:"{highlight.color}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"}},Nce={borderColor:"{treetable.border.color}",padding:"0.75rem 1rem",gap:"0.5rem"},jce={background:"{content.background}",borderColor:"{treetable.border.color}",color:"{content.color}",padding:"0.75rem 1rem"},$ce={fontWeight:"600"},Fce={background:"{content.background}",borderColor:"{treetable.border.color}",color:"{content.color}",borderWidth:"0 0 1px 0",padding:"0.75rem 1rem"},qce={width:"0.5rem"},Vce={width:"1px",color:"{primary.color}"},zce={color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",size:"0.875rem"},Uce={size:"2rem"},Hce={hoverBackground:"{content.hover.background}",selectedHoverBackground:"{content.background}",color:"{text.muted.color}",hoverColor:"{text.color}",selectedHoverColor:"{primary.color}",size:"1.75rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Kce={borderColor:"{content.border.color}",borderWidth:"0 0 1px 0"},Wce={borderColor:"{content.border.color}",borderWidth:"0 0 1px 0"},Gce={light:{root:{borderColor:"{content.border.color}"},bodyCell:{selectedBorderColor:"{primary.100}"}},dark:{root:{borderColor:"{surface.800}"},bodyCell:{selectedBorderColor:"{primary.900}"}}},Zce={root:Bce,header:_ce,headerCell:Lce,columnTitle:Pce,row:Mce,bodyCell:Nce,footerCell:jce,columnFooter:$ce,footer:Fce,columnResizer:qce,resizeIndicator:Vce,sortIcon:zce,loadingIcon:Uce,nodeToggleButton:Hce,paginatorTop:Kce,paginatorBottom:Wce,colorScheme:Gce},Yce={mask:{background:"{content.background}",color:"{text.muted.color}"},icon:{size:"2rem"}},Xce={loader:Yce},Qce=Object.defineProperty,Jce=Object.defineProperties,epe=Object.getOwnPropertyDescriptors,g6=Object.getOwnPropertySymbols,tpe=Object.prototype.hasOwnProperty,ope=Object.prototype.propertyIsEnumerable,y6=(o,i,n)=>i in o?Qce(o,i,{enumerable:!0,configurable:!0,writable:!0,value:n}):o[i]=n,w6,ipe=(w6=((o,i)=>{for(var n in i||(i={}))tpe.call(i,n)&&y6(o,n,i[n]);if(g6)for(var n of g6(i))ope.call(i,n)&&y6(o,n,i[n]);return o})({},boe),Jce(w6,epe({components:{accordion:Ute,autocomplete:eoe,avatar:roe,badge:foe,blockui:yoe,breadcrumb:koe,button:Soe,card:Roe,carousel:Noe,cascadeselect:Uoe,checkbox:Woe,chip:Joe,colorpicker:nie,confirmdialog:lie,confirmpopup:uie,contextmenu:wie,datatable:$ie,dataview:Kie,datepicker:une,dialog:yne,divider:xne,dock:Ene,drawer:Bne,editor:jne,fieldset:zne,fileupload:Xne,floatlabel:oae,galleria:gae,iconfield:wae,iftalabel:kae,image:Aae,imagecompare:Oae,inlinemessage:Lae,inplace:Nae,inputchips:qae,inputgroup:zae,inputnumber:Wae,inputotp:Yae,inputtext:Qae,knob:ire,listbox:pre,megamenu:Cre,menu:Are,menubar:Lre,message:Ure,metergroup:Xre,multiselect:lle,orderlist:cle,organizationchart:hle,overlaybadge:gle,paginator:kle,panel:Ole,panelmenu:Ple,password:qle,picklist:Ule,popover:Wle,progressbar:Xle,progressspinner:Jle,radiobutton:ose,rating:ase,ripple:lse,scrollpanel:pse,select:Cse,selectbutton:Ise,skeleton:Ase,slider:_se,speeddial:Pse,splitbutton:Nse,splitter:qse,stepper:Yse,steps:ode,tabmenu:sde,tabs:bde,tabview:xde,tag:Ade,terminal:Rde,textarea:_de,tieredmenu:Fde,timeline:Kde,toast:oce,togglebutton:lce,toggleswitch:pce,toolbar:fce,tooltip:bce,tree:xce,treeselect:Rce,treetable:Zce,virtualscroller:Xce}})));const npe={...{borderRadius:{none:"0",xs:"2px",sm:"4px",md:"6px",lg:"8px",xl:"16px",pill:"56px"}}},ape={primary:{color:"{amber.500}",hoverColor:"{amber.450}",activeColor:"{amber.400}",foreground:"{amber.950}",foregroundHover:"{amber.900}"},secondary:{color:"{gray.900}",hoverColor:"{gray.850}",activeColor:"{gray.750}",foreground:"{gray.350}",foregroundHover:"{gray.300}"},success:{color:"{green.600}",hoverColor:"{green.550}",activeColor:"{green.500}",foreground:"{green.950}",foregroundHover:"{green.900}"},warn:{color:"{orange.450}",hoverColor:"{orange.400}",activeColor:"{orange.350}",foreground:"{orange.950}",foregroundHover:"{orange.900}"},error:{color:"{red.400}",hoverColor:"{red.350}",activeColor:"{red.300}",foreground:"{red.950}",foregroundHover:"{red.900}"},info:{color:"{light-blue.500}",hoverColor:"{light-blue.450}",activeColor:"{light-blue.400}",foreground:"{light-blue.950}",foregroundHover:"{light-blue.900}"},task:{color:"{blue.500}",hoverColor:"{blue.450}",activeColor:"{blue.400}",foreground:"{blue.950}",foregroundHover:"{blue.900}"},transfer:{color:"{indigo.350}",hoverColor:"{indigo.300}",activeColor:"{indigo.250}",foreground:"{indigo.950}",foregroundHover:"{indigo.900}"},chat:{color:"{cyan.600}",hoverColor:"{cyan.550}",activeColor:"{cyan.500}",foreground:"{cyan.950}",foregroundHover:"{cyan.900}"},email:{color:"{blue.600}",hoverColor:"{blue.550}",activeColor:"{blue.500}",foreground:"{blue.950}",foregroundHover:"{blue.900}"},highlight:{background:"color-mix(in srgb, {primary.400}, transparent 84%)",focusBackground:"color-mix(in srgb, {primary.400}, transparent 76%)",color:"rgba(255,255,255,.87)",focusColor:"rgba(255,255,255,.87)"},mask:{background:"rgba(0,0,0,0.6)",color:"{surface.200}"},"focus-color":"{black}","content-wrapper-color":"{dp-surface-color-20}"},rpe={primary:{color:"{amber.500}",hoverColor:"{amber.450}",activeColor:"{amber.400}",foreground:"{amber.900}",foregroundHover:"{amber.850}"},secondary:{color:"{gray.150}",hoverColor:"{gray.100}",activeColor:"{gray.50}",foreground:"{gray.750}",foregroundHover:"{gray.700}"},success:{color:"{green.600}",hoverColor:"{green.550}",activeColor:"{green.500}",foreground:"{green.50}",foregroundHover:"{green.100}"},warn:{color:"{orange.450}",hoverColor:"{orange.400}",activeColor:"{orange.350}",foreground:"{orange.50}",foregroundHover:"{orange.100}"},error:{color:"{red.400}",hoverColor:"{red.350}",activeColor:"{red.300}",foreground:"{red.50}",foregroundHover:"{red.100}"},info:{color:"{light-blue.500}",hoverColor:"{light-blue.450}",activeColor:"{light-blue.400}",foreground:"{light-blue.50}",foregroundHover:"{light-blue.100}"},task:{color:"{blue.500}",hoverColor:"{blue.450}",activeColor:"{blue.400}",foreground:"{blue.50}",foregroundHover:"{blue.100}"},transfer:{color:"{indigo.350}",hoverColor:"{indigo.300}",activeColor:"{indigo.250}",foreground:"{indigo.50}",foregroundHover:"{indigo.100}"},chat:{color:"{cyan.600}",hoverColor:"{cyan.550}",activeColor:"{cyan.500}",foreground:"{cyan.50}",foregroundHover:"{cyan.100}"},email:{color:"{blue.600}",hoverColor:"{blue.550}",activeColor:"{blue.500}",foreground:"{blue.50}",foregroundHover:"{blue.100}"},highlight:{background:"{primary.50}",focusBackground:"{primary.100}",color:"{primary.700}",focusColor:"{primary.800}"},mask:{background:"rgba(0,0,0,0.4)",color:"{surface.200}"},"focus-color":"{black}","content-wrapper-color":"{dp-surface-color-20}"},v6={gray:{0:"hsla(225, 20%, 100%, 1)",50:"hsla(225, 20%, 95%, 1)",100:"hsla(225, 20%, 90%, 1)",150:"hsla(225, 20%, 85%, 1)",200:"hsla(225, 20%, 80%, 1)",250:"hsla(225, 20%, 75%, 1)",300:"hsla(225, 20%, 70%, 1)",350:"hsla(225, 20%, 65%, 1)",400:"hsla(225, 20%, 60%, 1)",450:"hsla(225, 20%, 55%, 1)",500:"hsla(225, 20%, 50%, 1)",550:"hsla(225, 20%, 45%, 1)",600:"hsla(225, 20%, 40%, 1)",650:"hsla(225, 20%, 35%, 1)",700:"hsla(225, 20%, 30%, 1)",750:"hsla(225, 20%, 25%, 1)",800:"hsla(225, 20%, 20%, 1)",850:"hsla(225, 20%, 15%, 1)",900:"hsla(225, 20%, 10%, 1)",950:"hsla(225, 20%, 5%, 1)"},red:{50:"hsla(0, 75%, 95%, 1)",100:"hsla(0, 75%, 90%, 1)",150:"hsla(0, 75%, 85%, 1)",200:"hsla(0, 75%, 80%, 1)",250:"hsla(0, 75%, 75%, 1)",300:"hsla(0, 75%, 70%, 1)",350:"hsla(0, 75%, 65%, 1)",400:"hsla(0, 75%, 60%, 1)",450:"hsla(0, 75%, 55%, 1)",500:"hsla(0, 75%, 50%, 1)",550:"hsla(0, 75%, 45%, 1)",600:"hsla(0, 75%, 40%, 1)",650:"hsla(0, 75%, 35%, 1)",700:"hsla(0, 75%, 30%, 1)",750:"hsla(0, 75%, 25%, 1)",800:"hsla(0, 75%, 20%, 1)",850:"hsla(0, 75%, 15%, 1)",900:"hsla(0, 75%, 10%, 1)",950:"hsla(0, 75%, 6%, 1)"},"deep-orange":{50:"hsla(11, 75%, 95%, 1)",100:"hsla(11, 75%, 90%, 1)",150:"hsla(11, 75%, 85%, 1)",200:"hsla(11, 75%, 80%, 1)",250:"hsla(11, 75%, 75%, 1)",300:"hsla(11, 75%, 70%, 1)",350:"hsla(11, 75%, 65%, 1)",400:"hsla(11, 75%, 60%, 1)",450:"hsla(11, 75%, 55%, 1)",500:"hsla(11, 75%, 50%, 1)",550:"hsla(11, 75%, 45%, 1)",600:"hsla(11, 75%, 40%, 1)",650:"hsla(11, 75%, 35%, 1)",700:"hsla(11, 75%, 30%, 1)",750:"hsla(11, 75%, 25%, 1)",800:"hsla(11, 75%, 20%, 1)",850:"hsla(11, 75%, 15%, 1)",900:"hsla(11, 75%, 10%, 1)",950:"hsla(11, 75%, 6%, 1)"},orange:{50:"hsla(26, 75%, 95%, 1)",100:"hsla(26, 75%, 90%, 1)",150:"hsla(26, 75%, 85%, 1)",200:"hsla(26, 75%, 80%, 1)",250:"hsla(26, 75%, 75%, 1)",300:"hsla(26, 75%, 70%, 1)",350:"hsla(26, 75%, 65%, 1)",400:"hsla(26, 75%, 60%, 1)",450:"hsla(26, 75%, 55%, 1)",500:"hsla(26, 75%, 50%, 1)",550:"hsla(26, 75%, 45%, 1)",600:"hsla(26, 75%, 40%, 1)",650:"hsla(26, 75%, 35%, 1)",700:"hsla(26, 75%, 30%, 1)",750:"hsla(26, 75%, 25%, 1)",800:"hsla(26, 75%, 20%, 1)",850:"hsla(26, 75%, 15%, 1)",900:"hsla(26, 75%, 10%, 1)",950:"hsla(26, 75%, 6%, 1)"},amber:{50:"hsla(43, 85%, 95%, 1)",100:"hsla(43, 85%, 90%, 1)",150:"hsla(43, 85%, 85%, 1)",200:"hsla(43, 85%, 80%, 1)",250:"hsla(43, 85%, 75%, 1)",300:"hsla(43, 85%, 70%, 1)",350:"hsla(43, 85%, 65%, 1)",400:"hsla(43, 85%, 60%, 1)",450:"hsla(43, 85%, 55%, 1)",500:"hsla(43, 85%, 50%, 1)",550:"hsla(43, 85%, 45%, 1)",600:"hsla(43, 85%, 40%, 1)",650:"hsla(43, 85%, 35%, 1)",700:"hsla(43, 85%, 30%, 1)",750:"hsla(43, 85%, 25%, 1)",800:"hsla(43, 85%, 20%, 1)",850:"hsla(43, 85%, 15%, 1)",900:"hsla(43, 85%, 10%, 1)",950:"hsla(43, 85%, 6%, 1)"},yellow:{50:"hsla(50, 75%, 95%, 1)",100:"hsla(50, 75%, 90%, 1)",150:"hsla(50, 75%, 85%, 1)",200:"hsla(50, 75%, 80%, 1)",250:"hsla(50, 75%, 75%, 1)",300:"hsla(50, 75%, 70%, 1)",350:"hsla(50, 75%, 65%, 1)",400:"hsla(50, 75%, 60%, 1)",450:"hsla(50, 75%, 55%, 1)",500:"hsla(50, 75%, 50%, 1)",550:"hsla(50, 75%, 45%, 1)",600:"hsla(50, 75%, 40%, 1)",650:"hsla(50, 75%, 35%, 1)",700:"hsla(50, 75%, 30%, 1)",750:"hsla(50, 75%, 25%, 1)",800:"hsla(50, 75%, 20%, 1)",850:"hsla(50, 75%, 15%, 1)",900:"hsla(50, 75%, 10%, 1)",950:"hsla(50, 75%, 6%, 1)"},lime:{50:"hsla(66, 65%, 95%, 1)",100:"hsla(66, 65%, 90%, 1)",150:"hsla(66, 65%, 85%, 1)",200:"hsla(66, 65%, 80%, 1)",250:"hsla(66, 65%, 75%, 1)",300:"hsla(66, 65%, 70%, 1)",350:"hsla(66, 65%, 65%, 1)",400:"hsla(66, 65%, 60%, 1)",450:"hsla(66, 65%, 55%, 1)",500:"hsla(66, 65%, 50%, 1)",550:"hsla(66, 65%, 45%, 1)",600:"hsla(66, 65%, 40%, 1)",650:"hsla(66, 65%, 35%, 1)",700:"hsla(66, 65%, 30%, 1)",750:"hsla(66, 65%, 25%, 1)",800:"hsla(66, 65%, 20%, 1)",850:"hsla(66, 65%, 15%, 1)",900:"hsla(66, 65%, 10%, 1)",950:"hsla(66, 65%, 6%, 1)"},"light-green":{50:"hsla(88, 65%, 95%, 1)",100:"hsla(88, 65%, 90%, 1)",150:"hsla(88, 65%, 85%, 1)",200:"hsla(88, 65%, 80%, 1)",250:"hsla(88, 65%, 75%, 1)",300:"hsla(88, 65%, 70%, 1)",350:"hsla(88, 65%, 65%, 1)",400:"hsla(88, 65%, 60%, 1)",450:"hsla(88, 65%, 55%, 1)",500:"hsla(88, 65%, 50%, 1)",550:"hsla(88, 65%, 45%, 1)",600:"hsla(88, 65%, 40%, 1)",650:"hsla(88, 65%, 35%, 1)",700:"hsla(88, 65%, 30%, 1)",750:"hsla(88, 65%, 25%, 1)",800:"hsla(88, 65%, 20%, 1)",850:"hsla(88, 65%, 15%, 1)",900:"hsla(88, 65%, 10%, 1)",950:"hsla(88, 65%, 6%, 1)"},green:{50:"hsla(140, 65%, 95%, 1)",100:"hsla(140, 65%, 90%, 1)",150:"hsla(140, 65%, 85%, 1)",200:"hsla(140, 65%, 80%, 1)",250:"hsla(140, 65%, 75%, 1)",300:"hsla(140, 65%, 70%, 1)",350:"hsla(140, 65%, 65%, 1)",400:"hsla(140, 65%, 60%, 1)",450:"hsla(140, 65%, 55%, 1)",500:"hsla(140, 65%, 50%, 1)",550:"hsla(140, 65%, 45%, 1)",600:"hsla(140, 65%, 40%, 1)",650:"hsla(140, 65%, 35%, 1)",700:"hsla(140, 65%, 30%, 1)",750:"hsla(140, 65%, 25%, 1)",800:"hsla(140, 65%, 20%, 1)",850:"hsla(140, 65%, 15%, 1)",900:"hsla(140, 65%, 10%, 1)",950:"hsla(140, 65%, 6%, 1)"},teal:{50:"hsla(169, 75%, 95%, 1)",100:"hsla(169, 75%, 90%, 1)",150:"hsla(169, 75%, 85%, 1)",200:"hsla(169, 75%, 80%, 1)",250:"hsla(169, 75%, 75%, 1)",300:"hsla(169, 75%, 70%, 1)",350:"hsla(169, 75%, 65%, 1)",400:"hsla(169, 75%, 60%, 1)",450:"hsla(169, 75%, 55%, 1)",500:"hsla(169, 75%, 50%, 1)",550:"hsla(169, 75%, 45%, 1)",600:"hsla(169, 75%, 40%, 1)",650:"hsla(169, 75%, 35%, 1)",700:"hsla(169, 75%, 30%, 1)",750:"hsla(169, 75%, 25%, 1)",800:"hsla(169, 75%, 20%, 1)",850:"hsla(169, 75%, 15%, 1)",900:"hsla(169, 75%, 10%, 1)",950:"hsla(169, 75%, 6%, 1)"},cyan:{50:"hsla(188, 75%, 95%, 1)",100:"hsla(188, 75%, 90%, 1)",150:"hsla(188, 75%, 85%, 1)",200:"hsla(188, 75%, 80%, 1)",250:"hsla(188, 75%, 75%, 1)",300:"hsla(188, 75%, 70%, 1)",350:"hsla(188, 75%, 65%, 1)",400:"hsla(188, 75%, 60%, 1)",450:"hsla(188, 75%, 55%, 1)",500:"hsla(188, 75%, 50%, 1)",550:"hsla(188, 75%, 45%, 1)",600:"hsla(188, 75%, 40%, 1)",650:"hsla(188, 75%, 35%, 1)",700:"hsla(188, 75%, 30%, 1)",750:"hsla(188, 75%, 25%, 1)",800:"hsla(188, 75%, 20%, 1)",850:"hsla(188, 75%, 15%, 1)",900:"hsla(188, 75%, 10%, 1)",950:"hsla(188, 75%, 6%, 1)"},"light-blue":{50:"hsla(200, 85%, 95%, 1)",100:"hsla(200, 85%, 90%, 1)",150:"hsla(200, 85%, 85%, 1)",200:"hsla(200, 85%, 80%, 1)",250:"hsla(200, 85%, 75%, 1)",300:"hsla(200, 85%, 70%, 1)",350:"hsla(200, 85%, 65%, 1)",400:"hsla(200, 85%, 60%, 1)",450:"hsla(200, 85%, 55%, 1)",500:"hsla(200, 85%, 50%, 1)",550:"hsla(200, 85%, 45%, 1)",600:"hsla(200, 85%, 40%, 1)",650:"hsla(200, 85%, 35%, 1)",700:"hsla(200, 85%, 30%, 1)",750:"hsla(200, 85%, 25%, 1)",800:"hsla(200, 85%, 20%, 1)",850:"hsla(200, 85%, 15%, 1)",900:"hsla(200, 85%, 10%, 1)",950:"hsla(200, 85%, 6%, 1)"},blue:{50:"hsla(214, 65%, 95%, 1)",100:"hsla(214, 65%, 90%, 1)",150:"hsla(214, 65%, 85%, 1)",200:"hsla(214, 65%, 80%, 1)",250:"hsla(214, 65%, 75%, 1)",300:"hsla(214, 65%, 70%, 1)",350:"hsla(214, 65%, 65%, 1)",400:"hsla(214, 65%, 60%, 1)",450:"hsla(214, 65%, 55%, 1)",500:"hsla(214, 65%, 50%, 1)",550:"hsla(214, 65%, 45%, 1)",600:"hsla(214, 65%, 40%, 1)",650:"hsla(214, 65%, 35%, 1)",700:"hsla(214, 65%, 30%, 1)",750:"hsla(214, 65%, 25%, 1)",800:"hsla(214, 65%, 20%, 1)",850:"hsla(214, 65%, 15%, 1)",900:"hsla(214, 65%, 10%, 1)",950:"hsla(214, 65%, 6%, 1)"},indigo:{50:"hsla(235, 80%, 95%, 1)",100:"hsla(235, 80%, 90%, 1)",150:"hsla(235, 80%, 85%, 1)",200:"hsla(235, 80%, 80%, 1)",250:"hsla(235, 80%, 75%, 1)",300:"hsla(235, 80%, 70%, 1)",350:"hsla(235, 80%, 65%, 1)",400:"hsla(235, 80%, 60%, 1)",450:"hsla(235, 80%, 55%, 1)",500:"hsla(235, 80%, 50%, 1)",550:"hsla(235, 80%, 45%, 1)",600:"hsla(235, 80%, 40%, 1)",650:"hsla(235, 80%, 35%, 1)",700:"hsla(235, 80%, 30%, 1)",750:"hsla(235, 80%, 25%, 1)",800:"hsla(235, 80%, 20%, 1)",850:"hsla(235, 80%, 15%, 1)",900:"hsla(235, 80%, 10%, 1)",950:"hsla(235, 80%, 6%, 1)"},"deep-purple":{50:"hsla(271, 65%, 95%, 1)",100:"hsla(271, 65%, 90%, 1)",150:"hsla(271, 65%, 85%, 1)",200:"hsla(271, 65%, 80%, 1)",250:"hsla(271, 65%, 75%, 1)",300:"hsla(271, 65%, 70%, 1)",350:"hsla(271, 65%, 65%, 1)",400:"hsla(271, 65%, 60%, 1)",450:"hsla(271, 65%, 55%, 1)",500:"hsla(271, 65%, 50%, 1)",550:"hsla(271, 65%, 45%, 1)",600:"hsla(271, 65%, 40%, 1)",650:"hsla(271, 65%, 35%, 1)",700:"hsla(271, 65%, 30%, 1)",750:"hsla(271, 65%, 25%, 1)",800:"hsla(271, 65%, 20%, 1)",850:"hsla(271, 65%, 15%, 1)",900:"hsla(271, 65%, 10%, 1)",950:"hsla(271, 65%, 6%, 1)"},purple:{50:"hsla(291, 65%, 95%, 1)",100:"hsla(291, 65%, 90%, 1)",150:"hsla(291, 65%, 85%, 1)",200:"hsla(291, 65%, 80%, 1)",250:"hsla(291, 65%, 75%, 1)",300:"hsla(291, 65%, 70%, 1)",350:"hsla(291, 65%, 65%, 1)",400:"hsla(291, 65%, 60%, 1)",450:"hsla(291, 65%, 55%, 1)",500:"hsla(291, 65%, 50%, 1)",550:"hsla(291, 65%, 45%, 1)",600:"hsla(291, 65%, 40%, 1)",650:"hsla(291, 65%, 35%, 1)",700:"hsla(291, 65%, 30%, 1)",750:"hsla(291, 65%, 25%, 1)",800:"hsla(291, 65%, 20%, 1)",850:"hsla(291, 65%, 15%, 1)",900:"hsla(291, 65%, 10%, 1)",950:"hsla(291, 65%, 6%, 1)"},pink:{50:"hsla(337, 65%, 95%, 1)",100:"hsla(337, 65%, 90%, 1)",150:"hsla(337, 65%, 85%, 1)",200:"hsla(337, 65%, 80%, 1)",250:"hsla(337, 65%, 75%, 1)",300:"hsla(337, 65%, 70%, 1)",350:"hsla(337, 65%, 65%, 1)",400:"hsla(337, 65%, 60%, 1)",450:"hsla(337, 65%, 55%, 1)",500:"hsla(337, 65%, 50%, 1)",550:"hsla(337, 65%, 45%, 1)",600:"hsla(337, 65%, 40%, 1)",650:"hsla(337, 65%, 35%, 1)",700:"hsla(337, 65%, 30%, 1)",750:"hsla(337, 65%, 25%, 1)",800:"hsla(337, 65%, 20%, 1)",850:"hsla(337, 65%, 15%, 1)",900:"hsla(337, 65%, 10%, 1)",950:"hsla(337, 65%, 6%, 1)"},black:"hsla(0,0%,0%,1)",white:"hsla(0,0%,100%,1)"},C6={light:{"text-main-color":"{grey-darken-3}","text-disabled-color":"{grey-lighten-1}","text-error-color":"{error-color}","text-link-color":"{info-color}","text-on-brand-color":"{white}"},dark:{"text-main-color":"{grey-lighten-3}","text-disabled-color":"{grey-darken-1}","text-error-color":"{error-color}","text-link-color":"{info-color}","text-on-brand-color":"{white}"}},k6={light:{shadow:{xs:"0 4px 4px rgba(0, 0, 0, 10%)"}},dark:{shadow:{xs:"0 4px 4px rgba(0, 0, 0, 15%)"}}},x6={light:{...C6.light,...k6.light},dark:{...C6.dark,...k6.dark}},I6={colorScheme:{light:{overlay:{select:{background:"{surface.0}",borderColor:"{surface.200}",color:"{text.color}"},popover:{background:"{gray.0}",borderColor:"{gray.0}",color:"{gray.850}"},tooltip:{background:"{gray.0}",borderColor:"{gray.0}",color:"{gray.850}"},modal:{background:"{gray.0}",borderColor:"{gray.0}",color:"{gray.850}"}}},dark:{overlay:{select:{background:"{surface.900}",borderColor:"{surface.700}",color:"{text.color}"},popover:{background:"{gray.750}",borderColor:"{gray.750}",color:"{gray.200}"},tooltip:{background:"{gray.750}",borderColor:"{gray.750}",color:"{gray.200}"},modal:{background:"{gray.750}",borderColor:"{gray.750}",color:"{gray.200}"}}}}},S6={colorScheme:{light:{focusRing:{color:"{primary.color}"}},dark:{focusRing:{color:"{primary.color}"}}}},E6={colorScheme:{light:{text:{color:"{surface.750}",hoverColor:"{surface.800}",mutedColor:"{surface.500}",hoverMutedColor:"{surface.600}",avatarColor:"{gray.0}"}},dark:{text:{color:"{surface.100}",hoverColor:"{surface.50}",mutedColor:"{surface.400}",hoverMutedColor:"{surface.300}",avatarColor:"{gray.850}"}}}},A6={colorScheme:{light:{formField:{background:"{surface.0}",disabledBackground:"{surface.200}",filledBackground:"{surface.50}",filledHoverBackground:"{surface.50}",filledFocusBackground:"{surface.50}",borderColor:"{surface.300}",hoverBorderColor:"{surface.400}",focusBorderColor:"{primary.color}",invalidBorderColor:"{error.color}",color:"{surface.700}",disabledColor:"{surface.500}",placeholderColor:"{surface.500}",invalidPlaceholderColor:"{red.600}",floatLabelColor:"{surface.500}",floatLabelFocusColor:"{primary.600}",floatLabelActiveColor:"{surface.500}",floatLabelInvalidColor:"{form.field.invalid.placeholder.color}",iconColor:"{surface.400}",shadow:"0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05)"}},dark:{formField:{background:"{surface.950}",disabledBackground:"{surface.700}",filledBackground:"{surface.800}",filledHoverBackground:"{surface.800}",filledFocusBackground:"{surface.800}",borderColor:"{surface.600}",hoverBorderColor:"{surface.500}",focusBorderColor:"{primary.color}",invalidBorderColor:"{error.color}",color:"{surface.0}",disabledColor:"{surface.400}",placeholderColor:"{surface.400}",invalidPlaceholderColor:"{red.400}",floatLabelColor:"{surface.400}",floatLabelFocusColor:"{primary.color}",floatLabelActiveColor:"{surface.400}",floatLabelInvalidColor:"{form.field.invalid.placeholder.color}",iconColor:"{surface.400}",shadow:"0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05)"}}}},T6={colorScheme:{light:{surface:{0:"{gray.0}",50:"{gray.50}",100:"{gray.100}",150:"{gray.150}",200:"{gray.200}",250:"{gray.250}",300:"{gray.300}",350:"{gray.350}",400:"{gray.400}",450:"{gray.450}",500:"{gray.500}",550:"{gray.550}",600:"{gray.600}",650:"{gray.650}",700:"{gray.700}",750:"{gray.750}",800:"{gray.800}",850:"{gray.850}",900:"{gray.900}",950:"{gray.950}"}},dark:{surface:{0:"{gray.0}",50:"{gray.50}",100:"{gray.100}",150:"{gray.150}",200:"{gray.200}",250:"{gray.250}",300:"{gray.300}",350:"{gray.350}",400:"{gray.400}",450:"{gray.450}",500:"{gray.500}",550:"{gray.550}",600:"{gray.600}",650:"{gray.650}",700:"{gray.700}",750:"{gray.750}",800:"{gray.800}",850:"{gray.850}",900:"{gray.900}",950:"{gray.950}"}}}},O6={colorScheme:{light:{content:{background:"{surface.0}",hoverBackground:"{surface.50}",borderColor:"{surface.100}",color:"{text.color}",hoverColor:"{text.hoverColor}",hoverMutedColor:"{text.hoverMutedColor}"}},dark:{content:{background:"{surface.800}",hoverBackground:"{surface.750}",borderColor:"{surface.700}",color:"{text.color}",hoverColor:"{text.hoverColor}",hoverMutedColor:"{text.hoverMutedColor}"}}}},D6={colorScheme:{light:{list:{option:{focusBackground:"{surface.100}",selectedBackground:"{highlight.background}",selectedFocusBackground:"{highlight.focus.background}",color:"{text.color}",focusColor:"{text.hover.color}",selectedColor:"{highlight.color}",selectedFocusColor:"{highlight.focus.color}",icon:{color:"{surface.400}",focusColor:"{surface.500}"}},optionGroup:{background:"transparent",color:"{text.muted.color}"}}},dark:{list:{option:{focusBackground:"{surface.800}",selectedBackground:"{highlight.background}",selectedFocusBackground:"{highlight.focus.background}",color:"{text.color}",focusColor:"{text.hover.color}",selectedColor:"{highlight.color}",selectedFocusColor:"{highlight.focus.color}",icon:{color:"{surface.500}",focusColor:"{surface.400}"}},optionGroup:{background:"transparent",color:"{text.muted.color}"}}}}},R6={colorScheme:{light:{navigation:{item:{focusBackground:"{surface.100}",activeBackground:"{surface.100}",color:"{text.color}",focusColor:"{text.hover.color}",activeColor:"{text.hover.color}",icon:{color:"{surface.400}",focusColor:"{surface.500}",activeColor:"{surface.500}"}},submenuLabel:{background:"transparent",color:"{text.muted.color}"},submenuIcon:{color:"{surface.400}",focusColor:"{surface.500}",activeColor:"{surface.500}"}}},dark:{navigation:{item:{focusBackground:"{surface.800}",activeBackground:"{surface.800}",color:"{text.color}",focusColor:"{text.hover.color}",activeColor:"{text.hover.color}",icon:{color:"{surface.500}",focusColor:"{surface.400}",activeColor:"{surface.400}"}},submenuLabel:{background:"transparent",color:"{text.muted.color}"},submenuIcon:{color:"{surface.500}",focusColor:"{surface.400}",activeColor:"{surface.400}"}}}}},B6={colorScheme:{light:{datatable:{border:{borderColor:"{surface.100}",color:"{surface.100}"}}},dark:{datatable:{border:{borderColor:"{surface.700}",color:"{surface.700}"}}}}},lpe={light:{...v6,...rpe,...x6.light,...S6.colorScheme.light,...I6.colorScheme.light,...E6.colorScheme.light,...A6.colorScheme.light,...T6.colorScheme.light,...O6.colorScheme.light,...D6.colorScheme.light,...R6.colorScheme.light,...B6.colorScheme.light},dark:{...v6,...ape,...x6.dark,...S6.colorScheme.dark,...I6.colorScheme.dark,...E6.colorScheme.dark,...A6.colorScheme.dark,...T6.colorScheme.dark,...O6.colorScheme.dark,...D6.colorScheme.dark,...R6.colorScheme.dark,...B6.colorScheme.dark}},spe={...{transitionDuration:"0.2s",disabledOpacity:"0.6",iconSize:"1rem",anchorGutter:"2px",content:{borderRadius:"{border.radius.md}"},mask:{transitionDuration:"0.15s"},formField:{paddingX:"0.75rem",paddingY:"0.5rem",sm:{fontSize:"0.875rem",paddingX:"0.5rem",paddingY:"0.25rem"},lg:{fontSize:"1.125rem",paddingX:"0.875rem",paddingY:"0.625rem"},borderRadius:"{border.radius.md}",focusRing:{width:"0",style:"none",color:"transparent",offset:"0",shadow:"none"},transitionDuration:"{transition.duration}"},list:{padding:"0.25rem 0.25rem",gap:"2px",header:{padding:"0.5rem 1rem 0.25rem 1rem"},option:{padding:"0.5rem 0.75rem",borderRadius:"{border.radius.sm}"},optionGroup:{padding:"0.5rem 0.75rem",fontWeight:"600"}},navigation:{list:{padding:"0.25rem 0.25rem",gap:"2px"},item:{padding:"0.5rem 0.75rem",borderRadius:"{border.radius.sm}",gap:"0.5rem"},submenuLabel:{padding:"0.5rem 0.75rem",fontWeight:"600"},submenuIcon:{size:"0.875rem"}},overlay:{select:{borderRadius:"{border.radius.md}",shadow:"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)"},popover:{borderRadius:"0.5rem",padding:"0.5rem"},modal:{borderRadius:"{border.radius.xl}",padding:"1.25rem",shadow:"0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)"},navigation:{shadow:"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)"}},focusRing:{width:"1px",style:"solid",offset:"2px",shadow:"none"}},colorScheme:lpe},dpe={background:"transparent",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",css:({dt:o})=>`
|
|
7002
7002
|
.p-autocomplete {
|
|
7003
7003
|
width: 100%;
|
|
7004
7004
|
}
|
|
@@ -7245,5 +7245,5 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
7245
7245
|
box-shadow: ${o("tooltip.shadow")};
|
|
7246
7246
|
border-radius: ${o("tooltip.border.radius")};
|
|
7247
7247
|
}
|
|
7248
|
-
`},Ipe=$te(ipe,{semantic:lpe,components:{autocomplete:dpe,avatar:cpe,breadcrumb:ppe,button:upe,chip:fpe,checkbox:W6,toggleswitch:vpe,divider:mpe,image:hpe,menubar:bpe,popover:gpe,radiobutton:ype,slider:wpe,tooltip:xpe,checkbox:W6,datatable:Cpe,toolbar:kpe},extend:{spacings:{multiplicator:"8px","3xs":"calc({spacings.multiplicator} / 4)","2xs":"calc({spacings.multiplicator} / 2)",xs:"calc({spacings.multiplicator} * 1)",sm:"calc({spacings.multiplicator} * 2)",md:"calc({spacings.multiplicator} * 3)",lg:"calc({spacings.multiplicator} * 4)",xl:"calc({spacings.multiplicator} * 5)","2xl":"calc({spacings.multiplicator} * 6)","3xl":"calc({spacings.multiplicator} * 7)"}},primitive:spe}),co=o=>(o.compatConfig={MODE:3},o),Spe=o=>{o.use(bY,{theme:{preset:Ipe,options:{darkModeSelector:".theme--dark"}}}),o.component("PButton",co(Xs)),o.component("PAutoComplete",co(E9)),o.component("PInputText",co(Tr)),o.component("PPopover",co(p6)),o.component("PMenubar",co(s6)),o.component("PToolbar",co(m6)),o.component("PAvatar",co(D9)),o.component("PCheckbox",co(Qs)),o.component("PTable",co(Zy)),o.component("PColumn",co(rY)),o.component("PRadio",co(Mu)),o.component("PChip",co(Cu)),o.component("PToggleSwitch",co(f6)),o.component("PBreadcrumb",co(B9)),o.component("PSlider",co(u6)),o.component("PDivider",co(Qy)),o.component("PImage",co(a6)),o.directive("tooltip",jte)},Epe={install(o,{eventBus:i,router:n,globals:r={}}){Object.keys(Tg).forEach(d=>{o.directive(d,Tg[d])}),Object.keys(xg).forEach(d=>{o.component(d,xg[d])}),Object.keys(r).forEach(d=>{o.provide(d,r[d])}),o.provide("$eventBus",i),n&&o.use(n),Spe(o)},generateInstance:Qf};function Te(o,i,n){return(i=Tpe(i))in o?Object.defineProperty(o,i,{value:n,enumerable:!0,configurable:!0,writable:!0}):o[i]=n,o}function Ape(o,i){if(typeof o!="object"||o===null)return o;var n=o[Symbol.toPrimitive];if(n!==void 0){var r=n.call(o,i);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(i==="string"?String:Number)(o)}function Tpe(o){var i=Ape(o,"string");return typeof i=="symbol"?i:String(i)}function Ope(o,i){if(!(o instanceof i))throw new TypeError("Cannot call a class as a function")}function Z6(o,i){for(var n=0;n<i.length;n++){var r=i[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(o,r.key,r)}}function Dpe(o,i,n){return i&&Z6(o.prototype,i),n&&Z6(o,n),o}function Rpe(o,i,n){return i in o?Object.defineProperty(o,i,{value:n,enumerable:!0,configurable:!0,writable:!0}):o[i]=n,o}function Y6(o,i){var n=Object.keys(o);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(o);i&&(r=r.filter(function(d){return Object.getOwnPropertyDescriptor(o,d).enumerable})),n.push.apply(n,r)}return n}function X6(o){for(var i=1;i<arguments.length;i++){var n=arguments[i]!=null?arguments[i]:{};i%2?Y6(Object(n),!0).forEach(function(r){Rpe(o,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(o,Object.getOwnPropertyDescriptors(n)):Y6(Object(n)).forEach(function(r){Object.defineProperty(o,r,Object.getOwnPropertyDescriptor(n,r))})}return o}var Q6={addCSS:!0,thumbWidth:15,watch:!0};function Bpe(o,i){return(function(){return Array.from(document.querySelectorAll(i)).includes(this)}).call(o,i)}function _pe(o,i){if(o&&i){var n=new Event(i,{bubbles:!0});o.dispatchEvent(n)}}var sl=function(o){return o!=null?o.constructor:null},Zu=function(o,i){return!!(o&&i&&o instanceof i)},J6=function(o){return o==null},e8=function(o){return sl(o)===Object},Lpe=function(o){return sl(o)===Number&&!Number.isNaN(o)},t8=function(o){return sl(o)===String},Ppe=function(o){return sl(o)===Boolean},Mpe=function(o){return sl(o)===Function},o8=function(o){return Array.isArray(o)},i8=function(o){return Zu(o,NodeList)},Npe=function(o){return Zu(o,Element)},jpe=function(o){return Zu(o,Event)},$pe=function(o){return J6(o)||(t8(o)||o8(o)||i8(o))&&!o.length||e8(o)&&!Object.keys(o).length},bo={nullOrUndefined:J6,object:e8,number:Lpe,string:t8,boolean:Ppe,function:Mpe,array:o8,nodeList:i8,element:Npe,event:jpe,empty:$pe};function Fpe(o){var i="".concat(o).match(/(?:\.(\d+))?(?:[eE]([+-]?\d+))?$/);return i?Math.max(0,(i[1]?i[1].length:0)-(i[2]?+i[2]:0)):0}function qpe(o,i){if(1>i){var n=Fpe(i);return parseFloat(o.toFixed(n))}return Math.round(o/i)*i}var Vpe=function(){function o(i,n){Ope(this,o),bo.element(i)?this.element=i:bo.string(i)&&(this.element=document.querySelector(i)),bo.element(this.element)&&bo.empty(this.element.rangeTouch)&&(this.config=X6({},Q6,{},n),this.init())}return Dpe(o,[{key:"init",value:function(){o.enabled&&(this.config.addCSS&&(this.element.style.userSelect="none",this.element.style.webKitUserSelect="none",this.element.style.touchAction="manipulation"),this.listeners(!0),this.element.rangeTouch=this)}},{key:"destroy",value:function(){o.enabled&&(this.config.addCSS&&(this.element.style.userSelect="",this.element.style.webKitUserSelect="",this.element.style.touchAction=""),this.listeners(!1),this.element.rangeTouch=null)}},{key:"listeners",value:function(i){var n=this,r=i?"addEventListener":"removeEventListener";["touchstart","touchmove","touchend"].forEach(function(d){n.element[r](d,function(s){return n.set(s)},!1)})}},{key:"get",value:function(i){if(!o.enabled||!bo.event(i))return null;var n,r=i.target,d=i.changedTouches[0],s=parseFloat(r.getAttribute("min"))||0,p=parseFloat(r.getAttribute("max"))||100,f=parseFloat(r.getAttribute("step"))||1,h=r.getBoundingClientRect(),b=100/h.width*(this.config.thumbWidth/2)/100;return 0>(n=100/h.width*(d.clientX-h.left))?n=0:100<n&&(n=100),50>n?n-=(100-2*n)*b:50<n&&(n+=2*(n-50)*b),s+qpe(n/100*(p-s),f)}},{key:"set",value:function(i){o.enabled&&bo.event(i)&&!i.target.disabled&&(i.preventDefault(),i.target.value=this.get(i),_pe(i.target,i.type==="touchend"?"change":"input"))}}],[{key:"setup",value:function(i){var n=1<arguments.length&&arguments[1]!==void 0?arguments[1]:{},r=null;if(bo.empty(i)||bo.string(i)?r=Array.from(document.querySelectorAll(bo.string(i)?i:'input[type="range"]')):bo.element(i)?r=[i]:bo.nodeList(i)?r=Array.from(i):bo.array(i)&&(r=i.filter(bo.element)),bo.empty(r))return null;var d=X6({},Q6,{},n);if(bo.string(i)&&d.watch){var s=new MutationObserver(function(p){Array.from(p).forEach(function(f){Array.from(f.addedNodes).forEach(function(h){bo.element(h)&&Bpe(h,i)&&new o(h,d)})})});s.observe(document.body,{childList:!0,subtree:!0})}return r.map(function(p){return new o(p,n)})}},{key:"enabled",get:function(){return"ontouchstart"in document.documentElement}}]),o}();const dl=o=>o!=null?o.constructor:null,$i=(o,i)=>!!(o&&i&&o instanceof i),Yu=o=>o==null,n8=o=>dl(o)===Object,zpe=o=>dl(o)===Number&&!Number.isNaN(o),sd=o=>dl(o)===String,Upe=o=>dl(o)===Boolean,a8=o=>typeof o=="function",r8=o=>Array.isArray(o),Hpe=o=>$i(o,WeakMap),l8=o=>$i(o,NodeList),Kpe=o=>dl(o)===Text,Wpe=o=>$i(o,Event),Gpe=o=>$i(o,KeyboardEvent),Zpe=o=>$i(o,window.TextTrackCue)||$i(o,window.VTTCue),Ype=o=>$i(o,TextTrack)||!Yu(o)&&sd(o.kind),Xpe=o=>$i(o,Promise)&&a8(o.then),Qpe=o=>o!==null&&typeof o=="object"&&o.nodeType===1&&typeof o.style=="object"&&typeof o.ownerDocument=="object",s8=o=>Yu(o)||(sd(o)||r8(o)||l8(o))&&!o.length||n8(o)&&!Object.keys(o).length;var K={nullOrUndefined:Yu,object:n8,number:zpe,string:sd,boolean:Upe,function:a8,array:r8,weakMap:Hpe,nodeList:l8,element:Qpe,textNode:Kpe,event:Wpe,keyboardEvent:Gpe,cue:Zpe,track:Ype,promise:Xpe,url:o=>{if($i(o,window.URL))return!0;if(!sd(o))return!1;let i=o;o.startsWith("http://")&&o.startsWith("https://")||(i=`http://${o}`);try{return!s8(new URL(i).hostname)}catch{return!1}},empty:s8};const Xu=(()=>{const o=document.createElement("span"),i={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"},n=Object.keys(i).find(r=>o.style[r]!==void 0);return!!K.string(n)&&i[n]})();function d8(o,i){setTimeout(()=>{try{o.hidden=!0,o.offsetHeight,o.hidden=!1}catch{}},i)}const Jpe=!!window.document.documentMode,e0e=/Edge/g.test(navigator.userAgent),t0e="WebkitAppearance"in document.documentElement.style&&!/Edge/g.test(navigator.userAgent),o0e=/iPhone|iPod/gi.test(navigator.userAgent)&&navigator.maxTouchPoints>1,i0e=navigator.platform==="MacIntel"&&navigator.maxTouchPoints>1,n0e=/iPad|iPhone|iPod/gi.test(navigator.userAgent)&&navigator.maxTouchPoints>1;var io={isIE:Jpe,isEdge:e0e,isWebKit:t0e,isIPhone:o0e,isIPadOS:i0e,isIos:n0e};function a0e(o){return JSON.parse(JSON.stringify(o))}function c8(o,i){return i.split(".").reduce((n,r)=>n&&n[r],o)}function Ut(o={},...i){if(!i.length)return o;const n=i.shift();return K.object(n)?(Object.keys(n).forEach(r=>{K.object(n[r])?(Object.keys(o).includes(r)||Object.assign(o,{[r]:{}}),Ut(o[r],n[r])):Object.assign(o,{[r]:n[r]})}),Ut(o,...i)):o}function p8(o,i){const n=o.length?o:[o];Array.from(n).reverse().forEach((r,d)=>{const s=d>0?i.cloneNode(!0):i,p=r.parentNode,f=r.nextSibling;s.appendChild(r),f?p.insertBefore(s,f):p.appendChild(s)})}function Qu(o,i){K.element(o)&&!K.empty(i)&&Object.entries(i).filter(([,n])=>!K.nullOrUndefined(n)).forEach(([n,r])=>o.setAttribute(n,r))}function Ue(o,i,n){const r=document.createElement(o);return K.object(i)&&Qu(r,i),K.string(n)&&(r.innerText=n),r}function r0e(o,i){K.element(o)&&K.element(i)&&i.parentNode.insertBefore(o,i.nextSibling)}function u8(o,i,n,r){K.element(i)&&i.appendChild(Ue(o,n,r))}function Fi(o){K.nodeList(o)||K.array(o)?Array.from(o).forEach(Fi):K.element(o)&&K.element(o.parentNode)&&o.parentNode.removeChild(o)}function dd(o){if(!K.element(o))return;let{length:i}=o.childNodes;for(;i>0;)o.removeChild(o.lastChild),i-=1}function cd(o,i){return K.element(i)&&K.element(i.parentNode)&&K.element(o)?(i.parentNode.replaceChild(o,i),o):null}function xi(o,i){if(!K.string(o)||K.empty(o))return{};const n={},r=Ut({},i);return o.split(",").forEach(d=>{const s=d.trim(),p=s.replace(".",""),f=s.replace(/[[\]]/g,"").split("="),[h]=f,b=f.length>1?f[1].replace(/["']/g,""):"";switch(s.charAt(0)){case".":K.string(r.class)?n.class=`${r.class} ${p}`:n.class=p;break;case"#":n.id=s.replace("#","");break;case"[":n[h]=b}}),Ut(r,n)}function Kn(o,i){if(!K.element(o))return;let n=i;K.boolean(n)||(n=!o.hidden),o.hidden=n}function ft(o,i,n){if(K.nodeList(o))return Array.from(o).map(r=>ft(r,i,n));if(K.element(o)){let r="toggle";return n!==void 0&&(r=n?"add":"remove"),o.classList[r](i),o.classList.contains(i)}return!1}function pd(o,i){return K.element(o)&&o.classList.contains(i)}function Wn(o,i){const{prototype:n}=Element;return(n.matches||n.webkitMatchesSelector||n.mozMatchesSelector||n.msMatchesSelector||function(){return Array.from(document.querySelectorAll(i)).includes(this)}).call(o,i)}function l0e(o,i){const{prototype:n}=Element;return(n.closest||function(){let r=this;do{if(Wn.matches(r,i))return r;r=r.parentElement||r.parentNode}while(r!==null&&r.nodeType===1);return null}).call(o,i)}function cl(o){return this.elements.container.querySelectorAll(o)}function Jt(o){return this.elements.container.querySelector(o)}function Ju(o=null,i=!1){K.element(o)&&o.focus({preventScroll:!0,focusVisible:i})}const f8={"audio/ogg":"vorbis","audio/wav":"1","video/webm":"vp8, vorbis","video/mp4":"avc1.42E01E, mp4a.40.2","video/ogg":"theora"},Ht={audio:"canPlayType"in document.createElement("audio"),video:"canPlayType"in document.createElement("video"),check(o,i){const n=Ht[o]||i!=="html5";return{api:n,ui:n&&Ht.rangeInput}},pip:!(io.isIPhone||!K.function(Ue("video").webkitSetPresentationMode)&&(!document.pictureInPictureEnabled||Ue("video").disablePictureInPicture)),airplay:K.function(window.WebKitPlaybackTargetAvailabilityEvent),playsinline:"playsInline"in document.createElement("video"),mime(o){if(K.empty(o))return!1;const[i]=o.split("/");let n=o;if(!this.isHTML5||i!==this.type)return!1;Object.keys(f8).includes(n)&&(n+=`; codecs="${f8[o]}"`);try{return!!(n&&this.media.canPlayType(n).replace(/no/,""))}catch{return!1}},textTracks:"textTracks"in document.createElement("video"),rangeInput:(()=>{const o=document.createElement("input");return o.type="range",o.type==="range"})(),touch:"ontouchstart"in document.documentElement,transitions:Xu!==!1,reducedMotion:"matchMedia"in window&&window.matchMedia("(prefers-reduced-motion)").matches},s0e=(()=>{let o=!1;try{const i=Object.defineProperty({},"passive",{get:()=>(o=!0,null)});window.addEventListener("test",null,i),window.removeEventListener("test",null,i)}catch{}return o})();function pl(o,i,n,r=!1,d=!0,s=!1){if(!o||!("addEventListener"in o)||K.empty(i)||!K.function(n))return;const p=i.split(" ");let f=s;s0e&&(f={passive:d,capture:s}),p.forEach(h=>{this&&this.eventListeners&&r&&this.eventListeners.push({element:o,type:h,callback:n,options:f}),o[r?"addEventListener":"removeEventListener"](h,n,f)})}function rt(o,i="",n,r=!0,d=!1){pl.call(this,o,i,n,!0,r,d)}function ud(o,i="",n,r=!0,d=!1){pl.call(this,o,i,n,!1,r,d)}function e1(o,i="",n,r=!0,d=!1){const s=(...p)=>{ud(o,i,s,r,d),n.apply(this,p)};pl.call(this,o,i,s,!0,r,d)}function Ke(o,i="",n=!1,r={}){if(!K.element(o)||K.empty(i))return;const d=new CustomEvent(i,{bubbles:n,detail:{...r,plyr:this}});o.dispatchEvent(d)}function d0e(){this&&this.eventListeners&&(this.eventListeners.forEach(o=>{const{element:i,type:n,callback:r,options:d}=o;i.removeEventListener(n,r,d)}),this.eventListeners=[])}function c0e(){return new Promise(o=>this.ready?setTimeout(o,0):rt.call(this,this.elements.container,"ready",o)).then(()=>{})}function Ii(o){K.promise(o)&&o.then(null,()=>{})}function t1(o){return K.array(o)?o.filter((i,n)=>o.indexOf(i)===n):o}function m8(o,i){return K.array(o)&&o.length?o.reduce((n,r)=>Math.abs(r-i)<Math.abs(n-i)?r:n):null}function h8(o){return!(!window||!window.CSS)&&window.CSS.supports(o)}const b8=[[1,1],[4,3],[3,4],[5,4],[4,5],[3,2],[2,3],[16,10],[10,16],[16,9],[9,16],[21,9],[9,21],[32,9],[9,32]].reduce((o,[i,n])=>({...o,[i/n]:[i,n]}),{});function g8(o){return K.array(o)||K.string(o)&&o.includes(":")?(K.array(o)?o:o.split(":")).map(Number).every(K.number):!1}function fd(o){if(!K.array(o)||!o.every(K.number))return null;const[i,n]=o,r=(s,p)=>p===0?s:r(p,s%p),d=r(i,n);return[i/d,n/d]}function o1(o){const i=r=>g8(r)?r.split(":").map(Number):null;let n=i(o);if(n===null&&(n=i(this.config.ratio)),n===null&&!K.empty(this.embed)&&K.array(this.embed.ratio)&&({ratio:n}=this.embed),n===null&&this.isHTML5){const{videoWidth:r,videoHeight:d}=this.media;n=[r,d]}return fd(n)}function Oa(o){if(!this.isVideo)return{};const{wrapper:i}=this.elements,n=o1.call(this,o);if(!K.array(n))return{};const[r,d]=fd(n),s=100/r*d;if(h8(`aspect-ratio: ${r}/${d}`)?i.style.aspectRatio=`${r}/${d}`:i.style.paddingBottom=`${s}%`,this.isVimeo&&!this.config.vimeo.premium&&this.supported.ui){const p=100/this.media.offsetWidth*parseInt(window.getComputedStyle(this.media).paddingBottom,10),f=(p-s)/(p/50);this.fullscreen.active?i.style.paddingBottom=null:this.media.style.transform=`translateY(-${f}%)`}else this.isHTML5&&i.classList.add(this.config.classNames.videoFixedRatio);return{padding:s,ratio:n}}function y8(o,i,n=.05){const r=o/i,d=m8(Object.keys(b8),r);return Math.abs(d-r)<=n?b8[d]:[o,i]}function p0e(){return[Math.max(document.documentElement.clientWidth||0,window.innerWidth||0),Math.max(document.documentElement.clientHeight||0,window.innerHeight||0)]}const dn={getSources(){return this.isHTML5?Array.from(this.media.querySelectorAll("source")).filter(o=>{const i=o.getAttribute("type");return!!K.empty(i)||Ht.mime.call(this,i)}):[]},getQualityOptions(){return this.config.quality.forced?this.config.quality.options:dn.getSources.call(this).map(o=>Number(o.getAttribute("size"))).filter(Boolean)},setup(){if(!this.isHTML5)return;const o=this;o.options.speed=o.config.speed.options,K.empty(this.config.ratio)||Oa.call(o),Object.defineProperty(o.media,"quality",{get(){const i=dn.getSources.call(o).find(n=>n.getAttribute("src")===o.source);return i&&Number(i.getAttribute("size"))},set(i){if(o.quality!==i){if(o.config.quality.forced&&K.function(o.config.quality.onChange))o.config.quality.onChange(i);else{const n=dn.getSources.call(o).find(h=>Number(h.getAttribute("size"))===i);if(!n)return;const{currentTime:r,paused:d,preload:s,readyState:p,playbackRate:f}=o.media;o.media.src=n.getAttribute("src"),(s!=="none"||p)&&(o.once("loadedmetadata",()=>{o.speed=f,o.currentTime=r,d||Ii(o.play())}),o.media.load())}Ke.call(o,o.media,"qualitychange",!1,{quality:i})}}})},cancelRequests(){this.isHTML5&&(Fi(dn.getSources.call(this)),this.media.setAttribute("src",this.config.blankVideo),this.media.load(),this.debug.log("Cancelled network requests"))}};function u0e(o){return`${o}-${Math.floor(1e4*Math.random())}`}function i1(o,...i){return K.empty(o)?o:o.toString().replace(/{(\d+)}/g,(n,r)=>i[r].toString())}function f0e(o,i){return o===0||i===0||Number.isNaN(o)||Number.isNaN(i)?0:(o/i*100).toFixed(2)}const ul=(o="",i="",n="")=>o.replace(new RegExp(i.toString().replace(/([.*+?^=!:${}()|[\]/\\])/g,"\\$1"),"g"),n.toString()),w8=(o="")=>o.toString().replace(/\w\S*/g,i=>i.charAt(0).toUpperCase()+i.slice(1).toLowerCase());function m0e(o=""){let i=o.toString();return i=ul(i,"-"," "),i=ul(i,"_"," "),i=w8(i),ul(i," ","")}function h0e(o=""){let i=o.toString();return i=m0e(i),i.charAt(0).toLowerCase()+i.slice(1)}function b0e(o){const i=document.createDocumentFragment(),n=document.createElement("div");return i.appendChild(n),n.innerHTML=o,i.firstChild.innerText}function g0e(o){const i=document.createElement("div");return i.appendChild(o),i.innerHTML}const v8={pip:"PIP",airplay:"AirPlay",html5:"HTML5",vimeo:"Vimeo",youtube:"YouTube"},no={get(o="",i={}){if(K.empty(o)||K.empty(i))return"";let n=c8(i.i18n,o);if(K.empty(n))return Object.keys(v8).includes(o)?v8[o]:"";const r={"{seektime}":i.seekTime,"{title}":i.title};return Object.entries(r).forEach(([d,s])=>{n=ul(n,d,s)}),n}};class fl{constructor(i){Te(this,"get",n=>{if(!fl.supported||!this.enabled)return null;const r=window.localStorage.getItem(this.key);if(K.empty(r))return null;const d=JSON.parse(r);return K.string(n)&&n.length?d[n]:d}),Te(this,"set",n=>{if(!fl.supported||!this.enabled||!K.object(n))return;let r=this.get();K.empty(r)&&(r={}),Ut(r,n);try{window.localStorage.setItem(this.key,JSON.stringify(r))}catch{}}),this.enabled=i.config.storage.enabled,this.key=i.config.storage.key}static get supported(){try{if(!("localStorage"in window))return!1;const i="___test";return window.localStorage.setItem(i,i),window.localStorage.removeItem(i),!0}catch{return!1}}}function ml(o,i="text"){return new Promise((n,r)=>{try{const d=new XMLHttpRequest;if(!("withCredentials"in d))return;d.addEventListener("load",()=>{if(i==="text")try{n(JSON.parse(d.responseText))}catch{n(d.responseText)}else n(d.response)}),d.addEventListener("error",()=>{throw new Error(d.status)}),d.open("GET",o,!0),d.responseType=i,d.send()}catch(d){r(d)}})}function C8(o,i){if(!K.string(o))return;const n="cache",r=K.string(i);let d=!1;const s=()=>document.getElementById(i)!==null,p=(f,h)=>{f.innerHTML=h,r&&s()||document.body.insertAdjacentElement("afterbegin",f)};if(!r||!s()){const f=fl.supported,h=document.createElement("div");if(h.setAttribute("hidden",""),r&&h.setAttribute("id",i),f){const b=window.localStorage.getItem(`${n}-${i}`);if(d=b!==null,d){const g=JSON.parse(b);p(h,g.content)}}ml(o).then(b=>{if(!K.empty(b)){if(f)try{window.localStorage.setItem(`${n}-${i}`,JSON.stringify({content:b}))}catch{}p(h,b)}}).catch(()=>{})}}const k8=o=>Math.trunc(o/60/60%60,10),y0e=o=>Math.trunc(o/60%60,10),w0e=o=>Math.trunc(o%60,10);function md(o=0,i=!1,n=!1){if(!K.number(o))return md(void 0,i,n);const r=f=>`0${f}`.slice(-2);let d=k8(o);const s=y0e(o),p=w0e(o);return d=i||d>0?`${d}:`:"",`${n&&o>0?"-":""}${d}${r(s)}:${r(p)}`}const Ee={getIconUrl(){const o=new URL(this.config.iconUrl,window.location),i=window.location.host?window.location.host:window.top.location.host,n=o.host!==i||io.isIE&&!window.svg4everybody;return{url:this.config.iconUrl,cors:n}},findElements(){try{return this.elements.controls=Jt.call(this,this.config.selectors.controls.wrapper),this.elements.buttons={play:cl.call(this,this.config.selectors.buttons.play),pause:Jt.call(this,this.config.selectors.buttons.pause),restart:Jt.call(this,this.config.selectors.buttons.restart),rewind:Jt.call(this,this.config.selectors.buttons.rewind),fastForward:Jt.call(this,this.config.selectors.buttons.fastForward),mute:Jt.call(this,this.config.selectors.buttons.mute),pip:Jt.call(this,this.config.selectors.buttons.pip),airplay:Jt.call(this,this.config.selectors.buttons.airplay),settings:Jt.call(this,this.config.selectors.buttons.settings),captions:Jt.call(this,this.config.selectors.buttons.captions),fullscreen:Jt.call(this,this.config.selectors.buttons.fullscreen)},this.elements.progress=Jt.call(this,this.config.selectors.progress),this.elements.inputs={seek:Jt.call(this,this.config.selectors.inputs.seek),volume:Jt.call(this,this.config.selectors.inputs.volume)},this.elements.display={buffer:Jt.call(this,this.config.selectors.display.buffer),currentTime:Jt.call(this,this.config.selectors.display.currentTime),duration:Jt.call(this,this.config.selectors.display.duration)},K.element(this.elements.progress)&&(this.elements.display.seekTooltip=this.elements.progress.querySelector(`.${this.config.classNames.tooltip}`)),!0}catch(o){return this.debug.warn("It looks like there is a problem with your custom controls HTML",o),this.toggleNativeControls(!0),!1}},createIcon(o,i){const n="http://www.w3.org/2000/svg",r=Ee.getIconUrl.call(this),d=`${r.cors?"":r.url}#${this.config.iconPrefix}`,s=document.createElementNS(n,"svg");Qu(s,Ut(i,{"aria-hidden":"true",focusable:"false"}));const p=document.createElementNS(n,"use"),f=`${d}-${o}`;return"href"in p&&p.setAttributeNS("http://www.w3.org/1999/xlink","href",f),p.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",f),s.appendChild(p),s},createLabel(o,i={}){const n=no.get(o,this.config);return Ue("span",{...i,class:[i.class,this.config.classNames.hidden].filter(Boolean).join(" ")},n)},createBadge(o){if(K.empty(o))return null;const i=Ue("span",{class:this.config.classNames.menu.value});return i.appendChild(Ue("span",{class:this.config.classNames.menu.badge},o)),i},createButton(o,i){const n=Ut({},i);let r=h0e(o);const d={element:"button",toggle:!1,label:null,icon:null,labelPressed:null,iconPressed:null};switch(["element","icon","label"].forEach(p=>{Object.keys(n).includes(p)&&(d[p]=n[p],delete n[p])}),d.element!=="button"||Object.keys(n).includes("type")||(n.type="button"),Object.keys(n).includes("class")?n.class.split(" ").some(p=>p===this.config.classNames.control)||Ut(n,{class:`${n.class} ${this.config.classNames.control}`}):n.class=this.config.classNames.control,o){case"play":d.toggle=!0,d.label="play",d.labelPressed="pause",d.icon="play",d.iconPressed="pause";break;case"mute":d.toggle=!0,d.label="mute",d.labelPressed="unmute",d.icon="volume",d.iconPressed="muted";break;case"captions":d.toggle=!0,d.label="enableCaptions",d.labelPressed="disableCaptions",d.icon="captions-off",d.iconPressed="captions-on";break;case"fullscreen":d.toggle=!0,d.label="enterFullscreen",d.labelPressed="exitFullscreen",d.icon="enter-fullscreen",d.iconPressed="exit-fullscreen";break;case"play-large":n.class+=` ${this.config.classNames.control}--overlaid`,r="play",d.label="play",d.icon="play";break;default:K.empty(d.label)&&(d.label=r),K.empty(d.icon)&&(d.icon=o)}const s=Ue(d.element);return d.toggle?(s.appendChild(Ee.createIcon.call(this,d.iconPressed,{class:"icon--pressed"})),s.appendChild(Ee.createIcon.call(this,d.icon,{class:"icon--not-pressed"})),s.appendChild(Ee.createLabel.call(this,d.labelPressed,{class:"label--pressed"})),s.appendChild(Ee.createLabel.call(this,d.label,{class:"label--not-pressed"}))):(s.appendChild(Ee.createIcon.call(this,d.icon)),s.appendChild(Ee.createLabel.call(this,d.label))),Ut(n,xi(this.config.selectors.buttons[r],n)),Qu(s,n),r==="play"?(K.array(this.elements.buttons[r])||(this.elements.buttons[r]=[]),this.elements.buttons[r].push(s)):this.elements.buttons[r]=s,s},createRange(o,i){const n=Ue("input",Ut(xi(this.config.selectors.inputs[o]),{type:"range",min:0,max:100,step:.01,value:0,autocomplete:"off",role:"slider","aria-label":no.get(o,this.config),"aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":0},i));return this.elements.inputs[o]=n,Ee.updateRangeFill.call(this,n),Vpe.setup(n),n},createProgress(o,i){const n=Ue("progress",Ut(xi(this.config.selectors.display[o]),{min:0,max:100,value:0,role:"progressbar","aria-hidden":!0},i));if(o!=="volume"){n.appendChild(Ue("span",null,"0"));const r={played:"played",buffer:"buffered"}[o],d=r?no.get(r,this.config):"";n.innerText=`% ${d.toLowerCase()}`}return this.elements.display[o]=n,n},createTime(o,i){const n=xi(this.config.selectors.display[o],i),r=Ue("div",Ut(n,{class:`${n.class?n.class:""} ${this.config.classNames.display.time} `.trim(),"aria-label":no.get(o,this.config),role:"timer"}),"00:00");return this.elements.display[o]=r,r},bindMenuItemShortcuts(o,i){rt.call(this,o,"keydown keyup",n=>{if(![" ","ArrowUp","ArrowDown","ArrowRight"].includes(n.key)||(n.preventDefault(),n.stopPropagation(),n.type==="keydown"))return;const r=Wn(o,'[role="menuitemradio"]');if(!r&&[" ","ArrowRight"].includes(n.key))Ee.showMenuPanel.call(this,i,!0);else{let d;n.key!==" "&&(n.key==="ArrowDown"||r&&n.key==="ArrowRight"?(d=o.nextElementSibling,K.element(d)||(d=o.parentNode.firstElementChild)):(d=o.previousElementSibling,K.element(d)||(d=o.parentNode.lastElementChild)),Ju.call(this,d,!0))}},!1),rt.call(this,o,"keyup",n=>{n.key==="Return"&&Ee.focusFirstMenuItem.call(this,null,!0)})},createMenuItem({value:o,list:i,type:n,title:r,badge:d=null,checked:s=!1}){const p=xi(this.config.selectors.inputs[n]),f=Ue("button",Ut(p,{type:"button",role:"menuitemradio",class:`${this.config.classNames.control} ${p.class?p.class:""}`.trim(),"aria-checked":s,value:o})),h=Ue("span");h.innerHTML=r,K.element(d)&&h.appendChild(d),f.appendChild(h),Object.defineProperty(f,"checked",{enumerable:!0,get:()=>f.getAttribute("aria-checked")==="true",set(b){b&&Array.from(f.parentNode.children).filter(g=>Wn(g,'[role="menuitemradio"]')).forEach(g=>g.setAttribute("aria-checked","false")),f.setAttribute("aria-checked",b?"true":"false")}}),this.listeners.bind(f,"click keyup",b=>{if(!K.keyboardEvent(b)||b.key===" "){switch(b.preventDefault(),b.stopPropagation(),f.checked=!0,n){case"language":this.currentTrack=Number(o);break;case"quality":this.quality=o;break;case"speed":this.speed=parseFloat(o)}Ee.showMenuPanel.call(this,"home",K.keyboardEvent(b))}},n,!1),Ee.bindMenuItemShortcuts.call(this,f,n),i.appendChild(f)},formatTime(o=0,i=!1){return K.number(o)?md(o,k8(this.duration)>0,i):o},updateTimeDisplay(o=null,i=0,n=!1){K.element(o)&&K.number(i)&&(o.innerText=Ee.formatTime(i,n))},updateVolume(){this.supported.ui&&(K.element(this.elements.inputs.volume)&&Ee.setRange.call(this,this.elements.inputs.volume,this.muted?0:this.volume),K.element(this.elements.buttons.mute)&&(this.elements.buttons.mute.pressed=this.muted||this.volume===0))},setRange(o,i=0){K.element(o)&&(o.value=i,Ee.updateRangeFill.call(this,o))},updateProgress(o){if(!this.supported.ui||!K.event(o))return;let i=0;const n=(r,d)=>{const s=K.number(d)?d:0,p=K.element(r)?r:this.elements.display.buffer;if(K.element(p)){p.value=s;const f=p.getElementsByTagName("span")[0];K.element(f)&&(f.childNodes[0].nodeValue=s)}};if(o)switch(o.type){case"timeupdate":case"seeking":case"seeked":i=f0e(this.currentTime,this.duration),o.type==="timeupdate"&&Ee.setRange.call(this,this.elements.inputs.seek,i);break;case"playing":case"progress":n(this.elements.display.buffer,100*this.buffered)}},updateRangeFill(o){const i=K.event(o)?o.target:o;if(K.element(i)&&i.getAttribute("type")==="range"){if(Wn(i,this.config.selectors.inputs.seek)){i.setAttribute("aria-valuenow",this.currentTime);const n=Ee.formatTime(this.currentTime),r=Ee.formatTime(this.duration),d=no.get("seekLabel",this.config);i.setAttribute("aria-valuetext",d.replace("{currentTime}",n).replace("{duration}",r))}else if(Wn(i,this.config.selectors.inputs.volume)){const n=100*i.value;i.setAttribute("aria-valuenow",n),i.setAttribute("aria-valuetext",`${n.toFixed(1)}%`)}else i.setAttribute("aria-valuenow",i.value);(io.isWebKit||io.isIPadOS)&&i.style.setProperty("--value",i.value/i.max*100+"%")}},updateSeekTooltip(o){var i,n;if(!this.config.tooltips.seek||!K.element(this.elements.inputs.seek)||!K.element(this.elements.display.seekTooltip)||this.duration===0)return;const r=this.elements.display.seekTooltip,d=`${this.config.classNames.tooltip}--visible`,s=g=>ft(r,d,g);if(this.touch)return void s(!1);let p=0;const f=this.elements.progress.getBoundingClientRect();if(K.event(o))p=100/f.width*(o.pageX-f.left);else{if(!pd(r,d))return;p=parseFloat(r.style.left,10)}p<0?p=0:p>100&&(p=100);const h=this.duration/100*p;r.innerText=Ee.formatTime(h);const b=(i=this.config.markers)===null||i===void 0||(n=i.points)===null||n===void 0?void 0:n.find(({time:g})=>g===Math.round(h));b&&r.insertAdjacentHTML("afterbegin",`${b.label}<br>`),r.style.left=`${p}%`,K.event(o)&&["mouseenter","mouseleave"].includes(o.type)&&s(o.type==="mouseenter")},timeUpdate(o){const i=!K.element(this.elements.display.duration)&&this.config.invertTime;Ee.updateTimeDisplay.call(this,this.elements.display.currentTime,i?this.duration-this.currentTime:this.currentTime,i),o&&o.type==="timeupdate"&&this.media.seeking||Ee.updateProgress.call(this,o)},durationUpdate(){if(!this.supported.ui||!this.config.invertTime&&this.currentTime)return;if(this.duration>=2**32)return Kn(this.elements.display.currentTime,!0),void Kn(this.elements.progress,!0);K.element(this.elements.inputs.seek)&&this.elements.inputs.seek.setAttribute("aria-valuemax",this.duration);const o=K.element(this.elements.display.duration);!o&&this.config.displayDuration&&this.paused&&Ee.updateTimeDisplay.call(this,this.elements.display.currentTime,this.duration),o&&Ee.updateTimeDisplay.call(this,this.elements.display.duration,this.duration),this.config.markers.enabled&&Ee.setMarkers.call(this),Ee.updateSeekTooltip.call(this)},toggleMenuButton(o,i){Kn(this.elements.settings.buttons[o],!i)},updateSetting(o,i,n){const r=this.elements.settings.panels[o];let d=null,s=i;if(o==="captions")d=this.currentTrack;else{if(d=K.empty(n)?this[o]:n,K.empty(d)&&(d=this.config[o].default),!K.empty(this.options[o])&&!this.options[o].includes(d))return void this.debug.warn(`Unsupported value of '${d}' for ${o}`);if(!this.config[o].options.includes(d))return void this.debug.warn(`Disabled value of '${d}' for ${o}`)}if(K.element(s)||(s=r&&r.querySelector('[role="menu"]')),!K.element(s))return;this.elements.settings.buttons[o].querySelector(`.${this.config.classNames.menu.value}`).innerHTML=Ee.getLabel.call(this,o,d);const p=s&&s.querySelector(`[value="${d}"]`);K.element(p)&&(p.checked=!0)},getLabel(o,i){switch(o){case"speed":return i===1?no.get("normal",this.config):`${i}×`;case"quality":if(K.number(i)){const n=no.get(`qualityLabel.${i}`,this.config);return n.length?n:`${i}p`}return w8(i);case"captions":return ct.getLabel.call(this);default:return null}},setQualityMenu(o){if(!K.element(this.elements.settings.panels.quality))return;const i="quality",n=this.elements.settings.panels.quality.querySelector('[role="menu"]');K.array(o)&&(this.options.quality=t1(o).filter(s=>this.config.quality.options.includes(s)));const r=!K.empty(this.options.quality)&&this.options.quality.length>1;if(Ee.toggleMenuButton.call(this,i,r),dd(n),Ee.checkMenu.call(this),!r)return;const d=s=>{const p=no.get(`qualityBadge.${s}`,this.config);return p.length?Ee.createBadge.call(this,p):null};this.options.quality.sort((s,p)=>{const f=this.config.quality.options;return f.indexOf(s)>f.indexOf(p)?1:-1}).forEach(s=>{Ee.createMenuItem.call(this,{value:s,list:n,type:i,title:Ee.getLabel.call(this,"quality",s),badge:d(s)})}),Ee.updateSetting.call(this,i,n)},setCaptionsMenu(){if(!K.element(this.elements.settings.panels.captions))return;const o="captions",i=this.elements.settings.panels.captions.querySelector('[role="menu"]'),n=ct.getTracks.call(this),r=!!n.length;if(Ee.toggleMenuButton.call(this,o,r),dd(i),Ee.checkMenu.call(this),!r)return;const d=n.map((s,p)=>({value:p,checked:this.captions.toggled&&this.currentTrack===p,title:ct.getLabel.call(this,s),badge:s.language&&Ee.createBadge.call(this,s.language.toUpperCase()),list:i,type:"language"}));d.unshift({value:-1,checked:!this.captions.toggled,title:no.get("disabled",this.config),list:i,type:"language"}),d.forEach(Ee.createMenuItem.bind(this)),Ee.updateSetting.call(this,o,i)},setSpeedMenu(){if(!K.element(this.elements.settings.panels.speed))return;const o="speed",i=this.elements.settings.panels.speed.querySelector('[role="menu"]');this.options.speed=this.options.speed.filter(r=>r>=this.minimumSpeed&&r<=this.maximumSpeed);const n=!K.empty(this.options.speed)&&this.options.speed.length>1;Ee.toggleMenuButton.call(this,o,n),dd(i),Ee.checkMenu.call(this),n&&(this.options.speed.forEach(r=>{Ee.createMenuItem.call(this,{value:r,list:i,type:o,title:Ee.getLabel.call(this,"speed",r)})}),Ee.updateSetting.call(this,o,i))},checkMenu(){const{buttons:o}=this.elements.settings,i=!K.empty(o)&&Object.values(o).some(n=>!n.hidden);Kn(this.elements.settings.menu,!i)},focusFirstMenuItem(o,i=!1){if(this.elements.settings.popup.hidden)return;let n=o;K.element(n)||(n=Object.values(this.elements.settings.panels).find(d=>!d.hidden));const r=n.querySelector('[role^="menuitem"]');Ju.call(this,r,i)},toggleMenu(o){const{popup:i}=this.elements.settings,n=this.elements.buttons.settings;if(!K.element(i)||!K.element(n))return;const{hidden:r}=i;let d=r;if(K.boolean(o))d=o;else if(K.keyboardEvent(o)&&o.key==="Escape")d=!1;else if(K.event(o)){const s=K.function(o.composedPath)?o.composedPath()[0]:o.target,p=i.contains(s);if(p||!p&&o.target!==n&&d)return}n.setAttribute("aria-expanded",d),Kn(i,!d),ft(this.elements.container,this.config.classNames.menu.open,d),d&&K.keyboardEvent(o)?Ee.focusFirstMenuItem.call(this,null,!0):d||r||Ju.call(this,n,K.keyboardEvent(o))},getMenuSize(o){const i=o.cloneNode(!0);i.style.position="absolute",i.style.opacity=0,i.removeAttribute("hidden"),o.parentNode.appendChild(i);const n=i.scrollWidth,r=i.scrollHeight;return Fi(i),{width:n,height:r}},showMenuPanel(o="",i=!1){const n=this.elements.container.querySelector(`#plyr-settings-${this.id}-${o}`);if(!K.element(n))return;const r=n.parentNode,d=Array.from(r.children).find(s=>!s.hidden);if(Ht.transitions&&!Ht.reducedMotion){r.style.width=`${d.scrollWidth}px`,r.style.height=`${d.scrollHeight}px`;const s=Ee.getMenuSize.call(this,n),p=f=>{f.target===r&&["width","height"].includes(f.propertyName)&&(r.style.width="",r.style.height="",ud.call(this,r,Xu,p))};rt.call(this,r,Xu,p),r.style.width=`${s.width}px`,r.style.height=`${s.height}px`}Kn(d,!0),Kn(n,!1),Ee.focusFirstMenuItem.call(this,n,i)},setDownloadUrl(){const o=this.elements.buttons.download;K.element(o)&&o.setAttribute("href",this.download)},create(o){const{bindMenuItemShortcuts:i,createButton:n,createProgress:r,createRange:d,createTime:s,setQualityMenu:p,setSpeedMenu:f,showMenuPanel:h}=Ee;this.elements.controls=null,K.array(this.config.controls)&&this.config.controls.includes("play-large")&&this.elements.container.appendChild(n.call(this,"play-large"));const b=Ue("div",xi(this.config.selectors.controls.wrapper));this.elements.controls=b;const g={class:"plyr__controls__item"};return t1(K.array(this.config.controls)?this.config.controls:[]).forEach(w=>{if(w==="restart"&&b.appendChild(n.call(this,"restart",g)),w==="rewind"&&b.appendChild(n.call(this,"rewind",g)),w==="play"&&b.appendChild(n.call(this,"play",g)),w==="fast-forward"&&b.appendChild(n.call(this,"fast-forward",g)),w==="progress"){const y=Ue("div",{class:`${g.class} plyr__progress__container`}),v=Ue("div",xi(this.config.selectors.progress));if(v.appendChild(d.call(this,"seek",{id:`plyr-seek-${o.id}`})),v.appendChild(r.call(this,"buffer")),this.config.tooltips.seek){const A=Ue("span",{class:this.config.classNames.tooltip},"00:00");v.appendChild(A),this.elements.display.seekTooltip=A}this.elements.progress=v,y.appendChild(this.elements.progress),b.appendChild(y)}if(w==="current-time"&&b.appendChild(s.call(this,"currentTime",g)),w==="duration"&&b.appendChild(s.call(this,"duration",g)),w==="mute"||w==="volume"){let{volume:y}=this.elements;if(K.element(y)&&b.contains(y)||(y=Ue("div",Ut({},g,{class:`${g.class} plyr__volume`.trim()})),this.elements.volume=y,b.appendChild(y)),w==="mute"&&y.appendChild(n.call(this,"mute")),w==="volume"&&!io.isIos&&!io.isIPadOS){const v={max:1,step:.05,value:this.config.volume};y.appendChild(d.call(this,"volume",Ut(v,{id:`plyr-volume-${o.id}`})))}}if(w==="captions"&&b.appendChild(n.call(this,"captions",g)),w==="settings"&&!K.empty(this.config.settings)){const y=Ue("div",Ut({},g,{class:`${g.class} plyr__menu`.trim(),hidden:""}));y.appendChild(n.call(this,"settings",{"aria-haspopup":!0,"aria-controls":`plyr-settings-${o.id}`,"aria-expanded":!1}));const v=Ue("div",{class:"plyr__menu__container",id:`plyr-settings-${o.id}`,hidden:""}),A=Ue("div"),E=Ue("div",{id:`plyr-settings-${o.id}-home`}),S=Ue("div",{role:"menu"});E.appendChild(S),A.appendChild(E),this.elements.settings.panels.home=E,this.config.settings.forEach(x=>{const k=Ue("button",Ut(xi(this.config.selectors.buttons.settings),{type:"button",class:`${this.config.classNames.control} ${this.config.classNames.control}--forward`,role:"menuitem","aria-haspopup":!0,hidden:""}));i.call(this,k,x),rt.call(this,k,"click",()=>{h.call(this,x,!1)});const O=Ue("span",null,no.get(x,this.config)),T=Ue("span",{class:this.config.classNames.menu.value});T.innerHTML=o[x],O.appendChild(T),k.appendChild(O),S.appendChild(k);const D=Ue("div",{id:`plyr-settings-${o.id}-${x}`,hidden:""}),N=Ue("button",{type:"button",class:`${this.config.classNames.control} ${this.config.classNames.control}--back`});N.appendChild(Ue("span",{"aria-hidden":!0},no.get(x,this.config))),N.appendChild(Ue("span",{class:this.config.classNames.hidden},no.get("menuBack",this.config))),rt.call(this,D,"keydown",B=>{B.key==="ArrowLeft"&&(B.preventDefault(),B.stopPropagation(),h.call(this,"home",!0))},!1),rt.call(this,N,"click",()=>{h.call(this,"home",!1)}),D.appendChild(N),D.appendChild(Ue("div",{role:"menu"})),A.appendChild(D),this.elements.settings.buttons[x]=k,this.elements.settings.panels[x]=D}),v.appendChild(A),y.appendChild(v),b.appendChild(y),this.elements.settings.popup=v,this.elements.settings.menu=y}if(w==="pip"&&Ht.pip&&b.appendChild(n.call(this,"pip",g)),w==="airplay"&&Ht.airplay&&b.appendChild(n.call(this,"airplay",g)),w==="download"){const y=Ut({},g,{element:"a",href:this.download,target:"_blank"});this.isHTML5&&(y.download="");const{download:v}=this.config.urls;!K.url(v)&&this.isEmbed&&Ut(y,{icon:`logo-${this.provider}`,label:this.provider}),b.appendChild(n.call(this,"download",y))}w==="fullscreen"&&b.appendChild(n.call(this,"fullscreen",g))}),this.isHTML5&&p.call(this,dn.getQualityOptions.call(this)),f.call(this),b},inject(){if(this.config.loadSprite){const d=Ee.getIconUrl.call(this);d.cors&&C8(d.url,"sprite-plyr")}this.id=Math.floor(1e4*Math.random());let o=null;this.elements.controls=null;const i={id:this.id,seektime:this.config.seekTime,title:this.config.title};let n=!0;K.function(this.config.controls)&&(this.config.controls=this.config.controls.call(this,i)),this.config.controls||(this.config.controls=[]),K.element(this.config.controls)||K.string(this.config.controls)?o=this.config.controls:(o=Ee.create.call(this,{id:this.id,seektime:this.config.seekTime,speed:this.speed,quality:this.quality,captions:ct.getLabel.call(this)}),n=!1);let r;if(n&&K.string(this.config.controls)&&(o=(d=>{let s=d;return Object.entries(i).forEach(([p,f])=>{s=ul(s,`{${p}}`,f)}),s})(o)),K.string(this.config.selectors.controls.container)&&(r=document.querySelector(this.config.selectors.controls.container)),K.element(r)||(r=this.elements.container),r[K.element(o)?"insertAdjacentElement":"insertAdjacentHTML"]("afterbegin",o),K.element(this.elements.controls)||Ee.findElements.call(this),!K.empty(this.elements.buttons)){const d=s=>{const p=this.config.classNames.controlPressed;s.setAttribute("aria-pressed","false"),Object.defineProperty(s,"pressed",{configurable:!0,enumerable:!0,get:()=>pd(s,p),set(f=!1){ft(s,p,f),s.setAttribute("aria-pressed",f?"true":"false")}})};Object.values(this.elements.buttons).filter(Boolean).forEach(s=>{K.array(s)||K.nodeList(s)?Array.from(s).filter(Boolean).forEach(d):d(s)})}if(io.isEdge&&d8(r),this.config.tooltips.controls){const{classNames:d,selectors:s}=this.config,p=`${s.controls.wrapper} ${s.labels} .${d.hidden}`,f=cl.call(this,p);Array.from(f).forEach(h=>{ft(h,this.config.classNames.hidden,!1),ft(h,this.config.classNames.tooltip,!0)})}},setMediaMetadata(){try{"mediaSession"in navigator&&(navigator.mediaSession.metadata=new window.MediaMetadata({title:this.config.mediaMetadata.title,artist:this.config.mediaMetadata.artist,album:this.config.mediaMetadata.album,artwork:this.config.mediaMetadata.artwork}))}catch{}},setMarkers(){var o,i;if(!this.duration||this.elements.markers)return;const n=(o=this.config.markers)===null||o===void 0||(i=o.points)===null||i===void 0?void 0:i.filter(({time:h})=>h>0&&h<this.duration);if(n==null||!n.length)return;const r=document.createDocumentFragment(),d=document.createDocumentFragment();let s=null;const p=`${this.config.classNames.tooltip}--visible`,f=h=>ft(s,p,h);n.forEach(h=>{const b=Ue("span",{class:this.config.classNames.marker},""),g=h.time/this.duration*100+"%";s&&(b.addEventListener("mouseenter",()=>{h.label||(s.style.left=g,s.innerHTML=h.label,f(!0))}),b.addEventListener("mouseleave",()=>{f(!1)})),b.addEventListener("click",()=>{this.currentTime=h.time}),b.style.left=g,d.appendChild(b)}),r.appendChild(d),this.config.tooltips.seek||(s=Ue("span",{class:this.config.classNames.tooltip},""),r.appendChild(s)),this.elements.markers={points:d,tip:s},this.elements.progress.appendChild(r)}};function x8(o,i=!0){let n=o;if(i){const r=document.createElement("a");r.href=n,n=r.href}try{return new URL(n)}catch{return null}}function I8(o){const i=new URLSearchParams;return K.object(o)&&Object.entries(o).forEach(([n,r])=>{i.set(n,r)}),i}const ct={setup(){if(!this.supported.ui)return;if(!this.isVideo||this.isYouTube||this.isHTML5&&!Ht.textTracks)return void(K.array(this.config.controls)&&this.config.controls.includes("settings")&&this.config.settings.includes("captions")&&Ee.setCaptionsMenu.call(this));if(K.element(this.elements.captions)||(this.elements.captions=Ue("div",xi(this.config.selectors.captions)),this.elements.captions.setAttribute("dir","auto"),r0e(this.elements.captions,this.elements.wrapper)),io.isIE&&window.URL){const r=this.media.querySelectorAll("track");Array.from(r).forEach(d=>{const s=d.getAttribute("src"),p=x8(s);p!==null&&p.hostname!==window.location.href.hostname&&["http:","https:"].includes(p.protocol)&&ml(s,"blob").then(f=>{d.setAttribute("src",window.URL.createObjectURL(f))}).catch(()=>{Fi(d)})})}const o=t1((navigator.languages||[navigator.language||navigator.userLanguage||"en"]).map(r=>r.split("-")[0]));let i=(this.storage.get("language")||this.config.captions.language||"auto").toLowerCase();i==="auto"&&([i]=o);let n=this.storage.get("captions");if(K.boolean(n)||({active:n}=this.config.captions),Object.assign(this.captions,{toggled:!1,active:n,language:i,languages:o}),this.isHTML5){const r=this.config.captions.update?"addtrack removetrack":"removetrack";rt.call(this,this.media.textTracks,r,ct.update.bind(this))}setTimeout(ct.update.bind(this),0)},update(){const o=ct.getTracks.call(this,!0),{active:i,language:n,meta:r,currentTrackNode:d}=this.captions,s=!!o.find(p=>p.language===n);this.isHTML5&&this.isVideo&&o.filter(p=>!r.get(p)).forEach(p=>{this.debug.log("Track added",p),r.set(p,{default:p.mode==="showing"}),p.mode==="showing"&&(p.mode="hidden"),rt.call(this,p,"cuechange",()=>ct.updateCues.call(this))}),(s&&this.language!==n||!o.includes(d))&&(ct.setLanguage.call(this,n),ct.toggle.call(this,i&&s)),this.elements&&ft(this.elements.container,this.config.classNames.captions.enabled,!K.empty(o)),K.array(this.config.controls)&&this.config.controls.includes("settings")&&this.config.settings.includes("captions")&&Ee.setCaptionsMenu.call(this)},toggle(o,i=!0){if(!this.supported.ui)return;const{toggled:n}=this.captions,r=this.config.classNames.captions.active,d=K.nullOrUndefined(o)?!n:o;if(d!==n){if(i||(this.captions.active=d,this.storage.set({captions:d})),!this.language&&d&&!i){const s=ct.getTracks.call(this),p=ct.findTrack.call(this,[this.captions.language,...this.captions.languages],!0);return this.captions.language=p.language,void ct.set.call(this,s.indexOf(p))}this.elements.buttons.captions&&(this.elements.buttons.captions.pressed=d),ft(this.elements.container,r,d),this.captions.toggled=d,Ee.updateSetting.call(this,"captions"),Ke.call(this,this.media,d?"captionsenabled":"captionsdisabled")}setTimeout(()=>{d&&this.captions.toggled&&(this.captions.currentTrackNode.mode="hidden")})},set(o,i=!0){const n=ct.getTracks.call(this);if(o!==-1)if(K.number(o))if(o in n){if(this.captions.currentTrack!==o){this.captions.currentTrack=o;const r=n[o],{language:d}=r||{};this.captions.currentTrackNode=r,Ee.updateSetting.call(this,"captions"),i||(this.captions.language=d,this.storage.set({language:d})),this.isVimeo&&this.embed.enableTextTrack(d),Ke.call(this,this.media,"languagechange")}ct.toggle.call(this,!0,i),this.isHTML5&&this.isVideo&&ct.updateCues.call(this)}else this.debug.warn("Track not found",o);else this.debug.warn("Invalid caption argument",o);else ct.toggle.call(this,!1,i)},setLanguage(o,i=!0){if(!K.string(o))return void this.debug.warn("Invalid language argument",o);const n=o.toLowerCase();this.captions.language=n;const r=ct.getTracks.call(this),d=ct.findTrack.call(this,[n]);ct.set.call(this,r.indexOf(d),i)},getTracks(o=!1){return Array.from((this.media||{}).textTracks||[]).filter(i=>!this.isHTML5||o||this.captions.meta.has(i)).filter(i=>["captions","subtitles"].includes(i.kind))},findTrack(o,i=!1){const n=ct.getTracks.call(this),r=p=>Number((this.captions.meta.get(p)||{}).default),d=Array.from(n).sort((p,f)=>r(f)-r(p));let s;return o.every(p=>(s=d.find(f=>f.language===p),!s)),s||(i?d[0]:void 0)},getCurrentTrack(){return ct.getTracks.call(this)[this.currentTrack]},getLabel(o){let i=o;return!K.track(i)&&Ht.textTracks&&this.captions.toggled&&(i=ct.getCurrentTrack.call(this)),K.track(i)?K.empty(i.label)?K.empty(i.language)?no.get("enabled",this.config):o.language.toUpperCase():i.label:no.get("disabled",this.config)},updateCues(o){if(!this.supported.ui)return;if(!K.element(this.elements.captions))return void this.debug.warn("No captions element to render to");if(!K.nullOrUndefined(o)&&!Array.isArray(o))return void this.debug.warn("updateCues: Invalid input",o);let i=o;if(!i){const r=ct.getCurrentTrack.call(this);i=Array.from((r||{}).activeCues||[]).map(d=>d.getCueAsHTML()).map(g0e)}const n=i.map(r=>r.trim()).join(`
|
|
7248
|
+
`},Ipe=$te(ipe,{semantic:spe,components:{autocomplete:dpe,avatar:cpe,breadcrumb:ppe,button:upe,chip:fpe,checkbox:W6,toggleswitch:vpe,divider:mpe,image:hpe,menubar:bpe,popover:gpe,radiobutton:ype,slider:wpe,tooltip:xpe,checkbox:W6,datatable:Cpe,toolbar:kpe},extend:{spacings:{multiplicator:"8px","3xs":"calc({spacings.multiplicator} / 4)","2xs":"calc({spacings.multiplicator} / 2)",xs:"calc({spacings.multiplicator} * 1)",sm:"calc({spacings.multiplicator} * 2)",md:"calc({spacings.multiplicator} * 3)",lg:"calc({spacings.multiplicator} * 4)",xl:"calc({spacings.multiplicator} * 5)","2xl":"calc({spacings.multiplicator} * 6)","3xl":"calc({spacings.multiplicator} * 7)"}},primitive:npe}),co=o=>(o.compatConfig={MODE:3},o),Spe=o=>{o.use(bY,{theme:{preset:Ipe,options:{darkModeSelector:".theme--dark"}}}),o.component("PButton",co(Xs)),o.component("PAutoComplete",co(E9)),o.component("PInputText",co(Tr)),o.component("PPopover",co(p6)),o.component("PMenubar",co(s6)),o.component("PToolbar",co(m6)),o.component("PAvatar",co(D9)),o.component("PCheckbox",co(Qs)),o.component("PTable",co(Zy)),o.component("PColumn",co(rY)),o.component("PRadio",co(Mu)),o.component("PChip",co(Cu)),o.component("PToggleSwitch",co(f6)),o.component("PBreadcrumb",co(B9)),o.component("PSlider",co(u6)),o.component("PDivider",co(Qy)),o.component("PImage",co(a6)),o.directive("tooltip",jte)},Epe={install(o,{eventBus:i,router:n,globals:r={}}){Object.keys(Tg).forEach(d=>{o.directive(d,Tg[d])}),Object.keys(xg).forEach(d=>{o.component(d,xg[d])}),Object.keys(r).forEach(d=>{o.provide(d,r[d])}),o.provide("$eventBus",i),n&&o.use(n),Spe(o)},generateInstance:Qf};function Te(o,i,n){return(i=Tpe(i))in o?Object.defineProperty(o,i,{value:n,enumerable:!0,configurable:!0,writable:!0}):o[i]=n,o}function Ape(o,i){if(typeof o!="object"||o===null)return o;var n=o[Symbol.toPrimitive];if(n!==void 0){var r=n.call(o,i);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(i==="string"?String:Number)(o)}function Tpe(o){var i=Ape(o,"string");return typeof i=="symbol"?i:String(i)}function Ope(o,i){if(!(o instanceof i))throw new TypeError("Cannot call a class as a function")}function Z6(o,i){for(var n=0;n<i.length;n++){var r=i[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(o,r.key,r)}}function Dpe(o,i,n){return i&&Z6(o.prototype,i),n&&Z6(o,n),o}function Rpe(o,i,n){return i in o?Object.defineProperty(o,i,{value:n,enumerable:!0,configurable:!0,writable:!0}):o[i]=n,o}function Y6(o,i){var n=Object.keys(o);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(o);i&&(r=r.filter(function(d){return Object.getOwnPropertyDescriptor(o,d).enumerable})),n.push.apply(n,r)}return n}function X6(o){for(var i=1;i<arguments.length;i++){var n=arguments[i]!=null?arguments[i]:{};i%2?Y6(Object(n),!0).forEach(function(r){Rpe(o,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(o,Object.getOwnPropertyDescriptors(n)):Y6(Object(n)).forEach(function(r){Object.defineProperty(o,r,Object.getOwnPropertyDescriptor(n,r))})}return o}var Q6={addCSS:!0,thumbWidth:15,watch:!0};function Bpe(o,i){return(function(){return Array.from(document.querySelectorAll(i)).includes(this)}).call(o,i)}function _pe(o,i){if(o&&i){var n=new Event(i,{bubbles:!0});o.dispatchEvent(n)}}var sl=function(o){return o!=null?o.constructor:null},Zu=function(o,i){return!!(o&&i&&o instanceof i)},J6=function(o){return o==null},e8=function(o){return sl(o)===Object},Lpe=function(o){return sl(o)===Number&&!Number.isNaN(o)},t8=function(o){return sl(o)===String},Ppe=function(o){return sl(o)===Boolean},Mpe=function(o){return sl(o)===Function},o8=function(o){return Array.isArray(o)},i8=function(o){return Zu(o,NodeList)},Npe=function(o){return Zu(o,Element)},jpe=function(o){return Zu(o,Event)},$pe=function(o){return J6(o)||(t8(o)||o8(o)||i8(o))&&!o.length||e8(o)&&!Object.keys(o).length},bo={nullOrUndefined:J6,object:e8,number:Lpe,string:t8,boolean:Ppe,function:Mpe,array:o8,nodeList:i8,element:Npe,event:jpe,empty:$pe};function Fpe(o){var i="".concat(o).match(/(?:\.(\d+))?(?:[eE]([+-]?\d+))?$/);return i?Math.max(0,(i[1]?i[1].length:0)-(i[2]?+i[2]:0)):0}function qpe(o,i){if(1>i){var n=Fpe(i);return parseFloat(o.toFixed(n))}return Math.round(o/i)*i}var Vpe=function(){function o(i,n){Ope(this,o),bo.element(i)?this.element=i:bo.string(i)&&(this.element=document.querySelector(i)),bo.element(this.element)&&bo.empty(this.element.rangeTouch)&&(this.config=X6({},Q6,{},n),this.init())}return Dpe(o,[{key:"init",value:function(){o.enabled&&(this.config.addCSS&&(this.element.style.userSelect="none",this.element.style.webKitUserSelect="none",this.element.style.touchAction="manipulation"),this.listeners(!0),this.element.rangeTouch=this)}},{key:"destroy",value:function(){o.enabled&&(this.config.addCSS&&(this.element.style.userSelect="",this.element.style.webKitUserSelect="",this.element.style.touchAction=""),this.listeners(!1),this.element.rangeTouch=null)}},{key:"listeners",value:function(i){var n=this,r=i?"addEventListener":"removeEventListener";["touchstart","touchmove","touchend"].forEach(function(d){n.element[r](d,function(s){return n.set(s)},!1)})}},{key:"get",value:function(i){if(!o.enabled||!bo.event(i))return null;var n,r=i.target,d=i.changedTouches[0],s=parseFloat(r.getAttribute("min"))||0,p=parseFloat(r.getAttribute("max"))||100,f=parseFloat(r.getAttribute("step"))||1,h=r.getBoundingClientRect(),b=100/h.width*(this.config.thumbWidth/2)/100;return 0>(n=100/h.width*(d.clientX-h.left))?n=0:100<n&&(n=100),50>n?n-=(100-2*n)*b:50<n&&(n+=2*(n-50)*b),s+qpe(n/100*(p-s),f)}},{key:"set",value:function(i){o.enabled&&bo.event(i)&&!i.target.disabled&&(i.preventDefault(),i.target.value=this.get(i),_pe(i.target,i.type==="touchend"?"change":"input"))}}],[{key:"setup",value:function(i){var n=1<arguments.length&&arguments[1]!==void 0?arguments[1]:{},r=null;if(bo.empty(i)||bo.string(i)?r=Array.from(document.querySelectorAll(bo.string(i)?i:'input[type="range"]')):bo.element(i)?r=[i]:bo.nodeList(i)?r=Array.from(i):bo.array(i)&&(r=i.filter(bo.element)),bo.empty(r))return null;var d=X6({},Q6,{},n);if(bo.string(i)&&d.watch){var s=new MutationObserver(function(p){Array.from(p).forEach(function(f){Array.from(f.addedNodes).forEach(function(h){bo.element(h)&&Bpe(h,i)&&new o(h,d)})})});s.observe(document.body,{childList:!0,subtree:!0})}return r.map(function(p){return new o(p,n)})}},{key:"enabled",get:function(){return"ontouchstart"in document.documentElement}}]),o}();const dl=o=>o!=null?o.constructor:null,$i=(o,i)=>!!(o&&i&&o instanceof i),Yu=o=>o==null,n8=o=>dl(o)===Object,zpe=o=>dl(o)===Number&&!Number.isNaN(o),sd=o=>dl(o)===String,Upe=o=>dl(o)===Boolean,a8=o=>typeof o=="function",r8=o=>Array.isArray(o),Hpe=o=>$i(o,WeakMap),l8=o=>$i(o,NodeList),Kpe=o=>dl(o)===Text,Wpe=o=>$i(o,Event),Gpe=o=>$i(o,KeyboardEvent),Zpe=o=>$i(o,window.TextTrackCue)||$i(o,window.VTTCue),Ype=o=>$i(o,TextTrack)||!Yu(o)&&sd(o.kind),Xpe=o=>$i(o,Promise)&&a8(o.then),Qpe=o=>o!==null&&typeof o=="object"&&o.nodeType===1&&typeof o.style=="object"&&typeof o.ownerDocument=="object",s8=o=>Yu(o)||(sd(o)||r8(o)||l8(o))&&!o.length||n8(o)&&!Object.keys(o).length;var K={nullOrUndefined:Yu,object:n8,number:zpe,string:sd,boolean:Upe,function:a8,array:r8,weakMap:Hpe,nodeList:l8,element:Qpe,textNode:Kpe,event:Wpe,keyboardEvent:Gpe,cue:Zpe,track:Ype,promise:Xpe,url:o=>{if($i(o,window.URL))return!0;if(!sd(o))return!1;let i=o;o.startsWith("http://")&&o.startsWith("https://")||(i=`http://${o}`);try{return!s8(new URL(i).hostname)}catch{return!1}},empty:s8};const Xu=(()=>{const o=document.createElement("span"),i={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"},n=Object.keys(i).find(r=>o.style[r]!==void 0);return!!K.string(n)&&i[n]})();function d8(o,i){setTimeout(()=>{try{o.hidden=!0,o.offsetHeight,o.hidden=!1}catch{}},i)}const Jpe=!!window.document.documentMode,e0e=/Edge/g.test(navigator.userAgent),t0e="WebkitAppearance"in document.documentElement.style&&!/Edge/g.test(navigator.userAgent),o0e=/iPhone|iPod/gi.test(navigator.userAgent)&&navigator.maxTouchPoints>1,i0e=navigator.platform==="MacIntel"&&navigator.maxTouchPoints>1,n0e=/iPad|iPhone|iPod/gi.test(navigator.userAgent)&&navigator.maxTouchPoints>1;var io={isIE:Jpe,isEdge:e0e,isWebKit:t0e,isIPhone:o0e,isIPadOS:i0e,isIos:n0e};function a0e(o){return JSON.parse(JSON.stringify(o))}function c8(o,i){return i.split(".").reduce((n,r)=>n&&n[r],o)}function Ut(o={},...i){if(!i.length)return o;const n=i.shift();return K.object(n)?(Object.keys(n).forEach(r=>{K.object(n[r])?(Object.keys(o).includes(r)||Object.assign(o,{[r]:{}}),Ut(o[r],n[r])):Object.assign(o,{[r]:n[r]})}),Ut(o,...i)):o}function p8(o,i){const n=o.length?o:[o];Array.from(n).reverse().forEach((r,d)=>{const s=d>0?i.cloneNode(!0):i,p=r.parentNode,f=r.nextSibling;s.appendChild(r),f?p.insertBefore(s,f):p.appendChild(s)})}function Qu(o,i){K.element(o)&&!K.empty(i)&&Object.entries(i).filter(([,n])=>!K.nullOrUndefined(n)).forEach(([n,r])=>o.setAttribute(n,r))}function Ue(o,i,n){const r=document.createElement(o);return K.object(i)&&Qu(r,i),K.string(n)&&(r.innerText=n),r}function r0e(o,i){K.element(o)&&K.element(i)&&i.parentNode.insertBefore(o,i.nextSibling)}function u8(o,i,n,r){K.element(i)&&i.appendChild(Ue(o,n,r))}function Fi(o){K.nodeList(o)||K.array(o)?Array.from(o).forEach(Fi):K.element(o)&&K.element(o.parentNode)&&o.parentNode.removeChild(o)}function dd(o){if(!K.element(o))return;let{length:i}=o.childNodes;for(;i>0;)o.removeChild(o.lastChild),i-=1}function cd(o,i){return K.element(i)&&K.element(i.parentNode)&&K.element(o)?(i.parentNode.replaceChild(o,i),o):null}function xi(o,i){if(!K.string(o)||K.empty(o))return{};const n={},r=Ut({},i);return o.split(",").forEach(d=>{const s=d.trim(),p=s.replace(".",""),f=s.replace(/[[\]]/g,"").split("="),[h]=f,b=f.length>1?f[1].replace(/["']/g,""):"";switch(s.charAt(0)){case".":K.string(r.class)?n.class=`${r.class} ${p}`:n.class=p;break;case"#":n.id=s.replace("#","");break;case"[":n[h]=b}}),Ut(r,n)}function Kn(o,i){if(!K.element(o))return;let n=i;K.boolean(n)||(n=!o.hidden),o.hidden=n}function ft(o,i,n){if(K.nodeList(o))return Array.from(o).map(r=>ft(r,i,n));if(K.element(o)){let r="toggle";return n!==void 0&&(r=n?"add":"remove"),o.classList[r](i),o.classList.contains(i)}return!1}function pd(o,i){return K.element(o)&&o.classList.contains(i)}function Wn(o,i){const{prototype:n}=Element;return(n.matches||n.webkitMatchesSelector||n.mozMatchesSelector||n.msMatchesSelector||function(){return Array.from(document.querySelectorAll(i)).includes(this)}).call(o,i)}function l0e(o,i){const{prototype:n}=Element;return(n.closest||function(){let r=this;do{if(Wn.matches(r,i))return r;r=r.parentElement||r.parentNode}while(r!==null&&r.nodeType===1);return null}).call(o,i)}function cl(o){return this.elements.container.querySelectorAll(o)}function Jt(o){return this.elements.container.querySelector(o)}function Ju(o=null,i=!1){K.element(o)&&o.focus({preventScroll:!0,focusVisible:i})}const f8={"audio/ogg":"vorbis","audio/wav":"1","video/webm":"vp8, vorbis","video/mp4":"avc1.42E01E, mp4a.40.2","video/ogg":"theora"},Ht={audio:"canPlayType"in document.createElement("audio"),video:"canPlayType"in document.createElement("video"),check(o,i){const n=Ht[o]||i!=="html5";return{api:n,ui:n&&Ht.rangeInput}},pip:!(io.isIPhone||!K.function(Ue("video").webkitSetPresentationMode)&&(!document.pictureInPictureEnabled||Ue("video").disablePictureInPicture)),airplay:K.function(window.WebKitPlaybackTargetAvailabilityEvent),playsinline:"playsInline"in document.createElement("video"),mime(o){if(K.empty(o))return!1;const[i]=o.split("/");let n=o;if(!this.isHTML5||i!==this.type)return!1;Object.keys(f8).includes(n)&&(n+=`; codecs="${f8[o]}"`);try{return!!(n&&this.media.canPlayType(n).replace(/no/,""))}catch{return!1}},textTracks:"textTracks"in document.createElement("video"),rangeInput:(()=>{const o=document.createElement("input");return o.type="range",o.type==="range"})(),touch:"ontouchstart"in document.documentElement,transitions:Xu!==!1,reducedMotion:"matchMedia"in window&&window.matchMedia("(prefers-reduced-motion)").matches},s0e=(()=>{let o=!1;try{const i=Object.defineProperty({},"passive",{get:()=>(o=!0,null)});window.addEventListener("test",null,i),window.removeEventListener("test",null,i)}catch{}return o})();function pl(o,i,n,r=!1,d=!0,s=!1){if(!o||!("addEventListener"in o)||K.empty(i)||!K.function(n))return;const p=i.split(" ");let f=s;s0e&&(f={passive:d,capture:s}),p.forEach(h=>{this&&this.eventListeners&&r&&this.eventListeners.push({element:o,type:h,callback:n,options:f}),o[r?"addEventListener":"removeEventListener"](h,n,f)})}function rt(o,i="",n,r=!0,d=!1){pl.call(this,o,i,n,!0,r,d)}function ud(o,i="",n,r=!0,d=!1){pl.call(this,o,i,n,!1,r,d)}function e1(o,i="",n,r=!0,d=!1){const s=(...p)=>{ud(o,i,s,r,d),n.apply(this,p)};pl.call(this,o,i,s,!0,r,d)}function Ke(o,i="",n=!1,r={}){if(!K.element(o)||K.empty(i))return;const d=new CustomEvent(i,{bubbles:n,detail:{...r,plyr:this}});o.dispatchEvent(d)}function d0e(){this&&this.eventListeners&&(this.eventListeners.forEach(o=>{const{element:i,type:n,callback:r,options:d}=o;i.removeEventListener(n,r,d)}),this.eventListeners=[])}function c0e(){return new Promise(o=>this.ready?setTimeout(o,0):rt.call(this,this.elements.container,"ready",o)).then(()=>{})}function Ii(o){K.promise(o)&&o.then(null,()=>{})}function t1(o){return K.array(o)?o.filter((i,n)=>o.indexOf(i)===n):o}function m8(o,i){return K.array(o)&&o.length?o.reduce((n,r)=>Math.abs(r-i)<Math.abs(n-i)?r:n):null}function h8(o){return!(!window||!window.CSS)&&window.CSS.supports(o)}const b8=[[1,1],[4,3],[3,4],[5,4],[4,5],[3,2],[2,3],[16,10],[10,16],[16,9],[9,16],[21,9],[9,21],[32,9],[9,32]].reduce((o,[i,n])=>({...o,[i/n]:[i,n]}),{});function g8(o){return K.array(o)||K.string(o)&&o.includes(":")?(K.array(o)?o:o.split(":")).map(Number).every(K.number):!1}function fd(o){if(!K.array(o)||!o.every(K.number))return null;const[i,n]=o,r=(s,p)=>p===0?s:r(p,s%p),d=r(i,n);return[i/d,n/d]}function o1(o){const i=r=>g8(r)?r.split(":").map(Number):null;let n=i(o);if(n===null&&(n=i(this.config.ratio)),n===null&&!K.empty(this.embed)&&K.array(this.embed.ratio)&&({ratio:n}=this.embed),n===null&&this.isHTML5){const{videoWidth:r,videoHeight:d}=this.media;n=[r,d]}return fd(n)}function Oa(o){if(!this.isVideo)return{};const{wrapper:i}=this.elements,n=o1.call(this,o);if(!K.array(n))return{};const[r,d]=fd(n),s=100/r*d;if(h8(`aspect-ratio: ${r}/${d}`)?i.style.aspectRatio=`${r}/${d}`:i.style.paddingBottom=`${s}%`,this.isVimeo&&!this.config.vimeo.premium&&this.supported.ui){const p=100/this.media.offsetWidth*parseInt(window.getComputedStyle(this.media).paddingBottom,10),f=(p-s)/(p/50);this.fullscreen.active?i.style.paddingBottom=null:this.media.style.transform=`translateY(-${f}%)`}else this.isHTML5&&i.classList.add(this.config.classNames.videoFixedRatio);return{padding:s,ratio:n}}function y8(o,i,n=.05){const r=o/i,d=m8(Object.keys(b8),r);return Math.abs(d-r)<=n?b8[d]:[o,i]}function p0e(){return[Math.max(document.documentElement.clientWidth||0,window.innerWidth||0),Math.max(document.documentElement.clientHeight||0,window.innerHeight||0)]}const dn={getSources(){return this.isHTML5?Array.from(this.media.querySelectorAll("source")).filter(o=>{const i=o.getAttribute("type");return!!K.empty(i)||Ht.mime.call(this,i)}):[]},getQualityOptions(){return this.config.quality.forced?this.config.quality.options:dn.getSources.call(this).map(o=>Number(o.getAttribute("size"))).filter(Boolean)},setup(){if(!this.isHTML5)return;const o=this;o.options.speed=o.config.speed.options,K.empty(this.config.ratio)||Oa.call(o),Object.defineProperty(o.media,"quality",{get(){const i=dn.getSources.call(o).find(n=>n.getAttribute("src")===o.source);return i&&Number(i.getAttribute("size"))},set(i){if(o.quality!==i){if(o.config.quality.forced&&K.function(o.config.quality.onChange))o.config.quality.onChange(i);else{const n=dn.getSources.call(o).find(h=>Number(h.getAttribute("size"))===i);if(!n)return;const{currentTime:r,paused:d,preload:s,readyState:p,playbackRate:f}=o.media;o.media.src=n.getAttribute("src"),(s!=="none"||p)&&(o.once("loadedmetadata",()=>{o.speed=f,o.currentTime=r,d||Ii(o.play())}),o.media.load())}Ke.call(o,o.media,"qualitychange",!1,{quality:i})}}})},cancelRequests(){this.isHTML5&&(Fi(dn.getSources.call(this)),this.media.setAttribute("src",this.config.blankVideo),this.media.load(),this.debug.log("Cancelled network requests"))}};function u0e(o){return`${o}-${Math.floor(1e4*Math.random())}`}function i1(o,...i){return K.empty(o)?o:o.toString().replace(/{(\d+)}/g,(n,r)=>i[r].toString())}function f0e(o,i){return o===0||i===0||Number.isNaN(o)||Number.isNaN(i)?0:(o/i*100).toFixed(2)}const ul=(o="",i="",n="")=>o.replace(new RegExp(i.toString().replace(/([.*+?^=!:${}()|[\]/\\])/g,"\\$1"),"g"),n.toString()),w8=(o="")=>o.toString().replace(/\w\S*/g,i=>i.charAt(0).toUpperCase()+i.slice(1).toLowerCase());function m0e(o=""){let i=o.toString();return i=ul(i,"-"," "),i=ul(i,"_"," "),i=w8(i),ul(i," ","")}function h0e(o=""){let i=o.toString();return i=m0e(i),i.charAt(0).toLowerCase()+i.slice(1)}function b0e(o){const i=document.createDocumentFragment(),n=document.createElement("div");return i.appendChild(n),n.innerHTML=o,i.firstChild.innerText}function g0e(o){const i=document.createElement("div");return i.appendChild(o),i.innerHTML}const v8={pip:"PIP",airplay:"AirPlay",html5:"HTML5",vimeo:"Vimeo",youtube:"YouTube"},no={get(o="",i={}){if(K.empty(o)||K.empty(i))return"";let n=c8(i.i18n,o);if(K.empty(n))return Object.keys(v8).includes(o)?v8[o]:"";const r={"{seektime}":i.seekTime,"{title}":i.title};return Object.entries(r).forEach(([d,s])=>{n=ul(n,d,s)}),n}};class fl{constructor(i){Te(this,"get",n=>{if(!fl.supported||!this.enabled)return null;const r=window.localStorage.getItem(this.key);if(K.empty(r))return null;const d=JSON.parse(r);return K.string(n)&&n.length?d[n]:d}),Te(this,"set",n=>{if(!fl.supported||!this.enabled||!K.object(n))return;let r=this.get();K.empty(r)&&(r={}),Ut(r,n);try{window.localStorage.setItem(this.key,JSON.stringify(r))}catch{}}),this.enabled=i.config.storage.enabled,this.key=i.config.storage.key}static get supported(){try{if(!("localStorage"in window))return!1;const i="___test";return window.localStorage.setItem(i,i),window.localStorage.removeItem(i),!0}catch{return!1}}}function ml(o,i="text"){return new Promise((n,r)=>{try{const d=new XMLHttpRequest;if(!("withCredentials"in d))return;d.addEventListener("load",()=>{if(i==="text")try{n(JSON.parse(d.responseText))}catch{n(d.responseText)}else n(d.response)}),d.addEventListener("error",()=>{throw new Error(d.status)}),d.open("GET",o,!0),d.responseType=i,d.send()}catch(d){r(d)}})}function C8(o,i){if(!K.string(o))return;const n="cache",r=K.string(i);let d=!1;const s=()=>document.getElementById(i)!==null,p=(f,h)=>{f.innerHTML=h,r&&s()||document.body.insertAdjacentElement("afterbegin",f)};if(!r||!s()){const f=fl.supported,h=document.createElement("div");if(h.setAttribute("hidden",""),r&&h.setAttribute("id",i),f){const b=window.localStorage.getItem(`${n}-${i}`);if(d=b!==null,d){const g=JSON.parse(b);p(h,g.content)}}ml(o).then(b=>{if(!K.empty(b)){if(f)try{window.localStorage.setItem(`${n}-${i}`,JSON.stringify({content:b}))}catch{}p(h,b)}}).catch(()=>{})}}const k8=o=>Math.trunc(o/60/60%60,10),y0e=o=>Math.trunc(o/60%60,10),w0e=o=>Math.trunc(o%60,10);function md(o=0,i=!1,n=!1){if(!K.number(o))return md(void 0,i,n);const r=f=>`0${f}`.slice(-2);let d=k8(o);const s=y0e(o),p=w0e(o);return d=i||d>0?`${d}:`:"",`${n&&o>0?"-":""}${d}${r(s)}:${r(p)}`}const Ee={getIconUrl(){const o=new URL(this.config.iconUrl,window.location),i=window.location.host?window.location.host:window.top.location.host,n=o.host!==i||io.isIE&&!window.svg4everybody;return{url:this.config.iconUrl,cors:n}},findElements(){try{return this.elements.controls=Jt.call(this,this.config.selectors.controls.wrapper),this.elements.buttons={play:cl.call(this,this.config.selectors.buttons.play),pause:Jt.call(this,this.config.selectors.buttons.pause),restart:Jt.call(this,this.config.selectors.buttons.restart),rewind:Jt.call(this,this.config.selectors.buttons.rewind),fastForward:Jt.call(this,this.config.selectors.buttons.fastForward),mute:Jt.call(this,this.config.selectors.buttons.mute),pip:Jt.call(this,this.config.selectors.buttons.pip),airplay:Jt.call(this,this.config.selectors.buttons.airplay),settings:Jt.call(this,this.config.selectors.buttons.settings),captions:Jt.call(this,this.config.selectors.buttons.captions),fullscreen:Jt.call(this,this.config.selectors.buttons.fullscreen)},this.elements.progress=Jt.call(this,this.config.selectors.progress),this.elements.inputs={seek:Jt.call(this,this.config.selectors.inputs.seek),volume:Jt.call(this,this.config.selectors.inputs.volume)},this.elements.display={buffer:Jt.call(this,this.config.selectors.display.buffer),currentTime:Jt.call(this,this.config.selectors.display.currentTime),duration:Jt.call(this,this.config.selectors.display.duration)},K.element(this.elements.progress)&&(this.elements.display.seekTooltip=this.elements.progress.querySelector(`.${this.config.classNames.tooltip}`)),!0}catch(o){return this.debug.warn("It looks like there is a problem with your custom controls HTML",o),this.toggleNativeControls(!0),!1}},createIcon(o,i){const n="http://www.w3.org/2000/svg",r=Ee.getIconUrl.call(this),d=`${r.cors?"":r.url}#${this.config.iconPrefix}`,s=document.createElementNS(n,"svg");Qu(s,Ut(i,{"aria-hidden":"true",focusable:"false"}));const p=document.createElementNS(n,"use"),f=`${d}-${o}`;return"href"in p&&p.setAttributeNS("http://www.w3.org/1999/xlink","href",f),p.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",f),s.appendChild(p),s},createLabel(o,i={}){const n=no.get(o,this.config);return Ue("span",{...i,class:[i.class,this.config.classNames.hidden].filter(Boolean).join(" ")},n)},createBadge(o){if(K.empty(o))return null;const i=Ue("span",{class:this.config.classNames.menu.value});return i.appendChild(Ue("span",{class:this.config.classNames.menu.badge},o)),i},createButton(o,i){const n=Ut({},i);let r=h0e(o);const d={element:"button",toggle:!1,label:null,icon:null,labelPressed:null,iconPressed:null};switch(["element","icon","label"].forEach(p=>{Object.keys(n).includes(p)&&(d[p]=n[p],delete n[p])}),d.element!=="button"||Object.keys(n).includes("type")||(n.type="button"),Object.keys(n).includes("class")?n.class.split(" ").some(p=>p===this.config.classNames.control)||Ut(n,{class:`${n.class} ${this.config.classNames.control}`}):n.class=this.config.classNames.control,o){case"play":d.toggle=!0,d.label="play",d.labelPressed="pause",d.icon="play",d.iconPressed="pause";break;case"mute":d.toggle=!0,d.label="mute",d.labelPressed="unmute",d.icon="volume",d.iconPressed="muted";break;case"captions":d.toggle=!0,d.label="enableCaptions",d.labelPressed="disableCaptions",d.icon="captions-off",d.iconPressed="captions-on";break;case"fullscreen":d.toggle=!0,d.label="enterFullscreen",d.labelPressed="exitFullscreen",d.icon="enter-fullscreen",d.iconPressed="exit-fullscreen";break;case"play-large":n.class+=` ${this.config.classNames.control}--overlaid`,r="play",d.label="play",d.icon="play";break;default:K.empty(d.label)&&(d.label=r),K.empty(d.icon)&&(d.icon=o)}const s=Ue(d.element);return d.toggle?(s.appendChild(Ee.createIcon.call(this,d.iconPressed,{class:"icon--pressed"})),s.appendChild(Ee.createIcon.call(this,d.icon,{class:"icon--not-pressed"})),s.appendChild(Ee.createLabel.call(this,d.labelPressed,{class:"label--pressed"})),s.appendChild(Ee.createLabel.call(this,d.label,{class:"label--not-pressed"}))):(s.appendChild(Ee.createIcon.call(this,d.icon)),s.appendChild(Ee.createLabel.call(this,d.label))),Ut(n,xi(this.config.selectors.buttons[r],n)),Qu(s,n),r==="play"?(K.array(this.elements.buttons[r])||(this.elements.buttons[r]=[]),this.elements.buttons[r].push(s)):this.elements.buttons[r]=s,s},createRange(o,i){const n=Ue("input",Ut(xi(this.config.selectors.inputs[o]),{type:"range",min:0,max:100,step:.01,value:0,autocomplete:"off",role:"slider","aria-label":no.get(o,this.config),"aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":0},i));return this.elements.inputs[o]=n,Ee.updateRangeFill.call(this,n),Vpe.setup(n),n},createProgress(o,i){const n=Ue("progress",Ut(xi(this.config.selectors.display[o]),{min:0,max:100,value:0,role:"progressbar","aria-hidden":!0},i));if(o!=="volume"){n.appendChild(Ue("span",null,"0"));const r={played:"played",buffer:"buffered"}[o],d=r?no.get(r,this.config):"";n.innerText=`% ${d.toLowerCase()}`}return this.elements.display[o]=n,n},createTime(o,i){const n=xi(this.config.selectors.display[o],i),r=Ue("div",Ut(n,{class:`${n.class?n.class:""} ${this.config.classNames.display.time} `.trim(),"aria-label":no.get(o,this.config),role:"timer"}),"00:00");return this.elements.display[o]=r,r},bindMenuItemShortcuts(o,i){rt.call(this,o,"keydown keyup",n=>{if(![" ","ArrowUp","ArrowDown","ArrowRight"].includes(n.key)||(n.preventDefault(),n.stopPropagation(),n.type==="keydown"))return;const r=Wn(o,'[role="menuitemradio"]');if(!r&&[" ","ArrowRight"].includes(n.key))Ee.showMenuPanel.call(this,i,!0);else{let d;n.key!==" "&&(n.key==="ArrowDown"||r&&n.key==="ArrowRight"?(d=o.nextElementSibling,K.element(d)||(d=o.parentNode.firstElementChild)):(d=o.previousElementSibling,K.element(d)||(d=o.parentNode.lastElementChild)),Ju.call(this,d,!0))}},!1),rt.call(this,o,"keyup",n=>{n.key==="Return"&&Ee.focusFirstMenuItem.call(this,null,!0)})},createMenuItem({value:o,list:i,type:n,title:r,badge:d=null,checked:s=!1}){const p=xi(this.config.selectors.inputs[n]),f=Ue("button",Ut(p,{type:"button",role:"menuitemradio",class:`${this.config.classNames.control} ${p.class?p.class:""}`.trim(),"aria-checked":s,value:o})),h=Ue("span");h.innerHTML=r,K.element(d)&&h.appendChild(d),f.appendChild(h),Object.defineProperty(f,"checked",{enumerable:!0,get:()=>f.getAttribute("aria-checked")==="true",set(b){b&&Array.from(f.parentNode.children).filter(g=>Wn(g,'[role="menuitemradio"]')).forEach(g=>g.setAttribute("aria-checked","false")),f.setAttribute("aria-checked",b?"true":"false")}}),this.listeners.bind(f,"click keyup",b=>{if(!K.keyboardEvent(b)||b.key===" "){switch(b.preventDefault(),b.stopPropagation(),f.checked=!0,n){case"language":this.currentTrack=Number(o);break;case"quality":this.quality=o;break;case"speed":this.speed=parseFloat(o)}Ee.showMenuPanel.call(this,"home",K.keyboardEvent(b))}},n,!1),Ee.bindMenuItemShortcuts.call(this,f,n),i.appendChild(f)},formatTime(o=0,i=!1){return K.number(o)?md(o,k8(this.duration)>0,i):o},updateTimeDisplay(o=null,i=0,n=!1){K.element(o)&&K.number(i)&&(o.innerText=Ee.formatTime(i,n))},updateVolume(){this.supported.ui&&(K.element(this.elements.inputs.volume)&&Ee.setRange.call(this,this.elements.inputs.volume,this.muted?0:this.volume),K.element(this.elements.buttons.mute)&&(this.elements.buttons.mute.pressed=this.muted||this.volume===0))},setRange(o,i=0){K.element(o)&&(o.value=i,Ee.updateRangeFill.call(this,o))},updateProgress(o){if(!this.supported.ui||!K.event(o))return;let i=0;const n=(r,d)=>{const s=K.number(d)?d:0,p=K.element(r)?r:this.elements.display.buffer;if(K.element(p)){p.value=s;const f=p.getElementsByTagName("span")[0];K.element(f)&&(f.childNodes[0].nodeValue=s)}};if(o)switch(o.type){case"timeupdate":case"seeking":case"seeked":i=f0e(this.currentTime,this.duration),o.type==="timeupdate"&&Ee.setRange.call(this,this.elements.inputs.seek,i);break;case"playing":case"progress":n(this.elements.display.buffer,100*this.buffered)}},updateRangeFill(o){const i=K.event(o)?o.target:o;if(K.element(i)&&i.getAttribute("type")==="range"){if(Wn(i,this.config.selectors.inputs.seek)){i.setAttribute("aria-valuenow",this.currentTime);const n=Ee.formatTime(this.currentTime),r=Ee.formatTime(this.duration),d=no.get("seekLabel",this.config);i.setAttribute("aria-valuetext",d.replace("{currentTime}",n).replace("{duration}",r))}else if(Wn(i,this.config.selectors.inputs.volume)){const n=100*i.value;i.setAttribute("aria-valuenow",n),i.setAttribute("aria-valuetext",`${n.toFixed(1)}%`)}else i.setAttribute("aria-valuenow",i.value);(io.isWebKit||io.isIPadOS)&&i.style.setProperty("--value",i.value/i.max*100+"%")}},updateSeekTooltip(o){var i,n;if(!this.config.tooltips.seek||!K.element(this.elements.inputs.seek)||!K.element(this.elements.display.seekTooltip)||this.duration===0)return;const r=this.elements.display.seekTooltip,d=`${this.config.classNames.tooltip}--visible`,s=g=>ft(r,d,g);if(this.touch)return void s(!1);let p=0;const f=this.elements.progress.getBoundingClientRect();if(K.event(o))p=100/f.width*(o.pageX-f.left);else{if(!pd(r,d))return;p=parseFloat(r.style.left,10)}p<0?p=0:p>100&&(p=100);const h=this.duration/100*p;r.innerText=Ee.formatTime(h);const b=(i=this.config.markers)===null||i===void 0||(n=i.points)===null||n===void 0?void 0:n.find(({time:g})=>g===Math.round(h));b&&r.insertAdjacentHTML("afterbegin",`${b.label}<br>`),r.style.left=`${p}%`,K.event(o)&&["mouseenter","mouseleave"].includes(o.type)&&s(o.type==="mouseenter")},timeUpdate(o){const i=!K.element(this.elements.display.duration)&&this.config.invertTime;Ee.updateTimeDisplay.call(this,this.elements.display.currentTime,i?this.duration-this.currentTime:this.currentTime,i),o&&o.type==="timeupdate"&&this.media.seeking||Ee.updateProgress.call(this,o)},durationUpdate(){if(!this.supported.ui||!this.config.invertTime&&this.currentTime)return;if(this.duration>=2**32)return Kn(this.elements.display.currentTime,!0),void Kn(this.elements.progress,!0);K.element(this.elements.inputs.seek)&&this.elements.inputs.seek.setAttribute("aria-valuemax",this.duration);const o=K.element(this.elements.display.duration);!o&&this.config.displayDuration&&this.paused&&Ee.updateTimeDisplay.call(this,this.elements.display.currentTime,this.duration),o&&Ee.updateTimeDisplay.call(this,this.elements.display.duration,this.duration),this.config.markers.enabled&&Ee.setMarkers.call(this),Ee.updateSeekTooltip.call(this)},toggleMenuButton(o,i){Kn(this.elements.settings.buttons[o],!i)},updateSetting(o,i,n){const r=this.elements.settings.panels[o];let d=null,s=i;if(o==="captions")d=this.currentTrack;else{if(d=K.empty(n)?this[o]:n,K.empty(d)&&(d=this.config[o].default),!K.empty(this.options[o])&&!this.options[o].includes(d))return void this.debug.warn(`Unsupported value of '${d}' for ${o}`);if(!this.config[o].options.includes(d))return void this.debug.warn(`Disabled value of '${d}' for ${o}`)}if(K.element(s)||(s=r&&r.querySelector('[role="menu"]')),!K.element(s))return;this.elements.settings.buttons[o].querySelector(`.${this.config.classNames.menu.value}`).innerHTML=Ee.getLabel.call(this,o,d);const p=s&&s.querySelector(`[value="${d}"]`);K.element(p)&&(p.checked=!0)},getLabel(o,i){switch(o){case"speed":return i===1?no.get("normal",this.config):`${i}×`;case"quality":if(K.number(i)){const n=no.get(`qualityLabel.${i}`,this.config);return n.length?n:`${i}p`}return w8(i);case"captions":return ct.getLabel.call(this);default:return null}},setQualityMenu(o){if(!K.element(this.elements.settings.panels.quality))return;const i="quality",n=this.elements.settings.panels.quality.querySelector('[role="menu"]');K.array(o)&&(this.options.quality=t1(o).filter(s=>this.config.quality.options.includes(s)));const r=!K.empty(this.options.quality)&&this.options.quality.length>1;if(Ee.toggleMenuButton.call(this,i,r),dd(n),Ee.checkMenu.call(this),!r)return;const d=s=>{const p=no.get(`qualityBadge.${s}`,this.config);return p.length?Ee.createBadge.call(this,p):null};this.options.quality.sort((s,p)=>{const f=this.config.quality.options;return f.indexOf(s)>f.indexOf(p)?1:-1}).forEach(s=>{Ee.createMenuItem.call(this,{value:s,list:n,type:i,title:Ee.getLabel.call(this,"quality",s),badge:d(s)})}),Ee.updateSetting.call(this,i,n)},setCaptionsMenu(){if(!K.element(this.elements.settings.panels.captions))return;const o="captions",i=this.elements.settings.panels.captions.querySelector('[role="menu"]'),n=ct.getTracks.call(this),r=!!n.length;if(Ee.toggleMenuButton.call(this,o,r),dd(i),Ee.checkMenu.call(this),!r)return;const d=n.map((s,p)=>({value:p,checked:this.captions.toggled&&this.currentTrack===p,title:ct.getLabel.call(this,s),badge:s.language&&Ee.createBadge.call(this,s.language.toUpperCase()),list:i,type:"language"}));d.unshift({value:-1,checked:!this.captions.toggled,title:no.get("disabled",this.config),list:i,type:"language"}),d.forEach(Ee.createMenuItem.bind(this)),Ee.updateSetting.call(this,o,i)},setSpeedMenu(){if(!K.element(this.elements.settings.panels.speed))return;const o="speed",i=this.elements.settings.panels.speed.querySelector('[role="menu"]');this.options.speed=this.options.speed.filter(r=>r>=this.minimumSpeed&&r<=this.maximumSpeed);const n=!K.empty(this.options.speed)&&this.options.speed.length>1;Ee.toggleMenuButton.call(this,o,n),dd(i),Ee.checkMenu.call(this),n&&(this.options.speed.forEach(r=>{Ee.createMenuItem.call(this,{value:r,list:i,type:o,title:Ee.getLabel.call(this,"speed",r)})}),Ee.updateSetting.call(this,o,i))},checkMenu(){const{buttons:o}=this.elements.settings,i=!K.empty(o)&&Object.values(o).some(n=>!n.hidden);Kn(this.elements.settings.menu,!i)},focusFirstMenuItem(o,i=!1){if(this.elements.settings.popup.hidden)return;let n=o;K.element(n)||(n=Object.values(this.elements.settings.panels).find(d=>!d.hidden));const r=n.querySelector('[role^="menuitem"]');Ju.call(this,r,i)},toggleMenu(o){const{popup:i}=this.elements.settings,n=this.elements.buttons.settings;if(!K.element(i)||!K.element(n))return;const{hidden:r}=i;let d=r;if(K.boolean(o))d=o;else if(K.keyboardEvent(o)&&o.key==="Escape")d=!1;else if(K.event(o)){const s=K.function(o.composedPath)?o.composedPath()[0]:o.target,p=i.contains(s);if(p||!p&&o.target!==n&&d)return}n.setAttribute("aria-expanded",d),Kn(i,!d),ft(this.elements.container,this.config.classNames.menu.open,d),d&&K.keyboardEvent(o)?Ee.focusFirstMenuItem.call(this,null,!0):d||r||Ju.call(this,n,K.keyboardEvent(o))},getMenuSize(o){const i=o.cloneNode(!0);i.style.position="absolute",i.style.opacity=0,i.removeAttribute("hidden"),o.parentNode.appendChild(i);const n=i.scrollWidth,r=i.scrollHeight;return Fi(i),{width:n,height:r}},showMenuPanel(o="",i=!1){const n=this.elements.container.querySelector(`#plyr-settings-${this.id}-${o}`);if(!K.element(n))return;const r=n.parentNode,d=Array.from(r.children).find(s=>!s.hidden);if(Ht.transitions&&!Ht.reducedMotion){r.style.width=`${d.scrollWidth}px`,r.style.height=`${d.scrollHeight}px`;const s=Ee.getMenuSize.call(this,n),p=f=>{f.target===r&&["width","height"].includes(f.propertyName)&&(r.style.width="",r.style.height="",ud.call(this,r,Xu,p))};rt.call(this,r,Xu,p),r.style.width=`${s.width}px`,r.style.height=`${s.height}px`}Kn(d,!0),Kn(n,!1),Ee.focusFirstMenuItem.call(this,n,i)},setDownloadUrl(){const o=this.elements.buttons.download;K.element(o)&&o.setAttribute("href",this.download)},create(o){const{bindMenuItemShortcuts:i,createButton:n,createProgress:r,createRange:d,createTime:s,setQualityMenu:p,setSpeedMenu:f,showMenuPanel:h}=Ee;this.elements.controls=null,K.array(this.config.controls)&&this.config.controls.includes("play-large")&&this.elements.container.appendChild(n.call(this,"play-large"));const b=Ue("div",xi(this.config.selectors.controls.wrapper));this.elements.controls=b;const g={class:"plyr__controls__item"};return t1(K.array(this.config.controls)?this.config.controls:[]).forEach(w=>{if(w==="restart"&&b.appendChild(n.call(this,"restart",g)),w==="rewind"&&b.appendChild(n.call(this,"rewind",g)),w==="play"&&b.appendChild(n.call(this,"play",g)),w==="fast-forward"&&b.appendChild(n.call(this,"fast-forward",g)),w==="progress"){const y=Ue("div",{class:`${g.class} plyr__progress__container`}),v=Ue("div",xi(this.config.selectors.progress));if(v.appendChild(d.call(this,"seek",{id:`plyr-seek-${o.id}`})),v.appendChild(r.call(this,"buffer")),this.config.tooltips.seek){const A=Ue("span",{class:this.config.classNames.tooltip},"00:00");v.appendChild(A),this.elements.display.seekTooltip=A}this.elements.progress=v,y.appendChild(this.elements.progress),b.appendChild(y)}if(w==="current-time"&&b.appendChild(s.call(this,"currentTime",g)),w==="duration"&&b.appendChild(s.call(this,"duration",g)),w==="mute"||w==="volume"){let{volume:y}=this.elements;if(K.element(y)&&b.contains(y)||(y=Ue("div",Ut({},g,{class:`${g.class} plyr__volume`.trim()})),this.elements.volume=y,b.appendChild(y)),w==="mute"&&y.appendChild(n.call(this,"mute")),w==="volume"&&!io.isIos&&!io.isIPadOS){const v={max:1,step:.05,value:this.config.volume};y.appendChild(d.call(this,"volume",Ut(v,{id:`plyr-volume-${o.id}`})))}}if(w==="captions"&&b.appendChild(n.call(this,"captions",g)),w==="settings"&&!K.empty(this.config.settings)){const y=Ue("div",Ut({},g,{class:`${g.class} plyr__menu`.trim(),hidden:""}));y.appendChild(n.call(this,"settings",{"aria-haspopup":!0,"aria-controls":`plyr-settings-${o.id}`,"aria-expanded":!1}));const v=Ue("div",{class:"plyr__menu__container",id:`plyr-settings-${o.id}`,hidden:""}),A=Ue("div"),E=Ue("div",{id:`plyr-settings-${o.id}-home`}),S=Ue("div",{role:"menu"});E.appendChild(S),A.appendChild(E),this.elements.settings.panels.home=E,this.config.settings.forEach(x=>{const k=Ue("button",Ut(xi(this.config.selectors.buttons.settings),{type:"button",class:`${this.config.classNames.control} ${this.config.classNames.control}--forward`,role:"menuitem","aria-haspopup":!0,hidden:""}));i.call(this,k,x),rt.call(this,k,"click",()=>{h.call(this,x,!1)});const O=Ue("span",null,no.get(x,this.config)),T=Ue("span",{class:this.config.classNames.menu.value});T.innerHTML=o[x],O.appendChild(T),k.appendChild(O),S.appendChild(k);const D=Ue("div",{id:`plyr-settings-${o.id}-${x}`,hidden:""}),N=Ue("button",{type:"button",class:`${this.config.classNames.control} ${this.config.classNames.control}--back`});N.appendChild(Ue("span",{"aria-hidden":!0},no.get(x,this.config))),N.appendChild(Ue("span",{class:this.config.classNames.hidden},no.get("menuBack",this.config))),rt.call(this,D,"keydown",B=>{B.key==="ArrowLeft"&&(B.preventDefault(),B.stopPropagation(),h.call(this,"home",!0))},!1),rt.call(this,N,"click",()=>{h.call(this,"home",!1)}),D.appendChild(N),D.appendChild(Ue("div",{role:"menu"})),A.appendChild(D),this.elements.settings.buttons[x]=k,this.elements.settings.panels[x]=D}),v.appendChild(A),y.appendChild(v),b.appendChild(y),this.elements.settings.popup=v,this.elements.settings.menu=y}if(w==="pip"&&Ht.pip&&b.appendChild(n.call(this,"pip",g)),w==="airplay"&&Ht.airplay&&b.appendChild(n.call(this,"airplay",g)),w==="download"){const y=Ut({},g,{element:"a",href:this.download,target:"_blank"});this.isHTML5&&(y.download="");const{download:v}=this.config.urls;!K.url(v)&&this.isEmbed&&Ut(y,{icon:`logo-${this.provider}`,label:this.provider}),b.appendChild(n.call(this,"download",y))}w==="fullscreen"&&b.appendChild(n.call(this,"fullscreen",g))}),this.isHTML5&&p.call(this,dn.getQualityOptions.call(this)),f.call(this),b},inject(){if(this.config.loadSprite){const d=Ee.getIconUrl.call(this);d.cors&&C8(d.url,"sprite-plyr")}this.id=Math.floor(1e4*Math.random());let o=null;this.elements.controls=null;const i={id:this.id,seektime:this.config.seekTime,title:this.config.title};let n=!0;K.function(this.config.controls)&&(this.config.controls=this.config.controls.call(this,i)),this.config.controls||(this.config.controls=[]),K.element(this.config.controls)||K.string(this.config.controls)?o=this.config.controls:(o=Ee.create.call(this,{id:this.id,seektime:this.config.seekTime,speed:this.speed,quality:this.quality,captions:ct.getLabel.call(this)}),n=!1);let r;if(n&&K.string(this.config.controls)&&(o=(d=>{let s=d;return Object.entries(i).forEach(([p,f])=>{s=ul(s,`{${p}}`,f)}),s})(o)),K.string(this.config.selectors.controls.container)&&(r=document.querySelector(this.config.selectors.controls.container)),K.element(r)||(r=this.elements.container),r[K.element(o)?"insertAdjacentElement":"insertAdjacentHTML"]("afterbegin",o),K.element(this.elements.controls)||Ee.findElements.call(this),!K.empty(this.elements.buttons)){const d=s=>{const p=this.config.classNames.controlPressed;s.setAttribute("aria-pressed","false"),Object.defineProperty(s,"pressed",{configurable:!0,enumerable:!0,get:()=>pd(s,p),set(f=!1){ft(s,p,f),s.setAttribute("aria-pressed",f?"true":"false")}})};Object.values(this.elements.buttons).filter(Boolean).forEach(s=>{K.array(s)||K.nodeList(s)?Array.from(s).filter(Boolean).forEach(d):d(s)})}if(io.isEdge&&d8(r),this.config.tooltips.controls){const{classNames:d,selectors:s}=this.config,p=`${s.controls.wrapper} ${s.labels} .${d.hidden}`,f=cl.call(this,p);Array.from(f).forEach(h=>{ft(h,this.config.classNames.hidden,!1),ft(h,this.config.classNames.tooltip,!0)})}},setMediaMetadata(){try{"mediaSession"in navigator&&(navigator.mediaSession.metadata=new window.MediaMetadata({title:this.config.mediaMetadata.title,artist:this.config.mediaMetadata.artist,album:this.config.mediaMetadata.album,artwork:this.config.mediaMetadata.artwork}))}catch{}},setMarkers(){var o,i;if(!this.duration||this.elements.markers)return;const n=(o=this.config.markers)===null||o===void 0||(i=o.points)===null||i===void 0?void 0:i.filter(({time:h})=>h>0&&h<this.duration);if(n==null||!n.length)return;const r=document.createDocumentFragment(),d=document.createDocumentFragment();let s=null;const p=`${this.config.classNames.tooltip}--visible`,f=h=>ft(s,p,h);n.forEach(h=>{const b=Ue("span",{class:this.config.classNames.marker},""),g=h.time/this.duration*100+"%";s&&(b.addEventListener("mouseenter",()=>{h.label||(s.style.left=g,s.innerHTML=h.label,f(!0))}),b.addEventListener("mouseleave",()=>{f(!1)})),b.addEventListener("click",()=>{this.currentTime=h.time}),b.style.left=g,d.appendChild(b)}),r.appendChild(d),this.config.tooltips.seek||(s=Ue("span",{class:this.config.classNames.tooltip},""),r.appendChild(s)),this.elements.markers={points:d,tip:s},this.elements.progress.appendChild(r)}};function x8(o,i=!0){let n=o;if(i){const r=document.createElement("a");r.href=n,n=r.href}try{return new URL(n)}catch{return null}}function I8(o){const i=new URLSearchParams;return K.object(o)&&Object.entries(o).forEach(([n,r])=>{i.set(n,r)}),i}const ct={setup(){if(!this.supported.ui)return;if(!this.isVideo||this.isYouTube||this.isHTML5&&!Ht.textTracks)return void(K.array(this.config.controls)&&this.config.controls.includes("settings")&&this.config.settings.includes("captions")&&Ee.setCaptionsMenu.call(this));if(K.element(this.elements.captions)||(this.elements.captions=Ue("div",xi(this.config.selectors.captions)),this.elements.captions.setAttribute("dir","auto"),r0e(this.elements.captions,this.elements.wrapper)),io.isIE&&window.URL){const r=this.media.querySelectorAll("track");Array.from(r).forEach(d=>{const s=d.getAttribute("src"),p=x8(s);p!==null&&p.hostname!==window.location.href.hostname&&["http:","https:"].includes(p.protocol)&&ml(s,"blob").then(f=>{d.setAttribute("src",window.URL.createObjectURL(f))}).catch(()=>{Fi(d)})})}const o=t1((navigator.languages||[navigator.language||navigator.userLanguage||"en"]).map(r=>r.split("-")[0]));let i=(this.storage.get("language")||this.config.captions.language||"auto").toLowerCase();i==="auto"&&([i]=o);let n=this.storage.get("captions");if(K.boolean(n)||({active:n}=this.config.captions),Object.assign(this.captions,{toggled:!1,active:n,language:i,languages:o}),this.isHTML5){const r=this.config.captions.update?"addtrack removetrack":"removetrack";rt.call(this,this.media.textTracks,r,ct.update.bind(this))}setTimeout(ct.update.bind(this),0)},update(){const o=ct.getTracks.call(this,!0),{active:i,language:n,meta:r,currentTrackNode:d}=this.captions,s=!!o.find(p=>p.language===n);this.isHTML5&&this.isVideo&&o.filter(p=>!r.get(p)).forEach(p=>{this.debug.log("Track added",p),r.set(p,{default:p.mode==="showing"}),p.mode==="showing"&&(p.mode="hidden"),rt.call(this,p,"cuechange",()=>ct.updateCues.call(this))}),(s&&this.language!==n||!o.includes(d))&&(ct.setLanguage.call(this,n),ct.toggle.call(this,i&&s)),this.elements&&ft(this.elements.container,this.config.classNames.captions.enabled,!K.empty(o)),K.array(this.config.controls)&&this.config.controls.includes("settings")&&this.config.settings.includes("captions")&&Ee.setCaptionsMenu.call(this)},toggle(o,i=!0){if(!this.supported.ui)return;const{toggled:n}=this.captions,r=this.config.classNames.captions.active,d=K.nullOrUndefined(o)?!n:o;if(d!==n){if(i||(this.captions.active=d,this.storage.set({captions:d})),!this.language&&d&&!i){const s=ct.getTracks.call(this),p=ct.findTrack.call(this,[this.captions.language,...this.captions.languages],!0);return this.captions.language=p.language,void ct.set.call(this,s.indexOf(p))}this.elements.buttons.captions&&(this.elements.buttons.captions.pressed=d),ft(this.elements.container,r,d),this.captions.toggled=d,Ee.updateSetting.call(this,"captions"),Ke.call(this,this.media,d?"captionsenabled":"captionsdisabled")}setTimeout(()=>{d&&this.captions.toggled&&(this.captions.currentTrackNode.mode="hidden")})},set(o,i=!0){const n=ct.getTracks.call(this);if(o!==-1)if(K.number(o))if(o in n){if(this.captions.currentTrack!==o){this.captions.currentTrack=o;const r=n[o],{language:d}=r||{};this.captions.currentTrackNode=r,Ee.updateSetting.call(this,"captions"),i||(this.captions.language=d,this.storage.set({language:d})),this.isVimeo&&this.embed.enableTextTrack(d),Ke.call(this,this.media,"languagechange")}ct.toggle.call(this,!0,i),this.isHTML5&&this.isVideo&&ct.updateCues.call(this)}else this.debug.warn("Track not found",o);else this.debug.warn("Invalid caption argument",o);else ct.toggle.call(this,!1,i)},setLanguage(o,i=!0){if(!K.string(o))return void this.debug.warn("Invalid language argument",o);const n=o.toLowerCase();this.captions.language=n;const r=ct.getTracks.call(this),d=ct.findTrack.call(this,[n]);ct.set.call(this,r.indexOf(d),i)},getTracks(o=!1){return Array.from((this.media||{}).textTracks||[]).filter(i=>!this.isHTML5||o||this.captions.meta.has(i)).filter(i=>["captions","subtitles"].includes(i.kind))},findTrack(o,i=!1){const n=ct.getTracks.call(this),r=p=>Number((this.captions.meta.get(p)||{}).default),d=Array.from(n).sort((p,f)=>r(f)-r(p));let s;return o.every(p=>(s=d.find(f=>f.language===p),!s)),s||(i?d[0]:void 0)},getCurrentTrack(){return ct.getTracks.call(this)[this.currentTrack]},getLabel(o){let i=o;return!K.track(i)&&Ht.textTracks&&this.captions.toggled&&(i=ct.getCurrentTrack.call(this)),K.track(i)?K.empty(i.label)?K.empty(i.language)?no.get("enabled",this.config):o.language.toUpperCase():i.label:no.get("disabled",this.config)},updateCues(o){if(!this.supported.ui)return;if(!K.element(this.elements.captions))return void this.debug.warn("No captions element to render to");if(!K.nullOrUndefined(o)&&!Array.isArray(o))return void this.debug.warn("updateCues: Invalid input",o);let i=o;if(!i){const r=ct.getCurrentTrack.call(this);i=Array.from((r||{}).activeCues||[]).map(d=>d.getCueAsHTML()).map(g0e)}const n=i.map(r=>r.trim()).join(`
|
|
7249
7249
|
`);if(n!==this.elements.captions.innerHTML){dd(this.elements.captions);const r=Ue("span",xi(this.config.selectors.caption));r.innerHTML=n,this.elements.captions.appendChild(r),Ke.call(this,this.media,"cuechange")}}},S8={enabled:!0,title:"",debug:!1,autoplay:!1,autopause:!0,playsinline:!0,seekTime:10,volume:1,muted:!1,duration:null,displayDuration:!0,invertTime:!0,toggleInvert:!0,ratio:null,clickToPlay:!0,hideControls:!0,resetOnEnd:!1,disableContextMenu:!0,loadSprite:!0,iconPrefix:"plyr",iconUrl:"https://cdn.plyr.io/3.7.8/plyr.svg",blankVideo:"https://cdn.plyr.io/static/blank.mp4",quality:{default:576,options:[4320,2880,2160,1440,1080,720,576,480,360,240],forced:!1,onChange:null},loop:{active:!1},speed:{selected:1,options:[.5,.75,1,1.25,1.5,1.75,2,4]},keyboard:{focused:!0,global:!1},tooltips:{controls:!1,seek:!0},captions:{active:!1,language:"auto",update:!1},fullscreen:{enabled:!0,fallback:!0,iosNative:!1},storage:{enabled:!0,key:"plyr"},controls:["play-large","play","progress","current-time","mute","volume","captions","settings","pip","airplay","fullscreen"],settings:["captions","quality","speed"],i18n:{restart:"Restart",rewind:"Rewind {seektime}s",play:"Play",pause:"Pause",fastForward:"Forward {seektime}s",seek:"Seek",seekLabel:"{currentTime} of {duration}",played:"Played",buffered:"Buffered",currentTime:"Current time",duration:"Duration",volume:"Volume",mute:"Mute",unmute:"Unmute",enableCaptions:"Enable captions",disableCaptions:"Disable captions",download:"Download",enterFullscreen:"Enter fullscreen",exitFullscreen:"Exit fullscreen",frameTitle:"Player for {title}",captions:"Captions",settings:"Settings",pip:"PIP",menuBack:"Go back to previous menu",speed:"Speed",normal:"Normal",quality:"Quality",loop:"Loop",start:"Start",end:"End",all:"All",reset:"Reset",disabled:"Disabled",enabled:"Enabled",advertisement:"Ad",qualityBadge:{2160:"4K",1440:"HD",1080:"HD",720:"HD",576:"SD",480:"SD"}},urls:{download:null,vimeo:{sdk:"https://player.vimeo.com/api/player.js",iframe:"https://player.vimeo.com/video/{0}?{1}",api:"https://vimeo.com/api/oembed.json?url={0}"},youtube:{sdk:"https://www.youtube.com/iframe_api",api:"https://noembed.com/embed?url=https://www.youtube.com/watch?v={0}"},googleIMA:{sdk:"https://imasdk.googleapis.com/js/sdkloader/ima3.js"}},listeners:{seek:null,play:null,pause:null,restart:null,rewind:null,fastForward:null,mute:null,volume:null,captions:null,download:null,fullscreen:null,pip:null,airplay:null,speed:null,quality:null,loop:null,language:null},events:["ended","progress","stalled","playing","waiting","canplay","canplaythrough","loadstart","loadeddata","loadedmetadata","timeupdate","volumechange","play","pause","error","seeking","seeked","emptied","ratechange","cuechange","download","enterfullscreen","exitfullscreen","captionsenabled","captionsdisabled","languagechange","controlshidden","controlsshown","ready","statechange","qualitychange","adsloaded","adscontentpause","adscontentresume","adstarted","adsmidpoint","adscomplete","adsallcomplete","adsimpression","adsclick"],selectors:{editable:"input, textarea, select, [contenteditable]",container:".plyr",controls:{container:null,wrapper:".plyr__controls"},labels:"[data-plyr]",buttons:{play:'[data-plyr="play"]',pause:'[data-plyr="pause"]',restart:'[data-plyr="restart"]',rewind:'[data-plyr="rewind"]',fastForward:'[data-plyr="fast-forward"]',mute:'[data-plyr="mute"]',captions:'[data-plyr="captions"]',download:'[data-plyr="download"]',fullscreen:'[data-plyr="fullscreen"]',pip:'[data-plyr="pip"]',airplay:'[data-plyr="airplay"]',settings:'[data-plyr="settings"]',loop:'[data-plyr="loop"]'},inputs:{seek:'[data-plyr="seek"]',volume:'[data-plyr="volume"]',speed:'[data-plyr="speed"]',language:'[data-plyr="language"]',quality:'[data-plyr="quality"]'},display:{currentTime:".plyr__time--current",duration:".plyr__time--duration",buffer:".plyr__progress__buffer",loop:".plyr__progress__loop",volume:".plyr__volume--display"},progress:".plyr__progress",captions:".plyr__captions",caption:".plyr__caption"},classNames:{type:"plyr--{0}",provider:"plyr--{0}",video:"plyr__video-wrapper",embed:"plyr__video-embed",videoFixedRatio:"plyr__video-wrapper--fixed-ratio",embedContainer:"plyr__video-embed__container",poster:"plyr__poster",posterEnabled:"plyr__poster-enabled",ads:"plyr__ads",control:"plyr__control",controlPressed:"plyr__control--pressed",playing:"plyr--playing",paused:"plyr--paused",stopped:"plyr--stopped",loading:"plyr--loading",hover:"plyr--hover",tooltip:"plyr__tooltip",cues:"plyr__cues",marker:"plyr__progress__marker",hidden:"plyr__sr-only",hideControls:"plyr--hide-controls",isTouch:"plyr--is-touch",uiSupported:"plyr--full-ui",noTransition:"plyr--no-transition",display:{time:"plyr__time"},menu:{value:"plyr__menu__value",badge:"plyr__badge",open:"plyr--menu-open"},captions:{enabled:"plyr--captions-enabled",active:"plyr--captions-active"},fullscreen:{enabled:"plyr--fullscreen-enabled",fallback:"plyr--fullscreen-fallback"},pip:{supported:"plyr--pip-supported",active:"plyr--pip-active"},airplay:{supported:"plyr--airplay-supported",active:"plyr--airplay-active"},previewThumbnails:{thumbContainer:"plyr__preview-thumb",thumbContainerShown:"plyr__preview-thumb--is-shown",imageContainer:"plyr__preview-thumb__image-container",timeContainer:"plyr__preview-thumb__time-container",scrubbingContainer:"plyr__preview-scrubbing",scrubbingContainerShown:"plyr__preview-scrubbing--is-shown"}},attributes:{embed:{provider:"data-plyr-provider",id:"data-plyr-embed-id",hash:"data-plyr-embed-hash"}},ads:{enabled:!1,publisherId:"",tagUrl:""},previewThumbnails:{enabled:!1,src:""},vimeo:{byline:!1,portrait:!1,title:!1,speed:!0,transparent:!1,customControls:!0,referrerPolicy:null,premium:!1},youtube:{rel:0,showinfo:0,iv_load_policy:3,modestbranding:1,customControls:!0,noCookie:!1},mediaMetadata:{title:"",artist:"",album:"",artwork:[]},markers:{enabled:!1,points:[]}},n1={active:"picture-in-picture",inactive:"inline"},cn={html5:"html5",youtube:"youtube",vimeo:"vimeo"},a1={audio:"audio",video:"video"};function v0e(o){return/^(https?:\/\/)?(www\.)?(youtube\.com|youtube-nocookie\.com|youtu\.?be)\/.+$/.test(o)?cn.youtube:/^https?:\/\/player.vimeo.com\/video\/\d{0,9}(?=\b|\/)/.test(o)?cn.vimeo:null}const r1=()=>{};class C0e{constructor(i=!1){this.enabled=window.console&&i,this.enabled&&this.log("Debugging enabled")}get log(){return this.enabled?Function.prototype.bind.call(console.log,console):r1}get warn(){return this.enabled?Function.prototype.bind.call(console.warn,console):r1}get error(){return this.enabled?Function.prototype.bind.call(console.error,console):r1}}class ei{constructor(i){Te(this,"onChange",()=>{if(!this.supported)return;const n=this.player.elements.buttons.fullscreen;K.element(n)&&(n.pressed=this.active);const r=this.target===this.player.media?this.target:this.player.elements.container;Ke.call(this.player,r,this.active?"enterfullscreen":"exitfullscreen",!0)}),Te(this,"toggleFallback",(n=!1)=>{if(n?this.scrollPosition={x:window.scrollX??0,y:window.scrollY??0}:window.scrollTo(this.scrollPosition.x,this.scrollPosition.y),document.body.style.overflow=n?"hidden":"",ft(this.target,this.player.config.classNames.fullscreen.fallback,n),io.isIos){let r=document.head.querySelector('meta[name="viewport"]');const d="viewport-fit=cover";r||(r=document.createElement("meta"),r.setAttribute("name","viewport"));const s=K.string(r.content)&&r.content.includes(d);n?(this.cleanupViewport=!s,s||(r.content+=`,${d}`)):this.cleanupViewport&&(r.content=r.content.split(",").filter(p=>p.trim()!==d).join(","))}this.onChange()}),Te(this,"trapFocus",n=>{if(io.isIos||io.isIPadOS||!this.active||n.key!=="Tab")return;const r=document.activeElement,d=cl.call(this.player,"a[href], button:not(:disabled), input:not(:disabled), [tabindex]"),[s]=d,p=d[d.length-1];r!==p||n.shiftKey?r===s&&n.shiftKey&&(p.focus(),n.preventDefault()):(s.focus(),n.preventDefault())}),Te(this,"update",()=>{if(this.supported){let n;n=this.forceFallback?"Fallback (forced)":ei.nativeSupported?"Native":"Fallback",this.player.debug.log(`${n} fullscreen enabled`)}else this.player.debug.log("Fullscreen not supported and fallback disabled");ft(this.player.elements.container,this.player.config.classNames.fullscreen.enabled,this.supported)}),Te(this,"enter",()=>{this.supported&&(io.isIos&&this.player.config.fullscreen.iosNative?this.player.isVimeo?this.player.embed.requestFullscreen():this.target.webkitEnterFullscreen():!ei.nativeSupported||this.forceFallback?this.toggleFallback(!0):this.prefix?K.empty(this.prefix)||this.target[`${this.prefix}Request${this.property}`]():this.target.requestFullscreen({navigationUI:"hide"}))}),Te(this,"exit",()=>{if(this.supported)if(io.isIos&&this.player.config.fullscreen.iosNative)this.player.isVimeo?this.player.embed.exitFullscreen():this.target.webkitEnterFullscreen(),Ii(this.player.play());else if(!ei.nativeSupported||this.forceFallback)this.toggleFallback(!1);else if(this.prefix){if(!K.empty(this.prefix)){const n=this.prefix==="moz"?"Cancel":"Exit";document[`${this.prefix}${n}${this.property}`]()}}else(document.cancelFullScreen||document.exitFullscreen).call(document)}),Te(this,"toggle",()=>{this.active?this.exit():this.enter()}),this.player=i,this.prefix=ei.prefix,this.property=ei.property,this.scrollPosition={x:0,y:0},this.forceFallback=i.config.fullscreen.fallback==="force",this.player.elements.fullscreen=i.config.fullscreen.container&&l0e(this.player.elements.container,i.config.fullscreen.container),rt.call(this.player,document,this.prefix==="ms"?"MSFullscreenChange":`${this.prefix}fullscreenchange`,()=>{this.onChange()}),rt.call(this.player,this.player.elements.container,"dblclick",n=>{K.element(this.player.elements.controls)&&this.player.elements.controls.contains(n.target)||this.player.listeners.proxy(n,this.toggle,"fullscreen")}),rt.call(this,this.player.elements.container,"keydown",n=>this.trapFocus(n)),this.update()}static get nativeSupported(){return!!(document.fullscreenEnabled||document.webkitFullscreenEnabled||document.mozFullScreenEnabled||document.msFullscreenEnabled)}get useNative(){return ei.nativeSupported&&!this.forceFallback}static get prefix(){if(K.function(document.exitFullscreen))return"";let i="";return["webkit","moz","ms"].some(n=>!(!K.function(document[`${n}ExitFullscreen`])&&!K.function(document[`${n}CancelFullScreen`]))&&(i=n,!0)),i}static get property(){return this.prefix==="moz"?"FullScreen":"Fullscreen"}get supported(){return[this.player.config.fullscreen.enabled,this.player.isVideo,ei.nativeSupported||this.player.config.fullscreen.fallback,!this.player.isYouTube||ei.nativeSupported||!io.isIos||this.player.config.playsinline&&!this.player.config.fullscreen.iosNative].every(Boolean)}get active(){if(!this.supported)return!1;if(!ei.nativeSupported||this.forceFallback)return pd(this.target,this.player.config.classNames.fullscreen.fallback);const i=this.prefix?this.target.getRootNode()[`${this.prefix}${this.property}Element`]:this.target.getRootNode().fullscreenElement;return i&&i.shadowRoot?i===this.target.getRootNode().host:i===this.target}get target(){return io.isIos&&this.player.config.fullscreen.iosNative?this.player.media:this.player.elements.fullscreen??this.player.elements.container}}function hd(o,i=1){return new Promise((n,r)=>{const d=new Image,s=()=>{delete d.onload,delete d.onerror,(d.naturalWidth>=i?n:r)(d)};Object.assign(d,{onload:s,onerror:s,src:o})})}const vt={addStyleHook(){ft(this.elements.container,this.config.selectors.container.replace(".",""),!0),ft(this.elements.container,this.config.classNames.uiSupported,this.supported.ui)},toggleNativeControls(o=!1){o&&this.isHTML5?this.media.setAttribute("controls",""):this.media.removeAttribute("controls")},build(){if(this.listeners.media(),!this.supported.ui)return this.debug.warn(`Basic support only for ${this.provider} ${this.type}`),void vt.toggleNativeControls.call(this,!0);K.element(this.elements.controls)||(Ee.inject.call(this),this.listeners.controls()),vt.toggleNativeControls.call(this),this.isHTML5&&ct.setup.call(this),this.volume=null,this.muted=null,this.loop=null,this.quality=null,this.speed=null,Ee.updateVolume.call(this),Ee.timeUpdate.call(this),Ee.durationUpdate.call(this),vt.checkPlaying.call(this),ft(this.elements.container,this.config.classNames.pip.supported,Ht.pip&&this.isHTML5&&this.isVideo),ft(this.elements.container,this.config.classNames.airplay.supported,Ht.airplay&&this.isHTML5),ft(this.elements.container,this.config.classNames.isTouch,this.touch),this.ready=!0,setTimeout(()=>{Ke.call(this,this.media,"ready")},0),vt.setTitle.call(this),this.poster&&vt.setPoster.call(this,this.poster,!1).catch(()=>{}),this.config.duration&&Ee.durationUpdate.call(this),this.config.mediaMetadata&&Ee.setMediaMetadata.call(this)},setTitle(){let o=no.get("play",this.config);if(K.string(this.config.title)&&!K.empty(this.config.title)&&(o+=`, ${this.config.title}`),Array.from(this.elements.buttons.play||[]).forEach(i=>{i.setAttribute("aria-label",o)}),this.isEmbed){const i=Jt.call(this,"iframe");if(!K.element(i))return;const n=K.empty(this.config.title)?"video":this.config.title,r=no.get("frameTitle",this.config);i.setAttribute("title",r.replace("{title}",n))}},togglePoster(o){ft(this.elements.container,this.config.classNames.posterEnabled,o)},setPoster(o,i=!0){return i&&this.poster?Promise.reject(new Error("Poster already set")):(this.media.setAttribute("data-poster",o),this.elements.poster.removeAttribute("hidden"),c0e.call(this).then(()=>hd(o)).catch(n=>{throw o===this.poster&&vt.togglePoster.call(this,!1),n}).then(()=>{if(o!==this.poster)throw new Error("setPoster cancelled by later call to setPoster")}).then(()=>(Object.assign(this.elements.poster.style,{backgroundImage:`url('${o}')`,backgroundSize:""}),vt.togglePoster.call(this,!0),o)))},checkPlaying(o){ft(this.elements.container,this.config.classNames.playing,this.playing),ft(this.elements.container,this.config.classNames.paused,this.paused),ft(this.elements.container,this.config.classNames.stopped,this.stopped),Array.from(this.elements.buttons.play||[]).forEach(i=>{Object.assign(i,{pressed:this.playing}),i.setAttribute("aria-label",no.get(this.playing?"pause":"play",this.config))}),K.event(o)&&o.type==="timeupdate"||vt.toggleControls.call(this)},checkLoading(o){this.loading=["stalled","waiting"].includes(o.type),clearTimeout(this.timers.loading),this.timers.loading=setTimeout(()=>{ft(this.elements.container,this.config.classNames.loading,this.loading),vt.toggleControls.call(this)},this.loading?250:0)},toggleControls(o){const{controls:i}=this.elements;if(i&&this.config.hideControls){const n=this.touch&&this.lastSeekTime+2e3>Date.now();this.toggleControls(!!(o||this.loading||this.paused||i.pressed||i.hover||n))}},migrateStyles(){Object.values({...this.media.style}).filter(o=>!K.empty(o)&&K.string(o)&&o.startsWith("--plyr")).forEach(o=>{this.elements.container.style.setProperty(o,this.media.style.getPropertyValue(o)),this.media.style.removeProperty(o)}),K.empty(this.media.style)&&this.media.removeAttribute("style")}};class k0e{constructor(i){Te(this,"firstTouch",()=>{const{player:n}=this,{elements:r}=n;n.touch=!0,ft(r.container,n.config.classNames.isTouch,!0)}),Te(this,"global",(n=!0)=>{const{player:r}=this;r.config.keyboard.global&&pl.call(r,window,"keydown keyup",this.handleKey,n,!1),pl.call(r,document.body,"click",this.toggleMenu,n),e1.call(r,document.body,"touchstart",this.firstTouch)}),Te(this,"container",()=>{const{player:n}=this,{config:r,elements:d,timers:s}=n;!r.keyboard.global&&r.keyboard.focused&&rt.call(n,d.container,"keydown keyup",this.handleKey,!1),rt.call(n,d.container,"mousemove mouseleave touchstart touchmove enterfullscreen exitfullscreen",h=>{const{controls:b}=d;b&&h.type==="enterfullscreen"&&(b.pressed=!1,b.hover=!1);let g=0;["touchstart","touchmove","mousemove"].includes(h.type)&&(vt.toggleControls.call(n,!0),g=n.touch?3e3:2e3),clearTimeout(s.controls),s.controls=setTimeout(()=>vt.toggleControls.call(n,!1),g)});const p=()=>{if(!n.isVimeo||n.config.vimeo.premium)return;const h=d.wrapper,{active:b}=n.fullscreen,[g,w]=o1.call(n),y=h8(`aspect-ratio: ${g} / ${w}`);if(!b)return void(y?(h.style.width=null,h.style.height=null):(h.style.maxWidth=null,h.style.margin=null));const[v,A]=p0e(),E=v/A>g/w;y?(h.style.width=E?"auto":"100%",h.style.height=E?"100%":"auto"):(h.style.maxWidth=E?A/w*g+"px":null,h.style.margin=E?"0 auto":null)},f=()=>{clearTimeout(s.resized),s.resized=setTimeout(p,50)};rt.call(n,d.container,"enterfullscreen exitfullscreen",h=>{const{target:b}=n.fullscreen;b===d.container&&(!n.isEmbed&&K.empty(n.config.ratio)||(p(),(h.type==="enterfullscreen"?rt:ud).call(n,window,"resize",f)))})}),Te(this,"media",()=>{const{player:n}=this,{elements:r}=n;if(rt.call(n,n.media,"timeupdate seeking seeked",s=>Ee.timeUpdate.call(n,s)),rt.call(n,n.media,"durationchange loadeddata loadedmetadata",s=>Ee.durationUpdate.call(n,s)),rt.call(n,n.media,"ended",()=>{n.isHTML5&&n.isVideo&&n.config.resetOnEnd&&(n.restart(),n.pause())}),rt.call(n,n.media,"progress playing seeking seeked",s=>Ee.updateProgress.call(n,s)),rt.call(n,n.media,"volumechange",s=>Ee.updateVolume.call(n,s)),rt.call(n,n.media,"playing play pause ended emptied timeupdate",s=>vt.checkPlaying.call(n,s)),rt.call(n,n.media,"waiting canplay seeked playing",s=>vt.checkLoading.call(n,s)),n.supported.ui&&n.config.clickToPlay&&!n.isAudio){const s=Jt.call(n,`.${n.config.classNames.video}`);if(!K.element(s))return;rt.call(n,r.container,"click",p=>{([r.container,s].includes(p.target)||s.contains(p.target))&&(n.touch&&n.config.hideControls||(n.ended?(this.proxy(p,n.restart,"restart"),this.proxy(p,()=>{Ii(n.play())},"play")):this.proxy(p,()=>{Ii(n.togglePlay())},"play")))})}n.supported.ui&&n.config.disableContextMenu&&rt.call(n,r.wrapper,"contextmenu",s=>{s.preventDefault()},!1),rt.call(n,n.media,"volumechange",()=>{n.storage.set({volume:n.volume,muted:n.muted})}),rt.call(n,n.media,"ratechange",()=>{Ee.updateSetting.call(n,"speed"),n.storage.set({speed:n.speed})}),rt.call(n,n.media,"qualitychange",s=>{Ee.updateSetting.call(n,"quality",null,s.detail.quality)}),rt.call(n,n.media,"ready qualitychange",()=>{Ee.setDownloadUrl.call(n)});const d=n.config.events.concat(["keyup","keydown"]).join(" ");rt.call(n,n.media,d,s=>{let{detail:p={}}=s;s.type==="error"&&(p=n.media.error),Ke.call(n,r.container,s.type,!0,p)})}),Te(this,"proxy",(n,r,d)=>{const{player:s}=this,p=s.config.listeners[d];let f=!0;K.function(p)&&(f=p.call(s,n)),f!==!1&&K.function(r)&&r.call(s,n)}),Te(this,"bind",(n,r,d,s,p=!0)=>{const{player:f}=this,h=f.config.listeners[s],b=K.function(h);rt.call(f,n,r,g=>this.proxy(g,d,s),p&&!b)}),Te(this,"controls",()=>{const{player:n}=this,{elements:r}=n,d=io.isIE?"change":"input";if(r.buttons.play&&Array.from(r.buttons.play).forEach(s=>{this.bind(s,"click",()=>{Ii(n.togglePlay())},"play")}),this.bind(r.buttons.restart,"click",n.restart,"restart"),this.bind(r.buttons.rewind,"click",()=>{n.lastSeekTime=Date.now(),n.rewind()},"rewind"),this.bind(r.buttons.fastForward,"click",()=>{n.lastSeekTime=Date.now(),n.forward()},"fastForward"),this.bind(r.buttons.mute,"click",()=>{n.muted=!n.muted},"mute"),this.bind(r.buttons.captions,"click",()=>n.toggleCaptions()),this.bind(r.buttons.download,"click",()=>{Ke.call(n,n.media,"download")},"download"),this.bind(r.buttons.fullscreen,"click",()=>{n.fullscreen.toggle()},"fullscreen"),this.bind(r.buttons.pip,"click",()=>{n.pip="toggle"},"pip"),this.bind(r.buttons.airplay,"click",n.airplay,"airplay"),this.bind(r.buttons.settings,"click",s=>{s.stopPropagation(),s.preventDefault(),Ee.toggleMenu.call(n,s)},null,!1),this.bind(r.buttons.settings,"keyup",s=>{[" ","Enter"].includes(s.key)&&(s.key!=="Enter"?(s.preventDefault(),s.stopPropagation(),Ee.toggleMenu.call(n,s)):Ee.focusFirstMenuItem.call(n,null,!0))},null,!1),this.bind(r.settings.menu,"keydown",s=>{s.key==="Escape"&&Ee.toggleMenu.call(n,s)}),this.bind(r.inputs.seek,"mousedown mousemove",s=>{const p=r.progress.getBoundingClientRect(),f=100/p.width*(s.pageX-p.left);s.currentTarget.setAttribute("seek-value",f)}),this.bind(r.inputs.seek,"mousedown mouseup keydown keyup touchstart touchend",s=>{const p=s.currentTarget,f="play-on-seeked";if(K.keyboardEvent(s)&&!["ArrowLeft","ArrowRight"].includes(s.key))return;n.lastSeekTime=Date.now();const h=p.hasAttribute(f),b=["mouseup","touchend","keyup"].includes(s.type);h&&b?(p.removeAttribute(f),Ii(n.play())):!b&&n.playing&&(p.setAttribute(f,""),n.pause())}),io.isIos){const s=cl.call(n,'input[type="range"]');Array.from(s).forEach(p=>this.bind(p,d,f=>d8(f.target)))}this.bind(r.inputs.seek,d,s=>{const p=s.currentTarget;let f=p.getAttribute("seek-value");K.empty(f)&&(f=p.value),p.removeAttribute("seek-value"),n.currentTime=f/p.max*n.duration},"seek"),this.bind(r.progress,"mouseenter mouseleave mousemove",s=>Ee.updateSeekTooltip.call(n,s)),this.bind(r.progress,"mousemove touchmove",s=>{const{previewThumbnails:p}=n;p&&p.loaded&&p.startMove(s)}),this.bind(r.progress,"mouseleave touchend click",()=>{const{previewThumbnails:s}=n;s&&s.loaded&&s.endMove(!1,!0)}),this.bind(r.progress,"mousedown touchstart",s=>{const{previewThumbnails:p}=n;p&&p.loaded&&p.startScrubbing(s)}),this.bind(r.progress,"mouseup touchend",s=>{const{previewThumbnails:p}=n;p&&p.loaded&&p.endScrubbing(s)}),io.isWebKit&&Array.from(cl.call(n,'input[type="range"]')).forEach(s=>{this.bind(s,"input",p=>Ee.updateRangeFill.call(n,p.target))}),n.config.toggleInvert&&!K.element(r.display.duration)&&this.bind(r.display.currentTime,"click",()=>{n.currentTime!==0&&(n.config.invertTime=!n.config.invertTime,Ee.timeUpdate.call(n))}),this.bind(r.inputs.volume,d,s=>{n.volume=s.target.value},"volume"),this.bind(r.controls,"mouseenter mouseleave",s=>{r.controls.hover=!n.touch&&s.type==="mouseenter"}),r.fullscreen&&Array.from(r.fullscreen.children).filter(s=>!s.contains(r.container)).forEach(s=>{this.bind(s,"mouseenter mouseleave",p=>{r.controls&&(r.controls.hover=!n.touch&&p.type==="mouseenter")})}),this.bind(r.controls,"mousedown mouseup touchstart touchend touchcancel",s=>{r.controls.pressed=["mousedown","touchstart"].includes(s.type)}),this.bind(r.controls,"focusin",()=>{const{config:s,timers:p}=n;ft(r.controls,s.classNames.noTransition,!0),vt.toggleControls.call(n,!0),setTimeout(()=>{ft(r.controls,s.classNames.noTransition,!1)},0);const f=this.touch?3e3:4e3;clearTimeout(p.controls),p.controls=setTimeout(()=>vt.toggleControls.call(n,!1),f)}),this.bind(r.inputs.volume,"wheel",s=>{const p=s.webkitDirectionInvertedFromDevice,[f,h]=[s.deltaX,-s.deltaY].map(w=>p?-w:w),b=Math.sign(Math.abs(f)>Math.abs(h)?f:h);n.increaseVolume(b/50);const{volume:g}=n.media;(b===1&&g<1||b===-1&&g>0)&&s.preventDefault()},"volume",!1)}),this.player=i,this.lastKey=null,this.focusTimer=null,this.lastKeyDown=null,this.handleKey=this.handleKey.bind(this),this.toggleMenu=this.toggleMenu.bind(this),this.firstTouch=this.firstTouch.bind(this)}handleKey(i){const{player:n}=this,{elements:r}=n,{key:d,type:s,altKey:p,ctrlKey:f,metaKey:h,shiftKey:b}=i,g=s==="keydown",w=g&&d===this.lastKey;if(!(p||f||h||b)&&d){if(g){const v=document.activeElement;if(K.element(v)){const{editable:A}=n.config.selectors,{seek:E}=r.inputs;if(v!==E&&Wn(v,A)||i.key===" "&&Wn(v,'button, [role^="menuitem"]'))return}switch([" ","ArrowLeft","ArrowUp","ArrowRight","ArrowDown","0","1","2","3","4","5","6","7","8","9","c","f","k","l","m"].includes(d)&&(i.preventDefault(),i.stopPropagation()),d){case"0":case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":w||(y=parseInt(d,10),n.currentTime=n.duration/10*y);break;case" ":case"k":w||Ii(n.togglePlay());break;case"ArrowUp":n.increaseVolume(.1);break;case"ArrowDown":n.decreaseVolume(.1);break;case"m":w||(n.muted=!n.muted);break;case"ArrowRight":n.forward();break;case"ArrowLeft":n.rewind();break;case"f":n.fullscreen.toggle();break;case"c":w||n.toggleCaptions();break;case"l":n.loop=!n.loop}d==="Escape"&&!n.fullscreen.usingNative&&n.fullscreen.active&&n.fullscreen.toggle(),this.lastKey=d}else this.lastKey=null;var y}}toggleMenu(i){Ee.toggleMenu.call(this.player,i)}}function x0e(o,i){return o(i={exports:{}},i.exports),i.exports}var I0e=x0e(function(o,i){o.exports=function(){var n=function(){},r={},d={},s={};function p(y,v){y=y.push?y:[y];var A,E,S,x=[],k=y.length,O=k;for(A=function(T,D){D.length&&x.push(T),--O||v(x)};k--;)E=y[k],(S=d[E])?A(E,S):(s[E]=s[E]||[]).push(A)}function f(y,v){if(y){var A=s[y];if(d[y]=v,A)for(;A.length;)A[0](y,v),A.splice(0,1)}}function h(y,v){y.call&&(y={success:y}),v.length?(y.error||n)(v):(y.success||n)(y)}function b(y,v,A,E){var S,x,k=document,O=A.async,T=(A.numRetries||0)+1,D=A.before||n,N=y.replace(/[\?|#].*$/,""),B=y.replace(/^(css|img)!/,"");E=E||0,/(^css!|\.css$)/.test(N)?((x=k.createElement("link")).rel="stylesheet",x.href=B,(S="hideFocus"in x)&&x.relList&&(S=0,x.rel="preload",x.as="style")):/(^img!|\.(png|gif|jpg|svg|webp)$)/.test(N)?(x=k.createElement("img")).src=B:((x=k.createElement("script")).src=y,x.async=O===void 0||O),x.onload=x.onerror=x.onbeforeload=function(j){var q=j.type[0];if(S)try{x.sheet.cssText.length||(q="e")}catch(V){V.code!=18&&(q="e")}if(q=="e"){if((E+=1)<T)return b(y,v,A,E)}else if(x.rel=="preload"&&x.as=="style")return x.rel="stylesheet";v(y,q,j.defaultPrevented)},D(y,x)!==!1&&k.head.appendChild(x)}function g(y,v,A){var E,S,x=(y=y.push?y:[y]).length,k=x,O=[];for(E=function(T,D,N){if(D=="e"&&O.push(T),D=="b"){if(!N)return;O.push(T)}--x||v(O)},S=0;S<k;S++)b(y[S],E,A)}function w(y,v,A){var E,S;if(v&&v.trim&&(E=v),S=(E?A:v)||{},E){if(E in r)throw"LoadJS";r[E]=!0}function x(k,O){g(y,function(T){h(S,T),k&&h({success:k,error:O},T),f(E,T)},S)}if(S.returnPromise)return new Promise(x);x()}return w.ready=function(y,v){return p(y,function(A){h(v,A)}),w},w.done=function(y){f(y,[])},w.reset=function(){r={},d={},s={}},w.isDefined=function(y){return y in r},w}()});function l1(o){return new Promise((i,n)=>{I0e(o,{success:i,error:n})})}function S0e(o){return K.empty(o)?null:K.number(Number(o))?o:o.match(/^.*(vimeo.com\/|video\/)(\d+).*/)?RegExp.$2:o}function E0e(o){const i=o.match(/^.*(vimeo.com\/|video\/)(\d+)(\?.*&*h=|\/)+([\d,a-f]+)/);return i&&i.length===5?i[4]:null}function hl(o){o&&!this.embed.hasPlayed&&(this.embed.hasPlayed=!0),this.media.paused===o&&(this.media.paused=!o,Ke.call(this,this.media,o?"play":"pause"))}const s1={setup(){const o=this;ft(o.elements.wrapper,o.config.classNames.embed,!0),o.options.speed=o.config.speed.options,Oa.call(o),K.object(window.Vimeo)?s1.ready.call(o):l1(o.config.urls.vimeo.sdk).then(()=>{s1.ready.call(o)}).catch(i=>{o.debug.warn("Vimeo SDK (player.js) failed to load",i)})},ready(){const o=this,i=o.config.vimeo,{premium:n,referrerPolicy:r,...d}=i;let s=o.media.getAttribute("src"),p="";K.empty(s)?(s=o.media.getAttribute(o.config.attributes.embed.id),p=o.media.getAttribute(o.config.attributes.embed.hash)):p=E0e(s);const f=p?{h:p}:{};n&&Object.assign(d,{controls:!1,sidedock:!1});const h=I8({loop:o.config.loop.active,autoplay:o.autoplay,muted:o.muted,gesture:"media",playsinline:o.config.playsinline,...f,...d}),b=S0e(s),g=Ue("iframe"),w=i1(o.config.urls.vimeo.iframe,b,h);if(g.setAttribute("src",w),g.setAttribute("allowfullscreen",""),g.setAttribute("allow",["autoplay","fullscreen","picture-in-picture","encrypted-media","accelerometer","gyroscope"].join("; ")),K.empty(r)||g.setAttribute("referrerPolicy",r),n||!i.customControls)g.setAttribute("data-poster",o.poster),o.media=cd(g,o.media);else{const k=Ue("div",{class:o.config.classNames.embedContainer,"data-poster":o.poster});k.appendChild(g),o.media=cd(k,o.media)}i.customControls||ml(i1(o.config.urls.vimeo.api,w)).then(k=>{!K.empty(k)&&k.thumbnail_url&&vt.setPoster.call(o,k.thumbnail_url).catch(()=>{})}),o.embed=new window.Vimeo.Player(g,{autopause:o.config.autopause,muted:o.muted}),o.media.paused=!0,o.media.currentTime=0,o.supported.ui&&o.embed.disableTextTrack(),o.media.play=()=>(hl.call(o,!0),o.embed.play()),o.media.pause=()=>(hl.call(o,!1),o.embed.pause()),o.media.stop=()=>{o.pause(),o.currentTime=0};let{currentTime:y}=o.media;Object.defineProperty(o.media,"currentTime",{get:()=>y,set(k){const{embed:O,media:T,paused:D,volume:N}=o,B=D&&!O.hasPlayed;T.seeking=!0,Ke.call(o,T,"seeking"),Promise.resolve(B&&O.setVolume(0)).then(()=>O.setCurrentTime(k)).then(()=>B&&O.pause()).then(()=>B&&O.setVolume(N)).catch(()=>{})}});let v=o.config.speed.selected;Object.defineProperty(o.media,"playbackRate",{get:()=>v,set(k){o.embed.setPlaybackRate(k).then(()=>{v=k,Ke.call(o,o.media,"ratechange")}).catch(()=>{o.options.speed=[1]})}});let{volume:A}=o.config;Object.defineProperty(o.media,"volume",{get:()=>A,set(k){o.embed.setVolume(k).then(()=>{A=k,Ke.call(o,o.media,"volumechange")})}});let{muted:E}=o.config;Object.defineProperty(o.media,"muted",{get:()=>E,set(k){const O=!!K.boolean(k)&&k;o.embed.setMuted(!!O||o.config.muted).then(()=>{E=O,Ke.call(o,o.media,"volumechange")})}});let S,{loop:x}=o.config;Object.defineProperty(o.media,"loop",{get:()=>x,set(k){const O=K.boolean(k)?k:o.config.loop.active;o.embed.setLoop(O).then(()=>{x=O})}}),o.embed.getVideoUrl().then(k=>{S=k,Ee.setDownloadUrl.call(o)}).catch(k=>{this.debug.warn(k)}),Object.defineProperty(o.media,"currentSrc",{get:()=>S}),Object.defineProperty(o.media,"ended",{get:()=>o.currentTime===o.duration}),Promise.all([o.embed.getVideoWidth(),o.embed.getVideoHeight()]).then(k=>{const[O,T]=k;o.embed.ratio=y8(O,T),Oa.call(this)}),o.embed.setAutopause(o.config.autopause).then(k=>{o.config.autopause=k}),o.embed.getVideoTitle().then(k=>{o.config.title=k,vt.setTitle.call(this)}),o.embed.getCurrentTime().then(k=>{y=k,Ke.call(o,o.media,"timeupdate")}),o.embed.getDuration().then(k=>{o.media.duration=k,Ke.call(o,o.media,"durationchange")}),o.embed.getTextTracks().then(k=>{o.media.textTracks=k,ct.setup.call(o)}),o.embed.on("cuechange",({cues:k=[]})=>{const O=k.map(T=>b0e(T.text));ct.updateCues.call(o,O)}),o.embed.on("loaded",()=>{o.embed.getPaused().then(k=>{hl.call(o,!k),k||Ke.call(o,o.media,"playing")}),K.element(o.embed.element)&&o.supported.ui&&o.embed.element.setAttribute("tabindex",-1)}),o.embed.on("bufferstart",()=>{Ke.call(o,o.media,"waiting")}),o.embed.on("bufferend",()=>{Ke.call(o,o.media,"playing")}),o.embed.on("play",()=>{hl.call(o,!0),Ke.call(o,o.media,"playing")}),o.embed.on("pause",()=>{hl.call(o,!1)}),o.embed.on("timeupdate",k=>{o.media.seeking=!1,y=k.seconds,Ke.call(o,o.media,"timeupdate")}),o.embed.on("progress",k=>{o.media.buffered=k.percent,Ke.call(o,o.media,"progress"),parseInt(k.percent,10)===1&&Ke.call(o,o.media,"canplaythrough"),o.embed.getDuration().then(O=>{O!==o.media.duration&&(o.media.duration=O,Ke.call(o,o.media,"durationchange"))})}),o.embed.on("seeked",()=>{o.media.seeking=!1,Ke.call(o,o.media,"seeked")}),o.embed.on("ended",()=>{o.media.paused=!0,Ke.call(o,o.media,"ended")}),o.embed.on("error",k=>{o.media.error=k,Ke.call(o,o.media,"error")}),i.customControls&&setTimeout(()=>vt.build.call(o),0)}};function A0e(o){return K.empty(o)?null:o.match(/^.*(youtu.be\/|v\/|u\/\w\/|embed\/|watch\?v=|&v=)([^#&?]*).*/)?RegExp.$2:o}function bl(o){o&&!this.embed.hasPlayed&&(this.embed.hasPlayed=!0),this.media.paused===o&&(this.media.paused=!o,Ke.call(this,this.media,o?"play":"pause"))}function T0e(o){return o.noCookie?"https://www.youtube-nocookie.com":window.location.protocol==="http:"?"http://www.youtube.com":void 0}const bd={setup(){if(ft(this.elements.wrapper,this.config.classNames.embed,!0),K.object(window.YT)&&K.function(window.YT.Player))bd.ready.call(this);else{const o=window.onYouTubeIframeAPIReady;window.onYouTubeIframeAPIReady=()=>{K.function(o)&&o(),bd.ready.call(this)},l1(this.config.urls.youtube.sdk).catch(i=>{this.debug.warn("YouTube API failed to load",i)})}},getTitle(o){ml(i1(this.config.urls.youtube.api,o)).then(i=>{if(K.object(i)){const{title:n,height:r,width:d}=i;this.config.title=n,vt.setTitle.call(this),this.embed.ratio=y8(d,r)}Oa.call(this)}).catch(()=>{Oa.call(this)})},ready(){const o=this,i=o.config.youtube,n=o.media&&o.media.getAttribute("id");if(!K.empty(n)&&n.startsWith("youtube-"))return;let r=o.media.getAttribute("src");K.empty(r)&&(r=o.media.getAttribute(this.config.attributes.embed.id));const d=A0e(r),s=Ue("div",{id:u0e(o.provider),"data-poster":i.customControls?o.poster:void 0});if(o.media=cd(s,o.media),i.customControls){const p=f=>`https://i.ytimg.com/vi/${d}/${f}default.jpg`;hd(p("maxres"),121).catch(()=>hd(p("sd"),121)).catch(()=>hd(p("hq"))).then(f=>vt.setPoster.call(o,f.src)).then(f=>{f.includes("maxres")||(o.elements.poster.style.backgroundSize="cover")}).catch(()=>{})}o.embed=new window.YT.Player(o.media,{videoId:d,host:T0e(i),playerVars:Ut({},{autoplay:o.config.autoplay?1:0,hl:o.config.hl,controls:o.supported.ui&&i.customControls?0:1,disablekb:1,playsinline:o.config.playsinline&&!o.config.fullscreen.iosNative?1:0,cc_load_policy:o.captions.active?1:0,cc_lang_pref:o.config.captions.language,widget_referrer:window?window.location.href:null},i),events:{onError(p){if(!o.media.error){const f=p.data,h={2:"The request contains an invalid parameter value. For example, this error occurs if you specify a video ID that does not have 11 characters, or if the video ID contains invalid characters, such as exclamation points or asterisks.",5:"The requested content cannot be played in an HTML5 player or another error related to the HTML5 player has occurred.",100:"The video requested was not found. This error occurs when a video has been removed (for any reason) or has been marked as private.",101:"The owner of the requested video does not allow it to be played in embedded players.",150:"The owner of the requested video does not allow it to be played in embedded players."}[f]||"An unknown error occurred";o.media.error={code:f,message:h},Ke.call(o,o.media,"error")}},onPlaybackRateChange(p){const f=p.target;o.media.playbackRate=f.getPlaybackRate(),Ke.call(o,o.media,"ratechange")},onReady(p){if(K.function(o.media.play))return;const f=p.target;bd.getTitle.call(o,d),o.media.play=()=>{bl.call(o,!0),f.playVideo()},o.media.pause=()=>{bl.call(o,!1),f.pauseVideo()},o.media.stop=()=>{f.stopVideo()},o.media.duration=f.getDuration(),o.media.paused=!0,o.media.currentTime=0,Object.defineProperty(o.media,"currentTime",{get:()=>Number(f.getCurrentTime()),set(w){o.paused&&!o.embed.hasPlayed&&o.embed.mute(),o.media.seeking=!0,Ke.call(o,o.media,"seeking"),f.seekTo(w)}}),Object.defineProperty(o.media,"playbackRate",{get:()=>f.getPlaybackRate(),set(w){f.setPlaybackRate(w)}});let{volume:h}=o.config;Object.defineProperty(o.media,"volume",{get:()=>h,set(w){h=w,f.setVolume(100*h),Ke.call(o,o.media,"volumechange")}});let{muted:b}=o.config;Object.defineProperty(o.media,"muted",{get:()=>b,set(w){const y=K.boolean(w)?w:b;b=y,f[y?"mute":"unMute"](),f.setVolume(100*h),Ke.call(o,o.media,"volumechange")}}),Object.defineProperty(o.media,"currentSrc",{get:()=>f.getVideoUrl()}),Object.defineProperty(o.media,"ended",{get:()=>o.currentTime===o.duration});const g=f.getAvailablePlaybackRates();o.options.speed=g.filter(w=>o.config.speed.options.includes(w)),o.supported.ui&&i.customControls&&o.media.setAttribute("tabindex",-1),Ke.call(o,o.media,"timeupdate"),Ke.call(o,o.media,"durationchange"),clearInterval(o.timers.buffering),o.timers.buffering=setInterval(()=>{o.media.buffered=f.getVideoLoadedFraction(),(o.media.lastBuffered===null||o.media.lastBuffered<o.media.buffered)&&Ke.call(o,o.media,"progress"),o.media.lastBuffered=o.media.buffered,o.media.buffered===1&&(clearInterval(o.timers.buffering),Ke.call(o,o.media,"canplaythrough"))},200),i.customControls&&setTimeout(()=>vt.build.call(o),50)},onStateChange(p){const f=p.target;switch(clearInterval(o.timers.playing),o.media.seeking&&[1,2].includes(p.data)&&(o.media.seeking=!1,Ke.call(o,o.media,"seeked")),p.data){case-1:Ke.call(o,o.media,"timeupdate"),o.media.buffered=f.getVideoLoadedFraction(),Ke.call(o,o.media,"progress");break;case 0:bl.call(o,!1),o.media.loop?(f.stopVideo(),f.playVideo()):Ke.call(o,o.media,"ended");break;case 1:i.customControls&&!o.config.autoplay&&o.media.paused&&!o.embed.hasPlayed?o.media.pause():(bl.call(o,!0),Ke.call(o,o.media,"playing"),o.timers.playing=setInterval(()=>{Ke.call(o,o.media,"timeupdate")},50),o.media.duration!==f.getDuration()&&(o.media.duration=f.getDuration(),Ke.call(o,o.media,"durationchange")));break;case 2:o.muted||o.embed.unMute(),bl.call(o,!1);break;case 3:Ke.call(o,o.media,"waiting")}Ke.call(o,o.elements.container,"statechange",!1,{code:p.data})}}})}},E8={setup(){this.media?(ft(this.elements.container,this.config.classNames.type.replace("{0}",this.type),!0),ft(this.elements.container,this.config.classNames.provider.replace("{0}",this.provider),!0),this.isEmbed&&ft(this.elements.container,this.config.classNames.type.replace("{0}","video"),!0),this.isVideo&&(this.elements.wrapper=Ue("div",{class:this.config.classNames.video}),p8(this.media,this.elements.wrapper),this.elements.poster=Ue("div",{class:this.config.classNames.poster}),this.elements.wrapper.appendChild(this.elements.poster)),this.isHTML5?dn.setup.call(this):this.isYouTube?bd.setup.call(this):this.isVimeo&&s1.setup.call(this)):this.debug.warn("No media element found!")}};class O0e{constructor(i){Te(this,"load",()=>{this.enabled&&(K.object(window.google)&&K.object(window.google.ima)?this.ready():l1(this.player.config.urls.googleIMA.sdk).then(()=>{this.ready()}).catch(()=>{this.trigger("error",new Error("Google IMA SDK failed to load"))}))}),Te(this,"ready",()=>{var n;this.enabled||((n=this).manager&&n.manager.destroy(),n.elements.displayContainer&&n.elements.displayContainer.destroy(),n.elements.container.remove()),this.startSafetyTimer(12e3,"ready()"),this.managerPromise.then(()=>{this.clearSafetyTimer("onAdsManagerLoaded()")}),this.listeners(),this.setupIMA()}),Te(this,"setupIMA",()=>{this.elements.container=Ue("div",{class:this.player.config.classNames.ads}),this.player.elements.container.appendChild(this.elements.container),google.ima.settings.setVpaidMode(google.ima.ImaSdkSettings.VpaidMode.ENABLED),google.ima.settings.setLocale(this.player.config.ads.language),google.ima.settings.setDisableCustomPlaybackForIOS10Plus(this.player.config.playsinline),this.elements.displayContainer=new google.ima.AdDisplayContainer(this.elements.container,this.player.media),this.loader=new google.ima.AdsLoader(this.elements.displayContainer),this.loader.addEventListener(google.ima.AdsManagerLoadedEvent.Type.ADS_MANAGER_LOADED,n=>this.onAdsManagerLoaded(n),!1),this.loader.addEventListener(google.ima.AdErrorEvent.Type.AD_ERROR,n=>this.onAdError(n),!1),this.requestAds()}),Te(this,"requestAds",()=>{const{container:n}=this.player.elements;try{const r=new google.ima.AdsRequest;r.adTagUrl=this.tagUrl,r.linearAdSlotWidth=n.offsetWidth,r.linearAdSlotHeight=n.offsetHeight,r.nonLinearAdSlotWidth=n.offsetWidth,r.nonLinearAdSlotHeight=n.offsetHeight,r.forceNonLinearFullSlot=!1,r.setAdWillPlayMuted(!this.player.muted),this.loader.requestAds(r)}catch(r){this.onAdError(r)}}),Te(this,"pollCountdown",(n=!1)=>{if(!n)return clearInterval(this.countdownTimer),void this.elements.container.removeAttribute("data-badge-text");this.countdownTimer=setInterval(()=>{const r=md(Math.max(this.manager.getRemainingTime(),0)),d=`${no.get("advertisement",this.player.config)} - ${r}`;this.elements.container.setAttribute("data-badge-text",d)},100)}),Te(this,"onAdsManagerLoaded",n=>{if(!this.enabled)return;const r=new google.ima.AdsRenderingSettings;r.restoreCustomPlaybackStateOnAdBreakComplete=!0,r.enablePreloading=!0,this.manager=n.getAdsManager(this.player,r),this.cuePoints=this.manager.getCuePoints(),this.manager.addEventListener(google.ima.AdErrorEvent.Type.AD_ERROR,d=>this.onAdError(d)),Object.keys(google.ima.AdEvent.Type).forEach(d=>{this.manager.addEventListener(google.ima.AdEvent.Type[d],s=>this.onAdEvent(s))}),this.trigger("loaded")}),Te(this,"addCuePoints",()=>{K.empty(this.cuePoints)||this.cuePoints.forEach(n=>{if(n!==0&&n!==-1&&n<this.player.duration){const r=this.player.elements.progress;if(K.element(r)){const d=100/this.player.duration*n,s=Ue("span",{class:this.player.config.classNames.cues});s.style.left=`${d.toString()}%`,r.appendChild(s)}}})}),Te(this,"onAdEvent",n=>{const{container:r}=this.player.elements,d=n.getAd(),s=n.getAdData();switch((p=>{Ke.call(this.player,this.player.media,`ads${p.replace(/_/g,"").toLowerCase()}`)})(n.type),n.type){case google.ima.AdEvent.Type.LOADED:this.trigger("loaded"),this.pollCountdown(!0),d.isLinear()||(d.width=r.offsetWidth,d.height=r.offsetHeight);break;case google.ima.AdEvent.Type.STARTED:this.manager.setVolume(this.player.volume);break;case google.ima.AdEvent.Type.ALL_ADS_COMPLETED:this.player.ended?this.loadAds():this.loader.contentComplete();break;case google.ima.AdEvent.Type.CONTENT_PAUSE_REQUESTED:this.pauseContent();break;case google.ima.AdEvent.Type.CONTENT_RESUME_REQUESTED:this.pollCountdown(),this.resumeContent();break;case google.ima.AdEvent.Type.LOG:s.adError&&this.player.debug.warn(`Non-fatal ad error: ${s.adError.getMessage()}`)}}),Te(this,"onAdError",n=>{this.cancel(),this.player.debug.warn("Ads error",n)}),Te(this,"listeners",()=>{const{container:n}=this.player.elements;let r;this.player.on("canplay",()=>{this.addCuePoints()}),this.player.on("ended",()=>{this.loader.contentComplete()}),this.player.on("timeupdate",()=>{r=this.player.currentTime}),this.player.on("seeked",()=>{const d=this.player.currentTime;K.empty(this.cuePoints)||this.cuePoints.forEach((s,p)=>{r<s&&s<d&&(this.manager.discardAdBreak(),this.cuePoints.splice(p,1))})}),window.addEventListener("resize",()=>{this.manager&&this.manager.resize(n.offsetWidth,n.offsetHeight,google.ima.ViewMode.NORMAL)})}),Te(this,"play",()=>{const{container:n}=this.player.elements;this.managerPromise||this.resumeContent(),this.managerPromise.then(()=>{this.manager.setVolume(this.player.volume),this.elements.displayContainer.initialize();try{this.initialized||(this.manager.init(n.offsetWidth,n.offsetHeight,google.ima.ViewMode.NORMAL),this.manager.start()),this.initialized=!0}catch(r){this.onAdError(r)}}).catch(()=>{})}),Te(this,"resumeContent",()=>{this.elements.container.style.zIndex="",this.playing=!1,Ii(this.player.media.play())}),Te(this,"pauseContent",()=>{this.elements.container.style.zIndex=3,this.playing=!0,this.player.media.pause()}),Te(this,"cancel",()=>{this.initialized&&this.resumeContent(),this.trigger("error"),this.loadAds()}),Te(this,"loadAds",()=>{this.managerPromise.then(()=>{this.manager&&this.manager.destroy(),this.managerPromise=new Promise(n=>{this.on("loaded",n),this.player.debug.log(this.manager)}),this.initialized=!1,this.requestAds()}).catch(()=>{})}),Te(this,"trigger",(n,...r)=>{const d=this.events[n];K.array(d)&&d.forEach(s=>{K.function(s)&&s.apply(this,r)})}),Te(this,"on",(n,r)=>(K.array(this.events[n])||(this.events[n]=[]),this.events[n].push(r),this)),Te(this,"startSafetyTimer",(n,r)=>{this.player.debug.log(`Safety timer invoked from: ${r}`),this.safetyTimer=setTimeout(()=>{this.cancel(),this.clearSafetyTimer("startSafetyTimer()")},n)}),Te(this,"clearSafetyTimer",n=>{K.nullOrUndefined(this.safetyTimer)||(this.player.debug.log(`Safety timer cleared from: ${n}`),clearTimeout(this.safetyTimer),this.safetyTimer=null)}),this.player=i,this.config=i.config.ads,this.playing=!1,this.initialized=!1,this.elements={container:null,displayContainer:null},this.manager=null,this.loader=null,this.cuePoints=null,this.events={},this.safetyTimer=null,this.countdownTimer=null,this.managerPromise=new Promise((n,r)=>{this.on("loaded",n),this.on("error",r)}),this.load()}get enabled(){const{config:i}=this;return this.player.isHTML5&&this.player.isVideo&&i.enabled&&(!K.empty(i.publisherId)||K.url(i.tagUrl))}get tagUrl(){const{config:i}=this;return K.url(i.tagUrl)?i.tagUrl:`https://go.aniview.com/api/adserver6/vast/?${I8({AV_PUBLISHERID:"58c25bb0073ef448b1087ad6",AV_CHANNELID:"5a0458dc28a06145e4519d21",AV_URL:window.location.hostname,cb:Date.now(),AV_WIDTH:640,AV_HEIGHT:480,AV_CDIM2:i.publisherId})}`}}function A8(o=0,i=0,n=255){return Math.min(Math.max(o,i),n)}const D0e=o=>{const i=[];return o.split(/\r\n\r\n|\n\n|\r\r/).forEach(n=>{const r={};n.split(/\r\n|\n|\r/).forEach(d=>{if(K.number(r.startTime)){if(!K.empty(d.trim())&&K.empty(r.text)){const s=d.trim().split("#xywh=");[r.text]=s,s[1]&&([r.x,r.y,r.w,r.h]=s[1].split(","))}}else{const s=d.match(/([0-9]{2})?:?([0-9]{2}):([0-9]{2}).([0-9]{2,3})( ?--> ?)([0-9]{2})?:?([0-9]{2}):([0-9]{2}).([0-9]{2,3})/);s&&(r.startTime=60*Number(s[1]||0)*60+60*Number(s[2])+Number(s[3])+ +`0.${s[4]}`,r.endTime=60*Number(s[6]||0)*60+60*Number(s[7])+Number(s[8])+ +`0.${s[9]}`)}}),r.text&&i.push(r)}),i},T8=(o,i)=>{const n={};return o>i.width/i.height?(n.width=i.width,n.height=1/o*i.width):(n.height=i.height,n.width=o*i.height),n};class d1{constructor(i){Te(this,"load",()=>{this.player.elements.display.seekTooltip&&(this.player.elements.display.seekTooltip.hidden=this.enabled),this.enabled&&this.getThumbnails().then(()=>{this.enabled&&(this.render(),this.determineContainerAutoSizing(),this.listeners(),this.loaded=!0)})}),Te(this,"getThumbnails",()=>new Promise(n=>{const{src:r}=this.player.config.previewThumbnails;if(K.empty(r))throw new Error("Missing previewThumbnails.src config attribute");const d=()=>{this.thumbnails.sort((s,p)=>s.height-p.height),this.player.debug.log("Preview thumbnails",this.thumbnails),n()};if(K.function(r))r(s=>{this.thumbnails=s,d()});else{const s=(K.string(r)?[r]:r).map(p=>this.getThumbnail(p));Promise.all(s).then(d)}})),Te(this,"getThumbnail",n=>new Promise(r=>{ml(n).then(d=>{const s={frames:D0e(d),height:null,urlPrefix:""};s.frames[0].text.startsWith("/")||s.frames[0].text.startsWith("http://")||s.frames[0].text.startsWith("https://")||(s.urlPrefix=n.substring(0,n.lastIndexOf("/")+1));const p=new Image;p.onload=()=>{s.height=p.naturalHeight,s.width=p.naturalWidth,this.thumbnails.push(s),r()},p.src=s.urlPrefix+s.frames[0].text})})),Te(this,"startMove",n=>{if(this.loaded&&K.event(n)&&["touchmove","mousemove"].includes(n.type)&&this.player.media.duration){if(n.type==="touchmove")this.seekTime=this.player.media.duration*(this.player.elements.inputs.seek.value/100);else{var r,d;const s=this.player.elements.progress.getBoundingClientRect(),p=100/s.width*(n.pageX-s.left);this.seekTime=this.player.media.duration*(p/100),this.seekTime<0&&(this.seekTime=0),this.seekTime>this.player.media.duration-1&&(this.seekTime=this.player.media.duration-1),this.mousePosX=n.pageX,this.elements.thumb.time.innerText=md(this.seekTime);const f=(r=this.player.config.markers)===null||r===void 0||(d=r.points)===null||d===void 0?void 0:d.find(({time:h})=>h===Math.round(this.seekTime));f&&this.elements.thumb.time.insertAdjacentHTML("afterbegin",`${f.label}<br>`)}this.showImageAtCurrentTime()}}),Te(this,"endMove",()=>{this.toggleThumbContainer(!1,!0)}),Te(this,"startScrubbing",n=>{(K.nullOrUndefined(n.button)||n.button===!1||n.button===0)&&(this.mouseDown=!0,this.player.media.duration&&(this.toggleScrubbingContainer(!0),this.toggleThumbContainer(!1,!0),this.showImageAtCurrentTime()))}),Te(this,"endScrubbing",()=>{this.mouseDown=!1,Math.ceil(this.lastTime)===Math.ceil(this.player.media.currentTime)?this.toggleScrubbingContainer(!1):e1.call(this.player,this.player.media,"timeupdate",()=>{this.mouseDown||this.toggleScrubbingContainer(!1)})}),Te(this,"listeners",()=>{this.player.on("play",()=>{this.toggleThumbContainer(!1,!0)}),this.player.on("seeked",()=>{this.toggleThumbContainer(!1)}),this.player.on("timeupdate",()=>{this.lastTime=this.player.media.currentTime})}),Te(this,"render",()=>{this.elements.thumb.container=Ue("div",{class:this.player.config.classNames.previewThumbnails.thumbContainer}),this.elements.thumb.imageContainer=Ue("div",{class:this.player.config.classNames.previewThumbnails.imageContainer}),this.elements.thumb.container.appendChild(this.elements.thumb.imageContainer);const n=Ue("div",{class:this.player.config.classNames.previewThumbnails.timeContainer});this.elements.thumb.time=Ue("span",{},"00:00"),n.appendChild(this.elements.thumb.time),this.elements.thumb.imageContainer.appendChild(n),K.element(this.player.elements.progress)&&this.player.elements.progress.appendChild(this.elements.thumb.container),this.elements.scrubbing.container=Ue("div",{class:this.player.config.classNames.previewThumbnails.scrubbingContainer}),this.player.elements.wrapper.appendChild(this.elements.scrubbing.container)}),Te(this,"destroy",()=>{this.elements.thumb.container&&this.elements.thumb.container.remove(),this.elements.scrubbing.container&&this.elements.scrubbing.container.remove()}),Te(this,"showImageAtCurrentTime",()=>{this.mouseDown?this.setScrubbingContainerSize():this.setThumbContainerSizeAndPos();const n=this.thumbnails[0].frames.findIndex(s=>this.seekTime>=s.startTime&&this.seekTime<=s.endTime),r=n>=0;let d=0;this.mouseDown||this.toggleThumbContainer(r),r&&(this.thumbnails.forEach((s,p)=>{this.loadedImages.includes(s.frames[n].text)&&(d=p)}),n!==this.showingThumb&&(this.showingThumb=n,this.loadImage(d)))}),Te(this,"loadImage",(n=0)=>{const r=this.showingThumb,d=this.thumbnails[n],{urlPrefix:s}=d,p=d.frames[r],f=d.frames[r].text,h=s+f;if(this.currentImageElement&&this.currentImageElement.dataset.filename===f)this.showImage(this.currentImageElement,p,n,r,f,!1),this.currentImageElement.dataset.index=r,this.removeOldImages(this.currentImageElement);else{this.loadingImage&&this.usingSprites&&(this.loadingImage.onload=null);const b=new Image;b.src=h,b.dataset.index=r,b.dataset.filename=f,this.showingThumbFilename=f,this.player.debug.log(`Loading image: ${h}`),b.onload=()=>this.showImage(b,p,n,r,f,!0),this.loadingImage=b,this.removeOldImages(b)}}),Te(this,"showImage",(n,r,d,s,p,f=!0)=>{this.player.debug.log(`Showing thumb: ${p}. num: ${s}. qual: ${d}. newimg: ${f}`),this.setImageSizeAndOffset(n,r),f&&(this.currentImageContainer.appendChild(n),this.currentImageElement=n,this.loadedImages.includes(p)||this.loadedImages.push(p)),this.preloadNearby(s,!0).then(this.preloadNearby(s,!1)).then(this.getHigherQuality(d,n,r,p))}),Te(this,"removeOldImages",n=>{Array.from(this.currentImageContainer.children).forEach(r=>{if(r.tagName.toLowerCase()!=="img")return;const d=this.usingSprites?500:1e3;if(r.dataset.index!==n.dataset.index&&!r.dataset.deleting){r.dataset.deleting=!0;const{currentImageContainer:s}=this;setTimeout(()=>{s.removeChild(r),this.player.debug.log(`Removing thumb: ${r.dataset.filename}`)},d)}})}),Te(this,"preloadNearby",(n,r=!0)=>new Promise(d=>{setTimeout(()=>{const s=this.thumbnails[0].frames[n].text;if(this.showingThumbFilename===s){let p;p=r?this.thumbnails[0].frames.slice(n):this.thumbnails[0].frames.slice(0,n).reverse();let f=!1;p.forEach(h=>{const b=h.text;if(b!==s&&!this.loadedImages.includes(b)){f=!0,this.player.debug.log(`Preloading thumb filename: ${b}`);const{urlPrefix:g}=this.thumbnails[0],w=g+b,y=new Image;y.src=w,y.onload=()=>{this.player.debug.log(`Preloaded thumb filename: ${b}`),this.loadedImages.includes(b)||this.loadedImages.push(b),d()}}}),f||d()}},300)})),Te(this,"getHigherQuality",(n,r,d,s)=>{if(n<this.thumbnails.length-1){let p=r.naturalHeight;this.usingSprites&&(p=d.h),p<this.thumbContainerHeight&&setTimeout(()=>{this.showingThumbFilename===s&&(this.player.debug.log(`Showing higher quality thumb for: ${s}`),this.loadImage(n+1))},300)}}),Te(this,"toggleThumbContainer",(n=!1,r=!1)=>{const d=this.player.config.classNames.previewThumbnails.thumbContainerShown;this.elements.thumb.container.classList.toggle(d,n),!n&&r&&(this.showingThumb=null,this.showingThumbFilename=null)}),Te(this,"toggleScrubbingContainer",(n=!1)=>{const r=this.player.config.classNames.previewThumbnails.scrubbingContainerShown;this.elements.scrubbing.container.classList.toggle(r,n),n||(this.showingThumb=null,this.showingThumbFilename=null)}),Te(this,"determineContainerAutoSizing",()=>{(this.elements.thumb.imageContainer.clientHeight>20||this.elements.thumb.imageContainer.clientWidth>20)&&(this.sizeSpecifiedInCSS=!0)}),Te(this,"setThumbContainerSizeAndPos",()=>{const{imageContainer:n}=this.elements.thumb;if(this.sizeSpecifiedInCSS){if(n.clientHeight>20&&n.clientWidth<20){const r=Math.floor(n.clientHeight*this.thumbAspectRatio);n.style.width=`${r}px`}else if(n.clientHeight<20&&n.clientWidth>20){const r=Math.floor(n.clientWidth/this.thumbAspectRatio);n.style.height=`${r}px`}}else{const r=Math.floor(this.thumbContainerHeight*this.thumbAspectRatio);n.style.height=`${this.thumbContainerHeight}px`,n.style.width=`${r}px`}this.setThumbContainerPos()}),Te(this,"setThumbContainerPos",()=>{const n=this.player.elements.progress.getBoundingClientRect(),r=this.player.elements.container.getBoundingClientRect(),{container:d}=this.elements.thumb,s=r.left-n.left+10,p=r.right-n.left-d.clientWidth-10,f=this.mousePosX-n.left-d.clientWidth/2,h=A8(f,s,p);d.style.left=`${h}px`,d.style.setProperty("--preview-arrow-offset",f-h+"px")}),Te(this,"setScrubbingContainerSize",()=>{const{width:n,height:r}=T8(this.thumbAspectRatio,{width:this.player.media.clientWidth,height:this.player.media.clientHeight});this.elements.scrubbing.container.style.width=`${n}px`,this.elements.scrubbing.container.style.height=`${r}px`}),Te(this,"setImageSizeAndOffset",(n,r)=>{if(!this.usingSprites)return;const d=this.thumbContainerHeight/r.h;n.style.height=n.naturalHeight*d+"px",n.style.width=n.naturalWidth*d+"px",n.style.left=`-${r.x*d}px`,n.style.top=`-${r.y*d}px`}),this.player=i,this.thumbnails=[],this.loaded=!1,this.lastMouseMoveTime=Date.now(),this.mouseDown=!1,this.loadedImages=[],this.elements={thumb:{},scrubbing:{}},this.load()}get enabled(){return this.player.isHTML5&&this.player.isVideo&&this.player.config.previewThumbnails.enabled}get currentImageContainer(){return this.mouseDown?this.elements.scrubbing.container:this.elements.thumb.imageContainer}get usingSprites(){return Object.keys(this.thumbnails[0].frames[0]).includes("w")}get thumbAspectRatio(){return this.usingSprites?this.thumbnails[0].frames[0].w/this.thumbnails[0].frames[0].h:this.thumbnails[0].width/this.thumbnails[0].height}get thumbContainerHeight(){if(this.mouseDown){const{height:i}=T8(this.thumbAspectRatio,{width:this.player.media.clientWidth,height:this.player.media.clientHeight});return i}return this.sizeSpecifiedInCSS?this.elements.thumb.imageContainer.clientHeight:Math.floor(this.player.media.clientWidth/this.thumbAspectRatio/4)}get currentImageElement(){return this.mouseDown?this.currentScrubbingImageElement:this.currentThumbnailImageElement}set currentImageElement(i){this.mouseDown?this.currentScrubbingImageElement=i:this.currentThumbnailImageElement=i}}const c1={insertElements(o,i){K.string(i)?u8(o,this.media,{src:i}):K.array(i)&&i.forEach(n=>{u8(o,this.media,n)})},change(o){c8(o,"sources.length")?(dn.cancelRequests.call(this),this.destroy.call(this,()=>{this.options.quality=[],Fi(this.media),this.media=null,K.element(this.elements.container)&&this.elements.container.removeAttribute("class");const{sources:i,type:n}=o,[{provider:r=cn.html5,src:d}]=i,s=r==="html5"?n:"div",p=r==="html5"?{}:{src:d};Object.assign(this,{provider:r,type:n,supported:Ht.check(n,r,this.config.playsinline),media:Ue(s,p)}),this.elements.container.appendChild(this.media),K.boolean(o.autoplay)&&(this.config.autoplay=o.autoplay),this.isHTML5&&(this.config.crossorigin&&this.media.setAttribute("crossorigin",""),this.config.autoplay&&this.media.setAttribute("autoplay",""),K.empty(o.poster)||(this.poster=o.poster),this.config.loop.active&&this.media.setAttribute("loop",""),this.config.muted&&this.media.setAttribute("muted",""),this.config.playsinline&&this.media.setAttribute("playsinline","")),vt.addStyleHook.call(this),this.isHTML5&&c1.insertElements.call(this,"source",i),this.config.title=o.title,E8.setup.call(this),this.isHTML5&&Object.keys(o).includes("tracks")&&c1.insertElements.call(this,"track",o.tracks),(this.isHTML5||this.isEmbed&&!this.supported.ui)&&vt.build.call(this),this.isHTML5&&this.media.load(),K.empty(o.previewThumbnails)||(Object.assign(this.config.previewThumbnails,o.previewThumbnails),this.previewThumbnails&&this.previewThumbnails.loaded&&(this.previewThumbnails.destroy(),this.previewThumbnails=null),this.config.previewThumbnails.enabled&&(this.previewThumbnails=new d1(this))),this.fullscreen.update()},!0)):this.debug.warn("Invalid source format")}};class gl{constructor(i,n){if(Te(this,"play",()=>K.function(this.media.play)?(this.ads&&this.ads.enabled&&this.ads.managerPromise.then(()=>this.ads.play()).catch(()=>Ii(this.media.play())),this.media.play()):null),Te(this,"pause",()=>this.playing&&K.function(this.media.pause)?this.media.pause():null),Te(this,"togglePlay",f=>(K.boolean(f)?f:!this.playing)?this.play():this.pause()),Te(this,"stop",()=>{this.isHTML5?(this.pause(),this.restart()):K.function(this.media.stop)&&this.media.stop()}),Te(this,"restart",()=>{this.currentTime=0}),Te(this,"rewind",f=>{this.currentTime-=K.number(f)?f:this.config.seekTime}),Te(this,"forward",f=>{this.currentTime+=K.number(f)?f:this.config.seekTime}),Te(this,"increaseVolume",f=>{const h=this.media.muted?0:this.volume;this.volume=h+(K.number(f)?f:0)}),Te(this,"decreaseVolume",f=>{this.increaseVolume(-f)}),Te(this,"airplay",()=>{Ht.airplay&&this.media.webkitShowPlaybackTargetPicker()}),Te(this,"toggleControls",f=>{if(this.supported.ui&&!this.isAudio){const h=pd(this.elements.container,this.config.classNames.hideControls),b=f===void 0?void 0:!f,g=ft(this.elements.container,this.config.classNames.hideControls,b);if(g&&K.array(this.config.controls)&&this.config.controls.includes("settings")&&!K.empty(this.config.settings)&&Ee.toggleMenu.call(this,!1),g!==h){const w=g?"controlshidden":"controlsshown";Ke.call(this,this.media,w)}return!g}return!1}),Te(this,"on",(f,h)=>{rt.call(this,this.elements.container,f,h)}),Te(this,"once",(f,h)=>{e1.call(this,this.elements.container,f,h)}),Te(this,"off",(f,h)=>{ud(this.elements.container,f,h)}),Te(this,"destroy",(f,h=!1)=>{if(!this.ready)return;const b=()=>{document.body.style.overflow="",this.embed=null,h?(Object.keys(this.elements).length&&(Fi(this.elements.buttons.play),Fi(this.elements.captions),Fi(this.elements.controls),Fi(this.elements.wrapper),this.elements.buttons.play=null,this.elements.captions=null,this.elements.controls=null,this.elements.wrapper=null),K.function(f)&&f()):(d0e.call(this),dn.cancelRequests.call(this),cd(this.elements.original,this.elements.container),Ke.call(this,this.elements.original,"destroyed",!0),K.function(f)&&f.call(this.elements.original),this.ready=!1,setTimeout(()=>{this.elements=null,this.media=null},200))};this.stop(),clearTimeout(this.timers.loading),clearTimeout(this.timers.controls),clearTimeout(this.timers.resized),this.isHTML5?(vt.toggleNativeControls.call(this,!0),b()):this.isYouTube?(clearInterval(this.timers.buffering),clearInterval(this.timers.playing),this.embed!==null&&K.function(this.embed.destroy)&&this.embed.destroy(),b()):this.isVimeo&&(this.embed!==null&&this.embed.unload().then(b),setTimeout(b,200))}),Te(this,"supports",f=>Ht.mime.call(this,f)),this.timers={},this.ready=!1,this.loading=!1,this.failed=!1,this.touch=Ht.touch,this.media=i,K.string(this.media)&&(this.media=document.querySelectorAll(this.media)),(window.jQuery&&this.media instanceof jQuery||K.nodeList(this.media)||K.array(this.media))&&(this.media=this.media[0]),this.config=Ut({},S8,gl.defaults,n||{},(()=>{try{return JSON.parse(this.media.getAttribute("data-plyr-config"))}catch{return{}}})()),this.elements={container:null,fullscreen:null,captions:null,buttons:{},display:{},progress:{},inputs:{},settings:{popup:null,menu:null,panels:{},buttons:{}}},this.captions={active:null,currentTrack:-1,meta:new WeakMap},this.fullscreen={active:!1},this.options={speed:[],quality:[]},this.debug=new C0e(this.config.debug),this.debug.log("Config",this.config),this.debug.log("Support",Ht),K.nullOrUndefined(this.media)||!K.element(this.media))return void this.debug.error("Setup failed: no suitable element passed");if(this.media.plyr)return void this.debug.warn("Target already setup");if(!this.config.enabled)return void this.debug.error("Setup failed: disabled by config");if(!Ht.check().api)return void this.debug.error("Setup failed: no support");const r=this.media.cloneNode(!0);r.autoplay=!1,this.elements.original=r;const d=this.media.tagName.toLowerCase();let s=null,p=null;switch(d){case"div":if(s=this.media.querySelector("iframe"),K.element(s)){if(p=x8(s.getAttribute("src")),this.provider=v0e(p.toString()),this.elements.container=this.media,this.media=s,this.elements.container.className="",p.search.length){const f=["1","true"];f.includes(p.searchParams.get("autoplay"))&&(this.config.autoplay=!0),f.includes(p.searchParams.get("loop"))&&(this.config.loop.active=!0),this.isYouTube?(this.config.playsinline=f.includes(p.searchParams.get("playsinline")),this.config.youtube.hl=p.searchParams.get("hl")):this.config.playsinline=!0}}else this.provider=this.media.getAttribute(this.config.attributes.embed.provider),this.media.removeAttribute(this.config.attributes.embed.provider);if(K.empty(this.provider)||!Object.values(cn).includes(this.provider))return void this.debug.error("Setup failed: Invalid provider");this.type=a1.video;break;case"video":case"audio":this.type=d,this.provider=cn.html5,this.media.hasAttribute("crossorigin")&&(this.config.crossorigin=!0),this.media.hasAttribute("autoplay")&&(this.config.autoplay=!0),(this.media.hasAttribute("playsinline")||this.media.hasAttribute("webkit-playsinline"))&&(this.config.playsinline=!0),this.media.hasAttribute("muted")&&(this.config.muted=!0),this.media.hasAttribute("loop")&&(this.config.loop.active=!0);break;default:return void this.debug.error("Setup failed: unsupported type")}this.supported=Ht.check(this.type,this.provider),this.supported.api?(this.eventListeners=[],this.listeners=new k0e(this),this.storage=new fl(this),this.media.plyr=this,K.element(this.elements.container)||(this.elements.container=Ue("div"),p8(this.media,this.elements.container)),vt.migrateStyles.call(this),vt.addStyleHook.call(this),E8.setup.call(this),this.config.debug&&rt.call(this,this.elements.container,this.config.events.join(" "),f=>{this.debug.log(`event: ${f.type}`)}),this.fullscreen=new ei(this),(this.isHTML5||this.isEmbed&&!this.supported.ui)&&vt.build.call(this),this.listeners.container(),this.listeners.global(),this.config.ads.enabled&&(this.ads=new O0e(this)),this.isHTML5&&this.config.autoplay&&this.once("canplay",()=>Ii(this.play())),this.lastSeekTime=0,this.config.previewThumbnails.enabled&&(this.previewThumbnails=new d1(this))):this.debug.error("Setup failed: no support")}get isHTML5(){return this.provider===cn.html5}get isEmbed(){return this.isYouTube||this.isVimeo}get isYouTube(){return this.provider===cn.youtube}get isVimeo(){return this.provider===cn.vimeo}get isVideo(){return this.type===a1.video}get isAudio(){return this.type===a1.audio}get playing(){return!!(this.ready&&!this.paused&&!this.ended)}get paused(){return!!this.media.paused}get stopped(){return!!(this.paused&&this.currentTime===0)}get ended(){return!!this.media.ended}set currentTime(i){if(!this.duration)return;const n=K.number(i)&&i>0;this.media.currentTime=n?Math.min(i,this.duration):0,this.debug.log(`Seeking to ${this.currentTime} seconds`)}get currentTime(){return Number(this.media.currentTime)}get buffered(){const{buffered:i}=this.media;return K.number(i)?i:i&&i.length&&this.duration>0?i.end(0)/this.duration:0}get seeking(){return!!this.media.seeking}get duration(){const i=parseFloat(this.config.duration),n=(this.media||{}).duration,r=K.number(n)&&n!==1/0?n:0;return i||r}set volume(i){let n=i;K.string(n)&&(n=Number(n)),K.number(n)||(n=this.storage.get("volume")),K.number(n)||({volume:n}=this.config),n>1&&(n=1),n<0&&(n=0),this.config.volume=n,this.media.volume=n,!K.empty(i)&&this.muted&&n>0&&(this.muted=!1)}get volume(){return Number(this.media.volume)}set muted(i){let n=i;K.boolean(n)||(n=this.storage.get("muted")),K.boolean(n)||(n=this.config.muted),this.config.muted=n,this.media.muted=n}get muted(){return!!this.media.muted}get hasAudio(){return!this.isHTML5||!!this.isAudio||!!this.media.mozHasAudio||!!this.media.webkitAudioDecodedByteCount||!!(this.media.audioTracks&&this.media.audioTracks.length)}set speed(i){let n=null;K.number(i)&&(n=i),K.number(n)||(n=this.storage.get("speed")),K.number(n)||(n=this.config.speed.selected);const{minimumSpeed:r,maximumSpeed:d}=this;n=A8(n,r,d),this.config.speed.selected=n,setTimeout(()=>{this.media&&(this.media.playbackRate=n)},0)}get speed(){return Number(this.media.playbackRate)}get minimumSpeed(){return this.isYouTube?Math.min(...this.options.speed):this.isVimeo?.5:.0625}get maximumSpeed(){return this.isYouTube?Math.max(...this.options.speed):this.isVimeo?2:16}set quality(i){const n=this.config.quality,r=this.options.quality;if(!r.length)return;let d=[!K.empty(i)&&Number(i),this.storage.get("quality"),n.selected,n.default].find(K.number),s=!0;if(!r.includes(d)){const p=m8(r,d);this.debug.warn(`Unsupported quality option: ${d}, using ${p} instead`),d=p,s=!1}n.selected=d,this.media.quality=d,s&&this.storage.set({quality:d})}get quality(){return this.media.quality}set loop(i){const n=K.boolean(i)?i:this.config.loop.active;this.config.loop.active=n,this.media.loop=n}get loop(){return!!this.media.loop}set source(i){c1.change.call(this,i)}get source(){return this.media.currentSrc}get download(){const{download:i}=this.config.urls;return K.url(i)?i:this.source}set download(i){K.url(i)&&(this.config.urls.download=i,Ee.setDownloadUrl.call(this))}set poster(i){this.isVideo?vt.setPoster.call(this,i,!1).catch(()=>{}):this.debug.warn("Poster can only be set for video")}get poster(){return this.isVideo?this.media.getAttribute("poster")||this.media.getAttribute("data-poster"):null}get ratio(){if(!this.isVideo)return null;const i=fd(o1.call(this));return K.array(i)?i.join(":"):i}set ratio(i){this.isVideo?K.string(i)&&g8(i)?(this.config.ratio=fd(i),Oa.call(this)):this.debug.error(`Invalid aspect ratio specified (${i})`):this.debug.warn("Aspect ratio can only be set for video")}set autoplay(i){this.config.autoplay=K.boolean(i)?i:this.config.autoplay}get autoplay(){return!!this.config.autoplay}toggleCaptions(i){ct.toggle.call(this,i,!1)}set currentTrack(i){ct.set.call(this,i,!1),ct.setup.call(this)}get currentTrack(){const{toggled:i,currentTrack:n}=this.captions;return i?n:-1}set language(i){ct.setLanguage.call(this,i,!1)}get language(){return(ct.getCurrentTrack.call(this)||{}).language}set pip(i){if(!Ht.pip)return;const n=K.boolean(i)?i:!this.pip;K.function(this.media.webkitSetPresentationMode)&&this.media.webkitSetPresentationMode(n?n1.active:n1.inactive),K.function(this.media.requestPictureInPicture)&&(!this.pip&&n?this.media.requestPictureInPicture():this.pip&&!n&&document.exitPictureInPicture())}get pip(){return Ht.pip?K.empty(this.media.webkitPresentationMode)?this.media===document.pictureInPictureElement:this.media.webkitPresentationMode===n1.active:null}setPreviewThumbnails(i){this.previewThumbnails&&this.previewThumbnails.loaded&&(this.previewThumbnails.destroy(),this.previewThumbnails=null),Object.assign(this.config.previewThumbnails,i),this.config.previewThumbnails.enabled&&(this.previewThumbnails=new d1(this))}static supported(i,n){return Ht.check(i,n)}static loadSprite(i,n){return C8(i,n)}static setup(i,n={}){let r=null;return K.string(i)?r=Array.from(document.querySelectorAll(i)):K.nodeList(i)?r=Array.from(i):K.array(i)&&(r=i.filter(K.element)),K.empty(r)?null:r.map(d=>new gl(d,n))}}gl.defaults=a0e(S8);const R0e=Object.freeze(Object.defineProperty({__proto__:null,default:gl},Symbol.toStringTag,{value:"Module"}));return Epe});
|