@azure/communication-react 1.8.1-alpha-202309300012 → 1.8.1-alpha-202310040013

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 (79) hide show
  1. package/dist/communication-react.d.ts +5 -6
  2. package/dist/dist-cjs/communication-react/index.js +883 -434
  3. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  4. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  5. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  6. package/dist/dist-esm/react-components/src/components/CaptionsBanner.js +5 -7
  7. package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
  8. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.d.ts +2 -2
  9. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js +5 -22
  10. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js.map +1 -1
  11. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js +2 -1
  12. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js.map +1 -1
  13. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.d.ts +2 -3
  14. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js +1 -1
  15. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js.map +1 -1
  16. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.d.ts +0 -5
  17. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js +17 -13
  18. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js.map +1 -1
  19. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.d.ts +9 -0
  20. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js +79 -20
  21. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js.map +1 -1
  22. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +9 -8
  23. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
  24. package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +15 -1
  25. package/dist/dist-esm/react-components/src/components/MessageThread.js +114 -93
  26. package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
  27. package/dist/dist-esm/react-components/src/components/SystemMessage.js +1 -1
  28. package/dist/dist-esm/react-components/src/components/SystemMessage.js.map +1 -1
  29. package/dist/dist-esm/react-components/src/components/styles/Captions.style.d.ts +1 -1
  30. package/dist/dist-esm/react-components/src/components/styles/Captions.style.js +4 -4
  31. package/dist/dist-esm/react-components/src/components/styles/Captions.style.js.map +1 -1
  32. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.d.ts +5 -7
  33. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js +24 -9
  34. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js.map +1 -1
  35. package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.d.ts +3 -2
  36. package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js +10 -6
  37. package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js.map +1 -1
  38. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.d.ts +4 -0
  39. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js +8 -2
  40. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js.map +1 -1
  41. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts +10 -19
  42. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +129 -119
  43. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
  44. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.d.ts +8 -0
  45. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +8 -2
  46. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
  47. package/dist/dist-esm/react-components/src/components/styles/SystemMessage.styles.js +1 -1
  48. package/dist/dist-esm/react-components/src/components/styles/SystemMessage.styles.js.map +1 -1
  49. package/dist/dist-esm/react-components/src/components/styles/v8StyleShim.d.ts +12 -0
  50. package/dist/dist-esm/react-components/src/components/styles/v8StyleShim.js +37 -0
  51. package/dist/dist-esm/react-components/src/components/styles/v8StyleShim.js.map +1 -0
  52. package/dist/dist-esm/react-components/src/components/utils/Datetime.d.ts +7 -8
  53. package/dist/dist-esm/react-components/src/components/utils/Datetime.js +9 -31
  54. package/dist/dist-esm/react-components/src/components/utils/Datetime.js.map +1 -1
  55. package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +1 -1
  56. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.d.ts +3 -4
  57. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js +40 -52
  58. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js.map +1 -1
  59. package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.d.ts +22 -0
  60. package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js +29 -0
  61. package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js.map +1 -0
  62. package/dist/dist-esm/react-components/src/theming/themeDuplicates.d.ts +29 -0
  63. package/dist/dist-esm/react-components/src/theming/themeDuplicates.js +121 -0
  64. package/dist/dist-esm/react-components/src/theming/themeDuplicates.js.map +1 -0
  65. package/dist/dist-esm/react-components/src/theming/v9ThemeShim.d.ts +12 -0
  66. package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js +206 -0
  67. package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js.map +1 -0
  68. package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +2 -2
  69. package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
  70. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +30 -27
  71. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
  72. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +22 -17
  73. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
  74. package/dist/dist-esm/react-composites/src/composites/common/icons.js +3 -3
  75. package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
  76. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +5 -5
  77. package/package.json +12 -11
  78. package/dist/dist-esm/northstar-wrapper/src/index.js +0 -2
  79. package/dist/dist-esm/northstar-wrapper/src/index.js.LICENSE.txt +0 -41
@@ -1,2 +0,0 @@
1
- /*! For license information please see index.js.LICENSE.txt */
2
- import*as e from"react";import*as r from"react-dom";var o={583:(e,r)=>{var o;!function(){var t={}.hasOwnProperty;function n(){for(var e=[],r=0;r<arguments.length;r++){var o=arguments[r];if(o){var a=typeof o;if("string"===a||"number"===a)e.push(o);else if(Array.isArray(o)){if(o.length){var i=n.apply(null,o);i&&e.push(i)}}else if("object"===a){if(o.toString!==Object.prototype.toString&&!o.toString.toString().includes("[native code]")){e.push(o.toString());continue}for(var l in o)t.call(o,l)&&o[l]&&e.push(l)}}}return e.join(" ")}e.exports?(n.default=n,e.exports=n):void 0===(o=function(){return n}.apply(r,[]))||(e.exports=o)}()},2700:(e,r)=>{function o(e){return o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},o(e)}function t(e,r){(null==r||r>e.length)&&(r=e.length);for(var o=0,t=new Array(r);o<r;o++)t[o]=e[o];return t}function n(e){return e.filter((function(r,o){return e.lastIndexOf(r)===o}))}r.Z=function e(r){for(var a=0,i=arguments.length<=1?0:arguments.length-1;a<i;++a){var l=a+1<1||arguments.length<=a+1?void 0:arguments[a+1];for(var s in l){var c=l[s],d=r[s];if(d&&c){if(Array.isArray(d)){r[s]=n(d.concat(c));continue}if(Array.isArray(c)){r[s]=n([d].concat(function(e){if(Array.isArray(e))return t(e)}(u=c)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(u)||function(e,r){if(e){if("string"==typeof e)return t(e,r);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(o):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?t(e,r):void 0}}(u)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()));continue}if("object"===o(c)){r[s]=e({},d,c);continue}}r[s]=c}}var u;return r}},3140:(e,r)=>{r.Z=function(e){if(n.hasOwnProperty(e))return n[e];var r=e.replace(o,a).replace(t,"ms");return n[e]=r,r};var o=/-([a-z])/g,t=/^Ms/g,n={};function a(e){return e[1].toUpperCase()}},2787:(e,r,o)=>{Object.defineProperty(r,"__esModule",{value:!0}),r.default=function(e,r){return(0,n.default)(e)+":"+r};var t,n=(t=o(3182))&&t.__esModule?t:{default:t}},3235:(e,r,o)=>{r.Z=function(e){var r="";for(var o in e){var t=e[o];"string"!=typeof t&&"number"!=typeof t||(r&&(r+=";"),r+=(0,n.default)(o,t))}return r};var t,n=(t=o(2787))&&t.__esModule?t:{default:t}},3182:(e,r,o)=>{Object.defineProperty(r,"__esModule",{value:!0}),r.default=function(e){return(0,n.default)(e)};var t,n=(t=o(6038))&&t.__esModule?t:{default:t}},9811:(e,r,o)=>{r.Z=function(e,r){return r.join(";"+(0,n.default)(e)+":")};var t,n=(t=o(3182))&&t.__esModule?t:{default:t}},6368:(e,r)=>{r.Z=function(e,r){for(var o=0,t=e.length;o<t;++o)r(e[o],o,t,e)}},4488:(e,r)=>{r.Z=function(e,r,o){for(var t=0,n=e.length;t<n;++t)o=r(o,e[t],t,n,e);return o}},9332:(e,r)=>{r.Z=function(e,r){for(var o in e)r(e[o],o,e)}},2370:(e,r)=>{r.Z=function(e,r,o){for(var t in e)o=r(o,e[t],t,e);return o}},6038:(e,r,o)=>{o.r(r),o.d(r,{default:()=>l});var t=/[A-Z]/g,n=/^ms-/,a={};function i(e){return"-"+e.toLowerCase()}const l=function(e){if(a.hasOwnProperty(e))return a[e];var r=e.replace(t,i);return a[e]=n.test(r)?"-"+r:r}},980:e=>{e.exports=function(e){return null!=e&&"object"==typeof e&&!1===Array.isArray(e)}},4594:(e,r,o)=>{var t=o(916)(o(9226),"DataView");e.exports=t},2618:(e,r,o)=>{var t=o(5804),n=o(9546),a=o(478),i=o(3374),l=o(1798);function s(e){var r=-1,o=null==e?0:e.length;for(this.clear();++r<o;){var t=e[r];this.set(t[0],t[1])}}s.prototype.clear=t,s.prototype.delete=n,s.prototype.get=a,s.prototype.has=i,s.prototype.set=l,e.exports=s},5699:(e,r,o)=>{var t=o(2298),n=o(2593),a=o(8345),i=o(4517),l=o(3711);function s(e){var r=-1,o=null==e?0:e.length;for(this.clear();++r<o;){var t=e[r];this.set(t[0],t[1])}}s.prototype.clear=t,s.prototype.delete=n,s.prototype.get=a,s.prototype.has=i,s.prototype.set=l,e.exports=s},2998:(e,r,o)=>{var t=o(916)(o(9226),"Map");e.exports=t},5126:(e,r,o)=>{var t=o(8945),n=o(1722),a=o(2966),i=o(1846),l=o(5061);function s(e){var r=-1,o=null==e?0:e.length;for(this.clear();++r<o;){var t=e[r];this.set(t[0],t[1])}}s.prototype.clear=t,s.prototype.delete=n,s.prototype.get=a,s.prototype.has=i,s.prototype.set=l,e.exports=s},4876:(e,r,o)=>{var t=o(916)(o(9226),"Promise");e.exports=t},2558:(e,r,o)=>{var t=o(916)(o(9226),"Set");e.exports=t},7655:(e,r,o)=>{var t=o(5126),n=o(7115),a=o(1675);function i(e){var r=-1,o=null==e?0:e.length;for(this.__data__=new t;++r<o;)this.add(e[r])}i.prototype.add=i.prototype.push=n,i.prototype.has=a,e.exports=i},2160:(e,r,o)=>{var t=o(5699),n=o(5681),a=o(9487),i=o(4539),l=o(9999),s=o(2060);function c(e){var r=this.__data__=new t(e);this.size=r.size}c.prototype.clear=n,c.prototype.delete=a,c.prototype.get=i,c.prototype.has=l,c.prototype.set=s,e.exports=c},7841:(e,r,o)=>{var t=o(9226).Symbol;e.exports=t},922:(e,r,o)=>{var t=o(9226).Uint8Array;e.exports=t},2805:(e,r,o)=>{var t=o(916)(o(9226),"WeakMap");e.exports=t},3341:e=>{e.exports=function(e,r,o){switch(o.length){case 0:return e.call(r);case 1:return e.call(r,o[0]);case 2:return e.call(r,o[0],o[1]);case 3:return e.call(r,o[0],o[1],o[2])}return e.apply(r,o)}},3666:e=>{e.exports=function(e,r){for(var o=-1,t=null==e?0:e.length;++o<t&&!1!==r(e[o],o,e););return e}},7187:e=>{e.exports=function(e,r){for(var o=-1,t=null==e?0:e.length,n=0,a=[];++o<t;){var i=e[o];r(i,o,e)&&(a[n++]=i)}return a}},7583:(e,r,o)=>{var t=o(7549);e.exports=function(e,r){return!(null==e||!e.length)&&t(e,r,0)>-1}},5623:e=>{e.exports=function(e,r,o){for(var t=-1,n=null==e?0:e.length;++t<n;)if(o(r,e[t]))return!0;return!1}},2483:(e,r,o)=>{var t=o(1547),n=o(150),a=o(4490),i=o(4772),l=o(7999),s=o(345),c=Object.prototype.hasOwnProperty;e.exports=function(e,r){var o=a(e),d=!o&&n(e),u=!o&&!d&&i(e),f=!o&&!d&&!u&&s(e),g=o||d||u||f,p=g?t(e.length,String):[],b=p.length;for(var m in e)!r&&!c.call(e,m)||g&&("length"==m||u&&("offset"==m||"parent"==m)||f&&("buffer"==m||"byteLength"==m||"byteOffset"==m)||l(m,b))||p.push(m);return p}},1732:e=>{e.exports=function(e,r){for(var o=-1,t=null==e?0:e.length,n=Array(t);++o<t;)n[o]=r(e[o],o,e);return n}},2149:e=>{e.exports=function(e,r){for(var o=-1,t=r.length,n=e.length;++o<t;)e[n+o]=r[o];return e}},5733:e=>{e.exports=function(e,r){for(var o=-1,t=null==e?0:e.length;++o<t;)if(r(e[o],o,e))return!0;return!1}},2759:e=>{e.exports=function(e){return e.split("")}},1997:(e,r,o)=>{var t=o(7274),n=o(9954);e.exports=function(e,r,o){(void 0!==o&&!n(e[r],o)||void 0===o&&!(r in e))&&t(e,r,o)}},7807:(e,r,o)=>{var t=o(7274),n=o(9954),a=Object.prototype.hasOwnProperty;e.exports=function(e,r,o){var i=e[r];a.call(e,r)&&n(i,o)&&(void 0!==o||r in e)||t(e,r,o)}},9186:(e,r,o)=>{var t=o(9954);e.exports=function(e,r){for(var o=e.length;o--;)if(t(e[o][0],r))return o;return-1}},7274:(e,r,o)=>{var t=o(6773);e.exports=function(e,r,o){"__proto__"==r&&t?t(e,r,{configurable:!0,enumerable:!0,value:o,writable:!0}):e[r]=o}},7632:(e,r,o)=>{var t=o(6139),n=Object.create,a=function(){function e(){}return function(r){if(!t(r))return{};if(n)return n(r);e.prototype=r;var o=new e;return e.prototype=void 0,o}}();e.exports=a},9315:(e,r,o)=>{var t=o(7655),n=o(7583),a=o(5623),i=o(1732),l=o(9912),s=o(6806);e.exports=function(e,r,o,c){var d=-1,u=n,f=!0,g=e.length,p=[],b=r.length;if(!g)return p;o&&(r=i(r,l(o))),c?(u=a,f=!1):r.length>=200&&(u=s,f=!1,r=new t(r));e:for(;++d<g;){var m=e[d],h=null==o?m:o(m);if(m=c||0!==m?m:0,f&&h==h){for(var v=b;v--;)if(r[v]===h)continue e;p.push(m)}else u(r,h,c)||p.push(m)}return p}},1039:(e,r,o)=>{var t=o(8968),n=o(5750)(t);e.exports=n},9405:(e,r,o)=>{var t=o(6080);e.exports=function(e,r,o){for(var n=-1,a=e.length;++n<a;){var i=e[n],l=r(i);if(null!=l&&(void 0===s?l==l&&!t(l):o(l,s)))var s=l,c=i}return c}},9800:(e,r,o)=>{var t=o(1039);e.exports=function(e,r){var o=[];return t(e,(function(e,t,n){r(e,t,n)&&o.push(e)})),o}},4331:e=>{e.exports=function(e,r,o,t){for(var n=e.length,a=o+(t?1:-1);t?a--:++a<n;)if(r(e[a],a,e))return a;return-1}},4777:(e,r,o)=>{var t=o(2149),n=o(3285);e.exports=function e(r,o,a,i,l){var s=-1,c=r.length;for(a||(a=n),l||(l=[]);++s<c;){var d=r[s];o>0&&a(d)?o>1?e(d,o-1,a,i,l):t(l,d):i||(l[l.length]=d)}return l}},7798:(e,r,o)=>{var t=o(1365)();e.exports=t},8968:(e,r,o)=>{var t=o(7798),n=o(5211);e.exports=function(e,r){return e&&t(e,r,n)}},7245:(e,r,o)=>{var t=o(450),n=o(2823);e.exports=function(e,r){for(var o=0,a=(r=t(r,e)).length;null!=e&&o<a;)e=e[n(r[o++])];return o&&o==a?e:void 0}},4240:(e,r,o)=>{var t=o(2149),n=o(4490);e.exports=function(e,r,o){var a=r(e);return n(e)?a:t(a,o(e))}},4815:(e,r,o)=>{var t=o(7841),n=o(2429),a=o(9930),i=t?t.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":i&&i in Object(e)?n(e):a(e)}},8983:e=>{var r=Object.prototype.hasOwnProperty;e.exports=function(e,o){return null!=e&&r.call(e,o)}},2014:e=>{e.exports=function(e,r){return null!=e&&r in Object(e)}},2244:e=>{var r=Math.max,o=Math.min;e.exports=function(e,t,n){return e>=o(t,n)&&e<r(t,n)}},7549:(e,r,o)=>{var t=o(4331),n=o(309),a=o(2914);e.exports=function(e,r,o){return r==r?a(e,r,o):t(e,n,o)}},3601:(e,r,o)=>{var t=o(3341),n=o(450),a=o(1805),i=o(5968),l=o(2823);e.exports=function(e,r,o){r=n(r,e);var s=null==(e=i(e,r))?e:e[l(a(r))];return null==s?void 0:t(s,e,o)}},5911:(e,r,o)=>{var t=o(4815),n=o(4394);e.exports=function(e){return n(e)&&"[object Arguments]"==t(e)}},7283:(e,r,o)=>{var t=o(7626),n=o(4394);e.exports=function e(r,o,a,i,l){return r===o||(null==r||null==o||!n(r)&&!n(o)?r!=r&&o!=o:t(r,o,a,i,e,l))}},7626:(e,r,o)=>{var t=o(2160),n=o(8288),a=o(4697),i=o(194),l=o(4305),s=o(4490),c=o(4772),d=o(345),u="[object Arguments]",f="[object Array]",g="[object Object]",p=Object.prototype.hasOwnProperty;e.exports=function(e,r,o,b,m,h){var v=s(e),y=s(r),C=v?f:l(e),k=y?f:l(r),w=(C=C==u?g:C)==g,x=(k=k==u?g:k)==g,S=C==k;if(S&&c(e)){if(!c(r))return!1;v=!0,w=!1}if(S&&!w)return h||(h=new t),v||d(e)?n(e,r,o,b,m,h):a(e,r,C,o,b,m,h);if(!(1&o)){var B=w&&p.call(e,"__wrapped__"),E=x&&p.call(r,"__wrapped__");if(B||E){var O=B?e.value():e,F=E?r.value():r;return h||(h=new t),m(O,F,o,b,h)}}return!!S&&(h||(h=new t),i(e,r,o,b,m,h))}},1842:(e,r,o)=>{var t=o(2160),n=o(7283);e.exports=function(e,r,o,a){var i=o.length,l=i,s=!a;if(null==e)return!l;for(e=Object(e);i--;){var c=o[i];if(s&&c[2]?c[1]!==e[c[0]]:!(c[0]in e))return!1}for(;++i<l;){var d=(c=o[i])[0],u=e[d],f=c[1];if(s&&c[2]){if(void 0===u&&!(d in e))return!1}else{var g=new t;if(a)var p=a(u,f,d,e,r,g);if(!(void 0===p?n(f,u,3,a,g):p))return!1}}return!0}},309:e=>{e.exports=function(e){return e!=e}},20:(e,r,o)=>{var t=o(9274),n=o(5575),a=o(6139),i=o(82),l=/^\[object .+?Constructor\]$/,s=Function.prototype,c=Object.prototype,d=s.toString,u=c.hasOwnProperty,f=RegExp("^"+d.call(u).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");e.exports=function(e){return!(!a(e)||n(e))&&(t(e)?f:l).test(i(e))}},241:(e,r,o)=>{var t=o(4815),n=o(483),a=o(4394),i={};i["[object Float32Array]"]=i["[object Float64Array]"]=i["[object Int8Array]"]=i["[object Int16Array]"]=i["[object Int32Array]"]=i["[object Uint8Array]"]=i["[object Uint8ClampedArray]"]=i["[object Uint16Array]"]=i["[object Uint32Array]"]=!0,i["[object Arguments]"]=i["[object Array]"]=i["[object ArrayBuffer]"]=i["[object Boolean]"]=i["[object DataView]"]=i["[object Date]"]=i["[object Error]"]=i["[object Function]"]=i["[object Map]"]=i["[object Number]"]=i["[object Object]"]=i["[object RegExp]"]=i["[object Set]"]=i["[object String]"]=i["[object WeakMap]"]=!1,e.exports=function(e){return a(e)&&n(e.length)&&!!i[t(e)]}},1051:(e,r,o)=>{var t=o(3954),n=o(1204),a=o(9205),i=o(4490),l=o(850);e.exports=function(e){return"function"==typeof e?e:null==e?a:"object"==typeof e?i(e)?n(e[0],e[1]):t(e):l(e)}},679:(e,r,o)=>{var t=o(2649),n=o(5689),a=Object.prototype.hasOwnProperty;e.exports=function(e){if(!t(e))return n(e);var r=[];for(var o in Object(e))a.call(e,o)&&"constructor"!=o&&r.push(o);return r}},260:(e,r,o)=>{var t=o(6139),n=o(2649),a=o(7375),i=Object.prototype.hasOwnProperty;e.exports=function(e){if(!t(e))return a(e);var r=n(e),o=[];for(var l in e)("constructor"!=l||!r&&i.call(e,l))&&o.push(l);return o}},1619:e=>{e.exports=function(e,r){return e<r}},7578:(e,r,o)=>{var t=o(1039),n=o(2054);e.exports=function(e,r){var o=-1,a=n(e)?Array(e.length):[];return t(e,(function(e,t,n){a[++o]=r(e,t,n)})),a}},3954:(e,r,o)=>{var t=o(1842),n=o(5145),a=o(8049);e.exports=function(e){var r=n(e);return 1==r.length&&r[0][2]?a(r[0][0],r[0][1]):function(o){return o===e||t(o,e,r)}}},1204:(e,r,o)=>{var t=o(7283),n=o(7882),a=o(3476),i=o(5137),l=o(3633),s=o(8049),c=o(2823);e.exports=function(e,r){return i(e)&&l(r)?s(c(e),r):function(o){var i=n(o,e);return void 0===i&&i===r?a(o,e):t(r,i,3)}}},6161:(e,r,o)=>{var t=o(2160),n=o(1997),a=o(7798),i=o(2512),l=o(6139),s=o(5531),c=o(8330);e.exports=function e(r,o,d,u,f){r!==o&&a(o,(function(a,s){if(f||(f=new t),l(a))i(r,o,s,d,e,u,f);else{var g=u?u(c(r,s),a,s+"",r,o,f):void 0;void 0===g&&(g=a),n(r,s,g)}}),s)}},2512:(e,r,o)=>{var t=o(1997),n=o(8675),a=o(8140),i=o(7218),l=o(9602),s=o(150),c=o(4490),d=o(6778),u=o(4772),f=o(9274),g=o(6139),p=o(3064),b=o(345),m=o(8330),h=o(9655);e.exports=function(e,r,o,v,y,C,k){var w=m(e,o),x=m(r,o),S=k.get(x);if(S)t(e,o,S);else{var B=C?C(w,x,o+"",e,r,k):void 0,E=void 0===B;if(E){var O=c(x),F=!O&&u(x),A=!O&&!F&&b(x);B=x,O||F||A?c(w)?B=w:d(w)?B=i(w):F?(E=!1,B=n(x,!0)):A?(E=!1,B=a(x,!0)):B=[]:p(x)||s(x)?(B=w,s(w)?B=h(w):g(w)&&!f(w)||(B=l(x))):E=!1}E&&(k.set(x,B),y(B,x,v,C,k),k.delete(x)),t(e,o,B)}}},388:(e,r,o)=>{var t=o(1732),n=o(7245),a=o(1051),i=o(7578),l=o(8259),s=o(9912),c=o(2815),d=o(9205),u=o(4490);e.exports=function(e,r,o){r=r.length?t(r,(function(e){return u(e)?function(r){return n(r,1===e.length?e[0]:e)}:e})):[d];var f=-1;r=t(r,s(a));var g=i(e,(function(e,o,n){return{criteria:t(r,(function(r){return r(e)})),index:++f,value:e}}));return l(g,(function(e,r){return c(e,r,o)}))}},9831:(e,r,o)=>{var t=o(699),n=o(3476);e.exports=function(e,r){return t(e,r,(function(r,o){return n(e,o)}))}},699:(e,r,o)=>{var t=o(7245),n=o(4720),a=o(450);e.exports=function(e,r,o){for(var i=-1,l=r.length,s={};++i<l;){var c=r[i],d=t(e,c);o(d,c)&&n(s,a(c,e),d)}return s}},3021:e=>{e.exports=function(e){return function(r){return null==r?void 0:r[e]}}},8874:(e,r,o)=>{var t=o(7245);e.exports=function(e){return function(r){return t(r,e)}}},8386:(e,r,o)=>{var t=o(9205),n=o(1570),a=o(6748);e.exports=function(e,r){return a(n(e,r,t),e+"")}},4720:(e,r,o)=>{var t=o(7807),n=o(450),a=o(7999),i=o(6139),l=o(2823);e.exports=function(e,r,o,s){if(!i(e))return e;for(var c=-1,d=(r=n(r,e)).length,u=d-1,f=e;null!=f&&++c<d;){var g=l(r[c]),p=o;if("__proto__"===g||"constructor"===g||"prototype"===g)return e;if(c!=u){var b=f[g];void 0===(p=s?s(b,g,f):void 0)&&(p=i(b)?b:a(r[c+1])?[]:{})}t(f,g,p),f=f[g]}return e}},4066:(e,r,o)=>{var t=o(8395),n=o(6773),a=o(9205),i=n?function(e,r){return n(e,"toString",{configurable:!0,enumerable:!1,value:t(r),writable:!0})}:a;e.exports=i},4253:e=>{e.exports=function(e,r,o){var t=-1,n=e.length;r<0&&(r=-r>n?0:n+r),(o=o>n?n:o)<0&&(o+=n),n=r>o?0:o-r>>>0,r>>>=0;for(var a=Array(n);++t<n;)a[t]=e[t+r];return a}},6353:(e,r,o)=>{var t=o(1039);e.exports=function(e,r){var o;return t(e,(function(e,t,n){return!(o=r(e,t,n))})),!!o}},8259:e=>{e.exports=function(e,r){var o=e.length;for(e.sort(r);o--;)e[o]=e[o].value;return e}},7706:e=>{e.exports=function(e,r){for(var o,t=-1,n=e.length;++t<n;){var a=r(e[t]);void 0!==a&&(o=void 0===o?a:o+a)}return o}},1547:e=>{e.exports=function(e,r){for(var o=-1,t=Array(e);++o<e;)t[o]=r(o);return t}},2205:(e,r,o)=>{var t=o(7841),n=o(1732),a=o(4490),i=o(6080),l=t?t.prototype:void 0,s=l?l.toString:void 0;e.exports=function e(r){if("string"==typeof r)return r;if(a(r))return n(r,e)+"";if(i(r))return s?s.call(r):"";var o=r+"";return"0"==o&&1/r==-1/0?"-0":o}},4482:(e,r,o)=>{var t=o(8460),n=/^\s+/;e.exports=function(e){return e?e.slice(0,t(e)+1).replace(n,""):e}},9912:e=>{e.exports=function(e){return function(r){return e(r)}}},8168:(e,r,o)=>{var t=o(7655),n=o(7583),a=o(5623),i=o(6806),l=o(3174),s=o(2365);e.exports=function(e,r,o){var c=-1,d=n,u=e.length,f=!0,g=[],p=g;if(o)f=!1,d=a;else if(u>=200){var b=r?null:l(e);if(b)return s(b);f=!1,d=i,p=new t}else p=r?[]:g;e:for(;++c<u;){var m=e[c],h=r?r(m):m;if(m=o||0!==m?m:0,f&&h==h){for(var v=p.length;v--;)if(p[v]===h)continue e;r&&p.push(h),g.push(m)}else d(p,h,o)||(p!==g&&p.push(h),g.push(m))}return g}},457:(e,r,o)=>{var t=o(1732);e.exports=function(e,r){return t(r,(function(r){return e[r]}))}},6806:e=>{e.exports=function(e,r){return e.has(r)}},3860:(e,r,o)=>{var t=o(9205);e.exports=function(e){return"function"==typeof e?e:t}},450:(e,r,o)=>{var t=o(4490),n=o(5137),a=o(3596),i=o(6478);e.exports=function(e,r){return t(e)?e:n(e,r)?[e]:a(i(e))}},7477:(e,r,o)=>{var t=o(4253);e.exports=function(e,r,o){var n=e.length;return o=void 0===o?n:o,!r&&o>=n?e:t(e,r,o)}},7032:(e,r,o)=>{var t=o(7549);e.exports=function(e,r){for(var o=e.length;o--&&t(r,e[o],0)>-1;);return o}},1656:(e,r,o)=>{var t=o(7549);e.exports=function(e,r){for(var o=-1,n=e.length;++o<n&&t(r,e[o],0)>-1;);return o}},6020:(e,r,o)=>{var t=o(922);e.exports=function(e){var r=new e.constructor(e.byteLength);return new t(r).set(new t(e)),r}},8675:(e,r,o)=>{e=o.nmd(e);var t=o(9226),n=r&&!r.nodeType&&r,a=n&&e&&!e.nodeType&&e,i=a&&a.exports===n?t.Buffer:void 0,l=i?i.allocUnsafe:void 0;e.exports=function(e,r){if(r)return e.slice();var o=e.length,t=l?l(o):new e.constructor(o);return e.copy(t),t}},8140:(e,r,o)=>{var t=o(6020);e.exports=function(e,r){var o=r?t(e.buffer):e.buffer;return new e.constructor(o,e.byteOffset,e.length)}},2878:(e,r,o)=>{var t=o(6080);e.exports=function(e,r){if(e!==r){var o=void 0!==e,n=null===e,a=e==e,i=t(e),l=void 0!==r,s=null===r,c=r==r,d=t(r);if(!s&&!d&&!i&&e>r||i&&l&&c&&!s&&!d||n&&l&&c||!o&&c||!a)return 1;if(!n&&!i&&!d&&e<r||d&&o&&a&&!n&&!i||s&&o&&a||!l&&a||!c)return-1}return 0}},2815:(e,r,o)=>{var t=o(2878);e.exports=function(e,r,o){for(var n=-1,a=e.criteria,i=r.criteria,l=a.length,s=o.length;++n<l;){var c=t(a[n],i[n]);if(c)return n>=s?c:c*("desc"==o[n]?-1:1)}return e.index-r.index}},7218:e=>{e.exports=function(e,r){var o=-1,t=e.length;for(r||(r=Array(t));++o<t;)r[o]=e[o];return r}},681:(e,r,o)=>{var t=o(7807),n=o(7274);e.exports=function(e,r,o,a){var i=!o;o||(o={});for(var l=-1,s=r.length;++l<s;){var c=r[l],d=a?a(o[c],e[c],c,o,e):void 0;void 0===d&&(d=e[c]),i?n(o,c,d):t(o,c,d)}return o}},9356:(e,r,o)=>{var t=o(9226)["__core-js_shared__"];e.exports=t},5969:(e,r,o)=>{var t=o(8386),n=o(2251);e.exports=function(e){return t((function(r,o){var t=-1,a=o.length,i=a>1?o[a-1]:void 0,l=a>2?o[2]:void 0;for(i=e.length>3&&"function"==typeof i?(a--,i):void 0,l&&n(o[0],o[1],l)&&(i=a<3?void 0:i,a=1),r=Object(r);++t<a;){var s=o[t];s&&e(r,s,t,i)}return r}))}},5750:(e,r,o)=>{var t=o(2054);e.exports=function(e,r){return function(o,n){if(null==o)return o;if(!t(o))return e(o,n);for(var a=o.length,i=r?a:-1,l=Object(o);(r?i--:++i<a)&&!1!==n(l[i],i,l););return o}}},1365:e=>{e.exports=function(e){return function(r,o,t){for(var n=-1,a=Object(r),i=t(r),l=i.length;l--;){var s=i[e?l:++n];if(!1===o(a[s],s,a))break}return r}}},3174:(e,r,o)=>{var t=o(2558),n=o(299),a=o(2365),i=t&&1/a(new t([,-0]))[1]==1/0?function(e){return new t(e)}:n;e.exports=i},6773:(e,r,o)=>{var t=o(916),n=function(){try{var e=t(Object,"defineProperty");return e({},"",{}),e}catch(e){}}();e.exports=n},8288:(e,r,o)=>{var t=o(7655),n=o(5733),a=o(6806);e.exports=function(e,r,o,i,l,s){var c=1&o,d=e.length,u=r.length;if(d!=u&&!(c&&u>d))return!1;var f=s.get(e),g=s.get(r);if(f&&g)return f==r&&g==e;var p=-1,b=!0,m=2&o?new t:void 0;for(s.set(e,r),s.set(r,e);++p<d;){var h=e[p],v=r[p];if(i)var y=c?i(v,h,p,r,e,s):i(h,v,p,e,r,s);if(void 0!==y){if(y)continue;b=!1;break}if(m){if(!n(r,(function(e,r){if(!a(m,r)&&(h===e||l(h,e,o,i,s)))return m.push(r)}))){b=!1;break}}else if(h!==v&&!l(h,v,o,i,s)){b=!1;break}}return s.delete(e),s.delete(r),b}},4697:(e,r,o)=>{var t=o(7841),n=o(922),a=o(9954),i=o(8288),l=o(2840),s=o(2365),c=t?t.prototype:void 0,d=c?c.valueOf:void 0;e.exports=function(e,r,o,t,c,u,f){switch(o){case"[object DataView]":if(e.byteLength!=r.byteLength||e.byteOffset!=r.byteOffset)return!1;e=e.buffer,r=r.buffer;case"[object ArrayBuffer]":return!(e.byteLength!=r.byteLength||!u(new n(e),new n(r)));case"[object Boolean]":case"[object Date]":case"[object Number]":return a(+e,+r);case"[object Error]":return e.name==r.name&&e.message==r.message;case"[object RegExp]":case"[object String]":return e==r+"";case"[object Map]":var g=l;case"[object Set]":var p=1&t;if(g||(g=s),e.size!=r.size&&!p)return!1;var b=f.get(e);if(b)return b==r;t|=2,f.set(e,r);var m=i(g(e),g(r),t,c,u,f);return f.delete(e),m;case"[object Symbol]":if(d)return d.call(e)==d.call(r)}return!1}},194:(e,r,o)=>{var t=o(7935),n=Object.prototype.hasOwnProperty;e.exports=function(e,r,o,a,i,l){var s=1&o,c=t(e),d=c.length;if(d!=t(r).length&&!s)return!1;for(var u=d;u--;){var f=c[u];if(!(s?f in r:n.call(r,f)))return!1}var g=l.get(e),p=l.get(r);if(g&&p)return g==r&&p==e;var b=!0;l.set(e,r),l.set(r,e);for(var m=s;++u<d;){var h=e[f=c[u]],v=r[f];if(a)var y=s?a(v,h,f,r,e,l):a(h,v,f,e,r,l);if(!(void 0===y?h===v||i(h,v,o,a,l):y)){b=!1;break}m||(m="constructor"==f)}if(b&&!m){var C=e.constructor,k=r.constructor;C==k||!("constructor"in e)||!("constructor"in r)||"function"==typeof C&&C instanceof C&&"function"==typeof k&&k instanceof k||(b=!1)}return l.delete(e),l.delete(r),b}},2082:(e,r,o)=>{var t=o(610),n=o(1570),a=o(6748);e.exports=function(e){return a(n(e,void 0,t),e+"")}},6947:(e,r,o)=>{var t="object"==typeof o.g&&o.g&&o.g.Object===Object&&o.g;e.exports=t},7935:(e,r,o)=>{var t=o(4240),n=o(3101),a=o(5211);e.exports=function(e){return t(e,a,n)}},4727:(e,r,o)=>{var t=o(1388);e.exports=function(e,r){var o=e.__data__;return t(r)?o["string"==typeof r?"string":"hash"]:o.map}},5145:(e,r,o)=>{var t=o(3633),n=o(5211);e.exports=function(e){for(var r=n(e),o=r.length;o--;){var a=r[o],i=e[a];r[o]=[a,i,t(i)]}return r}},916:(e,r,o)=>{var t=o(20),n=o(2795);e.exports=function(e,r){var o=n(e,r);return t(o)?o:void 0}},809:(e,r,o)=>{var t=o(2526)(Object.getPrototypeOf,Object);e.exports=t},2429:(e,r,o)=>{var t=o(7841),n=Object.prototype,a=n.hasOwnProperty,i=n.toString,l=t?t.toStringTag:void 0;e.exports=function(e){var r=a.call(e,l),o=e[l];try{e[l]=void 0;var t=!0}catch(e){}var n=i.call(e);return t&&(r?e[l]=o:delete e[l]),n}},3101:(e,r,o)=>{var t=o(7187),n=o(3735),a=Object.prototype.propertyIsEnumerable,i=Object.getOwnPropertySymbols,l=i?function(e){return null==e?[]:(e=Object(e),t(i(e),(function(r){return a.call(e,r)})))}:n;e.exports=l},4305:(e,r,o)=>{var t=o(4594),n=o(2998),a=o(4876),i=o(2558),l=o(2805),s=o(4815),c=o(82),d="[object Map]",u="[object Promise]",f="[object Set]",g="[object WeakMap]",p="[object DataView]",b=c(t),m=c(n),h=c(a),v=c(i),y=c(l),C=s;(t&&C(new t(new ArrayBuffer(1)))!=p||n&&C(new n)!=d||a&&C(a.resolve())!=u||i&&C(new i)!=f||l&&C(new l)!=g)&&(C=function(e){var r=s(e),o="[object Object]"==r?e.constructor:void 0,t=o?c(o):"";if(t)switch(t){case b:return p;case m:return d;case h:return u;case v:return f;case y:return g}return r}),e.exports=C},2795:e=>{e.exports=function(e,r){return null==e?void 0:e[r]}},1060:(e,r,o)=>{var t=o(450),n=o(150),a=o(4490),i=o(7999),l=o(483),s=o(2823);e.exports=function(e,r,o){for(var c=-1,d=(r=t(r,e)).length,u=!1;++c<d;){var f=s(r[c]);if(!(u=null!=e&&o(e,f)))break;e=e[f]}return u||++c!=d?u:!!(d=null==e?0:e.length)&&l(d)&&i(f,d)&&(a(e)||n(e))}},2682:e=>{var r=RegExp("[\\u200d\\ud800-\\udfff\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff\\ufe0e\\ufe0f]");e.exports=function(e){return r.test(e)}},5804:(e,r,o)=>{var t=o(7945);e.exports=function(){this.__data__=t?t(null):{},this.size=0}},9546:e=>{e.exports=function(e){var r=this.has(e)&&delete this.__data__[e];return this.size-=r?1:0,r}},478:(e,r,o)=>{var t=o(7945),n=Object.prototype.hasOwnProperty;e.exports=function(e){var r=this.__data__;if(t){var o=r[e];return"__lodash_hash_undefined__"===o?void 0:o}return n.call(r,e)?r[e]:void 0}},3374:(e,r,o)=>{var t=o(7945),n=Object.prototype.hasOwnProperty;e.exports=function(e){var r=this.__data__;return t?void 0!==r[e]:n.call(r,e)}},1798:(e,r,o)=>{var t=o(7945);e.exports=function(e,r){var o=this.__data__;return this.size+=this.has(e)?0:1,o[e]=t&&void 0===r?"__lodash_hash_undefined__":r,this}},9602:(e,r,o)=>{var t=o(7632),n=o(809),a=o(2649);e.exports=function(e){return"function"!=typeof e.constructor||a(e)?{}:t(n(e))}},3285:(e,r,o)=>{var t=o(7841),n=o(150),a=o(4490),i=t?t.isConcatSpreadable:void 0;e.exports=function(e){return a(e)||n(e)||!!(i&&e&&e[i])}},7999:e=>{var r=/^(?:0|[1-9]\d*)$/;e.exports=function(e,o){var t=typeof e;return!!(o=null==o?9007199254740991:o)&&("number"==t||"symbol"!=t&&r.test(e))&&e>-1&&e%1==0&&e<o}},2251:(e,r,o)=>{var t=o(9954),n=o(2054),a=o(7999),i=o(6139);e.exports=function(e,r,o){if(!i(o))return!1;var l=typeof r;return!!("number"==l?n(o)&&a(r,o.length):"string"==l&&r in o)&&t(o[r],e)}},5137:(e,r,o)=>{var t=o(4490),n=o(6080),a=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,i=/^\w*$/;e.exports=function(e,r){if(t(e))return!1;var o=typeof e;return!("number"!=o&&"symbol"!=o&&"boolean"!=o&&null!=e&&!n(e))||i.test(e)||!a.test(e)||null!=r&&e in Object(r)}},1388:e=>{e.exports=function(e){var r=typeof e;return"string"==r||"number"==r||"symbol"==r||"boolean"==r?"__proto__"!==e:null===e}},5575:(e,r,o)=>{var t,n=o(9356),a=(t=/[^.]+$/.exec(n&&n.keys&&n.keys.IE_PROTO||""))?"Symbol(src)_1."+t:"";e.exports=function(e){return!!a&&a in e}},2649:e=>{var r=Object.prototype;e.exports=function(e){var o=e&&e.constructor;return e===("function"==typeof o&&o.prototype||r)}},3633:(e,r,o)=>{var t=o(6139);e.exports=function(e){return e==e&&!t(e)}},2298:e=>{e.exports=function(){this.__data__=[],this.size=0}},2593:(e,r,o)=>{var t=o(9186),n=Array.prototype.splice;e.exports=function(e){var r=this.__data__,o=t(r,e);return!(o<0||(o==r.length-1?r.pop():n.call(r,o,1),--this.size,0))}},8345:(e,r,o)=>{var t=o(9186);e.exports=function(e){var r=this.__data__,o=t(r,e);return o<0?void 0:r[o][1]}},4517:(e,r,o)=>{var t=o(9186);e.exports=function(e){return t(this.__data__,e)>-1}},3711:(e,r,o)=>{var t=o(9186);e.exports=function(e,r){var o=this.__data__,n=t(o,e);return n<0?(++this.size,o.push([e,r])):o[n][1]=r,this}},8945:(e,r,o)=>{var t=o(2618),n=o(5699),a=o(2998);e.exports=function(){this.size=0,this.__data__={hash:new t,map:new(a||n),string:new t}}},1722:(e,r,o)=>{var t=o(4727);e.exports=function(e){var r=t(this,e).delete(e);return this.size-=r?1:0,r}},2966:(e,r,o)=>{var t=o(4727);e.exports=function(e){return t(this,e).get(e)}},1846:(e,r,o)=>{var t=o(4727);e.exports=function(e){return t(this,e).has(e)}},5061:(e,r,o)=>{var t=o(4727);e.exports=function(e,r){var o=t(this,e),n=o.size;return o.set(e,r),this.size+=o.size==n?0:1,this}},2840:e=>{e.exports=function(e){var r=-1,o=Array(e.size);return e.forEach((function(e,t){o[++r]=[t,e]})),o}},8049:e=>{e.exports=function(e,r){return function(o){return null!=o&&o[e]===r&&(void 0!==r||e in Object(o))}}},8773:(e,r,o)=>{var t=o(1925);e.exports=function(e){var r=t(e,(function(e){return 500===o.size&&o.clear(),e})),o=r.cache;return r}},7945:(e,r,o)=>{var t=o(916)(Object,"create");e.exports=t},5689:(e,r,o)=>{var t=o(2526)(Object.keys,Object);e.exports=t},7375:e=>{e.exports=function(e){var r=[];if(null!=e)for(var o in Object(e))r.push(o);return r}},9343:(e,r,o)=>{e=o.nmd(e);var t=o(6947),n=r&&!r.nodeType&&r,a=n&&e&&!e.nodeType&&e,i=a&&a.exports===n&&t.process,l=function(){try{return a&&a.require&&a.require("util").types||i&&i.binding&&i.binding("util")}catch(e){}}();e.exports=l},9930:e=>{var r=Object.prototype.toString;e.exports=function(e){return r.call(e)}},2526:e=>{e.exports=function(e,r){return function(o){return e(r(o))}}},1570:(e,r,o)=>{var t=o(3341),n=Math.max;e.exports=function(e,r,o){return r=n(void 0===r?e.length-1:r,0),function(){for(var a=arguments,i=-1,l=n(a.length-r,0),s=Array(l);++i<l;)s[i]=a[r+i];i=-1;for(var c=Array(r+1);++i<r;)c[i]=a[i];return c[r]=o(s),t(e,this,c)}}},5968:(e,r,o)=>{var t=o(7245),n=o(4253);e.exports=function(e,r){return r.length<2?e:t(e,n(r,0,-1))}},9226:(e,r,o)=>{var t=o(6947),n="object"==typeof self&&self&&self.Object===Object&&self,a=t||n||Function("return this")();e.exports=a},8330:e=>{e.exports=function(e,r){if(("constructor"!==r||"function"!=typeof e[r])&&"__proto__"!=r)return e[r]}},7115:e=>{e.exports=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this}},1675:e=>{e.exports=function(e){return this.__data__.has(e)}},2365:e=>{e.exports=function(e){var r=-1,o=Array(e.size);return e.forEach((function(e){o[++r]=e})),o}},6748:(e,r,o)=>{var t=o(4066),n=o(8539)(t);e.exports=n},8539:e=>{var r=Date.now;e.exports=function(e){var o=0,t=0;return function(){var n=r(),a=16-(n-t);if(t=n,a>0){if(++o>=800)return arguments[0]}else o=0;return e.apply(void 0,arguments)}}},5681:(e,r,o)=>{var t=o(5699);e.exports=function(){this.__data__=new t,this.size=0}},9487:e=>{e.exports=function(e){var r=this.__data__,o=r.delete(e);return this.size=r.size,o}},4539:e=>{e.exports=function(e){return this.__data__.get(e)}},9999:e=>{e.exports=function(e){return this.__data__.has(e)}},2060:(e,r,o)=>{var t=o(5699),n=o(2998),a=o(5126);e.exports=function(e,r){var o=this.__data__;if(o instanceof t){var i=o.__data__;if(!n||i.length<199)return i.push([e,r]),this.size=++o.size,this;o=this.__data__=new a(i)}return o.set(e,r),this.size=o.size,this}},2914:e=>{e.exports=function(e,r,o){for(var t=o-1,n=e.length;++t<n;)if(e[t]===r)return t;return-1}},8441:(e,r,o)=>{var t=o(2759),n=o(2682),a=o(8897);e.exports=function(e){return n(e)?a(e):t(e)}},3596:(e,r,o)=>{var t=o(8773),n=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,a=/\\(\\)?/g,i=t((function(e){var r=[];return 46===e.charCodeAt(0)&&r.push(""),e.replace(n,(function(e,o,t,n){r.push(t?n.replace(a,"$1"):o||e)})),r}));e.exports=i},2823:(e,r,o)=>{var t=o(6080);e.exports=function(e){if("string"==typeof e||t(e))return e;var r=e+"";return"0"==r&&1/e==-1/0?"-0":r}},82:e=>{var r=Function.prototype.toString;e.exports=function(e){if(null!=e){try{return r.call(e)}catch(e){}try{return e+""}catch(e){}}return""}},8460:e=>{var r=/\s/;e.exports=function(e){for(var o=e.length;o--&&r.test(e.charAt(o)););return o}},8897:e=>{var r="\\ud800-\\udfff",o="["+r+"]",t="[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]",n="\\ud83c[\\udffb-\\udfff]",a="[^"+r+"]",i="(?:\\ud83c[\\udde6-\\uddff]){2}",l="[\\ud800-\\udbff][\\udc00-\\udfff]",s="(?:"+t+"|"+n+")?",c="[\\ufe0e\\ufe0f]?",d=c+s+"(?:\\u200d(?:"+[a,i,l].join("|")+")"+c+s+")*",u="(?:"+[a+t+"?",t,i,l,o].join("|")+")",f=RegExp(n+"(?="+n+")|"+u+d,"g");e.exports=function(e){return e.match(f)||[]}},7506:e=>{e.exports=function(e){for(var r=-1,o=null==e?0:e.length,t=0,n=[];++r<o;){var a=e[r];a&&(n[t++]=a)}return n}},8395:e=>{e.exports=function(e){return function(){return e}}},3629:(e,r,o)=>{var t=o(6139),n=o(9939),a=o(738),i=Math.max,l=Math.min;e.exports=function(e,r,o){var s,c,d,u,f,g,p=0,b=!1,m=!1,h=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function v(r){var o=s,t=c;return s=c=void 0,p=r,u=e.apply(t,o)}function y(e){var o=e-g;return void 0===g||o>=r||o<0||m&&e-p>=d}function C(){var e=n();if(y(e))return k(e);f=setTimeout(C,function(e){var o=r-(e-g);return m?l(o,d-(e-p)):o}(e))}function k(e){return f=void 0,h&&s?v(e):(s=c=void 0,u)}function w(){var e=n(),o=y(e);if(s=arguments,c=this,g=e,o){if(void 0===f)return function(e){return p=e,f=setTimeout(C,r),b?v(e):u}(g);if(m)return clearTimeout(f),f=setTimeout(C,r),v(g)}return void 0===f&&(f=setTimeout(C,r)),u}return r=a(r)||0,t(o)&&(b=!!o.leading,d=(m="maxWait"in o)?i(a(o.maxWait)||0,r):d,h="trailing"in o?!!o.trailing:h),w.cancel=function(){void 0!==f&&clearTimeout(f),p=0,s=g=c=f=void 0},w.flush=function(){return void 0===f?u:k(n())},w}},1894:(e,r,o)=>{var t=o(9315),n=o(4777),a=o(8386),i=o(6778),l=a((function(e,r){return i(e)?t(e,n(r,1,i,!0)):[]}));e.exports=l},690:(e,r,o)=>{var t=o(9315),n=o(4777),a=o(1051),i=o(8386),l=o(6778),s=o(1805),c=i((function(e,r){var o=s(r);return l(o)&&(o=void 0),l(e)?t(e,n(r,1,l,!0),a(o,2)):[]}));e.exports=c},9954:e=>{e.exports=function(e,r){return e===r||e!=e&&r!=r}},2347:(e,r,o)=>{var t=o(7187),n=o(9800),a=o(1051),i=o(4490);e.exports=function(e,r){return(i(e)?t:n)(e,a(r,3))}},2654:(e,r,o)=>{var t=o(4331),n=o(1051),a=o(3792),i=Math.max;e.exports=function(e,r,o){var l=null==e?0:e.length;if(!l)return-1;var s=null==o?0:a(o);return s<0&&(s=i(l+s,0)),t(e,n(r,3),s)}},6380:(e,r,o)=>{e.exports=o(1806)},610:(e,r,o)=>{var t=o(4777);e.exports=function(e){return null!=e&&e.length?t(e,1):[]}},3296:(e,r,o)=>{var t=o(3666),n=o(1039),a=o(3860),i=o(4490);e.exports=function(e,r){return(i(e)?t:n)(e,a(r))}},7882:(e,r,o)=>{var t=o(7245);e.exports=function(e,r,o){var n=null==e?void 0:t(e,r);return void 0===n?o:n}},576:(e,r,o)=>{var t=o(8983),n=o(1060);e.exports=function(e,r){return null!=e&&n(e,r,t)}},3476:(e,r,o)=>{var t=o(2014),n=o(1060);e.exports=function(e,r){return null!=e&&n(e,r,t)}},1806:e=>{e.exports=function(e){return e&&e.length?e[0]:void 0}},9205:e=>{e.exports=function(e){return e}},3379:(e,r,o)=>{var t=o(2244),n=o(5525),a=o(738);e.exports=function(e,r,o){return r=n(r),void 0===o?(o=r,r=0):o=n(o),e=a(e),t(e,r,o)}},3873:(e,r,o)=>{var t=o(3601),n=o(8386)(t);e.exports=n},150:(e,r,o)=>{var t=o(5911),n=o(4394),a=Object.prototype,i=a.hasOwnProperty,l=a.propertyIsEnumerable,s=t(function(){return arguments}())?t:function(e){return n(e)&&i.call(e,"callee")&&!l.call(e,"callee")};e.exports=s},4490:e=>{var r=Array.isArray;e.exports=r},2054:(e,r,o)=>{var t=o(9274),n=o(483);e.exports=function(e){return null!=e&&n(e.length)&&!t(e)}},6778:(e,r,o)=>{var t=o(2054),n=o(4394);e.exports=function(e){return n(e)&&t(e)}},2304:(e,r,o)=>{var t=o(4815),n=o(4394);e.exports=function(e){return!0===e||!1===e||n(e)&&"[object Boolean]"==t(e)}},4772:(e,r,o)=>{e=o.nmd(e);var t=o(9226),n=o(9171),a=r&&!r.nodeType&&r,i=a&&e&&!e.nodeType&&e,l=i&&i.exports===a?t.Buffer:void 0,s=(l?l.isBuffer:void 0)||n;e.exports=s},7693:(e,r,o)=>{var t=o(679),n=o(4305),a=o(150),i=o(4490),l=o(2054),s=o(4772),c=o(2649),d=o(345),u=Object.prototype.hasOwnProperty;e.exports=function(e){if(null==e)return!0;if(l(e)&&(i(e)||"string"==typeof e||"function"==typeof e.splice||s(e)||d(e)||a(e)))return!e.length;var r=n(e);if("[object Map]"==r||"[object Set]"==r)return!e.size;if(c(e))return!t(e).length;for(var o in e)if(u.call(e,o))return!1;return!0}},8838:(e,r,o)=>{var t=o(7283);e.exports=function(e,r){return t(e,r)}},9274:(e,r,o)=>{var t=o(4815),n=o(6139);e.exports=function(e){if(!n(e))return!1;var r=t(e);return"[object Function]"==r||"[object GeneratorFunction]"==r||"[object AsyncFunction]"==r||"[object Proxy]"==r}},483:e=>{e.exports=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}},253:e=>{e.exports=function(e){return null==e}},5413:(e,r,o)=>{var t=o(4815),n=o(4394);e.exports=function(e){return"number"==typeof e||n(e)&&"[object Number]"==t(e)}},6139:e=>{e.exports=function(e){var r=typeof e;return null!=e&&("object"==r||"function"==r)}},4394:e=>{e.exports=function(e){return null!=e&&"object"==typeof e}},3064:(e,r,o)=>{var t=o(4815),n=o(809),a=o(4394),i=Function.prototype,l=Object.prototype,s=i.toString,c=l.hasOwnProperty,d=s.call(Object);e.exports=function(e){if(!a(e)||"[object Object]"!=t(e))return!1;var r=n(e);if(null===r)return!0;var o=c.call(r,"constructor")&&r.constructor;return"function"==typeof o&&o instanceof o&&s.call(o)==d}},6080:(e,r,o)=>{var t=o(4815),n=o(4394);e.exports=function(e){return"symbol"==typeof e||n(e)&&"[object Symbol]"==t(e)}},345:(e,r,o)=>{var t=o(241),n=o(9912),a=o(9343),i=a&&a.isTypedArray,l=i?n(i):t;e.exports=l},5211:(e,r,o)=>{var t=o(2483),n=o(679),a=o(2054);e.exports=function(e){return a(e)?t(e):n(e)}},5531:(e,r,o)=>{var t=o(2483),n=o(260),a=o(2054);e.exports=function(e){return a(e)?t(e,!0):n(e)}},1805:e=>{e.exports=function(e){var r=null==e?0:e.length;return r?e[r-1]:void 0}},6601:(e,r,o)=>{var t=o(1732),n=o(1051),a=o(7578),i=o(4490);e.exports=function(e,r){return(i(e)?t:a)(e,n(r,3))}},1925:(e,r,o)=>{var t=o(5126);function n(e,r){if("function"!=typeof e||null!=r&&"function"!=typeof r)throw new TypeError("Expected a function");var o=function(){var t=arguments,n=r?r.apply(this,t):t[0],a=o.cache;if(a.has(n))return a.get(n);var i=e.apply(this,t);return o.cache=a.set(n,i)||a,i};return o.cache=new(n.Cache||t),o}n.Cache=t,e.exports=n},6186:(e,r,o)=>{var t=o(6161),n=o(5969)((function(e,r,o){t(e,r,o)}));e.exports=n},2534:(e,r,o)=>{var t=o(9405),n=o(1619),a=o(9205);e.exports=function(e){return e&&e.length?t(e,a,n):void 0}},299:e=>{e.exports=function(){}},9939:(e,r,o)=>{var t=o(9226);e.exports=function(){return t.Date.now()}},6614:(e,r,o)=>{var t=o(9831),n=o(2082)((function(e,r){return null==e?{}:t(e,r)}));e.exports=n},850:(e,r,o)=>{var t=o(3021),n=o(8874),a=o(5137),i=o(2823);e.exports=function(e){return a(e)?t(i(e)):n(e)}},5313:(e,r,o)=>{var t=o(5733),n=o(1051),a=o(6353),i=o(4490),l=o(2251);e.exports=function(e,r,o){var s=i(e)?t:a;return o&&l(e,r,o)&&(r=void 0),s(e,n(r,3))}},5395:(e,r,o)=>{var t=o(4777),n=o(388),a=o(8386),i=o(2251),l=a((function(e,r){if(null==e)return[];var o=r.length;return o>1&&i(e,r[0],r[1])?r=[]:o>2&&i(r[0],r[1],r[2])&&(r=[r[0]]),n(e,t(r,1),[])}));e.exports=l},3735:e=>{e.exports=function(){return[]}},9171:e=>{e.exports=function(){return!1}},4077:(e,r,o)=>{var t=o(7706),n=o(9205);e.exports=function(e){return e&&e.length?t(e,n):0}},8864:(e,r,o)=>{var t=o(4253),n=o(3792);e.exports=function(e,r,o){return e&&e.length?(r=o||void 0===r?1:n(r),t(e,0,r<0?0:r)):[]}},5525:(e,r,o)=>{var t=o(738);e.exports=function(e){return e?Infinity===(e=t(e))||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}},3792:(e,r,o)=>{var t=o(5525);e.exports=function(e){var r=t(e),o=r%1;return r==r?o?r-o:r:0}},738:(e,r,o)=>{var t=o(4482),n=o(6139),a=o(6080),i=/^[-+]0x[0-9a-f]+$/i,l=/^0b[01]+$/i,s=/^0o[0-7]+$/i,c=parseInt;e.exports=function(e){if("number"==typeof e)return e;if(a(e))return NaN;if(n(e)){var r="function"==typeof e.valueOf?e.valueOf():e;e=n(r)?r+"":r}if("string"!=typeof e)return 0===e?e:+e;e=t(e);var o=l.test(e);return o||s.test(e)?c(e.slice(2),o?2:8):i.test(e)?NaN:+e}},9655:(e,r,o)=>{var t=o(681),n=o(5531);e.exports=function(e){return t(e,n(e))}},6478:(e,r,o)=>{var t=o(2205);e.exports=function(e){return null==e?"":t(e)}},9120:(e,r,o)=>{var t=o(2205),n=o(4482),a=o(7477),i=o(7032),l=o(1656),s=o(8441),c=o(6478);e.exports=function(e,r,o){if((e=c(e))&&(o||void 0===r))return n(e);if(!e||!(r=t(r)))return e;var d=s(e),u=s(r),f=l(d,u),g=i(d,u)+1;return a(d,f,g).join("")}},8857:(e,r,o)=>{var t=o(4777),n=o(8386),a=o(8168),i=o(6778),l=n((function(e){return a(t(e,1,i,!0))}));e.exports=l},9899:(e,r,o)=>{var t=o(8168);e.exports=function(e){return e&&e.length?t(e):[]}},1764:(e,r,o)=>{var t=o(6478),n=0;e.exports=function(e){var r=++n;return t(e)+r}},2948:(e,r,o)=>{var t=o(457),n=o(5211);e.exports=function(e){return null==e?[]:t(e,n(e))}},6256:(e,r,o)=>{var t=o(6112);function n(){}function a(){}a.resetWarningCache=n,e.exports=function(){function e(e,r,o,n,a,i){if(i!==t){var l=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw l.name="Invariant Violation",l}}function r(){return e}e.isRequired=e;var o={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:r,element:e,elementType:e,instanceOf:r,node:e,objectOf:r,oneOf:r,oneOfType:r,shape:r,exact:r,checkPropTypes:a,resetWarningCache:n};return o.PropTypes=o,o}},7094:(e,r,o)=>{e.exports=o(6256)()},6112:e=>{e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},5846:(e,r)=>{var o="function"==typeof Symbol&&Symbol.for,t=o?Symbol.for("react.element"):60103,n=o?Symbol.for("react.portal"):60106,a=o?Symbol.for("react.fragment"):60107,i=o?Symbol.for("react.strict_mode"):60108,l=o?Symbol.for("react.profiler"):60114,s=o?Symbol.for("react.provider"):60109,c=o?Symbol.for("react.context"):60110,d=o?Symbol.for("react.async_mode"):60111,u=o?Symbol.for("react.concurrent_mode"):60111,f=o?Symbol.for("react.forward_ref"):60112,g=o?Symbol.for("react.suspense"):60113,p=o?Symbol.for("react.suspense_list"):60120,b=o?Symbol.for("react.memo"):60115,m=o?Symbol.for("react.lazy"):60116,h=o?Symbol.for("react.block"):60121,v=o?Symbol.for("react.fundamental"):60117,y=o?Symbol.for("react.responder"):60118,C=o?Symbol.for("react.scope"):60119;function k(e){if("object"==typeof e&&null!==e){var r=e.$$typeof;switch(r){case t:switch(e=e.type){case d:case u:case a:case l:case i:case g:return e;default:switch(e=e&&e.$$typeof){case c:case f:case m:case b:case s:return e;default:return r}}case n:return r}}}r.isForwardRef=function(e){return k(e)===f},r.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===a||e===u||e===l||e===i||e===g||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===m||e.$$typeof===b||e.$$typeof===s||e.$$typeof===c||e.$$typeof===f||e.$$typeof===v||e.$$typeof===y||e.$$typeof===C||e.$$typeof===h)}},8286:(e,r,o)=>{e.exports=o(5846)},6051:(e,r)=>{var o,t,n,a;if("object"==typeof performance&&"function"==typeof performance.now){var i=performance;r.unstable_now=function(){return i.now()}}else{var l=Date,s=l.now();r.unstable_now=function(){return l.now()-s}}if("undefined"==typeof window||"function"!=typeof MessageChannel){var c=null,d=null,u=function(){if(null!==c)try{var e=r.unstable_now();c(!0,e),c=null}catch(e){throw setTimeout(u,0),e}};o=function(e){null!==c?setTimeout(o,0,e):(c=e,setTimeout(u,0))},t=function(e,r){d=setTimeout(e,r)},n=function(){clearTimeout(d)},r.unstable_shouldYield=function(){return!1},a=r.unstable_forceFrameRate=function(){}}else{var f=window.setTimeout,g=window.clearTimeout;if("undefined"!=typeof console){var p=window.cancelAnimationFrame;"function"!=typeof window.requestAnimationFrame&&console.error("This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills"),"function"!=typeof p&&console.error("This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills")}var b=!1,m=null,h=-1,v=5,y=0;r.unstable_shouldYield=function(){return r.unstable_now()>=y},a=function(){},r.unstable_forceFrameRate=function(e){0>e||125<e?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):v=0<e?Math.floor(1e3/e):5};var C=new MessageChannel,k=C.port2;C.port1.onmessage=function(){if(null!==m){var e=r.unstable_now();y=e+v;try{m(!0,e)?k.postMessage(null):(b=!1,m=null)}catch(e){throw k.postMessage(null),e}}else b=!1},o=function(e){m=e,b||(b=!0,k.postMessage(null))},t=function(e,o){h=f((function(){e(r.unstable_now())}),o)},n=function(){g(h),h=-1}}function w(e,r){var o=e.length;e.push(r);e:for(;;){var t=o-1>>>1,n=e[t];if(!(void 0!==n&&0<B(n,r)))break e;e[t]=r,e[o]=n,o=t}}function x(e){return void 0===(e=e[0])?null:e}function S(e){var r=e[0];if(void 0!==r){var o=e.pop();if(o!==r){e[0]=o;e:for(var t=0,n=e.length;t<n;){var a=2*(t+1)-1,i=e[a],l=a+1,s=e[l];if(void 0!==i&&0>B(i,o))void 0!==s&&0>B(s,i)?(e[t]=s,e[l]=o,t=l):(e[t]=i,e[a]=o,t=a);else{if(!(void 0!==s&&0>B(s,o)))break e;e[t]=s,e[l]=o,t=l}}}return r}return null}function B(e,r){var o=e.sortIndex-r.sortIndex;return 0!==o?o:e.id-r.id}var E=[],O=[],F=1,A=null,P=3,j=!1,R=!1,I=!1;function M(e){for(var r=x(O);null!==r;){if(null===r.callback)S(O);else{if(!(r.startTime<=e))break;S(O),r.sortIndex=r.expirationTime,w(E,r)}r=x(O)}}function D(e){if(I=!1,M(e),!R)if(null!==x(E))R=!0,o(z);else{var r=x(O);null!==r&&t(D,r.startTime-e)}}function z(e,o){R=!1,I&&(I=!1,n()),j=!0;var a=P;try{for(M(o),A=x(E);null!==A&&(!(A.expirationTime>o)||e&&!r.unstable_shouldYield());){var i=A.callback;if("function"==typeof i){A.callback=null,P=A.priorityLevel;var l=i(A.expirationTime<=o);o=r.unstable_now(),"function"==typeof l?A.callback=l:A===x(E)&&S(E),M(o)}else S(E);A=x(E)}if(null!==A)var s=!0;else{var c=x(O);null!==c&&t(D,c.startTime-o),s=!1}return s}finally{A=null,P=a,j=!1}}var _=a;r.unstable_IdlePriority=5,r.unstable_ImmediatePriority=1,r.unstable_LowPriority=4,r.unstable_NormalPriority=3,r.unstable_Profiling=null,r.unstable_UserBlockingPriority=2,r.unstable_cancelCallback=function(e){e.callback=null},r.unstable_continueExecution=function(){R||j||(R=!0,o(z))},r.unstable_getCurrentPriorityLevel=function(){return P},r.unstable_getFirstCallbackNode=function(){return x(E)},r.unstable_next=function(e){switch(P){case 1:case 2:case 3:var r=3;break;default:r=P}var o=P;P=r;try{return e()}finally{P=o}},r.unstable_pauseExecution=function(){},r.unstable_requestPaint=_,r.unstable_runWithPriority=function(e,r){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var o=P;P=e;try{return r()}finally{P=o}},r.unstable_scheduleCallback=function(e,a,i){var l=r.unstable_now();switch(i="object"==typeof i&&null!==i&&"number"==typeof(i=i.delay)&&0<i?l+i:l,e){case 1:var s=-1;break;case 2:s=250;break;case 5:s=1073741823;break;case 4:s=1e4;break;default:s=5e3}return e={id:F++,callback:a,priorityLevel:e,startTime:i,expirationTime:s=i+s,sortIndex:-1},i>l?(e.sortIndex=i,w(O,e),null===x(E)&&e===x(O)&&(I?n():I=!0,t(D,i-l))):(e.sortIndex=s,w(E,e),R||j||(R=!0,o(z))),e},r.unstable_wrapCallback=function(e){var r=P;return function(){var o=P;P=r;try{return e.apply(this,arguments)}finally{P=o}}}},2279:(e,r,o)=>{e.exports=o(6051)},1685:e=>{e.exports=function e(r){var o=/^\0+/g,t=/[\0\r\f]/g,n=/: */g,a=/zoo|gra/,i=/([,: ])(transform)/g,l=/,+\s*(?![^(]*[)])/g,s=/ +\s*(?![^(]*[)])/g,c=/ *[\0] */g,d=/,\r+?/g,u=/([\t\r\n ])*\f?&/g,f=/:global\(((?:[^\(\)\[\]]*|\[.*\]|\([^\(\)]*\))*)\)/g,g=/\W+/g,p=/@(k\w+)\s*(\S*)\s*/,b=/::(place)/g,m=/:(read-only)/g,h=/\s+(?=[{\];=:>])/g,v=/([[}=:>])\s+/g,y=/(\{[^{]+?);(?=\})/g,C=/\s{2,}/g,k=/([^\(])(:+) */g,w=/[svh]\w+-[tblr]{2}/,x=/\(\s*(.*)\s*\)/g,S=/([\s\S]*?);/g,B=/-self|flex-/g,E=/[^]*?(:[rp][el]a[\w-]+)[^]*/,O=/stretch|:\s*\w+\-(?:conte|avail)/,F=/([^-])(image-set\()/,A="-webkit-",P="-moz-",j="-ms-",R=59,I=125,M=123,D=40,z=41,_=91,H=93,T=10,W=13,L=9,N=64,U=32,Z=38,V=45,G=95,X=42,Y=44,$=58,K=39,q=34,J=47,Q=62,ee=43,re=126,oe=0,te=12,ne=11,ae=107,ie=109,le=115,se=112,ce=111,de=105,ue=99,fe=100,ge=112,pe=1,be=1,me=0,he=1,ve=1,ye=1,Ce=0,ke=0,we=0,xe=[],Se=[],Be=0,Ee=null,Oe=-2,Fe=-1,Ae=0,Pe=1,je=2,Re=3,Ie=0,Me=1,De="",ze="",_e="";function He(e,r,n,a,i){for(var l,s,d=0,u=0,f=0,g=0,h=0,v=0,y=0,C=0,w=0,S=0,B=0,E=0,O=0,F=0,G=0,Ce=0,Se=0,Ee=0,Oe=0,Fe=n.length,We=Fe-1,Ge="",Xe="",Ye="",$e="",Ke="",qe="";G<Fe;){if(y=n.charCodeAt(G),G===We&&u+g+f+d!==0&&(0!==u&&(y=u===J?T:J),g=f=d=0,Fe++,We++),u+g+f+d===0){if(G===We&&(Ce>0&&(Xe=Xe.replace(t,"")),Xe.trim().length>0)){switch(y){case U:case L:case R:case W:case T:break;default:Xe+=n.charAt(G)}y=R}if(1===Se)switch(y){case M:case I:case R:case q:case K:case D:case z:case Y:Se=0;case L:case W:case T:case U:break;default:for(Se=0,Oe=G,h=y,G--,y=R;Oe<Fe;)switch(n.charCodeAt(Oe++)){case T:case W:case R:++G,y=h,Oe=Fe;break;case $:Ce>0&&(++G,y=h);case M:Oe=Fe}}switch(y){case M:for(h=(Xe=Xe.trim()).charCodeAt(0),B=1,Oe=++G;G<Fe;){switch(y=n.charCodeAt(G)){case M:B++;break;case I:B--;break;case J:switch(v=n.charCodeAt(G+1)){case X:case J:G=Ve(v,G,We,n)}break;case _:y++;case D:y++;case q:case K:for(;G++<We&&n.charCodeAt(G)!==y;);}if(0===B)break;G++}if(Ye=n.substring(Oe,G),h===oe&&(h=(Xe=Xe.replace(o,"").trim()).charCodeAt(0)),h===N){switch(Ce>0&&(Xe=Xe.replace(t,"")),v=Xe.charCodeAt(1)){case fe:case ie:case le:case V:l=r;break;default:l=xe}if(Oe=(Ye=He(r,l,Ye,v,i+1)).length,we>0&&0===Oe&&(Oe=Xe.length),Be>0&&(l=Te(xe,Xe,Ee),s=Ze(Re,Ye,l,r,be,pe,Oe,v,i,a),Xe=l.join(""),void 0!==s&&0===(Oe=(Ye=s.trim()).length)&&(v=0,Ye="")),Oe>0)switch(v){case le:Xe=Xe.replace(x,Ue);case fe:case ie:case V:Ye=Xe+"{"+Ye+"}";break;case ae:Ye=(Xe=Xe.replace(p,"$1 $2"+(Me>0?De:"")))+"{"+Ye+"}",Ye=1===ve||2===ve&&Ne("@"+Ye,3)?"@"+A+Ye+"@"+Ye:"@"+Ye;break;default:Ye=Xe+Ye,a===ge&&($e+=Ye,Ye="")}else Ye=""}else Ye=He(r,Te(r,Xe,Ee),Ye,a,i+1);Ke+=Ye,E=0,Se=0,F=0,Ce=0,Ee=0,O=0,Xe="",Ye="",y=n.charCodeAt(++G);break;case I:case R:if((Oe=(Xe=(Ce>0?Xe.replace(t,""):Xe).trim()).length)>1)switch(0===F&&((h=Xe.charCodeAt(0))===V||h>96&&h<123)&&(Oe=(Xe=Xe.replace(" ",":")).length),Be>0&&void 0!==(s=Ze(Pe,Xe,r,e,be,pe,$e.length,a,i,a))&&0===(Oe=(Xe=s.trim()).length)&&(Xe="\0\0"),h=Xe.charCodeAt(0),v=Xe.charCodeAt(1),h){case oe:break;case N:if(v===de||v===ue){qe+=Xe+n.charAt(G);break}default:if(Xe.charCodeAt(Oe-1)===$)break;$e+=Le(Xe,h,v,Xe.charCodeAt(2))}E=0,Se=0,F=0,Ce=0,Ee=0,Xe="",y=n.charCodeAt(++G)}}switch(y){case W:case T:if(u+g+f+d+ke===0)switch(S){case z:case K:case q:case N:case re:case Q:case X:case ee:case J:case V:case $:case Y:case R:case M:case I:break;default:F>0&&(Se=1)}u===J?u=0:he+E===0&&a!==ae&&Xe.length>0&&(Ce=1,Xe+="\0"),Be*Ie>0&&Ze(Ae,Xe,r,e,be,pe,$e.length,a,i,a),pe=1,be++;break;case R:case I:if(u+g+f+d===0){pe++;break}default:switch(pe++,Ge=n.charAt(G),y){case L:case U:if(g+d+u===0)switch(C){case Y:case $:case L:case U:Ge="";break;default:y!==U&&(Ge=" ")}break;case oe:Ge="\\0";break;case te:Ge="\\f";break;case ne:Ge="\\v";break;case Z:g+u+d===0&&he>0&&(Ee=1,Ce=1,Ge="\f"+Ge);break;case 108:if(g+u+d+me===0&&F>0)switch(G-F){case 2:C===se&&n.charCodeAt(G-3)===$&&(me=C);case 8:w===ce&&(me=w)}break;case $:g+u+d===0&&(F=G);break;case Y:u+f+g+d===0&&(Ce=1,Ge+="\r");break;case q:case K:0===u&&(g=g===y?0:0===g?y:g);break;case _:g+u+f===0&&d++;break;case H:g+u+f===0&&d--;break;case z:g+u+d===0&&f--;break;case D:g+u+d===0&&(0===E&&(2*C+3*w==533||(B=0,E=1)),f++);break;case N:u+f+g+d+F+O===0&&(O=1);break;case X:case J:if(g+d+f>0)break;switch(u){case 0:switch(2*y+3*n.charCodeAt(G+1)){case 235:u=J;break;case 220:Oe=G,u=X}break;case X:y===J&&C===X&&Oe+2!==G&&(33===n.charCodeAt(Oe+2)&&($e+=n.substring(Oe,G+1)),Ge="",u=0)}}if(0===u){if(he+g+d+O===0&&a!==ae&&y!==R)switch(y){case Y:case re:case Q:case ee:case z:case D:if(0===E){switch(C){case L:case U:case T:case W:Ge+="\0";break;default:Ge="\0"+Ge+(y===Y?"":"\0")}Ce=1}else switch(y){case D:F+7===G&&108===C&&(F=0),E=++B;break;case z:0==(E=--B)&&(Ce=1,Ge+="\0")}break;case L:case U:switch(C){case oe:case M:case I:case R:case Y:case te:case L:case U:case T:case W:break;default:0===E&&(Ce=1,Ge+="\0")}}Xe+=Ge,y!==U&&y!==L&&(S=y)}}w=C,C=y,G++}if(Oe=$e.length,we>0&&0===Oe&&0===Ke.length&&0===r[0].length==0&&(a!==ie||1===r.length&&(he>0?ze:_e)===r[0])&&(Oe=r.join(",").length+2),Oe>0){if(l=0===he&&a!==ae?function(e){for(var r,o,n=0,a=e.length,i=Array(a);n<a;++n){for(var l=e[n].split(c),s="",d=0,u=0,f=0,g=0,p=l.length;d<p;++d)if(!(0===(u=(o=l[d]).length)&&p>1)){if(f=s.charCodeAt(s.length-1),g=o.charCodeAt(0),r="",0!==d)switch(f){case X:case re:case Q:case ee:case U:case D:break;default:r=" "}switch(g){case Z:o=r+ze;case re:case Q:case ee:case U:case z:case D:break;case _:o=r+o+ze;break;case $:switch(2*o.charCodeAt(1)+3*o.charCodeAt(2)){case 530:if(ye>0){o=r+o.substring(8,u-1);break}default:(d<1||l[d-1].length<1)&&(o=r+ze+o)}break;case Y:r="";default:o=u>1&&o.indexOf(":")>0?r+o.replace(k,"$1"+ze+"$2"):r+o+ze}s+=o}i[n]=s.replace(t,"").trim()}return i}(r):r,Be>0&&void 0!==(s=Ze(je,$e,l,e,be,pe,Oe,a,i,a))&&0===($e=s).length)return qe+$e+Ke;if($e=l.join(",")+"{"+$e+"}",ve*me!=0){switch(2!==ve||Ne($e,2)||(me=0),me){case ce:$e=$e.replace(m,":"+P+"$1")+$e;break;case se:$e=$e.replace(b,"::"+A+"input-$1")+$e.replace(b,"::"+P+"$1")+$e.replace(b,":"+j+"input-$1")+$e}me=0}}return qe+$e+Ke}function Te(e,r,o){var t=r.trim().split(d),n=t,a=t.length,i=e.length;switch(i){case 0:case 1:for(var l=0,s=0===i?"":e[0]+" ";l<a;++l)n[l]=We(s,n[l],o,i).trim();break;default:l=0;var c=0;for(n=[];l<a;++l)for(var u=0;u<i;++u)n[c++]=We(e[u]+" ",t[l],o,i).trim()}return n}function We(e,r,o,t){var n=r,a=n.charCodeAt(0);switch(a<33&&(a=(n=n.trim()).charCodeAt(0)),a){case Z:switch(he+t){case 0:case 1:if(0===e.trim().length)break;default:return n.replace(u,"$1"+e.trim())}break;case $:if(103!==n.charCodeAt(1))return e.trim()+n.replace(u,"$1"+e.trim());if(ye>0&&he>0)return n.replace(f,"$1").replace(u,"$1"+_e);default:if(o*he>0&&n.indexOf("\f")>0)return n.replace(u,(e.charCodeAt(0)===$?"":"$1")+e.trim())}return e+n}function Le(e,r,o,t){var c,d=0,u=e+";",f=2*r+3*o+4*t;if(944===f)return function(e){var r=e.length,o=e.indexOf(":",9)+1,t=e.substring(0,o).trim(),n=e.substring(o,r-1).trim();switch(e.charCodeAt(9)*Me){case 0:break;case V:if(110!==e.charCodeAt(10))break;default:var a=n.split((n="",l)),i=0;for(o=0,r=a.length;i<r;o=0,++i){for(var c=a[i],d=c.split(s);c=d[o];){var u=c.charCodeAt(0);if(1===Me&&(u>N&&u<90||u>96&&u<123||u===G||u===V&&c.charCodeAt(1)!==V)&&isNaN(parseFloat(c))+(-1!==c.indexOf("("))===1)switch(c){case"infinite":case"alternate":case"backwards":case"running":case"normal":case"forwards":case"both":case"none":case"linear":case"ease":case"ease-in":case"ease-out":case"ease-in-out":case"paused":case"reverse":case"alternate-reverse":case"inherit":case"initial":case"unset":case"step-start":case"step-end":break;default:c+=De}d[o++]=c}n+=(0===i?"":",")+d.join(" ")}}return n=t+n+";",1===ve||2===ve&&Ne(n,1)?A+n+n:n}(u);if(0===ve||2===ve&&!Ne(u,1))return u;switch(f){case 1015:return 97===u.charCodeAt(10)?A+u+u:u;case 951:return 116===u.charCodeAt(3)?A+u+u:u;case 963:return 110===u.charCodeAt(5)?A+u+u:u;case 1009:if(100!==u.charCodeAt(4))break;case 969:case 942:return A+u+u;case 978:return A+u+P+u+u;case 1019:case 983:return A+u+P+u+j+u+u;case 883:return u.charCodeAt(8)===V?A+u+u:u.indexOf("image-set(",11)>0?u.replace(F,"$1"+A+"$2")+u:u;case 932:if(u.charCodeAt(4)===V)switch(u.charCodeAt(5)){case 103:return A+"box-"+u.replace("-grow","")+A+u+j+u.replace("grow","positive")+u;case 115:return A+u+j+u.replace("shrink","negative")+u;case 98:return A+u+j+u.replace("basis","preferred-size")+u}return A+u+j+u+u;case 964:return A+u+j+"flex-"+u+u;case 1023:if(99!==u.charCodeAt(8))break;return c=u.substring(u.indexOf(":",15)).replace("flex-","").replace("space-between","justify"),A+"box-pack"+c+A+u+j+"flex-pack"+c+u;case 1005:return a.test(u)?u.replace(n,":"+A)+u.replace(n,":"+P)+u:u;case 1e3:switch(d=(c=u.substring(13).trim()).indexOf("-")+1,c.charCodeAt(0)+c.charCodeAt(d)){case 226:c=u.replace(w,"tb");break;case 232:c=u.replace(w,"tb-rl");break;case 220:c=u.replace(w,"lr");break;default:return u}return A+u+j+c+u;case 1017:if(-1===u.indexOf("sticky",9))return u;case 975:switch(d=(u=e).length-10,f=(c=(33===u.charCodeAt(d)?u.substring(0,d):u).substring(e.indexOf(":",7)+1).trim()).charCodeAt(0)+(0|c.charCodeAt(7))){case 203:if(c.charCodeAt(8)<111)break;case 115:u=u.replace(c,A+c)+";"+u;break;case 207:case 102:u=u.replace(c,A+(f>102?"inline-":"")+"box")+";"+u.replace(c,A+c)+";"+u.replace(c,j+c+"box")+";"+u}return u+";";case 938:if(u.charCodeAt(5)===V)switch(u.charCodeAt(6)){case 105:return c=u.replace("-items",""),A+u+A+"box-"+c+j+"flex-"+c+u;case 115:return A+u+j+"flex-item-"+u.replace(B,"")+u;default:return A+u+j+"flex-line-pack"+u.replace("align-content","").replace(B,"")+u}break;case 973:case 989:if(u.charCodeAt(3)!==V||122===u.charCodeAt(4))break;case 931:case 953:if(!0===O.test(e))return 115===(c=e.substring(e.indexOf(":")+1)).charCodeAt(0)?Le(e.replace("stretch","fill-available"),r,o,t).replace(":fill-available",":stretch"):u.replace(c,A+c)+u.replace(c,P+c.replace("fill-",""))+u;break;case 962:if(u=A+u+(102===u.charCodeAt(5)?j+u:"")+u,o+t===211&&105===u.charCodeAt(13)&&u.indexOf("transform",10)>0)return u.substring(0,u.indexOf(";",27)+1).replace(i,"$1"+A+"$2")+u}return u}function Ne(e,r){var o=e.indexOf(1===r?":":"{"),t=e.substring(0,3!==r?o:10),n=e.substring(o+1,e.length-1);return Ee(2!==r?t:t.replace(E,"$1"),n,r)}function Ue(e,r){var o=Le(r,r.charCodeAt(0),r.charCodeAt(1),r.charCodeAt(2));return o!==r+";"?o.replace(S," or ($1)").substring(4):"("+r+")"}function Ze(e,r,o,t,n,a,i,l,s,c){for(var d,u=0,f=r;u<Be;++u)switch(d=Se[u].call(Xe,e,f,o,t,n,a,i,l,s,c)){case void 0:case!1:case!0:case null:break;default:f=d}if(f!==r)return f}function Ve(e,r,o,t){for(var n=r+1;n<o;++n)switch(t.charCodeAt(n)){case J:if(e===X&&t.charCodeAt(n-1)===X&&r+2!==n)return n+1;break;case T:if(e===J)return n+1}return n}function Ge(e){for(var r in e){var o=e[r];switch(r){case"keyframe":Me=0|o;break;case"global":ye=0|o;break;case"cascade":he=0|o;break;case"compress":Ce=0|o;break;case"semicolon":ke=0|o;break;case"preserve":we=0|o;break;case"prefix":Ee=null,o?"function"!=typeof o?ve=1:(ve=2,Ee=o):ve=0}}return Ge}function Xe(r,o){if(void 0!==this&&this.constructor===Xe)return e(r);var n=r,a=n.charCodeAt(0);a<33&&(a=(n=n.trim()).charCodeAt(0)),Me>0&&(De=n.replace(g,a===_?"":"-")),a=1,1===he?_e=n:ze=n;var i,l=[_e];Be>0&&void 0!==(i=Ze(Fe,o,l,l,be,pe,0,0,0,0))&&"string"==typeof i&&(o=i);var s=He(xe,l,o,0,0);return Be>0&&void 0!==(i=Ze(Oe,s,l,l,be,pe,s.length,0,0,0))&&"string"!=typeof(s=i)&&(a=0),De="",_e="",ze="",me=0,be=1,pe=1,Ce*a==0?s:function(e){return e.replace(t,"").replace(h,"").replace(v,"$1").replace(y,"$1").replace(C," ")}(s)}return Xe.use=function e(r){switch(r){case void 0:case null:Be=Se.length=0;break;default:if("function"==typeof r)Se[Be++]=r;else if("object"==typeof r)for(var o=0,t=r.length;o<t;++o)e(r[o]);else Ie=0|!!r}return e},Xe.set=Ge,void 0!==r&&Ge(r),Xe}(null)}},t={};function n(e){var r=t[e];if(void 0!==r)return r.exports;var a=t[e]={id:e,loaded:!1,exports:{}};return o[e](a,a.exports,n),a.loaded=!0,a.exports}n.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return n.d(r,{a:r}),r},n.d=(e,r)=>{for(var o in r)n.o(r,o)&&!n.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:r[o]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.nmd=e=>(e.paths=[],e.children||(e.children=[]),e);var a={};(()=>{n.d(a,{en:()=>$a,kC:()=>An,zt:()=>hs,Rl:()=>qo,xv:()=>Ta,y0:()=>Y,It:()=>$,$v:()=>xb});var o={};n.r(o),n.d(o,{bodyBackground:()=>Ac,bodyColor:()=>Pc,bodyFontFamily:()=>Oc,bodyFontSize:()=>Fc,bodyLineHeight:()=>jc,bodyMargin:()=>Ec,bodyPadding:()=>Bc,borderRadiusMedium:()=>Ks,borderRadiusSmall:()=>$s,borderRadiusXLarge:()=>qs,borderWidth:()=>Ys,categoryColorScheme:()=>Xs,categoryColors:()=>Vs,colorScheme:()=>Ls,colors:()=>Ts,contextualColors:()=>Ms,focusInnerBorderColor:()=>Js,focusOuterBorderColor:()=>Qs,fontSizes:()=>uc,fontWeightBold:()=>mc,fontWeightLight:()=>fc,fontWeightRegular:()=>pc,fontWeightSemibold:()=>bc,fontWeightSemilight:()=>gc,lineHeightDefault:()=>hc,lineHeightLarge:()=>kc,lineHeightLarger:()=>wc,lineHeightLargest:()=>xc,lineHeightMedium:()=>Cc,lineHeightSmall:()=>yc,lineHeightSmaller:()=>vc,naturalColors:()=>Ds,primitiveColors:()=>_s,shadow16:()=>sc,shadow2:()=>ac,shadow28:()=>cc,shadow4:()=>ic,shadow64:()=>dc,shadow8:()=>lc,shadowLevel1:()=>ec,shadowLevel1Dark:()=>nc,shadowLevel2:()=>rc,shadowLevel3:()=>oc,shadowLevel4:()=>tc,transparentColors:()=>Hs,zIndexes:()=>Sc});var t={};n.r(t),n.d(t,{Accordion:()=>Rc,AccordionTitle:()=>Rc,Alert:()=>Mc,AlertDismissAction:()=>Mc,Attachment:()=>Ic,AttachmentAction:()=>Ic,AttachmentBody:()=>Ic,AttachmentDescription:()=>Ic,AttachmentHeader:()=>Ic,AttachmentIcon:()=>Ic,Avatar:()=>zc,AvatarIcon:()=>zc,AvatarImage:()=>zc,AvatarLabel:()=>zc,AvatarStatus:()=>zc,AvatarStatusIcon:()=>zc,Breadcrumb:()=>Hc,BreadcrumbDivider:()=>Hc,BreadcrumbItem:()=>Hc,BreadcrumbLink:()=>Hc,Button:()=>_c,ButtonContent:()=>_c,ButtonGroup:()=>_c,Card:()=>eu,CardBody:()=>eu,CardExpandableBox:()=>eu,CardFooter:()=>eu,CardHeader:()=>eu,CardPreview:()=>eu,CardTopControls:()=>eu,Carousel:()=>Kd,CarouselItem:()=>Kd,CarouselNavigation:()=>Jd,CarouselNavigationItem:()=>Jd,CarouselPaddle:()=>Kd,CarouselPaddlesContainer:()=>Kd,Chat:()=>Tc,ChatItem:()=>Wc,ChatMessage:()=>Lc,ChatMessageDetails:()=>Nc,ChatMessageReadStatus:()=>Uc,Checkbox:()=>Xc,Datepicker:()=>ru,DatepickerCalendar:()=>ru,DatepickerCalendarCell:()=>ru,DatepickerCalendarCellButton:()=>ru,DatepickerCalendarGrid:()=>ru,DatepickerCalendarGridRow:()=>ru,DatepickerCalendarHeader:()=>ru,DatepickerCalendarHeaderCell:()=>ru,Dialog:()=>Yc,Divider:()=>od,Dropdown:()=>td,DropdownItem:()=>td,DropdownSearchInput:()=>td,DropdownSelectedItem:()=>td,Embed:()=>nd,Flex:()=>ad,FlexItem:()=>id,Form:()=>ld,FormField:()=>cd,FormFieldCustom:()=>cd,FormLabel:()=>fd,FormMessage:()=>ud,Grid:()=>gd,Header:()=>bd,HeaderDescription:()=>hd,Image:()=>Cd,Input:()=>kd,InputLabel:()=>wd,ItemLayout:()=>Ed,Label:()=>xd,Layout:()=>Sd,ListItem:()=>Od,ListItemContent:()=>Od,ListItemContentMedia:()=>Od,ListItemHeader:()=>Od,ListItemHeaderMedia:()=>Od,ListItemMedia:()=>Od,Loader:()=>Bd,Menu:()=>Ad,MenuDivider:()=>Ad,MenuItem:()=>Ad,MenuItemContent:()=>Ad,MenuItemIcon:()=>Ad,MenuItemIndicator:()=>Ad,MenuItemWrapper:()=>Ad,Pill:()=>Pd,PillAction:()=>Pd,PillContent:()=>Pd,PillIcon:()=>Pd,PillImage:()=>Pd,PopupContent:()=>jd,Provider:()=>Rd,RadioGroupItem:()=>Id,Reaction:()=>Md,ReactionGroup:()=>Dd,Segment:()=>_d,Skeleton:()=>Hd,SkeletonAvatar:()=>Hd,SkeletonButton:()=>Hd,SkeletonInput:()=>Hd,SkeletonLine:()=>Hd,SkeletonShape:()=>Hd,SkeletonText:()=>Hd,Slider:()=>Td,SplitButton:()=>$d,SplitButtonDivider:()=>$d,SplitButtonToggle:()=>$d,Status:()=>Wd,SvgIcon:()=>yd,Table:()=>Qd,TableCell:()=>Qd,TableRow:()=>Qd,Text:()=>Nd,TextArea:()=>Ud,Toolbar:()=>Vd,ToolbarCustomItem:()=>Vd,ToolbarDivider:()=>Vd,ToolbarItem:()=>Vd,ToolbarMenu:()=>Vd,ToolbarMenuDivider:()=>Vd,ToolbarMenuItem:()=>Vd,ToolbarMenuItemActiveIndicator:()=>Vd,ToolbarMenuItemIcon:()=>Vd,ToolbarMenuItemSubmenuIndicator:()=>Vd,ToolbarMenuRadioGroup:()=>Vd,ToolbarMenuRadioGroupWrapper:()=>Vd,TooltipContent:()=>Yd,TreeTitle:()=>Gd,Video:()=>Xd});var i={};n.r(i),n.d(i,{Accordion:()=>ou,AccordionContent:()=>tu,AccordionTitle:()=>nu,Alert:()=>iu,AlertDismissAction:()=>gu,Attachment:()=>bu,AttachmentAction:()=>yu,AttachmentBody:()=>Cu,AttachmentDescription:()=>ku,AttachmentHeader:()=>wu,AttachmentIcon:()=>xu,Avatar:()=>Bu,AvatarIcon:()=>Ru,AvatarImage:()=>Au,AvatarLabel:()=>Mu,AvatarStatus:()=>Ou,AvatarStatusIcon:()=>Fu,Breadcrumb:()=>Nu,BreadcrumbDivider:()=>Wu,BreadcrumbItem:()=>Tu,BreadcrumbLink:()=>Lu,Button:()=>Du,ButtonContent:()=>Hu,ButtonGroup:()=>_u,Card:()=>ib,CardBody:()=>sb,CardExpandableBox:()=>fb,CardFooter:()=>cb,CardHeader:()=>lb,CardPreview:()=>db,CardTopControls:()=>ub,Carousel:()=>Vp,CarouselItem:()=>Gp,CarouselNavigation:()=>Xp,CarouselNavigationItem:()=>Kp,CarouselPaddle:()=>eb,CarouselPaddlesContainer:()=>rb,Chat:()=>Uu,ChatItem:()=>Gu,ChatMessage:()=>qu,ChatMessageDetails:()=>Ju,ChatMessageReadStatus:()=>Qu,Checkbox:()=>af,Datepicker:()=>bb,DatepickerCalendar:()=>mb,DatepickerCalendarCell:()=>yb,DatepickerCalendarCellButton:()=>Cb,DatepickerCalendarGrid:()=>kb,DatepickerCalendarGridRow:()=>wb,DatepickerCalendarHeader:()=>hb,DatepickerCalendarHeaderCell:()=>vb,Dialog:()=>lf,DialogFooter:()=>sf,Divider:()=>df,DividerContent:()=>uf,Dropdown:()=>hf,DropdownItem:()=>Ef,DropdownSearchInput:()=>vf,DropdownSelectedItem:()=>kf,Embed:()=>Af,Flex:()=>Df,FlexItem:()=>zf,Form:()=>Pf,FormField:()=>jf,FormFieldCustom:()=>jf,FormLabel:()=>Rf,FormMessage:()=>If,Grid:()=>Hf,Header:()=>Wf,HeaderDescription:()=>Lf,Image:()=>Zf,Input:()=>Vf,InputLabel:()=>Gf,ItemLayout:()=>rg,Label:()=>Xf,Layout:()=>Jf,List:()=>og,ListItem:()=>ng,ListItemContent:()=>ag,ListItemContentMedia:()=>ig,ListItemEndMedia:()=>lg,ListItemHeader:()=>sg,ListItemHeaderMedia:()=>cg,ListItemMedia:()=>dg,Loader:()=>eg,Menu:()=>ug,MenuButton:()=>Sg,MenuDivider:()=>wg,MenuItem:()=>mg,MenuItemContent:()=>vg,MenuItemIcon:()=>hg,MenuItemIndicator:()=>Cg,MenuItemWrapper:()=>kg,Pill:()=>Bg,PillAction:()=>Og,PillContent:()=>Eg,PillGroup:()=>Pg,PillIcon:()=>Ag,PillImage:()=>Fg,PopupContent:()=>Ig,Provider:()=>Mg,RadioGroup:()=>Dg,RadioGroupItem:()=>Tg,Reaction:()=>cp,ReactionGroup:()=>dp,Segment:()=>Wg,Skeleton:()=>Kg,SkeletonAvatar:()=>op,SkeletonButton:()=>Qg,SkeletonInput:()=>rp,SkeletonLine:()=>qg,SkeletonShape:()=>Jg,SkeletonText:()=>ep,Slider:()=>lp,SplitButton:()=>bp,SplitButtonDivider:()=>yp,SplitButtonToggle:()=>vp,Status:()=>pp,SvgIcon:()=>Uf,Table:()=>ob,TableCell:()=>nb,TableRow:()=>tb,Text:()=>Cp,TextArea:()=>kp,Toolbar:()=>wp,ToolbarCustomItem:()=>Sp,ToolbarDivider:()=>Bp,ToolbarItem:()=>Ep,ToolbarMenu:()=>Op,ToolbarMenuDivider:()=>Fp,ToolbarMenuItem:()=>Rp,ToolbarMenuItemActiveIndicator:()=>Dp,ToolbarMenuItemIcon:()=>Ip,ToolbarMenuItemSubmenuIndicator:()=>Mp,ToolbarMenuRadioGroup:()=>zp,ToolbarMenuRadioGroupWrapper:()=>_p,ToolbarRadioGroup:()=>xp,TooltipContent:()=>Zp,Tree:()=>Hp,TreeItem:()=>Lp,TreeTitle:()=>Np,Video:()=>Up});var l=n(6601),s=n.n(l),c={3:"Cancel",6:"Help",8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",28:"Convert",29:"NonConvert",30:"Accept",31:"ModeChange",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",41:"Select",42:"Print",43:"Execute",44:"PrintScreen",45:"Insert",46:"Delete",48:["0",")"],49:["1","!"],50:["2","@"],51:["3","#"],52:["4","$"],53:["5","%"],54:["6","^"],55:["7","&"],56:["8","*"],57:["9","("],65:["a","A"],66:["b","B"],67:["c","C"],68:["d","D"],69:["e","E"],70:["f","F"],71:["g","G"],72:["h","H"],73:["i","I"],74:["j","J"],75:["k","K"],76:["l","L"],77:["m","M"],78:["n","N"],79:["o","O"],80:["p","P"],81:["q","Q"],82:["r","R"],83:["s","S"],84:["t","T"],85:["u","U"],86:["v","V"],87:["w","W"],88:["x","X"],89:["y","Y"],90:["z","Z"],91:"OS",93:"ContextMenu",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",124:"F13",125:"F14",126:"F15",127:"F16",128:"F17",129:"F18",130:"F19",131:"F20",132:"F21",133:"F22",134:"F23",135:"F24",144:"NumLock",145:"ScrollLock",181:"VolumeMute",182:"VolumeDown",183:"VolumeUp",186:[";",":"],187:["=","+"],188:[",","<"],189:["-","_"],190:[".",">"],191:["/","?"],192:["`","~"],219:["[","{"],220:["\\","|"],221:["]","}"],222:["'",'"'],224:"Meta",225:"AltGraph",246:"Attn",247:"CrSel",248:"ExSel",249:"EraseEof",250:"Play",251:"ZoomOut"},d=function(e){return null!==e&&!Array.isArray(e)&&"object"==typeof e};function u(e){return d(e)?e.keyCode||e.which||f[e.key]:f[e]}var f={};for(var g in c)if(c.hasOwnProperty(g)){var p=c[g];if("string"==typeof p)f[p]=Number(g);else for(var b=0;b<p.length;b++)f[p[b]]=Number(g)}var m,h,v=f[" "],y=(f[0],f[1],f[2],f[3],f[4],f[5],f[6],f[7],f[8],f[9],f["~"],f["`"],f["!"],f["@"],f["#"],f["%"],f["^"],f["&"],f["+"],f["-"],f["="],f["/"],f["*"],f[","],f["."],f[":"],f[";"],f["|"],f["\\"],f["?"],f["'"],f['"'],f["{"],f["}"],f["("],f[")"],f["<"],f[">"],f["["],f["]"],f.ArrowDown,f.ArrowLeft,f.ArrowRight,f.ArrowUp,f.End,f.Enter,f.Home,f.PageDown,f.PageUp,f.Tab,"data-is-focusable");!function(e){e[e.none=0]="none",e[e.all=1]="all",e[e.inputOnly=2]="inputOnly"}(m||(m={})),function(e){e[e.vertical=0]="vertical",e[e.horizontal=1]="horizontal",e[e.bidirectional=2]="bidirectional",e[e.bidirectionalDomOrder=3]="bidirectionalDomOrder"}(h||(h={}));var C=function(e){var r;return{attributes:{root:Object.assign((r={},r[y]=!0,r.tabIndex=-1,r),e.hasActionMenu&&!e.inlineActionMenu&&{"aria-owns":e.actionMenuId})},focusZone:{props:{handleTabKey:m.all,isCircularNavigation:!0,direction:h.vertical,pagingSupportDisabled:!0}},keyActions:{root:{preventDefault:{keyCombinations:[{keyCode:f.ArrowUp},{keyCode:f.ArrowDown}]},focus:{keyCombinations:[{keyCode:f.Escape}]}}}}},k="chat-focuszone",w=function(){var e;return{attributes:{root:{}},focusZone:{props:(e={shouldEnterInnerZone:function(e){return u(e)===f.Enter},direction:h.vertical,shouldResetActiveElementWhenTabFromZone:!0,defaultTabbableElement:x},e[k]="",e.pagingSupportDisabled=!0,e)},childBehaviors:{item:void 0,message:C}}},x=function(e){var r=e.querySelector('[data-last-visible="true"]');if(r)return r;var o=e.querySelectorAll("["+k+"] .ui-chat__message["+y+'="true"]');return o.length>0?o[o.length-1]:null};const S=(B={Children:()=>e.Children,Component:()=>e.Component,Fragment:()=>e.Fragment,cloneElement:()=>e.cloneElement,createContext:()=>e.createContext,createElement:()=>e.createElement,forwardRef:()=>e.forwardRef,isValidElement:()=>e.isValidElement,useCallback:()=>e.useCallback,useContext:()=>e.useContext,useEffect:()=>e.useEffect,useImperativeHandle:()=>e.useImperativeHandle,useLayoutEffect:()=>e.useLayoutEffect,useMemo:()=>e.useMemo,useReducer:()=>e.useReducer,useRef:()=>e.useRef,useState:()=>e.useState},E={},n.d(E,B),E);var B,E,O={registerUsage:function(){},unregisterUsage:function(){},renderFont:function(){},renderGlobal:function(){},renderRule:function(){return""},Provider:function(e){return S.createElement(S.Fragment,null,e.children)}},F=n(3296),A=n.n(F),P=n(5211),j=n.n(P),R=n(8857),I=n.n(R),M=n(6186),D=n.n(M),z=function(e){return function(){return"function"==typeof e?e.apply(void 0,arguments):e}},_=function(e){return null!==e&&"object"==typeof e&&!Array.isArray(e)},H=function(){for(var e=function e(r,o){return Object.keys(o).forEach((function(t){(function(e){return"__proto__"!==e&&"prototype"!==e&&"constructor"!==e})(t)&&(_(o[t])?(_(r[t])||(r[t]={}),e(r[t],o[t])):r[t]=o[t])})),r},r=arguments.length,o=new Array(r),t=0;t<r;t++)o[t]=arguments[t];return o.filter(Boolean).reduce((function(r,o){return e(r,o)}),{})},T=function(){var e;return(e=[]).concat.apply(e,arguments).filter(Boolean)},W=function(e,r){return e},L={siteVariables:{fontSizes:{}},componentVariables:{},componentStyles:{},fontFaces:[],staticStyles:[],animations:{}},N=function(e,r){var o={};return e&&Object.keys(e).forEach((function(t){var n=e[t],a=null==r?void 0:r[t];null!=n&&(null!=a?n===a&&(o[t]="function"==typeof n?n:function(){return n}):o[t]="function"==typeof n?n:function(){return n})})),r&&Object.keys(r).forEach((function(t){var n=null==e?void 0:e[t],a=r[t];null!=a&&(null!=n?n!==a&&(o[t]=function(e){return D()("function"==typeof n?n(e):n,"function"==typeof a?a(e):a)}):o[t]="function"==typeof a?a:function(){return a})})),o},U=function(){for(var e=arguments.length,r=new Array(e),o=0;o<e;o++)r[o]=arguments[o];var t=r.filter(Boolean);return 1===t.length?"function"==typeof t[0]?t[0]:z(t[0]):t.reduce((function(e,r){return function(){var o=e.apply(void 0,arguments),t=("function"==typeof r?r:z(r)).apply(void 0,arguments);return H(o,t)}}),(function(){return{}}))},Z=function(){for(var e=arguments.length,r=new Array(e),o=0;o<e;o++)r[o]=arguments[o];return H.apply(void 0,[{fontSizes:{}}].concat(r))},V=function(){for(var e=arguments.length,r=new Array(e),o=0;o<e;o++)r[o]=arguments[o];return I().apply(void 0,s()(r,j())).reduce((function(e,o){return e[o]=U.apply(void 0,s()(r,o)),e}),{})},G=function(){return T.apply(void 0,arguments)},X=function(){return T.apply(void 0,arguments)},Y=function(){for(var e=arguments.length,r=new Array(e),o=0;o<e;o++)r[o]=arguments[o];return function(){for(var e=arguments.length,o=new Array(e),t=0;t<e;t++)o[t]=arguments[t];return r.reduce((function(e,r){return D()(e,z(r).apply(void 0,o))}),{})}},$=function(){for(var e=arguments.length,r=new Array(e),o=0;o<e;o++)r[o]=arguments[o];return r.reduce((function(e,r){if(!r)return e;r._debugId;return e.siteVariables=Z(e.siteVariables,W(r.siteVariables)),e.componentVariables=V(e.componentVariables,W(r.componentVariables)),e.componentStyles=function(){for(var e=arguments.length,r=new Array(e),o=0;o<e;o++)r[o]=arguments[o];return r.reduce((function(e,r){return A()(r,(function(o,t){e[t]=N(e[t],W(o,r._debugId))})),e}),{})}(e.componentStyles,W(r.componentStyles)),e.fontFaces=G.apply(void 0,e.fontFaces.concat(r.fontFaces||[])),e.staticStyles=X.apply(void 0,e.staticStyles.concat(r.staticStyles||[])),e.animations=function(){for(var e=arguments.length,r=new Array(e),o=0;o<e;o++)r[o]=arguments[o];return Object.assign.apply(Object,[{}].concat(r))}(e.animations,r.animations),e}),Object.assign({},L))},K={rtl:void 0,disableAnimations:!1,performance:{enableSanitizeCssPlugin:!1,enableStylesCaching:!0,enableVariablesCaching:!0,enableBooleanVariablesCaching:!1},renderer:O,theme:L,telemetry:void 0,target:void 0},q=S.createContext(K);function J(){return S.useContext(q)}var Q,ee=q.Provider,re=function(e,r){return function(e,r,o){var t=-1;return{setStart:function(){null!=r&&r.enabled&&(t=performance.now(),r.performance[e]||(r.performance[e]={instances:0,renders:0,msTotal:0,msMin:Number.MAX_SAFE_INTEGER,msMax:0,msResolveVariablesTotal:0,msResolveStylesTotal:0,msRenderStylesTotal:0,stylesRootCacheHits:0,stylesSlotsCacheHits:0}))},setEnd:function(){if(null!=r&&r.enabled&&-1!==t){var n=performance.now()-t;r.performance[e].instances+=Number(o.current),r.performance[e].renders++,r.performance[e].msTotal+=n,r.performance[e].msMin=Math.min(n,r.performance[e].msMin),r.performance[e].msMax=Math.max(n,r.performance[e].msMax),o.current=!1}}}}(e,r,S.useRef(!0))},oe=function(e,r){return void 0===r||e===r},te=((Q={})[f.ArrowRight]=f.ArrowLeft,Q[f.ArrowLeft]=f.ArrowRight,Q),ne={attributes:{},keyHandlers:{}};function ae(){return ae=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var o=arguments[r];for(var t in o)Object.prototype.hasOwnProperty.call(o,t)&&(e[t]=o[t])}return e},ae.apply(this,arguments)}function ie(e,r){return ie=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,r){return e.__proto__=r,e},ie(e,r)}function le(e,r){e.prototype=Object.create(r.prototype),e.prototype.constructor=e,ie(e,r)}var se=n(3873),ce=n.n(se),de=n(1764),ue=n.n(de),fe=n(583),ge=n.n(fe),pe=n(7094),be=n.n(pe),me=!1,he=void 0;try{he=window}catch(e){}function ve(e){if(!me&&void 0!==he){var r=e;return r&&r.ownerDocument&&r.ownerDocument.defaultView?r.ownerDocument.defaultView:he}}function ye(e,r){return void 0===r&&(r=!0),e&&(r&&function(e){var r,o;return e&&(o=e)&&o._virtual&&(r=e._virtual.parent),r}(e)||e.parentNode&&e.parentNode)}function Ce(e){if(!me&&"undefined"!=typeof document){var r=e;return r&&r.ownerDocument?r.ownerDocument:document}}function ke(e,r,o){void 0===o&&(o=!0);var t=!1;if(e&&r)if(o)if(e===r)t=!0;else for(t=!1;r;){var n=ye(r);if(n===e){t=!0;break}r=n}else e.contains&&(t=e.contains(r));return t}var we,xe=function(){return xe=Object.assign||function(e){for(var r,o=1,t=arguments.length;o<t;o++)for(var n in r=arguments[o])Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n]);return e},xe.apply(this,arguments)},Se="__stylesheet__",Be="undefined"!=typeof navigator&&/rv:11.0/.test(navigator.userAgent),Ee={};try{Ee=window}catch(Me){}var Oe,Fe=function(){function e(e){this._rules=[],this._preservedRules=[],this._rulesToInsert=[],this._counter=0,this._keyToClassName={},this._onResetCallbacks=[],this._classNameToArgs={},this._config=xe({injectionMode:1,defaultPrefix:"css",namespace:void 0,cspSettings:void 0},e),this._keyToClassName=this._config.classNameCache||{}}return e.getInstance=function(){var r;if(!(we=Ee[Se])||we._lastStyleElement&&we._lastStyleElement.ownerDocument!==document){var o=(null===(r=Ee)||void 0===r?void 0:r.FabricConfig)||{};we=Ee[Se]=new e(o.mergeStyles)}return we},e.prototype.setConfig=function(e){this._config=xe(xe({},this._config),e)},e.prototype.onReset=function(e){this._onResetCallbacks.push(e)},e.prototype.getClassName=function(e){var r=this._config.namespace;return(r?r+"-":"")+(e||this._config.defaultPrefix)+"-"+this._counter++},e.prototype.cacheClassName=function(e,r,o,t){this._keyToClassName[r]=e,this._classNameToArgs[e]={args:o,rules:t}},e.prototype.classNameFromKey=function(e){return this._keyToClassName[e]},e.prototype.getClassNameCache=function(){return this._keyToClassName},e.prototype.argsFromClassName=function(e){var r=this._classNameToArgs[e];return r&&r.args},e.prototype.insertedRulesFromClassName=function(e){var r=this._classNameToArgs[e];return r&&r.rules},e.prototype.insertRule=function(e,r){var o=0!==this._config.injectionMode?this._getStyleElement():void 0;if(r&&this._preservedRules.push(e),o)switch(this._config.injectionMode){case 1:var t=o.sheet;try{t.insertRule(e,t.cssRules.length)}catch(e){}break;case 2:o.appendChild(document.createTextNode(e))}else this._rules.push(e);this._config.onInsertRule&&this._config.onInsertRule(e)},e.prototype.getRules=function(e){return(e?this._preservedRules.join(""):"")+this._rules.join("")+this._rulesToInsert.join("")},e.prototype.reset=function(){this._rules=[],this._rulesToInsert=[],this._counter=0,this._classNameToArgs={},this._keyToClassName={},this._onResetCallbacks.forEach((function(e){return e()}))},e.prototype.resetKeys=function(){this._keyToClassName={}},e.prototype._getStyleElement=function(){var e=this;return this._styleElement||"undefined"==typeof document||(this._styleElement=this._createStyleElement(),Be||window.requestAnimationFrame((function(){e._styleElement=void 0}))),this._styleElement},e.prototype._createStyleElement=function(){var e=document.head,r=document.createElement("style"),o=null;r.setAttribute("data-merge-styles","true");var t=this._config.cspSettings;if(t&&t.nonce&&r.setAttribute("nonce",t.nonce),this._lastStyleElement)o=this._lastStyleElement.nextElementSibling;else{var n=this._findPlaceholderStyleTag();o=n?n.nextElementSibling:e.childNodes[0]}return e.insertBefore(r,e.contains(o)?o:null),this._lastStyleElement=r,r},e.prototype._findPlaceholderStyleTag=function(){var e=document.head;return e?e.querySelector("style[data-merge-styles]"):null},e}();function Ae(){return void 0===Oe&&(Oe="undefined"!=typeof document&&!!document.documentElement&&"rtl"===document.documentElement.getAttribute("dir")),Oe}Oe=Ae();var Pe,je={},Re={"user-select":1};function Ie(e,r){var o=function(){var e,r;if(!Pe){var o="undefined"!=typeof document?document:void 0,t="undefined"!=typeof navigator?navigator:void 0,n=null===(r=null===(e=t)||void 0===e?void 0:e.userAgent)||void 0===r?void 0:r.toLowerCase();Pe=o?{isWebkit:!(!o||!("WebkitAppearance"in o.documentElement.style)),isMoz:!!(n&&n.indexOf("firefox")>-1),isOpera:!!(n&&n.indexOf("opera")>-1),isMs:!(!t||!/rv:11.0/i.test(t.userAgent)&&!/Edge\/\d./i.test(navigator.userAgent))}:{isWebkit:!0,isMoz:!0,isOpera:!0,isMs:!0}}return Pe}(),t=e[r];if(Re[t]){var n=e[r+1];Re[t]&&(o.isWebkit&&e.push("-webkit-"+t,n),o.isMoz&&e.push("-moz-"+t,n),o.isMs&&e.push("-ms-"+t,n),o.isOpera&&e.push("-o-"+t,n))}}var Me,De=["column-count","font-weight","flex","flex-grow","flex-shrink","fill-opacity","opacity","order","z-index","zoom"];function ze(e,r){var o=e[r],t=e[r+1];if("number"==typeof t){var n=De.indexOf(o)>-1,a=o.indexOf("--")>-1,i=n||a?"":"px";e[r+1]=""+t+i}}var _e="left",He="right",Te="@noflip",We=((Me={})[_e]=He,Me[He]=_e,Me),Le={"w-resize":"e-resize","sw-resize":"se-resize","nw-resize":"ne-resize"};function Ne(e,r,o){if(e.rtl){var t=r[o];if(!t)return;var n=r[o+1];if("string"==typeof n&&n.indexOf(Te)>=0)r[o+1]=n.replace(/\s*(?:\/\*\s*)?\@noflip\b(?:\s*\*\/)?\s*?/g,"");else if(t.indexOf(_e)>=0)r[o]=t.replace(_e,He);else if(t.indexOf(He)>=0)r[o]=t.replace(He,_e);else if(String(n).indexOf(_e)>=0)r[o+1]=n.replace(_e,He);else if(String(n).indexOf(He)>=0)r[o+1]=n.replace(He,_e);else if(We[t])r[o]=We[t];else if(Le[n])r[o+1]=Le[n];else switch(t){case"margin":case"padding":r[o+1]=function(e){if("string"==typeof e){var r=e.split(" ");if(4===r.length)return r[0]+" "+r[3]+" "+r[2]+" "+r[1]}return e}(n);break;case"box-shadow":r[o+1]=function(e,r){var o=e.split(" "),t=parseInt(o[0],10);return o[0]=o[0].replace(String(t),String(-1*t)),o.join(" ")}(n)}}}var Ue="displayName",Ze=/\:global\((.+?)\)/g;function Ve(e,r){return e.indexOf(":global(")>=0?e.replace(Ze,"$1"):0===e.indexOf(":")?r+e:e.indexOf("&")<0?r+" "+e:e}function Ge(e,r,o,t){void 0===r&&(r={__order:[]}),0===o.indexOf("@")?Xe([t],r,o=o+"{"+e):o.indexOf(",")>-1?function(e){if(!Ze.test(e))return e;for(var r=[],o=/\:global\((.+?)\)/g,t=null;t=o.exec(e);)t[1].indexOf(",")>-1&&r.push([t.index,t.index+t[0].length,t[1].split(",").map((function(e){return":global("+e.trim()+")"})).join(", ")]);return r.reverse().reduce((function(e,r){var o=r[0],t=r[1],n=r[2];return e.slice(0,o)+n+e.slice(t)}),e)}(o).split(",").map((function(e){return e.trim()})).forEach((function(o){return Xe([t],r,Ve(o,e))})):Xe([t],r,Ve(o,e))}function Xe(e,r,o){void 0===r&&(r={__order:[]}),void 0===o&&(o="&");var t=Fe.getInstance(),n=r[o];n||(n={},r[o]=n,r.__order.push(o));for(var a=0,i=e;a<i.length;a++){var l=i[a];if("string"==typeof l){var s=t.argsFromClassName(l);s&&Xe(s,r,o)}else if(Array.isArray(l))Xe(l,r,o);else for(var c in l)if(l.hasOwnProperty(c)){var d=l[c];if("selectors"===c){var u=l.selectors;for(var f in u)u.hasOwnProperty(f)&&Ge(o,r,f,u[f])}else"object"==typeof d?null!==d&&Ge(o,r,c,d):void 0!==d&&("margin"===c||"padding"===c?Ye(n,c,d):n[c]=d)}}return r}function Ye(e,r,o){var t="string"==typeof o?o.split(" "):[o];e[r+"Top"]=t[0],e[r+"Right"]=t[1]||t[0],e[r+"Bottom"]=t[2]||t[0],e[r+"Left"]=t[3]||t[1]||t[0]}function $e(e,r){return r<=0?"":1===r?e:e+$e(e,r-1)}function Ke(e,r){if(!r)return"";var o,t,n,a=[];for(var i in r)r.hasOwnProperty(i)&&i!==Ue&&void 0!==r[i]&&a.push(i,r[i]);for(var l=0;l<a.length;l+=2)n=void 0,"-"!==(n=(o=a)[t=l]).charAt(0)&&(o[t]=je[n]=je[n]||n.replace(/([A-Z])/g,"-$1").toLowerCase()),ze(a,l),Ne(e,a,l),Ie(a,l);for(l=1;l<a.length;l+=4)a.splice(l,1,":",a[l],";");return a.join("")}function qe(e){for(var r=[],o=1;o<arguments.length;o++)r[o-1]=arguments[o];var t=Xe(r),n=function(e,r){for(var o=[e.rtl?"rtl":"ltr"],t=!1,n=0,a=r.__order;n<a.length;n++){var i=a[n];o.push(i);var l=r[i];for(var s in l)l.hasOwnProperty(s)&&void 0!==l[s]&&(t=!0,o.push(s,l[s]))}return t?o.join(""):void 0}(e,t);if(n){var a=Fe.getInstance(),i={className:a.classNameFromKey(n),key:n,args:r};if(!i.className){i.className=a.getClassName(function(e){var r=e&&e["&"];return r?r.displayName:void 0}(t));for(var l=[],s=0,c=t.__order;s<c.length;s++){var d=c[s];l.push(d,Ke(e,t[d]))}i.rulesToInsert=l}return i}}function Je(e){for(var r=[],o=1;o<arguments.length;o++)r[o-1]=arguments[o];var t=qe.apply(void 0,function(){for(var e=0,r=0,o=arguments.length;r<o;r++)e+=arguments[r].length;var t=Array(e),n=0;for(r=0;r<o;r++)for(var a=arguments[r],i=0,l=a.length;i<l;i++,n++)t[n]=a[i];return t}([e],r));return t?(function(e,r){void 0===r&&(r=1);var o=Fe.getInstance(),t=e.className,n=e.key,a=e.args,i=e.rulesToInsert;if(i){for(var l=0;l<i.length;l+=2){var s=i[l+1];if(s){var c=i[l],d=(c=c.replace(/&/g,$e("."+e.className,r)))+"{"+s+"}"+(0===c.indexOf("@")?"}":"");o.insertRule(d)}}o.cacheClassName(t,n,a,i)}}(t,e.specificityMultiplier),t.className):""}!function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];!function(e,r){var o=function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];var o=[],t=[],n=Fe.getInstance();return function e(r){for(var a=0,i=r;a<i.length;a++){var l=i[a];if(l)if("string"==typeof l)if(l.indexOf(" ")>=0)e(l.split(" "));else{var s=n.argsFromClassName(l);s?e(s):-1===o.indexOf(l)&&o.push(l)}else Array.isArray(l)?e(l):"object"==typeof l&&t.push(l)}}(e),{classes:o,objects:t}}(e instanceof Array?e:[e]),t=o.classes,n=o.objects;n.length&&t.push(Je(r||{},n)),t.join(" ")}(e,{rtl:Ae()})}({overflow:"hidden !important"});var Qe="data-is-scrollable";function er(e,r){return e&&e!==document.body?r(e)?e:er(ye(e),r):null}function rr(e,r){var o=er(e,(function(e){return e.hasAttribute(r)}));return o&&o.getAttribute(r)}function or(e){return e.as||"div"}function tr(e,r){return Object.keys(r).reduce((function(o,t){return-1===e.indexOf(t)&&(o[t]=r[t]),o}),{})}function nr(e,r){(null==r||r>e.length)&&(r=e.length);for(var o=0,t=new Array(r);o<r;o++)t[o]=e[o];return t}var ar="data-is-visible",ir="data-focuszone-id",lr="data-is-sub-focuszone";function sr(e,r,o,t,n,a,i){if(!r||r===e)return null;var l=dr(r);if(n&&l&&(a||!fr(r)&&!gr(r))){var s=sr(e,r.lastElementChild,!0,!0,!0,a,i);if(s){if(i&&ur(s,!0)||!i)return s;var c=sr(e,s.previousElementSibling,!0,!0,!0,a,i);if(c)return c;for(var d=s.parentElement;d&&d!==r;){var u=sr(e,d.previousElementSibling,!0,!0,!0,a,i);if(u)return u;d=d.parentElement}}}return o&&l&&ur(r,i)?r:sr(e,r.previousElementSibling,!0,!0,!0,a,i)||(t?null:sr(e,r.parentElement,!0,!1,!1,a,i))}function cr(e,r,o,t,n,a,i){if(!r||r===e&&n)return null;var l=dr(r);if(o&&l&&ur(r,i))return r;if(!n&&l&&(a||!fr(r)&&!gr(r))){var s=cr(e,r.firstElementChild,!0,!0,!1,a,i);if(s)return s}return r===e?null:cr(e,r.nextElementSibling,!0,!0,!1,a,i)||(t?null:cr(e,r.parentElement,!1,!1,!0,a,i))}function dr(e){if(!e||!e.getAttribute)return!1;var r=e.getAttribute(ar);return null!=r?"true"===r:0!==e.offsetHeight||null!==e.offsetParent||!0===e.isVisible}function ur(e,r){if(!e||e.disabled)return!1;var o=0,t=null;e&&e.getAttribute&&(t=e.getAttribute("tabIndex"))&&(o=parseInt(t,10));var n=e.getAttribute?e.getAttribute(y):null,a=null!==t&&o>=0,i=!!e&&"false"!==n&&("A"===e.tagName||"BUTTON"===e.tagName||"INPUT"===e.tagName||"TEXTAREA"===e.tagName||"true"===n||a||e.getAttribute&&"button"===e.getAttribute("role"));return r?-1!==o&&i:i}function fr(e){return!!(e&&e.getAttribute&&e.getAttribute(ir))}function gr(e){return!(!e||!e.getAttribute||"true"!==e.getAttribute(lr))}var pr=void 0;function br(e){if(e){if(pr)return void(pr=e);pr=e;var r=ve(e);r&&r.requestAnimationFrame((function(){pr&&pr.focus(),pr=void 0}))}}var mr=function(e,r){"function"!=typeof e?null!==e&&"object"==typeof e&&(e.current=r):e(r)},hr="tabindex",vr="data-no-vertical-wrap",yr="data-no-horizontal-wrap",Cr=999999999,kr=-999999999,wr={},xr={_windowToOuterZoneMap:new Map,register:function(e,r){var o,t;return this._windowToOuterZoneMap.get(e)?null==(t=this._windowToOuterZoneMap.get(e))||t.add(r):this._windowToOuterZoneMap.set(e,new Set([r])),null==(o=this._windowToOuterZoneMap.get(e))?void 0:o.size},unregister:function(e,r){var o,t;null==(o=this._windowToOuterZoneMap.get(e))||o.delete(r),0===(null==(t=this._windowToOuterZoneMap.get(e))?void 0:t.size)&&this._windowToOuterZoneMap.delete(e)},getOutZone:function(e){return this._windowToOuterZoneMap.get(e)}},Sr=["text","number","password","email","tel","url","search"],Br=!1;function Er(e,r){var o=new MouseEvent("click",{ctrlKey:null==r?void 0:r.ctrlKey,metaKey:null==r?void 0:r.metaKey,shiftKey:null==r?void 0:r.shiftKey,altKey:null==r?void 0:r.altKey,bubbles:null==r?void 0:r.bubbles,cancelable:null==r?void 0:r.cancelable});e.dispatchEvent(o)}function Or(e){var r;u(e)===f.Tab&&(null==(r=xr.getOutZone(ve(e.target)))||r.forEach((function(e){return e.updateTabIndexes()})))}var Fr=function(e){function r(r){var o;return(o=e.call(this,r)||this)._root={current:null},o._id=void 0,o._activeElement=void 0,o._lastIndexPath=void 0,o._isParked=!1,o._parkedTabIndex=void 0,o._defaultFocusElement=void 0,o._focusAlignment=void 0,o._isInnerZone=void 0,o._processingTabKey=void 0,o.windowElement=void 0,o.setRef=function(e){o._root.current=e,mr(o.props.innerRef,e)},o._onBlur=function(){o.setParkedFocus(!1)},o._onFocus=function(e){var r,t=o.props,n=t.onActiveElementChanged,a=t.stopFocusPropagation,i=t.shouldFocusInnerElementWhenReceivedFocus,l=t.defaultTabbableElement;if(!t.shouldIgnoreNotFocusable||"false"!==(null==(r=e.target)?void 0:r.dataset.isFocusable)){var s,c=o.isImmediateDescendantOfZone(e.target);if(c)s=e.target;else for(var d=e.target;d&&d!==o._root.current;){if(ur(d)&&o.isImmediateDescendantOfZone(d)){s=d;break}d=ye(d,Br)}if(i&&e.target===o._root.current){var u=l&&"function"==typeof l&&o._root.current&&l(o._root.current);u&&ur(u)?(s=u,u.focus()):(o.focus(!0),o._activeElement&&(s=null))}s&&s!==o._activeElement&&(o._activeElement=s,c&&(o.setFocusAlignment(o._activeElement),o.updateTabIndexes())),n&&n(o._activeElement,e),a&&e.stopPropagation(),ce()(o.props,"onFocus",e)}},o._onMouseDown=function(e){if(!o.props.disabled){for(var r=e.target,t=[];r&&r!==o._root.current;)t.push(r),r=ye(r,Br);for(;t.length&&((r=t.pop())&&ur(r)&&o.setActiveElement(r,!0),!fr(r)););}},o._onKeyDown=function(e){var r=o.props,t=r.direction,n=r.disabled,a=r.shouldEnterInnerZone,i=r.pagingSupportDisabled;if(!n){var l=Ce(o._root.current);if(o.props.onKeyDown&&o.props.onKeyDown(e),!(l.activeElement===o._root.current&&o._isInnerZone||e.isDefaultPrevented())){if(a&&a(e)&&o.isImmediateDescendantOfZone(e.target)){var s=o.getFirstInnerZone();if(s){if(!s.focus(!0))return}else{if(!gr(e.target))return;if(!o.focusElement(cr(e.target,e.target.firstChild,!0)))return}}else{if(e.altKey)return;switch(u(e)){case v:if(o.tryInvokeClickForFocusable(e.target,e))break;return;case f.ArrowLeft:if(t!==h.vertical&&(o.preventDefaultWhenHandled(e),o.moveFocusLeft()))break;return;case f.ArrowRight:if(t!==h.vertical&&(o.preventDefaultWhenHandled(e),o.moveFocusRight()))break;return;case f.ArrowUp:if(t!==h.horizontal&&(o.preventDefaultWhenHandled(e),o.moveFocusUp()))break;return;case f.ArrowDown:if(t!==h.horizontal&&(o.preventDefaultWhenHandled(e),o.moveFocusDown()))break;return;case f.PageDown:if(!i&&o.moveFocusPaging(!0))break;return;case f.PageUp:if(!i&&o.moveFocusPaging(!1))break;return;case f.Tab:if(o.props.handleTabKey===m.all||o.props.handleTabKey===m.inputOnly&&o.isElementInput(e.target)){var c=!1;if(o._processingTabKey=!0,c=t!==h.vertical&&o.shouldWrapFocus(o._activeElement,yr)?(o.props.isRtl?!e.shiftKey:e.shiftKey)?o.moveFocusLeft():o.moveFocusRight():e.shiftKey?o.moveFocusUp():o.moveFocusDown(),o._processingTabKey=!1,c)break}else o.props.shouldResetActiveElementWhenTabFromZone&&(o._activeElement=null);return;case f.Home:if(o.isContentEditableElement(e.target)||o.isElementInput(e.target)&&!o.shouldInputLoseFocus(e.target,!1))return!1;var d=o._root.current&&o._root.current.firstChild;if(o._root.current&&d&&o.focusElement(cr(o._root.current,d,!0)))break;return;case f.End:if(o.isContentEditableElement(e.target)||o.isElementInput(e.target)&&!o.shouldInputLoseFocus(e.target,!1))return!1;var g=o._root.current&&o._root.current.lastChild;if(o._root.current&&o.focusElement(sr(o._root.current,g,!0,!0,!0)))break;return;case f.Enter:if(o.tryInvokeClickForFocusable(e.target,e))break;return;default:return}}e.preventDefault(),e.stopPropagation()}}},o.getHorizontalDistanceFromCenter=function(e,r,t){var n=o._focusAlignment.left,a=Math.floor(t.top),i=Math.floor(r.bottom),l=Math.floor(t.bottom),s=Math.floor(r.top);return e&&a>i||!e&&l<s?n>=t.left&&n<=t.left+t.width?0:Math.abs(t.left+t.width/2-n):o.shouldWrapFocus(o._activeElement,vr)?Cr:kr},o._id=ue()("FocusZone"),o._focusAlignment={left:0,top:0},o._processingTabKey=!1,o}le(r,e);var o=r.prototype;return o.componentDidMount=function(){if(wr[this._id]=this,this._root.current){this.windowElement=ve(this._root.current);for(var e,r=ye(this._root.current,Br),o=Ce(this._root.current);r&&r!==o.body&&1===r.nodeType;){if(fr(r)){this._isInnerZone=!0;break}r=ye(r,Br)}!this._isInnerZone&&this.windowElement&&(xr.register(this.windowElement,this),1===(null==(e=xr.getOutZone(this.windowElement))?void 0:e.size)&&this.windowElement.addEventListener("keydown",Or,!0)),this._root.current.addEventListener("blur",this._onBlur,!0),this.updateTabIndexes(),this.props.defaultTabbableElement&&"string"==typeof this.props.defaultTabbableElement&&(this._activeElement=this.getDocument().querySelector(this.props.defaultTabbableElement)),this.props.shouldFocusOnMount&&this.focus()}},o.componentDidUpdate=function(){if(this._root.current){var e=Ce(this._root.current);if(!this.props.preventFocusRestoration&&e&&this._lastIndexPath&&(e.activeElement===e.body||null===e.activeElement||e.activeElement===this._root.current)){var r=function(e,r){for(var o,t=e,n=function(e,r){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(o)return(o=o.call(e)).next.bind(o);if(Array.isArray(e)||(o=function(e,r){if(e){if("string"==typeof e)return nr(e,r);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?nr(e,r):void 0}}(e))||r&&e&&"number"==typeof e.length){o&&(e=o);var t=0;return function(){return t>=e.length?{done:!0}:{done:!1,value:e[t++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(r);!(o=n()).done;){var a=o.value,i=t.children[Math.min(a,t.children.length-1)];if(!i)break;t=i}return ur(t)&&dr(t)?t:cr(e,t,!0)||sr(e,t)}(this._root.current,this._lastIndexPath);r?(this.setActiveElement(r,!0),r.focus(),this.setParkedFocus(!1)):this.setParkedFocus(!0)}}},o.componentWillUnmount=function(){delete wr[this._id],xr.unregister(this.windowElement,this),this._isInnerZone||this.windowElement&&!xr.getOutZone(this.windowElement)&&this.windowElement.removeEventListener("keydown",Or,!0),this._root.current&&this._root.current.removeEventListener("blur",this._onBlur,!0),this._activeElement=null,this._defaultFocusElement=null},o.render=function(){var e=this.props.className,o=or(this.props),t=tr(j()(r.propTypes),this.props);return this.evaluateFocusBeforeRender(),S.createElement(o,ae({},t,{ref:this.setRef,className:ge()(r.className,e),"data-focuszone-id":this._id,onKeyDown:this._onKeyDown,onFocus:this._onFocus,onMouseDownCapture:this._onMouseDown}),this.props.children)},o.focus=function(e){if(void 0===e&&(e=!1),this._root.current){if(!e&&"true"===this._root.current.getAttribute(y)&&this._isInnerZone){var r=this.getOwnerZone(this._root.current);if(r!==this._root.current){var o=wr[r.getAttribute(ir)];return!!o&&o.focusElement(this._root.current)}return!1}if(!e&&this._activeElement&&ke(this._root.current,this._activeElement,Br)&&ur(this._activeElement))return this._activeElement.focus(),!0;var t=this._root.current.firstChild;return this.focusElement(cr(this._root.current,t,!0))}return!1},o.focusLast=function(){if(this._root.current){var e=this._root.current&&this._root.current.lastChild;return this.focusElement(sr(this._root.current,e,!0,!0,!0))}return!1},o.focusElement=function(e,r){var o=this.props.shouldReceiveFocus;return!(o&&!o(e)||!e||(this.setActiveElement(e,r),this._activeElement&&this._activeElement.focus(),0))},o.evaluateFocusBeforeRender=function(){if(this._root.current){var e=Ce(this._root.current);if(e){var r=e.activeElement;if(r!==this._root.current){var o=ke(this._root.current,r,Br);this._lastIndexPath=o?function(e,r){for(var o=[],t=r;t&&e&&t!==e;){var n=ye(t,!1);if(null===n)return[];o.unshift(Array.prototype.indexOf.call(n.children,t)),t=n}return o}(this._root.current,e.activeElement):void 0}}}},o.setParkedFocus=function(e){this._root.current&&this._isParked!==e&&(this._isParked=e,e?(this.props.allowFocusRoot||(this._parkedTabIndex=this._root.current.getAttribute("tabindex"),this._root.current.setAttribute("tabindex","-1")),this._root.current.focus()):this.props.allowFocusRoot||(this._parkedTabIndex?(this._root.current.setAttribute("tabindex",this._parkedTabIndex),this._parkedTabIndex=void 0):this._root.current.removeAttribute("tabindex")))},o.setActiveElement=function(e,r){var o=this._activeElement;this._activeElement=e,o&&(fr(o)&&this.updateTabIndexes(o),o.tabIndex=-1),this._activeElement&&(this._focusAlignment&&!r||this.setFocusAlignment(e,!0,!0),this._activeElement.tabIndex=0)},o.preventDefaultWhenHandled=function(e){this.props.preventDefaultWhenHandled&&e.preventDefault()},o.tryInvokeClickForFocusable=function(e,r){var o=e;if(o===this._root.current||!this.props.shouldRaiseClicks)return!1;do{if("BUTTON"===o.tagName||"A"===o.tagName||"INPUT"===o.tagName||"TEXTAREA"===o.tagName)return!1;if(this.isImmediateDescendantOfZone(o)&&"true"===o.getAttribute(y)&&"true"!==o.getAttribute("data-disable-click-on-enter"))return Er(o,r),!0;o=ye(o,Br)}while(o!==this._root.current);return!1},o.getFirstInnerZone=function(e){var r=e||this._activeElement||this._root.current;if(!r)return null;if(fr(r))return wr[r.getAttribute(ir)];for(var o=r.firstElementChild;o;){if(fr(o))return wr[o.getAttribute(ir)];var t=this.getFirstInnerZone(o);if(t)return t;o=o.nextElementSibling}return null},o.moveFocus=function(e,r,o,t){void 0===t&&(t=!0);var n=this._activeElement,a=-1,i=void 0,l=!1,s=this.props.direction===h.bidirectional;if(!n||!this._root.current)return!1;if(this.isElementInput(n)&&!this.shouldInputLoseFocus(n,e))return!1;var c=s?n.getBoundingClientRect():null;do{if(n=e?cr(this._root.current,n):sr(this._root.current,n),!s){i=n;break}if(n){var d=r(c,n.getBoundingClientRect());if(-1===d&&-1===a){i=n;break}if(d>-1&&(-1===a||d<a)&&(a=d,i=n),a>=0&&d<0)break}}while(n);if(i&&i!==this._activeElement)l=!0,this.focusElement(i);else if(this.props.isCircularNavigation&&t)return e?this.focusElement(cr(this._root.current,this._root.current.firstElementChild,!0)):this.focusElement(sr(this._root.current,this._root.current.lastElementChild,!0,!0,!0));return l},o.moveFocusDown=function(){var e=this,r=-1,o=this._focusAlignment.left;return!!this.moveFocus(!0,(function(t,n){var a=-1,i=Math.floor(n.top),l=Math.floor(t.bottom);return i<l?e.shouldWrapFocus(e._activeElement,vr)?Cr:kr:((-1===r&&i>=l||i===r)&&(r=i,a=o>=n.left&&o<=n.left+n.width?0:Math.abs(n.left+n.width/2-o)),a)}))&&(this.setFocusAlignment(this._activeElement,!0,!0),!0)},o.moveFocusUp=function(){var e=this,r=-1,o=this._focusAlignment.left;return!!this.moveFocus(!1,(function(t,n){var a=-1,i=Math.floor(n.bottom),l=Math.floor(n.top),s=Math.floor(t.top);return i>s?e.shouldWrapFocus(e._activeElement,vr)?Cr:kr:((-1===r&&i<=s||l===r)&&(r=l,a=o>=n.left&&o<=n.left+n.width?0:Math.abs(n.left+n.width/2-o)),a)}))&&(this.setFocusAlignment(this._activeElement,!0,!0),!0)},o.moveFocusLeft=function(){var e=this,r=this.shouldWrapFocus(this._activeElement,yr);return!!this.moveFocus(this.props.isRtl,(function(o,t){var n=-1;return(e.props.isRtl?parseFloat(t.top.toFixed(3))<parseFloat(o.bottom.toFixed(3)):parseFloat(t.bottom.toFixed(3))>parseFloat(o.top.toFixed(3)))&&t.right<=o.right&&e.props.direction!==h.vertical?n=o.right-t.right:r||(n=kr),n}),void 0,r)&&(this.setFocusAlignment(this._activeElement,!0,!1),!0)},o.moveFocusRight=function(){var e=this,r=this.shouldWrapFocus(this._activeElement,yr);return!!this.moveFocus(!this.props.isRtl,(function(o,t){var n=-1;return(e.props.isRtl?parseFloat(t.bottom.toFixed(3))>parseFloat(o.top.toFixed(3)):parseFloat(t.top.toFixed(3))<parseFloat(o.bottom.toFixed(3)))&&t.left>=o.left&&e.props.direction!==h.vertical?n=t.left-o.left:r||(n=kr),n}),void 0,r)&&(this.setFocusAlignment(this._activeElement,!0,!1),!0)},o.moveFocusPaging=function(e,r){void 0===r&&(r=!0);var o=this._activeElement;if(!o||!this._root.current)return!1;if(this.isElementInput(o)&&!this.shouldInputLoseFocus(o,e))return!1;var t=function(e){for(var r=e,o=Ce(e);r&&r!==o.body;){if("true"===r.getAttribute(Qe))return r;r=r.parentElement}for(r=e;r&&r!==o.body;){if("false"!==r.getAttribute(Qe)){var t=getComputedStyle(r),n=t?t.getPropertyValue("overflow-y"):"";if(n&&("scroll"===n||"auto"===n))return r}r=r.parentElement}return r&&r!==o.body||(r=ve(e)),r}(o);if(!t)return!1;var n=-1,a=void 0,i=-1,l=-1,s=t.clientHeight,c=o.getBoundingClientRect();do{if(o=e?cr(this._root.current,o):sr(this._root.current,o)){var d=o.getBoundingClientRect(),u=Math.floor(d.top),f=Math.floor(c.bottom),g=Math.floor(d.bottom),p=Math.floor(c.top),b=this.getHorizontalDistanceFromCenter(e,c,d);if(e&&u>f+s||!e&&g<p-s)break;b>-1&&(e&&u>i?(i=u,n=b,a=o):!e&&g<l?(l=g,n=b,a=o):(-1===n||b<=n)&&(n=b,a=o))}}while(o);var m=!1;if(a&&a!==this._activeElement)m=!0,this.focusElement(a),this.setFocusAlignment(a,!1,!0);else if(this.props.isCircularNavigation&&r)return e?this.focusElement(cr(this._root.current,this._root.current.firstElementChild,!0)):this.focusElement(sr(this._root.current,this._root.current.lastElementChild,!0,!0,!0));return m},o.setFocusAlignment=function(e,r,o){if(this.props.direction===h.bidirectional&&(!this._focusAlignment||r||o)){var t=e.getBoundingClientRect(),n=t.left+t.width/2,a=t.top+t.height/2;this._focusAlignment||(this._focusAlignment={left:n,top:a}),r&&(this._focusAlignment.left=n),o&&(this._focusAlignment.top=a)}},o.isImmediateDescendantOfZone=function(e){return this.getOwnerZone(e)===this._root.current},o.getOwnerZone=function(e){for(var r=Ce(this._root.current),o=ye(e,Br);o&&o!==this._root.current&&o!==r.body;){if(fr(o))return o;o=ye(o,Br)}return this._root.current},o.updateTabIndexes=function(e){var r=e;!this._activeElement&&this.props.defaultTabbableElement&&"function"==typeof this.props.defaultTabbableElement&&(this._activeElement=this.props.defaultTabbableElement(this._root.current)),!r&&this._root.current&&(this._defaultFocusElement=null,r=this._root.current,this._activeElement&&!ke(r,this._activeElement,Br)&&(this._activeElement=null)),this._activeElement&&!ur(this._activeElement)&&(this._activeElement=null);for(var o=r&&r.children,t=0;o&&t<o.length;t++){var n=o[t];fr(n)?"true"===n.getAttribute(y)&&(this._isInnerZone||(this._activeElement||this._defaultFocusElement)&&this._activeElement!==n?"-1"!==n.getAttribute(hr)&&n.setAttribute(hr,"-1"):(this._defaultFocusElement=n,"0"!==n.getAttribute(hr)&&n.setAttribute(hr,"0"))):(n.getAttribute&&"false"===n.getAttribute(y)&&n.setAttribute(hr,"-1"),ur(n)?this.props.disabled?n.setAttribute(hr,"-1"):this._isInnerZone||(this._activeElement||this._defaultFocusElement)&&this._activeElement!==n?"-1"!==n.getAttribute(hr)&&n.setAttribute(hr,"-1"):(this._defaultFocusElement=n,"0"!==n.getAttribute(hr)&&n.setAttribute(hr,"0")):"svg"===n.tagName&&"false"!==n.getAttribute("focusable")&&n.setAttribute("focusable","false")),this.updateTabIndexes(n)}},o.isContentEditableElement=function(e){return e&&"true"===e.getAttribute("contenteditable")},o.isElementInput=function(e){return!(!e||!e.tagName||"input"!==e.tagName.toLowerCase()&&"textarea"!==e.tagName.toLowerCase())},o.shouldInputLoseFocus=function(e,r){if(!this._processingTabKey&&e&&e.type&&Sr.indexOf(e.type.toLowerCase())>-1){var o=e.selectionStart,t=o!==e.selectionEnd,n=e.value,a=e.readOnly;if(t||o>0&&!r&&!a||o!==n.length&&r&&!a||this.props.handleTabKey&&(!this.props.shouldInputLoseFocusOnArrowKey||!this.props.shouldInputLoseFocusOnArrowKey(e)))return!1}return!0},o.shouldWrapFocus=function(e,r){return!this.props.checkForNoWrap||function(e,r){return"true"!==rr(e,r)}(e,r)},o.getDocument=function(){return Ce(this._root.current)},r}(S.Component);Fr.propTypes={className:pe.string,direction:pe.number,defaultTabbableElement:pe.func,shouldFocusOnMount:pe.bool,shouldResetActiveElementWhenTabFromZone:pe.bool,shouldRaiseClicks:pe.bool,shouldFocusInnerElementWhenReceivedFocus:pe.bool,disabled:pe.bool,as:pe.elementType,isCircularNavigation:pe.bool,shouldEnterInnerZone:pe.func,onActiveElementChanged:pe.func,shouldReceiveFocus:pe.func,handleTabKey:pe.number,shouldInputLoseFocusOnArrowKey:pe.func,stopFocusPropagation:pe.bool,onFocus:pe.func,preventDefaultWhenHandled:pe.bool,isRtl:pe.bool,preventFocusRestoration:pe.bool,pagingSupportDisabled:pe.bool,shouldIgnoreNotFocusable:pe.bool,innerRef:pe.any},Fr.defaultProps={isCircularNavigation:!1,direction:h.bidirectional,as:"div",preventDefaultWhenHandled:!0,shouldRaiseClicks:!1},Fr.displayName="FocusZone",Fr.className="ms-FocusZone",Fr.outerZones=xr;var Ar="undefined"!=typeof window?S.useLayoutEffect:S.useEffect,Pr=function(e,r){void 0===r&&(r={});var o=r,t=o.actionHandlers,n=(o.debugName,o.mapPropsToBehavior),a=void 0===n?function(){return{}}:n,i=o.rtl,l=void 0!==i&&i,s=function(e,r,o,t,n){if(null==r)return ne;var a=r(o),i=n&&a.keyActions?function(e,r,o){var t={};if(!e||!r)return t;var n=Object.keys(e);return Object.keys(r).forEach((function(a){var i=r[a],l=Object.keys(i).filter((function(e){var r=i[e],o=Array.isArray(r.keyCombinations)&&r.keyCombinations.length>0,t=-1!==n.indexOf(e);return o&&t}));l.length>0&&(t[a]={onKeyDown:function(r){l.forEach((function(t){var n=i[t].keyCombinations;n&&(o&&(n=n.map((function(e){var r=te[e.keyCode];return r&&(e.keyCode=r),e}))),function(e,r){return r.some((function(r){return r.keyCode===u(e)&&oe(e.altKey,r.altKey)&&oe(e.shiftKey,r.shiftKey)&&oe(e.metaKey,r.metaKey)&&oe(e.ctrlKey,r.ctrlKey)}))}(r,n)&&e[t](r))}))}})})),t}(n,a.keyActions,t):{};return a.focusZone&&(a.focusZone.props=Object.assign({preventFocusRestoration:!0},a.focusZone.props)),Object.assign({},ne,a,{keyHandlers:i})}(0,e,a(),l,t),c=S.useRef(),d=S.useRef({}),f=S.useRef({});Ar((function(){c.current=s}));var g=function(e,r){var o=Boolean(s.keyHandlers[e]||r.onKeyDown),t=s.childBehaviors?s.childBehaviors[e]:void 0;return f.current[e]=r,o?d.current[e]||(d.current[e]=function(r){var o,t,n=null==(o=c.current)||null==(t=o.keyHandlers[e])?void 0:t.onKeyDown,a=f.current[e].onKeyDown;n&&n(r);for(var i=arguments.length,l=new Array(i>1?i-1:0),s=1;s<i;s++)l[s-1]=arguments[s];a&&a.apply(void 0,[r].concat(l))}):delete d.current[e],Object.assign({},t&&{accessibility:t},s.attributes[e],r,{onKeyDown:d.current[e]})};return g.unstable_wrapWithFocusZone=function(e){if(s.focusZone){var r=e;return S.createElement(Fr,Object.assign({},s.focusZone.props,r.props,{innerRef:r.ref,as:r.type,isRtl:l}))}return e},g.unstable_behaviorDefinition=function(){return s},g},jr=(n(7693),n(2347)),Rr=n.n(jr),Ir=new WeakMap,Mr=n(253),Dr=n.n(Mr),zr=n(3064),_r=n.n(zr),Hr=new WeakMap,Tr=new WeakMap,Wr=function(e){var r=e.primaryDisplayName,o=e.telemetry,t=null!=o&&o.enabled?performance.now():0,n=function(e,r,o,t){var n,a=e.filter((function(e){return!!r.componentVariables[e]}));if(t){Ir.has(r)||Ir.set(r,{});var i=Ir.get(r)||{},l=a[a.length-1];i[l]||(1===a.length?i[l]=z(r.componentVariables[l])(r.siteVariables):i[l]=U.apply(void 0,a.map((function(e){return r.componentVariables[e]})))(r.siteVariables),Ir.set(r,i)),n=i[l]}else n=1===a.length?z(r.componentVariables[a[0]])(r.siteVariables)||{}:U.apply(void 0,a.map((function(e){return r.componentVariables[e]})))(r.siteVariables);return void 0===o?n:U(n,W(o))(r.siteVariables)}(e.allDisplayNames,e.theme,e.inlineStylesProps.variables,e.performance.enableVariablesCaching);null!=o&&o.enabled&&o.performance[r]&&(o.performance[r].msResolveVariablesTotal+=performance.now()-t);var a=function(e,r){var o=e.allDisplayNames,t=e.className,n=e.theme,a=e.primaryDisplayName,i=e.componentProps,l=e.inlineStylesProps,s=e.rtl,c=e.disableAnimations,d=e.renderer,u=e.performance,f=e.telemetry,g=l.className,p=l.design,b=l.styles,m=l.variables,h=!(p||b),v=u.enableBooleanVariablesCaching||!m;u.enableBooleanVariablesCaching&&(_r()(m)?Object.keys(m).every((function(e){return null===m[e]||void 0===m[e]||"boolean"==typeof m[e]}))||(v=!1):Dr()(m)||(v=!1));var y,C=u.enableStylesCaching&&h&&v;if(1===o.length)y=n.componentStyles[o[0]]||{root:function(){return{}}};else{var k=o.map((function(e){return n.componentStyles[e]})).filter(Boolean);y=k.length>0?k.reduce((function(e,r){return N(e,r)}),{}):{root:function(){return{}}}}h||(y=N(y,N(p&&W({root:p}),b&&W({root:b}))));var w={props:i,variables:r,theme:n,rtl:s,disableAnimations:c},x={direction:s?"rtl":"ltr",disableAnimations:c,displayName:o.join(":"),sanitizeCss:u.enableSanitizeCssPlugin},S={};C&&n&&(Tr.has(n)||Tr.set(n,{}),Hr.has(n)||Hr.set(n,{}));var B=C?JSON.stringify(i):"",E=C&&u.enableBooleanVariablesCaching?JSON.stringify(m):"",O=C?o.join(":")+":"+B+":"+E+":"+w.rtl+w.disableAnimations:"";if("undefined"==typeof Proxy){var F={},A={};return Object.keys(y).forEach((function(e){var r=e+"__return",o=O+e;Object.defineProperty(F,e,{enumerable:!1,configurable:!1,set:function(e){var t;C&&n&&Tr.set(n,Object.assign({},Tr.get(n),((t={})[o]=e,t))),F[r]=e},get:function(){if(C&&n){var t=Tr.get(n)||{};if(t[o])return t[o]}if(F[r])return F[r];var i,l=null!=f&&f.enabled?performance.now():0;return F[r]=y[e](w),C&&n&&Tr.set(n,Object.assign({},Tr.get(n),((i={})[o]=F[r],i))),null!=f&&f.enabled&&f.performance[a]&&(f.performance[a].msResolveStylesTotal+=performance.now()-l),F[r]}}),Object.defineProperty(A,e,{enumerable:!1,configurable:!1,set:function(e){var t;C&&n&&Hr.set(n,Object.assign({},Hr.get(n),((t={})[o]=e,t))),A[r]=e},get:function(){if(C&&n){var i=Hr.get(n)||{};if(i[o]||""===i[o])return null!=f&&f.performance[a]&&("root"===e?f.performance[a].stylesRootCacheHits++:f.performance[a].stylesSlotsCacheHits++),"root"===e?ge()(t,i[o],g):i[o]}if(A[r])return"root"===e?ge()(t,A[r],g):A[r];var l,s=F[e],c=null!=f&&f.enabled?performance.now():0;s&&(A[r]=d.renderRule(s,x),C&&n&&Hr.set(n,Object.assign({},Hr.get(n),((l={})[o]=A[r],l))));var u="root"===e?ge()(t,A[r],g):A[r];return null!=f&&f.enabled&&f.performance[a]&&(f.performance[a].msRenderStylesTotal+=performance.now()-c),u}})})),{resolvedStyles:F,resolvedStylesDebug:S,classes:A}}var P=new Proxy({},{get:function(e,r){var o,t,i=O+r;if(C&&n){var l=Tr.get(n)||{};if(l[i])return l[i]}if(e[r])return e[r];var s,c=null!=f&&f.enabled?performance.now():0;return e[r]=null==(o=(t=y)[r])?void 0:o.call(t,w),C&&n&&Tr.set(n,Object.assign({},Tr.get(n),((s={})[i]=e[r],s))),null!=f&&f.enabled&&f.performance[a]&&(f.performance[a].msResolveStylesTotal+=performance.now()-c),e[r]}}),j=new Proxy({},{get:function(e,r){var o=O+r;if(C&&n){var i=Hr.get(n)||{};if(i[o]||""===i[o])return null!=f&&f.performance[a]&&("root"===r?f.performance[a].stylesRootCacheHits++:f.performance[a].stylesSlotsCacheHits++),"root"===r?ge()(t,i[o],g):i[o]}if(e[r])return"root"===r?ge()(t,e[r],g):e[r];var l,s=P[r],c=null!=f&&f.enabled?performance.now():0;s&&(e[r]=d.renderRule(s,x),C&&n&&Hr.set(n,Object.assign({},Hr.get(n),((l={})[o]=e[r],l))));var u="root"===r?ge()(t,e[r],g):e[r];return null!=f&&f.enabled&&f.performance[a]&&(f.performance[a].msRenderStylesTotal+=performance.now()-c),u}});return{resolvedStyles:P,resolvedStylesDebug:S,classes:j}}(e,n),i=a.classes,l=a.resolvedStyles;return a.resolvedStylesDebug,{classes:i,variables:n,styles:l,theme:e.theme}},Lr=function(e,r){var o,t=J(),n=r.className,a=void 0===n?"":n,i=r.composeOptions,l=r.mapPropsToStyles,s=void 0===l?function(){return{}}:l,c=r.mapPropsToInlineStyles,d=void 0===c?function(){return{}}:c,u=r.unstable_props,f=void 0===u?{}:u,g=r.rtl,p=void 0!==g&&g,b=s(),m=Object.assign({},f,b),h=null==i||null==(o=i.mapPropsToStylesPropsChain)?void 0:o.reduce((function(e,r){return Object.assign({},e,r(m))}),{}),v=S.useRef({fluentUIDebug:null}),y=Wr({allDisplayNames:(null==i?void 0:i.displayNames)||[e],className:(null==i?void 0:i.className)||a,primaryDisplayName:(null==i?void 0:i.displayName)||e,componentProps:Object.assign({},b,h),inlineStylesProps:d(),disableAnimations:t.disableAnimations,renderer:t.renderer,rtl:p,saveDebug:function(e){return v.current={fluentUIDebug:e}},theme:t.theme,performance:t.performance,telemetry:t.telemetry});return{classes:y.classes,styles:y.styles}};function Nr(e,r){return tr(e,r)}n(1894),n(9120),n(6139),n(6614);var Ur=n(9274),Zr=n.n(Ur),Vr=n(7506),Gr=n.n(Vr),Xr=n(6380),Yr=n.n(Xr),$r=(n(2534),n(4077),n(5395),n(8864),n(1925),function(e){return Object.prototype.toString.call(e)}),Kr=function(e,r){if(void 0!==e[r]){if(null===e[r])return null;if(!(e[r]instanceof Element))return new Error('Invalid prop "'+r+'" supplied, expected a DOM node.')}},qr=function(e){return function(r,o,t){if(!Array.isArray(e))throw new Error(["Invalid argument supplied to disallow, expected an instance of array."," See `"+o+"` prop in `"+t+"`."].join(""));if(!Dr()(r[o])&&!1!==r[o]){var n=e.reduce((function(e,o){return Dr()(r[o])||!1===r[o]?e:[].concat(e,[o])}),[]);return n.length>0?new Error(["Prop `"+o+"` in `"+t+"` conflicts with props: `"+n.join("`, `")+"`.","They cannot be defined together, choose one or the other."].join(" ")):void 0}}},Jr=function(e){return function(r,o,t){for(var n=arguments.length,a=new Array(n>3?n-3:0),i=3;i<n;i++)a[i-3]=arguments[i];if(!Array.isArray(e))throw new Error(["Invalid argument supplied to every, expected an instance of array.","See `"+o+"` prop in `"+t+"`."].join(" "));return Yr()(Gr()(s()(e,(function(e){if("function"!=typeof e)throw new Error('every() argument "validators" should contain functions, found: '+$r(e)+".");return e.apply(void 0,[r,o,t].concat(a))}))))}},Qr=Jr([qr(["children"]),pe.node]),eo=(pe.oneOfType([pe.node,pe.object,pe.arrayOf(pe.oneOfType([pe.node,pe.object]))]),pe.oneOfType([pe.node,pe.object,pe.func])),ro=(pe.oneOfType([pe.object,pe.func]),Jr([qr(["children"]),eo])),oo=Jr([qr(["children"]),eo]),to=function(e){return Jr([qr(["children"]),pe.oneOfType([pe.node,pe.shape({kind:pe.oneOf(e)}),pe.func])])},no=Jr([qr(["children"]),pe.oneOfType([pe.func,pe.number,pe.object,pe.string,pe.oneOf([!1])])]),ao=(Jr([qr(["children"]),pe.arrayOf(ro)]),Jr([qr(["children"]),pe.arrayOf(oo)])),io=pe.func,lo=pe.oneOf(["smallest","smaller","small","medium","large","larger","largest"]),so=pe.oneOf(["start","end","center","justify"]),co=(pe.oneOfType([pe.shape({name:pe.string.isRequired,delay:pe.string,direction:pe.string,duration:pe.string,fillMode:pe.string,iterationCount:pe.string,playState:pe.string,timingFunction:pe.string}),pe.string]),pe.shape({position:pe.string,display:pe.string,top:pe.string,right:pe.string,bottom:pe.string,left:pe.string,padding:pe.string,paddingTop:pe.string,paddingRight:pe.string,paddingBottom:pe.string,paddingLeft:pe.string,margin:pe.string,marginTop:pe.string,marginRight:pe.string,marginBottom:pe.string,marginLeft:pe.string,width:pe.string,height:pe.string,minWidth:pe.string,maxWidth:pe.string,minHeight:pe.string,maxHeight:pe.string})),uo=(pe.oneOfType([pe.func,pe.object]),function(e){var r=e.condition,o=void 0===r||r,t=e.forElements;return o&&(void 0===t?[]:t).some((function(e){return e&&"string"==typeof e}))?{dir:"auto"}:{}}),fo=function(e){return null!=e&&("number"==typeof e?!isNaN(e):Array.isArray(e)?e.length>0:!!e)},go=function(e){void 0===e&&(e={});var r=e,o=r.accessibility,t=void 0===o||o,n=r.as,a=void 0===n||n,i=r.children,l=void 0===i?"node":i,s=r.className,c=void 0===s||s,d=r.color,u=void 0!==d&&d,f=r.content,g=void 0===f?"node":f,p=r.styled,b=void 0===p||p;return Object.assign({},t&&{accessibility:io},a&&{as:pe.elementType},l&&{children:"element"===l?pe.element:pe.node},c&&{className:pe.string},u&&{color:pe.string},g&&{content:"shorthand"===g?oo:Qr},b&&{styles:pe.oneOfType([pe.object,pe.func]),variables:pe.oneOfType([pe.object,pe.func]),design:co})},po=n(9899),bo=n.n(po),mo=n(4490),ho=n.n(mo),vo=n(8286),yo={iframe:"src",img:"src",input:"type"};function Co(e){var r=e.Component,o=e.mappedProp,t=e.mappedArrayProp,n=e.allowsJSX;if(!vo.isValidElementType(r))throw new Error("createShorthandFactory() Component must be a string or function.");return function(e,a){return ko({allowsJSX:n,Component:r,mappedProp:o,mappedArrayProp:t,value:e,options:a})}}function ko(e){var r=e.Component,o=e.mappedProp,t=e.mappedArrayProp,n=e.value,a=e.options,i=void 0===a?{}:a,l=e.allowsJSX,s=void 0===l||l;if(!vo.isValidElementType(r))throw new Error("createShorthand() Component must be a string or function.");if((Dr()(n)||"boolean"==typeof n)&&!i.render)return null;var c="string"==typeof n||"number"==typeof n,d=_r()(n),u=ho()(n),f=S.isValidElement(n),g=i.defaultProps&&i.defaultProps()||{},p=f&&{}||d&&n||{},b="function"==typeof i.overrideProps?i.overrideProps(Object.assign({},g,p)):i.overrideProps||{},m=Object.assign({},g,p,b),h=yo[b.as||g.as];if((c||f)&&(m[h||o||"children"]=n),u&&(m[h||t||"children"]=n),g.className||b.className||p.className){var v=ge()(g.className,b.className,p.className);m.className=bo()(v.split(" ")).join(" ")}(g.style||b.style||p.style)&&(m.style=Object.assign({},g.style,p.style,b.style)),(g.styles||b.styles||p.styles)&&(m.styles=Y(g.styles,p.styles,b.styles));var y=i.generateKey;if((void 0===y||y)&&Dr()(m.key)&&(c&&(m.key=n),f)){var C=n.key;null===C||(m.key=C)}delete m.kind;var k=i.render;return k?k(r,m):"function"==typeof m.children?m.children(r,Object.assign({},m,{children:void 0})):!s&&f?null:c||d||u||f?S.createElement(r,m):null}function wo(e,r,o){var t,n=e.shorthandConfig||(null==(t=e.fluentComposeConfig)?void 0:t.shorthandConfig)||{},a=n.mappedProp,i=void 0===a?"children":a,l=n.allowsJSX;return ko({Component:e,mappedProp:i,allowsJSX:void 0===l||l,mappedArrayProp:n.mappedArrayProp,value:r,options:o||{}})}var xo=n(2279),So="undefined"==typeof window||/ServerSideRendering/.test(window.navigator&&window.navigator.userAgent)?S.useEffect:S.useLayoutEffect,Bo=function(e){var r,o=S.createContext({value:{current:e},version:{current:-1},listeners:[]});return o.Provider=(r=o.Provider,function(e){var o=S.useRef(e.value),t=S.useRef(0),n=S.useRef();return n.current||(n.current={value:o,version:t,listeners:[]}),So((function(){var r;o.current=e.value,t.current+=1,r=function(){n.current.listeners.forEach((function(r){r([t.current,e.value])}))},(0,xo.unstable_runWithPriority)(xo.unstable_NormalPriority,r)}),[e.value]),S.createElement(r,{value:n.current},e.children)}),delete o.Consumer,o},Eo=function(e,r){var o=S.useContext(e),t=o.value.current,n=o.version.current,a=o.listeners,i={};Object.keys(r).forEach((function(e){i[e]=r[e](t)}));var l=S.useReducer((function(e,o){if(!o)return[t,i];if(o[0]<=n)return Object.keys(r).every((function(r){return Object.is(e[1][r],i[r])}))?e:[t,i];try{if(!Object.keys(e[0]).some((function(r){return!Object.is(e[0][r],o[1][r])})))return e;var a={};return Object.keys(r).forEach((function(e){a[e]=r[e](o[1])})),Object.keys(r).every((function(r){return Object.is(e[1][r],a[r])}))?e:[o[1],a]}catch(e){}return[].concat(e)}),[t,i]),s=l[0],c=l[1];return void 0!==Object.keys(r).find((function(e){return!Object.is(s[1][e],i[e])}))&&c(void 0),So((function(){return a.push(c),function(){var e=a.indexOf(c);a.splice(e,1)}}),[a]),s[1]},Oo="comfy",Fo=Bo({density:Oo,behaviors:{item:void 0,message:void 0}}),Ao=Fo.Provider,Po=function(e){return Eo(Fo,e)},jo={className:"",classes:[],displayName:"",displayNames:[],mapPropsToStylesPropsChain:[],render:function(){return null},handledProps:[],overrideStyles:!1,slots:{__self:function(){return null}},slotProps:[],state:function(e){return e},resolveSlotProps:function(){return{}},shorthandConfig:{}};function Ro(e,r){return e.overrideStyles?[e.displayName].filter(Boolean):e.displayName?r.displayNames.concat(e.displayName):r.displayNames}const Io=function(e,r){void 0===r&&(r={});var o=function(e,r,o){void 0===o&&(o=jo);var t=r.slotProps?[].concat(o.slotProps,[r.slotProps]):o.slotProps,n=Array.isArray(r.classes)?r.classes:[r.classes];return{className:r.className||o.className,classes:[].concat(o.classes,n),displayName:r.displayName||o.displayName,displayNames:Ro(r,o),mapPropsToStylesPropsChain:r.mapPropsToStylesProps?[].concat(o.mapPropsToStylesPropsChain,[r.mapPropsToStylesProps]):o.mapPropsToStylesPropsChain,render:"function"==typeof e?e:o.render,handledProps:[].concat(o.handledProps,r.handledProps||[]),overrideStyles:r.overrideStyles||!1,slots:Object.assign({},o.slots,r.slots),slotProps:t,state:function(e,t,n){return r.state?r.state(o.state(e,t,n),t,n):o.state(e,t,n)},resolveSlotProps:function(e){return t.reduce((function(r,o){var t=Object.assign({},o(e)),n=[].concat(Object.keys(r),Object.keys(t)),a={};return n.forEach((function(e){a[e]||(a[e]=Object.assign({},r[e],t[e]))})),a}),{})},shorthandConfig:Object.assign({},o.shorthandConfig,r.shorthandConfig)}}(e,r,function(e){return!!e.fluentComposeConfig}(e)?e.fluentComposeConfig:void 0),t=S.forwardRef((function(e,r){return o.render(e,r,Object.assign({},o,{state:o.state(e,r,o),slots:Object.assign({},o.slots,{__self:t})}))}));return t.displayName=o.displayName,e.defaultProps&&(t.defaultProps=e.defaultProps),t.fluentComposeConfig=o,t};var Mo=function(){var e=Io((function(e,r,o){var t=J(),n=re(o.displayName,t.telemetry),a=n.setStart,i=n.setEnd;a();var l=e.accessibility,s=e.className,c=e.design,d=e.styles,u=e.variables,f=e.children,g=e.content,p=Pr(l,{debugName:o.displayName,rtl:t.rtl}),b=Lr(o.displayName,{className:o.className,composeOptions:o,mapPropsToInlineStyles:function(){return{className:s,design:c,styles:d,variables:u}},rtl:t.rtl,unstable_props:e}).classes,m=Nr(o.handledProps,e),h=or(e),v=p.unstable_wrapWithFocusZone(S.createElement(h,p("root",Object.assign({},uo({forElements:[f,g]}),{className:b.root,ref:r},m)),fo(f)?f:g));return i(),v}),{className:"ui-box",displayName:"Box",handledProps:["accessibility","as","className","children","content","design","styles","variables"]});return e.propTypes=go(),e.create=Co({Component:e}),e}(),Do=Bo({attached:!1}),zo=Do.Provider,_o="ui-chat__item",Ho={message:_o+"__message",gutter:_o+"__gutter"},To=function(){var e=S.forwardRef((function(r,o){var t=J(),n=re(e.displayName,t.telemetry),a=n.setStart,i=n.setEnd;a();var l,s,c=Po({density:function(e){return e.density},accessibility:function(e){return e.behaviors.item}}),d=Object.assign({},c,r),u=d.accessibility,f=d.attached,g=d.children,p=d.className,b=d.contentPosition,m=d.density,h=d.design,v=d.gutter,y=d.message,C=d.styles,k=d.variables,w=Pr(u,{debugName:e.displayName,rtl:t.rtl}),x=Lr(e.displayName,{className:_o,mapPropsToStyles:function(){return{attached:f,contentPosition:b,density:m}},mapPropsToInlineStyles:function(){return{className:p,design:h,styles:C,variables:k}},rtl:t.rtl}),B=x.classes,E=x.styles,O=or(d),F=Nr(e.handledProps,d),A=S.createElement(O,w("root",Object.assign({className:B.root,ref:o},uo({forElements:[g]}),F)),fo(g)?g:(l=Mo.create(v,{defaultProps:function(){return w("gutter",{className:Ho.gutter,styles:E.gutter})}}),s=Mo.create(y,{defaultProps:function(){return w("message",{className:Ho.message,styles:E.message})}}),S.createElement(zo,{value:{attached:f}},("start"===b||"compact"===m)&&l,s,"end"===b&&"comfy"===m&&l)));return i(),A}));return e.displayName="ChatItem",e.defaultProps={as:"li",contentPosition:"start",attached:!1},e.propTypes=Object.assign({},go({content:!1}),{attached:pe.oneOfType([pe.bool,pe.oneOf(["top","bottom"])]),contentPosition:pe.oneOf(["start","end"]),density:pe.oneOf(["comfy","compact"]),gutter:oo,message:oo}),e.handledProps=Object.keys(e.propTypes),e.create=Co({Component:e,mappedProp:"message"}),e}();function Wo(e,r){if(null==e)return{};var o,t,n={},a=Object.keys(e);for(t=0;t<a.length;t++)o=a[t],r.indexOf(o)>=0||(n[o]=e[o]);return n}var Lo=function(e){var r;return{attributes:{wrapper:{role:"presentation"},root:(r={role:"button",tabIndex:0,"aria-haspopup":e.hasMenu?"true":void 0,"aria-disabled":e.disabled,"aria-label":e["aria-label"],"aria-labelledby":e["aria-labelledby"],"aria-describedby":e["aria-describedby"]},r[y]=!0,r)},keyActions:{wrapper:{performClick:{keyCombinations:[{keyCode:f.Enter},{keyCode:v}]},closeMenuAndFocusTrigger:{keyCombinations:[{keyCode:f.Escape}]},openMenu:!e.vertical&&{keyCombinations:[{keyCode:f.ArrowDown}]},doNotNavigateNextParentItem:{keyCombinations:e.hasMenu&&e.menuOpen?[{keyCode:f.ArrowLeft},{keyCode:f.ArrowRight}]:null}}}}},No=function(){return{attributes:{root:{role:"toolbar"}},focusZone:{props:{shouldFocusInnerElementWhenReceivedFocus:!0,direction:h.bidirectionalDomOrder}},childBehaviors:{item:Lo}}},Uo=function(e){return void 0===e},Zo=function(e){var r=S.useState(Uo(e.defaultValue)?e.initialValue:e.defaultValue),o=r[0],t=r[1],n=Uo(e.value)?o:e.value,a=S.useRef(n);S.useEffect((function(){a.current=n}),[n]);var i=S.useCallback((function(e){a.current="function"==typeof e?e(a.current):e,t(a.current)}),[]);return[n,i]};function Vo(e,r){(null==r||r>e.length)&&(r=e.length);for(var o=0,t=new Array(r);o<r;o++)t[o]=e[o];return t}function Go(){for(var e=arguments.length,r=new Array(e),o=0;o<e;o++)r[o]=arguments[o];var t=S.useCallback((function(e){t.current=e;for(var o,n=function(e,r){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(o)return(o=o.call(e)).next.bind(o);if(Array.isArray(e)||(o=function(e,r){if(e){if("string"==typeof e)return Vo(e,r);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?Vo(e,r):void 0}}(e))||r&&e&&"number"==typeof e.length){o&&(e=o);var t=0;return function(){return t>=e.length?{done:!0}:{done:!1,value:e[t++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(r);!(o=n()).done;){var a=o.value;"function"==typeof a?a(e):a&&(a.current=e)}}),[].concat(r));return t}const Xo=(e=>{var r={};return n.d(r,e),r})({createPortal:()=>r.createPortal,findDOMNode:()=>r.findDOMNode});var Yo=function(e){function r(){for(var r,o=arguments.length,t=new Array(o),n=0;n<o;n++)t[n]=arguments[n];return(r=e.call.apply(e,[this].concat(t))||this).prevNode=void 0,r}le(r,e);var o=r.prototype;return o.componentDidMount=function(){var e=Xo.findDOMNode(this);this.prevNode=e,mr(this.props.innerRef,e)},o.componentDidUpdate=function(e){var r=Xo.findDOMNode(this);this.prevNode!==r&&(this.prevNode=r,mr(this.props.innerRef,r)),e.innerRef!==this.props.innerRef&&mr(this.props.innerRef,r)},o.componentWillUnmount=function(){mr(this.props.innerRef,null),delete this.prevNode},o.render=function(){return this.props.children},r}(S.Component),$o=function(e){function r(){for(var r,o=arguments.length,t=new Array(o),n=0;n<o;n++)t[n]=arguments[n];return(r=e.call.apply(e,[this].concat(t))||this).currentNode=void 0,r.handleRefOverride=function(e){var o=r.props,t=o.children,n=o.innerRef;mr(t.ref,e),mr(n,e),r.currentNode=e},r}le(r,e);var o=r.prototype;return o.componentDidUpdate=function(e){e.innerRef!==this.props.innerRef&&mr(this.props.innerRef,this.currentNode)},o.componentWillUnmount=function(){delete this.currentNode},o.render=function(){var e=this.props.children;return S.cloneElement(e,{ref:this.handleRefOverride})},r}(S.Component),Ko=["children","innerRef"],qo=function(e){var r=e.children,o=e.innerRef,t=Wo(e,Ko),n=S.Children.only(r),a=vo.isForwardRef(n)?$o:Yo,i=n&&t&&Object.keys(t).length>0?S.cloneElement(n,t):n;return S.createElement(a,{innerRef:o},i)},Jo=["popper"];function Qo(e){if("object"==typeof e&&null!==e&&!Array.isArray(e)){var r=e,o=r.popper;return[Wo(r,Jo),o]}return[e,{}]}var et=function e(r){var o=r&&function(e){return"HTML"===e.nodeName?e:e.parentNode||e.host}(r);if(!o)return document.body;switch(o.nodeName){case"HTML":case"BODY":return o.ownerDocument.body;case"#document":return o.body}var t=function(e){return 1!==e.nodeType?{}:e.ownerDocument.defaultView.getComputedStyle(e,null)}(o),n=t.overflow,a=t.overflowX,i=t.overflowY;return/(auto|scroll|overlay)/.test(n+i+a)?o:e(o)},rt=function(e){var r=S.useRef((function(){throw new Error("Cannot call an event handler while rendering")}));return Ar((function(){r.current=e}),[e]),S.useCallback((function(){return r.current.apply(void 0,arguments)}),[r])},ot=n(8838),tt=n.n(ot);function nt(e,r,o){var t=S.useRef(!0),n=S.useState((function(){return{value:e,callback:r,facade:{get current(){return a.value},set current(e){var r=a.value;if(r!==e){if(a.value=e,o&&t.current)return;a.callback(e,r)}}}}})),a=n[0];return Ar((function(){t.current=!1}),[]),a.callback=r,a.facade}function at(e){var r=e.getBoundingClientRect();return{width:r.width,height:r.height,top:r.top,right:r.right,bottom:r.bottom,left:r.left,x:r.left,y:r.top}}var it="top",lt="bottom",st="right",ct="left",dt="auto",ut=[it,lt,st,ct],ft="start",gt="end",pt="clippingParents",bt="viewport",mt="popper",ht="reference",vt=ut.reduce((function(e,r){return e.concat([r+"-"+ft,r+"-"+gt])}),[]),yt=[].concat(ut,[dt]).reduce((function(e,r){return e.concat([r,r+"-"+ft,r+"-"+gt])}),[]),Ct=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"];function kt(e){if("[object Window]"!==e.toString()){var r=e.ownerDocument;return r?r.defaultView:window}return e}function wt(e){return e instanceof kt(e).Element||e instanceof Element}function xt(e){return e instanceof kt(e).HTMLElement||e instanceof HTMLElement}function St(e){return(wt(e)?e.ownerDocument:e.document).documentElement}function Bt(e){var r=kt(e);return{scrollLeft:r.pageXOffset,scrollTop:r.pageYOffset}}function Et(e){return at(St(e)).left+Bt(e).scrollLeft}function Ot(e){return kt(e).getComputedStyle(e)}function Ft(e){return e?(e.nodeName||"").toLowerCase():null}function At(e){return"html"===Ft(e)?e:e.assignedSlot||e.parentNode||e.host||St(e)}function Pt(e){var r=Ot(e),o=r.overflow,t=r.overflowX,n=r.overflowY;return/auto|scroll|overlay|hidden/.test(o+n+t)}function jt(e){return["html","body","#document"].indexOf(Ft(e))>=0?e.ownerDocument.body:xt(e)&&Pt(e)?e:jt(At(e))}function Rt(e,r){void 0===r&&(r=[]);var o=jt(e),t="body"===Ft(o),n=kt(o),a=t?[n].concat(n.visualViewport||[],Pt(o)?o:[]):o,i=r.concat(a);return t?i:i.concat(Rt(At(a)))}function It(e){return["table","td","th"].indexOf(Ft(e))>=0}function Mt(e){if(!xt(e)||"fixed"===Ot(e).position)return null;var r=e.offsetParent;if(r){var o=St(r);if("body"===Ft(r)&&"static"===Ot(r).position&&"static"!==Ot(o).position)return o}return r}function Dt(e){for(var r=kt(e),o=Mt(e);o&&It(o)&&"static"===Ot(o).position;)o=Mt(o);return o&&"body"===Ft(o)&&"static"===Ot(o).position?r:o||function(e){for(var r=At(e);xt(r)&&["html","body"].indexOf(Ft(r))<0;){var o=Ot(r);if("none"!==o.transform||"none"!==o.perspective||o.willChange&&"auto"!==o.willChange)return r;r=r.parentNode}return null}(e)||r}function zt(e,r){var o=Boolean(r.getRootNode&&r.getRootNode().host);if(e.contains(r))return!0;if(o){var t=r;do{if(t&&e.isSameNode(t))return!0;t=t.parentNode||t.host}while(t)}return!1}function _t(e){return Object.assign(Object.assign({},e),{},{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function Ht(e,r){return r===bt?_t(function(e){var r=kt(e),o=St(e),t=r.visualViewport,n=o.clientWidth,a=o.clientHeight,i=0,l=0;return t&&(n=t.width,a=t.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(i=t.offsetLeft,l=t.offsetTop)),{width:n,height:a,x:i+Et(e),y:l}}(e)):xt(r)?function(e){var r=at(e);return r.top=r.top+e.clientTop,r.left=r.left+e.clientLeft,r.bottom=r.top+e.clientHeight,r.right=r.left+e.clientWidth,r.width=e.clientWidth,r.height=e.clientHeight,r.x=r.left,r.y=r.top,r}(r):_t(function(e){var r=St(e),o=Bt(e),t=e.ownerDocument.body,n=Math.max(r.scrollWidth,r.clientWidth,t?t.scrollWidth:0,t?t.clientWidth:0),a=Math.max(r.scrollHeight,r.clientHeight,t?t.scrollHeight:0,t?t.clientHeight:0),i=-o.scrollLeft+Et(e),l=-o.scrollTop;return"rtl"===Ot(t||r).direction&&(i+=Math.max(r.clientWidth,t?t.clientWidth:0)-n),{width:n,height:a,x:i,y:l}}(St(e)))}function Tt(e){return e.split("-")[0]}function Wt(e){return e.split("-")[1]}function Lt(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function Nt(e){var r,o=e.reference,t=e.element,n=e.placement,a=n?Tt(n):null,i=n?Wt(n):null,l=o.x+o.width/2-t.width/2,s=o.y+o.height/2-t.height/2;switch(a){case it:r={x:l,y:o.y-t.height};break;case lt:r={x:l,y:o.y+o.height};break;case st:r={x:o.x+o.width,y:s};break;case ct:r={x:o.x-t.width,y:s};break;default:r={x:o.x,y:o.y}}var c=a?Lt(a):null;if(null!=c){var d="y"===c?"height":"width";switch(i){case ft:r[c]=Math.floor(r[c])-Math.floor(o[d]/2-t[d]/2);break;case gt:r[c]=Math.floor(r[c])+Math.ceil(o[d]/2-t[d]/2)}}return r}function Ut(e){return Object.assign(Object.assign({},{top:0,right:0,bottom:0,left:0}),e)}function Zt(e,r){return r.reduce((function(r,o){return r[o]=e,r}),{})}function Vt(e,r){void 0===r&&(r={});var o=r,t=o.placement,n=void 0===t?e.placement:t,a=o.boundary,i=void 0===a?pt:a,l=o.rootBoundary,s=void 0===l?bt:l,c=o.elementContext,d=void 0===c?mt:c,u=o.altBoundary,f=void 0!==u&&u,g=o.padding,p=void 0===g?0:g,b=Ut("number"!=typeof p?p:Zt(p,ut)),m=d===mt?ht:mt,h=e.elements.reference,v=e.rects.popper,y=e.elements[f?m:d],C=function(e,r,o){var t="clippingParents"===r?function(e){var r=Rt(At(e)),o=["absolute","fixed"].indexOf(Ot(e).position)>=0&&xt(e)?Dt(e):e;return wt(o)?r.filter((function(e){return wt(e)&&zt(e,o)&&"body"!==Ft(e)})):[]}(e):[].concat(r),n=[].concat(t,[o]),a=n[0],i=n.reduce((function(r,o){var t=Ht(e,o);return r.top=Math.max(t.top,r.top),r.right=Math.min(t.right,r.right),r.bottom=Math.min(t.bottom,r.bottom),r.left=Math.max(t.left,r.left),r}),Ht(e,a));return i.width=i.right-i.left,i.height=i.bottom-i.top,i.x=i.left,i.y=i.top,i}(wt(y)?y:y.contextElement||St(e.elements.popper),i,s),k=at(h),w=Nt({reference:k,element:v,strategy:"absolute",placement:n}),x=_t(Object.assign(Object.assign({},v),w)),S=d===mt?x:k,B={top:C.top-S.top+b.top,bottom:S.bottom-C.bottom+b.bottom,left:C.left-S.left+b.left,right:S.right-C.right+b.right},E=e.modifiersData.offset;if(d===mt&&E){var O=E[n];Object.keys(B).forEach((function(e){var r=[st,lt].indexOf(e)>=0?1:-1,o=[it,lt].indexOf(e)>=0?"y":"x";B[e]+=O[o]*r}))}return B}function Gt(e,r,o){void 0===o&&(o=!1);var t,n,a=St(r),i=at(e),l=xt(r),s={scrollLeft:0,scrollTop:0},c={x:0,y:0};return(l||!l&&!o)&&(("body"!==Ft(r)||Pt(a))&&(s=(t=r)!==kt(t)&&xt(t)?{scrollLeft:(n=t).scrollLeft,scrollTop:n.scrollTop}:Bt(t)),xt(r)?((c=at(r)).x+=r.clientLeft,c.y+=r.clientTop):a&&(c.x=Et(a))),{x:i.left+s.scrollLeft-c.x,y:i.top+s.scrollTop-c.y,width:i.width,height:i.height}}function Xt(e){return{x:e.offsetLeft,y:e.offsetTop,width:e.offsetWidth,height:e.offsetHeight}}function Yt(e){var r=new Map,o=new Set,t=[];function n(e){o.add(e.name),[].concat(e.requires||[],e.requiresIfExists||[]).forEach((function(e){if(!o.has(e)){var t=r.get(e);t&&n(t)}})),t.push(e)}return e.forEach((function(e){r.set(e.name,e)})),e.forEach((function(e){o.has(e.name)||n(e)})),t}var $t={placement:"bottom",modifiers:[],strategy:"absolute"};function Kt(){for(var e=arguments.length,r=new Array(e),o=0;o<e;o++)r[o]=arguments[o];return!r.some((function(e){return!(e&&"function"==typeof e.getBoundingClientRect)}))}function qt(e){void 0===e&&(e={});var r=e,o=r.defaultModifiers,t=void 0===o?[]:o,n=r.defaultOptions,a=void 0===n?$t:n;return function(e,r,o){void 0===o&&(o=a);var n,i,l={placement:"bottom",orderedModifiers:[],options:Object.assign(Object.assign({},$t),a),modifiersData:{},elements:{reference:e,popper:r},attributes:{},styles:{}},s=[],c=!1,d={state:l,setOptions:function(o){u(),l.options=Object.assign(Object.assign(Object.assign({},a),l.options),o),l.scrollParents={reference:wt(e)?Rt(e):e.contextElement?Rt(e.contextElement):[],popper:Rt(r)};var n,i,c=function(e){var r=Yt(e);return Ct.reduce((function(e,o){return e.concat(r.filter((function(e){return e.phase===o})))}),[])}((n=[].concat(t,l.options.modifiers),i=n.reduce((function(e,r){var o=e[r.name];return e[r.name]=o?Object.assign(Object.assign(Object.assign({},o),r),{},{options:Object.assign(Object.assign({},o.options),r.options),data:Object.assign(Object.assign({},o.data),r.data)}):r,e}),{}),Object.keys(i).map((function(e){return i[e]}))));return l.orderedModifiers=c.filter((function(e){return e.enabled})),l.orderedModifiers.forEach((function(e){var r=e.name,o=e.options,t=void 0===o?{}:o,n=e.effect;if("function"==typeof n){var a=n({state:l,name:r,instance:d,options:t});s.push(a||function(){})}})),d.update()},forceUpdate:function(){if(!c){var e=l.elements,r=e.reference,o=e.popper;if(Kt(r,o)){l.rects={reference:Gt(r,Dt(o),"fixed"===l.options.strategy),popper:Xt(o)},l.reset=!1,l.placement=l.options.placement,l.orderedModifiers.forEach((function(e){return l.modifiersData[e.name]=Object.assign({},e.data)}));for(var t=0;t<l.orderedModifiers.length;t++)if(!0!==l.reset){var n=l.orderedModifiers[t],a=n.fn,i=n.options,s=void 0===i?{}:i,u=n.name;"function"==typeof a&&(l=a({state:l,options:s,name:u,instance:d})||l)}else l.reset=!1,t=-1}}},update:(n=function(){return new Promise((function(e){d.forceUpdate(),e(l)}))},function(){return i||(i=new Promise((function(e){Promise.resolve().then((function(){i=void 0,e(n())}))}))),i}),destroy:function(){u(),c=!0}};if(!Kt(e,r))return d;function u(){s.forEach((function(e){return e()})),s=[]}return d.setOptions(o).then((function(e){!c&&o.onFirstUpdate&&o.onFirstUpdate(e)})),d}}var Jt={passive:!0},Qt={top:"auto",right:"auto",bottom:"auto",left:"auto"};function en(e){var r,o=e.popper,t=e.popperRect,n=e.placement,a=e.offsets,i=e.position,l=e.gpuAcceleration,s=e.adaptive,c=function(e){var r=e.x,o=e.y,t=window.devicePixelRatio||1;return{x:Math.round(r*t)/t||0,y:Math.round(o*t)/t||0}}(a),d=c.x,u=c.y,f=a.hasOwnProperty("x"),g=a.hasOwnProperty("y"),p=ct,b=it,m=window;if(s){var h=Dt(o);h===kt(o)&&(h=St(o)),n===it&&(b=lt,u-=h.clientHeight-t.height,u*=l?1:-1),n===ct&&(p=st,d-=h.clientWidth-t.width,d*=l?1:-1)}var v,y=Object.assign({position:i},s&&Qt);return l?Object.assign(Object.assign({},y),{},((v={})[b]=g?"0":"",v[p]=f?"0":"",v.transform=(m.devicePixelRatio||1)<2?"translate("+d+"px, "+u+"px)":"translate3d("+d+"px, "+u+"px, 0)",v)):Object.assign(Object.assign({},y),{},((r={})[b]=g?u+"px":"",r[p]=f?d+"px":"",r.transform="",r))}const rn={name:"applyStyles",enabled:!0,phase:"write",fn:function(e){var r=e.state;Object.keys(r.elements).forEach((function(e){var o=r.styles[e]||{},t=r.attributes[e]||{},n=r.elements[e];xt(n)&&Ft(n)&&(Object.assign(n.style,o),Object.keys(t).forEach((function(e){var r=t[e];!1===r?n.removeAttribute(e):n.setAttribute(e,!0===r?"":r)})))}))},effect:function(e){var r=e.state,o={popper:{position:r.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(r.elements.popper.style,o.popper),r.elements.arrow&&Object.assign(r.elements.arrow.style,o.arrow),function(){Object.keys(r.elements).forEach((function(e){var t=r.elements[e],n=r.attributes[e]||{},a=Object.keys(r.styles.hasOwnProperty(e)?r.styles[e]:o[e]).reduce((function(e,r){return e[r]="",e}),{});xt(t)&&Ft(t)&&(Object.assign(t.style,a),Object.keys(n).forEach((function(e){t.removeAttribute(e)})))}))}},requires:["computeStyles"]},on={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(e){var r=e.state,o=e.options,t=e.name,n=o.offset,a=void 0===n?[0,0]:n,i=yt.reduce((function(e,o){return e[o]=function(e,r,o){var t=Tt(e),n=[ct,it].indexOf(t)>=0?-1:1,a="function"==typeof o?o(Object.assign(Object.assign({},r),{},{placement:e})):o,i=a[0],l=a[1];return i=i||0,l=(l||0)*n,[ct,st].indexOf(t)>=0?{x:l,y:i}:{x:i,y:l}}(o,r.rects,a),e}),{}),l=i[r.placement],s=l.x,c=l.y;null!=r.modifiersData.popperOffsets&&(r.modifiersData.popperOffsets.x+=s,r.modifiersData.popperOffsets.y+=c),r.modifiersData[t]=i}};var tn={left:"right",right:"left",bottom:"top",top:"bottom"};function nn(e){return e.replace(/left|right|bottom|top/g,(function(e){return tn[e]}))}var an={start:"end",end:"start"};function ln(e){return e.replace(/start|end/g,(function(e){return an[e]}))}const sn={name:"flip",enabled:!0,phase:"main",fn:function(e){var r=e.state,o=e.options,t=e.name;if(!r.modifiersData[t]._skip){for(var n=o.mainAxis,a=void 0===n||n,i=o.altAxis,l=void 0===i||i,s=o.fallbackPlacements,c=o.padding,d=o.boundary,u=o.rootBoundary,f=o.altBoundary,g=o.flipVariations,p=void 0===g||g,b=o.allowedAutoPlacements,m=r.options.placement,h=Tt(m),v=s||(h!==m&&p?function(e){if(Tt(e)===dt)return[];var r=nn(e);return[ln(e),r,ln(r)]}(m):[nn(m)]),y=[m].concat(v).reduce((function(e,o){return e.concat(Tt(o)===dt?function(e,r){void 0===r&&(r={});var o=r,t=o.placement,n=o.boundary,a=o.rootBoundary,i=o.padding,l=o.flipVariations,s=o.allowedAutoPlacements,c=void 0===s?yt:s,d=Wt(t),u=d?l?vt:vt.filter((function(e){return Wt(e)===d})):ut,f=u.filter((function(e){return c.indexOf(e)>=0}));0===f.length&&(f=u);var g=f.reduce((function(r,o){return r[o]=Vt(e,{placement:o,boundary:n,rootBoundary:a,padding:i})[Tt(o)],r}),{});return Object.keys(g).sort((function(e,r){return g[e]-g[r]}))}(r,{placement:o,boundary:d,rootBoundary:u,padding:c,flipVariations:p,allowedAutoPlacements:b}):o)}),[]),C=r.rects.reference,k=r.rects.popper,w=new Map,x=!0,S=y[0],B=0;B<y.length;B++){var E=y[B],O=Tt(E),F=Wt(E)===ft,A=[it,lt].indexOf(O)>=0,P=A?"width":"height",j=Vt(r,{placement:E,boundary:d,rootBoundary:u,altBoundary:f,padding:c}),R=A?F?st:ct:F?lt:it;C[P]>k[P]&&(R=nn(R));var I=nn(R),M=[];if(a&&M.push(j[O]<=0),l&&M.push(j[R]<=0,j[I]<=0),M.every((function(e){return e}))){S=E,x=!1;break}w.set(E,M)}if(x)for(var D=function(e){var r=y.find((function(r){var o=w.get(r);if(o)return o.slice(0,e).every((function(e){return e}))}));if(r)return S=r,"break"},z=p?3:1;z>0&&"break"!==D(z);z--);r.placement!==S&&(r.modifiersData[t]._skip=!0,r.placement=S,r.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}};function cn(e,r,o){return Math.max(e,Math.min(r,o))}const dn={name:"preventOverflow",enabled:!0,phase:"main",fn:function(e){var r=e.state,o=e.options,t=e.name,n=o.mainAxis,a=void 0===n||n,i=o.altAxis,l=void 0!==i&&i,s=o.boundary,c=o.rootBoundary,d=o.altBoundary,u=o.padding,f=o.tether,g=void 0===f||f,p=o.tetherOffset,b=void 0===p?0:p,m=Vt(r,{boundary:s,rootBoundary:c,padding:u,altBoundary:d}),h=Tt(r.placement),v=Wt(r.placement),y=!v,C=Lt(h),k="x"===C?"y":"x",w=r.modifiersData.popperOffsets,x=r.rects.reference,S=r.rects.popper,B="function"==typeof b?b(Object.assign(Object.assign({},r.rects),{},{placement:r.placement})):b,E={x:0,y:0};if(w){if(a){var O="y"===C?it:ct,F="y"===C?lt:st,A="y"===C?"height":"width",P=w[C],j=w[C]+m[O],R=w[C]-m[F],I=g?-S[A]/2:0,M=v===ft?x[A]:S[A],D=v===ft?-S[A]:-x[A],z=r.elements.arrow,_=g&&z?Xt(z):{width:0,height:0},H=r.modifiersData["arrow#persistent"]?r.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},T=H[O],W=H[F],L=cn(0,x[A],_[A]),N=y?x[A]/2-I-L-T-B:M-L-T-B,U=y?-x[A]/2+I+L+W+B:D+L+W+B,Z=r.elements.arrow&&Dt(r.elements.arrow),V=Z?"y"===C?Z.clientTop||0:Z.clientLeft||0:0,G=r.modifiersData.offset?r.modifiersData.offset[r.placement][C]:0,X=w[C]+N-G-V,Y=w[C]+U-G,$=cn(g?Math.min(j,X):j,P,g?Math.max(R,Y):R);w[C]=$,E[C]=$-P}if(l){var K="x"===C?it:ct,q="x"===C?lt:st,J=w[k],Q=cn(J+m[K],J,J-m[q]);w[k]=Q,E[k]=Q-J}r.modifiersData[t]=E}},requiresIfExists:["offset"]},un={name:"arrow",enabled:!0,phase:"main",fn:function(e){var r,o=e.state,t=e.name,n=o.elements.arrow,a=o.modifiersData.popperOffsets,i=Tt(o.placement),l=Lt(i),s=[ct,st].indexOf(i)>=0?"height":"width";if(n&&a){var c=o.modifiersData[t+"#persistent"].padding,d=Xt(n),u="y"===l?it:ct,f="y"===l?lt:st,g=o.rects.reference[s]+o.rects.reference[l]-a[l]-o.rects.popper[s],p=a[l]-o.rects.reference[l],b=Dt(n),m=b?"y"===l?b.clientHeight||0:b.clientWidth||0:0,h=g/2-p/2,v=c[u],y=m-d[s]-c[f],C=m/2-d[s]/2+h,k=cn(v,C,y),w=l;o.modifiersData[t]=((r={})[w]=k,r.centerOffset=k-C,r)}},effect:function(e){var r=e.state,o=e.options,t=e.name,n=o.element,a=void 0===n?"[data-popper-arrow]":n,i=o.padding,l=void 0===i?0:i;null!=a&&("string"!=typeof a||(a=r.elements.popper.querySelector(a)))&&zt(r.elements.popper,a)&&(r.elements.arrow=a,r.modifiersData[t+"#persistent"]={padding:Ut("number"!=typeof l?l:Zt(l,ut))})},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function fn(e,r,o){return void 0===o&&(o={x:0,y:0}),{top:e.top-r.height-o.y,right:e.right-r.width+o.x,bottom:e.bottom-r.height+o.y,left:e.left-r.width-o.x}}function gn(e){return[it,st,lt,ct].some((function(r){return e[r]>=0}))}var pn=qt({defaultModifiers:[{name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(e){var r=e.state,o=e.instance,t=e.options,n=t.scroll,a=void 0===n||n,i=t.resize,l=void 0===i||i,s=kt(r.elements.popper),c=[].concat(r.scrollParents.reference,r.scrollParents.popper);return a&&c.forEach((function(e){e.addEventListener("scroll",o.update,Jt)})),l&&s.addEventListener("resize",o.update,Jt),function(){a&&c.forEach((function(e){e.removeEventListener("scroll",o.update,Jt)})),l&&s.removeEventListener("resize",o.update,Jt)}},data:{}},{name:"popperOffsets",enabled:!0,phase:"read",fn:function(e){var r=e.state,o=e.name;r.modifiersData[o]=Nt({reference:r.rects.reference,element:r.rects.popper,strategy:"absolute",placement:r.placement})},data:{}},{name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(e){var r=e.state,o=e.options,t=o.gpuAcceleration,n=void 0===t||t,a=o.adaptive,i=void 0===a||a,l={placement:Tt(r.placement),popper:r.elements.popper,popperRect:r.rects.popper,gpuAcceleration:n};null!=r.modifiersData.popperOffsets&&(r.styles.popper=Object.assign(Object.assign({},r.styles.popper),en(Object.assign(Object.assign({},l),{},{offsets:r.modifiersData.popperOffsets,position:r.options.strategy,adaptive:i})))),null!=r.modifiersData.arrow&&(r.styles.arrow=Object.assign(Object.assign({},r.styles.arrow),en(Object.assign(Object.assign({},l),{},{offsets:r.modifiersData.arrow,position:"absolute",adaptive:!1})))),r.attributes.popper=Object.assign(Object.assign({},r.attributes.popper),{},{"data-popper-placement":r.placement})},data:{}},rn,on,sn,dn,un,{name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(e){var r=e.state,o=e.name,t=r.rects.reference,n=r.rects.popper,a=r.modifiersData.preventOverflow,i=Vt(r,{elementContext:"reference"}),l=Vt(r,{altBoundary:!0}),s=fn(i,t),c=fn(l,n,a),d=gn(s),u=gn(c);r.modifiersData[o]={referenceClippingOffsets:s,popperEscapeOffsets:c,isReferenceHidden:d,hasPopperEscaped:u},r.attributes.popper=Object.assign(Object.assign({},r.attributes.popper),{},{"data-popper-reference-hidden":d,"data-popper-escaped":u})}}]}),bn="object"==typeof document&&null!==document,mn="object"==typeof window&&null!==window&&window.self===window,hn=function(){return bn&&mn};function vn(e,r){if("window"===r)return e.ownerDocument.documentElement;if("scrollParent"===r){var o=et(e);return"BODY"===o.nodeName&&(o=e.ownerDocument.documentElement),o}return r}var yn,Cn={name:"is-intersecting-modifier",enabled:!0,phase:"main",requires:["preventOverflow"],fn:function(e){var r=e.state,o=e.name,t=r.rects.popper,n=Vt(r,{altBoundary:!0}),a=n.top<t.height&&n.top>0,i=n.bottom<t.height&&n.bottom>0,l=a||i;r.modifiersData[o]={isIntersecting:l},r.attributes.popper=Object.assign({},r.attributes.popper,{"data-popper-is-intersecting":l})}};!function(e){e.top="top",e.bottom="bottom",e.start="start",e.end="end",e.left="left",e.right="right",e.center=""}(yn||(yn={}));var kn=function(e,r,o){var t,n,a,i,l=(i="top"===(n=e)||"bottom"===n,(a="above"===(t=r)||"below"===t)&&i||!a&&!i?"center":e),s=function(e){return{above:yn.top,below:yn.bottom,before:e?yn.right:yn.left,after:e?yn.left:yn.right}}(o)[r],c=function(e){return{start:e?yn.end:yn.start,end:e?yn.start:yn.end,top:yn.start,bottom:yn.end,center:yn.center}}(o)[l];return""+s+(c&&"-"+c)},wn=function e(r){if(void 0!==r)return Array.isArray(r)?(r[0]=-1*r[0],r):function(o){return e(r(o))}};function xn(e,r){var o,t,n=e.autoSize,a=e.flipBoundary,i=e.offset,l=e.onStateUpdate,s=e.overflowBoundary,c=e.rtl,d=e.unstable_disableTether,u=e.unstable_pinned,f=kn(e.align,e.position,e.rtl),g=e.positionFixed?"fixed":"absolute",p=rt((function(e){var r=e.state;l&&l(r)})),b=S.useMemo((function(){return i?{name:"offset",options:{offset:c?wn(i):i}}:null}),[i,c]),m=(o=e.modifiers,(t=S.useRef()).current&&tt()(o,t.current.key)||(t.current={key:o,value:e.modifiers}),t.current.value);return S.useCallback((function(e,o,t){var i=et(o),l=!!i&&i!==i.ownerDocument.body,c=[Cn,{name:"positionStyleFix",enabled:!0,phase:"afterWrite",effect:function(e){var o=e.state;return!1!==e.instance.isFirstRun&&(r.current=o.elements.popper.style.position,o.elements.popper.style.position="fixed"),function(){}},requires:[]},{name:"flip",options:{flipVariations:!0}},u&&{name:"flip",enabled:!1},l&&{name:"flip",options:{boundary:"clippingParents"}},l&&{name:"preventOverflow",options:{boundary:"clippingParents"}},b].concat("function"==typeof m?m(e,o,t):m,[d&&{name:"preventOverflow",options:{altAxis:"all"===d,tether:!1}},a&&{name:"flip",options:{altBoundary:!0,boundary:vn(o,a)}},s&&{name:"preventOverflow",options:{altBoundary:!0,boundary:vn(o,s)}},{name:"onUpdate",enabled:!0,phase:"afterWrite",fn:p},n&&{name:"applyMaxSize",enabled:!0,phase:"beforeWrite",requiresIfExists:["offset","preventOverflow","flip"],options:{altBoundary:!0,boundary:vn(o,s)},fn:function(e){var r=e.state,o=Vt(r,e.options),t=r.modifiersData.preventOverflow||{x:0,y:0},a=t.x,i=t.y,l=r.rects.popper,s=l.width,c=l.height,d=r.placement.split("-")[0],u="left"===d?"left":"right",f="top"===d?"top":"bottom",g="always"===n||"width-always"===n||o[u]>0&&(!0===n||"width"===n),p="always"===n||"height-always"===n||o[f]>0&&(!0===n||"height"===n);g&&(r.styles.popper.maxWidth=s-o[u]-a+"px"),p&&(r.styles.popper.maxHeight=c-o[f]-i+"px")}},{name:"arrow",enabled:!!t,options:{element:t}}]).filter(Boolean);return{modifiers:c,placement:f,strategy:g,onFirstUpdate:function(e){return p({state:e})}}}),[n,a,b,s,f,g,d,u,m,p,r])}function Sn(e){void 0===e&&(e={});var r,o=e.enabled,t=void 0===o||o,n=(r=S.useRef(!0)).current?(r.current=!1,!0):r.current,a=S.useRef("absolute"),i=xn(e,a),l=S.useRef(null),s=rt((function(){var e;null==(e=l.current)||e.destroy(),l.current=null;var r=null;if(hn()&&t&&c.current&&d.current&&(r=pn(c.current,d.current,i(c.current,d.current,u.current))),r){var o=r.forceUpdate;r.isFirstRun=!0,r.forceUpdate=function(){r.isFirstRun&&(r.state.elements.popper.style.position=a.current,r.isFirstRun=!1),o()}}l.current=r})),c=nt(null,s,!0),d=nt(null,s,!0),u=nt(null,s,!0);return S.useImperativeHandle(e.popperRef,(function(){return{updatePosition:function(){var e;null==(e=l.current)||e.update()}}}),[]),Ar((function(){return s(),function(){var e;null==(e=l.current)||e.destroy(),l.current=null}}),[e.enabled]),Ar((function(){var e;n||null==(e=l.current)||e.setOptions(i(c.current,d.current,u.current))}),[i]),{targetRef:c,containerRef:d,arrowRef:u}}var Bn=n(7882),En=n.n(Bn),On=function(){var e=function e(r){var o=J(),t=re(e.displayName,o.telemetry),n=t.setStart,a=t.setEnd;n();var i,l=r.align,s=r.children,c=r.className,d=r.design,u=r.grow,f=r.flexDirection,g=r.push,p=r.shrink,b=r.size,m=r.styles,h=r.variables,v=Lr(e.displayName,{className:"ui-flex__item",mapPropsToStyles:function(){return{align:l,grow:u,flexDirection:f,push:g,shrink:p,size:b}},mapPropsToInlineStyles:function(){return{className:c,design:d,styles:m,variables:h}},rtl:o.rtl}),y=v.classes,C=v.styles;return i="function"==typeof s?s({styles:C.root,classes:y.root}):Dr()(s)?null:function(e,r,o){return r?"string"==typeof e.type?S.cloneElement(e,{className:ge()(e.props.className,o.root)}):S.cloneElement(e,{styles:Y(r.root||{},e.props.styles)}):e}(S.Children.only(s),C,y),a(),i};return e.displayName="FlexItem",e.propTypes=Object.assign({},go({children:!1,accessibility:!1,content:!1}),{children:pe.oneOfType([pe.element,pe.func]),align:pe.oneOf(["auto","start","end","center","baseline","stretch"]),size:pe.oneOfType([pe.oneOf(["size.half","size.quarter","size.small","size.medium","size.large"]),pe.string]),shrink:pe.oneOfType([pe.bool,pe.number]),push:pe.bool,flexDirection:pe.oneOf(["row","column"])}),e.__isFlexItem=!0,e}(),Fn="ui-flex",An=function(){var e=S.forwardRef((function(r,o){var t=J(),n=re(e.displayName,t.telemetry),a=n.setStart,i=n.setEnd;a();var l=r.children,s=r.className,c=r.column,d=r.debug,u=r.design,f=r.fill,g=r.gap,p=r.hAlign,b=r.inline,m=r.padding,h=r.space,v=r.styles,y=r.variables,C=r.vAlign,k=r.wrap,w=Lr(e.displayName,{className:Fn,mapPropsToStyles:function(){return{column:c,debug:d,fill:f,gap:g,hAlign:p,inline:b,padding:m,space:h,vAlign:C,wrap:k}},mapPropsToInlineStyles:function(){return{className:s,design:u,styles:v,variables:y}},rtl:t.rtl}).classes,x=or(r),B=Nr(e.handledProps,r),E=S.Children.map(l,(function(e){return En()(e,"type.__isFlexItem")?S.cloneElement(e,{flexDirection:c?"column":"row"}):e})),O=S.createElement(x,ae({className:w.root},B,{ref:o}),E);return i(),O}));return e.displayName="Flex",e.propTypes=Object.assign({},go({accessibility:!1,content:!1}),{inline:pe.bool,column:pe.bool,wrap:pe.bool,hAlign:pe.oneOf(["start","center","end","stretch"]),vAlign:pe.oneOf(["start","center","end","stretch"]),space:pe.oneOf(["around","between","evenly"]),gap:pe.oneOf(["gap.smaller","gap.small","gap.medium","gap.large"]),padding:pe.oneOf(["padding.medium"]),fill:pe.bool,debug:pe.bool}),e.handledProps=Object.keys(e.propTypes),e.Item=On,e}(),Pn=n(576),jn=n.n(Pn),Rn=function(e){return{attributes:{root:{"aria-hidden":e.alt||e["aria-label"]?void 0:"true"}}}},In=function(){var e=S.forwardRef((function(r,o){var t=J(),n=re(e.displayName,t.telemetry),a=n.setStart,i=n.setEnd;a();var l=r.accessibility,s=r.alt,c=r["aria-label"],d=r.avatar,u=r.circular,f=r.className,g=r.design,p=r.fluid,b=r.styles,m=r.variables,h=Pr(l,{debugName:e.displayName,mapPropsToBehavior:function(){return{alt:s,"aria-label":c}},rtl:t.rtl}),v=Lr(e.displayName,{className:"ui-image",mapPropsToStyles:function(){return{avatar:d,circular:u,fluid:p}},mapPropsToInlineStyles:function(){return{className:f,design:g,styles:b,variables:m}},rtl:t.rtl}).classes,y=or(r),C=Nr(e.handledProps,r),k=S.createElement(y,h("root",Object.assign({className:v.root,ref:o},C)));return i(),k}));return e.displayName="Image",e.defaultProps={as:"img",accessibility:Rn},e.propTypes=Object.assign({},go({children:!1,content:!1}),{avatar:pe.bool,circular:pe.bool,fluid:pe.bool}),e.handledProps=Object.keys(e.propTypes),e.create=Co({Component:e,mappedProp:"src",allowsJSX:!1}),e}(),Mn=function(){var e=S.forwardRef((function(r,o){var t=J(),n=re(e.displayName,t.telemetry),a=n.setStart,i=n.setEnd;a();var l=r.accessibility,s=r.children,c=r.className,d=r.circular,u=r.color,f=r.content,g=r.icon,p=r.iconPosition,b=r.design,m=r.styles,h=r.variables,v=r.image,y=r.imagePosition,C=Pr(l,{debugName:e.displayName,rtl:t.rtl}),k=Lr(e.displayName,{className:"ui-label",mapPropsToStyles:function(){return{hasActionableIcon:jn()(g,"onClick"),hasImage:!!v,hasIcon:!!g,circular:d,color:u,imagePosition:y,iconPosition:p}},mapPropsToInlineStyles:function(){return{className:c,design:b,styles:m,variables:h}},rtl:t.rtl}),w=k.classes,x=k.styles,B=or(r),E=Nr(e.handledProps,r);if(fo(s)){var O=S.createElement(B,C("root",Object.assign({className:w.root,ref:o},uo({forElements:[s]}),E)),s);return i(),O}var F=In.create(v,{defaultProps:function(){return{styles:x.image}}}),A=Mo.create(g,{defaultProps:function(){return{styles:x.icon}}}),P=Mo.create(f,{defaultProps:function(){return{styles:x.content}}}),j="start"===y&&F,R="start"===p&&A,I="end"===p&&A,M="end"===y&&F,D=S.createElement(B,C("root",Object.assign({className:w.root,ref:o},E)),j,R,P,I,M);return i(),D}));return e.displayName="Label",e.propTypes=Object.assign({},go({color:!0,content:"shorthand"}),{circular:pe.bool,icon:eo,iconPosition:pe.oneOf(["start","end"]),image:no,imagePosition:pe.oneOf(["start","end"]),fluid:pe.bool}),e.handledProps=Object.keys(e.propTypes),e.defaultProps={as:"span",imagePosition:"start",iconPosition:"end"},e.create=Co({Component:e,mappedProp:"content"}),e}(),Dn=n(2948),zn=n.n(Dn),_n=function(e){var r;return{attributes:{wrapper:{role:"presentation"},root:(r={role:"menuitem",tabIndex:0,"aria-expanded":e.hasMenu?e.menuOpen||!1:void 0,"aria-haspopup":e.hasMenu?"true":void 0,"aria-label":e["aria-label"],"aria-labelledby":e["aria-labelledby"],"aria-describedby":e["aria-describedby"],"aria-disabled":e.disabled},r[y]=!0,r)},keyActions:{root:{performClick:{keyCombinations:[{keyCode:f.Enter},{keyCode:v}]}},wrapper:{closeAllMenus:{keyCombinations:[{keyCode:f.Enter},{keyCode:v}]},closeAllMenusAndFocusNextParentItem:{keyCombinations:[{keyCode:f.ArrowRight}]},closeMenuAndFocusTrigger:{keyCombinations:[{keyCode:f.Escape}]},closeMenu:{keyCombinations:[{keyCode:f.ArrowLeft}]},openMenu:{keyCombinations:[{keyCode:e.vertical?f.ArrowRight:f.ArrowDown}]}}}}},Hn=function(){return{attributes:{root:{role:"presentation"}}}},Tn=function(e){return{attributes:{root:{role:"menu"}},focusZone:{props:{isCircularNavigation:!0,shouldFocusInnerElementWhenReceivedFocus:!0,direction:e.vertical?h.vertical:h.horizontal}},childBehaviors:{item:_n,divider:Hn}}};function Wn(e,r){return e&&r?_r()(e)&&_r()(r)?H(e,r):U(e,r):e||r}var Ln=function(e,r){return"object"==typeof e&&e.kind?e.kind:r},Nn=function(){return{attributes:{root:{role:"menu"}},focusZone:{props:{isCircularNavigation:!0,shouldFocusOnMount:!0,direction:h.vertical}},childBehaviors:{item:_n}}},Un=function(e,r){return!!e&&!!e[r]},Zn=function(){function e(e){return function(e){var r=e.capture,o=e.listener,t=e.type,n=e.target,a=e.targetRef,i=S.useRef(o);i.current=o;var l=S.useCallback((function(e){return i.current(e)}),[]),s=S.useRef(void 0);S.useEffect((function(){var e=void 0===a?n:a.current,o=function(e){var r,o,t;if(e)return"object"==typeof e.window&&e.window===e?e.event:null!=(r=null==(o=e.ownerDocument)||null==(t=o.defaultView)?void 0:t.event)?r:void 0}(window),i=function(e){e!==o?l(e):o=void 0};return Un(e,"addEventListener")&&e.addEventListener(t,i,r),s.current=setTimeout((function(){o=void 0}),1),function(){clearTimeout(s.current),o=void 0,Un(e,"removeEventListener")&&e.removeEventListener(t,i,r)}}),[r,l,n,a,t])}(e),null}return e.defaultProps={capture:!1},e}(),Vn="fuiframefocus",Gn=n(3379),Xn=n.n(Gn),Yn=n(5313),$n=n.n(Yn),Kn=function(e,r,o,t){if(void 0===o&&(o=document),void 0===t&&(t=!0),$n()([r,e],Dr()))return!1;if(r.target&&(ce()(r.target,"setAttribute","data-suir-click-target",!0),o.querySelector("[data-suir-click-target=true]")))return ce()(r.target,"removeAttribute","data-suir-click-target"),ke(e,r.target,t);var n=r.clientX,a=r.clientY;if($n()([n,a],Dr()))return!1;var i=e.getClientRects();if(!(e.offsetWidth&&e.offsetHeight&&i&&i.length))return!1;var l=Yr()(i),s=l.top,c=l.bottom,d=l.left,u=l.right;return!$n()([s,c,d,u],Dr())&&Xn()(a,s,c+.001)&&Xn()(n,d,u+.001)},qn="initial",Jn=null,Qn=[16,17,18,91,93],ea="whatInputInitialized",ra={keydown:"keyboard",keyup:"keyboard",mousedown:"mouse",mousemove:"mouse",MSPointerDown:"pointer",MSPointerMove:"pointer",pointerdown:"pointer",pointermove:"pointer",touchstart:"touch"},oa=!1,ta={2:"touch",3:"touch",4:"mouse"},na=!1;try{var aa=Object.defineProperty({},"passive",{get:function(){na=!0}});window.addEventListener("test",null,aa)}catch(e){}var ia=function(e){var r=!na||{passive:!0,capture:!0};e.PointerEvent?e.addEventListener("pointerdown",la):window.MSPointerEvent?e.addEventListener("MSPointerDown",la):(e.addEventListener("mousedown",la,!0),"ontouchstart"in e&&(e.addEventListener("touchstart",ca,r),e.addEventListener("touchend",la,!0))),e.addEventListener("keydown",ca,!0),e.addEventListener("keyup",ca,!0)},la=function(e){if(!oa){var r=e.which,o=ra[e.type];"pointer"===o&&(o=da(e));var t=-1===Qn.indexOf(r);qn!==o&&("keyboard"===o&&r&&t||"mouse"===o||"touch"===o)&&(qn=o,sa(e.view.document))}},sa=function(e){e.documentElement.setAttribute("data-whatinput",qn)},ca=function(e){la(e),window.clearTimeout(Jn),oa=!0,Jn=window.setTimeout((function(){oa=!1}),100)},da=function(e){return"number"==typeof e.pointerType?ta[e.pointerType]:"pen"===e.pointerType?"touch":e.pointerType};hn()&&"addEventListener"in window&&Array.prototype.indexOf&&(ra["onwheel"in document.createElement("div")?"wheel":void 0!==document.onmousewheel?"mousewheel":"DOMMouseScroll"]="mouse",ia(window),sa(window.document));var ua=function(e,r){qn=r,sa(e)},fa=function(){var e=S.forwardRef((function(r,o){var t=J(),n=re(e.displayName,t.telemetry),a=n.setStart,i=n.setEnd;a();var l=r.className,s=r.children,c=r.design,d=r.styles,u=r.variables,f=r.content,g=r.hasContent,p=r.iconOnly,b=Lr(e.displayName,{className:"ui-menu__itemicon",mapPropsToStyles:function(){return{hasContent:g,iconOnly:p}},mapPropsToInlineStyles:function(){return{className:l,design:c,styles:d,variables:u}},rtl:t.rtl}).classes,m=Pr(r.accessibility,{debugName:e.displayName,rtl:t.rtl}),h=or(r),v=Nr(e.handledProps,r),y=S.createElement(h,m("root",Object.assign({className:b.root,ref:o},v)),fo(s)?s:f);return i(),y}));return e.displayName="MenuItemIcon",e.defaultProps={as:"span"},e.propTypes=Object.assign({},go(),{hasContent:pe.bool,iconOnly:pe.bool}),e.handledProps=Object.keys(e.propTypes),e.shorthandConfig={mappedProp:"content"},e}(),ga=Bo({activeIndex:-1,vertical:!1,variables:{},onItemClick:null,onItemSelect:null,slotProps:{item:{},divider:{}},behaviors:{item:void 0,divider:void 0}}),pa=ga.Provider,ba=function(){var e=S.forwardRef((function(r,o){var t=J(),n=re(e.displayName,t.telemetry),a=n.setStart,i=n.setEnd;a();var l=Eo(ga,{vertical:function(e){return e.vertical}}),s=r.className,c=r.children,d=r.design,u=r.styles,f=r.variables,g=r.content,p=r.hasMenu,b=r.hasIcon,m=r.vertical,h=r.inSubmenu,v=Lr(e.displayName,{className:"ui-menu__itemcontent",mapPropsToStyles:function(){return{hasMenu:p,hasIcon:b,vertical:m||l.vertical,inSubmenu:h}},mapPropsToInlineStyles:function(){return{className:s,design:d,styles:u,variables:f}},rtl:t.rtl}).classes,y=Pr(r.accessibility,{debugName:e.displayName,rtl:t.rtl}),C=or(r),k=Nr(e.handledProps,r),w=S.createElement(C,y("root",Object.assign({className:v.root},uo({forElements:[c,g]}),{ref:o},k)),fo(c)?c:g);return i(),w}));return e.displayName="MenuItemContent",e.defaultProps={as:"span"},e.propTypes=Object.assign({},go(),{hasIcon:pe.bool,hasMenu:pe.bool,vertical:pe.bool,inSubmenu:pe.bool}),e.shorthandConfig={mappedProp:"content"},e.handledProps=Object.keys(e.propTypes),e}(),ma=function(){return{attributes:{root:{role:"img","aria-hidden":"true"}}}},ha="ui-menu__itemindicator",va=function(){var e=S.forwardRef((function(r,o){var t=J(),n=re(e.displayName,t.telemetry),a=n.setStart,i=n.setEnd;a();var l=r.className,s=r.children,c=r.design,d=r.styles,u=r.variables,f=r.content,g=r.iconOnly,p=r.vertical,b=r.inSubmenu,m=r.active,h=r.primary,v=r.underlined,y=Lr(e.displayName,{className:ha,mapPropsToStyles:function(){return{iconOnly:g,vertical:p,inSubmenu:b,active:m,primary:h,underlined:v}},mapPropsToInlineStyles:function(){return{className:l,design:c,styles:d,variables:u}},rtl:t.rtl}).classes,C=Pr(r.accessibility,{debugName:e.displayName,rtl:t.rtl}),k=or(r),w=Nr(e.handledProps,r),x=S.createElement(k,C("root",Object.assign({className:y.root,ref:o},w)),fo(s)?s:f);return i(),x}));return e.displayName="MenuItemIndicator",e.defaultProps={as:"span",accessibility:ma},e.propTypes=Object.assign({},go(),{iconOnly:pe.bool,vertical:pe.bool,inSubmenu:pe.bool,active:pe.bool,primary:pe.bool,underlined:pe.bool}),e.handledProps=Object.keys(e.propTypes),e.shorthandConfig={mappedProp:"content"},e}(),ya=function(){var e=S.forwardRef((function(r,o){var t=J(),n=re(e.displayName,t.telemetry),a=n.setStart,i=n.setEnd;a();var l=r.className,s=r.children,c=r.design,d=r.styles,u=r.variables,f=r.content,g=r.active,p=r.disabled,b=r.iconOnly,m=r.isFromKeyboard,h=r.pills,v=r.pointing,y=r.secondary,C=r.underlined,k=r.vertical,w=r.primary,x=r.on,B=Lr(e.displayName,{className:"ui-menu__itemwrapper",mapPropsToStyles:function(){return{active:g,disabled:p,iconOnly:b,isFromKeyboard:m,pills:h,pointing:v,secondary:y,underlined:C,vertical:k,primary:w,on:x}},mapPropsToInlineStyles:function(){return{className:l,design:c,styles:d,variables:u}},rtl:t.rtl}).classes,E=Pr(r.accessibility,{debugName:e.displayName,rtl:t.rtl}),O=or(r),F=Nr(e.handledProps,r),A=S.createElement(O,E("root",Object.assign({className:B.root,ref:o},F)),fo(s)?s:f);return i(),A}));return e.displayName="MenuItemWrapper",e.defaultProps={as:"li"},e.propTypes=Object.assign({},go(),{active:pe.bool,disabled:pe.bool,iconOnly:pe.bool,isFromKeyboard:pe.bool,pills:pe.bool,pointing:pe.oneOf(["start","end",!0,!1]),primary:Jr([qr(["secondary"]),pe.bool]),secondary:Jr([qr(["primary"]),pe.bool]),underlined:pe.bool,vertical:pe.bool,on:pe.oneOf(["hover"])}),e.handledProps=Object.keys(e.propTypes),e.shorthandConfig={mappedProp:"content"},e}(),Ca=function(){var e=function(e){var r="function"==typeof e.children,o=kn(e.align,e.position,e.rtl),t=S.useRef(o),n=S.useState(o),a=n[0],i=n[1],l=S.useRef(null),s=Sn(Object.assign({},e,{popperRef:Go(e.popperRef,l),onStateUpdate:function(e){e.placement!==t.current&&(t.current=e.placement,r&&i(e.placement))}})),c=s.targetRef,d=s.containerRef,u=s.arrowRef;Ar((function(){var r,o;c.current=null!==(o=e.targetRef)&&"object"==typeof o&&o.hasOwnProperty("current")?e.targetRef.current:e.targetRef,u.current=null==(r=e.pointerTargetRef)?void 0:r.current}));var f=S.useCallback((function(){var e;null==(e=l.current)||e.updatePosition()}),[]),g=r?e.children({placement:a,scheduleUpdate:f}):e.children;return g?S.createElement(qo,{innerRef:d},S.Children.only(g)):null};return e.defaultProps={enabled:!0,modifiers:[],positionFixed:!1,positioningDependencies:[]},e}(),ka="ui-icon",wa=["bordered","className","circular","design","disabled","outline","size","rotate","styles","variables","xSpacing"],xa=function(e){var r=e.svg,o=e.displayName,t=e.handledProps,n=void 0===t?[]:t,a=function(e){var o=J(),t=e.alt,a=e["aria-label"],i=e.bordered,l=e.circular,s=e.className,c=e.design,d=e.disabled,u=e.outline,f=e.rotate,g=void 0===f?0:f,p=e.size,b=void 0===p?"medium":p,m=e.styles,h=e.variables,v=e.xSpacing,y=Lr("SvgIcon",{className:ka,mapPropsToStyles:function(){return{bordered:i,circular:l,disabled:d,outline:u,rotate:g,size:b,xSpacing:v}},mapPropsToInlineStyles:function(){return{className:s,design:c,styles:m,variables:h}},rtl:o.rtl}).classes,C=tr([].concat(wa,n),e);return S.createElement("span",Object.assign({role:"img","aria-hidden":t||a?void 0:"true","aria-label":a,className:y.root},C),r({classes:y,rtl:o.rtl,props:e}))};return a.displayName=o,a.handledProps=[].concat(wa,n),a},Sa="ui-icon__filled",Ba="ui-icon__outline",Ea=xa({svg:function(e){var r=e.classes;return S.createElement("svg",{role:"presentation",focusable:"false",viewBox:"2 2 16 16",className:r.svgFlippingInRtl},S.createElement("path",{className:ge()(Ba,r.outlinePart),d:"M7.64582 4.14708C7.84073 3.95147 8.15731 3.9509 8.35292 4.14582L13.8374 9.6108C14.0531 9.82574 14.0531 10.1751 13.8374 10.39L8.35292 15.855C8.15731 16.0499 7.84073 16.0493 7.64582 15.8537C7.4509 15.6581 7.45147 15.3415 7.64708 15.1466L12.8117 10.0004L7.64708 4.85418C7.45147 4.65927 7.4509 4.34269 7.64582 4.14708Z"}),S.createElement("path",{className:ge()(Sa,r.filledPart),d:"M7.73271 4.20694C8.03263 3.92125 8.50737 3.93279 8.79306 4.23271L13.7944 9.48318C14.0703 9.77285 14.0703 10.2281 13.7944 10.5178L8.79306 15.7682C8.50737 16.0681 8.03263 16.0797 7.73271 15.794C7.43279 15.5083 7.42125 15.0336 7.70694 14.7336L12.2155 10.0005L7.70694 5.26729C7.42125 4.96737 7.43279 4.49264 7.73271 4.20694Z"}))},displayName:"ChevronEndIcon"}),Oa="ui-menu__item",Fa={submenu:Oa+"__submenu"},Aa=function(){var e=S.forwardRef((function(r,o){var t=J(),n=re(e.displayName,t.telemetry),a=n.setStart,i=n.setEnd;a();var l,s,c,d=Eo(ga,{active:function(e){return e.activeIndex===r.index},onItemClick:function(e){return e.onItemClick},onItemSelect:function(e){return e.onItemSelect},variables:function(e){return e.variables},slotProps:function(e){return e.slotProps.item},accessibility:function(e){return e.behaviors.item}}),u=Object.assign({},d.slotProps,{active:d.active,variables:d.variables,accessibility:d.accessibility},r),f=u.accessibility,g=void 0===f?_n:f,p=u.children,b=u.content,m=u.icon,h=u.wrapper,v=u.primary,y=u.secondary,C=u.active,k=u.vertical,w=u.indicator,x=u.disabled,B=u.underlined,E=u.iconOnly,O=u.inSubmenu,F=u.pills,A=u.pointing,P=u.className,j=u.design,R=u.styles,I=u.variables,M=u.on,D=u.index,z=Qo(u.menu),_=z[0],H=z[1],T=Zo({defaultValue:u.defaultMenuOpen,value:u.menuOpen,initialValue:!1}),W=T[0],L=T[1];l=W,s=t.target,c=function(e){L((function(r){return ce()(u,"onMenuOpenChange",e,Object.assign({},u,{menuOpen:!1})),!1}))},function(e,r,o){void 0===o&&(o=1e3);var t=S.useRef();S.useEffect((function(){var n;return e&&(t.current=null==r||null==(n=r.defaultView)?void 0:n.setInterval((function(){var e=null==r?void 0:r.activeElement;if("IFRAME"===(null==e?void 0:e.tagName)){var o=new CustomEvent(Vn,{bubbles:!0});e.dispatchEvent(o)}}),o)),function(){var e;null==r||null==(e=r.defaultView)||e.clearTimeout(t.current)}}),[r,e,o])}(l,s),function(e,r,o){var t=S.useCallback((function(e){r&&r(e)}),[r]);S.useEffect((function(){return e&&(null==o||o.addEventListener(Vn,t)),function(){null==o||o.removeEventListener(Vn,t)}}),[o,e,t])}(l,c,s);var N=S.useState(!1),U=N[0],Z=N[1],V=or(u),G=Nr(e.handledProps,u),X=Pr(g,{debugName:Ra.displayName,actionHandlers:{performClick:function(e){return!e.defaultPrevented&&oe(e)},openMenu:function(e){function r(r){return e.apply(this,arguments)}return r.toString=function(){return e.toString()},r}((function(e){return le(e)})),closeAllMenusAndFocusNextParentItem:function(e){return ne(e)},closeMenu:function(e){function r(r){return e.apply(this,arguments)}return r.toString=function(){return e.toString()},r}((function(e){return ie(e)})),closeMenuAndFocusTrigger:function(e){return ie(e,!0)},doNotNavigateNextParentItem:function(e){e.stopPropagation()},closeAllMenus:function(e){function r(r){return e.apply(this,arguments)}return r.toString=function(){return e.toString()},r}((function(e){return ne(e)}))},mapPropsToBehavior:function(){return{menuOpen:W,hasMenu:!!_,disabled:x,vertical:k,active:C}},rtl:t.rtl}),Y=Lr(e.displayName,{className:Oa,mapPropsToStyles:function(){return{primary:v,underlined:B,active:C,vertical:k,pointing:A,secondary:y,disabled:x,iconOnly:E,pills:F,inSubmenu:O,isFromKeyboard:U}},mapPropsToInlineStyles:function(){return{className:P,design:j,styles:R,variables:Wn(d.variables,I)}},rtl:t.rtl}),$=Y.classes,K=Y.styles,q=S.useRef(),Q=S.useRef(),ee=function(e){te()&&(q.current.contains(e.target)||de(!1,e))},oe=function(e){x?e.preventDefault():(function(e){_&&(Kn(q.current,e,t.target)?de(!1,e,(function(){return br(Q.current)})):(de(!C||"hover"===M||!W,e),e.stopPropagation(),e.preventDefault()))}(e),ce()(u,"onClick",e,u),ce()(d,"onItemClick",e,u))},te=function(){return!(!_||!W)},ne=function(e){te()&&(de(!1,e,(function(){O||br(Q.current)})),O||e.preventDefault())},ie=function(e,r){if(te()){var o=O||u.vertical;de(!1,e,(function(){(r||o)&&br(Q.current)})),(r||o)&&e.stopPropagation()}},le=function(e){_&&!W&&(de(!0,e),ce()(d,"onItemSelect",e,D),ce()(u,"onActiveChanged",e,Object.assign({},u,{active:!0})),e.stopPropagation(),e.preventDefault())},se=Object.assign({},!h&&Object.assign({onClick:oe},"hover"===M&&{onMouseEnter:function(e){ua(t.target,"mouse"),de(!0,e),ce()(u,"onMouseEnter",e,u),ce()(d,"onItemSelect",e,D)},onMouseLeave:function(e){de(!1,e),ce()(u,"onMouseLeave",e,u)}})),de=function(e,r,o){L(e),o&&o(),ce()(u,"onMenuOpenChange",r,Object.assign({},u,{menuOpen:e}))},ue=S.createElement(qo,{innerRef:function(e){Q.current=e,mr(o,e)}},S.createElement(V,ae({},X("root",Object.assign({className:$.root,disabled:x,onBlur:function(e){Z(!1),ce()(u,"onBlur",e,u)},onFocus:function(e){Z("keyboard"===qn),ce()(u,"onFocus",e,u)},onClick:oe},G)),se),fo(p)?p:S.createElement(S.Fragment,null,wo(fa,m,{defaultProps:function(){return X("icon",{hasContent:!!b,iconOnly:E})}}),wo(ba,b,{defaultProps:function(){return X("content",{hasIcon:!!m,hasMenu:!!_,inSubmenu:O,vertical:k})}}),_&&wo(va,w,{defaultProps:function(){return X("indicator",{iconOnly:E,vertical:k,inSubmenu:O,active:C,primary:v,underlined:B})}})))),fe=_&&W?S.createElement(S.Fragment,null,S.createElement(qo,{innerRef:q},S.createElement(Ca,ae({align:k?"top":t.rtl?"end":"start",position:k?t.rtl?"before":"after":"below",targetRef:Q},H),wo(Ra,_,{defaultProps:function(){return{accessibility:Nn,className:Fa.submenu,vertical:!0,primary:u.primary,secondary:u.secondary,submenu:!0,styles:K.menu,indicator:u.indicator}},overrideProps:function(e){return{onClick:function(r){oe(r),ce()(e,"onClick",r,u)}}}}))),S.createElement(Zn,{listener:function(e){te()&&(Kn(Q.current,e,t.target)||Kn(q.current,e,t.target)||de(!1,e))},target:t.target,type:"click"}),S.createElement(Zn,{listener:ee,target:t.target,type:"wheel",capture:!0}),S.createElement(Zn,{listener:ee,target:t.target,type:"touchmove",capture:!0})):null;if(h){var ge=wo(ya,h,{defaultProps:function(){return X("wrapper",{active:C,disabled:x,iconOnly:E,isFromKeyboard:U,pills:F,pointing:A,secondary:y,underlined:B,vertical:k,primary:v,on:M,variables:I})},overrideProps:function(e){return Object.assign({children:S.createElement(S.Fragment,null,ue,fe)},function(e){return Object.assign({onBlur:function(r){!function(e){u.inSubmenu||e.currentTarget.contains(e.relatedTarget)||de(!1,e)}(r),ce()(e,"onBlur",r,u)}},"hover"===M&&{onMouseEnter:function(r){ua(t.target,"mouse"),de(!0,r),ce()(e,"onMouseEnter",r,u),ce()(d,"onItemSelect",r,D)},onMouseLeave:function(r){de(!1,r),ce()(e,"onMouseLeave",r,u)}})}(e))}});return i(),ge}return i(),ue}));return e.displayName="MenuItem",e.propTypes=Object.assign({},go({content:"shorthand"}),{active:pe.bool,disabled:pe.bool,icon:eo,on:pe.oneOf(["hover"]),iconOnly:pe.bool,index:pe.number,itemPosition:pe.number,itemsCount:pe.number,onClick:pe.func,onFocus:pe.func,onBlur:pe.func,pills:pe.bool,pointing:pe.oneOf(["start","end",!0,!1]),primary:Jr([qr(["secondary"]),pe.bool]),secondary:Jr([qr(["primary"]),pe.bool]),underlined:pe.bool,vertical:pe.bool,wrapper:pe.oneOfType([pe.node,pe.object]),menu:pe.oneOfType([oo,ao]),menuOpen:pe.bool,defaultMenuOpen:pe.bool,onActiveChanged:pe.func,inSubmenu:pe.bool,indicator:eo,onMenuOpenChange:pe.func}),e.handledProps=Object.keys(e.propTypes),e.shorthandConfig={mappedProp:"content"},e.defaultProps={as:"a",wrapper:{},indicator:S.createElement(Ea,{outline:!0})},e}(),Pa=function(){var e=S.forwardRef((function(r,o){var t=J(),n=re(e.displayName,t.telemetry),a=n.setStart,i=n.setEnd;a();var l=Eo(ga,{variables:function(e){return e.variables},slotProps:function(e){return e.slotProps.divider},accessibility:function(e){return e.behaviors.divider}}),s=Object.assign({},l.slotProps,{accessibility:l.accessibility,variables:l.variables},r),c=s.accessibility,d=void 0===c?Hn:c,u=s.children,f=s.content,g=s.vertical,p=s.inSubmenu,b=s.pills,m=s.pointing,h=s.primary,v=s.className,y=s.design,C=s.styles,k=s.secondary,w=s.variables,x=Pr(d,{debugName:e.displayName,rtl:t.rtl}),B=Lr(e.displayName,{className:"ui-menu__divider",mapPropsToStyles:function(){return{hasContent:!!f||!!u,pills:b,pointing:m,vertical:g,inSubmenu:p,primary:h,secondary:k}},mapPropsToInlineStyles:function(){return{className:v,design:y,styles:C,variables:Wn(w,l.variables)}},rtl:t.rtl,unstable_props:s}).classes,E=or(s),O=Nr(e.handledProps,s),F=S.createElement(E,x("root",Object.assign({className:B.root},uo({forElements:[u,f]}),O,{ref:o})),fo(u)?u:f);return i(),F}));return e.defaultProps={as:"li"},e.displayName="MenuDivider",e.propTypes=Object.assign({},go(),{primary:pe.bool,secondary:pe.bool,vertical:pe.bool,inSubmenu:pe.bool,pointing:pe.oneOf(["start","end",!0,!1])}),e.handledProps=Object.keys(e.propTypes),e.shorthandConfig={mappedProp:"content"},e.create=Co({Component:e,mappedProp:"content"}),e}();function ja(e,r){var o=r[e];return S.useMemo((function(){return o}),zn()(o))}var Ra=function(){var e,r=S.forwardRef((function(e,o){var t=J(),n=re(r.displayName,t.telemetry),a=n.setStart,i=n.setEnd;a();var l,c,d=e.iconOnly,u=e.items,f=e.pills,g=e.pointing,p=e.primary,b=e.underlined,m=e.vertical,h=e.submenu,v=e.children,y=e.variables,C=e.styles,k=e.fluid,w=e.className,x=e.design,B=e.secondary,E=e.accessibility,O=or(e),F={divider:{inSubmenu:e.submenu,pills:e.pills,pointing:e.pointing,primary:e.primary,secondary:e.secondary,vertical:e.vertical},item:{iconOnly:e.iconOnly,indicator:e.indicator,inSubmenu:e.submenu,pills:e.pills,pointing:e.pointing,primary:e.primary,secondary:e.secondary,vertical:e.vertical,underlined:e.underlined}},A=ja("item",F),P=ja("divider",F),j=Nr(r.handledProps,e),R=Pr(e.accessibility,{debugName:r.displayName,mapPropsToBehavior:function(){return{vertical:m}},rtl:t.rtl}),I=function(e){var r=S.useRef(e);return S.useEffect((function(){r.current=e})),r}(e),M=Lr(r.displayName,{className:"ui-menu",mapPropsToStyles:function(){return{iconOnly:d,fluid:k,pointing:g,pills:f,primary:p,underlined:b,vertical:m,secondary:B,submenu:h}},mapPropsToInlineStyles:function(){return{className:w,design:x,styles:C,variables:y}},rtl:t.rtl,unstable_props:e}).classes,D=Zo({defaultValue:e.defaultActiveIndex,value:e.activeIndex,initialValue:void 0}),z=D[0],_=D[1],H=S.useCallback((function(e,r){ce()(I.current,"onActiveIndexChange",e,Object.assign({},I.current,{activeIndex:r})),_(r)}),[I,_]),T=S.useCallback((function(e,r){var o=r.index;H(e,o),ce()(I.current,"onItemClick",e,r)}),[I,H]),W=S.useCallback((function(e,r){H(e,r)}),[H]),L=function(e){return{onActiveChanged:function(r,o){var t=o.index;o.active?H(r,t):z===t&&H(r,null),ce()(e,"onActiveChanged",r,o)},variables:Wn(y,e.variables)}},N=function(e){return{variables:Wn(y,e.variables)}},U=E&&E(e).childBehaviors,Z={activeIndex:+z,onItemClick:T,onItemSelect:W,vertical:m,variables:y,slotProps:{item:A,divider:P},behaviors:{item:null==U?void 0:U.item,divider:null==U?void 0:U.divider}},V=R.unstable_wrapWithFocusZone(S.createElement(O,R("root",Object.assign({className:M.root},uo({forElements:[v]}),j)),S.createElement(pa,{value:Z},fo(v)?v:(l=Rr()(u,(function(e){return"divider"!==Ln(e,"item")})).length,c=0,s()(u,(function(e,r){return"divider"===Ln(e,"item")?wo(Pa,e,{defaultProps:function(){return R("divider",{})},overrideProps:N}):(c++,wo(Aa,e,{defaultProps:function(){return R("item",{index:r,itemPosition:c,itemsCount:l})},overrideProps:L}))})))))),G=o?S.createElement(qo,{innerRef:o},V):V;return i(),G}));return r.displayName="Menu",r.propTypes=Object.assign({},go({content:!1}),{activeIndex:pe.oneOfType([pe.number,pe.string]),defaultActiveIndex:pe.oneOfType([pe.number,pe.string]),fluid:pe.bool,iconOnly:pe.bool,items:(e=["divider","item"],Jr([qr(["children"]),pe.arrayOf(to(e))])),onItemClick:pe.func,onActiveIndexChange:pe.func,pills:pe.bool,pointing:pe.oneOfType([pe.bool,pe.oneOf(["start","end"])]),primary:Jr([qr(["secondary"]),pe.bool]),secondary:Jr([qr(["primary"]),pe.bool]),underlined:pe.bool,vertical:pe.bool,submenu:pe.bool,indicator:eo}),r.handledProps=Object.keys(r.propTypes),r.defaultProps={as:"ul",accessibility:Tn},r.Item=Aa,r.ItemIcon=fa,r.ItemContent=ba,r.ItemWrapper=ya,r.ItemIndicator=va,r.Divider=Pa,r.create=Co({Component:r,mappedArrayProp:"items"}),r.shorthandConfig={mappedArrayProp:"items"},r}(),Ia=S.createContext(null),Ma=function(){var e=function(e){var r=S.useContext(Ia),o=e.children,t=e.mountNode,n=hn()?r||document.body:null,a=t||n;return Ar((function(){return ce()(e,"onMount",e),function(){return ce()(e,"onUnmount",e)}}),[]),a&&Xo.createPortal(o,a)};return e.propTypes=Object.assign({},go({accessibility:!1,as:!1,className:!1,content:!1,styled:!1}),{mountNode:Kr,onMount:pe.func,onUnmount:pe.func}),e}(),Da=function(){var e=S.forwardRef((function(r,o){var t=J(),n=re(e.displayName,t.telemetry),a=n.setStart,i=n.setEnd;a();var l=r.children,c=r.items,d=r.content,u=r.className,f=r.design,g=r.styles,p=r.variables,b=or(r),m=Nr(e.handledProps,r),h=Pr(r.accessibility,{debugName:e.displayName,rtl:t.rtl}),v=Lr(e.displayName,{className:"ui-reactions",mapPropsToInlineStyles:function(){return{className:u,design:f,styles:g,variables:p}},rtl:t.rtl}),y=v.classes,C=v.styles,k=Dr()(c)?S.createElement(b,ae({},h("root",Object.assign({className:y.root,ref:o},m)),uo({forElements:[l,d]})),fo(l)?l:d):S.createElement(b,ae({},m,{className:y.root}),s()(c,(function(e){return Ha.create(e,{defaultProps:function(){return{styles:C.reaction}}})})));return i(),k}));return e.displayName="ReactionGroup",e.propTypes=Object.assign({},go(),{items:ao}),e.handledProps=Object.keys(e.propTypes),e.create=Co({Component:e,mappedProp:"content",mappedArrayProp:"items"}),e}(),za="ui-reaction",_a={icon:za+"__icon",content:za+"__content"},Ha=function(){var e=S.forwardRef((function(r,o){var t=J(),n=re(e.displayName,t.telemetry),a=n.setStart,i=n.setEnd;a();var l=r.children,s=r.icon,c=r.content,d=r.className,u=r.design,f=r.styles,g=r.variables,p=or(r),b=Nr(e.handledProps,r),m=Pr(r.accessibility,{debugName:e.displayName,rtl:t.rtl}),h=Lr(e.displayName,{className:za,mapPropsToStyles:function(){return{hasContent:!!c}},mapPropsToInlineStyles:function(){return{className:d,design:u,styles:f,variables:g}},rtl:t.rtl}),v=h.classes,y=h.styles,C=S.createElement(p,ae({},m("root",Object.assign({className:v.root,ref:o},b)),uo({forElements:[l]})),fo(l)?l:S.createElement(S.Fragment,null,Mo.create(s,{defaultProps:function(){return m("icon",{className:_a.icon,styles:y.icon})}}),Mo.create(c,{defaultProps:function(){return m("content",{className:_a.content,styles:y.content})}})));return i(),C}));return e.displayName="Reaction",e.propTypes=Object.assign({},go({content:"shorthand"}),{icon:eo}),e.defaultProps={as:"span"},e.handledProps=Object.keys(e.propTypes),e.Group=Da,e.create=Co({Component:e,mappedProp:"content"}),e}(),Ta=function(){var e=S.forwardRef((function(r,o){var t=J(),n=re(e.displayName,t.telemetry),a=n.setStart,i=n.setEnd;a();var l=r.accessibility,s=r.align,c=r.atMention,d=r.children,u=r.className,f=r.color,g=r.content,p=r.design,b=r.disabled,m=r.error,h=r.important,v=r.size,y=r.styles,C=r.success,k=r.timestamp,w=r.truncated,x=r.temporary,B=r.variables,E=r.weight,O=Pr(l,{debugName:e.displayName,rtl:t.rtl}),F=Lr(e.displayName,{className:"ui-text",mapPropsToStyles:function(){return{atMention:c,color:f,important:h,timestamp:k,truncated:w,disabled:b,error:m,success:C,temporary:x,align:s,weight:E,size:v}},mapPropsToInlineStyles:function(){return{className:u,design:p,styles:y,variables:B}},rtl:t.rtl}).classes,A=Nr(e.handledProps,r),P=or(r),j=S.createElement(P,O("root",Object.assign({className:F.root,ref:o},uo({forElements:[d,g]}),A)),fo(d)?d:g);return i(),j}));return e.displayName="Text",e.defaultProps={as:"span"},e.propTypes=Object.assign({},go({color:!0}),{atMention:pe.oneOfType([pe.bool,pe.oneOf(["me"])]),disabled:pe.bool,error:pe.bool,important:pe.bool,size:lo,weight:pe.oneOf(["light","semilight","regular","semibold","bold"]),success:pe.bool,temporary:pe.bool,align:so,timestamp:pe.bool,truncated:pe.bool}),e.handledProps=Object.keys(e.propTypes),e.create=Co({Component:e,mappedProp:"content"}),e}(),Wa=function(){var e=Io(Mo,{className:"ui-chat__messagedetails",displayName:"ChatMessageDetails",handledProps:["attached","density","hasHeaderReactionGroup","mine"],mapPropsToStylesProps:function(e){return{attached:e.attached,density:e.density,hasHeaderReactionGroup:e.hasHeaderReactionGroup,mine:e.mine}},overrideStyles:!0,shorthandConfig:{mappedProp:"content"}});return e.propTypes=Object.assign({},go(),{attached:pe.oneOfType([pe.bool,pe.oneOf(["top","bottom"])]),density:pe.oneOf(["comfy","compact"]),hasHeaderReactionGroup:pe.bool,mine:pe.bool}),e}(),La=function(){var e=Io(Mo,{className:"ui-chat__messageheader",displayName:"ChatMessageHeader",shorthandConfig:{mappedProp:"content"},overrideStyles:!0});return e.propTypes=go(),e}(),Na=function(){var e=Io(Mo,{className:"ui-chat__messagereadstatus",displayName:"ChatMessageReadStatus",handledProps:["density"],mapPropsToStylesProps:function(e){return{density:e.density,title:e.title}},overrideStyles:!0,shorthandConfig:{mappedProp:"content"}});return e.propTypes=Object.assign({},go(),{density:pe.oneOf(["comfy","compact"])}),e}(),Ua=["inline","showActionMenu"],Za="ui-chat__message",Va={actionMenu:Za+"__actions",author:Za+"__author",badge:Za+"__badge",bar:Za+"__bar",compactBody:Za+"__compact-body",content:Za+"__content",reactionGroup:Za+"__reactions",timestamp:Za+"__timestamp"},Ga=function(){var e=S.forwardRef((function(r,o){var t=J(),n=re(e.displayName,t.telemetry),a=n.setStart,i=n.setEnd;a();var l=function(e,r){var o=S.useContext(e),t=o.value.current,n=o.version.current,a=o.listeners,i=r(t),l=S.useReducer((function(e,o){if(!o)return[t,i];if(o[0]<=n)return Object.is(e[1],i)?e:[t,i];try{if(Object.is(e[0],o[1]))return e;var a=r(o[1]);return Object.is(e[1],a)?e:[o[1],a]}catch(e){}return[].concat(e)}),[t,i]),s=l[0],c=l[1];return Object.is(s[1],i)||c(void 0),So((function(){return a.push(c),function(){var e=a.indexOf(c);a.splice(e,1)}}),[a]),s[1]}(Do,(function(e){return e.attached})),s=Po({density:function(e){return e.density},accessibility:function(e){return e.behaviors.message}}),c=Object.assign({},r,{density:void 0===r.density?s.density:r.density,accessibility:void 0===r.accessibility?s.accessibility||C:r.accessibility}),d=c.accessibility,u=c.attached,g=void 0===u?l:u,p=c.author,b=c.badge,m=c.badgePosition,h=c.children,v=c.className,k=c.compactBody,w=c.content,x=c.density,B=c.design,E=c.details,O=c.header,F=c.mine,A=c.positionActionMenu,P=c.reactionGroup,j=c.reactionGroupPosition,R=c.readStatus,I=c.styles,M=c.timestamp,D=c.unstable_overflow,z=c.variables,_=Qo(c.actionMenu),H=_[0],T=_[1],W=function(e){if("object"==typeof e&&null!==e&&!Array.isArray(e)){var r=e,o=r.inline,t=r.showActionMenu;return[Wo(r,Ua),null==o||o,t]}return[e,!0,!1]}(H),L=W[0],N=W[1],U=W[2],Z=Zo({defaultValue:!1,value:U}),V=Z[0],G=Z[1],X=!Dr()(L),Y=!!P&&"start"===j,$=S.useRef();$.current=function(e,r,o){var t;if(!Dr()(r))return S.isValidElement(r)?t=r.props.id:_r()(r)&&(t=r.id),t||o||ue()(e)}(Za+"-",L,$.current);var K=S.useCallback((function(e,r){return A&&[{name:"flip",options:{fallbackPlacements:["top"]}},D&&{name:"preventOverflow",options:{boundary:et(r)}}]}),[A,D]),q=S.useRef(),Q=Sn(Object.assign({align:"end",position:"above",positionFixed:D,enabled:X&&A,modifiers:K},T,{popperRef:Go(null==T?void 0:T.popperRef,q)})),ee=Q.targetRef,oe=Q.containerRef,te=S.useState(!1),ne=te[0],ae=te[1],ie=Pr(d,{actionHandlers:{preventDefault:function(e){e.currentTarget!==e.target&&e.preventDefault()},focus:function(e){ee.current&&(ee.current.focus(),e.stopPropagation())}},debugName:e.displayName,mapPropsToBehavior:function(){return{hasActionMenu:X,inlineActionMenu:N,actionMenuId:$.current}},rtl:t.rtl}),le=Lr(e.displayName,{className:Za,mapPropsToStyles:function(){return{attached:g,badgePosition:m,density:x,focused:ne,hasActionMenu:X,hasBadge:!!b,hasHeaderReactionGroup:Y,mine:F,showActionMenu:V}},mapPropsToInlineStyles:function(){return{className:v,design:B,styles:I,variables:z}},rtl:t.rtl}),se=le.classes,de=le.styles,fe=fo(h),pe=fe?ge()(se.root,se.content):se.root,be=or(c),me=Nr(e.handledProps,c),he=Mn.create(b,{defaultProps:function(){return{className:Va.badge,styles:de.badge}}}),ve=Ha.Group.create(P,{defaultProps:function(){return{className:Va.reactionGroup,styles:de.reactionGroup}}}),ye=function(){var e=Ra.create(L,{defaultProps:function(){var e;return(e={})[y]=!0,e.accessibility=No,e.className=Va.actionMenu,e.styles=de.actionMenu,e},overrideProps:{id:$.current}}),r=e?S.createElement(qo,{innerRef:oe},e):e;return N||!r?r:S.createElement(Ma,null,r)}(),Ce=Ta.create(p,{defaultProps:function(){return{size:"comfy"===x?"small":void 0,styles:de.author,className:Va.author}}}),ke=Ta.create(M,{defaultProps:function(){return{size:"small",styles:de.timestamp,timestamp:!0,className:Va.timestamp}}}),we=Mo.create(w,{defaultProps:function(){return{className:Va.content,styles:de.content}}}),xe=wo(Wa,E,{defaultProps:function(){return{attached:g,density:x,hasHeaderReactionGroup:Y,mine:F}}}),Se=wo(Na,R,{defaultProps:function(){return{density:x}}}),Be=S.createElement(S.Fragment,null);if("compact"===x){var Ee=wo(La,O),Oe=Mo.create(k||{},{defaultProps:function(){return ie("compactBody",{className:Va.compactBody,styles:de.compactBody})},overrideProps:function(){return{content:S.createElement(S.Fragment,null,S.createElement(An.Item,{grow:1},S.createElement("div",null,Ce,we)),ke,xe,he)}}});Be=S.createElement(S.Fragment,null,ye,S.createElement("div",{className:Va.bar}),Ee,Oe,ve,Se)}else{var Fe=wo(La,O||{},{overrideProps:function(){return{content:S.createElement(S.Fragment,null,Ce,ke,xe,"start"===j&&ve)}}});Be=S.createElement(S.Fragment,null,ye,S.createElement("div",{className:Va.bar}),"start"===m&&he,Fe,we,"end"===j&&ve,"end"===m&&he,Se)}var Ae=S.createElement(qo,{innerRef:ee},ie.unstable_wrapWithFocusZone(S.createElement(be,ie("root",Object.assign({className:pe,onBlur:function(e){var r=ce()(e,"currentTarget.contains",e.relatedTarget);ae(r),G(!1),ce()(c,"onBlur",e,c)},onFocus:function(e){var r;null==(r=q.current)||r.updatePosition(),ae(!0),ce()(c,"onFocus",e,c)},onMouseEnter:function(e){var r;null==(r=q.current)||r.updatePosition(),X&&!N&&G(!0),ce()(c,"onMouseEnter",e,c)},onMouseLeave:function(e){ne||!X||N||G(!1),ce()(c,"onMouseLeave",e,c)},onKeyDown:function(e){if(X&&!N){var r,o,t,n=null!=(r=null==(o=oe.current)?void 0:o.querySelector('[tabindex="0"]'))?r:null==(t=oe.current)?void 0:t.querySelectorAll('[tabindex="-1"]:not([data-is-focusable="false"])')[0];if(e.keyCode===f.Enter&&(null==n||n.focus(),e.stopPropagation(),e.preventDefault()),e.keyCode===f.Tab){var a=!!e.shiftKey,i=e.currentTarget.querySelectorAll('[tabindex="-1"]:not([data-is-focusable="false"])'),l=i[0],s=i[i.length-1];if(e.target===n)a?null==s||s.focus():null==l||l.focus(),e.stopPropagation(),e.preventDefault();else{var d=a?l:s;e.target===d&&(n.focus(),e.stopPropagation(),e.preventDefault())}}}ce()(c,"onKeyDown",e,c)},ref:o},uo({forElements:[h]}),me)),fe?h:Be)));return i(),Ae}));return e.displayName="ChatMessage",e.defaultProps={badgePosition:"end",positionActionMenu:!0,reactionGroupPosition:"start"},e.propTypes=Object.assign({},go({content:"shorthand"}),{actionMenu:pe.oneOfType([oo,ao]),attached:pe.oneOfType([pe.bool,pe.oneOf(["top","bottom"])]),author:oo,badge:oo,badgePosition:pe.oneOf(["start","end"]),compactBody:oo,density:pe.oneOf(["comfy","compact"]),details:oo,header:oo,mine:pe.bool,onBlur:pe.func,onFocus:pe.func,onKeyDown:pe.func,onMouseEnter:pe.func,onMouseLeave:pe.func,positionActionMenu:pe.bool,reactionGroup:pe.oneOfType([ao,oo]),reactionGroupPosition:pe.oneOf(["start","end"]),readStatus:oo,timestamp:oo,unstable_overflow:pe.bool}),e.handledProps=Object.keys(e.propTypes),e.create=Co({Component:e,mappedProp:"content"}),e}(),Xa="ui-chat",Ya={item:Xa+"__item"},$a=function(){var e=S.forwardRef((function(r,o){var t=J(),n=re(e.displayName,t.telemetry),a=n.setStart,i=n.setEnd;a();var l=r.accessibility,c=r.children,d=r.className,u=r.density,f=r.design,g=r.items,p=r.styles,b=r.variables,m=Pr(l,{debugName:e.displayName,rtl:t.rtl}),h=Lr(e.displayName,{className:Xa,mapPropsToStyles:function(){return{density:u}},mapPropsToInlineStyles:function(){return{className:d,design:f,styles:p,variables:b}},rtl:t.rtl}).classes,v=or(r),y=Nr(e.handledProps,r),C=l&&l(r).childBehaviors,k={density:u,behaviors:{item:null==C?void 0:C.item,message:null==C?void 0:C.message}},w=m.unstable_wrapWithFocusZone(S.createElement(v,m("root",Object.assign({className:h.root,ref:o},uo({forElements:[c]}),y)),S.createElement(Ao,{value:k},fo(c)?c:s()(g,(function(e){return To.create(e,{defaultProps:function(){return{className:Ya.item}}})})))));return i(),w}));return e.displayName="Chat",e.defaultProps={accessibility:w,as:"ul",density:Oo},e.propTypes=Object.assign({},go({content:!1}),{items:pe.arrayOf(oo),density:pe.oneOf(["comfy","compact"])}),e.handledProps=Object.keys(e.propTypes),e.Item=To,e.Message=Ga,e.MessageHeader=La,e.MessageDetails=Wa,e.MessageReadStatus=Na,e.create=Co({Component:e}),e}(),Ka=n(299),qa=n.n(Ka),Ja=n(2304),Qa=n.n(Ja),ei=function(){function e(){this.performance=void 0,this.enabled=void 0,this.performance={},this.enabled=!0}return e.prototype.reset=function(){this.performance={}},e}(),ri=n(2787),oi=n(6368),ti=n(980),ni=n.n(ti),ai=n(4488);function ii(e,r,o){var t=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return e.plugins.length>0?(0,ai.Z)(e.plugins,(function(r,n){return n(r,o,e,t)}),r):r}var li="RULE",si="KEYFRAME",ci="FONT",di="STATIC",ui="CLEAR",fi=/^(:|\[|>|&)/;function gi(e){return fi.test(e)}function pi(e){return"&"===e.charAt(0)?e.slice(1):e}function bi(e){return"@media"===e.substr(0,6)}function mi(e,r){return 0===e.length?r:e+" and "+r}function hi(e){return"@supports"===e.substr(0,9)}var vi=n(3140);function yi(e,r){return(arguments.length>4&&void 0!==arguments[4]?arguments[4]:"")+(arguments.length>3&&void 0!==arguments[3]?arguments[3]:"")+(arguments.length>2&&void 0!==arguments[2]?arguments[2]:"")+(0,vi.Z)(e)+r}function Ci(e){return null==e||"string"==typeof e&&null!==e.match(/(undefined|null)/)}function ki(e){return"."+e+(arguments.length>1&&void 0!==arguments[1]?arguments[1]:"")}var wi=n(3235),xi=n(2370),Si="abcdefghijklmnopqrstuvwxyz",Bi=Si.length;function Ei(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return e<=Bi?Si[e-1]+r:Ei(e/Bi|0,Si[e%Bi]+r)}function Oi(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:function(){return!0},o=Ei(e());return r(o)?o:Oi(e,r)}function Fi(e){return"data:"===e.substr(0,5)}function Ai(e){return Fi(e)?e:"'"+e+"'"}var Pi={".woff":"woff",".woff2":"woff2",".eot":"embedded-opentype",".ttf":"truetype",".otf":"opentype",".svg":"svg",".svgz":"svg"},ji={"image/svg+xml":"svg","application/x-font-woff":"woff","application/font-woff":"woff","application/x-font-woff2":"woff2","application/font-woff2":"woff2","font/woff2":"woff2","application/octet-stream":"truetype","application/x-font-ttf":"truetype","application/x-font-truetype":"truetype","application/x-font-opentype":"opentype","application/vnd.ms-fontobject":"embedded-opentype","application/font-sfnt":"sfnt"};function Ri(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],o=(0,ai.Z)(r,(function(e,r,o){return e+(o>0?",":"")+"local("+Ai(r)+")"}),""),t=(0,ai.Z)(e,(function(e,r,o){var t=o>0?",":"",n=function(e){if(Fi(e)){for(var r="",o=5;;o++){var t=e.charAt(o);if(";"===t||","===t)break;r+=t}var n=ji[r];if(n)return n;console.warn("A invalid base64 font was used. Please use one of the following mime type: "+Object.keys(ji).join(", ")+".")}else{for(var a="",i=e.length-1;;i--){var l=e.charAt(i);if("."===l){a=l+a;break}a=l+a}var s=Pi[a];if(s)return s;console.warn('A invalid font-format was used in "'+e+'". Use one of these: '+Object.keys(Pi).join(", ")+".")}return""}(r);return""+e+t+"url("+Ai(r)+") format('"+n+"')"}),"");return o+(o.length>0&&t.length>0?",":"")+t}function Ii(e){return-1===e.indexOf("ad")}var Mi=/^[a-z_][a-z0-9-_]*$/gi;function Di(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return e.length>0&&null===e.match(Mi)&&console.error("An invalid selectorPrefix ("+e+") has been used to create a new Fela renderer.\nIt must only contain a-Z, 0-9, - and _ while it must start with either _ or a-Z.\nSee http://fela.js.org/docs/advanced/RendererConfiguration.html"),e}var zi=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var o=arguments[r];for(var t in o)Object.prototype.hasOwnProperty.call(o,t)&&(e[t]=o[t])}return e};function _i(e,r){var o={};for(var t in e)r.indexOf(t)>=0||Object.prototype.hasOwnProperty.call(e,t)&&(o[t]=e[t]);return o}var Hi="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};function Ti(e,r){var o=e.fontFamily,t=e.src,n=function(e,r){var o={};for(var t in e)r.indexOf(t)>=0||Object.prototype.hasOwnProperty.call(e,t)&&(o[t]=e[t]);return o}(e,["fontFamily","src"]);if("string"==typeof o&&Array.isArray(t))return r.renderFont(o,t,n)}var Wi=n(9811);var Li=n(2700);function Ni(e,r){for(var o in e){var t=e[o];if(r.hasOwnProperty(o)){var n=r[o](t);(0,Li.Z)(e,n),n.hasOwnProperty(o)||delete e[o]}e.hasOwnProperty(o)&&ni()(t)&&(e[o]=Ni(t,r))}return e}var Ui=["::-webkit-input-placeholder","::-moz-placeholder",":-ms-input-placeholder",":-moz-placeholder","::placeholder"];function Zi(e){return e.reduce((function(e,r){var o=r[0],t=r[1];return e[o]=t,e[t]=o,e}),{})}function Vi(e){return"number"==typeof e}function Gi(e,r){return-1!==e.indexOf(r)}function Xi(e,r,o,t){return r+function(e){return 0===parseFloat(e)?e:"-"===e[0]?e.slice(1):"-"+e}(o)+t}function Yi(e){return e.replace(/ +/g," ").split(" ").map((function(e){return e.trim()})).filter(Boolean).reduce((function(e,r){var o=e.list,t=e.state,n=(r.match(/\(/g)||[]).length,a=(r.match(/\)/g)||[]).length;return t.parensDepth>0?o[o.length-1]=o[o.length-1]+" "+r:o.push(r),t.parensDepth+=n-a,{list:o,state:t}}),{list:[],state:{parensDepth:0}}).list}function $i(e){var r=Yi(e);if(r.length<=3||r.length>4)return e;var o=r[0],t=r[1],n=r[2];return[o,r[3],n,t].join(" ")}var Ki={padding:function(e){var r=e.value;return Vi(r)?r:$i(r)},textShadow:function(e){var r=function(e){for(var r=[],o=0,t=0,n=!1;t<e.length;)n||","!==e[t]?"("===e[t]?(n=!0,t++):")"===e[t]?(n=!1,t++):t++:(r.push(e.substring(o,t).trim()),o=++t);return o!=t&&r.push(e.substring(o,t+1)),r}(e.value).map((function(e){return e.replace(/(^|\s)(-*)([.|\d]+)/,(function(e,r,o,t){return"0"===t?e:r+(""===o?"-":"")+t}))}));return r.join(",")},borderColor:function(e){return $i(e.value)},borderRadius:function(e){var r=e.value;if(Vi(r))return r;if(Gi(r,"/")){var o=r.split("/"),t=o[0],n=o[1];return Ki.borderRadius({value:t.trim()})+" / "+Ki.borderRadius({value:n.trim()})}var a=Yi(r);switch(a.length){case 2:return a.reverse().join(" ");case 4:var i=a[0],l=a[1],s=a[2];return[l,i,a[3],s].join(" ");default:return r}},background:function(e){var r=e.value,o=e.valuesToConvert,t=e.isRtl,n=e.bgImgDirectionRegex,a=e.bgPosDirectionRegex;if(Vi(r))return r;var i=r.replace(/(url\(.*?\))|(rgba?\(.*?\))|(hsl\(.*?\))|(#[a-fA-F0-9]+)|((^| )(\D)+( |$))/g,"").trim();return r=r.replace(i,Ki.backgroundPosition({value:i,valuesToConvert:o,isRtl:t,bgPosDirectionRegex:a})),Ki.backgroundImage({value:r,valuesToConvert:o,bgImgDirectionRegex:n})},backgroundImage:function(e){var r=e.value,o=e.valuesToConvert,t=e.bgImgDirectionRegex;return Gi(r,"url(")||Gi(r,"linear-gradient(")?r.replace(t,(function(e,r,t){return e.replace(t,o[t])})):r},backgroundPosition:function(e){var r=e.value,o=e.valuesToConvert,t=e.isRtl,n=e.bgPosDirectionRegex;return r.replace(t?/^((-|\d|\.)+%)/:null,(function(e,r){return function(e){var r=e.indexOf(".");if(-1===r)e=100-parseFloat(e)+"%";else{var o=e.length-r-2;e=(e=100-parseFloat(e)).toFixed(o)+"%"}return e}(r)})).replace(n,(function(e){return o[e]}))},backgroundPositionX:function(e){var r=e.value,o=e.valuesToConvert,t=e.isRtl,n=e.bgPosDirectionRegex;return Vi(r)?r:Ki.backgroundPosition({value:r,valuesToConvert:o,isRtl:t,bgPosDirectionRegex:n})},transition:function(e){var r=e.value,o=e.propertiesToConvert;return r.split(/,\s*/g).map((function(e){var r=e.split(" ");return r[0]=o[r[0]]||r[0],r.join(" ")})).join(", ")},transitionProperty:function(e){var r=e.value,o=e.propertiesToConvert;return r.split(/,\s*/g).map((function(e){return o[e]||e})).join(", ")},transform:function(e){var r=e.value,o="[^\\u0020-\\u007e]",t="(?:(?:(?:\\[0-9a-f]{1,6})(?:\\r\\n|\\s)?)|\\\\[^\\r\\n\\f0-9a-f])",n="((?:-?(?:[0-9]*\\.[0-9]+|[0-9]+)(?:\\s*(?:em|ex|px|cm|mm|in|pt|pc|deg|rad|grad|ms|s|hz|khz|%)|-?(?:[_a-z]|"+o+"|"+t+")(?:[_a-z0-9-]|"+o+"|"+t+")*)?)|(?:inherit|auto))",a=new RegExp("(translateX\\s*\\(\\s*)"+n+"(\\s*\\))","gi"),i=new RegExp("(translate\\s*\\(\\s*)"+n+"((?:\\s*,\\s*"+n+"){0,1}\\s*\\))","gi"),l=new RegExp("(translate3d\\s*\\(\\s*)"+n+"((?:\\s*,\\s*"+n+"){0,2}\\s*\\))","gi"),s=new RegExp("(rotate[ZY]?\\s*\\(\\s*)"+n+"(\\s*\\))","gi");return r.replace(a,Xi).replace(i,Xi).replace(l,Xi).replace(s,Xi)}};Ki.objectPosition=Ki.backgroundPosition,Ki.margin=Ki.padding,Ki.borderWidth=Ki.padding,Ki.boxShadow=Ki.textShadow,Ki.webkitBoxShadow=Ki.boxShadow,Ki.mozBoxShadow=Ki.boxShadow,Ki.WebkitBoxShadow=Ki.boxShadow,Ki.MozBoxShadow=Ki.boxShadow,Ki.borderStyle=Ki.borderColor,Ki.webkitTransform=Ki.transform,Ki.mozTransform=Ki.transform,Ki.WebkitTransform=Ki.transform,Ki.MozTransform=Ki.transform,Ki.transformOrigin=Ki.backgroundPosition,Ki.webkitTransformOrigin=Ki.transformOrigin,Ki.mozTransformOrigin=Ki.transformOrigin,Ki.WebkitTransformOrigin=Ki.transformOrigin,Ki.MozTransformOrigin=Ki.transformOrigin,Ki.webkitTransition=Ki.transition,Ki.mozTransition=Ki.transition,Ki.WebkitTransition=Ki.transition,Ki.MozTransition=Ki.transition,Ki.webkitTransitionProperty=Ki.transitionProperty,Ki.mozTransitionProperty=Ki.transitionProperty,Ki.WebkitTransitionProperty=Ki.transitionProperty,Ki.MozTransitionProperty=Ki.transitionProperty,Ki["text-shadow"]=Ki.textShadow,Ki["border-color"]=Ki.borderColor,Ki["border-radius"]=Ki.borderRadius,Ki["background-image"]=Ki.backgroundImage,Ki["background-position"]=Ki.backgroundPosition,Ki["background-position-x"]=Ki.backgroundPositionX,Ki["object-position"]=Ki.objectPosition,Ki["border-width"]=Ki.padding,Ki["box-shadow"]=Ki.textShadow,Ki["-webkit-box-shadow"]=Ki.textShadow,Ki["-moz-box-shadow"]=Ki.textShadow,Ki["border-style"]=Ki.borderColor,Ki["-webkit-transform"]=Ki.transform,Ki["-moz-transform"]=Ki.transform,Ki["transform-origin"]=Ki.transformOrigin,Ki["-webkit-transform-origin"]=Ki.transformOrigin,Ki["-moz-transform-origin"]=Ki.transformOrigin,Ki["-webkit-transition"]=Ki.transition,Ki["-moz-transition"]=Ki.transition,Ki["transition-property"]=Ki.transitionProperty,Ki["-webkit-transition-property"]=Ki.transitionProperty,Ki["-moz-transition-property"]=Ki.transitionProperty;var qi=Zi([["paddingLeft","paddingRight"],["marginLeft","marginRight"],["left","right"],["borderLeft","borderRight"],["borderLeftColor","borderRightColor"],["borderLeftStyle","borderRightStyle"],["borderLeftWidth","borderRightWidth"],["borderTopLeftRadius","borderTopRightRadius"],["borderBottomLeftRadius","borderBottomRightRadius"],["padding-left","padding-right"],["margin-left","margin-right"],["border-left","border-right"],["border-left-color","border-right-color"],["border-left-style","border-right-style"],["border-left-width","border-right-width"],["border-top-left-radius","border-top-right-radius"],["border-bottom-left-radius","border-bottom-right-radius"]]),Ji=["content"],Qi=Zi([["ltr","rtl"],["left","right"],["w-resize","e-resize"],["sw-resize","se-resize"],["nw-resize","ne-resize"]]),el=new RegExp("(^|\\W|_)((ltr)|(rtl)|(left)|(right))(\\W|_|$)","g"),rl=new RegExp("(left)|(right)");const ol=function e(r){return Object.keys(r).reduce((function(o,t){var n=r[t];if("string"==typeof n&&(n=n.trim()),Gi(Ji,t))return o[t]=n,o;var a=function(r,o){var t,n=/\/\*\s?@noflip\s?\*\//.test(o),a=n?r:qi[t=r]||t,i=n?o:function(r,o){if(!function(e){return!("boolean"==typeof e||function(e){return null==e}(e))}(o))return o;if((t=o)&&"object"==typeof t)return e(o);var t,n,a=Vi(o),i=function(e){return"function"==typeof e}(o),l=a||i?o:o.replace(/ !important.*?$/,""),s=!a&&l.length!==o.length,c=Ki[r];return n=c?c({value:l,valuesToConvert:Qi,propertiesToConvert:qi,isRtl:!0,bgImgDirectionRegex:el,bgPosDirectionRegex:rl}):Qi[l]||l,s?n+" !important":n}(a,o);return{key:a,value:i}}(t,n),i=a.key,l=a.value;return o[i]=l,o}),Array.isArray(r)?[]:{})};function tl(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return 0===e.length||0===r.length?0:e.indexOf(e.find((function(e){return null!==r.match(e)})))+1}function nl(e){return e.split("{")[0].slice(9).trim()}function al(e,r,o,t){var n=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"",a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:"",i=arguments.length>6&&void 0!==arguments[6]?arguments[6]:"";return{type:e,className:r,selector:ki(r,n),declaration:o+":"+t,pseudo:n,media:a,support:i}}var il=function(e,r){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return function(e,r){var o=[],t=!0,n=!1,a=void 0;try{for(var i,l=e[Symbol.iterator]();!(t=(i=l.next()).done)&&(o.push(i.value),!r||o.length!==r);t=!0);}catch(e){n=!0,a=e}finally{try{!t&&l.return&&l.return()}finally{if(n)throw a}}return o}(e,r);throw new TypeError("Invalid attempt to destructure non-iterable instance")},ll=/[.]([0-9a-z_-]+)([^{]+)?{([^:]+):([^}]+)}/gi;function sl(e){for(var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",t=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},n=void 0;n=ll.exec(e);){var a=il(n,5),i=(a[0],a[1]),l=a[2],s=a[3],c=a[4];t[yi(s,c,l,r,o)]=al(li,i,s,c,l,r,o)}return t}var cl=function(e,r){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return function(e,r){var o=[],t=!0,n=!1,a=void 0;try{for(var i,l=e[Symbol.iterator]();!(t=(i=l.next()).done)&&(o.push(i.value),!r||o.length!==r);t=!0);}catch(e){n=!0,a=e}finally{try{!t&&l.return&&l.return()}finally{if(n)throw a}}return o}(e,r);throw new TypeError("Invalid attempt to destructure non-iterable instance")},dl=/@supports[^{]+\{([\s\S]+?})\s*}/gi;function ul(e,r){var o=e.type,t=e.support,n=e.media;switch(o){case ci:return 0;case di:return 1;case si:return 2;case li:return function(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];if(0===r.length)return e;var t=o.indexOf(r)+1;return t?e+2*t:9999}(t?4:3,n,r);default:return 9999}}var fl,gl=n(9332);function pl(e,r){return e+"{"+r+"}"}function bl(e,r){return"@supports "+e+"{"+r+"}"}function ml(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return(0,ai.Z)(e,(function(e,o){return e[o]=r,e}),{})}function hl(e){if(Array.isArray(e)){for(var r=0,o=Array(e.length);r<e.length;r++)o[r]=e[r];return o}return Array.from(e)}function vl(e,r,o){return r in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}var yl=(vl(fl={},li,(function(e,r){var o=r.selector,t=r.declaration,n=r.support,a=r.media,i=pl(o,t);n?a?(e.supportMediaRules[a]||(e.supportMediaRules[a]={}),e.supportMediaRules[a][n]||(e.supportMediaRules[a][n]=""),e.supportMediaRules[a][n]+=i):(e.supportRules[n]||(e.supportRules[n]=""),e.supportRules[n]+=i):a?(e.mediaRules[a]||(e.mediaRules[a]=""),e.mediaRules[a]+=i):e.rules+=i})),vl(fl,ci,(function(e,r){var o=r.fontFace;e.fontFaces+=o})),vl(fl,si,(function(e,r){var o=r.keyframe;e.keyframes+=o})),vl(fl,di,(function(e,r){var o=r.css,t=r.selector;e.statics+=t?pl(t,o):o})),fl);const Cl={fontFaces:ci,statics:di,keyframes:si,rules:li};function kl(e){return(0,xi.Z)(e,(function(e,r,o){return r.length>0&&(e+=bl(o,r)),e}),"")}var wl=/^[a-z0-9_-]*$/gi,xl=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var o=arguments[r];for(var t in o)Object.prototype.hasOwnProperty.call(o,t)&&(e[t]=o[t])}return e};function Sl(e){var r=function(e){var r,o,t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:[],l=(r=e,o=function(e){return tl(i,e.pseudo)},t=(0,xi.Z)(r,(function(e,t,n){var a=e.findIndex((function(e){return o(r[e],e)>o(t,n)}));return-1!==a?function(e,r,o){return[].concat(hl(e.slice(0,o)),[r],hl(e.slice(o,e.length)))}(e,n,a):[].concat(function(e){if(Array.isArray(e)){for(var r=0,o=Array(e.length);r<e.length;r++)o[r]=e[r];return o}return Array.from(e)}(e),[n])}),[]),(0,ai.Z)(t,(function(e,o){return e[o]=r[o],e}),{})),s=ml(n),c=ml(a),d=(0,ai.Z)(n,(function(e,r){return e[r]=ml(a),e}),ml(n,{}));return(0,xi.Z)(l,(function(e,r){var o=yl[r.type];return o&&o(e,r),e}),{mediaRules:s,supportRules:c,supportMediaRules:d,fontFaces:"",statics:"",keyframes:"",rules:""})}(e.cache,e.mediaQueryOrder,e.supportQueryOrder,e.ruleOrder),o=function(e){return 0===e.selectorPrefix.length||null!==e.selectorPrefix.match(wl)?e.uniqueRuleIdentifier:-1}(e),t=(0,xi.Z)(Cl,(function(e,t,n){return r[n].length>0&&e.push({css:r[n],rehydration:o,type:t}),e}),[]),n=kl(r.supportRules);n&&t.push({css:n,type:li,rehydration:o,support:!0});var a=Object.keys(xl({},r.supportMediaRules,r.mediaRules));return(0,ai.Z)(a,(function(e,t){if(r.mediaRules[t]&&r.mediaRules[t].length>0&&e.push({css:r.mediaRules[t],type:li,rehydration:o,media:t}),r.supportMediaRules[t]){var n=kl(r.supportMediaRules[t]);n.length>0&&e.push({css:n,type:li,rehydration:o,support:!0,media:t})}return e}),t)}function Bl(e,r){e.updateSubscription||(e.scoreIndex={},e.nodes={},e.updateSubscription=function(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:document;return function(o){if(o.type===ui)return(0,gl.Z)(e.nodes,(function(e){var r=e.node;return r.parentNode.removeChild(r)})),e.nodes={},void(e.scoreIndex={});var t=function(e,r){var o,t,n,a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:document,i=(o=e).type+(void 0===(t=o.media)?"":t)+(void 0===(n=o.support)?"":n);if(!r.nodes[i]){var l=ul(e,r.mediaQueryOrder),s=function(e){var r=e.type,o=e.media,t=o?'[media="'+o+'"]':":not([media])",n=e.support?'[data-fela-support="true"]':':not([data-fela-support="true"])';return(arguments.length>1&&void 0!==arguments[1]?arguments[1]:document).querySelector('[data-fela-type="'+r+'"]'+n+t)}(e,a)||function(e,r,o){var t=o.type,n=o.media,a=o.support,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:document,l=i.head||{},s=i.createElement("style");s.setAttribute("data-fela-type",t),s.type="text/css",a&&s.setAttribute("data-fela-support","true"),n&&(s.media=n);var c=(0,xi.Z)(e,(function(o,t,n){return t.score>r&&(!o||e[o].score>t.score)?n:o}),void 0);return c?l.insertBefore(s,e[c].node):l.appendChild(s),s}(r.nodes,l,e,a);r.nodes[i]={node:s,score:l}}return r.nodes[i].node}(o,e,r);switch(o.type){case si:t.textContent+=o.keyframe;break;case ci:t.textContent+=o.fontFace;break;case di:t.textContent+=o.selector?pl(o.selector,o.css):o.css;break;case li:!function(e,r,o){var t=e.selector,n=e.declaration,a=e.support,i=e.media,l=e.pseudo,s=i+a;if(r.devMode)!function(e,r){var o=Sl(e),t=r.getAttribute("media")||void 0,n=r.getAttribute("data-fela-support")||void 0,a=o.find((function(e){return e.type===li&&e.media===t&&e.support===n}));a&&(r.textContent=a.css)}(r,o);else try{var c=tl(r.ruleOrder,l),d=o.sheet.cssRules,u=d.length;if(0===c)u=void 0===r.scoreIndex[s]?0:r.scoreIndex[s]+1;else for(var f=r.scoreIndex[s]||0,g=d.length;f<g;++f)if(d[f].score>c){u=f;break}var p=pl(t,n);if(a.length>0){var b=bl(a,p);o.sheet.insertRule(b,u)}else o.sheet.insertRule(p,u);0===c&&(r.scoreIndex[s]=u),d[u].score=c}catch(e){}}(o,e,t)}}}(e,r),e.subscribe(e.updateSubscription),(0,gl.Z)(e.cache,e._emitChange))}var El=/[.][a-z0-9_-]*/gi;var Ol=function(){function e(e,r){for(var o=0;o<r.length;o++){var t=r[o];t.enumerable=t.enumerable||!1,t.configurable=!0,"value"in t&&(t.writable=!0),Object.defineProperty(e,t.key,t)}}return function(r,o,t){return o&&e(r.prototype,o),t&&e(r,t),r}}(),Fl=(0,S.createContext)();(0,S.createContext)();const Al=function(e,r,o,t,n){var a=function(e){function t(e,r){!function(e,r){if(!(e instanceof r))throw new TypeError("Cannot call a class as a function")}(this,t);var o=function(e,r){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!r||"object"!=typeof r&&"function"!=typeof r?e:r}(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e,r));return o._renderStyle(),o}return function(e,r){if("function"!=typeof r&&null!==r)throw new TypeError("Super expression must either be null or a function, not "+typeof r);e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),r&&(Object.setPrototypeOf?Object.setPrototypeOf(e,r):e.__proto__=r)}(t,e),Ol(t,[{key:"componentDidUpdate",value:function(e){this._renderStyle()}},{key:"_renderStyle",value:function(){var e=this.props,r=e.renderer,o=e.rehydrate,t=e.targetDocument;(function(e,r){if("undefined"==typeof document)return!1;var o=r||document;return e&&!e.isNativeRenderer&&o&&o.createElement})(r,t)&&(o&&function(){return(arguments.length>0&&void 0!==arguments[0]?arguments[0]:document).querySelectorAll("[data-fela-type]").length>0}(t)?function(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:document;Bl(e,r),(0,oi.Z)(r.querySelectorAll("[data-fela-type]"),(function(r){var o=r.getAttribute("data-fela-rehydration")||-1,t=e.uniqueRuleIdentifier||parseInt(o,10);if(-1!==t){var n=r.getAttribute("data-fela-type")||"",a=r.getAttribute("media")||"",i=r.getAttribute("data-fela-support")||"",l=r.textContent;e.uniqueRuleIdentifier=t;var s=n+a+i;if(e.nodes[s]={score:ul({type:n,media:a,support:i},e.mediaQueryOrder),node:r},n===li&&(i?function(e){for(var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},t=void 0;t=dl.exec(e);){var n=cl(t,2),a=n[0];sl(n[1],r,nl(a),o)}}(l,a,e.cache):sl(l,a,"",e.cache),r.sheet&&r.sheet.cssRules)){var c=a+i;(0,oi.Z)(r.sheet.cssRules,(function(r,o){var t=r.conditionText?r.cssRules[0].selectorText:r.selectorText,n=tl(e.ruleOrder,t.split(El)[1]);0===n&&(e.scoreIndex[c]=o),r.score=n}))}}}))}(r,t):Bl(r,t))}},{key:"render",value:function(){return o(r.Provider,{value:this.props.renderer},(e=this.props.children,S.Children.only(e)));var e}}]),t}(e);return n&&(0,gl.Z)(n,(function(e,r){a[r]=e})),a}(S.Component,Fl,S.createElement,0,{propTypes:{renderer:be().object.isRequired,rehydrate:be().bool.isRequired},defaultProps:{rehydrate:!0}});var Pl=["animation","animationName","animationDuration","animationTimingFunction","animationDelay","animationIterationCount","animationDirection","animationFillMode","animationPlayState"];function jl(e,r,o){return r in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}function Rl(e,r){return function(e){if(Array.isArray(e))return e}(e)||function(e,r){var o=[],t=!0,n=!1,a=void 0;try{for(var i,l=e[Symbol.iterator]();!(t=(i=l.next()).done)&&(o.push(i.value),!r||o.length!==r);t=!0);}catch(e){n=!0,a=e}finally{try{t||null==l.return||l.return()}finally{if(n)throw a}}return o}(e,r)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}var Il=/(em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|q|in|pt|pc|px|dpi|dpcm|dppx|%|auto)$/i,Ml=/^(calc\()/i,Dl=/^(dashed|dotted|double|groove|hidden|inset|none|outset|ridge|solid)$/i,zl=/^(thick|medium|think)$/i,_l=/^\d+$/,Hl=["inherit","initial","unset","revert","revert-layer"];function Tl(e){for(var r=[""],o=0,t=e.trim(),n=0;n<t.length;n+=1)" "===t.charAt(n)&&0===o?r.push(""):r[r.length-1]=r[r.length-1]+t.charAt(n),"("===t.charAt(n)?o++:")"===t.charAt(n)&&o--;return r}function Wl(e,r){var o=Tl(e),t={};return o.forEach((function(e){null!==e.match(Dl)?t[r("Style")]=e:null!==e.match(zl)||null!==e.match(Il)||null!==e.match(Ml)||"0"===e?t[r("Width")]=e:t[r("Color")]=e})),t}var Ll=new Set(Hl.concat(["none","underline","overline","line-through","blink"])),Nl=new Set(Hl.concat(["solid","double","dotted","dashed","wavy"])),Ul={borderWidth:function(e){return"border"+e+"Width"},borderColor:function(e){return"border"+e+"Color"},borderStyle:function(e){return"border"+e+"Style"},padding:function(e){return"padding"+e},margin:function(e){return"margin"+e},scrollPadding:function(e){return"scrollPadding"+e},scrollMargin:function(e){return"scrollMargin"+e}},Zl={borderLeft:function(e){return"borderLeft"+e},borderTop:function(e){return"borderTop"+e},borderRight:function(e){return"borderRight"+e},borderBottom:function(e){return"borderBottom"+e},outline:function(e){return"outline"+e}},Vl={paddingInline:function(e){return"paddingInline"+e},paddingBlock:function(e){return"paddingBlock"+e},marginInline:function(e){return"marginInline"+e},marginBlock:function(e){return"marginBlock"+e}},Gl=new Set(Hl.concat(["row","row-reverse","column","column-reverse"])),Xl=new Set(Hl.concat(["nowrap","wrap","reverse"])),Yl=function(e){var r=Tl(e);if(1===r.length){if(Hl.includes(r[0]))return{transitionProperty:r[0],transitionDuration:r[0],transitionDelay:r[0],transitionTimingFunction:r[0]};if("all"===r[0]||"none"===r[0])return{transitionProperty:r[0],transitionDuration:"0s",transitionDelay:"0s",transitionTimingFunction:"ease"}}var o=Rl(r,4),t=o[0],n=o[1],a=void 0===n?"0s":n,i=o[2],l=void 0===i?"0s":i,s=o[3];return{transitionProperty:t,transitionDuration:a,transitionDelay:l,transitionTimingFunction:void 0===s?"ease":s}};function $l(e,r){if("border"===e){var o=Wl(r.toString(),(function(e){return"border"+e})),t={};for(var n in o)Object.assign(t,$l(n,o[n]));return t}return"flex"===e?function(e){var r=[""];switch(e.trim()){case"initial":r=Tl("0 1 auto");break;case"auto":r=Tl("1 1 auto");break;case"none":r=Tl("0 0 auto");break;default:r=Tl(e)}if(1===r.length){var o=r[0];r=_l.test(o)?Tl(o+" 1 0"):Tl("1 1 "+o)}var t={};return 2===r.length?(t.flexGrow=r[0],null!==r[1].match(_l)?t.flexShrink=r[1]:t.flexBasis=r[1]):(t.flexGrow=r[0],t.flexShrink=r[1],t.flexBasis=r[2]),void 0===t.flexGrow&&(t.flexGrow="0"),void 0===t.flexShrink&&(t.flexShrink="1"),void 0===t.flexBasis&&(t.flexBasis="auto"),t}(r.toString()):"borderRadius"===e?function(e){var r=function(e,r){var o=[[]];return e.forEach((function(e){"/"===e?o.push([]):o[o.length-1].push(e)})),o}(Tl(e)),o=Rl(r,2),t=o[0],n=void 0===t?[]:t,a=o[1],i=void 0===a?[]:a,l=Rl(n,4),s=l[0],c=l[1],d=void 0===c?s:c,u=l[2],f=void 0===u?s:u,g=l[3],p=void 0===g?d:g,b=Rl(i,4),m=b[0],h=b[1],v=void 0===h?m:h,y=b[2],C=void 0===y?m:y,k=b[3],w=void 0===k?v:k;return{borderTopLeftRadius:[s,m].filter(Boolean).join(" "),borderTopRightRadius:[d,v].filter(Boolean).join(" "),borderBottomRightRadius:[f,C].filter(Boolean).join(" "),borderBottomLeftRadius:[p,w].filter(Boolean).join(" ")}}(r.toString()):"textDecoration"===e?function(e){var r=Tl(e);if(1===r.length)return"initial"===r[0]?{textDecorationLine:"none"}:{textDecorationLine:r[0]};var o=Rl(r,3),t=o[0],n=o[1],a=o[2],i=[],l="",s="",c=function(e){if(e)if(Ll.has(e)){if(0!==i.length&&i.includes(e))return!0;i.push(e)}else Nl.has(e)?s=e:l=e;return!1};return c(t)||c(n)||c(a)?{}:(i.sort(),{textDecorationLine:i.length?i.join(" "):"none",textDecorationStyle:s||"solid",textDecorationColor:l||"currentColor"})}(r.toString()):"overflow"===e?function(e){var r=Rl(Tl(e),2),o=r[0],t=r[1];return{overflowX:o,overflowY:void 0===t?o:t}}(r.toString()):"gap"===e?function(e){var r=Rl(Tl(e),2),o=r[0],t=r[1];return{rowGap:o,columnGap:void 0===t?o:t}}(r.toString()):"flexFlow"===e?function(e){var r="",o="",t=Rl(Tl(e),2),n=t[0],a=t[1],i=function(e){if(e)if(Gl.has(e)){if(""!==r)return!0;r=e}else{if(!Xl.has(e))return!0;if(""!==o)return!0;o=e}return!1};return i(n)||i(a)?{}:{flexDirection:r||"row",flexWrap:o||"nowrap"}}(r.toString()):"placeContent"===e?function(e){var r=Rl(Tl(e),2),o=r[0],t=r[1];if(!t&&o){if("left"===o||"right"===o||"first"===o||"last"===o)return{};t="baseline"===o?"start":o}return{alignContent:o,justifyContent:t}}(r.toString()):"placeItems"===e?function(e){var r=Rl(Tl(e),2),o=r[0],t=r[1];return{alignItems:o,justifyItems:void 0===t?o:t}}(r.toString()):"placeSelf"===e?function(e){var r=Rl(Tl(e),2),o=r[0],t=r[1];return{alignSelf:o,justifySelf:void 0===t?o:t}}(r.toString()):"transition"===e?function(e){return e.includes(",")?e.split(",").map(Yl).reduce((function(e,r,o){var t=r.transitionProperty,n=r.transitionDuration,a=r.transitionDelay,i=r.transitionTimingFunction;return 0===o?(e.transitionProperty=t,e.transitionDuration=n,e.transitionDelay=a,e.transitionTimingFunction=i):(e.transitionProperty+=", ".concat(t),e.transitionDuration+=", ".concat(n),e.transitionDelay+=", ".concat(a),e.transitionTimingFunction+=", ".concat(i)),e}),{}):Yl(e)}(r.toString()):"inset"===e?function(e){var r=Rl(Tl(e),4),o=r[0],t=r[1],n=void 0===t?o:t,a=r[2],i=void 0===a?o:a,l=r[3];return{top:o,right:n,bottom:i,left:void 0===l?n:l}}(r.toString()):Ul[e]?function(e,r){var o,t=Rl(Tl(e),4),n=t[0],a=t[1],i=void 0===a?n:a,l=t[2],s=void 0===l?n:l,c=t[3],d=void 0===c?i:c;return jl(o={},r("Top"),n),jl(o,r("Right"),i),jl(o,r("Bottom"),s),jl(o,r("Left"),d),o}(r.toString(),Ul[e]):Zl[e]?Wl(r.toString(),Zl[e]):Vl[e]?function(e,r){var o,t=Rl(Tl(e),2),n=t[0],a=t[1],i=void 0===a?n:a;return jl(o={},r("Start"),n),jl(o,r("End"),i),o}(r.toString(),Vl[e]):void 0}var Kl={padding:!0,margin:!0,border:!0,borderWidth:!0,borderStyle:!0,borderColor:!0,borderTop:!0,borderRight:!0,borderBottom:!0,borderLeft:!0,borderRadius:!0,background:!0,outline:!0},ql=["_className"],Jl="abcdefghijklmnopqrstuvwxyz",Ql=Jl.length;function es(e,r){return void 0===r&&(r=""),e<=Ql?Jl[e-1]+r:es(e/Ql|0,Jl[e%Ql]+r)}function rs(e,r){void 0===r&&(r=function(){return!0});var o=es(e());return r(o)?o:rs(e,r)}function os(e,r,o,t,n){return void 0===o&&(o=""),void 0===t&&(t=""),void 0===n&&(n=""),n+t+o+e+r}var ts=["content","keyframe"],ns=n(1685),as=n.n(ns),is=new(as().default||as())({cascade:!1,compress:!1,global:!1,keyframe:!1,preserve:!1,semicolon:!1}),ls=!1;try{ls=!!window.localStorage.felaDevMode}catch(e){}var ss,cs=["fa","fas","far","fal","fab","fc","ck","cke"],ds={devMode:ls,filterClassName:function(e){return-1===e.indexOf("ad")&&-1===cs.indexOf(e)},enhancers:[function(e){return e._renderStyleToClassNames=function(r,o,t,n){void 0===o&&(o=""),void 0===t&&(t=""),void 0===n&&(n="");var a,i=r._className,l=Wo(r,ql),s=i?" "+i:"";for(var c in l){var d=l[c];if(null!=(a=d)&&"object"==typeof a&&!1===Array.isArray(a))if(gi(c))s+=e._renderStyleToClassNames(d,o+pi(c),t,n);else if(bi(c)){var u=mi(t,c.slice(6).trim());s+=e._renderStyleToClassNames(d,o,u,n)}else if(hi(c)){var f=mi(n,c.slice(9).trim());s+=e._renderStyleToClassNames(d,o,t,f)}else console.warn('The object key "'+c+'" is not a valid nested key in Fela.\nMaybe you forgot to add a plugin to resolve it?\nCheck http://fela.js.org/docs/basics/Rules.html#styleobject for more information.');else{var g=os(c,d,o,t,n);if(!e.cache.hasOwnProperty(g)){if(Ci(d)){e.cache[g]={className:""};continue}var p=e.selectorPrefix+rs(e.getNextRuleIdentifier,e.filterClassName),b=(0,ri.default)(c,d),m=ki(p,o),h={type:li,className:p,selector:m,declaration:b,pseudo:o,media:t,support:n};e.cache[g]=h,e._emitChange(h)}var v=e.cache[g].className;v&&(s+=" "+v)}}return s},e},function(e){var r=e._emitChange.bind(e);return e._emitChange=function(e){e.type===li&&-1!==e.selector.indexOf(":focus-visible")&&(e.pseudo=e.pseudo?e.pseudo.replace(":focus-visible",":focus"):"",e.selector='html[data-whatinput="keyboard"] '+e.selector.replace(":focus-visible",":focus")),r(e)},e},function(e){var r=e._emitChange.bind(e);return e._emitChange=function(e){if(e.type===li){var o=is("",e.declaration);e.declaration=o.slice(1,-1)}r(e)},e}],plugins:[function e(r,o,t,n){return n&&n.disableAnimations&&"RULE"===o?Object.keys(r).reduce((function(a,i){var l,s,c,d=r[i];return-1!==Pl.indexOf(i)?a:null!=(c=d)&&"object"==typeof c&&!1===Array.isArray(c)?Object.assign({},a,((s={})[i]=e(d,o,t,n),s)):Object.assign({},a,((l={})[i]=r[i],l))}),{}):r},function e(r,o,t,n){if(!n.sanitizeCss)return r;var a=Array.isArray(r)?[]:{};return Object.keys(r).forEach((function(i){var l=r[i];"object"!=typeof l?(ts.some((function(e){return e===i}))||function(e){if("string"!=typeof e)return!0;for(var r=[],o=0;o<e.length;++o){var t=e[o];if("({[".includes(t))r.push(t);else if(")}]".includes(t)){var n=r.pop();if(n&&"({[".indexOf(n)!==")}]".indexOf(t))return!1}}return 0===r.length}(l))&&(a[i]=l):a[i]=e(l,o,t,n)})),a},(ss={"::placeholder":function(e){return(0,ai.Z)(Ui,(function(r,o){return r[o]=e,r}),{})}},function(e){return Ni(e,ss)}),function e(r){return Object.keys(r).reduce((function(o,t){var n=r[t];if(_r()(n)){if("animationName"===t){var a=n;return a.keyframe&&(r[t]=z(a.keyframe)(a.params||{})),o[t]=r[t],o}return o[t]=e(n),o}return o[t]=r[t],o}),{})},function e(r,o,t,n){var a=function(a){var i=r[a];"fontFace"===a&&"object"===(void 0===i?"undefined":Hi(i))?(Array.isArray(i)?r.fontFamily=(0,ai.Z)(i,(function(e,r){var o=Ti(r,t);return o&&-1===e.indexOf(o)&&e.push(o),e}),[]).join(","):r.fontFamily=Ti(i,t),delete r.fontFace):"animationName"===a&&"object"===(void 0===i?"undefined":Hi(i))?Array.isArray(i)?r[a]=i.map((function(e){return t.renderKeyframe((function(){return e}))}),n).join(","):r[a]=t.renderKeyframe((function(){return i}),n):ni()(i)&&e(i,o,t,n)};for(var i in r)a(i);return r},function e(r){return Object.keys(r).reduce((function(o,t){var n,a,i,l,s=r[t];if(null==s)return Object.assign({},o,((a={})[t]=s,a));if(Kl[t]){var c=function(e,r){if(Array.isArray(r)){var o={};return r.forEach((function(r){var t=$l(e,r);t&&Object.keys(t).forEach((function(e){o[e]=o[e]||[],o[e].push(t[e])}))})),Object.keys(o).length?o:null}return $l(e,r)}(t,s);if(c)return Object.assign({},o,c)}return Array.isArray(s)?Object.assign({},o,((i={})[t]=s,i)):"object"==typeof s?Object.assign({},o,((l={})[t]=e(s),l)):Object.assign({},o,((n={})[t]=s,n))}),{})},function e(r){for(var o in r){var t=r[o];Array.isArray(t)?r[o]=(0,Wi.Z)(o,t):ni()(t)&&"fontFace"!==o&&(r[o]=e(t))}return r},function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"rtl";return function(r,o,t,n){return"rtl"===(n&&n.theme&&n.theme.direction||e)?ol(r):r}}()]},us=function(){var e=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r={listeners:[],keyframePrefixes:e.keyframePrefixes||["-webkit-","-moz-"],plugins:e.plugins||[],mediaQueryOrder:e.mediaQueryOrder||[],supportQueryOrder:e.supportQueryOrder||[],ruleOrder:[/^:link/,/^:visited/,/^:hover/,/^:focus-within/,/^:focus/,/^:active/],selectorPrefix:Di(e.selectorPrefix),filterClassName:e.filterClassName||Ii,devMode:e.devMode||!1,uniqueRuleIdentifier:0,uniqueKeyframeIdentifier:0,nodes:{},scoreIndex:{},cache:{},getNextRuleIdentifier:function(){return++r.uniqueRuleIdentifier},renderRule:function(e){var o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return r._renderStyle(e(o,r),o)},renderKeyframe:function(e){var o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},t=e(o,r),n=ii(r,t,si,o),a=JSON.stringify(n);if(!r.cache.hasOwnProperty(a)){var i=r.selectorPrefix+"k"+ ++r.uniqueKeyframeIdentifier,l=function(e,r){var o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[""],t=(0,xi.Z)(e,(function(e,r,o){return""+e+o+"{"+(0,wi.Z)(r)+"}"}),"");return(0,ai.Z)(o,(function(e,o){return e+"@"+o+"keyframes "+r+"{"+t+"}"}),"")}(n,i,r.keyframePrefixes),s={type:si,keyframe:l,name:i};r.cache[a]=s,r._emitChange(s)}return r.cache[a].name},renderFont:function(e,o){var t,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},a=n.localAlias,i=_i(n,["localAlias"]),l=e+JSON.stringify(n),s=function(e){return"string"==typeof e?[e]:Array.isArray(e)?e.slice():[]}(a);if(!r.cache.hasOwnProperty(l)){var c=function(e){return'"'===e.charAt(0)?e:'"'+e+'"'}(e),d=(t=zi({},i,{src:Ri(o,s),fontFamily:c}),"@font-face{"+(0,wi.Z)(t)+"}"),u={type:ci,fontFace:d,fontFamily:c};r.cache[l]=u,r._emitChange(u)}return r.cache[l].fontFamily},renderStatic:function(e,o){var t=function(e,r){return"string"==typeof e?e:r?r+JSON.stringify(e):""}(e,o);if(!r.cache.hasOwnProperty(t)){var n=function(e,r){if("string"==typeof e)return e.replace(/\s{2,}/g,"");var o=ii(r,e,di);return(0,wi.Z)(o)}(e,r),a={type:di,css:n,selector:o};r.cache[t]=a,r._emitChange(a)}},subscribe:function(e){return r.listeners.push(e),{unsubscribe:function(){return r.listeners.splice(r.listeners.indexOf(e),1)}}},clear:function(){r.uniqueRuleIdentifier=0,r.uniqueKeyframeIdentifier=0,r.cache={},r._emitChange({type:ui})},_renderStyle:function(){var e=ii(r,arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},li,arguments.length>1&&void 0!==arguments[1]?arguments[1]:{});return r._renderStyleToClassNames(e).slice(1)},_renderStyleToClassNames:function(e){var o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"",a=e._className,i=_i(e,["_className"]),l=a?" "+a:"";for(var s in i){var c=i[s];if(ni()(c))if(gi(s))l+=r._renderStyleToClassNames(c,o+pi(s),t,n);else if(bi(s)){var d=mi(t,s.slice(6).trim());l+=r._renderStyleToClassNames(c,o,d,n)}else if(hi(s)){var u=mi(n,s.slice(9).trim());l+=r._renderStyleToClassNames(c,o,t,u)}else console.warn('The object key "'+s+'" is not a valid nested key in Fela.\nMaybe you forgot to add a plugin to resolve it?\nCheck http://fela.js.org/docs/basics/Rules.html#styleobject for more information.');else{var f=yi(s,c,o,t,n);if(!r.cache.hasOwnProperty(f)){if(Ci(c)){r.cache[f]={className:""};continue}var g=r.selectorPrefix+Oi(r.getNextRuleIdentifier,r.filterClassName),p=(0,ri.default)(s,c),b=ki(g,o),m={type:li,className:g,selector:b,declaration:p,pseudo:o,media:t,support:n};r.cache[f]=m,r._emitChange(m)}var h=r.cache[f].className;h&&(l+=" "+h)}}return l},_emitChange:function(e){(0,oi.Z)(r.listeners,(function(r){return r(e)}))}};return r.keyframePrefixes.push(""),e.enhancers&&(0,oi.Z)(e.enhancers,(function(e){r=e(r)})),r}(ds),r=0;return{registerUsage:function(){r+=1},unregisterUsage:function(){0==(r-=1)&&(e.listeners=[],e.nodes={},e.updateSubscription=void 0)},renderFont:function(r){e.renderFont(r.name,r.paths,r.props)},renderGlobal:e.renderStatic,renderRule:function(r,o){var t=Object.assign({},o,{theme:{direction:o.direction}});return e.renderRule((function(){return r}),t)},getOriginalRenderer:function(){throw new Error("This method implements private API and can be used only in tests")},Provider:function(r){return S.createElement(Al,{renderer:e,rehydrate:!1,targetDocument:r.target},r.children)}}},fs=S.createContext(us),gs={document:"document"},ps=new WeakMap,bs=function(e){for(var r=arguments.length,o=new Array(r>1?r-1:0),t=1;t<r;t++)o[t-1]=arguments[t];return o.reduce((function(e,r){return"boolean"==typeof r?r:e}),e)},ms=function(){var e=function(e){var r=e.render,o=J();return S.createElement(S.Fragment,null,r(o.theme))};return e.displayName="ProviderConsumer",e.propTypes={render:pe.func.isRequired},e}(),hs=function(){var e=function e(r){var o=r.children,t=r.className,n=r.design,a=r.overwrite,i=r.styles,l=r.variables,s=r.telemetryRef,c=or(r),d=Nr(e.handledProps,r),u=S.useMemo((function(){if(s)return s.current||(s.current=new ei),s.current}),[s]),f=J(),g=a?K:f,p=S.useContext(fs),b=S.useMemo((function(){return{disableAnimations:r.disableAnimations,performance:r.performance,rtl:r.rtl,target:r.target,telemetry:u,theme:r.theme}}),[r.disableAnimations,r.performance,r.rtl,r.target,u,r.theme]),m=S.useMemo((function(){return function(e){for(var r={theme:{siteVariables:{fontSizes:{}},componentVariables:{},componentStyles:{},fontFaces:[],staticStyles:[],animations:{}},rtl:!1,disableAnimations:!1,target:hn()?document:void 0,performance:{enableSanitizeCssPlugin:!1,enableStylesCaching:!0,enableVariablesCaching:!0,enableBooleanVariablesCaching:!1},telemetry:void 0,renderer:void 0},o=arguments.length,t=new Array(o>1?o-1:0),n=1;n<o;n++)t[n-1]=arguments[n];return t.reduce((function(r,o){if(!o)return r;r.theme=$(r.theme,o.theme);var t=bs(r.rtl,o.rtl);"boolean"==typeof t&&(r.rtl=t),r.target=o.target||r.target,r.renderer=function(e,r){var o=r||gs;if(hn()&&void 0!==r||(o=gs),hn()&&r===document&&(o=gs),ps.has(o))return ps.get(o);var t=e(o===gs?void 0:o);return ps.set(o,t),t}(e,r.target);var n=bs(r.disableAnimations,o.disableAnimations);return"boolean"==typeof n&&(r.disableAnimations=n),r.performance=function(e){for(var r=arguments.length,o=new Array(r>1?r-1:0),t=1;t<r;t++)o[t-1]=arguments[t];return Object.assign.apply(Object,[e].concat(o))}(r.performance,o.performance||{}),r.telemetry=o.telemetry||r.telemetry,r}),r)}(p,g,b)}),[p,g,b]),h={};f.rtl!==m.rtl&&Qa()(m.rtl)&&(h.dir=m.rtl?"rtl":"ltr");var v=Wr({allDisplayNames:[e.displayName],className:"ui-provider",primaryDisplayName:e.displayName,componentProps:{},inlineStylesProps:{className:t,design:n,styles:i,variables:l},disableAnimations:m.disableAnimations,performance:m.performance,renderer:m.renderer,rtl:m.rtl,theme:m.theme,saveDebug:qa(),telemetry:void 0}).classes,y=function(e){var r=e.className,o=e.rtl,t=e.target,n=S.useMemo((function(){var e=hn()?t.createElement("div"):null;return e&&t.body.appendChild(e),e}),[t]);return Ar((function(){n&&(n.setAttribute("class",r),o?n.setAttribute("dir","rtl"):n.removeAttribute("dir"))}),[r,n,o]),Ar((function(){return function(){n&&t.body.removeChild(n)}}),[n,t]),n}({className:v.root,target:m.target,rtl:m.rtl});Ar((function(){return e=m.renderer,(o=r.theme).fontFaces&&o.fontFaces.forEach((function(r){!function(r){if(!_r()(r))throw new Error("fontFaces must be objects, got: "+typeof r);e.renderFont(r)}(r)})),function(e,r,o){if(r.staticStyles){var t=function(r){A()(r,(function(r,o){e.renderGlobal(r,o)}))};r.staticStyles.forEach((function(r){if("string"==typeof r)e.renderGlobal(r);else if(_r()(r))t(r);else{if(!Zr()(r))throw new Error("staticStyles array must contain CSS strings, style objects, or style functions, got: "+typeof r);var n=Z(o);t(r(n))}}))}}(m.renderer,r.theme,m.theme.siteVariables),r.target&&function(e){var r=e.defaultView;if(hn()&&r&&"addEventListener"in r&&Array.prototype.indexOf){var o=e[ea];if("number"==typeof o&&o>0)return void(e[ea]=o+1);e[ea]=1,ia(r),sa(e)}}(r.target),m.renderer.registerUsage(),function(){var e,o,t,n;r.target&&(e=r.target,n=e.defaultView,hn()&&n&&"removeEventListener"in n&&(1===e[ea]?(delete e[ea],t=!na||{capture:!0},(o=n).PointerEvent?o.removeEventListener("pointerdown",la):window.MSPointerEvent?o.removeEventListener("MSPointerDown",la):(o.removeEventListener("mousedown",la,!0),"ontouchstart"in o&&(o.removeEventListener("touchstart",ca,t),o.removeEventListener("touchend",la,!0))),o.removeEventListener("keydown",ca,!0),o.removeEventListener("keyup",ca,!0)):e[ea]=e[ea]-1)),m.renderer.unregisterUsage()};var e,o}),[]);var C=c===S.Fragment?{}:Object.assign({className:v.root},h,d),k=m.renderer.Provider;return S.createElement(k,{target:m.target},S.createElement(ee,{value:m},S.createElement(Ia.Provider,{value:y},S.createElement(c,C,o))))};return e.displayName="Provider",e.defaultProps={theme:{}},e.propTypes={as:pe.elementType,design:pe.object,variables:pe.oneOfType([pe.object,pe.func]),styles:pe.oneOfType([pe.object,pe.func]),theme:pe.shape({siteVariables:pe.object,componentVariables:pe.object,componentStyles:pe.objectOf(pe.any),fontFaces:pe.arrayOf(pe.exact({name:pe.string.isRequired,paths:pe.arrayOf(pe.string),props:pe.shape({fontStretch:pe.string,fontStyle:pe.string,fontVariant:pe.string,fontWeight:pe.number,localAlias:pe.oneOfType([pe.string,pe.arrayOf(pe.string)]),unicodeRange:pe.string})})),staticStyles:pe.array,animations:pe.objectOf(pe.any)}),rtl:pe.bool,disableAnimations:pe.bool,performance:pe.shape({enableSanitizeCssPlugin:pe.bool,enableStylesCaching:pe.bool,enableVariablesCaching:pe.bool}),children:pe.node.isRequired,overwrite:pe.bool,target:pe.object,telemetryRef:pe.object},e.handledProps=Object.keys(e.propTypes),e.Consumer=ms,e}(),vs="cubic-bezier(1,0,1,1)",ys="cubic-bezier(0,0,0,1)",Cs="cubic-bezier(0,0,1,1)",ks="50ms",ws="100ms",xs="150ms",Ss="200ms",Bs="300ms",Es="400ms",Os="500ms",Fs={scaleEnterUltraFast:{keyframe:function(e){return{"0%":{transform:"scale("+e.delta+")",opacity:0},"100%":{transform:"scale(1)",opacity:1}}},keyframeParams:{delta:.88},duration:ks,timingFunction:ys,fillMode:"forwards"},scaleEnterFaster:{keyframe:function(e){return{"0%":{transform:"scale("+e.delta+")",opacity:0},"100%":{transform:"scale(1)",opacity:1}}},keyframeParams:{delta:.88},duration:ws,timingFunction:ys,fillMode:"forwards"},scaleEnterFast:{keyframe:function(e){return{"0%":{transform:"scale("+e.delta+")",opacity:0},"100%":{transform:"scale(1)",opacity:1}}},keyframeParams:{delta:.88},duration:xs,timingFunction:ys,fillMode:"forwards"},scaleEnterNormal:{keyframe:function(e){return{"0%":{transform:"scale("+e.delta+")",opacity:0},"100%":{transform:"scale(1)",opacity:1}}},keyframeParams:{delta:.88},duration:Ss,timingFunction:ys,fillMode:"forwards"},scaleEnterSlow:{keyframe:function(e){return{"0%":{transform:"scale("+e.delta+")",opacity:0},"100%":{transform:"scale(1)",opacity:1}}},keyframeParams:{delta:.88},duration:Bs,timingFunction:ys,fillMode:"forwards"},scaleEnterSlower:{keyframe:function(e){return{"0%":{transform:"scale("+e.delta+")",opacity:0},"100%":{transform:"scale(1)",opacity:1}}},keyframeParams:{delta:.88},duration:Es,timingFunction:ys,fillMode:"forwards"},scaleEnterUltraSlow:{keyframe:function(e){return{"0%":{transform:"scale("+e.delta+")",opacity:0},"100%":{transform:"scale(1)",opacity:1}}},keyframeParams:{delta:.88},duration:Os,timingFunction:ys,fillMode:"forwards"},scaleExitUltraFast:{keyframe:function(e){return{"0%":{transform:"scale(1)",opacity:1},"100%":{transform:"scale("+e.delta+")",opacity:0}}},keyframeParams:{delta:.9},duration:ks,timingFunction:vs,fillMode:"forwards"},scaleExitFaster:{keyframe:function(e){return{"0%":{transform:"scale(1)",opacity:1},"100%":{transform:"scale("+e.delta+")",opacity:0}}},keyframeParams:{delta:.9},duration:ws,timingFunction:vs,fillMode:"forwards"},scaleExitFast:{keyframe:function(e){return{"0%":{transform:"scale(1)",opacity:1},"100%":{transform:"scale("+e.delta+")",opacity:0}}},keyframeParams:{delta:.9},duration:xs,timingFunction:vs,fillMode:"forwards"},scaleExitNormal:{keyframe:function(e){return{"0%":{transform:"scale(1)",opacity:1},"100%":{transform:"scale("+e.delta+")",opacity:0}}},keyframeParams:{delta:.9},duration:Ss,timingFunction:vs,fillMode:"forwards"},scaleExitSlow:{keyframe:function(e){return{"0%":{transform:"scale(1)",opacity:1},"100%":{transform:"scale("+e.delta+")",opacity:0}}},keyframeParams:{delta:.9},duration:Bs,timingFunction:vs,fillMode:"forwards"},scaleExitSlower:{keyframe:function(e){return{"0%":{transform:"scale(1)",opacity:1},"100%":{transform:"scale("+e.delta+")",opacity:0}}},keyframeParams:{delta:.9},duration:Es,timingFunction:vs,fillMode:"forwards"},scaleExitUltraSlow:{keyframe:function(e){return{"0%":{transform:"scale(1)",opacity:1},"100%":{transform:"scale("+e.delta+")",opacity:0}}},keyframeParams:{delta:.9},duration:Os,timingFunction:vs,fillMode:"forwards"},scaleDownSoft:{keyframe:function(e){return{"0%":{transform:"scale(1)",opacity:1},"100%":{transform:"scale("+e.delta+")",opacity:0}}},keyframeParams:{delta:.9},duration:"100ms",timingFunction:"cubic-bezier(.78, 0, .22, 1)",fillMode:"both"}},As={fadeEnterUltraFast:{keyframe:function(e){return{"0%":{opacity:e.delta},"100%":{opacity:1}}},keyframeParams:{delta:0},duration:ks,timingFunction:Cs,fillMode:"forwards"},fadeEnterFaster:{keyframe:function(e){return{"0%":{opacity:e.delta},"100%":{opacity:1}}},keyframeParams:{delta:0},duration:ws,timingFunction:Cs,fillMode:"forwards"},fadeEnterFast:{keyframe:function(e){return{"0%":{opacity:e.delta},"100%":{opacity:1}}},keyframeParams:{delta:0},duration:xs,timingFunction:Cs,fillMode:"forwards"},fadeEnterNormal:{keyframe:function(e){return{"0%":{opacity:e.delta},"100%":{opacity:1}}},keyframeParams:{delta:0},duration:Ss,timingFunction:Cs,fillMode:"forwards"},fadeEnterSlow:{keyframe:function(e){return{"0%":{opacity:e.delta},"100%":{opacity:1}}},keyframeParams:{delta:0},duration:Bs,timingFunction:Cs,fillMode:"forwards"},fadeEnterSlower:{keyframe:function(e){return{"0%":{opacity:e.delta},"100%":{opacity:1}}},keyframeParams:{delta:0},duration:Es,timingFunction:Cs,fillMode:"forwards"},fadeEnterUltraSlow:{keyframe:function(e){return{"0%":{opacity:e.delta},"100%":{opacity:1}}},keyframeParams:{delta:0},duration:Os,timingFunction:Cs,fillMode:"forwards"},fadeExitUltraFast:{keyframe:function(e){return{"0%":{opacity:1},"100%":{opacity:e.delta}}},keyframeParams:{delta:0},duration:ks,timingFunction:Cs,fillMode:"forwards"},fadeExitFaster:{keyframe:function(e){return{"0%":{opacity:1},"100%":{opacity:e.delta}}},keyframeParams:{delta:0},duration:ws,timingFunction:Cs,fillMode:"forwards"},fadeExitFast:{keyframe:function(e){return{"0%":{opacity:1},"100%":{opacity:e.delta}}},keyframeParams:{delta:0},duration:xs,timingFunction:Cs,fillMode:"forwards"},fadeExitNormal:{keyframe:function(e){return{"0%":{opacity:1},"100%":{opacity:e.delta}}},keyframeParams:{delta:0},duration:Ss,timingFunction:Cs,fillMode:"forwards"},fadeExitSlow:{keyframe:function(e){return{"0%":{opacity:1},"100%":{opacity:e.delta}}},keyframeParams:{delta:0},duration:Bs,timingFunction:Cs,fillMode:"forwards"},fadeExitSlower:{keyframe:function(e){return{"0%":{opacity:1},"100%":{opacity:e.delta}}},keyframeParams:{delta:0},duration:Es,timingFunction:Cs,fillMode:"forwards"},fadeExitUltraSlow:{keyframe:function(e){return{"0%":{opacity:1},"100%":{opacity:e.delta}}},keyframeParams:{delta:0},duration:Os,timingFunction:Cs,fillMode:"forwards"}},Ps={slideDownEnterUltraFast:{keyframe:function(e){return{"0%":{transform:"translateY(-"+e.delta+")",opacity:0},"100%":{transform:"translateY(0px)",opacity:1}}},keyframeParams:{delta:"20px"},duration:ks,timingFunction:ys,direction:"forward",fillMode:"forwards"},slideDownEnterFaster:{keyframe:function(e){return{"0%":{transform:"translateY(-"+e.delta+")",opacity:0},"100%":{transform:"translateY(0px)",opacity:1}}},keyframeParams:{delta:"20px"},duration:ws,timingFunction:ys,direction:"forward",fillMode:"forwards"},slideDownEnterFast:{keyframe:function(e){return{"0%":{transform:"translateY(-"+e.delta+")",opacity:0},"100%":{transform:"translateY(0px)",opacity:1}}},keyframeParams:{delta:"20px"},duration:xs,timingFunction:ys,direction:"forward",fillMode:"forwards"},slideDownEnterNormal:{keyframe:function(e){return{"0%":{transform:"translateY(-"+e.delta+")",opacity:0},"100%":{transform:"translateY(0px)",opacity:1}}},keyframeParams:{delta:"20px"},duration:Ss,timingFunction:ys,direction:"forward",fillMode:"forwards"},slideDownEnterSlow:{keyframe:function(e){return{"0%":{transform:"translateY(-"+e.delta+")",opacity:0},"100%":{transform:"translateY(0px)",opacity:1}}},keyframeParams:{delta:"20px"},duration:Bs,timingFunction:ys,direction:"forward",fillMode:"forwards"},slideDownEnterSlower:{keyframe:function(e){return{"0%":{transform:"translateY(-"+e.delta+")",opacity:0},"100%":{transform:"translateY(0px)",opacity:1}}},keyframeParams:{delta:"20px"},duration:Es,timingFunction:ys,direction:"forward",fillMode:"forwards"},slideDownEnterUltraSlow:{keyframe:function(e){return{"0%":{transform:"translateY(-"+e.delta+")",opacity:0},"100%":{transform:"translateY(0px)",opacity:1}}},keyframeParams:{delta:"20px"},duration:Os,timingFunction:ys,direction:"forward",fillMode:"forwards"},slideUpEnterUltraFast:{keyframe:function(e){return{"0%":{transform:"translateY("+e.delta+")",opacity:0},"100%":{transform:"translateY(0px)",opacity:1}}},keyframeParams:{delta:"20px"},duration:ks,timingFunction:ys,direction:"forward",fillMode:"forwards"},slideUpEnterFaster:{keyframe:function(e){return{"0%":{transform:"translateY("+e.delta+")",opacity:0},"100%":{transform:"translateY(0px)",opacity:1}}},keyframeParams:{delta:"20px"},duration:ws,timingFunction:ys,direction:"forward",fillMode:"forwards"},slideUpEnterFast:{keyframe:function(e){return{"0%":{transform:"translateY("+e.delta+")",opacity:0},"100%":{transform:"translateY(0px)",opacity:1}}},keyframeParams:{delta:"20px"},duration:xs,timingFunction:ys,direction:"forward",fillMode:"forwards"},slideUpEnterNormal:{keyframe:function(e){return{"0%":{transform:"translateY("+e.delta+")",opacity:0},"100%":{transform:"translateY(0px)",opacity:1}}},keyframeParams:{delta:"20px"},duration:Ss,timingFunction:ys,direction:"forward",fillMode:"forwards"},slideUpEnterSlow:{keyframe:function(e){return{"0%":{transform:"translateY("+e.delta+")",opacity:0},"100%":{transform:"translateY(0px)",opacity:1}}},keyframeParams:{delta:"20px"},duration:Bs,timingFunction:ys,direction:"forward",fillMode:"forwards"},slideUpEnterSlower:{keyframe:function(e){return{"0%":{transform:"translateY("+e.delta+")",opacity:0},"100%":{transform:"translateY(0px)",opacity:1}}},keyframeParams:{delta:"20px"},duration:Es,timingFunction:ys,direction:"forward",fillMode:"forwards"},slideUpEnterUltraSlow:{keyframe:function(e){return{"0%":{transform:"translateY("+e.delta+")",opacity:0},"100%":{transform:"translateY(0px)",opacity:1}}},keyframeParams:{delta:"20px"},duration:Os,timingFunction:ys,direction:"forward",fillMode:"forwards"},slideLeftEnterUltraFast:{keyframe:function(e){return{"0%":{transform:"translateX("+e.delta+")",opacity:0},"100%":{transform:"translateX(0px)",opacity:1}}},keyframeParams:{delta:"20px"},duration:ks,timingFunction:ys,direction:"forward",fillMode:"forwards"},slideLeftEnterFaster:{keyframe:function(e){return{"0%":{transform:"translateX("+e.delta+")",opacity:0},"100%":{transform:"translateX(0px)",opacity:1}}},keyframeParams:{delta:"20px"},duration:ws,timingFunction:ys,direction:"forward",fillMode:"forwards"},slideLeftEnterFast:{keyframe:function(e){return{"0%":{transform:"translateX("+e.delta+")",opacity:0},"100%":{transform:"translateX(0px)",opacity:1}}},keyframeParams:{delta:"20px"},duration:xs,timingFunction:ys,direction:"forward",fillMode:"forwards"},slideLeftEnterNormal:{keyframe:function(e){return{"0%":{transform:"translateX("+e.delta+")",opacity:0},"100%":{transform:"translateX(0px)",opacity:1}}},keyframeParams:{delta:"200px"},duration:Ss,timingFunction:ys,direction:"forward",fillMode:"forwards"},slideLeftEnterSlow:{keyframe:function(e){return{"0%":{transform:"translateX("+e.delta+")",opacity:0},"100%":{transform:"translateX(0px)",opacity:1}}},keyframeParams:{delta:"20px"},duration:Bs,timingFunction:ys,direction:"forward",fillMode:"forwards"},slideLeftEnterSlower:{keyframe:function(e){return{"0%":{transform:"translateX("+e.delta+")",opacity:0},"100%":{transform:"translateX(0px)",opacity:1}}},keyframeParams:{delta:"20px"},duration:Es,timingFunction:ys,direction:"forward",fillMode:"forwards"},slideLeftEnterUltraSlow:{keyframe:function(e){return{"0%":{transform:"translateX("+e.delta+")",opacity:0},"100%":{transform:"translateX(0px)",opacity:1}}},keyframeParams:{delta:"20px"},duration:Os,timingFunction:ys,direction:"forward",fillMode:"forwards"},slideRightEnterUltraFast:{keyframe:function(e){return{"0%":{transform:"translateX(-"+e.delta+")",opacity:0},"100%":{transform:"translateX(0px)",opacity:1}}},keyframeParams:{delta:"20px"},duration:ks,timingFunction:ys,direction:"forward",fillMode:"forwards"},slideRightEnterFaster:{keyframe:function(e){return{"0%":{transform:"translateX(-"+e.delta+")",opacity:0},"100%":{transform:"translateX(0px)",opacity:1}}},keyframeParams:{delta:"20px"},duration:ws,timingFunction:ys,direction:"forward",fillMode:"forwards"},slideRightEnterFast:{keyframe:function(e){return{"0%":{transform:"translateX(-"+e.delta+")",opacity:0},"100%":{transform:"translateX(0px)",opacity:1}}},keyframeParams:{delta:"20px"},duration:xs,timingFunction:ys,direction:"forward",fillMode:"forwards"},slideRightEnterNormal:{keyframe:function(e){return{"0%":{transform:"translateX(-"+e.delta+")",opacity:0},"100%":{transform:"translateX(0px)",opacity:1}}},keyframeParams:{delta:"200px"},duration:Ss,timingFunction:ys,direction:"forward",fillMode:"forwards"},slideRightEnterSlow:{keyframe:function(e){return{"0%":{transform:"translateX(-"+e.delta+")",opacity:0},"100%":{transform:"translateX(0px)",opacity:1}}},keyframeParams:{delta:"20px"},duration:Bs,timingFunction:ys,direction:"forward",fillMode:"forwards"},slideRightEnterSlower:{keyframe:function(e){return{"0%":{transform:"translateX(-"+e.delta+")",opacity:0},"100%":{transform:"translateX(0px)",opacity:1}}},keyframeParams:{delta:"20px"},duration:Es,timingFunction:ys,direction:"forward",fillMode:"forwards"},slideRightEnterUltraSlow:{keyframe:function(e){return{"0%":{transform:"translateX(-"+e.delta+")",opacity:0},"100%":{transform:"translateX(0px)",opacity:1}}},keyframeParams:{delta:"20px"},duration:Os,timingFunction:ys,direction:"forward",fillMode:"forwards"},slideDownExitUltraFast:{keyframe:function(e){return{"0%":{transform:"translateY(0px)",opacity:1},"100%":{transform:"translateY("+e.delta+")",opacity:0}}},keyframeParams:{delta:"20px"},duration:ks,timingFunction:vs,direction:"forward",fillMode:"forwards"},slideDownExitFaster:{keyframe:function(e){return{"0%":{transform:"translateY(0px)",opacity:1},"100%":{transform:"translateY("+e.delta+")",opacity:0}}},keyframeParams:{delta:"20px"},duration:ws,timingFunction:vs,direction:"forward",fillMode:"forwards"},slideDownExitFast:{keyframe:function(e){return{"0%":{transform:"translateY(0px)",opacity:1},"100%":{transform:"translateY("+e.delta+")",opacity:0}}},keyframeParams:{delta:"20px"},duration:xs,timingFunction:vs,direction:"forward",fillMode:"forwards"},slideDownExitNormal:{keyframe:function(e){return{"0%":{transform:"translateY(0px)",opacity:1},"100%":{transform:"translateY("+e.delta+")",opacity:0}}},keyframeParams:{delta:"20px"},duration:Ss,timingFunction:vs,direction:"forward",fillMode:"forwards"},slideDownExitSlow:{keyframe:function(e){return{"0%":{transform:"translateY(0px)",opacity:1},"100%":{transform:"translateY("+e.delta+")",opacity:0}}},keyframeParams:{delta:"20px"},duration:Bs,timingFunction:vs,direction:"forward",fillMode:"forwards"},slideDownExitSlower:{keyframe:function(e){return{"0%":{transform:"translateY(0px)",opacity:1},"100%":{transform:"translateY("+e.delta+")",opacity:0}}},keyframeParams:{delta:"20px"},duration:Es,timingFunction:vs,direction:"forward",fillMode:"forwards"},slideDownExitUltraSlow:{keyframe:function(e){return{"0%":{transform:"translateY(0px)",opacity:1},"100%":{transform:"translateY("+e.delta+")",opacity:0}}},keyframeParams:{delta:"20px"},duration:Os,timingFunction:vs,direction:"forward",fillMode:"forwards"},slideUpExitUltraFast:{keyframe:function(e){return{"0%":{transform:"translateY(0px)",opacity:1},"100%":{transform:"translateY(-"+e.delta+")",opacity:0}}},keyframeParams:{delta:"20px"},duration:ks,timingFunction:vs,direction:"forward",fillMode:"forwards"},slideUpExitFaster:{keyframe:function(e){return{"0%":{transform:"translateY(0px)",opacity:1},"100%":{transform:"translateY(-"+e.delta+")",opacity:0}}},keyframeParams:{delta:"20px"},duration:ws,timingFunction:vs,direction:"forward",fillMode:"forwards"},slideUpExitFast:{keyframe:function(e){return{"0%":{transform:"translateY(0px)",opacity:1},"100%":{transform:"translateY(-"+e.delta+")",opacity:0}}},keyframeParams:{delta:"20px"},duration:xs,timingFunction:vs,direction:"forward",fillMode:"forwards"},slideUpExitNormal:{keyframe:function(e){return{"0%":{transform:"translateY(0px)",opacity:1},"100%":{transform:"translateY(-"+e.delta+")",opacity:0}}},keyframeParams:{delta:"20px"},duration:Ss,timingFunction:vs,direction:"forward",fillMode:"forwards"},slideUpExitSlow:{keyframe:function(e){return{"0%":{transform:"translateY(0px)",opacity:1},"100%":{transform:"translateY(-"+e.delta+")",opacity:0}}},keyframeParams:{delta:"20px"},duration:Bs,timingFunction:vs,direction:"forward",fillMode:"forwards"},slideUpExitSlower:{keyframe:function(e){return{"0%":{transform:"translateY(0px)",opacity:1},"100%":{transform:"translateY(-"+e.delta+")",opacity:0}}},keyframeParams:{delta:"20px"},duration:Es,timingFunction:vs,direction:"forward",fillMode:"forwards"},slideUpExitUltraSlow:{keyframe:function(e){return{"0%":{transform:"translateY(0px)",opacity:1},"100%":{transform:"translateY(-"+e.delta+")",opacity:0}}},keyframeParams:{delta:"20px"},duration:Os,timingFunction:vs,direction:"forward",fillMode:"forwards"},slideRightExitUltraFast:{keyframe:function(e){return{"0%":{transform:"translateX(0px)",opacity:1},"100%":{transform:"translateX("+e.delta+")",opacity:0}}},keyframeParams:{delta:"20px"},duration:ks,timingFunction:vs,direction:"forward",fillMode:"forwards"},slideRightExitFaster:{keyframe:function(e){return{"0%":{transform:"translateX(0px)",opacity:1},"100%":{transform:"translateX("+e.delta+")",opacity:0}}},keyframeParams:{delta:"20px"},duration:ws,timingFunction:vs,direction:"forward",fillMode:"forwards"},slideRightExitFast:{keyframe:function(e){return{"0%":{transform:"translateX(0px)",opacity:1},"100%":{transform:"translateX("+e.delta+")",opacity:0}}},keyframeParams:{delta:"20px"},duration:xs,timingFunction:vs,direction:"forward",fillMode:"forwards"},slideRightExitNormal:{keyframe:function(e){return{"0%":{transform:"translateX(0px)",opacity:1},"100%":{transform:"translateX("+e.delta+")",opacity:0}}},keyframeParams:{delta:"20px"},duration:Ss,timingFunction:vs,direction:"forward",fillMode:"forwards"},slideRightExitSlow:{keyframe:function(e){return{"0%":{transform:"translateX(0px)",opacity:1},"100%":{transform:"translateX("+e.delta+")",opacity:0}}},keyframeParams:{delta:"20px"},duration:Bs,timingFunction:vs,direction:"forward",fillMode:"forwards"},slideRightExitSlower:{keyframe:function(e){return{"0%":{transform:"translateX(0px)",opacity:1},"100%":{transform:"translateX("+e.delta+")",opacity:0}}},keyframeParams:{delta:"20px"},duration:Es,timingFunction:vs,direction:"forward",fillMode:"forwards"},slideRightExitUltraSlow:{keyframe:function(e){return{"0%":{transform:"translateX(0px)",opacity:1},"100%":{transform:"translateX("+e.delta+")",opacity:0}}},keyframeParams:{delta:"20px"},duration:Os,timingFunction:vs,direction:"forward",fillMode:"forwards"},slideLeftExitUltraFast:{keyframe:function(e){return{"0%":{transform:"translateX(0px)",opacity:1},"100%":{transform:"translateX(-"+e.delta+")",opacity:0}}},keyframeParams:{delta:"20px"},duration:ks,timingFunction:vs,direction:"forward",fillMode:"forwards"},slideLeftExitFaster:{keyframe:function(e){return{"0%":{transform:"translateX(0px)",opacity:1},"100%":{transform:"translateX(-"+e.delta+")",opacity:0}}},keyframeParams:{delta:"20px"},duration:ws,timingFunction:vs,direction:"forward",fillMode:"forwards"},slideLeftExitFast:{keyframe:function(e){return{"0%":{transform:"translateX(0px)",opacity:1},"100%":{transform:"translateX(-"+e.delta+")",opacity:0}}},keyframeParams:{delta:"20px"},duration:xs,timingFunction:vs,direction:"forward",fillMode:"forwards"},slideLeftExitNormal:{keyframe:function(e){return{"0%":{transform:"translateX(0px)",opacity:1},"100%":{transform:"translateX(-"+e.delta+")",opacity:0}}},keyframeParams:{delta:"20px"},duration:Ss,timingFunction:vs,direction:"forward",fillMode:"forwards"},slideLeftExitSlow:{keyframe:function(e){return{"0%":{transform:"translateX(0px)",opacity:1},"100%":{transform:"translateX(-"+e.delta+")",opacity:0}}},keyframeParams:{delta:"20px"},duration:Bs,timingFunction:vs,direction:"forward",fillMode:"forwards"},slideLeftExitSlower:{keyframe:function(e){return{"0%":{transform:"translateX(0px)",opacity:1},"100%":{transform:"translateX(-"+e.delta+")",opacity:0}}},keyframeParams:{delta:"20px"},duration:Es,timingFunction:vs,direction:"forward",fillMode:"forwards"},slideLeftExitUltraSlow:{keyframe:function(e){return{"0%":{transform:"translateX(0px)",opacity:1},"100%":{transform:"translateX(-"+e.delta+")",opacity:0}}},keyframeParams:{delta:"20px"},duration:Os,timingFunction:vs,direction:"forward",fillMode:"forwards"}},js=Object.assign({},As,Fs,Ps,{"carousel-slide-to-next-enter":Ps.slideLeftEnterNormal,"carousel-slide-to-previous-enter":Ps.slideRightEnterNormal,"popup-show":As.fadeEnterUltraFast,"popup-hide":As.fadeExitUltraFast}),Rs=null,Is=function(e,r){var o;return r||Rs||(Rs=function(){if(hn())try{return function(e){return e&&parseFloat(e)||null}(getComputedStyle(document.documentElement).fontSize)||16}catch(e){return 16}return 16}()),(1e4*(o=e/(r||Rs||16))+(o>0?.5:-.5)<<0)/1e4+"rem"},Ms={brand:{50:"#e8ebfa",100:"#dcdffa",200:"#c5cbfa",300:"#acb3fa",400:"#9399f5",450:"#9499f5",500:"#7a80eb",600:"#5b5fc7",700:"#444691",800:"#3d3e78",900:"#383966",1e3:"#2f2f4a"}},Ds={grey:{0:"#FFFFFF",25:"#FCFCFB",50:"#FAF9F8",100:"#F3F2F1",150:"#EDEBE9",200:"#E1DFDD",250:"#C8C6C4",300:"#B3B0AD",340:"#999",350:"#979593",400:"#8A8886",430:"#707070",440:"#666666",450:"#605E5C",500:"#484644",550:"#3B3A39",600:"#323131",650:"#2D2C2C",700:"#292828",750:"#252423",800:"#201F1F",850:"#1B1A1A",900:"#11100F",1e3:"#000000"},orange:{50:"#F9ECEA",100:"#EFDBD3",200:"#EDC2A7",300:"#E97548",400:"#CC4A31",500:"#BD432C",600:"#A33D2A",700:"#833122",800:"#664134",900:"#51332C"},pink:{50:"#FCF2FA",100:"#F1DFEE",200:"#EC6FAE",300:"#DE569A",400:"#E959D9",500:"#B4009E",600:"#943670",700:void 0,800:"#3E2D3B",900:"#1F191D"},red:{50:"#FCF4F6",100:"#F3D6D8",200:"#F75E75",300:"#E73550",400:"#C4314B",500:"#A72037",600:"#8E192E",700:"#4F222B",800:"#3E1F25",900:"#1E040A"},green:{50:"#E7F2DA",100:"#BDDA9B",200:"#92C353",300:"#6BB700",400:"#13A40E",500:void 0,600:"#237B4B",700:void 0,800:"#0D2E0D",900:"#032003"},yellow:{50:void 0,100:"#FBF6D9",200:"#F2E384",300:"#F9EC02",400:"#F8D22A",500:"#FFB900",600:"#FFAA44",700:"#835C00",800:"#463100",900:"#261A00"}},zs=Object.assign({},Ms,Ds),_s={black:"#000",white:"#fff"},Hs={silver:{100:"rgba(255,255,255,0.85)",200:"rgba(255,255,255,0.75)",300:"rgba(255,255,255,0.65)",400:"rgba(255,255,255,0.5)",500:"rgba(255,255,255,0.4)",600:"rgba(255,255,255,0.3)",700:"rgba(255,255,255,0.2)",800:"rgba(255,255,255,0.1)",900:"rgba(255,255,255,0.05)"},ruby:{100:void 0,200:void 0,300:void 0,400:void 0,500:"rgba(196,49,75,0.9)",600:"rgba(167,32,55,0.9)",700:"rgba(142,25,46,0.9)",800:void 0,900:void 0},onyx:{100:"rgba(59,58,57,0.9)",200:"rgba(45,44,44,0.4)",300:"rgba(37,36,35,0.2)",400:"rgba(37,36,35,0.65)",500:"rgba(41,40,40,0.9)",600:"rgba(0,0,0,0.05)",700:"rgba(0,0,0,0.5)",800:"rgba(27,26,26,0.9)",900:"rgba(0,0,0,0.8)"},amethyst:{100:void 0,200:void 0,300:void 0,400:"rgba(98,100,167,0.75)",500:"rgba(51,52,74,0.5)",600:"rgba(70,71,117,0.4)",700:"rgba(98,100,167,0.15)",800:void 0,900:void 0}},Ts=Object.assign({},zs,_s,Hs),Ws=function(e){return void 0===e&&(e={}),Object.assign({foreground:void 0,background:void 0,border:void 0,shadow:void 0,foregroundHover:void 0,backgroundHover:void 0,borderHover:void 0,shadowHover:void 0,foregroundActive:void 0,backgroundActive:void 0,borderActive:void 0,shadowActive:void 0,foregroundFocus:void 0,backgroundFocus:void 0,borderFocus:void 0,shadowFocus:void 0,foregroundPressed:void 0,backgroundPressed:void 0,borderPressed:void 0,shadowPressed:void 0,foregroundDisabled:void 0,backgroundDisabled:void 0,borderDisabled:void 0,shadowDisabled:void 0},e)},Ls=function(){var e={default:Ws({foreground:Ts.grey[750],foreground1:Ts.grey[500],foreground2:Ts.grey[450],foreground3:Ts.white,foreground4:Ts.white,foreground5:Ts.grey[100],foreground6:Ts.grey[200],foreground7:Ts.grey[750],foreground8:Ts.grey[750],foreground9:Ts.grey[430],background:Ts.white,background1:Ts.grey[50],background2:Ts.grey[100],background3:Ts.grey[150],background4:Ts.grey[100],background5:Ts.grey[350],background6:Ts.grey[550],border:Ts.grey[200],border1:Ts.grey[150],border2:Ts.grey[200],border3:Ts.grey[150],borderTransparent:"transparent",borderTransparentActive:"transparent",shadow:Ts.black,shadowHover:Ts.black,foregroundHover:Ts.grey[750],foregroundHover1:Ts.white,foregroundHover2:Ts.white,backgroundHover:Ts.grey[100],backgroundHover1:Ts.grey[150],backgroundHover2:"transparent",backgroundHover3:Ts.grey[150],backgroundHover4:Ts.grey[50],borderHover:Ts.grey[250],foregroundPressed:Ts.grey[750],backgroundPressed:Ts.grey[200],backgroundPressed3:Ts.grey[150],borderPressed:Ts.grey[250],foregroundActive:Ts.grey[750],foregroundActive1:Ts.white,backgroundActive:Ts.grey[100],backgroundActive1:Ts.grey[150],backgroundActive2:Ts.grey[150],borderActive:Ts.grey[200],borderActive1:Ts.grey[150],borderActive2:Ts.grey[200],borderActive3:Ts.grey[150],borderActive4:Ts.grey[400],foregroundFocus:Ts.grey[750],foregroundFocus1:Ts.grey[500],foregroundFocus2:Ts.grey[450],foregroundFocus3:Ts.white,backgroundFocus:Ts.white,backgroundFocus1:Ts.grey[50],backgroundFocus2:Ts.grey[100],backgroundFocus3:Ts.grey[150],borderFocusWithin:Ts.white,borderFocus:Ts.black,foregroundDisabled1:Ts.grey[250],foregroundDisabled:Ts.grey[250],backgroundDisabled:Ts.grey[150],backgroundDisabled1:Ts.grey[150],backgroundDisabled2:Ts.grey[50],backgroundDisabled3:Ts.grey[50],borderDisabled:Ts.grey[150]}),brand:Ws({foreground:Ts.brand[600],foreground1:Ts.brand[600],foreground2:Ts.brand[700],foreground3:Ts.brand[200],foreground4:Ts.white,foreground5:Ts.white,background:Ts.brand[600],background1:Ts.brand[100],background2:Ts.brand[900],background3:Ts.brand[1e3],background4:Ts.brand[800],background5:Ts.brand[100],background6:Ts.brand[600],border:Ts.grey[200],border1:Ts.brand[200],border2:Ts.brand[300],shadow:Ts.black,shadowHover:Ts.black,foregroundHover:Ts.brand[600],foregroundHover1:Ts.white,foregroundHover2:Ts.brand[200],borderHover:Ts.brand[300],backgroundHover:Ts.brand[700],backgroundHover1:Ts.brand[50],backgroundHover2:Ts.brand[100],backgroundHover3:Ts.brand[100],foregroundPressed:Ts.brand[800],foregroundPressed1:Ts.white,backgroundPressed:Ts.brand[800],backgroundPressed1:Ts.brand[100],backgroundPressed2:Ts.brand[100],borderPressed:Ts.brand[300],foregroundActive:Ts.brand[600],foregroundActive1:Ts.brand[600],foregroundActive2:Ts.brand[200],backgroundActive:Ts.brand[600],backgroundActive1:Ts.brand[600],borderActive:Ts.grey[200],borderActive1:Ts.brand[200],borderActive2:Ts.brand[300],foregroundFocus:Ts.brand[600],foregroundFocus1:Ts.brand[600],foregroundFocus2:Ts.brand[700],foregroundFocus3:Ts.brand[200],foregroundFocus4:Ts.white,backgroundFocus:Ts.brand[600],backgroundFocus1:Ts.brand[100],backgroundFocus2:Ts.brand[900],backgroundFocus3:Ts.brand[1e3],borderFocus:Ts.black,borderFocusWithin:Ts.white,borderFocus1:Ts.brand[600],foregroundDisabled:Ts.grey[250],foregroundDisabled1:Ts.grey[250],backgroundDisabled:Ts.grey[150],backgroundDisabled1:Ts.grey[150],borderDisabled:Ts.grey[150]}),black:{foreground:Ts.black,foreground1:Ts.white,background:Ts.white,background1:Ts.grey[750],border:Ts.black,shadow:Ts.black,foregroundHover:Ts.white,backgroundHover:Ts.black,borderHover:Ts.black,shadowHover:Ts.black,foregroundActive:Ts.white,backgroundActive:Ts.black,borderActive:Ts.black,shadowActive:Ts.black,foregroundFocus:Ts.white,backgroundFocus:Ts.black,borderFocus:Ts.black,shadowFocus:Ts.black,foregroundPressed:Ts.white,backgroundPressed:Ts.black,borderPressed:Ts.black,shadowPressed:Ts.black,foregroundDisabled:Ts.white,backgroundDisabled:Ts.black,borderDisabled:Ts.black,shadowDisabled:Ts.black},white:{foreground:Ts.white,foreground1:Ts.grey[750],background:Ts.black,background1:Ts.white,border:Ts.white,shadow:Ts.white,foregroundHover:Ts.black,backgroundHover:Ts.white,borderHover:Ts.white,shadowHover:Ts.white,foregroundActive:Ts.black,backgroundActive:Ts.white,borderActive:Ts.white,shadowActive:Ts.white,foregroundFocus:Ts.black,backgroundFocus:Ts.white,borderFocus:Ts.white,shadowFocus:Ts.white,foregroundPressed:Ts.black,backgroundPressed:Ts.white,borderPressed:Ts.white,shadowPressed:Ts.white,foregroundDisabled:Ts.black,backgroundDisabled:Ts.white,borderDisabled:Ts.white,shadowDisabled:Ts.white},green:Ws({foreground:Ts.green[600],foreground1:Ts.white,foreground2:Ts.green[400],foreground3:Ts.white,background:Ts.green[300],background1:Ts.green[600],background2:Ts.green[50],border:Ts.green[100],border1:Ts.green[600]}),orange:Ws({foreground:Ts.orange[400],foreground1:Ts.orange[300],foreground2:Ts.white,background:Ts.orange[400],background1:Ts.orange[400],border:Ts.orange[200]}),pink:Ws({foreground:Ts.pink[600],foreground1:Ts.pink[500],background:Ts.pink[50],border:Ts.pink[100]}),red:Ws({foreground:Ts.red[400],foreground1:Ts.white,foreground2:Ts.white,background:Ts.red[400],background1:Ts.red[50],background2:Ts.ruby[500],background3:Ts.red[400],border:Ts.red[100],border1:Ts.red[300],foregroundHover:Ts.white,backgroundHover:Ts.ruby[600],backgroundHover1:Ts.red[400],foregroundPressed:Ts.white,backgroundPressed:Ts.ruby[700]}),yellow:Ws({foreground:Ts.yellow[300],foreground1:Ts.grey[800],foreground2:Ts.white,foreground3:Ts.grey[750],foreground4:Ts.yellow[700],background:Ts.yellow[600],background1:Ts.yellow[100],background2:Ts.yellow[500],background3:Ts.yellow[100],border:Ts.yellow[200],border1:Ts.yellow[700]}),silver:Ws({foreground:Ts.white,foreground1:Ts.silver[200],foregroundHover:Ts.white,foregroundPressed:Ts.white,border:Ts.silver[600],background:"transparent",backgroundHover:Ts.silver[800],borderHover:Ts.silver[600],backgroundPressed:Ts.silver[700],borderPressed:Ts.silver[600],foregroundDisabled:Ts.silver[600],backgroundDisabled:Ts.silver[900]}),onyx:Ws({background:Ts.onyx[500],background1:Ts.onyx[100],background2:Ts.onyx[500],background3:Ts.onyx[400],backgroundHover:Ts.onyx[500],backgroundPressed:Ts.onyx[800],border:Ts.onyx[800],border1:"transparent",border2:Ts.onyx[300]}),amethyst:Ws({background:Ts.amethyst[600],backgroundHover:Ts.amethyst[700],backgroundHover1:Ts.amethyst[500],backgroundActive:Ts.amethyst[700]})};return e.grey=e.default,e}(),Ns=["default","black","white","brand","grey","red","yellow","green","pink","orange"],Us=function(e,r){return e&&function(e){return e&&Ns.indexOf(e)>=0}(e)?e:r?"brand":"default"},Zs=function(e,r,o){return e[Us(r,o)]},Vs={redDark:{100:"#FAF6F6",150:"#F2E4E5",200:"#E7CED1",250:"#CF9BA1",300:"#C07B82",350:"#C98289",400:"#A23D48",450:"#A03843",500:"#96232F",550:"#88232E",600:"#861F2A",650:"#721A23",700:"#69232A",750:"#521319",800:"#4D2327",850:"#3D2326",900:"#292424"},red:{100:"#FCF7F8",150:"#F8E8EA",200:"#F3D7D9",250:"#E7ADB2",300:"#DF9299",350:"#DC8990",400:"#D06069",450:"#CF5B65",500:"#CA4A55",550:"#B6454F",600:"#B6424C",650:"#993840",700:"#883B42",750:"#6E282E",800:"#603135",850:"#492C2E",900:"#2A2425"},orangeDark:{100:"#FCF7F6",150:"#F8E8E4",200:"#F2D5CD",250:"#E5AA99",300:"#DD8E77",350:"#DA846B",400:"#CD5937",450:"#CC5634",500:"#C7431D",550:"#B33F1E",600:"#B23C1A",650:"#973216",700:"#85361F",750:"#6D240F",800:"#5E2F21",850:"#482A22",900:"#2B2423"},orange:{100:"#FEF9F7",150:"#FCECE9",200:"#FBDED7",250:"#F7BBAD",300:"#F4A593",350:"#F39D89",400:"#F07A60",450:"#EF785D",500:"#EE694B",550:"#D66046",600:"#D65E43",650:"#B24932",700:"#9C4D3B",750:"#823929",800:"#6D3C32",850:"#51332C",900:"#2D2725"},orangeLight:{100:"#FEFBF7",150:"#FEF3E8",200:"#FDEAD4",250:"#FCD4A8",300:"#FCC68B",350:"#FBC181",400:"#FAAB54",450:"#FAA950",500:"#FAA03E",550:"#E0903A",600:"#E08F37",650:"#A45D11",700:"#A56F34",750:"#895722",800:"#72502D",850:"#533F29",900:"#2D2925"},yellowDark:{100:"#FDFBF6",150:"#FBF3E4",200:"#F8EACD",250:"#F1D499",300:"#EDC678",350:"#ECC26E",400:"#E5AC39",450:"#E4AA35",500:"#E2A11F",550:"#CA911F",600:"#CA901B",650:"#92660D",700:"#966E20",750:"#7C5811",800:"#685022",850:"#4E3F22",900:"#2C2924"},yellow:{100:"#FEFCF5",150:"#FEF6E2",200:"#FEEFCB",250:"#FEDF95",300:"#FDD472",350:"#FDD066",400:"#FDC030",450:"#FDBF2B",500:"#FDB814",550:"#E3A615",600:"#E4A512",650:"#8F680D",700:"#A67D1B",750:"#805E0B",800:"#72581E",850:"#544420",900:"#2D2922"},brown:{100:"#FBF9F8",150:"#F3EDEA",200:"#E9DDD8",250:"#D3BBAF",300:"#C4A494",350:"#BF9D8C",400:"#A87A63",450:"#A67760",500:"#9D684E",550:"#8E6049",600:"#8C5D46",650:"#764E3B",700:"#6D4C3C",750:"#56392B",800:"#503C33",850:"#3F322D",900:"#292625"},oliveDark:{100:"#F8F9F7",150:"#EBEEE7",200:"#DBE1D5",250:"#B7C2AA",300:"#9EAD8D",350:"#96A683",400:"#708757",450:"#6D8453",500:"#5E7741",550:"#566C3D",600:"#546B3A",650:"#475A31",700:"#465535",750:"#334123",800:"#38412E",850:"#31362A",900:"#272724"},olive:{100:"#FAFBF8",150:"#F1F5EC",200:"#E6EDDC",250:"#CCDBB8",300:"#BBD0A1",350:"#B5CC99",400:"#9BBA75",450:"#99B872",500:"#8EB163",550:"#809F5A",600:"#7F9E58",650:"#56742F",700:"#637849",750:"#4E6136",800:"#4B563A",850:"#3C4231",900:"#292926"},greenDark:{100:"#F5F9F7",150:"#E5EFE9",200:"#CFE1D7",250:"#9EC3AE",300:"#7DAE93",350:"#72A78A",400:"#408861",450:"#3C865D",500:"#27794C",550:"#266E46",600:"#236D44",650:"#1D5C39",700:"#26563B",750:"#154229",800:"#254232",850:"#25362C",900:"#252725"},green:{100:"#F6FBF9",150:"#E5F5ED",200:"#D1ECDF",250:"#A1DABD",300:"#82CDA8",350:"#78C9A0",400:"#48B67F",450:"#45B57C",500:"#30AD6E",550:"#2F9B64",600:"#2B9B62",650:"#248353",700:"#2B7550",750:"#1A5E3C",800:"#29553E",850:"#274134",900:"#242826"},tealDark:{100:"#F6F8F9",150:"#E5EBED",200:"#CEDADD",250:"#9BB4BA",300:"#7B9CA3",350:"#7FA3AB",400:"#3D6E79",450:"#386A75",500:"#235A67",550:"#23535E",600:"#1F515C",650:"#1A444E",700:"#24454C",750:"#133138",800:"#23373C",850:"#243033",900:"#252627"},teal:{100:"#F6F9FA",150:"#E9F0F2",200:"#D6E3E7",250:"#ABC6CE",300:"#8FB3BE",350:"#85ACB8",400:"#5A8F9F",450:"#578D9E",500:"#458193",550:"#417686",600:"#3E7484",650:"#34626F",700:"#375B66",750:"#254650",800:"#2F454C",850:"#2C383C",900:"#262828"},tealLight:{100:"#F8FCFC",150:"#EBF7F7",200:"#DBF1F1",250:"#B5E3E3",300:"#9DD9DB",350:"#96D6D8",400:"#70C8CA",450:"#6DC7C9",500:"#5DC1C3",550:"#55ADAF",600:"#53AEAF",650:"#37797B",700:"#468183",750:"#33696B",800:"#395B5C",850:"#314646",900:"#272A2A"},blueDark:{100:"#F5F7FA",150:"#E0E7F2",200:"#C7D4E8",250:"#8CA7D0",300:"#668AC0",350:"#6991CC",400:"#1E53A3",450:"#1A50A1",500:"#003D97",550:"#053988",600:"#003788",650:"#002E72",700:"#0F3268",750:"#002152",800:"#182D4D",850:"#1D293D",900:"#242528"},blue:{100:"#F6F8FB",150:"#E3EAF3",200:"#CDDAEA",250:"#99B3D4",300:"#779AC6",350:"#7FA3D0",400:"#376BAB",450:"#3469A9",500:"#1D58A0",550:"#1D5190",600:"#1A4F90",650:"#164279",700:"#20426E",750:"#0F3057",800:"#213650",850:"#232F3F",900:"#252629"},purpleDark:{100:"#F7F6FA",150:"#E8E7F2",200:"#D6D4E8",250:"#ADA8D1",300:"#918AC2",350:"#928BC5",400:"#5D53A5",450:"#5A50A4",500:"#483D9A",550:"#443A8C",600:"#40368A",650:"#362E75",700:"#3A336B",750:"#272154",800:"#312D4E",850:"#2C293D",900:"#262529"},purple:{100:"#F9F9FB",150:"#EFEDF5",200:"#E2DEED",250:"#C3BDDC",300:"#AFA6D0",350:"#A99FCC",400:"#8B7DBA",450:"#877AB8",500:"#7B6CB1",550:"#70629F",600:"#6E609E",650:"#5D5286",700:"#584E78",750:"#443B61",800:"#443D56",850:"#383342",900:"#282729"},maroon:{100:"#FBF7F9",150:"#F4E6EE",200:"#EBD3E1",250:"#D6A5C3",300:"#C988AF",350:"#CC87B1",400:"#AF5089",450:"#AD4C87",500:"#A5397A",550:"#953770",600:"#94336D",650:"#7D2B5C",700:"#723057",750:"#5A1F42",800:"#522B42",850:"#412836",900:"#2A2527"},pink:{100:"#FDF7F9",150:"#FAE7EE",200:"#F5D3DF",250:"#ECA4BE",300:"#E687A8",350:"#E47CA1",400:"#DA4E7F",450:"#DA4A7D",500:"#D6376F",550:"#C03465",600:"#C13164",650:"#A22954",700:"#8F2F50",750:"#751E3C",800:"#642A3E",850:"#4B2834",900:"#2B2426"},smokeDark:{100:"#F6F6F6",150:"#E8E8E8",200:"#D5D5D5",250:"#AAAAAA",300:"#8E8E8E",350:"#939393",400:"#5A5A5A",450:"#565656",500:"#444444",550:"#404040",600:"#3D3D3D",650:"#333333",700:"#373737",750:"#252525",800:"#2B2A2A",850:"#282828",900:"#262525"},smokeLight:{100:"#F9F9F9",150:"#EDEDED",200:"#DFDFDF",250:"#BEBEBE",300:"#A9A9A9",350:"#A1A1A1",400:"#818181",450:"#7E7E7E",500:"#707070",550:"#676767",600:"#646464",650:"#555555",700:"#525151",750:"#3D3D3D",800:"#353434",850:"#2E2D2D",900:"#272626"},steelDark:{100:"#F8F9F9",150:"#ECEEEF",200:"#DDE1E2",250:"#BBC2C4",300:"#A5AEB1",350:"#9DA7AB",400:"#7B898D",450:"#78868B",500:"#69797E",550:"#606E73",600:"#5E6D71",650:"#4F5B5F",700:"#4E5659",750:"#394245",800:"#3D4244",850:"#343637",900:"#272727"},steelLight:{100:"#FBFBFB",150:"#F3F3F5",200:"#EAEDEE",250:"#D4DADC",300:"#C7C6D0",350:"#C1CACC",400:"#ACABBB",450:"#A9B5B9",500:"#A0AEB2",550:"#919DA1",600:"#8F9C9F",650:"#637074",700:"#6F7678",750:"#585761",800:"#515556",850:"#404243",900:"#292828"},neon:{100:"#FAFEDF",150:"#F4FBC4",200:"#E9F1AC",250:"#E5F18F",300:"#D9E388",350:"#C8D464",400:"#BDCB4C",450:"#B7C640",500:"#A8B63A",550:"#99A43B",600:"#909A45",650:"#899338",700:"#7A8337",750:"#656C2B",800:"#50571E",850:"#3C4212",900:"#272B0E"}},Gs=function(e,r){return void 0===r&&(r={}),Object.assign({foreground:Vs[e][750],foreground1:Vs[e][400],background:Vs[e][200],borderActive:Vs[e][650]},r)},Xs={redDark:Gs("redDark"),red:Gs("red"),orangeDark:Gs("orangeDark"),orange:Gs("orange"),orangeLight:Gs("orangeLight"),yellowDark:Gs("yellowDark"),yellow:Gs("yellow"),brown:Gs("brown"),oliveDark:Gs("oliveDark"),olive:Gs("olive"),greenDark:Gs("greenDark"),green:Gs("green"),tealDark:Gs("tealDark"),teal:Gs("teal"),tealLight:Gs("tealLight"),blueDark:Gs("blueDark"),blue:Gs("blue"),purpleDark:Gs("purpleDark"),purple:Gs("purple"),maroon:Gs("maroon"),pink:Gs("pink"),smokeDark:Gs("smokeDark"),smokeLight:Gs("smokeLight"),steelDark:Gs("steelDark"),steelLight:Gs("steelLight"),neon:Gs("neon"),formatting:{foreground1:Vs.red[600],background1:Vs.red[300],foreground2:Vs.orangeDark[400],background2:Vs.orange[300],foreground3:Vs.yellow[400],background3:Vs.yellow[300],foreground4:Vs.neon[450],background4:Vs.neon[200],foreground5:Vs.green[600],background5:Vs.green[300],foreground6:Vs.tealLight[650],background6:Vs.tealLight[300],foreground7:Vs.blueDark[400],background7:Vs.blueDark[200],foreground8:Vs.maroon[500],background8:Vs.maroon[200]}},Ys="1px",$s="2px",Ks="4px",qs="8px",Js=Ts.white,Qs=Ts.black,ec="0 .2rem .4rem -.075rem rgba(0, 0, 0, .1)",rc="0 .4rem .7rem -.1rem rgba(0, 0, 0, .1)",oc="0 .8rem 1rem -.2rem rgba(0, 0, 0, .1)",tc="0 1.6rem 1.8rem -.4rem rgba(0, 0, 0, .1)",nc="0 .2rem .4rem -.075rem rgba(0, 0, 0, .25)",ac="0 0 2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .14)",ic="0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .14)",lc="0 0 2px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .14)",sc="0 0 2px rgba(0, 0, 0, .12), 0 8px 16px rgba(0, 0, 0, .14)",cc="0 0 8px rgba(0, 0, 0, .20), 0 14px 28px rgba(0, 0, 0, .24)",dc="0 0 8px rgba(0, 0, 0, .20), 0 32px 64px rgba(0, 0, 0, .24)",uc={smaller:Is(10),small:Is(12),medium:Is(14),large:Is(18),larger:Is(24),largest:Is(28)},fc=200,gc=300,pc=400,bc=600,mc=700,hc=1,vc=1.2,yc=1.3333,Cc=1.4286,kc=1.3333,wc=1.3333,xc=1.3333,Sc={background:0,foreground:1,menuItem:2,overlay:1e3,overlayPriority:1001,debug:999999999},Bc=0,Ec=0,Oc='"Segoe UI", system-ui, "Apple Color Emoji", "Segoe UI Emoji", sans-serif',Fc=uc.medium,Ac=Ts.white,Pc=Ts.grey[750],jc=Cc,Rc=function(e){return{color:e.bodyColor,focusBorderColor:e.focusOuterBorderColor,focusBorderRadius:e.borderRadiusMedium,focusBorderWidth:e.borderWidth}},Ic=function(e){return{padding:Is(7)+" "+Is(3)+" "+Is(7)+" "+Is(11),iconSpace:Is(12),iconSize:Is(32),borderColor:e.colorScheme.default.border3,borderRadius:e.borderRadiusMedium,backgroundColor:e.colorScheme.default.background4,backgroundColorHover:e.colorScheme.default.backgroundHover1,textColor:e.colorScheme.default.foreground,textColorHover:e.colorScheme.default.foregroundHover,boxShadow:e.shadowLevel1,focusBackgroundColor:void 0,focusColor:void 0,progressColor:e.colorScheme.green.background,progressHeight:Is(4),headerFontSize:e.fontSizes.medium,headerFontWeight:e.fontWeightSemibold,headerLineHeight:e.lineHeightMedium,descriptionFontSize:e.fontSizes.small,descriptionFontWeight:e.fontWeightRegular,descriptionLineHeight:e.lineHeightDefault,actionHeight:Is(32),actionMaxWidth:Is(280),actionColor:e.colorScheme.default.foreground,actionPrimaryColor:e.colorScheme.brand.foreground,actionColorDisabled:e.colorScheme.brand.foregroundDisabled1,actionIconSize:Is(16),actionLoaderBorderSize:Is(2),actionLoaderSize:Is(20),actionLoaderSvgHeight:Is(1220),actionLoaderSvgAnimationHeight:Is(-1200),actionFocusBorderRadius:e.borderRadiusMedium}},Mc=function(e){var r=Is(28);return{borderStyle:"solid",borderWidth:"1px",borderRadius:e.borderRadiusMedium,backgroundColor:e.colorScheme.default.background4,borderColor:e.colorScheme.default.border2,color:e.colorScheme.default.foreground1,fontWeight:e.fontWeightRegular,minHeight:r,padding:"0 "+Is(16),actionsMargin:Is(5),hoverBorderColor:void 0,hoverBackgroundColor:void 0,focusBackgroundColor:void 0,dismissActionHoverBorderRadius:void 0,dismissActionHoverBorderWidth:void 0,dismissActionHoverInnerBorderColor:void 0,dismissActionHoverOuterBorderColor:void 0,dismissActionHoverZIndex:void 0,dismissActionSize:r,dismissActionColor:void 0,dismissiblePadding:"0 0 0 "+Is(16),dangerColor:e.colorScheme.red.foreground,dangerBackgroundColor:e.colorScheme.red.background1,dangerBorderColor:e.colorScheme.red.border,oof:!1,oofColor:e.colorScheme.pink.foreground,oofBackgroundColor:e.colorScheme.pink.background,oofBorderColor:e.colorScheme.pink.border,successColor:e.colorScheme.green.foreground,successBackgroundColor:e.colorScheme.green.background2,successBorderColor:e.colorScheme.green.border,urgent:!1,urgentColor:e.colorScheme.red.foreground1,urgentBackgroundColor:e.colorScheme.red.background3,urgentBorderColor:e.colorScheme.red.background3,warningColor:e.colorScheme.yellow.foreground4,warningBackgroundColor:e.colorScheme.yellow.background3,warningBorderColor:e.colorScheme.yellow.border,headerFontWeight:e.fontWeightSemibold,headerMargin:"0 "+Is(10)+" 0 0",iconMargin:"0 "+Is(10)+" 0 0",iconSize:Is(16),dismissActionBackgroundColor:"transparent",dismissActionBorderRadius:e.borderRadiusMedium,dismissActionBorderColor:"transparent",dismissActionColorHover:e.colorScheme.brand.foregroundHover,dismissActionBackgroundColorHover:e.colorScheme.default.backgroundHover2,dismissActionBorderColorHover:e.colorScheme.default.borderHover,dismissActionContentFontWeight:e.fontWeightSemibold,dismissActionBackgroundColorFocus:void 0,dismissActionBorderColorFocus:void 0,dismissActionColorFocus:void 0,dismissActionColorDisabled:e.colorScheme.brand.foregroundDisabled,dismissActionBackgroundColorDisabled:e.colorScheme.default.backgroundDisabled,dismissActionBorderColorDisabled:"transparent",dismissActionIndicatorSize:Is(16),focusBorderRadius:e.borderRadiusMedium,focusBorderWidth:e.borderWidth,focusInnerBorderColor:e.focusInnerBorderColor,focusOuterBorderColor:e.focusOuterBorderColor,focusBorderZIndex:e.zIndexes.foreground}},Dc=function(){return function(){for(var e=arguments.length,r=new Array(e),o=0;o<e;o++)r[o]=arguments[o];return r}.apply(void 0,arguments)},zc=(Dc("foreground","background"),function(e){return{avatarBorderColor:"",avatarBorderWidth:"0",squareAvatarBorderRadius:e.borderRadiusMedium,iconColor:e.colors.white,iconBackgroundColor:e.colors.brand[600],statusBorderWidth:"2px",statusIconSize:Is(7),statusBorderColor:e.bodyBackground,statusSuccessBackgroundColor:e.colorScheme.green.background,statusSuccessColor:e.colorScheme.green.foreground1,statusInfoBackgroundColor:e.colorScheme.brand.background,statusInfoColor:e.colorScheme.default.foreground2,statusWarningBackgroundColor:e.colorScheme.yellow.background,statusWarningColor:e.colorScheme.yellow.foreground2,statusErrorBackgroundColor:e.colorScheme.red.background,statusErrorColor:e.colorScheme.red.foreground2,statusBackgroundColor:e.colorScheme.default.background5,statusColor:e.colorScheme.default.foreground4,imageWidth:void 0,imageHeight:void 0,imageAvatarRadius:Is(9999),imageAvatarSize:Is(32),imageCircularRadius:Is(9999),labelCircularRadius:Is(9999),labelColor:"rgba(0, 0, 0, 0.6)",labelBackground:"rgb(232, 232, 232)"}}),_c=function(e){return{padding:"0 "+Is(20),height:Is(32),minWidth:Is(96),loadingMinWidth:Is(118),maxWidth:Is(280),borderRadius:e.borderRadiusMedium,contentFontSize:e.fontSizes.medium,contentFontWeight:e.fontWeightSemibold,contentLineHeight:e.lineHeightMedium,color:e.colorScheme.default.foreground,colorHover:e.colorScheme.default.foregroundHover,colorActive:e.colorScheme.default.foregroundPressed,colorDisabled:e.colorScheme.brand.foregroundDisabled,colorFocus:void 0,iconSize:Is(16),backgroundColor:e.colorScheme.default.background,backgroundColorActive:e.colorScheme.default.backgroundPressed,backgroundColorHover:e.colorScheme.default.backgroundHover1,backgroundColorFocus:void 0,backgroundColorDisabled:e.colorScheme.default.backgroundDisabled,borderColor:e.colorScheme.default.border,borderColorHover:e.colorScheme.default.borderHover,borderColorFocus:void 0,borderColorActive:e.colorScheme.default.borderPressed,borderColorDisabled:"transparent",backgroundColorIconOnlyHover:e.colorScheme.default.backgroundHover2,primaryColor:e.colorScheme.brand.foreground4,primaryColorHover:e.colorScheme.brand.foreground4,primaryBackgroundColor:e.colorScheme.brand.background,primaryBackgroundColorActive:e.colorScheme.brand.backgroundPressed,primaryBackgroundColorHover:e.colorScheme.brand.backgroundHover,primaryBackgroundColorDisabled:e.colorScheme.default.backgroundDisabled,primaryBackgroundColorFocus:void 0,primaryBorderColor:"transparent",tintedColor:e.colorScheme.brand.foreground,tintedColorHover:e.colorScheme.brand.foregroundHover,tintedBackgroundColor:e.colorScheme.default.background,tintedBackgroundColorActive:e.colorScheme.brand.backgroundHover1,tintedBackgroundColorHover:e.colorScheme.brand.backgroundHover1,tintedBorderColor:e.colorScheme.brand.border1,tintedBorderColorHover:e.colorScheme.brand.borderHover,circularBorderRadius:Is(999),textColor:e.colorScheme.default.foreground1,textColorHover:e.colorScheme.brand.foreground1,textPrimaryColor:e.colorScheme.brand.foreground,textPrimaryColorHover:e.colorScheme.brand.foreground1,textColorDisabled:e.colorScheme.brand.foregroundDisabled1,textColorIconOnlyHover:e.colorScheme.brand.foregroundHover,primaryBoxShadow:e.shadowLevel1Dark,boxShadow:e.shadowLevel1,loaderBorderSize:Is(2),loaderSize:Is(20),loaderSvgHeight:Is(1220),loaderSvgAnimationHeight:Is(-1200),sizeSmallContentFontSize:e.fontSizes.small,sizeSmallContentLineHeight:e.lineHeightSmall,sizeSmallHeight:Is(24),sizeSmallMinWidth:Is(72),sizeSmallPadding:"0 "+Is(8),sizeSmallLoaderBorderSize:Is(2),sizeSmallLoaderSize:Is(15),sizeSmallLoaderSvgHeight:Is(895),sizeSmallLoaderSvgAnimationHeight:Is(-880)}},Hc=function(e){return{dividerMargin:"0 "+Is(8),fontSizeSmaller:Is(12),fontSizeSmall:Is(12),fontSizeMedium:Is(14),fontSizeLarge:Is(18),itemCurrentFontWeight:e.fontWeightBold,linkPaddingTop:Is(6),linkPaddingBottom:Is(6),linkPaddingLeftSmaller:Is(4),linkPaddingRightSmaller:Is(4),linkPaddingLeftSmall:Is(8),linkPaddingRightSmall:Is(8),linkPaddingLeftMedium:Is(12),linkPaddingRightMedium:Is(12),linkPaddingLeftLarge:Is(12),linkPaddingRightLarge:Is(12),linkSmallerGap:Is(2),linkSmallGap:Is(8),linkMediumGap:Is(8),linkLargeGap:Is(8),disabledColor:e.colorScheme.default.foregroundDisabled}},Tc=function(e){return{backgroundColor:e.colorScheme.default.background2}},Wc=function(){return{gutterMargin:Is(10),gutterMarginCompact:Is(2),margin:Is(8),messageMargin:Is(40),messageMarginCompact:Is(56),messageMarginEndCompact:Is(16)}},Lc=function(e){return{actionMenuBoxShadow:e.shadowLevel1,actionMenuPositionRight:Is(5),actionMenuPositionTop:Is(-30),authorColor:e.colorScheme.default.foreground,authorColorMineCompact:e.colorScheme.brand.foreground,authorFontWeight:e.fontWeightSemibold,authorFontWeightCompact:e.fontWeightSemibold,authorMarginRight:Is(12),authorMarginRightCompact:Is(8),backgroundColor:e.colorScheme.default.background,backgroundColorMine:e.colorScheme.brand.background1,badgeShadow:e.shadowLevel1Dark,badgeTextColor:e.colorScheme.brand.foreground4,border:"none",borderRadius:e.borderRadiusMedium,compactBorder:"solid "+e.borderWidth+" transparent",compactHoverBackground:e.colorScheme.default.backgroundHover3,compactHoverBorder:"solid "+e.borderWidth+" "+e.colorScheme.default.backgroundHover3,compactSpacing:Is(12),contentColor:e.colorScheme.default.foreground,hasMention:!1,hasMentionColor:e.colors.orange[300],hasMentionNubbinColor:e.colorScheme.orange.background,headerMarginBottom:Is(2),isImportant:!1,isImportantColor:e.colorScheme.red.background,linkColor:e.colorScheme.brand.foreground1,linkColorMine:e.colorScheme.brand.foreground2,offset:Is(100),overlayZIndex:e.zIndexes.overlay,padding:Is(16),paddingCompact:Is(3),reactionGroupBorderColor:"transparent",reactionGroupMarginLeft:Is(12),showActionMenu:void 0,zIndex:e.zIndexes.foreground}},Nc=function(e){return{detailsColor:e.colorScheme.default.foreground1,detailsFontSize:e.fontSizes.small,detailsMargin:Is(12)}},Uc=function(e){return{bottomPosition:Is(0),bottomPositionCompact:Is(2),color:e.colorScheme.brand.foreground1,rightPosition:Is(-24),rightPositionCompact:Is(-16)}},Zc=Is(20),Vc=Is(2),Gc="red",Xc=function(e){return{checkboxColor:"transparent",toggleBackground:"transparent",toggleBorderColor:e.colors.grey[300],toggleBorderStyle:"solid",toggleBorderWidth:Is(1),toggleIndicatorColor:"inherit",checkboxCheckedColor:e.colors.grey[500],checkboxToggleCheckedBackground:"transparent",checkboxToggleCheckedBorderColor:e.colors.grey[500],checkboxToggleCheckedColor:"inherit",disabledColor:e.colors.grey[300],disabledCheckboxColor:e.colors.grey[300],disabledToggleBackground:"transparent",disabledToggleBorderColor:e.colors.grey[200],textColor:En()(e,"colorScheme.default.foreground1",Gc),background:"transparent",borderColor:En()(e,"colorScheme.default.foreground1",Gc),borderStyle:"solid",borderRadius:e.borderRadiusSmall,borderWidth:Is(1),indicatorColor:"transparent",gap:Is(12),margin:Is(2.8)+" 0 0 0",padding:Vc,rootPadding:"3px 5px",textColorHover:En()(e,"colorScheme.default.foreground",Gc),borderColorHover:En()(e,"colorScheme.default.foreground",Gc),checkedBackgroundHover:En()(e,"colorScheme.brand.backgroundHover",Gc),toggleBorderRadius:Is(999),toggleIndicatorSize:Is(14),toggleMargin:"0",togglePadding:Vc+" "+Zc+" "+Vc+" "+Vc,toggleWidth:Is(38),toggleHeight:Is(20),checkedTextColor:En()(e,"colorScheme.default.foreground",Gc),checkedBackground:En()(e,"colorScheme.brand.backgroundActive1",Gc),checkedBorderColor:En()(e,"colorScheme.brand.backgroundActive1",Gc),checkedIndicatorColor:En()(e,"colorScheme.default.background",Gc),toggleCheckedPadding:Vc+" "+Vc+" "+Vc+" "+Zc,disabledBackground:En()(e,"colorScheme.default.background",Gc),disabledBackgroundChecked:En()(e,"colorScheme.default.backgroundDisabled",Gc),disabledBorderColor:En()(e,"colorScheme.default.foregroundDisabled1",Gc),disabledCheckedIndicatorColor:En()(e,"colorScheme.default.foregroundDisabled",Gc),disabledToggleIndicatorColor:En()(e,"colorScheme.default.foregroundDisabled",Gc)}},Yc=function(e){return{border:"none",rootBackground:e.colors.white,rootBorderRadius:e.borderRadiusXLarge,rootWidth:"600px",rootPadding:Is(27)+" "+Is(32)+" "+Is(32)+" "+Is(32),rootPaddingZoom:""+Is(12),contentMargin:"0 0 "+Is(20)+" 0",boxShadow:e.shadowLevel4,foregroundColor:e.colors.grey[900],headerFontSize:e.fontSizes.large,headerFontWeight:e.fontWeightBold,headerMargin:"0 0 "+Is(8)+" 0",overlayBackground:"rgba(37, 36, 36, .75)",overlayZIndex:e.zIndexes.overlay,headerActionMargin:Is(-3)+" "+Is(-8)+" 0 0",footerActionsBreakpoint:"400px"}},$c=function(e,r){var o=e;return Object.keys(r).forEach((function(t){var n;o=Object.assign({},o,((n={})[t]=Object.assign({},e[t],r[t]),n))})),o};function Kc(e,r){var o={};return Object.keys(e).forEach((function(t){var n,a=r.reduce((function(r,o){var n;return Object.assign({},r,((n={})[o]=e[t][o],n))}),{});o=Object.assign({},o,((n={})[t]=a,n))})),o}var qc,Jc,Qc,ed,rd=Dc("foreground"),od=function(e){return{colorScheme:Kc(e.colorScheme,rd),dividerColor:e.colors.grey[150],textColor:e.colors.grey[450],textFontSize:e.fontSizeSmall,textLineHeight:e.lineHeightSmall,importantFontWeight:e.fontWeightBold,dividerPadding:Is(4)}},td=function(e){return{backgroundColor:e.colorScheme.default.background2,backgroundColorHover:e.colorScheme.default.backgroundHover3,invertedBackgroundColor:e.colorScheme.default.background,invertedBackgroundColorHover:e.colorScheme.default.backgroundHover4,borderColor:"transparent",borderColorHover:"transparent",borderColorFocus:e.colorScheme.brand.borderFocus1,borderError:e.colorScheme.red.background,borderWidth:"0px",openBorderColorHover:void 0,containerBorderRadius:e.borderRadiusMedium,disabledColor:e.colorScheme.default.foregroundDisabled,openAboveContainerBorderRadius:"0 0 "+e.borderRadiusMedium+" "+e.borderRadiusMedium,openBelowContainerBorderRadius:e.borderRadiusMedium+" "+e.borderRadiusMedium+" 0 0",searchBorderBottomWidth:Is(2),color:e.colorScheme.default.foreground1,comboboxPaddingButton:"0 "+Is(12),comboboxFlexBasis:Is(50),aboveListBorderRadius:e.borderRadiusMedium+" "+e.borderRadiusMedium+" 0 0",belowListBorderRadius:"0 0 "+e.borderRadiusMedium+" "+e.borderRadiusMedium,listBackgroundColor:e.colorScheme.default.background,listBorderColor:"transparent",listBorderWidth:"0px",listPadding:Is(8)+" 0 "+Is(6),listBoxShadow:e.shadowLevel3,listMaxHeight:Is(296),listItemFocusBorderWidth:Is(1),listItemBackgroundColor:"transparent",listItemBackgroundColorActive:e.colorScheme.default.backgroundActive,listItemBackgroundColorHover:e.colorScheme.default.backgroundHover,listItemColorActive:e.colorScheme.default.backgroundFocus3,listItemColorHover:e.colorScheme.default.foregroundHover,listItemSelectedColor:e.colorScheme.default.foreground,listItemSelectedFontWeight:e.fontWeightSemibold,listItemHeaderLineHeight:e.lineHeightSmall,listItemContentLineHeight:e.lineHeightSmall,selectedItemBackgroundColor:e.colorScheme.default.background,selectedItemBackgroundColorHover:e.colorScheme.brand.backgroundHover2,selectedItemBorder:"none",selectedItemColor:e.colorScheme.default.foreground,selectedItemColorHover:e.colorScheme.default.foregroundHover,selectedItemIconColor:e.colorScheme.default.foreground1,selectedItemIconColorHover:e.colorScheme.brand.foregroundHover,selectedItemsMaxWidth:Is(140),selectedItemColorFocus:e.bodyColor,selectedItemsMaxHeight:Is(82),toggleIndicatorSize:Is(32),triggerButtonColorFocusActive:void 0,triggerButtonColorHover:e.bodyColor,width:Is(356),overlayZIndex:e.zIndexes.overlay,disabledBorderColorHover:"transparent",disabledTriggerColorHover:e.colorScheme.brand.foregroundDisabled,disabledBackgroundColorHover:e.colorScheme.brand.backgroundDisabled,listItemHeaderFontSize:e.fontSizes.medium,listItemHeaderColor:e.colorScheme.default.foreground1,listItemContentFontSize:e.fontSizes.small,listItemContentColor:e.colorScheme.default.foreground2,headerMessageBackgroundColor:e.colors.white,noResultsMessageBackgroundColor:"transparent",loadingMessageBackgroundColor:"transparent"}},nd=function(e){return{controlColor:e.colors.white,controlBackgroundColor:e.colors.onyx[900],controlBackgroundSize:Is(24)+" "+Is(24),width:void 0,height:void 0,focusBorderColor:e.colors.brand[500],zIndex:e.zIndexes.foreground}},ad=function(){return{"gap.smaller":Is(8),"gap.small":Is(10),"gap.medium":Is(15),"gap.large":Is(30),"padding.medium":Is(10)}},id=function(){return{"size.half":"50%","size.quarter":"25%","size.small":Is(150),"size.medium":Is(200),"size.large":Is(300)}},ld=function(e){return{lastChildMarginTop:Is(12),fieldsMarginBottom:Is(20)}},sd=Dc("foreground","background"),cd=function(e){return{colorScheme:Kc(e.colorScheme,sd),messagePaddingLeft:Is(12)}},dd=Dc("foreground"),ud=function(e){return{colorScheme:Kc(e.colorScheme,dd),paddingLeft:Is(12)}},fd=function(e){return{lineHeight:Is(16),marginBottom:Is(4)}},gd=function(){return{defaultColumnCount:5,gridGap:void 0,padding:void 0}},pd=Dc("foreground"),bd=function(e){return{colorScheme:Kc(e.colorScheme,pd),color:e.colors.grey[750],descriptionColor:void 0}},md=Dc("foreground"),hd=function(e){return{colorScheme:Kc(e.colorScheme,md),color:e.colors.grey[350]}},vd=Dc("foreground"),yd=function(e){return{colorScheme:Kc(e.colorScheme,vd),color:void 0,borderColor:void 0,backgroundColor:void 0,brandColor:e.brandColor,secondaryColor:e.colors.white,redColor:e.colors.red[400],disabledColor:e.colors.grey[250],smallestSize:Is(7),smallerSize:Is(10),smallSize:Is(12),mediumSize:Is(16),largeSize:Is(20),largerSize:Is(32),largestSize:Is(40),horizontalSpace:Is(10)}},Cd=function(){return{width:void 0,height:void 0,avatarRadius:Is(9999),avatarSize:Is(32),circularRadius:Is(9999)}},kd=function(e){return{colorDisabled:e.colorScheme.brand.foregroundDisabled,colorError:e.colorScheme.red.foreground,borderColorError:e.colorScheme.red.background,iconPosition:"absolute",iconRight:Is(10),iconLeft:Is(9),inputPaddingWithIconAtStart:Is(5)+" "+Is(12)+" "+Is(5)+" "+Is(34),inputPaddingWithIconAtEnd:Is(5)+" "+Is(35)+" "+Is(5)+" "+Is(12),inputPadding:Is(5)+" "+Is(12),inputInsideLabelPaddingTop:Is(14),borderColor:"transparent",borderRadius:e.borderRadiusMedium,borderWidth:"0 0 "+Is(2)+" 0",backgroundColor:e.colorScheme.default.background2,backgroundColorInverted:e.colorScheme.default.background,fontColor:e.colorScheme.default.foreground,fontSize:e.fontSizes.medium,iconColor:e.colorScheme.default.foreground,successfulColor:e.colorScheme.green.foreground,inputFocusBorderColor:"transparent transparent "+e.colorScheme.brand.borderFocus1+" transparent",inputFocusBorderRadius:e.borderRadiusMedium+" "+e.borderRadiusMedium+" "+e.borderRadiusSmall+" "+e.borderRadiusSmall,placeholderColor:e.colorScheme.default.foreground1}},wd=function(e){return{insideLabelBottom:Is(-8),insideLabelPaddingLeft:Is(12),insideLabelActiveFontSize:Is(12),inlineLabelPaddingRight:Is(10),lineHeight:Is(16),marginBottom:Is(4)}},xd=function(e){return{circularRadius:Is(9999),iconSize:Is(16),padding:"0 "+Is(4)+" 0 "+Is(4),startPaddingLeft:"0px",endPaddingRight:"0px",height:Is(20),foreground:"rgba(0, 0, 0, 0.6)",background:"rgb(232, 232, 232)",blackForeground:e.colorScheme.black.foreground1,blackBackground:e.colorScheme.black.background1,whiteForeground:e.colorScheme.white.foreground1,whiteBackground:e.colorScheme.white.background1,brandForeground:e.colorScheme.brand.foreground5,brandBackground:e.colorScheme.brand.background6,greyForeground:e.colorScheme.grey.foreground2,greyBackground:e.colorScheme.grey.background3,orangeForeground:e.colorScheme.orange.foreground2,orangeBackground:e.colorScheme.orange.background1,redForeground:e.colorScheme.red.foreground1,redBackground:e.colorScheme.red.background,greenForeground:e.colorScheme.green.foreground3,greenBackground:e.colorScheme.green.background1,yellowForeground:e.colorScheme.yellow.foreground3,yellowBackground:e.colorScheme.yellow.background}},Sd=function(){return{}},Bd=function(){return{containerHeights:{smallest:Is(24),smaller:Is(24),small:Is(24),medium:Is(36),large:Is(72),larger:Is(72),largest:Is(72)},containerWidths:{smallest:Is(24),smaller:Is(24),small:Is(24),medium:Is(36),large:Is(72),larger:Is(72),largest:Is(72)},svgContent:"url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 4880'%3E%3Cg role='presentation'%3E%3Cpath fill='%236264a7' d='M67.4 26.4c5.8-2 12.4 3.3 11.4 9.4-.4 6.5-8.8 10-13.8 6-5.6-3.6-4.2-13.5 2.4-15.3zM66.5 113.7c5.7-3.3 13.6 1.8 12.7 8.4 0 6.4-8 10.4-13.2 7-5.6-3.2-5.4-12.5.5-15.3z'%3E%3C/path%3E%3Cpath fill='%235659b0' d='M65.5 200.4c5.7-3.4 13.6 2 12.6 8.5 0 6-7 10.7-12.7 7.7-6.4-3-6-13.2.2-16.3z'%3E%3C/path%3E%3Cpath fill='%23575ab1' d='M64.3 286.2c5-2 11.3 2.3 11.2 7.8 0 5.4-4.5 11.7-10.5 11-5.4-.3-9.2-6.3-7.3-11.2 1.2-3.2 3.2-6.5 6.6-7.6z'%3E%3C/path%3E%3Cpath fill='%23585bb2' d='M59.4 372.5c5-2.6 11.6 1 12 6.5.8 5-3.4 8.6-7 11.3-4.5 3.2-11.7.2-12.6-5.3-1.4-5.5 3.6-9.7 7.6-12.5z'%3E%3C/path%3E%3Cpath fill='%235a5db4' d='M54.3 457.4c4-2.2 9.6 0 11.2 4.2 1.7 3.7 0 8.4-3.5 10.5-3.7 2.5-8.2 5.6-12.8 4-4.3-1.6-6.5-6.8-4.8-11 1.5-4.2 6.4-5.4 10-7.6z'%3E%3C/path%3E%3Cpath fill='%235b5fb6' d='M48.6 540.7c4.4-2 10 1 11 5.7 1 4-1.4 8.4-5.4 9.7-4 1.6-8.5 3-13 2.5-5.6-.8-8.6-8-5.3-12.6 2.7-4.4 8.4-3.5 12.6-5.3z'%3E%3C/path%3E%3Cpath fill='%235d60b8' d='M29.4 622.4c3-1.5 6.4 0 9.6 0 3.4.3 7.3-1 10.3 1.3 4.6 3 4.4 10.4-.2 13.3-3.7 2-8.2 1.7-12.4 1.5-3.6-.5-7.8-.7-10.2-4-3.2-3.7-1.6-10.2 3-12z'%3E%3C/path%3E%3Cpath fill='%235f63ba' d='M20.3 698.3c4-2 7.8 1.3 11.4 2.8 4 2 9.6 1 12.2 5 3.3 4.7-.2 12-6 12.3-7 0-14-2.6-19.7-6.6-4.7-3.4-3.5-11.6 2-13.4z'%3E%3C/path%3E%3Cpath fill='%236165bc' d='M12.3 771.3c3-1.5 7-.6 9 2 3 3.8 6.7 6.7 11 8.3 3.3 1 5.7 4 5.5 7.4.2 4.8-4.8 8.7-9.3 7.4-7.7-2.2-14.5-7.2-19.3-13.6-2.8-3.7-1.2-9.8 3-11.5z'%3E%3C/path%3E%3Cpath fill='%236467bf' d='M7.5 841.7c4-2 9.2.3 10.3 4.6 1.7 5.4 5 10 9.7 13 4 2.5 4.6 8.4 1.4 11.6-2.5 2.6-7 3-10 1-7.4-5-13-12.6-15.5-21-1.2-3.6.5-8 4-9.3z'%3E%3C/path%3E%3Cpath fill='%23666ac1' d='M6.5 910.8c3-1.6 7.3-.4 9 2.6 1.7 2.2 1 5 1.4 7.6 0 5.6 2.5 11 6 15 2.5 2.5 2.7 6.7.5 9.5-2.4 3.3-7.8 3.8-10.7 1-7.6-7.8-11.5-19-10.6-29.6.2-2.7 1.8-5.2 4.3-6.2z'%3E%3C/path%3E%3Cpath fill='%23696cc4' d='M9.3 980c3.7-2 9 .3 10 4.4 1 2.4-.2 4.8-1 7-2.4 5.7-2.3 12.4.3 18 1 2.3 2.4 5 1.5 7.6-1 4-5.7 6.2-9.5 4.5-2.6-1-3.8-3.7-5-6-4.4-10-4.3-21.8.4-31.6.6-1.7 1.7-3 3.3-4z'%3E%3C/path%3E%3Cpath fill='%236b6fc7' d='M16.3 1051.2c4-2.6 10 1 10 5.8.5 3-2 5.3-4 7.4-5.3 5.7-7 14-5.2 21.6 1 3.5-1 7.4-4.4 8.5-3.4 1.2-7.6-.8-8.7-4.3-4.2-13.8.7-30.2 12.3-39z'%3E%3C/path%3E%3Cpath fill='%236e72ca' d='M26.4 1125.3c4.5-2.6 10.7 1.5 10 6.7-.4 3.3-3.3 5.2-6 6.3-8.2 3.4-14 11.8-14.2 20.6 0 2.6-.6 5.6-3.2 7-4 2.8-10 0-10.2-5-.8-15.3 9.2-30.3 23.6-35.7z'%3E%3C/path%3E%3Cpath fill='%237175cd' d='M35.3 1203.2c3.7-.3 8.6-1.2 11.2 2.3 2.7 3.2 1 8.8-3 10-3.7.8-7.7.3-11.3 1.7-8 2.6-13.8 9.5-15.8 17.5-1 4.7-7.6 6.2-10.8 2.7-2.8-2.7-1.7-7-.4-10 4.5-13 16.6-22.6 30-24.2z'%3E%3C/path%3E%3Cpath fill='%237478d0' d='M36.4 1283.3c7-.6 14.2.5 20.3 4 3.8 2.4 3.3 8.7-.8 10.6-3 1.5-6-.2-8.6-1-9.8-3.5-21.6.5-27.3 9-1.5 2.4-3 5.6-6 6-4.6 1-9-4.4-6.8-8.7 5.4-11 17-18.8 29.2-20z'%3E%3C/path%3E%3Cpath fill='%23777bd3' d='M36.5 1363.5c11.6-1 23.8 3.6 31.3 12.7 2.7 3.6-.3 9.5-4.8 9.4-3.2.3-5-2.6-7.3-4.4-8.4-7.4-22.2-7.6-31-.4-2.3 1.8-4.3 5-7.7 4.7-4.7 0-7.5-6.3-4.4-9.8 6-7 14.8-11.3 24-12.2z'%3E%3C/path%3E%3Cpath fill='%237a7ed6' d='M31.4 1444.6c18-4.8 38.3 6.6 43.3 24.6 1 4-3.5 8-7.4 6.6-3.5-1-4-4.8-5.5-7.5-5.5-10.8-19.6-16-30.8-11.4-3.2 1-6.2 4.3-10 3-3.8-1.4-5-7.2-1.7-9.8 3.5-2.8 7.8-4.4 12-5.6z'%3E%3C/path%3E%3Cpath fill='%237d81da' d='M32.4 1524.6c15-3.4 31.8 4 39.2 17.8 3.5 6.5 5.3 14 4.3 21.5-1 4-6.7 5.5-9.5 2.4-2-2-1.4-5-1.6-7.4-.2-11.6-9.6-22-21-23.7-4.4-.8-8.8 0-13 1-4 1.2-7.7-3.5-6-7.2 1-3 4.6-3.7 7.4-4.4z'%3E%3C/path%3E%3Cpath fill='%238084dd' d='M36.3 1604.4c14-2 28.5 6 35 18.2 6 10.6 6 24.3 0 34.8-2 3.5-7.6 3-9-.6-1.8-3.5 1.4-6.8 2-10.2 3.8-12.4-4-26.7-16.3-30.5-4-1.6-8.3-.8-12.4-1.6-4.6-1.7-4-9 .7-10z'%3E%3C/path%3E%3Cpath fill='%238387e0' d='M43.3 1685.3c4-1.2 8.2 1 12 2.5 14.7 6.6 23.3 24.2 19.5 40-1.8 8-6.5 15.7-13.4 20.6-3 2.2-8-.6-7.7-4.4 0-2.3 1.8-3.7 3.3-5 7-6 10-16 7.8-24.7-1.8-8-7.6-15-15.3-18-2.2-.8-4.6-1-6.8-2-3.4-2-3-7.5.6-9z'%3E%3C/path%3E%3Cpath fill='%23868be4' d='M50.2 1768c1.4-.8 3.2-.8 4.7 0 13.2 5.7 21.7 20.5 20.3 35-1 15-12.6 28.5-27.3 31.4-3.4.6-6.4-3-5-6.3.6-2.6 3.7-3 6-4 8.2-2.8 14.5-10.4 16.2-19 2-9-1.5-18.8-8.6-24.6-2.2-2-5-3-7.2-4.8-2.2-2-1.7-6 .8-7.5z'%3E%3C/path%3E%3Cpath fill='%238a8ee7' d='M57.4 1852.2c3.7-1.8 6.6 2 9 4.5 11 12 11.7 31.6 1.7 44.5-6.8 9.3-18.5 14.6-30 14-2.4-.3-5.3-.2-7-2.2-1.6-2-1-5.4 1.3-6.8 1.7-1 3.8-.3 5.6-.4 9.8 1 20-4.5 24.7-13.2 4.6-8 4.3-18.7-.8-26.5-1.8-3-4.5-5-6.6-7.4-1.4-2.2-.4-5.4 2-6.4z'%3E%3C/path%3E%3Cpath fill='%238d91ea' d='M62.3 1938.3c1.7-1 4.3-1 5.6.8 9 11.5 9.2 28.8.8 40.8-7 10.4-20 16.4-32.6 15-5.7-.7-11.3-2.7-16-6-2.6-1.8-2-6.4 1-7.5 2.2-1 4.2.6 6 1.5 8.6 5 20 4.4 28-1.5 7.7-5.4 12-15 10.8-24.3-.3-4.5-2.3-8.6-4.7-12.4-1.6-2-1-5 1-6.3z'%3E%3C/path%3E%3Cpath fill='%239095ee' d='M66.3 2025.2c2-1.2 4.8-.5 5.7 1.6 5.6 12.8 2.2 28.7-8 38.2-9.4 9.2-24.2 12.2-36.5 7.4-7-2.8-13.5-8-17.3-14.7-1.2-2.6 1-5.8 3.8-5.7 2.5 0 3.7 2.4 5 4 7 9.5 20.5 13 31.2 8.4 12-4.7 19-18.8 15.3-31-.8-2.7-2.3-6.5.8-8.2z'%3E%3C/path%3E%3Cpath fill='%239398f1' d='M68.6 2112.7c2-1 5 0 5.4 2.4 2.4 14.5-5.8 30-19.2 36-12.5 6.2-28.7 3.6-38.7-6.2-5.6-5.5-9.4-13-10-21-.4-4 6-5 7.2-1.2 1 5.5 3 11 7 15.3 7 7.8 19 11 28.8 7 10.7-3.6 18.4-14.7 17.7-26-.2-2.2-.6-5.3 2-6.3z'%3E%3C/path%3E%3Cpath fill='%23969bf5' d='M8.4 2188.4c2-2 6-.3 6 2.6-.4 2-1 4-1.2 5.8-1 8.8 2.5 18 9.3 23.7 7 6 17.2 8 26 5 10-3 17-12.3 18.4-22.5.3-4 6.7-3.6 7 .3-1 15-13.3 28-28 30.3-13 2.5-27.4-3.6-34.6-15-5.2-7.8-6.8-17.8-4.6-27 .4-1 .6-2.4 1.6-3.2z'%3E%3C/path%3E%3Cpath fill='%23999ef8' d='M15.3 2257c2-1 4.4 0 5 2.2.3 2-1.3 3.3-2.3 4.8-5.7 7.6-6.8 18.2-3 27 4.3 10 15 16.7 26 16.2 10-.3 19.4-6.6 23.7-15.6 1.2-3.4 6.7-2.2 6.4 1.4-.7 3.4-3 6.3-5 9-9.3 11-26 15-39.3 9.2C13.8 2306 5 2292 6 2278c.7-7.8 3.7-15.7 9.3-21z'%3E%3C/path%3E%3Cpath fill='%239ca1fb' d='M25.6 2329.6c1.8-1.2 4.5.2 4.6 2.5.2 2.7-2.8 3.4-4.6 4.7-12 7-16.6 23.5-10 35.7 5.8 12.2 21.6 18.4 34.2 13.2 3.6-1.2 6.4-3.6 9.5-5.7 2.8-2 6 2.5 3.6 4.7-11.4 11-30.5 12-43 2.4-12.8-9-17.4-27.3-10.5-41.3 3.3-7 9-13 16-16z'%3E%3C/path%3E%3Cpath fill='%236264a7' d='M33.2 2407.2c2.3-.4 4.6-.8 7-.6 2.4.5 3 4.2.6 5.4-4 .7-8.3 1-12 2.8-12.6 5.3-19.5 20.5-15.2 33.4 4 13.3 18.8 22 32.3 18.8 2-.6 6-2 6.7 1.3.7 3.7-4 4-6.6 4.6-15.4 3-32.3-6.4-37.4-21.4-5.3-13.8 0-30.6 12-39 3.8-2.6 8-4.4 12.6-5.4z'%3E%3C/path%3E%3Cpath fill='%239ca1fb' d='M37.4 2486.4c5.5-.4 11.3.4 16.3 3 2 1.6.8 5.3-2 5.4-3.5-.8-7-2.3-10.8-2.2-13-.7-25.2 9-27.8 21.4-3 12 3.4 25 14.4 30.5 3.4 2 7.3 2.3 11 3 2.7 1 2.3 5.6-.6 6-17.3-.3-32-16.3-31.7-33.5-.4-17 14-32.7 31-33.6z'%3E%3C/path%3E%3Cpath fill='%23999ef8' d='M33.5 2566.7c10.8-2.2 22.7 1.3 30.5 9.3 1.8 1.6 1 5-1.3 5.6-2.3 1-4-1.5-5.6-2.7-9.6-8.4-25-8-34.6.3-8.6 7-12 19.7-8 30 2.3 6.4 7 11.4 12.7 14.8 3.2 2 .6 7.3-2.8 6-13.8-6.8-21.2-24-17-38.7 3-12.3 13.8-22.3 26.3-24.6z'%3E%3C/path%3E%3Cpath fill='%23969bf5' d='M32.4 2646.7c15-3.7 32 4.3 38.3 18.5.8 2.3-1.4 4.8-3.8 4.5-2.2 0-3-2.2-4-3.7-5.6-9.7-17.8-14.8-28.6-12.4-9.8 2-18 10-20.5 19.6-2 7.2-.8 15.2 3.4 21.4 1 1.5 2.4 3.3 1.4 5.2-1 2.4-4.7 2.8-6 .7-9.2-11.7-9.2-29.2-.2-41 4.8-6.4 12-11 19.8-12.8z'%3E%3C/path%3E%3Cpath fill='%239398f1' d='M31.4 2726.7c14.6-4 31.3 3 38.5 16.3 1.7 3.3 3.4 7 3.7 10.8-.3 2.8-4 4.3-6 2.6-1.6-1-1.7-3-2.3-4.6-2.5-8.4-9.6-15-18-17.5-8.6-2.6-18.6-.3-25.2 5.8-6.5 6-10 15-8.6 23.5 0 1.8 1 4-.5 5.6-1.5 2.2-5.2 1.8-6.3-.7-5.2-17.5 7-37.5 24.7-41.6z'%3E%3C/path%3E%3Cpath fill='%239095ee' d='M36.4 2805.5c14.7-1.7 29.7 7 35.4 20.6 2 5 3.2 10.4 2.8 15.7-.5 4-6.7 4.5-7.8.7-.6-3.3-.3-6.8-1.5-10-3-10.4-12.7-18.2-23.4-18.8-11.8-1-23.7 6.8-27 18-1 2.2-1 5-3.4 6-2.7 1.2-6-1.4-5.6-4.3 2.6-14.6 15.7-26.5 30.4-27.8z'%3E%3C/path%3E%3Cpath fill='%238d91ea' d='M33.5 2885.7c14-2.8 29.3 4 36.5 16.3 5 8.4 6.4 19 3.3 28.2-1 3-5.7 3.6-7.5 1-1.5-2.2 0-4.8 0-7 2.3-12-5-24.4-16.3-28.6-9.8-4-22-1.2-29 7-1.5 1.5-2.8 4-5.4 3.8-3.2 0-5.3-4-3.3-6.8 5-7.2 13-12.3 21.8-14z'%3E%3C/path%3E%3Cpath fill='%238a8ee7' d='M32.4 2965.7c15-3.5 31.4 4 38.5 17.4 5.8 10.8 5.6 24.7-1 35.2-1.6 3-6.4 2.6-7.8-.5-1.4-2.3.4-4.7 1.3-7 4.2-8.3 3-19-2.8-26.4-6-8-17-12-27-9.5-3 .6-5.7 2.6-8.8 3.3-4 .4-6.4-5-3.6-7.6 3.2-2.5 7.2-3.8 11-4.8z'%3E%3C/path%3E%3Cpath fill='%23868be4' d='M34.4 3045.4c14.2-3.4 29.8 4.8 36.7 17.5 7.7 13.5 5 32-6.5 42.5-2.5 2.2-7 .7-7.6-2.5-1-3.2 2-5.3 3.5-7.6 6-7.6 7-18.6 2.4-27-4.4-8.5-13.5-14.3-23-14-2-.2-4.6.4-6.3-1.2-2.5-2-2-6.3.7-7.8z'%3E%3C/path%3E%3Cpath fill='%238387e0' d='M48.2 3126c4.2-.4 8 2.2 11.5 4.2 13 8.3 19 25.5 14.5 40-2.6 8.7-8.6 16.4-16.5 20.7-3.2 2-7.7-1-7.4-4.8 0-2.7 2.5-4 4.5-5.5 7.5-5 11.6-14.7 10.5-23.6-1-9-7.2-17.2-15.7-20.5-1.8-1-4-1.5-4.8-3.6-1.3-2.8.5-6.3 3.4-7z'%3E%3C/path%3E%3Cpath fill='%238084dd' d='M58.3 3212.3c3.8-1.7 6.8 1.8 9 4.4 9.5 10.8 11.3 27.5 4.5 40-4.6 8.7-12.8 15.4-22.2 18-3.7 1-7.6-2.8-6.5-6.5 1-3.7 5-4 7.8-5.4 11.3-5 17.4-19.2 13-30.8-1.3-4.5-4.2-8.2-7.5-11.4-2.4-2.5-1.2-7 2-8.3z'%3E%3C/path%3E%3Cpath fill='%237d81da' d='M65.2 3302.3c2.8-1.5 6.5-.2 7.7 2.7 2.6 6 3.6 12.6 3 19-1.7 17.8-18.2 32.7-36 32-4.5 0-6.6-6.3-3.4-9.3 2.6-2.5 6.6-1.5 9.7-2.5 10.8-2.6 19-13 18.7-24.2 0-4-1.2-7.6-2.5-11.3-1-2.4.5-5.3 2.7-6.4z'%3E%3C/path%3E%3Cpath fill='%237a7ed6' d='M67.4 3394.4c3-2.2 8-.2 8.8 3.6 1.3 15-8.5 30.3-22.6 35.8-7.2 2.8-15.4 3.5-23 1.3-3.8-1.3-4.7-7.2-1.3-9.7 2.8-2.4 6.5-.6 9.7-.6 12 .8 23.8-8.7 25.4-20.7.6-3.3-.3-7.6 3-9.5z'%3E%3C/path%3E%3Cpath fill='%23777bd3' d='M66.5 3485.7c4.3-1.7 9.2 2.8 7.7 7.2-5 14.3-20 24.2-35.2 23.6-6-.2-12-1.6-17-4.8-3.5-2.5-2.8-8.7 1.3-10.2 3-1.5 6 .6 8.7 1.5 10.6 4.2 23.8-.8 29.2-10.8 1.4-2.4 2.3-5.7 5.3-6.5z'%3E%3C/path%3E%3Cpath fill='%237478d0' d='M59.5 3575.7c3.7-1.5 8.3 1.4 8.4 5.4.3 4.4-4 7-6.8 9.2-13.7 10-34.2 8.6-46.3-3.2-3.4-3.2-1.5-9.6 3-10.4 3-1 5.4 1.3 7.6 3 7.4 5.7 18.3 6.3 26.4 1.5 2.8-1.3 4.8-4 7.5-5.3z'%3E%3C/path%3E%3Cpath fill='%237175cd' d='M11.4 3651.2c2.5-1.4 6-1 8 1.4 2 2.5 4 5.3 6.8 7 6.6 5 15.5 5.6 23 2.7 4.7-2.3 10.3 2.6 8.8 7.6-1 4-5.6 5-9 6-15 4-32-2.8-40-16-2-3-.7-7.2 2.4-8.8z'%3E%3C/path%3E%3Cpath fill='%236e72ca' d='M9.5 3723.6c3.4-1 7 1.2 8 4.6 3 8.3 11 14.7 19.8 15.4 2.4.4 5.3 0 7.2 2 3 2.4 3 7.4 0 10-2.5 2.4-6.4 1.7-9.6 1.3C21 3755 9 3745 4.6 3732c-1.2-3.5 1-7.6 4.8-8.4z'%3E%3C/path%3E%3Cpath fill='%236b6fc7' d='M6.4 3796.4c3.3-1.6 7.6-.2 9.3 3 1 2.7 1 5.5 2 8.2 2 6 6.3 11 12 13.6 2.5 1.2 5.2 2.8 5.6 5.8 1.2 4.7-3.6 9.4-8.3 8-13.5-4.5-23.5-17.8-24.4-32-.2-2.8 1.5-5.4 3.8-6.6z'%3E%3C/path%3E%3Cpath fill='%23696cc4' d='M7.3 3868.4c3.3-1.3 7.3.3 9 3.5 1 1.8.4 4 .4 6-.7 7 2 13.7 6.7 18.6 2.4 2 3.4 5.8 1.8 8.7-1.8 4-7.5 5.2-10.8 2.3C5 3899.4.7 3886 2.8 3874c.4-2.6 2.2-4.7 4.5-5.6z'%3E%3C/path%3E%3Cpath fill='%23666ac1' d='M8.5 3941.4c4.6-2.7 11 1.3 10.7 6.7-.7 4-2.7 7.8-2.4 12-.2 4 1.3 7.5 2.5 11 1.2 4-1.6 8.3-5.5 9-3.4.8-7-1-8.3-4.4-4.3-9.3-4.5-20.3-.7-29.8.7-1.8 2-3.5 3.7-4.4z'%3E%3C/path%3E%3Cpath fill='%236467bf' d='M12.5 4014.7c4.2-2.2 9.8.6 10.5 5.3 1 5-4 8.3-5 13-2 4.6.7 10.7-3.4 14.6-3.8 4-11.3 1.7-12.4-3.7-1.2-8.7 1.2-17.6 6-25 1-1.6 2.3-3.5 4.3-4.3z'%3E%3C/path%3E%3Cpath fill='%236165bc' d='M17.4 4089.3c4.7-2.6 11.3 1.2 11 6.7.5 5-5 7.3-7.3 11-2.7 3.7-2.6 9.7-7.5 11.4-5.3 2.3-11.6-2.8-10.4-8.4 2.2-8.2 7.3-16 14.4-20.7z'%3E%3C/path%3E%3Cpath fill='%235f63ba' d='M25.4 4164.6c5.4-1.4 11 4 9.3 9.5-.7 4.2-5 5.6-8 7.7-4 2.3-5.7 7.7-10.7 7.8-6 .8-10.6-6.7-7.3-11.8 4-6 10-10.7 16.7-13z'%3E%3C/path%3E%3Cpath fill='%235d60b8' d='M30.3 4242.6c4.3-1.7 10 0 11.3 4.8 1.8 4.7-1.7 10-6.6 10.6-5 .8-9 6-14.3 4.2-5.6-1.3-7.6-9-3.6-13 3.8-3.4 8.6-5.2 13.3-6.6z'%3E%3C/path%3E%3Cpath fill='%235b5fb6' d='M35.4 4321.5c4.2-.4 9.4-1 12.3 2.8 3.6 4.3 1.3 12-4.3 13l-11.4 1.2c-6 .3-10-6.8-7-11.8 1.7-4 6.5-4.7 10.4-5.2z'%3E%3C/path%3E%3Cpath fill='%235a5db4' d='M39.3 4401.5c4.3-.8 8.7.2 12.7 1.6 5.2 2.3 6.2 10.2 2 13.8-4.4 3.8-10.4 1.2-15.3.4-7.2-2.4-6.6-14 .6-15.7z'%3E%3C/path%3E%3Cpath fill='%23585bb2' d='M49.3 4483c4-.5 7.7 1.7 11 3.8 4.5 3.5 3.7 11.5-1.6 14-4.6 2.4-9.5-.6-13.4-3-5.3-4.2-2.7-13.8 4-14.7z'%3E%3C/path%3E%3Cpath fill='%23575ab1' d='M56.3 4567.4c7-1.7 15 6.2 12 13.2-1.6 4.6-7.8 6.7-12 4-2.8-1.6-5.7-4-6.2-7.7-.6-4.2 2.2-8.6 6.3-9.6z'%3E%3C/path%3E%3Cpath fill='%235659b0' d='M61.4 4653.5c7-3 14.7 5.6 11.5 12.3-2.3 6-11 7-14.8 2-4.2-4.3-2.7-12.4 3-14.3z'%3E%3C/path%3E%3Cpath fill='%236264a7' d='M64.5 4740.3c5.7-3 13.2 2.2 12.4 8.6-.3 6.3-8.4 10.2-13.6 6.5-5.5-3.4-5-12.7 1-15.2zM67.3 4826.3c6.2-2.4 13 4 11.3 10.3-1 6-9.3 9-14 4.8-5.2-4-3.7-13.4 2.7-15z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E\")",secondarySvgContent:"url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 4880'%3E%3Cg role='presentation'%3E%3Cpath fill='rgba(255,255,255,1)' d='M67.4 26.4c5.8-2 12.4 3.3 11.4 9.4-.4 6.5-8.8 10-13.8 6-5.6-3.6-4.2-13.5 2.4-15.3zM66.5 113.7c5.7-3.3 13.6 1.8 12.7 8.4 0 6.4-8 10.4-13.2 7-5.6-3.2-5.4-12.5.5-15.3z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M65.5 200.4c5.7-3.4 13.6 2 12.6 8.5 0 6-7 10.7-12.7 7.7-6.4-3-6-13.2.2-16.3z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M64.3 286.2c5-2 11.3 2.3 11.2 7.8 0 5.4-4.5 11.7-10.5 11-5.4-.3-9.2-6.3-7.3-11.2 1.2-3.2 3.2-6.5 6.6-7.6z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M59.4 372.5c5-2.6 11.6 1 12 6.5.8 5-3.4 8.6-7 11.3-4.5 3.2-11.7.2-12.6-5.3-1.4-5.5 3.6-9.7 7.6-12.5z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M54.3 457.4c4-2.2 9.6 0 11.2 4.2 1.7 3.7 0 8.4-3.5 10.5-3.7 2.5-8.2 5.6-12.8 4-4.3-1.6-6.5-6.8-4.8-11 1.5-4.2 6.4-5.4 10-7.6z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M48.6 540.7c4.4-2 10 1 11 5.7 1 4-1.4 8.4-5.4 9.7-4 1.6-8.5 3-13 2.5-5.6-.8-8.6-8-5.3-12.6 2.7-4.4 8.4-3.5 12.6-5.3z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M29.4 622.4c3-1.5 6.4 0 9.6 0 3.4.3 7.3-1 10.3 1.3 4.6 3 4.4 10.4-.2 13.3-3.7 2-8.2 1.7-12.4 1.5-3.6-.5-7.8-.7-10.2-4-3.2-3.7-1.6-10.2 3-12z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M20.3 698.3c4-2 7.8 1.3 11.4 2.8 4 2 9.6 1 12.2 5 3.3 4.7-.2 12-6 12.3-7 0-14-2.6-19.7-6.6-4.7-3.4-3.5-11.6 2-13.4z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M12.3 771.3c3-1.5 7-.6 9 2 3 3.8 6.7 6.7 11 8.3 3.3 1 5.7 4 5.5 7.4.2 4.8-4.8 8.7-9.3 7.4-7.7-2.2-14.5-7.2-19.3-13.6-2.8-3.7-1.2-9.8 3-11.5z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M7.5 841.7c4-2 9.2.3 10.3 4.6 1.7 5.4 5 10 9.7 13 4 2.5 4.6 8.4 1.4 11.6-2.5 2.6-7 3-10 1-7.4-5-13-12.6-15.5-21-1.2-3.6.5-8 4-9.3z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M6.5 910.8c3-1.6 7.3-.4 9 2.6 1.7 2.2 1 5 1.4 7.6 0 5.6 2.5 11 6 15 2.5 2.5 2.7 6.7.5 9.5-2.4 3.3-7.8 3.8-10.7 1-7.6-7.8-11.5-19-10.6-29.6.2-2.7 1.8-5.2 4.3-6.2z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M9.3 980c3.7-2 9 .3 10 4.4 1 2.4-.2 4.8-1 7-2.4 5.7-2.3 12.4.3 18 1 2.3 2.4 5 1.5 7.6-1 4-5.7 6.2-9.5 4.5-2.6-1-3.8-3.7-5-6-4.4-10-4.3-21.8.4-31.6.6-1.7 1.7-3 3.3-4z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M16.3 1051.2c4-2.6 10 1 10 5.8.5 3-2 5.3-4 7.4-5.3 5.7-7 14-5.2 21.6 1 3.5-1 7.4-4.4 8.5-3.4 1.2-7.6-.8-8.7-4.3-4.2-13.8.7-30.2 12.3-39z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M26.4 1125.3c4.5-2.6 10.7 1.5 10 6.7-.4 3.3-3.3 5.2-6 6.3-8.2 3.4-14 11.8-14.2 20.6 0 2.6-.6 5.6-3.2 7-4 2.8-10 0-10.2-5-.8-15.3 9.2-30.3 23.6-35.7z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M35.3 1203.2c3.7-.3 8.6-1.2 11.2 2.3 2.7 3.2 1 8.8-3 10-3.7.8-7.7.3-11.3 1.7-8 2.6-13.8 9.5-15.8 17.5-1 4.7-7.6 6.2-10.8 2.7-2.8-2.7-1.7-7-.4-10 4.5-13 16.6-22.6 30-24.2z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M36.4 1283.3c7-.6 14.2.5 20.3 4 3.8 2.4 3.3 8.7-.8 10.6-3 1.5-6-.2-8.6-1-9.8-3.5-21.6.5-27.3 9-1.5 2.4-3 5.6-6 6-4.6 1-9-4.4-6.8-8.7 5.4-11 17-18.8 29.2-20z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M36.5 1363.5c11.6-1 23.8 3.6 31.3 12.7 2.7 3.6-.3 9.5-4.8 9.4-3.2.3-5-2.6-7.3-4.4-8.4-7.4-22.2-7.6-31-.4-2.3 1.8-4.3 5-7.7 4.7-4.7 0-7.5-6.3-4.4-9.8 6-7 14.8-11.3 24-12.2z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M31.4 1444.6c18-4.8 38.3 6.6 43.3 24.6 1 4-3.5 8-7.4 6.6-3.5-1-4-4.8-5.5-7.5-5.5-10.8-19.6-16-30.8-11.4-3.2 1-6.2 4.3-10 3-3.8-1.4-5-7.2-1.7-9.8 3.5-2.8 7.8-4.4 12-5.6z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M32.4 1524.6c15-3.4 31.8 4 39.2 17.8 3.5 6.5 5.3 14 4.3 21.5-1 4-6.7 5.5-9.5 2.4-2-2-1.4-5-1.6-7.4-.2-11.6-9.6-22-21-23.7-4.4-.8-8.8 0-13 1-4 1.2-7.7-3.5-6-7.2 1-3 4.6-3.7 7.4-4.4z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M36.3 1604.4c14-2 28.5 6 35 18.2 6 10.6 6 24.3 0 34.8-2 3.5-7.6 3-9-.6-1.8-3.5 1.4-6.8 2-10.2 3.8-12.4-4-26.7-16.3-30.5-4-1.6-8.3-.8-12.4-1.6-4.6-1.7-4-9 .7-10z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M43.3 1685.3c4-1.2 8.2 1 12 2.5 14.7 6.6 23.3 24.2 19.5 40-1.8 8-6.5 15.7-13.4 20.6-3 2.2-8-.6-7.7-4.4 0-2.3 1.8-3.7 3.3-5 7-6 10-16 7.8-24.7-1.8-8-7.6-15-15.3-18-2.2-.8-4.6-1-6.8-2-3.4-2-3-7.5.6-9z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M50.2 1768c1.4-.8 3.2-.8 4.7 0 13.2 5.7 21.7 20.5 20.3 35-1 15-12.6 28.5-27.3 31.4-3.4.6-6.4-3-5-6.3.6-2.6 3.7-3 6-4 8.2-2.8 14.5-10.4 16.2-19 2-9-1.5-18.8-8.6-24.6-2.2-2-5-3-7.2-4.8-2.2-2-1.7-6 .8-7.5z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M57.4 1852.2c3.7-1.8 6.6 2 9 4.5 11 12 11.7 31.6 1.7 44.5-6.8 9.3-18.5 14.6-30 14-2.4-.3-5.3-.2-7-2.2-1.6-2-1-5.4 1.3-6.8 1.7-1 3.8-.3 5.6-.4 9.8 1 20-4.5 24.7-13.2 4.6-8 4.3-18.7-.8-26.5-1.8-3-4.5-5-6.6-7.4-1.4-2.2-.4-5.4 2-6.4z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M62.3 1938.3c1.7-1 4.3-1 5.6.8 9 11.5 9.2 28.8.8 40.8-7 10.4-20 16.4-32.6 15-5.7-.7-11.3-2.7-16-6-2.6-1.8-2-6.4 1-7.5 2.2-1 4.2.6 6 1.5 8.6 5 20 4.4 28-1.5 7.7-5.4 12-15 10.8-24.3-.3-4.5-2.3-8.6-4.7-12.4-1.6-2-1-5 1-6.3z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M66.3 2025.2c2-1.2 4.8-.5 5.7 1.6 5.6 12.8 2.2 28.7-8 38.2-9.4 9.2-24.2 12.2-36.5 7.4-7-2.8-13.5-8-17.3-14.7-1.2-2.6 1-5.8 3.8-5.7 2.5 0 3.7 2.4 5 4 7 9.5 20.5 13 31.2 8.4 12-4.7 19-18.8 15.3-31-.8-2.7-2.3-6.5.8-8.2z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M68.6 2112.7c2-1 5 0 5.4 2.4 2.4 14.5-5.8 30-19.2 36-12.5 6.2-28.7 3.6-38.7-6.2-5.6-5.5-9.4-13-10-21-.4-4 6-5 7.2-1.2 1 5.5 3 11 7 15.3 7 7.8 19 11 28.8 7 10.7-3.6 18.4-14.7 17.7-26-.2-2.2-.6-5.3 2-6.3z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M8.4 2188.4c2-2 6-.3 6 2.6-.4 2-1 4-1.2 5.8-1 8.8 2.5 18 9.3 23.7 7 6 17.2 8 26 5 10-3 17-12.3 18.4-22.5.3-4 6.7-3.6 7 .3-1 15-13.3 28-28 30.3-13 2.5-27.4-3.6-34.6-15-5.2-7.8-6.8-17.8-4.6-27 .4-1 .6-2.4 1.6-3.2z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M15.3 2257c2-1 4.4 0 5 2.2.3 2-1.3 3.3-2.3 4.8-5.7 7.6-6.8 18.2-3 27 4.3 10 15 16.7 26 16.2 10-.3 19.4-6.6 23.7-15.6 1.2-3.4 6.7-2.2 6.4 1.4-.7 3.4-3 6.3-5 9-9.3 11-26 15-39.3 9.2C13.8 2306 5 2292 6 2278c.7-7.8 3.7-15.7 9.3-21z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M25.6 2329.6c1.8-1.2 4.5.2 4.6 2.5.2 2.7-2.8 3.4-4.6 4.7-12 7-16.6 23.5-10 35.7 5.8 12.2 21.6 18.4 34.2 13.2 3.6-1.2 6.4-3.6 9.5-5.7 2.8-2 6 2.5 3.6 4.7-11.4 11-30.5 12-43 2.4-12.8-9-17.4-27.3-10.5-41.3 3.3-7 9-13 16-16z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M33.2 2407.2c2.3-.4 4.6-.8 7-.6 2.4.5 3 4.2.6 5.4-4 .7-8.3 1-12 2.8-12.6 5.3-19.5 20.5-15.2 33.4 4 13.3 18.8 22 32.3 18.8 2-.6 6-2 6.7 1.3.7 3.7-4 4-6.6 4.6-15.4 3-32.3-6.4-37.4-21.4-5.3-13.8 0-30.6 12-39 3.8-2.6 8-4.4 12.6-5.4z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M37.4 2486.4c5.5-.4 11.3.4 16.3 3 2 1.6.8 5.3-2 5.4-3.5-.8-7-2.3-10.8-2.2-13-.7-25.2 9-27.8 21.4-3 12 3.4 25 14.4 30.5 3.4 2 7.3 2.3 11 3 2.7 1 2.3 5.6-.6 6-17.3-.3-32-16.3-31.7-33.5-.4-17 14-32.7 31-33.6z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M33.5 2566.7c10.8-2.2 22.7 1.3 30.5 9.3 1.8 1.6 1 5-1.3 5.6-2.3 1-4-1.5-5.6-2.7-9.6-8.4-25-8-34.6.3-8.6 7-12 19.7-8 30 2.3 6.4 7 11.4 12.7 14.8 3.2 2 .6 7.3-2.8 6-13.8-6.8-21.2-24-17-38.7 3-12.3 13.8-22.3 26.3-24.6z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M32.4 2646.7c15-3.7 32 4.3 38.3 18.5.8 2.3-1.4 4.8-3.8 4.5-2.2 0-3-2.2-4-3.7-5.6-9.7-17.8-14.8-28.6-12.4-9.8 2-18 10-20.5 19.6-2 7.2-.8 15.2 3.4 21.4 1 1.5 2.4 3.3 1.4 5.2-1 2.4-4.7 2.8-6 .7-9.2-11.7-9.2-29.2-.2-41 4.8-6.4 12-11 19.8-12.8z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M31.4 2726.7c14.6-4 31.3 3 38.5 16.3 1.7 3.3 3.4 7 3.7 10.8-.3 2.8-4 4.3-6 2.6-1.6-1-1.7-3-2.3-4.6-2.5-8.4-9.6-15-18-17.5-8.6-2.6-18.6-.3-25.2 5.8-6.5 6-10 15-8.6 23.5 0 1.8 1 4-.5 5.6-1.5 2.2-5.2 1.8-6.3-.7-5.2-17.5 7-37.5 24.7-41.6z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M36.4 2805.5c14.7-1.7 29.7 7 35.4 20.6 2 5 3.2 10.4 2.8 15.7-.5 4-6.7 4.5-7.8.7-.6-3.3-.3-6.8-1.5-10-3-10.4-12.7-18.2-23.4-18.8-11.8-1-23.7 6.8-27 18-1 2.2-1 5-3.4 6-2.7 1.2-6-1.4-5.6-4.3 2.6-14.6 15.7-26.5 30.4-27.8z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M33.5 2885.7c14-2.8 29.3 4 36.5 16.3 5 8.4 6.4 19 3.3 28.2-1 3-5.7 3.6-7.5 1-1.5-2.2 0-4.8 0-7 2.3-12-5-24.4-16.3-28.6-9.8-4-22-1.2-29 7-1.5 1.5-2.8 4-5.4 3.8-3.2 0-5.3-4-3.3-6.8 5-7.2 13-12.3 21.8-14z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M32.4 2965.7c15-3.5 31.4 4 38.5 17.4 5.8 10.8 5.6 24.7-1 35.2-1.6 3-6.4 2.6-7.8-.5-1.4-2.3.4-4.7 1.3-7 4.2-8.3 3-19-2.8-26.4-6-8-17-12-27-9.5-3 .6-5.7 2.6-8.8 3.3-4 .4-6.4-5-3.6-7.6 3.2-2.5 7.2-3.8 11-4.8z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M34.4 3045.4c14.2-3.4 29.8 4.8 36.7 17.5 7.7 13.5 5 32-6.5 42.5-2.5 2.2-7 .7-7.6-2.5-1-3.2 2-5.3 3.5-7.6 6-7.6 7-18.6 2.4-27-4.4-8.5-13.5-14.3-23-14-2-.2-4.6.4-6.3-1.2-2.5-2-2-6.3.7-7.8z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M48.2 3126c4.2-.4 8 2.2 11.5 4.2 13 8.3 19 25.5 14.5 40-2.6 8.7-8.6 16.4-16.5 20.7-3.2 2-7.7-1-7.4-4.8 0-2.7 2.5-4 4.5-5.5 7.5-5 11.6-14.7 10.5-23.6-1-9-7.2-17.2-15.7-20.5-1.8-1-4-1.5-4.8-3.6-1.3-2.8.5-6.3 3.4-7z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M58.3 3212.3c3.8-1.7 6.8 1.8 9 4.4 9.5 10.8 11.3 27.5 4.5 40-4.6 8.7-12.8 15.4-22.2 18-3.7 1-7.6-2.8-6.5-6.5 1-3.7 5-4 7.8-5.4 11.3-5 17.4-19.2 13-30.8-1.3-4.5-4.2-8.2-7.5-11.4-2.4-2.5-1.2-7 2-8.3z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M65.2 3302.3c2.8-1.5 6.5-.2 7.7 2.7 2.6 6 3.6 12.6 3 19-1.7 17.8-18.2 32.7-36 32-4.5 0-6.6-6.3-3.4-9.3 2.6-2.5 6.6-1.5 9.7-2.5 10.8-2.6 19-13 18.7-24.2 0-4-1.2-7.6-2.5-11.3-1-2.4.5-5.3 2.7-6.4z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M67.4 3394.4c3-2.2 8-.2 8.8 3.6 1.3 15-8.5 30.3-22.6 35.8-7.2 2.8-15.4 3.5-23 1.3-3.8-1.3-4.7-7.2-1.3-9.7 2.8-2.4 6.5-.6 9.7-.6 12 .8 23.8-8.7 25.4-20.7.6-3.3-.3-7.6 3-9.5z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M66.5 3485.7c4.3-1.7 9.2 2.8 7.7 7.2-5 14.3-20 24.2-35.2 23.6-6-.2-12-1.6-17-4.8-3.5-2.5-2.8-8.7 1.3-10.2 3-1.5 6 .6 8.7 1.5 10.6 4.2 23.8-.8 29.2-10.8 1.4-2.4 2.3-5.7 5.3-6.5z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M59.5 3575.7c3.7-1.5 8.3 1.4 8.4 5.4.3 4.4-4 7-6.8 9.2-13.7 10-34.2 8.6-46.3-3.2-3.4-3.2-1.5-9.6 3-10.4 3-1 5.4 1.3 7.6 3 7.4 5.7 18.3 6.3 26.4 1.5 2.8-1.3 4.8-4 7.5-5.3z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M11.4 3651.2c2.5-1.4 6-1 8 1.4 2 2.5 4 5.3 6.8 7 6.6 5 15.5 5.6 23 2.7 4.7-2.3 10.3 2.6 8.8 7.6-1 4-5.6 5-9 6-15 4-32-2.8-40-16-2-3-.7-7.2 2.4-8.8z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M9.5 3723.6c3.4-1 7 1.2 8 4.6 3 8.3 11 14.7 19.8 15.4 2.4.4 5.3 0 7.2 2 3 2.4 3 7.4 0 10-2.5 2.4-6.4 1.7-9.6 1.3C21 3755 9 3745 4.6 3732c-1.2-3.5 1-7.6 4.8-8.4z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M6.4 3796.4c3.3-1.6 7.6-.2 9.3 3 1 2.7 1 5.5 2 8.2 2 6 6.3 11 12 13.6 2.5 1.2 5.2 2.8 5.6 5.8 1.2 4.7-3.6 9.4-8.3 8-13.5-4.5-23.5-17.8-24.4-32-.2-2.8 1.5-5.4 3.8-6.6z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M7.3 3868.4c3.3-1.3 7.3.3 9 3.5 1 1.8.4 4 .4 6-.7 7 2 13.7 6.7 18.6 2.4 2 3.4 5.8 1.8 8.7-1.8 4-7.5 5.2-10.8 2.3C5 3899.4.7 3886 2.8 3874c.4-2.6 2.2-4.7 4.5-5.6z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M8.5 3941.4c4.6-2.7 11 1.3 10.7 6.7-.7 4-2.7 7.8-2.4 12-.2 4 1.3 7.5 2.5 11 1.2 4-1.6 8.3-5.5 9-3.4.8-7-1-8.3-4.4-4.3-9.3-4.5-20.3-.7-29.8.7-1.8 2-3.5 3.7-4.4z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M12.5 4014.7c4.2-2.2 9.8.6 10.5 5.3 1 5-4 8.3-5 13-2 4.6.7 10.7-3.4 14.6-3.8 4-11.3 1.7-12.4-3.7-1.2-8.7 1.2-17.6 6-25 1-1.6 2.3-3.5 4.3-4.3z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M17.4 4089.3c4.7-2.6 11.3 1.2 11 6.7.5 5-5 7.3-7.3 11-2.7 3.7-2.6 9.7-7.5 11.4-5.3 2.3-11.6-2.8-10.4-8.4 2.2-8.2 7.3-16 14.4-20.7z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M25.4 4164.6c5.4-1.4 11 4 9.3 9.5-.7 4.2-5 5.6-8 7.7-4 2.3-5.7 7.7-10.7 7.8-6 .8-10.6-6.7-7.3-11.8 4-6 10-10.7 16.7-13z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M30.3 4242.6c4.3-1.7 10 0 11.3 4.8 1.8 4.7-1.7 10-6.6 10.6-5 .8-9 6-14.3 4.2-5.6-1.3-7.6-9-3.6-13 3.8-3.4 8.6-5.2 13.3-6.6z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M35.4 4321.5c4.2-.4 9.4-1 12.3 2.8 3.6 4.3 1.3 12-4.3 13l-11.4 1.2c-6 .3-10-6.8-7-11.8 1.7-4 6.5-4.7 10.4-5.2z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M39.3 4401.5c4.3-.8 8.7.2 12.7 1.6 5.2 2.3 6.2 10.2 2 13.8-4.4 3.8-10.4 1.2-15.3.4-7.2-2.4-6.6-14 .6-15.7z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M49.3 4483c4-.5 7.7 1.7 11 3.8 4.5 3.5 3.7 11.5-1.6 14-4.6 2.4-9.5-.6-13.4-3-5.3-4.2-2.7-13.8 4-14.7z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M56.3 4567.4c7-1.7 15 6.2 12 13.2-1.6 4.6-7.8 6.7-12 4-2.8-1.6-5.7-4-6.2-7.7-.6-4.2 2.2-8.6 6.3-9.6z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M61.4 4653.5c7-3 14.7 5.6 11.5 12.3-2.3 6-11 7-14.8 2-4.2-4.3-2.7-12.4 3-14.3z'/%3E%3Cpath fill='rgba(255,255,255,1)' d='M64.5 4740.3c5.7-3 13.2 2.2 12.4 8.6-.3 6.3-8.4 10.2-13.6 6.5-5.5-3.4-5-12.7 1-15.2zM67.3 4826.3c6.2-2.4 13 4 11.3 10.3-1 6-9.3 9-14 4.8-5.2-4-3.7-13.4 2.7-15z'/%3E%3C/g%3E%3C/svg%3E\")",svgHeights:{smaller:Is(1464),smallest:Is(1464),small:Is(1464),medium:Is(2196),large:Is(4392),larger:Is(4392),largest:Is(4392)},svgTranslatePosition:{smallest:Is(-1440),smaller:Is(-1440),small:Is(-1440),medium:Is(-2160),large:Is(-4320),larger:Is(-4320),largest:Is(-4320)},svgWidths:{smallest:Is(24),smaller:Is(24),small:Is(24),medium:Is(36),large:Is(72),larger:Is(72),largest:Is(72)}}},Ed=function(){return{paddingLeft:Is(20),paddingRight:Is(18),columnGap:Is(8),height:Is(48)}},Od=function(e){return{minHeight:Is(48),rootPadding:"0 "+Is(18)+" 0 "+Is(20),gap:Is(8),zIndex:e.zIndexes.foreground,headerLineHeight:e.lineHeightSmall,headerFontSize:e.fontSizes.medium,headerMediaFontSize:e.fontSizes.small,headerMediaLineHeight:e.lineHeightSmall,importantFontWeight:e.fontWeightBold,contentFontSize:e.fontSizes.small,contentLineHeight:e.lineHeightSmall,contentMediaFontSize:e.fontSizes.small,contentMediaLineHeight:e.lineHeightSmall,selectableFocusHoverColor:e.colorScheme.default.foregroundHover,selectableFocusHoverBackgroundColor:e.colorScheme.default.backgroundHover,selectedColor:e.colorScheme.default.foregroundPressed,selectedBackgroundColor:e.colorScheme.default.backgroundActive1}},Fd=Dc("border","borderActive","foregroundActive","foregroundFocus","foregroundHover","backgroundHover","backgroundActive","backgroundFocus","foregroundDisabled"),Ad=function(e){return{colorScheme:Kc($c(e.colorScheme,{default:{borderActive:e.colorScheme.default.border2,backgroundActive:e.colorScheme.default.backgroundActive2,backgroundFocus:e.colorScheme.default.backgroundFocus1,foregroundDisabled:e.colorScheme.default.foregroundDisabled1},brand:{foregroundHover:e.colors.white,backgroundHover:e.colors.brand[300],foregroundActive:e.colors.white,borderActive:e.colors.brand[600],backgroundActive:e.colors.brand[500],foregroundFocus:e.colors.white,backgroundFocus:e.colors.brand[300],foregroundDisabled:e.colorScheme.brand.foregroundDisabled1}}),Fd),color:e.colors.grey[500],colorActive:e.colors.black,colorFocus:void 0,colorHover:"inherit",colorDisabled:void 0,borderColor:void 0,borderColorHover:void 0,borderColorActive:void 0,borderColorFocus:e.colors.white,outlineColorFocus:e.colors.black,backgroundColor:void 0,backgroundColorFocus:void 0,backgroundColorHover:void 0,backgroundColorActive:void 0,iconSize:Is(16),iconOnlyBorderRadius:e.borderRadiusMedium,iconOnlyColorActive:e.colors.brand[600],iconOnlyColorFocus:e.colors.brand[600],iconOnlyWrapperBackgroundColorFocus:void 0,activeIconOnlyWrapperBackgroundColor:void 0,iconOnlyBackgroundColorHover:void 0,iconOnlyColorHover:e.colors.brand[600],underlinedBorderColor:e.colors.grey[200],lineHeightBase:e.lineHeightMedium,horizontalPadding:Is(14)+" "+Is(18),verticalBackgroundColor:e.colorScheme.default.background,verticalItemPadding:Is(7)+" "+Is(12),verticalBoxShadow:e.shadow16,verticalDividerMargin:Is(8)+" 0",verticalItemBorderWidth:Is(2),verticalItemBorderColor:"transparent",verticalPointingBorderColor:e.colorScheme.brand.borderActive,verticalBackgroundColorFocus:void 0,verticalBorderColor:e.colorScheme.default.borderTransparent,activeUnderlinedColor:void 0,activeUnderlinedPrimaryColor:e.colors.brand[600],activeUnderlinedBorderBottomColor:e.colors.black,activeUnderlinedWrapperColor:void 0,pointingIndicatorBackgroundColor:e.colors.brand[600],underlinedBottomBorderWidth:Is(2),underlinedColorHover:"inherit",primaryBorderColor:e.colorScheme.default.border2,primaryWrapperColorFocus:e.colors.white,primaryWrapperBackgroundColorFocus:e.colors.brand[500],underlinedWrapperColorHover:e.colors.black,underlinedWrapperBackgroundHover:"transparent",dividerHeight:Is(1),borderWidth:Is(1),menuZIndex:e.zIndexes.overlay,beakZIndex:e.zIndexes.menuItem,wrapperColorActive:e.colors.grey[500],wrapperColorFocus:e.colors.grey[500],wrapperColorHover:void 0,primaryWrapperColorHover:e.colors.white,wrapperBackgroundColorFocus:e.colors.grey[150],activeWrapperBackgroundColorHover:void 0,indicatorColor:e.colors.grey[500],activeIndicatorColor:e.colors.grey[750],activePrimaryIndicatorColor:e.colors.grey[750],activePrimaryVerticalIndicatorColor:e.colors.white,primaryIndicatorColorHover:e.colors.white,indicatorColorHover:e.colors.grey[500]}},Pd=function(e){return{background:e.colorScheme.default.background3,backgroundHover:e.colorScheme.default.background1,borderRadius:"9999px",smallerRoundedBorderRadius:Is(2),disabledBackground:e.colorScheme.default.backgroundDisabled,disabledColor:e.colorScheme.default.foregroundDisabled,invertedBackground:e.colorScheme.default.background,outlineBackground:"transparent",outlineBorderColor:e.colorScheme.default.borderActive4,outlineDisabledborder:e.colorScheme.default.borderDisabled,smallerHeight:Is(20),smallerMinWidth:Is(80),smallerMargin:Is(6)+" "+Is(2),smallHeight:Is(24),smallMinWidth:Is(80),smallMargin:Is(4),height:Is(32),minWidth:Is(90),margin:Is(6)+" "+Is(4),roundedBorderRadius:e.borderRadiusMedium,contentPaddingSmaller:Is(2)+" "+Is(8),contentFontSizeSmaller:Is(12),contentFontSizeSmall:Is(12),contentPaddingSmall:Is(4)+" "+Is(8),contentFontSize:Is(14),contentPadding:Is(6)+" "+Is(8),actionMargin:"0 "+Is(8),actionWidth:Is(16),smallOrSmallerActionWidth:Is(12),iconMargin:"0 0 0 "+Is(8),iconWidth:Is(20),smallOrSmallerIconWidth:Is(16),selectedIconColor:e.colorScheme.default.border,selectedIconCheckColor:e.colorScheme.brand.background2,selectedImageIconWidth:Is(32),smallSelectedImageIconWidth:Is(24),smallerSelectedImageIconWidth:Is(20),imageWidth:Is(32),imageHeight:Is(32),smallImageWidth:Is(24),smallImageHeight:Is(24),smallerImageWidth:Is(20),smallerImageHeight:Is(20)}},jd=function(e){return{borderColor:e.colorScheme.default.borderTransparent,borderRadius:e.borderRadiusMedium,borderSize:"1px",backgroundColor:e.colorScheme.default.background,color:e.colorScheme.default.foreground,boxShadow:e.shadow16,padding:""+Is(16),pointerGap:Is(5),pointerMargin:Is(10),pointerHeight:Is(7),pointerWidth:Is(14),zIndex:e.zIndexes.overlay}},Rd=function(e){return{background:e.bodyBackground,color:e.bodyColor,scrollbarHeight:Is(16),scrollbarWidth:Is(16),scrollbarThumbBackgroundColor:e.colors.onyx[700],scrollbarThumbBorderRadius:Is(9),scrollbarThumbBorderSize:Is(4),scrollbarThumbHoverBackgroundColor:e.colors.onyx[700],scrollbarThumbHoverBorderSize:Is(2)}},Id=function(e){return{colorDisabled:e.colors.grey[250],textFontSize:e.fontSizes.medium,textColorDefault:e.colors.grey[500],textColorDefaultHoverFocus:e.colors.grey[750],textColorChecked:e.colors.grey[750],indicatorColorDefault:e.colors.grey[500],indicatorBorderColorDefaultHover:e.colors.grey[750],indicatorBorderColorChecked:e.colors.brand[600],indicatorBackgroundColorChecked:e.colors.brand[600],padding:"0 "+Is(2),margin:Is(5)+" "+Is(8)+" "+Is(5)+" "+Is(2)}},Md=function(e){return{meReactingColor:e.colors.brand[600],meReactingColorHover:e.colors.brand[800],otherReactingColor:e.colors.grey[450],otherReactingColorHover:e.colors.grey[750],contentFontSize:e.fontSizes.small,fontWeightHover:e.fontWeightBold,outlineColorFocus:e.colors.brand[600],outlineWidthFocus:Is(2),outlineOffsetFocus:Is(-2),meReacting:!1,boxShadowColor:e.colors.white,borderColorFocus:e.colors.grey[750]}},Dd=function(){return{reactionSpacing:Is(8)}},zd=Dc("foreground"),_d=function(e){return{colorScheme:Kc(e.colorScheme,zd),color:e.bodyColor,disabledColor:e.colors.grey[250],backgroundColor:e.bodyBackground,disabledBackgroundColor:e.colors.grey[150],disabledBorderColor:"transparent",borderRadius:0,borderStyle:"solid",borderWidth:"2px 0 0 0",boxShadow:"0 1px 1px 1px rgba(34,36,38,.15)",padding:"1em"}},Hd=function(e){return{lineBackground:e.colorScheme.default.foreground6,shapeBackground:e.colorScheme.default.foreground6,animationBackground:e.colorScheme.default.foreground6,animationBackgroundSecondary:e.colorScheme.default.foreground6,lineMargin:"0 0 "+Is(2)+" 0",shapeMargin:"0 0 "+Is(2)+" 0",buttonHeight:Is(32),buttonWidth:Is(96),buttonSmallHeight:Is(24),buttonSmallWidth:Is(72),buttonBackground:e.colorScheme.default.foreground6,buttonCircularBorderRadius:Is(999),textBackground:e.colorScheme.default.foreground6,textWidth:"100%",textSmallerHeight:Is(14),textSmallHeight:Is(16),textMediumHeight:Is(19),textLargeHeight:Is(24),textLargerHeight:Is(32),inputHeight:Is(32),inputWidth:Is(154),inputBackground:e.colorScheme.default.foreground6,avatarBackground:e.colorScheme.default.foreground6,avatarSmallest:Is(20),avatarSmaller:Is(24),avatarSmall:Is(28),avatarMedium:Is(32),avatarLarge:Is(44),avatarLarger:Is(64),avatarLargest:Is(96)}},Td=function(e){var r=e.colorScheme;return{height:Is(16),length:Is(320),railColor:r.default.border,disabledRailColor:r.default.backgroundDisabled1,railHeight:Is(2),thumbColor:r.default.foreground2,activeThumbColor:r.default.foreground1,disabledThumbColor:r.default.foregroundDisabled1,thumbHeight:Is(10),activeThumbHeight:Is(14),thumbBorderPadding:Is(4),thumbWidth:Is(10),activeThumbWidth:Is(14),trackColor:r.brand.foregroundActive,disabledTrackColor:r.default.foregroundDisabled1}},Wd=function(e){return{borderColor:void 0,borderWidth:2,iconSize:Is(7),successBackgroundColor:e.colorScheme.green.background,successTextColor:e.colorScheme.green.foreground1,infoBackgroundColor:e.colorScheme.brand.background,infoTextColor:e.colorScheme.default.foreground2,warningBackgroundColor:e.colorScheme.yellow.background,warningTextColor:e.colorScheme.yellow.foreground2,errorBackgroundColor:e.colorScheme.red.background,errorTextColor:e.colorScheme.red.foreground2,defaultBackgroundColor:e.colorScheme.default.background5,defaultTextColor:e.colorScheme.default.foreground4}},Ld=Dc("foreground"),Nd=function(e){return{colorScheme:Kc(e.colorScheme,Ld),fontSizeSmallest:e.fontSizes.smallest,fontLineHeightSmallest:e.lineHeightSmallest,fontSizeSmaller:e.fontSizes.smaller,fontLineHeightSmaller:e.lineHeightSmaller,fontSizeSmall:e.fontSizes.small,fontLineHeightSmall:e.lineHeightSmall,fontSizeMedium:e.fontSizes.medium,fontLineHeightMedium:e.lineHeightMedium,fontSizeLarge:e.fontSizes.large,fontLineHeightLarge:e.lineHeightLarge,fontSizeLarger:e.fontSizes.larger,fontLineHeightLarger:e.lineHeightLarger,fontSizeLargest:e.fontSizes.largest,fontLineHeightLargest:e.lineHeightLargest,fontWeightLight:e.fontWeightLight,fontWeightSemilight:e.fontWeightSemilight,fontWeightRegular:e.fontWeightRegular,fontWeightSemibold:e.fontWeightSemibold,fontWeightBold:e.fontWeightBold,atMentionOtherColor:e.colors.brand[600],atMentionMeColor:e.colors.orange[400],atMentionMeFontWeight:e.fontWeightBold,disabledColor:e.colors.grey[250],errorColor:e.colorScheme.red.foreground,importantWeight:e.fontWeightBold,importantColor:e.colors.red[400],successColor:e.colors.green[600],timestampColor:e.colorScheme.default.foreground1}},Ud=function(e){return{margin:"0",padding:Is(7)+" "+Is(12),borderColor:"transparent",borderRadius:e.borderRadiusMedium+" "+e.borderRadiusMedium+" "+e.borderRadiusSmall+" "+e.borderRadiusSmall,borderWidth:"0 0 "+Is(2)+" 0",backgroundColor:e.colorScheme.default.background2,invertedBackgroundColor:e.colorScheme.default.background,placeholderColor:e.colorScheme.default.foreground1,disabledColor:e.colorScheme.brand.foregroundDisabled,fontColor:e.colorScheme.default.foreground,fontSize:e.fontSizes.medium,borderColorFocus:"transparent transparent "+e.colorScheme.brand.borderFocus1+" transparent",height:"auto",borderColorError:e.colorScheme.red.background}},Zd=Dc("foreground1","background","border","foregroundActive","foregroundHover","backgroundHover","foregroundDisabled1","menuItemForegroundHover","menuItemBackgroundHover"),Vd=function(e){return{colorScheme:Kc($c(e.colorScheme,{default:{foregroundHover:e.colorScheme.brand.foregroundHover,backgroundHover:"transparent",foregroundActive:e.colorScheme.brand.foregroundActive,menuItemForegroundHover:e.colorScheme.default.foregroundHover,menuItemBackgroundHover:e.colorScheme.default.backgroundHover}}),Zd),foreground:void 0,background:"transparent",dividerBorder:void 0,foregroundHover:void 0,backgroundHover:void 0,foregroundActive:void 0,backgroundActive:"transparent",foregroundDisabled:void 0,backgroundDisabled:"transparent",itemHeight:Is(32),itemPadding:"0",borderWidth:"2px",borderRadius:e.borderRadiusMedium,dividerMargin:Is(10)+" "+Is(4),menuMaxWidth:Is(312),menuPadding:Is(8)+" 0",menuBackground:void 0,menuBorder:void 0,menuBorderWidth:"1px",menuBorderRadius:e.borderRadiusMedium,menuBoxShadow:e.shadowLevel3,menuItemForeground:void 0,menuItemForegroundHover:void 0,menuItemBackgroundHover:void 0,menuItemForegroundDisabled:void 0,menuItemBackgroundDisabled:"transparent",menuItemPadding:Is(5)+" "+Is(15),menuDividerBorder:void 0,menuDividerMargin:Is(8)+" 0",customItemHorizontalPadding:Is(16),customItemVerticalPadding:Is(4),overlayZIndex:e.zIndexes.overlay,lineHeightBase:e.lineHeightMedium}},Gd=function(e){return{color:e.colorScheme.default.foreground,padding:Is(1)+" 0",paddingRight:Is(20),paddingLeft:Is(20),borderColor:e.colorScheme.default.foreground1,borderStyle:"solid",borderRadius:e.borderRadiusMedium,borderWidth:Is(1),indicatorColor:"transparent",selectionIndicatorMargin:"0 0 0 0",background:"transparent",hoverBackground:e.colorScheme.default.background1,checkedBackground:e.colorScheme.brand.backgroundActive1,checkedBorderColor:e.colorScheme.brand.backgroundActive1,checkedIndicatorColor:e.colorScheme.default.background,disabledBackground:e.colorScheme.default.background,disabledBackgroundChecked:e.colorScheme.default.backgroundDisabled,disabledBorderColor:e.colorScheme.default.foregroundDisabled1,disabledCheckedIndicatorColor:e.colorScheme.default.foregroundDisabled}},Xd=function(){return{width:void 0,height:void 0}},Yd=function(e){return{boxShadow:e.shadow8,borderRadius:e.borderRadiusMedium,borderSize:"1px",padding:Is(5)+" "+Is(12)+" "+Is(7)+" "+Is(12),maxWidth:Is(246),pointerMargin:Is(6),pointerGap:Is(5),pointerWidth:Is(16),pointerHeight:Is(6),color:e.colorScheme.default.foreground3,backgroundColor:e.colors.grey[500],subtleBackgroundColor:e.colorScheme.default.background,subtleForegroundColor:e.colorScheme.default.foreground,subtleBorderColor:e.colorScheme.onyx.border1,zIndex:e.zIndexes.overlayPriority}},$d=function(e){return{borderRadius:e.borderRadiusMedium,borderColor:e.colorScheme.default.border,borderColorPrimary:e.colors.brand[500],borderColorDisabled:e.colorScheme.brand.foregroundDisabled,smallDimension:Is(24),smallPadding:"0 "+Is(8),smallMinWidth:"0",smallBoxShadow:"none",padding:"0 "+Is(12),minWidth:"0",boxShadow:e.shadowLevel1,toggleButtonHeight:Is(32),dividerColor:e.colorScheme.default.border,dividerPrimaryColor:e.colors.white,toggleButtonColor:e.colorScheme.default.foreground,toggleButtonBackgroundColor:e.colorScheme.default.background,toggleButtonBorderRadius:e.borderRadiusMedium,toggleButtonBorderColor:e.colorScheme.default.border,toggleButtonBoxShadow:e.shadowLevel1,toggleButtonColorHover:e.colorScheme.default.foregroundHover,toggleButtonBackgroundColorHover:e.colorScheme.default.backgroundHover1,toggleButtonBorderColorHover:e.colorScheme.default.borderHover,toggleButtonColorActive:e.colorScheme.default.foregroundPressed,toggleButtonBackgroundColorActive:e.colorScheme.default.backgroundPressed,toggleButtonBorderColorActive:e.colorScheme.default.borderPressed,toggleButtonBackgroundColorFocus:void 0,toggleButtonBorderColorFocus:void 0,toggleButtonColorFocus:void 0,toggleButtonPrimaryHoverBackgroundColor:e.colorScheme.brand.backgroundHover,toggleButtonPrimaryHoverColor:e.colorScheme.brand.foregroundHover1,toggleButtonPrimaryColor:e.colorScheme.brand.foreground4,toggleButtonPrimaryBackgroundColor:e.colorScheme.brand.background,toggleButtonPrimaryBorderColor:"transparent",toggleButtonPrimaryBoxShadow:e.shadowLevel1Dark,toggleButtonPrimaryBackgroundColorActive:e.colorScheme.brand.backgroundPressed,toggleButtonPrimaryBackgroundColorFocus:void 0,toggleButtonColorDisabled:e.colorScheme.brand.foregroundDisabled,toggleButtonBackgroundColorDisabled:e.colorScheme.default.backgroundDisabled,toggleButtonIndicatorSize:Is(16),focusBorderRadius:e.borderRadiusMedium,focusBorderWidth:e.borderWidth,focusInnerBorderColor:e.focusInnerBorderColor,focusOuterBorderColor:e.focusOuterBorderColor,focusBorderZIndex:e.zIndexes.foreground}},Kd=function(e){return{width:300,height:300,focusOuterBorderColor:e.focusOuterBorderColor,focusOuterBorderRadius:e.borderRadiusMedium,paddleColor:e.colorScheme.default.foreground4,paddleColorDisabled:e.colorScheme.brand.foregroundDisabled,paddleBackgroundColor:e.colorScheme.onyx.background3,paddleBackgroundColorActive:e.colorScheme.onyx.backgroundPressed,paddleBackgroundColorHover:e.colorScheme.onyx.backgroundHover,paddleBackgroundColorDisabled:e.colorScheme.default.backgroundDisabled,paddleBorderColor:"transparent",paddleBorderRadius:e.borderRadiusMedium,paddleHeight:Is(32),paddleIndicatorSize:Is(16),focusBorderRadius:e.borderRadiusMedium,focusBorderWidth:e.borderWidth,focusInnerBorderColor:e.focusInnerBorderColor,focusBorderZIndex:e.zIndexes.foreground}},qd=Dc("border","borderActive","foregroundActive","foregroundFocus","foregroundHover","backgroundHover","backgroundActive","backgroundFocus","foregroundDisabled"),Jd=function(e){return{width:300,colorScheme:Kc($c(e.colorScheme,{default:{borderActive:e.colorScheme.default.border2,backgroundActive:e.colorScheme.default.backgroundActive1,backgroundFocus:e.colorScheme.default.backgroundFocus1,foregroundDisabled:e.colorScheme.default.foregroundDisabled1},brand:{foregroundHover:e.colors.white,backgroundHover:e.colors.brand[300],foregroundActive:e.colors.white,borderActive:e.colors.brand[600],backgroundActive:e.colors.brand[500],foregroundFocus:e.colors.white,backgroundFocus:e.colors.brand[300],foregroundDisabled:e.colorScheme.brand.foregroundDisabled1}}),qd),color:e.colors.grey[500],colorActive:e.colors.black,borderColor:void 0,borderColorActive:void 0,borderColorFocus:e.colors.white,outlineColorFocus:e.colors.black,backgroundColor:void 0,backgroundColorFocus:void 0,backgroundColorHover:void 0,backgroundColorActive:void 0,iconOnlyColorActive:e.colors.brand[600],lineHeightBase:e.lineHeightMedium,horizontalPadding:Is(14)+" "+Is(18),verticalBackgroundColor:e.colors.white,verticalItemPadding:Is(7)+" "+Is(14),verticalItemBorderWidth:Is(2),verticalItemBorderColor:"transparent",verticalBackgroundColorFocus:e.colors.grey[150],primaryBorderColor:e.colorScheme.default.border2,indicatorBackgroundColor:e.colors.grey[500],indicatorActiveBackgroundColor:e.colors.brand[600],borderWidth:Is(1),thumbnailWidth:75}},Qd=function(e){return{color:e.colorScheme.default.foreground,hoverColor:e.colorScheme.default.foregroundHover,backgroundColor:e.colorScheme.default.background,backgroundHoverColor:e.colorScheme.default.backgroundHover1,defaultRowHeight:Is(48),compactRowHeight:Is(36),minCellWidth:"0",cellPadding:"0 "+Is(8),rowPadding:"0",headerFontSize:Is(12),bodyFontSize:Is(13),borderWidth:Is(1),headerBorderColor:e.colorScheme.default.backgroundHover1,headerBorderHoverColor:"transparent",headerBorderFocusColor:"transparent",rowBorderColor:e.colorScheme.default.backgroundHover1,rowBorderHoverColor:e.colorScheme.default.backgroundHover1,rowBorderFocusColor:e.colorScheme.default.borderFocus,cellBorderColor:"transparent",cellBorderHoverColor:"transparent",cellBorderFocusColor:e.colorScheme.default.borderFocus}},eu=function(e){return{backgroundColor:e.colorScheme.default.background1,backgroundColorDisabled:e.colorScheme.default.backgroundDisabled1,backgroundColorFocus:e.colorScheme.default.backgroundFocus1,backgroundColorHover:e.colorScheme.default.backgroundHover1,backgroundColorPressed:e.colorScheme.default.backgroundPressed,ghostBackgroundColor:"none",ghostBackgroundColorDisabled:e.colorScheme.default.backgroundDisabled,ghostBackgroundColorFocus:"none",ghostBackgroundColorHover:e.colorScheme.default.backgroundHover,ghostBackgroundColorPressed:e.colorScheme.default.backgroundPressed,invertedBackgroundColor:e.colorScheme.default.background2,invertedBackgroundColorDisabled:e.colorScheme.default.backgroundDisabled2,invertedBackgroundColorFocus:e.colorScheme.default.background2,invertedBackgroundColorHover:e.colorScheme.default.backgroundHover2,invertedBackgroundColorPressed:e.colorScheme.default.backgroundPressed,borderStyle:"solid",borderColor:"transparent",borderColorDisabled:"transparent",borderColorHover:"transparent",borderColorPressed:"transparent",borderWidth:e.borderWidth,borderRadius:e.borderRadiusMedium,boxShadow:"none",boxShadowDisabled:"none",boxShadowHover:"none",boxShadowFocus:"none",boxShadowPressed:"none",elevatedBoxShadow:e.shadowLevel1,elevatedBoxShadowDisabled:e.shadowLevel1,elevatedBoxShadowHover:e.shadowLevel3,elevatedBoxShadowFocus:e.shadowLevel1,elevatedBoxShadowPressed:e.shadowLevel1,padding:Is(16),margin:Is(0),colorDisabled:e.colorScheme.default.foregroundDisabled,compactPadding:Is(0),previewMargin:"0 0 "+Is(10)+" 0",headerMargin:"0 0 "+Is(10)+" 0",bodyMargin:"0 0 "+Is(10)+" 0",footerMargin:"0 0 "+Is(10)+" 0",fittedPreviewMargin:Is(0),fittedHeaderMargin:Is(0),fittedBodyMargin:Is(0),fittedFooterMargin:Is(0),previewMarginHorizontal:"0 "+Is(10)+" 0 0",topControlsTop:Is(10),topControlsRight:Is(0),width:Is(300),height:"100%",sizeSmallWidth:Is(200),sizeSmallHeight:"100%",sizeSmallPadding:Is(0),sizeLargeWidth:Is(500),sizeLargeHeight:"100%",sizeLargePadding:Is(16),fluidWidth:"100%",fluidHeight:"100%",expandableBoxStartMaxHeight:Is(20),expandableBoxEndMaxHeight:Is(500),expandableBoxShrinkTransition:"max-height 0.5s ease-in",expandableBoxExpandTransition:"max-height 1s ease-in",selectedBackgroundColor:e.colorScheme.default.backgroundFocus3,selectedBorderColor:e.colorScheme.default.borderActive,selectedBoxShadow:e.shadowLevel4,selectedBackgroundColorDisabled:e.colorScheme.default.backgroundDisabled3,selectedBackgroundColorFocus:e.colorScheme.default.backgroundFocus3,selectedBackgroundColorHover:e.colorScheme.default.backgroundHover3,selectedBackgroundColorPressed:e.colorScheme.default.backgroundPressed3}};!function(e){e[e.Sunday=0]="Sunday",e[e.Monday=1]="Monday",e[e.Tuesday=2]="Tuesday",e[e.Wednesday=3]="Wednesday",e[e.Thursday=4]="Thursday",e[e.Friday=5]="Friday",e[e.Saturday=6]="Saturday"}(qc||(qc={})),function(e){e[e.January=0]="January",e[e.February=1]="February",e[e.March=2]="March",e[e.April=3]="April",e[e.May=4]="May",e[e.June=5]="June",e[e.July=6]="July",e[e.August=7]="August",e[e.September=8]="September",e[e.October=9]="October",e[e.November=10]="November",e[e.December=11]="December"}(Jc||(Jc={})),function(e){e[e.FirstDay=0]="FirstDay",e[e.FirstFullWeek=1]="FirstFullWeek",e[e.FirstFourDayWeek=2]="FirstFourDayWeek"}(Qc||(Qc={})),function(e){e[e.Day=0]="Day",e[e.Week=1]="Week",e[e.Month=2]="Month",e[e.WorkWeek=3]="WorkWeek"}(ed||(ed={}));var ru=function(e){return{calendarCellBorder:"none",calendarCellHeight:Is(34),calendarCellWidth:Is(34),calendarCellPadding:Is(0),calendarCellMargin:Is(0),calendarCellBackgroundColor:e.colorScheme.default.background,calendarCellColor:"inherit",calendarCellQuietColor:e.colorScheme.default.foreground2,calendarCellSelectedColor:e.colorScheme.brand.background4,calendarCellSelectedBackgroundColor:e.colorScheme.brand.borderActive1,calendarCellTodayBackgroundColor:e.colorScheme.brand.backgroundFocus,calendarCellTodayColor:e.colorScheme.white.foreground,calendarCellTodayBorderRadius:"50%",calendarCellHoverBackgroundColor:e.colorScheme.brand.backgroundHover2,calendarCellHoverColor:"inherit",calendarCellDisabledColor:e.colorScheme.brand.foregroundDisabled,calendarCellDisabledBackgroundColor:e.colorScheme.default.background,calendarHeaderCellFontWeight:e.fontWeightRegular,calendarHeaderCellHeight:Is(32),calendarHeaderCellPadding:Is(2)+" "+Is(0)+" "+Is(2)+" "+Is(0),calendarHeaderCellWidth:"calc(100%/7)",calendarHeaderPaddingTop:Is(5),calendarHeaderPaddingBottom:Is(5),calendarHeaderLabelPaddingLeft:Is(10),calendarHeaderLabelFontWeight:e.fontWeightBold,calendarMinHeight:Is(282)}},ou={root:function(){return{verticalAlign:"middle",display:"flex",flexDirection:"column",marginBlockEnd:0,marginBlockStart:0}}},tu={root:function(e){var r=e.props;return Object.assign({display:"none",verticalAlign:"middle"},r.active&&{display:"block"},{marginInlineStart:""+Is(20)})}},nu={root:function(e){return{display:"inline-block",verticalAlign:"middle",padding:".5rem 0",cursor:e.props.disabled?"default":"pointer"}},contentWrapper:function(e){var r=e.props,o=e.variables;return Object.assign({display:"grid",gridTemplateColumns:"auto",msGridColumns:"auto",userSelect:"none"},r.content&&{gridTemplateColumns:"auto 1fr",msGridColumns:"auto 1fr"},{":focus-visible":{borderRadius:o.focusBorderRadius,outline:o.focusBorderWidth+" solid "+o.focusBorderColor}})},indicator:function(e){var r,o,t=e.props,n=e.variables,a=e.rtl;return Object.assign({alignItems:"center",display:"inline-flex",backgroundImage:(r=n.color,o=t.active,o?"url(\"data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' role='presentation' focusable='false' fill='"+encodeURIComponent(r)+"' viewBox='8 8 16 16'%3E%3Cpath d='M16 19l3.5-4h-7z' /%3E%3C/svg%3E\")":"url(\"data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' role='presentation' focusable='false' fill='"+encodeURIComponent(r)+"' viewBox='8 8 16 16'%3E%3Cpath d='M19 16l-4-3.5v7z' /%3E%3C/svg%3E\")"),backgroundPosition:"center"},a&&{transform:"scaleX(-1)"},{content:'" "',overflow:"hidden",height:"100%",width:Is(16),msGridColumn:"1",marginRight:""+Is(4)})},content:function(){return{alignItems:"center",display:"grid",msGridColumn:"2"}}},au=function(e,r){return e.danger?{color:r.dangerColor,backgroundColor:r.dangerBackgroundColor,borderColor:r.dangerBorderColor}:e.info?{color:r.color,backgroundColor:r.backgroundColor,borderColor:r.borderColor}:r.oof?{color:r.oofColor,backgroundColor:r.oofBackgroundColor,borderColor:r.oofBorderColor}:r.urgent?{color:r.urgentColor,backgroundColor:r.urgentBackgroundColor,borderColor:r.urgentBorderColor}:e.success?{color:r.successColor,backgroundColor:r.successBackgroundColor,borderColor:r.successBorderColor}:e.warning?{color:r.warningColor,backgroundColor:r.warningBackgroundColor,borderColor:r.warningBorderColor}:{color:r.color,backgroundColor:r.backgroundColor,borderColor:r.borderColor}},iu={root:function(e){var r=e.props,o=e.variables;return e.theme.siteVariables,Object.assign({display:"flex",alignItems:"center",position:"relative",borderStyle:o.borderStyle,borderWidth:o.borderWidth,borderRadius:o.borderRadius,minHeight:o.minHeight,padding:o.padding,fontWeight:o.fontWeight,visibility:"visible",boxSizing:"border-box"},au(r,o),("top"===r.attached||!0===r.attached)&&{borderRadius:o.borderRadius+" "+o.borderRadius+" 0 0"},"bottom"===r.attached&&{borderRadius:"0 0 "+o.borderRadius+" "+o.borderRadius},r.fitted&&{display:"inline-flex"},r.dismissible&&{padding:o.dismissiblePadding},!r.visible&&{visibility:"hidden"})},actions:function(e){return{margin:e.variables.actionsMargin}},header:function(e){var r=e.variables;return{fontWeight:r.headerFontWeight,margin:r.headerMargin}},body:function(){return{display:"flex",flexGrow:1}},content:function(){return{flexGrow:1}},icon:function(e){var r=e.variables;return{display:"inline-flex",alignItems:"center",justifyContent:"center",width:r.iconSize,height:r.iconSize,"& > :first-child":{height:"100%",width:"100%","& svg":{height:"100%",width:"100%"}},margin:r.iconMargin}}},lu="ui-alert__dismissaction__content",su="transparent",cu=function(e){var r=e.variables,o=e.borderRadius,t=void 0===o?r.focusBorderRadius||r.borderRadius:o,n=e.focusInnerBorderColor,a=void 0===n?r.focusInnerBorderColor||su:n,i=e.focusOuterBorderColor,l=void 0===i?r.focusOuterBorderColor||su:i,s=e.borderPadding,c=e.focusInnerBorderWidth,d=void 0===c?r.focusInnerBorderWidth||r.borderWidth:c,u=e.focusOuterBorderWidth,f=void 0===u?r.focusOuterBorderWidth||r.borderWidth:u,g={content:'""',position:"absolute",borderStyle:"solid",pointerEvents:"none",borderRadius:t},p=(null==s?void 0:s.top)||s,b=(null==s?void 0:s.bottom)||s,m=(null==s?void 0:s.left)||s,h=(null==s?void 0:s.right)||s;return{":focus":{outline:"none"},":focus-visible":{borderColor:"transparent",":before":Object.assign({},g,{borderWidth:d,zIndex:r.zIndexes.foreground,borderColor:a,top:null==s?"0":"-"+p,bottom:null==s?"0":"-"+b,left:null==s?"0":"-"+m,right:null==s?"0":"-"+h}),":after":Object.assign({},g,{borderWidth:f,zIndex:r.zIndexes.foreground,borderColor:l,top:null==s?"-"+d:"calc(0px - "+p+" - "+d+")",bottom:null==s?"-"+d:"calc(0px - "+b+" - "+d+")",left:null==s?"-"+d:"calc(0px - "+m+" - "+d+")",right:null==s?"-"+d:"calc(0px - "+h+" - "+d+")"})}}},du=function(e){var r,o=e.outline;return(r={})["& ."+Sa]={display:o?"none":"block"},r["& ."+Ba]={display:o?"block":"none"},r},uu=function(e,r){return r?"url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' role='presentation' focusable='false' viewBox='8 8 16 16'%3E%3Cg%3E%3Cpath fill='"+encodeURIComponent(e)+"' d='M16.707 16l4.243-4.243a.5.5 0 1 0-.707-.707L16 15.293l-4.243-4.243a.5.5 0 1 0-.707.707L15.293 16l-4.243 4.243a.5.5 0 1 0 .707.707L16 16.707l4.243 4.243a.498.498 0 0 0 .707 0 .5.5 0 0 0 0-.707L16.707 16z' /%3E%3C/g%3E%3C/svg%3E\")":"url(\"data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' role='presentation' focusable='false' viewBox='8 8 16 16'%3E%3Cg%3E%3Cpath fill='"+encodeURIComponent(e)+"' d='M17.414 16l3.89-3.89a1 1 0 1 0-1.415-1.413L16 14.586l-3.89-3.89a1 1 0 1 0-1.413 1.415L14.586 16l-3.89 3.89a1 1 0 1 0 1.415 1.413L16 17.414l3.89 3.89a.997.997 0 0 0 1.413 0 1 1 0 0 0 0-1.415L17.414 16z' /%3E%3C/g%3E%3C/svg%3E\")"},fu=function(e,r,o){return{width:o,height:o,backgroundImage:uu(e,r),backgroundRepeat:"no-repeat"}},gu={root:function(e){var r,o,t,n=e.props,a=e.variables,i=e.theme.siteVariables.borderWidth,l=au(n,a).color,s=cu({variables:{borderRadius:a.focusBorderRadius,borderWidth:a.focusBorderWidth,focusInnerBorderColor:a.focusInnerBorderColor,focusOuterBorderColor:a.focusOuterBorderColor,zIndexes:{foreground:a.focusBorderZIndex}},borderPadding:i});return Object.assign({height:a.dismissActionSize,minWidth:a.dismissActionSize,color:a.dismissActionColor||"currentColor",outline:0,padding:0,borderWidth:0,backgroundColor:a.dismissActionBackgroundColor,borderRadius:a.borderRadius,display:"inline-flex",justifyContent:"center",alignItems:"center",position:"relative",verticalAlign:"middle",cursor:"pointer",transition:ws},du({outline:!0}),!n.hasContent&&((r={})["& ."+lu]=Object.assign({},fu(l,!0,a.dismissActionIndicatorSize)),r),{":hover":Object.assign({backgroundColor:a.hoverBackgroundColor,color:"currentColor"},du({outline:!1}),!n.hasContent&&(o={},o["& ."+lu]=Object.assign({},fu(l,!1,a.dismissActionIndicatorSize)),o),cu({variables:{borderRadius:a.dismissActionHoverBorderRadius,borderWidth:a.dismissActionHoverBorderWidth,focusInnerBorderColor:a.dismissActionHoverInnerBorderColor,focusOuterBorderColor:a.dismissActionHoverOuterBorderColor,zIndexes:{foreground:a.dismissActionHoverZIndex}}})[":focus-visible"]),":focus":s[":focus"],":focus-visible":Object.assign({backgroundColor:a.focusBackgroundColor,borderColor:a.dismissActionBorderColorFocus,color:a.dismissActionColorFocus,borderWidth:i},s[":focus-visible"],du({outline:!1}),!n.hasContent&&(t={},t["& ."+lu]=Object.assign({},fu(l,!1,a.dismissActionIndicatorSize)),t),{":hover":{borderColor:a.dismissActionBorderColorHover}})},n.disabled&&{cursor:"default",color:a.dismissActionColorDisabled,boxShadow:"none",pointerEvents:"none",":hover":{color:a.dismissActionColorDisabled},backgroundColor:a.dismissActionBackgroundColorDisabled,borderColor:a.dismissActionBorderColorDisabled})},content:function(e){var r=e.props,o=e.variables,t=au(r,o).color;return Object.assign({fontWeight:o.dismissActionContentFontWeight},!r.hasContent&&Object.assign({},fu(t,!1,o.dismissActionIndicatorSize)))}},pu="ui-attachment__action",bu={root:function(e){var r,o,t=e.props,n=e.variables,a=e.theme.siteVariables,i=cu({variables:a,borderRadius:n.borderRadius});return Object.assign({position:"relative",display:"inline-flex",alignItems:"center",width:"100%",maxWidth:Is(440),minHeight:Is(48),padding:n.padding,marginBottom:Is(2),marginRight:Is(2),background:n.backgroundColor,color:n.textColor,boxShadow:n.boxShadow,border:a.borderWidth+" solid "+n.borderColor,borderRadius:n.borderRadius},i,{"& .ui-attachment__progress":{transition:"width 0.2s",position:"absolute",display:"block",bottom:0,left:0,maxWidth:"100%",height:n.progressHeight,background:n.progressColor}},t.actionable&&{cursor:"pointer",":focus-visible":Object.assign({},i[":focus-visible"],(r={backgroundColor:n.focusBackgroundColor,color:n.focusColor},r["& ."+pu]={color:n.focusColor},r["& ."+ka]={color:n.focusColor},r)),":hover":(o={backgroundColor:n.backgroundColorHover,color:n.textColorHover},o["& ."+pu]={color:n.textColorHover},o["& ."+ka]={color:n.textColorHover},o)})}},mu="ui-loader",hu=mu+"__indicator",vu=mu+"__svg",yu={root:function(e){var r=e.props,o=e.variables,t=e.theme.siteVariables,n=du({outline:!1}),a=cu({variables:t,borderRadius:o.actionFocusBorderRadius});return Object.assign({height:o.actionHeight,maxWidth:o.actionMaxWidth,display:"inline-flex",justifyContent:"center",alignItems:"center",position:"relative",verticalAlign:"middle",cursor:"pointer",color:o.actionColor,backgroundColor:"transparent",borderColor:"transparent",padding:0},du({outline:!0}),{":focus":Object.assign({boxShadow:"none"},a[":focus"]),":focus-visible":Object.assign({},n,a[":focus-visible"])},r.primary&&{color:o.actionPrimaryColor},r.disabled&&{cursor:"default",boxShadow:"none",pointerEvents:"none",color:o.actionColorDisabled,backgroundColor:"transparent",":hover":{color:o.actionColorDisabled}},{minWidth:o.actionHeight,":hover":Object.assign({},du({outline:!1}))})},icon:function(e){var r=e.props,o=e.variables;return Object.assign({display:"inline-flex",alignItems:"center",justifyContent:"center",width:o.actionIconSize,height:o.actionIconSize},r.loading&&{margin:0,opacity:0,width:0},r.hasContent&&Object.assign({margin:"0 "+Is(10)+" 0 0"},"after"===r.iconPosition&&{margin:"0 0 0 "+Is(10)}))},loader:function(e){var r,o=e.props,t=e.variables;return Object.assign(((r={})["& ."+hu]={width:t.actionLoaderSize,height:t.actionLoaderSize},r["& ."+vu]={":before":{animationName:{to:{transform:"translate3d(0, "+t.actionLoaderSvgAnimationHeight+", 0)"}},borderWidth:t.actionLoaderBorderSize,width:t.actionLoaderSize,height:t.actionLoaderSvgHeight}},r),o.hasContent&&{marginRight:Is(4)})}},Cu={root:function(){return{flex:1}}},ku={root:function(e){var r=e.variables;return{display:"block",fontSize:r.descriptionFontSize,fontWeight:r.descriptionFontWeight,lineHeight:r.descriptionLineHeight}}},wu={root:function(e){var r=e.variables;return{display:"block",fontSize:r.headerFontSize,fontWeight:r.headerFontWeight,lineHeight:r.headerLineHeight}}},xu={root:function(e){var r,o=e.variables;return(r={height:o.iconSize,width:o.iconSize,marginRight:o.iconSpace})["& ."+ka]={height:"100%",width:"100%","& svg":{height:"100%",width:"100%"}},r}},Su={smallest:20,smaller:24,small:28,medium:32,large:44,larger:64,largest:96},Bu={root:function(e){var r=e.props.size,o=Is(Su[r]);return{position:"relative",backgroundColor:"inherit",display:"inline-block",verticalAlign:"middle",height:o,width:o}}},Eu={smallest:6,smaller:10,small:10,medium:10,large:10,larger:16,largest:0},Ou={root:function(e){var r,o=e.variables,t=e.props,n=t.color,a=t.size,i=t.state;return Object.assign({display:"inline-flex",alignItems:"center",justifyContent:"center"},{height:r=Is(Eu[a]),width:r},{verticalAlign:"middle",borderRadius:"9999px",position:"absolute",bottom:0,right:0,boxShadow:"0 0 0 "+o.statusBorderWidth+" "+o.statusBorderColor},"success"===i&&{backgroundColor:o.statusSuccessBackgroundColor},"info"===i&&{backgroundColor:o.statusInfoBackgroundColor},"warning"===i&&{backgroundColor:o.statusWarningBackgroundColor},"error"===i&&{backgroundColor:o.statusErrorBackgroundColor},"unknown"===i&&{backgroundColor:o.statusBackgroundColor},!!n&&{backgroundColor:n})}},Fu={root:function(e){var r=e.props.state,o=e.variables;return Object.assign({display:"inline-flex",alignItems:"center",justifyContent:"center",width:o.statusIconSize,height:o.statusIconSize,color:o.statusColor},"success"===r&&{color:o.statusSuccessColor},"info"===r&&{color:o.statusInfoColor},"error"===r&&{color:o.statusErrorColor},"warning"===r&&{color:o.statusWarningColor},{"& > :first-child":{height:"100%",width:"100%","& svg":{height:"100%",width:"100%"}}})}},Au={root:function(e){var r=e.variables,o=e.props;return Object.assign({boxSizing:"border-box",display:"inline-block"},o.circular&&{borderRadius:r.imageCircularRadius},o.avatar&&{width:o.fluid?"100%":r.imageAvatarSize,borderRadius:r.imageAvatarRadius},{borderColor:r.avatarBorderColor,borderStyle:"solid",borderWidth:r.avatarBorderWidth,height:"100%",objectFit:"cover",verticalAlign:"top",width:"100%"},!o.avatar&&{borderRadius:r.squareAvatarBorderRadius})}},Pu={smallest:20,smaller:24,small:28,medium:32,large:44,larger:64,largest:96},ju={smallest:10,smaller:12,small:16,medium:16,large:20,larger:32,largest:40},Ru={root:function(e){var r=e.variables,o=e.props,t=Is(Pu[o.size]),n=Is(ju[o.size]);return Object.assign({color:r.iconColor,background:r.iconBackgroundColor,width:t,height:t,borderRadius:"50%",display:"inline-flex",alignItems:"center"},o.square&&{borderRadius:r.squareAvatarBorderRadius},{"& > :first-child":{margin:"0 auto",width:n,height:n,"& svg":{width:"100%",height:"100%"}}})}},Iu={smallest:20,smaller:24,small:28,medium:32,large:44,larger:64,largest:96},Mu={root:function(e){var r=e.props,o=e.variables,t=Is(Iu[r.size]);return Object.assign({alignItems:"center",overflow:"hidden",color:o.labelColor,backgroundColor:o.labelBackground,borderRadius:"50%",display:"inline-block",width:t,height:t,lineHeight:t,fontSize:Is(Iu[r.size]/2.333),verticalAlign:"top",textAlign:"center",padding:"0"},r.square&&{borderRadius:o.squareAvatarBorderRadius},r.circular&&{borderRadius:o.labelCircularRadius})}},Du={root:function(e){var r=e.props,o=e.variables,t=e.theme.siteVariables,n=t.borderWidth,a=cu(Object.assign({variables:t,borderRadius:t.borderRadiusMedium,borderPadding:n},r.circular&&{borderPadding:Is(4)}));return Object.assign({height:o.height,minWidth:Dr()(r.loading)?o.minWidth:o.loadingMinWidth,maxWidth:o.maxWidth,color:o.color,backgroundColor:o.backgroundColor,borderRadius:o.borderRadius,display:"inline-flex",justifyContent:"center",alignItems:"center",position:"relative",padding:o.padding,verticalAlign:"middle",cursor:"pointer",transition:ws,userSelect:"none"},!(r.text||r.flat||"small"===r.size)&&Object.assign({},r.primary&&{boxShadow:o.primaryBoxShadow},!r.primary&&{boxShadow:o.boxShadow}),"small"===r.size&&{padding:o.sizeSmallPadding,height:o.sizeSmallHeight,minWidth:o.sizeSmallMinWidth},!r.text&&Object.assign({outline:0,borderWidth:n,borderStyle:"solid",borderColor:o.borderColor,":hover":{color:o.colorHover,backgroundColor:o.backgroundColorHover,borderColor:o.borderColorHover}},!r.disabledFocusable&&{":active":{transition:ks,color:o.colorActive,backgroundColor:o.backgroundColorActive,borderColor:o.borderColorActive,boxShadow:"none"}},{":focus":a[":focus"],":focus-visible":Object.assign({},a[":focus-visible"],{backgroundColor:o.backgroundColorFocus,borderColor:o.borderColorFocus,color:o.colorFocus,borderWidth:n,":hover":{borderColor:o.borderColorHover}})}),r.circular&&!r.text&&Object.assign({minWidth:o.height,padding:0,borderRadius:o.circularBorderRadius},"small"===r.size&&{minWidth:o.sizeSmallHeight}),r.text&&Object.assign({color:o.textColor,backgroundColor:"transparent",borderColor:"transparent",padding:"0 "+Is(8)},du({outline:!0}),{":hover":Object.assign({color:o.textColorHover},du({outline:!1})),":active":{color:t.colorScheme.brand.backgroundPressed},":focus":Object.assign({boxShadow:"none"},a[":focus"]),":focus-visible":a[":focus-visible"]},r.primary&&{color:o.textPrimaryColor}),r.primary&&!r.text&&Object.assign({color:o.primaryColor,backgroundColor:o.primaryBackgroundColor,borderColor:o.primaryBorderColor},!r.disabledFocusable&&{":active":{transition:ks,backgroundColor:o.primaryBackgroundColorActive,boxShadow:"none"}},{":focus":a[":focus"],":focus-visible":Object.assign({},a[":focus-visible"],{backgroundColor:o.primaryBackgroundColorFocus}),":hover":{color:o.primaryColorHover,backgroundColor:o.primaryBackgroundColorHover}}),r.inverted&&Object.assign({backgroundColor:t.colorScheme.silver.background,borderColor:t.colorScheme.silver.border,color:t.colorScheme.silver.foreground},!r.disabledFocusable&&{":active":{transition:ks,backgroundColor:t.colorScheme.silver.backgroundPressed,color:t.colorScheme.silver.foregroundHover}},{":hover":{backgroundColor:t.colorScheme.silver.backgroundHover,color:t.colorScheme.silver.foregroundHover},":focus":Object.assign({},a[":focus"],{boxShadow:"none"}),":focus-visible":Object.assign({},a[":focus-visible"],!r.disabledFocusable&&{backgroundColor:t.colorScheme.silver.backgroundPressed,color:t.colorScheme.silver.foregroundHover})}),r.tinted&&Object.assign({backgroundColor:o.tintedBackgroundColor,borderColor:o.tintedBorderColor,color:o.tintedColor},!r.disabledFocusable&&{":active":{transition:ks,backgroundColor:o.tintedBackgroundColorActive}},{":hover":{color:o.tintedColorHover,backgroundColor:o.tintedBackgroundColorHover,borderColor:o.tintedBorderColorHover},":focus":{boxShadow:"none"}}),r.disabled&&{pointerEvents:"none"},(r.disabled||r.disabledFocusable)&&Object.assign({cursor:"default",color:o.colorDisabled,boxShadow:"none",":hover":{color:o.colorDisabled}},r.text&&{color:o.textColorDisabled,backgroundColor:"transparent",":hover":{color:o.textColorDisabled}},!r.text&&{backgroundColor:o.backgroundColorDisabled,borderColor:o.borderColorDisabled}),r.fluid&&{width:"100%",maxWidth:"100%"},r.iconOnly&&Object.assign({minWidth:o.height,padding:0},!r.inverted&&!r.disabledFocusable&&{":hover":Object.assign({},du({outline:!1}),{color:o.textColorIconOnlyHover,background:o.backgroundColorIconOnlyHover})},"small"===r.size&&{minWidth:o.sizeSmallHeight}))},icon:function(e){var r=e.props,o=e.variables;return Object.assign({display:"inline-flex",alignItems:"center",justifyContent:"center",width:o.iconSize,height:o.iconSize},r.loading&&{margin:0,opacity:0,width:0},r.hasContent&&Object.assign({margin:"0 "+Is(10)+" 0 0"},"after"===r.iconPosition&&{margin:"0 0 0 "+Is(10)}))},loader:function(e){var r,o=e.props,t=e.variables;return Object.assign(((r={})["& ."+hu]={width:"small"===o.size?t.sizeSmallLoaderSize:t.loaderSize,height:"small"===o.size?t.sizeSmallLoaderSize:t.loaderSize},r["& ."+vu]={":before":{animationName:{to:{transform:"translate3d(0, "+("small"===o.size?t.sizeSmallLoaderSvgAnimationHeight:t.loaderSvgAnimationHeight)+", 0)"}},borderWidth:"small"===o.size?t.sizeSmallLoaderBorderSize:t.loaderBorderSize,width:"small"===o.size?t.sizeSmallLoaderSize:t.loaderSize,height:"small"===o.size?t.sizeSmallLoaderSvgHeight:t.loaderSvgHeight}},r),o.hasContent&&{marginRight:Is(4)})}},zu=function(e){return e?{marginRight:Is(8)}:{borderRadius:0}},_u={root:function(){return{}},middleButton:function(e){var r=e.props;return Object.assign({},zu(r.circular))},firstButton:function(e){var r=e.props,o=e.variables;return Object.assign({},zu(r.circular),!r.circular&&{borderTopLeftRadius:o.borderRadius,borderBottomLeftRadius:o.borderRadius})},lastButton:function(e){var r=e.props,o=e.variables;return Object.assign({},zu(r.circular),!r.circular&&{borderTopRightRadius:o.borderRadius,borderBottomRightRadius:o.borderRadius})}},Hu={root:function(e){var r=e.props,o=e.variables;return Object.assign({overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",fontSize:o.contentFontSize,fontWeight:o.contentFontWeight,lineHeight:o.contentLineHeight},"small"===r.size&&{fontSize:o.sizeSmallContentFontSize,lineHeight:o.sizeSmallContentLineHeight})}},Tu={root:function(e){var r=e.props,o=e.variables;return Object.assign({display:"inline-flex",alignItems:"center",verticalAlign:"middle"},r.active&&{fontWeight:o.itemCurrentFontWeight},r.disabled&&{color:o.disabledColor},"smaller"===r.size&&{paddingLeft:o.linkPaddingLeftSmaller,paddingRight:o.linkPaddingRightSmaller,gap:o.linkSmallerGap},"small"===r.size&&{paddingLeft:o.linkPaddingLeftSmall,paddingRight:o.linkPaddingRightSmall,gap:o.linkSmallGap},"medium"===r.size&&{paddingLeft:o.linkPaddingLeftMedium,paddingRight:o.linkPaddingRightMedium,gap:o.linkMediumGap},"large"===r.size&&{paddingLeft:o.linkPaddingLeftLarge,paddingRight:o.linkPaddingRightLarge,gap:o.linkLargeGap})}},Wu={root:function(e){return e.props,e.variables,{verticalAlign:"middle"}}},Lu={root:function(e){var r=e.props,o=e.variables,t=e.theme.siteVariables,n=cu(Object.assign({variables:t},"smaller"===r.size&&{borderPadding:{top:o.linkPaddingTop,right:o.linkPaddingRightSmaller,bottom:o.linkPaddingBottom,left:o.linkPaddingLeftSmaller}},"small"===r.size&&{borderPadding:{top:o.linkPaddingTop,right:o.linkPaddingRightSmall,bottom:o.linkPaddingBottom,left:o.linkPaddingLeftSmall}},"medium"===r.size&&{borderPadding:{top:o.linkPaddingTop,right:o.linkPaddingRightMedium,bottom:o.linkPaddingBottom,left:o.linkPaddingLeftMedium}},"large"===r.size&&{borderPadding:{top:o.linkPaddingTop,right:o.linkPaddingRightLarge,bottom:o.linkPaddingBottom,left:o.linkPaddingLeftLarge}}));return Object.assign({userSelect:"none",display:"flex",alignItems:"center",position:"relative",":visited":{color:"inherit"}},n)}},Nu={root:function(e){var r=e.props,o=e.variables;return Object.assign({display:"inline-flex",alignItems:"center"},"smaller"===r.size&&{fontSize:o.fontSizeSmaller},"small"===r.size&&{fontSize:o.fontSizeSmall},"medium"===r.size&&{fontSize:o.fontSizeMedium},"large"===r.size&&{fontSize:o.fontSizeLarge})}},Uu={root:function(e){var r=e.props,o=e.variables,t=e.theme.siteVariables;return{backgroundColor:o.backgroundColor,border:t.borderWidth+" solid "+o.backgroundColor,display:"flex",flexDirection:"column",listStyle:"none",margin:0,padding:"compact"===r.density?"0 "+Is(4)+" "+Is(2):"0 "+Is(10)+" 0 "+Is(10)}}},Zu={comfy:{root:function(e){var r=e.props;return Object.assign({},(!r.attached||"top"===r.attached)&&{paddingTop:Is(16)},("bottom"===r.attached||!0===r.attached)&&{paddingTop:Is(2)})},gutter:function(e){var r,o=e.props;return(r={marginTop:e.variables.gutterMargin})["end"===o.contentPosition?"right":"left"]=0,r},message:function(e){var r=e.variables;return{marginLeft:r.messageMargin,marginRight:r.messageMargin}}},compact:{root:function(e){var r=e.props;return Object.assign({},(!r.attached||"top"===r.attached)&&{paddingTop:Is(8)},{marginTop:Is(-2),marginBottom:Is(-2)})},gutter:function(e){return{marginTop:e.variables.gutterMarginCompact,left:Is(28)}},message:function(e){var r=e.variables;return{marginLeft:r.messageMarginCompact,marginRight:r.messageMarginEndCompact,width:"calc(100% - "+r.messageMarginCompact+" - "+r.messageMarginEndCompact+")"}}}},Vu=function(e){return void 0===e&&(e=Oo),Zu[e]},Gu={root:function(e){var r=e.props;return Object.assign({paddingBottom:0,position:"relative"},Vu(r.density).root(e))},gutter:function(e){var r=e.props;return Object.assign({position:"absolute"},("bottom"===r.attached||!0===r.attached)&&{display:"none"},Vu(r.density).gutter(e))},message:function(e){var r=e.props;return Object.assign({float:"end"===r.contentPosition?"right":"left",position:"relative"},Vu(r.density).message(e))}},Xu={border:"0",clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:"0",position:"absolute",width:"1px"},Yu=function(e){return{zIndex:e,overflow:"visible",opacity:1,width:"auto"}},$u={comfy:{root:function(e){var r,o,t,n,a=e.props,i=e.variables;return Object.assign({marginLeft:a.mine?i.offset:0,marginRight:a.mine?0:i.offset,maxWidth:"calc(100% - "+i.offset+")",minWidth:i.offset,paddingLeft:i.padding,paddingRight:i.padding,paddingTop:Is(8),paddingBottom:Is(10),backgroundColor:a.mine?i.backgroundColorMine:i.backgroundColor,border:i.border},(i.hasMention||i.isImportant)&&((r={})["& ."+Va.bar]={backgroundColor:i.hasMention?i.hasMentionColor:i.isImportantColor,position:"absolute",borderBottomLeftRadius:"inherit",borderTopLeftRadius:"inherit",height:"100%",left:"0",top:"0",width:Is(3)},r),!0===a.attached&&((o={})[a.mine?"borderTopRightRadius":"borderTopLeftRadius"]=0,o[a.mine?"borderBottomRightRadius":"borderBottomLeftRadius"]=0,o.paddingTop=Is(5),o.paddingBottom=Is(7),o),"top"===a.attached&&((t={})[a.mine?"borderBottomRightRadius":"borderBottomLeftRadius"]=0,t),"bottom"===a.attached&&((n={})[a.mine?"borderTopRightRadius":"borderTopLeftRadius"]=0,n.paddingTop=Is(5),n.paddingBottom=Is(7),n))},author:function(e){var r=e.props,o=e.variables;return Object.assign({},(r.mine||"bottom"===r.attached||!0===r.attached)&&Xu,{color:o.authorColor,fontWeight:o.authorFontWeight,marginRight:o.authorMarginRight,marginBottom:o.headerMarginBottom})},badge:function(e){var r,o=e.props;return(r={})["start"===o.badgePosition?"left":"right"]=0,r.transform="start"===o.badgePosition?"translateX(-50%)":"translateX(50%)",r.top=Is(4),r.position="absolute",r},content:function(e){var r=e.props;return Object.assign({},r.hasBadge&&"end"===r.badgePosition&&{marginRight:Is(4)})},reactionGroup:function(e){var r=e.props,o=e.variables;return Object.assign({marginLeft:o.reactionGroupMarginLeft},r.hasBadge&&"end"===r.badgePosition&&{marginRight:Is(2)},{float:"right"})},timestamp:function(e){var r=e.props,o=e.variables;return Object.assign({marginBottom:o.headerMarginBottom},("bottom"===r.attached||!0===r.attached)&&!r.hasHeaderReactionGroup&&Xu)}},compact:{root:function(e){var r,o,t=e.theme.siteVariables,n=e.variables,a=cu({borderRadius:"inherit",variables:t}),i=((r={backgroundColor:n.compactHoverBackground,border:n.compactHoverBorder})["& ."+Va.timestamp]={opacity:1},r);return Object.assign({border:n.compactBorder,padding:n.paddingCompact,width:"100%"},(n.hasMention||n.isImportant)&&((o={})["& ."+Va.bar]={backgroundColor:n.hasMention?n.hasMentionColor:n.isImportantColor,position:"absolute",borderRadius:Is(2),height:Is(20),left:Is(-56),top:n.paddingCompact,width:Is(2)},o),{":focus-visible":Object.assign({},a[":focus-visible"],i),"&:hover":i})},author:function(e){var r=e.props,o=e.variables;return Object.assign({},("bottom"===r.attached||!0===r.attached)&&Xu,{color:r.mine?o.authorColorMineCompact:o.contentColor,float:"left",fontWeight:o.authorFontWeightCompact,marginRight:o.authorMarginRightCompact})},badge:function(e){var r=e.variables;return{alignSelf:"flex-start",flexShrink:0,margin:Is(-2)+" "+Is(-2)+" "+Is(-2)+" "+r.compactSpacing}},compactBody:function(){return{display:"flex",justifyContent:"space-between","& > div":{minWidth:0}}},reactionGroup:function(){return{display:"flex",marginTop:Is(4)}},timestamp:function(e){return{alignSelf:"flex-start",flexShrink:0,marginLeft:e.variables.compactSpacing,marginTop:Is(2),opacity:0}}}},Ku=function(e){return void 0===e&&(e=Oo),$u[e]},qu={root:function(e){var r,o,t,n,a=e.props,i=e.variables,l=e.theme.siteVariables;return Object.assign({borderRadius:i.borderRadius,display:"inline-block",outline:0,position:"relative",wordBreak:"break-word",wordWrap:"break-word"},cu({borderRadius:"inherit",variables:l}),Dr()(i.showActionMenu)&&a.hasActionMenu&&Object.assign({":hover":(r={},r["> ."+Va.actionMenu]=Yu(i.overlayZIndex),r)},a.showActionMenu&&((o={})["> ."+Va.actionMenu]=Yu(i.overlayZIndex),o)),null==(t=(n=Ku(a.density)).root)?void 0:t.call(n,e))},actionMenu:function(e){var r=e.props,o=e.variables,t=r.hasActionMenu&&(r.focused||r.showActionMenu),n=Dr()(o.showActionMenu)?t:o.showActionMenu;return Object.assign({backgroundColor:o.backgroundColor,border:"1px solid",borderColor:o.reactionGroupBorderColor,borderRadius:o.borderRadius,boxShadow:o.actionMenuBoxShadow,"[data-popper-escaped]":{opacity:0},zIndex:-1,overflow:"hidden",opacity:0,width:0},n&&Yu(o.overlayZIndex))},author:function(e){var r,o,t=e.props;return null==(r=(o=Ku(t.density)).author)?void 0:r.call(o,e)},compactBody:function(e){var r,o,t=e.props;return null==(r=(o=Ku(t.density)).compactBody)?void 0:r.call(o,e)},timestamp:function(e){var r,o,t=e.props;return Object.assign({display:"inline-block"},null==(r=(o=Ku(t.density)).timestamp)?void 0:r.call(o,e))},content:function(e){var r,o,t=e.props,n=e.variables;return Object.assign({color:n.contentColor,display:"block","& a":{outline:"none",color:t.mine?n.linkColorMine:n.linkColor,":focus":{textDecoration:"underline"}}},null==(r=(o=Ku(t.density)).content)?void 0:r.call(o,e))},badge:function(e){var r,o,t=e.props,n=e.variables;return Object.assign({backgroundColor:n.hasMention?n.hasMentionNubbinColor:n.isImportantColor,borderRadius:"50%",boxShadow:n.badgeShadow,color:n.badgeTextColor,height:"auto",padding:Is(4),width:"auto",zIndex:n.zIndex,"& > :first-child":{display:"inline-flex"}},null==(r=(o=Ku(t.density)).badge)?void 0:r.call(o,e))},reactionGroup:function(e){var r,o,t=e.props;return null==(r=(o=Ku(t.density)).reactionGroup)?void 0:r.call(o,e)}},Ju={root:function(e){var r=e.props,o=e.variables;return Object.assign({color:o.detailsColor,display:"inline-block",fontSize:o.detailsFontSize},"comfy"===r.density&&Object.assign({},("top"===r.attached||!r.attached||r.hasHeaderReactionGroup)&&{marginLeft:o.detailsMargin}),"compact"===r.density&&{alignSelf:"flex-start",flexShrink:0,marginLeft:o.detailsMargin})}},Qu={root:function(e){var r=e.props,o=e.variables;return{color:o.color,position:"absolute",right:"compact"===r.density?o.rightPositionCompact:o.rightPosition,bottom:"compact"===r.density?o.bottomPositionCompact:o.bottomPosition,":after":Object.assign({content:'"'+r.title+'"'},Xu)}}},ef="ui-checkbox",rf=ef+"__indicator",of=function(e,r){return"url(\"data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' role='presentation' style='background-color: "+encodeURIComponent(r)+"; padding: 2px;' focusable='false' viewBox='8 8 22.5 22.5'%3E%3Cg%3E%3Cpath fill='"+encodeURIComponent(e)+"' d='M23.5 11.875a.968.968 0 0 1-.289.711l-8.25 8.25c-.192.193-.43.289-.711.289s-.519-.096-.711-.289l-4.75-4.75a.965.965 0 0 1-.289-.711c0-.125.027-.25.082-.375s.129-.234.223-.328a.953.953 0 0 1 .695-.297c.135 0 .266.025.391.074.125.05.231.121.32.215l4.039 4.047 7.539-7.547a.886.886 0 0 1 .32-.215c.125-.049.255-.074.391-.074a1.004 1.004 0 0 1 .922.625.97.97 0 0 1 .078.375z' /%3E%3C/g%3E%3C/svg%3E\")"},tf=function(e,r){return"url(\"data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' role='presentation' style='background-color: "+escape(r)+"; padding: 2px;' focusable='false' viewBox='8 8 22.5 22.5'%3E%3Cg%3E%3Cpath fill='"+escape(e)+"' d='M10 16v-1h12v1H10z 11.875a.968.968 0 0 1-.289.711l-8.25 8.25c-.192.193-.43.289-.711.289s-.519-.096-.711-.289l-4.75-4.75a.965.965 0 0 1-.289-.711c0-.125.027-.25.082-.375s.129-.234.223-.328a.953.953 0 0 1 .695-.297c.135 0 .266.025.391.074.125.05.231.121.32.215l4.039 4.047 7.539-7.547a.886.886 0 0 1 .32-.215c.125-.049.255-.074.391-.074a1.004 1.004 0 0 1 .922.625.97.97 0 0 1 .078.375z' /%3E%3C/g%3E%3C/svg%3E\")"},nf=function(e){return{content:"' '",display:"block",borderRadius:"50%",width:e.toggleIndicatorSize,height:e.toggleIndicatorSize,transition:"margin .3s ease"}},af={root:function(e){var r,o=e.props,t=e.variables,n=e.theme;return Object.assign({position:"relative",display:"inline-grid",gridTemplateColumns:"auto "+t.gap+" 1fr",msGridColumns:"auto "+t.gap+" 1fr"},"start"===o.labelPosition&&{gridTemplateColumns:"1fr "+t.gap+" auto",msGridColumns:"1fr "+t.gap+" auto"},{cursor:"pointer",outline:0,color:t.textColor,padding:t.rootPadding,verticalAlign:"middle",alignItems:"start"},cu({variables:n.siteVariables,borderRadius:"3px"}),{":hover":(r={color:t.textColorHover},r["& ."+rf]=Object.assign({},!o.toggle&&Object.assign({},o.checked&&"mixed"!==o.checked&&{borderColor:t.checkedBackgroundHover,backgroundImage:of(t.checkedIndicatorColor,t.checkedBackgroundHover)},!o.checked&&{borderColor:t.borderColorHover}),o.toggle&&!o.disabled&&Object.assign({borderColor:t.borderColorHover,":before":Object.assign({},nf(t),{borderColor:t.borderColorHover,borderStyle:t.borderStyle,borderWidth:t.borderWidth,margin:t.togglePadding,background:"transparent"})},o.checked&&{borderColor:t.checkedBorderColor,background:t.checkedBackgroundHover,":before":Object.assign({},nf(t),{margin:t.toggleCheckedPadding,background:t.checkedIndicatorColor})})),r)},o.checked&&{color:t.checkedTextColor},o.disabled&&{cursor:"default",pointerEvents:"none",color:t.disabledColor})},checkbox:function(e){var r=e.props,o=e.variables;return Object.assign({msGridRowAlign:"center",gridColumn:1,msGridColumn:1},"start"===r.labelPosition&&{gridColumn:3,msGridColumn:3},{boxShadow:"unset",width:Is(16),height:Is(16),borderColor:o.borderColor,borderStyle:o.borderStyle,borderRadius:o.borderRadius,borderWidth:o.borderWidth,color:o.indicatorColor,margin:o.margin,padding:o.padding,userSelect:"none",backgroundImage:of(o.indicatorColor,o.background),backgroundPosition:"center",backgroundRepeat:"no-repeat"},r.checked&&{borderColor:o.checkedBorderColor,backgroundColor:o.checkedBackground,backgroundImage:of(o.checkedIndicatorColor,o.checkedBackground)},"mixed"===r.checked&&{backgroundImage:tf(o.checkedIndicatorColor,o.checkedBackground)},r.disabled&&{backgroundColor:o.disabledBackground,borderColor:o.disabledBorderColor},r.disabled&&r.checked&&{color:o.disabledCheckedIndicatorColor,borderColor:o.disabledBackgroundChecked,backgroundColor:o.disabledBackgroundChecked,backgroundImage:of(o.disabledCheckedIndicatorColor,o.disabledBackgroundChecked)},r.disabled&&"mixed"===r.checked&&{color:o.disabledCheckedIndicatorColor,borderColor:o.disabledBackgroundChecked,backgroundColor:o.disabledBackgroundChecked,backgroundImage:tf(o.disabledCheckedIndicatorColor,o.disabledBackgroundChecked)})},toggle:function(e){var r=e.props,o=e.variables;return Object.assign({msGridRowAlign:"center",gridColumn:1,msGridColumn:1},"start"===r.labelPosition&&{gridColumn:3,msGridColumn:3},{boxShadow:"unset",boxSizing:"border-box",background:o.background,borderColor:o.borderColor,borderStyle:o.borderStyle,borderRadius:o.toggleBorderRadius,borderWidth:o.borderWidth,margin:o.toggleMargin,userSelect:"none",width:o.toggleWidth,height:o.toggleHeight,":before":Object.assign({},nf(o),{borderColor:r.disabled?o.disabledToggleIndicatorColor:o.borderColor,borderStyle:o.borderStyle,borderWidth:o.borderWidth,margin:o.togglePadding})},r.checked&&{borderColor:o.checkedBorderColor,background:o.checkedBackground,":before":Object.assign({},nf(o),{margin:o.toggleCheckedPadding,background:o.checkedIndicatorColor})},r.disabled&&Object.assign({background:o.disabledBackground,borderColor:o.disabledBorderColor},r.checked&&{background:o.disabledBackgroundChecked,borderColor:"transparent",":before":Object.assign({},nf(o),{margin:o.toggleCheckedPadding,background:o.disabledCheckedIndicatorColor})}))},label:function(e){var r=e.props;return Object.assign({display:"block",userSelect:"none",gridColumn:3,msGridColumn:3},"start"===r.labelPosition&&{gridColumn:1,msGridColumn:1})}},lf={root:function(e){var r,o=e.variables;return(r={background:o.rootBackground,border:o.border,borderRadius:o.rootBorderRadius,outline:"none",padding:o.rootPadding,position:"relative",width:o.rootWidth,maxWidth:"100vw",maxHeight:"100vh",overflowX:"hidden",overflowY:"auto",display:"grid",gridTemplateColumns:"1fr auto",msGridColumns:"1fr auto",boxShadow:o.boxShadow,color:o.foregroundColor})["@media screen and (max-width: "+o.rootWidth+")"]={padding:o.rootPaddingZoom},r},footer:function(){return{gridColumn:"1 / -1",gridRow:3,msGridRow:3}},actions:function(e){var r,o,t=e.variables;return(o={display:"flex",width:"100%"})["& ."+Fn]={flexWrap:"wrap",width:"100%"},o["@media screen and (max-width: "+t.footerActionsBreakpoint+")"]=((r={})["& .ui-button"]={width:"100%",maxWidth:"100%",margin:0},r["& ."+Fn+" > :not(:last-child)"]={marginBottom:"0.5rem"},r),o},content:function(e){var r,o=e.variables;return(r={margin:o.contentMargin,gridColumn:"1 / span 2",gridRow:2,msGridColumn:1,msGridColumnSpan:2,msGridRow:2,justifySelf:"left",width:"100%"})["@media screen and (max-width: "+o.rootWidth+"), screen and (max-height: 400px)"]={maxHeight:"100%",overflow:"unset"},r},header:function(e){var r=e.variables;return{margin:r.headerMargin,gridRow:1,msGridRow:1,gridColumn:1,msGridColumn:1,justifySelf:"left",fontSize:r.headerFontSize,fontWeight:r.headerFontWeight}},headerAction:function(e){var r=e.variables;return{gridRow:1,msGridRow:1,gridColumn:2,msGridColumn:2,color:r.foregroundColor,margin:r.headerActionMargin}},overlay:function(e){var r=e.props,o=e.variables;return Object.assign({alignItems:"center",background:"transparent",bottom:0,display:"flex",flexDirection:"column",justifyContent:"center",left:0,overflow:"auto",position:"fixed",right:0,top:0,zIndex:o.overlayZIndex},r.backdrop&&{background:o.overlayBackground})}},sf={root:function(){return{textAlign:"right"}}},cf=function(e,r,o,t){return Object.assign({content:'""',flex:1},t.vertical?{width:e+1+"px",height:"100%"}:{height:e+1+"px"},{background:En()(o,"foreground",r.dividerColor)})},df={root:function(e){var r=e.props,o=e.variables,t=r.color,n=r.fitted,a=r.size,i=r.important,l=r.hasContent,s=r.vertical,c=o.colorScheme[t];return Object.assign({color:En()(c,"foreground",o.textColor),display:"flex",alignItems:"center"},!n&&{padding:s?"0 "+o.dividerPadding:o.dividerPadding+" 0"},i&&{fontWeight:o.importantFontWeight},s&&{height:"100%"},l?{textAlign:"center",fontSize:Is(12+a),lineHeight:o.textLineHeight,"::before":Object.assign({},cf(a,o,c,r)),"::after":Object.assign({},cf(a,o,c,r))}:{"::before":Object.assign({},cf(a,o,c,r))})}},uf={root:function(){return{marginLeft:Is(20),marginRight:Is(20)}}},ff=(n(2654),n(5413),n(3629),n(690),"ui-dropdown"),gf=ff+"__trigger-button",pf={backgroundColor:"transparent",borderColor:"transparent",borderBottomColor:"transparent"},bf=Object.assign({},pf,{":hover":pf,":active":pf,":focus":Object.assign({},pf,{":active":pf})}),mf=function(e,r){return e.fluid?"100%":e.inline?"initial":r.width},hf={root:function(e){var r=e.props;return Object.assign({},r.inline&&{display:"inline-flex"})},clearIndicator:function(e){var r=e.variables,o=e.theme.siteVariables;return Object.assign({alignItems:"center",alignSelf:"center",display:"flex",justifyContent:"center",cursor:"pointer",userSelect:"none",margin:0,position:"absolute",right:Is(6),padding:Is(2),color:r.color},cu({variables:o}))},container:function(e){var r,o=e.props,t=e.variables,n=e.theme.siteVariables;return Object.assign({display:"flex",flexWrap:"wrap",position:"relative",borderStyle:"solid",borderColor:t.borderColor,outline:0,width:mf(o,t),borderWidth:o.search?"0 0 "+t.searchBorderBottomWidth+" 0":t.borderWidth,color:t.color,backgroundColor:t.backgroundColor,borderRadius:t.containerBorderRadius},o.open&&"above"===o.position&&{borderRadius:t.openAboveContainerBorderRadius},o.open&&"below"===o.position&&{borderRadius:t.openBelowContainerBorderRadius},{":hover":Object.assign({backgroundColor:t.backgroundColorHover,borderColor:t.borderColorHover},o.open&&{borderColor:t.openBorderColorHover})},o.error&&{border:Is(1)+" solid "+t.borderError,":hover":{border:Is(1)+" solid "+t.borderError}},{":active":{backgroundColor:t.backgroundColor},":focus-within":{borderBottomColor:t.borderColorFocus}},o.focused&&Object.assign({backgroundColor:t.backgroundColor},o.search&&{borderBottomColor:t.borderColorFocus},!o.search&&!o.open&&o.isFromKeyboard&&cu({variables:n})[":focus-visible"]),o.inline&&Object.assign({},bf,{alignItems:"center"}),o.inverted&&{backgroundColor:t.invertedBackgroundColor,":hover":{backgroundColor:t.invertedBackgroundColorHover},":active":{backgroundColor:t.invertedBackgroundColorHover},":focus":{backgroundColor:t.invertedBackgroundColorHover}},o.disabled&&{backgroundColor:n.colorScheme.default.backgroundDisabled,borderColor:n.colorScheme.default.borderDisabled,userSelect:"none",":hover":{backgroundColor:n.colorScheme.default.backgroundDisabled},":active":{backgroundColor:n.colorScheme.default.backgroundDisabled}},((r={})["& ."+gf]=Object.assign({},o.disabled&&{color:n.colorScheme.default.foregroundDisabled}),r))},selectedItems:function(e){var r=e.props,o=e.variables;return Object.assign({display:"flex",flexWrap:"wrap",overflowY:"auto",overflowX:"hidden",maxHeight:o.selectedItemsMaxHeight,width:"100%"},r.hasToggleIndicator&&{paddingRight:o.toggleIndicatorSize},r.multiple&&r.hasItemsSelected&&{paddingTop:Is(1),paddingBottom:Is(4)})},triggerButton:function(e){var r=e.props,o=e.variables;return Object.assign({overflow:"hidden",boxShadow:"none",minHeight:Is(32)},bf,{margin:"0",justifyContent:"left",padding:o.comboboxPaddingButton},r.multiple&&Object.assign({minWidth:0,flex:1},r.hasItemsSelected&&{position:"absolute",top:0,right:0,left:0,bottom:0,height:"100%"}),bf,{":focus":Object.assign({color:o.color},bf),":focus-visible":Object.assign({color:o.color},pf,{":after":{borderColor:"transparent",borderRightWidth:0},":before":{borderColor:"transparent",borderRightWidth:0}}),":active":Object.assign({color:o.color},pf,{animationName:"unset",animationDuration:"unset"}),":hover":Object.assign({},pf,{color:o.color})},r.inline&&{paddingLeft:0,paddingRight:0,width:"initial"})},list:function(e){var r=e.props,o=e.variables;return Object.assign({outline:0,borderStyle:"solid",borderWidth:r.open?o.listBorderWidth:"0px",borderColor:o.listBorderColor,zIndex:o.overlayZIndex,maxHeight:o.listMaxHeight,overflowY:"auto",width:mf(r,o),background:o.listBackgroundColor},"above"===r.position&&{borderRadius:o.aboveListBorderRadius},"below"===r.position&&{borderRadius:o.belowListBorderRadius},r.open&&{boxShadow:o.listBoxShadow,padding:o.listPadding})},loadingMessage:function(e){return{backgroundColor:e.variables.loadingMessageBackgroundColor}},noResultsMessage:function(e){return{backgroundColor:e.variables.noResultsMessageBackgroundColor}},headerMessage:function(e){return{backgroundColor:e.variables.headerMessageBackgroundColor}},toggleIndicator:function(e){var r=e.props,o=e.variables;return Object.assign({alignItems:"center",display:"flex",justifyContent:"center",alignSelf:"center",cursor:"pointer"},r.disabled&&{cursor:"default"},{userSelect:"none",margin:0,position:"absolute",right:Is(8)},r.multiple&&r.hasItemsSelected&&{top:Is(8)},{color:o.color},r.disabled&&{color:o.disabledColor})}},vf={root:function(e){return{flexBasis:e.variables.comboboxFlexBasis,flexGrow:1}},input:function(e){var r=e.props;return Object.assign({width:"100%",backgroundColor:"transparent",borderWidth:0},r.inline&&{padding:0,lineHeight:"initial"})}},yf="ui-dropdown__selecteditem",Cf=yf+"__icon",kf={root:function(e){var r,o=e.props,t=e.variables,n=e.theme.siteVariables,a=cu({variables:n});return Object.assign({maxWidth:t.selectedItemsMaxWidth,display:"inline-flex",alignItems:"center",padding:"0 "+Is(8),startPaddingLeft:"0px",lineHeight:Is(20),borderRadius:Is(9999),fontSize:Is(14)},o.hasImage&&{paddingLeft:"0px"},{cursor:"pointer",margin:".25rem 0 0 .4rem",color:t.selectedItemColor,position:"relative",border:t.selectedItemBorder,height:Is(24),overflow:"visible",outline:0,fontWeight:n.fontWeightSemibold},t.selectedItemBackgroundColor&&{backgroundColor:t.selectedItemBackgroundColor},{":focus":{color:t.selectedItemColorFocus},":hover":(r={color:t.selectedItemColorHover,backgroundColor:t.selectedItemBackgroundColorHover},r["& ."+Cf]={color:t.selectedItemIconColorHover},r),":focus-visible":{":after":a[":focus-visible"][":after"]}})},image:function(){return{height:Is(20),width:Is(20)}},header:function(e){var r=e.props;return e.variables,Object.assign({},r.hasImage&&{marginLeft:Is(3)},{marginRight:Is(3),overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"})},icon:function(e){var r=e.variables;return Object.assign({display:"inline-flex",alignItems:"center",justifyContent:"center",width:Is(16),minWidth:Is(16),height:Is(16),"& > :first-child":{width:Is(16),height:Is(16),"& svg":{width:Is(16),height:Is(16)}},cursor:"pointer",color:r.selectedItemIconColor},du({outline:!0}),{":hover":Object.assign({color:r.selectedItemIconColorHover},du({outline:!1}))})}},wf="ui-dropdown__item",xf=wf+"__content",Sf=wf+"__header",Bf=function(e){return"url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' role='presentation' fill='"+encodeURIComponent(e)+"' focusable='false' view-box='8 8 16 16'%3E%3Cg%3E%3Cpath d='M23.5 11.875a.968.968 0 0 1-.289.711l-8.25 8.25c-.192.193-.43.289-.711.289s-.519-.096-.711-.289l-4.75-4.75a.965.965 0 0 1-.289-.711c0-.125.027-.25.082-.375s.129-.234.223-.328a.953.953 0 0 1 .695-.297c.135 0 .266.025.391.074.125.05.231.121.32.215l4.039 4.047 7.539-7.547a.886.886 0 0 1 .32-.215c.125-.049.255-.074.391-.074a1.004 1.004 0 0 1 .922.625.97.97 0 0 1 .078.375z' /%3E%3C/g%3E%3C/svg%3E\")"},Ef={root:function(e){var r,o,t=e.props,n=e.variables,a=e.theme.siteVariables;return Object.assign({display:"flex",alignItems:"center",minHeight:0,padding:Is(4)+" "+Is(11),whiteSpace:"nowrap",border:n.listItemFocusBorderWidth+" solid transparent",backgroundColor:n.listItemBackgroundColor},t.selected&&{fontWeight:n.listItemSelectedFontWeight,color:n.listItemSelectedColor},{position:"relative"},t.active&&Object.assign({},t.isFromKeyboard&&cu({variables:a,borderRadius:0})[":focus-visible"],!t.isFromKeyboard&&Object.assign({color:n.listItemColorHover,backgroundColor:n.listItemBackgroundColorHover},t.hasHeader&&((r={})["& ."+Sf]={color:n.listItemColorHover},r),t.hasContent&&((o={})["& ."+xf]={color:n.listItemColorHover},o))))},image:function(){return{margin:Is(3)+" "+Is(12)+" "+Is(3)+" "+Is(4)}},header:function(e){var r=e.props,o=e.variables;return Object.assign({flexGrow:1,lineHeight:o.listItemHeaderLineHeight,fontSize:o.listItemHeaderFontSize,color:o.listItemContentColor},r.hasContent&&{marginBottom:Is(-1),color:o.listItemHeaderColor},r.selected&&{fontWeight:o.listItemSelectedFontWeight,color:o.listItemSelectedColor},{whiteSpace:"normal"})},content:function(e){var r=e.variables;return{flexGrow:1,lineHeight:r.listItemContentLineHeight,fontSize:r.listItemContentFontSize,color:r.listItemContentColor}},checkableIndicator:function(e){var r=e.props,o=e.variables;return Object.assign({backgroundImage:Bf(o.listItemSelectedColor)},r.active&&!r.isFromKeyboard&&{backgroundImage:Bf(o.listItemColorHover)},{backgroundPosition:"center",backgroundRepeat:"no-repeat",position:"absolute",width:Is(24),height:Is(24),right:Is(7),top:Is(-3)})},endMedia:function(){return{flexShrink:0,lineHeight:Is(16)}},main:function(){return{display:"flex",flexDirection:"column",flexGrow:1,minWidth:0}}},Of="ui-embed__control",Ff=function(e){return"url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' role='presentation' focusable='false' viewBox='0 0 24 24'%3E%3Cg%3E%3Cpath fill='"+encodeURIComponent(e)+"' d='M5.74609 3C4.7796 3 3.99609 3.7835 3.99609 4.75V19.25C3.99609 20.2165 4.7796 21 5.74609 21H9.24609C10.2126 21 10.9961 20.2165 10.9961 19.25V4.75C10.9961 3.7835 10.2126 3 9.24609 3H5.74609Z' /%3E%3Cpath fill='"+encodeURIComponent(e)+"' d='M14.7461 3C13.7796 3 12.9961 3.7835 12.9961 4.75V19.25C12.9961 20.2165 13.7796 21 14.7461 21H18.2461C19.2126 21 19.9961 20.2165 19.9961 19.25V4.75C19.9961 3.7835 19.2126 3 18.2461 3H14.7461Z' /%3E%3C/g%3E%3C/svg%3E\")"},Af={root:function(e){var r,o,t=e.variables,n=e.theme.siteVariables,a=cu({variables:n});return Object.assign({display:"inline-block",verticalAlign:"middle",position:"relative",cursor:"pointer",width:t.width,height:t.height||"auto",outline:0},a[":focus"],{":focus-visible":(r={},r["& ."+Of]=Object.assign({borderColor:t.focusBorderColor,opacity:1},a[":focus-visible"]),r),":hover":(o={},o["& ."+Of]={opacity:1,zIndex:t.zIndex},o)})},control:function(e){var r,o=e.props,t=e.variables;return Object.assign({width:Is(48),height:Is(48),color:t.controlColor,padding:Is(4),borderRadius:"50%",backgroundColor:t.controlBackgroundColor,backgroundImage:(r=t.controlColor,"url(\"data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' role='presentation' focusable='false' viewBox='0 0 24 24'%3E%3Cg%3E%3Cpath fill='"+encodeURIComponent(r)+"' d='M5 5.27368C5 3.56682 6.82609 2.48151 8.32538 3.2973L20.687 10.0235C22.2531 10.8756 22.2531 13.124 20.687 13.9762L8.32538 20.7024C6.82609 21.5181 5 20.4328 5 18.726V5.27368Z' /%3E%3C/g%3E%3C/svg%3E\")"),backgroundRepeat:"no-repeat",backgroundPosition:"center",backgroundSize:t.controlBackgroundSize,backgroundPositionX:Is(12)},o.active&&{backgroundImage:Ff(t.controlColor)},{opacity:o.active?0:1,pointerEvents:"none",transition:"opacity .22s ease-in-out",left:"50%",position:"absolute",top:"50%",transform:"translate(-50%, -50%)"})},iframe:function(e){var r=e.props;return Object.assign({display:"block"},!r.iframeLoaded&&{display:"none"})}},Pf={root:function(e){e.props;var r=e.variables;return{height:"100%",width:"100%",display:"flex",flexDirection:"column",justifyContent:"space-evenly",justifyItems:"start","> *:not(:last-child)":{marginBottom:r.fieldsMarginBottom},"> :last-child":{marginTop:r.lastChildMarginTop}}}},jf={root:function(e){return e.props,e.variables,{}},label:function(e){var r=e.props,o=r.type,t=r.inline,n=r.required;return Object.assign({},(!o||"radio"!==o&&"checkbox"!==o)&&{display:"block",marginBottom:Is(4)},t&&{marginRight:Is(10),display:"inline"},n&&{"::after":{content:'"*"'}})},control:function(e){var r=e.props,o=(e.variables,r.type);return Object.assign({},o&&("radio"===o||"checkbox"===o)&&{marginRight:Is(10)})},message:function(e){var r=e.props,o=e.variables;return Object.assign({},r.hasErrorMessage&&{color:o.colorScheme.red.foreground},{display:"block",paddingLeft:o.messagePaddingLeft})},icon:function(e){var r=e.props,o=e.variables;return Object.assign({},r.hasErrorMessage&&{color:o.colorScheme.red.foreground})}},Rf={root:function(e){var r=e.props,o=e.variables;return Object.assign({display:"block",lineHeight:o.lineHeight,marginBottom:o.marginBottom},r.inline&&{marginRight:Is(10),display:"inline"},r.required&&{"::after":{content:'"*"'}})}},If={root:function(e){var r=e.props,o=e.variables;return Object.assign({display:"block",paddingLeft:o.paddingLeft},r.error&&{color:o.colorScheme.red.foreground})}},Mf=function(e){var r=e.trim();return"start"===r||"end"===r?"flex-"+r:r},Df={root:function(e){var r,o=e.props,t=e.variables;return Object.assign({display:"flex"},o.debug&&{border:"1px dotted grey",background:"lightgrey"},o.inline&&{display:"inline-flex"},o.column&&{flexDirection:"column"},o.hAlign&&(o.column?{alignItems:Mf(o.hAlign)}:{justifyContent:Mf(o.hAlign)}),o.vAlign&&(o.column?{justifyContent:Mf(o.vAlign)}:{alignItems:Mf(o.vAlign)}),o.space&&{justifyContent:"space-"+o.space},o.wrap&&{flexWrap:"wrap"},o.fill&&{width:"100%",height:"100%"},o.padding&&{padding:t[o.padding]},o.gap&&{"> *:not(:last-child)":(r={},r[o.column?"marginBottom":"marginRight"]=t[o.gap],r)})}},zf={root:function(e){var r=e.props,o=e.variables;return Object.assign({},r.align&&{alignSelf:Mf(r.align)},r.size&&{flexBasis:o.hasOwnProperty(r.size)?o[r.size]:r.size},"number"==typeof r.shrink&&{flexShrink:r.shrink},!1===r.shrink&&{flexShrink:0},r.grow&&{flexGrow:r.grow},!0===r.grow&&{flexGrow:1},r.push&&("column"===r.flexDirection?{marginTop:"auto"}:{marginLeft:"auto"}))}},_f=function(e){var r=Number(e);return!isNaN(r)&&r>0?"repeat("+e+", 1fr)":String(e)},Hf={root:function(e){var r=e.props,o=e.variables,t=o.height,n=o.width,a=o.defaultColumnCount,i=o.gridGap,l=o.padding,s=r.rows,c=r.columns,d=void 0===c?!r.rows&&a:c;return Object.assign({height:t,width:n,padding:l,gridGap:i,display:"grid",justifyContent:"space-evenly"},s&&!d&&{gridAutoFlow:"column"},s&&{gridTemplateRows:_f(s),msGridRows:_f(s)},d&&{gridTemplateColumns:_f(d),msGridColumns:_f(d)},{"& > *":{outlineOffset:"-3px"}})}},Tf=function(e){switch(e){case"start":return"left";case"end":return"right";default:return e}},Wf={root:function(e){var r=e.props,o=e.variables,t=o.colorScheme[r.color];return Object.assign({display:"block",color:En()(t,"foreground",o.color),textAlign:Tf(r.align)},r.hasDescription&&{marginBottom:0})}},Lf={root:function(e){var r=e.props,o=e.variables,t=o.colorScheme[r.color];return{display:"block",color:En()(t,"foreground",o.color),fontSize:Is(22),fontWeight:400}}},Nf=function(){return{padding:Is(4)}},Uf={root:function(e){var r,o=e.props,t=e.variables;return Object.assign({speak:"none",verticalAlign:"middle"},function(e,r){switch(e){case"none":return{marginLeft:0,marginRight:0};case"before":return{marginLeft:r,marginRight:0};case"after":return{marginLeft:0,marginRight:r};case"both":return{marginLeft:r,marginRight:r}}}(o.xSpacing,t.horizontalSpace),o.circular&&Object.assign({},Nf(),{borderRadius:"50%"}),o.disabled&&{color:t.disabledColor},{display:"inline-block"},(o.bordered||t.borderColor)&&(r=t.borderColor||t.color||"currentColor",Object.assign({},Nf(),{boxShadow:"0 0 0 .05rem "+r+" inset"})),{backgroundColor:t.backgroundColor})},outlinePart:function(e){var r=e.props;return Object.assign({display:"none"},r.outline&&{display:"block"})},filledPart:function(e){var r=e.props;return Object.assign({},r.outline&&{display:"none"})},svg:function(e){var r=e.props,o=r.size,t=r.disabled,n=r.rotate,a=e.variables,i=e.rtl,l=function(e,r){var o={large:{x:24,xx:28}};return r.sizeModifier&&o[e]&&o[e][r.sizeModifier]?Is(o[e][r.sizeModifier]):r[e+"Size"]}(o,a);return Object.assign({display:"block",width:l,height:l,fill:a.color||"currentColor"},t&&{fill:a.disabledColor},{transform:"rotate("+n+"deg) /* @noflip */"},i&&{transform:"rotate("+-1*n+"deg) /* @noflip */"})},svgFlippingInRtl:function(e){var r=e.props,o=e.rtl;return Object.assign({},z(Uf.svg)(e),o&&{transform:"scaleX(-1) rotate("+r.rotate+"deg) /* @noflip */"})},redPath:function(e){return{fill:e.variables.redColor}}},Zf={root:function(e){var r=e.props,o=e.variables;return Object.assign({boxSizing:"border-box",display:"inline-block",verticalAlign:"middle",width:r.fluid?"100%":o.width,height:o.height||"auto"},r.circular&&{borderRadius:o.circularRadius},r.avatar&&{width:r.fluid?"100%":o.avatarSize,borderRadius:o.avatarRadius})}},Vf={root:function(e){var r=e.props;return e.variables,Object.assign({flexDirection:"column",justifyContent:"center",display:"inline-flex",position:"relative",outline:0,verticalAlign:"middle"},r.fluid&&{width:"100%"},"inline"===r.labelPosition&&{flexDirection:"row",alignItems:"center"})},input:function(e){var r=e.props,o=e.variables;return Object.assign({backgroundColor:o.backgroundColor},r.inverted&&{backgroundColor:o.backgroundColorInverted},{lineHeight:"unset",color:o.fontColor,borderColor:o.borderColor,borderRadius:o.borderRadius,borderStyle:"solid",borderWidth:o.borderWidth,outline:"none",padding:o.inputPadding,position:"relative"},r.fluid&&{width:"100%"},r.inline&&{float:"left"},r.disabled&&{color:o.colorDisabled,boxShadow:"none"},{"::placeholder":Object.assign({color:o.placeholderColor,opacity:1},r.disabled&&{color:o.colorDisabled}),":focus":Object.assign({},!r.error&&{borderColor:o.inputFocusBorderColor,borderRadius:o.inputFocusBorderRadius})},!r.hasValue&&{":-webkit-autofill:focus":{"-webkit-text-fill-color":"transparent"}},r.clearable&&{padding:o.inputPaddingWithIconAtEnd},r.hasIcon&&{padding:"start"===r.iconPosition?o.inputPaddingWithIconAtStart:o.inputPaddingWithIconAtEnd},"inside"===r.labelPosition&&{paddingTop:o.inputInsideLabelPaddingTop},r.error&&{border:Is(1)+" solid "+o.borderColorError},{"::-ms-clear":{display:"none"}})},icon:function(e){var r=e.props,o=e.variables;return Object.assign({color:o.iconColor,outline:0,display:"flex",alignItems:"center",justifyContent:"center",position:o.iconPosition,top:0,bottom:0},r.error&&{color:o.colorError},r.requiredAndSuccessful&&{color:o.successfulColor},r.disabled&&{color:o.colorDisabled},"start"===r.iconPosition&&{left:o.iconLeft},"end"===r.iconPosition&&{right:o.iconRight},r.clearable&&r.hasValue&&Object.assign({height:"100%",width:Is(16),color:o.iconColor},r.disabled&&{color:o.colorDisabled}))},inputContainer:function(){return{position:"relative"}}},Gf={root:function(e){var r=e.props,o=e.variables;return Object.assign({display:"block",transition:"all .2s",lineHeight:o.lineHeight,marginBottom:o.marginBottom},"inside"===r.labelPosition&&Object.assign({bottom:o.insideLabelBottom,top:0,left:0,margin:0,position:"absolute",display:"flex",alignItems:"center",zIndex:100,paddingLeft:o.insideLabelPaddingLeft},r.hasValue&&{transform:"translateY(-16px)",fontSize:o.insideLabelActiveFontSize}),"inline"===r.labelPosition&&{paddingRight:o.inlineLabelPaddingRight},r.required&&{"::after":{content:'"*"'}})}},Xf={root:function(e){var r=e.props,o=e.variables,t=e.theme.siteVariables;return Object.assign({display:"inline-flex",alignItems:"center",overflow:"hidden",height:o.height,lineHeight:o.height,color:o.foreground,backgroundColor:o.background,fontSize:Is(14),borderRadius:t.borderRadiusMedium,padding:o.padding},r.hasImage&&("start"===r.imagePosition?{paddingLeft:o.startPaddingLeft}:{paddingRight:o.endPaddingRight}),r.circular&&{borderRadius:o.circularRadius},"black"===r.color&&{color:o.blackForeground,backgroundColor:o.blackBackground},"white"===r.color&&{color:o.whiteForeground,backgroundColor:o.whiteBackground},"brand"===r.color&&{color:o.brandForeground,backgroundColor:o.brandBackground},"grey"===r.color&&{color:o.greyForeground,backgroundColor:o.greyBackground},"orange"===r.color&&{color:o.orangeForeground,backgroundColor:o.orangeBackground},"red"===r.color&&{color:o.redForeground,backgroundColor:o.redBackground},"green"===r.color&&{color:o.greenForeground,backgroundColor:o.greenBackground},"yellow"===r.color&&{color:o.yellowForeground,backgroundColor:o.yellowBackground})},content:function(e){var r=e.props,o=(e.variables,r.hasImage&&"start"===r.imagePosition||r.hasIcon&&"start"===r.iconPosition),t=r.hasImage&&"end"===r.imagePosition||r.hasIcon&&"end"===r.iconPosition;return Object.assign({},o&&{marginLeft:Is(3)},!o&&r.circular&&{marginLeft:Is(4)},t&&{marginRight:Is(3)},!t&&r.circular&&{marginRight:Is(4)})},image:function(e){var r=e.variables;return{height:r.height,width:r.height}},icon:function(e){var r=e.props,o=e.variables;return Object.assign({display:"inline-flex",alignItems:"center",justifyContent:"center",width:o.iconSize,height:o.iconSize,"& > :first-child":{height:"100%",width:"100%","& svg":{height:"100%",width:"100%"}}},r.hasActionableIcon&&{cursor:"pointer"})}},Yf=function(e){var r=e.name,o=e.color;return{position:"relative",border:"2px "+e.style+" "+o,"::before":{content:"'"+r+"'",position:"absolute",padding:"1px 4px 1px",top:"-2px",left:"-2px",fontSize:"8px",fontWeight:900,lineHeight:1,letterSpacing:"1px",color:"#fff",background:o}}},$f=function(){return Object.assign({},Yf({name:"LAYOUT",color:"cornflowerblue",style:"solid"}),{padding:"8px",margin:"2px"})},Kf=function(){return Object.assign({},Yf({name:"AREA",color:"lightsalmon",style:"dashed"}),{padding:"8px",margin:"2px"})},qf=function(e){return e.filter(Boolean).length},Jf={root:function(e){var r,o=e.props,t=o.alignItems,n=o.debug,a=o.gap,i=o.justifyItems,l=o.hasMain,s=o.mainSize,c=o.hasEnd,d=o.endSize,u=o.hasStart,f=o.startSize,g=o.vertical;return Object.assign({},n&&$f(),((r={justifyItems:i,alignItems:t,display:"grid"})[g?"gridTemplateRows":"gridTemplateColumns"]=[u&&f,a&&u&&l&&a,l&&s,a&&(u||l)&&c&&a,c&&d].filter(Boolean).join(" "),r),g&&{gridAutoFlow:"row",msGridColumns:"1fr"})},gap:function(e){var r=e.props;return Object.assign({},r.debug&&function(e){var r=e.vertical;return{display:"grid",background:"#ccc","::before":Object.assign({content:'"GAP"'},r?{letterSpacing:"1px"}:{textOrientation:"upright",writingMode:"vertical-rl"},{alignSelf:"center",justifySelf:"center",fontSize:"8px",fontWeight:900,lineHeight:0,color:"#fff"})}}({vertical:r.vertical}))},start:function(e){var r,o=e.props;return Object.assign({},o.debug&&Kf(),((r={alignItems:"center",display:"inline-flex"})[o.vertical?"msGridRow":"msGridColumn"]="1",r))},main:function(e){var r,o=e.props;return Object.assign({},o.debug&&Kf(),((r={alignItems:"center",display:"grid"})[o.vertical?"msGridRow":"msGridColumn"]=qf([o.hasStart,o.hasStart&&o.gap,o.hasMain]),r))},end:function(e){var r,o=e.props;return Object.assign({},o.debug&&Kf(),((r={alignItems:"center",display:"inline-flex"})[o.vertical?"msGridRow":"msGridColumn"]=qf([o.hasStart,o.hasStart&&o.gap,o.hasMain&&o.gap]),r))}},Qf={above:"column-reverse",below:"column",start:"row-reverse",end:"row"},eg={root:function(e){var r=e.props;return{alignItems:"center",display:r.inline?"inline-flex":"flex",justifyContent:"center",flexDirection:Qf[r.labelPosition]}},indicator:function(e){var r=e.props,o=e.variables;return{height:o.containerHeights[r.size],width:o.containerWidths[r.size],overflow:"hidden"}},svg:function(e){var r=e.props,o=(e.theme,e.variables),t={animationName:{to:{transform:"translate3d(0, "+o.svgTranslatePosition[r.size]+", 0)"}},animationDelay:"0s",animationDirection:"normal",animationDuration:"2s",animationFillMode:"both",animationPlayState:"running",animationTimingFunction:"steps(60, end)",animationIterationCount:"infinite"};return Object.assign({},{animationName:{to:{opacity:1}},animationDelay:"1.5s",animationDirection:"normal",animationDuration:".3s",animationFillMode:"both",animationIterationCount:"1",animationPlayState:"running",animationTimingFunction:"ease-out",display:"block",overflow:"hidden",position:"relative"},{":before":Object.assign({},t,{backgroundImage:r.secondary?o.secondarySvgContent:o.svgContent,content:'" "',display:"block",overflow:"hidden",height:o.svgHeights[r.size],width:o.svgWidths[r.size]})})},label:function(){return{margin:Is(10)}}},rg={root:function(e){var r=e.variables;return{gridTemplateRows:"minmax("+r.height+", max-content)",paddingLeft:r.paddingLeft,paddingRight:r.paddingRight}}},og={root:function(e){var r=e.props;return Object.assign({},r.debug&&$f(),{display:r.horizontal?"inline-flex":"block"},r.isListTag&&{listStyle:"none",padding:0,margin:0})}},tg="ui-list__itemendmedia",ng={root:function(e){var r,o,t=e.props,n=e.variables,a=e.theme.siteVariables,i=cu({variables:a});return Object.assign({display:"flex",alignItems:"center",minHeight:n.minHeight,padding:n.rootPadding},(t.selectable||t.navigable)&&Object.assign(((r={position:"relative",userSelect:"none"})["& ."+tg]={display:"none"},r["&:hover"]=function(e,r){var o;return(o={background:r.selectableFocusHoverBackgroundColor,color:r.selectableFocusHoverColor,cursor:"pointer"})["& .ui-list__itemheader"]={color:"inherit"},o["& .ui-list__itemcontent"]={color:"inherit"},o["& .ui-list__itemheadermedia"]=Object.assign({},Xu,{color:"inherit"}),o["& .ui-list__itemcontentmedia"]={display:"none",color:"inherit"},o["& ."+tg]={display:"block",color:"inherit"},o}(0,n),r[":focus"]=i[":focus"],r[":focus-visible"]=Object.assign({},i[":focus-visible"],{zIndex:n.zIndex}),r),t.selected&&{background:(o=n).selectedBackgroundColor,color:o.selectedColor}),t.important&&{fontWeight:n.importantFontWeight})},headerWrapper:function(){return{display:"flex"}},contentWrapper:function(){return{display:"flex"}},main:function(){return{display:"flex",flexDirection:"column",flexGrow:1,minWidth:0}}},ag={root:function(e){var r=e.props,o=e.variables;return Object.assign({flexGrow:1,fontSize:o.contentFontSize,lineHeight:o.contentLineHeight},r.truncate&&{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},(!r.hasHeader||r.hasContentMedia)&&{marginRight:o.gap})}},ig={root:function(e){var r=e.variables;return{fontSize:r.contentMediaFontSize,lineHeight:r.contentMediaLineHeight}}},lg={root:function(e){var r=e.props;return Object.assign({flexShrink:0},(r.selectable||r.navigable)&&{display:"none"})}},sg={root:function(e){var r=e.props,o=e.variables;return Object.assign({flexGrow:1,fontSize:o.headerFontSize,lineHeight:o.headerLineHeight},r.truncate&&{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},(!r.hasContent||r.hasHeaderMedia)&&{marginRight:o.gap})}},cg={root:function(e){var r=e.variables;return{alignSelf:"flex-end",fontSize:r.headerMediaFontSize,lineHeight:r.headerMediaLineHeight}}},dg={root:function(e){var r=e.props,o=e.variables;return Object.assign({},r.important&&{"::before":{content:'""',position:"absolute",left:Is(8),width:Is(2),height:Is(2),background:"#000"}},(r.hasHeader||r.hasContent)&&{marginRight:o.gap})}},ug={root:function(e){var r=e.props,o=e.variables,t=e.theme,n=r.iconOnly,a=r.fluid,i=r.pointing,l=r.pills,s=r.primary,c=r.underlined,d=r.vertical,u=r.submenu,f=Zs(o.colorScheme,null,s),g=t.siteVariables;return Object.assign({display:"flex",minHeight:Is(24),margin:0,padding:0,color:o.color,backgroundColor:o.backgroundColor||"inherit",listStyleType:"none"},n&&{alignItems:"center"},d&&Object.assign({flexDirection:"column",backgroundColor:o.verticalBackgroundColor,padding:Is(8)+" 0"},u&&{boxShadow:o.verticalBoxShadow},!a&&!u&&{width:"fit-content"},n&&{display:"inline-block",width:"auto"}),!l&&!n&&!(i&&d)&&!c&&{border:o.borderWidth+" solid "+(s?o.primaryBorderColor:o.borderColor||f.border),borderRadius:g.borderRadiusMedium},c&&{borderBottom:o.underlinedBottomBorderWidth+" solid "+o.underlinedBorderColor})}},fg=Is(5),gg=Is(8),pg=Is(12),bg=function(e){return{paddingBottom:0,borderBottom:"solid "+Is(4)+" "+e,transition:"color .1s ease"}},mg={root:function(e){var r=e.props,o=e.variables,t=e.theme.siteVariables,n=r.active,a=r.iconOnly,i=r.isFromKeyboard,l=r.pointing,s=r.primary,c=r.underlined,d=r.vertical,u=r.disabled,f=Zs(o.colorScheme,null,s);return Object.assign({color:"inherit",display:"block",cursor:"pointer",whiteSpace:"nowrap",overflow:"hidden"},l&&d&&{border:"1px solid transparent"},a&&{border:Is(2)+" solid transparent"},{padding:o.horizontalPadding},d&&{padding:o.verticalItemPadding},l&&d&&{padding:Is(8)+" "+Is(18)},c&&{padding:Is(4)+" 0"},a&&{margin:Is(1),padding:Is(5),display:"flex",alignItems:"center",justifyContent:"center",overflow:"visible"},n&&Object.assign({},a&&Object.assign({color:o.iconOnlyColorActive},du({outline:!1})),c&&Object.assign({color:o.activeUnderlinedColor},bg(o.activeUnderlinedBorderBottomColor),s&&Object.assign({color:o.activeUnderlinedPrimaryColor},bg(o.borderColorActive||f.borderActive)),!s&&{fontWeight:700})),i&&Object.assign({color:"inherit"},a&&Object.assign({},cu({variables:t}),du({outline:!1})),s?Object.assign({},a&&{borderColor:o.borderColorActive||f.borderActive}):Object.assign({},c&&{fontWeight:700},c&&n&&bg(o.colorActive)),(c||d)&&Object.assign({},cu({variables:t}),{":focus-visible":Object.assign({},cu({variables:t})[":focus-visible"],{borderColor:o.borderColorActive})})),{":focus":{outline:0},":hover":Object.assign({color:o.colorHover},c&&{color:o.underlinedColorHover},!u&&Object.assign({},a&&du({outline:!1}),s?Object.assign({},a&&{color:"inherit"},!n&&c&&bg(o.underlinedBorderColor||f.backgroundActive)):!n&&c&&bg(o.backgroundColorActive||f.backgroundActive)))},u&&{cursor:"default"})},menu:function(e){return{zIndex:e.variables.menuZIndex}}},hg={root:function(e){var r=e.props,o=e.variables;return Object.assign({display:"inline-flex",alignItems:"center",justifyContent:"center",width:o.iconSize,height:o.iconSize,"& > :first-child":{height:"100%",width:"100%"}},r.hasContent&&{marginRight:Is(10)},!r.iconOnly&&{marginTop:0,marginBottom:Is(-8),verticalAlign:"top"})}},vg={root:function(e){var r=e.props,o=(r.hasIcon?26:0)+(r.hasMenu?16:0);return Object.assign({whiteSpace:"normal",lineHeight:1.5,marginTop:Is(-4),marginBottom:Is(-4),display:"inline-block",userSelect:"none"},(r.inSubmenu||r.vertical)&&{width:"max-content",minWidth:Is(46-o),maxWidth:Is(262-o),marginRight:Is(16)})}},yg=function(e){return e?{}:{transform:"rotate(90deg)"}},Cg={root:function(e){var r=e.props,o=e.variables;return Object.assign({position:"relative",float:"right",left:Is(12),userSelect:"none",marginRight:Is(4)},r.inSubmenu&&{position:"absolute",top:Is(6),right:Is(2),left:"unset"},{content:'" "',display:"block",overflow:"hidden",height:Is(16),width:Is(16),backgroundSize:Is(16),color:o.indicatorColor},r.active&&Object.assign({color:o.activeIndicatorColor},r.primary&&Object.assign({color:o.activePrimaryIndicatorColor},r.vertical&&{color:o.activePrimaryVerticalIndicatorColor})),r.underlined&&{color:o.indicatorColor},r.iconOnly&&{color:o.indicatorColor},yg(r.vertical))}},kg={root:function(e){var r,o=e.props,t=e.variables,n=o.active,a=o.disabled,i=o.iconOnly,l=o.isFromKeyboard,s=o.pills,c=o.pointing,d=o.secondary,u=o.underlined,f=o.vertical,g=o.primary,p=o.on,b=Zs(t.colorScheme,null,g);return Object.assign({color:"inherit",lineHeight:1,position:"relative",verticalAlign:"middle",display:"block"},d&&{background:"salmon"},f&&{border:"solid "+t.verticalItemBorderWidth+" "+t.verticalItemBorderColor},s&&Object.assign({},f?{margin:"0 0 "+fg+" 0"}:{margin:"0 "+gg+" 0 0"},{borderRadius:Is(5)}),u&&{display:"flex",alignItems:"center",height:Is(29),lineHeight:t.lineHeightBase,padding:"0 "+Is(4),margin:"0 "+Is(4)+" 0 0",":nth-child(n+2)":{marginLeft:""+Is(4)},boxShadow:"none"},!f&&!s&&!u&&!i&&{boxShadow:"-1px 0 0 0 "+(g?t.primaryBorderColor:t.borderColor||b.border)+" inset"},n&&!f&&Object.assign({color:t.wrapperColorActive},!u&&{background:t.backgroundColorActive},!u&&"hover"!==p&&Object.assign({background:t.backgroundColorActive||b.backgroundActive},i&&{background:t.activeIconOnlyWrapperBackgroundColor},!i&&g&&{color:b.foregroundActive}),u&&{color:t.activeUnderlinedWrapperColor},c&&!f&&Object.assign({},function(e){var r,o,t=e.props,n=e.variables,a=e.colors,i=t.pointing,l=t.primary,s=n.backgroundColorActive||a.backgroundActive,c=n.borderColor||l?n.primaryBorderColor:a.border;return"start"===i?(o={borderTop:"1px solid "+c,borderLeft:"1px solid "+c},r="-1px"):(o={borderBottom:"1px solid "+c,borderRight:"1px solid "+c},r="100%"),{"::after":Object.assign({visibility:"visible",background:s,position:"absolute",content:'""',top:r,left:"50%",transform:"translateX(-50%) translateY(-50%) rotate(45deg)",margin:".5px 0 0",width:Is(10),height:Is(10),border:"none"},o,{zIndex:n.beakZIndex,transition:"background .1s ease"})}}({props:o,variables:t,colors:b}))),l&&Object.assign({color:t.wrapperColorFocus},!u&&Object.assign({background:t.wrapperBackgroundColorFocus},g&&{background:t.primaryWrapperBackgroundColorFocus,color:t.primaryWrapperColorFocus}),!i&&!u&&function(e){var r=e.props,o=e.variables,t=e.colors,n=r.primary,a=r.underlined,i=r.active,l=r.vertical;return!i||a||l?Object.assign({color:o.colorActive||t.foregroundActive,background:o.backgroundColorFocus||t.backgroundFocus},n&&{color:t.foregroundFocus,background:t.backgroundFocus},l&&Object.assign({background:o.verticalBackgroundColorFocus,color:o.colorFocus||t.foregroundFocus,border:Is(1)+" solid transparent",padding:Is(1)},n&&{color:o.color})):{}}({props:o,variables:t,colors:b}),i&&{background:t.iconOnlyWrapperBackgroundColorFocus,color:t.iconOnlyColorActive}),n&&{'[data-tabs="true"]':Object.assign({},!u&&Object.assign({background:t.backgroundColorActive||b.backgroundActive},i&&{background:t.activeIconOnlyWrapperBackgroundColor},!i&&g&&{color:b.foregroundActive}),c&&f&&{"::before":Object.assign({content:"''",position:"absolute",width:Is(3),height:"calc(100% + "+Is(4)+")",top:Is(-2),backgroundColor:t.pointingIndicatorBackgroundColor},l&&{display:"none"},"end"===c?{right:Is(-2)}:{left:Is(-2)})})},{":hover":Object.assign({color:t.wrapperColorHover,background:t.backgroundColorHover||b.backgroundHover},n&&{background:t.activeWrapperBackgroundColorHover},f&&{color:t.wrapperColorHover,background:t.backgroundColorHover||b.backgroundHover},g&&{color:t.primaryWrapperColorHover},u&&{color:t.underlinedWrapperColorHover,background:t.underlinedWrapperBackgroundHover},i&&{background:t.iconOnlyBackgroundColorHover,color:t.iconOnlyColorHover},(r={},r["&>."+Oa+">."+ha]=Object.assign({color:t.indicatorColorHover},g&&{color:t.primaryIndicatorColorHover},yg(f)),r))},i&&{borderRadius:t.iconOnlyBorderRadius,display:"flex"},{":first-child":Object.assign({},!s&&!i&&!(c&&f)&&!u&&Object.assign({},f&&{"::before":{display:"none"}},!f&&{borderBottomLeftRadius:Is(3),borderTopLeftRadius:Is(3)}))},a&&{color:t.colorDisabled||b.foregroundDisabled,cursor:"default",":hover":{}})}},wg={root:function(e){var r,o=e.props,t=e.variables,n=Zs(t.colorScheme,null,o.primary),a=o.primary?t.primaryBorderColor:t.borderColor||n.border,i=o.vertical?"borderTop":"borderLeft";return Object.assign({},o.pointing&&o.vertical&&{marginBottom:pg},o.pills&&Object.assign({},o.vertical?{margin:"0 0 "+fg+" 0"}:{margin:"0 "+gg+" 0 0"}),o.hasContent?{display:"flex",justifyContent:"center",flexDirection:"column",textAlign:"center"}:Object.assign(((r={})[i]="1px solid "+a,r),!o.vertical&&{alignSelf:"stretch"},o.vertical&&o.inSubmenu&&{margin:"8px 0"}))}},xg="ui-popup__content__content",Sg={root:function(){return{boxSizing:"border-box",display:"inline-block"}},popupContent:function(){var e;return(e={})["& ."+xg]={borderWidth:"0px",padding:"0px"},e}},Bg={root:function(e){var r=e.props,o=e.variables,t=e.theme.siteVariables;return Object.assign({display:"inline-flex",width:"fit-content",position:"relative",height:o.height,maxHeight:o.height,borderRadius:o.borderRadius,background:o.background,margin:o.margin,minWidth:o.minWidth,":hover":{background:o.backgroundHover}},r.rectangular&&Object.assign({borderRadius:o.roundedBorderRadius},("small"===r.size||"smaller"===r.size)&&{borderRadius:o.smallerRoundedBorderRadius}),"smaller"===r.size&&{minWidth:o.smallerMinWidth,margin:o.smallerMargin,height:o.smallerHeight,maxHeight:o.smallerHeight},"small"===r.size&&{minWidth:o.smallMinWidth,margin:o.smallMargin,height:o.smallHeight,maxHeight:o.smallHeight},r.disabled&&{pointerEvents:"none",cursor:"not-allowed",background:o.disabledBackground,color:o.disabledColor,":hover":{background:o.disabledBackground}},"outline"===r.appearance&&Object.assign({borderWidth:"1px",borderStyle:"solid",background:o.outlineBackground,borderColor:o.outlineBorderColor,":hover":{background:o.outlineBackground}},r.disabled&&{borderColor:o.outlineDisabledborder}),"inverted"===r.appearance&&Object.assign({background:o.invertedBackground,":hover":{background:o.invertedBackground}},r.disabled&&{background:o.disabledBackground}),r.selectable&&Object.assign({cursor:"pointer"},r.selected&&{background:"transparent",boxShadow:"inset "+o.selectedIconColor+" 0px 0px 0px 1px"}),cu({variables:t}))}},Eg={root:function(e){var r=e.props,o=e.variables;return Object.assign({fontSize:o.contentFontSize,padding:o.contentPadding,alignSelf:"center"},"small"===r.size&&{fontSize:o.contentFontSizeSmall,padding:o.contentPaddingSmall},"smaller"===r.size&&{fontSize:o.contentFontSizeSmaller,padding:o.contentPaddingSmaller},r.actionable&&{paddingRight:0})}},Og={root:function(e){var r,o=e.props,t=e.variables;return Object.assign({border:"none",background:"transparent",margin:t.actionMargin,width:t.actionWidth,cursor:"pointer",outline:"none"},("small"===o.size||"smaller"===o.size)&&{width:t.smallOrSmallerActionWidth},((r={})["& ."+ka]={height:"100%",width:"100%","& svg":{height:"100%",width:"100%"}},r))}},Fg={root:function(e){var r=e.props,o=e.variables;return Object.assign({width:o.imageWidth,height:o.imageHeight,borderRadius:"50%"},"small"===r.size&&{width:o.smallImageWidth,height:o.smallImageHeight},"smaller"===r.size&&{width:o.smallerImageWidth,height:o.smallerImageHeight})}},Ag={root:function(e){var r,o=e.props,t=e.variables;return Object.assign({border:"none",background:"transparent",margin:t.iconMargin,width:t.iconWidth,cursor:"pointer",outline:"none"},("small"===o.size||"smaller"===o.size)&&{width:t.smallOrSmallerIconWidth},o.selectable&&o.hasImage&&Object.assign({width:t.selectedImageIconWidth,height:t.selectedImageIconWidth,marginLeft:0,color:t.selectedIconColor},"small"===o.size&&{width:t.smallSelectedImageIconWidth,height:t.smallSelectedImageIconWidth},"smaller"===o.size&&{width:t.smallerSelectedImageIconWidth,height:t.smallerSelectedImageIconWidth}),((r={})["& ."+ka]=Object.assign({height:"100%",width:"100%"},o.selectable&&o.hasImage&&{position:"relative","::after":{content:'""',position:"absolute",background:t.selectedIconCheckColor,left:"10%",top:"10%",borderRadius:"50%",width:"80%",height:"80%"}},{"& svg":Object.assign({},o.selectable&&o.hasImage&&{position:"absolute"},{zIndex:100,height:"100%",width:"100%"})}),r))}},Pg={root:function(){return{display:"flex"}}},jg=function(e){var r=e.padding,o=e.placement;return Object.assign({},"bottom"===o&&{paddingTop:r},"top"===o&&{paddingBottom:r},"left"===o&&{paddingRight:r},"right"===o&&{paddingLeft:r})},Rg=function(e){var r=e.backgroundColor,o=e.borderColor,t=e.rtl,n=e.borderSize,a=e.gap,i=e.height,l=e.padding,s=e.placement,c=e.svg,d=e.width;return Object.assign({display:"block",position:"absolute",zIndex:1},("bottom"===s||"top"===s)&&{paddingLeft:a,paddingRight:a,height:i,width:"calc("+d+" + ("+a+" * 2))"},("left"===s||"right"===s)&&{paddingBottom:a,paddingTop:a,height:"calc("+d+" + ("+a+" * 2))",width:i},"bottom"===s&&{top:"calc("+l+" - "+i+" + ("+n+" * 2))"},"top"===s&&{bottom:"calc("+l+" - "+i+" + "+n+")"},"left"===s&&{right:"calc("+l+" - "+i+" + "+n+")"},"right"===s&&{left:"calc("+l+" - "+i+" + "+n+")"},{"::before":Object.assign({content:'" "',display:"block",height:i,position:"relative",transformOrigin:"center top",borderBottomColor:"transparent",borderLeftColor:"transparent",borderRightColor:"transparent",borderTopColor:"transparent",borderStyle:"solid",left:0,top:0},"bottom"===s&&{borderBottomColor:r,borderWidth:"0 "+i+" "+i},"top"===s&&{borderTopColor:r,borderWidth:i+" "+i+" 0",top:"calc("+n+" * -1)"},"left"===s&&{borderLeftColor:r,borderWidth:i+" 0 "+i+" "+i},"right"===s&&{borderRightColor:r,borderWidth:i+" "+i+" "+i+" 0"}),"::after":Object.assign({content:'" "',display:"block",height:i,position:"relative",transformOrigin:"center top",zIndex:-1,borderBottomColor:"transparent",borderLeftColor:"transparent",borderRightColor:"transparent",borderTopColor:"transparent",borderStyle:"solid"},"bottom"===s&&{borderBottomColor:o,borderWidth:"0 "+i+" "+i,left:0,bottom:"calc("+i+" + 1px)"},"top"===s&&{borderTopColor:o,borderWidth:i+" "+i+" 0",left:0,bottom:i},"left"===s&&{borderLeftColor:o,borderWidth:i+" 0 "+i+" "+i,left:n,bottom:d},"right"===s&&{borderRightColor:o,borderWidth:i+" "+i+" "+i+" 0",right:n,bottom:d})},c&&{"::before":Object.assign({content:'" "',backgroundImage:c,backgroundRepeat:"no-repeat",backgroundPosition:"center",display:"block",position:"relative"},"bottom"===s&&{height:"calc("+d+" + ("+a+" * 2))",width:i,left:a,bottom:"calc("+d+" - "+i+" + "+n+")",transform:"rotate(90deg) /* @noflip */"},"top"===s&&{height:"calc("+d+" + ("+a+" * 2))",width:i,left:a,bottom:"calc("+a+" + "+i+" - "+n+")",transform:"rotate(-90deg) /* @noflip */"},"left"===s&&{height:d,width:i,left:0,transform:t?"rotate(0) /* @noflip */":"rotate(180deg) /* @noflip */"},"right"===s&&{height:d,width:i,right:0,transform:t?"rotate(180deg) /* @noflip */":"rotate(0) /* @noflip */"}),"::after":void 0})},Ig={root:function(e){var r=e.props,o=e.variables;return Object.assign({display:"block",zIndex:o.zIndex},r.pointing&&Object.assign({pointerEvents:"none"},jg({placement:r.basePlacement,padding:o.pointerMargin})),r.autoSize&&{display:"flex"})},pointer:function(e){var r=e.props,o=e.variables,t=e.rtl;return Rg({backgroundColor:o.backgroundColor,borderColor:o.borderColor,borderSize:o.borderSize,gap:o.pointerGap,padding:o.pointerMargin,height:o.pointerHeight,width:o.pointerWidth,placement:r.basePlacement,rtl:t})},content:function(e){var r=e.props,o=e.variables;return Object.assign({display:"block",background:o.backgroundColor,color:o.color,boxShadow:o.boxShadow,border:o.borderSize+" solid "+o.borderColor,borderRadius:o.borderRadius,padding:o.padding,transform:"rotate(360deg)"},r.pointing&&{pointerEvents:"all"},r.autoSize&&{overflow:"auto"})}},Mg={root:function(e){var r=e.variables;return{background:r.background,color:r.color,textAlign:"left","& ::-webkit-scrollbar":{height:r.scrollbarHeight,width:r.scrollbarWidth,":disabled":{display:"none"}},"& ::-webkit-scrollbar-thumb":{borderRadius:r.scrollbarThumbBorderRadius,border:"solid "+r.scrollbarThumbBorderSize+" transparent",backgroundClip:"content-box",backgroundColor:r.scrollbarThumbBackgroundColor,":hover":{backgroundColor:r.scrollbarThumbHoverBackgroundColor,border:"solid "+r.scrollbarThumbHoverBorderSize+" transparent"}},"& ::-webkit-scrollbar-track":{background:"transparent"}}}},Dg={root:function(e){return{display:"flex",flexDirection:e.props.vertical?"column":"row"}}},zg="ui-radiogroup__item",_g=zg+"__indicator",Hg=function(e){return{color:e,":hover":{color:e},":focus":{color:e}}},Tg={root:function(e){var r,o=e.props,t=e.variables,n=e.theme.siteVariables;return Object.assign({position:"relative",alignItems:"center",borderStyle:"solid",borderWidth:""+Is(1),borderColor:"transparent",borderRadius:n.borderRadiusMedium,color:t.textColorDefault,cursor:"pointer",display:o.vertical?"flex":"inline-flex",fontSize:t.textFontSize,padding:t.padding,margin:t.margin,":hover":(r={color:t.textColorDefaultHoverFocus},r["& ."+_g]=Object.assign({borderColor:t.textColorDefaultHoverFocus},!o.disabled&&!o.checked&&{borderColor:t.indicatorBorderColorDefaultHover}),r),":focus":{color:t.textColorDefaultHoverFocus}},o.checked&&Object.assign({},Hg(t.textColorChecked)),o.disabled&&Object.assign({},Hg(t.colorDisabled)),cu({variables:n}))},indicator:function(e){var r=e.props,o=e.variables;return Object.assign({margin:Is(2)+" 0",outline:0,display:"flex",alignItems:"center",justifyContent:"center",width:Is(16),height:Is(16),verticalAlign:"midddle",color:o.indicatorColorDefault},r.checked&&{color:o.indicatorBackgroundColorChecked},r.disabled&&{color:o.colorDisabled})},label:function(){return{margin:"0 0 0 "+Is(12),userSelect:"none"}}},Wg={root:function(e){var r=e.props,o=e.variables,t=Zs(o.colorScheme,r.color);return Object.assign({borderColor:"transparent",borderRadius:o.borderRadius,borderStyle:o.borderStyle,borderWidth:o.borderWidth,boxShadow:o.boxShadow,padding:o.padding,color:o.color,backgroundColor:o.backgroundColor},r.color&&{borderColor:t.foreground},r.inverted&&{color:o.backgroundColor,backgroundColor:r.color?t.foreground:o.color},r.disabled&&Object.assign({boxShadow:"none",borderColor:o.disabledBorderColor,color:o.disabledColor,backgroundColor:o.disabledBackgroundColor},r.inverted&&{color:o.disabledBackgroundColor,backgroundColor:o.disabledColor}))}},Lg={"0%":{backgroundPosition:"-1200px 0"},"100%":{backgroundPosition:"1200px 0"}},Ng="ui-skeleton__line",Ug="ui-skeleton__shape",Zg="ui-skeleton__button",Vg="ui-skeleton__input",Gg="ui-skeleton__avatar",Xg="ui-skeleton__text",Yg=function(e,r){return{position:"static",overflow:"hidden",animationDuration:"4.5s",animationName:Lg,animationIterationCount:"infinite",backgroundColor:"#FFFFFF",animationTimingFunction:"linear",backgroundImage:"linear-gradient(to right, "+r+" 0%, "+e+" 20%, "+r+" 40%)",backgroundSize:"1200px 100%"}},$g={animationName:{from:{opacity:1},"50%":{opacity:.5},to:{opacity:1}},animationDuration:"1.5s",animationIterationCount:"infinite"},Kg={root:function(e){var r,o,t,n,a=e.props,i=e.variables,l=(r=i.animationBackground,o=i.animationBackgroundSecondary,{pulse:(t={},t["& ."+Ng]=$g,t["& ."+Ug]=$g,t["& ."+Zg]=$g,t["& ."+Gg]=$g,t["& ."+Vg]=$g,t["& ."+Xg]=$g,t),wave:(n={},n["& ."+Ng]=Yg(r,o),n["& ."+Ug]=Yg(r,o),n["& ."+Zg]=Yg(r,o),n["& ."+Gg]=Yg(r,o),n["& ."+Vg]=Yg(r,o),n["& ."+Xg]=Yg(r,o),n)});return Object.assign({width:"100%"},a.animation&&l[a.animation])}},qg={root:function(e){var r=e.props,o=e.variables;return{display:"block",width:r.width,height:r.height,backgroundColor:o.lineBackground,margin:o.lineMargin}}},Jg={root:function(e){var r=e.props,o=e.variables;return Object.assign({display:"block",width:r.width,height:r.height,backgroundColor:o.shapeBackground,margin:o.shapeMargin},r.round&&{borderRadius:"50%"})}},Qg={root:function(e){var r=e.props,o=e.variables;return Object.assign({display:"inline-block",background:o.buttonBackground,height:o.buttonHeight,width:o.buttonWidth},"small"===r.size&&{height:o.buttonSmallHeight,width:o.buttonSmallWidth},r.circular&&Object.assign({width:o.buttonHeight,borderRadius:o.buttonCircularBorderRadius},"small"===r.size&&{width:o.buttonSmallHeight}),r.iconOnly&&Object.assign({width:o.buttonHeight},"small"===r.size&&{width:o.buttonSmallHeight}),r.fluid&&{width:"100%",maxWidth:"100%"})}},ep={root:function(e){var r=e.props,o=e.variables;return Object.assign({display:"block",background:o.textBackground,height:o.textMediumHeight,width:o.textWidth},"smaller"===r.size&&{height:o.textSmallerHeight},"small"===r.size&&{height:o.textSmallHeight},"large"===r.size&&{height:o.textLargeHeight},"larger"===r.size&&{height:o.textLargerHeight})}},rp={root:function(e){var r=e.props,o=e.variables;return Object.assign({flexDirection:"column",justifyContent:"center",display:"inline-flex",position:"relative",height:o.inputHeight,width:o.inputWidth,background:o.inputBackground},r.fluid&&{width:"100%"})}},op={root:function(e){var r=e.props,o=e.variables;return Object.assign({display:"inline-block",verticalAlign:"middle",borderRadius:"50%",background:o.buttonBackground,height:o.avatarMedium,width:o.avatarMedium},"smallest"===r.size&&{height:o.avatarSmallest,width:o.avatarSmallest},"smaller"===r.size&&{height:o.avatarSmaller,width:o.avatarSmaller},"small"===r.size&&{height:o.avatarSmall,width:o.avatarSmall},"large"===r.size&&{height:o.avatarLarge,width:o.avatarLarge},"larger"===r.size&&{height:o.avatarLarger,width:o.avatarLarger},"largest"===r.size&&{height:o.avatarLargest,width:o.avatarLargest})}},tp=(n(738),"ui-slider"),np=function(e,r){return{cursor:"pointer",pointerEvents:"none",position:"absolute",border:0,height:r.railHeight,marginTop:"calc("+r.height+" / 2 - "+r.railHeight+" / 2)"}},ap="&+ ."+(tp+"__thumb"),ip=function(e){return e.fluid&&!e.vertical&&{width:"100%"}},lp={root:function(e){var r=e.props,o=e.variables;return Object.assign({height:o.height},r.disabled&&{pointerEvents:"none"},r.vertical&&{height:o.length,width:o.height},ip(r))},input:function(e){var r,o,t,n,a=e.props,i=e.variables,l=e.theme.siteVariables,s={height:i.activeThumbHeight,width:i.activeThumbWidth,background:i.activeThumbColor,marginTop:"calc("+i.height+" / 2 - "+i.activeThumbHeight+" / 2)",marginLeft:"calc(-"+i.activeThumbWidth+" / 2)"},c=cu({variables:l,borderPadding:i.thumbBorderPadding}),d={border:0,width:"1px"};return Object.assign(((r={WebkitAppearance:"none",cursor:"pointer",height:"100%",width:"100%",margin:0,padding:0,opacity:0})["::-webkit-slider-thumb"]=Object.assign({},d,{"-webkit-appearance":"none"}),r["::-moz-range-thumb"]=d,r["::-ms-thumb"]=Object.assign({},d,{marginTop:"calc(-"+i.thumbHeight+" / 2)"}),r["::-ms-fill-lower"]={display:"none"},r["::-ms-fill-upper"]={display:"none"},r),ip(a),{":active":(o={},o[ap]=s,o),":focus":(t={outline:0},t[ap]=c[":focus"],t),":focus-visible":(n={},n[ap]=Object.assign({},c[":focus-visible"],s),n)})},inputWrapper:function(e){var r=e.props,o=e.variables,t="calc("+o.length+" / 2)";return Object.assign({position:"relative",display:"inline-block",height:o.height,width:o.length},r.vertical&&{transform:"rotate(-90deg)",transformOrigin:t+" "+t},ip(r))},rail:function(e){var r=e.props,o=e.variables;return Object.assign({width:"100%",background:o.railColor},np(0,o),r.disabled&&{background:o.disabledRailColor})},track:function(e){var r=e.props,o=e.variables;return Object.assign({background:o.trackColor},np(0,o),r.disabled&&{background:o.disabledTrackColor})},thumb:function(e){var r=e.props,o=e.variables;return Object.assign({border:0,borderRadius:"100%",cursor:"pointer",pointerEvents:"none",position:"absolute",background:o.thumbColor,height:o.thumbHeight,width:o.thumbWidth,marginTop:"calc("+o.height+" / 2 - "+o.thumbHeight+" / 2)",marginLeft:"calc(-"+o.thumbWidth+" / 2)"},r.disabled&&{background:o.disabledThumbColor})}},sp="& ."+_a.content,cp={root:function(e){e.props;var r,o=e.variables,t=e.theme.siteVariables;return{cursor:"pointer",background:"transparent",border:Is(0),padding:Is(0),display:"inline-flex",justifyContent:"center",alignItems:"center",color:o.meReacting?o.meReactingColor:o.otherReactingColor,":hover":(r={color:o.meReacting?o.meReactingColorHover:o.otherReactingColorHover},r[sp]={fontWeight:o.fontWeightHover},r),position:"relative",":focus":{outline:"none"},":focus-visible":{":after":{content:'""',position:"absolute",top:"-"+Is(2),right:"-"+Is(2),bottom:"-"+Is(2),left:"-"+Is(2),borderWidth:"1px",borderStyle:"solid",borderColor:o.borderColorFocus,borderRadius:t.borderRadiusMedium,boxShadow:"0px 0px 0px 1px "+o.boxShadowColor+" inset"}}}},icon:function(e){return{display:"inline-flex",alignItems:"center",justifyContent:"center",marginRight:e.props.hasContent?Is(4):Is(0)}},content:function(e){return{fontSize:e.variables.contentFontSize}}},dp={root:function(){return{}},reaction:function(e){return{":not(:last-child)":{marginRight:e.variables.reactionSpacing}}}},up=function(e,r){switch(e){case"success":return r.successBackgroundColor;case"info":return r.infoBackgroundColor;case"warning":return r.warningBackgroundColor;case"error":return r.errorBackgroundColor;default:return r.defaultBackgroundColor}},fp=function(e,r){switch(e){case"success":return r.successTextColor;case"info":return r.infoTextColor;case"warning":return r.warningTextColor;case"error":return r.errorTextColor;default:return r.defaultTextColor}},gp={smallest:6,smaller:10,small:10,medium:10,large:10,larger:16,largest:0},pp={root:function(e){var r=e.props,o=r.color,t=r.size,n=r.state,a=e.variables;return Object.assign({display:"inline-flex",alignItems:"center",justifyContent:"center"},function(e,r){var o=r.borderColor&&r.borderWidth||0,t=Is(e+2*o);return{height:t,width:t}}(gp[t],a),{verticalAlign:"middle",borderRadius:"9999px"},a.borderColor&&{borderColor:a.borderColor,borderWidth:Is(a.borderWidth),borderStyle:"solid"},{backgroundColor:o||up(n,a)})},icon:function(e){var r=e.props.state,o=e.variables;return{display:"inline-flex",alignItems:"center",justifyContent:"center",width:o.iconSize,height:o.iconSize,color:fp(r,o),"& > :first-child":{height:"100%",width:"100%","& svg":{height:"100%",width:"100%"}}}}},bp={menuButton:function(e){var r=e.props,o=e.variables;return Object.assign({borderTopRightRadius:0,borderBottomRightRadius:0,borderRightWidth:0,padding:o.padding,minWidth:o.minWidth},"small"===r.size&&{height:o.smallDimension,padding:o.smallPadding,minWidth:o.smallMinWidth},(r.flat||"small"===r.size)&&{boxShadow:"none"},{":focus-visible":{borderRightWidth:0,":before":{borderRightWidth:0},":after":{borderRightWidth:0}},":active":{animationName:"unset",animationDuration:"unset"}})},root:function(e){var r=e.props,o=e.variables,t=(e.theme.siteVariables,cu({variables:{borderRadius:o.focusBorderRadius,borderWidth:o.focusBorderWidth,focusInnerBorderColor:o.focusInnerBorderColor,focusOuterBorderColor:o.focusOuterBorderColor,zIndexes:{foreground:o.focusBorderZIndex}}}));return{borderRadius:o.borderRadius,position:"relative",whiteSpace:"nowrap",display:"inline-block",width:"fit-content",":focus-within":Object.assign({boxShadow:"none"},r.isFromKeyboard&&Object.assign({},t[":focus-visible"]))}}},mp=function(e,r){return r?"url(\"data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' role='presentation' focusable='false' viewBox='8 8 16 16'%3E%3Cpath fill='"+encodeURIComponent(e)+"' d='M21.5,13.5c0,0.1,0,0.3-0.1,0.4l-5,5C16.3,19,16.1,19,16,19c-0.1,0-0.3-0.1-0.4-0.1l-5-5c-0.1-0.1-0.2-0.2-0.1-0.4 c0-0.3,0.2-0.5,0.5-0.5c0.1,0,0.3,0.1,0.4,0.1l4.6,4.6l4.7-4.6c0.1-0.1,0.2-0.1,0.4-0.1C21.3,13,21.5,13.2,21.5,13.5z' /%3E%3C/svg%3E\")":"url(\"data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' role='presentation' focusable='false' viewBox='8 8 16 16'%3E%3Cpath fill='"+encodeURIComponent(e)+"' d='M16,19.5c-0.3,0-0.5-0.1-0.7-0.3l-5-5C10.1,14,10,13.8,10,13.5c0-0.6,0.4-1,1-1c0.3,0,0.5,0.1,0.7,0.3l4.3,4.3l4.3-4.3 c0.2-0.2,0.4-0.3,0.7-0.3c0.6,0,1,0.4,1,1c0,0.3-0.1,0.5-0.3,0.7l-5,5C16.5,19.4,16.3,19.5,16,19.5z' /%3E%3C/svg%3E\")"},hp=function(e,r,o){return{content:'""',width:o,height:o,backgroundImage:mp(e,r),backgroundRepeat:"no-repeat"}},vp={root:function(e){var r=e.props,o=e.variables,t=e.theme.siteVariables,n=t.borderWidth,a=cu({variables:{borderRadius:o.focusBorderRadius,borderWidth:o.focusBorderWidth,focusInnerBorderColor:o.focusInnerBorderColor,focusOuterBorderColor:o.focusOuterBorderColor,zIndexes:{foreground:o.focusBorderZIndex}},borderPadding:n}),i=function(){return r.primary?o.toggleButtonPrimaryHoverColor:o.toggleButtonColorHover};return Object.assign({height:o.toggleButtonHeight,minWidth:o.toggleButtonHeight,color:o.toggleButtonColor,backgroundColor:o.toggleButtonBackgroundColor,borderRadius:o.toggleButtonBorderRadius,display:"inline-flex",justifyContent:"center",alignItems:"center",position:"relative",verticalAlign:"middle",cursor:"pointer",outline:0,padding:0,borderWidth:n,borderStyle:"solid",borderColor:o.toggleButtonBorderColor,borderTopLeftRadius:0,borderBottomLeftRadius:0,borderLeftColor:"transparent",boxShadow:r.primary?o.toggleButtonPrimaryBoxShadow:o.toggleButtonBoxShadow},(r.flat||"small"===r.size||r.disabled)&&{boxShadow:"none"},du({outline:!0}),{":before":Object.assign({},hp(r.disabled?o.toggleButtonColorDisabled:r.primary?o.toggleButtonPrimaryColor:o.toggleButtonColor,!0,o.toggleButtonIndicatorSize)),":hover":Object.assign({},du({outline:!0}),{color:i(),backgroundColor:o.toggleButtonBackgroundColorHover,borderTopColor:o.toggleButtonBorderColorHover,borderRightColor:o.toggleButtonBorderColorHover,borderBottomColor:o.toggleButtonBorderColorHover,":before":Object.assign({},hp(i(),!0,o.toggleButtonIndicatorSize))}),":active":{color:o.toggleButtonColorActive,backgroundColor:o.toggleButtonBackgroundColorActive,borderColor:o.toggleButtonBorderColorActive,boxShadow:"none"},":focus":a[":focus"],":focus-visible":{backgroundColor:o.toggleButtonBackgroundColorFocus,borderColor:o.toggleButtonBorderColorFocus,color:o.toggleButtonColorFocus,borderWidth:n,":hover":{borderColor:o.toggleButtonBorderColorHover}}},r.primary&&{color:o.toggleButtonPrimaryColor,backgroundColor:o.toggleButtonPrimaryBackgroundColor,borderWidth:"0 0 0 "+t.borderWidth,borderColor:o.toggleButtonPrimaryBorderColor,":active":{backgroundColor:o.toggleButtonPrimaryBackgroundColorActive,boxShadow:"none"},":focus":a[":focus"],":focus-visible":{backgroundColor:o.toggleButtonPrimaryBackgroundColorFocus},":hover":{color:o.toggleButtonPrimaryHoverColor,backgroundColor:o.toggleButtonPrimaryHoverBackgroundColor}},r.disabled&&{cursor:"default",color:o.toggleButtonColorDisabled,boxShadow:"none",pointerEvents:"none",":hover":{color:o.toggleButtonColorDisabled},backgroundColor:o.toggleButtonBackgroundColorDisabled,borderWidth:"0 0 0 "+t.borderWidth,borderColor:o.borderColorDisabled},"small"===r.size&&{height:o.smallDimension,width:o.smallDimension,minWidth:o.smallMinWidth})}},yp={root:function(e){var r=e.props,o=e.variables;return{height:"auto",alignItems:"center",display:"inline-block","::before":Object.assign({content:'""',position:"absolute",top:0,bottom:0,width:"1px",height:"100%",zIndex:1,background:o.dividerColor},r.primary&&{background:o.dividerPrimaryColor})}}},Cp={root:function(e){var r=e.props,o=e.variables,t=o.colorScheme[Us(r.color)];return Object.assign({},r.color&&{color:t.foreground},!0===r.atMention&&{color:o.atMentionOtherColor},r.truncated&&{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},r.disabled&&{color:o.disabledColor},r.error&&{color:o.errorColor},r.success&&{color:o.successColor},r.temporary&&{fontStyle:"italic"},r.align&&{display:"block",textAlign:Tf(r.align)},"light"===r.weight&&{fontWeight:o.fontWeightLight},"semilight"===r.weight&&{fontWeight:o.fontWeightSemilight},"regular"===r.weight&&{fontWeight:o.fontWeightRegular},"semibold"===r.weight&&{fontWeight:o.fontWeightSemibold},"bold"===r.weight&&{fontWeight:o.fontWeightBold},"smallest"===r.size&&{fontSize:o.fontSizeSmallest,lineHeight:o.fontLineHeightSmallest},"smaller"===r.size&&{fontSize:o.fontSizeSmaller,lineHeight:o.fontLineHeightSmaller},"small"===r.size&&{fontSize:o.fontSizeSmall,lineHeight:o.fontLineHeightSmall},"medium"===r.size&&{fontSize:o.fontSizeMedium,lineHeight:o.fontLineHeightMedium},"large"===r.size&&{fontSize:o.fontSizeLarge,lineHeight:o.fontLineHeightLarge},"larger"===r.size&&{fontSize:o.fontSizeLarger,lineHeight:o.fontLineHeightLarger},"largest"===r.size&&{fontSize:o.fontSizeLargest,lineHeight:o.fontLineHeightLargest},"me"===r.atMention&&{color:o.atMentionMeColor,fontWeight:o.atMentionMeFontWeight},r.timestamp&&{color:o.timestampColor},r.important&&{color:o.importantColor,fontWeight:o.importantWeight})}},kp={root:function(e){var r=e.props,o=e.variables;return Object.assign({margin:o.margin,height:o.height,backgroundColor:o.backgroundColor},r.inverted&&{backgroundColor:o.invertedBackgroundColor},{color:o.fontColor,borderColor:o.borderColor,borderRadius:o.borderRadius,borderStyle:"solid",borderWidth:o.borderWidth,outline:0,padding:o.padding,resize:r.resize||"none"},r.fluid&&{width:"100%"},r.disabled&&{pointerEvents:"none",color:o.disabledColor,boxShadow:"none"},r.error&&{border:Is(1)+" solid "+o.borderColorError},{"::placeholder":Object.assign({color:o.placeholderColor,opacity:1},r.disabled&&{color:o.disabledColor}),":focus":{borderColor:o.borderColorFocus}})}},wp={root:function(){return{display:"flex",alignItems:"center",position:"relative"}},offsetMeasure:function(){return{position:"absolute",visibility:"hidden",left:0,top:0}},overflowContainer:function(){return{display:"flex",overflow:"hidden",flexGrow:1}},overflowSentinel:function(e){var r=e.props;return{width:Is(100),display:r.overflowOpen?"block":"none",visibility:"hidden"}}},xp={root:function(){return{display:"flex",whiteSpace:"nowrap"}}},Sp={root:function(e){var r=e.props,o=e.variables,t=e.theme.siteVariables,n=Zs(o.colorScheme),a=t.borderWidth,i=cu({variables:t});return Object.assign({position:"relative",backgroundColor:o.background,borderColor:"transparent",borderWidth:a,borderStyle:"solid",height:o.itemHeight,color:o.foreground||n.foreground1,display:"flex",alignItems:"center",justifyContent:"center",userSelect:"none"},!0!==r.fitted&&"horizontally"!==r.fitted&&{paddingLeft:o.customItemHorizontalPadding,paddingRight:o.customItemHorizontalPadding},!0!==r.fitted&&"vertically"!==r.fitted&&{paddingTop:o.customItemVerticalPadding,paddingBottom:o.customItemVerticalPadding},{":focus":i[":focus"],":focus-visible":i[":focus-visible"]})}},Bp={root:function(e){var r=e.variables,o=Zs(r.colorScheme);return{borderLeft:"1px solid "+(r.dividerBorder||o.border),margin:r.dividerMargin,alignSelf:"stretch"}}},Ep={root:function(e){var r=e.props,o=e.variables,t=e.theme.siteVariables,n=Zs(o.colorScheme),a=t.borderWidth,i=cu({variables:t});return Object.assign({position:"relative",backgroundColor:o.background,borderWidth:a,borderStyle:"solid",borderColor:"transparent",borderRadius:o.borderRadius,height:o.itemHeight,minWidth:o.itemHeight,padding:o.itemPadding,color:o.foreground||n.foreground1,cursor:"pointer",userSelect:"none",":focus":i[":focus"]},r.active&&Object.assign({color:o.foregroundActive||n.foregroundActive,backgroundColor:o.backgroundActive},du({outline:!1})),{":hover":Object.assign({color:o.foregroundHover||n.foregroundHover,backgroundColor:o.backgroundHover||n.backgroundHover},du({outline:!1})),":focus-visible":i[":focus-visible"]},(r.disabled||r.disabledFocusable)&&{color:o.foregroundDisabled||n.foregroundDisabled1,backgroundColor:o.backgroundDisabled,cursor:"default",":hover":{}},r.disabled&&{pointerEvents:"none"})}},Op={root:function(e){var r=e.variables,o=Zs(r.colorScheme);return{display:"flex",flexDirection:"column",listStyleType:"none",margin:0,padding:r.menuPadding,backgroundColor:r.menuBackground||o.background,boxShadow:r.menuBoxShadow,borderStyle:"solid",borderColor:r.menuBorder||o.border,borderWidth:r.menuBorderWidth,borderRadius:r.menuBorderRadius,maxWidth:r.menuMaxWidth,zIndex:r.overlayZIndex}}},Fp={root:function(e){var r=e.variables,o=Zs(r.colorScheme);return{borderTop:"1px solid "+(r.menuDividerBorder||o.border),margin:r.menuDividerMargin,alignSelf:"stretch"}}},Ap=function(e){return"url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' role='presentation' fill='"+encodeURIComponent(e)+"' focusable='false' view-box='8 8 16 16'%3E%3Cg%3E%3Cpath d='M23.5 11.875a.968.968 0 0 1-.289.711l-8.25 8.25c-.192.193-.43.289-.711.289s-.519-.096-.711-.289l-4.75-4.75a.965.965 0 0 1-.289-.711c0-.125.027-.25.082-.375s.129-.234.223-.328a.953.953 0 0 1 .695-.297c.135 0 .266.025.391.074.125.05.231.121.32.215l4.039 4.047 7.539-7.547a.886.886 0 0 1 .32-.215c.125-.049.255-.074.391-.074a1.004 1.004 0 0 1 .922.625.97.97 0 0 1 .078.375z' /%3E%3C/g%3E%3C/svg%3E\")"},Pp="ui-toolbar__menuitemsubmenuindicator",jp="ui-toolbar__menuitemactiveindicator",Rp={root:function(e){var r,o,t=e.props,n=e.variables,a=e.theme.siteVariables,i=Zs(n.colorScheme),l=cu({variables:a,borderRadius:0});return Object.assign({position:"relative",color:n.menuItemForeground||i.foreground1,borderWidth:n.menuBorderWidth,backgroundColor:"transparent",borderColor:"transparent",display:"flex",alignItems:"center",textAlign:"left",width:"100%",maxWidth:"100%",padding:n.menuItemPadding,cursor:"pointer",minHeight:n.itemHeight,lineHeight:n.lineHeightBase,userSelect:"none",":focus":{outline:0},":hover":(r={color:n.menuItemForegroundHover||i.menuItemForegroundHover,backgroundColor:n.menuItemBackgroundHover||i.menuItemBackgroundHover},r["& ."+Pp]={color:n.menuItemForegroundHover||i.menuItemForegroundHover},r["& ."+jp]={backgroundImage:Ap(n.menuItemForegroundHover||i.menuItemForegroundHover)},r),":focus-visible":l[":focus-visible"]},(t.disabled||t.disabledFocusable)&&((o={cursor:"default",color:n.menuItemForegroundDisabled||i.foregroundDisabled1,backgroundColor:n.menuItemBackgroundDisabled})["& ."+Pp]={color:n.menuItemForegroundDisabled||i.foregroundDisabled1},o["& ."+jp]={backgroundImage:Ap(n.menuItemForegroundDisabled||i.foregroundDisabled1)},o[":hover"]={},o),t.disabled&&{pointerEvents:"none"})},wrapper:function(){return{display:"block"}}},Ip={root:function(e){var r=e.props;return Object.assign({},r.hasContent&&{marginRight:Is(10),marginTop:Is(3),display:"flex",alignSelf:"start"})}},Mp={root:function(e){var r=e.variables,o=Zs(r.colorScheme);return{display:"flex",alignItems:"center",justifyContent:"center",color:r.menuItemForeground||o.foreground1,width:Is(16),height:"100%",position:"absolute",right:Is(7),top:0}}},Dp={root:function(e){var r=e.variables,o=Zs(r.colorScheme);return{backgroundImage:Ap(r.menuItemForeground||o.foreground1),backgroundPosition:"center",backgroundRepeat:"no-repeat",width:Is(24),height:"100%",position:"absolute",right:Is(7)}}},zp={root:function(){return{padding:0}}},_p={root:function(){return{}}},Hp={root:function(){return{display:"block",paddingLeft:""+Is(10)}}},Tp="ui-tree__title",Wp=Tp+"__selection-indicator",Lp={root:function(e){var r,o,t,n=e.theme.siteVariables,a=e.props,i=cu({variables:n});return{listStyleType:"none",":focus":Object.assign({},a.selectable&&(r={},r["& ."+Wp]={display:"inline-block"},r),i[":focus"]),":focus-visible":Object.assign({outline:0},a.selectable&&(o={},o["& ."+Wp]={display:"inline-block"},o),(t={},t["> ."+Tp]=Object.assign({position:"relative"},i[":focus-visible"]),t))}}},Np={root:function(e){var r,o,t,n=e.props,a=e.variables,i=e.theme.siteVariables,l=cu({variables:i});return Object.assign({padding:a.padding,cursor:"pointer",color:a.color,position:"relative",marginLeft:Is(1+10*(n.level-1)),paddingRight:a.paddingRight,paddingLeft:a.paddingLeft,userSelect:"none"},n.selectable&&{display:"flex",justifyContent:"space-between",alignItems:"center"},{":focus":Object.assign({},n.selectable&&(r={},r["> ."+Wp]={display:"inline-block"},r),l[":focus"]),":focus-visible":l[":focus-visible"],":hover":Object.assign({},n.selectable&&(o={background:a.hoverBackground},o["> ."+Wp]={display:"inline-block"},o))},n.showIndicator&&((t={})["> ."+Wp]={display:"inline-block"},t))},selectionIndicator:function(e){var r,o,t=e.props,n=e.variables;return Object.assign({display:"none",float:"right",verticalAlign:"middle",boxShadow:"unset",width:Is(16),height:Is(16),borderColor:n.borderColor,borderStyle:n.borderStyle,borderRadius:n.borderRadius,borderWidth:n.borderWidth,color:n.indicatorColor,margin:n.selectionIndicatorMargin,padding:n.padding,userSelect:"none",backgroundImage:of(n.indicatorColor,n.background),backgroundPosition:"center",backgroundRepeat:"no-repeat"},t.selected&&{borderColor:n.checkedBorderColor,backgroundImage:of(n.checkedIndicatorColor,n.checkedBackground)},t.indeterminate&&{borderColor:n.checkedBorderColor,backgroundImage:(r=n.checkedIndicatorColor,o=n.checkedBackground,"url(\"data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' role='presentation' style='background-color: "+escape(o)+"; padding: 2px;' focusable='false' viewBox='8 8 22.5 22.5'%3E%3Cg%3E%3Cpath fill='"+escape(r)+"' d='M10 16v-1h12v1H10z 11.875a.968.968 0 0 1-.289.711l-8.25 8.25c-.192.193-.43.289-.711.289s-.519-.096-.711-.289l-4.75-4.75a.965.965 0 0 1-.289-.711c0-.125.027-.25.082-.375s.129-.234.223-.328a.953.953 0 0 1 .695-.297c.135 0 .266.025.391.074.125.05.231.121.32.215l4.039 4.047 7.539-7.547a.886.886 0 0 1 .32-.215c.125-.049.255-.074.391-.074a1.004 1.004 0 0 1 .922.625.97.97 0 0 1 .078.375z' /%3E%3C/g%3E%3C/svg%3E\")")},t.disabled&&{background:n.disabledBackground,borderColor:n.disabledBorderColor},t.disabled&&t.selected&&{color:n.disabledCheckedIndicatorColor,borderColor:n.disabledBackgroundChecked,backgroundImage:of(n.disabledCheckedIndicatorColor,n.disabledBackgroundChecked)})}},Up={root:function(e){var r=e.variables;return{display:"inline-block",verticalAlign:"middle",width:r.width,height:r.height||"auto"}}},Zp={root:function(e){var r=e.props,o=e.variables;return Object.assign({display:"none",position:"absolute",maxWidth:o.maxWidth,zIndex:o.zIndex},r.pointing&&Object.assign({pointerEvents:"all"},jg({placement:r.basePlacement,padding:o.pointerMargin})),r.open&&{display:"block"})},pointer:function(e){var r,o=e.props,t=e.variables,n=e.rtl;return Object.assign({display:"block",position:"absolute",width:t.pointerWidth,height:t.pointerHeight},Rg({backgroundColor:o.subtle?t.subtleBackgroundColor:t.backgroundColor,borderSize:t.borderSize,borderColor:o.subtle?t.subtleBorderColor:"transparent",gap:t.pointerGap,padding:t.pointerMargin,height:t.pointerHeight,width:t.pointerWidth,placement:o.basePlacement,rtl:n,svg:(r=o.subtle?t.subtleBackgroundColor:t.backgroundColor,"url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='"+encodeURIComponent(r)+"' viewBox='0 0 6 16'%3E%3Cpath d='M.708 9.527a2.002 2.002 0 0 1 0-3.055l3.284-2.78C5.324 2.562 5.991 1.332 5.991 0c0 1.002.02 15.013 0 16 0-1.333-.665-2.562-1.995-3.689L.708 9.527z' fill-rule='evenodd' clip-rule='evenodd'/%3E%3C/svg%3E%0A\");")}))},content:function(e){var r=e.props,o=e.variables;return Object.assign({display:"block",padding:o.padding,textAlign:"left",color:o.color,background:o.backgroundColor,borderRadius:o.borderRadius,boxShadow:o.boxShadow},r.subtle&&{background:o.subtleBackgroundColor,color:o.subtleForegroundColor,borderStyle:"solid",borderWidth:o.borderSize,borderColor:o.subtleBorderColor},r.pointing&&{pointerEvents:"all"})}},Vp={root:function(){return{display:"inline-block",position:"relative"}},itemsContainerWrapper:function(e){var r=e.variables,o=e.props;return Object.assign({display:"flex",width:Is(r.width),overflowX:"hidden"},o.shouldFocusContainer&&o.isFromKeyboard&&{border:"1px solid "+r.focusOuterBorderColor,borderRadius:r.focusOuterBorderRadius})},itemsContainer:function(){return{padding:0,margin:0,display:"flex",listStyle:"none",willChange:"transform"}}},Gp={root:function(e){var r=e.variables;return{width:Is(r.width),marginBottom:Is(16),":focus":{outline:"none"}}}},Xp={root:function(e){var r=e.props,o=e.variables,t=e.theme,n=r.iconOnly,a=r.primary,i=r.vertical,l=r.thumbnails,s=Zs(o.colorScheme,null,a),c=t.siteVariables;return Object.assign({display:"flex",minHeight:Is(24),margin:0,padding:0,color:o.color,backgroundColor:o.backgroundColor||"inherit",listStyleType:"none",justifyContent:"center",position:"relative",zIndex:2},!i&&l&&{justifyContent:"start",transform:"translateX("+Is(o.width/2-o.thumbnailWidth/2-+r.activeIndex*o.thumbnailWidth)+")",transition:"transform .5s ease"},n&&{alignItems:"center"},i&&Object.assign({flexDirection:"column",backgroundColor:o.verticalBackgroundColor,width:"fit-content",padding:Is(8)+" 0"},n&&{display:"inline-block",width:"auto"}),!n&&!i&&{border:o.borderWidth+" solid "+(a?o.primaryBorderColor:o.borderColor||s.border),borderRadius:c.borderRadiusMedium})}},Yp="ui-carousel__navigationitem",$p=Yp+"__indicator",Kp={root:function(e){var r,o=e.props,t=e.variables,n=o.active,a=o.iconOnly,i=o.primary,l=o.vertical,s=o.thumbnails,c=o.disableClickableNav,d=Zs(t.colorScheme,null,i);return Object.assign({color:"inherit",display:"block",cursor:"pointer",whiteSpace:"nowrap"},a&&{border:Is(2)+" solid transparent"},l?{padding:t.verticalItemPadding}:{padding:t.horizontalPadding},a&&{margin:Is(1),padding:Is(5),display:"flex",alignItems:"center",justifyContent:"center"},n&&a&&Object.assign({color:t.iconOnlyColorActive},du({outline:!1})),{":focus-visible":Object.assign({},a&&Object.assign({borderRadius:"50%"},s&&{borderRadius:"0"},{borderColor:t.iconOnlyColorActive},du({outline:!1})))},a&&i&&{color:"inherit",borderColor:t.borderColorActive||d.borderActive},c&&{cursor:"default"},{":focus":{outline:0},":hover":Object.assign((r={color:"inherit"},r["& ."+$p]={background:t.indicatorBackgroundColor},r),a&&du({outline:!1}),i&&a&&{color:"inherit"})})},content:function(e){var r=e.props,o=r.hasIndicator?26:0;return Object.assign({whiteSpace:"normal",lineHeight:1.5,marginTop:Is(-4),marginBottom:Is(-4),display:"inline-block"},r.thumbnails&&Object.assign({width:Is(60)},!r.active&&{opacity:.4}),r.vertical&&{width:"max-content",minWidth:Is(46-o),maxWidth:Is(262-o),marginRight:Is(16)})},indicator:function(e){var r=e.props,o=e.variables;return Object.assign({borderRadius:"50%",width:Is(7),height:Is(7),background:o.indicatorBackgroundColor},r.active&&{background:o.indicatorActiveBackgroundColor},r.hasContent&&{marginRight:Is(10)},!r.iconOnly&&{marginTop:0,marginBottom:Is(-8),verticalAlign:"top"})}},qp="ui-carousel__paddle__content",Jp=function(e,r){return r?"url(\"data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' role='presentation' focusable='false' viewBox='8 8 16 16'%3E%3Cg%3E%3Cpath fill='"+encodeURIComponent(e)+"' d='M21.5 15.97c0 .28-.1.52-.29.71l-7 7c-.19.19-.43.29-.71.29-.14 0-.26-.03-.38-.08s-.23-.13-.32-.22-.16-.2-.22-.32a1.036 1.036 0 0 1-.01-.77c.05-.12.12-.23.21-.32l6.3-6.29-6.3-6.29a.85.85 0 0 1-.21-.32c-.05-.13-.07-.26-.07-.39a.995.995 0 0 1 .3-.7c.09-.09.2-.16.32-.22.12-.05.24-.08.38-.08.28 0 .52.1.71.29l7 7c.19.19.29.43.29.71z' /%3E%3C/g%3E%3C/svg%3E\")":"url(\"data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' role='presentation' focusable='false' viewBox='8 8 16 16'%3E%3Cg%3E%3Cpath fill='"+encodeURIComponent(e)+"' d='M19.5 8.97c0 .14-.03.27-.07.39-.05.12-.12.23-.21.32l-6.3 6.29 6.3 6.29c.09.09.17.2.21.32a1.036 1.036 0 0 1-.01.77c-.05.12-.13.23-.22.32s-.2.16-.32.22a.995.995 0 0 1-1.09-.21l-7-7c-.19-.19-.29-.43-.29-.71s.1-.52.29-.71l7-7a.995.995 0 0 1 1.09-.21c.12.06.23.13.32.22s.16.2.22.32c.05.12.08.25.08.38z' /%3E%3C/g%3E%3C/svg%3E\")"},Qp=function(e,r,o){return{width:o,height:o,backgroundImage:Jp(e,r),backgroundRepeat:"no-repeat"}},eb={root:function(e){var r,o=e.props,t=e.variables,n=e.theme.siteVariables.borderWidth,a=cu({variables:{borderRadius:t.focusBorderRadius,borderWidth:t.focusBorderWidth,focusInnerBorderColor:t.focusInnerBorderColor,focusOuterBorderColor:t.focusOuterBorderColor,zIndexes:{foreground:t.focusBorderZIndex}},borderPadding:n});return Object.assign({height:t.paddleHeight,minWidth:t.paddleHeight,color:t.paddleColor,backgroundColor:t.paddleBackgroundColor,borderRadius:t.paddleBorderRadius,border:0,display:"inline-flex",justifyContent:"center",alignItems:"center",position:"relative",verticalAlign:"middle",cursor:"pointer",marginBottom:Is(40),outline:0,padding:0,transition:ws,zIndex:1},o.hidden&&{visibility:"hidden"},o.disableClickableNav&&{cursor:"default"},{":hover":Object.assign({},du({outline:!1}),(r={},r["& ."+qp]=Object.assign({},Qp(t.paddleColor,o.next,t.paddleIndicatorSize)),r.background=t.paddleBackgroundColorHover,r)),":active":{transition:ks,backgroundColor:t.paddleBackgroundColorActive},":focus":a[":focus"],":focus-visible":Object.assign({},a[":focus-visible"])},o.disabled&&{cursor:"default",color:t.paddleColorDisabled,pointerEvents:"none",":hover":{color:t.paddleColorDisabled},backgroundColor:t.paddleBackgroundColorDisabled})},content:function(e){var r=e.props,o=e.variables,t=e.rtl;return Object.assign({},Qp(r.disabled?o.paddleColorDisabled:o.paddleColor,r.next,o.paddleIndicatorSize),t&&{transform:"scaleX(-1)"})}},rb={root:function(e){var r=e.variables;return{display:"flex",width:Is(r.width),justifyContent:"space-between",alignItems:"center",position:"absolute",top:0,right:0,left:0,bottom:0}}},ob={root:function(e){return{display:"flex",flexDirection:"column",background:e.variables.backgroundColor}}},tb={root:function(e){var r=e.props,o=e.variables,t=e.theme.siteVariables,n=cu({variables:t});return Object.assign({display:"flex",flexDirection:"row",alignItems:"center",fontSize:o.bodyFontSize,height:o.defaultRowHeight,color:o.color,backgroundColor:o.backgroundColor,borderWidth:o.borderWidth,borderStyle:"solid",borderColor:"transparent",borderBottomColor:o.rowBorderColor,padding:o.rowPadding,position:"relative",width:"100%",":hover":{color:o.hoverColor,backgroundColor:o.backgroundHoverColor,borderColor:o.rowBorderHoverColor}},n,r.header&&{fontSize:o.headerFontSize,":hover":{color:o.color,backgroundColor:o.backgroundColor}},r.compact&&{height:o.compactRowHeight})}},nb={root:function(e){var r=e.variables,o=e.theme.siteVariables,t=cu({variables:o});return Object.assign({display:"flex",flexFlow:"row nowrap",flexGrow:1,flexBasis:0,minWidth:r.minCellWidth,outline:0,borderWidth:r.borderWidth,borderStyle:"solid",borderColor:"transparent"},t,{padding:r.cellPadding,position:"relative",height:"100%"})},content:function(e){var r=e.props;return Object.assign({alignSelf:"center"},r.truncateContent&&{display:"block",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"})}},ab="ui-card__expandablebox",ib={root:function(e){var r,o=e.props,t=e.variables,n=e.theme.siteVariables,a=cu({variables:n,borderRadius:t.borderRadius});return Object.assign({display:"flex",flexDirection:"column",position:"relative",padding:t.padding,margin:t.margin,width:t.width,height:t.height,borderWidth:t.borderWidth,borderStyle:t.borderStyle,borderColor:t.borderColor,borderRadius:t.borderRadius,backgroundColor:t.backgroundColor},o.ghost&&{backgroundColor:t.ghostBackgroundColor},o.inverted&&{backgroundColor:t.invertedBackgroundColor},o.selected&&{backgroundColor:t.selectedBackgroundColor},{boxShadow:t.boxShadow},o.elevated&&{boxShadow:t.elevatedBoxShadow},{":hover":Object.assign({backgroundColor:t.backgroundColorHover},o.ghost&&{backgroundColor:t.ghostBackgroundColorHover},o.inverted&&{backgroundColor:t.invertedBackgroundColorHover},o.selected&&{backgroundColor:t.selectedBackgroundColorHover},{borderColor:t.borderColorHover,boxShadow:t.boxShadowHover},o.elevated&&{boxShadow:t.elevatedBoxShadowHover})},a,o.actionable&&{cursor:"pointer",":focus-visible":Object.assign({backgroundColor:t.backgroundColorFocus},o.ghost&&{backgroundColor:t.ghostBackgroundColorFocus},o.inverted&&{backgroundColor:t.invertedBackgroundColorFocus},o.selected&&{backgroundColor:t.selectedBackgroundColorFocus},{boxShadow:t.boxShadowFocus},o.elevated&&{boxShadow:t.elevatedBoxShadowFocus},a[":focus-visible"]),":active":Object.assign({backgroundColor:t.backgroundColorPressed},o.ghost&&{backgroundColor:t.ghostBackgroundColorPressed},o.inverted&&{backgroundColor:t.invertedBackgroundColorPressed},o.selected&&{backgroundColor:t.selectedBackgroundColorPressed},{borderColor:t.borderColorPressed,boxShadow:t.boxShadowPressed},o.elevated&&{boxShadow:t.elevatedBoxShadowPressed})},"small"===o.size&&{width:t.sizeSmallWidth,height:t.sizeSmallHeight,padding:t.sizeSmallPadding},"large"===o.size&&{width:t.sizeLargeWidth,height:t.sizeLargeHeight,padding:t.sizeLargePadding},o.fluid&&{width:t.fluidWidth,height:t.fluidHeight},o.horizontal&&{flexDirection:"row"},o.compact&&{padding:t.compactPadding},o.centered&&{alignItems:"center"},o.disabled&&Object.assign({cursor:"not-allowed",color:t.colorDisabled,backgroundColor:t.backgroundColorDisabled,borderColor:t.borderColorDisabled,boxShadow:t.boxShadowDisabled},o.inverted&&{backgroundColor:t.invertedBackgroundColorDisabled},o.ghost&&{backgroundColor:t.ghostBackgroundColorDisabled},o.selected&&{backgroundColor:t.selectedBackgroundColorDisabled},{":hover":{boxShadow:t.boxShadowDisabled},":focus-visible":Object.assign({boxShadow:t.boxShadowDisabled},a[":focus-visible"]),":active":{boxShadow:t.boxShadowDisabled}}),o.expandable&&((r={})["& ."+ab]={maxHeight:t.expandableBoxStartMaxHeight,transition:t.expandableBoxExpandTransition,overflow:"hidden"},r["&:hover ."+ab]={maxHeight:t.expandableBoxEndMaxHeight,transition:t.expandableBoxExpandTransition},r["&:focus ."+ab]={maxHeight:t.expandableBoxEndMaxHeight,transition:t.expandableBoxExpandTransition},r))}},lb={root:function(e){var r=e.variables,o=e.props;return Object.assign({display:"flex",flexDirection:"column",margin:r.headerMargin},o.fitted&&{margin:r.fittedHeaderMargin})}},sb={root:function(e){var r=e.variables,o=e.props;return Object.assign({display:"flex",flexDirection:"column",margin:r.bodyMargin},o.fitted&&{margin:r.fittedBodyMargin})}},cb={root:function(e){var r=e.variables,o=e.props;return Object.assign({display:"flex",flexDirection:"column",margin:r.footerMargin},o.fitted&&{margin:r.fittedFooterMargin})}},db={root:function(e){var r=e.props,o=e.variables;return Object.assign({margin:o.previewMargin},r.horizontal&&{margin:o.previewMarginHorizontal},r.fitted&&{margin:o.fittedPreviewMargin})}},ub={root:function(e){var r=e.variables;return{position:"absolute",top:r.topControlsTop,right:r.topControlsRight}}},fb={root:function(){return{display:"flex"}}},gb="ui-input",pb=gb+"__input",bb={root:function(e){var r,o=e.props;return Object.assign({},!o.allowManualInput&&((r={})["& ."+pb]={cursor:"pointer"},r))}},mb={root:function(e){return{minHeight:e.variables.calendarMinHeight}}},hb={root:function(e){var r=e.variables;return{display:"flex",alignItems:"center",paddingTop:r.calendarHeaderPaddingTop,paddingBottom:r.calendarHeaderPaddingBottom}},label:function(e){var r=e.variables;return{fontWeight:r.calendarHeaderLabelFontWeight,flexGrow:1,paddingLeft:r.calendarHeaderLabelPaddingLeft}}},vb={root:function(e){var r=e.variables;return{textAlign:"center",verticalAlign:"middle",fontWeight:r.calendarHeaderCellFontWeight,height:r.calendarHeaderCellHeight,width:r.calendarHeaderCellWidth,padding:r.calendarHeaderCellPadding,display:"table-cell"}}},yb={root:function(e){var r=e.props,o=e.variables;return Object.assign({height:o.calendarCellHeight,width:o.calendarCellWidth,padding:o.calendarCellPadding,":hover":{backgroundColor:o.calendarCellHoverBackgroundColor,color:o.calendarCellHoverColor}},r.quiet&&{color:o.calendarCellQuietColor},r.selected&&{color:o.calendarCellSelectedColor,backgroundColor:o.calendarCellSelectedBackgroundColor},r.disabled&&{color:o.calendarCellDisabledColor,cursor:"default",backgroundColor:o.calendarCellDisabledBackgroundColor,":hover":{}})}},Cb={root:function(e){var r=e.props,o=e.variables,t=e.theme.siteVariables,n=t.borderWidth,a=cu({variables:t,borderPadding:n});return Object.assign({textAlign:"center",height:"100%",width:"100%",cursor:"pointer",border:o.calendarCellBorder,padding:o.calendarCellPadding,margin:o.calendarCellMargin,display:"table-cell",position:"relative"},a,{backgroundColor:o.calendarCellBackgroundColor,color:o.calendarCellColor,":hover":{backgroundColor:o.calendarCellHoverBackgroundColor,color:o.calendarCellHoverColor}},r.quiet&&{color:o.calendarCellQuietColor},r.selected&&{color:o.calendarCellSelectedColor,backgroundColor:o.calendarCellSelectedBackgroundColor},r.disabled&&{color:o.calendarCellDisabledColor,cursor:"default",backgroundColor:o.calendarCellDisabledBackgroundColor,":hover":{}},r.today&&{backgroundColor:o.calendarCellTodayBackgroundColor,color:o.calendarCellTodayColor,borderRadius:o.calendarCellTodayBorderRadius})}},kb={root:function(){return{"border-spacing":"0rem",tableLayout:"fixed"}}},wb={root:function(e){var r,o=e.props,t=e.variables;return Object.assign({},o.isRowSelectionActive&&((r={})[":hover .ui-datepicker__calendarcellbutton"]={backgroundColor:t.calendarCellHoverBackgroundColor,color:t.calendarCellHoverColor},r))}},xb=W({siteVariables:o,componentVariables:t,componentStyles:i,fontFaces:[{name:"Segoe UI",paths:["https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff2"],props:{fontWeight:400}},{name:"Segoe UI",paths:["https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff2"],props:{fontWeight:600}},{name:"Segoe UI",paths:["https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-bold.woff2"],props:{fontWeight:700}}],staticStyles:["/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}",function(e){return{body:{padding:e.bodyPadding,margin:e.bodyMargin,fontFamily:e.bodyFontFamily,fontSize:e.bodyFontSize,lineHeight:e.bodyLineHeight},"*":{boxSizing:"border-box"},"*:before":{boxSizing:"border-box"},"*:after":{boxSizing:"border-box"},"[hidden]":{display:"none!important"}}}],animations:js})})();var i=a.en,l=a.kC,s=a.zt,c=a.Rl,d=a.xv,u=a.y0,f=a.It,g=a.$v;export{i as Chat,l as Flex,s as Provider,c as Ref,d as Text,u as mergeStyles,f as mergeThemes,g as teamsTheme};