@citizenplane/pimp 8.3.1 → 8.3.2

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/pimp.es.js CHANGED
@@ -5423,6 +5423,10 @@ const jo = 120, ko = {
5423
5423
  type: String,
5424
5424
  default: ""
5425
5425
  },
5426
+ displayErrorMessage: {
5427
+ type: Boolean,
5428
+ default: !0
5429
+ },
5426
5430
  autocompleteBirthday: {
5427
5431
  type: Boolean,
5428
5432
  default: !1
@@ -5506,11 +5510,8 @@ const jo = 120, ko = {
5506
5510
  isYearValid() {
5507
5511
  return this.year >= this.minYear && this.year <= this.maxYear;
5508
5512
  },
5509
- areAllFieldsEmpty() {
5510
- return !this.day && !this.month && !this.year;
5511
- },
5512
5513
  advancedErrorMessage() {
5513
- return this.isDateValid ? "" : this.errorMessage ? this.errorMessage : this.isMonthValid ? this.isDayValid ? this.isYearValid ? this.isDateBeforeMaxDate ? this.isDateAfterMinDate ? "" : `The date can't be before ${this.isoMinDate.toFormat("DDD")}.` : `The date can't be after ${this.isoMaxDate.toFormat("DDD")}.` : `Year must be in the range ${this.minYear} – ${this.maxYear}.` : `Day must be in the range 1 – ${this.monthMaxDay}.` : "Month is required.";
5514
+ return this.isDateValid || !this.displayErrorMessage ? "" : this.errorMessage ? this.errorMessage : this.isMonthValid ? this.isDayValid ? this.isYearValid ? this.isDateBeforeMaxDate ? this.isDateAfterMinDate ? "" : `The date can't be before ${this.isoMinDate.toFormat("DDD")}.` : `The date can't be after ${this.isoMaxDate.toFormat("DDD")}.` : `Year must be in the range ${this.minYear} – ${this.maxYear}.` : `Day must be in the range 1 – ${this.monthMaxDay}.` : "Month is required.";
5514
5515
  },
5515
5516
  dynamicClasses() {
5516
5517
  return {
package/dist/pimp.umd.js CHANGED
@@ -1,4 +1,4 @@
1
- (function(a,Fe){typeof exports=="object"&&typeof module<"u"?module.exports=Fe(require("vue")):typeof define=="function"&&define.amd?define(["vue"],Fe):(a=typeof globalThis<"u"?globalThis:a||self,a.Pimp=Fe(a.Vue))})(this,function(a){"use strict";function Fe(t,e){for(var n=0;n<e.length;n++){const s=e[n];if(typeof s!="string"&&!Array.isArray(s)){for(const r in s)if(r!=="default"&&!(r in t)){const i=Object.getOwnPropertyDescriptor(s,r);i&&Object.defineProperty(t,r,i.get?i:{enumerable:!0,get:()=>s[r]})}}}return Object.freeze(Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}))}/*! maska v2.1.9 | (c) Alexander Shabunevich | Released under the MIT license */var vs=Object.defineProperty,bs=(t,e,n)=>e in t?vs(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Re=(t,e,n)=>(bs(t,typeof e!="symbol"?e+"":e,n),n);const dn={"#":{pattern:/[0-9]/},"@":{pattern:/[a-zA-Z]/},"*":{pattern:/[a-zA-Z0-9]/}};class un{constructor(e={}){Re(this,"opts",{}),Re(this,"memo",new Map);const n={...e};if(n.tokens!=null){n.tokens=n.tokensReplace?{...n.tokens}:{...dn,...n.tokens};for(const s of Object.values(n.tokens))typeof s.pattern=="string"&&(s.pattern=new RegExp(s.pattern))}else n.tokens=dn;Array.isArray(n.mask)&&(n.mask.length>1?n.mask=[...n.mask].sort((s,r)=>s.length-r.length):n.mask=n.mask[0]??""),n.mask===""&&(n.mask=null),this.opts=n}masked(e){return this.process(e,this.findMask(e))}unmasked(e){return this.process(e,this.findMask(e),!1)}isEager(){return this.opts.eager===!0}isReversed(){return this.opts.reversed===!0}completed(e){const n=this.findMask(e);if(this.opts.mask==null||n==null)return!1;const s=this.process(e,n).length;return typeof this.opts.mask=="string"?s>=this.opts.mask.length:typeof this.opts.mask=="function"?s>=n.length:this.opts.mask.filter(r=>s>=r.length).length===this.opts.mask.length}findMask(e){const n=this.opts.mask;if(n==null)return null;if(typeof n=="string")return n;if(typeof n=="function")return n(e);const s=this.process(e,n.slice(-1).pop()??"",!1);return n.find(r=>this.process(e,r,!1).length>=s.length)??""}escapeMask(e){const n=[],s=[];return e.split("").forEach((r,i)=>{r==="!"&&e[i-1]!=="!"?s.push(i-s.length):n.push(r)}),{mask:n.join(""),escaped:s}}process(e,n,s=!0){var r;if(n==null)return e;const i=`value=${e},mask=${n},masked=${s?1:0}`;if(this.memo.has(i))return this.memo.get(i);const{mask:o,escaped:c}=this.escapeMask(n),l=[],d=this.opts.tokens!=null?this.opts.tokens:{},u=this.isReversed()?-1:1,h=this.isReversed()?"unshift":"push",f=this.isReversed()?0:o.length-1,p=this.isReversed()?()=>v>-1&&g>-1:()=>v<o.length&&g<e.length,m=x=>!this.isReversed()&&x<=f||this.isReversed()&&x>=f;let y,w=-1,v=this.isReversed()?o.length-1:0,g=this.isReversed()?e.length-1:0;for(;p();){const x=o.charAt(v),S=d[x],M=(S==null?void 0:S.transform)!=null?S.transform(e.charAt(g)):e.charAt(g);if(!c.includes(v)&&S!=null){if(M.match(S.pattern)!=null)l[h](M),S.repeated?(w===-1?w=v:v===f&&v!==w&&(v=w-u),f===w&&(v-=u)):S.multiple&&(v-=u),v+=u;else if(S.multiple){const _=((r=l[g-u])==null?void 0:r.match(S.pattern))!=null,E=o.charAt(v+u);_&&E!==""&&d[E]==null?(v+=u,g-=u):l[h]("")}else M===y?y=void 0:S.optional&&(v+=u,g-=u);g+=u}else s&&!this.isEager()&&l[h](x),M===x&&!this.isEager()?g+=u:y=x,this.isEager()||(v+=u);if(this.isEager())for(;m(v)&&(d[o.charAt(v)]==null||c.includes(v));)s?l[h](o.charAt(v)):o.charAt(v)===e.charAt(g)&&(g+=u),v+=u}return this.memo.set(i,l.join("")),this.memo.get(i)}}const hn=t=>JSON.parse(t.replaceAll("'",'"')),fn=(t,e={})=>{const n={...e};return t.dataset.maska!=null&&t.dataset.maska!==""&&(n.mask=ws(t.dataset.maska)),t.dataset.maskaEager!=null&&(n.eager=wt(t.dataset.maskaEager)),t.dataset.maskaReversed!=null&&(n.reversed=wt(t.dataset.maskaReversed)),t.dataset.maskaTokensReplace!=null&&(n.tokensReplace=wt(t.dataset.maskaTokensReplace)),t.dataset.maskaTokens!=null&&(n.tokens=ks(t.dataset.maskaTokens)),n},wt=t=>t!==""?!!JSON.parse(t):!0,ws=t=>t.startsWith("[")&&t.endsWith("]")?hn(t):t,ks=t=>{if(t.startsWith("{")&&t.endsWith("}"))return hn(t);const e={};return t.split("|").forEach(n=>{const s=n.split(":");e[s[0]]={pattern:new RegExp(s[1]),optional:s[2]==="optional",multiple:s[2]==="multiple",repeated:s[2]==="repeated"}}),e};class Ss{constructor(e,n={}){Re(this,"items",new Map),Re(this,"beforeinputEvent",s=>{const r=s.target,i=this.items.get(r);i.isEager()&&"inputType"in s&&s.inputType.startsWith("delete")&&i.unmasked(r.value).length<=1&&this.setMaskedValue(r,"")}),Re(this,"inputEvent",s=>{if(s instanceof CustomEvent&&s.type==="input"&&s.detail!=null&&typeof s.detail=="object"&&"masked"in s.detail)return;const r=s.target,i=this.items.get(r),o=r.value,c=r.selectionStart,l=r.selectionEnd;let d=o;if(i.isEager()){const u=i.masked(o),h=i.unmasked(o);h===""&&"data"in s&&s.data!=null?d=s.data:h!==i.unmasked(u)&&(d=h)}if(this.setMaskedValue(r,d),"inputType"in s&&(s.inputType.startsWith("delete")||c!=null&&c<o.length))try{r.setSelectionRange(c,l)}catch{}}),this.options=n,typeof e=="string"?this.init(Array.from(document.querySelectorAll(e)),this.getMaskOpts(n)):this.init("length"in e?Array.from(e):[e],this.getMaskOpts(n))}destroy(){for(const e of this.items.keys())e.removeEventListener("input",this.inputEvent),e.removeEventListener("beforeinput",this.beforeinputEvent);this.items.clear()}needUpdateOptions(e,n){const s=this.items.get(e),r=new un(fn(e,this.getMaskOpts(n)));return JSON.stringify(s.opts)!==JSON.stringify(r.opts)}needUpdateValue(e){const n=e.dataset.maskaValue;return n==null&&e.value!==""||n!=null&&n!==e.value}getMaskOpts(e){const{onMaska:n,preProcess:s,postProcess:r,...i}=e;return i}init(e,n){for(const s of e){const r=new un(fn(s,n));this.items.set(s,r),s.value!==""&&this.setMaskedValue(s,s.value),s.addEventListener("input",this.inputEvent),s.addEventListener("beforeinput",this.beforeinputEvent)}}setMaskedValue(e,n){const s=this.items.get(e);this.options.preProcess!=null&&(n=this.options.preProcess(n));const r=s.masked(n),i=s.unmasked(s.isEager()?r:n),o=s.completed(n),c={masked:r,unmasked:i,completed:o};n=r,this.options.postProcess!=null&&(n=this.options.postProcess(n)),e.value=n,e.dataset.maskaValue=n,this.options.onMaska!=null&&(Array.isArray(this.options.onMaska)?this.options.onMaska.forEach(l=>l(c)):this.options.onMaska(c)),e.dispatchEvent(new CustomEvent("maska",{detail:c})),e.dispatchEvent(new CustomEvent("input",{detail:c}))}}const kt=new WeakMap,Ds=t=>{setTimeout(()=>{var e;((e=kt.get(t))==null?void 0:e.needUpdateValue(t))===!0&&t.dispatchEvent(new CustomEvent("input"))})},_s=(t,e)=>{const n=t instanceof HTMLInputElement?t:t.querySelector("input"),s={...e.arg};if(n==null)return;Ds(n);const r=kt.get(n);if(r!=null){if(!r.needUpdateOptions(n,s))return;r.destroy()}if(e.value!=null){const i=e.value,o=c=>{i.masked=c.masked,i.unmasked=c.unmasked,i.completed=c.completed};s.onMaska=s.onMaska==null?o:Array.isArray(s.onMaska)?[...s.onMaska,o]:[s.onMaska,o]}kt.set(n,new Ss(n,s))},Ms={beforeMount(t,e){t.clickOutsideEvent=function(n){t===n.target||t.contains(n.target)||e.value(n,t)},document.body.addEventListener("click",t.clickOutsideEvent)},unmounted(t){document.body.removeEventListener("click",t.clickOutsideEvent)}};class be extends Error{}class Es extends be{constructor(e){super(`Invalid DateTime: ${e.toMessage()}`)}}class Os extends be{constructor(e){super(`Invalid Interval: ${e.toMessage()}`)}}class js extends be{constructor(e){super(`Invalid Duration: ${e.toMessage()}`)}}class Le extends be{}class pn extends be{constructor(e){super(`Invalid unit ${e}`)}}class q extends be{}class fe extends be{constructor(){super("Zone is an abstract class")}}const k="numeric",Q="short",W="long",tt={year:k,month:k,day:k},mn={year:k,month:Q,day:k},Ts={year:k,month:Q,day:k,weekday:Q},yn={year:k,month:W,day:k},gn={year:k,month:W,day:k,weekday:W},xn={hour:k,minute:k},vn={hour:k,minute:k,second:k},bn={hour:k,minute:k,second:k,timeZoneName:Q},wn={hour:k,minute:k,second:k,timeZoneName:W},kn={hour:k,minute:k,hourCycle:"h23"},Sn={hour:k,minute:k,second:k,hourCycle:"h23"},Dn={hour:k,minute:k,second:k,hourCycle:"h23",timeZoneName:Q},_n={hour:k,minute:k,second:k,hourCycle:"h23",timeZoneName:W},Mn={year:k,month:k,day:k,hour:k,minute:k},En={year:k,month:k,day:k,hour:k,minute:k,second:k},On={year:k,month:Q,day:k,hour:k,minute:k},jn={year:k,month:Q,day:k,hour:k,minute:k,second:k},Cs={year:k,month:Q,day:k,weekday:Q,hour:k,minute:k},Tn={year:k,month:W,day:k,hour:k,minute:k,timeZoneName:Q},Cn={year:k,month:W,day:k,hour:k,minute:k,second:k,timeZoneName:Q},In={year:k,month:W,day:k,weekday:W,hour:k,minute:k,timeZoneName:W},Vn={year:k,month:W,day:k,weekday:W,hour:k,minute:k,second:k,timeZoneName:W};class ze{get type(){throw new fe}get name(){throw new fe}get ianaName(){return this.name}get isUniversal(){throw new fe}offsetName(e,n){throw new fe}formatOffset(e,n){throw new fe}offset(e){throw new fe}equals(e){throw new fe}get isValid(){throw new fe}}let St=null;class nt extends ze{static get instance(){return St===null&&(St=new nt),St}get type(){return"system"}get name(){return new Intl.DateTimeFormat().resolvedOptions().timeZone}get isUniversal(){return!1}offsetName(e,{format:n,locale:s}){return Wn(e,n,s)}formatOffset(e,n){return We(this.offset(e),n)}offset(e){return-new Date(e).getTimezoneOffset()}equals(e){return e.type==="system"}get isValid(){return!0}}let rt={};function Is(t){return rt[t]||(rt[t]=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:t,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",era:"short"})),rt[t]}const Vs={year:0,month:1,day:2,era:3,hour:4,minute:5,second:6};function Ns(t,e){const n=t.format(e).replace(/\u200E/g,""),s=/(\d+)\/(\d+)\/(\d+) (AD|BC),? (\d+):(\d+):(\d+)/.exec(n),[,r,i,o,c,l,d,u]=s;return[o,r,i,c,l,d,u]}function Bs(t,e){const n=t.formatToParts(e),s=[];for(let r=0;r<n.length;r++){const{type:i,value:o}=n[r],c=Vs[i];i==="era"?s[c]=o:O(c)||(s[c]=parseInt(o,10))}return s}let st={};class de extends ze{static create(e){return st[e]||(st[e]=new de(e)),st[e]}static resetCache(){st={},rt={}}static isValidSpecifier(e){return this.isValidZone(e)}static isValidZone(e){if(!e)return!1;try{return new Intl.DateTimeFormat("en-US",{timeZone:e}).format(),!0}catch{return!1}}constructor(e){super(),this.zoneName=e,this.valid=de.isValidZone(e)}get type(){return"iana"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(e,{format:n,locale:s}){return Wn(e,n,s,this.name)}formatOffset(e,n){return We(this.offset(e),n)}offset(e){const n=new Date(e);if(isNaN(n))return NaN;const s=Is(this.name);let[r,i,o,c,l,d,u]=s.formatToParts?Bs(s,n):Ns(s,n);c==="BC"&&(r=-Math.abs(r)+1);const f=Ct({year:r,month:i,day:o,hour:l===24?0:l,minute:d,second:u,millisecond:0});let p=+n;const m=p%1e3;return p-=m>=0?m:1e3+m,(f-p)/(60*1e3)}equals(e){return e.type==="iana"&&e.name===this.name}get isValid(){return this.valid}}let Nn={};function As(t,e={}){const n=JSON.stringify([t,e]);let s=Nn[n];return s||(s=new Intl.ListFormat(t,e),Nn[n]=s),s}let Dt={};function _t(t,e={}){const n=JSON.stringify([t,e]);let s=Dt[n];return s||(s=new Intl.DateTimeFormat(t,e),Dt[n]=s),s}let Mt={};function Fs(t,e={}){const n=JSON.stringify([t,e]);let s=Mt[n];return s||(s=new Intl.NumberFormat(t,e),Mt[n]=s),s}let Et={};function Rs(t,e={}){const{base:n,...s}=e,r=JSON.stringify([t,s]);let i=Et[r];return i||(i=new Intl.RelativeTimeFormat(t,e),Et[r]=i),i}let Pe=null;function Ls(){return Pe||(Pe=new Intl.DateTimeFormat().resolvedOptions().locale,Pe)}function zs(t){const e=t.indexOf("-x-");e!==-1&&(t=t.substring(0,e));const n=t.indexOf("-u-");if(n===-1)return[t];{let s,r;try{s=_t(t).resolvedOptions(),r=t}catch{const l=t.substring(0,n);s=_t(l).resolvedOptions(),r=l}const{numberingSystem:i,calendar:o}=s;return[r,i,o]}}function Ps(t,e,n){return(n||e)&&(t.includes("-u-")||(t+="-u"),n&&(t+=`-ca-${n}`),e&&(t+=`-nu-${e}`)),t}function Hs(t){const e=[];for(let n=1;n<=12;n++){const s=b.utc(2016,n,1);e.push(t(s))}return e}function $s(t){const e=[];for(let n=1;n<=7;n++){const s=b.utc(2016,11,13+n);e.push(t(s))}return e}function it(t,e,n,s,r){const i=t.listingMode(n);return i==="error"?null:i==="en"?s(e):r(e)}function Ws(t){return t.numberingSystem&&t.numberingSystem!=="latn"?!1:t.numberingSystem==="latn"||!t.locale||t.locale.startsWith("en")||new Intl.DateTimeFormat(t.intl).resolvedOptions().numberingSystem==="latn"}class Us{constructor(e,n,s){this.padTo=s.padTo||0,this.floor=s.floor||!1;const{padTo:r,floor:i,...o}=s;if(!n||Object.keys(o).length>0){const c={useGrouping:!1,...s};s.padTo>0&&(c.minimumIntegerDigits=s.padTo),this.inf=Fs(e,c)}}format(e){if(this.inf){const n=this.floor?Math.floor(e):e;return this.inf.format(n)}else{const n=this.floor?Math.floor(e):Tt(e,3);return F(n,this.padTo)}}}class Zs{constructor(e,n,s){this.opts=s,this.originalZone=void 0;let r;if(this.opts.timeZone)this.dt=e;else if(e.zone.type==="fixed"){const o=-1*(e.offset/60),c=o>=0?`Etc/GMT+${o}`:`Etc/GMT${o}`;e.offset!==0&&de.create(c).valid?(r=c,this.dt=e):(r="UTC",this.dt=e.offset===0?e:e.setZone("UTC").plus({minutes:e.offset}),this.originalZone=e.zone)}else e.zone.type==="system"?this.dt=e:e.zone.type==="iana"?(this.dt=e,r=e.zone.name):(r="UTC",this.dt=e.setZone("UTC").plus({minutes:e.offset}),this.originalZone=e.zone);const i={...this.opts};i.timeZone=i.timeZone||r,this.dtf=_t(n,i)}format(){return this.originalZone?this.formatToParts().map(({value:e})=>e).join(""):this.dtf.format(this.dt.toJSDate())}formatToParts(){const e=this.dtf.formatToParts(this.dt.toJSDate());return this.originalZone?e.map(n=>{if(n.type==="timeZoneName"){const s=this.originalZone.offsetName(this.dt.ts,{locale:this.dt.locale,format:this.opts.timeZoneName});return{...n,value:s}}else return n}):e}resolvedOptions(){return this.dtf.resolvedOptions()}}class qs{constructor(e,n,s){this.opts={style:"long",...s},!n&&Hn()&&(this.rtf=Rs(e,s))}format(e,n){return this.rtf?this.rtf.format(e,n):di(n,e,this.opts.numeric,this.opts.style!=="long")}formatToParts(e,n){return this.rtf?this.rtf.formatToParts(e,n):[]}}class I{static fromOpts(e){return I.create(e.locale,e.numberingSystem,e.outputCalendar,e.defaultToEN)}static create(e,n,s,r=!1){const i=e||A.defaultLocale,o=i||(r?"en-US":Ls()),c=n||A.defaultNumberingSystem,l=s||A.defaultOutputCalendar;return new I(o,c,l,i)}static resetCache(){Pe=null,Dt={},Mt={},Et={}}static fromObject({locale:e,numberingSystem:n,outputCalendar:s}={}){return I.create(e,n,s)}constructor(e,n,s,r){const[i,o,c]=zs(e);this.locale=i,this.numberingSystem=n||o||null,this.outputCalendar=s||c||null,this.intl=Ps(this.locale,this.numberingSystem,this.outputCalendar),this.weekdaysCache={format:{},standalone:{}},this.monthsCache={format:{},standalone:{}},this.meridiemCache=null,this.eraCache={},this.specifiedLocale=r,this.fastNumbersCached=null}get fastNumbers(){return this.fastNumbersCached==null&&(this.fastNumbersCached=Ws(this)),this.fastNumbersCached}listingMode(){const e=this.isEnglish(),n=(this.numberingSystem===null||this.numberingSystem==="latn")&&(this.outputCalendar===null||this.outputCalendar==="gregory");return e&&n?"en":"intl"}clone(e){return!e||Object.getOwnPropertyNames(e).length===0?this:I.create(e.locale||this.specifiedLocale,e.numberingSystem||this.numberingSystem,e.outputCalendar||this.outputCalendar,e.defaultToEN||!1)}redefaultToEN(e={}){return this.clone({...e,defaultToEN:!0})}redefaultToSystem(e={}){return this.clone({...e,defaultToEN:!1})}months(e,n=!1,s=!0){return it(this,e,s,qn,()=>{const r=n?{month:e,day:"numeric"}:{month:e},i=n?"format":"standalone";return this.monthsCache[i][e]||(this.monthsCache[i][e]=Hs(o=>this.extract(o,r,"month"))),this.monthsCache[i][e]})}weekdays(e,n=!1,s=!0){return it(this,e,s,Jn,()=>{const r=n?{weekday:e,year:"numeric",month:"long",day:"numeric"}:{weekday:e},i=n?"format":"standalone";return this.weekdaysCache[i][e]||(this.weekdaysCache[i][e]=$s(o=>this.extract(o,r,"weekday"))),this.weekdaysCache[i][e]})}meridiems(e=!0){return it(this,void 0,e,()=>Kn,()=>{if(!this.meridiemCache){const n={hour:"numeric",hourCycle:"h12"};this.meridiemCache=[b.utc(2016,11,13,9),b.utc(2016,11,13,19)].map(s=>this.extract(s,n,"dayperiod"))}return this.meridiemCache})}eras(e,n=!0){return it(this,e,n,Qn,()=>{const s={era:e};return this.eraCache[e]||(this.eraCache[e]=[b.utc(-40,1,1),b.utc(2017,1,1)].map(r=>this.extract(r,s,"era"))),this.eraCache[e]})}extract(e,n,s){const r=this.dtFormatter(e,n),i=r.formatToParts(),o=i.find(c=>c.type.toLowerCase()===s);return o?o.value:null}numberFormatter(e={}){return new Us(this.intl,e.forceSimple||this.fastNumbers,e)}dtFormatter(e,n={}){return new Zs(e,this.intl,n)}relFormatter(e={}){return new qs(this.intl,this.isEnglish(),e)}listFormatter(e={}){return As(this.intl,e)}isEnglish(){return this.locale==="en"||this.locale.toLowerCase()==="en-us"||new Intl.DateTimeFormat(this.intl).resolvedOptions().locale.startsWith("en-us")}equals(e){return this.locale===e.locale&&this.numberingSystem===e.numberingSystem&&this.outputCalendar===e.outputCalendar}}let Ot=null;class H extends ze{static get utcInstance(){return Ot===null&&(Ot=new H(0)),Ot}static instance(e){return e===0?H.utcInstance:new H(e)}static parseSpecifier(e){if(e){const n=e.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i);if(n)return new H(ct(n[1],n[2]))}return null}constructor(e){super(),this.fixed=e}get type(){return"fixed"}get name(){return this.fixed===0?"UTC":`UTC${We(this.fixed,"narrow")}`}get ianaName(){return this.fixed===0?"Etc/UTC":`Etc/GMT${We(-this.fixed,"narrow")}`}offsetName(){return this.name}formatOffset(e,n){return We(this.fixed,n)}get isUniversal(){return!0}offset(){return this.fixed}equals(e){return e.type==="fixed"&&e.fixed===this.fixed}get isValid(){return!0}}class Ys extends ze{constructor(e){super(),this.zoneName=e}get type(){return"invalid"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(){return null}formatOffset(){return""}offset(){return NaN}equals(){return!1}get isValid(){return!1}}function pe(t,e){if(O(t)||t===null)return e;if(t instanceof ze)return t;if(Gs(t)){const n=t.toLowerCase();return n==="default"?e:n==="local"||n==="system"?nt.instance:n==="utc"||n==="gmt"?H.utcInstance:H.parseSpecifier(n)||de.create(t)}else return we(t)?H.instance(t):typeof t=="object"&&t.offset&&typeof t.offset=="number"?t:new Ys(t)}let Bn=()=>Date.now(),An="system",Fn=null,Rn=null,Ln=null,zn=60,Pn;class A{static get now(){return Bn}static set now(e){Bn=e}static set defaultZone(e){An=e}static get defaultZone(){return pe(An,nt.instance)}static get defaultLocale(){return Fn}static set defaultLocale(e){Fn=e}static get defaultNumberingSystem(){return Rn}static set defaultNumberingSystem(e){Rn=e}static get defaultOutputCalendar(){return Ln}static set defaultOutputCalendar(e){Ln=e}static get twoDigitCutoffYear(){return zn}static set twoDigitCutoffYear(e){zn=e%100}static get throwOnInvalid(){return Pn}static set throwOnInvalid(e){Pn=e}static resetCaches(){I.resetCache(),de.resetCache()}}function O(t){return typeof t>"u"}function we(t){return typeof t=="number"}function at(t){return typeof t=="number"&&t%1===0}function Gs(t){return typeof t=="string"}function Js(t){return Object.prototype.toString.call(t)==="[object Date]"}function Hn(){try{return typeof Intl<"u"&&!!Intl.RelativeTimeFormat}catch{return!1}}function Ks(t){return Array.isArray(t)?t:[t]}function $n(t,e,n){if(t.length!==0)return t.reduce((s,r)=>{const i=[e(r),r];return s&&n(s[0],i[0])===s[0]?s:i},null)[1]}function Qs(t,e){return e.reduce((n,s)=>(n[s]=t[s],n),{})}function De(t,e){return Object.prototype.hasOwnProperty.call(t,e)}function ue(t,e,n){return at(t)&&t>=e&&t<=n}function Xs(t,e){return t-e*Math.floor(t/e)}function F(t,e=2){const n=t<0;let s;return n?s="-"+(""+-t).padStart(e,"0"):s=(""+t).padStart(e,"0"),s}function me(t){if(!(O(t)||t===null||t===""))return parseInt(t,10)}function ke(t){if(!(O(t)||t===null||t===""))return parseFloat(t)}function jt(t){if(!(O(t)||t===null||t==="")){const e=parseFloat("0."+t)*1e3;return Math.floor(e)}}function Tt(t,e,n=!1){const s=10**e;return(n?Math.trunc:Math.round)(t*s)/s}function He(t){return t%4===0&&(t%100!==0||t%400===0)}function $e(t){return He(t)?366:365}function ot(t,e){const n=Xs(e-1,12)+1,s=t+(e-n)/12;return n===2?He(s)?29:28:[31,null,31,30,31,30,31,31,30,31,30,31][n-1]}function Ct(t){let e=Date.UTC(t.year,t.month-1,t.day,t.hour,t.minute,t.second,t.millisecond);return t.year<100&&t.year>=0&&(e=new Date(e),e.setUTCFullYear(t.year,t.month-1,t.day)),+e}function lt(t){const e=(t+Math.floor(t/4)-Math.floor(t/100)+Math.floor(t/400))%7,n=t-1,s=(n+Math.floor(n/4)-Math.floor(n/100)+Math.floor(n/400))%7;return e===4||s===3?53:52}function It(t){return t>99?t:t>A.twoDigitCutoffYear?1900+t:2e3+t}function Wn(t,e,n,s=null){const r=new Date(t),i={hourCycle:"h23",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"};s&&(i.timeZone=s);const o={timeZoneName:e,...i},c=new Intl.DateTimeFormat(n,o).formatToParts(r).find(l=>l.type.toLowerCase()==="timezonename");return c?c.value:null}function ct(t,e){let n=parseInt(t,10);Number.isNaN(n)&&(n=0);const s=parseInt(e,10)||0,r=n<0||Object.is(n,-0)?-s:s;return n*60+r}function Un(t){const e=Number(t);if(typeof t=="boolean"||t===""||Number.isNaN(e))throw new q(`Invalid unit value ${t}`);return e}function dt(t,e){const n={};for(const s in t)if(De(t,s)){const r=t[s];if(r==null)continue;n[e(s)]=Un(r)}return n}function We(t,e){const n=Math.trunc(Math.abs(t/60)),s=Math.trunc(Math.abs(t%60)),r=t>=0?"+":"-";switch(e){case"short":return`${r}${F(n,2)}:${F(s,2)}`;case"narrow":return`${r}${n}${s>0?`:${s}`:""}`;case"techie":return`${r}${F(n,2)}${F(s,2)}`;default:throw new RangeError(`Value format ${e} is out of range for property format`)}}function ut(t){return Qs(t,["hour","minute","second","millisecond"])}const ei=["January","February","March","April","May","June","July","August","September","October","November","December"],Zn=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],ti=["J","F","M","A","M","J","J","A","S","O","N","D"];function qn(t){switch(t){case"narrow":return[...ti];case"short":return[...Zn];case"long":return[...ei];case"numeric":return["1","2","3","4","5","6","7","8","9","10","11","12"];case"2-digit":return["01","02","03","04","05","06","07","08","09","10","11","12"];default:return null}}const Yn=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],Gn=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],ni=["M","T","W","T","F","S","S"];function Jn(t){switch(t){case"narrow":return[...ni];case"short":return[...Gn];case"long":return[...Yn];case"numeric":return["1","2","3","4","5","6","7"];default:return null}}const Kn=["AM","PM"],ri=["Before Christ","Anno Domini"],si=["BC","AD"],ii=["B","A"];function Qn(t){switch(t){case"narrow":return[...ii];case"short":return[...si];case"long":return[...ri];default:return null}}function ai(t){return Kn[t.hour<12?0:1]}function oi(t,e){return Jn(e)[t.weekday-1]}function li(t,e){return qn(e)[t.month-1]}function ci(t,e){return Qn(e)[t.year<0?0:1]}function di(t,e,n="always",s=!1){const r={years:["year","yr."],quarters:["quarter","qtr."],months:["month","mo."],weeks:["week","wk."],days:["day","day","days"],hours:["hour","hr."],minutes:["minute","min."],seconds:["second","sec."]},i=["hours","minutes","seconds"].indexOf(t)===-1;if(n==="auto"&&i){const h=t==="days";switch(e){case 1:return h?"tomorrow":`next ${r[t][0]}`;case-1:return h?"yesterday":`last ${r[t][0]}`;case 0:return h?"today":`this ${r[t][0]}`}}const o=Object.is(e,-0)||e<0,c=Math.abs(e),l=c===1,d=r[t],u=s?l?d[1]:d[2]||d[1]:l?r[t][0]:t;return o?`${c} ${u} ago`:`in ${c} ${u}`}function Xn(t,e){let n="";for(const s of t)s.literal?n+=s.val:n+=e(s.val);return n}const ui={D:tt,DD:mn,DDD:yn,DDDD:gn,t:xn,tt:vn,ttt:bn,tttt:wn,T:kn,TT:Sn,TTT:Dn,TTTT:_n,f:Mn,ff:On,fff:Tn,ffff:In,F:En,FF:jn,FFF:Cn,FFFF:Vn};class P{static create(e,n={}){return new P(e,n)}static parseFormat(e){let n=null,s="",r=!1;const i=[];for(let o=0;o<e.length;o++){const c=e.charAt(o);c==="'"?(s.length>0&&i.push({literal:r||/^\s+$/.test(s),val:s}),n=null,s="",r=!r):r||c===n?s+=c:(s.length>0&&i.push({literal:/^\s+$/.test(s),val:s}),s=c,n=c)}return s.length>0&&i.push({literal:r||/^\s+$/.test(s),val:s}),i}static macroTokenToFormatOpts(e){return ui[e]}constructor(e,n){this.opts=n,this.loc=e,this.systemLoc=null}formatWithSystemDefault(e,n){return this.systemLoc===null&&(this.systemLoc=this.loc.redefaultToSystem()),this.systemLoc.dtFormatter(e,{...this.opts,...n}).format()}formatDateTime(e,n={}){return this.loc.dtFormatter(e,{...this.opts,...n}).format()}formatDateTimeParts(e,n={}){return this.loc.dtFormatter(e,{...this.opts,...n}).formatToParts()}formatInterval(e,n={}){return this.loc.dtFormatter(e.start,{...this.opts,...n}).dtf.formatRange(e.start.toJSDate(),e.end.toJSDate())}resolvedOptions(e,n={}){return this.loc.dtFormatter(e,{...this.opts,...n}).resolvedOptions()}num(e,n=0){if(this.opts.forceSimple)return F(e,n);const s={...this.opts};return n>0&&(s.padTo=n),this.loc.numberFormatter(s).format(e)}formatDateTimeFromString(e,n){const s=this.loc.listingMode()==="en",r=this.loc.outputCalendar&&this.loc.outputCalendar!=="gregory",i=(p,m)=>this.loc.extract(e,p,m),o=p=>e.isOffsetFixed&&e.offset===0&&p.allowZ?"Z":e.isValid?e.zone.formatOffset(e.ts,p.format):"",c=()=>s?ai(e):i({hour:"numeric",hourCycle:"h12"},"dayperiod"),l=(p,m)=>s?li(e,p):i(m?{month:p}:{month:p,day:"numeric"},"month"),d=(p,m)=>s?oi(e,p):i(m?{weekday:p}:{weekday:p,month:"long",day:"numeric"},"weekday"),u=p=>{const m=P.macroTokenToFormatOpts(p);return m?this.formatWithSystemDefault(e,m):p},h=p=>s?ci(e,p):i({era:p},"era"),f=p=>{switch(p){case"S":return this.num(e.millisecond);case"u":case"SSS":return this.num(e.millisecond,3);case"s":return this.num(e.second);case"ss":return this.num(e.second,2);case"uu":return this.num(Math.floor(e.millisecond/10),2);case"uuu":return this.num(Math.floor(e.millisecond/100));case"m":return this.num(e.minute);case"mm":return this.num(e.minute,2);case"h":return this.num(e.hour%12===0?12:e.hour%12);case"hh":return this.num(e.hour%12===0?12:e.hour%12,2);case"H":return this.num(e.hour);case"HH":return this.num(e.hour,2);case"Z":return o({format:"narrow",allowZ:this.opts.allowZ});case"ZZ":return o({format:"short",allowZ:this.opts.allowZ});case"ZZZ":return o({format:"techie",allowZ:this.opts.allowZ});case"ZZZZ":return e.zone.offsetName(e.ts,{format:"short",locale:this.loc.locale});case"ZZZZZ":return e.zone.offsetName(e.ts,{format:"long",locale:this.loc.locale});case"z":return e.zoneName;case"a":return c();case"d":return r?i({day:"numeric"},"day"):this.num(e.day);case"dd":return r?i({day:"2-digit"},"day"):this.num(e.day,2);case"c":return this.num(e.weekday);case"ccc":return d("short",!0);case"cccc":return d("long",!0);case"ccccc":return d("narrow",!0);case"E":return this.num(e.weekday);case"EEE":return d("short",!1);case"EEEE":return d("long",!1);case"EEEEE":return d("narrow",!1);case"L":return r?i({month:"numeric",day:"numeric"},"month"):this.num(e.month);case"LL":return r?i({month:"2-digit",day:"numeric"},"month"):this.num(e.month,2);case"LLL":return l("short",!0);case"LLLL":return l("long",!0);case"LLLLL":return l("narrow",!0);case"M":return r?i({month:"numeric"},"month"):this.num(e.month);case"MM":return r?i({month:"2-digit"},"month"):this.num(e.month,2);case"MMM":return l("short",!1);case"MMMM":return l("long",!1);case"MMMMM":return l("narrow",!1);case"y":return r?i({year:"numeric"},"year"):this.num(e.year);case"yy":return r?i({year:"2-digit"},"year"):this.num(e.year.toString().slice(-2),2);case"yyyy":return r?i({year:"numeric"},"year"):this.num(e.year,4);case"yyyyyy":return r?i({year:"numeric"},"year"):this.num(e.year,6);case"G":return h("short");case"GG":return h("long");case"GGGGG":return h("narrow");case"kk":return this.num(e.weekYear.toString().slice(-2),2);case"kkkk":return this.num(e.weekYear,4);case"W":return this.num(e.weekNumber);case"WW":return this.num(e.weekNumber,2);case"o":return this.num(e.ordinal);case"ooo":return this.num(e.ordinal,3);case"q":return this.num(e.quarter);case"qq":return this.num(e.quarter,2);case"X":return this.num(Math.floor(e.ts/1e3));case"x":return this.num(e.ts);default:return u(p)}};return Xn(P.parseFormat(n),f)}formatDurationFromString(e,n){const s=l=>{switch(l[0]){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":return"hour";case"d":return"day";case"w":return"week";case"M":return"month";case"y":return"year";default:return null}},r=l=>d=>{const u=s(d);return u?this.num(l.get(u),d.length):d},i=P.parseFormat(n),o=i.reduce((l,{literal:d,val:u})=>d?l:l.concat(u),[]),c=e.shiftTo(...o.map(s).filter(l=>l));return Xn(i,r(c))}}class X{constructor(e,n){this.reason=e,this.explanation=n}toMessage(){return this.explanation?`${this.reason}: ${this.explanation}`:this.reason}}const er=/[A-Za-z_+-]{1,256}(?::?\/[A-Za-z0-9_+-]{1,256}(?:\/[A-Za-z0-9_+-]{1,256})?)?/;function _e(...t){const e=t.reduce((n,s)=>n+s.source,"");return RegExp(`^${e}$`)}function Me(...t){return e=>t.reduce(([n,s,r],i)=>{const[o,c,l]=i(e,r);return[{...n,...o},c||s,l]},[{},null,1]).slice(0,2)}function Ee(t,...e){if(t==null)return[null,null];for(const[n,s]of e){const r=n.exec(t);if(r)return s(r)}return[null,null]}function tr(...t){return(e,n)=>{const s={};let r;for(r=0;r<t.length;r++)s[t[r]]=me(e[n+r]);return[s,null,n+r]}}const nr=/(?:(Z)|([+-]\d\d)(?::?(\d\d))?)/,hi=`(?:${nr.source}?(?:\\[(${er.source})\\])?)?`,Vt=/(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/,rr=RegExp(`${Vt.source}${hi}`),Nt=RegExp(`(?:T${rr.source})?`),fi=/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,pi=/(\d{4})-?W(\d\d)(?:-?(\d))?/,mi=/(\d{4})-?(\d{3})/,yi=tr("weekYear","weekNumber","weekDay"),gi=tr("year","ordinal"),xi=/(\d{4})-(\d\d)-(\d\d)/,sr=RegExp(`${Vt.source} ?(?:${nr.source}|(${er.source}))?`),vi=RegExp(`(?: ${sr.source})?`);function Oe(t,e,n){const s=t[e];return O(s)?n:me(s)}function bi(t,e){return[{year:Oe(t,e),month:Oe(t,e+1,1),day:Oe(t,e+2,1)},null,e+3]}function je(t,e){return[{hours:Oe(t,e,0),minutes:Oe(t,e+1,0),seconds:Oe(t,e+2,0),milliseconds:jt(t[e+3])},null,e+4]}function Ue(t,e){const n=!t[e]&&!t[e+1],s=ct(t[e+1],t[e+2]),r=n?null:H.instance(s);return[{},r,e+3]}function Ze(t,e){const n=t[e]?de.create(t[e]):null;return[{},n,e+1]}const wi=RegExp(`^T?${Vt.source}$`),ki=/^-?P(?:(?:(-?\d{1,20}(?:\.\d{1,20})?)Y)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20}(?:\.\d{1,20})?)W)?(?:(-?\d{1,20}(?:\.\d{1,20})?)D)?(?:T(?:(-?\d{1,20}(?:\.\d{1,20})?)H)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20})(?:[.,](-?\d{1,20}))?S)?)?)$/;function Si(t){const[e,n,s,r,i,o,c,l,d]=t,u=e[0]==="-",h=l&&l[0]==="-",f=(p,m=!1)=>p!==void 0&&(m||p&&u)?-p:p;return[{years:f(ke(n)),months:f(ke(s)),weeks:f(ke(r)),days:f(ke(i)),hours:f(ke(o)),minutes:f(ke(c)),seconds:f(ke(l),l==="-0"),milliseconds:f(jt(d),h)}]}const Di={GMT:0,EDT:-4*60,EST:-5*60,CDT:-5*60,CST:-6*60,MDT:-6*60,MST:-7*60,PDT:-7*60,PST:-8*60};function Bt(t,e,n,s,r,i,o){const c={year:e.length===2?It(me(e)):me(e),month:Zn.indexOf(n)+1,day:me(s),hour:me(r),minute:me(i)};return o&&(c.second=me(o)),t&&(c.weekday=t.length>3?Yn.indexOf(t)+1:Gn.indexOf(t)+1),c}const _i=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|(?:([+-]\d\d)(\d\d)))$/;function Mi(t){const[,e,n,s,r,i,o,c,l,d,u,h]=t,f=Bt(e,r,s,n,i,o,c);let p;return l?p=Di[l]:d?p=0:p=ct(u,h),[f,new H(p)]}function Ei(t){return t.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").trim()}const Oi=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d\d) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d\d):(\d\d):(\d\d) GMT$/,ji=/^(Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday), (\d\d)-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d\d) (\d\d):(\d\d):(\d\d) GMT$/,Ti=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ( \d|\d\d) (\d\d):(\d\d):(\d\d) (\d{4})$/;function ir(t){const[,e,n,s,r,i,o,c]=t;return[Bt(e,r,s,n,i,o,c),H.utcInstance]}function Ci(t){const[,e,n,s,r,i,o,c]=t;return[Bt(e,c,n,s,r,i,o),H.utcInstance]}const Ii=_e(fi,Nt),Vi=_e(pi,Nt),Ni=_e(mi,Nt),Bi=_e(rr),ar=Me(bi,je,Ue,Ze),Ai=Me(yi,je,Ue,Ze),Fi=Me(gi,je,Ue,Ze),Ri=Me(je,Ue,Ze);function Li(t){return Ee(t,[Ii,ar],[Vi,Ai],[Ni,Fi],[Bi,Ri])}function zi(t){return Ee(Ei(t),[_i,Mi])}function Pi(t){return Ee(t,[Oi,ir],[ji,ir],[Ti,Ci])}function Hi(t){return Ee(t,[ki,Si])}const $i=Me(je);function Wi(t){return Ee(t,[wi,$i])}const Ui=_e(xi,vi),Zi=_e(sr),qi=Me(je,Ue,Ze);function Yi(t){return Ee(t,[Ui,ar],[Zi,qi])}const Gi="Invalid Duration",or={weeks:{days:7,hours:7*24,minutes:7*24*60,seconds:7*24*60*60,milliseconds:7*24*60*60*1e3},days:{hours:24,minutes:24*60,seconds:24*60*60,milliseconds:24*60*60*1e3},hours:{minutes:60,seconds:60*60,milliseconds:60*60*1e3},minutes:{seconds:60,milliseconds:60*1e3},seconds:{milliseconds:1e3}},Ji={years:{quarters:4,months:12,weeks:52,days:365,hours:365*24,minutes:365*24*60,seconds:365*24*60*60,milliseconds:365*24*60*60*1e3},quarters:{months:3,weeks:13,days:91,hours:91*24,minutes:91*24*60,seconds:91*24*60*60,milliseconds:91*24*60*60*1e3},months:{weeks:4,days:30,hours:30*24,minutes:30*24*60,seconds:30*24*60*60,milliseconds:30*24*60*60*1e3},...or},Y=146097/400,Te=146097/4800,Ki={years:{quarters:4,months:12,weeks:Y/7,days:Y,hours:Y*24,minutes:Y*24*60,seconds:Y*24*60*60,milliseconds:Y*24*60*60*1e3},quarters:{months:3,weeks:Y/28,days:Y/4,hours:Y*24/4,minutes:Y*24*60/4,seconds:Y*24*60*60/4,milliseconds:Y*24*60*60*1e3/4},months:{weeks:Te/7,days:Te,hours:Te*24,minutes:Te*24*60,seconds:Te*24*60*60,milliseconds:Te*24*60*60*1e3},...or},Se=["years","quarters","months","weeks","days","hours","minutes","seconds","milliseconds"],Qi=Se.slice(0).reverse();function ye(t,e,n=!1){const s={values:n?e.values:{...t.values,...e.values||{}},loc:t.loc.clone(e.loc),conversionAccuracy:e.conversionAccuracy||t.conversionAccuracy,matrix:e.matrix||t.matrix};return new j(s)}function Xi(t){return t<0?Math.floor(t):Math.ceil(t)}function lr(t,e,n,s,r){const i=t[r][n],o=e[n]/i,c=Math.sign(o)===Math.sign(s[r]),l=!c&&s[r]!==0&&Math.abs(o)<=1?Xi(o):Math.trunc(o);s[r]+=l,e[n]-=l*i}function ea(t,e){Qi.reduce((n,s)=>O(e[s])?n:(n&&lr(t,e,n,e,s),s),null)}function ta(t){const e={};for(const[n,s]of Object.entries(t))s!==0&&(e[n]=s);return e}class j{constructor(e){const n=e.conversionAccuracy==="longterm"||!1;let s=n?Ki:Ji;e.matrix&&(s=e.matrix),this.values=e.values,this.loc=e.loc||I.create(),this.conversionAccuracy=n?"longterm":"casual",this.invalid=e.invalid||null,this.matrix=s,this.isLuxonDuration=!0}static fromMillis(e,n){return j.fromObject({milliseconds:e},n)}static fromObject(e,n={}){if(e==null||typeof e!="object")throw new q(`Duration.fromObject: argument expected to be an object, got ${e===null?"null":typeof e}`);return new j({values:dt(e,j.normalizeUnit),loc:I.fromObject(n),conversionAccuracy:n.conversionAccuracy,matrix:n.matrix})}static fromDurationLike(e){if(we(e))return j.fromMillis(e);if(j.isDuration(e))return e;if(typeof e=="object")return j.fromObject(e);throw new q(`Unknown duration argument ${e} of type ${typeof e}`)}static fromISO(e,n){const[s]=Hi(e);return s?j.fromObject(s,n):j.invalid("unparsable",`the input "${e}" can't be parsed as ISO 8601`)}static fromISOTime(e,n){const[s]=Wi(e);return s?j.fromObject(s,n):j.invalid("unparsable",`the input "${e}" can't be parsed as ISO 8601`)}static invalid(e,n=null){if(!e)throw new q("need to specify a reason the Duration is invalid");const s=e instanceof X?e:new X(e,n);if(A.throwOnInvalid)throw new js(s);return new j({invalid:s})}static normalizeUnit(e){const n={year:"years",years:"years",quarter:"quarters",quarters:"quarters",month:"months",months:"months",week:"weeks",weeks:"weeks",day:"days",days:"days",hour:"hours",hours:"hours",minute:"minutes",minutes:"minutes",second:"seconds",seconds:"seconds",millisecond:"milliseconds",milliseconds:"milliseconds"}[e&&e.toLowerCase()];if(!n)throw new pn(e);return n}static isDuration(e){return e&&e.isLuxonDuration||!1}get locale(){return this.isValid?this.loc.locale:null}get numberingSystem(){return this.isValid?this.loc.numberingSystem:null}toFormat(e,n={}){const s={...n,floor:n.round!==!1&&n.floor!==!1};return this.isValid?P.create(this.loc,s).formatDurationFromString(this,e):Gi}toHuman(e={}){const n=Se.map(s=>{const r=this.values[s];return O(r)?null:this.loc.numberFormatter({style:"unit",unitDisplay:"long",...e,unit:s.slice(0,-1)}).format(r)}).filter(s=>s);return this.loc.listFormatter({type:"conjunction",style:e.listStyle||"narrow",...e}).format(n)}toObject(){return this.isValid?{...this.values}:{}}toISO(){if(!this.isValid)return null;let e="P";return this.years!==0&&(e+=this.years+"Y"),(this.months!==0||this.quarters!==0)&&(e+=this.months+this.quarters*3+"M"),this.weeks!==0&&(e+=this.weeks+"W"),this.days!==0&&(e+=this.days+"D"),(this.hours!==0||this.minutes!==0||this.seconds!==0||this.milliseconds!==0)&&(e+="T"),this.hours!==0&&(e+=this.hours+"H"),this.minutes!==0&&(e+=this.minutes+"M"),(this.seconds!==0||this.milliseconds!==0)&&(e+=Tt(this.seconds+this.milliseconds/1e3,3)+"S"),e==="P"&&(e+="T0S"),e}toISOTime(e={}){if(!this.isValid)return null;const n=this.toMillis();if(n<0||n>=864e5)return null;e={suppressMilliseconds:!1,suppressSeconds:!1,includePrefix:!1,format:"extended",...e};const s=this.shiftTo("hours","minutes","seconds","milliseconds");let r=e.format==="basic"?"hhmm":"hh:mm";(!e.suppressSeconds||s.seconds!==0||s.milliseconds!==0)&&(r+=e.format==="basic"?"ss":":ss",(!e.suppressMilliseconds||s.milliseconds!==0)&&(r+=".SSS"));let i=s.toFormat(r);return e.includePrefix&&(i="T"+i),i}toJSON(){return this.toISO()}toString(){return this.toISO()}toMillis(){return this.as("milliseconds")}valueOf(){return this.toMillis()}plus(e){if(!this.isValid)return this;const n=j.fromDurationLike(e),s={};for(const r of Se)(De(n.values,r)||De(this.values,r))&&(s[r]=n.get(r)+this.get(r));return ye(this,{values:s},!0)}minus(e){if(!this.isValid)return this;const n=j.fromDurationLike(e);return this.plus(n.negate())}mapUnits(e){if(!this.isValid)return this;const n={};for(const s of Object.keys(this.values))n[s]=Un(e(this.values[s],s));return ye(this,{values:n},!0)}get(e){return this[j.normalizeUnit(e)]}set(e){if(!this.isValid)return this;const n={...this.values,...dt(e,j.normalizeUnit)};return ye(this,{values:n})}reconfigure({locale:e,numberingSystem:n,conversionAccuracy:s,matrix:r}={}){const o={loc:this.loc.clone({locale:e,numberingSystem:n}),matrix:r,conversionAccuracy:s};return ye(this,o)}as(e){return this.isValid?this.shiftTo(e).get(e):NaN}normalize(){if(!this.isValid)return this;const e=this.toObject();return ea(this.matrix,e),ye(this,{values:e},!0)}rescale(){if(!this.isValid)return this;const e=ta(this.normalize().shiftToAll().toObject());return ye(this,{values:e},!0)}shiftTo(...e){if(!this.isValid)return this;if(e.length===0)return this;e=e.map(o=>j.normalizeUnit(o));const n={},s={},r=this.toObject();let i;for(const o of Se)if(e.indexOf(o)>=0){i=o;let c=0;for(const d in s)c+=this.matrix[d][o]*s[d],s[d]=0;we(r[o])&&(c+=r[o]);const l=Math.trunc(c);n[o]=l,s[o]=(c*1e3-l*1e3)/1e3;for(const d in r)Se.indexOf(d)>Se.indexOf(o)&&lr(this.matrix,r,d,n,o)}else we(r[o])&&(s[o]=r[o]);for(const o in s)s[o]!==0&&(n[i]+=o===i?s[o]:s[o]/this.matrix[i][o]);return ye(this,{values:n},!0).normalize()}shiftToAll(){return this.isValid?this.shiftTo("years","months","weeks","days","hours","minutes","seconds","milliseconds"):this}negate(){if(!this.isValid)return this;const e={};for(const n of Object.keys(this.values))e[n]=this.values[n]===0?0:-this.values[n];return ye(this,{values:e},!0)}get years(){return this.isValid?this.values.years||0:NaN}get quarters(){return this.isValid?this.values.quarters||0:NaN}get months(){return this.isValid?this.values.months||0:NaN}get weeks(){return this.isValid?this.values.weeks||0:NaN}get days(){return this.isValid?this.values.days||0:NaN}get hours(){return this.isValid?this.values.hours||0:NaN}get minutes(){return this.isValid?this.values.minutes||0:NaN}get seconds(){return this.isValid?this.values.seconds||0:NaN}get milliseconds(){return this.isValid?this.values.milliseconds||0:NaN}get isValid(){return this.invalid===null}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}equals(e){if(!this.isValid||!e.isValid||!this.loc.equals(e.loc))return!1;function n(s,r){return s===void 0||s===0?r===void 0||r===0:s===r}for(const s of Se)if(!n(this.values[s],e.values[s]))return!1;return!0}}const Ce="Invalid Interval";function na(t,e){return!t||!t.isValid?N.invalid("missing or invalid start"):!e||!e.isValid?N.invalid("missing or invalid end"):e<t?N.invalid("end before start",`The end of an interval must be after its start, but you had start=${t.toISO()} and end=${e.toISO()}`):null}class N{constructor(e){this.s=e.start,this.e=e.end,this.invalid=e.invalid||null,this.isLuxonInterval=!0}static invalid(e,n=null){if(!e)throw new q("need to specify a reason the Interval is invalid");const s=e instanceof X?e:new X(e,n);if(A.throwOnInvalid)throw new Os(s);return new N({invalid:s})}static fromDateTimes(e,n){const s=Ge(e),r=Ge(n),i=na(s,r);return i??new N({start:s,end:r})}static after(e,n){const s=j.fromDurationLike(n),r=Ge(e);return N.fromDateTimes(r,r.plus(s))}static before(e,n){const s=j.fromDurationLike(n),r=Ge(e);return N.fromDateTimes(r.minus(s),r)}static fromISO(e,n){const[s,r]=(e||"").split("/",2);if(s&&r){let i,o;try{i=b.fromISO(s,n),o=i.isValid}catch{o=!1}let c,l;try{c=b.fromISO(r,n),l=c.isValid}catch{l=!1}if(o&&l)return N.fromDateTimes(i,c);if(o){const d=j.fromISO(r,n);if(d.isValid)return N.after(i,d)}else if(l){const d=j.fromISO(s,n);if(d.isValid)return N.before(c,d)}}return N.invalid("unparsable",`the input "${e}" can't be parsed as ISO 8601`)}static isInterval(e){return e&&e.isLuxonInterval||!1}get start(){return this.isValid?this.s:null}get end(){return this.isValid?this.e:null}get isValid(){return this.invalidReason===null}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}length(e="milliseconds"){return this.isValid?this.toDuration(e).get(e):NaN}count(e="milliseconds"){if(!this.isValid)return NaN;const n=this.start.startOf(e),s=this.end.startOf(e);return Math.floor(s.diff(n,e).get(e))+(s.valueOf()!==this.end.valueOf())}hasSame(e){return this.isValid?this.isEmpty()||this.e.minus(1).hasSame(this.s,e):!1}isEmpty(){return this.s.valueOf()===this.e.valueOf()}isAfter(e){return this.isValid?this.s>e:!1}isBefore(e){return this.isValid?this.e<=e:!1}contains(e){return this.isValid?this.s<=e&&this.e>e:!1}set({start:e,end:n}={}){return this.isValid?N.fromDateTimes(e||this.s,n||this.e):this}splitAt(...e){if(!this.isValid)return[];const n=e.map(Ge).filter(o=>this.contains(o)).sort(),s=[];let{s:r}=this,i=0;for(;r<this.e;){const o=n[i]||this.e,c=+o>+this.e?this.e:o;s.push(N.fromDateTimes(r,c)),r=c,i+=1}return s}splitBy(e){const n=j.fromDurationLike(e);if(!this.isValid||!n.isValid||n.as("milliseconds")===0)return[];let{s}=this,r=1,i;const o=[];for(;s<this.e;){const c=this.start.plus(n.mapUnits(l=>l*r));i=+c>+this.e?this.e:c,o.push(N.fromDateTimes(s,i)),s=i,r+=1}return o}divideEqually(e){return this.isValid?this.splitBy(this.length()/e).slice(0,e):[]}overlaps(e){return this.e>e.s&&this.s<e.e}abutsStart(e){return this.isValid?+this.e==+e.s:!1}abutsEnd(e){return this.isValid?+e.e==+this.s:!1}engulfs(e){return this.isValid?this.s<=e.s&&this.e>=e.e:!1}equals(e){return!this.isValid||!e.isValid?!1:this.s.equals(e.s)&&this.e.equals(e.e)}intersection(e){if(!this.isValid)return this;const n=this.s>e.s?this.s:e.s,s=this.e<e.e?this.e:e.e;return n>=s?null:N.fromDateTimes(n,s)}union(e){if(!this.isValid)return this;const n=this.s<e.s?this.s:e.s,s=this.e>e.e?this.e:e.e;return N.fromDateTimes(n,s)}static merge(e){const[n,s]=e.sort((r,i)=>r.s-i.s).reduce(([r,i],o)=>i?i.overlaps(o)||i.abutsStart(o)?[r,i.union(o)]:[r.concat([i]),o]:[r,o],[[],null]);return s&&n.push(s),n}static xor(e){let n=null,s=0;const r=[],i=e.map(l=>[{time:l.s,type:"s"},{time:l.e,type:"e"}]),o=Array.prototype.concat(...i),c=o.sort((l,d)=>l.time-d.time);for(const l of c)s+=l.type==="s"?1:-1,s===1?n=l.time:(n&&+n!=+l.time&&r.push(N.fromDateTimes(n,l.time)),n=null);return N.merge(r)}difference(...e){return N.xor([this].concat(e)).map(n=>this.intersection(n)).filter(n=>n&&!n.isEmpty())}toString(){return this.isValid?`[${this.s.toISO()} – ${this.e.toISO()})`:Ce}toLocaleString(e=tt,n={}){return this.isValid?P.create(this.s.loc.clone(n),e).formatInterval(this):Ce}toISO(e){return this.isValid?`${this.s.toISO(e)}/${this.e.toISO(e)}`:Ce}toISODate(){return this.isValid?`${this.s.toISODate()}/${this.e.toISODate()}`:Ce}toISOTime(e){return this.isValid?`${this.s.toISOTime(e)}/${this.e.toISOTime(e)}`:Ce}toFormat(e,{separator:n=" – "}={}){return this.isValid?`${this.s.toFormat(e)}${n}${this.e.toFormat(e)}`:Ce}toDuration(e,n){return this.isValid?this.e.diff(this.s,e,n):j.invalid(this.invalidReason)}mapEndpoints(e){return N.fromDateTimes(e(this.s),e(this.e))}}class ie{static hasDST(e=A.defaultZone){const n=b.now().setZone(e).set({month:12});return!e.isUniversal&&n.offset!==n.set({month:6}).offset}static isValidIANAZone(e){return de.isValidZone(e)}static normalizeZone(e){return pe(e,A.defaultZone)}static months(e="long",{locale:n=null,numberingSystem:s=null,locObj:r=null,outputCalendar:i="gregory"}={}){return(r||I.create(n,s,i)).months(e)}static monthsFormat(e="long",{locale:n=null,numberingSystem:s=null,locObj:r=null,outputCalendar:i="gregory"}={}){return(r||I.create(n,s,i)).months(e,!0)}static weekdays(e="long",{locale:n=null,numberingSystem:s=null,locObj:r=null}={}){return(r||I.create(n,s,null)).weekdays(e)}static weekdaysFormat(e="long",{locale:n=null,numberingSystem:s=null,locObj:r=null}={}){return(r||I.create(n,s,null)).weekdays(e,!0)}static meridiems({locale:e=null}={}){return I.create(e).meridiems()}static eras(e="short",{locale:n=null}={}){return I.create(n,null,"gregory").eras(e)}static features(){return{relative:Hn()}}}function cr(t,e){const n=r=>r.toUTC(0,{keepLocalTime:!0}).startOf("day").valueOf(),s=n(e)-n(t);return Math.floor(j.fromMillis(s).as("days"))}function ra(t,e,n){const s=[["years",(l,d)=>d.year-l.year],["quarters",(l,d)=>d.quarter-l.quarter+(d.year-l.year)*4],["months",(l,d)=>d.month-l.month+(d.year-l.year)*12],["weeks",(l,d)=>{const u=cr(l,d);return(u-u%7)/7}],["days",cr]],r={},i=t;let o,c;for(const[l,d]of s)n.indexOf(l)>=0&&(o=l,r[l]=d(t,e),c=i.plus(r),c>e?(r[l]--,t=i.plus(r)):t=c);return[t,r,c,o]}function sa(t,e,n,s){let[r,i,o,c]=ra(t,e,n);const l=e-r,d=n.filter(h=>["hours","minutes","seconds","milliseconds"].indexOf(h)>=0);d.length===0&&(o<e&&(o=r.plus({[c]:1})),o!==r&&(i[c]=(i[c]||0)+l/(o-r)));const u=j.fromObject(i,s);return d.length>0?j.fromMillis(l,s).shiftTo(...d).plus(u):u}const At={arab:"[٠-٩]",arabext:"[۰-۹]",bali:"[᭐-᭙]",beng:"[০-৯]",deva:"[०-९]",fullwide:"[0-9]",gujr:"[૦-૯]",hanidec:"[〇|一|二|三|四|五|六|七|八|九]",khmr:"[០-៩]",knda:"[೦-೯]",laoo:"[໐-໙]",limb:"[᥆-᥏]",mlym:"[൦-൯]",mong:"[᠐-᠙]",mymr:"[၀-၉]",orya:"[୦-୯]",tamldec:"[௦-௯]",telu:"[౦-౯]",thai:"[๐-๙]",tibt:"[༠-༩]",latn:"\\d"},dr={arab:[1632,1641],arabext:[1776,1785],bali:[6992,7001],beng:[2534,2543],deva:[2406,2415],fullwide:[65296,65303],gujr:[2790,2799],khmr:[6112,6121],knda:[3302,3311],laoo:[3792,3801],limb:[6470,6479],mlym:[3430,3439],mong:[6160,6169],mymr:[4160,4169],orya:[2918,2927],tamldec:[3046,3055],telu:[3174,3183],thai:[3664,3673],tibt:[3872,3881]},ia=At.hanidec.replace(/[\[|\]]/g,"").split("");function aa(t){let e=parseInt(t,10);if(isNaN(e)){e="";for(let n=0;n<t.length;n++){const s=t.charCodeAt(n);if(t[n].search(At.hanidec)!==-1)e+=ia.indexOf(t[n]);else for(const r in dr){const[i,o]=dr[r];s>=i&&s<=o&&(e+=s-i)}}return parseInt(e,10)}else return e}function ee({numberingSystem:t},e=""){return new RegExp(`${At[t||"latn"]}${e}`)}const oa="missing Intl.DateTimeFormat.formatToParts support";function T(t,e=n=>n){return{regex:t,deser:([n])=>e(aa(n))}}const ur=`[ ${String.fromCharCode(160)}]`,hr=new RegExp(ur,"g");function la(t){return t.replace(/\./g,"\\.?").replace(hr,ur)}function fr(t){return t.replace(/\./g,"").replace(hr," ").toLowerCase()}function te(t,e){return t===null?null:{regex:RegExp(t.map(la).join("|")),deser:([n])=>t.findIndex(s=>fr(n)===fr(s))+e}}function pr(t,e){return{regex:t,deser:([,n,s])=>ct(n,s),groups:e}}function ht(t){return{regex:t,deser:([e])=>e}}function ca(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")}function da(t,e){const n=ee(e),s=ee(e,"{2}"),r=ee(e,"{3}"),i=ee(e,"{4}"),o=ee(e,"{6}"),c=ee(e,"{1,2}"),l=ee(e,"{1,3}"),d=ee(e,"{1,6}"),u=ee(e,"{1,9}"),h=ee(e,"{2,4}"),f=ee(e,"{4,6}"),p=w=>({regex:RegExp(ca(w.val)),deser:([v])=>v,literal:!0}),y=(w=>{if(t.literal)return p(w);switch(w.val){case"G":return te(e.eras("short",!1),0);case"GG":return te(e.eras("long",!1),0);case"y":return T(d);case"yy":return T(h,It);case"yyyy":return T(i);case"yyyyy":return T(f);case"yyyyyy":return T(o);case"M":return T(c);case"MM":return T(s);case"MMM":return te(e.months("short",!0,!1),1);case"MMMM":return te(e.months("long",!0,!1),1);case"L":return T(c);case"LL":return T(s);case"LLL":return te(e.months("short",!1,!1),1);case"LLLL":return te(e.months("long",!1,!1),1);case"d":return T(c);case"dd":return T(s);case"o":return T(l);case"ooo":return T(r);case"HH":return T(s);case"H":return T(c);case"hh":return T(s);case"h":return T(c);case"mm":return T(s);case"m":return T(c);case"q":return T(c);case"qq":return T(s);case"s":return T(c);case"ss":return T(s);case"S":return T(l);case"SSS":return T(r);case"u":return ht(u);case"uu":return ht(c);case"uuu":return T(n);case"a":return te(e.meridiems(),0);case"kkkk":return T(i);case"kk":return T(h,It);case"W":return T(c);case"WW":return T(s);case"E":case"c":return T(n);case"EEE":return te(e.weekdays("short",!1,!1),1);case"EEEE":return te(e.weekdays("long",!1,!1),1);case"ccc":return te(e.weekdays("short",!0,!1),1);case"cccc":return te(e.weekdays("long",!0,!1),1);case"Z":case"ZZ":return pr(new RegExp(`([+-]${c.source})(?::(${s.source}))?`),2);case"ZZZ":return pr(new RegExp(`([+-]${c.source})(${s.source})?`),2);case"z":return ht(/[a-z_+-/]{1,256}?/i);case" ":return ht(/[^\S\n\r]/);default:return p(w)}})(t)||{invalidReason:oa};return y.token=t,y}const ua={year:{"2-digit":"yy",numeric:"yyyyy"},month:{numeric:"M","2-digit":"MM",short:"MMM",long:"MMMM"},day:{numeric:"d","2-digit":"dd"},weekday:{short:"EEE",long:"EEEE"},dayperiod:"a",dayPeriod:"a",hour:{numeric:"h","2-digit":"hh"},minute:{numeric:"m","2-digit":"mm"},second:{numeric:"s","2-digit":"ss"},timeZoneName:{long:"ZZZZZ",short:"ZZZ"}};function ha(t,e){const{type:n,value:s}=t;if(n==="literal"){const o=/^\s+$/.test(s);return{literal:!o,val:o?" ":s}}const r=e[n];let i=ua[n];if(typeof i=="object"&&(i=i[r]),i)return{literal:!1,val:i}}function fa(t){return[`^${t.map(n=>n.regex).reduce((n,s)=>`${n}(${s.source})`,"")}$`,t]}function pa(t,e,n){const s=t.match(e);if(s){const r={};let i=1;for(const o in n)if(De(n,o)){const c=n[o],l=c.groups?c.groups+1:1;!c.literal&&c.token&&(r[c.token.val[0]]=c.deser(s.slice(i,i+l))),i+=l}return[s,r]}else return[s,{}]}function ma(t){const e=i=>{switch(i){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":case"H":return"hour";case"d":return"day";case"o":return"ordinal";case"L":case"M":return"month";case"y":return"year";case"E":case"c":return"weekday";case"W":return"weekNumber";case"k":return"weekYear";case"q":return"quarter";default:return null}};let n=null,s;return O(t.z)||(n=de.create(t.z)),O(t.Z)||(n||(n=new H(t.Z)),s=t.Z),O(t.q)||(t.M=(t.q-1)*3+1),O(t.h)||(t.h<12&&t.a===1?t.h+=12:t.h===12&&t.a===0&&(t.h=0)),t.G===0&&t.y&&(t.y=-t.y),O(t.u)||(t.S=jt(t.u)),[Object.keys(t).reduce((i,o)=>{const c=e(o);return c&&(i[c]=t[o]),i},{}),n,s]}let Ft=null;function ya(){return Ft||(Ft=b.fromMillis(1555555555555)),Ft}function ga(t,e){if(t.literal)return t;const n=P.macroTokenToFormatOpts(t.val),s=gr(n,e);return s==null||s.includes(void 0)?t:s}function mr(t,e){return Array.prototype.concat(...t.map(n=>ga(n,e)))}function yr(t,e,n){const s=mr(P.parseFormat(n),t),r=s.map(o=>da(o,t)),i=r.find(o=>o.invalidReason);if(i)return{input:e,tokens:s,invalidReason:i.invalidReason};{const[o,c]=fa(r),l=RegExp(o,"i"),[d,u]=pa(e,l,c),[h,f,p]=u?ma(u):[null,null,void 0];if(De(u,"a")&&De(u,"H"))throw new Le("Can't include meridiem when specifying 24-hour format");return{input:e,tokens:s,regex:l,rawMatches:d,matches:u,result:h,zone:f,specificOffset:p}}}function xa(t,e,n){const{result:s,zone:r,specificOffset:i,invalidReason:o}=yr(t,e,n);return[s,r,i,o]}function gr(t,e){return t?P.create(e,t).formatDateTimeParts(ya()).map(r=>ha(r,t)):null}const xr=[0,31,59,90,120,151,181,212,243,273,304,334],vr=[0,31,60,91,121,152,182,213,244,274,305,335];function G(t,e){return new X("unit out of range",`you specified ${e} (of type ${typeof e}) as a ${t}, which is invalid`)}function br(t,e,n){const s=new Date(Date.UTC(t,e-1,n));t<100&&t>=0&&s.setUTCFullYear(s.getUTCFullYear()-1900);const r=s.getUTCDay();return r===0?7:r}function wr(t,e,n){return n+(He(t)?vr:xr)[e-1]}function kr(t,e){const n=He(t)?vr:xr,s=n.findIndex(i=>i<e),r=e-n[s];return{month:s+1,day:r}}function Rt(t){const{year:e,month:n,day:s}=t,r=wr(e,n,s),i=br(e,n,s);let o=Math.floor((r-i+10)/7),c;return o<1?(c=e-1,o=lt(c)):o>lt(e)?(c=e+1,o=1):c=e,{weekYear:c,weekNumber:o,weekday:i,...ut(t)}}function Sr(t){const{weekYear:e,weekNumber:n,weekday:s}=t,r=br(e,1,4),i=$e(e);let o=n*7+s-r-3,c;o<1?(c=e-1,o+=$e(c)):o>i?(c=e+1,o-=$e(e)):c=e;const{month:l,day:d}=kr(c,o);return{year:c,month:l,day:d,...ut(t)}}function Lt(t){const{year:e,month:n,day:s}=t,r=wr(e,n,s);return{year:e,ordinal:r,...ut(t)}}function Dr(t){const{year:e,ordinal:n}=t,{month:s,day:r}=kr(e,n);return{year:e,month:s,day:r,...ut(t)}}function va(t){const e=at(t.weekYear),n=ue(t.weekNumber,1,lt(t.weekYear)),s=ue(t.weekday,1,7);return e?n?s?!1:G("weekday",t.weekday):G("week",t.week):G("weekYear",t.weekYear)}function ba(t){const e=at(t.year),n=ue(t.ordinal,1,$e(t.year));return e?n?!1:G("ordinal",t.ordinal):G("year",t.year)}function _r(t){const e=at(t.year),n=ue(t.month,1,12),s=ue(t.day,1,ot(t.year,t.month));return e?n?s?!1:G("day",t.day):G("month",t.month):G("year",t.year)}function Mr(t){const{hour:e,minute:n,second:s,millisecond:r}=t,i=ue(e,0,23)||e===24&&n===0&&s===0&&r===0,o=ue(n,0,59),c=ue(s,0,59),l=ue(r,0,999);return i?o?c?l?!1:G("millisecond",r):G("second",s):G("minute",n):G("hour",e)}const zt="Invalid DateTime",Er=864e13;function ft(t){return new X("unsupported zone",`the zone "${t.name}" is not supported`)}function Pt(t){return t.weekData===null&&(t.weekData=Rt(t.c)),t.weekData}function qe(t,e){const n={ts:t.ts,zone:t.zone,c:t.c,o:t.o,loc:t.loc,invalid:t.invalid};return new b({...n,...e,old:n})}function Or(t,e,n){let s=t-e*60*1e3;const r=n.offset(s);if(e===r)return[s,e];s-=(r-e)*60*1e3;const i=n.offset(s);return r===i?[s,r]:[t-Math.min(r,i)*60*1e3,Math.max(r,i)]}function jr(t,e){t+=e*60*1e3;const n=new Date(t);return{year:n.getUTCFullYear(),month:n.getUTCMonth()+1,day:n.getUTCDate(),hour:n.getUTCHours(),minute:n.getUTCMinutes(),second:n.getUTCSeconds(),millisecond:n.getUTCMilliseconds()}}function pt(t,e,n){return Or(Ct(t),e,n)}function Tr(t,e){const n=t.o,s=t.c.year+Math.trunc(e.years),r=t.c.month+Math.trunc(e.months)+Math.trunc(e.quarters)*3,i={...t.c,year:s,month:r,day:Math.min(t.c.day,ot(s,r))+Math.trunc(e.days)+Math.trunc(e.weeks)*7},o=j.fromObject({years:e.years-Math.trunc(e.years),quarters:e.quarters-Math.trunc(e.quarters),months:e.months-Math.trunc(e.months),weeks:e.weeks-Math.trunc(e.weeks),days:e.days-Math.trunc(e.days),hours:e.hours,minutes:e.minutes,seconds:e.seconds,milliseconds:e.milliseconds}).as("milliseconds"),c=Ct(i);let[l,d]=Or(c,n,t.zone);return o!==0&&(l+=o,d=t.zone.offset(l)),{ts:l,o:d}}function Ye(t,e,n,s,r,i){const{setZone:o,zone:c}=n;if(t&&Object.keys(t).length!==0||e){const l=e||c,d=b.fromObject(t,{...n,zone:l,specificOffset:i});return o?d:d.setZone(c)}else return b.invalid(new X("unparsable",`the input "${r}" can't be parsed as ${s}`))}function mt(t,e,n=!0){return t.isValid?P.create(I.create("en-US"),{allowZ:n,forceSimple:!0}).formatDateTimeFromString(t,e):null}function Ht(t,e){const n=t.c.year>9999||t.c.year<0;let s="";return n&&t.c.year>=0&&(s+="+"),s+=F(t.c.year,n?6:4),e?(s+="-",s+=F(t.c.month),s+="-",s+=F(t.c.day)):(s+=F(t.c.month),s+=F(t.c.day)),s}function Cr(t,e,n,s,r,i){let o=F(t.c.hour);return e?(o+=":",o+=F(t.c.minute),(t.c.second!==0||!n)&&(o+=":")):o+=F(t.c.minute),(t.c.second!==0||!n)&&(o+=F(t.c.second),(t.c.millisecond!==0||!s)&&(o+=".",o+=F(t.c.millisecond,3))),r&&(t.isOffsetFixed&&t.offset===0&&!i?o+="Z":t.o<0?(o+="-",o+=F(Math.trunc(-t.o/60)),o+=":",o+=F(Math.trunc(-t.o%60))):(o+="+",o+=F(Math.trunc(t.o/60)),o+=":",o+=F(Math.trunc(t.o%60)))),i&&(o+="["+t.zone.ianaName+"]"),o}const Ir={month:1,day:1,hour:0,minute:0,second:0,millisecond:0},wa={weekNumber:1,weekday:1,hour:0,minute:0,second:0,millisecond:0},ka={ordinal:1,hour:0,minute:0,second:0,millisecond:0},Vr=["year","month","day","hour","minute","second","millisecond"],Sa=["weekYear","weekNumber","weekday","hour","minute","second","millisecond"],Da=["year","ordinal","hour","minute","second","millisecond"];function Nr(t){const e={year:"year",years:"year",month:"month",months:"month",day:"day",days:"day",hour:"hour",hours:"hour",minute:"minute",minutes:"minute",quarter:"quarter",quarters:"quarter",second:"second",seconds:"second",millisecond:"millisecond",milliseconds:"millisecond",weekday:"weekday",weekdays:"weekday",weeknumber:"weekNumber",weeksnumber:"weekNumber",weeknumbers:"weekNumber",weekyear:"weekYear",weekyears:"weekYear",ordinal:"ordinal"}[t.toLowerCase()];if(!e)throw new pn(t);return e}function Br(t,e){const n=pe(e.zone,A.defaultZone),s=I.fromObject(e),r=A.now();let i,o;if(O(t.year))i=r;else{for(const d of Vr)O(t[d])&&(t[d]=Ir[d]);const c=_r(t)||Mr(t);if(c)return b.invalid(c);const l=n.offset(r);[i,o]=pt(t,l,n)}return new b({ts:i,zone:n,loc:s,o})}function Ar(t,e,n){const s=O(n.round)?!0:n.round,r=(o,c)=>(o=Tt(o,s||n.calendary?0:2,!0),e.loc.clone(n).relFormatter(n).format(o,c)),i=o=>n.calendary?e.hasSame(t,o)?0:e.startOf(o).diff(t.startOf(o),o).get(o):e.diff(t,o).get(o);if(n.unit)return r(i(n.unit),n.unit);for(const o of n.units){const c=i(o);if(Math.abs(c)>=1)return r(c,o)}return r(t>e?-0:0,n.units[n.units.length-1])}function Fr(t){let e={},n;return t.length>0&&typeof t[t.length-1]=="object"?(e=t[t.length-1],n=Array.from(t).slice(0,t.length-1)):n=Array.from(t),[e,n]}class b{constructor(e){const n=e.zone||A.defaultZone;let s=e.invalid||(Number.isNaN(e.ts)?new X("invalid input"):null)||(n.isValid?null:ft(n));this.ts=O(e.ts)?A.now():e.ts;let r=null,i=null;if(!s)if(e.old&&e.old.ts===this.ts&&e.old.zone.equals(n))[r,i]=[e.old.c,e.old.o];else{const c=n.offset(this.ts);r=jr(this.ts,c),s=Number.isNaN(r.year)?new X("invalid input"):null,r=s?null:r,i=s?null:c}this._zone=n,this.loc=e.loc||I.create(),this.invalid=s,this.weekData=null,this.c=r,this.o=i,this.isLuxonDateTime=!0}static now(){return new b({})}static local(){const[e,n]=Fr(arguments),[s,r,i,o,c,l,d]=n;return Br({year:s,month:r,day:i,hour:o,minute:c,second:l,millisecond:d},e)}static utc(){const[e,n]=Fr(arguments),[s,r,i,o,c,l,d]=n;return e.zone=H.utcInstance,Br({year:s,month:r,day:i,hour:o,minute:c,second:l,millisecond:d},e)}static fromJSDate(e,n={}){const s=Js(e)?e.valueOf():NaN;if(Number.isNaN(s))return b.invalid("invalid input");const r=pe(n.zone,A.defaultZone);return r.isValid?new b({ts:s,zone:r,loc:I.fromObject(n)}):b.invalid(ft(r))}static fromMillis(e,n={}){if(we(e))return e<-Er||e>Er?b.invalid("Timestamp out of range"):new b({ts:e,zone:pe(n.zone,A.defaultZone),loc:I.fromObject(n)});throw new q(`fromMillis requires a numerical input, but received a ${typeof e} with value ${e}`)}static fromSeconds(e,n={}){if(we(e))return new b({ts:e*1e3,zone:pe(n.zone,A.defaultZone),loc:I.fromObject(n)});throw new q("fromSeconds requires a numerical input")}static fromObject(e,n={}){e=e||{};const s=pe(n.zone,A.defaultZone);if(!s.isValid)return b.invalid(ft(s));const r=A.now(),i=O(n.specificOffset)?s.offset(r):n.specificOffset,o=dt(e,Nr),c=!O(o.ordinal),l=!O(o.year),d=!O(o.month)||!O(o.day),u=l||d,h=o.weekYear||o.weekNumber,f=I.fromObject(n);if((u||c)&&h)throw new Le("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(d&&c)throw new Le("Can't mix ordinal dates with month/day");const p=h||o.weekday&&!u;let m,y,w=jr(r,i);p?(m=Sa,y=wa,w=Rt(w)):c?(m=Da,y=ka,w=Lt(w)):(m=Vr,y=Ir);let v=!1;for(const C of m){const L=o[C];O(L)?v?o[C]=y[C]:o[C]=w[C]:v=!0}const g=p?va(o):c?ba(o):_r(o),x=g||Mr(o);if(x)return b.invalid(x);const S=p?Sr(o):c?Dr(o):o,[M,_]=pt(S,i,s),E=new b({ts:M,zone:s,o:_,loc:f});return o.weekday&&u&&e.weekday!==E.weekday?b.invalid("mismatched weekday",`you can't specify both a weekday of ${o.weekday} and a date of ${E.toISO()}`):E}static fromISO(e,n={}){const[s,r]=Li(e);return Ye(s,r,n,"ISO 8601",e)}static fromRFC2822(e,n={}){const[s,r]=zi(e);return Ye(s,r,n,"RFC 2822",e)}static fromHTTP(e,n={}){const[s,r]=Pi(e);return Ye(s,r,n,"HTTP",n)}static fromFormat(e,n,s={}){if(O(e)||O(n))throw new q("fromFormat requires an input string and a format");const{locale:r=null,numberingSystem:i=null}=s,o=I.fromOpts({locale:r,numberingSystem:i,defaultToEN:!0}),[c,l,d,u]=xa(o,e,n);return u?b.invalid(u):Ye(c,l,s,`format ${n}`,e,d)}static fromString(e,n,s={}){return b.fromFormat(e,n,s)}static fromSQL(e,n={}){const[s,r]=Yi(e);return Ye(s,r,n,"SQL",e)}static invalid(e,n=null){if(!e)throw new q("need to specify a reason the DateTime is invalid");const s=e instanceof X?e:new X(e,n);if(A.throwOnInvalid)throw new Es(s);return new b({invalid:s})}static isDateTime(e){return e&&e.isLuxonDateTime||!1}static parseFormatForOpts(e,n={}){const s=gr(e,I.fromObject(n));return s?s.map(r=>r?r.val:null).join(""):null}static expandFormat(e,n={}){return mr(P.parseFormat(e),I.fromObject(n)).map(r=>r.val).join("")}get(e){return this[e]}get isValid(){return this.invalid===null}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}get locale(){return this.isValid?this.loc.locale:null}get numberingSystem(){return this.isValid?this.loc.numberingSystem:null}get outputCalendar(){return this.isValid?this.loc.outputCalendar:null}get zone(){return this._zone}get zoneName(){return this.isValid?this.zone.name:null}get year(){return this.isValid?this.c.year:NaN}get quarter(){return this.isValid?Math.ceil(this.c.month/3):NaN}get month(){return this.isValid?this.c.month:NaN}get day(){return this.isValid?this.c.day:NaN}get hour(){return this.isValid?this.c.hour:NaN}get minute(){return this.isValid?this.c.minute:NaN}get second(){return this.isValid?this.c.second:NaN}get millisecond(){return this.isValid?this.c.millisecond:NaN}get weekYear(){return this.isValid?Pt(this).weekYear:NaN}get weekNumber(){return this.isValid?Pt(this).weekNumber:NaN}get weekday(){return this.isValid?Pt(this).weekday:NaN}get ordinal(){return this.isValid?Lt(this.c).ordinal:NaN}get monthShort(){return this.isValid?ie.months("short",{locObj:this.loc})[this.month-1]:null}get monthLong(){return this.isValid?ie.months("long",{locObj:this.loc})[this.month-1]:null}get weekdayShort(){return this.isValid?ie.weekdays("short",{locObj:this.loc})[this.weekday-1]:null}get weekdayLong(){return this.isValid?ie.weekdays("long",{locObj:this.loc})[this.weekday-1]:null}get offset(){return this.isValid?+this.o:NaN}get offsetNameShort(){return this.isValid?this.zone.offsetName(this.ts,{format:"short",locale:this.locale}):null}get offsetNameLong(){return this.isValid?this.zone.offsetName(this.ts,{format:"long",locale:this.locale}):null}get isOffsetFixed(){return this.isValid?this.zone.isUniversal:null}get isInDST(){return this.isOffsetFixed?!1:this.offset>this.set({month:1,day:1}).offset||this.offset>this.set({month:5}).offset}get isInLeapYear(){return He(this.year)}get daysInMonth(){return ot(this.year,this.month)}get daysInYear(){return this.isValid?$e(this.year):NaN}get weeksInWeekYear(){return this.isValid?lt(this.weekYear):NaN}resolvedLocaleOptions(e={}){const{locale:n,numberingSystem:s,calendar:r}=P.create(this.loc.clone(e),e).resolvedOptions(this);return{locale:n,numberingSystem:s,outputCalendar:r}}toUTC(e=0,n={}){return this.setZone(H.instance(e),n)}toLocal(){return this.setZone(A.defaultZone)}setZone(e,{keepLocalTime:n=!1,keepCalendarTime:s=!1}={}){if(e=pe(e,A.defaultZone),e.equals(this.zone))return this;if(e.isValid){let r=this.ts;if(n||s){const i=e.offset(this.ts),o=this.toObject();[r]=pt(o,i,e)}return qe(this,{ts:r,zone:e})}else return b.invalid(ft(e))}reconfigure({locale:e,numberingSystem:n,outputCalendar:s}={}){const r=this.loc.clone({locale:e,numberingSystem:n,outputCalendar:s});return qe(this,{loc:r})}setLocale(e){return this.reconfigure({locale:e})}set(e){if(!this.isValid)return this;const n=dt(e,Nr),s=!O(n.weekYear)||!O(n.weekNumber)||!O(n.weekday),r=!O(n.ordinal),i=!O(n.year),o=!O(n.month)||!O(n.day),c=i||o,l=n.weekYear||n.weekNumber;if((c||r)&&l)throw new Le("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(o&&r)throw new Le("Can't mix ordinal dates with month/day");let d;s?d=Sr({...Rt(this.c),...n}):O(n.ordinal)?(d={...this.toObject(),...n},O(n.day)&&(d.day=Math.min(ot(d.year,d.month),d.day))):d=Dr({...Lt(this.c),...n});const[u,h]=pt(d,this.o,this.zone);return qe(this,{ts:u,o:h})}plus(e){if(!this.isValid)return this;const n=j.fromDurationLike(e);return qe(this,Tr(this,n))}minus(e){if(!this.isValid)return this;const n=j.fromDurationLike(e).negate();return qe(this,Tr(this,n))}startOf(e){if(!this.isValid)return this;const n={},s=j.normalizeUnit(e);switch(s){case"years":n.month=1;case"quarters":case"months":n.day=1;case"weeks":case"days":n.hour=0;case"hours":n.minute=0;case"minutes":n.second=0;case"seconds":n.millisecond=0;break}if(s==="weeks"&&(n.weekday=1),s==="quarters"){const r=Math.ceil(this.month/3);n.month=(r-1)*3+1}return this.set(n)}endOf(e){return this.isValid?this.plus({[e]:1}).startOf(e).minus(1):this}toFormat(e,n={}){return this.isValid?P.create(this.loc.redefaultToEN(n)).formatDateTimeFromString(this,e):zt}toLocaleString(e=tt,n={}){return this.isValid?P.create(this.loc.clone(n),e).formatDateTime(this):zt}toLocaleParts(e={}){return this.isValid?P.create(this.loc.clone(e),e).formatDateTimeParts(this):[]}toISO({format:e="extended",suppressSeconds:n=!1,suppressMilliseconds:s=!1,includeOffset:r=!0,extendedZone:i=!1}={}){if(!this.isValid)return null;const o=e==="extended";let c=Ht(this,o);return c+="T",c+=Cr(this,o,n,s,r,i),c}toISODate({format:e="extended"}={}){return this.isValid?Ht(this,e==="extended"):null}toISOWeekDate(){return mt(this,"kkkk-'W'WW-c")}toISOTime({suppressMilliseconds:e=!1,suppressSeconds:n=!1,includeOffset:s=!0,includePrefix:r=!1,extendedZone:i=!1,format:o="extended"}={}){return this.isValid?(r?"T":"")+Cr(this,o==="extended",n,e,s,i):null}toRFC2822(){return mt(this,"EEE, dd LLL yyyy HH:mm:ss ZZZ",!1)}toHTTP(){return mt(this.toUTC(),"EEE, dd LLL yyyy HH:mm:ss 'GMT'")}toSQLDate(){return this.isValid?Ht(this,!0):null}toSQLTime({includeOffset:e=!0,includeZone:n=!1,includeOffsetSpace:s=!0}={}){let r="HH:mm:ss.SSS";return(n||e)&&(s&&(r+=" "),n?r+="z":e&&(r+="ZZ")),mt(this,r,!0)}toSQL(e={}){return this.isValid?`${this.toSQLDate()} ${this.toSQLTime(e)}`:null}toString(){return this.isValid?this.toISO():zt}valueOf(){return this.toMillis()}toMillis(){return this.isValid?this.ts:NaN}toSeconds(){return this.isValid?this.ts/1e3:NaN}toUnixInteger(){return this.isValid?Math.floor(this.ts/1e3):NaN}toJSON(){return this.toISO()}toBSON(){return this.toJSDate()}toObject(e={}){if(!this.isValid)return{};const n={...this.c};return e.includeConfig&&(n.outputCalendar=this.outputCalendar,n.numberingSystem=this.loc.numberingSystem,n.locale=this.loc.locale),n}toJSDate(){return new Date(this.isValid?this.ts:NaN)}diff(e,n="milliseconds",s={}){if(!this.isValid||!e.isValid)return j.invalid("created by diffing an invalid DateTime");const r={locale:this.locale,numberingSystem:this.numberingSystem,...s},i=Ks(n).map(j.normalizeUnit),o=e.valueOf()>this.valueOf(),c=o?this:e,l=o?e:this,d=sa(c,l,i,r);return o?d.negate():d}diffNow(e="milliseconds",n={}){return this.diff(b.now(),e,n)}until(e){return this.isValid?N.fromDateTimes(this,e):this}hasSame(e,n){if(!this.isValid)return!1;const s=e.valueOf(),r=this.setZone(e.zone,{keepLocalTime:!0});return r.startOf(n)<=s&&s<=r.endOf(n)}equals(e){return this.isValid&&e.isValid&&this.valueOf()===e.valueOf()&&this.zone.equals(e.zone)&&this.loc.equals(e.loc)}toRelative(e={}){if(!this.isValid)return null;const n=e.base||b.fromObject({},{zone:this.zone}),s=e.padding?this<n?-e.padding:e.padding:0;let r=["years","months","days","hours","minutes","seconds"],i=e.unit;return Array.isArray(e.unit)&&(r=e.unit,i=void 0),Ar(n,this.plus(s),{...e,numeric:"always",units:r,unit:i})}toRelativeCalendar(e={}){return this.isValid?Ar(e.base||b.fromObject({},{zone:this.zone}),this,{...e,numeric:"auto",units:["years","months","days"],calendary:!0}):null}static min(...e){if(!e.every(b.isDateTime))throw new q("min requires all arguments be DateTimes");return $n(e,n=>n.valueOf(),Math.min)}static max(...e){if(!e.every(b.isDateTime))throw new q("max requires all arguments be DateTimes");return $n(e,n=>n.valueOf(),Math.max)}static fromFormatExplain(e,n,s={}){const{locale:r=null,numberingSystem:i=null}=s,o=I.fromOpts({locale:r,numberingSystem:i,defaultToEN:!0});return yr(o,e,n)}static fromStringExplain(e,n,s={}){return b.fromFormatExplain(e,n,s)}static get DATE_SHORT(){return tt}static get DATE_MED(){return mn}static get DATE_MED_WITH_WEEKDAY(){return Ts}static get DATE_FULL(){return yn}static get DATE_HUGE(){return gn}static get TIME_SIMPLE(){return xn}static get TIME_WITH_SECONDS(){return vn}static get TIME_WITH_SHORT_OFFSET(){return bn}static get TIME_WITH_LONG_OFFSET(){return wn}static get TIME_24_SIMPLE(){return kn}static get TIME_24_WITH_SECONDS(){return Sn}static get TIME_24_WITH_SHORT_OFFSET(){return Dn}static get TIME_24_WITH_LONG_OFFSET(){return _n}static get DATETIME_SHORT(){return Mn}static get DATETIME_SHORT_WITH_SECONDS(){return En}static get DATETIME_MED(){return On}static get DATETIME_MED_WITH_SECONDS(){return jn}static get DATETIME_MED_WITH_WEEKDAY(){return Cs}static get DATETIME_FULL(){return Tn}static get DATETIME_FULL_WITH_SECONDS(){return Cn}static get DATETIME_HUGE(){return In}static get DATETIME_HUGE_WITH_SECONDS(){return Vn}}function Ge(t){if(b.isDateTime(t))return t;if(t&&t.valueOf&&we(t.valueOf()))return b.fromJSDate(t);if(t&&typeof t=="object")return b.fromObject(t);throw new q(`Unknown datetime argument: ${t}, of type ${typeof t}`)}const J=()=>`_${Math.random().toString(36).substr(2,9)}`,Rr=function({dateOne:e,dateTwo:n,format:s,locale:r}){let i="";return e&&(i=b.fromISO(e).toFormat(s,{locale:r})),n&&(i+=" - "+b.fromISO(n).toFormat(s,{locale:r})),i},ge=t=>typeof t!="string"?"":t.charAt(0).toUpperCase()+t.slice(1),_d="",_a={key:0,class:"cpBadge__icon"},Ma={class:"cpBadge__label"},Ea=["neutral","blue","green","red","orange","purple","teal","pink","yellow"],Oa={__name:"CpBadge",props:{color:{type:String,default:"",validator:t=>Ea.includes(t)||t===""},isSolid:{type:Boolean,default:!1},isPlain:{type:Boolean,default:!1},isClearable:{type:Boolean,default:!1},icon:{type:String,default:""}},emits:["on-clear"],setup(t,{emit:e}){const n=t,s=a.useSlots(),r=a.computed(()=>ge(n.color)),i=a.computed(()=>!!s.icon),o=a.computed(()=>{const l=n.icon!==""||i.value;return{"cpBadge--isSolid":n.isSolid,"cpBadge--isPlain":n.isPlain,"cpBadge--hasIcon":l,"cpBadge--isClearable":n.isClearable,[`cpBadge--is${r.value}`]:r.value}}),c=()=>{e("on-clear")};return(l,d)=>{const u=a.resolveComponent("cp-icon");return a.openBlock(),a.createElementBlock("div",{class:a.normalizeClass(["cpBadge",o.value])},[i.value?(a.openBlock(),a.createElementBlock("span",_a,[a.renderSlot(l.$slots,"icon")])):t.icon?(a.openBlock(),a.createBlock(u,{key:1,type:t.icon,class:"cpBadge__icon"},null,8,["type"])):a.createCommentVNode("",!0),a.createElementVNode("span",Ma,[a.renderSlot(l.$slots,"default")]),t.isClearable?(a.openBlock(),a.createElementBlock("button",{key:2,class:"cpBadge__clear",type:"button",onClick:c},[a.createVNode(u,{class:"cpBadge__icon cpBadge__icon--isClear",type:"x"})])):a.createCommentVNode("",!0)],2)}}},Md="",R=(t,e)=>{const n=t.__vccOpts||t;for(const[s,r]of e)n[s]=r;return n},$t=["h1","h2","h3","h4","h5","h6"],Lr=[100,200,300,400,500,600,700,800,900],ja={props:{headingLevel:{type:String,default:$t[0],validator:t=>$t.includes(t),required:!1},size:{type:Number,default:Lr[4],validator:t=>Lr.includes(t),required:!1}},data(){return{headingLevels:$t}}};function Ta(t,e,n,s,r,i){return a.openBlock(),a.createBlock(a.resolveDynamicComponent(t.$props.headingLevel),a.mergeProps(t.$attrs,{class:[`cpHeading--${n.size}`,"cpHeading"]}),{default:a.withCtx(()=>[a.renderSlot(t.$slots,"default")]),_:3},16,["class"])}const zr=R(ja,[["render",Ta]]),Wt={BLUE:"blue",PURPLE:"purple",GREEN:"green",ORANGE:"orange",RED:"red"},Ie={BLUE:Wt.BLUE,PURPLE:Wt.PURPLE},Ca={props:{color:{type:String,default:"#ff6700"}}},Ia={id:"loader-1",version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",width:"40px",height:"40px",viewBox:"0 0 40 40","enable-background":"new 0 0 40 40","xml:space":"preserve"},Va=["fill"],Na=["fill"],Ba=[a.createElementVNode("animateTransform",{attributeType:"xml",attributeName:"transform",type:"rotate",from:"0 20 20",to:"360 20 20",dur:"0.5s",repeatCount:"indefinite"},null,-1)];function Aa(t,e,n,s,r,i){return a.openBlock(),a.createElementBlock("svg",Ia,[a.createElementVNode("path",{opacity:"0.2",fill:n.color,d:"M20.201,5.169c-8.254,0-14.946,6.692-14.946,14.946c0,8.255,6.692,14.946,14.946,14.946 s14.946-6.691,14.946-14.946C35.146,11.861,28.455,5.169,20.201,5.169z M20.201,31.749c-6.425,0-11.634-5.208-11.634-11.634 c0-6.425,5.209-11.634,11.634-11.634c6.425,0,11.633,5.209,11.633,11.634C31.834,26.541,26.626,31.749,20.201,31.749z"},null,8,Va),a.createElementVNode("path",{fill:n.color,d:"M26.013,10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0 C22.32,8.481,24.301,9.057,26.013,10.047z"},Ba,8,Na)])}const Pr=R(Ca,[["render",Aa]]),Od="",Hr={default:"default",primary:"primary",minimal:"minimal"},$r={button:"button",a:"a"},Wr={button:"button",submit:"submit",reset:"reset"},Fa={components:{CpLoader:Pr},props:{appearance:{type:String,default:Hr.default,validator:t=>({}).propertyIsEnumerable.call(Hr,t)},color:{type:String,default:"",validator:t=>Object.values(Wt).includes(t)||t===""},disabled:{type:Boolean,default:!1},tag:{type:String,default:$r.button,validator:t=>({}).propertyIsEnumerable.call($r,t)},type:{type:String,default:Wr.button,validator:t=>({}).propertyIsEnumerable.call(Wr,t)},isLoading:{type:Boolean,default:!1},isSquare:{type:Boolean,default:!1},isLarge:{type:Boolean,default:!1}},emits:["click"],computed:{capitalizedAppearance(){return ge(this.appearance)},capitalizedColor(){return ge(this.color)},dynamicClasses(){return[`cpButton--is${this.capitalizedAppearance}`,this.capitalizedColor&&`cpButton--is${this.capitalizedColor}`,{"cpButton--isDisabled":this.isButtonDisabled,"cpButton--isIcon":!this.hasLabel,"cpButton--isLoading":this.isLoading,"cpButton--isSquare":this.isSquare,"cpButton--isLarge":this.isLarge}]},hasLabel(){return!!this.$slots.default},hasIconBefore(){return!!this.$slots["icon-before"]},hasIconAfter(){return!!this.$slots["icon-after"]},isButtonDisabled(){return this.disabled||this.isLoading?!0:null}},methods:{handleClick(t){this.isButtonDisabled||this.$emit("click",t)}}},Ra={class:"cpButton__body"},La={key:0,class:"cpButton__loader"},za={key:1,class:"cpButton__icon cpButton__icon--isBefore"},Pa={key:2},Ha={key:3,class:"cpButton__icon cpButton__icon--isAfter"};function $a(t,e,n,s,r,i){const o=a.resolveComponent("cp-loader");return a.openBlock(),a.createBlock(a.resolveDynamicComponent(n.tag),{type:n.type,"aria-disabled":i.isButtonDisabled,disabled:i.isButtonDisabled,class:a.normalizeClass([i.dynamicClasses,"cpButton"]),role:"button",tabindex:"0",onClick:i.handleClick},{default:a.withCtx(()=>[a.createElementVNode("span",Ra,[n.isLoading?(a.openBlock(),a.createElementBlock("span",La,[a.createVNode(o,{color:"#B2B2BD"})])):a.createCommentVNode("",!0),i.hasIconBefore?(a.openBlock(),a.createElementBlock("span",za,[a.renderSlot(t.$slots,"icon-before")])):a.createCommentVNode("",!0),i.hasLabel?(a.openBlock(),a.createElementBlock("span",Pa,[a.renderSlot(t.$slots,"default")])):a.createCommentVNode("",!0),i.hasIconAfter?(a.openBlock(),a.createElementBlock("span",Ha,[a.renderSlot(t.$slots,"icon-after")])):a.createCommentVNode("",!0)])]),_:3},8,["type","aria-disabled","disabled","class","onClick"])}const Ur=R(Fa,[["render",$a]]),jd="",Wa=120,Ua={props:{modelValue:{type:[String,Date],default:""},minDate:{type:[String,Date],default:b.now().minus({year:Wa}).toISO()},maxDate:{type:[String,Date],default:b.now().toISO()},label:{type:String,default:""},required:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},isInvalid:{type:Boolean,default:!1},errorMessage:{type:String,default:""},autocompleteBirthday:{type:Boolean,default:!1},locale:{type:String,default:()=>navigator.language},inputsOptions:{type:Object,default:()=>{}}},emits:["update:modelValue","on-validation"],data(){return{day:this.initDateToken("day"),month:this.initDateToken("month"),year:this.initDateToken("year")}},computed:{formattedLabel(){const t=this.required&&this.label?"*":"";return`${ge(this.label)} ${t}`},cpDateId(){return J()},minYear(){return this.isoMinDate.year},maxYear(){return this.isoMaxDate.year},monthMaxDay(){return b.fromObject({year:this.year&&this.year.length<=4?Number(this.year):b.now().year,month:this.month?Number(this.month):b.now().month,day:1}).daysInMonth},months(){return ie.months("long",{locale:this.locale}).map((e,n)=>({label:ge(e),value:n+1}))},isoDate(){return b.fromObject({year:Number(this.year),month:Number(this.month),day:Number(this.day)}).toISODate()},isoMinDate(){return b.fromISO(this.minDate)},isoMaxDate(){return b.fromISO(this.maxDate)},isDateAfterMinDate(){return this.isoDate>=this.isoMinDate.toISODate()},isDateBeforeMaxDate(){return this.isoDate<=this.isoMaxDate.toISODate()},areInputsEmpty(){return this.day===""&&this.month===""&&this.year===""},isDateValid(){return this.areInputsEmpty&&!this.errorMessage?!0:!this.isInvalid&&this.isDayValid&&this.isMonthValid&&this.isYearValid&&this.isDateBeforeMaxDate&&this.isDateAfterMinDate},isDayValid(){return this.day>=1&&this.day<=this.monthMaxDay},isMonthValid(){return!!this.month},isYearValid(){return this.year>=this.minYear&&this.year<=this.maxYear},areAllFieldsEmpty(){return!this.day&&!this.month&&!this.year},advancedErrorMessage(){return this.isDateValid?"":this.errorMessage?this.errorMessage:this.isMonthValid?this.isDayValid?this.isYearValid?this.isDateBeforeMaxDate?this.isDateAfterMinDate?"":`The date can't be before ${this.isoMinDate.toFormat("DDD")}.`:`The date can't be after ${this.isoMaxDate.toFormat("DDD")}.`:`Year must be in the range ${this.minYear} – ${this.maxYear}.`:`Day must be in the range 1 – ${this.monthMaxDay}.`:"Month is required."},dynamicClasses(){return{"cpDate--isInvalid":!this.isDateValid,"cpDate--isDisabled":this.disabled}},selectDynamicClass(){return{"cpDate__month--isEmpty":!this.month}},autocompleteFields(){return this.autocompleteBirthday?{day:"bday-day",month:"bday-month",year:"bday-year"}:"off"},dayInputPlaceholder(){var t;return((t=this.inputsOptions)==null?void 0:t.dayInputPlaceholder)||"DD"},monthInputPlaceholder(){var t;return((t=this.inputsOptions)==null?void 0:t.monthInputPlaceholder)||"Months"},yearInputPlaceholder(){var t;return((t=this.inputsOptions)==null?void 0:t.yearInputPlaceholder)||"YYYY"}},watch:{day(){this.handleUpdate()},month(){this.handleUpdate()},year(){this.handleUpdate()}},methods:{initDateToken(t){return b.fromISO(this.modelValue).invalid?"":b.fromISO(this.modelValue)[t]},handleUpdate(){this.$emit("update:modelValue",this.isoDate),this.$emit("on-validation",this.isDateValid)}}},Za=["for"],qa={class:"cpDate__inputs"},Ya=["placeholder","required","disabled","autocomplete"],Ga=a.createElementVNode("div",{class:"cpDate__divider"},null,-1),Ja=["id","required","disabled","autocomplete"],Ka={value:""},Qa=["value"],Xa=a.createElementVNode("div",{class:"cpDate__divider"},null,-1),eo=["placeholder","disabled","required","autocomplete"],to={key:0,class:"cpDate__errorMessage"};function no(t,e,n,s,r,i){const o=a.resolveComponent("cp-icon"),c=a.resolveComponent("transition-expand"),l=a.resolveDirective("maska");return a.openBlock(),a.createElementBlock("div",{class:a.normalizeClass(["cpDate",i.dynamicClasses])},[n.label?(a.openBlock(),a.createElementBlock("label",{key:0,class:"cpDate__label",for:i.cpDateId},[a.createTextVNode(a.toDisplayString(i.formattedLabel)+" ",1),i.isDateValid?a.createCommentVNode("",!0):(a.openBlock(),a.createBlock(o,{key:0,type:"alert-circle"}))],8,Za)):a.createCommentVNode("",!0),a.createElementVNode("div",qa,[a.withDirectives(a.createElementVNode("input",{"onUpdate:modelValue":e[0]||(e[0]=d=>r.day=d),"data-maska":"##",placeholder:i.dayInputPlaceholder,class:"cpDate__day",inputmode:"numeric",maxlength:"2",required:n.required,disabled:n.disabled,autocomplete:i.autocompleteFields.day},null,8,Ya),[[a.vModelText,r.day],[l]]),Ga,a.createElementVNode("div",{class:a.normalizeClass(["cpDate__month",i.selectDynamicClass])},[a.withDirectives(a.createElementVNode("select",{id:i.cpDateId,"onUpdate:modelValue":e[1]||(e[1]=d=>r.month=d),required:n.required,disabled:n.disabled,autocomplete:i.autocompleteFields.month},[a.createElementVNode("option",Ka,a.toDisplayString(i.monthInputPlaceholder),1),(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(i.months,(d,u)=>(a.openBlock(),a.createElementBlock("option",{key:u,value:d.value},a.toDisplayString(d.label),9,Qa))),128))],8,Ja),[[a.vModelSelect,r.month]])],2),Xa,a.withDirectives(a.createElementVNode("input",{"onUpdate:modelValue":e[2]||(e[2]=d=>r.year=d),"data-maska":"####",placeholder:i.yearInputPlaceholder,class:"cpDate__year",inputmode:"numeric",maxlength:"4",disabled:n.disabled,required:n.required,autocomplete:i.autocompleteFields.year},null,8,eo),[[a.vModelText,r.year],[l]])]),a.createVNode(c,null,{default:a.withCtx(()=>[i.advancedErrorMessage?(a.openBlock(),a.createElementBlock("div",to,a.toDisplayString(i.advancedErrorMessage),1)):a.createCommentVNode("",!0)]),_:1})],2)}const ro=R(Ua,[["render",no]]),so={componentUpdated:Zr,inserted:Zr};function Zr(t){const e=document.createElement("select");e.className=t.className;const n=document.createElement("option");n.textContent=t.value,e.appendChild(n),t.parentNode.appendChild(e),t.style.width=e.offsetWidth+"px",e.parentNode.removeChild(e)}var io=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function ao(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var qr={exports:{}};(function(t,e){(function(s,r){t.exports=r()})(typeof self<"u"?self:io,function(){return function(n){var s={};function r(i){if(s[i])return s[i].exports;var o=s[i]={i,l:!1,exports:{}};return n[i].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=n,r.c=s,r.d=function(i,o,c){r.o(i,o)||Object.defineProperty(i,o,{configurable:!1,enumerable:!0,get:c})},r.r=function(i){Object.defineProperty(i,"__esModule",{value:!0})},r.n=function(i){var o=i&&i.__esModule?function(){return i.default}:function(){return i};return r.d(o,"a",o),o},r.o=function(i,o){return Object.prototype.hasOwnProperty.call(i,o)},r.p="",r(r.s=0)}({"./dist/icons.json":function(n){n.exports={activity:'<polyline points="22 12 18 12 15 21 9 3 6 12 2 12"></polyline>',airplay:'<path d="M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1"></path><polygon points="12 15 17 21 7 21 12 15"></polygon>',"alert-circle":'<circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line>',"alert-octagon":'<polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"></polygon><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line>',"alert-triangle":'<path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"></path><line x1="12" y1="9" x2="12" y2="13"></line><line x1="12" y1="17" x2="12.01" y2="17"></line>',"align-center":'<line x1="18" y1="10" x2="6" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="18" y1="18" x2="6" y2="18"></line>',"align-justify":'<line x1="21" y1="10" x2="3" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="21" y1="18" x2="3" y2="18"></line>',"align-left":'<line x1="17" y1="10" x2="3" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="17" y1="18" x2="3" y2="18"></line>',"align-right":'<line x1="21" y1="10" x2="7" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="21" y1="18" x2="7" y2="18"></line>',anchor:'<circle cx="12" cy="5" r="3"></circle><line x1="12" y1="22" x2="12" y2="8"></line><path d="M5 12H2a10 10 0 0 0 20 0h-3"></path>',aperture:'<circle cx="12" cy="12" r="10"></circle><line x1="14.31" y1="8" x2="20.05" y2="17.94"></line><line x1="9.69" y1="8" x2="21.17" y2="8"></line><line x1="7.38" y1="12" x2="13.12" y2="2.06"></line><line x1="9.69" y1="16" x2="3.95" y2="6.06"></line><line x1="14.31" y1="16" x2="2.83" y2="16"></line><line x1="16.62" y1="12" x2="10.88" y2="21.94"></line>',archive:'<polyline points="21 8 21 21 3 21 3 8"></polyline><rect x="1" y="3" width="22" height="5"></rect><line x1="10" y1="12" x2="14" y2="12"></line>',"arrow-down-circle":'<circle cx="12" cy="12" r="10"></circle><polyline points="8 12 12 16 16 12"></polyline><line x1="12" y1="8" x2="12" y2="16"></line>',"arrow-down-left":'<line x1="17" y1="7" x2="7" y2="17"></line><polyline points="17 17 7 17 7 7"></polyline>',"arrow-down-right":'<line x1="7" y1="7" x2="17" y2="17"></line><polyline points="17 7 17 17 7 17"></polyline>',"arrow-down":'<line x1="12" y1="5" x2="12" y2="19"></line><polyline points="19 12 12 19 5 12"></polyline>',"arrow-left-circle":'<circle cx="12" cy="12" r="10"></circle><polyline points="12 8 8 12 12 16"></polyline><line x1="16" y1="12" x2="8" y2="12"></line>',"arrow-left":'<line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline>',"arrow-right-circle":'<circle cx="12" cy="12" r="10"></circle><polyline points="12 16 16 12 12 8"></polyline><line x1="8" y1="12" x2="16" y2="12"></line>',"arrow-right":'<line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline>',"arrow-up-circle":'<circle cx="12" cy="12" r="10"></circle><polyline points="16 12 12 8 8 12"></polyline><line x1="12" y1="16" x2="12" y2="8"></line>',"arrow-up-left":'<line x1="17" y1="17" x2="7" y2="7"></line><polyline points="7 17 7 7 17 7"></polyline>',"arrow-up-right":'<line x1="7" y1="17" x2="17" y2="7"></line><polyline points="7 7 17 7 17 17"></polyline>',"arrow-up":'<line x1="12" y1="19" x2="12" y2="5"></line><polyline points="5 12 12 5 19 12"></polyline>',"at-sign":'<circle cx="12" cy="12" r="4"></circle><path d="M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"></path>',award:'<circle cx="12" cy="8" r="7"></circle><polyline points="8.21 13.89 7 23 12 20 17 23 15.79 13.88"></polyline>',"bar-chart-2":'<line x1="18" y1="20" x2="18" y2="10"></line><line x1="12" y1="20" x2="12" y2="4"></line><line x1="6" y1="20" x2="6" y2="14"></line>',"bar-chart":'<line x1="12" y1="20" x2="12" y2="10"></line><line x1="18" y1="20" x2="18" y2="4"></line><line x1="6" y1="20" x2="6" y2="16"></line>',"battery-charging":'<path d="M5 18H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.19M15 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.19"></path><line x1="23" y1="13" x2="23" y2="11"></line><polyline points="11 6 7 12 13 12 9 18"></polyline>',battery:'<rect x="1" y="6" width="18" height="12" rx="2" ry="2"></rect><line x1="23" y1="13" x2="23" y2="11"></line>',"bell-off":'<path d="M13.73 21a2 2 0 0 1-3.46 0"></path><path d="M18.63 13A17.89 17.89 0 0 1 18 8"></path><path d="M6.26 6.26A5.86 5.86 0 0 0 6 8c0 7-3 9-3 9h14"></path><path d="M18 8a6 6 0 0 0-9.33-5"></path><line x1="1" y1="1" x2="23" y2="23"></line>',bell:'<path d="M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"></path><path d="M13.73 21a2 2 0 0 1-3.46 0"></path>',bluetooth:'<polyline points="6.5 6.5 17.5 17.5 12 23 12 1 17.5 6.5 6.5 17.5"></polyline>',bold:'<path d="M6 4h8a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"></path><path d="M6 12h9a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"></path>',"book-open":'<path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path><path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>',book:'<path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"></path><path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"></path>',bookmark:'<path d="M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"></path>',box:'<path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path><polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline><line x1="12" y1="22.08" x2="12" y2="12"></line>',briefcase:'<rect x="2" y="7" width="20" height="14" rx="2" ry="2"></rect><path d="M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16"></path>',calendar:'<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line>',"camera-off":'<line x1="1" y1="1" x2="23" y2="23"></line><path d="M21 21H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3m3-3h6l2 3h4a2 2 0 0 1 2 2v9.34m-7.72-2.06a4 4 0 1 1-5.56-5.56"></path>',camera:'<path d="M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"></path><circle cx="12" cy="13" r="4"></circle>',cast:'<path d="M2 16.1A5 5 0 0 1 5.9 20M2 12.05A9 9 0 0 1 9.95 20M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6"></path><line x1="2" y1="20" x2="2.01" y2="20"></line>',"check-circle":'<path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline>',"check-square":'<polyline points="9 11 12 14 22 4"></polyline><path d="M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"></path>',check:'<polyline points="20 6 9 17 4 12"></polyline>',"chevron-down":'<polyline points="6 9 12 15 18 9"></polyline>',"chevron-left":'<polyline points="15 18 9 12 15 6"></polyline>',"chevron-right":'<polyline points="9 18 15 12 9 6"></polyline>',"chevron-up":'<polyline points="18 15 12 9 6 15"></polyline>',"chevrons-down":'<polyline points="7 13 12 18 17 13"></polyline><polyline points="7 6 12 11 17 6"></polyline>',"chevrons-left":'<polyline points="11 17 6 12 11 7"></polyline><polyline points="18 17 13 12 18 7"></polyline>',"chevrons-right":'<polyline points="13 17 18 12 13 7"></polyline><polyline points="6 17 11 12 6 7"></polyline>',"chevrons-up":'<polyline points="17 11 12 6 7 11"></polyline><polyline points="17 18 12 13 7 18"></polyline>',chrome:'<circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="4"></circle><line x1="21.17" y1="8" x2="12" y2="8"></line><line x1="3.95" y1="6.06" x2="8.54" y2="14"></line><line x1="10.88" y1="21.94" x2="15.46" y2="14"></line>',circle:'<circle cx="12" cy="12" r="10"></circle>',clipboard:'<path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"></path><rect x="8" y="2" width="8" height="4" rx="1" ry="1"></rect>',clock:'<circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline>',"cloud-drizzle":'<line x1="8" y1="19" x2="8" y2="21"></line><line x1="8" y1="13" x2="8" y2="15"></line><line x1="16" y1="19" x2="16" y2="21"></line><line x1="16" y1="13" x2="16" y2="15"></line><line x1="12" y1="21" x2="12" y2="23"></line><line x1="12" y1="15" x2="12" y2="17"></line><path d="M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"></path>',"cloud-lightning":'<path d="M19 16.9A5 5 0 0 0 18 7h-1.26a8 8 0 1 0-11.62 9"></path><polyline points="13 11 9 17 15 17 11 23"></polyline>',"cloud-off":'<path d="M22.61 16.95A5 5 0 0 0 18 10h-1.26a8 8 0 0 0-7.05-6M5 5a8 8 0 0 0 4 15h9a5 5 0 0 0 1.7-.3"></path><line x1="1" y1="1" x2="23" y2="23"></line>',"cloud-rain":'<line x1="16" y1="13" x2="16" y2="21"></line><line x1="8" y1="13" x2="8" y2="21"></line><line x1="12" y1="15" x2="12" y2="23"></line><path d="M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"></path>',"cloud-snow":'<path d="M20 17.58A5 5 0 0 0 18 8h-1.26A8 8 0 1 0 4 16.25"></path><line x1="8" y1="16" x2="8.01" y2="16"></line><line x1="8" y1="20" x2="8.01" y2="20"></line><line x1="12" y1="18" x2="12.01" y2="18"></line><line x1="12" y1="22" x2="12.01" y2="22"></line><line x1="16" y1="16" x2="16.01" y2="16"></line><line x1="16" y1="20" x2="16.01" y2="20"></line>',cloud:'<path d="M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z"></path>',code:'<polyline points="16 18 22 12 16 6"></polyline><polyline points="8 6 2 12 8 18"></polyline>',codepen:'<polygon points="12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2"></polygon><line x1="12" y1="22" x2="12" y2="15.5"></line><polyline points="22 8.5 12 15.5 2 8.5"></polyline><polyline points="2 15.5 12 8.5 22 15.5"></polyline><line x1="12" y1="2" x2="12" y2="8.5"></line>',codesandbox:'<path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path><polyline points="7.5 4.21 12 6.81 16.5 4.21"></polyline><polyline points="7.5 19.79 7.5 14.6 3 12"></polyline><polyline points="21 12 16.5 14.6 16.5 19.79"></polyline><polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline><line x1="12" y1="22.08" x2="12" y2="12"></line>',coffee:'<path d="M18 8h1a4 4 0 0 1 0 8h-1"></path><path d="M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z"></path><line x1="6" y1="1" x2="6" y2="4"></line><line x1="10" y1="1" x2="10" y2="4"></line><line x1="14" y1="1" x2="14" y2="4"></line>',columns:'<path d="M12 3h7a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-7m0-18H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7m0-18v18"></path>',command:'<path d="M18 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3H6a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3V6a3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 3 3 0 0 0-3-3z"></path>',compass:'<circle cx="12" cy="12" r="10"></circle><polygon points="16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76"></polygon>',copy:'<rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path>',"corner-down-left":'<polyline points="9 10 4 15 9 20"></polyline><path d="M20 4v7a4 4 0 0 1-4 4H4"></path>',"corner-down-right":'<polyline points="15 10 20 15 15 20"></polyline><path d="M4 4v7a4 4 0 0 0 4 4h12"></path>',"corner-left-down":'<polyline points="14 15 9 20 4 15"></polyline><path d="M20 4h-7a4 4 0 0 0-4 4v12"></path>',"corner-left-up":'<polyline points="14 9 9 4 4 9"></polyline><path d="M20 20h-7a4 4 0 0 1-4-4V4"></path>',"corner-right-down":'<polyline points="10 15 15 20 20 15"></polyline><path d="M4 4h7a4 4 0 0 1 4 4v12"></path>',"corner-right-up":'<polyline points="10 9 15 4 20 9"></polyline><path d="M4 20h7a4 4 0 0 0 4-4V4"></path>',"corner-up-left":'<polyline points="9 14 4 9 9 4"></polyline><path d="M20 20v-7a4 4 0 0 0-4-4H4"></path>',"corner-up-right":'<polyline points="15 14 20 9 15 4"></polyline><path d="M4 20v-7a4 4 0 0 1 4-4h12"></path>',cpu:'<rect x="4" y="4" width="16" height="16" rx="2" ry="2"></rect><rect x="9" y="9" width="6" height="6"></rect><line x1="9" y1="1" x2="9" y2="4"></line><line x1="15" y1="1" x2="15" y2="4"></line><line x1="9" y1="20" x2="9" y2="23"></line><line x1="15" y1="20" x2="15" y2="23"></line><line x1="20" y1="9" x2="23" y2="9"></line><line x1="20" y1="14" x2="23" y2="14"></line><line x1="1" y1="9" x2="4" y2="9"></line><line x1="1" y1="14" x2="4" y2="14"></line>',"credit-card":'<rect x="1" y="4" width="22" height="16" rx="2" ry="2"></rect><line x1="1" y1="10" x2="23" y2="10"></line>',crop:'<path d="M6.13 1L6 16a2 2 0 0 0 2 2h15"></path><path d="M1 6.13L16 6a2 2 0 0 1 2 2v15"></path>',crosshair:'<circle cx="12" cy="12" r="10"></circle><line x1="22" y1="12" x2="18" y2="12"></line><line x1="6" y1="12" x2="2" y2="12"></line><line x1="12" y1="6" x2="12" y2="2"></line><line x1="12" y1="22" x2="12" y2="18"></line>',database:'<ellipse cx="12" cy="5" rx="9" ry="3"></ellipse><path d="M21 12c0 1.66-4 3-9 3s-9-1.34-9-3"></path><path d="M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5"></path>',delete:'<path d="M21 4H8l-7 8 7 8h13a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z"></path><line x1="18" y1="9" x2="12" y2="15"></line><line x1="12" y1="9" x2="18" y2="15"></line>',disc:'<circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="3"></circle>',"divide-circle":'<line x1="8" y1="12" x2="16" y2="12"></line><line x1="12" y1="16" x2="12" y2="16"></line><line x1="12" y1="8" x2="12" y2="8"></line><circle cx="12" cy="12" r="10"></circle>',"divide-square":'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="8" y1="12" x2="16" y2="12"></line><line x1="12" y1="16" x2="12" y2="16"></line><line x1="12" y1="8" x2="12" y2="8"></line>',divide:'<circle cx="12" cy="6" r="2"></circle><line x1="5" y1="12" x2="19" y2="12"></line><circle cx="12" cy="18" r="2"></circle>',"dollar-sign":'<line x1="12" y1="1" x2="12" y2="23"></line><path d="M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"></path>',"download-cloud":'<polyline points="8 17 12 21 16 17"></polyline><line x1="12" y1="12" x2="12" y2="21"></line><path d="M20.88 18.09A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.29"></path>',download:'<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" y1="15" x2="12" y2="3"></line>',dribbble:'<circle cx="12" cy="12" r="10"></circle><path d="M8.56 2.75c4.37 6.03 6.02 9.42 8.03 17.72m2.54-15.38c-3.72 4.35-8.94 5.66-16.88 5.85m19.5 1.9c-3.5-.93-6.63-.82-8.94 0-2.58.92-5.01 2.86-7.44 6.32"></path>',droplet:'<path d="M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z"></path>',"edit-2":'<path d="M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z"></path>',"edit-3":'<path d="M12 20h9"></path><path d="M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z"></path>',edit:'<path d="M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"></path><path d="M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"></path>',"external-link":'<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" y1="14" x2="21" y2="3"></line>',"eye-off":'<path d="M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24"></path><line x1="1" y1="1" x2="23" y2="23"></line>',eye:'<path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path><circle cx="12" cy="12" r="3"></circle>',facebook:'<path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"></path>',"fast-forward":'<polygon points="13 19 22 12 13 5 13 19"></polygon><polygon points="2 19 11 12 2 5 2 19"></polygon>',feather:'<path d="M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z"></path><line x1="16" y1="8" x2="2" y2="22"></line><line x1="17.5" y1="15" x2="9" y2="15"></line>',figma:'<path d="M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z"></path><path d="M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z"></path><path d="M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z"></path><path d="M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z"></path><path d="M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z"></path>',"file-minus":'<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="9" y1="15" x2="15" y2="15"></line>',"file-plus":'<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="12" y1="18" x2="12" y2="12"></line><line x1="9" y1="15" x2="15" y2="15"></line>',"file-text":'<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="16" y1="13" x2="8" y2="13"></line><line x1="16" y1="17" x2="8" y2="17"></line><polyline points="10 9 9 9 8 9"></polyline>',file:'<path d="M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"></path><polyline points="13 2 13 9 20 9"></polyline>',film:'<rect x="2" y="2" width="20" height="20" rx="2.18" ry="2.18"></rect><line x1="7" y1="2" x2="7" y2="22"></line><line x1="17" y1="2" x2="17" y2="22"></line><line x1="2" y1="12" x2="22" y2="12"></line><line x1="2" y1="7" x2="7" y2="7"></line><line x1="2" y1="17" x2="7" y2="17"></line><line x1="17" y1="17" x2="22" y2="17"></line><line x1="17" y1="7" x2="22" y2="7"></line>',filter:'<polygon points="22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"></polygon>',flag:'<path d="M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z"></path><line x1="4" y1="22" x2="4" y2="15"></line>',"folder-minus":'<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path><line x1="9" y1="14" x2="15" y2="14"></line>',"folder-plus":'<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path><line x1="12" y1="11" x2="12" y2="17"></line><line x1="9" y1="14" x2="15" y2="14"></line>',folder:'<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path>',framer:'<path d="M5 16V9h14V2H5l14 14h-7m-7 0l7 7v-7m-7 0h7"></path>',frown:'<circle cx="12" cy="12" r="10"></circle><path d="M16 16s-1.5-2-4-2-4 2-4 2"></path><line x1="9" y1="9" x2="9.01" y2="9"></line><line x1="15" y1="9" x2="15.01" y2="9"></line>',gift:'<polyline points="20 12 20 22 4 22 4 12"></polyline><rect x="2" y="7" width="20" height="5"></rect><line x1="12" y1="22" x2="12" y2="7"></line><path d="M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z"></path><path d="M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z"></path>',"git-branch":'<line x1="6" y1="3" x2="6" y2="15"></line><circle cx="18" cy="6" r="3"></circle><circle cx="6" cy="18" r="3"></circle><path d="M18 9a9 9 0 0 1-9 9"></path>',"git-commit":'<circle cx="12" cy="12" r="4"></circle><line x1="1.05" y1="12" x2="7" y2="12"></line><line x1="17.01" y1="12" x2="22.96" y2="12"></line>',"git-merge":'<circle cx="18" cy="18" r="3"></circle><circle cx="6" cy="6" r="3"></circle><path d="M6 21V9a9 9 0 0 0 9 9"></path>',"git-pull-request":'<circle cx="18" cy="18" r="3"></circle><circle cx="6" cy="6" r="3"></circle><path d="M13 6h3a2 2 0 0 1 2 2v7"></path><line x1="6" y1="9" x2="6" y2="21"></line>',github:'<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>',gitlab:'<path d="M22.65 14.39L12 22.13 1.35 14.39a.84.84 0 0 1-.3-.94l1.22-3.78 2.44-7.51A.42.42 0 0 1 4.82 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.49h8.1l2.44-7.51A.42.42 0 0 1 18.6 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.51L23 13.45a.84.84 0 0 1-.35.94z"></path>',globe:'<circle cx="12" cy="12" r="10"></circle><line x1="2" y1="12" x2="22" y2="12"></line><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"></path>',grid:'<rect x="3" y="3" width="7" height="7"></rect><rect x="14" y="3" width="7" height="7"></rect><rect x="14" y="14" width="7" height="7"></rect><rect x="3" y="14" width="7" height="7"></rect>',"hard-drive":'<line x1="22" y1="12" x2="2" y2="12"></line><path d="M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"></path><line x1="6" y1="16" x2="6.01" y2="16"></line><line x1="10" y1="16" x2="10.01" y2="16"></line>',hash:'<line x1="4" y1="9" x2="20" y2="9"></line><line x1="4" y1="15" x2="20" y2="15"></line><line x1="10" y1="3" x2="8" y2="21"></line><line x1="16" y1="3" x2="14" y2="21"></line>',headphones:'<path d="M3 18v-6a9 9 0 0 1 18 0v6"></path><path d="M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z"></path>',heart:'<path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path>',"help-circle":'<circle cx="12" cy="12" r="10"></circle><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path><line x1="12" y1="17" x2="12.01" y2="17"></line>',hexagon:'<path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path>',home:'<path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path><polyline points="9 22 9 12 15 12 15 22"></polyline>',image:'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><circle cx="8.5" cy="8.5" r="1.5"></circle><polyline points="21 15 16 10 5 21"></polyline>',inbox:'<polyline points="22 12 16 12 14 15 10 15 8 12 2 12"></polyline><path d="M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"></path>',info:'<circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line>',instagram:'<rect x="2" y="2" width="20" height="20" rx="5" ry="5"></rect><path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path><line x1="17.5" y1="6.5" x2="17.51" y2="6.5"></line>',italic:'<line x1="19" y1="4" x2="10" y2="4"></line><line x1="14" y1="20" x2="5" y2="20"></line><line x1="15" y1="4" x2="9" y2="20"></line>',key:'<path d="M21 2l-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0l3 3L22 7l-3-3m-3.5 3.5L19 4"></path>',layers:'<polygon points="12 2 2 7 12 12 22 7 12 2"></polygon><polyline points="2 17 12 22 22 17"></polyline><polyline points="2 12 12 17 22 12"></polyline>',layout:'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="3" y1="9" x2="21" y2="9"></line><line x1="9" y1="21" x2="9" y2="9"></line>',"life-buoy":'<circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="4"></circle><line x1="4.93" y1="4.93" x2="9.17" y2="9.17"></line><line x1="14.83" y1="14.83" x2="19.07" y2="19.07"></line><line x1="14.83" y1="9.17" x2="19.07" y2="4.93"></line><line x1="14.83" y1="9.17" x2="18.36" y2="5.64"></line><line x1="4.93" y1="19.07" x2="9.17" y2="14.83"></line>',"link-2":'<path d="M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3"></path><line x1="8" y1="12" x2="16" y2="12"></line>',link:'<path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path>',linkedin:'<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path><rect x="2" y="9" width="4" height="12"></rect><circle cx="4" cy="4" r="2"></circle>',list:'<line x1="8" y1="6" x2="21" y2="6"></line><line x1="8" y1="12" x2="21" y2="12"></line><line x1="8" y1="18" x2="21" y2="18"></line><line x1="3" y1="6" x2="3.01" y2="6"></line><line x1="3" y1="12" x2="3.01" y2="12"></line><line x1="3" y1="18" x2="3.01" y2="18"></line>',loader:'<line x1="12" y1="2" x2="12" y2="6"></line><line x1="12" y1="18" x2="12" y2="22"></line><line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line><line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line><line x1="2" y1="12" x2="6" y2="12"></line><line x1="18" y1="12" x2="22" y2="12"></line><line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line><line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>',lock:'<rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 10 0v4"></path>',"log-in":'<path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"></path><polyline points="10 17 15 12 10 7"></polyline><line x1="15" y1="12" x2="3" y2="12"></line>',"log-out":'<path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"></path><polyline points="16 17 21 12 16 7"></polyline><line x1="21" y1="12" x2="9" y2="12"></line>',mail:'<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path><polyline points="22,6 12,13 2,6"></polyline>',"map-pin":'<path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle>',map:'<polygon points="1 6 1 22 8 18 16 22 23 18 23 2 16 6 8 2 1 6"></polygon><line x1="8" y1="2" x2="8" y2="18"></line><line x1="16" y1="6" x2="16" y2="22"></line>',"maximize-2":'<polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" y1="3" x2="14" y2="10"></line><line x1="3" y1="21" x2="10" y2="14"></line>',maximize:'<path d="M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3"></path>',meh:'<circle cx="12" cy="12" r="10"></circle><line x1="8" y1="15" x2="16" y2="15"></line><line x1="9" y1="9" x2="9.01" y2="9"></line><line x1="15" y1="9" x2="15.01" y2="9"></line>',menu:'<line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line>',"message-circle":'<path d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"></path>',"message-square":'<path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path>',"mic-off":'<line x1="1" y1="1" x2="23" y2="23"></line><path d="M9 9v3a3 3 0 0 0 5.12 2.12M15 9.34V4a3 3 0 0 0-5.94-.6"></path><path d="M17 16.95A7 7 0 0 1 5 12v-2m14 0v2a7 7 0 0 1-.11 1.23"></path><line x1="12" y1="19" x2="12" y2="23"></line><line x1="8" y1="23" x2="16" y2="23"></line>',mic:'<path d="M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z"></path><path d="M19 10v2a7 7 0 0 1-14 0v-2"></path><line x1="12" y1="19" x2="12" y2="23"></line><line x1="8" y1="23" x2="16" y2="23"></line>',"minimize-2":'<polyline points="4 14 10 14 10 20"></polyline><polyline points="20 10 14 10 14 4"></polyline><line x1="14" y1="10" x2="21" y2="3"></line><line x1="3" y1="21" x2="10" y2="14"></line>',minimize:'<path d="M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3"></path>',"minus-circle":'<circle cx="12" cy="12" r="10"></circle><line x1="8" y1="12" x2="16" y2="12"></line>',"minus-square":'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="8" y1="12" x2="16" y2="12"></line>',minus:'<line x1="5" y1="12" x2="19" y2="12"></line>',monitor:'<rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect><line x1="8" y1="21" x2="16" y2="21"></line><line x1="12" y1="17" x2="12" y2="21"></line>',moon:'<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>',"more-horizontal":'<circle cx="12" cy="12" r="1"></circle><circle cx="19" cy="12" r="1"></circle><circle cx="5" cy="12" r="1"></circle>',"more-vertical":'<circle cx="12" cy="12" r="1"></circle><circle cx="12" cy="5" r="1"></circle><circle cx="12" cy="19" r="1"></circle>',"mouse-pointer":'<path d="M3 3l7.07 16.97 2.51-7.39 7.39-2.51L3 3z"></path><path d="M13 13l6 6"></path>',move:'<polyline points="5 9 2 12 5 15"></polyline><polyline points="9 5 12 2 15 5"></polyline><polyline points="15 19 12 22 9 19"></polyline><polyline points="19 9 22 12 19 15"></polyline><line x1="2" y1="12" x2="22" y2="12"></line><line x1="12" y1="2" x2="12" y2="22"></line>',music:'<path d="M9 18V5l12-2v13"></path><circle cx="6" cy="18" r="3"></circle><circle cx="18" cy="16" r="3"></circle>',"navigation-2":'<polygon points="12 2 19 21 12 17 5 21 12 2"></polygon>',navigation:'<polygon points="3 11 22 2 13 21 11 13 3 11"></polygon>',octagon:'<polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"></polygon>',package:'<line x1="16.5" y1="9.4" x2="7.5" y2="4.21"></line><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path><polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline><line x1="12" y1="22.08" x2="12" y2="12"></line>',paperclip:'<path d="M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48"></path>',"pause-circle":'<circle cx="12" cy="12" r="10"></circle><line x1="10" y1="15" x2="10" y2="9"></line><line x1="14" y1="15" x2="14" y2="9"></line>',pause:'<rect x="6" y="4" width="4" height="16"></rect><rect x="14" y="4" width="4" height="16"></rect>',"pen-tool":'<path d="M12 19l7-7 3 3-7 7-3-3z"></path><path d="M18 13l-1.5-7.5L2 2l3.5 14.5L13 18l5-5z"></path><path d="M2 2l7.586 7.586"></path><circle cx="11" cy="11" r="2"></circle>',percent:'<line x1="19" y1="5" x2="5" y2="19"></line><circle cx="6.5" cy="6.5" r="2.5"></circle><circle cx="17.5" cy="17.5" r="2.5"></circle>',"phone-call":'<path d="M15.05 5A5 5 0 0 1 19 8.95M15.05 1A9 9 0 0 1 23 8.94m-1 7.98v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>',"phone-forwarded":'<polyline points="19 1 23 5 19 9"></polyline><line x1="15" y1="5" x2="23" y2="5"></line><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>',"phone-incoming":'<polyline points="16 2 16 8 22 8"></polyline><line x1="23" y1="1" x2="16" y2="8"></line><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>',"phone-missed":'<line x1="23" y1="1" x2="17" y2="7"></line><line x1="17" y1="1" x2="23" y2="7"></line><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>',"phone-off":'<path d="M10.68 13.31a16 16 0 0 0 3.41 2.6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7 2 2 0 0 1 1.72 2v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.42 19.42 0 0 1-3.33-2.67m-2.67-3.34a19.79 19.79 0 0 1-3.07-8.63A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91"></path><line x1="23" y1="1" x2="1" y2="23"></line>',"phone-outgoing":'<polyline points="23 7 23 1 17 1"></polyline><line x1="16" y1="8" x2="23" y2="1"></line><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>',phone:'<path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>',"pie-chart":'<path d="M21.21 15.89A10 10 0 1 1 8 2.83"></path><path d="M22 12A10 10 0 0 0 12 2v10z"></path>',"play-circle":'<circle cx="12" cy="12" r="10"></circle><polygon points="10 8 16 12 10 16 10 8"></polygon>',play:'<polygon points="5 3 19 12 5 21 5 3"></polygon>',"plus-circle":'<circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="16"></line><line x1="8" y1="12" x2="16" y2="12"></line>',"plus-square":'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="12" y1="8" x2="12" y2="16"></line><line x1="8" y1="12" x2="16" y2="12"></line>',plus:'<line x1="12" y1="5" x2="12" y2="19"></line><line x1="5" y1="12" x2="19" y2="12"></line>',pocket:'<path d="M4 3h16a2 2 0 0 1 2 2v6a10 10 0 0 1-10 10A10 10 0 0 1 2 11V5a2 2 0 0 1 2-2z"></path><polyline points="8 10 12 14 16 10"></polyline>',power:'<path d="M18.36 6.64a9 9 0 1 1-12.73 0"></path><line x1="12" y1="2" x2="12" y2="12"></line>',printer:'<polyline points="6 9 6 2 18 2 18 9"></polyline><path d="M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"></path><rect x="6" y="14" width="12" height="8"></rect>',radio:'<circle cx="12" cy="12" r="2"></circle><path d="M16.24 7.76a6 6 0 0 1 0 8.49m-8.48-.01a6 6 0 0 1 0-8.49m11.31-2.82a10 10 0 0 1 0 14.14m-14.14 0a10 10 0 0 1 0-14.14"></path>',"refresh-ccw":'<polyline points="1 4 1 10 7 10"></polyline><polyline points="23 20 23 14 17 14"></polyline><path d="M20.49 9A9 9 0 0 0 5.64 5.64L1 10m22 4l-4.64 4.36A9 9 0 0 1 3.51 15"></path>',"refresh-cw":'<polyline points="23 4 23 10 17 10"></polyline><polyline points="1 20 1 14 7 14"></polyline><path d="M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15"></path>',repeat:'<polyline points="17 1 21 5 17 9"></polyline><path d="M3 11V9a4 4 0 0 1 4-4h14"></path><polyline points="7 23 3 19 7 15"></polyline><path d="M21 13v2a4 4 0 0 1-4 4H3"></path>',rewind:'<polygon points="11 19 2 12 11 5 11 19"></polygon><polygon points="22 19 13 12 22 5 22 19"></polygon>',"rotate-ccw":'<polyline points="1 4 1 10 7 10"></polyline><path d="M3.51 15a9 9 0 1 0 2.13-9.36L1 10"></path>',"rotate-cw":'<polyline points="23 4 23 10 17 10"></polyline><path d="M20.49 15a9 9 0 1 1-2.12-9.36L23 10"></path>',rss:'<path d="M4 11a9 9 0 0 1 9 9"></path><path d="M4 4a16 16 0 0 1 16 16"></path><circle cx="5" cy="19" r="1"></circle>',save:'<path d="M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z"></path><polyline points="17 21 17 13 7 13 7 21"></polyline><polyline points="7 3 7 8 15 8"></polyline>',scissors:'<circle cx="6" cy="6" r="3"></circle><circle cx="6" cy="18" r="3"></circle><line x1="20" y1="4" x2="8.12" y2="15.88"></line><line x1="14.47" y1="14.48" x2="20" y2="20"></line><line x1="8.12" y1="8.12" x2="12" y2="12"></line>',search:'<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line>',send:'<line x1="22" y1="2" x2="11" y2="13"></line><polygon points="22 2 15 22 11 13 2 9 22 2"></polygon>',server:'<rect x="2" y="2" width="20" height="8" rx="2" ry="2"></rect><rect x="2" y="14" width="20" height="8" rx="2" ry="2"></rect><line x1="6" y1="6" x2="6.01" y2="6"></line><line x1="6" y1="18" x2="6.01" y2="18"></line>',settings:'<circle cx="12" cy="12" r="3"></circle><path d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"></path>',"share-2":'<circle cx="18" cy="5" r="3"></circle><circle cx="6" cy="12" r="3"></circle><circle cx="18" cy="19" r="3"></circle><line x1="8.59" y1="13.51" x2="15.42" y2="17.49"></line><line x1="15.41" y1="6.51" x2="8.59" y2="10.49"></line>',share:'<path d="M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"></path><polyline points="16 6 12 2 8 6"></polyline><line x1="12" y1="2" x2="12" y2="15"></line>',"shield-off":'<path d="M19.69 14a6.9 6.9 0 0 0 .31-2V5l-8-3-3.16 1.18"></path><path d="M4.73 4.73L4 5v7c0 6 8 10 8 10a20.29 20.29 0 0 0 5.62-4.38"></path><line x1="1" y1="1" x2="23" y2="23"></line>',shield:'<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"></path>',"shopping-bag":'<path d="M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z"></path><line x1="3" y1="6" x2="21" y2="6"></line><path d="M16 10a4 4 0 0 1-8 0"></path>',"shopping-cart":'<circle cx="9" cy="21" r="1"></circle><circle cx="20" cy="21" r="1"></circle><path d="M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6"></path>',shuffle:'<polyline points="16 3 21 3 21 8"></polyline><line x1="4" y1="20" x2="21" y2="3"></line><polyline points="21 16 21 21 16 21"></polyline><line x1="15" y1="15" x2="21" y2="21"></line><line x1="4" y1="4" x2="9" y2="9"></line>',sidebar:'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="9" y1="3" x2="9" y2="21"></line>',"skip-back":'<polygon points="19 20 9 12 19 4 19 20"></polygon><line x1="5" y1="19" x2="5" y2="5"></line>',"skip-forward":'<polygon points="5 4 15 12 5 20 5 4"></polygon><line x1="19" y1="5" x2="19" y2="19"></line>',slack:'<path d="M14.5 10c-.83 0-1.5-.67-1.5-1.5v-5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5z"></path><path d="M20.5 10H19V8.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"></path><path d="M9.5 14c.83 0 1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5S8 21.33 8 20.5v-5c0-.83.67-1.5 1.5-1.5z"></path><path d="M3.5 14H5v1.5c0 .83-.67 1.5-1.5 1.5S2 16.33 2 15.5 2.67 14 3.5 14z"></path><path d="M14 14.5c0-.83.67-1.5 1.5-1.5h5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-5c-.83 0-1.5-.67-1.5-1.5z"></path><path d="M15.5 19H14v1.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"></path><path d="M10 9.5C10 8.67 9.33 8 8.5 8h-5C2.67 8 2 8.67 2 9.5S2.67 11 3.5 11h5c.83 0 1.5-.67 1.5-1.5z"></path><path d="M8.5 5H10V3.5C10 2.67 9.33 2 8.5 2S7 2.67 7 3.5 7.67 5 8.5 5z"></path>',slash:'<circle cx="12" cy="12" r="10"></circle><line x1="4.93" y1="4.93" x2="19.07" y2="19.07"></line>',sliders:'<line x1="4" y1="21" x2="4" y2="14"></line><line x1="4" y1="10" x2="4" y2="3"></line><line x1="12" y1="21" x2="12" y2="12"></line><line x1="12" y1="8" x2="12" y2="3"></line><line x1="20" y1="21" x2="20" y2="16"></line><line x1="20" y1="12" x2="20" y2="3"></line><line x1="1" y1="14" x2="7" y2="14"></line><line x1="9" y1="8" x2="15" y2="8"></line><line x1="17" y1="16" x2="23" y2="16"></line>',smartphone:'<rect x="5" y="2" width="14" height="20" rx="2" ry="2"></rect><line x1="12" y1="18" x2="12.01" y2="18"></line>',smile:'<circle cx="12" cy="12" r="10"></circle><path d="M8 14s1.5 2 4 2 4-2 4-2"></path><line x1="9" y1="9" x2="9.01" y2="9"></line><line x1="15" y1="9" x2="15.01" y2="9"></line>',speaker:'<rect x="4" y="2" width="16" height="20" rx="2" ry="2"></rect><circle cx="12" cy="14" r="4"></circle><line x1="12" y1="6" x2="12.01" y2="6"></line>',square:'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>',star:'<polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon>',"stop-circle":'<circle cx="12" cy="12" r="10"></circle><rect x="9" y="9" width="6" height="6"></rect>',sun:'<circle cx="12" cy="12" r="5"></circle><line x1="12" y1="1" x2="12" y2="3"></line><line x1="12" y1="21" x2="12" y2="23"></line><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line><line x1="1" y1="12" x2="3" y2="12"></line><line x1="21" y1="12" x2="23" y2="12"></line><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>',sunrise:'<path d="M17 18a5 5 0 0 0-10 0"></path><line x1="12" y1="2" x2="12" y2="9"></line><line x1="4.22" y1="10.22" x2="5.64" y2="11.64"></line><line x1="1" y1="18" x2="3" y2="18"></line><line x1="21" y1="18" x2="23" y2="18"></line><line x1="18.36" y1="11.64" x2="19.78" y2="10.22"></line><line x1="23" y1="22" x2="1" y2="22"></line><polyline points="8 6 12 2 16 6"></polyline>',sunset:'<path d="M17 18a5 5 0 0 0-10 0"></path><line x1="12" y1="9" x2="12" y2="2"></line><line x1="4.22" y1="10.22" x2="5.64" y2="11.64"></line><line x1="1" y1="18" x2="3" y2="18"></line><line x1="21" y1="18" x2="23" y2="18"></line><line x1="18.36" y1="11.64" x2="19.78" y2="10.22"></line><line x1="23" y1="22" x2="1" y2="22"></line><polyline points="16 5 12 9 8 5"></polyline>',table:'<path d="M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18"></path>',tablet:'<rect x="4" y="2" width="16" height="20" rx="2" ry="2"></rect><line x1="12" y1="18" x2="12.01" y2="18"></line>',tag:'<path d="M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"></path><line x1="7" y1="7" x2="7.01" y2="7"></line>',target:'<circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="6"></circle><circle cx="12" cy="12" r="2"></circle>',terminal:'<polyline points="4 17 10 11 4 5"></polyline><line x1="12" y1="19" x2="20" y2="19"></line>',thermometer:'<path d="M14 14.76V3.5a2.5 2.5 0 0 0-5 0v11.26a4.5 4.5 0 1 0 5 0z"></path>',"thumbs-down":'<path d="M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17"></path>',"thumbs-up":'<path d="M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3"></path>',"toggle-left":'<rect x="1" y="5" width="22" height="14" rx="7" ry="7"></rect><circle cx="8" cy="12" r="3"></circle>',"toggle-right":'<rect x="1" y="5" width="22" height="14" rx="7" ry="7"></rect><circle cx="16" cy="12" r="3"></circle>',tool:'<path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"></path>',"trash-2":'<polyline points="3 6 5 6 21 6"></polyline><path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"></path><line x1="10" y1="11" x2="10" y2="17"></line><line x1="14" y1="11" x2="14" y2="17"></line>',trash:'<polyline points="3 6 5 6 21 6"></polyline><path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"></path>',trello:'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><rect x="7" y="7" width="3" height="9"></rect><rect x="14" y="7" width="3" height="5"></rect>',"trending-down":'<polyline points="23 18 13.5 8.5 8.5 13.5 1 6"></polyline><polyline points="17 18 23 18 23 12"></polyline>',"trending-up":'<polyline points="23 6 13.5 15.5 8.5 10.5 1 18"></polyline><polyline points="17 6 23 6 23 12"></polyline>',triangle:'<path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"></path>',truck:'<rect x="1" y="3" width="15" height="13"></rect><polygon points="16 8 20 8 23 11 23 16 16 16 16 8"></polygon><circle cx="5.5" cy="18.5" r="2.5"></circle><circle cx="18.5" cy="18.5" r="2.5"></circle>',tv:'<rect x="2" y="7" width="20" height="15" rx="2" ry="2"></rect><polyline points="17 2 12 7 7 2"></polyline>',twitch:'<path d="M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7"></path>',twitter:'<path d="M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z"></path>',type:'<polyline points="4 7 4 4 20 4 20 7"></polyline><line x1="9" y1="20" x2="15" y2="20"></line><line x1="12" y1="4" x2="12" y2="20"></line>',umbrella:'<path d="M23 12a11.05 11.05 0 0 0-22 0zm-5 7a3 3 0 0 1-6 0v-7"></path>',underline:'<path d="M6 3v7a6 6 0 0 0 6 6 6 6 0 0 0 6-6V3"></path><line x1="4" y1="21" x2="20" y2="21"></line>',unlock:'<rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 9.9-1"></path>',"upload-cloud":'<polyline points="16 16 12 12 8 16"></polyline><line x1="12" y1="12" x2="12" y2="21"></line><path d="M20.39 18.39A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.3"></path><polyline points="16 16 12 12 8 16"></polyline>',upload:'<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="17 8 12 3 7 8"></polyline><line x1="12" y1="3" x2="12" y2="15"></line>',"user-check":'<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><polyline points="17 11 19 13 23 9"></polyline>',"user-minus":'<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><line x1="23" y1="11" x2="17" y2="11"></line>',"user-plus":'<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><line x1="20" y1="8" x2="20" y2="14"></line><line x1="23" y1="11" x2="17" y2="11"></line>',"user-x":'<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><line x1="18" y1="8" x2="23" y2="13"></line><line x1="23" y1="8" x2="18" y2="13"></line>',user:'<path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle>',users:'<path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="9" cy="7" r="4"></circle><path d="M23 21v-2a4 4 0 0 0-3-3.87"></path><path d="M16 3.13a4 4 0 0 1 0 7.75"></path>',"video-off":'<path d="M16 16v1a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2m5.66 0H14a2 2 0 0 1 2 2v3.34l1 1L23 7v10"></path><line x1="1" y1="1" x2="23" y2="23"></line>',video:'<polygon points="23 7 16 12 23 17 23 7"></polygon><rect x="1" y="5" width="15" height="14" rx="2" ry="2"></rect>',voicemail:'<circle cx="5.5" cy="11.5" r="4.5"></circle><circle cx="18.5" cy="11.5" r="4.5"></circle><line x1="5.5" y1="16" x2="18.5" y2="16"></line>',"volume-1":'<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon><path d="M15.54 8.46a5 5 0 0 1 0 7.07"></path>',"volume-2":'<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon><path d="M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07"></path>',"volume-x":'<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon><line x1="23" y1="9" x2="17" y2="15"></line><line x1="17" y1="9" x2="23" y2="15"></line>',volume:'<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon>',watch:'<circle cx="12" cy="12" r="7"></circle><polyline points="12 9 12 12 13.5 13.5"></polyline><path d="M16.51 17.35l-.35 3.83a2 2 0 0 1-2 1.82H9.83a2 2 0 0 1-2-1.82l-.35-3.83m.01-10.7l.35-3.83A2 2 0 0 1 9.83 1h4.35a2 2 0 0 1 2 1.82l.35 3.83"></path>',"wifi-off":'<line x1="1" y1="1" x2="23" y2="23"></line><path d="M16.72 11.06A10.94 10.94 0 0 1 19 12.55"></path><path d="M5 12.55a10.94 10.94 0 0 1 5.17-2.39"></path><path d="M10.71 5.05A16 16 0 0 1 22.58 9"></path><path d="M1.42 9a15.91 15.91 0 0 1 4.7-2.88"></path><path d="M8.53 16.11a6 6 0 0 1 6.95 0"></path><line x1="12" y1="20" x2="12.01" y2="20"></line>',wifi:'<path d="M5 12.55a11 11 0 0 1 14.08 0"></path><path d="M1.42 9a16 16 0 0 1 21.16 0"></path><path d="M8.53 16.11a6 6 0 0 1 6.95 0"></path><line x1="12" y1="20" x2="12.01" y2="20"></line>',wind:'<path d="M9.59 4.59A2 2 0 1 1 11 8H2m10.59 11.41A2 2 0 1 0 14 16H2m15.73-8.27A2.5 2.5 0 1 1 19.5 12H2"></path>',"x-circle":'<circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line><line x1="9" y1="9" x2="15" y2="15"></line>',"x-octagon":'<polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"></polygon><line x1="15" y1="9" x2="9" y2="15"></line><line x1="9" y1="9" x2="15" y2="15"></line>',"x-square":'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="9" y1="9" x2="15" y2="15"></line><line x1="15" y1="9" x2="9" y2="15"></line>',x:'<line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line>',youtube:'<path d="M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z"></path><polygon points="9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02"></polygon>',"zap-off":'<polyline points="12.41 6.75 13 2 10.57 4.92"></polyline><polyline points="18.57 12.91 21 10 15.66 10"></polyline><polyline points="8 8 3 14 12 14 11 22 16 16"></polyline><line x1="1" y1="1" x2="23" y2="23"></line>',zap:'<polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"></polygon>',"zoom-in":'<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line><line x1="11" y1="8" x2="11" y2="14"></line><line x1="8" y1="11" x2="14" y2="11"></line>',"zoom-out":'<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line><line x1="8" y1="11" x2="14" y2="11"></line>'}},"./node_modules/classnames/dedupe.js":function(n,s,r){var i,o;/*!
1
+ (function(a,Fe){typeof exports=="object"&&typeof module<"u"?module.exports=Fe(require("vue")):typeof define=="function"&&define.amd?define(["vue"],Fe):(a=typeof globalThis<"u"?globalThis:a||self,a.Pimp=Fe(a.Vue))})(this,function(a){"use strict";function Fe(t,e){for(var n=0;n<e.length;n++){const s=e[n];if(typeof s!="string"&&!Array.isArray(s)){for(const r in s)if(r!=="default"&&!(r in t)){const i=Object.getOwnPropertyDescriptor(s,r);i&&Object.defineProperty(t,r,i.get?i:{enumerable:!0,get:()=>s[r]})}}}return Object.freeze(Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}))}/*! maska v2.1.9 | (c) Alexander Shabunevich | Released under the MIT license */var vs=Object.defineProperty,bs=(t,e,n)=>e in t?vs(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Re=(t,e,n)=>(bs(t,typeof e!="symbol"?e+"":e,n),n);const dn={"#":{pattern:/[0-9]/},"@":{pattern:/[a-zA-Z]/},"*":{pattern:/[a-zA-Z0-9]/}};class un{constructor(e={}){Re(this,"opts",{}),Re(this,"memo",new Map);const n={...e};if(n.tokens!=null){n.tokens=n.tokensReplace?{...n.tokens}:{...dn,...n.tokens};for(const s of Object.values(n.tokens))typeof s.pattern=="string"&&(s.pattern=new RegExp(s.pattern))}else n.tokens=dn;Array.isArray(n.mask)&&(n.mask.length>1?n.mask=[...n.mask].sort((s,r)=>s.length-r.length):n.mask=n.mask[0]??""),n.mask===""&&(n.mask=null),this.opts=n}masked(e){return this.process(e,this.findMask(e))}unmasked(e){return this.process(e,this.findMask(e),!1)}isEager(){return this.opts.eager===!0}isReversed(){return this.opts.reversed===!0}completed(e){const n=this.findMask(e);if(this.opts.mask==null||n==null)return!1;const s=this.process(e,n).length;return typeof this.opts.mask=="string"?s>=this.opts.mask.length:typeof this.opts.mask=="function"?s>=n.length:this.opts.mask.filter(r=>s>=r.length).length===this.opts.mask.length}findMask(e){const n=this.opts.mask;if(n==null)return null;if(typeof n=="string")return n;if(typeof n=="function")return n(e);const s=this.process(e,n.slice(-1).pop()??"",!1);return n.find(r=>this.process(e,r,!1).length>=s.length)??""}escapeMask(e){const n=[],s=[];return e.split("").forEach((r,i)=>{r==="!"&&e[i-1]!=="!"?s.push(i-s.length):n.push(r)}),{mask:n.join(""),escaped:s}}process(e,n,s=!0){var r;if(n==null)return e;const i=`value=${e},mask=${n},masked=${s?1:0}`;if(this.memo.has(i))return this.memo.get(i);const{mask:o,escaped:c}=this.escapeMask(n),l=[],d=this.opts.tokens!=null?this.opts.tokens:{},u=this.isReversed()?-1:1,h=this.isReversed()?"unshift":"push",f=this.isReversed()?0:o.length-1,p=this.isReversed()?()=>v>-1&&g>-1:()=>v<o.length&&g<e.length,m=x=>!this.isReversed()&&x<=f||this.isReversed()&&x>=f;let y,w=-1,v=this.isReversed()?o.length-1:0,g=this.isReversed()?e.length-1:0;for(;p();){const x=o.charAt(v),S=d[x],M=(S==null?void 0:S.transform)!=null?S.transform(e.charAt(g)):e.charAt(g);if(!c.includes(v)&&S!=null){if(M.match(S.pattern)!=null)l[h](M),S.repeated?(w===-1?w=v:v===f&&v!==w&&(v=w-u),f===w&&(v-=u)):S.multiple&&(v-=u),v+=u;else if(S.multiple){const _=((r=l[g-u])==null?void 0:r.match(S.pattern))!=null,E=o.charAt(v+u);_&&E!==""&&d[E]==null?(v+=u,g-=u):l[h]("")}else M===y?y=void 0:S.optional&&(v+=u,g-=u);g+=u}else s&&!this.isEager()&&l[h](x),M===x&&!this.isEager()?g+=u:y=x,this.isEager()||(v+=u);if(this.isEager())for(;m(v)&&(d[o.charAt(v)]==null||c.includes(v));)s?l[h](o.charAt(v)):o.charAt(v)===e.charAt(g)&&(g+=u),v+=u}return this.memo.set(i,l.join("")),this.memo.get(i)}}const hn=t=>JSON.parse(t.replaceAll("'",'"')),fn=(t,e={})=>{const n={...e};return t.dataset.maska!=null&&t.dataset.maska!==""&&(n.mask=ws(t.dataset.maska)),t.dataset.maskaEager!=null&&(n.eager=wt(t.dataset.maskaEager)),t.dataset.maskaReversed!=null&&(n.reversed=wt(t.dataset.maskaReversed)),t.dataset.maskaTokensReplace!=null&&(n.tokensReplace=wt(t.dataset.maskaTokensReplace)),t.dataset.maskaTokens!=null&&(n.tokens=ks(t.dataset.maskaTokens)),n},wt=t=>t!==""?!!JSON.parse(t):!0,ws=t=>t.startsWith("[")&&t.endsWith("]")?hn(t):t,ks=t=>{if(t.startsWith("{")&&t.endsWith("}"))return hn(t);const e={};return t.split("|").forEach(n=>{const s=n.split(":");e[s[0]]={pattern:new RegExp(s[1]),optional:s[2]==="optional",multiple:s[2]==="multiple",repeated:s[2]==="repeated"}}),e};class Ss{constructor(e,n={}){Re(this,"items",new Map),Re(this,"beforeinputEvent",s=>{const r=s.target,i=this.items.get(r);i.isEager()&&"inputType"in s&&s.inputType.startsWith("delete")&&i.unmasked(r.value).length<=1&&this.setMaskedValue(r,"")}),Re(this,"inputEvent",s=>{if(s instanceof CustomEvent&&s.type==="input"&&s.detail!=null&&typeof s.detail=="object"&&"masked"in s.detail)return;const r=s.target,i=this.items.get(r),o=r.value,c=r.selectionStart,l=r.selectionEnd;let d=o;if(i.isEager()){const u=i.masked(o),h=i.unmasked(o);h===""&&"data"in s&&s.data!=null?d=s.data:h!==i.unmasked(u)&&(d=h)}if(this.setMaskedValue(r,d),"inputType"in s&&(s.inputType.startsWith("delete")||c!=null&&c<o.length))try{r.setSelectionRange(c,l)}catch{}}),this.options=n,typeof e=="string"?this.init(Array.from(document.querySelectorAll(e)),this.getMaskOpts(n)):this.init("length"in e?Array.from(e):[e],this.getMaskOpts(n))}destroy(){for(const e of this.items.keys())e.removeEventListener("input",this.inputEvent),e.removeEventListener("beforeinput",this.beforeinputEvent);this.items.clear()}needUpdateOptions(e,n){const s=this.items.get(e),r=new un(fn(e,this.getMaskOpts(n)));return JSON.stringify(s.opts)!==JSON.stringify(r.opts)}needUpdateValue(e){const n=e.dataset.maskaValue;return n==null&&e.value!==""||n!=null&&n!==e.value}getMaskOpts(e){const{onMaska:n,preProcess:s,postProcess:r,...i}=e;return i}init(e,n){for(const s of e){const r=new un(fn(s,n));this.items.set(s,r),s.value!==""&&this.setMaskedValue(s,s.value),s.addEventListener("input",this.inputEvent),s.addEventListener("beforeinput",this.beforeinputEvent)}}setMaskedValue(e,n){const s=this.items.get(e);this.options.preProcess!=null&&(n=this.options.preProcess(n));const r=s.masked(n),i=s.unmasked(s.isEager()?r:n),o=s.completed(n),c={masked:r,unmasked:i,completed:o};n=r,this.options.postProcess!=null&&(n=this.options.postProcess(n)),e.value=n,e.dataset.maskaValue=n,this.options.onMaska!=null&&(Array.isArray(this.options.onMaska)?this.options.onMaska.forEach(l=>l(c)):this.options.onMaska(c)),e.dispatchEvent(new CustomEvent("maska",{detail:c})),e.dispatchEvent(new CustomEvent("input",{detail:c}))}}const kt=new WeakMap,Ds=t=>{setTimeout(()=>{var e;((e=kt.get(t))==null?void 0:e.needUpdateValue(t))===!0&&t.dispatchEvent(new CustomEvent("input"))})},_s=(t,e)=>{const n=t instanceof HTMLInputElement?t:t.querySelector("input"),s={...e.arg};if(n==null)return;Ds(n);const r=kt.get(n);if(r!=null){if(!r.needUpdateOptions(n,s))return;r.destroy()}if(e.value!=null){const i=e.value,o=c=>{i.masked=c.masked,i.unmasked=c.unmasked,i.completed=c.completed};s.onMaska=s.onMaska==null?o:Array.isArray(s.onMaska)?[...s.onMaska,o]:[s.onMaska,o]}kt.set(n,new Ss(n,s))},Ms={beforeMount(t,e){t.clickOutsideEvent=function(n){t===n.target||t.contains(n.target)||e.value(n,t)},document.body.addEventListener("click",t.clickOutsideEvent)},unmounted(t){document.body.removeEventListener("click",t.clickOutsideEvent)}};class be extends Error{}class Es extends be{constructor(e){super(`Invalid DateTime: ${e.toMessage()}`)}}class Os extends be{constructor(e){super(`Invalid Interval: ${e.toMessage()}`)}}class js extends be{constructor(e){super(`Invalid Duration: ${e.toMessage()}`)}}class Le extends be{}class pn extends be{constructor(e){super(`Invalid unit ${e}`)}}class q extends be{}class fe extends be{constructor(){super("Zone is an abstract class")}}const k="numeric",Q="short",W="long",tt={year:k,month:k,day:k},mn={year:k,month:Q,day:k},Ts={year:k,month:Q,day:k,weekday:Q},yn={year:k,month:W,day:k},gn={year:k,month:W,day:k,weekday:W},xn={hour:k,minute:k},vn={hour:k,minute:k,second:k},bn={hour:k,minute:k,second:k,timeZoneName:Q},wn={hour:k,minute:k,second:k,timeZoneName:W},kn={hour:k,minute:k,hourCycle:"h23"},Sn={hour:k,minute:k,second:k,hourCycle:"h23"},Dn={hour:k,minute:k,second:k,hourCycle:"h23",timeZoneName:Q},_n={hour:k,minute:k,second:k,hourCycle:"h23",timeZoneName:W},Mn={year:k,month:k,day:k,hour:k,minute:k},En={year:k,month:k,day:k,hour:k,minute:k,second:k},On={year:k,month:Q,day:k,hour:k,minute:k},jn={year:k,month:Q,day:k,hour:k,minute:k,second:k},Cs={year:k,month:Q,day:k,weekday:Q,hour:k,minute:k},Tn={year:k,month:W,day:k,hour:k,minute:k,timeZoneName:Q},Cn={year:k,month:W,day:k,hour:k,minute:k,second:k,timeZoneName:Q},In={year:k,month:W,day:k,weekday:W,hour:k,minute:k,timeZoneName:W},Vn={year:k,month:W,day:k,weekday:W,hour:k,minute:k,second:k,timeZoneName:W};class ze{get type(){throw new fe}get name(){throw new fe}get ianaName(){return this.name}get isUniversal(){throw new fe}offsetName(e,n){throw new fe}formatOffset(e,n){throw new fe}offset(e){throw new fe}equals(e){throw new fe}get isValid(){throw new fe}}let St=null;class nt extends ze{static get instance(){return St===null&&(St=new nt),St}get type(){return"system"}get name(){return new Intl.DateTimeFormat().resolvedOptions().timeZone}get isUniversal(){return!1}offsetName(e,{format:n,locale:s}){return Wn(e,n,s)}formatOffset(e,n){return We(this.offset(e),n)}offset(e){return-new Date(e).getTimezoneOffset()}equals(e){return e.type==="system"}get isValid(){return!0}}let rt={};function Is(t){return rt[t]||(rt[t]=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:t,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",era:"short"})),rt[t]}const Vs={year:0,month:1,day:2,era:3,hour:4,minute:5,second:6};function Ns(t,e){const n=t.format(e).replace(/\u200E/g,""),s=/(\d+)\/(\d+)\/(\d+) (AD|BC),? (\d+):(\d+):(\d+)/.exec(n),[,r,i,o,c,l,d,u]=s;return[o,r,i,c,l,d,u]}function Bs(t,e){const n=t.formatToParts(e),s=[];for(let r=0;r<n.length;r++){const{type:i,value:o}=n[r],c=Vs[i];i==="era"?s[c]=o:O(c)||(s[c]=parseInt(o,10))}return s}let st={};class de extends ze{static create(e){return st[e]||(st[e]=new de(e)),st[e]}static resetCache(){st={},rt={}}static isValidSpecifier(e){return this.isValidZone(e)}static isValidZone(e){if(!e)return!1;try{return new Intl.DateTimeFormat("en-US",{timeZone:e}).format(),!0}catch{return!1}}constructor(e){super(),this.zoneName=e,this.valid=de.isValidZone(e)}get type(){return"iana"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(e,{format:n,locale:s}){return Wn(e,n,s,this.name)}formatOffset(e,n){return We(this.offset(e),n)}offset(e){const n=new Date(e);if(isNaN(n))return NaN;const s=Is(this.name);let[r,i,o,c,l,d,u]=s.formatToParts?Bs(s,n):Ns(s,n);c==="BC"&&(r=-Math.abs(r)+1);const f=Ct({year:r,month:i,day:o,hour:l===24?0:l,minute:d,second:u,millisecond:0});let p=+n;const m=p%1e3;return p-=m>=0?m:1e3+m,(f-p)/(60*1e3)}equals(e){return e.type==="iana"&&e.name===this.name}get isValid(){return this.valid}}let Nn={};function As(t,e={}){const n=JSON.stringify([t,e]);let s=Nn[n];return s||(s=new Intl.ListFormat(t,e),Nn[n]=s),s}let Dt={};function _t(t,e={}){const n=JSON.stringify([t,e]);let s=Dt[n];return s||(s=new Intl.DateTimeFormat(t,e),Dt[n]=s),s}let Mt={};function Fs(t,e={}){const n=JSON.stringify([t,e]);let s=Mt[n];return s||(s=new Intl.NumberFormat(t,e),Mt[n]=s),s}let Et={};function Rs(t,e={}){const{base:n,...s}=e,r=JSON.stringify([t,s]);let i=Et[r];return i||(i=new Intl.RelativeTimeFormat(t,e),Et[r]=i),i}let Pe=null;function Ls(){return Pe||(Pe=new Intl.DateTimeFormat().resolvedOptions().locale,Pe)}function zs(t){const e=t.indexOf("-x-");e!==-1&&(t=t.substring(0,e));const n=t.indexOf("-u-");if(n===-1)return[t];{let s,r;try{s=_t(t).resolvedOptions(),r=t}catch{const l=t.substring(0,n);s=_t(l).resolvedOptions(),r=l}const{numberingSystem:i,calendar:o}=s;return[r,i,o]}}function Ps(t,e,n){return(n||e)&&(t.includes("-u-")||(t+="-u"),n&&(t+=`-ca-${n}`),e&&(t+=`-nu-${e}`)),t}function Hs(t){const e=[];for(let n=1;n<=12;n++){const s=b.utc(2016,n,1);e.push(t(s))}return e}function $s(t){const e=[];for(let n=1;n<=7;n++){const s=b.utc(2016,11,13+n);e.push(t(s))}return e}function it(t,e,n,s,r){const i=t.listingMode(n);return i==="error"?null:i==="en"?s(e):r(e)}function Ws(t){return t.numberingSystem&&t.numberingSystem!=="latn"?!1:t.numberingSystem==="latn"||!t.locale||t.locale.startsWith("en")||new Intl.DateTimeFormat(t.intl).resolvedOptions().numberingSystem==="latn"}class Us{constructor(e,n,s){this.padTo=s.padTo||0,this.floor=s.floor||!1;const{padTo:r,floor:i,...o}=s;if(!n||Object.keys(o).length>0){const c={useGrouping:!1,...s};s.padTo>0&&(c.minimumIntegerDigits=s.padTo),this.inf=Fs(e,c)}}format(e){if(this.inf){const n=this.floor?Math.floor(e):e;return this.inf.format(n)}else{const n=this.floor?Math.floor(e):Tt(e,3);return F(n,this.padTo)}}}class Zs{constructor(e,n,s){this.opts=s,this.originalZone=void 0;let r;if(this.opts.timeZone)this.dt=e;else if(e.zone.type==="fixed"){const o=-1*(e.offset/60),c=o>=0?`Etc/GMT+${o}`:`Etc/GMT${o}`;e.offset!==0&&de.create(c).valid?(r=c,this.dt=e):(r="UTC",this.dt=e.offset===0?e:e.setZone("UTC").plus({minutes:e.offset}),this.originalZone=e.zone)}else e.zone.type==="system"?this.dt=e:e.zone.type==="iana"?(this.dt=e,r=e.zone.name):(r="UTC",this.dt=e.setZone("UTC").plus({minutes:e.offset}),this.originalZone=e.zone);const i={...this.opts};i.timeZone=i.timeZone||r,this.dtf=_t(n,i)}format(){return this.originalZone?this.formatToParts().map(({value:e})=>e).join(""):this.dtf.format(this.dt.toJSDate())}formatToParts(){const e=this.dtf.formatToParts(this.dt.toJSDate());return this.originalZone?e.map(n=>{if(n.type==="timeZoneName"){const s=this.originalZone.offsetName(this.dt.ts,{locale:this.dt.locale,format:this.opts.timeZoneName});return{...n,value:s}}else return n}):e}resolvedOptions(){return this.dtf.resolvedOptions()}}class qs{constructor(e,n,s){this.opts={style:"long",...s},!n&&Hn()&&(this.rtf=Rs(e,s))}format(e,n){return this.rtf?this.rtf.format(e,n):di(n,e,this.opts.numeric,this.opts.style!=="long")}formatToParts(e,n){return this.rtf?this.rtf.formatToParts(e,n):[]}}class I{static fromOpts(e){return I.create(e.locale,e.numberingSystem,e.outputCalendar,e.defaultToEN)}static create(e,n,s,r=!1){const i=e||A.defaultLocale,o=i||(r?"en-US":Ls()),c=n||A.defaultNumberingSystem,l=s||A.defaultOutputCalendar;return new I(o,c,l,i)}static resetCache(){Pe=null,Dt={},Mt={},Et={}}static fromObject({locale:e,numberingSystem:n,outputCalendar:s}={}){return I.create(e,n,s)}constructor(e,n,s,r){const[i,o,c]=zs(e);this.locale=i,this.numberingSystem=n||o||null,this.outputCalendar=s||c||null,this.intl=Ps(this.locale,this.numberingSystem,this.outputCalendar),this.weekdaysCache={format:{},standalone:{}},this.monthsCache={format:{},standalone:{}},this.meridiemCache=null,this.eraCache={},this.specifiedLocale=r,this.fastNumbersCached=null}get fastNumbers(){return this.fastNumbersCached==null&&(this.fastNumbersCached=Ws(this)),this.fastNumbersCached}listingMode(){const e=this.isEnglish(),n=(this.numberingSystem===null||this.numberingSystem==="latn")&&(this.outputCalendar===null||this.outputCalendar==="gregory");return e&&n?"en":"intl"}clone(e){return!e||Object.getOwnPropertyNames(e).length===0?this:I.create(e.locale||this.specifiedLocale,e.numberingSystem||this.numberingSystem,e.outputCalendar||this.outputCalendar,e.defaultToEN||!1)}redefaultToEN(e={}){return this.clone({...e,defaultToEN:!0})}redefaultToSystem(e={}){return this.clone({...e,defaultToEN:!1})}months(e,n=!1,s=!0){return it(this,e,s,qn,()=>{const r=n?{month:e,day:"numeric"}:{month:e},i=n?"format":"standalone";return this.monthsCache[i][e]||(this.monthsCache[i][e]=Hs(o=>this.extract(o,r,"month"))),this.monthsCache[i][e]})}weekdays(e,n=!1,s=!0){return it(this,e,s,Jn,()=>{const r=n?{weekday:e,year:"numeric",month:"long",day:"numeric"}:{weekday:e},i=n?"format":"standalone";return this.weekdaysCache[i][e]||(this.weekdaysCache[i][e]=$s(o=>this.extract(o,r,"weekday"))),this.weekdaysCache[i][e]})}meridiems(e=!0){return it(this,void 0,e,()=>Kn,()=>{if(!this.meridiemCache){const n={hour:"numeric",hourCycle:"h12"};this.meridiemCache=[b.utc(2016,11,13,9),b.utc(2016,11,13,19)].map(s=>this.extract(s,n,"dayperiod"))}return this.meridiemCache})}eras(e,n=!0){return it(this,e,n,Qn,()=>{const s={era:e};return this.eraCache[e]||(this.eraCache[e]=[b.utc(-40,1,1),b.utc(2017,1,1)].map(r=>this.extract(r,s,"era"))),this.eraCache[e]})}extract(e,n,s){const r=this.dtFormatter(e,n),i=r.formatToParts(),o=i.find(c=>c.type.toLowerCase()===s);return o?o.value:null}numberFormatter(e={}){return new Us(this.intl,e.forceSimple||this.fastNumbers,e)}dtFormatter(e,n={}){return new Zs(e,this.intl,n)}relFormatter(e={}){return new qs(this.intl,this.isEnglish(),e)}listFormatter(e={}){return As(this.intl,e)}isEnglish(){return this.locale==="en"||this.locale.toLowerCase()==="en-us"||new Intl.DateTimeFormat(this.intl).resolvedOptions().locale.startsWith("en-us")}equals(e){return this.locale===e.locale&&this.numberingSystem===e.numberingSystem&&this.outputCalendar===e.outputCalendar}}let Ot=null;class H extends ze{static get utcInstance(){return Ot===null&&(Ot=new H(0)),Ot}static instance(e){return e===0?H.utcInstance:new H(e)}static parseSpecifier(e){if(e){const n=e.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i);if(n)return new H(ct(n[1],n[2]))}return null}constructor(e){super(),this.fixed=e}get type(){return"fixed"}get name(){return this.fixed===0?"UTC":`UTC${We(this.fixed,"narrow")}`}get ianaName(){return this.fixed===0?"Etc/UTC":`Etc/GMT${We(-this.fixed,"narrow")}`}offsetName(){return this.name}formatOffset(e,n){return We(this.fixed,n)}get isUniversal(){return!0}offset(){return this.fixed}equals(e){return e.type==="fixed"&&e.fixed===this.fixed}get isValid(){return!0}}class Ys extends ze{constructor(e){super(),this.zoneName=e}get type(){return"invalid"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(){return null}formatOffset(){return""}offset(){return NaN}equals(){return!1}get isValid(){return!1}}function pe(t,e){if(O(t)||t===null)return e;if(t instanceof ze)return t;if(Gs(t)){const n=t.toLowerCase();return n==="default"?e:n==="local"||n==="system"?nt.instance:n==="utc"||n==="gmt"?H.utcInstance:H.parseSpecifier(n)||de.create(t)}else return we(t)?H.instance(t):typeof t=="object"&&t.offset&&typeof t.offset=="number"?t:new Ys(t)}let Bn=()=>Date.now(),An="system",Fn=null,Rn=null,Ln=null,zn=60,Pn;class A{static get now(){return Bn}static set now(e){Bn=e}static set defaultZone(e){An=e}static get defaultZone(){return pe(An,nt.instance)}static get defaultLocale(){return Fn}static set defaultLocale(e){Fn=e}static get defaultNumberingSystem(){return Rn}static set defaultNumberingSystem(e){Rn=e}static get defaultOutputCalendar(){return Ln}static set defaultOutputCalendar(e){Ln=e}static get twoDigitCutoffYear(){return zn}static set twoDigitCutoffYear(e){zn=e%100}static get throwOnInvalid(){return Pn}static set throwOnInvalid(e){Pn=e}static resetCaches(){I.resetCache(),de.resetCache()}}function O(t){return typeof t>"u"}function we(t){return typeof t=="number"}function at(t){return typeof t=="number"&&t%1===0}function Gs(t){return typeof t=="string"}function Js(t){return Object.prototype.toString.call(t)==="[object Date]"}function Hn(){try{return typeof Intl<"u"&&!!Intl.RelativeTimeFormat}catch{return!1}}function Ks(t){return Array.isArray(t)?t:[t]}function $n(t,e,n){if(t.length!==0)return t.reduce((s,r)=>{const i=[e(r),r];return s&&n(s[0],i[0])===s[0]?s:i},null)[1]}function Qs(t,e){return e.reduce((n,s)=>(n[s]=t[s],n),{})}function De(t,e){return Object.prototype.hasOwnProperty.call(t,e)}function ue(t,e,n){return at(t)&&t>=e&&t<=n}function Xs(t,e){return t-e*Math.floor(t/e)}function F(t,e=2){const n=t<0;let s;return n?s="-"+(""+-t).padStart(e,"0"):s=(""+t).padStart(e,"0"),s}function me(t){if(!(O(t)||t===null||t===""))return parseInt(t,10)}function ke(t){if(!(O(t)||t===null||t===""))return parseFloat(t)}function jt(t){if(!(O(t)||t===null||t==="")){const e=parseFloat("0."+t)*1e3;return Math.floor(e)}}function Tt(t,e,n=!1){const s=10**e;return(n?Math.trunc:Math.round)(t*s)/s}function He(t){return t%4===0&&(t%100!==0||t%400===0)}function $e(t){return He(t)?366:365}function ot(t,e){const n=Xs(e-1,12)+1,s=t+(e-n)/12;return n===2?He(s)?29:28:[31,null,31,30,31,30,31,31,30,31,30,31][n-1]}function Ct(t){let e=Date.UTC(t.year,t.month-1,t.day,t.hour,t.minute,t.second,t.millisecond);return t.year<100&&t.year>=0&&(e=new Date(e),e.setUTCFullYear(t.year,t.month-1,t.day)),+e}function lt(t){const e=(t+Math.floor(t/4)-Math.floor(t/100)+Math.floor(t/400))%7,n=t-1,s=(n+Math.floor(n/4)-Math.floor(n/100)+Math.floor(n/400))%7;return e===4||s===3?53:52}function It(t){return t>99?t:t>A.twoDigitCutoffYear?1900+t:2e3+t}function Wn(t,e,n,s=null){const r=new Date(t),i={hourCycle:"h23",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"};s&&(i.timeZone=s);const o={timeZoneName:e,...i},c=new Intl.DateTimeFormat(n,o).formatToParts(r).find(l=>l.type.toLowerCase()==="timezonename");return c?c.value:null}function ct(t,e){let n=parseInt(t,10);Number.isNaN(n)&&(n=0);const s=parseInt(e,10)||0,r=n<0||Object.is(n,-0)?-s:s;return n*60+r}function Un(t){const e=Number(t);if(typeof t=="boolean"||t===""||Number.isNaN(e))throw new q(`Invalid unit value ${t}`);return e}function dt(t,e){const n={};for(const s in t)if(De(t,s)){const r=t[s];if(r==null)continue;n[e(s)]=Un(r)}return n}function We(t,e){const n=Math.trunc(Math.abs(t/60)),s=Math.trunc(Math.abs(t%60)),r=t>=0?"+":"-";switch(e){case"short":return`${r}${F(n,2)}:${F(s,2)}`;case"narrow":return`${r}${n}${s>0?`:${s}`:""}`;case"techie":return`${r}${F(n,2)}${F(s,2)}`;default:throw new RangeError(`Value format ${e} is out of range for property format`)}}function ut(t){return Qs(t,["hour","minute","second","millisecond"])}const ei=["January","February","March","April","May","June","July","August","September","October","November","December"],Zn=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],ti=["J","F","M","A","M","J","J","A","S","O","N","D"];function qn(t){switch(t){case"narrow":return[...ti];case"short":return[...Zn];case"long":return[...ei];case"numeric":return["1","2","3","4","5","6","7","8","9","10","11","12"];case"2-digit":return["01","02","03","04","05","06","07","08","09","10","11","12"];default:return null}}const Yn=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],Gn=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],ni=["M","T","W","T","F","S","S"];function Jn(t){switch(t){case"narrow":return[...ni];case"short":return[...Gn];case"long":return[...Yn];case"numeric":return["1","2","3","4","5","6","7"];default:return null}}const Kn=["AM","PM"],ri=["Before Christ","Anno Domini"],si=["BC","AD"],ii=["B","A"];function Qn(t){switch(t){case"narrow":return[...ii];case"short":return[...si];case"long":return[...ri];default:return null}}function ai(t){return Kn[t.hour<12?0:1]}function oi(t,e){return Jn(e)[t.weekday-1]}function li(t,e){return qn(e)[t.month-1]}function ci(t,e){return Qn(e)[t.year<0?0:1]}function di(t,e,n="always",s=!1){const r={years:["year","yr."],quarters:["quarter","qtr."],months:["month","mo."],weeks:["week","wk."],days:["day","day","days"],hours:["hour","hr."],minutes:["minute","min."],seconds:["second","sec."]},i=["hours","minutes","seconds"].indexOf(t)===-1;if(n==="auto"&&i){const h=t==="days";switch(e){case 1:return h?"tomorrow":`next ${r[t][0]}`;case-1:return h?"yesterday":`last ${r[t][0]}`;case 0:return h?"today":`this ${r[t][0]}`}}const o=Object.is(e,-0)||e<0,c=Math.abs(e),l=c===1,d=r[t],u=s?l?d[1]:d[2]||d[1]:l?r[t][0]:t;return o?`${c} ${u} ago`:`in ${c} ${u}`}function Xn(t,e){let n="";for(const s of t)s.literal?n+=s.val:n+=e(s.val);return n}const ui={D:tt,DD:mn,DDD:yn,DDDD:gn,t:xn,tt:vn,ttt:bn,tttt:wn,T:kn,TT:Sn,TTT:Dn,TTTT:_n,f:Mn,ff:On,fff:Tn,ffff:In,F:En,FF:jn,FFF:Cn,FFFF:Vn};class P{static create(e,n={}){return new P(e,n)}static parseFormat(e){let n=null,s="",r=!1;const i=[];for(let o=0;o<e.length;o++){const c=e.charAt(o);c==="'"?(s.length>0&&i.push({literal:r||/^\s+$/.test(s),val:s}),n=null,s="",r=!r):r||c===n?s+=c:(s.length>0&&i.push({literal:/^\s+$/.test(s),val:s}),s=c,n=c)}return s.length>0&&i.push({literal:r||/^\s+$/.test(s),val:s}),i}static macroTokenToFormatOpts(e){return ui[e]}constructor(e,n){this.opts=n,this.loc=e,this.systemLoc=null}formatWithSystemDefault(e,n){return this.systemLoc===null&&(this.systemLoc=this.loc.redefaultToSystem()),this.systemLoc.dtFormatter(e,{...this.opts,...n}).format()}formatDateTime(e,n={}){return this.loc.dtFormatter(e,{...this.opts,...n}).format()}formatDateTimeParts(e,n={}){return this.loc.dtFormatter(e,{...this.opts,...n}).formatToParts()}formatInterval(e,n={}){return this.loc.dtFormatter(e.start,{...this.opts,...n}).dtf.formatRange(e.start.toJSDate(),e.end.toJSDate())}resolvedOptions(e,n={}){return this.loc.dtFormatter(e,{...this.opts,...n}).resolvedOptions()}num(e,n=0){if(this.opts.forceSimple)return F(e,n);const s={...this.opts};return n>0&&(s.padTo=n),this.loc.numberFormatter(s).format(e)}formatDateTimeFromString(e,n){const s=this.loc.listingMode()==="en",r=this.loc.outputCalendar&&this.loc.outputCalendar!=="gregory",i=(p,m)=>this.loc.extract(e,p,m),o=p=>e.isOffsetFixed&&e.offset===0&&p.allowZ?"Z":e.isValid?e.zone.formatOffset(e.ts,p.format):"",c=()=>s?ai(e):i({hour:"numeric",hourCycle:"h12"},"dayperiod"),l=(p,m)=>s?li(e,p):i(m?{month:p}:{month:p,day:"numeric"},"month"),d=(p,m)=>s?oi(e,p):i(m?{weekday:p}:{weekday:p,month:"long",day:"numeric"},"weekday"),u=p=>{const m=P.macroTokenToFormatOpts(p);return m?this.formatWithSystemDefault(e,m):p},h=p=>s?ci(e,p):i({era:p},"era"),f=p=>{switch(p){case"S":return this.num(e.millisecond);case"u":case"SSS":return this.num(e.millisecond,3);case"s":return this.num(e.second);case"ss":return this.num(e.second,2);case"uu":return this.num(Math.floor(e.millisecond/10),2);case"uuu":return this.num(Math.floor(e.millisecond/100));case"m":return this.num(e.minute);case"mm":return this.num(e.minute,2);case"h":return this.num(e.hour%12===0?12:e.hour%12);case"hh":return this.num(e.hour%12===0?12:e.hour%12,2);case"H":return this.num(e.hour);case"HH":return this.num(e.hour,2);case"Z":return o({format:"narrow",allowZ:this.opts.allowZ});case"ZZ":return o({format:"short",allowZ:this.opts.allowZ});case"ZZZ":return o({format:"techie",allowZ:this.opts.allowZ});case"ZZZZ":return e.zone.offsetName(e.ts,{format:"short",locale:this.loc.locale});case"ZZZZZ":return e.zone.offsetName(e.ts,{format:"long",locale:this.loc.locale});case"z":return e.zoneName;case"a":return c();case"d":return r?i({day:"numeric"},"day"):this.num(e.day);case"dd":return r?i({day:"2-digit"},"day"):this.num(e.day,2);case"c":return this.num(e.weekday);case"ccc":return d("short",!0);case"cccc":return d("long",!0);case"ccccc":return d("narrow",!0);case"E":return this.num(e.weekday);case"EEE":return d("short",!1);case"EEEE":return d("long",!1);case"EEEEE":return d("narrow",!1);case"L":return r?i({month:"numeric",day:"numeric"},"month"):this.num(e.month);case"LL":return r?i({month:"2-digit",day:"numeric"},"month"):this.num(e.month,2);case"LLL":return l("short",!0);case"LLLL":return l("long",!0);case"LLLLL":return l("narrow",!0);case"M":return r?i({month:"numeric"},"month"):this.num(e.month);case"MM":return r?i({month:"2-digit"},"month"):this.num(e.month,2);case"MMM":return l("short",!1);case"MMMM":return l("long",!1);case"MMMMM":return l("narrow",!1);case"y":return r?i({year:"numeric"},"year"):this.num(e.year);case"yy":return r?i({year:"2-digit"},"year"):this.num(e.year.toString().slice(-2),2);case"yyyy":return r?i({year:"numeric"},"year"):this.num(e.year,4);case"yyyyyy":return r?i({year:"numeric"},"year"):this.num(e.year,6);case"G":return h("short");case"GG":return h("long");case"GGGGG":return h("narrow");case"kk":return this.num(e.weekYear.toString().slice(-2),2);case"kkkk":return this.num(e.weekYear,4);case"W":return this.num(e.weekNumber);case"WW":return this.num(e.weekNumber,2);case"o":return this.num(e.ordinal);case"ooo":return this.num(e.ordinal,3);case"q":return this.num(e.quarter);case"qq":return this.num(e.quarter,2);case"X":return this.num(Math.floor(e.ts/1e3));case"x":return this.num(e.ts);default:return u(p)}};return Xn(P.parseFormat(n),f)}formatDurationFromString(e,n){const s=l=>{switch(l[0]){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":return"hour";case"d":return"day";case"w":return"week";case"M":return"month";case"y":return"year";default:return null}},r=l=>d=>{const u=s(d);return u?this.num(l.get(u),d.length):d},i=P.parseFormat(n),o=i.reduce((l,{literal:d,val:u})=>d?l:l.concat(u),[]),c=e.shiftTo(...o.map(s).filter(l=>l));return Xn(i,r(c))}}class X{constructor(e,n){this.reason=e,this.explanation=n}toMessage(){return this.explanation?`${this.reason}: ${this.explanation}`:this.reason}}const er=/[A-Za-z_+-]{1,256}(?::?\/[A-Za-z0-9_+-]{1,256}(?:\/[A-Za-z0-9_+-]{1,256})?)?/;function _e(...t){const e=t.reduce((n,s)=>n+s.source,"");return RegExp(`^${e}$`)}function Me(...t){return e=>t.reduce(([n,s,r],i)=>{const[o,c,l]=i(e,r);return[{...n,...o},c||s,l]},[{},null,1]).slice(0,2)}function Ee(t,...e){if(t==null)return[null,null];for(const[n,s]of e){const r=n.exec(t);if(r)return s(r)}return[null,null]}function tr(...t){return(e,n)=>{const s={};let r;for(r=0;r<t.length;r++)s[t[r]]=me(e[n+r]);return[s,null,n+r]}}const nr=/(?:(Z)|([+-]\d\d)(?::?(\d\d))?)/,hi=`(?:${nr.source}?(?:\\[(${er.source})\\])?)?`,Vt=/(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/,rr=RegExp(`${Vt.source}${hi}`),Nt=RegExp(`(?:T${rr.source})?`),fi=/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,pi=/(\d{4})-?W(\d\d)(?:-?(\d))?/,mi=/(\d{4})-?(\d{3})/,yi=tr("weekYear","weekNumber","weekDay"),gi=tr("year","ordinal"),xi=/(\d{4})-(\d\d)-(\d\d)/,sr=RegExp(`${Vt.source} ?(?:${nr.source}|(${er.source}))?`),vi=RegExp(`(?: ${sr.source})?`);function Oe(t,e,n){const s=t[e];return O(s)?n:me(s)}function bi(t,e){return[{year:Oe(t,e),month:Oe(t,e+1,1),day:Oe(t,e+2,1)},null,e+3]}function je(t,e){return[{hours:Oe(t,e,0),minutes:Oe(t,e+1,0),seconds:Oe(t,e+2,0),milliseconds:jt(t[e+3])},null,e+4]}function Ue(t,e){const n=!t[e]&&!t[e+1],s=ct(t[e+1],t[e+2]),r=n?null:H.instance(s);return[{},r,e+3]}function Ze(t,e){const n=t[e]?de.create(t[e]):null;return[{},n,e+1]}const wi=RegExp(`^T?${Vt.source}$`),ki=/^-?P(?:(?:(-?\d{1,20}(?:\.\d{1,20})?)Y)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20}(?:\.\d{1,20})?)W)?(?:(-?\d{1,20}(?:\.\d{1,20})?)D)?(?:T(?:(-?\d{1,20}(?:\.\d{1,20})?)H)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20})(?:[.,](-?\d{1,20}))?S)?)?)$/;function Si(t){const[e,n,s,r,i,o,c,l,d]=t,u=e[0]==="-",h=l&&l[0]==="-",f=(p,m=!1)=>p!==void 0&&(m||p&&u)?-p:p;return[{years:f(ke(n)),months:f(ke(s)),weeks:f(ke(r)),days:f(ke(i)),hours:f(ke(o)),minutes:f(ke(c)),seconds:f(ke(l),l==="-0"),milliseconds:f(jt(d),h)}]}const Di={GMT:0,EDT:-4*60,EST:-5*60,CDT:-5*60,CST:-6*60,MDT:-6*60,MST:-7*60,PDT:-7*60,PST:-8*60};function Bt(t,e,n,s,r,i,o){const c={year:e.length===2?It(me(e)):me(e),month:Zn.indexOf(n)+1,day:me(s),hour:me(r),minute:me(i)};return o&&(c.second=me(o)),t&&(c.weekday=t.length>3?Yn.indexOf(t)+1:Gn.indexOf(t)+1),c}const _i=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|(?:([+-]\d\d)(\d\d)))$/;function Mi(t){const[,e,n,s,r,i,o,c,l,d,u,h]=t,f=Bt(e,r,s,n,i,o,c);let p;return l?p=Di[l]:d?p=0:p=ct(u,h),[f,new H(p)]}function Ei(t){return t.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").trim()}const Oi=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d\d) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d\d):(\d\d):(\d\d) GMT$/,ji=/^(Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday), (\d\d)-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d\d) (\d\d):(\d\d):(\d\d) GMT$/,Ti=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ( \d|\d\d) (\d\d):(\d\d):(\d\d) (\d{4})$/;function ir(t){const[,e,n,s,r,i,o,c]=t;return[Bt(e,r,s,n,i,o,c),H.utcInstance]}function Ci(t){const[,e,n,s,r,i,o,c]=t;return[Bt(e,c,n,s,r,i,o),H.utcInstance]}const Ii=_e(fi,Nt),Vi=_e(pi,Nt),Ni=_e(mi,Nt),Bi=_e(rr),ar=Me(bi,je,Ue,Ze),Ai=Me(yi,je,Ue,Ze),Fi=Me(gi,je,Ue,Ze),Ri=Me(je,Ue,Ze);function Li(t){return Ee(t,[Ii,ar],[Vi,Ai],[Ni,Fi],[Bi,Ri])}function zi(t){return Ee(Ei(t),[_i,Mi])}function Pi(t){return Ee(t,[Oi,ir],[ji,ir],[Ti,Ci])}function Hi(t){return Ee(t,[ki,Si])}const $i=Me(je);function Wi(t){return Ee(t,[wi,$i])}const Ui=_e(xi,vi),Zi=_e(sr),qi=Me(je,Ue,Ze);function Yi(t){return Ee(t,[Ui,ar],[Zi,qi])}const Gi="Invalid Duration",or={weeks:{days:7,hours:7*24,minutes:7*24*60,seconds:7*24*60*60,milliseconds:7*24*60*60*1e3},days:{hours:24,minutes:24*60,seconds:24*60*60,milliseconds:24*60*60*1e3},hours:{minutes:60,seconds:60*60,milliseconds:60*60*1e3},minutes:{seconds:60,milliseconds:60*1e3},seconds:{milliseconds:1e3}},Ji={years:{quarters:4,months:12,weeks:52,days:365,hours:365*24,minutes:365*24*60,seconds:365*24*60*60,milliseconds:365*24*60*60*1e3},quarters:{months:3,weeks:13,days:91,hours:91*24,minutes:91*24*60,seconds:91*24*60*60,milliseconds:91*24*60*60*1e3},months:{weeks:4,days:30,hours:30*24,minutes:30*24*60,seconds:30*24*60*60,milliseconds:30*24*60*60*1e3},...or},Y=146097/400,Te=146097/4800,Ki={years:{quarters:4,months:12,weeks:Y/7,days:Y,hours:Y*24,minutes:Y*24*60,seconds:Y*24*60*60,milliseconds:Y*24*60*60*1e3},quarters:{months:3,weeks:Y/28,days:Y/4,hours:Y*24/4,minutes:Y*24*60/4,seconds:Y*24*60*60/4,milliseconds:Y*24*60*60*1e3/4},months:{weeks:Te/7,days:Te,hours:Te*24,minutes:Te*24*60,seconds:Te*24*60*60,milliseconds:Te*24*60*60*1e3},...or},Se=["years","quarters","months","weeks","days","hours","minutes","seconds","milliseconds"],Qi=Se.slice(0).reverse();function ye(t,e,n=!1){const s={values:n?e.values:{...t.values,...e.values||{}},loc:t.loc.clone(e.loc),conversionAccuracy:e.conversionAccuracy||t.conversionAccuracy,matrix:e.matrix||t.matrix};return new j(s)}function Xi(t){return t<0?Math.floor(t):Math.ceil(t)}function lr(t,e,n,s,r){const i=t[r][n],o=e[n]/i,c=Math.sign(o)===Math.sign(s[r]),l=!c&&s[r]!==0&&Math.abs(o)<=1?Xi(o):Math.trunc(o);s[r]+=l,e[n]-=l*i}function ea(t,e){Qi.reduce((n,s)=>O(e[s])?n:(n&&lr(t,e,n,e,s),s),null)}function ta(t){const e={};for(const[n,s]of Object.entries(t))s!==0&&(e[n]=s);return e}class j{constructor(e){const n=e.conversionAccuracy==="longterm"||!1;let s=n?Ki:Ji;e.matrix&&(s=e.matrix),this.values=e.values,this.loc=e.loc||I.create(),this.conversionAccuracy=n?"longterm":"casual",this.invalid=e.invalid||null,this.matrix=s,this.isLuxonDuration=!0}static fromMillis(e,n){return j.fromObject({milliseconds:e},n)}static fromObject(e,n={}){if(e==null||typeof e!="object")throw new q(`Duration.fromObject: argument expected to be an object, got ${e===null?"null":typeof e}`);return new j({values:dt(e,j.normalizeUnit),loc:I.fromObject(n),conversionAccuracy:n.conversionAccuracy,matrix:n.matrix})}static fromDurationLike(e){if(we(e))return j.fromMillis(e);if(j.isDuration(e))return e;if(typeof e=="object")return j.fromObject(e);throw new q(`Unknown duration argument ${e} of type ${typeof e}`)}static fromISO(e,n){const[s]=Hi(e);return s?j.fromObject(s,n):j.invalid("unparsable",`the input "${e}" can't be parsed as ISO 8601`)}static fromISOTime(e,n){const[s]=Wi(e);return s?j.fromObject(s,n):j.invalid("unparsable",`the input "${e}" can't be parsed as ISO 8601`)}static invalid(e,n=null){if(!e)throw new q("need to specify a reason the Duration is invalid");const s=e instanceof X?e:new X(e,n);if(A.throwOnInvalid)throw new js(s);return new j({invalid:s})}static normalizeUnit(e){const n={year:"years",years:"years",quarter:"quarters",quarters:"quarters",month:"months",months:"months",week:"weeks",weeks:"weeks",day:"days",days:"days",hour:"hours",hours:"hours",minute:"minutes",minutes:"minutes",second:"seconds",seconds:"seconds",millisecond:"milliseconds",milliseconds:"milliseconds"}[e&&e.toLowerCase()];if(!n)throw new pn(e);return n}static isDuration(e){return e&&e.isLuxonDuration||!1}get locale(){return this.isValid?this.loc.locale:null}get numberingSystem(){return this.isValid?this.loc.numberingSystem:null}toFormat(e,n={}){const s={...n,floor:n.round!==!1&&n.floor!==!1};return this.isValid?P.create(this.loc,s).formatDurationFromString(this,e):Gi}toHuman(e={}){const n=Se.map(s=>{const r=this.values[s];return O(r)?null:this.loc.numberFormatter({style:"unit",unitDisplay:"long",...e,unit:s.slice(0,-1)}).format(r)}).filter(s=>s);return this.loc.listFormatter({type:"conjunction",style:e.listStyle||"narrow",...e}).format(n)}toObject(){return this.isValid?{...this.values}:{}}toISO(){if(!this.isValid)return null;let e="P";return this.years!==0&&(e+=this.years+"Y"),(this.months!==0||this.quarters!==0)&&(e+=this.months+this.quarters*3+"M"),this.weeks!==0&&(e+=this.weeks+"W"),this.days!==0&&(e+=this.days+"D"),(this.hours!==0||this.minutes!==0||this.seconds!==0||this.milliseconds!==0)&&(e+="T"),this.hours!==0&&(e+=this.hours+"H"),this.minutes!==0&&(e+=this.minutes+"M"),(this.seconds!==0||this.milliseconds!==0)&&(e+=Tt(this.seconds+this.milliseconds/1e3,3)+"S"),e==="P"&&(e+="T0S"),e}toISOTime(e={}){if(!this.isValid)return null;const n=this.toMillis();if(n<0||n>=864e5)return null;e={suppressMilliseconds:!1,suppressSeconds:!1,includePrefix:!1,format:"extended",...e};const s=this.shiftTo("hours","minutes","seconds","milliseconds");let r=e.format==="basic"?"hhmm":"hh:mm";(!e.suppressSeconds||s.seconds!==0||s.milliseconds!==0)&&(r+=e.format==="basic"?"ss":":ss",(!e.suppressMilliseconds||s.milliseconds!==0)&&(r+=".SSS"));let i=s.toFormat(r);return e.includePrefix&&(i="T"+i),i}toJSON(){return this.toISO()}toString(){return this.toISO()}toMillis(){return this.as("milliseconds")}valueOf(){return this.toMillis()}plus(e){if(!this.isValid)return this;const n=j.fromDurationLike(e),s={};for(const r of Se)(De(n.values,r)||De(this.values,r))&&(s[r]=n.get(r)+this.get(r));return ye(this,{values:s},!0)}minus(e){if(!this.isValid)return this;const n=j.fromDurationLike(e);return this.plus(n.negate())}mapUnits(e){if(!this.isValid)return this;const n={};for(const s of Object.keys(this.values))n[s]=Un(e(this.values[s],s));return ye(this,{values:n},!0)}get(e){return this[j.normalizeUnit(e)]}set(e){if(!this.isValid)return this;const n={...this.values,...dt(e,j.normalizeUnit)};return ye(this,{values:n})}reconfigure({locale:e,numberingSystem:n,conversionAccuracy:s,matrix:r}={}){const o={loc:this.loc.clone({locale:e,numberingSystem:n}),matrix:r,conversionAccuracy:s};return ye(this,o)}as(e){return this.isValid?this.shiftTo(e).get(e):NaN}normalize(){if(!this.isValid)return this;const e=this.toObject();return ea(this.matrix,e),ye(this,{values:e},!0)}rescale(){if(!this.isValid)return this;const e=ta(this.normalize().shiftToAll().toObject());return ye(this,{values:e},!0)}shiftTo(...e){if(!this.isValid)return this;if(e.length===0)return this;e=e.map(o=>j.normalizeUnit(o));const n={},s={},r=this.toObject();let i;for(const o of Se)if(e.indexOf(o)>=0){i=o;let c=0;for(const d in s)c+=this.matrix[d][o]*s[d],s[d]=0;we(r[o])&&(c+=r[o]);const l=Math.trunc(c);n[o]=l,s[o]=(c*1e3-l*1e3)/1e3;for(const d in r)Se.indexOf(d)>Se.indexOf(o)&&lr(this.matrix,r,d,n,o)}else we(r[o])&&(s[o]=r[o]);for(const o in s)s[o]!==0&&(n[i]+=o===i?s[o]:s[o]/this.matrix[i][o]);return ye(this,{values:n},!0).normalize()}shiftToAll(){return this.isValid?this.shiftTo("years","months","weeks","days","hours","minutes","seconds","milliseconds"):this}negate(){if(!this.isValid)return this;const e={};for(const n of Object.keys(this.values))e[n]=this.values[n]===0?0:-this.values[n];return ye(this,{values:e},!0)}get years(){return this.isValid?this.values.years||0:NaN}get quarters(){return this.isValid?this.values.quarters||0:NaN}get months(){return this.isValid?this.values.months||0:NaN}get weeks(){return this.isValid?this.values.weeks||0:NaN}get days(){return this.isValid?this.values.days||0:NaN}get hours(){return this.isValid?this.values.hours||0:NaN}get minutes(){return this.isValid?this.values.minutes||0:NaN}get seconds(){return this.isValid?this.values.seconds||0:NaN}get milliseconds(){return this.isValid?this.values.milliseconds||0:NaN}get isValid(){return this.invalid===null}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}equals(e){if(!this.isValid||!e.isValid||!this.loc.equals(e.loc))return!1;function n(s,r){return s===void 0||s===0?r===void 0||r===0:s===r}for(const s of Se)if(!n(this.values[s],e.values[s]))return!1;return!0}}const Ce="Invalid Interval";function na(t,e){return!t||!t.isValid?N.invalid("missing or invalid start"):!e||!e.isValid?N.invalid("missing or invalid end"):e<t?N.invalid("end before start",`The end of an interval must be after its start, but you had start=${t.toISO()} and end=${e.toISO()}`):null}class N{constructor(e){this.s=e.start,this.e=e.end,this.invalid=e.invalid||null,this.isLuxonInterval=!0}static invalid(e,n=null){if(!e)throw new q("need to specify a reason the Interval is invalid");const s=e instanceof X?e:new X(e,n);if(A.throwOnInvalid)throw new Os(s);return new N({invalid:s})}static fromDateTimes(e,n){const s=Ge(e),r=Ge(n),i=na(s,r);return i??new N({start:s,end:r})}static after(e,n){const s=j.fromDurationLike(n),r=Ge(e);return N.fromDateTimes(r,r.plus(s))}static before(e,n){const s=j.fromDurationLike(n),r=Ge(e);return N.fromDateTimes(r.minus(s),r)}static fromISO(e,n){const[s,r]=(e||"").split("/",2);if(s&&r){let i,o;try{i=b.fromISO(s,n),o=i.isValid}catch{o=!1}let c,l;try{c=b.fromISO(r,n),l=c.isValid}catch{l=!1}if(o&&l)return N.fromDateTimes(i,c);if(o){const d=j.fromISO(r,n);if(d.isValid)return N.after(i,d)}else if(l){const d=j.fromISO(s,n);if(d.isValid)return N.before(c,d)}}return N.invalid("unparsable",`the input "${e}" can't be parsed as ISO 8601`)}static isInterval(e){return e&&e.isLuxonInterval||!1}get start(){return this.isValid?this.s:null}get end(){return this.isValid?this.e:null}get isValid(){return this.invalidReason===null}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}length(e="milliseconds"){return this.isValid?this.toDuration(e).get(e):NaN}count(e="milliseconds"){if(!this.isValid)return NaN;const n=this.start.startOf(e),s=this.end.startOf(e);return Math.floor(s.diff(n,e).get(e))+(s.valueOf()!==this.end.valueOf())}hasSame(e){return this.isValid?this.isEmpty()||this.e.minus(1).hasSame(this.s,e):!1}isEmpty(){return this.s.valueOf()===this.e.valueOf()}isAfter(e){return this.isValid?this.s>e:!1}isBefore(e){return this.isValid?this.e<=e:!1}contains(e){return this.isValid?this.s<=e&&this.e>e:!1}set({start:e,end:n}={}){return this.isValid?N.fromDateTimes(e||this.s,n||this.e):this}splitAt(...e){if(!this.isValid)return[];const n=e.map(Ge).filter(o=>this.contains(o)).sort(),s=[];let{s:r}=this,i=0;for(;r<this.e;){const o=n[i]||this.e,c=+o>+this.e?this.e:o;s.push(N.fromDateTimes(r,c)),r=c,i+=1}return s}splitBy(e){const n=j.fromDurationLike(e);if(!this.isValid||!n.isValid||n.as("milliseconds")===0)return[];let{s}=this,r=1,i;const o=[];for(;s<this.e;){const c=this.start.plus(n.mapUnits(l=>l*r));i=+c>+this.e?this.e:c,o.push(N.fromDateTimes(s,i)),s=i,r+=1}return o}divideEqually(e){return this.isValid?this.splitBy(this.length()/e).slice(0,e):[]}overlaps(e){return this.e>e.s&&this.s<e.e}abutsStart(e){return this.isValid?+this.e==+e.s:!1}abutsEnd(e){return this.isValid?+e.e==+this.s:!1}engulfs(e){return this.isValid?this.s<=e.s&&this.e>=e.e:!1}equals(e){return!this.isValid||!e.isValid?!1:this.s.equals(e.s)&&this.e.equals(e.e)}intersection(e){if(!this.isValid)return this;const n=this.s>e.s?this.s:e.s,s=this.e<e.e?this.e:e.e;return n>=s?null:N.fromDateTimes(n,s)}union(e){if(!this.isValid)return this;const n=this.s<e.s?this.s:e.s,s=this.e>e.e?this.e:e.e;return N.fromDateTimes(n,s)}static merge(e){const[n,s]=e.sort((r,i)=>r.s-i.s).reduce(([r,i],o)=>i?i.overlaps(o)||i.abutsStart(o)?[r,i.union(o)]:[r.concat([i]),o]:[r,o],[[],null]);return s&&n.push(s),n}static xor(e){let n=null,s=0;const r=[],i=e.map(l=>[{time:l.s,type:"s"},{time:l.e,type:"e"}]),o=Array.prototype.concat(...i),c=o.sort((l,d)=>l.time-d.time);for(const l of c)s+=l.type==="s"?1:-1,s===1?n=l.time:(n&&+n!=+l.time&&r.push(N.fromDateTimes(n,l.time)),n=null);return N.merge(r)}difference(...e){return N.xor([this].concat(e)).map(n=>this.intersection(n)).filter(n=>n&&!n.isEmpty())}toString(){return this.isValid?`[${this.s.toISO()} – ${this.e.toISO()})`:Ce}toLocaleString(e=tt,n={}){return this.isValid?P.create(this.s.loc.clone(n),e).formatInterval(this):Ce}toISO(e){return this.isValid?`${this.s.toISO(e)}/${this.e.toISO(e)}`:Ce}toISODate(){return this.isValid?`${this.s.toISODate()}/${this.e.toISODate()}`:Ce}toISOTime(e){return this.isValid?`${this.s.toISOTime(e)}/${this.e.toISOTime(e)}`:Ce}toFormat(e,{separator:n=" – "}={}){return this.isValid?`${this.s.toFormat(e)}${n}${this.e.toFormat(e)}`:Ce}toDuration(e,n){return this.isValid?this.e.diff(this.s,e,n):j.invalid(this.invalidReason)}mapEndpoints(e){return N.fromDateTimes(e(this.s),e(this.e))}}class ie{static hasDST(e=A.defaultZone){const n=b.now().setZone(e).set({month:12});return!e.isUniversal&&n.offset!==n.set({month:6}).offset}static isValidIANAZone(e){return de.isValidZone(e)}static normalizeZone(e){return pe(e,A.defaultZone)}static months(e="long",{locale:n=null,numberingSystem:s=null,locObj:r=null,outputCalendar:i="gregory"}={}){return(r||I.create(n,s,i)).months(e)}static monthsFormat(e="long",{locale:n=null,numberingSystem:s=null,locObj:r=null,outputCalendar:i="gregory"}={}){return(r||I.create(n,s,i)).months(e,!0)}static weekdays(e="long",{locale:n=null,numberingSystem:s=null,locObj:r=null}={}){return(r||I.create(n,s,null)).weekdays(e)}static weekdaysFormat(e="long",{locale:n=null,numberingSystem:s=null,locObj:r=null}={}){return(r||I.create(n,s,null)).weekdays(e,!0)}static meridiems({locale:e=null}={}){return I.create(e).meridiems()}static eras(e="short",{locale:n=null}={}){return I.create(n,null,"gregory").eras(e)}static features(){return{relative:Hn()}}}function cr(t,e){const n=r=>r.toUTC(0,{keepLocalTime:!0}).startOf("day").valueOf(),s=n(e)-n(t);return Math.floor(j.fromMillis(s).as("days"))}function ra(t,e,n){const s=[["years",(l,d)=>d.year-l.year],["quarters",(l,d)=>d.quarter-l.quarter+(d.year-l.year)*4],["months",(l,d)=>d.month-l.month+(d.year-l.year)*12],["weeks",(l,d)=>{const u=cr(l,d);return(u-u%7)/7}],["days",cr]],r={},i=t;let o,c;for(const[l,d]of s)n.indexOf(l)>=0&&(o=l,r[l]=d(t,e),c=i.plus(r),c>e?(r[l]--,t=i.plus(r)):t=c);return[t,r,c,o]}function sa(t,e,n,s){let[r,i,o,c]=ra(t,e,n);const l=e-r,d=n.filter(h=>["hours","minutes","seconds","milliseconds"].indexOf(h)>=0);d.length===0&&(o<e&&(o=r.plus({[c]:1})),o!==r&&(i[c]=(i[c]||0)+l/(o-r)));const u=j.fromObject(i,s);return d.length>0?j.fromMillis(l,s).shiftTo(...d).plus(u):u}const At={arab:"[٠-٩]",arabext:"[۰-۹]",bali:"[᭐-᭙]",beng:"[০-৯]",deva:"[०-९]",fullwide:"[0-9]",gujr:"[૦-૯]",hanidec:"[〇|一|二|三|四|五|六|七|八|九]",khmr:"[០-៩]",knda:"[೦-೯]",laoo:"[໐-໙]",limb:"[᥆-᥏]",mlym:"[൦-൯]",mong:"[᠐-᠙]",mymr:"[၀-၉]",orya:"[୦-୯]",tamldec:"[௦-௯]",telu:"[౦-౯]",thai:"[๐-๙]",tibt:"[༠-༩]",latn:"\\d"},dr={arab:[1632,1641],arabext:[1776,1785],bali:[6992,7001],beng:[2534,2543],deva:[2406,2415],fullwide:[65296,65303],gujr:[2790,2799],khmr:[6112,6121],knda:[3302,3311],laoo:[3792,3801],limb:[6470,6479],mlym:[3430,3439],mong:[6160,6169],mymr:[4160,4169],orya:[2918,2927],tamldec:[3046,3055],telu:[3174,3183],thai:[3664,3673],tibt:[3872,3881]},ia=At.hanidec.replace(/[\[|\]]/g,"").split("");function aa(t){let e=parseInt(t,10);if(isNaN(e)){e="";for(let n=0;n<t.length;n++){const s=t.charCodeAt(n);if(t[n].search(At.hanidec)!==-1)e+=ia.indexOf(t[n]);else for(const r in dr){const[i,o]=dr[r];s>=i&&s<=o&&(e+=s-i)}}return parseInt(e,10)}else return e}function ee({numberingSystem:t},e=""){return new RegExp(`${At[t||"latn"]}${e}`)}const oa="missing Intl.DateTimeFormat.formatToParts support";function T(t,e=n=>n){return{regex:t,deser:([n])=>e(aa(n))}}const ur=`[ ${String.fromCharCode(160)}]`,hr=new RegExp(ur,"g");function la(t){return t.replace(/\./g,"\\.?").replace(hr,ur)}function fr(t){return t.replace(/\./g,"").replace(hr," ").toLowerCase()}function te(t,e){return t===null?null:{regex:RegExp(t.map(la).join("|")),deser:([n])=>t.findIndex(s=>fr(n)===fr(s))+e}}function pr(t,e){return{regex:t,deser:([,n,s])=>ct(n,s),groups:e}}function ht(t){return{regex:t,deser:([e])=>e}}function ca(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")}function da(t,e){const n=ee(e),s=ee(e,"{2}"),r=ee(e,"{3}"),i=ee(e,"{4}"),o=ee(e,"{6}"),c=ee(e,"{1,2}"),l=ee(e,"{1,3}"),d=ee(e,"{1,6}"),u=ee(e,"{1,9}"),h=ee(e,"{2,4}"),f=ee(e,"{4,6}"),p=w=>({regex:RegExp(ca(w.val)),deser:([v])=>v,literal:!0}),y=(w=>{if(t.literal)return p(w);switch(w.val){case"G":return te(e.eras("short",!1),0);case"GG":return te(e.eras("long",!1),0);case"y":return T(d);case"yy":return T(h,It);case"yyyy":return T(i);case"yyyyy":return T(f);case"yyyyyy":return T(o);case"M":return T(c);case"MM":return T(s);case"MMM":return te(e.months("short",!0,!1),1);case"MMMM":return te(e.months("long",!0,!1),1);case"L":return T(c);case"LL":return T(s);case"LLL":return te(e.months("short",!1,!1),1);case"LLLL":return te(e.months("long",!1,!1),1);case"d":return T(c);case"dd":return T(s);case"o":return T(l);case"ooo":return T(r);case"HH":return T(s);case"H":return T(c);case"hh":return T(s);case"h":return T(c);case"mm":return T(s);case"m":return T(c);case"q":return T(c);case"qq":return T(s);case"s":return T(c);case"ss":return T(s);case"S":return T(l);case"SSS":return T(r);case"u":return ht(u);case"uu":return ht(c);case"uuu":return T(n);case"a":return te(e.meridiems(),0);case"kkkk":return T(i);case"kk":return T(h,It);case"W":return T(c);case"WW":return T(s);case"E":case"c":return T(n);case"EEE":return te(e.weekdays("short",!1,!1),1);case"EEEE":return te(e.weekdays("long",!1,!1),1);case"ccc":return te(e.weekdays("short",!0,!1),1);case"cccc":return te(e.weekdays("long",!0,!1),1);case"Z":case"ZZ":return pr(new RegExp(`([+-]${c.source})(?::(${s.source}))?`),2);case"ZZZ":return pr(new RegExp(`([+-]${c.source})(${s.source})?`),2);case"z":return ht(/[a-z_+-/]{1,256}?/i);case" ":return ht(/[^\S\n\r]/);default:return p(w)}})(t)||{invalidReason:oa};return y.token=t,y}const ua={year:{"2-digit":"yy",numeric:"yyyyy"},month:{numeric:"M","2-digit":"MM",short:"MMM",long:"MMMM"},day:{numeric:"d","2-digit":"dd"},weekday:{short:"EEE",long:"EEEE"},dayperiod:"a",dayPeriod:"a",hour:{numeric:"h","2-digit":"hh"},minute:{numeric:"m","2-digit":"mm"},second:{numeric:"s","2-digit":"ss"},timeZoneName:{long:"ZZZZZ",short:"ZZZ"}};function ha(t,e){const{type:n,value:s}=t;if(n==="literal"){const o=/^\s+$/.test(s);return{literal:!o,val:o?" ":s}}const r=e[n];let i=ua[n];if(typeof i=="object"&&(i=i[r]),i)return{literal:!1,val:i}}function fa(t){return[`^${t.map(n=>n.regex).reduce((n,s)=>`${n}(${s.source})`,"")}$`,t]}function pa(t,e,n){const s=t.match(e);if(s){const r={};let i=1;for(const o in n)if(De(n,o)){const c=n[o],l=c.groups?c.groups+1:1;!c.literal&&c.token&&(r[c.token.val[0]]=c.deser(s.slice(i,i+l))),i+=l}return[s,r]}else return[s,{}]}function ma(t){const e=i=>{switch(i){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":case"H":return"hour";case"d":return"day";case"o":return"ordinal";case"L":case"M":return"month";case"y":return"year";case"E":case"c":return"weekday";case"W":return"weekNumber";case"k":return"weekYear";case"q":return"quarter";default:return null}};let n=null,s;return O(t.z)||(n=de.create(t.z)),O(t.Z)||(n||(n=new H(t.Z)),s=t.Z),O(t.q)||(t.M=(t.q-1)*3+1),O(t.h)||(t.h<12&&t.a===1?t.h+=12:t.h===12&&t.a===0&&(t.h=0)),t.G===0&&t.y&&(t.y=-t.y),O(t.u)||(t.S=jt(t.u)),[Object.keys(t).reduce((i,o)=>{const c=e(o);return c&&(i[c]=t[o]),i},{}),n,s]}let Ft=null;function ya(){return Ft||(Ft=b.fromMillis(1555555555555)),Ft}function ga(t,e){if(t.literal)return t;const n=P.macroTokenToFormatOpts(t.val),s=gr(n,e);return s==null||s.includes(void 0)?t:s}function mr(t,e){return Array.prototype.concat(...t.map(n=>ga(n,e)))}function yr(t,e,n){const s=mr(P.parseFormat(n),t),r=s.map(o=>da(o,t)),i=r.find(o=>o.invalidReason);if(i)return{input:e,tokens:s,invalidReason:i.invalidReason};{const[o,c]=fa(r),l=RegExp(o,"i"),[d,u]=pa(e,l,c),[h,f,p]=u?ma(u):[null,null,void 0];if(De(u,"a")&&De(u,"H"))throw new Le("Can't include meridiem when specifying 24-hour format");return{input:e,tokens:s,regex:l,rawMatches:d,matches:u,result:h,zone:f,specificOffset:p}}}function xa(t,e,n){const{result:s,zone:r,specificOffset:i,invalidReason:o}=yr(t,e,n);return[s,r,i,o]}function gr(t,e){return t?P.create(e,t).formatDateTimeParts(ya()).map(r=>ha(r,t)):null}const xr=[0,31,59,90,120,151,181,212,243,273,304,334],vr=[0,31,60,91,121,152,182,213,244,274,305,335];function G(t,e){return new X("unit out of range",`you specified ${e} (of type ${typeof e}) as a ${t}, which is invalid`)}function br(t,e,n){const s=new Date(Date.UTC(t,e-1,n));t<100&&t>=0&&s.setUTCFullYear(s.getUTCFullYear()-1900);const r=s.getUTCDay();return r===0?7:r}function wr(t,e,n){return n+(He(t)?vr:xr)[e-1]}function kr(t,e){const n=He(t)?vr:xr,s=n.findIndex(i=>i<e),r=e-n[s];return{month:s+1,day:r}}function Rt(t){const{year:e,month:n,day:s}=t,r=wr(e,n,s),i=br(e,n,s);let o=Math.floor((r-i+10)/7),c;return o<1?(c=e-1,o=lt(c)):o>lt(e)?(c=e+1,o=1):c=e,{weekYear:c,weekNumber:o,weekday:i,...ut(t)}}function Sr(t){const{weekYear:e,weekNumber:n,weekday:s}=t,r=br(e,1,4),i=$e(e);let o=n*7+s-r-3,c;o<1?(c=e-1,o+=$e(c)):o>i?(c=e+1,o-=$e(e)):c=e;const{month:l,day:d}=kr(c,o);return{year:c,month:l,day:d,...ut(t)}}function Lt(t){const{year:e,month:n,day:s}=t,r=wr(e,n,s);return{year:e,ordinal:r,...ut(t)}}function Dr(t){const{year:e,ordinal:n}=t,{month:s,day:r}=kr(e,n);return{year:e,month:s,day:r,...ut(t)}}function va(t){const e=at(t.weekYear),n=ue(t.weekNumber,1,lt(t.weekYear)),s=ue(t.weekday,1,7);return e?n?s?!1:G("weekday",t.weekday):G("week",t.week):G("weekYear",t.weekYear)}function ba(t){const e=at(t.year),n=ue(t.ordinal,1,$e(t.year));return e?n?!1:G("ordinal",t.ordinal):G("year",t.year)}function _r(t){const e=at(t.year),n=ue(t.month,1,12),s=ue(t.day,1,ot(t.year,t.month));return e?n?s?!1:G("day",t.day):G("month",t.month):G("year",t.year)}function Mr(t){const{hour:e,minute:n,second:s,millisecond:r}=t,i=ue(e,0,23)||e===24&&n===0&&s===0&&r===0,o=ue(n,0,59),c=ue(s,0,59),l=ue(r,0,999);return i?o?c?l?!1:G("millisecond",r):G("second",s):G("minute",n):G("hour",e)}const zt="Invalid DateTime",Er=864e13;function ft(t){return new X("unsupported zone",`the zone "${t.name}" is not supported`)}function Pt(t){return t.weekData===null&&(t.weekData=Rt(t.c)),t.weekData}function qe(t,e){const n={ts:t.ts,zone:t.zone,c:t.c,o:t.o,loc:t.loc,invalid:t.invalid};return new b({...n,...e,old:n})}function Or(t,e,n){let s=t-e*60*1e3;const r=n.offset(s);if(e===r)return[s,e];s-=(r-e)*60*1e3;const i=n.offset(s);return r===i?[s,r]:[t-Math.min(r,i)*60*1e3,Math.max(r,i)]}function jr(t,e){t+=e*60*1e3;const n=new Date(t);return{year:n.getUTCFullYear(),month:n.getUTCMonth()+1,day:n.getUTCDate(),hour:n.getUTCHours(),minute:n.getUTCMinutes(),second:n.getUTCSeconds(),millisecond:n.getUTCMilliseconds()}}function pt(t,e,n){return Or(Ct(t),e,n)}function Tr(t,e){const n=t.o,s=t.c.year+Math.trunc(e.years),r=t.c.month+Math.trunc(e.months)+Math.trunc(e.quarters)*3,i={...t.c,year:s,month:r,day:Math.min(t.c.day,ot(s,r))+Math.trunc(e.days)+Math.trunc(e.weeks)*7},o=j.fromObject({years:e.years-Math.trunc(e.years),quarters:e.quarters-Math.trunc(e.quarters),months:e.months-Math.trunc(e.months),weeks:e.weeks-Math.trunc(e.weeks),days:e.days-Math.trunc(e.days),hours:e.hours,minutes:e.minutes,seconds:e.seconds,milliseconds:e.milliseconds}).as("milliseconds"),c=Ct(i);let[l,d]=Or(c,n,t.zone);return o!==0&&(l+=o,d=t.zone.offset(l)),{ts:l,o:d}}function Ye(t,e,n,s,r,i){const{setZone:o,zone:c}=n;if(t&&Object.keys(t).length!==0||e){const l=e||c,d=b.fromObject(t,{...n,zone:l,specificOffset:i});return o?d:d.setZone(c)}else return b.invalid(new X("unparsable",`the input "${r}" can't be parsed as ${s}`))}function mt(t,e,n=!0){return t.isValid?P.create(I.create("en-US"),{allowZ:n,forceSimple:!0}).formatDateTimeFromString(t,e):null}function Ht(t,e){const n=t.c.year>9999||t.c.year<0;let s="";return n&&t.c.year>=0&&(s+="+"),s+=F(t.c.year,n?6:4),e?(s+="-",s+=F(t.c.month),s+="-",s+=F(t.c.day)):(s+=F(t.c.month),s+=F(t.c.day)),s}function Cr(t,e,n,s,r,i){let o=F(t.c.hour);return e?(o+=":",o+=F(t.c.minute),(t.c.second!==0||!n)&&(o+=":")):o+=F(t.c.minute),(t.c.second!==0||!n)&&(o+=F(t.c.second),(t.c.millisecond!==0||!s)&&(o+=".",o+=F(t.c.millisecond,3))),r&&(t.isOffsetFixed&&t.offset===0&&!i?o+="Z":t.o<0?(o+="-",o+=F(Math.trunc(-t.o/60)),o+=":",o+=F(Math.trunc(-t.o%60))):(o+="+",o+=F(Math.trunc(t.o/60)),o+=":",o+=F(Math.trunc(t.o%60)))),i&&(o+="["+t.zone.ianaName+"]"),o}const Ir={month:1,day:1,hour:0,minute:0,second:0,millisecond:0},wa={weekNumber:1,weekday:1,hour:0,minute:0,second:0,millisecond:0},ka={ordinal:1,hour:0,minute:0,second:0,millisecond:0},Vr=["year","month","day","hour","minute","second","millisecond"],Sa=["weekYear","weekNumber","weekday","hour","minute","second","millisecond"],Da=["year","ordinal","hour","minute","second","millisecond"];function Nr(t){const e={year:"year",years:"year",month:"month",months:"month",day:"day",days:"day",hour:"hour",hours:"hour",minute:"minute",minutes:"minute",quarter:"quarter",quarters:"quarter",second:"second",seconds:"second",millisecond:"millisecond",milliseconds:"millisecond",weekday:"weekday",weekdays:"weekday",weeknumber:"weekNumber",weeksnumber:"weekNumber",weeknumbers:"weekNumber",weekyear:"weekYear",weekyears:"weekYear",ordinal:"ordinal"}[t.toLowerCase()];if(!e)throw new pn(t);return e}function Br(t,e){const n=pe(e.zone,A.defaultZone),s=I.fromObject(e),r=A.now();let i,o;if(O(t.year))i=r;else{for(const d of Vr)O(t[d])&&(t[d]=Ir[d]);const c=_r(t)||Mr(t);if(c)return b.invalid(c);const l=n.offset(r);[i,o]=pt(t,l,n)}return new b({ts:i,zone:n,loc:s,o})}function Ar(t,e,n){const s=O(n.round)?!0:n.round,r=(o,c)=>(o=Tt(o,s||n.calendary?0:2,!0),e.loc.clone(n).relFormatter(n).format(o,c)),i=o=>n.calendary?e.hasSame(t,o)?0:e.startOf(o).diff(t.startOf(o),o).get(o):e.diff(t,o).get(o);if(n.unit)return r(i(n.unit),n.unit);for(const o of n.units){const c=i(o);if(Math.abs(c)>=1)return r(c,o)}return r(t>e?-0:0,n.units[n.units.length-1])}function Fr(t){let e={},n;return t.length>0&&typeof t[t.length-1]=="object"?(e=t[t.length-1],n=Array.from(t).slice(0,t.length-1)):n=Array.from(t),[e,n]}class b{constructor(e){const n=e.zone||A.defaultZone;let s=e.invalid||(Number.isNaN(e.ts)?new X("invalid input"):null)||(n.isValid?null:ft(n));this.ts=O(e.ts)?A.now():e.ts;let r=null,i=null;if(!s)if(e.old&&e.old.ts===this.ts&&e.old.zone.equals(n))[r,i]=[e.old.c,e.old.o];else{const c=n.offset(this.ts);r=jr(this.ts,c),s=Number.isNaN(r.year)?new X("invalid input"):null,r=s?null:r,i=s?null:c}this._zone=n,this.loc=e.loc||I.create(),this.invalid=s,this.weekData=null,this.c=r,this.o=i,this.isLuxonDateTime=!0}static now(){return new b({})}static local(){const[e,n]=Fr(arguments),[s,r,i,o,c,l,d]=n;return Br({year:s,month:r,day:i,hour:o,minute:c,second:l,millisecond:d},e)}static utc(){const[e,n]=Fr(arguments),[s,r,i,o,c,l,d]=n;return e.zone=H.utcInstance,Br({year:s,month:r,day:i,hour:o,minute:c,second:l,millisecond:d},e)}static fromJSDate(e,n={}){const s=Js(e)?e.valueOf():NaN;if(Number.isNaN(s))return b.invalid("invalid input");const r=pe(n.zone,A.defaultZone);return r.isValid?new b({ts:s,zone:r,loc:I.fromObject(n)}):b.invalid(ft(r))}static fromMillis(e,n={}){if(we(e))return e<-Er||e>Er?b.invalid("Timestamp out of range"):new b({ts:e,zone:pe(n.zone,A.defaultZone),loc:I.fromObject(n)});throw new q(`fromMillis requires a numerical input, but received a ${typeof e} with value ${e}`)}static fromSeconds(e,n={}){if(we(e))return new b({ts:e*1e3,zone:pe(n.zone,A.defaultZone),loc:I.fromObject(n)});throw new q("fromSeconds requires a numerical input")}static fromObject(e,n={}){e=e||{};const s=pe(n.zone,A.defaultZone);if(!s.isValid)return b.invalid(ft(s));const r=A.now(),i=O(n.specificOffset)?s.offset(r):n.specificOffset,o=dt(e,Nr),c=!O(o.ordinal),l=!O(o.year),d=!O(o.month)||!O(o.day),u=l||d,h=o.weekYear||o.weekNumber,f=I.fromObject(n);if((u||c)&&h)throw new Le("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(d&&c)throw new Le("Can't mix ordinal dates with month/day");const p=h||o.weekday&&!u;let m,y,w=jr(r,i);p?(m=Sa,y=wa,w=Rt(w)):c?(m=Da,y=ka,w=Lt(w)):(m=Vr,y=Ir);let v=!1;for(const C of m){const L=o[C];O(L)?v?o[C]=y[C]:o[C]=w[C]:v=!0}const g=p?va(o):c?ba(o):_r(o),x=g||Mr(o);if(x)return b.invalid(x);const S=p?Sr(o):c?Dr(o):o,[M,_]=pt(S,i,s),E=new b({ts:M,zone:s,o:_,loc:f});return o.weekday&&u&&e.weekday!==E.weekday?b.invalid("mismatched weekday",`you can't specify both a weekday of ${o.weekday} and a date of ${E.toISO()}`):E}static fromISO(e,n={}){const[s,r]=Li(e);return Ye(s,r,n,"ISO 8601",e)}static fromRFC2822(e,n={}){const[s,r]=zi(e);return Ye(s,r,n,"RFC 2822",e)}static fromHTTP(e,n={}){const[s,r]=Pi(e);return Ye(s,r,n,"HTTP",n)}static fromFormat(e,n,s={}){if(O(e)||O(n))throw new q("fromFormat requires an input string and a format");const{locale:r=null,numberingSystem:i=null}=s,o=I.fromOpts({locale:r,numberingSystem:i,defaultToEN:!0}),[c,l,d,u]=xa(o,e,n);return u?b.invalid(u):Ye(c,l,s,`format ${n}`,e,d)}static fromString(e,n,s={}){return b.fromFormat(e,n,s)}static fromSQL(e,n={}){const[s,r]=Yi(e);return Ye(s,r,n,"SQL",e)}static invalid(e,n=null){if(!e)throw new q("need to specify a reason the DateTime is invalid");const s=e instanceof X?e:new X(e,n);if(A.throwOnInvalid)throw new Es(s);return new b({invalid:s})}static isDateTime(e){return e&&e.isLuxonDateTime||!1}static parseFormatForOpts(e,n={}){const s=gr(e,I.fromObject(n));return s?s.map(r=>r?r.val:null).join(""):null}static expandFormat(e,n={}){return mr(P.parseFormat(e),I.fromObject(n)).map(r=>r.val).join("")}get(e){return this[e]}get isValid(){return this.invalid===null}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}get locale(){return this.isValid?this.loc.locale:null}get numberingSystem(){return this.isValid?this.loc.numberingSystem:null}get outputCalendar(){return this.isValid?this.loc.outputCalendar:null}get zone(){return this._zone}get zoneName(){return this.isValid?this.zone.name:null}get year(){return this.isValid?this.c.year:NaN}get quarter(){return this.isValid?Math.ceil(this.c.month/3):NaN}get month(){return this.isValid?this.c.month:NaN}get day(){return this.isValid?this.c.day:NaN}get hour(){return this.isValid?this.c.hour:NaN}get minute(){return this.isValid?this.c.minute:NaN}get second(){return this.isValid?this.c.second:NaN}get millisecond(){return this.isValid?this.c.millisecond:NaN}get weekYear(){return this.isValid?Pt(this).weekYear:NaN}get weekNumber(){return this.isValid?Pt(this).weekNumber:NaN}get weekday(){return this.isValid?Pt(this).weekday:NaN}get ordinal(){return this.isValid?Lt(this.c).ordinal:NaN}get monthShort(){return this.isValid?ie.months("short",{locObj:this.loc})[this.month-1]:null}get monthLong(){return this.isValid?ie.months("long",{locObj:this.loc})[this.month-1]:null}get weekdayShort(){return this.isValid?ie.weekdays("short",{locObj:this.loc})[this.weekday-1]:null}get weekdayLong(){return this.isValid?ie.weekdays("long",{locObj:this.loc})[this.weekday-1]:null}get offset(){return this.isValid?+this.o:NaN}get offsetNameShort(){return this.isValid?this.zone.offsetName(this.ts,{format:"short",locale:this.locale}):null}get offsetNameLong(){return this.isValid?this.zone.offsetName(this.ts,{format:"long",locale:this.locale}):null}get isOffsetFixed(){return this.isValid?this.zone.isUniversal:null}get isInDST(){return this.isOffsetFixed?!1:this.offset>this.set({month:1,day:1}).offset||this.offset>this.set({month:5}).offset}get isInLeapYear(){return He(this.year)}get daysInMonth(){return ot(this.year,this.month)}get daysInYear(){return this.isValid?$e(this.year):NaN}get weeksInWeekYear(){return this.isValid?lt(this.weekYear):NaN}resolvedLocaleOptions(e={}){const{locale:n,numberingSystem:s,calendar:r}=P.create(this.loc.clone(e),e).resolvedOptions(this);return{locale:n,numberingSystem:s,outputCalendar:r}}toUTC(e=0,n={}){return this.setZone(H.instance(e),n)}toLocal(){return this.setZone(A.defaultZone)}setZone(e,{keepLocalTime:n=!1,keepCalendarTime:s=!1}={}){if(e=pe(e,A.defaultZone),e.equals(this.zone))return this;if(e.isValid){let r=this.ts;if(n||s){const i=e.offset(this.ts),o=this.toObject();[r]=pt(o,i,e)}return qe(this,{ts:r,zone:e})}else return b.invalid(ft(e))}reconfigure({locale:e,numberingSystem:n,outputCalendar:s}={}){const r=this.loc.clone({locale:e,numberingSystem:n,outputCalendar:s});return qe(this,{loc:r})}setLocale(e){return this.reconfigure({locale:e})}set(e){if(!this.isValid)return this;const n=dt(e,Nr),s=!O(n.weekYear)||!O(n.weekNumber)||!O(n.weekday),r=!O(n.ordinal),i=!O(n.year),o=!O(n.month)||!O(n.day),c=i||o,l=n.weekYear||n.weekNumber;if((c||r)&&l)throw new Le("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(o&&r)throw new Le("Can't mix ordinal dates with month/day");let d;s?d=Sr({...Rt(this.c),...n}):O(n.ordinal)?(d={...this.toObject(),...n},O(n.day)&&(d.day=Math.min(ot(d.year,d.month),d.day))):d=Dr({...Lt(this.c),...n});const[u,h]=pt(d,this.o,this.zone);return qe(this,{ts:u,o:h})}plus(e){if(!this.isValid)return this;const n=j.fromDurationLike(e);return qe(this,Tr(this,n))}minus(e){if(!this.isValid)return this;const n=j.fromDurationLike(e).negate();return qe(this,Tr(this,n))}startOf(e){if(!this.isValid)return this;const n={},s=j.normalizeUnit(e);switch(s){case"years":n.month=1;case"quarters":case"months":n.day=1;case"weeks":case"days":n.hour=0;case"hours":n.minute=0;case"minutes":n.second=0;case"seconds":n.millisecond=0;break}if(s==="weeks"&&(n.weekday=1),s==="quarters"){const r=Math.ceil(this.month/3);n.month=(r-1)*3+1}return this.set(n)}endOf(e){return this.isValid?this.plus({[e]:1}).startOf(e).minus(1):this}toFormat(e,n={}){return this.isValid?P.create(this.loc.redefaultToEN(n)).formatDateTimeFromString(this,e):zt}toLocaleString(e=tt,n={}){return this.isValid?P.create(this.loc.clone(n),e).formatDateTime(this):zt}toLocaleParts(e={}){return this.isValid?P.create(this.loc.clone(e),e).formatDateTimeParts(this):[]}toISO({format:e="extended",suppressSeconds:n=!1,suppressMilliseconds:s=!1,includeOffset:r=!0,extendedZone:i=!1}={}){if(!this.isValid)return null;const o=e==="extended";let c=Ht(this,o);return c+="T",c+=Cr(this,o,n,s,r,i),c}toISODate({format:e="extended"}={}){return this.isValid?Ht(this,e==="extended"):null}toISOWeekDate(){return mt(this,"kkkk-'W'WW-c")}toISOTime({suppressMilliseconds:e=!1,suppressSeconds:n=!1,includeOffset:s=!0,includePrefix:r=!1,extendedZone:i=!1,format:o="extended"}={}){return this.isValid?(r?"T":"")+Cr(this,o==="extended",n,e,s,i):null}toRFC2822(){return mt(this,"EEE, dd LLL yyyy HH:mm:ss ZZZ",!1)}toHTTP(){return mt(this.toUTC(),"EEE, dd LLL yyyy HH:mm:ss 'GMT'")}toSQLDate(){return this.isValid?Ht(this,!0):null}toSQLTime({includeOffset:e=!0,includeZone:n=!1,includeOffsetSpace:s=!0}={}){let r="HH:mm:ss.SSS";return(n||e)&&(s&&(r+=" "),n?r+="z":e&&(r+="ZZ")),mt(this,r,!0)}toSQL(e={}){return this.isValid?`${this.toSQLDate()} ${this.toSQLTime(e)}`:null}toString(){return this.isValid?this.toISO():zt}valueOf(){return this.toMillis()}toMillis(){return this.isValid?this.ts:NaN}toSeconds(){return this.isValid?this.ts/1e3:NaN}toUnixInteger(){return this.isValid?Math.floor(this.ts/1e3):NaN}toJSON(){return this.toISO()}toBSON(){return this.toJSDate()}toObject(e={}){if(!this.isValid)return{};const n={...this.c};return e.includeConfig&&(n.outputCalendar=this.outputCalendar,n.numberingSystem=this.loc.numberingSystem,n.locale=this.loc.locale),n}toJSDate(){return new Date(this.isValid?this.ts:NaN)}diff(e,n="milliseconds",s={}){if(!this.isValid||!e.isValid)return j.invalid("created by diffing an invalid DateTime");const r={locale:this.locale,numberingSystem:this.numberingSystem,...s},i=Ks(n).map(j.normalizeUnit),o=e.valueOf()>this.valueOf(),c=o?this:e,l=o?e:this,d=sa(c,l,i,r);return o?d.negate():d}diffNow(e="milliseconds",n={}){return this.diff(b.now(),e,n)}until(e){return this.isValid?N.fromDateTimes(this,e):this}hasSame(e,n){if(!this.isValid)return!1;const s=e.valueOf(),r=this.setZone(e.zone,{keepLocalTime:!0});return r.startOf(n)<=s&&s<=r.endOf(n)}equals(e){return this.isValid&&e.isValid&&this.valueOf()===e.valueOf()&&this.zone.equals(e.zone)&&this.loc.equals(e.loc)}toRelative(e={}){if(!this.isValid)return null;const n=e.base||b.fromObject({},{zone:this.zone}),s=e.padding?this<n?-e.padding:e.padding:0;let r=["years","months","days","hours","minutes","seconds"],i=e.unit;return Array.isArray(e.unit)&&(r=e.unit,i=void 0),Ar(n,this.plus(s),{...e,numeric:"always",units:r,unit:i})}toRelativeCalendar(e={}){return this.isValid?Ar(e.base||b.fromObject({},{zone:this.zone}),this,{...e,numeric:"auto",units:["years","months","days"],calendary:!0}):null}static min(...e){if(!e.every(b.isDateTime))throw new q("min requires all arguments be DateTimes");return $n(e,n=>n.valueOf(),Math.min)}static max(...e){if(!e.every(b.isDateTime))throw new q("max requires all arguments be DateTimes");return $n(e,n=>n.valueOf(),Math.max)}static fromFormatExplain(e,n,s={}){const{locale:r=null,numberingSystem:i=null}=s,o=I.fromOpts({locale:r,numberingSystem:i,defaultToEN:!0});return yr(o,e,n)}static fromStringExplain(e,n,s={}){return b.fromFormatExplain(e,n,s)}static get DATE_SHORT(){return tt}static get DATE_MED(){return mn}static get DATE_MED_WITH_WEEKDAY(){return Ts}static get DATE_FULL(){return yn}static get DATE_HUGE(){return gn}static get TIME_SIMPLE(){return xn}static get TIME_WITH_SECONDS(){return vn}static get TIME_WITH_SHORT_OFFSET(){return bn}static get TIME_WITH_LONG_OFFSET(){return wn}static get TIME_24_SIMPLE(){return kn}static get TIME_24_WITH_SECONDS(){return Sn}static get TIME_24_WITH_SHORT_OFFSET(){return Dn}static get TIME_24_WITH_LONG_OFFSET(){return _n}static get DATETIME_SHORT(){return Mn}static get DATETIME_SHORT_WITH_SECONDS(){return En}static get DATETIME_MED(){return On}static get DATETIME_MED_WITH_SECONDS(){return jn}static get DATETIME_MED_WITH_WEEKDAY(){return Cs}static get DATETIME_FULL(){return Tn}static get DATETIME_FULL_WITH_SECONDS(){return Cn}static get DATETIME_HUGE(){return In}static get DATETIME_HUGE_WITH_SECONDS(){return Vn}}function Ge(t){if(b.isDateTime(t))return t;if(t&&t.valueOf&&we(t.valueOf()))return b.fromJSDate(t);if(t&&typeof t=="object")return b.fromObject(t);throw new q(`Unknown datetime argument: ${t}, of type ${typeof t}`)}const J=()=>`_${Math.random().toString(36).substr(2,9)}`,Rr=function({dateOne:e,dateTwo:n,format:s,locale:r}){let i="";return e&&(i=b.fromISO(e).toFormat(s,{locale:r})),n&&(i+=" - "+b.fromISO(n).toFormat(s,{locale:r})),i},ge=t=>typeof t!="string"?"":t.charAt(0).toUpperCase()+t.slice(1),_d="",_a={key:0,class:"cpBadge__icon"},Ma={class:"cpBadge__label"},Ea=["neutral","blue","green","red","orange","purple","teal","pink","yellow"],Oa={__name:"CpBadge",props:{color:{type:String,default:"",validator:t=>Ea.includes(t)||t===""},isSolid:{type:Boolean,default:!1},isPlain:{type:Boolean,default:!1},isClearable:{type:Boolean,default:!1},icon:{type:String,default:""}},emits:["on-clear"],setup(t,{emit:e}){const n=t,s=a.useSlots(),r=a.computed(()=>ge(n.color)),i=a.computed(()=>!!s.icon),o=a.computed(()=>{const l=n.icon!==""||i.value;return{"cpBadge--isSolid":n.isSolid,"cpBadge--isPlain":n.isPlain,"cpBadge--hasIcon":l,"cpBadge--isClearable":n.isClearable,[`cpBadge--is${r.value}`]:r.value}}),c=()=>{e("on-clear")};return(l,d)=>{const u=a.resolveComponent("cp-icon");return a.openBlock(),a.createElementBlock("div",{class:a.normalizeClass(["cpBadge",o.value])},[i.value?(a.openBlock(),a.createElementBlock("span",_a,[a.renderSlot(l.$slots,"icon")])):t.icon?(a.openBlock(),a.createBlock(u,{key:1,type:t.icon,class:"cpBadge__icon"},null,8,["type"])):a.createCommentVNode("",!0),a.createElementVNode("span",Ma,[a.renderSlot(l.$slots,"default")]),t.isClearable?(a.openBlock(),a.createElementBlock("button",{key:2,class:"cpBadge__clear",type:"button",onClick:c},[a.createVNode(u,{class:"cpBadge__icon cpBadge__icon--isClear",type:"x"})])):a.createCommentVNode("",!0)],2)}}},Md="",R=(t,e)=>{const n=t.__vccOpts||t;for(const[s,r]of e)n[s]=r;return n},$t=["h1","h2","h3","h4","h5","h6"],Lr=[100,200,300,400,500,600,700,800,900],ja={props:{headingLevel:{type:String,default:$t[0],validator:t=>$t.includes(t),required:!1},size:{type:Number,default:Lr[4],validator:t=>Lr.includes(t),required:!1}},data(){return{headingLevels:$t}}};function Ta(t,e,n,s,r,i){return a.openBlock(),a.createBlock(a.resolveDynamicComponent(t.$props.headingLevel),a.mergeProps(t.$attrs,{class:[`cpHeading--${n.size}`,"cpHeading"]}),{default:a.withCtx(()=>[a.renderSlot(t.$slots,"default")]),_:3},16,["class"])}const zr=R(ja,[["render",Ta]]),Wt={BLUE:"blue",PURPLE:"purple",GREEN:"green",ORANGE:"orange",RED:"red"},Ie={BLUE:Wt.BLUE,PURPLE:Wt.PURPLE},Ca={props:{color:{type:String,default:"#ff6700"}}},Ia={id:"loader-1",version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",width:"40px",height:"40px",viewBox:"0 0 40 40","enable-background":"new 0 0 40 40","xml:space":"preserve"},Va=["fill"],Na=["fill"],Ba=[a.createElementVNode("animateTransform",{attributeType:"xml",attributeName:"transform",type:"rotate",from:"0 20 20",to:"360 20 20",dur:"0.5s",repeatCount:"indefinite"},null,-1)];function Aa(t,e,n,s,r,i){return a.openBlock(),a.createElementBlock("svg",Ia,[a.createElementVNode("path",{opacity:"0.2",fill:n.color,d:"M20.201,5.169c-8.254,0-14.946,6.692-14.946,14.946c0,8.255,6.692,14.946,14.946,14.946 s14.946-6.691,14.946-14.946C35.146,11.861,28.455,5.169,20.201,5.169z M20.201,31.749c-6.425,0-11.634-5.208-11.634-11.634 c0-6.425,5.209-11.634,11.634-11.634c6.425,0,11.633,5.209,11.633,11.634C31.834,26.541,26.626,31.749,20.201,31.749z"},null,8,Va),a.createElementVNode("path",{fill:n.color,d:"M26.013,10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0 C22.32,8.481,24.301,9.057,26.013,10.047z"},Ba,8,Na)])}const Pr=R(Ca,[["render",Aa]]),Od="",Hr={default:"default",primary:"primary",minimal:"minimal"},$r={button:"button",a:"a"},Wr={button:"button",submit:"submit",reset:"reset"},Fa={components:{CpLoader:Pr},props:{appearance:{type:String,default:Hr.default,validator:t=>({}).propertyIsEnumerable.call(Hr,t)},color:{type:String,default:"",validator:t=>Object.values(Wt).includes(t)||t===""},disabled:{type:Boolean,default:!1},tag:{type:String,default:$r.button,validator:t=>({}).propertyIsEnumerable.call($r,t)},type:{type:String,default:Wr.button,validator:t=>({}).propertyIsEnumerable.call(Wr,t)},isLoading:{type:Boolean,default:!1},isSquare:{type:Boolean,default:!1},isLarge:{type:Boolean,default:!1}},emits:["click"],computed:{capitalizedAppearance(){return ge(this.appearance)},capitalizedColor(){return ge(this.color)},dynamicClasses(){return[`cpButton--is${this.capitalizedAppearance}`,this.capitalizedColor&&`cpButton--is${this.capitalizedColor}`,{"cpButton--isDisabled":this.isButtonDisabled,"cpButton--isIcon":!this.hasLabel,"cpButton--isLoading":this.isLoading,"cpButton--isSquare":this.isSquare,"cpButton--isLarge":this.isLarge}]},hasLabel(){return!!this.$slots.default},hasIconBefore(){return!!this.$slots["icon-before"]},hasIconAfter(){return!!this.$slots["icon-after"]},isButtonDisabled(){return this.disabled||this.isLoading?!0:null}},methods:{handleClick(t){this.isButtonDisabled||this.$emit("click",t)}}},Ra={class:"cpButton__body"},La={key:0,class:"cpButton__loader"},za={key:1,class:"cpButton__icon cpButton__icon--isBefore"},Pa={key:2},Ha={key:3,class:"cpButton__icon cpButton__icon--isAfter"};function $a(t,e,n,s,r,i){const o=a.resolveComponent("cp-loader");return a.openBlock(),a.createBlock(a.resolveDynamicComponent(n.tag),{type:n.type,"aria-disabled":i.isButtonDisabled,disabled:i.isButtonDisabled,class:a.normalizeClass([i.dynamicClasses,"cpButton"]),role:"button",tabindex:"0",onClick:i.handleClick},{default:a.withCtx(()=>[a.createElementVNode("span",Ra,[n.isLoading?(a.openBlock(),a.createElementBlock("span",La,[a.createVNode(o,{color:"#B2B2BD"})])):a.createCommentVNode("",!0),i.hasIconBefore?(a.openBlock(),a.createElementBlock("span",za,[a.renderSlot(t.$slots,"icon-before")])):a.createCommentVNode("",!0),i.hasLabel?(a.openBlock(),a.createElementBlock("span",Pa,[a.renderSlot(t.$slots,"default")])):a.createCommentVNode("",!0),i.hasIconAfter?(a.openBlock(),a.createElementBlock("span",Ha,[a.renderSlot(t.$slots,"icon-after")])):a.createCommentVNode("",!0)])]),_:3},8,["type","aria-disabled","disabled","class","onClick"])}const Ur=R(Fa,[["render",$a]]),jd="",Wa=120,Ua={props:{modelValue:{type:[String,Date],default:""},minDate:{type:[String,Date],default:b.now().minus({year:Wa}).toISO()},maxDate:{type:[String,Date],default:b.now().toISO()},label:{type:String,default:""},required:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},isInvalid:{type:Boolean,default:!1},errorMessage:{type:String,default:""},displayErrorMessage:{type:Boolean,default:!0},autocompleteBirthday:{type:Boolean,default:!1},locale:{type:String,default:()=>navigator.language},inputsOptions:{type:Object,default:()=>{}}},emits:["update:modelValue","on-validation"],data(){return{day:this.initDateToken("day"),month:this.initDateToken("month"),year:this.initDateToken("year")}},computed:{formattedLabel(){const t=this.required&&this.label?"*":"";return`${ge(this.label)} ${t}`},cpDateId(){return J()},minYear(){return this.isoMinDate.year},maxYear(){return this.isoMaxDate.year},monthMaxDay(){return b.fromObject({year:this.year&&this.year.length<=4?Number(this.year):b.now().year,month:this.month?Number(this.month):b.now().month,day:1}).daysInMonth},months(){return ie.months("long",{locale:this.locale}).map((e,n)=>({label:ge(e),value:n+1}))},isoDate(){return b.fromObject({year:Number(this.year),month:Number(this.month),day:Number(this.day)}).toISODate()},isoMinDate(){return b.fromISO(this.minDate)},isoMaxDate(){return b.fromISO(this.maxDate)},isDateAfterMinDate(){return this.isoDate>=this.isoMinDate.toISODate()},isDateBeforeMaxDate(){return this.isoDate<=this.isoMaxDate.toISODate()},areInputsEmpty(){return this.day===""&&this.month===""&&this.year===""},isDateValid(){return this.areInputsEmpty&&!this.errorMessage?!0:!this.isInvalid&&this.isDayValid&&this.isMonthValid&&this.isYearValid&&this.isDateBeforeMaxDate&&this.isDateAfterMinDate},isDayValid(){return this.day>=1&&this.day<=this.monthMaxDay},isMonthValid(){return!!this.month},isYearValid(){return this.year>=this.minYear&&this.year<=this.maxYear},advancedErrorMessage(){return this.isDateValid||!this.displayErrorMessage?"":this.errorMessage?this.errorMessage:this.isMonthValid?this.isDayValid?this.isYearValid?this.isDateBeforeMaxDate?this.isDateAfterMinDate?"":`The date can't be before ${this.isoMinDate.toFormat("DDD")}.`:`The date can't be after ${this.isoMaxDate.toFormat("DDD")}.`:`Year must be in the range ${this.minYear} – ${this.maxYear}.`:`Day must be in the range 1 – ${this.monthMaxDay}.`:"Month is required."},dynamicClasses(){return{"cpDate--isInvalid":!this.isDateValid,"cpDate--isDisabled":this.disabled}},selectDynamicClass(){return{"cpDate__month--isEmpty":!this.month}},autocompleteFields(){return this.autocompleteBirthday?{day:"bday-day",month:"bday-month",year:"bday-year"}:"off"},dayInputPlaceholder(){var t;return((t=this.inputsOptions)==null?void 0:t.dayInputPlaceholder)||"DD"},monthInputPlaceholder(){var t;return((t=this.inputsOptions)==null?void 0:t.monthInputPlaceholder)||"Months"},yearInputPlaceholder(){var t;return((t=this.inputsOptions)==null?void 0:t.yearInputPlaceholder)||"YYYY"}},watch:{day(){this.handleUpdate()},month(){this.handleUpdate()},year(){this.handleUpdate()}},methods:{initDateToken(t){return b.fromISO(this.modelValue).invalid?"":b.fromISO(this.modelValue)[t]},handleUpdate(){this.$emit("update:modelValue",this.isoDate),this.$emit("on-validation",this.isDateValid)}}},Za=["for"],qa={class:"cpDate__inputs"},Ya=["placeholder","required","disabled","autocomplete"],Ga=a.createElementVNode("div",{class:"cpDate__divider"},null,-1),Ja=["id","required","disabled","autocomplete"],Ka={value:""},Qa=["value"],Xa=a.createElementVNode("div",{class:"cpDate__divider"},null,-1),eo=["placeholder","disabled","required","autocomplete"],to={key:0,class:"cpDate__errorMessage"};function no(t,e,n,s,r,i){const o=a.resolveComponent("cp-icon"),c=a.resolveComponent("transition-expand"),l=a.resolveDirective("maska");return a.openBlock(),a.createElementBlock("div",{class:a.normalizeClass(["cpDate",i.dynamicClasses])},[n.label?(a.openBlock(),a.createElementBlock("label",{key:0,class:"cpDate__label",for:i.cpDateId},[a.createTextVNode(a.toDisplayString(i.formattedLabel)+" ",1),i.isDateValid?a.createCommentVNode("",!0):(a.openBlock(),a.createBlock(o,{key:0,type:"alert-circle"}))],8,Za)):a.createCommentVNode("",!0),a.createElementVNode("div",qa,[a.withDirectives(a.createElementVNode("input",{"onUpdate:modelValue":e[0]||(e[0]=d=>r.day=d),"data-maska":"##",placeholder:i.dayInputPlaceholder,class:"cpDate__day",inputmode:"numeric",maxlength:"2",required:n.required,disabled:n.disabled,autocomplete:i.autocompleteFields.day},null,8,Ya),[[a.vModelText,r.day],[l]]),Ga,a.createElementVNode("div",{class:a.normalizeClass(["cpDate__month",i.selectDynamicClass])},[a.withDirectives(a.createElementVNode("select",{id:i.cpDateId,"onUpdate:modelValue":e[1]||(e[1]=d=>r.month=d),required:n.required,disabled:n.disabled,autocomplete:i.autocompleteFields.month},[a.createElementVNode("option",Ka,a.toDisplayString(i.monthInputPlaceholder),1),(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(i.months,(d,u)=>(a.openBlock(),a.createElementBlock("option",{key:u,value:d.value},a.toDisplayString(d.label),9,Qa))),128))],8,Ja),[[a.vModelSelect,r.month]])],2),Xa,a.withDirectives(a.createElementVNode("input",{"onUpdate:modelValue":e[2]||(e[2]=d=>r.year=d),"data-maska":"####",placeholder:i.yearInputPlaceholder,class:"cpDate__year",inputmode:"numeric",maxlength:"4",disabled:n.disabled,required:n.required,autocomplete:i.autocompleteFields.year},null,8,eo),[[a.vModelText,r.year],[l]])]),a.createVNode(c,null,{default:a.withCtx(()=>[i.advancedErrorMessage?(a.openBlock(),a.createElementBlock("div",to,a.toDisplayString(i.advancedErrorMessage),1)):a.createCommentVNode("",!0)]),_:1})],2)}const ro=R(Ua,[["render",no]]),so={componentUpdated:Zr,inserted:Zr};function Zr(t){const e=document.createElement("select");e.className=t.className;const n=document.createElement("option");n.textContent=t.value,e.appendChild(n),t.parentNode.appendChild(e),t.style.width=e.offsetWidth+"px",e.parentNode.removeChild(e)}var io=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function ao(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var qr={exports:{}};(function(t,e){(function(s,r){t.exports=r()})(typeof self<"u"?self:io,function(){return function(n){var s={};function r(i){if(s[i])return s[i].exports;var o=s[i]={i,l:!1,exports:{}};return n[i].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=n,r.c=s,r.d=function(i,o,c){r.o(i,o)||Object.defineProperty(i,o,{configurable:!1,enumerable:!0,get:c})},r.r=function(i){Object.defineProperty(i,"__esModule",{value:!0})},r.n=function(i){var o=i&&i.__esModule?function(){return i.default}:function(){return i};return r.d(o,"a",o),o},r.o=function(i,o){return Object.prototype.hasOwnProperty.call(i,o)},r.p="",r(r.s=0)}({"./dist/icons.json":function(n){n.exports={activity:'<polyline points="22 12 18 12 15 21 9 3 6 12 2 12"></polyline>',airplay:'<path d="M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1"></path><polygon points="12 15 17 21 7 21 12 15"></polygon>',"alert-circle":'<circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line>',"alert-octagon":'<polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"></polygon><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line>',"alert-triangle":'<path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"></path><line x1="12" y1="9" x2="12" y2="13"></line><line x1="12" y1="17" x2="12.01" y2="17"></line>',"align-center":'<line x1="18" y1="10" x2="6" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="18" y1="18" x2="6" y2="18"></line>',"align-justify":'<line x1="21" y1="10" x2="3" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="21" y1="18" x2="3" y2="18"></line>',"align-left":'<line x1="17" y1="10" x2="3" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="17" y1="18" x2="3" y2="18"></line>',"align-right":'<line x1="21" y1="10" x2="7" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="21" y1="18" x2="7" y2="18"></line>',anchor:'<circle cx="12" cy="5" r="3"></circle><line x1="12" y1="22" x2="12" y2="8"></line><path d="M5 12H2a10 10 0 0 0 20 0h-3"></path>',aperture:'<circle cx="12" cy="12" r="10"></circle><line x1="14.31" y1="8" x2="20.05" y2="17.94"></line><line x1="9.69" y1="8" x2="21.17" y2="8"></line><line x1="7.38" y1="12" x2="13.12" y2="2.06"></line><line x1="9.69" y1="16" x2="3.95" y2="6.06"></line><line x1="14.31" y1="16" x2="2.83" y2="16"></line><line x1="16.62" y1="12" x2="10.88" y2="21.94"></line>',archive:'<polyline points="21 8 21 21 3 21 3 8"></polyline><rect x="1" y="3" width="22" height="5"></rect><line x1="10" y1="12" x2="14" y2="12"></line>',"arrow-down-circle":'<circle cx="12" cy="12" r="10"></circle><polyline points="8 12 12 16 16 12"></polyline><line x1="12" y1="8" x2="12" y2="16"></line>',"arrow-down-left":'<line x1="17" y1="7" x2="7" y2="17"></line><polyline points="17 17 7 17 7 7"></polyline>',"arrow-down-right":'<line x1="7" y1="7" x2="17" y2="17"></line><polyline points="17 7 17 17 7 17"></polyline>',"arrow-down":'<line x1="12" y1="5" x2="12" y2="19"></line><polyline points="19 12 12 19 5 12"></polyline>',"arrow-left-circle":'<circle cx="12" cy="12" r="10"></circle><polyline points="12 8 8 12 12 16"></polyline><line x1="16" y1="12" x2="8" y2="12"></line>',"arrow-left":'<line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline>',"arrow-right-circle":'<circle cx="12" cy="12" r="10"></circle><polyline points="12 16 16 12 12 8"></polyline><line x1="8" y1="12" x2="16" y2="12"></line>',"arrow-right":'<line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline>',"arrow-up-circle":'<circle cx="12" cy="12" r="10"></circle><polyline points="16 12 12 8 8 12"></polyline><line x1="12" y1="16" x2="12" y2="8"></line>',"arrow-up-left":'<line x1="17" y1="17" x2="7" y2="7"></line><polyline points="7 17 7 7 17 7"></polyline>',"arrow-up-right":'<line x1="7" y1="17" x2="17" y2="7"></line><polyline points="7 7 17 7 17 17"></polyline>',"arrow-up":'<line x1="12" y1="19" x2="12" y2="5"></line><polyline points="5 12 12 5 19 12"></polyline>',"at-sign":'<circle cx="12" cy="12" r="4"></circle><path d="M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"></path>',award:'<circle cx="12" cy="8" r="7"></circle><polyline points="8.21 13.89 7 23 12 20 17 23 15.79 13.88"></polyline>',"bar-chart-2":'<line x1="18" y1="20" x2="18" y2="10"></line><line x1="12" y1="20" x2="12" y2="4"></line><line x1="6" y1="20" x2="6" y2="14"></line>',"bar-chart":'<line x1="12" y1="20" x2="12" y2="10"></line><line x1="18" y1="20" x2="18" y2="4"></line><line x1="6" y1="20" x2="6" y2="16"></line>',"battery-charging":'<path d="M5 18H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.19M15 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.19"></path><line x1="23" y1="13" x2="23" y2="11"></line><polyline points="11 6 7 12 13 12 9 18"></polyline>',battery:'<rect x="1" y="6" width="18" height="12" rx="2" ry="2"></rect><line x1="23" y1="13" x2="23" y2="11"></line>',"bell-off":'<path d="M13.73 21a2 2 0 0 1-3.46 0"></path><path d="M18.63 13A17.89 17.89 0 0 1 18 8"></path><path d="M6.26 6.26A5.86 5.86 0 0 0 6 8c0 7-3 9-3 9h14"></path><path d="M18 8a6 6 0 0 0-9.33-5"></path><line x1="1" y1="1" x2="23" y2="23"></line>',bell:'<path d="M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"></path><path d="M13.73 21a2 2 0 0 1-3.46 0"></path>',bluetooth:'<polyline points="6.5 6.5 17.5 17.5 12 23 12 1 17.5 6.5 6.5 17.5"></polyline>',bold:'<path d="M6 4h8a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"></path><path d="M6 12h9a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"></path>',"book-open":'<path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path><path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>',book:'<path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"></path><path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"></path>',bookmark:'<path d="M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"></path>',box:'<path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path><polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline><line x1="12" y1="22.08" x2="12" y2="12"></line>',briefcase:'<rect x="2" y="7" width="20" height="14" rx="2" ry="2"></rect><path d="M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16"></path>',calendar:'<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line>',"camera-off":'<line x1="1" y1="1" x2="23" y2="23"></line><path d="M21 21H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3m3-3h6l2 3h4a2 2 0 0 1 2 2v9.34m-7.72-2.06a4 4 0 1 1-5.56-5.56"></path>',camera:'<path d="M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"></path><circle cx="12" cy="13" r="4"></circle>',cast:'<path d="M2 16.1A5 5 0 0 1 5.9 20M2 12.05A9 9 0 0 1 9.95 20M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6"></path><line x1="2" y1="20" x2="2.01" y2="20"></line>',"check-circle":'<path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline>',"check-square":'<polyline points="9 11 12 14 22 4"></polyline><path d="M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"></path>',check:'<polyline points="20 6 9 17 4 12"></polyline>',"chevron-down":'<polyline points="6 9 12 15 18 9"></polyline>',"chevron-left":'<polyline points="15 18 9 12 15 6"></polyline>',"chevron-right":'<polyline points="9 18 15 12 9 6"></polyline>',"chevron-up":'<polyline points="18 15 12 9 6 15"></polyline>',"chevrons-down":'<polyline points="7 13 12 18 17 13"></polyline><polyline points="7 6 12 11 17 6"></polyline>',"chevrons-left":'<polyline points="11 17 6 12 11 7"></polyline><polyline points="18 17 13 12 18 7"></polyline>',"chevrons-right":'<polyline points="13 17 18 12 13 7"></polyline><polyline points="6 17 11 12 6 7"></polyline>',"chevrons-up":'<polyline points="17 11 12 6 7 11"></polyline><polyline points="17 18 12 13 7 18"></polyline>',chrome:'<circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="4"></circle><line x1="21.17" y1="8" x2="12" y2="8"></line><line x1="3.95" y1="6.06" x2="8.54" y2="14"></line><line x1="10.88" y1="21.94" x2="15.46" y2="14"></line>',circle:'<circle cx="12" cy="12" r="10"></circle>',clipboard:'<path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"></path><rect x="8" y="2" width="8" height="4" rx="1" ry="1"></rect>',clock:'<circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline>',"cloud-drizzle":'<line x1="8" y1="19" x2="8" y2="21"></line><line x1="8" y1="13" x2="8" y2="15"></line><line x1="16" y1="19" x2="16" y2="21"></line><line x1="16" y1="13" x2="16" y2="15"></line><line x1="12" y1="21" x2="12" y2="23"></line><line x1="12" y1="15" x2="12" y2="17"></line><path d="M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"></path>',"cloud-lightning":'<path d="M19 16.9A5 5 0 0 0 18 7h-1.26a8 8 0 1 0-11.62 9"></path><polyline points="13 11 9 17 15 17 11 23"></polyline>',"cloud-off":'<path d="M22.61 16.95A5 5 0 0 0 18 10h-1.26a8 8 0 0 0-7.05-6M5 5a8 8 0 0 0 4 15h9a5 5 0 0 0 1.7-.3"></path><line x1="1" y1="1" x2="23" y2="23"></line>',"cloud-rain":'<line x1="16" y1="13" x2="16" y2="21"></line><line x1="8" y1="13" x2="8" y2="21"></line><line x1="12" y1="15" x2="12" y2="23"></line><path d="M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"></path>',"cloud-snow":'<path d="M20 17.58A5 5 0 0 0 18 8h-1.26A8 8 0 1 0 4 16.25"></path><line x1="8" y1="16" x2="8.01" y2="16"></line><line x1="8" y1="20" x2="8.01" y2="20"></line><line x1="12" y1="18" x2="12.01" y2="18"></line><line x1="12" y1="22" x2="12.01" y2="22"></line><line x1="16" y1="16" x2="16.01" y2="16"></line><line x1="16" y1="20" x2="16.01" y2="20"></line>',cloud:'<path d="M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z"></path>',code:'<polyline points="16 18 22 12 16 6"></polyline><polyline points="8 6 2 12 8 18"></polyline>',codepen:'<polygon points="12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2"></polygon><line x1="12" y1="22" x2="12" y2="15.5"></line><polyline points="22 8.5 12 15.5 2 8.5"></polyline><polyline points="2 15.5 12 8.5 22 15.5"></polyline><line x1="12" y1="2" x2="12" y2="8.5"></line>',codesandbox:'<path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path><polyline points="7.5 4.21 12 6.81 16.5 4.21"></polyline><polyline points="7.5 19.79 7.5 14.6 3 12"></polyline><polyline points="21 12 16.5 14.6 16.5 19.79"></polyline><polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline><line x1="12" y1="22.08" x2="12" y2="12"></line>',coffee:'<path d="M18 8h1a4 4 0 0 1 0 8h-1"></path><path d="M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z"></path><line x1="6" y1="1" x2="6" y2="4"></line><line x1="10" y1="1" x2="10" y2="4"></line><line x1="14" y1="1" x2="14" y2="4"></line>',columns:'<path d="M12 3h7a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-7m0-18H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7m0-18v18"></path>',command:'<path d="M18 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3H6a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3V6a3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 3 3 0 0 0-3-3z"></path>',compass:'<circle cx="12" cy="12" r="10"></circle><polygon points="16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76"></polygon>',copy:'<rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path>',"corner-down-left":'<polyline points="9 10 4 15 9 20"></polyline><path d="M20 4v7a4 4 0 0 1-4 4H4"></path>',"corner-down-right":'<polyline points="15 10 20 15 15 20"></polyline><path d="M4 4v7a4 4 0 0 0 4 4h12"></path>',"corner-left-down":'<polyline points="14 15 9 20 4 15"></polyline><path d="M20 4h-7a4 4 0 0 0-4 4v12"></path>',"corner-left-up":'<polyline points="14 9 9 4 4 9"></polyline><path d="M20 20h-7a4 4 0 0 1-4-4V4"></path>',"corner-right-down":'<polyline points="10 15 15 20 20 15"></polyline><path d="M4 4h7a4 4 0 0 1 4 4v12"></path>',"corner-right-up":'<polyline points="10 9 15 4 20 9"></polyline><path d="M4 20h7a4 4 0 0 0 4-4V4"></path>',"corner-up-left":'<polyline points="9 14 4 9 9 4"></polyline><path d="M20 20v-7a4 4 0 0 0-4-4H4"></path>',"corner-up-right":'<polyline points="15 14 20 9 15 4"></polyline><path d="M4 20v-7a4 4 0 0 1 4-4h12"></path>',cpu:'<rect x="4" y="4" width="16" height="16" rx="2" ry="2"></rect><rect x="9" y="9" width="6" height="6"></rect><line x1="9" y1="1" x2="9" y2="4"></line><line x1="15" y1="1" x2="15" y2="4"></line><line x1="9" y1="20" x2="9" y2="23"></line><line x1="15" y1="20" x2="15" y2="23"></line><line x1="20" y1="9" x2="23" y2="9"></line><line x1="20" y1="14" x2="23" y2="14"></line><line x1="1" y1="9" x2="4" y2="9"></line><line x1="1" y1="14" x2="4" y2="14"></line>',"credit-card":'<rect x="1" y="4" width="22" height="16" rx="2" ry="2"></rect><line x1="1" y1="10" x2="23" y2="10"></line>',crop:'<path d="M6.13 1L6 16a2 2 0 0 0 2 2h15"></path><path d="M1 6.13L16 6a2 2 0 0 1 2 2v15"></path>',crosshair:'<circle cx="12" cy="12" r="10"></circle><line x1="22" y1="12" x2="18" y2="12"></line><line x1="6" y1="12" x2="2" y2="12"></line><line x1="12" y1="6" x2="12" y2="2"></line><line x1="12" y1="22" x2="12" y2="18"></line>',database:'<ellipse cx="12" cy="5" rx="9" ry="3"></ellipse><path d="M21 12c0 1.66-4 3-9 3s-9-1.34-9-3"></path><path d="M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5"></path>',delete:'<path d="M21 4H8l-7 8 7 8h13a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z"></path><line x1="18" y1="9" x2="12" y2="15"></line><line x1="12" y1="9" x2="18" y2="15"></line>',disc:'<circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="3"></circle>',"divide-circle":'<line x1="8" y1="12" x2="16" y2="12"></line><line x1="12" y1="16" x2="12" y2="16"></line><line x1="12" y1="8" x2="12" y2="8"></line><circle cx="12" cy="12" r="10"></circle>',"divide-square":'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="8" y1="12" x2="16" y2="12"></line><line x1="12" y1="16" x2="12" y2="16"></line><line x1="12" y1="8" x2="12" y2="8"></line>',divide:'<circle cx="12" cy="6" r="2"></circle><line x1="5" y1="12" x2="19" y2="12"></line><circle cx="12" cy="18" r="2"></circle>',"dollar-sign":'<line x1="12" y1="1" x2="12" y2="23"></line><path d="M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"></path>',"download-cloud":'<polyline points="8 17 12 21 16 17"></polyline><line x1="12" y1="12" x2="12" y2="21"></line><path d="M20.88 18.09A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.29"></path>',download:'<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" y1="15" x2="12" y2="3"></line>',dribbble:'<circle cx="12" cy="12" r="10"></circle><path d="M8.56 2.75c4.37 6.03 6.02 9.42 8.03 17.72m2.54-15.38c-3.72 4.35-8.94 5.66-16.88 5.85m19.5 1.9c-3.5-.93-6.63-.82-8.94 0-2.58.92-5.01 2.86-7.44 6.32"></path>',droplet:'<path d="M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z"></path>',"edit-2":'<path d="M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z"></path>',"edit-3":'<path d="M12 20h9"></path><path d="M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z"></path>',edit:'<path d="M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"></path><path d="M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"></path>',"external-link":'<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" y1="14" x2="21" y2="3"></line>',"eye-off":'<path d="M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24"></path><line x1="1" y1="1" x2="23" y2="23"></line>',eye:'<path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path><circle cx="12" cy="12" r="3"></circle>',facebook:'<path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"></path>',"fast-forward":'<polygon points="13 19 22 12 13 5 13 19"></polygon><polygon points="2 19 11 12 2 5 2 19"></polygon>',feather:'<path d="M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z"></path><line x1="16" y1="8" x2="2" y2="22"></line><line x1="17.5" y1="15" x2="9" y2="15"></line>',figma:'<path d="M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z"></path><path d="M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z"></path><path d="M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z"></path><path d="M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z"></path><path d="M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z"></path>',"file-minus":'<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="9" y1="15" x2="15" y2="15"></line>',"file-plus":'<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="12" y1="18" x2="12" y2="12"></line><line x1="9" y1="15" x2="15" y2="15"></line>',"file-text":'<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="16" y1="13" x2="8" y2="13"></line><line x1="16" y1="17" x2="8" y2="17"></line><polyline points="10 9 9 9 8 9"></polyline>',file:'<path d="M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"></path><polyline points="13 2 13 9 20 9"></polyline>',film:'<rect x="2" y="2" width="20" height="20" rx="2.18" ry="2.18"></rect><line x1="7" y1="2" x2="7" y2="22"></line><line x1="17" y1="2" x2="17" y2="22"></line><line x1="2" y1="12" x2="22" y2="12"></line><line x1="2" y1="7" x2="7" y2="7"></line><line x1="2" y1="17" x2="7" y2="17"></line><line x1="17" y1="17" x2="22" y2="17"></line><line x1="17" y1="7" x2="22" y2="7"></line>',filter:'<polygon points="22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"></polygon>',flag:'<path d="M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z"></path><line x1="4" y1="22" x2="4" y2="15"></line>',"folder-minus":'<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path><line x1="9" y1="14" x2="15" y2="14"></line>',"folder-plus":'<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path><line x1="12" y1="11" x2="12" y2="17"></line><line x1="9" y1="14" x2="15" y2="14"></line>',folder:'<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path>',framer:'<path d="M5 16V9h14V2H5l14 14h-7m-7 0l7 7v-7m-7 0h7"></path>',frown:'<circle cx="12" cy="12" r="10"></circle><path d="M16 16s-1.5-2-4-2-4 2-4 2"></path><line x1="9" y1="9" x2="9.01" y2="9"></line><line x1="15" y1="9" x2="15.01" y2="9"></line>',gift:'<polyline points="20 12 20 22 4 22 4 12"></polyline><rect x="2" y="7" width="20" height="5"></rect><line x1="12" y1="22" x2="12" y2="7"></line><path d="M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z"></path><path d="M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z"></path>',"git-branch":'<line x1="6" y1="3" x2="6" y2="15"></line><circle cx="18" cy="6" r="3"></circle><circle cx="6" cy="18" r="3"></circle><path d="M18 9a9 9 0 0 1-9 9"></path>',"git-commit":'<circle cx="12" cy="12" r="4"></circle><line x1="1.05" y1="12" x2="7" y2="12"></line><line x1="17.01" y1="12" x2="22.96" y2="12"></line>',"git-merge":'<circle cx="18" cy="18" r="3"></circle><circle cx="6" cy="6" r="3"></circle><path d="M6 21V9a9 9 0 0 0 9 9"></path>',"git-pull-request":'<circle cx="18" cy="18" r="3"></circle><circle cx="6" cy="6" r="3"></circle><path d="M13 6h3a2 2 0 0 1 2 2v7"></path><line x1="6" y1="9" x2="6" y2="21"></line>',github:'<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>',gitlab:'<path d="M22.65 14.39L12 22.13 1.35 14.39a.84.84 0 0 1-.3-.94l1.22-3.78 2.44-7.51A.42.42 0 0 1 4.82 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.49h8.1l2.44-7.51A.42.42 0 0 1 18.6 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.51L23 13.45a.84.84 0 0 1-.35.94z"></path>',globe:'<circle cx="12" cy="12" r="10"></circle><line x1="2" y1="12" x2="22" y2="12"></line><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"></path>',grid:'<rect x="3" y="3" width="7" height="7"></rect><rect x="14" y="3" width="7" height="7"></rect><rect x="14" y="14" width="7" height="7"></rect><rect x="3" y="14" width="7" height="7"></rect>',"hard-drive":'<line x1="22" y1="12" x2="2" y2="12"></line><path d="M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"></path><line x1="6" y1="16" x2="6.01" y2="16"></line><line x1="10" y1="16" x2="10.01" y2="16"></line>',hash:'<line x1="4" y1="9" x2="20" y2="9"></line><line x1="4" y1="15" x2="20" y2="15"></line><line x1="10" y1="3" x2="8" y2="21"></line><line x1="16" y1="3" x2="14" y2="21"></line>',headphones:'<path d="M3 18v-6a9 9 0 0 1 18 0v6"></path><path d="M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z"></path>',heart:'<path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path>',"help-circle":'<circle cx="12" cy="12" r="10"></circle><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path><line x1="12" y1="17" x2="12.01" y2="17"></line>',hexagon:'<path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path>',home:'<path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path><polyline points="9 22 9 12 15 12 15 22"></polyline>',image:'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><circle cx="8.5" cy="8.5" r="1.5"></circle><polyline points="21 15 16 10 5 21"></polyline>',inbox:'<polyline points="22 12 16 12 14 15 10 15 8 12 2 12"></polyline><path d="M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"></path>',info:'<circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line>',instagram:'<rect x="2" y="2" width="20" height="20" rx="5" ry="5"></rect><path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path><line x1="17.5" y1="6.5" x2="17.51" y2="6.5"></line>',italic:'<line x1="19" y1="4" x2="10" y2="4"></line><line x1="14" y1="20" x2="5" y2="20"></line><line x1="15" y1="4" x2="9" y2="20"></line>',key:'<path d="M21 2l-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0l3 3L22 7l-3-3m-3.5 3.5L19 4"></path>',layers:'<polygon points="12 2 2 7 12 12 22 7 12 2"></polygon><polyline points="2 17 12 22 22 17"></polyline><polyline points="2 12 12 17 22 12"></polyline>',layout:'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="3" y1="9" x2="21" y2="9"></line><line x1="9" y1="21" x2="9" y2="9"></line>',"life-buoy":'<circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="4"></circle><line x1="4.93" y1="4.93" x2="9.17" y2="9.17"></line><line x1="14.83" y1="14.83" x2="19.07" y2="19.07"></line><line x1="14.83" y1="9.17" x2="19.07" y2="4.93"></line><line x1="14.83" y1="9.17" x2="18.36" y2="5.64"></line><line x1="4.93" y1="19.07" x2="9.17" y2="14.83"></line>',"link-2":'<path d="M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3"></path><line x1="8" y1="12" x2="16" y2="12"></line>',link:'<path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path>',linkedin:'<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path><rect x="2" y="9" width="4" height="12"></rect><circle cx="4" cy="4" r="2"></circle>',list:'<line x1="8" y1="6" x2="21" y2="6"></line><line x1="8" y1="12" x2="21" y2="12"></line><line x1="8" y1="18" x2="21" y2="18"></line><line x1="3" y1="6" x2="3.01" y2="6"></line><line x1="3" y1="12" x2="3.01" y2="12"></line><line x1="3" y1="18" x2="3.01" y2="18"></line>',loader:'<line x1="12" y1="2" x2="12" y2="6"></line><line x1="12" y1="18" x2="12" y2="22"></line><line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line><line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line><line x1="2" y1="12" x2="6" y2="12"></line><line x1="18" y1="12" x2="22" y2="12"></line><line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line><line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>',lock:'<rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 10 0v4"></path>',"log-in":'<path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"></path><polyline points="10 17 15 12 10 7"></polyline><line x1="15" y1="12" x2="3" y2="12"></line>',"log-out":'<path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"></path><polyline points="16 17 21 12 16 7"></polyline><line x1="21" y1="12" x2="9" y2="12"></line>',mail:'<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path><polyline points="22,6 12,13 2,6"></polyline>',"map-pin":'<path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle>',map:'<polygon points="1 6 1 22 8 18 16 22 23 18 23 2 16 6 8 2 1 6"></polygon><line x1="8" y1="2" x2="8" y2="18"></line><line x1="16" y1="6" x2="16" y2="22"></line>',"maximize-2":'<polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" y1="3" x2="14" y2="10"></line><line x1="3" y1="21" x2="10" y2="14"></line>',maximize:'<path d="M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3"></path>',meh:'<circle cx="12" cy="12" r="10"></circle><line x1="8" y1="15" x2="16" y2="15"></line><line x1="9" y1="9" x2="9.01" y2="9"></line><line x1="15" y1="9" x2="15.01" y2="9"></line>',menu:'<line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line>',"message-circle":'<path d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"></path>',"message-square":'<path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path>',"mic-off":'<line x1="1" y1="1" x2="23" y2="23"></line><path d="M9 9v3a3 3 0 0 0 5.12 2.12M15 9.34V4a3 3 0 0 0-5.94-.6"></path><path d="M17 16.95A7 7 0 0 1 5 12v-2m14 0v2a7 7 0 0 1-.11 1.23"></path><line x1="12" y1="19" x2="12" y2="23"></line><line x1="8" y1="23" x2="16" y2="23"></line>',mic:'<path d="M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z"></path><path d="M19 10v2a7 7 0 0 1-14 0v-2"></path><line x1="12" y1="19" x2="12" y2="23"></line><line x1="8" y1="23" x2="16" y2="23"></line>',"minimize-2":'<polyline points="4 14 10 14 10 20"></polyline><polyline points="20 10 14 10 14 4"></polyline><line x1="14" y1="10" x2="21" y2="3"></line><line x1="3" y1="21" x2="10" y2="14"></line>',minimize:'<path d="M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3"></path>',"minus-circle":'<circle cx="12" cy="12" r="10"></circle><line x1="8" y1="12" x2="16" y2="12"></line>',"minus-square":'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="8" y1="12" x2="16" y2="12"></line>',minus:'<line x1="5" y1="12" x2="19" y2="12"></line>',monitor:'<rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect><line x1="8" y1="21" x2="16" y2="21"></line><line x1="12" y1="17" x2="12" y2="21"></line>',moon:'<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>',"more-horizontal":'<circle cx="12" cy="12" r="1"></circle><circle cx="19" cy="12" r="1"></circle><circle cx="5" cy="12" r="1"></circle>',"more-vertical":'<circle cx="12" cy="12" r="1"></circle><circle cx="12" cy="5" r="1"></circle><circle cx="12" cy="19" r="1"></circle>',"mouse-pointer":'<path d="M3 3l7.07 16.97 2.51-7.39 7.39-2.51L3 3z"></path><path d="M13 13l6 6"></path>',move:'<polyline points="5 9 2 12 5 15"></polyline><polyline points="9 5 12 2 15 5"></polyline><polyline points="15 19 12 22 9 19"></polyline><polyline points="19 9 22 12 19 15"></polyline><line x1="2" y1="12" x2="22" y2="12"></line><line x1="12" y1="2" x2="12" y2="22"></line>',music:'<path d="M9 18V5l12-2v13"></path><circle cx="6" cy="18" r="3"></circle><circle cx="18" cy="16" r="3"></circle>',"navigation-2":'<polygon points="12 2 19 21 12 17 5 21 12 2"></polygon>',navigation:'<polygon points="3 11 22 2 13 21 11 13 3 11"></polygon>',octagon:'<polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"></polygon>',package:'<line x1="16.5" y1="9.4" x2="7.5" y2="4.21"></line><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path><polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline><line x1="12" y1="22.08" x2="12" y2="12"></line>',paperclip:'<path d="M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48"></path>',"pause-circle":'<circle cx="12" cy="12" r="10"></circle><line x1="10" y1="15" x2="10" y2="9"></line><line x1="14" y1="15" x2="14" y2="9"></line>',pause:'<rect x="6" y="4" width="4" height="16"></rect><rect x="14" y="4" width="4" height="16"></rect>',"pen-tool":'<path d="M12 19l7-7 3 3-7 7-3-3z"></path><path d="M18 13l-1.5-7.5L2 2l3.5 14.5L13 18l5-5z"></path><path d="M2 2l7.586 7.586"></path><circle cx="11" cy="11" r="2"></circle>',percent:'<line x1="19" y1="5" x2="5" y2="19"></line><circle cx="6.5" cy="6.5" r="2.5"></circle><circle cx="17.5" cy="17.5" r="2.5"></circle>',"phone-call":'<path d="M15.05 5A5 5 0 0 1 19 8.95M15.05 1A9 9 0 0 1 23 8.94m-1 7.98v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>',"phone-forwarded":'<polyline points="19 1 23 5 19 9"></polyline><line x1="15" y1="5" x2="23" y2="5"></line><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>',"phone-incoming":'<polyline points="16 2 16 8 22 8"></polyline><line x1="23" y1="1" x2="16" y2="8"></line><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>',"phone-missed":'<line x1="23" y1="1" x2="17" y2="7"></line><line x1="17" y1="1" x2="23" y2="7"></line><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>',"phone-off":'<path d="M10.68 13.31a16 16 0 0 0 3.41 2.6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7 2 2 0 0 1 1.72 2v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.42 19.42 0 0 1-3.33-2.67m-2.67-3.34a19.79 19.79 0 0 1-3.07-8.63A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91"></path><line x1="23" y1="1" x2="1" y2="23"></line>',"phone-outgoing":'<polyline points="23 7 23 1 17 1"></polyline><line x1="16" y1="8" x2="23" y2="1"></line><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>',phone:'<path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>',"pie-chart":'<path d="M21.21 15.89A10 10 0 1 1 8 2.83"></path><path d="M22 12A10 10 0 0 0 12 2v10z"></path>',"play-circle":'<circle cx="12" cy="12" r="10"></circle><polygon points="10 8 16 12 10 16 10 8"></polygon>',play:'<polygon points="5 3 19 12 5 21 5 3"></polygon>',"plus-circle":'<circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="16"></line><line x1="8" y1="12" x2="16" y2="12"></line>',"plus-square":'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="12" y1="8" x2="12" y2="16"></line><line x1="8" y1="12" x2="16" y2="12"></line>',plus:'<line x1="12" y1="5" x2="12" y2="19"></line><line x1="5" y1="12" x2="19" y2="12"></line>',pocket:'<path d="M4 3h16a2 2 0 0 1 2 2v6a10 10 0 0 1-10 10A10 10 0 0 1 2 11V5a2 2 0 0 1 2-2z"></path><polyline points="8 10 12 14 16 10"></polyline>',power:'<path d="M18.36 6.64a9 9 0 1 1-12.73 0"></path><line x1="12" y1="2" x2="12" y2="12"></line>',printer:'<polyline points="6 9 6 2 18 2 18 9"></polyline><path d="M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"></path><rect x="6" y="14" width="12" height="8"></rect>',radio:'<circle cx="12" cy="12" r="2"></circle><path d="M16.24 7.76a6 6 0 0 1 0 8.49m-8.48-.01a6 6 0 0 1 0-8.49m11.31-2.82a10 10 0 0 1 0 14.14m-14.14 0a10 10 0 0 1 0-14.14"></path>',"refresh-ccw":'<polyline points="1 4 1 10 7 10"></polyline><polyline points="23 20 23 14 17 14"></polyline><path d="M20.49 9A9 9 0 0 0 5.64 5.64L1 10m22 4l-4.64 4.36A9 9 0 0 1 3.51 15"></path>',"refresh-cw":'<polyline points="23 4 23 10 17 10"></polyline><polyline points="1 20 1 14 7 14"></polyline><path d="M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15"></path>',repeat:'<polyline points="17 1 21 5 17 9"></polyline><path d="M3 11V9a4 4 0 0 1 4-4h14"></path><polyline points="7 23 3 19 7 15"></polyline><path d="M21 13v2a4 4 0 0 1-4 4H3"></path>',rewind:'<polygon points="11 19 2 12 11 5 11 19"></polygon><polygon points="22 19 13 12 22 5 22 19"></polygon>',"rotate-ccw":'<polyline points="1 4 1 10 7 10"></polyline><path d="M3.51 15a9 9 0 1 0 2.13-9.36L1 10"></path>',"rotate-cw":'<polyline points="23 4 23 10 17 10"></polyline><path d="M20.49 15a9 9 0 1 1-2.12-9.36L23 10"></path>',rss:'<path d="M4 11a9 9 0 0 1 9 9"></path><path d="M4 4a16 16 0 0 1 16 16"></path><circle cx="5" cy="19" r="1"></circle>',save:'<path d="M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z"></path><polyline points="17 21 17 13 7 13 7 21"></polyline><polyline points="7 3 7 8 15 8"></polyline>',scissors:'<circle cx="6" cy="6" r="3"></circle><circle cx="6" cy="18" r="3"></circle><line x1="20" y1="4" x2="8.12" y2="15.88"></line><line x1="14.47" y1="14.48" x2="20" y2="20"></line><line x1="8.12" y1="8.12" x2="12" y2="12"></line>',search:'<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line>',send:'<line x1="22" y1="2" x2="11" y2="13"></line><polygon points="22 2 15 22 11 13 2 9 22 2"></polygon>',server:'<rect x="2" y="2" width="20" height="8" rx="2" ry="2"></rect><rect x="2" y="14" width="20" height="8" rx="2" ry="2"></rect><line x1="6" y1="6" x2="6.01" y2="6"></line><line x1="6" y1="18" x2="6.01" y2="18"></line>',settings:'<circle cx="12" cy="12" r="3"></circle><path d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"></path>',"share-2":'<circle cx="18" cy="5" r="3"></circle><circle cx="6" cy="12" r="3"></circle><circle cx="18" cy="19" r="3"></circle><line x1="8.59" y1="13.51" x2="15.42" y2="17.49"></line><line x1="15.41" y1="6.51" x2="8.59" y2="10.49"></line>',share:'<path d="M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"></path><polyline points="16 6 12 2 8 6"></polyline><line x1="12" y1="2" x2="12" y2="15"></line>',"shield-off":'<path d="M19.69 14a6.9 6.9 0 0 0 .31-2V5l-8-3-3.16 1.18"></path><path d="M4.73 4.73L4 5v7c0 6 8 10 8 10a20.29 20.29 0 0 0 5.62-4.38"></path><line x1="1" y1="1" x2="23" y2="23"></line>',shield:'<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"></path>',"shopping-bag":'<path d="M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z"></path><line x1="3" y1="6" x2="21" y2="6"></line><path d="M16 10a4 4 0 0 1-8 0"></path>',"shopping-cart":'<circle cx="9" cy="21" r="1"></circle><circle cx="20" cy="21" r="1"></circle><path d="M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6"></path>',shuffle:'<polyline points="16 3 21 3 21 8"></polyline><line x1="4" y1="20" x2="21" y2="3"></line><polyline points="21 16 21 21 16 21"></polyline><line x1="15" y1="15" x2="21" y2="21"></line><line x1="4" y1="4" x2="9" y2="9"></line>',sidebar:'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="9" y1="3" x2="9" y2="21"></line>',"skip-back":'<polygon points="19 20 9 12 19 4 19 20"></polygon><line x1="5" y1="19" x2="5" y2="5"></line>',"skip-forward":'<polygon points="5 4 15 12 5 20 5 4"></polygon><line x1="19" y1="5" x2="19" y2="19"></line>',slack:'<path d="M14.5 10c-.83 0-1.5-.67-1.5-1.5v-5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5z"></path><path d="M20.5 10H19V8.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"></path><path d="M9.5 14c.83 0 1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5S8 21.33 8 20.5v-5c0-.83.67-1.5 1.5-1.5z"></path><path d="M3.5 14H5v1.5c0 .83-.67 1.5-1.5 1.5S2 16.33 2 15.5 2.67 14 3.5 14z"></path><path d="M14 14.5c0-.83.67-1.5 1.5-1.5h5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-5c-.83 0-1.5-.67-1.5-1.5z"></path><path d="M15.5 19H14v1.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"></path><path d="M10 9.5C10 8.67 9.33 8 8.5 8h-5C2.67 8 2 8.67 2 9.5S2.67 11 3.5 11h5c.83 0 1.5-.67 1.5-1.5z"></path><path d="M8.5 5H10V3.5C10 2.67 9.33 2 8.5 2S7 2.67 7 3.5 7.67 5 8.5 5z"></path>',slash:'<circle cx="12" cy="12" r="10"></circle><line x1="4.93" y1="4.93" x2="19.07" y2="19.07"></line>',sliders:'<line x1="4" y1="21" x2="4" y2="14"></line><line x1="4" y1="10" x2="4" y2="3"></line><line x1="12" y1="21" x2="12" y2="12"></line><line x1="12" y1="8" x2="12" y2="3"></line><line x1="20" y1="21" x2="20" y2="16"></line><line x1="20" y1="12" x2="20" y2="3"></line><line x1="1" y1="14" x2="7" y2="14"></line><line x1="9" y1="8" x2="15" y2="8"></line><line x1="17" y1="16" x2="23" y2="16"></line>',smartphone:'<rect x="5" y="2" width="14" height="20" rx="2" ry="2"></rect><line x1="12" y1="18" x2="12.01" y2="18"></line>',smile:'<circle cx="12" cy="12" r="10"></circle><path d="M8 14s1.5 2 4 2 4-2 4-2"></path><line x1="9" y1="9" x2="9.01" y2="9"></line><line x1="15" y1="9" x2="15.01" y2="9"></line>',speaker:'<rect x="4" y="2" width="16" height="20" rx="2" ry="2"></rect><circle cx="12" cy="14" r="4"></circle><line x1="12" y1="6" x2="12.01" y2="6"></line>',square:'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>',star:'<polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon>',"stop-circle":'<circle cx="12" cy="12" r="10"></circle><rect x="9" y="9" width="6" height="6"></rect>',sun:'<circle cx="12" cy="12" r="5"></circle><line x1="12" y1="1" x2="12" y2="3"></line><line x1="12" y1="21" x2="12" y2="23"></line><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line><line x1="1" y1="12" x2="3" y2="12"></line><line x1="21" y1="12" x2="23" y2="12"></line><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>',sunrise:'<path d="M17 18a5 5 0 0 0-10 0"></path><line x1="12" y1="2" x2="12" y2="9"></line><line x1="4.22" y1="10.22" x2="5.64" y2="11.64"></line><line x1="1" y1="18" x2="3" y2="18"></line><line x1="21" y1="18" x2="23" y2="18"></line><line x1="18.36" y1="11.64" x2="19.78" y2="10.22"></line><line x1="23" y1="22" x2="1" y2="22"></line><polyline points="8 6 12 2 16 6"></polyline>',sunset:'<path d="M17 18a5 5 0 0 0-10 0"></path><line x1="12" y1="9" x2="12" y2="2"></line><line x1="4.22" y1="10.22" x2="5.64" y2="11.64"></line><line x1="1" y1="18" x2="3" y2="18"></line><line x1="21" y1="18" x2="23" y2="18"></line><line x1="18.36" y1="11.64" x2="19.78" y2="10.22"></line><line x1="23" y1="22" x2="1" y2="22"></line><polyline points="16 5 12 9 8 5"></polyline>',table:'<path d="M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18"></path>',tablet:'<rect x="4" y="2" width="16" height="20" rx="2" ry="2"></rect><line x1="12" y1="18" x2="12.01" y2="18"></line>',tag:'<path d="M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"></path><line x1="7" y1="7" x2="7.01" y2="7"></line>',target:'<circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="6"></circle><circle cx="12" cy="12" r="2"></circle>',terminal:'<polyline points="4 17 10 11 4 5"></polyline><line x1="12" y1="19" x2="20" y2="19"></line>',thermometer:'<path d="M14 14.76V3.5a2.5 2.5 0 0 0-5 0v11.26a4.5 4.5 0 1 0 5 0z"></path>',"thumbs-down":'<path d="M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17"></path>',"thumbs-up":'<path d="M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3"></path>',"toggle-left":'<rect x="1" y="5" width="22" height="14" rx="7" ry="7"></rect><circle cx="8" cy="12" r="3"></circle>',"toggle-right":'<rect x="1" y="5" width="22" height="14" rx="7" ry="7"></rect><circle cx="16" cy="12" r="3"></circle>',tool:'<path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"></path>',"trash-2":'<polyline points="3 6 5 6 21 6"></polyline><path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"></path><line x1="10" y1="11" x2="10" y2="17"></line><line x1="14" y1="11" x2="14" y2="17"></line>',trash:'<polyline points="3 6 5 6 21 6"></polyline><path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"></path>',trello:'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><rect x="7" y="7" width="3" height="9"></rect><rect x="14" y="7" width="3" height="5"></rect>',"trending-down":'<polyline points="23 18 13.5 8.5 8.5 13.5 1 6"></polyline><polyline points="17 18 23 18 23 12"></polyline>',"trending-up":'<polyline points="23 6 13.5 15.5 8.5 10.5 1 18"></polyline><polyline points="17 6 23 6 23 12"></polyline>',triangle:'<path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"></path>',truck:'<rect x="1" y="3" width="15" height="13"></rect><polygon points="16 8 20 8 23 11 23 16 16 16 16 8"></polygon><circle cx="5.5" cy="18.5" r="2.5"></circle><circle cx="18.5" cy="18.5" r="2.5"></circle>',tv:'<rect x="2" y="7" width="20" height="15" rx="2" ry="2"></rect><polyline points="17 2 12 7 7 2"></polyline>',twitch:'<path d="M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7"></path>',twitter:'<path d="M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z"></path>',type:'<polyline points="4 7 4 4 20 4 20 7"></polyline><line x1="9" y1="20" x2="15" y2="20"></line><line x1="12" y1="4" x2="12" y2="20"></line>',umbrella:'<path d="M23 12a11.05 11.05 0 0 0-22 0zm-5 7a3 3 0 0 1-6 0v-7"></path>',underline:'<path d="M6 3v7a6 6 0 0 0 6 6 6 6 0 0 0 6-6V3"></path><line x1="4" y1="21" x2="20" y2="21"></line>',unlock:'<rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 9.9-1"></path>',"upload-cloud":'<polyline points="16 16 12 12 8 16"></polyline><line x1="12" y1="12" x2="12" y2="21"></line><path d="M20.39 18.39A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.3"></path><polyline points="16 16 12 12 8 16"></polyline>',upload:'<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="17 8 12 3 7 8"></polyline><line x1="12" y1="3" x2="12" y2="15"></line>',"user-check":'<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><polyline points="17 11 19 13 23 9"></polyline>',"user-minus":'<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><line x1="23" y1="11" x2="17" y2="11"></line>',"user-plus":'<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><line x1="20" y1="8" x2="20" y2="14"></line><line x1="23" y1="11" x2="17" y2="11"></line>',"user-x":'<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><line x1="18" y1="8" x2="23" y2="13"></line><line x1="23" y1="8" x2="18" y2="13"></line>',user:'<path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle>',users:'<path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="9" cy="7" r="4"></circle><path d="M23 21v-2a4 4 0 0 0-3-3.87"></path><path d="M16 3.13a4 4 0 0 1 0 7.75"></path>',"video-off":'<path d="M16 16v1a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2m5.66 0H14a2 2 0 0 1 2 2v3.34l1 1L23 7v10"></path><line x1="1" y1="1" x2="23" y2="23"></line>',video:'<polygon points="23 7 16 12 23 17 23 7"></polygon><rect x="1" y="5" width="15" height="14" rx="2" ry="2"></rect>',voicemail:'<circle cx="5.5" cy="11.5" r="4.5"></circle><circle cx="18.5" cy="11.5" r="4.5"></circle><line x1="5.5" y1="16" x2="18.5" y2="16"></line>',"volume-1":'<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon><path d="M15.54 8.46a5 5 0 0 1 0 7.07"></path>',"volume-2":'<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon><path d="M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07"></path>',"volume-x":'<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon><line x1="23" y1="9" x2="17" y2="15"></line><line x1="17" y1="9" x2="23" y2="15"></line>',volume:'<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon>',watch:'<circle cx="12" cy="12" r="7"></circle><polyline points="12 9 12 12 13.5 13.5"></polyline><path d="M16.51 17.35l-.35 3.83a2 2 0 0 1-2 1.82H9.83a2 2 0 0 1-2-1.82l-.35-3.83m.01-10.7l.35-3.83A2 2 0 0 1 9.83 1h4.35a2 2 0 0 1 2 1.82l.35 3.83"></path>',"wifi-off":'<line x1="1" y1="1" x2="23" y2="23"></line><path d="M16.72 11.06A10.94 10.94 0 0 1 19 12.55"></path><path d="M5 12.55a10.94 10.94 0 0 1 5.17-2.39"></path><path d="M10.71 5.05A16 16 0 0 1 22.58 9"></path><path d="M1.42 9a15.91 15.91 0 0 1 4.7-2.88"></path><path d="M8.53 16.11a6 6 0 0 1 6.95 0"></path><line x1="12" y1="20" x2="12.01" y2="20"></line>',wifi:'<path d="M5 12.55a11 11 0 0 1 14.08 0"></path><path d="M1.42 9a16 16 0 0 1 21.16 0"></path><path d="M8.53 16.11a6 6 0 0 1 6.95 0"></path><line x1="12" y1="20" x2="12.01" y2="20"></line>',wind:'<path d="M9.59 4.59A2 2 0 1 1 11 8H2m10.59 11.41A2 2 0 1 0 14 16H2m15.73-8.27A2.5 2.5 0 1 1 19.5 12H2"></path>',"x-circle":'<circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line><line x1="9" y1="9" x2="15" y2="15"></line>',"x-octagon":'<polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"></polygon><line x1="15" y1="9" x2="9" y2="15"></line><line x1="9" y1="9" x2="15" y2="15"></line>',"x-square":'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="9" y1="9" x2="15" y2="15"></line><line x1="15" y1="9" x2="9" y2="15"></line>',x:'<line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line>',youtube:'<path d="M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z"></path><polygon points="9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02"></polygon>',"zap-off":'<polyline points="12.41 6.75 13 2 10.57 4.92"></polyline><polyline points="18.57 12.91 21 10 15.66 10"></polyline><polyline points="8 8 3 14 12 14 11 22 16 16"></polyline><line x1="1" y1="1" x2="23" y2="23"></line>',zap:'<polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"></polygon>',"zoom-in":'<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line><line x1="11" y1="8" x2="11" y2="14"></line><line x1="8" y1="11" x2="14" y2="11"></line>',"zoom-out":'<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line><line x1="8" y1="11" x2="14" y2="11"></line>'}},"./node_modules/classnames/dedupe.js":function(n,s,r){var i,o;/*!
2
2
  Copyright (c) 2016 Jed Watson.
3
3
  Licensed under the MIT License (MIT), see
4
4
  http://jedwatson.github.io/classnames
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- @import"modern-normalize/modern-normalize.css";.u-text-ellipsis,.cpBadge__label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.cpBadge{display:inline-flex;align-items:center;padding-block:.25rem;font-size:.875em;font-weight:500;border-radius:62.5rem;border:1px solid #d8d8de}.cpBadge--isNeutral:not(.cpBadge--isSolid){background-color:#3e3e5b24;border-color:transparent;color:#3e3e5b}.cpBadge--isNeutral:not(.cpBadge--isSolid) .cpBadge__clear:hover,.cpBadge--isNeutral:not(.cpBadge--isSolid) .cpBadge__clear:focus-visible{background-color:#3e3e5b}.cpBadge--isNeutral.cpBadge--isSolid{color:#fff;background-color:#3e3e5b;border-color:transparent}.cpBadge--isNeutral.cpBadge--isSolid .cpBadge__clear:hover,.cpBadge--isNeutral.cpBadge--isSolid .cpBadge__clear:focus-visible{color:#3e3e5b;background-color:#fff}.cpBadge--isBlue:not(.cpBadge--isSolid){background-color:#144dc224;border-color:transparent;color:#144dc2}.cpBadge--isBlue:not(.cpBadge--isSolid) .cpBadge__clear:hover,.cpBadge--isBlue:not(.cpBadge--isSolid) .cpBadge__clear:focus-visible{background-color:#144dc2}.cpBadge--isBlue.cpBadge--isSolid{color:#fff;background-color:#144dc2;border-color:transparent}.cpBadge--isBlue.cpBadge--isSolid .cpBadge__clear:hover,.cpBadge--isBlue.cpBadge--isSolid .cpBadge__clear:focus-visible{color:#144dc2;background-color:#fff}.cpBadge--isGreen:not(.cpBadge--isSolid){background-color:#00c58224;border-color:transparent;color:#00c582}.cpBadge--isGreen:not(.cpBadge--isSolid) .cpBadge__clear:hover,.cpBadge--isGreen:not(.cpBadge--isSolid) .cpBadge__clear:focus-visible{background-color:#00c582}.cpBadge--isGreen.cpBadge--isSolid{color:#fff;background-color:#00c582;border-color:transparent}.cpBadge--isGreen.cpBadge--isSolid .cpBadge__clear:hover,.cpBadge--isGreen.cpBadge--isSolid .cpBadge__clear:focus-visible{color:#00c582;background-color:#fff}.cpBadge--isRed:not(.cpBadge--isSolid){background-color:#eb050524;border-color:transparent;color:#eb0505}.cpBadge--isRed:not(.cpBadge--isSolid) .cpBadge__clear:hover,.cpBadge--isRed:not(.cpBadge--isSolid) .cpBadge__clear:focus-visible{background-color:#eb0505}.cpBadge--isRed.cpBadge--isSolid{color:#fff;background-color:#eb0505;border-color:transparent}.cpBadge--isRed.cpBadge--isSolid .cpBadge__clear:hover,.cpBadge--isRed.cpBadge--isSolid .cpBadge__clear:focus-visible{color:#eb0505;background-color:#fff}.cpBadge--isOrange:not(.cpBadge--isSolid){background-color:#ffa80024;border-color:transparent;color:#ffa800}.cpBadge--isOrange:not(.cpBadge--isSolid) .cpBadge__clear:hover,.cpBadge--isOrange:not(.cpBadge--isSolid) .cpBadge__clear:focus-visible{background-color:#ffa800}.cpBadge--isOrange.cpBadge--isSolid{color:#fff;background-color:#ffa800;border-color:transparent}.cpBadge--isOrange.cpBadge--isSolid .cpBadge__clear:hover,.cpBadge--isOrange.cpBadge--isSolid .cpBadge__clear:focus-visible{color:#ffa800;background-color:#fff}.cpBadge--isPurple:not(.cpBadge--isSolid){background-color:#5341f924;border-color:transparent;color:#5341f9}.cpBadge--isPurple:not(.cpBadge--isSolid) .cpBadge__clear:hover,.cpBadge--isPurple:not(.cpBadge--isSolid) .cpBadge__clear:focus-visible{background-color:#5341f9}.cpBadge--isPurple.cpBadge--isSolid{color:#fff;background-color:#5341f9;border-color:transparent}.cpBadge--isPurple.cpBadge--isSolid .cpBadge__clear:hover,.cpBadge--isPurple.cpBadge--isSolid .cpBadge__clear:focus-visible{color:#5341f9;background-color:#fff}.cpBadge--isTeal:not(.cpBadge--isSolid){background-color:#56c1fe24;border-color:transparent;color:#56c1fe}.cpBadge--isTeal:not(.cpBadge--isSolid) .cpBadge__clear:hover,.cpBadge--isTeal:not(.cpBadge--isSolid) .cpBadge__clear:focus-visible{background-color:#56c1fe}.cpBadge--isTeal.cpBadge--isSolid{color:#fff;background-color:#56c1fe;border-color:transparent}.cpBadge--isTeal.cpBadge--isSolid .cpBadge__clear:hover,.cpBadge--isTeal.cpBadge--isSolid .cpBadge__clear:focus-visible{color:#56c1fe;background-color:#fff}.cpBadge--isPink:not(.cpBadge--isSolid){background-color:#ff7dc124;border-color:transparent;color:#ff7dc1}.cpBadge--isPink:not(.cpBadge--isSolid) .cpBadge__clear:hover,.cpBadge--isPink:not(.cpBadge--isSolid) .cpBadge__clear:focus-visible{background-color:#ff7dc1}.cpBadge--isPink.cpBadge--isSolid{color:#fff;background-color:#ff7dc1;border-color:transparent}.cpBadge--isPink.cpBadge--isSolid .cpBadge__clear:hover,.cpBadge--isPink.cpBadge--isSolid .cpBadge__clear:focus-visible{color:#ff7dc1;background-color:#fff}.cpBadge--isYellow:not(.cpBadge--isSolid){background-color:#ffd00b24;border-color:transparent;color:#ffd00b}.cpBadge--isYellow:not(.cpBadge--isSolid) .cpBadge__clear:hover,.cpBadge--isYellow:not(.cpBadge--isSolid) .cpBadge__clear:focus-visible{background-color:#ffd00b}.cpBadge--isYellow.cpBadge--isSolid{color:#fff;background-color:#ffd00b;border-color:transparent}.cpBadge--isYellow.cpBadge--isSolid .cpBadge__clear:hover,.cpBadge--isYellow.cpBadge--isSolid .cpBadge__clear:focus-visible{color:#ffd00b;background-color:#fff}.cpBadge--isYellow.cpBadge--isSolid{color:#a48400}.cpBadge--isYellow.cpBadge--isSolid:before{background-color:#a48400}.cpBadge:not(.cpBadge--isPlain):not(.cpBadge--hasIcon):before{content:"";width:.375rem;height:.375rem;margin-right:.375rem;border-radius:100%;flex-shrink:0;background-color:currentColor}.cpBadge:not(.cpBadge--isClearable){padding-inline:.5rem}.cpBadge--isClearable{padding-left:.5rem;padding-right:.25rem}.cpBadge__label{flex:1;min-width:0}.cpBadge__icon{color:currentColor;width:1rem;height:1rem}.cpBadge__icon:not(.cpBadge__icon--isClear){margin-right:.25rem}.cpBadge__icon--isClear svg{stroke-width:.125rem}.cpBadge__icon>*{width:100%;height:100%}.cpBadge__clear{display:flex;align-items:center;justify-content:center;margin-left:.375rem;padding:.0625rem;border-radius:100%;color:inherit}.cpBadge__clear:hover,.cpBadge__clear:focus-visible{color:#fff;background-color:#3e3e5b}.cpBadge__clear:focus{outline:none!important}.cpHeading{color:#3e3e5b}.cpHeading:first-letter{text-transform:capitalize}.cpHeading--100{font-size:.6875rem;font-weight:400;line-height:1rem;letter-spacing:.0375em;color:#8b8b9d}.cpHeading--200{font-size:.75rem;font-weight:600;line-height:1rem;color:#8b8b9d}.cpHeading--300{font-size:.75rem;font-weight:600;line-height:1rem}.cpHeading--400{font-size:.875rem;font-weight:500;line-height:1.125rem}.cpHeading--500{font-size:1rem;font-weight:500;line-height:1.25rem}.cpHeading--600{font-size:1.125rem;font-weight:500;line-height:1.4375rem;letter-spacing:.025em}.cpHeading--700{font-size:1.25rem;font-weight:500;line-height:1.5625rem;letter-spacing:.025em}.cpHeading--800{font-size:1.8125rem;font-weight:500;line-height:2rem;letter-spacing:.025em}.cpHeading--900{font-size:2.1875rem;font-weight:500;line-height:2.5rem;letter-spacing:.025em}.cpButton{border:.0625rem solid;border-radius:62.5rem;background-color:transparent;padding:.75em 1em;min-width:10ch;height:2.75em;font-size:inherit;line-height:1.1;text-decoration:none;color:#3e3e5b;font-weight:500;transition-property:box-shadow,background-color,transform,width;transition-duration:.15s;transition-timing-function:ease-in-out;cursor:pointer}.cpButton,.cpButton:visited{color:#3e3e5b}.cpButton,.cpButton__body{display:inline-flex;justify-content:center;align-items:center}@media screen and (-ms-high-contrast: active){.cpButton{border:.125em solid currentcolor}}.cpButton:hover{transform:translateY(-.0625rem)}.cpButton:active{transform:translateY(.0625rem)}.cpButton:focus{outline:none!important}.cpButton--isDefault{background-color:#fff;border-color:#d8d8de}.cpButton--isDefault:hover{background-color:#fbfbfc;box-shadow:0 .0625rem .125rem #3e3e5b14,0 .1875rem .375rem #3e3e5b14}.cpButton--isDefault:active{background-color:#f4f4f8}.cpButton--isDefault:focus{border-color:transparent}.cpButton--isDefault,.cpButton--isPrimary{filter:drop-shadow(0 .0625rem .125rem rgba(62,62,91,.08))}.cpButton--isDefault:focus,.cpButton--isDisabled:focus{box-shadow:0 0 0 .1875em #bcd0f8!important}.cpButton--isDefault.cpButton--isBlue,.cpButton--isDefault.cpButton--isBlue:visited{color:#144dc2}.cpButton--isDefault.cpButton--isPurple,.cpButton--isDefault.cpButton--isPurple:visited{color:#5341f9}.cpButton--isDefault.cpButton--isGreen,.cpButton--isDefault.cpButton--isGreen:visited{color:#00c582}.cpButton--isDefault.cpButton--isOrange,.cpButton--isDefault.cpButton--isOrange:visited{color:#ffa800}.cpButton--isDefault.cpButton--isRed,.cpButton--isDefault.cpButton--isRed:visited{color:#eb0505}.cpButton--isPrimary,.cpButton--isPrimary:visited{color:#fff}.cpButton--isPrimary:hover{box-shadow:0 .25rem .375rem #32325d1c,0 .0625rem .1875rem #3e3e5b14}.cpButton--isPrimary:active{box-shadow:inset 0 0 0 .0625em #435a6f24,inset 0 .0625em .0625em #435a6f0f}.cpButton--isMinimal{border-color:transparent}.cpButton--isPrimary.cpButton--isBlue{background-color:#144dc2;border-color:#144dc2}.cpButton--isPrimary.cpButton--isBlue:hover{background-color:#1654d5;border-color:#1654d5}.cpButton--isPrimary.cpButton--isBlue:active{background-color:#1244ab;border-color:#1244ab}.cpButton--isMinimal.cpButton--isBlue,.cpButton--isMinimal.cpButton--isBlue:visited{color:#144dc2}.cpButton--isMinimal.cpButton--isBlue:hover{background:#e4ecfc}.cpButton--isMinimal.cpButton--isBlue:active{background:#c9d9f9;color:#1245af}.cpButton--isPrimary.cpButton--isBlue:focus,.cpButton--isMinimal.cpButton--isBlue:focus{box-shadow:0 0 0 .1875em #aec6f7}.cpButton--isPrimary.cpButton--isPurple{background-color:#5341f9;border-color:#5341f9}.cpButton--isPrimary.cpButton--isPurple:hover{background-color:#5f4ef9;border-color:#5f4ef9}.cpButton--isPrimary.cpButton--isPurple:active{background-color:#321cf8;border-color:#321cf8}.cpButton--isMinimal.cpButton--isPurple,.cpButton--isMinimal.cpButton--isPurple:visited{color:#5341f9}.cpButton--isMinimal.cpButton--isPurple:hover{background:#eeecfe}.cpButton--isMinimal.cpButton--isPurple:active{background:#ddd9fe;color:#3723f8}.cpButton--isPrimary.cpButton--isPurple:focus,.cpButton--isMinimal.cpButton--isPurple:focus{box-shadow:0 0 0 .1875em #cbc6fd}.cpButton--isPrimary.cpButton--isGreen{background-color:#00c582;border-color:#00c582}.cpButton--isPrimary.cpButton--isGreen:hover{background-color:#00db90;border-color:#00db90}.cpButton--isPrimary.cpButton--isGreen:active{background-color:#00ad72;border-color:#00ad72}.cpButton--isMinimal.cpButton--isGreen,.cpButton--isMinimal.cpButton--isGreen:visited{color:#00c582}.cpButton--isMinimal.cpButton--isGreen:hover{background:#e0fff4}.cpButton--isMinimal.cpButton--isGreen:active{background:#c0ffea;color:#00b175}.cpButton--isPrimary.cpButton--isGreen:focus,.cpButton--isMinimal.cpButton--isGreen:focus{box-shadow:0 0 0 .1875em #a1ffdf}.cpButton--isPrimary.cpButton--isOrange{background-color:#ffa800;border-color:#ffa800}.cpButton--isPrimary.cpButton--isOrange:hover{background-color:#ffae12;border-color:#ffae12}.cpButton--isPrimary.cpButton--isOrange:active{background-color:#e09400;border-color:#e09400}.cpButton--isMinimal.cpButton--isOrange,.cpButton--isMinimal.cpButton--isOrange:visited{color:#ffa800}.cpButton--isMinimal.cpButton--isOrange:hover{background:#fff6e6}.cpButton--isMinimal.cpButton--isOrange:active{background:#ffeecc;color:#e69700}.cpButton--isPrimary.cpButton--isOrange:focus,.cpButton--isMinimal.cpButton--isOrange:focus{box-shadow:0 0 0 .1875em #ffe5b3}.cpButton--isPrimary.cpButton--isRed{background-color:#eb0505;border-color:#eb0505}.cpButton--isPrimary.cpButton--isRed:hover{background-color:#fa0909;border-color:#fa0909}.cpButton--isPrimary.cpButton--isRed:active{background-color:#cf0404;border-color:#cf0404}.cpButton--isMinimal.cpButton--isRed,.cpButton--isMinimal.cpButton--isRed:visited{color:#eb0505}.cpButton--isMinimal.cpButton--isRed:hover{background:#fee5e5}.cpButton--isMinimal.cpButton--isRed:active{background:#fecaca;color:#d40505}.cpButton--isPrimary.cpButton--isRed:focus,.cpButton--isMinimal.cpButton--isRed:focus{box-shadow:0 0 0 .1875em #fdb0b0}.cpButton--isDisabled{box-shadow:none!important;border-color:#f8faff!important;background-color:#f8faff!important;color:#b2b2bd!important;cursor:not-allowed!important;user-select:none}.cpButton--isDisabled:hover,.cpButton--isDisabled:active{transform:none}.cpButton--isIcon{min-width:2.75em;padding:.625em}.cpButton__body{position:relative;text-align:center;transition:all .15s ease-in-out}.cpButton__icon,.cpButton__loader{display:flex;align-items:center;justify-content:center}.cpButton__icon>svg,.cpButton__icon>i,.cpButton__icon>img,.cpButton__loader>svg,.cpButton__loader>i,.cpButton__loader>img{width:100%;height:100%}.cpButton__icon{width:1em;height:1em;flex-shrink:0}.cpButton__icon--isBefore:not(:only-child){margin-right:.5em}.cpButton__icon--isAfter:not(:only-child){margin-left:.5em}.cpButton--isLoading .cpButton__body{padding-left:2em}.cpButton__loader{position:absolute;left:0;top:50%;transform:translateY(-50%);width:1.5em;height:1.5em}.cpButton--isSquare{border-radius:.625rem}.cpButton--isLarge{height:3.375em;text-transform:uppercase}.u-text-ellipsis,.cpDate__month select{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.cpDate input,.cpDate select{background-color:transparent;color:#3e3e5b}.cpDate input::-webkit-outer-spin-button,.cpDate input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cpDate input[type=number]{-moz-appearance:textfield}.cpDate select{appearance:none;-webkit-appearance:none;-moz-appearance:none;outline:none;border:none}.cpDate input::placeholder,.cpDate__month--isEmpty{color:#3e3e5b}.cpDate__label{display:flex;align-items:center;margin-bottom:.375em;font-size:.875em}.cpDate__label i{margin-left:.25rem;width:1rem;height:1rem;stroke:#eb0505}.cpDate__inputs{display:flex;height:2.75em;border:.0625rem solid #d8d8de;border-radius:.625em;overflow:hidden;background-color:#fff;box-shadow:inset 0 .0625em .125em #3e3e5b1f}.cpDate__inputs:hover,.cpDate__inputs:focus-within{border-color:#144dc2;background-color:#fff}.cpDate__inputs:focus-within{box-shadow:#144dc21a 0 0 0 .25rem,#144dc2 0 0 0 .03125rem}.cpDate__divider{flex-shrink:0;width:.0625rem;height:100%;background-color:#d8d8de}.cpDate__month,.cpDate__day,.cpDate__year{min-width:0}.cpDate__month{position:relative;flex:1 1 50%}.cpDate__month:after{position:absolute;top:50%;right:.75em;width:1.25em;height:1.25em;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNNiA5LjY4Mjk4TDEyIDE1LjY4M0wxOCA5LjY4Mjk4IiBzdHJva2U9IiMzRTNFNUIiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);background-size:cover;transform:translateY(-50%);content:"";pointer-events:none}.cpDate__month select{width:100%;padding:.75em 2.5em .75em .75em;color:inherit;cursor:pointer}.cpDate__month select:focus-visible{text-decoration:underline;font-weight:500}.cpDate__month select>option:not(:disabled){color:#3e3e5b}.cpDate__day,.cpDate__year{flex:0 0 25%;padding:.75rem}.cpDate--isInvalid .cpDate__inputs,.cpDate--isInvalid .cpDate__inputs:hover,.cpDate--isInvalid .cpDate__inputs:focus-within{border-color:#eb0505}.cpDate--isInvalid .cpDate__inputs:focus-within{box-shadow:0 0 0 .1875em #fd9595}.cpDate--isInvalid .cpDate__divider{background-color:#eb0505}.cpDate--isDisabled .cpDate__inputs{border-color:#d8d8de;background:#f8faff}.cpDate--isDisabled .cpDate__inputs *{color:#b2b2bd!important;cursor:not-allowed!important}.cpDate--isDisabled .cpDate__month:after{opacity:.4}.cpDate__errorMessage{margin-top:.375rem;color:#eb0505;font-weight:500;font-size:.875em}.cpIcon{overflow:hidden;line-height:1}.cpIcon,.cpIcon__content{display:inline-block}.cpIcon__content{max-height:100%;max-width:100%;vertical-align:top}.asd__fade-enter-active,.asd__fade-leave-active{transition:.2s cubic-bezier(.175,.885,.32,1.175);transition-property:opacity,transform}.asd__fade-enter-from{transform:scale(.8)}.asd__fade-enter-to{transform:scale(1)}.asd__fade-leave-to{opacity:0}.asd__fade-leave-from{opacity:1}.asd__list-complete-enter-from,.asd__list-complete-leave-to{opacity:0;transform:translateY(30px)}.asd__list-complete-leave-active{position:absolute;visibility:hidden}.asd__wrapper{border-radius:10px;white-space:nowrap;text-align:center;background-color:#fff;overflow:hidden}.asd__wrapper:not(.asd__wrapper--isInline){box-shadow:0 9px 24px #3e3e5b33,0 4px 4px #3e3e5b1a}.asd__wrapper--isInline{position:relative!important}@media (min-width: 768px){.asd__wrapper:before{position:absolute;content:"";left:0;right:0;top:20px;bottom:0;margin:auto;width:1px;background:#d8d8de;z-index:-1}}.asd__wrapper--showOneMonth:before{content:none}.asd__wrapper--full-screen{position:fixed;top:0;right:0;bottom:0;left:0;border:none;z-index:100}.asd__inner-wrapper{transition:all .3s ease;position:relative}.asd__datepicker-header{position:relative}.asd__change-month-button{position:absolute;z-index:10;top:16px;border-radius:100%}.asd__change-month-button:focus-visible{outline:2px solid #144dc2;outline-offset:2px}.asd__change-month-button i{color:#3e3e5b}.asd__change-month-button svg{cursor:pointer;stroke-width:1.2px}@media (min-width: 768px){.asd__change-month-button{top:22px}}.asd__change-month-button--previous{left:16px}@media (min-width: 768px){.asd__change-month-button--previous{left:24px}}.asd__change-month-button--next{right:16px}@media (min-width: 768px){.asd__change-month-button--next{right:24px}}.asd__days-legend{position:absolute;font-size:12px;line-height:15px;user-select:none}@media (min-width: 768px){.asd__days-legend{padding:0 24px;top:60px}}@media (max-width: 767px){.asd__days-legend{top:56px;padding:0 16px}}.asd__day-title{display:inline-block;width:14.285714285714285%;text-align:center;color:#8b8b9d;font-size:14px;line-height:18px;margin-left:-1px}.asd__month-table{border-spacing:0 6px;width:100%;max-width:100%}.asd__wrapper:not(.asd__wrapper--isInline) .asd__month{padding-left:16px;padding-right:16px}@media (min-width: 768px){.asd__wrapper:not(.asd__wrapper--isInline) .asd__month{padding-left:24px;padding-right:24px}}.asd__month{transition:all .3s ease;display:inline-block;padding:16px 16px 8px}@media (min-width: 768px){.asd__month{padding:24px 24px 12px}}.asd__month--hidden{height:275px;visibility:hidden}.asd__month-name{font-size:16px;text-align:center;margin:0 0 36px;line-height:20px;color:#3e3e5b}@media (max-width: 768px){.asd__month-name{margin-top:2px}}.asd__month-name>span{padding-right:3px}.asd__selected-date-one{background:#f7f7f7;border-top-left-radius:50%;border-bottom-left-radius:50%}.asd__selected-date-one.asd__day--end-month:before{content:"";width:65px;height:35px;background:linear-gradient(90deg,#f7f7f7 50%,rgba(241,241,241,0) 95%);position:absolute;z-index:-1;border-top-left-radius:50%;border-bottom-left-radius:50%}.asd__selected-date-one.asd__day--end-week.asd__selected:not(.asd__day--selected){border-top-right-radius:10px;border-bottom-right-radius:10px}.asd__selected-date-two{background:#f7f7f7;border-top-right-radius:50%;border-bottom-right-radius:50%}.asd__selected-date-two.asd__day--start-month:before{content:"";width:65px;height:35px;background:linear-gradient(90deg,#f7f7f7 50%,rgba(241,241,241,0) 95%);position:absolute;z-index:-1;transform:rotate(180deg);right:20px;width:20px}.asd__selected-date-two.asd__day--start-week{border-top-left-radius:5px;border-bottom-left-radius:5px}.asd__day{outline:none;padding:0;position:relative}.asd__day--in-range,.asd__day--hovered{background:#f7f7f7}.asd__day--hovered .asd__day--end-week{border-top-right-radius:5px;border-bottom-right-radius:5px}.asd__day--hovered .asd__day--start-week{border-top-left-radius:5px;border-bottom-left-radius:5px}.asd__day--in-range.asd__day--end-week{border-top-right-radius:5px;border-bottom-right-radius:5px}.asd__day--in-range.asd__day--start-week{border-top-left-radius:5px;border-bottom-left-radius:5px}.asd__day--hovered.asd__day--start-month:before,.asd__day--in-range.asd__day--start-month:not(.asd__selected-date-one):not(.asd__selected-date-two):before{content:"";width:65px;height:35px;background:linear-gradient(90deg,#f7f7f7 50%,rgba(241,241,241,0) 95%);position:absolute;z-index:-1;width:30px;transform:rotate(180deg);right:20px}.asd__day--hovered.asd__day--end-month:before,.asd__day--in-range.asd__day--end-month:not(.asd__selected-date-one):not(.asd__selected-date-two):before{content:"";width:65px;height:35px;background:linear-gradient(90deg,#f7f7f7 50%,rgba(241,241,241,0) 95%);position:absolute;z-index:-1}.asd__day--enabled:not(.asd__day--disabled):not(.asd__day--selected):not(.asd__selected-date-one):not(.asd__selected-date-two):not(.asd__day--in-range):hover button{z-index:2;background:#fff;border:2px solid #f7f7f7;border-radius:50%}.asd__day--enabled.asd__day--date-two-not-selected:hover{background:#f7f7f7;border-top-right-radius:50%;border-bottom-right-radius:50%}.asd__day--enabled.asd__day--date-two-not-selected:hover.asd__day--start-month:before{content:"";width:65px;height:35px;background:linear-gradient(90deg,#f7f7f7 50%,rgba(241,241,241,0) 95%);position:absolute;z-index:-1;width:30px;transform:rotate(180deg);right:20px}.asd__day--enabled.asd__day--in-range:hover{background:#f1f1f3}.asd__day--selected button{border-radius:50%;background:#5341f9}.asd__day--selected.asd__selected-date-one:before{content:"";width:65px;height:35px;background:linear-gradient(90deg,#f7f7f7 50%,rgba(241,241,241,0) 95%);position:absolute;z-index:-1;border-top-left-radius:50%;border-bottom-left-radius:50%}.asd__day--selected.asd__selected-date-two:before{content:"";width:65px;height:35px;background:linear-gradient(90deg,#f7f7f7 50%,rgba(241,241,241,0) 95%);position:absolute;z-index:-1;border-top-right-radius:50%;border-bottom-right-radius:50%;width:30px;transform:rotate(180deg);right:20px}.asd__day--selected button span{color:#fff!important}.asd__day--disabled .asd__day-number,.asd__day--empty .asd__day-number{color:#c6c6ce!important}.asd__day--disabled *{cursor:not-allowed!important}.asd__day--today .asd__day-button .asd__day-number{color:#5341f9;font-weight:600}.asd__day--recurency:not(.asd__selected-date-one):not(.asd__selected-date-two){background:#f7f7f7}.asd__day--recurency button{background:#56c1fe!important;border-radius:50%;border:2px solid #f7f7f7}.asd__day--recurency button .asd__day-number{color:#fff}.asd__day--selected-recurrent button{z-index:2;background:#fff;border:2px solid #f7f7f7;border-radius:50%}.asd__day--selected-recurrent button:before{top:7px;left:5px}.asd__day--selected-recurrent span{color:#3e3e5b}.asd__day-button{outline:none;position:relative;background:transparent;width:35px;height:35px;border:none;user-select:none;font-size:14px}.asd__day-button .asd__day-number{z-index:3;position:relative;color:#3e3e5b}.asd__mobile-header{border-bottom:$border-normal;position:relative;padding:15px!important;text-align:center;height:50px}.asd__mobile-header h3{font-size:20px;margin:0}.asd__mobile-only{display:none}@media (max-width: 768px){.asd__mobile-only{display:block}}.asd__mobile-close{border:none;position:absolute;top:7px;right:5px;padding:5px;z-index:100;cursor:pointer}.asd__mobile-close__icon{position:relative;font-size:1.6em;font-weight:700;padding:0}.baseInputLabel{display:block;font-size:.875em;font-weight:600;color:#3e3e5b}.baseInputLabel:first-letter{text-transform:capitalize}.baseInputLabel--isInvalid{font-weight:500;color:#eb0505}*[data-v-2b03f3be]{will-change:height;transform:translateZ(0);backface-visibility:hidden;perspective:1000px}.expand-enter-active,.expand-leave-active{transition-property:opacity,height;transition-duration:.2s;transition-timing-function:ease-out;overflow:hidden}.expand-enter-from,.expand-leave-to{height:0;opacity:0}.cpInput{position:relative;display:flex;flex-direction:column}.cpInput__container{z-index:1;position:relative;display:flex}.cpInput__container *{cursor:text}.cpInput__inner{box-shadow:inset 0 .0625em .125em #0000001f;appearance:none;border:.0625rem solid #d8d8de;border-radius:.625em;outline:none;width:100%;height:2.75em;color:inherit;padding:.75em;font-size:1em}.cpInput__inner:hover{border-color:#144dc2}.cpInput__inner:focus{box-shadow:0 0 0 .1875em #c9d9f9;border-color:#144dc2;background-color:#fff}.cpInput__inner::placeholder{color:#8b8b9d}.cpInput--isInvalid .cpInput__inner,.cpInput--isInvalid .cpInput__inner:hover,.cpInput--isInvalid .cpInput__inner:focus,.cpInput--isInvalid .cpInput__icon:hover~.cpInput__inner{border:.0625rem solid #eb0505}.cpInput--isInvalid .cpInput__inner:focus{box-shadow:0 0 0 .1875em #fd9595}.cpInput--isDisabled{color:#b2b2bd!important}.cpInput--isDisabled .cpInput__container *{cursor:not-allowed}.cpInput--isDisabled .cpInput__inner{background:#f8faff}.cpInput--isDisabled .cpInput__inner,.cpInput--isDisabled .cpInput__inner:hover{border-color:#d8d8de!important}.cpInput--isDisabled .cpInput__icon svg{stroke:#b2b2bd!important}.cpInput--hasNoBorder .cpInput__inner,.cpInput--hasNoBorder .cpInput__inner:hover,.cpInput--hasNoBorder .cpInput__inner:focus,.cpInput--hasNoBorder .cpInput__icon:hover~.cpInput__inner{border-color:transparent;box-shadow:none}.cpInput__label{display:block}.cpInput__label:not(.cpInput__label--isAfter){margin-bottom:.375em}.cpInput__label--isAfter{margin-top:.375em}.cpInput__icon{left:.75em;z-index:1;position:absolute;top:50%;transform:translateY(-50%);width:1.25em;height:1.25em;overflow:hidden}.cpInput__icon:hover~.cpInput__inner{border-color:#144dc2}.cpInput__icon svg{width:100%;height:100%;stroke-width:1.6}.cpInput__icon--isValid svg{stroke:#00c582}.cpInput__icon--isInvalid svg{stroke:#eb0505}.cpInput__icon--isAfter,.cpInput__icon--isValidity{left:auto;right:.75em;justify-content:flex-end}.cpInput__icon--isAfter{transition:50ms right .25s cubic-bezier(.17,.84,.44,1)}.cpInput__icon--isAfter~input{padding-right:3.75em}.cpInput__icon--isBefore~input{padding-left:2.5em}.cpInput__icon--isValidity~input{padding-right:2.5em}.cpInput__icon--hasAfterAndValidityIcon~input{padding-right:4.25em}.cpInput__icon--isValidity.cpInput__icon--isValid+.cpInput__icon--isAfter,.cpInput__icon--isValidity.cpInput__icon--isInvalid+.cpInput__icon--isAfter{right:2.5em;transition:right .25s cubic-bezier(.17,.84,.44,1)}.cpInput--isLarge .cpInput__inner{height:3.375em;padding:1em}.cpInput--isLarge .cpInput__icon{left:1em;width:1.5em;height:1.5em}.cpInput--isLarge .cpInput__icon--isValidity,.cpInput--isLarge .cpInput__icon--isAfter{left:auto;right:1em}.cpInput--isLarge .cpInput__icon--isAfter~input{padding-right:4.75em}.cpInput--isLarge .cpInput__icon--isBefore~input{padding-left:3.25em}.cpInput--isLarge .cpInput__icon--isValidity~input{padding-right:3.25em}.cpInput--isLarge .cpInput__icon--hasAfterAndValidityIcon~input{padding-right:5.5em}.cpInput--isLarge .cpInput__icon--isValidity.cpInput__icon--isValid+.cpInput__icon--isAfter,.cpInput--isLarge .cpInput__icon--isValidity.cpInput__icon--isInvalid+.cpInput__icon--isAfter{right:3em}.cpDatepicker .asd__fade-enter-from{transform:translate(-50%) scale(.8)}.cpDatepicker .asd__fade-enter-to{transform:translate(-50%) scale(1)}.cpDatepicker__input input:disabled{background-color:#fff}.cpDatepicker__datepicker{position:absolute;left:50%;transform:translate(-50%)}.cpDatepicker__datepicker:not(.cpDatepicker__datepicker--isInline){margin-top:10px}@media (min-width: 350px){.cpDatepicker{position:relative}}@media (max-width: 767px) and (min-width: 350px){.cpDatepicker__datepicker{left:0;right:0;transform:initial}.cpDatepicker__datepicker:not(.cpDatepicker__datepicker--isInline){margin-top:16px}.cpDatepicker .asd__fade-enter-from{transform:scale(.8)}.cpDatepicker .asd__fade-enter-to{transform:scale(1)}}.fade-enter-active,.fade-leave-active{transition:opacity .1s}.fade-enter-from,.fade-leave-to{opacity:0}.cpCalendar .asd__fade-enter-from{transform:translate(-50%) scale(.8)}.cpCalendar .asd__fade-enter-to{transform:translate(-50%) scale(1)}.cpCalendar__datepicker{position:absolute;left:50%;transform:translate(-50%)}.cpCalendar__datepicker:not(.cpCalendar__datepicker--isInline){margin-top:10px}@media (min-width: 350px){.cpCalendar{position:relative}}@media (max-width: 767px) and (min-width: 350px){.cpCalendar__datepicker{left:0;right:0;transform:initial}.cpCalendar__datepicker:not(.cpCalendar__datepicker--isInline){margin-top:16px}.cpCalendar .asd__fade-enter-from{transform:scale(.8)}.cpCalendar .asd__fade-enter-to{transform:scale(1)}}.cpCalendar__input input:disabled{background-color:#fff}.cpCalendar .footer-container{background:#ffffff;border-top:1px solid #ececef}.cpCalendar .footer-container .asd__recurency--action{padding:16px;display:flex;align-items:center;justify-content:space-between}.cpCalendar .footer-container .asd__recurency--action button{font-size:16px;color:#3e3e5b}.cpCalendar .footer-container .asd__button-done{border:#b5b5b5}.cpCalendar .footer-container .asd__button-done:not([disabled]){background-color:#5341f9;color:#fff!important;border:#5341f9}.cpCalendar .footer-container .asd__recurency--ul{margin:-1px 0 0;display:flex;-webkit-padding-start:0;height:inherit;cursor:pointer}@media (min-width: 768px){.cpCalendar .footer-container .asd__recurency--ul{height:64px}}@media (max-width: 768px){.cpCalendar .footer-container .asd__recurency--ul{display:flex;flex-wrap:wrap}}.cpCalendar .footer-container .asd__recurency--li{display:flex;flex-direction:column;flex:1;justify-content:center;align-items:center;border-top:1px solid #ececef;font-size:16px;color:#3e3e5b;height:64px;transition:background .2s linear}@media (max-width: 768px){.cpCalendar .footer-container .asd__recurency--li{flex:1 0 50%}}.cpCalendar .footer-container .asd__recurency--li .checkbox{width:16px;height:16px}.cpCalendar .footer-container .asd__recurency--li .checkbox--border{height:100%;width:100%;border:1px solid #ececef}.cpCalendar .footer-container .asd__recurency--li .feather-check{height:100%;width:100%;color:#56c1fe}.cpCalendar .footer-container .asd__recurency--li span{font-size:14px;line-height:20px;padding-top:3px;user-select:none}.cpCalendar .footer-container .asd__recurency--li--selected{color:#56c1fe}.cpCalendar .footer-container .asd__recurency--summary{padding-left:16px;padding-right:16px}.cpCalendar .footer-container .asd__recurency--text{background:#3e3e5b;border-radius:10px;display:flex;justify-content:center;align-items:center;color:#d8d8ff}.cpCalendar .footer-container .asd__recurency--text svg{transform:scale(.7)}.cpCalendar .footer-container .asd__recurency--text span{white-space:normal;padding:10px 10px 10px 2px;font-size:14px}.cpCalendar .footer-container .asd__recurency--text span strong{color:#fff}.cpAlert{position:relative;display:flex;align-items:flex-start;padding:.625rem;font-size:.875em;border-radius:.25rem;overflow:hidden}.cpAlert:before{content:"";position:absolute;left:0;top:0;height:100%;width:.1875rem}.cpAlert__body{flex:1;margin-left:.5rem;padding-right:2.125rem}.cpAlert__icon{flex-shrink:0;color:inherit}.cpAlert__icon i{display:inline-block;vertical-align:sub;width:1rem;height:1rem}.cpAlert__icon,.cpAlert__content,.cpAlert__title{line-height:1.1875rem}.cpAlert__title{color:inherit;font-weight:600}.cpAlert__title:not(:only-child){margin-bottom:.25rem}.cpAlert__button{display:flex;position:absolute;right:.4375rem;top:.4375rem;border-radius:.25rem;padding:.25rem;color:inherit}.cpAlert__button svg{margin:0;width:1.125rem;height:1.125rem}.cpAlert__button:hover{background-color:inherit}.cpAlert--info{background-color:#144dc21a;color:#144dc2}.cpAlert--info:before{background-color:#144dc2}.cpAlert--info button:focus-visible{outline:.125rem solid #144dc2}.cpAlert--success{background-color:#00c5821a;color:#00c582}.cpAlert--success:before{background-color:#00c582}.cpAlert--success button:focus-visible{outline:.125rem solid #00c582}.cpAlert--warning{background-color:#ffa8001a;color:#ffa800}.cpAlert--warning:before{background-color:#ffa800}.cpAlert--warning button:focus-visible{outline:.125rem solid #ffa800}.cpAlert--critical{background-color:#eb05051a;color:#eb0505}.cpAlert--critical:before{background-color:#eb0505}.cpAlert--critical button:focus-visible{outline:.125rem solid #eb0505}.cpToaster{position:relative;box-shadow:#435a6f4d 0 0 1px,#435a6f78 0 8px 10px -4px;background:#ffffff;padding:.75rem;overflow:hidden;width:max-content;max-width:100%;margin:auto;pointer-events:auto;font-size:.875rem}@media (min-width: 769px){.cpToaster{border-radius:.5rem}}@media (max-width: 768px){.cpToaster{min-width:100%}}.cpToaster:before{content:"";position:absolute;top:0;left:0;width:.1875rem;height:100%}.cpToaster__container{position:fixed;z-index:9999;top:0;left:0;right:0;margin:auto;padding:1rem;max-width:25rem;pointer-events:none}.cpToaster__container>*:not(:last-child){margin-bottom:.5rem}@media (max-width: 768px){.cpToaster__container{max-width:100%}}.cpToaster__content{display:flex;align-items:flex-start}.cpToaster__body{flex:1;margin-left:.5rem;padding-right:2rem}.cpToaster__icon{flex-shrink:0;height:1rem;width:1rem}.cpToaster__content,.cpToaster__title{line-height:1rem}.cpToaster__title{font-weight:600}.cpToaster__title:not(:only-child){margin-bottom:.25rem}.cpToaster__description{font-size:.875rem}.cpToaster__close{position:absolute;right:.5rem;top:.5rem;display:flex;border-radius:.25rem;padding:.25rem;color:#8b8b9d}.cpToaster__close svg{margin:0;width:1.125rem;height:1.125rem}.cpToaster__close:hover{background-color:#8b8b9d1a}.cpToaster__footer{display:flex;justify-content:flex-end;margin-top:1rem}.cpToaster__button{font-size:.75rem;color:#144dc2}.cpToaster__button:not(:hover){text-decoration:underline}.cpToaster--info .cpToaster__icon{color:#144dc2}.cpToaster--info:before{background-color:#144dc2}.cpToaster--warning .cpToaster__icon{color:#ffa800}.cpToaster--warning:before{background-color:#ffa800}.cpToaster--success .cpToaster__icon{color:#00c582}.cpToaster--success:before{background-color:#00c582}.cpToaster--critical .cpToaster__icon{color:#eb0505}.cpToaster--critical:before{background-color:#eb0505}.cpTextarea__input{box-shadow:inset 0 .0625em .125em #0000001f;appearance:none;border:.0625rem solid #d8d8de;border-radius:.625em;outline:none;padding:1em;width:100%;max-width:100%;height:100%;font-size:1em;color:#3e3e5b}.cpTextarea__input:hover{border-color:#144dc2}.cpTextarea__input:focus{box-shadow:0 0 0 .1875em #c9d9f9;border-color:#144dc2;background-color:#fff}.cpTextarea__input:disabled{background:#f8faff;cursor:not-allowed;color:#8b8b9d}.cpTextarea__input::placeholder{color:#3e3e5b99}.cpTextarea__input--isInvalid{box-shadow:0 0 0 .03125rem #eb0505;border:.0625rem solid #eb0505}.cpTextarea__input--isInvalid:hover,.cpTextarea__input--isInvalid:focus{border:.0625rem solid #eb0505}.cpTextarea__input--isInvalid:focus{box-shadow:0 0 0 .1875em #fd9595}.cpTextarea__label{display:block}.cpTextarea__label:not(.cpTextarea__label--isAfter){margin-bottom:.375em}.cpTextarea__label--isAfter{margin-top:.375em}.u-text-ellipsis,.cpSelect__inner{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.cpSelect__container{position:relative}.cpSelect__container:after{content:"";position:absolute;right:.75em;top:50%;transform:translateY(-50%);width:1.25em;height:1.25em;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNNiA5LjY4Mjk4TDEyIDE1LjY4M0wxOCA5LjY4Mjk4IiBzdHJva2U9IiMzRTNFNUIiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);background-size:cover;pointer-events:none}.cpSelect__inner{box-shadow:inset 0 .0625em .125em #0000001f;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;border:.0625rem solid #d8d8de;border-radius:.625em;background-color:#fff;width:100%;height:2.75em;color:#3e3e5b;cursor:pointer;padding:.75em 2.5em .75em .75em;font-size:1em}.cpSelect__inner:hover,.cpSelect__inner:focus{border-color:#144dc2;background-color:#fff}.cpSelect__inner:focus{box-shadow:#144dc21a 0 0 0 .25rem,#144dc2 0 0 0 .03125rem}.cpSelect__label{display:block}.cpSelect__label:not(.cpSelect__label--isAfter){margin-bottom:.375em}.cpSelect__label--isAfter{margin-top:.375em}.cpSelect--isDisabled .cpSelect__inner{border-color:#d8d8de!important;background:#f8faff}.cpSelect--isDisabled .cpSelect__inner,.cpSelect--isDisabled .cpSelect__container:after{cursor:not-allowed;color:#b2b2bd}.cpSelect--isDisabled .cpSelect__container:after{opacity:.4}.cpSelect--isInvalid .cpSelect__inner,.cpSelect--isInvalid .cpSelect__inner:hover,.cpSelect--isInvalid .cpSelect__inner:focus{border-color:#eb0505}.cpSelect--isInvalid .cpSelect__inner:focus{box-shadow:0 0 0 .1875em #fd9595}.cpSelect--isLarge .cpSelect__container:after{right:1em;width:1.5em;height:1.5em}.cpSelect--isLarge .cpSelect__inner{padding:1em 3em 1em 1em;height:3.375em}.u-text-ellipsis,.cpSelectMenu__label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.cpSelectMenu{position:relative;font-size:1em}.cpSelectMenu__button{box-shadow:inset 0 .0625em .125em #0000001f;border:.0625rem solid #d8d8de;border-radius:.625em;background:#ffffff;padding:.75em;width:100%;height:2.75em;display:flex;align-items:center;justify-content:space-between;font-size:inherit;font-weight:400;text-transform:capitalize}.cpSelectMenu__button:hover,.cpSelectMenu__button:active,.cpSelectMenu__button:focus{border-color:#144dc2}.cpSelectMenu__button:focus{outline:none!important;box-shadow:0 0 0 .1875em #c9d9f9}.cpSelectMenu__icon{margin-left:.75em;width:1.25em;height:1.25em;flex-shrink:0;transition:transform .2s ease-out}.cpSelectMenu__icon--isOpened{transform:rotateX(180deg)}.cpSelectMenu__dropdown{z-index:3;position:absolute;top:calc(100% + 4px);left:0;border:.0625rem solid #d8d8de;border-radius:.625em;background:#ffffff;width:max(100%,15.625rem);font-size:inherit}.cpSelectMenu .dropdown svg{width:1.125em;height:1.125em}.cpSelectMenu .dropdown__title{padding:.75em .5em;display:flex;align-items:center;justify-content:space-between;white-space:normal;font-weight:600;color:#3e3e5b}.cpSelectMenu .dropdown__filterBar{border-top:.0625rem solid #d8d8de;border-bottom:.0625rem solid #d8d8de;background-color:#ececef99;padding:.5em;display:flex;align-items:center}.cpSelectMenu .dropdown__filterBar>input{background-color:transparent;flex:1;color:#3e3e5b}.cpSelectMenu .dropdown__filterBar>input::placeholder{color:#8b8b9d}.cpSelectMenu .dropdown__filterBar i{margin-right:.5em;color:#3e3e5b;flex-shrink:0}.cpSelectMenu .dropdown__list{display:flex;flex-direction:column;min-height:15.625rem}.cpSelectMenu .dropdown__items{margin:.25em 0;padding:0;max-height:15.625rem;overflow-y:auto}.cpSelectMenu .dropdown__items li{list-style:none}.cpSelectMenu .dropdown__item{position:relative;padding:.5em 1em .5em 2.25em;width:100%;display:flex;text-align:initial;cursor:pointer;text-transform:capitalize}.cpSelectMenu .dropdown__item:hover{background-color:#ececef80}.cpSelectMenu .dropdown__item input{display:none}.cpSelectMenu .dropdown__icon{position:absolute;left:.5em;top:50%;transform:translateY(-50%);color:#144dc2}.cpSelectMenu .dropdown__emptyState{padding:1em .5em;flex:1;display:flex;align-items:center;justify-content:center;color:#8b8b9d}.cpCheckbox{position:relative;display:grid;grid-template-columns:min-content 1fr;grid-gap:.75rem;align-items:center;cursor:pointer}.cpCheckbox--isBlue input:checked{background-color:#144dc2;border-color:#144dc2}.cpCheckbox--isBlue:hover input{background-color:#f2f6fe}.cpCheckbox--isBlue:hover input:checked{background-color:#0f3b94}.cpCheckbox--isBlue input:focus-within{position:relative;z-index:1;box-shadow:0 0 0 .1875em #aec6f7;border-color:#aec6f7}.cpCheckbox--isPurple input:checked{background-color:#5341f9;border-color:#5341f9}.cpCheckbox--isPurple:hover input{background-color:#f6f6ff}.cpCheckbox--isPurple:hover input:checked{background-color:#2610f7}.cpCheckbox--isPurple input:focus-within{position:relative;z-index:1;box-shadow:0 0 0 .1875em #cbc6fd;border-color:#cbc6fd}.cpCheckbox input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:.0625rem solid #d8d8de;border-radius:.25em;width:1.25em;height:1.25em;flex-shrink:0;cursor:pointer;transition:background-color .1s ease-out,transform .1s linear}.cpCheckbox input+i{position:absolute;z-index:2;top:50%;left:.1875em;transform:translateY(-50%);width:.875em;height:.875em;color:#fff;opacity:0;transition:opacity .2s linear .1s}.cpCheckbox input+i svg{stroke-width:3}.cpCheckbox input:checked+i{visibility:visible;opacity:1}.cpCheckbox input:disabled{background-color:#f8faff;cursor:not-allowed}.cpCheckbox input:disabled~span{color:#8b8b9d}.cpCheckbox input:checked:disabled{border-color:#8b8b9d;background-color:#8b8b9d}.cpCheckbox input:checked:disabled~span{color:#8b8b9d}.cpCheckbox input:active:not(:disabled){transform:scale(.8)}.cpCheckbox--isDisabled{cursor:not-allowed}.cpCheckbox--isReversed{grid-template-columns:1fr min-content}.cpCheckbox--isReversed .cpCheckbox__label{grid-row:1}.cpCheckbox--isReversed input+i{left:auto;right:.1875em}.cpCheckbox__label{display:block;font-weight:500;line-height:1.25em}.cpCheckbox__label--isCapitalized:first-letter{text-transform:capitalize}.cpRadio{position:relative;border:.0625rem solid #d8d8de;border-radius:.625rem;padding:1rem .75rem;display:grid;grid-template-columns:min-content 1fr;grid-gap:.75rem;align-items:center;width:100%}.cpRadio:not(.cpRadio--isDisabled),.cpRadio:not(.cpRadio--isDisabled) *{cursor:pointer}.cpRadio--isBlue.cpRadio--isActive{border-color:#144dc2}.cpRadio--isBlue input:checked{background-color:#144dc2;border-color:#144dc2}.cpRadio--isBlue input:checked~span .cpRadio__label,.cpRadio--isBlue input:checked~span .cpRadio__additionalData{color:#144dc2}.cpRadio--isBlue:hover,.cpRadio--isBlue:focus-within{border-color:#144dc2}.cpRadio--isBlue:focus-within{box-shadow:0 0 0 .25rem #144dc21a}.cpRadio--isPurple.cpRadio--isActive{border-color:#5341f9}.cpRadio--isPurple input:checked{background-color:#5341f9;border-color:#5341f9}.cpRadio--isPurple input:checked~span .cpRadio__label,.cpRadio--isPurple input:checked~span .cpRadio__additionalData{color:#5341f9}.cpRadio--isPurple:hover,.cpRadio--isPurple:focus-within{border-color:#5341f9}.cpRadio--isPurple:focus-within{box-shadow:0 0 0 .25rem #5341f91a}.cpRadio--isDisabled{background-color:#f8faff;color:#8b8b9d}.cpRadio--isDisabled,.cpRadio--isDisabled *{cursor:not-allowed}.cpRadio--isDisabled:hover,.cpRadio--isDisabled:focus{box-shadow:none;border-color:#d8d8de}.cpRadio--isActive.cpRadio--isDisabled,.cpRadio--isActive.cpRadio--isDisabled:hover{border-color:#d8d8de}.cpRadio:not(:last-of-type){margin-bottom:.75rem}.cpRadio input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:.0625rem solid #d8d8de;border-radius:100%;padding:25%;width:1.25em;height:1.25em;transition:transform .1s linear}.cpRadio input:before{content:"";display:flex;width:100%;height:100%;border-radius:100%;background-color:#fff;transition:transform .15s linear;transform:scale(0)}.cpRadio input:active:not(:disabled){transform:scale(.8)}.cpRadio input:checked:before{transform:scale(1)}.cpRadio input:checked:disabled{border-color:#8b8b9d;background-color:#8b8b9d}.cpRadio input:checked:disabled~span .cpRadio__label,.cpRadio input:checked:disabled~span .cpRadio__additionalData{color:#8b8b9d}.cpRadio__content{display:flex;align-items:center;line-height:1.3}.cpRadio__information{flex-grow:2;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;text-transform:capitalize;margin:0 -.5rem}.cpRadio__label,.cpRadio__description{margin:0 .5rem;flex-grow:1}.cpRadio__label,.cpRadio__additionalData{font-weight:500}.cpRadio__description,.cpRadio__additionalData{color:#8b8b9d}.cpRadio__label{white-space:nowrap}.cpRadio__additionalData{text-align:right;margin-left:1rem}.cpSwitch{align-items:center}.cpSwitch,.cpSwitch *{cursor:pointer}.cpSwitch--hasLabel{display:grid;grid-template-columns:min-content 1fr;grid-gap:.75rem;align-items:center}.cpSwitch--isDisabled,.cpSwitch--isDisabled *,.cpSwitch--isDisabled:hover,.cpSwitch--isDisabled:hover *{cursor:not-allowed}.cpSwitch--isDisabled .cpSwitch__switch,.cpSwitch--isDisabled:hover .cpSwitch__switch{background-color:#d8d8de}.cpSwitch--isReversed{grid-template-columns:1fr min-content}.cpSwitch--isReversed .cpSwitch__label{grid-row:1}.cpSwitch--isDisabled .cpSwitch__label{color:#8b8b9d}.cpSwitch--isDisabled .cpSwitch__switch,.cpSwitch--isDisabled:hover .cpSwitch__switch{background-color:#ececef}.cpSwitch--isActive .cpSwitch__icon{transform:translateY(-50%);opacity:1}.cpSwitch--isActive .cpSwitch__knobContainer{transform:translate(50%)}.cpSwitch--isPurple.cpSwitch--isActive .cpSwitch__switch{background-color:#5341f9}.cpSwitch--isPurple .cpSwitch__switch:focus-within{box-shadow:0 0 0 .1875em #cbc6fd}.cpSwitch--isPurple:hover:not(.cpSwitch--isDisabled) .cpSwitch__switch{background-color:#a9a0fc}.cpSwitch--isPurple.cpSwitch--isActive:hover .cpSwitch__switch{background-color:#2610f7}.cpSwitch--isPurple.cpSwitch--isActive.cpSwitch--isDisabled .cpSwitch__switch,.cpSwitch--isPurple.cpSwitch--isActive.cpSwitch--isDisabled:hover .cpSwitch__swtich{background-color:#c3bdfd}.cpSwitch--isBlue.cpSwitch--isActive .cpSwitch__switch{background-color:#144dc2}.cpSwitch--isBlue .cpSwitch__switch:focus-within{box-shadow:0 0 0 .1875em #aec6f7}.cpSwitch--isBlue:hover:not(.cpSwitch--isDisabled) .cpSwitch__switch{background-color:#79a0f1}.cpSwitch--isBlue.cpSwitch--isActive:hover .cpSwitch__switch{background-color:#0f3b94}.cpSwitch--isBlue.cpSwitch--isActive.cpSwitch--isDisabled .cpSwitch__switch,.cpSwitch--isBlue.cpSwitch--isActive.cpSwitch--isDisabled:hover .cpSwitch__swtich{background-color:#a1bdf5}.cpSwitch__switch{position:relative;border-radius:1000px;background-color:#8b8b9d;overflow:hidden;transition:background-color .1s ease-out;display:flex;height:1.5em;width:3em}.cpSwitch__switch:hover{background-color:#c6c6ce}.cpSwitch input{position:absolute;z-index:1;top:0;left:0;opacity:0;width:100%;height:100%}.cpSwitch__icon{position:absolute;left:0;top:50%;transform:translateY(-50%);opacity:0;padding-left:.25rem;display:flex;align-items:center;justify-content:center;transition:opacity .12s ease-in;width:1.5em;height:1.5em}.cpSwitch__icon i{width:80%;height:100%}.cpSwitch__icon svg{stroke-width:3;color:#fff}.cpSwitch__knobContainer{width:100%;padding:.125rem;display:flex;align-items:center;transition:transform .3s cubic-bezier(.08,.82,.17,1) 0s}.cpSwitch__knob{background-color:#fff;border-radius:100%;width:calc(1.5em - .25rem);height:calc(1.5em - .25rem)}.cpTableEmptyState{padding:10vh 1rem;display:flex;align-items:center;justify-content:center}.cpTableEmptyState__icon{margin-bottom:1.5rem;border-radius:.25rem;display:inline-block;background-color:#f8faff;padding:1rem;color:#8b8b9d}.cpTableEmptyState__headline{margin-bottom:.5rem;font-size:1.25em}.cpTableEmptyState__description{color:#8b8b9d}/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */*,:before,:after{box-sizing:border-box}html{font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";line-height:1.15;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4}body{margin:0}hr{height:0;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}html{box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:100%;color:#3e3e5b;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}*,*:before,*:after{box-sizing:inherit;margin:0;outline:none;font-family:inherit}body{background-color:transparent}button{border-style:none;padding:0;background-color:transparent}button:hover{cursor:pointer}ul,li{margin:0;padding:0;list-style:none}svg{color:currentColor}input{font-size:inherit;border:none}.fade-in-enter-active,.fade-in-leave-active{transition:all .15s ease-in-out}.fade-in-enter-from,.fade-in-leave-to{opacity:0;transform:scale(.9)}@keyframes cp-select-menu-dropdown-enter{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes cp-select-menu-dropdown-leave{0%{opacity:1}to{opacity:0}}.u-text-ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.cpTable{position:relative;display:flex;flex-direction:column}.cpTable__container{position:relative;display:flex;flex-direction:column;flex:1}.cpTable__container--hasPagination{border-bottom:.0625rem solid #d8d8de}.cpTable__container[role=region][aria-labelledby][tabindex]{overflow:auto}.cpTable__container[role=region][aria-labelledby][tabindex]:focus{border-radius:.625rem;box-shadow:0 0 0 .1875em #aec6f7}.cpTable__container[role=region][aria-labelledby][tabindex] .cpTable__table{margin:0;border:none}.cpTable__container[role=region][aria-labelledby][tabindex]{background:linear-gradient(to right,#ffffff 30%,rgba(255,255,255,0)),linear-gradient(to right,rgba(255,255,255,0),#ffffff 70%) 0 100%,radial-gradient(farthest-side at 0% 50%,rgba(62,62,91,.2),rgba(62,62,91,0)),radial-gradient(farthest-side at 100% 50%,rgba(62,62,91,.2),rgba(62,62,91,0)) 0 100%;background-repeat:no-repeat;background-color:#fff;background-size:40px 100%,40px 100%,14px 100%,14px 100%;background-position:0 0,100%,0 0,100%;background-attachment:local,local,scroll,scroll}.cpTable__caption{position:sticky;left:0;margin-bottom:1rem;text-align:left;font-size:1.125em}.cpTable__caption:first-letter{text-transform:capitalize}.cpTable__table{border-collapse:collapse;width:100%}.cpTable__row--body:not(:last-of-type){border-bottom:.0625rem solid #d8d8de}.cpTable__row--body:not(.cpTable__row--isFullWidth):not(.cpTable__row--isSelected):hover,.cpTable__row--body:not(.cpTable__row--isFullWidth):not(.cpTable__row--isSelected):focus,.cpTable__row--body:not(.cpTable__row--isFullWidth):not(.cpTable__row--isSelected):focus-within{background-color:#3e3e5b0d;transition:background-color .1s ease-in-out}.cpTable__row--body:not(.cpTable__row--isFullWidth):not(.cpTable__row--isSelected):focus,.cpTable__row--body:not(.cpTable__row--isFullWidth):not(.cpTable__row--isSelected):focus-within{color:#5341f9}.cpTable__row--isFullWidth td{padding:.5rem;background-color:#3e3e5b08}.cpTable__row--isClickable{cursor:pointer}.cpTable__row--isSelected{background-color:#5341f91a;color:#5341f9}.cpTable__row--body td{font-size:.875em}.cpTable__column{position:sticky;top:0;z-index:3;background-color:#fff;padding:.5rem .75rem;text-align:left;white-space:nowrap;font-size:.75em;font-weight:400;color:#8b8b9d}.cpTable__column:first-letter{text-transform:capitalize}.cpTable__column:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:.0625rem;background-color:#d8d8de}.cpTable__body{vertical-align:middle}.cpTable__row--body,.cpTable__cell{vertical-align:inherit}.cpTable__cell:not(.cpTable__cell--isFullWidth):not(.cpTable__cell--isOptions){padding:1rem .75rem;white-space:nowrap}.cpTable__cell--isFullWidth span,.cpTable__cell--isOptions{position:sticky}.cpTable__cell--isFullWidth span{left:50%;transform:translate(-50%);display:inline-block}.cpTable__cell--isOptions{right:0;padding:0 .75rem}.cpTable__cell--isOptions button{border:.0625rem solid #d8d8de;border-radius:.5rem;background-color:#fff;display:inline-flex;padding:.25rem;color:#8b8b9d}.cpTable__cell--isOptions button:hover{background-color:#fbfbfc;color:#3e3e5b}.cpTable__cell--isOptions button:focus{outline:none!important;box-shadow:0 0 0 .1875em #c9d9f9}.cpTable__cell--isOptions i{width:1rem;height:1rem}@media (hover: hover) and (pointer: fine){.cpTable__cell--isOptions{opacity:0;transition:opacity .2s cubic-bezier(.175,.885,.32,1.175)}.cpTable__row:focus .cpTable__cell--isOptions,.cpTable__row:focus-within .cpTable__cell--isOptions,.cpTable__row:hover .cpTable__cell--isOptions{opacity:1}}.cpTable__emptyState{flex:1}.cpTable--isLoading .cpTable__overlay{opacity:.5;pointer-events:all}.cpTable__overlay{position:absolute;overflow:hidden;left:0;right:0;top:0;bottom:0;border-radius:.625rem;background-color:#fff;z-index:4;opacity:0;transition:.15s opacity ease-in-out;cursor:wait;pointer-events:none}.cpTable__overlay:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,rgba(198,198,206,0) 0,rgba(198,198,206,.2) 20%,rgba(198,198,206,.5) 60%,rgba(198,198,206,0));animation:shimmer 2s infinite}@keyframes shimmer{to{transform:translate(100%)}}.cpTable__loader{width:2rem;height:2rem}.cpTable__loader--isSmall{display:inline-block;vertical-align:middle;width:1.5rem;height:1.5rem}.cpTable__footer{padding:1rem .75rem 0;display:flex;align-items:center;font-size:.875em}.cpTable .footer__details,.cpTable .footer__pagination{flex:1}.cpTable .footer__results{font-variant-numeric:tabular-nums;color:#8b8b9d}.cpTable .footer__results strong{color:#3e3e5b}.cpTable .footer__pagination{text-align:right}.cpTable .footer__pagination button{box-shadow:0 .0625rem .125rem #3e3e5b14;border-radius:.625rem;border:.0625rem solid #d8d8de;padding:.375rem .625rem;transition:background-color .15s}.cpTable .footer__pagination button:hover{background-color:#3e3e5b0d}.cpTable .footer__pagination button:focus{outline:none!important;box-shadow:0 0 0 .1875em #aec6f7}.cpTable .footer__pagination button:disabled{box-shadow:none;border-color:#f8faff;background-color:#f8faff;color:#b2b2bd;cursor:not-allowed;user-select:none}.cpTable .footer__pagination button:last-of-type{margin-left:.5rem}
1
+ @import"modern-normalize/modern-normalize.css";.u-text-ellipsis,.cpBadge__label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.cpBadge{display:inline-flex;align-items:center;padding-block:.25rem;font-size:.875em;font-weight:500;border-radius:62.5rem;border:1px solid #d8d8de}.cpBadge--isNeutral:not(.cpBadge--isSolid){background-color:#3e3e5b24;border-color:transparent;color:#3e3e5b}.cpBadge--isNeutral:not(.cpBadge--isSolid) .cpBadge__clear:hover,.cpBadge--isNeutral:not(.cpBadge--isSolid) .cpBadge__clear:focus-visible{background-color:#3e3e5b}.cpBadge--isNeutral.cpBadge--isSolid{color:#fff;background-color:#3e3e5b;border-color:transparent}.cpBadge--isNeutral.cpBadge--isSolid .cpBadge__clear:hover,.cpBadge--isNeutral.cpBadge--isSolid .cpBadge__clear:focus-visible{color:#3e3e5b;background-color:#fff}.cpBadge--isBlue:not(.cpBadge--isSolid){background-color:#144dc224;border-color:transparent;color:#144dc2}.cpBadge--isBlue:not(.cpBadge--isSolid) .cpBadge__clear:hover,.cpBadge--isBlue:not(.cpBadge--isSolid) .cpBadge__clear:focus-visible{background-color:#144dc2}.cpBadge--isBlue.cpBadge--isSolid{color:#fff;background-color:#144dc2;border-color:transparent}.cpBadge--isBlue.cpBadge--isSolid .cpBadge__clear:hover,.cpBadge--isBlue.cpBadge--isSolid .cpBadge__clear:focus-visible{color:#144dc2;background-color:#fff}.cpBadge--isGreen:not(.cpBadge--isSolid){background-color:#00c58224;border-color:transparent;color:#00c582}.cpBadge--isGreen:not(.cpBadge--isSolid) .cpBadge__clear:hover,.cpBadge--isGreen:not(.cpBadge--isSolid) .cpBadge__clear:focus-visible{background-color:#00c582}.cpBadge--isGreen.cpBadge--isSolid{color:#fff;background-color:#00c582;border-color:transparent}.cpBadge--isGreen.cpBadge--isSolid .cpBadge__clear:hover,.cpBadge--isGreen.cpBadge--isSolid .cpBadge__clear:focus-visible{color:#00c582;background-color:#fff}.cpBadge--isRed:not(.cpBadge--isSolid){background-color:#eb050524;border-color:transparent;color:#eb0505}.cpBadge--isRed:not(.cpBadge--isSolid) .cpBadge__clear:hover,.cpBadge--isRed:not(.cpBadge--isSolid) .cpBadge__clear:focus-visible{background-color:#eb0505}.cpBadge--isRed.cpBadge--isSolid{color:#fff;background-color:#eb0505;border-color:transparent}.cpBadge--isRed.cpBadge--isSolid .cpBadge__clear:hover,.cpBadge--isRed.cpBadge--isSolid .cpBadge__clear:focus-visible{color:#eb0505;background-color:#fff}.cpBadge--isOrange:not(.cpBadge--isSolid){background-color:#ffa80024;border-color:transparent;color:#ffa800}.cpBadge--isOrange:not(.cpBadge--isSolid) .cpBadge__clear:hover,.cpBadge--isOrange:not(.cpBadge--isSolid) .cpBadge__clear:focus-visible{background-color:#ffa800}.cpBadge--isOrange.cpBadge--isSolid{color:#fff;background-color:#ffa800;border-color:transparent}.cpBadge--isOrange.cpBadge--isSolid .cpBadge__clear:hover,.cpBadge--isOrange.cpBadge--isSolid .cpBadge__clear:focus-visible{color:#ffa800;background-color:#fff}.cpBadge--isPurple:not(.cpBadge--isSolid){background-color:#5341f924;border-color:transparent;color:#5341f9}.cpBadge--isPurple:not(.cpBadge--isSolid) .cpBadge__clear:hover,.cpBadge--isPurple:not(.cpBadge--isSolid) .cpBadge__clear:focus-visible{background-color:#5341f9}.cpBadge--isPurple.cpBadge--isSolid{color:#fff;background-color:#5341f9;border-color:transparent}.cpBadge--isPurple.cpBadge--isSolid .cpBadge__clear:hover,.cpBadge--isPurple.cpBadge--isSolid .cpBadge__clear:focus-visible{color:#5341f9;background-color:#fff}.cpBadge--isTeal:not(.cpBadge--isSolid){background-color:#56c1fe24;border-color:transparent;color:#56c1fe}.cpBadge--isTeal:not(.cpBadge--isSolid) .cpBadge__clear:hover,.cpBadge--isTeal:not(.cpBadge--isSolid) .cpBadge__clear:focus-visible{background-color:#56c1fe}.cpBadge--isTeal.cpBadge--isSolid{color:#fff;background-color:#56c1fe;border-color:transparent}.cpBadge--isTeal.cpBadge--isSolid .cpBadge__clear:hover,.cpBadge--isTeal.cpBadge--isSolid .cpBadge__clear:focus-visible{color:#56c1fe;background-color:#fff}.cpBadge--isPink:not(.cpBadge--isSolid){background-color:#ff7dc124;border-color:transparent;color:#ff7dc1}.cpBadge--isPink:not(.cpBadge--isSolid) .cpBadge__clear:hover,.cpBadge--isPink:not(.cpBadge--isSolid) .cpBadge__clear:focus-visible{background-color:#ff7dc1}.cpBadge--isPink.cpBadge--isSolid{color:#fff;background-color:#ff7dc1;border-color:transparent}.cpBadge--isPink.cpBadge--isSolid .cpBadge__clear:hover,.cpBadge--isPink.cpBadge--isSolid .cpBadge__clear:focus-visible{color:#ff7dc1;background-color:#fff}.cpBadge--isYellow:not(.cpBadge--isSolid){background-color:#ffd00b24;border-color:transparent;color:#ffd00b}.cpBadge--isYellow:not(.cpBadge--isSolid) .cpBadge__clear:hover,.cpBadge--isYellow:not(.cpBadge--isSolid) .cpBadge__clear:focus-visible{background-color:#ffd00b}.cpBadge--isYellow.cpBadge--isSolid{color:#fff;background-color:#ffd00b;border-color:transparent}.cpBadge--isYellow.cpBadge--isSolid .cpBadge__clear:hover,.cpBadge--isYellow.cpBadge--isSolid .cpBadge__clear:focus-visible{color:#ffd00b;background-color:#fff}.cpBadge--isYellow.cpBadge--isSolid{color:#a48400}.cpBadge--isYellow.cpBadge--isSolid:before{background-color:#a48400}.cpBadge:not(.cpBadge--isPlain):not(.cpBadge--hasIcon):before{content:"";width:.375rem;height:.375rem;margin-right:.375rem;border-radius:100%;flex-shrink:0;background-color:currentColor}.cpBadge:not(.cpBadge--isClearable){padding-inline:.5rem}.cpBadge--isClearable{padding-left:.5rem;padding-right:.25rem}.cpBadge__label{flex:1;min-width:0}.cpBadge__icon{color:currentColor;width:1rem;height:1rem}.cpBadge__icon:not(.cpBadge__icon--isClear){margin-right:.25rem}.cpBadge__icon--isClear svg{stroke-width:.125rem}.cpBadge__icon>*{width:100%;height:100%}.cpBadge__clear{display:flex;align-items:center;justify-content:center;margin-left:.375rem;padding:.0625rem;border-radius:100%;color:inherit}.cpBadge__clear:hover,.cpBadge__clear:focus-visible{color:#fff;background-color:#3e3e5b}.cpBadge__clear:focus{outline:none!important}.cpHeading{color:#3e3e5b}.cpHeading:first-letter{text-transform:capitalize}.cpHeading--100{font-size:.6875rem;font-weight:400;line-height:1rem;letter-spacing:.0375em;color:#8b8b9d}.cpHeading--200{font-size:.75rem;font-weight:600;line-height:1rem;color:#8b8b9d}.cpHeading--300{font-size:.75rem;font-weight:600;line-height:1rem}.cpHeading--400{font-size:.875rem;font-weight:500;line-height:1.125rem}.cpHeading--500{font-size:1rem;font-weight:500;line-height:1.25rem}.cpHeading--600{font-size:1.125rem;font-weight:500;line-height:1.4375rem;letter-spacing:.025em}.cpHeading--700{font-size:1.25rem;font-weight:500;line-height:1.5625rem;letter-spacing:.025em}.cpHeading--800{font-size:1.8125rem;font-weight:500;line-height:2rem;letter-spacing:.025em}.cpHeading--900{font-size:2.1875rem;font-weight:500;line-height:2.5rem;letter-spacing:.025em}.cpButton{border:.0625rem solid;border-radius:62.5rem;background-color:transparent;padding:.75em 1em;min-width:10ch;height:2.75em;font-size:inherit;line-height:1.1;text-decoration:none;color:#3e3e5b;font-weight:500;transition-property:box-shadow,background-color,transform,width;transition-duration:.15s;transition-timing-function:ease-in-out;cursor:pointer}.cpButton,.cpButton:visited{color:#3e3e5b}.cpButton,.cpButton__body{display:inline-flex;justify-content:center;align-items:center}@media screen and (-ms-high-contrast: active){.cpButton{border:.125em solid currentcolor}}.cpButton:hover{transform:translateY(-.0625rem)}.cpButton:active{transform:translateY(.0625rem)}.cpButton:focus{outline:none!important}.cpButton--isDefault{background-color:#fff;border-color:#d8d8de}.cpButton--isDefault:hover{background-color:#fbfbfc;box-shadow:0 .0625rem .125rem #3e3e5b14,0 .1875rem .375rem #3e3e5b14}.cpButton--isDefault:active{background-color:#f4f4f8}.cpButton--isDefault:focus{border-color:transparent}.cpButton--isDefault,.cpButton--isPrimary{filter:drop-shadow(0 .0625rem .125rem rgba(62,62,91,.08))}.cpButton--isDefault:focus,.cpButton--isDisabled:focus{box-shadow:0 0 0 .1875em #bcd0f8!important}.cpButton--isDefault.cpButton--isBlue,.cpButton--isDefault.cpButton--isBlue:visited{color:#144dc2}.cpButton--isDefault.cpButton--isPurple,.cpButton--isDefault.cpButton--isPurple:visited{color:#5341f9}.cpButton--isDefault.cpButton--isGreen,.cpButton--isDefault.cpButton--isGreen:visited{color:#00c582}.cpButton--isDefault.cpButton--isOrange,.cpButton--isDefault.cpButton--isOrange:visited{color:#ffa800}.cpButton--isDefault.cpButton--isRed,.cpButton--isDefault.cpButton--isRed:visited{color:#eb0505}.cpButton--isPrimary,.cpButton--isPrimary:visited{color:#fff}.cpButton--isPrimary:hover{box-shadow:0 .25rem .375rem #32325d1c,0 .0625rem .1875rem #3e3e5b14}.cpButton--isPrimary:active{box-shadow:inset 0 0 0 .0625em #435a6f24,inset 0 .0625em .0625em #435a6f0f}.cpButton--isMinimal{border-color:transparent}.cpButton--isPrimary.cpButton--isBlue{background-color:#144dc2;border-color:#144dc2}.cpButton--isPrimary.cpButton--isBlue:hover{background-color:#1654d5;border-color:#1654d5}.cpButton--isPrimary.cpButton--isBlue:active{background-color:#1244ab;border-color:#1244ab}.cpButton--isMinimal.cpButton--isBlue,.cpButton--isMinimal.cpButton--isBlue:visited{color:#144dc2}.cpButton--isMinimal.cpButton--isBlue:hover{background:#e4ecfc}.cpButton--isMinimal.cpButton--isBlue:active{background:#c9d9f9;color:#1245af}.cpButton--isPrimary.cpButton--isBlue:focus,.cpButton--isMinimal.cpButton--isBlue:focus{box-shadow:0 0 0 .1875em #aec6f7}.cpButton--isPrimary.cpButton--isPurple{background-color:#5341f9;border-color:#5341f9}.cpButton--isPrimary.cpButton--isPurple:hover{background-color:#5f4ef9;border-color:#5f4ef9}.cpButton--isPrimary.cpButton--isPurple:active{background-color:#321cf8;border-color:#321cf8}.cpButton--isMinimal.cpButton--isPurple,.cpButton--isMinimal.cpButton--isPurple:visited{color:#5341f9}.cpButton--isMinimal.cpButton--isPurple:hover{background:#eeecfe}.cpButton--isMinimal.cpButton--isPurple:active{background:#ddd9fe;color:#3723f8}.cpButton--isPrimary.cpButton--isPurple:focus,.cpButton--isMinimal.cpButton--isPurple:focus{box-shadow:0 0 0 .1875em #cbc6fd}.cpButton--isPrimary.cpButton--isGreen{background-color:#00c582;border-color:#00c582}.cpButton--isPrimary.cpButton--isGreen:hover{background-color:#00db90;border-color:#00db90}.cpButton--isPrimary.cpButton--isGreen:active{background-color:#00ad72;border-color:#00ad72}.cpButton--isMinimal.cpButton--isGreen,.cpButton--isMinimal.cpButton--isGreen:visited{color:#00c582}.cpButton--isMinimal.cpButton--isGreen:hover{background:#e0fff4}.cpButton--isMinimal.cpButton--isGreen:active{background:#c0ffea;color:#00b175}.cpButton--isPrimary.cpButton--isGreen:focus,.cpButton--isMinimal.cpButton--isGreen:focus{box-shadow:0 0 0 .1875em #a1ffdf}.cpButton--isPrimary.cpButton--isOrange{background-color:#ffa800;border-color:#ffa800}.cpButton--isPrimary.cpButton--isOrange:hover{background-color:#ffae12;border-color:#ffae12}.cpButton--isPrimary.cpButton--isOrange:active{background-color:#e09400;border-color:#e09400}.cpButton--isMinimal.cpButton--isOrange,.cpButton--isMinimal.cpButton--isOrange:visited{color:#ffa800}.cpButton--isMinimal.cpButton--isOrange:hover{background:#fff6e6}.cpButton--isMinimal.cpButton--isOrange:active{background:#ffeecc;color:#e69700}.cpButton--isPrimary.cpButton--isOrange:focus,.cpButton--isMinimal.cpButton--isOrange:focus{box-shadow:0 0 0 .1875em #ffe5b3}.cpButton--isPrimary.cpButton--isRed{background-color:#eb0505;border-color:#eb0505}.cpButton--isPrimary.cpButton--isRed:hover{background-color:#fa0909;border-color:#fa0909}.cpButton--isPrimary.cpButton--isRed:active{background-color:#cf0404;border-color:#cf0404}.cpButton--isMinimal.cpButton--isRed,.cpButton--isMinimal.cpButton--isRed:visited{color:#eb0505}.cpButton--isMinimal.cpButton--isRed:hover{background:#fee5e5}.cpButton--isMinimal.cpButton--isRed:active{background:#fecaca;color:#d40505}.cpButton--isPrimary.cpButton--isRed:focus,.cpButton--isMinimal.cpButton--isRed:focus{box-shadow:0 0 0 .1875em #fdb0b0}.cpButton--isDisabled{box-shadow:none!important;border-color:#f8faff!important;background-color:#f8faff!important;color:#b2b2bd!important;cursor:not-allowed!important;user-select:none}.cpButton--isDisabled:hover,.cpButton--isDisabled:active{transform:none}.cpButton--isIcon{min-width:2.75em;padding:.625em}.cpButton__body{position:relative;text-align:center;transition:all .15s ease-in-out}.cpButton__icon,.cpButton__loader{display:flex;align-items:center;justify-content:center}.cpButton__icon>svg,.cpButton__icon>i,.cpButton__icon>img,.cpButton__loader>svg,.cpButton__loader>i,.cpButton__loader>img{width:100%;height:100%}.cpButton__icon{width:1em;height:1em;flex-shrink:0}.cpButton__icon--isBefore:not(:only-child){margin-right:.5em}.cpButton__icon--isAfter:not(:only-child){margin-left:.5em}.cpButton--isLoading .cpButton__body{padding-left:2em}.cpButton__loader{position:absolute;left:0;top:50%;transform:translateY(-50%);width:1.5em;height:1.5em}.cpButton--isSquare{border-radius:.625rem}.cpButton--isLarge{height:3.375em;text-transform:uppercase}.u-text-ellipsis,.cpDate__month select{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.cpDate input,.cpDate select{background-color:transparent;color:#3e3e5b}.cpDate input::-webkit-outer-spin-button,.cpDate input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cpDate input[type=number]{-moz-appearance:textfield}.cpDate select{appearance:none;-webkit-appearance:none;-moz-appearance:none;outline:none;border:none}.cpDate input::placeholder,.cpDate__month--isEmpty{color:#3e3e5b}.cpDate__label{display:flex;align-items:center;margin-bottom:.375em;font-size:.875em;font-weight:600}.cpDate__label i{margin-left:.25rem;width:1rem;height:1rem;color:#eb0505}.cpDate__inputs{display:flex;height:2.75em;border:.0625rem solid #d8d8de;border-radius:.625em;overflow:hidden;background-color:#fff;box-shadow:inset 0 .0625em .125em #3e3e5b1f}.cpDate__inputs:hover,.cpDate__inputs:focus-within{border-color:#144dc2;background-color:#fff}.cpDate__inputs:focus-within{box-shadow:#144dc21a 0 0 0 .25rem,#144dc2 0 0 0 .03125rem}.cpDate__divider{flex-shrink:0;width:.0625rem;height:100%;background-color:#d8d8de}.cpDate__month,.cpDate__day,.cpDate__year{min-width:0}.cpDate__month{position:relative;flex:1 1 50%}.cpDate__month:after{position:absolute;top:50%;right:.75em;width:1.25em;height:1.25em;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNNiA5LjY4Mjk4TDEyIDE1LjY4M0wxOCA5LjY4Mjk4IiBzdHJva2U9IiMzRTNFNUIiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);background-size:cover;transform:translateY(-50%);content:"";pointer-events:none}.cpDate__month select{width:100%;padding:.75em 2.5em .75em .75em;color:inherit;cursor:pointer}.cpDate__month select:focus-visible{text-decoration:underline;font-weight:500}.cpDate__month select>option:not(:disabled){color:#3e3e5b}.cpDate__day,.cpDate__year{flex:0 0 25%;padding:.75rem}.cpDate--isInvalid .cpDate__inputs,.cpDate--isInvalid .cpDate__inputs:hover,.cpDate--isInvalid .cpDate__inputs:focus-within{border-color:#eb0505}.cpDate--isInvalid .cpDate__inputs:focus-within{box-shadow:0 0 0 .1875em #fd9595}.cpDate--isInvalid .cpDate__divider{background-color:#eb0505}.cpDate--isDisabled .cpDate__inputs{border-color:#d8d8de;background:#f8faff}.cpDate--isDisabled .cpDate__inputs *{color:#b2b2bd!important;cursor:not-allowed!important}.cpDate--isDisabled .cpDate__month:after{opacity:.4}.cpDate__errorMessage{margin-top:.375rem;color:#eb0505;font-weight:500;font-size:.875em}.cpIcon{overflow:hidden;line-height:1}.cpIcon,.cpIcon__content{display:inline-block}.cpIcon__content{max-height:100%;max-width:100%;vertical-align:top}.asd__fade-enter-active,.asd__fade-leave-active{transition:.2s cubic-bezier(.175,.885,.32,1.175);transition-property:opacity,transform}.asd__fade-enter-from{transform:scale(.8)}.asd__fade-enter-to{transform:scale(1)}.asd__fade-leave-to{opacity:0}.asd__fade-leave-from{opacity:1}.asd__list-complete-enter-from,.asd__list-complete-leave-to{opacity:0;transform:translateY(30px)}.asd__list-complete-leave-active{position:absolute;visibility:hidden}.asd__wrapper{border-radius:10px;white-space:nowrap;text-align:center;background-color:#fff;overflow:hidden}.asd__wrapper:not(.asd__wrapper--isInline){box-shadow:0 9px 24px #3e3e5b33,0 4px 4px #3e3e5b1a}.asd__wrapper--isInline{position:relative!important}@media (min-width: 768px){.asd__wrapper:before{position:absolute;content:"";left:0;right:0;top:20px;bottom:0;margin:auto;width:1px;background:#d8d8de;z-index:-1}}.asd__wrapper--showOneMonth:before{content:none}.asd__wrapper--full-screen{position:fixed;top:0;right:0;bottom:0;left:0;border:none;z-index:100}.asd__inner-wrapper{transition:all .3s ease;position:relative}.asd__datepicker-header{position:relative}.asd__change-month-button{position:absolute;z-index:10;top:16px;border-radius:100%}.asd__change-month-button:focus-visible{outline:2px solid #144dc2;outline-offset:2px}.asd__change-month-button i{color:#3e3e5b}.asd__change-month-button svg{cursor:pointer;stroke-width:1.2px}@media (min-width: 768px){.asd__change-month-button{top:22px}}.asd__change-month-button--previous{left:16px}@media (min-width: 768px){.asd__change-month-button--previous{left:24px}}.asd__change-month-button--next{right:16px}@media (min-width: 768px){.asd__change-month-button--next{right:24px}}.asd__days-legend{position:absolute;font-size:12px;line-height:15px;user-select:none}@media (min-width: 768px){.asd__days-legend{padding:0 24px;top:60px}}@media (max-width: 767px){.asd__days-legend{top:56px;padding:0 16px}}.asd__day-title{display:inline-block;width:14.285714285714285%;text-align:center;color:#8b8b9d;font-size:14px;line-height:18px;margin-left:-1px}.asd__month-table{border-spacing:0 6px;width:100%;max-width:100%}.asd__wrapper:not(.asd__wrapper--isInline) .asd__month{padding-left:16px;padding-right:16px}@media (min-width: 768px){.asd__wrapper:not(.asd__wrapper--isInline) .asd__month{padding-left:24px;padding-right:24px}}.asd__month{transition:all .3s ease;display:inline-block;padding:16px 16px 8px}@media (min-width: 768px){.asd__month{padding:24px 24px 12px}}.asd__month--hidden{height:275px;visibility:hidden}.asd__month-name{font-size:16px;text-align:center;margin:0 0 36px;line-height:20px;color:#3e3e5b}@media (max-width: 768px){.asd__month-name{margin-top:2px}}.asd__month-name>span{padding-right:3px}.asd__selected-date-one{background:#f7f7f7;border-top-left-radius:50%;border-bottom-left-radius:50%}.asd__selected-date-one.asd__day--end-month:before{content:"";width:65px;height:35px;background:linear-gradient(90deg,#f7f7f7 50%,rgba(241,241,241,0) 95%);position:absolute;z-index:-1;border-top-left-radius:50%;border-bottom-left-radius:50%}.asd__selected-date-one.asd__day--end-week.asd__selected:not(.asd__day--selected){border-top-right-radius:10px;border-bottom-right-radius:10px}.asd__selected-date-two{background:#f7f7f7;border-top-right-radius:50%;border-bottom-right-radius:50%}.asd__selected-date-two.asd__day--start-month:before{content:"";width:65px;height:35px;background:linear-gradient(90deg,#f7f7f7 50%,rgba(241,241,241,0) 95%);position:absolute;z-index:-1;transform:rotate(180deg);right:20px;width:20px}.asd__selected-date-two.asd__day--start-week{border-top-left-radius:5px;border-bottom-left-radius:5px}.asd__day{outline:none;padding:0;position:relative}.asd__day--in-range,.asd__day--hovered{background:#f7f7f7}.asd__day--hovered .asd__day--end-week{border-top-right-radius:5px;border-bottom-right-radius:5px}.asd__day--hovered .asd__day--start-week{border-top-left-radius:5px;border-bottom-left-radius:5px}.asd__day--in-range.asd__day--end-week{border-top-right-radius:5px;border-bottom-right-radius:5px}.asd__day--in-range.asd__day--start-week{border-top-left-radius:5px;border-bottom-left-radius:5px}.asd__day--hovered.asd__day--start-month:before,.asd__day--in-range.asd__day--start-month:not(.asd__selected-date-one):not(.asd__selected-date-two):before{content:"";width:65px;height:35px;background:linear-gradient(90deg,#f7f7f7 50%,rgba(241,241,241,0) 95%);position:absolute;z-index:-1;width:30px;transform:rotate(180deg);right:20px}.asd__day--hovered.asd__day--end-month:before,.asd__day--in-range.asd__day--end-month:not(.asd__selected-date-one):not(.asd__selected-date-two):before{content:"";width:65px;height:35px;background:linear-gradient(90deg,#f7f7f7 50%,rgba(241,241,241,0) 95%);position:absolute;z-index:-1}.asd__day--enabled:not(.asd__day--disabled):not(.asd__day--selected):not(.asd__selected-date-one):not(.asd__selected-date-two):not(.asd__day--in-range):hover button{z-index:2;background:#fff;border:2px solid #f7f7f7;border-radius:50%}.asd__day--enabled.asd__day--date-two-not-selected:hover{background:#f7f7f7;border-top-right-radius:50%;border-bottom-right-radius:50%}.asd__day--enabled.asd__day--date-two-not-selected:hover.asd__day--start-month:before{content:"";width:65px;height:35px;background:linear-gradient(90deg,#f7f7f7 50%,rgba(241,241,241,0) 95%);position:absolute;z-index:-1;width:30px;transform:rotate(180deg);right:20px}.asd__day--enabled.asd__day--in-range:hover{background:#f1f1f3}.asd__day--selected button{border-radius:50%;background:#5341f9}.asd__day--selected.asd__selected-date-one:before{content:"";width:65px;height:35px;background:linear-gradient(90deg,#f7f7f7 50%,rgba(241,241,241,0) 95%);position:absolute;z-index:-1;border-top-left-radius:50%;border-bottom-left-radius:50%}.asd__day--selected.asd__selected-date-two:before{content:"";width:65px;height:35px;background:linear-gradient(90deg,#f7f7f7 50%,rgba(241,241,241,0) 95%);position:absolute;z-index:-1;border-top-right-radius:50%;border-bottom-right-radius:50%;width:30px;transform:rotate(180deg);right:20px}.asd__day--selected button span{color:#fff!important}.asd__day--disabled .asd__day-number,.asd__day--empty .asd__day-number{color:#c6c6ce!important}.asd__day--disabled *{cursor:not-allowed!important}.asd__day--today .asd__day-button .asd__day-number{color:#5341f9;font-weight:600}.asd__day--recurency:not(.asd__selected-date-one):not(.asd__selected-date-two){background:#f7f7f7}.asd__day--recurency button{background:#56c1fe!important;border-radius:50%;border:2px solid #f7f7f7}.asd__day--recurency button .asd__day-number{color:#fff}.asd__day--selected-recurrent button{z-index:2;background:#fff;border:2px solid #f7f7f7;border-radius:50%}.asd__day--selected-recurrent button:before{top:7px;left:5px}.asd__day--selected-recurrent span{color:#3e3e5b}.asd__day-button{outline:none;position:relative;background:transparent;width:35px;height:35px;border:none;user-select:none;font-size:14px}.asd__day-button .asd__day-number{z-index:3;position:relative;color:#3e3e5b}.asd__mobile-header{border-bottom:$border-normal;position:relative;padding:15px!important;text-align:center;height:50px}.asd__mobile-header h3{font-size:20px;margin:0}.asd__mobile-only{display:none}@media (max-width: 768px){.asd__mobile-only{display:block}}.asd__mobile-close{border:none;position:absolute;top:7px;right:5px;padding:5px;z-index:100;cursor:pointer}.asd__mobile-close__icon{position:relative;font-size:1.6em;font-weight:700;padding:0}.baseInputLabel{display:block;font-size:.875em;font-weight:600;color:#3e3e5b}.baseInputLabel:first-letter{text-transform:capitalize}.baseInputLabel--isInvalid{font-weight:500;color:#eb0505}*[data-v-2b03f3be]{will-change:height;transform:translateZ(0);backface-visibility:hidden;perspective:1000px}.expand-enter-active,.expand-leave-active{transition-property:opacity,height;transition-duration:.2s;transition-timing-function:ease-out;overflow:hidden}.expand-enter-from,.expand-leave-to{height:0;opacity:0}.cpInput{position:relative;display:flex;flex-direction:column}.cpInput__container{z-index:1;position:relative;display:flex}.cpInput__container *{cursor:text}.cpInput__inner{box-shadow:inset 0 .0625em .125em #0000001f;appearance:none;border:.0625rem solid #d8d8de;border-radius:.625em;outline:none;width:100%;height:2.75em;color:inherit;padding:.75em;font-size:1em}.cpInput__inner:hover{border-color:#144dc2}.cpInput__inner:focus{box-shadow:0 0 0 .1875em #c9d9f9;border-color:#144dc2;background-color:#fff}.cpInput__inner::placeholder{color:#8b8b9d}.cpInput--isInvalid .cpInput__inner,.cpInput--isInvalid .cpInput__inner:hover,.cpInput--isInvalid .cpInput__inner:focus,.cpInput--isInvalid .cpInput__icon:hover~.cpInput__inner{border:.0625rem solid #eb0505}.cpInput--isInvalid .cpInput__inner:focus{box-shadow:0 0 0 .1875em #fd9595}.cpInput--isDisabled{color:#b2b2bd!important}.cpInput--isDisabled .cpInput__container *{cursor:not-allowed}.cpInput--isDisabled .cpInput__inner{background:#f8faff}.cpInput--isDisabled .cpInput__inner,.cpInput--isDisabled .cpInput__inner:hover{border-color:#d8d8de!important}.cpInput--isDisabled .cpInput__icon svg{stroke:#b2b2bd!important}.cpInput--hasNoBorder .cpInput__inner,.cpInput--hasNoBorder .cpInput__inner:hover,.cpInput--hasNoBorder .cpInput__inner:focus,.cpInput--hasNoBorder .cpInput__icon:hover~.cpInput__inner{border-color:transparent;box-shadow:none}.cpInput__label{display:block}.cpInput__label:not(.cpInput__label--isAfter){margin-bottom:.375em}.cpInput__label--isAfter{margin-top:.375em}.cpInput__icon{left:.75em;z-index:1;position:absolute;top:50%;transform:translateY(-50%);width:1.25em;height:1.25em;overflow:hidden}.cpInput__icon:hover~.cpInput__inner{border-color:#144dc2}.cpInput__icon svg{width:100%;height:100%;stroke-width:1.6}.cpInput__icon--isValid svg{stroke:#00c582}.cpInput__icon--isInvalid svg{stroke:#eb0505}.cpInput__icon--isAfter,.cpInput__icon--isValidity{left:auto;right:.75em;justify-content:flex-end}.cpInput__icon--isAfter{transition:50ms right .25s cubic-bezier(.17,.84,.44,1)}.cpInput__icon--isAfter~input{padding-right:3.75em}.cpInput__icon--isBefore~input{padding-left:2.5em}.cpInput__icon--isValidity~input{padding-right:2.5em}.cpInput__icon--hasAfterAndValidityIcon~input{padding-right:4.25em}.cpInput__icon--isValidity.cpInput__icon--isValid+.cpInput__icon--isAfter,.cpInput__icon--isValidity.cpInput__icon--isInvalid+.cpInput__icon--isAfter{right:2.5em;transition:right .25s cubic-bezier(.17,.84,.44,1)}.cpInput--isLarge .cpInput__inner{height:3.375em;padding:1em}.cpInput--isLarge .cpInput__icon{left:1em;width:1.5em;height:1.5em}.cpInput--isLarge .cpInput__icon--isValidity,.cpInput--isLarge .cpInput__icon--isAfter{left:auto;right:1em}.cpInput--isLarge .cpInput__icon--isAfter~input{padding-right:4.75em}.cpInput--isLarge .cpInput__icon--isBefore~input{padding-left:3.25em}.cpInput--isLarge .cpInput__icon--isValidity~input{padding-right:3.25em}.cpInput--isLarge .cpInput__icon--hasAfterAndValidityIcon~input{padding-right:5.5em}.cpInput--isLarge .cpInput__icon--isValidity.cpInput__icon--isValid+.cpInput__icon--isAfter,.cpInput--isLarge .cpInput__icon--isValidity.cpInput__icon--isInvalid+.cpInput__icon--isAfter{right:3em}.cpDatepicker .asd__fade-enter-from{transform:translate(-50%) scale(.8)}.cpDatepicker .asd__fade-enter-to{transform:translate(-50%) scale(1)}.cpDatepicker__input input:disabled{background-color:#fff}.cpDatepicker__datepicker{position:absolute;left:50%;transform:translate(-50%)}.cpDatepicker__datepicker:not(.cpDatepicker__datepicker--isInline){margin-top:10px}@media (min-width: 350px){.cpDatepicker{position:relative}}@media (max-width: 767px) and (min-width: 350px){.cpDatepicker__datepicker{left:0;right:0;transform:initial}.cpDatepicker__datepicker:not(.cpDatepicker__datepicker--isInline){margin-top:16px}.cpDatepicker .asd__fade-enter-from{transform:scale(.8)}.cpDatepicker .asd__fade-enter-to{transform:scale(1)}}.fade-enter-active,.fade-leave-active{transition:opacity .1s}.fade-enter-from,.fade-leave-to{opacity:0}.cpCalendar .asd__fade-enter-from{transform:translate(-50%) scale(.8)}.cpCalendar .asd__fade-enter-to{transform:translate(-50%) scale(1)}.cpCalendar__datepicker{position:absolute;left:50%;transform:translate(-50%)}.cpCalendar__datepicker:not(.cpCalendar__datepicker--isInline){margin-top:10px}@media (min-width: 350px){.cpCalendar{position:relative}}@media (max-width: 767px) and (min-width: 350px){.cpCalendar__datepicker{left:0;right:0;transform:initial}.cpCalendar__datepicker:not(.cpCalendar__datepicker--isInline){margin-top:16px}.cpCalendar .asd__fade-enter-from{transform:scale(.8)}.cpCalendar .asd__fade-enter-to{transform:scale(1)}}.cpCalendar__input input:disabled{background-color:#fff}.cpCalendar .footer-container{background:#ffffff;border-top:1px solid #ececef}.cpCalendar .footer-container .asd__recurency--action{padding:16px;display:flex;align-items:center;justify-content:space-between}.cpCalendar .footer-container .asd__recurency--action button{font-size:16px;color:#3e3e5b}.cpCalendar .footer-container .asd__button-done{border:#b5b5b5}.cpCalendar .footer-container .asd__button-done:not([disabled]){background-color:#5341f9;color:#fff!important;border:#5341f9}.cpCalendar .footer-container .asd__recurency--ul{margin:-1px 0 0;display:flex;-webkit-padding-start:0;height:inherit;cursor:pointer}@media (min-width: 768px){.cpCalendar .footer-container .asd__recurency--ul{height:64px}}@media (max-width: 768px){.cpCalendar .footer-container .asd__recurency--ul{display:flex;flex-wrap:wrap}}.cpCalendar .footer-container .asd__recurency--li{display:flex;flex-direction:column;flex:1;justify-content:center;align-items:center;border-top:1px solid #ececef;font-size:16px;color:#3e3e5b;height:64px;transition:background .2s linear}@media (max-width: 768px){.cpCalendar .footer-container .asd__recurency--li{flex:1 0 50%}}.cpCalendar .footer-container .asd__recurency--li .checkbox{width:16px;height:16px}.cpCalendar .footer-container .asd__recurency--li .checkbox--border{height:100%;width:100%;border:1px solid #ececef}.cpCalendar .footer-container .asd__recurency--li .feather-check{height:100%;width:100%;color:#56c1fe}.cpCalendar .footer-container .asd__recurency--li span{font-size:14px;line-height:20px;padding-top:3px;user-select:none}.cpCalendar .footer-container .asd__recurency--li--selected{color:#56c1fe}.cpCalendar .footer-container .asd__recurency--summary{padding-left:16px;padding-right:16px}.cpCalendar .footer-container .asd__recurency--text{background:#3e3e5b;border-radius:10px;display:flex;justify-content:center;align-items:center;color:#d8d8ff}.cpCalendar .footer-container .asd__recurency--text svg{transform:scale(.7)}.cpCalendar .footer-container .asd__recurency--text span{white-space:normal;padding:10px 10px 10px 2px;font-size:14px}.cpCalendar .footer-container .asd__recurency--text span strong{color:#fff}.cpAlert{position:relative;display:flex;align-items:flex-start;padding:.625rem;font-size:.875em;border-radius:.25rem;overflow:hidden}.cpAlert:before{content:"";position:absolute;left:0;top:0;height:100%;width:.1875rem}.cpAlert__body{flex:1;margin-left:.5rem;padding-right:2.125rem}.cpAlert__icon{flex-shrink:0;color:inherit}.cpAlert__icon i{display:inline-block;vertical-align:sub;width:1rem;height:1rem}.cpAlert__icon,.cpAlert__content,.cpAlert__title{line-height:1.1875rem}.cpAlert__title{color:inherit;font-weight:600}.cpAlert__title:not(:only-child){margin-bottom:.25rem}.cpAlert__button{display:flex;position:absolute;right:.4375rem;top:.4375rem;border-radius:.25rem;padding:.25rem;color:inherit}.cpAlert__button svg{margin:0;width:1.125rem;height:1.125rem}.cpAlert__button:hover{background-color:inherit}.cpAlert--info{background-color:#144dc21a;color:#144dc2}.cpAlert--info:before{background-color:#144dc2}.cpAlert--info button:focus-visible{outline:.125rem solid #144dc2}.cpAlert--success{background-color:#00c5821a;color:#00c582}.cpAlert--success:before{background-color:#00c582}.cpAlert--success button:focus-visible{outline:.125rem solid #00c582}.cpAlert--warning{background-color:#ffa8001a;color:#ffa800}.cpAlert--warning:before{background-color:#ffa800}.cpAlert--warning button:focus-visible{outline:.125rem solid #ffa800}.cpAlert--critical{background-color:#eb05051a;color:#eb0505}.cpAlert--critical:before{background-color:#eb0505}.cpAlert--critical button:focus-visible{outline:.125rem solid #eb0505}.cpToaster{position:relative;box-shadow:#435a6f4d 0 0 1px,#435a6f78 0 8px 10px -4px;background:#ffffff;padding:.75rem;overflow:hidden;width:max-content;max-width:100%;margin:auto;pointer-events:auto;font-size:.875rem}@media (min-width: 769px){.cpToaster{border-radius:.5rem}}@media (max-width: 768px){.cpToaster{min-width:100%}}.cpToaster:before{content:"";position:absolute;top:0;left:0;width:.1875rem;height:100%}.cpToaster__container{position:fixed;z-index:9999;top:0;left:0;right:0;margin:auto;padding:1rem;max-width:25rem;pointer-events:none}.cpToaster__container>*:not(:last-child){margin-bottom:.5rem}@media (max-width: 768px){.cpToaster__container{max-width:100%}}.cpToaster__content{display:flex;align-items:flex-start}.cpToaster__body{flex:1;margin-left:.5rem;padding-right:2rem}.cpToaster__icon{flex-shrink:0;height:1rem;width:1rem}.cpToaster__content,.cpToaster__title{line-height:1rem}.cpToaster__title{font-weight:600}.cpToaster__title:not(:only-child){margin-bottom:.25rem}.cpToaster__description{font-size:.875rem}.cpToaster__close{position:absolute;right:.5rem;top:.5rem;display:flex;border-radius:.25rem;padding:.25rem;color:#8b8b9d}.cpToaster__close svg{margin:0;width:1.125rem;height:1.125rem}.cpToaster__close:hover{background-color:#8b8b9d1a}.cpToaster__footer{display:flex;justify-content:flex-end;margin-top:1rem}.cpToaster__button{font-size:.75rem;color:#144dc2}.cpToaster__button:not(:hover){text-decoration:underline}.cpToaster--info .cpToaster__icon{color:#144dc2}.cpToaster--info:before{background-color:#144dc2}.cpToaster--warning .cpToaster__icon{color:#ffa800}.cpToaster--warning:before{background-color:#ffa800}.cpToaster--success .cpToaster__icon{color:#00c582}.cpToaster--success:before{background-color:#00c582}.cpToaster--critical .cpToaster__icon{color:#eb0505}.cpToaster--critical:before{background-color:#eb0505}.cpTextarea__input{box-shadow:inset 0 .0625em .125em #0000001f;appearance:none;border:.0625rem solid #d8d8de;border-radius:.625em;outline:none;padding:1em;width:100%;max-width:100%;height:100%;font-size:1em;color:#3e3e5b}.cpTextarea__input:hover{border-color:#144dc2}.cpTextarea__input:focus{box-shadow:0 0 0 .1875em #c9d9f9;border-color:#144dc2;background-color:#fff}.cpTextarea__input:disabled{background:#f8faff;cursor:not-allowed;color:#8b8b9d}.cpTextarea__input::placeholder{color:#3e3e5b99}.cpTextarea__input--isInvalid{box-shadow:0 0 0 .03125rem #eb0505;border:.0625rem solid #eb0505}.cpTextarea__input--isInvalid:hover,.cpTextarea__input--isInvalid:focus{border:.0625rem solid #eb0505}.cpTextarea__input--isInvalid:focus{box-shadow:0 0 0 .1875em #fd9595}.cpTextarea__label{display:block}.cpTextarea__label:not(.cpTextarea__label--isAfter){margin-bottom:.375em}.cpTextarea__label--isAfter{margin-top:.375em}.u-text-ellipsis,.cpSelect__inner{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.cpSelect__container{position:relative}.cpSelect__container:after{content:"";position:absolute;right:.75em;top:50%;transform:translateY(-50%);width:1.25em;height:1.25em;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNNiA5LjY4Mjk4TDEyIDE1LjY4M0wxOCA5LjY4Mjk4IiBzdHJva2U9IiMzRTNFNUIiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);background-size:cover;pointer-events:none}.cpSelect__inner{box-shadow:inset 0 .0625em .125em #0000001f;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;border:.0625rem solid #d8d8de;border-radius:.625em;background-color:#fff;width:100%;height:2.75em;color:#3e3e5b;cursor:pointer;padding:.75em 2.5em .75em .75em;font-size:1em}.cpSelect__inner:hover,.cpSelect__inner:focus{border-color:#144dc2;background-color:#fff}.cpSelect__inner:focus{box-shadow:#144dc21a 0 0 0 .25rem,#144dc2 0 0 0 .03125rem}.cpSelect__label{display:block}.cpSelect__label:not(.cpSelect__label--isAfter){margin-bottom:.375em}.cpSelect__label--isAfter{margin-top:.375em}.cpSelect--isDisabled .cpSelect__inner{border-color:#d8d8de!important;background:#f8faff}.cpSelect--isDisabled .cpSelect__inner,.cpSelect--isDisabled .cpSelect__container:after{cursor:not-allowed;color:#b2b2bd}.cpSelect--isDisabled .cpSelect__container:after{opacity:.4}.cpSelect--isInvalid .cpSelect__inner,.cpSelect--isInvalid .cpSelect__inner:hover,.cpSelect--isInvalid .cpSelect__inner:focus{border-color:#eb0505}.cpSelect--isInvalid .cpSelect__inner:focus{box-shadow:0 0 0 .1875em #fd9595}.cpSelect--isLarge .cpSelect__container:after{right:1em;width:1.5em;height:1.5em}.cpSelect--isLarge .cpSelect__inner{padding:1em 3em 1em 1em;height:3.375em}.u-text-ellipsis,.cpSelectMenu__label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.cpSelectMenu{position:relative;font-size:1em}.cpSelectMenu__button{box-shadow:inset 0 .0625em .125em #0000001f;border:.0625rem solid #d8d8de;border-radius:.625em;background:#ffffff;padding:.75em;width:100%;height:2.75em;display:flex;align-items:center;justify-content:space-between;font-size:inherit;font-weight:400;text-transform:capitalize}.cpSelectMenu__button:hover,.cpSelectMenu__button:active,.cpSelectMenu__button:focus{border-color:#144dc2}.cpSelectMenu__button:focus{outline:none!important;box-shadow:0 0 0 .1875em #c9d9f9}.cpSelectMenu__icon{margin-left:.75em;width:1.25em;height:1.25em;flex-shrink:0;transition:transform .2s ease-out}.cpSelectMenu__icon--isOpened{transform:rotateX(180deg)}.cpSelectMenu__dropdown{z-index:3;position:absolute;top:calc(100% + 4px);left:0;border:.0625rem solid #d8d8de;border-radius:.625em;background:#ffffff;width:max(100%,15.625rem);font-size:inherit}.cpSelectMenu .dropdown svg{width:1.125em;height:1.125em}.cpSelectMenu .dropdown__title{padding:.75em .5em;display:flex;align-items:center;justify-content:space-between;white-space:normal;font-weight:600;color:#3e3e5b}.cpSelectMenu .dropdown__filterBar{border-top:.0625rem solid #d8d8de;border-bottom:.0625rem solid #d8d8de;background-color:#ececef99;padding:.5em;display:flex;align-items:center}.cpSelectMenu .dropdown__filterBar>input{background-color:transparent;flex:1;color:#3e3e5b}.cpSelectMenu .dropdown__filterBar>input::placeholder{color:#8b8b9d}.cpSelectMenu .dropdown__filterBar i{margin-right:.5em;color:#3e3e5b;flex-shrink:0}.cpSelectMenu .dropdown__list{display:flex;flex-direction:column;min-height:15.625rem}.cpSelectMenu .dropdown__items{margin:.25em 0;padding:0;max-height:15.625rem;overflow-y:auto}.cpSelectMenu .dropdown__items li{list-style:none}.cpSelectMenu .dropdown__item{position:relative;padding:.5em 1em .5em 2.25em;width:100%;display:flex;text-align:initial;cursor:pointer;text-transform:capitalize}.cpSelectMenu .dropdown__item:hover{background-color:#ececef80}.cpSelectMenu .dropdown__item input{display:none}.cpSelectMenu .dropdown__icon{position:absolute;left:.5em;top:50%;transform:translateY(-50%);color:#144dc2}.cpSelectMenu .dropdown__emptyState{padding:1em .5em;flex:1;display:flex;align-items:center;justify-content:center;color:#8b8b9d}.cpCheckbox{position:relative;display:grid;grid-template-columns:min-content 1fr;grid-gap:.75rem;align-items:center;cursor:pointer}.cpCheckbox--isBlue input:checked{background-color:#144dc2;border-color:#144dc2}.cpCheckbox--isBlue:hover input{background-color:#f2f6fe}.cpCheckbox--isBlue:hover input:checked{background-color:#0f3b94}.cpCheckbox--isBlue input:focus-within{position:relative;z-index:1;box-shadow:0 0 0 .1875em #aec6f7;border-color:#aec6f7}.cpCheckbox--isPurple input:checked{background-color:#5341f9;border-color:#5341f9}.cpCheckbox--isPurple:hover input{background-color:#f6f6ff}.cpCheckbox--isPurple:hover input:checked{background-color:#2610f7}.cpCheckbox--isPurple input:focus-within{position:relative;z-index:1;box-shadow:0 0 0 .1875em #cbc6fd;border-color:#cbc6fd}.cpCheckbox input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:.0625rem solid #d8d8de;border-radius:.25em;width:1.25em;height:1.25em;flex-shrink:0;cursor:pointer;transition:background-color .1s ease-out,transform .1s linear}.cpCheckbox input+i{position:absolute;z-index:2;top:50%;left:.1875em;transform:translateY(-50%);width:.875em;height:.875em;color:#fff;opacity:0;transition:opacity .2s linear .1s}.cpCheckbox input+i svg{stroke-width:3}.cpCheckbox input:checked+i{visibility:visible;opacity:1}.cpCheckbox input:disabled{background-color:#f8faff;cursor:not-allowed}.cpCheckbox input:disabled~span{color:#8b8b9d}.cpCheckbox input:checked:disabled{border-color:#8b8b9d;background-color:#8b8b9d}.cpCheckbox input:checked:disabled~span{color:#8b8b9d}.cpCheckbox input:active:not(:disabled){transform:scale(.8)}.cpCheckbox--isDisabled{cursor:not-allowed}.cpCheckbox--isReversed{grid-template-columns:1fr min-content}.cpCheckbox--isReversed .cpCheckbox__label{grid-row:1}.cpCheckbox--isReversed input+i{left:auto;right:.1875em}.cpCheckbox__label{display:block;font-weight:500;line-height:1.25em}.cpCheckbox__label--isCapitalized:first-letter{text-transform:capitalize}.cpRadio{position:relative;border:.0625rem solid #d8d8de;border-radius:.625rem;padding:1rem .75rem;display:grid;grid-template-columns:min-content 1fr;grid-gap:.75rem;align-items:center;width:100%}.cpRadio:not(.cpRadio--isDisabled),.cpRadio:not(.cpRadio--isDisabled) *{cursor:pointer}.cpRadio--isBlue.cpRadio--isActive{border-color:#144dc2}.cpRadio--isBlue input:checked{background-color:#144dc2;border-color:#144dc2}.cpRadio--isBlue input:checked~span .cpRadio__label,.cpRadio--isBlue input:checked~span .cpRadio__additionalData{color:#144dc2}.cpRadio--isBlue:hover,.cpRadio--isBlue:focus-within{border-color:#144dc2}.cpRadio--isBlue:focus-within{box-shadow:0 0 0 .25rem #144dc21a}.cpRadio--isPurple.cpRadio--isActive{border-color:#5341f9}.cpRadio--isPurple input:checked{background-color:#5341f9;border-color:#5341f9}.cpRadio--isPurple input:checked~span .cpRadio__label,.cpRadio--isPurple input:checked~span .cpRadio__additionalData{color:#5341f9}.cpRadio--isPurple:hover,.cpRadio--isPurple:focus-within{border-color:#5341f9}.cpRadio--isPurple:focus-within{box-shadow:0 0 0 .25rem #5341f91a}.cpRadio--isDisabled{background-color:#f8faff;color:#8b8b9d}.cpRadio--isDisabled,.cpRadio--isDisabled *{cursor:not-allowed}.cpRadio--isDisabled:hover,.cpRadio--isDisabled:focus{box-shadow:none;border-color:#d8d8de}.cpRadio--isActive.cpRadio--isDisabled,.cpRadio--isActive.cpRadio--isDisabled:hover{border-color:#d8d8de}.cpRadio:not(:last-of-type){margin-bottom:.75rem}.cpRadio input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:.0625rem solid #d8d8de;border-radius:100%;padding:25%;width:1.25em;height:1.25em;transition:transform .1s linear}.cpRadio input:before{content:"";display:flex;width:100%;height:100%;border-radius:100%;background-color:#fff;transition:transform .15s linear;transform:scale(0)}.cpRadio input:active:not(:disabled){transform:scale(.8)}.cpRadio input:checked:before{transform:scale(1)}.cpRadio input:checked:disabled{border-color:#8b8b9d;background-color:#8b8b9d}.cpRadio input:checked:disabled~span .cpRadio__label,.cpRadio input:checked:disabled~span .cpRadio__additionalData{color:#8b8b9d}.cpRadio__content{display:flex;align-items:center;line-height:1.3}.cpRadio__information{flex-grow:2;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;text-transform:capitalize;margin:0 -.5rem}.cpRadio__label,.cpRadio__description{margin:0 .5rem;flex-grow:1}.cpRadio__label,.cpRadio__additionalData{font-weight:500}.cpRadio__description,.cpRadio__additionalData{color:#8b8b9d}.cpRadio__label{white-space:nowrap}.cpRadio__additionalData{text-align:right;margin-left:1rem}.cpSwitch{align-items:center}.cpSwitch,.cpSwitch *{cursor:pointer}.cpSwitch--hasLabel{display:grid;grid-template-columns:min-content 1fr;grid-gap:.75rem;align-items:center}.cpSwitch--isDisabled,.cpSwitch--isDisabled *,.cpSwitch--isDisabled:hover,.cpSwitch--isDisabled:hover *{cursor:not-allowed}.cpSwitch--isDisabled .cpSwitch__switch,.cpSwitch--isDisabled:hover .cpSwitch__switch{background-color:#d8d8de}.cpSwitch--isReversed{grid-template-columns:1fr min-content}.cpSwitch--isReversed .cpSwitch__label{grid-row:1}.cpSwitch--isDisabled .cpSwitch__label{color:#8b8b9d}.cpSwitch--isDisabled .cpSwitch__switch,.cpSwitch--isDisabled:hover .cpSwitch__switch{background-color:#ececef}.cpSwitch--isActive .cpSwitch__icon{transform:translateY(-50%);opacity:1}.cpSwitch--isActive .cpSwitch__knobContainer{transform:translate(50%)}.cpSwitch--isPurple.cpSwitch--isActive .cpSwitch__switch{background-color:#5341f9}.cpSwitch--isPurple .cpSwitch__switch:focus-within{box-shadow:0 0 0 .1875em #cbc6fd}.cpSwitch--isPurple:hover:not(.cpSwitch--isDisabled) .cpSwitch__switch{background-color:#a9a0fc}.cpSwitch--isPurple.cpSwitch--isActive:hover .cpSwitch__switch{background-color:#2610f7}.cpSwitch--isPurple.cpSwitch--isActive.cpSwitch--isDisabled .cpSwitch__switch,.cpSwitch--isPurple.cpSwitch--isActive.cpSwitch--isDisabled:hover .cpSwitch__swtich{background-color:#c3bdfd}.cpSwitch--isBlue.cpSwitch--isActive .cpSwitch__switch{background-color:#144dc2}.cpSwitch--isBlue .cpSwitch__switch:focus-within{box-shadow:0 0 0 .1875em #aec6f7}.cpSwitch--isBlue:hover:not(.cpSwitch--isDisabled) .cpSwitch__switch{background-color:#79a0f1}.cpSwitch--isBlue.cpSwitch--isActive:hover .cpSwitch__switch{background-color:#0f3b94}.cpSwitch--isBlue.cpSwitch--isActive.cpSwitch--isDisabled .cpSwitch__switch,.cpSwitch--isBlue.cpSwitch--isActive.cpSwitch--isDisabled:hover .cpSwitch__swtich{background-color:#a1bdf5}.cpSwitch__switch{position:relative;border-radius:1000px;background-color:#8b8b9d;overflow:hidden;transition:background-color .1s ease-out;display:flex;height:1.5em;width:3em}.cpSwitch__switch:hover{background-color:#c6c6ce}.cpSwitch input{position:absolute;z-index:1;top:0;left:0;opacity:0;width:100%;height:100%}.cpSwitch__icon{position:absolute;left:0;top:50%;transform:translateY(-50%);opacity:0;padding-left:.25rem;display:flex;align-items:center;justify-content:center;transition:opacity .12s ease-in;width:1.5em;height:1.5em}.cpSwitch__icon i{width:80%;height:100%}.cpSwitch__icon svg{stroke-width:3;color:#fff}.cpSwitch__knobContainer{width:100%;padding:.125rem;display:flex;align-items:center;transition:transform .3s cubic-bezier(.08,.82,.17,1) 0s}.cpSwitch__knob{background-color:#fff;border-radius:100%;width:calc(1.5em - .25rem);height:calc(1.5em - .25rem)}.cpTableEmptyState{padding:10vh 1rem;display:flex;align-items:center;justify-content:center}.cpTableEmptyState__icon{margin-bottom:1.5rem;border-radius:.25rem;display:inline-block;background-color:#f8faff;padding:1rem;color:#8b8b9d}.cpTableEmptyState__headline{margin-bottom:.5rem;font-size:1.25em}.cpTableEmptyState__description{color:#8b8b9d}/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */*,:before,:after{box-sizing:border-box}html{font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";line-height:1.15;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4}body{margin:0}hr{height:0;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}html{box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:100%;color:#3e3e5b;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}*,*:before,*:after{box-sizing:inherit;margin:0;outline:none;font-family:inherit}body{background-color:transparent}button{border-style:none;padding:0;background-color:transparent}button:hover{cursor:pointer}ul,li{margin:0;padding:0;list-style:none}svg{color:currentColor}input{font-size:inherit;border:none}.fade-in-enter-active,.fade-in-leave-active{transition:all .15s ease-in-out}.fade-in-enter-from,.fade-in-leave-to{opacity:0;transform:scale(.9)}@keyframes cp-select-menu-dropdown-enter{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes cp-select-menu-dropdown-leave{0%{opacity:1}to{opacity:0}}.u-text-ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.cpTable{position:relative;display:flex;flex-direction:column}.cpTable__container{position:relative;display:flex;flex-direction:column;flex:1}.cpTable__container--hasPagination{border-bottom:.0625rem solid #d8d8de}.cpTable__container[role=region][aria-labelledby][tabindex]{overflow:auto}.cpTable__container[role=region][aria-labelledby][tabindex]:focus{border-radius:.625rem;box-shadow:0 0 0 .1875em #aec6f7}.cpTable__container[role=region][aria-labelledby][tabindex] .cpTable__table{margin:0;border:none}.cpTable__container[role=region][aria-labelledby][tabindex]{background:linear-gradient(to right,#ffffff 30%,rgba(255,255,255,0)),linear-gradient(to right,rgba(255,255,255,0),#ffffff 70%) 0 100%,radial-gradient(farthest-side at 0% 50%,rgba(62,62,91,.2),rgba(62,62,91,0)),radial-gradient(farthest-side at 100% 50%,rgba(62,62,91,.2),rgba(62,62,91,0)) 0 100%;background-repeat:no-repeat;background-color:#fff;background-size:40px 100%,40px 100%,14px 100%,14px 100%;background-position:0 0,100%,0 0,100%;background-attachment:local,local,scroll,scroll}.cpTable__caption{position:sticky;left:0;margin-bottom:1rem;text-align:left;font-size:1.125em}.cpTable__caption:first-letter{text-transform:capitalize}.cpTable__table{border-collapse:collapse;width:100%}.cpTable__row--body:not(:last-of-type){border-bottom:.0625rem solid #d8d8de}.cpTable__row--body:not(.cpTable__row--isFullWidth):not(.cpTable__row--isSelected):hover,.cpTable__row--body:not(.cpTable__row--isFullWidth):not(.cpTable__row--isSelected):focus,.cpTable__row--body:not(.cpTable__row--isFullWidth):not(.cpTable__row--isSelected):focus-within{background-color:#3e3e5b0d;transition:background-color .1s ease-in-out}.cpTable__row--body:not(.cpTable__row--isFullWidth):not(.cpTable__row--isSelected):focus,.cpTable__row--body:not(.cpTable__row--isFullWidth):not(.cpTable__row--isSelected):focus-within{color:#5341f9}.cpTable__row--isFullWidth td{padding:.5rem;background-color:#3e3e5b08}.cpTable__row--isClickable{cursor:pointer}.cpTable__row--isSelected{background-color:#5341f91a;color:#5341f9}.cpTable__row--body td{font-size:.875em}.cpTable__column{position:sticky;top:0;z-index:3;background-color:#fff;padding:.5rem .75rem;text-align:left;white-space:nowrap;font-size:.75em;font-weight:400;color:#8b8b9d}.cpTable__column:first-letter{text-transform:capitalize}.cpTable__column:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:.0625rem;background-color:#d8d8de}.cpTable__body{vertical-align:middle}.cpTable__row--body,.cpTable__cell{vertical-align:inherit}.cpTable__cell:not(.cpTable__cell--isFullWidth):not(.cpTable__cell--isOptions){padding:1rem .75rem;white-space:nowrap}.cpTable__cell--isFullWidth span,.cpTable__cell--isOptions{position:sticky}.cpTable__cell--isFullWidth span{left:50%;transform:translate(-50%);display:inline-block}.cpTable__cell--isOptions{right:0;padding:0 .75rem}.cpTable__cell--isOptions button{border:.0625rem solid #d8d8de;border-radius:.5rem;background-color:#fff;display:inline-flex;padding:.25rem;color:#8b8b9d}.cpTable__cell--isOptions button:hover{background-color:#fbfbfc;color:#3e3e5b}.cpTable__cell--isOptions button:focus{outline:none!important;box-shadow:0 0 0 .1875em #c9d9f9}.cpTable__cell--isOptions i{width:1rem;height:1rem}@media (hover: hover) and (pointer: fine){.cpTable__cell--isOptions{opacity:0;transition:opacity .2s cubic-bezier(.175,.885,.32,1.175)}.cpTable__row:focus .cpTable__cell--isOptions,.cpTable__row:focus-within .cpTable__cell--isOptions,.cpTable__row:hover .cpTable__cell--isOptions{opacity:1}}.cpTable__emptyState{flex:1}.cpTable--isLoading .cpTable__overlay{opacity:.5;pointer-events:all}.cpTable__overlay{position:absolute;overflow:hidden;left:0;right:0;top:0;bottom:0;border-radius:.625rem;background-color:#fff;z-index:4;opacity:0;transition:.15s opacity ease-in-out;cursor:wait;pointer-events:none}.cpTable__overlay:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,rgba(198,198,206,0) 0,rgba(198,198,206,.2) 20%,rgba(198,198,206,.5) 60%,rgba(198,198,206,0));animation:shimmer 2s infinite}@keyframes shimmer{to{transform:translate(100%)}}.cpTable__loader{width:2rem;height:2rem}.cpTable__loader--isSmall{display:inline-block;vertical-align:middle;width:1.5rem;height:1.5rem}.cpTable__footer{padding:1rem .75rem 0;display:flex;align-items:center;font-size:.875em}.cpTable .footer__details,.cpTable .footer__pagination{flex:1}.cpTable .footer__results{font-variant-numeric:tabular-nums;color:#8b8b9d}.cpTable .footer__results strong{color:#3e3e5b}.cpTable .footer__pagination{text-align:right}.cpTable .footer__pagination button{box-shadow:0 .0625rem .125rem #3e3e5b14;border-radius:.625rem;border:.0625rem solid #d8d8de;padding:.375rem .625rem;transition:background-color .15s}.cpTable .footer__pagination button:hover{background-color:#3e3e5b0d}.cpTable .footer__pagination button:focus{outline:none!important;box-shadow:0 0 0 .1875em #aec6f7}.cpTable .footer__pagination button:disabled{box-shadow:none;border-color:#f8faff;background-color:#f8faff;color:#b2b2bd;cursor:not-allowed;user-select:none}.cpTable .footer__pagination button:last-of-type{margin-left:.5rem}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenplane/pimp",
3
- "version": "8.3.1",
3
+ "version": "8.3.2",
4
4
  "scripts": {
5
5
  "dev": "vite --host",
6
6
  "build": "vite build",
@@ -38,12 +38,13 @@
38
38
  align-items: center;
39
39
  margin-bottom: px-to-em(6);
40
40
  font-size: px-to-em(14);
41
+ font-weight: 600;
41
42
 
42
43
  i {
43
44
  margin-left: $space-sm;
44
45
  width: px-to-rem(16);
45
46
  height: px-to-rem(16);
46
- stroke: $error-color;
47
+ color: $error-color;
47
48
  }
48
49
  }
49
50
 
@@ -92,6 +92,10 @@ export default {
92
92
  type: String,
93
93
  default: '',
94
94
  },
95
+ displayErrorMessage: {
96
+ type: Boolean,
97
+ default: true,
98
+ },
95
99
  autocompleteBirthday: {
96
100
  type: Boolean,
97
101
  default: false,
@@ -192,11 +196,8 @@ export default {
192
196
  isYearValid() {
193
197
  return this.year >= this.minYear && this.year <= this.maxYear
194
198
  },
195
- areAllFieldsEmpty() {
196
- return !this.day && !this.month && !this.year
197
- },
198
199
  advancedErrorMessage() {
199
- if (this.isDateValid) return ''
200
+ if (this.isDateValid || !this.displayErrorMessage) return ''
200
201
 
201
202
  if (this.errorMessage) return this.errorMessage
202
203