asma-ui-core 3.16.0 → 3.17.0
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/asma-ui-core.es.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/asma-ui-core.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import{twMerge as e}from"tailwind-merge";import*as t from"react";import n,{createContext as r,createElement as i,forwardRef as a,useCallback as o,useContext as s,useEffect as c,useId as l,useLayoutEffect as u,useMemo as d,useRef as f,useState as p,useSyncExternalStore as m}from"react";import{Autocomplete as h,Avatar as g,Badge as _,Checkbox as v,Chip as y,ClickAwayListener as b,Container as x,Dialog as S,DialogActions as C,DialogContent as w,DialogTitle as T,Drawer as E,Fade as D,FormControl as O,FormControlLabel as k,FormGroup as A,FormHelperText as j,FormLabel as M,InputLabel as ee,Menu as N,MenuItem as te,MenuList as ne,Paper as P,Paper as F,Popover as I,Popper as L,Radio as R,Select as re,Skeleton as z,Slider as B,Stack as V,Tab as ie,Tabs as ae,TextField as oe,Tooltip as se,Typography as ce}from"@mui/material";import{Fragment as H,jsx as U,jsxs as W}from"react/jsx-runtime";import{CheckIcon as le,ChevronDownIcon as ue,CloseIcon as de,ContentCopyIcon as fe,DotsVerticalIcon as pe,ErrorOutlineIcon as me,KeyboardCapslockIcon as he,LoadingIcon as ge,MinimizeIcon as _e,PlusIconCircle as ve}from"asma-ui-icons";import ye from"@mui/material/Fade";import*as be from"react-dom";function xe(e){var t,n,r=``;if(typeof e==`string`||typeof e==`number`)r+=e;else if(typeof e==`object`)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(n=xe(e[t]))&&(r&&(r+=` `),r+=n);else for(t in e)e[t]&&(r&&(r+=` `),r+=t);return r}function G(){for(var e,t,n=0,r=``;n<arguments.length;)(e=arguments[n++])&&(t=xe(e))&&(r&&(r+=` `),r+=t);return r}function K(...t){return e(G(t))}function Se(e){return a(function(t,n){let{_ownerState:r,...a}=t;return i(e,{...a,ref:n})})}var Ce=({color:e=`primary`,dataTest:t,size:n=`medium`,sx:r,...i})=>{let a=r?.[`& .MuiBadge-badge`];return U(_,{color:e,"data-testid":t,...i,sx:{"& .MuiBadge-colorPrimary":{backgroundColor:`#D9F256`,color:`#0A3D3D`,border:`1px solid #C1E600`},...r,...n===`small`?{"& .MuiBadge-badge":{minWidth:`16px`,height:`16px`,width:`max-content`,padding:`0 4px`,...a}}:{}}})},we=a(({dataTest:e,readOnly:t,onDelete:n,...r},i)=>U(y,{...r,ref:i,"data-testid":e,deleteIcon:t?void 0:U(de,{"data-testid":`${e}-delete`,height:18,width:18,className:`min-w-[18px]`}),onDelete:t?void 0:n,sx:{border:`1px solid`,backgroundColor:`white`,borderColor:`var(--colors-delta-300)`,color:`var(--colors-delta-800)`,fontSize:`14px`,...t?{pointerEvents:`none`,"&:hover":{borderColor:`var(--colors-delta-300)`,backgroundColor:`white`}}:{"&:hover, &[data-hovered]":{borderColor:`var(--colors-gama-200)`,backgroundColor:`var(--colors-gama-50)`},"&:focus, &[data-focus]":{outline:`none`,borderColor:`var(--colors-gama-400)`,backgroundColor:`var(--colors-gama-50)`,boxShadow:`0 0 0 1px inset var(--colors-gama-400)`},"&:active":{borderColor:`var(--colors-gama-400)`,backgroundColor:`var(--colors-gama-50)`,boxShadow:`0 0 0 2px inset var(--colors-gama-400)`},"& .MuiChip-deleteIcon":{border:`1px solid`,borderColor:`var(--colors-delta-100)`,color:`var(--colors-delta-700)`,backgroundColor:`var(--colors-delta-50)`,borderRadius:`50%`,"&:hover":{borderColor:`var(--colors-delta-100)`,backgroundColor:`var(--colors-delta-50)`,color:`var(--colors-delta-700)`}}},...r.sx}})),Te=({dataTest:e,...t})=>U(v,{...t,"data-testid":e,sx:{...t.sx,"&.MuiCheckbox-root":{color:`var(--colors-delta-500) !important`},"&.MuiCheckbox-root.Mui-checked":{color:`var(--colors-gama-500) !important`},"&.MuiCheckbox-root.MuiCheckbox-indeterminate":{color:`var(--colors-gama-500) !important`},"&.MuiCheckbox-root.Mui-disabled":{color:`var(--colors-delta-200) !important`},"&.MuiCheckbox-root .PrivateSwitchBase-input":{height:`100% !important`,width:`100% !important`}}}),Ee=({dataTest:e,...t})=>U(R,{...t,"data-testid":e,sx:{"&":{color:`var(--colors-delta-500)`},"& input":{height:`100% !important`,width:`100% !important`},"&.Mui-checked":{color:`var(--colors-gama-500)`}}}),De=a(({type:e=`checkbox`,checked:t,size:n=`small`,...r},i)=>{let a=e===`checkbox`,o=a?Te:Ee,s=!r.readOnly&&!a&&t,c={borderColor:`var(--colors-gama-300)`,backgroundColor:`var(--colors-gama-25)`,boxShadow:`0 0 0 1px inset var(--colors-gama-300)`},l=r.ariaLabel??(typeof r.label==`string`?r.label:void 0);return U(we,{ref:i,"aria-label":l,avatar:U(o,{dataTest:r.dataTest,disableRipple:!0,checked:t,size:n,sx:{pointerEvents:`none`},inputProps:{"aria-label":l}}),clickable:!0,tabIndex:0,...r,sx:{...s&&{outline:`none`,borderColor:`var(--colors-gama-400)`,boxShadow:`0 0 0 1px inset var(--colors-gama-400)`,backgroundColor:`var(--colors-gama-50)`,"&:hover":c},...t&&{"& .MuiChip-avatar":{"& .MuiSvgIcon-root":{color:`var(--colors-gama-500)`}}},...r.readOnly&&{"& .MuiChip-avatar":{"& .MuiSvgIcon-root":{color:`var(--colors-delta-500)`},"& .MuiCheckbox-root, & .MuiRadio-root":{color:`var(--colors-delta-500)`},"& .Mui-checked":{color:`var(--colors-delta-500)`}}},"&:focus:hover":c,...r.sx}})}),q=e=>{let{componentsProps:t,...n}=e,r=t?.tooltip;return U(se,{TransitionComponent:ye,TransitionProps:{timeout:300},enterDelay:500,placement:`top`,componentsProps:{...t,tooltip:{...r??{},style:{...r?.style??{}},sx:{borderRadius:`3px`,"& .MuiTooltip-arrow":{color:`#363E4A`},color:`white`,boxShadow:`0px 1px 4px 0px rgba(0, 0, 0, 0.25)`,display:`flex`,padding:`4px 8px`,alignItems:`center`,fontSize:`12px`,lineHeight:`16px`,letterSpacing:`0.24px`,bgcolor:`#363E4A`,wordBreak:`break-word`,...r?.sx}}},...n})},Oe=/^[a-z0-9]+(-[a-z0-9]+)*$/,ke=(e,t,n,r=``)=>{let i=e.split(`:`);if(e.slice(0,1)===`@`){if(i.length<2||i.length>3)return null;r=i.shift().slice(1)}if(i.length>3||!i.length)return null;if(i.length>1){let e=i.pop(),n=i.pop(),a={provider:i.length>0?i[0]:r,prefix:n,name:e};return t&&!Ae(a)?null:a}let a=i[0],o=a.split(`-`);if(o.length>1){let e={provider:r,prefix:o.shift(),name:o.join(`-`)};return t&&!Ae(e)?null:e}if(n&&r===``){let e={provider:r,prefix:``,name:a};return t&&!Ae(e,n)?null:e}return null},Ae=(e,t)=>e?!!((e.provider===``||e.provider.match(Oe))&&(t&&e.prefix===``||e.prefix.match(Oe))&&e.name.match(Oe)):!1,je=Object.freeze({left:0,top:0,width:16,height:16}),Me=Object.freeze({rotate:0,vFlip:!1,hFlip:!1}),Ne=Object.freeze({...je,...Me}),Pe=Object.freeze({...Ne,body:``,hidden:!1});function Fe(e,t){let n={};!e.hFlip!=!t.hFlip&&(n.hFlip=!0),!e.vFlip!=!t.vFlip&&(n.vFlip=!0);let r=((e.rotate||0)+(t.rotate||0))%4;return r&&(n.rotate=r),n}function Ie(e,t){let n=Fe(e,t);for(let r in Pe)r in Me?r in e&&!(r in n)&&(n[r]=Me[r]):r in t?n[r]=t[r]:r in e&&(n[r]=e[r]);return n}function Le(e,t){let n=e.icons,r=e.aliases||Object.create(null),i=Object.create(null);function a(e){if(n[e])return i[e]=[];if(!(e in i)){i[e]=null;let t=r[e]&&r[e].parent,n=t&&a(t);n&&(i[e]=[t].concat(n))}return i[e]}return(t||Object.keys(n).concat(Object.keys(r))).forEach(a),i}function Re(e,t,n){let r=e.icons,i=e.aliases||Object.create(null),a={};function o(e){a=Ie(r[e]||i[e],a)}return o(t),n.forEach(o),Ie(e,a)}function ze(e,t){let n=[];if(typeof e!=`object`||typeof e.icons!=`object`)return n;e.not_found instanceof Array&&e.not_found.forEach(e=>{t(e,null),n.push(e)});let r=Le(e);for(let i in r){let a=r[i];a&&(t(i,Re(e,i,a)),n.push(i))}return n}var Be={provider:``,aliases:{},not_found:{},...je};function Ve(e,t){for(let n in t)if(n in e&&typeof e[n]!=typeof t[n])return!1;return!0}function He(e){if(typeof e!=`object`||!e)return null;let t=e;if(typeof t.prefix!=`string`||!e.icons||typeof e.icons!=`object`||!Ve(e,Be))return null;let n=t.icons;for(let e in n){let t=n[e];if(!e.match(Oe)||typeof t.body!=`string`||!Ve(t,Pe))return null}let r=t.aliases||Object.create(null);for(let e in r){let t=r[e],i=t.parent;if(!e.match(Oe)||typeof i!=`string`||!n[i]&&!r[i]||!Ve(t,Pe))return null}return t}var Ue=Object.create(null);function We(e,t){return{provider:e,prefix:t,icons:Object.create(null),missing:new Set}}function Ge(e,t){let n=Ue[e]||(Ue[e]=Object.create(null));return n[t]||(n[t]=We(e,t))}function Ke(e,t){return He(t)?ze(t,(t,n)=>{n?e.icons[t]=n:e.missing.add(t)}):[]}function qe(e,t,n){try{if(typeof n.body==`string`)return e.icons[t]={...n},!0}catch{}return!1}var Je=!1;function Ye(e){return typeof e==`boolean`&&(Je=e),Je}function Xe(e){let t=typeof e==`string`?ke(e,!0,Je):e;if(t){let e=Ge(t.provider,t.prefix),n=t.name;return e.icons[n]||(e.missing.has(n)?null:void 0)}}function Ze(e,t){let n=ke(e,!0,Je);return n?qe(Ge(n.provider,n.prefix),n.name,t):!1}function Qe(e,t){if(typeof e!=`object`)return!1;if(typeof t!=`string`&&(t=e.provider||``),Je&&!t&&!e.prefix){let t=!1;return He(e)&&(e.prefix=``,ze(e,(e,n)=>{n&&Ze(e,n)&&(t=!0)})),t}let n=e.prefix;return Ae({provider:t,prefix:n,name:`a`})?!!Ke(Ge(t,n),e):!1}var $e=Object.freeze({width:null,height:null}),et=Object.freeze({...$e,...Me}),tt=/(-?[0-9.]*[0-9]+[0-9.]*)/g,nt=/^-?[0-9.]*[0-9]+[0-9.]*$/g;function rt(e,t,n){if(t===1)return e;if(n||=100,typeof e==`number`)return Math.ceil(e*t*n)/n;if(typeof e!=`string`)return e;let r=e.split(tt);if(r===null||!r.length)return e;let i=[],a=r.shift(),o=nt.test(a);for(;;){if(o){let e=parseFloat(a);isNaN(e)?i.push(a):i.push(Math.ceil(e*t*n)/n)}else i.push(a);if(a=r.shift(),a===void 0)return i.join(``);o=!o}}var it=e=>e===`unset`||e===`undefined`||e===`none`;function at(e,t){let n={...Ne,...e},r={...et,...t},i={left:n.left,top:n.top,width:n.width,height:n.height},a=n.body;[n,r].forEach(e=>{let t=[],n=e.hFlip,r=e.vFlip,o=e.rotate;n?r?o+=2:(t.push(`translate(`+(i.width+i.left).toString()+` `+(0-i.top).toString()+`)`),t.push(`scale(-1 1)`),i.top=i.left=0):r&&(t.push(`translate(`+(0-i.left).toString()+` `+(i.height+i.top).toString()+`)`),t.push(`scale(1 -1)`),i.top=i.left=0);let s;switch(o<0&&(o-=Math.floor(o/4)*4),o%=4,o){case 1:s=i.height/2+i.top,t.unshift(`rotate(90 `+s.toString()+` `+s.toString()+`)`);break;case 2:t.unshift(`rotate(180 `+(i.width/2+i.left).toString()+` `+(i.height/2+i.top).toString()+`)`);break;case 3:s=i.width/2+i.left,t.unshift(`rotate(-90 `+s.toString()+` `+s.toString()+`)`);break}o%2==1&&(i.left!==i.top&&(s=i.left,i.left=i.top,i.top=s),i.width!==i.height&&(s=i.width,i.width=i.height,i.height=s)),t.length&&(a=`<g transform="`+t.join(` `)+`">`+a+`</g>`)});let o=r.width,s=r.height,c=i.width,l=i.height,u,d;o===null?(d=s===null?`1em`:s===`auto`?l:s,u=rt(d,c/l)):(u=o===`auto`?c:o,d=s===null?rt(u,l/c):s===`auto`?l:s);let f={},p=(e,t)=>{it(t)||(f[e]=t.toString())};return p(`width`,u),p(`height`,d),f.viewBox=i.left.toString()+` `+i.top.toString()+` `+c.toString()+` `+l.toString(),{attributes:f,body:a}}var ot=/\sid="(\S+)"/g,st=`IconifyId`+Date.now().toString(16)+(Math.random()*16777216|0).toString(16),ct=0;function lt(e,t=st){let n=[],r;for(;r=ot.exec(e);)n.push(r[1]);if(!n.length)return e;let i=`suffix`+(Math.random()*16777216|Date.now()).toString(16);return n.forEach(n=>{let r=typeof t==`function`?t(n):t+(ct++).toString(),a=n.replace(/[.*+?^${}()|[\]\\]/g,`\\$&`);e=e.replace(RegExp(`([#;"])(`+a+`)([")]|\\.[a-z])`,`g`),`$1`+r+i+`$3`)}),e=e.replace(new RegExp(i,`g`),``),e}var ut=Object.create(null);function dt(e,t){ut[e]=t}function ft(e){return ut[e]||ut[``]}function pt(e){let t;if(typeof e.resources==`string`)t=[e.resources];else if(t=e.resources,!(t instanceof Array)||!t.length)return null;return{resources:t,path:e.path||`/`,maxURL:e.maxURL||500,rotate:e.rotate||750,timeout:e.timeout||5e3,random:e.random===!0,index:e.index||0,dataAfterTimeout:e.dataAfterTimeout!==!1}}for(var mt=Object.create(null),ht=[`https://api.simplesvg.com`,`https://api.unisvg.com`],gt=[];ht.length>0;)ht.length===1||Math.random()>.5?gt.push(ht.shift()):gt.push(ht.pop());mt[``]=pt({resources:[`https://api.iconify.design`].concat(gt)});function _t(e,t){let n=pt(t);return n===null?!1:(mt[e]=n,!0)}function vt(e){return mt[e]}var yt=(()=>{let e;try{if(e=fetch,typeof e==`function`)return e}catch{}})();function bt(e,t){let n=vt(e);if(!n)return 0;let r;if(!n.maxURL)r=0;else{let e=0;n.resources.forEach(t=>{e=Math.max(e,t.length)});let i=t+`.json?icons=`;r=n.maxURL-e-n.path.length-i.length}return r}function xt(e){return e===404}var St=(e,t,n)=>{let r=[],i=bt(e,t),a=`icons`,o={type:a,provider:e,prefix:t,icons:[]},s=0;return n.forEach((n,c)=>{s+=n.length+1,s>=i&&c>0&&(r.push(o),o={type:a,provider:e,prefix:t,icons:[]},s=n.length),o.icons.push(n)}),r.push(o),r};function Ct(e){if(typeof e==`string`){let t=vt(e);if(t)return t.path}return`/`}var wt={prepare:St,send:(e,t,n)=>{if(!yt){n(`abort`,424);return}let r=Ct(t.provider);switch(t.type){case`icons`:{let e=t.prefix,n=t.icons.join(`,`),i=new URLSearchParams({icons:n});r+=e+`.json?`+i.toString();break}case`custom`:{let e=t.uri;r+=e.slice(0,1)===`/`?e.slice(1):e;break}default:n(`abort`,400);return}let i=503;yt(e+r).then(e=>{let t=e.status;if(t!==200){setTimeout(()=>{n(xt(t)?`abort`:`next`,t)});return}return i=501,e.json()}).then(e=>{if(typeof e!=`object`||!e){setTimeout(()=>{e===404?n(`abort`,e):n(`next`,i)});return}setTimeout(()=>{n(`success`,e)})}).catch(()=>{n(`next`,i)})}};function Tt(e){let t={loaded:[],missing:[],pending:[]},n=Object.create(null);e.sort((e,t)=>e.provider===t.provider?e.prefix===t.prefix?e.name.localeCompare(t.name):e.prefix.localeCompare(t.prefix):e.provider.localeCompare(t.provider));let r={provider:``,prefix:``,name:``};return e.forEach(e=>{if(r.name===e.name&&r.prefix===e.prefix&&r.provider===e.provider)return;r=e;let i=e.provider,a=e.prefix,o=e.name,s=n[i]||(n[i]=Object.create(null)),c=s[a]||(s[a]=Ge(i,a)),l;l=o in c.icons?t.loaded:a===``||c.missing.has(o)?t.missing:t.pending;let u={provider:i,prefix:a,name:o};l.push(u)}),t}function Et(e,t){e.forEach(e=>{let n=e.loaderCallbacks;n&&(e.loaderCallbacks=n.filter(e=>e.id!==t))})}function Dt(e){e.pendingCallbacksFlag||(e.pendingCallbacksFlag=!0,setTimeout(()=>{e.pendingCallbacksFlag=!1;let t=e.loaderCallbacks?e.loaderCallbacks.slice(0):[];if(!t.length)return;let n=!1,r=e.provider,i=e.prefix;t.forEach(t=>{let a=t.icons,o=a.pending.length;a.pending=a.pending.filter(t=>{if(t.prefix!==i)return!0;let o=t.name;if(e.icons[o])a.loaded.push({provider:r,prefix:i,name:o});else if(e.missing.has(o))a.missing.push({provider:r,prefix:i,name:o});else return n=!0,!0;return!1}),a.pending.length!==o&&(n||Et([e],t.id),t.callback(a.loaded.slice(0),a.missing.slice(0),a.pending.slice(0),t.abort))})}))}var Ot=0;function kt(e,t,n){let r=Ot++,i=Et.bind(null,n,r);if(!t.pending.length)return i;let a={id:r,icons:t,callback:e,abort:i};return n.forEach(e=>{(e.loaderCallbacks||=[]).push(a)}),i}function At(e,t=!0,n=!1){let r=[];return e.forEach(e=>{let i=typeof e==`string`?ke(e,t,n):e;i&&r.push(i)}),r}var jt={resources:[],index:0,timeout:2e3,rotate:750,random:!1,dataAfterTimeout:!1};function Mt(e,t,n,r){let i=e.resources.length,a=e.random?Math.floor(Math.random()*i):e.index,o;if(e.random){let t=e.resources.slice(0);for(o=[];t.length>1;){let e=Math.floor(Math.random()*t.length);o.push(t[e]),t=t.slice(0,e).concat(t.slice(e+1))}o=o.concat(t)}else o=e.resources.slice(a).concat(e.resources.slice(0,a));let s=Date.now(),c=`pending`,l=0,u,d=null,f=[],p=[];typeof r==`function`&&p.push(r);function m(){d&&=(clearTimeout(d),null)}function h(){c===`pending`&&(c=`aborted`),m(),f.forEach(e=>{e.status===`pending`&&(e.status=`aborted`)}),f=[]}function g(e,t){t&&(p=[]),typeof e==`function`&&p.push(e)}function _(){return{startTime:s,payload:t,status:c,queriesSent:l,queriesPending:f.length,subscribe:g,abort:h}}function v(){c=`failed`,p.forEach(e=>{e(void 0,u)})}function y(){f.forEach(e=>{e.status===`pending`&&(e.status=`aborted`)}),f=[]}function b(t,n,r){let i=n!==`success`;switch(f=f.filter(e=>e!==t),c){case`pending`:break;case`failed`:if(i||!e.dataAfterTimeout)return;break;default:return}if(n===`abort`){u=r,v();return}if(i){u=r,f.length||(o.length?x():v());return}if(m(),y(),!e.random){let n=e.resources.indexOf(t.resource);n!==-1&&n!==e.index&&(e.index=n)}c=`completed`,p.forEach(e=>{e(r)})}function x(){if(c!==`pending`)return;m();let r=o.shift();if(r===void 0){if(f.length){d=setTimeout(()=>{m(),c===`pending`&&(y(),v())},e.timeout);return}v();return}let i={status:`pending`,resource:r,callback:(e,t)=>{b(i,e,t)}};f.push(i),l++,d=setTimeout(x,e.rotate),n(r,t,i.callback)}return setTimeout(x),_}function Nt(e){let t={...jt,...e},n=[];function r(){n=n.filter(e=>e().status===`pending`)}function i(e,i,a){let o=Mt(t,e,i,(e,t)=>{r(),a&&a(e,t)});return n.push(o),o}function a(e){return n.find(t=>e(t))||null}return{query:i,find:a,setIndex:e=>{t.index=e},getIndex:()=>t.index,cleanup:r}}function Pt(){}var Ft=Object.create(null);function It(e){if(!Ft[e]){let t=vt(e);if(!t)return;Ft[e]={config:t,redundancy:Nt(t)}}return Ft[e]}function Lt(e,t,n){let r,i;if(typeof e==`string`){let t=ft(e);if(!t)return n(void 0,424),Pt;i=t.send;let a=It(e);a&&(r=a.redundancy)}else{let t=pt(e);if(t){r=Nt(t);let n=ft(e.resources?e.resources[0]:``);n&&(i=n.send)}}return!r||!i?(n(void 0,424),Pt):r.query(t,i,n)().abort}var Rt=`iconify2`,zt=`iconify`,Bt=zt+`-count`,Vt=zt+`-version`,Ht=36e5,Ut=168;function Wt(e,t){try{return e.getItem(t)}catch{}}function Gt(e,t,n){try{return e.setItem(t,n),!0}catch{}}function Kt(e,t){try{e.removeItem(t)}catch{}}function qt(e,t){return Gt(e,Bt,t.toString())}function Jt(e){return parseInt(Wt(e,Bt))||0}var Yt={local:!0,session:!0},Xt={local:new Set,session:new Set},Zt=!1;function Qt(e){Zt=e}var $t=typeof window>`u`?{}:window;function en(e){let t=e+`Storage`;try{if($t&&$t[t]&&typeof $t[t].length==`number`)return $t[t]}catch{}Yt[e]=!1}function tn(e,t){let n=en(e);if(!n)return;let r=Wt(n,Vt);if(r!==Rt){if(r){let e=Jt(n);for(let t=0;t<e;t++)Kt(n,zt+t.toString())}Gt(n,Vt,Rt),qt(n,0);return}let i=Math.floor(Date.now()/Ht)-Ut,a=e=>{let r=zt+e.toString(),a=Wt(n,r);if(typeof a==`string`){try{let n=JSON.parse(a);if(typeof n==`object`&&typeof n.cached==`number`&&n.cached>i&&typeof n.provider==`string`&&typeof n.data==`object`&&typeof n.data.prefix==`string`&&t(n,e))return!0}catch{}Kt(n,r)}},o=Jt(n);for(let t=o-1;t>=0;t--)a(t)||(t===o-1?(o--,qt(n,o)):Xt[e].add(t))}function nn(){if(!Zt){Qt(!0);for(let e in Yt)tn(e,e=>{let t=e.data,n=e.provider,r=t.prefix,i=Ge(n,r);if(!Ke(i,t).length)return!1;let a=t.lastModified||-1;return i.lastModifiedCached=i.lastModifiedCached?Math.min(i.lastModifiedCached,a):a,!0})}}function rn(e,t){let n=e.lastModifiedCached;if(n&&n>=t)return n===t;if(e.lastModifiedCached=t,n)for(let n in Yt)tn(n,n=>{let r=n.data;return n.provider!==e.provider||r.prefix!==e.prefix||r.lastModified===t});return!0}function an(e,t){Zt||nn();function n(n){let r;if(!Yt[n]||!(r=en(n)))return;let i=Xt[n],a;if(i.size)i.delete(a=Array.from(i).shift());else if(a=Jt(r),!qt(r,a+1))return;let o={cached:Math.floor(Date.now()/Ht),provider:e.provider,data:t};return Gt(r,zt+a.toString(),JSON.stringify(o))}t.lastModified&&!rn(e,t.lastModified)||Object.keys(t.icons).length&&(t.not_found&&(t=Object.assign({},t),delete t.not_found),n(`local`)||n(`session`))}function on(){}function sn(e){e.iconsLoaderFlag||(e.iconsLoaderFlag=!0,setTimeout(()=>{e.iconsLoaderFlag=!1,Dt(e)}))}function cn(e,t){e.iconsToLoad?e.iconsToLoad=e.iconsToLoad.concat(t).sort():e.iconsToLoad=t,e.iconsQueueFlag||(e.iconsQueueFlag=!0,setTimeout(()=>{e.iconsQueueFlag=!1;let{provider:t,prefix:n}=e,r=e.iconsToLoad;delete e.iconsToLoad;let i;!r||!(i=ft(t))||i.prepare(t,n,r).forEach(n=>{Lt(t,n,t=>{if(typeof t!=`object`)n.icons.forEach(t=>{e.missing.add(t)});else try{let n=Ke(e,t);if(!n.length)return;let r=e.pendingIcons;r&&n.forEach(e=>{r.delete(e)}),an(e,t)}catch(e){console.error(e)}sn(e)})})}))}var ln=(e,t)=>{let n=Tt(At(e,!0,Ye()));if(!n.pending.length){let e=!0;return t&&setTimeout(()=>{e&&t(n.loaded,n.missing,n.pending,on)}),()=>{e=!1}}let r=Object.create(null),i=[],a,o;return n.pending.forEach(e=>{let{provider:t,prefix:n}=e;if(n===o&&t===a)return;a=t,o=n,i.push(Ge(t,n));let s=r[t]||(r[t]=Object.create(null));s[n]||(s[n]=[])}),n.pending.forEach(e=>{let{provider:t,prefix:n,name:i}=e,a=Ge(t,n),o=a.pendingIcons||=new Set;o.has(i)||(o.add(i),r[t][n].push(i))}),i.forEach(e=>{let{provider:t,prefix:n}=e;r[t][n].length&&cn(e,r[t][n])}),t?kt(t,n,i):on};function un(e,t){let n={...e};for(let e in t){let r=t[e],i=typeof r;e in $e?(r===null||r&&(i===`string`||i===`number`))&&(n[e]=r):i===typeof n[e]&&(n[e]=e===`rotate`?r%4:r)}return n}var dn=/[\s,]+/;function fn(e,t){t.split(dn).forEach(t=>{switch(t.trim()){case`horizontal`:e.hFlip=!0;break;case`vertical`:e.vFlip=!0;break}})}function pn(e,t=0){let n=e.replace(/^-?[0-9.]*/,``);function r(e){for(;e<0;)e+=4;return e%4}if(n===``){let t=parseInt(e);return isNaN(t)?0:r(t)}else if(n!==e){let t=0;switch(n){case`%`:t=25;break;case`deg`:t=90}if(t){let i=parseFloat(e.slice(0,e.length-n.length));return isNaN(i)?0:(i/=t,i%1==0?r(i):0)}}return t}function mn(e,t){let n=e.indexOf(`xlink:`)===-1?``:` xmlns:xlink="http://www.w3.org/1999/xlink"`;for(let e in t)n+=` `+e+`="`+t[e]+`"`;return`<svg xmlns="http://www.w3.org/2000/svg"`+n+`>`+e+`</svg>`}function hn(e){return e.replace(/"/g,`'`).replace(/%/g,`%25`).replace(/#/g,`%23`).replace(/</g,`%3C`).replace(/>/g,`%3E`).replace(/\s+/g,` `)}function gn(e){return`data:image/svg+xml,`+hn(e)}function _n(e){return`url("`+gn(e)+`")`}var vn;function yn(){try{vn=window.trustedTypes.createPolicy(`iconify`,{createHTML:e=>e})}catch{vn=null}}function bn(e){return vn===void 0&&yn(),vn?vn.createHTML(e):e}var xn={...et,inline:!1},Sn={xmlns:`http://www.w3.org/2000/svg`,xmlnsXlink:`http://www.w3.org/1999/xlink`,"aria-hidden":!0,role:`img`},Cn={display:`inline-block`},wn={backgroundColor:`currentColor`},Tn={backgroundColor:`transparent`},En={Image:`var(--svg)`,Repeat:`no-repeat`,Size:`100% 100%`},Dn={WebkitMask:wn,mask:wn,background:Tn};for(let e in Dn){let t=Dn[e];for(let n in En)t[e+n]=En[n]}var On={...xn,inline:!0};function kn(e){return e+(e.match(/^[-0-9.]+$/)?`px`:``)}var An=(e,t,r,i)=>{let a=r?On:xn,o=un(a,t),s=t.mode||`svg`,c={},l=t.style||{},u={...s===`svg`?Sn:{},ref:i};for(let e in t){let n=t[e];if(n!==void 0)switch(e){case`icon`:case`style`:case`children`:case`onLoad`:case`mode`:case`_ref`:case`_inline`:break;case`inline`:case`hFlip`:case`vFlip`:o[e]=n===!0||n===`true`||n===1;break;case`flip`:typeof n==`string`&&fn(o,n);break;case`color`:c.color=n;break;case`rotate`:typeof n==`string`?o[e]=pn(n):typeof n==`number`&&(o[e]=n);break;case`ariaHidden`:case`aria-hidden`:n!==!0&&n!==`true`&&delete u[`aria-hidden`];break;default:a[e]===void 0&&(u[e]=n)}}let d=at(e,o),f=d.attributes;if(o.inline&&(c.verticalAlign=`-0.125em`),s===`svg`){u.style={...c,...l},Object.assign(u,f);let e=0,r=t.id;return typeof r==`string`&&(r=r.replace(/-/g,`_`)),u.dangerouslySetInnerHTML={__html:bn(lt(d.body,r?()=>r+`ID`+ e++:`iconifyReact`))},n.createElement(`svg`,u)}let{body:p,width:m,height:h}=e,g=s===`mask`||(s===`bg`?!1:p.indexOf(`currentColor`)!==-1),_=mn(p,{...f,width:m+``,height:h+``});return u.style={...c,"--svg":_n(_),width:kn(f.width),height:kn(f.height),...Cn,...g?wn:Tn,...l},n.createElement(`span`,u)};if(Ye(!0),dt(``,wt),typeof document<`u`&&typeof window<`u`){nn();let e=window;if(e.IconifyPreload!==void 0){let t=e.IconifyPreload,n=`Invalid IconifyPreload syntax.`;typeof t==`object`&&t&&(t instanceof Array?t:[t]).forEach(e=>{try{(typeof e!=`object`||!e||e instanceof Array||typeof e.icons!=`object`||typeof e.prefix!=`string`||!Qe(e))&&console.error(n)}catch{console.error(n)}})}if(e.IconifyProviders!==void 0){let t=e.IconifyProviders;if(typeof t==`object`&&t)for(let e in t){let n=`IconifyProviders[`+e+`] is invalid.`;try{let r=t[e];if(typeof r!=`object`||!r||r.resources===void 0)continue;_t(e,r)||console.error(n)}catch{console.error(n)}}}}var jn=class extends n.Component{constructor(e){super(e),this.state={icon:null}}_abortLoading(){this._loading&&=(this._loading.abort(),null)}_setData(e){this.state.icon!==e&&this.setState({icon:e})}_checkIcon(e){let t=this.state,n=this.props.icon;if(typeof n==`object`&&n&&typeof n.body==`string`){this._icon=``,this._abortLoading(),(e||t.icon===null)&&this._setData({data:n});return}let r;if(typeof n!=`string`||(r=ke(n,!1,!0))===null){this._abortLoading(),this._setData(null);return}let i=Xe(r);if(!i){(!this._loading||this._loading.name!==n)&&(this._abortLoading(),this._icon=``,this._setData(null),i!==null&&(this._loading={name:n,abort:ln([r],this._checkIcon.bind(this,!1))}));return}if(this._icon!==n||t.icon===null){this._abortLoading(),this._icon=n;let e=[`iconify`];r.prefix!==``&&e.push(`iconify--`+r.prefix),r.provider!==``&&e.push(`iconify--`+r.provider),this._setData({data:i,classes:e}),this.props.onLoad&&this.props.onLoad(n)}}componentDidMount(){this._checkIcon(!1)}componentDidUpdate(e){e.icon!==this.props.icon&&this._checkIcon(!0)}componentWillUnmount(){this._abortLoading()}render(){let e=this.props,t=this.state.icon;if(t===null)return e.children?e.children:n.createElement(`span`,{});let r=e;return t.classes&&(r={...e,className:(typeof e.className==`string`?e.className+` `:``)+t.classes.join(` `)}),An({...Ne,...t.data},r,e._inline,e._ref)}},Mn=n.forwardRef(function(e,t){let r={...e,_ref:t,_inline:!1};return n.createElement(jn,r)});n.forwardRef(function(e,t){let r={...e,_ref:t,_inline:!0};return n.createElement(jn,r)});var Nn={"all-icons-container":`_all-icons-container_1czju_1`,icon:`_icon_1czju_5`},J=({width:e=20,height:t=20,className:n=``,icon:r,onClick:i,color:a,vFlip:o=!1})=>U(Mn,{onClick:i,icon:r,width:e,height:t,className:`${Nn.icon} ${n}`,color:a,vFlip:o}),Pn=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`mdi:bell-outline`,width:e,height:t,className:n,onClick:r,color:i}),Fn=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`mdi:bell`,width:e,height:t,className:n,onClick:r,color:i}),In=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`charm:menu-hamburger`,width:e,height:t,className:n,onClick:r,color:i}),Ln=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`mdi:chevron-right`,width:e,height:t,className:n,onClick:r,color:i}),Rn=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`mdi:chevron-left`,width:e,height:t,className:n,onClick:r,color:i}),zn=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`mdi:chevron-double-left`,width:e,height:t,className:n,onClick:r,color:i}),Bn=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`mdi:chevron-double-right`,width:e,height:t,className:n,onClick:r,color:i}),Vn=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`fluent:document-bullet-list-24-filled`,width:e,height:t,className:n,onClick:r,color:i}),Hn=({width:e=20,height:t=20,className:n=``,onClick:r,color:i=``})=>U(J,{icon:`fluent:document-pdf-20-filled`,width:e,height:t,className:n,onClick:r,color:i}),Un=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`mdi:view-dashboard`,width:e,height:t,className:n,onClick:r,color:i}),Wn=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`mdi:view-dashboard-outline`,width:e,height:t,className:n,onClick:r,color:i}),Gn=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`ic:outline-people-alt`,width:e,height:t,className:n,onClick:r,color:i}),Kn=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`ic:sharp-people`,width:e,height:t,className:n,onClick:r,color:i});function qn(e){return U(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:`1rem`,height:`1rem`,viewBox:`0 0 24 24`,...e,children:U(`path`,{fill:`currentColor`,d:`m10.6 16.6l7.05-7.05l-1.4-1.4l-5.65 5.65l-2.85-2.85l-1.4 1.4zM12 22q-2.075 0-3.9-.788t-3.175-2.137q-1.35-1.35-2.137-3.175T2 12q0-2.075.788-3.9t2.137-3.175q1.35-1.35 3.175-2.137T12 2q2.075 0 3.9.788t3.175 2.137q1.35 1.35 2.138 3.175T22 12q0 2.075-.788 3.9t-2.137 3.175q-1.35 1.35-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12q0-3.35-2.325-5.675T12 4Q8.65 4 6.325 6.325T4 12q0 3.35 2.325 5.675T12 20m0-8`})})}function Jn(e){return U(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:`1rem`,height:`1rem`,viewBox:`0 0 24 24`,...e,children:U(`path`,{fill:`currentColor`,d:`M4 21q-.825 0-1.412-.587T2 19V5q0-.825.588-1.412T4 3h16q.825 0 1.413.588T22 5v14q0 .825-.587 1.413T20 21zm0-2h16V5H4zm5-2q.425 0 .713-.288T10 16q0-.425-.288-.712T9 15H6q-.425 0-.712.288T5 16q0 .425.288.713T6 17zm5.55-4.825l-.725-.725q-.3-.3-.7-.287t-.7.312q-.275.3-.288.7t.288.7L13.85 14.3q.3.3.7.3t.7-.3l3.55-3.55q.3-.3.3-.7t-.3-.7q-.3-.3-.712-.3t-.713.3zM9 13q.425 0 .713-.288T10 12q0-.425-.288-.712T9 11H6q-.425 0-.712.288T5 12q0 .425.288.713T6 13zm0-4q.425 0 .713-.288T10 8q0-.425-.288-.712T9 7H6q-.425 0-.712.288T5 8q0 .425.288.713T6 9zM4 19V5z`})})}function Yn(e){return U(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:`1rem`,height:`1rem`,viewBox:`0 0 24 24`,...e,children:U(`path`,{fill:`currentColor`,d:`M4 21q-.825 0-1.412-.587T2 19V5q0-.825.588-1.412T4 3h16q.825 0 1.413.588T22 5v14q0 .825-.587 1.413T20 21zm5-4q.425 0 .713-.288T10 16q0-.425-.288-.712T9 15H6q-.425 0-.712.288T5 16q0 .425.288.713T6 17zm5.55-4.825l-.725-.725q-.3-.3-.7-.287t-.7.312q-.275.3-.288.7t.288.7L13.85 14.3q.3.3.7.3t.7-.3l3.55-3.55q.3-.3.3-.7t-.3-.7q-.3-.3-.712-.3t-.713.3zM9 13q.425 0 .713-.288T10 12q0-.425-.288-.712T9 11H6q-.425 0-.712.288T5 12q0 .425.288.713T6 13zm0-4q.425 0 .713-.288T10 8q0-.425-.288-.712T9 7H6q-.425 0-.712.288T5 8q0 .425.288.713T6 9z`})})}var Xn=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`mdi:calendar-blank`,width:e,height:t,className:n,onClick:r,color:i}),Zn=e=>U(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:`1rem`,height:`1rem`,viewBox:`0 0 24 24`,...e,children:U(`path`,{fill:`currentColor`,d:`M6 4V1.5h2V4h8V1.5h2V4h4v18H2V4zM4 6v3h16V6zm16 5H4v9h16z`})}),Qn=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`mdi:calendar-range`,width:e,height:t,className:n,onClick:r,color:i}),$n=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`ic:baseline-assignment`,width:e,height:t,className:n,onClick:r,color:i}),er=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`material-symbols:assignment-outline`,width:e,height:t,className:n,onClick:r,color:i}),tr=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`ic:baseline-format-list-numbered`,width:e,height:t,className:n,onClick:r,color:i}),nr=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`mdi:message-processing`,width:e,height:t,className:n,onClick:r,color:i}),rr=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`mdi:message-processing-outline`,width:e,height:t,className:n,onClick:r,color:i}),ir=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`mdi:report-box`,width:e,height:t,className:n,onClick:r,color:i}),ar=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`mdi:report-box-outline`,width:e,height:t,className:n,onClick:r,color:i}),or=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`mdi:settings`,width:e,height:t,className:n,onClick:r,color:i}),sr=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`mdi:settings-outline`,width:e,height:t,className:n,onClick:r,color:i}),cr=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`ic:baseline-sync`,width:e,height:t,className:n,onClick:r,color:i,vFlip:!0}),lr=({color:e=`black`,size:t=`20`,className:n=``})=>W(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:t,height:t,className:n,viewBox:`0 0 ${t} ${t}`,fill:`none`,children:[U(`path`,{d:`M14.9875 14.1667C16.1366 14.1667 17.0691 13.2334 17.0691 12.0834C17.0691 10.9334 16.1366 10.0001 14.9875 10.0001C13.8385 10.0001 12.9059 10.9334 12.9059 12.0834C12.9059 13.2334 13.8385 14.1667 14.9875 14.1667ZM14.9875 15.2084C13.597 15.2084 10.8243 15.9084 10.8243 17.2917V17.8167C10.8243 18.1001 11.0575 18.3417 11.3489 18.3417H18.6345C18.9176 18.3417 19.159 18.1084 19.159 17.8167V17.2917C19.159 15.9084 16.3863 15.2084 14.9958 15.2084H14.9875Z`,fill:e}),U(`path`,{d:`M4.99584 5.83342C6.14488 5.83342 7.07744 4.90008 7.07744 3.75008C7.07744 2.60008 6.14488 1.66675 4.99584 1.66675C3.8468 1.66675 2.91424 2.60008 2.91424 3.75008C2.91424 4.90008 3.8468 5.83342 4.99584 5.83342ZM4.99584 6.87508C3.60533 6.87508 0.832642 7.57508 0.832642 8.95842V9.48342C0.832642 9.76675 1.06578 10.0084 1.3572 10.0084H8.6428C8.9259 10.0084 9.16736 9.77508 9.16736 9.48342V8.95842C9.16736 7.57508 6.39467 6.87508 5.00417 6.87508H4.99584Z`,fill:e}),U(`path`,{d:`M9.15156 16.4036V16.2574H6.61874C6.14757 16.2574 5.75868 15.8773 5.75868 15.4167V12.8729L7.04503 14.101L7.77047 13.3773L5.10802 10.8334L2.49792 13.4431L3.23832 14.1521L4.4798 12.9094H4.49476V15.4167C4.49476 16.5644 5.45204 17.5001 6.62622 17.5001H9.15904V16.4036H9.15156Z`,fill:e}),U(`path`,{d:`M9.99915 3.59657V3.74277H13.3646C13.8358 3.74277 14.2247 4.12289 14.2247 4.58341V7.12727L12.9383 5.8992L12.2129 6.62289L14.8753 9.16675L17.4854 6.5571L16.745 5.84803L15.5035 7.09072H15.4886V4.58341C15.4886 3.43575 14.5313 2.50008 13.3571 2.50008H9.99168V3.59657H9.99915Z`,fill:e})]}),ur=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`ic:round-person`,width:e,height:t,className:n,onClick:r,color:i}),dr=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`ic:round-person-outline`,width:e,height:t,className:n,onClick:r,color:i}),fr=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`mdi:dots-vertical`,width:e,height:t,className:n,onClick:r,color:i}),pr=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`ic:outline-search`,width:e,height:t,className:n,onClick:r,color:i}),mr=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`line-md:loading-twotone-loop`,width:e,height:t,className:n,onClick:r,color:i}),hr=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`ic:baseline-arrow-drop-up`,width:e,height:t,className:n,onClick:r,color:i}),gr=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`ic:baseline-arrow-drop-down`,width:e,height:t,className:n,onClick:r,color:i}),_r=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`eva:archive-fill`,width:e,height:t,className:n,onClick:r,color:i}),vr=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`ic:baseline-download`,width:e,height:t,className:n,onClick:r,color:i}),yr=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`mdi:checkbox-marked-outline`,width:e,height:t,className:n,onClick:r,color:i}),br=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`mdi:chevron-down`,width:e,height:t,className:n,onClick:r,color:i}),xr=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`mdi:chevron-up`,width:e,height:t,className:n,onClick:r,color:i}),Sr=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`ic:baseline-close`,width:e,height:t,className:n,onClick:r,color:i}),Cr=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`material-symbols:perm-media`,width:e,height:t,className:n,onClick:r,color:i}),wr=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`material-symbols:perm-media-outline`,width:e,height:t,className:n,onClick:r,color:i}),Tr=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`mdi:inbox`,width:e,height:t,className:n,onClick:r,color:i}),Er=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`mdi:inbox-outline`,width:e,height:t,className:n,onClick:r,color:i}),Dr=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`ic:sharp-topic`,width:e,height:t,className:n,onClick:r,color:i}),Or=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`akar-icons:drag-horizontal`,width:e,height:t,className:n,onClick:r,color:i}),kr=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`fa6-regular:file-pdf`,width:e,height:t,className:n,onClick:r,color:i}),Ar=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`material-symbols:delete-outline`,width:e,height:t,className:n,onClick:r,color:i}),jr=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`mdi:filter-variant`,width:e,height:t,className:n,onClick:r,color:i}),Mr=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`material-symbols:lock-outline`,width:e,height:t,className:n,onClick:r,color:i}),Nr=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`ic:baseline-dvr`,width:e,height:t,className:n,onClick:r,color:i}),Pr=({width:e=20,height:t=20,className:n=``,onClick:r,color:i=`var(--colors-error-500)`})=>U(J,{icon:`mdi:error-outline`,width:e,height:t,className:n,onClick:r,color:i}),Fr=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`mdi:replay`,width:e,height:t,className:n,onClick:r,color:i}),Ir=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`mdi:calendar-blank-outline`,width:e,height:t,className:n,onClick:r,color:i}),Lr=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`ic:outline-link`,width:e,height:t,className:n,onClick:r,color:i}),Rr=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`material-symbols:fact-check-outline`,width:e,height:t,className:n,onClick:r,color:i}),zr=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`material-symbols:unknown-document-outline-rounded`,width:e,height:t,className:n,onClick:r,color:i}),Br=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`mdi:list-status`,width:e,height:t,className:n,onClick:r,color:i}),Vr=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`mdi:text-box-check-outline`,width:e,height:t,className:n,onClick:r,color:i}),Hr=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`ri:list-settings-line`,width:e,height:t,className:n,onClick:r,color:i}),Ur=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`pajamas:earth`,width:e,height:t,className:n,onClick:r,color:i}),Wr=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`streamline:interface-setting-menu-1-button-parallel-horizontal-lines-menu-navigation-three-hamburger`,width:e,height:t,className:n,onClick:r,color:i}),Gr=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`mdi:pencil-outline`,width:e,height:t,className:n,onClick:r,color:i});function Kr(e){return U(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:`1rem`,height:`1rem`,viewBox:`0 0 24 24`,...e,children:U(`path`,{fill:`currentColor`,d:`M12 5.99L19.53 19H4.47zM12 2L1 21h22zm1 14h-2v2h2zm0-6h-2v4h2z`})})}var qr=({width:e=20,height:t=20,className:n=``,onClick:r,color:i})=>U(J,{icon:`ic:outline-calendar-month`,width:e,height:t,className:n,onClick:r,color:i});function Jr(e){return U(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:`1rem`,height:`1rem`,viewBox:`0 0 24 24`,...e,children:U(`path`,{fill:`currentColor`,d:`M12 9a3 3 0 0 1 3 3a3 3 0 0 1-3 3a3 3 0 0 1-3-3a3 3 0 0 1 3-3m5.86 10.31C16.23 21.22 14.28 22.45 12 23c-2.56-.61-4.7-2.07-6.42-4.37C3.86 16.34 3 13.8 3 11V5l9-4l9 4v6c0 2.39-.64 4.61-1.92 6.67l-2.91-2.91c.52-.79.83-1.76.83-2.76a5 5 0 0 0-5-5a5 5 0 0 0-5 5a5 5 0 0 0 5 5c1 0 1.97-.31 2.76-.83z`})})}var Yr=e=>U(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:`1em`,height:`1em`,viewBox:`0 0 24 24`,...e,children:U(`path`,{fill:`currentColor`,d:`M6 21v-2h12v2z`})}),Xr=e=>U(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:`1em`,height:`1em`,viewBox:`0 0 24 24`,...e,children:U(`path`,{fill:`currentColor`,d:`M6 18v-2h12v2zm6-12.4l6 6l-1.4 1.4L12 8.4L7.4 13L6 11.6z`})});function Zr(e){return U(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:`1em`,height:`1em`,viewBox:`0 0 24 24`,...e,children:U(`path`,{fill:`currentColor`,d:`M18 8H6V6h12zm0 3H6V9h12zm0 3H6v-2h12zm4-10a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h14l4 4z`})})}function Qr(e){return W(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:`1rem`,height:`1rem`,viewBox:`0 0 24 24`,...e,children:[U(`path`,{fill:`currentColor`,d:`M14 12h4v1.5h-4zm0 3h4v1.5h-4z`}),U(`path`,{fill:`currentColor`,d:`M20 7h-5V4c0-1.1-.9-2-2-2h-2c-1.1 0-2 .9-2 2v3H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2m-9 0V4h2v5h-2zm9 13H4V9h5c0 1.1.9 2 2 2h2c1.1 0 2-.9 2-2h5z`}),U(`circle`,{cx:9,cy:13.5,r:1.5,fill:`currentColor`}),U(`path`,{fill:`currentColor`,d:`M11.08 16.18c-.64-.28-1.34-.43-2.08-.43s-1.44.15-2.08.43c-.56.24-.92.78-.92 1.39V18h6v-.43c0-.61-.36-1.15-.92-1.39`})]})}function $r(e){return U(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:`1rem`,height:`1rem`,viewBox:`0 0 24 24`,...e,children:U(`path`,{fill:`currentColor`,d:`M5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h8.925l-2 2H5v14h14v-6.95l2-2V19q0 .825-.587 1.413T19 21zm4-6v-4.25l9.175-9.175q.3-.3.675-.45t.75-.15q.4 0 .763.15t.662.45L22.425 3q.275.3.425.663T23 4.4q0 .375-.137.738t-.438.662L13.25 15zM21.025 4.4l-1.4-1.4zM11 13h1.4l5.8-5.8l-.7-.7l-.725-.7L11 11.575zm6.5-6.5l-.725-.7zl.7.7z`})})}function ei(e){return U(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:`1rem`,height:`1rem`,viewBox:`0 0 24 24`,...e,children:U(`path`,{fill:`currentColor`,d:`M18 12.998h-5v5a1 1 0 0 1-2 0v-5H6a1 1 0 0 1 0-2h5v-5a1 1 0 0 1 2 0v5h5a1 1 0 0 1 0 2`})})}function ti(e){return U(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:`1em`,height:`1em`,viewBox:`0 0 24 24`,...e,children:U(`path`,{fill:`currentColor`,d:`M11 17h2v-4h4v-2h-4V7h-2v4H7v2h4zm1 5q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8`})})}function ni(e){return U(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:`1em`,height:`1em`,viewBox:`0 0 24 24`,...e,children:U(`path`,{fill:`currentColor`,d:`M18.85 21.975q-.2 0-.375-.062t-.325-.213l-5.1-5.1q-.15-.15-.213-.325t-.062-.375t.063-.375t.212-.325l2.125-2.125q.15-.15.325-.212t.375-.063t.375.063t.325.212l5.1 5.1q.15.15.213.325t.062.375t-.062.375t-.213.325L19.55 21.7q-.15.15-.325.213t-.375.062m0-2.375l.725-.725L15.9 15.2l-.725.725zM5.125 22q-.2 0-.387-.075T4.4 21.7l-2.1-2.1q-.15-.15-.225-.338T2 18.876t.075-.375t.225-.325l5.3-5.3h2.125l.85-.85L6.45 7.9H5.025L2 4.875L4.825 2.05L7.85 5.075V6.5l4.125 4.125l2.9-2.9L13.8 6.65l1.4-1.4h-2.825l-.7-.7L15.225 1l.7.7v2.825l1.4-1.4l3.55 3.55q.425.425.65.963t.225 1.137t-.225 1.15t-.65.975L18.75 8.775l-1.4 1.4l-1.05-1.05l-5.175 5.175v2.1l-5.3 5.3q-.15.15-.325.225T5.125 22m0-2.4l4.25-4.25v-.725H8.65l-4.25 4.25zm0 0l-.725-.725l.375.35zm13.725 0l.725-.725z`})})}function ri(e){return U(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:`1em`,height:`1em`,viewBox:`0 0 24 24`,...e,children:U(`path`,{fill:`currentColor`,d:`M18.85 21.975q-.2 0-.375-.062t-.325-.213l-5.1-5.1q-.15-.15-.213-.325t-.062-.375t.063-.375t.212-.325l2.125-2.125q.15-.15.325-.212t.375-.063t.375.063t.325.212l5.1 5.1q.15.15.213.325t.062.375t-.062.375t-.213.325L19.55 21.7q-.15.15-.325.213t-.375.062M5.125 22q-.2 0-.387-.075T4.4 21.7l-2.1-2.1q-.15-.15-.225-.338T2 18.876t.075-.375t.225-.325l5.3-5.3h2.125l.85-.85L6.45 7.9H5.025L2 4.875L4.825 2.05L7.85 5.075V6.5l4.125 4.125l2.9-2.9L13.8 6.65l1.4-1.4h-2.825l-.7-.7L15.225 1l.7.7v2.825l1.4-1.4l3.55 3.55q.425.425.65.963t.225 1.137t-.225 1.15t-.65.975L18.75 8.775l-1.4 1.4l-1.05-1.05l-5.175 5.175v2.1l-5.3 5.3q-.15.15-.325.225T5.125 22`})})}function ii(e){return U(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:`1rem`,height:`1rem`,viewBox:`0 0 24 24`,...e,children:U(`path`,{fill:`currentColor`,fillRule:`evenodd`,d:`M16 9V4h2V2H6v2h2v5c0 1.66-1.34 3-3 3v2h5.97v7l1 1l1-1v-7H19v-2c-1.66 0-3-1.34-3-3`})})}function ai(e){return U(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:`1em`,height:`1em`,viewBox:`0 0 24 24`,...e,children:U(`path`,{fill:`currentColor`,d:`M20 6c.58 0 1.05.2 1.42.59c.38.41.58.86.58 1.41v11c0 .55-.2 1-.58 1.41c-.37.39-.84.59-1.42.59H4c-.58 0-1.05-.2-1.42-.59C2.2 20 2 19.55 2 19V8c0-.55.2-1 .58-1.41C2.95 6.2 3.42 6 4 6h4V4c0-.58.2-1.05.58-1.42C8.95 2.2 9.42 2 10 2h4c.58 0 1.05.2 1.42.58c.38.37.58.84.58 1.42v2zM4 8v11h16V8zm10-2V4h-4v2z`})})}var oi=e=>U(ce,{...e}),si={"styled-label-md":`_styled-label-md_jbn3o_1`,"styled-label-base":`_styled-label-base_jbn3o_10`,"styled-label-lg":`_styled-label-lg_jbn3o_19`,"styled-label-xl":`_styled-label-xl_jbn3o_27`},ci=({size:e})=>{switch(e){case`md`:return si[`styled-label-md`];case`lg`:return si[`styled-label-lg`];case`xl`:return si[`styled-label-xl`];default:return si[`styled-label-base`]}},li=({title:e,onClick:t,className:n,dataTest:r,size:i=`base`})=>U(`div`,{className:G(ci({size:i}),n),onClick:t,"data-testid":r,children:e});function ui(e){return U(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:`1em`,height:`1em`,viewBox:`0 0 24 24`,...e,children:U(`path`,{fill:`currentColor`,d:`M7.41 8.58L12 13.17l4.59-4.59L18 10l-6 6l-6-6z`})})}var di={root:`_root_1mn42_1`,watermark:`_watermark_1mn42_11`,watermarkText:`_watermarkText_1mn42_25`,label:`_label_1mn42_36`,trigger:`_trigger_1mn42_42`,chevron:`_chevron_1mn42_55`,chevronOpen:`_chevronOpen_1mn42_61`},fi=({label:e,tooltip:t})=>{let[n,r]=p(!1);return W(`div`,{className:di.root,children:[U(`div`,{className:di.watermark,children:U(`span`,{className:di.watermarkText,children:`AI`})}),e&&U(`span`,{className:di.label,children:e}),t&&U(q,{arrow:!0,disableFocusListener:!0,disableHoverListener:!0,disableTouchListener:!0,onClose:()=>r(!1),open:n,title:t,children:U(`button`,{"aria-expanded":n,"aria-label":`Toggle AI disclosure tooltip`,className:di.trigger,onClick:()=>r(e=>!e),type:`button`,children:U(ui,{className:G(di.chevron,n&&di.chevronOpen),height:16,width:16})})})]})},pi={"asma-ui-core-button":`_asma-ui-core-button_5sru5_1`,contained:`_contained_5sru5_6`,common:`_common_5sru5_6`,medium:`_medium_5sru5_47`,small:`_small_5sru5_52`,large:`_large_5sru5_57`,error:`_error_5sru5_67`,outlined:`_outlined_5sru5_128`,text:`_text_5sru5_250`,textGray:`_textGray_5sru5_372`,textWhite:`_textWhite_5sru5_433`},mi={contained:pi.contained,outlined:pi.outlined,text:pi.text,textGray:pi.textGray,textWhite:pi.textWhite,large:pi.large,small:pi.small,medium:pi.medium,error:pi.error,common:pi.common},Y=({variant:e=`contained`,className:t=``,size:n=`medium`,children:r,refLink:i,startIcon:a,endIcon:o,dataTest:s,error:c,...l})=>{let u=n===`large`||n===`medium`,d=c?`error`:`common`;return W(`button`,{...l,className:G(pi[`asma-ui-core-button`],mi[e],mi[d],mi[n],t),ref:i,"data-testid":s,children:[a,r&&U(`div`,{style:{overflow:`hidden`,textOverflow:`ellipsis`,whiteSpace:`nowrap`,display:`flex`,alignItems:`center`,justifyContent:`center`,gap:u?`8px`:`4px`,paddingLeft:u?`8px`:`4px`,paddingRight:u?`8px`:`4px`},children:r}),o]})},hi={"styled-dialog-root":`_styled-dialog-root_1st3i_1`,"styled-top-header":`_styled-top-header_1st3i_6`,"styled-dialog-close":`_styled-dialog-close_1st3i_13`,"styled-dialog-info":`_styled-dialog-info_1st3i_20`,"styled-dialog-label":`_styled-dialog-label_1st3i_27`,"styled-dialog-title":`_styled-dialog-title_1st3i_37`};function gi(e){function t(){return window.matchMedia(e).matches}function n(t){let n=window.matchMedia(e);return n.addEventListener(`change`,t),()=>{n.removeEventListener(`change`,t)}}return function(){return m(n,t)}}var _i=gi(`(max-width: 743px)`),vi=({onCloseText:e,children:t,dataTest:n,showCloseIcon:r=!0,dialogLabel:i,dialogTitle:a,dialogHeaderNode:o,...s})=>{let c=_i();return W(S,{"data-testid":n,"aria-label":n,style:{zIndex:999,...s.style},fullScreen:c?!0:s.fullScreen,...s,children:[U(`div`,{className:hi[`styled-dialog-root`],children:i||a||r?W(`div`,{className:hi[`styled-top-header`],children:[W(`div`,{className:hi[`styled-dialog-info`],children:[i&&U(`div`,{className:hi[`styled-dialog-label`],children:i}),a&&U(`div`,{className:hi[`styled-dialog-title`],children:a})]}),r&&W(`div`,{className:hi[`styled-dialog-close`],children:[o,U(Y,{dataTest:`close-button-${n}`,variant:`textGray`,size:`small`,endIcon:U(de,{width:20,height:20}),onClick:e=>{s.onClose&&s.onClose(e,`escapeKeyDown`)},style:{color:`var(--colors-grey-800)`,paddingRight:`6px`,paddingLeft:`6px`},children:e})]})]}):null}),t]})},yi={"styled-dialog-actions-root":`_styled-dialog-actions-root_3l3r7_1`,"styled-dialog-actions":`_styled-dialog-actions_3l3r7_1`,"action-button-wrapper":`_action-button-wrapper_3l3r7_17`},bi=e=>U(C,{...e,"data-testid":`styled-dialog-actions`,classes:{...e.classes,root:yi[`styled-dialog-actions-root`]},children:U(`div`,{className:K(yi[`styled-dialog-actions`],e.className),children:n.Children.map(e.children,e=>U(`div`,{className:yi[`action-button-wrapper`],children:e}))})}),xi={"styled-dialog-content":`_styled-dialog-content_d2vki_1`},Si=({children:e,classes:t,className:n,...r})=>U(w,{...r,"data-test":`styled-dialog-content`,classes:{...t,root:xi[`styled-dialog-content`]},className:n,children:e}),Ci={"styled-dialog-title-root":`_styled-dialog-title-root_mcspk_1`},wi=({children:e,...t})=>e?U(T,{...t,"data-testid":`styled-dialog-title`,classes:{...t.classes,root:Ci[`styled-dialog-title-root`]},children:e}):null;function Ti(e){return U(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:`1em`,height:`1em`,viewBox:`0 0 24 24`,...e,children:U(`path`,{fill:`currentColor`,d:`M7 9H2V7h5zm0 3H2v2h5zm13.59 7l-3.83-3.83c-.8.52-1.74.83-2.76.83c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5c0 1.02-.31 1.96-.83 2.75L22 17.59zM17 11c0-1.65-1.35-3-3-3s-3 1.35-3 3s1.35 3 3 3s3-1.35 3-3M2 19h10v-2H2z`})})}var Ei=({emptyText:e,isEmpty:t=!0,className:n=``})=>t?W(`div`,{"data-testid":`empty-page-container`,className:`flex h-full min-h-[106px] w-full animate-opacity-in items-center justify-center gap-2 text-sm text-gray-600 duration-300 ${n}`,children:[U(Ti,{"data-testid":`empty-page-icon`,width:24,height:24,className:`cursor-default text-gray-600`}),U(`span`,{className:`font-normal`,children:e})]}):null;function Di(e){return U(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:`1em`,height:`1em`,viewBox:`0 0 24 24`,...e,children:U(`path`,{fill:`currentColor`,d:`M10.83 8H21V6H8.83zm5 5H18v-2h-4.17zM14 16.83V18h-4v-2h3.17l-3-3H6v-2h2.17l-3-3H3V6h.17L1.39 4.22L2.8 2.81l18.38 18.38l-1.41 1.41z`})})}var Oi={en:{emptyText:`No data`,filterTitle:`Your information is currently filtered.`,filteredDescription:`Reset filters to see all results`,defaultFilteredDescription:`Reset filters to see default results`,resetButtonText:`Reset filters`},no:{emptyText:`Ingen data`,filterTitle:`Din informasjon er filtrert.`,filteredDescription:`Nullstill filtre for å se alle resultater`,defaultFilteredDescription:`Nullstill filtre for å se standard resultater`,resetButtonText:`Nullstill filtre`}},ki=({dataTest:e,emptyText:t,locale:n=`en`,isFiltered:r=!1,filteredByDefault:i=!1,filterTitle:a,filteredDescription:o,resetButtonText:s,onResetFilters:c,actionIcon:l=U(Di,{width:24,height:24,color:`currentColor`}),className:u,emptyPageClassName:d,filterContentClassName:f,resetButtonClassName:p})=>{let m=Oi[n]??Oi.en,h=t??m.emptyText,g=a??m.filterTitle,_=i?m.defaultFilteredDescription:o??m.filteredDescription,v=s??m.resetButtonText;return W(`div`,{"data-test":e,className:K(`flex size-full flex-col items-center justify-center gap-4 py-4 text-center`,u),children:[U(`div`,{children:U(Ei,{isEmpty:!0,emptyText:h,className:K(`py-6`,d)})}),r&&W(`div`,{className:K(`flex flex-col items-center gap-2`,f),children:[U(`div`,{className:`font-semibold text-delta-800`,children:g}),U(`div`,{className:`text-delta-600`,children:_}),c&&U(Y,{size:`small`,variant:`text`,dataTest:`${e}-reset`,onClick:c,startIcon:l,className:K(`inline-flex items-center text-gama-700 hover:text-gama-800`,p),children:U(`span`,{children:v})})]})]})},Ai={small:16,medium:24,large:32},ji=({isLoading:e,className:t=``,size:n=`medium`})=>{if(!e)return null;let r=Ai[n];return U(`div`,{className:G(`flex h-[50px] w-full animate-opacity-appear-3 items-center justify-center text-gama-500`,t),children:U(ge,{width:r,height:r})})},Mi;process.env.NODE_ENV!==`production`&&(Mi=new Set);function Ni(...e){if(process.env.NODE_ENV!==`production`){let t=e.join(` `);Mi.has(t)||(Mi.add(t),console.error(`Base UI: ${t}`))}}function Pi({controlled:e,default:n,name:r,state:i=`value`}){let{current:a}=t.useRef(e!==void 0),[o,s]=t.useState(n),c=a?e:o;if(process.env.NODE_ENV!==`production`){t.useEffect(()=>{a!==(e!==void 0)&&Ni([`A component is changing the ${a?``:`un`}controlled ${i} state of ${r} to be ${a?`un`:``}controlled.`,`Elements should not switch from uncontrolled to controlled (or vice versa).`,`Decide between using a controlled or uncontrolled ${r} element for the lifetime of the component.`,"The nature of the state is determined during the first render. It's considered controlled if the value is not `undefined`.",`More info: https://fb.me/react-controlled-components`].join(`
|
|
2
2
|
`))},[i,r,e]);let{current:o}=t.useRef(n);t.useEffect(()=>{!a&&Fi(o)!==Fi(n)&&Ni([`A component is changing the default ${i} state of an uncontrolled ${r} after being initialized. To suppress this warning opt to use a controlled ${r}.`].join(`
|
|
3
3
|
`))},[n])}return[c,t.useCallback(e=>{a||s(e)},[])]}function Fi(e){let t=0,n=new WeakMap;try{return JSON.stringify(e,function(e,r){if(!(e===`_owner`&&this!=null&&typeof this==`object`&&`$$typeof`in this)){if(typeof r==`bigint`)return`__bigint__:${r}`;if(typeof r==`object`&&r){let e=n.get(r);if(e!==void 0)return`__object__:${e}`;n.set(r,t),t+=1}return r}})??`__top__:${typeof e}`}catch{return`__unserializable__`}}var Ii={};function Li(e,n){let r=t.useRef(Ii);return r.current===Ii&&(r.current=e(n)),r}var Ri=t[`useInsertionEffect${Math.random().toFixed(1)}`.slice(0,-3)],zi=Ri&&Ri!==t.useLayoutEffect?Ri:e=>e();function X(e){let t=Li(Bi).current;return t.next=e,zi(t.effect),t.trampoline}function Bi(){let e={next:void 0,callback:Vi,trampoline:(...t)=>e.callback?.(...t),effect:()=>{e.callback=e.next}};return e}function Vi(){if(process.env.NODE_ENV!==`production`)throw Error(`Base UI: Cannot call an event handler while rendering.`)}var Z=typeof document<`u`?t.useLayoutEffect:()=>{},Hi;process.env.NODE_ENV!==`production`&&(Hi=new Set);function Ui(...e){if(process.env.NODE_ENV!==`production`){let t=e.join(` `);Hi.has(t)||(Hi.add(t),console.warn(`Base UI: ${t}`))}}var Wi=t.createContext({register:()=>{},unregister:()=>{},subscribeMapChange:()=>()=>{},elementsRef:{current:[]},nextIndexRef:{current:0}});process.env.NODE_ENV!==`production`&&(Wi.displayName=`CompositeListContext`);function Gi(){return t.useContext(Wi)}function Ki(e){let{children:n,elementsRef:r,labelsRef:i,onMapChange:a}=e,o=X(a),s=t.useRef(0),c=Li(Ji).current,l=Li(qi).current,[u,d]=t.useState(0),f=t.useRef(u),p=X((e,t)=>{l.set(e,t??null),f.current+=1,d(f.current)}),m=X(e=>{l.delete(e),f.current+=1,d(f.current)}),h=t.useMemo(()=>{let e=new Map;return Array.from(l.keys()).filter(e=>e.isConnected).sort(Yi).forEach((t,n)=>{let r=l.get(t)??{};e.set(t,{...r,index:n})}),e},[l,u]);Z(()=>{if(typeof MutationObserver!=`function`||h.size===0)return;let e=new MutationObserver(e=>{let t=new Set,n=e=>t.has(e)?t.delete(e):t.add(e);e.forEach(e=>{e.removedNodes.forEach(n),e.addedNodes.forEach(n)}),t.size===0&&(f.current+=1,d(f.current))});return h.forEach((t,n)=>{n.parentElement&&e.observe(n.parentElement,{childList:!0})}),()=>{e.disconnect()}},[h]),Z(()=>{f.current===u&&(r.current.length!==h.size&&(r.current.length=h.size),i&&i.current.length!==h.size&&(i.current.length=h.size),s.current=h.size),o(h)},[o,h,r,i,u]),Z(()=>()=>{r.current=[]},[r]),Z(()=>()=>{i&&(i.current=[])},[i]);let g=X(e=>(c.add(e),()=>{c.delete(e)}));Z(()=>{c.forEach(e=>e(h))},[c,h]);let _=t.useMemo(()=>({register:p,unregister:m,subscribeMapChange:g,elementsRef:r,labelsRef:i,nextIndexRef:s}),[p,m,g,r,i,s]);return U(Wi.Provider,{value:_,children:n})}function qi(){return new Map}function Ji(){return new Set}function Yi(e,t){let n=e.compareDocumentPosition(t);return n&Node.DOCUMENT_POSITION_FOLLOWING||n&Node.DOCUMENT_POSITION_CONTAINED_BY?-1:n&Node.DOCUMENT_POSITION_PRECEDING||n&Node.DOCUMENT_POSITION_CONTAINS?1:0}var Xi=t.createContext(void 0);process.env.NODE_ENV!==`production`&&(Xi.displayName=`DirectionContext`);function Zi(){return t.useContext(Xi)?.direction??`ltr`}function Qi(e,t){return function(n,...r){let i=new URL(e);return i.searchParams.set(`code`,n.toString()),r.forEach(e=>i.searchParams.append(`args[]`,e)),`${t} error #${n}; visit ${i} for the full message.`}}var $i=Qi(`https://base-ui.com/production-error`,`Base UI`),ea=t.createContext(void 0);process.env.NODE_ENV!==`production`&&(ea.displayName=`AccordionRootContext`);function ta(){let e=t.useContext(ea);if(e===void 0)throw Error(process.env.NODE_ENV===`production`?$i(10):`Base UI: AccordionRootContext is missing. Accordion parts must be placed within <Accordion.Root>.`);return e}function na(e,t,n,r){let i=Li(ia).current;return aa(i,e,t,n,r)&&sa(i,[e,t,n,r]),i.callback}function ra(e){let t=Li(ia).current;return oa(t,e)&&sa(t,e),t.callback}function ia(){return{callback:null,cleanup:null,refs:[]}}function aa(e,t,n,r,i){return e.refs[0]!==t||e.refs[1]!==n||e.refs[2]!==r||e.refs[3]!==i}function oa(e,t){return e.refs.length!==t.length||e.refs.some((e,n)=>e!==t[n])}function sa(e,t){if(e.refs=t,t.every(e=>e==null)){e.callback=null;return}e.callback=n=>{if(e.cleanup&&=(e.cleanup(),null),n!=null){let r=Array(t.length).fill(null);for(let e=0;e<t.length;e+=1){let i=t[e];if(i!=null)switch(typeof i){case`function`:{let t=i(n);typeof t==`function`&&(r[e]=t);break}case`object`:i.current=n;break;default:}}e.cleanup=()=>{for(let e=0;e<t.length;e+=1){let n=t[e];if(n!=null)switch(typeof n){case`function`:{let t=r[e];typeof t==`function`?t():n(null);break}case`object`:n.current=null;break;default:}}}}}}var ca=parseInt(t.version,10);function la(e){return ca>=e}function ua(e){if(!t.isValidElement(e))return null;let n=e,r=n.props;return(la(19)?r?.ref:n.ref)??null}function da(e,t){if(e&&!t)return e;if(!e&&t)return t;if(e||t)return{...e,...t}}function Q(){}var fa=Object.freeze([]),pa=Object.freeze({});function ma(e,t){let n={};for(let r in e){let i=e[r];if(t?.hasOwnProperty(r)){let e=t[r](i);e!=null&&Object.assign(n,e);continue}i===!0?n[`data-${r.toLowerCase()}`]=``:i&&(n[`data-${r.toLowerCase()}`]=i.toString())}return n}function ha(e,t){return typeof e==`function`?e(t):e}function ga(e,t){return typeof e==`function`?e(t):e}var _a={};function va(e,t,n,r,i){if(!n&&!r&&!i&&!e)return ba(t);let a=ba(e);return t&&(a=xa(a,t)),n&&(a=xa(a,n)),r&&(a=xa(a,r)),i&&(a=xa(a,i)),a}function ya(e){if(e.length===0)return _a;if(e.length===1)return ba(e[0]);let t=ba(e[0]);for(let n=1;n<e.length;n+=1)t=xa(t,e[n]);return t}function ba(e){return Ta(e)?{...Ea(e,_a)}:Sa(e)}function xa(e,t){return Ta(t)?Ea(t,e):Ca(e,t)}function Sa(e){let t={...e};for(let e in t){let n=t[e];wa(e,n)&&(t[e]=Oa(n))}return t}function Ca(e,t){if(!t)return e;for(let n in t){let r=t[n];switch(n){case`style`:e[n]=da(e.style,r);break;case`className`:e[n]=Aa(e.className,r);break;default:wa(n,r)?e[n]=Da(e[n],r):e[n]=r}}return e}function wa(e,t){let n=e.charCodeAt(0),r=e.charCodeAt(1),i=e.charCodeAt(2);return n===111&&r===110&&i>=65&&i<=90&&(typeof t==`function`||t===void 0)}function Ta(e){return typeof e==`function`}function Ea(e,t){return Ta(e)?e(t):e??_a}function Da(e,t){return t?e?(...n)=>{let r=n[0];if(ja(r)){let i=r;ka(i);let a=t(...n);return i.baseUIHandlerPrevented||e?.(...n),a}let i=t(...n);return e?.(...n),i}:Oa(t):e}function Oa(e){return e&&((...t)=>{let n=t[0];return ja(n)&&ka(n),e(...t)})}function ka(e){return e.preventBaseUIHandler=()=>{e.baseUIHandlerPrevented=!0},e}function Aa(e,t){return t?e?t+` `+e:t:e}function ja(e){return typeof e==`object`&&!!e&&`nativeEvent`in e}function Ma(e,t,n={}){let r=t.render,i=Na(t,n);return n.enabled===!1?null:Ra(e,r,i,n.state??pa)}function Na(e,t={}){let{className:n,style:r,render:i}=e,{state:a=pa,ref:o,props:s,stateAttributesMapping:c,enabled:l=!0}=t,u=l?ha(n,a):void 0,d=l?ga(r,a):void 0,f=l?ma(a,c):pa,p=l&&s?Pa(s):void 0,m=l?da(f,p)??{}:pa;return typeof document<`u`&&(l?Array.isArray(o)?m.ref=ra([m.ref,ua(i),...o]):m.ref=na(m.ref,ua(i),o):na(null,null)),l?(u!==void 0&&(m.className=Aa(m.className,u)),d!==void 0&&(m.style=da(m.style,d)),m):pa}function Pa(e){return Array.isArray(e)?ya(e):va(void 0,e)}var Fa=Symbol.for(`react.lazy`),Ia=/^[A-Z][A-Za-z0-9$]*$/,La=/[a-z]/;function Ra(e,n,r,i){if(n){if(typeof n==`function`)return process.env.NODE_ENV!==`production`&&za(n),n(r,i);let e=va(r,n.props);e.ref=r.ref;let a=n;if(a?.$$typeof===Fa&&(a=t.Children.toArray(n)[0]),process.env.NODE_ENV!==`production`&&!t.isValidElement(a))throw Error(["Base UI: The `render` prop was provided an invalid React element as `React.isValidElement(render)` is `false`.","A valid React element must be provided to the `render` prop because it is cloned with props to replace the default element.",`https://base-ui.com/r/invalid-render-prop`].join(`
|
|
4
|
-
`));return t.cloneElement(a,e)}if(e&&typeof e==`string`)return Ba(e,r);throw Error(process.env.NODE_ENV===`production`?$i(8):`Base UI: Render element or function are not defined.`)}function za(e){let t=e.name;t.length!==0&&Ia.test(t)&&La.test(t)&&Ui(`The \`render\` prop received a function named \`${t}\` that starts with an uppercase letter.`,"This usually means a React component was passed directly as `render={Component}`.","Base UI calls `render` as a plain function, which can break the Rules of Hooks during reconciliation.",`If this is an intentional render callback, rename it to start with a lowercase letter.`,"Use `render={<Component />}` or `render={(props) => <Component {...props} />}` instead.",`https://base-ui.com/r/invalid-render-prop`)}function Ba(e,n){return e===`button`?i(`button`,{type:`button`,...n,key:n.key}):e===`img`?i(`img`,{alt:``,...n,key:n.key}):t.createElement(e,n)}var Va=`none`,Ha=`trigger-press`;function Ua(e,t,n,r){let i=!1,a=!1,o=r??pa;return{reason:e,event:t??new Event(`base-ui`),cancel(){i=!0},allowPropagation(){a=!0},get isCanceled(){return i},get isPropagationAllowed(){return a},trigger:n,...o}}var Wa={value:()=>null},Ga=t.forwardRef(function(e,n){let{render:r,className:i,disabled:a=!1,hiddenUntilFound:o,keepMounted:s,loopFocus:c=!0,onValueChange:l,multiple:u=!1,orientation:d=`vertical`,value:f,defaultValue:p,style:m,...h}=e,g=Zi();process.env.NODE_ENV!==`production`&&Z(()=>{o&&s===!1&&Ui("The `keepMounted={false}` prop on a Accordion.Root will be ignored when using `hiddenUntilFound` since it requires Panels to remain mounted when closed.")},[o,s]);let _=t.useMemo(()=>{if(f===void 0)return p??[]},[f,p]),v=X(l),y=t.useRef([]),[b,x]=Pi({controlled:f,default:_,name:`Accordion`,state:`value`}),S=X((e,t)=>{let n=Ua(Va);if(!u){let t=b[0]===e?[]:[e];if(v(t,n),n.isCanceled)return;x(t)}else if(t){let t=b.slice();if(t.push(e),v(t,n),n.isCanceled)return;x(t)}else{let t=b.filter(t=>t!==e);if(v(t,n),n.isCanceled)return;x(t)}}),C=t.useMemo(()=>({value:b,disabled:a,orientation:d}),[b,a,d]),w=t.useMemo(()=>({accordionItemRefs:y,direction:g,disabled:a,handleValueChange:S,hiddenUntilFound:o??!1,keepMounted:s??!1,loopFocus:c,orientation:d,state:C,value:b}),[g,a,S,o,s,c,d,C,b]),T=Ma(`div`,e,{state:C,ref:n,props:[{dir:g,role:`region`},h],stateAttributesMapping:Wa});return U(ea.Provider,{value:w,children:U(Ki,{elementsRef:y,children:T})})});process.env.NODE_ENV!==`production`&&(Ga.displayName=`AccordionRoot`);var Ka={...t},qa=0;function Ja(e,n=`mui`){let[r,i]=t.useState(e),a=e||r;return t.useEffect(()=>{r??(qa+=1,i(`${n}-${qa}`))},[r,n]),a}var Ya=Ka.useId;function Xa(e,t){if(Ya!==void 0){let n=Ya();return e??(t?`${t}-${n}`:n)}return Ja(e,t)}function Za(e){return Xa(e,`base-ui`)}var Qa=[];function $a(e){t.useEffect(e,Qa)}var eo=null,to=globalThis.requestAnimationFrame,no=new class{callbacks=[];callbacksCount=0;nextId=1;startId=1;isScheduled=!1;tick=e=>{this.isScheduled=!1;let t=this.callbacks,n=this.callbacksCount;if(this.callbacks=[],this.callbacksCount=0,this.startId=this.nextId,n>0)for(let n=0;n<t.length;n+=1)t[n]?.(e)};request(e){let t=this.nextId;this.nextId+=1,this.callbacks.push(e),this.callbacksCount+=1;let n=process.env.NODE_ENV!==`production`&&to!==requestAnimationFrame&&(to=requestAnimationFrame,!0);return(!this.isScheduled||n)&&(requestAnimationFrame(this.tick),this.isScheduled=!0),t}cancel(e){let t=e-this.startId;t<0||t>=this.callbacks.length||(this.callbacks[t]=null,--this.callbacksCount)}},$=class e{static create(){return new e}static request(e){return no.request(e)}static cancel(e){return no.cancel(e)}currentId=eo;request(e){this.cancel(),this.currentId=no.request(()=>{this.currentId=eo,e()})}cancel=()=>{this.currentId!==eo&&(no.cancel(this.currentId),this.currentId=eo)};disposeEffect=()=>this.cancel};function ro(){let e=Li($.create).current;return $a(e.disposeEffect),e}function io(e){return e==null?e:`current`in e?e.current:e}var ao=function(e){return e.startingStyle=`data-starting-style`,e.endingStyle=`data-ending-style`,e}({}),oo={[ao.startingStyle]:``},so={[ao.endingStyle]:``},co={transitionStatus(e){return e===`starting`?oo:e===`ending`?so:null}};function lo(e,t=!1,n=!0){let r=ro();return X((i,a=null)=>{r.cancel();let o=io(e);if(o==null)return;let s=o,c=()=>{be.flushSync(i)};if(typeof s.getAnimations!=`function`||globalThis.BASE_UI_ANIMATIONS_DISABLED){i();return}function l(){Promise.all(s.getAnimations().map(e=>e.finished)).then(()=>{a?.aborted||c()}).catch(()=>{if(n){a?.aborted||c();return}let e=s.getAnimations();!a?.aborted&&e.length>0&&e.some(e=>e.pending||e.playState!==`finished`)&&l()})}if(t){let e=ao.startingStyle;if(!s.hasAttribute(e)){r.request(l);return}let t=new MutationObserver(()=>{s.hasAttribute(e)||(t.disconnect(),l())});t.observe(s,{attributes:!0,attributeFilter:[e]}),a?.addEventListener(`abort`,()=>t.disconnect(),{once:!0});return}r.request(l)})}function uo(e,n=!1,r=!1){let[i,a]=t.useState(e&&n?`idle`:void 0),[o,s]=t.useState(e);return e&&!o&&(s(!0),a(`starting`)),!e&&o&&i!==`ending`&&!r&&a(`ending`),!e&&!o&&i===`ending`&&a(void 0),Z(()=>{if(!e&&o&&i!==`ending`&&r){let e=$.request(()=>{a(`ending`)});return()=>{$.cancel(e)}}},[e,o,i,r]),Z(()=>{if(!e||n)return;let t=$.request(()=>{a(void 0)});return()=>{$.cancel(t)}},[n,e]),Z(()=>{if(!e||!n)return;e&&o&&i!==`idle`&&a(`starting`);let t=$.request(()=>{a(`idle`)});return()=>{$.cancel(t)}},[n,e,o,i]),{mounted:o,setMounted:s,transitionStatus:i}}function fo(e){let{open:n,defaultOpen:r,onOpenChange:i,disabled:a}=e,o=n!==void 0,[s,c]=Pi({controlled:n,default:r,name:`Collapsible`,state:`open`}),{mounted:l,setMounted:u,transitionStatus:d}=uo(s,!0,!0),[f,p]=t.useState(s),[{height:m,width:h},g]=t.useState({height:void 0,width:void 0}),_=Za(),[v,y]=t.useState(),b=v??_,[x,S]=t.useState(!1),[C,w]=t.useState(!1),T=t.useRef(null),E=t.useRef(null),D=t.useRef(null),O=t.useRef(null),k=lo(O,!1),A=X(e=>{let t=!s,n=Ua(Ha,e.nativeEvent);if(i(t,n),n.isCanceled)return;let r=O.current;E.current===`css-animation`&&r!=null&&r.style.removeProperty(`animation-name`),!x&&!C&&(E.current!=null&&E.current!==`css-animation`&&!l&&t&&u(!0),E.current===`css-animation`&&(!f&&t&&p(!0),!l&&t&&u(!0))),c(t),E.current===`none`&&l&&!t&&u(!1)});return Z(()=>{o&&E.current===`none`&&!s&&u(!1)},[o,s,n,u]),t.useMemo(()=>({abortControllerRef:T,animationTypeRef:E,disabled:a,handleTrigger:A,height:m,mounted:l,open:s,panelId:b,panelRef:O,runOnceAnimationsFinish:k,setDimensions:g,setHiddenUntilFound:S,setKeepMounted:w,setMounted:u,setOpen:c,setPanelIdState:y,setVisible:p,transitionDimensionRef:D,transitionStatus:d,visible:f,width:h}),[T,E,a,A,m,l,s,b,O,k,g,S,w,u,c,p,D,d,f,h])}var po=t.createContext(void 0);process.env.NODE_ENV!==`production`&&(po.displayName=`CollapsibleRootContext`);function mo(){let e=t.useContext(po);if(e===void 0)throw Error(process.env.NODE_ENV===`production`?$i(15):`Base UI: CollapsibleRootContext is missing. Collapsible parts must be placed within <Collapsible.Root>.`);return e}var ho=function(e){return e[e.None=0]=`None`,e[e.GuessFromOrder=1]=`GuessFromOrder`,e}({});function go(e={}){let{label:n,metadata:r,textRef:i,indexGuessBehavior:a,index:o}=e,{register:s,unregister:c,subscribeMapChange:l,elementsRef:u,labelsRef:d,nextIndexRef:f}=Gi(),p=t.useRef(-1),[m,h]=t.useState(o??(a===ho.GuessFromOrder?()=>{if(p.current===-1){let e=f.current;f.current+=1,p.current=e}return p.current}:-1)),g=t.useRef(null),_=t.useCallback(e=>{if(g.current=e,m!==-1&&e!==null&&(u.current[m]=e,d)){let t=n!==void 0;d.current[m]=t?n:i?.current?.textContent??e.textContent}},[m,u,d,n,i]);return Z(()=>{if(o!=null)return;let e=g.current;if(e)return s(e,r),()=>{c(e)}},[o,s,c,r]),Z(()=>{if(o==null)return l(e=>{let t=g.current?e.get(g.current)?.index:null;t!=null&&h(t)})},[o,l,h]),t.useMemo(()=>({ref:_,index:m}),[m,_])}var _o=t.createContext(void 0);process.env.NODE_ENV!==`production`&&(_o.displayName=`AccordionItemContext`);function vo(){let e=t.useContext(_o);if(e===void 0)throw Error(process.env.NODE_ENV===`production`?$i(9):`Base UI: AccordionItemContext is missing. Accordion parts must be placed within <Accordion.Item>.`);return e}var yo=function(e){return e.open=`data-open`,e.closed=`data-closed`,e[e.startingStyle=ao.startingStyle]=`startingStyle`,e[e.endingStyle=ao.endingStyle]=`endingStyle`,e}({}),bo=function(e){return e.panelOpen=`data-panel-open`,e}({}),xo={[yo.open]:``},So={[yo.closed]:``},Co={open(e){return e?{[bo.panelOpen]:``}:null}},wo={open(e){return e?xo:So}},To=function(e){return e.index=`data-index`,e.disabled=`data-disabled`,e.open=`data-open`,e}({}),Eo={...wo,index:e=>Number.isInteger(e)?{[To.index]:String(e)}:null,...co,value:()=>null},Do=t.forwardRef(function(e,n){let{className:r,disabled:i=!1,onOpenChange:a,render:o,value:s,style:c,...l}=e,{ref:u,index:d}=go(),f=na(n,u),{disabled:p,handleValueChange:m,state:h,value:g}=ta(),_=Za(),v=s??_,y=i||p,b=t.useMemo(()=>{if(!g)return!1;for(let e=0;e<g.length;e+=1)if(g[e]===v)return!0;return!1},[g,v]),x=X((e,t)=>{a?.(e,t),!t.isCanceled&&m(v,e)}),S=fo({open:b,onOpenChange:x,disabled:y}),C=t.useMemo(()=>({open:S.open,disabled:S.disabled,hidden:!S.mounted,transitionStatus:S.transitionStatus}),[S.open,S.disabled,S.mounted,S.transitionStatus]),w=t.useMemo(()=>({...S,onOpenChange:x,state:C}),[S,C,x]),T=t.useMemo(()=>({...h,index:d,disabled:y,open:b}),[y,d,b,h]),[E,D]=t.useState(Za()),O=t.useMemo(()=>({open:b,state:T,setTriggerId:D,triggerId:E}),[b,T,D,E]),k=Ma(`div`,e,{state:T,ref:f,props:l,stateAttributesMapping:Eo});return U(po.Provider,{value:w,children:U(_o.Provider,{value:O,children:k})})});process.env.NODE_ENV!==`production`&&(Do.displayName=`AccordionItem`);var Oo=t.forwardRef(function(e,t){let{render:n,className:r,style:i,...a}=e,{state:o}=vo();return Ma(`h3`,e,{state:o,ref:t,props:a,stateAttributesMapping:Eo})});process.env.NODE_ENV!==`production`&&(Oo.displayName=`AccordionHeader`);function ko(e){return e==null||e.hasAttribute(`disabled`)||e.getAttribute(`aria-disabled`)===`true`}function Ao(){return typeof window<`u`}function jo(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Mo(e){return Ao()?e instanceof Element||e instanceof jo(e).Element:!1}function No(e){return Ao()?e instanceof HTMLElement||e instanceof jo(e).HTMLElement:!1}function Po(e){return!Ao()||typeof ShadowRoot>`u`?!1:e instanceof ShadowRoot||e instanceof jo(e).ShadowRoot}function Fo(e){return jo(e).getComputedStyle(e)}var Io=t.createContext(void 0);process.env.NODE_ENV!==`production`&&(Io.displayName=`CompositeRootContext`);function Lo(e=!1){let n=t.useContext(Io);if(n===void 0&&!e)throw Error(process.env.NODE_ENV===`production`?$i(16):`Base UI: CompositeRootContext is missing. Composite parts must be placed within <Composite.Root>.`);return n}function Ro(e){let{focusableWhenDisabled:n,disabled:r,composite:i=!1,tabIndex:a=0,isNativeButton:o}=e,s=i&&n!==!1,c=i&&n===!1;return{props:t.useMemo(()=>{let e={onKeyDown(e){r&&n&&e.key!==`Tab`&&e.preventDefault()}};return i||(e.tabIndex=a,!o&&r&&(e.tabIndex=n?a:-1)),(o&&(n||s)||!o&&r)&&(e[`aria-disabled`]=r),o&&(!n||c)&&(e.disabled=r),e},[i,r,n,s,c,o,a])}}function zo(e={}){let{disabled:n=!1,focusableWhenDisabled:r,tabIndex:i=0,native:a=!0,composite:o}=e,s=t.useRef(null),c=Lo(!0),l=o??c!==void 0,{props:u}=Ro({focusableWhenDisabled:r,disabled:n,composite:l,tabIndex:i,isNativeButton:a});process.env.NODE_ENV!==`production`&&t.useEffect(()=>{if(!s.current)return;let e=Bo(s.current);a?e||Ni(`A component that acts as a button expected a native <button> because the \`nativeButton\` prop is true. Rendering a non-<button> removes native button semantics, which can impact forms and accessibility. Use a real <button> in the \`render\` prop, or set \`nativeButton\` to \`false\`.${Ka.captureOwnerStack?.()||``}`):e&&Ni(`A component that acts as a button expected a non-<button> because the \`nativeButton\` prop is false. Rendering a <button> keeps native behavior while Base UI applies non-native attributes and handlers, which can add unintended extra attributes (such as \`role\` or \`aria-disabled\`). Use a non-<button> in the \`render\` prop, or set \`nativeButton\` to \`true\`.${Ka.captureOwnerStack?.()||``}`)},[a]);let d=t.useCallback(()=>{let e=s.current;Bo(e)&&l&&n&&u.disabled===void 0&&e.disabled&&(e.disabled=!1)},[n,u.disabled,l]);return Z(d,[d]),{getButtonProps:t.useCallback((e={})=>{let{onClick:t,onMouseDown:r,onKeyUp:i,onKeyDown:o,onPointerDown:s,...c}=e;return va({type:a?`button`:void 0,onClick(e){if(n){e.preventDefault();return}t?.(e)},onMouseDown(e){n||r?.(e)},onKeyDown(e){if(n||(ka(e),o?.(e),e.baseUIHandlerPrevented))return;let r=e.target===e.currentTarget,i=e.currentTarget,s=Bo(i),c=!a&&Vo(i),u=r&&(a?s:!c),d=e.key===`Enter`,f=e.key===` `,p=i.getAttribute(`role`),m=p?.startsWith(`menuitem`)||p===`option`||p===`gridcell`;if(r&&l&&f){if(e.defaultPrevented&&m)return;e.preventDefault(),c||a&&s?(i.click(),e.preventBaseUIHandler()):u&&(t?.(e),e.preventBaseUIHandler());return}u&&(!a&&(f||d)&&e.preventDefault(),!a&&d&&t?.(e))},onKeyUp(e){if(!n){if(ka(e),i?.(e),e.target===e.currentTarget&&a&&l&&Bo(e.currentTarget)&&e.key===` `){e.preventDefault();return}e.baseUIHandlerPrevented||e.target===e.currentTarget&&!a&&!l&&e.key===` `&&t?.(e)}},onPointerDown(e){if(n){e.preventDefault();return}s?.(e)}},a?void 0:{role:`button`},u,c)},[n,u,l,a]),buttonRef:X(e=>{s.current=e,d()})}}function Bo(e){return No(e)&&e.tagName===`BUTTON`}function Vo(e){return!!(e?.tagName===`A`&&e?.href)}function Ho(e,t){if(!e||!t)return!1;let n=t.getRootNode?.();if(e.contains(t))return!0;if(n&&Po(n)){let n=t;for(;n;){if(e===n)return!0;n=n.parentNode||n.host}}return!1}function Uo(e){return`composedPath`in e?e.composedPath()[0]:e.target}function Wo(e){e.preventDefault(),e.stopPropagation()}var Go=Math.floor;function Ko(e,t,n){return Math.floor(e/t)!==n}function qo(e,t){return t<0||t>=e.length}function Jo(e,t){return Xo(e.current,{disabledIndices:t})}function Yo(e,t){return Xo(e.current,{decrement:!0,startingIndex:e.current.length,disabledIndices:t})}function Xo(e,{startingIndex:t=-1,decrement:n=!1,disabledIndices:r,amount:i=1}={}){let a=t;do a+=n?-i:i;while(a>=0&&a<=e.length-1&&ts(e,a,r));return a}function Zo(e,{event:t,orientation:n,loopFocus:r,onLoop:i,rtl:a,cols:o,disabledIndices:s,minIndex:c,maxIndex:l,prevIndex:u,stopEvent:d=!1}){let f=u,p;if(t.key===`ArrowUp`?p=`up`:t.key===`ArrowDown`&&(p=`down`),p){let n=[],a=[],m=!1,h=0;{let t=null,r=-1;e.forEach((e,i)=>{if(e==null)return;h+=1;let o=e.closest(`[role="row"]`);o&&(m=!0),(o!==t||r===-1)&&(t=o,r+=1,n[r]=[]),n[r].push(i),a[i]=r})}let g=!1,_=0;if(m)for(let e of n){let t=e.length;t>_&&(_=t),t!==o&&(g=!0)}let v=g&&h<e.length,y=_||o,b=o=>{if(!g||u===-1)return;let c=a[u];if(c==null)return;let l=n[c].indexOf(u),d=o===`up`?-1:1;for(let o=c+d,f=0;f<n.length;f+=1,o+=d){if(o<0||o>=n.length){if(!r||v)return;if(o=o<0?n.length-1:0,i){let e=Math.min(l,n[o].length-1);o=a[i(t,u,n[o][e]??n[o][0])]??o}}let c=n[o];for(let t=Math.min(l,c.length-1);t>=0;--t){let n=c[t];if(!ts(e,n,s))return n}}},x=t=>{if(!v||u===-1)return;let n=u%y,i=t===`up`?-y:y,a=l-l%y,o=Go(l/y)+1;for(let t=u-n+i,c=0;c<o;c+=1,t+=i){if(t<0||t>l){if(!r)return;t=t<0?a:0}let i=Math.min(t+y-1,l);for(let r=Math.min(t+n,i);r>=t;--r)if(!ts(e,r,s))return r}};d&&Wo(t);let S=b(p)??x(p);if(S!==void 0)f=S;else if(u===-1)f=p===`up`?l:c;else if(f=Xo(e,{startingIndex:u,amount:y,decrement:p===`up`,disabledIndices:s}),r){if(p===`up`&&(u-y<c||f<0)){let e=u%y,n=l%y,r=l-(n-e);f=n===e?l:n>e?r:r-y,i&&(f=i(t,u,f))}p===`down`&&u+y>l&&(f=Xo(e,{startingIndex:u%y-y,amount:y,disabledIndices:s}),i&&(f=i(t,u,f)))}qo(e,f)&&(f=u)}if(n===`both`){let n=Go(u/o);t.key===(a?`ArrowLeft`:`ArrowRight`)&&(d&&Wo(t),u%o===o-1?r&&(f=Xo(e,{startingIndex:u-u%o-1,disabledIndices:s}),i&&(f=i(t,u,f))):(f=Xo(e,{startingIndex:u,disabledIndices:s}),r&&Ko(f,o,n)&&(f=Xo(e,{startingIndex:u-u%o-1,disabledIndices:s}),i&&(f=i(t,u,f)))),Ko(f,o,n)&&(f=u)),t.key===(a?`ArrowRight`:`ArrowLeft`)&&(d&&Wo(t),u%o===0?r&&(f=Xo(e,{startingIndex:u+(o-u%o),decrement:!0,disabledIndices:s}),i&&(f=i(t,u,f))):(f=Xo(e,{startingIndex:u,decrement:!0,disabledIndices:s}),r&&Ko(f,o,n)&&(f=Xo(e,{startingIndex:u+(o-u%o),decrement:!0,disabledIndices:s}),i&&(f=i(t,u,f)))),Ko(f,o,n)&&(f=u));let c=Go(l/o)===n;qo(e,f)&&(r&&c?(f=t.key===(a?`ArrowRight`:`ArrowLeft`)?l:Xo(e,{startingIndex:u-u%o-1,disabledIndices:s}),i&&(f=i(t,u,f))):f=u)}return f}function Qo(e,t,n){let r=[],i=0;return e.forEach(({width:e,height:a},o)=>{if(e>t&&process.env.NODE_ENV!==`production`)throw Error(`[Floating UI]: Invalid grid - item width at index ${o} is greater than grid columns`);let s=!1;for(n&&(i=0);!s;){let n=[];for(let r=0;r<e;r+=1)for(let e=0;e<a;e+=1)n.push(i+r+e*t);i%t+e<=t&&n.every(e=>r[e]==null)?(n.forEach(e=>{r[e]=o}),s=!0):i+=1}}),[...r]}function $o(e,t,n,r,i){if(e===-1)return-1;let a=n.indexOf(e),o=t[e];switch(i){case`tl`:return a;case`tr`:return o?a+o.width-1:a;case`bl`:return o?a+(o.height-1)*r:a;case`br`:return n.lastIndexOf(e);default:return-1}}function es(e,t){return t.flatMap((t,n)=>e.includes(t)?[n]:[])}function ts(e,t,n){if(typeof n==`function`?n(t):n?.includes(t)??!1)return!0;let r=e[t];return r?rs(r)?!n&&(r.hasAttribute(`disabled`)||r.getAttribute(`aria-disabled`)===`true`):!0:!1}function ns(e){return e.visibility===`hidden`||e.visibility===`collapse`}function rs(e,t=e?Fo(e):null){return!e||!e.isConnected||!t||ns(t)?!1:typeof e.checkVisibility==`function`?e.checkVisibility():t.display!==`none`&&t.display!==`contents`}var is=`ArrowUp`,as=`ArrowDown`,os=`ArrowLeft`,ss=`ArrowRight`,cs=`Home`,ls=new Set([os,ss]),us=new Set([os,ss,cs,`End`]),ds=new Set([is,as]),fs=new Set([is,as,cs,`End`]),ps=new Set([...ls,...ds]),ms=new Set([...ps,cs,`End`]),hs=`Shift`,gs=new Set([hs,`Control`,`Alt`,`Meta`]);function _s(e){return No(e)&&e.tagName===`INPUT`}function vs(e){return!!(_s(e)&&e.selectionStart!=null||No(e)&&e.tagName===`TEXTAREA`)}function ys(e,t,n,r){if(!e||!t||!t.scrollTo)return;let i=e.scrollLeft,a=e.scrollTop,o=e.clientWidth<e.scrollWidth,s=e.clientHeight<e.scrollHeight;if(o&&r!==`vertical`){let r=bs(e,t,`left`),a=xs(e),o=xs(t);n===`ltr`&&(r+t.offsetWidth+o.scrollMarginRight>e.scrollLeft+e.clientWidth-a.scrollPaddingRight?i=r+t.offsetWidth+o.scrollMarginRight-e.clientWidth+a.scrollPaddingRight:r-o.scrollMarginLeft<e.scrollLeft+a.scrollPaddingLeft&&(i=r-o.scrollMarginLeft-a.scrollPaddingLeft)),n===`rtl`&&(r-o.scrollMarginRight<e.scrollLeft+a.scrollPaddingLeft?i=r-o.scrollMarginLeft-a.scrollPaddingLeft:r+t.offsetWidth+o.scrollMarginRight>e.scrollLeft+e.clientWidth-a.scrollPaddingRight&&(i=r+t.offsetWidth+o.scrollMarginRight-e.clientWidth+a.scrollPaddingRight))}if(s&&r!==`horizontal`){let n=bs(e,t,`top`),r=xs(e),i=xs(t);n-i.scrollMarginTop<e.scrollTop+r.scrollPaddingTop?a=n-i.scrollMarginTop-r.scrollPaddingTop:n+t.offsetHeight+i.scrollMarginBottom>e.scrollTop+e.clientHeight-r.scrollPaddingBottom&&(a=n+t.offsetHeight+i.scrollMarginBottom-e.clientHeight+r.scrollPaddingBottom)}e.scrollTo({left:i,top:a,behavior:`auto`})}function bs(e,t,n){let r=n===`left`?`offsetLeft`:`offsetTop`,i=0;for(;t.offsetParent&&(i+=t[r],t.offsetParent!==e);)t=t.offsetParent;return i}function xs(e){let t=getComputedStyle(e);return{scrollMarginTop:parseFloat(t.scrollMarginTop)||0,scrollMarginRight:parseFloat(t.scrollMarginRight)||0,scrollMarginBottom:parseFloat(t.scrollMarginBottom)||0,scrollMarginLeft:parseFloat(t.scrollMarginLeft)||0,scrollPaddingTop:parseFloat(t.scrollPaddingTop)||0,scrollPaddingRight:parseFloat(t.scrollPaddingRight)||0,scrollPaddingBottom:parseFloat(t.scrollPaddingBottom)||0,scrollPaddingLeft:parseFloat(t.scrollPaddingLeft)||0}}var Ss=new Set([as,is,ss,os,cs,`End`]);function Cs(e){let{current:t}=e,n=[];for(let e=0;e<t.length;e+=1){let r=t[e];if(!ko(r)){let e=r?.querySelector(`[type="button"], [role="button"]`);e&&!ko(e)&&n.push(e)}}return n}var ws=t.forwardRef(function(e,n){let{disabled:r,className:i,id:a,render:o,nativeButton:s=!0,style:c,...l}=e,{panelId:u,open:d,handleTrigger:f,disabled:p}=mo(),{getButtonProps:m,buttonRef:h}=zo({disabled:r??p,focusableWhenDisabled:!0,native:s,composite:!0}),{accordionItemRefs:g,direction:_,loopFocus:v,orientation:y}=ta(),b=_===`rtl`,x=y===`horizontal`,{state:S,setTriggerId:C,triggerId:w}=vo();Z(()=>(a&&C(a),()=>{C(void 0)}),[a,C]);let T=t.useMemo(()=>({"aria-controls":d?u:void 0,"aria-expanded":d,id:w,tabIndex:0,onClick:f,onKeyDown(e){if(!Ss.has(e.key))return;Wo(e);let t=Cs(g),n=t.length-1,r=-1,i=t.indexOf(e.currentTarget);function a(){r=v?i+1>n?0:i+1:Math.min(i+1,n)}function o(){r=v&&i===0?n:i-1}switch(e.key){case as:x||a();break;case is:x||o();break;case ss:x&&(b?o():a());break;case os:x&&(b?a():o());break;case`Home`:r=0;break;case`End`:r=n;break;default:break}r>-1&&t[r].focus()}}),[g,f,w,x,b,v,d,u]);return Ma(`button`,e,{state:S,ref:[n,h],props:[T,l,m],stateAttributesMapping:Co})});process.env.NODE_ENV!==`production`&&(ws.displayName=`AccordionTrigger`);function Ts(e,t,n,r){return e.addEventListener(t,n,r),()=>{e.removeEventListener(t,n,r)}}var Es=function(e){return e.disabled=`data-disabled`,e.orientation=`data-orientation`,e}({});function Ds(e){let{abortControllerRef:n,animationTypeRef:r,externalRef:i,height:a,hiddenUntilFound:o,keepMounted:s,id:c,mounted:l,onOpenChange:u,open:d,panelRef:f,runOnceAnimationsFinish:p,setDimensions:m,setMounted:h,setOpen:g,setVisible:_,transitionDimensionRef:v,visible:y,width:b}=e,x=t.useRef(!1),S=t.useRef(null),C=t.useRef(d),w=t.useRef(d),T=ro(),E=t.useMemo(()=>r.current===`css-animation`?!y:!d&&!l,[d,l,y,r]),D=na(i,f,X(e=>{if(!e)return;if(r.current==null||v.current==null){let t=getComputedStyle(e),n=t.animationName!==`none`&&t.animationName!==``,i=t.transitionDuration!==`0s`&&t.transitionDuration!==``;n&&i?process.env.NODE_ENV!==`production`&&Ui(`CSS transitions and CSS animations both detected on Collapsible or Accordion panel.`,`Only one of either animation type should be used.`):t.animationName===`none`&&t.transitionDuration!==`0s`?r.current=`css-transition`:t.animationName!==`none`&&t.transitionDuration===`0s`?r.current=`css-animation`:r.current=`none`,e.getAttribute(Es.orientation)===`horizontal`||t.transitionProperty.indexOf(`width`)>-1?v.current=`width`:v.current=`height`}if(r.current!==`css-transition`)return;(a===void 0||b===void 0)&&(m({height:e.scrollHeight,width:e.scrollWidth}),w.current&&e.style.setProperty(`transition-duration`,`0s`));let t=-1,n=-1;return t=$.request(()=>{w.current=!1,n=$.request(()=>{setTimeout(()=>{e.style.removeProperty(`transition-duration`)})})}),()=>{$.cancel(t),$.cancel(n)}}));return Z(()=>{if(r.current!==`css-transition`)return;let e=f.current;if(!e)return;let t=-1;if(n.current!=null&&(n.current.abort(),n.current=null),d){let n={"justify-content":e.style.justifyContent,"align-items":e.style.alignItems,"align-content":e.style.alignContent,"justify-items":e.style.justifyItems};Object.keys(n).forEach(t=>{e.style.setProperty(t,`initial`,`important`)}),!w.current&&!s&&e.setAttribute(yo.startingStyle,``),m({height:e.scrollHeight,width:e.scrollWidth}),t=$.request(()=>{Object.entries(n).forEach(([t,n])=>{n===``?e.style.removeProperty(t):e.style.setProperty(t,n)})})}else{if(e.scrollHeight===0&&e.scrollWidth===0)return;m({height:e.scrollHeight,width:e.scrollWidth});let t=new AbortController;n.current=t;let r=t.signal,i=null,a=yo.endingStyle;return i=new MutationObserver(o=>{o.some(e=>e.type===`attributes`&&e.attributeName===a)&&(i?.disconnect(),i=null,p(()=>{m({height:0,width:0}),e.style.removeProperty(`content-visibility`),h(!1),n.current===t&&(n.current=null)},r))}),i.observe(e,{attributes:!0,attributeFilter:[a]}),()=>{i?.disconnect(),T.cancel(),n.current===t&&(t.abort(),n.current=null)}}return()=>{$.cancel(t)}},[n,r,T,o,s,l,d,f,p,m,h]),Z(()=>{if(r.current!==`css-animation`)return;let e=f.current;e&&(S.current=e.style.animationName||S.current,e.style.setProperty(`animation-name`,`none`),m({height:e.scrollHeight,width:e.scrollWidth}),!C.current&&!x.current&&e.style.removeProperty(`animation-name`),d?(n.current!=null&&(n.current.abort(),n.current=null),h(!0),_(!0)):(n.current=new AbortController,p(()=>{h(!1),_(!1),n.current=null},n.current.signal)))},[n,r,d,f,p,m,h,_,y]),$a(()=>{let e=$.request(()=>{C.current=!1});return()=>$.cancel(e)}),Z(()=>{if(!o)return;let e=f.current;if(!e)return;let t=-1,n=-1;return d&&x.current&&(e.style.transitionDuration=`0s`,m({height:e.scrollHeight,width:e.scrollWidth}),t=$.request(()=>{x.current=!1,n=$.request(()=>{setTimeout(()=>{e.style.removeProperty(`transition-duration`)})})})),()=>{$.cancel(t),$.cancel(n)}},[o,d,f,m]),Z(()=>{let e=f.current;e&&o&&E&&(e.setAttribute(`hidden`,`until-found`),r.current===`css-transition`&&e.setAttribute(yo.startingStyle,``))},[o,E,r,f]),t.useEffect(function(){let e=f.current;if(!e)return;function t(e){x.current=!0,g(!0),u(!0,Ua(Va,e))}return Ts(e,`beforematch`,t)},[u,f,g]),t.useMemo(()=>({props:{hidden:E,id:c,ref:D}}),[E,c,D])}var Os=function(e){return e.accordionPanelHeight=`--accordion-panel-height`,e.accordionPanelWidth=`--accordion-panel-width`,e}({});function ks(e){let{enabled:n=!0,open:r,ref:i,onComplete:a}=e,o=X(a),s=lo(i,r,!1);t.useEffect(()=>{if(!n)return;let e=new AbortController;return s(o,e.signal),()=>{e.abort()}},[n,r,o,s])}var As=t.forwardRef(function(e,n){let{className:r,hiddenUntilFound:i,keepMounted:a,id:o,render:s,style:c,...l}=e,{hiddenUntilFound:u,keepMounted:d}=ta(),{abortControllerRef:f,animationTypeRef:p,height:m,mounted:h,onOpenChange:g,open:_,panelId:v,panelRef:y,runOnceAnimationsFinish:b,setDimensions:x,setHiddenUntilFound:S,setKeepMounted:C,setMounted:w,setOpen:T,setVisible:E,transitionDimensionRef:D,visible:O,width:k,setPanelIdState:A,transitionStatus:j}=mo(),M=i??u,ee=a??d;process.env.NODE_ENV!==`production`&&Z(()=>{a===!1&&M&&Ui("The `keepMounted={false}` prop on a Accordion.Panel will be ignored when using `contextHiddenUntilFound` on the Panel or the Root since it requires the panel to remain mounted when closed.")},[M,a]),Z(()=>{if(o)return A(o),()=>{A(void 0)}},[o,A]),Z(()=>{S(M)},[S,M]),Z(()=>{C(ee)},[C,ee]),ks({open:_&&j===`idle`,ref:y,onComplete(){_&&x({width:void 0,height:void 0})}});let{props:N}=Ds({abortControllerRef:f,animationTypeRef:p,externalRef:n,height:m,hiddenUntilFound:M,id:o??v,keepMounted:ee,mounted:h,onOpenChange:g,open:_,panelRef:y,runOnceAnimationsFinish:b,setDimensions:x,setMounted:w,setOpen:T,setVisible:E,transitionDimensionRef:D,visible:O,width:k}),{state:te,triggerId:ne}=vo(),P=Ma(`div`,e,{state:t.useMemo(()=>({...te,transitionStatus:j}),[te,j]),ref:[n,y],props:[N,{"aria-labelledby":ne,role:`region`,style:{[Os.accordionPanelHeight]:m===void 0?`auto`:`${m}px`,[Os.accordionPanelWidth]:k===void 0?`auto`:`${k}px`}},l],stateAttributesMapping:Eo});return ee||M||h?P:null});process.env.NODE_ENV!==`production`&&(As.displayName=`AccordionPanel`);var js={clipPath:`inset(50%)`,overflow:`hidden`,whiteSpace:`nowrap`,border:0,padding:0,width:1,height:1,margin:-1},Ms={...js,position:`fixed`,top:0,left:0},Ns={...js,position:`absolute`};function Ps(e,n){let r=t.useRef(e),i=X(n);Z(()=>{r.current!==e&&i(r.current)},[e,i]),Z(()=>{r.current=e},[e])}function Fs(e){if(e==null)return``;if(typeof e==`string`)return e;try{return JSON.stringify(e)}catch{return String(e)}}var Is=function(e){return e.disabled=`data-disabled`,e.valid=`data-valid`,e.invalid=`data-invalid`,e.touched=`data-touched`,e.dirty=`data-dirty`,e.filled=`data-filled`,e.focused=`data-focused`,e}({}),Ls={badInput:!1,customError:!1,patternMismatch:!1,rangeOverflow:!1,rangeUnderflow:!1,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valid:null,valueMissing:!1},Rs={valid:null,touched:!1,dirty:!1,filled:!1,focused:!1},zs={disabled:!1,...Rs},Bs={valid(e){return e===null?null:e?{[Is.valid]:``}:{[Is.invalid]:``}}},Vs=t.createContext({invalid:void 0,name:void 0,validityData:{state:Ls,errors:[],error:``,value:``,initialValue:null},setValidityData:Q,disabled:void 0,touched:Rs.touched,setTouched:Q,dirty:Rs.dirty,setDirty:Q,filled:Rs.filled,setFilled:Q,focused:Rs.focused,setFocused:Q,validate:()=>null,validationMode:`onSubmit`,validationDebounceTime:0,shouldValidateOnChange:()=>!1,state:zs,markedDirtyRef:{current:!1},registerFieldControl:Q,validation:{getValidationProps:(e=pa)=>e,getInputValidationProps:(e=pa)=>e,inputRef:{current:null},commit:async()=>{}}});process.env.NODE_ENV!==`production`&&(Vs.displayName=`FieldRootContext`);function Hs(e=!0){let n=t.useContext(Vs);if(n.setValidityData===Q&&!e)throw Error(process.env.NODE_ENV===`production`?$i(28):`Base UI: FieldRootContext is missing. Field parts must be placed within <Field.Root>.`);return n}function Us(e,n){let{enabled:r=!0,getValue:i,id:a,value:o}=n,{registerFieldControl:s}=Hs(),c=t.useRef(null);c.current||=Symbol(),Z(()=>{let t=c.current;if(!(!t||!r))return s(t,{controlRef:e,getValue:i,id:a,value:o}),()=>{s(t,void 0)}},[e,r,i,a,s,o])}var Ws=t.createContext({formRef:{current:{fields:new Map}},errors:{},clearErrors:Q,validationMode:`onSubmit`,submitAttemptedRef:{current:!1}});process.env.NODE_ENV!==`production`&&(Ws.displayName=`FormContext`);function Gs(){return t.useContext(Ws)}var Ks=t.createContext({controlId:void 0,registerControlId:Q,labelId:void 0,setLabelId:Q,messageIds:[],setMessageIds:Q,getDescriptionProps:e=>e});process.env.NODE_ENV!==`production`&&(Ks.displayName=`LabelableContext`);function qs(){return t.useContext(Ks)}function Js(e={}){let{id:n,implicit:r=!1,controlRef:i}=e,{controlId:a,registerControlId:o}=qs(),s=Za(n),c=r?a:void 0,l=Li(()=>Symbol(`labelable-control`)),u=t.useRef(!1),d=t.useRef(n!=null),f=X(()=>{!u.current||o===Q||(u.current=!1,o(l.current,void 0))});return Z(()=>{if(o===Q)return;let e;if(r){let t=i?.current;e=Mo(t)&&t.closest(`label`)!=null?n??null:c??s}else if(n!=null)d.current=!0,e=n;else if(d.current)e=s;else{f();return}if(e===void 0){f();return}u.current=!0,o(l.current,e)},[n,i,c,o,r,s,l,f]),t.useEffect(()=>f,[f]),a??s}var Ys=function(e){return e.checked=`data-checked`,e.unchecked=`data-unchecked`,e.indeterminate=`data-indeterminate`,e.disabled=`data-disabled`,e.readonly=`data-readonly`,e.required=`data-required`,e.valid=`data-valid`,e.invalid=`data-invalid`,e.touched=`data-touched`,e.dirty=`data-dirty`,e.filled=`data-filled`,e.focused=`data-focused`,e}({});function Xs(e){return t.useMemo(()=>({checked(t){return e.indeterminate?{}:t?{[Ys.checked]:``}:{[Ys.unchecked]:``}},...Bs}),[e.indeterminate])}var Zs=t.createContext({disabled:!1});process.env.NODE_ENV!==`production`&&(Zs.displayName=`FieldItemContext`);function Qs(){return t.useContext(Zs)}function $s(e,n,r,i=!0,a){let[o,s]=t.useState(),c=Za(a?`${a}-label`:void 0),l=e??n??o;return Z(()=>{let t=e||n||!i?void 0:ec(r.current,c);o!==t&&s(t)}),l}function ec(e,t){let n=tc(e);if(n)return!n.id&&t&&(n.id=t),n.id||void 0}function tc(e){if(!e)return;let t=e.parentElement;if(t&&t.tagName===`LABEL`)return t;let n=e.id;if(n){let t=e.nextElementSibling;if(t&&t.htmlFor===n)return t}let r=e.labels;return r&&r[0]}var nc=t.createContext(void 0);process.env.NODE_ENV!==`production`&&(nc.displayName=`CheckboxGroupContext`);function rc(e=!0){let n=t.useContext(nc);if(n===void 0&&!e)throw Error(process.env.NODE_ENV===`production`?$i(3):`Base UI: CheckboxGroupContext is missing. CheckboxGroup parts must be placed within <CheckboxGroup>.`);return n}var ic=t.createContext(void 0);process.env.NODE_ENV!==`production`&&(ic.displayName=`CheckboxRootContext`);function ac(){let e=t.useContext(ic);if(e===void 0)throw Error(process.env.NODE_ENV===`production`?$i(14):`Base UI: CheckboxRootContext is missing. Checkbox parts must be placed within <Checkbox.Root>.`);return e}var oc=`data-parent`,sc=t.forwardRef(function(e,n){let{checked:r,className:i,defaultChecked:a=!1,"aria-labelledby":o,disabled:s=!1,form:c,id:l,indeterminate:u=!1,inputRef:d,name:f,onCheckedChange:p,parent:m=!1,readOnly:h=!1,render:g,required:_=!1,uncheckedValue:v,value:y,nativeButton:b=!1,style:x,...S}=e,{clearErrors:C}=Gs(),{disabled:w,name:T,setDirty:E,setFilled:D,setFocused:O,setTouched:k,state:A,validationMode:j,validityData:M,shouldValidateOnChange:ee,validation:N}=Hs(),te=Qs(),{labelId:ne,controlId:P,registerControlId:F,getDescriptionProps:I}=qs(),L=rc(),R=L?.parent,re=R&&L.allValues,z=w||te.disabled||L?.disabled||s,B=T??f,V=y??B,ie=Za(),ae=Za(),oe=P;re?oe=m?ae:`${R.id}-${V}`:l&&(oe=l);let se={};re&&(m?se=L.parent.getParentProps():V&&(se=L.parent.getChildProps(V)));let ce=X(p),{checked:H=r,indeterminate:le=u,onCheckedChange:ue,...de}=se,fe=L?.value,pe=L?.setValue,me=L?.defaultValue,he=t.useRef(null),ge=Li(()=>Symbol(`checkbox-control`)),_e=t.useRef(!1),{getButtonProps:ve,buttonRef:ye}=zo({disabled:z,native:b}),be=L?.validation??N,[xe,G]=Pi({controlled:V&&fe&&!m?fe.includes(V):H,default:V&&me&&!m?me.includes(V):a,name:`Checkbox`,state:`checked`});Z(()=>{F!==Q&&(_e.current=!0,F(ge.current,oe))},[oe,L,F,m,ge]),t.useEffect(()=>{let e=ge.current;return()=>{!_e.current||F===Q||(_e.current=!1,F(e,void 0))}},[F,ge]),Us(he,{enabled:!L,id:ie,value:xe});let K=t.useRef(null),Se=na(d,K,be.inputRef),Ce=$s(o,ne,K,!b,oe??void 0);Z(()=>{K.current&&(K.current.indeterminate=le,xe&&D(!0))},[xe,le,D]),Ps(xe,()=>{L&&!m||(C(B),D(xe),E(xe!==M.initialValue),ee()?be.commit(xe):be.commit(xe,!0))});let we=va({checked:xe,disabled:z,form:c,name:m?void 0:B,id:b?void 0:oe??void 0,required:_,ref:Se,style:B?Ns:Ms,tabIndex:-1,type:`checkbox`,"aria-hidden":!0,onChange(e){if(e.nativeEvent.defaultPrevented)return;if(h){e.preventDefault();return}let t=e.currentTarget.checked,n=Ua(Va,e.nativeEvent);ue?.(t,n),ce(t,n),!n.isCanceled&&(G(t),V&&fe&&pe&&!m&&!re&&pe(t?[...fe,V]:fe.filter(e=>e!==V),n))},onFocus(){he.current?.focus()}},y===void 0?pa:{value:(L?xe&&y:y)||``},I,L?be.getValidationProps:be.getInputValidationProps),Te=re?!!H:xe,Ee=re&&le||u;t.useEffect(()=>{if(!R||!V)return;let e=R.disabledStatesRef.current;return e.set(V,z),()=>{e.delete(V)}},[R,z,V]);let De=t.useMemo(()=>({...A,checked:Te,disabled:z,readOnly:h,required:_,indeterminate:Ee}),[A,Te,z,h,_,Ee]),q=Xs(De),Oe=Ma(`span`,e,{state:De,ref:[ye,he,n,L?.registerControlRef],props:[{id:b?oe??void 0:ie,role:`checkbox`,"aria-checked":le?`mixed`:xe,"aria-readonly":h||void 0,"aria-required":_||void 0,"aria-labelledby":Ce,[oc]:m?``:void 0,onFocus(){O(!0)},onBlur(){let e=K.current;e&&(k(!0),O(!1),j===`onBlur`&&be.commit(L?fe:e.checked))},onClick(e){h||z||(e.preventDefault(),K.current?.dispatchEvent(new PointerEvent(`click`,{bubbles:!0,shiftKey:e.shiftKey,ctrlKey:e.ctrlKey,altKey:e.altKey,metaKey:e.metaKey})))}},I,be.getValidationProps,S,de,ve],stateAttributesMapping:q});return W(ic.Provider,{value:De,children:[Oe,!xe&&!L&&B&&!m&&v!==void 0&&U(`input`,{type:`hidden`,form:c,name:B,value:v}),U(`input`,{...we,suppressHydrationWarning:!0})]})});process.env.NODE_ENV!==`production`&&(sc.displayName=`CheckboxRoot`);var cc=t.forwardRef(function(e,n){let{render:r,className:i,style:a,keepMounted:o=!1,...s}=e,c=ac(),l=c.checked||c.indeterminate,{mounted:u,transitionStatus:d,setMounted:f}=uo(l),p=t.useRef(null),m={...c,transitionStatus:d};ks({open:l,ref:p,onComplete(){l||f(!1)}});let h=Xs(c),g=t.useMemo(()=>({...h,...co,...Bs}),[h]),_=o||u,v=Ma(`span`,e,{ref:[n,p],state:m,stateAttributesMapping:g,props:s});return _?v:null});process.env.NODE_ENV!==`production`&&(cc.displayName=`CheckboxIndicator`);function lc(e={}){let{highlightItemOnHover:n,highlightedIndex:r,onHighlightedIndexChange:i}=Lo(),{ref:a,index:o}=go(e),s=r===o,c=t.useRef(null),l=na(a,c);return{compositeProps:t.useMemo(()=>({tabIndex:s?0:-1,onFocus(){i(o)},onMouseMove(){let e=c.current;if(!n||!e)return;let t=e.hasAttribute(`disabled`)||e.ariaDisabled===`true`;!s&&!t&&e.focus()}}),[s,i,o,n]),compositeRef:l,index:o}}function uc(e){let{render:t,className:n,style:r,state:i=pa,props:a=fa,refs:o=fa,metadata:s,stateAttributesMapping:c,tag:l=`div`,...u}=e,{compositeProps:d,compositeRef:f}=lc({metadata:s});return Ma(l,e,{state:i,ref:[...o,f],props:[d,...a,u],stateAttributesMapping:c})}var dc=t.createContext({legendId:void 0,setLegendId:()=>{},disabled:void 0});process.env.NODE_ENV!==`production`&&(dc.displayName=`FieldsetRootContext`);function fc(e=!1){let n=t.useContext(dc);if(!n&&!e)throw Error(process.env.NODE_ENV===`production`?$i(86):`Base UI: FieldsetRootContext is missing. Fieldset parts must be placed within <Fieldset.Root>.`);return n}var pc=`data-composite-item-active`,mc=[];function hc(e){let{itemSizes:n,cols:r=1,loopFocus:i=!0,onLoop:a,dense:o=!1,orientation:s=`both`,direction:c,highlightedIndex:l,onHighlightedIndexChange:u,rootRef:d,enableHomeAndEndKeys:f=!1,stopEventPropagation:p=!1,disabledIndices:m,modifierKeys:h=mc}=e,[g,_]=t.useState(0),v=r>1,y=t.useRef(null),b=na(y,d),x=t.useRef([]),S=t.useRef(!1),C=l??g,w=X((e,t=!1)=>{if((u??_)(e),t){let t=x.current[e];ys(y.current,t,c,s)}}),T=X(e=>{if(e.size===0||S.current)return;S.current=!0;let t=Array.from(e.keys()),n=t.find(e=>e?.hasAttribute(`data-composite-item-active`))??null,r=n?t.indexOf(n):-1;r!==-1&&w(r),ys(y.current,n,c,s)}),E=X((e,t,n)=>a?a?.(e,t,n,x):n),D=t.useMemo(()=>({"aria-orientation":s===`both`?void 0:s,ref:b,onFocus(e){let t=y.current,n=Uo(e.nativeEvent);!t||n==null||!vs(n)||n.setSelectionRange(0,n.value.length??0)},onKeyDown(e){let t=f?ms:ps;if(!t.has(e.key)||gc(e,h)||!y.current)return;let l=c===`rtl`,u=l?os:ss,d={horizontal:u,vertical:as,both:u}[s],g=l?ss:os,_={horizontal:g,vertical:is,both:g}[s],b=Uo(e.nativeEvent);if(b!=null&&vs(b)&&!ko(b)){let t=b.selectionStart,n=b.selectionEnd,r=b.value??``;if(t==null||e.shiftKey||t!==n||e.key!==_&&t<r.length||e.key!==d&&t>0)return}let S=C,T=Jo(x,m),D=Yo(x,m);if(v){let t=n||Array.from({length:x.current.length},()=>({width:1,height:1})),a=Qo(t,r,o),c=a.findIndex(e=>e!=null&&!ts(x.current,e,m)),u=a.reduce((e,t,n)=>t!=null&&!ts(x.current,t,m)?n:e,-1);S=a[Zo(a.map(e=>e==null?null:x.current[e]),{event:e,orientation:s,loopFocus:i,onLoop:E,cols:r,disabledIndices:es([...m||x.current.map((e,t)=>ts(x.current,t)?t:void 0),void 0],a),minIndex:c,maxIndex:u,prevIndex:$o(C>D?T:C,t,a,r,e.key===`ArrowDown`?`bl`:e.key===`ArrowRight`?`tr`:`tl`),rtl:l})]}let O={horizontal:[u],vertical:[as],both:[u,as]}[s],k={horizontal:[g],vertical:[is],both:[g,is]}[s],A=v?t:{horizontal:f?us:ls,vertical:f?fs:ds,both:t}[s];f&&(e.key===`Home`?S=T:e.key===`End`&&(S=D)),S===C&&(O.includes(e.key)||k.includes(e.key))&&(i&&S===D&&O.includes(e.key)?(S=T,a&&(S=a(e,C,S,x))):i&&S===T&&k.includes(e.key)?(S=D,a&&(S=a(e,C,S,x))):S=Xo(x.current,{startingIndex:S,decrement:k.includes(e.key),disabledIndices:m})),S!==C&&!qo(x.current,S)&&(p&&e.stopPropagation(),A.has(e.key)&&e.preventDefault(),w(S,!0),queueMicrotask(()=>{x.current[S]?.focus()}))}}),[r,o,c,m,x,f,C,v,n,i,a,E,b,h,w,s,p]);return t.useMemo(()=>({props:D,highlightedIndex:C,onHighlightedIndexChange:w,elementsRef:x,disabledIndices:m,onMapChange:T,relayKeyboardEvent:D.onKeyDown}),[D,C,w,x,m,T])}function gc(e,t){for(let n of gs.values())if(!t.includes(n)&&e.getModifierState(n))return!0;return!1}function _c(e){let{render:n,className:r,style:i,refs:a=fa,props:o=fa,state:s=pa,stateAttributesMapping:c,highlightedIndex:l,onHighlightedIndexChange:u,orientation:d,dense:f,itemSizes:p,loopFocus:m,onLoop:h,cols:g,enableHomeAndEndKeys:_,onMapChange:v,stopEventPropagation:y=!0,rootRef:b,disabledIndices:x,modifierKeys:S,highlightItemOnHover:C=!1,tag:w=`div`,...T}=e,{props:E,highlightedIndex:D,onHighlightedIndexChange:O,elementsRef:k,onMapChange:A,relayKeyboardEvent:j}=hc({itemSizes:p,cols:g,loopFocus:m,onLoop:h,dense:f,orientation:d,highlightedIndex:l,onHighlightedIndexChange:u,rootRef:b,stopEventPropagation:y,enableHomeAndEndKeys:_,direction:Zi(),disabledIndices:x,modifierKeys:S}),M=Ma(w,e,{state:s,ref:a,props:[E,...o,T],stateAttributesMapping:c}),ee=t.useMemo(()=>({highlightedIndex:D,onHighlightedIndexChange:O,highlightItemOnHover:C,relayKeyboardEvent:j}),[D,O,C,j]);return U(Io.Provider,{value:ee,children:U(Ki,{elementsRef:k,onMapChange:e=>{v?.(e),A(e)},children:M})})}var vc=function(e){return e.checked=`data-checked`,e.unchecked=`data-unchecked`,e.disabled=`data-disabled`,e.readonly=`data-readonly`,e.required=`data-required`,e.valid=`data-valid`,e.invalid=`data-invalid`,e.touched=`data-touched`,e.dirty=`data-dirty`,e.filled=`data-filled`,e.focused=`data-focused`,e}({}),yc={checked(e){return e?{[vc.checked]:``}:{[vc.unchecked]:``}},...co,...Bs},bc=t.createContext(void 0);process.env.NODE_ENV!==`production`&&(bc.displayName=`RadioGroupContext`);function xc(){return t.useContext(bc)}var Sc=t.createContext(void 0);process.env.NODE_ENV!==`production`&&(Sc.displayName=`RadioRootContext`);function Cc(){let e=t.useContext(Sc);if(e===void 0)throw Error(process.env.NODE_ENV===`production`?$i(52):`Base UI: RadioRootContext is missing. Radio parts must be placed within <Radio.Root>.`);return e}var wc=t.forwardRef(function(e,n){let{render:r,className:i,disabled:a=!1,readOnly:o=!1,required:s=!1,"aria-labelledby":c,value:l,inputRef:u,nativeButton:d=!1,id:f,style:p,...m}=e,h=xc(),{disabled:g,readOnly:_,required:v,form:y,checkedValue:b,touched:x=!1,validation:S,name:C}=h??{},w=h?.setCheckedValue??Q,T=h?.setTouched??Q,E=h?.registerControlRef??Q,D=h?.registerInputRef??Q,{setDirty:O,validityData:k,setTouched:A,setFilled:j,state:M,disabled:ee}=Hs(),N=Qs(),{labelId:te,getDescriptionProps:ne}=qs(),P=ee||N.disabled||g||a,F=_||o,I=v||s,L=y,R=h?b===l:l===``,re=t.useMemo(()=>Fs(l),[l]),z=t.useRef(null),B=t.useRef(null),V=X(e=>{e&&E(e,P)}),ie=na(u,B,D);Z(()=>{B.current?.checked&&j(!0)},[j]),Z(()=>{if(B.current){if(P&&R){D(null);return}z.current&&E(z.current,P),D(B.current)}},[R,P,E,D]);let ae=Za(),oe=Js({id:f,implicit:!1,controlRef:z}),se=d?void 0:oe,ce=$s(c,te,B,!d,se),H={role:`radio`,"aria-checked":R,"aria-required":I||void 0,"aria-readonly":F||void 0,"aria-labelledby":ce,[pc]:R?``:void 0,id:d?oe:ae,onKeyDown(e){e.key===`Enter`&&e.preventDefault()},onClick(e){e.defaultPrevented||P||F||(e.preventDefault(),B.current?.dispatchEvent(new PointerEvent(`click`,{bubbles:!0,shiftKey:e.shiftKey,ctrlKey:e.ctrlKey,altKey:e.altKey,metaKey:e.metaKey})))},onFocus(e){e.defaultPrevented||P||F||!x||(B.current?.click(),T(!1))}},{getButtonProps:le,buttonRef:ue}=zo({disabled:P,native:d}),de={type:`radio`,ref:ie,form:L,id:se,name:C,tabIndex:-1,style:C?Ns:Ms,"aria-hidden":!0,...l===void 0?pa:{value:re},disabled:P,checked:R,required:I,readOnly:F,onChange(e){if(e.nativeEvent.defaultPrevented||P||F||l===void 0)return;let t=Ua(Va,e.nativeEvent);t.isCanceled||(A(!0),O(l!==k.initialValue),j(!0),w(l,t))},onFocus(){z.current?.focus()}},fe=t.useMemo(()=>({...M,required:I,disabled:P,readOnly:F,checked:R}),[M,P,F,R,I]),pe=fe,me=h!==void 0,he=[n,z,ue,V],ge=[H,ne,S?.getValidationProps??pa,m,le],_e=Ma(`span`,e,{enabled:!me,state:fe,ref:he,props:ge,stateAttributesMapping:yc});return W(Sc.Provider,{value:pe,children:[me?U(uc,{tag:`span`,render:r,className:i,style:p,state:fe,refs:he,props:ge,stateAttributesMapping:yc}):_e,U(`input`,{...de,suppressHydrationWarning:!0})]})});process.env.NODE_ENV!==`production`&&(wc.displayName=`RadioRoot`);var Tc=t.forwardRef(function(e,n){let{render:r,className:i,style:a,keepMounted:o=!1,...s}=e,c=Cc(),l=c.checked,{mounted:u,transitionStatus:d,setMounted:f}=uo(l),p={...c,transitionStatus:d},m=t.useRef(null),h=o||u,g=Ma(`span`,e,{ref:[n,m],state:p,props:s,stateAttributesMapping:yc});return ks({open:l,ref:m,onComplete(){l||f(!1)}}),h?g:null});process.env.NODE_ENV!==`production`&&(Tc.displayName=`RadioIndicator`);var Ec=[hs],Dc=t.forwardRef(function(e,n){let{render:r,className:i,disabled:a,readOnly:o,required:s,onValueChange:c,value:l,defaultValue:u,form:d,name:f,inputRef:p,id:m,style:h,...g}=e,{setTouched:_,setFocused:v,shouldValidateOnChange:y,validationMode:b,name:x,disabled:S,state:C,validation:w,setDirty:T,setFilled:E,validityData:D}=Hs(),{labelId:O}=qs(),{clearErrors:k}=Gs(),A=fc(!0),j=S||a,M=x??f,ee=Za(m),[N,te]=Pi({controlled:l,default:u,name:`RadioGroup`,state:`value`}),ne=X(c),P=X((e,t)=>{ne(e,t),!t.isCanceled&&te(e)}),F=t.useRef(null),I=t.useRef(null),L=t.useRef(null);function R(e){let t;return p&&(typeof p==`function`?t=p(e):p.current=e),I.current=e,w.inputRef.current=e,t}let re=X((e,t=!1)=>{if(e){if(t){F.current===e&&(F.current=null);return}F.current??=e}}),z=X(e=>{if(!e||e.disabled)return;L.current||=e;let t=I.current;if(e.checked||t==null||t.disabled)return R(e)});Us(F,{id:ee,value:N,getValue:X(()=>N??null)}),Ps(N,()=>{k(M),T(N!==D.initialValue),E(N!=null),y()?w.commit(N):w.commit(N,!0);let e=L.current;N==null&&e&&!e.disabled&&R(e)});let[B,V]=t.useState(!1),ie=g[`aria-labelledby`]??O??A?.legendId,ae={...C,disabled:j??!1,required:s??!1,readOnly:o??!1},oe=t.useMemo(()=>({...C,checkedValue:N,disabled:j,form:d,validation:w,name:M,onValueChange:ne,readOnly:o,registerControlRef:re,registerInputRef:z,required:s,setCheckedValue:P,setTouched:V,touched:B}),[N,j,d,w,C,M,ne,o,re,z,s,P,V,B]),se={role:`radiogroup`,"aria-required":s||void 0,"aria-disabled":j||void 0,"aria-readonly":o||void 0,"aria-labelledby":ie,onFocus(){v(!0)},onBlur(e){Ho(e.currentTarget,e.relatedTarget)||(_(!0),v(!1),b===`onBlur`&&w.commit(N))},onKeyDownCapture(e){e.key.startsWith(`Arrow`)&&(_(!0),V(!0),v(!0))}};return U(bc.Provider,{value:oe,children:U(_c,{render:r,className:i,style:h,state:ae,props:[se,w.getValidationProps,g],refs:[n],stateAttributesMapping:Bs,enableHomeAndEndKeys:!1,modifierKeys:Ec})})});process.env.NODE_ENV!==`production`&&(Dc.displayName=`RadioGroup`);var Oc=t.createContext(void 0);process.env.NODE_ENV!==`production`&&(Oc.displayName=`SwitchRootContext`);function kc(){let e=t.useContext(Oc);if(e===void 0)throw Error(process.env.NODE_ENV===`production`?$i(63):`Base UI: SwitchRootContext is missing. Switch parts must be placed within <Switch.Root>.`);return e}var Ac=function(e){return e.checked=`data-checked`,e.unchecked=`data-unchecked`,e.disabled=`data-disabled`,e.readonly=`data-readonly`,e.required=`data-required`,e.valid=`data-valid`,e.invalid=`data-invalid`,e.touched=`data-touched`,e.dirty=`data-dirty`,e.filled=`data-filled`,e.focused=`data-focused`,e}({}),jc={...Bs,checked(e){return e?{[Ac.checked]:``}:{[Ac.unchecked]:``}}},Mc=t.forwardRef(function(e,n){let{checked:r,className:i,defaultChecked:a,"aria-labelledby":o,form:s,id:c,inputRef:l,name:u,nativeButton:d=!1,onCheckedChange:f,readOnly:p=!1,required:m=!1,disabled:h=!1,render:g,uncheckedValue:_,value:v,style:y,...b}=e,{clearErrors:x}=Gs(),{state:S,setTouched:C,setDirty:w,validityData:T,setFilled:E,setFocused:D,shouldValidateOnChange:O,validationMode:k,disabled:A,name:j,validation:M}=Hs(),{labelId:ee}=qs(),N=A||h,te=j??u,ne=X(f),P=t.useRef(null),F=na(P,l,M.inputRef),I=t.useRef(null),L=Za(),R=Js({id:c,implicit:!1,controlRef:I}),re=d?void 0:R,[z,B]=Pi({controlled:r,default:!!a,name:`Switch`,state:`checked`});Us(I,{id:L,value:z}),Z(()=>{P.current&&E(P.current.checked)},[P,E]),Ps(z,()=>{x(te),w(z!==T.initialValue),E(z),O()?M.commit(z):M.commit(z,!0)});let{getButtonProps:V,buttonRef:ie}=zo({disabled:N,native:d}),ae=$s(o,ee,P,!d,re),oe={id:d?R:L,role:`switch`,"aria-checked":z,"aria-readonly":p||void 0,"aria-required":m||void 0,"aria-labelledby":ae,onFocus(){N||D(!0)},onBlur(){let e=P.current;!e||N||(C(!0),D(!1),k===`onBlur`&&M.commit(e.checked))},onClick(e){p||N||(e.preventDefault(),P.current?.dispatchEvent(new PointerEvent(`click`,{bubbles:!0,shiftKey:e.shiftKey,ctrlKey:e.ctrlKey,altKey:e.altKey,metaKey:e.metaKey})))}},se=t.useMemo(()=>va({checked:z,disabled:N,form:s,id:re,name:te,required:m,style:te?Ns:Ms,tabIndex:-1,type:`checkbox`,"aria-hidden":!0,ref:F,onChange(e){if(e.nativeEvent.defaultPrevented)return;if(p){e.preventDefault();return}let t=e.currentTarget.checked,n=Ua(Va,e.nativeEvent);ne?.(t,n),!n.isCanceled&&B(t)},onFocus(){I.current?.focus()}},M.getInputValidationProps,v===void 0?pa:{value:v}),[z,N,s,F,re,te,ne,p,m,B,M,v]),ce=t.useMemo(()=>({...S,checked:z,disabled:N,readOnly:p,required:m}),[S,z,N,p,m]),H=Ma(`span`,e,{state:ce,ref:[n,I,ie],props:[oe,M.getValidationProps,b,V],stateAttributesMapping:jc});return W(Oc.Provider,{value:ce,children:[H,!z&&te&&_!==void 0&&U(`input`,{type:`hidden`,form:s,name:te,value:_}),U(`input`,{...se,suppressHydrationWarning:!0})]})});process.env.NODE_ENV!==`production`&&(Mc.displayName=`SwitchRoot`);var Nc=t.forwardRef(function(e,t){let{render:n,className:r,style:i,...a}=e,{state:o}=Hs(),s=kc();return Ma(`span`,e,{state:{...o,...s},ref:t,stateAttributesMapping:jc,props:a})});process.env.NODE_ENV!==`production`&&(Nc.displayName=`SwitchThumb`);var Pc={CheckboxWrapper:`_CheckboxWrapper_g6yr1_1`,"size-small":`_size-small_g6yr1_11`,"size-medium":`_size-medium_g6yr1_15`,Checkbox:`_Checkbox_g6yr1_1`,Indeterminate:`_Indeterminate_g6yr1_28`,ReadOnly:`_ReadOnly_g6yr1_55`,Indicator:`_Indicator_g6yr1_64`,HideWrapper:`_HideWrapper_g6yr1_68`,CheckboxHover:`_CheckboxHover_g6yr1_75`,CheckboxRippleContainer:`_CheckboxRippleContainer_g6yr1_75`,CheckboxRipple:`_CheckboxRipple_g6yr1_75`,ripple:`_ripple_g6yr1_1`},Fc=e=>W(`svg`,{viewBox:`0 0 24 24`,width:`100%`,height:`100%`,fill:`none`,...e,children:[U(`title`,{children:`Indeterminate icon`}),U(`path`,{d:`M6 12H18`,stroke:`currentColor`,strokeWidth:e.strokeWidth??3,strokeLinecap:`round`})]}),Ic=e=>W(`svg`,{viewBox:`0 0 24 24`,width:`100%`,height:`100%`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[U(`title`,{children:`Check icon`}),U(`path`,{d:`M4 12l5 5L20 6`})]}),Lc=({dataTest:e,size:t=`medium`,disabled:r,readOnly:i,indeterminate:a=!1,checked:o,disableRipple:s,hideWrapper:l,className:u,onChange:d,...f})=>{let p=!!l,m=!s&&!p&&!r&&!i,h=K(Pc.CheckboxWrapper,!p&&Pc[`size-${t}`],p&&Pc.HideWrapper,a&&Pc.Indeterminate,i&&Pc.ReadOnly,m&&Pc.CheckboxHover,u),g=K(Pc.Checkbox,Pc[`size-${t}`],a&&Pc.Indeterminate),_=a?Fc:Ic,v=n.useRef(null),y=n.useCallback(e=>{if(e.stopPropagation(),!m)return;let t=document.createElement(`span`);Pc.CheckboxRipple&&(t.className=Pc.CheckboxRipple),t.addEventListener(`animationend`,()=>{t.remove()},{once:!0}),v.current?.appendChild(t)},[m]);return c(()=>{let e=v.current;return()=>{e?.replaceChildren()}},[]),W(sc,{className:h,"data-testid":e,checked:o,disabled:r,readOnly:i,indeterminate:a,onPointerDown:y,onCheckedChange:n.useCallback(e=>{if(i)return;let t={target:{name:f.name,value:f.value,checked:e}};d?.(t,e)},[d,f.name,f.value,i]),...f,children:[!p&&m&&U(`span`,{ref:v,className:Pc.CheckboxRippleContainer}),U(`span`,{className:g,children:U(cc,{className:Pc.Indicator,children:U(_,{strokeWidth:t===`small`?3:2})})})]})},Rc=({allowClear:e,onClear:t,readOnly:n,disabled:r,error:i,helperText:a,dataTest:o,...s})=>{let c=(r??!1)||(n??!1);return U(oe,{...s,"data-testid":o,disabled:c,error:i,helperText:n?null:i?W(`div`,{className:`flex items-center gap-1`,children:[U(me,{width:20,height:20,className:`min-w-5`}),a??`Required`]}):a,type:s.type??`mui-input`,InputProps:{...s.InputProps,endAdornment:e&&s.value?U(`div`,{role:`button`,className:`absolute right-4 z-40 flex items-center justify-center rounded-full p-[2px] duration-300 hover:bg-gama-100`,onClick:e=>{e.stopPropagation(),e.preventDefault(),t?.()},children:U(de,{width:18,height:18})}):s.InputProps?.endAdornment},sx:{"& input:-webkit-autofill, & .MuiInputBase-root:has(> input:-webkit-autofill)":{backgroundColor:`#e8f0fe !important`},"& input":{backgroundColor:`transparent`},"& .MuiInputBase-root":{backgroundColor:`transparent`},"& .MuiInputBase-colorPrimary fieldset":{borderColor:`var(--colors-delta-500) !important`},"& .MuiInputBase-colorPrimary.Mui-focused fieldset":{borderColor:`var(--colors-gama-400) !important`},"& .MuiInputBase-colorPrimary.Mui-focused::after":{borderColor:`var(--colors-gama-400) !important`},"& .MuiInputBase-colorPrimary.Mui-focused:hover fieldset":{borderColor:`var(--colors-gama-400) !important`},"& .MuiInputBase-colorPrimary:hover fieldset":{borderColor:`var(--colors-gama-300) !important`,borderWidth:`2px !important`},"& .MuiInputBase-colorPrimary.Mui-disabled:hover fieldset":{borderWidth:`1px !important`},"& .MuiInputBase-colorPrimary.Mui-error fieldset":{borderColor:`var(--colors-error-500) !important`},"& .MuiInputBase-colorPrimary.Mui-error:hover fieldset":{borderColor:`var(--colors-error-500) !important`},"& .MuiFormHelperText-root":{fontSize:`14px`,marginLeft:0},"& .MuiFormHelperText-root.Mui-error":{color:`var(--colors-error-500) !important`},"& .MuiInputBase-colorPrimary.Mui-disabled fieldset":{borderColor:`var(--colors-delta-300) !important`},"& label.Mui-focused":{color:`var(--colors-gama-500) !important`},"& label.Mui-error":{color:`var(--colors-error-500) !important`},"& label.Mui-focused.MuiInputLabel-shrink":{color:`var(--colors-gama-500) !important`},"& label.Mui-error.MuiInputLabel-shrink":{color:`var(--colors-error-500) !important`},"& label":{color:`var(--colors-delta-500) !important`},"& label.MuiInputLabel-shrink":{color:`var(--colors-delta-800) !important`},"& label.Mui-disabled":{color:`var(--colors-gray-300) !important`},"& .MuiOutlinedInput-input::placeholder":{color:`var(--colors-delta-500) !important`,opacity:`1 !important`},"& .MuiOutlinedInput-input.Mui-disabled":{WebkitTextFillColor:`var(--colors-delta-300) !important`},...n&&{"& .MuiOutlinedInput-input.Mui-disabled":{WebkitTextFillColor:`var(--colors-delta-800) !important`},"& .MuiInputBase-colorPrimary.Mui-disabled":{backgroundColor:`var(--colors-delta-10) !important`},"& .MuiInputBase-colorPrimary.Mui-disabled fieldset":{borderColor:`var(--colors-delta-200) !important`},"& label.Mui-disabled":{color:`var(--colors-gray-800) !important`}},...s.sx}})},zc=({value:e,onClear:t,...n})=>{let[r,i]=p(!1),a=r||e;return W(`div`,{className:`relative w-full`,children:[U(Rc,{size:`small`,variant:`outlined`,value:e,onFocus:()=>{i(!0)},onBlur:()=>{i(!1)},InputProps:{className:K(`transition-[padding] duration-300`,a?`pl-0`:`pl-5`),sx:{"& input":{textOverflow:`ellipsis`,whiteSpace:`nowrap`,overflow:`hidden`}},endAdornment:e?U(`div`,{"data-testid":`styled-search-clear-icon`,className:K(`cursor-pointer rounded-full bg-delta-50`,`flex items-center justify-center`,`transform-gpu transition-all duration-300 ease-in-out`,e?`scale-100 opacity-100`:`pointer-events-none scale-75 opacity-0`),style:{width:24,height:24,flexShrink:0},onClick:e=>{e.preventDefault(),e.stopPropagation(),t?.()},children:U(Sr,{width:20,height:20,color:`var(--colors-delta-700)`,className:`pointer-events-none`})}):null},InputLabelProps:{sx:{transform:`translate(34px, 9px) scale(1)`,width:a?void 0:`calc(100% - 42px)`,"&.MuiInputLabel-shrink":{transform:`translate(16px, -9px) scale(0.75)`}}},...n,sx:{...n.fullWidth?{width:`100%`}:{width:160},...n.sx}}),U(pr,{"data-testid":`styled-search-icon`,width:24,height:24,className:K(`absolute left-2 top-1/2 -translate-y-1/2`,`transform-gpu transition-all duration-300 ease-in-out`,a?`pointer-events-none scale-75 opacity-0`:`scale-100 opacity-100`,n.error&&`top-1/3`),color:`var(--colors-delta-700)`})]})},Bc={textarea:`_textarea_1p8hl_1`,active:`_active_1p8hl_1`,error:`_error_1p8hl_40`,label:`_label_1p8hl_80`,disabled:`_disabled_1p8hl_88`,description:`_description_1p8hl_93`},Vc=({id:e,variant:t=`active`,label:n=``,labelClassName:r=``,description:i=``,value:a=``,minRows:o=3,maxRows:s=1/0,disabled:u,error:d,errorMessage:p,containerClassName:m=``,className:h=``,maxLength:g=1/0,counter:_,refLink:v,dataTest:y,counterLimit:b,...x})=>{let S=f(null),C=v??S,w=!!(_&&b),T=l(),E=l(),D=l(),O=e??D;c(()=>{if(C.current){let e=C.current,t=window.getComputedStyle(e),n=parseFloat(t.paddingBottom);e.style.height=`auto`;let r=parseFloat(t.lineHeight),i=parseFloat(t.paddingTop),a=e.scrollHeight-i;Math.ceil(a/r)>s?e.style.height=`${r*s+i+n}px`:e.style.height=`${e.scrollHeight+n}px`}},[C,a,o,s,w]),s<o&&(o=s);let k=d?`error`:`active`,A=d?`error`:u?`disabled`:`active`;return W(`div`,{className:`relative flex flex-col gap-1 ${m}`,"data-testid":y,children:[U(`label`,{htmlFor:O,className:`${Bc.label} ${Bc[A]} ${r}`,children:n}),U(`span`,{id:T,className:`${Bc.description} ${Bc[A]}`,children:d?p:i}),t===`view_only`?U(`div`,{className:`pt-3 font-roboto text-sm font-normal text-gray-700`,children:a}):t===`not_editable`?U(`div`,{className:`rounded bg-gray-200 p-3 font-roboto text-sm font-normal text-gray-700`,children:a}):U(`textarea`,{...x,"aria-describedby":`${T} ${E}`,"aria-invalid":d,id:O,ref:C,className:`${Bc.textarea} ${Bc[k]} ${h} ${w?`pb-[32px]`:``}`,wrap:`soft`,value:a,disabled:u,maxLength:g}),w&&W(H,{children:[W(`div`,{className:`pointer-events-none absolute bottom-3 right-3 flex h-[15px] justify-end font-roboto text-[10px]`,children:[a.length,`/`,b]}),W(`div`,{id:E,"aria-live":`polite`,className:`sr-only`,children:[b-a.length,` characters remaining`]})]})]})},Hc=({dataTest:e,allowClear:t,error:n,errorText:r,...i})=>W(H,{children:[U(re,{...i,"data-testid":e,error:n,value:i.value,IconComponent:e=>U(Mn,{icon:`material-symbols:expand-more-rounded`,width:24,height:24,className:G(e.className,`select-custom-icon`)}),endAdornment:t&&i.value?U(`div`,{"data-testid":`select-clear-button`,className:`absolute right-8 flex items-center justify-center rounded-full p-[2px] duration-300 hover:bg-gama-100`,onClick:()=>{i.onChange?.({target:{value:``}},null)},children:U(de,{width:18,height:18})}):null,sx:{".MuiOutlinedInput-notchedOutline":{borderColor:`var(--colors-delta-500) !important`},"&.Mui-focused .MuiOutlinedInput-notchedOutline":{borderColor:`var(--colors-gama-500) !important`},"&.MuiFormLabel-root-MuiInputLabel-root .Mui-error":{color:`var(--colors-error-500) !important`},"&.Mui-error .MuiOutlinedInput-notchedOutline":{borderColor:`var(--colors-error-500) !important`},"& .MuiInputBase-colorPrimary.Mui-error fieldset":{borderColor:`var(--colors-error-500) !important`},"&.Mui-focused::after":{borderColor:`var(--colors-gama-400) !important`},"&:hover .MuiOutlinedInput-notchedOutline":{border:`2px solid var(--colors-gama-300) !important`},"& .select-custom-icon":{marginTop:`-3.5px !important`},...i.sx}}),n&&W(cl,{className:`m-0 flex items-center gap-1 pt-1 text-sm text-error-500`,children:[U(me,{width:20,height:20}),r??`Required`]})]}),Uc=e=>W(te,{...e,sx:{"&.MuiMenuItem-root":{fontSize:`14px !important`,gap:`4px`,px:1},"&.Mui-selected":{backgroundColor:`var(--colors-gama-50) !important`}},children:[U(`span`,{style:{width:`24px`,justifyContent:`center`,display:`flex`},children:e.selected&&U(Mn,{icon:`mdi:tick`,width:22,height:22,style:{color:`var(--colors-gama-500)`}})}),U(`span`,{children:e.children})]}),Wc={styledSelectAutocompleteWrapper:`_styledSelectAutocompleteWrapper_1ghgt_1`,"select-custom-icon":`_select-custom-icon_1ghgt_5`};function Gc({dataTest:e,autoHeight:t,getOptionLabel:n,wrapperClassName:r,...i}){let[a,o]=p(`auto`),s=f(null);u(()=>{if(!t)return;let e=s.current?.getBoundingClientRect().height??0,n=s.current?.getBoundingClientRect().top??0,r=window.innerHeight-n-e-40;o(r>0?r:`auto`)},[t]);let c=t?{style:{maxHeight:a===`auto`?`auto`:`${a}px`},...i.ListboxProps}:i.ListboxProps,l=e=>typeof e==`object`&&e&&`label`in e?e.label:String(e);return U(`div`,{className:K(Wc.styledSelectAutocompleteWrapper,r),ref:s,children:U(h,{...i,getOptionLabel:n,ListboxProps:{...c,sx:{"& .MuiAutocomplete-option":{paddingLeft:`6px !important`}}},className:G(`!text-sm`,i.className),popupIcon:i.readOnly?null:i.popupIcon||U(Mn,{icon:`material-symbols:expand-more-rounded`,width:24,height:24,className:G(Wc[`select-custom-icon`])}),"data-testid":e,PaperComponent:({children:t})=>U(F,{"data-testid":`paper-${e}`,sx:{padding:`0 !important`,marginTop:`0px !important`,"& .MuiAutocomplete-option.Mui-focused":{background:`var(--colors-delta-50) !important`},"& li[aria-selected=true]":{background:`var(--colors-gama-50) !important`},"& li[aria-selected=true].MuiAutocomplete-option.Mui-focused":{background:`var(--colors-gama-50) !important`}},children:t}),renderOption:i?.renderOption??((e,t,{selected:r})=>W(`li`,{...e,children:[U(`span`,{style:{width:`24px`,height:`22px`,paddingRight:`4px`,justifyContent:`center`,alignContent:`center`,display:`flex`},children:r&&U(Mn,{icon:`mdi:tick`,width:20,height:20,style:{color:`var(--colors-gama-500)`}})}),U(`span`,{className:`flex-1 truncate text-sm`,children:n?.(t)??l(t)})]})),sx:{...i.sx,"& .MuiOutlinedInput-notchedOutline":{borderColor:`var(--colors-gama-500) !important`},"& .select-custom-icon":{marginTop:`-0.5px !important`},"& .MuiInputBase-inputSizeSmall":{minHeight:`23px !important`}},slotProps:{clearIndicator:{disableRipple:!0,disableFocusRipple:!0}},clearIcon:U(`span`,{className:`flex min-h-6 min-w-6 cursor-pointer items-center justify-center rounded-full bg-delta-50`,children:U(de,{width:20,height:20,className:`text-delta-700`})})})})}var Kc=({dataTest:e,error:t,errorText:n,helperText:r,...i})=>{let a=(t??!1)||(r??!1),o=t?n??`Required`:r;return W(H,{children:[U(B,{...i,"data-testid":e,slotProps:{...i.slotProps,thumb:{className:G(`h-4 w-4`,`before:shadow-none`,`after:h-8 after:w-8 after:content-[""]`,i.orientation===`vertical`?`mb-1 ml-0`:`ml-1`,i.disabled?`bg-delta-200`:`bg-gama-500`),...i.slotProps?.thumb},rail:{className:`bg-delta-200`,...i.slotProps?.rail},markLabel:{className:G(`ml-1 text-sm font-semibold text-delta-600`,i.orientation===`vertical`&&`mb-1`),...i.slotProps?.markLabel}},sx:{...i.sx,"& .MuiSlider-track":{backgroundColor:i.disabled?`var(--colors-gray-200)`:`var(--colors-gama-500)`,borderColor:i.disabled?`var(--colors-gray-200)`:`var(--colors-gama-500)`},"& .MuiSlider-mark":{backgroundColor:`white`,border:`1px solid var(--colors-delta-300)`,borderRadius:`50%`,height:`8px`,width:`8px`,"&.MuiSlider-markActive":{backgroundColor:i.disabled?`var(--colors-gray-200)`:`var(--colors-gama-500)`,border:`1px solid`,borderColor:i.disabled?`var(--colors-gray-200)`:`var(--colors-gama-500)`,opacity:1}}}}),a&&W(cl,{className:G(`m-0 flex items-center gap-1 pt-1 text-sm`,t?`text-error-500`:`text-delta-600`),children:[t&&U(me,{width:20,height:20}),o]})]})},qc={switch:`_switch_1myey_1`,iconContent:`_iconContent_1myey_30`,thumb:`_thumb_1myey_50`,icon:`_icon_1myey_30`},Jc=({className:e})=>U(`svg`,{viewBox:`0 0 24 24`,className:e,fill:`none`,children:U(`rect`,{x:`6`,y:`10.5`,width:`11`,height:`3`,fill:`currentColor`,rx:`0.75`})}),Yc=({width:e=11,height:t=11,className:n=``,onClick:r,color:i})=>U(J,{icon:`fa-solid:check`,width:e,height:t,className:n,onClick:r,color:i}),Xc=a(({checked:e,defaultChecked:t=!1,onChange:n,disabled:r,readOnly:i,required:a,id:o,dataTest:s,...c},l)=>{let[u,d]=p(t),f=e!==void 0,m=f?e:u,h=e=>{f||d(e),n?.({target:{checked:e,name:o}},e)},g=f?{checked:m}:{defaultChecked:t},_=qc.iconContent;return U(Mc,{...c,...g,nativeButton:!0,render:U(`button`,{}),ref:l,className:qc.switch,onCheckedChange:h,disabled:r,readOnly:i,required:a,id:o,name:o,"data-testid":s,children:U(Nc,{className:qc.thumb,children:U(`span`,{className:qc.icon,children:U(m?Yc:Jc,{className:_})})})})}),Zc={RadioWrapper:`_RadioWrapper_1qjtx_1`,"size-small":`_size-small_1qjtx_14`,Radio:`_Radio_1qjtx_1`,RadioRippleContainer:`_RadioRippleContainer_1qjtx_34`,RadioRipple:`_RadioRipple_1qjtx_34`,ripple:`_ripple_1qjtx_1`,RadioHover:`_RadioHover_1qjtx_68`,Indicator:`_Indicator_1qjtx_120`,Error:`_Error_1qjtx_141`},Qc=a(({value:e,dataTest:t,className:n,size:r=`medium`,error:i,disabled:a,...s},c)=>{let l=K(Zc.RadioWrapper,Zc.RadioHover,r===`small`&&Zc[`size-small`],n,i&&Zc.Error),u=K(Zc.Radio,r===`small`&&Zc[`size-small`]),d=f(null),p=o(e=>{if(e.stopPropagation(),!d.current)return;let t=document.createElement(`span`);Zc.RadioRipple&&(t.className=Zc.RadioRipple),t.addEventListener(`animationend`,()=>{t.remove()},{once:!0}),d.current.appendChild(t)},[]);return W(wc,{...s,nativeButton:!0,render:U(`button`,{}),ref:c,value:e,"data-testid":t,className:l,disabled:a,onPointerDown:p,children:[U(`span`,{className:Zc.RadioRippleContainer,ref:d}),U(`span`,{className:u,children:U(Tc,{className:Zc.Indicator})})]})}),$c=a(({value:e,defaultValue:t,onValueChange:n,dataTest:r,error:i,errorText:a,helperText:o,children:s,...c},u)=>{let d=l(),f=l(),p=(i??!1)||(o??!1),m=i?a??`Required`:o,h=p?i?f:d:void 0;return W(Dc,{...c,"data-testid":r,"aria-describedby":h,"aria-invalid":i,ref:u,value:e,defaultValue:t,onValueChange:n,children:[s,p&&W(cl,{id:i?f:d,role:i?`alert`:`status`,className:G(`m-0 flex items-center gap-1 pt-1 text-sm`,i?`text-error-500`:`text-delta-600`),children:[i&&U(me,{width:20,height:20}),m]})]})}),el={"styled-label":`_styled-label_upf4y_1`}[`styled-label`],tl=({children:e,onClick:t,className:n,dataTest:r,style:i})=>U(`div`,{className:G(el,n),style:i,onClick:t,"data-testid":r,children:e}),nl=({dependencyList:e=[]})=>{let t=f(null),[n,r]=p(!1);return u(()=>{let e=t.current;if(!e)return;let n=new ResizeObserver(()=>{let t=Array.from(e.children).some(t=>{let n=t.querySelector(`.MuiChip-label`);if(!n)return!1;let r=t.querySelector(`.MuiButtonBase-root`),i=n.scrollWidth>e.clientWidth,a=r?n.scrollHeight>r.clientHeight:!1;return i||a});r(e=>e===t?e:t)});return n.observe(e),()=>n.disconnect()},[...e]),{wrapDisabled:n,containerRef:t}},rl=a((e,t)=>{let{options:n,dataTest:r,value:i,readOnly:a,multiple:o,title:s,disabled:c,onChange:l,required:u,error:d,helperText:f,valueKey:p=`value`,labelKey:m=`label`,renderLabel:h,getOptionTooltip:g,loading:_,size:v,locale:y=`en`}=e,{containerRef:b,wrapDisabled:x}=nl({dependencyList:[n,n.length]}),S=e=>typeof e==`object`?e?.[m]?.toString()||``:e?.toString()||``,C=e=>typeof e==`object`?e?.[p]:e,w=(e,t)=>C(e)===C(t),T=o?Array.isArray(i)&&i.length>0:i!=null,E=e=>{if(!o){let t=w(e,i)?null:e;if(t===null)return;l(t);return}let t=i??[];l(t.find(t=>w(t,e))?t.filter(t=>!w(t,e)):[...t,e])},D=a?n.filter(e=>!!(o?i?.find(t=>w(t,e)):w(i,e))):n,O=D.findIndex(e=>!(typeof e==`object`&&e?.disabled)&&!a);return W(`div`,{"data-testid":`${r}-dynamic-radio-group`,className:`relative flex flex-col gap-y-1`,children:[s&&U(`span`,{className:`text-base font-semibold text-delta-800`,children:s}),U(`div`,{"aria-hidden":!0,ref:b,className:`pointer-events-none absolute left-0 top-0 flex flex-wrap gap-2 text-sm opacity-0`,style:{width:`100%`},children:D.map(e=>{let t=C(e);return U(De,{className:`w-fit`,readOnly:a,type:o?`checkbox`:`radio`,dataTest:`ic-${String(t)}-hidden`,label:h?h(e):S(e)},String(t))})}),U(`div`,{className:K(`flex flex-wrap gap-2`,x&&`flex-col gap-1`),children:_?W(`div`,{className:`flex flex-wrap gap-2`,children:[U(z,{className:`h-[32px] w-[60px]`}),U(z,{className:`h-[32px] w-[60px]`}),U(z,{className:`h-[32px] w-[60px]`})]}):D?.length?D.map((e,n)=>{let r=C(e),s=!!(o?i?.find(t=>w(t,e)):w(i,e)),l=g?g(e):null;if(a&&!s)return null;let u=typeof e==`object`?!!e?.disabled:!1,d=!u&&!a&&n===O?t:void 0;return U(q,{title:l,arrow:!0,children:U(`span`,{className:K(u&&`cursor-not-allowed`),children:a&&!x?U(we,{ref:d,disabled:c||u,classes:{root:`min-h-[32px] h-full`},className:`w-fit text-sm`,dataTest:`ic-${String(r)}`,label:h?h(e):S(e)}):U(De,{ref:d,disabled:c||u,classes:x?{root:`border-none outline-none bg-transparent w-full flex justify-start h-full min-h-[40px] shadow-none`,label:`block whitespace-normal break-words overflow-visible`}:{root:`min-h-[32px] h-full`},className:`w-fit text-sm`,readOnly:a,type:o?`checkbox`:`radio`,dataTest:`ic-${String(r)}`,checked:s,size:v,onClick:()=>E(e),label:h?h(e):S(e)})})},String(r))}):U(`span`,{children:`-`})}),!u&&T&&!a&&U(Y,{dataTest:`clear-selection-btn`,variant:`text`,startIcon:v===`medium`?U(de,{height:24,width:24,className:`size-6`}):U(de,{height:20,width:20,className:`size-5`}),className:`w-fit`,size:v,onClick:()=>l(o?[]:null),children:y===`en`?`Clear selection`:`Fjern valget`}),W(`div`,{className:K(`flex items-center gap-1 text-sm/5 text-delta-600`,d&&`text-error-500`),children:[d&&U(Pr,{width:20,height:20,className:`min-w-5`}),U(`span`,{className:`line-clamp-1`,children:f||d&&!f&&`Required`})]})]})}),il=a((e,t)=>{let[n,r]=p(!1),{options:a,dataTest:s,value:c,readOnly:l,multiple:u,required:d,onChange:f,size:m,title:h,noOptionsText:g,placeholder:_,disabled:v,helperText:y,disableHelperText:b,error:x,valueKey:S=`value`,labelKey:C=`label`,renderLabel:w,getOptionTooltip:T,startAdornment:E,autocompleteProps:D,loading:O,maxTags:k}=e,A=a.length<11,j=e=>typeof e==`object`?e?.[C]?.toString()||``:e?.toString()||``,M=o(e=>typeof e==`object`?e?.[S]:e,[S]),ee=o((e,t)=>M(e)===M(t),[M]),N=o(e=>{r(!0),D?.onOpen?.(e)},[D]),te=o((e,t)=>{r(!1),D?.onClose?.(e,t)},[D]);return u&&l?U(rl,{...e}):W(`div`,{className:`flex w-full flex-col gap-y-1`,children:[h&&U(`span`,{className:`text-base font-semibold text-delta-800`,children:h}),U(Gc,{open:n,onOpen:N,onClose:te,disableCloseOnSelect:u,dataTest:s,disabled:v||O,noOptionsText:g,loading:O,readOnly:l,value:c,size:m,disableClearable:d,options:a,fullWidth:!0,classes:{listbox:`h-full max-h-[300px]`},getOptionLabel:j||D?.getOptionLabel,onChange:(e,t)=>{f(t)},filterSelectedOptions:!1,isOptionEqualToValue:D?.isOptionEqualToValue??ee,autoHeight:!0,multiple:u,renderTags:e=>{let t=k||a.length,n=e.slice(0,t),r=e.length-t;return W(`div`,{className:`flex flex-wrap gap-2`,children:[n.map(e=>U(we,{dataTest:`${M(e)}-chip`,readOnly:l,variant:`outlined`,label:w?w(e):j(e)||``,classes:{root:`h-fit w-fit min-h-[32px]`,label:`block whitespace-normal`},disabled:v||O,onDelete:()=>{if(!u){f(null);return}f(c.filter(t=>!ee(t,e)))}},M(e)?.toString())),r>0&&U(we,{dataTest:`remaining-count-tag-chip`,label:`+${r}`,variant:`outlined`,onClick:N})]})},popupIcon:O?U(ge,{height:24,width:24}):u?U(ve,{height:24,width:24}):void 0,renderOption:(e,t)=>{let n=typeof t==`object`?!!t?.disabled:!1,r=T?T(t):null;if(u){let a=!!c?.find(e=>ee(e,t));return i(`li`,{...e,key:e.id,onClick:n?void 0:e.onClick,className:K(`flex h-full cursor-pointer gap-x-1 bg-white text-sm/5 hover:bg-gama-50`,n&&`cursor-not-allowed bg-delta-50 hover:bg-delta-50`),"aria-disabled":n},U(q,{arrow:!0,title:r,children:W(H,{children:[U(Lc,{disabled:n,dataTest:`${M(t)}-checkbox`,size:`small`,className:`min-w-[36px]`,checked:a}),w?w(t):U(`span`,{className:`h-fit py-[10px] text-sm text-delta-700`,children:j(t)})]})}))}let a=ee(c,t);return i(`li`,{...e,key:e.id,className:K(`flex h-full cursor-pointer gap-x-1 px-2 text-sm/5 hover:bg-gama-50`,n&&`cursor-not-allowed bg-delta-50 hover:bg-delta-50`),onClick:n?void 0:e.onClick,"aria-disabled":n},U(q,{arrow:!0,title:r,children:W(H,{children:[U(`span`,{className:`h-full w-5 min-w-5 py-[10px]`,children:a&&U(le,{className:`size-5 min-h-5 min-w-5 text-gama-500`,height:20,width:20})}),w?w(t):U(`span`,{className:`py-[10px] text-sm text-delta-700`,children:j(t)})]})}))},renderInput:e=>U(Rc,{dataTest:`${s}-input-field`,...e,inputRef:t,error:x,helperText:b?``:y||` `,variant:`outlined`,label:``,placeholder:_,readOnly:l,onKeyDown:A?e=>e.preventDefault():void 0,autoComplete:A?`off`:`on`,InputProps:{...e.InputProps,startAdornment:E||e.InputProps.startAdornment,style:A?{caretColor:`transparent`}:{}},inputProps:{...e.inputProps,style:A?{caretColor:`transparent`}:{}}}),...D})]})}),al=a((e,t)=>{let{options:n}=e;return n.length>0&&n.length<=5?U(rl,{...e,ref:t}):U(il,{...e,ref:t})}),ol=e=>U(O,{...e,sx:{...e.sx,"& label.MuiInputLabel-shrink":{background:`white !important`,color:`var(--colors-delta-800) !important`},"& label.MuiInputLabel-shrink.Mui-focused":{background:`white !important`,color:`var(--colors-gama-500) !important`},"& label.MuiInputLabel-shrink.Mui-error.Mui-focused":{background:`white !important`,color:`var(--colors-red-500) !important`}}}),sl=({sx:e,...t})=>U(k,{...t,sx:{color:`var(--colors-delta-800)`,margin:0,"& .MuiFormControlLabel-label":{fontSize:`14px`,lineHeight:`20px`},"&.Mui-disabled .MuiFormControlLabel-label":{color:`var(--colors-delta-300)`},...e}}),cl=e=>U(j,{...e}),ll=e=>U(ee,{...e}),ul=e=>U(A,{...e}),dl=e=>U(E,{...e}),fl=e=>U(N,{...e,classes:{paper:G(`border border-solid border-delta-300 shadow-[0px_2px_4px_0px_rgba(34,_33,_51,_0.15)]`,e.classes?.paper),list:G(`py-1`,e.classes?.list),...e.classes}}),pl=e=>U(te,{...e,classes:{selected:`bg-gama-50`,root:G(`px-3 py-2.5 hover:bg-delta-50`,e.classes?.root),...e.classes},sx:{"&.Mui-disabled":{pointerEvents:`auto`,cursor:`not-allowed`,"&:hover":{backgroundColor:`transparent !important`}},...e.sx}}),ml=e=>U(ne,{...e}),hl={"styled-link":`_styled-link_um6g7_1`,"styled-link-disabled":`_styled-link-disabled_um6g7_16`,"styled-link-xs":`_styled-link-xs_um6g7_32`,"styled-link-small":`_styled-link-small_um6g7_37`,"styled-link-large":`_styled-link-large_um6g7_42`},gl=({href:e,disabled:t,size:n=`large`,dataTest:r,reflink:i,className:a,content:o,contentNode:s,...c})=>{let l=hl[`styled-link-large`];switch(n){case`large`:l=hl[`styled-link-large`];break;case`small`:l=hl[`styled-link-small`];break;case`xs`:l=hl[`styled-link-xs`];break}return t?W(`span`,{className:G(hl[`styled-link`],hl[`styled-link-disabled`],l,a),children:[o,s]}):W(`a`,{...c,"data-testid":r,ref:i,href:e,className:G(hl[`styled-link`],l,a),children:[o,s]})},_l=e=>U(ie,{...e,sx:{letterSpacing:`normal`,"&.MuiTab-textColorPrimary.Mui-selected":{color:`var(--colors-gama-500)`},"&.MuiTab-textColorPrimary":{color:`var(--colors-gray-600)`},"&.MuiTab-textColorPrimary.Mui-disabled":{color:`var(--colors-gray-300)`}}}),vl={"& .MuiTabs-scroller":{borderBottom:`1px solid var(--colors-delta-200)`},"& .MuiTabs-scrollButtons":{border:`1px solid var(--colors-delta-500)`,width:40,height:40,borderRadius:`10%`,display:`none`,justifyContent:`center`,alignItems:`center`,position:`relative`,top:2,"& svg":{fontSize:24,color:`var(--colors-delta-700)`},"&:hover":{backgroundColor:`var(--colors-gama-50)`},"&:first-of-type":{marginRight:`8px`},"&:last-of-type":{marginLeft:`8px`},transition:`opacity 0.3s ease, transform 0.3s ease`,opacity:0,transform:`scale(0)`},"& .MuiTabs-scrollButtons.Mui-disabled":{display:`none`},"& .MuiTabs-scrollButtons:not(.Mui-disabled)":{display:`flex`,opacity:1,transform:`scale(1)`}},yl={minHeight:36,"& .MuiTab-root":{height:36,minHeight:36,paddingLeft:`12px`,paddingRight:`12px`,paddingTop:`8px`,paddingBottom:`8px`}},bl=({className:e,size:t=`default`,sx:n,...r})=>{let i=[vl,...t===`small`?[yl]:[],...n?Array.isArray(n)?n:[n]:[]];return U(ae,{...r,className:K(`relative rounded-t-lg bg-white px-4`,e),TabIndicatorProps:{style:{background:`var(--colors-gama-500)`,color:`var(--colors-gama-500)`}},sx:i})},xl={AccordionRoot:`_AccordionRoot_wzlmo_1`,Trigger:`_Trigger_wzlmo_9`,Header:`_Header_wzlmo_18`,TriggerIcon:`_TriggerIcon_wzlmo_40`,TriggerIconRight:`_TriggerIconRight_wzlmo_48`,Panel:`_Panel_wzlmo_56`,Content:`_Content_wzlmo_67`},Sl=({className:e,children:t,expanded:n,defaultExpanded:r,onChange:i,...a})=>{let o=`item`;return U(Ga,{...a,type:`single`,className:K(xl.AccordionRoot,e),onValueChange:e=>{i?.(e.includes(o))},...n===void 0?{defaultValue:r?[o]:[]}:{value:n?[o]:[]},children:U(Do,{value:o,children:t})})},Cl=({size:e=`large`,expandChevronRight:t,className:n,headerClassName:r,sx:i,children:a,...o})=>{let s=e===`small`,c={"--trigger-height":s?`48px`:`72px`,"--trigger-padding-x":s?`8px`:`16px`,"--trigger-font-size":s?`14px`:`18px`,"--chevron-size":s?`20px`:`24px`,...i};return U(Oo,{className:G(xl.Header,r),children:U(ws,{...o,className:G(xl.Trigger,n),style:c,children:t?W(H,{children:[a,U(ue,{className:G(xl.TriggerIcon,xl.TriggerIconRight),"data-state-icon":!0})]}):W(H,{children:[U(ue,{className:xl.TriggerIcon,"data-state-icon":!0}),a]})})})},wl=({children:e,className:t,contentClassName:n,...r})=>U(As,{...r,className:G(xl.Panel,t),children:U(`div`,{className:G(xl.Content,n),children:e})}),Tl=({anchorOrigin:e,transformOrigin:t,className:n,...r})=>U(I,{anchorOrigin:e??{vertical:`bottom`,horizontal:`left`},transformOrigin:t??{vertical:`top`,horizontal:`left`},className:n??`my-1`,...r}),El=({filterIsActive:e,label:t,hideLabel:n=!1,size:r=`large`,variant:i=`outlined`,...a})=>U(H,{children:W(`div`,{className:`relative h-fit w-fit`,children:[U(Y,{...a,type:`button`,startIcon:U(jr,{width:r===`large`?24:20,height:r===`large`?24:20}),variant:i,size:r,children:!n&&(t??`Filter`)}),e&&U(`div`,{className:G(`absolute h-2 w-2 rounded-full bg-gama-400`,r===`large`?`right-2 top-2`:`right-1 top-1`)})]})}),Dl=()=>{let[e,t]=p(null),n=e=>{t(()=>e.currentTarget)},r=()=>{t(()=>null)};return{anchorEl:e,onClose:r,onAnchorClick:t=>{e?r():n(t)}}},Ol=e=>n.isValidElement(e)||typeof e==`string`||typeof e==`number`||e===null||Array.isArray(e),kl=({filterIsActive:e,popoverContent:t,dataTest:r,disabled:i,size:a=`large`,variant:o=`outlined`,popoverProps:s,anchorNode:c,label:l,hideLabel:u})=>{let{onAnchorClick:d,onClose:f,anchorEl:p}=Dl(),m=c?.({isOpen:!!p,onClose:f});return W(H,{children:[W(`div`,{className:`relative h-fit w-fit`,children:[c&&n.isValidElement(m)?n.cloneElement(m,{onClick:d}):U(Y,{type:`button`,disabled:i,variant:o,startIcon:U(jr,{width:a===`large`?24:20,height:a===`large`?24:20}),onClick:d,size:a,dataTest:r,"data-popover-open":!!p||void 0,children:!u&&(l??`Filter`)}),e&&U(`div`,{className:G(`absolute h-2 w-2 rounded-full bg-gama-400`,a===`large`?`right-2 top-2`:`right-1 top-1`)})]}),U(Tl,{...s,open:!!p,anchorEl:p,onClose:f,anchorOrigin:s?.anchorOrigin??{vertical:`bottom`,horizontal:`right`},transformOrigin:s?.transformOrigin??{vertical:`top`,horizontal:`right`},className:s?.className??`my-1`,children:Ol(t)?t:t({isOpen:!!p,onClose:f})})]})},Al=({className:e,contentToCopy:t,locale:n,messageInfo:r,text:i})=>{let a=n===`en`?`Copy`:`Kopier`,o=_i();return U(q,{title:a,children:U(`div`,{children:U(Y,{dataTest:`copy-button`,className:e,size:`small`,variant:`text`,startIcon:U(fe,{width:20,height:20}),onClick:()=>{navigator.clipboard.writeText(t).then(()=>{r(n===`no`?`Kopiert til utklippstavle`:`Copied to clipboard`)}).catch(e=>console.error(`Copying failed with this: `,e))},children:!o&&(i??a)})})})},jl={"copy-wrapper":`_copy-wrapper_1gjzc_1`,"hidden-copy":`_hidden-copy_1gjzc_1`},Ml=({className:e,contentToCopy:t,locale:n,messageInfo:r,children:i})=>W(`div`,{className:K(`flex items-center hover:text-gama-500`,jl[`copy-wrapper`],e),children:[i,U(q,{title:n===`no`?`Kopier`:`Copy`,className:jl[`hidden-copy`],children:U(`div`,{children:U(Y,{dataTest:`copy-button`,size:`small`,variant:`text`,className:`cursor-pointer`,onClick:e=>{e.preventDefault(),e.stopPropagation(),navigator.clipboard.writeText(t).then(()=>{r(n===`no`?`Kopiert til utklippstavle`:`Copied to clipboard`)}).catch(e=>console.error(`Copying failed with this: `,e))},startIcon:U(fe,{width:20,height:20})})})})]}),Nl={"styled-widget-title":`_styled-widget-title_1mja5_1`},Pl=function(e){return U(`div`,{className:Nl[`styled-widget-title`],children:e.children})},Fl={"styled-widget-header":`_styled-widget-header_yk04z_1`},Il=({actions:e,title:t,containerClassname:n,actionsClassname:r})=>W(`div`,{className:K(Fl[`styled-widget-header`],n),children:[U(Pl,{children:t}),U(`div`,{className:r,children:e})]}),Ll={"asma-ui-core-styled-widget":`_asma-ui-core-styled-widget_gzht1_1`,"empty-state":`_empty-state_gzht1_13`,"widget-header":`_widget-header_gzht1_16`,"widget-header-left":`_widget-header-left_gzht1_22`,"widget-header-right":`_widget-header-right_gzht1_28`,"widget-content":`_widget-content_gzht1_34`,"widget-footer":`_widget-footer_gzht1_44`,"widget-link":`_widget-link_gzht1_49`};function Rl(e){return U(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:`1em`,height:`1em`,viewBox:`0 0 24 24`,...e,children:U(`path`,{fill:`currentColor`,d:`M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6l-6 6z`})})}var zl=({children:e,title:t,titleNode:n,icon:r,link:i,viewMore:a,persistKey:o,isLoading:s,isEmpty:c,emptyText:l,headerRight:u,headerRightClassName:d})=>{let[f,m]=p(()=>o?localStorage.getItem(o)===`true`:!1),h=!!i&&!i.hide,g=!!a&&!a.hide;return W(`div`,{className:`${Ll[`asma-ui-core-styled-widget`]} ${c?Ll[`empty-state`]:``}`,children:[W(`div`,{className:Ll[`widget-header-left`],children:[r,n??U(Pl,{children:t}),U(`div`,{className:`${Ll[`widget-header-right`]} ${d??``}`,children:u})]}),U(`div`,{className:Ll[`widget-content`],children:W(H,{children:[e,U(ji,{isLoading:s}),U(Ei,{isEmpty:c,emptyText:l})]})}),g&&W(`div`,{className:Ll[`widget-footer`],children:[a.hide?U(`div`,{}):U(Y,{disabled:a.disabled,dataTest:`view-more`,variant:`text`,endIcon:U(f?Rl:ui,{width:20,height:20}),onClick:()=>{m(!f),o&&localStorage.setItem(o,String(!f)),a.onClick?.()},children:f?a.viewLessText:a.viewMoreText}),h?U(gl,{dataTest:`go-to-button`,className:Ll[`widget-link`],size:`small`,href:i.href,onClick:i.onClick,content:i.content}):U(`div`,{})]})]})},Bl={"styled-module-title":`_styled-module-title_174mo_1`},Vl=function(e){return U(`h1`,{"data-testid":e.dataTest,className:Bl[`styled-module-title`],children:e.children})},Hl={dialog:`_dialog_erjok_1`,"opacity-appear":`_opacity-appear_erjok_1`,hidden:`_hidden_erjok_9`},Ul=()=>{let[e,t]=p(null),[n,r]=p(!1),i=o(e=>{t(e.currentTarget),r(!0)},[]);return{open:n,handleClose:o(()=>{r(!1)},[]),handleOpen:i,anchorEl:e}};function Wl(e){return U(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:`1em`,height:`1em`,viewBox:`0 0 24 24`,...e,children:U(`path`,{fill:`currentColor`,d:`M10 21v-2H6.41l4.5-4.5l-1.41-1.41l-4.5 4.5V14H3v7zm4.5-10.09l4.5-4.5V10h2V3h-7v2h3.59l-4.5 4.5z`})})}function Gl(e){return U(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:`1em`,height:`1em`,viewBox:`0 0 24 24`,...e,children:U(`path`,{fill:`currentColor`,d:`M19.5 3.09L15 7.59V4h-2v7h7V9h-3.59l4.5-4.5zM4 13v2h3.59l-4.5 4.5l1.41 1.41l4.5-4.5V20h2v-7z`})})}var Kl=typeof global==`object`&&global&&global.Object===Object&&global,ql=typeof self==`object`&&self&&self.Object===Object&&self,Jl=(Kl||ql||Function(`return this`)()).Symbol,Yl=Object.prototype,Xl=Yl.hasOwnProperty,Zl=Yl.toString,Ql=Jl?Jl.toStringTag:void 0;function $l(e){var t=Xl.call(e,Ql),n=e[Ql];try{e[Ql]=void 0;var r=!0}catch{}var i=Zl.call(e);return r&&(t?e[Ql]=n:delete e[Ql]),i}var eu=Object.prototype.toString;function tu(e){return eu.call(e)}var nu=`[object Null]`,ru=`[object Undefined]`,iu=Jl?Jl.toStringTag:void 0;function au(e){return e==null?e===void 0?ru:nu:iu&&iu in Object(e)?$l(e):tu(e)}var ou=Array.isArray;function su(e){var t=typeof e;return e!=null&&(t==`object`||t==`function`)}var cu=`[object AsyncFunction]`,lu=`[object Function]`,uu=`[object GeneratorFunction]`,du=`[object Proxy]`;function fu(e){if(!su(e))return!1;var t=au(e);return t==lu||t==uu||t==cu||t==du}var pu=({onCloseText:e=``,onMinimizeText:t=``,onExpandText:n=``,onFullScreenText:r=``,showCloseIcon:i=!0,showMinimizeIcon:a=!0,showExpandIcon:o=!0,showFullScreenIcon:s=!0,title:c,label:l,children:u,open:d,onClose:f,className:m=``,primaryButtonText:h,primaryButtonLoading:g=!1,secondaryButtonText:_,onPrimaryButtonClick:v,onSecondaryButtonClick:y,dataTest:b,actionNode:x,extraActions:S,extraActionsText:C,btnContainerClassName:w,footerClassName:T,footerInfo:E,locale:D=`en`,enableFullscreen:O=!0,fullScreenState:k,handleFullScreenState:A})=>{let[j,M]=p(!1),[ee,N]=p(!1),{open:te,anchorEl:ne,handleOpen:P,handleClose:F}=Ul();if(!d)return null;let I=k??ee,L=h??g,R=L||_,re=()=>{M(!j)};return W(H,{children:[I&&!j&&U(`div`,{className:`fixed inset-0 z-[51] bg-[rgb(98,110,126)] bg-opacity-70`}),U(`div`,{style:{zIndex:51},className:K(Hl.dialog,!j&&Hl.hidden),children:W(`div`,{className:G(`flex items-center justify-between`,!j&&`hidden`),"data-testid":b,children:[U(`div`,{className:`truncate text-lg font-semibold text-delta-800`,children:c}),W(`div`,{className:`flex items-center gap-x-1`,children:[o&&U(q,{title:D===`en`?`Expand`:`Utvid`,children:U(`div`,{children:U(Y,{dataTest:`minimize-button`,variant:`text`,size:`small`,onClick:re,endIcon:U(he,{height:20,width:20,color:`text-gama-500`}),children:n})})}),i&&U(q,{title:D===`en`?`Close`:`Lukk`,children:U(`div`,{children:U(Y,{dataTest:`close-button`,variant:`textGray`,size:`small`,onClick:f,endIcon:U(de,{height:20,width:20,color:`text-delta-700`}),children:e})})})]})]})}),W(`div`,{className:K(`fixed bottom-4 right-4 z-[51] rounded-lg bg-white shadow-[0_4px_40px_0px_rgba(34,33,51,0.4)] transition-all duration-300`,m&&!j?m:``,j&&`!h-0 !w-0 opacity-0 duration-0`,I&&!j&&`fixed left-1/2 top-1/2 h-[95dvh] w-full max-w-[1000px] -translate-x-1/2 -translate-y-1/2 duration-0`),"data-testid":b,children:[W(`div`,{className:`flex flex-col gap-y-2 border-b-[1px] border-delta-200 p-4`,children:[W(`div`,{className:`flex items-center justify-between`,children:[l?U(`div`,{className:`text-sm text-delta-700`,children:l}):U(`div`,{className:`text-2xl font-semibold text-delta-800`,children:c}),W(`div`,{className:`flex items-center gap-x-1`,children:[x,a&&U(q,{title:D===`en`?`Minimize`:`Minimer`,children:U(`div`,{children:U(Y,{dataTest:`minimize-button`,variant:`textGray`,size:`small`,onClick:re,endIcon:U(_e,{height:20,width:20,color:`text-delta-700`}),children:t})})}),O&&s&&U(q,{title:I?D===`en`?`Exit full screen`:`Avslutt fullskjerm`:D===`en`?`Full screen`:`Fullskjerm`,children:U(`div`,{children:U(Y,{dataTest:`fullscreen-button`,variant:`textGray`,size:`small`,onClick:()=>{k!==void 0&&A?A():N(!ee)},endIcon:U(I?Gl:Wl,{width:20,height:20,color:`text-delta-700`}),children:r})})}),i&&U(q,{title:D===`en`?`Close`:`Lukk`,children:U(`div`,{children:U(Y,{dataTest:`close-button`,variant:`textGray`,size:`small`,onClick:f,endIcon:U(de,{height:20,width:20,color:`text-delta-700`}),children:e})})})]})]}),l&&U(`div`,{className:`truncate text-2xl font-semibold text-delta-800`,children:c})]}),W(`div`,{className:G(`flex flex-col`,I&&!j&&`h-[87dvh]`),children:[U(`div`,{className:`flex-grow overflow-y-auto`,children:typeof u==`function`?u({fullScreen:I}):u}),(ou(S)&&S.length||fu(S))&&C||E?W(`div`,{className:K(`flex items-center justify-between border-0 border-t-[1px] border-solid border-delta-200 bg-white p-4`,T),children:[ou(S)&&S.length&&C?W(H,{children:[U(Y,{dataTest:`extra-actions-button`,variant:`textGray`,startIcon:U(pe,{width:24,height:24}),onClick:P,children:C}),U(fl,{open:te,anchorEl:ne,onClose:F,children:S.map(e=>U(pl,{className:e.className,onClick:e.onClick,children:e.label},e.label))})]}):C&&fu(S)&&U(Y,{dataTest:`extra-action-button`,variant:`text`,onClick:S,children:C}),` `,E,R?W(`div`,{className:K(`flex justify-end gap-x-4`,w),children:[_&&y&&U(Y,{dataTest:`cancel-button`,variant:`outlined`,onClick:y,children:_}),L&&v&&U(Y,{dataTest:`save-button`,startIcon:g&&U(ge,{width:24,height:24}),onClick:v,children:h})]}):null]}):U(H,{children:R?W(`div`,{className:K(`flex justify-end gap-x-4 border-t-[1px] border-delta-200 p-4`,w),children:[_&&y&&U(Y,{dataTest:`cancel-button`,variant:`outlined`,onClick:y,children:_}),L&&v&&U(Y,{dataTest:`save-button`,startIcon:g&&U(ge,{width:24,height:24}),onClick:v,children:h})]}):null})]})]})]})},mu=({showCloseIcon:e,tooltipTitle:t,onClick:n})=>e?U(q,{title:t,placement:`top`,children:U(`div`,{children:U(Y,{dataTest:`close-button`,variant:`textGray`,size:`small`,onClick:n,endIcon:U(de,{height:20,width:20,color:`text-delta-700`})})})}):null,hu=({visibility:e,tooltipTitle:t,onClick:n,type:r})=>e?r===`expand`?U(`div`,{children:U(q,{title:t,placement:`top`,children:U(`div`,{children:U(Y,{dataTest:`toggle-minimize-btn`,variant:`text`,size:`small`,onClick:n,endIcon:U(he,{height:20,width:20,color:`text-gama-500`})})})})}):r===`minimize`?U(`div`,{children:U(q,{title:t,placement:`top`,children:U(`div`,{children:U(Y,{dataTest:`toggle-minimize-btn`,variant:`textGray`,size:`small`,onClick:n,endIcon:U(_e,{height:20,width:20,color:`text-delta-700`})})})})}):null:null,gu=({fullScreen:e,showFullScreenIcon:t,tooltipTitle:n,onClick:r})=>t?U(q,{title:n,children:U(`div`,{children:U(Y,{dataTest:`fullscreen-button`,variant:`textGray`,size:`small`,onClick:r,endIcon:U(e?Gl:Wl,{width:20,height:20,color:`text-delta-700`})})})}):null,_u={"dialog-base":`_dialog-base_16tvw_1`,"minimized-dialog":`_minimized-dialog_16tvw_5`,dialog:`_dialog_16tvw_1`,hidden:`_hidden_16tvw_27`},vu={en:{close:`Close`,expand:`Expand`,minimize:`Minimize`,fullscreen:`Fullscreen`,exitFullscreen:`Exit fullscreen`},no:{close:`Lukk`,expand:`Utvid`,minimize:`Minimer`,fullscreen:`Fullskjerm`,exitFullscreen:`Avslutt fullskjerm`}};function yu(e=`en`){return d(()=>vu[e]??vu.en,[e])}var bu=({fullScreenState:e,handleFullScreenState:t,minimizedState:n,handleMinimizedState:r})=>{let[i,a]=p(!1),[o,s]=p(!1);return{fullScreen:e??o,setFullScreen:e=>t?t():s(e),minimized:n??i,setMinimized:e=>r?r(e):a(e)}},xu=e=>{let{showCloseIcon:t=!0,showMinimizeIcon:n=!0,showExpandIcon:r=!0,enableFullscreen:i=!0,title:a,label:o,children:s,open:c,onClose:l,classNameOverrides:u={maximized:``,minimized:``,fullscreen:``},dataTest:d,actionNode:p,locale:m=`en`,style:h}=e,g=_i(),_=yu(m),v=f(null),{minimized:y,setMinimized:b,fullScreen:x,setFullScreen:S}=bu(e);return c?W(H,{children:[U(`div`,{style:{zIndex:51,...h},className:K(_u[`minimized-dialog`],!y&&_u.hidden,u.minimized),children:W(`div`,{className:G(`flex items-center justify-between`,!y&&`hidden`),"data-testid":d,children:[U(`div`,{className:`max-w-[303px] truncate pr-1 text-lg font-semibold text-delta-800`,children:U(q,{title:a,placement:`top`,children:U(`div`,{className:`truncate`,children:a})})}),W(`div`,{className:`flex items-center gap-x-1`,children:[U(hu,{type:`expand`,visibility:r,onClick:()=>{b(!y)},tooltipTitle:_.expand}),U(mu,{showCloseIcon:t,onClick:l,tooltipTitle:_.close})]})]})}),x&&!y&&U(`div`,{className:`fixed inset-0 z-[52] bg-[rgb(98,110,126)] bg-opacity-70`,onClick:()=>{S(!1)}}),W(`div`,{style:{zIndex:51,...h},ref:v,className:K(_u.dialog,y&&_u.hidden,u.maximized,x&&!y&&`fixed left-1/2 top-1/2 z-[53] h-[95dvh] w-full max-w-[1000px] -translate-x-1/2 -translate-y-1/2 duration-0`),children:[W(`div`,{className:K(`flex flex-col border-b-[1px] border-delta-200 px-4`,g?`py-3`:`py-4`),children:[W(`div`,{className:`flex items-center justify-between`,children:[o?U(`div`,{className:`text-sm text-delta-700`,children:o}):U(`div`,{className:K(`font-semibold text-delta-800`,g?`line-clamp-2 text-xl`:`line-clamp-1 text-2xl`),children:a}),W(`div`,{className:`flex items-center gap-x-1`,children:[p,U(hu,{visibility:n&&!g,type:`minimize`,onClick:()=>{b(!y)},tooltipTitle:_.minimize}),U(gu,{showFullScreenIcon:i&&!g,fullScreen:x,onClick:()=>{S(!x)},tooltipTitle:x?_.exitFullscreen:_.fullscreen}),U(mu,{showCloseIcon:t,onClick:l,tooltipTitle:_.close})]})]}),o&&U(`div`,{className:K(`font-semibold text-delta-800`,g?`line-clamp-2 text-xl`:`line-clamp-1 text-2xl`),children:a})]}),U(`div`,{className:K(y&&`hidden`,`flex flex-grow flex-col overflow-y-auto`),children:s})]})]}):null},Su=e=>(window.addEventListener(`resize`,e),()=>window.removeEventListener(`resize`,e));function Cu(){return m(Su,()=>window.innerWidth,()=>0)}var wu=16;function Tu({config:e,MAX_DIALOG_WIDTH:t=600}){let n=r(void 0),i=({children:r})=>{let[i,a]=p([]),s=Cu(),c=o(e=>{let n=[...e].sort((e,t)=>e.order-t.order),r=n.length||1,i=Math.min(t,(s-(r+1)*wu)/r);return n.map((e,t)=>({...e,width:i,position:{right:wu+t*(i+wu)}}))},[s]),l=o((t,n)=>{let r=e[t]?.dependencies,i=e[t]?.order??1/0,o=n??i;a(e=>{let n=e.find(e=>e.id===t),i={id:t,open:!0,width:0,position:{right:0},dependencies:r,order:o};return c((n?e.map(e=>e.id===t?{...e,open:!0,dependencies:r}:e):[...e,i]).filter(e=>e.open))})},[c]),u=o(e=>{a(t=>{let n=new Set([e]),r;do{r=!1;for(let e of t)e.dependencies?.some(e=>n.has(e))&&!n.has(e.id)&&(n.add(e.id),r=!0)}while(r);return c(t.filter(e=>!n.has(e.id)))})},[c]),d=o(e=>i.find(t=>t.id===e),[i]);return U(n.Provider,{value:{dialogs:i,openDialog:l,closeDialog:u,getDialogState:d},children:r})};function a(){let e=s(n);if(!e)throw Error(`useDialogStack must be used within DialogStackProvider`);return e}return{DialogStackProvider:i,useDialogStack:a}}export{_r as ArchiveIcon,$n as AssignmentIcon,er as AssignmentOutlineIcon,g as Avatar,Qr as BadgeIcon,Fn as BellIcon,Pn as BellOutlineIcon,Ir as CalendarBlankOutlineIcon,Xn as CalendarIcon,Qn as CalendarRangeIcon,yr as CheckBoxCheckedIcon,Yn as CheckFactIcon,Jn as CheckFactOutlineIcon,Ic as CheckIcon,qn as CheckOutlineIcon,zn as ChevronDoubleLeftIcon,Bn as ChevronDoubleRightIcon,br as ChevronDownIcon,Rn as ChevronLeftIcon,Ln as ChevronRightIcon,xr as ChevronUpIcon,b as ClickAwayListener,Sr as CloseIcon,Jr as ConsentsIcon,x as Container,Al as CopyButton,Ml as CopyWrapper,Un as DashboardViewIcon,Wn as DashboardViewOutlineIcon,Ar as DeleteOutlineIcon,fr as DotsVerticalIcon,vr as DownloadIcon,Or as DragHorizontalIcon,gr as DropDownIcon,hr as DropUpIcon,Nr as DvrIcon,Ur as EarthIcon,$r as EditSquareIcon,Pr as ErrorOutlineIcon,D as Fade,Rr as FastCheckOutlineIcon,kr as FilePdfIcon,jr as FilterIcon,cr as FindReplaceIcon,lr as FindReplacePeopleIcon,M as FormLabel,In as HamburgerIcon,ri as HandymanIcon,ni as HandymanOutlineIcon,Tr as InboxOutboxIcon,Er as InboxOutboxOutlineIcon,Fc as IndeterminateIcon,Xr as KeyboardCapslockIcon,Lr as LinkOutlineIcon,tr as ListNumberedIcon,Hr as ListSettingsLineIcon,Br as ListStatusIcon,mr as LoadingIcon,Mr as LockIcon,nr as MessageProcessingIcon,rr as MessageProcessingOutlineIcon,Zr as MessageReplyIcon,pu as MinimizableDialog,xu as MinimizableDialogV2,Yr as MinimizeIcon,Zn as NewCalendarIcon,qr as OutlineCalendarMonth,P as Paper,Hn as PdfIcon,Gr as PencilOutlineIcon,Kn as PeopleIcon,Gn as PeopleOutlineIcon,Cr as PermMediaIcon,wr as PermMediaOutline,ur as PersonIcon,dr as PersonOutlineIcon,ii as PinIcon,ei as PlusIcon,ti as PlusIconCircle,L as Popper,Vn as QnrIcon,Fr as ReplayIcon,ir as ReportBoxIcon,ar as ReportBoxOutlineIcon,pr as SearchIcon,or as SettingsIcon,Wr as SettingsMenuHorizontalIcon,sr as SettingsOutlineIcon,z as Skeleton,V as Stack,fi as StyledAIDisclosure,Sl as StyledAccordion,wl as StyledAccordionDetails,Cl as StyledAccordionSummary,Ce as StyledBadge,Y as StyledButton,Lc as StyledCheckbox,we as StyledChip,vi as StyledDialog,bi as StyledDialogActions,Si as StyledDialogContent,wi as StyledDialogTitle,dl as StyledDrawer,al as StyledDynamicSelect,Ei as StyledEmptyPage,El as StyledFilterButton,kl as StyledFilterMenu,ki as StyledFilteredEmptyState,ol as StyledFormControl,sl as StyledFormControlLabel,ul as StyledFormGroup,cl as StyledFormHelperText,li as StyledFormLabel,Rc as StyledInputField,ll as StyledInputLabel,De as StyledInteractiveChip,tl as StyledLabel,gl as StyledLink,ji as StyledLoading,fl as StyledMenu,pl as StyledMenuItem,ml as StyledMenuList,Vl as StyledModuleTitle,Tl as StyledPopover,Qc as StyledRadio,$c as StyledRadioGroup,zc as StyledSearchField,Hc as StyledSelect,Gc as StyledSelectAutocomplete,Uc as StyledSelectItem,Kc as StyledSlider,Xc as StyledSwitch,_l as StyledTab,bl as StyledTabs,Vc as StyledTextarea,q as StyledTooltip,oi as StyledTypography,zl as StyledWidget,Il as StyledWidgetHeader,Pl as StyledWidgetTitle,Vr as TextBoxCheckOutlineIcon,Dr as TopicIcon,zr as UnknownDocumentOutlineRoundedIcon,Kr as WarningAmberOutlineIcon,ai as WorkIcon,K as cn,Tu as createDialogStack,Se as prepareForSlot};
|
|
4
|
+
`));return t.cloneElement(a,e)}if(e&&typeof e==`string`)return Ba(e,r);throw Error(process.env.NODE_ENV===`production`?$i(8):`Base UI: Render element or function are not defined.`)}function za(e){let t=e.name;t.length!==0&&Ia.test(t)&&La.test(t)&&Ui(`The \`render\` prop received a function named \`${t}\` that starts with an uppercase letter.`,"This usually means a React component was passed directly as `render={Component}`.","Base UI calls `render` as a plain function, which can break the Rules of Hooks during reconciliation.",`If this is an intentional render callback, rename it to start with a lowercase letter.`,"Use `render={<Component />}` or `render={(props) => <Component {...props} />}` instead.",`https://base-ui.com/r/invalid-render-prop`)}function Ba(e,n){return e===`button`?i(`button`,{type:`button`,...n,key:n.key}):e===`img`?i(`img`,{alt:``,...n,key:n.key}):t.createElement(e,n)}var Va=`none`,Ha=`trigger-press`;function Ua(e,t,n,r){let i=!1,a=!1,o=r??pa;return{reason:e,event:t??new Event(`base-ui`),cancel(){i=!0},allowPropagation(){a=!0},get isCanceled(){return i},get isPropagationAllowed(){return a},trigger:n,...o}}var Wa={value:()=>null},Ga=t.forwardRef(function(e,n){let{render:r,className:i,disabled:a=!1,hiddenUntilFound:o,keepMounted:s,loopFocus:c=!0,onValueChange:l,multiple:u=!1,orientation:d=`vertical`,value:f,defaultValue:p,style:m,...h}=e,g=Zi();process.env.NODE_ENV!==`production`&&Z(()=>{o&&s===!1&&Ui("The `keepMounted={false}` prop on a Accordion.Root will be ignored when using `hiddenUntilFound` since it requires Panels to remain mounted when closed.")},[o,s]);let _=t.useMemo(()=>{if(f===void 0)return p??[]},[f,p]),v=X(l),y=t.useRef([]),[b,x]=Pi({controlled:f,default:_,name:`Accordion`,state:`value`}),S=X((e,t)=>{let n=Ua(Va);if(!u){let t=b[0]===e?[]:[e];if(v(t,n),n.isCanceled)return;x(t)}else if(t){let t=b.slice();if(t.push(e),v(t,n),n.isCanceled)return;x(t)}else{let t=b.filter(t=>t!==e);if(v(t,n),n.isCanceled)return;x(t)}}),C=t.useMemo(()=>({value:b,disabled:a,orientation:d}),[b,a,d]),w=t.useMemo(()=>({accordionItemRefs:y,direction:g,disabled:a,handleValueChange:S,hiddenUntilFound:o??!1,keepMounted:s??!1,loopFocus:c,orientation:d,state:C,value:b}),[g,a,S,o,s,c,d,C,b]),T=Ma(`div`,e,{state:C,ref:n,props:[{dir:g,role:`region`},h],stateAttributesMapping:Wa});return U(ea.Provider,{value:w,children:U(Ki,{elementsRef:y,children:T})})});process.env.NODE_ENV!==`production`&&(Ga.displayName=`AccordionRoot`);var Ka={...t},qa=0;function Ja(e,n=`mui`){let[r,i]=t.useState(e),a=e||r;return t.useEffect(()=>{r??(qa+=1,i(`${n}-${qa}`))},[r,n]),a}var Ya=Ka.useId;function Xa(e,t){if(Ya!==void 0){let n=Ya();return e??(t?`${t}-${n}`:n)}return Ja(e,t)}function Za(e){return Xa(e,`base-ui`)}var Qa=[];function $a(e){t.useEffect(e,Qa)}var eo=null,to=globalThis.requestAnimationFrame,no=new class{callbacks=[];callbacksCount=0;nextId=1;startId=1;isScheduled=!1;tick=e=>{this.isScheduled=!1;let t=this.callbacks,n=this.callbacksCount;if(this.callbacks=[],this.callbacksCount=0,this.startId=this.nextId,n>0)for(let n=0;n<t.length;n+=1)t[n]?.(e)};request(e){let t=this.nextId;this.nextId+=1,this.callbacks.push(e),this.callbacksCount+=1;let n=process.env.NODE_ENV!==`production`&&to!==requestAnimationFrame&&(to=requestAnimationFrame,!0);return(!this.isScheduled||n)&&(requestAnimationFrame(this.tick),this.isScheduled=!0),t}cancel(e){let t=e-this.startId;t<0||t>=this.callbacks.length||(this.callbacks[t]=null,--this.callbacksCount)}},$=class e{static create(){return new e}static request(e){return no.request(e)}static cancel(e){return no.cancel(e)}currentId=eo;request(e){this.cancel(),this.currentId=no.request(()=>{this.currentId=eo,e()})}cancel=()=>{this.currentId!==eo&&(no.cancel(this.currentId),this.currentId=eo)};disposeEffect=()=>this.cancel};function ro(){let e=Li($.create).current;return $a(e.disposeEffect),e}function io(e){return e==null?e:`current`in e?e.current:e}var ao=function(e){return e.startingStyle=`data-starting-style`,e.endingStyle=`data-ending-style`,e}({}),oo={[ao.startingStyle]:``},so={[ao.endingStyle]:``},co={transitionStatus(e){return e===`starting`?oo:e===`ending`?so:null}};function lo(e,t=!1,n=!0){let r=ro();return X((i,a=null)=>{r.cancel();let o=io(e);if(o==null)return;let s=o,c=()=>{be.flushSync(i)};if(typeof s.getAnimations!=`function`||globalThis.BASE_UI_ANIMATIONS_DISABLED){i();return}function l(){Promise.all(s.getAnimations().map(e=>e.finished)).then(()=>{a?.aborted||c()}).catch(()=>{if(n){a?.aborted||c();return}let e=s.getAnimations();!a?.aborted&&e.length>0&&e.some(e=>e.pending||e.playState!==`finished`)&&l()})}if(t){let e=ao.startingStyle;if(!s.hasAttribute(e)){r.request(l);return}let t=new MutationObserver(()=>{s.hasAttribute(e)||(t.disconnect(),l())});t.observe(s,{attributes:!0,attributeFilter:[e]}),a?.addEventListener(`abort`,()=>t.disconnect(),{once:!0});return}r.request(l)})}function uo(e,n=!1,r=!1){let[i,a]=t.useState(e&&n?`idle`:void 0),[o,s]=t.useState(e);return e&&!o&&(s(!0),a(`starting`)),!e&&o&&i!==`ending`&&!r&&a(`ending`),!e&&!o&&i===`ending`&&a(void 0),Z(()=>{if(!e&&o&&i!==`ending`&&r){let e=$.request(()=>{a(`ending`)});return()=>{$.cancel(e)}}},[e,o,i,r]),Z(()=>{if(!e||n)return;let t=$.request(()=>{a(void 0)});return()=>{$.cancel(t)}},[n,e]),Z(()=>{if(!e||!n)return;e&&o&&i!==`idle`&&a(`starting`);let t=$.request(()=>{a(`idle`)});return()=>{$.cancel(t)}},[n,e,o,i]),{mounted:o,setMounted:s,transitionStatus:i}}function fo(e){let{open:n,defaultOpen:r,onOpenChange:i,disabled:a}=e,o=n!==void 0,[s,c]=Pi({controlled:n,default:r,name:`Collapsible`,state:`open`}),{mounted:l,setMounted:u,transitionStatus:d}=uo(s,!0,!0),[f,p]=t.useState(s),[{height:m,width:h},g]=t.useState({height:void 0,width:void 0}),_=Za(),[v,y]=t.useState(),b=v??_,[x,S]=t.useState(!1),[C,w]=t.useState(!1),T=t.useRef(null),E=t.useRef(null),D=t.useRef(null),O=t.useRef(null),k=lo(O,!1),A=X(e=>{let t=!s,n=Ua(Ha,e.nativeEvent);if(i(t,n),n.isCanceled)return;let r=O.current;E.current===`css-animation`&&r!=null&&r.style.removeProperty(`animation-name`),!x&&!C&&(E.current!=null&&E.current!==`css-animation`&&!l&&t&&u(!0),E.current===`css-animation`&&(!f&&t&&p(!0),!l&&t&&u(!0))),c(t),E.current===`none`&&l&&!t&&u(!1)});return Z(()=>{o&&E.current===`none`&&!s&&u(!1)},[o,s,n,u]),t.useMemo(()=>({abortControllerRef:T,animationTypeRef:E,disabled:a,handleTrigger:A,height:m,mounted:l,open:s,panelId:b,panelRef:O,runOnceAnimationsFinish:k,setDimensions:g,setHiddenUntilFound:S,setKeepMounted:w,setMounted:u,setOpen:c,setPanelIdState:y,setVisible:p,transitionDimensionRef:D,transitionStatus:d,visible:f,width:h}),[T,E,a,A,m,l,s,b,O,k,g,S,w,u,c,p,D,d,f,h])}var po=t.createContext(void 0);process.env.NODE_ENV!==`production`&&(po.displayName=`CollapsibleRootContext`);function mo(){let e=t.useContext(po);if(e===void 0)throw Error(process.env.NODE_ENV===`production`?$i(15):`Base UI: CollapsibleRootContext is missing. Collapsible parts must be placed within <Collapsible.Root>.`);return e}var ho=function(e){return e[e.None=0]=`None`,e[e.GuessFromOrder=1]=`GuessFromOrder`,e}({});function go(e={}){let{label:n,metadata:r,textRef:i,indexGuessBehavior:a,index:o}=e,{register:s,unregister:c,subscribeMapChange:l,elementsRef:u,labelsRef:d,nextIndexRef:f}=Gi(),p=t.useRef(-1),[m,h]=t.useState(o??(a===ho.GuessFromOrder?()=>{if(p.current===-1){let e=f.current;f.current+=1,p.current=e}return p.current}:-1)),g=t.useRef(null),_=t.useCallback(e=>{if(g.current=e,m!==-1&&e!==null&&(u.current[m]=e,d)){let t=n!==void 0;d.current[m]=t?n:i?.current?.textContent??e.textContent}},[m,u,d,n,i]);return Z(()=>{if(o!=null)return;let e=g.current;if(e)return s(e,r),()=>{c(e)}},[o,s,c,r]),Z(()=>{if(o==null)return l(e=>{let t=g.current?e.get(g.current)?.index:null;t!=null&&h(t)})},[o,l,h]),t.useMemo(()=>({ref:_,index:m}),[m,_])}var _o=t.createContext(void 0);process.env.NODE_ENV!==`production`&&(_o.displayName=`AccordionItemContext`);function vo(){let e=t.useContext(_o);if(e===void 0)throw Error(process.env.NODE_ENV===`production`?$i(9):`Base UI: AccordionItemContext is missing. Accordion parts must be placed within <Accordion.Item>.`);return e}var yo=function(e){return e.open=`data-open`,e.closed=`data-closed`,e[e.startingStyle=ao.startingStyle]=`startingStyle`,e[e.endingStyle=ao.endingStyle]=`endingStyle`,e}({}),bo=function(e){return e.panelOpen=`data-panel-open`,e}({}),xo={[yo.open]:``},So={[yo.closed]:``},Co={open(e){return e?{[bo.panelOpen]:``}:null}},wo={open(e){return e?xo:So}},To=function(e){return e.index=`data-index`,e.disabled=`data-disabled`,e.open=`data-open`,e}({}),Eo={...wo,index:e=>Number.isInteger(e)?{[To.index]:String(e)}:null,...co,value:()=>null},Do=t.forwardRef(function(e,n){let{className:r,disabled:i=!1,onOpenChange:a,render:o,value:s,style:c,...l}=e,{ref:u,index:d}=go(),f=na(n,u),{disabled:p,handleValueChange:m,state:h,value:g}=ta(),_=Za(),v=s??_,y=i||p,b=t.useMemo(()=>{if(!g)return!1;for(let e=0;e<g.length;e+=1)if(g[e]===v)return!0;return!1},[g,v]),x=X((e,t)=>{a?.(e,t),!t.isCanceled&&m(v,e)}),S=fo({open:b,onOpenChange:x,disabled:y}),C=t.useMemo(()=>({open:S.open,disabled:S.disabled,hidden:!S.mounted,transitionStatus:S.transitionStatus}),[S.open,S.disabled,S.mounted,S.transitionStatus]),w=t.useMemo(()=>({...S,onOpenChange:x,state:C}),[S,C,x]),T=t.useMemo(()=>({...h,index:d,disabled:y,open:b}),[y,d,b,h]),[E,D]=t.useState(Za()),O=t.useMemo(()=>({open:b,state:T,setTriggerId:D,triggerId:E}),[b,T,D,E]),k=Ma(`div`,e,{state:T,ref:f,props:l,stateAttributesMapping:Eo});return U(po.Provider,{value:w,children:U(_o.Provider,{value:O,children:k})})});process.env.NODE_ENV!==`production`&&(Do.displayName=`AccordionItem`);var Oo=t.forwardRef(function(e,t){let{render:n,className:r,style:i,...a}=e,{state:o}=vo();return Ma(`h3`,e,{state:o,ref:t,props:a,stateAttributesMapping:Eo})});process.env.NODE_ENV!==`production`&&(Oo.displayName=`AccordionHeader`);function ko(e){return e==null||e.hasAttribute(`disabled`)||e.getAttribute(`aria-disabled`)===`true`}function Ao(){return typeof window<`u`}function jo(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Mo(e){return Ao()?e instanceof Element||e instanceof jo(e).Element:!1}function No(e){return Ao()?e instanceof HTMLElement||e instanceof jo(e).HTMLElement:!1}function Po(e){return!Ao()||typeof ShadowRoot>`u`?!1:e instanceof ShadowRoot||e instanceof jo(e).ShadowRoot}function Fo(e){return jo(e).getComputedStyle(e)}var Io=t.createContext(void 0);process.env.NODE_ENV!==`production`&&(Io.displayName=`CompositeRootContext`);function Lo(e=!1){let n=t.useContext(Io);if(n===void 0&&!e)throw Error(process.env.NODE_ENV===`production`?$i(16):`Base UI: CompositeRootContext is missing. Composite parts must be placed within <Composite.Root>.`);return n}function Ro(e){let{focusableWhenDisabled:n,disabled:r,composite:i=!1,tabIndex:a=0,isNativeButton:o}=e,s=i&&n!==!1,c=i&&n===!1;return{props:t.useMemo(()=>{let e={onKeyDown(e){r&&n&&e.key!==`Tab`&&e.preventDefault()}};return i||(e.tabIndex=a,!o&&r&&(e.tabIndex=n?a:-1)),(o&&(n||s)||!o&&r)&&(e[`aria-disabled`]=r),o&&(!n||c)&&(e.disabled=r),e},[i,r,n,s,c,o,a])}}function zo(e={}){let{disabled:n=!1,focusableWhenDisabled:r,tabIndex:i=0,native:a=!0,composite:o}=e,s=t.useRef(null),c=Lo(!0),l=o??c!==void 0,{props:u}=Ro({focusableWhenDisabled:r,disabled:n,composite:l,tabIndex:i,isNativeButton:a});process.env.NODE_ENV!==`production`&&t.useEffect(()=>{if(!s.current)return;let e=Bo(s.current);a?e||Ni(`A component that acts as a button expected a native <button> because the \`nativeButton\` prop is true. Rendering a non-<button> removes native button semantics, which can impact forms and accessibility. Use a real <button> in the \`render\` prop, or set \`nativeButton\` to \`false\`.${Ka.captureOwnerStack?.()||``}`):e&&Ni(`A component that acts as a button expected a non-<button> because the \`nativeButton\` prop is false. Rendering a <button> keeps native behavior while Base UI applies non-native attributes and handlers, which can add unintended extra attributes (such as \`role\` or \`aria-disabled\`). Use a non-<button> in the \`render\` prop, or set \`nativeButton\` to \`true\`.${Ka.captureOwnerStack?.()||``}`)},[a]);let d=t.useCallback(()=>{let e=s.current;Bo(e)&&l&&n&&u.disabled===void 0&&e.disabled&&(e.disabled=!1)},[n,u.disabled,l]);return Z(d,[d]),{getButtonProps:t.useCallback((e={})=>{let{onClick:t,onMouseDown:r,onKeyUp:i,onKeyDown:o,onPointerDown:s,...c}=e;return va({type:a?`button`:void 0,onClick(e){if(n){e.preventDefault();return}t?.(e)},onMouseDown(e){n||r?.(e)},onKeyDown(e){if(n||(ka(e),o?.(e),e.baseUIHandlerPrevented))return;let r=e.target===e.currentTarget,i=e.currentTarget,s=Bo(i),c=!a&&Vo(i),u=r&&(a?s:!c),d=e.key===`Enter`,f=e.key===` `,p=i.getAttribute(`role`),m=p?.startsWith(`menuitem`)||p===`option`||p===`gridcell`;if(r&&l&&f){if(e.defaultPrevented&&m)return;e.preventDefault(),c||a&&s?(i.click(),e.preventBaseUIHandler()):u&&(t?.(e),e.preventBaseUIHandler());return}u&&(!a&&(f||d)&&e.preventDefault(),!a&&d&&t?.(e))},onKeyUp(e){if(!n){if(ka(e),i?.(e),e.target===e.currentTarget&&a&&l&&Bo(e.currentTarget)&&e.key===` `){e.preventDefault();return}e.baseUIHandlerPrevented||e.target===e.currentTarget&&!a&&!l&&e.key===` `&&t?.(e)}},onPointerDown(e){if(n){e.preventDefault();return}s?.(e)}},a?void 0:{role:`button`},u,c)},[n,u,l,a]),buttonRef:X(e=>{s.current=e,d()})}}function Bo(e){return No(e)&&e.tagName===`BUTTON`}function Vo(e){return!!(e?.tagName===`A`&&e?.href)}function Ho(e,t){if(!e||!t)return!1;let n=t.getRootNode?.();if(e.contains(t))return!0;if(n&&Po(n)){let n=t;for(;n;){if(e===n)return!0;n=n.parentNode||n.host}}return!1}function Uo(e){return`composedPath`in e?e.composedPath()[0]:e.target}function Wo(e){e.preventDefault(),e.stopPropagation()}var Go=Math.floor;function Ko(e,t,n){return Math.floor(e/t)!==n}function qo(e,t){return t<0||t>=e.length}function Jo(e,t){return Xo(e.current,{disabledIndices:t})}function Yo(e,t){return Xo(e.current,{decrement:!0,startingIndex:e.current.length,disabledIndices:t})}function Xo(e,{startingIndex:t=-1,decrement:n=!1,disabledIndices:r,amount:i=1}={}){let a=t;do a+=n?-i:i;while(a>=0&&a<=e.length-1&&ts(e,a,r));return a}function Zo(e,{event:t,orientation:n,loopFocus:r,onLoop:i,rtl:a,cols:o,disabledIndices:s,minIndex:c,maxIndex:l,prevIndex:u,stopEvent:d=!1}){let f=u,p;if(t.key===`ArrowUp`?p=`up`:t.key===`ArrowDown`&&(p=`down`),p){let n=[],a=[],m=!1,h=0;{let t=null,r=-1;e.forEach((e,i)=>{if(e==null)return;h+=1;let o=e.closest(`[role="row"]`);o&&(m=!0),(o!==t||r===-1)&&(t=o,r+=1,n[r]=[]),n[r].push(i),a[i]=r})}let g=!1,_=0;if(m)for(let e of n){let t=e.length;t>_&&(_=t),t!==o&&(g=!0)}let v=g&&h<e.length,y=_||o,b=o=>{if(!g||u===-1)return;let c=a[u];if(c==null)return;let l=n[c].indexOf(u),d=o===`up`?-1:1;for(let o=c+d,f=0;f<n.length;f+=1,o+=d){if(o<0||o>=n.length){if(!r||v)return;if(o=o<0?n.length-1:0,i){let e=Math.min(l,n[o].length-1);o=a[i(t,u,n[o][e]??n[o][0])]??o}}let c=n[o];for(let t=Math.min(l,c.length-1);t>=0;--t){let n=c[t];if(!ts(e,n,s))return n}}},x=t=>{if(!v||u===-1)return;let n=u%y,i=t===`up`?-y:y,a=l-l%y,o=Go(l/y)+1;for(let t=u-n+i,c=0;c<o;c+=1,t+=i){if(t<0||t>l){if(!r)return;t=t<0?a:0}let i=Math.min(t+y-1,l);for(let r=Math.min(t+n,i);r>=t;--r)if(!ts(e,r,s))return r}};d&&Wo(t);let S=b(p)??x(p);if(S!==void 0)f=S;else if(u===-1)f=p===`up`?l:c;else if(f=Xo(e,{startingIndex:u,amount:y,decrement:p===`up`,disabledIndices:s}),r){if(p===`up`&&(u-y<c||f<0)){let e=u%y,n=l%y,r=l-(n-e);f=n===e?l:n>e?r:r-y,i&&(f=i(t,u,f))}p===`down`&&u+y>l&&(f=Xo(e,{startingIndex:u%y-y,amount:y,disabledIndices:s}),i&&(f=i(t,u,f)))}qo(e,f)&&(f=u)}if(n===`both`){let n=Go(u/o);t.key===(a?`ArrowLeft`:`ArrowRight`)&&(d&&Wo(t),u%o===o-1?r&&(f=Xo(e,{startingIndex:u-u%o-1,disabledIndices:s}),i&&(f=i(t,u,f))):(f=Xo(e,{startingIndex:u,disabledIndices:s}),r&&Ko(f,o,n)&&(f=Xo(e,{startingIndex:u-u%o-1,disabledIndices:s}),i&&(f=i(t,u,f)))),Ko(f,o,n)&&(f=u)),t.key===(a?`ArrowRight`:`ArrowLeft`)&&(d&&Wo(t),u%o===0?r&&(f=Xo(e,{startingIndex:u+(o-u%o),decrement:!0,disabledIndices:s}),i&&(f=i(t,u,f))):(f=Xo(e,{startingIndex:u,decrement:!0,disabledIndices:s}),r&&Ko(f,o,n)&&(f=Xo(e,{startingIndex:u+(o-u%o),decrement:!0,disabledIndices:s}),i&&(f=i(t,u,f)))),Ko(f,o,n)&&(f=u));let c=Go(l/o)===n;qo(e,f)&&(r&&c?(f=t.key===(a?`ArrowRight`:`ArrowLeft`)?l:Xo(e,{startingIndex:u-u%o-1,disabledIndices:s}),i&&(f=i(t,u,f))):f=u)}return f}function Qo(e,t,n){let r=[],i=0;return e.forEach(({width:e,height:a},o)=>{if(e>t&&process.env.NODE_ENV!==`production`)throw Error(`[Floating UI]: Invalid grid - item width at index ${o} is greater than grid columns`);let s=!1;for(n&&(i=0);!s;){let n=[];for(let r=0;r<e;r+=1)for(let e=0;e<a;e+=1)n.push(i+r+e*t);i%t+e<=t&&n.every(e=>r[e]==null)?(n.forEach(e=>{r[e]=o}),s=!0):i+=1}}),[...r]}function $o(e,t,n,r,i){if(e===-1)return-1;let a=n.indexOf(e),o=t[e];switch(i){case`tl`:return a;case`tr`:return o?a+o.width-1:a;case`bl`:return o?a+(o.height-1)*r:a;case`br`:return n.lastIndexOf(e);default:return-1}}function es(e,t){return t.flatMap((t,n)=>e.includes(t)?[n]:[])}function ts(e,t,n){if(typeof n==`function`?n(t):n?.includes(t)??!1)return!0;let r=e[t];return r?rs(r)?!n&&(r.hasAttribute(`disabled`)||r.getAttribute(`aria-disabled`)===`true`):!0:!1}function ns(e){return e.visibility===`hidden`||e.visibility===`collapse`}function rs(e,t=e?Fo(e):null){return!e||!e.isConnected||!t||ns(t)?!1:typeof e.checkVisibility==`function`?e.checkVisibility():t.display!==`none`&&t.display!==`contents`}var is=`ArrowUp`,as=`ArrowDown`,os=`ArrowLeft`,ss=`ArrowRight`,cs=`Home`,ls=new Set([os,ss]),us=new Set([os,ss,cs,`End`]),ds=new Set([is,as]),fs=new Set([is,as,cs,`End`]),ps=new Set([...ls,...ds]),ms=new Set([...ps,cs,`End`]),hs=`Shift`,gs=new Set([hs,`Control`,`Alt`,`Meta`]);function _s(e){return No(e)&&e.tagName===`INPUT`}function vs(e){return!!(_s(e)&&e.selectionStart!=null||No(e)&&e.tagName===`TEXTAREA`)}function ys(e,t,n,r){if(!e||!t||!t.scrollTo)return;let i=e.scrollLeft,a=e.scrollTop,o=e.clientWidth<e.scrollWidth,s=e.clientHeight<e.scrollHeight;if(o&&r!==`vertical`){let r=bs(e,t,`left`),a=xs(e),o=xs(t);n===`ltr`&&(r+t.offsetWidth+o.scrollMarginRight>e.scrollLeft+e.clientWidth-a.scrollPaddingRight?i=r+t.offsetWidth+o.scrollMarginRight-e.clientWidth+a.scrollPaddingRight:r-o.scrollMarginLeft<e.scrollLeft+a.scrollPaddingLeft&&(i=r-o.scrollMarginLeft-a.scrollPaddingLeft)),n===`rtl`&&(r-o.scrollMarginRight<e.scrollLeft+a.scrollPaddingLeft?i=r-o.scrollMarginLeft-a.scrollPaddingLeft:r+t.offsetWidth+o.scrollMarginRight>e.scrollLeft+e.clientWidth-a.scrollPaddingRight&&(i=r+t.offsetWidth+o.scrollMarginRight-e.clientWidth+a.scrollPaddingRight))}if(s&&r!==`horizontal`){let n=bs(e,t,`top`),r=xs(e),i=xs(t);n-i.scrollMarginTop<e.scrollTop+r.scrollPaddingTop?a=n-i.scrollMarginTop-r.scrollPaddingTop:n+t.offsetHeight+i.scrollMarginBottom>e.scrollTop+e.clientHeight-r.scrollPaddingBottom&&(a=n+t.offsetHeight+i.scrollMarginBottom-e.clientHeight+r.scrollPaddingBottom)}e.scrollTo({left:i,top:a,behavior:`auto`})}function bs(e,t,n){let r=n===`left`?`offsetLeft`:`offsetTop`,i=0;for(;t.offsetParent&&(i+=t[r],t.offsetParent!==e);)t=t.offsetParent;return i}function xs(e){let t=getComputedStyle(e);return{scrollMarginTop:parseFloat(t.scrollMarginTop)||0,scrollMarginRight:parseFloat(t.scrollMarginRight)||0,scrollMarginBottom:parseFloat(t.scrollMarginBottom)||0,scrollMarginLeft:parseFloat(t.scrollMarginLeft)||0,scrollPaddingTop:parseFloat(t.scrollPaddingTop)||0,scrollPaddingRight:parseFloat(t.scrollPaddingRight)||0,scrollPaddingBottom:parseFloat(t.scrollPaddingBottom)||0,scrollPaddingLeft:parseFloat(t.scrollPaddingLeft)||0}}var Ss=new Set([as,is,ss,os,cs,`End`]);function Cs(e){let{current:t}=e,n=[];for(let e=0;e<t.length;e+=1){let r=t[e];if(!ko(r)){let e=r?.querySelector(`[type="button"], [role="button"]`);e&&!ko(e)&&n.push(e)}}return n}var ws=t.forwardRef(function(e,n){let{disabled:r,className:i,id:a,render:o,nativeButton:s=!0,style:c,...l}=e,{panelId:u,open:d,handleTrigger:f,disabled:p}=mo(),{getButtonProps:m,buttonRef:h}=zo({disabled:r??p,focusableWhenDisabled:!0,native:s,composite:!0}),{accordionItemRefs:g,direction:_,loopFocus:v,orientation:y}=ta(),b=_===`rtl`,x=y===`horizontal`,{state:S,setTriggerId:C,triggerId:w}=vo();Z(()=>(a&&C(a),()=>{C(void 0)}),[a,C]);let T=t.useMemo(()=>({"aria-controls":d?u:void 0,"aria-expanded":d,id:w,tabIndex:0,onClick:f,onKeyDown(e){if(!Ss.has(e.key))return;Wo(e);let t=Cs(g),n=t.length-1,r=-1,i=t.indexOf(e.currentTarget);function a(){r=v?i+1>n?0:i+1:Math.min(i+1,n)}function o(){r=v&&i===0?n:i-1}switch(e.key){case as:x||a();break;case is:x||o();break;case ss:x&&(b?o():a());break;case os:x&&(b?a():o());break;case`Home`:r=0;break;case`End`:r=n;break;default:break}r>-1&&t[r].focus()}}),[g,f,w,x,b,v,d,u]);return Ma(`button`,e,{state:S,ref:[n,h],props:[T,l,m],stateAttributesMapping:Co})});process.env.NODE_ENV!==`production`&&(ws.displayName=`AccordionTrigger`);function Ts(e,t,n,r){return e.addEventListener(t,n,r),()=>{e.removeEventListener(t,n,r)}}var Es=function(e){return e.disabled=`data-disabled`,e.orientation=`data-orientation`,e}({});function Ds(e){let{abortControllerRef:n,animationTypeRef:r,externalRef:i,height:a,hiddenUntilFound:o,keepMounted:s,id:c,mounted:l,onOpenChange:u,open:d,panelRef:f,runOnceAnimationsFinish:p,setDimensions:m,setMounted:h,setOpen:g,setVisible:_,transitionDimensionRef:v,visible:y,width:b}=e,x=t.useRef(!1),S=t.useRef(null),C=t.useRef(d),w=t.useRef(d),T=ro(),E=t.useMemo(()=>r.current===`css-animation`?!y:!d&&!l,[d,l,y,r]),D=na(i,f,X(e=>{if(!e)return;if(r.current==null||v.current==null){let t=getComputedStyle(e),n=t.animationName!==`none`&&t.animationName!==``,i=t.transitionDuration!==`0s`&&t.transitionDuration!==``;n&&i?process.env.NODE_ENV!==`production`&&Ui(`CSS transitions and CSS animations both detected on Collapsible or Accordion panel.`,`Only one of either animation type should be used.`):t.animationName===`none`&&t.transitionDuration!==`0s`?r.current=`css-transition`:t.animationName!==`none`&&t.transitionDuration===`0s`?r.current=`css-animation`:r.current=`none`,e.getAttribute(Es.orientation)===`horizontal`||t.transitionProperty.indexOf(`width`)>-1?v.current=`width`:v.current=`height`}if(r.current!==`css-transition`)return;(a===void 0||b===void 0)&&(m({height:e.scrollHeight,width:e.scrollWidth}),w.current&&e.style.setProperty(`transition-duration`,`0s`));let t=-1,n=-1;return t=$.request(()=>{w.current=!1,n=$.request(()=>{setTimeout(()=>{e.style.removeProperty(`transition-duration`)})})}),()=>{$.cancel(t),$.cancel(n)}}));return Z(()=>{if(r.current!==`css-transition`)return;let e=f.current;if(!e)return;let t=-1;if(n.current!=null&&(n.current.abort(),n.current=null),d){let n={"justify-content":e.style.justifyContent,"align-items":e.style.alignItems,"align-content":e.style.alignContent,"justify-items":e.style.justifyItems};Object.keys(n).forEach(t=>{e.style.setProperty(t,`initial`,`important`)}),!w.current&&!s&&e.setAttribute(yo.startingStyle,``),m({height:e.scrollHeight,width:e.scrollWidth}),t=$.request(()=>{Object.entries(n).forEach(([t,n])=>{n===``?e.style.removeProperty(t):e.style.setProperty(t,n)})})}else{if(e.scrollHeight===0&&e.scrollWidth===0)return;m({height:e.scrollHeight,width:e.scrollWidth});let t=new AbortController;n.current=t;let r=t.signal,i=null,a=yo.endingStyle;return i=new MutationObserver(o=>{o.some(e=>e.type===`attributes`&&e.attributeName===a)&&(i?.disconnect(),i=null,p(()=>{m({height:0,width:0}),e.style.removeProperty(`content-visibility`),h(!1),n.current===t&&(n.current=null)},r))}),i.observe(e,{attributes:!0,attributeFilter:[a]}),()=>{i?.disconnect(),T.cancel(),n.current===t&&(t.abort(),n.current=null)}}return()=>{$.cancel(t)}},[n,r,T,o,s,l,d,f,p,m,h]),Z(()=>{if(r.current!==`css-animation`)return;let e=f.current;e&&(S.current=e.style.animationName||S.current,e.style.setProperty(`animation-name`,`none`),m({height:e.scrollHeight,width:e.scrollWidth}),!C.current&&!x.current&&e.style.removeProperty(`animation-name`),d?(n.current!=null&&(n.current.abort(),n.current=null),h(!0),_(!0)):(n.current=new AbortController,p(()=>{h(!1),_(!1),n.current=null},n.current.signal)))},[n,r,d,f,p,m,h,_,y]),$a(()=>{let e=$.request(()=>{C.current=!1});return()=>$.cancel(e)}),Z(()=>{if(!o)return;let e=f.current;if(!e)return;let t=-1,n=-1;return d&&x.current&&(e.style.transitionDuration=`0s`,m({height:e.scrollHeight,width:e.scrollWidth}),t=$.request(()=>{x.current=!1,n=$.request(()=>{setTimeout(()=>{e.style.removeProperty(`transition-duration`)})})})),()=>{$.cancel(t),$.cancel(n)}},[o,d,f,m]),Z(()=>{let e=f.current;e&&o&&E&&(e.setAttribute(`hidden`,`until-found`),r.current===`css-transition`&&e.setAttribute(yo.startingStyle,``))},[o,E,r,f]),t.useEffect(function(){let e=f.current;if(!e)return;function t(e){x.current=!0,g(!0),u(!0,Ua(Va,e))}return Ts(e,`beforematch`,t)},[u,f,g]),t.useMemo(()=>({props:{hidden:E,id:c,ref:D}}),[E,c,D])}var Os=function(e){return e.accordionPanelHeight=`--accordion-panel-height`,e.accordionPanelWidth=`--accordion-panel-width`,e}({});function ks(e){let{enabled:n=!0,open:r,ref:i,onComplete:a}=e,o=X(a),s=lo(i,r,!1);t.useEffect(()=>{if(!n)return;let e=new AbortController;return s(o,e.signal),()=>{e.abort()}},[n,r,o,s])}var As=t.forwardRef(function(e,n){let{className:r,hiddenUntilFound:i,keepMounted:a,id:o,render:s,style:c,...l}=e,{hiddenUntilFound:u,keepMounted:d}=ta(),{abortControllerRef:f,animationTypeRef:p,height:m,mounted:h,onOpenChange:g,open:_,panelId:v,panelRef:y,runOnceAnimationsFinish:b,setDimensions:x,setHiddenUntilFound:S,setKeepMounted:C,setMounted:w,setOpen:T,setVisible:E,transitionDimensionRef:D,visible:O,width:k,setPanelIdState:A,transitionStatus:j}=mo(),M=i??u,ee=a??d;process.env.NODE_ENV!==`production`&&Z(()=>{a===!1&&M&&Ui("The `keepMounted={false}` prop on a Accordion.Panel will be ignored when using `contextHiddenUntilFound` on the Panel or the Root since it requires the panel to remain mounted when closed.")},[M,a]),Z(()=>{if(o)return A(o),()=>{A(void 0)}},[o,A]),Z(()=>{S(M)},[S,M]),Z(()=>{C(ee)},[C,ee]),ks({open:_&&j===`idle`,ref:y,onComplete(){_&&x({width:void 0,height:void 0})}});let{props:N}=Ds({abortControllerRef:f,animationTypeRef:p,externalRef:n,height:m,hiddenUntilFound:M,id:o??v,keepMounted:ee,mounted:h,onOpenChange:g,open:_,panelRef:y,runOnceAnimationsFinish:b,setDimensions:x,setMounted:w,setOpen:T,setVisible:E,transitionDimensionRef:D,visible:O,width:k}),{state:te,triggerId:ne}=vo(),P=Ma(`div`,e,{state:t.useMemo(()=>({...te,transitionStatus:j}),[te,j]),ref:[n,y],props:[N,{"aria-labelledby":ne,role:`region`,style:{[Os.accordionPanelHeight]:m===void 0?`auto`:`${m}px`,[Os.accordionPanelWidth]:k===void 0?`auto`:`${k}px`}},l],stateAttributesMapping:Eo});return ee||M||h?P:null});process.env.NODE_ENV!==`production`&&(As.displayName=`AccordionPanel`);var js={clipPath:`inset(50%)`,overflow:`hidden`,whiteSpace:`nowrap`,border:0,padding:0,width:1,height:1,margin:-1},Ms={...js,position:`fixed`,top:0,left:0},Ns={...js,position:`absolute`};function Ps(e,n){let r=t.useRef(e),i=X(n);Z(()=>{r.current!==e&&i(r.current)},[e,i]),Z(()=>{r.current=e},[e])}function Fs(e){if(e==null)return``;if(typeof e==`string`)return e;try{return JSON.stringify(e)}catch{return String(e)}}var Is=function(e){return e.disabled=`data-disabled`,e.valid=`data-valid`,e.invalid=`data-invalid`,e.touched=`data-touched`,e.dirty=`data-dirty`,e.filled=`data-filled`,e.focused=`data-focused`,e}({}),Ls={badInput:!1,customError:!1,patternMismatch:!1,rangeOverflow:!1,rangeUnderflow:!1,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valid:null,valueMissing:!1},Rs={valid:null,touched:!1,dirty:!1,filled:!1,focused:!1},zs={disabled:!1,...Rs},Bs={valid(e){return e===null?null:e?{[Is.valid]:``}:{[Is.invalid]:``}}},Vs=t.createContext({invalid:void 0,name:void 0,validityData:{state:Ls,errors:[],error:``,value:``,initialValue:null},setValidityData:Q,disabled:void 0,touched:Rs.touched,setTouched:Q,dirty:Rs.dirty,setDirty:Q,filled:Rs.filled,setFilled:Q,focused:Rs.focused,setFocused:Q,validate:()=>null,validationMode:`onSubmit`,validationDebounceTime:0,shouldValidateOnChange:()=>!1,state:zs,markedDirtyRef:{current:!1},registerFieldControl:Q,validation:{getValidationProps:(e=pa)=>e,getInputValidationProps:(e=pa)=>e,inputRef:{current:null},commit:async()=>{}}});process.env.NODE_ENV!==`production`&&(Vs.displayName=`FieldRootContext`);function Hs(e=!0){let n=t.useContext(Vs);if(n.setValidityData===Q&&!e)throw Error(process.env.NODE_ENV===`production`?$i(28):`Base UI: FieldRootContext is missing. Field parts must be placed within <Field.Root>.`);return n}function Us(e,n){let{enabled:r=!0,getValue:i,id:a,value:o}=n,{registerFieldControl:s}=Hs(),c=t.useRef(null);c.current||=Symbol(),Z(()=>{let t=c.current;if(!(!t||!r))return s(t,{controlRef:e,getValue:i,id:a,value:o}),()=>{s(t,void 0)}},[e,r,i,a,s,o])}var Ws=t.createContext({formRef:{current:{fields:new Map}},errors:{},clearErrors:Q,validationMode:`onSubmit`,submitAttemptedRef:{current:!1}});process.env.NODE_ENV!==`production`&&(Ws.displayName=`FormContext`);function Gs(){return t.useContext(Ws)}var Ks=t.createContext({controlId:void 0,registerControlId:Q,labelId:void 0,setLabelId:Q,messageIds:[],setMessageIds:Q,getDescriptionProps:e=>e});process.env.NODE_ENV!==`production`&&(Ks.displayName=`LabelableContext`);function qs(){return t.useContext(Ks)}function Js(e={}){let{id:n,implicit:r=!1,controlRef:i}=e,{controlId:a,registerControlId:o}=qs(),s=Za(n),c=r?a:void 0,l=Li(()=>Symbol(`labelable-control`)),u=t.useRef(!1),d=t.useRef(n!=null),f=X(()=>{!u.current||o===Q||(u.current=!1,o(l.current,void 0))});return Z(()=>{if(o===Q)return;let e;if(r){let t=i?.current;e=Mo(t)&&t.closest(`label`)!=null?n??null:c??s}else if(n!=null)d.current=!0,e=n;else if(d.current)e=s;else{f();return}if(e===void 0){f();return}u.current=!0,o(l.current,e)},[n,i,c,o,r,s,l,f]),t.useEffect(()=>f,[f]),a??s}var Ys=function(e){return e.checked=`data-checked`,e.unchecked=`data-unchecked`,e.indeterminate=`data-indeterminate`,e.disabled=`data-disabled`,e.readonly=`data-readonly`,e.required=`data-required`,e.valid=`data-valid`,e.invalid=`data-invalid`,e.touched=`data-touched`,e.dirty=`data-dirty`,e.filled=`data-filled`,e.focused=`data-focused`,e}({});function Xs(e){return t.useMemo(()=>({checked(t){return e.indeterminate?{}:t?{[Ys.checked]:``}:{[Ys.unchecked]:``}},...Bs}),[e.indeterminate])}var Zs=t.createContext({disabled:!1});process.env.NODE_ENV!==`production`&&(Zs.displayName=`FieldItemContext`);function Qs(){return t.useContext(Zs)}function $s(e,n,r,i=!0,a){let[o,s]=t.useState(),c=Za(a?`${a}-label`:void 0),l=e??n??o;return Z(()=>{let t=e||n||!i?void 0:ec(r.current,c);o!==t&&s(t)}),l}function ec(e,t){let n=tc(e);if(n)return!n.id&&t&&(n.id=t),n.id||void 0}function tc(e){if(!e)return;let t=e.parentElement;if(t&&t.tagName===`LABEL`)return t;let n=e.id;if(n){let t=e.nextElementSibling;if(t&&t.htmlFor===n)return t}let r=e.labels;return r&&r[0]}var nc=t.createContext(void 0);process.env.NODE_ENV!==`production`&&(nc.displayName=`CheckboxGroupContext`);function rc(e=!0){let n=t.useContext(nc);if(n===void 0&&!e)throw Error(process.env.NODE_ENV===`production`?$i(3):`Base UI: CheckboxGroupContext is missing. CheckboxGroup parts must be placed within <CheckboxGroup>.`);return n}var ic=t.createContext(void 0);process.env.NODE_ENV!==`production`&&(ic.displayName=`CheckboxRootContext`);function ac(){let e=t.useContext(ic);if(e===void 0)throw Error(process.env.NODE_ENV===`production`?$i(14):`Base UI: CheckboxRootContext is missing. Checkbox parts must be placed within <Checkbox.Root>.`);return e}var oc=`data-parent`,sc=t.forwardRef(function(e,n){let{checked:r,className:i,defaultChecked:a=!1,"aria-labelledby":o,disabled:s=!1,form:c,id:l,indeterminate:u=!1,inputRef:d,name:f,onCheckedChange:p,parent:m=!1,readOnly:h=!1,render:g,required:_=!1,uncheckedValue:v,value:y,nativeButton:b=!1,style:x,...S}=e,{clearErrors:C}=Gs(),{disabled:w,name:T,setDirty:E,setFilled:D,setFocused:O,setTouched:k,state:A,validationMode:j,validityData:M,shouldValidateOnChange:ee,validation:N}=Hs(),te=Qs(),{labelId:ne,controlId:P,registerControlId:F,getDescriptionProps:I}=qs(),L=rc(),R=L?.parent,re=R&&L.allValues,z=w||te.disabled||L?.disabled||s,B=T??f,V=y??B,ie=Za(),ae=Za(),oe=P;re?oe=m?ae:`${R.id}-${V}`:l&&(oe=l);let se={};re&&(m?se=L.parent.getParentProps():V&&(se=L.parent.getChildProps(V)));let ce=X(p),{checked:H=r,indeterminate:le=u,onCheckedChange:ue,...de}=se,fe=L?.value,pe=L?.setValue,me=L?.defaultValue,he=t.useRef(null),ge=Li(()=>Symbol(`checkbox-control`)),_e=t.useRef(!1),{getButtonProps:ve,buttonRef:ye}=zo({disabled:z,native:b}),be=L?.validation??N,[xe,G]=Pi({controlled:V&&fe&&!m?fe.includes(V):H,default:V&&me&&!m?me.includes(V):a,name:`Checkbox`,state:`checked`});Z(()=>{F!==Q&&(_e.current=!0,F(ge.current,oe))},[oe,L,F,m,ge]),t.useEffect(()=>{let e=ge.current;return()=>{!_e.current||F===Q||(_e.current=!1,F(e,void 0))}},[F,ge]),Us(he,{enabled:!L,id:ie,value:xe});let K=t.useRef(null),Se=na(d,K,be.inputRef),Ce=$s(o,ne,K,!b,oe??void 0);Z(()=>{K.current&&(K.current.indeterminate=le,xe&&D(!0))},[xe,le,D]),Ps(xe,()=>{L&&!m||(C(B),D(xe),E(xe!==M.initialValue),ee()?be.commit(xe):be.commit(xe,!0))});let we=va({checked:xe,disabled:z,form:c,name:m?void 0:B,id:b?void 0:oe??void 0,required:_,ref:Se,style:B?Ns:Ms,tabIndex:-1,type:`checkbox`,"aria-hidden":!0,onChange(e){if(e.nativeEvent.defaultPrevented)return;if(h){e.preventDefault();return}let t=e.currentTarget.checked,n=Ua(Va,e.nativeEvent);ue?.(t,n),ce(t,n),!n.isCanceled&&(G(t),V&&fe&&pe&&!m&&!re&&pe(t?[...fe,V]:fe.filter(e=>e!==V),n))},onFocus(){he.current?.focus()}},y===void 0?pa:{value:(L?xe&&y:y)||``},I,L?be.getValidationProps:be.getInputValidationProps),Te=re?!!H:xe,Ee=re&&le||u;t.useEffect(()=>{if(!R||!V)return;let e=R.disabledStatesRef.current;return e.set(V,z),()=>{e.delete(V)}},[R,z,V]);let De=t.useMemo(()=>({...A,checked:Te,disabled:z,readOnly:h,required:_,indeterminate:Ee}),[A,Te,z,h,_,Ee]),q=Xs(De),Oe=Ma(`span`,e,{state:De,ref:[ye,he,n,L?.registerControlRef],props:[{id:b?oe??void 0:ie,role:`checkbox`,"aria-checked":le?`mixed`:xe,"aria-readonly":h||void 0,"aria-required":_||void 0,"aria-labelledby":Ce,[oc]:m?``:void 0,onFocus(){O(!0)},onBlur(){let e=K.current;e&&(k(!0),O(!1),j===`onBlur`&&be.commit(L?fe:e.checked))},onClick(e){h||z||(e.preventDefault(),K.current?.dispatchEvent(new PointerEvent(`click`,{bubbles:!0,shiftKey:e.shiftKey,ctrlKey:e.ctrlKey,altKey:e.altKey,metaKey:e.metaKey})))}},I,be.getValidationProps,S,de,ve],stateAttributesMapping:q});return W(ic.Provider,{value:De,children:[Oe,!xe&&!L&&B&&!m&&v!==void 0&&U(`input`,{type:`hidden`,form:c,name:B,value:v}),U(`input`,{...we,suppressHydrationWarning:!0})]})});process.env.NODE_ENV!==`production`&&(sc.displayName=`CheckboxRoot`);var cc=t.forwardRef(function(e,n){let{render:r,className:i,style:a,keepMounted:o=!1,...s}=e,c=ac(),l=c.checked||c.indeterminate,{mounted:u,transitionStatus:d,setMounted:f}=uo(l),p=t.useRef(null),m={...c,transitionStatus:d};ks({open:l,ref:p,onComplete(){l||f(!1)}});let h=Xs(c),g=t.useMemo(()=>({...h,...co,...Bs}),[h]),_=o||u,v=Ma(`span`,e,{ref:[n,p],state:m,stateAttributesMapping:g,props:s});return _?v:null});process.env.NODE_ENV!==`production`&&(cc.displayName=`CheckboxIndicator`);function lc(e={}){let{highlightItemOnHover:n,highlightedIndex:r,onHighlightedIndexChange:i}=Lo(),{ref:a,index:o}=go(e),s=r===o,c=t.useRef(null),l=na(a,c);return{compositeProps:t.useMemo(()=>({tabIndex:s?0:-1,onFocus(){i(o)},onMouseMove(){let e=c.current;if(!n||!e)return;let t=e.hasAttribute(`disabled`)||e.ariaDisabled===`true`;!s&&!t&&e.focus()}}),[s,i,o,n]),compositeRef:l,index:o}}function uc(e){let{render:t,className:n,style:r,state:i=pa,props:a=fa,refs:o=fa,metadata:s,stateAttributesMapping:c,tag:l=`div`,...u}=e,{compositeProps:d,compositeRef:f}=lc({metadata:s});return Ma(l,e,{state:i,ref:[...o,f],props:[d,...a,u],stateAttributesMapping:c})}var dc=t.createContext({legendId:void 0,setLegendId:()=>{},disabled:void 0});process.env.NODE_ENV!==`production`&&(dc.displayName=`FieldsetRootContext`);function fc(e=!1){let n=t.useContext(dc);if(!n&&!e)throw Error(process.env.NODE_ENV===`production`?$i(86):`Base UI: FieldsetRootContext is missing. Fieldset parts must be placed within <Fieldset.Root>.`);return n}var pc=`data-composite-item-active`,mc=[];function hc(e){let{itemSizes:n,cols:r=1,loopFocus:i=!0,onLoop:a,dense:o=!1,orientation:s=`both`,direction:c,highlightedIndex:l,onHighlightedIndexChange:u,rootRef:d,enableHomeAndEndKeys:f=!1,stopEventPropagation:p=!1,disabledIndices:m,modifierKeys:h=mc}=e,[g,_]=t.useState(0),v=r>1,y=t.useRef(null),b=na(y,d),x=t.useRef([]),S=t.useRef(!1),C=l??g,w=X((e,t=!1)=>{if((u??_)(e),t){let t=x.current[e];ys(y.current,t,c,s)}}),T=X(e=>{if(e.size===0||S.current)return;S.current=!0;let t=Array.from(e.keys()),n=t.find(e=>e?.hasAttribute(`data-composite-item-active`))??null,r=n?t.indexOf(n):-1;r!==-1&&w(r),ys(y.current,n,c,s)}),E=X((e,t,n)=>a?a?.(e,t,n,x):n),D=t.useMemo(()=>({"aria-orientation":s===`both`?void 0:s,ref:b,onFocus(e){let t=y.current,n=Uo(e.nativeEvent);!t||n==null||!vs(n)||n.setSelectionRange(0,n.value.length??0)},onKeyDown(e){let t=f?ms:ps;if(!t.has(e.key)||gc(e,h)||!y.current)return;let l=c===`rtl`,u=l?os:ss,d={horizontal:u,vertical:as,both:u}[s],g=l?ss:os,_={horizontal:g,vertical:is,both:g}[s],b=Uo(e.nativeEvent);if(b!=null&&vs(b)&&!ko(b)){let t=b.selectionStart,n=b.selectionEnd,r=b.value??``;if(t==null||e.shiftKey||t!==n||e.key!==_&&t<r.length||e.key!==d&&t>0)return}let S=C,T=Jo(x,m),D=Yo(x,m);if(v){let t=n||Array.from({length:x.current.length},()=>({width:1,height:1})),a=Qo(t,r,o),c=a.findIndex(e=>e!=null&&!ts(x.current,e,m)),u=a.reduce((e,t,n)=>t!=null&&!ts(x.current,t,m)?n:e,-1);S=a[Zo(a.map(e=>e==null?null:x.current[e]),{event:e,orientation:s,loopFocus:i,onLoop:E,cols:r,disabledIndices:es([...m||x.current.map((e,t)=>ts(x.current,t)?t:void 0),void 0],a),minIndex:c,maxIndex:u,prevIndex:$o(C>D?T:C,t,a,r,e.key===`ArrowDown`?`bl`:e.key===`ArrowRight`?`tr`:`tl`),rtl:l})]}let O={horizontal:[u],vertical:[as],both:[u,as]}[s],k={horizontal:[g],vertical:[is],both:[g,is]}[s],A=v?t:{horizontal:f?us:ls,vertical:f?fs:ds,both:t}[s];f&&(e.key===`Home`?S=T:e.key===`End`&&(S=D)),S===C&&(O.includes(e.key)||k.includes(e.key))&&(i&&S===D&&O.includes(e.key)?(S=T,a&&(S=a(e,C,S,x))):i&&S===T&&k.includes(e.key)?(S=D,a&&(S=a(e,C,S,x))):S=Xo(x.current,{startingIndex:S,decrement:k.includes(e.key),disabledIndices:m})),S!==C&&!qo(x.current,S)&&(p&&e.stopPropagation(),A.has(e.key)&&e.preventDefault(),w(S,!0),queueMicrotask(()=>{x.current[S]?.focus()}))}}),[r,o,c,m,x,f,C,v,n,i,a,E,b,h,w,s,p]);return t.useMemo(()=>({props:D,highlightedIndex:C,onHighlightedIndexChange:w,elementsRef:x,disabledIndices:m,onMapChange:T,relayKeyboardEvent:D.onKeyDown}),[D,C,w,x,m,T])}function gc(e,t){for(let n of gs.values())if(!t.includes(n)&&e.getModifierState(n))return!0;return!1}function _c(e){let{render:n,className:r,style:i,refs:a=fa,props:o=fa,state:s=pa,stateAttributesMapping:c,highlightedIndex:l,onHighlightedIndexChange:u,orientation:d,dense:f,itemSizes:p,loopFocus:m,onLoop:h,cols:g,enableHomeAndEndKeys:_,onMapChange:v,stopEventPropagation:y=!0,rootRef:b,disabledIndices:x,modifierKeys:S,highlightItemOnHover:C=!1,tag:w=`div`,...T}=e,{props:E,highlightedIndex:D,onHighlightedIndexChange:O,elementsRef:k,onMapChange:A,relayKeyboardEvent:j}=hc({itemSizes:p,cols:g,loopFocus:m,onLoop:h,dense:f,orientation:d,highlightedIndex:l,onHighlightedIndexChange:u,rootRef:b,stopEventPropagation:y,enableHomeAndEndKeys:_,direction:Zi(),disabledIndices:x,modifierKeys:S}),M=Ma(w,e,{state:s,ref:a,props:[E,...o,T],stateAttributesMapping:c}),ee=t.useMemo(()=>({highlightedIndex:D,onHighlightedIndexChange:O,highlightItemOnHover:C,relayKeyboardEvent:j}),[D,O,C,j]);return U(Io.Provider,{value:ee,children:U(Ki,{elementsRef:k,onMapChange:e=>{v?.(e),A(e)},children:M})})}var vc=function(e){return e.checked=`data-checked`,e.unchecked=`data-unchecked`,e.disabled=`data-disabled`,e.readonly=`data-readonly`,e.required=`data-required`,e.valid=`data-valid`,e.invalid=`data-invalid`,e.touched=`data-touched`,e.dirty=`data-dirty`,e.filled=`data-filled`,e.focused=`data-focused`,e}({}),yc={checked(e){return e?{[vc.checked]:``}:{[vc.unchecked]:``}},...co,...Bs},bc=t.createContext(void 0);process.env.NODE_ENV!==`production`&&(bc.displayName=`RadioGroupContext`);function xc(){return t.useContext(bc)}var Sc=t.createContext(void 0);process.env.NODE_ENV!==`production`&&(Sc.displayName=`RadioRootContext`);function Cc(){let e=t.useContext(Sc);if(e===void 0)throw Error(process.env.NODE_ENV===`production`?$i(52):`Base UI: RadioRootContext is missing. Radio parts must be placed within <Radio.Root>.`);return e}var wc=t.forwardRef(function(e,n){let{render:r,className:i,disabled:a=!1,readOnly:o=!1,required:s=!1,"aria-labelledby":c,value:l,inputRef:u,nativeButton:d=!1,id:f,style:p,...m}=e,h=xc(),{disabled:g,readOnly:_,required:v,form:y,checkedValue:b,touched:x=!1,validation:S,name:C}=h??{},w=h?.setCheckedValue??Q,T=h?.setTouched??Q,E=h?.registerControlRef??Q,D=h?.registerInputRef??Q,{setDirty:O,validityData:k,setTouched:A,setFilled:j,state:M,disabled:ee}=Hs(),N=Qs(),{labelId:te,getDescriptionProps:ne}=qs(),P=ee||N.disabled||g||a,F=_||o,I=v||s,L=y,R=h?b===l:l===``,re=t.useMemo(()=>Fs(l),[l]),z=t.useRef(null),B=t.useRef(null),V=X(e=>{e&&E(e,P)}),ie=na(u,B,D);Z(()=>{B.current?.checked&&j(!0)},[j]),Z(()=>{if(B.current){if(P&&R){D(null);return}z.current&&E(z.current,P),D(B.current)}},[R,P,E,D]);let ae=Za(),oe=Js({id:f,implicit:!1,controlRef:z}),se=d?void 0:oe,ce=$s(c,te,B,!d,se),H={role:`radio`,"aria-checked":R,"aria-required":I||void 0,"aria-readonly":F||void 0,"aria-labelledby":ce,[pc]:R?``:void 0,id:d?oe:ae,onKeyDown(e){e.key===`Enter`&&e.preventDefault()},onClick(e){e.defaultPrevented||P||F||(e.preventDefault(),B.current?.dispatchEvent(new PointerEvent(`click`,{bubbles:!0,shiftKey:e.shiftKey,ctrlKey:e.ctrlKey,altKey:e.altKey,metaKey:e.metaKey})))},onFocus(e){e.defaultPrevented||P||F||!x||(B.current?.click(),T(!1))}},{getButtonProps:le,buttonRef:ue}=zo({disabled:P,native:d}),de={type:`radio`,ref:ie,form:L,id:se,name:C,tabIndex:-1,style:C?Ns:Ms,"aria-hidden":!0,...l===void 0?pa:{value:re},disabled:P,checked:R,required:I,readOnly:F,onChange(e){if(e.nativeEvent.defaultPrevented||P||F||l===void 0)return;let t=Ua(Va,e.nativeEvent);t.isCanceled||(A(!0),O(l!==k.initialValue),j(!0),w(l,t))},onFocus(){z.current?.focus()}},fe=t.useMemo(()=>({...M,required:I,disabled:P,readOnly:F,checked:R}),[M,P,F,R,I]),pe=fe,me=h!==void 0,he=[n,z,ue,V],ge=[H,ne,S?.getValidationProps??pa,m,le],_e=Ma(`span`,e,{enabled:!me,state:fe,ref:he,props:ge,stateAttributesMapping:yc});return W(Sc.Provider,{value:pe,children:[me?U(uc,{tag:`span`,render:r,className:i,style:p,state:fe,refs:he,props:ge,stateAttributesMapping:yc}):_e,U(`input`,{...de,suppressHydrationWarning:!0})]})});process.env.NODE_ENV!==`production`&&(wc.displayName=`RadioRoot`);var Tc=t.forwardRef(function(e,n){let{render:r,className:i,style:a,keepMounted:o=!1,...s}=e,c=Cc(),l=c.checked,{mounted:u,transitionStatus:d,setMounted:f}=uo(l),p={...c,transitionStatus:d},m=t.useRef(null),h=o||u,g=Ma(`span`,e,{ref:[n,m],state:p,props:s,stateAttributesMapping:yc});return ks({open:l,ref:m,onComplete(){l||f(!1)}}),h?g:null});process.env.NODE_ENV!==`production`&&(Tc.displayName=`RadioIndicator`);var Ec=[hs],Dc=t.forwardRef(function(e,n){let{render:r,className:i,disabled:a,readOnly:o,required:s,onValueChange:c,value:l,defaultValue:u,form:d,name:f,inputRef:p,id:m,style:h,...g}=e,{setTouched:_,setFocused:v,shouldValidateOnChange:y,validationMode:b,name:x,disabled:S,state:C,validation:w,setDirty:T,setFilled:E,validityData:D}=Hs(),{labelId:O}=qs(),{clearErrors:k}=Gs(),A=fc(!0),j=S||a,M=x??f,ee=Za(m),[N,te]=Pi({controlled:l,default:u,name:`RadioGroup`,state:`value`}),ne=X(c),P=X((e,t)=>{ne(e,t),!t.isCanceled&&te(e)}),F=t.useRef(null),I=t.useRef(null),L=t.useRef(null);function R(e){let t;return p&&(typeof p==`function`?t=p(e):p.current=e),I.current=e,w.inputRef.current=e,t}let re=X((e,t=!1)=>{if(e){if(t){F.current===e&&(F.current=null);return}F.current??=e}}),z=X(e=>{if(!e||e.disabled)return;L.current||=e;let t=I.current;if(e.checked||t==null||t.disabled)return R(e)});Us(F,{id:ee,value:N,getValue:X(()=>N??null)}),Ps(N,()=>{k(M),T(N!==D.initialValue),E(N!=null),y()?w.commit(N):w.commit(N,!0);let e=L.current;N==null&&e&&!e.disabled&&R(e)});let[B,V]=t.useState(!1),ie=g[`aria-labelledby`]??O??A?.legendId,ae={...C,disabled:j??!1,required:s??!1,readOnly:o??!1},oe=t.useMemo(()=>({...C,checkedValue:N,disabled:j,form:d,validation:w,name:M,onValueChange:ne,readOnly:o,registerControlRef:re,registerInputRef:z,required:s,setCheckedValue:P,setTouched:V,touched:B}),[N,j,d,w,C,M,ne,o,re,z,s,P,V,B]),se={role:`radiogroup`,"aria-required":s||void 0,"aria-disabled":j||void 0,"aria-readonly":o||void 0,"aria-labelledby":ie,onFocus(){v(!0)},onBlur(e){Ho(e.currentTarget,e.relatedTarget)||(_(!0),v(!1),b===`onBlur`&&w.commit(N))},onKeyDownCapture(e){e.key.startsWith(`Arrow`)&&(_(!0),V(!0),v(!0))}};return U(bc.Provider,{value:oe,children:U(_c,{render:r,className:i,style:h,state:ae,props:[se,w.getValidationProps,g],refs:[n],stateAttributesMapping:Bs,enableHomeAndEndKeys:!1,modifierKeys:Ec})})});process.env.NODE_ENV!==`production`&&(Dc.displayName=`RadioGroup`);var Oc=t.createContext(void 0);process.env.NODE_ENV!==`production`&&(Oc.displayName=`SwitchRootContext`);function kc(){let e=t.useContext(Oc);if(e===void 0)throw Error(process.env.NODE_ENV===`production`?$i(63):`Base UI: SwitchRootContext is missing. Switch parts must be placed within <Switch.Root>.`);return e}var Ac=function(e){return e.checked=`data-checked`,e.unchecked=`data-unchecked`,e.disabled=`data-disabled`,e.readonly=`data-readonly`,e.required=`data-required`,e.valid=`data-valid`,e.invalid=`data-invalid`,e.touched=`data-touched`,e.dirty=`data-dirty`,e.filled=`data-filled`,e.focused=`data-focused`,e}({}),jc={...Bs,checked(e){return e?{[Ac.checked]:``}:{[Ac.unchecked]:``}}},Mc=t.forwardRef(function(e,n){let{checked:r,className:i,defaultChecked:a,"aria-labelledby":o,form:s,id:c,inputRef:l,name:u,nativeButton:d=!1,onCheckedChange:f,readOnly:p=!1,required:m=!1,disabled:h=!1,render:g,uncheckedValue:_,value:v,style:y,...b}=e,{clearErrors:x}=Gs(),{state:S,setTouched:C,setDirty:w,validityData:T,setFilled:E,setFocused:D,shouldValidateOnChange:O,validationMode:k,disabled:A,name:j,validation:M}=Hs(),{labelId:ee}=qs(),N=A||h,te=j??u,ne=X(f),P=t.useRef(null),F=na(P,l,M.inputRef),I=t.useRef(null),L=Za(),R=Js({id:c,implicit:!1,controlRef:I}),re=d?void 0:R,[z,B]=Pi({controlled:r,default:!!a,name:`Switch`,state:`checked`});Us(I,{id:L,value:z}),Z(()=>{P.current&&E(P.current.checked)},[P,E]),Ps(z,()=>{x(te),w(z!==T.initialValue),E(z),O()?M.commit(z):M.commit(z,!0)});let{getButtonProps:V,buttonRef:ie}=zo({disabled:N,native:d}),ae=$s(o,ee,P,!d,re),oe={id:d?R:L,role:`switch`,"aria-checked":z,"aria-readonly":p||void 0,"aria-required":m||void 0,"aria-labelledby":ae,onFocus(){N||D(!0)},onBlur(){let e=P.current;!e||N||(C(!0),D(!1),k===`onBlur`&&M.commit(e.checked))},onClick(e){p||N||(e.preventDefault(),P.current?.dispatchEvent(new PointerEvent(`click`,{bubbles:!0,shiftKey:e.shiftKey,ctrlKey:e.ctrlKey,altKey:e.altKey,metaKey:e.metaKey})))}},se=t.useMemo(()=>va({checked:z,disabled:N,form:s,id:re,name:te,required:m,style:te?Ns:Ms,tabIndex:-1,type:`checkbox`,"aria-hidden":!0,ref:F,onChange(e){if(e.nativeEvent.defaultPrevented)return;if(p){e.preventDefault();return}let t=e.currentTarget.checked,n=Ua(Va,e.nativeEvent);ne?.(t,n),!n.isCanceled&&B(t)},onFocus(){I.current?.focus()}},M.getInputValidationProps,v===void 0?pa:{value:v}),[z,N,s,F,re,te,ne,p,m,B,M,v]),ce=t.useMemo(()=>({...S,checked:z,disabled:N,readOnly:p,required:m}),[S,z,N,p,m]),H=Ma(`span`,e,{state:ce,ref:[n,I,ie],props:[oe,M.getValidationProps,b,V],stateAttributesMapping:jc});return W(Oc.Provider,{value:ce,children:[H,!z&&te&&_!==void 0&&U(`input`,{type:`hidden`,form:s,name:te,value:_}),U(`input`,{...se,suppressHydrationWarning:!0})]})});process.env.NODE_ENV!==`production`&&(Mc.displayName=`SwitchRoot`);var Nc=t.forwardRef(function(e,t){let{render:n,className:r,style:i,...a}=e,{state:o}=Hs(),s=kc();return Ma(`span`,e,{state:{...o,...s},ref:t,stateAttributesMapping:jc,props:a})});process.env.NODE_ENV!==`production`&&(Nc.displayName=`SwitchThumb`);var Pc={CheckboxWrapper:`_CheckboxWrapper_g6yr1_1`,"size-small":`_size-small_g6yr1_11`,"size-medium":`_size-medium_g6yr1_15`,Checkbox:`_Checkbox_g6yr1_1`,Indeterminate:`_Indeterminate_g6yr1_28`,ReadOnly:`_ReadOnly_g6yr1_55`,Indicator:`_Indicator_g6yr1_64`,HideWrapper:`_HideWrapper_g6yr1_68`,CheckboxHover:`_CheckboxHover_g6yr1_75`,CheckboxRippleContainer:`_CheckboxRippleContainer_g6yr1_75`,CheckboxRipple:`_CheckboxRipple_g6yr1_75`,ripple:`_ripple_g6yr1_1`},Fc=e=>W(`svg`,{viewBox:`0 0 24 24`,width:`100%`,height:`100%`,fill:`none`,...e,children:[U(`title`,{children:`Indeterminate icon`}),U(`path`,{d:`M6 12H18`,stroke:`currentColor`,strokeWidth:e.strokeWidth??3,strokeLinecap:`round`})]}),Ic=e=>W(`svg`,{viewBox:`0 0 24 24`,width:`100%`,height:`100%`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[U(`title`,{children:`Check icon`}),U(`path`,{d:`M4 12l5 5L20 6`})]}),Lc=({dataTest:e,size:t=`medium`,disabled:r,readOnly:i,indeterminate:a=!1,checked:o,disableRipple:s,hideWrapper:l,className:u,onChange:d,...f})=>{let p=!!l,m=!s&&!p&&!r&&!i,h=K(Pc.CheckboxWrapper,!p&&Pc[`size-${t}`],p&&Pc.HideWrapper,a&&Pc.Indeterminate,i&&Pc.ReadOnly,m&&Pc.CheckboxHover,u),g=K(Pc.Checkbox,Pc[`size-${t}`],a&&Pc.Indeterminate),_=a?Fc:Ic,v=n.useRef(null),y=n.useCallback(e=>{if(e.stopPropagation(),!m)return;let t=document.createElement(`span`);Pc.CheckboxRipple&&(t.className=Pc.CheckboxRipple),t.addEventListener(`animationend`,()=>{t.remove()},{once:!0}),v.current?.appendChild(t)},[m]);return c(()=>{let e=v.current;return()=>{e?.replaceChildren()}},[]),W(sc,{className:h,"data-testid":e,checked:o,disabled:r,readOnly:i,indeterminate:a,onPointerDown:y,onCheckedChange:n.useCallback(e=>{if(i)return;let t={target:{name:f.name,value:f.value,checked:e}};d?.(t,e)},[d,f.name,f.value,i]),...f,children:[!p&&m&&U(`span`,{ref:v,className:Pc.CheckboxRippleContainer}),U(`span`,{className:g,children:U(cc,{className:Pc.Indicator,children:U(_,{strokeWidth:t===`small`?3:2})})})]})},Rc=({allowClear:e,onClear:t,readOnly:n,disabled:r,error:i,helperText:a,dataTest:o,...s})=>{let c=(r??!1)||(n??!1);return U(oe,{...s,"data-testid":o,disabled:c,error:i,helperText:n?null:i?W(`div`,{className:`flex items-center gap-1`,children:[U(me,{width:20,height:20,className:`min-w-5`}),a??`Required`]}):a,type:s.type??`mui-input`,InputProps:{...s.InputProps,endAdornment:e&&s.value?U(`div`,{role:`button`,className:`absolute right-4 z-40 flex items-center justify-center rounded-full p-[2px] duration-300 hover:bg-gama-100`,onClick:e=>{e.stopPropagation(),e.preventDefault(),t?.()},children:U(de,{width:18,height:18})}):s.InputProps?.endAdornment},sx:{"& input:-webkit-autofill, & .MuiInputBase-root:has(> input:-webkit-autofill)":{backgroundColor:`#e8f0fe !important`},"& input":{backgroundColor:`transparent`},"& .MuiInputBase-root":{backgroundColor:`transparent`},"& .MuiInputBase-colorPrimary fieldset":{borderColor:`var(--colors-delta-500) !important`},"& .MuiInputBase-colorPrimary.Mui-focused fieldset":{borderColor:`var(--colors-gama-400) !important`},"& .MuiInputBase-colorPrimary.Mui-focused::after":{borderColor:`var(--colors-gama-400) !important`},"& .MuiInputBase-colorPrimary.Mui-focused:hover fieldset":{borderColor:`var(--colors-gama-400) !important`},"& .MuiInputBase-colorPrimary:hover fieldset":{borderColor:`var(--colors-gama-300) !important`,borderWidth:`2px !important`},"& .MuiInputBase-colorPrimary.Mui-disabled:hover fieldset":{borderWidth:`1px !important`},"& .MuiInputBase-colorPrimary.Mui-error fieldset":{borderColor:`var(--colors-error-500) !important`},"& .MuiInputBase-colorPrimary.Mui-error:hover fieldset":{borderColor:`var(--colors-error-500) !important`},"& .MuiFormHelperText-root":{fontSize:`14px`,marginLeft:0},"& .MuiFormHelperText-root.Mui-error":{color:`var(--colors-error-500) !important`},"& .MuiInputBase-colorPrimary.Mui-disabled fieldset":{borderColor:`var(--colors-delta-300) !important`},"& label.Mui-focused":{color:`var(--colors-gama-500) !important`},"& label.Mui-error":{color:`var(--colors-error-500) !important`},"& label.Mui-focused.MuiInputLabel-shrink":{color:`var(--colors-gama-500) !important`},"& label.Mui-error.MuiInputLabel-shrink":{color:`var(--colors-error-500) !important`},"& label":{color:`var(--colors-delta-500) !important`},"& label.MuiInputLabel-shrink":{color:`var(--colors-delta-800) !important`},"& label.Mui-disabled":{color:`var(--colors-gray-300) !important`},"& .MuiOutlinedInput-input::placeholder":{color:`var(--colors-delta-500) !important`,opacity:`1 !important`},"& .MuiOutlinedInput-input.Mui-disabled":{WebkitTextFillColor:`var(--colors-delta-300) !important`},...n&&{"& .MuiOutlinedInput-input.Mui-disabled":{WebkitTextFillColor:`var(--colors-delta-800) !important`},"& .MuiInputBase-colorPrimary.Mui-disabled":{backgroundColor:`var(--colors-delta-10) !important`},"& .MuiInputBase-colorPrimary.Mui-disabled fieldset":{borderColor:`var(--colors-delta-200) !important`},"& label.Mui-disabled":{color:`var(--colors-gray-800) !important`}},...s.sx}})},zc=({value:e,onClear:t,...n})=>{let[r,i]=p(!1),a=r||e;return W(`div`,{className:`relative w-full`,children:[U(Rc,{size:`small`,variant:`outlined`,value:e,onFocus:()=>{i(!0)},onBlur:()=>{i(!1)},InputProps:{className:K(`transition-[padding] duration-300`,a?`pl-0`:`pl-5`),sx:{"& input":{textOverflow:`ellipsis`,whiteSpace:`nowrap`,overflow:`hidden`}},endAdornment:e?U(`div`,{"data-testid":`styled-search-clear-icon`,className:K(`cursor-pointer rounded-full bg-delta-50`,`flex items-center justify-center`,`transform-gpu transition-all duration-300 ease-in-out`,e?`scale-100 opacity-100`:`pointer-events-none scale-75 opacity-0`),style:{width:24,height:24,flexShrink:0},onClick:e=>{e.preventDefault(),e.stopPropagation(),t?.()},children:U(Sr,{width:20,height:20,color:`var(--colors-delta-700)`,className:`pointer-events-none`})}):null},InputLabelProps:{sx:{transform:`translate(34px, 9px) scale(1)`,width:a?void 0:`calc(100% - 42px)`,"&.MuiInputLabel-shrink":{transform:`translate(16px, -9px) scale(0.75)`}}},...n,sx:{...n.fullWidth?{width:`100%`}:{width:160},...n.sx}}),U(pr,{"data-testid":`styled-search-icon`,width:24,height:24,className:K(`absolute left-2 top-1/2 -translate-y-1/2`,`transform-gpu transition-all duration-300 ease-in-out`,a?`pointer-events-none scale-75 opacity-0`:`scale-100 opacity-100`,n.error&&`top-1/3`),color:`var(--colors-delta-700)`})]})},Bc={textarea:`_textarea_1p8hl_1`,active:`_active_1p8hl_1`,error:`_error_1p8hl_40`,label:`_label_1p8hl_80`,disabled:`_disabled_1p8hl_88`,description:`_description_1p8hl_93`},Vc=({id:e,variant:t=`active`,label:n=``,labelClassName:r=``,description:i=``,value:a=``,minRows:o=3,maxRows:s=1/0,disabled:u,error:d,errorMessage:p,containerClassName:m=``,className:h=``,maxLength:g=1/0,counter:_,refLink:v,dataTest:y,counterLimit:b,...x})=>{let S=f(null),C=v??S,w=!!(_&&b),T=l(),E=l(),D=l(),O=e??D;c(()=>{if(C.current){let e=C.current,t=window.getComputedStyle(e),n=parseFloat(t.paddingBottom);e.style.height=`auto`;let r=parseFloat(t.lineHeight),i=parseFloat(t.paddingTop),a=e.scrollHeight-i;Math.ceil(a/r)>s?e.style.height=`${r*s+i+n}px`:e.style.height=`${e.scrollHeight+n}px`}},[C,a,o,s,w]),s<o&&(o=s);let k=d?`error`:`active`,A=d?`error`:u?`disabled`:`active`;return W(`div`,{className:`relative flex flex-col gap-1 ${m}`,"data-testid":y,children:[U(`label`,{htmlFor:O,className:`${Bc.label} ${Bc[A]} ${r}`,children:n}),U(`span`,{id:T,className:`${Bc.description} ${Bc[A]}`,children:d?p:i}),t===`view_only`?U(`div`,{className:`pt-3 font-roboto text-sm font-normal text-gray-700`,children:a}):t===`not_editable`?U(`div`,{className:`rounded bg-gray-200 p-3 font-roboto text-sm font-normal text-gray-700`,children:a}):U(`textarea`,{...x,"aria-describedby":`${T} ${E}`,"aria-invalid":d,id:O,ref:C,className:`${Bc.textarea} ${Bc[k]} ${h} ${w?`pb-[32px]`:``}`,wrap:`soft`,value:a,disabled:u,maxLength:g}),w&&W(H,{children:[W(`div`,{className:`pointer-events-none absolute bottom-3 right-3 flex h-[15px] justify-end font-roboto text-[10px]`,children:[a.length,`/`,b]}),W(`div`,{id:E,"aria-live":`polite`,className:`sr-only`,children:[b-a.length,` characters remaining`]})]})]})},Hc=({dataTest:e,allowClear:t,error:n,errorText:r,...i})=>W(H,{children:[U(re,{...i,"data-testid":e,error:n,value:i.value,IconComponent:e=>U(Mn,{icon:`material-symbols:expand-more-rounded`,width:24,height:24,className:G(e.className,`select-custom-icon`)}),endAdornment:t&&i.value?U(`div`,{"data-testid":`select-clear-button`,className:`absolute right-8 flex items-center justify-center rounded-full p-[2px] duration-300 hover:bg-gama-100`,onClick:()=>{i.onChange?.({target:{value:``}},null)},children:U(de,{width:18,height:18})}):null,sx:{".MuiOutlinedInput-notchedOutline":{borderColor:`var(--colors-delta-500) !important`},"&.Mui-focused .MuiOutlinedInput-notchedOutline":{borderColor:`var(--colors-gama-500) !important`},"&.MuiFormLabel-root-MuiInputLabel-root .Mui-error":{color:`var(--colors-error-500) !important`},"&.Mui-error .MuiOutlinedInput-notchedOutline":{borderColor:`var(--colors-error-500) !important`},"& .MuiInputBase-colorPrimary.Mui-error fieldset":{borderColor:`var(--colors-error-500) !important`},"&.Mui-focused::after":{borderColor:`var(--colors-gama-400) !important`},"&:hover .MuiOutlinedInput-notchedOutline":{border:`2px solid var(--colors-gama-300) !important`},"& .select-custom-icon":{marginTop:`-3.5px !important`},...i.sx}}),n&&W(cl,{className:`m-0 flex items-center gap-1 pt-1 text-sm text-error-500`,children:[U(me,{width:20,height:20}),r??`Required`]})]}),Uc=e=>W(te,{...e,sx:{"&.MuiMenuItem-root":{fontSize:`14px !important`,gap:`4px`,px:1},"&.Mui-selected":{backgroundColor:`var(--colors-gama-50) !important`}},children:[U(`span`,{style:{width:`24px`,justifyContent:`center`,display:`flex`},children:e.selected&&U(Mn,{icon:`mdi:tick`,width:22,height:22,style:{color:`var(--colors-gama-500)`}})}),U(`span`,{children:e.children})]}),Wc={styledSelectAutocompleteWrapper:`_styledSelectAutocompleteWrapper_1ghgt_1`,"select-custom-icon":`_select-custom-icon_1ghgt_5`};function Gc({dataTest:e,autoHeight:t,getOptionLabel:n,wrapperClassName:r,...i}){let[a,o]=p(`auto`),s=f(null);u(()=>{if(!t)return;let e=s.current?.getBoundingClientRect().height??0,n=s.current?.getBoundingClientRect().top??0,r=window.innerHeight-n-e-40;o(r>0?r:`auto`)},[t]);let c=t?{style:{maxHeight:a===`auto`?`auto`:`${a}px`},...i.ListboxProps}:i.ListboxProps,l=e=>typeof e==`object`&&e&&`label`in e?e.label:String(e);return U(`div`,{className:K(Wc.styledSelectAutocompleteWrapper,r),ref:s,children:U(h,{...i,getOptionLabel:n,ListboxProps:{...c,sx:{"& .MuiAutocomplete-option":{paddingLeft:`6px !important`}}},className:G(`!text-sm`,i.className),popupIcon:i.readOnly?null:i.popupIcon||U(Mn,{icon:`material-symbols:expand-more-rounded`,width:24,height:24,className:G(Wc[`select-custom-icon`])}),"data-testid":e,PaperComponent:({children:t})=>U(F,{"data-testid":`paper-${e}`,sx:{padding:`0 !important`,marginTop:`0px !important`,"& .MuiAutocomplete-option.Mui-focused":{background:`var(--colors-delta-50) !important`},"& li[aria-selected=true]":{background:`var(--colors-gama-50) !important`},"& li[aria-selected=true].MuiAutocomplete-option.Mui-focused":{background:`var(--colors-gama-50) !important`}},children:t}),renderOption:i?.renderOption??((e,t,{selected:r})=>W(`li`,{...e,children:[U(`span`,{style:{width:`24px`,height:`22px`,paddingRight:`4px`,justifyContent:`center`,alignContent:`center`,display:`flex`},children:r&&U(Mn,{icon:`mdi:tick`,width:20,height:20,style:{color:`var(--colors-gama-500)`}})}),U(`span`,{className:`flex-1 truncate text-sm`,children:n?.(t)??l(t)})]})),sx:{...i.sx,"& .MuiOutlinedInput-notchedOutline":{borderColor:`var(--colors-gama-500) !important`},"& .select-custom-icon":{marginTop:`-0.5px !important`},"& .MuiInputBase-inputSizeSmall":{minHeight:`23px !important`}},slotProps:{clearIndicator:{disableRipple:!0,disableFocusRipple:!0}},clearIcon:U(`span`,{className:`flex min-h-6 min-w-6 cursor-pointer items-center justify-center rounded-full bg-delta-50`,children:U(de,{width:20,height:20,className:`text-delta-700`})})})})}var Kc=({dataTest:e,error:t,errorText:n,helperText:r,...i})=>{let a=(t??!1)||(r??!1),o=t?n??`Required`:r;return W(H,{children:[U(B,{...i,"data-testid":e,slotProps:{...i.slotProps,thumb:{className:G(`h-4 w-4`,`before:shadow-none`,`after:h-8 after:w-8 after:content-[""]`,i.orientation===`vertical`?`mb-1 ml-0`:`ml-1`,i.disabled?`bg-delta-200`:`bg-gama-500`),...i.slotProps?.thumb},rail:{className:`bg-delta-200`,...i.slotProps?.rail},markLabel:{className:G(`ml-1 text-sm font-semibold text-delta-600`,i.orientation===`vertical`&&`mb-1`),...i.slotProps?.markLabel}},sx:{...i.sx,"& .MuiSlider-track":{backgroundColor:i.disabled?`var(--colors-gray-200)`:`var(--colors-gama-500)`,borderColor:i.disabled?`var(--colors-gray-200)`:`var(--colors-gama-500)`},"& .MuiSlider-mark":{backgroundColor:`white`,border:`1px solid var(--colors-delta-300)`,borderRadius:`50%`,height:`8px`,width:`8px`,"&.MuiSlider-markActive":{backgroundColor:i.disabled?`var(--colors-gray-200)`:`var(--colors-gama-500)`,border:`1px solid`,borderColor:i.disabled?`var(--colors-gray-200)`:`var(--colors-gama-500)`,opacity:1}}}}),a&&W(cl,{className:G(`m-0 flex items-center gap-1 pt-1 text-sm`,t?`text-error-500`:`text-delta-600`),children:[t&&U(me,{width:20,height:20}),o]})]})},qc={switch:`_switch_1myey_1`,iconContent:`_iconContent_1myey_30`,thumb:`_thumb_1myey_50`,icon:`_icon_1myey_30`},Jc=({className:e})=>U(`svg`,{viewBox:`0 0 24 24`,className:e,fill:`none`,children:U(`rect`,{x:`6`,y:`10.5`,width:`11`,height:`3`,fill:`currentColor`,rx:`0.75`})}),Yc=({width:e=11,height:t=11,className:n=``,onClick:r,color:i})=>U(J,{icon:`fa-solid:check`,width:e,height:t,className:n,onClick:r,color:i}),Xc=a(({checked:e,defaultChecked:t=!1,onChange:n,disabled:r,readOnly:i,required:a,id:o,dataTest:s,...c},l)=>{let[u,d]=p(t),f=e!==void 0,m=f?e:u,h=e=>{f||d(e),n?.({target:{checked:e,name:o}},e)},g=f?{checked:m}:{defaultChecked:t},_=qc.iconContent;return U(Mc,{...c,...g,nativeButton:!0,render:U(`button`,{}),ref:l,className:qc.switch,onCheckedChange:h,disabled:r,readOnly:i,required:a,id:o,name:o,"data-testid":s,children:U(Nc,{className:qc.thumb,children:U(`span`,{className:qc.icon,children:U(m?Yc:Jc,{className:_})})})})}),Zc={RadioWrapper:`_RadioWrapper_1qjtx_1`,"size-small":`_size-small_1qjtx_14`,Radio:`_Radio_1qjtx_1`,RadioRippleContainer:`_RadioRippleContainer_1qjtx_34`,RadioRipple:`_RadioRipple_1qjtx_34`,ripple:`_ripple_1qjtx_1`,RadioHover:`_RadioHover_1qjtx_68`,Indicator:`_Indicator_1qjtx_120`,Error:`_Error_1qjtx_141`},Qc=a(({value:e,dataTest:t,className:n,size:r=`medium`,error:i,disabled:a,...s},c)=>{let l=K(Zc.RadioWrapper,Zc.RadioHover,r===`small`&&Zc[`size-small`],n,i&&Zc.Error),u=K(Zc.Radio,r===`small`&&Zc[`size-small`]),d=f(null),p=o(e=>{if(e.stopPropagation(),!d.current)return;let t=document.createElement(`span`);Zc.RadioRipple&&(t.className=Zc.RadioRipple),t.addEventListener(`animationend`,()=>{t.remove()},{once:!0}),d.current.appendChild(t)},[]);return W(wc,{...s,nativeButton:!0,render:U(`button`,{}),ref:c,value:e,"data-testid":t,className:l,disabled:a,onPointerDown:p,children:[U(`span`,{className:Zc.RadioRippleContainer,ref:d}),U(`span`,{className:u,children:U(Tc,{className:Zc.Indicator})})]})}),$c=a(({value:e,defaultValue:t,onValueChange:n,dataTest:r,error:i,errorText:a,helperText:o,children:s,...c},u)=>{let d=l(),f=l(),p=(i??!1)||(o??!1),m=i?a??`Required`:o,h=p?i?f:d:void 0;return W(Dc,{...c,"data-testid":r,"aria-describedby":h,"aria-invalid":i,ref:u,value:e,defaultValue:t,onValueChange:n,children:[s,p&&W(cl,{id:i?f:d,role:i?`alert`:`status`,className:G(`m-0 flex items-center gap-1 pt-1 text-sm`,i?`text-error-500`:`text-delta-600`),children:[i&&U(me,{width:20,height:20}),m]})]})}),el={"styled-label":`_styled-label_upf4y_1`}[`styled-label`],tl=({children:e,onClick:t,className:n,dataTest:r,style:i})=>U(`div`,{className:G(el,n),style:i,onClick:t,"data-testid":r,children:e}),nl=({dependencyList:e=[]})=>{let t=f(null),[n,r]=p(!1);return u(()=>{let e=t.current;if(!e)return;let n=new ResizeObserver(()=>{let t=Array.from(e.children).some(t=>{let n=t.querySelector(`.MuiChip-label`);if(!n)return!1;let r=t.querySelector(`.MuiButtonBase-root`),i=n.scrollWidth>e.clientWidth,a=r?n.scrollHeight>r.clientHeight:!1;return i||a});r(e=>e===t?e:t)});return n.observe(e),()=>n.disconnect()},[...e]),{wrapDisabled:n,containerRef:t}},rl=a((e,t)=>{let{options:n,dataTest:r,value:i,readOnly:a,multiple:o,title:s,disabled:c,onChange:l,required:u,error:d,helperText:f,valueKey:p=`value`,labelKey:m=`label`,renderLabel:h,getOptionTooltip:g,loading:_,size:v,locale:y=`en`}=e,{containerRef:b,wrapDisabled:x}=nl({dependencyList:[n,n.length]}),S=e=>typeof e==`object`?e?.[m]?.toString()||``:e?.toString()||``,C=e=>typeof e==`object`?e?.[p]:e,w=(e,t)=>C(e)===C(t),T=o?Array.isArray(i)&&i.length>0:i!=null,E=e=>{if(!o){let t=w(e,i)?null:e;if(t===null)return;l(t);return}let t=i??[];l(t.find(t=>w(t,e))?t.filter(t=>!w(t,e)):[...t,e])},D=a?n.filter(e=>!!(o?i?.find(t=>w(t,e)):w(i,e))):n,O=D.findIndex(e=>!(typeof e==`object`&&e?.disabled)&&!a);return W(`div`,{"data-testid":`${r}-dynamic-radio-group`,className:`relative flex flex-col gap-y-1`,children:[s&&U(`span`,{className:`text-base font-semibold text-delta-800`,children:s}),U(`div`,{"aria-hidden":!0,ref:b,className:`pointer-events-none absolute left-0 top-0 flex flex-wrap gap-2 text-sm opacity-0`,style:{width:`100%`},children:D.map(e=>{let t=C(e);return U(De,{className:`w-fit`,readOnly:a,type:o?`checkbox`:`radio`,dataTest:`ic-${String(t)}-hidden`,label:h?h(e):S(e)},String(t))})}),U(`div`,{className:K(`flex flex-wrap gap-2`,x&&`flex-col gap-1`),children:_?W(`div`,{className:`flex flex-wrap gap-2`,children:[U(z,{className:`h-[32px] w-[60px]`}),U(z,{className:`h-[32px] w-[60px]`}),U(z,{className:`h-[32px] w-[60px]`})]}):D?.length?D.map((e,n)=>{let r=C(e),s=!!(o?i?.find(t=>w(t,e)):w(i,e)),l=g?g(e):null;if(a&&!s)return null;let u=typeof e==`object`?!!e?.disabled:!1,d=!u&&!a&&n===O?t:void 0;return U(q,{title:l,arrow:!0,children:U(`span`,{className:K(u&&`cursor-not-allowed`),children:a&&!x?U(we,{ref:d,disabled:c||u,classes:{root:`min-h-[32px] h-full`},className:`w-fit text-sm`,dataTest:`ic-${String(r)}`,label:h?h(e):S(e)}):U(De,{ref:d,disabled:c||u,classes:x?{root:`border-none outline-none bg-transparent w-full flex justify-start h-full min-h-[40px] shadow-none`,label:`block whitespace-normal break-words overflow-visible`}:{root:`min-h-[32px] h-full`},className:`w-fit text-sm`,readOnly:a,type:o?`checkbox`:`radio`,dataTest:`ic-${String(r)}`,checked:s,size:v,onClick:()=>E(e),label:h?h(e):S(e)})})},String(r))}):U(`span`,{children:`-`})}),!u&&T&&!a&&U(Y,{dataTest:`clear-selection-btn`,variant:`text`,startIcon:v===`medium`?U(de,{height:24,width:24,className:`size-6`}):U(de,{height:20,width:20,className:`size-5`}),className:`w-fit`,size:v,onClick:()=>l(o?[]:null),children:y===`en`?`Clear selection`:`Fjern valget`}),W(`div`,{className:K(`flex items-center gap-1 text-sm/5 text-delta-600`,d&&`text-error-500`),children:[d&&U(Pr,{width:20,height:20,className:`min-w-5`}),U(`span`,{className:`line-clamp-1`,children:f||d&&!f&&`Required`})]})]})}),il=a((e,t)=>{let[n,r]=p(!1),{options:a,dataTest:s,value:c,readOnly:l,multiple:u,required:d,onChange:f,size:m,title:h,noOptionsText:g,placeholder:_,disabled:v,helperText:y,disableHelperText:b,error:x,valueKey:S=`value`,labelKey:C=`label`,renderLabel:w,getOptionTooltip:T,startAdornment:E,autocompleteProps:D,loading:O,maxTags:k}=e,A=a.length<11,j=e=>typeof e==`object`?e?.[C]?.toString()||``:e?.toString()||``,M=o(e=>typeof e==`object`?e?.[S]:e,[S]),ee=o((e,t)=>M(e)===M(t),[M]),N=o(e=>{r(!0),D?.onOpen?.(e)},[D]),te=o((e,t)=>{r(!1),D?.onClose?.(e,t)},[D]);return u&&l?U(rl,{...e}):W(`div`,{className:`flex w-full flex-col gap-y-1`,children:[h&&U(`span`,{className:`text-base font-semibold text-delta-800`,children:h}),U(Gc,{open:n,onOpen:N,onClose:te,disableCloseOnSelect:u,dataTest:s,disabled:v||O,noOptionsText:g,loading:O,readOnly:l,value:c,size:m,disableClearable:d,options:a,fullWidth:!0,classes:{listbox:`h-full max-h-[300px]`},getOptionLabel:j||D?.getOptionLabel,onChange:(e,t)=>{f(t)},filterSelectedOptions:!1,isOptionEqualToValue:D?.isOptionEqualToValue??ee,autoHeight:!0,multiple:u,renderTags:e=>{let t=k||a.length,n=e.slice(0,t),r=e.length-t;return W(`div`,{className:`flex flex-wrap gap-2`,children:[n.map(e=>U(we,{dataTest:`${M(e)}-chip`,readOnly:l,variant:`outlined`,label:w?w(e):j(e)||``,classes:{root:`h-fit w-fit min-h-[32px]`,label:`block whitespace-normal`},disabled:v||O,onDelete:()=>{if(!u){f(null);return}f(c.filter(t=>!ee(t,e)))}},M(e)?.toString())),r>0&&U(we,{dataTest:`remaining-count-tag-chip`,label:`+${r}`,variant:`outlined`,onClick:N})]})},popupIcon:O?U(ge,{height:24,width:24}):u?U(ve,{height:24,width:24}):void 0,renderOption:(e,t)=>{let n=typeof t==`object`?!!t?.disabled:!1,r=T?T(t):null;if(u){let a=!!c?.find(e=>ee(e,t));return i(`li`,{...e,key:e.id,onClick:n?void 0:e.onClick,className:K(`flex h-full cursor-pointer gap-x-1 bg-white text-sm/5 hover:bg-gama-50`,n&&`cursor-not-allowed bg-delta-50 hover:bg-delta-50`),"aria-disabled":n},U(q,{arrow:!0,title:r,children:W(H,{children:[U(Lc,{disabled:n,dataTest:`${M(t)}-checkbox`,size:`small`,className:`min-w-[36px]`,checked:a}),w?w(t):U(`span`,{className:`h-fit py-[10px] text-sm text-delta-700`,children:j(t)})]})}))}let a=ee(c,t);return i(`li`,{...e,key:e.id,className:K(`flex h-full cursor-pointer gap-x-1 px-2 text-sm/5 hover:bg-gama-50`,n&&`cursor-not-allowed bg-delta-50 hover:bg-delta-50`),onClick:n?void 0:e.onClick,"aria-disabled":n},U(q,{arrow:!0,title:r,children:W(H,{children:[U(`span`,{className:`h-full w-5 min-w-5 py-[10px]`,children:a&&U(le,{className:`size-5 min-h-5 min-w-5 text-gama-500`,height:20,width:20})}),w?w(t):U(`span`,{className:`py-[10px] text-sm text-delta-700`,children:j(t)})]})}))},renderInput:e=>U(Rc,{dataTest:`${s}-input-field`,...e,inputRef:t,error:x,helperText:b?``:y||` `,variant:`outlined`,label:``,placeholder:_,readOnly:l,onKeyDown:A?e=>e.preventDefault():void 0,autoComplete:A?`off`:`on`,InputProps:{...e.InputProps,startAdornment:E||e.InputProps.startAdornment,style:A?{caretColor:`transparent`}:{}},inputProps:{...e.inputProps,style:A?{caretColor:`transparent`}:{}}}),...D})]})}),al=a((e,t)=>{let{options:n}=e;return n.length>0&&n.length<=5?U(rl,{...e,ref:t}):U(il,{...e,ref:t})}),ol=e=>U(O,{...e,sx:{...e.sx,"& label.MuiInputLabel-shrink":{background:`white !important`,color:`var(--colors-delta-800) !important`},"& label.MuiInputLabel-shrink.Mui-focused":{background:`white !important`,color:`var(--colors-gama-500) !important`},"& label.MuiInputLabel-shrink.Mui-error.Mui-focused":{background:`white !important`,color:`var(--colors-red-500) !important`}}}),sl=({sx:e,...t})=>U(k,{...t,sx:{color:`var(--colors-delta-800)`,margin:0,"& .MuiFormControlLabel-label":{fontSize:`14px`,lineHeight:`20px`},"&.Mui-disabled .MuiFormControlLabel-label":{color:`var(--colors-delta-300)`},...e}}),cl=e=>U(j,{...e}),ll=e=>U(ee,{...e}),ul=e=>U(A,{...e}),dl=e=>U(E,{...e}),fl=e=>U(N,{...e,classes:{paper:G(`border border-solid border-delta-300 shadow-[0px_2px_4px_0px_rgba(34,_33,_51,_0.15)]`,e.classes?.paper),list:G(`py-1`,e.classes?.list),...e.classes}}),pl=e=>U(te,{...e,classes:{selected:`bg-gama-50`,root:G(`px-3 py-2.5 hover:bg-delta-50`,e.classes?.root),...e.classes},sx:{"&.Mui-disabled":{pointerEvents:`auto`,cursor:`not-allowed`,"&:hover":{backgroundColor:`transparent !important`}},...e.sx}}),ml=e=>U(ne,{...e}),hl={"styled-link":`_styled-link_um6g7_1`,"styled-link-disabled":`_styled-link-disabled_um6g7_16`,"styled-link-xs":`_styled-link-xs_um6g7_32`,"styled-link-small":`_styled-link-small_um6g7_37`,"styled-link-large":`_styled-link-large_um6g7_42`},gl=({href:e,disabled:t,size:n=`large`,dataTest:r,reflink:i,className:a,content:o,contentNode:s,...c})=>{let l=hl[`styled-link-large`];switch(n){case`large`:l=hl[`styled-link-large`];break;case`small`:l=hl[`styled-link-small`];break;case`xs`:l=hl[`styled-link-xs`];break}return t?W(`span`,{className:G(hl[`styled-link`],hl[`styled-link-disabled`],l,a),children:[o,s]}):W(`a`,{...c,"data-testid":r,ref:i,href:e,className:G(hl[`styled-link`],l,a),children:[o,s]})},_l=e=>U(ie,{...e,sx:{letterSpacing:`normal`,"&.MuiTab-textColorPrimary.Mui-selected":{color:`var(--colors-gama-500)`},"&.MuiTab-textColorPrimary":{color:`var(--colors-gray-600)`},"&.MuiTab-textColorPrimary.Mui-disabled":{color:`var(--colors-gray-300)`}}}),vl={"& .MuiTabs-scroller":{borderBottom:`1px solid var(--colors-delta-200)`},"& .MuiTabs-scrollButtons":{border:`1px solid var(--colors-delta-500)`,width:40,height:40,borderRadius:`10%`,display:`none`,justifyContent:`center`,alignItems:`center`,position:`relative`,top:2,"& svg":{fontSize:24,color:`var(--colors-delta-700)`},"&:hover":{backgroundColor:`var(--colors-gama-50)`},"&:first-of-type":{marginRight:`8px`},"&:last-of-type":{marginLeft:`8px`},transition:`opacity 0.3s ease, transform 0.3s ease`,opacity:0,transform:`scale(0)`},"& .MuiTabs-scrollButtons.Mui-disabled":{display:`none`},"& .MuiTabs-scrollButtons:not(.Mui-disabled)":{display:`flex`,opacity:1,transform:`scale(1)`}},yl={minHeight:36,"& .MuiTab-root":{height:36,minHeight:36,paddingLeft:`12px`,paddingRight:`12px`,paddingTop:`8px`,paddingBottom:`8px`}},bl=({className:e,size:t=`default`,sx:n,...r})=>{let i=[vl,...t===`small`?[yl]:[],...n?Array.isArray(n)?n:[n]:[]];return U(ae,{...r,className:K(`relative rounded-t-lg bg-white px-4`,e),TabIndicatorProps:{style:{background:`var(--colors-gama-500)`,color:`var(--colors-gama-500)`}},sx:i})},xl={AccordionRoot:`_AccordionRoot_wzlmo_1`,Trigger:`_Trigger_wzlmo_9`,Header:`_Header_wzlmo_18`,TriggerIcon:`_TriggerIcon_wzlmo_40`,TriggerIconRight:`_TriggerIconRight_wzlmo_48`,Panel:`_Panel_wzlmo_56`,Content:`_Content_wzlmo_67`},Sl=({className:e,children:t,expanded:n,defaultExpanded:r,onChange:i,...a})=>{let o=`item`;return U(Ga,{...a,type:`single`,className:K(xl.AccordionRoot,e),onValueChange:e=>{i?.(e.includes(o))},...n===void 0?{defaultValue:r?[o]:[]}:{value:n?[o]:[]},children:U(Do,{value:o,children:t})})},Cl=({size:e=`large`,expandChevronRight:t,className:n,headerClassName:r,sx:i,children:a,...o})=>{let s=e===`small`,c={"--trigger-height":s?`48px`:`72px`,"--trigger-padding-x":s?`8px`:`16px`,"--trigger-font-size":s?`14px`:`18px`,"--chevron-size":s?`20px`:`24px`,...i};return U(Oo,{className:G(xl.Header,r),children:U(ws,{...o,className:G(xl.Trigger,n),style:c,children:t?W(H,{children:[a,U(ue,{className:G(xl.TriggerIcon,xl.TriggerIconRight),"data-state-icon":!0})]}):W(H,{children:[U(ue,{className:xl.TriggerIcon,"data-state-icon":!0}),a]})})})},wl=({children:e,className:t,contentClassName:n,...r})=>U(As,{...r,className:G(xl.Panel,t),children:U(`div`,{className:G(xl.Content,n),children:e})}),Tl=({anchorOrigin:e,transformOrigin:t,className:n,...r})=>U(I,{anchorOrigin:e??{vertical:`bottom`,horizontal:`left`},transformOrigin:t??{vertical:`top`,horizontal:`left`},className:n??`my-1`,...r}),El=({filterIsActive:e,label:t,hideLabel:n=!1,size:r=`large`,variant:i=`outlined`,...a})=>U(H,{children:W(`div`,{className:`relative h-fit w-fit`,children:[U(Y,{...a,type:`button`,startIcon:U(jr,{width:r===`large`?24:20,height:r===`large`?24:20}),variant:i,size:r,children:!n&&(t??`Filter`)}),e&&U(`div`,{className:G(`absolute h-2 w-2 rounded-full bg-gama-400`,r===`large`?`right-2 top-2`:`right-1 top-1`)})]})}),Dl=()=>{let[e,t]=p(null),n=e=>{t(()=>e.currentTarget)},r=()=>{t(()=>null)};return{anchorEl:e,onClose:r,onAnchorClick:t=>{e?r():n(t)}}},Ol=e=>n.isValidElement(e)||typeof e==`string`||typeof e==`number`||e===null||Array.isArray(e),kl=({filterIsActive:e,popoverContent:t,dataTest:r,disabled:i,size:a=`large`,variant:o=`outlined`,popoverProps:s,anchorNode:c,label:l,hideLabel:u})=>{let{onAnchorClick:d,onClose:f,anchorEl:p}=Dl(),m=c?.({isOpen:!!p,onClose:f});return W(H,{children:[W(`div`,{className:`relative h-fit w-fit`,children:[c&&n.isValidElement(m)?n.cloneElement(m,{onClick:d}):U(Y,{type:`button`,disabled:i,variant:o,startIcon:U(jr,{width:a===`large`?24:20,height:a===`large`?24:20}),onClick:d,size:a,dataTest:r,"data-popover-open":!!p||void 0,children:!u&&(l??`Filter`)}),e&&U(`div`,{className:G(`absolute h-2 w-2 rounded-full bg-gama-400`,a===`large`?`right-2 top-2`:`right-1 top-1`)})]}),U(Tl,{...s,open:!!p,anchorEl:p,onClose:f,anchorOrigin:s?.anchorOrigin??{vertical:`bottom`,horizontal:`right`},transformOrigin:s?.transformOrigin??{vertical:`top`,horizontal:`right`},className:s?.className??`my-1`,children:Ol(t)?t:t({isOpen:!!p,onClose:f})})]})},Al=({className:e,contentToCopy:t,locale:n,messageInfo:r,text:i})=>{let a=n===`en`?`Copy`:`Kopier`,o=_i();return U(q,{title:a,children:U(`div`,{children:U(Y,{dataTest:`copy-button`,className:e,size:`small`,variant:`text`,startIcon:U(fe,{width:20,height:20}),onClick:()=>{navigator.clipboard.writeText(t).then(()=>{r(n===`no`?`Kopiert til utklippstavle`:`Copied to clipboard`)}).catch(e=>console.error(`Copying failed with this: `,e))},children:!o&&(i??a)})})})},jl={"copy-wrapper":`_copy-wrapper_1gjzc_1`,"hidden-copy":`_hidden-copy_1gjzc_1`},Ml=({className:e,contentToCopy:t,locale:n,messageInfo:r,children:i})=>W(`div`,{className:K(`flex items-center hover:text-gama-500`,jl[`copy-wrapper`],e),children:[i,U(q,{title:n===`no`?`Kopier`:`Copy`,className:jl[`hidden-copy`],children:U(`div`,{children:U(Y,{dataTest:`copy-button`,size:`small`,variant:`text`,className:`cursor-pointer`,onClick:e=>{e.preventDefault(),e.stopPropagation(),navigator.clipboard.writeText(t).then(()=>{r(n===`no`?`Kopiert til utklippstavle`:`Copied to clipboard`)}).catch(e=>console.error(`Copying failed with this: `,e))},startIcon:U(fe,{width:20,height:20})})})})]}),Nl={"styled-widget-title":`_styled-widget-title_1mja5_1`},Pl=function(e){return U(`div`,{className:Nl[`styled-widget-title`],children:e.children})},Fl={"styled-widget-header":`_styled-widget-header_yk04z_1`},Il=({actions:e,title:t,containerClassname:n,actionsClassname:r})=>W(`div`,{className:K(Fl[`styled-widget-header`],n),children:[U(Pl,{children:t}),U(`div`,{className:r,children:e})]}),Ll={"asma-ui-core-styled-widget":`_asma-ui-core-styled-widget_gzht1_1`,"empty-state":`_empty-state_gzht1_13`,"widget-header":`_widget-header_gzht1_16`,"widget-header-left":`_widget-header-left_gzht1_22`,"widget-header-right":`_widget-header-right_gzht1_28`,"widget-content":`_widget-content_gzht1_34`,"widget-footer":`_widget-footer_gzht1_44`,"widget-link":`_widget-link_gzht1_49`};function Rl(e){return U(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:`1em`,height:`1em`,viewBox:`0 0 24 24`,...e,children:U(`path`,{fill:`currentColor`,d:`M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6l-6 6z`})})}var zl=({children:e,title:t,titleNode:n,icon:r,link:i,viewMore:a,persistKey:o,isLoading:s,isEmpty:c,emptyText:l,headerRight:u,headerRightClassName:d})=>{let[f,m]=p(()=>o?localStorage.getItem(o)===`true`:!1),h=!!i&&!i.hide,g=!!a&&!a.hide;return W(`div`,{className:`${Ll[`asma-ui-core-styled-widget`]} ${c?Ll[`empty-state`]:``}`,children:[W(`div`,{className:Ll[`widget-header-left`],children:[r,n??U(Pl,{children:t}),U(`div`,{className:`${Ll[`widget-header-right`]} ${d??``}`,children:u})]}),U(`div`,{className:Ll[`widget-content`],children:W(H,{children:[e,U(ji,{isLoading:s}),U(Ei,{isEmpty:c,emptyText:l})]})}),g&&W(`div`,{className:Ll[`widget-footer`],children:[a.hide?U(`div`,{}):U(Y,{disabled:a.disabled,dataTest:`view-more`,variant:`text`,endIcon:U(f?Rl:ui,{width:20,height:20}),onClick:()=>{m(!f),o&&localStorage.setItem(o,String(!f)),a.onClick?.()},children:f?a.viewLessText:a.viewMoreText}),h?U(gl,{dataTest:`go-to-button`,className:Ll[`widget-link`],size:`small`,href:i.href,onClick:i.onClick,content:i.content}):U(`div`,{})]})]})},Bl={"styled-module-title":`_styled-module-title_174mo_1`},Vl=function(e){return U(`h1`,{"data-testid":e.dataTest,className:Bl[`styled-module-title`],children:e.children})},Hl={dialog:`_dialog_erjok_1`,"opacity-appear":`_opacity-appear_erjok_1`,hidden:`_hidden_erjok_9`},Ul=()=>{let[e,t]=p(null),[n,r]=p(!1),i=o(e=>{t(e.currentTarget),r(!0)},[]);return{open:n,handleClose:o(()=>{r(!1)},[]),handleOpen:i,anchorEl:e}};function Wl(e){return U(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:`1em`,height:`1em`,viewBox:`0 0 24 24`,...e,children:U(`path`,{fill:`currentColor`,d:`M10 21v-2H6.41l4.5-4.5l-1.41-1.41l-4.5 4.5V14H3v7zm4.5-10.09l4.5-4.5V10h2V3h-7v2h3.59l-4.5 4.5z`})})}function Gl(e){return U(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:`1em`,height:`1em`,viewBox:`0 0 24 24`,...e,children:U(`path`,{fill:`currentColor`,d:`M19.5 3.09L15 7.59V4h-2v7h7V9h-3.59l4.5-4.5zM4 13v2h3.59l-4.5 4.5l1.41 1.41l4.5-4.5V20h2v-7z`})})}var Kl=typeof global==`object`&&global&&global.Object===Object&&global,ql=typeof self==`object`&&self&&self.Object===Object&&self,Jl=(Kl||ql||Function(`return this`)()).Symbol,Yl=Object.prototype,Xl=Yl.hasOwnProperty,Zl=Yl.toString,Ql=Jl?Jl.toStringTag:void 0;function $l(e){var t=Xl.call(e,Ql),n=e[Ql];try{e[Ql]=void 0;var r=!0}catch{}var i=Zl.call(e);return r&&(t?e[Ql]=n:delete e[Ql]),i}var eu=Object.prototype.toString;function tu(e){return eu.call(e)}var nu=`[object Null]`,ru=`[object Undefined]`,iu=Jl?Jl.toStringTag:void 0;function au(e){return e==null?e===void 0?ru:nu:iu&&iu in Object(e)?$l(e):tu(e)}var ou=Array.isArray;function su(e){var t=typeof e;return e!=null&&(t==`object`||t==`function`)}var cu=`[object AsyncFunction]`,lu=`[object Function]`,uu=`[object GeneratorFunction]`,du=`[object Proxy]`;function fu(e){if(!su(e))return!1;var t=au(e);return t==lu||t==uu||t==cu||t==du}var pu=({onCloseText:e=``,onMinimizeText:t=``,onExpandText:n=``,onFullScreenText:r=``,showCloseIcon:i=!0,showMinimizeIcon:a=!0,showExpandIcon:o=!0,showFullScreenIcon:s=!0,title:c,label:l,children:u,open:d,onClose:f,className:m=``,primaryButtonText:h,primaryButtonLoading:g=!1,secondaryButtonText:_,onPrimaryButtonClick:v,onSecondaryButtonClick:y,dataTest:b,actionNode:x,extraActions:S,extraActionsText:C,btnContainerClassName:w,footerClassName:T,footerInfo:E,locale:D=`en`,enableFullscreen:O=!0,fullScreenState:k,handleFullScreenState:A})=>{let[j,M]=p(!1),[ee,N]=p(!1),{open:te,anchorEl:ne,handleOpen:P,handleClose:F}=Ul();if(!d)return null;let I=k??ee,L=I&&!j,R=L?{right:`auto`,bottom:`auto`,left:`50%`,top:`50%`,transform:`translate(-50%, -50%)`,width:`min(1000px, calc(100vw - 32px))`,height:`95dvh`}:void 0,re=h??g,z=re||_,B=()=>{M(!j)};return W(H,{children:[L&&U(`div`,{className:`fixed inset-0 z-[51] bg-[rgb(98,110,126)] bg-opacity-70`}),U(`div`,{style:{zIndex:51},className:K(Hl.dialog,!j&&Hl.hidden),children:W(`div`,{className:G(`flex items-center justify-between`,!j&&`hidden`),"data-testid":b,children:[U(`div`,{className:`truncate text-lg font-semibold text-delta-800`,children:c}),W(`div`,{className:`flex items-center gap-x-1`,children:[o&&U(q,{title:D===`en`?`Expand`:`Utvid`,children:U(`div`,{children:U(Y,{dataTest:`minimize-button`,variant:`text`,size:`small`,onClick:B,endIcon:U(he,{height:20,width:20,color:`text-gama-500`}),children:n})})}),i&&U(q,{title:D===`en`?`Close`:`Lukk`,children:U(`div`,{children:U(Y,{dataTest:`close-button`,variant:`textGray`,size:`small`,onClick:f,endIcon:U(de,{height:20,width:20,color:`text-delta-700`}),children:e})})})]})]})}),W(`div`,{style:R,className:K(`fixed bottom-4 right-4 z-[51] rounded-lg bg-white shadow-[0_4px_40px_0px_rgba(34,33,51,0.4)] transition-all duration-300`,m&&!j&&!I?m:``,j&&`!h-0 !w-0 opacity-0 duration-0`,L&&`fixed duration-0`),"data-testid":b,children:[W(`div`,{className:`flex flex-col gap-y-2 border-b-[1px] border-delta-200 p-4`,children:[W(`div`,{className:`flex items-center justify-between`,children:[l?U(`div`,{className:`text-sm text-delta-700`,children:l}):U(`div`,{className:`text-2xl font-semibold text-delta-800`,children:c}),W(`div`,{className:`flex items-center gap-x-1`,children:[x,a&&U(q,{title:D===`en`?`Minimize`:`Minimer`,children:U(`div`,{children:U(Y,{dataTest:`minimize-button`,variant:`textGray`,size:`small`,onClick:B,endIcon:U(_e,{height:20,width:20,color:`text-delta-700`}),children:t})})}),O&&s&&U(q,{title:I?D===`en`?`Exit full screen`:`Avslutt fullskjerm`:D===`en`?`Full screen`:`Fullskjerm`,children:U(`div`,{children:U(Y,{dataTest:`fullscreen-button`,variant:`textGray`,size:`small`,onClick:e=>{k!==void 0&&A?A():N(!ee),e.detail!==0&&e.currentTarget.blur()},endIcon:U(I?Gl:Wl,{width:20,height:20,color:`text-delta-700`}),children:r})})}),i&&U(q,{title:D===`en`?`Close`:`Lukk`,children:U(`div`,{children:U(Y,{dataTest:`close-button`,variant:`textGray`,size:`small`,onClick:f,endIcon:U(de,{height:20,width:20,color:`text-delta-700`}),children:e})})})]})]}),l&&U(`div`,{className:`truncate text-2xl font-semibold text-delta-800`,children:c})]}),W(`div`,{className:G(`flex flex-col`,I&&!j&&`h-[87dvh]`),children:[U(`div`,{className:`flex-grow overflow-y-auto`,children:typeof u==`function`?u({fullScreen:I}):u}),(ou(S)&&S.length||fu(S))&&C||E?W(`div`,{className:K(`flex items-center justify-between border-0 border-t-[1px] border-solid border-delta-200 bg-white p-4`,T),children:[ou(S)&&S.length&&C?W(H,{children:[U(Y,{dataTest:`extra-actions-button`,variant:`textGray`,startIcon:U(pe,{width:24,height:24}),onClick:P,children:C}),U(fl,{open:te,anchorEl:ne,onClose:F,children:S.map(e=>U(pl,{className:e.className,onClick:e.onClick,children:e.label},e.label))})]}):C&&fu(S)&&U(Y,{dataTest:`extra-action-button`,variant:`text`,onClick:S,children:C}),` `,E,z?W(`div`,{className:K(`flex justify-end gap-x-4`,w),children:[_&&y&&U(Y,{dataTest:`cancel-button`,variant:`outlined`,onClick:y,children:_}),re&&v&&U(Y,{dataTest:`save-button`,startIcon:g&&U(ge,{width:24,height:24}),onClick:v,children:h})]}):null]}):U(H,{children:z?W(`div`,{className:K(`flex justify-end gap-x-4 border-t-[1px] border-delta-200 p-4`,w),children:[_&&y&&U(Y,{dataTest:`cancel-button`,variant:`outlined`,onClick:y,children:_}),re&&v&&U(Y,{dataTest:`save-button`,startIcon:g&&U(ge,{width:24,height:24}),onClick:v,children:h})]}):null})]})]})]})},mu=({showCloseIcon:e,tooltipTitle:t,onClick:n})=>e?U(q,{title:t,placement:`top`,children:U(`div`,{children:U(Y,{dataTest:`close-button`,variant:`textGray`,size:`small`,onClick:n,endIcon:U(de,{height:20,width:20,color:`text-delta-700`})})})}):null,hu=({visibility:e,tooltipTitle:t,onClick:n,type:r})=>e?r===`expand`?U(`div`,{children:U(q,{title:t,placement:`top`,children:U(`div`,{children:U(Y,{dataTest:`toggle-minimize-btn`,variant:`text`,size:`small`,onClick:n,endIcon:U(he,{height:20,width:20,color:`text-gama-500`})})})})}):r===`minimize`?U(`div`,{children:U(q,{title:t,placement:`top`,children:U(`div`,{children:U(Y,{dataTest:`toggle-minimize-btn`,variant:`textGray`,size:`small`,onClick:n,endIcon:U(_e,{height:20,width:20,color:`text-delta-700`})})})})}):null:null,gu=({fullScreen:e,showFullScreenIcon:t,tooltipTitle:n,onClick:r})=>t?U(q,{title:n,children:U(`div`,{children:U(Y,{dataTest:`fullscreen-button`,variant:`textGray`,size:`small`,onClick:e=>{r(),e.detail!==0&&e.currentTarget.blur()},endIcon:U(e?Gl:Wl,{width:20,height:20,color:`text-delta-700`})})})}):null,_u={"dialog-base":`_dialog-base_16tvw_1`,"minimized-dialog":`_minimized-dialog_16tvw_5`,dialog:`_dialog_16tvw_1`,hidden:`_hidden_16tvw_27`},vu={en:{close:`Close`,expand:`Expand`,minimize:`Minimize`,fullscreen:`Fullscreen`,exitFullscreen:`Exit fullscreen`},no:{close:`Lukk`,expand:`Utvid`,minimize:`Minimer`,fullscreen:`Fullskjerm`,exitFullscreen:`Avslutt fullskjerm`}};function yu(e=`en`){return d(()=>vu[e]??vu.en,[e])}var bu=({fullScreenState:e,handleFullScreenState:t,minimizedState:n,handleMinimizedState:r})=>{let[i,a]=p(!1),[o,s]=p(!1);return{fullScreen:e??o,setFullScreen:e=>t?t():s(e),minimized:n??i,setMinimized:e=>r?r(e):a(e)}},xu=e=>{let{showCloseIcon:t=!0,showMinimizeIcon:n=!0,showExpandIcon:r=!0,enableFullscreen:i=!0,title:a,label:o,children:s,open:c,onClose:l,classNameOverrides:u={maximized:``,minimized:``,fullscreen:``},dataTest:d,actionNode:p,locale:m=`en`,style:h}=e,g=_i(),_=yu(m),v=f(null),{minimized:y,setMinimized:b,fullScreen:x,setFullScreen:S}=bu(e),C=x&&!y,w=C?{right:`auto`,bottom:`auto`,left:`50%`,top:`50%`,transform:`translate(-50%, -50%)`,width:`min(1000px, calc(100vw - 32px))`,maxWidth:`min(1000px, calc(100vw - 32px))`,height:`95dvh`}:void 0;return c?W(H,{children:[U(`div`,{style:{zIndex:51,...h},className:K(_u[`minimized-dialog`],!y&&_u.hidden,u.minimized),children:W(`div`,{className:G(`flex items-center justify-between`,!y&&`hidden`),"data-testid":d,children:[U(`div`,{className:`max-w-[303px] truncate pr-1 text-lg font-semibold text-delta-800`,children:U(q,{title:a,placement:`top`,children:U(`div`,{className:`truncate`,children:a})})}),W(`div`,{className:`flex items-center gap-x-1`,children:[U(hu,{type:`expand`,visibility:r,onClick:()=>{b(!y)},tooltipTitle:_.expand}),U(mu,{showCloseIcon:t,onClick:l,tooltipTitle:_.close})]})]})}),C&&U(`div`,{className:`fixed inset-0 z-[52] bg-[rgb(98,110,126)] bg-opacity-70`,onClick:()=>{S(!1)}}),W(`div`,{style:{zIndex:51,...h,...w},ref:v,className:K(_u.dialog,y&&_u.hidden,!x&&u.maximized,x&&u.fullscreen,C&&`fixed z-[53] duration-0`),children:[W(`div`,{className:K(`flex flex-col border-b-[1px] border-delta-200 px-4`,g?`py-3`:`py-4`),children:[W(`div`,{className:`flex items-center justify-between`,children:[o?U(`div`,{className:`text-sm text-delta-700`,children:o}):U(`div`,{className:K(`font-semibold text-delta-800`,g?`line-clamp-2 text-xl`:`line-clamp-1 text-2xl`),children:a}),W(`div`,{className:`flex items-center gap-x-1`,children:[p,U(hu,{visibility:n&&!g,type:`minimize`,onClick:()=>{b(!y)},tooltipTitle:_.minimize}),U(gu,{showFullScreenIcon:i&&!g,fullScreen:x,onClick:()=>{S(!x)},tooltipTitle:x?_.exitFullscreen:_.fullscreen}),U(mu,{showCloseIcon:t,onClick:l,tooltipTitle:_.close})]})]}),o&&U(`div`,{className:K(`font-semibold text-delta-800`,g?`line-clamp-2 text-xl`:`line-clamp-1 text-2xl`),children:a})]}),U(`div`,{className:K(y&&`hidden`,`flex flex-grow flex-col overflow-y-auto`),children:s})]})]}):null},Su=e=>(window.addEventListener(`resize`,e),()=>window.removeEventListener(`resize`,e));function Cu(){return m(Su,()=>window.innerWidth,()=>0)}var wu=16;function Tu({config:e,MAX_DIALOG_WIDTH:t=600}){let n=r(void 0),i=({children:r})=>{let[i,a]=p([]),s=Cu(),c=o(e=>{let n=[...e].sort((e,t)=>e.order-t.order),r=n.length||1,i=Math.min(t,(s-(r+1)*wu)/r);return n.map((e,t)=>({...e,width:i,position:{right:wu+t*(i+wu)}}))},[s]),l=o((t,n)=>{let r=e[t]?.dependencies,i=e[t]?.order??1/0,o=n??i;a(e=>{let n=e.find(e=>e.id===t),i={id:t,open:!0,width:0,position:{right:0},dependencies:r,order:o};return c((n?e.map(e=>e.id===t?{...e,open:!0,dependencies:r}:e):[...e,i]).filter(e=>e.open))})},[c]),u=o(e=>{a(t=>{let n=new Set([e]),r;do{r=!1;for(let e of t)e.dependencies?.some(e=>n.has(e))&&!n.has(e.id)&&(n.add(e.id),r=!0)}while(r);return c(t.filter(e=>!n.has(e.id)))})},[c]),d=o(e=>i.find(t=>t.id===e),[i]);return U(n.Provider,{value:{dialogs:i,openDialog:l,closeDialog:u,getDialogState:d},children:r})};function a(){let e=s(n);if(!e)throw Error(`useDialogStack must be used within DialogStackProvider`);return e}return{DialogStackProvider:i,useDialogStack:a}}export{_r as ArchiveIcon,$n as AssignmentIcon,er as AssignmentOutlineIcon,g as Avatar,Qr as BadgeIcon,Fn as BellIcon,Pn as BellOutlineIcon,Ir as CalendarBlankOutlineIcon,Xn as CalendarIcon,Qn as CalendarRangeIcon,yr as CheckBoxCheckedIcon,Yn as CheckFactIcon,Jn as CheckFactOutlineIcon,Ic as CheckIcon,qn as CheckOutlineIcon,zn as ChevronDoubleLeftIcon,Bn as ChevronDoubleRightIcon,br as ChevronDownIcon,Rn as ChevronLeftIcon,Ln as ChevronRightIcon,xr as ChevronUpIcon,b as ClickAwayListener,Sr as CloseIcon,Jr as ConsentsIcon,x as Container,Al as CopyButton,Ml as CopyWrapper,Un as DashboardViewIcon,Wn as DashboardViewOutlineIcon,Ar as DeleteOutlineIcon,fr as DotsVerticalIcon,vr as DownloadIcon,Or as DragHorizontalIcon,gr as DropDownIcon,hr as DropUpIcon,Nr as DvrIcon,Ur as EarthIcon,$r as EditSquareIcon,Pr as ErrorOutlineIcon,D as Fade,Rr as FastCheckOutlineIcon,kr as FilePdfIcon,jr as FilterIcon,cr as FindReplaceIcon,lr as FindReplacePeopleIcon,M as FormLabel,In as HamburgerIcon,ri as HandymanIcon,ni as HandymanOutlineIcon,Tr as InboxOutboxIcon,Er as InboxOutboxOutlineIcon,Fc as IndeterminateIcon,Xr as KeyboardCapslockIcon,Lr as LinkOutlineIcon,tr as ListNumberedIcon,Hr as ListSettingsLineIcon,Br as ListStatusIcon,mr as LoadingIcon,Mr as LockIcon,nr as MessageProcessingIcon,rr as MessageProcessingOutlineIcon,Zr as MessageReplyIcon,pu as MinimizableDialog,xu as MinimizableDialogV2,Yr as MinimizeIcon,Zn as NewCalendarIcon,qr as OutlineCalendarMonth,P as Paper,Hn as PdfIcon,Gr as PencilOutlineIcon,Kn as PeopleIcon,Gn as PeopleOutlineIcon,Cr as PermMediaIcon,wr as PermMediaOutline,ur as PersonIcon,dr as PersonOutlineIcon,ii as PinIcon,ei as PlusIcon,ti as PlusIconCircle,L as Popper,Vn as QnrIcon,Fr as ReplayIcon,ir as ReportBoxIcon,ar as ReportBoxOutlineIcon,pr as SearchIcon,or as SettingsIcon,Wr as SettingsMenuHorizontalIcon,sr as SettingsOutlineIcon,z as Skeleton,V as Stack,fi as StyledAIDisclosure,Sl as StyledAccordion,wl as StyledAccordionDetails,Cl as StyledAccordionSummary,Ce as StyledBadge,Y as StyledButton,Lc as StyledCheckbox,we as StyledChip,vi as StyledDialog,bi as StyledDialogActions,Si as StyledDialogContent,wi as StyledDialogTitle,dl as StyledDrawer,al as StyledDynamicSelect,Ei as StyledEmptyPage,El as StyledFilterButton,kl as StyledFilterMenu,ki as StyledFilteredEmptyState,ol as StyledFormControl,sl as StyledFormControlLabel,ul as StyledFormGroup,cl as StyledFormHelperText,li as StyledFormLabel,Rc as StyledInputField,ll as StyledInputLabel,De as StyledInteractiveChip,tl as StyledLabel,gl as StyledLink,ji as StyledLoading,fl as StyledMenu,pl as StyledMenuItem,ml as StyledMenuList,Vl as StyledModuleTitle,Tl as StyledPopover,Qc as StyledRadio,$c as StyledRadioGroup,zc as StyledSearchField,Hc as StyledSelect,Gc as StyledSelectAutocomplete,Uc as StyledSelectItem,Kc as StyledSlider,Xc as StyledSwitch,_l as StyledTab,bl as StyledTabs,Vc as StyledTextarea,q as StyledTooltip,oi as StyledTypography,zl as StyledWidget,Il as StyledWidgetHeader,Pl as StyledWidgetTitle,Vr as TextBoxCheckOutlineIcon,Dr as TopicIcon,zr as UnknownDocumentOutlineRoundedIcon,Kr as WarningAmberOutlineIcon,ai as WorkIcon,K as cn,Tu as createDialogStack,Se as prepareForSlot};
|
package/dist/style.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
:root{--colors-text:#4c4c4c;--colors-blue-25:#f2f8fb;--colors-blue-50:#e6f2f8;--colors-blue-100:#cce6f1;--colors-blue-200:#99cce4;--colors-blue-300:#66b3d6;--colors-blue-400:#4da6cf;--colors-blue-500:#007cb5;--colors-blue-600:#006696;--colors-blue-700:#005a83;--colors-blue-800:#00405e;--colors-blue-900:#005a83;--colors-red-100:#f7dede;--colors-red-300:#f6b9b9;--colors-red-500:#e10700;--colors-red-600:#b6120d;--colors-red-700:#9d0f0f;--colors-salmon-500:#d24545;--colors-salmon-700:#b14848;--colors-gray-10:#f9fafb;--colors-gray-50:#f0f2f4;--colors-gray-100:#e7eaee;--colors-gray-200:#d3d8df;--colors-gray-300:#bdc4cf;--colors-gray-400:#a2acbb;--colors-gray-500:#7a899e;--colors-gray-600:#626e7e;--colors-gray-700:#49525f;--colors-gray-800:#363e4a;--colors-gray-900:#0b0c0f;--colors-gray-9000:#1a1d23;--colors-gray-10000:black;--colors-zinc-100:#f5f5f5;--colors-zinc-200:#b4b4b4;--colors-zinc-300:#b4b4b4;--colors-zinc-400:#686868;--colors-zinc-500:#686868;--colors-zinc-600:#4c4c4c;--colors-zinc-700:#4e4d4f;--colors-zinc-800:#343434;--colors-zinc-900:#0b0c0f;--colors-cardea--grey-01:210deg 16% 95%;--colors-cardea--grey-02:215deg 16% 85%;--colors-cardea--grey-03:213deg 16% 75%;--colors-cardea--grey-04:216deg 16% 65%;--colors-cardea--grey-05:215deg 16% 56%;--colors-cardea--grey-06:216deg 16% 25%;--colors-green-25:#f7f9f8;--colors-green-50:#eff4f2;--colors-green-100:#deebe5;--colors-green-200:#ceddd7;--colors-green-300:#adc6bc;--colors-green-400:#9cb2a9;--colors-green-500:#687771;--colors-green-600:#59635e;--colors-green-700:#474f4b;--colors-green-800:#353b38;--colors-green-900:#474f4b;--colors-slate-100:#d0dee5;--colors-slate-200:#abc8d42f;--colors-slate-300:#abc8d4;--colors-slate-500:#9fbcca;--colors-slate-600:#6198ae;--colors-slate-700:#6e9aaf;--colors-slate-800:#4c7f93;--colors-magic-blue-700:#247ba3;--colors-jade-25:#f3fafa;--colors-jade-50:#e8f6f6;--colors-jade-100:#c5e7e7;--colors-jade-200:#8ed0d0;--colors-jade-300:#60bdbd;--colors-jade-400:#1ca1a1;--colors-jade-500:#168181;--colors-jade-600:#116161;--colors-jade-700:#0b4040;--colors-jade-800:#083030;--colors-jade-900:#0d4f4f;--colors-yellow-400:#efcc1d;--colors-yellow-500:#ffd815;--colors-lime-300:#e6f1b1;--colors-lime-500:#beda2f;--colors-lime-700:#8ba01d;--colors-success-50:#e9fbf0;--colors-success-100:#d3f8e1;--colors-success-300:#a1ebbd;--colors-success-500:#00d651;--colors-success-700:#0b7c36;--colors-success-800:#085e29;--colors-warning-50:#fdf8de;--colors-warning-100:#fcf4cf;--colors-warning-300:#fdeb92;--colors-warning-500:#f0c800;--colors-warning-700:#816d09;--colors-warning-800:#5f5107;--colors-error-50:#fcf3f3;--colors-error-100:#f7dede;--colors-error-300:#f6b9b9;--colors-error-500:#e10700;--colors-error-600:#b6120d;--colors-error-700:#9d0f0f;--colors-info-50:#f0faff;--colors-info-300:#bae8fd;--colors-info-400:#56c7fa;--colors-info-500:#0297e8;--colors-info-700:#1563bc;--colors-info-800:#1255a1}[data-theme=default],[data-theme=fretex],[data-theme=greenish]{--colors-input-active-placeholder-color:var(--colors-gray-500);--colors-input-active-bg-color:#fff;--colors-input-active-hover-bg-color:var(--colors-gray-10);--colors-input-active-active-bg-color:var(--colors-gray-10);--colors-input-active-focus-bg-color:var(--colors-gray-10);--colors-input-active-disabled-bg-color:transparent;--colors-input-active-text-color:var(--colors-gray-800);--colors-input-active-active-text-color:var(--colors-gray-800);--colors-input-active-focus-text-color:var(--colors-gray-800);--colors-input-active-disabled-text-color:var(--colors-gray-300);--colors-input-active-outline-color:var(--colors-gray-500);--colors-input-active-hover-outline-color:var(--colors-gray-800);--colors-input-active-active-outline-color:var(--colors-gray-800);--colors-input-active-focus-outline-color:var(--colors-gama-500);--colors-input-active-disabled-outline-color:var(--colors-gray-300);--input-active-cursor:text;--input-active-hover-cursor:text;--input-active-active-cursor:text;--input-active-focus-cursor:text;--input-active-disabled-cursor:default;--input-active-outline-width:1px;--input-active-hover-outline-width:1px;--input-active-active-outline-width:1px;--input-active-focus-outline-width:2px;--input-active-disabled-outline-width:1px;--colors-input-error-placeholder-color:var(--colors-error-700);--colors-input-error-bg-color:var(--colors-error-100);--colors-input-error-hover-bg-color:var(--colors-error-100);--colors-input-error-active-bg-color:var(--colors-error-100);--colors-input-error-focus-bg-color:var(--colors-error-100);--colors-input-error-disabled-bg-color:var(--colors-error-100);--colors-input-error-text-color:var(--colors-error-700);--colors-input-error-hover-text-color:var(--colors-error-700);--colors-input-error-active-text-color:var(--colors-error-700);--colors-input-error-focus-text-color:var(--colors-error-700);--colors-input-error-disabled-text-color:var(--colors-error-700);--colors-input-error-outline-color:var(--colors-error-700);--colors-input-error-hover-outline-color:var(--colors-error-700);--colors-input-error-active-outline-color:var(--colors-error-700);--colors-input-error-focus-outline-color:var(--colors-error-700);--colors-input-error-disabled-outline-color:var(--colors-error-700);--input-error-cursor:text;--input-error-hover-cursor:text;--input-error-active-cursor:text;--input-error-focus-cursor:text;--input-error-disabled-cursor:default;--input-error-outline-width:1px;--input-error-hover-outline-width:1px;--input-error-active-outline-width:1px;--input-error-focus-outline-width:2px;--input-error-disabled-outline-width:1px;--colors-input-notEditable-placeholder-color:var(--colors-gray-800);--colors-input-notEditable-bg-color:var(--colors-gray-50);--colors-input-notEditable-hover-bg-color:var(--colors-gray-50);--colors-input-notEditable-active-bg-color:var(--colors-gray-50);--colors-input-notEditable-focus-bg-color:var(--colors-gray-50);--colors-input-notEditable-disabled-bg-color:var(--colors-gray-50);--colors-input-notEditable-text-color:var(--colors-gray-800);--colors-input-notEditable-active-text-color:var(--colors-gray-800);--colors-input-notEditable-focus-text-color:var(--colors-gray-800);--colors-input-notEditable-disabled-text-color:var(--colors-gray-300);--input-notEditable-cursor:default;--input-notEditable-hover-cursor:default;--input-notEditable-active-cursor:default;--input-notEditable-focus-cursor:default;--input-notEditable-disabled-cursor:default;--input-notEditable-outline-width:0px;--input-notEditable-hover-outline-width:0px;--input-notEditable-active-outline-width:0px;--input-notEditable-focus-outline-width:0px;--input-notEditable-disabled-outline-width:0px;--colors-input-disabled-disabled-outline-width:1px;--colors-input-disabled-disabled-outline-color:var(--colors-gray-300);--colors-input-disabled-disabled-text-color:var(--colors-gray-300);--colors-input-disabled-placeholder-color:var(--colors-gray-300);--colors-input-disabled-disabled-bg-color:#fff;--input-disabled-disabled-outline-width:1px;--colors-input-readOnly-placeholder-color:var(--colors-gray-800);--colors-input-readOnly-bg-color:transparent;--colors-input-readOnly-hover-bg-color:transparent;--colors-input-readOnly-active-bg-color:transparent;--colors-input-readOnly-focus-bg-color:transparent;--colors-input-readOnly-disabled-bg-color:transparent;--colors-input-readOnly-text-color:var(--colors-gray-800);--colors-input-active-hover-text-color:var(--colors-gray-800);--colors-input-readOnly-active-text-color:var(--colors-gray-300);--colors-input-readOnly-focus-text-color:var(--colors-gray-800);--input-readOnly-cursor:text;--input-readOnly-hover-cursor:text;--input-readOnly-active-cursor:text;--input-readOnly-focus-cursor:text;--input-readOnly-disabled-cursor:default;--input-readOnly-outline-width:0px;--input-readOnly-hover-outline-width:0px;--input-readOnly-active-outline-width:0px;--input-readOnly-focus-outline-width:0px;--input-readOnly-disabled-outline-width:0px;--colors-input-label-active-text-color:var(--colors-gray-800);--colors-input-label-error-text-color:var(--colors-error-700);--colors-input-label-disabled-text-color:var(--colors-gray-300);--colors-input-label-notEditable-text-color:var(--colors-gray-800);--colors-input-label-readOnly-text-color:var(--colors-gray-800);--colors-input-description-active-text-color:var(--colors-gray-600);--colors-input-description-error-text-color:var(--colors-error-700);--colors-input-description-disabled-text-color:var(--colors-gray-300);--colors-input-description-notEditable-text-color:var(--colors-gray-600);--colors-input-description-readOnly-text-color:var(--colors-gray-600)}:root{--colors-text-component:#fff;--colors-active-component:var(--colors-blue-500);--colors-alpha-100:var(--colors-blue-100);--colors-alpha-500:var(--colors-blue-500);--colors-alpha-600:var(--colors-blue-600);--colors-alpha-700:var(--colors-blue-700);--colors-beta-100:var(--colors-red-100);--colors-beta-500:var(--colors-red-500);--colors-beta-600:var(--colors-red-600);--colors-beta-700:var(--colors-red-700);--colors-gama-25:var(--colors-blue-25);--colors-gama-50:var(--colors-blue-50);--colors-gama-100:var(--colors-blue-100);--colors-gama-200:var(--colors-blue-200);--colors-gama-300:var(--colors-blue-300);--colors-gama-400:var(--colors-blue-400);--colors-gama-500:var(--colors-blue-500);--colors-gama-600:var(--colors-blue-600);--colors-gama-700:var(--colors-blue-700);--colors-gama-800:var(--colors-blue-800);--colors-gama-900:var(--colors-blue-900);--colors-delta-10:var(--colors-gray-10);--colors-delta-50:var(--colors-gray-50);--colors-delta-100:var(--colors-gray-100);--colors-delta-200:var(--colors-gray-200);--colors-delta-300:var(--colors-gray-300);--colors-delta-400:var(--colors-gray-400);--colors-delta-500:var(--colors-gray-500);--colors-delta-600:var(--colors-gray-600);--colors-delta-700:var(--colors-gray-700);--colors-delta-800:var(--colors-gray-800);--colors-delta-900:var(--colors-gray-900);--colors-delta-9000:var(--colors-gray-9000);--colors-delta-10000:var(--colors-gray-10000);--colors-sigma-700:var(--colors-magic-blue-700);--colors-theta-100:#fff;--colors-theta-200:var(--colors-slate-200);--colors-theta-300:var(--colors-slate-500);--colors-theta-400:#fff;--colors-theta-500:var(--colors-blue-300);--colors-theta-600:var(--colors-blue-700);--colors-theta-700:var(--colors-blue-600);--colors-theta-800:#fff;--colors-theta-hover:var(--colors-blue-700);--colors-btn-bg-hover:var(--colors-slate-300);--colors-btn-bg-standart:var(--colors-slate-600);--colors-btn-bg-active:var(--colors-slate-800);--colors-btn-bg-disabled:var(--colors-green-800);--colors-btn-bg-danger:var(--colors-salmon-700);--colors-btn-bg-danger-active:var(--colors-salmon-500);--colors-button-contained-common-text-color:#fff;--colors-button-contained-common-bg-color:var(--colors-gama-500);--colors-button-contained-common-border-color:var(--colors-gama-500);--colors-button-contained-common-focused-text-color:#fff;--colors-button-contained-common-focused-bg-color:var(--colors-gama-500);--colors-button-contained-common-focused-border-color:var(--colors-gama-400);--colors-button-contained-common-active-text-color:#fff;--colors-button-contained-common-active-bg-color:var(--colors-gama-700);--colors-button-contained-common-active-border-color:var(--colors-gama-700);--colors-button-contained-common-hover-text-color:#fff;--colors-button-contained-common-hover-bg-color:var(--colors-gama-600);--colors-button-contained-common-hover-border-color:var(--colors-gama-600);--colors-button-contained-common-disabled-text-color:#fff;--colors-button-contained-common-disabled-bg-color:var(--colors-delta-300);--colors-button-contained-common-disabled-border-color:var(--colors-delta-300);--colors-button-contained-error-text-color:#fff;--colors-button-contained-error-bg-color:var(--colors-beta-500);--colors-button-contained-error-border-color:var(--colors-beta-500);--colors-button-contained-error-focused-text-color:#fff;--colors-button-contained-error-focused-bg-color:var(--colors-beta-500);--colors-button-contained-error-focused-border-color:var(--colors-beta-400);--colors-button-contained-error-active-text-color:#fff;--colors-button-contained-error-active-bg-color:var(--colors-beta-700);--colors-button-contained-error-active-border-color:var(--colors-beta-700);--colors-button-contained-error-hover-text-color:#fff;--colors-button-contained-error-hover-bg-color:var(--colors-beta-600);--colors-button-contained-error-hover-border-color:var(--colors-beta-600);--colors-button-contained-error-disabled-text-color:#fff;--colors-button-contained-error-disabled-bg-color:var(--colors-delta-300);--colors-button-contained-error-disabled-border-color:transparent;--colors-button-outlined-common-text-color:var(--colors-delta-700);--colors-button-outlined-common-bg-color:transparent;--colors-button-outlined-common-border-color:var(--colors-delta-500);--colors-button-outlined-common-focused-text-color:var(--colors-gama-500);--colors-button-outlined-common-focused-bg-color:var(--colors-gama-50);--colors-button-outlined-common-focused-border-color:var(--colors-gama-400);--colors-button-outlined-common-active-text-color:var(--colors-gama-500);--colors-button-outlined-common-active-bg-color:var(--colors-gama-50);--colors-button-outlined-common-active-border-color:var(--colors-gama-300);--colors-button-outlined-common-hover-text-color:var(--colors-gama-500);--colors-button-outlined-common-hover-bg-color:var(--colors-gama-100);--colors-button-outlined-common-hover-border-color:var(--colors-gama-300);--colors-button-outlined-common-disabled-text-color:var(--colors-delta-300);--colors-button-outlined-common-disabled-bg-color:transparent;--colors-button-outlined-common-disabled-border-color:var(--colors-delta-300);--colors-button-outlined-error-text-color:var(--colors-beta-500);--colors-button-outlined-error-bg-color:transparent;--colors-button-outlined-error-border-color:var(--colors-beta-500);--colors-button-outlined-error-focused-text-color:#fff;--colors-button-outlined-error-focused-bg-color:var(--colors-beta-100);--colors-button-outlined-error-focused-border-color:var(--colors-beta-400);--colors-button-outlined-error-active-text-color:var(--colors-beta-700);--colors-button-outlined-error-active-bg-color:var(--colors-beta-100);--colors-button-outlined-error-active-border-color:var(--colors-beta-700);--colors-button-outlined-error-hover-text-color:var(--colors-beta-600);--colors-button-outlined-error-hover-bg-color:var(--colors-beta-100);--colors-button-outlined-error-hover-border-color:var(--colors-beta-600);--colors-button-outlined-error-disabled-text-color:var(--colors-delta-300);--colors-button-outlined-error-disabled-bg-color:transparent;--colors-button-outlined-error-disabled-border-color:var(--colors-delta-300);--colors-button-text-common-text-color:var(--colors-gama-500);--colors-button-text-common-bg-color:transparent;--colors-button-text-common-border-color:transparent;--colors-button-text-common-focused-text-color:var(--colors-gama-500);--colors-button-text-common-focused-bg-color:var(--colors-gama-50);--colors-button-text-common-focused-border-color:var(--colors-gama-400);--colors-button-text-common-active-text-color:var(--colors-gama-500);--colors-button-text-common-active-bg-color:var(--colors-gama-100);--colors-button-text-common-active-border-color:var(--colors-gama-100);--colors-button-text-common-hover-text-color:var(--colors-gama-500);--colors-button-text-common-hover-bg-color:var(--colors-gama-50);--colors-button-text-common-hover-border-color:var(--colors-gama-50);--colors-button-text-common-disabled-text-color:var(--colors-delta-300);--colors-button-text-common-disabled-bg-color:transparent;--colors-button-text-common-disabled-border-color:transparent;--colors-button-text-error-text-color:var(--colors-beta-500);--colors-button-text-error-bg-color:transparent;--colors-button-text-error-border-color:transparent;--colors-button-text-error-focused-text-color:var(--colors-beta-600);--colors-button-text-error-focused-bg-color:var(--colors-beta-100);--colors-button-text-error-focused-border-color:var(--colors-beta-400);--colors-button-text-error-active-text-color:var(--colors-beta-600);--colors-button-text-error-active-bg-color:var(--colors-beta-100);--colors-button-text-error-active-border-color:var(--colors-beta-100);--colors-button-text-error-hover-text-color:var(--colors-beta-600);--colors-button-text-error-hover-bg-color:var(--colors-beta-100);--colors-button-text-error-hover-border-color:var(--colors-beta-100);--colors-button-text-error-disabled-text-color:var(--colors-delta-300);--colors-button-text-error-disabled-bg-color:transparent;--colors-button-text-error-disabled-border-color:transparent;--colors-button-textGray-common-text-color:var(--colors-delta-700);--colors-button-textGray-common-bg-color:transparent;--colors-button-textGray-common-border-color:transparent;--colors-button-textGray-common-focused-text-color:var(--colors-gama-500);--colors-button-textGray-common-focused-bg-color:var(--colors-gama-50);--colors-button-textGray-common-focused-border-color:var(--colors-gama-400);--colors-button-textGray-common-active-text-color:var(--colors-gama-500);--colors-button-textGray-common-active-bg-color:var(--colors-gama-100);--colors-button-textGray-common-active-border-color:var(--colors-gama-100);--colors-button-textGray-common-hover-text-color:var(--colors-gama-500);--colors-button-textGray-common-hover-bg-color:var(--colors-gama-50);--colors-button-textGray-common-hover-border-color:var(--colors-gama-50);--colors-button-textGray-common-disabled-text-color:var(--colors-delta-300);--colors-button-textGray-common-disabled-bg-color:transparent;--colors-button-textGray-common-disabled-border-color:transparent;--colors-button-textWhite-common-text-color:white;--colors-button-textWhite-common-bg-color:transparent;--colors-button-textWhite-common-border-color:transparent;--colors-button-textWhite-common-focused-text-color:white;--colors-button-textWhite-common-focused-bg-color:transparent;--colors-button-textWhite-common-focused-border-color:transparent;--colors-button-textWhite-common-active-text-color:white;--colors-button-textWhite-common-active-bg-color:transparent;--colors-button-textWhite-common-active-border-color:transparent;--colors-button-textWhite-common-hover-text-color:white;--colors-button-textWhite-common-hover-bg-color:transparent;--colors-button-textWhite-common-hover-border-color:transparent;--colors-button-textWhite-common-disabled-text-color:white;--colors-button-textWhite-common-disabled-bg-color:transparent;--colors-button-textWhite-common-disabled-border-color:transparent;--colors-btn-bg-mini-action:var(--colors-slate-600);--colors-btn-bg-mini-action-hover:var(--colors-slate-300);--colors-link-text-hover:#fff;--colors-link-text-standart:#fff;--colors-link-text-active:var(--colors-blue-800);--colors-link-text-disabled:var(--colors-green-800);--colors-app-directory-button-select-recipient-bg:var(--colors-blue-200);--colors-btn-task-status-bg:var(--colors-slate-600);--colors-chat-ticket-message-bg:var(--colors-blue-200);--colors-topbar-text:var(--colors-zinc-500);--colors-menu-text-active:var(--colors-slate-700)}[data-theme=fretex]{--colors-text-component:var(--colors-gray-9000);--colors-active-component:var(--colors-gama-700);--colors-alpha-100:var(--colors-slate-100);--colors-alpha-500:var(--colors-slate-500);--colors-alpha-600:var(--colors-slate-600);--colors-alpha-700:var(--colors-slate-700);--colors-beta-100:var(--colors-red-100);--colors-beta-500:var(--colors-red-500);--colors-beta-600:var(--colors-red-600);--colors-beta-700:var(--colors-red-700);--colors-gama-25:var(--colors-green-25);--colors-gama-50:var(--colors-green-50);--colors-gama-100:var(--colors-green-100);--colors-gama-200:var(--colors-green-200);--colors-gama-300:var(--colors-green-300);--colors-gama-400:var(--colors-green-400);--colors-gama-500:var(--colors-green-500);--colors-gama-600:var(--colors-green-600);--colors-gama-700:var(--colors-green-700);--colors-gama-800:var(--colors-green-700);--colors-gama-900:var(--colors-green-900);--colors-delta-10:var(--colors-gray-10);--colors-delta-50:var(--colors-gray-50);--colors-delta-100:var(--colors-zinc-100);--colors-delta-200:var(--colors-zinc-200);--colors-delta-300:var(--colors-zinc-300);--colors-delta-400:var(--colors-zinc-400);--colors-delta-500:var(--colors-zinc-500);--colors-delta-600:var(--colors-zinc-600);--colors-delta-700:var(--colors-zinc-700);--colors-delta-800:var(--colors-zinc-800);--colors-delta-900:var(--colors-zinc-900);--colors-delta-9000:var(--colors-gray-9000);--colors-delta-10000:var(--colors-gray-10000);--colors-sigma-700:var(--colors-zinc-500);--colors-theta-100:#fff;--colors-theta-200:var(--colors-green-200);--colors-theta-300:var(--colors-green-500);--colors-theta-400:#fff;--colors-theta-500:#fff;--colors-theta-600:#fff;--colors-theta-700:#fff;--colors-theta-800:#fff;--colors-theta-hover:#fff;--colors-btn-bg-hover:var(--colors-gama-600);--colors-btn-bg-standart:var(--colors-gama-500);--colors-btn-bg-active:var(--colors-gama-600);--colors-btn-bg-disabled:var(--colors-gray-200);--colors-btn-bg-danger:var(--colors-red-700);--colors-btn-bg-danger-active:var(--colors-red-500);--colors-button-contained-common-text-color:#fff;--colors-button-contained-common-bg-color:var(--colors-gama-500);--colors-button-contained-common-border-color:var(--colors-gama-500);--colors-button-contained-common-focused-text-color:#fff;--colors-button-contained-common-focused-bg-color:var(--colors-gama-500);--colors-button-contained-common-focused-border-color:var(--colors-gama-400);--colors-button-contained-common-active-text-color:#fff;--colors-button-contained-common-active-bg-color:var(--colors-gama-700);--colors-button-contained-common-active-border-color:var(--colors-gama-700);--colors-button-contained-common-hover-text-color:#fff;--colors-button-contained-common-hover-bg-color:var(--colors-gama-600);--colors-button-contained-common-hover-border-color:var(--colors-gama-600);--colors-button-contained-common-disabled-text-color:#fff;--colors-button-contained-common-disabled-bg-color:var(--colors-delta-200);--colors-button-contained-common-disabled-border-color:var(--colors-delta-200);--colors-button-contained-error-text-color:#fff;--colors-button-contained-error-bg-color:var(--colors-beta-500);--colors-button-contained-error-border-color:var(--colors-beta-500);--colors-button-contained-error-focused-text-color:#fff;--colors-button-contained-error-focused-bg-color:var(--colors-beta-500);--colors-button-contained-error-focused-border-color:var(--colors-gama-400);--colors-button-contained-error-active-text-color:#fff;--colors-button-contained-error-active-bg-color:var(--colors-beta-700);--colors-button-contained-error-active-border-color:var(--colors-beta-700);--colors-button-contained-error-hover-text-color:#fff;--colors-button-contained-error-hover-bg-color:var(--colors-beta-600);--colors-button-contained-error-hover-border-color:var(--colors-beta-600);--colors-button-contained-error-disabled-text-color:#fff;--colors-button-contained-error-disabled-bg-color:var(--colors-delta-200);--colors-button-contained-error-disabled-border-color:transparent;--colors-button-outlined-common-text-color:var(--colors-delta-700);--colors-button-outlined-common-bg-color:transparent;--colors-button-outlined-common-border-color:var(--colors-delta-400);--colors-button-outlined-common-focused-text-color:var(--colors-gama-500);--colors-button-outlined-common-focused-bg-color:var(--colors-gama-50);--colors-button-outlined-common-focused-border-color:var(--colors-gama-400);--colors-button-outlined-common-active-text-color:var(--colors-gama-500);--colors-button-outlined-common-active-bg-color:var(--colors-gama-50);--colors-button-outlined-common-active-border-color:var(--colors-gama-300);--colors-button-outlined-common-hover-text-color:var(--colors-gama-500);--colors-button-outlined-common-hover-bg-color:var(--colors-gama-100);--colors-button-outlined-common-hover-border-color:var(--colors-gama-300);--colors-button-outlined-common-disabled-text-color:var(--colors-delta-200);--colors-button-outlined-common-disabled-bg-color:transparent;--colors-button-outlined-common-disabled-border-color:var(--colors-delta-200);--colors-button-outlined-error-text-color:var(--colors-beta-500);--colors-button-outlined-error-bg-color:transparent;--colors-button-outlined-error-border-color:var(--colors-beta-500);--colors-button-outlined-error-focused-text-color:#fff;--colors-button-outlined-error-focused-bg-color:var(--colors-beta-100);--colors-button-outlined-error-focused-border-color:var(--colors-gama-400);--colors-button-outlined-error-active-text-color:var(--colors-beta-700);--colors-button-outlined-error-active-bg-color:var(--colors-beta-100);--colors-button-outlined-error-active-border-color:var(--colors-beta-700);--colors-button-outlined-error-hover-text-color:var(--colors-beta-600);--colors-button-outlined-error-hover-bg-color:var(--colors-beta-100);--colors-button-outlined-error-hover-border-color:var(--colors-beta-600);--colors-button-outlined-error-disabled-text-color:var(--colors-delta-200);--colors-button-outlined-error-disabled-bg-color:transparent;--colors-button-outlined-error-disabled-border-color:var(--colors-delta-200);--colors-button-text-common-text-color:var(--colors-gama-500);--colors-button-text-common-bg-color:transparent;--colors-button-text-common-border-color:transparent;--colors-button-text-common-focused-text-color:var(--colors-gama-500);--colors-button-text-common-focused-bg-color:var(--colors-gama-50);--colors-button-text-common-focused-border-color:var(--colors-gama-400);--colors-button-text-common-active-text-color:var(--colors-gama-500);--colors-button-text-common-active-bg-color:var(--colors-gama-100);--colors-button-text-common-active-border-color:var(--colors-gama-100);--colors-button-text-common-hover-text-color:var(--colors-gama-500);--colors-button-text-common-hover-bg-color:var(--colors-gama-50);--colors-button-text-common-hover-border-color:var(--colors-gama-50);--colors-button-text-common-disabled-text-color:var(--colors-delta-200);--colors-button-text-common-disabled-bg-color:transparent;--colors-button-text-common-disabled-border-color:transparent;--colors-button-text-error-text-color:var(--colors-beta-500);--colors-button-text-error-bg-color:transparent;--colors-button-text-error-border-color:transparent;--colors-button-text-error-focused-text-color:var(--colors-beta-600);--colors-button-text-error-focused-bg-color:var(--colors-beta-100);--colors-button-text-error-focused-border-color:var(--colors-gama-400);--colors-button-text-error-active-text-color:var(--colors-beta-600);--colors-button-text-error-active-bg-color:var(--colors-beta-100);--colors-button-text-error-active-border-color:var(--colors-beta-100);--colors-button-text-error-hover-text-color:var(--colors-beta-600);--colors-button-text-error-hover-bg-color:var(--colors-beta-100);--colors-button-text-error-hover-border-color:var(--colors-beta-100);--colors-button-text-error-disabled-text-color:var(--colors-delta-200);--colors-button-text-error-disabled-bg-color:transparent;--colors-button-text-error-disabled-border-color:transparent;--colors-button-textGray-common-text-color:var(--colors-delta-700);--colors-button-textGray-common-bg-color:transparent;--colors-button-textGray-common-border-color:transparent;--colors-button-textGray-common-focused-text-color:var(--colors-gama-500);--colors-button-textGray-common-focused-bg-color:var(--colors-gama-50);--colors-button-textGray-common-focused-border-color:var(--colors-gama-400);--colors-button-textGray-common-active-text-color:var(--colors-gama-500);--colors-button-textGray-common-active-bg-color:var(--colors-gama-100);--colors-button-textGray-common-active-border-color:var(--colors-gama-100);--colors-button-textGray-common-hover-text-color:var(--colors-gama-500);--colors-button-textGray-common-hover-bg-color:var(--colors-gama-50);--colors-button-textGray-common-hover-border-color:var(--colors-gama-50);--colors-button-textGray-common-disabled-text-color:var(--colors-delta-200);--colors-button-textGray-common-disabled-bg-color:transparent;--colors-button-textGray-common-disabled-border-color:transparent;--colors-button-textWhite-common-text-color:white;--colors-button-textWhite-common-bg-color:transparent;--colors-button-textWhite-common-border-color:transparent;--colors-button-textWhite-common-focused-text-color:white;--colors-button-textWhite-common-focused-bg-color:transparent;--colors-button-textWhite-common-focused-border-color:transparent;--colors-button-textWhite-common-active-text-color:white;--colors-button-textWhite-common-active-bg-color:transparent;--colors-button-textWhite-common-active-border-color:transparent;--colors-button-textWhite-common-hover-text-color:white;--colors-button-textWhite-common-hover-bg-color:transparent;--colors-button-textWhite-common-hover-border-color:transparent;--colors-button-textWhite-common-disabled-text-color:white;--colors-button-textWhite-common-disabled-bg-color:transparent;--colors-button-textWhite-common-disabled-border-color:transparent;--colors-colors-btn-bg-mini-action:var(--colors-zinc-100);--colors-colors-btn-bg-mini-action-hover:var(--colors-gama-700);--colors-link-text-hover:var(--colors-red-700);--colors-link-text-standart:var(--colors-gray-500);--colors-link-text-active:var(--colors-red-700);--colors-link-text-disabled:var(--colors-gray-200);--colors-app-directory-button-select-recipient-bg:var(--colors-slate-500);--colors-btn-task-status-bg:var(--colors-green-100);--colors-chat-ticket-message-bg:var(--colors-alpha-500);--colors-colors-topbar-text:#fff;--colors-menu-text-active:var(--colors-beta-700)}[data-theme=greenish]{--colors-beta-100:var(--colors-red-100);--colors-beta-500:var(--colors-red-500);--colors-beta-600:var(--colors-red-600);--colors-beta-700:var(--colors-red-700);--colors-gama-25:var(--colors-jade-25);--colors-gama-50:var(--colors-jade-50);--colors-gama-100:var(--colors-jade-100);--colors-gama-200:var(--colors-jade-200);--colors-gama-300:var(--colors-jade-300);--colors-gama-400:var(--colors-jade-400);--colors-gama-500:var(--colors-jade-500);--colors-gama-600:var(--colors-jade-600);--colors-gama-700:var(--colors-jade-700);--colors-gama-800:var(--colors-jade-800);--colors-gama-900:var(--colors-jade-900);--colors-delta-10:var(--colors-gray-10);--colors-delta-50:var(--colors-gray-50);--colors-delta-100:var(--colors-gray-100);--colors-delta-200:var(--colors-gray-200);--colors-delta-300:var(--colors-gray-300);--colors-delta-400:var(--colors-gray-400);--colors-delta-500:var(--colors-gray-500);--colors-delta-600:var(--colors-gray-600);--colors-delta-700:var(--colors-gray-700);--colors-delta-800:var(--colors-gray-800);--colors-delta-900:var(--colors-gray-900);--colors-delta-9000:var(--colors-gray-9000);--colors-delta-10000:var(--colors-gray-10000);--colors-theta-100:var(--colors-jade-100);--colors-theta-200:var(--colors-jade-200);--colors-theta-300:var(--colors-jade-300);--colors-theta-400:var(--colors-jade-400);--colors-theta-500:var(--colors-jade-500);--colors-theta-600:var(--colors-jade-600);--colors-theta-700:var(--colors-jade-700);--colors-theta-800:var(--colors-jade-800);--colors-theta-hover:var(--colors-jade-500);--colors-sigma-700:var(--colors-jade-600);--colors-link-text-hover:#fff;--colors-link-text-standart:#fff;--colors-link-text-active:#fff;--colors-link-text-disabled:var(--colors-gray-200);--colors-button-contained-common-text-color:#fff;--colors-button-contained-common-bg-color:var(--colors-gama-500);--colors-button-contained-common-border-color:var(--colors-gama-500);--colors-button-contained-common-focused-text-color:#fff;--colors-button-contained-common-focused-bg-color:var(--colors-gama-500);--colors-button-contained-common-focused-border-color:var(--colors-gama-400);--colors-button-contained-common-active-text-color:#fff;--colors-button-contained-common-active-bg-color:var(--colors-gama-700);--colors-button-contained-common-active-border-color:var(--colors-gama-700);--colors-button-contained-common-hover-text-color:#fff;--colors-button-contained-common-hover-bg-color:var(--colors-gama-600);--colors-button-contained-common-hover-border-color:var(--colors-gama-600);--colors-button-contained-common-disabled-text-color:#fff;--colors-button-contained-common-disabled-bg-color:var(--colors-delta-300);--colors-button-contained-common-disabled-border-color:var(--colors-delta-300);--colors-button-contained-error-text-color:#fff;--colors-button-contained-error-bg-color:var(--colors-beta-500);--colors-button-contained-error-border-color:var(--colors-beta-500);--colors-button-contained-error-focused-text-color:#fff;--colors-button-contained-error-focused-bg-color:var(--colors-beta-500);--colors-button-contained-error-focused-border-color:var(--colors-beta-400);--colors-button-contained-error-active-text-color:#fff;--colors-button-contained-error-active-bg-color:var(--colors-beta-700);--colors-button-contained-error-active-border-color:var(--colors-beta-700);--colors-button-contained-error-hover-text-color:#fff;--colors-button-contained-error-hover-bg-color:var(--colors-beta-600);--colors-button-contained-error-hover-border-color:var(--colors-beta-600);--colors-button-contained-error-disabled-text-color:#fff;--colors-button-contained-error-disabled-bg-color:var(--colors-delta-300);--colors-button-contained-error-disabled-border-color:transparent;--colors-button-outlined-common-text-color:var(--colors-delta-700);--colors-button-outlined-common-bg-color:transparent;--colors-button-outlined-common-border-color:var(--colors-delta-500);--colors-button-outlined-common-focused-text-color:var(--colors-gama-500);--colors-button-outlined-common-focused-bg-color:var(--colors-gama-50);--colors-button-outlined-common-focused-border-color:var(--colors-gama-400);--colors-button-outlined-common-active-text-color:var(--colors-gama-500);--colors-button-outlined-common-active-bg-color:var(--colors-gama-100);--colors-button-outlined-common-active-border-color:var(--colors-gama-300);--colors-button-outlined-common-hover-text-color:var(--colors-gama-500);--colors-button-outlined-common-hover-bg-color:var(--colors-gama-50);--colors-button-outlined-common-hover-border-color:var(--colors-gama-300);--colors-button-outlined-common-disabled-text-color:var(--colors-delta-300);--colors-button-outlined-common-disabled-bg-color:transparent;--colors-button-outlined-common-disabled-border-color:var(--colors-delta-300);--colors-button-outlined-error-text-color:var(--colors-beta-500);--colors-button-outlined-error-bg-color:transparent;--colors-button-outlined-error-border-color:var(--colors-beta-500);--colors-button-outlined-error-focused-text-color:#fff;--colors-button-outlined-error-focused-bg-color:var(--colors-beta-100);--colors-button-outlined-error-focused-border-color:var(--colors-beta-400);--colors-button-outlined-error-active-text-color:var(--colors-beta-700);--colors-button-outlined-error-active-bg-color:var(--colors-beta-100);--colors-button-outlined-error-active-border-color:var(--colors-beta-700);--colors-button-outlined-error-hover-text-color:var(--colors-beta-600);--colors-button-outlined-error-hover-bg-color:var(--colors-beta-100);--colors-button-outlined-error-hover-border-color:var(--colors-beta-600);--colors-button-outlined-error-disabled-text-color:var(--colors-delta-300);--colors-button-outlined-error-disabled-bg-color:transparent;--colors-button-outlined-error-disabled-border-color:var(--colors-delta-300);--colors-button-text-common-text-color:var(--colors-gama-500);--colors-button-text-common-bg-color:transparent;--colors-button-text-common-border-color:transparent;--colors-button-text-common-focused-text-color:var(--colors-gama-500);--colors-button-text-common-focused-bg-color:var(--colors-gama-50);--colors-button-text-common-focused-border-color:var(--colors-gama-400);--colors-button-text-common-active-text-color:var(--colors-gama-500);--colors-button-text-common-active-bg-color:var(--colors-gama-100);--colors-button-text-common-active-border-color:var(--colors-gama-100);--colors-button-text-common-hover-text-color:var(--colors-gama-500);--colors-button-text-common-hover-bg-color:var(--colors-gama-50);--colors-button-text-common-hover-border-color:var(--colors-gama-50);--colors-button-text-common-disabled-text-color:var(--colors-delta-300);--colors-button-text-common-disabled-bg-color:transparent;--colors-button-text-common-disabled-border-color:transparent;--colors-button-text-error-text-color:var(--colors-beta-500);--colors-button-text-error-bg-color:transparent;--colors-button-text-error-border-color:transparent;--colors-button-text-error-focused-text-color:var(--colors-beta-600);--colors-button-text-error-focused-bg-color:var(--colors-beta-100);--colors-button-text-error-focused-border-color:var(--colors-beta-400);--colors-button-text-error-active-text-color:var(--colors-beta-600);--colors-button-text-error-active-bg-color:var(--colors-beta-100);--colors-button-text-error-active-border-color:var(--colors-beta-100);--colors-button-text-error-hover-text-color:var(--colors-beta-600);--colors-button-text-error-hover-bg-color:var(--colors-beta-100);--colors-button-text-error-hover-border-color:var(--colors-beta-100);--colors-button-text-error-disabled-text-color:var(--colors-delta-300);--colors-button-text-error-disabled-bg-color:transparent;--colors-button-text-error-disabled-border-color:transparent;--colors-button-textGray-common-text-color:var(--colors-delta-700);--colors-button-textGray-common-bg-color:transparent;--colors-button-textGray-common-border-color:transparent;--colors-button-textGray-common-focused-text-color:var(--colors-gama-500);--colors-button-textGray-common-focused-bg-color:var(--colors-gama-50);--colors-button-textGray-common-focused-border-color:var(--colors-gama-400);--colors-button-textGray-common-active-text-color:var(--colors-gama-500);--colors-button-textGray-common-active-bg-color:var(--colors-gama-100);--colors-button-textGray-common-active-border-color:var(--colors-gama-100);--colors-button-textGray-common-hover-text-color:var(--colors-gama-500);--colors-button-textGray-common-hover-bg-color:var(--colors-gama-50);--colors-button-textGray-common-hover-border-color:var(--colors-gama-50);--colors-button-textGray-common-disabled-text-color:var(--colors-delta-300);--colors-button-textGray-common-disabled-bg-color:transparent;--colors-button-textGray-common-disabled-border-color:transparent;--colors-button-textWhite-common-text-color:white;--colors-button-textWhite-common-bg-color:transparent;--colors-button-textWhite-common-border-color:transparent;--colors-button-textWhite-common-focused-text-color:white;--colors-button-textWhite-common-focused-bg-color:transparent;--colors-button-textWhite-common-focused-border-color:transparent;--colors-button-textWhite-common-active-text-color:white;--colors-button-textWhite-common-active-bg-color:transparent;--colors-button-textWhite-common-active-border-color:transparent;--colors-button-textWhite-common-hover-text-color:white;--colors-button-textWhite-common-hover-bg-color:transparent;--colors-button-textWhite-common-hover-border-color:transparent;--colors-button-textWhite-common-disabled-text-color:white;--colors-button-textWhite-common-disabled-bg-color:transparent;--colors-button-textWhite-common-disabled-border-color:transparent;--colors-menu-text-active:var(--colors-jade-700)}*,:before,:after,::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*{scrollbar-color:initial;scrollbar-width:initial}.\!container{width:100%!important}.container{width:100%}@media (width>=640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (width>=768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (width>=1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (width>=1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (width>=1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.sr-only{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border-width:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.pointer-events-none{pointer-events:none!important}.\!visible,.visible{visibility:visible!important}.static{position:static!important}.fixed{position:fixed!important}.absolute{position:absolute!important}.relative{position:relative!important}.inset-0{inset:0!important}.bottom-3{bottom:.75rem!important}.bottom-4{bottom:1rem!important}.left-0{left:0!important}.left-1\/2{left:50%!important}.left-2{left:.5rem!important}.right-1{right:.25rem!important}.right-2{right:.5rem!important}.right-3{right:.75rem!important}.right-4{right:1rem!important}.right-8{right:2rem!important}.top-0{top:0!important}.top-1{top:.25rem!important}.top-1\/2{top:50%!important}.top-1\/3{top:33.3333%!important}.top-2{top:.5rem!important}.z-40{z-index:40!important}.z-\[51\]{z-index:51!important}.z-\[52\]{z-index:52!important}.z-\[53\]{z-index:53!important}.m-0{margin:0!important}.m-2\.5{margin:.625rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.mb-1{margin-bottom:.25rem!important}.mb-3{margin-bottom:.75rem!important}.mb-4{margin-bottom:1rem!important}.ml-0{margin-left:0!important}.ml-1{margin-left:.25rem!important}.ml-3{margin-left:.75rem!important}.mt-4{margin-top:1rem!important}.box-border{box-sizing:border-box!important}.line-clamp-1{-webkit-line-clamp:1!important;-webkit-box-orient:vertical!important;display:-webkit-box!important;overflow:hidden!important}.line-clamp-2{-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;display:-webkit-box!important;overflow:hidden!important}.block{display:block!important}.inline-block{display:inline-block!important}.flex{display:flex!important}.inline-flex{display:inline-flex!important}.table{display:table!important}.grid{display:grid!important}.contents{display:contents!important}.hidden{display:none!important}.size-5{width:1.25rem!important;height:1.25rem!important}.size-6{width:1.5rem!important;height:1.5rem!important}.size-full{width:100%!important;height:100%!important}.\!h-0{height:0!important}.h-12{height:3rem!important}.h-2{height:.5rem!important}.h-3{height:.75rem!important}.h-4{height:1rem!important}.h-6{height:1.5rem!important}.h-\[128px\]{height:128px!important}.h-\[138px\]{height:138px!important}.h-\[15px\]{height:15px!important}.h-\[16px\]{height:16px!important}.h-\[32px\]{height:32px!important}.h-\[50px\]{height:50px!important}.h-\[600px\]{height:600px!important}.h-\[87dvh\]{height:87dvh!important}.h-\[95dvh\]{height:95dvh!important}.h-\[96px\]{height:96px!important}.h-fit{height:fit-content!important}.h-full{height:100%!important}.max-h-\[300px\]{max-height:300px!important}.max-h-\[800px\]{max-height:800px!important}.min-h-5{min-height:1.25rem!important}.min-h-6{min-height:1.5rem!important}.min-h-\[100px\]{min-height:100px!important}.min-h-\[106px\]{min-height:106px!important}.min-h-\[220px\]{min-height:220px!important}.min-h-\[32px\]{min-height:32px!important}.min-h-\[40px\]{min-height:40px!important}.min-h-screen{min-height:100vh!important}.\!w-0{width:0!important}.w-2{width:.5rem!important}.w-3{width:.75rem!important}.w-4{width:1rem!important}.w-5{width:1.25rem!important}.w-6{width:1.5rem!important}.w-7{width:1.75rem!important}.w-\[140px\]{width:140px!important}.w-\[160px\]{width:160px!important}.w-\[200px\]{width:200px!important}.w-\[230px\]{width:230px!important}.w-\[232px\]{width:232px!important}.w-\[280px\]{width:280px!important}.w-\[400px\]{width:400px!important}.w-\[600px\]{width:600px!important}.w-\[60px\]{width:60px!important}.w-fit{width:fit-content!important}.w-full{width:100%!important}.\!min-w-\[100px\]{min-width:100px!important}.min-w-0{min-width:0!important}.min-w-5{min-width:1.25rem!important}.min-w-6{min-width:1.5rem!important}.min-w-\[18px\]{min-width:18px!important}.min-w-\[36px\]{min-width:36px!important}.\!max-w-\[400px\]{max-width:400px!important}.max-w-\[1000px\]{max-width:1000px!important}.max-w-\[303px\]{max-width:303px!important}.max-w-\[500px\]{max-width:500px!important}.max-w-\[570px\]{max-width:570px!important}.max-w-\[600px\]{max-width:600px!important}.max-w-\[850px\]{max-width:850px!important}.max-w-\[920px\]{max-width:920px!important}.max-w-fit{max-width:fit-content!important}.max-w-lg{max-width:32rem!important}.max-w-sm{max-width:24rem!important}.max-w-xl{max-width:36rem!important}.flex-1{flex:1!important}.flex-none{flex:none!important}.flex-shrink-0{flex-shrink:0!important}.flex-grow{flex-grow:1!important}.table-fixed{table-layout:fixed!important}.border-collapse{border-collapse:collapse!important}.-translate-x-1\/2{--tw-translate-x:-50%!important;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-translate-y-1\/2{--tw-translate-y:-50%!important;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.scale-100{--tw-scale-x:1!important;--tw-scale-y:1!important;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.scale-75{--tw-scale-x:.75!important;--tw-scale-y:.75!important;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.transform{transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.transform-gpu{transform:translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}@keyframes opacity-appear{0%{opacity:0;height:0}to{opacity:1;height:100%}}.animate-opacity-appear-3{animation:.3s linear opacity-appear!important}@keyframes opacity-in{0%{opacity:0;height:100%}to{opacity:1;height:100%}}.animate-opacity-in{animation:.1s linear opacity-in!important}.cursor-default{cursor:default!important}.cursor-not-allowed{cursor:not-allowed!important}.cursor-pointer{cursor:pointer!important}.resize{resize:both!important}.list-disc{list-style-type:disc!important}.grid-cols-\[200px_minmax\(0\,1fr\)\]{grid-template-columns:200px minmax(0,1fr)!important}.grid-cols-\[290px_minmax\(0\,1fr\)\]{grid-template-columns:290px minmax(0,1fr)!important}.flex-row{flex-direction:row!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-col{flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.items-start{align-items:flex-start!important}.items-end{align-items:flex-end!important}.items-center{align-items:center!important}.justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.gap-0\.5{gap:.125rem!important}.gap-1{gap:.25rem!important}.gap-10{gap:2.5rem!important}.gap-2{gap:.5rem!important}.gap-2\.5{gap:.625rem!important}.gap-3{gap:.75rem!important}.gap-4{gap:1rem!important}.gap-5{gap:1.25rem!important}.gap-6{gap:1.5rem!important}.gap-8{gap:2rem!important}.gap-x-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.gap-x-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.gap-x-4{-moz-column-gap:1rem!important;column-gap:1rem!important}.gap-y-1{row-gap:.25rem!important}.gap-y-2{row-gap:.5rem!important}.gap-y-3{row-gap:.75rem!important}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(.25rem * var(--tw-space-y-reverse))!important}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(.5rem * var(--tw-space-y-reverse))!important}.self-start{align-self:flex-start!important}.overflow-auto{overflow:auto!important}.overflow-visible{overflow:visible!important}.overflow-x-auto{overflow-x:auto!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-scroll{overflow-y:scroll!important}.truncate{text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important}.whitespace-normal{white-space:normal!important}.whitespace-nowrap{white-space:nowrap!important}.whitespace-pre-line{white-space:pre-line!important}.break-words{overflow-wrap:break-word!important}.rounded{border-radius:.25rem!important}.rounded-2xl{border-radius:1rem!important}.rounded-\[2px\]{border-radius:2px!important}.rounded-full{border-radius:9999px!important}.rounded-lg{border-radius:.5rem!important}.rounded-md{border-radius:.375rem!important}.rounded-t-lg{border-top-left-radius:.5rem!important;border-top-right-radius:.5rem!important}.border{border-width:1px!important}.border-0{border-width:0!important}.border-b,.border-b-\[1px\]{border-bottom-width:1px!important}.border-l{border-left-width:1px!important}.border-t-\[1px\]{border-top-width:1px!important}.border-dashed{border-style:dashed!important}.border-none{border-style:none!important}.border-\[\#8747E6\]{--tw-border-opacity:1!important;border-color:rgb(135 71 230/var(--tw-border-opacity,1))!important}.border-\[\#8ED0D0\]{--tw-border-opacity:1!important;border-color:rgb(142 208 208/var(--tw-border-opacity,1))!important}.border-\[\#9747FF\]{--tw-border-opacity:1!important;border-color:rgb(151 71 255/var(--tw-border-opacity,1))!important}.border-delta-200{border-color:var(--colors-delta-200)!important}.border-delta-300{border-color:var(--colors-delta-300)!important}.border-gama-100{border-color:var(--colors-gama-100)!important}.border-gama-200{border-color:var(--colors-gama-200)!important}.border-gray-300{--tw-border-opacity:1!important;border-color:rgb(209 213 219/var(--tw-border-opacity,1))!important}.border-warning-500{border-color:var(--colors-warning-500)!important}.bg-\[\#95D098\]{--tw-bg-opacity:1!important;background-color:rgb(149 208 152/var(--tw-bg-opacity,1))!important}.bg-\[\#CBF300\]{--tw-bg-opacity:1!important;background-color:rgb(203 243 0/var(--tw-bg-opacity,1))!important}.bg-\[\#E8F6F6\]{--tw-bg-opacity:1!important;background-color:rgb(232 246 246/var(--tw-bg-opacity,1))!important}.bg-\[\#FF7B2E\]{--tw-bg-opacity:1!important;background-color:rgb(255 123 46/var(--tw-bg-opacity,1))!important}.bg-\[rgb\(98\,110\,126\)\]{--tw-bg-opacity:1!important;background-color:rgb(98 110 126/var(--tw-bg-opacity,1))!important}.bg-delta-10{background-color:var(--colors-delta-10)!important}.bg-delta-100{background-color:var(--colors-delta-100)!important}.bg-delta-200{background-color:var(--colors-delta-200)!important}.bg-delta-50{background-color:var(--colors-delta-50)!important}.bg-delta-700{background-color:var(--colors-delta-700)!important}.bg-error-500{background-color:var(--colors-error-500)!important}.bg-gama-25{background-color:var(--colors-gama-25)!important}.bg-gama-400{background-color:var(--colors-gama-400)!important}.bg-gama-50{background-color:var(--colors-gama-50)!important}.bg-gama-500{background-color:var(--colors-gama-500)!important}.bg-gama-600{background-color:var(--colors-gama-600)!important}.bg-gama-700{background-color:var(--colors-gama-700)!important}.bg-gray-200{--tw-bg-opacity:1!important;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))!important}.bg-gray-300{--tw-bg-opacity:1!important;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))!important}.bg-info-500{background-color:var(--colors-info-500)!important}.bg-success-500{background-color:var(--colors-success-500)!important}.bg-transparent{background-color:#0000!important}.bg-warning-300{background-color:var(--colors-warning-300)!important}.bg-warning-500{background-color:var(--colors-warning-500)!important}.bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))!important}.bg-opacity-70{--tw-bg-opacity:.7!important}.p-20{padding:5rem!important}.p-3{padding:.75rem!important}.p-4{padding:1rem!important}.p-6{padding:1.5rem!important}.p-\[2px\]{padding:2px!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-\[6px\]{padding-left:6px!important;padding-right:6px!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-2\.5{padding-top:.625rem!important;padding-bottom:.625rem!important}.py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-4{padding-top:1rem!important;padding-bottom:1rem!important}.py-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-8{padding-top:2rem!important;padding-bottom:2rem!important}.py-\[10px\]{padding-top:10px!important;padding-bottom:10px!important}.pb-4{padding-bottom:1rem!important}.pb-\[32px\]{padding-bottom:32px!important}.pl-0{padding-left:0!important}.pl-1{padding-left:.25rem!important}.pl-5{padding-left:1.25rem!important}.pl-6{padding-left:1.5rem!important}.pl-8{padding-left:2rem!important}.pr-1{padding-right:.25rem!important}.pr-4{padding-right:1rem!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:.75rem!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.align-top{vertical-align:top!important}.font-roboto{font-family:Roboto!important}.\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-\[10px\]{font-size:10px!important}.text-base{font-size:1rem!important;line-height:1.5rem!important}.text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.text-sm,.text-sm\/5{font-size:.875rem!important;line-height:1.25rem!important}.text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.font-medium{font-weight:500!important}.font-normal{font-weight:400!important}.font-semibold{font-weight:600!important}.uppercase{text-transform:uppercase!important}.capitalize{text-transform:capitalize!important}.leading-6{line-height:1.5rem!important}.leading-8{line-height:2rem!important}.text-\[\#168181\]{--tw-text-opacity:1!important;color:rgb(22 129 129/var(--tw-text-opacity,1))!important}.text-black{--tw-text-opacity:1!important;color:rgb(0 0 0/var(--tw-text-opacity,1))!important}.text-delta-500{color:var(--colors-delta-500)!important}.text-delta-600{color:var(--colors-delta-600)!important}.text-delta-700{color:var(--colors-delta-700)!important}.text-delta-800{color:var(--colors-delta-800)!important}.text-delta-900{color:var(--colors-delta-900)!important}.text-error-500{color:var(--colors-error-500)!important}.text-gama-500{color:var(--colors-gama-500)!important}.text-gama-600{color:var(--colors-gama-600)!important}.text-gama-700{color:var(--colors-gama-700)!important}.text-gray-600{--tw-text-opacity:1!important;color:rgb(75 85 99/var(--tw-text-opacity,1))!important}.text-gray-700{--tw-text-opacity:1!important;color:rgb(55 65 81/var(--tw-text-opacity,1))!important}.text-red-500{--tw-text-opacity:1!important;color:rgb(239 68 68/var(--tw-text-opacity,1))!important}.text-success-700{color:var(--colors-success-700)!important}.text-warning-700{color:var(--colors-warning-700)!important}.text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.underline{text-decoration-line:underline!important}.opacity-0{opacity:0!important}.opacity-100{opacity:1!important}.opacity-70{opacity:.7!important}.shadow-\[0_4px_40px_0px_rgba\(34\,33\,51\,0\.4\)\]{--tw-shadow:0 4px 40px 0px #22213366!important;--tw-shadow-colored:0 4px 40px 0px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)!important}.shadow-\[0px_2px_4px_0px_rgba\(34\,_33\,_51\,_0\.15\)\]{--tw-shadow:0px 2px 4px 0px #22213326!important;--tw-shadow-colored:0px 2px 4px 0px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)!important}.shadow-none{--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 #0000!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)!important}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d!important;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)!important}.outline-none{outline-offset:2px!important;outline:2px solid #0000!important}.outline{outline-style:solid!important}.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)!important}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter!important;transition-duration:.15s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.transition-\[padding\]{transition-property:padding!important;transition-duration:.15s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.transition-all{transition-property:all!important;transition-duration:.15s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.duration-0{transition-duration:0s!important}.duration-300{transition-duration:.3s!important}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.border-solid{border-style:solid!important}.before\:shadow-none:before{content:var(--tw-content)!important;--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 #0000!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)!important}.after\:h-8:after{content:var(--tw-content)!important;height:2rem!important}.after\:w-8:after{content:var(--tw-content)!important;width:2rem!important}.after\:content-\[\"\"\]:after{--tw-content:""!important;content:var(--tw-content)!important}.hover\:bg-delta-50:hover{background-color:var(--colors-delta-50)!important}.hover\:bg-gama-100:hover{background-color:var(--colors-gama-100)!important}.hover\:bg-gama-50:hover{background-color:var(--colors-gama-50)!important}.hover\:text-gama-500:hover{color:var(--colors-gama-500)!important}.hover\:text-gama-800:hover{color:var(--colors-gama-800)!important}@media (width>=768px){.md\:px-10{padding-left:2.5rem!important;padding-right:2.5rem!important}}@media (width>=1024px){.lg\:grid-cols-\[1fr_320px\]{grid-template-columns:1fr 320px!important}}._all-icons-container_1czju_1{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1));flex-wrap:wrap;align-items:center;gap:1.25rem;width:100%;height:100%;padding:1.25rem;display:flex}._icon_1czju_5{cursor:pointer}._styled-label-md_jbn3o_1{color:#49525f;padding-bottom:4px;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._styled-label-base_jbn3o_10{color:#363e4a;padding-bottom:4px;font-size:16px;font-style:normal;font-weight:600;line-height:24px}._styled-label-lg_jbn3o_19{color:#363e4a;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._styled-label-xl_jbn3o_27{color:#363e4a;font-size:20px;font-style:normal;font-weight:600;line-height:28px}._root_1mn42_1{color:var(--colors-delta-700);align-items:center;gap:4px;padding-left:4px;padding-right:4px;font-family:Roboto;display:flex}._watermark_1mn42_11{box-sizing:content-box;-webkit-user-select:none;user-select:none;border:1px solid var(--colors-delta-700);border-radius:12px;justify-content:center;align-items:center;gap:8px;width:9px;height:5px;padding:3px 4px;display:flex}._watermarkText_1mn42_25{letter-spacing:.5px;text-transform:uppercase;leading-trim:both;text-edge:cap;font-size:10px;font-style:normal;font-weight:600;line-height:12px}._label_1mn42_36{letter-spacing:.24px;font-size:12px;line-height:16px}._trigger_1mn42_42{cursor:pointer;appearance:none;color:inherit;background:0 0;border:0;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex}._chevron_1mn42_55{transform-origin:50%;transition:transform .3s ease-in-out;transform:rotate(0)}._chevronOpen_1mn42_61{transform:rotate(180deg)}._asma-ui-core-button_5sru5_1._contained_5sru5_6._common_5sru5_6{cursor:pointer;border-style:solid;border-width:1px;border-radius:4px;justify-content:center;align-items:center;font-size:14px;font-weight:600;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;display:flex;color:var(--colors-button-contained-common-text-color)!important;background-color:var(--colors-button-contained-common-bg-color)!important;border-color:var(--colors-button-contained-common-border-color)!important}._asma-ui-core-button_5sru5_1._contained_5sru5_6._common_5sru5_6:active{color:var(--colors-button-contained-common-active-text-color)!important;background-color:var(--colors-button-contained-common-active-bg-color)!important;border-color:var(--colors-button-contained-common-active-border-color)!important;outline:none!important}._asma-ui-core-button_5sru5_1._contained_5sru5_6._common_5sru5_6:hover{color:var(--colors-button-contained-common-hover-text-color)!important;background-color:var(--colors-button-contained-common-hover-bg-color)!important;border-color:var(--colors-button-contained-common-hover-border-color)!important}._asma-ui-core-button_5sru5_1._contained_5sru5_6._common_5sru5_6:focus,._asma-ui-core-button_5sru5_1._contained_5sru5_6._common_5sru5_6[data-popover-open]{outline-offset:-2px!important;color:var(--colors-button-contained-common-focused-text-color)!important;background-color:var(--colors-button-contained-common-focused-bg-color)!important;outline:2px solid var(--colors-button-contained-common-focused-border-color)!important}._asma-ui-core-button_5sru5_1._contained_5sru5_6._common_5sru5_6:focus._asma-ui-core-button_5sru5_1._contained_5sru5_6,._asma-ui-core-button_5sru5_1._contained_5sru5_6._common_5sru5_6[data-popover-open]._asma-ui-core-button_5sru5_1._contained_5sru5_6{box-shadow:inset 0 0 0 2px #fff}._asma-ui-core-button_5sru5_1._contained_5sru5_6._common_5sru5_6:disabled{cursor:not-allowed!important;color:var(--colors-button-contained-common-disabled-text-color)!important;background-color:var(--colors-button-contained-common-disabled-bg-color)!important;border-color:var(--colors-button-contained-common-disabled-border-color)!important}._asma-ui-core-button_5sru5_1._contained_5sru5_6._error_5sru5_67{cursor:pointer;border-style:solid;border-width:1px;border-radius:4px;justify-content:center;align-items:center;font-size:14px;font-weight:600;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;display:flex;color:var(--colors-button-contained-error-text-color)!important;background-color:var(--colors-button-contained-error-bg-color)!important;border-color:var(--colors-button-contained-error-border-color)!important}._asma-ui-core-button_5sru5_1._contained_5sru5_6._error_5sru5_67:active{color:var(--colors-button-contained-error-active-text-color)!important;background-color:var(--colors-button-contained-error-active-bg-color)!important;border-color:var(--colors-button-contained-error-active-border-color)!important;outline:none!important}._asma-ui-core-button_5sru5_1._contained_5sru5_6._error_5sru5_67:hover{color:var(--colors-button-contained-error-hover-text-color)!important;background-color:var(--colors-button-contained-error-hover-bg-color)!important;border-color:var(--colors-button-contained-error-hover-border-color)!important}._asma-ui-core-button_5sru5_1._contained_5sru5_6._error_5sru5_67:focus,._asma-ui-core-button_5sru5_1._contained_5sru5_6._error_5sru5_67[data-popover-open]{outline-offset:-2px!important;color:var(--colors-button-contained-error-focused-text-color)!important;background-color:var(--colors-button-contained-error-focused-bg-color)!important;outline:2px solid var(--colors-button-contained-error-focused-border-color)!important}._asma-ui-core-button_5sru5_1._contained_5sru5_6._error_5sru5_67:focus._asma-ui-core-button_5sru5_1._contained_5sru5_6,._asma-ui-core-button_5sru5_1._contained_5sru5_6._error_5sru5_67[data-popover-open]._asma-ui-core-button_5sru5_1._contained_5sru5_6{box-shadow:inset 0 0 0 2px #fff}._asma-ui-core-button_5sru5_1._contained_5sru5_6._error_5sru5_67:disabled{cursor:not-allowed!important;color:var(--colors-button-contained-error-disabled-text-color)!important;background-color:var(--colors-button-contained-error-disabled-bg-color)!important;border-color:var(--colors-button-contained-error-disabled-border-color)!important}._asma-ui-core-button_5sru5_1._outlined_5sru5_128._common_5sru5_6{cursor:pointer;border-style:solid;border-width:1px;border-radius:4px;justify-content:center;align-items:center;font-size:14px;font-weight:600;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;display:flex;color:var(--colors-button-outlined-common-text-color)!important;background-color:var(--colors-button-outlined-common-bg-color)!important;border-color:var(--colors-button-outlined-common-border-color)!important}._asma-ui-core-button_5sru5_1._outlined_5sru5_128._common_5sru5_6:active{color:var(--colors-button-outlined-common-active-text-color)!important;background-color:var(--colors-button-outlined-common-active-bg-color)!important;border-color:var(--colors-button-outlined-common-active-border-color)!important;outline:none!important}._asma-ui-core-button_5sru5_1._outlined_5sru5_128._common_5sru5_6:hover{color:var(--colors-button-outlined-common-hover-text-color)!important;background-color:var(--colors-button-outlined-common-hover-bg-color)!important;border-color:var(--colors-button-outlined-common-hover-border-color)!important}._asma-ui-core-button_5sru5_1._outlined_5sru5_128._common_5sru5_6:focus,._asma-ui-core-button_5sru5_1._outlined_5sru5_128._common_5sru5_6[data-popover-open]{outline-offset:-2px!important;color:var(--colors-button-outlined-common-focused-text-color)!important;background-color:var(--colors-button-outlined-common-focused-bg-color)!important;outline:2px solid var(--colors-button-outlined-common-focused-border-color)!important}._asma-ui-core-button_5sru5_1._outlined_5sru5_128._common_5sru5_6:focus._asma-ui-core-button_5sru5_1._contained_5sru5_6,._asma-ui-core-button_5sru5_1._outlined_5sru5_128._common_5sru5_6[data-popover-open]._asma-ui-core-button_5sru5_1._contained_5sru5_6{box-shadow:inset 0 0 0 2px #fff}._asma-ui-core-button_5sru5_1._outlined_5sru5_128._common_5sru5_6:disabled{cursor:not-allowed!important;color:var(--colors-button-outlined-common-disabled-text-color)!important;background-color:var(--colors-button-outlined-common-disabled-bg-color)!important;border-color:var(--colors-button-outlined-common-disabled-border-color)!important}._asma-ui-core-button_5sru5_1._outlined_5sru5_128._error_5sru5_67{cursor:pointer;border-style:solid;border-width:1px;border-radius:4px;justify-content:center;align-items:center;font-size:14px;font-weight:600;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;display:flex;color:var(--colors-button-outlined-error-text-color)!important;background-color:var(--colors-button-outlined-error-bg-color)!important;border-color:var(--colors-button-outlined-error-border-color)!important}._asma-ui-core-button_5sru5_1._outlined_5sru5_128._error_5sru5_67:active{color:var(--colors-button-outlined-error-active-text-color)!important;background-color:var(--colors-button-outlined-error-active-bg-color)!important;border-color:var(--colors-button-outlined-error-active-border-color)!important;outline:none!important}._asma-ui-core-button_5sru5_1._outlined_5sru5_128._error_5sru5_67:hover{color:var(--colors-button-outlined-error-hover-text-color)!important;background-color:var(--colors-button-outlined-error-hover-bg-color)!important;border-color:var(--colors-button-outlined-error-hover-border-color)!important}._asma-ui-core-button_5sru5_1._outlined_5sru5_128._error_5sru5_67:focus,._asma-ui-core-button_5sru5_1._outlined_5sru5_128._error_5sru5_67[data-popover-open]{outline-offset:-2px!important;color:var(--colors-button-outlined-error-focused-text-color)!important;background-color:var(--colors-button-outlined-error-focused-bg-color)!important;outline:2px solid var(--colors-button-outlined-error-focused-border-color)!important}._asma-ui-core-button_5sru5_1._outlined_5sru5_128._error_5sru5_67:focus._asma-ui-core-button_5sru5_1._contained_5sru5_6,._asma-ui-core-button_5sru5_1._outlined_5sru5_128._error_5sru5_67[data-popover-open]._asma-ui-core-button_5sru5_1._contained_5sru5_6{box-shadow:inset 0 0 0 2px #fff}._asma-ui-core-button_5sru5_1._outlined_5sru5_128._error_5sru5_67:disabled{cursor:not-allowed!important;color:var(--colors-button-outlined-error-disabled-text-color)!important;background-color:var(--colors-button-outlined-error-disabled-bg-color)!important;border-color:var(--colors-button-outlined-error-disabled-border-color)!important}._asma-ui-core-button_5sru5_1._text_5sru5_250._common_5sru5_6{cursor:pointer;border-style:solid;border-width:1px;border-radius:4px;justify-content:center;align-items:center;font-size:14px;font-weight:600;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;display:flex;color:var(--colors-button-text-common-text-color)!important;background-color:var(--colors-button-text-common-bg-color)!important;border-color:var(--colors-button-text-common-border-color)!important}._asma-ui-core-button_5sru5_1._text_5sru5_250._common_5sru5_6:active{color:var(--colors-button-text-common-active-text-color)!important;background-color:var(--colors-button-text-common-active-bg-color)!important;border-color:var(--colors-button-text-common-active-border-color)!important;outline:none!important}._asma-ui-core-button_5sru5_1._text_5sru5_250._common_5sru5_6:hover{color:var(--colors-button-text-common-hover-text-color)!important;background-color:var(--colors-button-text-common-hover-bg-color)!important;border-color:var(--colors-button-text-common-hover-border-color)!important}._asma-ui-core-button_5sru5_1._text_5sru5_250._common_5sru5_6:focus,._asma-ui-core-button_5sru5_1._text_5sru5_250._common_5sru5_6[data-popover-open]{outline-offset:-2px!important;color:var(--colors-button-text-common-focused-text-color)!important;background-color:var(--colors-button-text-common-focused-bg-color)!important;outline:2px solid var(--colors-button-text-common-focused-border-color)!important}._asma-ui-core-button_5sru5_1._text_5sru5_250._common_5sru5_6:focus._asma-ui-core-button_5sru5_1._contained_5sru5_6,._asma-ui-core-button_5sru5_1._text_5sru5_250._common_5sru5_6[data-popover-open]._asma-ui-core-button_5sru5_1._contained_5sru5_6{box-shadow:inset 0 0 0 2px #fff}._asma-ui-core-button_5sru5_1._text_5sru5_250._common_5sru5_6:disabled{cursor:not-allowed!important;color:var(--colors-button-text-common-disabled-text-color)!important;background-color:var(--colors-button-text-common-disabled-bg-color)!important;border-color:var(--colors-button-text-common-disabled-border-color)!important}._asma-ui-core-button_5sru5_1._text_5sru5_250._error_5sru5_67{cursor:pointer;border-style:solid;border-width:1px;border-radius:4px;justify-content:center;align-items:center;font-size:14px;font-weight:600;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;display:flex;color:var(--colors-button-text-error-text-color)!important;background-color:var(--colors-button-text-error-bg-color)!important;border-color:var(--colors-button-text-error-border-color)!important}._asma-ui-core-button_5sru5_1._text_5sru5_250._error_5sru5_67:active{color:var(--colors-button-text-error-active-text-color)!important;background-color:var(--colors-button-text-error-active-bg-color)!important;border-color:var(--colors-button-text-error-active-border-color)!important;outline:none!important}._asma-ui-core-button_5sru5_1._text_5sru5_250._error_5sru5_67:hover{color:var(--colors-button-text-error-hover-text-color)!important;background-color:var(--colors-button-text-error-hover-bg-color)!important;border-color:var(--colors-button-text-error-hover-border-color)!important}._asma-ui-core-button_5sru5_1._text_5sru5_250._error_5sru5_67:focus,._asma-ui-core-button_5sru5_1._text_5sru5_250._error_5sru5_67[data-popover-open]{outline-offset:-2px!important;color:var(--colors-button-text-error-focused-text-color)!important;background-color:var(--colors-button-text-error-focused-bg-color)!important;outline:2px solid var(--colors-button-text-error-focused-border-color)!important}._asma-ui-core-button_5sru5_1._text_5sru5_250._error_5sru5_67:focus._asma-ui-core-button_5sru5_1._contained_5sru5_6,._asma-ui-core-button_5sru5_1._text_5sru5_250._error_5sru5_67[data-popover-open]._asma-ui-core-button_5sru5_1._contained_5sru5_6{box-shadow:inset 0 0 0 2px #fff}._asma-ui-core-button_5sru5_1._text_5sru5_250._error_5sru5_67:disabled{cursor:not-allowed!important;color:var(--colors-button-text-error-disabled-text-color)!important;background-color:var(--colors-button-text-error-disabled-bg-color)!important;border-color:var(--colors-button-text-error-disabled-border-color)!important}._asma-ui-core-button_5sru5_1._textGray_5sru5_372._common_5sru5_6{cursor:pointer;border-style:solid;border-width:1px;border-radius:4px;justify-content:center;align-items:center;font-size:14px;font-weight:600;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;display:flex;color:var(--colors-button-textGray-common-text-color)!important;background-color:var(--colors-button-textGray-common-bg-color)!important;border-color:var(--colors-button-textGray-common-border-color)!important}._asma-ui-core-button_5sru5_1._textGray_5sru5_372._common_5sru5_6:active{color:var(--colors-button-textGray-common-active-text-color)!important;background-color:var(--colors-button-textGray-common-active-bg-color)!important;border-color:var(--colors-button-textGray-common-active-border-color)!important;outline:none!important}._asma-ui-core-button_5sru5_1._textGray_5sru5_372._common_5sru5_6:hover{color:var(--colors-button-textGray-common-hover-text-color)!important;background-color:var(--colors-button-textGray-common-hover-bg-color)!important;border-color:var(--colors-button-textGray-common-hover-border-color)!important}._asma-ui-core-button_5sru5_1._textGray_5sru5_372._common_5sru5_6:focus,._asma-ui-core-button_5sru5_1._textGray_5sru5_372._common_5sru5_6[data-popover-open]{outline-offset:-2px!important;color:var(--colors-button-textGray-common-focused-text-color)!important;background-color:var(--colors-button-textGray-common-focused-bg-color)!important;outline:2px solid var(--colors-button-textGray-common-focused-border-color)!important}._asma-ui-core-button_5sru5_1._textGray_5sru5_372._common_5sru5_6:focus._asma-ui-core-button_5sru5_1._contained_5sru5_6,._asma-ui-core-button_5sru5_1._textGray_5sru5_372._common_5sru5_6[data-popover-open]._asma-ui-core-button_5sru5_1._contained_5sru5_6{box-shadow:inset 0 0 0 2px #fff}._asma-ui-core-button_5sru5_1._textGray_5sru5_372._common_5sru5_6:disabled{cursor:not-allowed!important;color:var(--colors-button-textGray-common-disabled-text-color)!important;background-color:var(--colors-button-textGray-common-disabled-bg-color)!important;border-color:var(--colors-button-textGray-common-disabled-border-color)!important}._asma-ui-core-button_5sru5_1{border:1px solid #0000}._asma-ui-core-button_5sru5_1._textWhite_5sru5_433._common_5sru5_6{cursor:pointer;border-style:solid;border-width:1px;border-radius:4px;justify-content:center;align-items:center;font-size:14px;font-weight:600;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;display:flex;color:var(--colors-button-textWhite-common-text-color)!important;background-color:var(--colors-button-textWhite-common-bg-color)!important;border-color:var(--colors-button-textWhite-common-border-color)!important}._asma-ui-core-button_5sru5_1._textWhite_5sru5_433._common_5sru5_6:active{color:var(--colors-button-textWhite-common-active-text-color)!important;background-color:var(--colors-button-textWhite-common-active-bg-color)!important;border-color:var(--colors-button-textWhite-common-active-border-color)!important;outline:none!important}._asma-ui-core-button_5sru5_1._textWhite_5sru5_433._common_5sru5_6:hover{color:var(--colors-button-textWhite-common-hover-text-color)!important;background-color:var(--colors-button-textWhite-common-hover-bg-color)!important;border-color:var(--colors-button-textWhite-common-hover-border-color)!important}._asma-ui-core-button_5sru5_1._textWhite_5sru5_433._common_5sru5_6:focus,._asma-ui-core-button_5sru5_1._textWhite_5sru5_433._common_5sru5_6[data-popover-open]{outline-offset:-2px!important;color:var(--colors-button-textWhite-common-focused-text-color)!important;background-color:var(--colors-button-textWhite-common-focused-bg-color)!important;outline:2px solid var(--colors-button-textWhite-common-focused-border-color)!important}._asma-ui-core-button_5sru5_1._textWhite_5sru5_433._common_5sru5_6:focus._asma-ui-core-button_5sru5_1._contained_5sru5_6,._asma-ui-core-button_5sru5_1._textWhite_5sru5_433._common_5sru5_6[data-popover-open]._asma-ui-core-button_5sru5_1._contained_5sru5_6{box-shadow:inset 0 0 0 2px #fff}._asma-ui-core-button_5sru5_1._textWhite_5sru5_433._common_5sru5_6:disabled{cursor:not-allowed!important;color:var(--colors-button-textWhite-common-disabled-text-color)!important;background-color:var(--colors-button-textWhite-common-disabled-bg-color)!important;border-color:var(--colors-button-textWhite-common-disabled-border-color)!important}._asma-ui-core-button_5sru5_1._medium_5sru5_47{height:38px;padding-left:4px;padding-right:4px}._asma-ui-core-button_5sru5_1._small_5sru5_52{height:32px;padding-left:4px;padding-right:4px}._asma-ui-core-button_5sru5_1._large_5sru5_57{height:40px;padding-left:8px;padding-right:8px}._styled-dialog-root_1st3i_1{align-items:top;display:flex}._styled-top-header_1st3i_6{justify-content:space-between;width:100%;padding:16px 16px 0;display:flex}._styled-dialog-close_1st3i_13{-moz-column-gap:8px;flex-grow:1;justify-content:flex-end;column-gap:8px;display:flex}._styled-dialog-info_1st3i_20{flex-direction:column;justify-content:flex-start;gap:2px;display:flex}._styled-dialog-label_1st3i_27{height:32px;color:var(--colors-grey-700);align-items:center;font-size:14px;font-weight:400;line-height:20px;display:flex}._styled-dialog-title_1st3i_37{color:var(--colors-grey-800);font-size:24px;font-weight:600;line-height:32px;display:flex}._styled-dialog-actions-root_3l3r7_1{justify-content:center;margin:0;padding:0}._styled-dialog-actions_3l3r7_1{justify-content:flex-end;gap:8px;width:100%;padding:16px;display:flex}@media (width<=768px){._action-button-wrapper_3l3r7_17{flex:1}._action-button-wrapper_3l3r7_17 button{width:100%}}._styled-dialog-content_d2vki_1{width:100%;margin-top:0;margin-left:0;margin-right:0;padding:16px}._styled-dialog-title-root_mcspk_1{margin-left:12px;margin-right:12px;padding:16px;font-size:20px;font-weight:600;line-height:20px}._CheckboxWrapper_g6yr1_1{box-sizing:border-box;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:relative}._CheckboxWrapper_g6yr1_1._size-small_g6yr1_11{width:38px;height:38px}._CheckboxWrapper_g6yr1_1._size-medium_g6yr1_15{width:42px;height:42px}._CheckboxWrapper_g6yr1_1[data-disabled]{cursor:default;pointer-events:none}._CheckboxWrapper_g6yr1_1:is([data-checked],[data-indeterminate]) ._Checkbox_g6yr1_1,._CheckboxWrapper_g6yr1_1._Indeterminate_g6yr1_28 ._Checkbox_g6yr1_1{background-color:var(--colors-gama-500);--cb-border-w:0px;border:none}._CheckboxWrapper_g6yr1_1[data-unchecked] ._Checkbox_g6yr1_1{border:var(--cb-border-w) solid var(--colors-delta-500);background-color:#0000}._CheckboxWrapper_g6yr1_1[data-disabled][data-unchecked] ._Checkbox_g6yr1_1{border:var(--cb-border-w) solid var(--colors-delta-200);background-color:#0000}._CheckboxWrapper_g6yr1_1[data-disabled]:is([data-checked],[data-indeterminate]) ._Checkbox_g6yr1_1,._CheckboxWrapper_g6yr1_1[data-disabled]._Indeterminate_g6yr1_28 ._Checkbox_g6yr1_1{background-color:var(--colors-delta-200);--cb-border-w:0px;border:none}._CheckboxWrapper_g6yr1_1:focus-visible,._CheckboxWrapper_g6yr1_1[data-focus-visible]{outline:none}._CheckboxWrapper_g6yr1_1._ReadOnly_g6yr1_55{pointer-events:none;cursor:default}._CheckboxWrapper_g6yr1_1._ReadOnly_g6yr1_55 ._Checkbox_g6yr1_1{border:var(--cb-border-w) solid var(--colors-delta-500);--cb-border-w:2px;background-color:#fff}._CheckboxWrapper_g6yr1_1._ReadOnly_g6yr1_55 ._Checkbox_g6yr1_1 ._Indicator_g6yr1_64{color:var(--colors-delta-500)}._HideWrapper_g6yr1_68{width:auto;height:auto;padding:0;overflow:visible}._CheckboxHover_g6yr1_75:after,._CheckboxRippleContainer_g6yr1_75{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}._CheckboxRippleContainer_g6yr1_75{border-radius:50%;overflow:hidden}._CheckboxRipple_g6yr1_75{background-color:var(--colors-gama-500);opacity:.25;z-index:0;border-radius:50%;width:100%;height:100%;animation:.4s ease-out forwards _ripple_g6yr1_1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}@keyframes _ripple_g6yr1_1{to{opacity:.025;transform:translate(-50%,-50%)scale(1)}}._CheckboxHover_g6yr1_75:after{content:"";background:var(--colors-gama-300);opacity:0;border-radius:50%;width:42px;height:42px;transition:opacity .2s,transform .2s;top:50%;left:50%;transform:translate(-50%,-50%)scale(.7)}._CheckboxHover_g6yr1_75:hover:after,._CheckboxHover_g6yr1_75[data-hovered]:after{opacity:.07;transform:translate(-50%,-50%)scale(1)}._CheckboxHover_g6yr1_75._size-small_g6yr1_11:after{width:38px;height:38px}._Checkbox_g6yr1_1{box-sizing:border-box;--cb-border-w:2px;--cb-indicator-color:#fff;border-radius:2px;width:18px;height:18px;padding:0;position:relative;overflow:visible}._Checkbox_g6yr1_1._size-small_g6yr1_11{border-radius:2px;width:15px;height:15px}._CheckboxWrapper_g6yr1_1:focus-visible ._Checkbox_g6yr1_1:before,._CheckboxWrapper_g6yr1_1[data-focus-visible] ._Checkbox_g6yr1_1:before{content:"";inset:calc(-2px - var(--cb-border-w));outline:2px solid var(--colors-gama-400);outline-offset:0;pointer-events:none;border-radius:4px;position:absolute}._CheckboxWrapper_g6yr1_1[data-indeterminate] ._Checkbox_g6yr1_1:after,._Checkbox_g6yr1_1._Indeterminate_g6yr1_28:after{content:"";background-color:var(--cb-indicator-color);z-index:2;pointer-events:none;border-radius:999px;width:62%;height:2.5px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._Indicator_g6yr1_64{color:#fff;z-index:1;pointer-events:none;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}._CheckboxWrapper_g6yr1_1[data-indeterminate] ._Indicator_g6yr1_64 svg,._CheckboxWrapper_g6yr1_1._Indeterminate_g6yr1_28 ._Indicator_g6yr1_64 svg{display:none}._CheckboxWrapper_g6yr1_1._ReadOnly_g6yr1_55 ._Checkbox_g6yr1_1{--cb-indicator-color:var(--colors-delta-500)}._textarea_1p8hl_1._active_1p8hl_1{resize:none!important;width:400px!important;color:var(--colors-input-active-text-color)!important;background-color:var(--colors-input-active-bg-color)!important;outline-style:solid!important;outline-color:var(--colors-input-active-outline-color)!important;outline-width:var(--input-active-outline-width)!important;cursor:var(--input-active-cursor)!important;outline-offset:-1px!important;border-style:none!important;border-radius:.25rem!important;padding:.75rem!important;font-family:Roboto!important;font-size:.875rem!important;font-weight:400!important;line-height:20px!important;transition-duration:75ms!important}._textarea_1p8hl_1._active_1p8hl_1::placeholder{color:var(--colors-input-active-placeholder-color)!important}._textarea_1p8hl_1._active_1p8hl_1:hover{color:var(--colors-input-active-hover-text-color)!important;background-color:var(--colors-input-active-hover-bg-color)!important;outline-color:var(--colors-input-active-hover-outline-color)!important;outline-width:var(--input-active-hover-outline-width)!important}._textarea_1p8hl_1._active_1p8hl_1:active{color:var(--colors-input-active-active-text-color)!important;background-color:var(--colors-input-active-active-bg-color)!important;outline-color:var(--colors-input-active-active-outline-color)!important;outline-width:var(--input-active-active-outline-width)!important;cursor:var(--input-active-active-cursor)!important}._textarea_1p8hl_1._active_1p8hl_1:focus{color:var(--colors-input-active-focus-text-color)!important;background-color:var(--colors-input-active-focus-bg-color)!important;outline-color:var(--colors-input-active-focus-outline-color)!important;outline-width:var(--input-active-focus-outline-width)!important;cursor:var(--input-active-focus-cursor)!important}._textarea_1p8hl_1._active_1p8hl_1:disabled{color:var(--colors-input-active-disabled-text-color)!important;background-color:var(--colors-input-active-disabled-bg-color)!important;outline-color:var(--colors-input-active-disabled-outline-color)!important;outline-width:var(--input-active-disabled-outline-width)!important;cursor:var(--input-active-disabled-cursor)!important}._textarea_1p8hl_1._error_1p8hl_40{resize:none!important;width:400px!important;color:var(--colors-input-error-text-color)!important;background-color:var(--colors-input-error-bg-color)!important;outline-style:solid!important;outline-color:var(--colors-input-error-outline-color)!important;outline-width:var(--input-error-outline-width)!important;cursor:var(--input-error-cursor)!important;outline-offset:-1px!important;border-style:none!important;border-radius:.25rem!important;padding:.75rem!important;font-family:Roboto!important;font-size:.875rem!important;font-weight:400!important;line-height:20px!important;transition-duration:75ms!important}._textarea_1p8hl_1._error_1p8hl_40::placeholder{color:var(--colors-input-error-placeholder-color)!important}._textarea_1p8hl_1._error_1p8hl_40:hover{color:var(--colors-input-error-hover-text-color)!important;background-color:var(--colors-input-error-hover-bg-color)!important;outline-color:var(--colors-input-error-hover-outline-color)!important;outline-width:var(--input-error-hover-outline-width)!important}._textarea_1p8hl_1._error_1p8hl_40:active{color:var(--colors-input-error-active-text-color)!important;background-color:var(--colors-input-error-active-bg-color)!important;outline-color:var(--colors-input-error-active-outline-color)!important;outline-width:var(--input-error-active-outline-width)!important;cursor:var(--input-error-active-cursor)!important}._textarea_1p8hl_1._error_1p8hl_40:focus{color:var(--colors-input-error-focus-text-color)!important;background-color:var(--colors-input-error-focus-bg-color)!important;outline-color:var(--colors-input-error-focus-outline-color)!important;outline-width:var(--input-error-focus-outline-width)!important;cursor:var(--input-error-focus-cursor)!important}._textarea_1p8hl_1._error_1p8hl_40:disabled{color:var(--colors-input-error-disabled-text-color)!important;background-color:var(--colors-input-error-disabled-bg-color)!important;outline-color:var(--colors-input-error-disabled-outline-color)!important;outline-width:var(--input-error-disabled-outline-width)!important;cursor:var(--input-error-disabled-cursor)!important}._label_1p8hl_80._active_1p8hl_1{width:fit-content;color:var(--colors-input-label-active-text-color);font-family:Roboto;font-size:.875rem;font-weight:600;line-height:1.25rem}._label_1p8hl_80._error_1p8hl_40{width:fit-content;color:var(--colors-input-label-error-text-color);font-family:Roboto;font-size:.875rem;font-weight:600;line-height:1.25rem}._label_1p8hl_80._disabled_1p8hl_88{width:fit-content;color:var(--colors-input-label-disabled-text-color);font-family:Roboto;font-size:.875rem;font-weight:600;line-height:1.25rem}._description_1p8hl_93._active_1p8hl_1{color:var(--colors-input-description-active-text-color);font-family:Roboto;font-size:.75rem;line-height:1rem}._description_1p8hl_93._error_1p8hl_40{color:var(--colors-input-description-error-text-color);font-family:Roboto;font-size:.75rem;line-height:1rem}._description_1p8hl_93._disabled_1p8hl_88{color:var(--colors-input-description-disabled-text-color);font-family:Roboto;font-size:.75rem;line-height:1rem}._styledSelectAutocompleteWrapper_1ghgt_1{width:100%}._select-custom-icon_1ghgt_5{margin-top:-.5px!important}._switch_1myey_1{--switch-w:38px;--switch-h:22px;--switch-pad:2px;width:var(--switch-w);height:var(--switch-h);padding:var(--switch-pad);cursor:pointer;border:none;border-radius:9999px;flex-grow:0;flex-shrink:0;margin:6px;transition:background-color .3s;display:flex;position:relative}._switch_1myey_1[data-unchecked]{background-color:var(--colors-delta-400)}._switch_1myey_1[data-unchecked]:hover:not([data-disabled]){background-color:var(--colors-delta-500)}._switch_1myey_1[data-checked]{background-color:var(--colors-gama-500)}._switch_1myey_1[data-checked]:hover:not([data-disabled]){background-color:var(--colors-gama-600)}._switch_1myey_1:not([data-disabled]):active ._iconContent_1myey_30{opacity:.9}._switch_1myey_1[data-disabled]{opacity:.5;cursor:default;pointer-events:none}._switch_1myey_1:focus-visible{outline:none}._switch_1myey_1:focus-visible:before{content:"";border-radius:inherit;outline:2px solid var(--colors-gama-400);outline-offset:1px;position:absolute;inset:0}._thumb_1myey_50{width:calc(var(--switch-h) - 2 * var(--switch-pad));height:calc(var(--switch-h) - 2 * var(--switch-pad));background-color:#fff;border-radius:100%;justify-content:center;align-items:center;transition:transform .3s;display:flex}._switch_1myey_1[data-checked] ._thumb_1myey_50{transform:translateX(calc(var(--switch-w) - var(--switch-h)))}._icon_1myey_30{border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._iconContent_1myey_30{pointer-events:none;transition:color .3s;display:block}._iconContent_1myey_30 svg{transition:fill .3s,stroke .3s}._switch_1myey_1[data-checked] ._iconContent_1myey_30{color:var(--colors-gama-500)}._switch_1myey_1[data-unchecked] ._iconContent_1myey_30{color:var(--colors-delta-400)}._switch_1myey_1[data-checked]:hover:not([data-disabled]) ._iconContent_1myey_30{color:var(--colors-gama-600)}._switch_1myey_1[data-unchecked]:hover:not([data-disabled]) ._iconContent_1myey_30{color:var(--colors-delta-500)}._RadioWrapper_1qjtx_1{cursor:pointer;background:0 0;border:none;flex-grow:0;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex;position:relative}._RadioWrapper_1qjtx_1._size-small_1qjtx_14{width:38px;height:38px}._RadioWrapper_1qjtx_1[data-disabled]{cursor:default;pointer-events:none}._RadioWrapper_1qjtx_1:focus-visible{outline:none}._RadioWrapper_1qjtx_1:focus-visible ._Radio_1qjtx_1:before{content:"";outline:2px solid var(--colors-gama-400);border-radius:50%;position:absolute;inset:-4px}._RadioRippleContainer_1qjtx_34{z-index:0;border-radius:50%;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}._RadioRipple_1qjtx_34{background-color:var(--colors-gama-500);opacity:.25;z-index:0;border-radius:50%;width:100%;height:100%;animation:.4s ease-out forwards _ripple_1qjtx_1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}@keyframes _ripple_1qjtx_1{to{opacity:.025;transform:translate(-50%,-50%)scale(1)}}._RadioHover_1qjtx_68:after{content:"";background:var(--colors-gama-300);opacity:0;border-radius:50%;width:42px;height:42px;transition:opacity .2s,transform .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.7)}._RadioHover_1qjtx_68._size-small_1qjtx_14:after{width:38px;height:38px}._RadioHover_1qjtx_68:hover:after{opacity:.07;transform:translate(-50%,-50%)scale(1)}[data-disabled]._RadioHover_1qjtx_68:hover:after{opacity:0}._Radio_1qjtx_1{border:2px solid var(--colors-delta-500);box-sizing:border-box;background-color:#0000;border-radius:50%;justify-content:center;align-items:center;width:19px;height:19px;padding:0;transition:border-color .3s;display:flex;position:relative}._Radio_1qjtx_1._size-small_1qjtx_14{border-width:1.5px;width:16px;height:16px}[data-checked] ._Radio_1qjtx_1{border-color:var(--colors-gama-500)}[data-disabled][data-unchecked] ._Radio_1qjtx_1,[data-disabled][data-checked] ._Radio_1qjtx_1{border-color:var(--colors-delta-300)}._Indicator_1qjtx_120{opacity:0;pointer-events:none;border-radius:50%;width:10px;height:10px;transition:opacity .5s}._size-small_1qjtx_14 ._Indicator_1qjtx_120{width:8px;height:8px}[data-checked] ._Indicator_1qjtx_120{background-color:var(--colors-gama-500);opacity:1}[data-disabled][data-checked] ._Indicator_1qjtx_120{background-color:var(--colors-delta-300);opacity:.6}._Error_1qjtx_141{--colors-gama-500:var(--colors-error-500);--colors-gama-400:var(--colors-error-400);--colors-gama-300:var(--colors-error-300)}._styled-label_upf4y_1{text-transform:uppercase;background-color:var(--colors-gama-50);width:fit-content;height:16px;color:var(--colors-gama-700);box-sizing:border-box;border-radius:3px;justify-content:center;align-items:center;padding:2px 6px;font-size:10px;font-weight:600;display:flex}._styled-link_um6g7_1{outline-offset:2px;width:fit-content;color:var(--colors-gama-500);border-style:none;border-radius:4px;outline:2px solid #0000;padding:2px 4px;font-family:Roboto;font-weight:600;text-decoration-line:underline}._styled-link_um6g7_1:not(._styled-link-disabled_um6g7_16):hover{color:var(--colors-gama-600)!important}._styled-link_um6g7_1:not(._styled-link-disabled_um6g7_16):active{color:var(--colors-gama-500)!important}._styled-link_um6g7_1:not(._styled-link-disabled_um6g7_16):focus{outline-offset:-1px!important;outline:1px solid var(--colors-gama-500)!important;color:var(--colors-gama-500)!important}._styled-link-disabled_um6g7_16{color:var(--colors-delta-300)}._styled-link-xs_um6g7_32{font-size:12px;line-height:20px}._styled-link-small_um6g7_37{font-size:14px;line-height:20px}._styled-link-large_um6g7_42{font-size:16px;line-height:24px}._AccordionRoot_wzlmo_1{box-shadow:inset 0 0 0 1px var(--colors-delta-300);box-sizing:border-box;background:#fff;border-radius:.5rem;transition:border-color .2s,box-shadow .2s}._AccordionRoot_wzlmo_1:has(._Trigger_wzlmo_9:focus-visible){border-color:var(--colors-gama-400);box-shadow:inset 0 0 0 2px var(--colors-gama-400)}._Trigger_wzlmo_9:focus-visible{outline:none}._Header_wzlmo_18{width:100%;margin:0}._Trigger_wzlmo_9{text-align:left;width:100%;padding-left:var(--trigger-padding-x);padding-right:var(--trigger-padding-x);min-height:var(--trigger-height);font-size:var(--trigger-font-size);cursor:pointer;background-color:#0000;border:none;align-items:center;gap:8px;padding-top:0;transition:background-color .2s;display:flex}._TriggerIcon_wzlmo_40{color:var(--colors-delta-800);width:var(--chevron-size);height:var(--chevron-size);flex-shrink:0;transition:transform .15s}._TriggerIconRight_wzlmo_48{margin-left:auto}._Trigger_wzlmo_9[data-panel-open] ._TriggerIcon_wzlmo_40{transform:rotate(180deg)}._Panel_wzlmo_56{box-sizing:border-box;height:var(--accordion-panel-height);color:var(--colors-delta-800);transition:height .2s ease-out;overflow:hidden}._Panel_wzlmo_56[data-starting-style],._Panel_wzlmo_56[data-ending-style]{height:0}._Content_wzlmo_67{padding:.5rem 1rem 1rem;font-size:14px}._copy-wrapper_1gjzc_1:hover ._hidden-copy_1gjzc_1{visibility:visible}._hidden-copy_1gjzc_1{visibility:hidden}._styled-widget-title_1mja5_1{color:var(--colors-gray-800);min-width:fit-content;font-size:18px;font-style:normal;font-weight:600;line-height:20.7px}._styled-widget-header_yk04z_1{justify-content:space-between;align-items:center;padding:16px;display:flex;position:relative}._asma-ui-core-styled-widget_gzht1_1{box-sizing:border-box;background-color:#fff;border-radius:8px;flex-direction:column;gap:16px;width:100%;padding:16px;transition:all .3s ease-out;display:flex;box-shadow:0 0 4px #22213326}._asma-ui-core-styled-widget_gzht1_1._empty-state_gzht1_13{gap:0}._asma-ui-core-styled-widget_gzht1_1 ._widget-header_gzht1_16{color:var(--colors-gray-800);align-items:center;gap:10px;display:flex}._asma-ui-core-styled-widget_gzht1_1 ._widget-header-left_gzht1_22{align-items:center;gap:10px;min-width:0;display:flex}._asma-ui-core-styled-widget_gzht1_1 ._widget-header-right_gzht1_28{align-items:center;gap:8px;margin-left:auto;display:flex}._asma-ui-core-styled-widget_gzht1_1 ._widget-content_gzht1_34{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;min-height:50px;display:flex;overflow-y:hidden}._asma-ui-core-styled-widget_gzht1_1 ._widget-footer_gzht1_44{justify-content:space-between;align-items:center;display:flex}._asma-ui-core-styled-widget_gzht1_1 ._widget-link_gzht1_49{cursor:pointer}._styled-module-title_174mo_1{color:#17232e;margin-bottom:20px;font-size:24px;font-weight:700;line-height:40px}@media (width>=768px){._styled-module-title_174mo_1{margin-bottom:8px}}._dialog_erjok_1{position:fixed;bottom:1rem;right:1rem}@keyframes _opacity-appear_erjok_1{0%{opacity:0;height:0}to{opacity:1;height:100%}}._dialog_erjok_1{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-shadow:0 4px 40px 0px #22213366;--tw-shadow-colored:0 4px 40px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow);border-radius:.5rem;width:387px;padding:.5rem .75rem .5rem 1rem;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);animation:1s linear _opacity-appear_erjok_1}._dialog_erjok_1._hidden_erjok_9{width:0!important;height:0!important;margin:0!important;padding:0!important}._dialog-base_16tvw_1{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-shadow:0 4px 40px 0px #22213366;--tw-shadow-colored:0 4px 40px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow);flex-direction:column;display:flex;position:fixed;bottom:0;right:0}._minimized-dialog_16tvw_5{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-shadow:0 4px 40px 0px #22213366;--tw-shadow-colored:0 4px 40px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow);border-radius:0;flex-direction:column;width:100dvw;padding:.25rem .5rem;display:flex;position:fixed;bottom:0;right:0;overflow:clip}@media (width>=640px){._minimized-dialog_16tvw_5{width:fit-content;max-width:calc(100dvw - 48px);max-height:calc(100dvh - 32px);bottom:1rem;right:var(--dialog-right,16px);border-radius:.5rem}}._dialog_16tvw_1{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-shadow:0 4px 40px 0px #22213366;--tw-shadow-colored:0 4px 40px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow);flex-direction:column;width:100dvw;height:100dvh;display:flex;position:fixed;bottom:0;right:0}@media (width>=640px){._dialog_16tvw_1{max-width:600px;max-height:calc(100dvh - 88px);bottom:1rem;right:var(--dialog-right,16px);border-radius:.5rem}}._hidden_16tvw_27{width:0;height:0;margin:0;padding:0}
|
|
1
|
+
:root{--colors-text:#4c4c4c;--colors-blue-25:#f2f8fb;--colors-blue-50:#e6f2f8;--colors-blue-100:#cce6f1;--colors-blue-200:#99cce4;--colors-blue-300:#66b3d6;--colors-blue-400:#4da6cf;--colors-blue-500:#007cb5;--colors-blue-600:#006696;--colors-blue-700:#005a83;--colors-blue-800:#00405e;--colors-blue-900:#005a83;--colors-red-100:#f7dede;--colors-red-300:#f6b9b9;--colors-red-500:#e10700;--colors-red-600:#b6120d;--colors-red-700:#9d0f0f;--colors-salmon-500:#d24545;--colors-salmon-700:#b14848;--colors-gray-10:#f9fafb;--colors-gray-50:#f0f2f4;--colors-gray-100:#e7eaee;--colors-gray-200:#d3d8df;--colors-gray-300:#bdc4cf;--colors-gray-400:#a2acbb;--colors-gray-500:#7a899e;--colors-gray-600:#626e7e;--colors-gray-700:#49525f;--colors-gray-800:#363e4a;--colors-gray-900:#0b0c0f;--colors-gray-9000:#1a1d23;--colors-gray-10000:black;--colors-zinc-100:#f5f5f5;--colors-zinc-200:#b4b4b4;--colors-zinc-300:#b4b4b4;--colors-zinc-400:#686868;--colors-zinc-500:#686868;--colors-zinc-600:#4c4c4c;--colors-zinc-700:#4e4d4f;--colors-zinc-800:#343434;--colors-zinc-900:#0b0c0f;--colors-cardea--grey-01:210deg 16% 95%;--colors-cardea--grey-02:215deg 16% 85%;--colors-cardea--grey-03:213deg 16% 75%;--colors-cardea--grey-04:216deg 16% 65%;--colors-cardea--grey-05:215deg 16% 56%;--colors-cardea--grey-06:216deg 16% 25%;--colors-green-25:#f7f9f8;--colors-green-50:#eff4f2;--colors-green-100:#deebe5;--colors-green-200:#ceddd7;--colors-green-300:#adc6bc;--colors-green-400:#9cb2a9;--colors-green-500:#687771;--colors-green-600:#59635e;--colors-green-700:#474f4b;--colors-green-800:#353b38;--colors-green-900:#474f4b;--colors-slate-100:#d0dee5;--colors-slate-200:#abc8d42f;--colors-slate-300:#abc8d4;--colors-slate-500:#9fbcca;--colors-slate-600:#6198ae;--colors-slate-700:#6e9aaf;--colors-slate-800:#4c7f93;--colors-magic-blue-700:#247ba3;--colors-jade-25:#f3fafa;--colors-jade-50:#e8f6f6;--colors-jade-100:#c5e7e7;--colors-jade-200:#8ed0d0;--colors-jade-300:#60bdbd;--colors-jade-400:#1ca1a1;--colors-jade-500:#168181;--colors-jade-600:#116161;--colors-jade-700:#0b4040;--colors-jade-800:#083030;--colors-jade-900:#0d4f4f;--colors-yellow-400:#efcc1d;--colors-yellow-500:#ffd815;--colors-lime-300:#e6f1b1;--colors-lime-500:#beda2f;--colors-lime-700:#8ba01d;--colors-success-50:#e9fbf0;--colors-success-100:#d3f8e1;--colors-success-300:#a1ebbd;--colors-success-500:#00d651;--colors-success-700:#0b7c36;--colors-success-800:#085e29;--colors-warning-50:#fdf8de;--colors-warning-100:#fcf4cf;--colors-warning-300:#fdeb92;--colors-warning-500:#f0c800;--colors-warning-700:#816d09;--colors-warning-800:#5f5107;--colors-error-50:#fcf3f3;--colors-error-100:#f7dede;--colors-error-300:#f6b9b9;--colors-error-500:#e10700;--colors-error-600:#b6120d;--colors-error-700:#9d0f0f;--colors-info-50:#f0faff;--colors-info-300:#bae8fd;--colors-info-400:#56c7fa;--colors-info-500:#0297e8;--colors-info-700:#1563bc;--colors-info-800:#1255a1}[data-theme=default],[data-theme=fretex],[data-theme=greenish]{--colors-input-active-placeholder-color:var(--colors-gray-500);--colors-input-active-bg-color:#fff;--colors-input-active-hover-bg-color:var(--colors-gray-10);--colors-input-active-active-bg-color:var(--colors-gray-10);--colors-input-active-focus-bg-color:var(--colors-gray-10);--colors-input-active-disabled-bg-color:transparent;--colors-input-active-text-color:var(--colors-gray-800);--colors-input-active-active-text-color:var(--colors-gray-800);--colors-input-active-focus-text-color:var(--colors-gray-800);--colors-input-active-disabled-text-color:var(--colors-gray-300);--colors-input-active-outline-color:var(--colors-gray-500);--colors-input-active-hover-outline-color:var(--colors-gray-800);--colors-input-active-active-outline-color:var(--colors-gray-800);--colors-input-active-focus-outline-color:var(--colors-gama-500);--colors-input-active-disabled-outline-color:var(--colors-gray-300);--input-active-cursor:text;--input-active-hover-cursor:text;--input-active-active-cursor:text;--input-active-focus-cursor:text;--input-active-disabled-cursor:default;--input-active-outline-width:1px;--input-active-hover-outline-width:1px;--input-active-active-outline-width:1px;--input-active-focus-outline-width:2px;--input-active-disabled-outline-width:1px;--colors-input-error-placeholder-color:var(--colors-error-700);--colors-input-error-bg-color:var(--colors-error-100);--colors-input-error-hover-bg-color:var(--colors-error-100);--colors-input-error-active-bg-color:var(--colors-error-100);--colors-input-error-focus-bg-color:var(--colors-error-100);--colors-input-error-disabled-bg-color:var(--colors-error-100);--colors-input-error-text-color:var(--colors-error-700);--colors-input-error-hover-text-color:var(--colors-error-700);--colors-input-error-active-text-color:var(--colors-error-700);--colors-input-error-focus-text-color:var(--colors-error-700);--colors-input-error-disabled-text-color:var(--colors-error-700);--colors-input-error-outline-color:var(--colors-error-700);--colors-input-error-hover-outline-color:var(--colors-error-700);--colors-input-error-active-outline-color:var(--colors-error-700);--colors-input-error-focus-outline-color:var(--colors-error-700);--colors-input-error-disabled-outline-color:var(--colors-error-700);--input-error-cursor:text;--input-error-hover-cursor:text;--input-error-active-cursor:text;--input-error-focus-cursor:text;--input-error-disabled-cursor:default;--input-error-outline-width:1px;--input-error-hover-outline-width:1px;--input-error-active-outline-width:1px;--input-error-focus-outline-width:2px;--input-error-disabled-outline-width:1px;--colors-input-notEditable-placeholder-color:var(--colors-gray-800);--colors-input-notEditable-bg-color:var(--colors-gray-50);--colors-input-notEditable-hover-bg-color:var(--colors-gray-50);--colors-input-notEditable-active-bg-color:var(--colors-gray-50);--colors-input-notEditable-focus-bg-color:var(--colors-gray-50);--colors-input-notEditable-disabled-bg-color:var(--colors-gray-50);--colors-input-notEditable-text-color:var(--colors-gray-800);--colors-input-notEditable-active-text-color:var(--colors-gray-800);--colors-input-notEditable-focus-text-color:var(--colors-gray-800);--colors-input-notEditable-disabled-text-color:var(--colors-gray-300);--input-notEditable-cursor:default;--input-notEditable-hover-cursor:default;--input-notEditable-active-cursor:default;--input-notEditable-focus-cursor:default;--input-notEditable-disabled-cursor:default;--input-notEditable-outline-width:0px;--input-notEditable-hover-outline-width:0px;--input-notEditable-active-outline-width:0px;--input-notEditable-focus-outline-width:0px;--input-notEditable-disabled-outline-width:0px;--colors-input-disabled-disabled-outline-width:1px;--colors-input-disabled-disabled-outline-color:var(--colors-gray-300);--colors-input-disabled-disabled-text-color:var(--colors-gray-300);--colors-input-disabled-placeholder-color:var(--colors-gray-300);--colors-input-disabled-disabled-bg-color:#fff;--input-disabled-disabled-outline-width:1px;--colors-input-readOnly-placeholder-color:var(--colors-gray-800);--colors-input-readOnly-bg-color:transparent;--colors-input-readOnly-hover-bg-color:transparent;--colors-input-readOnly-active-bg-color:transparent;--colors-input-readOnly-focus-bg-color:transparent;--colors-input-readOnly-disabled-bg-color:transparent;--colors-input-readOnly-text-color:var(--colors-gray-800);--colors-input-active-hover-text-color:var(--colors-gray-800);--colors-input-readOnly-active-text-color:var(--colors-gray-300);--colors-input-readOnly-focus-text-color:var(--colors-gray-800);--input-readOnly-cursor:text;--input-readOnly-hover-cursor:text;--input-readOnly-active-cursor:text;--input-readOnly-focus-cursor:text;--input-readOnly-disabled-cursor:default;--input-readOnly-outline-width:0px;--input-readOnly-hover-outline-width:0px;--input-readOnly-active-outline-width:0px;--input-readOnly-focus-outline-width:0px;--input-readOnly-disabled-outline-width:0px;--colors-input-label-active-text-color:var(--colors-gray-800);--colors-input-label-error-text-color:var(--colors-error-700);--colors-input-label-disabled-text-color:var(--colors-gray-300);--colors-input-label-notEditable-text-color:var(--colors-gray-800);--colors-input-label-readOnly-text-color:var(--colors-gray-800);--colors-input-description-active-text-color:var(--colors-gray-600);--colors-input-description-error-text-color:var(--colors-error-700);--colors-input-description-disabled-text-color:var(--colors-gray-300);--colors-input-description-notEditable-text-color:var(--colors-gray-600);--colors-input-description-readOnly-text-color:var(--colors-gray-600)}:root{--colors-text-component:#fff;--colors-active-component:var(--colors-blue-500);--colors-alpha-100:var(--colors-blue-100);--colors-alpha-500:var(--colors-blue-500);--colors-alpha-600:var(--colors-blue-600);--colors-alpha-700:var(--colors-blue-700);--colors-beta-100:var(--colors-red-100);--colors-beta-500:var(--colors-red-500);--colors-beta-600:var(--colors-red-600);--colors-beta-700:var(--colors-red-700);--colors-gama-25:var(--colors-blue-25);--colors-gama-50:var(--colors-blue-50);--colors-gama-100:var(--colors-blue-100);--colors-gama-200:var(--colors-blue-200);--colors-gama-300:var(--colors-blue-300);--colors-gama-400:var(--colors-blue-400);--colors-gama-500:var(--colors-blue-500);--colors-gama-600:var(--colors-blue-600);--colors-gama-700:var(--colors-blue-700);--colors-gama-800:var(--colors-blue-800);--colors-gama-900:var(--colors-blue-900);--colors-delta-10:var(--colors-gray-10);--colors-delta-50:var(--colors-gray-50);--colors-delta-100:var(--colors-gray-100);--colors-delta-200:var(--colors-gray-200);--colors-delta-300:var(--colors-gray-300);--colors-delta-400:var(--colors-gray-400);--colors-delta-500:var(--colors-gray-500);--colors-delta-600:var(--colors-gray-600);--colors-delta-700:var(--colors-gray-700);--colors-delta-800:var(--colors-gray-800);--colors-delta-900:var(--colors-gray-900);--colors-delta-9000:var(--colors-gray-9000);--colors-delta-10000:var(--colors-gray-10000);--colors-sigma-700:var(--colors-magic-blue-700);--colors-theta-100:#fff;--colors-theta-200:var(--colors-slate-200);--colors-theta-300:var(--colors-slate-500);--colors-theta-400:#fff;--colors-theta-500:var(--colors-blue-300);--colors-theta-600:var(--colors-blue-700);--colors-theta-700:var(--colors-blue-600);--colors-theta-800:#fff;--colors-theta-hover:var(--colors-blue-700);--colors-btn-bg-hover:var(--colors-slate-300);--colors-btn-bg-standart:var(--colors-slate-600);--colors-btn-bg-active:var(--colors-slate-800);--colors-btn-bg-disabled:var(--colors-green-800);--colors-btn-bg-danger:var(--colors-salmon-700);--colors-btn-bg-danger-active:var(--colors-salmon-500);--colors-button-contained-common-text-color:#fff;--colors-button-contained-common-bg-color:var(--colors-gama-500);--colors-button-contained-common-border-color:var(--colors-gama-500);--colors-button-contained-common-focused-text-color:#fff;--colors-button-contained-common-focused-bg-color:var(--colors-gama-500);--colors-button-contained-common-focused-border-color:var(--colors-gama-400);--colors-button-contained-common-active-text-color:#fff;--colors-button-contained-common-active-bg-color:var(--colors-gama-700);--colors-button-contained-common-active-border-color:var(--colors-gama-700);--colors-button-contained-common-hover-text-color:#fff;--colors-button-contained-common-hover-bg-color:var(--colors-gama-600);--colors-button-contained-common-hover-border-color:var(--colors-gama-600);--colors-button-contained-common-disabled-text-color:#fff;--colors-button-contained-common-disabled-bg-color:var(--colors-delta-300);--colors-button-contained-common-disabled-border-color:var(--colors-delta-300);--colors-button-contained-error-text-color:#fff;--colors-button-contained-error-bg-color:var(--colors-beta-500);--colors-button-contained-error-border-color:var(--colors-beta-500);--colors-button-contained-error-focused-text-color:#fff;--colors-button-contained-error-focused-bg-color:var(--colors-beta-500);--colors-button-contained-error-focused-border-color:var(--colors-beta-400);--colors-button-contained-error-active-text-color:#fff;--colors-button-contained-error-active-bg-color:var(--colors-beta-700);--colors-button-contained-error-active-border-color:var(--colors-beta-700);--colors-button-contained-error-hover-text-color:#fff;--colors-button-contained-error-hover-bg-color:var(--colors-beta-600);--colors-button-contained-error-hover-border-color:var(--colors-beta-600);--colors-button-contained-error-disabled-text-color:#fff;--colors-button-contained-error-disabled-bg-color:var(--colors-delta-300);--colors-button-contained-error-disabled-border-color:transparent;--colors-button-outlined-common-text-color:var(--colors-delta-700);--colors-button-outlined-common-bg-color:transparent;--colors-button-outlined-common-border-color:var(--colors-delta-500);--colors-button-outlined-common-focused-text-color:var(--colors-gama-500);--colors-button-outlined-common-focused-bg-color:var(--colors-gama-50);--colors-button-outlined-common-focused-border-color:var(--colors-gama-400);--colors-button-outlined-common-active-text-color:var(--colors-gama-500);--colors-button-outlined-common-active-bg-color:var(--colors-gama-50);--colors-button-outlined-common-active-border-color:var(--colors-gama-300);--colors-button-outlined-common-hover-text-color:var(--colors-gama-500);--colors-button-outlined-common-hover-bg-color:var(--colors-gama-100);--colors-button-outlined-common-hover-border-color:var(--colors-gama-300);--colors-button-outlined-common-disabled-text-color:var(--colors-delta-300);--colors-button-outlined-common-disabled-bg-color:transparent;--colors-button-outlined-common-disabled-border-color:var(--colors-delta-300);--colors-button-outlined-error-text-color:var(--colors-beta-500);--colors-button-outlined-error-bg-color:transparent;--colors-button-outlined-error-border-color:var(--colors-beta-500);--colors-button-outlined-error-focused-text-color:#fff;--colors-button-outlined-error-focused-bg-color:var(--colors-beta-100);--colors-button-outlined-error-focused-border-color:var(--colors-beta-400);--colors-button-outlined-error-active-text-color:var(--colors-beta-700);--colors-button-outlined-error-active-bg-color:var(--colors-beta-100);--colors-button-outlined-error-active-border-color:var(--colors-beta-700);--colors-button-outlined-error-hover-text-color:var(--colors-beta-600);--colors-button-outlined-error-hover-bg-color:var(--colors-beta-100);--colors-button-outlined-error-hover-border-color:var(--colors-beta-600);--colors-button-outlined-error-disabled-text-color:var(--colors-delta-300);--colors-button-outlined-error-disabled-bg-color:transparent;--colors-button-outlined-error-disabled-border-color:var(--colors-delta-300);--colors-button-text-common-text-color:var(--colors-gama-500);--colors-button-text-common-bg-color:transparent;--colors-button-text-common-border-color:transparent;--colors-button-text-common-focused-text-color:var(--colors-gama-500);--colors-button-text-common-focused-bg-color:var(--colors-gama-50);--colors-button-text-common-focused-border-color:var(--colors-gama-400);--colors-button-text-common-active-text-color:var(--colors-gama-500);--colors-button-text-common-active-bg-color:var(--colors-gama-100);--colors-button-text-common-active-border-color:var(--colors-gama-100);--colors-button-text-common-hover-text-color:var(--colors-gama-500);--colors-button-text-common-hover-bg-color:var(--colors-gama-50);--colors-button-text-common-hover-border-color:var(--colors-gama-50);--colors-button-text-common-disabled-text-color:var(--colors-delta-300);--colors-button-text-common-disabled-bg-color:transparent;--colors-button-text-common-disabled-border-color:transparent;--colors-button-text-error-text-color:var(--colors-beta-500);--colors-button-text-error-bg-color:transparent;--colors-button-text-error-border-color:transparent;--colors-button-text-error-focused-text-color:var(--colors-beta-600);--colors-button-text-error-focused-bg-color:var(--colors-beta-100);--colors-button-text-error-focused-border-color:var(--colors-beta-400);--colors-button-text-error-active-text-color:var(--colors-beta-600);--colors-button-text-error-active-bg-color:var(--colors-beta-100);--colors-button-text-error-active-border-color:var(--colors-beta-100);--colors-button-text-error-hover-text-color:var(--colors-beta-600);--colors-button-text-error-hover-bg-color:var(--colors-beta-100);--colors-button-text-error-hover-border-color:var(--colors-beta-100);--colors-button-text-error-disabled-text-color:var(--colors-delta-300);--colors-button-text-error-disabled-bg-color:transparent;--colors-button-text-error-disabled-border-color:transparent;--colors-button-textGray-common-text-color:var(--colors-delta-700);--colors-button-textGray-common-bg-color:transparent;--colors-button-textGray-common-border-color:transparent;--colors-button-textGray-common-focused-text-color:var(--colors-gama-500);--colors-button-textGray-common-focused-bg-color:var(--colors-gama-50);--colors-button-textGray-common-focused-border-color:var(--colors-gama-400);--colors-button-textGray-common-active-text-color:var(--colors-gama-500);--colors-button-textGray-common-active-bg-color:var(--colors-gama-100);--colors-button-textGray-common-active-border-color:var(--colors-gama-100);--colors-button-textGray-common-hover-text-color:var(--colors-gama-500);--colors-button-textGray-common-hover-bg-color:var(--colors-gama-50);--colors-button-textGray-common-hover-border-color:var(--colors-gama-50);--colors-button-textGray-common-disabled-text-color:var(--colors-delta-300);--colors-button-textGray-common-disabled-bg-color:transparent;--colors-button-textGray-common-disabled-border-color:transparent;--colors-button-textWhite-common-text-color:white;--colors-button-textWhite-common-bg-color:transparent;--colors-button-textWhite-common-border-color:transparent;--colors-button-textWhite-common-focused-text-color:white;--colors-button-textWhite-common-focused-bg-color:transparent;--colors-button-textWhite-common-focused-border-color:transparent;--colors-button-textWhite-common-active-text-color:white;--colors-button-textWhite-common-active-bg-color:transparent;--colors-button-textWhite-common-active-border-color:transparent;--colors-button-textWhite-common-hover-text-color:white;--colors-button-textWhite-common-hover-bg-color:transparent;--colors-button-textWhite-common-hover-border-color:transparent;--colors-button-textWhite-common-disabled-text-color:white;--colors-button-textWhite-common-disabled-bg-color:transparent;--colors-button-textWhite-common-disabled-border-color:transparent;--colors-btn-bg-mini-action:var(--colors-slate-600);--colors-btn-bg-mini-action-hover:var(--colors-slate-300);--colors-link-text-hover:#fff;--colors-link-text-standart:#fff;--colors-link-text-active:var(--colors-blue-800);--colors-link-text-disabled:var(--colors-green-800);--colors-app-directory-button-select-recipient-bg:var(--colors-blue-200);--colors-btn-task-status-bg:var(--colors-slate-600);--colors-chat-ticket-message-bg:var(--colors-blue-200);--colors-topbar-text:var(--colors-zinc-500);--colors-menu-text-active:var(--colors-slate-700)}[data-theme=fretex]{--colors-text-component:var(--colors-gray-9000);--colors-active-component:var(--colors-gama-700);--colors-alpha-100:var(--colors-slate-100);--colors-alpha-500:var(--colors-slate-500);--colors-alpha-600:var(--colors-slate-600);--colors-alpha-700:var(--colors-slate-700);--colors-beta-100:var(--colors-red-100);--colors-beta-500:var(--colors-red-500);--colors-beta-600:var(--colors-red-600);--colors-beta-700:var(--colors-red-700);--colors-gama-25:var(--colors-green-25);--colors-gama-50:var(--colors-green-50);--colors-gama-100:var(--colors-green-100);--colors-gama-200:var(--colors-green-200);--colors-gama-300:var(--colors-green-300);--colors-gama-400:var(--colors-green-400);--colors-gama-500:var(--colors-green-500);--colors-gama-600:var(--colors-green-600);--colors-gama-700:var(--colors-green-700);--colors-gama-800:var(--colors-green-700);--colors-gama-900:var(--colors-green-900);--colors-delta-10:var(--colors-gray-10);--colors-delta-50:var(--colors-gray-50);--colors-delta-100:var(--colors-zinc-100);--colors-delta-200:var(--colors-zinc-200);--colors-delta-300:var(--colors-zinc-300);--colors-delta-400:var(--colors-zinc-400);--colors-delta-500:var(--colors-zinc-500);--colors-delta-600:var(--colors-zinc-600);--colors-delta-700:var(--colors-zinc-700);--colors-delta-800:var(--colors-zinc-800);--colors-delta-900:var(--colors-zinc-900);--colors-delta-9000:var(--colors-gray-9000);--colors-delta-10000:var(--colors-gray-10000);--colors-sigma-700:var(--colors-zinc-500);--colors-theta-100:#fff;--colors-theta-200:var(--colors-green-200);--colors-theta-300:var(--colors-green-500);--colors-theta-400:#fff;--colors-theta-500:#fff;--colors-theta-600:#fff;--colors-theta-700:#fff;--colors-theta-800:#fff;--colors-theta-hover:#fff;--colors-btn-bg-hover:var(--colors-gama-600);--colors-btn-bg-standart:var(--colors-gama-500);--colors-btn-bg-active:var(--colors-gama-600);--colors-btn-bg-disabled:var(--colors-gray-200);--colors-btn-bg-danger:var(--colors-red-700);--colors-btn-bg-danger-active:var(--colors-red-500);--colors-button-contained-common-text-color:#fff;--colors-button-contained-common-bg-color:var(--colors-gama-500);--colors-button-contained-common-border-color:var(--colors-gama-500);--colors-button-contained-common-focused-text-color:#fff;--colors-button-contained-common-focused-bg-color:var(--colors-gama-500);--colors-button-contained-common-focused-border-color:var(--colors-gama-400);--colors-button-contained-common-active-text-color:#fff;--colors-button-contained-common-active-bg-color:var(--colors-gama-700);--colors-button-contained-common-active-border-color:var(--colors-gama-700);--colors-button-contained-common-hover-text-color:#fff;--colors-button-contained-common-hover-bg-color:var(--colors-gama-600);--colors-button-contained-common-hover-border-color:var(--colors-gama-600);--colors-button-contained-common-disabled-text-color:#fff;--colors-button-contained-common-disabled-bg-color:var(--colors-delta-200);--colors-button-contained-common-disabled-border-color:var(--colors-delta-200);--colors-button-contained-error-text-color:#fff;--colors-button-contained-error-bg-color:var(--colors-beta-500);--colors-button-contained-error-border-color:var(--colors-beta-500);--colors-button-contained-error-focused-text-color:#fff;--colors-button-contained-error-focused-bg-color:var(--colors-beta-500);--colors-button-contained-error-focused-border-color:var(--colors-gama-400);--colors-button-contained-error-active-text-color:#fff;--colors-button-contained-error-active-bg-color:var(--colors-beta-700);--colors-button-contained-error-active-border-color:var(--colors-beta-700);--colors-button-contained-error-hover-text-color:#fff;--colors-button-contained-error-hover-bg-color:var(--colors-beta-600);--colors-button-contained-error-hover-border-color:var(--colors-beta-600);--colors-button-contained-error-disabled-text-color:#fff;--colors-button-contained-error-disabled-bg-color:var(--colors-delta-200);--colors-button-contained-error-disabled-border-color:transparent;--colors-button-outlined-common-text-color:var(--colors-delta-700);--colors-button-outlined-common-bg-color:transparent;--colors-button-outlined-common-border-color:var(--colors-delta-400);--colors-button-outlined-common-focused-text-color:var(--colors-gama-500);--colors-button-outlined-common-focused-bg-color:var(--colors-gama-50);--colors-button-outlined-common-focused-border-color:var(--colors-gama-400);--colors-button-outlined-common-active-text-color:var(--colors-gama-500);--colors-button-outlined-common-active-bg-color:var(--colors-gama-50);--colors-button-outlined-common-active-border-color:var(--colors-gama-300);--colors-button-outlined-common-hover-text-color:var(--colors-gama-500);--colors-button-outlined-common-hover-bg-color:var(--colors-gama-100);--colors-button-outlined-common-hover-border-color:var(--colors-gama-300);--colors-button-outlined-common-disabled-text-color:var(--colors-delta-200);--colors-button-outlined-common-disabled-bg-color:transparent;--colors-button-outlined-common-disabled-border-color:var(--colors-delta-200);--colors-button-outlined-error-text-color:var(--colors-beta-500);--colors-button-outlined-error-bg-color:transparent;--colors-button-outlined-error-border-color:var(--colors-beta-500);--colors-button-outlined-error-focused-text-color:#fff;--colors-button-outlined-error-focused-bg-color:var(--colors-beta-100);--colors-button-outlined-error-focused-border-color:var(--colors-gama-400);--colors-button-outlined-error-active-text-color:var(--colors-beta-700);--colors-button-outlined-error-active-bg-color:var(--colors-beta-100);--colors-button-outlined-error-active-border-color:var(--colors-beta-700);--colors-button-outlined-error-hover-text-color:var(--colors-beta-600);--colors-button-outlined-error-hover-bg-color:var(--colors-beta-100);--colors-button-outlined-error-hover-border-color:var(--colors-beta-600);--colors-button-outlined-error-disabled-text-color:var(--colors-delta-200);--colors-button-outlined-error-disabled-bg-color:transparent;--colors-button-outlined-error-disabled-border-color:var(--colors-delta-200);--colors-button-text-common-text-color:var(--colors-gama-500);--colors-button-text-common-bg-color:transparent;--colors-button-text-common-border-color:transparent;--colors-button-text-common-focused-text-color:var(--colors-gama-500);--colors-button-text-common-focused-bg-color:var(--colors-gama-50);--colors-button-text-common-focused-border-color:var(--colors-gama-400);--colors-button-text-common-active-text-color:var(--colors-gama-500);--colors-button-text-common-active-bg-color:var(--colors-gama-100);--colors-button-text-common-active-border-color:var(--colors-gama-100);--colors-button-text-common-hover-text-color:var(--colors-gama-500);--colors-button-text-common-hover-bg-color:var(--colors-gama-50);--colors-button-text-common-hover-border-color:var(--colors-gama-50);--colors-button-text-common-disabled-text-color:var(--colors-delta-200);--colors-button-text-common-disabled-bg-color:transparent;--colors-button-text-common-disabled-border-color:transparent;--colors-button-text-error-text-color:var(--colors-beta-500);--colors-button-text-error-bg-color:transparent;--colors-button-text-error-border-color:transparent;--colors-button-text-error-focused-text-color:var(--colors-beta-600);--colors-button-text-error-focused-bg-color:var(--colors-beta-100);--colors-button-text-error-focused-border-color:var(--colors-gama-400);--colors-button-text-error-active-text-color:var(--colors-beta-600);--colors-button-text-error-active-bg-color:var(--colors-beta-100);--colors-button-text-error-active-border-color:var(--colors-beta-100);--colors-button-text-error-hover-text-color:var(--colors-beta-600);--colors-button-text-error-hover-bg-color:var(--colors-beta-100);--colors-button-text-error-hover-border-color:var(--colors-beta-100);--colors-button-text-error-disabled-text-color:var(--colors-delta-200);--colors-button-text-error-disabled-bg-color:transparent;--colors-button-text-error-disabled-border-color:transparent;--colors-button-textGray-common-text-color:var(--colors-delta-700);--colors-button-textGray-common-bg-color:transparent;--colors-button-textGray-common-border-color:transparent;--colors-button-textGray-common-focused-text-color:var(--colors-gama-500);--colors-button-textGray-common-focused-bg-color:var(--colors-gama-50);--colors-button-textGray-common-focused-border-color:var(--colors-gama-400);--colors-button-textGray-common-active-text-color:var(--colors-gama-500);--colors-button-textGray-common-active-bg-color:var(--colors-gama-100);--colors-button-textGray-common-active-border-color:var(--colors-gama-100);--colors-button-textGray-common-hover-text-color:var(--colors-gama-500);--colors-button-textGray-common-hover-bg-color:var(--colors-gama-50);--colors-button-textGray-common-hover-border-color:var(--colors-gama-50);--colors-button-textGray-common-disabled-text-color:var(--colors-delta-200);--colors-button-textGray-common-disabled-bg-color:transparent;--colors-button-textGray-common-disabled-border-color:transparent;--colors-button-textWhite-common-text-color:white;--colors-button-textWhite-common-bg-color:transparent;--colors-button-textWhite-common-border-color:transparent;--colors-button-textWhite-common-focused-text-color:white;--colors-button-textWhite-common-focused-bg-color:transparent;--colors-button-textWhite-common-focused-border-color:transparent;--colors-button-textWhite-common-active-text-color:white;--colors-button-textWhite-common-active-bg-color:transparent;--colors-button-textWhite-common-active-border-color:transparent;--colors-button-textWhite-common-hover-text-color:white;--colors-button-textWhite-common-hover-bg-color:transparent;--colors-button-textWhite-common-hover-border-color:transparent;--colors-button-textWhite-common-disabled-text-color:white;--colors-button-textWhite-common-disabled-bg-color:transparent;--colors-button-textWhite-common-disabled-border-color:transparent;--colors-colors-btn-bg-mini-action:var(--colors-zinc-100);--colors-colors-btn-bg-mini-action-hover:var(--colors-gama-700);--colors-link-text-hover:var(--colors-red-700);--colors-link-text-standart:var(--colors-gray-500);--colors-link-text-active:var(--colors-red-700);--colors-link-text-disabled:var(--colors-gray-200);--colors-app-directory-button-select-recipient-bg:var(--colors-slate-500);--colors-btn-task-status-bg:var(--colors-green-100);--colors-chat-ticket-message-bg:var(--colors-alpha-500);--colors-colors-topbar-text:#fff;--colors-menu-text-active:var(--colors-beta-700)}[data-theme=greenish]{--colors-beta-100:var(--colors-red-100);--colors-beta-500:var(--colors-red-500);--colors-beta-600:var(--colors-red-600);--colors-beta-700:var(--colors-red-700);--colors-gama-25:var(--colors-jade-25);--colors-gama-50:var(--colors-jade-50);--colors-gama-100:var(--colors-jade-100);--colors-gama-200:var(--colors-jade-200);--colors-gama-300:var(--colors-jade-300);--colors-gama-400:var(--colors-jade-400);--colors-gama-500:var(--colors-jade-500);--colors-gama-600:var(--colors-jade-600);--colors-gama-700:var(--colors-jade-700);--colors-gama-800:var(--colors-jade-800);--colors-gama-900:var(--colors-jade-900);--colors-delta-10:var(--colors-gray-10);--colors-delta-50:var(--colors-gray-50);--colors-delta-100:var(--colors-gray-100);--colors-delta-200:var(--colors-gray-200);--colors-delta-300:var(--colors-gray-300);--colors-delta-400:var(--colors-gray-400);--colors-delta-500:var(--colors-gray-500);--colors-delta-600:var(--colors-gray-600);--colors-delta-700:var(--colors-gray-700);--colors-delta-800:var(--colors-gray-800);--colors-delta-900:var(--colors-gray-900);--colors-delta-9000:var(--colors-gray-9000);--colors-delta-10000:var(--colors-gray-10000);--colors-theta-100:var(--colors-jade-100);--colors-theta-200:var(--colors-jade-200);--colors-theta-300:var(--colors-jade-300);--colors-theta-400:var(--colors-jade-400);--colors-theta-500:var(--colors-jade-500);--colors-theta-600:var(--colors-jade-600);--colors-theta-700:var(--colors-jade-700);--colors-theta-800:var(--colors-jade-800);--colors-theta-hover:var(--colors-jade-500);--colors-sigma-700:var(--colors-jade-600);--colors-link-text-hover:#fff;--colors-link-text-standart:#fff;--colors-link-text-active:#fff;--colors-link-text-disabled:var(--colors-gray-200);--colors-button-contained-common-text-color:#fff;--colors-button-contained-common-bg-color:var(--colors-gama-500);--colors-button-contained-common-border-color:var(--colors-gama-500);--colors-button-contained-common-focused-text-color:#fff;--colors-button-contained-common-focused-bg-color:var(--colors-gama-500);--colors-button-contained-common-focused-border-color:var(--colors-gama-400);--colors-button-contained-common-active-text-color:#fff;--colors-button-contained-common-active-bg-color:var(--colors-gama-700);--colors-button-contained-common-active-border-color:var(--colors-gama-700);--colors-button-contained-common-hover-text-color:#fff;--colors-button-contained-common-hover-bg-color:var(--colors-gama-600);--colors-button-contained-common-hover-border-color:var(--colors-gama-600);--colors-button-contained-common-disabled-text-color:#fff;--colors-button-contained-common-disabled-bg-color:var(--colors-delta-300);--colors-button-contained-common-disabled-border-color:var(--colors-delta-300);--colors-button-contained-error-text-color:#fff;--colors-button-contained-error-bg-color:var(--colors-beta-500);--colors-button-contained-error-border-color:var(--colors-beta-500);--colors-button-contained-error-focused-text-color:#fff;--colors-button-contained-error-focused-bg-color:var(--colors-beta-500);--colors-button-contained-error-focused-border-color:var(--colors-beta-400);--colors-button-contained-error-active-text-color:#fff;--colors-button-contained-error-active-bg-color:var(--colors-beta-700);--colors-button-contained-error-active-border-color:var(--colors-beta-700);--colors-button-contained-error-hover-text-color:#fff;--colors-button-contained-error-hover-bg-color:var(--colors-beta-600);--colors-button-contained-error-hover-border-color:var(--colors-beta-600);--colors-button-contained-error-disabled-text-color:#fff;--colors-button-contained-error-disabled-bg-color:var(--colors-delta-300);--colors-button-contained-error-disabled-border-color:transparent;--colors-button-outlined-common-text-color:var(--colors-delta-700);--colors-button-outlined-common-bg-color:transparent;--colors-button-outlined-common-border-color:var(--colors-delta-500);--colors-button-outlined-common-focused-text-color:var(--colors-gama-500);--colors-button-outlined-common-focused-bg-color:var(--colors-gama-50);--colors-button-outlined-common-focused-border-color:var(--colors-gama-400);--colors-button-outlined-common-active-text-color:var(--colors-gama-500);--colors-button-outlined-common-active-bg-color:var(--colors-gama-100);--colors-button-outlined-common-active-border-color:var(--colors-gama-300);--colors-button-outlined-common-hover-text-color:var(--colors-gama-500);--colors-button-outlined-common-hover-bg-color:var(--colors-gama-50);--colors-button-outlined-common-hover-border-color:var(--colors-gama-300);--colors-button-outlined-common-disabled-text-color:var(--colors-delta-300);--colors-button-outlined-common-disabled-bg-color:transparent;--colors-button-outlined-common-disabled-border-color:var(--colors-delta-300);--colors-button-outlined-error-text-color:var(--colors-beta-500);--colors-button-outlined-error-bg-color:transparent;--colors-button-outlined-error-border-color:var(--colors-beta-500);--colors-button-outlined-error-focused-text-color:#fff;--colors-button-outlined-error-focused-bg-color:var(--colors-beta-100);--colors-button-outlined-error-focused-border-color:var(--colors-beta-400);--colors-button-outlined-error-active-text-color:var(--colors-beta-700);--colors-button-outlined-error-active-bg-color:var(--colors-beta-100);--colors-button-outlined-error-active-border-color:var(--colors-beta-700);--colors-button-outlined-error-hover-text-color:var(--colors-beta-600);--colors-button-outlined-error-hover-bg-color:var(--colors-beta-100);--colors-button-outlined-error-hover-border-color:var(--colors-beta-600);--colors-button-outlined-error-disabled-text-color:var(--colors-delta-300);--colors-button-outlined-error-disabled-bg-color:transparent;--colors-button-outlined-error-disabled-border-color:var(--colors-delta-300);--colors-button-text-common-text-color:var(--colors-gama-500);--colors-button-text-common-bg-color:transparent;--colors-button-text-common-border-color:transparent;--colors-button-text-common-focused-text-color:var(--colors-gama-500);--colors-button-text-common-focused-bg-color:var(--colors-gama-50);--colors-button-text-common-focused-border-color:var(--colors-gama-400);--colors-button-text-common-active-text-color:var(--colors-gama-500);--colors-button-text-common-active-bg-color:var(--colors-gama-100);--colors-button-text-common-active-border-color:var(--colors-gama-100);--colors-button-text-common-hover-text-color:var(--colors-gama-500);--colors-button-text-common-hover-bg-color:var(--colors-gama-50);--colors-button-text-common-hover-border-color:var(--colors-gama-50);--colors-button-text-common-disabled-text-color:var(--colors-delta-300);--colors-button-text-common-disabled-bg-color:transparent;--colors-button-text-common-disabled-border-color:transparent;--colors-button-text-error-text-color:var(--colors-beta-500);--colors-button-text-error-bg-color:transparent;--colors-button-text-error-border-color:transparent;--colors-button-text-error-focused-text-color:var(--colors-beta-600);--colors-button-text-error-focused-bg-color:var(--colors-beta-100);--colors-button-text-error-focused-border-color:var(--colors-beta-400);--colors-button-text-error-active-text-color:var(--colors-beta-600);--colors-button-text-error-active-bg-color:var(--colors-beta-100);--colors-button-text-error-active-border-color:var(--colors-beta-100);--colors-button-text-error-hover-text-color:var(--colors-beta-600);--colors-button-text-error-hover-bg-color:var(--colors-beta-100);--colors-button-text-error-hover-border-color:var(--colors-beta-100);--colors-button-text-error-disabled-text-color:var(--colors-delta-300);--colors-button-text-error-disabled-bg-color:transparent;--colors-button-text-error-disabled-border-color:transparent;--colors-button-textGray-common-text-color:var(--colors-delta-700);--colors-button-textGray-common-bg-color:transparent;--colors-button-textGray-common-border-color:transparent;--colors-button-textGray-common-focused-text-color:var(--colors-gama-500);--colors-button-textGray-common-focused-bg-color:var(--colors-gama-50);--colors-button-textGray-common-focused-border-color:var(--colors-gama-400);--colors-button-textGray-common-active-text-color:var(--colors-gama-500);--colors-button-textGray-common-active-bg-color:var(--colors-gama-100);--colors-button-textGray-common-active-border-color:var(--colors-gama-100);--colors-button-textGray-common-hover-text-color:var(--colors-gama-500);--colors-button-textGray-common-hover-bg-color:var(--colors-gama-50);--colors-button-textGray-common-hover-border-color:var(--colors-gama-50);--colors-button-textGray-common-disabled-text-color:var(--colors-delta-300);--colors-button-textGray-common-disabled-bg-color:transparent;--colors-button-textGray-common-disabled-border-color:transparent;--colors-button-textWhite-common-text-color:white;--colors-button-textWhite-common-bg-color:transparent;--colors-button-textWhite-common-border-color:transparent;--colors-button-textWhite-common-focused-text-color:white;--colors-button-textWhite-common-focused-bg-color:transparent;--colors-button-textWhite-common-focused-border-color:transparent;--colors-button-textWhite-common-active-text-color:white;--colors-button-textWhite-common-active-bg-color:transparent;--colors-button-textWhite-common-active-border-color:transparent;--colors-button-textWhite-common-hover-text-color:white;--colors-button-textWhite-common-hover-bg-color:transparent;--colors-button-textWhite-common-hover-border-color:transparent;--colors-button-textWhite-common-disabled-text-color:white;--colors-button-textWhite-common-disabled-bg-color:transparent;--colors-button-textWhite-common-disabled-border-color:transparent;--colors-menu-text-active:var(--colors-jade-700)}*,:before,:after,::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*{scrollbar-color:initial;scrollbar-width:initial}.\!container{width:100%!important}.container{width:100%}@media (width>=640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (width>=768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (width>=1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (width>=1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (width>=1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.sr-only{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border-width:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.pointer-events-none{pointer-events:none!important}.\!visible,.visible{visibility:visible!important}.static{position:static!important}.fixed{position:fixed!important}.absolute{position:absolute!important}.relative{position:relative!important}.inset-0{inset:0!important}.bottom-3{bottom:.75rem!important}.bottom-4{bottom:1rem!important}.left-0{left:0!important}.left-2{left:.5rem!important}.right-1{right:.25rem!important}.right-2{right:.5rem!important}.right-3{right:.75rem!important}.right-4{right:1rem!important}.right-8{right:2rem!important}.top-0{top:0!important}.top-1{top:.25rem!important}.top-1\/2{top:50%!important}.top-1\/3{top:33.3333%!important}.top-2{top:.5rem!important}.z-40{z-index:40!important}.z-\[51\]{z-index:51!important}.z-\[52\]{z-index:52!important}.z-\[53\]{z-index:53!important}.m-0{margin:0!important}.m-2\.5{margin:.625rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.mb-1{margin-bottom:.25rem!important}.mb-3{margin-bottom:.75rem!important}.mb-4{margin-bottom:1rem!important}.ml-0{margin-left:0!important}.ml-1{margin-left:.25rem!important}.ml-3{margin-left:.75rem!important}.mt-4{margin-top:1rem!important}.box-border{box-sizing:border-box!important}.line-clamp-1{-webkit-line-clamp:1!important;-webkit-box-orient:vertical!important;display:-webkit-box!important;overflow:hidden!important}.line-clamp-2{-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;display:-webkit-box!important;overflow:hidden!important}.block{display:block!important}.inline-block{display:inline-block!important}.flex{display:flex!important}.inline-flex{display:inline-flex!important}.table{display:table!important}.grid{display:grid!important}.contents{display:contents!important}.hidden{display:none!important}.size-5{width:1.25rem!important;height:1.25rem!important}.size-6{width:1.5rem!important;height:1.5rem!important}.size-full{width:100%!important;height:100%!important}.\!h-0{height:0!important}.h-12{height:3rem!important}.h-2{height:.5rem!important}.h-3{height:.75rem!important}.h-4{height:1rem!important}.h-6{height:1.5rem!important}.h-\[128px\]{height:128px!important}.h-\[138px\]{height:138px!important}.h-\[15px\]{height:15px!important}.h-\[16px\]{height:16px!important}.h-\[32px\]{height:32px!important}.h-\[50px\]{height:50px!important}.h-\[600px\]{height:600px!important}.h-\[87dvh\]{height:87dvh!important}.h-\[96px\]{height:96px!important}.h-fit{height:fit-content!important}.h-full{height:100%!important}.max-h-\[300px\]{max-height:300px!important}.max-h-\[800px\]{max-height:800px!important}.min-h-5{min-height:1.25rem!important}.min-h-6{min-height:1.5rem!important}.min-h-\[100px\]{min-height:100px!important}.min-h-\[106px\]{min-height:106px!important}.min-h-\[220px\]{min-height:220px!important}.min-h-\[32px\]{min-height:32px!important}.min-h-\[40px\]{min-height:40px!important}.min-h-screen{min-height:100vh!important}.\!w-0{width:0!important}.w-2{width:.5rem!important}.w-3{width:.75rem!important}.w-4{width:1rem!important}.w-5{width:1.25rem!important}.w-6{width:1.5rem!important}.w-7{width:1.75rem!important}.w-\[140px\]{width:140px!important}.w-\[160px\]{width:160px!important}.w-\[200px\]{width:200px!important}.w-\[230px\]{width:230px!important}.w-\[232px\]{width:232px!important}.w-\[280px\]{width:280px!important}.w-\[400px\]{width:400px!important}.w-\[600px\]{width:600px!important}.w-\[60px\]{width:60px!important}.w-fit{width:fit-content!important}.w-full{width:100%!important}.\!min-w-\[100px\]{min-width:100px!important}.min-w-0{min-width:0!important}.min-w-5{min-width:1.25rem!important}.min-w-6{min-width:1.5rem!important}.min-w-\[18px\]{min-width:18px!important}.min-w-\[36px\]{min-width:36px!important}.\!max-w-\[400px\]{max-width:400px!important}.max-w-\[1000px\]{max-width:1000px!important}.max-w-\[303px\]{max-width:303px!important}.max-w-\[500px\]{max-width:500px!important}.max-w-\[570px\]{max-width:570px!important}.max-w-\[600px\]{max-width:600px!important}.max-w-\[850px\]{max-width:850px!important}.max-w-\[920px\]{max-width:920px!important}.max-w-fit{max-width:fit-content!important}.max-w-lg{max-width:32rem!important}.max-w-sm{max-width:24rem!important}.max-w-xl{max-width:36rem!important}.flex-1{flex:1!important}.flex-none{flex:none!important}.flex-shrink-0{flex-shrink:0!important}.flex-grow{flex-grow:1!important}.table-fixed{table-layout:fixed!important}.border-collapse{border-collapse:collapse!important}.-translate-y-1\/2{--tw-translate-y:-50%!important;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.scale-100{--tw-scale-x:1!important;--tw-scale-y:1!important;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.scale-75{--tw-scale-x:.75!important;--tw-scale-y:.75!important;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.transform{transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.transform-gpu{transform:translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}@keyframes opacity-appear{0%{opacity:0;height:0}to{opacity:1;height:100%}}.animate-opacity-appear-3{animation:.3s linear opacity-appear!important}@keyframes opacity-in{0%{opacity:0;height:100%}to{opacity:1;height:100%}}.animate-opacity-in{animation:.1s linear opacity-in!important}.cursor-default{cursor:default!important}.cursor-not-allowed{cursor:not-allowed!important}.cursor-pointer{cursor:pointer!important}.resize{resize:both!important}.list-disc{list-style-type:disc!important}.grid-cols-\[200px_minmax\(0\,1fr\)\]{grid-template-columns:200px minmax(0,1fr)!important}.grid-cols-\[290px_minmax\(0\,1fr\)\]{grid-template-columns:290px minmax(0,1fr)!important}.flex-row{flex-direction:row!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-col{flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.items-start{align-items:flex-start!important}.items-end{align-items:flex-end!important}.items-center{align-items:center!important}.justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.gap-0\.5{gap:.125rem!important}.gap-1{gap:.25rem!important}.gap-10{gap:2.5rem!important}.gap-2{gap:.5rem!important}.gap-2\.5{gap:.625rem!important}.gap-3{gap:.75rem!important}.gap-4{gap:1rem!important}.gap-5{gap:1.25rem!important}.gap-6{gap:1.5rem!important}.gap-8{gap:2rem!important}.gap-x-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.gap-x-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.gap-x-4{-moz-column-gap:1rem!important;column-gap:1rem!important}.gap-y-1{row-gap:.25rem!important}.gap-y-2{row-gap:.5rem!important}.gap-y-3{row-gap:.75rem!important}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(.25rem * var(--tw-space-y-reverse))!important}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(.5rem * var(--tw-space-y-reverse))!important}.self-start{align-self:flex-start!important}.overflow-auto{overflow:auto!important}.overflow-visible{overflow:visible!important}.overflow-x-auto{overflow-x:auto!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-scroll{overflow-y:scroll!important}.truncate{text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important}.whitespace-normal{white-space:normal!important}.whitespace-nowrap{white-space:nowrap!important}.whitespace-pre-line{white-space:pre-line!important}.break-words{overflow-wrap:break-word!important}.rounded{border-radius:.25rem!important}.rounded-2xl{border-radius:1rem!important}.rounded-\[2px\]{border-radius:2px!important}.rounded-full{border-radius:9999px!important}.rounded-lg{border-radius:.5rem!important}.rounded-md{border-radius:.375rem!important}.rounded-t-lg{border-top-left-radius:.5rem!important;border-top-right-radius:.5rem!important}.border{border-width:1px!important}.border-0{border-width:0!important}.border-b,.border-b-\[1px\]{border-bottom-width:1px!important}.border-l{border-left-width:1px!important}.border-t-\[1px\]{border-top-width:1px!important}.border-dashed{border-style:dashed!important}.border-none{border-style:none!important}.border-\[\#8747E6\]{--tw-border-opacity:1!important;border-color:rgb(135 71 230/var(--tw-border-opacity,1))!important}.border-\[\#8ED0D0\]{--tw-border-opacity:1!important;border-color:rgb(142 208 208/var(--tw-border-opacity,1))!important}.border-\[\#9747FF\]{--tw-border-opacity:1!important;border-color:rgb(151 71 255/var(--tw-border-opacity,1))!important}.border-delta-200{border-color:var(--colors-delta-200)!important}.border-delta-300{border-color:var(--colors-delta-300)!important}.border-gama-100{border-color:var(--colors-gama-100)!important}.border-gama-200{border-color:var(--colors-gama-200)!important}.border-gray-300{--tw-border-opacity:1!important;border-color:rgb(209 213 219/var(--tw-border-opacity,1))!important}.border-warning-500{border-color:var(--colors-warning-500)!important}.bg-\[\#95D098\]{--tw-bg-opacity:1!important;background-color:rgb(149 208 152/var(--tw-bg-opacity,1))!important}.bg-\[\#CBF300\]{--tw-bg-opacity:1!important;background-color:rgb(203 243 0/var(--tw-bg-opacity,1))!important}.bg-\[\#E8F6F6\]{--tw-bg-opacity:1!important;background-color:rgb(232 246 246/var(--tw-bg-opacity,1))!important}.bg-\[\#FF7B2E\]{--tw-bg-opacity:1!important;background-color:rgb(255 123 46/var(--tw-bg-opacity,1))!important}.bg-\[rgb\(98\,110\,126\)\]{--tw-bg-opacity:1!important;background-color:rgb(98 110 126/var(--tw-bg-opacity,1))!important}.bg-delta-10{background-color:var(--colors-delta-10)!important}.bg-delta-100{background-color:var(--colors-delta-100)!important}.bg-delta-200{background-color:var(--colors-delta-200)!important}.bg-delta-50{background-color:var(--colors-delta-50)!important}.bg-delta-700{background-color:var(--colors-delta-700)!important}.bg-error-500{background-color:var(--colors-error-500)!important}.bg-gama-25{background-color:var(--colors-gama-25)!important}.bg-gama-400{background-color:var(--colors-gama-400)!important}.bg-gama-50{background-color:var(--colors-gama-50)!important}.bg-gama-500{background-color:var(--colors-gama-500)!important}.bg-gama-600{background-color:var(--colors-gama-600)!important}.bg-gama-700{background-color:var(--colors-gama-700)!important}.bg-gray-200{--tw-bg-opacity:1!important;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))!important}.bg-gray-300{--tw-bg-opacity:1!important;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))!important}.bg-info-500{background-color:var(--colors-info-500)!important}.bg-success-500{background-color:var(--colors-success-500)!important}.bg-transparent{background-color:#0000!important}.bg-warning-300{background-color:var(--colors-warning-300)!important}.bg-warning-500{background-color:var(--colors-warning-500)!important}.bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))!important}.bg-opacity-70{--tw-bg-opacity:.7!important}.p-20{padding:5rem!important}.p-3{padding:.75rem!important}.p-4{padding:1rem!important}.p-6{padding:1.5rem!important}.p-\[2px\]{padding:2px!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-\[6px\]{padding-left:6px!important;padding-right:6px!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-2\.5{padding-top:.625rem!important;padding-bottom:.625rem!important}.py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-4{padding-top:1rem!important;padding-bottom:1rem!important}.py-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-8{padding-top:2rem!important;padding-bottom:2rem!important}.py-\[10px\]{padding-top:10px!important;padding-bottom:10px!important}.pb-4{padding-bottom:1rem!important}.pb-\[32px\]{padding-bottom:32px!important}.pl-0{padding-left:0!important}.pl-1{padding-left:.25rem!important}.pl-5{padding-left:1.25rem!important}.pl-6{padding-left:1.5rem!important}.pl-8{padding-left:2rem!important}.pr-1{padding-right:.25rem!important}.pr-4{padding-right:1rem!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:.75rem!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.align-top{vertical-align:top!important}.font-roboto{font-family:Roboto!important}.\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-\[10px\]{font-size:10px!important}.text-base{font-size:1rem!important;line-height:1.5rem!important}.text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.text-sm,.text-sm\/5{font-size:.875rem!important;line-height:1.25rem!important}.text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.font-medium{font-weight:500!important}.font-normal{font-weight:400!important}.font-semibold{font-weight:600!important}.uppercase{text-transform:uppercase!important}.capitalize{text-transform:capitalize!important}.leading-6{line-height:1.5rem!important}.leading-8{line-height:2rem!important}.text-\[\#168181\]{--tw-text-opacity:1!important;color:rgb(22 129 129/var(--tw-text-opacity,1))!important}.text-black{--tw-text-opacity:1!important;color:rgb(0 0 0/var(--tw-text-opacity,1))!important}.text-delta-500{color:var(--colors-delta-500)!important}.text-delta-600{color:var(--colors-delta-600)!important}.text-delta-700{color:var(--colors-delta-700)!important}.text-delta-800{color:var(--colors-delta-800)!important}.text-delta-900{color:var(--colors-delta-900)!important}.text-error-500{color:var(--colors-error-500)!important}.text-gama-500{color:var(--colors-gama-500)!important}.text-gama-600{color:var(--colors-gama-600)!important}.text-gama-700{color:var(--colors-gama-700)!important}.text-gray-600{--tw-text-opacity:1!important;color:rgb(75 85 99/var(--tw-text-opacity,1))!important}.text-gray-700{--tw-text-opacity:1!important;color:rgb(55 65 81/var(--tw-text-opacity,1))!important}.text-red-500{--tw-text-opacity:1!important;color:rgb(239 68 68/var(--tw-text-opacity,1))!important}.text-success-700{color:var(--colors-success-700)!important}.text-warning-700{color:var(--colors-warning-700)!important}.text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.underline{text-decoration-line:underline!important}.opacity-0{opacity:0!important}.opacity-100{opacity:1!important}.opacity-70{opacity:.7!important}.shadow-\[0_4px_40px_0px_rgba\(34\,33\,51\,0\.4\)\]{--tw-shadow:0 4px 40px 0px #22213366!important;--tw-shadow-colored:0 4px 40px 0px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)!important}.shadow-\[0px_2px_4px_0px_rgba\(34\,_33\,_51\,_0\.15\)\]{--tw-shadow:0px 2px 4px 0px #22213326!important;--tw-shadow-colored:0px 2px 4px 0px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)!important}.shadow-none{--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 #0000!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)!important}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d!important;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)!important}.outline-none{outline-offset:2px!important;outline:2px solid #0000!important}.outline{outline-style:solid!important}.blur{--tw-blur:blur(8px)!important;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)!important}.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)!important}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter!important;transition-duration:.15s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.transition-\[padding\]{transition-property:padding!important;transition-duration:.15s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.transition-all{transition-property:all!important;transition-duration:.15s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.duration-0{transition-duration:0s!important}.duration-300{transition-duration:.3s!important}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.border-solid{border-style:solid!important}.before\:shadow-none:before{content:var(--tw-content)!important;--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 #0000!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)!important}.after\:h-8:after{content:var(--tw-content)!important;height:2rem!important}.after\:w-8:after{content:var(--tw-content)!important;width:2rem!important}.after\:content-\[\"\"\]:after{--tw-content:""!important;content:var(--tw-content)!important}.hover\:bg-delta-50:hover{background-color:var(--colors-delta-50)!important}.hover\:bg-gama-100:hover{background-color:var(--colors-gama-100)!important}.hover\:bg-gama-50:hover{background-color:var(--colors-gama-50)!important}.hover\:text-gama-500:hover{color:var(--colors-gama-500)!important}.hover\:text-gama-800:hover{color:var(--colors-gama-800)!important}@media (width>=768px){.md\:px-10{padding-left:2.5rem!important;padding-right:2.5rem!important}}@media (width>=1024px){.lg\:grid-cols-\[1fr_320px\]{grid-template-columns:1fr 320px!important}}._all-icons-container_1czju_1{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1));flex-wrap:wrap;align-items:center;gap:1.25rem;width:100%;height:100%;padding:1.25rem;display:flex}._icon_1czju_5{cursor:pointer}._styled-label-md_jbn3o_1{color:#49525f;padding-bottom:4px;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._styled-label-base_jbn3o_10{color:#363e4a;padding-bottom:4px;font-size:16px;font-style:normal;font-weight:600;line-height:24px}._styled-label-lg_jbn3o_19{color:#363e4a;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._styled-label-xl_jbn3o_27{color:#363e4a;font-size:20px;font-style:normal;font-weight:600;line-height:28px}._root_1mn42_1{color:var(--colors-delta-700);align-items:center;gap:4px;padding-left:4px;padding-right:4px;font-family:Roboto;display:flex}._watermark_1mn42_11{box-sizing:content-box;-webkit-user-select:none;user-select:none;border:1px solid var(--colors-delta-700);border-radius:12px;justify-content:center;align-items:center;gap:8px;width:9px;height:5px;padding:3px 4px;display:flex}._watermarkText_1mn42_25{letter-spacing:.5px;text-transform:uppercase;leading-trim:both;text-edge:cap;font-size:10px;font-style:normal;font-weight:600;line-height:12px}._label_1mn42_36{letter-spacing:.24px;font-size:12px;line-height:16px}._trigger_1mn42_42{cursor:pointer;appearance:none;color:inherit;background:0 0;border:0;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex}._chevron_1mn42_55{transform-origin:50%;transition:transform .3s ease-in-out;transform:rotate(0)}._chevronOpen_1mn42_61{transform:rotate(180deg)}._asma-ui-core-button_5sru5_1._contained_5sru5_6._common_5sru5_6{cursor:pointer;border-style:solid;border-width:1px;border-radius:4px;justify-content:center;align-items:center;font-size:14px;font-weight:600;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;display:flex;color:var(--colors-button-contained-common-text-color)!important;background-color:var(--colors-button-contained-common-bg-color)!important;border-color:var(--colors-button-contained-common-border-color)!important}._asma-ui-core-button_5sru5_1._contained_5sru5_6._common_5sru5_6:active{color:var(--colors-button-contained-common-active-text-color)!important;background-color:var(--colors-button-contained-common-active-bg-color)!important;border-color:var(--colors-button-contained-common-active-border-color)!important;outline:none!important}._asma-ui-core-button_5sru5_1._contained_5sru5_6._common_5sru5_6:hover{color:var(--colors-button-contained-common-hover-text-color)!important;background-color:var(--colors-button-contained-common-hover-bg-color)!important;border-color:var(--colors-button-contained-common-hover-border-color)!important}._asma-ui-core-button_5sru5_1._contained_5sru5_6._common_5sru5_6:focus,._asma-ui-core-button_5sru5_1._contained_5sru5_6._common_5sru5_6[data-popover-open]{outline-offset:-2px!important;color:var(--colors-button-contained-common-focused-text-color)!important;background-color:var(--colors-button-contained-common-focused-bg-color)!important;outline:2px solid var(--colors-button-contained-common-focused-border-color)!important}._asma-ui-core-button_5sru5_1._contained_5sru5_6._common_5sru5_6:focus._asma-ui-core-button_5sru5_1._contained_5sru5_6,._asma-ui-core-button_5sru5_1._contained_5sru5_6._common_5sru5_6[data-popover-open]._asma-ui-core-button_5sru5_1._contained_5sru5_6{box-shadow:inset 0 0 0 2px #fff}._asma-ui-core-button_5sru5_1._contained_5sru5_6._common_5sru5_6:disabled{cursor:not-allowed!important;color:var(--colors-button-contained-common-disabled-text-color)!important;background-color:var(--colors-button-contained-common-disabled-bg-color)!important;border-color:var(--colors-button-contained-common-disabled-border-color)!important}._asma-ui-core-button_5sru5_1._contained_5sru5_6._error_5sru5_67{cursor:pointer;border-style:solid;border-width:1px;border-radius:4px;justify-content:center;align-items:center;font-size:14px;font-weight:600;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;display:flex;color:var(--colors-button-contained-error-text-color)!important;background-color:var(--colors-button-contained-error-bg-color)!important;border-color:var(--colors-button-contained-error-border-color)!important}._asma-ui-core-button_5sru5_1._contained_5sru5_6._error_5sru5_67:active{color:var(--colors-button-contained-error-active-text-color)!important;background-color:var(--colors-button-contained-error-active-bg-color)!important;border-color:var(--colors-button-contained-error-active-border-color)!important;outline:none!important}._asma-ui-core-button_5sru5_1._contained_5sru5_6._error_5sru5_67:hover{color:var(--colors-button-contained-error-hover-text-color)!important;background-color:var(--colors-button-contained-error-hover-bg-color)!important;border-color:var(--colors-button-contained-error-hover-border-color)!important}._asma-ui-core-button_5sru5_1._contained_5sru5_6._error_5sru5_67:focus,._asma-ui-core-button_5sru5_1._contained_5sru5_6._error_5sru5_67[data-popover-open]{outline-offset:-2px!important;color:var(--colors-button-contained-error-focused-text-color)!important;background-color:var(--colors-button-contained-error-focused-bg-color)!important;outline:2px solid var(--colors-button-contained-error-focused-border-color)!important}._asma-ui-core-button_5sru5_1._contained_5sru5_6._error_5sru5_67:focus._asma-ui-core-button_5sru5_1._contained_5sru5_6,._asma-ui-core-button_5sru5_1._contained_5sru5_6._error_5sru5_67[data-popover-open]._asma-ui-core-button_5sru5_1._contained_5sru5_6{box-shadow:inset 0 0 0 2px #fff}._asma-ui-core-button_5sru5_1._contained_5sru5_6._error_5sru5_67:disabled{cursor:not-allowed!important;color:var(--colors-button-contained-error-disabled-text-color)!important;background-color:var(--colors-button-contained-error-disabled-bg-color)!important;border-color:var(--colors-button-contained-error-disabled-border-color)!important}._asma-ui-core-button_5sru5_1._outlined_5sru5_128._common_5sru5_6{cursor:pointer;border-style:solid;border-width:1px;border-radius:4px;justify-content:center;align-items:center;font-size:14px;font-weight:600;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;display:flex;color:var(--colors-button-outlined-common-text-color)!important;background-color:var(--colors-button-outlined-common-bg-color)!important;border-color:var(--colors-button-outlined-common-border-color)!important}._asma-ui-core-button_5sru5_1._outlined_5sru5_128._common_5sru5_6:active{color:var(--colors-button-outlined-common-active-text-color)!important;background-color:var(--colors-button-outlined-common-active-bg-color)!important;border-color:var(--colors-button-outlined-common-active-border-color)!important;outline:none!important}._asma-ui-core-button_5sru5_1._outlined_5sru5_128._common_5sru5_6:hover{color:var(--colors-button-outlined-common-hover-text-color)!important;background-color:var(--colors-button-outlined-common-hover-bg-color)!important;border-color:var(--colors-button-outlined-common-hover-border-color)!important}._asma-ui-core-button_5sru5_1._outlined_5sru5_128._common_5sru5_6:focus,._asma-ui-core-button_5sru5_1._outlined_5sru5_128._common_5sru5_6[data-popover-open]{outline-offset:-2px!important;color:var(--colors-button-outlined-common-focused-text-color)!important;background-color:var(--colors-button-outlined-common-focused-bg-color)!important;outline:2px solid var(--colors-button-outlined-common-focused-border-color)!important}._asma-ui-core-button_5sru5_1._outlined_5sru5_128._common_5sru5_6:focus._asma-ui-core-button_5sru5_1._contained_5sru5_6,._asma-ui-core-button_5sru5_1._outlined_5sru5_128._common_5sru5_6[data-popover-open]._asma-ui-core-button_5sru5_1._contained_5sru5_6{box-shadow:inset 0 0 0 2px #fff}._asma-ui-core-button_5sru5_1._outlined_5sru5_128._common_5sru5_6:disabled{cursor:not-allowed!important;color:var(--colors-button-outlined-common-disabled-text-color)!important;background-color:var(--colors-button-outlined-common-disabled-bg-color)!important;border-color:var(--colors-button-outlined-common-disabled-border-color)!important}._asma-ui-core-button_5sru5_1._outlined_5sru5_128._error_5sru5_67{cursor:pointer;border-style:solid;border-width:1px;border-radius:4px;justify-content:center;align-items:center;font-size:14px;font-weight:600;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;display:flex;color:var(--colors-button-outlined-error-text-color)!important;background-color:var(--colors-button-outlined-error-bg-color)!important;border-color:var(--colors-button-outlined-error-border-color)!important}._asma-ui-core-button_5sru5_1._outlined_5sru5_128._error_5sru5_67:active{color:var(--colors-button-outlined-error-active-text-color)!important;background-color:var(--colors-button-outlined-error-active-bg-color)!important;border-color:var(--colors-button-outlined-error-active-border-color)!important;outline:none!important}._asma-ui-core-button_5sru5_1._outlined_5sru5_128._error_5sru5_67:hover{color:var(--colors-button-outlined-error-hover-text-color)!important;background-color:var(--colors-button-outlined-error-hover-bg-color)!important;border-color:var(--colors-button-outlined-error-hover-border-color)!important}._asma-ui-core-button_5sru5_1._outlined_5sru5_128._error_5sru5_67:focus,._asma-ui-core-button_5sru5_1._outlined_5sru5_128._error_5sru5_67[data-popover-open]{outline-offset:-2px!important;color:var(--colors-button-outlined-error-focused-text-color)!important;background-color:var(--colors-button-outlined-error-focused-bg-color)!important;outline:2px solid var(--colors-button-outlined-error-focused-border-color)!important}._asma-ui-core-button_5sru5_1._outlined_5sru5_128._error_5sru5_67:focus._asma-ui-core-button_5sru5_1._contained_5sru5_6,._asma-ui-core-button_5sru5_1._outlined_5sru5_128._error_5sru5_67[data-popover-open]._asma-ui-core-button_5sru5_1._contained_5sru5_6{box-shadow:inset 0 0 0 2px #fff}._asma-ui-core-button_5sru5_1._outlined_5sru5_128._error_5sru5_67:disabled{cursor:not-allowed!important;color:var(--colors-button-outlined-error-disabled-text-color)!important;background-color:var(--colors-button-outlined-error-disabled-bg-color)!important;border-color:var(--colors-button-outlined-error-disabled-border-color)!important}._asma-ui-core-button_5sru5_1._text_5sru5_250._common_5sru5_6{cursor:pointer;border-style:solid;border-width:1px;border-radius:4px;justify-content:center;align-items:center;font-size:14px;font-weight:600;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;display:flex;color:var(--colors-button-text-common-text-color)!important;background-color:var(--colors-button-text-common-bg-color)!important;border-color:var(--colors-button-text-common-border-color)!important}._asma-ui-core-button_5sru5_1._text_5sru5_250._common_5sru5_6:active{color:var(--colors-button-text-common-active-text-color)!important;background-color:var(--colors-button-text-common-active-bg-color)!important;border-color:var(--colors-button-text-common-active-border-color)!important;outline:none!important}._asma-ui-core-button_5sru5_1._text_5sru5_250._common_5sru5_6:hover{color:var(--colors-button-text-common-hover-text-color)!important;background-color:var(--colors-button-text-common-hover-bg-color)!important;border-color:var(--colors-button-text-common-hover-border-color)!important}._asma-ui-core-button_5sru5_1._text_5sru5_250._common_5sru5_6:focus,._asma-ui-core-button_5sru5_1._text_5sru5_250._common_5sru5_6[data-popover-open]{outline-offset:-2px!important;color:var(--colors-button-text-common-focused-text-color)!important;background-color:var(--colors-button-text-common-focused-bg-color)!important;outline:2px solid var(--colors-button-text-common-focused-border-color)!important}._asma-ui-core-button_5sru5_1._text_5sru5_250._common_5sru5_6:focus._asma-ui-core-button_5sru5_1._contained_5sru5_6,._asma-ui-core-button_5sru5_1._text_5sru5_250._common_5sru5_6[data-popover-open]._asma-ui-core-button_5sru5_1._contained_5sru5_6{box-shadow:inset 0 0 0 2px #fff}._asma-ui-core-button_5sru5_1._text_5sru5_250._common_5sru5_6:disabled{cursor:not-allowed!important;color:var(--colors-button-text-common-disabled-text-color)!important;background-color:var(--colors-button-text-common-disabled-bg-color)!important;border-color:var(--colors-button-text-common-disabled-border-color)!important}._asma-ui-core-button_5sru5_1._text_5sru5_250._error_5sru5_67{cursor:pointer;border-style:solid;border-width:1px;border-radius:4px;justify-content:center;align-items:center;font-size:14px;font-weight:600;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;display:flex;color:var(--colors-button-text-error-text-color)!important;background-color:var(--colors-button-text-error-bg-color)!important;border-color:var(--colors-button-text-error-border-color)!important}._asma-ui-core-button_5sru5_1._text_5sru5_250._error_5sru5_67:active{color:var(--colors-button-text-error-active-text-color)!important;background-color:var(--colors-button-text-error-active-bg-color)!important;border-color:var(--colors-button-text-error-active-border-color)!important;outline:none!important}._asma-ui-core-button_5sru5_1._text_5sru5_250._error_5sru5_67:hover{color:var(--colors-button-text-error-hover-text-color)!important;background-color:var(--colors-button-text-error-hover-bg-color)!important;border-color:var(--colors-button-text-error-hover-border-color)!important}._asma-ui-core-button_5sru5_1._text_5sru5_250._error_5sru5_67:focus,._asma-ui-core-button_5sru5_1._text_5sru5_250._error_5sru5_67[data-popover-open]{outline-offset:-2px!important;color:var(--colors-button-text-error-focused-text-color)!important;background-color:var(--colors-button-text-error-focused-bg-color)!important;outline:2px solid var(--colors-button-text-error-focused-border-color)!important}._asma-ui-core-button_5sru5_1._text_5sru5_250._error_5sru5_67:focus._asma-ui-core-button_5sru5_1._contained_5sru5_6,._asma-ui-core-button_5sru5_1._text_5sru5_250._error_5sru5_67[data-popover-open]._asma-ui-core-button_5sru5_1._contained_5sru5_6{box-shadow:inset 0 0 0 2px #fff}._asma-ui-core-button_5sru5_1._text_5sru5_250._error_5sru5_67:disabled{cursor:not-allowed!important;color:var(--colors-button-text-error-disabled-text-color)!important;background-color:var(--colors-button-text-error-disabled-bg-color)!important;border-color:var(--colors-button-text-error-disabled-border-color)!important}._asma-ui-core-button_5sru5_1._textGray_5sru5_372._common_5sru5_6{cursor:pointer;border-style:solid;border-width:1px;border-radius:4px;justify-content:center;align-items:center;font-size:14px;font-weight:600;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;display:flex;color:var(--colors-button-textGray-common-text-color)!important;background-color:var(--colors-button-textGray-common-bg-color)!important;border-color:var(--colors-button-textGray-common-border-color)!important}._asma-ui-core-button_5sru5_1._textGray_5sru5_372._common_5sru5_6:active{color:var(--colors-button-textGray-common-active-text-color)!important;background-color:var(--colors-button-textGray-common-active-bg-color)!important;border-color:var(--colors-button-textGray-common-active-border-color)!important;outline:none!important}._asma-ui-core-button_5sru5_1._textGray_5sru5_372._common_5sru5_6:hover{color:var(--colors-button-textGray-common-hover-text-color)!important;background-color:var(--colors-button-textGray-common-hover-bg-color)!important;border-color:var(--colors-button-textGray-common-hover-border-color)!important}._asma-ui-core-button_5sru5_1._textGray_5sru5_372._common_5sru5_6:focus,._asma-ui-core-button_5sru5_1._textGray_5sru5_372._common_5sru5_6[data-popover-open]{outline-offset:-2px!important;color:var(--colors-button-textGray-common-focused-text-color)!important;background-color:var(--colors-button-textGray-common-focused-bg-color)!important;outline:2px solid var(--colors-button-textGray-common-focused-border-color)!important}._asma-ui-core-button_5sru5_1._textGray_5sru5_372._common_5sru5_6:focus._asma-ui-core-button_5sru5_1._contained_5sru5_6,._asma-ui-core-button_5sru5_1._textGray_5sru5_372._common_5sru5_6[data-popover-open]._asma-ui-core-button_5sru5_1._contained_5sru5_6{box-shadow:inset 0 0 0 2px #fff}._asma-ui-core-button_5sru5_1._textGray_5sru5_372._common_5sru5_6:disabled{cursor:not-allowed!important;color:var(--colors-button-textGray-common-disabled-text-color)!important;background-color:var(--colors-button-textGray-common-disabled-bg-color)!important;border-color:var(--colors-button-textGray-common-disabled-border-color)!important}._asma-ui-core-button_5sru5_1{border:1px solid #0000}._asma-ui-core-button_5sru5_1._textWhite_5sru5_433._common_5sru5_6{cursor:pointer;border-style:solid;border-width:1px;border-radius:4px;justify-content:center;align-items:center;font-size:14px;font-weight:600;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;display:flex;color:var(--colors-button-textWhite-common-text-color)!important;background-color:var(--colors-button-textWhite-common-bg-color)!important;border-color:var(--colors-button-textWhite-common-border-color)!important}._asma-ui-core-button_5sru5_1._textWhite_5sru5_433._common_5sru5_6:active{color:var(--colors-button-textWhite-common-active-text-color)!important;background-color:var(--colors-button-textWhite-common-active-bg-color)!important;border-color:var(--colors-button-textWhite-common-active-border-color)!important;outline:none!important}._asma-ui-core-button_5sru5_1._textWhite_5sru5_433._common_5sru5_6:hover{color:var(--colors-button-textWhite-common-hover-text-color)!important;background-color:var(--colors-button-textWhite-common-hover-bg-color)!important;border-color:var(--colors-button-textWhite-common-hover-border-color)!important}._asma-ui-core-button_5sru5_1._textWhite_5sru5_433._common_5sru5_6:focus,._asma-ui-core-button_5sru5_1._textWhite_5sru5_433._common_5sru5_6[data-popover-open]{outline-offset:-2px!important;color:var(--colors-button-textWhite-common-focused-text-color)!important;background-color:var(--colors-button-textWhite-common-focused-bg-color)!important;outline:2px solid var(--colors-button-textWhite-common-focused-border-color)!important}._asma-ui-core-button_5sru5_1._textWhite_5sru5_433._common_5sru5_6:focus._asma-ui-core-button_5sru5_1._contained_5sru5_6,._asma-ui-core-button_5sru5_1._textWhite_5sru5_433._common_5sru5_6[data-popover-open]._asma-ui-core-button_5sru5_1._contained_5sru5_6{box-shadow:inset 0 0 0 2px #fff}._asma-ui-core-button_5sru5_1._textWhite_5sru5_433._common_5sru5_6:disabled{cursor:not-allowed!important;color:var(--colors-button-textWhite-common-disabled-text-color)!important;background-color:var(--colors-button-textWhite-common-disabled-bg-color)!important;border-color:var(--colors-button-textWhite-common-disabled-border-color)!important}._asma-ui-core-button_5sru5_1._medium_5sru5_47{height:38px;padding-left:4px;padding-right:4px}._asma-ui-core-button_5sru5_1._small_5sru5_52{height:32px;padding-left:4px;padding-right:4px}._asma-ui-core-button_5sru5_1._large_5sru5_57{height:40px;padding-left:8px;padding-right:8px}._styled-dialog-root_1st3i_1{align-items:top;display:flex}._styled-top-header_1st3i_6{justify-content:space-between;width:100%;padding:16px 16px 0;display:flex}._styled-dialog-close_1st3i_13{-moz-column-gap:8px;flex-grow:1;justify-content:flex-end;column-gap:8px;display:flex}._styled-dialog-info_1st3i_20{flex-direction:column;justify-content:flex-start;gap:2px;display:flex}._styled-dialog-label_1st3i_27{height:32px;color:var(--colors-grey-700);align-items:center;font-size:14px;font-weight:400;line-height:20px;display:flex}._styled-dialog-title_1st3i_37{color:var(--colors-grey-800);font-size:24px;font-weight:600;line-height:32px;display:flex}._styled-dialog-actions-root_3l3r7_1{justify-content:center;margin:0;padding:0}._styled-dialog-actions_3l3r7_1{justify-content:flex-end;gap:8px;width:100%;padding:16px;display:flex}@media (width<=768px){._action-button-wrapper_3l3r7_17{flex:1}._action-button-wrapper_3l3r7_17 button{width:100%}}._styled-dialog-content_d2vki_1{width:100%;margin-top:0;margin-left:0;margin-right:0;padding:16px}._styled-dialog-title-root_mcspk_1{margin-left:12px;margin-right:12px;padding:16px;font-size:20px;font-weight:600;line-height:20px}._CheckboxWrapper_g6yr1_1{box-sizing:border-box;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:relative}._CheckboxWrapper_g6yr1_1._size-small_g6yr1_11{width:38px;height:38px}._CheckboxWrapper_g6yr1_1._size-medium_g6yr1_15{width:42px;height:42px}._CheckboxWrapper_g6yr1_1[data-disabled]{cursor:default;pointer-events:none}._CheckboxWrapper_g6yr1_1:is([data-checked],[data-indeterminate]) ._Checkbox_g6yr1_1,._CheckboxWrapper_g6yr1_1._Indeterminate_g6yr1_28 ._Checkbox_g6yr1_1{background-color:var(--colors-gama-500);--cb-border-w:0px;border:none}._CheckboxWrapper_g6yr1_1[data-unchecked] ._Checkbox_g6yr1_1{border:var(--cb-border-w) solid var(--colors-delta-500);background-color:#0000}._CheckboxWrapper_g6yr1_1[data-disabled][data-unchecked] ._Checkbox_g6yr1_1{border:var(--cb-border-w) solid var(--colors-delta-200);background-color:#0000}._CheckboxWrapper_g6yr1_1[data-disabled]:is([data-checked],[data-indeterminate]) ._Checkbox_g6yr1_1,._CheckboxWrapper_g6yr1_1[data-disabled]._Indeterminate_g6yr1_28 ._Checkbox_g6yr1_1{background-color:var(--colors-delta-200);--cb-border-w:0px;border:none}._CheckboxWrapper_g6yr1_1:focus-visible,._CheckboxWrapper_g6yr1_1[data-focus-visible]{outline:none}._CheckboxWrapper_g6yr1_1._ReadOnly_g6yr1_55{pointer-events:none;cursor:default}._CheckboxWrapper_g6yr1_1._ReadOnly_g6yr1_55 ._Checkbox_g6yr1_1{border:var(--cb-border-w) solid var(--colors-delta-500);--cb-border-w:2px;background-color:#fff}._CheckboxWrapper_g6yr1_1._ReadOnly_g6yr1_55 ._Checkbox_g6yr1_1 ._Indicator_g6yr1_64{color:var(--colors-delta-500)}._HideWrapper_g6yr1_68{width:auto;height:auto;padding:0;overflow:visible}._CheckboxHover_g6yr1_75:after,._CheckboxRippleContainer_g6yr1_75{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}._CheckboxRippleContainer_g6yr1_75{border-radius:50%;overflow:hidden}._CheckboxRipple_g6yr1_75{background-color:var(--colors-gama-500);opacity:.25;z-index:0;border-radius:50%;width:100%;height:100%;animation:.4s ease-out forwards _ripple_g6yr1_1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}@keyframes _ripple_g6yr1_1{to{opacity:.025;transform:translate(-50%,-50%)scale(1)}}._CheckboxHover_g6yr1_75:after{content:"";background:var(--colors-gama-300);opacity:0;border-radius:50%;width:42px;height:42px;transition:opacity .2s,transform .2s;top:50%;left:50%;transform:translate(-50%,-50%)scale(.7)}._CheckboxHover_g6yr1_75:hover:after,._CheckboxHover_g6yr1_75[data-hovered]:after{opacity:.07;transform:translate(-50%,-50%)scale(1)}._CheckboxHover_g6yr1_75._size-small_g6yr1_11:after{width:38px;height:38px}._Checkbox_g6yr1_1{box-sizing:border-box;--cb-border-w:2px;--cb-indicator-color:#fff;border-radius:2px;width:18px;height:18px;padding:0;position:relative;overflow:visible}._Checkbox_g6yr1_1._size-small_g6yr1_11{border-radius:2px;width:15px;height:15px}._CheckboxWrapper_g6yr1_1:focus-visible ._Checkbox_g6yr1_1:before,._CheckboxWrapper_g6yr1_1[data-focus-visible] ._Checkbox_g6yr1_1:before{content:"";inset:calc(-2px - var(--cb-border-w));outline:2px solid var(--colors-gama-400);outline-offset:0;pointer-events:none;border-radius:4px;position:absolute}._CheckboxWrapper_g6yr1_1[data-indeterminate] ._Checkbox_g6yr1_1:after,._Checkbox_g6yr1_1._Indeterminate_g6yr1_28:after{content:"";background-color:var(--cb-indicator-color);z-index:2;pointer-events:none;border-radius:999px;width:62%;height:2.5px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._Indicator_g6yr1_64{color:#fff;z-index:1;pointer-events:none;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}._CheckboxWrapper_g6yr1_1[data-indeterminate] ._Indicator_g6yr1_64 svg,._CheckboxWrapper_g6yr1_1._Indeterminate_g6yr1_28 ._Indicator_g6yr1_64 svg{display:none}._CheckboxWrapper_g6yr1_1._ReadOnly_g6yr1_55 ._Checkbox_g6yr1_1{--cb-indicator-color:var(--colors-delta-500)}._textarea_1p8hl_1._active_1p8hl_1{resize:none!important;width:400px!important;color:var(--colors-input-active-text-color)!important;background-color:var(--colors-input-active-bg-color)!important;outline-style:solid!important;outline-color:var(--colors-input-active-outline-color)!important;outline-width:var(--input-active-outline-width)!important;cursor:var(--input-active-cursor)!important;outline-offset:-1px!important;border-style:none!important;border-radius:.25rem!important;padding:.75rem!important;font-family:Roboto!important;font-size:.875rem!important;font-weight:400!important;line-height:20px!important;transition-duration:75ms!important}._textarea_1p8hl_1._active_1p8hl_1::placeholder{color:var(--colors-input-active-placeholder-color)!important}._textarea_1p8hl_1._active_1p8hl_1:hover{color:var(--colors-input-active-hover-text-color)!important;background-color:var(--colors-input-active-hover-bg-color)!important;outline-color:var(--colors-input-active-hover-outline-color)!important;outline-width:var(--input-active-hover-outline-width)!important}._textarea_1p8hl_1._active_1p8hl_1:active{color:var(--colors-input-active-active-text-color)!important;background-color:var(--colors-input-active-active-bg-color)!important;outline-color:var(--colors-input-active-active-outline-color)!important;outline-width:var(--input-active-active-outline-width)!important;cursor:var(--input-active-active-cursor)!important}._textarea_1p8hl_1._active_1p8hl_1:focus{color:var(--colors-input-active-focus-text-color)!important;background-color:var(--colors-input-active-focus-bg-color)!important;outline-color:var(--colors-input-active-focus-outline-color)!important;outline-width:var(--input-active-focus-outline-width)!important;cursor:var(--input-active-focus-cursor)!important}._textarea_1p8hl_1._active_1p8hl_1:disabled{color:var(--colors-input-active-disabled-text-color)!important;background-color:var(--colors-input-active-disabled-bg-color)!important;outline-color:var(--colors-input-active-disabled-outline-color)!important;outline-width:var(--input-active-disabled-outline-width)!important;cursor:var(--input-active-disabled-cursor)!important}._textarea_1p8hl_1._error_1p8hl_40{resize:none!important;width:400px!important;color:var(--colors-input-error-text-color)!important;background-color:var(--colors-input-error-bg-color)!important;outline-style:solid!important;outline-color:var(--colors-input-error-outline-color)!important;outline-width:var(--input-error-outline-width)!important;cursor:var(--input-error-cursor)!important;outline-offset:-1px!important;border-style:none!important;border-radius:.25rem!important;padding:.75rem!important;font-family:Roboto!important;font-size:.875rem!important;font-weight:400!important;line-height:20px!important;transition-duration:75ms!important}._textarea_1p8hl_1._error_1p8hl_40::placeholder{color:var(--colors-input-error-placeholder-color)!important}._textarea_1p8hl_1._error_1p8hl_40:hover{color:var(--colors-input-error-hover-text-color)!important;background-color:var(--colors-input-error-hover-bg-color)!important;outline-color:var(--colors-input-error-hover-outline-color)!important;outline-width:var(--input-error-hover-outline-width)!important}._textarea_1p8hl_1._error_1p8hl_40:active{color:var(--colors-input-error-active-text-color)!important;background-color:var(--colors-input-error-active-bg-color)!important;outline-color:var(--colors-input-error-active-outline-color)!important;outline-width:var(--input-error-active-outline-width)!important;cursor:var(--input-error-active-cursor)!important}._textarea_1p8hl_1._error_1p8hl_40:focus{color:var(--colors-input-error-focus-text-color)!important;background-color:var(--colors-input-error-focus-bg-color)!important;outline-color:var(--colors-input-error-focus-outline-color)!important;outline-width:var(--input-error-focus-outline-width)!important;cursor:var(--input-error-focus-cursor)!important}._textarea_1p8hl_1._error_1p8hl_40:disabled{color:var(--colors-input-error-disabled-text-color)!important;background-color:var(--colors-input-error-disabled-bg-color)!important;outline-color:var(--colors-input-error-disabled-outline-color)!important;outline-width:var(--input-error-disabled-outline-width)!important;cursor:var(--input-error-disabled-cursor)!important}._label_1p8hl_80._active_1p8hl_1{width:fit-content;color:var(--colors-input-label-active-text-color);font-family:Roboto;font-size:.875rem;font-weight:600;line-height:1.25rem}._label_1p8hl_80._error_1p8hl_40{width:fit-content;color:var(--colors-input-label-error-text-color);font-family:Roboto;font-size:.875rem;font-weight:600;line-height:1.25rem}._label_1p8hl_80._disabled_1p8hl_88{width:fit-content;color:var(--colors-input-label-disabled-text-color);font-family:Roboto;font-size:.875rem;font-weight:600;line-height:1.25rem}._description_1p8hl_93._active_1p8hl_1{color:var(--colors-input-description-active-text-color);font-family:Roboto;font-size:.75rem;line-height:1rem}._description_1p8hl_93._error_1p8hl_40{color:var(--colors-input-description-error-text-color);font-family:Roboto;font-size:.75rem;line-height:1rem}._description_1p8hl_93._disabled_1p8hl_88{color:var(--colors-input-description-disabled-text-color);font-family:Roboto;font-size:.75rem;line-height:1rem}._styledSelectAutocompleteWrapper_1ghgt_1{width:100%}._select-custom-icon_1ghgt_5{margin-top:-.5px!important}._switch_1myey_1{--switch-w:38px;--switch-h:22px;--switch-pad:2px;width:var(--switch-w);height:var(--switch-h);padding:var(--switch-pad);cursor:pointer;border:none;border-radius:9999px;flex-grow:0;flex-shrink:0;margin:6px;transition:background-color .3s;display:flex;position:relative}._switch_1myey_1[data-unchecked]{background-color:var(--colors-delta-400)}._switch_1myey_1[data-unchecked]:hover:not([data-disabled]){background-color:var(--colors-delta-500)}._switch_1myey_1[data-checked]{background-color:var(--colors-gama-500)}._switch_1myey_1[data-checked]:hover:not([data-disabled]){background-color:var(--colors-gama-600)}._switch_1myey_1:not([data-disabled]):active ._iconContent_1myey_30{opacity:.9}._switch_1myey_1[data-disabled]{opacity:.5;cursor:default;pointer-events:none}._switch_1myey_1:focus-visible{outline:none}._switch_1myey_1:focus-visible:before{content:"";border-radius:inherit;outline:2px solid var(--colors-gama-400);outline-offset:1px;position:absolute;inset:0}._thumb_1myey_50{width:calc(var(--switch-h) - 2 * var(--switch-pad));height:calc(var(--switch-h) - 2 * var(--switch-pad));background-color:#fff;border-radius:100%;justify-content:center;align-items:center;transition:transform .3s;display:flex}._switch_1myey_1[data-checked] ._thumb_1myey_50{transform:translateX(calc(var(--switch-w) - var(--switch-h)))}._icon_1myey_30{border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._iconContent_1myey_30{pointer-events:none;transition:color .3s;display:block}._iconContent_1myey_30 svg{transition:fill .3s,stroke .3s}._switch_1myey_1[data-checked] ._iconContent_1myey_30{color:var(--colors-gama-500)}._switch_1myey_1[data-unchecked] ._iconContent_1myey_30{color:var(--colors-delta-400)}._switch_1myey_1[data-checked]:hover:not([data-disabled]) ._iconContent_1myey_30{color:var(--colors-gama-600)}._switch_1myey_1[data-unchecked]:hover:not([data-disabled]) ._iconContent_1myey_30{color:var(--colors-delta-500)}._RadioWrapper_1qjtx_1{cursor:pointer;background:0 0;border:none;flex-grow:0;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex;position:relative}._RadioWrapper_1qjtx_1._size-small_1qjtx_14{width:38px;height:38px}._RadioWrapper_1qjtx_1[data-disabled]{cursor:default;pointer-events:none}._RadioWrapper_1qjtx_1:focus-visible{outline:none}._RadioWrapper_1qjtx_1:focus-visible ._Radio_1qjtx_1:before{content:"";outline:2px solid var(--colors-gama-400);border-radius:50%;position:absolute;inset:-4px}._RadioRippleContainer_1qjtx_34{z-index:0;border-radius:50%;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}._RadioRipple_1qjtx_34{background-color:var(--colors-gama-500);opacity:.25;z-index:0;border-radius:50%;width:100%;height:100%;animation:.4s ease-out forwards _ripple_1qjtx_1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}@keyframes _ripple_1qjtx_1{to{opacity:.025;transform:translate(-50%,-50%)scale(1)}}._RadioHover_1qjtx_68:after{content:"";background:var(--colors-gama-300);opacity:0;border-radius:50%;width:42px;height:42px;transition:opacity .2s,transform .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.7)}._RadioHover_1qjtx_68._size-small_1qjtx_14:after{width:38px;height:38px}._RadioHover_1qjtx_68:hover:after{opacity:.07;transform:translate(-50%,-50%)scale(1)}[data-disabled]._RadioHover_1qjtx_68:hover:after{opacity:0}._Radio_1qjtx_1{border:2px solid var(--colors-delta-500);box-sizing:border-box;background-color:#0000;border-radius:50%;justify-content:center;align-items:center;width:19px;height:19px;padding:0;transition:border-color .3s;display:flex;position:relative}._Radio_1qjtx_1._size-small_1qjtx_14{border-width:1.5px;width:16px;height:16px}[data-checked] ._Radio_1qjtx_1{border-color:var(--colors-gama-500)}[data-disabled][data-unchecked] ._Radio_1qjtx_1,[data-disabled][data-checked] ._Radio_1qjtx_1{border-color:var(--colors-delta-300)}._Indicator_1qjtx_120{opacity:0;pointer-events:none;border-radius:50%;width:10px;height:10px;transition:opacity .5s}._size-small_1qjtx_14 ._Indicator_1qjtx_120{width:8px;height:8px}[data-checked] ._Indicator_1qjtx_120{background-color:var(--colors-gama-500);opacity:1}[data-disabled][data-checked] ._Indicator_1qjtx_120{background-color:var(--colors-delta-300);opacity:.6}._Error_1qjtx_141{--colors-gama-500:var(--colors-error-500);--colors-gama-400:var(--colors-error-400);--colors-gama-300:var(--colors-error-300)}._styled-label_upf4y_1{text-transform:uppercase;background-color:var(--colors-gama-50);width:fit-content;height:16px;color:var(--colors-gama-700);box-sizing:border-box;border-radius:3px;justify-content:center;align-items:center;padding:2px 6px;font-size:10px;font-weight:600;display:flex}._styled-link_um6g7_1{outline-offset:2px;width:fit-content;color:var(--colors-gama-500);border-style:none;border-radius:4px;outline:2px solid #0000;padding:2px 4px;font-family:Roboto;font-weight:600;text-decoration-line:underline}._styled-link_um6g7_1:not(._styled-link-disabled_um6g7_16):hover{color:var(--colors-gama-600)!important}._styled-link_um6g7_1:not(._styled-link-disabled_um6g7_16):active{color:var(--colors-gama-500)!important}._styled-link_um6g7_1:not(._styled-link-disabled_um6g7_16):focus{outline-offset:-1px!important;outline:1px solid var(--colors-gama-500)!important;color:var(--colors-gama-500)!important}._styled-link-disabled_um6g7_16{color:var(--colors-delta-300)}._styled-link-xs_um6g7_32{font-size:12px;line-height:20px}._styled-link-small_um6g7_37{font-size:14px;line-height:20px}._styled-link-large_um6g7_42{font-size:16px;line-height:24px}._AccordionRoot_wzlmo_1{box-shadow:inset 0 0 0 1px var(--colors-delta-300);box-sizing:border-box;background:#fff;border-radius:.5rem;transition:border-color .2s,box-shadow .2s}._AccordionRoot_wzlmo_1:has(._Trigger_wzlmo_9:focus-visible){border-color:var(--colors-gama-400);box-shadow:inset 0 0 0 2px var(--colors-gama-400)}._Trigger_wzlmo_9:focus-visible{outline:none}._Header_wzlmo_18{width:100%;margin:0}._Trigger_wzlmo_9{text-align:left;width:100%;padding-left:var(--trigger-padding-x);padding-right:var(--trigger-padding-x);min-height:var(--trigger-height);font-size:var(--trigger-font-size);cursor:pointer;background-color:#0000;border:none;align-items:center;gap:8px;padding-top:0;transition:background-color .2s;display:flex}._TriggerIcon_wzlmo_40{color:var(--colors-delta-800);width:var(--chevron-size);height:var(--chevron-size);flex-shrink:0;transition:transform .15s}._TriggerIconRight_wzlmo_48{margin-left:auto}._Trigger_wzlmo_9[data-panel-open] ._TriggerIcon_wzlmo_40{transform:rotate(180deg)}._Panel_wzlmo_56{box-sizing:border-box;height:var(--accordion-panel-height);color:var(--colors-delta-800);transition:height .2s ease-out;overflow:hidden}._Panel_wzlmo_56[data-starting-style],._Panel_wzlmo_56[data-ending-style]{height:0}._Content_wzlmo_67{padding:.5rem 1rem 1rem;font-size:14px}._copy-wrapper_1gjzc_1:hover ._hidden-copy_1gjzc_1{visibility:visible}._hidden-copy_1gjzc_1{visibility:hidden}._styled-widget-title_1mja5_1{color:var(--colors-gray-800);min-width:fit-content;font-size:18px;font-style:normal;font-weight:600;line-height:20.7px}._styled-widget-header_yk04z_1{justify-content:space-between;align-items:center;padding:16px;display:flex;position:relative}._asma-ui-core-styled-widget_gzht1_1{box-sizing:border-box;background-color:#fff;border-radius:8px;flex-direction:column;gap:16px;width:100%;padding:16px;transition:all .3s ease-out;display:flex;box-shadow:0 0 4px #22213326}._asma-ui-core-styled-widget_gzht1_1._empty-state_gzht1_13{gap:0}._asma-ui-core-styled-widget_gzht1_1 ._widget-header_gzht1_16{color:var(--colors-gray-800);align-items:center;gap:10px;display:flex}._asma-ui-core-styled-widget_gzht1_1 ._widget-header-left_gzht1_22{align-items:center;gap:10px;min-width:0;display:flex}._asma-ui-core-styled-widget_gzht1_1 ._widget-header-right_gzht1_28{align-items:center;gap:8px;margin-left:auto;display:flex}._asma-ui-core-styled-widget_gzht1_1 ._widget-content_gzht1_34{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;min-height:50px;display:flex;overflow-y:hidden}._asma-ui-core-styled-widget_gzht1_1 ._widget-footer_gzht1_44{justify-content:space-between;align-items:center;display:flex}._asma-ui-core-styled-widget_gzht1_1 ._widget-link_gzht1_49{cursor:pointer}._styled-module-title_174mo_1{color:#17232e;margin-bottom:20px;font-size:24px;font-weight:700;line-height:40px}@media (width>=768px){._styled-module-title_174mo_1{margin-bottom:8px}}._dialog_erjok_1{position:fixed;bottom:1rem;right:1rem}@keyframes _opacity-appear_erjok_1{0%{opacity:0;height:0}to{opacity:1;height:100%}}._dialog_erjok_1{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-shadow:0 4px 40px 0px #22213366;--tw-shadow-colored:0 4px 40px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow);border-radius:.5rem;width:387px;padding:.5rem .75rem .5rem 1rem;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);animation:1s linear _opacity-appear_erjok_1}._dialog_erjok_1._hidden_erjok_9{width:0!important;height:0!important;margin:0!important;padding:0!important}._dialog-base_16tvw_1{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-shadow:0 4px 40px 0px #22213366;--tw-shadow-colored:0 4px 40px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow);flex-direction:column;display:flex;position:fixed;bottom:0;right:0}._minimized-dialog_16tvw_5{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-shadow:0 4px 40px 0px #22213366;--tw-shadow-colored:0 4px 40px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow);border-radius:0;flex-direction:column;width:100dvw;padding:.25rem .5rem;display:flex;position:fixed;bottom:0;right:0;overflow:clip}@media (width>=640px){._minimized-dialog_16tvw_5{width:fit-content;max-width:calc(100dvw - 48px);max-height:calc(100dvh - 32px);bottom:1rem;right:var(--dialog-right,16px);border-radius:.5rem}}._dialog_16tvw_1{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-shadow:0 4px 40px 0px #22213366;--tw-shadow-colored:0 4px 40px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow);flex-direction:column;width:100dvw;height:100dvh;display:flex;position:fixed;bottom:0;right:0}@media (width>=640px){._dialog_16tvw_1{max-width:600px;max-height:calc(100dvh - 88px);bottom:1rem;right:var(--dialog-right,16px);border-radius:.5rem}}._hidden_16tvw_27{width:0;height:0;margin:0;padding:0}
|
|
2
2
|
/*$vite$:1*/
|