fic-designsystem-components 1.1.1 → 1.1.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/index.js +1 -1
- package/dist/index.mjs +43 -4
- package/dist/style.css +3 -0
- package/package.json +3 -1
- package/dist/fic-designsystem-components.css +0 -3
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(e,t){typeof exports==`object`&&typeof module<`u`?t(exports,require(`react`),require(`react/jsx-runtime`)):typeof define==`function`&&define.amd?define([`exports`,`react`,`react/jsx-runtime`],t):(e=typeof globalThis<`u`?globalThis:e||self,t(e.DesignCheckUI={},e.React,e.jsxRuntime))})(this,function(e,t,n){Object.defineProperty(e,Symbol.toStringTag,{value:`Module`});var r=Object.create,i=Object.defineProperty,a=Object.getOwnPropertyDescriptor,o=Object.getOwnPropertyNames,s=Object.getPrototypeOf,c=Object.prototype.hasOwnProperty,l=(e,t,n,r)=>{if(t&&typeof t==`object`||typeof t==`function`)for(var s=o(t),l=0,u=s.length,d;l<u;l++)d=s[l],!c.call(e,d)&&d!==n&&i(e,d,{get:(e=>t[e]).bind(null,d),enumerable:!(r=a(t,d))||r.enumerable});return e};t=((e,t,n)=>(n=e==null?{}:r(s(e)),l(t||!e||!e.__esModule?i(n,`default`,{value:e,enumerable:!0}):n,e)))(t);var u={fontFamily:`var(--FontFamily-Family, "DM Sans", sans-serif)`},d=t.default.forwardRef(({className:e=``,variant:t=`primary`,size:r=`md`,isLoading:i=!1,leftIcon:a,rightIcon:o,children:s,disabled:c,style:l,...d},f)=>{let p=e=>typeof e==`string`&&!e.includes(`+`)?(0,n.jsx)(`i`,{className:`fa-solid fa-${e}`,"aria-hidden":`true`}):e;return(0,n.jsxs)(`button`,{ref:f,className:[`button`,`button--${t}`,`button--${r}`,i?`button--loading`:``,e].filter(Boolean).join(` `),disabled:c||i,style:{...u,...l},...d,children:[i&&(0,n.jsx)(`span`,{className:`button__spinner`,"aria-hidden":`true`}),a&&!i&&(0,n.jsx)(`span`,{className:`button__icon button__icon--left`,"aria-hidden":`true`,children:p(a)}),(0,n.jsx)(`span`,{className:`button__label`,children:s}),o&&!i&&(0,n.jsx)(`span`,{className:`button__icon button__icon--right`,"aria-hidden":`true`,children:p(o)})]})});d.displayName=`Button`;var f={fontFamily:`var(--FontFamily-Family, "DM Sans", sans-serif)`},p=t.default.forwardRef(({label:e=`Label`,subtext:r,variant:i=`square`,state:a=`default`,checked:o=!1,indeterminate:s=!1,className:c=``,onChange:l,disabled:u,readOnly:d,...p},m)=>{let h=t.default.useRef(null),g=m||h;t.default.useEffect(()=>{g.current&&(g.current.indeterminate=s)},[s,g]);let _=a===`disabled`||u,v=a===`readonly`||d,y=[`checkbox-container`,a===`focus`?`checkbox-container--focus`:``,a===`hover`?`checkbox-container--hover`:``,c].filter(Boolean).join(` `),b=[`checkbox-box`,`checkbox-box--${i}`,o?`checkbox-box--checked`:``,s?`checkbox-box--indeterminate`:``,_?`checkbox-box--disabled`:``,v?`checkbox-box--readonly`:``].filter(Boolean).join(` `),x=[`checkbox-label`,_?`checkbox-label--disabled`:``,v?`checkbox-label--readonly`:``].filter(Boolean).join(` `);return(0,n.jsxs)(`label`,{className:y,style:f,children:[(0,n.jsxs)(`div`,{className:`checkbox-row`,children:[(0,n.jsx)(`input`,{ref:g,type:`checkbox`,checked:o,onChange:e=>{_||v||l&&l(e)},disabled:_,readOnly:v,style:{display:`none`},...p}),(0,n.jsxs)(`div`,{className:b,children:[o&&!s&&(0,n.jsx)(`div`,{className:`checkbox-icon`,children:(0,n.jsx)(`svg`,{width:`12`,height:`9`,viewBox:`0 0 12 9`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:(0,n.jsx)(`path`,{d:`M1 4.5L4.5 8L11 1`,stroke:`currentColor`,strokeWidth:`1.5`,strokeLinecap:`round`,strokeLinejoin:`round`})})}),s&&(0,n.jsx)(`div`,{className:`checkbox-icon`,children:(0,n.jsx)(`svg`,{width:`12`,height:`2`,viewBox:`0 0 12 2`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:(0,n.jsx)(`path`,{d:`M1 1H11`,stroke:`currentColor`,strokeWidth:`1.5`,strokeLinecap:`round`,strokeLinejoin:`round`})})})]}),(0,n.jsx)(`span`,{className:x,children:e})]}),r&&(0,n.jsx)(`div`,{className:`checkbox-subtext`,children:r})]})});p.displayName=`Checkbox`;var m={fontFamily:`var(--FontFamily-Family, "DM Sans", sans-serif)`},h={Calendar:e=>(0,n.jsxs)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,...e,children:[(0,n.jsx)(`rect`,{x:`2`,y:`3`,width:`12`,height:`11`,rx:`2`,stroke:`currentColor`,strokeWidth:`1.5`}),(0,n.jsx)(`path`,{d:`M2 7H14`,stroke:`currentColor`,strokeWidth:`1.5`}),(0,n.jsx)(`path`,{d:`M5 2V4`,stroke:`currentColor`,strokeWidth:`1.5`,strokeLinecap:`round`}),(0,n.jsx)(`path`,{d:`M11 2V4`,stroke:`currentColor`,strokeWidth:`1.5`,strokeLinecap:`round`})]}),ChevronDown:e=>(0,n.jsx)(`svg`,{width:`10`,height:`6`,viewBox:`0 0 10 6`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,...e,children:(0,n.jsx)(`path`,{d:`M1 1L5 5L9 1`,stroke:`currentColor`,strokeWidth:`1.5`,strokeLinecap:`round`,strokeLinejoin:`round`})}),Star:e=>(0,n.jsx)(`svg`,{width:`8`,height:`8`,viewBox:`0 0 8 8`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,...e,children:(0,n.jsx)(`path`,{d:`M4 0L4.8541 3.1459H8L5.44272 5L6.29682 8.1459L4 6.25L1.70318 8.1459L2.55728 5L0 3.1459H3.1459L4 0Z`,fill:`var(--colors-primitive-color-tokens-red-500, #E73D36)`})})},g=t.default.forwardRef(({label:e=`Label`,required:r=!1,placeholder:i=`Select Date`,value:a=``,onChange:o,className:s=``,mode:c=`single`,state:l=`default`,...u},d)=>{let[f,p]=(0,t.useState)(!1),[g,_]=(0,t.useState)(typeof a==`string`?a:``),[v,y]=(0,t.useState)(typeof a==`string`?a:``),[b,x]=(0,t.useState)(Array.isArray(a)?a:[``,``]),[S,C]=(0,t.useState)(Array.isArray(a)?a:[``,``]);(0,t.useEffect)(()=>{if(typeof a==`string`){if(_(a),y(a),a){let e=new Date(a);isNaN(e.getTime())||(T(e.getMonth()),D(e.getFullYear()))}}else if(Array.isArray(a)&&(x(a),C(a),a[0])){let e=new Date(a[0]);isNaN(e.getTime())||(T(e.getMonth()),D(e.getFullYear()))}},[a]);let[w,T]=(0,t.useState)(new Date().getMonth()),[E,D]=(0,t.useState)(new Date().getFullYear()),[O,k]=(0,t.useState)(!1),[A,j]=(0,t.useState)(!1),[M,N]=(0,t.useState)(null),P=(0,t.useRef)(null);t.default.useImperativeHandle(d,()=>P.current);let F=c===`range`,I=l===`disabled`,L=l===`readonly`,R=[`Mon`,`Tue`,`Wed`,`Thu`,`Fri`,`Sat`,`Sun`],z=[`Jan`,`Feb`,`Mar`,`Apr`,`May`,`Jun`,`Jul`,`Aug`,`Sep`,`Oct`,`Nov`,`Dec`],B=[{label:`Today`,getValue:()=>{let e=new Date().toISOString().split(`T`)[0];return[e,e]}},{label:`Yesterday`,getValue:()=>{let e=new Date;e.setDate(e.getDate()-1);let t=e.toISOString().split(`T`)[0];return[t,t]}},{label:`Last 7 days`,getValue:()=>{let e=new Date,t=new Date;return t.setDate(e.getDate()-6),[t.toISOString().split(`T`)[0],e.toISOString().split(`T`)[0]]}},{label:`Last 14 days`,getValue:()=>{let e=new Date,t=new Date;return t.setDate(e.getDate()-13),[t.toISOString().split(`T`)[0],e.toISOString().split(`T`)[0]]}},{label:`Custom`,getValue:()=>[``,``]}];(0,t.useEffect)(()=>{let e=e=>{P.current&&!P.current.contains(e.target)&&p(!1)};return document.addEventListener(`mousedown`,e),()=>document.removeEventListener(`mousedown`,e)},[]);let V=()=>{I||L||(f||(y(g),C(b),k(!1),j(!1)),p(!f))},H=(e,t)=>{if(!t)if(F)if(!S[0]||S[0]&&S[1])C([e,``]),N(null);else{let t=new Date(S[0]);C(new Date(e)<t?[e,S[0]]:[S[0],e]),N(null)}else y(e)},U=e=>{let t=e.getValue();if(C(t),N(null),t[0]){let e=new Date(t[0]);T(e.getMonth()),D(e.getFullYear())}},W=e=>{e.stopPropagation(),F?(x(S),o&&o(S)):(_(v),o&&o(v)),p(!1)},G=e=>{e.stopPropagation(),F?C(b):y(g),p(!1)},K=(e,t,r=!1)=>{let i=new Date(t,e,1).getDay(),a=new Date(t,e+1,0).getDate(),o=new Date(t,e,0).getDate(),s=i===0?6:i-1,c=[];for(let n=s-1;n>=0;n--){let r=o-n,i=e===0?11:e-1,a=e===0?t-1:t;c.push({day:r,month:i,year:a,currentMonth:!1})}for(let n=1;n<=a;n++)c.push({day:n,month:e,year:t,currentMonth:!0});let l=42-c.length;for(let n=1;n<=l;n++){let r=e===11?0:e+1,i=e===11?t+1:t;c.push({day:n,month:r,year:i,currentMonth:!1})}let u=[],d=new Date().getFullYear();for(let e=d-10;e<=d+10;e++)u.push(e);return(0,n.jsxs)(`div`,{className:`datepicker__calendar`,children:[(0,n.jsx)(`div`,{className:`datepicker__header`,children:(0,n.jsxs)(`div`,{className:`datepicker__header-selectors`,children:[(0,n.jsxs)(`div`,{className:`datepicker__header-select`,onClick:e=>{e.stopPropagation(),r||(k(!O),j(!1))},style:{position:`relative`},children:[z[e],(0,n.jsx)(`span`,{className:`datepicker__header-icon`,children:(0,n.jsx)(h.ChevronDown,{})}),!r&&O&&(0,n.jsx)(`div`,{className:`datepicker__select-dropdown`,style:{position:`absolute`,top:`100%`,left:0,width:`100%`,maxHeight:`200px`,overflowY:`auto`,background:`var(--Colors-Functional-Bkg-Bkg_Default, white)`,border:`1px solid var(--Colors-Functional-Border-Border_Default, #C3C1B5)`,borderRadius:`8px`,zIndex:10,boxShadow:`0 4px 12px rgba(0,0,0,0.1)`},children:z.map((t,r)=>(0,n.jsx)(`div`,{className:`datepicker__select-option`,style:{padding:`8px 12px`,cursor:`pointer`,background:e===r?`var(--Colors-Functional-Bkg-Bkg_Default, #F6F6F3)`:`transparent`,fontSize:`14px`},onClick:e=>{e.stopPropagation(),T(r),k(!1)},children:t},t))})]}),(0,n.jsxs)(`div`,{className:`datepicker__header-select`,onClick:e=>{e.stopPropagation(),r||(j(!A),k(!1))},style:{position:`relative`},children:[t,(0,n.jsx)(`span`,{className:`datepicker__header-icon`,children:(0,n.jsx)(h.ChevronDown,{})}),!r&&A&&(0,n.jsx)(`div`,{className:`datepicker__select-dropdown`,style:{position:`absolute`,top:`100%`,left:0,width:`100%`,maxHeight:`200px`,overflowY:`auto`,background:`var(--Colors-Functional-Bkg-Bkg_Default, white)`,border:`1px solid var(--Colors-Functional-Border-Border_Default, #C3C1B5)`,borderRadius:`8px`,zIndex:10,boxShadow:`0 4px 12px rgba(0,0,0,0.1)`},children:u.map(e=>(0,n.jsx)(`div`,{className:`datepicker__select-option`,style:{padding:`8px 12px`,cursor:`pointer`,background:t===e?`var(--Colors-Functional-Bkg-Bkg_Default, #F6F6F3)`:`transparent`,fontSize:`14px`},onClick:t=>{t.stopPropagation(),D(e),j(!1)},children:e},e))})]})]})}),!F&&(0,n.jsx)(`div`,{className:`datepicker__divider`}),(0,n.jsx)(`div`,{className:`datepicker__weekdays`,children:R.map(e=>(0,n.jsx)(`div`,{className:`datepicker__weekday`,children:e},e))}),(0,n.jsx)(`div`,{className:`datepicker__days`,onMouseLeave:()=>N(null),children:c.map((e,t)=>{let r=`${e.year}-${(e.month+1).toString().padStart(2,`0`)}-${e.day.toString().padStart(2,`0`)}`,i=F?S[0]===r||S[1]===r:v===r,a=!1;if(F&&S[0]){let e=new Date(S[0]),t=S[1]?new Date(S[1]):M?new Date(M):null,n=new Date(r);t&&(a=n>(e<t?e:t)&&n<(e<t?t:e))}return(0,n.jsx)(`div`,{className:`datepicker__day ${e.currentMonth?``:`datepicker__day--disabled`} ${i?`datepicker__day--selected`:``} ${a?`datepicker__day--in-range`:``}`,onClick:t=>{t.stopPropagation(),H(r,!e.currentMonth)},onMouseEnter:()=>{F&&S[0]&&!S[1]&&N(r)},children:(0,n.jsx)(`div`,{className:`datepicker__day-text`,children:e.day})},t)})})]})},q=(0,t.useMemo)(()=>F?b[0]&&b[1]?`${b[0]} - ${b[1]}`:b[0]?`${b[0]} - ...`:``:g,[F,b,g]),J=[`datepicker`,F?`datepicker--range`:``,s].filter(Boolean).join(` `),Y=[`datepicker__input-wrapper`,f?`datepicker__input-wrapper--focus`:``,`datepicker__input-wrapper--${l}`,I?`datepicker__input-wrapper--disabled`:``,L?`datepicker__input-wrapper--readonly`:``].filter(Boolean).join(` `);return(0,n.jsxs)(`div`,{className:J,ref:P,style:m,...u,children:[e&&(0,n.jsxs)(`div`,{className:`datepicker__label-row`,children:[(0,n.jsx)(`span`,{className:`datepicker__label`,children:e}),r&&(0,n.jsx)(`span`,{className:`datepicker__required-star`,children:(0,n.jsx)(h.Star,{})})]}),(0,n.jsxs)(`div`,{className:Y,onClick:V,children:[q?(0,n.jsx)(`span`,{className:`datepicker__value`,children:q}):(0,n.jsx)(`span`,{className:`datepicker__placeholder`,children:i}),(0,n.jsx)(`span`,{className:`datepicker__icon-wrapper`,children:(0,n.jsx)(h.Calendar,{})})]}),f&&(0,n.jsx)(`div`,{className:`datepicker__dropdown ${F?`datepicker__dropdown--range`:``}`,onClick:e=>e.stopPropagation(),children:F?(0,n.jsxs)(`div`,{style:{display:`flex`,flex:1},children:[(0,n.jsx)(`div`,{className:`datepicker__presets`,children:B.map(e=>(0,n.jsx)(`div`,{className:`datepicker__preset ${JSON.stringify(S)===JSON.stringify(e.getValue())?`datepicker__preset--active`:``}`,onClick:()=>U(e),children:e.label},e.label))}),(0,n.jsx)(`div`,{className:`datepicker__vertical-divider`}),(0,n.jsxs)(`div`,{style:{display:`flex`,flexDirection:`column`,flex:1},children:[(0,n.jsxs)(`div`,{className:`datepicker__calendar-container`,children:[K(w,E,!1),(0,n.jsx)(`div`,{className:`datepicker__vertical-divider datepicker__vertical-divider--calendar`}),K(w===11?0:w+1,w===11?E+1:E,!0)]}),(0,n.jsxs)(`div`,{className:`datepicker__footer`,children:[(0,n.jsx)(`div`,{className:`datepicker__divider`}),(0,n.jsxs)(`div`,{className:`datepicker__actions`,children:[(0,n.jsx)(`button`,{className:`datepicker__button datepicker__button--cancel`,onClick:G,children:`CANCEL`}),(0,n.jsx)(`button`,{className:`datepicker__button datepicker__button--apply`,onClick:W,disabled:!S[0]||!S[1],children:`APPLY`})]})]})]})]}):(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(`div`,{className:`datepicker__dropdown-main`,children:(0,n.jsx)(`div`,{className:`datepicker__calendar-container`,children:K(w,E,!1)})}),(0,n.jsxs)(`div`,{className:`datepicker__footer`,children:[(0,n.jsx)(`hr`,{}),(0,n.jsxs)(`div`,{className:`datepicker__actions`,children:[(0,n.jsx)(`button`,{className:`datepicker__button datepicker__button--cancel`,onClick:G,children:`CANCEL`}),(0,n.jsx)(`button`,{className:`datepicker__button datepicker__button--apply`,onClick:W,disabled:!v,children:`APPLY`})]})]})]})})]})});g.displayName=`DatePicker`;var _={fontFamily:`var(--FontFamily-Family, "DM Sans", sans-serif)`},v=t.default.forwardRef(({label:e=`InputFieldLabel`,placeholder:t=`Enter your text here`,helperText:r=`Helper Text`,errorText:i,state:a=`default`,size:o=`md`,required:s=!1,maxLength:c,currentLength:l=0,leftIcon:u,rightIcon:d,showCharacterCount:f=!1,className:p=``,disabled:m,readOnly:h,value:g,onChange:v,...y},b)=>{let x=a===`disabled`||m,S=a===`readonly`||h,C=a===`error`||!!i,w=[`inputfield-container`,`inputfield-container--${a}`,`inputfield-container--${o}`,p].filter(Boolean).join(` `),T=[`inputfield-wrapper`,`inputfield-wrapper--${a}`,u?`inputfield-wrapper--with-left-icon`:``,d?`inputfield-wrapper--with-right-icon`:``].filter(Boolean).join(` `),E=f&&c!==void 0,D=E?`${l}/${c}`:``,O=C?i:r;return(0,n.jsxs)(`div`,{className:w,children:[e&&(0,n.jsxs)(`div`,{className:`inputfield-label-wrapper`,children:[(0,n.jsx)(`label`,{className:`inputfield-label`,style:_,children:e}),s&&(0,n.jsx)(`span`,{className:`inputfield-required`,style:_,children:`*`}),E&&(0,n.jsx)(`span`,{className:`inputfield-character-count`,style:_,children:D})]}),(0,n.jsxs)(`div`,{className:T,children:[u&&(0,n.jsx)(`div`,{className:`inputfield-left-icon`,children:u}),(0,n.jsx)(`input`,{ref:b,type:`text`,className:`inputfield-input`,placeholder:t,disabled:x,readOnly:S,value:g,onChange:v,style:_,...y}),d&&(0,n.jsx)(`div`,{className:`inputfield-right-icon`,children:d})]}),O&&(0,n.jsx)(`div`,{className:`inputfield-helper-text-wrapper`,children:(0,n.jsx)(`span`,{className:`inputfield-helper-text ${C?`inputfield-helper-text--error`:``}`,style:_,children:O})})]})});v.displayName=`InputField`;var y={fontFamily:`var(--FontFamily-Family, "DM Sans", sans-serif)`},b=t.default.forwardRef(({label:e=`Percentage Off`,placeholder:t=`Select Percentage`,helperText:r=`Helper Text`,errorText:i,state:a=`default`,size:o=`md`,required:s=!1,maxLength:c,currentLength:l=0,prefixIcon:u,showCharacterCount:d=!1,className:f=``,disabled:p,readOnly:m,value:h,onChange:g,..._},v)=>{let b=a===`disabled`||p,x=a===`readonly`||m,S=a===`error`||!!i,C=[`inputfield-icon-container`,`inputfield-icon-container--${a}`,`inputfield-icon-container--${o}`,f].filter(Boolean).join(` `),w=[`inputfield-icon-wrapper`,`inputfield-icon-wrapper--${a}`,u?`inputfield-icon-wrapper--with-prefix-icon`:``].filter(Boolean).join(` `),T=d&&c!==void 0,E=T?`${l}/${c}`:``,D=S?i:r;return(0,n.jsxs)(`div`,{className:C,children:[e&&(0,n.jsxs)(`div`,{className:`inputfield-icon-label-wrapper`,children:[(0,n.jsx)(`label`,{className:`inputfield-icon-label`,style:y,children:e}),s&&(0,n.jsx)(`span`,{className:`inputfield-icon-required`,style:y,children:`*`}),T&&(0,n.jsx)(`span`,{className:`inputfield-icon-character-count`,style:y,children:E})]}),(0,n.jsxs)(`div`,{className:w,children:[u&&(0,n.jsx)(`div`,{className:`inputfield-icon-prefix`,children:u}),(0,n.jsx)(`input`,{ref:v,type:`text`,className:`inputfield-icon-input`,placeholder:t,disabled:b,readOnly:x,value:h,onChange:g,style:y,..._})]}),D&&(0,n.jsx)(`div`,{className:`inputfield-icon-helper-text-wrapper`,children:(0,n.jsx)(`span`,{className:`inputfield-icon-helper-text ${S?`inputfield-icon-helper-text--error`:``}`,style:y,children:D})})]})});b.displayName=`InputFieldIcon`;var x={fontFamily:`var(--FontFamily-Family, "DM Sans", sans-serif)`},S=t.default.forwardRef(({label:e=`Percentage Off`,placeholder:t=`Select Percentage`,helperText:r=`Helper Text`,errorText:i,state:a=`default`,size:o=`md`,required:s=!1,maxLength:c,currentLength:l=0,prefixValue:u=`+126`,showCharacterCount:d=!1,className:f=``,disabled:p,readOnly:m,value:h,onChange:g,..._},v)=>{let y=a===`disabled`||p,b=a===`readonly`||m,S=a===`error`||!!i,C=[`inputfield-phone-container`,`inputfield-phone-container--${a}`,`inputfield-phone-container--${o}`,f].filter(Boolean).join(` `),w=[`inputfield-phone-wrapper`,`inputfield-phone-wrapper--${a}`,u?`inputfield-phone-wrapper--with-prefix`:``].filter(Boolean).join(` `),T=d&&c!==void 0,E=T?`${l}/${c}`:``,D=S?i:r;return(0,n.jsxs)(`div`,{className:C,children:[e&&(0,n.jsxs)(`div`,{className:`inputfield-phone-label-wrapper`,children:[(0,n.jsx)(`label`,{className:`inputfield-phone-label`,style:x,children:e}),s&&(0,n.jsx)(`span`,{className:`inputfield-phone-required`,style:x,children:`*`}),T&&(0,n.jsx)(`span`,{className:`inputfield-phone-character-count`,style:x,children:E})]}),(0,n.jsxs)(`div`,{className:w,children:[u&&(0,n.jsx)(`div`,{className:`inputfield-phone-prefix`,children:(0,n.jsx)(`span`,{className:`inputfield-phone-prefix-value`,style:x,children:u})}),(0,n.jsx)(`input`,{ref:v,type:`text`,className:`inputfield-phone-input`,placeholder:t,disabled:y,readOnly:b,value:h,onChange:g,style:x,..._})]}),D&&(0,n.jsx)(`div`,{className:`inputfield-phone-helper-text-wrapper`,children:(0,n.jsx)(`span`,{className:`inputfield-phone-helper-text ${S?`inputfield-phone-helper-text--error`:``}`,style:x,children:D})})]})});S.displayName=`InputFieldPhone`;var C={fontFamily:`var(--FontFamily-Family, "DM Sans", sans-serif)`},w=t.default.forwardRef(({className:e=``,variant:t=`blue`,size:r=`md`,stacked:i=!1,subtext:a,children:o,style:s,...c},l)=>{let u=[`pill-badge`,`pill-badge--${t}`,i?`pill-badge--stacked`:`pill-badge--${r===`lg`?`md`:r}`,e].filter(Boolean).join(` `),d=r===`lg`?`pill-badge__title--lg`:`pill-badge__title--md`;return(0,n.jsxs)(`div`,{ref:l,className:u,style:{...C,...s},...c,children:[(0,n.jsx)(`div`,{className:`pill-badge__title ${i?d:``}`,children:o}),i&&a&&(0,n.jsx)(`div`,{className:`pill-badge__subtext`,children:a})]})});w.displayName=`PillBadge`;var T={fontFamily:`var(--FontFamily-Family, "DM Sans", sans-serif)`},E=t.default.forwardRef(({label:e,percentage:t=0,usedText:r,remainingText:i,variant:a=`default`,size:o=`sm`,withCard:s=!1,width:c,className:l=``,style:u,...d},f)=>{let p=Math.max(0,Math.min(100,t)),m=[`progressbar`,s?`progressbar--card`:``,l].filter(Boolean).join(` `),h=[`progressbar__track`,`progressbar__track--${o}`].join(` `),g=[`progressbar__fill`,`progressbar__fill--${a}`].join(` `);return(0,n.jsxs)(`div`,{ref:f,className:m,style:{...T,width:c,...u},...d,children:[(e||t!==void 0)&&(0,n.jsxs)(`div`,{className:`progressbar__header`,children:[e&&(0,n.jsx)(`span`,{className:`progressbar__label`,children:e}),t!==void 0&&(0,n.jsxs)(`span`,{className:`progressbar__percentage`,children:[p,`%`]})]}),(0,n.jsx)(`div`,{className:h,children:(0,n.jsx)(`div`,{className:g,style:{width:`${p}%`}})}),(r||i)&&(0,n.jsxs)(`div`,{className:`progressbar__footer`,children:[r&&(0,n.jsx)(`span`,{className:`progressbar__used`,children:r}),i&&(0,n.jsx)(`span`,{className:`progressbar__remaining`,children:i})]})]})});E.displayName=`ProgressBar`;var D={fontFamily:`var(--FontFamily-Family, "DM Sans", sans-serif)`},O=t.default.forwardRef(({label:e,subtext:t,checked:r,disabled:i,readOnly:a=!1,className:o=``,id:s,...c},l)=>{let u=s||`radio-${Math.random().toString(36).substring(2,9)}`;return(0,n.jsxs)(`div`,{className:[`radio-button`,r?`radio-button--checked`:``,i?`radio-button--disabled`:``,a?`radio-button--readonly`:``,o].filter(Boolean).join(` `),style:D,children:[(0,n.jsxs)(`div`,{className:`radio-button__wrapper`,children:[(0,n.jsx)(`input`,{ref:l,type:`radio`,id:u,className:`radio-button__input`,checked:r,disabled:i||a,...c}),(0,n.jsx)(`label`,{htmlFor:u,className:`radio-button__visual`,children:(0,n.jsx)(`span`,{className:`radio-button__outer-circle`,children:r&&(0,n.jsx)(`span`,{className:`radio-button__inner-circle`})})})]}),(e||t)&&(0,n.jsxs)(`div`,{className:`radio-button__content`,children:[e&&(0,n.jsx)(`label`,{htmlFor:u,className:`radio-button__label`,children:e}),t&&(0,n.jsx)(`span`,{className:`radio-button__subtext`,children:t})]})]})});O.displayName=`RadioButton`;var k={fontFamily:`var(--FontFamily-Family, "DM Sans", sans-serif)`},A=e=>{switch(e){case`plus`:return(0,n.jsx)(`svg`,{width:`12`,height:`12`,viewBox:`0 0 14 14`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:(0,n.jsx)(`path`,{d:`M7 2.91666V11.0833M2.91666 7H11.0833`,stroke:`currentColor`,strokeWidth:`1.5`,strokeLinecap:`round`,strokeLinejoin:`round`})});case`check`:return(0,n.jsx)(`svg`,{width:`12`,height:`12`,viewBox:`0 0 14 14`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:(0,n.jsx)(`path`,{d:`M11.6667 3.5L5.25 9.91667L2.33333 7`,stroke:`currentColor`,strokeWidth:`1.5`,strokeLinecap:`round`,strokeLinejoin:`round`})});case`chevron-down`:return(0,n.jsx)(`svg`,{width:`12`,height:`12`,viewBox:`0 0 14 14`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:(0,n.jsx)(`path`,{d:`M3.5 5.25L7 8.75L10.5 5.25`,stroke:`currentColor`,strokeWidth:`1.5`,strokeLinecap:`round`,strokeLinejoin:`round`})});case`arrow-right`:return(0,n.jsx)(`svg`,{width:`12`,height:`12`,viewBox:`0 0 14 14`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:(0,n.jsx)(`path`,{d:`M2.91666 7H11.0833M11.0833 7L7.58333 3.5M11.0833 7L7.58333 10.5`,stroke:`currentColor`,strokeWidth:`1.5`,strokeLinecap:`round`,strokeLinejoin:`round`})});default:return null}},j=t.default.forwardRef(({className:e=``,variant:t=`active`,icon:r,children:i,style:a,...o},s)=>{let c=[`state-badge`,`state-badge--${t}`,e].filter(Boolean).join(` `),l=()=>{if(!r)return null;if(typeof r==`string`){let e=A(r);return e?(0,n.jsx)(`span`,{className:`state-badge__icon`,children:e}):null}return(0,n.jsx)(`span`,{className:`state-badge__icon`,children:r})};return(0,n.jsxs)(`div`,{ref:s,className:c,style:{...k,...a},...o,children:[l(),(0,n.jsx)(`div`,{className:`state-badge__label`,children:i})]})});j.displayName=`StateBadge`;var M={fontFamily:`var(--FontFamily-Family, "DM Sans", sans-serif)`},N=t.default.forwardRef(({id:e,checked:t,onChange:r,disabled:i,readOnly:a,...o},s)=>(0,n.jsxs)(`div`,{className:`switch`,children:[(0,n.jsx)(`input`,{ref:s,type:`checkbox`,id:e,className:`switch__input`,checked:t,onChange:r,disabled:i||a,...o}),(0,n.jsx)(`label`,{htmlFor:e,className:`switch__track`,children:(0,n.jsx)(`span`,{className:`switch__handle`})})]}));N.displayName=`Toggle`;var P=t.default.forwardRef(({size:e=`big`,colorVariant:r=`teal`,checked:i,defaultChecked:a,onChange:o,disabled:s,readOnly:c=!1,className:l=``,id:u,...d},f)=>{let p=i!==void 0,[m,h]=t.default.useState(a||!1),g=p?i:m,_=e=>{s||c||(p||h(e.target.checked),o&&o(e))},v=u||`switch-${Math.random().toString(36).substring(2,9)}`;return(0,n.jsx)(`div`,{className:[`switch-container`,`switch-container--${e}`,`switch-container--${r}`,g?`switch-container--checked`:``,s?`switch-container--disabled`:``,c?`switch-container--readonly`:``,l].filter(Boolean).join(` `),style:M,children:(0,n.jsx)(`div`,{className:`switch__content-wrapper`,children:(0,n.jsx)(N,{ref:f,id:v,checked:g,onChange:_,disabled:s,readOnly:c,...d})})})});P.displayName=`Switch`;var F={fontFamily:`var(--FontFamily-Family, "DM Sans", sans-serif)`},I=t.default.forwardRef(({id:e,checked:t,onChange:r,disabled:i,readOnly:a,...o},s)=>(0,n.jsxs)(`div`,{className:`switch`,children:[(0,n.jsx)(`input`,{ref:s,type:`checkbox`,id:e,className:`switch__input`,checked:t,onChange:r,disabled:i||a,...o}),(0,n.jsx)(`label`,{htmlFor:e,className:`switch__track`,children:(0,n.jsx)(`span`,{className:`switch__handle`})})]}));I.displayName=`Toggle`;var L=t.default.forwardRef(({size:e=`big`,colorVariant:r=`teal`,label:i,activeLabel:a,inactiveLabel:o,offerText:s,checked:c,defaultChecked:l,onChange:u,disabled:d,readOnly:f=!1,className:p=``,id:m,...h},g)=>{let _=c!==void 0,[v,y]=t.default.useState(l||!1),b=_?c:v,x=e=>{d||f||(_||y(e.target.checked),u&&u(e))},S=m||`switch-labeled-${Math.random().toString(36).substring(2,9)}`;return(0,n.jsx)(`div`,{className:[`switch-container`,`switch-container--${e}`,`switch-container--${r}`,b?`switch-container--checked`:``,d?`switch-container--disabled`:``,f?`switch-container--readonly`:``,p].filter(Boolean).join(` `),style:F,children:(0,n.jsxs)(`div`,{className:`switch__content-wrapper`,children:[i&&(0,n.jsx)(`label`,{htmlFor:S,className:`switch__main-label`,children:i}),o&&(0,n.jsx)(`span`,{className:`switch__value-label switch__value-label--inactive ${b?``:`switch__value-label--active-state`}`,children:o}),(0,n.jsx)(I,{ref:g,id:S,checked:b,onChange:x,disabled:d,readOnly:f,...h}),a&&(0,n.jsx)(`span`,{className:`switch__value-label switch__value-label--active ${b?`switch__value-label--active-state`:``}`,children:a}),s&&(0,n.jsx)(`div`,{className:`switch__offer-badge`,children:s})]})})});L.displayName=`SwitchWithLabel`;function R({title:e,subtitle:t,actionButton:r,columns:i,data:a,onRowSelect:o,selectedItems:s=[],className:c=``}){let l=e=>s.some(t=>t.id!==void 0&&t.id===e.id||t===e);return(0,n.jsxs)(`div`,{className:`table-container ${c}`,children:[(e||t||r)&&(0,n.jsxs)(`div`,{className:`table-header`,children:[(0,n.jsxs)(`div`,{className:`table-header__content`,children:[e&&(0,n.jsx)(`h2`,{className:`table-header__title`,children:e}),t&&(0,n.jsx)(`p`,{className:`table-header__subtitle`,children:t})]}),r&&(0,n.jsx)(`button`,{className:`table-header__button`,onClick:r.onClick,children:r.label})]}),(0,n.jsx)(`div`,{className:`table-wrapper`,children:(0,n.jsxs)(`table`,{className:`table`,children:[(0,n.jsx)(`thead`,{children:(0,n.jsxs)(`tr`,{children:[o&&(0,n.jsx)(`th`,{className:`table__cell table__cell--header table__cell--checkbox`,children:(0,n.jsx)(`div`,{className:`table__checkbox-wrapper`,children:(0,n.jsx)(`input`,{type:`checkbox`,className:`table__checkbox`,checked:a.length>0&&a.every(e=>l(e)),onChange:e=>{let t=e.target.checked;a.forEach(e=>o(e,t))}})})}),i.map((e,t)=>(0,n.jsx)(`th`,{className:`table__cell table__cell--header`,style:{width:e.width},children:e.header},t))]})}),(0,n.jsx)(`tbody`,{children:a.length>0?a.map((e,t)=>(0,n.jsxs)(`tr`,{className:`table__row ${l(e)?`table__row--selected`:``}`,children:[o&&(0,n.jsx)(`td`,{className:`table__cell table__cell--checkbox`,children:(0,n.jsx)(`div`,{className:`table__checkbox-wrapper`,children:(0,n.jsx)(`input`,{type:`checkbox`,className:`table__checkbox`,checked:l(e),onChange:t=>o(e,t.target.checked)})})}),i.map((t,r)=>(0,n.jsx)(`td`,{className:`table__cell`,children:typeof t.accessor==`function`?t.accessor(e):e[t.accessor]},r))]},e.id||t)):(0,n.jsx)(`tr`,{children:(0,n.jsx)(`td`,{colSpan:i.length+(o?1:0),className:`table__cell table__cell--empty`,children:`No Data`})})})]})})]})}function z({columns:e,data:t,onRowSelect:r,selectedItems:i=[],className:a=``,noDataMessage:o=`No Data`,isResponsive:s=!1,onColumnSort:c,variant:l=`striped`}){let u=e=>i.some(t=>t.id!==void 0&&t.id===e.id||t===e),d=e=>{r&&t.forEach(t=>r(t,e))},f=e=>{!e.isSortable||!c||c(typeof e.accessor==`string`?e.accessor:e.header,e.sortDirection===`asc`?`desc`:`asc`)};return(0,n.jsx)(`div`,{className:`simple-table-container ${a} ${s?`simple-table-container--responsive`:``} simple-table-container--${l}`,children:(0,n.jsx)(`div`,{className:`simple-table-wrapper`,children:(0,n.jsxs)(`table`,{className:`simple-table`,children:[(0,n.jsx)(`thead`,{children:(0,n.jsxs)(`tr`,{children:[r&&(0,n.jsx)(`th`,{className:`simple-table__cell simple-table__cell--header simple-table__cell--checkbox`,children:(0,n.jsx)(`div`,{className:`simple-table__checkbox-wrapper`,children:(0,n.jsx)(`input`,{type:`checkbox`,className:`simple-table__checkbox`,checked:t.length>0&&t.every(e=>u(e)),onChange:e=>d(e.target.checked)})})}),e.map((e,t)=>(0,n.jsx)(`th`,{className:`simple-table__cell simple-table__cell--header ${e.isSortable?`simple-table__cell--sortable`:``}`,style:{width:e.width},onClick:()=>f(e),children:(0,n.jsxs)(`div`,{className:`simple-table__header-content`,children:[e.header,e.isSortable&&(0,n.jsx)(`span`,{className:`simple-table__sort-icon ${e.sortDirection||``}`,children:e.sortDirection===`asc`?`↑`:e.sortDirection===`desc`?`↓`:`↕`})]})},t))]})}),(0,n.jsx)(`tbody`,{children:t.length>0?t.map((t,i)=>(0,n.jsxs)(`tr`,{className:`simple-table__row ${u(t)?`simple-table__row--selected`:``}`,children:[r&&(0,n.jsx)(`td`,{className:`simple-table__cell simple-table__cell--checkbox`,children:(0,n.jsx)(`div`,{className:`simple-table__checkbox-wrapper`,children:(0,n.jsx)(`input`,{type:`checkbox`,className:`simple-table__checkbox`,checked:u(t),onChange:e=>r(t,e.target.checked)})})}),e.map((e,r)=>(0,n.jsx)(`td`,{className:`simple-table__cell`,children:typeof e.accessor==`function`?e.accessor(t):t[e.accessor]},r))]},t.id||i)):(0,n.jsx)(`tr`,{children:(0,n.jsx)(`td`,{colSpan:e.length+(r?1:0),className:`simple-table__cell simple-table__cell--empty`,children:o})})})]})})})}var B={fontFamily:`var(--FontFamily-Family, "DM Sans", sans-serif)`},V=t.default.forwardRef(({collapsible:e=!1,className:r=``,disabled:i,placeholder:a=`Search by whatever thing...`,onSearch:o,...s},c)=>{let[l,u]=(0,t.useState)(!e),[d,f]=(0,t.useState)(``),p=(0,t.useRef)(null);return(0,t.useEffect)(()=>{u(!e)},[e]),(0,t.useEffect)(()=>{if(!e)return;let t=e=>{p.current&&!p.current.contains(e.target)&&d===``&&u(!1)};return document.addEventListener(`mousedown`,t),()=>document.removeEventListener(`mousedown`,t)},[e,d]),(0,n.jsx)(`div`,{className:[`search-box`,e?`search-box--collapsible`:``,l?`search-box--expanded`:`search-box--collapsed`,i?`search-box--disabled`:``,r].filter(Boolean).join(` `),style:B,ref:p,children:(0,n.jsxs)(`div`,{className:`search-box__wrapper`,onClick:()=>{e&&!i&&u(!l)},children:[(0,n.jsx)(`div`,{className:`search-box__icon-container`,children:(0,n.jsxs)(`svg`,{className:`search-box__icon`,width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:[(0,n.jsx)(`path`,{d:`M11.5 6.5C11.5 9.26142 9.26142 11.5 6.5 11.5C3.73858 11.5 1.5 9.26142 1.5 6.5C1.5 3.73858 3.73858 1.5 6.5 1.5C9.26142 1.5 11.5 3.73858 11.5 6.5Z`,stroke:`currentColor`,strokeWidth:`1.5`}),(0,n.jsx)(`path`,{d:`M10 10L14 14`,stroke:`currentColor`,strokeWidth:`1.5`,strokeLinecap:`round`})]})}),l&&(0,n.jsx)(`input`,{ref:c,type:`text`,className:`search-box__input`,placeholder:a,value:d,disabled:i,onChange:e=>{f(e.target.value),s.onChange&&s.onChange(e)},onKeyDown:e=>{e.key===`Enter`&&o&&o(d),s.onKeyDown&&s.onKeyDown(e)},autoFocus:e&&l,...s})]})})});V.displayName=`SearchBox`;var H=({label:e,icon:r,items:i,className:a=``,onSelect:o,variant:s=`default`,hasLabel:c=!0,hasDropdownIcon:l=!0,menuPlacement:u=`left`})=>{let[d,f]=(0,t.useState)(!1),p=(0,t.useRef)(null);(0,t.useEffect)(()=>{let e=e=>{p.current&&!p.current.contains(e.target)&&f(!1)};return document.addEventListener(`mousedown`,e),()=>document.removeEventListener(`mousedown`,e)},[]);let m=()=>{f(!d)},h=e=>{e.onClick&&e.onClick(),o&&o(e),f(!1)};return(0,n.jsxs)(`div`,{className:`nav-dropdown ${d?`nav-dropdown--open`:``} nav-dropdown--${s} ${a}`,ref:p,"data-has-label":c,"data-hasdropdwonboxicon":l?`Show`:`None`,children:[(0,n.jsxs)(`button`,{className:`nav-dropdown__trigger`,onClick:m,type:`button`,"aria-expanded":d,disabled:s===`disabled`,children:[c&&e&&(0,n.jsx)(`span`,{className:`nav-dropdown__label`,children:e}),(r||l)&&(0,n.jsxs)(`div`,{className:`nav-dropdown__icon-box`,children:[(0,n.jsx)(`div`,{className:`nav-dropdown__icon-inner`,children:r&&(0,n.jsx)(`span`,{className:`nav-dropdown__icon`,children:r})}),l&&(0,n.jsx)(`svg`,{className:`nav-dropdown__caret`,width:`9`,height:`5`,viewBox:`0 0 9 5`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:(0,n.jsx)(`path`,{d:`M4.5 5L0.602886 0.5L8.39711 0.5L4.5 5Z`,fill:`currentColor`})})]})]}),d&&(0,n.jsx)(`div`,{className:`nav-dropdown__menu ${u===`right`?`nav-dropdown__menu--right`:``}`,children:i.map((e,t)=>(0,n.jsxs)(`button`,{className:`nav-dropdown__item`,onClick:()=>h(e),type:`button`,children:[e.icon&&(0,n.jsx)(`span`,{className:`nav-dropdown__item-icon`,children:e.icon}),(0,n.jsx)(`span`,{className:`nav-dropdown__item-label`,children:e.label})]},e.id||t))})]})},U=({logo:e,leftSelects:t=[],actions:r=[],profileAction:i,className:a=``})=>(0,n.jsxs)(`nav`,{className:`admin-top-nav ${a}`,children:[(0,n.jsxs)(`div`,{className:`admin-top-nav__left`,children:[(0,n.jsx)(`div`,{className:`admin-top-nav__logo`,children:e||(0,n.jsxs)(`div`,{className:`admin-top-nav__logo-container`,children:[(0,n.jsx)(`div`,{className:`admin-top-nav__logo-square`}),(0,n.jsx)(`div`,{className:`admin-top-nav__logo-square`}),(0,n.jsx)(`div`,{className:`admin-top-nav__logo-square`}),(0,n.jsx)(`div`,{className:`admin-top-nav__logo-square`})]})}),(0,n.jsx)(`div`,{className:`admin-top-nav__selects`,children:t.map((e,t)=>(0,n.jsx)(H,{label:e.value||e.placeholder,items:e.options.map(t=>({label:t.label,onClick:()=>e.onSelect?.(t.value)})),hasLabel:!0,hasDropdownIcon:!0,className:`admin-top-nav__dropdown`},t))}),(0,n.jsx)(`div`,{className:`admin-top-nav__search-wrapper`,children:(0,n.jsx)(`div`,{className:`admin-top-nav__search-icon-placeholder`,children:(0,n.jsx)(`div`,{className:`admin-top-nav__search-icon`})})})]}),(0,n.jsxs)(`div`,{className:`admin-top-nav__right`,children:[(0,n.jsx)(`div`,{className:`admin-top-nav__actions-container`,children:r.map((e,t)=>(0,n.jsx)(`div`,{className:`admin-top-nav__icon-action`,onClick:e.onClick,children:(0,n.jsxs)(`div`,{className:`admin-top-nav__icon-box`,children:[e.icon,e.badge&&(0,n.jsx)(`span`,{className:`admin-top-nav__badge-count`,children:e.badge})]})},t))}),(0,n.jsxs)(`div`,{className:`admin-top-nav__profile-group`,children:[i&&(0,n.jsx)(H,{label:i.label,hasLabel:!!i.label,icon:i.icon||(0,n.jsx)(`div`,{className:`admin-top-nav__avatar admin-top-nav__avatar--purple`}),items:i.items||[],onSelect:i.onClick?()=>i.onClick?.():void 0,hasDropdownIcon:!0,menuPlacement:`right`,className:`admin-top-nav__profile-dropdown`}),!i&&(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(H,{hasLabel:!1,icon:(0,n.jsx)(`div`,{className:`admin-top-nav__avatar admin-top-nav__avatar--purple`}),items:[],hasDropdownIcon:!0,menuPlacement:`right`,className:`admin-top-nav__profile-dropdown`}),(0,n.jsx)(H,{hasLabel:!1,icon:(0,n.jsx)(`div`,{className:`admin-top-nav__avatar admin-top-nav__avatar--gray`}),items:[],hasDropdownIcon:!0,menuPlacement:`right`,className:`admin-top-nav__profile-dropdown`}),(0,n.jsx)(H,{hasLabel:!1,icon:(0,n.jsx)(`div`,{className:`admin-top-nav__avatar admin-top-nav__avatar--gray`}),items:[],hasDropdownIcon:!0,menuPlacement:`right`,className:`admin-top-nav__profile-dropdown`})]})]})]})]}),W=()=>(0,n.jsx)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:(0,n.jsx)(`path`,{d:`M2 7.99711C2 8.80016 2.15686 9.55712 2.47059 10.268C2.78431 10.9788 3.21764 11.6041 3.77058 12.144C4.32353 12.6838 4.96176 13.1075 5.68529 13.4149C6.40882 13.7222 7.18039 13.8759 7.99999 13.8759C8.81962 13.8759 9.59118 13.7222 10.3147 13.4149C11.0382 13.1075 11.6765 12.6838 12.2294 12.144C12.7823 11.6041 13.2157 10.9788 13.5294 10.268C13.8431 9.55712 14 8.80016 14 7.99711C14 7.2901 13.8765 6.61768 13.6294 5.97986C13.3823 5.34203 13.0382 4.76471 12.5971 4.24791C12.1559 3.73111 11.6402 3.29884 11.05 2.95111C10.4598 2.60337 9.82156 2.36226 9.13528 2.22778V1.40935C9.13528 1.20186 9.07451 1.07314 8.95295 1.02319C8.83136 0.973241 8.69017 1.00398 8.52938 1.11541L6.65294 2.40068C6.51568 2.4929 6.44705 2.60049 6.44705 2.72344C6.44705 2.8464 6.51568 2.95591 6.65294 3.05197L8.52353 4.34301C8.68432 4.45828 8.82648 4.48998 8.95 4.43811C9.07352 4.38623 9.13528 4.25655 9.13528 4.04907V3.23064C9.69214 3.35359 10.2049 3.56108 10.6735 3.85311C11.1421 4.14512 11.55 4.50246 11.8971 4.92513C12.2441 5.34779 12.5137 5.81944 12.7058 6.34008C12.898 6.86071 12.9941 7.41306 12.9941 7.99711C12.9941 8.6772 12.8657 9.31408 12.6088 9.90773C12.352 10.5014 11.9951 11.022 11.5382 11.4697C11.0814 11.9173 10.551 12.267 9.94707 12.5186C9.34316 12.7703 8.69413 12.8962 7.99999 12.8962C7.30588 12.8962 6.65588 12.7703 6.04999 12.5186C5.44411 12.267 4.91274 11.9173 4.45588 11.4697C3.99902 11.022 3.64215 10.5014 3.38529 9.90773C3.12843 9.31408 3 8.6772 3 7.99711C3 7.4515 3.08627 6.93182 3.25882 6.43806C3.43137 5.94432 3.67255 5.4938 3.98235 5.08651C4.29215 4.67921 4.6549 4.32956 5.07059 4.03754C5.19215 3.94916 5.2696 3.84158 5.30294 3.71478C5.33627 3.58798 5.31568 3.46502 5.24117 3.34591C5.16666 3.23064 5.05882 3.16051 4.91764 3.13554C4.77647 3.11056 4.64117 3.14611 4.51176 3.24217C4.00588 3.59951 3.56471 4.02505 3.18824 4.5188C2.81177 5.01254 2.51961 5.55432 2.31176 6.14412C2.10392 6.73394 2 7.3516 2 7.99711ZM6.28235 10.3602C6.39607 10.3602 6.48627 10.3246 6.55293 10.2535C6.6196 10.1825 6.65294 10.0855 6.65294 9.9625V6.32567C6.65294 6.17582 6.61764 6.06343 6.54705 5.98851C6.47647 5.91358 6.37451 5.87611 6.24117 5.87611C6.15882 5.87611 6.08235 5.89052 6.01176 5.91934C5.94117 5.94816 5.85294 5.99715 5.74705 6.06632L4.94117 6.60233C4.87451 6.64844 4.82451 6.69935 4.79117 6.75506C4.75784 6.81077 4.74117 6.87129 4.74117 6.9366C4.74117 7.03268 4.77451 7.11529 4.84118 7.18442C4.90784 7.25359 4.98823 7.28817 5.08235 7.28817C5.14117 7.28817 5.19019 7.2805 5.22941 7.26516C5.26862 7.24977 5.31372 7.22095 5.3647 7.17869L5.92941 6.77523H5.91764V9.9625C5.91764 10.0816 5.95098 10.1777 6.01764 10.2507C6.08431 10.3237 6.17255 10.3602 6.28235 10.3602ZM9.27057 10.4293C9.75683 10.4293 10.148 10.2881 10.4441 10.0057C10.7402 9.72328 10.8882 9.34961 10.8882 8.88469C10.8882 8.46204 10.7569 8.1143 10.4941 7.84148C10.2314 7.56869 9.89019 7.4323 9.47055 7.4323C9.28234 7.4323 9.09902 7.47455 8.92061 7.55907C8.74215 7.64362 8.61371 7.75891 8.53528 7.90492H8.56468L8.67057 6.60233H10.4294C10.5157 6.60233 10.5912 6.57159 10.6559 6.51011C10.7206 6.44863 10.7529 6.36794 10.7529 6.26804C10.7529 6.17198 10.7206 6.09417 10.6559 6.03462C10.5912 5.97506 10.5157 5.94528 10.4294 5.94528H8.55293C8.24312 5.94528 8.0745 6.10474 8.04707 6.42366L7.91764 8.08357C7.90587 8.22573 7.93529 8.33236 8.00587 8.40345C8.07647 8.47451 8.17648 8.51004 8.3059 8.51004C8.39999 8.51004 8.47645 8.49851 8.53528 8.47546C8.59411 8.45244 8.66471 8.41018 8.74707 8.34868C8.86079 8.24879 8.96667 8.17674 9.06469 8.13256C9.16275 8.08837 9.27059 8.06628 9.38821 8.06628C9.61566 8.06628 9.79998 8.14216 9.94117 8.29391C10.0824 8.44571 10.153 8.64647 10.153 8.8962C10.153 9.14983 10.0726 9.35925 9.91178 9.52446C9.75099 9.68967 9.54902 9.77228 9.30587 9.77228C9.12942 9.77228 8.9706 9.72713 8.82941 9.63683C8.68822 9.54653 8.58038 9.42647 8.50589 9.27664C8.46276 9.20361 8.41373 9.14694 8.35879 9.10661C8.3039 9.06624 8.2392 9.04605 8.16471 9.04605C8.06666 9.04605 7.98725 9.0768 7.92647 9.1383C7.86568 9.19976 7.83529 9.28046 7.83529 9.38039C7.83529 9.4188 7.83921 9.45722 7.84705 9.49566C7.85489 9.53406 7.86666 9.57248 7.88234 9.61092C7.96078 9.81839 8.12254 10.0067 8.36765 10.1757C8.61272 10.3448 8.9137 10.4293 9.27057 10.4293Z`,fill:`var(--Colors-Functional-Input-Icons-Icon_DarkGray, #4B4B4A)`})}),G=()=>(0,n.jsx)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:(0,n.jsx)(`path`,{d:`M2.74691 15.0001C2.91209 15.0001 3.06902 14.9712 3.2177 14.9134C3.36637 14.8556 3.52331 14.7771 3.6885 14.678L13.3192 9.11098C13.6661 8.90725 13.907 8.72692 14.0419 8.56998C14.1768 8.41305 14.2442 8.22446 14.2442 8.0042C14.2442 7.78394 14.1768 7.59534 14.0419 7.43841C13.907 7.28148 13.6661 7.1039 13.3192 6.90567L3.6885 1.33044C3.52331 1.23683 3.36637 1.16111 3.2177 1.1033C3.06902 1.04548 2.91209 1.01657 2.74691 1.01657C2.44405 1.01657 2.20314 1.12395 2.02419 1.3387C1.84523 1.55345 1.75575 1.83978 1.75575 2.1977V13.8107C1.75575 14.1686 1.84523 14.4563 2.02419 14.6738C2.20314 14.8913 2.44405 15.0001 2.74691 15.0001Z`,fill:`var(--Colors-Functional-Input-Icons-Icon_DarkGray, #4B4B4A)`})}),K=()=>(0,n.jsxs)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:[(0,n.jsx)(`rect`,{x:`3`,y:`2`,width:`3`,height:`12`,rx:`1`,fill:`var(--Colors-Functional-Input-Icons-Icon_DarkGray, #4B4B4A)`}),(0,n.jsx)(`rect`,{x:`10`,y:`2`,width:`3`,height:`12`,rx:`1`,fill:`var(--Colors-Functional-Input-Icons-Icon_DarkGray, #4B4B4A)`})]}),q=()=>(0,n.jsx)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:(0,n.jsx)(`path`,{d:`M2 7.99711C2 8.80042 2.15686 9.55759 2.47059 10.2686C2.78431 10.9796 3.21764 11.6052 3.77058 12.1452C4.32353 12.6852 4.96176 13.1089 5.68529 13.4164C6.40882 13.7239 7.18039 13.8776 7.99999 13.8776C8.81962 13.8776 9.59118 13.7239 10.3147 13.4164C11.0382 13.1089 11.6765 12.6852 12.2294 12.1452C12.7823 11.6052 13.2157 10.9796 13.5294 10.2686C13.8431 9.55759 14 8.80042 14 7.99711C14 7.35142 13.8961 6.73359 13.6882 6.14363C13.4804 5.55366 13.1882 5.01173 12.8117 4.51785C12.4353 4.02396 11.9941 3.5983 11.4883 3.24086C11.3588 3.14478 11.2235 3.10923 11.0823 3.13421C10.9412 3.15919 10.8333 3.22933 10.7588 3.34464C10.6843 3.46378 10.6637 3.58677 10.6971 3.71361C10.7304 3.84044 10.8078 3.94805 10.9294 4.03645C11.3451 4.32856 11.7078 4.67831 12.0177 5.08572C12.3274 5.49312 12.5686 5.94377 12.7411 6.43765C12.9137 6.93153 13 7.45134 13 7.99711C13 8.67743 12.8716 9.31448 12.6147 9.90826C12.3578 10.5021 12.001 11.0229 11.5441 11.4706C11.0872 11.9184 10.5559 12.2682 9.94997 12.5199C9.34412 12.7717 8.69413 12.8975 7.99999 12.8975C7.30588 12.8975 6.65686 12.7717 6.05294 12.5199C5.44902 12.2682 4.91862 11.9184 4.46176 11.4706C4.0049 11.0229 3.64804 10.5021 3.39117 9.90826C3.13431 9.31448 3.00588 8.67743 3.00588 7.99711C3.00588 7.41293 3.10196 6.86044 3.29412 6.33964C3.48627 5.81886 3.75588 5.34707 4.10294 4.92429C4.45 4.50151 4.85882 4.14407 5.32941 3.85197C5.79999 3.55987 6.31176 3.35232 6.8647 3.22933V4.05375C6.8647 4.25746 6.92646 4.38525 7.04999 4.43713C7.17352 4.48902 7.31568 4.45924 7.47647 4.34778L9.35291 3.05638C9.48627 2.96798 9.55392 2.86132 9.55585 2.73641C9.55781 2.6115 9.49017 2.50292 9.35291 2.41068L7.48234 1.11928C7.31764 1.00398 7.17352 0.972268 7.04999 1.02415C6.92646 1.07604 6.8647 1.20576 6.8647 1.4133V2.22619C6.17843 2.36071 5.54019 2.60189 4.95 2.94972C4.3598 3.29755 3.84411 3.72994 3.40294 4.24689C2.96176 4.76383 2.61765 5.34131 2.37059 5.97932C2.12353 6.61735 2 7.28994 2 7.99711ZM6.25294 10.3608C6.36666 10.3608 6.45686 10.3253 6.52353 10.2542C6.59019 10.1831 6.62352 10.086 6.62352 9.96304V6.32523C6.62352 6.17534 6.58823 6.06292 6.51764 5.98797C6.44705 5.91302 6.34509 5.87555 6.21176 5.87555C6.12941 5.87555 6.05294 5.88996 5.98235 5.91879C5.91176 5.94761 5.82353 5.99661 5.71765 6.06579L4.91176 6.60196C4.84509 6.64808 4.79509 6.699 4.76176 6.75474C4.72843 6.81047 4.71176 6.87101 4.71176 6.93636C4.71176 7.03243 4.74509 7.11506 4.81176 7.18425C4.87843 7.25344 4.95882 7.28803 5.05294 7.28803C5.11176 7.28803 5.16078 7.28034 5.2 7.26495C5.23921 7.24956 5.28431 7.22073 5.33529 7.17846L5.9 6.77492H5.88823V9.96304C5.88823 10.0822 5.92156 10.1783 5.98823 10.2513C6.0549 10.3243 6.14313 10.3608 6.25294 10.3608ZM9.24118 10.43C9.72744 10.43 10.1186 10.2888 10.4147 10.0063C10.7108 9.72381 10.8588 9.35002 10.8588 8.88494C10.8588 8.46217 10.7274 8.11435 10.4647 7.84149C10.2019 7.56859 9.86076 7.43214 9.44116 7.43214C9.25294 7.43214 9.06961 7.47443 8.89115 7.55901C8.71273 7.64354 8.58431 7.75884 8.50589 7.90489H8.53528L8.64117 6.60196H10.4C10.4863 6.60196 10.5618 6.57121 10.6265 6.50972C10.6912 6.44822 10.7235 6.36751 10.7235 6.26758C10.7235 6.17149 10.6912 6.09366 10.6265 6.03409C10.5618 5.97452 10.4863 5.94473 10.4 5.94473H8.52353C8.21372 5.94473 8.04509 6.10423 8.01764 6.42324L7.88823 8.08359C7.87646 8.22583 7.90587 8.33249 7.97647 8.40357C8.04707 8.47468 8.14706 8.51024 8.27645 8.51024C8.37058 8.51024 8.44706 8.49871 8.50589 8.47565C8.56472 8.45258 8.63529 8.4103 8.71761 8.34878C8.83134 8.24885 8.93723 8.17679 9.03529 8.13259C9.13332 8.0884 9.24116 8.0663 9.35882 8.0663C9.58626 8.0663 9.77058 8.14222 9.91178 8.29405C10.0529 8.44585 10.1235 8.64667 10.1235 8.89651C10.1235 9.15017 10.0431 9.35962 9.88232 9.52488C9.72153 9.69018 9.51958 9.77283 9.27647 9.77283C9.09999 9.77283 8.94117 9.72767 8.80001 9.63735C8.65882 9.54702 8.55098 9.4269 8.47649 9.27699C8.43332 9.20399 8.38429 9.14729 8.3294 9.10691C8.2745 9.06657 8.20979 9.0464 8.13526 9.0464C8.03724 9.0464 7.95784 9.07714 7.89705 9.13861C7.83627 9.20013 7.80587 9.28085 7.80587 9.38078C7.80587 9.41919 7.8098 9.45762 7.81764 9.49607C7.82548 9.53453 7.83725 9.57296 7.85294 9.61137C7.93137 9.81894 8.09314 10.0073 8.33825 10.1763C8.58333 10.3455 8.8843 10.43 9.24118 10.43Z`,fill:`var(--Colors-Functional-Input-Icons-Icon_DarkGray, #4B4B4A)`})}),J=()=>(0,n.jsxs)(`svg`,{width:`22`,height:`16`,viewBox:`0 0 22 16`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:[(0,n.jsx)(`g`,{clipPath:`url(#clip0_15777_1245)`,children:(0,n.jsx)(`path`,{d:`M8.75134 15.0118C9.02195 15.0118 9.2425 14.9252 9.41297 14.752C9.5835 14.5788 9.66876 14.3623 9.66876 14.1025V1.64926C9.66876 1.38407 9.58216 1.15811 9.40898 0.97139C9.23579 0.784674 9.01117 0.691317 8.73513 0.691317C8.5457 0.691317 8.37522 0.734614 8.22369 0.821207C8.07215 0.907801 7.89355 1.05122 7.6879 1.25147L4.22956 4.49873C4.17544 4.54744 4.10778 4.5718 4.02661 4.5718H1.6967C1.15007 4.5718 0.730636 4.72198 0.438381 5.02235C0.146127 5.32272 0 5.76516 0 6.34967V9.36966C0 9.95955 0.146127 10.4033 0.438381 10.701C0.730636 10.9986 1.15007 11.1475 1.6967 11.1475H4.02661C4.10778 11.1475 4.17544 11.1718 4.22956 11.2205L7.6879 14.5003C7.87191 14.6789 8.0478 14.8088 8.21557 14.89C8.38332 14.9712 8.56191 15.0118 8.75134 15.0118ZM12.5588 11.3018C12.6995 11.3938 12.8537 11.4249 13.0216 11.3951C13.1893 11.3654 13.3273 11.272 13.4355 11.1151C13.7494 10.7037 13.9943 10.2112 14.1702 9.6375C14.3461 9.06385 14.4341 8.46582 14.4341 7.84342C14.4341 7.22102 14.3461 6.62298 14.1702 6.0493C13.9943 5.47562 13.7494 4.98312 13.4355 4.5718C13.3273 4.41485 13.1893 4.32013 13.0216 4.28766C12.8537 4.25519 12.6995 4.28766 12.5588 4.38508C12.3964 4.49873 12.3031 4.64621 12.2787 4.82752C12.2544 5.00882 12.3071 5.18336 12.437 5.35114C12.6751 5.67587 12.8578 6.05472 12.985 6.48768C13.1122 6.92065 13.1758 7.37256 13.1758 7.84342C13.1758 8.31425 13.1108 8.7648 12.9809 9.19508C12.8511 9.62536 12.6697 10.0056 12.437 10.3357C12.3125 10.5089 12.2611 10.6848 12.2828 10.8633C12.3044 11.042 12.3964 11.1881 12.5588 11.3018ZM15.5787 13.4206C15.7303 13.518 15.89 13.5518 16.0577 13.5221C16.2255 13.4923 16.3635 13.399 16.4718 13.242C16.9913 12.5276 17.3959 11.6995 17.6854 10.7578C17.975 9.81615 18.1197 8.84467 18.1197 7.84342C18.1197 6.84217 17.9763 5.86799 17.6895 4.92088C17.4026 3.97376 16.9967 3.14841 16.4718 2.44483C16.3635 2.28789 16.2255 2.19318 16.0577 2.1607C15.89 2.12823 15.7303 2.16341 15.5787 2.26624C15.4326 2.36907 15.3474 2.50573 15.323 2.67621C15.2987 2.84669 15.346 3.01582 15.4651 3.18359C15.9089 3.8114 16.2526 4.5285 16.4961 5.3349C16.7397 6.14131 16.8614 6.97748 16.8614 7.84342C16.8614 8.70934 16.7383 9.54415 16.4921 10.3478C16.2458 11.1515 15.9034 11.87 15.4651 12.5032C15.3514 12.671 15.3054 12.8401 15.3271 13.0106C15.3487 13.1811 15.4326 13.3178 15.5787 13.4206ZM18.623 15.5719C18.7637 15.6747 18.9207 15.7072 19.0939 15.6693C19.2671 15.6314 19.4078 15.5313 19.5161 15.369C19.9923 14.6816 20.3996 13.9388 20.7378 13.1405C21.0761 12.3422 21.3358 11.4993 21.5172 10.6117C21.6985 9.7241 21.7891 8.80133 21.7891 7.84342C21.7891 6.88547 21.6971 5.96271 21.5131 5.07512C21.3291 4.18753 21.0666 3.3446 20.7256 2.54632C20.3847 1.74803 19.9815 1.00522 19.5161 0.317881C19.4078 0.150106 19.2671 0.0486294 19.0939 0.0134507C18.9207 -0.021728 18.7637 0.0120977 18.623 0.114928C18.4715 0.217757 18.3849 0.355766 18.3632 0.528953C18.3416 0.702141 18.3876 0.872622 18.5013 1.0404C18.918 1.66279 19.2793 2.33254 19.5851 3.04964C19.8908 3.76674 20.1276 4.52714 20.2954 5.33084C20.4632 6.13454 20.5471 6.97207 20.5471 7.84342C20.5471 8.70934 20.4632 9.54415 20.2954 10.3478C20.1276 11.1515 19.8908 11.9147 19.5851 12.6372C19.2793 13.3597 18.918 14.0294 18.5013 14.6464C18.3876 14.8088 18.3416 14.9779 18.3632 15.1538C18.3849 15.3297 18.4715 15.4691 18.623 15.5719Z`,fill:`var(--Colors-Functional-Input-Icons-Icon_DarkGray, #4B4B4A)`})}),(0,n.jsx)(`defs`,{children:(0,n.jsx)(`clipPath`,{id:`clip0_15777_1245`,children:(0,n.jsx)(`rect`,{width:`21.7891`,height:`15.6949`,fill:`white`})})})]}),Y=e=>`${Math.floor(e/60)}:${Math.floor(e%60).toString().padStart(2,`0`)}`,X=(0,t.forwardRef)(({variant:e=`long`,currentTime:r=0,duration:i=83,isPlaying:a=!1,isMuted:o=!1,disabled:s=!1,source:c,onPlayPause:l,onBackward:u,onForward:d,onVolumeChange:f,onTimeUpdate:p,onSeek:m},h)=>{let[g,_]=(0,t.useState)(a),[v,y]=(0,t.useState)(r),[b,x]=(0,t.useState)(i),[S,C]=(0,t.useState)(o),w=(0,t.useRef)(null);(0,t.useEffect)(()=>{_(a)},[a]),(0,t.useEffect)(()=>{y(r),w.current&&Math.abs(w.current.currentTime-r)>1&&(w.current.currentTime=r)},[r]),(0,t.useEffect)(()=>{x(i)},[i]),(0,t.useEffect)(()=>{C(o),w.current&&(w.current.muted=o)},[o]),(0,t.useEffect)(()=>{w.current&&(g?w.current.play().catch(e=>console.log(`Playback failed:`,e)):w.current.pause())},[g,c]),(0,t.useEffect)(()=>{let e;return!c&&g&&(e=setInterval(()=>{y(e=>{let t=e+1;return t>=b?(_(!1),p&&p(b),b):(p&&p(t),t)})},1e3)),()=>{e&&clearInterval(e)}},[g,b,p,c]);let T=()=>{w.current&&(y(w.current.currentTime),p&&p(w.current.currentTime))},E=()=>{w.current&&x(w.current.duration)},D=()=>{_(!1),p&&p(b)},O=b>0?v/b*100:0,k=()=>{s||(_(!g),l&&l())},A=()=>{if(s)return;let e=Math.max(0,v-10);y(e),w.current&&(w.current.currentTime=e),u&&u(),m&&m(e)},j=()=>{if(s)return;let e=Math.min(b,v+10);y(e),w.current&&(w.current.currentTime=e),d&&d(),m&&m(e)},M=e=>{if(!s&&b>0){let t=e.currentTarget.getBoundingClientRect(),n=e.clientX-t.left,r=Math.max(0,Math.min(1,n/t.width))*b;y(r),w.current&&(w.current.currentTime=r),m&&m(r)}},N=()=>{if(s)return;let e=!S;C(e),w.current&&(w.current.muted=e),f&&f(e?0:1)};return(0,n.jsxs)(`div`,{ref:h,className:`audioplayer-container`,children:[c&&(0,n.jsx)(`audio`,{ref:w,src:c,onTimeUpdate:T,onLoadedMetadata:E,onEnded:D,muted:S}),(0,n.jsxs)(`div`,{className:`audioplayer-wrapper audioplayer-wrapper--${e}`,children:[(0,n.jsxs)(`div`,{className:`audioplayer-controls`,children:[(0,n.jsx)(`button`,{type:`button`,className:`audioplayer-control-btn ${s?`audioplayer-icon-disabled`:``}`,onClick:A,disabled:s,"aria-label":`Backward`,children:(0,n.jsx)(W,{})}),(0,n.jsx)(`button`,{type:`button`,className:`audioplayer-control-btn ${s?`audioplayer-icon-disabled`:``}`,onClick:k,disabled:s,"aria-label":g?`Pause`:`Play`,children:g?(0,n.jsx)(K,{}):(0,n.jsx)(G,{})}),(0,n.jsx)(`button`,{type:`button`,className:`audioplayer-control-btn ${s?`audioplayer-icon-disabled`:``}`,onClick:j,disabled:s,"aria-label":`Forward`,children:(0,n.jsx)(q,{})})]}),(0,n.jsxs)(`div`,{className:`audioplayer-timeline`,children:[(0,n.jsx)(`span`,{className:`audioplayer-time`,children:Y(v)}),(0,n.jsx)(`div`,{className:`audioplayer-progress-track ${s?`audioplayer-icon-disabled`:``}`,onClick:M,role:`slider`,"aria-label":`Seek`,"aria-valuemin":0,"aria-valuemax":b,"aria-valuenow":v,style:{cursor:s?`not-allowed`:`pointer`},children:(0,n.jsx)(`div`,{className:`audioplayer-progress-fill`,style:{width:`${O}%`}})}),(0,n.jsx)(`span`,{className:`audioplayer-time`,children:Y(b)})]}),(0,n.jsx)(`div`,{className:`audioplayer-volume`,children:(0,n.jsx)(`button`,{type:`button`,className:`audioplayer-volume-btn ${s?`audioplayer-icon-disabled`:``}`,onClick:N,disabled:s,"aria-label":S?`Unmute`:`Mute`,style:{opacity:S?.5:1},children:(0,n.jsx)(J,{})})})]})]})});X.displayName=`AudioPlayer`;var Z=()=>(0,n.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`none`,children:(0,n.jsx)(`path`,{d:`M8.94126 1.5397C9.07618 1.21202 9.39743 1 9.7508 1H14.1262C14.6081 1 15 1.39192 15 1.8738V6.2492C15 6.60257 14.788 6.92382 14.4603 7.05874C14.1326 7.19367 13.76 7.11657 13.503 6.87242L11.9353 5.30473L7.73979 9.50023C7.39927 9.84075 6.84029 9.84075 6.49977 9.50023C6.15925 9.15971 6.15925 8.60073 6.49977 8.26021L10.6953 4.06471L9.12758 2.49702C8.87701 2.24644 8.79991 1.8738 8.94126 1.5397ZM1 5.8123C1 4.60441 1.97659 3.62139 3.19091 3.62139H5.38183C5.8637 3.62139 6.25562 4.01331 6.25562 4.49518C6.25562 4.97705 5.8637 5.36898 5.38183 5.36898H3.19091C2.95319 5.36898 2.75402 5.56815 2.75402 5.80587V12.8091C2.75402 13.0468 2.95319 13.246 3.19091 13.246H10.1941C10.4318 13.246 10.631 13.0468 10.631 12.8091V10.6182C10.631 10.1363 11.0229 9.74438 11.5048 9.74438C11.9867 9.74438 12.3786 10.1363 12.3786 10.6182V12.8091C12.3786 14.017 11.402 15 10.1877 15H3.19091C1.98302 15 1 14.0234 1 12.8091V5.8123Z`,fill:`currentColor`})}),ee={warning:Z,error:Z,disabled:Z,readonly:Z,teal:Z,brand:Z},Q=t.default.forwardRef(({variant:e=`warning`,filled:t=!1,label:r=`View Licenses & Billing`,className:i=``,disabled:a,style:o,leftIcon:s,rightIcon:c,hasIcon:l=!0,...u},d)=>{let f=ee[e];return(0,n.jsxs)(`button`,{ref:d,className:[`link-button`,`link-button--${e}`,t?`link-button--filled`:``,i].filter(Boolean).join(` `),disabled:a||e===`disabled`,style:o,...u,children:[s&&(0,n.jsx)(`span`,{className:`link-button__icon link-button__icon--left`,children:s}),(0,n.jsx)(`span`,{className:`link-button__label`,children:r}),c?(0,n.jsx)(`span`,{className:`link-button__icon link-button__icon--right`,children:c}):l&&f&&(0,n.jsx)(f,{})]})});Q.displayName=`LinkButton`;var te=({className:e=``,title:r=`Eligibility Verification`,variant:i=`more-than-1-option`,options:a,onAdd:o})=>(0,n.jsxs)(`div`,{className:`addon-card addon-card--${i} ${e}`,children:[(0,n.jsx)(`div`,{className:`addon-card__title`,children:r}),(0,n.jsx)(`div`,{className:`addon-card__options`,children:a.map((e,r)=>(0,n.jsxs)(t.default.Fragment,{children:[r>0&&i===`more-than-1-option`&&(0,n.jsx)(`div`,{className:`addon-card__divider`}),(0,n.jsxs)(`div`,{className:`addon-card__option-row`,children:[(0,n.jsxs)(`div`,{className:`addon-card__option-info`,children:[(0,n.jsx)(`span`,{className:`addon-card__verifications`,children:e.verifications}),(0,n.jsx)(`br`,{}),(0,n.jsx)(`span`,{className:`addon-card__price`,children:e.price}),e.provider&&(0,n.jsxs)(`span`,{className:`addon-card__provider`,children:[` `,e.provider]})]}),(0,n.jsx)(`button`,{className:`addon-card__add-btn`,onClick:()=>o?.(e.id),children:`ADD`})]})]},e.id))})]}),$=({tabs:e=`two-tabs`,theme:r=`neutral`,className:i=``,onTabChange:a,activeTab:o})=>{let[s,c]=(0,t.useState)(`unread`),l=o!==void 0,u=l?o:s,d=e=>{l||c(e),a?.(e)};return(0,n.jsxs)(`div`,{className:`simple-tab-set ${e} ${r} ${i}`,children:[(0,n.jsx)(`div`,{className:`slected-tab ${(e===`more-than-2-tabs`&&[`fusia`,`neutral`].includes(r)?u===`inbox`:u===`unread`)?`active`:``}`,onClick:()=>{d(e===`more-than-2-tabs`&&[`fusia`,`neutral`].includes(r)?`inbox`:`unread`)},children:(0,n.jsxs)(`div`,{className:`inbox`,children:[e===`more-than-2-tabs`&&[`fusia`,`neutral`].includes(r)&&(0,n.jsx)(n.Fragment,{children:`Inbox (12)`}),(e===`two-tabs`||r===`teal`)&&(0,n.jsx)(n.Fragment,{children:`Unread (2)`})]})}),(0,n.jsx)(`div`,{className:`non-slected-tab ${(e===`more-than-2-tabs`&&[`fusia`,`neutral`].includes(r)?u===`unread`:u===`all`)?`active`:``}`,onClick:()=>{d(e===`more-than-2-tabs`&&[`fusia`,`neutral`].includes(r)?`unread`:`all`)},children:(0,n.jsxs)(`div`,{className:`all`,children:[e===`two-tabs`&&(0,n.jsx)(n.Fragment,{children:`All`}),e===`more-than-2-tabs`&&(0,n.jsx)(n.Fragment,{children:`Unread (2)`})]})}),e===`more-than-2-tabs`&&(0,n.jsx)(`div`,{className:`non-slected-tab ${e===`more-than-2-tabs`&&[`fusia`,`neutral`].includes(r)&&u===`all`?`active`:``}`,onClick:()=>d(`all`),children:(0,n.jsx)(`div`,{className:`text-wrapper`,children:`All`})})]})},ne=({type:e,read:t})=>t?(0,n.jsxs)(`svg`,{width:`42`,height:`42`,viewBox:`0 0 42 42`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:[(0,n.jsx)(`rect`,{width:`42`,height:`42`,rx:`21`,fill:`var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-300, #E5E4DD)`}),(0,n.jsx)(`path`,{d:`M20.95 10.765C20.24 10.765 19.67 11.335 19.67 12.045V12.175C16.75 12.765 14.55 15.345 14.55 18.445V19.315C14.55 21.235 13.89 23.105 12.7 24.605L12.31 25.095C12.11 25.345 12 25.655 12 25.985C12 26.765 12.64 27.405 13.42 27.405H28.49C29.27 27.405 29.91 26.765 29.91 25.985C29.91 25.665 29.8 25.345 29.6 25.095L29.21 24.605C28.01 23.105 27.36 21.235 27.36 19.315V18.445C27.36 15.355 25.16 12.765 22.24 12.175V12.045C22.24 11.335 21.67 10.765 20.96 10.765H20.95ZM18.47 29.315C18.75 30.415 19.76 31.235 20.95 31.235C22.14 31.235 23.14 30.415 23.43 29.315H18.47Z`,fill:`var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-500, #959490)`})]}):e===`warning`?(0,n.jsxs)(`svg`,{width:`42`,height:`42`,viewBox:`0 0 42 42`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:[(0,n.jsx)(`circle`,{cx:`21`,cy:`21`,r:`21`,fill:`var(--Colors-Functional-Input-Icons-Icon_Warning-Light, #FFD3B1)`}),(0,n.jsx)(`path`,{d:`M21.23 31.46C26.88 31.46 31.46 26.88 31.46 21.23C31.46 15.58 26.88 11 21.23 11C15.58 11 11 15.58 11 21.23C11 26.88 15.58 31.46 21.23 31.46ZM21.23 16.42C21.76 16.42 22.19 16.85 22.19 17.38V21.86C22.19 22.39 21.76 22.82 21.23 22.82C20.7 22.82 20.27 22.39 20.27 21.86V17.38C20.27 16.85 20.7 16.42 21.23 16.42ZM20.16 25.06C20.14 24.66 20.33 24.29 20.67 24.08C21.01 23.88 21.44 23.88 21.78 24.08C22.12 24.29 22.32 24.66 22.29 25.06C22.31 25.46 22.12 25.83 21.78 26.04C21.44 26.24 21.01 26.24 20.67 26.04C20.33 25.83 20.13 25.46 20.16 25.06Z`,fill:`var(--Colors-Navigation-Icons-Alert-Warning-Orange500, #F27E25)`})]}):(0,n.jsxs)(`svg`,{width:`42`,height:`42`,viewBox:`0 0 42 42`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:[(0,n.jsx)(`circle`,{cx:`21`,cy:`21`,r:`21`,fill:`var(--Colors-Functional-Input-Icons-Icon_Error-Light, #FFD3D2)`}),(0,n.jsx)(`path`,{d:`M21.2453 10.2439C21.8353 10.2439 22.3753 10.5717 22.6553 11.1044L31.2853 27.4844C31.5553 27.9966 31.5453 28.6112 31.2553 29.1029C30.9653 29.5946 30.4453 29.9019 29.8753 29.9019H12.6053C12.0453 29.9019 11.5253 29.5946 11.2253 29.1029C10.9353 28.6112 10.9253 27.9966 11.1953 27.4844L19.8253 11.1044C20.1053 10.5717 20.6453 10.2439 21.2353 10.2439H21.2453ZM21.2453 17.1278C20.7153 17.1278 20.2853 17.5683 20.2853 18.1112V22.7005C20.2853 23.2434 20.7153 23.6839 21.2453 23.6839C21.7753 23.6839 22.2053 23.2434 22.2053 22.7005V18.1112C22.2053 17.5683 21.7753 17.1278 21.2453 17.1278ZM22.3053 25.9683C22.3253 25.5585 22.1353 25.1795 21.7953 24.9644C21.4553 24.7595 21.0253 24.7595 20.6853 24.9644C20.3453 25.1795 20.1453 25.5585 20.1753 25.9683C20.1553 26.378 20.3453 26.7571 20.6853 26.9722C21.0253 27.1771 21.4553 27.1771 21.7953 26.9722C22.1353 26.7571 22.3353 26.378 22.3053 25.9683Z`,fill:`var(--Colors-Navigation-Icons-Alert-High-Red500, #E73D36)`})]}),re=({isNew:e,read:t})=>!e&&!t?null:t?(0,n.jsx)(`svg`,{width:`13`,height:`13`,viewBox:`0 0 13 13`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:(0,n.jsx)(`circle`,{cx:`6.5`,cy:`6.5`,r:`6.5`,fill:`var(--Colors-Navigation-Icons-Alert-Count_Inactive-400, #8BA1B9)`})}):(0,n.jsx)(`svg`,{width:`13`,height:`13`,viewBox:`0 0 13 13`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:(0,n.jsx)(`circle`,{cx:`6.5`,cy:`6.5`,r:`6.5`,fill:`var(--Colors-Navigation-Icons-Alert-High-Red500, #E73D36)`})}),ie=({notification:e})=>{let{type:t,subject:r,heading:i,body:a,time:o,isNew:s,read:c,onLinkClick:l,id:u}=e,d=c?`notification-card--read`:`notification-card--${t}`,f=c?`notification-card__subject--read`:`notification-card__subject--${t}`;return(0,n.jsx)(`div`,{className:`notification-card ${d}`,children:(0,n.jsxs)(`div`,{className:`notification-card__content`,children:[(0,n.jsx)(`div`,{className:`notification-card__icon`,children:(0,n.jsx)(ne,{type:t,read:c})}),(0,n.jsxs)(`div`,{className:`notification-card__details`,children:[(0,n.jsx)(`span`,{className:`notification-card__subject ${f}`,children:r}),(0,n.jsx)(`span`,{className:`notification-card__heading`,children:i}),(0,n.jsxs)(`div`,{className:`notification-card__footer`,children:[(0,n.jsx)(`span`,{className:`notification-card__body`,children:a}),(0,n.jsx)(Q,{variant:c?`readonly`:t===`warning`?`warning`:`error`,label:`View Licenses & Billing`,onClick:()=>l?.(u)}),(0,n.jsx)(`span`,{className:`notification-card__time`,children:o})]})]}),(0,n.jsx)(`div`,{className:`notification-card__status`,children:(0,n.jsx)(re,{isNew:s,read:c})})]})})},ae=()=>(0,n.jsx)(`svg`,{width:`33`,height:`33`,viewBox:`0 0 33 33`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:(0,n.jsx)(`path`,{d:`M24.9841 24.9841C29.672 20.2961 29.672 12.7039 24.9841 8.01594C20.2961 3.32802 12.7039 3.32802 8.01594 8.01594C3.32802 12.7039 3.32802 20.2961 8.01594 24.9841C12.7039 29.672 20.2961 29.672 24.9841 24.9841ZM18.619 20.2062L16.5 18.0872L14.381 20.2062C13.9392 20.6479 13.2356 20.6479 12.7938 20.2062C12.3521 19.7644 12.3521 19.0608 12.7938 18.619L14.9128 16.5L12.7938 14.381C12.3521 13.9392 12.3521 13.2356 12.7938 12.7938C13.2356 12.3521 13.9392 12.3521 14.381 12.7938L16.5 14.9128L18.619 12.7938C19.0608 12.3521 19.7644 12.3521 20.2062 12.7938C20.6479 13.2356 20.6479 13.9392 20.2062 14.381L18.0872 16.5L20.2062 18.619C20.6479 19.0608 20.6479 19.7644 20.2062 20.2062C19.7644 20.6479 19.0608 20.6479 18.619 20.2062Z`,fill:`var(--Colors-Navigation-Icons-Gray-Bkg--400, #959490)`})}),oe=()=>(0,n.jsx)(`svg`,{width:`32`,height:`32`,viewBox:`0 0 32 32`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:(0,n.jsx)(`path`,{d:`M23.5073 6.72842C22.8643 6.33294 22.0306 6.53163 21.6351 7.1746L21.5627 7.29233C18.5897 6.20014 15.1603 7.31115 13.4335 10.1185L12.9489 10.9064C11.8795 12.6451 10.2401 13.9709 8.32695 14.6665L7.70083 14.893C7.38045 15.008 7.10816 15.2275 6.92435 15.5263C6.48987 16.2327 6.71296 17.1687 7.41933 17.6032L21.0667 25.9975C21.7731 26.432 22.7091 26.2089 23.1436 25.5025C23.3219 25.2127 23.4005 24.8616 23.3586 24.5238L23.2784 23.8629C23.0272 21.836 23.4802 19.7805 24.5496 18.0418L25.0342 17.2539C26.7554 14.4556 26.2058 10.8847 23.8901 8.72387L23.9625 8.60614C24.358 7.96317 24.1593 7.12948 23.5163 6.734L23.5073 6.72842ZM10.9287 22.1459C10.5695 23.298 11.0274 24.6032 12.1051 25.266C13.1828 25.9289 14.5451 25.7433 15.4205 24.9087L10.9287 22.1459Z`,fill:`var(--Colors-Navigation-Icons-Yellow600, #F3B51E)`})}),se=[{id:`1`,type:`warning`,subject:`Billing Assistant`,heading:`Trial will end in 5 days.`,body:`Upgrade to continue using all feature.`,time:`10 minutes ago`,isNew:!0},{id:`2`,type:`error`,subject:`Billing Assistant`,heading:`Trial will end in 5 days.`,body:`Upgrade to continue using all feature.`,time:`10 minutes ago`,isNew:!0},{id:`3`,type:`warning`,subject:`Billing Assistant`,heading:`Trial will end in 5 days.`,body:`Upgrade to continue using all feature.`,time:`10 minutes ago`,isNew:!1,read:!0}],ce=({className:e=``,notifications:r,tabs:i=`two-tabs`,theme:a=`teal`,defaultTab:o=`unread`,onTabChange:s,onLinkClick:c})=>{let[l,u]=t.default.useState(o),d=l,f=e=>{let t=e===`inbox`?`unread`:e;u(t),s?.(t)},p=r||se,m=d===`unread`?p.filter(e=>e.isNew):p;return(0,n.jsxs)(`div`,{className:`notification-dropdown-menu ${e}`,children:[(0,n.jsxs)(`div`,{className:`notification-dropdown-menu__header`,children:[(0,n.jsxs)(`div`,{className:`notification-dropdown-menu__title-section`,children:[(0,n.jsx)(`div`,{className:`notification-dropdown-menu__bell-icon`,children:(0,n.jsx)(oe,{})}),(0,n.jsx)(`span`,{className:`notification-dropdown-menu__title`,children:`Alerts`})]}),(0,n.jsx)(`div`,{className:`notification-dropdown-menu__close-icon`,children:(0,n.jsx)(ae,{})})]}),(0,n.jsxs)(`div`,{className:`notification-dropdown-menu__tab-band`,children:[(0,n.jsx)($,{tabs:i,theme:a,onTabChange:f,activeTab:d}),(0,n.jsx)(Q,{hasIcon:!1,variant:`teal`,label:`Mark all as read`})]}),(0,n.jsx)(`div`,{className:`notification-dropdown-menu__notifications`,children:m.map(e=>(0,n.jsx)(ie,{notification:{...e,onLinkClick:c}},e.id))})]})},le=()=>(0,n.jsx)(`svg`,{width:`9`,height:`5`,viewBox:`0 0 9 5`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:(0,n.jsx)(`path`,{d:`M0.646446 0.646446C0.841708 0.451184 1.15829 0.451184 1.35355 0.646446L4.5 3.79289L7.64644 0.646446C7.84171 0.451184 8.15829 0.451184 8.35355 0.646446C8.54882 0.841708 8.54882 1.15829 8.35355 1.35355L4.85355 4.85355C4.65829 5.04882 4.34171 5.04882 4.14644 4.85355L0.646446 1.35355C0.451184 1.15829 0.451184 0.841708 0.646446 0.646446Z`,fill:`currentColor`})}),ue=({className:e=``,label:r=`Input_Label`,placeholder:i=`Select`,options:a,value:o,onChange:s,state:c=`default`,size:l=`md`})=>{let[u,d]=(0,t.useState)(!1),[f,p]=(0,t.useState)(``),m=(0,t.useRef)(null),h=o!==void 0,g=h?o:f,_=a.find(e=>e.value===g),v=e=>{h||p(e),s?.(e),d(!1)},y=e=>{m.current&&!m.current.contains(e.target)&&d(!1)};return(0,t.useEffect)(()=>(u?document.addEventListener(`mousedown`,y):document.removeEventListener(`mousedown`,y),()=>{document.removeEventListener(`mousedown`,y)}),[u]),(0,n.jsxs)(`div`,{className:[`single-select-dropdown`,`single-select-dropdown--${l}`,(()=>{if(u)return`single-select-dropdown--focus`;switch(c){case`focus`:return`single-select-dropdown--focus`;case`hover`:return`single-select-dropdown--hover`;case`selected`:return`single-select-dropdown--selected`;case`disabled`:return`single-select-dropdown--disabled`;default:return``}})(),e].filter(Boolean).join(` `),ref:m,children:[(0,n.jsx)(`label`,{className:`single-select-dropdown__label`,children:r}),(0,n.jsxs)(`div`,{className:`single-select-dropdown__select-container`,onClick:()=>!c.includes(`disabled`)&&d(!u),children:[(0,n.jsxs)(`div`,{className:`single-select-dropdown__select`,children:[(0,n.jsx)(`span`,{className:`single-select-dropdown__value ${_?``:`single-select-dropdown__value--placeholder`}`,children:_?_.label:i}),(0,n.jsx)(`span`,{className:`single-select-dropdown__caret`,children:(0,n.jsx)(le,{})})]}),u&&(0,n.jsx)(`div`,{className:`single-select-dropdown__dropdown`,children:a.map(e=>(0,n.jsx)(`div`,{className:`single-select-dropdown__option ${e.value===g?`single-select-dropdown__option--selected`:``}`,onClick:t=>{t.stopPropagation(),v(e.value)},children:(0,n.jsx)(`span`,{children:e.label})},e.value))})]})]})},de=({isOpen:e})=>(0,n.jsx)(`svg`,{width:`24`,height:`24`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,style:{transform:e?`rotate(180deg)`:`none`,transition:`transform 0.2s`},children:(0,n.jsx)(`path`,{fillRule:`evenodd`,clipRule:`evenodd`,d:`M7.12636 9.63447C7.20737 9.54836 7.31719 9.5 7.43169 9.5C7.54618 9.5 7.656 9.54836 7.73701 9.63447L11.4032 13.5359C11.4166 13.5502 11.4325 13.5615 11.45 13.5692C11.4675 13.577 11.4863 13.5809 11.5052 13.5809C11.5241 13.5809 11.5429 13.577 11.5604 13.5692C11.5779 13.5615 11.5938 13.5502 11.6072 13.5359L15.2734 9.63447C15.3553 9.55325 15.4636 9.50903 15.5756 9.51114C15.6875 9.51324 15.7943 9.56149 15.8735 9.64573C15.9526 9.72997 15.998 9.84362 15.9999 9.96274C16.0019 10.0819 15.9604 10.1971 15.884 10.2843L12.2178 14.1857C12.1242 14.2854 12.0131 14.3644 11.8907 14.4183C11.7684 14.4722 11.6373 14.5 11.5049 14.5C11.3725 14.5 11.2414 14.4722 11.1191 14.4183C10.9968 14.3644 10.8856 14.2854 10.792 14.1857L7.12636 10.2843C7.04545 10.1981 7 10.0812 7 9.95938C7 9.83754 7.04545 9.72068 7.12636 9.63447Z`,fill:`currentColor`})}),fe=({className:e=``,label:r=`Input_Label`,placeholder:i=`Select`,options:a,value:o,onChange:s,state:c=`default`,size:l=`md`})=>{let[u,d]=(0,t.useState)(!1),[f,m]=(0,t.useState)([]),h=(0,t.useRef)(null),g=o!==void 0,_=g?o:f,v=e=>{let t=_.includes(e)?_.filter(t=>t!==e):[..._,e];g||m(t),s?.(t)},y=()=>{let e=a.map(e=>e.value),t=_.length===a.length?[]:e;g||m(t),s?.(t)},b=e=>{h.current&&!h.current.contains(e.target)&&d(!1)};(0,t.useEffect)(()=>(u?document.addEventListener(`mousedown`,b):document.removeEventListener(`mousedown`,b),()=>{document.removeEventListener(`mousedown`,b)}),[u]);let x=[`multi-select-dropdown`,`multi-select-dropdown--${l}`,(()=>{switch(c){case`disabled`:return`multi-select-dropdown--disabled`;case`readonly`:return`multi-select-dropdown--readonly`;default:return``}})(),e].filter(Boolean).join(` `),S=a.filter(e=>_.includes(e.value)),C=S.length>0?S.map(e=>e.label).join(`, `):i,w=_.length===a.length,T=_.length>0&&!w;return(0,n.jsxs)(`div`,{className:x,ref:h,children:[(0,n.jsx)(`label`,{className:`multi-select-dropdown__label`,children:r}),(0,n.jsxs)(`div`,{className:`multi-select-dropdown__select-container`,onClick:()=>c===`default`&&d(!u),children:[(0,n.jsxs)(`div`,{className:`multi-select-dropdown__select`,children:[(0,n.jsx)(`div`,{className:`multi-select-dropdown__checkbox-icon`,children:(0,n.jsx)(p,{checked:w,indeterminate:T,label:``,className:`multi-select-dropdown__base-checkbox`})}),(0,n.jsx)(`div`,{className:`multi-select-dropdown__value`,children:C}),(0,n.jsx)(`span`,{className:`multi-select-dropdown__caret`,children:(0,n.jsx)(de,{isOpen:u})})]}),u&&(0,n.jsxs)(`div`,{className:`multi-select-dropdown__dropdown`,children:[(0,n.jsxs)(`div`,{className:`multi-select-dropdown__option ${w?`multi-select-dropdown__option--selected`:``}`,onClick:e=>{e.stopPropagation(),y()},children:[(0,n.jsx)(`div`,{className:`multi-select-dropdown__option-checkbox`,children:(0,n.jsx)(p,{checked:w,indeterminate:T,label:``,className:`multi-select-dropdown__base-checkbox`})}),(0,n.jsx)(`span`,{className:`multi-select-dropdown__option-text`,children:`Select All`})]}),a.map(e=>(0,n.jsxs)(`div`,{className:`multi-select-dropdown__option ${_.includes(e.value)?`multi-select-dropdown__option--selected`:``}`,onClick:t=>{t.stopPropagation(),v(e.value)},children:[(0,n.jsx)(`div`,{className:`multi-select-dropdown__option-checkbox`,children:(0,n.jsx)(p,{checked:_.includes(e.value),label:``,className:`multi-select-dropdown__base-checkbox`})}),(0,n.jsx)(`span`,{className:`multi-select-dropdown__option-text`,children:e.label})]},e.value))]})]})]})},pe={fontFamily:`var(--FontFamily-Family, "DM Sans", sans-serif)`},me=t.default.forwardRef(({label:e,helperText:r,error:i=!1,errorMessage:a,showCount:o=!1,maxLength:s,required:c=!1,readOnly:l=!1,disabled:u=!1,className:d=``,value:f,defaultValue:p,onChange:m,id:h,...g},_)=>{let[v,y]=t.default.useState(p||``),b=f!==void 0,x=b?f:v,S=String(x||``).length,C=h||`textarea-${Math.random().toString(36).substring(2,9)}`;return(0,n.jsxs)(`div`,{className:[`textarea-container`,i?`textarea-container--error`:``,u?`textarea-container--disabled`:``,l?`textarea-container--readonly`:``,d].filter(Boolean).join(` `),style:pe,children:[(0,n.jsxs)(`div`,{className:`textarea__header`,children:[e&&(0,n.jsxs)(`label`,{htmlFor:C,className:`textarea__label`,children:[e,c&&(0,n.jsx)(`span`,{className:`textarea__required`,children:`*`})]}),o&&s&&(0,n.jsxs)(`span`,{className:`textarea__count`,children:[S,`/`,s]})]}),(0,n.jsxs)(`div`,{className:`textarea__wrapper`,children:[(0,n.jsx)(`textarea`,{ref:_,id:C,className:`textarea__input`,value:f,defaultValue:p,onChange:e=>{b||y(e.target.value),m&&m(e)},maxLength:s,disabled:u,readOnly:l,...g}),i&&(0,n.jsx)(`div`,{className:`textarea__error-icon`,children:(0,n.jsxs)(`svg`,{width:`12`,height:`12`,viewBox:`0 0 12 12`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:[(0,n.jsx)(`rect`,{width:`12`,height:`12`,fill:`currentColor`}),(0,n.jsx)(`path`,{d:`M6 3V7M6 9H6.01`,stroke:`white`,strokeWidth:`1.5`,strokeLinecap:`round`,strokeLinejoin:`round`})]})})]}),i&&a||r?(0,n.jsx)(`div`,{className:`textarea__footer`,children:i&&a?(0,n.jsx)(`span`,{className:`textarea__error-message`,children:a}):r&&(0,n.jsx)(`span`,{className:`textarea__helper-text`,children:r})}):null]})});me.displayName=`TextArea`,e.AddOnsCard=te,e.AdminTopNav=U,e.AudioPlayer=X,e.Button=d,e.Checkbox=p,e.DatePicker=g,e.InputField=v,e.InputFieldIcon=b,e.InputFieldPhone=S,e.LinkButton=Q,e.MultiSelectDropDown=fe,e.NavigationDropDown=H,e.NotificationDropDownMenu=ce,e.PillBadge=w,e.ProgressBar=E,e.RadioButton=O,e.SearchBox=V,e.SimpleTab=$,e.SimpleTable=z,e.SingleSelectDropDown=ue,e.StateBadge=j,e.Switch=P,e.SwitchWithLabel=L,e.Table=R,e.TextArea=me});
|
|
1
|
+
(function(e,t){typeof exports==`object`&&typeof module<`u`?t(exports,require(`react`),require(`react/jsx-runtime`)):typeof define==`function`&&define.amd?define([`exports`,`react`,`react/jsx-runtime`],t):(e=typeof globalThis<`u`?globalThis:e||self,t(e.DesignCheckUI={},e.React,e.jsxRuntime))})(this,function(e,t,n){Object.defineProperty(e,Symbol.toStringTag,{value:`Module`});var r=Object.create,i=Object.defineProperty,a=Object.getOwnPropertyDescriptor,o=Object.getOwnPropertyNames,s=Object.getPrototypeOf,c=Object.prototype.hasOwnProperty,l=(e,t,n,r)=>{if(t&&typeof t==`object`||typeof t==`function`)for(var s=o(t),l=0,u=s.length,d;l<u;l++)d=s[l],!c.call(e,d)&&d!==n&&i(e,d,{get:(e=>t[e]).bind(null,d),enumerable:!(r=a(t,d))||r.enumerable});return e};t=((e,t,n)=>(n=e==null?{}:r(s(e)),l(t||!e||!e.__esModule?i(n,`default`,{value:e,enumerable:!0}):n,e)))(t);var u={fontFamily:`var(--FontFamily-Family, "DM Sans", sans-serif)`},d=t.default.forwardRef(({className:e=``,variant:t=`primary`,size:r=`md`,isLoading:i=!1,leftIcon:a,rightIcon:o,children:s,disabled:c,style:l,...d},f)=>{let p=e=>typeof e==`string`&&!e.includes(`+`)?(0,n.jsx)(`i`,{className:`fa-solid fa-${e}`,"aria-hidden":`true`}):e;return(0,n.jsxs)(`button`,{ref:f,className:[`button`,`button--${t}`,`button--${r}`,i?`button--loading`:``,e].filter(Boolean).join(` `),disabled:c||i,style:{...u,...l},...d,children:[i&&(0,n.jsx)(`span`,{className:`button__spinner`,"aria-hidden":`true`}),a&&!i&&(0,n.jsx)(`span`,{className:`button__icon button__icon--left`,"aria-hidden":`true`,children:p(a)}),(0,n.jsx)(`span`,{className:`button__label`,children:s}),o&&!i&&(0,n.jsx)(`span`,{className:`button__icon button__icon--right`,"aria-hidden":`true`,children:p(o)})]})});d.displayName=`Button`;var f={fontFamily:`var(--FontFamily-Family, "DM Sans", sans-serif)`},p=t.default.forwardRef(({label:e=`Label`,subtext:r,variant:i=`square`,state:a=`default`,checked:o=!1,indeterminate:s=!1,className:c=``,onChange:l,disabled:u,readOnly:d,...p},m)=>{let h=t.default.useRef(null),g=m||h;t.default.useEffect(()=>{g.current&&(g.current.indeterminate=s)},[s,g]);let _=a===`disabled`||u,v=a===`readonly`||d,y=[`checkbox-container`,a===`focus`?`checkbox-container--focus`:``,a===`hover`?`checkbox-container--hover`:``,c].filter(Boolean).join(` `),b=[`checkbox-box`,`checkbox-box--${i}`,o?`checkbox-box--checked`:``,s?`checkbox-box--indeterminate`:``,_?`checkbox-box--disabled`:``,v?`checkbox-box--readonly`:``].filter(Boolean).join(` `),x=[`checkbox-label`,_?`checkbox-label--disabled`:``,v?`checkbox-label--readonly`:``].filter(Boolean).join(` `);return(0,n.jsxs)(`label`,{className:y,style:f,children:[(0,n.jsxs)(`div`,{className:`checkbox-row`,children:[(0,n.jsx)(`input`,{ref:g,type:`checkbox`,checked:o,onChange:e=>{_||v||l&&l(e)},disabled:_,readOnly:v,style:{display:`none`},...p}),(0,n.jsxs)(`div`,{className:b,children:[o&&!s&&(0,n.jsx)(`div`,{className:`checkbox-icon`,children:(0,n.jsx)(`svg`,{width:`12`,height:`9`,viewBox:`0 0 12 9`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:(0,n.jsx)(`path`,{d:`M1 4.5L4.5 8L11 1`,stroke:`currentColor`,strokeWidth:`1.5`,strokeLinecap:`round`,strokeLinejoin:`round`})})}),s&&(0,n.jsx)(`div`,{className:`checkbox-icon`,children:(0,n.jsx)(`svg`,{width:`12`,height:`2`,viewBox:`0 0 12 2`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:(0,n.jsx)(`path`,{d:`M1 1H11`,stroke:`currentColor`,strokeWidth:`1.5`,strokeLinecap:`round`,strokeLinejoin:`round`})})})]}),(0,n.jsx)(`span`,{className:x,children:e})]}),r&&(0,n.jsx)(`div`,{className:`checkbox-subtext`,children:r})]})});p.displayName=`Checkbox`;var m={fontFamily:`var(--FontFamily-Family, "DM Sans", sans-serif)`},h={Calendar:e=>(0,n.jsxs)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,...e,children:[(0,n.jsx)(`rect`,{x:`2`,y:`3`,width:`12`,height:`11`,rx:`2`,stroke:`currentColor`,strokeWidth:`1.5`}),(0,n.jsx)(`path`,{d:`M2 7H14`,stroke:`currentColor`,strokeWidth:`1.5`}),(0,n.jsx)(`path`,{d:`M5 2V4`,stroke:`currentColor`,strokeWidth:`1.5`,strokeLinecap:`round`}),(0,n.jsx)(`path`,{d:`M11 2V4`,stroke:`currentColor`,strokeWidth:`1.5`,strokeLinecap:`round`})]}),ChevronDown:e=>(0,n.jsx)(`svg`,{width:`10`,height:`6`,viewBox:`0 0 10 6`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,...e,children:(0,n.jsx)(`path`,{d:`M1 1L5 5L9 1`,stroke:`currentColor`,strokeWidth:`1.5`,strokeLinecap:`round`,strokeLinejoin:`round`})}),Star:e=>(0,n.jsx)(`svg`,{width:`8`,height:`8`,viewBox:`0 0 8 8`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,...e,children:(0,n.jsx)(`path`,{d:`M4 0L4.8541 3.1459H8L5.44272 5L6.29682 8.1459L4 6.25L1.70318 8.1459L2.55728 5L0 3.1459H3.1459L4 0Z`,fill:`var(--colors-primitive-color-tokens-red-500, #E73D36)`})})},g=t.default.forwardRef(({label:e=`Label`,required:r=!1,placeholder:i=`Select Date`,value:a=``,onChange:o,className:s=``,mode:c=`single`,state:l=`default`,...u},d)=>{let[f,p]=(0,t.useState)(!1),[g,_]=(0,t.useState)(typeof a==`string`?a:``),[v,y]=(0,t.useState)(typeof a==`string`?a:``),[b,x]=(0,t.useState)(Array.isArray(a)?a:[``,``]),[S,C]=(0,t.useState)(Array.isArray(a)?a:[``,``]);(0,t.useEffect)(()=>{if(typeof a==`string`){if(_(a),y(a),a){let e=new Date(a);isNaN(e.getTime())||(T(e.getMonth()),D(e.getFullYear()))}}else if(Array.isArray(a)&&(x(a),C(a),a[0])){let e=new Date(a[0]);isNaN(e.getTime())||(T(e.getMonth()),D(e.getFullYear()))}},[a]);let[w,T]=(0,t.useState)(new Date().getMonth()),[E,D]=(0,t.useState)(new Date().getFullYear()),[O,k]=(0,t.useState)(!1),[A,j]=(0,t.useState)(!1),[M,N]=(0,t.useState)(null),P=(0,t.useRef)(null);t.default.useImperativeHandle(d,()=>P.current);let F=c===`range`,I=l===`disabled`,L=l===`readonly`,R=[`Mon`,`Tue`,`Wed`,`Thu`,`Fri`,`Sat`,`Sun`],z=[`Jan`,`Feb`,`Mar`,`Apr`,`May`,`Jun`,`Jul`,`Aug`,`Sep`,`Oct`,`Nov`,`Dec`],B=[{label:`Today`,getValue:()=>{let e=new Date().toISOString().split(`T`)[0];return[e,e]}},{label:`Yesterday`,getValue:()=>{let e=new Date;e.setDate(e.getDate()-1);let t=e.toISOString().split(`T`)[0];return[t,t]}},{label:`Last 7 days`,getValue:()=>{let e=new Date,t=new Date;return t.setDate(e.getDate()-6),[t.toISOString().split(`T`)[0],e.toISOString().split(`T`)[0]]}},{label:`Last 14 days`,getValue:()=>{let e=new Date,t=new Date;return t.setDate(e.getDate()-13),[t.toISOString().split(`T`)[0],e.toISOString().split(`T`)[0]]}},{label:`Custom`,getValue:()=>[``,``]}];(0,t.useEffect)(()=>{let e=e=>{P.current&&!P.current.contains(e.target)&&p(!1)};return document.addEventListener(`mousedown`,e),()=>document.removeEventListener(`mousedown`,e)},[]);let V=()=>{I||L||(f||(y(g),C(b),k(!1),j(!1)),p(!f))},H=(e,t)=>{if(!t)if(F)if(!S[0]||S[0]&&S[1])C([e,``]),N(null);else{let t=new Date(S[0]);C(new Date(e)<t?[e,S[0]]:[S[0],e]),N(null)}else y(e)},U=e=>{let t=e.getValue();if(C(t),N(null),t[0]){let e=new Date(t[0]);T(e.getMonth()),D(e.getFullYear())}},W=e=>{e.stopPropagation(),F?(x(S),o&&o(S)):(_(v),o&&o(v)),p(!1)},G=e=>{e.stopPropagation(),F?C(b):y(g),p(!1)},K=(e,t,r=!1)=>{let i=new Date(t,e,1).getDay(),a=new Date(t,e+1,0).getDate(),o=new Date(t,e,0).getDate(),s=i===0?6:i-1,c=[];for(let n=s-1;n>=0;n--){let r=o-n,i=e===0?11:e-1,a=e===0?t-1:t;c.push({day:r,month:i,year:a,currentMonth:!1})}for(let n=1;n<=a;n++)c.push({day:n,month:e,year:t,currentMonth:!0});let l=42-c.length;for(let n=1;n<=l;n++){let r=e===11?0:e+1,i=e===11?t+1:t;c.push({day:n,month:r,year:i,currentMonth:!1})}let u=[],d=new Date().getFullYear();for(let e=d-10;e<=d+10;e++)u.push(e);return(0,n.jsxs)(`div`,{className:`datepicker__calendar`,children:[(0,n.jsx)(`div`,{className:`datepicker__header`,children:(0,n.jsxs)(`div`,{className:`datepicker__header-selectors`,children:[(0,n.jsxs)(`div`,{className:`datepicker__header-select`,onClick:e=>{e.stopPropagation(),r||(k(!O),j(!1))},style:{position:`relative`},children:[z[e],(0,n.jsx)(`span`,{className:`datepicker__header-icon`,children:(0,n.jsx)(h.ChevronDown,{})}),!r&&O&&(0,n.jsx)(`div`,{className:`datepicker__select-dropdown`,style:{position:`absolute`,top:`100%`,left:0,width:`100%`,maxHeight:`200px`,overflowY:`auto`,background:`var(--Colors-Functional-Bkg-Bkg_Default, white)`,border:`1px solid var(--Colors-Functional-Border-Border_Default, #C3C1B5)`,borderRadius:`8px`,zIndex:10,boxShadow:`0 4px 12px rgba(0,0,0,0.1)`},children:z.map((t,r)=>(0,n.jsx)(`div`,{className:`datepicker__select-option`,style:{padding:`8px 12px`,cursor:`pointer`,background:e===r?`var(--Colors-Functional-Bkg-Bkg_Default, #F6F6F3)`:`transparent`,fontSize:`14px`},onClick:e=>{e.stopPropagation(),T(r),k(!1)},children:t},t))})]}),(0,n.jsxs)(`div`,{className:`datepicker__header-select`,onClick:e=>{e.stopPropagation(),r||(j(!A),k(!1))},style:{position:`relative`},children:[t,(0,n.jsx)(`span`,{className:`datepicker__header-icon`,children:(0,n.jsx)(h.ChevronDown,{})}),!r&&A&&(0,n.jsx)(`div`,{className:`datepicker__select-dropdown`,style:{position:`absolute`,top:`100%`,left:0,width:`100%`,maxHeight:`200px`,overflowY:`auto`,background:`var(--Colors-Functional-Bkg-Bkg_Default, white)`,border:`1px solid var(--Colors-Functional-Border-Border_Default, #C3C1B5)`,borderRadius:`8px`,zIndex:10,boxShadow:`0 4px 12px rgba(0,0,0,0.1)`},children:u.map(e=>(0,n.jsx)(`div`,{className:`datepicker__select-option`,style:{padding:`8px 12px`,cursor:`pointer`,background:t===e?`var(--Colors-Functional-Bkg-Bkg_Default, #F6F6F3)`:`transparent`,fontSize:`14px`},onClick:t=>{t.stopPropagation(),D(e),j(!1)},children:e},e))})]})]})}),!F&&(0,n.jsx)(`div`,{className:`datepicker__divider`}),(0,n.jsx)(`div`,{className:`datepicker__weekdays`,children:R.map(e=>(0,n.jsx)(`div`,{className:`datepicker__weekday`,children:e},e))}),(0,n.jsx)(`div`,{className:`datepicker__days`,onMouseLeave:()=>N(null),children:c.map((e,t)=>{let r=`${e.year}-${(e.month+1).toString().padStart(2,`0`)}-${e.day.toString().padStart(2,`0`)}`,i=F?S[0]===r||S[1]===r:v===r,a=!1;if(F&&S[0]){let e=new Date(S[0]),t=S[1]?new Date(S[1]):M?new Date(M):null,n=new Date(r);t&&(a=n>(e<t?e:t)&&n<(e<t?t:e))}return(0,n.jsx)(`div`,{className:`datepicker__day ${e.currentMonth?``:`datepicker__day--disabled`} ${i?`datepicker__day--selected`:``} ${a?`datepicker__day--in-range`:``}`,onClick:t=>{t.stopPropagation(),H(r,!e.currentMonth)},onMouseEnter:()=>{F&&S[0]&&!S[1]&&N(r)},children:(0,n.jsx)(`div`,{className:`datepicker__day-text`,children:e.day})},t)})})]})},q=(0,t.useMemo)(()=>F?b[0]&&b[1]?`${b[0]} - ${b[1]}`:b[0]?`${b[0]} - ...`:``:g,[F,b,g]),J=[`datepicker`,F?`datepicker--range`:``,s].filter(Boolean).join(` `),Y=[`datepicker__input-wrapper`,f?`datepicker__input-wrapper--focus`:``,`datepicker__input-wrapper--${l}`,I?`datepicker__input-wrapper--disabled`:``,L?`datepicker__input-wrapper--readonly`:``].filter(Boolean).join(` `);return(0,n.jsxs)(`div`,{className:J,ref:P,style:m,...u,children:[e&&(0,n.jsxs)(`div`,{className:`datepicker__label-row`,children:[(0,n.jsx)(`span`,{className:`datepicker__label`,children:e}),r&&(0,n.jsx)(`span`,{className:`datepicker__required-star`,children:(0,n.jsx)(h.Star,{})})]}),(0,n.jsxs)(`div`,{className:Y,onClick:V,children:[q?(0,n.jsx)(`span`,{className:`datepicker__value`,children:q}):(0,n.jsx)(`span`,{className:`datepicker__placeholder`,children:i}),(0,n.jsx)(`span`,{className:`datepicker__icon-wrapper`,children:(0,n.jsx)(h.Calendar,{})})]}),f&&(0,n.jsx)(`div`,{className:`datepicker__dropdown ${F?`datepicker__dropdown--range`:``}`,onClick:e=>e.stopPropagation(),children:F?(0,n.jsxs)(`div`,{style:{display:`flex`,flex:1},children:[(0,n.jsx)(`div`,{className:`datepicker__presets`,children:B.map(e=>(0,n.jsx)(`div`,{className:`datepicker__preset ${JSON.stringify(S)===JSON.stringify(e.getValue())?`datepicker__preset--active`:``}`,onClick:()=>U(e),children:e.label},e.label))}),(0,n.jsx)(`div`,{className:`datepicker__vertical-divider`}),(0,n.jsxs)(`div`,{style:{display:`flex`,flexDirection:`column`,flex:1},children:[(0,n.jsxs)(`div`,{className:`datepicker__calendar-container`,children:[K(w,E,!1),(0,n.jsx)(`div`,{className:`datepicker__vertical-divider datepicker__vertical-divider--calendar`}),K(w===11?0:w+1,w===11?E+1:E,!0)]}),(0,n.jsxs)(`div`,{className:`datepicker__footer`,children:[(0,n.jsx)(`div`,{className:`datepicker__divider`}),(0,n.jsxs)(`div`,{className:`datepicker__actions`,children:[(0,n.jsx)(`button`,{className:`datepicker__button datepicker__button--cancel`,onClick:G,children:`CANCEL`}),(0,n.jsx)(`button`,{className:`datepicker__button datepicker__button--apply`,onClick:W,disabled:!S[0]||!S[1],children:`APPLY`})]})]})]})]}):(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(`div`,{className:`datepicker__dropdown-main`,children:(0,n.jsx)(`div`,{className:`datepicker__calendar-container`,children:K(w,E,!1)})}),(0,n.jsxs)(`div`,{className:`datepicker__footer`,children:[(0,n.jsx)(`hr`,{}),(0,n.jsxs)(`div`,{className:`datepicker__actions`,children:[(0,n.jsx)(`button`,{className:`datepicker__button datepicker__button--cancel`,onClick:G,children:`CANCEL`}),(0,n.jsx)(`button`,{className:`datepicker__button datepicker__button--apply`,onClick:W,disabled:!v,children:`APPLY`})]})]})]})})]})});g.displayName=`DatePicker`;var _={fontFamily:`var(--FontFamily-Family, "DM Sans", sans-serif)`},v=t.default.forwardRef(({label:e=`InputFieldLabel`,placeholder:t=`Enter your text here`,helperText:r=`Helper Text`,errorText:i,state:a=`default`,size:o=`md`,required:s=!1,maxLength:c,currentLength:l=0,leftIcon:u,rightIcon:d,showCharacterCount:f=!1,className:p=``,disabled:m,readOnly:h,value:g,onChange:v,...y},b)=>{let x=a===`disabled`||m,S=a===`readonly`||h,C=a===`error`||!!i,w=[`inputfield-container`,`inputfield-container--${a}`,`inputfield-container--${o}`,p].filter(Boolean).join(` `),T=[`inputfield-wrapper`,`inputfield-wrapper--${a}`,u?`inputfield-wrapper--with-left-icon`:``,d?`inputfield-wrapper--with-right-icon`:``].filter(Boolean).join(` `),E=f&&c!==void 0,D=E?`${l}/${c}`:``,O=C?i:r;return(0,n.jsxs)(`div`,{className:w,children:[e&&(0,n.jsxs)(`div`,{className:`inputfield-label-wrapper`,children:[(0,n.jsx)(`label`,{className:`inputfield-label`,style:_,children:e}),s&&(0,n.jsx)(`span`,{className:`inputfield-required`,style:_,children:`*`}),E&&(0,n.jsx)(`span`,{className:`inputfield-character-count`,style:_,children:D})]}),(0,n.jsxs)(`div`,{className:T,children:[u&&(0,n.jsx)(`div`,{className:`inputfield-left-icon`,children:u}),(0,n.jsx)(`input`,{ref:b,type:`text`,className:`inputfield-input`,placeholder:t,disabled:x,readOnly:S,value:g,onChange:v,style:_,...y}),d&&(0,n.jsx)(`div`,{className:`inputfield-right-icon`,children:d})]}),O&&(0,n.jsx)(`div`,{className:`inputfield-helper-text-wrapper`,children:(0,n.jsx)(`span`,{className:`inputfield-helper-text ${C?`inputfield-helper-text--error`:``}`,style:_,children:O})})]})});v.displayName=`InputField`;var y={fontFamily:`var(--FontFamily-Family, "DM Sans", sans-serif)`},b=t.default.forwardRef(({label:e=`Percentage Off`,placeholder:t=`Select Percentage`,helperText:r=`Helper Text`,errorText:i,state:a=`default`,size:o=`md`,required:s=!1,maxLength:c,currentLength:l=0,prefixIcon:u,showCharacterCount:d=!1,className:f=``,disabled:p,readOnly:m,value:h,onChange:g,..._},v)=>{let b=a===`disabled`||p,x=a===`readonly`||m,S=a===`error`||!!i,C=[`inputfield-icon-container`,`inputfield-icon-container--${a}`,`inputfield-icon-container--${o}`,f].filter(Boolean).join(` `),w=[`inputfield-icon-wrapper`,`inputfield-icon-wrapper--${a}`,u?`inputfield-icon-wrapper--with-prefix-icon`:``].filter(Boolean).join(` `),T=d&&c!==void 0,E=T?`${l}/${c}`:``,D=S?i:r;return(0,n.jsxs)(`div`,{className:C,children:[e&&(0,n.jsxs)(`div`,{className:`inputfield-icon-label-wrapper`,children:[(0,n.jsx)(`label`,{className:`inputfield-icon-label`,style:y,children:e}),s&&(0,n.jsx)(`span`,{className:`inputfield-icon-required`,style:y,children:`*`}),T&&(0,n.jsx)(`span`,{className:`inputfield-icon-character-count`,style:y,children:E})]}),(0,n.jsxs)(`div`,{className:w,children:[u&&(0,n.jsx)(`div`,{className:`inputfield-icon-prefix`,children:u}),(0,n.jsx)(`input`,{ref:v,type:`text`,className:`inputfield-icon-input`,placeholder:t,disabled:b,readOnly:x,value:h,onChange:g,style:y,..._})]}),D&&(0,n.jsx)(`div`,{className:`inputfield-icon-helper-text-wrapper`,children:(0,n.jsx)(`span`,{className:`inputfield-icon-helper-text ${S?`inputfield-icon-helper-text--error`:``}`,style:y,children:D})})]})});b.displayName=`InputFieldIcon`;var x={fontFamily:`var(--FontFamily-Family, "DM Sans", sans-serif)`},S=t.default.forwardRef(({label:e=`Percentage Off`,placeholder:t=`Select Percentage`,helperText:r=`Helper Text`,errorText:i,state:a=`default`,size:o=`md`,required:s=!1,maxLength:c,currentLength:l=0,prefixValue:u=`+126`,showCharacterCount:d=!1,className:f=``,disabled:p,readOnly:m,value:h,onChange:g,..._},v)=>{let y=a===`disabled`||p,b=a===`readonly`||m,S=a===`error`||!!i,C=[`inputfield-phone-container`,`inputfield-phone-container--${a}`,`inputfield-phone-container--${o}`,f].filter(Boolean).join(` `),w=[`inputfield-phone-wrapper`,`inputfield-phone-wrapper--${a}`,u?`inputfield-phone-wrapper--with-prefix`:``].filter(Boolean).join(` `),T=d&&c!==void 0,E=T?`${l}/${c}`:``,D=S?i:r;return(0,n.jsxs)(`div`,{className:C,children:[e&&(0,n.jsxs)(`div`,{className:`inputfield-phone-label-wrapper`,children:[(0,n.jsx)(`label`,{className:`inputfield-phone-label`,style:x,children:e}),s&&(0,n.jsx)(`span`,{className:`inputfield-phone-required`,style:x,children:`*`}),T&&(0,n.jsx)(`span`,{className:`inputfield-phone-character-count`,style:x,children:E})]}),(0,n.jsxs)(`div`,{className:w,children:[u&&(0,n.jsx)(`div`,{className:`inputfield-phone-prefix`,children:(0,n.jsx)(`span`,{className:`inputfield-phone-prefix-value`,style:x,children:u})}),(0,n.jsx)(`input`,{ref:v,type:`text`,className:`inputfield-phone-input`,placeholder:t,disabled:y,readOnly:b,value:h,onChange:g,style:x,..._})]}),D&&(0,n.jsx)(`div`,{className:`inputfield-phone-helper-text-wrapper`,children:(0,n.jsx)(`span`,{className:`inputfield-phone-helper-text ${S?`inputfield-phone-helper-text--error`:``}`,style:x,children:D})})]})});S.displayName=`InputFieldPhone`;var C={fontFamily:`var(--FontFamily-Family, "DM Sans", sans-serif)`},w=t.default.forwardRef(({className:e=``,variant:t=`blue`,size:r=`md`,stacked:i=!1,subtext:a,children:o,style:s,...c},l)=>{let u=[`pill-badge`,`pill-badge--${t}`,i?`pill-badge--stacked`:`pill-badge--${r===`lg`?`md`:r}`,e].filter(Boolean).join(` `),d=r===`lg`?`pill-badge__title--lg`:`pill-badge__title--md`;return(0,n.jsxs)(`div`,{ref:l,className:u,style:{...C,...s},...c,children:[(0,n.jsx)(`div`,{className:`pill-badge__title ${i?d:``}`,children:o}),i&&a&&(0,n.jsx)(`div`,{className:`pill-badge__subtext`,children:a})]})});w.displayName=`PillBadge`;var T={fontFamily:`var(--FontFamily-Family, "DM Sans", sans-serif)`},E=t.default.forwardRef(({label:e,percentage:t=0,usedText:r,remainingText:i,variant:a=`default`,size:o=`sm`,withCard:s=!1,width:c,className:l=``,style:u,...d},f)=>{let p=Math.max(0,Math.min(100,t)),m=[`progressbar`,s?`progressbar--card`:``,l].filter(Boolean).join(` `),h=[`progressbar__track`,`progressbar__track--${o}`].join(` `),g=[`progressbar__fill`,`progressbar__fill--${a}`].join(` `);return(0,n.jsxs)(`div`,{ref:f,className:m,style:{...T,width:c,...u},...d,children:[(e||t!==void 0)&&(0,n.jsxs)(`div`,{className:`progressbar__header`,children:[e&&(0,n.jsx)(`span`,{className:`progressbar__label`,children:e}),t!==void 0&&(0,n.jsxs)(`span`,{className:`progressbar__percentage`,children:[p,`%`]})]}),(0,n.jsx)(`div`,{className:h,children:(0,n.jsx)(`div`,{className:g,style:{width:`${p}%`}})}),(r||i)&&(0,n.jsxs)(`div`,{className:`progressbar__footer`,children:[r&&(0,n.jsx)(`span`,{className:`progressbar__used`,children:r}),i&&(0,n.jsx)(`span`,{className:`progressbar__remaining`,children:i})]})]})});E.displayName=`ProgressBar`;var D={fontFamily:`var(--FontFamily-Family, "DM Sans", sans-serif)`},O=t.default.forwardRef(({label:e,subtext:t,checked:r,disabled:i,readOnly:a=!1,className:o=``,id:s,...c},l)=>{let u=s||`radio-${Math.random().toString(36).substring(2,9)}`;return(0,n.jsxs)(`div`,{className:[`radio-button`,r?`radio-button--checked`:``,i?`radio-button--disabled`:``,a?`radio-button--readonly`:``,o].filter(Boolean).join(` `),style:D,children:[(0,n.jsxs)(`div`,{className:`radio-button__wrapper`,children:[(0,n.jsx)(`input`,{ref:l,type:`radio`,id:u,className:`radio-button__input`,checked:r,disabled:i||a,...c}),(0,n.jsx)(`label`,{htmlFor:u,className:`radio-button__visual`,children:(0,n.jsx)(`span`,{className:`radio-button__outer-circle`,children:r&&(0,n.jsx)(`span`,{className:`radio-button__inner-circle`})})})]}),(e||t)&&(0,n.jsxs)(`div`,{className:`radio-button__content`,children:[e&&(0,n.jsx)(`label`,{htmlFor:u,className:`radio-button__label`,children:e}),t&&(0,n.jsx)(`span`,{className:`radio-button__subtext`,children:t})]})]})});O.displayName=`RadioButton`;var k={fontFamily:`var(--FontFamily-Family, "DM Sans", sans-serif)`},A=e=>{switch(e){case`plus`:return(0,n.jsx)(`svg`,{width:`12`,height:`12`,viewBox:`0 0 14 14`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:(0,n.jsx)(`path`,{d:`M7 2.91666V11.0833M2.91666 7H11.0833`,stroke:`currentColor`,strokeWidth:`1.5`,strokeLinecap:`round`,strokeLinejoin:`round`})});case`check`:return(0,n.jsx)(`svg`,{width:`12`,height:`12`,viewBox:`0 0 14 14`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:(0,n.jsx)(`path`,{d:`M11.6667 3.5L5.25 9.91667L2.33333 7`,stroke:`currentColor`,strokeWidth:`1.5`,strokeLinecap:`round`,strokeLinejoin:`round`})});case`chevron-down`:return(0,n.jsx)(`svg`,{width:`12`,height:`12`,viewBox:`0 0 14 14`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:(0,n.jsx)(`path`,{d:`M3.5 5.25L7 8.75L10.5 5.25`,stroke:`currentColor`,strokeWidth:`1.5`,strokeLinecap:`round`,strokeLinejoin:`round`})});case`arrow-right`:return(0,n.jsx)(`svg`,{width:`12`,height:`12`,viewBox:`0 0 14 14`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:(0,n.jsx)(`path`,{d:`M2.91666 7H11.0833M11.0833 7L7.58333 3.5M11.0833 7L7.58333 10.5`,stroke:`currentColor`,strokeWidth:`1.5`,strokeLinecap:`round`,strokeLinejoin:`round`})});default:return null}},j=t.default.forwardRef(({className:e=``,variant:t=`active`,icon:r,children:i,style:a,...o},s)=>{let c=[`state-badge`,`state-badge--${t}`,e].filter(Boolean).join(` `),l=()=>{if(!r)return null;if(typeof r==`string`){let e=A(r);return e?(0,n.jsx)(`span`,{className:`state-badge__icon`,children:e}):null}return(0,n.jsx)(`span`,{className:`state-badge__icon`,children:r})};return(0,n.jsxs)(`div`,{ref:s,className:c,style:{...k,...a},...o,children:[l(),(0,n.jsx)(`div`,{className:`state-badge__label`,children:i})]})});j.displayName=`StateBadge`;var M={fontFamily:`var(--FontFamily-Family, "DM Sans", sans-serif)`},N=t.default.forwardRef(({id:e,checked:t,onChange:r,disabled:i,readOnly:a,...o},s)=>(0,n.jsxs)(`div`,{className:`switch`,children:[(0,n.jsx)(`input`,{ref:s,type:`checkbox`,id:e,className:`switch__input`,checked:t,onChange:r,disabled:i||a,...o}),(0,n.jsx)(`label`,{htmlFor:e,className:`switch__track`,children:(0,n.jsx)(`span`,{className:`switch__handle`})})]}));N.displayName=`Toggle`;var P=t.default.forwardRef(({size:e=`big`,colorVariant:r=`teal`,checked:i,defaultChecked:a,onChange:o,disabled:s,readOnly:c=!1,className:l=``,id:u,...d},f)=>{let p=i!==void 0,[m,h]=t.default.useState(a||!1),g=p?i:m,_=e=>{s||c||(p||h(e.target.checked),o&&o(e))},v=u||`switch-${Math.random().toString(36).substring(2,9)}`;return(0,n.jsx)(`div`,{className:[`switch-container`,`switch-container--${e}`,`switch-container--${r}`,g?`switch-container--checked`:``,s?`switch-container--disabled`:``,c?`switch-container--readonly`:``,l].filter(Boolean).join(` `),style:M,children:(0,n.jsx)(`div`,{className:`switch__content-wrapper`,children:(0,n.jsx)(N,{ref:f,id:v,checked:g,onChange:_,disabled:s,readOnly:c,...d})})})});P.displayName=`Switch`;var F={fontFamily:`var(--FontFamily-Family, "DM Sans", sans-serif)`},I=t.default.forwardRef(({id:e,checked:t,onChange:r,disabled:i,readOnly:a,...o},s)=>(0,n.jsxs)(`div`,{className:`switch`,children:[(0,n.jsx)(`input`,{ref:s,type:`checkbox`,id:e,className:`switch__input`,checked:t,onChange:r,disabled:i||a,...o}),(0,n.jsx)(`label`,{htmlFor:e,className:`switch__track`,children:(0,n.jsx)(`span`,{className:`switch__handle`})})]}));I.displayName=`Toggle`;var L=t.default.forwardRef(({size:e=`big`,colorVariant:r=`teal`,label:i,activeLabel:a,inactiveLabel:o,offerText:s,checked:c,defaultChecked:l,onChange:u,disabled:d,readOnly:f=!1,className:p=``,id:m,...h},g)=>{let _=c!==void 0,[v,y]=t.default.useState(l||!1),b=_?c:v,x=e=>{d||f||(_||y(e.target.checked),u&&u(e))},S=m||`switch-labeled-${Math.random().toString(36).substring(2,9)}`;return(0,n.jsx)(`div`,{className:[`switch-container`,`switch-container--${e}`,`switch-container--${r}`,b?`switch-container--checked`:``,d?`switch-container--disabled`:``,f?`switch-container--readonly`:``,p].filter(Boolean).join(` `),style:F,children:(0,n.jsxs)(`div`,{className:`switch__content-wrapper`,children:[i&&(0,n.jsx)(`label`,{htmlFor:S,className:`switch__main-label`,children:i}),o&&(0,n.jsx)(`span`,{className:`switch__value-label switch__value-label--inactive ${b?``:`switch__value-label--active-state`}`,children:o}),(0,n.jsx)(I,{ref:g,id:S,checked:b,onChange:x,disabled:d,readOnly:f,...h}),a&&(0,n.jsx)(`span`,{className:`switch__value-label switch__value-label--active ${b?`switch__value-label--active-state`:``}`,children:a}),s&&(0,n.jsx)(`div`,{className:`switch__offer-badge`,children:s})]})})});L.displayName=`SwitchWithLabel`;function R({title:e,subtitle:t,actionButton:r,columns:i,data:a,onRowSelect:o,selectedItems:s=[],className:c=``}){let l=e=>s.some(t=>t.id!==void 0&&t.id===e.id||t===e);return(0,n.jsxs)(`div`,{className:`table-container ${c}`,children:[(e||t||r)&&(0,n.jsxs)(`div`,{className:`table-header`,children:[(0,n.jsxs)(`div`,{className:`table-header__content`,children:[e&&(0,n.jsx)(`h2`,{className:`table-header__title`,children:e}),t&&(0,n.jsx)(`p`,{className:`table-header__subtitle`,children:t})]}),r&&(0,n.jsx)(`button`,{className:`table-header__button`,onClick:r.onClick,children:r.label})]}),(0,n.jsx)(`div`,{className:`table-wrapper`,children:(0,n.jsxs)(`table`,{className:`table`,children:[(0,n.jsx)(`thead`,{children:(0,n.jsxs)(`tr`,{children:[o&&(0,n.jsx)(`th`,{className:`table__cell table__cell--header table__cell--checkbox`,children:(0,n.jsx)(`div`,{className:`table__checkbox-wrapper`,children:(0,n.jsx)(`input`,{type:`checkbox`,className:`table__checkbox`,checked:a.length>0&&a.every(e=>l(e)),onChange:e=>{let t=e.target.checked;a.forEach(e=>o(e,t))}})})}),i.map((e,t)=>(0,n.jsx)(`th`,{className:`table__cell table__cell--header`,style:{width:e.width},children:e.header},t))]})}),(0,n.jsx)(`tbody`,{children:a.length>0?a.map((e,t)=>(0,n.jsxs)(`tr`,{className:`table__row ${l(e)?`table__row--selected`:``}`,children:[o&&(0,n.jsx)(`td`,{className:`table__cell table__cell--checkbox`,children:(0,n.jsx)(`div`,{className:`table__checkbox-wrapper`,children:(0,n.jsx)(`input`,{type:`checkbox`,className:`table__checkbox`,checked:l(e),onChange:t=>o(e,t.target.checked)})})}),i.map((t,r)=>(0,n.jsx)(`td`,{className:`table__cell`,children:typeof t.accessor==`function`?t.accessor(e):e[t.accessor]},r))]},e.id||t)):(0,n.jsx)(`tr`,{children:(0,n.jsx)(`td`,{colSpan:i.length+(o?1:0),className:`table__cell table__cell--empty`,children:`No Data`})})})]})})]})}function z({columns:e,data:t,onRowSelect:r,selectedItems:i=[],className:a=``,noDataMessage:o=`No Data`,isResponsive:s=!1,onColumnSort:c,variant:l=`striped`}){let u=e=>i.some(t=>t.id!==void 0&&t.id===e.id||t===e),d=e=>{r&&t.forEach(t=>r(t,e))},f=e=>{!e.isSortable||!c||c(typeof e.accessor==`string`?e.accessor:e.header,e.sortDirection===`asc`?`desc`:`asc`)};return(0,n.jsx)(`div`,{className:`simple-table-container ${a} ${s?`simple-table-container--responsive`:``} simple-table-container--${l}`,children:(0,n.jsx)(`div`,{className:`simple-table-wrapper`,children:(0,n.jsxs)(`table`,{className:`simple-table`,children:[(0,n.jsx)(`thead`,{children:(0,n.jsxs)(`tr`,{children:[r&&(0,n.jsx)(`th`,{className:`simple-table__cell simple-table__cell--header simple-table__cell--checkbox`,children:(0,n.jsx)(`div`,{className:`simple-table__checkbox-wrapper`,children:(0,n.jsx)(`input`,{type:`checkbox`,className:`simple-table__checkbox`,checked:t.length>0&&t.every(e=>u(e)),onChange:e=>d(e.target.checked)})})}),e.map((e,t)=>(0,n.jsx)(`th`,{className:`simple-table__cell simple-table__cell--header ${e.isSortable?`simple-table__cell--sortable`:``}`,style:{width:e.width},onClick:()=>f(e),children:(0,n.jsxs)(`div`,{className:`simple-table__header-content`,children:[e.header,e.isSortable&&(0,n.jsx)(`span`,{className:`simple-table__sort-icon ${e.sortDirection||``}`,children:e.sortDirection===`asc`?`↑`:e.sortDirection===`desc`?`↓`:`↕`})]})},t))]})}),(0,n.jsx)(`tbody`,{children:t.length>0?t.map((t,i)=>(0,n.jsxs)(`tr`,{className:`simple-table__row ${u(t)?`simple-table__row--selected`:``}`,children:[r&&(0,n.jsx)(`td`,{className:`simple-table__cell simple-table__cell--checkbox`,children:(0,n.jsx)(`div`,{className:`simple-table__checkbox-wrapper`,children:(0,n.jsx)(`input`,{type:`checkbox`,className:`simple-table__checkbox`,checked:u(t),onChange:e=>r(t,e.target.checked)})})}),e.map((e,r)=>(0,n.jsx)(`td`,{className:`simple-table__cell`,children:typeof e.accessor==`function`?e.accessor(t):t[e.accessor]},r))]},t.id||i)):(0,n.jsx)(`tr`,{children:(0,n.jsx)(`td`,{colSpan:e.length+(r?1:0),className:`simple-table__cell simple-table__cell--empty`,children:o})})})]})})})}var B={fontFamily:`var(--FontFamily-Family, "DM Sans", sans-serif)`},V=t.default.forwardRef(({collapsible:e=!1,className:r=``,disabled:i,placeholder:a=`Search by whatever thing...`,onSearch:o,...s},c)=>{let[l,u]=(0,t.useState)(!e),[d,f]=(0,t.useState)(``),p=(0,t.useRef)(null);return(0,t.useEffect)(()=>{u(!e)},[e]),(0,t.useEffect)(()=>{if(!e)return;let t=e=>{p.current&&!p.current.contains(e.target)&&d===``&&u(!1)};return document.addEventListener(`mousedown`,t),()=>document.removeEventListener(`mousedown`,t)},[e,d]),(0,n.jsx)(`div`,{className:[`search-box`,e?`search-box--collapsible`:``,l?`search-box--expanded`:`search-box--collapsed`,i?`search-box--disabled`:``,r].filter(Boolean).join(` `),style:B,ref:p,children:(0,n.jsxs)(`div`,{className:`search-box__wrapper`,onClick:()=>{e&&!i&&u(!l)},children:[(0,n.jsx)(`div`,{className:`search-box__icon-container`,children:(0,n.jsxs)(`svg`,{className:`search-box__icon`,width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:[(0,n.jsx)(`path`,{d:`M11.5 6.5C11.5 9.26142 9.26142 11.5 6.5 11.5C3.73858 11.5 1.5 9.26142 1.5 6.5C1.5 3.73858 3.73858 1.5 6.5 1.5C9.26142 1.5 11.5 3.73858 11.5 6.5Z`,stroke:`currentColor`,strokeWidth:`1.5`}),(0,n.jsx)(`path`,{d:`M10 10L14 14`,stroke:`currentColor`,strokeWidth:`1.5`,strokeLinecap:`round`})]})}),l&&(0,n.jsx)(`input`,{ref:c,type:`text`,className:`search-box__input`,placeholder:a,value:d,disabled:i,onChange:e=>{f(e.target.value),s.onChange&&s.onChange(e)},onKeyDown:e=>{e.key===`Enter`&&o&&o(d),s.onKeyDown&&s.onKeyDown(e)},autoFocus:e&&l,...s})]})})});V.displayName=`SearchBox`;var H=({label:e,icon:r,items:i,className:a=``,onSelect:o,variant:s=`default`,hasLabel:c=!0,hasDropdownIcon:l=!0,menuPlacement:u=`left`})=>{let[d,f]=(0,t.useState)(!1),p=(0,t.useRef)(null);(0,t.useEffect)(()=>{let e=e=>{p.current&&!p.current.contains(e.target)&&f(!1)};return document.addEventListener(`mousedown`,e),()=>document.removeEventListener(`mousedown`,e)},[]);let m=()=>{f(!d)},h=e=>{e.onClick&&e.onClick(),o&&o(e),f(!1)};return(0,n.jsxs)(`div`,{className:`nav-dropdown ${d?`nav-dropdown--open`:``} nav-dropdown--${s} ${a}`,ref:p,"data-has-label":c,"data-hasdropdwonboxicon":l?`Show`:`None`,children:[(0,n.jsxs)(`button`,{className:`nav-dropdown__trigger`,onClick:m,type:`button`,"aria-expanded":d,disabled:s===`disabled`,children:[c&&e&&(0,n.jsx)(`span`,{className:`nav-dropdown__label`,children:e}),(r||l)&&(0,n.jsxs)(`div`,{className:`nav-dropdown__icon-box`,children:[(0,n.jsx)(`div`,{className:`nav-dropdown__icon-inner`,children:r&&(0,n.jsx)(`span`,{className:`nav-dropdown__icon`,children:r})}),l&&(0,n.jsx)(`svg`,{className:`nav-dropdown__caret`,width:`9`,height:`5`,viewBox:`0 0 9 5`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:(0,n.jsx)(`path`,{d:`M4.5 5L0.602886 0.5L8.39711 0.5L4.5 5Z`,fill:`currentColor`})})]})]}),d&&(0,n.jsx)(`div`,{className:`nav-dropdown__menu ${u===`right`?`nav-dropdown__menu--right`:``}`,children:i.map((e,t)=>(0,n.jsxs)(`button`,{className:`nav-dropdown__item`,onClick:()=>h(e),type:`button`,children:[e.icon&&(0,n.jsx)(`span`,{className:`nav-dropdown__item-icon`,children:e.icon}),(0,n.jsx)(`span`,{className:`nav-dropdown__item-label`,children:e.label})]},e.id||t))})]})},U=({logo:e,leftSelects:t=[],actions:r=[],profileAction:i,className:a=``})=>(0,n.jsxs)(`nav`,{className:`admin-top-nav ${a}`,children:[(0,n.jsxs)(`div`,{className:`admin-top-nav__left`,children:[(0,n.jsx)(`div`,{className:`admin-top-nav__logo`,children:e||(0,n.jsxs)(`div`,{className:`admin-top-nav__logo-container`,children:[(0,n.jsx)(`div`,{className:`admin-top-nav__logo-square`}),(0,n.jsx)(`div`,{className:`admin-top-nav__logo-square`}),(0,n.jsx)(`div`,{className:`admin-top-nav__logo-square`}),(0,n.jsx)(`div`,{className:`admin-top-nav__logo-square`})]})}),(0,n.jsx)(`div`,{className:`admin-top-nav__selects`,children:t.map((e,t)=>(0,n.jsx)(H,{label:e.value||e.placeholder,items:e.options.map(t=>({label:t.label,onClick:()=>e.onSelect?.(t.value)})),hasLabel:!0,hasDropdownIcon:!0,className:`admin-top-nav__dropdown`},t))}),(0,n.jsx)(`div`,{className:`admin-top-nav__search-wrapper`,children:(0,n.jsx)(`div`,{className:`admin-top-nav__search-icon-placeholder`,children:(0,n.jsx)(`div`,{className:`admin-top-nav__search-icon`})})})]}),(0,n.jsxs)(`div`,{className:`admin-top-nav__right`,children:[(0,n.jsx)(`div`,{className:`admin-top-nav__actions-container`,children:r.map((e,t)=>(0,n.jsx)(`div`,{className:`admin-top-nav__icon-action`,onClick:e.onClick,children:(0,n.jsxs)(`div`,{className:`admin-top-nav__icon-box`,children:[e.icon,e.badge&&(0,n.jsx)(`span`,{className:`admin-top-nav__badge-count`,children:e.badge})]})},t))}),(0,n.jsxs)(`div`,{className:`admin-top-nav__profile-group`,children:[i&&(0,n.jsx)(H,{label:i.label,hasLabel:!!i.label,icon:i.icon||(0,n.jsx)(`div`,{className:`admin-top-nav__avatar admin-top-nav__avatar--purple`}),items:i.items||[],onSelect:i.onClick?()=>i.onClick?.():void 0,hasDropdownIcon:!0,menuPlacement:`right`,className:`admin-top-nav__profile-dropdown`}),!i&&(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(H,{hasLabel:!1,icon:(0,n.jsx)(`div`,{className:`admin-top-nav__avatar admin-top-nav__avatar--purple`}),items:[],hasDropdownIcon:!0,menuPlacement:`right`,className:`admin-top-nav__profile-dropdown`}),(0,n.jsx)(H,{hasLabel:!1,icon:(0,n.jsx)(`div`,{className:`admin-top-nav__avatar admin-top-nav__avatar--gray`}),items:[],hasDropdownIcon:!0,menuPlacement:`right`,className:`admin-top-nav__profile-dropdown`}),(0,n.jsx)(H,{hasLabel:!1,icon:(0,n.jsx)(`div`,{className:`admin-top-nav__avatar admin-top-nav__avatar--gray`}),items:[],hasDropdownIcon:!0,menuPlacement:`right`,className:`admin-top-nav__profile-dropdown`})]})]})]})]}),W=()=>(0,n.jsx)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:(0,n.jsx)(`path`,{d:`M2 7.99711C2 8.80016 2.15686 9.55712 2.47059 10.268C2.78431 10.9788 3.21764 11.6041 3.77058 12.144C4.32353 12.6838 4.96176 13.1075 5.68529 13.4149C6.40882 13.7222 7.18039 13.8759 7.99999 13.8759C8.81962 13.8759 9.59118 13.7222 10.3147 13.4149C11.0382 13.1075 11.6765 12.6838 12.2294 12.144C12.7823 11.6041 13.2157 10.9788 13.5294 10.268C13.8431 9.55712 14 8.80016 14 7.99711C14 7.2901 13.8765 6.61768 13.6294 5.97986C13.3823 5.34203 13.0382 4.76471 12.5971 4.24791C12.1559 3.73111 11.6402 3.29884 11.05 2.95111C10.4598 2.60337 9.82156 2.36226 9.13528 2.22778V1.40935C9.13528 1.20186 9.07451 1.07314 8.95295 1.02319C8.83136 0.973241 8.69017 1.00398 8.52938 1.11541L6.65294 2.40068C6.51568 2.4929 6.44705 2.60049 6.44705 2.72344C6.44705 2.8464 6.51568 2.95591 6.65294 3.05197L8.52353 4.34301C8.68432 4.45828 8.82648 4.48998 8.95 4.43811C9.07352 4.38623 9.13528 4.25655 9.13528 4.04907V3.23064C9.69214 3.35359 10.2049 3.56108 10.6735 3.85311C11.1421 4.14512 11.55 4.50246 11.8971 4.92513C12.2441 5.34779 12.5137 5.81944 12.7058 6.34008C12.898 6.86071 12.9941 7.41306 12.9941 7.99711C12.9941 8.6772 12.8657 9.31408 12.6088 9.90773C12.352 10.5014 11.9951 11.022 11.5382 11.4697C11.0814 11.9173 10.551 12.267 9.94707 12.5186C9.34316 12.7703 8.69413 12.8962 7.99999 12.8962C7.30588 12.8962 6.65588 12.7703 6.04999 12.5186C5.44411 12.267 4.91274 11.9173 4.45588 11.4697C3.99902 11.022 3.64215 10.5014 3.38529 9.90773C3.12843 9.31408 3 8.6772 3 7.99711C3 7.4515 3.08627 6.93182 3.25882 6.43806C3.43137 5.94432 3.67255 5.4938 3.98235 5.08651C4.29215 4.67921 4.6549 4.32956 5.07059 4.03754C5.19215 3.94916 5.2696 3.84158 5.30294 3.71478C5.33627 3.58798 5.31568 3.46502 5.24117 3.34591C5.16666 3.23064 5.05882 3.16051 4.91764 3.13554C4.77647 3.11056 4.64117 3.14611 4.51176 3.24217C4.00588 3.59951 3.56471 4.02505 3.18824 4.5188C2.81177 5.01254 2.51961 5.55432 2.31176 6.14412C2.10392 6.73394 2 7.3516 2 7.99711ZM6.28235 10.3602C6.39607 10.3602 6.48627 10.3246 6.55293 10.2535C6.6196 10.1825 6.65294 10.0855 6.65294 9.9625V6.32567C6.65294 6.17582 6.61764 6.06343 6.54705 5.98851C6.47647 5.91358 6.37451 5.87611 6.24117 5.87611C6.15882 5.87611 6.08235 5.89052 6.01176 5.91934C5.94117 5.94816 5.85294 5.99715 5.74705 6.06632L4.94117 6.60233C4.87451 6.64844 4.82451 6.69935 4.79117 6.75506C4.75784 6.81077 4.74117 6.87129 4.74117 6.9366C4.74117 7.03268 4.77451 7.11529 4.84118 7.18442C4.90784 7.25359 4.98823 7.28817 5.08235 7.28817C5.14117 7.28817 5.19019 7.2805 5.22941 7.26516C5.26862 7.24977 5.31372 7.22095 5.3647 7.17869L5.92941 6.77523H5.91764V9.9625C5.91764 10.0816 5.95098 10.1777 6.01764 10.2507C6.08431 10.3237 6.17255 10.3602 6.28235 10.3602ZM9.27057 10.4293C9.75683 10.4293 10.148 10.2881 10.4441 10.0057C10.7402 9.72328 10.8882 9.34961 10.8882 8.88469C10.8882 8.46204 10.7569 8.1143 10.4941 7.84148C10.2314 7.56869 9.89019 7.4323 9.47055 7.4323C9.28234 7.4323 9.09902 7.47455 8.92061 7.55907C8.74215 7.64362 8.61371 7.75891 8.53528 7.90492H8.56468L8.67057 6.60233H10.4294C10.5157 6.60233 10.5912 6.57159 10.6559 6.51011C10.7206 6.44863 10.7529 6.36794 10.7529 6.26804C10.7529 6.17198 10.7206 6.09417 10.6559 6.03462C10.5912 5.97506 10.5157 5.94528 10.4294 5.94528H8.55293C8.24312 5.94528 8.0745 6.10474 8.04707 6.42366L7.91764 8.08357C7.90587 8.22573 7.93529 8.33236 8.00587 8.40345C8.07647 8.47451 8.17648 8.51004 8.3059 8.51004C8.39999 8.51004 8.47645 8.49851 8.53528 8.47546C8.59411 8.45244 8.66471 8.41018 8.74707 8.34868C8.86079 8.24879 8.96667 8.17674 9.06469 8.13256C9.16275 8.08837 9.27059 8.06628 9.38821 8.06628C9.61566 8.06628 9.79998 8.14216 9.94117 8.29391C10.0824 8.44571 10.153 8.64647 10.153 8.8962C10.153 9.14983 10.0726 9.35925 9.91178 9.52446C9.75099 9.68967 9.54902 9.77228 9.30587 9.77228C9.12942 9.77228 8.9706 9.72713 8.82941 9.63683C8.68822 9.54653 8.58038 9.42647 8.50589 9.27664C8.46276 9.20361 8.41373 9.14694 8.35879 9.10661C8.3039 9.06624 8.2392 9.04605 8.16471 9.04605C8.06666 9.04605 7.98725 9.0768 7.92647 9.1383C7.86568 9.19976 7.83529 9.28046 7.83529 9.38039C7.83529 9.4188 7.83921 9.45722 7.84705 9.49566C7.85489 9.53406 7.86666 9.57248 7.88234 9.61092C7.96078 9.81839 8.12254 10.0067 8.36765 10.1757C8.61272 10.3448 8.9137 10.4293 9.27057 10.4293Z`,fill:`var(--Colors-Functional-Input-Icons-Icon_DarkGray, #4B4B4A)`})}),G=()=>(0,n.jsx)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:(0,n.jsx)(`path`,{d:`M2.74691 15.0001C2.91209 15.0001 3.06902 14.9712 3.2177 14.9134C3.36637 14.8556 3.52331 14.7771 3.6885 14.678L13.3192 9.11098C13.6661 8.90725 13.907 8.72692 14.0419 8.56998C14.1768 8.41305 14.2442 8.22446 14.2442 8.0042C14.2442 7.78394 14.1768 7.59534 14.0419 7.43841C13.907 7.28148 13.6661 7.1039 13.3192 6.90567L3.6885 1.33044C3.52331 1.23683 3.36637 1.16111 3.2177 1.1033C3.06902 1.04548 2.91209 1.01657 2.74691 1.01657C2.44405 1.01657 2.20314 1.12395 2.02419 1.3387C1.84523 1.55345 1.75575 1.83978 1.75575 2.1977V13.8107C1.75575 14.1686 1.84523 14.4563 2.02419 14.6738C2.20314 14.8913 2.44405 15.0001 2.74691 15.0001Z`,fill:`var(--Colors-Functional-Input-Icons-Icon_DarkGray, #4B4B4A)`})}),K=()=>(0,n.jsxs)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:[(0,n.jsx)(`rect`,{x:`3`,y:`2`,width:`3`,height:`12`,rx:`1`,fill:`var(--Colors-Functional-Input-Icons-Icon_DarkGray, #4B4B4A)`}),(0,n.jsx)(`rect`,{x:`10`,y:`2`,width:`3`,height:`12`,rx:`1`,fill:`var(--Colors-Functional-Input-Icons-Icon_DarkGray, #4B4B4A)`})]}),q=()=>(0,n.jsx)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:(0,n.jsx)(`path`,{d:`M2 7.99711C2 8.80042 2.15686 9.55759 2.47059 10.2686C2.78431 10.9796 3.21764 11.6052 3.77058 12.1452C4.32353 12.6852 4.96176 13.1089 5.68529 13.4164C6.40882 13.7239 7.18039 13.8776 7.99999 13.8776C8.81962 13.8776 9.59118 13.7239 10.3147 13.4164C11.0382 13.1089 11.6765 12.6852 12.2294 12.1452C12.7823 11.6052 13.2157 10.9796 13.5294 10.2686C13.8431 9.55759 14 8.80042 14 7.99711C14 7.35142 13.8961 6.73359 13.6882 6.14363C13.4804 5.55366 13.1882 5.01173 12.8117 4.51785C12.4353 4.02396 11.9941 3.5983 11.4883 3.24086C11.3588 3.14478 11.2235 3.10923 11.0823 3.13421C10.9412 3.15919 10.8333 3.22933 10.7588 3.34464C10.6843 3.46378 10.6637 3.58677 10.6971 3.71361C10.7304 3.84044 10.8078 3.94805 10.9294 4.03645C11.3451 4.32856 11.7078 4.67831 12.0177 5.08572C12.3274 5.49312 12.5686 5.94377 12.7411 6.43765C12.9137 6.93153 13 7.45134 13 7.99711C13 8.67743 12.8716 9.31448 12.6147 9.90826C12.3578 10.5021 12.001 11.0229 11.5441 11.4706C11.0872 11.9184 10.5559 12.2682 9.94997 12.5199C9.34412 12.7717 8.69413 12.8975 7.99999 12.8975C7.30588 12.8975 6.65686 12.7717 6.05294 12.5199C5.44902 12.2682 4.91862 11.9184 4.46176 11.4706C4.0049 11.0229 3.64804 10.5021 3.39117 9.90826C3.13431 9.31448 3.00588 8.67743 3.00588 7.99711C3.00588 7.41293 3.10196 6.86044 3.29412 6.33964C3.48627 5.81886 3.75588 5.34707 4.10294 4.92429C4.45 4.50151 4.85882 4.14407 5.32941 3.85197C5.79999 3.55987 6.31176 3.35232 6.8647 3.22933V4.05375C6.8647 4.25746 6.92646 4.38525 7.04999 4.43713C7.17352 4.48902 7.31568 4.45924 7.47647 4.34778L9.35291 3.05638C9.48627 2.96798 9.55392 2.86132 9.55585 2.73641C9.55781 2.6115 9.49017 2.50292 9.35291 2.41068L7.48234 1.11928C7.31764 1.00398 7.17352 0.972268 7.04999 1.02415C6.92646 1.07604 6.8647 1.20576 6.8647 1.4133V2.22619C6.17843 2.36071 5.54019 2.60189 4.95 2.94972C4.3598 3.29755 3.84411 3.72994 3.40294 4.24689C2.96176 4.76383 2.61765 5.34131 2.37059 5.97932C2.12353 6.61735 2 7.28994 2 7.99711ZM6.25294 10.3608C6.36666 10.3608 6.45686 10.3253 6.52353 10.2542C6.59019 10.1831 6.62352 10.086 6.62352 9.96304V6.32523C6.62352 6.17534 6.58823 6.06292 6.51764 5.98797C6.44705 5.91302 6.34509 5.87555 6.21176 5.87555C6.12941 5.87555 6.05294 5.88996 5.98235 5.91879C5.91176 5.94761 5.82353 5.99661 5.71765 6.06579L4.91176 6.60196C4.84509 6.64808 4.79509 6.699 4.76176 6.75474C4.72843 6.81047 4.71176 6.87101 4.71176 6.93636C4.71176 7.03243 4.74509 7.11506 4.81176 7.18425C4.87843 7.25344 4.95882 7.28803 5.05294 7.28803C5.11176 7.28803 5.16078 7.28034 5.2 7.26495C5.23921 7.24956 5.28431 7.22073 5.33529 7.17846L5.9 6.77492H5.88823V9.96304C5.88823 10.0822 5.92156 10.1783 5.98823 10.2513C6.0549 10.3243 6.14313 10.3608 6.25294 10.3608ZM9.24118 10.43C9.72744 10.43 10.1186 10.2888 10.4147 10.0063C10.7108 9.72381 10.8588 9.35002 10.8588 8.88494C10.8588 8.46217 10.7274 8.11435 10.4647 7.84149C10.2019 7.56859 9.86076 7.43214 9.44116 7.43214C9.25294 7.43214 9.06961 7.47443 8.89115 7.55901C8.71273 7.64354 8.58431 7.75884 8.50589 7.90489H8.53528L8.64117 6.60196H10.4C10.4863 6.60196 10.5618 6.57121 10.6265 6.50972C10.6912 6.44822 10.7235 6.36751 10.7235 6.26758C10.7235 6.17149 10.6912 6.09366 10.6265 6.03409C10.5618 5.97452 10.4863 5.94473 10.4 5.94473H8.52353C8.21372 5.94473 8.04509 6.10423 8.01764 6.42324L7.88823 8.08359C7.87646 8.22583 7.90587 8.33249 7.97647 8.40357C8.04707 8.47468 8.14706 8.51024 8.27645 8.51024C8.37058 8.51024 8.44706 8.49871 8.50589 8.47565C8.56472 8.45258 8.63529 8.4103 8.71761 8.34878C8.83134 8.24885 8.93723 8.17679 9.03529 8.13259C9.13332 8.0884 9.24116 8.0663 9.35882 8.0663C9.58626 8.0663 9.77058 8.14222 9.91178 8.29405C10.0529 8.44585 10.1235 8.64667 10.1235 8.89651C10.1235 9.15017 10.0431 9.35962 9.88232 9.52488C9.72153 9.69018 9.51958 9.77283 9.27647 9.77283C9.09999 9.77283 8.94117 9.72767 8.80001 9.63735C8.65882 9.54702 8.55098 9.4269 8.47649 9.27699C8.43332 9.20399 8.38429 9.14729 8.3294 9.10691C8.2745 9.06657 8.20979 9.0464 8.13526 9.0464C8.03724 9.0464 7.95784 9.07714 7.89705 9.13861C7.83627 9.20013 7.80587 9.28085 7.80587 9.38078C7.80587 9.41919 7.8098 9.45762 7.81764 9.49607C7.82548 9.53453 7.83725 9.57296 7.85294 9.61137C7.93137 9.81894 8.09314 10.0073 8.33825 10.1763C8.58333 10.3455 8.8843 10.43 9.24118 10.43Z`,fill:`var(--Colors-Functional-Input-Icons-Icon_DarkGray, #4B4B4A)`})}),J=()=>(0,n.jsxs)(`svg`,{width:`22`,height:`16`,viewBox:`0 0 22 16`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:[(0,n.jsx)(`g`,{clipPath:`url(#clip0_15777_1245)`,children:(0,n.jsx)(`path`,{d:`M8.75134 15.0118C9.02195 15.0118 9.2425 14.9252 9.41297 14.752C9.5835 14.5788 9.66876 14.3623 9.66876 14.1025V1.64926C9.66876 1.38407 9.58216 1.15811 9.40898 0.97139C9.23579 0.784674 9.01117 0.691317 8.73513 0.691317C8.5457 0.691317 8.37522 0.734614 8.22369 0.821207C8.07215 0.907801 7.89355 1.05122 7.6879 1.25147L4.22956 4.49873C4.17544 4.54744 4.10778 4.5718 4.02661 4.5718H1.6967C1.15007 4.5718 0.730636 4.72198 0.438381 5.02235C0.146127 5.32272 0 5.76516 0 6.34967V9.36966C0 9.95955 0.146127 10.4033 0.438381 10.701C0.730636 10.9986 1.15007 11.1475 1.6967 11.1475H4.02661C4.10778 11.1475 4.17544 11.1718 4.22956 11.2205L7.6879 14.5003C7.87191 14.6789 8.0478 14.8088 8.21557 14.89C8.38332 14.9712 8.56191 15.0118 8.75134 15.0118ZM12.5588 11.3018C12.6995 11.3938 12.8537 11.4249 13.0216 11.3951C13.1893 11.3654 13.3273 11.272 13.4355 11.1151C13.7494 10.7037 13.9943 10.2112 14.1702 9.6375C14.3461 9.06385 14.4341 8.46582 14.4341 7.84342C14.4341 7.22102 14.3461 6.62298 14.1702 6.0493C13.9943 5.47562 13.7494 4.98312 13.4355 4.5718C13.3273 4.41485 13.1893 4.32013 13.0216 4.28766C12.8537 4.25519 12.6995 4.28766 12.5588 4.38508C12.3964 4.49873 12.3031 4.64621 12.2787 4.82752C12.2544 5.00882 12.3071 5.18336 12.437 5.35114C12.6751 5.67587 12.8578 6.05472 12.985 6.48768C13.1122 6.92065 13.1758 7.37256 13.1758 7.84342C13.1758 8.31425 13.1108 8.7648 12.9809 9.19508C12.8511 9.62536 12.6697 10.0056 12.437 10.3357C12.3125 10.5089 12.2611 10.6848 12.2828 10.8633C12.3044 11.042 12.3964 11.1881 12.5588 11.3018ZM15.5787 13.4206C15.7303 13.518 15.89 13.5518 16.0577 13.5221C16.2255 13.4923 16.3635 13.399 16.4718 13.242C16.9913 12.5276 17.3959 11.6995 17.6854 10.7578C17.975 9.81615 18.1197 8.84467 18.1197 7.84342C18.1197 6.84217 17.9763 5.86799 17.6895 4.92088C17.4026 3.97376 16.9967 3.14841 16.4718 2.44483C16.3635 2.28789 16.2255 2.19318 16.0577 2.1607C15.89 2.12823 15.7303 2.16341 15.5787 2.26624C15.4326 2.36907 15.3474 2.50573 15.323 2.67621C15.2987 2.84669 15.346 3.01582 15.4651 3.18359C15.9089 3.8114 16.2526 4.5285 16.4961 5.3349C16.7397 6.14131 16.8614 6.97748 16.8614 7.84342C16.8614 8.70934 16.7383 9.54415 16.4921 10.3478C16.2458 11.1515 15.9034 11.87 15.4651 12.5032C15.3514 12.671 15.3054 12.8401 15.3271 13.0106C15.3487 13.1811 15.4326 13.3178 15.5787 13.4206ZM18.623 15.5719C18.7637 15.6747 18.9207 15.7072 19.0939 15.6693C19.2671 15.6314 19.4078 15.5313 19.5161 15.369C19.9923 14.6816 20.3996 13.9388 20.7378 13.1405C21.0761 12.3422 21.3358 11.4993 21.5172 10.6117C21.6985 9.7241 21.7891 8.80133 21.7891 7.84342C21.7891 6.88547 21.6971 5.96271 21.5131 5.07512C21.3291 4.18753 21.0666 3.3446 20.7256 2.54632C20.3847 1.74803 19.9815 1.00522 19.5161 0.317881C19.4078 0.150106 19.2671 0.0486294 19.0939 0.0134507C18.9207 -0.021728 18.7637 0.0120977 18.623 0.114928C18.4715 0.217757 18.3849 0.355766 18.3632 0.528953C18.3416 0.702141 18.3876 0.872622 18.5013 1.0404C18.918 1.66279 19.2793 2.33254 19.5851 3.04964C19.8908 3.76674 20.1276 4.52714 20.2954 5.33084C20.4632 6.13454 20.5471 6.97207 20.5471 7.84342C20.5471 8.70934 20.4632 9.54415 20.2954 10.3478C20.1276 11.1515 19.8908 11.9147 19.5851 12.6372C19.2793 13.3597 18.918 14.0294 18.5013 14.6464C18.3876 14.8088 18.3416 14.9779 18.3632 15.1538C18.3849 15.3297 18.4715 15.4691 18.623 15.5719Z`,fill:`var(--Colors-Functional-Input-Icons-Icon_DarkGray, #4B4B4A)`})}),(0,n.jsx)(`defs`,{children:(0,n.jsx)(`clipPath`,{id:`clip0_15777_1245`,children:(0,n.jsx)(`rect`,{width:`21.7891`,height:`15.6949`,fill:`white`})})})]}),Y=e=>`${Math.floor(e/60)}:${Math.floor(e%60).toString().padStart(2,`0`)}`,X=(0,t.forwardRef)(({variant:e=`long`,currentTime:r=0,duration:i=83,isPlaying:a=!1,isMuted:o=!1,disabled:s=!1,source:c,onPlayPause:l,onBackward:u,onForward:d,onVolumeChange:f,onTimeUpdate:p,onSeek:m},h)=>{let[g,_]=(0,t.useState)(a),[v,y]=(0,t.useState)(r),[b,x]=(0,t.useState)(i),[S,C]=(0,t.useState)(o),w=(0,t.useRef)(null);(0,t.useEffect)(()=>{_(a)},[a]),(0,t.useEffect)(()=>{y(r),w.current&&Math.abs(w.current.currentTime-r)>1&&(w.current.currentTime=r)},[r]),(0,t.useEffect)(()=>{x(i)},[i]),(0,t.useEffect)(()=>{C(o),w.current&&(w.current.muted=o)},[o]),(0,t.useEffect)(()=>{w.current&&(g?w.current.play().catch(e=>console.log(`Playback failed:`,e)):w.current.pause())},[g,c]),(0,t.useEffect)(()=>{let e;return!c&&g&&(e=setInterval(()=>{y(e=>{let t=e+1;return t>=b?(_(!1),p&&p(b),b):(p&&p(t),t)})},1e3)),()=>{e&&clearInterval(e)}},[g,b,p,c]);let T=()=>{w.current&&(y(w.current.currentTime),p&&p(w.current.currentTime))},E=()=>{w.current&&x(w.current.duration)},D=()=>{_(!1),p&&p(b)},O=b>0?v/b*100:0,k=()=>{s||(_(!g),l&&l())},A=()=>{if(s)return;let e=Math.max(0,v-10);y(e),w.current&&(w.current.currentTime=e),u&&u(),m&&m(e)},j=()=>{if(s)return;let e=Math.min(b,v+10);y(e),w.current&&(w.current.currentTime=e),d&&d(),m&&m(e)},M=e=>{if(!s&&b>0){let t=e.currentTarget.getBoundingClientRect(),n=e.clientX-t.left,r=Math.max(0,Math.min(1,n/t.width))*b;y(r),w.current&&(w.current.currentTime=r),m&&m(r)}},N=()=>{if(s)return;let e=!S;C(e),w.current&&(w.current.muted=e),f&&f(e?0:1)};return(0,n.jsxs)(`div`,{ref:h,className:`audioplayer-container`,children:[c&&(0,n.jsx)(`audio`,{ref:w,src:c,onTimeUpdate:T,onLoadedMetadata:E,onEnded:D,muted:S}),(0,n.jsxs)(`div`,{className:`audioplayer-wrapper audioplayer-wrapper--${e}`,children:[(0,n.jsxs)(`div`,{className:`audioplayer-controls`,children:[(0,n.jsx)(`button`,{type:`button`,className:`audioplayer-control-btn ${s?`audioplayer-icon-disabled`:``}`,onClick:A,disabled:s,"aria-label":`Backward`,children:(0,n.jsx)(W,{})}),(0,n.jsx)(`button`,{type:`button`,className:`audioplayer-control-btn ${s?`audioplayer-icon-disabled`:``}`,onClick:k,disabled:s,"aria-label":g?`Pause`:`Play`,children:g?(0,n.jsx)(K,{}):(0,n.jsx)(G,{})}),(0,n.jsx)(`button`,{type:`button`,className:`audioplayer-control-btn ${s?`audioplayer-icon-disabled`:``}`,onClick:j,disabled:s,"aria-label":`Forward`,children:(0,n.jsx)(q,{})})]}),(0,n.jsxs)(`div`,{className:`audioplayer-timeline`,children:[(0,n.jsx)(`span`,{className:`audioplayer-time`,children:Y(v)}),(0,n.jsx)(`div`,{className:`audioplayer-progress-track ${s?`audioplayer-icon-disabled`:``}`,onClick:M,role:`slider`,"aria-label":`Seek`,"aria-valuemin":0,"aria-valuemax":b,"aria-valuenow":v,style:{cursor:s?`not-allowed`:`pointer`},children:(0,n.jsx)(`div`,{className:`audioplayer-progress-fill`,style:{width:`${O}%`}})}),(0,n.jsx)(`span`,{className:`audioplayer-time`,children:Y(b)})]}),(0,n.jsx)(`div`,{className:`audioplayer-volume`,children:(0,n.jsx)(`button`,{type:`button`,className:`audioplayer-volume-btn ${s?`audioplayer-icon-disabled`:``}`,onClick:N,disabled:s,"aria-label":S?`Unmute`:`Mute`,style:{opacity:S?.5:1},children:(0,n.jsx)(J,{})})})]})]})});X.displayName=`AudioPlayer`;var Z=()=>(0,n.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`none`,children:(0,n.jsx)(`path`,{d:`M8.94126 1.5397C9.07618 1.21202 9.39743 1 9.7508 1H14.1262C14.6081 1 15 1.39192 15 1.8738V6.2492C15 6.60257 14.788 6.92382 14.4603 7.05874C14.1326 7.19367 13.76 7.11657 13.503 6.87242L11.9353 5.30473L7.73979 9.50023C7.39927 9.84075 6.84029 9.84075 6.49977 9.50023C6.15925 9.15971 6.15925 8.60073 6.49977 8.26021L10.6953 4.06471L9.12758 2.49702C8.87701 2.24644 8.79991 1.8738 8.94126 1.5397ZM1 5.8123C1 4.60441 1.97659 3.62139 3.19091 3.62139H5.38183C5.8637 3.62139 6.25562 4.01331 6.25562 4.49518C6.25562 4.97705 5.8637 5.36898 5.38183 5.36898H3.19091C2.95319 5.36898 2.75402 5.56815 2.75402 5.80587V12.8091C2.75402 13.0468 2.95319 13.246 3.19091 13.246H10.1941C10.4318 13.246 10.631 13.0468 10.631 12.8091V10.6182C10.631 10.1363 11.0229 9.74438 11.5048 9.74438C11.9867 9.74438 12.3786 10.1363 12.3786 10.6182V12.8091C12.3786 14.017 11.402 15 10.1877 15H3.19091C1.98302 15 1 14.0234 1 12.8091V5.8123Z`,fill:`currentColor`})}),ee={warning:Z,error:Z,disabled:Z,readonly:Z,teal:Z,brand:Z},Q=t.default.forwardRef(({variant:e=`warning`,filled:t=!1,label:r=`View Licenses & Billing`,className:i=``,disabled:a,style:o,leftIcon:s,rightIcon:c,hasIcon:l=!0,...u},d)=>{let f=ee[e];return(0,n.jsxs)(`button`,{ref:d,className:[`link-button`,`link-button--${e}`,t?`link-button--filled`:``,i].filter(Boolean).join(` `),disabled:a||e===`disabled`,style:o,...u,children:[s&&(0,n.jsx)(`span`,{className:`link-button__icon link-button__icon--left`,children:s}),(0,n.jsx)(`span`,{className:`link-button__label`,children:r}),c?(0,n.jsx)(`span`,{className:`link-button__icon link-button__icon--right`,children:c}):l&&f&&(0,n.jsx)(f,{})]})});Q.displayName=`LinkButton`;var te=({className:e=``,title:r=`Eligibility Verification`,variant:i=`more-than-1-option`,options:a,onAdd:o})=>(0,n.jsxs)(`div`,{className:`addon-card addon-card--${i} ${e}`,children:[(0,n.jsx)(`div`,{className:`addon-card__title`,children:r}),(0,n.jsx)(`div`,{className:`addon-card__options`,children:a.map((e,r)=>(0,n.jsxs)(t.default.Fragment,{children:[r>0&&i===`more-than-1-option`&&(0,n.jsx)(`div`,{className:`addon-card__divider`}),(0,n.jsxs)(`div`,{className:`addon-card__option-row`,children:[(0,n.jsxs)(`div`,{className:`addon-card__option-info`,children:[(0,n.jsx)(`span`,{className:`addon-card__verifications`,children:e.verifications}),(0,n.jsx)(`br`,{}),(0,n.jsx)(`span`,{className:`addon-card__price`,children:e.price}),e.provider&&(0,n.jsxs)(`span`,{className:`addon-card__provider`,children:[` `,e.provider]})]}),(0,n.jsx)(`button`,{className:`addon-card__add-btn`,onClick:()=>o?.(e.id),children:`ADD`})]})]},e.id))})]}),$=({tabs:e=`two-tabs`,theme:r=`neutral`,className:i=``,onTabChange:a,activeTab:o})=>{let[s,c]=(0,t.useState)(`unread`),l=o!==void 0,u=l?o:s,d=e=>{l||c(e),a?.(e)};return(0,n.jsxs)(`div`,{className:`simple-tab-set ${e} ${r} ${i}`,children:[(0,n.jsx)(`div`,{className:`slected-tab ${(e===`more-than-2-tabs`&&[`fusia`,`neutral`].includes(r)?u===`inbox`:u===`unread`)?`active`:``}`,onClick:()=>{d(e===`more-than-2-tabs`&&[`fusia`,`neutral`].includes(r)?`inbox`:`unread`)},children:(0,n.jsxs)(`div`,{className:`inbox`,children:[e===`more-than-2-tabs`&&[`fusia`,`neutral`].includes(r)&&(0,n.jsx)(n.Fragment,{children:`Inbox (12)`}),(e===`two-tabs`||r===`teal`)&&(0,n.jsx)(n.Fragment,{children:`Unread (2)`})]})}),(0,n.jsx)(`div`,{className:`non-slected-tab ${(e===`more-than-2-tabs`&&[`fusia`,`neutral`].includes(r)?u===`unread`:u===`all`)?`active`:``}`,onClick:()=>{d(e===`more-than-2-tabs`&&[`fusia`,`neutral`].includes(r)?`unread`:`all`)},children:(0,n.jsxs)(`div`,{className:`all`,children:[e===`two-tabs`&&(0,n.jsx)(n.Fragment,{children:`All`}),e===`more-than-2-tabs`&&(0,n.jsx)(n.Fragment,{children:`Unread (2)`})]})}),e===`more-than-2-tabs`&&(0,n.jsx)(`div`,{className:`non-slected-tab ${e===`more-than-2-tabs`&&[`fusia`,`neutral`].includes(r)&&u===`all`?`active`:``}`,onClick:()=>d(`all`),children:(0,n.jsx)(`div`,{className:`text-wrapper`,children:`All`})})]})},ne=({type:e,read:t})=>t?(0,n.jsxs)(`svg`,{width:`42`,height:`42`,viewBox:`0 0 42 42`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:[(0,n.jsx)(`rect`,{width:`42`,height:`42`,rx:`21`,fill:`var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-300, #E5E4DD)`}),(0,n.jsx)(`path`,{d:`M20.95 10.765C20.24 10.765 19.67 11.335 19.67 12.045V12.175C16.75 12.765 14.55 15.345 14.55 18.445V19.315C14.55 21.235 13.89 23.105 12.7 24.605L12.31 25.095C12.11 25.345 12 25.655 12 25.985C12 26.765 12.64 27.405 13.42 27.405H28.49C29.27 27.405 29.91 26.765 29.91 25.985C29.91 25.665 29.8 25.345 29.6 25.095L29.21 24.605C28.01 23.105 27.36 21.235 27.36 19.315V18.445C27.36 15.355 25.16 12.765 22.24 12.175V12.045C22.24 11.335 21.67 10.765 20.96 10.765H20.95ZM18.47 29.315C18.75 30.415 19.76 31.235 20.95 31.235C22.14 31.235 23.14 30.415 23.43 29.315H18.47Z`,fill:`var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-500, #959490)`})]}):e===`warning`?(0,n.jsxs)(`svg`,{width:`42`,height:`42`,viewBox:`0 0 42 42`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:[(0,n.jsx)(`circle`,{cx:`21`,cy:`21`,r:`21`,fill:`var(--Colors-Functional-Input-Icons-Icon_Warning-Light, #FFD3B1)`}),(0,n.jsx)(`path`,{d:`M21.23 31.46C26.88 31.46 31.46 26.88 31.46 21.23C31.46 15.58 26.88 11 21.23 11C15.58 11 11 15.58 11 21.23C11 26.88 15.58 31.46 21.23 31.46ZM21.23 16.42C21.76 16.42 22.19 16.85 22.19 17.38V21.86C22.19 22.39 21.76 22.82 21.23 22.82C20.7 22.82 20.27 22.39 20.27 21.86V17.38C20.27 16.85 20.7 16.42 21.23 16.42ZM20.16 25.06C20.14 24.66 20.33 24.29 20.67 24.08C21.01 23.88 21.44 23.88 21.78 24.08C22.12 24.29 22.32 24.66 22.29 25.06C22.31 25.46 22.12 25.83 21.78 26.04C21.44 26.24 21.01 26.24 20.67 26.04C20.33 25.83 20.13 25.46 20.16 25.06Z`,fill:`var(--Colors-Navigation-Icons-Alert-Warning-Orange500, #F27E25)`})]}):(0,n.jsxs)(`svg`,{width:`42`,height:`42`,viewBox:`0 0 42 42`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:[(0,n.jsx)(`circle`,{cx:`21`,cy:`21`,r:`21`,fill:`var(--Colors-Functional-Input-Icons-Icon_Error-Light, #FFD3D2)`}),(0,n.jsx)(`path`,{d:`M21.2453 10.2439C21.8353 10.2439 22.3753 10.5717 22.6553 11.1044L31.2853 27.4844C31.5553 27.9966 31.5453 28.6112 31.2553 29.1029C30.9653 29.5946 30.4453 29.9019 29.8753 29.9019H12.6053C12.0453 29.9019 11.5253 29.5946 11.2253 29.1029C10.9353 28.6112 10.9253 27.9966 11.1953 27.4844L19.8253 11.1044C20.1053 10.5717 20.6453 10.2439 21.2353 10.2439H21.2453ZM21.2453 17.1278C20.7153 17.1278 20.2853 17.5683 20.2853 18.1112V22.7005C20.2853 23.2434 20.7153 23.6839 21.2453 23.6839C21.7753 23.6839 22.2053 23.2434 22.2053 22.7005V18.1112C22.2053 17.5683 21.7753 17.1278 21.2453 17.1278ZM22.3053 25.9683C22.3253 25.5585 22.1353 25.1795 21.7953 24.9644C21.4553 24.7595 21.0253 24.7595 20.6853 24.9644C20.3453 25.1795 20.1453 25.5585 20.1753 25.9683C20.1553 26.378 20.3453 26.7571 20.6853 26.9722C21.0253 27.1771 21.4553 27.1771 21.7953 26.9722C22.1353 26.7571 22.3353 26.378 22.3053 25.9683Z`,fill:`var(--Colors-Navigation-Icons-Alert-High-Red500, #E73D36)`})]}),re=({isNew:e,read:t})=>!e&&!t?null:t?(0,n.jsx)(`svg`,{width:`13`,height:`13`,viewBox:`0 0 13 13`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:(0,n.jsx)(`circle`,{cx:`6.5`,cy:`6.5`,r:`6.5`,fill:`var(--Colors-Navigation-Icons-Alert-Count_Inactive-400, #8BA1B9)`})}):(0,n.jsx)(`svg`,{width:`13`,height:`13`,viewBox:`0 0 13 13`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:(0,n.jsx)(`circle`,{cx:`6.5`,cy:`6.5`,r:`6.5`,fill:`var(--Colors-Navigation-Icons-Alert-High-Red500, #E73D36)`})}),ie=({notification:e})=>{let{type:t,subject:r,heading:i,body:a,time:o,isNew:s,read:c,onLinkClick:l,id:u}=e,d=c?`notification-card--read`:`notification-card--${t}`,f=c?`notification-card__subject--read`:`notification-card__subject--${t}`;return(0,n.jsx)(`div`,{className:`notification-card ${d}`,children:(0,n.jsxs)(`div`,{className:`notification-card__content`,children:[(0,n.jsx)(`div`,{className:`notification-card__icon`,children:(0,n.jsx)(ne,{type:t,read:c})}),(0,n.jsxs)(`div`,{className:`notification-card__details`,children:[(0,n.jsx)(`span`,{className:`notification-card__subject ${f}`,children:r}),(0,n.jsx)(`span`,{className:`notification-card__heading`,children:i}),(0,n.jsxs)(`div`,{className:`notification-card__footer`,children:[(0,n.jsx)(`span`,{className:`notification-card__body`,children:a}),(0,n.jsx)(Q,{variant:c?`readonly`:t===`warning`?`warning`:`error`,label:`View Licenses & Billing`,onClick:()=>l?.(u)}),(0,n.jsx)(`span`,{className:`notification-card__time`,children:o})]})]}),(0,n.jsx)(`div`,{className:`notification-card__status`,children:(0,n.jsx)(re,{isNew:s,read:c})})]})})},ae=()=>(0,n.jsx)(`svg`,{width:`33`,height:`33`,viewBox:`0 0 33 33`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:(0,n.jsx)(`path`,{d:`M24.9841 24.9841C29.672 20.2961 29.672 12.7039 24.9841 8.01594C20.2961 3.32802 12.7039 3.32802 8.01594 8.01594C3.32802 12.7039 3.32802 20.2961 8.01594 24.9841C12.7039 29.672 20.2961 29.672 24.9841 24.9841ZM18.619 20.2062L16.5 18.0872L14.381 20.2062C13.9392 20.6479 13.2356 20.6479 12.7938 20.2062C12.3521 19.7644 12.3521 19.0608 12.7938 18.619L14.9128 16.5L12.7938 14.381C12.3521 13.9392 12.3521 13.2356 12.7938 12.7938C13.2356 12.3521 13.9392 12.3521 14.381 12.7938L16.5 14.9128L18.619 12.7938C19.0608 12.3521 19.7644 12.3521 20.2062 12.7938C20.6479 13.2356 20.6479 13.9392 20.2062 14.381L18.0872 16.5L20.2062 18.619C20.6479 19.0608 20.6479 19.7644 20.2062 20.2062C19.7644 20.6479 19.0608 20.6479 18.619 20.2062Z`,fill:`var(--Colors-Navigation-Icons-Gray-Bkg--400, #959490)`})}),oe=()=>(0,n.jsx)(`svg`,{width:`32`,height:`32`,viewBox:`0 0 32 32`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:(0,n.jsx)(`path`,{d:`M23.5073 6.72842C22.8643 6.33294 22.0306 6.53163 21.6351 7.1746L21.5627 7.29233C18.5897 6.20014 15.1603 7.31115 13.4335 10.1185L12.9489 10.9064C11.8795 12.6451 10.2401 13.9709 8.32695 14.6665L7.70083 14.893C7.38045 15.008 7.10816 15.2275 6.92435 15.5263C6.48987 16.2327 6.71296 17.1687 7.41933 17.6032L21.0667 25.9975C21.7731 26.432 22.7091 26.2089 23.1436 25.5025C23.3219 25.2127 23.4005 24.8616 23.3586 24.5238L23.2784 23.8629C23.0272 21.836 23.4802 19.7805 24.5496 18.0418L25.0342 17.2539C26.7554 14.4556 26.2058 10.8847 23.8901 8.72387L23.9625 8.60614C24.358 7.96317 24.1593 7.12948 23.5163 6.734L23.5073 6.72842ZM10.9287 22.1459C10.5695 23.298 11.0274 24.6032 12.1051 25.266C13.1828 25.9289 14.5451 25.7433 15.4205 24.9087L10.9287 22.1459Z`,fill:`var(--Colors-Navigation-Icons-Yellow600, #F3B51E)`})}),se=[{id:`1`,type:`warning`,subject:`Billing Assistant`,heading:`Trial will end in 5 days.`,body:`Upgrade to continue using all feature.`,time:`10 minutes ago`,isNew:!0},{id:`2`,type:`error`,subject:`Billing Assistant`,heading:`Trial will end in 5 days.`,body:`Upgrade to continue using all feature.`,time:`10 minutes ago`,isNew:!0},{id:`3`,type:`warning`,subject:`Billing Assistant`,heading:`Trial will end in 5 days.`,body:`Upgrade to continue using all feature.`,time:`10 minutes ago`,isNew:!1,read:!0}],ce=({className:e=``,notifications:r,tabs:i=`two-tabs`,theme:a=`teal`,defaultTab:o=`unread`,onTabChange:s,onLinkClick:c})=>{let[l,u]=t.default.useState(o),d=l,f=e=>{let t=e===`inbox`?`unread`:e;u(t),s?.(t)},p=r||se,m=d===`unread`?p.filter(e=>e.isNew):p;return(0,n.jsxs)(`div`,{className:`notification-dropdown-menu ${e}`,children:[(0,n.jsxs)(`div`,{className:`notification-dropdown-menu__header`,children:[(0,n.jsxs)(`div`,{className:`notification-dropdown-menu__title-section`,children:[(0,n.jsx)(`div`,{className:`notification-dropdown-menu__bell-icon`,children:(0,n.jsx)(oe,{})}),(0,n.jsx)(`span`,{className:`notification-dropdown-menu__title`,children:`Alerts`})]}),(0,n.jsx)(`div`,{className:`notification-dropdown-menu__close-icon`,children:(0,n.jsx)(ae,{})})]}),(0,n.jsxs)(`div`,{className:`notification-dropdown-menu__tab-band`,children:[(0,n.jsx)($,{tabs:i,theme:a,onTabChange:f,activeTab:d}),(0,n.jsx)(Q,{hasIcon:!1,variant:`teal`,label:`Mark all as read`})]}),(0,n.jsx)(`div`,{className:`notification-dropdown-menu__notifications`,children:m.map(e=>(0,n.jsx)(ie,{notification:{...e,onLinkClick:c}},e.id))})]})},le=()=>(0,n.jsx)(`svg`,{width:`9`,height:`5`,viewBox:`0 0 9 5`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:(0,n.jsx)(`path`,{d:`M0.646446 0.646446C0.841708 0.451184 1.15829 0.451184 1.35355 0.646446L4.5 3.79289L7.64644 0.646446C7.84171 0.451184 8.15829 0.451184 8.35355 0.646446C8.54882 0.841708 8.54882 1.15829 8.35355 1.35355L4.85355 4.85355C4.65829 5.04882 4.34171 5.04882 4.14644 4.85355L0.646446 1.35355C0.451184 1.15829 0.451184 0.841708 0.646446 0.646446Z`,fill:`currentColor`})}),ue=({className:e=``,label:r=`Input_Label`,placeholder:i=`Select`,options:a,value:o,onChange:s,state:c=`default`,size:l=`md`})=>{let[u,d]=(0,t.useState)(!1),[f,p]=(0,t.useState)(``),m=(0,t.useRef)(null),h=o!==void 0,g=h?o:f,_=a.find(e=>e.value===g),v=e=>{h||p(e),s?.(e),d(!1)},y=e=>{m.current&&!m.current.contains(e.target)&&d(!1)};return(0,t.useEffect)(()=>(u?document.addEventListener(`mousedown`,y):document.removeEventListener(`mousedown`,y),()=>{document.removeEventListener(`mousedown`,y)}),[u]),(0,n.jsxs)(`div`,{className:[`single-select-dropdown`,`single-select-dropdown--${l}`,(()=>{if(u)return`single-select-dropdown--focus`;switch(c){case`focus`:return`single-select-dropdown--focus`;case`hover`:return`single-select-dropdown--hover`;case`selected`:return`single-select-dropdown--selected`;case`disabled`:return`single-select-dropdown--disabled`;default:return``}})(),e].filter(Boolean).join(` `),ref:m,children:[(0,n.jsx)(`label`,{className:`single-select-dropdown__label`,children:r}),(0,n.jsxs)(`div`,{className:`single-select-dropdown__select-container`,onClick:()=>!c.includes(`disabled`)&&d(!u),children:[(0,n.jsxs)(`div`,{className:`single-select-dropdown__select`,children:[(0,n.jsx)(`span`,{className:`single-select-dropdown__value ${_?``:`single-select-dropdown__value--placeholder`}`,children:_?_.label:i}),(0,n.jsx)(`span`,{className:`single-select-dropdown__caret`,children:(0,n.jsx)(le,{})})]}),u&&(0,n.jsx)(`div`,{className:`single-select-dropdown__dropdown`,children:a.map(e=>(0,n.jsx)(`div`,{className:`single-select-dropdown__option ${e.value===g?`single-select-dropdown__option--selected`:``}`,onClick:t=>{t.stopPropagation(),v(e.value)},children:(0,n.jsx)(`span`,{children:e.label})},e.value))})]})]})},de=({isOpen:e})=>(0,n.jsx)(`svg`,{width:`24`,height:`24`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,style:{transform:e?`rotate(180deg)`:`none`,transition:`transform 0.2s`},children:(0,n.jsx)(`path`,{fillRule:`evenodd`,clipRule:`evenodd`,d:`M7.12636 9.63447C7.20737 9.54836 7.31719 9.5 7.43169 9.5C7.54618 9.5 7.656 9.54836 7.73701 9.63447L11.4032 13.5359C11.4166 13.5502 11.4325 13.5615 11.45 13.5692C11.4675 13.577 11.4863 13.5809 11.5052 13.5809C11.5241 13.5809 11.5429 13.577 11.5604 13.5692C11.5779 13.5615 11.5938 13.5502 11.6072 13.5359L15.2734 9.63447C15.3553 9.55325 15.4636 9.50903 15.5756 9.51114C15.6875 9.51324 15.7943 9.56149 15.8735 9.64573C15.9526 9.72997 15.998 9.84362 15.9999 9.96274C16.0019 10.0819 15.9604 10.1971 15.884 10.2843L12.2178 14.1857C12.1242 14.2854 12.0131 14.3644 11.8907 14.4183C11.7684 14.4722 11.6373 14.5 11.5049 14.5C11.3725 14.5 11.2414 14.4722 11.1191 14.4183C10.9968 14.3644 10.8856 14.2854 10.792 14.1857L7.12636 10.2843C7.04545 10.1981 7 10.0812 7 9.95938C7 9.83754 7.04545 9.72068 7.12636 9.63447Z`,fill:`currentColor`})}),fe=({className:e=``,label:r=`Input_Label`,placeholder:i=`Select`,options:a,value:o,onChange:s,state:c=`default`,size:l=`md`})=>{let[u,d]=(0,t.useState)(!1),[f,m]=(0,t.useState)([]),h=(0,t.useRef)(null),g=o!==void 0,_=g?o:f,v=e=>{let t=_.includes(e)?_.filter(t=>t!==e):[..._,e];g||m(t),s?.(t)},y=()=>{let e=a.map(e=>e.value),t=_.length===a.length?[]:e;g||m(t),s?.(t)},b=e=>{h.current&&!h.current.contains(e.target)&&d(!1)};(0,t.useEffect)(()=>(u?document.addEventListener(`mousedown`,b):document.removeEventListener(`mousedown`,b),()=>{document.removeEventListener(`mousedown`,b)}),[u]);let x=[`multi-select-dropdown`,`multi-select-dropdown--${l}`,(()=>{switch(c){case`disabled`:return`multi-select-dropdown--disabled`;case`readonly`:return`multi-select-dropdown--readonly`;default:return``}})(),e].filter(Boolean).join(` `),S=a.filter(e=>_.includes(e.value)),C=S.length>0?S.map(e=>e.label).join(`, `):i,w=_.length===a.length,T=_.length>0&&!w;return(0,n.jsxs)(`div`,{className:x,ref:h,children:[(0,n.jsx)(`label`,{className:`multi-select-dropdown__label`,children:r}),(0,n.jsxs)(`div`,{className:`multi-select-dropdown__select-container`,onClick:()=>c===`default`&&d(!u),children:[(0,n.jsxs)(`div`,{className:`multi-select-dropdown__select`,children:[(0,n.jsx)(`div`,{className:`multi-select-dropdown__checkbox-icon`,children:(0,n.jsx)(p,{checked:w,indeterminate:T,label:``,className:`multi-select-dropdown__base-checkbox`})}),(0,n.jsx)(`div`,{className:`multi-select-dropdown__value`,children:C}),(0,n.jsx)(`span`,{className:`multi-select-dropdown__caret`,children:(0,n.jsx)(de,{isOpen:u})})]}),u&&(0,n.jsxs)(`div`,{className:`multi-select-dropdown__dropdown`,children:[(0,n.jsxs)(`div`,{className:`multi-select-dropdown__option ${w?`multi-select-dropdown__option--selected`:``}`,onClick:e=>{e.stopPropagation(),y()},children:[(0,n.jsx)(`div`,{className:`multi-select-dropdown__option-checkbox`,children:(0,n.jsx)(p,{checked:w,indeterminate:T,label:``,className:`multi-select-dropdown__base-checkbox`})}),(0,n.jsx)(`span`,{className:`multi-select-dropdown__option-text`,children:`Select All`})]}),a.map(e=>(0,n.jsxs)(`div`,{className:`multi-select-dropdown__option ${_.includes(e.value)?`multi-select-dropdown__option--selected`:``}`,onClick:t=>{t.stopPropagation(),v(e.value)},children:[(0,n.jsx)(`div`,{className:`multi-select-dropdown__option-checkbox`,children:(0,n.jsx)(p,{checked:_.includes(e.value),label:``,className:`multi-select-dropdown__base-checkbox`})}),(0,n.jsx)(`span`,{className:`multi-select-dropdown__option-text`,children:e.label})]},e.value))]})]})]})},pe=({className:e=``,title:t,value:r,statusText:i,type:a=`info`,icon:o})=>(0,n.jsx)(`div`,{className:`dashboard-widget dashboard-widget--${a} ${e}`,children:(0,n.jsxs)(`div`,{className:`dashboard-widget__content`,children:[(0,n.jsxs)(`div`,{className:`dashboard-widget__details`,children:[(0,n.jsx)(`div`,{className:`dashboard-widget__title`,children:t}),(0,n.jsx)(`div`,{className:`dashboard-widget__value`,children:r}),(0,n.jsx)(`div`,{className:`dashboard-widget__status`,children:i})]}),(0,n.jsx)(`div`,{className:`dashboard-widget__icon-container`,children:(0,n.jsx)(`div`,{className:`dashboard-widget__icon-box`,children:o||(0,n.jsx)(`svg`,{className:`dashboard-widget__default-icon`,width:`19`,height:`19`,viewBox:`0 0 19 19`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:(0,n.jsx)(`path`,{d:`M1.18164 3.54366C1.18164 2.24322 2.24323 1.18164 3.54367 1.18164H15.3626C16.663 1.18164 17.7246 2.24322 17.7246 3.54366V15.3626C17.7246 16.663 16.663 17.7246 15.3626 17.7246H3.54367C2.24323 17.7246 1.18164 16.663 1.18164 15.3626V3.54366ZM3.54367 5.90567V15.3537H6.53379V5.90567H3.54367ZM15.3538 5.90567H8.85157V15.3537H15.3538V5.90567Z`,fill:`currentColor`})})})})]})}),me={fontFamily:`var(--FontFamily-Family, "DM Sans", sans-serif)`},he=t.default.forwardRef(({label:e,helperText:r,error:i=!1,errorMessage:a,showCount:o=!1,maxLength:s,required:c=!1,readOnly:l=!1,disabled:u=!1,className:d=``,value:f,defaultValue:p,onChange:m,id:h,...g},_)=>{let[v,y]=t.default.useState(p||``),b=f!==void 0,x=b?f:v,S=String(x||``).length,C=h||`textarea-${Math.random().toString(36).substring(2,9)}`;return(0,n.jsxs)(`div`,{className:[`textarea-container`,i?`textarea-container--error`:``,u?`textarea-container--disabled`:``,l?`textarea-container--readonly`:``,d].filter(Boolean).join(` `),style:me,children:[(0,n.jsxs)(`div`,{className:`textarea__header`,children:[e&&(0,n.jsxs)(`label`,{htmlFor:C,className:`textarea__label`,children:[e,c&&(0,n.jsx)(`span`,{className:`textarea__required`,children:`*`})]}),o&&s&&(0,n.jsxs)(`span`,{className:`textarea__count`,children:[S,`/`,s]})]}),(0,n.jsxs)(`div`,{className:`textarea__wrapper`,children:[(0,n.jsx)(`textarea`,{ref:_,id:C,className:`textarea__input`,value:f,defaultValue:p,onChange:e=>{b||y(e.target.value),m&&m(e)},maxLength:s,disabled:u,readOnly:l,...g}),i&&(0,n.jsx)(`div`,{className:`textarea__error-icon`,children:(0,n.jsxs)(`svg`,{width:`12`,height:`12`,viewBox:`0 0 12 12`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:[(0,n.jsx)(`rect`,{width:`12`,height:`12`,fill:`currentColor`}),(0,n.jsx)(`path`,{d:`M6 3V7M6 9H6.01`,stroke:`white`,strokeWidth:`1.5`,strokeLinecap:`round`,strokeLinejoin:`round`})]})})]}),i&&a||r?(0,n.jsx)(`div`,{className:`textarea__footer`,children:i&&a?(0,n.jsx)(`span`,{className:`textarea__error-message`,children:a}):r&&(0,n.jsx)(`span`,{className:`textarea__helper-text`,children:r})}):null]})});he.displayName=`TextArea`,e.AddOnsCard=te,e.AdminTopNav=U,e.AudioPlayer=X,e.Button=d,e.Checkbox=p,e.DashboardWidget=pe,e.DatePicker=g,e.InputField=v,e.InputFieldIcon=b,e.InputFieldPhone=S,e.LinkButton=Q,e.MultiSelectDropDown=fe,e.NavigationDropDown=H,e.NotificationDropDownMenu=ce,e.PillBadge=w,e.ProgressBar=E,e.RadioButton=O,e.SearchBox=V,e.SimpleTab=$,e.SimpleTable=z,e.SingleSelectDropDown=ue,e.StateBadge=j,e.Switch=P,e.SwitchWithLabel=L,e.Table=R,e.TextArea=he});
|
package/dist/index.mjs
CHANGED
|
@@ -2201,7 +2201,46 @@ var Q = ({ className: t = "", title: n = "Eligibility Verification", variant: r
|
|
|
2201
2201
|
})]
|
|
2202
2202
|
})]
|
|
2203
2203
|
});
|
|
2204
|
-
}, fe = {
|
|
2204
|
+
}, fe = ({ className: e = "", title: t, value: n, statusText: r, type: i = "info", icon: a }) => /* @__PURE__ */ s("div", {
|
|
2205
|
+
className: `dashboard-widget dashboard-widget--${i} ${e}`,
|
|
2206
|
+
children: /* @__PURE__ */ c("div", {
|
|
2207
|
+
className: "dashboard-widget__content",
|
|
2208
|
+
children: [/* @__PURE__ */ c("div", {
|
|
2209
|
+
className: "dashboard-widget__details",
|
|
2210
|
+
children: [
|
|
2211
|
+
/* @__PURE__ */ s("div", {
|
|
2212
|
+
className: "dashboard-widget__title",
|
|
2213
|
+
children: t
|
|
2214
|
+
}),
|
|
2215
|
+
/* @__PURE__ */ s("div", {
|
|
2216
|
+
className: "dashboard-widget__value",
|
|
2217
|
+
children: n
|
|
2218
|
+
}),
|
|
2219
|
+
/* @__PURE__ */ s("div", {
|
|
2220
|
+
className: "dashboard-widget__status",
|
|
2221
|
+
children: r
|
|
2222
|
+
})
|
|
2223
|
+
]
|
|
2224
|
+
}), /* @__PURE__ */ s("div", {
|
|
2225
|
+
className: "dashboard-widget__icon-container",
|
|
2226
|
+
children: /* @__PURE__ */ s("div", {
|
|
2227
|
+
className: "dashboard-widget__icon-box",
|
|
2228
|
+
children: a || /* @__PURE__ */ s("svg", {
|
|
2229
|
+
className: "dashboard-widget__default-icon",
|
|
2230
|
+
width: "19",
|
|
2231
|
+
height: "19",
|
|
2232
|
+
viewBox: "0 0 19 19",
|
|
2233
|
+
fill: "none",
|
|
2234
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2235
|
+
children: /* @__PURE__ */ s("path", {
|
|
2236
|
+
d: "M1.18164 3.54366C1.18164 2.24322 2.24323 1.18164 3.54367 1.18164H15.3626C16.663 1.18164 17.7246 2.24322 17.7246 3.54366V15.3626C17.7246 16.663 16.663 17.7246 15.3626 17.7246H3.54367C2.24323 17.7246 1.18164 16.663 1.18164 15.3626V3.54366ZM3.54367 5.90567V15.3537H6.53379V5.90567H3.54367ZM15.3538 5.90567H8.85157V15.3537H15.3538V5.90567Z",
|
|
2237
|
+
fill: "currentColor"
|
|
2238
|
+
})
|
|
2239
|
+
})
|
|
2240
|
+
})
|
|
2241
|
+
})]
|
|
2242
|
+
})
|
|
2243
|
+
}), pe = { fontFamily: "var(--FontFamily-Family, \"DM Sans\", sans-serif)" }, me = e.forwardRef(({ label: t, helperText: n, error: r = !1, errorMessage: i, showCount: a = !1, maxLength: o, required: l = !1, readOnly: u = !1, disabled: d = !1, className: f = "", value: p, defaultValue: m, onChange: h, id: g, ..._ }, v) => {
|
|
2205
2244
|
let [y, b] = e.useState(m || ""), x = p !== void 0, S = x ? p : y, C = String(S || "").length, w = g || `textarea-${Math.random().toString(36).substring(2, 9)}`;
|
|
2206
2245
|
return /* @__PURE__ */ c("div", {
|
|
2207
2246
|
className: [
|
|
@@ -2211,7 +2250,7 @@ var Q = ({ className: t = "", title: n = "Eligibility Verification", variant: r
|
|
|
2211
2250
|
u ? "textarea-container--readonly" : "",
|
|
2212
2251
|
f
|
|
2213
2252
|
].filter(Boolean).join(" "),
|
|
2214
|
-
style:
|
|
2253
|
+
style: pe,
|
|
2215
2254
|
children: [
|
|
2216
2255
|
/* @__PURE__ */ c("div", {
|
|
2217
2256
|
className: "textarea__header",
|
|
@@ -2281,6 +2320,6 @@ var Q = ({ className: t = "", title: n = "Eligibility Verification", variant: r
|
|
|
2281
2320
|
]
|
|
2282
2321
|
});
|
|
2283
2322
|
});
|
|
2284
|
-
|
|
2323
|
+
me.displayName = "TextArea";
|
|
2285
2324
|
//#endregion
|
|
2286
|
-
export { Q as AddOnsCard, H as AdminTopNav, J as AudioPlayer, u as Button, f as Checkbox, h as DatePicker, _ as InputField, y as InputFieldIcon, x as InputFieldPhone, Z as LinkButton, de as MultiSelectDropDown, V as NavigationDropDown, se as NotificationDropDownMenu, C as PillBadge, T as ProgressBar, D as RadioButton, B as SearchBox, $ as SimpleTab, R as SimpleTable, le as SingleSelectDropDown, A as StateBadge, N as Switch, I as SwitchWithLabel, L as Table,
|
|
2325
|
+
export { Q as AddOnsCard, H as AdminTopNav, J as AudioPlayer, u as Button, f as Checkbox, fe as DashboardWidget, h as DatePicker, _ as InputField, y as InputFieldIcon, x as InputFieldPhone, Z as LinkButton, de as MultiSelectDropDown, V as NavigationDropDown, se as NotificationDropDownMenu, C as PillBadge, T as ProgressBar, D as RadioButton, B as SearchBox, $ as SimpleTab, R as SimpleTable, le as SingleSelectDropDown, A as StateBadge, N as Switch, I as SwitchWithLabel, L as Table, me as TextArea };
|
package/dist/style.css
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-border-style:solid;--tw-font-weight:initial;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-duration:initial}}}:root{--FontFamily-Family:"DM Sans", sans-serif;--FontFamily-Family-2:"DM Sans", sans-serif;--FontFamily-Archivo:"Archivo", sans-serif;--FontSize-Size80:80px;--FontSize-Size72:72px;--FontSize-Size64:64px;--FontSize-Size58:58px;--FontSize-Size48:48px;--FontSize-Size40:40px;--FontSize-Size-30:30px;--FontSize-Size-28:28px;--FontSize-Size-26:26px;--FontSize-Size-24:24px;--FontSize-Size-22:22px;--FontSize-Size-20:20px;--FontSize-Size-18:18px;--FontSize-Size-16:16px;--FontSize-Size-14:14px;--FontSize-Size-12:12px;--FontSize-Size-10:10px;--button-size-14:14px;--FontType-Thin:100;--FontType-Regular:400;--FontType-Medium:500;--FontType-SemiBold:600;--FontType-Bold:700;--FontType-ExtraBold:800;--FontType-Black:900;--TypographyTypes-Display-Display1-Family:var(--FontFamily-Family-2);--TypographyTypes-Display-Display1-Size:var(--FontSize-Size80);--TypographyTypes-Display-Display1-Type:var(--FontType-Thin);--TypographyTypes-Display-Display2-Family:var(--FontFamily-Family-2);--TypographyTypes-Display-Display2-Size:var(--FontSize-Size72);--TypographyTypes-Display-Display2-Type:var(--FontType-Thin);--TypographyTypes-Display-Display3-Family:var(--FontFamily-Family-2);--TypographyTypes-Display-Display3-Size:var(--FontSize-Size64);--TypographyTypes-Display-Display3-Type:var(--FontType-Thin);--TypographyTypes-Display-Display4-Family:var(--FontFamily-Family-2);--TypographyTypes-Display-Display4-Size:var(--FontSize-Size58);--TypographyTypes-Display-Display4-Type:var(--FontType-Thin);--TypographyTypes-Display-Display5-Family:var(--FontFamily-Family-2);--TypographyTypes-Display-Display5-Size:var(--FontSize-Size48);--TypographyTypes-Display-Display5-Type:var(--FontType-Thin);--TypographyTypes-Display-Display6-Family:var(--FontFamily-Family-2);--TypographyTypes-Display-Display6-Size:var(--FontSize-Size40);--TypographyTypes-Display-Display6-Type:var(--FontType-Thin);--TypographyTypes-Heading-Heading1-Family:var(--FontFamily-Family);--TypographyTypes-Heading-Heading1-Size:var(--FontSize-Size-30);--TypographyTypes-Heading-Heading1-Font-Weight-Thin:var(--FontType-Thin);--TypographyTypes-Heading-Heading1-Font-Weight-Regular:var(--FontType-Regular);--TypographyTypes-Heading-Heading1-Font-Weight-Medium:var(--FontType-Medium);--TypographyTypes-Heading-Heading1-Font-Weight-Semibold:var(--FontType-SemiBold);--TypographyTypes-Heading-Heading1-Font-Weight-Extrabold:var(--FontType-ExtraBold);--TypographyTypes-Heading-Heading1-Font-Weight-Black:var(--FontType-Black);--TypographyTypes-Heading-Heading2-Family:var(--FontFamily-Family);--TypographyTypes-Heading-Heading2-Size:var(--FontSize-Size-28);--TypographyTypes-Heading-Heading2-Heading2:var(--FontType-SemiBold);--TypographyTypes-Heading-Heading3-Family:var(--FontFamily-Family);--TypographyTypes-Heading-Heading3-Size:var(--FontSize-Size-26);--TypographyTypes-Heading-Heading3-Heading3:var(--FontType-SemiBold);--TypographyTypes-Heading-Heading4-Family:var(--FontFamily-Family);--TypographyTypes-Heading-Heading4-Size:var(--FontSize-Size-24);--TypographyTypes-Heading-Heading4-Heading4:var(--FontType-SemiBold);--TypographyTypes-Heading-Heading5-Family:var(--FontFamily-Family);--TypographyTypes-Heading-Heading5-Size:var(--FontSize-Size-22);--TypographyTypes-Heading-Heading5-Heading5:var(--FontType-SemiBold);--TypographyTypes-Heading-Heading6-Family:var(--FontFamily-Family);--TypographyTypes-Heading-Heading6-Size:var(--FontSize-Size-20);--TypographyTypes-Heading-Heading6-Heading6:var(--FontType-SemiBold);--font-size:16px;--TypographyTypes-Fs-fs-xm-10-Family:var(--FontFamily-Family);--TypographyTypes-Body-Family:var(--FontFamily-Family);--TypographyTypes-Body-Size:var(--FontSize-Size-14);--TypographyTypes-Body-Type:var(--FontType-Regular);--TypographyTypes-Fs-fs-xm-10-Size:var(--FontSize-Size-10);--TypographyTypes-Fs-fs-xm-10-Extrabold:var(--FontType-ExtraBold);--TypographyTypes-Fs-fs-xm-10-Medium:var(--FontType-Medium);--TypographyTypes-Fs-fs-xm-10-Regular:var(--FontType-Medium);--TypographyTypes-Fs-fs-sm-12-Family:var(--FontFamily-Family);--TypographyTypes-Fs-fs-sm-12-Size:var(--FontSize-Size-12);--TypographyTypes-Fs-fs-sm-12-fs-sm:var(--FontType-Medium);--TypographyTypes-Fs-fs-sm-12-fs-sm-Regular:var(--FontType-Regular);--TypographyTypes-Heading-SubHeading1-Family:var(--FontFamily-Family);--TypographyTypes-Heading-SubHeading1-Size:var(--FontSize-Size-18);--TypographyTypes-Heading-SubHeading1-Sbh1SemiBold:var(--FontType-SemiBold);--TypographyTypes-Heading-SubHeading1-Sbh1ExtraBold:var(--FontType-ExtraBold);--TypographyTypes-Heading-SubHeading1-Sbh1Regular:var(--FontType-Regular);--TypographyTypes-Heading-SubHeading1-Sbh1Medium:var(--FontType-Medium);--TypographyTypes-Heading-SubHeading2-Family:var(--FontFamily-Family);--TypographyTypes-Heading-SubHeading3-Family:var(--FontFamily-Family);--TypographyTypes-Heading-SubHeading3-Size:var(--FontSize-Size-14);--TypographyTypes-Heading-SubHeading3-Sbh3ExtraBold:var(--FontType-ExtraBold);--TypographyTypes-Heading-SubHeading3-Sbh3Semibold:var(--FontType-SemiBold);--TypographyTypes-Heading-SubHeading3-Sbh3Medium:var(--FontType-Medium);--TypographyTypes-Heading-SubHeading3-Sbh3Regular:var(--FontType-Regular);--TypographyTypes-Heading-SubHeading3-Sbh3Black:var(--FontType-Black);--TypographyTypes-Heading-SubHeading2-Size:var(--FontSize-Size-16);--TypographyTypes-Heading-SubHeading2-Sbh2SemiBold:var(--FontType-SemiBold);--TypographyTypes-Heading-SubHeading2-Sbh2ExtraBold:var(--FontType-ExtraBold);--TypographyTypes-Heading-SubHeading2-Sbh2Medium:var(--FontType-Medium);--TypographyTypes-Heading-SubHeading2-Sbh2Regular:var(--FontType-Regular);--TypographyTypes-ButtonsTypography-Standard_Button-Family:var(--FontFamily-Family);--TypographyTypes-ButtonsTypography-Standard_Button-Size:var(--button-size-14);--TypographyTypes-ButtonsTypography-Standard_Button-Type:var(--FontType-ExtraBold);--txt_textbox:var(--txt-ButtonLabelPrimary);--text-h1:var(--FontSize-Size-30);--text-h2:var(--FontSize-Size-28);--text-h3:var(--FontSize-Size-26);--text-h4:var(--FontSize-Size-24);--text-base:var(--FontSize-Size-14);--text-label:var(--FontSize-Size-12);--text-button-primary:var(--FontSize-Size-16);--text-large-number:var(--FontSize-Size-30);--font-weight-thin:var(--FontType-Thin);--font-weight-normal:var(--FontType-Regular);--font-weight-medium:var(--FontType-Medium);--font-weight-semibold:var(--FontType-SemiBold);--font-weight-bold:var(--FontType-Bold);--font-weight-extrabold:var(--FontType-ExtraBold);--font-weight-black:var(--FontType-Black);--colors-primitive-color-tokens-blue-50:#edf8ff;--colors-primitive-color-tokens-blue-100:#d2edff;--colors-primitive-color-tokens-blue-200:#b4e1ff;--colors-primitive-color-tokens-blue-300:#94d4ff;--colors-primitive-color-tokens-blue-400:#64b9f2;--colors-primitive-color-tokens-blue-500:#35a0e7;--colors-primitive-color-tokens-blue-600:#1a77b4;--colors-primitive-color-tokens-blue-700:#195f8e;--colors-primitive-color-tokens-blue-800:#024572;--colors-primitive-color-tokens-fuscia-50:#feecf6;--colors-primitive-color-tokens-fuscia-100:#ffdaef;--colors-primitive-color-tokens-fuscia-200:#ffaeda;--colors-primitive-color-tokens-fuscia-300:#f387c2;--colors-primitive-color-tokens-fuscia-400:#e65ca7;--colors-primitive-color-tokens-fuscia-500:#d72d8a;--colors-primitive-color-tokens-fuscia-600:#ac246e;--colors-primitive-color-tokens-fuscia-700:#811b53;--colors-primitive-color-tokens-fuscia-800:#561237;--colors-primitive-color-tokens-lime-50:#f0fae2;--colors-primitive-color-tokens-lime-100:#eeffd6;--colors-primitive-color-tokens-lime-200:#daf3b9;--colors-primitive-color-tokens-lime-300:#c5ed91;--colors-primitive-color-tokens-lime-400:#abdd65;--colors-primitive-color-tokens-lime-500:#92d03d;--colors-primitive-color-tokens-lime-600:#5e981d;--colors-primitive-color-tokens-lime-700:#578421;--colors-primitive-color-tokens-lime-800:#325b04;--colors-primitive-color-tokens-neutrals-bkg-50:#f9f9f6;--colors-primitive-color-tokens-neutrals-bkg-100:#f6f6f1;--colors-primitive-color-tokens-neutrals-bkg-200:#efeeea;--colors-primitive-color-tokens-neutrals-bkg-300:#e5e4dd;--colors-primitive-color-tokens-neutrals-bkg-400:#c3c1b5;--colors-primitive-color-tokens-neutrals-bkg-500:#959490;--colors-primitive-color-tokens-neutrals-bkg-600:#71706c;--colors-primitive-color-tokens-neutrals-bkg-700:#4b4b4a;--colors-primitive-color-tokens-neutrals-bkg-800:#303030;--colors-primitive-color-tokens-neutrals-inactive-50:#f4f8fb;--colors-primitive-color-tokens-neutrals-inactive-100:#eef2f6;--colors-primitive-color-tokens-neutrals-inactive-200:#d2dce6;--colors-primitive-color-tokens-neutrals-inactive-300:#b4c6d6;--colors-primitive-color-tokens-neutrals-inactive-400:#8ba1b9;--colors-primitive-color-tokens-neutrals-inactive-500:#6a809a;--colors-primitive-color-tokens-neutrals-inactive-600:#4b5867;--colors-primitive-color-tokens-neutrals-inactive-700:#2c3a4a;--colors-primitive-color-tokens-neutrals-inactive-800:#101725;--colors-primitive-color-tokens-neutrals-static-black:#000;--colors-primitive-color-tokens-neutrals-static-white:#fff;--colors-primitive-color-tokens-orange-50:#fff3e6;--colors-primitive-color-tokens-orange-100:#ffe9d3;--colors-primitive-color-tokens-orange-200:#ffd3b1;--colors-primitive-color-tokens-orange-300:#ffbe8d;--colors-primitive-color-tokens-orange-400:#ffa663;--colors-primitive-color-tokens-orange-500:#f27e25;--colors-primitive-color-tokens-orange-600:#b4530e;--colors-primitive-color-tokens-orange-700:#944b1d;--colors-primitive-color-tokens-orange-800:#6e3000;--colors-primitive-color-tokens-red-50:#ffeae9;--colors-primitive-color-tokens-red-100:#ffd3d2;--colors-primitive-color-tokens-red-200:#ffb0ae;--colors-primitive-color-tokens-red-300:#ff8884;--colors-primitive-color-tokens-red-400:#f1605b;--colors-primitive-color-tokens-red-500:#e73d36;--colors-primitive-color-tokens-red-600:#c9221c;--colors-primitive-color-tokens-red-700:#9a1712;--colors-primitive-color-tokens-red-800:#860501;--colors-primitive-color-tokens-teal-50:#edf8ff;--colors-primitive-color-tokens-teal-100:#d6fffb;--colors-primitive-color-tokens-teal-200:#b1f4ed;--colors-primitive-color-tokens-teal-300:#70e5dd;--colors-primitive-color-tokens-teal-400:#4ecfca;--colors-primitive-color-tokens-teal-500:#27bcb7;--colors-primitive-color-tokens-teal-600:#21a49f;--colors-primitive-color-tokens-teal-700:#118082;--colors-primitive-color-tokens-teal-800:#00575c;--colors-primitive-color-tokens-yellow-50:#fffaea;--colors-primitive-color-tokens-yellow-100:#fff4cd;--colors-primitive-color-tokens-yellow-200:#ffeaac;--colors-primitive-color-tokens-yellow-300:#ffda7f;--colors-primitive-color-tokens-yellow-400:#f7c544;--colors-primitive-color-tokens-yellow-500:#f3b51e;--colors-primitive-color-tokens-yellow-600:#d49a05;--colors-primitive-color-tokens-yellow-700:#976e00;--colors-primitive-color-tokens-yellow-800:#7c5300;--colors-buttons-primary-btn-primary-btn-bkg-default:var(--colors-primitive-color-tokens-teal-700);--colors-buttons-primary-btn-primary-btn-bkg-disabled:var(--colors-primitive-color-tokens-neutrals-inactive-400);--colors-buttons-primary-btn-primary-btn-bkg-hover:var(--colors-primitive-color-tokens-teal-800);--colors-buttons-primary-btn-primary-btn-icon-default:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-buttons-primary-btn-primary-btn-icon-disabled:var(--colors-primitive-color-tokens-neutrals-inactive-100);--colors-buttons-primary-btn-primary-btn-icon-hover:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-buttons-primary-btn-primary-btn-label-default:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-buttons-primary-btn-primary-btn-label-disabled:var(--colors-primitive-color-tokens-neutrals-inactive-100);--colors-buttons-primary-btn-primary-btn-label-hover:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-buttons-secondary-btn-secondary-btn-bkg-default:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-buttons-secondary-btn-secondary-btn-bkg-disabled:var(--colors-primitive-color-tokens-neutrals-inactive-400);--colors-buttons-secondary-btn-secondary-btn-bkg-hover:var(--colors-primitive-color-tokens-neutrals-bkg-600);--colors-buttons-secondary-btn-secondary-btn-border-default:var(--colors-primitive-color-tokens-teal-700);--colors-buttons-secondary-btn-secondary-btn-border-disabled:var(--colors-primitive-color-tokens-neutrals-inactive-400);--colors-buttons-secondary-btn-secondary-btn-border-hover:var(--colors-primitive-color-tokens-neutrals-bkg-600);--colors-buttons-secondary-btn-secondary-btn-icon-default:var(--colors-primitive-color-tokens-neutrals-bkg-600);--colors-buttons-secondary-btn-secondary-btn-icon-disabled:var(--colors-primitive-color-tokens-teal-50);--colors-buttons-secondary-btn-secondary-btn-icon-hover:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-buttons-secondary-btn-secondary-btn-label-default:var(--colors-primitive-color-tokens-neutrals-bkg-700);--colors-buttons-secondary-btn-secondary-btn-label-disabled:var(--colors-primitive-color-tokens-neutrals-inactive-100);--colors-buttons-secondary-btn-secondary-btn-label-hover:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-buttons-brand-btn-brand-btn-bkg-default:var(--colors-primitive-color-tokens-fuscia-500);--colors-buttons-brand-btn-brand-btn-bkg-disabled:var(--colors-primitive-color-tokens-neutrals-inactive-400);--colors-buttons-brand-btn-brand-btn-bkg-hover:var(--colors-primitive-color-tokens-fuscia-800);--colors-buttons-brand-btn-brand-btn-icon-default:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-buttons-brand-btn-brand-btn-icon-disabled:var(--colors-primitive-color-tokens-neutrals-inactive-100);--colors-buttons-brand-btn-brand-btn-icon-hover:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-buttons-brand-btn-brand-btn-label-default:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-buttons-brand-btn-brand-btn-label-disabled:var(--colors-primitive-color-tokens-neutrals-inactive-100);--colors-buttons-brand-btn-brand-btn-label-hover:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-buttons-success-btn-brand-btn-bkg-default:var(--colors-primitive-color-tokens-lime-600);--colors-buttons-success-btn-brand-btn-bkg-disabled:var(--colors-primitive-color-tokens-neutrals-inactive-400);--colors-buttons-success-btn-brand-btn-bkg-hover:var(--colors-primitive-color-tokens-lime-800);--colors-buttons-success-btn-brand-btn-icon-default:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-buttons-success-btn-brand-btn-icon-disabled:var(--colors-primitive-color-tokens-neutrals-inactive-100);--colors-buttons-success-btn-brand-btn-icon-hover:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-buttons-success-btn-brand-btn-label-default:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-buttons-success-btn-brand-btn-label-disabled:var(--colors-primitive-color-tokens-neutrals-inactive-100);--colors-buttons-success-btn-brand-btn-label-hover:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-buttons-pill-badge-bkg-blue200:var(--colors-primitive-color-tokens-blue-100);--colors-buttons-pill-badge-bkg-fusia200:var(--colors-primitive-color-tokens-fuscia-100);--colors-buttons-pill-badge-bkg-lime200:var(--colors-primitive-color-tokens-lime-200);--colors-buttons-pill-badge-txt-pill-badge-label:var(--colors-primitive-color-tokens-neutrals-bkg-700);--Canvas:var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-100);--Fusia:var(--Colors-PrimitiveColorTokens-Fuscia-500);--Plum:var(--Colors-PrimitiveColorTokens-Fuscia-800);--Colors-PrimitiveColorTokens-Neutrals-Bkg-50:#f9f9f6;--Colors-PrimitiveColorTokens-Neutrals-Bkg-100:#f6f6f1;--Colors-PrimitiveColorTokens-Neutrals-Bkg-200:#efeeea;--Colors-PrimitiveColorTokens-Neutrals-Bkg-300:#e5e4dd;--Colors-PrimitiveColorTokens-Neutrals-Bkg-400:#c3c1b5;--Colors-PrimitiveColorTokens-Neutrals-Bkg-500:#959490;--Colors-PrimitiveColorTokens-Neutrals-Bkg-600:#71706c;--Colors-PrimitiveColorTokens-Neutrals-Bkg-700:#4b4b4a;--Colors-PrimitiveColorTokens-Neutrals-Bkg-800:#303030;--Colors-PrimitiveColorTokens-Neutrals-Inactive-50:#f4f8fb;--Colors-PrimitiveColorTokens-Neutrals-Inactive-100:#eef2f6;--Colors-PrimitiveColorTokens-Neutrals-Inactive-200:#d2dce6;--Colors-PrimitiveColorTokens-Neutrals-Inactive-300:#b4c6d6;--Colors-PrimitiveColorTokens-Neutrals-Inactive-400:#8ba1b9;--Colors-PrimitiveColorTokens-Neutrals-Inactive-500:#6a809a;--Colors-PrimitiveColorTokens-Neutrals-Inactive-600:#4b5867;--Colors-PrimitiveColorTokens-Neutrals-Inactive-700:#2c3a4a;--Colors-PrimitiveColorTokens-Neutrals-Inactive-800:#101725;--Colors-PrimitiveColorTokens-Neutrals-StaticWhite:#fff;--Colors-PrimitiveColorTokens-Neutrals-StaticBlack:#000;--Colors-PrimitiveColorTokens-Purple-50:#fcf4fd;--Colors-PrimitiveColorTokens-Purple-100:#f8e6f9;--Colors-PrimitiveColorTokens-Purple-200:#f1c4f3;--Colors-PrimitiveColorTokens-Purple-300:#d795d9;--Colors-PrimitiveColorTokens-Purple-400:#b768b9;--Colors-PrimitiveColorTokens-Purple-500:#922d94;--Colors-PrimitiveColorTokens-Purple-600:#730f76;--Colors-PrimitiveColorTokens-Purple-700:#5c135d;--Colors-PrimitiveColorTokens-Purple-800:#3b053c;--Colors-PrimitiveColorTokens-Fuscia-50:#feecf6;--Colors-PrimitiveColorTokens-Fuscia-100:#ffdaef;--Colors-PrimitiveColorTokens-Fuscia-200:#ffaeda;--Colors-PrimitiveColorTokens-Fuscia-300:#f387c2;--Colors-PrimitiveColorTokens-Fuscia-400:#e65ca7;--Colors-PrimitiveColorTokens-Fuscia-500:#d72d8a;--Colors-PrimitiveColorTokens-Fuscia-600:#ac246e;--Colors-PrimitiveColorTokens-Fuscia-700:#811b53;--Colors-PrimitiveColorTokens-Fuscia-800:#561237;--Colors-PrimitiveColorTokens-Red-50:#ffeae9;--Colors-PrimitiveColorTokens-Red-100:#ffd3d2;--Colors-PrimitiveColorTokens-Red-200:#ffb0ae;--Colors-PrimitiveColorTokens-Red-300:#ff8884;--Colors-PrimitiveColorTokens-Red-400:#f1605b;--Colors-PrimitiveColorTokens-Red-500:#e73d36;--Colors-PrimitiveColorTokens-Red-600:#c9221c;--Colors-PrimitiveColorTokens-Red-700:#9a1712;--Colors-PrimitiveColorTokens-Red-800:#860501;--Colors-PrimitiveColorTokens-Yellow-50:#fffaea;--Colors-PrimitiveColorTokens-Yellow-100:#fff4cd;--Colors-PrimitiveColorTokens-Yellow-200:#ffeaac;--Colors-PrimitiveColorTokens-Yellow-300:#ffda7f;--Colors-PrimitiveColorTokens-Yellow-400:#f7c544;--Colors-PrimitiveColorTokens-Yellow-500:#f3b51e;--Colors-PrimitiveColorTokens-Yellow-600:#d49a05;--Colors-PrimitiveColorTokens-Yellow-700:#976e00;--Colors-PrimitiveColorTokens-Yellow-800:#7c5300;--Colors-PrimitiveColorTokens-Teal-50:#edf8ff;--Colors-PrimitiveColorTokens-Teal-100:#d6fffb;--Colors-PrimitiveColorTokens-Teal-200:#b1f4ed;--Colors-PrimitiveColorTokens-Teal-300:#70e5dd;--Colors-PrimitiveColorTokens-Teal-400:#4ecfca;--Colors-PrimitiveColorTokens-Teal-500:#27bcb7;--Colors-PrimitiveColorTokens-Teal-600:#21a49f;--Colors-PrimitiveColorTokens-Teal-700:#118082;--Colors-PrimitiveColorTokens-Teal-800:#00575c;--Colors-PrimitiveColorTokens-Blue-50:#edf8ff;--Colors-PrimitiveColorTokens-Blue-100:#d2edff;--Colors-PrimitiveColorTokens-Blue-200:#b4e1ff;--Colors-PrimitiveColorTokens-Blue-300:#94d4ff;--Colors-PrimitiveColorTokens-Blue-400:#64b9f2;--Colors-PrimitiveColorTokens-Blue-500:#35a0e7;--Colors-PrimitiveColorTokens-Blue-600:#1a77b4;--Colors-PrimitiveColorTokens-Blue-700:#195f8e;--Colors-PrimitiveColorTokens-Blue-800:#024572;--Colors-PrimitiveColorTokens-Orange-50:#fff3e6;--Colors-PrimitiveColorTokens-Orange-100:#ffe9d3;--Colors-PrimitiveColorTokens-Orange-200:#ffd3b1;--Colors-PrimitiveColorTokens-Orange-300:#ffbe8d;--Colors-PrimitiveColorTokens-Orange-400:#ffa663;--Colors-PrimitiveColorTokens-Orange-500:#f27e25;--Colors-PrimitiveColorTokens-Orange-600:#b4530e;--Colors-PrimitiveColorTokens-Orange-700:#944b1d;--Colors-PrimitiveColorTokens-Orange-800:#6e3000;--Colors-PrimitiveColorTokens-Lime-50:#f0fae2;--Colors-PrimitiveColorTokens-Lime-100:#eeffd6;--Colors-PrimitiveColorTokens-Lime-200:#daf3b9;--Colors-PrimitiveColorTokens-Lime-300:#c5ed91;--Colors-PrimitiveColorTokens-Lime-400:#abdd65;--Colors-PrimitiveColorTokens-Lime-500:#92d03d;--Colors-PrimitiveColorTokens-Lime-600:#5e981d;--Colors-PrimitiveColorTokens-Lime-700:#578421;--Colors-PrimitiveColorTokens-Lime-800:#325b04;--Colors-Buttons-PrimaryBtn-PrimaryBtn_Label_Default:var(--Colors-PrimitiveColorTokens-Neutrals-StaticWhite);--Colors-Buttons-PrimaryBtn-PrimaryBtn_Label_Hover:var(--Colors-PrimitiveColorTokens-Neutrals-StaticWhite);--Colors-Buttons-PrimaryBtn-PrimaryBtn_Label_Disabled:var(--Colors-PrimitiveColorTokens-Neutrals-Inactive-100);--Colors-Buttons-PrimaryBtn-PrimaryBtn_Icon_Default:var(--Colors-PrimitiveColorTokens-Neutrals-StaticWhite);--Colors-Buttons-PrimaryBtn-PrimaryBtn_Icon_Hover:var(--Colors-PrimitiveColorTokens-Neutrals-StaticWhite);--Colors-Buttons-PrimaryBtn-PrimaryBtn_Icon_Disabled:var(--Colors-PrimitiveColorTokens-Neutrals-Inactive-100);--Colors-Buttons-PrimaryBtn-PrimaryBtn_Bkg_Default:var(--Colors-PrimitiveColorTokens-Teal-700);--Colors-Buttons-PrimaryBtn-PrimaryBtn_Bkg_Hover:var(--Colors-PrimitiveColorTokens-Teal-800);--Colors-Buttons-PrimaryBtn-PrimaryBtn_Bkg_Disabled:var(--Colors-PrimitiveColorTokens-Neutrals-Inactive-400);--Colors-Buttons-SecondaryBtn-SecondaryBtn_Label_Default:var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-700);--Colors-Buttons-SecondaryBtn-SecondaryBtn_Label_Hover:var(--Colors-PrimitiveColorTokens-Neutrals-StaticWhite);--Colors-Buttons-SecondaryBtn-SecondaryBtn_Label_Disabled:var(--Colors-PrimitiveColorTokens-Neutrals-Inactive-100);--Colors-Buttons-SecondaryBtn-SecondaryBtn_Bkg_Default:var(--Colors-PrimitiveColorTokens-Neutrals-StaticWhite);--Colors-Buttons-SecondaryBtn-SecondaryBtn_Bkg_Hover:var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-600);--Colors-Buttons-SecondaryBtn-SecondaryBtn_Bkg_Disabled:var(--Colors-PrimitiveColorTokens-Neutrals-Inactive-400);--Colors-Buttons-SecondaryBtn-SecondaryBtn_Border_Default:var(--Colors-PrimitiveColorTokens-Teal-700);--Colors-Buttons-SecondaryBtn-SecondaryBtn_Border_Hover:var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-600);--Colors-Buttons-SecondaryBtn-SecondaryBtn_Border_Disabled:var(--Colors-PrimitiveColorTokens-Neutrals-Inactive-400);--Colors-Buttons-SecondaryBtn-SecondaryBtn_Icon_Default:var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-600);--Colors-Buttons-SecondaryBtn-SecondaryBtn_Icon_Hover:var(--Colors-PrimitiveColorTokens-Neutrals-StaticWhite);--Colors-Buttons-SecondaryBtn-SecondaryBtn_Icon_Disabled:var(--Colors-PrimitiveColorTokens-Teal-50);--Colors-Buttons-BrandBtn-BrandBtn_Label_Default:var(--Colors-PrimitiveColorTokens-Neutrals-StaticWhite);--Colors-Buttons-BrandBtn-BrandBtn_Label_Hover:var(--Colors-PrimitiveColorTokens-Neutrals-StaticWhite);--Colors-Buttons-BrandBtn-BrandBtn_Label_Disabled:var(--Colors-PrimitiveColorTokens-Neutrals-Inactive-100);--Colors-Buttons-BrandBtn-BrandBtn_Icon_Default:var(--Colors-PrimitiveColorTokens-Neutrals-StaticWhite);--Colors-Buttons-BrandBtn-BrandBtn_Icon_Hover:var(--Colors-PrimitiveColorTokens-Neutrals-StaticWhite);--Colors-Buttons-BrandBtn-BrandBtn_Icon_Disabled:var(--Colors-PrimitiveColorTokens-Neutrals-Inactive-100);--Colors-Buttons-BrandBtn-BrandBtn_Bkg_Default:var(--Colors-PrimitiveColorTokens-Fuscia-500);--Colors-Buttons-BrandBtn-BrandBtn_Bkg_Hover:var(--Colors-PrimitiveColorTokens-Fuscia-800);--Colors-Buttons-BrandBtn-BrandBtn_Bkg_Disabled:var(--Colors-PrimitiveColorTokens-Neutrals-Inactive-400);--Colors-Buttons-SuccessBtn-BrandBtn_Label_Default:var(--Colors-PrimitiveColorTokens-Neutrals-StaticWhite);--Colors-Buttons-SuccessBtn-BrandBtn_Label_Hover:var(--Colors-PrimitiveColorTokens-Neutrals-StaticWhite);--Colors-Buttons-SuccessBtn-BrandBtn_Label_Disabled:var(--Colors-PrimitiveColorTokens-Neutrals-Inactive-100);--Colors-Buttons-SuccessBtn-BrandBtn_Icon_Default:var(--Colors-PrimitiveColorTokens-Neutrals-StaticWhite);--Colors-Buttons-SuccessBtn-BrandBtn_Icon_Hover:var(--Colors-PrimitiveColorTokens-Neutrals-StaticWhite);--Colors-Buttons-SuccessBtn-BrandBtn_Icon_Disabled:var(--Colors-PrimitiveColorTokens-Neutrals-Inactive-100);--Colors-Buttons-SuccessBtn-BrandBtn_Bkg_Default:var(--Colors-PrimitiveColorTokens-Lime-600);--Colors-Buttons-SuccessBtn-BrandBtn_Bkg_Hover:var(--Colors-PrimitiveColorTokens-Lime-800);--Colors-Buttons-SuccessBtn-BrandBtn_Bkg_Disabled:var(--Colors-PrimitiveColorTokens-Neutrals-Inactive-400);--Colors-Buttons-Pill-Badge-Txt_Pill-Badge_Label:var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-700);--Colors-Buttons-Pill-Badge-Bkg-Blue200:var(--Colors-PrimitiveColorTokens-Blue-100);--Colors-Buttons-Pill-Badge-Bkg-Fusia100:var(--Colors-PrimitiveColorTokens-Fuscia-100);--Colors-Buttons-Pill-Badge-Bkg-Lime200:var(--Colors-PrimitiveColorTokens-Lime-200);--Colors-Navigation-Other-Divider:var(--Colors-PrimitiveColorTokens-Neutrals-Inactive-200);--Colors-Navigation-Other-Txt_Sectionheader:var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-500);--Colors-Navigation-Other-Txt_MenuLabels:var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-700);--Colors-Navigation-Other-Txt_SubMenuLabels:var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-600);--Colors-Navigation-Other-Bkg_ActiveCount:var(--Colors-PrimitiveColorTokens-Red-500);--Colors-Navigation-Other-Bkg_Panel:var(--Colors-PrimitiveColorTokens-Neutrals-StaticWhite);--Colors-Navigation-Other-Bkg_Menu_Hover:var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-200);--Colors-Navigation-Other-Bkg_Menu_Selection:var(--Colors-PrimitiveColorTokens-Fuscia-50);--Colors-Functional-Border-Border_Default:var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-400);--Colors-Functional-Border-Border_Focus:var(--Colors-PrimitiveColorTokens-Teal-600);--Colors-Functional-Bkg-Bkg_Default:var(--Colors-PrimitiveColorTokens-Neutrals-StaticWhite);--Colors-Functional-Txt-Txt_Default:var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-800);--Colors-PrimitiveColorTokens-Brand-EVAA-EVAA-Canvas:var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-100);--Colors-PrimitiveColorTokens-Brand-EVAA-EVAA-Fusia:var(--Colors-PrimitiveColorTokens-Fuscia-500);--Colors-PrimitiveColorTokens-Brand-EVAA-EVAA-Plum:var(--Colors-PrimitiveColorTokens-Fuscia-800);--Colors-PrimitiveColorTokens-Brand-MaximEyes-EVAA-Canvas:var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-100);--Colors-PrimitiveColorTokens-Brand-MaximEyes-EVAA-Lime:#aee930;--Colors-PrimitiveColorTokens-Brand-MaximEyes-EVAA-InnerForest:#002515;--Colors-PrimitiveColorTokens-Brand-MaximEyes-EVAA-Springtime:#008a1e;--Colors-PrimitiveColorTokens-Brand-MaximEyes-EVAA-Goldenrod:#db9c42;--txt-ButtonLabelPrimary:DOWNLOAD;--txt-PrimaryButtonLabel14:DOWNLOAD;--ButtonCurves:25px;--PrimaryButtonDisabled:#a1a5ae;--ActiveStatusBG:#1a77b4;--ActiveStatusBadgeLabel:Active;--InputField-Stroke-Default:#d0cec3;--colors-badge-status-active-bkg:#1a77b4;--colors-badge-status-active-text:#fff;--colors-badge-status-active-icon:#fff;--colors-badge-status-inactive-bkg-light:#959490;--colors-badge-status-inactive-bkg-dark:#e5e4dd;--colors-badge-status-inactive-bkg:var(--colors-badge-status-inactive-bkg-light);--colors-badge-status-inactive-text:#fff;--colors-badge-status-inactive-icon:#fff;--colors-badge-pill-blue-bkg-light:#b4e1ff;--colors-badge-pill-blue-bkg-dark:#35a0e7;--colors-badge-pill-blue-bkg:var(--colors-badge-pill-blue-bkg-light);--colors-badge-pill-fusia-bkg-light:#ffdaef;--colors-badge-pill-fusia-bkg-dark:#811b53;--colors-badge-pill-fusia-bkg:var(--colors-badge-pill-fusia-bkg-light);--colors-badge-pill-lime-bkg-light:#daf3b9;--colors-badge-pill-lime-bkg-dark:#5e981d;--colors-badge-pill-lime-bkg:var(--colors-badge-pill-lime-bkg-light);--colors-badge-pill-text:var(--colors-primitive-color-tokens-neutrals-bkg-700);--colors-admin-nav-logo-brand:var(--colors-primitive-color-tokens-fuscia-500);--colors-admin-nav-dropdown-bkg:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-admin-nav-dropdown-border:var(--border);--colors-admin-nav-dropdown-text:var(--colors-primitive-color-tokens-neutrals-bkg-600);--colors-admin-nav-icon-help:var(--colors-primitive-color-tokens-fuscia-700);--colors-admin-nav-icon-setup:var(--colors-primitive-color-tokens-neutrals-bkg-500);--colors-admin-nav-icon-user:var(--colors-primitive-color-tokens-neutrals-bkg-500);--colors-admin-nav-icon-dropdown-arrow:var(--colors-primitive-color-tokens-neutrals-bkg-600);--colors-admin-nav-alert-warning:var(--colors-primitive-color-tokens-yellow-600);--colors-admin-nav-alert-error:var(--colors-primitive-color-tokens-red-500);--colors-admin-nav-alert-count-text:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-navigation-other-bkg-active-count:var(--colors-primitive-color-tokens-red-500);--colors-navigation-other-divider:var(--colors-primitive-color-tokens-neutrals-inactive-200);--colors-navigation-other-txt-menu-labels:var(--colors-primitive-color-tokens-neutrals-bkg-700);--colors-navigation-other-txt-sectionheader:var(--colors-primitive-color-tokens-neutrals-bkg-500);--colors-navigation-other-txt-sub-menu-labels:var(--colors-primitive-color-tokens-neutrals-bkg-600);--colors-navigation-icons-blue600:var(--colors-primitive-color-tokens-blue-600);--colors-navigation-icons-teal600:var(--colors-primitive-color-tokens-teal-700);--colors-navigation-icons-lime600:var(--colors-primitive-color-tokens-lime-600);--colors-navigation-icons-fusia600:var(--colors-primitive-color-tokens-fuscia-600);--colors-navigation-icons-gray-bkg-700:var(--colors-primitive-color-tokens-neutrals-bkg-700);--colors-navigation-text-primary:#374151;--colors-fusia-50:#fdf2f8;--colors-bkg-200:#f3f4f6;--colors-bkg-300:#e5e7eb;--colors-input-field-border-default:#d1d5db;--colors-input-field-border-hover:var(--colors-primitive-color-tokens-teal-400);--colors-input-field-border-focus:var(--colors-primitive-color-tokens-teal-500);--colors-input-field-border-disabled:#e5e7eb;--colors-input-field-border-readonly:var(--colors-primitive-color-tokens-blue-100);--colors-input-field-bkg-default:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-input-field-bkg-disabled:#f3f4f6;--colors-input-field-bkg-readonly:#edf8ff80;--colors-input-field-bkg-hover:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-input-field-bkg-focus:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-input-field-text-default:#1f2937;--colors-input-field-text-placeholder:#9ca3af;--colors-input-field-text-disabled:#6b7280;--colors-input-field-text-label:#374151;--colors-input-field-text-helper:#9ca3af;--colors-input-field-text-counter:#9ca3af;--colors-input-field-border-error:#fca5a1;--colors-input-field-bkg-error:#fef2f2;--colors-input-field-text-error:#7f1d1d;--colors-input-field-text-helper-error:var(--colors-primitive-color-tokens-red-600);--colors-input-field-icon-error:var(--colors-primitive-color-tokens-red-500);--colors-input-field-prefix-bkg-default:#f9fafb;--colors-input-field-prefix-bkg-error:#fee2e2;--colors-input-field-prefix-border-default:#d1d5db;--colors-input-field-prefix-border-error:#fca5a1;--colors-input-field-prefix-text-default:#4b5563;--colors-input-field-prefix-text-error:var(--colors-primitive-color-tokens-red-500);--colors-input-field-icon-default:#6b7280;--colors-input-field-icon-disabled:#9ca3af;--input-field-height:40px;--input-field-padding-x:12px;--input-field-padding-y:10px;--input-field-prefix-padding-x:16px;--input-field-border-width:1px;--input-field-border-radius:var(--radius-md,8px);--colors-functional-bkg-bkg-active:var(--colors-primitive-color-tokens-teal-600);--colors-functional-bkg-bkg-info500:var(--colors-primitive-color-tokens-blue-500);--colors-functional-bkg-bkg-info100:var(--colors-primitive-color-tokens-blue-100);--colors-functional-bkg-bkg-success600:var(--colors-primitive-color-tokens-lime-600);--colors-functional-bkg-bkg-success100:var(--colors-primitive-color-tokens-lime-100);--colors-functional-bkg-bkg-warning-orange500:var(--colors-primitive-color-tokens-orange-500);--colors-functional-bkg-bkg-warning-orange100:var(--colors-primitive-color-tokens-orange-100);--colors-functional-bkg-bkg-error-red500:var(--colors-primitive-color-tokens-red-500);--colors-functional-bkg-bkg-error-red100:var(--colors-primitive-color-tokens-red-100);--colors-functional-txt-txt-default:var(--colors-primitive-color-tokens-neutrals-bkg-800);--colors-functional-txt-txt-info:var(--colors-primitive-color-tokens-blue-700);--colors-functional-txt-txt-success:var(--colors-primitive-color-tokens-lime-600);--colors-functional-txt-txt-warning-orange600:var(--colors-primitive-color-tokens-orange-600);--colors-functional-txt-txt-error:var(--colors-primitive-color-tokens-red-600);--colors-functional-txt-txt-selected-white:var(--colors-primitive-color-tokens-neutrals-static-white);--button-curves:1.5625rem;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:16px;--spacing-lg:24px;--spacing-xl:32px;--background:#fff;--foreground:#303030;--card:#fff;--card-foreground:#4b4b4a;--popover:#e5e4dd;--popover-foreground:#303030;--primary:#118082;--primary-foreground:#fff;--secondary:#0000;--secondary-foreground:#4b4b4a;--muted:#d2dce6;--muted-foreground:#8ba1b9;--accent:#118082;--accent-foreground:#fff;--destructive:#e73d36;--destructive-foreground:#fff;--border:#c3c1b5;--input:#fff;--input-background:#fff;--ring:#21a49f;--elevation-sm:0px 2px 4px 0px #00000014;--chart-1:#118082;--chart-2:#92d03d;--chart-3:#f27e25;--chart-4:#d72d8a;--chart-5:#35a0e7;--radius:13px;--radius-button:999px;--radius-card:13px;--radius-small:4px;--sidebar:#f6f6f1;--sidebar-foreground:#4b4b4a;--sidebar-primary:#118082;--sidebar-primary-foreground:#fff;--sidebar-accent:#118082;--sidebar-accent-foreground:#fff;--sidebar-border:#c3c1b5;--sidebar-ring:#21a49f}:root,:host{--color-background:var(--colors-primitive-color-tokens-neutrals-static-white);--color-foreground:var(--colors-primitive-color-tokens-neutrals-bkg-800);--color-secondary:var(--colors-primitive-color-tokens-neutrals-bkg-700);--color-muted:var(--colors-primitive-color-tokens-neutrals-inactive-100);--color-muted-foreground:var(--colors-primitive-color-tokens-neutrals-bkg-600);--color-border:var(--colors-primitive-color-tokens-neutrals-bkg-400);--color-ring:var(--colors-primitive-color-tokens-teal-500);--radius-md:var(--radius);--font-sans:var(--FontFamily-Family);--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-red-50:oklch(97.1% .013 17.38);--color-red-200:oklch(88.5% .062 18.334);--color-red-400:oklch(70.4% .191 22.216);--color-red-500:oklch(63.7% .237 25.331);--color-red-900:oklch(39.6% .141 25.723);--color-blue-50:oklch(97% .014 254.604);--color-blue-100:oklch(93.2% .032 255.585);--color-gray-50:oklch(98.5% .002 247.839);--color-gray-100:oklch(96.7% .003 264.542);--color-gray-200:oklch(92.8% .006 264.531);--color-gray-300:oklch(87.2% .01 258.338);--color-gray-400:oklch(70.7% .022 261.325);--color-gray-500:oklch(55.1% .027 264.364);--color-gray-700:oklch(37.3% .034 259.733);--color-gray-800:oklch(27.8% .033 256.848);--color-white:#fff;--spacing:.25rem;--container-sm:24rem;--container-md:28rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-base:1rem;--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5 / 2.25);--font-weight-thin:100;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--font-weight-black:900;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}@layer base{*{border-color:var(--color-border);outline-color:var(--color-ring)}@supports (color:color-mix(in lab, red, red)){*{outline-color:color-mix(in oklab, var(--color-ring) 50%, transparent)}}:where(:not(:has([class*=\ text-]),:not(:has([class^=text-])))) h1{font-family:DM Sans,sans-serif;font-size:var(--text-h1);font-weight:var(--font-weight-thin);line-height:1.5}:where(:not(:has([class*=\ text-]),:not(:has([class^=text-])))) h2{font-family:DM Sans,sans-serif;font-size:var(--text-h2);font-weight:var(--font-weight-semibold);line-height:1.5}:where(:not(:has([class*=\ text-]),:not(:has([class^=text-])))) h3{font-family:DM Sans,sans-serif;font-size:var(--text-h3);font-weight:var(--font-weight-semibold);line-height:1.5}:where(:not(:has([class*=\ text-]),:not(:has([class^=text-])))) h4{font-family:DM Sans,sans-serif;font-size:var(--text-h4);font-weight:var(--font-weight-semibold);line-height:1.5}:where(:not(:has([class*=\ text-]),:not(:has([class^=text-])))) p{font-family:DM Sans,sans-serif;font-size:var(--text-base);font-weight:var(--font-weight-normal);color:var(--colors-primitive-color-tokens-neutrals-bkg-800);line-height:1.5}:where(:not(:has([class*=\ text-]),:not(:has([class^=text-])))) label{font-family:DM Sans,sans-serif;font-size:var(--text-label);font-weight:var(--font-weight-medium);line-height:1.5}:where(:not(:has([class*=\ text-]),:not(:has([class^=text-])))) button{font-family:DM Sans,sans-serif;font-size:var(--text-button-primary);font-weight:var(--font-weight-extrabold);text-transform:uppercase;line-height:1.5}:where(:not(:has([class*=\ text-]),:not(:has([class^=text-])))) input{font-family:DM Sans,sans-serif;font-size:var(--text-base);font-weight:var(--font-weight-normal);line-height:1.5}:where(:not(:has([class*=\ text-]),:not(:has([class^=text-])))) select{font-family:DM Sans,sans-serif;font-size:var(--text-base);font-weight:var(--font-weight-medium);line-height:1.5}*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*{border-color:var(--color-border)}body{background-color:var(--color-background);color:var(--color-foreground);font-family:var(--font-sans)}.custom-scrollbar::-webkit-scrollbar{border-radius:11px;width:12px}.custom-scrollbar::-webkit-scrollbar-track{background:var(--colors-primitive-color-tokens-neutrals-bkg-300);border-radius:11px}.custom-scrollbar::-webkit-scrollbar-thumb{background:var(--colors-primitive-color-tokens-neutrals-bkg-500);border:1px solid var(--colors-primitive-color-tokens-neutrals-bkg-400);border-radius:11px}}.large-number{font-family:Roboto,sans-serif;font-size:var(--text-large-number);font-weight:var(--font-weight-normal);line-height:1.5}.txt-display1-thin-80{font-family:DM Sans,sans-serif;font-size:80px;font-weight:var(--font-weight-thin);line-height:1.2}.txt-display2-thin-72{font-family:DM Sans,sans-serif;font-size:72px;font-weight:var(--font-weight-thin);line-height:1.2}.txt-display3-thin-64{font-family:DM Sans,sans-serif;font-size:64px;font-weight:var(--font-weight-thin);line-height:1.2}.txt-display4-thin-58{font-family:DM Sans,sans-serif;font-size:58px;font-weight:var(--font-weight-thin);line-height:1.2}.txt-display5-thin-48{font-family:DM Sans,sans-serif;font-size:48px;font-weight:var(--font-weight-thin);line-height:1.2}.txt-display6-thin-40{font-family:DM Sans,sans-serif;font-size:40px;font-weight:var(--font-weight-thin);line-height:1.2}.txt-h1-heading-Regular-30{font-family:DM Sans,sans-serif;font-size:30px;font-weight:var(--font-weight-normal);line-height:1.5}.txt-h2-heading-SemiBold-28{font-family:DM Sans,sans-serif;font-size:28px;font-weight:var(--font-weight-semibold);line-height:1.5}.txt-h3-heading-SemiBold-26{font-family:DM Sans,sans-serif;font-size:26px;font-weight:var(--font-weight-semibold);line-height:1.5}.txt-h4-heading-SemiBold-24{font-family:DM Sans,sans-serif;font-size:24px;font-weight:var(--font-weight-semibold);line-height:1.5}.txt-h5-heading-SemiBold-22{font-family:DM Sans,sans-serif;font-size:22px;font-weight:var(--font-weight-semibold);line-height:1.5}.txt-h6-heading-SemiBold-20{font-family:DM Sans,sans-serif;font-size:20px;font-weight:var(--font-weight-semibold);line-height:1.5}.txt-sb1-semibold-18{font-family:DM Sans,sans-serif;font-size:18px;font-weight:var(--font-weight-semibold);line-height:1.5}.txt-sb1-Extrabold-18{font-family:DM Sans,sans-serif;font-size:18px;font-weight:var(--font-weight-extrabold);line-height:1.5}.txt-sb2-semibold-16{font-family:DM Sans,sans-serif;font-size:16px;font-weight:var(--font-weight-semibold);line-height:1.5}.txt-sb2-Extrabold-16{font-family:DM Sans,sans-serif;font-size:16px;font-weight:var(--font-weight-extrabold);line-height:1.5}.txt-sb2-Medium-16{font-family:DM Sans,sans-serif;font-size:16px;font-weight:var(--font-weight-medium);line-height:1.5}.txt-sb3-black-14{font-family:DM Sans,sans-serif;font-size:14px;font-weight:var(--font-weight-black);line-height:1.5}.txt-sb3-extrabold-14{font-family:DM Sans,sans-serif;font-size:14px;font-weight:var(--font-weight-extrabold);line-height:1.5}.txt-sb3-semibold-14{font-family:DM Sans,sans-serif;font-size:14px;font-weight:var(--font-weight-semibold);line-height:1.5}.txt-sb3-medium-14{font-family:DM Sans,sans-serif;font-size:14px;font-weight:var(--font-weight-medium);line-height:1.5}.txt-sb3-regular-14{font-family:DM Sans,sans-serif;font-size:14px;font-weight:var(--font-weight-normal);line-height:1.5}.txt-fs-sm-medium-12{font-family:DM Sans,sans-serif;font-size:12px;font-weight:var(--font-weight-medium);line-height:1.5}.txt-fs-sm-Regular-12{font-family:DM Sans,sans-serif;font-size:12px;font-weight:var(--font-weight-normal);line-height:1.5}.txt-fs-xm-medium-10{font-family:DM Sans,sans-serif;font-size:10px;font-weight:var(--font-weight-medium);line-height:1.5}.txt-fs-xm-extrabold-10{font-family:DM Sans,sans-serif;font-size:10px;font-weight:var(--font-weight-extrabold);line-height:1.5}.txt-body-regular-14,.txt-paragraph-regular-14{font-family:DM Sans,sans-serif;font-size:14px;font-weight:var(--font-weight-normal);line-height:1.5}html{font-size:var(--font-size)}:root{--TypographyTypes-Display-Display1-Family:var(--FontFamily-Family-2);--TypographyTypes-Display-Display1-Size:var(--FontSize-Size80);--TypographyTypes-Display-Display1-Type:var(--FontType-Thin);--TypographyTypes-Display-Display2-Family:var(--FontFamily-Family-2);--TypographyTypes-Display-Display2-Size:var(--FontSize-Size72);--TypographyTypes-Display-Display2-Type:var(--FontType-Thin);--TypographyTypes-Display-Display3-Family:var(--FontFamily-Family-2);--TypographyTypes-Display-Display3-Size:var(--FontSize-Size64);--TypographyTypes-Display-Display3-Type:var(--FontType-Thin);--TypographyTypes-Display-Display4-Family:var(--FontFamily-Family-2);--TypographyTypes-Display-Display4-Size:var(--FontSize-Size58);--TypographyTypes-Display-Display4-Type:var(--FontType-Thin);--TypographyTypes-Display-Display5-Family:var(--FontFamily-Family-2);--TypographyTypes-Display-Display5-Size:var(--FontSize-Size48);--TypographyTypes-Display-Display5-Type:var(--FontType-Thin);--TypographyTypes-Display-Display6-Family:var(--FontFamily-Family-2);--TypographyTypes-Display-Display6-Size:var(--FontSize-Size40);--TypographyTypes-Display-Display6-Type:var(--FontType-Thin);--TypographyTypes-Heading-Heading1-Family:var(--FontFamily-Family);--TypographyTypes-Fs-fs-xm-10-Family:var(--FontFamily-Family);--TypographyTypes-Body-Family:var(--FontFamily-Family);--TypographyTypes-Body-Size:var(--FontSize-Size-14);--TypographyTypes-Body-Type:var(--FontType-Regular);--TypographyTypes-Fs-fs-xm-10-Size:var(--FontSize-Size-10);--TypographyTypes-Fs-fs-xm-10-Extrabold:var(--FontType-ExtraBold);--TypographyTypes-Fs-fs-xm-10-Medium:var(--FontType-Medium);--TypographyTypes-Fs-fs-xm-10-Regular:var(--FontType-Medium);--TypographyTypes-Fs-fs-sm-12-Family:var(--FontFamily-Family);--TypographyTypes-Fs-fs-sm-12-Size:var(--FontSize-Size-12);--TypographyTypes-Fs-fs-sm-12-fs-sm:var(--FontType-Medium);--TypographyTypes-Fs-fs-sm-12-fs-sm-Regular:var(--FontType-Regular);--TypographyTypes-Heading-Heading1-Size:var(--FontSize-Size-30);--TypographyTypes-Heading-Heading1-Font-Weight-Thin:var(--FontType-Thin);--TypographyTypes-Heading-Heading1-Font-Weight-Regular:var(--FontType-Regular);--TypographyTypes-Heading-Heading1-Font-Weight-Medium:var(--FontType-Medium);--TypographyTypes-Heading-Heading1-Font-Weight-Semibold:var(--FontType-SemiBold);--TypographyTypes-Heading-Heading1-Font-Weight-Extrabold:var(--FontType-ExtraBold);--TypographyTypes-Heading-Heading1-Font-Weight-Black:var(--FontType-Black);--TypographyTypes-Heading-Heading2-Family:var(--FontFamily-Family);--TypographyTypes-Heading-Heading2-Size:var(--FontSize-Size-28);--TypographyTypes-Heading-Heading2-Heading2:var(--FontType-SemiBold);--TypographyTypes-Heading-Heading3-Family:var(--FontFamily-Family);--TypographyTypes-Heading-Heading4-Family:var(--FontFamily-Family);--TypographyTypes-Heading-Heading4-Size:var(--FontSize-Size-24);--TypographyTypes-Heading-Heading4-Heading4:var(--FontType-SemiBold);--TypographyTypes-Heading-Heading3-Size:var(--FontSize-Size-26);--TypographyTypes-Heading-Heading3-Heading3:var(--FontType-SemiBold);--TypographyTypes-Heading-Heading5-Family:var(--FontFamily-Family);--TypographyTypes-Heading-Heading5-Size:var(--FontSize-Size-22);--TypographyTypes-Heading-Heading5-Heading5:var(--FontType-SemiBold);--TypographyTypes-Heading-Heading6-Family:var(--FontFamily-Family);--TypographyTypes-Heading-Heading6-Size:var(--FontSize-Size-20);--TypographyTypes-Heading-Heading6-Heading6:var(--FontType-SemiBold);--TypographyTypes-Heading-SubHeading1-Family:var(--FontFamily-Family);--TypographyTypes-Heading-SubHeading1-Size:var(--FontSize-Size-18);--TypographyTypes-Heading-SubHeading1-Sbh1SemiBold:var(--FontType-SemiBold);--TypographyTypes-Heading-SubHeading1-Sbh1ExtraBold:var(--FontType-ExtraBold);--TypographyTypes-Heading-SubHeading1-Sbh1Regular:var(--FontType-Regular);--TypographyTypes-Heading-SubHeading1-Sbh1Medium:var(--FontType-Medium);--TypographyTypes-Heading-SubHeading2-Family:var(--FontFamily-Family);--TypographyTypes-Heading-SubHeading3-Family:var(--FontFamily-Family);--TypographyTypes-Heading-SubHeading3-Size:var(--FontSize-Size-14);--TypographyTypes-Heading-SubHeading3-Sbh3ExtraBold:var(--FontType-ExtraBold);--TypographyTypes-Heading-SubHeading3-Sbh3Semibold:var(--FontType-SemiBold);--TypographyTypes-Heading-SubHeading3-Sbh3Medium:var(--FontType-Medium);--TypographyTypes-Heading-SubHeading3-Sbh3Regular:var(--FontType-Regular);--TypographyTypes-Heading-SubHeading3-Sbh3Black:var(--FontType-Black);--TypographyTypes-Heading-SubHeading2-Size:var(--FontSize-Size-16);--TypographyTypes-Heading-SubHeading2-Sbh2SemiBold:var(--FontType-SemiBold);--TypographyTypes-Heading-SubHeading2-Sbh2ExtraBold:var(--FontType-ExtraBold);--TypographyTypes-Heading-SubHeading2-Sbh2Medium:var(--FontType-Medium);--TypographyTypes-Heading-SubHeading2-Sbh2Regular:var(--FontType-Regular);--TypographyTypes-ButtonsTypography-Standard_Button-Family:var(--FontFamily-Family);--TypographyTypes-ButtonsTypography-Standard_Button-Size:var(--button-size-14);--TypographyTypes-ButtonsTypography-Standard_Button-Type:var(--FontType-ExtraBold)}@layer theme,components;@layer utilities{.absolute{position:absolute}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.mt-1{margin-top:calc(var(--spacing) * 1)}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-6{margin-top:calc(var(--spacing) * 6)}.mt-8{margin-top:calc(var(--spacing) * 8)}.mt-12{margin-top:calc(var(--spacing) * 12)}.mb-1{margin-bottom:calc(var(--spacing) * 1)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-6{margin-bottom:calc(var(--spacing) * 6)}.mb-12{margin-bottom:calc(var(--spacing) * 12)}.ml-0\.5{margin-left:calc(var(--spacing) * .5)}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-flex{display:inline-flex}.table{display:table}.h-4{height:calc(var(--spacing) * 4)}.h-11{height:calc(var(--spacing) * 11)}.h-full{height:100%}.min-h-\[500px\]{min-height:500px}.min-h-screen{min-height:100vh}.w-4{width:calc(var(--spacing) * 4)}.w-\[824px\]{width:824px}.w-full{width:100%}.max-w-md{max-width:var(--container-md)}.max-w-sm{max-width:var(--container-sm)}.min-w-\[48px\]{min-width:48px}.flex-1{flex:1}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.cursor-not-allowed{cursor:not-allowed}.cursor-text{cursor:text}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.items-stretch{align-items:stretch}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:calc(var(--spacing) * 2)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-6{gap:calc(var(--spacing) * 6)}.gap-8{gap:calc(var(--spacing) * 8)}.gap-12{gap:calc(var(--spacing) * 12)}:where(.space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-8>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-10>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-12>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)))}.overflow-hidden{overflow:hidden}.rounded-\[13px\]{border-radius:13px}.rounded-\[var\(--radius-md\,8px\)\]{border-radius:var(--radius-md,8px)}.rounded-full{border-radius:3.40282e38px}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-\[var\(--colors-input-field-border-default\)\]{border-color:var(--colors-input-field-border-default)}.border-\[var\(--colors-input-field-border-disabled\)\]{border-color:var(--colors-input-field-border-disabled)}.border-\[var\(--colors-input-field-border-error\)\]{border-color:var(--colors-input-field-border-error)}.border-blue-100{border-color:var(--color-blue-100)}.border-border{border-color:var(--color-border)}.border-gray-200{border-color:var(--color-gray-200)}.border-gray-300{border-color:var(--color-gray-300)}.border-red-200{border-color:var(--color-red-200)}.border-red-400{border-color:var(--color-red-400)}.bg-\[var\(--colors-input-field-bkg-default\)\]{background-color:var(--colors-input-field-bkg-default)}.bg-\[var\(--colors-input-field-bkg-disabled\)\]{background-color:var(--colors-input-field-bkg-disabled)}.bg-\[var\(--colors-input-field-bkg-error\)\]{background-color:var(--colors-input-field-bkg-error)}.bg-background{background-color:var(--color-background)}.bg-blue-50\/50{background-color:#eff6ff80}@supports (color:color-mix(in lab, red, red)){.bg-blue-50\/50{background-color:color-mix(in oklab, var(--color-blue-50) 50%, transparent)}}.bg-gray-50{background-color:var(--color-gray-50)}.bg-gray-100{background-color:var(--color-gray-100)}.bg-gray-400{background-color:var(--color-gray-400)}.bg-muted\/30{background-color:var(--color-muted)}@supports (color:color-mix(in lab, red, red)){.bg-muted\/30{background-color:color-mix(in oklab, var(--color-muted) 30%, transparent)}}.bg-red-50{background-color:var(--color-red-50)}.bg-transparent{background-color:#0000}.bg-white{background-color:var(--color-white)}.p-6{padding:calc(var(--spacing) * 6)}.p-8{padding:calc(var(--spacing) * 8)}.px-1{padding-inline:calc(var(--spacing) * 1)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-4{padding-inline:calc(var(--spacing) * 4)}.pt-4{padding-top:calc(var(--spacing) * 4)}.pt-8{padding-top:calc(var(--spacing) * 8)}.pr-3{padding-right:calc(var(--spacing) * 3)}.pb-2{padding-bottom:calc(var(--spacing) * 2)}.text-center{text-align:center}.font-mono{font-family:var(--font-mono)}.font-sans{font-family:var(--font-sans)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-extrabold{--tw-font-weight:var(--font-weight-extrabold);font-weight:var(--font-weight-extrabold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.text-\[var\(--colors-input-field-text-disabled\)\]{color:var(--colors-input-field-text-disabled)}.text-\[var\(--text-label\,12px\)\]{color:var(--text-label,12px)}.text-foreground{color:var(--color-foreground)}.text-gray-400{color:var(--color-gray-400)}.text-gray-500{color:var(--color-gray-500)}.text-gray-700{color:var(--color-gray-700)}.text-gray-800{color:var(--color-gray-800)}.text-muted-foreground{color:var(--color-muted-foreground)}.text-red-500{color:var(--color-red-500)}.text-red-900{color:var(--color-red-900)}.text-secondary{color:var(--color-secondary)}.opacity-60{opacity:.6}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-200{--tw-duration:.2s;transition-duration:.2s}.outline-none{--tw-outline-style:none;outline-style:none}.placeholder\:text-\[var\(--colors-input-field-text-placeholder\)\]::placeholder{color:var(--colors-input-field-text-placeholder)}.placeholder\:text-gray-400::placeholder{color:var(--color-gray-400)}.focus-within\:border-\[var\(--colors-input-field-border-focus\)\]:focus-within{border-color:var(--colors-input-field-border-focus)}@media (hover:hover){.hover\:border-\[var\(--colors-input-field-border-hover\)\]:hover{border-color:var(--colors-input-field-border-hover)}}@media (width>=48rem){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width>=64rem){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}}@keyframes button-spin{to{transform:translate(-50%,-50%)rotate(360deg)}}.checkbox-container:hover .checkbox-box:not(.checkbox-box--disabled):not(.checkbox-box--readonly),.checkbox-container--hover .checkbox-box{outline:1px var(--colors-primitive-color-tokens-neutrals-bkg-500,#959490) solid}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}.button{font-family:var(--TypographyTypes-ButtonsTypography-Standard_Button-Family,"DM Sans", sans-serif);font-size:var(--TypographyTypes-ButtonsTypography-Standard_Button-Size,14px);font-weight:var(--TypographyTypes-ButtonsTypography-Standard_Button-Type,800);cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;border:none;border-radius:999px;outline:none;justify-content:center;align-items:center;gap:8px;text-decoration:none;transition:all .2s ease-in-out;display:inline-flex}.button:disabled{cursor:not-allowed;opacity:.6}.button--md{height:48px;font-size:var(--FontSize-Size-16,16px);gap:8px;padding:12px 16px}.button--lg{height:72px;font-size:var(--FontSize-Size-18,18px);gap:12px;padding:20px 24px}.button--sm{height:35px;font-size:var(--FontSize-Size-14,14px);gap:4px;padding:10px 12px}.button--primary{background-color:var(--colors-buttons-primary-btn-primary-btn-bkg-default);color:var(--colors-buttons-primary-btn-primary-btn-label-default,white)}.button--primary:hover:not(:disabled){background-color:var(--colors-buttons-primary-btn-primary-btn-bkg-hover);color:var(--colors-buttons-primary-btn-primary-btn-label-hover,white)}.button--primary:disabled{background-color:var(--colors-buttons-primary-btn-primary-btn-bkg-disabled);color:var(--colors-buttons-primary-btn-primary-btn-label-disabled)}.button--brand{background-color:var(--colors-buttons-brand-btn-brand-btn-bkg-default);color:var(--colors-buttons-brand-btn-brand-btn-label-default,white)}.button--brand:hover:not(:disabled){background-color:var(--colors-buttons-brand-btn-brand-btn-bkg-hover);color:var(--colors-buttons-brand-btn-brand-btn-label-hover,white)}.button--brand:disabled{background-color:var(--colors-buttons-brand-btn-brand-btn-bkg-disabled);color:var(--colors-buttons-brand-btn-brand-btn-label-disabled)}.button--secondary{background-color:var(--colors-buttons-secondary-btn-secondary-btn-bkg-default,white);color:var(--colors-buttons-secondary-btn-secondary-btn-label-default);border:1px solid var(--colors-buttons-secondary-btn-secondary-btn-border-default)}.button--secondary:hover:not(:disabled){background-color:var(--colors-buttons-secondary-btn-secondary-btn-bkg-hover);color:var(--colors-buttons-secondary-btn-secondary-btn-label-hover,white);border:1px solid var(--colors-buttons-secondary-btn-secondary-btn-border-hover)}.button--secondary:disabled{background-color:var(--colors-buttons-secondary-btn-secondary-btn-bkg-disabled);color:var(--colors-buttons-secondary-btn-secondary-btn-label-disabled);border:1px solid var(--colors-buttons-secondary-btn-secondary-btn-border-disabled)}.button--success{background-color:var(--colors-buttons-success-btn-brand-btn-bkg-default);color:var(--colors-buttons-success-btn-brand-btn-label-default,white)}.button--success:hover:not(:disabled){background-color:var(--colors-buttons-success-btn-brand-btn-bkg-hover);color:var(--colors-buttons-success-btn-brand-btn-label-hover,white)}.button--success:disabled{background-color:var(--colors-buttons-success-btn-brand-btn-bkg-disabled);color:var(--colors-buttons-success-btn-brand-btn-label-disabled)}.button svg,.button i{flex-shrink:0;justify-content:center;align-items:center;display:flex}.button--md svg,.button--md i{width:24px;height:24px}.button--lg svg,.button--lg i{width:32px;height:32px}.button--sm svg,.button--sm i{width:20px;height:20px}.button--loading{pointer-events:none;position:relative;color:#0000!important}.button--loading .button__icon,.button--loading .button__label{visibility:hidden}.button__spinner{border:2px solid;border-top-color:#0000;border-radius:50%;width:1.5em;height:1.5em;animation:.6s linear infinite button-spin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.checkbox-container{cursor:pointer;-webkit-user-select:none;user-select:none;flex-direction:column;align-items:flex-start;padding:10px;display:inline-flex}.checkbox-row{align-items:center;gap:10px;display:flex}.checkbox-box{box-sizing:border-box;background:var(--colors-primitive-color-tokens-neutrals-static-white,white);outline:1px var(--colors-primitive-color-tokens-neutrals-bkg-400,#c3c1b5) solid;outline-offset:-.5px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;transition:all .2s ease-in-out;display:flex;position:relative}.checkbox-box--square{border-radius:2px}.checkbox-box--round{border-radius:9999px}.checkbox-box--checked,.checkbox-box--indeterminate{background:var(--colors-primitive-color-tokens-teal-700,#118082);outline:1px var(--colors-primitive-color-tokens-teal-700,#118082) solid}.checkbox-container:hover .checkbox-box:not(.checkbox-box--disabled):not(.checkbox-box--readonly),.checkbox-container--hover .checkbox-box{outline:1px var(--colors-primitive-color-tokens-neutrals-bkg-500,#959490) solid}.checkbox-box--disabled{background:var(--colors-primitive-color-tokens-neutrals-inactive-200,#d2dce6);outline:1px var(--colors-primitive-color-tokens-neutrals-inactive-300,#b4c6d6) solid;cursor:not-allowed}.checkbox-box--disabled.checkbox-box--checked{background:var(--colors-primitive-color-tokens-neutrals-inactive-400,#8ba1b9)}.checkbox-box--readonly{background:var(--colors-primitive-color-tokens-neutrals-inactive-200,#d2dce6);outline:1px var(--colors-primitive-color-tokens-neutrals-inactive-300,#b4c6d6) solid;cursor:default}.checkbox-box--readonly.checkbox-box--checked{background:var(--colors-primitive-color-tokens-neutrals-inactive-600,#4b5867)}.checkbox-container--focus .checkbox-label{color:var(--colors-primitive-color-tokens-teal-800,#00575c)}.checkbox-icon{width:12px;height:9px;color:var(--colors-primitive-color-tokens-neutrals-static-white,white);justify-content:center;align-items:center;display:flex}.checkbox-icon svg{width:100%;height:100%}.checkbox-label{word-wrap:break-word;color:var(--colors-primitive-color-tokens-neutrals-bkg-700,#4b4b4a);font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;line-height:20.37px;transition:color .2s ease-in-out}.checkbox-label--disabled{color:var(--colors-primitive-color-tokens-neutrals-inactive-500,#6a809a)}.checkbox-label--readonly{color:var(--colors-primitive-color-tokens-neutrals-inactive-600,#4b5867)}.checkbox-subtext{color:var(--colors-primitive-color-tokens-neutrals-bkg-600,#71706c);word-wrap:break-word;margin-top:-2px;padding-left:26px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:400;line-height:20.37px}.datepicker{width:100%;max-width:250px;font-family:var(--FontFamily-Family,"DM Sans", sans-serif);flex-direction:column;gap:4px;display:inline-flex;position:relative}.datepicker__label-row{align-items:center;gap:4px;display:flex}.datepicker__label{color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);font-size:var(--FontSize-Size-14,14px);font-weight:var(--FontType-SemiBold,600);line-height:20.37px}.datepicker__required-star{justify-content:center;align-items:center;width:8px;height:8px;display:flex}.datepicker__input-wrapper{background:var(--Colors-Functional-Bkg-Bkg_Default,white);outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;outline-offset:-1px;cursor:pointer;border-radius:13px;justify-content:space-between;align-items:center;gap:8px;min-width:200px;height:36px;padding:0 12px;transition:all .2s ease-in-out;display:flex;position:relative;overflow:hidden}.datepicker__input-wrapper:hover:not(.datepicker__input-wrapper--disabled):not(.datepicker__input-wrapper--readonly){outline:1px var(--colors-primitive-color-tokens-neutrals-bkg-500,#959490) solid}.datepicker__input-wrapper--focus{outline:1px var(--Colors-Functional-Border-Border_Focus,#21a49f) solid!important}.datepicker__input-wrapper--disabled{background:var(--colors-primitive-color-tokens-neutrals-inactive-100,#eef2f6);cursor:not-allowed;opacity:.6;outline:1px var(--colors-primitive-color-tokens-neutrals-inactive-300,#b4c6d6) solid}.datepicker__input-wrapper--readonly{background:var(--colors-primitive-color-tokens-neutrals-bkg-50,#f9f9f6);cursor:default;outline:1px var(--colors-primitive-color-tokens-neutrals-bkg-300,#e5e4dd) solid}.datepicker__placeholder{color:var(--Colors-Functional-Border-Border_Default,#c3c1b5);font-size:var(--FontSize-Size-14,14px);font-weight:var(--FontType-Medium,500);white-space:nowrap;text-overflow:ellipsis;flex:1;line-height:20.37px;overflow:hidden}.datepicker__value{color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);font-size:var(--FontSize-Size-14,14px);font-weight:var(--FontType-Medium,500);white-space:nowrap;text-overflow:ellipsis;flex:1;line-height:20.37px;overflow:hidden}.datepicker__icon-wrapper{width:16px;height:16px;color:var(--Colors-Functional-Border-Border_Default,#c3c1b5);justify-content:center;align-items:center;display:flex}.datepicker__dropdown{z-index:1000;background:var(--Colors-Functional-Bkg-Bkg_Default,white);outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;outline-offset:-1px;border-radius:13px;flex-direction:column;gap:12px;min-width:280px;padding:12px 10px;display:flex;position:absolute;top:calc(100% + 4px);left:0;box-shadow:0 4px 20px #00000014}.datepicker__dropdown--range{min-width:700px}.datepicker__dropdown-main{display:flex}.datepicker__calendar-container{flex:1;display:flex}.datepicker__calendar{flex-direction:column;flex:1;gap:12px;padding:0 12px;display:flex}.datepicker__header{justify-content:center;align-items:center;gap:8px;height:36px;display:flex}.datepicker__header-selectors{flex:1;gap:8px;display:flex}.datepicker__header-select{background:var(--Colors-Functional-Bkg-Bkg_Default,white);outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;outline-offset:-1px;cursor:pointer;height:36px;font-size:var(--FontSize-Size-14,14px);font-weight:var(--FontType-SemiBold,600);color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);border-radius:13px;flex:1;justify-content:space-between;align-items:center;gap:8px;padding:0 12px;transition:all .2s;display:flex}.datepicker__header-select:hover{outline:1px var(--Colors-Functional-Border-Border_Focus,#21a49f) solid}.datepicker__header-icon{color:var(--Colors-Functional-Border-Border_Default,#c3c1b5);justify-content:center;align-items:center;display:flex}.datepicker__weekdays{text-align:center;grid-template-columns:repeat(7,1fr);display:grid}.datepicker__weekday{width:36px;height:28px;font-size:var(--FontSize-Size-14,14px);font-weight:var(--FontType-Medium,500);color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);justify-content:center;align-items:center;line-height:16px;display:flex}.datepicker__days{grid-template-columns:repeat(7,1fr);gap:0;display:grid}.datepicker__day{cursor:pointer;width:36px;height:28px;font-size:var(--FontSize-Size-14,14px);font-weight:var(--FontType-Regular,400);color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);border-radius:4px;justify-content:center;align-items:center;line-height:20.37px;transition:all .2s;display:flex;position:relative}.datepicker__day:hover:not(.datepicker__day--disabled):not(.datepicker__day--selected){background:var(--Colors-Functional-Bkg-Bkg_Default,#f6f6f3)}.datepicker__day--disabled{cursor:not-allowed;color:var(--Colors-Functional-Label-Txt_Label_Disabled,#6a809a)!important}.datepicker--range .datepicker__day--selected{color:var(--colors-primitive-color-tokens-neutrals-static-white,#fff)!important;background:#21a49f!important}.datepicker--range .datepicker__day--in-range{background:#d6fffb;border-radius:0}.datepicker__day--selected{color:var(--Colors-Functional-Txt-Txt_Selected-White,white)!important;background:#21a49f!important}.datepicker__day--in-range{background:#d6fffb;border-radius:0}.datepicker__day-text{z-index:1}.datepicker__divider{outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;outline-offset:-.3px;align-self:stretch;height:0}.datepicker__footer{flex-direction:column;display:flex}.datepicker__presets{flex-direction:column;gap:8px;min-width:140px;padding-right:8px;display:flex}.datepicker__preset{font-size:var(--FontSize-Size-14,14px);font-weight:var(--FontType-Regular,400);color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);cursor:pointer;border-radius:4px;padding:5px 20px;line-height:20.37px;transition:all .2s}.datepicker__preset:hover{background:var(--Colors-Functional-Bkg-Bkg_Default,#f6f6f3)}.datepicker--range .datepicker__preset--active{font-weight:var(--FontType-SemiBold,600);color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a)!important;background:#d6fffb!important}.datepicker__preset--active{font-weight:var(--FontType-SemiBold,600);color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a)}.datepicker__vertical-divider{background:var(--Colors-Functional-Border-Border_Default,#c3c1b5);align-self:stretch;width:1px;min-height:100%;margin:-12px 0}.datepicker__vertical-divider--calendar{margin:0}.datepicker__actions{justify-content:flex-end;gap:8px;padding-top:12px;display:flex}.datepicker__button{height:40px;font-size:var(--FontSize-Size-14,14px);font-weight:var(--FontType-ExtraBold,800);cursor:pointer;text-transform:uppercase;letter-spacing:.02em;border:none;border-radius:999px;justify-content:center;align-items:center;gap:4px;padding:0 16px;line-height:20.37px;transition:all .2s;display:flex}.datepicker__button--cancel{background:var(--Colors-Buttons-SecondaryBtn-SecondaryBtn_Bkg_Default,white);color:var(--Colors-Buttons-SecondaryBtn-SecondaryBtn_Label_Default,#4b4b4a);border:1px var(--Colors-Buttons-SecondaryBtn-SecondaryBtn_Border_Default,#118082) solid}.datepicker__button--cancel:hover{background:var(--Colors-Functional-Bkg-Bkg_Default,#f6f6f3)}.datepicker__button--apply{background:var(--Colors-Buttons-PrimaryBtn-PrimaryBtn_Bkg_Default,#118082);color:var(--Colors-Buttons-PrimaryBtn-PrimaryBtn_Label_Default,white)}.datepicker__button--apply:hover{background:var(--Colors-Buttons-PrimaryBtn-PrimaryBtn_Bkg_Hover,#00575c)}.datepicker__button--apply:disabled{background:var(--Colors-Buttons-PrimaryBtn-PrimaryBtn_Bkg_Disabled,#8ba1b9);cursor:not-allowed}.inputfield-container{flex-direction:column;width:100%;display:inline-flex;position:relative}.inputfield-label-wrapper{align-items:center;gap:4px;margin-bottom:4px;padding-left:13px;display:flex}.inputfield-label{color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);word-wrap:break-word;font-size:14px;font-weight:600;line-height:20.37px}.inputfield-required{color:var(--Colors-Functional-Input-Icons-Icon_Error,#e73d36);word-wrap:break-word;font-size:14px;font-weight:600;line-height:20.37px}.inputfield-character-count{color:var(--Colors-Functional-Txt_Helper-Txt_Helper_Default,#71706c);word-wrap:break-word;margin-left:auto;font-size:12px;font-weight:500;line-height:14.55px}.inputfield-wrapper{background:var(--Colors-Functional-Bkg-Bkg_Default,white);outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;outline-offset:-1px;border-radius:13px;align-items:center;gap:10px;padding:8px;transition:all .2s ease-in-out;display:flex}.inputfield-wrapper--default{background:var(--Colors-Functional-Bkg-Bkg_Default,white);outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid}.inputfield-wrapper--hover{background:var(--Colors-Functional-Bkg-Bkg_Hover,#d6fffb);outline:1px var(--Colors-Functional-Border-Border_Hover,#959490) solid}.inputfield-wrapper--focus{background:var(--Colors-Functional-Bkg-Bkg_Default,white);outline:1px var(--Colors-Functional-Border-Border_Focus,#21a49f) solid}.inputfield-wrapper--disabled{background:var(--Colors-Functional-Bkg-Bkg_Disabled,#d2dce6);outline:1px var(--Colors-Functional-Border-Border_Disabled,#b4c6d6) solid;cursor:not-allowed}.inputfield-wrapper--error{background:var(--Colors-Functional-Bkg-Bkg_Error-Red100,#ffd3d2);outline:1px var(--Colors-Functional-Border-Border_Error,#e73d36) solid}.inputfield-wrapper--readonly{background:var(--Colors-Functional-Bkg-Bkg_ReadOnly,#d2dce6);outline:1px var(--Colors-Functional-Border-Border_ReadOnly,#b4c6d6) solid}.inputfield-left-icon,.inputfield-right-icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.inputfield-left-icon{margin-right:8px}.inputfield-right-icon{margin-left:8px}.inputfield-input{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Default,#71706c);word-wrap:break-word;background:0 0;border:none;outline:none;flex:1;width:100%;padding:0;font-size:14px;font-weight:500;line-height:20.37px}.inputfield-input::placeholder{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Default,#71706c)}.inputfield-wrapper--disabled .inputfield-input{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Disabled,#8ba1b9);cursor:not-allowed}.inputfield-wrapper--disabled .inputfield-input::placeholder{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Disabled,#8ba1b9)}.inputfield-wrapper--error .inputfield-input,.inputfield-wrapper--error .inputfield-input::placeholder{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Error,#e73d36)}.inputfield-wrapper--readonly .inputfield-input,.inputfield-wrapper--readonly .inputfield-input::placeholder{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_ReadOnly,#6a809a)}.inputfield-helper-text-wrapper{padding-left:13px}.inputfield-helper-text{color:var(--Colors-Functional-Txt-Txt_ReadOnly,#4b5867);word-wrap:break-word;font-size:12px;font-weight:500;line-height:14.55px}.inputfield-helper-text--error{color:var(--Colors-Functional-Txt-Txt_Error,#c9221c)}.inputfield-container--sm .inputfield-input,.inputfield-container--sm .inputfield-label{font-size:12px;line-height:16px}.inputfield-container--lg .inputfield-input,.inputfield-container--lg .inputfield-label{font-size:16px;line-height:24px}.inputfield-icon-container{flex-direction:column;width:100%;display:inline-flex;position:relative}.inputfield-icon-label-wrapper{align-items:center;gap:4px;margin-bottom:4px;padding-left:13px;display:flex}.inputfield-icon-label{color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);word-wrap:break-word;font-size:14px;font-weight:600;line-height:20.37px}.inputfield-icon-required{color:var(--Colors-Functional-Input-Icons-Icon_Error,#e73d36);word-wrap:break-word;font-size:14px;font-weight:600;line-height:20.37px}.inputfield-icon-character-count{color:var(--Colors-Functional-Txt_Helper-Txt_Helper_Default,#71706c);word-wrap:break-word;margin-left:auto;font-size:12px;font-weight:500;line-height:14.55px}.inputfield-icon-wrapper{background:var(--Colors-Functional-Bkg-Bkg_Default,white);outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;outline-offset:-1px;border-radius:13px;flex:1 1 0;align-items:center;gap:15px;height:50px;padding-top:10px;padding-bottom:10px;transition:all .2s ease-in-out;display:flex;position:relative}.inputfield-icon-wrapper--default{background:var(--Colors-Functional-Bkg-Bkg_Default,white);outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid}.inputfield-icon-wrapper--hover{background:var(--Colors-Functional-Bkg-Bkg_Hover,#d6fffb);outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid}.inputfield-icon-wrapper--selected{background:var(--Colors-Functional-Bkg-Bkg_Default,white);outline:1px var(--Colors-Functional-Border-Border_Focus,#21a49f) solid}.inputfield-icon-wrapper--disabled{background:var(--Colors-Functional-Bkg-Bkg_Disabled,#d2dce6);outline:1px var(--Colors-Functional-Border-Border_Disabled,#b4c6d6) solid;cursor:not-allowed}.inputfield-icon-wrapper--error{background:var(--Colors-Functional-Bkg-Bkg_Error-Red100,#ffd3d2);outline:1px var(--Colors-Functional-Border-Border_Error,#e73d36) solid}.inputfield-icon-wrapper--readonly{background:var(--Colors-Functional-Bkg-Bkg_ReadOnly,#d2dce6);outline:1px var(--Colors-Functional-Border-Border_ReadOnly,#b4c6d6) solid}.inputfield-icon-prefix{background:var(--Colors-Functional-Bkg-Bkg_Dark,#efeeea);outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;outline-offset:-1px;border-top-left-radius:13px;border-bottom-left-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:50px;display:flex}.inputfield-icon-input{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Default,#71706c);word-wrap:break-word;background:0 0;border:none;outline:none;flex:1;width:100%;padding:0;font-size:14px;font-weight:500;line-height:20.37px}.inputfield-icon-input::placeholder{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Default,#71706c)}.inputfield-icon-wrapper--disabled .inputfield-icon-input{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Disabled,#8ba1b9);cursor:not-allowed}.inputfield-icon-wrapper--disabled .inputfield-icon-input::placeholder{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Disabled,#8ba1b9)}.inputfield-icon-wrapper--error .inputfield-icon-input,.inputfield-icon-wrapper--error .inputfield-icon-input::placeholder{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Error,#e73d36)}.inputfield-icon-wrapper--readonly .inputfield-icon-input,.inputfield-icon-wrapper--readonly .inputfield-icon-input::placeholder{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_ReadOnly,#6a809a)}.inputfield-icon-helper-text-wrapper{padding-left:13px}.inputfield-icon-helper-text{color:var(--Colors-Functional-Txt-Txt_ReadOnly,#4b5867);word-wrap:break-word;font-size:12px;font-weight:500;line-height:14.55px}.inputfield-icon-helper-text--error{color:var(--Colors-Functional-Txt-Txt_Error,#c9221c)}.inputfield-icon-container--sm .inputfield-icon-input,.inputfield-icon-container--sm .inputfield-icon-label{font-size:12px;line-height:16px}.inputfield-icon-container--lg .inputfield-icon-input,.inputfield-icon-container--lg .inputfield-icon-label{font-size:16px;line-height:24px}.inputfield-phone-container{flex-direction:column;width:100%;display:inline-flex;position:relative}.inputfield-phone-label-wrapper{align-items:center;gap:4px;margin-bottom:4px;padding-left:13px;display:flex}.inputfield-phone-label{color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);word-wrap:break-word;font-size:14px;font-weight:600;line-height:20.37px}.inputfield-phone-required{color:var(--Colors-Functional-Input-Icons-Icon_Error,#e73d36);word-wrap:break-word;font-size:14px;font-weight:600;line-height:20.37px}.inputfield-phone-character-count{color:var(--Colors-Functional-Txt_Helper-Txt_Helper_Default,#71706c);word-wrap:break-word;margin-left:auto;font-size:12px;font-weight:500;line-height:14.55px}.inputfield-phone-wrapper{background:var(--Colors-Functional-Bkg-Bkg_Default,white);outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;outline-offset:-1px;border-radius:13px;flex:1 1 0;align-items:center;gap:15px;height:50px;padding-top:10px;padding-bottom:10px;transition:all .2s ease-in-out;display:flex;position:relative}.inputfield-phone-wrapper--default{background:var(--Colors-Functional-Bkg-Bkg_Default,white);outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid}.inputfield-phone-wrapper--hover{background:var(--Colors-Functional-Bkg-Bkg_Hover,#d6fffb);outline:1px var(--Colors-Functional-Border-Border_Focus,#21a49f) solid}.inputfield-phone-wrapper--selected{background:var(--Colors-Functional-Bkg-Bkg_Default,white);outline:1px var(--Colors-Functional-Border-Border_Focus,#21a49f) solid}.inputfield-phone-wrapper--disabled{background:var(--Colors-Functional-Bkg-Bkg_Disabled,#d2dce6);outline:1px var(--Colors-Functional-Border-Border_Disabled,#b4c6d6) solid;cursor:not-allowed}.inputfield-phone-wrapper--error{background:var(--Colors-Functional-Bkg-Bkg_Error-Red100,#ffd3d2);outline:1px var(--Colors-Functional-Border-Border_Error,#e73d36) solid}.inputfield-phone-wrapper--readonly{background:var(--Colors-Functional-Bkg-Bkg_ReadOnly,#d2dce6);outline:1px var(--Colors-Functional-Border-Border_ReadOnly,#b4c6d6) solid}.inputfield-phone-prefix{background:var(--Colors-Functional-Bkg-Bkg_Dark,#efeeea);outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;outline-offset:-1px;border-top-left-radius:13px;border-bottom-left-radius:13px;flex-shrink:0;justify-content:center;align-items:center;height:50px;padding:9px 12px;display:flex}.inputfield-phone-prefix-value{color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);word-wrap:break-word;font-size:16px;font-weight:500;line-height:23.28px}.inputfield-phone-input{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Default,#71706c);word-wrap:break-word;background:0 0;border:none;outline:none;flex:1;width:100%;padding:0;font-size:14px;font-weight:500;line-height:20.37px}.inputfield-phone-input::placeholder{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Default,#71706c)}.inputfield-phone-wrapper--disabled .inputfield-phone-input{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Disabled,#8ba1b9);cursor:not-allowed}.inputfield-phone-wrapper--disabled .inputfield-phone-input::placeholder{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Disabled,#8ba1b9)}.inputfield-phone-wrapper--error .inputfield-phone-input,.inputfield-phone-wrapper--error .inputfield-phone-input::placeholder{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Error,#e73d36)}.inputfield-phone-wrapper--readonly .inputfield-phone-input,.inputfield-phone-wrapper--readonly .inputfield-phone-input::placeholder{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_ReadOnly,#6a809a)}.inputfield-phone-helper-text-wrapper{padding-left:13px}.inputfield-phone-helper-text{color:var(--Colors-Functional-Txt-Txt_ReadOnly,#4b5867);word-wrap:break-word;font-size:12px;font-weight:500;line-height:14.55px}.inputfield-phone-helper-text--error{color:var(--Colors-Functional-Txt-Txt_Error,#c9221c)}.inputfield-phone-container--sm .inputfield-phone-wrapper{height:40px;padding-top:8px;padding-bottom:8px}.inputfield-phone-container--sm .inputfield-phone-input,.inputfield-phone-container--sm .inputfield-phone-label{font-size:12px;line-height:16px}.inputfield-phone-container--sm .inputfield-phone-prefix{height:40px;padding-top:7px;padding-bottom:7px}.inputfield-phone-container--sm .inputfield-phone-prefix-value{font-size:14px;line-height:20.37px}.inputfield-phone-container--lg .inputfield-phone-input,.inputfield-phone-container--lg .inputfield-phone-label{font-size:16px;line-height:24px}.inputfield-phone-container--lg .inputfield-phone-prefix{height:50px;padding-top:9px;padding-bottom:9px}.inputfield-phone-container--lg .inputfield-phone-prefix-value{font-size:16px;line-height:23.28px}.pill-badge{box-sizing:border-box;color:var(--Colors-Buttons-Pill-Badge-Txt_Pill-Badge_Label,#4b4b4a);border-radius:18px;justify-content:center;align-items:center;width:fit-content;padding:0 9px;font-family:DM Sans,sans-serif;transition:all .2s ease-in-out;display:inline-flex}.pill-badge--stacked{flex-direction:column;padding:5px}.pill-badge--blue{background-color:var(--Colors-Buttons-Pill-Badge-Bkg-Blue200,#d2edff)}.pill-badge--fuchsia{background-color:var(--Colors-Buttons-Pill-Badge-Bkg-Fusia100,#ffdaef)}.pill-badge--lime{background-color:var(--Colors-Buttons-Pill-Badge-Bkg-Lime200,#daf3b9)}.pill-badge--sm{height:24px;font-size:12px;font-weight:500;line-height:17.46px}.pill-badge--md{height:26px;font-size:14px;font-weight:600;line-height:20.37px}.pill-badge__title{text-align:center;flex-direction:column;justify-content:center;display:flex}.pill-badge--stacked .pill-badge__title--md{font-size:14px;font-weight:500;line-height:20.37px}.pill-badge--stacked .pill-badge__title--lg{font-size:16px;font-weight:500;line-height:23.28px}.pill-badge__subtext{text-align:center;flex-direction:column;justify-content:center;font-size:10px;font-weight:500;line-height:14.55px;display:flex}.progressbar{flex-direction:column;gap:4px;width:211px;display:flex}.progressbar--card{background:var(--colors-primitive-color-tokens-neutrals-bkg-200,#efeeea);border:1px solid var(--colors-primitive-color-tokens-neutrals-bkg-400,#c3c1b5);border-radius:10px;width:fit-content;padding:5px 10px}.progressbar--card .progressbar__track,.progressbar--card .progressbar__header,.progressbar--card .progressbar__footer{width:100%}.progressbar__header{justify-content:space-between;align-items:center;width:100%;display:flex}.progressbar__label{color:var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-700,#4b4b4a);font-size:var(--FontSize-Size-12,12px);font-weight:var(--FontType-Medium,500);white-space:nowrap;text-overflow:ellipsis;width:131px;line-height:1.45;overflow:hidden}.progressbar__percentage{color:var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-700,#4b4b4a);font-size:var(--FontSize-Size-12,12px);font-weight:var(--FontType-Medium,500);line-height:1.45}.progressbar__track{background:var(--Colors-PrimitiveColorTokens-Neutrals-Inactive-200,#d2dce6);border-radius:20px;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.progressbar__track--sm{height:4px}.progressbar__track--md{height:10px}.progressbar__track--lg{height:16px}.progressbar__fill{border-radius:20px;height:100%;transition:width .3s ease-in-out}.progressbar__fill--default{background:var(--colors-primitive-color-tokens-teal-700,#118082)}.progressbar__fill--high-usage{background:var(--colors-primitive-color-tokens-orange-500,#f27e25)}.progressbar__footer{justify-content:space-between;align-items:center;width:100%;height:17px;display:flex}.progressbar__used{color:var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-600,#71706c);font-size:var(--FontSize-Size-12,12px);font-weight:var(--FontType-Medium,500);line-height:1.45}.progressbar__remaining{color:var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-600,#71706c);font-size:var(--FontSize-Size-12,12px);font-weight:var(--FontType-Regular,400);line-height:1.45}.radio-button{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:5px;display:inline-flex;position:relative}.radio-button--disabled,.radio-button--readonly{cursor:default}.radio-button__input{opacity:0;width:0;height:0;margin:0;position:absolute}.radio-button__wrapper{flex-shrink:0;width:16px;height:16px;margin-top:2px;position:relative}.radio-button__visual{width:100%;height:100%;cursor:inherit;display:block}.radio-button__outer-circle{background:var(--colors-primitive-color-tokens-neutrals-static-white,#fff);border:1px solid var(--colors-primitive-color-tokens-neutrals-bkg-400,#c3c1b5);box-sizing:border-box;border-radius:50%;place-items:center;width:16px;height:16px;line-height:0;transition:border-color .2s;display:grid;overflow:hidden}.radio-button:not(.radio-button--disabled):not(.radio-button--readonly):hover .radio-button__outer-circle{border-color:var(--colors-primitive-color-tokens-neutrals-bkg-500,#959490)}.radio-button__inner-circle{background:var(--colors-primitive-color-tokens-teal-700,#118082);border-radius:50%;flex-shrink:0;width:10px;height:10px;display:block}.radio-button__content{flex-direction:column;display:flex}.radio-button__label{color:var(--colors-primitive-color-tokens-neutrals-bkg-700,#4b4b4a);font-size:var(--FontSize-Size-14,14px);font-weight:var(--FontType-Medium,500);cursor:inherit;line-height:20.37px;transition:color .2s}.radio-button:not(.radio-button--disabled):not(.radio-button--readonly):hover .radio-button__label{color:var(--colors-primitive-color-tokens-teal-800,#00575c)}.radio-button__subtext{color:var(--colors-primitive-color-tokens-neutrals-bkg-700,#4b4b4a);font-size:var(--FontSize-Size-10,10px);font-weight:var(--FontType-Medium,500);line-height:14.55px}.radio-button--disabled .radio-button__outer-circle{background:var(--colors-primitive-color-tokens-neutrals-inactive-200,#d2dce6);border-color:var(--colors-primitive-color-tokens-neutrals-inactive-300,#b4c6d6)}.radio-button--disabled .radio-button__inner-circle{background:var(--colors-primitive-color-tokens-neutrals-inactive-400,#8ba1b9)}.radio-button--disabled .radio-button__label,.radio-button--disabled .radio-button__subtext{color:var(--colors-primitive-color-tokens-neutrals-inactive-500,#6a809a)}.radio-button--readonly .radio-button__outer-circle{background:var(--colors-primitive-color-tokens-neutrals-inactive-200,#d2dce6);border-color:var(--colors-primitive-color-tokens-neutrals-inactive-300,#b4c6d6)}.radio-button--readonly .radio-button__inner-circle{background:var(--colors-primitive-color-tokens-neutrals-inactive-600,#4b5867)}.radio-button--readonly .radio-button__label,.radio-button--readonly .radio-button__subtext{color:var(--colors-primitive-color-tokens-neutrals-inactive-600,#4b5867)}.state-badge{box-sizing:border-box;border-radius:24px;justify-content:center;align-items:center;gap:5px;width:fit-content;height:24px;padding:8px;font-family:DM Sans,sans-serif;transition:all .2s ease-in-out;display:inline-flex}.state-badge--active{background-color:var(--Colors-Buttons-Active-Inactive-Bkg_Active,#1a77b4)}.state-badge--inactive{background-color:var(--Colors-Buttons-Active-Inactive-Bkg_Inactive,#959490)}.state-badge__label{color:var(--Colors-Buttons-Active-Inactive-Txt_Label_Active,white);white-space:nowrap;flex-direction:column;justify-content:center;font-size:12px;font-weight:500;line-height:17.46px;display:flex}.state-badge__icon{width:12px;height:12px;color:var(--Colors-Functional-Input-Icons-Icon_White,white);flex-shrink:0;justify-content:center;align-items:center;display:flex}.state-badge__icon-placeholder{background-color:var(--Colors-Functional-Input-Icons-Icon_White,white);width:14px;height:14px;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.switch__content-wrapper{align-items:center;display:flex}.switch-container--checked.switch-container--green-red .switch__track,.switch-container--green-red .switch__input:checked+.switch__track,.switch-container--checked.switch-container--green .switch__track,.switch-container--green .switch__input:checked+.switch__track{background-color:var(--colors-primitive-color-tokens-lime-600,#5e981d)}.switch-container--checked.switch-container--red .switch__track,.switch-container--red .switch__input:checked+.switch__track,.switch-container--green-red:not(.switch-container--checked) .switch__track,.switch-container--green-red .switch__input:not(:checked)+.switch__track{background-color:var(--colors-primitive-color-tokens-red-500,#e73d36)}.switch-container{width:fit-content;display:block}.switch__content-wrapper{align-items:center;gap:8px;display:flex}.switch__main-label{color:var(--colors-primitive-color-tokens-neutrals-bkg-600,#71706c);margin-right:4px;font-size:16px;font-weight:400;line-height:23.28px}.switch__value-label{color:var(--colors-primitive-color-tokens-neutrals-bkg-700,#4b4b4a);font-size:16px;font-weight:400;line-height:23.28px;transition:font-weight .2s,color .2s}.switch__value-label--active-state{color:var(--colors-primitive-color-tokens-neutrals-bkg-800,#303030);font-weight:800}.switch{cursor:pointer;display:inline-block;position:relative}.switch__input{opacity:0;width:0;height:0;position:absolute}.switch__track{background-color:var(--colors-primitive-color-tokens-neutrals-inactive-300,#b4c6d6);cursor:pointer;border-radius:12px;transition:background-color .2s;display:block;position:relative}.switch__handle{background-color:var(--colors-primitive-color-tokens-neutrals-static-white,#fff);border-radius:50%;transition:transform .2s,background-color .2s;position:absolute;top:2px;left:2px}.switch-container--big .switch__track{width:48px;height:24px}.switch-container--big .switch__handle{width:20px;height:20px}.switch-container--small .switch__track{border-radius:10px;width:40px;height:20px}.switch-container--small .switch__handle{width:16px;height:16px}.switch-container--checked.switch-container--teal .switch__track,.switch-container--teal .switch__input:checked+.switch__track{background-color:var(--colors-primitive-color-tokens-teal-700,#118082)}.switch-container--checked.switch-container--fusia .switch__track,.switch-container--fusia .switch__input:checked+.switch__track{background-color:var(--colors-primitive-color-tokens-fuscia-600,#ac246e)}.switch-container--checked.switch-container--green-red .switch__track,.switch-container--green-red .switch__input:checked+.switch__track,.switch-container--checked.switch-container--green .switch__track,.switch-container--green .switch__input:checked+.switch__track{background-color:var(--colors-primitive-color-tokens-lime-600,#5e981d)}.switch-container--checked.switch-container--red .switch__track,.switch-container--red .switch__input:checked+.switch__track,.switch-container--green-red:not(.switch-container--checked) .switch__track,.switch-container--green-red .switch__input:not(:checked)+.switch__track{background-color:var(--colors-primitive-color-tokens-red-500,#e73d36)}.switch-container--big.switch-container--checked .switch__handle,.switch-container--big .switch__input:checked+.switch__track .switch__handle{transform:translate(24px)}.switch-container--small.switch-container--checked .switch__handle,.switch-container--small .switch__input:checked+.switch__track .switch__handle{transform:translate(20px)}.switch-container--disabled .switch__track,.switch-container--disabled.switch-container--checked .switch__track,.switch-container--disabled .switch__input:checked+.switch__track{background-color:var(--colors-primitive-color-tokens-neutrals-inactive-400,#8ba1b9);cursor:not-allowed}.switch-container--disabled .switch__handle{background-color:var(--colors-primitive-color-tokens-neutrals-inactive-200,#d2dce6)}.switch-container--disabled .switch__main-label,.switch-container--disabled .switch__value-label{opacity:.6;cursor:not-allowed}.switch-container--readonly .switch__track,.switch-container--readonly.switch-container--checked .switch__track,.switch-container--readonly .switch__input:checked+.switch__track{background-color:var(--colors-primitive-color-tokens-neutrals-inactive-600,#4b5867);cursor:default}.switch-container--readonly .switch__handle{background-color:var(--colors-primitive-color-tokens-neutrals-inactive-200,#d2dce6)}.switch__offer-badge{background-color:var(--colors-primitive-color-tokens-lime-200,#daf3b9);color:var(--colors-primitive-color-tokens-neutrals-bkg-700,#4b4b4a);border-radius:18px;justify-content:center;align-items:center;height:24px;padding:0 9px;font-size:12px;font-weight:500;line-height:17.46px;display:flex}.table-container{background:var(--Colors-Functional-Bkg-Bkg_Default,white);width:100%;font-family:var(--FontFamily-Family,"DM Sans", sans-serif);border-radius:13px;flex-direction:column;gap:12px;padding:8px;display:flex}.table-header{justify-content:space-between;align-items:center;gap:10px;padding:0 8px;display:flex}.table-header__content{flex:1}.table-header__title{color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);margin:0;font-size:16px;font-weight:600;line-height:1.45}.table-header__subtitle{color:var(--Colors-Functional-Txt-Txt_Light,#71706c);margin:4px 0 0;font-size:14px;font-weight:400;line-height:1.45}.table-header__button{background:var(--Colors-Buttons-PrimaryBtn-PrimaryBtn_Bkg_Default,#118082);height:35px;color:var(--Colors-Buttons-PrimaryBtn-PrimaryBtn_Label_Default,white);cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;padding:0 16px;font-size:14px;font-weight:800;transition:opacity .2s;display:flex}.table-header__button:hover{opacity:.9}.table-wrapper{outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;outline-offset:-1px;border-radius:13px;width:100%;overflow-x:auto}.table{border-collapse:collapse;background:var(--Colors-Functional-Bkg-Bkg_Default,white);width:100%}.table__cell{text-align:left;border-bottom:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);padding:10px;font-size:14px;font-weight:500;line-height:1.45}.table__cell--header{background:var(--Colors-Functional-Bkg-Bkg_Default,white);border-top:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;font-weight:800}.table__cell--checkbox{text-align:center;border-left:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;width:48px}.table__row{transition:background-color .2s}.table__row:nth-child(2n){background-color:var(--Colors-PrimitiveColorTokens-Blue-50,#edf8ff)}.table__row:hover{background-color:var(--Colors-PrimitiveColorTokens-Blue-100,#d2edff)}.table__row--selected{background-color:var(--Colors-PrimitiveColorTokens-Blue-200,#b4e1ff)!important}.table__checkbox-wrapper{justify-content:center;align-items:center;display:flex}.table__checkbox{background:var(--Colors-Functional-Bkg-Bkg_Default,white);border:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;cursor:pointer;width:18px;height:18px;accent-color:var(--Colors-Buttons-PrimaryBtn-PrimaryBtn_Bkg_Default,#118082);border-radius:4px}.table__cell--empty{text-align:center;color:var(--Colors-Functional-Txt-Txt_Light,#71706c);padding:24px;font-style:italic}.simple-table-container{background:var(--Colors-Functional-Bkg-Bkg_Default,white);border:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;width:100%;font-family:var(--FontFamily-Family,"DM Sans", sans-serif);border-radius:13px;overflow:hidden}.simple-table-container--responsive{overflow-x:auto}.simple-table-wrapper{width:100%}.simple-table{border-collapse:collapse;text-align:left;width:100%}.simple-table__cell--header{background:var(--Colors-Functional-Bkg-Bkg_Default,white);border-bottom:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);font-size:var(--FontSize-Size-14,14px);font-weight:var(--FontType-ExtraBold,800);white-space:nowrap;padding:10px;line-height:20.37px}.simple-table__cell--header:not(:first-child){border-left:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid}.simple-table__header-content{align-items:center;gap:8px;display:flex}.simple-table__cell--sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.simple-table__cell--sortable:hover{background-color:var(--Colors-PrimitiveColorTokens-Blue-50,#edf8ff)}.simple-table__sort-icon{color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);opacity:.5;font-size:12px;transition:opacity .2s}.simple-table__cell--sortable:hover .simple-table__sort-icon{opacity:1}.simple-table__sort-icon.asc,.simple-table__sort-icon.desc{opacity:1;color:var(--Colors-PrimitiveColorTokens-Blue-600,#0077c8)}.simple-table__cell{border-bottom:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);font-size:var(--FontSize-Size-14,14px);font-weight:var(--FontType-Medium,500);padding:10px;line-height:20.37px}.simple-table__cell:not(:first-child){border-left:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid}.simple-table__row:last-child .simple-table__cell{border-bottom:none}.simple-table-container--striped .simple-table__row:nth-child(2n){background-color:var(--Colors-PrimitiveColorTokens-Blue-50,#edf8ff)}.simple-table__row:hover{background-color:var(--Colors-PrimitiveColorTokens-Blue-100,#d2edff)}.simple-table__row--selected{background-color:var(--Colors-PrimitiveColorTokens-Blue-200,#b4e1ff)!important}.simple-table__cell--checkbox{text-align:center;width:40px}.simple-table__checkbox-wrapper{justify-content:center;align-items:center;display:flex}.simple-table__checkbox{border:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;cursor:pointer;border-radius:4px;width:18px;height:18px}.simple-table__cell--empty{text-align:center;font-weight:var(--FontType-Medium,500);color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);padding:20px}.search-box{box-sizing:border-box;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative}.search-box__wrapper{background:var(--colors-primitive-color-tokens-neutrals-static-white,#fff);border:1px solid var(--colors-primitive-color-tokens-neutrals-bkg-400,#c3c1b5);cursor:text;border-radius:13px;align-items:center;height:36px;padding:0 10px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.search-box--collapsed .search-box__wrapper{cursor:pointer;justify-content:center;width:36px;padding:0}.search-box--expanded .search-box__wrapper{width:415px;max-width:100%}.search-box:not(.search-box--disabled) .search-box__wrapper:hover{border-color:var(--colors-primitive-color-tokens-neutrals-bkg-500,#959490)}.search-box:not(.search-box--disabled):focus-within .search-box__wrapper{border-color:var(--colors-primitive-color-tokens-teal-600,#21a49f);box-shadow:0 0 0 4px #27bcb740}.search-box__icon-container{width:16px;height:16px;color:var(--colors-primitive-color-tokens-blue-600,#1a77b4);flex-shrink:0;justify-content:center;align-items:center;transition:color .2s;display:flex}.search-box__input{height:100%;font-size:var(--FontSize-Size-14,14px);font-weight:var(--FontType-Medium,500);color:var(--colors-primitive-color-tokens-neutrals-bkg-800,#303030);background:0 0;border:none;outline:none;flex:1;margin-left:8px;line-height:20.37px}.search-box__input::placeholder{color:var(--colors-primitive-color-tokens-neutrals-bkg-600,#71706c)}.search-box--disabled .search-box__wrapper{background:var(--colors-primitive-color-tokens-neutrals-inactive-200,#d2dce6);border-color:var(--colors-primitive-color-tokens-neutrals-inactive-300,#b4c6d6);cursor:default}.search-box--disabled .search-box__icon-container,.search-box--disabled .search-box__input,.search-box--disabled .search-box__input::placeholder{color:var(--colors-primitive-color-tokens-neutrals-inactive-400,#8ba1b9)}:root{--nav-dropdown-menu-bg:var(--Colors-Functional-Bkg-Bkg_Default,white);--nav-dropdown-menu-border:var(--Colors-Functional-Border-Border_Default,#c3c1b5);--nav-dropdown-label-color:var(--Colors-Navigation-Other-Txt_MenuLabels,#4b4b4a);--nav-dropdown-sublabel-color:var(--Colors-Navigation-Other-Txt_SubMenuLabels,#71706c);--nav-dropdown-hover-bg:var(--Colors-Functional-Bkg-Bkg_Hover,#d6fffb);--nav-dropdown-caret-color:var(--Colors-Functional-Caret-Caret_Default,#71706c);--nav-dropdown-active-bg:var(--Colors-PrimitiveColorTokens-Fuscia-50,#feecf6);--nav-dropdown-disabled-bg:var(--Colors-Functional-Bkg-Bkg_Disaled,#d2dce6)}.nav-dropdown{font-family:var(--FontFamily-Family,"DM Sans", sans-serif);display:inline-block;position:relative}.nav-dropdown__trigger{cursor:pointer;background:0 0;border:none;border-radius:13px;outline:none;align-items:center;gap:5px;height:32px;padding:10px;transition:background-color .2s;display:flex}.nav-dropdown--hover .nav-dropdown__trigger:hover,.nav-dropdown--open .nav-dropdown__trigger,.nav-dropdown--active .nav-dropdown__trigger{background:var(--nav-dropdown-active-bg)}.nav-dropdown--disabled .nav-dropdown__trigger{background:var(--nav-dropdown-disabled-bg);cursor:not-allowed;opacity:.6}.nav-dropdown__label{color:var(--nav-dropdown-label-color);font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;line-height:20.37px}.nav-dropdown__icon-box{box-sizing:border-box;border-radius:5px;justify-content:space-between;align-items:center;width:auto;min-width:24px;padding:10px;display:flex;overflow:hidden}.nav-dropdown__icon-box:has(.nav-dropdown__icon):has(.nav-dropdown__caret){width:62px}.nav-dropdown__icon-inner{justify-content:center;align-items:center;display:flex}.nav-dropdown__icon{justify-content:center;align-items:center;width:22px;height:22px;display:flex;position:relative}.nav-dropdown__caret{width:9px;height:5px;color:var(--nav-dropdown-caret-color);flex-shrink:0;transition:transform .2s}.nav-dropdown--open .nav-dropdown__caret{transform:rotate(-180deg)}.nav-dropdown__menu{background:var(--nav-dropdown-menu-bg);border:1px var(--nav-dropdown-menu-border) solid;z-index:1000;border-radius:13px;flex-direction:column;gap:5px;width:260px;padding:10px;display:flex;position:absolute;top:calc(100% + 5px);left:0;box-shadow:0 4px 12px #0000001a}.nav-dropdown__menu--right{left:auto;right:0}.nav-dropdown__item{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:13px;align-items:center;gap:10px;width:100%;padding:10px;transition:background-color .2s;display:flex}.nav-dropdown__item:hover{background:var(--nav-dropdown-hover-bg)}.nav-dropdown__item-icon{justify-content:center;align-items:center;width:16px;height:16px;display:flex}.nav-dropdown__item-label{color:var(--nav-dropdown-sublabel-color);font-size:14px;font-weight:500;line-height:20.37px}:root{--admin-nav-bg:var(--Colors-PrimitiveColorTokens-Neutrals-StaticWhite,white);--admin-nav-border:var(--Colors-Functional-Border-Border_Default,#c3c1b5);--admin-nav-placeholder:var(--Colors-Functional-Placeholder-Txt_Placeholder_Default,#71706c);--admin-nav-caret:var(--Colors-Functional-Caret-Caret_Default,#71706c);--admin-nav-icon-purple:var(--Colors-Navigation-Icons-Purple500,#922d94);--admin-nav-icon-gray:var(--Colors-Navigation-Icons-Gray-Bkg-400,#959490)}.admin-top-nav{background:var(--admin-nav-bg);border-bottom:1px var(--admin-nav-border) solid;box-sizing:border-box;width:100%;height:64px;font-family:var(--FontFamily-Family,"DM Sans", sans-serif);justify-content:space-between;align-items:center;padding:0 24px;display:flex}.admin-top-nav__left{align-items:center;gap:5px;display:flex}.admin-top-nav__logo-container{width:96.66px;height:24px;position:relative}.admin-top-nav__logo-square{background:#e00090;position:absolute}.admin-top-nav__logo-square:first-child{width:22.53px;height:23.73px;top:.27px;left:0}.admin-top-nav__logo-square:nth-child(2){width:22.97px;height:23.85px;top:0;left:23.58px}.admin-top-nav__logo-square:nth-child(3){width:23.25px;height:23.4px;top:.34px;left:47.02px}.admin-top-nav__logo-square:nth-child(4){width:23.25px;height:23.4px;top:.34px;left:73.41px}.admin-top-nav__selects{gap:10px;padding:5px;display:flex}.admin-top-nav__dropdown .nav-dropdown__trigger{background:var(--admin-nav-bg);outline:1px var(--admin-nav-border) solid;outline-offset:-1px;border-radius:13px;justify-content:space-between;width:274px;height:36px;padding:0 10px}.admin-top-nav__dropdown .nav-dropdown__label{color:var(--admin-nav-placeholder);font-weight:500}.admin-top-nav__dropdown .nav-dropdown__icon-box{justify-content:center;align-items:center;width:24px;padding:0;display:flex}.admin-top-nav__search-icon-placeholder{background:var(--admin-nav-bg);outline:1px var(--admin-nav-border) solid;outline-offset:-1px;border-radius:8px;justify-content:center;align-items:center;width:38px;height:32px;display:flex}.admin-top-nav__search-icon{background:var(--admin-nav-placeholder);width:16px;height:16px;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E") 50%/contain no-repeat}.admin-top-nav__right,.admin-top-nav__actions-container{align-items:center;display:flex}.admin-top-nav__icon-action{cursor:pointer;justify-content:center;align-items:center;height:32px;padding:10px;display:flex}.admin-top-nav__icon-box{justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:relative}.admin-top-nav__badge-count{color:#fff;background:red;border-radius:50%;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;display:flex;position:absolute;top:0;right:0}.admin-top-nav__profile-group{align-items:center;display:flex}.admin-top-nav__profile-dropdown .nav-dropdown__trigger{border-radius:13px;height:32px;padding:10px}.admin-top-nav__profile-dropdown .nav-dropdown__icon-box{width:62px;padding:10px}.admin-top-nav__avatar{border-radius:50%;width:17.65px;height:17.65px}.admin-top-nav__avatar--purple{background:var(--admin-nav-icon-purple)}.admin-top-nav__avatar--gray{background:var(--admin-nav-icon-gray)}.audioplayer-wrapper{background:var(--Colors-Functional-Bkg-Bkg_Light,#f6f6f1);outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;outline-offset:-1px;border-radius:999px;align-items:center;gap:10px;padding:6px 16px;display:inline-flex}.audioplayer-wrapper--long{width:824px}.audioplayer-wrapper--short{width:541px}.audioplayer-controls{align-items:center;gap:4px;display:flex}.audioplayer-control-btn{cursor:pointer;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:background-color .2s;display:flex;position:relative}.audioplayer-control-btn:hover{background:var(--Colors-Functional-Bkg-Bkg_Scroll_Light500,#959490)}.audioplayer-control-btn svg{display:block}.audioplayer-timeline{flex:1 1 0;align-items:center;gap:4px;display:flex}.audioplayer-time{color:var(--Colors-Functional-Txt-Txt_Default,#303030);white-space:nowrap;font-family:DM Sans;font-size:16px;font-weight:500;line-height:23.28px}.audioplayer-progress-track{background:var(--Colors-Functional-Bkg-Bkg_Scroll_Light500,#959490);border-radius:200px;flex:1;height:5px;overflow:hidden}.audioplayer-progress-fill{background:var(--Colors-Functional-Bkg-Bkg_Scroll_Dark800,#303030);border-radius:200px;height:100%}.audioplayer-volume{align-items:center;display:flex}.audioplayer-volume-btn{cursor:pointer;border-radius:4px;align-items:center;padding:4px;transition:background-color .2s;display:flex}.audioplayer-volume-btn:hover{background:var(--Colors-Functional-Bkg-Bkg_Scroll_Light500,#959490)}.audioplayer-icon-disabled{opacity:.5;cursor:not-allowed}.audioplayer-icon-disabled:hover{background:0 0}.link-button{outline-offset:-1px;background:var(--Colors-Functional-Bkg-Bkg_Default,white);cursor:pointer;white-space:nowrap;border:none;border-radius:13px;outline:1px solid;justify-content:center;align-items:center;gap:10px;padding:4px 10px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:500;line-height:17.46px;transition:all .2s ease-in-out;display:inline-flex}.link-button:disabled{cursor:not-allowed;opacity:.6}.link-button__label{word-wrap:break-word;flex-direction:column;justify-content:center;display:flex}.link-button__icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.link-button__icon--left{margin-right:0}.link-button__icon--right{margin-left:0}.link-button--warning{outline-color:var(--Colors-Functional-Border-Border_Warning,#f27e25);color:var(--Colors-Functional-Input-Icons-Icon_Warning,#f27e25)}.link-button--warning .link-button__label{color:var(--Colors-Functional-Txt-Txt_Warning-Orange600,#b4530e)}.link-button--warning.link-button--filled{background:var(--Colors-Functional-Bkg-Bkg_Warning-Orange50,#fff3e6)}.link-button--error{outline-color:var(--Colors-Functional-Border-Border_Error,#e73d36);color:var(--Colors-Functional-Input-Icons-Icon_Error,#e73d36)}.link-button--error .link-button__label{color:var(--Colors-Functional-Txt-Txt_Error,#c9221c)}.link-button--error.link-button--filled{background:var(--Colors-Functional-Bkg-Bkg_Error-Red50,#ffeae9)}.link-button--disabled{outline-color:var(--Colors-Functional-Border-Border_Disabled,#b4c6d6);color:var(--Colors-Functional-Input-Icons-Icon_Disabled,#8ba1b9);background:var(--Colors-Functional-Bkg-Bkg_Disaled,#d2dce6);cursor:not-allowed}.link-button--disabled .link-button__label{color:var(--Colors-Functional-Txt-Txt_Disabled600,#4b5867)}.link-button--readonly{outline-color:var(--Colors-Functional-Border-Border_ReadOnly,#b4c6d6);color:var(--Colors-Functional-Input-Icons-Icon_Disabled,#8ba1b9)}.link-button--readonly .link-button__label{color:var(--Colors-Functional-Txt-Txt_ReadOnly,#4b5867)}.link-button--readonly.link-button--filled{background:var(--Colors-Functional-Bkg-Bkg_Light,#f6f6f1)}.link-button--teal{outline-color:var(--Colors-Functional-Border-Border_Teal-600,#118082);color:var(--Colors-Functional-Input-Icons-Icon_Teal500,#21a49f)}.link-button--teal .link-button__label{color:var(--Colors-Functional-Txt-Txt_Teal,#118082)}.link-button--teal.link-button--filled{background:var(--Colors-Functional-Bkg-Bkg_Focus,#d6fffb)}.link-button--brand{outline-color:var(--Colors-Functional-Border-Border_Brand-500,#d72d8a);color:var(--Colors-Functional-Input-Icons-Icon_Brand,#d72d8a)}.link-button--brand .link-button__label{color:var(--Colors-Functional-Txt-Txt_Brand,#ac246e)}.link-button--brand.link-button--filled{background:var(--Colors-Functional-Bkg-Bkg_Brand-100,#feecf6)}.addon-card{outline-offset:-1px;box-sizing:border-box;background:#fff;border-radius:13px;outline:1px solid #c8c8c8;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:14px;width:306px;padding:20px;font-family:DM Sans,sans-serif;display:flex;box-shadow:0 1px 2px #0000000d}.addon-card__title{color:var(--Colors-Functional-Txt-Txt_Default,#303030);word-wrap:break-word;align-self:stretch;font-size:16px;font-weight:600;line-height:23.28px}.addon-card__options{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:14px;width:100%;display:flex}.addon-card__option-row{justify-content:flex-start;align-items:center;gap:16px;width:272px;display:inline-flex}.addon-card__option-info{flex:1;min-width:0;line-height:23.28px}.addon-card__verifications{color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);word-wrap:break-word;font-size:16px;font-weight:400;line-height:23.28px}.addon-card__price{color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);word-wrap:break-word;font-size:16px;font-weight:600;line-height:23.28px}.addon-card__provider{color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);word-wrap:break-word;font-size:16px;font-weight:400;line-height:23.28px}.addon-card__add-btn{background:var(--Colors-Buttons-SecondaryBtn-SecondaryBtn_Bkg_Default,white);outline:1px var(--Colors-Buttons-SecondaryBtn-SecondaryBtn_Border_Default,#118082) solid;outline-offset:-1px;cursor:pointer;width:63px;height:35px;color:var(--Colors-Buttons-SecondaryBtn-SecondaryBtn_Label_Default,#4b4b4a);text-align:center;box-sizing:border-box;border:none;border-radius:999px;justify-content:center;align-items:center;gap:4px;padding:10px;font-size:14px;font-weight:800;line-height:20.37px;display:flex}.addon-card__add-btn:hover{background:var(--Colors-Buttons-SecondaryBtn-SecondaryBtn_Bkg_Hover,#f5f5f5)}.addon-card__divider{outline-offset:-.5px;outline:1px solid #c8c8c8;align-self:stretch;height:0}.notification-dropdown-menu{background:var(--Colors-Functional-Bkg-Bkg_Default,white);border-radius:10px;width:397px;font-family:DM Sans,sans-serif;box-shadow:0 0 2px #00000079}.notification-dropdown-menu__header{background:var(--Colors-Functional-Bkg-Bkg_Default,white);border-top-left-radius:13px;border-top-right-radius:13px;justify-content:space-between;align-self:stretch;align-items:center;height:45px;padding:10px;display:flex}.notification-dropdown-menu__title-section{align-items:center;gap:4px;display:flex}.notification-dropdown-menu__bell-icon{justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:relative}.notification-dropdown-menu__title{color:var(--Colors-Functional-Txt-Txt_Default,#303030);font-size:20px;font-weight:600;line-height:29.1px}.notification-dropdown-menu__close-icon{cursor:pointer;justify-content:center;align-items:center;width:33px;height:33px;display:flex;position:relative}.notification-dropdown-menu__tab-band{background:var(--Colors-Functional-Bkg-Bkg_Default,white);justify-content:space-between;align-items:center;padding:0 5px;display:flex}.notification-dropdown-menu__tabs{border-radius:12px;gap:14px;padding:10px;display:flex}.notification-dropdown-menu__tab{text-align:center;cursor:pointer;width:85px;height:23px;color:var(--Colors-Functional-Txt-Txt_Light,#71706c);font-size:16px;font-weight:600;line-height:23.28px}.notification-dropdown-menu__tab--active{color:var(--Colors-Functional-Txt-Txt_Default,#303030)}.notification-dropdown-menu__notifications{background:var(--Colors-Functional-Bkg-Bkg_Default,white);border-top:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;border-bottom-right-radius:13px;border-bottom-left-radius:13px;flex-direction:column;gap:10px;padding:10px;display:flex}.notification-card{box-sizing:border-box;border-radius:13px;min-height:129px;padding:4px 10px}.notification-card--warning{background:var(--Colors-Functional-Bkg-Bkg_Warning-Orange50,#fff3e6)}.notification-card--error{background:var(--Colors-Functional-Bkg-Bkg_Error-Red50,#ffeae9)}.notification-card--read{background:var(--Colors-Functional-Bkg-Bkg_Light,#f6f6f1)}.notification-card__content{flex:1;align-items:flex-start;gap:4px;padding:10px 0;display:flex}.notification-card__icon{flex-shrink:0;width:42px;height:42px;position:relative}.notification-card__details{flex-direction:column;gap:6px;width:288px;padding-left:5px;display:flex}.notification-card__subject{font-size:12px;font-weight:500;line-height:17.46px}.notification-card__subject--warning{color:var(--Colors-Functional-Txt-Txt_Alert,#976e00)}.notification-card__subject--error{color:var(--Colors-Functional-Txt-Txt_Error,#c9221c)}.notification-card__subject--read{color:var(--Colors-Functional-Txt-Txt_ReadOnly,#4b5867)}.notification-card__heading{color:var(--Colors-Functional-Txt-Txt_Default,#303030);font-size:14px;font-weight:800;line-height:20.37px}.notification-card__footer{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.notification-card__body,.notification-card__time{color:var(--Colors-Functional-Txt-Txt_Light,#71706c);font-size:10px;font-weight:500;line-height:14.55px}.notification-card__status{justify-content:flex-end;align-items:flex-start;gap:10px;margin-left:auto;display:flex}.simple-tab-set{justify-content:space-between;align-items:center;padding:10px;display:flex;position:relative}.simple-tab-set .slected-tab{cursor:pointer;width:85px;height:23px;position:relative}.simple-tab-set .inbox{color:#71706c;font-family:var(--typography-sbh2semibold-font-family,"DM Sans", sans-serif);font-size:var(--typography-sbh2semibold-font-size,16px);font-style:var(--typography-sbh2semibold-font-style,normal);font-weight:var(--typography-sbh2semibold-font-weight,600);letter-spacing:var(--typography-sbh2semibold-letter-spacing,0);line-height:var(--typography-sbh2semibold-line-height,23.28px);text-align:center;width:85px;position:absolute;top:0;left:0}.simple-tab-set .non-slected-tab{cursor:pointer;height:23px;position:relative}.simple-tab-set .non-slected-tab:not(.slected-tab){width:20px}.simple-tab-set .all,.simple-tab-set .text-wrapper{color:#71706c;font-family:var(--typography-sbh2semibold-font-family,"DM Sans", sans-serif);font-size:var(--typography-sbh2semibold-font-size,16px);font-style:var(--typography-sbh2semibold-font-style,normal);font-weight:var(--typography-sbh2semibold-font-weight,600);letter-spacing:var(--typography-sbh2semibold-letter-spacing,0);line-height:var(--typography-sbh2semibold-line-height,23.28px);text-align:center;white-space:nowrap;position:absolute;top:0}.simple-tab-set.more-than-2-tabs{width:270px}.simple-tab-set.two-tabs{width:139px}.simple-tab-set .slected-tab.active .inbox{color:#71706c}.simple-tab-set.fusia .slected-tab.active .inbox{color:#ac246e}.simple-tab-set.teal .slected-tab.active .inbox{color:#117f82}.simple-tab-set.neutral .slected-tab.active .inbox{color:#303030}.simple-tab-set.more-than-2-tabs .all{left:-31px}.simple-tab-set.two-tabs .all{left:0}.simple-tab-set .non-slected-tab.active .all,.simple-tab-set .non-slected-tab.active .text-wrapper{color:#71706c}.simple-tab-set.fusia .non-slected-tab.active .all,.simple-tab-set.fusia .non-slected-tab.active .text-wrapper{color:#ac246e}.simple-tab-set.teal .non-slected-tab.active .all,.simple-tab-set.teal .non-slected-tab.active .text-wrapper{color:#117f82}.simple-tab-set.neutral .non-slected-tab.active .all,.simple-tab-set.neutral .non-slected-tab.active .text-wrapper{color:#303030}.single-select-dropdown{flex-direction:column;align-items:flex-start;gap:2px;font-family:DM Sans,sans-serif;display:flex;position:relative}.single-select-dropdown__label{color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);word-wrap:break-word;font-size:14px;font-weight:600;line-height:20.37px}.single-select-dropdown--sm .single-select-dropdown__label{font-size:14px;line-height:20.37px}.single-select-dropdown--md .single-select-dropdown__label{font-size:16px;line-height:23.28px}.single-select-dropdown--lg .single-select-dropdown__label{font-size:14px;line-height:20.37px}.single-select-dropdown__select-container{width:100%;position:relative}.single-select-dropdown__select{background:var(--Colors-Functional-Bkg-Bkg_Default,white);outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;outline-offset:-1px;cursor:pointer;box-sizing:border-box;border-radius:13px;justify-content:space-between;align-items:center;display:flex}.single-select-dropdown--sm .single-select-dropdown__select{width:274px;height:25px;padding:0 14px}.single-select-dropdown--md .single-select-dropdown__select{width:274px;height:45px;padding:0 14px}.single-select-dropdown--lg .single-select-dropdown__select{width:274px;height:35px;padding:0 14px}.single-select-dropdown__value{color:var(--Colors-Functional-Txt-Txt_Default,#303030);word-wrap:break-word;font-size:14px;font-weight:500;line-height:20.37px}.single-select-dropdown--sm .single-select-dropdown__value{font-size:12px;line-height:17.46px}.single-select-dropdown--md .single-select-dropdown__value{font-size:16px;line-height:23.28px}.single-select-dropdown__value--placeholder{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Default,#71706c)}.single-select-dropdown__caret{color:var(--Colors-Functional-Caret-Caret_Default,#71706c);align-items:center;display:flex}.single-select-dropdown--sm .single-select-dropdown__caret,.single-select-dropdown--md .single-select-dropdown__caret,.single-select-dropdown--lg .single-select-dropdown__caret{margin-left:0}.single-select-dropdown__dropdown{background:var(--Colors-Functional-Bkg-Bkg_Default,white);outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;outline-offset:-1px;z-index:1000;box-sizing:border-box;border-radius:13px;width:274px;max-height:189px;margin-top:4px;position:absolute;top:100%;left:0;overflow-y:auto}.single-select-dropdown__option{color:var(--Colors-Functional-Txt-Txt_Default,#303030);cursor:pointer;box-sizing:border-box;justify-content:space-between;align-items:center;padding:2px 12px;font-size:12px;font-weight:500;line-height:26px;display:flex}.single-select-dropdown__option:hover:not(.single-select-dropdown__option--selected){background:var(--Colors-Functional-Bkg-Bkg_Hover,#d6fffb);border-radius:11px}.single-select-dropdown__option--selected{background:var(--Colors-Functional-Bkg-Bkg_Dark,#efeeea);border-radius:11px}.single-select-dropdown--focus .single-select-dropdown__select{outline:1px var(--Colors-Functional-Border-Border_Focus,#21a49f) solid;box-shadow:0 0 0 4px #27bcb740}.single-select-dropdown--hover .single-select-dropdown__select{outline:1px var(--Colors-Functional-Border-Border_Hover,#21a49f) solid}.single-select-dropdown--selected .single-select-dropdown__select{outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid}.single-select-dropdown--disabled .single-select-dropdown__select{background:var(--Colors-Functional-Bkg-Bkg_Dark_300,#e5e4dd);cursor:not-allowed;opacity:.6}.single-select-dropdown--disabled .single-select-dropdown__label{color:var(--Colors-Functional-Label-Txt_Label_Default,#71706c)}.single-select-dropdown--disabled .single-select-dropdown__value{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Default,#71706c)}.multi-select-dropdown{box-sizing:border-box;flex-direction:column;align-items:flex-start;gap:2px;font-family:DM Sans,sans-serif;display:flex;position:relative}.multi-select-dropdown__label{color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);word-wrap:break-word;font-size:14px;font-weight:600;line-height:20.37px}.multi-select-dropdown--sm .multi-select-dropdown__label{font-size:14px}.multi-select-dropdown--md .multi-select-dropdown__label,.multi-select-dropdown--lg .multi-select-dropdown__label{font-size:16px}.multi-select-dropdown__select-container{width:100%;position:relative}.multi-select-dropdown__select{background:var(--Colors-Functional-Bkg-Bkg_Default,white);outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;outline-offset:-1px;cursor:pointer;box-sizing:border-box;border-radius:13px;align-items:center;gap:10px;width:274px;display:flex}.multi-select-dropdown--sm .multi-select-dropdown__select{height:25px;padding:0 10px}.multi-select-dropdown--md .multi-select-dropdown__select{height:36px;padding:0 10px}.multi-select-dropdown--lg .multi-select-dropdown__select{height:45px;padding:0 10px}.multi-select-dropdown__checkbox-icon{align-items:center;display:flex}.multi-select-dropdown__base-checkbox{pointer-events:none;padding:0!important}.multi-select-dropdown__value{color:var(--Colors-Functional-Txt-Txt_Default,#303030);word-wrap:break-word;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:14px;font-weight:500;line-height:20.37px;overflow:hidden}.multi-select-dropdown--sm .multi-select-dropdown__value{font-size:12px}.multi-select-dropdown--md .multi-select-dropdown__value{font-size:14px}.multi-select-dropdown--lg .multi-select-dropdown__value{font-size:16px}.multi-select-dropdown__placeholder{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Default,#71706c)}.multi-select-dropdown__caret{color:var(--Colors-Functional-Caret-Caret_Default,#71706c);align-items:center;display:flex}.multi-select-dropdown__dropdown{background:var(--Colors-Functional-Bkg-Bkg_Default,white);outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;outline-offset:-1px;z-index:1000;box-sizing:border-box;border-radius:13px;width:274px;max-height:189px;margin-top:4px;padding:8px 0;position:absolute;top:100%;left:0;overflow-y:auto}.multi-select-dropdown__dropdown::-webkit-scrollbar{width:12px}.multi-select-dropdown__dropdown::-webkit-scrollbar-track{background:var(--Colors-Functional-Bkg-Bkg_Dark_300,#e5e4dd);border-radius:11px;margin:5px}.multi-select-dropdown__dropdown::-webkit-scrollbar-thumb{background:var(--Colors-Functional-Bkg-Bkg_Scroll_Light500,#959490);border:1px solid var(--Colors-Functional-Border-Border_Default,#c3c1b5);border-radius:5.5px}.multi-select-dropdown__option{height:26px;color:var(--Colors-Functional-Txt-Txt_Default,#303030);cursor:pointer;box-sizing:border-box;align-items:center;gap:10px;margin:2px 8px;padding:0 12px;font-size:12px;font-weight:500;display:flex}.multi-select-dropdown__option:hover:not(.multi-select-dropdown__option--selected){background:var(--Colors-Functional-Bkg-Bkg_Hover,#d6fffb);border-radius:11px}.multi-select-dropdown__option--selected{background:var(--Colors-Functional-Bkg-Bkg_Dark,#efeeea);border-radius:11px}.multi-select-dropdown__option-checkbox{justify-content:center;align-items:center;width:16px;height:16px;display:flex}.multi-select-dropdown__option-text{flex:1}.multi-select-dropdown--disabled .multi-select-dropdown__select{background:var(--Colors-Functional-Bkg-Bkg_Disabled,#d2dce6);cursor:not-allowed;outline-color:var(--Colors-Functional-Border-Border_Disabled,#b4c6d6)}.multi-select-dropdown--disabled .multi-select-dropdown__label{color:var(--Colors-Functional-Label-Txt_Label_Disabled,#6a809a)}.multi-select-dropdown--disabled .multi-select-dropdown__value{color:var(--Colors-Functional-Txt-Txt_Disabled500,#6a809a)}.multi-select-dropdown--readonly .multi-select-dropdown__select{background:var(--Colors-Functional-Bkg-Bkg_ReadOnly,#d2dce6);cursor:default}.multi-select-dropdown--readonly .multi-select-dropdown__label{color:var(--Colors-Functional-Label-Txt_Label_ReadOnly,#4b5867)}.multi-select-dropdown--readonly .multi-select-dropdown__value{color:var(--Colors-Functional-Txt-Txt_ReadOnly,#4b5867)}.multi-select-dropdown--hover:not(.multi-select-dropdown--disabled):not(.multi-select-dropdown--readonly) .multi-select-dropdown__select{outline:1px var(--Colors-Functional-Border-Border_Focus,#21a49f) solid;box-shadow:0 0 0 4px #27bcb740}.dashboard-widget{background:var(--Colors-Functional-Bkg-Bkg_Default,white);outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;outline-offset:-1px;box-sizing:border-box;border-radius:8px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px;width:266px;padding:25px;font-family:DM Sans,sans-serif;display:inline-flex}.dashboard-widget__content{justify-content:space-between;align-self:stretch;align-items:center;display:flex}.dashboard-widget__details{flex-direction:column;flex:1;justify-content:flex-start;align-items:flex-start;height:80px;display:flex;position:relative}.dashboard-widget__title{color:var(--Colors-Navigation-Other-Txt_Sectionheader,#959490);word-wrap:break-word;font-size:14px;font-weight:400;line-height:20.37px;position:absolute;top:0;left:0}.dashboard-widget__value{color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);word-wrap:break-word;font-size:24px;font-weight:600;line-height:34.92px;position:absolute;top:24px;left:0}.dashboard-widget__status{word-wrap:break-word;font-size:14px;font-weight:400;line-height:20.37px;position:absolute;top:60px;left:0}.dashboard-widget__icon-container{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.dashboard-widget__icon-box{justify-content:center;align-items:center;width:24px;height:24px;display:flex}.dashboard-widget__default-icon{width:19px;height:19px;color:var(--Colors-Navigation-Icons-Teal600,#118082)}.dashboard-widget--info .dashboard-widget__icon-container{background:var(--Colors-Functional-Bkg-Bkg_Focus,#d6fffb)}.dashboard-widget--info .dashboard-widget__default-icon{color:var(--Colors-Navigation-Icons-Teal600,#118082)}.dashboard-widget--info .dashboard-widget__status{color:var(--Colors-Functional-Label-Txt_Label_Focus,#00575c)}.dashboard-widget--success .dashboard-widget__icon-container{background:var(--Colors-Functional-Bkg-Bkg_Success100,#eeffd6)}.dashboard-widget--success .dashboard-widget__default-icon{color:var(--Colors-Navigation-Icons-Lime700,#578421)}.dashboard-widget--success .dashboard-widget__status{color:var(--Colors-Functional-Label-Txt_Label_Focus,#00575c)}.dashboard-widget--warning .dashboard-widget__icon-container{background:var(--Colors-Functional-Bkg-Bkg_Warning-Orange100,#ffe9d3)}.dashboard-widget--warning .dashboard-widget__default-icon{color:var(--Colors-Navigation-Icons-Yellow600,#f3b51e)}.dashboard-widget--warning .dashboard-widget__status{color:var(--Colors-Functional-Label-Txt_Label_Focus,#00575c)}.dashboard-widget--error .dashboard-widget__icon-container{background:var(--Colors-Functional-Bkg-Bkg_Error-Red100,#ffd3d2)}.dashboard-widget--error .dashboard-widget__default-icon{color:var(--Colors-Navigation-Icons-Alert-High-Red500,#e73d36)}.dashboard-widget--error .dashboard-widget__status{color:var(--Colors-Functional-Label-Txt_Label_Error,#e73d36)}.textarea-container{flex-direction:column;gap:2px;width:267px;display:flex;position:relative}.textarea__header{justify-content:space-between;align-items:center;padding-left:15px;display:flex}.textarea__label{color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);font-size:var(--FontSize-Size-14,14px);font-weight:var(--FontType-SemiBold,600);gap:2px;line-height:20.37px;display:flex}.textarea__required{color:var(--Colors-Functional-Input-Icons-Icon_Error,#e73d36)}.textarea__count{color:var(--Colors-Functional-Txt_Helper-Txt_Helper_Default,#71706c);font-size:var(--FontSize-Size-10,10px);font-weight:var(--FontType-Regular,400);line-height:10px}.textarea__wrapper{background:var(--colors-primitive-color-tokens-neutrals-static-white,white);outline:1px solid var(--colors-primitive-color-tokens-neutrals-bkg-400,#c3c1b5);outline-offset:-1px;border-radius:13px;align-items:flex-start;min-height:70px;transition:all .2s ease-in-out;display:flex;position:relative}.textarea__input{resize:vertical;width:100%;min-height:70px;color:var(--colors-primitive-color-tokens-neutrals-bkg-800,#303030);font-family:var(--FontFamily-Family,"DM Sans", sans-serif);font-size:var(--FontSize-Size-14,14px);font-weight:var(--FontType-Medium,500);background:0 0;border:none;outline:none;padding:10px;line-height:20.37px}.textarea__input::placeholder{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Default,#71706c)}.textarea__input:focus{outline:none}.textarea__wrapper:has(.textarea__input:focus){outline:1px solid var(--colors-primitive-color-tokens-teal-600,#21a49f)}.textarea-container--error .textarea__wrapper{background:var(--colors-primitive-color-tokens-red-100,#ffd3d2);outline:1px solid var(--colors-primitive-color-tokens-red-500,#e73d36)}.textarea-container--error .textarea__input{color:var(--colors-primitive-color-tokens-red-500,#e73d36)}.textarea-container--error .textarea__input::placeholder{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Error,#e73d36)}.textarea__error-icon{color:var(--colors-primitive-color-tokens-red-500,#e73d36);justify-content:center;align-items:center;display:flex;position:absolute;top:10px;right:10px}.textarea__error-message{color:var(--colors-primitive-color-tokens-red-500,#e73d36);font-size:var(--FontSize-Size-10,10px);font-weight:var(--FontType-Regular,400);line-height:12px}.textarea-container--disabled .textarea__wrapper{background:var(--colors-primitive-color-tokens-neutrals-inactive-200,#d2dce6);outline:1px solid var(--colors-primitive-color-tokens-neutrals-inactive-300,#b4c6d6);cursor:not-allowed}.textarea-container--disabled .textarea__input{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Disabled,#8ba1b9);cursor:not-allowed}.textarea-container--disabled .textarea__label,.textarea-container--disabled .textarea__count{color:var(--colors-primitive-color-tokens-neutrals-inactive-500,#6a809a)}.textarea-container--readonly .textarea__wrapper{background:var(--colors-primitive-color-tokens-neutrals-inactive-200,#d2dce6);outline:1px solid var(--colors-primitive-color-tokens-neutrals-inactive-300,#b4c6d6)}.textarea-container--readonly .textarea__input{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_ReadOnly,#6a809a)}.textarea-container--readonly .textarea__label{color:var(--colors-primitive-color-tokens-neutrals-inactive-600,#4b5867)}.textarea__footer{margin-top:-4px;padding-left:15px}.textarea__helper-text{color:var(--Colors-Functional-Txt_Helper-Txt_Helper_Default,#71706c);font-size:var(--FontSize-Size-10,10px);font-weight:var(--FontType-Regular,400);line-height:10px}
|
|
3
|
+
/*$vite$:1*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fic-designsystem-components",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "Evaa Design System components for React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -14,12 +14,14 @@
|
|
|
14
14
|
"main": "dist/index.js",
|
|
15
15
|
"module": "dist/index.mjs",
|
|
16
16
|
"types": "dist/index.d.ts",
|
|
17
|
+
"style": "dist/style.css",
|
|
17
18
|
"exports": {
|
|
18
19
|
".": {
|
|
19
20
|
"import": "./dist/index.mjs",
|
|
20
21
|
"require": "./dist/index.js",
|
|
21
22
|
"types": "./dist/index.d.ts"
|
|
22
23
|
},
|
|
24
|
+
"./style.css": "./dist/style.css",
|
|
23
25
|
"./theme.css": "./dist/style.css"
|
|
24
26
|
},
|
|
25
27
|
"files": [
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
|
|
2
|
-
:root{--font-size:16px;--FontFamily-Family:"DM Sans", sans-serif;--FontFamily-Family-2:"DM Sans", sans-serif;--FontSize-Size80:80px;--FontSize-Size72:72px;--FontSize-Size64:64px;--FontSize-Size58:58px;--FontSize-Size48:48px;--FontSize-Size40:40px;--FontSize-Size-30:30px;--FontSize-Size-28:28px;--FontSize-Size-26:26px;--FontSize-Size-24:24px;--FontSize-Size-22:22px;--FontSize-Size-20:20px;--FontSize-Size-18:18px;--FontSize-Size-16:16px;--FontSize-Size-14:14px;--FontSize-Size-12:12px;--FontSize-Size-10:10px;--button-size-14:14px;--FontType-Thin:100;--FontType-Regular:400;--FontType-Medium:500;--FontType-SemiBold:600;--FontType-Bold:700;--FontType-ExtraBold:800;--FontType-Black:900;--TypographyTypes-Display-Display1-Family:var(--FontFamily-Family-2);--TypographyTypes-Display-Display1-Size:var(--FontSize-Size80);--TypographyTypes-Display-Display1-Type:var(--FontType-Thin);--TypographyTypes-Display-Display2-Family:var(--FontFamily-Family-2);--TypographyTypes-Display-Display2-Size:var(--FontSize-Size72);--TypographyTypes-Display-Display2-Type:var(--FontType-Thin);--TypographyTypes-Display-Display3-Family:var(--FontFamily-Family-2);--TypographyTypes-Display-Display3-Size:var(--FontSize-Size64);--TypographyTypes-Display-Display3-Type:var(--FontType-Thin);--TypographyTypes-Display-Display4-Family:var(--FontFamily-Family-2);--TypographyTypes-Display-Display4-Size:var(--FontSize-Size58);--TypographyTypes-Display-Display4-Type:var(--FontType-Thin);--TypographyTypes-Display-Display5-Family:var(--FontFamily-Family-2);--TypographyTypes-Display-Display5-Size:var(--FontSize-Size48);--TypographyTypes-Display-Display5-Type:var(--FontType-Thin);--TypographyTypes-Display-Display6-Family:var(--FontFamily-Family-2);--TypographyTypes-Display-Display6-Size:var(--FontSize-Size40);--TypographyTypes-Display-Display6-Type:var(--FontType-Thin);--TypographyTypes-Heading-Heading1-Family:var(--FontFamily-Family);--TypographyTypes-Fs-fs-xm-10-Family:var(--FontFamily-Family);--TypographyTypes-Body-Family:var(--FontFamily-Family);--TypographyTypes-Body-Size:var(--FontSize-Size-14);--TypographyTypes-Body-Type:var(--FontType-Regular);--TypographyTypes-Fs-fs-xm-10-Size:var(--FontSize-Size-10);--TypographyTypes-Fs-fs-xm-10-Extrabold:var(--FontType-ExtraBold);--TypographyTypes-Fs-fs-xm-10-Medium:var(--FontType-Medium);--TypographyTypes-Fs-fs-xm-10-Regular:var(--FontType-Medium);--TypographyTypes-Fs-fs-sm-12-Family:var(--FontFamily-Family);--TypographyTypes-Fs-fs-sm-12-Size:var(--FontSize-Size-12);--TypographyTypes-Fs-fs-sm-12-fs-sm:var(--FontType-Medium);--TypographyTypes-Fs-fs-sm-12-fs-sm-Regular:var(--FontType-Regular);--TypographyTypes-Heading-Heading1-Size:var(--FontSize-Size-30);--TypographyTypes-Heading-Heading1-Font-Weight-Thin:var(--FontType-Thin);--TypographyTypes-Heading-Heading1-Font-Weight-Regular:var(--FontType-Regular);--TypographyTypes-Heading-Heading1-Font-Weight-Medium:var(--FontType-Medium);--TypographyTypes-Heading-Heading1-Font-Weight-Semibold:var(--FontType-SemiBold);--TypographyTypes-Heading-Heading1-Font-Weight-Extrabold:var(--FontType-ExtraBold);--TypographyTypes-Heading-Heading1-Font-Weight-Black:var(--FontType-Black);--TypographyTypes-Heading-Heading2-Family:var(--FontFamily-Family);--TypographyTypes-Heading-Heading2-Size:var(--FontSize-Size-28);--TypographyTypes-Heading-Heading2-Heading2:var(--FontType-SemiBold);--TypographyTypes-Heading-Heading3-Family:var(--FontFamily-Family);--TypographyTypes-Heading-Heading4-Family:var(--FontFamily-Family);--TypographyTypes-Heading-Heading4-Size:var(--FontSize-Size-24);--TypographyTypes-Heading-Heading4-Heading4:var(--FontType-SemiBold);--TypographyTypes-Heading-Heading3-Size:var(--FontSize-Size-26);--TypographyTypes-Heading-Heading3-Heading3:var(--FontType-SemiBold);--TypographyTypes-Heading-Heading5-Family:var(--FontFamily-Family);--TypographyTypes-Heading-Heading5-Size:var(--FontSize-Size-22);--TypographyTypes-Heading-Heading5-Heading5:var(--FontType-SemiBold);--TypographyTypes-Heading-Heading6-Family:var(--FontFamily-Family);--TypographyTypes-Heading-Heading6-Size:var(--FontSize-Size-20);--TypographyTypes-Heading-Heading6-Heading6:var(--FontType-SemiBold);--TypographyTypes-Heading-SubHeading1-Family:var(--FontFamily-Family);--TypographyTypes-Heading-SubHeading1-Size:var(--FontSize-Size-18);--TypographyTypes-Heading-SubHeading1-Sbh1SemiBold:var(--FontType-SemiBold);--TypographyTypes-Heading-SubHeading1-Sbh1ExtraBold:var(--FontType-ExtraBold);--TypographyTypes-Heading-SubHeading1-Sbh1Regular:var(--FontType-Regular);--TypographyTypes-Heading-SubHeading1-Sbh1Medium:var(--FontType-Medium);--TypographyTypes-Heading-SubHeading2-Family:var(--FontFamily-Family);--TypographyTypes-Heading-SubHeading3-Family:var(--FontFamily-Family);--TypographyTypes-Heading-SubHeading3-Size:var(--FontSize-Size-14);--TypographyTypes-Heading-SubHeading3-Sbh3ExtraBold:var(--FontType-ExtraBold);--TypographyTypes-Heading-SubHeading3-Sbh3Semibold:var(--FontType-SemiBold);--TypographyTypes-Heading-SubHeading3-Sbh3Medium:var(--FontType-Medium);--TypographyTypes-Heading-SubHeading3-Sbh3Regular:var(--FontType-Regular);--TypographyTypes-Heading-SubHeading3-Sbh3Black:var(--FontType-Black);--TypographyTypes-Heading-SubHeading2-Size:var(--FontSize-Size-16);--TypographyTypes-Heading-SubHeading2-Sbh2SemiBold:var(--FontType-SemiBold);--TypographyTypes-Heading-SubHeading2-Sbh2ExtraBold:var(--FontType-ExtraBold);--TypographyTypes-Heading-SubHeading2-Sbh2Medium:var(--FontType-Medium);--TypographyTypes-Heading-SubHeading2-Sbh2Regular:var(--FontType-Regular);--TypographyTypes-ButtonsTypography-Standard_Button-Family:var(--FontFamily-Family);--TypographyTypes-ButtonsTypography-Standard_Button-Size:var(--button-size-14);--TypographyTypes-ButtonsTypography-Standard_Button-Type:var(--FontType-ExtraBold);--txt_textbox:var(--txt-ButtonLabelPrimary);--text-h1:var(--FontSize-Size-30);--text-h2:var(--FontSize-Size-28);--text-h3:var(--FontSize-Size-26);--text-h4:var(--FontSize-Size-24);--text-base:var(--FontSize-Size-14);--text-label:var(--FontSize-Size-12);--text-button-primary:var(--FontSize-Size-16);--text-large-number:var(--FontSize-Size-30);--font-weight-thin:var(--FontType-Thin);--font-weight-normal:var(--FontType-Regular);--font-weight-medium:var(--FontType-Medium);--font-weight-semibold:var(--FontType-SemiBold);--font-weight-bold:var(--FontType-Bold);--font-weight-extrabold:var(--FontType-ExtraBold);--font-weight-black:var(--FontType-Black);--colors-primitive-color-tokens-blue-50:#edf8ff;--colors-primitive-color-tokens-blue-100:#d2edff;--colors-primitive-color-tokens-blue-200:#b4e1ff;--colors-primitive-color-tokens-blue-300:#94d4ff;--colors-primitive-color-tokens-blue-400:#64b9f2;--colors-primitive-color-tokens-blue-500:#35a0e7;--colors-primitive-color-tokens-blue-600:#1a77b4;--colors-primitive-color-tokens-blue-700:#195f8e;--colors-primitive-color-tokens-blue-800:#024572;--colors-primitive-color-tokens-fuscia-50:#feecf6;--colors-primitive-color-tokens-fuscia-100:#ffdaef;--colors-primitive-color-tokens-fuscia-200:#ffaeda;--colors-primitive-color-tokens-fuscia-300:#f387c2;--colors-primitive-color-tokens-fuscia-400:#e65ca7;--colors-primitive-color-tokens-fuscia-500:#d72d8a;--colors-primitive-color-tokens-fuscia-600:#ac246e;--colors-primitive-color-tokens-fuscia-700:#811b53;--colors-primitive-color-tokens-fuscia-800:#561237;--colors-primitive-color-tokens-lime-50:#f0fae2;--colors-primitive-color-tokens-lime-100:#eeffd6;--colors-primitive-color-tokens-lime-200:#daf3b9;--colors-primitive-color-tokens-lime-300:#c5ed91;--colors-primitive-color-tokens-lime-400:#abdd65;--colors-primitive-color-tokens-lime-500:#92d03d;--colors-primitive-color-tokens-lime-600:#5e981d;--colors-primitive-color-tokens-lime-700:#578421;--colors-primitive-color-tokens-lime-800:#325b04;--colors-primitive-color-tokens-neutrals-bkg-50:#f9f9f6;--colors-primitive-color-tokens-neutrals-bkg-100:#f6f6f1;--colors-primitive-color-tokens-neutrals-bkg-200:#efeeea;--colors-primitive-color-tokens-neutrals-bkg-300:#e5e4dd;--colors-primitive-color-tokens-neutrals-bkg-400:#c3c1b5;--colors-primitive-color-tokens-neutrals-bkg-500:#959490;--colors-primitive-color-tokens-neutrals-bkg-600:#71706c;--colors-primitive-color-tokens-neutrals-bkg-700:#4b4b4a;--colors-primitive-color-tokens-neutrals-bkg-800:#303030;--colors-primitive-color-tokens-neutrals-inactive-50:#f4f8fb;--colors-primitive-color-tokens-neutrals-inactive-100:#eef2f6;--colors-primitive-color-tokens-neutrals-inactive-200:#d2dce6;--colors-primitive-color-tokens-neutrals-inactive-300:#b4c6d6;--colors-primitive-color-tokens-neutrals-inactive-400:#8ba1b9;--colors-primitive-color-tokens-neutrals-inactive-500:#6a809a;--colors-primitive-color-tokens-neutrals-inactive-600:#4b5867;--colors-primitive-color-tokens-neutrals-inactive-700:#2c3a4a;--colors-primitive-color-tokens-neutrals-inactive-800:#101725;--colors-primitive-color-tokens-neutrals-static-black:#000;--colors-primitive-color-tokens-neutrals-static-white:#fff;--colors-primitive-color-tokens-orange-50:#fff3e6;--colors-primitive-color-tokens-orange-100:#ffe9d3;--colors-primitive-color-tokens-orange-200:#ffd3b1;--colors-primitive-color-tokens-orange-300:#ffbe8d;--colors-primitive-color-tokens-orange-400:#ffa663;--colors-primitive-color-tokens-orange-500:#f27e25;--colors-primitive-color-tokens-orange-600:#b4530e;--colors-primitive-color-tokens-orange-700:#944b1d;--colors-primitive-color-tokens-orange-800:#6e3000;--colors-primitive-color-tokens-red-50:#ffeae9;--colors-primitive-color-tokens-red-100:#ffd3d2;--colors-primitive-color-tokens-red-200:#ffb0ae;--colors-primitive-color-tokens-red-300:#ff8884;--colors-primitive-color-tokens-red-400:#f1605b;--colors-primitive-color-tokens-red-500:#e73d36;--colors-primitive-color-tokens-red-600:#c9221c;--colors-primitive-color-tokens-red-700:#9a1712;--colors-primitive-color-tokens-red-800:#860501;--colors-primitive-color-tokens-teal-50:#edf8ff;--colors-primitive-color-tokens-teal-100:#d6fffb;--colors-primitive-color-tokens-teal-200:#b1f4ed;--colors-primitive-color-tokens-teal-300:#70e5dd;--colors-primitive-color-tokens-teal-400:#4ecfca;--colors-primitive-color-tokens-teal-500:#27bcb7;--colors-primitive-color-tokens-teal-600:#21a49f;--colors-primitive-color-tokens-teal-700:#118082;--colors-primitive-color-tokens-teal-800:#00575c;--colors-primitive-color-tokens-yellow-50:#fffaea;--colors-primitive-color-tokens-yellow-100:#fff4cd;--colors-primitive-color-tokens-yellow-200:#ffeaac;--colors-primitive-color-tokens-yellow-300:#ffda7f;--colors-primitive-color-tokens-yellow-400:#f7c544;--colors-primitive-color-tokens-yellow-500:#f3b51e;--colors-primitive-color-tokens-yellow-600:#d49a05;--colors-primitive-color-tokens-yellow-700:#976e00;--colors-primitive-color-tokens-yellow-800:#7c5300;--colors-buttons-primary-btn-primary-btn-bkg-default:var(--colors-primitive-color-tokens-teal-700);--colors-buttons-primary-btn-primary-btn-bkg-disabled:var(--colors-primitive-color-tokens-neutrals-inactive-400);--colors-buttons-primary-btn-primary-btn-bkg-hover:var(--colors-primitive-color-tokens-teal-800);--colors-buttons-primary-btn-primary-btn-icon-default:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-buttons-primary-btn-primary-btn-icon-disabled:var(--colors-primitive-color-tokens-neutrals-inactive-100);--colors-buttons-primary-btn-primary-btn-icon-hover:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-buttons-primary-btn-primary-btn-label-default:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-buttons-primary-btn-primary-btn-label-disabled:var(--colors-primitive-color-tokens-neutrals-inactive-100);--colors-buttons-primary-btn-primary-btn-label-hover:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-buttons-secondary-btn-secondary-btn-bkg-default:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-buttons-secondary-btn-secondary-btn-bkg-disabled:var(--colors-primitive-color-tokens-neutrals-inactive-400);--colors-buttons-secondary-btn-secondary-btn-bkg-hover:var(--colors-primitive-color-tokens-neutrals-bkg-600);--colors-buttons-secondary-btn-secondary-btn-border-default:var(--colors-primitive-color-tokens-teal-700);--colors-buttons-secondary-btn-secondary-btn-border-disabled:var(--colors-primitive-color-tokens-neutrals-inactive-400);--colors-buttons-secondary-btn-secondary-btn-border-hover:var(--colors-primitive-color-tokens-neutrals-bkg-600);--colors-buttons-secondary-btn-secondary-btn-icon-default:var(--colors-primitive-color-tokens-neutrals-bkg-600);--colors-buttons-secondary-btn-secondary-btn-icon-disabled:var(--colors-primitive-color-tokens-teal-50);--colors-buttons-secondary-btn-secondary-btn-icon-hover:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-buttons-secondary-btn-secondary-btn-label-default:var(--colors-primitive-color-tokens-neutrals-bkg-700);--colors-buttons-secondary-btn-secondary-btn-label-disabled:var(--colors-primitive-color-tokens-neutrals-inactive-100);--colors-buttons-secondary-btn-secondary-btn-label-hover:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-buttons-brand-btn-brand-btn-bkg-default:var(--colors-primitive-color-tokens-fuscia-500);--colors-buttons-brand-btn-brand-btn-bkg-disabled:var(--colors-primitive-color-tokens-neutrals-inactive-400);--colors-buttons-brand-btn-brand-btn-bkg-hover:var(--colors-primitive-color-tokens-fuscia-800);--colors-buttons-brand-btn-brand-btn-icon-default:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-buttons-brand-btn-brand-btn-icon-disabled:var(--colors-primitive-color-tokens-neutrals-inactive-100);--colors-buttons-brand-btn-brand-btn-icon-hover:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-buttons-brand-btn-brand-btn-label-default:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-buttons-brand-btn-brand-btn-label-disabled:var(--colors-primitive-color-tokens-neutrals-inactive-100);--colors-buttons-brand-btn-brand-btn-label-hover:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-buttons-success-btn-brand-btn-bkg-default:var(--colors-primitive-color-tokens-lime-600);--colors-buttons-success-btn-brand-btn-bkg-disabled:var(--colors-primitive-color-tokens-neutrals-inactive-400);--colors-buttons-success-btn-brand-btn-bkg-hover:var(--colors-primitive-color-tokens-lime-800);--colors-buttons-success-btn-brand-btn-icon-default:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-buttons-success-btn-brand-btn-icon-disabled:var(--colors-primitive-color-tokens-neutrals-inactive-100);--colors-buttons-success-btn-brand-btn-icon-hover:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-buttons-success-btn-brand-btn-label-default:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-buttons-success-btn-brand-btn-label-disabled:var(--colors-primitive-color-tokens-neutrals-inactive-100);--colors-buttons-success-btn-brand-btn-label-hover:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-buttons-pill-badge-bkg-blue200:var(--colors-primitive-color-tokens-blue-100);--colors-buttons-pill-badge-bkg-fusia200:var(--colors-primitive-color-tokens-fuscia-100);--colors-buttons-pill-badge-bkg-lime200:var(--colors-primitive-color-tokens-lime-200);--colors-buttons-pill-badge-txt-pill-badge-label:var(--colors-primitive-color-tokens-neutrals-bkg-700);--Canvas:var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-100);--Fusia:var(--Colors-PrimitiveColorTokens-Fuscia-500);--Plum:var(--Colors-PrimitiveColorTokens-Fuscia-800);--Colors-PrimitiveColorTokens-Neutrals-Bkg-50:#f9f9f6;--Colors-PrimitiveColorTokens-Neutrals-Bkg-100:#f6f6f1;--Colors-PrimitiveColorTokens-Neutrals-Bkg-200:#efeeea;--Colors-PrimitiveColorTokens-Neutrals-Bkg-300:#e5e4dd;--Colors-PrimitiveColorTokens-Neutrals-Bkg-400:#c3c1b5;--Colors-PrimitiveColorTokens-Neutrals-Bkg-500:#959490;--Colors-PrimitiveColorTokens-Neutrals-Bkg-600:#71706c;--Colors-PrimitiveColorTokens-Neutrals-Bkg-700:#4b4b4a;--Colors-PrimitiveColorTokens-Neutrals-Bkg-800:#303030;--Colors-PrimitiveColorTokens-Neutrals-Inactive-50:#f4f8fb;--Colors-PrimitiveColorTokens-Neutrals-Inactive-100:#eef2f6;--Colors-PrimitiveColorTokens-Neutrals-Inactive-200:#d2dce6;--Colors-PrimitiveColorTokens-Neutrals-Inactive-300:#b4c6d6;--Colors-PrimitiveColorTokens-Neutrals-Inactive-400:#8ba1b9;--Colors-PrimitiveColorTokens-Neutrals-Inactive-500:#6a809a;--Colors-PrimitiveColorTokens-Neutrals-Inactive-600:#4b5867;--Colors-PrimitiveColorTokens-Neutrals-Inactive-700:#2c3a4a;--Colors-PrimitiveColorTokens-Neutrals-Inactive-800:#101725;--Colors-PrimitiveColorTokens-Neutrals-StaticWhite:#fff;--Colors-PrimitiveColorTokens-Neutrals-StaticBlack:#000;--Colors-PrimitiveColorTokens-Purple-50:#fcf4fd;--Colors-PrimitiveColorTokens-Purple-100:#f8e6f9;--Colors-PrimitiveColorTokens-Purple-200:#f1c4f3;--Colors-PrimitiveColorTokens-Purple-300:#d795d9;--Colors-PrimitiveColorTokens-Purple-400:#b768b9;--Colors-PrimitiveColorTokens-Purple-500:#922d94;--Colors-PrimitiveColorTokens-Purple-600:#730f76;--Colors-PrimitiveColorTokens-Purple-700:#5c135d;--Colors-PrimitiveColorTokens-Purple-800:#3b053c;--Colors-PrimitiveColorTokens-Fuscia-50:#feecf6;--Colors-PrimitiveColorTokens-Fuscia-100:#ffdaef;--Colors-PrimitiveColorTokens-Fuscia-200:#ffaeda;--Colors-PrimitiveColorTokens-Fuscia-300:#f387c2;--Colors-PrimitiveColorTokens-Fuscia-400:#e65ca7;--Colors-PrimitiveColorTokens-Fuscia-500:#d72d8a;--Colors-PrimitiveColorTokens-Fuscia-600:#ac246e;--Colors-PrimitiveColorTokens-Fuscia-700:#811b53;--Colors-PrimitiveColorTokens-Fuscia-800:#561237;--Colors-PrimitiveColorTokens-Red-50:#ffeae9;--Colors-PrimitiveColorTokens-Red-100:#ffd3d2;--Colors-PrimitiveColorTokens-Red-200:#ffb0ae;--Colors-PrimitiveColorTokens-Red-300:#ff8884;--Colors-PrimitiveColorTokens-Red-400:#f1605b;--Colors-PrimitiveColorTokens-Red-500:#e73d36;--Colors-PrimitiveColorTokens-Red-600:#c9221c;--Colors-PrimitiveColorTokens-Red-700:#9a1712;--Colors-PrimitiveColorTokens-Red-800:#860501;--Colors-PrimitiveColorTokens-Yellow-50:#fffaea;--Colors-PrimitiveColorTokens-Yellow-100:#fff4cd;--Colors-PrimitiveColorTokens-Yellow-200:#ffeaac;--Colors-PrimitiveColorTokens-Yellow-300:#ffda7f;--Colors-PrimitiveColorTokens-Yellow-400:#f7c544;--Colors-PrimitiveColorTokens-Yellow-500:#f3b51e;--Colors-PrimitiveColorTokens-Yellow-600:#d49a05;--Colors-PrimitiveColorTokens-Yellow-700:#976e00;--Colors-PrimitiveColorTokens-Yellow-800:#7c5300;--Colors-PrimitiveColorTokens-Teal-50:#edf8ff;--Colors-PrimitiveColorTokens-Teal-100:#d6fffb;--Colors-PrimitiveColorTokens-Teal-200:#b1f4ed;--Colors-PrimitiveColorTokens-Teal-300:#70e5dd;--Colors-PrimitiveColorTokens-Teal-400:#4ecfca;--Colors-PrimitiveColorTokens-Teal-500:#27bcb7;--Colors-PrimitiveColorTokens-Teal-600:#21a49f;--Colors-PrimitiveColorTokens-Teal-700:#118082;--Colors-PrimitiveColorTokens-Teal-800:#00575c;--Colors-PrimitiveColorTokens-Blue-50:#edf8ff;--Colors-PrimitiveColorTokens-Blue-100:#d2edff;--Colors-PrimitiveColorTokens-Blue-200:#b4e1ff;--Colors-PrimitiveColorTokens-Blue-300:#94d4ff;--Colors-PrimitiveColorTokens-Blue-400:#64b9f2;--Colors-PrimitiveColorTokens-Blue-500:#35a0e7;--Colors-PrimitiveColorTokens-Blue-600:#1a77b4;--Colors-PrimitiveColorTokens-Blue-700:#195f8e;--Colors-PrimitiveColorTokens-Blue-800:#024572;--Colors-PrimitiveColorTokens-Orange-50:#fff3e6;--Colors-PrimitiveColorTokens-Orange-100:#ffe9d3;--Colors-PrimitiveColorTokens-Orange-200:#ffd3b1;--Colors-PrimitiveColorTokens-Orange-300:#ffbe8d;--Colors-PrimitiveColorTokens-Orange-400:#ffa663;--Colors-PrimitiveColorTokens-Orange-500:#f27e25;--Colors-PrimitiveColorTokens-Orange-600:#b4530e;--Colors-PrimitiveColorTokens-Orange-700:#944b1d;--Colors-PrimitiveColorTokens-Orange-800:#6e3000;--Colors-PrimitiveColorTokens-Lime-50:#f0fae2;--Colors-PrimitiveColorTokens-Lime-100:#eeffd6;--Colors-PrimitiveColorTokens-Lime-200:#daf3b9;--Colors-PrimitiveColorTokens-Lime-300:#c5ed91;--Colors-PrimitiveColorTokens-Lime-400:#abdd65;--Colors-PrimitiveColorTokens-Lime-500:#92d03d;--Colors-PrimitiveColorTokens-Lime-600:#5e981d;--Colors-PrimitiveColorTokens-Lime-700:#578421;--Colors-PrimitiveColorTokens-Lime-800:#325b04;--Colors-Buttons-PrimaryBtn-PrimaryBtn_Label_Default:var(--Colors-PrimitiveColorTokens-Neutrals-StaticWhite);--Colors-Buttons-PrimaryBtn-PrimaryBtn_Label_Hover:var(--Colors-PrimitiveColorTokens-Neutrals-StaticWhite);--Colors-Buttons-PrimaryBtn-PrimaryBtn_Label_Disabled:var(--Colors-PrimitiveColorTokens-Neutrals-Inactive-100);--Colors-Buttons-PrimaryBtn-PrimaryBtn_Icon_Default:var(--Colors-PrimitiveColorTokens-Neutrals-StaticWhite);--Colors-Buttons-PrimaryBtn-PrimaryBtn_Icon_Hover:var(--Colors-PrimitiveColorTokens-Neutrals-StaticWhite);--Colors-Buttons-PrimaryBtn-PrimaryBtn_Icon_Disabled:var(--Colors-PrimitiveColorTokens-Neutrals-Inactive-100);--Colors-Buttons-PrimaryBtn-PrimaryBtn_Bkg_Default:var(--Colors-PrimitiveColorTokens-Teal-700);--Colors-Buttons-PrimaryBtn-PrimaryBtn_Bkg_Hover:var(--Colors-PrimitiveColorTokens-Teal-800);--Colors-Buttons-PrimaryBtn-PrimaryBtn_Bkg_Disabled:var(--Colors-PrimitiveColorTokens-Neutrals-Inactive-400);--Colors-Buttons-SecondaryBtn-SecondaryBtn_Label_Default:var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-700);--Colors-Buttons-SecondaryBtn-SecondaryBtn_Label_Hover:var(--Colors-PrimitiveColorTokens-Neutrals-StaticWhite);--Colors-Buttons-SecondaryBtn-SecondaryBtn_Label_Disabled:var(--Colors-PrimitiveColorTokens-Neutrals-Inactive-100);--Colors-Buttons-SecondaryBtn-SecondaryBtn_Bkg_Default:var(--Colors-PrimitiveColorTokens-Neutrals-StaticWhite);--Colors-Buttons-SecondaryBtn-SecondaryBtn_Bkg_Hover:var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-600);--Colors-Buttons-SecondaryBtn-SecondaryBtn_Bkg_Disabled:var(--Colors-PrimitiveColorTokens-Neutrals-Inactive-400);--Colors-Buttons-SecondaryBtn-SecondaryBtn_Border_Default:var(--Colors-PrimitiveColorTokens-Teal-700);--Colors-Buttons-SecondaryBtn-SecondaryBtn_Border_Hover:var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-600);--Colors-Buttons-SecondaryBtn-SecondaryBtn_Border_Disabled:var(--Colors-PrimitiveColorTokens-Neutrals-Inactive-400);--Colors-Buttons-SecondaryBtn-SecondaryBtn_Icon_Default:var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-600);--Colors-Buttons-SecondaryBtn-SecondaryBtn_Icon_Hover:var(--Colors-PrimitiveColorTokens-Neutrals-StaticWhite);--Colors-Buttons-SecondaryBtn-SecondaryBtn_Icon_Disabled:var(--Colors-PrimitiveColorTokens-Teal-50);--Colors-Buttons-BrandBtn-BrandBtn_Label_Default:var(--Colors-PrimitiveColorTokens-Neutrals-StaticWhite);--Colors-Buttons-BrandBtn-BrandBtn_Label_Hover:var(--Colors-PrimitiveColorTokens-Neutrals-StaticWhite);--Colors-Buttons-BrandBtn-BrandBtn_Label_Disabled:var(--Colors-PrimitiveColorTokens-Neutrals-Inactive-100);--Colors-Buttons-BrandBtn-BrandBtn_Icon_Default:var(--Colors-PrimitiveColorTokens-Neutrals-StaticWhite);--Colors-Buttons-BrandBtn-BrandBtn_Icon_Hover:var(--Colors-PrimitiveColorTokens-Neutrals-StaticWhite);--Colors-Buttons-BrandBtn-BrandBtn_Icon_Disabled:var(--Colors-PrimitiveColorTokens-Neutrals-Inactive-100);--Colors-Buttons-BrandBtn-BrandBtn_Bkg_Default:var(--Colors-PrimitiveColorTokens-Fuscia-500);--Colors-Buttons-BrandBtn-BrandBtn_Bkg_Hover:var(--Colors-PrimitiveColorTokens-Fuscia-800);--Colors-Buttons-BrandBtn-BrandBtn_Bkg_Disabled:var(--Colors-PrimitiveColorTokens-Neutrals-Inactive-400);--Colors-Buttons-SuccessBtn-BrandBtn_Label_Default:var(--Colors-PrimitiveColorTokens-Neutrals-StaticWhite);--Colors-Buttons-SuccessBtn-BrandBtn_Label_Hover:var(--Colors-PrimitiveColorTokens-Neutrals-StaticWhite);--Colors-Buttons-SuccessBtn-BrandBtn_Label_Disabled:var(--Colors-PrimitiveColorTokens-Neutrals-Inactive-100);--Colors-Buttons-SuccessBtn-BrandBtn_Icon_Default:var(--Colors-PrimitiveColorTokens-Neutrals-StaticWhite);--Colors-Buttons-SuccessBtn-BrandBtn_Icon_Hover:var(--Colors-PrimitiveColorTokens-Neutrals-StaticWhite);--Colors-Buttons-SuccessBtn-BrandBtn_Icon_Disabled:var(--Colors-PrimitiveColorTokens-Neutrals-Inactive-100);--Colors-Buttons-SuccessBtn-BrandBtn_Bkg_Default:var(--Colors-PrimitiveColorTokens-Lime-600);--Colors-Buttons-SuccessBtn-BrandBtn_Bkg_Hover:var(--Colors-PrimitiveColorTokens-Lime-800);--Colors-Buttons-SuccessBtn-BrandBtn_Bkg_Disabled:var(--Colors-PrimitiveColorTokens-Neutrals-Inactive-400);--Colors-Buttons-Pill-Badge-Txt_Pill-Badge_Label:var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-700);--Colors-Buttons-Pill-Badge-Bkg-Blue200:var(--Colors-PrimitiveColorTokens-Blue-100);--Colors-Buttons-Pill-Badge-Bkg-Fusia100:var(--Colors-PrimitiveColorTokens-Fuscia-100);--Colors-Buttons-Pill-Badge-Bkg-Lime200:var(--Colors-PrimitiveColorTokens-Lime-200);--Colors-Navigation-Other-Divider:var(--Colors-PrimitiveColorTokens-Neutrals-Inactive-200);--Colors-Navigation-Other-Txt_Sectionheader:var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-500);--Colors-Navigation-Other-Txt_MenuLabels:var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-700);--Colors-Navigation-Other-Txt_SubMenuLabels:var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-600);--Colors-Navigation-Other-Bkg_ActiveCount:var(--Colors-PrimitiveColorTokens-Red-500);--Colors-Navigation-Other-Bkg_Panel:var(--Colors-PrimitiveColorTokens-Neutrals-StaticWhite);--Colors-Navigation-Other-Bkg_Menu_Hover:var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-200);--Colors-Navigation-Other-Bkg_Menu_Selection:var(--Colors-PrimitiveColorTokens-Fuscia-50);--Colors-Functional-Border-Border_Default:var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-400);--Colors-Functional-Border-Border_Focus:var(--Colors-PrimitiveColorTokens-Teal-600);--Colors-Functional-Bkg-Bkg_Default:var(--Colors-PrimitiveColorTokens-Neutrals-StaticWhite);--Colors-Functional-Txt-Txt_Default:var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-800);--Colors-PrimitiveColorTokens-Brand-EVAA-EVAA-Canvas:var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-100);--Colors-PrimitiveColorTokens-Brand-EVAA-EVAA-Fusia:var(--Colors-PrimitiveColorTokens-Fuscia-500);--Colors-PrimitiveColorTokens-Brand-EVAA-EVAA-Plum:var(--Colors-PrimitiveColorTokens-Fuscia-800);--Colors-PrimitiveColorTokens-Brand-MaximEyes-EVAA-Canvas:var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-100);--Colors-PrimitiveColorTokens-Brand-MaximEyes-EVAA-Lime:#aee930;--Colors-PrimitiveColorTokens-Brand-MaximEyes-EVAA-InnerForest:#002515;--Colors-PrimitiveColorTokens-Brand-MaximEyes-EVAA-Springtime:#008a1e;--Colors-PrimitiveColorTokens-Brand-MaximEyes-EVAA-Goldenrod:#db9c42;--txt-ButtonLabelPrimary:DOWNLOAD;--txt-PrimaryButtonLabel14:DOWNLOAD;--ButtonCurves:25px;--PrimaryButtonDisabled:#a1a5ae;--ActiveStatusBG:#1a77b4;--ActiveStatusBadgeLabel:Active;--InputField-Stroke-Default:#d0cec3;--colors-badge-status-active-bkg:#1a77b4;--colors-badge-status-active-text:#fff;--colors-badge-status-active-icon:#fff;--colors-badge-status-inactive-bkg-light:#959490;--colors-badge-status-inactive-bkg-dark:#e5e4dd;--colors-badge-status-inactive-bkg:var(--colors-badge-status-inactive-bkg-light);--colors-badge-status-inactive-text:#fff;--colors-badge-status-inactive-icon:#fff;--colors-badge-pill-blue-bkg-light:#b4e1ff;--colors-badge-pill-blue-bkg-dark:#35a0e7;--colors-badge-pill-blue-bkg:var(--colors-badge-pill-blue-bkg-light);--colors-badge-pill-fusia-bkg-light:#ffdaef;--colors-badge-pill-fusia-bkg-dark:#811b53;--colors-badge-pill-fusia-bkg:var(--colors-badge-pill-fusia-bkg-light);--colors-badge-pill-lime-bkg-light:#daf3b9;--colors-badge-pill-lime-bkg-dark:#5e981d;--colors-badge-pill-lime-bkg:var(--colors-badge-pill-lime-bkg-light);--colors-badge-pill-text:var(--colors-primitive-color-tokens-neutrals-bkg-700);--colors-admin-nav-logo-brand:var(--colors-primitive-color-tokens-fuscia-500);--colors-admin-nav-dropdown-bkg:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-admin-nav-dropdown-border:var(--border);--colors-admin-nav-dropdown-text:var(--colors-primitive-color-tokens-neutrals-bkg-600);--colors-admin-nav-icon-help:var(--colors-primitive-color-tokens-fuscia-700);--colors-admin-nav-icon-setup:var(--colors-primitive-color-tokens-neutrals-bkg-500);--colors-admin-nav-icon-user:var(--colors-primitive-color-tokens-neutrals-bkg-500);--colors-admin-nav-icon-dropdown-arrow:var(--colors-primitive-color-tokens-neutrals-bkg-600);--colors-admin-nav-alert-warning:var(--colors-primitive-color-tokens-yellow-600);--colors-admin-nav-alert-error:var(--colors-primitive-color-tokens-red-500);--colors-admin-nav-alert-count-text:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-navigation-other-bkg-active-count:var(--colors-primitive-color-tokens-red-500);--colors-navigation-other-divider:var(--colors-primitive-color-tokens-neutrals-inactive-200);--colors-navigation-other-txt-menu-labels:var(--colors-primitive-color-tokens-neutrals-bkg-700);--colors-navigation-other-txt-sectionheader:var(--colors-primitive-color-tokens-neutrals-bkg-500);--colors-navigation-other-txt-sub-menu-labels:var(--colors-primitive-color-tokens-neutrals-bkg-600);--colors-navigation-icons-blue600:var(--colors-primitive-color-tokens-blue-600);--colors-navigation-icons-teal600:var(--colors-primitive-color-tokens-teal-700);--colors-navigation-icons-lime600:var(--colors-primitive-color-tokens-lime-600);--colors-navigation-icons-fusia600:var(--colors-primitive-color-tokens-fuscia-600);--colors-navigation-icons-gray-bkg-700:var(--colors-primitive-color-tokens-neutrals-bkg-700);--colors-navigation-text-primary:#374151;--colors-fusia-50:#fdf2f8;--colors-bkg-200:#f3f4f6;--colors-bkg-300:#e5e7eb;--colors-input-field-border-default:#d1d5db;--colors-input-field-border-hover:var(--colors-primitive-color-tokens-teal-400);--colors-input-field-border-focus:var(--colors-primitive-color-tokens-teal-500);--colors-input-field-border-disabled:#e5e7eb;--colors-input-field-border-readonly:var(--colors-primitive-color-tokens-blue-100);--colors-input-field-bkg-default:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-input-field-bkg-disabled:#f3f4f6;--colors-input-field-bkg-readonly:#edf8ff80;--colors-input-field-bkg-hover:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-input-field-bkg-focus:var(--colors-primitive-color-tokens-neutrals-static-white);--colors-input-field-text-default:#1f2937;--colors-input-field-text-placeholder:#9ca3af;--colors-input-field-text-disabled:#6b7280;--colors-input-field-text-label:#374151;--colors-input-field-text-helper:#9ca3af;--colors-input-field-text-counter:#9ca3af;--colors-input-field-border-error:#fca5a1;--colors-input-field-bkg-error:#fef2f2;--colors-input-field-text-error:#7f1d1d;--colors-input-field-text-helper-error:var(--colors-primitive-color-tokens-red-600);--colors-input-field-icon-error:var(--colors-primitive-color-tokens-red-500);--colors-input-field-prefix-bkg-default:#f9fafb;--colors-input-field-prefix-bkg-error:#fee2e2;--colors-input-field-prefix-border-default:#d1d5db;--colors-input-field-prefix-border-error:#fca5a1;--colors-input-field-prefix-text-default:#4b5563;--colors-input-field-prefix-text-error:var(--colors-primitive-color-tokens-red-500);--colors-input-field-icon-default:#6b7280;--colors-input-field-icon-disabled:#9ca3af;--input-field-height:40px;--input-field-padding-x:12px;--input-field-padding-y:10px;--input-field-prefix-padding-x:16px;--input-field-border-width:1px;--input-field-border-radius:var(--radius-md,8px);--colors-functional-bkg-bkg-active:var(--colors-primitive-color-tokens-teal-600);--colors-functional-bkg-bkg-info500:var(--colors-primitive-color-tokens-blue-500);--colors-functional-bkg-bkg-info100:var(--colors-primitive-color-tokens-blue-100);--colors-functional-bkg-bkg-success600:var(--colors-primitive-color-tokens-lime-600);--colors-functional-bkg-bkg-success100:var(--colors-primitive-color-tokens-lime-100);--colors-functional-bkg-bkg-warning-orange500:var(--colors-primitive-color-tokens-orange-500);--colors-functional-bkg-bkg-warning-orange100:var(--colors-primitive-color-tokens-orange-100);--colors-functional-bkg-bkg-error-red500:var(--colors-primitive-color-tokens-red-500);--colors-functional-bkg-bkg-error-red100:var(--colors-primitive-color-tokens-red-100);--colors-functional-txt-txt-default:var(--colors-primitive-color-tokens-neutrals-bkg-800);--colors-functional-txt-txt-info:var(--colors-primitive-color-tokens-blue-700);--colors-functional-txt-txt-success:var(--colors-primitive-color-tokens-lime-600);--colors-functional-txt-txt-warning-orange600:var(--colors-primitive-color-tokens-orange-600);--colors-functional-txt-txt-error:var(--colors-primitive-color-tokens-red-600);--colors-functional-txt-txt-selected-white:var(--colors-primitive-color-tokens-neutrals-static-white);--button-curves:1.5625rem;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:16px;--spacing-lg:24px;--spacing-xl:32px;--background:#fff;--foreground:#303030;--card:#fff;--card-foreground:#4b4b4a;--popover:#e5e4dd;--popover-foreground:#303030;--primary:#118082;--primary-foreground:#fff;--secondary:#0000;--secondary-foreground:#4b4b4a;--muted:#d2dce6;--muted-foreground:#8ba1b9;--accent:#118082;--accent-foreground:#fff;--destructive:#e73d36;--destructive-foreground:#fff;--border:#c3c1b5;--input:#fff;--input-background:#fff;--ring:#21a49f;--elevation-sm:0px 2px 4px 0px #00000014;--chart-1:#118082;--chart-2:#92d03d;--chart-3:#f27e25;--chart-4:#d72d8a;--chart-5:#35a0e7;--radius:13px;--radius-button:999px;--radius-card:13px;--radius-small:4px;--sidebar:#f6f6f1;--sidebar-foreground:#4b4b4a;--sidebar-primary:#118082;--sidebar-primary-foreground:#fff;--sidebar-accent:#118082;--sidebar-accent-foreground:#fff;--sidebar-border:#c3c1b5;--sidebar-ring:#21a49f}:root,:host{--radius-md:var(--radius)}@layer base{*{border-color:var(--border);outline-color:var(--ring)}@supports (color:color-mix(in lab, red, red)){*{outline-color:color-mix(in oklab, var(--ring) 50%, transparent)}}body{background-color:var(--background);color:var(--foreground);font-family:DM Sans,sans-serif}:where(:not(:has([class*=\ text-]),:not(:has([class^=text-])))) h1{font-family:DM Sans,sans-serif;font-size:var(--text-h1);font-weight:var(--font-weight-thin);line-height:1.5}:where(:not(:has([class*=\ text-]),:not(:has([class^=text-])))) h2{font-family:DM Sans,sans-serif;font-size:var(--text-h2);font-weight:var(--font-weight-semibold);line-height:1.5}:where(:not(:has([class*=\ text-]),:not(:has([class^=text-])))) h3{font-family:DM Sans,sans-serif;font-size:var(--text-h3);font-weight:var(--font-weight-semibold);line-height:1.5}:where(:not(:has([class*=\ text-]),:not(:has([class^=text-])))) h4{font-family:DM Sans,sans-serif;font-size:var(--text-h4);font-weight:var(--font-weight-semibold);line-height:1.5}:where(:not(:has([class*=\ text-]),:not(:has([class^=text-])))) p{font-family:DM Sans,sans-serif;font-size:var(--text-base);font-weight:var(--font-weight-normal);color:var(--colors-primitive-color-tokens-neutrals-bkg-800);line-height:1.5}:where(:not(:has([class*=\ text-]),:not(:has([class^=text-])))) label{font-family:DM Sans,sans-serif;font-size:var(--text-label);font-weight:var(--font-weight-medium);line-height:1.5}:where(:not(:has([class*=\ text-]),:not(:has([class^=text-])))) button{font-family:DM Sans,sans-serif;font-size:var(--text-button-primary);font-weight:var(--font-weight-extrabold);text-transform:uppercase;line-height:1.5}:where(:not(:has([class*=\ text-]),:not(:has([class^=text-])))) input{font-family:DM Sans,sans-serif;font-size:var(--text-base);font-weight:var(--font-weight-normal);line-height:1.5}:where(:not(:has([class*=\ text-]),:not(:has([class^=text-])))) select{font-family:DM Sans,sans-serif;font-size:var(--text-base);font-weight:var(--font-weight-medium);line-height:1.5}}.large-number{font-family:Roboto,sans-serif;font-size:var(--text-large-number);font-weight:var(--font-weight-normal);line-height:1.5}.txt-display1-thin-80{font-family:DM Sans,sans-serif;font-size:80px;font-weight:var(--font-weight-thin);line-height:1.2}.txt-display2-thin-72{font-family:DM Sans,sans-serif;font-size:72px;font-weight:var(--font-weight-thin);line-height:1.2}.txt-display3-thin-64{font-family:DM Sans,sans-serif;font-size:64px;font-weight:var(--font-weight-thin);line-height:1.2}.txt-display4-thin-58{font-family:DM Sans,sans-serif;font-size:58px;font-weight:var(--font-weight-thin);line-height:1.2}.txt-display5-thin-48{font-family:DM Sans,sans-serif;font-size:48px;font-weight:var(--font-weight-thin);line-height:1.2}.txt-display6-thin-40{font-family:DM Sans,sans-serif;font-size:40px;font-weight:var(--font-weight-thin);line-height:1.2}.txt-h1-heading-Regular-30{font-family:DM Sans,sans-serif;font-size:30px;font-weight:var(--font-weight-normal);line-height:1.5}.txt-h2-heading-SemiBold-28{font-family:DM Sans,sans-serif;font-size:28px;font-weight:var(--font-weight-semibold);line-height:1.5}.txt-h3-heading-SemiBold-26{font-family:DM Sans,sans-serif;font-size:26px;font-weight:var(--font-weight-semibold);line-height:1.5}.txt-h4-heading-SemiBold-24{font-family:DM Sans,sans-serif;font-size:24px;font-weight:var(--font-weight-semibold);line-height:1.5}.txt-h5-heading-SemiBold-22{font-family:DM Sans,sans-serif;font-size:22px;font-weight:var(--font-weight-semibold);line-height:1.5}.txt-h6-heading-SemiBold-20{font-family:DM Sans,sans-serif;font-size:20px;font-weight:var(--font-weight-semibold);line-height:1.5}.txt-sb1-semibold-18{font-family:DM Sans,sans-serif;font-size:18px;font-weight:var(--font-weight-semibold);line-height:1.5}.txt-sb1-Extrabold-18{font-family:DM Sans,sans-serif;font-size:18px;font-weight:var(--font-weight-extrabold);line-height:1.5}.txt-sb2-semibold-16{font-family:DM Sans,sans-serif;font-size:16px;font-weight:var(--font-weight-semibold);line-height:1.5}.txt-sb2-Extrabold-16{font-family:DM Sans,sans-serif;font-size:16px;font-weight:var(--font-weight-extrabold);line-height:1.5}.txt-sb2-Medium-16{font-family:DM Sans,sans-serif;font-size:16px;font-weight:var(--font-weight-medium);line-height:1.5}.txt-sb3-black-14{font-family:DM Sans,sans-serif;font-size:14px;font-weight:var(--font-weight-black);line-height:1.5}.txt-sb3-extrabold-14{font-family:DM Sans,sans-serif;font-size:14px;font-weight:var(--font-weight-extrabold);line-height:1.5}.txt-sb3-semibold-14{font-family:DM Sans,sans-serif;font-size:14px;font-weight:var(--font-weight-semibold);line-height:1.5}.txt-sb3-medium-14{font-family:DM Sans,sans-serif;font-size:14px;font-weight:var(--font-weight-medium);line-height:1.5}.txt-sb3-regular-14{font-family:DM Sans,sans-serif;font-size:14px;font-weight:var(--font-weight-normal);line-height:1.5}.txt-fs-sm-medium-12{font-family:DM Sans,sans-serif;font-size:12px;font-weight:var(--font-weight-medium);line-height:1.5}.txt-fs-sm-Regular-12{font-family:DM Sans,sans-serif;font-size:12px;font-weight:var(--font-weight-normal);line-height:1.5}.txt-fs-xm-medium-10{font-family:DM Sans,sans-serif;font-size:10px;font-weight:var(--font-weight-medium);line-height:1.5}.txt-fs-xm-extrabold-10{font-family:DM Sans,sans-serif;font-size:10px;font-weight:var(--font-weight-extrabold);line-height:1.5}.txt-body-regular-14,.txt-paragraph-regular-14{font-family:DM Sans,sans-serif;font-size:14px;font-weight:var(--font-weight-normal);line-height:1.5}html{font-size:var(--font-size)}.button{font-family:var(--TypographyTypes-ButtonsTypography-Standard_Button-Family,"DM Sans", sans-serif);font-size:var(--TypographyTypes-ButtonsTypography-Standard_Button-Size,14px);font-weight:var(--TypographyTypes-ButtonsTypography-Standard_Button-Type,800);cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;border:none;border-radius:999px;outline:none;justify-content:center;align-items:center;gap:8px;text-decoration:none;transition:all .2s ease-in-out;display:inline-flex}.button:disabled{cursor:not-allowed;opacity:.6}.button--md{height:48px;font-size:var(--FontSize-Size-16,16px);gap:8px;padding:12px 16px}.button--lg{height:72px;font-size:var(--FontSize-Size-18,18px);gap:12px;padding:20px 24px}.button--sm{height:35px;font-size:var(--FontSize-Size-14,14px);gap:4px;padding:10px 12px}.button--primary{background-color:var(--colors-buttons-primary-btn-primary-btn-bkg-default);color:var(--colors-buttons-primary-btn-primary-btn-label-default,white)}.button--primary:hover:not(:disabled){background-color:var(--colors-buttons-primary-btn-primary-btn-bkg-hover);color:var(--colors-buttons-primary-btn-primary-btn-label-hover,white)}.button--primary:disabled{background-color:var(--colors-buttons-primary-btn-primary-btn-bkg-disabled);color:var(--colors-buttons-primary-btn-primary-btn-label-disabled)}.button--brand{background-color:var(--colors-buttons-brand-btn-brand-btn-bkg-default);color:var(--colors-buttons-brand-btn-brand-btn-label-default,white)}.button--brand:hover:not(:disabled){background-color:var(--colors-buttons-brand-btn-brand-btn-bkg-hover);color:var(--colors-buttons-brand-btn-brand-btn-label-hover,white)}.button--brand:disabled{background-color:var(--colors-buttons-brand-btn-brand-btn-bkg-disabled);color:var(--colors-buttons-brand-btn-brand-btn-label-disabled)}.button--secondary{background-color:var(--colors-buttons-secondary-btn-secondary-btn-bkg-default,white);color:var(--colors-buttons-secondary-btn-secondary-btn-label-default);border:1px solid var(--colors-buttons-secondary-btn-secondary-btn-border-default)}.button--secondary:hover:not(:disabled){background-color:var(--colors-buttons-secondary-btn-secondary-btn-bkg-hover);color:var(--colors-buttons-secondary-btn-secondary-btn-label-hover,white);border:1px solid var(--colors-buttons-secondary-btn-secondary-btn-border-hover)}.button--secondary:disabled{background-color:var(--colors-buttons-secondary-btn-secondary-btn-bkg-disabled);color:var(--colors-buttons-secondary-btn-secondary-btn-label-disabled);border:1px solid var(--colors-buttons-secondary-btn-secondary-btn-border-disabled)}.button--success{background-color:var(--colors-buttons-success-btn-brand-btn-bkg-default);color:var(--colors-buttons-success-btn-brand-btn-label-default,white)}.button--success:hover:not(:disabled){background-color:var(--colors-buttons-success-btn-brand-btn-bkg-hover);color:var(--colors-buttons-success-btn-brand-btn-label-hover,white)}.button--success:disabled{background-color:var(--colors-buttons-success-btn-brand-btn-bkg-disabled);color:var(--colors-buttons-success-btn-brand-btn-label-disabled)}.button svg,.button i{flex-shrink:0;justify-content:center;align-items:center;display:flex}.button--md svg,.button--md i{width:24px;height:24px}.button--lg svg,.button--lg i{width:32px;height:32px}.button--sm svg,.button--sm i{width:20px;height:20px}.button--loading{pointer-events:none;position:relative;color:#0000!important}.button--loading .button__icon,.button--loading .button__label{visibility:hidden}.button__spinner{border:2px solid;border-top-color:#0000;border-radius:50%;width:1.5em;height:1.5em;animation:.6s linear infinite button-spin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes button-spin{to{transform:translate(-50%,-50%)rotate(360deg)}}.checkbox-container{cursor:pointer;-webkit-user-select:none;user-select:none;flex-direction:column;align-items:flex-start;padding:10px;display:inline-flex}.checkbox-row{align-items:center;gap:10px;display:flex}.checkbox-box{box-sizing:border-box;background:var(--colors-primitive-color-tokens-neutrals-static-white,white);outline:1px var(--colors-primitive-color-tokens-neutrals-bkg-400,#c3c1b5) solid;outline-offset:-.5px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;transition:all .2s ease-in-out;display:flex;position:relative}.checkbox-box--square{border-radius:2px}.checkbox-box--round{border-radius:9999px}.checkbox-box--checked,.checkbox-box--indeterminate{background:var(--colors-primitive-color-tokens-teal-700,#118082);outline:1px var(--colors-primitive-color-tokens-teal-700,#118082) solid}.checkbox-container:hover .checkbox-box:not(.checkbox-box--disabled):not(.checkbox-box--readonly),.checkbox-container--hover .checkbox-box{outline:1px var(--colors-primitive-color-tokens-neutrals-bkg-500,#959490) solid}.checkbox-box--disabled{background:var(--colors-primitive-color-tokens-neutrals-inactive-200,#d2dce6);outline:1px var(--colors-primitive-color-tokens-neutrals-inactive-300,#b4c6d6) solid;cursor:not-allowed}.checkbox-box--disabled.checkbox-box--checked{background:var(--colors-primitive-color-tokens-neutrals-inactive-400,#8ba1b9)}.checkbox-box--readonly{background:var(--colors-primitive-color-tokens-neutrals-inactive-200,#d2dce6);outline:1px var(--colors-primitive-color-tokens-neutrals-inactive-300,#b4c6d6) solid;cursor:default}.checkbox-box--readonly.checkbox-box--checked{background:var(--colors-primitive-color-tokens-neutrals-inactive-600,#4b5867)}.checkbox-container--focus .checkbox-label{color:var(--colors-primitive-color-tokens-teal-800,#00575c)}.checkbox-icon{width:12px;height:9px;color:var(--colors-primitive-color-tokens-neutrals-static-white,white);justify-content:center;align-items:center;display:flex}.checkbox-icon svg{width:100%;height:100%}.checkbox-label{word-wrap:break-word;color:var(--colors-primitive-color-tokens-neutrals-bkg-700,#4b4b4a);font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;line-height:20.37px;transition:color .2s ease-in-out}.checkbox-label--disabled{color:var(--colors-primitive-color-tokens-neutrals-inactive-500,#6a809a)}.checkbox-label--readonly{color:var(--colors-primitive-color-tokens-neutrals-inactive-600,#4b5867)}.checkbox-subtext{color:var(--colors-primitive-color-tokens-neutrals-bkg-600,#71706c);word-wrap:break-word;margin-top:-2px;padding-left:26px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:400;line-height:20.37px}.datepicker{width:100%;max-width:250px;font-family:var(--FontFamily-Family,"DM Sans", sans-serif);flex-direction:column;gap:4px;display:inline-flex;position:relative}.datepicker__label-row{align-items:center;gap:4px;display:flex}.datepicker__label{color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);font-size:var(--FontSize-Size-14,14px);font-weight:var(--FontType-SemiBold,600);line-height:20.37px}.datepicker__required-star{justify-content:center;align-items:center;width:8px;height:8px;display:flex}.datepicker__input-wrapper{background:var(--Colors-Functional-Bkg-Bkg_Default,white);outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;outline-offset:-1px;cursor:pointer;border-radius:13px;justify-content:space-between;align-items:center;gap:8px;min-width:200px;height:36px;padding:0 12px;transition:all .2s ease-in-out;display:flex;position:relative;overflow:hidden}.datepicker__input-wrapper:hover:not(.datepicker__input-wrapper--disabled):not(.datepicker__input-wrapper--readonly){outline:1px var(--colors-primitive-color-tokens-neutrals-bkg-500,#959490) solid}.datepicker__input-wrapper--focus{outline:1px var(--Colors-Functional-Border-Border_Focus,#21a49f) solid!important}.datepicker__input-wrapper--disabled{background:var(--colors-primitive-color-tokens-neutrals-inactive-100,#eef2f6);cursor:not-allowed;opacity:.6;outline:1px var(--colors-primitive-color-tokens-neutrals-inactive-300,#b4c6d6) solid}.datepicker__input-wrapper--readonly{background:var(--colors-primitive-color-tokens-neutrals-bkg-50,#f9f9f6);cursor:default;outline:1px var(--colors-primitive-color-tokens-neutrals-bkg-300,#e5e4dd) solid}.datepicker__placeholder{color:var(--Colors-Functional-Border-Border_Default,#c3c1b5);font-size:var(--FontSize-Size-14,14px);font-weight:var(--FontType-Medium,500);white-space:nowrap;text-overflow:ellipsis;flex:1;line-height:20.37px;overflow:hidden}.datepicker__value{color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);font-size:var(--FontSize-Size-14,14px);font-weight:var(--FontType-Medium,500);white-space:nowrap;text-overflow:ellipsis;flex:1;line-height:20.37px;overflow:hidden}.datepicker__icon-wrapper{width:16px;height:16px;color:var(--Colors-Functional-Border-Border_Default,#c3c1b5);justify-content:center;align-items:center;display:flex}.datepicker__dropdown{z-index:1000;background:var(--Colors-Functional-Bkg-Bkg_Default,white);outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;outline-offset:-1px;border-radius:13px;flex-direction:column;gap:12px;min-width:280px;padding:12px 10px;display:flex;position:absolute;top:calc(100% + 4px);left:0;box-shadow:0 4px 20px #00000014}.datepicker__dropdown--range{min-width:700px}.datepicker__dropdown-main{display:flex}.datepicker__calendar-container{flex:1;display:flex}.datepicker__calendar{flex-direction:column;flex:1;gap:12px;padding:0 12px;display:flex}.datepicker__header{justify-content:center;align-items:center;gap:8px;height:36px;display:flex}.datepicker__header-selectors{flex:1;gap:8px;display:flex}.datepicker__header-select{background:var(--Colors-Functional-Bkg-Bkg_Default,white);outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;outline-offset:-1px;cursor:pointer;height:36px;font-size:var(--FontSize-Size-14,14px);font-weight:var(--FontType-SemiBold,600);color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);border-radius:13px;flex:1;justify-content:space-between;align-items:center;gap:8px;padding:0 12px;transition:all .2s;display:flex}.datepicker__header-select:hover{outline:1px var(--Colors-Functional-Border-Border_Focus,#21a49f) solid}.datepicker__header-icon{color:var(--Colors-Functional-Border-Border_Default,#c3c1b5);justify-content:center;align-items:center;display:flex}.datepicker__weekdays{text-align:center;grid-template-columns:repeat(7,1fr);display:grid}.datepicker__weekday{width:36px;height:28px;font-size:var(--FontSize-Size-14,14px);font-weight:var(--FontType-Medium,500);color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);justify-content:center;align-items:center;line-height:16px;display:flex}.datepicker__days{grid-template-columns:repeat(7,1fr);gap:0;display:grid}.datepicker__day{cursor:pointer;width:36px;height:28px;font-size:var(--FontSize-Size-14,14px);font-weight:var(--FontType-Regular,400);color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);border-radius:4px;justify-content:center;align-items:center;line-height:20.37px;transition:all .2s;display:flex;position:relative}.datepicker__day:hover:not(.datepicker__day--disabled):not(.datepicker__day--selected){background:var(--Colors-Functional-Bkg-Bkg_Default,#f6f6f3)}.datepicker__day--disabled{cursor:not-allowed;color:var(--Colors-Functional-Label-Txt_Label_Disabled,#6a809a)!important}.datepicker--range .datepicker__day--selected{color:var(--colors-primitive-color-tokens-neutrals-static-white,#fff)!important;background:#21a49f!important}.datepicker--range .datepicker__day--in-range{background:#d6fffb;border-radius:0}.datepicker__day--selected{color:var(--Colors-Functional-Txt-Txt_Selected-White,white)!important;background:#21a49f!important}.datepicker__day--in-range{background:#d6fffb;border-radius:0}.datepicker__day-text{z-index:1}.datepicker__divider{outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;outline-offset:-.3px;align-self:stretch;height:0}.datepicker__footer{flex-direction:column;display:flex}.datepicker__presets{flex-direction:column;gap:8px;min-width:140px;padding-right:8px;display:flex}.datepicker__preset{font-size:var(--FontSize-Size-14,14px);font-weight:var(--FontType-Regular,400);color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);cursor:pointer;border-radius:4px;padding:5px 20px;line-height:20.37px;transition:all .2s}.datepicker__preset:hover{background:var(--Colors-Functional-Bkg-Bkg_Default,#f6f6f3)}.datepicker--range .datepicker__preset--active{font-weight:var(--FontType-SemiBold,600);color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a)!important;background:#d6fffb!important}.datepicker__preset--active{font-weight:var(--FontType-SemiBold,600);color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a)}.datepicker__vertical-divider{background:var(--Colors-Functional-Border-Border_Default,#c3c1b5);align-self:stretch;width:1px;min-height:100%;margin:-12px 0}.datepicker__vertical-divider--calendar{margin:0}.datepicker__actions{justify-content:flex-end;gap:8px;padding-top:12px;display:flex}.datepicker__button{height:40px;font-size:var(--FontSize-Size-14,14px);font-weight:var(--FontType-ExtraBold,800);cursor:pointer;text-transform:uppercase;letter-spacing:.02em;border:none;border-radius:999px;justify-content:center;align-items:center;gap:4px;padding:0 16px;line-height:20.37px;transition:all .2s;display:flex}.datepicker__button--cancel{background:var(--Colors-Buttons-SecondaryBtn-SecondaryBtn_Bkg_Default,white);color:var(--Colors-Buttons-SecondaryBtn-SecondaryBtn_Label_Default,#4b4b4a);border:1px var(--Colors-Buttons-SecondaryBtn-SecondaryBtn_Border_Default,#118082) solid}.datepicker__button--cancel:hover{background:var(--Colors-Functional-Bkg-Bkg_Default,#f6f6f3)}.datepicker__button--apply{background:var(--Colors-Buttons-PrimaryBtn-PrimaryBtn_Bkg_Default,#118082);color:var(--Colors-Buttons-PrimaryBtn-PrimaryBtn_Label_Default,white)}.datepicker__button--apply:hover{background:var(--Colors-Buttons-PrimaryBtn-PrimaryBtn_Bkg_Hover,#00575c)}.datepicker__button--apply:disabled{background:var(--Colors-Buttons-PrimaryBtn-PrimaryBtn_Bkg_Disabled,#8ba1b9);cursor:not-allowed}.inputfield-container{flex-direction:column;width:100%;display:inline-flex;position:relative}.inputfield-label-wrapper{align-items:center;gap:4px;margin-bottom:4px;padding-left:13px;display:flex}.inputfield-label{color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);word-wrap:break-word;font-size:14px;font-weight:600;line-height:20.37px}.inputfield-required{color:var(--Colors-Functional-Input-Icons-Icon_Error,#e73d36);word-wrap:break-word;font-size:14px;font-weight:600;line-height:20.37px}.inputfield-character-count{color:var(--Colors-Functional-Txt_Helper-Txt_Helper_Default,#71706c);word-wrap:break-word;margin-left:auto;font-size:12px;font-weight:500;line-height:14.55px}.inputfield-wrapper{background:var(--Colors-Functional-Bkg-Bkg_Default,white);outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;outline-offset:-1px;border-radius:13px;align-items:center;gap:10px;padding:8px;transition:all .2s ease-in-out;display:flex}.inputfield-wrapper--default{background:var(--Colors-Functional-Bkg-Bkg_Default,white);outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid}.inputfield-wrapper--hover{background:var(--Colors-Functional-Bkg-Bkg_Hover,#d6fffb);outline:1px var(--Colors-Functional-Border-Border_Hover,#959490) solid}.inputfield-wrapper--focus{background:var(--Colors-Functional-Bkg-Bkg_Default,white);outline:1px var(--Colors-Functional-Border-Border_Focus,#21a49f) solid}.inputfield-wrapper--disabled{background:var(--Colors-Functional-Bkg-Bkg_Disabled,#d2dce6);outline:1px var(--Colors-Functional-Border-Border_Disabled,#b4c6d6) solid;cursor:not-allowed}.inputfield-wrapper--error{background:var(--Colors-Functional-Bkg-Bkg_Error-Red100,#ffd3d2);outline:1px var(--Colors-Functional-Border-Border_Error,#e73d36) solid}.inputfield-wrapper--readonly{background:var(--Colors-Functional-Bkg-Bkg_ReadOnly,#d2dce6);outline:1px var(--Colors-Functional-Border-Border_ReadOnly,#b4c6d6) solid}.inputfield-left-icon,.inputfield-right-icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.inputfield-left-icon{margin-right:8px}.inputfield-right-icon{margin-left:8px}.inputfield-input{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Default,#71706c);word-wrap:break-word;background:0 0;border:none;outline:none;flex:1;width:100%;padding:0;font-size:14px;font-weight:500;line-height:20.37px}.inputfield-input::placeholder{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Default,#71706c)}.inputfield-wrapper--disabled .inputfield-input{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Disabled,#8ba1b9);cursor:not-allowed}.inputfield-wrapper--disabled .inputfield-input::placeholder{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Disabled,#8ba1b9)}.inputfield-wrapper--error .inputfield-input,.inputfield-wrapper--error .inputfield-input::placeholder{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Error,#e73d36)}.inputfield-wrapper--readonly .inputfield-input,.inputfield-wrapper--readonly .inputfield-input::placeholder{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_ReadOnly,#6a809a)}.inputfield-helper-text-wrapper{padding-left:13px}.inputfield-helper-text{color:var(--Colors-Functional-Txt-Txt_ReadOnly,#4b5867);word-wrap:break-word;font-size:12px;font-weight:500;line-height:14.55px}.inputfield-helper-text--error{color:var(--Colors-Functional-Txt-Txt_Error,#c9221c)}.inputfield-container--sm .inputfield-input,.inputfield-container--sm .inputfield-label{font-size:12px;line-height:16px}.inputfield-container--lg .inputfield-input,.inputfield-container--lg .inputfield-label{font-size:16px;line-height:24px}.inputfield-icon-container{flex-direction:column;width:100%;display:inline-flex;position:relative}.inputfield-icon-label-wrapper{align-items:center;gap:4px;margin-bottom:4px;padding-left:13px;display:flex}.inputfield-icon-label{color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);word-wrap:break-word;font-size:14px;font-weight:600;line-height:20.37px}.inputfield-icon-required{color:var(--Colors-Functional-Input-Icons-Icon_Error,#e73d36);word-wrap:break-word;font-size:14px;font-weight:600;line-height:20.37px}.inputfield-icon-character-count{color:var(--Colors-Functional-Txt_Helper-Txt_Helper_Default,#71706c);word-wrap:break-word;margin-left:auto;font-size:12px;font-weight:500;line-height:14.55px}.inputfield-icon-wrapper{background:var(--Colors-Functional-Bkg-Bkg_Default,white);outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;outline-offset:-1px;border-radius:13px;flex:1 1 0;align-items:center;gap:15px;height:50px;padding-top:10px;padding-bottom:10px;transition:all .2s ease-in-out;display:flex;position:relative}.inputfield-icon-wrapper--default{background:var(--Colors-Functional-Bkg-Bkg_Default,white);outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid}.inputfield-icon-wrapper--hover{background:var(--Colors-Functional-Bkg-Bkg_Hover,#d6fffb);outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid}.inputfield-icon-wrapper--selected{background:var(--Colors-Functional-Bkg-Bkg_Default,white);outline:1px var(--Colors-Functional-Border-Border_Focus,#21a49f) solid}.inputfield-icon-wrapper--disabled{background:var(--Colors-Functional-Bkg-Bkg_Disabled,#d2dce6);outline:1px var(--Colors-Functional-Border-Border_Disabled,#b4c6d6) solid;cursor:not-allowed}.inputfield-icon-wrapper--error{background:var(--Colors-Functional-Bkg-Bkg_Error-Red100,#ffd3d2);outline:1px var(--Colors-Functional-Border-Border_Error,#e73d36) solid}.inputfield-icon-wrapper--readonly{background:var(--Colors-Functional-Bkg-Bkg_ReadOnly,#d2dce6);outline:1px var(--Colors-Functional-Border-Border_ReadOnly,#b4c6d6) solid}.inputfield-icon-prefix{background:var(--Colors-Functional-Bkg-Bkg_Dark,#efeeea);outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;outline-offset:-1px;border-top-left-radius:13px;border-bottom-left-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:50px;display:flex}.inputfield-icon-input{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Default,#71706c);word-wrap:break-word;background:0 0;border:none;outline:none;flex:1;width:100%;padding:0;font-size:14px;font-weight:500;line-height:20.37px}.inputfield-icon-input::placeholder{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Default,#71706c)}.inputfield-icon-wrapper--disabled .inputfield-icon-input{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Disabled,#8ba1b9);cursor:not-allowed}.inputfield-icon-wrapper--disabled .inputfield-icon-input::placeholder{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Disabled,#8ba1b9)}.inputfield-icon-wrapper--error .inputfield-icon-input,.inputfield-icon-wrapper--error .inputfield-icon-input::placeholder{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Error,#e73d36)}.inputfield-icon-wrapper--readonly .inputfield-icon-input,.inputfield-icon-wrapper--readonly .inputfield-icon-input::placeholder{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_ReadOnly,#6a809a)}.inputfield-icon-helper-text-wrapper{padding-left:13px}.inputfield-icon-helper-text{color:var(--Colors-Functional-Txt-Txt_ReadOnly,#4b5867);word-wrap:break-word;font-size:12px;font-weight:500;line-height:14.55px}.inputfield-icon-helper-text--error{color:var(--Colors-Functional-Txt-Txt_Error,#c9221c)}.inputfield-icon-container--sm .inputfield-icon-input,.inputfield-icon-container--sm .inputfield-icon-label{font-size:12px;line-height:16px}.inputfield-icon-container--lg .inputfield-icon-input,.inputfield-icon-container--lg .inputfield-icon-label{font-size:16px;line-height:24px}.inputfield-phone-container{flex-direction:column;width:100%;display:inline-flex;position:relative}.inputfield-phone-label-wrapper{align-items:center;gap:4px;margin-bottom:4px;padding-left:13px;display:flex}.inputfield-phone-label{color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);word-wrap:break-word;font-size:14px;font-weight:600;line-height:20.37px}.inputfield-phone-required{color:var(--Colors-Functional-Input-Icons-Icon_Error,#e73d36);word-wrap:break-word;font-size:14px;font-weight:600;line-height:20.37px}.inputfield-phone-character-count{color:var(--Colors-Functional-Txt_Helper-Txt_Helper_Default,#71706c);word-wrap:break-word;margin-left:auto;font-size:12px;font-weight:500;line-height:14.55px}.inputfield-phone-wrapper{background:var(--Colors-Functional-Bkg-Bkg_Default,white);outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;outline-offset:-1px;border-radius:13px;flex:1 1 0;align-items:center;gap:15px;height:50px;padding-top:10px;padding-bottom:10px;transition:all .2s ease-in-out;display:flex;position:relative}.inputfield-phone-wrapper--default{background:var(--Colors-Functional-Bkg-Bkg_Default,white);outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid}.inputfield-phone-wrapper--hover{background:var(--Colors-Functional-Bkg-Bkg_Hover,#d6fffb);outline:1px var(--Colors-Functional-Border-Border_Focus,#21a49f) solid}.inputfield-phone-wrapper--selected{background:var(--Colors-Functional-Bkg-Bkg_Default,white);outline:1px var(--Colors-Functional-Border-Border_Focus,#21a49f) solid}.inputfield-phone-wrapper--disabled{background:var(--Colors-Functional-Bkg-Bkg_Disabled,#d2dce6);outline:1px var(--Colors-Functional-Border-Border_Disabled,#b4c6d6) solid;cursor:not-allowed}.inputfield-phone-wrapper--error{background:var(--Colors-Functional-Bkg-Bkg_Error-Red100,#ffd3d2);outline:1px var(--Colors-Functional-Border-Border_Error,#e73d36) solid}.inputfield-phone-wrapper--readonly{background:var(--Colors-Functional-Bkg-Bkg_ReadOnly,#d2dce6);outline:1px var(--Colors-Functional-Border-Border_ReadOnly,#b4c6d6) solid}.inputfield-phone-prefix{background:var(--Colors-Functional-Bkg-Bkg_Dark,#efeeea);outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;outline-offset:-1px;border-top-left-radius:13px;border-bottom-left-radius:13px;flex-shrink:0;justify-content:center;align-items:center;height:50px;padding:9px 12px;display:flex}.inputfield-phone-prefix-value{color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);word-wrap:break-word;font-size:16px;font-weight:500;line-height:23.28px}.inputfield-phone-input{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Default,#71706c);word-wrap:break-word;background:0 0;border:none;outline:none;flex:1;width:100%;padding:0;font-size:14px;font-weight:500;line-height:20.37px}.inputfield-phone-input::placeholder{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Default,#71706c)}.inputfield-phone-wrapper--disabled .inputfield-phone-input{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Disabled,#8ba1b9);cursor:not-allowed}.inputfield-phone-wrapper--disabled .inputfield-phone-input::placeholder{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Disabled,#8ba1b9)}.inputfield-phone-wrapper--error .inputfield-phone-input,.inputfield-phone-wrapper--error .inputfield-phone-input::placeholder{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Error,#e73d36)}.inputfield-phone-wrapper--readonly .inputfield-phone-input,.inputfield-phone-wrapper--readonly .inputfield-phone-input::placeholder{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_ReadOnly,#6a809a)}.inputfield-phone-helper-text-wrapper{padding-left:13px}.inputfield-phone-helper-text{color:var(--Colors-Functional-Txt-Txt_ReadOnly,#4b5867);word-wrap:break-word;font-size:12px;font-weight:500;line-height:14.55px}.inputfield-phone-helper-text--error{color:var(--Colors-Functional-Txt-Txt_Error,#c9221c)}.inputfield-phone-container--sm .inputfield-phone-wrapper{height:40px;padding-top:8px;padding-bottom:8px}.inputfield-phone-container--sm .inputfield-phone-input,.inputfield-phone-container--sm .inputfield-phone-label{font-size:12px;line-height:16px}.inputfield-phone-container--sm .inputfield-phone-prefix{height:40px;padding-top:7px;padding-bottom:7px}.inputfield-phone-container--sm .inputfield-phone-prefix-value{font-size:14px;line-height:20.37px}.inputfield-phone-container--lg .inputfield-phone-input,.inputfield-phone-container--lg .inputfield-phone-label{font-size:16px;line-height:24px}.inputfield-phone-container--lg .inputfield-phone-prefix{height:50px;padding-top:9px;padding-bottom:9px}.inputfield-phone-container--lg .inputfield-phone-prefix-value{font-size:16px;line-height:23.28px}.pill-badge{box-sizing:border-box;color:var(--Colors-Buttons-Pill-Badge-Txt_Pill-Badge_Label,#4b4b4a);border-radius:18px;justify-content:center;align-items:center;width:fit-content;padding:0 9px;font-family:DM Sans,sans-serif;transition:all .2s ease-in-out;display:inline-flex}.pill-badge--stacked{flex-direction:column;padding:5px}.pill-badge--blue{background-color:var(--Colors-Buttons-Pill-Badge-Bkg-Blue200,#d2edff)}.pill-badge--fuchsia{background-color:var(--Colors-Buttons-Pill-Badge-Bkg-Fusia100,#ffdaef)}.pill-badge--lime{background-color:var(--Colors-Buttons-Pill-Badge-Bkg-Lime200,#daf3b9)}.pill-badge--sm{height:24px;font-size:12px;font-weight:500;line-height:17.46px}.pill-badge--md{height:26px;font-size:14px;font-weight:600;line-height:20.37px}.pill-badge__title{text-align:center;flex-direction:column;justify-content:center;display:flex}.pill-badge--stacked .pill-badge__title--md{font-size:14px;font-weight:500;line-height:20.37px}.pill-badge--stacked .pill-badge__title--lg{font-size:16px;font-weight:500;line-height:23.28px}.pill-badge__subtext{text-align:center;flex-direction:column;justify-content:center;font-size:10px;font-weight:500;line-height:14.55px;display:flex}.progressbar{flex-direction:column;gap:4px;width:211px;display:flex}.progressbar--card{background:var(--colors-primitive-color-tokens-neutrals-bkg-200,#efeeea);border:1px solid var(--colors-primitive-color-tokens-neutrals-bkg-400,#c3c1b5);border-radius:10px;width:fit-content;padding:5px 10px}.progressbar--card .progressbar__track,.progressbar--card .progressbar__header,.progressbar--card .progressbar__footer{width:100%}.progressbar__header{justify-content:space-between;align-items:center;width:100%;display:flex}.progressbar__label{color:var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-700,#4b4b4a);font-size:var(--FontSize-Size-12,12px);font-weight:var(--FontType-Medium,500);white-space:nowrap;text-overflow:ellipsis;width:131px;line-height:1.45;overflow:hidden}.progressbar__percentage{color:var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-700,#4b4b4a);font-size:var(--FontSize-Size-12,12px);font-weight:var(--FontType-Medium,500);line-height:1.45}.progressbar__track{background:var(--Colors-PrimitiveColorTokens-Neutrals-Inactive-200,#d2dce6);border-radius:20px;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.progressbar__track--sm{height:4px}.progressbar__track--md{height:10px}.progressbar__track--lg{height:16px}.progressbar__fill{border-radius:20px;height:100%;transition:width .3s ease-in-out}.progressbar__fill--default{background:var(--colors-primitive-color-tokens-teal-700,#118082)}.progressbar__fill--high-usage{background:var(--colors-primitive-color-tokens-orange-500,#f27e25)}.progressbar__footer{justify-content:space-between;align-items:center;width:100%;height:17px;display:flex}.progressbar__used{color:var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-600,#71706c);font-size:var(--FontSize-Size-12,12px);font-weight:var(--FontType-Medium,500);line-height:1.45}.progressbar__remaining{color:var(--Colors-PrimitiveColorTokens-Neutrals-Bkg-600,#71706c);font-size:var(--FontSize-Size-12,12px);font-weight:var(--FontType-Regular,400);line-height:1.45}.radio-button{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:5px;display:inline-flex;position:relative}.radio-button--disabled,.radio-button--readonly{cursor:default}.radio-button__input{opacity:0;width:0;height:0;margin:0;position:absolute}.radio-button__wrapper{flex-shrink:0;width:16px;height:16px;margin-top:2px;position:relative}.radio-button__visual{width:100%;height:100%;cursor:inherit;display:block}.radio-button__outer-circle{background:var(--colors-primitive-color-tokens-neutrals-static-white,#fff);border:1px solid var(--colors-primitive-color-tokens-neutrals-bkg-400,#c3c1b5);box-sizing:border-box;border-radius:50%;place-items:center;width:16px;height:16px;line-height:0;transition:border-color .2s;display:grid;overflow:hidden}.radio-button:not(.radio-button--disabled):not(.radio-button--readonly):hover .radio-button__outer-circle{border-color:var(--colors-primitive-color-tokens-neutrals-bkg-500,#959490)}.radio-button__inner-circle{background:var(--colors-primitive-color-tokens-teal-700,#118082);border-radius:50%;flex-shrink:0;width:10px;height:10px;display:block}.radio-button__content{flex-direction:column;display:flex}.radio-button__label{color:var(--colors-primitive-color-tokens-neutrals-bkg-700,#4b4b4a);font-size:var(--FontSize-Size-14,14px);font-weight:var(--FontType-Medium,500);cursor:inherit;line-height:20.37px;transition:color .2s}.radio-button:not(.radio-button--disabled):not(.radio-button--readonly):hover .radio-button__label{color:var(--colors-primitive-color-tokens-teal-800,#00575c)}.radio-button__subtext{color:var(--colors-primitive-color-tokens-neutrals-bkg-700,#4b4b4a);font-size:var(--FontSize-Size-10,10px);font-weight:var(--FontType-Medium,500);line-height:14.55px}.radio-button--disabled .radio-button__outer-circle{background:var(--colors-primitive-color-tokens-neutrals-inactive-200,#d2dce6);border-color:var(--colors-primitive-color-tokens-neutrals-inactive-300,#b4c6d6)}.radio-button--disabled .radio-button__inner-circle{background:var(--colors-primitive-color-tokens-neutrals-inactive-400,#8ba1b9)}.radio-button--disabled .radio-button__label,.radio-button--disabled .radio-button__subtext{color:var(--colors-primitive-color-tokens-neutrals-inactive-500,#6a809a)}.radio-button--readonly .radio-button__outer-circle{background:var(--colors-primitive-color-tokens-neutrals-inactive-200,#d2dce6);border-color:var(--colors-primitive-color-tokens-neutrals-inactive-300,#b4c6d6)}.radio-button--readonly .radio-button__inner-circle{background:var(--colors-primitive-color-tokens-neutrals-inactive-600,#4b5867)}.radio-button--readonly .radio-button__label,.radio-button--readonly .radio-button__subtext{color:var(--colors-primitive-color-tokens-neutrals-inactive-600,#4b5867)}.state-badge{box-sizing:border-box;border-radius:24px;justify-content:center;align-items:center;gap:5px;width:fit-content;height:24px;padding:8px;font-family:DM Sans,sans-serif;transition:all .2s ease-in-out;display:inline-flex}.state-badge--active{background-color:var(--Colors-Buttons-Active-Inactive-Bkg_Active,#1a77b4)}.state-badge--inactive{background-color:var(--Colors-Buttons-Active-Inactive-Bkg_Inactive,#959490)}.state-badge__label{color:var(--Colors-Buttons-Active-Inactive-Txt_Label_Active,white);white-space:nowrap;flex-direction:column;justify-content:center;font-size:12px;font-weight:500;line-height:17.46px;display:flex}.state-badge__icon{width:12px;height:12px;color:var(--Colors-Functional-Input-Icons-Icon_White,white);flex-shrink:0;justify-content:center;align-items:center;display:flex}.state-badge__icon-placeholder{background-color:var(--Colors-Functional-Input-Icons-Icon_White,white);width:14px;height:14px;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.switch__content-wrapper{align-items:center;display:flex}.switch-container--checked.switch-container--green-red .switch__track,.switch-container--green-red .switch__input:checked+.switch__track,.switch-container--checked.switch-container--green .switch__track,.switch-container--green .switch__input:checked+.switch__track{background-color:var(--colors-primitive-color-tokens-lime-600,#5e981d)}.switch-container--checked.switch-container--red .switch__track,.switch-container--red .switch__input:checked+.switch__track,.switch-container--green-red:not(.switch-container--checked) .switch__track,.switch-container--green-red .switch__input:not(:checked)+.switch__track{background-color:var(--colors-primitive-color-tokens-red-500,#e73d36)}.switch-container{width:fit-content;display:block}.switch__content-wrapper{align-items:center;gap:8px;display:flex}.switch__main-label{color:var(--colors-primitive-color-tokens-neutrals-bkg-600,#71706c);margin-right:4px;font-size:16px;font-weight:400;line-height:23.28px}.switch__value-label{color:var(--colors-primitive-color-tokens-neutrals-bkg-700,#4b4b4a);font-size:16px;font-weight:400;line-height:23.28px;transition:font-weight .2s,color .2s}.switch__value-label--active-state{color:var(--colors-primitive-color-tokens-neutrals-bkg-800,#303030);font-weight:800}.switch{cursor:pointer;display:inline-block;position:relative}.switch__input{opacity:0;width:0;height:0;position:absolute}.switch__track{background-color:var(--colors-primitive-color-tokens-neutrals-inactive-300,#b4c6d6);cursor:pointer;border-radius:12px;transition:background-color .2s;display:block;position:relative}.switch__handle{background-color:var(--colors-primitive-color-tokens-neutrals-static-white,#fff);border-radius:50%;transition:transform .2s,background-color .2s;position:absolute;top:2px;left:2px}.switch-container--big .switch__track{width:48px;height:24px}.switch-container--big .switch__handle{width:20px;height:20px}.switch-container--small .switch__track{border-radius:10px;width:40px;height:20px}.switch-container--small .switch__handle{width:16px;height:16px}.switch-container--checked.switch-container--teal .switch__track,.switch-container--teal .switch__input:checked+.switch__track{background-color:var(--colors-primitive-color-tokens-teal-700,#118082)}.switch-container--checked.switch-container--fusia .switch__track,.switch-container--fusia .switch__input:checked+.switch__track{background-color:var(--colors-primitive-color-tokens-fuscia-600,#ac246e)}.switch-container--checked.switch-container--green-red .switch__track,.switch-container--green-red .switch__input:checked+.switch__track,.switch-container--checked.switch-container--green .switch__track,.switch-container--green .switch__input:checked+.switch__track{background-color:var(--colors-primitive-color-tokens-lime-600,#5e981d)}.switch-container--checked.switch-container--red .switch__track,.switch-container--red .switch__input:checked+.switch__track,.switch-container--green-red:not(.switch-container--checked) .switch__track,.switch-container--green-red .switch__input:not(:checked)+.switch__track{background-color:var(--colors-primitive-color-tokens-red-500,#e73d36)}.switch-container--big.switch-container--checked .switch__handle,.switch-container--big .switch__input:checked+.switch__track .switch__handle{transform:translate(24px)}.switch-container--small.switch-container--checked .switch__handle,.switch-container--small .switch__input:checked+.switch__track .switch__handle{transform:translate(20px)}.switch-container--disabled .switch__track,.switch-container--disabled.switch-container--checked .switch__track,.switch-container--disabled .switch__input:checked+.switch__track{background-color:var(--colors-primitive-color-tokens-neutrals-inactive-400,#8ba1b9);cursor:not-allowed}.switch-container--disabled .switch__handle{background-color:var(--colors-primitive-color-tokens-neutrals-inactive-200,#d2dce6)}.switch-container--disabled .switch__main-label,.switch-container--disabled .switch__value-label{opacity:.6;cursor:not-allowed}.switch-container--readonly .switch__track,.switch-container--readonly.switch-container--checked .switch__track,.switch-container--readonly .switch__input:checked+.switch__track{background-color:var(--colors-primitive-color-tokens-neutrals-inactive-600,#4b5867);cursor:default}.switch-container--readonly .switch__handle{background-color:var(--colors-primitive-color-tokens-neutrals-inactive-200,#d2dce6)}.switch__offer-badge{background-color:var(--colors-primitive-color-tokens-lime-200,#daf3b9);color:var(--colors-primitive-color-tokens-neutrals-bkg-700,#4b4b4a);border-radius:18px;justify-content:center;align-items:center;height:24px;padding:0 9px;font-size:12px;font-weight:500;line-height:17.46px;display:flex}.table-container{background:var(--Colors-Functional-Bkg-Bkg_Default,white);width:100%;font-family:var(--FontFamily-Family,"DM Sans", sans-serif);border-radius:13px;flex-direction:column;gap:12px;padding:8px;display:flex}.table-header{justify-content:space-between;align-items:center;gap:10px;padding:0 8px;display:flex}.table-header__content{flex:1}.table-header__title{color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);margin:0;font-size:16px;font-weight:600;line-height:1.45}.table-header__subtitle{color:var(--Colors-Functional-Txt-Txt_Light,#71706c);margin:4px 0 0;font-size:14px;font-weight:400;line-height:1.45}.table-header__button{background:var(--Colors-Buttons-PrimaryBtn-PrimaryBtn_Bkg_Default,#118082);height:35px;color:var(--Colors-Buttons-PrimaryBtn-PrimaryBtn_Label_Default,white);cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;padding:0 16px;font-size:14px;font-weight:800;transition:opacity .2s;display:flex}.table-header__button:hover{opacity:.9}.table-wrapper{outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;outline-offset:-1px;border-radius:13px;width:100%;overflow-x:auto}.table{border-collapse:collapse;background:var(--Colors-Functional-Bkg-Bkg_Default,white);width:100%}.table__cell{text-align:left;border-bottom:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);padding:10px;font-size:14px;font-weight:500;line-height:1.45}.table__cell--header{background:var(--Colors-Functional-Bkg-Bkg_Default,white);border-top:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;font-weight:800}.table__cell--checkbox{text-align:center;border-left:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;width:48px}.table__row{transition:background-color .2s}.table__row:nth-child(2n){background-color:var(--Colors-PrimitiveColorTokens-Blue-50,#edf8ff)}.table__row:hover{background-color:var(--Colors-PrimitiveColorTokens-Blue-100,#d2edff)}.table__row--selected{background-color:var(--Colors-PrimitiveColorTokens-Blue-200,#b4e1ff)!important}.table__checkbox-wrapper{justify-content:center;align-items:center;display:flex}.table__checkbox{background:var(--Colors-Functional-Bkg-Bkg_Default,white);border:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;cursor:pointer;width:18px;height:18px;accent-color:var(--Colors-Buttons-PrimaryBtn-PrimaryBtn_Bkg_Default,#118082);border-radius:4px}.table__cell--empty{text-align:center;color:var(--Colors-Functional-Txt-Txt_Light,#71706c);padding:24px;font-style:italic}.simple-table-container{background:var(--Colors-Functional-Bkg-Bkg_Default,white);border:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;width:100%;font-family:var(--FontFamily-Family,"DM Sans", sans-serif);border-radius:13px;overflow:hidden}.simple-table-container--responsive{overflow-x:auto}.simple-table-wrapper{width:100%}.simple-table{border-collapse:collapse;text-align:left;width:100%}.simple-table__cell--header{background:var(--Colors-Functional-Bkg-Bkg_Default,white);border-bottom:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);font-size:var(--FontSize-Size-14,14px);font-weight:var(--FontType-ExtraBold,800);white-space:nowrap;padding:10px;line-height:20.37px}.simple-table__cell--header:not(:first-child){border-left:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid}.simple-table__header-content{align-items:center;gap:8px;display:flex}.simple-table__cell--sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.simple-table__cell--sortable:hover{background-color:var(--Colors-PrimitiveColorTokens-Blue-50,#edf8ff)}.simple-table__sort-icon{color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);opacity:.5;font-size:12px;transition:opacity .2s}.simple-table__cell--sortable:hover .simple-table__sort-icon{opacity:1}.simple-table__sort-icon.asc,.simple-table__sort-icon.desc{opacity:1;color:var(--Colors-PrimitiveColorTokens-Blue-600,#0077c8)}.simple-table__cell{border-bottom:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);font-size:var(--FontSize-Size-14,14px);font-weight:var(--FontType-Medium,500);padding:10px;line-height:20.37px}.simple-table__cell:not(:first-child){border-left:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid}.simple-table__row:last-child .simple-table__cell{border-bottom:none}.simple-table-container--striped .simple-table__row:nth-child(2n){background-color:var(--Colors-PrimitiveColorTokens-Blue-50,#edf8ff)}.simple-table__row:hover{background-color:var(--Colors-PrimitiveColorTokens-Blue-100,#d2edff)}.simple-table__row--selected{background-color:var(--Colors-PrimitiveColorTokens-Blue-200,#b4e1ff)!important}.simple-table__cell--checkbox{text-align:center;width:40px}.simple-table__checkbox-wrapper{justify-content:center;align-items:center;display:flex}.simple-table__checkbox{border:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;cursor:pointer;border-radius:4px;width:18px;height:18px}.simple-table__cell--empty{text-align:center;font-weight:var(--FontType-Medium,500);color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);padding:20px}.search-box{box-sizing:border-box;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative}.search-box__wrapper{background:var(--colors-primitive-color-tokens-neutrals-static-white,#fff);border:1px solid var(--colors-primitive-color-tokens-neutrals-bkg-400,#c3c1b5);cursor:text;border-radius:13px;align-items:center;height:36px;padding:0 10px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.search-box--collapsed .search-box__wrapper{cursor:pointer;justify-content:center;width:36px;padding:0}.search-box--expanded .search-box__wrapper{width:415px;max-width:100%}.search-box:not(.search-box--disabled) .search-box__wrapper:hover{border-color:var(--colors-primitive-color-tokens-neutrals-bkg-500,#959490)}.search-box:not(.search-box--disabled):focus-within .search-box__wrapper{border-color:var(--colors-primitive-color-tokens-teal-600,#21a49f);box-shadow:0 0 0 4px #27bcb740}.search-box__icon-container{width:16px;height:16px;color:var(--colors-primitive-color-tokens-blue-600,#1a77b4);flex-shrink:0;justify-content:center;align-items:center;transition:color .2s;display:flex}.search-box__input{height:100%;font-size:var(--FontSize-Size-14,14px);font-weight:var(--FontType-Medium,500);color:var(--colors-primitive-color-tokens-neutrals-bkg-800,#303030);background:0 0;border:none;outline:none;flex:1;margin-left:8px;line-height:20.37px}.search-box__input::placeholder{color:var(--colors-primitive-color-tokens-neutrals-bkg-600,#71706c)}.search-box--disabled .search-box__wrapper{background:var(--colors-primitive-color-tokens-neutrals-inactive-200,#d2dce6);border-color:var(--colors-primitive-color-tokens-neutrals-inactive-300,#b4c6d6);cursor:default}.search-box--disabled .search-box__icon-container,.search-box--disabled .search-box__input,.search-box--disabled .search-box__input::placeholder{color:var(--colors-primitive-color-tokens-neutrals-inactive-400,#8ba1b9)}:root{--nav-dropdown-menu-bg:var(--Colors-Functional-Bkg-Bkg_Default,white);--nav-dropdown-menu-border:var(--Colors-Functional-Border-Border_Default,#c3c1b5);--nav-dropdown-label-color:var(--Colors-Navigation-Other-Txt_MenuLabels,#4b4b4a);--nav-dropdown-sublabel-color:var(--Colors-Navigation-Other-Txt_SubMenuLabels,#71706c);--nav-dropdown-hover-bg:var(--Colors-Functional-Bkg-Bkg_Hover,#d6fffb);--nav-dropdown-caret-color:var(--Colors-Functional-Caret-Caret_Default,#71706c);--nav-dropdown-active-bg:var(--Colors-PrimitiveColorTokens-Fuscia-50,#feecf6);--nav-dropdown-disabled-bg:var(--Colors-Functional-Bkg-Bkg_Disaled,#d2dce6)}.nav-dropdown{font-family:var(--FontFamily-Family,"DM Sans", sans-serif);display:inline-block;position:relative}.nav-dropdown__trigger{cursor:pointer;background:0 0;border:none;border-radius:13px;outline:none;align-items:center;gap:5px;height:32px;padding:10px;transition:background-color .2s;display:flex}.nav-dropdown--hover .nav-dropdown__trigger:hover,.nav-dropdown--open .nav-dropdown__trigger,.nav-dropdown--active .nav-dropdown__trigger{background:var(--nav-dropdown-active-bg)}.nav-dropdown--disabled .nav-dropdown__trigger{background:var(--nav-dropdown-disabled-bg);cursor:not-allowed;opacity:.6}.nav-dropdown__label{color:var(--nav-dropdown-label-color);font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;line-height:20.37px}.nav-dropdown__icon-box{box-sizing:border-box;border-radius:5px;justify-content:space-between;align-items:center;width:auto;min-width:24px;padding:10px;display:flex;overflow:hidden}.nav-dropdown__icon-box:has(.nav-dropdown__icon):has(.nav-dropdown__caret){width:62px}.nav-dropdown__icon-inner{justify-content:center;align-items:center;display:flex}.nav-dropdown__icon{justify-content:center;align-items:center;width:22px;height:22px;display:flex;position:relative}.nav-dropdown__caret{width:9px;height:5px;color:var(--nav-dropdown-caret-color);flex-shrink:0;transition:transform .2s}.nav-dropdown--open .nav-dropdown__caret{transform:rotate(-180deg)}.nav-dropdown__menu{background:var(--nav-dropdown-menu-bg);border:1px var(--nav-dropdown-menu-border) solid;z-index:1000;border-radius:13px;flex-direction:column;gap:5px;width:260px;padding:10px;display:flex;position:absolute;top:calc(100% + 5px);left:0;box-shadow:0 4px 12px #0000001a}.nav-dropdown__menu--right{left:auto;right:0}.nav-dropdown__item{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:13px;align-items:center;gap:10px;width:100%;padding:10px;transition:background-color .2s;display:flex}.nav-dropdown__item:hover{background:var(--nav-dropdown-hover-bg)}.nav-dropdown__item-icon{justify-content:center;align-items:center;width:16px;height:16px;display:flex}.nav-dropdown__item-label{color:var(--nav-dropdown-sublabel-color);font-size:14px;font-weight:500;line-height:20.37px}:root{--admin-nav-bg:var(--Colors-PrimitiveColorTokens-Neutrals-StaticWhite,white);--admin-nav-border:var(--Colors-Functional-Border-Border_Default,#c3c1b5);--admin-nav-placeholder:var(--Colors-Functional-Placeholder-Txt_Placeholder_Default,#71706c);--admin-nav-caret:var(--Colors-Functional-Caret-Caret_Default,#71706c);--admin-nav-icon-purple:var(--Colors-Navigation-Icons-Purple500,#922d94);--admin-nav-icon-gray:var(--Colors-Navigation-Icons-Gray-Bkg-400,#959490)}.admin-top-nav{background:var(--admin-nav-bg);border-bottom:1px var(--admin-nav-border) solid;box-sizing:border-box;width:100%;height:64px;font-family:var(--FontFamily-Family,"DM Sans", sans-serif);justify-content:space-between;align-items:center;padding:0 24px;display:flex}.admin-top-nav__left{align-items:center;gap:5px;display:flex}.admin-top-nav__logo-container{width:96.66px;height:24px;position:relative}.admin-top-nav__logo-square{background:#e00090;position:absolute}.admin-top-nav__logo-square:first-child{width:22.53px;height:23.73px;top:.27px;left:0}.admin-top-nav__logo-square:nth-child(2){width:22.97px;height:23.85px;top:0;left:23.58px}.admin-top-nav__logo-square:nth-child(3){width:23.25px;height:23.4px;top:.34px;left:47.02px}.admin-top-nav__logo-square:nth-child(4){width:23.25px;height:23.4px;top:.34px;left:73.41px}.admin-top-nav__selects{gap:10px;padding:5px;display:flex}.admin-top-nav__dropdown .nav-dropdown__trigger{background:var(--admin-nav-bg);outline:1px var(--admin-nav-border) solid;outline-offset:-1px;border-radius:13px;justify-content:space-between;width:274px;height:36px;padding:0 10px}.admin-top-nav__dropdown .nav-dropdown__label{color:var(--admin-nav-placeholder);font-weight:500}.admin-top-nav__dropdown .nav-dropdown__icon-box{justify-content:center;align-items:center;width:24px;padding:0;display:flex}.admin-top-nav__search-icon-placeholder{background:var(--admin-nav-bg);outline:1px var(--admin-nav-border) solid;outline-offset:-1px;border-radius:8px;justify-content:center;align-items:center;width:38px;height:32px;display:flex}.admin-top-nav__search-icon{background:var(--admin-nav-placeholder);width:16px;height:16px;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E") 50%/contain no-repeat}.admin-top-nav__right,.admin-top-nav__actions-container{align-items:center;display:flex}.admin-top-nav__icon-action{cursor:pointer;justify-content:center;align-items:center;height:32px;padding:10px;display:flex}.admin-top-nav__icon-box{justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:relative}.admin-top-nav__badge-count{color:#fff;background:red;border-radius:50%;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;display:flex;position:absolute;top:0;right:0}.admin-top-nav__profile-group{align-items:center;display:flex}.admin-top-nav__profile-dropdown .nav-dropdown__trigger{border-radius:13px;height:32px;padding:10px}.admin-top-nav__profile-dropdown .nav-dropdown__icon-box{width:62px;padding:10px}.admin-top-nav__avatar{border-radius:50%;width:17.65px;height:17.65px}.admin-top-nav__avatar--purple{background:var(--admin-nav-icon-purple)}.admin-top-nav__avatar--gray{background:var(--admin-nav-icon-gray)}.audioplayer-wrapper{background:var(--Colors-Functional-Bkg-Bkg_Light,#f6f6f1);outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;outline-offset:-1px;border-radius:999px;align-items:center;gap:10px;padding:6px 16px;display:inline-flex}.audioplayer-wrapper--long{width:824px}.audioplayer-wrapper--short{width:541px}.audioplayer-controls{align-items:center;gap:4px;display:flex}.audioplayer-control-btn{cursor:pointer;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:background-color .2s;display:flex;position:relative}.audioplayer-control-btn:hover{background:var(--Colors-Functional-Bkg-Bkg_Scroll_Light500,#959490)}.audioplayer-control-btn svg{display:block}.audioplayer-timeline{flex:1 1 0;align-items:center;gap:4px;display:flex}.audioplayer-time{color:var(--Colors-Functional-Txt-Txt_Default,#303030);white-space:nowrap;font-family:DM Sans;font-size:16px;font-weight:500;line-height:23.28px}.audioplayer-progress-track{background:var(--Colors-Functional-Bkg-Bkg_Scroll_Light500,#959490);border-radius:200px;flex:1;height:5px;overflow:hidden}.audioplayer-progress-fill{background:var(--Colors-Functional-Bkg-Bkg_Scroll_Dark800,#303030);border-radius:200px;height:100%}.audioplayer-volume{align-items:center;display:flex}.audioplayer-volume-btn{cursor:pointer;border-radius:4px;align-items:center;padding:4px;transition:background-color .2s;display:flex}.audioplayer-volume-btn:hover{background:var(--Colors-Functional-Bkg-Bkg_Scroll_Light500,#959490)}.audioplayer-icon-disabled{opacity:.5;cursor:not-allowed}.audioplayer-icon-disabled:hover{background:0 0}.link-button{outline-offset:-1px;background:var(--Colors-Functional-Bkg-Bkg_Default,white);cursor:pointer;white-space:nowrap;border:none;border-radius:13px;outline:1px solid;justify-content:center;align-items:center;gap:10px;padding:4px 10px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:500;line-height:17.46px;transition:all .2s ease-in-out;display:inline-flex}.link-button:disabled{cursor:not-allowed;opacity:.6}.link-button__label{word-wrap:break-word;flex-direction:column;justify-content:center;display:flex}.link-button__icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.link-button__icon--left{margin-right:0}.link-button__icon--right{margin-left:0}.link-button--warning{outline-color:var(--Colors-Functional-Border-Border_Warning,#f27e25);color:var(--Colors-Functional-Input-Icons-Icon_Warning,#f27e25)}.link-button--warning .link-button__label{color:var(--Colors-Functional-Txt-Txt_Warning-Orange600,#b4530e)}.link-button--warning.link-button--filled{background:var(--Colors-Functional-Bkg-Bkg_Warning-Orange50,#fff3e6)}.link-button--error{outline-color:var(--Colors-Functional-Border-Border_Error,#e73d36);color:var(--Colors-Functional-Input-Icons-Icon_Error,#e73d36)}.link-button--error .link-button__label{color:var(--Colors-Functional-Txt-Txt_Error,#c9221c)}.link-button--error.link-button--filled{background:var(--Colors-Functional-Bkg-Bkg_Error-Red50,#ffeae9)}.link-button--disabled{outline-color:var(--Colors-Functional-Border-Border_Disabled,#b4c6d6);color:var(--Colors-Functional-Input-Icons-Icon_Disabled,#8ba1b9);background:var(--Colors-Functional-Bkg-Bkg_Disaled,#d2dce6);cursor:not-allowed}.link-button--disabled .link-button__label{color:var(--Colors-Functional-Txt-Txt_Disabled600,#4b5867)}.link-button--readonly{outline-color:var(--Colors-Functional-Border-Border_ReadOnly,#b4c6d6);color:var(--Colors-Functional-Input-Icons-Icon_Disabled,#8ba1b9)}.link-button--readonly .link-button__label{color:var(--Colors-Functional-Txt-Txt_ReadOnly,#4b5867)}.link-button--readonly.link-button--filled{background:var(--Colors-Functional-Bkg-Bkg_Light,#f6f6f1)}.link-button--teal{outline-color:var(--Colors-Functional-Border-Border_Teal-600,#118082);color:var(--Colors-Functional-Input-Icons-Icon_Teal500,#21a49f)}.link-button--teal .link-button__label{color:var(--Colors-Functional-Txt-Txt_Teal,#118082)}.link-button--teal.link-button--filled{background:var(--Colors-Functional-Bkg-Bkg_Focus,#d6fffb)}.link-button--brand{outline-color:var(--Colors-Functional-Border-Border_Brand-500,#d72d8a);color:var(--Colors-Functional-Input-Icons-Icon_Brand,#d72d8a)}.link-button--brand .link-button__label{color:var(--Colors-Functional-Txt-Txt_Brand,#ac246e)}.link-button--brand.link-button--filled{background:var(--Colors-Functional-Bkg-Bkg_Brand-100,#feecf6)}.addon-card{outline-offset:-1px;box-sizing:border-box;background:#fff;border-radius:13px;outline:1px solid #c8c8c8;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:14px;width:306px;padding:20px;font-family:DM Sans,sans-serif;display:flex;box-shadow:0 1px 2px #0000000d}.addon-card__title{color:var(--Colors-Functional-Txt-Txt_Default,#303030);word-wrap:break-word;align-self:stretch;font-size:16px;font-weight:600;line-height:23.28px}.addon-card__options{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:14px;width:100%;display:flex}.addon-card__option-row{justify-content:flex-start;align-items:center;gap:16px;width:272px;display:inline-flex}.addon-card__option-info{flex:1;min-width:0;line-height:23.28px}.addon-card__verifications{color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);word-wrap:break-word;font-size:16px;font-weight:400;line-height:23.28px}.addon-card__price{color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);word-wrap:break-word;font-size:16px;font-weight:600;line-height:23.28px}.addon-card__provider{color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);word-wrap:break-word;font-size:16px;font-weight:400;line-height:23.28px}.addon-card__add-btn{background:var(--Colors-Buttons-SecondaryBtn-SecondaryBtn_Bkg_Default,white);outline:1px var(--Colors-Buttons-SecondaryBtn-SecondaryBtn_Border_Default,#118082) solid;outline-offset:-1px;cursor:pointer;width:63px;height:35px;color:var(--Colors-Buttons-SecondaryBtn-SecondaryBtn_Label_Default,#4b4b4a);text-align:center;box-sizing:border-box;border:none;border-radius:999px;justify-content:center;align-items:center;gap:4px;padding:10px;font-size:14px;font-weight:800;line-height:20.37px;display:flex}.addon-card__add-btn:hover{background:var(--Colors-Buttons-SecondaryBtn-SecondaryBtn_Bkg_Hover,#f5f5f5)}.addon-card__divider{outline-offset:-.5px;outline:1px solid #c8c8c8;align-self:stretch;height:0}.notification-dropdown-menu{background:var(--Colors-Functional-Bkg-Bkg_Default,white);border-radius:10px;width:397px;font-family:DM Sans,sans-serif;box-shadow:0 0 2px #00000079}.notification-dropdown-menu__header{background:var(--Colors-Functional-Bkg-Bkg_Default,white);border-top-left-radius:13px;border-top-right-radius:13px;justify-content:space-between;align-self:stretch;align-items:center;height:45px;padding:10px;display:flex}.notification-dropdown-menu__title-section{align-items:center;gap:4px;display:flex}.notification-dropdown-menu__bell-icon{justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:relative}.notification-dropdown-menu__title{color:var(--Colors-Functional-Txt-Txt_Default,#303030);font-size:20px;font-weight:600;line-height:29.1px}.notification-dropdown-menu__close-icon{cursor:pointer;justify-content:center;align-items:center;width:33px;height:33px;display:flex;position:relative}.notification-dropdown-menu__tab-band{background:var(--Colors-Functional-Bkg-Bkg_Default,white);justify-content:space-between;align-items:center;padding:0 5px;display:flex}.notification-dropdown-menu__tabs{border-radius:12px;gap:14px;padding:10px;display:flex}.notification-dropdown-menu__tab{text-align:center;cursor:pointer;width:85px;height:23px;color:var(--Colors-Functional-Txt-Txt_Light,#71706c);font-size:16px;font-weight:600;line-height:23.28px}.notification-dropdown-menu__tab--active{color:var(--Colors-Functional-Txt-Txt_Default,#303030)}.notification-dropdown-menu__notifications{background:var(--Colors-Functional-Bkg-Bkg_Default,white);border-top:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;border-bottom-right-radius:13px;border-bottom-left-radius:13px;flex-direction:column;gap:10px;padding:10px;display:flex}.notification-card{box-sizing:border-box;border-radius:13px;min-height:129px;padding:4px 10px}.notification-card--warning{background:var(--Colors-Functional-Bkg-Bkg_Warning-Orange50,#fff3e6)}.notification-card--error{background:var(--Colors-Functional-Bkg-Bkg_Error-Red50,#ffeae9)}.notification-card--read{background:var(--Colors-Functional-Bkg-Bkg_Light,#f6f6f1)}.notification-card__content{flex:1;align-items:flex-start;gap:4px;padding:10px 0;display:flex}.notification-card__icon{flex-shrink:0;width:42px;height:42px;position:relative}.notification-card__details{flex-direction:column;gap:6px;width:288px;padding-left:5px;display:flex}.notification-card__subject{font-size:12px;font-weight:500;line-height:17.46px}.notification-card__subject--warning{color:var(--Colors-Functional-Txt-Txt_Alert,#976e00)}.notification-card__subject--error{color:var(--Colors-Functional-Txt-Txt_Error,#c9221c)}.notification-card__subject--read{color:var(--Colors-Functional-Txt-Txt_ReadOnly,#4b5867)}.notification-card__heading{color:var(--Colors-Functional-Txt-Txt_Default,#303030);font-size:14px;font-weight:800;line-height:20.37px}.notification-card__footer{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.notification-card__body,.notification-card__time{color:var(--Colors-Functional-Txt-Txt_Light,#71706c);font-size:10px;font-weight:500;line-height:14.55px}.notification-card__status{justify-content:flex-end;align-items:flex-start;gap:10px;margin-left:auto;display:flex}.simple-tab-set{justify-content:space-between;align-items:center;padding:10px;display:flex;position:relative}.simple-tab-set .slected-tab{cursor:pointer;width:85px;height:23px;position:relative}.simple-tab-set .inbox{color:#71706c;font-family:var(--typography-sbh2semibold-font-family,"DM Sans", sans-serif);font-size:var(--typography-sbh2semibold-font-size,16px);font-style:var(--typography-sbh2semibold-font-style,normal);font-weight:var(--typography-sbh2semibold-font-weight,600);letter-spacing:var(--typography-sbh2semibold-letter-spacing,0);line-height:var(--typography-sbh2semibold-line-height,23.28px);text-align:center;width:85px;position:absolute;top:0;left:0}.simple-tab-set .non-slected-tab{cursor:pointer;height:23px;position:relative}.simple-tab-set .non-slected-tab:not(.slected-tab){width:20px}.simple-tab-set .all,.simple-tab-set .text-wrapper{color:#71706c;font-family:var(--typography-sbh2semibold-font-family,"DM Sans", sans-serif);font-size:var(--typography-sbh2semibold-font-size,16px);font-style:var(--typography-sbh2semibold-font-style,normal);font-weight:var(--typography-sbh2semibold-font-weight,600);letter-spacing:var(--typography-sbh2semibold-letter-spacing,0);line-height:var(--typography-sbh2semibold-line-height,23.28px);text-align:center;white-space:nowrap;position:absolute;top:0}.simple-tab-set.more-than-2-tabs{width:270px}.simple-tab-set.two-tabs{width:139px}.simple-tab-set .slected-tab.active .inbox{color:#71706c}.simple-tab-set.fusia .slected-tab.active .inbox{color:#ac246e}.simple-tab-set.teal .slected-tab.active .inbox{color:#117f82}.simple-tab-set.neutral .slected-tab.active .inbox{color:#303030}.simple-tab-set.more-than-2-tabs .all{left:-31px}.simple-tab-set.two-tabs .all{left:0}.simple-tab-set .non-slected-tab.active .all,.simple-tab-set .non-slected-tab.active .text-wrapper{color:#71706c}.simple-tab-set.fusia .non-slected-tab.active .all,.simple-tab-set.fusia .non-slected-tab.active .text-wrapper{color:#ac246e}.simple-tab-set.teal .non-slected-tab.active .all,.simple-tab-set.teal .non-slected-tab.active .text-wrapper{color:#117f82}.simple-tab-set.neutral .non-slected-tab.active .all,.simple-tab-set.neutral .non-slected-tab.active .text-wrapper{color:#303030}.single-select-dropdown{flex-direction:column;align-items:flex-start;gap:2px;font-family:DM Sans,sans-serif;display:flex;position:relative}.single-select-dropdown__label{color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);word-wrap:break-word;font-size:14px;font-weight:600;line-height:20.37px}.single-select-dropdown--sm .single-select-dropdown__label{font-size:14px;line-height:20.37px}.single-select-dropdown--md .single-select-dropdown__label{font-size:16px;line-height:23.28px}.single-select-dropdown--lg .single-select-dropdown__label{font-size:14px;line-height:20.37px}.single-select-dropdown__select-container{width:100%;position:relative}.single-select-dropdown__select{background:var(--Colors-Functional-Bkg-Bkg_Default,white);outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;outline-offset:-1px;cursor:pointer;box-sizing:border-box;border-radius:13px;justify-content:space-between;align-items:center;display:flex}.single-select-dropdown--sm .single-select-dropdown__select{width:274px;height:25px;padding:0 14px}.single-select-dropdown--md .single-select-dropdown__select{width:274px;height:45px;padding:0 14px}.single-select-dropdown--lg .single-select-dropdown__select{width:274px;height:35px;padding:0 14px}.single-select-dropdown__value{color:var(--Colors-Functional-Txt-Txt_Default,#303030);word-wrap:break-word;font-size:14px;font-weight:500;line-height:20.37px}.single-select-dropdown--sm .single-select-dropdown__value{font-size:12px;line-height:17.46px}.single-select-dropdown--md .single-select-dropdown__value{font-size:16px;line-height:23.28px}.single-select-dropdown__value--placeholder{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Default,#71706c)}.single-select-dropdown__caret{color:var(--Colors-Functional-Caret-Caret_Default,#71706c);align-items:center;display:flex}.single-select-dropdown--sm .single-select-dropdown__caret,.single-select-dropdown--md .single-select-dropdown__caret,.single-select-dropdown--lg .single-select-dropdown__caret{margin-left:0}.single-select-dropdown__dropdown{background:var(--Colors-Functional-Bkg-Bkg_Default,white);outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;outline-offset:-1px;z-index:1000;box-sizing:border-box;border-radius:13px;width:274px;max-height:189px;margin-top:4px;position:absolute;top:100%;left:0;overflow-y:auto}.single-select-dropdown__option{color:var(--Colors-Functional-Txt-Txt_Default,#303030);cursor:pointer;box-sizing:border-box;justify-content:space-between;align-items:center;padding:2px 12px;font-size:12px;font-weight:500;line-height:26px;display:flex}.single-select-dropdown__option:hover:not(.single-select-dropdown__option--selected){background:var(--Colors-Functional-Bkg-Bkg_Hover,#d6fffb);border-radius:11px}.single-select-dropdown__option--selected{background:var(--Colors-Functional-Bkg-Bkg_Dark,#efeeea);border-radius:11px}.single-select-dropdown--focus .single-select-dropdown__select{outline:1px var(--Colors-Functional-Border-Border_Focus,#21a49f) solid;box-shadow:0 0 0 4px #27bcb740}.single-select-dropdown--hover .single-select-dropdown__select{outline:1px var(--Colors-Functional-Border-Border_Hover,#21a49f) solid}.single-select-dropdown--selected .single-select-dropdown__select{outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid}.single-select-dropdown--disabled .single-select-dropdown__select{background:var(--Colors-Functional-Bkg-Bkg_Dark_300,#e5e4dd);cursor:not-allowed;opacity:.6}.single-select-dropdown--disabled .single-select-dropdown__label{color:var(--Colors-Functional-Label-Txt_Label_Default,#71706c)}.single-select-dropdown--disabled .single-select-dropdown__value{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Default,#71706c)}.multi-select-dropdown{box-sizing:border-box;flex-direction:column;align-items:flex-start;gap:2px;font-family:DM Sans,sans-serif;display:flex;position:relative}.multi-select-dropdown__label{color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);word-wrap:break-word;font-size:14px;font-weight:600;line-height:20.37px}.multi-select-dropdown--sm .multi-select-dropdown__label{font-size:14px}.multi-select-dropdown--md .multi-select-dropdown__label,.multi-select-dropdown--lg .multi-select-dropdown__label{font-size:16px}.multi-select-dropdown__select-container{width:100%;position:relative}.multi-select-dropdown__select{background:var(--Colors-Functional-Bkg-Bkg_Default,white);outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;outline-offset:-1px;cursor:pointer;box-sizing:border-box;border-radius:13px;align-items:center;gap:10px;width:274px;display:flex}.multi-select-dropdown--sm .multi-select-dropdown__select{height:25px;padding:0 10px}.multi-select-dropdown--md .multi-select-dropdown__select{height:36px;padding:0 10px}.multi-select-dropdown--lg .multi-select-dropdown__select{height:45px;padding:0 10px}.multi-select-dropdown__checkbox-icon{align-items:center;display:flex}.multi-select-dropdown__base-checkbox{pointer-events:none;padding:0!important}.multi-select-dropdown__value{color:var(--Colors-Functional-Txt-Txt_Default,#303030);word-wrap:break-word;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:14px;font-weight:500;line-height:20.37px;overflow:hidden}.multi-select-dropdown--sm .multi-select-dropdown__value{font-size:12px}.multi-select-dropdown--md .multi-select-dropdown__value{font-size:14px}.multi-select-dropdown--lg .multi-select-dropdown__value{font-size:16px}.multi-select-dropdown__placeholder{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Default,#71706c)}.multi-select-dropdown__caret{color:var(--Colors-Functional-Caret-Caret_Default,#71706c);align-items:center;display:flex}.multi-select-dropdown__dropdown{background:var(--Colors-Functional-Bkg-Bkg_Default,white);outline:1px var(--Colors-Functional-Border-Border_Default,#c3c1b5) solid;outline-offset:-1px;z-index:1000;box-sizing:border-box;border-radius:13px;width:274px;max-height:189px;margin-top:4px;padding:8px 0;position:absolute;top:100%;left:0;overflow-y:auto}.multi-select-dropdown__dropdown::-webkit-scrollbar{width:12px}.multi-select-dropdown__dropdown::-webkit-scrollbar-track{background:var(--Colors-Functional-Bkg-Bkg_Dark_300,#e5e4dd);border-radius:11px;margin:5px}.multi-select-dropdown__dropdown::-webkit-scrollbar-thumb{background:var(--Colors-Functional-Bkg-Bkg_Scroll_Light500,#959490);border:1px solid var(--Colors-Functional-Border-Border_Default,#c3c1b5);border-radius:5.5px}.multi-select-dropdown__option{height:26px;color:var(--Colors-Functional-Txt-Txt_Default,#303030);cursor:pointer;box-sizing:border-box;align-items:center;gap:10px;margin:2px 8px;padding:0 12px;font-size:12px;font-weight:500;display:flex}.multi-select-dropdown__option:hover:not(.multi-select-dropdown__option--selected){background:var(--Colors-Functional-Bkg-Bkg_Hover,#d6fffb);border-radius:11px}.multi-select-dropdown__option--selected{background:var(--Colors-Functional-Bkg-Bkg_Dark,#efeeea);border-radius:11px}.multi-select-dropdown__option-checkbox{justify-content:center;align-items:center;width:16px;height:16px;display:flex}.multi-select-dropdown__option-text{flex:1}.multi-select-dropdown--disabled .multi-select-dropdown__select{background:var(--Colors-Functional-Bkg-Bkg_Disabled,#d2dce6);cursor:not-allowed;outline-color:var(--Colors-Functional-Border-Border_Disabled,#b4c6d6)}.multi-select-dropdown--disabled .multi-select-dropdown__label{color:var(--Colors-Functional-Label-Txt_Label_Disabled,#6a809a)}.multi-select-dropdown--disabled .multi-select-dropdown__value{color:var(--Colors-Functional-Txt-Txt_Disabled500,#6a809a)}.multi-select-dropdown--readonly .multi-select-dropdown__select{background:var(--Colors-Functional-Bkg-Bkg_ReadOnly,#d2dce6);cursor:default}.multi-select-dropdown--readonly .multi-select-dropdown__label{color:var(--Colors-Functional-Label-Txt_Label_ReadOnly,#4b5867)}.multi-select-dropdown--readonly .multi-select-dropdown__value{color:var(--Colors-Functional-Txt-Txt_ReadOnly,#4b5867)}.multi-select-dropdown--hover:not(.multi-select-dropdown--disabled):not(.multi-select-dropdown--readonly) .multi-select-dropdown__select{outline:1px var(--Colors-Functional-Border-Border_Focus,#21a49f) solid;box-shadow:0 0 0 4px #27bcb740}.textarea-container{flex-direction:column;gap:2px;width:267px;display:flex;position:relative}.textarea__header{justify-content:space-between;align-items:center;padding-left:15px;display:flex}.textarea__label{color:var(--Colors-Functional-Label-Txt_Label_Default,#4b4b4a);font-size:var(--FontSize-Size-14,14px);font-weight:var(--FontType-SemiBold,600);gap:2px;line-height:20.37px;display:flex}.textarea__required{color:var(--Colors-Functional-Input-Icons-Icon_Error,#e73d36)}.textarea__count{color:var(--Colors-Functional-Txt_Helper-Txt_Helper_Default,#71706c);font-size:var(--FontSize-Size-10,10px);font-weight:var(--FontType-Regular,400);line-height:10px}.textarea__wrapper{background:var(--colors-primitive-color-tokens-neutrals-static-white,white);outline:1px solid var(--colors-primitive-color-tokens-neutrals-bkg-400,#c3c1b5);outline-offset:-1px;border-radius:13px;align-items:flex-start;min-height:70px;transition:all .2s ease-in-out;display:flex;position:relative}.textarea__input{resize:vertical;width:100%;min-height:70px;color:var(--colors-primitive-color-tokens-neutrals-bkg-800,#303030);font-family:var(--FontFamily-Family,"DM Sans", sans-serif);font-size:var(--FontSize-Size-14,14px);font-weight:var(--FontType-Medium,500);background:0 0;border:none;outline:none;padding:10px;line-height:20.37px}.textarea__input::placeholder{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Default,#71706c)}.textarea__input:focus{outline:none}.textarea__wrapper:has(.textarea__input:focus){outline:1px solid var(--colors-primitive-color-tokens-teal-600,#21a49f)}.textarea-container--error .textarea__wrapper{background:var(--colors-primitive-color-tokens-red-100,#ffd3d2);outline:1px solid var(--colors-primitive-color-tokens-red-500,#e73d36)}.textarea-container--error .textarea__input{color:var(--colors-primitive-color-tokens-red-500,#e73d36)}.textarea-container--error .textarea__input::placeholder{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Error,#e73d36)}.textarea__error-icon{color:var(--colors-primitive-color-tokens-red-500,#e73d36);justify-content:center;align-items:center;display:flex;position:absolute;top:10px;right:10px}.textarea__error-message{color:var(--colors-primitive-color-tokens-red-500,#e73d36);font-size:var(--FontSize-Size-10,10px);font-weight:var(--FontType-Regular,400);line-height:12px}.textarea-container--disabled .textarea__wrapper{background:var(--colors-primitive-color-tokens-neutrals-inactive-200,#d2dce6);outline:1px solid var(--colors-primitive-color-tokens-neutrals-inactive-300,#b4c6d6);cursor:not-allowed}.textarea-container--disabled .textarea__input{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_Disabled,#8ba1b9);cursor:not-allowed}.textarea-container--disabled .textarea__label,.textarea-container--disabled .textarea__count{color:var(--colors-primitive-color-tokens-neutrals-inactive-500,#6a809a)}.textarea-container--readonly .textarea__wrapper{background:var(--colors-primitive-color-tokens-neutrals-inactive-200,#d2dce6);outline:1px solid var(--colors-primitive-color-tokens-neutrals-inactive-300,#b4c6d6)}.textarea-container--readonly .textarea__input{color:var(--Colors-Functional-Placeholder-Txt_Placeholder_ReadOnly,#6a809a)}.textarea-container--readonly .textarea__label{color:var(--colors-primitive-color-tokens-neutrals-inactive-600,#4b5867)}.textarea__footer{margin-top:-4px;padding-left:15px}.textarea__helper-text{color:var(--Colors-Functional-Txt_Helper-Txt_Helper_Default,#71706c);font-size:var(--FontSize-Size-10,10px);font-weight:var(--FontType-Regular,400);line-height:10px}
|
|
3
|
-
/*$vite$:1*/
|