groundfloor-react-ui 1.0.17 → 1.0.20

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.
Files changed (32) hide show
  1. package/components/Accordion/Accordion.js +12 -6
  2. package/components/Button/PrimaryButton.js +15 -8
  3. package/components/Button/SecondaryButton.js +11 -9
  4. package/components/Cards/Card.js +25 -30
  5. package/components/Cards/DocumentCard.js +83 -89
  6. package/components/Divider/Divider.js +23 -30
  7. package/components/FilterChip/FilterChip.js +34 -32
  8. package/components/Form/HeaderComponent.js +57 -27
  9. package/components/GroupAvatars/GroupAvatars.js +12 -16
  10. package/components/GroupButtons/GroupButtonsPopup.js +3 -9
  11. package/components/Inputs/CheckBoxInput.js +71 -33
  12. package/components/Inputs/DateSelect.js +22 -17
  13. package/components/Inputs/DropdownSelect.js +86 -30
  14. package/components/Inputs/DropzoneInput.js +83 -68
  15. package/components/Inputs/NumericInput.js +66 -63
  16. package/components/Inputs/PasswordInput.js +36 -27
  17. package/components/Inputs/RadioInput.js +55 -29
  18. package/components/Inputs/Signature.js +88 -38
  19. package/components/Inputs/TextArea.js +24 -40
  20. package/components/Inputs/TextInput.js +43 -28
  21. package/components/Inputs/TimeInput.js +92 -107
  22. package/components/Inputs/ToggleSwitch.js +87 -59
  23. package/components/Modal/ModalComp.js +67 -38
  24. package/components/Pagination/Pagination.js +30 -54
  25. package/components/ProgressBar/ProgressBar.js +57 -40
  26. package/components/Rating/Rating.js +8 -14
  27. package/components/Tables/Table.js +56 -34
  28. package/components/Tooltip/Tooltip.js +135 -141
  29. package/components/constants/defaultStyle.js +28 -38
  30. package/dist/index.es.js +484 -438
  31. package/dist/index.js +483 -437
  32. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -1,72 +1,124 @@
1
- import e,{forwardRef as t,useState as o,useRef as r,useEffect as l,Component as i,Fragment as a,createRef as n}from"react";import c from"prop-types";import s,{css as d,useTheme as p,keyframes as m,createGlobalStyle as u}from"styled-components";import{ReactSVG as g}from"react-svg";import f from"react-datepicker";import b from"react-signature-pad-wrapper";import h,{components as y}from"react-select";import x from"react-select/async";import A from"react-data-table-component";import{usePopperTooltip as v}from"react-popper-tooltip";import"react-dom";import C from"react-modal";function w(){return w=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var r in o)Object.prototype.hasOwnProperty.call(o,r)&&(e[r]=o[r])}return e},w.apply(this,arguments)}const S={"primary-1":"#2E56F4","primary-2":"#081348"},k={error:"#DD0000",success:"#00B904 "},E={"neutral-1":"#39424D","neutral-2":"#929EAC","neutral-3":"#BBC4CF","neutral-4":"#E2E6F5","neutral-5":"#F0F3F8"},z={"insight-purple":"#F8F2FF","insight-yellow":"#FFFAF2","error-bg":"#FCF2F2","selection-bg":"#F2F4FE"},V={"graph-1":"#2E56F4","graph-2":"#00D7F7","graph-3":"#8B2DFF","graph-4":"#FB9A00","graph-5":"#00B904"},M={primary:{...S},ui:{...k},neutral:{...E},shade:{...z},graph:{...V},variant:{...S,...k,...E,...z,...V},textColor:S["primary-2"],bgColor:"#FFFFFF",black:"#000000",border:"#D4D7E3"},W={common:{color:"blue","background-color":`${M.bgColor}`},label:{"padding-left":"6px","font-style":"normal","font-weight":"normal","font-size":"14px",display:"flex",width:"inherit","align-items":"flex-start",color:`${M.variant["neutral-2"]}`,"margin-bottom":"0","padding-bottom":"0"},button:{color:"red","border-color":"black"},card:{color:`${M.textColor}`,"padding-top":"25px","padding-bottom":"25px","padding-left":"32px","padding-right":"32px","background-color":`${M.bgColor}`,width:"inherit",height:"inherit","border-color":`${M.neutral["neutral-4"]}`,"border-radius":"5px","box-shadow":"0px 5px 37px rgba(56, 66, 100, 0.0880136)"},progressWrapper:{height:"10px","border-radius":"10px","margin-top":"13px","margin-left":"13px","margin-right":"13px",width:"inherit","background-color":`${M.primary["primary-1"]}`},containerWrapper:{height:"inherit",width:"inherit",transition:"width 1s ease-in-out","border-radius":"inherit","text-align":"right","background-color":`${M.primary["primary-1"]}`},progressbarLabel:{display:"block","margin-left":"13px","margin-bottom":"7px","padding-bottom":"0","font-style":"normal","font-weight":"normal","font-size":"14px",color:`${M.neutral["neutral-2"]}`},spinner:{"background-color":`${M.variant["neutral-1"]}`},avatarContainer:{background:"transparent",display:"flex","align-items":"center",width:"100%",position:"relative"},avatarCircle:{"background-color":`${M.variant["primary-1"]}`,color:"#FFFFFF","border-radius":"50%",display:"flex","align-items":"center","justify-content":"center","box-sizing":"border-box"},avatarCircleSM:{"font-weight":"600","font-size":"13px","min-width":"30px","min-height":"30px"},avatarCircleMD:{"font-weight":"400","font-size":"12px","min-width":"32px","min-height":"32px"},avatarCircleLG:{"font-weight":"400","font-size":"16px","min-width":"38px","min-height":"38px"},avatarName:{color:`${M.variant["primary-1"]}`},avatarNameSM:{"margin-left":"8px","font-size":"14px"},avatarNameMD:{"margin-left":"10px","font-size":"16px"},avatarNameLG:{"margin-left":"12px","font-size":"16px"},"textbox-wrapper":{border:`1px solid ${M.border}`,"border-radius":"4px",padding:"6.5px 7px",display:"flex","align-items":"center","line-height":".5rem","background-color":`${M.bgColor}`},"input-wrapper":{border:"0",outline:"0",color:`${M.variant["primary-2"]}`,margin:"0 5px",padding:"0px","font-size":"14px","flex-grow":"1","flex-shrink":"0"},"textarea-wrapper":{border:"0",outline:"0",color:`${M.variant["primary-2"]}`,margin:"0 5px",padding:"5px","font-size":"14px","flex-grow":"1","flex-shrink":"0","line-height":"12px"},"label-text":{"font-family":"Averta","font-style":"normal","font-weight":"normal","font-size":"14px",color:`${M.variant["neutral-2"]}`,display:"flex","align-items":"center","justify-content":"center",width:"max-content","background-color":"transparent","margin-bottom":"0px","padding-bottom":"0px"},image:{"border-radius":"0%",width:"100%",height:"100%"},imageAvatar:{"border-radius":"50%","box-sizing":"border-box",position:"absolute"},imageAvatarSM:{width:"30px",height:"30px"},imageAvatarMD:{width:"32px",height:"32px"},imageAvatarLG:{width:"38px",height:"38px"},table:{table:{style:{borderRadius:"4px",paddingRight:"17px"}},headRow:{style:{background:`${M.variant["neutral-5"]}`,borderLeft:`1px solid ${M.variant["neutral-5"]}`,borderRight:`1px headRowsolid ${M.variant["neutral-5"]}`,borderTop:`1px solid ${M.variant["neutral-5"]}`,borderTopLeftRadius:"4px",borderTopRightRadius:"4px",paddingLeft:"56px",borderBottom:"none",minHeight:"44px",maxHeight:"44px"}},headCells:{style:{color:`${M.variant["primary-2"]}`,fontSize:"14px",fontWeight:"600","&:first-of-type":{paddingLeft:"0px !important"}}},rows:{style:{background:`${M.variant.bgColor}`,"&:not(:last-of-type)":{borderBottomColor:"none"},"&:last-of-type":{borderBottomLeftRadius:"4px",borderBottomRightRadius:"4px"},borderLeft:`1px solid ${M.variant["neutral-5"]}`,borderRight:`1px solid ${M.variant["neutral-5"]}`,borderBottom:`1px solid ${M.variant["neutral-5"]}`},highlightOnHoverStyle:{backgroundColor:`${M.variant["neutral-5"]}`}}},header:{display:"flex","justify-content":"space-between","align-items":"center",position:"fixed","z-index":"1000",top:"0",right:"0",left:"0","min-height":"51px","padding-left":"39px","font-size":"16px","background-color":`${M.bgColor}`,"border-bottom":`0.5px solid ${M.variant["neutral-3"]}`},content:{"background-color":"#eef1f7",width:"100%","min-height":"100%","padding-top":"53px","box-sizing":"border-box",display:"flex","flex-direction":"column","margin-left":"70px"},"radio-outer-circle":{width:"20px",height:"20px","min-width":"20px","min-height":"20px","border-radius":"50%",display:"flex","justify-content":"center","align-items":"center"},"radio-inner-circle":{display:"flex","align-self":"center",margin:"0","border-radius":"50%"},"radio-label":{display:"block","margin-bottom":"7px","padding-bottom":"0",color:`${M.variant["neutral-2"]}`},"option-text":{color:"#A9B1B8","font-size":"16px"},sidebarContainer:{"min-height":"100%",overflow:"hidden","background-color":"#2e56f4",position:"fixed",color:"white",width:"70px",transition:"width ease 400ms"},"checkBox-outer":{border:`2px solid ${M.border}`,width:"20px",height:"20px","border-radius":"3px",cursor:"pointer","background-color":`${M.bgColor}`},"checkBox-inner":{"background-repeat":"no-repeat","background-position":"center",width:"20px",height:"20px",color:`${M.bgColor}`,cursor:"pointer","text-align":"center","border-radius":"3px"},"check-label":{display:"block","margin-bottom":"7px","padding-bottom":"0px",color:`${M.variant["neutral-2"]}`},"checkbox-option-text":{"font-size":"16px","margin-left":"10px","background-color":`${M.bgColor}`},"toggle-switch-wrapper":{display:"flex","align-items":"center",gap:"7px",width:"fit-content"},"toggle-switch-checkbox-label":{position:"absolute",width:"45px",height:"22px","border-radius":"31px",cursor:"pointer",marginBottom:"0px"},"toggle-switch-option-text":{color:`${M.neutral["neutral-1"]}`,"font-size":"16px","margin-right":"30px"},"dropzone-parent":{width:"100%",height:"86px","padding-left":"8px","padding-right":"8px",display:"flex","justify-content":"center","align-items":"center","font-size":"16px","border-radius":"5.5px",color:` ${M.textColor}`},"dropzone-file-div":{width:"inherit",height:"38px",display:"flex","justify-content":"center","align-items":"center","font-size":"14px",color:`${M.textColor}`,"background-color":`${M.bgColor}`,"box-shadow":"0px 5px 15px rgba(33, 55, 71, 0.096946)","border-radius":"5.5px","margin-top":"5px"},"dropzone-text-div":{display:"flex","justify-content":"center","margin-left":"14px",color:`${M.textColor}`,"background-color":"transparent"},"dropzone-file-name":{"margin-left":"5px",overflow:"hidden","text-overflow":"ellipsis","white-space":"nowrap",padding:"2px","font-size":"14px",color:"#494949"},"signature-parent-div":{"border-radius":"5.5px","align-content":"flex-start","justify-content":"center",width:"inherit","max-width":"532px",height:"86px",display:"block","flex-flow":"column wrap","font-size":"17px",color:`${M.textColor}`,"background-color":`${M.bgColor}`},"signature-wrapper-div":{display:"flex",flex:"auto","justify-content":"center","align-items":"center","font-size":"17px",height:"inherit",color:`${M.textColor}`,"background-color":"transparent"},"signature-input-text":{border:"0","text-align":"center",display:"block",height:"48px",width:"calc(100% - 54px)!important","background-color":`${M.bgColor}`,"font-family":"Beauty","background-clip":"padding-box",color:"#444444","font-style":"normal","font-weight":"normal","font-size":"47px","padding-left":"10px"},"modal-background":{position:"fixed",top:"0",left:"0",width:"100%",height:"100%",background:"rgba(0, 0, 0, 0.6)","z-index":"2000"},"modal-wrapper":{position:"fixed",display:"flex","align-items":"end","justify-content":"center","flex-direction":"column",background:"white",width:"fit-content",height:"fit-content",top:"50%",left:"50%",transform:"translate(-50%, -50%)","border-radius":"5px"},"modal-close-button":{cursor:"pointer",width:"fit-content",height:"fit-content",padding:"0","padding-right":"5px","padding-top":"5px",color:`${M.textColor}`},footer:{display:"flex","margin-top":"auto",width:"100%"},drawer:{"min-height":"100%",overflow:"hidden",position:"fixed",width:"360px",transition:"transform ease 400ms",display:"flex","flex-direction":"column","background-color":"#FFFFFF","box-sizing":"border-box","box-shadow":"-20px 5px 37px rgba(56, 66, 100, 0.0880136)",top:"51px",right:"0px","z-index":"1001"},"drawer-close":{transform:"translateX(360px)"},"drawer-open":{transform:"translateX(0px)"},"tooltip-container":{"background-color":`${M.bgColor}`,"border-radius":"3.6px",border:`1px solid ${M.bgColor}`,"box-shadow":"0px 5px 33px rgba(56, 66, 100, 0.482627)",color:"#000",display:"flex","flex-direction":"column",padding:"0",transition:"opacity 0.3s","z-index":"9999"},"tooltip-arrow":{height:"19px",position:"absolute",width:"29px","pointer-events":"none"},"tooltip-arrow-before":{"border-style":"solid",content:"",display:"block",height:"0",margin:"auto",width:"0"},"tooltip-arrow-after":{"border-style":"solid",content:"",display:"block",height:"0",margin:"auto",position:"absolute",width:"0"},"tp-cont-bottom-arrow-before":{"border-color":`transparent transparent ${M.bgColor} transparent`,"border-width":"0 15px 19px 15px",position:"absolute",top:"-1px"},"tp-cont-bottom-arrow-after":{"border-color":`transparent transparent ${M.bgColor} transparent`,"border-width":"0 15px 19px 15px"},"tp-cont-top-arrow-before":{"border-color":`${M.bgColor} transparent transparent transparent`,"border-width":"19px 15px 0 15px",position:"absolute",top:"1px"},"tp-cont-top-arrow-after":{"border-color":`${M.bgColor} transparent transparent transparent`,"border-width":"19px 15px 0 15px"},"tp-cont-right-arrow-before":{"border-color":`transparent ${M.bgColor} transparent transparent`,"border-width":"15px 19px 15px 0"},"tp-cont-right-arrow-after":{"border-color":`transparent ${M.bgColor} transparent transparent`,"border-width":"15px 19px 15px 0",left:"6px",top:"0"},"tp-cont-left-arrow-before":{"border-color":`transparent transparent transparent ${M.bgColor}`,"border-width":"15px 0 15px 19px"},"tp-cont-left-arrow-after":{"border-color":`transparent transparent transparent ${M.bgColor}`,"border-width":"15px 0 15px 19px",left:"3px",top:"0"},"tp-cont-bottom-arrow":{left:"0","margin-top":"-19px",top:"0"},"tp-cont-top-arrow":{bottom:"0",left:"0","margin-bottom":"-19px"},"tp-cont-right-arrow":{left:"0","margin-left":"-24px"},"tp-cont-left-arrow":{"margin-right":"-24px",right:"0"},overlay:{"background-color":`${M.bgColor}`,"border-radius":"3.6px",border:`1px solid ${M.bgColor}`,"box-shadow":"0px 5px 33px rgba(56, 66, 100, 0.482627)",color:"#000",display:"flex","flex-direction":"column",padding:"0",transition:"opacity 0.3s","z-index":"9999"},"simple-overlay":{"background-color":`${M.variant["neutral-1"]}`,"border-radius":"6px",border:`1px solid ${M.variant["neutral-1"]}`,color:`${M.bgColor}`,display:"flex","flex-direction":"column",padding:"0",transition:"opacity 0.3s","z-index":"9999"},"sidebar-container":{"min-height":"100%",overflow:"hidden","background-color":"#2e56f4",position:"fixed",color:"white",transition:"width ease 400ms",display:"flex","flex-direction":"column","z-index":"1001"},"sidebar-container-open":{width:"240px"},"sidebar-container-close":{width:"70px"},"sidebar-container-mobile-open":{width:"240px","z-index":"1001"},"sidebar-container-mobile-close":{width:"0px","z-index":"1001"},"sidebar-pusher":{"min-height":"100%",overflow:"hidden","background-color":"transparent",position:"fixed",transition:"width ease 400ms"},"sidebar-pusher-open":{width:"240px"},"sidebar-pusher-close":{width:"70px"},"sidebar-pusher-mobile":{width:"0px"},"modalComp-custom-style":{content:{top:"50%",left:"50%",right:"auto",bottom:"auto",marginRight:"-50%",transform:"translate(-50%, -50%)",zIndex:"999"}},"modalComp-modal-close":{position:"absolute",top:"10px",right:"5px",outline:"none",border:"none",background:"transparent",cursor:"pointer"},"modalComp-modal-body":{"margin-top":"20px","margin-bottom":"15px"},"modalComp-modal-footer":{"margin-top":"30px","margin-bottom":"15px","border-top":`1px solid ${M.border}`,padding:"1rem 3rem 0rem 3rem","&:before":{content:"",position:"fixed",display:"inline-block",left:0,right:0,"margin-top":"-0.9rem","z-index":-1},"selectComp-label-wrapper":{paddingBottom:"10px",display:"flex",width:"25vw"}}},I=(e,t)=>{if(e){let o={};if(e[t]){for(const r in e[t])o[r]=e[t][r],delete e.common[r];for(const t in e.common)o[t]=e.common[t]}return o}};function R(e,t){var o=parseInt(e.slice(1,3),16),r=parseInt(e.slice(3,5),16),l=parseInt(e.slice(5,7),16);return t?"rgba("+o+", "+r+", "+l+", "+t+")":"rgb("+o+", "+r+", "+l+")"}R("#FF0000",.5);const P=s.label`
1
+ import e,{forwardRef as t,useState as o,useRef as r,useEffect as l,Component as i,Fragment as a,createRef as n}from"react";import c from"prop-types";import s,{css as d,useTheme as p,keyframes as m,createGlobalStyle as u}from"styled-components";import{ReactSVG as g}from"react-svg";import b from"react-datepicker";import f from"react-signature-pad-wrapper";import h,{components as y}from"react-select";import x from"react-select/async";import A from"react-data-table-component";import{usePopperTooltip as v}from"react-popper-tooltip";import"react-dom";import C from"react-modal";function w(){return w=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var r in o)Object.prototype.hasOwnProperty.call(o,r)&&(e[r]=o[r])}return e},w.apply(this,arguments)}const S={"primary-1":"#2E56F4","primary-2":"#081348"},E={error:"#DD0000",success:"#00B904 "},k={"neutral-1":"#39424D","neutral-2":"#929EAC","neutral-3":"#BBC4CF","neutral-4":"#E2E6F5","neutral-5":"#F0F3F8"},z={"insight-purple":"#F8F2FF","insight-yellow":"#FFFAF2","error-bg":"#FCF2F2","selection-bg":"#F2F4FE"},V={"graph-1":"#2E56F4","graph-2":"#00D7F7","graph-3":"#8B2DFF","graph-4":"#FB9A00","graph-5":"#00B904"},M={primary:{...S},ui:{...E},neutral:{...k},shade:{...z},graph:{...V},variant:{...S,...E,...k,...z,...V},textColor:S["primary-2"],bgColor:"#FFFFFF",black:"#000000",border:"#D4D7E3"},R={common:{color:"blue","background-color":`${M.bgColor}`},label:{"padding-left":"6px","font-style":"normal","font-weight":"normal","font-size":"14px",display:"flex",width:"inherit","align-items":"flex-start",color:`${M.variant["neutral-2"]}`,"margin-bottom":"0","padding-bottom":"0"},button:{color:"red","border-color":"black"},progressbarLabel:{display:"block","margin-left":"13px","margin-bottom":"7px","padding-bottom":"0","font-style":"normal","font-weight":"normal","font-size":"14px",color:`${M.neutral["neutral-2"]}`},spinner:{"background-color":`${M.variant["neutral-1"]}`},avatarContainer:{background:"transparent",display:"flex","align-items":"center",width:"100%",position:"relative"},avatarCircle:{"background-color":`${M.variant["primary-1"]}`,color:"#FFFFFF","border-radius":"50%",display:"flex","align-items":"center","justify-content":"center","box-sizing":"border-box"},avatarCircleSM:{"font-weight":"600","font-size":"13px","min-width":"30px","min-height":"30px"},avatarCircleMD:{"font-weight":"400","font-size":"12px","min-width":"32px","min-height":"32px"},avatarCircleLG:{"font-weight":"400","font-size":"16px","min-width":"38px","min-height":"38px"},avatarName:{color:`${M.variant["primary-1"]}`},avatarNameSM:{"margin-left":"8px","font-size":"14px"},avatarNameMD:{"margin-left":"10px","font-size":"16px"},avatarNameLG:{"margin-left":"12px","font-size":"16px"},"textbox-wrapper":{border:`1px solid ${M.border}`,"border-radius":"4px",padding:"6.5px 7px",display:"flex","align-items":"center","line-height":".5rem","background-color":`${M.bgColor}`},"input-wrapper":{border:"0",outline:"0",color:`${M.variant["primary-2"]}`,margin:"0 5px",padding:"0px","font-size":"14px","flex-grow":"1","flex-shrink":"0"},"textarea-wrapper":{border:"0",outline:"0",color:`${M.variant["primary-2"]}`,margin:"0 5px",padding:"5px","font-size":"14px","flex-grow":"1","flex-shrink":"0","line-height":"12px"},"label-text":{"font-family":"Averta","font-style":"normal","font-weight":"normal","font-size":"14px",color:`${M.variant["neutral-2"]}`,display:"flex","align-items":"center","justify-content":"center",width:"max-content","background-color":"transparent","margin-bottom":"0px","padding-bottom":"0px"},image:{"border-radius":"0%",width:"100%",height:"100%"},imageAvatar:{"border-radius":"50%","box-sizing":"border-box",position:"absolute"},imageAvatarSM:{width:"30px",height:"30px"},imageAvatarMD:{width:"32px",height:"32px"},imageAvatarLG:{width:"38px",height:"38px"},table:{table:{style:{borderRadius:"4px",paddingRight:"0px",backgroundColor:"transparent"}},checkbox:{style:{maxHeight:"28px",maxWidth:"28px"}},headRow:{style:{background:`${M.variant["neutral-5"]}`,borderLeft:`1px solid ${M.variant["neutral-5"]}`,borderRight:`1px headRowsolid ${M.variant["neutral-5"]}`,borderTop:`1px solid ${M.variant["neutral-5"]}`,borderTopLeftRadius:"4px",borderTopRightRadius:"4px",paddingLeft:"56px",borderBottom:"none",minHeight:"44px",maxHeight:"44px"}},headCells:{style:{fontSize:"14px",fontWeight:"600","&:first-of-type":{paddingLeft:"0px !important"}}},rows:{style:{background:`${M.variant.bgColor}`,"&:not(:last-of-type)":{borderBottomColor:"none"},"&:last-of-type":{borderBottomLeftRadius:"4px",borderBottomRightRadius:"4px"},borderLeft:`1px solid ${M.variant["neutral-5"]}`,borderRight:`1px solid ${M.variant["neutral-5"]}`,borderBottom:`1px solid ${M.variant["neutral-5"]}`},highlightOnHoverStyle:{backgroundColor:`${M.variant["neutral-5"]}`}}},header:{display:"flex","justify-content":"space-between","align-items":"center",position:"fixed","z-index":"1000",top:"0",right:"0",left:"0","min-height":"51px","padding-left":"39px","font-size":"16px","background-color":`${M.bgColor}`,"border-bottom":`0.5px solid ${M.variant["neutral-3"]}`},content:{"background-color":"#eef1f7",width:"100%","min-height":"100%","padding-top":"53px","box-sizing":"border-box",display:"flex","flex-direction":"column","margin-left":"70px"},"radio-outer-circle":{width:"20px",height:"20px","min-width":"20px","min-height":"20px","border-radius":"50%",display:"flex","justify-content":"center","align-items":"center"},"radio-inner-circle":{display:"flex","align-self":"center",margin:"0","border-radius":"50%"},"radio-label":{display:"block","margin-bottom":"7px","padding-bottom":"0",color:`${M.variant["neutral-2"]}`},"option-text":{color:"#A9B1B8","font-size":"16px"},sidebarContainer:{"min-height":"100%",overflow:"hidden","background-color":"#2e56f4",position:"fixed",color:"white",width:"70px",transition:"width ease 400ms"},"checkBox-outer":{border:`2px solid ${M.border}`,width:"20px",height:"20px","border-radius":"3px",cursor:"pointer","background-color":`${M.bgColor}`},"checkBox-inner":{"background-repeat":"no-repeat","background-position":"center",width:"20px",height:"20px",color:`${M.bgColor}`,cursor:"pointer","text-align":"center","border-radius":"3px"},"check-label":{display:"block","margin-bottom":"7px","padding-bottom":"0px",color:`${M.variant["neutral-2"]}`},"checkbox-option-text":{"font-size":"16px","margin-left":"10px","background-color":`${M.bgColor}`},"toggle-switch-wrapper":{display:"flex","align-items":"center",gap:"7px",width:"fit-content"},"toggle-switch-checkbox-label":{position:"absolute",width:"45px",height:"22px","border-radius":"31px",cursor:"pointer",marginBottom:"0px"},"toggle-switch-option-text":{color:`${M.neutral["neutral-1"]}`,"font-size":"16px","margin-right":"30px"},"dropzone-parent":{height:"86px","padding-left":"8px","padding-right":"8px",display:"flex","justify-content":"center","align-items":"center","font-size":"16px","border-radius":"5.5px",color:` ${M.textColor}`},"dropzone-file-div":{width:"inherit",height:"38px",display:"flex","justify-content":"center","align-items":"center","font-size":"14px",color:`${M.textColor}`,"background-color":`${M.bgColor}`,"box-shadow":"0px 5px 15px rgba(33, 55, 71, 0.096946)","border-radius":"5.5px","margin-top":"5px"},"dropzone-text-div":{display:"flex","justify-content":"center","margin-left":"14px",color:`${M.textColor}`,"background-color":"transparent"},"dropzone-file-name":{"margin-left":"5px",overflow:"hidden","text-overflow":"ellipsis","white-space":"nowrap",padding:"2px","font-size":"14px",color:"#494949"},"signature-parent-div":{"border-radius":"5.5px","align-content":"flex-start","justify-content":"center",width:"inherit","max-width":"532px",height:"86px",display:"block","flex-flow":"column wrap","font-size":"17px",color:`${M.textColor}`,"background-color":`${M.bgColor}`},"signature-wrapper-div":{display:"flex",flex:"auto","justify-content":"center","align-items":"center","font-size":"17px",height:"inherit",color:`${M.textColor}`,"background-color":"transparent"},"signature-input-text":{border:"0","text-align":"center",display:"block",height:"48px",width:"calc(100% - 54px)!important","background-color":`${M.bgColor}`,"font-family":"Beauty","background-clip":"padding-box",color:"#444444","font-style":"normal","font-weight":"normal","font-size":"47px","padding-left":"10px"},"modal-background":{position:"fixed",top:"0",left:"0",width:"100%",height:"100%",background:"rgba(0, 0, 0, 0.6)","z-index":"2000"},"modal-wrapper":{position:"fixed",display:"flex","align-items":"end","justify-content":"center","flex-direction":"column",background:"white",width:"fit-content",height:"fit-content",top:"50%",left:"50%",transform:"translate(-50%, -50%)","border-radius":"5px"},"modal-close-button":{cursor:"pointer",width:"fit-content",height:"fit-content",padding:"0","padding-right":"5px","padding-top":"5px",color:`${M.textColor}`},footer:{display:"flex","margin-top":"auto",width:"100%"},drawer:{"min-height":"100%",overflow:"hidden",position:"fixed",width:"360px",transition:"transform ease 400ms",display:"flex","flex-direction":"column","background-color":"#FFFFFF","box-sizing":"border-box","box-shadow":"-20px 5px 37px rgba(56, 66, 100, 0.0880136)",top:"51px",right:"0px","z-index":"1001"},"drawer-close":{transform:"translateX(360px)"},"drawer-open":{transform:"translateX(0px)"},"tooltip-container":{"background-color":`${M.bgColor}`,"border-radius":"3.6px",border:`1px solid ${M.bgColor}`,"box-shadow":"0px 5px 33px rgba(56, 66, 100, 0.482627)",color:"#000",display:"flex","flex-direction":"column",padding:"0",transition:"opacity 0.3s","z-index":"9999"},"tooltip-arrow":{height:"19px",position:"absolute",width:"29px","pointer-events":"none"},"tooltip-arrow-before":{"border-style":"solid",content:"",display:"block",height:"0",margin:"auto",width:"0"},"tooltip-arrow-after":{"border-style":"solid",content:"",display:"block",height:"0",margin:"auto",position:"absolute",width:"0"},"tp-cont-bottom-arrow-before":{"border-color":`transparent transparent ${M.bgColor} transparent`,"border-width":"0 15px 19px 15px",position:"absolute",top:"-1px"},"tp-cont-bottom-arrow-after":{"border-color":`transparent transparent ${M.bgColor} transparent`,"border-width":"0 15px 19px 15px"},"tp-cont-top-arrow-before":{"border-color":`${M.bgColor} transparent transparent transparent`,"border-width":"19px 15px 0 15px",position:"absolute",top:"1px"},"tp-cont-top-arrow-after":{"border-color":`${M.bgColor} transparent transparent transparent`,"border-width":"19px 15px 0 15px"},"tp-cont-right-arrow-before":{"border-color":`transparent ${M.bgColor} transparent transparent`,"border-width":"15px 19px 15px 0"},"tp-cont-right-arrow-after":{"border-color":`transparent ${M.bgColor} transparent transparent`,"border-width":"15px 19px 15px 0",left:"6px",top:"0"},"tp-cont-left-arrow-before":{"border-color":`transparent transparent transparent ${M.bgColor}`,"border-width":"15px 0 15px 19px"},"tp-cont-left-arrow-after":{"border-color":`transparent transparent transparent ${M.bgColor}`,"border-width":"15px 0 15px 19px",left:"3px",top:"0"},"tp-cont-bottom-arrow":{left:"0","margin-top":"-19px",top:"0"},"tp-cont-top-arrow":{bottom:"0",left:"0","margin-bottom":"-19px"},"tp-cont-right-arrow":{left:"0","margin-left":"-24px"},"tp-cont-left-arrow":{"margin-right":"-24px",right:"0"},overlay:{"background-color":`${M.bgColor}`,"border-radius":"3.6px",border:`1px solid ${M.bgColor}`,"box-shadow":"0px 5px 33px rgba(56, 66, 100, 0.482627)",color:"#000",display:"flex","flex-direction":"column",padding:"0",transition:"opacity 0.3s","z-index":"9999"},"simple-overlay":{"background-color":`${M.variant["neutral-1"]}`,"border-radius":"6px",border:`1px solid ${M.variant["neutral-1"]}`,color:`${M.bgColor}`,display:"flex","flex-direction":"column",padding:"0",transition:"opacity 0.3s","z-index":"9999"},"sidebar-container":{"min-height":"100%",overflow:"hidden","background-color":"#2e56f4",position:"fixed",color:"white",transition:"width ease 400ms",display:"flex","flex-direction":"column","z-index":"1001"},"sidebar-container-open":{width:"240px"},"sidebar-container-close":{width:"70px"},"sidebar-container-mobile-open":{width:"240px","z-index":"1001"},"sidebar-container-mobile-close":{width:"0px","z-index":"1001"},"sidebar-pusher":{"min-height":"100%",overflow:"hidden","background-color":"transparent",position:"fixed",transition:"width ease 400ms"},"sidebar-pusher-open":{width:"240px"},"sidebar-pusher-close":{width:"70px"},"sidebar-pusher-mobile":{width:"0px"},"modalComp-custom-style":{content:{top:"50%",left:"50%",right:"auto",bottom:"auto",marginRight:"-50%",transform:"translate(-50%, -50%)",zIndex:"999"}},"modalComp-modal-close":{position:"absolute",top:"15px",right:"10px",outline:"none",border:"none",background:"transparent",cursor:"pointer"},"modalComp-modal-body":{"margin-top":"20px","margin-bottom":"15px"},"modalComp-modal-footer":{"margin-top":"30px","margin-bottom":"15px","border-top":`1px solid ${M.border}`,padding:"1rem 3rem 0rem 3rem","&:before":{content:"",position:"fixed",display:"inline-block",left:0,right:0,"margin-top":"-0.9rem","z-index":-1},"selectComp-label-wrapper":{paddingBottom:"10px",display:"flex",width:"25vw"}}},I=(e,t)=>{if(e){let o={};if(e[t]){for(const r in e[t])o[r]=e[t][r],delete e.common[r];for(const t in e.common)o[t]=e.common[t]}return o}};function W(e,t){var o=parseInt(e.slice(1,3),16),r=parseInt(e.slice(3,5),16),l=parseInt(e.slice(5,7),16);return t?"rgba("+o+", "+r+", "+l+", "+t+")":"rgb("+o+", "+r+", "+l+")"}W("#FF0000",.5);const B=s.label`
2
2
  //Set the styles from the default styles object
3
3
  ${({theme:e,type:t})=>I(e,t)}
4
4
 
5
5
  // custom styles
6
6
  ${({customStyles:e})=>e}
7
- `,L=({customStyles:t,text:o,className:r,required:l,...i})=>{const a=W;return e.createElement(P,w({required:l,theme:a,customStyles:t,type:"label"},i),o,l&&e.createElement("div",{style:{marginLeft:"4px",color:`${M.variant.error}`}},"*"))};L.propTypes={customStyles:c.object,text:c.string},L.defaultProps={text:""};const q={sm:{cardWidth:"178px",cardMinHeight:"88px",borderRadius:"4px",border:"0.7px",bodyHeight:"55px",footerFontSize:"10px",footerMinHeight:"31px",footerPadding:"10.5px 16px",footerLineHeight:"16px",lineHeight:"12px"},md:{cardWidth:"215px",cardMinHeight:"123px",borderRadius:"6px",border:"1px",bodyHeight:"67px",footerFontSize:"14px",footerMinHeight:"54px",footerPadding:"18px 19px",footerLineHeight:"12px",lineHeight:"16px"}},B=s.div`
8
- ${({trimFileName:e})=>e?d`height: ${({size:e})=>q[e].cardMinHeight};`:d`min-height: ${({size:e})=>q[e].cardMinHeight};`}
9
- width: ${({size:e})=>q[e].cardWidth};
10
- border-radius: ${({size:e})=>q[e].borderRadius};
11
- border: ${({size:e})=>q[e].border} solid ${({theme:e,variantBorder:t})=>e.variant[t]};
12
- box-sizing: border-box;
7
+ `,P=({customStyles:t,text:o,className:r,required:l,...i})=>{const a=R;return e.createElement(B,w({required:l,theme:a,customStyles:t,type:"label"},i),o,l&&e.createElement("div",{style:{marginLeft:"4px",color:`${M.variant.error}`}},"*"))};P.propTypes={customStyles:c.object,text:c.string},P.defaultProps={text:""};const L={sm:{cardWidth:"178px",cardMinHeight:"88px",borderRadius:"4px",border:"0.7px",bodyHeight:"55px",footerFontSize:"10px",footerMinHeight:"31px",footerPadding:"10.5px 16px",footerLineHeight:"16px",lineHeight:"12px"},md:{cardWidth:"215px",cardMinHeight:"123px",borderRadius:"6px",border:"1px",bodyHeight:"67px",footerFontSize:"14px",footerMinHeight:"54px",footerPadding:"18px 19px",footerLineHeight:"12px",lineHeight:"16px"}},q=s.div`
8
+ ${({trimFileName:e})=>e?d`
9
+ height: ${({size:e})=>L[e].cardMinHeight};
10
+ `:d`
11
+ min-height: ${({size:e})=>L[e].cardMinHeight};
12
+ `}
13
+ width: ${({size:e})=>L[e].cardWidth};
14
+ border-radius: ${({size:e})=>L[e].borderRadius};
15
+ border: ${({size:e})=>L[e].border} solid
16
+ ${({theme:e,variantBorder:t})=>e.variant[t]};
17
+ box-sizing: border-box;
13
18
 
14
- &:hover {
15
- border: ${({size:e})=>q[e].border} solid ${({theme:e,variantBorderHover:t})=>e.variant[t]};
16
- button {
17
- &:hover {
18
- opacity: 0.8;
19
- }
20
- }
19
+ &:hover {
20
+ border: ${({size:e})=>L[e].border} solid
21
+ ${({theme:e,variantBorderHover:t})=>e.variant[t]};
22
+ button {
23
+ &:hover {
24
+ opacity: 0.8;
25
+ }
21
26
  }
22
- `,j=s.div`
23
- display: flex;
24
- justify-content: ${({buttons:e})=>"11"!==e?"center":"space-between"};
25
- align-items: center;
26
- height: ${({size:e})=>q[e].bodyHeight};
27
- margin: 0;
28
- padding: ${({size:e})=>q[e].bodyPadding};
29
- border: none;
30
- border-top-left-radius: ${({size:e})=>q[e].borderRadius};
31
- border-top-right-radius: ${({size:e})=>q[e].borderRadius};
32
- background-color: ${({theme:e,variantBgBody:t})=>e.variant[t]};
33
- background: linear-gradient(0deg, rgba(226, 230, 245, 0.5), rgba(226, 230, 245, 0.5)) ${({bgUrl:e})=>e?", url('/images/documentCardBG.png')":null};
34
- background-size: cover;
35
- box-sizing: border-box;
27
+ }
36
28
  `,H=s.div`
37
- ${({trimFileName:e})=>e?d`
38
- white-space: nowrap;
39
- overflow: hidden;
40
- text-overflow: ellipsis;
41
- height: ${({size:e})=>q[e].footerMinHeight};
42
- `:d`
43
- display: flex;
44
- align-items: center;
45
- min-height: ${({size:e})=>q[e].footerMinHeight};
46
- overflow-wrap: anywhere;
47
- hyphens: auto;
48
- `}
49
- font-size: ${({size:e})=>q[e].footerFontSize};
50
- padding: ${({size:e})=>q[e].footerPadding};
51
- color: ${({theme:e,variant:t})=>e.variant[t]};
52
- background-color: ${({theme:e,variantBgFooter:t})=>t?e.variant[t]:e.bgColor};
53
- box-sizing: border-box;
54
- line-height: ${({size:e})=>q[e].lineHeight};
55
- border-bottom-left-radius: inherit;
56
- border-bottom-right-radius: inherit;
57
- `,F=({variant:t,variantBorder:o,variantBorderHover:r,variantBgBody:l,variantBgFooter:i,fileName:a,bgUrl:n,size:c,trimFileName:s,bodyContent:d,...m})=>(p(),e.createElement(B,w({variantBorder:o,variantBorderHover:r,variantBgBody:l,size:c,trimFileName:s},m),e.createElement(j,{bgUrl:n,size:c},d),e.createElement(H,{title:a,variant:t,variantBgFooter:i,trimFileName:s,size:c},a)));F.propTypes={variant:c.string,variantBorder:c.string,variantBorderHover:c.string,variantBgBody:c.string,variantBgFooter:c.string,fileName:c.string,bgUrl:c.string,size:c.oneOf(["sm","md"]),trimFileName:c.bool,theme:c.object,bodyContent:c.element},B.defaultProps={theme:M},j.defaultProps={theme:M},H.defaultProps={theme:M},F.defaultProps={theme:M,variant:"black",variantBorder:"neutral-5",variantBorderHover:"primary-1",variantBgBody:"neutral-4",variantBgFooter:null,fileName:"",bgUrl:null,size:"md",trimFileName:!0,bodyContent:null};const T=s.div`
58
- //Set the styles from the default styles object
59
- ${({theme:e,type:t})=>I(e,t)}
60
-
61
- // custom styles
62
- ${({customStyles:e})=>e}
63
- `;T.defaultProps={theme:W};const G=({type:t,header:o,content:r,...l})=>e.createElement(T,w({theme:W,type:"card"},l),o,r);G.propTypes={type:c.string,header:c.any,content:c.any},G.defaultProps={type:"card"};const X=s.div`
29
+ display: flex;
30
+ justify-content: ${({buttons:e})=>"11"!==e?"center":"space-between"};
31
+ align-items: center;
32
+ height: ${({size:e})=>L[e].bodyHeight};
33
+ margin: 0;
34
+ padding: ${({size:e})=>L[e].bodyPadding};
35
+ border: none;
36
+ border-top-left-radius: ${({size:e})=>L[e].borderRadius};
37
+ border-top-right-radius: ${({size:e})=>L[e].borderRadius};
38
+ background-color: ${({theme:e,variantBgBody:t})=>e.variant[t]};
39
+ background: linear-gradient(
40
+ 0deg,
41
+ rgba(226, 230, 245, 0.5),
42
+ rgba(226, 230, 245, 0.5)
43
+ )
44
+ ${({bgUrl:e})=>e?", url('/images/documentCardBG.png')":null};
45
+ background-size: cover;
46
+ box-sizing: border-box;
47
+ `,j=s.div`
48
+ ${({trimFileName:e})=>e?d`
49
+ white-space: nowrap;
50
+ overflow: hidden;
51
+ text-overflow: ellipsis;
52
+ height: ${({size:e})=>L[e].footerMinHeight};
53
+ `:d`
54
+ display: flex;
55
+ align-items: center;
56
+ min-height: ${({size:e})=>L[e].footerMinHeight};
57
+ overflow-wrap: anywhere;
58
+ hyphens: auto;
59
+ `}
60
+ font-size: ${({size:e})=>L[e].footerFontSize};
61
+ padding: ${({size:e})=>L[e].footerPadding};
62
+ color: ${({theme:e,variant:t})=>e.variant[t]};
63
+ background-color: ${({theme:e,variantBgFooter:t})=>t?e.variant[t]:e.bgColor};
64
+ box-sizing: border-box;
65
+ line-height: ${({size:e})=>L[e].lineHeight};
66
+ border-bottom-left-radius: inherit;
67
+ border-bottom-right-radius: inherit;
68
+ `,T=({variant:t,variantBorder:o,variantBorderHover:r,variantBgBody:l,variantBgFooter:i,fileName:a,bgUrl:n,size:c,trimFileName:s,bodyContent:d,...m})=>{const u=p()||M;return e.createElement(q,w({variantBorder:o,variantBorderHover:r,variantBgBody:l,size:c,trimFileName:s,theme:u},m),e.createElement(H,{bgUrl:n,size:c,theme:u},d),e.createElement(j,{theme:u,title:a,variant:t,variantBgFooter:i,trimFileName:s,size:c},a))};T.propTypes={variant:c.string,variantBorder:c.string,variantBorderHover:c.string,variantBgBody:c.string,variantBgFooter:c.string,fileName:c.string,bgUrl:c.string,size:c.oneOf(["sm","md"]),trimFileName:c.bool,bodyContent:c.element},T.defaultProps={variant:"black",variantBorder:"neutral-5",variantBorderHover:"primary-1",variantBgBody:"neutral-4",variantBgFooter:null,fileName:"",bgUrl:null,size:"md",trimFileName:!0,bodyContent:null};const F=s.div`
69
+ color: ${({activeTheme:e})=>e.textColor};
70
+ padding-top: 25px;
71
+ padding-bottom: 25px;
72
+ padding-left: 32px;
73
+ padding-right: 32px;
74
+ background-color: ${({activeTheme:e})=>e.bgColor};
75
+ width: inherit;
76
+ height: inherit;
77
+ border-radius: 5px;
78
+ box-shadow: 0px 5px 37px rgba(56, 66, 100, 0.0880136);
79
+ border-color: ${({activeTheme:e})=>e.border};
80
+
81
+ // custom styles
82
+ ${({customStyles:e})=>e}
83
+ `,G=({type:t,header:o,content:r,...l})=>{const i=p()||M;return e.createElement(F,w({activeTheme:i},l),o,r)};G.propTypes={header:c.any,content:c.any};const X=s.div`
64
84
  //Set the styles from the default styles object
65
85
  ${({theme:e,type:t})=>{if(e){let o={};if(e[t]){for(const r in e[t])o[r]=e[t][r],delete e.common[r];for(const t in e.common)o[t]=e.common[t]}return o}}}
66
86
 
67
87
  // custom styles
68
88
  ${({customStyles:e})=>e}
69
- `;X.defaultProps={theme:W};const Z=t((({type:t,theme:o,header:r,content:l,...i},a)=>e.createElement(X,w({theme:W,type:"card"},i,{ref:a}),r,l)));Z.propTypes={theme:c.object,type:c.string,header:c.any,content:c.any},Z.defaultProps={theme:W,type:"card"};const O=({theme:t,customStylesAccordionContainer:l,customStylesAccordionTogggle:i,customStylesAccordionIcon:a,customStylesAccordionContent:n,toggleIconAnimation:c,icon:s,content:d,contentToggle:p,...m})=>{const[u,g]=o(!1),f=r(null);return e.createElement(G,w({theme:t,customStyles:l,type:"accordionContainer"},m,{header:e.createElement(G,w({theme:t,customStyles:i,type:"accordionToggle"},m,{onClick:()=>{g(!u)},header:p,content:e.createElement("div",{theme:t,style:c&&u?{transform:"rotate(180deg)",transition:"transform ease 95ms",background:"transparent"}:{transform:"rotate(0deg)",transition:"transform ease 95ms",background:"transparent"}},s)})),content:e.createElement(Z,w({theme:t,customStyles:n,type:"accordionContent",ref:f},m,{style:u?{height:f.current.scrollHeight+"px"}:{height:"0px",borderBottom:"none"},content:d}))}))};O.propTypes={theme:c.object,customStylesAccordionContainer:c.object,customStylesAccordionTogggle:c.object,customStylesAccordionIcon:c.object,customStylesAccordionContent:c.object,toggleIconAnimation:c.bool,icon:c.any,content:c.any,contentToggle:c.any},O.defaultProps={theme:W,contentToggle:"Toggle",content:"Content"};const J=({theme:t,customStylesAccordionContainer:i,customStylesAccordionTogggle:a,customStylesAccordionIcon:n,customStylesAccordionContent:c,toggleIconAnimation:s,icon:d,content:p,contentToggle:m,isSelected:u,index:g,handleClick:f,isAccordionOpen:b,...h})=>{const[y,x]=o(!1),A=r(null),[v,C]=o({}),[S,k]=o({});return l((()=>{u?(C((e=>({...e,backgroundColor:"#2444d8",marginBottom:"15.5px",marginTop:0!==g?"15.5px":"0px"}))),k((e=>({...e,backgroundColor:"#2444d8",paddingTop:"14px",paddingBottom:"14px",paddingLeft:"14px"})))):(C({}),k({}))}),[u]),l((()=>{x(!!b)}),[b]),e.createElement(G,w({theme:t,customStyles:{...i,...v},type:"accordionContainer"},h,{header:e.createElement(G,w({theme:t,customStyles:{...a,...S},type:"accordionToggle"},h,{onClick:()=>{y||f(g),x(!y)},header:m,content:e.createElement("div",{theme:t,style:s&&y?{transform:"rotate(180deg)",transition:"transform ease 95ms",background:"transparent"}:{transform:"rotate(0deg)",background:"transparent"}},d)})),content:e.createElement(Z,w({theme:t,customStyles:c,type:"accordionContent",ref:A},h,{style:y?{height:A.current.scrollHeight+"px"}:{height:"0px",borderBottom:"none"},content:p}))}))};J.propTypes={theme:c.object,customStylesAccordionContainer:c.object,customStylesAccordionTogggle:c.object,customStylesAccordionIcon:c.object,customStylesAccordionContent:c.object,toggleIconAnimation:c.bool,icon:c.any,content:c.any,contentToggle:c.any},J.defaultProps={theme:W,contentToggle:"Toggle",content:"Content"};const U=({theme:t,customStylesAccordionContainer:i,customStylesAccordionTogggle:a,customStylesAccordionIcon:n,customStylesAccordionContent:c,toggleIconAnimation:s,icon:d,content:p,contentToggle:m,isSelected:u,index:g,handleClick:f,isAccordionOpen:b,disable:h,...y})=>{const[x,A]=o(!1),v=r(null),[C,S]=o({}),[k,E]=o({});return l((()=>{u?(S((e=>({...e,backgroundColor:"#2444d8",marginBottom:"15.5px",marginTop:0!==g?"15.5px":"0px"}))),E((e=>({...e,backgroundColor:"#2444d8",paddingTop:"14px",paddingBottom:"14px",paddingLeft:"14px"})))):(S({}),E({}))}),[u]),l((()=>{A(!!b)}),[b]),e.createElement(G,w({theme:t,customStyles:{...i,...C},type:"accordionContainer"},y,{header:e.createElement(G,w({theme:t,customStyles:{...a,...k},type:"accordionToggle"},y,{onClick:()=>{h||(x||f(g),A(!x))},header:m,content:e.createElement("div",{theme:t,style:s&&x?{transform:"rotate(180deg)",transition:"transform ease 95ms",background:"transparent"}:{transform:"rotate(0deg)",background:"transparent"}},d)})),content:e.createElement(Z,w({theme:t,customStyles:c,type:"accordionContent",ref:v},y,{style:x?{height:v.current.scrollHeight+"px"}:{height:"0px",borderBottom:"none"},content:p}))}))};U.propTypes={theme:c.object,customStylesAccordionContainer:c.object,customStylesAccordionTogggle:c.object,customStylesAccordionIcon:c.object,customStylesAccordionContent:c.object,toggleIconAnimation:c.bool,icon:c.any,content:c.any,contentToggle:c.any},U.defaultProps={theme:W,contentToggle:"Toggle",content:"Content"};const Q=s.div`
89
+ `;X.defaultProps={theme:R};const Z=t((({type:t,theme:o,header:r,content:l,...i},a)=>e.createElement(X,w({theme:R,type:"card"},i,{ref:a}),r,l)));Z.propTypes={theme:c.object,type:c.string,header:c.any,content:c.any},Z.defaultProps={theme:R,type:"card"};const O={"plus-outlined":"data:image/svg+xml,%3csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.0313 0.685989C8.12093 0.685989 6.25347 1.25248 4.66506 2.31382C3.07665 3.37516 1.83863 4.88369 1.10756 6.64863C0.3765 8.41358 0.18522 10.3557 0.557913 12.2293C0.930607 14.103 1.85054 15.8241 3.20137 17.1749C4.5522 18.5257 6.27326 19.4457 8.14692 19.8183C10.0206 20.191 11.9627 19.9998 13.7276 19.2687C15.4926 18.5376 17.0011 17.2996 18.0624 15.7112C19.1238 14.1228 19.6903 12.2553 19.6903 10.345C19.6903 9.07653 19.4404 7.82052 18.955 6.64863C18.4696 5.47675 17.7581 4.41196 16.8612 3.51504C15.9643 2.61812 14.8995 1.90664 13.7276 1.42124C12.5557 0.935826 11.2997 0.685989 10.0313 0.685989ZM10.0313 18.0721C8.503 18.0721 7.00903 17.619 5.7383 16.7699C4.46757 15.9208 3.47716 14.714 2.89231 13.302C2.30746 11.8901 2.15444 10.3364 2.45259 8.83747C2.75075 7.33854 3.48669 5.96169 4.56735 4.88102C5.64802 3.80036 7.02487 3.06442 8.5238 2.76626C10.0227 2.46811 11.5764 2.62113 12.9884 3.20598C14.4003 3.79083 15.6071 4.78125 16.4562 6.05197C17.3053 7.3227 17.7585 8.81667 17.7585 10.345C17.7585 12.3943 16.9444 14.3598 15.4952 15.8089C14.0461 17.258 12.0807 18.0721 10.0313 18.0721ZM13.8949 9.37907H10.9972V6.48137C10.9972 6.2252 10.8954 5.97952 10.7143 5.79838C10.5331 5.61724 10.2875 5.51548 10.0313 5.51548C9.77512 5.51548 9.52944 5.61724 9.3483 5.79838C9.16716 5.97952 9.0654 6.2252 9.0654 6.48137V9.37907H6.1677C5.91153 9.37907 5.66585 9.48083 5.48471 9.66197C5.30357 9.84311 5.20181 10.0888 5.20181 10.345C5.20181 10.6011 5.30357 10.8468 5.48471 11.028C5.66585 11.2091 5.91153 11.3109 6.1677 11.3109H9.0654V14.2086C9.0654 14.4647 9.16716 14.7104 9.3483 14.8915C9.52944 15.0727 9.77512 15.1745 10.0313 15.1745C10.2875 15.1745 10.5331 15.0727 10.7143 14.8915C10.8954 14.7104 10.9972 14.4647 10.9972 14.2086V11.3109H13.8949C14.1511 11.3109 14.3967 11.2091 14.5779 11.028C14.759 10.8468 14.8608 10.6011 14.8608 10.345C14.8608 10.0888 14.759 9.84311 14.5779 9.66197C14.3967 9.48083 14.1511 9.37907 13.8949 9.37907Z' fill='%232A50FD'/%3e%3c/svg%3e","check-mark":"data:image/svg+xml,%3csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.2817 0.508636L14.0132 1.50961L6.47213 14.5542L0.238281 9.69783L1.4674 8.12009L5.88914 11.5644L12.2817 0.508636Z' fill='white'/%3e%3c/svg%3e","chevron-right":"data:image/svg+xml,%3csvg width='13' height='19' viewBox='0 0 13 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath transform='rotate(180%2c 8%2c 9.5)' fill-rule='evenodd' clip-rule='evenodd' d='M12.6344 0.877569C13.1251 1.49007 13.0263 2.38439 12.4138 2.87509L4.33812 9.34497L12.4138 15.8148C13.0263 16.3056 13.1251 17.1999 12.6344 17.8124C12.1437 18.4249 11.2494 18.5236 10.6369 18.0329L1.17683 10.454C0.840203 10.1843 0.644287 9.77631 0.644287 9.34497C0.644287 8.91363 0.840203 8.50564 1.17683 8.23594L10.6369 0.65704C11.2494 0.166337 12.1437 0.265071 12.6344 0.877569Z' fill='%232A50FD'/%3e%3c/svg%3e","chevron-left":"data:image/svg+xml,%3csvg width='13' height='19' viewBox='0 0 13 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.6344 0.877569C13.1251 1.49007 13.0263 2.38439 12.4138 2.87509L4.33812 9.34497L12.4138 15.8148C13.0263 16.3056 13.1251 17.1999 12.6344 17.8124C12.1437 18.4249 11.2494 18.5236 10.6369 18.0329L1.17683 10.454C0.840203 10.1843 0.644287 9.77631 0.644287 9.34497C0.644287 8.91363 0.840203 8.50564 1.17683 8.23594L10.6369 0.65704C11.2494 0.166337 12.1437 0.265071 12.6344 0.877569Z' fill='%232A50FD'/%3e%3c/svg%3e","app-logo":"data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.91775 0.515015H7.50682C8.35702 0.515015 9.05226 1.21026 9.05226 2.06045V7.64952C9.05226 8.49972 8.35702 9.19496 7.50682 9.19496H1.91775C1.06755 9.19496 0.372314 8.49972 0.372314 7.64952V2.06045C0.372314 1.21026 1.06755 0.515015 1.91775 0.515015ZM1.91785 7.64952H7.50692V2.06045H1.91785V7.64952ZM12.5558 0.515015H18.1449C18.9951 0.515015 19.6903 1.21026 19.6903 2.06045V7.64952C19.6903 8.49972 18.9951 9.19496 18.1449 9.19496H12.5558C11.7056 9.19496 11.0104 8.49972 11.0104 7.64952V2.06045C11.0104 1.21026 11.7056 0.515015 12.5558 0.515015ZM7.50682 11.153H1.91775C1.06755 11.153 0.372314 11.8483 0.372314 12.6985V18.2875C0.372314 19.1377 1.06755 19.833 1.91775 19.833H7.50682C8.35702 19.833 9.05226 19.1377 9.05226 18.2875V12.6985C9.05226 11.8483 8.35702 11.153 7.50682 11.153ZM12.5558 11.153H18.1449C18.9951 11.153 19.6903 11.8483 19.6903 12.6985V18.2875C19.6903 19.1377 18.9951 19.833 18.1449 19.833H12.5558C11.7056 19.833 11.0104 19.1377 11.0104 18.2875V12.6985C11.0104 11.8483 11.7056 11.153 12.5558 11.153Z' fill='%232A50FD'/%3e%3c/svg%3e",email:"data:image/svg+xml,%3csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.4286 0.617798H2.90599C2.13748 0.617798 1.40044 0.92309 0.857016 1.46651C0.313593 2.00994 0.00830078 2.74698 0.00830078 3.51549V13.1745C0.00830078 13.943 0.313593 14.68 0.857016 15.2234C1.40044 15.7669 2.13748 16.0722 2.90599 16.0722H16.4286C17.1971 16.0722 17.9341 15.7669 18.4775 15.2234C19.021 14.68 19.3263 13.943 19.3263 13.1745V3.51549C19.3263 2.74698 19.021 2.00994 18.4775 1.46651C17.9341 0.92309 17.1971 0.617798 16.4286 0.617798ZM16.0325 2.54959L10.3531 8.22907C10.2633 8.3196 10.1564 8.39146 10.0387 8.4405C9.92104 8.48954 9.79479 8.51478 9.66728 8.51478C9.53977 8.51478 9.41352 8.48954 9.29582 8.4405C9.17811 8.39146 9.07129 8.3196 8.98149 8.22907L3.30201 2.54959H16.0325ZM17.3945 13.1745C17.3945 13.4306 17.2927 13.6763 17.1116 13.8575C16.9304 14.0386 16.6847 14.1404 16.4286 14.1404H2.90599C2.64982 14.1404 2.40414 14.0386 2.223 13.8575C2.04186 13.6763 1.9401 13.4306 1.9401 13.1745V3.91151L7.61958 9.59099C8.1629 10.1336 8.89939 10.4384 9.66728 10.4384C10.4352 10.4384 11.1717 10.1336 11.715 9.59099L17.3945 3.91151V13.1745Z' fill='%232A50FD'/%3e%3c/svg%3e","chevron-down":"data:image/svg+xml,%3csvg width='13' height='19' viewBox='0 0 13 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath transform='rotate(270%2c 6.5%2c 9.5)' fill-rule='evenodd' clip-rule='evenodd' d='M12.6344 0.877569C13.1251 1.49007 13.0263 2.38439 12.4138 2.87509L4.33812 9.34497L12.4138 15.8148C13.0263 16.3056 13.1251 17.1999 12.6344 17.8124C12.1437 18.4249 11.2494 18.5236 10.6369 18.0329L1.17683 10.454C0.840203 10.1843 0.644287 9.77631 0.644287 9.34497C0.644287 8.91363 0.840203 8.50564 1.17683 8.23594L10.6369 0.65704C11.2494 0.166337 12.1437 0.265071 12.6344 0.877569Z' fill='%232A50FD'/%3e%3c/svg%3e","triangle-down":"data:image/svg+xml,%3csvg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.271484 0.153671H8.27148L4.27148 6.15367L0.271484 0.153671Z' fill='%23081348'/%3e%3c/svg%3e",info:"data:image/svg+xml,%3csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.132935 6.38318C0.132935 3.06947 2.81923 0.383179 6.13293 0.383179C9.44512 0.386862 12.1293 3.071 12.1329 6.38318C12.1329 9.69689 9.44664 12.3832 6.13293 12.3832C2.81923 12.3832 0.132935 9.69689 0.132935 6.38318ZM1.33293 6.38318C1.33293 9.03415 3.48197 11.1832 6.13293 11.1832C8.78264 11.1801 10.9299 9.03289 10.9329 6.38318C10.9329 3.73221 8.7839 1.58318 6.13293 1.58318C3.48197 1.58318 1.33293 3.73221 1.33293 6.38318ZM6.13293 6.08318C5.80156 6.08318 5.53293 6.35181 5.53293 6.68318V8.48318C5.53293 8.81455 5.80156 9.08318 6.13293 9.08318C6.46431 9.08318 6.73293 8.81455 6.73293 8.48318V6.68318C6.73293 6.35181 6.46431 6.08318 6.13293 6.08318ZM5.38293 4.43318C5.38293 4.01897 5.71872 3.68318 6.13293 3.68318C6.54715 3.68318 6.88293 4.01897 6.88293 4.43318C6.88293 4.84739 6.54715 5.18318 6.13293 5.18318C5.71872 5.18318 5.38293 4.84739 5.38293 4.43318Z' fill='%236B747F'/%3e%3c/svg%3e","cross-icon":"data:image/svg+xml,%3csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7129 9.70582L19.8791 1.53962C20.2304 1.18838 20.2304 0.661516 19.8791 0.310275C19.5279 -0.0409657 19.001 -0.0409657 18.6498 0.310275L10.4836 8.47648L2.31736 0.310275C1.96612 -0.0409657 1.43926 -0.0409657 1.08802 0.310275C0.736775 0.661516 0.736775 1.18838 1.08802 1.53962L9.25422 9.70582L1.08802 17.872C0.736775 18.2233 0.736775 18.7501 1.08802 19.1014C1.26364 19.277 1.43926 19.3648 1.70269 19.3648C1.96612 19.3648 2.14174 19.277 2.31736 19.1014L10.4836 10.9352L18.6498 19.1014C18.8254 19.277 19.0888 19.3648 19.2644 19.3648C19.4401 19.3648 19.7035 19.277 19.8791 19.1014C20.2304 18.7501 20.2304 18.2233 19.8791 17.872L11.7129 9.70582Z' fill='%232A50FD'/%3e%3c/svg%3e","file-attach":"data:image/svg+xml,%3csvg width='28' height='25' viewBox='0 0 28 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.0267 1.17413C14.8017 0.949122 14.4968 0.823124 14.1784 0.823124L14.1785 0.82309C13.8601 0.82309 13.5552 0.949117 13.3302 1.1741C13.1052 1.39908 12.9781 1.70508 12.9781 2.02345V15.9259L10.2264 13.1741C10.0037 12.9424 9.69653 12.8108 9.37366 12.8085C9.05191 12.8052 8.74254 12.9323 8.51529 13.1595C8.28803 13.3868 8.16091 13.6962 8.16428 14.0179C8.16653 14.3408 8.29815 14.6479 8.52989 14.8706L13.3302 19.671C13.7982 20.1401 14.5587 20.1401 15.0267 19.671L19.827 14.8706C20.2815 14.4004 20.2747 13.6523 19.8124 13.1888C19.3489 12.7264 18.6008 12.7197 18.1305 13.1742L15.3788 15.9259V2.02349C15.3788 1.70514 15.2517 1.39914 15.0267 1.17413ZM24.9783 14.0232C24.9783 13.3606 25.516 12.8229 26.1786 12.8229V12.8229C26.497 12.8229 26.8019 12.9489 27.0269 13.1739C27.2519 13.3989 27.3779 13.7049 27.3779 14.0233V23.6227C27.3779 23.9411 27.2518 24.246 27.0269 24.471C26.8019 24.696 26.497 24.8231 26.1786 24.8231H2.17825C1.85987 24.8231 1.55502 24.6959 1.33001 24.471C1.105 24.246 0.979004 23.9411 0.979004 23.6227V14.0233C0.979004 13.3606 1.51563 12.8229 2.17825 12.8229C2.84087 12.8229 3.37861 13.3606 3.37861 14.0233V22.4224L24.9783 22.4235V14.0232Z' fill='%232E56F4'/%3e%3c/svg%3e","jpg-icon":"data:image/svg+xml,%3csvg width='17' height='19' viewBox='0 0 17 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.0248 7.36488H14.5926V5.27939C14.5926 5.26822 14.5911 5.25698 14.5896 5.24568L14.5888 5.24011C14.5881 5.1573 14.5618 5.07596 14.5051 5.01152L11.0346 1.04708L11.0334 1.0461C11.0328 1.04567 11.0323 1.04527 11.0318 1.0446C11.0112 1.02149 10.987 1.00228 10.9615 0.985642C10.954 0.980577 10.9464 0.976328 10.9385 0.971949C10.9164 0.95989 10.893 0.94989 10.8688 0.942668C10.8658 0.941806 10.8628 0.940756 10.8599 0.939708L10.8599 0.939707L10.8599 0.939704C10.8566 0.938529 10.8533 0.937357 10.8499 0.936459C10.8237 0.93025 10.7964 0.926361 10.7689 0.926361H2.2397C1.85022 0.926361 1.53382 1.24313 1.53382 1.63227V7.36472H1.10169C0.544537 7.36472 0.0927734 7.81628 0.0927734 8.37364V13.6202C0.0927734 14.1772 0.544537 14.629 1.10169 14.629H1.53385V18.2204C1.53385 18.6096 1.85025 18.9264 2.23973 18.9264H13.8868C14.2759 18.9264 14.5926 18.6096 14.5926 18.2204V14.629H15.0249C15.5819 14.629 16.0337 14.1772 16.0337 13.6202V8.3738C16.0337 7.81648 15.5818 7.36488 15.0248 7.36488ZM2.2397 1.63241H10.4159V5.24394C10.4159 5.43893 10.5741 5.59688 10.7689 5.59688H13.8867V7.36511H2.2397V1.63241ZM8.94593 11.1082C9.25851 10.8108 9.43053 10.3728 9.43053 9.8568C9.43053 9.34086 9.20393 8.90285 8.86802 8.6371C8.51573 8.35543 7.99178 8.21481 7.25678 8.21481C6.52953 8.21481 6.01355 8.26151 5.6458 8.32442V13.5243H6.82655V11.6398C6.936 11.6556 7.07698 11.6631 7.23345 11.6631C7.93691 11.6631 8.53903 11.4913 8.94593 11.1082ZM1.90744 13.4852L2.04065 12.5234C2.20496 12.5782 2.41581 12.6175 2.65038 12.6175C3.1512 12.6175 3.46372 12.3904 3.46372 11.5694V8.25377H4.65221V11.5849C4.65221 13.0865 3.9326 13.6102 2.77548 13.6102C2.50202 13.6104 2.14218 13.5638 1.90744 13.4852ZM2.2397 18.0294H13.8867V14.629H2.2397V18.0294ZM14.5923 13.2821C14.2249 13.4072 13.529 13.5791 12.8324 13.5791C11.8711 13.5791 11.1748 13.3367 10.6903 12.8676C10.2053 12.4142 9.93906 11.726 9.94717 10.9518C9.95472 9.20007 11.2293 8.19916 12.9578 8.19916C13.6382 8.19916 14.1625 8.33187 14.4203 8.45713L14.17 9.41108C13.8805 9.28595 13.5207 9.18429 12.942 9.18429C11.949 9.18429 11.1987 9.74749 11.1987 10.8892C11.1987 11.9761 11.8787 12.6174 12.8563 12.6174C13.13 12.6174 13.3491 12.586 13.4428 12.539V11.4364H12.6294V10.5059H14.5922V13.2821H14.5923ZM6.82654 9.16098C6.91262 9.13739 7.07696 9.11386 7.31909 9.11386C7.91353 9.11386 8.25003 9.40331 8.25003 9.88824C8.25003 10.4275 7.85892 10.7484 7.22533 10.7484C7.0535 10.7484 6.9284 10.7405 6.82654 10.717V9.16098Z' fill='%232E56F4'/%3e%3c/svg%3e","pdf-icon":"data:image/svg+xml,%3csvg width='17' height='19' viewBox='0 0 17 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.3246 6.76136H14.8924V4.67588C14.8924 4.6647 14.8909 4.65346 14.8894 4.64216L14.8886 4.6366C14.8879 4.55379 14.8616 4.47245 14.8049 4.408L11.3344 0.443564L11.3332 0.442584C11.3326 0.442151 11.3321 0.441754 11.3316 0.441081C11.311 0.417976 11.2868 0.39876 11.2613 0.382126C11.2538 0.377061 11.2462 0.372813 11.2383 0.368434C11.2162 0.356375 11.1928 0.346375 11.1686 0.339153C11.1656 0.338291 11.1626 0.33724 11.1597 0.336192L11.1597 0.336192L11.1597 0.336189C11.1564 0.335013 11.1531 0.333841 11.1497 0.332943C11.1235 0.326734 11.0963 0.322845 11.0687 0.322845H2.5395C2.15003 0.322845 1.83362 0.63961 1.83362 1.02876V6.7612H1.4015C0.844342 6.7612 0.392578 7.21277 0.392578 7.77012V13.0167C0.392578 13.5736 0.844342 14.0255 1.4015 14.0255H1.83365V17.6169C1.83365 18.006 2.15006 18.3228 2.53954 18.3228H14.1866C14.5757 18.3228 14.8925 18.0061 14.8925 17.6169V14.0255H15.3247C15.8817 14.0255 16.3335 13.5736 16.3335 13.0167V7.77028C16.3335 7.21296 15.8816 6.76136 15.3246 6.76136ZM2.5395 1.02889H10.7157V4.64042C10.7157 4.83542 10.8739 4.99336 11.0687 4.99336H14.1865V6.76159H2.5395V1.02889ZM10.3283 12.5567C10.8374 12.1264 11.2048 11.4306 11.2048 10.4216C11.2048 9.49103 10.8607 8.84211 10.3135 8.43541C9.80498 8.05247 9.15576 7.87247 8.15537 7.87247C7.55322 7.87247 6.98201 7.91159 6.54414 7.98182V13.1588C6.84165 13.1978 7.27946 13.2369 7.89711 13.2369C8.929 13.2369 9.77374 13.018 10.3283 12.5567ZM2.00029 13.1823V7.98182C2.36764 7.9196 2.88401 7.87247 3.61127 7.87247C4.34626 7.87247 4.87032 8.01326 5.22208 8.29496C5.55842 8.56067 5.78466 8.99868 5.78466 9.51482C5.78466 10.0311 5.61309 10.469 5.30005 10.766C4.89345 11.1492 4.29139 11.3214 3.58741 11.3214C3.43127 11.3214 3.29002 11.3134 3.18104 11.2978V13.1824H2.00029V13.1823ZM2.5395 17.4259H14.1865V14.0255H2.5395V17.4259ZM15.2093 8.88907H13.1836V10.0934H15.0761V11.0631H13.1836V13.1823H11.9877V7.91159H15.2093V8.88907ZM4.60424 9.54587C4.60424 9.06116 4.26767 8.77188 3.67372 8.77188C3.43143 8.77188 3.26728 8.79525 3.1812 8.81868V10.3751C3.28296 10.3982 3.40806 10.4061 3.57963 10.4061C4.21332 10.4061 4.60424 10.0856 4.60424 9.54587ZM8.2805 8.7875C8.01433 8.7875 7.8427 8.81094 7.74067 8.8344V12.2829C7.8425 12.3067 8.00675 12.3067 8.15537 12.3067C9.23436 12.3142 9.93818 11.7202 9.93818 10.4611C9.94609 9.36593 9.30469 8.7875 8.2805 8.7875Z' fill='%232E56F4'/%3e%3c/svg%3e","arrow-up":"data:image/svg+xml,%3csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.6561 4.98854L5.78989 0.122986L0.923645 4.98854L1.94087 6.00576L5.06337 2.88257V15.123H6.51636V2.88257L9.63886 6.00576L10.6561 4.98854Z' fill='%23009500'/%3e%3c/svg%3e","arrow-down":"data:image/svg+xml,%3csvg width='11' height='17' viewBox='0 0 11 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.337 11.3942L5.47074 16.4335L0.604492 11.3942L1.62172 10.3406L4.74422 13.5753V0.897759H6.19721V13.5753L9.31971 10.3406L10.337 11.3942Z' fill='%23C10000'/%3e%3c/svg%3e","pen-icon":"data:image/svg+xml,%3csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.87647 10.4528L2.64806 13.9942H0.504883L5.3205 0.612427H7.65317L12.4688 13.9942H10.3256L9.10374 10.4528H3.87647ZM4.46454 8.7539H8.51567L6.54238 3.04311H6.43783L4.46454 8.7539Z' fill='%23454545'/%3e%3c/svg%3e","sign-icon":"data:image/svg+xml,%3csvg width='23' height='17' viewBox='0 0 23 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.4919 0.469661C21.4919 0.469661 21.4927 0.469661 21.4935 0.470442L21.4935 0.470422C22.2458 1.00014 22.4466 2.06732 21.9411 2.85482L21.3568 3.76654L18.6302 1.85794L19.2138 0.936842C19.2138 0.936842 19.2138 0.936061 19.2145 0.936061C19.7193 0.148561 20.7396 -0.060019 21.4919 0.469661ZM12.8287 11.4032L12.81 14.4742C12.8053 14.5039 12.824 14.5297 12.8514 14.5352C12.8639 14.5367 12.8764 14.5352 12.8881 14.5274L15.6757 13.3492L21.0147 4.68745L18.1741 2.74057L12.8287 11.4032ZM11.6916 7.26789C11.2142 5.85961 9.65961 5.20995 8.23719 5.74995C6.01654 6.59005 5.65513 9.45668 6.63008 12.0049L6.7317 12.2595C7.01005 12.9291 7.3479 13.5236 7.75506 14.0393L7.90633 14.2236L7.7904 14.3086L7.64283 14.4049C6.71979 14.9803 6.0144 14.8962 5.42701 14.0152C5.11735 13.5506 5.01096 13.0618 4.98516 12.1083L4.9715 11.0336C4.93862 9.71545 4.77544 9.05726 4.19647 8.353C3.38847 7.36761 1.96488 7.43564 0.945348 8.25562C0.724649 8.43312 0.689631 8.75593 0.867134 8.97662C1.04464 9.19732 1.36744 9.23234 1.58814 9.05484C2.21276 8.55248 3.00273 8.51473 3.40378 9.00383C3.8507 9.54747 3.94804 10.1185 3.95265 11.5636L3.95515 11.9049C3.97323 13.2011 4.09831 13.871 4.57361 14.5841C5.54707 16.0442 6.94271 16.1268 8.36769 15.1564L8.59557 14.9923L8.64733 14.9496L8.7923 15.0647C9.63186 15.7067 10.6739 16.1324 11.9605 16.325C12.2406 16.3669 12.5016 16.1738 12.5435 15.8937C12.5855 15.6136 12.3924 15.3525 12.1123 15.3106L11.8424 15.2657C10.8696 15.0866 10.0777 14.7507 9.43059 14.26L9.42233 14.2526L9.48822 14.1872C10.0623 13.5879 10.5767 12.8898 10.926 12.2524C11.8691 10.5302 12.2094 8.7956 11.6916 7.26789ZM8.60065 6.70903C9.49902 6.36798 10.4363 6.75969 10.7202 7.59715C11.1306 8.8078 10.8446 10.2657 10.0264 11.7596L9.90522 11.9708C9.60656 12.4692 9.20064 13.0019 8.76026 13.4641L8.67833 13.5456L8.63441 13.4951C8.20642 12.9789 7.86423 12.3595 7.58793 11.6382C6.78908 9.55027 7.0745 7.28639 8.60065 6.70903Z' fill='%232E56F4'/%3e%3c/svg%3e","edit-icon":"data:image/svg+xml,%3csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.38784 7.73764H3.29584C3.35506 7.73799 3.41377 7.72664 3.4686 7.70424C3.52343 7.68185 3.57329 7.64885 3.61534 7.60714L6.72934 4.48864L8.00734 3.23764C8.04952 3.19581 8.083 3.14604 8.10584 3.0912C8.12869 3.03637 8.14045 2.97755 8.14045 2.91814C8.14045 2.85874 8.12869 2.79992 8.10584 2.74508C8.083 2.69025 8.04952 2.64048 8.00734 2.59864L6.09934 0.668143C6.05751 0.625966 6.00774 0.592488 5.9529 0.569642C5.89806 0.546796 5.83925 0.535034 5.77984 0.535034C5.72044 0.535034 5.66162 0.546796 5.60678 0.569642C5.55195 0.592488 5.50217 0.625966 5.46034 0.668143L4.19134 1.94164L1.06834 5.06014C1.02664 5.10219 0.993639 5.15206 0.971245 5.20689C0.948851 5.26171 0.937499 5.32042 0.937842 5.37964V7.28764C0.937842 7.40699 0.985252 7.52145 1.06964 7.60584C1.15404 7.69023 1.26849 7.73764 1.38784 7.73764ZM5.77984 1.62214L7.05334 2.89564L6.41434 3.53464L5.14084 2.26114L5.77984 1.62214ZM1.83784 5.56414L4.50634 2.89564L5.77984 4.16914L3.11134 6.83764H1.83784V5.56414ZM8.58784 8.63764H0.487842C0.368494 8.63764 0.254035 8.68505 0.169644 8.76945C0.0852524 8.85384 0.0378418 8.9683 0.0378418 9.08764C0.0378418 9.20699 0.0852524 9.32145 0.169644 9.40584C0.254035 9.49023 0.368494 9.53764 0.487842 9.53764H8.58784C8.70719 9.53764 8.82165 9.49023 8.90604 9.40584C8.99043 9.32145 9.03784 9.20699 9.03784 9.08764C9.03784 8.9683 8.99043 8.85384 8.90604 8.76945C8.82165 8.68505 8.70719 8.63764 8.58784 8.63764Z' fill='%232E56F4'/%3e%3c/svg%3e","hamburger-menu":"data:image/svg+xml,%3csvg width='21' height='17' viewBox='0 0 21 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.38839 3.50162H18.4867C18.9136 3.50162 19.3231 3.36455 19.625 3.12055C19.9269 2.87656 20.0965 2.54563 20.0965 2.20057C20.0965 1.85551 19.9269 1.52458 19.625 1.28059C19.3231 1.0366 18.9136 0.899521 18.4867 0.899521H2.38839C1.96144 0.899521 1.55197 1.0366 1.25007 1.28059C0.948171 1.52458 0.778564 1.85551 0.778564 2.20057C0.778564 2.54563 0.948171 2.87656 1.25007 3.12055C1.55197 3.36455 1.96144 3.50162 2.38839 3.50162ZM18.4867 7.40477H2.38839C1.96144 7.40477 1.55197 7.54184 1.25007 7.78584C0.948171 8.02983 0.778564 8.36076 0.778564 8.70582C0.778564 9.05088 0.948171 9.38181 1.25007 9.6258C1.55197 9.86979 1.96144 10.0069 2.38839 10.0069H18.4867C18.9136 10.0069 19.3231 9.86979 19.625 9.6258C19.9269 9.38181 20.0965 9.05088 20.0965 8.70582C20.0965 8.36076 19.9269 8.02983 19.625 7.78584C19.3231 7.54184 18.9136 7.40477 18.4867 7.40477ZM18.4867 13.91H2.38839C1.96144 13.91 1.55197 14.0471 1.25007 14.2911C0.948171 14.5351 0.778564 14.866 0.778564 15.2111C0.778564 15.5561 0.948171 15.8871 1.25007 16.1311C1.55197 16.375 1.96144 16.5121 2.38839 16.5121H18.4867C18.9136 16.5121 19.3231 16.375 19.625 16.1311C19.9269 15.8871 20.0965 15.5561 20.0965 15.2111C20.0965 14.866 19.9269 14.5351 19.625 14.2911C19.3231 14.0471 18.9136 13.91 18.4867 13.91Z' fill='%232A50FD'/%3e%3c/svg%3e",bell:"data:image/svg+xml,%3csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.87983 17.0764C8.96945 17.8588 9.6528 18.4673 10.4832 18.4673C11.3137 18.4673 11.997 17.8588 12.0867 17.0764H8.87983ZM13.8847 17.0764C13.7909 18.8205 12.3037 20.206 10.4832 20.206C8.6628 20.206 7.1756 18.8205 7.08178 17.0764H2.59635C1.70571 17.0764 0.983139 16.3769 0.983139 15.5116V15.1639C0.983139 13.9033 1.90736 12.8506 3.13408 12.6088V7.33454C3.13408 3.3968 6.42352 0.205994 10.4831 0.205994C14.5428 0.205994 17.8322 3.39673 17.8322 7.33454V12.6088C19.0603 12.8506 19.9831 13.902 19.9831 15.1639V15.5116C19.9831 16.3782 19.2606 17.0764 18.3699 17.0764H13.8847ZM18.1909 15.1639C18.1909 14.683 17.7904 14.2945 17.2919 14.2945C16.6001 14.2945 16.04 13.7471 16.04 13.0802V7.33437C16.04 4.35689 13.5529 1.94449 10.4834 1.94449C7.41378 1.94449 4.92675 4.35689 4.92675 7.33437V13.0802C4.92675 13.7498 4.36381 14.2945 3.67483 14.2945C3.17771 14.2945 2.77581 14.6844 2.77581 15.1639V15.3377H18.1909V15.1639Z' fill='white'/%3e%3c/svg%3e",star:"data:image/svg+xml,%3csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.6464 7.09946C19.5855 6.92303 19.4747 6.76806 19.3274 6.65335C19.1802 6.53863 19.0028 6.4691 18.8169 6.45319L13.3284 5.65259L10.8687 0.665684C10.7897 0.5026 10.6664 0.365063 10.5128 0.268828C10.3593 0.172592 10.1817 0.121552 10.0005 0.121552C9.81934 0.121552 9.6418 0.172592 9.48826 0.268828C9.33473 0.365063 9.2114 0.5026 9.13242 0.665684L6.67273 5.64294L1.18424 6.45319C1.00572 6.47857 0.837879 6.55347 0.699776 6.66941C0.561672 6.78535 0.458832 6.93768 0.402924 7.10911C0.351748 7.27663 0.347156 7.45493 0.38964 7.62487C0.432124 7.7948 0.520081 7.94996 0.644071 8.0737L4.62781 11.932L3.66322 17.4109C3.62879 17.5917 3.64682 17.7786 3.71519 17.9496C3.78355 18.1205 3.8994 18.2683 4.04906 18.3755C4.19492 18.4797 4.36696 18.5413 4.54586 18.5532C4.72477 18.5651 4.90346 18.527 5.06187 18.443L10.0005 15.8675L14.9199 18.4526C15.0553 18.529 15.2082 18.5689 15.3636 18.5684C15.568 18.5691 15.7672 18.5049 15.9327 18.3851C16.0824 18.2779 16.1982 18.1301 16.2666 17.9592C16.335 17.7883 16.353 17.6014 16.3186 17.4205L15.354 11.9417L19.3377 8.08334C19.477 7.96535 19.5799 7.81027 19.6346 7.63611C19.6892 7.46195 19.6933 7.27586 19.6464 7.09946ZM13.7142 10.9578C13.6011 11.0672 13.5164 11.2027 13.4677 11.3523C13.4189 11.5019 13.4075 11.6612 13.4345 11.8163L14.129 15.8579L10.5021 13.9287C10.3626 13.8544 10.2069 13.8155 10.0488 13.8155C9.89066 13.8155 9.73498 13.8544 9.59542 13.9287L5.96858 15.8579L6.66308 11.8163C6.69003 11.6612 6.67862 11.5019 6.62987 11.3523C6.58111 11.2027 6.49647 11.0672 6.38335 10.9578L3.4896 8.06405L7.5505 7.47565C7.70676 7.45392 7.85531 7.39418 7.98311 7.30169C8.11092 7.2092 8.21409 7.08677 8.28358 6.94513L10.0005 3.27006L11.814 6.95478C11.8835 7.09641 11.9866 7.21884 12.1144 7.31134C12.2422 7.40383 12.3908 7.46356 12.547 7.4853L16.608 8.0737L13.7142 10.9578Z' fill='%232A50FD'/%3e%3c/svg%3e","cloud-icon":"data:image/svg+xml,%3csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.2048 10.3586L9.01892 13.5445L7.76975 12.2953C7.67973 12.2046 7.57263 12.1325 7.45463 12.0834C7.33663 12.0342 7.21006 12.0089 7.08222 12.0089C6.95439 12.0089 6.82782 12.0342 6.70982 12.0834C6.59182 12.1325 6.48472 12.2046 6.3947 12.2953C6.21434 12.4768 6.11311 12.7222 6.11311 12.978C6.11311 13.2339 6.21434 13.4793 6.3947 13.6607L8.3314 15.5974C8.42142 15.6882 8.52852 15.7602 8.64652 15.8094C8.76452 15.8585 8.89109 15.8839 9.01892 15.8839C9.14676 15.8839 9.27333 15.8585 9.39133 15.8094C9.50933 15.7602 9.61643 15.6882 9.70645 15.5974L13.5799 11.724C13.7602 11.5426 13.8614 11.2972 13.8614 11.0413C13.8614 10.7855 13.7602 10.5401 13.5799 10.3586C13.4898 10.2679 13.3827 10.1958 13.2647 10.1467C13.1467 10.0975 13.0202 10.0722 12.8923 10.0722C12.7645 10.0722 12.6379 10.0975 12.5199 10.1467C12.4019 10.1958 12.2948 10.2679 12.2048 10.3586V10.3586ZM16.2041 4.67443C15.6117 3.31469 14.5898 2.18674 13.2949 1.46354C12 0.740337 10.5037 0.461796 9.03527 0.670623C7.56688 0.87945 6.20752 1.56412 5.16559 2.61965C4.12366 3.67519 3.45669 5.04333 3.26693 6.5143C2.45932 6.71468 1.7377 7.16981 1.20893 7.81229C0.680162 8.45478 0.372348 9.25047 0.331066 10.0815C0.289784 10.9126 0.517229 11.7349 0.979725 12.4266C1.44222 13.1183 2.11518 13.6427 2.89895 13.9222C3.02264 13.9871 3.15891 14.0245 3.2984 14.0317C3.4379 14.039 3.57732 14.016 3.70709 13.9644C3.83687 13.9127 3.95393 13.8336 4.05025 13.7324C4.14656 13.6312 4.21985 13.5104 4.26508 13.3783C4.31031 13.2461 4.32641 13.1057 4.31228 12.9668C4.29815 12.8278 4.25413 12.6935 4.18323 12.5732C4.11232 12.4528 4.01622 12.3492 3.90152 12.2695C3.78681 12.1898 3.65622 12.1359 3.5187 12.1114C3.14127 11.9749 2.81554 11.7246 2.58656 11.395C2.35758 11.0654 2.23664 10.6728 2.24048 10.2715C2.24048 9.75785 2.44452 9.26524 2.80772 8.90204C3.17092 8.53884 3.66353 8.3348 4.17718 8.3348C4.434 8.3348 4.6803 8.23277 4.8619 8.05117C5.0435 7.86957 5.14553 7.62327 5.14553 7.36645C5.15027 6.22198 5.56026 5.11619 6.30277 4.24528C7.04528 3.37436 8.0723 2.79462 9.20161 2.60891C10.3309 2.42321 11.4895 2.64355 12.4718 3.23084C13.4541 3.81813 14.1966 4.7344 14.5676 5.81709C14.6244 5.98168 14.7245 6.12792 14.8574 6.24039C14.9904 6.35287 15.1512 6.42742 15.3229 6.4562C15.9679 6.57808 16.5526 6.91481 16.9817 7.41151C17.4108 7.9082 17.6591 8.53559 17.686 9.19144C17.713 9.84728 17.517 10.4929 17.1301 11.0232C16.7432 11.5534 16.1881 11.937 15.5553 12.1114C15.2985 12.1435 15.0649 12.2763 14.906 12.4806C14.7471 12.6849 14.6759 12.9439 14.708 13.2008C14.7401 13.4576 14.8729 13.6911 15.0772 13.85C15.2815 14.0089 15.5405 14.0802 15.7974 14.0481H16.0395C17.0585 13.7788 17.9619 13.1843 18.6124 12.3549C19.2628 11.5254 19.6249 10.5064 19.6435 9.45253C19.6621 8.39864 19.3363 7.36746 18.7156 6.51558C18.0948 5.6637 17.213 5.03766 16.2041 4.73254V4.67443Z' fill='%232A50FD'/%3e%3c/svg%3e","check-icon":"data:image/svg+xml,%3csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.09309 0.499928C6.94236 0.505009 6.80012 0.568234 6.69568 0.676061C5.27989 2.09523 4.2073 3.27224 2.87503 4.62764L1.41183 3.39024C1.29498 3.29089 1.14369 3.24178 0.990707 3.25419C0.837725 3.26661 0.69603 3.33887 0.596677 3.45572C0.497324 3.57257 0.448218 3.72386 0.46063 3.87684C0.472485 4.02982 0.545306 4.17152 0.662154 4.27087L2.54083 5.86052C2.77058 6.05754 3.11323 6.04342 3.32662 5.82891C4.88014 4.27207 5.98769 3.02607 7.51751 1.49351C7.68968 1.32698 7.74162 1.07125 7.64734 0.850538C7.55307 0.629823 7.33235 0.490382 7.09301 0.499977L7.09309 0.499928Z' fill='white'/%3e%3c/svg%3e","arrow-rotate":"data:image/svg+xml,%3csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:none%3bstroke:black%3bstroke-miterlimit:10%3bopacity:0%3b%7d%3c/style%3e%3c/defs%3e%3cpath d='M.92%2c14a1%2c1%2c0%2c0%2c0%2c.93-1C1.85%2c6.63%2c6%2c2%2c11.79%2c2a9.45%2c9.45%2c0%2c0%2c1%2c8.53%2c4.72L17.76%2c6a.92.92%2c0%2c0%2c0-1.12.73A1%2c1%2c0%2c0%2c0%2c17.31%2c8l4.44%2c1.2.11%2c0H22a.81.81%2c0%2c0%2c0%2c.27%2c0h0A1%2c1%2c0%2c0%2c0%2c22.56%2c9a.27.27%2c0%2c0%2c0%2c.07-.08.8.8%2c0%2c0%2c0%2c.13-.19.84.84%2c0%2c0%2c0%2c.06-.14s0-.07%2c0-.11L24%2c3.64a1%2c1%2c0%2c0%2c0-.67-1.21.92.92%2c0%2c0%2c0-1.12.73l-.5%2c2.16A11.39%2c11.39%2c0%2c0%2c0%2c11.79%2c0C5.07%2c0%2c0%2c5.59%2c0%2c13A1%2c1%2c0%2c0%2c0%2c.92%2c14Z'/%3e%3cpath d='M23.08%2c10a1%2c1%2c0%2c0%2c0-.93%2c1c0%2c6.37-4.18%2c11-9.94%2c11a9.45%2c9.45%2c0%2c0%2c1-8.53-4.72L6.24%2c18a.92.92%2c0%2c0%2c0%2c1.12-.73A1%2c1%2c0%2c0%2c0%2c6.69%2c16l-4.44-1.2-.11%2c0H2a.81.81%2c0%2c0%2c0-.27%2c0h0a1%2c1%2c0%2c0%2c0-.29.19.27.27%2c0%2c0%2c0-.07.08.8.8%2c0%2c0%2c0-.13.19.84.84%2c0%2c0%2c0-.06.14s0%2c.07%2c0%2c.11L0%2c20.36A1%2c1%2c0%2c0%2c0%2c.7%2c21.57a.92.92%2c0%2c0%2c0%2c1.12-.73l.5-2.16A11.39%2c11.39%2c0%2c0%2c0%2c12.21%2c24C18.93%2c24%2c24%2c18.41%2c24%2c11A1%2c1%2c0%2c0%2c0%2c23.08%2c10Z'/%3e%3crect class='cls-1' width='24' height='24'/%3e%3c/svg%3e","magnifier-icon":"data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7456 14.6459L19.327 18.1983C19.6886 18.5724 19.6886 19.1659 19.327 19.5401C19.1457 19.7228 18.899 19.8256 18.6416 19.8256C18.3842 19.8256 18.1375 19.7228 17.9562 19.5401L14.4038 15.9877C10.8048 18.8742 5.57718 18.4442 2.49816 15.0084C-0.580862 11.5726 -0.437387 6.32929 2.82492 3.06699C6.08723 -0.195322 11.3305 -0.338797 14.7663 2.74023C18.2022 5.81925 18.6322 11.0468 15.7456 14.6459ZM2.23111 9.23044C2.23111 12.9624 5.25644 15.9877 8.98837 15.9877C10.7805 15.9877 12.4992 15.2758 13.7665 14.0085C15.0337 12.7413 15.7456 11.0226 15.7456 9.23044C15.7456 5.49851 12.7203 2.47318 8.98837 2.47318C5.25644 2.47318 2.23111 5.49851 2.23111 9.23044Z' fill='%232A50FD'/%3e%3c/svg%3e",connection:"data:image/svg+xml,%3csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.8412 11.3595C11.4441 10.6162 12.3481 10.1818 13.3052 10.1755C15.0725 10.1755 16.5052 11.6082 16.5052 13.3755C16.5052 15.1428 15.0725 16.5755 13.3052 16.5755C11.5379 16.5755 10.1052 15.1428 10.1052 13.3755C10.1076 13.1849 10.1263 12.9949 10.1612 12.8075L5.9372 10.8635C4.68025 12.0925 2.66722 12.0775 1.42881 10.8298C0.190398 9.58205 0.190398 7.56895 1.42881 6.32124C2.66722 5.07353 4.68025 5.05846 5.9372 6.2875L10.1612 4.3435C10.1263 4.15611 10.1076 3.96608 10.1052 3.7755C10.0926 2.21832 11.2028 0.878155 12.7351 0.600798C14.2675 0.323442 15.777 1.18943 16.311 2.65223C16.8451 4.11502 16.2486 5.74988 14.898 6.52502C13.5474 7.30017 11.8348 6.99052 10.8412 5.7915L6.7612 7.6715C6.95303 8.2589 6.95303 8.8921 6.7612 9.4795L10.8412 11.3595ZM14.9052 3.7755C14.9052 2.89184 14.1889 2.1755 13.3052 2.1755C12.4215 2.1755 11.7052 2.89184 11.7052 3.7755C11.7052 4.65916 12.4215 5.3755 13.3052 5.3755C14.1889 5.3755 14.9052 4.65916 14.9052 3.7755ZM3.7052 10.1755C2.82154 10.1755 2.1052 9.45916 2.1052 8.5755C2.1052 7.69184 2.82154 6.9755 3.7052 6.9755C4.58885 6.9755 5.3052 7.69184 5.3052 8.5755C5.3052 9.45916 4.58885 10.1755 3.7052 10.1755ZM11.7052 13.3755C11.7052 14.2592 12.4215 14.9755 13.3052 14.9755C14.1889 14.9755 14.9052 14.2592 14.9052 13.3755C14.9052 12.4918 14.1889 11.7755 13.3052 11.7755C12.4215 11.7755 11.7052 12.4918 11.7052 13.3755Z' fill='%236B747F'/%3e%3c/svg%3e","door-internal-active":"data:image/svg+xml,%3csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%2339aa35%3b%7d%3c/style%3e%3c/defs%3e%3ccircle class='cls-1' cx='12' cy='12' r='12'/%3e%3c/svg%3e","ellipses-horizontal":"data:image/svg+xml,%3csvg width='5' height='20' viewBox='0 0 5 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath transform='rotate(90%2c 0%2c 12)' fill-rule='evenodd' clip-rule='evenodd' d='M4.50654 2.11396C4.50654 3.25559 3.58106 4.18107 2.43943 4.18107C1.29779 4.18107 0.372314 3.25559 0.372314 2.11396C0.372314 0.972322 1.29779 0.0468445 2.43943 0.0468445C3.58106 0.0468445 4.50654 0.972322 4.50654 2.11396ZM4.50654 9.70582C4.50654 10.8475 3.58106 11.7729 2.43943 11.7729C1.29779 11.7729 0.372314 10.8475 0.372314 9.70582C0.372314 8.56419 1.29779 7.63871 2.43943 7.63871C3.58106 7.63871 4.50654 8.56419 4.50654 9.70582ZM2.43943 19.3648C3.58106 19.3648 4.50654 18.4393 4.50654 17.2977C4.50654 16.156 3.58106 15.2306 2.43943 15.2306C1.29779 15.2306 0.372314 16.156 0.372314 17.2977C0.372314 18.4393 1.29779 19.3648 2.43943 19.3648Z' fill='%232A50FD'/%3e%3c/svg%3e",ellipses:"data:image/svg+xml,%3csvg width='5' height='20' viewBox='0 0 5 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.50654 2.11396C4.50654 3.25559 3.58106 4.18107 2.43943 4.18107C1.29779 4.18107 0.372314 3.25559 0.372314 2.11396C0.372314 0.972322 1.29779 0.0468445 2.43943 0.0468445C3.58106 0.0468445 4.50654 0.972322 4.50654 2.11396ZM4.50654 9.70582C4.50654 10.8475 3.58106 11.7729 2.43943 11.7729C1.29779 11.7729 0.372314 10.8475 0.372314 9.70582C0.372314 8.56419 1.29779 7.63871 2.43943 7.63871C3.58106 7.63871 4.50654 8.56419 4.50654 9.70582ZM2.43943 19.3648C3.58106 19.3648 4.50654 18.4393 4.50654 17.2977C4.50654 16.156 3.58106 15.2306 2.43943 15.2306C1.29779 15.2306 0.372314 16.156 0.372314 17.2977C0.372314 18.4393 1.29779 19.3648 2.43943 19.3648Z' fill='%232A50FD'/%3e%3c/svg%3e","file-attach-white":"data:image/svg+xml,%3csvg width='28' height='25' viewBox='0 0 28 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.0267 1.17413C14.8017 0.949122 14.4968 0.823124 14.1784 0.823124L14.1785 0.82309C13.8601 0.82309 13.5552 0.949117 13.3302 1.1741C13.1052 1.39908 12.9781 1.70508 12.9781 2.02345V15.9259L10.2264 13.1741C10.0037 12.9424 9.69653 12.8108 9.37366 12.8085C9.05191 12.8052 8.74254 12.9323 8.51529 13.1595C8.28803 13.3868 8.16091 13.6962 8.16428 14.0179C8.16653 14.3408 8.29815 14.6479 8.52989 14.8706L13.3302 19.671C13.7982 20.1401 14.5587 20.1401 15.0267 19.671L19.827 14.8706C20.2815 14.4004 20.2747 13.6523 19.8124 13.1888C19.3489 12.7264 18.6008 12.7197 18.1305 13.1742L15.3788 15.9259V2.02349C15.3788 1.70514 15.2517 1.39914 15.0267 1.17413ZM24.9783 14.0232C24.9783 13.3606 25.516 12.8229 26.1786 12.8229V12.8229C26.497 12.8229 26.8019 12.9489 27.0269 13.1739C27.2519 13.3989 27.3779 13.7049 27.3779 14.0233V23.6227C27.3779 23.9411 27.2518 24.246 27.0269 24.471C26.8019 24.696 26.497 24.8231 26.1786 24.8231H2.17825C1.85987 24.8231 1.55502 24.6959 1.33001 24.471C1.105 24.246 0.979004 23.9411 0.979004 23.6227V14.0233C0.979004 13.3606 1.51563 12.8229 2.17825 12.8229C2.84087 12.8229 3.37861 13.3606 3.37861 14.0233V22.4224L24.9783 22.4235V14.0232Z' fill='white'/%3e%3c/svg%3e","functional-equation":"data:image/svg+xml,%3c%3fxml version='1.0' encoding='utf-8'%3f%3e%3c!-- Generator: Adobe Illustrator 26.0.1%2c SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24%3b' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%233A58A4%3b%7d .st1%7bfill:%233A58A4%3b%7d .st2%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%233957A3%3b%7d .st3%7bfill:%233957A3%3b%7d .st4%7bfill:%232972B8%3b%7d .st5%7bfill:%23138338%3b%7d .st6%7bfill:%233C5BA6%3b%7d .st7%7bfill:%23DD0B18%3b%7d .st8%7bfill:%233CAA37%3b%7d .st9%7bfill:%231C2243%3b%7d .st10%7bfill:white%3b%7d .st11%7bfill:%23FAD3D0%3b%7d .st12%7bfill:%2351C1E3%3b%7d .st13%7bfill:%23F59A15%3b%7d .st14%7bfill:%231E2243%3b%7d .st15%7bfill:%23DD0C15%3b%7d .st16%7bfill:%23E94B46%3b%7d .st17%7bfill:%23F6A542%3b%7d .st18%7bfill:%234DB486%3b%7d .st19%7bfill:%23474850%3b%7d .st20%7bfill:%233B59A5%3b%7d .st21%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%233C5BA6%3b%7d .st22%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%233B59A5%3b%7d .st23%7bfill:%23929EAC%3b%7d .st24%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%230A9639%3b%7d .st25%7bfill:%230A9639%3b%7d .st26%7bfill:%23C11718%3b%7d .st27%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%2339AA35%3b%7d .st28%7bfill:%2339AA35%3b%7d .st29%7bfill:%23D4D7E3%3b%7d .st30%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%23D4D7E3%3b%7d .st31%7bopacity:0.1%3b%7d .st32%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%231DA741%3b%7d .st33%7bfill:%2318122C%3b%7d .st34%7bfill:%23110D1D%3b%7d .st35%7bfill:%2318142B%3b%7d .st36%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%231F2244%3b%7d .st37%7bfill:%231E2143%3b%7d .st38%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:white%3b%7d .st39%7bfill:%236B747F%3b%7d .st40%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%23F49913%3b%7d .st41%7bfill:%23020203%3b%7d .st42%7bfill:%23DD0B15%3b%7d .st43%7bfill:%2346484F%3b%7d .st44%7bfill:%231D1E1B%3b%7d .st45%7bfill:%230D1826%3b%7d .st46%7bfill:%233B5A7A%3b%7d .st47%7bfill:%234D9EB3%3b%7d .st48%7bfill:%233B5A7B%3b%7d%3c/style%3e%3cg%3e %3cg%3e %3cpath class='st46' d='M24%2c7.47L24%2c7.47c0-0.3-0.24-0.54-0.53-0.54h-2.55c-0.29%2c0-0.53%2c0.24-0.53%2c0.53v0.01 c0%2c0.29%2c0.24%2c0.53%2c0.53%2c0.53h2.55C23.76%2c8.01%2c24%2c7.77%2c24%2c7.47z'/%3e %3c/g%3e %3cg%3e %3cpath class='st46' d='M24%2c10.5L24%2c10.5c0-0.3-0.24-0.54-0.53-0.54h-2.55c-0.29%2c0-0.53%2c0.24-0.53%2c0.53v0.01 c0%2c0.29%2c0.24%2c0.53%2c0.53%2c0.53h2.55C23.76%2c11.03%2c24%2c10.79%2c24%2c10.5z'/%3e %3c/g%3e %3cg%3e %3cpath class='st46' d='M24%2c13.52L24%2c13.52c0-0.3-0.24-0.54-0.53-0.54h-2.55c-0.29%2c0-0.53%2c0.24-0.53%2c0.53v0.01 c0%2c0.29%2c0.24%2c0.53%2c0.53%2c0.53h2.55C23.76%2c14.06%2c24%2c13.82%2c24%2c13.52z'/%3e %3c/g%3e %3cg%3e %3cpath class='st46' d='M24%2c16.55L24%2c16.55c0-0.3-0.24-0.54-0.53-0.54h-2.55c-0.29%2c0-0.53%2c0.24-0.53%2c0.53v0.01 c0%2c0.29%2c0.24%2c0.53%2c0.53%2c0.53h2.55C23.76%2c17.08%2c24%2c16.84%2c24%2c16.55z'/%3e %3c/g%3e %3cg%3e %3cpath class='st46' d='M3.61%2c7.48L3.61%2c7.48c0-0.3-0.24-0.54-0.53-0.54H0.53C0.24%2c6.93%2c0%2c7.17%2c0%2c7.47v0.01 c0%2c0.29%2c0.24%2c0.53%2c0.53%2c0.53h2.55C3.37%2c8.01%2c3.61%2c7.77%2c3.61%2c7.48z'/%3e %3c/g%3e %3cg%3e %3cpath class='st46' d='M3.61%2c10.5L3.61%2c10.5c0-0.3-0.24-0.54-0.53-0.54H0.53C0.24%2c9.96%2c0%2c10.2%2c0%2c10.49v0.01 c0%2c0.29%2c0.24%2c0.53%2c0.53%2c0.53h2.55C3.37%2c11.03%2c3.61%2c10.79%2c3.61%2c10.5z'/%3e %3c/g%3e %3cg%3e %3cpath class='st46' d='M3.61%2c13.53L3.61%2c13.53c0-0.3-0.24-0.54-0.53-0.54H0.53C0.24%2c12.98%2c0%2c13.22%2c0%2c13.52v0.01 c0%2c0.29%2c0.24%2c0.53%2c0.53%2c0.53h2.55C3.37%2c14.06%2c3.61%2c13.82%2c3.61%2c13.53z'/%3e %3c/g%3e %3cg%3e %3cpath class='st46' d='M3.61%2c16.55L3.61%2c16.55c0-0.3-0.24-0.54-0.53-0.54H0.53C0.24%2c16.01%2c0%2c16.25%2c0%2c16.54v0.01 c0%2c0.29%2c0.24%2c0.53%2c0.53%2c0.53h2.55C3.37%2c17.08%2c3.61%2c16.84%2c3.61%2c16.55z'/%3e %3c/g%3e %3cg%3e %3cpath class='st46' d='M7.44%2c0L7.44%2c0C7.14%2c0%2c6.9%2c0.24%2c6.9%2c0.53v2.56c0%2c0.29%2c0.24%2c0.53%2c0.53%2c0.53h0.01c0.29%2c0%2c0.53-0.24%2c0.53-0.53 V0.53C7.97%2c0.24%2c7.73%2c0%2c7.44%2c0z'/%3e %3c/g%3e %3cg%3e %3cpath class='st46' d='M10.45%2c0L10.45%2c0c-0.3%2c0-0.54%2c0.24-0.54%2c0.53v2.56c0%2c0.29%2c0.24%2c0.53%2c0.53%2c0.53h0.01 c0.29%2c0%2c0.53-0.24%2c0.53-0.53V0.53C10.98%2c0.24%2c10.74%2c0%2c10.45%2c0z'/%3e %3c/g%3e %3cg%3e %3cpath class='st46' d='M13.46%2c0L13.46%2c0c-0.3%2c0-0.54%2c0.24-0.54%2c0.53v2.56c0%2c0.29%2c0.24%2c0.53%2c0.53%2c0.53h0.01 c0.29%2c0%2c0.53-0.24%2c0.53-0.53V0.53C13.99%2c0.24%2c13.75%2c0%2c13.46%2c0z'/%3e %3c/g%3e %3cg%3e %3cpath class='st46' d='M16.46%2c0L16.46%2c0c-0.3%2c0-0.54%2c0.24-0.54%2c0.53v2.56c0%2c0.29%2c0.24%2c0.53%2c0.53%2c0.53h0.01 c0.29%2c0%2c0.53-0.24%2c0.53-0.53V0.53C16.99%2c0.24%2c16.76%2c0%2c16.46%2c0z'/%3e %3c/g%3e %3cg%3e %3cpath class='st46' d='M7.44%2c20.37L7.44%2c20.37c-0.3%2c0-0.54%2c0.24-0.54%2c0.53v2.56C6.9%2c23.76%2c7.14%2c24%2c7.43%2c24h0.01 c0.29%2c0%2c0.53-0.24%2c0.53-0.53v-2.56C7.97%2c20.61%2c7.73%2c20.37%2c7.44%2c20.37z'/%3e %3c/g%3e %3cg%3e %3cpath class='st46' d='M10.45%2c20.37L10.45%2c20.37c-0.3%2c0-0.54%2c0.24-0.54%2c0.53v2.56c0%2c0.29%2c0.24%2c0.53%2c0.53%2c0.53h0.01 c0.29%2c0%2c0.53-0.24%2c0.53-0.53v-2.56C10.98%2c20.61%2c10.74%2c20.37%2c10.45%2c20.37z'/%3e %3c/g%3e %3cg%3e %3cpath class='st46' d='M13.46%2c20.37L13.46%2c20.37c-0.3%2c0-0.54%2c0.24-0.54%2c0.53v2.56c0%2c0.29%2c0.24%2c0.53%2c0.53%2c0.53h0.01 c0.29%2c0%2c0.53-0.24%2c0.53-0.53v-2.56C13.99%2c20.61%2c13.75%2c20.37%2c13.46%2c20.37z'/%3e %3c/g%3e %3cg%3e %3cpath class='st46' d='M16.46%2c20.37L16.46%2c20.37c-0.3%2c0-0.54%2c0.24-0.54%2c0.53v2.56c0%2c0.29%2c0.24%2c0.53%2c0.53%2c0.53h0.01 c0.29%2c0%2c0.53-0.24%2c0.53-0.53v-2.56C16.99%2c20.61%2c16.76%2c20.37%2c16.46%2c20.37z'/%3e %3c/g%3e %3cg%3e %3cpath class='st46' d='M16.86%2c19.41H7.11c-1.35%2c0-2.44-1.1-2.44-2.45V7.15c0-1.35%2c1.09-2.45%2c2.44-2.45h9.76 c1.35%2c0%2c2.44%2c1.1%2c2.44%2c2.45v9.81C19.3%2c18.31%2c18.21%2c19.41%2c16.86%2c19.41z M7.11%2c5.76c-0.76%2c0-1.38%2c0.62-1.38%2c1.39v9.81 c0%2c0.76%2c0.62%2c1.39%2c1.38%2c1.39h9.76c0.76%2c0%2c1.38-0.62%2c1.38-1.39V7.15c0-0.76-0.62-1.39-1.38-1.39H7.11z'/%3e %3c/g%3e %3cg%3e %3cpath class='st46' d='M12.76%2c8.15C12.61%2c8.05%2c12.43%2c8%2c12.2%2c8c-0.05%2c0-0.11%2c0-0.16%2c0.01c-0.6%2c0.1-0.99%2c0.64-1.24%2c1.17 c-0.11%2c0.25-0.2%2c0.51-0.3%2c0.75c-0.04%2c0.12-0.1%2c0.23-0.14%2c0.36c0%2c0.01-0.07%2c0.25-0.08%2c0.25H9.67c-0.08%2c0-0.15%2c0.07-0.15%2c0.15 c0%2c0.08%2c0.07%2c0.15%2c0.15%2c0.15h0.53l-0.3%2c1.29c-0.3%2c1.44-0.71%2c3.08-0.8%2c3.37c-0.1%2c0.3-0.23%2c0.45-0.42%2c0.45 c-0.04%2c0-0.07-0.01-0.1-0.03c-0.03-0.01-0.04-0.04-0.04-0.07c0-0.03%2c0.01-0.07%2c0.05-0.12c0.04-0.05%2c0.05-0.12%2c0.05-0.18 c0-0.11-0.04-0.21-0.11-0.27c-0.08-0.07-0.16-0.1-0.26-0.1c-0.1%2c0-0.19%2c0.04-0.27%2c0.11c-0.01%2c0.1-0.05%2c0.19-0.05%2c0.32 c0%2c0.16%2c0.07%2c0.3%2c0.2%2c0.43c0.14%2c0.12%2c0.31%2c0.18%2c0.54%2c0.18c0.37%2c0%2c0.69-0.16%2c0.94-0.45c0.15-0.18%2c0.26-0.38%2c0.35-0.6 c0.3-0.67%2c0.46-1.41%2c0.64-2.13c0.18-0.73%2c0.34-1.45%2c0.49-2.18h0.59c0.08%2c0%2c0.15-0.07%2c0.15-0.15c0-0.08-0.07-0.15-0.15-0.15h-0.54 c0.3-1.14%2c0.64-1.92%2c0.71-2.03c0.11-0.19%2c0.23-0.29%2c0.37-0.29c0.05%2c0%2c0.08%2c0.01%2c0.1%2c0.04c0.01%2c0.03%2c0.03%2c0.05%2c0.03%2c0.07 c0%2c0.01-0.01%2c0.05-0.05%2c0.12c-0.04%2c0.07-0.05%2c0.14-0.05%2c0.21c0%2c0.1%2c0.04%2c0.18%2c0.11%2c0.25c0.07%2c0.07%2c0.16%2c0.11%2c0.26%2c0.11 c0.1%2c0%2c0.19-0.04%2c0.26-0.11c0.07-0.07%2c0.11-0.16%2c0.11-0.29C12.98%2c8.4%2c12.91%2c8.25%2c12.76%2c8.15z M15.48%2c11.6 c0.22%2c0%2c0.64-0.18%2c0.64-0.75c0-0.58-0.41-0.6-0.54-0.6c-0.24%2c0-0.5%2c0.18-0.72%2c0.56c-0.22%2c0.38-0.46%2c0.82-0.46%2c0.82h-0.01 c-0.05-0.27-0.1-0.49-0.12-0.6c-0.04-0.23-0.31-0.75-0.88-0.75c-0.57%2c0-1.09%2c0.33-1.09%2c0.33c-0.1%2c0.05-0.16%2c0.16-0.16%2c0.29 c0%2c0.19%2c0.15%2c0.34%2c0.34%2c0.34c0.05%2c0%2c0.11-0.01%2c0.15-0.04c0%2c0%2c0.44-0.25%2c0.52%2c0c0.03%2c0.07%2c0.05%2c0.15%2c0.08%2c0.23 c0.11%2c0.37%2c0.2%2c0.81%2c0.3%2c1.21l-0.34%2c0.56c0%2c0-0.42-0.15-0.64-0.15c-0.22%2c0-0.64%2c0.18-0.64%2c0.75c0%2c0.58%2c0.41%2c0.6%2c0.54%2c0.6 c0.24%2c0%2c0.5-0.18%2c0.72-0.56c0.22-0.38%2c0.46-0.82%2c0.46-0.82c0.07%2c0.36%2c0.14%2c0.64%2c0.18%2c0.75c0.14%2c0.41%2c0.46%2c0.64%2c0.9%2c0.64 c0%2c0%2c0.45%2c0%2c0.97-0.3c0.12-0.05%2c0.22-0.18%2c0.22-0.32c0-0.19-0.15-0.34-0.34-0.34c-0.05%2c0-0.11%2c0.01-0.15%2c0.04 c0%2c0-0.37%2c0.21-0.5%2c0.04c-0.1-0.18-0.16-0.41-0.23-0.7c-0.05-0.26-0.12-0.56-0.18-0.85l0.38-0.55 C14.84%2c11.45%2c15.26%2c11.6%2c15.48%2c11.6z'/%3e %3c/g%3e%3c/g%3e%3c/svg%3e","menu-ellipse-two":"data:image/svg+xml,%3csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%233b59a5%3bfill-rule:evenodd%3b%7d%3c/style%3e%3c/defs%3e%3cpath class='cls-1' d='M2.57%2c9.43A2.57%2c2.57%2c0%2c1%2c1%2c0%2c12%2c2.57%2c2.57%2c0%2c0%2c1%2c2.57%2c9.43Zm9.43%2c0A2.57%2c2.57%2c0%2c1%2c1%2c9.43%2c12%2c2.57%2c2.57%2c0%2c0%2c1%2c12%2c9.43ZM24%2c12a2.57%2c2.57%2c0%2c1%2c0-2.57%2c2.57A2.57%2c2.57%2c0%2c0%2c0%2c24%2c12Z'/%3e%3c/svg%3e","menu-ellipse":"data:image/svg+xml,%3c%3fxml version='1.0' encoding='utf-8'%3f%3e%3c!-- Generator: Adobe Illustrator 26.0.1%2c SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24%3b' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%233A58A4%3b%7d .st1%7bfill:%233A58A4%3b%7d .st2%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%233957A3%3b%7d .st3%7bfill:%233957A3%3b%7d .st4%7bfill:%232972B8%3b%7d .st5%7bfill:%23138338%3b%7d .st6%7bfill:%233C5BA6%3b%7d .st7%7bfill:%23DD0B18%3b%7d .st8%7bfill:%233CAA37%3b%7d .st9%7bfill:%231C2243%3b%7d .st10%7bfill:white%3b%7d .st11%7bfill:%23FAD3D0%3b%7d .st12%7bfill:%2351C1E3%3b%7d .st13%7bfill:%23F59A15%3b%7d .st14%7bfill:%231E2243%3b%7d .st15%7bfill:%23DD0C15%3b%7d .st16%7bfill:%23E94B46%3b%7d .st17%7bfill:%23F6A542%3b%7d .st18%7bfill:%234DB486%3b%7d .st19%7bfill:%23474850%3b%7d .st20%7bfill:%233B59A5%3b%7d .st21%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%233C5BA6%3b%7d .st22%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%233B59A5%3b%7d .st23%7bfill:%23929EAC%3b%7d .st24%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%230A9639%3b%7d .st25%7bfill:%230A9639%3b%7d .st26%7bfill:%23C11718%3b%7d .st27%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%2339AA35%3b%7d .st28%7bfill:%2339AA35%3b%7d .st29%7bfill:%23D4D7E3%3b%7d .st30%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%23D4D7E3%3b%7d .st31%7bopacity:0.1%3b%7d .st32%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%231DA741%3b%7d .st33%7bfill:%2318122C%3b%7d .st34%7bfill:%23110D1D%3b%7d .st35%7bfill:%2318142B%3b%7d .st36%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%231F2244%3b%7d .st37%7bfill:%231E2143%3b%7d .st38%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:white%3b%7d .st39%7bfill:%236B747F%3b%7d .st40%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%23F49913%3b%7d .st41%7bfill:%23020203%3b%7d%3c/style%3e%3cpath class='st0' d='M14.57%2c2.57c0%2c1.42-1.15%2c2.57-2.57%2c2.57c-1.42%2c0-2.57-1.15-2.57-2.57C9.43%2c1.15%2c10.58%2c0%2c12%2c0 C13.42%2c0%2c14.57%2c1.15%2c14.57%2c2.57z M14.57%2c12c0%2c1.42-1.15%2c2.57-2.57%2c2.57c-1.42%2c0-2.57-1.15-2.57-2.57c0-1.42%2c1.15-2.57%2c2.57-2.57 C13.42%2c9.43%2c14.57%2c10.58%2c14.57%2c12z M12%2c24c1.42%2c0%2c2.57-1.15%2c2.57-2.57c0-1.42-1.15-2.57-2.57-2.57c-1.42%2c0-2.57%2c1.15-2.57%2c2.57 C9.43%2c22.85%2c10.58%2c24%2c12%2c24z'/%3e%3c/svg%3e","pause-all":"data:image/svg+xml,%3csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23ff9600%3bfill-opacity:0.46%3b%7d%3c/style%3e%3c/defs%3e%3crect class='cls-1' width='8.47' height='24'/%3e%3crect class='cls-1' x='15.53' width='8.47' height='24'/%3e%3c/svg%3e",resume:"data:image/svg+xml,%3csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%232e56f4%3b%7d%3c/style%3e%3c/defs%3e%3cpath class='cls-1' d='M24%2c12%2c0%2c0V24Z'/%3e%3c/svg%3e","trash-icon":"data:image/svg+xml,%3c%3fxml version='1.0' encoding='utf-8'%3f%3e%3c!-- Generator: Adobe Illustrator 26.0.1%2c SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24%3b' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%233A58A4%3b%7d .st1%7bfill:%233A58A4%3b%7d .st2%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%233957A3%3b%7d .st3%7bfill:%233957A3%3b%7d .st4%7bfill:%232972B8%3b%7d .st5%7bfill:%23138338%3b%7d .st6%7bfill:%233C5BA6%3b%7d .st7%7bfill:%23DD0B18%3b%7d .st8%7bfill:%233CAA37%3b%7d .st9%7bfill:%231C2243%3b%7d .st10%7bfill:white%3b%7d .st11%7bfill:%23FAD3D0%3b%7d .st12%7bfill:%2351C1E3%3b%7d .st13%7bfill:%23F59A15%3b%7d .st14%7bfill:%231E2243%3b%7d .st15%7bfill:%23DD0C15%3b%7d .st16%7bfill:%23E94B46%3b%7d .st17%7bfill:%23F6A542%3b%7d .st18%7bfill:%234DB486%3b%7d .st19%7bfill:%23474850%3b%7d .st20%7bfill:%233B59A5%3b%7d .st21%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%233C5BA6%3b%7d .st22%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%233B59A5%3b%7d .st23%7bfill:%23929EAC%3b%7d .st24%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%230A9639%3b%7d .st25%7bfill:%230A9639%3b%7d .st26%7bfill:%23C11718%3b%7d .st27%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%2339AA35%3b%7d .st28%7bfill:%2339AA35%3b%7d .st29%7bfill:%23D4D7E3%3b%7d .st30%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%23D4D7E3%3b%7d .st31%7bopacity:0.1%3b%7d .st32%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%231DA741%3b%7d .st33%7bfill:%2318122C%3b%7d .st34%7bfill:%23110D1D%3b%7d .st35%7bfill:%2318142B%3b%7d .st36%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%231F2244%3b%7d .st37%7bfill:%231E2143%3b%7d .st38%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:white%3b%7d .st39%7bfill:%236B747F%3b%7d .st40%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%23F49913%3b%7d .st41%7bfill:%23020203%3b%7d%3c/style%3e%3cg%3e %3cpath class='st39' d='M5%2c22.13C5.08%2c23.19%2c5.96%2c24%2c7.02%2c24h9.95c1.06%2c0%2c1.94-0.81%2c2.02-1.87l1.21-14.58l-16.42%2c0L5%2c22.13z M15.46%2c10.96c0.03-0.38%2c0.35-0.66%2c0.73-0.63c0.38%2c0.03%2c0.66%2c0.35%2c0.63%2c0.73l-0.63%2c9.57c-0.03%2c0.38-0.35%2c0.66-0.73%2c0.63 c-0.38-0.03-0.66-0.35-0.63-0.73L15.46%2c10.96z M11.32%2c10.99c0-0.38%2c0.3-0.68%2c0.68-0.68c0.38%2c0%2c0.68%2c0.3%2c0.68%2c0.68v9.57 c0%2c0.38-0.3%2c0.68-0.68%2c0.68c-0.38%2c0-0.68-0.3-0.68-0.68V10.99z M7.83%2c10.31c0.38-0.03%2c0.71%2c0.25%2c0.73%2c0.63l0.63%2c9.57 c0.03%2c0.38-0.25%2c0.71-0.63%2c0.73c-0.38%2c0.03-0.71-0.25-0.73-0.63L7.2%2c11.04C7.15%2c10.66%2c7.45%2c10.33%2c7.83%2c10.31z'/%3e %3cpath class='st39' d='M19.73%2c3.46h-3.79C15.71%2c1.52%2c14.07%2c0%2c12.08%2c0H11.9c-2%2c0-3.64%2c1.52-3.84%2c3.46H4.27c-1.21%2c0-2.2%2c0.98-2.2%2c2.2 c0%2c0.3%2c0.23%2c0.53%2c0.53%2c0.53h18.8c0.3%2c0%2c0.53-0.23%2c0.53-0.53C21.93%2c4.45%2c20.94%2c3.46%2c19.73%2c3.46L19.73%2c3.46z M11.92%2c2.05h0.18 c0.86%2c0%2c1.57%2c0.61%2c1.77%2c1.42l-3.71%2c0C10.33%2c2.65%2c11.06%2c2.05%2c11.92%2c2.05L11.92%2c2.05z'/%3e%3c/g%3e%3c/svg%3e","zoom-in-white":"data:image/svg+xml,%3csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:white%3b%7d%3c/style%3e%3c/defs%3e%3cpath class='cls-1' d='M22.6%2c10.6H13.4V1.4a1.4%2c1.4%2c0%2c1%2c0-2.8%2c0v9.2H1.4a1.4%2c1.4%2c0%2c1%2c0%2c0%2c2.8h9.2v9.2a1.4%2c1.4%2c0%2c1%2c0%2c2.8%2c0V13.4h9.2a1.4%2c1.4%2c0%2c0%2c0%2c0-2.8Z' transform='translate(0 0)'/%3e%3c/svg%3e",watcher:"data:image/svg+xml,%3csvg width='20' height='13' viewBox='0 0 20 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.656738 6.70582C0.656738 6.70582 4.63454 0.455765 10.3157 0.455765C16.0544 0.455765 19.9747 6.70582 19.9747 6.70582C19.9747 6.70582 17.1336 12.9559 10.3157 12.9559C3.55432 12.9559 0.656738 6.70582 0.656738 6.70582ZM6.33889 6.70581C6.33889 8.92161 8.0998 10.6825 10.3156 10.6825C12.5314 10.6825 14.2923 8.92161 14.2923 6.70581C14.2923 4.49001 12.5314 2.7291 10.3156 2.7291C8.0998 2.7291 6.33889 4.49001 6.33889 6.70581ZM10.3157 8.41028C11.2574 8.41028 12.0201 7.64753 12.0201 6.70582C12.0201 5.76411 11.2574 5.00136 10.3157 5.00136C9.37395 5.00136 8.6112 5.76411 8.6112 6.70582C8.6112 7.64753 9.37395 8.41028 10.3157 8.41028Z' fill='%232A50FD'/%3e%3c/svg%3e",view:"data:image/svg+xml,%3csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.6519 8.31959C17.7015 3.79111 14.0323 0.981323 10.0735 0.981323C6.11473 0.981323 2.44559 3.79111 0.49516 8.31959C0.441993 8.44141 0.414551 8.5729 0.414551 8.70581C0.414551 8.83873 0.441993 8.97022 0.49516 9.09204C2.44559 13.6205 6.11473 16.4303 10.0735 16.4303C14.0323 16.4303 17.7015 13.6205 19.6519 9.09204C19.7051 8.97022 19.7325 8.83873 19.7325 8.70581C19.7325 8.5729 19.7051 8.44141 19.6519 8.31959ZM10.0735 14.4992C7.0127 14.4992 4.11602 12.288 2.44559 8.70581C4.11602 5.12358 7.0127 2.91245 10.0735 2.91245C13.1344 2.91245 16.031 5.12358 17.7015 8.70581C16.031 12.288 13.1344 14.4992 10.0735 14.4992ZM10.0735 4.84357C9.30965 4.84357 8.56292 5.07009 7.92778 5.49447C7.29264 5.91886 6.7976 6.52206 6.50528 7.2278C6.21296 7.93353 6.13647 8.7101 6.2855 9.4593C6.43452 10.2085 6.80236 10.8967 7.34251 11.4368C7.88265 11.977 8.57084 12.3448 9.32004 12.4938C10.0692 12.6429 10.8458 12.5664 11.5515 12.2741C12.2573 11.9817 12.8605 11.4867 13.2849 10.8516C13.7093 10.2164 13.9358 9.4697 13.9358 8.70581C13.9358 7.68148 13.5289 6.69911 12.8045 5.97479C12.0802 5.25048 11.0979 4.84357 10.0735 4.84357ZM10.0735 10.6369C9.69159 10.6369 9.31823 10.5237 9.00066 10.3115C8.68308 10.0993 8.43557 9.79769 8.2894 9.44482C8.14324 9.09196 8.105 8.70367 8.17951 8.32907C8.25403 7.95447 8.43795 7.61038 8.70802 7.34031C8.97809 7.07023 9.32218 6.88631 9.69679 6.8118C10.0714 6.73728 10.4597 6.77553 10.8125 6.92169C11.1654 7.06785 11.467 7.31537 11.6792 7.63294C11.8914 7.95051 12.0047 8.32387 12.0047 8.70581C12.0047 9.21798 11.8012 9.70917 11.439 10.0713C11.0769 10.4335 10.5857 10.6369 10.0735 10.6369Z' fill='%232A50FD'/%3e%3c/svg%3e","user-icon":"data:image/svg+xml,%3csvg width='22' height='23' viewBox='0 0 22 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_230_6893)'%3e%3cpath d='M10.9998 0.923828C5.45056 0.923828 0.916504 5.4581 0.916504 11.0072C0.916504 16.5562 5.42782 21.0905 10.9998 21.0905C16.5719 21.0905 21.0832 16.5792 21.0832 11.0072C21.0832 5.43515 16.5489 0.923828 10.9998 0.923828ZM5.78904 18.0004C6.87183 16.1504 8.87931 14.9552 11.0449 14.9552C13.2105 14.9552 15.1958 16.1057 16.2786 17.9556C14.8127 19.0613 12.9854 19.738 11.0228 19.738C9.0374 19.7371 7.23304 19.0833 5.78904 18.0005V18.0004ZM17.2936 17.053C15.9402 14.9103 13.6165 13.6245 11.0449 13.6245C8.496 13.6245 6.10478 14.978 4.77404 17.0987C3.24038 15.5193 2.29294 13.3765 2.29294 11.008C2.2701 6.20241 6.1953 2.27731 11.0001 2.27731C15.8048 2.27731 19.7299 6.20241 19.7299 11.0072C19.7299 13.3529 18.8053 15.4737 17.2936 17.053V17.053Z' fill='%232E56F4'/%3e%3cpath d='M10.9997 5.07471C9.03716 5.07471 7.41309 6.67604 7.41309 8.66133C7.41309 10.6239 9.01442 12.2479 10.9997 12.2479C12.985 12.2479 14.5863 10.6466 14.5863 8.66133C14.5863 6.67604 12.9621 5.07471 10.9997 5.07471ZM10.9997 10.8719C9.78157 10.8719 8.76657 9.87968 8.76657 8.6388C8.76657 7.42067 9.75883 6.40567 10.9997 6.40567C12.2406 6.40567 13.2328 7.39793 13.2328 8.6388C13.2328 9.87968 12.2177 10.8719 10.9997 10.8719Z' fill='%232E56F4'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_230_6893'%3e%3crect width='22' height='22' fill='white' transform='translate(0 0.00714111)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e","file-upload":"data:image/svg+xml,%3csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.926 4.72609L8.14392 7.26414C7.84042 7.54002 7.38517 7.65037 6.97038 7.54921C6.54548 7.44806 6.22175 7.1446 6.11047 6.76757C5.98907 6.38134 6.11047 5.97673 6.42408 5.69165L11.2801 1.27765C11.3914 1.1765 11.533 1.09374 11.6847 1.04776C11.9781 0.937409 12.312 0.937409 12.6054 1.04776C12.7571 1.10293 12.8886 1.1765 13.01 1.27765L17.866 5.69165C18.0987 5.90316 18.2201 6.17903 18.2201 6.4733C18.2201 6.76757 18.0886 7.05264 17.866 7.25495C17.6334 7.47565 17.3197 7.586 16.996 7.586C16.6723 7.586 16.3587 7.46645 16.1361 7.25495L13.354 4.72609V15.3105C13.354 15.9174 12.8077 16.414 12.14 16.414C11.4723 16.414 10.926 15.9174 10.926 15.3105V4.72609ZM21.852 15.3105C21.852 14.7036 22.3983 14.207 23.066 14.207C23.7337 14.207 24.28 14.7036 24.28 15.3105V19.7245C24.28 21.5545 22.6512 23.035 20.638 23.035H3.642C1.62878 23.035 0 21.5545 0 19.7245V15.3105C0 14.7036 0.5463 14.207 1.214 14.207C1.8817 14.207 2.428 14.7036 2.428 15.3105V19.7245C2.428 20.3314 2.9743 20.828 3.642 20.828H20.638C21.3057 20.828 21.852 20.3314 21.852 19.7245V15.3105Z' fill='%232E56F4'/%3e%3c/svg%3e","eye-hide":"data:image/svg+xml,%3csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M12%2c17.4a5.5%2c5.5%2c0%2c0%2c1-5.4-5l-3.9-3a11%2c11%2c0%2c0%2c0-1.4%2c2.1%2c1.7%2c1.7%2c0%2c0%2c0%2c0%2c1A12.1%2c12.1%2c0%2c0%2c0%2c12%2c19.2a13.5%2c13.5%2c0%2c0%2c0%2c2.9-.4L13%2c17.3Zm11.8%2c2.2-4.2-3.2a13%2c13%2c0%2c0%2c0%2c3.1-3.9%2c1.7%2c1.7%2c0%2c0%2c0%2c0-1A12.1%2c12.1%2c0%2c0%2c0%2c12%2c4.8%2c11.8%2c11.8%2c0%2c0%2c0%2c6.5%2c6.2L1.7%2c2.5a.6.6%2c0%2c0%2c0-.8.1h0l-.8%2c1a.6.6%2c0%2c0%2c0%2c.1.8L22.3%2c21.5a.6.6%2c0%2c0%2c0%2c.8-.1h0l.8-1A.6.6%2c0%2c0%2c0%2c23.8%2c19.6Zm-6.9-5.3-1.5-1.2a3.6%2c3.6%2c0%2c0%2c0%2c.2-1.1%2c3.5%2c3.5%2c0%2c0%2c0-3.5-3.6h-1a2%2c2%2c0%2c0%2c1%2c.3%2c1.1.6.6%2c0%2c0%2c1-.1.4L8.6%2c7.8A5%2c5%2c0%2c0%2c1%2c12%2c6.6%2c5.4%2c5.4%2c0%2c0%2c1%2c17.4%2c12h0a5.9%2c5.9%2c0%2c0%2c1-.5%2c2.3Z'/%3e%3c/svg%3e","eye-show":"data:image/svg+xml,%3csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M23.9%2c11.4A13.5%2c13.5%2c0%2c0%2c0%2c12%2c4%2c13.5%2c13.5%2c0%2c0%2c0%2c.1%2c11.4a2.4%2c2.4%2c0%2c0%2c0%2c0%2c1.2A13.5%2c13.5%2c0%2c0%2c0%2c12%2c20a13.5%2c13.5%2c0%2c0%2c0%2c11.9-7.4A2.4%2c2.4%2c0%2c0%2c0%2c23.9%2c11.4ZM12%2c18a6%2c6%2c0%2c1%2c1%2c6-6%2c6%2c6%2c0%2c0%2c1-6%2c6ZM12%2c8l-1.1.2a1.8%2c1.8%2c0%2c0%2c1-.4%2c2.7%2c1.7%2c1.7%2c0%2c0%2c1-2.3%2c0A3.9%2c3.9%2c0%2c0%2c0%2c11%2c15.8%2c3.9%2c3.9%2c0%2c0%2c0%2c15.9%2c13a4.1%2c4.1%2c0%2c0%2c0-2.8-4.9Z'/%3e%3c/svg%3e","file-icon":"data:image/svg+xml,%3csvg id='b2bc64ed-393d-4e15-8787-df9ec8050d97' data-name='ae65933b-c6e6-4b40-868c-58201eab117d' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.4 24'%3e%3cdefs%3e%3cstyle%3e.bb405ea1-9d39-4705-a069-9048c97b4cda%7bfill:%232e56f4%3b%7d.accb9cd8-805e-4c9f-9b46-25d8ccc4d9c0%7bisolation:isolate%3bfont-size:9.07px%3bfill:white%3bfont-family:AvertaCY-Extrabold%2c Averta CY%3bfont-weight:800%3bletter-spacing:0.04em%3b%7d%3c/style%3e%3c/defs%3e%3cpath class='bb405ea1-9d39-4705-a069-9048c97b4cda' d='M20.1%2c8.5h-.6V5.6h0c0-.2-.1-.3-.1-.4L14.6%2c0H2.8a.9.9%2c0%2c0%2c0-.9.9h0V8.5H1.3A1.3%2c1.3%2c0%2c0%2c0%2c0%2c9.8H0v7a1.3%2c1.3%2c0%2c0%2c0%2c1.2%2c1.4h.7v4.9a.9.9%2c0%2c0%2c0%2c.9.9H18.5a1%2c1%2c0%2c0%2c0%2c1-.8h0v-5h.6a1.3%2c1.3%2c0%2c0%2c0%2c1.3-1.3h0v-7a1.3%2c1.3%2c0%2c0%2c0-1.3-1.3ZM18.5%2c22.8H2.8V18.2H18.5Zm0-14.3H2.8V.7h11V5.6c.1.3.3.5.5.4h4.2Z'/%3e%3ctext class='accb9cd8-805e-4c9f-9b46-25d8ccc4d9c0' transform='translate(0.8 16.6)'%3eFILE%3c/text%3e%3c/svg%3e","default-icon":"data:image/svg+xml,%3csvg id='f46636c4-9d90-4c06-8f72-5c02d35ff376' data-name='a9011979-1776-4746-bb61-6eae84c3e8ab' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.6 24'%3e%3cdefs%3e%3cstyle%3e.b78a75cf-ef1e-49e2-8d45-bd32a83f2ff9%7bfill:%232e56f4%3b%7d%3c/style%3e%3c/defs%3e%3cpath class='b78a75cf-ef1e-49e2-8d45-bd32a83f2ff9' d='M15.4%2c0H0V24H20.6V5.1Zm3.5%2c22.3H1.7V1.7H14.4l4.5%2c4.6Z'/%3e%3crect class='b78a75cf-ef1e-49e2-8d45-bd32a83f2ff9' x='3.6' y='3.5' width='7.6' height='1.59'/%3e%3crect class='b78a75cf-ef1e-49e2-8d45-bd32a83f2ff9' x='3.6' y='6.5' width='10.6' height='1.59'/%3e%3cpath class='b78a75cf-ef1e-49e2-8d45-bd32a83f2ff9' d='M13.7%2c16.8v-.5a4.3%2c4.3%2c0%2c0%2c0%2c0-1.6v-.5l1.4-.7A6.2%2c6.2%2c0%2c0%2c0%2c14%2c11.8l-1.3.7-.4-.3-1.4-.8h-.5V9.8a7.4%2c7.4%2c0%2c0%2c0-2.1%2c0v1.5H7.8l-1.4.8-.4.3-1.3-.7a6.2%2c6.2%2c0%2c0%2c0-1.1%2c1.7l1.4.7v.5a4.3%2c4.3%2c0%2c0%2c0%2c0%2c1.6v.5l-1.4.7a6.2%2c6.2%2c0%2c0%2c0%2c1.1%2c1.7L6%2c18.5l.4.3%2c1.4.8.5.2v1.4a7.4%2c7.4%2c0%2c0%2c0%2c2.1%2c0V19.8l.5-.2a3.9%2c3.9%2c0%2c0%2c0%2c1.4-.8l.4-.3%2c1.3.7a6.2%2c6.2%2c0%2c0%2c0%2c1.1-1.7ZM9.4%2c18.3a2.9%2c2.9%2c0%2c0%2c1-2.9-2.8%2c2.9%2c2.9%2c0%2c1%2c1%2c2.9%2c2.8Z'/%3e%3c/svg%3e"},J=s(g)`
90
+ div {
91
+ ${({size:e})=>e&&d`
92
+ width: ${e}px;
93
+ height: ${e}px;
94
+ `}
95
+ }
96
+ svg {
97
+ fill: black;
98
+
99
+ ${({size:e})=>e&&d`
100
+ width: ${e}px;
101
+ height: ${e}px;
102
+ `}
103
+
104
+ ${({transform:e})=>e&&d`
105
+ transform: ${e};
106
+ `}
107
+
108
+ path {
109
+ ${({color:e})=>e&&d`
110
+ fill: ${e};
111
+ `}
112
+ }
113
+ outline: none;
114
+ border:none;
115
+ &:focus: {
116
+ outline: none;
117
+ border:none;
118
+ }
119
+ vertical-align: initial;
120
+ }
121
+ `,U=({icon:t,color:o,size:r,transform:l,...i})=>e.createElement(J,w({src:O[t],color:o,size:r,transform:l},i));U.propTypes={icon:c.string.isRequired,size:c.number,color:c.string},U.defaultProps={size:16,color:M.primary["primary-1"]};const Q=({theme:t,customStylesAccordionContainer:l,customStylesAccordionTogggle:i,customStylesAccordionIcon:a,customStylesAccordionContent:n,toggleIconAnimation:c,icon:s,content:d,contentToggle:p,...m})=>{const[u,g]=o(!1),b=r(null);return e.createElement(G,w({theme:t,customStyles:l,type:"accordionContainer"},m,{header:e.createElement(G,w({theme:t,customStyles:i,type:"accordionToggle"},m,{onClick:()=>{g(!u)},header:p,content:e.createElement("div",{theme:t,style:c&&u?{transform:"rotate(180deg)",transition:"transform ease 95ms",background:"transparent"}:{transform:"rotate(0deg)",transition:"transform ease 95ms",background:"transparent"}},s||e.createElement(U,{icon:"chevron-down",size:11,transform:"translate(0px,-1px)",color:"#A9B1B8"}))})),content:e.createElement(Z,w({theme:t,customStyles:n,type:"accordionContent",ref:b},m,{style:u?{height:b.current.scrollHeight+"px"}:{height:"0px",borderBottom:"none"},content:d}))}))};Q.propTypes={theme:c.object,customStylesAccordionContainer:c.object,customStylesAccordionTogggle:c.object,customStylesAccordionIcon:c.object,customStylesAccordionContent:c.object,toggleIconAnimation:c.bool,icon:c.any,content:c.any,contentToggle:c.any},Q.defaultProps={theme:R,contentToggle:"Toggle",content:"Content",toggleIconAnimation:!0};const K=({theme:t,customStylesAccordionContainer:i,customStylesAccordionTogggle:a,customStylesAccordionIcon:n,customStylesAccordionContent:c,toggleIconAnimation:s,icon:d,content:p,contentToggle:m,isSelected:u,index:g,handleClick:b,isAccordionOpen:f,...h})=>{const[y,x]=o(!1),A=r(null),[v,C]=o({}),[S,E]=o({});return l((()=>{u?(C((e=>({...e,backgroundColor:"#2444d8",marginBottom:"15.5px",marginTop:0!==g?"15.5px":"0px"}))),E((e=>({...e,backgroundColor:"#2444d8",paddingTop:"14px",paddingBottom:"14px",paddingLeft:"14px"})))):(C({}),E({}))}),[u]),l((()=>{x(!!f)}),[f]),e.createElement(G,w({theme:t,customStyles:{...i,...v},type:"accordionContainer"},h,{header:e.createElement(G,w({theme:t,customStyles:{...a,...S},type:"accordionToggle"},h,{onClick:()=>{y||b(g),x(!y)},header:m,content:e.createElement("div",{theme:t,style:s&&y?{transform:"rotate(180deg)",transition:"transform ease 95ms",background:"transparent"}:{transform:"rotate(0deg)",background:"transparent"}},d)})),content:e.createElement(Z,w({theme:t,customStyles:c,type:"accordionContent",ref:A},h,{style:y?{height:A.current.scrollHeight+"px"}:{height:"0px",borderBottom:"none"},content:p}))}))};K.propTypes={theme:c.object,customStylesAccordionContainer:c.object,customStylesAccordionTogggle:c.object,customStylesAccordionIcon:c.object,customStylesAccordionContent:c.object,toggleIconAnimation:c.bool,icon:c.any,content:c.any,contentToggle:c.any},K.defaultProps={theme:R,contentToggle:"Toggle",content:"Content"};const N=({theme:t,customStylesAccordionContainer:i,customStylesAccordionTogggle:a,customStylesAccordionIcon:n,customStylesAccordionContent:c,toggleIconAnimation:s,icon:d,content:p,contentToggle:m,isSelected:u,index:g,handleClick:b,isAccordionOpen:f,disable:h,...y})=>{const[x,A]=o(!1),v=r(null),[C,S]=o({}),[E,k]=o({});return l((()=>{u?(S((e=>({...e,backgroundColor:"#2444d8",marginBottom:"15.5px",marginTop:0!==g?"15.5px":"0px"}))),k((e=>({...e,backgroundColor:"#2444d8",paddingTop:"14px",paddingBottom:"14px",paddingLeft:"14px"})))):(S({}),k({}))}),[u]),l((()=>{A(!!f)}),[f]),e.createElement(G,w({theme:t,customStyles:{...i,...C},type:"accordionContainer"},y,{header:e.createElement(G,w({theme:t,customStyles:{...a,...E},type:"accordionToggle"},y,{onClick:()=>{h||(x||b(g),A(!x))},header:m,content:e.createElement("div",{theme:t,style:s&&x?{transform:"rotate(180deg)",transition:"transform ease 95ms",background:"transparent"}:{transform:"rotate(0deg)",background:"transparent"}},d)})),content:e.createElement(Z,w({theme:t,customStyles:c,type:"accordionContent",ref:v},y,{style:x?{height:v.current.scrollHeight+"px"}:{height:"0px",borderBottom:"none"},content:p}))}))};N.propTypes={theme:c.object,customStylesAccordionContainer:c.object,customStylesAccordionTogggle:c.object,customStylesAccordionIcon:c.object,customStylesAccordionContent:c.object,toggleIconAnimation:c.bool,icon:c.any,content:c.any,contentToggle:c.any},N.defaultProps={theme:R,contentToggle:"Toggle",content:"Content"};const Y=s.div`
70
122
  color: ${({theme:e,variant:t})=>t?e.variant[t]:"white"};
71
123
  ${({scroll:e})=>e?d`
72
124
  display: flex;
@@ -75,7 +127,7 @@ import e,{forwardRef as t,useState as o,useRef as r,useEffect as l,Component as
75
127
  display: grid;
76
128
  grid-template-columns: ${({arrowNumber:e})=>`repeat(${e}, 1fr)`};
77
129
  `}
78
- `,K=s.div`
130
+ `,D=s.div`
79
131
  min-height: 40px;
80
132
  max-height: 40px;
81
133
  background-color: ${({color:e})=>e};
@@ -107,7 +159,7 @@ import e,{forwardRef as t,useState as o,useRef as r,useEffect as l,Component as
107
159
  width: -webkit-fill-available;
108
160
  }
109
161
  `}
110
- `,N=s.div`
162
+ `,$=s.div`
111
163
  padding: 0 15px;
112
164
  display: flex;
113
165
  align-items: center;
@@ -146,7 +198,7 @@ import e,{forwardRef as t,useState as o,useRef as r,useEffect as l,Component as
146
198
  }
147
199
 
148
200
  ${({scroll:e})=>{if(!e)return d`
149
- ${K}:hover & {
201
+ ${D}:hover & {
150
202
  ${({styleArrowContentSpan:e,styleArrowContentP:t})=>"none"===t?.display&&"none"===e?.display?d`
151
203
  span {
152
204
  display: block;
@@ -161,19 +213,19 @@ import e,{forwardRef as t,useState as o,useRef as r,useEffect as l,Component as
161
213
  `:void 0}
162
214
  };
163
215
  `}}
164
- `,Y=({variant:t,data:i,scroll:a,onClick:n,clickable:c,...s})=>{p();const d=r(null),m=r(null),[u,g]=o(void 0),[f,b]=o(void 0);let h={fontSize:"",display:""},y={fontSize:"",display:""};const x=()=>{d&&b(d?.current?.offsetWidth)};l((()=>{x()}),[i,f]),l((()=>{if(!a)return window.addEventListener("resize",x),()=>window.removeEventListener("resize",x)}),[]),l((()=>{a||g(m?.current.offsetWidth)}),[i,f,u]);const A=i.reduce((function(e,t){return 9*e.label.length+13*e.value.toString().length>9*t.label.length+13*t.value.toString().length?e:t}));if(!a){const e=function(e){return{step1:15+13*e.value.toString().length+5+9*e.label.length+15,step2:15+13*e.value.toString().length+5+7*e.label.length+15,step3:15+13*e.value.toString().length+5+15}}(A);u<e.step3?(y.display="none",h.display="none"):u<e.step2?h.display="none":u<e.step1?h.fontSize="12px":h.fontSize="14px"}return e.createElement(Q,{variant:t,ref:a?null:d,arrowNumber:i.length,scroll:a},i.map(((t,o)=>{return e.createElement(K,{onClick:c?e=>n(e,t):null,clickable:c,scroll:a,ref:a?null:t.label===A.label?m:null,key:"fa"+o+"-"+t.label,index:o,dataLength:i.length,color:t.color},(r=t.value,l=t.label,e.createElement(N,{styleArrowContentP:h,styleArrowContentSpan:y,scroll:a},e.createElement("span",null,r),e.createElement("p",null,l))));var r,l})))};Y.propTypes={variant:c.string,theme:c.object,data:c.array,scroll:c.bool,onClick:c.func,clickable:c.bool},Q.defaultProps={theme:M},K.defaultProps={theme:M},N.defaultProps={theme:M},Y.defaultProps={theme:M,variant:null,data:[],scroll:!0,onClick:void 0,clickable:!1};const D=s.img`
216
+ `,_=({variant:t,data:i,scroll:a,onClick:n,clickable:c,...s})=>{p();const d=r(null),m=r(null),[u,g]=o(void 0),[b,f]=o(void 0);let h={fontSize:"",display:""},y={fontSize:"",display:""};const x=()=>{d&&f(d?.current?.offsetWidth)};l((()=>{x()}),[i,b]),l((()=>{if(!a)return window.addEventListener("resize",x),()=>window.removeEventListener("resize",x)}),[]),l((()=>{a||g(m?.current.offsetWidth)}),[i,b,u]);const A=i.reduce((function(e,t){return 9*e.label.length+13*e.value.toString().length>9*t.label.length+13*t.value.toString().length?e:t}));if(!a){const e=function(e){return{step1:15+13*e.value.toString().length+5+9*e.label.length+15,step2:15+13*e.value.toString().length+5+7*e.label.length+15,step3:15+13*e.value.toString().length+5+15}}(A);u<e.step3?(y.display="none",h.display="none"):u<e.step2?h.display="none":u<e.step1?h.fontSize="12px":h.fontSize="14px"}return e.createElement(Y,{variant:t,ref:a?null:d,arrowNumber:i.length,scroll:a},i.map(((t,o)=>{return e.createElement(D,{onClick:c?e=>n(e,t):null,clickable:c,scroll:a,ref:a?null:t.label===A.label?m:null,key:"fa"+o+"-"+t.label,index:o,dataLength:i.length,color:t.color},(r=t.value,l=t.label,e.createElement($,{styleArrowContentP:h,styleArrowContentSpan:y,scroll:a},e.createElement("span",null,r),e.createElement("p",null,l))));var r,l})))};_.propTypes={variant:c.string,theme:c.object,data:c.array,scroll:c.bool,onClick:c.func,clickable:c.bool},Y.defaultProps={theme:M},D.defaultProps={theme:M},$.defaultProps={theme:M},_.defaultProps={theme:M,variant:null,data:[],scroll:!0,onClick:void 0,clickable:!1};const ee=s.img`
165
217
  //Set the styles from the default styles object
166
218
  ${({theme:e,type:t,size:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(const t in e.common)l[t]=e.common[t];for(const o in e[t])l[o]=e[t][o],delete e.common[o];for(const r in e[`${t}${o}`])l[r]=e[`${t}${o}`][r],delete e.common[r]}return{...l,...r}}}}
167
- `,$=({theme:t,customStyles:i,type:a,size:n,alt:c,src:s,handleImageStatus:d,...p})=>{const[m,u]=o("loading"),g=r(null),f=()=>{u("loaded"),d&&d("loaded")},b=()=>{u("failed"),d&&d("failed")};return l((()=>{const e=g.current;if(e)return e.addEventListener("load",f),e.addEventListener("error",b),()=>{e.removeEventListener("load",f),e.removeEventListener("error",b)}}),[m]),e.createElement(D,w({},p,{theme:t,customStyles:i,type:a,alt:c,src:s,ref:g,size:n}))};$.propTypes={theme:c.object,customStyles:c.object,type:c.string,size:c.oneOf(["SM","MD","LG"]),alt:c.string,src:c.string,handleImageStatus:c.func},$.defaultProps={theme:W,customStyles:null,type:"image",alt:"image alternative",src:null,handleImageStatus:null};const _=s.span`
219
+ `,te=({theme:t,customStyles:i,type:a,size:n,alt:c,src:s,handleImageStatus:d,...p})=>{const[m,u]=o("loading"),g=r(null),b=()=>{u("loaded"),d&&d("loaded")},f=()=>{u("failed"),d&&d("failed")};return l((()=>{const e=g.current;if(e)return e.addEventListener("load",b),e.addEventListener("error",f),()=>{e.removeEventListener("load",b),e.removeEventListener("error",f)}}),[m]),e.createElement(ee,w({},p,{theme:t,customStyles:i,type:a,alt:c,src:s,ref:g,size:n}))};te.propTypes={theme:c.object,customStyles:c.object,type:c.string,size:c.oneOf(["SM","MD","LG"]),alt:c.string,src:c.string,handleImageStatus:c.func},te.defaultProps={theme:R,customStyles:null,type:"image",alt:"image alternative",src:null,handleImageStatus:null};const oe=s.span`
168
220
  ${({theme:e,type:t,customStyles:o})=>{if(e){let r={};if(e[t]){for(const t in e.common)r[t]=e.common[t];for(const o in e[t])r[o]=e[t][o],delete e.common[o]}return{...r,...o}}}}
169
- `,ee=s.div`
221
+ `,re=s.div`
170
222
  ${({theme:e,type:t,size:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(const t in e.common)l[t]=e.common[t];for(const o in e[t])l[o]=e[t][o],delete e.common[o];for(const r in e[`${t}${o}`])l[r]=e[`${t}${o}`][r],delete e.common[r]}return{...l,...r}}}}
171
- `,te=s.span`
223
+ `,le=s.span`
172
224
  ${({theme:e,type:t,size:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(const t in e.common)l[t]=e.common[t];for(const o in e[t])delete e.common[o],l[o]=e[t][o];for(const r in e[`${t}${o}`])l[r]=e[`${t}${o}`][r],delete e.common[r]}return{...l,...r}}}}
173
- `,oe=({theme:t,customStylesContainer:r,customStylesImage:l,customStylesCircle:i,customStylesName:a,size:n,toggleName:c,user:s,border:d,...p})=>{const[m,u]=o("loading");return e.createElement(_,w({border:d,theme:t,customStyles:r,type:"avatarContainer"},p),s?.url&&e.createElement($,w({},p,{theme:t,customStyles:l,type:"imageAvatar",size:n,alt:"user-picture",src:s.url,handleImageStatus:e=>{u(e)},style:{visibility:"loaded"!==m?"hidden":"visible"}})),e.createElement(ee,w({},p,{theme:t,type:"avatarCircle",customStyles:i,size:n,style:{visibility:"loaded"!==m?"visible":"hidden"}}),s?.userName&&s?.userName.split(" ").length>=2?s?.userName.split(" ")[0].charAt(0).toUpperCase()+s?.userName.split(" ")[1].charAt(0).toUpperCase():s?.userName&&1===s?.userName.split(" ").length&&s?.userName.split(" ")[0].charAt(0).toUpperCase()),c&&e.createElement(te,w({},p,{theme:t,type:"avatarName",customStyles:a,size:n}),s.userName," "))};oe.propTypes={customStylesCircle:c.object,customStylesName:c.object,customStylesContainer:c.object,customStylesImage:c.object,toggleName:c.bool,size:c.oneOf(["SM","MD","LG"]),user:c.object,theme:c.object},oe.defaultProps={theme:W,block:!1,size:"MD",toggleName:!1,user:null,customStylesContainer:null,customStylesImage:null,customStylesCircle:null,customStylesName:null};const re=s.span`
225
+ `,ie=({theme:t,customStylesContainer:r,customStylesImage:l,customStylesCircle:i,customStylesName:a,size:n,toggleName:c,user:s,border:d,...p})=>{const[m,u]=o("loading");return e.createElement(oe,w({border:d,theme:t,customStyles:r,type:"avatarContainer"},p),s?.url&&e.createElement(te,w({},p,{theme:t,customStyles:l,type:"imageAvatar",size:n,alt:"user-picture",src:s.url,handleImageStatus:e=>{u(e)},style:{visibility:"loaded"!==m?"hidden":"visible"}})),e.createElement(re,w({},p,{theme:t,type:"avatarCircle",customStyles:i,size:n,style:{visibility:"loaded"!==m?"visible":"hidden"}}),s?.userName&&s?.userName.split(" ").length>=2?s?.userName.split(" ")[0].charAt(0).toUpperCase()+s?.userName.split(" ")[1].charAt(0).toUpperCase():s?.userName&&1===s?.userName.split(" ").length&&s?.userName.split(" ")[0].charAt(0).toUpperCase()),c&&e.createElement(le,w({},p,{theme:t,type:"avatarName",customStyles:a,size:n}),s.userName," "))};ie.propTypes={customStylesCircle:c.object,customStylesName:c.object,customStylesContainer:c.object,customStylesImage:c.object,toggleName:c.bool,size:c.oneOf(["SM","MD","LG"]),user:c.object,theme:c.object},ie.defaultProps={theme:R,block:!1,size:"MD",toggleName:!1,user:null,customStylesContainer:null,customStylesImage:null,customStylesCircle:null,customStylesName:null};const ae=s.span`
174
226
  ${({theme:e,type:t,customStyles:o})=>{if(e){let r={};if(e[t]){for(const t in e.common)r[t]=e.common[t];for(const o in e[t])r[o]=e[t][o],delete e.common[o]}return{...r,...o}}}}
175
227
  width: auto;
176
- `,le=s.div`
228
+ `,ne=s.div`
177
229
  ${({theme:e,type:t,size:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(const t in e.common)l[t]=e.common[t];for(const o in e[t])l[o]=e[t][o],delete e.common[o];for(const r in e[`${t}${o}`])l[r]=e[`${t}${o}`][r],delete e.common[r]}return{...l,...r}}}}
178
230
  ${({isSelected:e})=>e?d`
179
231
  border: 2px solid rgba(255, 255, 255, 0.3);
@@ -187,17 +239,17 @@ ${({theme:e,type:t,customStyles:o})=>{if(e){let r={};if(e[t]){for(const t in e.c
187
239
  // height: 38px;
188
240
  `}
189
241
  font-weight: 600;
190
- `,ie=s.span`
242
+ `,ce=s.span`
191
243
  ${({theme:e,type:t,size:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(const t in e.common)l[t]=e.common[t];for(const o in e[t])delete e.common[o],l[o]=e[t][o];for(const r in e[`${t}${o}`])l[r]=e[`${t}${o}`][r],delete e.common[r]}return{...l,...r}}}}
192
244
 
193
245
  &:hover{
194
246
  ${({theme:e,type:t,size:o,customStylesHover:r})=>{if(e){return{...{},...r}}}}
195
247
  }
196
248
 
197
- `,ae=({theme:t,customStylesContainer:r,customStylesImage:l,customStylesCircle:i,customStylesName:a,customStylesNameHover:n,size:c,toggleName:s,user:d,border:p,isSelected:m,...u})=>{const[g,f]=o("loading");return e.createElement(re,w({border:p,theme:t,customStyles:r,type:"avatarContainer"},u),d?.url&&e.createElement($,w({},u,{theme:t,customStyles:l,type:"imageAvatar",size:c,alt:"user-picture",src:d.url,handleImageStatus:e=>{f(e)},style:{visibility:"loaded"!==g?"hidden":"visible"}})),e.createElement(le,w({},u,{theme:t,type:"avatarCircle",customStyles:i,size:c,style:{visibility:"loaded"!==g?"visible":"hidden"},isSelected:m}),d?.userName&&d?.userName.split(" ").length>=2?d?.userName.split(" ")[0].charAt(0).toUpperCase()+d?.userName.split(" ")[1].charAt(0).toUpperCase():d?.userName&&1===d?.userName.split(" ").length&&d?.userName.split(" ")[0].charAt(0).toUpperCase()),s&&e.createElement(ie,w({},u,{theme:t,type:"avatarName",customStyles:a,customStylesHover:n,size:c}),d.userName," "))};ae.propTypes={customStylesCircle:c.object,customStylesName:c.object,customStylesContainer:c.object,customStylesImage:c.object,toggleName:c.bool,size:c.oneOf(["SM","MD","LG"]),user:c.object,theme:c.object},ae.defaultProps={theme:W,block:!1,size:"MD",toggleName:!1,user:null,customStylesContainer:null,customStylesImage:null,customStylesCircle:null,customStylesName:null};const ne=s.span`
249
+ `,se=({theme:t,customStylesContainer:r,customStylesImage:l,customStylesCircle:i,customStylesName:a,customStylesNameHover:n,size:c,toggleName:s,user:d,border:p,isSelected:m,...u})=>{const[g,b]=o("loading");return e.createElement(ae,w({border:p,theme:t,customStyles:r,type:"avatarContainer"},u),d?.url&&e.createElement(te,w({},u,{theme:t,customStyles:l,type:"imageAvatar",size:c,alt:"user-picture",src:d.url,handleImageStatus:e=>{b(e)},style:{visibility:"loaded"!==g?"hidden":"visible"}})),e.createElement(ne,w({},u,{theme:t,type:"avatarCircle",customStyles:i,size:c,style:{visibility:"loaded"!==g?"visible":"hidden"},isSelected:m}),d?.userName&&d?.userName.split(" ").length>=2?d?.userName.split(" ")[0].charAt(0).toUpperCase()+d?.userName.split(" ")[1].charAt(0).toUpperCase():d?.userName&&1===d?.userName.split(" ").length&&d?.userName.split(" ")[0].charAt(0).toUpperCase()),s&&e.createElement(ce,w({},u,{theme:t,type:"avatarName",customStyles:a,customStylesHover:n,size:c}),d.userName," "))};se.propTypes={customStylesCircle:c.object,customStylesName:c.object,customStylesContainer:c.object,customStylesImage:c.object,toggleName:c.bool,size:c.oneOf(["SM","MD","LG"]),user:c.object,theme:c.object},se.defaultProps={theme:R,block:!1,size:"MD",toggleName:!1,user:null,customStylesContainer:null,customStylesImage:null,customStylesCircle:null,customStylesName:null};const de=s.span`
198
250
  ${({theme:e,type:t,customStyles:o})=>{if(e){let r={};if(e[t]){for(const t in e.common)r[t]=e.common[t];for(const o in e[t])r[o]=e[t][o],delete e.common[o]}return{...r,...o}}}}
199
251
  width: auto;
200
- `,ce=s.div`
252
+ `,pe=s.div`
201
253
  ${({theme:e,type:t,size:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(const t in e.common)l[t]=e.common[t];for(const o in e[t])l[o]=e[t][o],delete e.common[o];for(const r in e[`${t}${o}`])l[r]=e[`${t}${o}`][r],delete e.common[r]}return{...l,...r}}}}
202
254
  ${({isSelected:e})=>e?d`
203
255
  border: 2px solid rgba(255, 255, 255, 0.3);
@@ -211,14 +263,14 @@ ${({theme:e,type:t,customStyles:o})=>{if(e){let r={};if(e[t]){for(const t in e.c
211
263
  // height: 38px;
212
264
  `}
213
265
  font-weight: 600;
214
- `,se=s.span`
266
+ `,me=s.span`
215
267
  ${({theme:e,type:t,size:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(const t in e.common)l[t]=e.common[t];for(const o in e[t])delete e.common[o],l[o]=e[t][o];for(const r in e[`${t}${o}`])l[r]=e[`${t}${o}`][r],delete e.common[r]}return{...l,...r}}}}
216
268
 
217
269
  &:hover{
218
270
  ${({theme:e,type:t,size:o,customStylesHover:r})=>{if(e){return{...{},...r}}}}
219
271
  }
220
272
 
221
- `,de=({theme:t,customStylesContainer:r,customStylesImage:l,customStylesCircle:i,customStylesName:a,customStylesNameHover:n,size:c,toggleName:s,user:d,border:p,isSelected:m,value:u,...g})=>{const[f,b]=o("loading");return e.createElement(ne,w({border:p,theme:t,customStyles:r,type:"avatarContainer"},g),d?.url&&e.createElement($,w({},g,{theme:t,customStyles:l,type:"imageAvatar",size:c,alt:"user-picture",src:d.url,handleImageStatus:e=>{b(e)},style:{visibility:"loaded"!==f?"hidden":"visible"}})),e.createElement(ce,w({},g,{theme:t,type:"avatarCircle",customStyles:i,size:c,style:{visibility:"loaded"!==f?"visible":"hidden"},isSelected:m}),u),s&&e.createElement(se,w({},g,{theme:t,type:"avatarName",customStyles:a,customStylesHover:n,size:c}),d.userName," "))};de.propTypes={customStylesCircle:c.object,customStylesName:c.object,customStylesContainer:c.object,customStylesImage:c.object,toggleName:c.bool,size:c.oneOf(["SM","MD","LG"]),user:c.object,theme:c.object},de.defaultProps={theme:W,block:!1,size:"MD",toggleName:!1,user:null,customStylesContainer:null,customStylesImage:null,customStylesCircle:null,customStylesName:null};const pe=s.div`
273
+ `,ue=({theme:t,customStylesContainer:r,customStylesImage:l,customStylesCircle:i,customStylesName:a,customStylesNameHover:n,size:c,toggleName:s,user:d,border:p,isSelected:m,value:u,...g})=>{const[b,f]=o("loading");return e.createElement(de,w({border:p,theme:t,customStyles:r,type:"avatarContainer"},g),d?.url&&e.createElement(te,w({},g,{theme:t,customStyles:l,type:"imageAvatar",size:c,alt:"user-picture",src:d.url,handleImageStatus:e=>{f(e)},style:{visibility:"loaded"!==b?"hidden":"visible"}})),e.createElement(pe,w({},g,{theme:t,type:"avatarCircle",customStyles:i,size:c,style:{visibility:"loaded"!==b?"visible":"hidden"},isSelected:m}),u),s&&e.createElement(me,w({},g,{theme:t,type:"avatarName",customStyles:a,customStylesHover:n,size:c}),d.userName," "))};ue.propTypes={customStylesCircle:c.object,customStylesName:c.object,customStylesContainer:c.object,customStylesImage:c.object,toggleName:c.bool,size:c.oneOf(["SM","MD","LG"]),user:c.object,theme:c.object},ue.defaultProps={theme:R,block:!1,size:"MD",toggleName:!1,user:null,customStylesContainer:null,customStylesImage:null,customStylesCircle:null,customStylesName:null};const ge=s.div`
222
274
  color: ${({theme:e})=>e.textColor};
223
275
  display: flex;
224
276
  background-color: ${({backgroundColor:e})=>e};
@@ -227,13 +279,13 @@ ${({theme:e,type:t,size:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(const t
227
279
  padding-top: 22px;
228
280
  padding-bottom:22px;
229
281
  width: inherit;
230
- `;pe.defaultProps={theme:M};const me=s.div`
282
+ `;ge.defaultProps={theme:M};const be=s.div`
231
283
  color: ${({theme:e})=>e.textColor};
232
284
  display: flex;
233
285
  font-size: 16px;
234
286
  text-align: left;
235
287
  word-wrap: break-word;
236
- `;me.defaultProps={theme:M};const ue=({backgroundColor:t,borderColor:o,variant:r,children:l,...i})=>e.createElement(e.Fragment,null,e.createElement(pe,w({backgroundColor:t,borderColor:o},i),e.createElement(me,i,l)));ue.propTypes={backgroundColor:c.string,borderColor:c.string,children:c.any},ue.defaultProps={children:"",backgroundColor:"#f7f2ff",borderColor:"#8b2dff"};const ge=s.div`
288
+ `;be.defaultProps={theme:M};const fe=({backgroundColor:t,borderColor:o,variant:r,children:l,...i})=>e.createElement(e.Fragment,null,e.createElement(ge,w({backgroundColor:t,borderColor:o},i),e.createElement(be,i,l)));fe.propTypes={backgroundColor:c.string,borderColor:c.string,children:c.any},fe.defaultProps={children:"",backgroundColor:"#f7f2ff",borderColor:"#8b2dff"};const he=s.div`
237
289
  background: transparent;
238
290
  color: ${({theme:e,variant:t})=>e.variant[t]};
239
291
  font-size: ${({isPrimary:e})=>e?"16px":"14px"};
@@ -269,10 +321,10 @@ ${({theme:e,type:t,size:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(const t
269
321
  .breadcrumb-icon-separator {
270
322
  margin: 0 ${({isPrimary:e})=>e?"12px":"7px"};
271
323
  }
272
- `,fe=s.div`
324
+ `,ye=s.div`
273
325
  display: flex;
274
326
  flex-wrap: nowrap;
275
- `,be=s.div`
327
+ `,xe=s.div`
276
328
  cursor: ${({href:e})=>e?"pointer":"default"};
277
329
  list-style: none;
278
330
  color: ${({theme:e,variant:t})=>e.variant[t]};
@@ -285,14 +337,14 @@ ${({theme:e,type:t,size:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(const t
285
337
  &:hover {
286
338
  text-decoration: ${({href:e})=>e?"underline":"none"};
287
339
  }
288
- `,he=({wrap:t,block:i,style:a,variant:n,variantSeparator:c,appLogo:s,separator:d,items:m,onClick:u,isPrimary:g,...f})=>{p();const b=r(null),[h,y]=o(void 0),x=()=>{y(b?.current?.scrollWidth<b?.current?.offsetWidth)};l((()=>{x()}),[m]),l((()=>{if(!t)return window.addEventListener("resize",x),()=>window.removeEventListener("resize",x)}),[]);const A=m?m.map(((t,o)=>e.createElement(fe,{key:t.label},0!==o||s?e.createElement("div",{className:"breadcrumb-icon-separator"},d):null,e.createElement(be,{onClick:()=>{t.href&&u(t.href)},variant:n,href:t.href,title:t.label},t.label)))):null;return e.createElement(ge,w({isWrap:t,ref:t?null:b,isBreadcrumbVisible:h,block:i,variant:n,variantSeparator:c,style:a,isPrimary:g},f),s&&e.createElement("div",{className:"breadcrumb-icon"},s),A)};he.propTypes={variant:c.string,variantSeparator:c.string,onClick:c.func,appLogo:c.any,separator:c.any,items:c.array,block:c.bool,theme:c.object,wrap:c.bool,isPrimary:c.bool},ge.defaultProps={theme:M},be.defaultProps={theme:M},he.defaultProps={theme:M,variant:"neutral-2",variantSeparator:"neutral-3",block:!1,onClick:void 0,wrap:!1,isPrimary:!0};const ye=m`
340
+ `,Ae=({wrap:t,block:i,style:a,variant:n,variantSeparator:c,appLogo:s,separator:d,items:m,onClick:u,isPrimary:g,...b})=>{p();const f=r(null),[h,y]=o(void 0),x=()=>{y(f?.current?.scrollWidth<f?.current?.offsetWidth)};l((()=>{x()}),[m]),l((()=>{if(!t)return window.addEventListener("resize",x),()=>window.removeEventListener("resize",x)}),[]);const A=m?m.map(((t,o)=>e.createElement(ye,{key:t.label},0!==o||s?e.createElement("div",{className:"breadcrumb-icon-separator"},d):null,e.createElement(xe,{onClick:()=>{t.href&&u(t.href)},variant:n,href:t.href,title:t.label},t.label)))):null;return e.createElement(he,w({isWrap:t,ref:t?null:f,isBreadcrumbVisible:h,block:i,variant:n,variantSeparator:c,style:a,isPrimary:g},b),s&&e.createElement("div",{className:"breadcrumb-icon"},s),A)};Ae.propTypes={variant:c.string,variantSeparator:c.string,onClick:c.func,appLogo:c.any,separator:c.any,items:c.array,block:c.bool,theme:c.object,wrap:c.bool,isPrimary:c.bool},he.defaultProps={theme:M},xe.defaultProps={theme:M},Ae.defaultProps={theme:M,variant:"neutral-2",variantSeparator:"neutral-3",block:!1,onClick:void 0,wrap:!1,isPrimary:!0};const ve=m`
289
341
  0% {
290
342
  opacity: 1;
291
343
  }
292
344
  100% {
293
345
  opacity: 0;
294
346
  }
295
- `,xe=s.div`
347
+ `,Ce=s.div`
296
348
  ${({size:e,thickness:t,propellerHeight:o})=>d`
297
349
  display: inline-block;
298
350
  position: relative;
@@ -301,7 +353,7 @@ ${({theme:e,type:t,size:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(const t
301
353
 
302
354
  div{
303
355
  transform-origin: 0px ${e/2}px;
304
- animation: ${ye} 1s linear infinite;
356
+ animation: ${ve} 1s linear infinite;
305
357
  width: fit-content;
306
358
 
307
359
  ::after {
@@ -388,23 +440,23 @@ ${({theme:e,type:t,size:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(const t
388
440
  }
389
441
  }
390
442
  `}
391
- `,Ae=({size:t,thickness:o,propellerHeight:r,customStyles:l})=>{const i=W;return e.createElement(xe,{theme:i,size:t,thickness:o,propellerHeight:r,customStyles:l,type:"spinner"},e.createElement("div",null),e.createElement("div",null),e.createElement("div",null),e.createElement("div",null),e.createElement("div",null),e.createElement("div",null),e.createElement("div",null),e.createElement("div",null),e.createElement("div",null))};xe.defaultProps={theme:W},Ae.propTypes={size:c.number,thickness:c.number,propellerHeight:c.number,customStyles:c.object},Ae.defaultProps={size:20,thickness:2,propellerHeight:25,customStyles:null};const ve={sm:{fontSize:"14px",padding:"5px 15px"},md:{fontSize:"16px",padding:"5.5px 15px"},lg:{fontSize:"18px",padding:"8px 20px"}},Ce=({theme:e,variant:t})=>R(e.variant[t],.6),we=M.bgColor,Se=s.button`
443
+ `,we=({size:t,thickness:o,propellerHeight:r,customStyles:l})=>{const i=R;return e.createElement(Ce,{theme:i,size:t,thickness:o,propellerHeight:r,customStyles:l,type:"spinner"},e.createElement("div",null),e.createElement("div",null),e.createElement("div",null),e.createElement("div",null),e.createElement("div",null),e.createElement("div",null),e.createElement("div",null),e.createElement("div",null),e.createElement("div",null))};Ce.defaultProps={theme:R},we.propTypes={size:c.number,thickness:c.number,propellerHeight:c.number,customStyles:c.object},we.defaultProps={size:20,thickness:2,propellerHeight:25,customStyles:null};const Se={sm:{fontSize:"14px",padding:"5px 15px"},md:{fontSize:"16px",padding:"5.5px 15px"},lg:{fontSize:"18px",padding:"8px 20px"}},Ee=({theme:e,variant:t})=>W(e.variant[t],.6),ke=s.button`
392
444
  background: ${({theme:e,variant:t})=>e.variant[t]};
393
- color: ${we};
394
- padding: ${({size:e})=>ve[e].padding};
445
+ color: ${({theme:e})=>e.bgColor};
446
+ padding: ${({size:e})=>Se[e].padding};
395
447
  border: 1px solid ${({theme:e,variant:t})=>e.variant[t]};
396
448
  border-radius: 5px;
397
- font-size: ${({size:e})=>ve[e].fontSize};
449
+ font-size: ${({size:e})=>Se[e].fontSize};
398
450
  display: flex;
399
- outline: none;
400
451
  align-items: center;
401
452
  width: ${({block:e})=>e?"100%":"auto"};
402
453
  cursor: pointer;
403
454
  line-height: 18px;
455
+ outline: none;
404
456
  &:disabled {
405
- color: ${we};
406
- background: ${Ce};
407
- border: 1px solid ${Ce};
457
+ color: ${({theme:e})=>e.bgColor};
458
+ background: ${Ee};
459
+ border: 1px solid ${Ee};
408
460
  cursor: not-allowed;
409
461
  }
410
462
 
@@ -413,22 +465,22 @@ ${({theme:e,type:t,size:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(const t
413
465
 
414
466
  // custom styles
415
467
  ${({btnStyle:e})=>e}
416
- `,ke=({btnStyle:t,block:o,size:r,style:l,variant:i,disabled:a,isLoading:n,type:c,...s})=>e.createElement(Se,w({block:o,variant:i,defaultStyle:"button",type:c,style:l,size:r,disabled:a,btnStyle:t},s),n&&e.createElement("div",{style:{paddingRight:"10px",display:"flex",justifyContent:"center",alignItems:"center"}},e.createElement(Ae,{customStyles:{"background-color":we},size:16})),s.children);ke.propTypes={variant:c.string,disabled:c.bool,size:c.oneOf(["sm","md","lg"]),block:c.bool,isLoading:c.bool,onClick:c.func,theme:c.object,type:c.string,btnStyle:c.object},Se.defaultProps={theme:M},ke.defaultProps={theme:M,variant:"primary-1",block:!1,isLoading:!1,disabled:!1,size:"md",onClick:void 0,btnStyle:{}};const Ee={sm:{fontSize:"14",padding:"5px 15px"},md:{fontSize:"16",padding:"5.5px 15px"},lg:{fontSize:"18",padding:"8px 20px"}},ze=M.primary["primary-1"],Ve=s.button`
468
+ `,ze=({btnStyle:t,block:o,size:r,style:l,variant:i,disabled:a,isLoading:n,type:c,theme:s,...d})=>{const m=p()||M;return e.createElement(ke,w({block:o,variant:i,defaultStyle:"button",type:c,style:l,size:r,theme:s,disabled:a,btnStyle:t},d),n&&e.createElement("div",{style:{paddingRight:"10px",display:"flex",justifyContent:"center",alignItems:"center"}},e.createElement(we,{customStyles:{"background-color":m.bgColor},size:16})),d.children)};ze.propTypes={variant:c.string,disabled:c.bool,size:c.oneOf(["sm","md","lg"]),block:c.bool,isLoading:c.bool,onClick:c.func,theme:c.object,type:c.string,btnStyle:c.object},ke.defaultProps={theme:M},ze.defaultProps={theme:M,variant:"primary-1",block:!1,isLoading:!1,disabled:!1,size:"md",onClick:void 0,btnStyle:{}};const Ve={sm:{fontSize:"14",padding:"5px 15px"},md:{fontSize:"16",padding:"5.5px 15px"},lg:{fontSize:"18",padding:"8px 20px"}},Me=s.button`
417
469
  color: ${({theme:e,variant:t})=>e.variant[t]};
418
470
  background: ${({theme:e})=>e.bgColor};
419
- padding: ${({size:e})=>Ee[e].padding};
471
+ padding: ${({size:e})=>Ve[e].padding};
420
472
  border: 1px solid ${({theme:e,variant:t})=>e.variant[t]};
421
- font-size: ${({size:e})=>Ee[e].fontSize};
473
+ font-size: ${({size:e})=>Ve[e].fontSize};
422
474
  border-radius: 5px;
423
475
  display: flex;
424
- outline: none;
425
476
  align-items: center;
477
+ outline: none;
426
478
  width: ${({block:e})=>e?"100%":"auto"};
427
479
  cursor: pointer;
428
480
  line-height: 18px;
429
481
  &:disabled {
430
482
  color: #929eac;
431
- border: 1px solid ${"#BBC4CF"};
483
+ border: 1px solid ${({theme:e})=>e.neutral["neutral-3"]};
432
484
  cursor: not-allowed;
433
485
  }
434
486
 
@@ -436,7 +488,7 @@ ${({theme:e,type:t,size:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(const t
436
488
  ${({theme:e,defaultStyle:t})=>I(e,t)}
437
489
  // custom styles
438
490
  ${({btnStyle:e})=>e}
439
- `,Me=({btnStyle:t,isLoading:o,block:r,size:l,style:i,variant:a,disabled:n,type:c,...s})=>(p(),e.createElement(Ve,w({block:r,variant:a,defaultStyle:"button",style:i,size:l,disabled:n,type:c,btnStyle:t,isLoading:o},s),o&&e.createElement("div",{style:{paddingRight:"10px",display:"flex",justifyContent:"center",alignItems:"center"}},e.createElement(Ae,{customStyles:{"background-color":ze},size:16})),s.children," "));Me.propTypes={variant:c.string,disabled:c.bool,size:c.oneOf(["sm","md","lg"]),block:c.bool,onClick:c.func,theme:c.object,type:c.string,btnStyle:c.object},Ve.defaultProps={theme:M},Me.defaultProps={theme:M,variant:"primary-1",block:!1,disabled:!1,size:"md",onClick:void 0,btnStyle:{}};const We=s.button`
491
+ `,Re=({btnStyle:t,isLoading:o,block:r,size:l,style:i,variant:a,disabled:n,type:c,theme:s,...d})=>{const m=p()||M;return e.createElement(Me,w({block:r,variant:a,defaultStyle:"button",style:i,size:l,disabled:n,type:c,btnStyle:t,isLoading:o,theme:s},d),o&&e.createElement("div",{style:{paddingRight:"10px",display:"flex",justifyContent:"center",alignItems:"center"}},e.createElement(we,{theme:s,customStyles:{"background-color":m.variant[a]},size:16})," "),d.children," ")};Re.propTypes={variant:c.string,disabled:c.bool,size:c.oneOf(["sm","md","lg"]),block:c.bool,onClick:c.func,theme:c.object,type:c.string,btnStyle:c.object},Me.defaultProps={theme:M},Re.defaultProps={theme:M,variant:"primary-1",block:!1,disabled:!1,size:"md",onClick:void 0,btnStyle:{}};const Ie=s.button`
440
492
  background: ${({disabled:e,theme:t,variant:o})=>e?"#BBC4CF":t.variant[o]};
441
493
  color: ${({theme:e})=>e.bgColor};
442
494
  padding: 3px 14px;
@@ -459,7 +511,7 @@ ${({theme:e,type:t,size:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(const t
459
511
 
460
512
  //Set the styles from the default styles object
461
513
  ${({theme:e,defaultStyle:t})=>I(e,t)}
462
- `,Ie=({block:t,style:o,variant:r,disabled:l,type:i,...a})=>(p(),e.createElement(We,w({block:t,variant:r,defaultStyle:"button",type:i,style:o,disabled:l},a),a.children));Ie.propTypes={variant:c.string,disabled:c.bool,block:c.bool,onClick:c.func,theme:c.object,type:c.string},We.defaultProps={theme:M},Ie.defaultProps={theme:M,variant:"primary-1",block:!1,disabled:!1,onClick:void 0};const Re=s.div`
514
+ `,We=({block:t,style:o,variant:r,disabled:l,type:i,...a})=>(p(),e.createElement(Ie,w({block:t,variant:r,defaultStyle:"button",type:i,style:o,disabled:l},a),a.children));We.propTypes={variant:c.string,disabled:c.bool,block:c.bool,onClick:c.func,theme:c.object,type:c.string},Ie.defaultProps={theme:M},We.defaultProps={theme:M,variant:"primary-1",block:!1,disabled:!1,onClick:void 0};const Be=s.div`
463
515
  //Set the styles from the default styles object
464
516
  ${({theme:e,type:t})=>I(e,t)}
465
517
  @media (max-width: 980px) {
@@ -467,40 +519,40 @@ ${({theme:e,type:t,size:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(const t
467
519
  }
468
520
  // custom styles
469
521
  ${({customStyles:e})=>e}
470
- `,Pe=({theme:t,type:o,customStyles:r,...l})=>e.createElement(Re,w({theme:t,customStyles:r,type:o},l),l.children);Pe.propTypes={theme:c.object,customStyles:c.object,type:c.string},Pe.defaultProps={theme:W,customStyles:null,type:"content"};const Le=s.div`
471
- display: ${({vertical:e})=>e?"inline-block":"block"};
472
- background: ${({theme:e,variant:t,borderColor:o})=>o||e.variant[t]};
473
- content: '';
474
- height: ${({vertical:e,thickness:t,height:o})=>e?o:t};
475
- width: ${({vertical:e,thickness:t})=>e?t:null};
476
- `,qe=({vertical:t,borderColor:o,thickness:r,height:l,...i})=>(p(),e.createElement(Le,w({borderColor:o,thickness:r,vertical:t,height:l},i)));qe.propTypes={variant:c.string,thickness:c.string,theme:c.object,borderColor:c.string,vertical:c.bool,height:c.string},Le.defaultProps={theme:M},qe.defaultProps={theme:M,variant:"neutral-5",thickness:"2px",vertical:!1,height:"10px"};const Be=s.div`
522
+ `,Pe=({theme:t,type:o,customStyles:r,...l})=>e.createElement(Be,w({theme:t,customStyles:r,type:o},l),l.children);Pe.propTypes={theme:c.object,customStyles:c.object,type:c.string},Pe.defaultProps={theme:R,customStyles:null,type:"content"};const Le=s.div`
523
+ display: ${({vertical:e})=>e?"inline-block":"block"};
524
+ background: ${({theme:e,borderColor:t})=>t||e.neutral["neutral-5"]};
525
+ content: '';
526
+ height: ${({vertical:e,thickness:t,height:o})=>e?o:t};
527
+ width: ${({vertical:e,thickness:t})=>e?t:null};
528
+ `,qe=({vertical:t,borderColor:o,thickness:r,height:l,...i})=>{const a=p()||M;return e.createElement(Le,w({theme:a,borderColor:o,thickness:r,vertical:t,height:l},i))};qe.propTypes={thickness:c.string,borderColor:c.string,vertical:c.bool,height:c.string},qe.defaultProps={thickness:"2px",vertical:!1,height:"10px"};const He=s.div`
477
529
  //Set the styles from the default styles object
478
530
  ${({theme:e,type:t,drawerOpen:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(const t in e.common)l[t]=e.common[t];for(const o in e[t])delete e.common[o],l[o]=e[t][o];l=o?{...l,...e["drawer-open"]}:{...l,...e["drawer-close"]}}return{...l,...r}}}}
479
- `,je=({theme:t,customStyles:o,drawerOpen:r,children:l,...i})=>e.createElement(Be,w({theme:t,customStyles:o,type:"drawer",drawerOpen:r},i),l);je.propTypes={theme:c.object,customStyles:c.object,drawerOpen:c.bool},je.defaultProps={theme:W};class He extends i{constructor(e){super(e),this.state={hasError:!1},this.refreshPage=this.refreshPage.bind(this)}componentDidCatch(e,t){this.setState({hasError:!0})}refreshPage(){window.location.reload()}render(){const{hasError:t}=this.state;return t?e.createElement(a,null,e.createElement("h3",null,e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",role:"img",width:"1.12em",height:"1em",preserveAspectRatio:"xMidYMid meet",viewBox:"0 0 1856 1664"},e.createElement("path",{d:"M1056 1375v-190q0-14-9.5-23.5t-22.5-9.5H832q-13 0-22.5 9.5T800 1185v190q0 14 9.5 23.5t22.5 9.5h192q13 0 22.5-9.5t9.5-23.5zm-2-374l18-459q0-12-10-19q-13-11-24-11H818q-11 0-24 11q-10 7-10 21l17 457q0 10 10 16.5t24 6.5h185q14 0 23.5-6.5t10.5-16.5zm-14-934l768 1408q35 63-2 126q-17 29-46.5 46t-63.5 17H160q-34 0-63.5-17T50 1601q-37-63-2-126L816 67q17-31 47-49t65-18t65 18t47 49z",fill:"currentColor"})),"We have experienced an issue. We generated a support ticket on our end to investigate this issue We are sorry about the inconvenience."),e.createElement(ke,{onClick:()=>this.refreshPage()},"Click to refresh")):this.props.children}}He.propTypes={children:c.any};const Fe=d`
480
- color: ${({theme:e})=>e.variant["primary-1"]};
481
- border: 1px solid ${({theme:e})=>e.variant["primary-1"]};
482
- background: #F3F5FF;
483
- `,Te=s.button`
484
- font-size: 14px;
485
- color: ${({theme:e})=>e.variant["primary-2"]};
486
- background: ${"#F6F6F9;"};
487
- border: 1px solid ${"#F6F6F9;"};
488
- padding: 4px 24px;
489
- border-radius: 999px;
490
- outline: none;
491
- cursor: pointer;
531
+ `,je=({theme:t,customStyles:o,drawerOpen:r,children:l,...i})=>e.createElement(He,w({theme:t,customStyles:o,type:"drawer",drawerOpen:r},i),l);je.propTypes={theme:c.object,customStyles:c.object,drawerOpen:c.bool},je.defaultProps={theme:R};class Te extends i{constructor(e){super(e),this.state={hasError:!1},this.refreshPage=this.refreshPage.bind(this)}componentDidCatch(e,t){this.setState({hasError:!0})}refreshPage(){window.location.reload()}render(){const{hasError:t}=this.state;return t?e.createElement(a,null,e.createElement("h3",null,e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",role:"img",width:"1.12em",height:"1em",preserveAspectRatio:"xMidYMid meet",viewBox:"0 0 1856 1664"},e.createElement("path",{d:"M1056 1375v-190q0-14-9.5-23.5t-22.5-9.5H832q-13 0-22.5 9.5T800 1185v190q0 14 9.5 23.5t22.5 9.5h192q13 0 22.5-9.5t9.5-23.5zm-2-374l18-459q0-12-10-19q-13-11-24-11H818q-11 0-24 11q-10 7-10 21l17 457q0 10 10 16.5t24 6.5h185q14 0 23.5-6.5t10.5-16.5zm-14-934l768 1408q35 63-2 126q-17 29-46.5 46t-63.5 17H160q-34 0-63.5-17T50 1601q-37-63-2-126L816 67q17-31 47-49t65-18t65 18t47 49z",fill:"currentColor"})),"We have experienced an issue. We generated a support ticket on our end to investigate this issue We are sorry about the inconvenience."),e.createElement(ze,{onClick:()=>this.refreshPage()},"Click to refresh")):this.props.children}}Te.propTypes={children:c.any};const Fe=d`
532
+ color: ${({theme:e})=>e.variant["primary-1"]};
533
+ border: 1px solid ${({theme:e})=>e.variant["primary-1"]};
534
+ background: ${({theme:e})=>W(e.primary["primary-1"],.04)};
535
+ `,Ge=s.button`
536
+ font-size: 14px;
537
+ color: ${({theme:e})=>e.variant["primary-2"]};
538
+ background: ${({theme:e})=>W(e.variant["neutral-5"],.7)};
539
+ border: 1px solid ${({theme:e})=>W(e.variant["neutral-5"],.7)};
540
+ padding: 4px 24px;
541
+ border-radius: 999px;
542
+ outline: none;
543
+ cursor: pointer;
492
544
 
493
- ${({selected:e})=>e?Fe:null}
545
+ ${({selected:e})=>e?Fe:null}
494
546
 
495
- &:not(:first-child) {
496
- margin-left: 8px;
497
- }
498
- `;Te.defaultProps={theme:M};const Ge=({options:t,selected:o,onClick:r,...l})=>{const i=t.map(((t,l)=>e.createElement(Te,{key:`${t.label}_${l}_${t.value}`,selected:o===t.value,onClick:()=>{r(t.value)}},t.label)));return e.createElement(e.Fragment,null,i)};Ge.propTypes={options:c.array,selected:c.string,onClick:c.func},Ge.defaultProps={options:[],selected:""};const Xe=s.footer`
547
+ &:not(:first-child) {
548
+ margin-left: 8px;
549
+ }
550
+ `,Xe=({options:t,selected:o,onClick:r,...l})=>{const i=p()||M,a=t.map(((t,l)=>e.createElement(Ge,{theme:i,key:`${t.label}_${l}_${t.value}`,selected:o===t.value,onClick:()=>{r(t.value)}},t.label)));return e.createElement(e.Fragment,null,a)};Xe.propTypes={options:c.array,selected:c.string,onClick:c.func},Xe.defaultProps={options:[],selected:""};const Ze=s.footer`
499
551
  //Set the styles from the default styles object
500
552
  ${({theme:e,type:t})=>I(e,t)}
501
553
  // custom styles
502
554
  ${({customStyles:e})=>e}
503
- `,Ze=t((({theme:t,customStyles:o,...r},l)=>e.createElement(Xe,w({ref:l,theme:t,type:"footer",customStyles:o},r),r.children)));Ze.propTypes={theme:c.object,customStyles:c.object,type:c.string},Xe.defaultProps={theme:c.object},Ze.defaultProps={theme:W,customStyles:null};const Oe=s.div`
555
+ `,Oe=t((({theme:t,customStyles:o,...r},l)=>e.createElement(Ze,w({ref:l,theme:t,type:"footer",customStyles:o},r),r.children)));Oe.propTypes={theme:c.object,customStyles:c.object,type:c.string},Ze.defaultProps={theme:c.object},Oe.defaultProps={theme:R,customStyles:null};const Je=s.div`
504
556
  font-size: 14px;
505
557
  background-color: transparent;
506
558
  display: flex;
@@ -516,7 +568,7 @@ ${({theme:e,type:t,drawerOpen:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(c
516
568
  ${({footerWidth:e})=>{if(e<650)return d`
517
569
  flex-direction: column;
518
570
  `}}
519
- `,Je=s.div`
571
+ `,Ue=s.div`
520
572
  display: flex;
521
573
  ${({footerWidth:e})=>{if(e<650)return d`
522
574
  margin-bottom: 5px;
@@ -526,49 +578,49 @@ ${({theme:e,type:t,drawerOpen:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(c
526
578
  align-items: center;
527
579
  margin-bottom: 0;
528
580
  `}}
529
- `,Ue=s.div`
581
+ `,Qe=s.div`
530
582
  margin-top: inherit;
531
583
  margin-bottom: inherit;
532
584
  ${({footerWidth:e})=>{if(e<350)return d`
533
585
  margin-bottom: 5px;
534
586
  `}}
535
- `,Qe=s.div`
587
+ `,Ke=s.div`
536
588
  margin: 0 10px;
537
589
  ${({footerWidth:e})=>{if(e<350)return d`
538
590
  display: none;
539
591
  `}}
540
- `,Ke=({variant:t,textColor:o,size:r,width:l,footerWidth:i,...a})=>e.createElement(Oe,w({variant:t,textColor:o,footerWidth:i},a),e.createElement(Je,{footerWidth:i},e.createElement(Ue,{footerWidth:i},"Premise HQ"),e.createElement(Qe,{footerWidth:i},"|"),e.createElement(Ue,{footerWidth:i},"All Rights Restricted 2020 ©")),e.createElement(Je,{footerWidth:i},e.createElement(Ue,{footerWidth:i},"Terms of use"),e.createElement(Qe,{footerWidth:i},"|"),e.createElement(Ue,{footerWidth:i},"Privacy Policy"))),Ne=s.header`
592
+ `,Ne=({variant:t,textColor:o,size:r,width:l,footerWidth:i,...a})=>e.createElement(Je,w({variant:t,textColor:o,footerWidth:i},a),e.createElement(Ue,{footerWidth:i},e.createElement(Qe,{footerWidth:i},"Premise HQ"),e.createElement(Ke,{footerWidth:i},"|"),e.createElement(Qe,{footerWidth:i},"All Rights Restricted 2020 ©")),e.createElement(Ue,{footerWidth:i},e.createElement(Qe,{footerWidth:i},"Terms of use"),e.createElement(Ke,{footerWidth:i},"|"),e.createElement(Qe,{footerWidth:i},"Privacy Policy"))),Ye=s.header`
541
593
  //Set the styles from the default styles object
542
594
  ${({theme:e,type:t})=>I(e,t)}
543
595
  // custom styles
544
596
  ${({customStyles:e})=>e}
545
- `,Ye=({theme:t,type:o,customStyles:r,...l})=>e.createElement(Ne,w({theme:t,type:"header",customStyles:r},l),l.children);Ye.propTypes={theme:c.object,customStyles:c.object,type:c.string},Ne.defaultProps={theme:c.object},Ye.defaultProps={theme:W,type:"header",customStyles:null};const De=s.div`
597
+ `,De=({theme:t,type:o,customStyles:r,...l})=>e.createElement(Ye,w({theme:t,type:"header",customStyles:r},l),l.children);De.propTypes={theme:c.object,customStyles:c.object,type:c.string},Ye.defaultProps={theme:c.object},De.defaultProps={theme:R,type:"header",customStyles:null};const $e=s.div`
546
598
  //Set the styles from the default styles object
547
- ${({theme:e,defaultWrapperStyle:t})=>I(e,t)}
599
+ ${({inBuiltCss:e,defaultWrapperStyle:t})=>I(e,t)}
548
600
 
549
- border: ${({isValid:e,themeColor:t})=>e?"1px solid "+M.border:"1px solid "+t.variant.error};
601
+ border: ${({isValid:e,theme:t})=>e?"1px solid "+t.border:"1px solid "+t.variant.error};
550
602
 
551
603
  .input-icon svg path {
552
- fill: ${({themeColor:e})=>e.variant["neutral-1"]};
604
+ fill: ${({theme:e})=>e.variant["neutral-1"]};
553
605
  }
554
606
 
555
607
  &:focus-within {
556
- border: 1px solid ${({themeColor:e})=>e.variant["primary-1"]};
608
+ border: 1px solid ${({theme:e})=>e.variant["primary-1"]};
557
609
  outline: none;
558
610
 
559
611
  .input-icon svg path {
560
- fill: ${({themeColor:e})=>e.variant["primary-1"]};
612
+ fill: ${({theme:e})=>e.variant["primary-1"]};
561
613
  }
562
614
  }
563
615
 
564
616
  // custom styles
565
617
  ${({textBoxStyle:e})=>e}
566
618
 
567
- background-color: ${({isDisabled:e})=>e?M.variant["neutral-5"]:M.bgColor}
568
- `,$e=s.input`
619
+ background-color: ${({isDisabled:e,theme:t})=>e?t.variant["neutral-5"]:t.bgColor}
620
+ `,_e=s.input`
569
621
  width: inherit;
570
622
  //Set the styles from the default styles object
571
- ${({theme:e,defaultInputStyle:t})=>I(e,t)}
623
+ ${({inBuiltCss:e,defaultInputStyle:t})=>I(e,t)}
572
624
 
573
625
  // custom styles
574
626
  ${({inputStyle:e})=>e}
@@ -576,96 +628,68 @@ ${({theme:e,type:t,drawerOpen:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(c
576
628
  .sc-furwcr bxRAoq {
577
629
  color: ${M.variant["neutral-3"]};
578
630
  }
579
- background-color: ${({isDisabled:e})=>e?M.variant["neutral-5"]:M.bgColor}
580
- `,_e=d`
631
+ background-color: ${({isDisabled:e,theme:t})=>e?t.variant["neutral-5"]:t.bgColor}
632
+ `,et=d`
581
633
  display: flex;
582
634
  gap: 7px;
583
635
  align-items: center;
584
- `,et=s.div`
585
- ${({labelInline:e})=>e?_e:null}
636
+ `,tt=s.div`
637
+ ${({labelInline:e})=>e?et:null}
586
638
  .err-text {
587
- color: ${({themeColor:e})=>e.variant.error};
639
+ color: ${({theme:e})=>e.variant.error};
588
640
  margin-top: 5px;
589
641
  font-size: 10px;
590
642
  }
591
- `;et.defaultProps={themeColor:M};const tt=({themeColor:t,textBoxStyle:o,labelStyle:r,inputStyle:l,errMsg:i,required:a,label:n,labelInline:c,iconBefore:s,iconAfter:d,isValid:p,type:m,isDisabled:u,...g})=>e.createElement(et,w({labelInline:c},g),e.createElement("div",{style:{display:"flex"}},e.createElement(L,w({customStyles:r,type:"label-text",labelInline:c,text:n,errMsg:i,style:{display:"flex",marginBottom:""+(c?"":"7px"),paddingBottom:"0px"}},g)),a&&e.createElement("div",{style:{marginLeft:"4px",color:`${t.variant.error}`}},"*")),e.createElement(De,w({required:a,themeColor:M,isDisabled:u,textBoxStyle:o,isValid:p,theme:W,defaultWrapperStyle:"textbox-wrapper"},g),e.createElement("div",{className:"input-icon"},s),e.createElement($e,w({inputStyle:l,type:m,defaultInputStyle:"input-wrapper",isDisabled:u,disabled:u},g)),e.createElement("div",{className:"input-icon"},d)),i.length>0&&e.createElement("div",{className:"err-text"},i));tt.propTypes={theme:c.object,themeColor:c.object,label:c.string,required:c.bool,labelInline:c.bool,errMsg:c.string,iconBefore:c.any,iconAfter:c.any,textBoxStyle:c.object,labelStyle:c.object,inputStyle:c.object,type:c.string,isDisabled:c.bool},tt.defaultProps={themeColor:M,theme:W,label:"",required:!1,isValid:!0,labelInline:!1,errMsg:"",iconBefore:null,iconAfter:null,textBoxStyle:{},labelStyle:{},inputStyle:{},type:"text",isDisabled:!1};var ot="data:image/svg+xml,%3csvg width='22' height='23' viewBox='0 0 22 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_230_6893)'%3e%3cpath d='M10.9998 0.923828C5.45056 0.923828 0.916504 5.4581 0.916504 11.0072C0.916504 16.5562 5.42782 21.0905 10.9998 21.0905C16.5719 21.0905 21.0832 16.5792 21.0832 11.0072C21.0832 5.43515 16.5489 0.923828 10.9998 0.923828ZM5.78904 18.0004C6.87183 16.1504 8.87931 14.9552 11.0449 14.9552C13.2105 14.9552 15.1958 16.1057 16.2786 17.9556C14.8127 19.0613 12.9854 19.738 11.0228 19.738C9.0374 19.7371 7.23304 19.0833 5.78904 18.0005V18.0004ZM17.2936 17.053C15.9402 14.9103 13.6165 13.6245 11.0449 13.6245C8.496 13.6245 6.10478 14.978 4.77404 17.0987C3.24038 15.5193 2.29294 13.3765 2.29294 11.008C2.2701 6.20241 6.1953 2.27731 11.0001 2.27731C15.8048 2.27731 19.7299 6.20241 19.7299 11.0072C19.7299 13.3529 18.8053 15.4737 17.2936 17.053V17.053Z' fill='%232E56F4'/%3e%3cpath d='M10.9997 5.07471C9.03716 5.07471 7.41309 6.67604 7.41309 8.66133C7.41309 10.6239 9.01442 12.2479 10.9997 12.2479C12.985 12.2479 14.5863 10.6466 14.5863 8.66133C14.5863 6.67604 12.9621 5.07471 10.9997 5.07471ZM10.9997 10.8719C9.78157 10.8719 8.76657 9.87968 8.76657 8.6388C8.76657 7.42067 9.75883 6.40567 10.9997 6.40567C12.2406 6.40567 13.2328 7.39793 13.2328 8.6388C13.2328 9.87968 12.2177 10.8719 10.9997 10.8719Z' fill='%232E56F4'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_230_6893'%3e%3crect width='22' height='22' fill='white' transform='translate(0 0.00714111)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e";const rt={"plus-outlined":"data:image/svg+xml,%3csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.0313 0.685989C8.12093 0.685989 6.25347 1.25248 4.66506 2.31382C3.07665 3.37516 1.83863 4.88369 1.10756 6.64863C0.3765 8.41358 0.18522 10.3557 0.557913 12.2293C0.930607 14.103 1.85054 15.8241 3.20137 17.1749C4.5522 18.5257 6.27326 19.4457 8.14692 19.8183C10.0206 20.191 11.9627 19.9998 13.7276 19.2687C15.4926 18.5376 17.0011 17.2996 18.0624 15.7112C19.1238 14.1228 19.6903 12.2553 19.6903 10.345C19.6903 9.07653 19.4404 7.82052 18.955 6.64863C18.4696 5.47675 17.7581 4.41196 16.8612 3.51504C15.9643 2.61812 14.8995 1.90664 13.7276 1.42124C12.5557 0.935826 11.2997 0.685989 10.0313 0.685989ZM10.0313 18.0721C8.503 18.0721 7.00903 17.619 5.7383 16.7699C4.46757 15.9208 3.47716 14.714 2.89231 13.302C2.30746 11.8901 2.15444 10.3364 2.45259 8.83747C2.75075 7.33854 3.48669 5.96169 4.56735 4.88102C5.64802 3.80036 7.02487 3.06442 8.5238 2.76626C10.0227 2.46811 11.5764 2.62113 12.9884 3.20598C14.4003 3.79083 15.6071 4.78125 16.4562 6.05197C17.3053 7.3227 17.7585 8.81667 17.7585 10.345C17.7585 12.3943 16.9444 14.3598 15.4952 15.8089C14.0461 17.258 12.0807 18.0721 10.0313 18.0721ZM13.8949 9.37907H10.9972V6.48137C10.9972 6.2252 10.8954 5.97952 10.7143 5.79838C10.5331 5.61724 10.2875 5.51548 10.0313 5.51548C9.77512 5.51548 9.52944 5.61724 9.3483 5.79838C9.16716 5.97952 9.0654 6.2252 9.0654 6.48137V9.37907H6.1677C5.91153 9.37907 5.66585 9.48083 5.48471 9.66197C5.30357 9.84311 5.20181 10.0888 5.20181 10.345C5.20181 10.6011 5.30357 10.8468 5.48471 11.028C5.66585 11.2091 5.91153 11.3109 6.1677 11.3109H9.0654V14.2086C9.0654 14.4647 9.16716 14.7104 9.3483 14.8915C9.52944 15.0727 9.77512 15.1745 10.0313 15.1745C10.2875 15.1745 10.5331 15.0727 10.7143 14.8915C10.8954 14.7104 10.9972 14.4647 10.9972 14.2086V11.3109H13.8949C14.1511 11.3109 14.3967 11.2091 14.5779 11.028C14.759 10.8468 14.8608 10.6011 14.8608 10.345C14.8608 10.0888 14.759 9.84311 14.5779 9.66197C14.3967 9.48083 14.1511 9.37907 13.8949 9.37907Z' fill='%232A50FD'/%3e%3c/svg%3e","check-mark":"data:image/svg+xml,%3csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.2817 0.508636L14.0132 1.50961L6.47213 14.5542L0.238281 9.69783L1.4674 8.12009L5.88914 11.5644L12.2817 0.508636Z' fill='white'/%3e%3c/svg%3e","chevron-right":"data:image/svg+xml,%3csvg width='13' height='19' viewBox='0 0 13 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath transform='rotate(180%2c 8%2c 9.5)' fill-rule='evenodd' clip-rule='evenodd' d='M12.6344 0.877569C13.1251 1.49007 13.0263 2.38439 12.4138 2.87509L4.33812 9.34497L12.4138 15.8148C13.0263 16.3056 13.1251 17.1999 12.6344 17.8124C12.1437 18.4249 11.2494 18.5236 10.6369 18.0329L1.17683 10.454C0.840203 10.1843 0.644287 9.77631 0.644287 9.34497C0.644287 8.91363 0.840203 8.50564 1.17683 8.23594L10.6369 0.65704C11.2494 0.166337 12.1437 0.265071 12.6344 0.877569Z' fill='%232A50FD'/%3e%3c/svg%3e","chevron-left":"data:image/svg+xml,%3csvg width='13' height='19' viewBox='0 0 13 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.6344 0.877569C13.1251 1.49007 13.0263 2.38439 12.4138 2.87509L4.33812 9.34497L12.4138 15.8148C13.0263 16.3056 13.1251 17.1999 12.6344 17.8124C12.1437 18.4249 11.2494 18.5236 10.6369 18.0329L1.17683 10.454C0.840203 10.1843 0.644287 9.77631 0.644287 9.34497C0.644287 8.91363 0.840203 8.50564 1.17683 8.23594L10.6369 0.65704C11.2494 0.166337 12.1437 0.265071 12.6344 0.877569Z' fill='%232A50FD'/%3e%3c/svg%3e","app-logo":"data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.91775 0.515015H7.50682C8.35702 0.515015 9.05226 1.21026 9.05226 2.06045V7.64952C9.05226 8.49972 8.35702 9.19496 7.50682 9.19496H1.91775C1.06755 9.19496 0.372314 8.49972 0.372314 7.64952V2.06045C0.372314 1.21026 1.06755 0.515015 1.91775 0.515015ZM1.91785 7.64952H7.50692V2.06045H1.91785V7.64952ZM12.5558 0.515015H18.1449C18.9951 0.515015 19.6903 1.21026 19.6903 2.06045V7.64952C19.6903 8.49972 18.9951 9.19496 18.1449 9.19496H12.5558C11.7056 9.19496 11.0104 8.49972 11.0104 7.64952V2.06045C11.0104 1.21026 11.7056 0.515015 12.5558 0.515015ZM7.50682 11.153H1.91775C1.06755 11.153 0.372314 11.8483 0.372314 12.6985V18.2875C0.372314 19.1377 1.06755 19.833 1.91775 19.833H7.50682C8.35702 19.833 9.05226 19.1377 9.05226 18.2875V12.6985C9.05226 11.8483 8.35702 11.153 7.50682 11.153ZM12.5558 11.153H18.1449C18.9951 11.153 19.6903 11.8483 19.6903 12.6985V18.2875C19.6903 19.1377 18.9951 19.833 18.1449 19.833H12.5558C11.7056 19.833 11.0104 19.1377 11.0104 18.2875V12.6985C11.0104 11.8483 11.7056 11.153 12.5558 11.153Z' fill='%232A50FD'/%3e%3c/svg%3e",email:"data:image/svg+xml,%3csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.4286 0.617798H2.90599C2.13748 0.617798 1.40044 0.92309 0.857016 1.46651C0.313593 2.00994 0.00830078 2.74698 0.00830078 3.51549V13.1745C0.00830078 13.943 0.313593 14.68 0.857016 15.2234C1.40044 15.7669 2.13748 16.0722 2.90599 16.0722H16.4286C17.1971 16.0722 17.9341 15.7669 18.4775 15.2234C19.021 14.68 19.3263 13.943 19.3263 13.1745V3.51549C19.3263 2.74698 19.021 2.00994 18.4775 1.46651C17.9341 0.92309 17.1971 0.617798 16.4286 0.617798ZM16.0325 2.54959L10.3531 8.22907C10.2633 8.3196 10.1564 8.39146 10.0387 8.4405C9.92104 8.48954 9.79479 8.51478 9.66728 8.51478C9.53977 8.51478 9.41352 8.48954 9.29582 8.4405C9.17811 8.39146 9.07129 8.3196 8.98149 8.22907L3.30201 2.54959H16.0325ZM17.3945 13.1745C17.3945 13.4306 17.2927 13.6763 17.1116 13.8575C16.9304 14.0386 16.6847 14.1404 16.4286 14.1404H2.90599C2.64982 14.1404 2.40414 14.0386 2.223 13.8575C2.04186 13.6763 1.9401 13.4306 1.9401 13.1745V3.91151L7.61958 9.59099C8.1629 10.1336 8.89939 10.4384 9.66728 10.4384C10.4352 10.4384 11.1717 10.1336 11.715 9.59099L17.3945 3.91151V13.1745Z' fill='%232A50FD'/%3e%3c/svg%3e","chevron-down":"data:image/svg+xml,%3csvg width='13' height='19' viewBox='0 0 13 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath transform='rotate(270%2c 6.5%2c 9.5)' fill-rule='evenodd' clip-rule='evenodd' d='M12.6344 0.877569C13.1251 1.49007 13.0263 2.38439 12.4138 2.87509L4.33812 9.34497L12.4138 15.8148C13.0263 16.3056 13.1251 17.1999 12.6344 17.8124C12.1437 18.4249 11.2494 18.5236 10.6369 18.0329L1.17683 10.454C0.840203 10.1843 0.644287 9.77631 0.644287 9.34497C0.644287 8.91363 0.840203 8.50564 1.17683 8.23594L10.6369 0.65704C11.2494 0.166337 12.1437 0.265071 12.6344 0.877569Z' fill='%232A50FD'/%3e%3c/svg%3e","triangle-down":"data:image/svg+xml,%3csvg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.271484 0.153671H8.27148L4.27148 6.15367L0.271484 0.153671Z' fill='%23081348'/%3e%3c/svg%3e",info:"data:image/svg+xml,%3csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.132935 6.38318C0.132935 3.06947 2.81923 0.383179 6.13293 0.383179C9.44512 0.386862 12.1293 3.071 12.1329 6.38318C12.1329 9.69689 9.44664 12.3832 6.13293 12.3832C2.81923 12.3832 0.132935 9.69689 0.132935 6.38318ZM1.33293 6.38318C1.33293 9.03415 3.48197 11.1832 6.13293 11.1832C8.78264 11.1801 10.9299 9.03289 10.9329 6.38318C10.9329 3.73221 8.7839 1.58318 6.13293 1.58318C3.48197 1.58318 1.33293 3.73221 1.33293 6.38318ZM6.13293 6.08318C5.80156 6.08318 5.53293 6.35181 5.53293 6.68318V8.48318C5.53293 8.81455 5.80156 9.08318 6.13293 9.08318C6.46431 9.08318 6.73293 8.81455 6.73293 8.48318V6.68318C6.73293 6.35181 6.46431 6.08318 6.13293 6.08318ZM5.38293 4.43318C5.38293 4.01897 5.71872 3.68318 6.13293 3.68318C6.54715 3.68318 6.88293 4.01897 6.88293 4.43318C6.88293 4.84739 6.54715 5.18318 6.13293 5.18318C5.71872 5.18318 5.38293 4.84739 5.38293 4.43318Z' fill='%236B747F'/%3e%3c/svg%3e","cross-icon":"data:image/svg+xml,%3csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7129 9.70582L19.8791 1.53962C20.2304 1.18838 20.2304 0.661516 19.8791 0.310275C19.5279 -0.0409657 19.001 -0.0409657 18.6498 0.310275L10.4836 8.47648L2.31736 0.310275C1.96612 -0.0409657 1.43926 -0.0409657 1.08802 0.310275C0.736775 0.661516 0.736775 1.18838 1.08802 1.53962L9.25422 9.70582L1.08802 17.872C0.736775 18.2233 0.736775 18.7501 1.08802 19.1014C1.26364 19.277 1.43926 19.3648 1.70269 19.3648C1.96612 19.3648 2.14174 19.277 2.31736 19.1014L10.4836 10.9352L18.6498 19.1014C18.8254 19.277 19.0888 19.3648 19.2644 19.3648C19.4401 19.3648 19.7035 19.277 19.8791 19.1014C20.2304 18.7501 20.2304 18.2233 19.8791 17.872L11.7129 9.70582Z' fill='%232A50FD'/%3e%3c/svg%3e","file-attach":"data:image/svg+xml,%3csvg width='28' height='25' viewBox='0 0 28 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.0267 1.17413C14.8017 0.949122 14.4968 0.823124 14.1784 0.823124L14.1785 0.82309C13.8601 0.82309 13.5552 0.949117 13.3302 1.1741C13.1052 1.39908 12.9781 1.70508 12.9781 2.02345V15.9259L10.2264 13.1741C10.0037 12.9424 9.69653 12.8108 9.37366 12.8085C9.05191 12.8052 8.74254 12.9323 8.51529 13.1595C8.28803 13.3868 8.16091 13.6962 8.16428 14.0179C8.16653 14.3408 8.29815 14.6479 8.52989 14.8706L13.3302 19.671C13.7982 20.1401 14.5587 20.1401 15.0267 19.671L19.827 14.8706C20.2815 14.4004 20.2747 13.6523 19.8124 13.1888C19.3489 12.7264 18.6008 12.7197 18.1305 13.1742L15.3788 15.9259V2.02349C15.3788 1.70514 15.2517 1.39914 15.0267 1.17413ZM24.9783 14.0232C24.9783 13.3606 25.516 12.8229 26.1786 12.8229V12.8229C26.497 12.8229 26.8019 12.9489 27.0269 13.1739C27.2519 13.3989 27.3779 13.7049 27.3779 14.0233V23.6227C27.3779 23.9411 27.2518 24.246 27.0269 24.471C26.8019 24.696 26.497 24.8231 26.1786 24.8231H2.17825C1.85987 24.8231 1.55502 24.6959 1.33001 24.471C1.105 24.246 0.979004 23.9411 0.979004 23.6227V14.0233C0.979004 13.3606 1.51563 12.8229 2.17825 12.8229C2.84087 12.8229 3.37861 13.3606 3.37861 14.0233V22.4224L24.9783 22.4235V14.0232Z' fill='%232E56F4'/%3e%3c/svg%3e","jpg-icon":"data:image/svg+xml,%3csvg width='17' height='19' viewBox='0 0 17 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.0248 7.36488H14.5926V5.27939C14.5926 5.26822 14.5911 5.25698 14.5896 5.24568L14.5888 5.24011C14.5881 5.1573 14.5618 5.07596 14.5051 5.01152L11.0346 1.04708L11.0334 1.0461C11.0328 1.04567 11.0323 1.04527 11.0318 1.0446C11.0112 1.02149 10.987 1.00228 10.9615 0.985642C10.954 0.980577 10.9464 0.976328 10.9385 0.971949C10.9164 0.95989 10.893 0.94989 10.8688 0.942668C10.8658 0.941806 10.8628 0.940756 10.8599 0.939708L10.8599 0.939707L10.8599 0.939704C10.8566 0.938529 10.8533 0.937357 10.8499 0.936459C10.8237 0.93025 10.7964 0.926361 10.7689 0.926361H2.2397C1.85022 0.926361 1.53382 1.24313 1.53382 1.63227V7.36472H1.10169C0.544537 7.36472 0.0927734 7.81628 0.0927734 8.37364V13.6202C0.0927734 14.1772 0.544537 14.629 1.10169 14.629H1.53385V18.2204C1.53385 18.6096 1.85025 18.9264 2.23973 18.9264H13.8868C14.2759 18.9264 14.5926 18.6096 14.5926 18.2204V14.629H15.0249C15.5819 14.629 16.0337 14.1772 16.0337 13.6202V8.3738C16.0337 7.81648 15.5818 7.36488 15.0248 7.36488ZM2.2397 1.63241H10.4159V5.24394C10.4159 5.43893 10.5741 5.59688 10.7689 5.59688H13.8867V7.36511H2.2397V1.63241ZM8.94593 11.1082C9.25851 10.8108 9.43053 10.3728 9.43053 9.8568C9.43053 9.34086 9.20393 8.90285 8.86802 8.6371C8.51573 8.35543 7.99178 8.21481 7.25678 8.21481C6.52953 8.21481 6.01355 8.26151 5.6458 8.32442V13.5243H6.82655V11.6398C6.936 11.6556 7.07698 11.6631 7.23345 11.6631C7.93691 11.6631 8.53903 11.4913 8.94593 11.1082ZM1.90744 13.4852L2.04065 12.5234C2.20496 12.5782 2.41581 12.6175 2.65038 12.6175C3.1512 12.6175 3.46372 12.3904 3.46372 11.5694V8.25377H4.65221V11.5849C4.65221 13.0865 3.9326 13.6102 2.77548 13.6102C2.50202 13.6104 2.14218 13.5638 1.90744 13.4852ZM2.2397 18.0294H13.8867V14.629H2.2397V18.0294ZM14.5923 13.2821C14.2249 13.4072 13.529 13.5791 12.8324 13.5791C11.8711 13.5791 11.1748 13.3367 10.6903 12.8676C10.2053 12.4142 9.93906 11.726 9.94717 10.9518C9.95472 9.20007 11.2293 8.19916 12.9578 8.19916C13.6382 8.19916 14.1625 8.33187 14.4203 8.45713L14.17 9.41108C13.8805 9.28595 13.5207 9.18429 12.942 9.18429C11.949 9.18429 11.1987 9.74749 11.1987 10.8892C11.1987 11.9761 11.8787 12.6174 12.8563 12.6174C13.13 12.6174 13.3491 12.586 13.4428 12.539V11.4364H12.6294V10.5059H14.5922V13.2821H14.5923ZM6.82654 9.16098C6.91262 9.13739 7.07696 9.11386 7.31909 9.11386C7.91353 9.11386 8.25003 9.40331 8.25003 9.88824C8.25003 10.4275 7.85892 10.7484 7.22533 10.7484C7.0535 10.7484 6.9284 10.7405 6.82654 10.717V9.16098Z' fill='%232E56F4'/%3e%3c/svg%3e","pdf-icon":"data:image/svg+xml,%3csvg width='17' height='19' viewBox='0 0 17 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.3246 6.76136H14.8924V4.67588C14.8924 4.6647 14.8909 4.65346 14.8894 4.64216L14.8886 4.6366C14.8879 4.55379 14.8616 4.47245 14.8049 4.408L11.3344 0.443564L11.3332 0.442584C11.3326 0.442151 11.3321 0.441754 11.3316 0.441081C11.311 0.417976 11.2868 0.39876 11.2613 0.382126C11.2538 0.377061 11.2462 0.372813 11.2383 0.368434C11.2162 0.356375 11.1928 0.346375 11.1686 0.339153C11.1656 0.338291 11.1626 0.33724 11.1597 0.336192L11.1597 0.336192L11.1597 0.336189C11.1564 0.335013 11.1531 0.333841 11.1497 0.332943C11.1235 0.326734 11.0963 0.322845 11.0687 0.322845H2.5395C2.15003 0.322845 1.83362 0.63961 1.83362 1.02876V6.7612H1.4015C0.844342 6.7612 0.392578 7.21277 0.392578 7.77012V13.0167C0.392578 13.5736 0.844342 14.0255 1.4015 14.0255H1.83365V17.6169C1.83365 18.006 2.15006 18.3228 2.53954 18.3228H14.1866C14.5757 18.3228 14.8925 18.0061 14.8925 17.6169V14.0255H15.3247C15.8817 14.0255 16.3335 13.5736 16.3335 13.0167V7.77028C16.3335 7.21296 15.8816 6.76136 15.3246 6.76136ZM2.5395 1.02889H10.7157V4.64042C10.7157 4.83542 10.8739 4.99336 11.0687 4.99336H14.1865V6.76159H2.5395V1.02889ZM10.3283 12.5567C10.8374 12.1264 11.2048 11.4306 11.2048 10.4216C11.2048 9.49103 10.8607 8.84211 10.3135 8.43541C9.80498 8.05247 9.15576 7.87247 8.15537 7.87247C7.55322 7.87247 6.98201 7.91159 6.54414 7.98182V13.1588C6.84165 13.1978 7.27946 13.2369 7.89711 13.2369C8.929 13.2369 9.77374 13.018 10.3283 12.5567ZM2.00029 13.1823V7.98182C2.36764 7.9196 2.88401 7.87247 3.61127 7.87247C4.34626 7.87247 4.87032 8.01326 5.22208 8.29496C5.55842 8.56067 5.78466 8.99868 5.78466 9.51482C5.78466 10.0311 5.61309 10.469 5.30005 10.766C4.89345 11.1492 4.29139 11.3214 3.58741 11.3214C3.43127 11.3214 3.29002 11.3134 3.18104 11.2978V13.1824H2.00029V13.1823ZM2.5395 17.4259H14.1865V14.0255H2.5395V17.4259ZM15.2093 8.88907H13.1836V10.0934H15.0761V11.0631H13.1836V13.1823H11.9877V7.91159H15.2093V8.88907ZM4.60424 9.54587C4.60424 9.06116 4.26767 8.77188 3.67372 8.77188C3.43143 8.77188 3.26728 8.79525 3.1812 8.81868V10.3751C3.28296 10.3982 3.40806 10.4061 3.57963 10.4061C4.21332 10.4061 4.60424 10.0856 4.60424 9.54587ZM8.2805 8.7875C8.01433 8.7875 7.8427 8.81094 7.74067 8.8344V12.2829C7.8425 12.3067 8.00675 12.3067 8.15537 12.3067C9.23436 12.3142 9.93818 11.7202 9.93818 10.4611C9.94609 9.36593 9.30469 8.7875 8.2805 8.7875Z' fill='%232E56F4'/%3e%3c/svg%3e","arrow-up":"data:image/svg+xml,%3csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.6561 4.98854L5.78989 0.122986L0.923645 4.98854L1.94087 6.00576L5.06337 2.88257V15.123H6.51636V2.88257L9.63886 6.00576L10.6561 4.98854Z' fill='%23009500'/%3e%3c/svg%3e","arrow-down":"data:image/svg+xml,%3csvg width='11' height='17' viewBox='0 0 11 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.337 11.3942L5.47074 16.4335L0.604492 11.3942L1.62172 10.3406L4.74422 13.5753V0.897759H6.19721V13.5753L9.31971 10.3406L10.337 11.3942Z' fill='%23C10000'/%3e%3c/svg%3e","pen-icon":"data:image/svg+xml,%3csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.87647 10.4528L2.64806 13.9942H0.504883L5.3205 0.612427H7.65317L12.4688 13.9942H10.3256L9.10374 10.4528H3.87647ZM4.46454 8.7539H8.51567L6.54238 3.04311H6.43783L4.46454 8.7539Z' fill='%23454545'/%3e%3c/svg%3e","sign-icon":"data:image/svg+xml,%3csvg width='23' height='17' viewBox='0 0 23 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.4919 0.469661C21.4919 0.469661 21.4927 0.469661 21.4935 0.470442L21.4935 0.470422C22.2458 1.00014 22.4466 2.06732 21.9411 2.85482L21.3568 3.76654L18.6302 1.85794L19.2138 0.936842C19.2138 0.936842 19.2138 0.936061 19.2145 0.936061C19.7193 0.148561 20.7396 -0.060019 21.4919 0.469661ZM12.8287 11.4032L12.81 14.4742C12.8053 14.5039 12.824 14.5297 12.8514 14.5352C12.8639 14.5367 12.8764 14.5352 12.8881 14.5274L15.6757 13.3492L21.0147 4.68745L18.1741 2.74057L12.8287 11.4032ZM11.6916 7.26789C11.2142 5.85961 9.65961 5.20995 8.23719 5.74995C6.01654 6.59005 5.65513 9.45668 6.63008 12.0049L6.7317 12.2595C7.01005 12.9291 7.3479 13.5236 7.75506 14.0393L7.90633 14.2236L7.7904 14.3086L7.64283 14.4049C6.71979 14.9803 6.0144 14.8962 5.42701 14.0152C5.11735 13.5506 5.01096 13.0618 4.98516 12.1083L4.9715 11.0336C4.93862 9.71545 4.77544 9.05726 4.19647 8.353C3.38847 7.36761 1.96488 7.43564 0.945348 8.25562C0.724649 8.43312 0.689631 8.75593 0.867134 8.97662C1.04464 9.19732 1.36744 9.23234 1.58814 9.05484C2.21276 8.55248 3.00273 8.51473 3.40378 9.00383C3.8507 9.54747 3.94804 10.1185 3.95265 11.5636L3.95515 11.9049C3.97323 13.2011 4.09831 13.871 4.57361 14.5841C5.54707 16.0442 6.94271 16.1268 8.36769 15.1564L8.59557 14.9923L8.64733 14.9496L8.7923 15.0647C9.63186 15.7067 10.6739 16.1324 11.9605 16.325C12.2406 16.3669 12.5016 16.1738 12.5435 15.8937C12.5855 15.6136 12.3924 15.3525 12.1123 15.3106L11.8424 15.2657C10.8696 15.0866 10.0777 14.7507 9.43059 14.26L9.42233 14.2526L9.48822 14.1872C10.0623 13.5879 10.5767 12.8898 10.926 12.2524C11.8691 10.5302 12.2094 8.7956 11.6916 7.26789ZM8.60065 6.70903C9.49902 6.36798 10.4363 6.75969 10.7202 7.59715C11.1306 8.8078 10.8446 10.2657 10.0264 11.7596L9.90522 11.9708C9.60656 12.4692 9.20064 13.0019 8.76026 13.4641L8.67833 13.5456L8.63441 13.4951C8.20642 12.9789 7.86423 12.3595 7.58793 11.6382C6.78908 9.55027 7.0745 7.28639 8.60065 6.70903Z' fill='%232E56F4'/%3e%3c/svg%3e","edit-icon":"data:image/svg+xml,%3csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.38784 7.73764H3.29584C3.35506 7.73799 3.41377 7.72664 3.4686 7.70424C3.52343 7.68185 3.57329 7.64885 3.61534 7.60714L6.72934 4.48864L8.00734 3.23764C8.04952 3.19581 8.083 3.14604 8.10584 3.0912C8.12869 3.03637 8.14045 2.97755 8.14045 2.91814C8.14045 2.85874 8.12869 2.79992 8.10584 2.74508C8.083 2.69025 8.04952 2.64048 8.00734 2.59864L6.09934 0.668143C6.05751 0.625966 6.00774 0.592488 5.9529 0.569642C5.89806 0.546796 5.83925 0.535034 5.77984 0.535034C5.72044 0.535034 5.66162 0.546796 5.60678 0.569642C5.55195 0.592488 5.50217 0.625966 5.46034 0.668143L4.19134 1.94164L1.06834 5.06014C1.02664 5.10219 0.993639 5.15206 0.971245 5.20689C0.948851 5.26171 0.937499 5.32042 0.937842 5.37964V7.28764C0.937842 7.40699 0.985252 7.52145 1.06964 7.60584C1.15404 7.69023 1.26849 7.73764 1.38784 7.73764ZM5.77984 1.62214L7.05334 2.89564L6.41434 3.53464L5.14084 2.26114L5.77984 1.62214ZM1.83784 5.56414L4.50634 2.89564L5.77984 4.16914L3.11134 6.83764H1.83784V5.56414ZM8.58784 8.63764H0.487842C0.368494 8.63764 0.254035 8.68505 0.169644 8.76945C0.0852524 8.85384 0.0378418 8.9683 0.0378418 9.08764C0.0378418 9.20699 0.0852524 9.32145 0.169644 9.40584C0.254035 9.49023 0.368494 9.53764 0.487842 9.53764H8.58784C8.70719 9.53764 8.82165 9.49023 8.90604 9.40584C8.99043 9.32145 9.03784 9.20699 9.03784 9.08764C9.03784 8.9683 8.99043 8.85384 8.90604 8.76945C8.82165 8.68505 8.70719 8.63764 8.58784 8.63764Z' fill='%232E56F4'/%3e%3c/svg%3e","hamburger-menu":"data:image/svg+xml,%3csvg width='21' height='17' viewBox='0 0 21 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.38839 3.50162H18.4867C18.9136 3.50162 19.3231 3.36455 19.625 3.12055C19.9269 2.87656 20.0965 2.54563 20.0965 2.20057C20.0965 1.85551 19.9269 1.52458 19.625 1.28059C19.3231 1.0366 18.9136 0.899521 18.4867 0.899521H2.38839C1.96144 0.899521 1.55197 1.0366 1.25007 1.28059C0.948171 1.52458 0.778564 1.85551 0.778564 2.20057C0.778564 2.54563 0.948171 2.87656 1.25007 3.12055C1.55197 3.36455 1.96144 3.50162 2.38839 3.50162ZM18.4867 7.40477H2.38839C1.96144 7.40477 1.55197 7.54184 1.25007 7.78584C0.948171 8.02983 0.778564 8.36076 0.778564 8.70582C0.778564 9.05088 0.948171 9.38181 1.25007 9.6258C1.55197 9.86979 1.96144 10.0069 2.38839 10.0069H18.4867C18.9136 10.0069 19.3231 9.86979 19.625 9.6258C19.9269 9.38181 20.0965 9.05088 20.0965 8.70582C20.0965 8.36076 19.9269 8.02983 19.625 7.78584C19.3231 7.54184 18.9136 7.40477 18.4867 7.40477ZM18.4867 13.91H2.38839C1.96144 13.91 1.55197 14.0471 1.25007 14.2911C0.948171 14.5351 0.778564 14.866 0.778564 15.2111C0.778564 15.5561 0.948171 15.8871 1.25007 16.1311C1.55197 16.375 1.96144 16.5121 2.38839 16.5121H18.4867C18.9136 16.5121 19.3231 16.375 19.625 16.1311C19.9269 15.8871 20.0965 15.5561 20.0965 15.2111C20.0965 14.866 19.9269 14.5351 19.625 14.2911C19.3231 14.0471 18.9136 13.91 18.4867 13.91Z' fill='%232A50FD'/%3e%3c/svg%3e",bell:"data:image/svg+xml,%3csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.87983 17.0764C8.96945 17.8588 9.6528 18.4673 10.4832 18.4673C11.3137 18.4673 11.997 17.8588 12.0867 17.0764H8.87983ZM13.8847 17.0764C13.7909 18.8205 12.3037 20.206 10.4832 20.206C8.6628 20.206 7.1756 18.8205 7.08178 17.0764H2.59635C1.70571 17.0764 0.983139 16.3769 0.983139 15.5116V15.1639C0.983139 13.9033 1.90736 12.8506 3.13408 12.6088V7.33454C3.13408 3.3968 6.42352 0.205994 10.4831 0.205994C14.5428 0.205994 17.8322 3.39673 17.8322 7.33454V12.6088C19.0603 12.8506 19.9831 13.902 19.9831 15.1639V15.5116C19.9831 16.3782 19.2606 17.0764 18.3699 17.0764H13.8847ZM18.1909 15.1639C18.1909 14.683 17.7904 14.2945 17.2919 14.2945C16.6001 14.2945 16.04 13.7471 16.04 13.0802V7.33437C16.04 4.35689 13.5529 1.94449 10.4834 1.94449C7.41378 1.94449 4.92675 4.35689 4.92675 7.33437V13.0802C4.92675 13.7498 4.36381 14.2945 3.67483 14.2945C3.17771 14.2945 2.77581 14.6844 2.77581 15.1639V15.3377H18.1909V15.1639Z' fill='white'/%3e%3c/svg%3e",star:"data:image/svg+xml,%3csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.6464 7.09946C19.5855 6.92303 19.4747 6.76806 19.3274 6.65335C19.1802 6.53863 19.0028 6.4691 18.8169 6.45319L13.3284 5.65259L10.8687 0.665684C10.7897 0.5026 10.6664 0.365063 10.5128 0.268828C10.3593 0.172592 10.1817 0.121552 10.0005 0.121552C9.81934 0.121552 9.6418 0.172592 9.48826 0.268828C9.33473 0.365063 9.2114 0.5026 9.13242 0.665684L6.67273 5.64294L1.18424 6.45319C1.00572 6.47857 0.837879 6.55347 0.699776 6.66941C0.561672 6.78535 0.458832 6.93768 0.402924 7.10911C0.351748 7.27663 0.347156 7.45493 0.38964 7.62487C0.432124 7.7948 0.520081 7.94996 0.644071 8.0737L4.62781 11.932L3.66322 17.4109C3.62879 17.5917 3.64682 17.7786 3.71519 17.9496C3.78355 18.1205 3.8994 18.2683 4.04906 18.3755C4.19492 18.4797 4.36696 18.5413 4.54586 18.5532C4.72477 18.5651 4.90346 18.527 5.06187 18.443L10.0005 15.8675L14.9199 18.4526C15.0553 18.529 15.2082 18.5689 15.3636 18.5684C15.568 18.5691 15.7672 18.5049 15.9327 18.3851C16.0824 18.2779 16.1982 18.1301 16.2666 17.9592C16.335 17.7883 16.353 17.6014 16.3186 17.4205L15.354 11.9417L19.3377 8.08334C19.477 7.96535 19.5799 7.81027 19.6346 7.63611C19.6892 7.46195 19.6933 7.27586 19.6464 7.09946ZM13.7142 10.9578C13.6011 11.0672 13.5164 11.2027 13.4677 11.3523C13.4189 11.5019 13.4075 11.6612 13.4345 11.8163L14.129 15.8579L10.5021 13.9287C10.3626 13.8544 10.2069 13.8155 10.0488 13.8155C9.89066 13.8155 9.73498 13.8544 9.59542 13.9287L5.96858 15.8579L6.66308 11.8163C6.69003 11.6612 6.67862 11.5019 6.62987 11.3523C6.58111 11.2027 6.49647 11.0672 6.38335 10.9578L3.4896 8.06405L7.5505 7.47565C7.70676 7.45392 7.85531 7.39418 7.98311 7.30169C8.11092 7.2092 8.21409 7.08677 8.28358 6.94513L10.0005 3.27006L11.814 6.95478C11.8835 7.09641 11.9866 7.21884 12.1144 7.31134C12.2422 7.40383 12.3908 7.46356 12.547 7.4853L16.608 8.0737L13.7142 10.9578Z' fill='%232A50FD'/%3e%3c/svg%3e","cloud-icon":"data:image/svg+xml,%3csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.2048 10.3586L9.01892 13.5445L7.76975 12.2953C7.67973 12.2046 7.57263 12.1325 7.45463 12.0834C7.33663 12.0342 7.21006 12.0089 7.08222 12.0089C6.95439 12.0089 6.82782 12.0342 6.70982 12.0834C6.59182 12.1325 6.48472 12.2046 6.3947 12.2953C6.21434 12.4768 6.11311 12.7222 6.11311 12.978C6.11311 13.2339 6.21434 13.4793 6.3947 13.6607L8.3314 15.5974C8.42142 15.6882 8.52852 15.7602 8.64652 15.8094C8.76452 15.8585 8.89109 15.8839 9.01892 15.8839C9.14676 15.8839 9.27333 15.8585 9.39133 15.8094C9.50933 15.7602 9.61643 15.6882 9.70645 15.5974L13.5799 11.724C13.7602 11.5426 13.8614 11.2972 13.8614 11.0413C13.8614 10.7855 13.7602 10.5401 13.5799 10.3586C13.4898 10.2679 13.3827 10.1958 13.2647 10.1467C13.1467 10.0975 13.0202 10.0722 12.8923 10.0722C12.7645 10.0722 12.6379 10.0975 12.5199 10.1467C12.4019 10.1958 12.2948 10.2679 12.2048 10.3586V10.3586ZM16.2041 4.67443C15.6117 3.31469 14.5898 2.18674 13.2949 1.46354C12 0.740337 10.5037 0.461796 9.03527 0.670623C7.56688 0.87945 6.20752 1.56412 5.16559 2.61965C4.12366 3.67519 3.45669 5.04333 3.26693 6.5143C2.45932 6.71468 1.7377 7.16981 1.20893 7.81229C0.680162 8.45478 0.372348 9.25047 0.331066 10.0815C0.289784 10.9126 0.517229 11.7349 0.979725 12.4266C1.44222 13.1183 2.11518 13.6427 2.89895 13.9222C3.02264 13.9871 3.15891 14.0245 3.2984 14.0317C3.4379 14.039 3.57732 14.016 3.70709 13.9644C3.83687 13.9127 3.95393 13.8336 4.05025 13.7324C4.14656 13.6312 4.21985 13.5104 4.26508 13.3783C4.31031 13.2461 4.32641 13.1057 4.31228 12.9668C4.29815 12.8278 4.25413 12.6935 4.18323 12.5732C4.11232 12.4528 4.01622 12.3492 3.90152 12.2695C3.78681 12.1898 3.65622 12.1359 3.5187 12.1114C3.14127 11.9749 2.81554 11.7246 2.58656 11.395C2.35758 11.0654 2.23664 10.6728 2.24048 10.2715C2.24048 9.75785 2.44452 9.26524 2.80772 8.90204C3.17092 8.53884 3.66353 8.3348 4.17718 8.3348C4.434 8.3348 4.6803 8.23277 4.8619 8.05117C5.0435 7.86957 5.14553 7.62327 5.14553 7.36645C5.15027 6.22198 5.56026 5.11619 6.30277 4.24528C7.04528 3.37436 8.0723 2.79462 9.20161 2.60891C10.3309 2.42321 11.4895 2.64355 12.4718 3.23084C13.4541 3.81813 14.1966 4.7344 14.5676 5.81709C14.6244 5.98168 14.7245 6.12792 14.8574 6.24039C14.9904 6.35287 15.1512 6.42742 15.3229 6.4562C15.9679 6.57808 16.5526 6.91481 16.9817 7.41151C17.4108 7.9082 17.6591 8.53559 17.686 9.19144C17.713 9.84728 17.517 10.4929 17.1301 11.0232C16.7432 11.5534 16.1881 11.937 15.5553 12.1114C15.2985 12.1435 15.0649 12.2763 14.906 12.4806C14.7471 12.6849 14.6759 12.9439 14.708 13.2008C14.7401 13.4576 14.8729 13.6911 15.0772 13.85C15.2815 14.0089 15.5405 14.0802 15.7974 14.0481H16.0395C17.0585 13.7788 17.9619 13.1843 18.6124 12.3549C19.2628 11.5254 19.6249 10.5064 19.6435 9.45253C19.6621 8.39864 19.3363 7.36746 18.7156 6.51558C18.0948 5.6637 17.213 5.03766 16.2041 4.73254V4.67443Z' fill='%232A50FD'/%3e%3c/svg%3e","check-icon":"data:image/svg+xml,%3csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.09309 0.499928C6.94236 0.505009 6.80012 0.568234 6.69568 0.676061C5.27989 2.09523 4.2073 3.27224 2.87503 4.62764L1.41183 3.39024C1.29498 3.29089 1.14369 3.24178 0.990707 3.25419C0.837725 3.26661 0.69603 3.33887 0.596677 3.45572C0.497324 3.57257 0.448218 3.72386 0.46063 3.87684C0.472485 4.02982 0.545306 4.17152 0.662154 4.27087L2.54083 5.86052C2.77058 6.05754 3.11323 6.04342 3.32662 5.82891C4.88014 4.27207 5.98769 3.02607 7.51751 1.49351C7.68968 1.32698 7.74162 1.07125 7.64734 0.850538C7.55307 0.629823 7.33235 0.490382 7.09301 0.499977L7.09309 0.499928Z' fill='white'/%3e%3c/svg%3e","arrow-rotate":"data:image/svg+xml,%3csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:none%3bstroke:black%3bstroke-miterlimit:10%3bopacity:0%3b%7d%3c/style%3e%3c/defs%3e%3cpath d='M.92%2c14a1%2c1%2c0%2c0%2c0%2c.93-1C1.85%2c6.63%2c6%2c2%2c11.79%2c2a9.45%2c9.45%2c0%2c0%2c1%2c8.53%2c4.72L17.76%2c6a.92.92%2c0%2c0%2c0-1.12.73A1%2c1%2c0%2c0%2c0%2c17.31%2c8l4.44%2c1.2.11%2c0H22a.81.81%2c0%2c0%2c0%2c.27%2c0h0A1%2c1%2c0%2c0%2c0%2c22.56%2c9a.27.27%2c0%2c0%2c0%2c.07-.08.8.8%2c0%2c0%2c0%2c.13-.19.84.84%2c0%2c0%2c0%2c.06-.14s0-.07%2c0-.11L24%2c3.64a1%2c1%2c0%2c0%2c0-.67-1.21.92.92%2c0%2c0%2c0-1.12.73l-.5%2c2.16A11.39%2c11.39%2c0%2c0%2c0%2c11.79%2c0C5.07%2c0%2c0%2c5.59%2c0%2c13A1%2c1%2c0%2c0%2c0%2c.92%2c14Z'/%3e%3cpath d='M23.08%2c10a1%2c1%2c0%2c0%2c0-.93%2c1c0%2c6.37-4.18%2c11-9.94%2c11a9.45%2c9.45%2c0%2c0%2c1-8.53-4.72L6.24%2c18a.92.92%2c0%2c0%2c0%2c1.12-.73A1%2c1%2c0%2c0%2c0%2c6.69%2c16l-4.44-1.2-.11%2c0H2a.81.81%2c0%2c0%2c0-.27%2c0h0a1%2c1%2c0%2c0%2c0-.29.19.27.27%2c0%2c0%2c0-.07.08.8.8%2c0%2c0%2c0-.13.19.84.84%2c0%2c0%2c0-.06.14s0%2c.07%2c0%2c.11L0%2c20.36A1%2c1%2c0%2c0%2c0%2c.7%2c21.57a.92.92%2c0%2c0%2c0%2c1.12-.73l.5-2.16A11.39%2c11.39%2c0%2c0%2c0%2c12.21%2c24C18.93%2c24%2c24%2c18.41%2c24%2c11A1%2c1%2c0%2c0%2c0%2c23.08%2c10Z'/%3e%3crect class='cls-1' width='24' height='24'/%3e%3c/svg%3e","magnifier-icon":"data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7456 14.6459L19.327 18.1983C19.6886 18.5724 19.6886 19.1659 19.327 19.5401C19.1457 19.7228 18.899 19.8256 18.6416 19.8256C18.3842 19.8256 18.1375 19.7228 17.9562 19.5401L14.4038 15.9877C10.8048 18.8742 5.57718 18.4442 2.49816 15.0084C-0.580862 11.5726 -0.437387 6.32929 2.82492 3.06699C6.08723 -0.195322 11.3305 -0.338797 14.7663 2.74023C18.2022 5.81925 18.6322 11.0468 15.7456 14.6459ZM2.23111 9.23044C2.23111 12.9624 5.25644 15.9877 8.98837 15.9877C10.7805 15.9877 12.4992 15.2758 13.7665 14.0085C15.0337 12.7413 15.7456 11.0226 15.7456 9.23044C15.7456 5.49851 12.7203 2.47318 8.98837 2.47318C5.25644 2.47318 2.23111 5.49851 2.23111 9.23044Z' fill='%232A50FD'/%3e%3c/svg%3e",connection:"data:image/svg+xml,%3csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.8412 11.3595C11.4441 10.6162 12.3481 10.1818 13.3052 10.1755C15.0725 10.1755 16.5052 11.6082 16.5052 13.3755C16.5052 15.1428 15.0725 16.5755 13.3052 16.5755C11.5379 16.5755 10.1052 15.1428 10.1052 13.3755C10.1076 13.1849 10.1263 12.9949 10.1612 12.8075L5.9372 10.8635C4.68025 12.0925 2.66722 12.0775 1.42881 10.8298C0.190398 9.58205 0.190398 7.56895 1.42881 6.32124C2.66722 5.07353 4.68025 5.05846 5.9372 6.2875L10.1612 4.3435C10.1263 4.15611 10.1076 3.96608 10.1052 3.7755C10.0926 2.21832 11.2028 0.878155 12.7351 0.600798C14.2675 0.323442 15.777 1.18943 16.311 2.65223C16.8451 4.11502 16.2486 5.74988 14.898 6.52502C13.5474 7.30017 11.8348 6.99052 10.8412 5.7915L6.7612 7.6715C6.95303 8.2589 6.95303 8.8921 6.7612 9.4795L10.8412 11.3595ZM14.9052 3.7755C14.9052 2.89184 14.1889 2.1755 13.3052 2.1755C12.4215 2.1755 11.7052 2.89184 11.7052 3.7755C11.7052 4.65916 12.4215 5.3755 13.3052 5.3755C14.1889 5.3755 14.9052 4.65916 14.9052 3.7755ZM3.7052 10.1755C2.82154 10.1755 2.1052 9.45916 2.1052 8.5755C2.1052 7.69184 2.82154 6.9755 3.7052 6.9755C4.58885 6.9755 5.3052 7.69184 5.3052 8.5755C5.3052 9.45916 4.58885 10.1755 3.7052 10.1755ZM11.7052 13.3755C11.7052 14.2592 12.4215 14.9755 13.3052 14.9755C14.1889 14.9755 14.9052 14.2592 14.9052 13.3755C14.9052 12.4918 14.1889 11.7755 13.3052 11.7755C12.4215 11.7755 11.7052 12.4918 11.7052 13.3755Z' fill='%236B747F'/%3e%3c/svg%3e","door-internal-active":"data:image/svg+xml,%3csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%2339aa35%3b%7d%3c/style%3e%3c/defs%3e%3ccircle class='cls-1' cx='12' cy='12' r='12'/%3e%3c/svg%3e","ellipses-horizontal":"data:image/svg+xml,%3csvg width='5' height='20' viewBox='0 0 5 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath transform='rotate(90%2c 0%2c 12)' fill-rule='evenodd' clip-rule='evenodd' d='M4.50654 2.11396C4.50654 3.25559 3.58106 4.18107 2.43943 4.18107C1.29779 4.18107 0.372314 3.25559 0.372314 2.11396C0.372314 0.972322 1.29779 0.0468445 2.43943 0.0468445C3.58106 0.0468445 4.50654 0.972322 4.50654 2.11396ZM4.50654 9.70582C4.50654 10.8475 3.58106 11.7729 2.43943 11.7729C1.29779 11.7729 0.372314 10.8475 0.372314 9.70582C0.372314 8.56419 1.29779 7.63871 2.43943 7.63871C3.58106 7.63871 4.50654 8.56419 4.50654 9.70582ZM2.43943 19.3648C3.58106 19.3648 4.50654 18.4393 4.50654 17.2977C4.50654 16.156 3.58106 15.2306 2.43943 15.2306C1.29779 15.2306 0.372314 16.156 0.372314 17.2977C0.372314 18.4393 1.29779 19.3648 2.43943 19.3648Z' fill='%232A50FD'/%3e%3c/svg%3e",ellipses:"data:image/svg+xml,%3csvg width='5' height='20' viewBox='0 0 5 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.50654 2.11396C4.50654 3.25559 3.58106 4.18107 2.43943 4.18107C1.29779 4.18107 0.372314 3.25559 0.372314 2.11396C0.372314 0.972322 1.29779 0.0468445 2.43943 0.0468445C3.58106 0.0468445 4.50654 0.972322 4.50654 2.11396ZM4.50654 9.70582C4.50654 10.8475 3.58106 11.7729 2.43943 11.7729C1.29779 11.7729 0.372314 10.8475 0.372314 9.70582C0.372314 8.56419 1.29779 7.63871 2.43943 7.63871C3.58106 7.63871 4.50654 8.56419 4.50654 9.70582ZM2.43943 19.3648C3.58106 19.3648 4.50654 18.4393 4.50654 17.2977C4.50654 16.156 3.58106 15.2306 2.43943 15.2306C1.29779 15.2306 0.372314 16.156 0.372314 17.2977C0.372314 18.4393 1.29779 19.3648 2.43943 19.3648Z' fill='%232A50FD'/%3e%3c/svg%3e","file-attach-white":"data:image/svg+xml,%3csvg width='28' height='25' viewBox='0 0 28 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.0267 1.17413C14.8017 0.949122 14.4968 0.823124 14.1784 0.823124L14.1785 0.82309C13.8601 0.82309 13.5552 0.949117 13.3302 1.1741C13.1052 1.39908 12.9781 1.70508 12.9781 2.02345V15.9259L10.2264 13.1741C10.0037 12.9424 9.69653 12.8108 9.37366 12.8085C9.05191 12.8052 8.74254 12.9323 8.51529 13.1595C8.28803 13.3868 8.16091 13.6962 8.16428 14.0179C8.16653 14.3408 8.29815 14.6479 8.52989 14.8706L13.3302 19.671C13.7982 20.1401 14.5587 20.1401 15.0267 19.671L19.827 14.8706C20.2815 14.4004 20.2747 13.6523 19.8124 13.1888C19.3489 12.7264 18.6008 12.7197 18.1305 13.1742L15.3788 15.9259V2.02349C15.3788 1.70514 15.2517 1.39914 15.0267 1.17413ZM24.9783 14.0232C24.9783 13.3606 25.516 12.8229 26.1786 12.8229V12.8229C26.497 12.8229 26.8019 12.9489 27.0269 13.1739C27.2519 13.3989 27.3779 13.7049 27.3779 14.0233V23.6227C27.3779 23.9411 27.2518 24.246 27.0269 24.471C26.8019 24.696 26.497 24.8231 26.1786 24.8231H2.17825C1.85987 24.8231 1.55502 24.6959 1.33001 24.471C1.105 24.246 0.979004 23.9411 0.979004 23.6227V14.0233C0.979004 13.3606 1.51563 12.8229 2.17825 12.8229C2.84087 12.8229 3.37861 13.3606 3.37861 14.0233V22.4224L24.9783 22.4235V14.0232Z' fill='white'/%3e%3c/svg%3e","functional-equation":"data:image/svg+xml,%3c%3fxml version='1.0' encoding='utf-8'%3f%3e%3c!-- Generator: Adobe Illustrator 26.0.1%2c SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24%3b' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%233A58A4%3b%7d .st1%7bfill:%233A58A4%3b%7d .st2%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%233957A3%3b%7d .st3%7bfill:%233957A3%3b%7d .st4%7bfill:%232972B8%3b%7d .st5%7bfill:%23138338%3b%7d .st6%7bfill:%233C5BA6%3b%7d .st7%7bfill:%23DD0B18%3b%7d .st8%7bfill:%233CAA37%3b%7d .st9%7bfill:%231C2243%3b%7d .st10%7bfill:white%3b%7d .st11%7bfill:%23FAD3D0%3b%7d .st12%7bfill:%2351C1E3%3b%7d .st13%7bfill:%23F59A15%3b%7d .st14%7bfill:%231E2243%3b%7d .st15%7bfill:%23DD0C15%3b%7d .st16%7bfill:%23E94B46%3b%7d .st17%7bfill:%23F6A542%3b%7d .st18%7bfill:%234DB486%3b%7d .st19%7bfill:%23474850%3b%7d .st20%7bfill:%233B59A5%3b%7d .st21%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%233C5BA6%3b%7d .st22%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%233B59A5%3b%7d .st23%7bfill:%23929EAC%3b%7d .st24%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%230A9639%3b%7d .st25%7bfill:%230A9639%3b%7d .st26%7bfill:%23C11718%3b%7d .st27%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%2339AA35%3b%7d .st28%7bfill:%2339AA35%3b%7d .st29%7bfill:%23D4D7E3%3b%7d .st30%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%23D4D7E3%3b%7d .st31%7bopacity:0.1%3b%7d .st32%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%231DA741%3b%7d .st33%7bfill:%2318122C%3b%7d .st34%7bfill:%23110D1D%3b%7d .st35%7bfill:%2318142B%3b%7d .st36%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%231F2244%3b%7d .st37%7bfill:%231E2143%3b%7d .st38%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:white%3b%7d .st39%7bfill:%236B747F%3b%7d .st40%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%23F49913%3b%7d .st41%7bfill:%23020203%3b%7d .st42%7bfill:%23DD0B15%3b%7d .st43%7bfill:%2346484F%3b%7d .st44%7bfill:%231D1E1B%3b%7d .st45%7bfill:%230D1826%3b%7d .st46%7bfill:%233B5A7A%3b%7d .st47%7bfill:%234D9EB3%3b%7d .st48%7bfill:%233B5A7B%3b%7d%3c/style%3e%3cg%3e %3cg%3e %3cpath class='st46' d='M24%2c7.47L24%2c7.47c0-0.3-0.24-0.54-0.53-0.54h-2.55c-0.29%2c0-0.53%2c0.24-0.53%2c0.53v0.01 c0%2c0.29%2c0.24%2c0.53%2c0.53%2c0.53h2.55C23.76%2c8.01%2c24%2c7.77%2c24%2c7.47z'/%3e %3c/g%3e %3cg%3e %3cpath class='st46' d='M24%2c10.5L24%2c10.5c0-0.3-0.24-0.54-0.53-0.54h-2.55c-0.29%2c0-0.53%2c0.24-0.53%2c0.53v0.01 c0%2c0.29%2c0.24%2c0.53%2c0.53%2c0.53h2.55C23.76%2c11.03%2c24%2c10.79%2c24%2c10.5z'/%3e %3c/g%3e %3cg%3e %3cpath class='st46' d='M24%2c13.52L24%2c13.52c0-0.3-0.24-0.54-0.53-0.54h-2.55c-0.29%2c0-0.53%2c0.24-0.53%2c0.53v0.01 c0%2c0.29%2c0.24%2c0.53%2c0.53%2c0.53h2.55C23.76%2c14.06%2c24%2c13.82%2c24%2c13.52z'/%3e %3c/g%3e %3cg%3e %3cpath class='st46' d='M24%2c16.55L24%2c16.55c0-0.3-0.24-0.54-0.53-0.54h-2.55c-0.29%2c0-0.53%2c0.24-0.53%2c0.53v0.01 c0%2c0.29%2c0.24%2c0.53%2c0.53%2c0.53h2.55C23.76%2c17.08%2c24%2c16.84%2c24%2c16.55z'/%3e %3c/g%3e %3cg%3e %3cpath class='st46' d='M3.61%2c7.48L3.61%2c7.48c0-0.3-0.24-0.54-0.53-0.54H0.53C0.24%2c6.93%2c0%2c7.17%2c0%2c7.47v0.01 c0%2c0.29%2c0.24%2c0.53%2c0.53%2c0.53h2.55C3.37%2c8.01%2c3.61%2c7.77%2c3.61%2c7.48z'/%3e %3c/g%3e %3cg%3e %3cpath class='st46' d='M3.61%2c10.5L3.61%2c10.5c0-0.3-0.24-0.54-0.53-0.54H0.53C0.24%2c9.96%2c0%2c10.2%2c0%2c10.49v0.01 c0%2c0.29%2c0.24%2c0.53%2c0.53%2c0.53h2.55C3.37%2c11.03%2c3.61%2c10.79%2c3.61%2c10.5z'/%3e %3c/g%3e %3cg%3e %3cpath class='st46' d='M3.61%2c13.53L3.61%2c13.53c0-0.3-0.24-0.54-0.53-0.54H0.53C0.24%2c12.98%2c0%2c13.22%2c0%2c13.52v0.01 c0%2c0.29%2c0.24%2c0.53%2c0.53%2c0.53h2.55C3.37%2c14.06%2c3.61%2c13.82%2c3.61%2c13.53z'/%3e %3c/g%3e %3cg%3e %3cpath class='st46' d='M3.61%2c16.55L3.61%2c16.55c0-0.3-0.24-0.54-0.53-0.54H0.53C0.24%2c16.01%2c0%2c16.25%2c0%2c16.54v0.01 c0%2c0.29%2c0.24%2c0.53%2c0.53%2c0.53h2.55C3.37%2c17.08%2c3.61%2c16.84%2c3.61%2c16.55z'/%3e %3c/g%3e %3cg%3e %3cpath class='st46' d='M7.44%2c0L7.44%2c0C7.14%2c0%2c6.9%2c0.24%2c6.9%2c0.53v2.56c0%2c0.29%2c0.24%2c0.53%2c0.53%2c0.53h0.01c0.29%2c0%2c0.53-0.24%2c0.53-0.53 V0.53C7.97%2c0.24%2c7.73%2c0%2c7.44%2c0z'/%3e %3c/g%3e %3cg%3e %3cpath class='st46' d='M10.45%2c0L10.45%2c0c-0.3%2c0-0.54%2c0.24-0.54%2c0.53v2.56c0%2c0.29%2c0.24%2c0.53%2c0.53%2c0.53h0.01 c0.29%2c0%2c0.53-0.24%2c0.53-0.53V0.53C10.98%2c0.24%2c10.74%2c0%2c10.45%2c0z'/%3e %3c/g%3e %3cg%3e %3cpath class='st46' d='M13.46%2c0L13.46%2c0c-0.3%2c0-0.54%2c0.24-0.54%2c0.53v2.56c0%2c0.29%2c0.24%2c0.53%2c0.53%2c0.53h0.01 c0.29%2c0%2c0.53-0.24%2c0.53-0.53V0.53C13.99%2c0.24%2c13.75%2c0%2c13.46%2c0z'/%3e %3c/g%3e %3cg%3e %3cpath class='st46' d='M16.46%2c0L16.46%2c0c-0.3%2c0-0.54%2c0.24-0.54%2c0.53v2.56c0%2c0.29%2c0.24%2c0.53%2c0.53%2c0.53h0.01 c0.29%2c0%2c0.53-0.24%2c0.53-0.53V0.53C16.99%2c0.24%2c16.76%2c0%2c16.46%2c0z'/%3e %3c/g%3e %3cg%3e %3cpath class='st46' d='M7.44%2c20.37L7.44%2c20.37c-0.3%2c0-0.54%2c0.24-0.54%2c0.53v2.56C6.9%2c23.76%2c7.14%2c24%2c7.43%2c24h0.01 c0.29%2c0%2c0.53-0.24%2c0.53-0.53v-2.56C7.97%2c20.61%2c7.73%2c20.37%2c7.44%2c20.37z'/%3e %3c/g%3e %3cg%3e %3cpath class='st46' d='M10.45%2c20.37L10.45%2c20.37c-0.3%2c0-0.54%2c0.24-0.54%2c0.53v2.56c0%2c0.29%2c0.24%2c0.53%2c0.53%2c0.53h0.01 c0.29%2c0%2c0.53-0.24%2c0.53-0.53v-2.56C10.98%2c20.61%2c10.74%2c20.37%2c10.45%2c20.37z'/%3e %3c/g%3e %3cg%3e %3cpath class='st46' d='M13.46%2c20.37L13.46%2c20.37c-0.3%2c0-0.54%2c0.24-0.54%2c0.53v2.56c0%2c0.29%2c0.24%2c0.53%2c0.53%2c0.53h0.01 c0.29%2c0%2c0.53-0.24%2c0.53-0.53v-2.56C13.99%2c20.61%2c13.75%2c20.37%2c13.46%2c20.37z'/%3e %3c/g%3e %3cg%3e %3cpath class='st46' d='M16.46%2c20.37L16.46%2c20.37c-0.3%2c0-0.54%2c0.24-0.54%2c0.53v2.56c0%2c0.29%2c0.24%2c0.53%2c0.53%2c0.53h0.01 c0.29%2c0%2c0.53-0.24%2c0.53-0.53v-2.56C16.99%2c20.61%2c16.76%2c20.37%2c16.46%2c20.37z'/%3e %3c/g%3e %3cg%3e %3cpath class='st46' d='M16.86%2c19.41H7.11c-1.35%2c0-2.44-1.1-2.44-2.45V7.15c0-1.35%2c1.09-2.45%2c2.44-2.45h9.76 c1.35%2c0%2c2.44%2c1.1%2c2.44%2c2.45v9.81C19.3%2c18.31%2c18.21%2c19.41%2c16.86%2c19.41z M7.11%2c5.76c-0.76%2c0-1.38%2c0.62-1.38%2c1.39v9.81 c0%2c0.76%2c0.62%2c1.39%2c1.38%2c1.39h9.76c0.76%2c0%2c1.38-0.62%2c1.38-1.39V7.15c0-0.76-0.62-1.39-1.38-1.39H7.11z'/%3e %3c/g%3e %3cg%3e %3cpath class='st46' d='M12.76%2c8.15C12.61%2c8.05%2c12.43%2c8%2c12.2%2c8c-0.05%2c0-0.11%2c0-0.16%2c0.01c-0.6%2c0.1-0.99%2c0.64-1.24%2c1.17 c-0.11%2c0.25-0.2%2c0.51-0.3%2c0.75c-0.04%2c0.12-0.1%2c0.23-0.14%2c0.36c0%2c0.01-0.07%2c0.25-0.08%2c0.25H9.67c-0.08%2c0-0.15%2c0.07-0.15%2c0.15 c0%2c0.08%2c0.07%2c0.15%2c0.15%2c0.15h0.53l-0.3%2c1.29c-0.3%2c1.44-0.71%2c3.08-0.8%2c3.37c-0.1%2c0.3-0.23%2c0.45-0.42%2c0.45 c-0.04%2c0-0.07-0.01-0.1-0.03c-0.03-0.01-0.04-0.04-0.04-0.07c0-0.03%2c0.01-0.07%2c0.05-0.12c0.04-0.05%2c0.05-0.12%2c0.05-0.18 c0-0.11-0.04-0.21-0.11-0.27c-0.08-0.07-0.16-0.1-0.26-0.1c-0.1%2c0-0.19%2c0.04-0.27%2c0.11c-0.01%2c0.1-0.05%2c0.19-0.05%2c0.32 c0%2c0.16%2c0.07%2c0.3%2c0.2%2c0.43c0.14%2c0.12%2c0.31%2c0.18%2c0.54%2c0.18c0.37%2c0%2c0.69-0.16%2c0.94-0.45c0.15-0.18%2c0.26-0.38%2c0.35-0.6 c0.3-0.67%2c0.46-1.41%2c0.64-2.13c0.18-0.73%2c0.34-1.45%2c0.49-2.18h0.59c0.08%2c0%2c0.15-0.07%2c0.15-0.15c0-0.08-0.07-0.15-0.15-0.15h-0.54 c0.3-1.14%2c0.64-1.92%2c0.71-2.03c0.11-0.19%2c0.23-0.29%2c0.37-0.29c0.05%2c0%2c0.08%2c0.01%2c0.1%2c0.04c0.01%2c0.03%2c0.03%2c0.05%2c0.03%2c0.07 c0%2c0.01-0.01%2c0.05-0.05%2c0.12c-0.04%2c0.07-0.05%2c0.14-0.05%2c0.21c0%2c0.1%2c0.04%2c0.18%2c0.11%2c0.25c0.07%2c0.07%2c0.16%2c0.11%2c0.26%2c0.11 c0.1%2c0%2c0.19-0.04%2c0.26-0.11c0.07-0.07%2c0.11-0.16%2c0.11-0.29C12.98%2c8.4%2c12.91%2c8.25%2c12.76%2c8.15z M15.48%2c11.6 c0.22%2c0%2c0.64-0.18%2c0.64-0.75c0-0.58-0.41-0.6-0.54-0.6c-0.24%2c0-0.5%2c0.18-0.72%2c0.56c-0.22%2c0.38-0.46%2c0.82-0.46%2c0.82h-0.01 c-0.05-0.27-0.1-0.49-0.12-0.6c-0.04-0.23-0.31-0.75-0.88-0.75c-0.57%2c0-1.09%2c0.33-1.09%2c0.33c-0.1%2c0.05-0.16%2c0.16-0.16%2c0.29 c0%2c0.19%2c0.15%2c0.34%2c0.34%2c0.34c0.05%2c0%2c0.11-0.01%2c0.15-0.04c0%2c0%2c0.44-0.25%2c0.52%2c0c0.03%2c0.07%2c0.05%2c0.15%2c0.08%2c0.23 c0.11%2c0.37%2c0.2%2c0.81%2c0.3%2c1.21l-0.34%2c0.56c0%2c0-0.42-0.15-0.64-0.15c-0.22%2c0-0.64%2c0.18-0.64%2c0.75c0%2c0.58%2c0.41%2c0.6%2c0.54%2c0.6 c0.24%2c0%2c0.5-0.18%2c0.72-0.56c0.22-0.38%2c0.46-0.82%2c0.46-0.82c0.07%2c0.36%2c0.14%2c0.64%2c0.18%2c0.75c0.14%2c0.41%2c0.46%2c0.64%2c0.9%2c0.64 c0%2c0%2c0.45%2c0%2c0.97-0.3c0.12-0.05%2c0.22-0.18%2c0.22-0.32c0-0.19-0.15-0.34-0.34-0.34c-0.05%2c0-0.11%2c0.01-0.15%2c0.04 c0%2c0-0.37%2c0.21-0.5%2c0.04c-0.1-0.18-0.16-0.41-0.23-0.7c-0.05-0.26-0.12-0.56-0.18-0.85l0.38-0.55 C14.84%2c11.45%2c15.26%2c11.6%2c15.48%2c11.6z'/%3e %3c/g%3e%3c/g%3e%3c/svg%3e","menu-ellipse-two":"data:image/svg+xml,%3csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%233b59a5%3bfill-rule:evenodd%3b%7d%3c/style%3e%3c/defs%3e%3cpath class='cls-1' d='M2.57%2c9.43A2.57%2c2.57%2c0%2c1%2c1%2c0%2c12%2c2.57%2c2.57%2c0%2c0%2c1%2c2.57%2c9.43Zm9.43%2c0A2.57%2c2.57%2c0%2c1%2c1%2c9.43%2c12%2c2.57%2c2.57%2c0%2c0%2c1%2c12%2c9.43ZM24%2c12a2.57%2c2.57%2c0%2c1%2c0-2.57%2c2.57A2.57%2c2.57%2c0%2c0%2c0%2c24%2c12Z'/%3e%3c/svg%3e","menu-ellipse":"data:image/svg+xml,%3c%3fxml version='1.0' encoding='utf-8'%3f%3e%3c!-- Generator: Adobe Illustrator 26.0.1%2c SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24%3b' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%233A58A4%3b%7d .st1%7bfill:%233A58A4%3b%7d .st2%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%233957A3%3b%7d .st3%7bfill:%233957A3%3b%7d .st4%7bfill:%232972B8%3b%7d .st5%7bfill:%23138338%3b%7d .st6%7bfill:%233C5BA6%3b%7d .st7%7bfill:%23DD0B18%3b%7d .st8%7bfill:%233CAA37%3b%7d .st9%7bfill:%231C2243%3b%7d .st10%7bfill:white%3b%7d .st11%7bfill:%23FAD3D0%3b%7d .st12%7bfill:%2351C1E3%3b%7d .st13%7bfill:%23F59A15%3b%7d .st14%7bfill:%231E2243%3b%7d .st15%7bfill:%23DD0C15%3b%7d .st16%7bfill:%23E94B46%3b%7d .st17%7bfill:%23F6A542%3b%7d .st18%7bfill:%234DB486%3b%7d .st19%7bfill:%23474850%3b%7d .st20%7bfill:%233B59A5%3b%7d .st21%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%233C5BA6%3b%7d .st22%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%233B59A5%3b%7d .st23%7bfill:%23929EAC%3b%7d .st24%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%230A9639%3b%7d .st25%7bfill:%230A9639%3b%7d .st26%7bfill:%23C11718%3b%7d .st27%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%2339AA35%3b%7d .st28%7bfill:%2339AA35%3b%7d .st29%7bfill:%23D4D7E3%3b%7d .st30%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%23D4D7E3%3b%7d .st31%7bopacity:0.1%3b%7d .st32%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%231DA741%3b%7d .st33%7bfill:%2318122C%3b%7d .st34%7bfill:%23110D1D%3b%7d .st35%7bfill:%2318142B%3b%7d .st36%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%231F2244%3b%7d .st37%7bfill:%231E2143%3b%7d .st38%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:white%3b%7d .st39%7bfill:%236B747F%3b%7d .st40%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%23F49913%3b%7d .st41%7bfill:%23020203%3b%7d%3c/style%3e%3cpath class='st0' d='M14.57%2c2.57c0%2c1.42-1.15%2c2.57-2.57%2c2.57c-1.42%2c0-2.57-1.15-2.57-2.57C9.43%2c1.15%2c10.58%2c0%2c12%2c0 C13.42%2c0%2c14.57%2c1.15%2c14.57%2c2.57z M14.57%2c12c0%2c1.42-1.15%2c2.57-2.57%2c2.57c-1.42%2c0-2.57-1.15-2.57-2.57c0-1.42%2c1.15-2.57%2c2.57-2.57 C13.42%2c9.43%2c14.57%2c10.58%2c14.57%2c12z M12%2c24c1.42%2c0%2c2.57-1.15%2c2.57-2.57c0-1.42-1.15-2.57-2.57-2.57c-1.42%2c0-2.57%2c1.15-2.57%2c2.57 C9.43%2c22.85%2c10.58%2c24%2c12%2c24z'/%3e%3c/svg%3e","pause-all":"data:image/svg+xml,%3csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23ff9600%3bfill-opacity:0.46%3b%7d%3c/style%3e%3c/defs%3e%3crect class='cls-1' width='8.47' height='24'/%3e%3crect class='cls-1' x='15.53' width='8.47' height='24'/%3e%3c/svg%3e",resume:"data:image/svg+xml,%3csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%232e56f4%3b%7d%3c/style%3e%3c/defs%3e%3cpath class='cls-1' d='M24%2c12%2c0%2c0V24Z'/%3e%3c/svg%3e","trash-icon":"data:image/svg+xml,%3c%3fxml version='1.0' encoding='utf-8'%3f%3e%3c!-- Generator: Adobe Illustrator 26.0.1%2c SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24%3b' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%233A58A4%3b%7d .st1%7bfill:%233A58A4%3b%7d .st2%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%233957A3%3b%7d .st3%7bfill:%233957A3%3b%7d .st4%7bfill:%232972B8%3b%7d .st5%7bfill:%23138338%3b%7d .st6%7bfill:%233C5BA6%3b%7d .st7%7bfill:%23DD0B18%3b%7d .st8%7bfill:%233CAA37%3b%7d .st9%7bfill:%231C2243%3b%7d .st10%7bfill:white%3b%7d .st11%7bfill:%23FAD3D0%3b%7d .st12%7bfill:%2351C1E3%3b%7d .st13%7bfill:%23F59A15%3b%7d .st14%7bfill:%231E2243%3b%7d .st15%7bfill:%23DD0C15%3b%7d .st16%7bfill:%23E94B46%3b%7d .st17%7bfill:%23F6A542%3b%7d .st18%7bfill:%234DB486%3b%7d .st19%7bfill:%23474850%3b%7d .st20%7bfill:%233B59A5%3b%7d .st21%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%233C5BA6%3b%7d .st22%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%233B59A5%3b%7d .st23%7bfill:%23929EAC%3b%7d .st24%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%230A9639%3b%7d .st25%7bfill:%230A9639%3b%7d .st26%7bfill:%23C11718%3b%7d .st27%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%2339AA35%3b%7d .st28%7bfill:%2339AA35%3b%7d .st29%7bfill:%23D4D7E3%3b%7d .st30%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%23D4D7E3%3b%7d .st31%7bopacity:0.1%3b%7d .st32%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%231DA741%3b%7d .st33%7bfill:%2318122C%3b%7d .st34%7bfill:%23110D1D%3b%7d .st35%7bfill:%2318142B%3b%7d .st36%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%231F2244%3b%7d .st37%7bfill:%231E2143%3b%7d .st38%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:white%3b%7d .st39%7bfill:%236B747F%3b%7d .st40%7bfill-rule:evenodd%3bclip-rule:evenodd%3bfill:%23F49913%3b%7d .st41%7bfill:%23020203%3b%7d%3c/style%3e%3cg%3e %3cpath class='st39' d='M5%2c22.13C5.08%2c23.19%2c5.96%2c24%2c7.02%2c24h9.95c1.06%2c0%2c1.94-0.81%2c2.02-1.87l1.21-14.58l-16.42%2c0L5%2c22.13z M15.46%2c10.96c0.03-0.38%2c0.35-0.66%2c0.73-0.63c0.38%2c0.03%2c0.66%2c0.35%2c0.63%2c0.73l-0.63%2c9.57c-0.03%2c0.38-0.35%2c0.66-0.73%2c0.63 c-0.38-0.03-0.66-0.35-0.63-0.73L15.46%2c10.96z M11.32%2c10.99c0-0.38%2c0.3-0.68%2c0.68-0.68c0.38%2c0%2c0.68%2c0.3%2c0.68%2c0.68v9.57 c0%2c0.38-0.3%2c0.68-0.68%2c0.68c-0.38%2c0-0.68-0.3-0.68-0.68V10.99z M7.83%2c10.31c0.38-0.03%2c0.71%2c0.25%2c0.73%2c0.63l0.63%2c9.57 c0.03%2c0.38-0.25%2c0.71-0.63%2c0.73c-0.38%2c0.03-0.71-0.25-0.73-0.63L7.2%2c11.04C7.15%2c10.66%2c7.45%2c10.33%2c7.83%2c10.31z'/%3e %3cpath class='st39' d='M19.73%2c3.46h-3.79C15.71%2c1.52%2c14.07%2c0%2c12.08%2c0H11.9c-2%2c0-3.64%2c1.52-3.84%2c3.46H4.27c-1.21%2c0-2.2%2c0.98-2.2%2c2.2 c0%2c0.3%2c0.23%2c0.53%2c0.53%2c0.53h18.8c0.3%2c0%2c0.53-0.23%2c0.53-0.53C21.93%2c4.45%2c20.94%2c3.46%2c19.73%2c3.46L19.73%2c3.46z M11.92%2c2.05h0.18 c0.86%2c0%2c1.57%2c0.61%2c1.77%2c1.42l-3.71%2c0C10.33%2c2.65%2c11.06%2c2.05%2c11.92%2c2.05L11.92%2c2.05z'/%3e%3c/g%3e%3c/svg%3e","zoom-in-white":"data:image/svg+xml,%3csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:white%3b%7d%3c/style%3e%3c/defs%3e%3cpath class='cls-1' d='M22.6%2c10.6H13.4V1.4a1.4%2c1.4%2c0%2c1%2c0-2.8%2c0v9.2H1.4a1.4%2c1.4%2c0%2c1%2c0%2c0%2c2.8h9.2v9.2a1.4%2c1.4%2c0%2c1%2c0%2c2.8%2c0V13.4h9.2a1.4%2c1.4%2c0%2c0%2c0%2c0-2.8Z' transform='translate(0 0)'/%3e%3c/svg%3e",watcher:"data:image/svg+xml,%3csvg width='20' height='13' viewBox='0 0 20 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.656738 6.70582C0.656738 6.70582 4.63454 0.455765 10.3157 0.455765C16.0544 0.455765 19.9747 6.70582 19.9747 6.70582C19.9747 6.70582 17.1336 12.9559 10.3157 12.9559C3.55432 12.9559 0.656738 6.70582 0.656738 6.70582ZM6.33889 6.70581C6.33889 8.92161 8.0998 10.6825 10.3156 10.6825C12.5314 10.6825 14.2923 8.92161 14.2923 6.70581C14.2923 4.49001 12.5314 2.7291 10.3156 2.7291C8.0998 2.7291 6.33889 4.49001 6.33889 6.70581ZM10.3157 8.41028C11.2574 8.41028 12.0201 7.64753 12.0201 6.70582C12.0201 5.76411 11.2574 5.00136 10.3157 5.00136C9.37395 5.00136 8.6112 5.76411 8.6112 6.70582C8.6112 7.64753 9.37395 8.41028 10.3157 8.41028Z' fill='%232A50FD'/%3e%3c/svg%3e",view:"data:image/svg+xml,%3csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.6519 8.31959C17.7015 3.79111 14.0323 0.981323 10.0735 0.981323C6.11473 0.981323 2.44559 3.79111 0.49516 8.31959C0.441993 8.44141 0.414551 8.5729 0.414551 8.70581C0.414551 8.83873 0.441993 8.97022 0.49516 9.09204C2.44559 13.6205 6.11473 16.4303 10.0735 16.4303C14.0323 16.4303 17.7015 13.6205 19.6519 9.09204C19.7051 8.97022 19.7325 8.83873 19.7325 8.70581C19.7325 8.5729 19.7051 8.44141 19.6519 8.31959ZM10.0735 14.4992C7.0127 14.4992 4.11602 12.288 2.44559 8.70581C4.11602 5.12358 7.0127 2.91245 10.0735 2.91245C13.1344 2.91245 16.031 5.12358 17.7015 8.70581C16.031 12.288 13.1344 14.4992 10.0735 14.4992ZM10.0735 4.84357C9.30965 4.84357 8.56292 5.07009 7.92778 5.49447C7.29264 5.91886 6.7976 6.52206 6.50528 7.2278C6.21296 7.93353 6.13647 8.7101 6.2855 9.4593C6.43452 10.2085 6.80236 10.8967 7.34251 11.4368C7.88265 11.977 8.57084 12.3448 9.32004 12.4938C10.0692 12.6429 10.8458 12.5664 11.5515 12.2741C12.2573 11.9817 12.8605 11.4867 13.2849 10.8516C13.7093 10.2164 13.9358 9.4697 13.9358 8.70581C13.9358 7.68148 13.5289 6.69911 12.8045 5.97479C12.0802 5.25048 11.0979 4.84357 10.0735 4.84357ZM10.0735 10.6369C9.69159 10.6369 9.31823 10.5237 9.00066 10.3115C8.68308 10.0993 8.43557 9.79769 8.2894 9.44482C8.14324 9.09196 8.105 8.70367 8.17951 8.32907C8.25403 7.95447 8.43795 7.61038 8.70802 7.34031C8.97809 7.07023 9.32218 6.88631 9.69679 6.8118C10.0714 6.73728 10.4597 6.77553 10.8125 6.92169C11.1654 7.06785 11.467 7.31537 11.6792 7.63294C11.8914 7.95051 12.0047 8.32387 12.0047 8.70581C12.0047 9.21798 11.8012 9.70917 11.439 10.0713C11.0769 10.4335 10.5857 10.6369 10.0735 10.6369Z' fill='%232A50FD'/%3e%3c/svg%3e","user-icon":ot,"file-upload":"data:image/svg+xml,%3csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.926 4.72609L8.14392 7.26414C7.84042 7.54002 7.38517 7.65037 6.97038 7.54921C6.54548 7.44806 6.22175 7.1446 6.11047 6.76757C5.98907 6.38134 6.11047 5.97673 6.42408 5.69165L11.2801 1.27765C11.3914 1.1765 11.533 1.09374 11.6847 1.04776C11.9781 0.937409 12.312 0.937409 12.6054 1.04776C12.7571 1.10293 12.8886 1.1765 13.01 1.27765L17.866 5.69165C18.0987 5.90316 18.2201 6.17903 18.2201 6.4733C18.2201 6.76757 18.0886 7.05264 17.866 7.25495C17.6334 7.47565 17.3197 7.586 16.996 7.586C16.6723 7.586 16.3587 7.46645 16.1361 7.25495L13.354 4.72609V15.3105C13.354 15.9174 12.8077 16.414 12.14 16.414C11.4723 16.414 10.926 15.9174 10.926 15.3105V4.72609ZM21.852 15.3105C21.852 14.7036 22.3983 14.207 23.066 14.207C23.7337 14.207 24.28 14.7036 24.28 15.3105V19.7245C24.28 21.5545 22.6512 23.035 20.638 23.035H3.642C1.62878 23.035 0 21.5545 0 19.7245V15.3105C0 14.7036 0.5463 14.207 1.214 14.207C1.8817 14.207 2.428 14.7036 2.428 15.3105V19.7245C2.428 20.3314 2.9743 20.828 3.642 20.828H20.638C21.3057 20.828 21.852 20.3314 21.852 19.7245V15.3105Z' fill='%232E56F4'/%3e%3c/svg%3e","eye-hide":"data:image/svg+xml,%3csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M12%2c17.4a5.5%2c5.5%2c0%2c0%2c1-5.4-5l-3.9-3a11%2c11%2c0%2c0%2c0-1.4%2c2.1%2c1.7%2c1.7%2c0%2c0%2c0%2c0%2c1A12.1%2c12.1%2c0%2c0%2c0%2c12%2c19.2a13.5%2c13.5%2c0%2c0%2c0%2c2.9-.4L13%2c17.3Zm11.8%2c2.2-4.2-3.2a13%2c13%2c0%2c0%2c0%2c3.1-3.9%2c1.7%2c1.7%2c0%2c0%2c0%2c0-1A12.1%2c12.1%2c0%2c0%2c0%2c12%2c4.8%2c11.8%2c11.8%2c0%2c0%2c0%2c6.5%2c6.2L1.7%2c2.5a.6.6%2c0%2c0%2c0-.8.1h0l-.8%2c1a.6.6%2c0%2c0%2c0%2c.1.8L22.3%2c21.5a.6.6%2c0%2c0%2c0%2c.8-.1h0l.8-1A.6.6%2c0%2c0%2c0%2c23.8%2c19.6Zm-6.9-5.3-1.5-1.2a3.6%2c3.6%2c0%2c0%2c0%2c.2-1.1%2c3.5%2c3.5%2c0%2c0%2c0-3.5-3.6h-1a2%2c2%2c0%2c0%2c1%2c.3%2c1.1.6.6%2c0%2c0%2c1-.1.4L8.6%2c7.8A5%2c5%2c0%2c0%2c1%2c12%2c6.6%2c5.4%2c5.4%2c0%2c0%2c1%2c17.4%2c12h0a5.9%2c5.9%2c0%2c0%2c1-.5%2c2.3Z'/%3e%3c/svg%3e","eye-show":"data:image/svg+xml,%3csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M23.9%2c11.4A13.5%2c13.5%2c0%2c0%2c0%2c12%2c4%2c13.5%2c13.5%2c0%2c0%2c0%2c.1%2c11.4a2.4%2c2.4%2c0%2c0%2c0%2c0%2c1.2A13.5%2c13.5%2c0%2c0%2c0%2c12%2c20a13.5%2c13.5%2c0%2c0%2c0%2c11.9-7.4A2.4%2c2.4%2c0%2c0%2c0%2c23.9%2c11.4ZM12%2c18a6%2c6%2c0%2c1%2c1%2c6-6%2c6%2c6%2c0%2c0%2c1-6%2c6ZM12%2c8l-1.1.2a1.8%2c1.8%2c0%2c0%2c1-.4%2c2.7%2c1.7%2c1.7%2c0%2c0%2c1-2.3%2c0A3.9%2c3.9%2c0%2c0%2c0%2c11%2c15.8%2c3.9%2c3.9%2c0%2c0%2c0%2c15.9%2c13a4.1%2c4.1%2c0%2c0%2c0-2.8-4.9Z'/%3e%3c/svg%3e","file-icon":"data:image/svg+xml,%3csvg id='b2bc64ed-393d-4e15-8787-df9ec8050d97' data-name='ae65933b-c6e6-4b40-868c-58201eab117d' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.4 24'%3e%3cdefs%3e%3cstyle%3e.bb405ea1-9d39-4705-a069-9048c97b4cda%7bfill:%232e56f4%3b%7d.accb9cd8-805e-4c9f-9b46-25d8ccc4d9c0%7bisolation:isolate%3bfont-size:9.07px%3bfill:white%3bfont-family:AvertaCY-Extrabold%2c Averta CY%3bfont-weight:800%3bletter-spacing:0.04em%3b%7d%3c/style%3e%3c/defs%3e%3cpath class='bb405ea1-9d39-4705-a069-9048c97b4cda' d='M20.1%2c8.5h-.6V5.6h0c0-.2-.1-.3-.1-.4L14.6%2c0H2.8a.9.9%2c0%2c0%2c0-.9.9h0V8.5H1.3A1.3%2c1.3%2c0%2c0%2c0%2c0%2c9.8H0v7a1.3%2c1.3%2c0%2c0%2c0%2c1.2%2c1.4h.7v4.9a.9.9%2c0%2c0%2c0%2c.9.9H18.5a1%2c1%2c0%2c0%2c0%2c1-.8h0v-5h.6a1.3%2c1.3%2c0%2c0%2c0%2c1.3-1.3h0v-7a1.3%2c1.3%2c0%2c0%2c0-1.3-1.3ZM18.5%2c22.8H2.8V18.2H18.5Zm0-14.3H2.8V.7h11V5.6c.1.3.3.5.5.4h4.2Z'/%3e%3ctext class='accb9cd8-805e-4c9f-9b46-25d8ccc4d9c0' transform='translate(0.8 16.6)'%3eFILE%3c/text%3e%3c/svg%3e","default-icon":"data:image/svg+xml,%3csvg id='f46636c4-9d90-4c06-8f72-5c02d35ff376' data-name='a9011979-1776-4746-bb61-6eae84c3e8ab' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.6 24'%3e%3cdefs%3e%3cstyle%3e.b78a75cf-ef1e-49e2-8d45-bd32a83f2ff9%7bfill:%232e56f4%3b%7d%3c/style%3e%3c/defs%3e%3cpath class='b78a75cf-ef1e-49e2-8d45-bd32a83f2ff9' d='M15.4%2c0H0V24H20.6V5.1Zm3.5%2c22.3H1.7V1.7H14.4l4.5%2c4.6Z'/%3e%3crect class='b78a75cf-ef1e-49e2-8d45-bd32a83f2ff9' x='3.6' y='3.5' width='7.6' height='1.59'/%3e%3crect class='b78a75cf-ef1e-49e2-8d45-bd32a83f2ff9' x='3.6' y='6.5' width='10.6' height='1.59'/%3e%3cpath class='b78a75cf-ef1e-49e2-8d45-bd32a83f2ff9' d='M13.7%2c16.8v-.5a4.3%2c4.3%2c0%2c0%2c0%2c0-1.6v-.5l1.4-.7A6.2%2c6.2%2c0%2c0%2c0%2c14%2c11.8l-1.3.7-.4-.3-1.4-.8h-.5V9.8a7.4%2c7.4%2c0%2c0%2c0-2.1%2c0v1.5H7.8l-1.4.8-.4.3-1.3-.7a6.2%2c6.2%2c0%2c0%2c0-1.1%2c1.7l1.4.7v.5a4.3%2c4.3%2c0%2c0%2c0%2c0%2c1.6v.5l-1.4.7a6.2%2c6.2%2c0%2c0%2c0%2c1.1%2c1.7L6%2c18.5l.4.3%2c1.4.8.5.2v1.4a7.4%2c7.4%2c0%2c0%2c0%2c2.1%2c0V19.8l.5-.2a3.9%2c3.9%2c0%2c0%2c0%2c1.4-.8l.4-.3%2c1.3.7a6.2%2c6.2%2c0%2c0%2c0%2c1.1-1.7ZM9.4%2c18.3a2.9%2c2.9%2c0%2c0%2c1-2.9-2.8%2c2.9%2c2.9%2c0%2c1%2c1%2c2.9%2c2.8Z'/%3e%3c/svg%3e"},lt=s(g)`
592
- div {
593
- ${({size:e})=>e&&d`
594
- width: ${e}px;
595
- height: ${e}px;
596
- `}
597
- }
598
- svg {
599
- fill: black;
600
-
601
- ${({size:e})=>e&&d`
602
- width: ${e}px;
603
- height: ${e}px;
604
- `}
605
-
606
- ${({transform:e})=>e&&d`
607
- transform: ${e};
608
- `}
609
-
610
- path {
611
- ${({color:e})=>e&&d`
612
- fill: ${e};
613
- `}
614
- }
615
- outline: none;
616
- border:none;
617
- &:focus: {
618
- outline: none;
619
- border:none;
620
- }
621
- vertical-align: initial;
622
- }
623
- `,it=({icon:t,color:o,size:r,transform:l,...i})=>e.createElement(lt,w({src:rt[t],color:o,size:r,transform:l},i));it.propTypes={icon:c.string.isRequired,size:c.number,color:c.string},it.defaultProps={size:16,color:M.primary["primary-1"]};const at=s.div`
643
+ `;tt.defaultProps={theme:M};const ot=({textBoxStyle:t,labelStyle:o,inputStyle:r,errMsg:l,required:i,label:a,labelInline:n,iconBefore:c,iconAfter:s,isValid:d,type:p,theme:m,isDisabled:u,...g})=>e.createElement(tt,w({labelInline:n},g,{theme:m}),e.createElement("div",{style:{display:"flex"}},e.createElement(P,w({customStyles:o,type:"label-text",labelInline:n,text:a,errMsg:l,style:{display:"flex",marginBottom:""+(n?"":"7px"),paddingBottom:"0px"}},g)),i&&e.createElement("div",{style:{marginLeft:"4px",color:`${m.variant.error}`}},"*")),e.createElement($e,w({required:i,isDisabled:u,theme:m,textBoxStyle:t,isValid:d,inBuiltCss:R,defaultWrapperStyle:"textbox-wrapper"},g),e.createElement("div",{className:"input-icon"},c),e.createElement(_e,w({inputStyle:r,type:p,theme:m,defaultInputStyle:"input-wrapper",isDisabled:u,disabled:u},g)),e.createElement("div",{className:"input-icon"},s)),l.length>0&&e.createElement("div",{className:"err-text"},l));ot.propTypes={inBuiltCss:c.object,label:c.string,required:c.bool,labelInline:c.bool,errMsg:c.string,iconBefore:c.any,iconAfter:c.any,textBoxStyle:c.object,labelStyle:c.object,inputStyle:c.object,type:c.string,isDisabled:c.bool,theme:c.object},_e.defaultProps={theme:M},$e.defaultProps={theme:M},tt.defaultProps={theme:M},ot.defaultProps={theme:M,inBuiltCss:R,label:"",required:!1,isValid:!0,labelInline:!1,errMsg:"",iconBefore:null,iconAfter:null,textBoxStyle:{},labelStyle:{},inputStyle:{},type:"text",isDisabled:!1};const rt=s.div`
624
644
  box-sizing: initial;
625
645
 
626
646
  //Set the styles from the default styles object
627
- ${({theme:e,defaultCheckBoxOuterStyle:t})=>I(e,t)}
647
+ ${({inBuiltCss:e,defaultCheckBoxOuterStyle:t})=>I(e,t)}
628
648
 
629
- border: 2px solid ${({checkedCheckBoxColor:e,defaultBorderColor:t,checked:o})=>o?e:t};
649
+ border: 2px solid ${({checkedCheckBoxColor:e,defaultBorderColor:t,checked:o,theme:r})=>o&&e?e:o&&!e?r.primary["primary-1"]:!o&&t?t:o||t?void 0:r.border}
650
+ };
630
651
 
631
652
  // custom styles
632
653
  ${({checkBoxOuterStyle:e})=>e}
633
- `,nt=s.div`
654
+ `;rt.defaultProps={theme:M};const lt=s.div`
634
655
  box-sizing: initial;
635
656
 
636
657
  //Set the styles from the default styles object
637
- ${({theme:e,defaultCheckBoxInnerStyle:t})=>I(e,t)}
658
+ ${({inBuiltCss:e,defaultCheckBoxInnerStyle:t})=>I(e,t)}
638
659
 
639
660
  // background-image: url(${({signCheck:e})=>e});
640
- background-color: ${({checked:e,checkedCheckBoxColor:t})=>e?t:M.bgColor};
661
+ background-color: ${({checked:e,checkedCheckBoxColor:t,theme:o})=>e&&t?t:e&&!t?o.primary["primary-1"]:e?void 0:o.bgColor};
641
662
  border: 2px solid
642
- ${({checkedCheckBoxColor:e,defaultBorderColor:t,checked:o})=>o?e:t};
663
+ ${({checkedCheckBoxColor:e,defaultBorderColor:t,checked:o,theme:r})=>o&&e?e:o&&!e?r.primary["primary-1"]:!o&&t?t:o||t?void 0:r.border};
643
664
  display: flex;
644
665
  justify-content: center;
645
666
  align-items: center;
646
667
  // custom styles
647
668
  ${({checkBoxInnerStyle:e})=>e}
648
- `;nt.defaultProps={themeColor:M};const ct=s.span`
669
+ `;lt.defaultProps={theme:M};const it=s.span`
649
670
  //Set the styles from the default styles object
650
- ${({theme:e,type:t})=>I(e,t)}
671
+ ${({inBuiltCss:e,type:t})=>I(e,t)}
651
672
 
652
- color: ${({checked:e,defaultTextColor:t,checkedTextColor:o})=>e?o:t};
673
+ color: ${({theme:e,checked:t,defaultTextColor:o,checkedTextColor:r})=>t&&r?r:t&&!r?e.neutral["neutral-1"]:!t&&o?o:t||o?void 0:e.neutral["neutral-2"]};
653
674
 
654
675
  margin-right: ${({inline:e})=>e?"30px":"0px"};
655
676
 
656
677
  // custom styles
657
678
  ${({optionTextStyle:e})=>e}
658
- `,st=s.label`
679
+ `;it.defaultProps={theme:M};const at=s.label`
659
680
  width: fit-content;
660
681
  margin-bottom: ${({inline:e})=>e?"":"18px !important"};
661
682
  cursor: pointer;
662
683
  align-items: center;
663
684
  display: flex;
664
685
  gap: 10px;
665
- `,dt=s.div`
686
+
687
+ // custom styles
688
+ ${({wrapperStyles:e})=>e}
689
+ `,nt=s.div`
666
690
  flex-direction: ${({inline:e})=>e?"row":"column"};
667
691
  width: ${({inline:e})=>e?"initial":"auto"};
668
- `,pt=({getCheckedArr:t,checkBoxOuterStyle:o,checkBoxInnerStyle:r,optionTextStyle:i,defaultBorderColor:a,defaultTextColor:n,checkedTextColor:c,checkedCheckBoxColor:s,labelStyle:d,label:p,options:m,setOptions:u,inline:g,wrapperStyle:f,isRequired:b,...h})=>{l((()=>{y(m)}),[]);const y=e=>{let o=e.filter((e=>!1!==e.checked));t(o)},x=Object.assign({display:"flex",flexDirection:"column",flexWrap:"wrap"},f);return e.createElement("div",w({style:x},h),e.createElement("div",{style:{display:"flex"}},e.createElement(L,w({themeColor:M,customStyles:d,type:"check-label",text:p},h)),b&&e.createElement("div",{style:{marginLeft:"4px",color:`${M.variant.error}`}},"*")),e.createElement(dt,w({style:{display:"flex",flexWrap:"wrap"},inline:g},h),m?.map(((t,l)=>e.createElement(st,w({inline:g,key:`${t.name}-${l}`,onClick:()=>{((e,t)=>{let o=[...m];o[t].checked=!e.checked,u(o),y(o)})(t,l)}},h),t.checked?e.createElement(nt,w({theme:W,defaultCheckBoxInnerStyle:"checkBox-inner",checkBoxInnerStyle:{...r,cursor:t?.disabled?"not-allowed ":" pointer",borderColor:t?.disabled&&t?.disabledColor},defaultBorderColor:a,checkedCheckBoxColor:s,checked:!t?.disabled&&t.checked},h),e.createElement(it,{icon:"check-icon",size:18,color:"white"})):e.createElement(at,w({theme:W,defaultCheckBoxOuterStyle:"checkBox-outer",checkBoxOuterStyle:{...o,cursor:t?.disabled?"not-allowed ":" pointer",borderColor:t?.disabledColor},defaultBorderColor:a},h)),e.createElement(ct,{inline:g,optionTextStyle:{...i,cursor:t?.disabled?"not-allowed ":" pointer",color:t?.disabledColor},checked:t.checked,defaultTextColor:n,checkedTextColor:c},t.label))))))};pt.propTypes={wrapperStyle:c.object,label:c.string,labelStyle:c.object,checkBoxOuterStyle:c.object,checkBoxInnerStyle:c.object,optionTextStyle:c.object,defaultTextColor:c.string,checkedTextColor:c.string,defaultBorderColor:c.string,checkedCheckBoxColor:c.string,inline:c.bool,options:c.array,setOptions:c.func,getCheckedArr:c.func,isRequired:c.bool},pt.defaultProps={label:"",inline:!1,options:[],setOptions:()=>{},getCheckedArr:()=>{},labelStyle:{},checkBoxOuterStyle:{},checkBoxInnerStyle:{},defaultTextColor:`${M.neutral["neutral-2"]}`,checkedTextColor:`${M.neutral["neutral-1"]}`,defaultBorderColor:"#D4D7E3",checkedCheckBoxColor:`${M.primary["primary-1"]}`,isRequired:!0};const mt=s.div`
692
+ `,ct=({getCheckedArr:t,checkBoxOuterStyle:o,checkBoxInnerStyle:r,optionTextStyle:i,defaultBorderColor:a,defaultTextColor:n,checkedTextColor:c,checkedCheckBoxColor:s,labelStyle:d,label:m,options:u,setOptions:g,wrapperStyles:b,inline:f,wrapperStyle:h,isRequired:y,...x})=>{const A=p()||M;l((()=>{v(u)}),[]);const v=e=>{let o=e.filter((e=>!1!==e.checked));t(o)},C=Object.assign({display:"flex",flexDirection:"column",flexWrap:"wrap"},h);return e.createElement("div",w({style:C},x),e.createElement("div",{style:{display:"flex"}},e.createElement(P,w({customStyles:d,type:"check-label",text:m},x)),y&&e.createElement("div",{style:{marginLeft:"4px",color:`${A.variant.error}`}},"*")),e.createElement(nt,w({style:{display:"flex",flexWrap:"wrap"},inline:f},x),u?.map(((t,l)=>e.createElement(at,w({inline:f,key:`${t.name}-${l}`,onClick:()=>{((e,t)=>{let o=[...u];o[t].checked=!e.checked,g(o),v(o)})(t,l)},wrapperStyles:b},x),t.checked?e.createElement(lt,w({theme:A,inBuiltCss:R,defaultCheckBoxInnerStyle:"checkBox-inner",checkBoxInnerStyle:{...r,cursor:t?.disabled?"not-allowed ":" pointer",borderColor:t?.disabled&&t?.disabledColor},defaultBorderColor:a,checkedCheckBoxColor:s,checked:!t?.disabled&&t.checked},x),e.createElement(U,{icon:"check-icon",size:18,color:"white"})):e.createElement(rt,w({inBuiltCss:R,defaultCheckBoxOuterStyle:"checkBox-outer",checkBoxOuterStyle:{...o,cursor:t?.disabled?"not-allowed ":" pointer",borderColor:t?.disabledColor},defaultBorderColor:a,theme:A},x)),e.createElement(it,{theme:A,inline:f,optionTextStyle:{...i,cursor:t?.disabled?"not-allowed ":" pointer",color:t?.disabledColor},checked:t.checked,defaultTextColor:n,checkedTextColor:c},t.label))))))};ct.propTypes={wrapperStyle:c.object,label:c.string,labelStyle:c.object,checkBoxOuterStyle:c.object,checkBoxInnerStyle:c.object,optionTextStyle:c.object,defaultTextColor:c.string,checkedTextColor:c.string,defaultBorderColor:c.string,checkedCheckBoxColor:c.string,inline:c.bool,options:c.array,setOptions:c.func,getCheckedArr:c.func,isRequired:c.bool,wrapperStyles:c.object},ct.defaultProps={label:"",inline:!1,options:[],setOptions:()=>{},getCheckedArr:()=>{},labelStyle:{},checkBoxOuterStyle:{},checkBoxInnerStyle:{},isRequired:!0,wrapperStyles:{}};const st=s.div`
669
693
  color: #a9b1b8;
670
694
  font-size: 21px;
671
695
  border: 1px solid
@@ -679,7 +703,7 @@ ${({theme:e,type:t,drawerOpen:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(c
679
703
  border: 1px solid ${({theme:e})=>e.variant["primary-1"]};
680
704
  outline: none;
681
705
  }
682
- `;mt.defaultProps={theme:M};const ut=s.input`
706
+ `,dt=s.input`
683
707
  border: 0;
684
708
  outline: 0;
685
709
  color: ${({theme:e})=>e.variant["primary-2"]};
@@ -687,24 +711,25 @@ ${({theme:e,type:t,drawerOpen:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(c
687
711
  padding: 0;
688
712
  font-size: 21px;
689
713
  width: 24px;
714
+ text-align:center;
690
715
  background-color: ${({theme:e})=>e.bgColor};
691
- `;ut.defaultProps={theme:M};const gt=d`
716
+ `,pt=d`
692
717
  &:after {
693
718
  content: ' *';
694
719
  color: ${({theme:e})=>e.variant.error};
695
720
  }
696
- `,ft=s.label`
721
+ `,mt=s.label`
697
722
  display: block;
698
723
  margin-bottom: ${({labelInline:e,errMsg:t})=>e&&t?"18px":"7px"};
699
724
  margin-right: ${({labelInline:e})=>e?"7px":""};
700
725
  color: ${({theme:e})=>e.variant["neutral-2"]};
701
- ${({required:e})=>e?gt:null}
726
+ ${({required:e})=>e?pt:null}
702
727
  padding-bottom: 0px;
703
- `;ft.defaultProps={theme:M};const bt=d`
728
+ `,ut=d`
704
729
  display: flex;
705
730
  align-items: center;
706
- `,ht=s.div`
707
- ${({labelInline:e})=>e?bt:null}
731
+ `,gt=s.div`
732
+ ${({labelInline:e})=>e?ut:null}
708
733
  .err-text {
709
734
  color: ${({theme:e})=>e.variant.error};
710
735
  margin-top: 5px;
@@ -714,7 +739,7 @@ ${({theme:e,type:t,drawerOpen:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(c
714
739
  > div {
715
740
  flex: 1 0 auto;
716
741
  }
717
- `;ht.defaultProps={theme:M};const yt=s.button`
742
+ `,bt=s.button`
718
743
  border: none;
719
744
  outline: none;
720
745
  border-radius: 4px;
@@ -723,88 +748,90 @@ ${({theme:e,type:t,drawerOpen:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(c
723
748
  padding: 5px 6px;
724
749
  font-size: 18px;
725
750
  cursor: pointer;
726
- `;yt.defaultProps={theme:M};const xt=({label:t,errMsg:o,hour:r,minute:l,period:i,onChange:a,...n})=>(p(),e.createElement(ht,n,e.createElement(ft,w({},n,{errMsg:o}),t),e.createElement("div",null,e.createElement(mt,n,e.createElement(ut,{value:r,onChange:function(e){const t=e.currentTarget.value>12?12:parseFloat(e.currentTarget.value)||0;a({hour:t,minute:l,period:i})}}),":",e.createElement(ut,{value:l,onChange:function(e){console.log("minute change",e.currentTarget.value);const t=e.currentTarget.value>59?59:parseFloat(e.currentTarget.value)||0;a({hour:r,minute:t,period:i})}}),e.createElement(yt,{onClick:function(e){a({hour:r,minute:l,period:"AM"===i?"PM":"AM"})}},i)),e.createElement("div",{className:"err-text"},o))));xt.propTypes={label:c.string,hour:c.number.isRequired,minute:c.number.isRequired,period:c.string.isRequired,required:c.bool,labelInline:c.bool,isValid:c.bool,errMsg:c.string},xt.defaultProps={label:"",hour:0,minute:0,period:"AM",required:!1,labelInline:!1,isValid:!0,errMsg:""};const At=s.div`
727
- ${({theme:e,defaultCheckBoxWrapperStyle:t})=>I(e,t)}
728
- `,vt=s.label`
729
- //Set the styles from the default styles object
730
- ${({theme:e,defaultCheckBoxLabelStyle:t})=>I(e,t)}
731
- background-color: ${({checked:e,backgroundColor:t,disabledColor:o})=>e?t:o};
732
- // custom styles
733
- ${({customToggleBoxStyle:e})=>e}
734
- &:before {
735
- content: "";
736
- display: block;
737
- border-radius: 50%;
738
- width: 16px;
739
- height: 16px;
740
- margin-top: 3px;
741
- background: ${({switchColor:e})=>e};
742
- transition: 0.2s;
743
- margin-left: ${({checked:e})=>e?"4px":"25px"};
744
-
745
- // custom styles
746
- ${({customSwitchStyle:e})=>e}
747
- }
748
- `,Ct=s.input.attrs({type:"checkbox"})`
749
- opacity: 0;
750
- z-index: 1;
751
- border-radius: 31px;
752
- width: 45px;
753
- height: 22px;
754
- cursor: pointer;
755
- `,wt=s.span`
756
- //Set the styles from the default styles object
757
- ${({theme:e,defaultOptionTextStyle:t})=>I(e,t)}
758
-
751
+ `,ft=({label:t,errMsg:o,hour:r,minute:l,period:i,onChange:a,...n})=>{const c=p()||M;return e.createElement(gt,w({theme:c},n),e.createElement(mt,w({theme:c},n,{errMsg:o}),t),e.createElement("div",null,e.createElement(st,w({theme:c},n),e.createElement(dt,{theme:c,value:r,onChange:function(e){const t=e.currentTarget.value>12?12:parseFloat(e.currentTarget.value)||0;a({hour:t,minute:l,period:i})}}),":",e.createElement(dt,{theme:c,value:l,onChange:function(e){console.log("minute change",e.currentTarget.value);const t=e.currentTarget.value>59?59:parseFloat(e.currentTarget.value)||0;a({hour:r,minute:t,period:i})}}),e.createElement(bt,{theme:c,onClick:function(e){a({hour:r,minute:l,period:"AM"===i?"PM":"AM"})}},i)),e.createElement("div",{className:"err-text"},o)))};ft.propTypes={label:c.string,hour:c.number.isRequired,minute:c.number.isRequired,period:c.string.isRequired,required:c.bool,labelInline:c.bool,isValid:c.bool,errMsg:c.string},ft.defaultProps={label:"",hour:0,minute:0,period:"AM",required:!1,labelInline:!1,isValid:!0,errMsg:""};const ht=s.div`
752
+ ${({inBuiltCss:e,defaultCheckBoxWrapperStyle:t})=>I(e,t)}
753
+ `,yt=s.label`
754
+ //Set the styles from the default styles object
755
+ ${({inBuiltCss:e,defaultCheckBoxLabelStyle:t})=>I(e,t)}
756
+ background-color: ${({checked:e,backgroundColor:t,disabledColor:o,theme:r})=>e&&t?t:e&&!t?r.primary["primary-1"]:!e&&o?o:e||o?void 0:r.neutral["neutral-2"]};
757
+ // custom styles
758
+ ${({customToggleBoxStyle:e})=>e}
759
+ &:before {
760
+ content: '';
761
+ display: block;
762
+ border-radius: 50%;
763
+ width: 16px;
764
+ height: 16px;
765
+ margin-top: 3px;
766
+ background: ${({switchColor:e,theme:t})=>e||t.bgColor};
767
+ transition: 0.2s;
768
+ margin-left: ${({checked:e})=>e?"4px":"25px"};
769
+
759
770
  // custom styles
771
+ ${({customSwitchStyle:e})=>e}
772
+ }
773
+ `,xt=s.input.attrs({type:"checkbox"})`
774
+ opacity: 0;
775
+ z-index: 1;
776
+ border-radius: 31px;
777
+ width: 45px;
778
+ height: 22px;
779
+ cursor: pointer;
780
+ `,At=s.span`
781
+ //Set the styles from the default styles object
782
+ ${({inBuiltCss:e,defaultOptionTextStyle:t})=>I(e,t)}
783
+
784
+ // custom styles
760
785
  ${({optionStyle:e})=>e}
761
- `,St=({checked:t,customSwitchStyle:o,customToggleBoxStyle:r,backgroundColor:l,disabledColor:i,switchColor:a,onClick:n,trueLabel:c,falseLabel:s,optionStyle:d,...p})=>e.createElement(At,w({theme:W,defaultCheckBoxWrapperStyle:"toggle-switch-wrapper"},p),e.createElement(Ct,w({},p,{id:"checkbox",theme:W,defaultCheckBoxStyle:"toggle-switch-checkbox",onClick:()=>{n(!t)},isChecked:t})),e.createElement(vt,w({},p,{htmlFor:"checkbox",customToggleBoxStyle:r,customSwitchStyle:o,disabledColor:i,backgroundColor:l,switchColor:a,theme:W,defaultCheckBoxLabelStyle:"toggle-switch-checkbox-label",checked:t})),e.createElement(wt,w({optionStyle:d,theme:W,defaultOptionTextStyle:"toggle-switch-option-text"},p),t?c:s));St.propTypes={customToggleBoxStyle:c.object,customSwitchStyle:c.object,backgroundColor:c.string,checked:c.bool,trueLabel:c.string,falseLabel:c.string},St.defaultProps={backgroundColor:`${M.primary["primary-1"]}`,switchColor:`${M.bgColor}`,disabledColor:`${M.neutral["neutral-2"]}`,checked:!1,trueLabel:"Yes",falseLabel:"No",customSwitchStyle:{},customToggleBoxStyle:{}};const kt=s.div`
786
+ `,vt=({checked:t,customSwitchStyle:o,customToggleBoxStyle:r,backgroundColor:l,disabledColor:i,switchColor:a,onClick:n,trueLabel:c,falseLabel:s,optionStyle:d,...m})=>{const u=p()||M;return e.createElement(ht,w({inBuiltCss:R,defaultCheckBoxWrapperStyle:"toggle-switch-wrapper"},m),e.createElement(xt,w({},m,{id:"checkbox",inBuiltCss:R,defaultCheckBoxStyle:"toggle-switch-checkbox",onClick:()=>{n(!t)},isChecked:t})),e.createElement(yt,w({},m,{htmlFor:"checkbox",customToggleBoxStyle:r,customSwitchStyle:o,disabledColor:i,backgroundColor:l,switchColor:a,inBuiltCss:R,defaultCheckBoxLabelStyle:"toggle-switch-checkbox-label",checked:t,theme:u})),e.createElement(At,w({optionStyle:d,inBuiltCss:R,defaultOptionTextStyle:"toggle-switch-option-text"},m),t?c:s))};vt.propTypes={customToggleBoxStyle:c.object,customSwitchStyle:c.object,backgroundColor:c.string,checked:c.bool,trueLabel:c.string,falseLabel:c.string},vt.defaultProps={checked:!1,trueLabel:"Yes",falseLabel:"No",customSwitchStyle:{},customToggleBoxStyle:{}};const Ct=s.div`
762
787
  box-sizing: initial;
763
788
 
764
789
  //Set the styles from the default styles object
765
- ${({theme:e,defaultRadioOuterCircleStyle:t})=>I(e,t)}
790
+ ${({inBuiltCss:e,defaultRadioOuterCircleStyle:t})=>I(e,t)}
766
791
 
767
- border: 2px solid ${({value:e,selected:t,selectedCircleColor:o,defaultBorderColor:r})=>e!==t?r:o};
792
+ border: 2px solid ${({value:e,selected:t,selectedCircleColor:o,defaultBorderColor:r,theme:l})=>e!==t&&r?r:e===t||r?e===t&&o?o:e!==t||o?void 0:l.primary["primary-1"]:l.border};
768
793
 
769
794
  // custom styles
770
795
  ${({radioOuterCircleStyle:e})=>e}
771
- `,Et=s.div`
796
+ `;Ct.defaultProps={theme:M};const wt=s.div`
772
797
  box-sizing: initial;
773
798
 
774
799
  //Set the styles from the default styles object
775
- ${({theme:e,defaultRadioInnerCircleStyle:t})=>I(e,t)}
800
+ ${({inBuiltCss:e,defaultRadioInnerCircleStyle:t})=>I(e,t)}
776
801
 
777
802
  width: ${({value:e,selected:t,width:o})=>e===t?o:0};
778
803
  height: ${({value:e,selected:t,height:o})=>e===t?o:0};
779
- background-color: ${({value:e,selected:t,selectedCircleColor:o})=>e===t?o:"transparent"};
804
+ background-color: ${({value:e,selected:t,selectedCircleColor:o,theme:r})=>e===t&&o?o:e!==t||o?e!==t?"transparent":void 0:r.primary["primary-1"]};
780
805
 
781
806
  // custom styles
782
807
  ${({radioInnerCircleStyle:e})=>e}
783
- `,zt=s.div`
808
+ `;wt.defaultProps={theme:M};const St=s.div`
784
809
  //Set the styles from the default styles object
785
- ${({theme:e,defaultOptionStyle:t})=>I(e,t)}
810
+ ${({inBuiltCss:e,defaultOptionStyle:t})=>I(e,t)}
786
811
  margin-right: ${({inline:e})=>e?"":"30px"};
787
- color: ${({selected:e,selectedOptionTextColor:t,defaultOptionColor:o})=>e?t:o};
812
+ color: ${({selected:e,selectedOptionTextColor:t,defaultOptionColor:o,theme:r})=>e&&t?t:e&&!t?r.neutral["neutral-1"]:!e&&o?o:e||o?void 0:r.neutral["neutral-2"]};
788
813
 
789
814
  // custom styles
790
815
  ${({optionStyle:e})=>e}
791
- `,Vt=s.div`
816
+ `;St.defaultProps={theme:M};const Et=s.div`
792
817
  margin-bottom: ${({inline:e})=>e?"":"14px"};
793
818
  cursor: pointer;
794
819
  align-items: center;
795
820
  display: flex;
796
821
  gap: 10px;
797
- `,Mt=s.div`
822
+ `,kt=s.div`
798
823
  display: ${({inline:e})=>e?"flex":"inline-block"};
799
824
  width: max-content;
800
825
  margin: 0;
801
- `,Wt=({radioOuterCircleStyle:t,radioInnerCircleStyle:o,labelStyle:r,label:l,optionStyle:i,options:a,selectedCircleColor:n,selectedOptionTextColor:c,onChange:s,selected:d,width:p,height:m,inline:u,defaultBorderColor:g,defaultOptionColor:f,...b})=>e.createElement("div",null,e.createElement(L,{themeColor:M,customStyles:r,type:"radio-label",text:l}),e.createElement(Mt,{inline:u},a.map(((r,l)=>e.createElement(Vt,{key:l+101*Math.random(),inline:u,onClick:()=>{!r?.disabled&&s(r.value)}},e.createElement(kt,{theme:W,themeColor:M,defaultBorderColor:g,selectedCircleColor:n,radioOuterCircleStyle:{...t,cursor:r?.disabled?"not-allowed ":" pointer",borderColor:r?.disabled&&r?.disabledColor},defaultRadioOuterCircleStyle:"radio-outer-circle",value:r.value,selected:!r?.disabled&&d},e.createElement(Et,{theme:W,width:p,height:m,selectedCircleColor:n,radioInnerCircleStyle:{...o,cursor:r?.disabled?"not-allowed ":" pointer",backgroundColor:r?.disabled?"transparent":r?.value===d?o?.backgroundColor:"transparent"},defaultRadioInnerCircleStyle:"radio-inner-circle",value:r.value,selected:d})),e.createElement(zt,{defaultOptionColor:f,optionStyle:{...i,cursor:r?.disabled?"not-allowed ":" pointer",color:r?.disabled&&r?.disabledColor},theme:W,defaultOptionStyle:"option-text",selectedOptionTextColor:c,selected:!r?.disabled&&r.value===d},r.label))))));Wt.propTypes={label:c.string,labelStyle:c.object,inline:c.bool,options:c.array,optionStyle:c.object,selected:c.string,onChange:c.func,defaultOptionColor:c.string,defaultBorderColor:c.string,radioOuterCircleStyle:c.object,radioInnerCircleStyle:c.object,width:c.string,height:c.string,selectedCircleColor:c.string,selectedOptionTextColor:c.string},Wt.defaultProps={label:"",labelStyle:{},inline:!1,options:[],optionStyle:{},selected:"one",onChange:()=>{},radioOuterCircleStyle:{},radioInnerCircleStyle:{},defaultOptionColor:`${M.neutral["neutral-2"]}`,defaultBorderColor:"#D4D7E3",width:"14px",height:"14px",selectedCircleColor:`${M.primary["primary-1"]}`,selectedOptionTextColor:`${M.neutral["neutral-1"]}`};const It=s.div`
826
+ `,zt=({radioOuterCircleStyle:e,radioInnerCircleStyle:t,labelStyle:o,label:r,optionStyle:l,options:i,selectedCircleColor:a,selectedOptionTextColor:n,onChange:c,selected:s,width:d,height:m,inline:u,defaultBorderColor:g,defaultOptionColor:b,...f})=>{const h=p()||M;return React.createElement("div",null,React.createElement(P,{customStyles:o,type:"radio-label",text:r}),React.createElement(kt,{inline:u},i.map(((o,r)=>React.createElement(Et,{key:r+101*Math.random(),inline:u,onClick:()=>{!o?.disabled&&c(o.value)}},React.createElement(Ct,{theme:h,inBuiltCss:R,defaultBorderColor:g,selectedCircleColor:a,radioOuterCircleStyle:{...e,cursor:o?.disabled?"not-allowed ":" pointer",borderColor:o?.disabled&&o?.disabledColor},defaultRadioOuterCircleStyle:"radio-outer-circle",value:o.value,selected:!o?.disabled&&s},React.createElement(wt,{inBuiltCss:R,theme:h,width:d,height:m,selectedCircleColor:a,radioInnerCircleStyle:{...t,cursor:o?.disabled?"not-allowed ":" pointer",backgroundColor:o?.disabled?"transparent":o?.value===s?t?.backgroundColor:"transparent"},defaultRadioInnerCircleStyle:"radio-inner-circle",value:o.value,selected:s})),React.createElement(St,{defaultOptionColor:b,optionStyle:{...l,cursor:o?.disabled?"not-allowed ":" pointer",color:o?.disabled&&o?.disabledColor},inBuiltCss:R,defaultOptionStyle:"option-text",selectedOptionTextColor:n,theme:h,selected:!o?.disabled&&o.value===s},o.label))))))};zt.propTypes={label:c.string,labelStyle:c.object,inline:c.bool,options:c.array,optionStyle:c.object,selected:c.string,onChange:c.func,defaultOptionColor:c.string,defaultBorderColor:c.string,radioOuterCircleStyle:c.object,radioInnerCircleStyle:c.object,width:c.string,height:c.string,selectedCircleColor:c.string,selectedOptionTextColor:c.string},zt.defaultProps={label:"",labelStyle:{},inline:!1,options:[],optionStyle:{},selected:"one",onChange:()=>{},radioOuterCircleStyle:{},radioInnerCircleStyle:{},width:"14px",height:"14px"};const Vt=s.div`
802
827
  //Set the styles from the default styles object
803
- ${({theme:e,defaultStyles:t})=>I(e,t)}
828
+ ${({inBuiltCss:e,defaultStyles:t})=>I(e,t)}
804
829
 
805
- background-color:${({hover:e,isValid:t,fileArr:o,backgroundColor:r})=>t?e?r:o.length>0?M.bgColor:R(r,.05):"rgba(215, 0, 0, 0.05)"};
830
+ background-color:${({hover:e,isValid:t,fileArr:o,backgroundColor:r,theme:l})=>t?t&&e&&r?r:t&&e&&!r?l.primary["primary-1"]:t&&!e&&o.length>0?l.bgColor:t&&!e&&0==o.length?W(l.primary["primary-1"],.05):void 0:"rgba(215, 0, 0, 0.05)"}
831
+
832
+ };
806
833
  border: 1px
807
- ${({isValid:e,fileArr:t,backgroundColor:o})=>e?t.length>0?"solid "+o:"dashed "+o:"dashed "+M.ui.error};
834
+ ${({isValid:e,fileArr:t,backgroundColor:o,theme:r})=>e?t.length>0?`solid ${o||r.primary["primary-1"]}`:`dashed ${o||r.primary["primary-1"]}`:"dashed "+r.ui.error};
808
835
 
809
836
  &:hover {
810
837
  cursor: pointer;
@@ -813,23 +840,23 @@ ${({theme:e,type:t,drawerOpen:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(c
813
840
 
814
841
  // custom styles
815
842
  ${({customDropzoneStyles:e})=>e}
816
- `,Rt=s.div`
843
+ `,Mt=s.div`
817
844
  //Set the styles from the default styles object
818
- ${({theme:e,defaultStyles:t})=>I(e,t)}
845
+ ${({inBuiltCss:e,defaultStyles:t})=>I(e,t)}
819
846
 
820
847
  // custom styles
821
848
  ${({customFileStyles:e})=>e}
822
- `,Pt=s.input`
849
+ `,Rt=s.input`
823
850
  display: none;
824
- `,Lt=s.div`
851
+ `,It=s.div`
825
852
  //Set the styles from the default styles object
826
- ${({theme:e,defaultStyles:t})=>I(e,t)}
853
+ ${({inBuiltCss:e,defaultStyles:t})=>I(e,t)}
827
854
 
828
855
  // custom styles
829
856
  ${({customTextStyles:e})=>e}
830
- `,qt=s.span`
857
+ `,Wt=s.span`
831
858
  //Set the styles from the default styles object
832
- ${({theme:e,type:t})=>I(e,t)}
859
+ ${({inBuiltCss:e,type:t})=>I(e,t)}
833
860
 
834
861
  // custom styles
835
862
  ${({customFileNameStyles:e})=>e}
@@ -840,23 +867,21 @@ ${({theme:e,type:t,drawerOpen:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(c
840
867
  margin-right: 10px;
841
868
  display: flex;
842
869
  justify-content: center;
843
- `,jt=s.div`
870
+ `,Pt=s.div`
844
871
  margin-left: 11px;
845
872
  padding-left: 2px;
846
- display: flex;
847
- justify-content: center;
848
- `,Ht=s.div`
873
+ `,Lt=s.div`
849
874
  color: #494949;
850
875
  margin-left: 11px;
851
876
  padding-left: 2px;
852
- `,Ft=s.p`
877
+ `,qt=s.p`
853
878
  color: #494949;
854
879
  display: flex;
855
880
  justify-content: center;
856
881
  align-items: center;
857
882
  margin: 20px 0px;
858
883
  font-size: 14px;
859
- `,Tt=({theme:t,themeColor:r,isValid:l,label:i,labelStyle:a,labelInline:c,required:s,message:d,fileArr:p,setFileArr:m,deleteFile:u,customDropzoneStyles:g,customFileStyles:f,customTextStyles:b,customFileNameStyles:h,backgroundColor:y,singleFile:x,messageSize:A,additionalText:v,...C})=>{const[S,k]=o(!1),E=n();function z(e){e.preventDefault(),e.stopPropagation()}function V(e,t){let o=1==t?[]:[...p];for(let t=0;t<e.length;t++)o.push(e.item(t));return t||(o=o.filter(((e,t,o)=>t===o.findIndex((t=>t.place===e.place&&t.name===e.name))))),m(o),k(!1),o}function I(e,t){if(e instanceof File){const t=p.filter((t=>t.name!==e.name));m(t)}else!function(e,t){const o=p.filter((t=>t.name!==e.name));m(o),u(e)}(e)}return e.createElement("div",null,e.createElement("div",{style:{display:"flex",width:"inherit"}},e.createElement(L,w({themeColor:M,customStyles:a,type:"label-text",labelInline:c,text:i,style:{display:"flex",marginBottom:""+(c?"":"7px"),paddingBottom:"0px"}},C)),s&&e.createElement("div",{style:{marginLeft:"4px",color:`${r.variant.error}`}},"*")),e.createElement(It,{theme:W,themeColor:M,defaultStyles:"dropzone-parent",backgroundColor:y,customDropzoneStyles:g,onDragLeave:function(e){z(e),k(!1)},onDragOver:function(e){z(e),k(!0)},onDrop:function(e){z(e);const{files:t}=e.dataTransfer;k(!0),C.onFilesAdded(V(t,x))},onClick:function(){E.current.click()},hover:S,isValid:l,fileArr:p},e.createElement(Pt,w({ref:E,type:"file",multiple:1!=x,onChange:function(e){const{files:t}=e.target;k(!1),C.onFilesAdded(V(t,x))},onClick:e=>e.target.value=null},C)),l?e.createElement(it,{icon:"file-upload",color:S?r.bgColor:y,size:24}):null,e.createElement(Lt,{isValid:l,hover:S,customTextStyles:b,theme:W,defaultStyles:"dropzone-text-div"},l?e.createElement("div",null,e.createElement("span",{style:{color:S?r.bgColor:y}},"Choose a file"," "),e.createElement("span",{style:{color:S?r.bgColor:r.neutral["neutral-2"]}},"or"," "),e.createElement("span",{style:{color:S?r.bgColor:r.textColor}},"drag ",x?"it":"them"," here")):e.createElement("div",null,e.createElement("span",{style:{color:r.variant.error}},"Try again!!"," "),e.createElement("span",{style:{color:t.textColor}},d.length>A?d.slice(0,A):d)))),v.length>0&&e.createElement(Ft,null,v)," ",p?.map(((t,o)=>e.createElement(Rt,{theme:W,defaultStyles:"dropzone-file-div",key:`${t}-${o}`,customFileStyles:f},e.createElement(jt,null,e.createElement(it,{icon:"file-icon"})),t instanceof File?e.createElement(qt,{theme:W,type:"dropzone-file-name",customFileNameStyles:h},t.name):e.createElement("a",{style:{color:M.variant["primary-1"],marginLeft:"5px"},href:t?.path,target:"_blank",rel:"noreferrer"}," ",t.name),e.createElement(Ht,null,t?.otherInfo),e.createElement(jt,null,e.createElement(it,{icon:`${!(t instanceof File)&&"cloud-icon"}`})),e.createElement(Bt,{key:101*Math.random()|0,onClick:()=>I(t)},e.createElement(it,{icon:"cross-icon",color:r.neutral["neutral-2"],size:13}))))))};Tt.propTypes={theme:c.object,onFilesAdded:c.func,isValid:c.bool,message:c.string,fileArr:c.array,setFileArr:c.func,customDropzoneStyles:c.object,customFileStyles:c.object,customTextStyles:c.object,customFileNameStyles:c.object,backgroundColor:c.string,messageSize:c.number,additionalText:c.string},Tt.defaultProps={themeColor:M,theme:W,onFilesAdded:()=>null,isValid:!0,message:"",backgroundColor:`${M.primary["primary-1"]}`,fileArr:[],setFileArr:()=>{},customDropzoneStyles:{},customFileStyles:{},customTextStyles:{},customFileNameStyles:{},messageSize:100,additionalText:""};const Gt=s.div`
884
+ `,Ht=({isValid:t,label:r,labelStyle:l,labelInline:i,required:a,message:c,fileArr:s,setFileArr:d,deleteFile:m,customDropzoneStyles:u,customFileStyles:g,customTextStyles:b,customFileNameStyles:f,backgroundColor:h,singleFile:y,messageSize:x,additionalText:A,...v})=>{const C=p()||M,[S,E]=o(!1),k=n();function z(e){e.preventDefault(),e.stopPropagation()}function V(e,t){let o=1==t?[]:[...s];for(let t=0;t<e.length;t++)o.push(e.item(t));return t||(o=o.filter(((e,t,o)=>t===o.findIndex((t=>t.place===e.place&&t.name===e.name))))),d(o),E(!1),o}function I(e,t){if(e instanceof File){const t=s.filter((t=>t.name!==e.name));d(t)}else!function(e,t){const o=s.filter((t=>t.name!==e.name));d(o),m(e)}(e)}return e.createElement("div",null,e.createElement("div",{style:{display:"flex",width:"inherit"}},e.createElement(P,w({customStyles:l,type:"label-text",labelInline:i,text:r,style:{display:"flex",marginBottom:""+(i?"":"7px"),paddingBottom:"0px"}},v)),a&&e.createElement("div",{style:{marginLeft:"4px",color:`${C.variant.error}`}},"*")),e.createElement(Vt,{theme:C,inBuiltCss:R,defaultStyles:"dropzone-parent",backgroundColor:h,customDropzoneStyles:u,onDragLeave:function(e){z(e),E(!1)},onDragOver:function(e){z(e),E(!0)},onDrop:function(e){z(e);const{files:t}=e.dataTransfer;E(!0),v.onFilesAdded(V(t,y))},onClick:function(){k.current.click()},hover:S,isValid:t,fileArr:s},e.createElement(Rt,w({ref:k,type:"file",multiple:1!=y,onChange:function(e){const{files:t}=e.target;E(!1),v.onFilesAdded(V(t,y))},onClick:e=>e.target.value=null},v)),t?e.createElement(U,{icon:"file-upload",color:S?C.bgColor:C.primary["primary-1"],size:24}):null,e.createElement(It,{isValid:t,hover:S,customTextStyles:b,inBuiltCss:R,defaultStyles:"dropzone-text-div"},t?e.createElement("div",null,e.createElement("span",{style:{color:S?C.bgColor:C.primary["primary-1"]}},"Choose a file"," "),e.createElement("span",{style:{color:S?C.bgColor:C.neutral["neutral-2"]}},"or"," "),e.createElement("span",{style:{color:S?C.bgColor:C.textColor}},"drag ",y?"it":"them"," here")):e.createElement("div",null,e.createElement("span",{style:{color:C.variant.error}},"Try again!!"," "),e.createElement("span",{style:{color:C.textColor}},c.length>x?c.slice(0,x):c)))),A.length>0&&e.createElement(qt,null,A)," ",s?.map(((t,o)=>e.createElement(Mt,{inBuiltCss:R,defaultStyles:"dropzone-file-div",key:`${t}-${o}`,customFileStyles:g},e.createElement(Pt,null,e.createElement(U,{icon:"file-icon",color:C.primary["primary-1"]})),t instanceof File?e.createElement(Wt,{inBuiltCss:R,type:"dropzone-file-name",customFileNameStyles:f},t.name):e.createElement("a",{style:{color:C.variant["primary-1"],marginLeft:"5px"},href:t?.path,target:"_blank",rel:"noreferrer"}," ",t.name),e.createElement(Lt,null,t?.otherInfo),e.createElement(Bt,{key:101*Math.random()|0,onClick:()=>I(t)},e.createElement("div",{style:{marginRight:"7px"}},e.createElement(U,{icon:`${!(t instanceof File)&&"cloud-icon"}`,color:C.primary["primary-1"]})),e.createElement(U,{icon:"cross-icon",color:C.neutral["neutral-2"],size:13}))))))};Ht.propTypes={onFilesAdded:c.func,isValid:c.bool,message:c.string,fileArr:c.array,setFileArr:c.func,customDropzoneStyles:c.object,customFileStyles:c.object,customTextStyles:c.object,customFileNameStyles:c.object,backgroundColor:c.string,messageSize:c.number,additionalText:c.string},Ht.defaultProps={onFilesAdded:()=>null,isValid:!0,message:"",fileArr:[],setFileArr:()=>{},customDropzoneStyles:{},customFileStyles:{},customTextStyles:{},customFileNameStyles:{},messageSize:100,additionalText:""};const jt=s.div`
860
885
  display: flex;
861
886
  cursor: ${({disabled:e})=>e?"not-allowed":"text"};
862
887
 
@@ -876,7 +901,7 @@ ${({theme:e,type:t,drawerOpen:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(c
876
901
  }
877
902
 
878
903
  .react-datepicker__input-container {
879
- border: 1px solid ${M.border};
904
+ border: 1px solid ${({theme:e})=>e.border};
880
905
  border-radius: 4px;
881
906
  padding: 6px 12px;
882
907
  display: flex;
@@ -995,24 +1020,24 @@ ${({theme:e,type:t,drawerOpen:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(c
995
1020
  .react-datepicker::after {
996
1021
  box-sizing: initial !important;
997
1022
  }
998
- `;Gt.defaultProps={theme:M};const Xt=s.div`
1023
+ `;jt.defaultProps={theme:M};const Tt=s.div`
999
1024
  display: flex;
1000
1025
  align-items: flex-start;
1001
1026
  justify-content: center;
1002
1027
  font-size: 16px;
1003
1028
  padding-top: 12px;
1004
1029
  padding-bottom: 15px;
1005
- `,Zt=s.div`
1030
+ `,Ft=s.div`
1006
1031
  display: flex;
1007
1032
  justify-content: center;
1008
1033
  margin-left: 6px;
1009
- `,Ot=s("div")`
1034
+ `,Gt=s("div")`
1010
1035
  width: inherit;
1011
- `,Jt=s("div")`
1036
+ `,Xt=s("div")`
1012
1037
  display: flex;
1013
1038
  flex-direction: row;
1014
1039
  cursor: pointer;
1015
- `,Ut=s("div")`
1040
+ `,Zt=s("div")`
1016
1041
  margin-top: 8px;
1017
1042
  position: absolute;
1018
1043
  z-index: 100;
@@ -1023,7 +1048,7 @@ ${({theme:e,type:t,drawerOpen:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(c
1023
1048
  background: white;
1024
1049
  box-shadow: 0px 6px 20px rgb(56 66 100 / 15%);
1025
1050
  border-radius: 4px;
1026
- `,Qt=s("ul")`
1051
+ `,Ot=s("ul")`
1027
1052
  list-style: none;
1028
1053
  padding: 0;
1029
1054
  margin: 12px;
@@ -1050,7 +1075,7 @@ ${({theme:e,type:t,drawerOpen:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(c
1050
1075
  background-color: ${({theme:e})=>e.neutral["neutral-4"]};
1051
1076
  border-radius: 10px;
1052
1077
  }
1053
- `;Qt.defaultProps={theme:M};const Kt=s("li")`
1078
+ `;Ot.defaultProps={theme:M};const Jt=s("li")`
1054
1079
  text-align: left;
1055
1080
  font-style: normal;
1056
1081
  font-weight: normal;
@@ -1059,52 +1084,52 @@ ${({theme:e,type:t,drawerOpen:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(c
1059
1084
  padding-left: 12px;
1060
1085
  padding-bottom: 12px;
1061
1086
  cursor: pointer;
1062
- `,Nt=({startDate:t,setStartDate:i,disabled:a,...n})=>{const c=M,s=["January","February","March","April","May","June","July","August","September","October","November","December"];for(var d=[],p=2010;p<=(new Date).getFullYear()+10;p++)d.push(p);const m=r(null),u=r(null),[g,b]=o(!1),[h,y]=o(!1),[x,A]=o(!1),[v,C]=o(!1),[S,k]=o(t.getFullYear()),[E,z]=o(s[t.getMonth()]);l((()=>{z(s[t.getMonth()]),k(t.getFullYear())}),[t]),l((()=>(document.addEventListener("click",V,!0),()=>{document.removeEventListener("click",V,!0)})),[]);const V=e=>{m.current&&!m.current.contains(e.target)&&b(!1)},W=e=>{u.current&&!u.current.contains(e.target)&&y(!1)};return l((()=>(document.addEventListener("click",W,!0),()=>{document.removeEventListener("click",W,!0)})),[]),e.createElement(Gt,w({disabled:a},n),e.createElement(f,{selected:t,dateFormat:"dd/MM/yyyy",useWeekdaysShort:!0,onChange:e=>i(e),placeholderText:"select date",adjustDateOnChange:!0,disabled:a,dropdownMode:"select",renderCustomHeader:({date:t,changeYear:o,changeMonth:r})=>e.createElement(Xt,null,e.createElement("div",{style:{display:"flex"}},e.createElement(Ot,{ref:m},e.createElement(Jt,{onClick:()=>{b(!g),y(!1)}},e.createElement("span",{onMouseEnter:()=>A(!0),onMouseLeave:()=>A(!1),style:{color:`${x?c.variant["primary-1"]:c.textColor}`}},s[t.getMonth()]),e.createElement(Zt,null,e.createElement(it,{icon:"triangle-down",color:x?"blue":"black",size:7}))),g&&e.createElement(Ut,null,e.createElement(Qt,{onMouseEnter:()=>A(!0)},s.map(((t,o)=>e.createElement(Kt,{selectedMonth:E,onClick:()=>{A(!1),r(o),b(!1),z(s[o])},key:Math.random()},e.createElement("span",{style:{color:`${E===t?c.variant["primary-1"]:c.textColor}`}},t))))))),e.createElement(Ot,{ref:u},e.createElement(Jt,{style:{marginLeft:"28px"},onClick:()=>{y(!h),b(!1)}},e.createElement("span",{onMouseEnter:()=>C(!0),onMouseLeave:()=>C(!1),style:{color:`${v?c.variant["primary-1"]:c.textColor}`}},t.getFullYear()),e.createElement(Zt,null,e.createElement(it,{icon:"triangle-down",color:v?"blue":"black",size:7}))),h&&e.createElement(Ut,null,e.createElement(Qt,{onMouseEnter:()=>C(!0)},d.map(((t,r)=>e.createElement(Kt,{onClick:()=>{C(!1),o(t),k(t),y(!1)},key:Math.random()},e.createElement("span",{style:{color:`${S===t?c.variant["primary-1"]:c.textColor}`}},t)))))))))}))};Nt.propTypes={startDate:c.any,setStartDate:c.func,disabled:c.bool},Nt.defaultProps={startDate:"",setStartDate:()=>{},disabled:!1};const Yt=s.div`
1087
+ `,Ut=({startDate:t,setStartDate:i,disabled:a,theme:n,...c})=>{const s=p()||M,d=["January","February","March","April","May","June","July","August","September","October","November","December"];for(var m=[],u=2010;u<=(new Date).getFullYear()+10;u++)m.push(u);const g=r(null),f=r(null),[h,y]=o(!1),[x,A]=o(!1),[v,C]=o(!1),[S,E]=o(!1),[k,z]=o(t.getFullYear()),[V,R]=o(d[t.getMonth()]);l((()=>{R(d[t.getMonth()]),z(t.getFullYear())}),[t]),l((()=>(document.addEventListener("click",I,!0),()=>{document.removeEventListener("click",I,!0)})),[]);const I=e=>{g.current&&!g.current.contains(e.target)&&y(!1)},W=e=>{f.current&&!f.current.contains(e.target)&&A(!1)};return l((()=>(document.addEventListener("click",W,!0),()=>{document.removeEventListener("click",W,!0)})),[]),e.createElement(jt,w({disabled:a,theme:n},c),e.createElement(b,{selected:t,dateFormat:"dd/MM/yyyy",useWeekdaysShort:!0,onChange:e=>i(e),placeholderText:"select date",adjustDateOnChange:!0,disabled:a,dropdownMode:"select",renderCustomHeader:({date:t,changeYear:o,changeMonth:r})=>e.createElement(Tt,null,e.createElement("div",{style:{display:"flex"}},e.createElement(Gt,{ref:g},e.createElement(Xt,{onClick:()=>{y(!h),A(!1)}},e.createElement("span",{onMouseEnter:()=>C(!0),onMouseLeave:()=>C(!1),style:{color:`${v?s.variant["primary-1"]:s.textColor}`}},d[t.getMonth()]),e.createElement(Ft,null,e.createElement(U,{icon:"triangle-down",color:v?s.variant["primary-1"]:s.textColor,size:7}))),h&&e.createElement(Zt,null,e.createElement(Ot,{theme:n,onMouseEnter:()=>C(!0)},d.map(((t,o)=>e.createElement(Jt,{selectedMonth:V,onClick:()=>{C(!1),r(o),y(!1),R(d[o])},key:Math.random()},e.createElement("span",{style:{color:`${V===t?s.variant["primary-1"]:s.textColor}`}},t))))))),e.createElement(Gt,{ref:f},e.createElement(Xt,{style:{marginLeft:"28px"},onClick:()=>{A(!x),y(!1)}},e.createElement("span",{onMouseEnter:()=>E(!0),onMouseLeave:()=>E(!1),style:{color:`${S?s.variant["primary-1"]:s.textColor}`}},t.getFullYear()),e.createElement(Ft,null,e.createElement(U,{icon:"triangle-down",color:S?s.variant["primary-1"]:s.textColor,size:7}))),x&&e.createElement(Zt,null,e.createElement(Ot,{onMouseEnter:()=>E(!0)},m.map(((t,r)=>e.createElement(Jt,{onClick:()=>{E(!1),o(t),z(t),A(!1)},key:Math.random()},e.createElement("span",{style:{color:`${k===t?s.variant["primary-1"]:s.textColor}`}},t)))))))))}))};Ut.propTypes={startDate:c.any,setStartDate:c.func,disabled:c.bool,theme:c.object},Ut.defaultProps={theme:M,startDate:"",setStartDate:()=>{},disabled:!1};const Qt=s.div`
1063
1088
  //Set the styles from the default styles object
1064
- ${({theme:e,defaultParentDivStyle:t})=>I(e,t)}
1089
+ ${({inBuiltCss:e,defaultParentDivStyle:t})=>I(e,t)}
1065
1090
 
1066
- border: 1px solid ${({isMyInputFocused:e,activeColor:t,defaultColor:o})=>e?t:o};
1091
+ border: 1px solid ${({isMyInputFocused:e,activeColor:t,defaultColor:o,theme:r})=>e&&t?t:e&&!t?r.primary["primary-1"]:!e&&o?o:e||o?void 0:r.neutral["neutral-3"]};
1067
1092
 
1068
1093
  &:focus-within {
1069
- border-color: ${({activeColor:e})=>e};
1094
+ border-color: ${({activeColor:e,theme:t})=>e||t.primary["primary-1"]};
1070
1095
  }
1071
- `,Dt=s.div`
1096
+ `,Kt=s.div`
1072
1097
  //Set the styles from the default styles object
1073
- ${({theme:e,defaultWrapperDivStyle:t})=>I(e,t)}
1098
+ ${({inBuiltCss:e,defaultWrapperDivStyle:t})=>I(e,t)}
1074
1099
 
1075
1100
  flex-direction: ${({signIcon:e})=>e?"column":"initial"};
1076
1101
  width: ${({signIcon:e})=>e?"min-content":"calc(100% - 50px) !important"};
1077
1102
  max-width: ${({signIcon:e})=>e?"42px":"490px"};
1078
1103
  border-right: 1px solid
1079
- ${({activeColor:e,defaultColor:t,isMyInputFocused:o,signIcon:r})=>r?o?e:t:"none"};
1104
+ ${({activeColor:e,defaultColor:t,isMyInputFocused:o,signIcon:r,theme:l})=>r&&o&&e?e:r&&o&&!e?l.primary["primary-1"]:r&&!o&&t?t:!r||o||t?r?void 0:"none":l.neutral["neutral-3"]};
1080
1105
  border-left: ${({signIcon:e})=>e?"":"none"};
1081
1106
  margin-left: ${({signIcon:e})=>e?"":"42px"};
1082
1107
  position: ${({signIcon:e})=>e?"absolute":""};
1083
- `,$t=s.div`
1108
+ `,Nt=s.div`
1084
1109
  width: 39px;
1085
1110
  height: 44px;
1086
1111
  display: flex;
1087
1112
  flex-direction: row;
1088
1113
  justify-content: center;
1089
1114
  align-items: center;
1090
- border-bottom: ${({penIcon:e,isMyInputFocused:t,activeColor:o,defaultColor:r})=>e?t?"1px solid "+o:"1px solid "+r:""};
1115
+ border-bottom: ${({penIcon:e,isMyInputFocused:t,activeColor:o,defaultColor:r,theme:l})=>e?t?`1px solid ${o||l.primary["primary-1"]}`:`1px solid ${r||l.neutral["neutral-3"]}`:""};
1091
1116
  background-color: rgba(255, 255, 255, 0.05);
1092
1117
  cursor: pointer;
1093
- `,_t=s.input`
1094
- ${({theme:e,defaultInputStyle:t})=>I(e,t)}
1118
+ `,Yt=s.input`
1119
+ ${({inBuiltCss:e,defaultInputStyle:t})=>I(e,t)}
1095
1120
 
1096
- border-bottom: ${({value:e,defaultColor:t})=>e.length>0?"none":"1px solid "+t};
1121
+ border-bottom: ${({value:e,defaultColor:t,theme:o})=>e.length>0?"none":t};
1097
1122
 
1098
1123
  &::placeholder {
1099
1124
  font-size: 17px;
1100
1125
  text-align: center;
1101
- color: ${({placeholderColor:e})=>e};
1126
+ color: ${({placeholderColor:e,theme:t})=>e||t.neutral["neutral-3"]};
1102
1127
  font-family: 'Averta';
1103
1128
  font-style: normal;
1104
1129
  font-weight: normal;
1105
1130
  line-height: 22px;
1106
1131
  }
1107
- &:focus-within {
1132
+ &: focus-within {
1108
1133
  border: none;
1109
1134
  outline: none;
1110
1135
 
@@ -1115,60 +1140,60 @@ ${({theme:e,type:t,drawerOpen:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(c
1115
1140
 
1116
1141
  // custom styles
1117
1142
  ${({customInputStyle:e})=>e}
1118
- `,eo=s.div`
1143
+ `,Dt=s.div`
1119
1144
  position: relative;
1120
1145
  width: inherit;
1121
1146
  display: flex;
1122
1147
  margin: 4px;
1123
- `,to=s.div`
1148
+ `,$t=s.div`
1124
1149
  padding-left: 2px;
1125
1150
  display: flex;
1126
1151
  justify-content: center;
1127
1152
  cursor: pointer;
1128
- `,oo=({onChange:t,activeColor:i,defaultColor:a,placeholderColor:n,placeholderText:c,customInputStyle:s,pointsArray:d,setPointsArray:p,value:m,setValue:u,valueForSignatureDrawing:g,setValueForSignatureDrawing:f,imageURL:h,setImageURL:y,...x})=>{const[A,v]=o("default"),[C,w]=o(!1),[S,k]=o(!1),E=r(null);l((()=>{S&&(V(),f(E.current))}),[!0===S]);const z=()=>{u(""),f(E.current),E.current&&E.current.clear(),w(!1),k(!1)},V=()=>(p(E.current.toData()),y(E.current.toDataURL("image/png")),[h,d]);return e.createElement(Yt,{theme:W,defaultParentDivStyle:"signature-parent-div",isMyInputFocused:C,selected:A,activeColor:i,defaultColor:a},e.createElement(Dt,{theme:W,defaultWrapperDivStyle:"signature-wrapper-div",activeColor:i,defaultColor:a,selected:A,isMyInputFocused:C,signIcon:!0},e.createElement($t,{activeColor:i,defaultColor:a,isMyInputFocused:C,penIcon:!0,onClick:()=>{v("default"),z()}},e.createElement(it,{icon:"pen-icon",color:"default"===A?i:"black"})),e.createElement($t,{activeColor:i,defaultColor:a,isMyInputFocused:C,penIcon:!1,onClick:()=>{v("sign"),z()}},e.createElement(it,{icon:"sign-icon",color:"default"!==A?i:"black"}))),e.createElement(Dt,{theme:W,defaultWrapperDivStyle:"signature-wrapper-div",activeColor:i,defaultColor:a,selected:A,isMyInputFocused:C,signIcon:!1,onTouchStart:()=>{console.log("touchstart")}},"default"===A?e.createElement(_t,{theme:W,defaultInputStyle:"signature-input-text",placeholder:c,placeholderColor:n,customInputStyle:s,onBlur:()=>w(!1),onFocus:()=>w(!0),value:m,defaultColor:a,onChange:e=>u(e.target.value)}):e.createElement(eo,{onMouseEnter:()=>w(!0),onMouseLeave:()=>w(!1),onClick:()=>{k(!0),V()}},e.createElement(b,{ref:E,redrawOnResize:!0,height:75,options:{minWidth:1,maxWidth:1,penColor:"#444444"}})),(m||S)&&e.createElement(to,{selected:A,onClick:()=>z()},e.createElement(it,{icon:"cross-icon",color:a}))))};oo.propTypes={activeColor:c.string,defaultColor:c.string,placeholderColor:c.string,placeholderText:c.string,customInputStyle:c.object,pointsArray:c.any,setPointsArray:c.func,value:c.string,setValue:c.func,imageURL:c.string,setImageURL:c.func},oo.defaultProps={activeColor:`${M.primary["primary-1"]}`,defaultColor:`${M.neutral["neutral-3"]}`,placeholderColor:`${M.neutral["neutral-3"]}`,customInputStyle:{},placeholderText:"Type your signature here",pointsArray:null,setPointsArray:()=>{},value:"",setValue:()=>{},imageURL:"",setImageURL:()=>{},setValueForSignatureDrawing:()=>{}};const ro=s.div`
1153
+ `,_t=({onChange:e,activeColor:t,defaultColor:i,placeholderColor:a,placeholderText:n,customInputStyle:c,pointsArray:s,setPointsArray:d,value:m,setValue:u,valueForSignatureDrawing:g,setValueForSignatureDrawing:b,imageURL:h,setImageURL:y,...x})=>{const A=p()||M,[v,C]=o("default"),[w,S]=o(!1),[E,k]=o(!1),z=r(null);l((()=>{E&&(I(),b(z.current))}),[!0===E]);const V=()=>{u(""),b(z.current),z.current&&z.current.clear(),S(!1),k(!1)},I=()=>(d(z.current.toData()),y(z.current.toDataURL("image/png")),[h,s]);return React.createElement(Qt,{inBuiltCss:R,defaultParentDivStyle:"signature-parent-div",isMyInputFocused:w,selected:v,activeColor:t,defaultColor:i,theme:A},React.createElement(Kt,{inBuiltCss:R,defaultWrapperDivStyle:"signature-wrapper-div",activeColor:t,defaultColor:i,selected:v,isMyInputFocused:w,signIcon:!0,theme:A},React.createElement(Nt,{activeColor:t,defaultColor:i,isMyInputFocused:w,theme:A,penIcon:!0,onClick:()=>{C("default"),V()}},React.createElement(U,{icon:"pen-icon",color:"default"===v?t||A.primary["primary-1"]:A.black})),React.createElement(Nt,{activeColor:t,defaultColor:i,theme:A,isMyInputFocused:w,penIcon:!1,onClick:()=>{C("sign"),V()}},React.createElement(U,{icon:"sign-icon",color:"default"!==v?t||A.primary["primary-1"]:A.black}))),React.createElement(Kt,{inBuiltCss:R,defaultWrapperDivStyle:"signature-wrapper-div",activeColor:t,defaultColor:i,theme:A,selected:v,isMyInputFocused:w,signIcon:!1,onTouchStart:()=>{}},"default"===v?React.createElement(Yt,{inBuiltCss:R,defaultInputStyle:"signature-input-text",placeholder:n,placeholderColor:a,customInputStyle:c,onBlur:()=>S(!1),onFocus:()=>S(!0),value:m,defaultColor:i,theme:A,onChange:e=>u(e.target.value)}):React.createElement(Dt,{onMouseEnter:()=>S(!0),onMouseLeave:()=>S(!1),onClick:()=>{k(!0),I()}},React.createElement(f,{ref:z,redrawOnResize:!0,height:75,options:{minWidth:1,maxWidth:1,penColor:"#444444"}})),(m||E)&&React.createElement($t,{selected:v,onClick:()=>V()},React.createElement(U,{icon:"cross-icon",color:i||A.neutral["neutral-3"]}))))};_t.propTypes={activeColor:c.string,defaultColor:c.string,placeholderColor:c.string,placeholderText:c.string,customInputStyle:c.object,pointsArray:c.any,setPointsArray:c.func,value:c.string,setValue:c.func,imageURL:c.string,setImageURL:c.func},_t.defaultProps={customInputStyle:{},placeholderText:"Type your signature here",pointsArray:null,setPointsArray:()=>{},value:"",setValue:()=>{},imageURL:"",setImageURL:()=>{},setValueForSignatureDrawing:()=>{}};const eo=s.div`
1129
1154
  //Set the styles from the default styles object
1130
- ${({theme:e,defaultWrapperStyle:t})=>I(e,t)}
1155
+ ${({inBuiltCss:e,defaultWrapperStyle:t})=>I(e,t)}
1131
1156
 
1132
- border: ${({isValid:e,themeColor:t})=>e?"1px solid "+M.border:"1px solid "+t.variant.error};
1157
+ border: ${({isValid:e,theme:t})=>e?"1px solid "+t.border:"1px solid "+t.variant.error};
1133
1158
 
1134
1159
  .input-icon svg path {
1135
- fill: ${({themeColor:e})=>e.variant["neutral-1"]};
1160
+ fill: ${({theme:e})=>e.variant["neutral-1"]};
1136
1161
  }
1137
1162
 
1138
1163
  &:focus-within {
1139
- border: 1px solid ${({themeColor:e})=>e.variant["primary-1"]};
1164
+ border: 1px solid ${({theme:e})=>e.variant["primary-1"]};
1140
1165
  outline: none;
1141
1166
 
1142
1167
  .input-icon svg path {
1143
- fill: ${({themeColor:e})=>e.variant["primary-1"]};
1168
+ fill: ${({theme:e})=>e.variant["primary-1"]};
1144
1169
  }
1145
1170
  }
1146
1171
 
1147
1172
  // custom styles
1148
1173
  ${({textAreaStyle:e})=>e}
1149
- `;ro.defaultProps={themeColor:M};const lo=s.textarea`
1174
+ `,to=s.textarea`
1150
1175
  //Set the styles from the default styles object
1151
- ${({theme:e,defaultInputStyle:t})=>I(e,t)}
1176
+ ${({inBuiltCss:e,defaultInputStyle:t})=>I(e,t)}
1152
1177
  margin: 0;
1153
1178
  overflow: auto;
1154
- resize: none // custom styles
1179
+ resize: vertical // custom styles
1155
1180
  ${({inputStyle:e})=>e};
1156
- `,io=d`
1181
+ `,oo=d`
1157
1182
  display: flex;
1158
1183
  gap: 7px;
1159
1184
  align-items: center;
1160
- `,ao=s.div`
1161
- ${({labelInline:e})=>e?io:null}
1185
+ `,ro=s.div`
1186
+ ${({labelInline:e})=>e?oo:null}
1162
1187
  ${({customStylesForm:e})=>{if(e)return{...e}}}
1163
1188
  position: relative;
1164
1189
  .err-text {
1165
- color: ${({themeColor:e})=>e.variant.error};
1190
+ color: ${({theme:e})=>e.variant.error};
1166
1191
  margin-top: 5px;
1167
1192
  font-size: 10px;
1168
1193
  }
1169
- `;ao.defaultProps={themeColor:M};const no=e.forwardRef((({themeColor:t,customStylesForm:o,textAreaStyle:r,labelStyle:l,inputStyle:i,errMsg:a,required:n,label:c,labelInline:s,iconBefore:d,iconAfter:p,isValid:m,rows:u,cols:g,...f},b)=>e.createElement(ao,w({labelInline:s,customStylesForm:o},f),e.createElement("div",{style:{display:"flex"}},e.createElement(L,w({themeColor:M,customStyles:l,type:"label-text",labelInline:s,text:c,errMsg:a,style:{display:"flex",marginBottom:""+(s?"":"7px"),paddingBottom:"0px"}},f)),n&&e.createElement("div",{style:{marginLeft:"4px",color:`${t.variant.error}`}},"*")),e.createElement(ro,w({required:n,themeColor:M,textAreaStyle:r,isValid:m,theme:W,defaultWrapperStyle:"textbox-wrapper"},f),e.createElement("div",{className:"input-icon"},d),e.createElement(lo,w({ref:b,inputStyle:i,defaultInputStyle:"textarea-wrapper",cols:g,rows:u},f,{size:"1"})),e.createElement("div",{className:"input-icon"},p)),e.createElement("div",{className:"err-text"},a))));no.propTypes={theme:c.object,themeColor:c.object,rows:c.number,label:c.string,required:c.bool,labelInline:c.bool,errMsg:c.string,iconBefore:c.any,iconAfter:c.any,textAreaStyle:c.object,labelStyle:c.object,inputStyle:c.object},no.defaultProps={themeColor:M,theme:W,label:"",required:!1,isValid:!0,labelInline:!1,errMsg:"",iconBefore:null,iconAfter:null,textAreaStyle:{},labelStyle:{},inputStyle:{}};const co=s.div`
1194
+ `,lo=e.forwardRef((({customStylesForm:t,textAreaStyle:o,labelStyle:r,inputStyle:l,errMsg:i,required:a,label:n,labelInline:c,iconBefore:s,iconAfter:d,isValid:m,rows:u,cols:g,...b},f)=>{const h=p()||M;return e.createElement(ro,w({labelInline:c,customStylesForm:t,theme:h},b),e.createElement("div",{style:{display:"flex"}},e.createElement(P,w({customStyles:r,type:"label-text",labelInline:c,text:n,errMsg:i,style:{display:"flex",marginBottom:""+(c?"":"7px"),paddingBottom:"0px"}},b)),a&&e.createElement("div",{style:{marginLeft:"4px",color:`${h.variant.error}`}},"*")),e.createElement(eo,w({theme:h,required:a,textAreaStyle:o,isValid:m,inBuiltCss:R,defaultWrapperStyle:"textbox-wrapper"},b),e.createElement("div",{className:"input-icon"},s),e.createElement(to,w({ref:f,inputStyle:l,defaultInputStyle:"textarea-wrapper",cols:g,rows:u,inBuiltCss:R},b,{size:"1"})),e.createElement("div",{className:"input-icon"},d)),e.createElement("div",{className:"err-text"},i))}));lo.propTypes={rows:c.number,label:c.string,required:c.bool,labelInline:c.bool,errMsg:c.string,iconBefore:c.any,iconAfter:c.any,textAreaStyle:c.object,labelStyle:c.object,inputStyle:c.object},lo.defaultProps={label:"",required:!1,isValid:!0,labelInline:!1,errMsg:"",iconBefore:null,iconAfter:null,textAreaStyle:{},labelStyle:{},inputStyle:{},rows:3};const io=s.div`
1170
1195
  border: 1px solid
1171
- ${({theme:e})=>e?M.border:e.variant["primary-1"]};
1196
+ ${({theme:e})=>e.border};
1172
1197
  border-radius: 4px;
1173
1198
  padding: 6.5px 12px;
1174
1199
  display: flex;
@@ -1186,7 +1211,7 @@ ${({theme:e,type:t,drawerOpen:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(c
1186
1211
  fill: ${({theme:e})=>e.variant["primary-1"]};
1187
1212
  }
1188
1213
  }
1189
- `;co.defaultProps={theme:M};const so=s.input`
1214
+ `;io.defaultProps={theme:M};const ao=s.input`
1190
1215
  border: 0;
1191
1216
  outline: 0;
1192
1217
  color: ${({theme:e})=>e.variant["primary-2"]};
@@ -1198,12 +1223,12 @@ ${({theme:e,type:t,drawerOpen:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(c
1198
1223
 
1199
1224
  // custom styles
1200
1225
  ${({inputStyle:e})=>e}
1201
- `;so.defaultProps={theme:M},d`
1226
+ `;ao.defaultProps={theme:M},d`
1202
1227
  &:after {
1203
1228
  content: ' *';
1204
1229
  color: ${({theme:e})=>e.variant.error};
1205
1230
  }
1206
- `;const po=s.label`
1231
+ `;const no=s.label`
1207
1232
  display: flex;
1208
1233
  margin-right: 10px;
1209
1234
  align-content: center;
@@ -1214,16 +1239,16 @@ ${({theme:e,type:t,drawerOpen:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(c
1214
1239
  margin-right: ${({labelInline:e})=>e?"7px":""};
1215
1240
  padding-bottom: 0px;
1216
1241
  color: ${({theme:e})=>e.variant["neutral-2"]};
1217
- `;po.defaultProps={theme:M};const mo=d`
1242
+ `;no.defaultProps={theme:M};const co=d`
1218
1243
  display: flex;
1219
1244
  align-items: center;
1220
- `,uo=s.div`
1221
- ${({labelInline:e})=>e?mo:null}
1245
+ `,so=s.div`
1246
+ ${({labelInline:e})=>e?co:null}
1222
1247
 
1223
1248
  > div {
1224
1249
  flex: 1 0 auto;
1225
1250
  }
1226
- `;uo.defaultProps={theme:M};const go=({label:t,inputValue:o,inputStyle:r,iconBefore:l,iconAfter:i,onChange:a,...n})=>e.createElement(uo,n,t.length>0&&e.createElement(po,n,t),e.createElement("div",null,e.createElement(co,n,e.createElement("div",{className:"input-icon"},l),e.createElement(so,w({},n,{inputStyle:r,value:o,onChange:e=>{const{value:t}=e.currentTarget;(""===t||/^[0-9\b.-]+$/.test(t))&&a(t)},type:"number"})),e.createElement("div",{className:"input-icon"},i))));go.propTypes={theme:c.object,label:c.string,labelInline:c.bool,inputValue:c.any,inputStyle:c.object},go.defaultProps={theme:M,label:"",labelInline:!1,inputStyle:{},inputValue:null};const fo=s.div`
1251
+ `;so.defaultProps={theme:M};const po=({label:t,inputValue:o,inputStyle:r,iconBefore:l,iconAfter:i,onChange:a,theme:n,...c})=>e.createElement(so,c,t.length>0&&e.createElement(no,c,t),e.createElement("div",null,e.createElement(io,c,e.createElement("div",{className:"input-icon"},l),e.createElement(ao,w({},c,{inputStyle:r,value:o,onChange:e=>{const{value:t}=e.currentTarget;(""===t||/^[0-9\b.-]+$/.test(t))&&a(t)},type:"number"})),e.createElement("div",{className:"input-icon"},i))));po.propTypes={theme:c.object,label:c.string,labelInline:c.bool,inputValue:c.any,inputStyle:c.object},po.defaultProps={theme:M,label:"",labelInline:!1,inputStyle:{},inputValue:null};const mo=s.div`
1227
1252
 
1228
1253
  .master-dropdown,
1229
1254
  .new-select {
@@ -1271,7 +1296,7 @@ ${({theme:e,type:t,drawerOpen:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(c
1271
1296
 
1272
1297
  .master-dropdown__option,
1273
1298
  .new-select__option {
1274
- color: ${M.textColor};
1299
+ color: ${({theme:e})=>e.textColor};
1275
1300
  padding-top: 3px;
1276
1301
  padding-bottom: 3px;
1277
1302
  margin: 8px 0;
@@ -1285,7 +1310,7 @@ ${({theme:e,type:t,drawerOpen:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(c
1285
1310
  .master-dropdown__option:hover,
1286
1311
  .new-select__option--is-focused,
1287
1312
  .new-select__option:hover {
1288
- background-color: ${M.neutral["neutral-5"]};
1313
+ background-color: ${({theme:e})=>e.neutral["neutral-5"]};
1289
1314
  cursor: pointer;
1290
1315
  }
1291
1316
 
@@ -1329,12 +1354,12 @@ ${({theme:e,type:t,drawerOpen:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(c
1329
1354
 
1330
1355
 
1331
1356
  .text-main-alt {
1332
- color: ${M.textColor} !important;
1357
+ color:${({theme:e})=>e.textColor} !important;
1333
1358
  margin-right: 2px;
1334
1359
  }
1335
1360
  .text-more-alt{
1336
1361
  font-size:12px;
1337
- color:#6B747F
1362
+ color: ${({theme:e})=>e.neutral["neutral-2"]};
1338
1363
 
1339
1364
  }
1340
1365
  .css-mohuvp-dummyInput-DummyInput{
@@ -1357,69 +1382,72 @@ ${({theme:e,type:t,drawerOpen:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(c
1357
1382
  margin:0px;
1358
1383
  padding:0px;
1359
1384
  }
1360
-
1361
- `,bo=s.div`
1385
+ .new-select__control:hover,
1386
+ .new-select__control--is-focused {
1387
+ border: 1px solid ${({theme:e})=>e.primary["primary-1"]};
1388
+ }
1389
+ `;mo.defaultProps={theme:M};const uo=s.div`
1362
1390
  // Default style
1363
1391
  display: flex;
1364
1392
 
1365
1393
  //Set the styles from the default styles object
1366
- ${({theme:e,labelWrapperStyle:t})=>I(e,t)}
1394
+ ${({inBuiltCss:e,labelWrapperStyle:t})=>I(e,t)}
1367
1395
  // custom styles
1368
1396
  ${({customLabelStyles:e})=>e}
1369
- `,ho=s.div`
1397
+ `,go=s.div`
1370
1398
  margin-left: 6px;
1371
1399
  margin-top: -14px;
1372
1400
  cursor: pointer;
1373
- `,yo=({customWrapperStyles:t,customLabelStyles:o,labelStyle:r,label:l,isRequired:i,optionArr:a,selectedValue:n,setSelectedValue:c,placeHolder:s,dropdownType:d,isDisabled:p,isValid:m,clearSelected:u,isClearable:g,isLoading:f,height:b,fontSize:A,loadOptions:v,onInputChange:C,...S})=>{const k=t=>e.createElement(y.DropdownIndicator,t,e.createElement(ho,{onClick:()=>{u(),t.clearValue()}},e.createElement(it,{icon:"cross-icon",color:"black",size:8})),e.createElement(ho,null,e.createElement(it,{icon:"triangle-down",color:"black",size:8}))),E=t=>{const o={width:"15px",height:"15px",borderRadius:"2px",padding:"4px",fontSize:"8px",lineHeight:"10px"},r=e.createElement("div",{style:{...o,backgroundColor:t?.data?.color??"#2E56F4"}},e.createElement(it,{icon:"check-icon",color:"white"})),l=e.createElement("div",{style:{...o,backgroundColor:"#e0e7ff"}});return e.createElement(y.Option,t,e.createElement("div",{style:{display:"flex",justifyContent:"start",alignItems:"center",width:"100%"}},t.isSelected?r:l,e.createElement("div",{className:"text-main-alt",style:{marginLeft:"10px"}},t.label)))},z=({index:t,...o})=>{const r=o?.data?.label||"Select";return!t&&e.createElement("div",{className:"text-main-alt"},r)},V=({getValue:t,children:o,...r})=>{const l=t().length;return e.createElement(y.ValueContainer,r,o,l>1&&e.createElement("div",{className:"text-more-alt"},"& ",l-1," more"))},I={control:(e,t)=>({...e,border:m?"1px solid "+M.border:"1px solid "+M.ui.error,height:`${b}px`,minHeight:`${b}px`,boxShadow:(t.isSelected||t.isFocused)&&"none"}),placeholder:e=>({...e,fontSize:A+"px",marginLeft:"0px"}),dropdownIndicator:e=>({...e,height:`${b}px`,display:"flex",justifyContent:"center",alignItems:"center"}),valueContainer:e=>({...e,fontSize:A+"px"}),indicatorsContainer:e=>({...e,padding:0,height:`${b}px`}),menu:e=>({...e,border:"none",marginTop:"1px",borderTopRightRadius:"0px",borderTopLeftRadius:"0px",outline:"none",boxShadow:"0px 6px 20px rgba(56, 66, 100, 0.15)",borderRadius:"4.32px",fontSize:A+"px"}),singleValue:e=>({...e,fontSize:A+"px",marginLeft:"0px"}),multiValue:e=>({...e,marginLeft:"0px"}),input:e=>({...e,fontSize:A+"px"}),option:(e,t)=>({...e,backgroundColor:t.isSelected||t.isFocused?"#F0F3F8":"white",padding:"10px",cursor:"pointer",color:"#081348"}),...S.styles};return e.createElement(fo,{style:t,isValid:m,fontSize:A},l&&e.createElement(bo,{theme:W,labelWrapperStyle:"selectComp-label-wrapper",style:o},e.createElement(L,{themeColor:M,customStyles:r,type:"label-text",text:l,style:{marginBottom:"7px",paddingBottom:"0px"}}),i&&e.createElement("div",{style:{marginLeft:"4px",color:`${M.ui.error}`}},"*")),"multiSelect"===d?e.createElement(h,w({components:{DropdownIndicator:k,MultiValue:z,Option:E,ValueContainer:V,IndicatorSeparator:()=>null,ClearIndicator:()=>null},className:"select-manage-page",classNamePrefix:"new-select",name:"select-dropdown",onChange:c,placeholder:s,value:n,options:a,styles:I,isMulti:!0,isDisabled:p,hideSelectedOptions:!1,closeMenuOnSelect:!1,isSearchable:!0,isLoading:f},S)):"asyncSingleSelect"===d?e.createElement(x,w({loadOptions:v,defaultOptions:!0,onInputChange:C,styles:I,components:{DropdownIndicator:k,IndicatorSeparator:()=>null,ClearIndicator:()=>null},className:"select-manage-page",classNamePrefix:"new-select",name:"select-dropdown",placeholder:s,onChange:c,isLoading:f,isDisabled:p},S)):"asyncMultiSelect"===d?e.createElement(x,w({components:{DropdownIndicator:k,MultiValue:z,ValueContainer:V,Option:E,IndicatorSeparator:()=>null,ClearIndicator:()=>null},className:"select-manage-page",classNamePrefix:"new-select",name:"select-dropdown",onChange:c,placeholder:s,styles:I,isMulti:!0,isDisabled:p,hideSelectedOptions:!1,closeMenuOnSelect:!1,isSearchable:!0,isLoading:f,loadOptions:v,defaultOptions:!0,onInputChange:C},S)):e.createElement(h,w({components:{DropdownIndicator:k,IndicatorSeparator:()=>null,ClearIndicator:()=>null},className:"select-manage-page",classNamePrefix:"new-select",name:"select-dropdown",options:a,placeholder:s,isDisabled:p,value:{value:n?n.value:"",label:n?n.label:""},styles:I,onChange:c,isLoading:f},S)))};yo.propTypes={label:c.string,labelStyle:c.object,optionArr:c.array,selectedValue:c.object,setSelectedValue:c.func,placeHolder:c.string,fontSize:c.number,clearSelected:c.func,loadOptions:c.func,onInputChange:c.func},yo.defaultProps={label:"",labelStyle:{},optionArr:[],selectedValue:{},setSelectedValue:void 0,placeHolder:"Select an option",isValid:!0,isClearable:!1,height:31,fontSize:14,loadOptions:()=>{},onInputChange:()=>{},clearSelected:()=>{}};const xo=({label:t,placeholder:o,handleSearch:r,searchInput:l,customStylesForm:i,customStyleObject:a,textBoxStyle:n,...c})=>e.createElement(tt,w({iconAfter:e.createElement(it,{icon:"magnifier-icon"}),label:t,textBoxStyle:n,placeholder:o,ref:l,onChange:r},c)),Ao=s.div`
1401
+ `,bo=({label:t,labelStyle:o,optionArr:r,selectedValue:l,setSelectedValue:i,placeHolder:a,isClearable:n,isValid:c,height:s,fontSize:d,loadOptions:m,onInputChange:u,clearSelected:g,customWrapperStyles:b,customLabelStyles:f,isRequired:A,dropdownType:v,isDisabled:C,isLoading:S,...E})=>{const k=p()||M,z=t=>e.createElement(y.DropdownIndicator,t,n?e.createElement(go,{onClick:()=>{g(),t.clearValue()}},e.createElement(U,{icon:"cross-icon",color:"black",size:8})):null,e.createElement(go,null,e.createElement(U,{icon:"triangle-down",color:"black",size:8}))),V=t=>{const o={width:"15px",height:"15px",borderRadius:"2px",padding:"4px",fontSize:"8px",lineHeight:"10px"},r=e.createElement("div",{style:{...o,backgroundColor:t?.data?.color??k.primary["primary-1"]}},e.createElement(U,{icon:"check-icon",color:"white"})),l=e.createElement("div",{style:{...o,backgroundColor:"#e0e7ff"}});return e.createElement(y.Option,t,e.createElement("div",{style:{display:"flex",justifyContent:"start",alignItems:"center",width:"100%"}},t.isSelected?r:l,e.createElement("div",{className:"text-main-alt",style:{marginLeft:"10px"}},t.label)))},I=({index:t,...o})=>{const r=o?.data?.label||"Select";return!t&&e.createElement("div",{className:"text-main-alt"},r)},W=({getValue:t,children:o,...r})=>{const l=t().length;return e.createElement(y.ValueContainer,r,o,l>1&&e.createElement("div",{className:"text-more-alt"},"& ",l-1," more"))},B={control:(e,t)=>({...e,border:c?"1px solid "+k.border:"1px solid "+k.ui.error,height:`${s}px`,minHeight:`${s}px`,boxShadow:(t.isSelected||t.isFocused)&&"none"}),placeholder:e=>({...e,fontSize:d+"px",marginLeft:"0px"}),dropdownIndicator:e=>({...e,height:`${s}px`,display:"flex",justifyContent:"center",alignItems:"center"}),valueContainer:e=>({...e,fontSize:d+"px"}),indicatorsContainer:e=>({...e,padding:0,height:`${s}px`}),menu:e=>({...e,border:"none",marginTop:"1px",borderTopRightRadius:"0px",borderTopLeftRadius:"0px",outline:"none",boxShadow:"0px 6px 20px rgba(56, 66, 100, 0.15)",borderRadius:"4.32px",fontSize:d+"px"}),singleValue:e=>({...e,fontSize:d+"px",marginLeft:"0px"}),multiValue:e=>({...e,marginLeft:"0px"}),input:e=>({...e,fontSize:d+"px"}),option:(e,t)=>({...e,backgroundColor:t.isSelected||t.isFocused?k.neutral["neutral-5"]:k.bgColor,padding:"10px",cursor:"pointer",color:"#081348"}),...E.styles};return e.createElement(mo,{style:b,isValid:c,fontSize:d,theme:k},t&&e.createElement(uo,{inBuiltCss:R,labelWrapperStyle:"selectComp-label-wrapper",style:f},e.createElement(P,{customStyles:o,type:"label-text",text:t,style:{marginBottom:"7px",paddingBottom:"0px"}}),A&&e.createElement("div",{style:{marginLeft:"4px",color:`${k.ui.error}`}},"*")),"multiSelect"===v?e.createElement(h,w({components:{DropdownIndicator:z,MultiValue:I,Option:V,ValueContainer:W,IndicatorSeparator:()=>null,ClearIndicator:()=>null},className:"select-manage-page",classNamePrefix:"new-select",name:"select-dropdown",onChange:i,placeholder:a,value:l,options:r,styles:B,isMulti:!0,isDisabled:C,hideSelectedOptions:!1,closeMenuOnSelect:!1,isSearchable:!0,isLoading:S},E)):"asyncSingleSelect"===v?e.createElement(x,w({loadOptions:m,defaultOptions:!0,onInputChange:u,styles:B,components:{DropdownIndicator:z,IndicatorSeparator:()=>null,ClearIndicator:()=>null},className:"select-manage-page",classNamePrefix:"new-select",name:"select-dropdown",placeholder:a,onChange:i,isLoading:S,isDisabled:C},E)):"asyncMultiSelect"===v?e.createElement(x,w({components:{DropdownIndicator:z,MultiValue:I,ValueContainer:W,Option:V,IndicatorSeparator:()=>null,ClearIndicator:()=>null},className:"select-manage-page",classNamePrefix:"new-select",name:"select-dropdown",onChange:i,placeholder:a,styles:B,isMulti:!0,isDisabled:C,hideSelectedOptions:!1,closeMenuOnSelect:!1,isSearchable:!0,isLoading:S,loadOptions:m,defaultOptions:!0,onInputChange:u},E)):e.createElement(h,w({components:{DropdownIndicator:z,IndicatorSeparator:()=>null,ClearIndicator:()=>null},className:"select-manage-page",classNamePrefix:"new-select",name:"select-dropdown",options:r,placeholder:a,isDisabled:C,value:{value:l?l.value:"",label:l?l.label:""},styles:B,onChange:i,isLoading:S},E)))};bo.propTypes={label:c.string,labelStyle:c.object,optionArr:c.array,selectedValue:c.object,setSelectedValue:c.func,placeHolder:c.string,fontSize:c.number,clearSelected:c.func,loadOptions:c.func,onInputChange:c.func,customWrapperStyles:c.object,customLabelStyles:c.object,isRequired:c.bool,dropdownType:c.bool,isDisabled:c.bool,isLoading:c.bool,isValid:c.bool,height:c.number,isClearable:c.bool},bo.defaultProps={label:"",labelStyle:{},optionArr:[],selectedValue:{},setSelectedValue:void 0,placeHolder:"Select an option",isValid:!0,isClearable:!1,height:31,fontSize:14,loadOptions:()=>{},onInputChange:()=>{},clearSelected:()=>{},customWrapperStyles:()=>{},customLabelStyles:()=>{},isRequired:!1,dropdownType:"singleSelect",isDisabled:!1,isLoading:!1};const fo=({label:t,placeholder:o,handleSearch:r,searchInput:l,customStylesForm:i,customStyleObject:a,textBoxStyle:n,...c})=>e.createElement(ot,w({iconAfter:e.createElement(U,{icon:"magnifier-icon"}),label:t,textBoxStyle:n,placeholder:o,ref:l,onChange:r},c)),ho=s.div`
1374
1402
  //Set the styles from the default styles object
1375
- ${({theme:e,defaultWrapperStyle:t})=>I(e,t)}
1403
+ ${({inBuiltCss:e,defaultWrapperStyle:t})=>I(e,t)}
1376
1404
 
1377
- border: ${({isValid:e,themeColor:t})=>e?"1px solid "+M.border:"1px solid "+t.variant.error};
1405
+ border: ${({isValid:e,theme:t})=>e?"1px solid "+t.border:"1px solid "+t.variant.error};
1378
1406
 
1379
1407
  .input-icon svg path {
1380
- fill: ${({themeColor:e})=>e.variant["neutral-1"]};
1408
+ fill: ${({theme:e})=>e.variant["neutral-1"]};
1381
1409
  }
1382
1410
  .input-icon {
1383
1411
  cursor: pointer;
1384
1412
  }
1385
1413
 
1386
1414
  &:focus-within {
1387
- border: 1px solid ${({themeColor:e})=>e.variant["primary-1"]};
1415
+ border: 1px solid ${({theme:e})=>e.variant["primary-1"]};
1388
1416
  outline: none;
1389
1417
 
1390
1418
  .input-icon svg path {
1391
- fill: ${({themeColor:e})=>e.variant["primary-1"]};
1419
+ fill: ${({theme:e})=>e.variant["primary-1"]};
1392
1420
  }
1393
1421
  }
1394
1422
 
1395
1423
  // custom styles
1396
1424
  ${({textBoxStyle:e})=>e}
1397
- `,vo=s.input`
1425
+ `;ho.defaultProps={theme:M};const yo=s.input`
1398
1426
  width: inherit;
1399
1427
  -webkit-text-security: ${({showEye:e})=>e?"none":"disc"} ;
1400
1428
 
1401
1429
  //Set the styles from the default styles object
1402
- ${({theme:e,defaultInputStyle:t})=>I(e,t)}
1430
+ ${({inBuiltCss:e,defaultInputStyle:t})=>I(e,t)}
1403
1431
 
1404
1432
  // custom styles
1405
1433
  ${({inputStyle:e})=>e}
1406
1434
 
1407
1435
  .sc-furwcr bxRAoq {
1408
- color: ${M.variant["neutral-3"]};
1436
+ color: ${({theme:e})=>e.variant["neutral-3"]};
1409
1437
  }
1410
1438
 
1411
- `,Co=d`
1439
+ `;yo.defaultProps={theme:M};const xo=d`
1412
1440
  display: flex;
1413
1441
  gap: 7px;
1414
1442
  align-items: start;
1415
- `,wo=s.div`
1416
- ${({labelInline:e})=>e?Co:null}
1443
+ `,Ao=s.div`
1444
+ ${({labelInline:e})=>e?xo:null}
1417
1445
  .err-text {
1418
- color: ${({themeColor:e})=>e.variant.error};
1446
+ color: ${({theme:e})=>e.variant.error};
1419
1447
  margin-top: 5px;
1420
1448
  font-size: 10px;
1421
1449
  }
1422
- `;wo.defaultProps={themeColor:M};const So=({themeColor:t,passwordRules:r,textBoxStyle:l,labelStyle:i,inputStyle:a,errMsg:n,required:c,label:s,labelInline:d,isValid:p,rulesStyle:m,...u})=>{const[g,f]=o(!1);return e.createElement(wo,w({labelInline:d},u),e.createElement("div",{style:{display:"flex"}},e.createElement(L,w({customStyles:i,type:"label-text",text:s,errMsg:n,style:{display:"flex",marginBottom:""+(d?"0px":"7px"),paddingBottom:"0px"}},u)),c&&e.createElement("div",{style:{marginLeft:"4px",marginRight:"5px",color:`${t.variant.error}`}},"*")),e.createElement("div",{style:{display:"flex",justifyContent:"start",alignItems:"start"}},e.createElement(Ao,w({required:c,themeColor:M,textBoxStyle:l,isValid:p,theme:W,defaultWrapperStyle:"textbox-wrapper"},u),e.createElement(vo,w({inputStyle:a,type:"text",showEye:g,defaultInputStyle:"input-wrapper"},u)),e.createElement("div",{className:"input-icon",onClick:()=>f(!g)},g?e.createElement(it,{icon:"eye-show"}):e.createElement(it,{icon:"eye-hide"}))),e.createElement("div",{style:{...m,marginLeft:"5px"}},r)),n.length>0&&e.createElement("div",{className:"err-text"},n))};So.propTypes={theme:c.object,themeColor:c.object,label:c.string,required:c.bool,labelInline:c.bool,errMsg:c.string,textBoxStyle:c.object,labelStyle:c.object,inputStyle:c.object,passwordRules:c.string,rulesStyle:c.object},So.defaultProps={themeColor:M,theme:W,label:"",required:!1,isValid:!0,labelInline:!1,errMsg:"",textBoxStyle:{},labelStyle:{},inputStyle:{},passwordRules:"",rulesStyle:{}};const ko=s.div`
1450
+ `;Ao.defaultProps={theme:M};const vo=({theme:t,passwordRules:r,textBoxStyle:l,labelStyle:i,inputStyle:a,errMsg:n,required:c,label:s,labelInline:d,isValid:p,rulesStyle:m,...u})=>{const[g,b]=o(!1);return e.createElement(Ao,w({labelInline:d,inBuiltCss:R},u),e.createElement("div",{style:{display:"flex"}},e.createElement(P,w({customStyles:i,type:"label-text",text:s,errMsg:n,style:{display:"flex",marginBottom:""+(d?"0px":"7px"),paddingBottom:"0px"}},u)),c&&e.createElement("div",{style:{marginLeft:"4px",marginRight:"5px",color:`${t.variant.error}`}},"*")),e.createElement("div",{style:{display:"flex",justifyContent:"start",alignItems:"start"}},e.createElement(ho,w({required:c,theme:t,textBoxStyle:l,isValid:p,defaultWrapperStyle:"textbox-wrapper",inBuiltCss:R},u),e.createElement(yo,w({inputStyle:a,type:"text",showEye:g,theme:t,defaultInputStyle:"input-wrapper",inBuiltCss:R},u)),e.createElement("div",{className:"input-icon",onClick:()=>b(!g)},g?e.createElement(U,{icon:"eye-show"}):e.createElement(U,{icon:"eye-hide"}))),e.createElement("div",{style:{...m,marginLeft:"5px"}},r)),n.length>0&&e.createElement("div",{className:"err-text"},n))};vo.propTypes={inBuiltCss:c.object,theme:c.object,label:c.string,required:c.bool,labelInline:c.bool,errMsg:c.string,textBoxStyle:c.object,labelStyle:c.object,inputStyle:c.object,passwordRules:c.string,rulesStyle:c.object},vo.defaultProps={theme:M,inBuiltCss:R,label:"",required:!1,isValid:!0,labelInline:!1,errMsg:"",textBoxStyle:{},labelStyle:{},inputStyle:{},passwordRules:"",rulesStyle:{}};const Co=s.div`
1423
1451
  box-sizing: border-box;
1424
1452
  display: flex;
1425
1453
  justify-content: center;
@@ -1427,8 +1455,8 @@ ${({theme:e,type:t,drawerOpen:o,customStyles:r})=>{if(e){let l={};if(e[t]){for(c
1427
1455
  width: auto;
1428
1456
 
1429
1457
  ${({size:e})=>d`height: ${e}px;`}
1430
- `,Eo=s.div`
1431
- `,zo=s.div`
1458
+ `,wo=s.div`
1459
+ `,So=s.div`
1432
1460
  box-sizing: border-box;
1433
1461
  display: flex;
1434
1462
  justify-content: center;
@@ -1457,7 +1485,7 @@ svg {
1457
1485
  `}
1458
1486
  }
1459
1487
  }
1460
- `,Vo=({theme:t,toggleSet:o,slide:r,color:l,size:i,transform:a,ratingValue:n,starVal:c,hover:s,...d})=>e.createElement(zo,w({theme:t,ratingValue:n,starVal:c,hover:s,toggleSet:o,color:l,size:i,transform:a},d),e.createElement("svg",{width:"24px",height:"24px",viewBox:"0 0 24 24",id:"star_filled","data-name":"star filled",xmlns:"http://www.w3.org/2000/svg"},e.createElement("defs",null,e.createElement("clipPath",{id:"starFilled"},e.createElement("path",{id:"Star",d:"M10,15,4.122,18.09l1.123-6.545L.489,6.91l6.572-.955L10,0l2.939,5.955,6.572.955-4.755,4.635,1.123,6.545Z",transform:"translate(2 3)",stroke:"#000",strokeMiterlimit:"10",strokeWidth:"1.5"}))),e.createElement("rect",{x:"0",y:"0",fill:"rgb(217,217,217)",width:"100%",height:"100%",clipPath:"url(#starFilled)"}),e.createElement("rect",{x:r,y:"0",fill:l,width:"100%",height:"100%",clipPath:"url(#starFilled)"})));function Mo(e,t){let o=5*e/t;const r=[],l=o;for(let e=0;e<5;e++){if(o-1>=0)r.push("0");else if(o-1<0&&o-1>-1){const e=(24*o-24).toString();r.push(e)}else r.push("-24");o-=1}return{array:r,value:l}}function Wo(e,t){return 100*e/t}const Io=({theme:t,type:r,customStylesContainer:i,customStylesStar:a,customStylesPercentage:n,color:c,size:s,handleClick:d,transform:p,maxRange:m,value:u,toggleStar:g,toggleSet:f,identifier:b,...h})=>{const[y,x]=o(void 0),[A,v]=o(void 0),[C,S]=o(void 0),[k,E]=o(void 0);l((()=>{x(Mo(u,m).array),v(Mo(u,m).value),S(Wo(u,m))}),[u,m]),l((()=>{k?x(Mo(k,m).array):(x(Mo(u,m).array),v(Mo(u,m).value),S(Wo(u,m)))}),[k]);const z=e.createElement(e.Fragment,null,y?.map(((t,o)=>{const r=20*(o+1);return e.createElement(Vo,{ratingValue:r,starVal:A,hover:k,toggleSet:f,onClick:f?()=>d(r):null,onMouseEnter:f?()=>{E(r)}:null,onMouseLeave:f?()=>{E(null)}:null,slide:t,color:c,className:"star",size:s,transform:p,key:b?.concat(o),customStyles:a})})));return e.createElement(ko,w({theme:t,customStyles:i,type:r,size:s},h,{className:"container"}),g?z:e.createElement(Eo,{theme:t,type:r,customStyles:n},C,"%"))};Io.propTypes={theme:c.object,customStylesContainer:c.object,customStylesStar:c.object,customStylesPercentage:c.object,type:c.string,color:c.string,size:c.number,transform:c.object,handleClick:c.func,maxRange:c.number,value:c.number,toggleStar:c.bool,toggleSet:c.bool,identifier:c.string},Io.defaultProps={theme:W,customStylesContainer:null,customStylesStar:null,customStylesPercentage:null,type:"star",maxRange:100,value:0,identifier:"ratingKey",toggleStar:!0,toggleSet:!1,color:"#F7B001"};const Ro=s.div`
1488
+ `,Eo=({theme:t,toggleSet:o,slide:r,color:l,size:i,transform:a,ratingValue:n,starVal:c,hover:s,...d})=>e.createElement(So,w({theme:t,ratingValue:n,starVal:c,hover:s,toggleSet:o,color:l,size:i,transform:a},d),e.createElement("svg",{width:"24px",height:"24px",viewBox:"0 0 24 24",id:"star_filled","data-name":"star filled",xmlns:"http://www.w3.org/2000/svg"},e.createElement("defs",null,e.createElement("clipPath",{id:"starFilled"},e.createElement("path",{id:"Star",d:"M10,15,4.122,18.09l1.123-6.545L.489,6.91l6.572-.955L10,0l2.939,5.955,6.572.955-4.755,4.635,1.123,6.545Z",transform:"translate(2 3)",stroke:"#000",strokeMiterlimit:"10",strokeWidth:"1.5"}))),e.createElement("rect",{x:"0",y:"0",fill:"rgb(217,217,217)",width:"100%",height:"100%",clipPath:"url(#starFilled)"}),e.createElement("rect",{x:r,y:"0",fill:l,width:"100%",height:"100%",clipPath:"url(#starFilled)"})));function ko(e,t){let o=5*e/t;const r=[],l=o;for(let e=0;e<5;e++){if(o-1>=0)r.push("0");else if(o-1<0&&o-1>-1){const e=(24*o-24).toString();r.push(e)}else r.push("-24");o-=1}return{array:r,value:l}}function zo(e,t){return 100*e/t}const Vo=({type:t,customStylesContainer:r,customStylesStar:i,customStylesPercentage:a,color:n,size:c,handleClick:s,transform:d,maxRange:m,value:u,toggleStar:g,toggleSet:b,identifier:f,...h})=>{p();const[y,x]=o(void 0),[A,v]=o(void 0),[C,S]=o(void 0),[E,k]=o(void 0);l((()=>{x(ko(u,m).array),v(ko(u,m).value),S(zo(u,m))}),[u,m]),l((()=>{E?x(ko(E,m).array):(x(ko(u,m).array),v(ko(u,m).value),S(zo(u,m)))}),[E]);const z=e.createElement(e.Fragment,null,y?.map(((t,o)=>{const r=20*(o+1);return e.createElement(Eo,{ratingValue:r,starVal:A,hover:E,toggleSet:b,onClick:b?()=>s(r):null,onMouseEnter:b?()=>{k(r)}:null,onMouseLeave:b?()=>{k(null)}:null,slide:t,color:n,className:"star",size:c,transform:d,key:f?.concat(o),customStyles:i})})));return e.createElement(Co,w({customStyles:r,type:t,size:c},h,{className:"container"}),g?z:e.createElement(wo,{type:t,customStyles:a},C,"%"))};Vo.propTypes={customStylesContainer:c.object,customStylesStar:c.object,customStylesPercentage:c.object,type:c.string,color:c.string,size:c.number,transform:c.object,handleClick:c.func,maxRange:c.number,value:c.number,toggleStar:c.bool,toggleSet:c.bool,identifier:c.string},Vo.defaultProps={customStylesContainer:null,customStylesStar:null,customStylesPercentage:null,type:"star",maxRange:100,value:0,identifier:"ratingKey",toggleStar:!0,toggleSet:!1,color:"#F7B001"};const Mo=s.div`
1461
1489
  width: 100%;
1462
1490
  display: flex;
1463
1491
  flex-direction: column;
@@ -1469,7 +1497,7 @@ svg {
1469
1497
  button:focus {
1470
1498
  outline: none;
1471
1499
  }
1472
- `,Po=s.div`
1500
+ `,Ro=s.div`
1473
1501
  position: relative;
1474
1502
  display: flex;
1475
1503
  width: 100%;
@@ -1553,7 +1581,7 @@ svg {
1553
1581
  margin-top: 0;
1554
1582
  }
1555
1583
  }
1556
- `,Lo=s.span`
1584
+ `,Io=s.span`
1557
1585
  color: #2e56f4;
1558
1586
  font-style: normal;
1559
1587
  font-weight: normal;
@@ -1563,7 +1591,7 @@ svg {
1563
1591
  margin-top: 37px;
1564
1592
  margin-right: 65px;
1565
1593
  white-space: nowrap;
1566
- `,qo=s.div`
1594
+ `,Wo=s.div`
1567
1595
  display: flex;
1568
1596
  flex-direction: column;
1569
1597
  ${""}
@@ -1587,23 +1615,23 @@ svg {
1587
1615
  transform: translate(30%, -30%);
1588
1616
  color: white;
1589
1617
  font-weight: 600;
1590
- `,jo=s.div`
1618
+ `,Po=s.div`
1591
1619
  width: 90%;
1592
- `,Ho=s.div`
1620
+ `,Lo=s.div`
1593
1621
  background: linear-gradient(
1594
1622
  0deg,
1595
1623
  hsla(0, 0%, 100%, 1) 20%,
1596
1624
  hsla(0, 0%, 100%, 0.5) 100%
1597
1625
  );
1598
1626
  width: 90%;
1599
- `,Fo=s.div`
1627
+ `,qo=s.div`
1600
1628
  width: 90%;
1601
- `,To=s.div`
1629
+ `,Ho=s.div`
1602
1630
  display: flex;
1603
1631
  margin-left: auto !important;
1604
1632
  margin-right: auto !important;
1605
1633
  cursor: pointer;
1606
- `,Go=s.div`
1634
+ `,jo=s.div`
1607
1635
  display: flex;
1608
1636
  flex-direction: column;
1609
1637
  width: 180px;
@@ -1612,10 +1640,10 @@ svg {
1612
1640
  border-radius: 6px;
1613
1641
  margin-right: 0.5rem;
1614
1642
  z-index: 999;
1615
- `,Xo=s.div`
1643
+ `,To=s.div`
1616
1644
  margin: 10.5px 13px;
1617
1645
  padding: 0;
1618
- `,Zo=s.div`
1646
+ `,Fo=s.div`
1619
1647
  color: #081348;
1620
1648
  padding: 7.7px 6.5px 7.7px 24px;
1621
1649
  margin: 2.5px 13px;
@@ -1633,7 +1661,7 @@ svg {
1633
1661
  background: #eaeefe;
1634
1662
  border-radius: 5px;
1635
1663
  }
1636
- `,Oo=s.div`
1664
+ `,Go=s.div`
1637
1665
  position: relative;
1638
1666
  display: flex;
1639
1667
  width: 100%;
@@ -1717,27 +1745,31 @@ svg {
1717
1745
  margin-top: 0;
1718
1746
  }
1719
1747
  }
1720
- `,Jo=s.form`
1748
+ `,Xo=s.form`
1721
1749
  width: 40vw;
1722
1750
  display: flex;
1723
1751
  justify-content: center;
1724
1752
  flex-direction: column;
1725
1753
  gap: 20px;
1726
- `,Uo=s.div`
1754
+ `,Zo=s.div`
1727
1755
  display: flex;
1728
1756
  justify-content: end;
1729
- `,Qo=s.div`
1757
+ `,Oo=s.div`
1730
1758
  display: flex;
1731
1759
  justify-content: center;
1732
1760
  flex-direction: row;
1733
1761
  align-items: flex-start;
1734
1762
  gap: 20px;
1735
- `,Ko=s.div`
1763
+ `,Jo=s.div`
1736
1764
  width: 48;
1737
1765
  max-width: 48%;
1738
1766
  min-width: 48%;
1739
1767
 
1740
- `,No=({theme:t,customStyles:o,type:r="table",sortIcon:l,data:i,tableColumns:a,progressPending:n,defaultSortFieldId:c,handleOnSort:s,sortServer:d,progressComponent:p,responsive:m,conditionalRowStyles:u,fixedHeader:g,fixedHeaderScrollHeight:f,...b})=>{let h={};if(t&&t[r]&&(h=t[r]),o)for(const e in o)h[e]=o[e];return e.createElement(A,w({responsive:m,data:i,columns:a,noHeader:!0,highlightOnHover:!0,sortIcon:l,progressPending:n,customStyles:h,defaultSortFieldId:c,progressComponent:p||void 0,sortServer:d,onSort:(e,t,o)=>{s(e,t,o)},conditionalRowStyles:u,fixedHeader:g,fixedHeaderScrollHeight:f},b))};No.propTypes={theme:c.object,sortIcon:c.any,data:c.array,tableColumns:c.array,progressPending:c.bool,progressComponent:c.any,defaultSortFieldId:c.number,sortServer:c.bool,handleOnSort:c.any,responsive:c.bool,conditionalRowStyles:c.array,fixedHeader:c.bool,fixedHeaderScrollHeight:c.string,customStyle:c.object},No.defaultProps={theme:W,sortIcon:e.createElement(it,{icon:"arrow-down",size:11,color:"#333333",style:{transform:"scaleX(0.7) scaleY(0.7) translate(5px, -3px)"}}),data:[],tableColumns:[],progressPending:!1,defaultSortFieldId:null,handleOnSort:(e,t,o)=>{console.log(e,t,o)},sortServer:null,progressComponent:void 0,responsive:!0,fixedHeader:!0,fixedHeaderScrollHeight:"100vh"};const Yo=({title:t,subtitle:o,wrapperstyle:r,imgLink:l,imgStyle:i})=>{const a={fontSize:"26px",fontWeight:"bold",color:`${M.textColor}`,lineHeight:"36px",display:"flex",gap:"14px",alignItems:"flex-start",paddingLeft:"25px"},n={fontSize:"13px",color:`${M.neutral["neutral-2"]}`,lineHeight:"24px",paddingLeft:"25px"};return e.createElement("div",{style:r},e.createElement("div",{style:a},e.createElement("img",{src:l||ot,alt:"userIcon",srcset:"",style:i}),e.createElement("h4",null,t)),e.createElement("div",{style:n},e.createElement("p",null,o)))},Do=({formData:t,...o})=>{const r=t=>{switch(t.type){case"header":return(t=>e.createElement(a,null,e.createElement(Ye,w({},t,o),t.children),t))(t);case"label":return(t=>e.createElement(L,w({style:{marginBottom:"7px",paddingBottom:"0"}},t,o)))(t);case"text":return(t=>e.createElement(tt,w({},t,o)))(t);case"textArea":return(t=>e.createElement(no,w({},t,o)))(t);case"number":return(t=>e.createElement(go,w({},t,o)))(t);case"radio":return(t=>e.createElement(Wt,w({key:101*Math.random()|0},t,o)))(t);case"checkBox":return(t=>e.createElement(pt,w({},t,o)))(t);case"singleSelect":return(t=>e.createElement(yo,w({dropdownType:"singleSelect"},t,o)))(t);case"multiSelect":return(t=>e.createElement(yo,w({dropdownType:"multiSelect"},t,o)))(t);case"asyncSingleSelect":return(t=>e.createElement(yo,w({dropdownType:"asyncSingleSelect"},t,o)))(t);case"asyncMultiSelect":return(t=>e.createElement(yo,w({dropdownType:"asyncMultiSelect"},t,o)))(t);case"signature":return(t=>e.createElement(oo,w({},t,o)))(t);case"fileUpload":return(t=>e.createElement(Tt,w({},t,o)))(t);case"date":return(t=>e.createElement(Nt,w({},t,o)))(t);case"toggle":return(t=>e.createElement(St,w({},t,o)))(t);case"rating":return(t=>e.createElement(Io,w({},t,o)))(t);case"buttonPrimary":return(t=>e.createElement(ke,w({},t,o)))(t);case"buttonSecondary":return(t=>e.createElement(Me,w({},t,o)))(t);case"buttonTiny":return(t=>e.createElement(Ie,w({},t,o)))(t);case"search":return(t=>e.createElement(xo,w({},t,o)))(t);case"table":return(t=>e.createElement(No,w({},t,o)))(t);case"passwordInput":return(t=>e.createElement(So,w({},t,o)))(t);case"headerComponent":return(t=>e.createElement(Yo,w({},t,o)))(t)}};return e.createElement(a,null,e.createElement(Oo,{defaultThemeColor:M},e.createElement(Jo,{onSubmit:()=>{console.log("form submit")}},t.map(((t,o)=>t.length>1?e.createElement(Qo,null,t.map(((o,l)=>e.createElement(Ko,{cols:t.length},r(o))))):r(t[0]))))))},$o=({formData:t,onSubmit:o,onReset:r,style:l,...i})=>{const n=t=>{switch(t.type){case"submit":return(t=>e.createElement(ke,{block:t.block,style:t.style,disabled:t.disabled,type:"submit",children:t.children,onClick:()=>{t.onClick()}}))(t);case"reset":case"cancel":return(t=>e.createElement(Me,{block:t.block,disabled:i.disabled,children:t.children,onClick:()=>{t.onClick()}}))(t)}};return e.createElement(a,null,e.createElement(Uo,{style:l},t&&t.map(((e,t)=>e.map(((e,t)=>n(e)))))))},_o=s.span`
1768
+ `,Uo=s.div`
1769
+ .form-check-input {
1770
+ accent-color: ${({theme:e})=>e.primary["primary-1"]};
1771
+ }
1772
+ `,Qo=({customStyles:t,inBuiltCss:o,type:r="table",sortIcon:l,data:i,tableColumns:a,progressPending:n,defaultSortFieldId:c,handleOnSort:s,sortServer:d,progressComponent:m,responsive:u,conditionalRowStyles:g,fixedHeader:b,fixedHeaderScrollHeight:f,checkboxColor:h,...y})=>{let x={};if(o&&o[r]&&(x=o[r]),t)for(const e in t)x[e]=t[e];const v=p()||M,C=e.forwardRef((({onClick:t,...o},r)=>e.createElement(Uo,{theme:v},e.createElement("input",w({type:"checkbox",className:"form-check-input",ref:r,onClick:t},o)))));return e.createElement(A,w({responsive:u,data:i,columns:a,noHeader:!0,highlightOnHover:!0,sortIcon:l,progressPending:n,customStyles:x,defaultSortFieldId:c,progressComponent:m||void 0,sortServer:d,onSort:(e,t,o)=>{s(e,t,o)},conditionalRowStyles:g,fixedHeader:b,fixedHeaderScrollHeight:f,selectableRowsComponent:C},y))};Qo.propTypes={inBuiltCss:c.object,sortIcon:c.any,data:c.array,tableColumns:c.array,progressPending:c.bool,progressComponent:c.any,defaultSortFieldId:c.number,sortServer:c.bool,handleOnSort:c.any,responsive:c.bool,conditionalRowStyles:c.array,fixedHeader:c.bool,fixedHeaderScrollHeight:c.string,customStyle:c.object},Qo.defaultProps={inBuiltCss:R,sortIcon:e.createElement(U,{icon:"arrow-down",size:11,color:"#333333",style:{transform:"scaleX(0.7) scaleY(0.7) translate(5px, -3px)"}}),data:[],tableColumns:[],progressPending:!1,defaultSortFieldId:null,handleOnSort:(e,t,o)=>{console.log(e,t,o)},sortServer:null,progressComponent:void 0,responsive:!0,fixedHeader:!0,fixedHeaderScrollHeight:"100vh"};const Ko=({title:t,subtitle:o,wrapperStyle:r,imgLink:l,imgStyle:i,iconSize:a})=>{const n=p()||M,c={fontSize:"26px",fontWeight:"bold",color:`${n.textColor}`,lineHeight:"36px",display:"flex",gap:"14px",alignItems:"flex-start",paddingLeft:"25px"},s={fontSize:"13px",color:`${n.neutral["neutral-2"]}`,lineHeight:"24px",paddingLeft:"25px"};return e.createElement("div",{style:r},e.createElement("div",{style:c},l?e.createElement("img",{src:l,alt:"userIcon",srcset:"",style:i}):e.createElement(U,{icon:"user-icon",size:a,color:n.primary["primary-1"]})," ",e.createElement("h4",null,t)),e.createElement("div",{style:s},e.createElement("p",null,o)))};Ko.propTypes={size:c.number},Ko.defaultProps={iconSize:23};const No=({formData:t,...o})=>{const r=t=>{switch(t.type){case"header":return(t=>e.createElement(a,null,e.createElement(De,w({},t,o),t.children),t))(t);case"label":return(t=>e.createElement(P,w({style:{marginBottom:"7px",paddingBottom:"0"}},t,o)))(t);case"text":return(t=>e.createElement(ot,w({},t,o)))(t);case"textArea":return(t=>e.createElement(lo,w({},t,o)))(t);case"number":return(t=>e.createElement(po,w({},t,o)))(t);case"radio":return(t=>e.createElement(zt,w({key:101*Math.random()|0},t,o)))(t);case"checkBox":return(t=>e.createElement(ct,w({},t,o)))(t);case"singleSelect":return(t=>e.createElement(bo,w({dropdownType:"singleSelect"},t,o)))(t);case"multiSelect":return(t=>e.createElement(bo,w({dropdownType:"multiSelect"},t,o)))(t);case"asyncSingleSelect":return(t=>e.createElement(bo,w({dropdownType:"asyncSingleSelect"},t,o)))(t);case"asyncMultiSelect":return(t=>e.createElement(bo,w({dropdownType:"asyncMultiSelect"},t,o)))(t);case"signature":return(t=>e.createElement(_t,w({},t,o)))(t);case"fileUpload":return(t=>e.createElement(Ht,w({},t,o)))(t);case"date":return(t=>e.createElement(Ut,w({},t,o)))(t);case"toggle":return(t=>e.createElement(vt,w({},t,o)))(t);case"rating":return(t=>e.createElement(Vo,w({},t,o)))(t);case"buttonPrimary":return(t=>e.createElement(ze,w({},t,o)))(t);case"buttonSecondary":return(t=>e.createElement(Re,w({},t,o)))(t);case"buttonTiny":return(t=>e.createElement(We,w({},t,o)))(t);case"search":return(t=>e.createElement(fo,w({},t,o)))(t);case"table":return(t=>e.createElement(Qo,w({},t,o)))(t);case"passwordInput":return(t=>e.createElement(vo,w({},t,o)))(t);case"headerComponent":return(t=>e.createElement(Ko,w({},t,o)))(t)}};return e.createElement(a,null,e.createElement(Go,{defaultThemeColor:M},e.createElement(Xo,{onSubmit:()=>{console.log("form submit")}},t.map(((t,o)=>t.length>1?e.createElement(Oo,null,t.map(((o,l)=>e.createElement(Jo,{cols:t.length},r(o))))):r(t[0]))))))},Yo=({formData:t,onSubmit:o,onReset:r,style:l,...i})=>{const n=t=>{switch(t.type){case"submit":return(t=>e.createElement(ze,{block:t.block,style:t.style,disabled:t.disabled,type:"submit",children:t.children,onClick:()=>{t.onClick()}}))(t);case"reset":case"cancel":return(t=>e.createElement(Re,{block:t.block,disabled:i.disabled,children:t.children,onClick:()=>{t.onClick()}}))(t)}};return e.createElement(a,null,e.createElement(Zo,{style:l},t&&t.map(((e,t)=>e.map(((e,t)=>n(e)))))))},Do=s.span`
1741
1773
  background: transparent;
1742
1774
  position: relative;
1743
1775
  display: flex;
@@ -1746,24 +1778,24 @@ svg {
1746
1778
  &>span:not(:first-of-type){
1747
1779
  margin-left: -13px;
1748
1780
  }
1749
- `,er=s.p`
1781
+ `,$o=s.p`
1750
1782
  color: ${({theme:e,variantQty:t})=>e.variant[t]};
1751
1783
  margin: 0;
1752
1784
  margin-left: 7px;
1753
1785
  font-size: 16px;
1754
- `,tr=({items:t,block:o,size:r,variantCircle:l,variantName:i,variantQty:a,flagName:n,user:c,colorCircle:s,colorBorderCircle:d,...m})=>{const u=p()||M;return e.createElement(_o,w({block:o},m),t?.map(((o,a)=>{let n={},c={};return n.backgroundColor=s?`${u.variant[s]}`:`${u.variant[l]}`,0!==a&&(n.border=d?`2px solid ${d}`:`2px solid ${u.variant[l]}`,c.border=d?`2px solid ${d}`:`2px solid ${u.variant[l]}`),1===t.length?e.createElement(oe,{key:o.id,customStylesContainer:{width:"auto"},customStylesName:{color:`${u.variant[{variantName:i}]}`},size:r,toggleName:!0,user:o,customStylesCircle:n,customStylesImage:c}):a<=3?e.createElement(oe,{key:o.id,customStylesContainer:{width:"auto"},customStylesName:{color:`${u.variant[{variantName:i}]}`},size:r,toggleName:!1,user:o,customStylesCircle:n,customStylesImage:c}):null})),t.length-4>0?e.createElement(er,{variantQty:a},"+",t.length-4):null)};tr.propTypes={variantCircle:c.string,variantName:c.string,size:c.oneOf(["SM","MD","LG"]),user:c.object,theme:c.object,colorCircle:c.string,colorBorderCircle:c.string,variantQty:c.string},er.defaultProps={theme:M},tr.defaultProps={theme:M,variantCircle:"primary-1",variantName:"primary-2",block:!1,size:"MD",flagName:!1,user:{userName:"1"},colorCircle:null,colorBorderCircle:"#FFFFFF",variantQty:"primary-1"};const or=s.div`
1786
+ `,_o=({items:t,block:o,size:r,variantCircle:l,variantName:i,variantQty:a,flagName:n,user:c,colorCircle:s,colorBorderCircle:d,...m})=>{const u=p()||M;return e.createElement(Do,w({block:o},m),t?.map(((o,a)=>{let n={},c={};return n.backgroundColor=s?`${u.variant[s]}`:`${u.variant[l]}`,0!==a&&(n.border=d?`2px solid ${d}`:`2px solid ${u.variant[l]}`,c.border=d?`2px solid ${d}`:`2px solid ${u.variant[l]}`),1===t.length?e.createElement(ie,{key:o.id,customStylesContainer:{width:"auto"},customStylesName:{color:`${u.variant[{variantName:i}]}`},size:r,toggleName:!0,user:o,customStylesCircle:n,customStylesImage:c}):a<=3?e.createElement(ie,{key:o.id,customStylesContainer:{width:"auto"},customStylesName:{color:`${u.variant[{variantName:i}]}`},size:r,toggleName:!1,user:o,customStylesCircle:n,customStylesImage:c}):null})),t.length-4>0?e.createElement($o,{theme:u,variantQty:a},"+",t.length-4):null)};_o.propTypes={variantCircle:c.string,variantName:c.string,size:c.oneOf(["SM","MD","LG"]),user:c.object,theme:c.object,colorCircle:c.string,colorBorderCircle:c.string,variantQty:c.string},_o.defaultProps={variantCircle:"primary-1",variantName:"primary-2",block:!1,size:"MD",flagName:!1,user:{userName:"1"},colorCircle:null,colorBorderCircle:"#FFFFFF",variantQty:"primary-1"};const er=s.div`
1755
1787
  display: flex;
1756
1788
  justify-content: space-evenly;
1757
1789
  align-items: stretch;
1758
1790
  height: 42px;
1759
1791
  border: 1px solid ${({theme:e,borderVariant:t})=>e.variant[t]};
1760
1792
  border-radius: 3px;
1761
- `,rr=s.div`
1793
+ `,tr=s.div`
1762
1794
  display: flex;
1763
1795
  justify-content: space-evenly;
1764
1796
  flex-grow: 1;
1765
1797
  align-items: stretch;
1766
- `,lr=s.div`
1798
+ `,or=s.div`
1767
1799
  display: flex;
1768
1800
  color: ${({theme:e,disabled:t,variant:o,variantDisable:r})=>t?e.variant[r]:e.variant[o]};
1769
1801
  background: ${({theme:e,disabled:t,bgVariant:o,variantBgDisable:r})=>t?e.variant[r]:e.variant[o]};
@@ -1778,7 +1810,7 @@ svg {
1778
1810
  svg path {
1779
1811
  fill: ${({theme:e,disabled:t,variant:o,variantDisable:r})=>t?e.variant[r]:e.variant[o]};
1780
1812
  }
1781
- `,ir=({style:t,items:o,variant:r,borderVariant:l,bgVariant:i,variantDisable:a,variantBgDisable:n,allDisabled:c,divider:s,indexPrefix:d,onClick:m,...u})=>(p(),e.createElement(or,w({variant:r,borderVariant:l},u),o?.map(((t,p)=>e.createElement(rr,{key:d.concat(p)},e.createElement(lr,{variant:r,borderVariant:l,bgVariant:i,variantDisable:a,variantBgDisable:n,title:t.label,disabled:c||t.disabled,onClick:c||t.disabled?null:()=>m(t.label)},t.icon),o?.length-1!==p&&s)))));ir.propTypes={variant:c.string,borderVariant:c.string,bgVariant:c.string,variantDisable:c.string,variantBgDisable:c.string,indexPrefix:c.string,theme:c.object,items:c.array,allDisabled:c.bool,divider:c.any,onClick:c.func},or.defaultProps={theme:M},rr.defaultProps={theme:M},lr.defaultProps={theme:M},ir.defaultProps={theme:M,indexPrefix:"btn-group",borderVariant:"neutral-4",bgVariant:"bgColor",variantDisable:"neutral-2",variantBgDisable:"bgColor"};const ar=s.div`
1813
+ `,rr=({style:t,items:o,variant:r,borderVariant:l,bgVariant:i,variantDisable:a,variantBgDisable:n,allDisabled:c,divider:s,indexPrefix:d,onClick:m,...u})=>(p(),e.createElement(er,w({variant:r,borderVariant:l},u),o?.map(((t,p)=>e.createElement(tr,{key:d.concat(p)},e.createElement(or,{variant:r,borderVariant:l,bgVariant:i,variantDisable:a,variantBgDisable:n,title:t.label,disabled:c||t.disabled,onClick:c||t.disabled?null:()=>m(t.label)},t.icon),o?.length-1!==p&&s)))));rr.propTypes={variant:c.string,borderVariant:c.string,bgVariant:c.string,variantDisable:c.string,variantBgDisable:c.string,indexPrefix:c.string,theme:c.object,items:c.array,allDisabled:c.bool,divider:c.any,onClick:c.func},er.defaultProps={theme:M},tr.defaultProps={theme:M},or.defaultProps={theme:M},rr.defaultProps={theme:M,indexPrefix:"btn-group",borderVariant:"neutral-4",bgVariant:"bgColor",variantDisable:"neutral-2",variantBgDisable:"bgColor"};const lr=s.div`
1782
1814
  max-width: inherit;
1783
1815
  width: inherit;
1784
1816
  font-size: 14px;
@@ -1804,7 +1836,7 @@ svg {
1804
1836
  &[data-popper-placement*='top'] .tooltip-arrow::after {
1805
1837
  border-color: ${({theme:e,variantTPbg:t})=>t?e.variant[t]:"#6b747f"} transparent transparent transparent;
1806
1838
  }
1807
- `,nr=s.div`
1839
+ `,ir=s.div`
1808
1840
  display: flex;
1809
1841
  color: ${({theme:e,disabled:t,variant:o,variantDisable:r})=>t?e.variant[r]:e.variant[o]};
1810
1842
  background: ${({theme:e,disabled:t,bgVariant:o,variantBgDisable:r})=>t?e.variant[r]:e.variant[o]};
@@ -1819,28 +1851,24 @@ svg {
1819
1851
  svg path {
1820
1852
  fill: ${({theme:e,disabled:t,variant:o,variantDisable:r})=>t?e.variant[r]:e.variant[o]};
1821
1853
  }
1822
- `,cr=s.div`
1854
+ `,ar=s.div`
1823
1855
  display: flex;
1824
1856
  justify-content: space-evenly;
1825
1857
  flex-grow: 1;
1826
1858
  align-items: stretch;
1827
- `,sr=({label:t,index:o,style:r,items:l,variant:i,borderVariant:a,bgVariant:n,variantDisable:c,variantBgDisable:s,disabled:d,divider:m,indexPrefix:u,onClick:g,icon:f,variantTPtext:b,variantTPbg:h,...y})=>{p();const{getArrowProps:x,getTooltipProps:A,setTooltipRef:C,setTriggerRef:S,visible:k}=v();return e.createElement(e.Fragment,null,e.createElement(cr,{ref:S},e.createElement(nr,{variant:i,borderVariant:a,bgVariant:n,variantDisable:c,variantBgDisable:s,disabled:d,onClick:d?null:()=>{g(g)}},f),m),k&&e.createElement(ar,w({variantTPtext:b,variantTPbg:h,ref:C},A({className:"tooltip-container"})),t,e.createElement("div",x({className:"tooltip-arrow"}))))};sr.propTypes={variant:c.string,borderVariant:c.string,bgVariant:c.string,variantDisable:c.string,variantBgDisable:c.string,indexPrefix:c.string,theme:c.object,items:c.array,allDisabled:c.bool,divider:c.any,onClick:c.func,variantTPtext:c.string,variantTPbg:c.string},cr.defaultProps={theme:M},nr.defaultProps={theme:M},ar.defaultProps={theme:M},sr.defaultProps={theme:M,indexPrefix:"btn-group",borderVariant:"neutral-4",bgVariant:"bgColor",variantDisable:"neutral-2",variantBgDisable:"bgColor",variantTPtext:null,variantTPbg:null};const dr=s.div`
1859
+ `,nr=({label:t,index:o,style:r,items:l,variant:i,borderVariant:a,bgVariant:n,variantDisable:c,variantBgDisable:s,disabled:d,divider:m,indexPrefix:u,onClick:g,icon:b,variantTPtext:f,variantTPbg:h,...y})=>{p();const{getArrowProps:x,getTooltipProps:A,setTooltipRef:C,setTriggerRef:S,visible:E}=v();return e.createElement(e.Fragment,null,e.createElement(ar,{ref:S},e.createElement(ir,{variant:i,borderVariant:a,bgVariant:n,variantDisable:c,variantBgDisable:s,disabled:d,onClick:d?null:()=>{g(g)}},b),m),E&&e.createElement(lr,w({variantTPtext:f,variantTPbg:h,ref:C},A({className:"tooltip-container"})),t,e.createElement("div",x({className:"tooltip-arrow"}))))};nr.propTypes={variant:c.string,borderVariant:c.string,bgVariant:c.string,variantDisable:c.string,variantBgDisable:c.string,indexPrefix:c.string,theme:c.object,items:c.array,allDisabled:c.bool,divider:c.any,onClick:c.func,variantTPtext:c.string,variantTPbg:c.string},ar.defaultProps={theme:M},ir.defaultProps={theme:M},lr.defaultProps={theme:M},nr.defaultProps={theme:M,indexPrefix:"btn-group",borderVariant:"neutral-4",bgVariant:"bgColor",variantDisable:"neutral-2",variantBgDisable:"bgColor",variantTPtext:null,variantTPbg:null};const cr=s.div`
1828
1860
  display: flex;
1829
1861
  justify-content: space-evenly;
1830
1862
  align-items: stretch;
1831
1863
  height: 42px;
1832
1864
  border: 1px solid ${({theme:e,borderVariant:t})=>e.variant[t]};
1833
1865
  border-radius: 3px;
1834
- `;s.div`
1835
- background-color: indianred;
1836
- visibility: hidden;
1837
- pointer-events: none;
1838
- `;const pr=s.div`
1866
+ `,sr=s.div`
1839
1867
  display: flex;
1840
1868
  justify-content: space-evenly;
1841
1869
  flex-grow: 1;
1842
1870
  align-items: stretch;
1843
- `,mr=s.div`
1871
+ `,dr=s.div`
1844
1872
  display: flex;
1845
1873
  color: ${({theme:e,disabled:t,variant:o,variantDisable:r})=>t?e.variant[r]:e.variant[o]};
1846
1874
  background: ${({theme:e,disabled:t,bgVariant:o,variantBgDisable:r})=>t?e.variant[r]:e.variant[o]};
@@ -1855,28 +1883,28 @@ pointer-events: none;
1855
1883
  svg path {
1856
1884
  fill: ${({theme:e,disabled:t,variant:o,variantDisable:r})=>t?e.variant[r]:e.variant[o]};
1857
1885
  }
1858
- `,ur=({style:t,items:o,variant:r,borderVariant:l,bgVariant:i,variantDisable:a,variantBgDisable:n,allDisabled:c,divider:s,indexPrefix:d,onClick:m,variantTPtext:u,variantTPbg:g,...f})=>(p(),e.createElement(dr,w({variant:r,borderVariant:l},f),o?.map(((t,p)=>e.createElement(sr,{key:d.concat(p),variant:r,borderVariant:l,bgVariant:i,variantDisable:a,variantBgDisable:n,disabled:c||t.disabled,onClick:c||t.disabled?null:()=>{m(t.label)},divider:o?.length-1!==p&&s,icon:t.icon,index:p,label:t.label,variantTPtext:u,variantTPbg:g})))));ur.propTypes={variant:c.string,borderVariant:c.string,bgVariant:c.string,variantDisable:c.string,variantBgDisable:c.string,indexPrefix:c.string,theme:c.object,items:c.array,allDisabled:c.bool,divider:c.any,onClick:c.func,variantTPtext:c.string,variantTPbg:c.string},dr.defaultProps={theme:M},pr.defaultProps={theme:M},mr.defaultProps={theme:M},ur.defaultProps={theme:M,indexPrefix:"btn-group",borderVariant:"neutral-4",bgVariant:"bgColor",variantDisable:"neutral-2",variantBgDisable:"bgColor",variantTPtext:null,variantTPbg:null};const gr=s.div`
1886
+ `,pr=({style:t,items:o,variant:r,borderVariant:l,bgVariant:i,variantDisable:a,variantBgDisable:n,allDisabled:c,divider:s,indexPrefix:d,onClick:m,variantTPtext:u,variantTPbg:g,...b})=>(p(),e.createElement(cr,w({variant:r,borderVariant:l},b),o?.map(((t,p)=>e.createElement(nr,{key:d.concat(p),variant:r,borderVariant:l,bgVariant:i,variantDisable:a,variantBgDisable:n,disabled:c||t.disabled,onClick:c||t.disabled?null:()=>{m(t.label)},divider:o?.length-1!==p&&s,icon:t.icon,index:p,label:t.label,variantTPtext:u,variantTPbg:g})))));pr.propTypes={variant:c.string,borderVariant:c.string,bgVariant:c.string,variantDisable:c.string,variantBgDisable:c.string,indexPrefix:c.string,theme:c.object,items:c.array,allDisabled:c.bool,divider:c.any,onClick:c.func,variantTPtext:c.string,variantTPbg:c.string},cr.defaultProps={theme:M},sr.defaultProps={theme:M},dr.defaultProps={theme:M},pr.defaultProps={theme:M,indexPrefix:"btn-group",borderVariant:"neutral-4",bgVariant:"bgColor",variantDisable:"neutral-2",variantBgDisable:"bgColor",variantTPtext:null,variantTPbg:null};const mr=s.div`
1859
1887
  background: ${({theme:e,variant:t,bgColor:o})=>o||e.variant[t]};
1860
1888
  border: 1.3px solid ${({theme:e,variant:t,borderColor:o})=>o||e.variant[t]};
1861
1889
  border-radius: 50%;
1862
1890
  width: ${({size:e})=>e}px;
1863
1891
  height: ${({size:e})=>e}px;
1864
1892
  box-sizing: border-box;
1865
- `,fr=({variant:t,bgColor:o,borderColor:r,...l})=>(p(),e.createElement(gr,w({variant:t,borderColor:r,bgColor:o},l)));fr.propTypes={variant:c.string,size:c.number,theme:c.object,borderColor:c.string,bgColor:c.string},gr.defaultProps={theme:M},fr.defaultProps={theme:M,variant:"primary-1",size:11};const br=s.div`
1893
+ `,ur=({variant:t,bgColor:o,borderColor:r,...l})=>(p(),e.createElement(mr,w({variant:t,borderColor:r,bgColor:o},l)));ur.propTypes={variant:c.string,size:c.number,theme:c.object,borderColor:c.string,bgColor:c.string},mr.defaultProps={theme:M},ur.defaultProps={theme:M,variant:"primary-1",size:11};const gr=s.div`
1866
1894
  display: inline-flex;
1867
1895
  align-items: center;
1868
1896
  background-color: transparent;
1869
1897
  min-height: 24px;
1870
- `,hr=s.div`
1898
+ `,br=s.div`
1871
1899
  display: flex;
1872
1900
  justify-content: space-evenly;
1873
1901
  width: 69px;
1874
- `,yr=s.p`
1902
+ `,fr=s.p`
1875
1903
  display: flex;
1876
1904
  color: ${({theme:e,variantText:t,colorText:o})=>o||e.variant[t]};
1877
1905
  font-size: 16px;
1878
1906
  margin: 0 5px;
1879
- `,xr=({style:t,variantCircle:o,variantText:r,level:l,textArray:i,colorArray:a,indexPrefix:n,colorText:c,...s})=>(p(),e.createElement(br,s,e.createElement(hr,null,[1,2,3,4].map(((t,r)=>{let i="#D4D7E3",c=null,s=null;return l<=0&&(l=0),l>=4&&(l=4),a?l>=t?(c=a[l],i=a[l]):c=a[0]:l>=t?(s=o,i=o):s="#FFFFFF",e.createElement(fr,{key:n.concat(r),variant:s,borderColor:i,bgColor:c,size:11})}))),i&&e.createElement(yr,{variantText:r,colorText:c},i[l])));xr.propTypes={variantCircle:c.string,variantText:c.string,level:c.number,indexPrefix:c.string,theme:c.object,block:c.bool,textArray:c.array,colorArray:c.array,colorText:c.string},yr.defaultProps={theme:M},xr.defaultProps={theme:M,variantCircle:"primary-1",variantText:"primary-2",block:!1,level:0,indexPrefix:"circle-group"};const Ar={xsm:{fontSize:"12px"},sm:{fontSize:"14px"},md:{fontSize:"16px"},lg:{fontSize:"18px"}},vr=s.button`
1907
+ `,hr=({style:t,variantCircle:o,variantText:r,level:l,textArray:i,colorArray:a,indexPrefix:n,colorText:c,...s})=>(p(),e.createElement(gr,s,e.createElement(br,null,[1,2,3,4].map(((t,r)=>{let i="#D4D7E3",c=null,s=null;return l<=0&&(l=0),l>=4&&(l=4),a?l>=t?(c=a[l],i=a[l]):c=a[0]:l>=t?(s=o,i=o):s="#FFFFFF",e.createElement(ur,{key:n.concat(r),variant:s,borderColor:i,bgColor:c,size:11})}))),i&&e.createElement(fr,{variantText:r,colorText:c},i[l])));hr.propTypes={variantCircle:c.string,variantText:c.string,level:c.number,indexPrefix:c.string,theme:c.object,block:c.bool,textArray:c.array,colorArray:c.array,colorText:c.string},fr.defaultProps={theme:M},hr.defaultProps={theme:M,variantCircle:"primary-1",variantText:"primary-2",block:!1,level:0,indexPrefix:"circle-group"};const yr={xsm:{fontSize:"12px"},sm:{fontSize:"14px"},md:{fontSize:"16px"},lg:{fontSize:"18px"}},xr=s.button`
1880
1908
  ${({underlined:e})=>e?null:d`&:hover {text-decoration: underline}`};
1881
1909
  background: transparent;
1882
1910
  color: ${({theme:e,variant:t})=>e.variant[t]};
@@ -1887,7 +1915,7 @@ pointer-events: none;
1887
1915
  justify-content: start;
1888
1916
  border: none;
1889
1917
  cursor: pointer;
1890
- font-size: ${({size:e})=>Ar[e].fontSize};
1918
+ font-size: ${({size:e})=>yr[e].fontSize};
1891
1919
 
1892
1920
  &:disabled {
1893
1921
  color: ${({theme:e})=>e.variant["neutral-3"]};
@@ -1897,7 +1925,7 @@ pointer-events: none;
1897
1925
  * {
1898
1926
  outline: none;
1899
1927
  }
1900
- `,Cr=({block:t,size:o,style:r,variant:l,disabled:i,underlined:a,...n})=>(p(),e.createElement(vr,w({block:t,variant:l,type:"button",style:r,size:o,disabled:i,underlined:a},n),n.children));Cr.propTypes={variant:c.string,disabled:c.bool,size:c.oneOf(["xsm","sm","md","lg"]),block:c.bool,onClick:c.func,theme:c.object,underlined:c.bool},vr.defaultProps={theme:M},Cr.defaultProps={theme:M,variant:"primary-1",block:!1,disabled:!1,size:"sm",onClick:void 0,label:"Remove",underlined:!1};const wr=u`
1928
+ `,Ar=({block:t,size:o,style:r,variant:l,disabled:i,underlined:a,...n})=>(p(),e.createElement(xr,w({block:t,variant:l,type:"button",style:r,size:o,disabled:i,underlined:a},n),n.children));Ar.propTypes={variant:c.string,disabled:c.bool,size:c.oneOf(["xsm","sm","md","lg"]),block:c.bool,onClick:c.func,theme:c.object,underlined:c.bool},xr.defaultProps={theme:M},Ar.defaultProps={theme:M,variant:"primary-1",block:!1,disabled:!1,size:"sm",onClick:void 0,label:"Remove",underlined:!1};const vr=u`
1901
1929
  @font-face {
1902
1930
  font-family: "Averta";
1903
1931
  font-weight: 100;
@@ -2005,91 +2033,91 @@ pointer-events: none;
2005
2033
  * {
2006
2034
  font-family: "Averta";
2007
2035
  }
2008
- `,Sr={xs:{fontSize:"12px",lineHeight:"120%"},sm:{fontSize:"14px",lineHeight:"120%"},md:{fontSize:"16px",lineHeight:"140%"},lg:{fontSize:"18px",lineHeight:"120%"}},kr=s.div`
2036
+ `,Cr={xs:{fontSize:"12px",lineHeight:"120%"},sm:{fontSize:"14px",lineHeight:"120%"},md:{fontSize:"16px",lineHeight:"140%"},lg:{fontSize:"18px",lineHeight:"120%"}},wr=s.div`
2009
2037
  color: ${({theme:e,text:t})=>t?e.variant[t]:e.textColor};
2010
2038
  background: ${({theme:e,bg:t})=>t?e.variant[t]:e.bgColor};
2011
- font-size: ${({size:e})=>Sr[e].fontSize};
2012
- line-height: ${({size:e})=>Sr[e].lineHeight};
2013
- `,Er=({size:t,children:o,bg:r,text:l,...i})=>e.createElement(kr,w({bg:r,text:l,size:t},i),e.createElement(wr,null),o);Er.propTypes={size:c.oneOf(["xs","sm","md","lg"]),text:c.string,bg:c.string,children:c.any,theme:c.object},kr.defaultProps={theme:M},Er.defaultProps={theme:M,size:"md"};const zr=s.div`
2014
- ${({theme:e,type:t,customStylesTPContainer:o})=>{if(e){let t={};if(e["tooltip-container"]){for(const o in e.common)t[o]=e.common[o];for(const o in e["tooltip-container"])t[o]=e["tooltip-container"][o],delete e.common[o]}return{...t,...o}}}}
2039
+ font-size: ${({size:e})=>Cr[e].fontSize};
2040
+ line-height: ${({size:e})=>Cr[e].lineHeight};
2041
+ `,Sr=({size:t,children:o,bg:r,text:l,...i})=>e.createElement(wr,w({bg:r,text:l,size:t},i),e.createElement(vr,null),o);Sr.propTypes={size:c.oneOf(["xs","sm","md","lg"]),text:c.string,bg:c.string,children:c.any,theme:c.object},wr.defaultProps={theme:M},Sr.defaultProps={theme:M,size:"md"};const Er=s.div`
2042
+ ${({inBuiltCss:e,type:t,customStylesTPContainer:o})=>{if(e){let t={};if(e["tooltip-container"]){for(const o in e.common)t[o]=e.common[o];for(const o in e["tooltip-container"])t[o]=e["tooltip-container"][o],delete e.common[o]}return{...t,...o}}}}
2015
2043
 
2016
2044
  &[data-popper-placement*='bottom'] .tooltip-arrow {
2017
- ${({theme:e,type:t,customStylesTPAbottom:o})=>{if(e){let t={};if(e["tp-cont-bottom-arrow"]){for(const o in e.common)t[o]=e.common[o];for(const o in e["tp-cont-bottom-arrow"])t[o]=e["tp-cont-bottom-arrow"][o],delete e.common[o]}return{...t,...o}}}}
2045
+ ${({inBuiltCss:e,type:t,customStylesTPAbottom:o})=>{if(e){let t={};if(e["tp-cont-bottom-arrow"]){for(const o in e.common)t[o]=e.common[o];for(const o in e["tp-cont-bottom-arrow"])t[o]=e["tp-cont-bottom-arrow"][o],delete e.common[o]}return{...t,...o}}}}
2018
2046
  }
2019
2047
 
2020
2048
  &[data-popper-placement*='bottom'] .tooltip-arrow::before {
2021
- ${({theme:e,type:t,customStylesTPAbottomBefore:o})=>{if(e){let t={};if(e["tp-cont-bottom-arrow-before"]){for(const o in e.common)t[o]=e.common[o];for(const o in e["tp-cont-bottom-arrow-before"])t[o]=e["tp-cont-bottom-arrow-before"][o],delete e.common[o]}return{...t,...o}}}}
2049
+ ${({inBuiltCss:e,type:t,customStylesTPAbottomBefore:o})=>{if(e){let t={};if(e["tp-cont-bottom-arrow-before"]){for(const o in e.common)t[o]=e.common[o];for(const o in e["tp-cont-bottom-arrow-before"])t[o]=e["tp-cont-bottom-arrow-before"][o],delete e.common[o]}return{...t,...o}}}}
2022
2050
  }
2023
2051
 
2024
2052
  &[data-popper-placement*='bottom'] .tooltip-arrow::after {
2025
- ${({theme:e,type:t,customStylesTPAbottomAfter:o})=>{if(e){let t={};if(e["tp-cont-bottom-arrow-before"]){for(const o in e.common)t[o]=e.common[o];for(const o in e["tp-cont-bottom-arrow-after"])t[o]=e["tp-cont-bottom-arrow-after"][o],delete e.common[o]}return{...t,...o}}}}
2053
+ ${({inBuiltCss:e,type:t,customStylesTPAbottomAfter:o})=>{if(e){let t={};if(e["tp-cont-bottom-arrow-before"]){for(const o in e.common)t[o]=e.common[o];for(const o in e["tp-cont-bottom-arrow-after"])t[o]=e["tp-cont-bottom-arrow-after"][o],delete e.common[o]}return{...t,...o}}}}
2026
2054
  }
2027
2055
  &[data-popper-placement*='top'] .tooltip-arrow {
2028
- ${({theme:e,type:t,customStylesTPAtop:o})=>{if(e){let t={};if(e["tp-cont-top-arrow"]){for(const o in e.common)t[o]=e.common[o];for(const o in e["tp-cont-top-arrow"])t[o]=e["tp-cont-top-arrow"][o],delete e.common[o]}return{...t,...o}}}}
2056
+ ${({inBuiltCss:e,type:t,customStylesTPAtop:o})=>{if(e){let t={};if(e["tp-cont-top-arrow"]){for(const o in e.common)t[o]=e.common[o];for(const o in e["tp-cont-top-arrow"])t[o]=e["tp-cont-top-arrow"][o],delete e.common[o]}return{...t,...o}}}}
2029
2057
  }
2030
2058
  &[data-popper-placement*='top'] .tooltip-arrow::before {
2031
- ${({theme:e,type:t,customStylesTPAtopBefore:o})=>{if(e){let t={};if(e["tp-cont-top-arrow-before"]){for(const o in e.common)t[o]=e.common[o];for(const o in e["tp-cont-top-arrow-before"])t[o]=e["tp-cont-top-arrow-before"][o],delete e.common[o]}return{...t,...o}}}}
2059
+ ${({inBuiltCss:e,type:t,customStylesTPAtopBefore:o})=>{if(e){let t={};if(e["tp-cont-top-arrow-before"]){for(const o in e.common)t[o]=e.common[o];for(const o in e["tp-cont-top-arrow-before"])t[o]=e["tp-cont-top-arrow-before"][o],delete e.common[o]}return{...t,...o}}}}
2032
2060
  }
2033
2061
  &[data-popper-placement*='top'] .tooltip-arrow::after {
2034
- ${({theme:e,type:t,customStylesTPAtopAfter:o})=>{if(e){let t={};if(e["tp-cont-top-arrow-before"]){for(const o in e.common)t[o]=e.common[o];for(const o in e["tp-cont-top-arrow-after"])t[o]=e["tp-cont-top-arrow-after"][o],delete e.common[o]}return{...t,...o}}}}
2062
+ ${({inBuiltCss:e,type:t,customStylesTPAtopAfter:o})=>{if(e){let t={};if(e["tp-cont-top-arrow-before"]){for(const o in e.common)t[o]=e.common[o];for(const o in e["tp-cont-top-arrow-after"])t[o]=e["tp-cont-top-arrow-after"][o],delete e.common[o]}return{...t,...o}}}}
2035
2063
  }
2036
2064
  &[data-popper-placement*='right'] .tooltip-arrow {
2037
- ${({theme:e,type:t,customStylesTPAright:o})=>{if(e){let t={};if(e["tp-cont-right-arrow"]){for(const o in e.common)t[o]=e.common[o];for(const o in e["tp-cont-right-arrow"])t[o]=e["tp-cont-right-arrow"][o],delete e.common[o]}return{...t,...o}}}}
2065
+ ${({inBuiltCss:e,type:t,customStylesTPAright:o})=>{if(e){let t={};if(e["tp-cont-right-arrow"]){for(const o in e.common)t[o]=e.common[o];for(const o in e["tp-cont-right-arrow"])t[o]=e["tp-cont-right-arrow"][o],delete e.common[o]}return{...t,...o}}}}
2038
2066
  }
2039
2067
  &[data-popper-placement*='right'] .tooltip-arrow::before {
2040
- ${({theme:e,type:t,customStylesTPArightBefore:o})=>{if(e){let t={};if(e["tp-cont-right-arrow-before"]){for(const o in e.common)t[o]=e.common[o];for(const o in e["tp-cont-right-arrow-before"])t[o]=e["tp-cont-right-arrow-before"][o],delete e.common[o]}return{...t,...o}}}}
2068
+ ${({inBuiltCss:e,type:t,customStylesTPArightBefore:o})=>{if(e){let t={};if(e["tp-cont-right-arrow-before"]){for(const o in e.common)t[o]=e.common[o];for(const o in e["tp-cont-right-arrow-before"])t[o]=e["tp-cont-right-arrow-before"][o],delete e.common[o]}return{...t,...o}}}}
2041
2069
  }
2042
2070
  &[data-popper-placement*='right'] .tooltip-arrow::after {
2043
- ${({theme:e,type:t,customStylesTPArightAfter:o})=>{if(e){let t={};if(e["tp-cont-right-arrow-before"]){for(const o in e.common)t[o]=e.common[o];for(const o in e["tp-cont-right-arrow-after"])t[o]=e["tp-cont-right-arrow-after"][o],delete e.common[o]}return{...t,...o}}}}
2071
+ ${({inBuiltCss:e,type:t,customStylesTPArightAfter:o})=>{if(e){let t={};if(e["tp-cont-right-arrow-before"]){for(const o in e.common)t[o]=e.common[o];for(const o in e["tp-cont-right-arrow-after"])t[o]=e["tp-cont-right-arrow-after"][o],delete e.common[o]}return{...t,...o}}}}
2044
2072
  }
2045
2073
  &[data-popper-placement*='left'] .tooltip-arrow {
2046
- ${({theme:e,type:t,customStylesTPAleft:o})=>{if(e){let t={};if(e["tp-cont-left-arrow"]){for(const o in e.common)t[o]=e.common[o];for(const o in e["tp-cont-left-arrow"])t[o]=e["tp-cont-left-arrow"][o],delete e.common[o]}return{...t,...o}}}}
2074
+ ${({inBuiltCss:e,type:t,customStylesTPAleft:o})=>{if(e){let t={};if(e["tp-cont-left-arrow"]){for(const o in e.common)t[o]=e.common[o];for(const o in e["tp-cont-left-arrow"])t[o]=e["tp-cont-left-arrow"][o],delete e.common[o]}return{...t,...o}}}}
2047
2075
  }
2048
2076
  &[data-popper-placement*='left'] .tooltip-arrow::before {
2049
- ${({theme:e,type:t,customStylesTPAleftBefore:o})=>{if(e){let t={};if(e["tp-cont-left-arrow-before"]){for(const o in e.common)t[o]=e.common[o];for(const o in e["tp-cont-left-arrow-before"])t[o]=e["tp-cont-left-arrow-before"][o],delete e.common[o]}return{...t,...o}}}}
2077
+ ${({inBuiltCss:e,type:t,customStylesTPAleftBefore:o})=>{if(e){let t={};if(e["tp-cont-left-arrow-before"]){for(const o in e.common)t[o]=e.common[o];for(const o in e["tp-cont-left-arrow-before"])t[o]=e["tp-cont-left-arrow-before"][o],delete e.common[o]}return{...t,...o}}}}
2050
2078
  }
2051
2079
  &[data-popper-placement*='left'] .tooltip-arrow::after {
2052
- ${({theme:e,type:t,customStylesTPAleftAfter:o})=>{if(e){let t={};if(e["tp-cont-left-arrow-before"]){for(const o in e.common)t[o]=e.common[o];for(const o in e["tp-cont-left-arrow-after"])t[o]=e["tp-cont-left-arrow-after"][o],delete e.common[o]}return{...t,...o}}}}
2080
+ ${({inBuiltCss:e,type:t,customStylesTPAleftAfter:o})=>{if(e){let t={};if(e["tp-cont-left-arrow-before"]){for(const o in e.common)t[o]=e.common[o];for(const o in e["tp-cont-left-arrow-after"])t[o]=e["tp-cont-left-arrow-after"][o],delete e.common[o]}return{...t,...o}}}}
2053
2081
  }
2054
- `,Vr=s.div`
2082
+ `,kr=s.div`
2055
2083
 
2056
- ${({theme:e,type:t,customStylesTPArrow:o})=>{if(e){let t={};if(e["tooltip-arrow"]){for(const o in e.common)t[o]=e.common[o];for(const o in e["tooltip-arrow"])t[o]=e["tooltip-arrow"][o],delete e.common[o]}return{...t,...o}}}}
2084
+ ${({inBuiltCss:e,type:t,customStylesTPArrow:o})=>{if(e){let t={};if(e["tooltip-arrow"]){for(const o in e.common)t[o]=e.common[o];for(const o in e["tooltip-arrow"])t[o]=e["tooltip-arrow"][o],delete e.common[o]}return{...t,...o}}}}
2057
2085
 
2058
2086
 
2059
2087
  &::before{
2060
- ${({theme:e,type:t,customStylesTPAbefore:o})=>{if(e){let t={};if(e["tooltip-arrow-before"]){for(const o in e.common)t[o]=e.common[o];for(const o in e["tooltip-arrow-before"])t[o]=e["tooltip-arrow-before"][o],delete e.common[o]}return{...t,...o}}}}
2088
+ ${({inBuiltCss:e,type:t,customStylesTPAbefore:o})=>{if(e){let t={};if(e["tooltip-arrow-before"]){for(const o in e.common)t[o]=e.common[o];for(const o in e["tooltip-arrow-before"])t[o]=e["tooltip-arrow-before"][o],delete e.common[o]}return{...t,...o}}}}
2061
2089
  }
2062
2090
 
2063
2091
  &::after{
2064
- ${({theme:e,type:t,customStylesTPAafter:o})=>{if(e){let t={};if(e["tooltip-arrow-after"]){for(const o in e.common)t[o]=e.common[o];for(const o in e["tooltip-arrow-after"])t[o]=e["tooltip-arrow-after"][o],delete e.common[o]}return{...t,...o}}}}
2092
+ ${({inBuiltCss:e,type:t,customStylesTPAafter:o})=>{if(e){let t={};if(e["tooltip-arrow-after"]){for(const o in e.common)t[o]=e.common[o];for(const o in e["tooltip-arrow-after"])t[o]=e["tooltip-arrow-after"][o],delete e.common[o]}return{...t,...o}}}}
2065
2093
  }
2066
- `,Mr=({theme:t,contentTrigger:o,contentTooltip:r,popperOptionsP:l,settings:i,customStylesTPContainer:a,customStylesTPAbottom:n,customStylesTPAbottomBefore:c,customStylesTPAbottomAfter:s,customStylesTPAtop:d,customStylesTPAtopBefore:p,customStylesTPAtopAfter:m,customStylesTPAright:u,customStylesTPArightBefore:g,customStylesTPArightAfter:f,customStylesTPAleft:b,customStylesTPAleftBefore:h,customStylesTPAleftAfter:y,customStylesTPArrow:x,customStylesTPAbefore:A,customStylesTPAafter:C,...S})=>{const k={modifiers:[{name:"offset",options:{offset:[0,23]}}],strategy:"absolute",...l},{getArrowProps:E,getTooltipProps:z,setTooltipRef:V,setTriggerRef:M,visible:W}=v({...i},k);return e.createElement(e.Fragment,null,e.createElement("div",{ref:M,style:{width:"fit-content",height:"fit-content",display:"inline-block"}},o),W&&e.createElement(zr,w({theme:t,ref:V},z({className:"tooltip-container"}),{customStylesTPContainer:a,customStylesTPAbottom:n,customStylesTPAbottomBefore:c,customStylesTPAbottomAfter:s,customStylesTPAtop:d,customStylesTPAtopBefore:p,customStylesTPAtopAfter:m,customStylesTPAright:u,customStylesTPArightBefore:g,customStylesTPArightAfter:f,customStylesTPAleft:b,customStylesTPAleftBefore:h,customStylesTPAleftAfter:y}),e.createElement(Vr,w({theme:t},E({className:"tooltip-arrow"}),{customStylesTPArrow:x,customStylesTPAbefore:A,customStylesTPAafter:C})),r))};Mr.propTypes={theme:c.object,contentTrigger:c.any,contentTooltip:c.any,popperOptionsP:c.object,settings:c.object,customStylesTPContainer:c.object,customStylesTPAbottom:c.object,customStylesTPAbottomBefore:c.object,customStylesTPAbottomAfter:c.object,customStylesTPAtop:c.object,customStylesTPAtopBefore:c.object,customStylesTPAtopAfter:c.object,customStylesTPAright:c.object,customStylesTPArightBefore:c.object,customStylesTPArightAfter:c.object,customStylesTPAleft:c.object,customStylesTPAleftBefore:c.object,customStylesTPAleftAfter:c.object,customStylesTPArrow:c.object,customStylesTPAbefore:c.object,customStylesTPAafter:c.object},Mr.defaultProps={theme:W,contentTrigger:e.createElement("div",null,"Trigger"),contentTooltip:e.createElement("div",null,"I am the tooltip")};const Wr={sm:{fontSize:"14px",padding:"11px 36px"},md:{fontSize:"16px",padding:"10px 24px"},lg:{fontSize:"22px",padding:"6px 29px"}},Ir=s.div`
2094
+ `,zr=({inBuiltCss:t,contentTrigger:o,contentTooltip:r,popperOptionsP:l,settings:i,customStylesTPContainer:a,customStylesTPAbottom:n,customStylesTPAbottomBefore:c,customStylesTPAbottomAfter:s,customStylesTPAtop:d,customStylesTPAtopBefore:p,customStylesTPAtopAfter:m,customStylesTPAright:u,customStylesTPArightBefore:g,customStylesTPArightAfter:b,customStylesTPAleft:f,customStylesTPAleftBefore:h,customStylesTPAleftAfter:y,customStylesTPArrow:x,customStylesTPAbefore:A,customStylesTPAafter:C,...S})=>{const E={modifiers:[{name:"offset",options:{offset:[0,23]}}],strategy:"absolute",...l},{getArrowProps:k,getTooltipProps:z,setTooltipRef:V,setTriggerRef:M,visible:I}=v({...i},E);return e.createElement(e.Fragment,null,e.createElement("div",{ref:M,style:{width:"fit-content",height:"fit-content",display:"inline-block"}},o),I&&e.createElement(Er,w({inBuiltCss:R,ref:V},z({className:"tooltip-container"}),{customStylesTPContainer:a,customStylesTPAbottom:n,customStylesTPAbottomBefore:c,customStylesTPAbottomAfter:s,customStylesTPAtop:d,customStylesTPAtopBefore:p,customStylesTPAtopAfter:m,customStylesTPAright:u,customStylesTPArightBefore:g,customStylesTPArightAfter:b,customStylesTPAleft:f,customStylesTPAleftBefore:h,customStylesTPAleftAfter:y}),e.createElement(kr,w({inBuiltCss:R},k({className:"tooltip-arrow"}),{customStylesTPArrow:x,customStylesTPAbefore:A,customStylesTPAafter:C})),r))};zr.propTypes={contentTrigger:c.any,contentTooltip:c.any,popperOptionsP:c.object,settings:c.object,customStylesTPContainer:c.object,customStylesTPAbottom:c.object,customStylesTPAbottomBefore:c.object,customStylesTPAbottomAfter:c.object,customStylesTPAtop:c.object,customStylesTPAtopBefore:c.object,customStylesTPAtopAfter:c.object,customStylesTPAright:c.object,customStylesTPArightBefore:c.object,customStylesTPArightAfter:c.object,customStylesTPAleft:c.object,customStylesTPAleftBefore:c.object,customStylesTPAleftAfter:c.object,customStylesTPArrow:c.object,customStylesTPAbefore:c.object,customStylesTPAafter:c.object},zr.defaultProps={contentTrigger:e.createElement("div",null,"Trigger"),contentTooltip:e.createElement("div",null,"I am the tooltip")};const Vr={sm:{fontSize:"14px",padding:"11px 36px"},md:{fontSize:"16px",padding:"10px 24px"},lg:{fontSize:"22px",padding:"6px 29px"}},Mr=s.div`
2067
2095
  background: ${({theme:e,variant:t})=>e.variant[t]};
2068
2096
  color: ${({theme:e})=>e.bgColor};
2069
- padding: ${({size:e})=>Wr[e].padding};
2097
+ padding: ${({size:e})=>Vr[e].padding};
2070
2098
  border: 1px solid ${({theme:e,variant:t})=>e.variant[t]};
2071
2099
  border-radius: 42px;
2072
- font-size: ${({size:e})=>Wr[e].fontSize};
2100
+ font-size: ${({size:e})=>Vr[e].fontSize};
2073
2101
  font-weight: 600;
2074
2102
  display: flex;
2075
2103
  align-items: center;
2076
2104
  width: ${({block:e})=>e?"auto":"fit-content"};
2077
2105
  box-sizing: border-box;
2078
2106
 
2079
- `,Rr=({block:t,style:o,variant:r,...l})=>(p(),e.createElement(Ir,w({block:t,variant:r,style:o},l),l.children));Rr.propTypes={variant:c.string,block:c.bool,theme:c.object},Ir.defaultProps={theme:M},Rr.defaultProps={theme:M,variant:"primary-1",block:!1};const Pr={sm:{fontSize:"14px",padding:"11px 36px"},md:{fontSize:"16px",padding:"10px 24px"},lg:{fontSize:"22px",padding:"6px 29px"}},Lr=s.div`
2107
+ `,Rr=({block:t,style:o,variant:r,...l})=>(p(),e.createElement(Mr,w({block:t,variant:r,style:o},l),l.children));Rr.propTypes={variant:c.string,block:c.bool,theme:c.object},Mr.defaultProps={theme:M},Rr.defaultProps={theme:M,variant:"primary-1",block:!1};const Ir={sm:{fontSize:"14px",padding:"11px 36px"},md:{fontSize:"16px",padding:"10px 24px"},lg:{fontSize:"22px",padding:"6px 29px"}},Wr=s.div`
2080
2108
  color: ${({theme:e,variant:t})=>e.variant[t]};
2081
2109
  background: ${({theme:e})=>e.bgColor};
2082
- padding: ${({size:e})=>Pr[e].padding};
2110
+ padding: ${({size:e})=>Ir[e].padding};
2083
2111
  border: 1px solid ${({theme:e,variant:t})=>e.variant[t]};
2084
2112
  border-radius: 42px;
2085
- font-size: ${({size:e})=>Pr[e].fontSize};
2113
+ font-size: ${({size:e})=>Ir[e].fontSize};
2086
2114
  font-weight: 600;
2087
2115
  display: flex;
2088
2116
  align-items: center;
2089
2117
  width: ${({block:e})=>e?"auto":"fit-content"};
2090
2118
  box-sizing: border-box;
2091
2119
 
2092
- `,qr=({block:t,style:o,variant:r,...l})=>(p(),e.createElement(Lr,w({block:t,variant:r,style:o},l),l.children));qr.propTypes={variant:c.string,block:c.bool,theme:c.object},Lr.defaultProps={theme:M},qr.defaultProps={theme:M,variant:"primary-1",block:!1};const Br={xsm:{width:"88px"},sm:{width:"93px"},md:{width:"111px"},lg:{width:"129px"}},jr=s.div`
2120
+ `,Br=({block:t,style:o,variant:r,...l})=>(p(),e.createElement(Wr,w({block:t,variant:r,style:o},l),l.children));Br.propTypes={variant:c.string,block:c.bool,theme:c.object},Wr.defaultProps={theme:M},Br.defaultProps={theme:M,variant:"primary-1",block:!1};const Pr={xsm:{width:"88px"},sm:{width:"93px"},md:{width:"111px"},lg:{width:"129px"}},Lr=s.div`
2093
2121
  background: ${({theme:e,variant:t,bgColor:o})=>o||e.variant[t]};
2094
2122
  color: ${({theme:e,textColor:t})=>t||e.bgColor};
2095
2123
  border-radius: 13.5px;
@@ -2097,11 +2125,11 @@ font-size: 14px;
2097
2125
  display: flex;
2098
2126
  align-items: center;
2099
2127
  justify-content: center;
2100
- width: ${({block:e,size:t})=>e?"auto":Br[t].width};
2128
+ width: ${({block:e,size:t})=>e?"auto":Pr[t].width};
2101
2129
  height: 28px;
2102
2130
  box-sizing: border-box;
2103
2131
  overflow: hidden;
2104
- `,Hr=({block:t,style:o,variant:r,textColor:l,bgColor:i,...a})=>(p(),e.createElement(jr,w({block:t,variant:r,textColor:l,bgColor:i,style:o},a),a.children));Hr.propTypes={variant:c.string,size:c.oneOf(["xsm","sm","md","lg"]),block:c.bool,theme:c.object,textColor:c.string,bgColor:c.string},jr.defaultProps={theme:M},Hr.defaultProps={theme:M,variant:"primary-1",block:!1,size:"sm"};const Fr={xsm:{width:"88px"},sm:{width:"93px"},md:{width:"111px"},lg:{width:"129px"}},Tr=s.div`
2132
+ `,qr=({block:t,style:o,variant:r,textColor:l,bgColor:i,...a})=>(p(),e.createElement(Lr,w({block:t,variant:r,textColor:l,bgColor:i,style:o},a),a.children));qr.propTypes={variant:c.string,size:c.oneOf(["xsm","sm","md","lg"]),block:c.bool,theme:c.object,textColor:c.string,bgColor:c.string},Lr.defaultProps={theme:M},qr.defaultProps={theme:M,variant:"primary-1",block:!1,size:"sm"};const Hr={xsm:{width:"88px"},sm:{width:"93px"},md:{width:"111px"},lg:{width:"129px"}},jr=s.div`
2105
2133
  background: ${({theme:e})=>e.bgColor};
2106
2134
  color: ${({theme:e,variant:t,textColor:o})=>o||e.variant[t]};
2107
2135
  border: 1px solid ${({theme:e,variant:t,borderColor:o})=>o||e.variant[t]};
@@ -2110,11 +2138,11 @@ font-size: 14px;
2110
2138
  display: flex;
2111
2139
  align-items: center;
2112
2140
  justify-content: center;
2113
- width: ${({block:e,size:t})=>e?"auto":Fr[t].width};
2141
+ width: ${({block:e,size:t})=>e?"auto":Hr[t].width};
2114
2142
  height: 27px;
2115
2143
  box-sizing: border-box;
2116
2144
  overflow: hidden;
2117
- `,Gr=({block:t,style:o,variant:r,textColor:l,borderColor:i,...a})=>(p(),e.createElement(Tr,w({block:t,variant:r,textColor:l,borderColor:i,style:o},a),a.children));Gr.propTypes={variant:c.string,size:c.oneOf(["xsm","sm","md","lg"]),block:c.bool,theme:c.object,textColor:c.string,borderColor:c.string},Tr.defaultProps={theme:M},Gr.defaultProps={theme:M,variant:"primary-1",block:!1,size:"sm"};const Xr=s.div`
2145
+ `,Tr=({block:t,style:o,variant:r,textColor:l,borderColor:i,...a})=>(p(),e.createElement(jr,w({block:t,variant:r,textColor:l,borderColor:i,style:o},a),a.children));Tr.propTypes={variant:c.string,size:c.oneOf(["xsm","sm","md","lg"]),block:c.bool,theme:c.object,textColor:c.string,borderColor:c.string},jr.defaultProps={theme:M},Tr.defaultProps={theme:M,variant:"primary-1",block:!1,size:"sm"};const Fr=s.div`
2118
2146
  ${({theme:e,type:t})=>I(e,"sidebar-container")}
2119
2147
  ${({customStylesContainer:e})=>e}
2120
2148
 
@@ -2123,7 +2151,7 @@ ${({isOpen:e,forceOpen:t,theme:o,type:r,customStylesContainerOpen:l,customStyles
2123
2151
  @media (max-width: 980px) {
2124
2152
  ${({isOpen:e,theme:t,type:o,customStylesContainerMobileOpen:r,customStylesContainerMobileClose:l})=>e?{...I(t,"sidebar-container-mobile-open"),...r}:{...I(t,"sidebar-container-mobile-close"),...l}}
2125
2153
  }
2126
- `,Zr=s.div`
2154
+ `,Gr=s.div`
2127
2155
  ${({theme:e,type:t})=>I(e,"sidebar-pusher")}
2128
2156
  ${({customStylesPusher:e})=>e}
2129
2157
 
@@ -2132,7 +2160,7 @@ ${({forceOpen:e,theme:t,type:o,customStylesPusherOpen:r,customStylesPusherClose:
2132
2160
  @media (max-width: 980px) {
2133
2161
  ${({theme:e,type:t,customStylesPusherMobile:o})=>({...I(e,"sidebar-pusher-mobile"),...o})}}
2134
2162
  }
2135
- `,Or=({theme:t,customStylesContainer:o,customStylesContainerOpen:r,customStylesContainerClose:l,customStylesContainerMobileOpen:i,customStylesContainerMobileClose:a,customStylesPusher:n,customStylesPusherOpen:c,customStylesPusherClose:s,customStylesPusherMobile:d,forceOpen:p,forceClose:m,handleSidebar:u,toggleSideBarOpen:g,pinner:f,...b})=>{function h(e){u(e)}return e.createElement(e.Fragment,null,e.createElement(Xr,w({theme:t,customStyles:o,type:"sidebarContainer",onMouseEnter:()=>{p||h(!0)},onMouseLeave:()=>{h(!1),m()},forceOpen:p,isOpen:g},b),e.createElement(Zr,null),b.children,f))};Or.propTypes={theme:c.object,customStylesContainer:c.object,customStylesContainerOpen:c.object,customStylesContainerClose:c.object,customStylesContainerMobileOpen:c.object,customStylesContainerMobileClose:c.object,customStylesPusher:c.object,customStylesPusherOpen:c.object,customStylesPusherClose:c.object,customStylesPusherMobile:c.object,forceOpen:c.bool,forceClose:c.func,handleSidebar:c.func,toggleSideBarOpen:c.bool,pinner:c.any},Or.defaultProps={theme:W};const Jr=s.div`
2163
+ `,Xr=({theme:t,customStylesContainer:o,customStylesContainerOpen:r,customStylesContainerClose:l,customStylesContainerMobileOpen:i,customStylesContainerMobileClose:a,customStylesPusher:n,customStylesPusherOpen:c,customStylesPusherClose:s,customStylesPusherMobile:d,forceOpen:p,forceClose:m,handleSidebar:u,toggleSideBarOpen:g,pinner:b,...f})=>{function h(e){u(e)}return e.createElement(e.Fragment,null,e.createElement(Fr,w({theme:t,customStyles:o,type:"sidebarContainer",onMouseEnter:()=>{p||h(!0)},onMouseLeave:()=>{h(!1),m()},forceOpen:p,isOpen:g},f),e.createElement(Gr,null),f.children,b))};Xr.propTypes={theme:c.object,customStylesContainer:c.object,customStylesContainerOpen:c.object,customStylesContainerClose:c.object,customStylesContainerMobileOpen:c.object,customStylesContainerMobileClose:c.object,customStylesPusher:c.object,customStylesPusherOpen:c.object,customStylesPusherClose:c.object,customStylesPusherMobile:c.object,forceOpen:c.bool,forceClose:c.func,handleSidebar:c.func,toggleSideBarOpen:c.bool,pinner:c.any},Xr.defaultProps={theme:R};const Zr=s.div`
2136
2164
  min-height: 51px;
2137
2165
  display: flex;
2138
2166
  background-color: #193096;
@@ -2146,13 +2174,13 @@ padding-left: 24.5px;
2146
2174
  cursor: pointer;
2147
2175
  }
2148
2176
  }
2149
- `,Ur=s.div`
2177
+ `,Or=s.div`
2150
2178
  display: flex;
2151
2179
  background-color: transparent;
2152
2180
  flex-direction: column;
2153
2181
  align-items: center;
2154
2182
  width: 100%;
2155
- `,Qr=s.div`
2183
+ `,Jr=s.div`
2156
2184
  display: flex;
2157
2185
  align-items: center;
2158
2186
  cursor: pointer;
@@ -2174,14 +2202,14 @@ span{
2174
2202
  p{
2175
2203
  margin: 8.25px 0;
2176
2204
  }
2177
- `,Kr=s.div`
2205
+ `,Ur=s.div`
2178
2206
  display: flex;
2179
2207
  background-color: transparent;
2180
2208
  flex-direction: column;
2181
2209
  align-items: center;
2182
2210
  width: 100%;
2183
2211
  margin-top: auto;
2184
- `,Nr=s.div`
2212
+ `,Qr=s.div`
2185
2213
  display: flex;
2186
2214
  align-items: center;
2187
2215
  cursor: pointer;
@@ -2203,7 +2231,7 @@ span{
2203
2231
  p{
2204
2232
  margin: 8.25px 0;
2205
2233
  }
2206
- `,Yr=({theme:t,headerContent:r,bodyContent:l,footerContent:i,selectedApp:a,setApp:n,toggleSideBarOpen:c,...s})=>{const[d,p]=o(null),[m,u]=o(null);return e.createElement("div",{onMouseLeave:()=>{p(null),u(null)},style:{display:"flex",flexDirection:"column",height:"100vh"},className:"NavbarDiv"},e.createElement(Jr,null,r),e.createElement(Ur,null,l?.map(((t,o)=>e.createElement(J,{key:t.id,index:o,handleClick:e=>{!function(e){u(null),p(e)}(e)},isAccordionOpen:o===d,isSelected:t.userName===a.lev1,customStylesAccordionContainer:{padding:"0","box-shadow":"none","border-radius":"0px","background-color":"transparent"},customStylesAccordionTogggle:{padding:"0","box-shadow":"none","border-radius":"0px","background-color":"transparent","padding-left":"16px","padding-top":"7.5px","padding-bottom":"7.5px",cursor:"pointer"},customStylesAccordionContent:{transition:"height ease 0.2s",overflow:"hidden",padding:"0","background-color":"transparent",color:"white",position:"relative","box-shadow":"none"},contentToggle:e.createElement(ae,{toggleName:c,customStylesName:{"white-space":"nowrap",overflow:"hidden","text-overflow":"ellipsis",color:"white","font-weight":t.userName===a.lev1?"600":"400"},customStylesNameHover:{"text-decoration":"underline"},size:"LG",user:t,isSelected:t.userName===a.lev1}),content:e.createElement("div",{style:{margin:"0",padding:"0",paddingLeft:"32px",marginBottom:"18.25px"}},t.subdirectory?.map(((o,r)=>e.createElement(Qr,{key:t.id+o,onClick:()=>{console.log("Click: ",t.fullName,o),n({lev1:`${t.userName}`,lev2:`${o}`})}},e.createElement("span",{style:{visibility:a.lev2===o?"visible":"hidden"}}),e.createElement("p",{style:{marginTop:0===r&&"0px"}},o)))))})))),e.createElement(Kr,null,e.createElement(U,{index:0,handleClick:e=>{!function(e){p(null),u(e)}(e)},isAccordionOpen:0===m,customStylesAccordionContainer:{padding:"0","box-shadow":"none","border-radius":"0px","background-color":"transparent"},customStylesAccordionTogggle:{padding:"0","box-shadow":"none","border-radius":"0px","background-color":"transparent","padding-left":"16px","padding-top":"7.5px","padding-bottom":"7.5px",cursor:"pointer"},customStylesAccordionContent:{transition:"height ease 0.2s",overflow:"hidden",padding:"0","background-color":"transparent",color:"white",position:"relative","box-shadow":"none"},contentToggle:e.createElement(ae,{toggleName:c,customStylesName:{"white-space":"nowrap",overflow:"hidden","text-overflow":"ellipsis",color:"white","font-weight":"400"},customStylesNameHover:{"text-decoration":"underline"},size:"LG",user:{fullName:"My Account",userName:"My Account",url:"https://picsum.photos/30"}}),content:e.createElement("div",{style:{margin:"0",padding:"0",paddingLeft:"32px",marginBottom:"18.25px"}},e.createElement(Nr,{onClick:()=>{}},e.createElement("p",null,"Change Password")),e.createElement(Nr,{onClick:()=>{}},e.createElement("p",null,"Sign Out")))}),e.createElement(U,{handleClick:()=>{},customStylesAccordionContainer:{padding:"0","box-shadow":"none","border-radius":"0px","background-color":"transparent"},customStylesAccordionTogggle:{padding:"0","box-shadow":"none","border-radius":"0px","background-color":"transparent","padding-left":"16px","padding-top":"7.5px","padding-bottom":"7.5px",cursor:"pointer"},customStylesAccordionContent:{transition:"height ease 0.2s",overflow:"hidden",padding:"0","background-color":"transparent",color:"white",position:"relative","box-shadow":"none"},contentToggle:e.createElement(de,{toggleName:c,customStylesName:{"white-space":"nowrap",overflow:"hidden","text-overflow":"ellipsis",color:"white","font-weight":"400"},customStylesNameHover:{"text-decoration":"underline"},size:"LG",user:{fullName:"Users",userName:"Users"},value:"+"+i.length}),disable:!0})))},Dr=s.button`
2234
+ `,Kr=({theme:t,headerContent:r,bodyContent:l,footerContent:i,selectedApp:a,setApp:n,toggleSideBarOpen:c,...s})=>{const[d,p]=o(null),[m,u]=o(null);return e.createElement("div",{onMouseLeave:()=>{p(null),u(null)},style:{display:"flex",flexDirection:"column",height:"100vh"},className:"NavbarDiv"},e.createElement(Zr,null,r),e.createElement(Or,null,l?.map(((t,o)=>e.createElement(K,{key:t.id,index:o,handleClick:e=>{!function(e){u(null),p(e)}(e)},isAccordionOpen:o===d,isSelected:t.userName===a.lev1,customStylesAccordionContainer:{padding:"0","box-shadow":"none","border-radius":"0px","background-color":"transparent"},customStylesAccordionTogggle:{padding:"0","box-shadow":"none","border-radius":"0px","background-color":"transparent","padding-left":"16px","padding-top":"7.5px","padding-bottom":"7.5px",cursor:"pointer"},customStylesAccordionContent:{transition:"height ease 0.2s",overflow:"hidden",padding:"0","background-color":"transparent",color:"white",position:"relative","box-shadow":"none"},contentToggle:e.createElement(se,{toggleName:c,customStylesName:{"white-space":"nowrap",overflow:"hidden","text-overflow":"ellipsis",color:"white","font-weight":t.userName===a.lev1?"600":"400"},customStylesNameHover:{"text-decoration":"underline"},size:"LG",user:t,isSelected:t.userName===a.lev1}),content:e.createElement("div",{style:{margin:"0",padding:"0",paddingLeft:"32px",marginBottom:"18.25px"}},t.subdirectory?.map(((o,r)=>e.createElement(Jr,{key:t.id+o,onClick:()=>{console.log("Click: ",t.fullName,o),n({lev1:`${t.userName}`,lev2:`${o}`})}},e.createElement("span",{style:{visibility:a.lev2===o?"visible":"hidden"}}),e.createElement("p",{style:{marginTop:0===r&&"0px"}},o)))))})))),e.createElement(Ur,null,e.createElement(N,{index:0,handleClick:e=>{!function(e){p(null),u(e)}(e)},isAccordionOpen:0===m,customStylesAccordionContainer:{padding:"0","box-shadow":"none","border-radius":"0px","background-color":"transparent"},customStylesAccordionTogggle:{padding:"0","box-shadow":"none","border-radius":"0px","background-color":"transparent","padding-left":"16px","padding-top":"7.5px","padding-bottom":"7.5px",cursor:"pointer"},customStylesAccordionContent:{transition:"height ease 0.2s",overflow:"hidden",padding:"0","background-color":"transparent",color:"white",position:"relative","box-shadow":"none"},contentToggle:e.createElement(se,{toggleName:c,customStylesName:{"white-space":"nowrap",overflow:"hidden","text-overflow":"ellipsis",color:"white","font-weight":"400"},customStylesNameHover:{"text-decoration":"underline"},size:"LG",user:{fullName:"My Account",userName:"My Account",url:"https://picsum.photos/30"}}),content:e.createElement("div",{style:{margin:"0",padding:"0",paddingLeft:"32px",marginBottom:"18.25px"}},e.createElement(Qr,{onClick:()=>{}},e.createElement("p",null,"Change Password")),e.createElement(Qr,{onClick:()=>{}},e.createElement("p",null,"Sign Out")))}),e.createElement(N,{handleClick:()=>{},customStylesAccordionContainer:{padding:"0","box-shadow":"none","border-radius":"0px","background-color":"transparent"},customStylesAccordionTogggle:{padding:"0","box-shadow":"none","border-radius":"0px","background-color":"transparent","padding-left":"16px","padding-top":"7.5px","padding-bottom":"7.5px",cursor:"pointer"},customStylesAccordionContent:{transition:"height ease 0.2s",overflow:"hidden",padding:"0","background-color":"transparent",color:"white",position:"relative","box-shadow":"none"},contentToggle:e.createElement(ue,{toggleName:c,customStylesName:{"white-space":"nowrap",overflow:"hidden","text-overflow":"ellipsis",color:"white","font-weight":"400"},customStylesNameHover:{"text-decoration":"underline"},size:"LG",user:{fullName:"Users",userName:"Users"},value:"+"+i.length}),disable:!0})))},Nr=s.button`
2207
2235
  background: ${({disabled:e,theme:t})=>e?"#BBC4CF":t.bgColor};
2208
2236
  color: ${({theme:e,variant:t})=>e.variant[t]};
2209
2237
  padding: 6px 17px;
@@ -2226,7 +2254,7 @@ p{
2226
2254
  fill: #929EAC;
2227
2255
  }
2228
2256
  }
2229
- `,$r=({block:t,style:o,variant:r,borderVariant:l,disabled:i,...a})=>(p(),e.createElement(Dr,w({block:t,variant:r,borderVariant:l,type:"button",style:o,disabled:i},a),a.children));$r.propTypes={variant:c.string,borderVariant:c.string,disabled:c.bool,block:c.bool,onClick:c.func,theme:c.object},Dr.defaultProps={theme:M},$r.defaultProps={theme:M,variant:"primary-2",borderVariant:"neutral-3",block:!1,disabled:!1,onClick:void 0};const _r=s.button`
2257
+ `,Yr=({block:t,style:o,variant:r,borderVariant:l,disabled:i,...a})=>(p(),e.createElement(Nr,w({block:t,variant:r,borderVariant:l,type:"button",style:o,disabled:i},a),a.children));Yr.propTypes={variant:c.string,borderVariant:c.string,disabled:c.bool,block:c.bool,onClick:c.func,theme:c.object},Nr.defaultProps={theme:M},Yr.defaultProps={theme:M,variant:"primary-2",borderVariant:"neutral-3",block:!1,disabled:!1,onClick:void 0};const Dr=s.button`
2230
2258
  background: ${({disabled:e,theme:t,bgVariant:o})=>e?"#BBC4CF":t.variant[o]};
2231
2259
  color: ${({theme:e,variant:t})=>e.variant[t]};
2232
2260
  padding: 6px 17px;
@@ -2253,12 +2281,12 @@ p{
2253
2281
  * {
2254
2282
  outline: none;
2255
2283
  }
2256
- `,el=({block:t,style:o,variant:r,bgVariant:l,disabled:i,...a})=>(p(),e.createElement(_r,w({block:t,variant:r,bgVariant:l,type:"button",style:o,disabled:i},a),a.children));el.propTypes={variant:c.string,bgVariant:c.string,disabled:c.bool,block:c.bool,onClick:c.func,theme:c.object},_r.defaultProps={theme:M},el.defaultProps={theme:M,variant:"primary-2",bgVariant:"neutral-4",block:!1,disabled:!1,onClick:void 0};const tl=s.div`
2284
+ `,$r=({block:t,style:o,variant:r,bgVariant:l,disabled:i,...a})=>(p(),e.createElement(Dr,w({block:t,variant:r,bgVariant:l,type:"button",style:o,disabled:i},a),a.children));$r.propTypes={variant:c.string,bgVariant:c.string,disabled:c.bool,block:c.bool,onClick:c.func,theme:c.object},Dr.defaultProps={theme:M},$r.defaultProps={theme:M,variant:"primary-2",bgVariant:"neutral-4",block:!1,disabled:!1,onClick:void 0};const _r=s.div`
2257
2285
  background: transparent;
2258
2286
  display: flex;
2259
2287
  align-items: center;
2260
2288
  width: ${({block:e})=>e?"100%":"fit-content"};
2261
- `,ol=s.div`
2289
+ `,el=s.div`
2262
2290
  margin: 0;
2263
2291
  color: ${({theme:e,variantOff:t})=>e.variant[t]};
2264
2292
  white-space: nowrap;
@@ -2276,51 +2304,58 @@ p{
2276
2304
  &>div:first-of-type{
2277
2305
  color: ${({theme:e,variantOn:t})=>e.variant[t]};
2278
2306
  }
2279
- `,rl=s.div`
2307
+ `,tl=s.div`
2280
2308
  display: flex;
2281
2309
  margin-left: 20px;
2282
- `,ll=s.div`
2310
+ `,ol=s.div`
2283
2311
  height: 6px;
2284
2312
  width: ${({widthStep:e})=>e}px;
2285
2313
  margin: 0 3px;
2286
2314
  background-color: ${({theme:e,isActive:t,variantOn:o,variantOff:r})=>t?e.variant[o]:e.variant[r]};
2287
2315
  border-radius: 19px;
2288
- `,il=({block:t,variantOn:o,variantOff:r,currentStep:l,totalSteps:i,widthStep:a,style:n,...c})=>(p(),e.createElement(tl,w({block:t},c,{style:n}),e.createElement(ol,w({},c,{variantOn:o,variantOff:r}),"Page ",e.createElement("div",null,l)," of ",e.createElement("div",null,i)),e.createElement(rl,c,Array.from(Array(i).keys()).map((t=>e.createElement(ll,{key:"formSteps".concat(t),isActive:l===t+1,variantOn:o,variantOff:r,widthStep:a}))))));il.propTypes={variantOn:c.string,variantOff:c.string,block:c.bool,theme:c.object,currentStep:c.number,totalSteps:c.number,widthStep:c.number},tl.defaultProps={theme:M},ol.defaultProps={theme:M},rl.defaultProps={theme:M},ll.defaultProps={theme:M},il.defaultProps={theme:M,variantOn:"primary-1",variantOff:"neutral-2",block:!1,currentStep:1,totalSteps:4,widthStep:43};const al=s.div`
2289
- //Set the styles from the default styles object
2290
- ${({theme:e,type:t})=>I(e,t)}
2291
- background-color: ${({color:e})=>e?R(e,.5):M.primary["primary-1"]};
2292
- `,nl=s.div`
2293
- //Set the styles from the default styles object
2294
- ${({theme:e,type:t})=>I(e,t)}
2295
-
2296
- // custom styles
2297
- ${({progressBarStyle:e})=>e}
2298
- width: ${({now:e})=>e+"%"};
2299
- background-color: ${({color:e})=>e||M.primary["primary-1"]};
2300
- `,cl=({labelStyle:t,progressBarStyle:o,label:r,now:l,color:i,...a})=>e.createElement("div",null,e.createElement(L,w({theme:W,customStyles:t,type:"progressbarLabel",text:r},a)),e.createElement(al,w({progressBarStyle:o,theme:W,type:"progressWrapper",color:i},a),e.createElement(nl,w({progressBarStyle:o,now:l,theme:W,type:"containerWrapper",color:i},a))));cl.propTypes={labelStyle:c.object,progressBarStyle:c.object,color:c.string,label:c.string,now:c.number},cl.defaultProps={labelStyle:{},progressBarStyle:{},label:"",now:0,color:"#2E56F4"};const sl=s.div`
2301
- display: flex;
2302
- align-items: center;
2303
- color: ${({theme:e})=>e.variant["neutral-2"]};
2304
- `;sl.defaultProps={theme:M};const dl=({...t})=>e.createElement(sl,null,t.children);dl.propTypes={theme:c.object},dl.defaultProps={theme:M};const pl=s.div`
2305
- font-size: 14px;
2306
- color: ${({selected:e,theme:t})=>e?t.variant["primary-1"]:null};
2316
+ `,rl=({block:t,variantOn:o,variantOff:r,currentStep:l,totalSteps:i,widthStep:a,style:n,...c})=>(p(),e.createElement(_r,w({block:t},c,{style:n}),e.createElement(el,w({},c,{variantOn:o,variantOff:r}),"Page ",e.createElement("div",null,l)," of ",e.createElement("div",null,i)),e.createElement(tl,c,Array.from(Array(i).keys()).map((t=>e.createElement(ol,{key:"formSteps".concat(t),isActive:l===t+1,variantOn:o,variantOff:r,widthStep:a}))))));rl.propTypes={variantOn:c.string,variantOff:c.string,block:c.bool,theme:c.object,currentStep:c.number,totalSteps:c.number,widthStep:c.number},_r.defaultProps={theme:M},el.defaultProps={theme:M},tl.defaultProps={theme:M},ol.defaultProps={theme:M},rl.defaultProps={theme:M,variantOn:"primary-1",variantOff:"neutral-2",block:!1,currentStep:1,totalSteps:4,widthStep:43};const ll=s.div`
2317
+ height: 10px;
2318
+ border-radius: 10px;
2319
+ margin-top: 13px;
2320
+ margin-left: 13px;
2321
+ margin-right: 13px;
2322
+ width: inherit;
2323
+ background-color: ${({color:e,theme:t})=>W(e||t.primary["primary-1"],.5)};
2324
+ `,il=s.div`
2325
+ height: inherit;
2326
+ width: inherit;
2327
+ transition: width 1s ease-in-out;
2328
+ border-radius: inherit;
2329
+ text-align: right;
2307
2330
 
2308
- svg {
2309
- width: 14px;
2310
- height: 14px;
2311
- path {
2312
- fill: ${({selected:e,theme:t})=>e?t.variant["primary-1"]:t.variant["neutral-2"]};
2313
- }
2314
- }
2331
+ // custom styles
2332
+ ${({progressBarStyle:e})=>e}
2333
+ width: ${({now:e})=>e+"%"};
2334
+ background-color: ${({color:e,theme:t})=>e||t.primary["primary-1"]};
2335
+ `,al=({labelStyle:t,progressBarStyle:o,label:r,now:l,color:i,...a})=>{const n=p()||M;return e.createElement("div",null,e.createElement(P,w({inBuiltCss:R,customStyles:t,type:"progressbarLabel",text:r},a)),e.createElement(ll,w({progressBarStyle:o,theme:n,color:i},a),e.createElement(il,w({progressBarStyle:o,now:l,theme:n,color:i},a))))};al.propTypes={labelStyle:c.object,progressBarStyle:c.object,color:c.string,label:c.string,now:c.number},al.defaultProps={labelStyle:{},progressBarStyle:{},label:"",now:0};const nl=s.div`
2336
+ display: flex;
2337
+ align-items: center;
2338
+ color: ${({theme:e})=>e.variant["neutral-2"]};
2339
+ `,cl=({...t})=>{const o=p()||M;return e.createElement(nl,{theme:o},t.children)},sl=s.div`
2340
+ font-size: 14px;
2341
+ color: ${({selected:e,theme:t})=>e?t.variant["primary-1"]:null};
2315
2342
 
2316
- cursor: pointer;
2317
- &:not(:first-child):not(:last-child) {
2318
- margin: 0 22px;
2343
+ svg {
2344
+ width: 14px;
2345
+ height: 14px;
2346
+ path {
2347
+ fill: ${({selected:e,theme:t})=>e?t.variant["primary-1"]:t.variant["neutral-2"]};
2319
2348
  }
2320
- `;pl.defaultProps={theme:M},(dl.PageItem=function({selected:t,...o}){return e.createElement(pl,w({selected:t},o),o.children)}).propTypes={theme:c.object,selected:c.bool},dl.PageItem.defaultProps={theme:M,selected:!1};const ml=s.div`
2349
+ }
2350
+
2351
+ cursor: pointer;
2352
+ &:not(:first-child):not(:last-child) {
2353
+ margin: 0 22px;
2354
+ }
2355
+ `;(cl.PageItem=function({selected:t,...o}){const r=p()||M;return e.createElement(sl,w({selected:t,theme:r},o),o.children)}).propTypes={selected:c.bool},cl.PageItem.defaultProps={selected:!1};const dl=s.div`
2321
2356
  ${({theme:e,type:t,customStyles:o})=>{if(e){let r={};if(e[t]){for(const t in e.common)r[t]=e.common[t];for(const o in e[t])r[o]=e[t][o],delete e.common[o]}return{...r,...o}}}}
2322
2357
  }
2323
- `,ul=({theme:t,toggleSimple:o,contentTrigger:r,contentOverlay:l,popperOptionsP:i,settingsP:a,customStyles:n,...c})=>{let s={},d={};o?(s={...s,modifiers:[{name:"offset",options:{offset:[0,5]}}],strategy:"absolute"},d={...d}):(s={...s,modifiers:[{name:"offset",options:{offset:[0,5]}}],strategy:"absolute"},d={...d,trigger:"click",closeOnOutsideClick:!0,interactive:!0}),s={...s,...i},d={...d,...a};const{getArrowProps:p,getTooltipProps:m,setTooltipRef:u,setTriggerRef:g,visible:f}=v({...d},s);return e.createElement(e.Fragment,null,e.createElement("div",{ref:g,style:{width:"fit-content",height:"fit-content"}},r),f&&e.createElement(ml,w({type:o?"simple-overlay":"overlay",theme:t,ref:u},m({className:"tooltip-container"}),{customStyles:n}),l))};ul.propTypes={theme:c.object,contentTrigger:c.any,contentOverlay:c.any,popperOptionsP:c.object,settingsP:c.object,customStyles:c.object,toggleSimple:c.bool},ul.defaultProps={theme:W,contentTrigger:e.createElement("div",null,"Trigger"),contentOverlay:e.createElement("div",null,"I am the Overlay")};const gl={overlay:{zIndex:"999999",backgroundColor:"rgb(0 0 0 / 30%)"},content:{borderColor:M.border,top:"50%",left:"50%",right:"auto",bottom:"auto",marginRight:"-50%",padding:"0px",transform:"translate(-50%, -50%)",maxHeight:"75vh",minWidth:"40vw"}},fl=s.button`
2358
+ `,pl=({theme:t,toggleSimple:o,contentTrigger:r,contentOverlay:l,popperOptionsP:i,settingsP:a,customStyles:n,...c})=>{let s={},d={};o?(s={...s,modifiers:[{name:"offset",options:{offset:[0,5]}}],strategy:"absolute"},d={...d}):(s={...s,modifiers:[{name:"offset",options:{offset:[0,5]}}],strategy:"absolute"},d={...d,trigger:"click",closeOnOutsideClick:!0,interactive:!0}),s={...s,...i},d={...d,...a};const{getArrowProps:p,getTooltipProps:m,setTooltipRef:u,setTriggerRef:g,visible:b}=v({...d},s);return e.createElement(e.Fragment,null,e.createElement("div",{ref:g,style:{width:"fit-content",height:"fit-content"}},r),b&&e.createElement(dl,w({type:o?"simple-overlay":"overlay",theme:t,ref:u},m({className:"tooltip-container"}),{customStyles:n}),l))};pl.propTypes={theme:c.object,contentTrigger:c.any,contentOverlay:c.any,popperOptionsP:c.object,settingsP:c.object,customStyles:c.object,toggleSimple:c.bool},pl.defaultProps={theme:R,contentTrigger:e.createElement("div",null,"Trigger"),contentOverlay:e.createElement("div",null,"I am the Overlay")};const ml={overlay:{zIndex:"999999",backgroundColor:"rgb(0 0 0 / 30%)"},content:{borderColor:M.border,top:"50%",left:"50%",right:"auto",bottom:"auto",marginRight:"-50%",padding:"0px",transform:"translate(-50%, -50%)",minWidth:"40vw",maxHeight:"85vh",overflow:"hidden"}},ul=s.button`
2324
2359
  //Set the styles from the default styles object
2325
2360
  ${({theme:e,type:t})=>I(e,t)}
2326
2361
  // custom styles
@@ -2330,7 +2365,7 @@ ${({theme:e,type:t,customStyles:o})=>{if(e){let r={};if(e[t]){for(const t in e.c
2330
2365
  outline: none;
2331
2366
  border: none;
2332
2367
  }
2333
- `,bl=s.div`
2368
+ `,gl=s.div`
2334
2369
  .header-title {
2335
2370
  display: flex;
2336
2371
  gap: 10px;
@@ -2344,16 +2379,27 @@ ${({theme:e,type:t,customStyles:o})=>{if(e){let r={};if(e[t]){for(const t in e.c
2344
2379
  }
2345
2380
  // custom styles
2346
2381
  ${({customModalHeaderStyle:e})=>e}
2347
- `,hl=s.div`
2382
+ `,bl=s.div`
2383
+
2348
2384
  //Set the styles from the default styles object
2349
2385
  ${({theme:e,type:t})=>I(e,t)}
2350
2386
  // custom styles
2351
2387
  ${({customModalBodyStyle:e})=>e}
2352
- `,yl=s.div`
2388
+ `,fl=s.div`
2389
+ max-height: 60vh;
2390
+ overflow-y: scroll;
2391
+ `,hl=s.div`
2353
2392
  //Set the styles from the default styles object
2354
2393
  ${({theme:e,type:t})=>I(e,t)}
2355
2394
  // custom styles
2356
2395
  ${({customModalFooterStyle:e})=>e}
2396
+ `,yl=s.div`
2397
+ padding: .5rem 3rem 0rem 3rem;
2357
2398
  `,xl=s.div`
2358
- padding: 2rem 3rem 0rem 3rem;
2359
- `;C.setAppElement(window.next?.version?"#__next":"#root");const Al=({modalIsOpen:t,toggleModal:o,closeOnOutsideClick:r,headerContent:l,bodyContent:i,footerContent:a,customModalCloseStyle:n,customModalHeaderStyle:c,customModalBodyStyle:s,customModalFooterStyle:d,...p})=>e.createElement(C,w({isOpen:t,onRequestClose:r?o:void 0,style:gl,contentLabel:"Modal"},p),e.createElement(fl,{theme:W,type:"modalComp-modal-close",style:n,onClick:o},e.createElement(it,{icon:"cross-icon",color:M.neutral["neutral-2"],size:15})),e.createElement(bl,{style:c},e.createElement(xl,null,l)),e.createElement(hl,{theme:W,type:"modalComp-modal-body",style:s},e.createElement(xl,null," ",i)),e.createElement(yl,{theme:W,type:"modalComp-modal-footer",style:d},a));Al.propTypes={modalIsOpen:c.bool,toggleModal:c.func,closeOnOutsideClick:c.bool,headerContent:c.any,bodyContent:c.any,footerContent:c.any,customModalCloseStyle:c.object,customModalHeaderStyle:c.object,customModalBodyStyle:c.object,customModalFooterStyle:c.object},Al.defaultProps={modalIsOpen:!1,toggleModal:()=>{},closeOnOutsideClick:!1,headerContent:"",bodyContent:"",footerContent:"",customModalCloseStyle:{},customModalHeaderStyle:{},customModalBodyStyle:{},customModalFooterStyle:{}};export{O as Accordion,J as AccordionSB,U as AccordionSBfooter,To as ActionContainer,Zo as ActionItem,Y as ArrowBar,oe as Avatar,ae as AvatarSB,de as AvatarSBfooter,ue as Banner,he as Breadcrumb,sr as ButtonPopup,G as Card,Z as CardRef,pt as CheckBoxInput,Pe as Content,el as DarkSecondaryLink,Nt as DateSelect,qe as Divider,F as DocumentCard,je as Drawer,yo as DropdownSelect,Tt as DropzoneInput,He as ErrorBoundary,Ge as FilterChip,Ze as Footer,Ke as FooterContent,Do as FormComponent,Oo as FormContainer,Jo as FormWrapper,tr as GroupAvatars,ir as GroupButtons,ur as GroupButtonsPopup,xr as GroupStatusCircle,Ye as Header,Yo as HeaderComponent,Cr as HyperLink,it as Icon,$ as Image,L as Label,$r as LightSecondaryLink,Ae as Loader,Al as ModalComp,Ko as MultiColumnDiv,Qo as MultiColumnWrapper,Yr as Navbar,go as NumericInput,ul as Overlay,Go as OverlayOptionContainer,Xo as OverlayOptionItemLabel,Ro as PageContent,dl as Pagination,So as PasswordInput,ke as PrimaryButton,Rr as PrimaryStatusChip,cl as ProgressBar,il as ProgressSteps,Wt as RadioInput,Io as Rating,xo as SearchInput,Me as SecondaryButton,qr as SecondaryStatusChip,Or as Sidebar,oo as SignatureInput,Hr as SlimPrimaryStatusChip,Gr as SlimSecondaryStatusChip,fr as StatusCircle,qo as StyledCentralBar,Lo as StyledClearSearch,jo as StyledCreateRow,Ho as StyledRow,Po as StyledRowSearch,Fo as StyledSearchRow,Bo as StyledWarning,Uo as SubmitButtonContainer,$o as SubmitComponent,No as Table,no as TextArea,tt as TextInput,xt as TimeInput,Ie as TinyButton,St as ToggleSwitch,Mr as Tooltip,Er as Typography,V as graphColor,R as hexToRGB,E as neutralColor,S as primaryColor,z as shadeColor,k as uiColor};
2399
+ position: sticky;
2400
+ background-color: ${({theme:e})=>e.bgColor};
2401
+ width: 100%;
2402
+ top: 0px;
2403
+ border-bottom: 1px solid ${({theme:e})=>e.border}
2404
+
2405
+ `;try{C.setAppElement("#root")}catch(e){C.setAppElement("#__next")}const Al=({modalIsOpen:t,toggleModal:o,closeOnOutsideClick:r,headerContent:l,bodyContent:i,footerContent:a,customModalCloseStyle:n,customModalHeaderStyle:c,customModalBodyStyle:s,customModalFooterStyle:d,...m})=>{const u=p()||M;return e.createElement(C,w({isOpen:t,onRequestClose:r?o:void 0,style:ml,contentLabel:"Modal"},m),e.createElement(xl,{theme:u},e.createElement(ul,{theme:R,type:"modalComp-modal-close",style:n,onClick:o},e.createElement(U,{icon:"cross-icon",color:M.neutral["neutral-2"],size:15})),e.createElement(gl,{style:c},e.createElement(yl,null,l))),e.createElement(fl,null,e.createElement(bl,{theme:R,type:"modalComp-modal-body",style:s},e.createElement(yl,null," ",i)),e.createElement(hl,{theme:R,type:"modalComp-modal-footer",style:d},a)))};Al.propTypes={modalIsOpen:c.bool,toggleModal:c.func,closeOnOutsideClick:c.bool,headerContent:c.any,bodyContent:c.any,footerContent:c.any,customModalCloseStyle:c.object,customModalHeaderStyle:c.object,customModalBodyStyle:c.object,customModalFooterStyle:c.object},Al.defaultProps={modalIsOpen:!1,toggleModal:()=>{},closeOnOutsideClick:!1,headerContent:"",bodyContent:"",footerContent:"",customModalCloseStyle:{},customModalHeaderStyle:{},customModalBodyStyle:{},customModalFooterStyle:{}};export{Q as Accordion,K as AccordionSB,N as AccordionSBfooter,Ho as ActionContainer,Fo as ActionItem,_ as ArrowBar,ie as Avatar,se as AvatarSB,ue as AvatarSBfooter,fe as Banner,Ae as Breadcrumb,nr as ButtonPopup,G as Card,Z as CardRef,ct as CheckBoxInput,Pe as Content,$r as DarkSecondaryLink,Ut as DateSelect,qe as Divider,T as DocumentCard,je as Drawer,bo as DropdownSelect,Ht as DropzoneInput,Te as ErrorBoundary,Xe as FilterChip,Oe as Footer,Ne as FooterContent,No as FormComponent,Go as FormContainer,Xo as FormWrapper,_o as GroupAvatars,rr as GroupButtons,pr as GroupButtonsPopup,hr as GroupStatusCircle,De as Header,Ko as HeaderComponent,Ar as HyperLink,U as Icon,te as Image,P as Label,Yr as LightSecondaryLink,we as Loader,Al as ModalComp,Jo as MultiColumnDiv,Oo as MultiColumnWrapper,Kr as Navbar,po as NumericInput,pl as Overlay,jo as OverlayOptionContainer,To as OverlayOptionItemLabel,Mo as PageContent,cl as Pagination,vo as PasswordInput,ze as PrimaryButton,Rr as PrimaryStatusChip,al as ProgressBar,rl as ProgressSteps,zt as RadioInput,Vo as Rating,fo as SearchInput,Re as SecondaryButton,Br as SecondaryStatusChip,Xr as Sidebar,_t as SignatureInput,qr as SlimPrimaryStatusChip,Tr as SlimSecondaryStatusChip,ur as StatusCircle,Wo as StyledCentralBar,Io as StyledClearSearch,Po as StyledCreateRow,Lo as StyledRow,Ro as StyledRowSearch,qo as StyledSearchRow,Bo as StyledWarning,Zo as SubmitButtonContainer,Yo as SubmitComponent,Qo as Table,lo as TextArea,ot as TextInput,ft as TimeInput,We as TinyButton,vt as ToggleSwitch,zr as Tooltip,Sr as Typography,V as graphColor,W as hexToRGB,k as neutralColor,S as primaryColor,z as shadeColor,E as uiColor};