@vibe/core 4.5.27 → 4.5.28-alpha-871ee.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/dist/components/date-picker/dist/DatePicker/DatePicker.module.scss.js +1 -1
  2. package/dist/components/date-picker/dist/DatePicker/DatePickerHeader.module.scss.js +1 -1
  3. package/dist/components/menu/dist/Menu/MenuItem/components/MenuItemSubMenu/MenuItemSubMenu.js +1 -1
  4. package/dist/components/menu/dist/Menu/MenuItem/components/MenuItemSubMenu/MenuItemSubMenu.js.map +1 -1
  5. package/dist/components/split-button/dist/SplitButton/SplitButton.module.scss.js +1 -1
  6. package/dist/mocked_classnames/src/components/Combobox/Combobox.module.scss.js +1 -1
  7. package/dist/mocked_classnames/src/components/Combobox/ComboboxHelpers/ComboboxHelpers.module.scss.js +1 -1
  8. package/dist/mocked_classnames/src/components/Combobox/components/ComboboxCategory/ComboboxCategory.module.scss.js +1 -1
  9. package/dist/mocked_classnames/src/components/Combobox/components/ComboboxItems/ComboboxItems.module.scss.js +1 -1
  10. package/dist/mocked_classnames/src/components/Combobox/components/ComboboxOption/ComboboxOption.module.scss.js +1 -1
  11. package/dist/mocked_classnames/src/components/Combobox/components/StickyCategoryHeader/StickyCategoryHeader.module.scss.js +1 -1
  12. package/dist/mocked_classnames/src/components/List/List.module.scss.js +1 -1
  13. package/dist/mocked_classnames/src/components/List/VirtualizedListItems/VirtualizedListItems.module.scss.js +1 -1
  14. package/dist/mocked_classnames/src/components/ListItem/ListItem.module.scss.js +1 -1
  15. package/dist/mocked_classnames/src/components/ListItemAvatar/ListItemAvatar.module.scss.js +1 -1
  16. package/dist/mocked_classnames/src/components/ListItemIcon/ListItemIcon.module.scss.js +1 -1
  17. package/dist/mocked_classnames/src/components/ListTitle/ListTitle.module.scss.js +1 -1
  18. package/dist/mocked_classnames/src/components/Modal/Modal/Modal.module.scss.js +1 -1
  19. package/dist/mocked_classnames/src/components/Modal/ModalHeader/ModalHeader.module.scss.js +1 -1
  20. package/dist/mocked_classnames/src/components/Modal/ModalMedia/ModalMedia.module.scss.js +1 -1
  21. package/dist/mocked_classnames/src/components/Modal/ModalTopActions/ModalTopActions.module.scss.js +1 -1
  22. package/dist/mocked_classnames/src/components/Modal/footers/ModalFooter/ModalFooter.module.scss.js +1 -1
  23. package/dist/mocked_classnames/src/components/Modal/footers/ModalFooterBase/ModalFooterBase.module.scss.js +1 -1
  24. package/dist/mocked_classnames/src/components/Modal/footers/ModalFooterWizard/ModalFooterWizard.module.scss.js +1 -1
  25. package/dist/mocked_classnames/src/components/Modal/layouts/ModalBasicLayout/ModalBasicLayout.module.scss.js +1 -1
  26. package/dist/mocked_classnames/src/components/Modal/layouts/ModalFooterShadow.module.scss.js +1 -1
  27. package/dist/mocked_classnames/src/components/Modal/layouts/ModalLayoutScrollableContent.module.scss.js +1 -1
  28. package/dist/mocked_classnames/src/components/Modal/layouts/ModalMediaLayout/ModalMediaLayout.module.scss.js +1 -1
  29. package/dist/mocked_classnames/src/components/Modal/layouts/ModalSideBySideLayout/ModalSideBySideLayout.module.scss.js +1 -1
  30. package/dist/mocked_classnames/src/components/Table/Table/Table.module.scss.js +1 -1
  31. package/dist/mocked_classnames/src/components/Table/TableBody/TableBody.module.scss.js +1 -1
  32. package/dist/mocked_classnames/src/components/Table/TableCell/TableCell.module.scss.js +1 -1
  33. package/dist/mocked_classnames/src/components/Table/TableCellSkeleton/TableCellSkeleton.module.scss.js +1 -1
  34. package/dist/mocked_classnames/src/components/Table/TableContainer/TableContainer.module.scss.js +1 -1
  35. package/dist/mocked_classnames/src/components/Table/TableHeader/TableHeader.module.scss.js +1 -1
  36. package/dist/mocked_classnames/src/components/Table/TableHeaderCell/TableHeaderCell.module.scss.js +1 -1
  37. package/dist/mocked_classnames/src/components/Table/TableRow/TableRow.module.scss.js +1 -1
  38. package/dist/mocked_classnames/src/components/Table/TableRowMenu/TableRowMenu.module.scss.js +1 -1
  39. package/dist/mocked_classnames/src/components/Table/TableVirtualizedBody/TableVirtualizedBody.module.scss.js +1 -1
  40. package/dist/mocked_classnames/src/components/next/List/List.module.scss.js +1 -1
  41. package/dist/mocked_classnames/src/components/next/List/ListTitle/ListTitle.module.scss.js +1 -1
  42. package/dist/src/components/Combobox/Combobox.module.scss.js +1 -1
  43. package/dist/src/components/Combobox/ComboboxHelpers/ComboboxHelpers.module.scss.js +1 -1
  44. package/dist/src/components/Combobox/components/ComboboxCategory/ComboboxCategory.module.scss.js +1 -1
  45. package/dist/src/components/Combobox/components/ComboboxItems/ComboboxItems.module.scss.js +1 -1
  46. package/dist/src/components/Combobox/components/ComboboxOption/ComboboxOption.module.scss.js +1 -1
  47. package/dist/src/components/Combobox/components/StickyCategoryHeader/StickyCategoryHeader.module.scss.js +1 -1
  48. package/dist/src/components/List/List.module.scss.js +1 -1
  49. package/dist/src/components/List/VirtualizedListItems/VirtualizedListItems.module.scss.js +1 -1
  50. package/dist/src/components/ListItem/ListItem.module.scss.js +1 -1
  51. package/dist/src/components/ListItemAvatar/ListItemAvatar.module.scss.js +1 -1
  52. package/dist/src/components/ListItemIcon/ListItemIcon.module.scss.js +1 -1
  53. package/dist/src/components/ListTitle/ListTitle.module.scss.js +1 -1
  54. package/dist/src/components/Modal/Modal/Modal.module.scss.js +1 -1
  55. package/dist/src/components/Modal/ModalHeader/ModalHeader.module.scss.js +1 -1
  56. package/dist/src/components/Modal/ModalMedia/ModalMedia.module.scss.js +1 -1
  57. package/dist/src/components/Modal/ModalTopActions/ModalTopActions.module.scss.js +1 -1
  58. package/dist/src/components/Modal/footers/ModalFooter/ModalFooter.module.scss.js +1 -1
  59. package/dist/src/components/Modal/footers/ModalFooterBase/ModalFooterBase.module.scss.js +1 -1
  60. package/dist/src/components/Modal/footers/ModalFooterWizard/ModalFooterWizard.module.scss.js +1 -1
  61. package/dist/src/components/Modal/layouts/ModalBasicLayout/ModalBasicLayout.module.scss.js +1 -1
  62. package/dist/src/components/Modal/layouts/ModalFooterShadow.module.scss.js +1 -1
  63. package/dist/src/components/Modal/layouts/ModalLayoutScrollableContent.module.scss.js +1 -1
  64. package/dist/src/components/Modal/layouts/ModalMediaLayout/ModalMediaLayout.module.scss.js +1 -1
  65. package/dist/src/components/Modal/layouts/ModalSideBySideLayout/ModalSideBySideLayout.module.scss.js +1 -1
  66. package/dist/src/components/Table/Table/Table.module.scss.js +1 -1
  67. package/dist/src/components/Table/TableBody/TableBody.module.scss.js +1 -1
  68. package/dist/src/components/Table/TableCell/TableCell.module.scss.js +1 -1
  69. package/dist/src/components/Table/TableCellSkeleton/TableCellSkeleton.module.scss.js +1 -1
  70. package/dist/src/components/Table/TableContainer/TableContainer.module.scss.js +1 -1
  71. package/dist/src/components/Table/TableHeader/TableHeader.module.scss.js +1 -1
  72. package/dist/src/components/Table/TableHeaderCell/TableHeaderCell.module.scss.js +1 -1
  73. package/dist/src/components/Table/TableRow/TableRow.module.scss.js +1 -1
  74. package/dist/src/components/Table/TableRowMenu/TableRowMenu.module.scss.js +1 -1
  75. package/dist/src/components/Table/TableVirtualizedBody/TableVirtualizedBody.module.scss.js +1 -1
  76. package/dist/src/components/next/List/List.module.scss.js +1 -1
  77. package/dist/src/components/next/List/ListTitle/ListTitle.module.scss.js +1 -1
  78. package/dist/style/dist/index.min.css.js +1 -1
  79. package/package.json +8 -8
@@ -1,2 +1,2 @@
1
- var o={combobox:"combobox_7d920ea729",stickyCategory:"stickyCategory_67de8b0203",comboboxCategory:"comboboxCategory_0b1906633d",sizeSmall:"sizeSmall_f1e5cfb913",sizeMedium:"sizeMedium_d97bfacd78",sizeLarge:"sizeLarge_f1e5cfb913",empty:"empty_407763d13c",comboboxSearchWrapper:"comboboxSearchWrapper_0a1b013203",comboboxNoResults:"comboboxNoResults_abcc63b587",comboboxMessageWrapper:"comboboxMessageWrapper_d6eb4ac512",comboboxMessage:"comboboxMessage_11970518c7",addNewButton:"addNewButton_20d213d90a",buttonLabel:"buttonLabel_11970518c7",comboboxList:"comboboxList_a6fdc3e464"};!function(o){const e="s_id-5bf292a5a8b0_4_5_26";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+e))return;const t=document.createElement("style");t.id=e,n.firstChild?n.insertBefore(t,n.firstChild):n.appendChild(t),t.appendChild(document.createTextNode(o))}else globalThis.injectedStyles&&(globalThis.injectedStyles[e]=o)}("/* stylelint-disable */\n/* stylelint-enable */\n/* stylelint-disable selector-class-pattern */\n.combobox_7d920ea729 {\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n height: 100%;\n display: flex;\n flex-direction: column;\n position: relative;\n margin-bottom: var(--space-8);\n}\n.combobox_7d920ea729.stickyCategory_67de8b0203 .comboboxCategory_0b1906633d {\n z-index: 10;\n background-color: var(--secondary-background-color);\n}\n/* Relative to Search height */\n.combobox_7d920ea729.stickyCategory_67de8b0203.sizeSmall_f1e5cfb913 .comboboxCategory_0b1906633d {\n top: 32px;\n}\n.combobox_7d920ea729.stickyCategory_67de8b0203.sizeMedium_d97bfacd78 .comboboxCategory_0b1906633d {\n top: 40px;\n}\n.combobox_7d920ea729.stickyCategory_67de8b0203.sizeLarge_f1e5cfb913 .comboboxCategory_0b1906633d {\n top: 48px;\n}\n.combobox_7d920ea729.empty_407763d13c {\n max-height: 200px;\n margin-bottom: 0;\n}\n.comboboxSearchWrapper_0a1b013203 {\n position: sticky;\n top: 0;\n z-index: 12;\n}\n.comboboxNoResults_abcc63b587 {\n margin-top: var(--space-8);\n flex: 1 1 auto;\n height: calc(100% - 20px);\n overflow: hidden;\n position: relative;\n padding: 0 16px;\n display: flex;\n flex-direction: column;\n}\n.comboboxNoResults_abcc63b587 .comboboxMessageWrapper_d6eb4ac512 {\n flex: 1 0 auto;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.comboboxNoResults_abcc63b587 .comboboxMessageWrapper_d6eb4ac512 .comboboxMessage_11970518c7 {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.comboboxNoResults_abcc63b587 .addNewButton_20d213d90a {\n flex: 0 0 auto;\n width: 100% !important;\n margin-bottom: 8px;\n}\n.comboboxNoResults_abcc63b587 .addNewButton_20d213d90a .buttonLabel_11970518c7 {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.comboboxList_a6fdc3e464 {\n display: flex;\n flex-direction: column;\n flex: 1 1 auto;\n padding: 0 4px;\n overflow: hidden;\n}");export{o as default};
1
+ var o={combobox:"combobox_2a6b58ac7b",stickyCategory:"stickyCategory_655c581b7d",comboboxCategory:"comboboxCategory_f52f869d99",sizeSmall:"sizeSmall_69e8df1fdd",sizeMedium:"sizeMedium_6e751c081a",sizeLarge:"sizeLarge_69e8df1fdd",empty:"empty_3fd622d649",comboboxSearchWrapper:"comboboxSearchWrapper_87a3a36527",comboboxNoResults:"comboboxNoResults_0380bb1708",comboboxMessageWrapper:"comboboxMessageWrapper_7558bb58d7",comboboxMessage:"comboboxMessage_8bd31f4821",addNewButton:"addNewButton_b333f04da6",buttonLabel:"buttonLabel_8bd31f4821",comboboxList:"comboboxList_654ea7e05d"};!function(o){const e="s_id-5bf292a5a8b0_4_5_27";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+e))return;const t=document.createElement("style");t.id=e,n.firstChild?n.insertBefore(t,n.firstChild):n.appendChild(t),t.appendChild(document.createTextNode(o))}else globalThis.injectedStyles&&(globalThis.injectedStyles[e]=o)}("/* stylelint-disable */\n/* stylelint-enable */\n/* stylelint-disable selector-class-pattern */\n.combobox_2a6b58ac7b {\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n height: 100%;\n display: flex;\n flex-direction: column;\n position: relative;\n margin-bottom: var(--space-8);\n}\n.combobox_2a6b58ac7b.stickyCategory_655c581b7d .comboboxCategory_f52f869d99 {\n z-index: 10;\n background-color: var(--secondary-background-color);\n}\n/* Relative to Search height */\n.combobox_2a6b58ac7b.stickyCategory_655c581b7d.sizeSmall_69e8df1fdd .comboboxCategory_f52f869d99 {\n top: 32px;\n}\n.combobox_2a6b58ac7b.stickyCategory_655c581b7d.sizeMedium_6e751c081a .comboboxCategory_f52f869d99 {\n top: 40px;\n}\n.combobox_2a6b58ac7b.stickyCategory_655c581b7d.sizeLarge_69e8df1fdd .comboboxCategory_f52f869d99 {\n top: 48px;\n}\n.combobox_2a6b58ac7b.empty_3fd622d649 {\n max-height: 200px;\n margin-bottom: 0;\n}\n.comboboxSearchWrapper_87a3a36527 {\n position: sticky;\n top: 0;\n z-index: 12;\n}\n.comboboxNoResults_0380bb1708 {\n margin-top: var(--space-8);\n flex: 1 1 auto;\n height: calc(100% - 20px);\n overflow: hidden;\n position: relative;\n padding: 0 16px;\n display: flex;\n flex-direction: column;\n}\n.comboboxNoResults_0380bb1708 .comboboxMessageWrapper_7558bb58d7 {\n flex: 1 0 auto;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.comboboxNoResults_0380bb1708 .comboboxMessageWrapper_7558bb58d7 .comboboxMessage_8bd31f4821 {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.comboboxNoResults_0380bb1708 .addNewButton_b333f04da6 {\n flex: 0 0 auto;\n width: 100% !important;\n margin-bottom: 8px;\n}\n.comboboxNoResults_0380bb1708 .addNewButton_b333f04da6 .buttonLabel_8bd31f4821 {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.comboboxList_654ea7e05d {\n display: flex;\n flex-direction: column;\n flex: 1 1 auto;\n padding: 0 4px;\n overflow: hidden;\n}");export{o as default};
2
2
  //# sourceMappingURL=Combobox.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={comboboxItemContainer:"comboboxItemContainer_6cb8f91817",dividerContainer:"dividerContainer_07f6d2fd36",divider:"divider_3520c355bf",sticky:"sticky_9bb135a80d"};!function(e){const n="s_id-cfec7f62c06c_4_5_26";if("undefined"!=typeof document){const i=document.head||document.getElementsByTagName("head")[0];if(i.querySelector("#"+n))return;const t=document.createElement("style");t.id=n,i.firstChild?i.insertBefore(t,i.firstChild):i.appendChild(t),t.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}(".comboboxItemContainer_6cb8f91817 {\n display: flex;\n flex: auto;\n width: 100%;\n background-color: var(--secondary-background-color);\n}\n\n.dividerContainer_07f6d2fd36 {\n position: relative;\n width: 95%;\n}\n\n.divider_3520c355bf {\n position: absolute;\n width: calc(100% + 16px);\n margin-inline-start: -12px;\n}\n\n.sticky_9bb135a80d {\n position: sticky;\n top: 0;\n z-index: 20;\n}");export{e as default};
1
+ var e={comboboxItemContainer:"comboboxItemContainer_2e7662501a",dividerContainer:"dividerContainer_934132e060",divider:"divider_2076d4867d",sticky:"sticky_0d60b13207"};!function(e){const n="s_id-cfec7f62c06c_4_5_27";if("undefined"!=typeof document){const i=document.head||document.getElementsByTagName("head")[0];if(i.querySelector("#"+n))return;const t=document.createElement("style");t.id=n,i.firstChild?i.insertBefore(t,i.firstChild):i.appendChild(t),t.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}(".comboboxItemContainer_2e7662501a {\n display: flex;\n flex: auto;\n width: 100%;\n background-color: var(--secondary-background-color);\n}\n\n.dividerContainer_934132e060 {\n position: relative;\n width: 95%;\n}\n\n.divider_2076d4867d {\n position: absolute;\n width: calc(100% + 16px);\n margin-inline-start: -12px;\n}\n\n.sticky_0d60b13207 {\n position: sticky;\n top: 0;\n z-index: 20;\n}");export{e as default};
2
2
  //# sourceMappingURL=ComboboxHelpers.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={comboboxCategory:"comboboxCategory_7f90809dd1"};!function(e){const t="s_id-ddc89c066e12_4_5_26";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+t))return;const o=document.createElement("style");o.id=t,n.firstChild?n.insertBefore(o,n.firstChild):n.appendChild(o),o.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n/* stylelint-disable selector-class-pattern */\n.comboboxCategory_7f90809dd1 {\n color: var(--placeholder-color);\n display: flex;\n align-items: center;\n padding-top: var(--space-8);\n}");export{e as default};
1
+ var e={comboboxCategory:"comboboxCategory_297704ca84"};!function(e){const t="s_id-ddc89c066e12_4_5_27";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+t))return;const o=document.createElement("style");o.id=t,n.firstChild?n.insertBefore(o,n.firstChild):n.appendChild(o),o.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n/* stylelint-disable selector-class-pattern */\n.comboboxCategory_297704ca84 {\n color: var(--placeholder-color);\n display: flex;\n align-items: center;\n padding-top: var(--space-8);\n}");export{e as default};
2
2
  //# sourceMappingURL=ComboboxCategory.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={scrollableContainer:"scrollableContainer_9ac02d396d",optionsContainer:"optionsContainer_554d48f9d4",categoryWithOptions:"categoryWithOptions_4a1be042e2",firstCategory:"firstCategory_2366efb76b",categoryWithoutOptions:"categoryWithoutOptions_2643de2cc4"};!function(e){const t="s_id-9dc0ac18aa3d_4_5_26";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+t))return;const o=document.createElement("style");o.id=t,n.firstChild?n.insertBefore(o,n.firstChild):n.appendChild(o),o.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n.scrollableContainer_9ac02d396d::-webkit-scrollbar {\n width: 4px;\n height: 6px;\n}\n.scrollableContainer_9ac02d396d::-webkit-scrollbar-thumb {\n background-color: var(--ui-border-color);\n border-radius: 4px;\n}\n.optionsContainer_554d48f9d4 {\n overflow-x: visible;\n overflow-y: auto;\n margin-top: var(--space-8);\n}\n.categoryWithOptions_4a1be042e2.firstCategory_2366efb76b,\n.categoryWithoutOptions_2643de2cc4.firstCategory_2366efb76b {\n padding-top: 0;\n}\n.categoryWithOptions_4a1be042e2 {\n margin-bottom: var(--space-4);\n}\n.categoryWithoutOptions_2643de2cc4 {\n margin-bottom: 0;\n}");export{e as default};
1
+ var t={scrollableContainer:"scrollableContainer_0d3294cdb7",optionsContainer:"optionsContainer_be43a08f18",categoryWithOptions:"categoryWithOptions_df96260561",firstCategory:"firstCategory_0df9af8ff7",categoryWithoutOptions:"categoryWithoutOptions_261f73cbec"};!function(t){const e="s_id-9dc0ac18aa3d_4_5_27";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+e))return;const o=document.createElement("style");o.id=e,n.firstChild?n.insertBefore(o,n.firstChild):n.appendChild(o),o.appendChild(document.createTextNode(t))}else globalThis.injectedStyles&&(globalThis.injectedStyles[e]=t)}("/* stylelint-disable */\n/* stylelint-enable */\n.scrollableContainer_0d3294cdb7::-webkit-scrollbar {\n width: 4px;\n height: 6px;\n}\n.scrollableContainer_0d3294cdb7::-webkit-scrollbar-thumb {\n background-color: var(--ui-border-color);\n border-radius: 4px;\n}\n.optionsContainer_be43a08f18 {\n overflow-x: visible;\n overflow-y: auto;\n margin-top: var(--space-8);\n}\n.categoryWithOptions_df96260561.firstCategory_0df9af8ff7,\n.categoryWithoutOptions_261f73cbec.firstCategory_0df9af8ff7 {\n padding-top: 0;\n}\n.categoryWithOptions_df96260561 {\n margin-bottom: var(--space-4);\n}\n.categoryWithoutOptions_261f73cbec {\n margin-bottom: 0;\n}");export{t as default};
2
2
  //# sourceMappingURL=ComboboxItems.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var o={comboboxOption:"comboboxOption_3ab9ace126",disabled:"disabled_ab96bb0dfb",selected:"selected_d95f7053ff",active:"active_2725ff4681",activeOutline:"activeOutline_b41d884604",optionLabel:"optionLabel_6ef70bb13c",optionIcon:"optionIcon_73e91f1c72",left:"left_23b4892b2e"};!function(o){const e="s_id-3db504899945_4_5_26";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+e))return;const t=document.createElement("style");t.id=e,n.firstChild?n.insertBefore(t,n.firstChild):n.appendChild(t),t.appendChild(document.createTextNode(o))}else globalThis.injectedStyles&&(globalThis.injectedStyles[e]=o)}("/* stylelint-disable */\n/* stylelint-enable */\n/* stylelint-disable selector-class-pattern */\n.comboboxOption_3ab9ace126 {\n padding: 8px;\n width: 100%;\n border-radius: 4px;\n display: flex;\n align-items: center;\n overflow: hidden;\n cursor: pointer;\n user-select: none;\n}\n.comboboxOption_3ab9ace126.disabled_ab96bb0dfb {\n cursor: not-allowed;\n border-color: var(--disabled-background-color);\n color: var(--disabled-text-color);\n cursor: not-allowed;\n}\n.comboboxOption_3ab9ace126.disabled_ab96bb0dfb:hover {\n background-color: transparent;\n}\n.comboboxOption_3ab9ace126.selected_d95f7053ff {\n background-color: var(--primary-selected-color);\n}\n.comboboxOption_3ab9ace126:hover:not(.disabled_ab96bb0dfb):not(.selected_d95f7053ff),\n.comboboxOption_3ab9ace126.active_2725ff4681 {\n color: var(--primary-text-color);\n background-color: var(--primary-background-hover-color);\n position: relative;\n}\n.comboboxOption_3ab9ace126.activeOutline_b41d884604 {\n outline: none;\n z-index: 11;\n border-radius: 4px;\n box-shadow: 0 0 0 3px hsla(209, 100%, 50%, 0.5) inset, 0 0 0 1px var(--primary-hover-color) inset;\n background-color: var(--secondary-background-color);\n}\n.comboboxOption_3ab9ace126 .optionLabel_6ef70bb13c {\n flex: 1 1 auto;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.comboboxOption_3ab9ace126 .optionIcon_73e91f1c72 {\n flex: 0 0 auto;\n}\n.comboboxOption_3ab9ace126 .optionIcon_73e91f1c72.left_23b4892b2e {\n margin-inline-end: 4px;\n}");export{o as default};
1
+ var o={comboboxOption:"comboboxOption_87da57aa3c",disabled:"disabled_84db6df2f7",selected:"selected_e9c35760ad",active:"active_3b18e84945",activeOutline:"activeOutline_41ce339450",optionLabel:"optionLabel_4343b77d23",optionIcon:"optionIcon_8f6c6f6a64",left:"left_61b5af3d2e"};!function(o){const e="s_id-3db504899945_4_5_27";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+e))return;const a=document.createElement("style");a.id=e,n.firstChild?n.insertBefore(a,n.firstChild):n.appendChild(a),a.appendChild(document.createTextNode(o))}else globalThis.injectedStyles&&(globalThis.injectedStyles[e]=o)}("/* stylelint-disable */\n/* stylelint-enable */\n/* stylelint-disable selector-class-pattern */\n.comboboxOption_87da57aa3c {\n padding: 8px;\n width: 100%;\n border-radius: 4px;\n display: flex;\n align-items: center;\n overflow: hidden;\n cursor: pointer;\n user-select: none;\n}\n.comboboxOption_87da57aa3c.disabled_84db6df2f7 {\n cursor: not-allowed;\n border-color: var(--disabled-background-color);\n color: var(--disabled-text-color);\n cursor: not-allowed;\n}\n.comboboxOption_87da57aa3c.disabled_84db6df2f7:hover {\n background-color: transparent;\n}\n.comboboxOption_87da57aa3c.selected_e9c35760ad {\n background-color: var(--primary-selected-color);\n}\n.comboboxOption_87da57aa3c:hover:not(.disabled_84db6df2f7):not(.selected_e9c35760ad),\n.comboboxOption_87da57aa3c.active_3b18e84945 {\n color: var(--primary-text-color);\n background-color: var(--primary-background-hover-color);\n position: relative;\n}\n.comboboxOption_87da57aa3c.activeOutline_41ce339450 {\n outline: none;\n z-index: 11;\n border-radius: 4px;\n box-shadow: 0 0 0 3px hsla(209, 100%, 50%, 0.5) inset, 0 0 0 1px var(--primary-hover-color) inset;\n background-color: var(--secondary-background-color);\n}\n.comboboxOption_87da57aa3c .optionLabel_4343b77d23 {\n flex: 1 1 auto;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.comboboxOption_87da57aa3c .optionIcon_8f6c6f6a64 {\n flex: 0 0 auto;\n}\n.comboboxOption_87da57aa3c .optionIcon_8f6c6f6a64.left_61b5af3d2e {\n margin-inline-end: 4px;\n}");export{o as default};
2
2
  //# sourceMappingURL=ComboboxOption.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={stickyCategoryHeader:"stickyCategoryHeader_2c0c309335"};!function(e){const t="s_id-c981e92fbca0_4_5_26";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+t))return;const c=document.createElement("style");c.id=t,n.firstChild?n.insertBefore(c,n.firstChild):n.appendChild(c),c.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}(".stickyCategoryHeader_2c0c309335 {\n position: absolute;\n z-index: 10;\n width: calc(100% - 12px);\n background-color: var(--primary-background-color);\n padding-block: 10px var(--space-4);\n display: flex;\n align-items: center;\n}");export{e as default};
1
+ var e={stickyCategoryHeader:"stickyCategoryHeader_6ef0e903b0"};!function(e){const t="s_id-c981e92fbca0_4_5_27";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+t))return;const a=document.createElement("style");a.id=t,n.firstChild?n.insertBefore(a,n.firstChild):n.appendChild(a),a.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}(".stickyCategoryHeader_6ef0e903b0 {\n position: absolute;\n z-index: 10;\n width: calc(100% - 12px);\n background-color: var(--primary-background-color);\n padding-block: 10px var(--space-4);\n display: flex;\n align-items: center;\n}");export{e as default};
2
2
  //# sourceMappingURL=StickyCategoryHeader.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={list:"list_59ac536236"};!function(e){const t="s_id-ed9bf484fec4_4_5_26";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+t))return;const o=document.createElement("style");o.id=t,n.firstChild?n.insertBefore(o,n.firstChild):n.appendChild(o),o.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}("/* stylelint-disable selector-class-pattern */\n/* stylelint-disable */\n/* stylelint-enable */\n.list_59ac536236 {\n margin: 0;\n padding: 0;\n overflow: auto;\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n}\n.list_59ac536236::-webkit-scrollbar {\n width: 4px;\n height: 6px;\n}\n.list_59ac536236::-webkit-scrollbar-thumb {\n background-color: var(--ui-border-color);\n border-radius: 4px;\n}");export{e as default};
1
+ var e={list:"list_c54b6a93c0"};!function(e){const t="s_id-ed9bf484fec4_4_5_27";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+t))return;const o=document.createElement("style");o.id=t,n.firstChild?n.insertBefore(o,n.firstChild):n.appendChild(o),o.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}("/* stylelint-disable selector-class-pattern */\n/* stylelint-disable */\n/* stylelint-enable */\n.list_c54b6a93c0 {\n margin: 0;\n padding: 0;\n overflow: auto;\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n}\n.list_c54b6a93c0::-webkit-scrollbar {\n width: 4px;\n height: 6px;\n}\n.list_c54b6a93c0::-webkit-scrollbar-thumb {\n background-color: var(--ui-border-color);\n border-radius: 4px;\n}");export{e as default};
2
2
  //# sourceMappingURL=List.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={scrollableContainer:"scrollableContainer_c06fe8c269"};!function(e){const n="s_id-8a3397ff1208_4_5_26";if("undefined"!=typeof document){const l=document.head||document.getElementsByTagName("head")[0];if(l.querySelector("#"+n))return;const t=document.createElement("style");t.id=n,l.firstChild?l.insertBefore(t,l.firstChild):l.appendChild(t),t.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n.scrollableContainer_c06fe8c269 {\n margin: 0;\n padding: 0;\n overflow: auto;\n}\n.scrollableContainer_c06fe8c269::-webkit-scrollbar {\n width: 4px;\n height: 6px;\n}\n.scrollableContainer_c06fe8c269::-webkit-scrollbar-thumb {\n background-color: var(--ui-border-color);\n border-radius: 4px;\n}");export{e as default};
1
+ var e={scrollableContainer:"scrollableContainer_6d7621c674"};!function(e){const n="s_id-8a3397ff1208_4_5_27";if("undefined"!=typeof document){const l=document.head||document.getElementsByTagName("head")[0];if(l.querySelector("#"+n))return;const t=document.createElement("style");t.id=n,l.firstChild?l.insertBefore(t,l.firstChild):l.appendChild(t),t.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n.scrollableContainer_6d7621c674 {\n margin: 0;\n padding: 0;\n overflow: auto;\n}\n.scrollableContainer_6d7621c674::-webkit-scrollbar {\n width: 4px;\n height: 6px;\n}\n.scrollableContainer_6d7621c674::-webkit-scrollbar-thumb {\n background-color: var(--ui-border-color);\n border-radius: 4px;\n}");export{e as default};
2
2
  //# sourceMappingURL=VirtualizedListItems.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={listItem:"listItem_9623e167e7","focus-visible":"focus-visible_be3cf479ca",disabled:"disabled_4706a872c7",selected:"selected_d95f7053ff",small:"small_496dbea924",medium:"medium_214c7f4a63",large:"large_413eea6565"};!function(e){const n="s_id-8402a299d384_4_5_26";if("undefined"!=typeof document){const l=document.head||document.getElementsByTagName("head")[0];if(l.querySelector("#"+n))return;const t=document.createElement("style");t.id=n,l.firstChild?l.insertBefore(t,l.firstChild):l.appendChild(t),t.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}("/* stylelint-disable selector-class-pattern */\n/* stylelint-disable */\n/* stylelint-enable */\n.listItem_9623e167e7 {\n display: flex;\n align-items: center;\n padding: 8px 16px;\n border-radius: 4px;\n cursor: pointer;\n}\n.listItem_9623e167e7:focus-visible, .listItem_9623e167e7.focus-visible_be3cf479ca {\n outline: none;\n z-index: 11;\n border-radius: 4px;\n box-shadow: 0 0 0 3px hsla(209, 100%, 50%, 0.5) inset, 0 0 0 1px var(--primary-hover-color) inset;\n}\n.listItem_9623e167e7:focus:not(.focus-visible_be3cf479ca) {\n outline: none;\n}\n.listItem_9623e167e7:hover {\n background-color: var(--primary-background-hover-color);\n}\n.disabled_4706a872c7 {\n cursor: not-allowed;\n}\n.disabled_4706a872c7:hover {\n background-color: transparent;\n}\n.selected_d95f7053ff {\n background-color: var(--primary-selected-color);\n}\n.selected_d95f7053ff:hover {\n background-color: var(--primary-selected-color);\n}\n.small_496dbea924 {\n height: 32px;\n}\n.medium_214c7f4a63 {\n height: 40px;\n}\n.large_413eea6565 {\n height: 48px;\n}");export{e as default};
1
+ var e={listItem:"listItem_2a727ac969","focus-visible":"focus-visible_162a82aa8b",disabled:"disabled_490ef2b5a6",selected:"selected_e9c35760ad",small:"small_2d8afe26b9",medium:"medium_d15ab172c8",large:"large_0c78ec15e5"};!function(e){const n="s_id-8402a299d384_4_5_27";if("undefined"!=typeof document){const a=document.head||document.getElementsByTagName("head")[0];if(a.querySelector("#"+n))return;const l=document.createElement("style");l.id=n,a.firstChild?a.insertBefore(l,a.firstChild):a.appendChild(l),l.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}("/* stylelint-disable selector-class-pattern */\n/* stylelint-disable */\n/* stylelint-enable */\n.listItem_2a727ac969 {\n display: flex;\n align-items: center;\n padding: 8px 16px;\n border-radius: 4px;\n cursor: pointer;\n}\n.listItem_2a727ac969:focus-visible, .listItem_2a727ac969.focus-visible_162a82aa8b {\n outline: none;\n z-index: 11;\n border-radius: 4px;\n box-shadow: 0 0 0 3px hsla(209, 100%, 50%, 0.5) inset, 0 0 0 1px var(--primary-hover-color) inset;\n}\n.listItem_2a727ac969:focus:not(.focus-visible_162a82aa8b) {\n outline: none;\n}\n.listItem_2a727ac969:hover {\n background-color: var(--primary-background-hover-color);\n}\n.disabled_490ef2b5a6 {\n cursor: not-allowed;\n}\n.disabled_490ef2b5a6:hover {\n background-color: transparent;\n}\n.selected_e9c35760ad {\n background-color: var(--primary-selected-color);\n}\n.selected_e9c35760ad:hover {\n background-color: var(--primary-selected-color);\n}\n.small_2d8afe26b9 {\n height: 32px;\n}\n.medium_d15ab172c8 {\n height: 40px;\n}\n.large_0c78ec15e5 {\n height: 48px;\n}");export{e as default};
2
2
  //# sourceMappingURL=ListItem.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={listItemAvatar:"listItemAvatar_3f6ee0f6f1",avatar:"avatar_9caf401735"};!function(e){const t="s_id-4e549e461b77_4_5_26";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+t))return;const a=document.createElement("style");a.id=t,n.firstChild?n.insertBefore(a,n.firstChild):n.appendChild(a),a.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n.listItemAvatar_3f6ee0f6f1 {\n display: flex;\n align-items: center;\n color: var(--primary-text-color);\n}\n.avatar_9caf401735 {\n width: 22px;\n height: 22px;\n margin-inline-end: var(--space-8);\n}");export{e as default};
1
+ var e={listItemAvatar:"listItemAvatar_468bf5a95a",avatar:"avatar_c88e35e49c"};!function(e){const t="s_id-4e549e461b77_4_5_27";if("undefined"!=typeof document){const a=document.head||document.getElementsByTagName("head")[0];if(a.querySelector("#"+t))return;const n=document.createElement("style");n.id=t,a.firstChild?a.insertBefore(n,a.firstChild):a.appendChild(n),n.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n.listItemAvatar_468bf5a95a {\n display: flex;\n align-items: center;\n color: var(--primary-text-color);\n}\n.avatar_c88e35e49c {\n width: 22px;\n height: 22px;\n margin-inline-end: var(--space-8);\n}");export{e as default};
2
2
  //# sourceMappingURL=ListItemAvatar.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={listItemIcon:"listItemIcon_3f6ee0f6f1",start:"start_ab4cb82de2",end:"end_713e6ede77"};!function(e){const n="s_id-1b4ecdbffa23_4_5_26";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+n))return;const i=document.createElement("style");i.id=n,t.firstChild?t.insertBefore(i,t.firstChild):t.appendChild(i),i.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n.listItemIcon_3f6ee0f6f1 {\n display: flex;\n align-items: center;\n color: var(--primary-text-color);\n}\n.start_ab4cb82de2 {\n margin-inline-end: var(--space-8);\n}\n.end_713e6ede77 {\n margin-inline-start: var(--space-8);\n}");export{e as default};
1
+ var e={listItemIcon:"listItemIcon_468bf5a95a",start:"start_ce6e7af20d",end:"end_0602a02655"};!function(e){const n="s_id-1b4ecdbffa23_4_5_27";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+n))return;const a=document.createElement("style");a.id=n,t.firstChild?t.insertBefore(a,t.firstChild):t.appendChild(a),a.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n.listItemIcon_468bf5a95a {\n display: flex;\n align-items: center;\n color: var(--primary-text-color);\n}\n.start_ce6e7af20d {\n margin-inline-end: var(--space-8);\n}\n.end_0602a02655 {\n margin-inline-start: var(--space-8);\n}");export{e as default};
2
2
  //# sourceMappingURL=ListItemIcon.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={listTitle:"listTitle_7ce8aafb92"};!function(e){const t="s_id-76c16cf3efba_4_5_26";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+t))return;const i=document.createElement("style");i.id=t,n.firstChild?n.insertBefore(i,n.firstChild):n.appendChild(i),i.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n.listTitle_7ce8aafb92 {\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n padding: var(--space-16) var(--space-16) var(--space-8);\n border-radius: var(--border-radius-small);\n}");export{e as default};
1
+ var e={listTitle:"listTitle_aac06989e4"};!function(e){const t="s_id-76c16cf3efba_4_5_27";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+t))return;const i=document.createElement("style");i.id=t,n.firstChild?n.insertBefore(i,n.firstChild):n.appendChild(i),i.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n.listTitle_aac06989e4 {\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n padding: var(--space-16) var(--space-16) var(--space-8);\n border-radius: var(--border-radius-small);\n}");export{e as default};
2
2
  //# sourceMappingURL=ListTitle.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var n={container:"container_22ae423a1b",overlay:"overlay_58b57a6ee3",centerPop:"centerPop_87a6dbcfce",anchorPop:"anchorPop_87a6dbcfce",modal:"modal_ae8dfae758",fixedPosition:"fixedPosition_18ee78b659",withHeaderAction:"withHeaderAction_21dc9fca6d",sizeSmall:"sizeSmall_10e317baa5",sizeMedium:"sizeMedium_8c69a59328",sizeLarge:"sizeLarge_036a5fe130",sizeFullView:"sizeFullView_be77c2e496",containerEnter:"containerEnter_a32de0a5e4",fullView:"fullView_436706d796",containerEnterActive:"containerEnterActive_9ca9556614",centerPopIn:"centerPopIn_9b336c6fb0",anchorPopIn:"anchorPopIn_518bb1b536",fullViewIn:"fullViewIn_4f18feb7e7",containerExitActive:"containerExitActive_988dae0313",centerPopOut:"centerPopOut_93c1183d10",anchorPopOut:"anchorPopOut_0d6e002447",fullViewOut:"fullViewOut_4d8b018cd5"};!function(n){const a="s_id-72e80303fba3_4_5_26";if("undefined"!=typeof document){const e=document.head||document.getElementsByTagName("head")[0];if(e.querySelector("#"+a))return;const t=document.createElement("style");t.id=a,e.firstChild?e.insertBefore(t,e.firstChild):e.appendChild(t),t.appendChild(document.createTextNode(n))}else globalThis.injectedStyles&&(globalThis.injectedStyles[a]=n)}(".container_22ae423a1b {\n position: fixed;\n inset: 0;\n z-index: var(--monday-modal-z-index, 10000);\n}\n\n.overlay_58b57a6ee3 {\n position: fixed;\n inset: 0;\n height: 100%;\n background-color: var(--backdrop-color);\n}\n\n.centerPop_87a6dbcfce {\n transform: translate(-50%, -50%);\n}\n\n.anchorPop_87a6dbcfce {\n transform: translate(-50%, -50%);\n}\n\n.modal_ae8dfae758 {\n --top-actions-margin-inline: var(--space-24);\n --top-actions-margin-block: var(--space-24);\n --top-actions-width: var(--space-32);\n --modal-inline-padding: var(--space-32);\n position: relative;\n top: 50%;\n left: 50%;\n display: flex;\n flex-direction: column;\n width: var(--modal-width);\n max-height: var(--modal-max-height);\n background-color: var(--primary-background-color);\n overflow: hidden;\n border-radius: var(--border-radius-big);\n box-shadow: var(--box-shadow-large);\n outline: none;\n}\n\n.modal_ae8dfae758.fixedPosition_18ee78b659 {\n position: fixed;\n}\n\n.modal_ae8dfae758.withHeaderAction_21dc9fca6d {\n --top-actions-width: calc(var(--space-32) * 2);\n}\n\n.modal_ae8dfae758.sizeSmall_10e317baa5 {\n --modal-max-height: 50%;\n --modal-width: 460px;\n}\n\n.modal_ae8dfae758.sizeMedium_8c69a59328 {\n --modal-max-height: 80%;\n --modal-width: 540px;\n}\n\n.modal_ae8dfae758.sizeLarge_036a5fe130 {\n --modal-max-height: 80%;\n --modal-width: 800px;\n}\n\n.modal_ae8dfae758.sizeFullView_be77c2e496 {\n --top-actions-margin-inline: var(--space-32);\n --modal-max-height: 100%;\n --modal-width: auto;\n position: fixed;\n inset: 0;\n height: calc(100% - 40px);\n margin-inline: var(--space-24);\n margin-block-start: 40px;\n border-end-start-radius: unset;\n border-end-end-radius: unset;\n}\n\n@media (min-width: 1280px) {\n .modal_ae8dfae758.sizeSmall_10e317baa5 {\n --modal-width: 480px;\n }\n .modal_ae8dfae758.sizeMedium_8c69a59328 {\n --modal-width: 580px;\n }\n .modal_ae8dfae758.sizeLarge_036a5fe130 {\n --modal-width: 840px;\n }\n}\n\n@media (min-width: 1440px) {\n .modal_ae8dfae758.sizeSmall_10e317baa5 {\n --modal-width: 520px;\n }\n .modal_ae8dfae758.sizeMedium_8c69a59328 {\n --modal-width: 620px;\n }\n .modal_ae8dfae758.sizeLarge_036a5fe130 {\n --modal-width: 900px;\n }\n}\n\n@media (min-width: 1720px) {\n .modal_ae8dfae758.sizeFullView_be77c2e496 {\n margin-inline: 40px;\n }\n}\n\n.containerEnter_a32de0a5e4 .overlay_58b57a6ee3 {\n opacity: 0;\n}\n\n.containerEnter_a32de0a5e4 .centerPop_87a6dbcfce {\n opacity: 0;\n transform: translate(-50%, -50%) scale(0.8);\n}\n\n.containerEnter_a32de0a5e4 .anchorPop_87a6dbcfce {\n opacity: 0;\n transform: translate(calc(-50% + var(--modal-start-x, 0px)), calc(-50% + var(--modal-start-y, 0px))) scale(0.8);\n}\n\n.containerEnter_a32de0a5e4 .fullView_436706d796 {\n opacity: 0.3;\n transform: translateY(30px);\n}\n\n.containerEnterActive_9ca9556614 .overlay_58b57a6ee3 {\n opacity: 1;\n transition: opacity 100ms cubic-bezier(0, 0, 0.4, 1);\n}\n\n.containerEnterActive_9ca9556614 .centerPop_87a6dbcfce {\n animation: centerPopIn_9b336c6fb0 150ms cubic-bezier(0, 0, 0.4, 1) forwards;\n}\n\n.containerEnterActive_9ca9556614 .anchorPop_87a6dbcfce {\n animation: anchorPopIn_518bb1b536 200ms cubic-bezier(0, 0, 0.4, 1) forwards;\n}\n\n.containerEnterActive_9ca9556614 .fullView_436706d796 {\n animation: fullViewIn_4f18feb7e7 250ms cubic-bezier(0, 0, 0.4, 1) forwards;\n}\n\n.containerExitActive_988dae0313 .overlay_58b57a6ee3 {\n opacity: 0;\n transition: opacity 100ms cubic-bezier(0.6, 0, 1, 1);\n}\n\n.containerExitActive_988dae0313 .centerPop_87a6dbcfce {\n animation: centerPopOut_93c1183d10 100ms cubic-bezier(0.6, 0, 1, 1) forwards;\n}\n\n.containerExitActive_988dae0313 .anchorPop_87a6dbcfce {\n animation: anchorPopOut_0d6e002447 150ms cubic-bezier(0.6, 0, 1, 1) forwards;\n}\n\n.containerExitActive_988dae0313 .fullView_436706d796 {\n animation: fullViewOut_4d8b018cd5 100ms cubic-bezier(0.6, 0, 1, 1) forwards;\n}\n\n@keyframes centerPopIn_9b336c6fb0 {\n 0% {\n opacity: 0;\n transform: translate(-50%, -50%) scale(0.8);\n }\n 50%, 100% {\n opacity: 1;\n transform: translate(-50%, -50%) scale(1);\n }\n}\n\n@keyframes centerPopOut_93c1183d10 {\n 0%, 50% {\n opacity: 1;\n transform: translate(-50%, -50%) scale(1);\n }\n 100% {\n opacity: 0;\n transform: translate(-50%, -50%) scale(0.8);\n }\n}\n\n@keyframes anchorPopIn_518bb1b536 {\n 0%, 40% {\n opacity: 0;\n transform: translate(calc(-50% + var(--modal-start-x, 0px)), calc(-50% + var(--modal-start-y, 0px))) scale(0.8);\n }\n 100% {\n opacity: 1;\n transform: translate(-50%, -50%) scale(1);\n }\n}\n\n@keyframes anchorPopOut_0d6e002447 {\n 0% {\n opacity: 1;\n transform: translate(-50%, -50%) scale(1);\n }\n 60%, 100% {\n opacity: 0;\n transform: translate(calc(-50% + var(--modal-start-x, 0px)), calc(-50% + var(--modal-start-y, 0px))) scale(0.8);\n }\n}\n\n@keyframes fullViewIn_4f18feb7e7 {\n 0% {\n opacity: 0.3;\n transform: translateY(30px);\n }\n 33% {\n opacity: 1;\n }\n 100% {\n opacity: 1;\n transform: translateY(0);\n }\n}\n\n@keyframes fullViewOut_4d8b018cd5 {\n from {\n opacity: 1;\n transform: translateY(0);\n }\n to {\n opacity: 0;\n transform: translateY(30px);\n }\n}");export{n as default};
1
+ var n={container:"container_906a3eba5e",overlay:"overlay_93e48f6fe3",centerPop:"centerPop_a485309979",anchorPop:"anchorPop_a485309979",modal:"modal_b2d5501cdf",fixedPosition:"fixedPosition_1e924c27b5",withHeaderAction:"withHeaderAction_2f9a38a109",sizeSmall:"sizeSmall_972eda0ed0",sizeMedium:"sizeMedium_b1c550ea94",sizeLarge:"sizeLarge_6b12e2ac5a",sizeFullView:"sizeFullView_64b6a67ffd",containerEnter:"containerEnter_daea1f0836",fullView:"fullView_e9da9b4efe",containerEnterActive:"containerEnterActive_b105f08570",centerPopIn:"centerPopIn_438358cc86",anchorPopIn:"anchorPopIn_219a5782b1",fullViewIn:"fullViewIn_d62b81a4e6",containerExitActive:"containerExitActive_4821e7c7d9",centerPopOut:"centerPopOut_307aa1bd49",anchorPopOut:"anchorPopOut_ecb90d51d9",fullViewOut:"fullViewOut_6baa9b817e"};!function(n){const a="s_id-72e80303fba3_4_5_27";if("undefined"!=typeof document){const e=document.head||document.getElementsByTagName("head")[0];if(e.querySelector("#"+a))return;const t=document.createElement("style");t.id=a,e.firstChild?e.insertBefore(t,e.firstChild):e.appendChild(t),t.appendChild(document.createTextNode(n))}else globalThis.injectedStyles&&(globalThis.injectedStyles[a]=n)}(".container_906a3eba5e {\n position: fixed;\n inset: 0;\n z-index: var(--monday-modal-z-index, 10000);\n}\n\n.overlay_93e48f6fe3 {\n position: fixed;\n inset: 0;\n height: 100%;\n background-color: var(--backdrop-color);\n}\n\n.centerPop_a485309979 {\n transform: translate(-50%, -50%);\n}\n\n.anchorPop_a485309979 {\n transform: translate(-50%, -50%);\n}\n\n.modal_b2d5501cdf {\n --top-actions-margin-inline: var(--space-24);\n --top-actions-margin-block: var(--space-24);\n --top-actions-width: var(--space-32);\n --modal-inline-padding: var(--space-32);\n position: relative;\n top: 50%;\n left: 50%;\n display: flex;\n flex-direction: column;\n width: var(--modal-width);\n max-height: var(--modal-max-height);\n background-color: var(--primary-background-color);\n overflow: hidden;\n border-radius: var(--border-radius-big);\n box-shadow: var(--box-shadow-large);\n outline: none;\n}\n\n.modal_b2d5501cdf.fixedPosition_1e924c27b5 {\n position: fixed;\n}\n\n.modal_b2d5501cdf.withHeaderAction_2f9a38a109 {\n --top-actions-width: calc(var(--space-32) * 2);\n}\n\n.modal_b2d5501cdf.sizeSmall_972eda0ed0 {\n --modal-max-height: 50%;\n --modal-width: 460px;\n}\n\n.modal_b2d5501cdf.sizeMedium_b1c550ea94 {\n --modal-max-height: 80%;\n --modal-width: 540px;\n}\n\n.modal_b2d5501cdf.sizeLarge_6b12e2ac5a {\n --modal-max-height: 80%;\n --modal-width: 800px;\n}\n\n.modal_b2d5501cdf.sizeFullView_64b6a67ffd {\n --top-actions-margin-inline: var(--space-32);\n --modal-max-height: 100%;\n --modal-width: auto;\n position: fixed;\n inset: 0;\n height: calc(100% - 40px);\n margin-inline: var(--space-24);\n margin-block-start: 40px;\n border-end-start-radius: unset;\n border-end-end-radius: unset;\n}\n\n@media (min-width: 1280px) {\n .modal_b2d5501cdf.sizeSmall_972eda0ed0 {\n --modal-width: 480px;\n }\n .modal_b2d5501cdf.sizeMedium_b1c550ea94 {\n --modal-width: 580px;\n }\n .modal_b2d5501cdf.sizeLarge_6b12e2ac5a {\n --modal-width: 840px;\n }\n}\n\n@media (min-width: 1440px) {\n .modal_b2d5501cdf.sizeSmall_972eda0ed0 {\n --modal-width: 520px;\n }\n .modal_b2d5501cdf.sizeMedium_b1c550ea94 {\n --modal-width: 620px;\n }\n .modal_b2d5501cdf.sizeLarge_6b12e2ac5a {\n --modal-width: 900px;\n }\n}\n\n@media (min-width: 1720px) {\n .modal_b2d5501cdf.sizeFullView_64b6a67ffd {\n margin-inline: 40px;\n }\n}\n\n.containerEnter_daea1f0836 .overlay_93e48f6fe3 {\n opacity: 0;\n}\n\n.containerEnter_daea1f0836 .centerPop_a485309979 {\n opacity: 0;\n transform: translate(-50%, -50%) scale(0.8);\n}\n\n.containerEnter_daea1f0836 .anchorPop_a485309979 {\n opacity: 0;\n transform: translate(calc(-50% + var(--modal-start-x, 0px)), calc(-50% + var(--modal-start-y, 0px))) scale(0.8);\n}\n\n.containerEnter_daea1f0836 .fullView_e9da9b4efe {\n opacity: 0.3;\n transform: translateY(30px);\n}\n\n.containerEnterActive_b105f08570 .overlay_93e48f6fe3 {\n opacity: 1;\n transition: opacity 100ms cubic-bezier(0, 0, 0.4, 1);\n}\n\n.containerEnterActive_b105f08570 .centerPop_a485309979 {\n animation: centerPopIn_438358cc86 150ms cubic-bezier(0, 0, 0.4, 1) forwards;\n}\n\n.containerEnterActive_b105f08570 .anchorPop_a485309979 {\n animation: anchorPopIn_219a5782b1 200ms cubic-bezier(0, 0, 0.4, 1) forwards;\n}\n\n.containerEnterActive_b105f08570 .fullView_e9da9b4efe {\n animation: fullViewIn_d62b81a4e6 250ms cubic-bezier(0, 0, 0.4, 1) forwards;\n}\n\n.containerExitActive_4821e7c7d9 .overlay_93e48f6fe3 {\n opacity: 0;\n transition: opacity 100ms cubic-bezier(0.6, 0, 1, 1);\n}\n\n.containerExitActive_4821e7c7d9 .centerPop_a485309979 {\n animation: centerPopOut_307aa1bd49 100ms cubic-bezier(0.6, 0, 1, 1) forwards;\n}\n\n.containerExitActive_4821e7c7d9 .anchorPop_a485309979 {\n animation: anchorPopOut_ecb90d51d9 150ms cubic-bezier(0.6, 0, 1, 1) forwards;\n}\n\n.containerExitActive_4821e7c7d9 .fullView_e9da9b4efe {\n animation: fullViewOut_6baa9b817e 100ms cubic-bezier(0.6, 0, 1, 1) forwards;\n}\n\n@keyframes centerPopIn_438358cc86 {\n 0% {\n opacity: 0;\n transform: translate(-50%, -50%) scale(0.8);\n }\n 50%, 100% {\n opacity: 1;\n transform: translate(-50%, -50%) scale(1);\n }\n}\n\n@keyframes centerPopOut_307aa1bd49 {\n 0%, 50% {\n opacity: 1;\n transform: translate(-50%, -50%) scale(1);\n }\n 100% {\n opacity: 0;\n transform: translate(-50%, -50%) scale(0.8);\n }\n}\n\n@keyframes anchorPopIn_219a5782b1 {\n 0%, 40% {\n opacity: 0;\n transform: translate(calc(-50% + var(--modal-start-x, 0px)), calc(-50% + var(--modal-start-y, 0px))) scale(0.8);\n }\n 100% {\n opacity: 1;\n transform: translate(-50%, -50%) scale(1);\n }\n}\n\n@keyframes anchorPopOut_ecb90d51d9 {\n 0% {\n opacity: 1;\n transform: translate(-50%, -50%) scale(1);\n }\n 60%, 100% {\n opacity: 0;\n transform: translate(calc(-50% + var(--modal-start-x, 0px)), calc(-50% + var(--modal-start-y, 0px))) scale(0.8);\n }\n}\n\n@keyframes fullViewIn_d62b81a4e6 {\n 0% {\n opacity: 0.3;\n transform: translateY(30px);\n }\n 33% {\n opacity: 1;\n }\n 100% {\n opacity: 1;\n transform: translateY(0);\n }\n}\n\n@keyframes fullViewOut_6baa9b817e {\n from {\n opacity: 1;\n transform: translateY(0);\n }\n to {\n opacity: 0;\n transform: translateY(30px);\n }\n}");export{n as default};
2
2
  //# sourceMappingURL=Modal.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={header:"header_50d1fa0e2f",title:"title_238a16634c",descriptionIcon:"descriptionIcon_e485204a43"};!function(e){const n="s_id-348c193d77fe_4_5_26";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+n))return;const d=document.createElement("style");d.id=n,t.firstChild?t.insertBefore(d,t.firstChild):t.appendChild(d),d.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}(".header_50d1fa0e2f {\n width: 100%;\n align-self: flex-start;\n}\n.header_50d1fa0e2f .title_238a16634c {\n width: 100%;\n}\n.header_50d1fa0e2f .descriptionIcon_e485204a43 {\n flex-shrink: 0;\n margin-inline-end: var(--space-4);\n color: var(--icon-color);\n}");export{e as default};
1
+ var e={header:"header_dae4be334c",title:"title_6618c13bd0",descriptionIcon:"descriptionIcon_06948e6bc1"};!function(e){const n="s_id-348c193d77fe_4_5_27";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+n))return;const d=document.createElement("style");d.id=n,t.firstChild?t.insertBefore(d,t.firstChild):t.appendChild(d),d.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}(".header_dae4be334c {\n width: 100%;\n align-self: flex-start;\n}\n.header_dae4be334c .title_6618c13bd0 {\n width: 100%;\n}\n.header_dae4be334c .descriptionIcon_06948e6bc1 {\n flex-shrink: 0;\n margin-inline-end: var(--space-4);\n color: var(--icon-color);\n}");export{e as default};
2
2
  //# sourceMappingURL=ModalHeader.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={media:"media_6359fdb9a0"};!function(e){const t="s_id-17d5de3a21d7_4_5_26";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+t))return;const d=document.createElement("style");d.id=t,n.firstChild?n.insertBefore(d,n.firstChild):n.appendChild(d),d.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}(".media_6359fdb9a0 {\n max-width: 100%;\n max-height: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n flex: 1 0;\n overflow: hidden;\n position: relative;\n}");export{e as default};
1
+ var e={media:"media_cdc35a8c75"};!function(e){const t="s_id-17d5de3a21d7_4_5_27";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+t))return;const d=document.createElement("style");d.id=t,n.firstChild?n.insertBefore(d,n.firstChild):n.appendChild(d),d.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}(".media_cdc35a8c75 {\n max-width: 100%;\n max-height: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n flex: 1 0;\n overflow: hidden;\n position: relative;\n}");export{e as default};
2
2
  //# sourceMappingURL=ModalMedia.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={actions:"actions_b1bb16d6bb"};!function(e){const n="s_id-6417b75cafa5_4_5_26";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+n))return;const i=document.createElement("style");i.id=n,t.firstChild?t.insertBefore(i,t.firstChild):t.appendChild(i),i.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}(".actions_b1bb16d6bb {\n display: flex;\n align-items: center;\n position: absolute;\n inset-inline-end: var(--top-actions-margin-inline);\n top: var(--top-actions-margin-block);\n}");export{e as default};
1
+ var e={actions:"actions_bf69979013"};!function(e){const n="s_id-6417b75cafa5_4_5_27";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+n))return;const i=document.createElement("style");i.id=n,t.firstChild?t.insertBefore(i,t.firstChild):t.appendChild(i),i.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}(".actions_bf69979013 {\n display: flex;\n align-items: center;\n position: absolute;\n inset-inline-end: var(--top-actions-margin-inline);\n top: var(--top-actions-margin-block);\n}");export{e as default};
2
2
  //# sourceMappingURL=ModalTopActions.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={primary:"primary_09623e102e",secondary:"secondary_64fa8a5862"};!function(e){const n="s_id-b4b122708c23_4_5_26";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+n))return;const r=document.createElement("style");r.id=n,t.firstChild?t.insertBefore(r,t.firstChild):t.appendChild(r),r.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}(".primary_09623e102e {\n order: 2;\n}\n.primary_09623e102e:only-child {\n margin-inline-start: auto;\n}\n.secondary_64fa8a5862 {\n order: 1;\n margin-inline-start: auto;\n}");export{e as default};
1
+ var e={primary:"primary_628665e6bc",secondary:"secondary_3ec7d654a3"};!function(e){const n="s_id-b4b122708c23_4_5_27";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+n))return;const r=document.createElement("style");r.id=n,t.firstChild?t.insertBefore(r,t.firstChild):t.appendChild(r),r.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}(".primary_628665e6bc {\n order: 2;\n}\n.primary_628665e6bc:only-child {\n margin-inline-start: auto;\n}\n.secondary_3ec7d654a3 {\n order: 1;\n margin-inline-start: auto;\n}");export{e as default};
2
2
  //# sourceMappingURL=ModalFooter.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={footer:"footer_1a181c97ec"};!function(e){const t="s_id-5c7b28cf0c05_4_5_26";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+t))return;const o=document.createElement("style");o.id=t,n.firstChild?n.insertBefore(o,n.firstChild):n.appendChild(o),o.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}(".footer_1a181c97ec {\n position: relative;\n width: 100%;\n padding: 20px var(--space-24);\n flex-shrink: 0;\n background-color: var(--primary-background-color);\n}");export{e as default};
1
+ var e={footer:"footer_d78847b4b7"};!function(e){const t="s_id-5c7b28cf0c05_4_5_27";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+t))return;const o=document.createElement("style");o.id=t,n.firstChild?n.insertBefore(o,n.firstChild):n.appendChild(o),o.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}(".footer_d78847b4b7 {\n position: relative;\n width: 100%;\n padding: 20px var(--space-24);\n flex-shrink: 0;\n background-color: var(--primary-background-color);\n}");export{e as default};
2
2
  //# sourceMappingURL=ModalFooterBase.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={primary:"primary_09623e102e",secondary:"secondary_73357e4579",stepDots:"stepDots_709ad57b8f"};!function(e){const n="s_id-51737ad1ac1f_4_5_26";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+n))return;const d=document.createElement("style");d.id=n,t.firstChild?t.insertBefore(d,t.firstChild):t.appendChild(d),d.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}(".primary_09623e102e {\n order: 2;\n}\n\n.secondary_73357e4579 {\n order: 1;\n}\n\n.stepDots_709ad57b8f {\n position: absolute;\n left: 50%;\n transform: translateX(-50%);\n margin: 0;\n}");export{e as default};
1
+ var e={primary:"primary_628665e6bc",secondary:"secondary_48a1174944",stepDots:"stepDots_e6c54ab2ab"};!function(e){const n="s_id-51737ad1ac1f_4_5_27";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+n))return;const a=document.createElement("style");a.id=n,t.firstChild?t.insertBefore(a,t.firstChild):t.appendChild(a),a.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}(".primary_628665e6bc {\n order: 2;\n}\n\n.secondary_48a1174944 {\n order: 1;\n}\n\n.stepDots_e6c54ab2ab {\n position: absolute;\n left: 50%;\n transform: translateX(-50%);\n margin: 0;\n}");export{e as default};
2
2
  //# sourceMappingURL=ModalFooterWizard.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={layout:"layout_811f9222bf",header:"header_b53ea784bd",divider:"divider_1ecd4c56ce",showDivider:"showDivider_fff6c8da43",content:"content_ab0fad8112"};!function(e){const n="s_id-324b836d97d8_4_5_26";if("undefined"!=typeof document){const d=document.head||document.getElementsByTagName("head")[0];if(d.querySelector("#"+n))return;const i=document.createElement("style");i.id=n,d.firstChild?d.insertBefore(i,d.firstChild):d.appendChild(i),i.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}(".layout_811f9222bf {\n width: 100%;\n height: 100%;\n overflow: hidden;\n}\n.layout_811f9222bf .header_b53ea784bd {\n width: 100%;\n margin-block: var(--space-32) var(--space-24);\n padding-inline-end: calc(var(--top-actions-margin-inline) + var(--top-actions-width) + var(--space-16));\n padding-inline-start: var(--modal-inline-padding);\n}\n.layout_811f9222bf .divider_1ecd4c56ce {\n flex-shrink: 0;\n opacity: 0;\n transition: opacity var(--motion-productive-medium) ease-out;\n}\n.layout_811f9222bf .divider_1ecd4c56ce.showDivider_fff6c8da43 {\n opacity: 1;\n}\n.layout_811f9222bf .content_ab0fad8112 {\n padding-block-end: var(--space-32);\n}");export{e as default};
1
+ var e={layout:"layout_c2156f95f1",header:"header_0eb6b07fbd",divider:"divider_be03c187de",showDivider:"showDivider_bb643db145",content:"content_629f9a88f9"};!function(e){const n="s_id-324b836d97d8_4_5_27";if("undefined"!=typeof document){const d=document.head||document.getElementsByTagName("head")[0];if(d.querySelector("#"+n))return;const i=document.createElement("style");i.id=n,d.firstChild?d.insertBefore(i,d.firstChild):d.appendChild(i),i.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}(".layout_c2156f95f1 {\n width: 100%;\n height: 100%;\n overflow: hidden;\n}\n.layout_c2156f95f1 .header_0eb6b07fbd {\n width: 100%;\n margin-block: var(--space-32) var(--space-24);\n padding-inline-end: calc(var(--top-actions-margin-inline) + var(--top-actions-width) + var(--space-16));\n padding-inline-start: var(--modal-inline-padding);\n}\n.layout_c2156f95f1 .divider_be03c187de {\n flex-shrink: 0;\n opacity: 0;\n transition: opacity var(--motion-productive-medium) ease-out;\n}\n.layout_c2156f95f1 .divider_be03c187de.showDivider_bb643db145 {\n opacity: 1;\n}\n.layout_c2156f95f1 .content_629f9a88f9 {\n padding-block-end: var(--space-32);\n}");export{e as default};
2
2
  //# sourceMappingURL=ModalBasicLayout.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={shadowWrapper:"shadowWrapper_defa2901ef",show:"show_5fbe3af372"};!function(e){const t="s_id-c76d397ed7f2_4_5_26";if("undefined"!=typeof document){const o=document.head||document.getElementsByTagName("head")[0];if(o.querySelector("#"+t))return;const a=document.createElement("style");a.id=t,o.firstChild?o.insertBefore(a,o.firstChild):o.appendChild(a),a.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}('.shadowWrapper_defa2901ef::after {\n content: "";\n position: absolute;\n opacity: 0;\n transition: opacity var(--motion-productive-medium) ease-out;\n width: 100%;\n height: 10px;\n box-shadow: var(--box-shadow-medium);\n}\n.shadowWrapper_defa2901ef.show_5fbe3af372::after {\n opacity: 1;\n}');export{e as default};
1
+ var e={shadowWrapper:"shadowWrapper_091981d6fc",show:"show_7cd55af7e8"};!function(e){const t="s_id-c76d397ed7f2_4_5_27";if("undefined"!=typeof document){const o=document.head||document.getElementsByTagName("head")[0];if(o.querySelector("#"+t))return;const d=document.createElement("style");d.id=t,o.firstChild?o.insertBefore(d,o.firstChild):o.appendChild(d),d.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}('.shadowWrapper_091981d6fc::after {\n content: "";\n position: absolute;\n opacity: 0;\n transition: opacity var(--motion-productive-medium) ease-out;\n width: 100%;\n height: 10px;\n box-shadow: var(--box-shadow-medium);\n}\n.shadowWrapper_091981d6fc.show_7cd55af7e8::after {\n opacity: 1;\n}');export{e as default};
2
2
  //# sourceMappingURL=ModalFooterShadow.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={content:"content_9721376a06"};!function(e){const n="s_id-09bedfbbc65c_4_5_26";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+n))return;const d=document.createElement("style");d.id=n,t.firstChild?t.insertBefore(d,t.firstChild):t.appendChild(d),d.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n.content_9721376a06 {\n width: 100%;\n height: 100%;\n padding-inline: var(--modal-inline-padding);\n overflow: auto;\n}\n.content_9721376a06::-webkit-scrollbar {\n width: 4px;\n height: 6px;\n}\n.content_9721376a06::-webkit-scrollbar-thumb {\n background-color: var(--ui-border-color);\n border-radius: 4px;\n}");export{e as default};
1
+ var e={content:"content_d5204bb94b"};!function(e){const n="s_id-09bedfbbc65c_4_5_27";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+n))return;const d=document.createElement("style");d.id=n,t.firstChild?t.insertBefore(d,t.firstChild):t.appendChild(d),d.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n.content_d5204bb94b {\n width: 100%;\n height: 100%;\n padding-inline: var(--modal-inline-padding);\n overflow: auto;\n}\n.content_d5204bb94b::-webkit-scrollbar {\n width: 4px;\n height: 6px;\n}\n.content_d5204bb94b::-webkit-scrollbar-thumb {\n background-color: var(--ui-border-color);\n border-radius: 4px;\n}");export{e as default};
2
2
  //# sourceMappingURL=ModalLayoutScrollableContent.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={layout:"layout_811f9222bf",media:"media_b67a991cf6",header:"header_f2c1c27576",content:"content_4279566c4b"};!function(e){const n="s_id-d089cc4b12c5_4_5_26";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+n))return;const i=document.createElement("style");i.id=n,t.firstChild?t.insertBefore(i,t.firstChild):t.appendChild(i),i.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}(".layout_811f9222bf {\n width: 100%;\n height: 100%;\n overflow: hidden;\n}\n.layout_811f9222bf .media_b67a991cf6 {\n display: flex;\n justify-content: center;\n align-items: center;\n overflow: hidden;\n position: relative;\n width: 100%;\n flex-shrink: 0;\n}\n.layout_811f9222bf .header_f2c1c27576 {\n width: 100%;\n text-align: center;\n margin-block: var(--space-32) var(--space-8);\n padding-inline: var(--modal-inline-padding);\n}\n.layout_811f9222bf .content_4279566c4b {\n width: 100%;\n height: 100%;\n flex: 1;\n align-self: flex-start;\n padding-inline: var(--modal-inline-padding);\n padding-block-end: var(--space-24);\n text-align: center;\n overflow: hidden;\n}");export{e as default};
1
+ var e={layout:"layout_c2156f95f1",media:"media_93406b494d",header:"header_917e5067ff",content:"content_f72ba35851"};!function(e){const n="s_id-d089cc4b12c5_4_5_27";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+n))return;const d=document.createElement("style");d.id=n,t.firstChild?t.insertBefore(d,t.firstChild):t.appendChild(d),d.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}(".layout_c2156f95f1 {\n width: 100%;\n height: 100%;\n overflow: hidden;\n}\n.layout_c2156f95f1 .media_93406b494d {\n display: flex;\n justify-content: center;\n align-items: center;\n overflow: hidden;\n position: relative;\n width: 100%;\n flex-shrink: 0;\n}\n.layout_c2156f95f1 .header_917e5067ff {\n width: 100%;\n text-align: center;\n margin-block: var(--space-32) var(--space-8);\n padding-inline: var(--modal-inline-padding);\n}\n.layout_c2156f95f1 .content_f72ba35851 {\n width: 100%;\n height: 100%;\n flex: 1;\n align-self: flex-start;\n padding-inline: var(--modal-inline-padding);\n padding-block-end: var(--space-24);\n text-align: center;\n overflow: hidden;\n}");export{e as default};
2
2
  //# sourceMappingURL=ModalMediaLayout.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={layout:"layout_eef1ed3dbe",header:"header_b2cb7b4ebb",content:"content_2aa04d5a97",media:"media_dc24ba0fb8"};!function(e){const n="s_id-510a2449b45a_4_5_26";if("undefined"!=typeof document){const d=document.head||document.getElementsByTagName("head")[0];if(d.querySelector("#"+n))return;const t=document.createElement("style");t.id=n,d.firstChild?d.insertBefore(t,d.firstChild):d.appendChild(t),t.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}(".layout_eef1ed3dbe {\n width: 100%;\n height: 100%;\n display: grid;\n grid-template-columns: 60% 40%;\n grid-template-rows: auto 1fr;\n min-height: 0;\n}\n.layout_eef1ed3dbe .header_b2cb7b4ebb {\n width: 100%;\n margin-block: var(--space-32) var(--space-24);\n padding-inline: var(--modal-inline-padding);\n grid-column: 1/2;\n grid-row: 1;\n}\n.layout_eef1ed3dbe .content_2aa04d5a97 {\n grid-column: 1/2;\n grid-row: 2;\n padding-block-end: var(--space-32);\n}\n.layout_eef1ed3dbe .media_dc24ba0fb8 {\n grid-column: 2/3;\n grid-row: 1/3;\n display: flex;\n justify-content: center;\n align-items: center;\n width: 100%;\n height: 100%;\n overflow: hidden;\n position: relative;\n}");export{e as default};
1
+ var e={layout:"layout_a4998474c0",header:"header_6c6347a7eb",content:"content_4413bc1cfb",media:"media_2c0510ea5c"};!function(e){const n="s_id-510a2449b45a_4_5_27";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+n))return;const a=document.createElement("style");a.id=n,t.firstChild?t.insertBefore(a,t.firstChild):t.appendChild(a),a.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}(".layout_a4998474c0 {\n width: 100%;\n height: 100%;\n display: grid;\n grid-template-columns: 60% 40%;\n grid-template-rows: auto 1fr;\n min-height: 0;\n}\n.layout_a4998474c0 .header_6c6347a7eb {\n width: 100%;\n margin-block: var(--space-32) var(--space-24);\n padding-inline: var(--modal-inline-padding);\n grid-column: 1/2;\n grid-row: 1;\n}\n.layout_a4998474c0 .content_4413bc1cfb {\n grid-column: 1/2;\n grid-row: 2;\n padding-block-end: var(--space-32);\n}\n.layout_a4998474c0 .media_2c0510ea5c {\n grid-column: 2/3;\n grid-row: 1/3;\n display: flex;\n justify-content: center;\n align-items: center;\n width: 100%;\n height: 100%;\n overflow: hidden;\n position: relative;\n}");export{e as default};
2
2
  //# sourceMappingURL=ModalSideBySideLayout.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var r={table:"table_8f8c9c185c",border:"border_457f412c01",virtualized:"virtualized_d8d994f7ba",hasScroll:"hasScroll_0a5337d23b"};!function(r){const e="s_id-a9ed4419fbb6_4_5_26";if("undefined"!=typeof document){const o=document.head||document.getElementsByTagName("head")[0];if(o.querySelector("#"+e))return;const l=document.createElement("style");l.id=e,o.firstChild?o.insertBefore(l,o.firstChild):o.appendChild(l),l.appendChild(document.createTextNode(r))}else globalThis.injectedStyles&&(globalThis.injectedStyles[e]=r)}("/* stylelint-disable */\n/* stylelint-enable */\n.table_8f8c9c185c {\n --sticky-cell-hover-background: linear-gradient(\n to right,\n var(--primary-background-hover-color),\n var(--primary-background-hover-color)\n ),\n linear-gradient(to right, var(--primary-background-color), var(--primary-background-color));\n background-color: var(--primary-background-color);\n overflow: auto;\n width: 100%;\n height: 100%;\n}\n.table_8f8c9c185c::-webkit-scrollbar {\n width: 6px;\n height: 6px;\n}\n.table_8f8c9c185c::-webkit-scrollbar-thumb {\n background-color: var(--ui-border-color);\n border-radius: 4px;\n}\n.table_8f8c9c185c.border_457f412c01 {\n border: 1px solid var(--layout-border-color);\n border-radius: var(--border-radius-small);\n}\n.table_8f8c9c185c [role=rowgroup] [role=row] > [role=cell] {\n border-bottom: 1px solid var(--layout-border-color);\n}\n.table_8f8c9c185c [role=rowgroup] > [role=row]:last-of-type > [role=cell] {\n border-bottom: none;\n}\n.table_8f8c9c185c.virtualized_d8d994f7ba {\n overflow: hidden;\n}\n.table_8f8c9c185c.hasScroll_0a5337d23b {\n --sticky-cell-box-shadow: 3px 0 4px rgba(0, 0, 0, 0.1);\n}");export{r as default};
1
+ var e={table:"table_c11d11ae00",border:"border_f9a397533b",virtualized:"virtualized_36ec5ba4db",hasScroll:"hasScroll_f359728a5d"};!function(e){const r="s_id-a9ed4419fbb6_4_5_27";if("undefined"!=typeof document){const o=document.head||document.getElementsByTagName("head")[0];if(o.querySelector("#"+r))return;const a=document.createElement("style");a.id=r,o.firstChild?o.insertBefore(a,o.firstChild):o.appendChild(a),a.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[r]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n.table_c11d11ae00 {\n --sticky-cell-hover-background: linear-gradient(\n to right,\n var(--primary-background-hover-color),\n var(--primary-background-hover-color)\n ),\n linear-gradient(to right, var(--primary-background-color), var(--primary-background-color));\n background-color: var(--primary-background-color);\n overflow: auto;\n width: 100%;\n height: 100%;\n}\n.table_c11d11ae00::-webkit-scrollbar {\n width: 6px;\n height: 6px;\n}\n.table_c11d11ae00::-webkit-scrollbar-thumb {\n background-color: var(--ui-border-color);\n border-radius: 4px;\n}\n.table_c11d11ae00.border_f9a397533b {\n border: 1px solid var(--layout-border-color);\n border-radius: var(--border-radius-small);\n}\n.table_c11d11ae00 [role=rowgroup] [role=row] > [role=cell] {\n border-bottom: 1px solid var(--layout-border-color);\n}\n.table_c11d11ae00 [role=rowgroup] > [role=row]:last-of-type > [role=cell] {\n border-bottom: none;\n}\n.table_c11d11ae00.virtualized_36ec5ba4db {\n overflow: hidden;\n}\n.table_c11d11ae00.hasScroll_f359728a5d {\n --sticky-cell-box-shadow: 3px 0 4px rgba(0, 0, 0, 0.1);\n}");export{e as default};
2
2
  //# sourceMappingURL=Table.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={tableBody:"tableBody_940b1873a5"};!function(e){const t="s_id-afed3a5f5737_4_5_26";if("undefined"!=typeof document){const d=document.head||document.getElementsByTagName("head")[0];if(d.querySelector("#"+t))return;const n=document.createElement("style");n.id=t,d.firstChild?d.insertBefore(n,d.firstChild):d.appendChild(n),n.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}(".tableBody_940b1873a5 {\n height: 100%;\n}");export{e as default};
1
+ var e={tableBody:"tableBody_d2ce9bd01c"};!function(e){const t="s_id-afed3a5f5737_4_5_27";if("undefined"!=typeof document){const d=document.head||document.getElementsByTagName("head")[0];if(d.querySelector("#"+t))return;const n=document.createElement("style");n.id=t,d.firstChild?d.insertBefore(n,d.firstChild):d.appendChild(n),n.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}(".tableBody_d2ce9bd01c {\n height: 100%;\n}");export{e as default};
2
2
  //# sourceMappingURL=TableBody.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={tableCell:"tableCell_a3fdb0daaa",sticky:"sticky_48c727a1a8"};!function(e){const t="s_id-391f4300ac17_4_5_26";if("undefined"!=typeof document){const a=document.head||document.getElementsByTagName("head")[0];if(a.querySelector("#"+t))return;const n=document.createElement("style");n.id=t,a.firstChild?a.insertBefore(n,a.firstChild):a.appendChild(n),n.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}(".tableCell_a3fdb0daaa {\n padding: 9px 16px;\n overflow: hidden;\n display: flex;\n align-items: center;\n}\n.tableCell_a3fdb0daaa.sticky_48c727a1a8 {\n z-index: 1;\n position: sticky;\n inset-inline-start: 0;\n box-shadow: var(--sticky-cell-box-shadow);\n}");export{e as default};
1
+ var e={tableCell:"tableCell_5863c66cdb",sticky:"sticky_a119c2ee3b"};!function(e){const t="s_id-391f4300ac17_4_5_27";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+t))return;const l=document.createElement("style");l.id=t,n.firstChild?n.insertBefore(l,n.firstChild):n.appendChild(l),l.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}(".tableCell_5863c66cdb {\n padding: 9px 16px;\n overflow: hidden;\n display: flex;\n align-items: center;\n}\n.tableCell_5863c66cdb.sticky_a119c2ee3b {\n z-index: 1;\n position: sticky;\n inset-inline-start: 0;\n box-shadow: var(--sticky-cell-box-shadow);\n}");export{e as default};
2
2
  //# sourceMappingURL=TableCell.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={tableCellSkeletonWrapper:"tableCellSkeletonWrapper_940b1873a5",longText:"longText_ba35ba42d5",mediumText:"mediumText_86680f48fa",tableCellSkeleton:"tableCellSkeleton_940b1873a5",circle:"circle_c82c23b838",rectangle:"rectangle_26f4c87831"};!function(e){const l="s_id-b9f641959683_4_5_26";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+l))return;const a=document.createElement("style");a.id=l,t.firstChild?t.insertBefore(a,t.firstChild):t.appendChild(a),a.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[l]=e)}(".tableCellSkeletonWrapper_940b1873a5 {\n height: 100%;\n}\n.tableCellSkeletonWrapper_940b1873a5.longText_ba35ba42d5 {\n padding-inline-end: var(--space-24);\n}\n.tableCellSkeletonWrapper_940b1873a5.mediumText_86680f48fa {\n padding-inline-end: var(--space-64);\n}\n.tableCellSkeletonWrapper_940b1873a5 .tableCellSkeleton_940b1873a5 {\n height: 100%;\n}\n.tableCellSkeletonWrapper_940b1873a5 .tableCellSkeleton_940b1873a5.circle_c82c23b838, .tableCellSkeletonWrapper_940b1873a5 .tableCellSkeleton_940b1873a5.rectangle_26f4c87831 {\n width: auto;\n aspect-ratio: 1/1;\n}");export{e as default};
1
+ var e={tableCellSkeletonWrapper:"tableCellSkeletonWrapper_d2ce9bd01c",longText:"longText_6ef9d595aa",mediumText:"mediumText_581c49976e",tableCellSkeleton:"tableCellSkeleton_d2ce9bd01c",circle:"circle_29f2469bdd",rectangle:"rectangle_c3e3f45908"};!function(e){const l="s_id-b9f641959683_4_5_27";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+l))return;const n=document.createElement("style");n.id=l,t.firstChild?t.insertBefore(n,t.firstChild):t.appendChild(n),n.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[l]=e)}(".tableCellSkeletonWrapper_d2ce9bd01c {\n height: 100%;\n}\n.tableCellSkeletonWrapper_d2ce9bd01c.longText_6ef9d595aa {\n padding-inline-end: var(--space-24);\n}\n.tableCellSkeletonWrapper_d2ce9bd01c.mediumText_581c49976e {\n padding-inline-end: var(--space-64);\n}\n.tableCellSkeletonWrapper_d2ce9bd01c .tableCellSkeleton_d2ce9bd01c {\n height: 100%;\n}\n.tableCellSkeletonWrapper_d2ce9bd01c .tableCellSkeleton_d2ce9bd01c.circle_29f2469bdd, .tableCellSkeletonWrapper_d2ce9bd01c .tableCellSkeleton_d2ce9bd01c.rectangle_c3e3f45908 {\n width: auto;\n aspect-ratio: 1/1;\n}");export{e as default};
2
2
  //# sourceMappingURL=TableCellSkeleton.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={tableContainer:"tableContainer_820ce96849",menuContainer:"menuContainer_1660c03118"};!function(e){const n="s_id-a0ba3cbb8774_4_5_26";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+n))return;const i=document.createElement("style");i.id=n,t.firstChild?t.insertBefore(i,t.firstChild):t.appendChild(i),i.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}(".tableContainer_820ce96849 {\n width: 100%;\n height: 100%;\n position: relative;\n}\n.tableContainer_820ce96849 .menuContainer_1660c03118 {\n --cell-width: 40px;\n position: absolute;\n overflow: hidden;\n inset-inline-start: calc(1px - var(--cell-width));\n width: var(--cell-width);\n height: 100%;\n}");export{e as default};
1
+ var e={tableContainer:"tableContainer_30ce9e9d31",menuContainer:"menuContainer_50f4c3fea9"};!function(e){const n="s_id-a0ba3cbb8774_4_5_27";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+n))return;const i=document.createElement("style");i.id=n,t.firstChild?t.insertBefore(i,t.firstChild):t.appendChild(i),i.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}(".tableContainer_30ce9e9d31 {\n width: 100%;\n height: 100%;\n position: relative;\n}\n.tableContainer_30ce9e9d31 .menuContainer_50f4c3fea9 {\n --cell-width: 40px;\n position: absolute;\n overflow: hidden;\n inset-inline-start: calc(1px - var(--cell-width));\n width: var(--cell-width);\n height: 100%;\n}");export{e as default};
2
2
  //# sourceMappingURL=TableContainer.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={tableHeader:"tableHeader_61260b4a96",virtualized:"virtualized_0334c0e90c"};!function(e){const t="s_id-8e924ee64aa4_4_5_26";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+t))return;const a=document.createElement("style");a.id=t,n.firstChild?n.insertBefore(a,n.firstChild):n.appendChild(a),a.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}(".tableHeader_61260b4a96 {\n display: grid;\n grid-template-columns: var(--table-grid-template-columns);\n position: sticky;\n top: 0;\n z-index: 2;\n background-color: var(--primary-background-color);\n min-width: 100%;\n width: fit-content;\n}\n.tableHeader_61260b4a96 > [role=columnheader] {\n background-color: inherit;\n}\n.tableHeader_61260b4a96.virtualized_0334c0e90c {\n overflow: auto;\n width: auto;\n scrollbar-width: none;\n}\n.tableHeader_61260b4a96.virtualized_0334c0e90c::-webkit-scrollbar {\n display: none;\n}");export{e as default};
1
+ var e={tableHeader:"tableHeader_f1718050b0",virtualized:"virtualized_ef71657b14"};!function(e){const t="s_id-8e924ee64aa4_4_5_27";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+t))return;const a=document.createElement("style");a.id=t,n.firstChild?n.insertBefore(a,n.firstChild):n.appendChild(a),a.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}(".tableHeader_f1718050b0 {\n display: grid;\n grid-template-columns: var(--table-grid-template-columns);\n position: sticky;\n top: 0;\n z-index: 2;\n background-color: var(--primary-background-color);\n min-width: 100%;\n width: fit-content;\n}\n.tableHeader_f1718050b0 > [role=columnheader] {\n background-color: inherit;\n}\n.tableHeader_f1718050b0.virtualized_ef71657b14 {\n overflow: auto;\n width: auto;\n scrollbar-width: none;\n}\n.tableHeader_f1718050b0.virtualized_ef71657b14::-webkit-scrollbar {\n display: none;\n}");export{e as default};
2
2
  //# sourceMappingURL=TableHeader.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={tableHeaderCell:"tableHeaderCell_af491fe6a6","focus-visible":"focus-visible_a1cb49e7b0",sticky:"sticky_48c727a1a8",sortActive:"sortActive_83aeba5a13",tableHeaderCellContent:"tableHeaderCellContent_13d331e74c",icon:"icon_fada23b32b",infoTooltip:"infoTooltip_a2bd1a1807",tableHeaderCellSort:"tableHeaderCellSort_3e0573f593",sort:"sort_21ea9dfd98",asc:"asc_53a297be3e",desc:"desc_44e548fa8a",show:"show_03891c5111"};!function(e){const a="s_id-0fa2e97aa7c9_4_5_26";if("undefined"!=typeof document){const l=document.head||document.getElementsByTagName("head")[0];if(l.querySelector("#"+a))return;const n=document.createElement("style");n.id=a,l.firstChild?l.insertBefore(n,l.firstChild):l.appendChild(n),n.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[a]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n.tableHeaderCell_af491fe6a6 {\n height: var(--table-row-size);\n padding: var(--space-8);\n padding-inline-start: var(--space-16);\n color: var(--secondary-text-color);\n box-sizing: border-box;\n text-align: initial;\n border-bottom: 1px solid var(--layout-border-color);\n display: flex;\n justify-content: space-between;\n background-color: inherit;\n}\n.tableHeaderCell_af491fe6a6:focus-visible, .tableHeaderCell_af491fe6a6.focus-visible_a1cb49e7b0 {\n outline: none;\n z-index: 11;\n border-radius: 4px;\n box-shadow: 0 0 0 3px hsla(209, 100%, 50%, 0.5), 0 0 0 1px var(--primary-hover-color) inset;\n}\n.tableHeaderCell_af491fe6a6:focus:not(.focus-visible_a1cb49e7b0) {\n outline: none;\n}\n.tableHeaderCell_af491fe6a6.sticky_48c727a1a8 {\n z-index: 1;\n position: sticky;\n inset-inline-start: 0;\n box-shadow: var(--sticky-cell-box-shadow);\n}\n.tableHeaderCell_af491fe6a6.sticky_48c727a1a8:hover {\n background: var(--sticky-cell-hover-background);\n}\n.tableHeaderCell_af491fe6a6:hover, .tableHeaderCell_af491fe6a6.sortActive_83aeba5a13 {\n background-color: var(--primary-background-hover-color);\n}\n.tableHeaderCell_af491fe6a6 .tableHeaderCellContent_13d331e74c {\n min-width: 0;\n}\n.tableHeaderCell_af491fe6a6 .tableHeaderCellContent_13d331e74c .icon_fada23b32b {\n min-width: var(--space-16);\n}\n.tableHeaderCell_af491fe6a6 .tableHeaderCellContent_13d331e74c .infoTooltip_a2bd1a1807 {\n display: inline-flex;\n}\n.tableHeaderCell_af491fe6a6 .tableHeaderCellSort_3e0573f593 {\n padding-inline-start: var(--space-8);\n}\n.tableHeaderCell_af491fe6a6 .tableHeaderCellSort_3e0573f593 .sort_21ea9dfd98 {\n color: var(--icon-color);\n transition: opacity 0.1s;\n}\n.tableHeaderCell_af491fe6a6 .tableHeaderCellSort_3e0573f593 .sort_21ea9dfd98.asc_53a297be3e, .tableHeaderCell_af491fe6a6 .tableHeaderCellSort_3e0573f593 .sort_21ea9dfd98.desc_44e548fa8a {\n color: var(--primary-text-color);\n}\n.tableHeaderCell_af491fe6a6 .tableHeaderCellSort_3e0573f593 .sort_21ea9dfd98:not(.show_03891c5111) {\n opacity: 0;\n pointer-events: none;\n}");export{e as default};
1
+ var e={tableHeaderCell:"tableHeaderCell_573f8c3569","focus-visible":"focus-visible_ed26feb448",sticky:"sticky_a119c2ee3b",sortActive:"sortActive_f5abb5031a",tableHeaderCellContent:"tableHeaderCellContent_ab3ff362cc",icon:"icon_ecf273f8c2",infoTooltip:"infoTooltip_7f9a9830d5",tableHeaderCellSort:"tableHeaderCellSort_ae1e76b07a",sort:"sort_a5797aa891",asc:"asc_2fbbe953e3",desc:"desc_64ef5c0d1a",show:"show_8e01684fb2"};!function(e){const a="s_id-0fa2e97aa7c9_4_5_27";if("undefined"!=typeof document){const l=document.head||document.getElementsByTagName("head")[0];if(l.querySelector("#"+a))return;const n=document.createElement("style");n.id=a,l.firstChild?l.insertBefore(n,l.firstChild):l.appendChild(n),n.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[a]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n.tableHeaderCell_573f8c3569 {\n height: var(--table-row-size);\n padding: var(--space-8);\n padding-inline-start: var(--space-16);\n color: var(--secondary-text-color);\n box-sizing: border-box;\n text-align: initial;\n border-bottom: 1px solid var(--layout-border-color);\n display: flex;\n justify-content: space-between;\n background-color: inherit;\n}\n.tableHeaderCell_573f8c3569:focus-visible, .tableHeaderCell_573f8c3569.focus-visible_ed26feb448 {\n outline: none;\n z-index: 11;\n border-radius: 4px;\n box-shadow: 0 0 0 3px hsla(209, 100%, 50%, 0.5), 0 0 0 1px var(--primary-hover-color) inset;\n}\n.tableHeaderCell_573f8c3569:focus:not(.focus-visible_ed26feb448) {\n outline: none;\n}\n.tableHeaderCell_573f8c3569.sticky_a119c2ee3b {\n z-index: 1;\n position: sticky;\n inset-inline-start: 0;\n box-shadow: var(--sticky-cell-box-shadow);\n}\n.tableHeaderCell_573f8c3569.sticky_a119c2ee3b:hover {\n background: var(--sticky-cell-hover-background);\n}\n.tableHeaderCell_573f8c3569:hover, .tableHeaderCell_573f8c3569.sortActive_f5abb5031a {\n background-color: var(--primary-background-hover-color);\n}\n.tableHeaderCell_573f8c3569 .tableHeaderCellContent_ab3ff362cc {\n min-width: 0;\n}\n.tableHeaderCell_573f8c3569 .tableHeaderCellContent_ab3ff362cc .icon_ecf273f8c2 {\n min-width: var(--space-16);\n}\n.tableHeaderCell_573f8c3569 .tableHeaderCellContent_ab3ff362cc .infoTooltip_7f9a9830d5 {\n display: inline-flex;\n}\n.tableHeaderCell_573f8c3569 .tableHeaderCellSort_ae1e76b07a {\n padding-inline-start: var(--space-8);\n}\n.tableHeaderCell_573f8c3569 .tableHeaderCellSort_ae1e76b07a .sort_a5797aa891 {\n color: var(--icon-color);\n transition: opacity 0.1s;\n}\n.tableHeaderCell_573f8c3569 .tableHeaderCellSort_ae1e76b07a .sort_a5797aa891.asc_2fbbe953e3, .tableHeaderCell_573f8c3569 .tableHeaderCellSort_ae1e76b07a .sort_a5797aa891.desc_64ef5c0d1a {\n color: var(--primary-text-color);\n}\n.tableHeaderCell_573f8c3569 .tableHeaderCellSort_ae1e76b07a .sort_a5797aa891:not(.show_8e01684fb2) {\n opacity: 0;\n pointer-events: none;\n}");export{e as default};
2
2
  //# sourceMappingURL=TableHeaderCell.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={tableRow:"tableRow_720042e333"};!function(e){const t="s_id-72a799b963ca_4_5_26";if("undefined"!=typeof document){const l=document.head||document.getElementsByTagName("head")[0];if(l.querySelector("#"+t))return;const r=document.createElement("style");r.id=t,l.firstChild?l.insertBefore(r,l.firstChild):l.appendChild(r),r.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}("/* stylelint-disable selector-class-pattern */\n.tableRow_720042e333 {\n height: var(--table-row-size);\n display: grid;\n grid-template-columns: var(--table-grid-template-columns);\n min-width: 100%;\n width: fit-content;\n}\n.tableRow_720042e333[aria-selected=true] > [role=cell] {\n background-color: var(--primary-selected-color);\n}\n.tableRow_720042e333 > [role=cell] {\n background-color: var(--primary-background-color);\n}\n.tableRow_720042e333:hover > [role=cell] {\n background: var(--sticky-cell-hover-background);\n}\n.tableRow_720042e333:hover[aria-selected=true] > [role=cell] {\n background: var(--primary-selected-hover-color);\n}");export{e as default};
1
+ var e={tableRow:"tableRow_7ef8922f9d"};!function(e){const t="s_id-72a799b963ca_4_5_27";if("undefined"!=typeof document){const l=document.head||document.getElementsByTagName("head")[0];if(l.querySelector("#"+t))return;const r=document.createElement("style");r.id=t,l.firstChild?l.insertBefore(r,l.firstChild):l.appendChild(r),r.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}("/* stylelint-disable selector-class-pattern */\n.tableRow_7ef8922f9d {\n height: var(--table-row-size);\n display: grid;\n grid-template-columns: var(--table-grid-template-columns);\n min-width: 100%;\n width: fit-content;\n}\n.tableRow_7ef8922f9d[aria-selected=true] > [role=cell] {\n background-color: var(--primary-selected-color);\n}\n.tableRow_7ef8922f9d > [role=cell] {\n background-color: var(--primary-background-color);\n}\n.tableRow_7ef8922f9d:hover > [role=cell] {\n background: var(--sticky-cell-hover-background);\n}\n.tableRow_7ef8922f9d:hover[aria-selected=true] > [role=cell] {\n background: var(--primary-selected-hover-color);\n}");export{e as default};
2
2
  //# sourceMappingURL=TableRow.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={rowMenuContainer:"rowMenuContainer_2eaf475f5f",small:"small_8f5aea913e",medium:"medium_12478f3a9e",large:"large_5ff05887ce"};!function(e){const n="s_id-6ebd091550ab_4_5_26";if("undefined"!=typeof document){const a=document.head||document.getElementsByTagName("head")[0];if(a.querySelector("#"+n))return;const t=document.createElement("style");t.id=n,a.firstChild?a.insertBefore(t,a.firstChild):a.appendChild(t),t.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}(".rowMenuContainer_2eaf475f5f {\n position: absolute;\n display: flex;\n align-items: center;\n justify-content: center;\n padding-inline: var(--space-8);\n}\n.rowMenuContainer_2eaf475f5f.small_8f5aea913e {\n padding-block: var(--space-4);\n}\n.rowMenuContainer_2eaf475f5f.medium_12478f3a9e {\n padding-block: var(--space-8);\n}\n.rowMenuContainer_2eaf475f5f.large_5ff05887ce {\n padding-block: 12px;\n}");export{e as default};
1
+ var e={rowMenuContainer:"rowMenuContainer_1d81bb6313",small:"small_00eeabf9a1",medium:"medium_1dc3a2db71",large:"large_8dc2e6531d"};!function(e){const n="s_id-6ebd091550ab_4_5_27";if("undefined"!=typeof document){const d=document.head||document.getElementsByTagName("head")[0];if(d.querySelector("#"+n))return;const a=document.createElement("style");a.id=n,d.firstChild?d.insertBefore(a,d.firstChild):d.appendChild(a),a.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}(".rowMenuContainer_1d81bb6313 {\n position: absolute;\n display: flex;\n align-items: center;\n justify-content: center;\n padding-inline: var(--space-8);\n}\n.rowMenuContainer_1d81bb6313.small_00eeabf9a1 {\n padding-block: var(--space-4);\n}\n.rowMenuContainer_1d81bb6313.medium_1dc3a2db71 {\n padding-block: var(--space-8);\n}\n.rowMenuContainer_1d81bb6313.large_8dc2e6531d {\n padding-block: 12px;\n}");export{e as default};
2
2
  //# sourceMappingURL=TableRowMenu.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={tableBody:"tableBody_4eff87e50a",tableBodyItems:"tableBodyItems_d3b8e2fb9a",withHeader:"withHeader_dab3be0c1b"};!function(e){const t="s_id-e63e6a70f113_4_5_26";if("undefined"!=typeof document){const a=document.head||document.getElementsByTagName("head")[0];if(a.querySelector("#"+t))return;const d=document.createElement("style");d.id=t,a.firstChild?a.insertBefore(d,a.firstChild):a.appendChild(d),d.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n.tableBody_4eff87e50a {\n height: calc(100% - var(--table-row-size));\n}\n.tableBody_4eff87e50a .tableBodyItems_d3b8e2fb9a::-webkit-scrollbar {\n width: 6px;\n height: 6px;\n}\n.tableBody_4eff87e50a .tableBodyItems_d3b8e2fb9a::-webkit-scrollbar-thumb {\n background-color: var(--ui-border-color);\n border-radius: 4px;\n}\n.tableBody_4eff87e50a.withHeader_dab3be0c1b {\n height: 100%;\n overflow: hidden;\n}");export{e as default};
1
+ var e={tableBody:"tableBody_3398d6ae4e",tableBodyItems:"tableBodyItems_770c27a017",withHeader:"withHeader_a107dd381c"};!function(e){const t="s_id-e63e6a70f113_4_5_27";if("undefined"!=typeof document){const d=document.head||document.getElementsByTagName("head")[0];if(d.querySelector("#"+t))return;const a=document.createElement("style");a.id=t,d.firstChild?d.insertBefore(a,d.firstChild):d.appendChild(a),a.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n.tableBody_3398d6ae4e {\n height: calc(100% - var(--table-row-size));\n}\n.tableBody_3398d6ae4e .tableBodyItems_770c27a017::-webkit-scrollbar {\n width: 6px;\n height: 6px;\n}\n.tableBody_3398d6ae4e .tableBodyItems_770c27a017::-webkit-scrollbar-thumb {\n background-color: var(--ui-border-color);\n border-radius: 4px;\n}\n.tableBody_3398d6ae4e.withHeader_a107dd381c {\n height: 100%;\n overflow: hidden;\n}");export{e as default};
2
2
  //# sourceMappingURL=TableVirtualizedBody.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={list:"list_ab89f0061c"};!function(e){const t="s_id-39e4d9ed645a_4_5_26";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+t))return;const d=document.createElement("style");d.id=t,n.firstChild?n.insertBefore(d,n.firstChild):n.appendChild(d),d.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}(".list_ab89f0061c {\n margin: 0;\n padding: 0;\n list-style: none;\n}");export{e as default};
1
+ var e={list:"list_3ff14939b1"};!function(e){const t="s_id-39e4d9ed645a_4_5_27";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+t))return;const d=document.createElement("style");d.id=t,n.firstChild?n.insertBefore(d,n.firstChild):n.appendChild(d),d.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}(".list_3ff14939b1 {\n margin: 0;\n padding: 0;\n list-style: none;\n}");export{e as default};
2
2
  //# sourceMappingURL=List.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={listTitle:"listTitle_11f172fe8d",small:"small_8fa7e7b679",medium:"medium_b01baa5d32",large:"large_b01baa5d32",sticky:"sticky_39a42b00da"};!function(e){const a="s_id-7bd0f1d1374d_4_5_26";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+a))return;const t=document.createElement("style");t.id=a,n.firstChild?n.insertBefore(t,n.firstChild):n.appendChild(t),t.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[a]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n.listTitle_11f172fe8d {\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n border-radius: var(--border-radius-small);\n}\n.small_8fa7e7b679 {\n padding: var(--space-16) var(--space-8) var(--space-8);\n}\n.medium_b01baa5d32 {\n padding: var(--space-16) 12px var(--space-8);\n}\n.large_b01baa5d32 {\n padding: var(--space-16) 12px var(--space-8);\n}\n.sticky_39a42b00da {\n position: sticky;\n inset-block-start: 0;\n background-color: var(--primary-background-color);\n z-index: 1;\n}");export{e as default};
1
+ var e={listTitle:"listTitle_720c9097dc",small:"small_d140699282",medium:"medium_469c023fa3",large:"large_469c023fa3",sticky:"sticky_6c9bbc747b"};!function(e){const n="s_id-7bd0f1d1374d_4_5_27";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+n))return;const a=document.createElement("style");a.id=n,t.firstChild?t.insertBefore(a,t.firstChild):t.appendChild(a),a.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n.listTitle_720c9097dc {\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n border-radius: var(--border-radius-small);\n}\n.small_d140699282 {\n padding: var(--space-16) var(--space-8) var(--space-8);\n}\n.medium_469c023fa3 {\n padding: var(--space-16) 12px var(--space-8);\n}\n.large_469c023fa3 {\n padding: var(--space-16) 12px var(--space-8);\n}\n.sticky_6c9bbc747b {\n position: sticky;\n inset-block-start: 0;\n background-color: var(--primary-background-color);\n z-index: 1;\n}");export{e as default};
2
2
  //# sourceMappingURL=ListTitle.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var o=":root{--motion-productive-short:70ms;--motion-productive-medium:100ms;--motion-productive-long:150ms;--motion-expressive-short:250ms;--motion-expressive-long:400ms;--motion-timing-enter:cubic-bezier(0, 0, 0.35, 1);--motion-timing-exit:cubic-bezier(0.4, 0, 1, 1);--motion-timing-transition:cubic-bezier(0.4, 0, 0.2, 1);--motion-timing-emphasize:cubic-bezier(0, 0, 0.2, 1.4);--expand-animation-timing:var(--motion-timing-enter)}:root{--space-2:2px;--space-4:4px;--space-8:8px;--space-12:12px;--space-16:16px;--space-20:20px;--space-24:24px;--space-32:32px;--space-40:40px;--space-48:48px;--space-64:64px;--space-80:80px}:root{--border-width:1px;--border-style:solid}:root{--border-radius-4:4px;--border-radius-8:8px;--border-radius-12:12px;--border-radius-16:16px;--border-radius-small:var(--border-radius-4);--border-radius-medium:var(--border-radius-8);--border-radius-big:var(--border-radius-16)}:root{--disabled-component-opacity:0.38}:root{--font-family:Figtree,Roboto,Noto Sans Hebrew,Noto Kufi Arabic,Noto Sans JP,sans-serif;--title-font-family:Poppins,Roboto,Noto Sans Hebrew,Noto Kufi Arabic,Noto Sans JP,sans-serif;--h1-font-family:var(--title-font-family);--font-smoothing-webkit:antialiased;--font-smoothing-moz:grayscale;--font-weight-very-light:200;--font-weight-light:300;--font-weight-normal:400;--font-weight-bold:500;--font-line-height-10:18px;--font-line-height-20:24px;--font-line-height-30:24px;--font-line-height-40:24px;--font-line-height-50:32px;--font-line-height-60:42px;--font-size-10:14px;--font-size-20:14px;--font-size-30:16px;--font-size-40:18px;--font-size-50:24px;--font-size-60:30px;--font-size-h1:var(--font-size-60);--font-size-h2:var(--font-size-50);--font-size-h3:var(--font-size-50);--font-size-h4:var(--font-size-40);--font-size-h5:var(--font-size-30);--font-size-general-label:var(--font-size-20);--font-size-paragraph:var(--font-size-30);--font-size-subtext:var(--font-size-10);--font-line-height-h1:var(--font-line-height-60);--font-line-height-h2:var(--font-line-height-50);--font-line-height-h3:var(--font-line-height-50);--font-line-height-h4:var(--font-line-height-40);--font-line-height-h5:var(--font-line-height-30);--font-line-height-general-label:var(--font-line-height-20);--font-line-height-paragraph:var(--font-line-height-30);--font-line-height-subtext:var(--font-line-height-10);--font-h1:var(--font-weight-bold) var(--font-size-h1)/var(--font-line-height-h1) var(--title-font-family);--font-h2:var(--font-weight-bold) var(--font-size-h2)/var(--font-line-height-h2) var(--title-font-family);--font-h3:var(--font-weight-light) var(--font-size-h3)/var(--font-line-height-h3) var(--title-font-family);--font-h4:var(--font-weight-bold) var(--font-size-h4)/var(--font-line-height-h4) var(--title-font-family);--font-h5:var(--font-weight-bold) var(--font-size-h5)/var(--font-line-height-h5) var(--font-family);--font-general-label:var(--font-weight-normal) var(--font-size-general-label)/var(--font-line-height-general-label) var(--font-family);--font-paragraph:var(--font-weight-normal) var(--font-size-paragraph)/var(--font-line-height-paragraph) var(--font-family);--font-subtext:var(--font-weight-normal) var(--font-size-subtext)/var(--font-line-height-subtext) var(--font-family);--font-h1-bold:700 32px/40px var(--title-font-family);--font-h1-medium:600 32px/40px var(--title-font-family);--font-h1-normal:500 32px/40px var(--title-font-family);--font-h1-light:300 32px/40px var(--title-font-family);--font-h2-bold:700 24px/30px var(--title-font-family);--font-h2-medium:600 24px/30px var(--title-font-family);--font-h2-normal:500 24px/30px var(--title-font-family);--font-h2-light:300 24px/30px var(--title-font-family);--font-h3-bold:700 18px/24px var(--title-font-family);--font-h3-medium:600 18px/24px var(--title-font-family);--font-h3-normal:500 18px/24px var(--title-font-family);--font-h3-light:300 18px/24px var(--title-font-family);--font-text1-bold:700 16px/22px var(--font-family);--font-text1-medium:600 16px/22px var(--font-family);--font-text1-normal:400 16px/22px var(--font-family);--font-text2-bold:700 14px/20px var(--font-family);--font-text2-medium:600 14px/20px var(--font-family);--font-text2-normal:400 14px/20px var(--font-family);--font-text3-bold:700 12px/16px var(--font-family);--font-text3-medium:600 12px/16px var(--font-family);--font-text3-normal:400 12px/16px var(--font-family);--letter-spacing-h1-bold:-0.5px;--letter-spacing-h1-normal:-0.5px;--letter-spacing-h1-light:-0.5px;--letter-spacing-h2-bold:-0.1px;--letter-spacing-h2-normal:-0.1px;--letter-spacing-h2-light:-0.1px;--letter-spacing-h3-bold:-0.1px;--letter-spacing-h3-normal:-0.1px;--letter-spacing-h3-light:-0.1px}.default-app-theme,.light-app-theme,:root{--primary-color:#0073ea;--primary-hover-color:#0060b9;--primary-selected-color:#cce5ff;--primary-selected-hover-color:#aed4fc;--primary-highlighted-color:#f0f7ff;--primary-surface-color:#eceff8;--primary-text-color:#323338;--secondary-text-color:#676879;--text-color-on-inverted:#ffffff;--text-color-on-primary:#ffffff;--disabled-text-color:rgba(50, 51, 56, var(--disabled-component-opacity));--inverted-color-background:#323338;--fixed-dark-color:#323338;--fixed-light-color:#ffffff;--primary-background-color:#ffffff;--primary-background-hover-color:rgba(103, 104, 121, 0.1);--secondary-background-color:#ffffff;--allgrey-background-color:#f6f7fb;--backdrop-color:rgba(41, 47, 76, 0.7);--ui-border-color:#c3c6d4;--ui-background-color:#e7e9ef;--ui-background-hover-color:#d8d9e0;--layout-border-color:#d0d4e4;--placeholder-color:#676879;--icon-color:#676879;--disabled-background-color:#ecedf5;--link-color:#1f76c2;--brand-color:#0073ea;--brand-hover-color:#0060b9;--brand-selected-color:#cce5ff;--brand-selected-hover-color:#aed4fc;--positive-color:#00854d;--positive-color-hover:#007038;--positive-color-selected:#bbdbc9;--positive-color-selected-hover:#b5cec0;--negative-color:#d83a52;--negative-color-hover:#b63546;--negative-color-selected:#f4c3cb;--negative-color-selected-hover:#ecb7bf;--warning-color:#ffcb00;--warning-color-hover:#eaaa15;--warning-color-selected:#fceba1;--warning-color-selected-hover:#f2d973;--color-highlight_blue:#cce5ff;--color-basic_blue:#0073ea;--color-dark_blue:#0060b9;--color-bazooka:#f65f7c;--color-snow_white:#ffffff;--color-riverstone_gray:#f6f7fb;--color-ui_grey:#dcdfec;--color-wolf_gray:#c3c6d4;--color-asphalt:#676879;--color-mud_black:#323338;--color-black:#000000;--color-success:#00854d;--color-success-hover:#007038;--color-success-highlight:#bbdbc9;--color-error:#d83a52;--color-error-hover:#b63546;--color-error-highlight:#f4c3cb;--color-link_color:#1f76c2;--color-surface:#292f4c;--grey-background-color:#f6f7fb;--text-color-on-brand:#ffffff;--box-shadow-xs:0px 4px 6px -4px rgba(0, 0, 0, 0.1);--box-shadow-small:0px 4px 8px rgba(0, 0, 0, 0.2);--box-shadow-medium:0px 6px 20px rgba(0, 0, 0, 0.2);--box-shadow-large:0px 15px 50px rgba(0, 0, 0, 0.3);--color-grass_green:#037f4c;--color-grass_green-hover:#116846;--color-grass_green-selected:#81bfa5;--color-done-green:#00c875;--color-done-green-hover:#0f9b63;--color-done-green-selected:#80e3ba;--color-done-green-selected-with-opacity:rgba(128, 227, 186, 0.6);--color-bright-green:#9cd326;--color-bright-green-hover:#7ca32b;--color-bright-green-selected:#cde992;--color-saladish:#cab641;--color-saladish-hover:#9d8f3e;--color-saladish-selected:#e4daa0;--color-egg_yolk:#ffcb00;--color-egg_yolk-hover:#eaaa15;--color-egg_yolk-selected:#ffe580;--color-egg_yolk-rgb:255,213,51;--color-working_orange:#fdab3d;--color-working_orange-hover:#c0873c;--color-working_orange-selected:#fed59e;--color-dark-orange:#ff6d3b;--color-dark-orange-hover:#c25531;--color-dark-orange-selected:#ffb196;--color-peach:#ffadad;--color-peach-hover:#c2888a;--color-peach-selected:#ffd6d6;--color-sunset:#ff7575;--color-sunset-hover:#c26163;--color-sunset-selected:#ffbaba;--color-sunset-selected-with-opacity:rgba(255, 186, 186, 0.6);--color-stuck-red:#df2f4a;--color-stuck-red-hover:#ad3f51;--color-stuck-red-selected:#f0a1ad;--color-dark-red:#bb3354;--color-dark-red-hover:#92334c;--color-dark-red-selected:#dd99a9;--color-sofia_pink:#e50073;--color-sofia_pink-hover:#c20062;--color-sofia_pink-selected:#ff8ac4;--color-lipstick:#ff5ac4;--color-lipstick-hover:#c24e9a;--color-lipstick-selected:#fface1;--color-bubble:#faa1f1;--color-bubble-hover:#be80ba;--color-bubble-selected:#fcd0f8;--color-purple:#9d50dd;--color-purple-hover:#7d45b0;--color-purple-selected:#d0aeed;--color-dark_purple:#784bd1;--color-dark_purple-hover:#6344a3;--color-dark_purple-selected:#bba5e8;--color-berry:#7e3b8a;--color-berry-hover:#673971;--color-berry-selected:#be9dc4;--color-dark_indigo:#401694;--color-dark_indigo-hover:#3c1f78;--color-dark_indigo-selected:#a08bc9;--color-indigo:#5559df;--color-indigo-hover:#4b4ead;--color-indigo-selected:#aaacef;--color-navy:#225091;--color-navy-hover:#274776;--color-navy-selected:#90a7c8;--color-bright-blue:#579bfc;--color-bright-blue-hover:#4c7cc1;--color-bright-blue-selected:#abcdfd;--color-dark-blue:#007eb5;--color-dark-blue-hover:#0f6d97;--color-dark-blue-selected:#80c2df;--color-aquamarine:#4eccc6;--color-aquamarine-hover:#469e9b;--color-aquamarine-selected:#a6e5e2;--color-chili-blue:#66ccff;--color-chili-blue-hover:#569ec3;--color-chili-blue-selected:#b2e5ff;--color-river:#74afcc;--color-river-hover:#588095;--color-river-selected:#b3d0de;--color-winter:#9aadbd;--color-winter-hover:#7b8895;--color-winter-selected:#ccd6de;--color-explosive:#c4c4c4;--color-explosive-hover:#98999a;--color-explosive-selected:#e1e1e1;--color-american_gray:#757575;--color-american_gray-hover:#69696a;--color-american_gray-selected:#bfbfbf;--color-blackish:#333333;--color-blackish-hover:#222222;--color-blackish-selected:#999999;--color-brown:#7f5347;--color-brown-hover:#684943;--color-brown-selected:#bfa9a3;--color-orchid:#e484bd;--color-orchid-hover:#ae5d8d;--color-orchid-selected:#ecbad7;--color-tan:#bca58a;--color-tan-hover:#8a7862;--color-tan-selected:#d6cabc;--color-sky:#a1e3f6;--color-sky-hover:#81b6c5;--color-sky-selected:#d0f1fa;--color-coffee:#cd9282;--color-coffee-hover:#976758;--color-coffee-selected:#dec0b7;--color-royal:#216edf;--color-royal-hover:#225eb7;--color-royal-selected:#95bbf2;--color-teal:#175a63;--color-teal-hover:#12484f;--color-teal-selected:#8bacb1;--color-lavender:#bda8f9;--color-lavender-hover:#9786c7;--color-lavender-selected:#ded4fc;--color-steel:#a9bee8;--color-steel-hover:#8798ba;--color-steel-selected:#d4dff4;--color-lilac:#9d99b9;--color-lilac-hover:#7e7a94;--color-lilac-selected:#ceccdc;--color-pecan:#563e3e;--color-pecan-hover:#453232;--color-pecan-selected:#ab9f9f;--color-dark_marble:#f1f1f1;--color-marble:#f7f7f7;--color-gainsboro:#e1e1e1;--color-extra_light_gray:#edeef0;--color-glitter:#d9f0ff;--color-ultra_light_gray:#ebebeb;--color-very_light_gray:#a1a1a1;--color-jaco_gray:#9699a6;--color-storm_gray:#6b6d77;--color-trolley-grey:#757575;--color-basic_light_blue:#c7e6fa;--color-light_blue:#61caf7;--color-turquoise:#66ccff;--color-aqua:#00d1d1;--color-live_blue:#009aff;--color-jeans:#597bfc;--color-burned_eggplant:#181d37;--color-light-pink:#ff5ac4;--color-dark-pink:#ff007f;--color-dark_red:#bb3354;--color-yellow:#ffcb00;--color-mustered:#cab641;--color-orange:#fdab3d;--color-lime-green:#9cd326;--color-jade:#03c875;--color-green-haze:#00a359;--color-grass-green:#037f4c;--color-amethyst:#9d50dd;--color-dark-purple:#784bd1;--color-blue_links:#007eb5;--color-blue-links:#007eb5;--color-private:#f65f7c;--color-public:#009aff;--color-board_views_grey:#6e6f8f;--color-board_views_grey_hover:#b2b3d0;--color-board_views_blue:#1c1f3b;--color-board_views_blue_secondary:#363a52;--color-border_light_gray:#f5f6f8;--color-brand-blue:#00a9ff;--color-brand-charcoal:#2b2c5c;--color-brand-gold:#ffcc00;--color-brand-green:#11dd80;--color-brand-iris:#595ad4;--color-brand-light-blue:#00cff4;--color-brand-malachite:#00cd6f;--color-brand-purple:#a358d0;--color-brand-red:#f74875;--color-deadline_upcoming_indication:#5d6387;--color-default_group_color:#579bfc;--color-form_btn_hover:#0083d9;--color-form_purple:#575c96;--color-highlight:#dff0ff;--color-green_shadow:#00c875;--color-green-shadow:#00c875;--color-red_shadow:#df2f4a;--color-red-shadow:#df2f4a;--color-pulse_bg:#f0f0f0;--color-pulse_text_color:#333333;--color-placholder_gray:#d8d8d8;--color-placeholder_light_gray:#efefef;--color-excel-green:#207245;--color-media-blue:#2ea2e9;--color-pdf-red:#bb0706;--color-ppt-orange:#d64e2a;--color-word-blue:#2a5699;--color-zip-orange:#e4901c;--color-like_red:#fb275d;--color-scrollbar_gray:#b2b2b2;--color-timeline_grid_blue:#454662;--color-timeline_blue:#1c1f3b;--color-highlight_blue-rgb:204,229,255;--color-snow_white-with-opacity:rgba(255, 255, 255, 0.4);--color-wolf_gray-with-opacity:rgba(195, 198, 212, 0.1);--color-asphalt-with-opacity:rgba(103, 104, 121, 0.1);--primary-on-secondary-color:#0073ea;--primary-hover-on-secondary-color:#0060b9;--primary-selected-color-rgb:204,229,255;--primary-selected-on-secondary-color:#cce5ff;--primary-text-on-secondary-color:#323338;--text-color-on-primary-with-opacity:rgba(255, 255, 255, 0.4);--secondary-text-on-secondary-color:#676879;--placeholder-color-with-opacity:rgba(103, 104, 121, 0.1);--placeholder-on-secondary-color:#676879;--icon-on-secondary-color:#676879;--link-on-secondary-color:#1f76c2;--label-background-color:#cce5ff;--label-background-on-secondary-color:#cce5ff;--primary-background-color-rgb:255,255,255;--primary-background-hover-on-secondary-color:#dcdfec;--modal-background-color:#ffffff;--secondary-background-color-rgb:255,255,255;--disabled-background-on-secondary-color:#ecedf5;--disabled-text-on-secondary-color:rgba(50, 51, 56, var(--disabled-component-opacity));--ui-border-on-secondary-color:#c3c6d4;--layout-border-on-secondary-color:#d0d4e4;--dark-background-color:#f6f7fb;--dark-background-on-secondary-color:#f6f7fb;--dialog-background-color:#ffffff;--box-shadow-mediun:0px 6px 20px rgba(0, 0, 0, 0.2)}.dark-app-theme{--primary-color:#0073ea;--primary-hover-color:#0060b9;--primary-selected-color:#133774;--primary-selected-hover-color:#0d2e65;--primary-highlighted-color:#0d2753;--primary-surface-color:#181b34;--primary-text-color:#d5d8df;--secondary-text-color:#9699a6;--text-color-on-inverted:#323338;--text-color-on-primary:#ffffff;--disabled-text-color:rgba(213, 216, 223, var(--disabled-component-opacity));--inverted-color-background:#ffffff;--fixed-dark-color:#323338;--fixed-light-color:#ffffff;--primary-background-color:#181b34;--primary-background-hover-color:rgba(103, 104, 121, 0.3);--secondary-background-color:#30324e;--allgrey-background-color:#30324e;--backdrop-color:rgba(41, 47, 76, 0.7);--ui-border-color:#797e93;--ui-background-color:#434660;--ui-background-hover-color:#35384d;--layout-border-color:#4b4e69;--placeholder-color:#c3c6d4;--icon-color:#c3c6d4;--disabled-background-color:#3c3f59;--link-color:#69a7ef;--brand-color:#0073ea;--brand-hover-color:#0060b9;--brand-selected-color:#133774;--brand-selected-hover-color:#0d2e65;--positive-color:#00854d;--positive-color-hover:#007038;--positive-color-selected:#025231;--positive-color-selected-hover:#194733;--negative-color:#d83a52;--negative-color-hover:#b63546;--negative-color-selected:#642830;--negative-color-selected-hover:#5a2027;--warning-color:#ffcb00;--warning-color-hover:#eaaa15;--warning-color-selected:#503e02;--warning-color-selected-hover:#402f00;--grey-background-color:#181b34;--text-color-on-brand:#ffffff;--color-surface:#292f4c;--box-shadow-xs:0px 4px 6px -4px rgba(9, 11, 25, 0.5);--box-shadow-small:0px 4px 8px rgba(9, 11, 25, 0.5);--box-shadow-medium:0px 6px 20px rgba(9, 11, 25, 0.5);--box-shadow-large:0px 15px 50px rgba(9, 11, 25, 0.5);--color-grass_green-hover:#116846;--color-grass_green-selected:#0f4f43;--color-done-green-hover:#0f9b63;--color-done-green-selected:#0e7358;--color-done-green-selected-with-opacity:rgba(14, 115, 88, 0.6);--color-bright-green-hover:#7ca32b;--color-bright-green-selected:#5c7930;--color-saladish-hover:#9d8f3e;--color-saladish-selected:#736a3e;--color-egg_yolk-hover:#c29e11;--color-egg_yolk-selected:#8d751e;--color-egg_yolk-rgb:255,213,51;--color-working_orange-hover:#c0873c;--color-working_orange-selected:#8c653c;--color-dark-orange-hover:#c25531;--color-dark-orange-selected:#8d4134;--color-peach-hover:#c2888a;--color-peach-selected:#8d6674;--color-sunset-hover:#c26163;--color-sunset-selected:#8d4a58;--color-sunset-selected-with-opacity:rgba(141, 74, 88, 0.6);--color-stuck-red-hover:#ad3f51;--color-stuck-red-selected:#7f314b;--color-dark-red-hover:#92334c;--color-dark-red-selected:#6b2947;--color-sofia_pink-hover:#c21e71;--color-sofia_pink-selected:#8d1a62;--color-lipstick-hover:#c24e9a;--color-lipstick-selected:#8d3c7f;--color-bubble-hover:#be80ba;--color-bubble-selected:#8b6096;--color-purple-hover:#8050ab;--color-purple-selected:#5f3e8b;--color-dark_purple-hover:#6344a3;--color-dark_purple-selected:#4a3586;--color-berry-hover:#673971;--color-berry-selected:#4d2d62;--color-dark_indigo:#6129ff;--color-dark_indigo-hover:#4c18dc;--color-dark_indigo-selected:#3c13ae;--color-indigo-hover:#4b4ead;--color-indigo-selected:#383c8d;--color-navy:#5684c5;--color-navy-hover:#3468b2;--color-navy-selected:#24508f;--color-bright-blue-hover:#4c7cc1;--color-bright-blue-selected:#395d9b;--color-dark-blue-hover:#0f6d97;--color-dark-blue-selected:#0e527e;--color-aquamarine-hover:#469e9b;--color-aquamarine-selected:#357580;--color-chili-blue-hover:#569ec3;--color-chili-blue-selected:#41759d;--color-river-hover:#588095;--color-river-selected:#42607c;--color-winter-hover:#7b8895;--color-winter-selected:#5b667c;--color-explosive-hover:#98999a;--color-explosive-selected:#70717f;--color-american_gray-hover:#69696a;--color-american_gray-selected:#4e505e;--color-blackish:#7a7a7a;--color-blackish-hover:#525252;--color-blackish-selected:#383838;--color-brown-hover:#684943;--color-brown-selected:#4d3941;--color-orchid-hover:#b4739a;--color-orchid-selected:#85597b;--color-tan-hover:#978977;--color-tan-selected:#716863;--color-sky-hover:#90bac6;--color-sky-selected:#6c8a9a;--color-coffee-hover:#a27b6f;--color-coffee-selected:#795e5d;--color-royal-hover:#4474bb;--color-royal-selected:#375993;--color-teal:#4a8f98;--color-teal-hover:#347179;--color-teal-selected:#245960;--color-lavender-hover:#a294c8;--color-lavender-selected:#79709c;--color-steel-hover:#95a2be;--color-steel-selected:#707a95;--color-lilac-hover:#8e8a9f;--color-lilac-selected:#6b697f;--color-pecan:#806363;--color-pecan-hover:#674c4c;--color-pecan-selected:#513939;--primary-on-secondary-color:#0073ea;--primary-hover-on-secondary-color:#0060b9;--primary-selected-color-rgb:19,55,116;--primary-selected-on-secondary-color:#133774;--primary-text-on-secondary-color:#d5d8df;--primary-background-color-rgb:24,27,52;--primary-background-hover-on-secondary-color:#4b4e69;--secondary-background-color-rgb:48,50,78;--secondary-text-on-secondary-color:#9699a6;--link-on-secondary-color:#69a7ef;--modal-background-color:#181b34;--dark-background-color:#393b53;--dark-background-on-secondary-color:#4b4e69;--dialog-background-color:#30324e;--label-background-color:#404b69;--label-background-on-secondary-color:#404b69;--icon-on-secondary-color:#c3c6d4;--placeholder-color-with-opacity:rgba(195, 198, 212, 0.1);--placeholder-on-secondary-color:#c3c6d4;--ui-border-on-secondary-color:#797e93;--layout-border-on-secondary-color:#4b4e69;--disabled-background-on-secondary-color:#3c3f59;--disabled-text-on-secondary-color:rgba(213, 216, 223, var(--disabled-component-opacity));--box-shadow-mediun:0px 6px 20px rgba(0, 0, 0, 0.2)}.black-app-theme{--primary-color:#0073ea;--primary-hover-color:#0060b9;--primary-selected-color:#133774;--primary-selected-hover-color:#0d2e65;--primary-highlighted-color:#0b2858;--primary-surface-color:#111111;--primary-text-color:#eeeeee;--secondary-text-color:#aaaaaa;--text-color-on-inverted:#111111;--text-color-on-primary:#ffffff;--disabled-text-color:rgba(238, 238, 238, var(--disabled-component-opacity));--inverted-color-background:#eeeeee;--fixed-dark-color:#111111;--fixed-light-color:#ffffff;--primary-background-color:#111111;--primary-background-hover-color:rgba(103, 104, 121, 0.3);--secondary-background-color:#2c2c2c;--allgrey-background-color:#2c2c2c;--backdrop-color:rgba(33, 33, 33, 0.7);--ui-border-color:#8d8d8d;--ui-background-color:#4d4d4d;--ui-background-hover-color:#3b3b3b;--layout-border-color:#636363;--placeholder-color:#aaaaaa;--icon-color:#aaaaaa;--disabled-background-color:#3a3a3a;--link-color:#69a7ef;--brand-color:#0073ea;--brand-hover-color:#0060b9;--brand-selected-color:#133774;--brand-selected-hover-color:#0d2e65;--positive-color:#00854d;--positive-color-hover:#007038;--positive-color-selected:#025231;--positive-color-selected-hover:#194733;--negative-color:#d83a52;--negative-color-hover:#b63546;--negative-color-selected:#642830;--negative-color-selected-hover:#5a2027;--warning-color:#ffcb00;--warning-color-hover:#eaaa15;--warning-color-selected:#503e02;--warning-color-selected-hover:#402f00;--text-color-on-brand:#ffffff;--color-surface:#212121;--grey-background-color:#111111;--box-shadow-xs:0px 4px 6px -4px #000000;--box-shadow-small:0px 4px 8px #000000;--box-shadow-medium:0px 6px 20px #000000;--box-shadow-large:0px 15px 50px #000000;--color-grass_green-hover:#116846;--color-grass_green-selected:#0a482e;--color-done-green-hover:#0f9b63;--color-done-green-selected:#096c43;--color-done-green-selected-with-opacity:rgba(9, 108, 67, 0.6);--color-bright-green-hover:#7ca32b;--color-bright-green-selected:#56721b;--color-saladish-hover:#9d8f3e;--color-saladish-selected:#6d6329;--color-egg_yolk-hover:#c29e11;--color-egg_yolk-selected:#886e09;--color-egg_yolk-rgb:255,213,51;--color-working_orange-hover:#c0873c;--color-working_orange-selected:#875e27;--color-dark-orange-hover:#c25531;--color-dark-orange-selected:#883a1f;--color-peach-hover:#c2888a;--color-peach-selected:#885f5f;--color-sunset-hover:#c26163;--color-sunset-selected:#884343;--color-sunset-selected-with-opacity:rgba(136, 67, 67, 0.6);--color-stuck-red-hover:#ad3f51;--color-stuck-red-selected:#792a36;--color-dark-red-hover:#92334c;--color-dark-red-selected:#662232;--color-sofia_pink-hover:#c21e71;--color-sofia_pink-selected:#88134d;--color-lipstick-hover:#c24e9a;--color-lipstick-selected:#88356a;--color-bubble-hover:#be80ba;--color-bubble-selected:#855981;--color-purple-hover:#8050ab;--color-purple-selected:#593776;--color-dark_purple-hover:#6344a3;--color-dark_purple-selected:#442e71;--color-berry-hover:#673971;--color-berry-selected:#47264d;--color-dark_indigo:#6129ff;--color-dark_indigo-hover:#4c18dc;--color-dark_indigo-selected:#3c13ae;--color-indigo-hover:#4b4ead;--color-indigo-selected:#333578;--color-navy:#5684c5;--color-navy-hover:#3468b2;--color-navy-selected:#24508f;--color-bright-blue-hover:#4c7cc1;--color-bright-blue-selected:#345686;--color-dark-blue-hover:#0f6d97;--color-dark-blue-selected:#094b69;--color-aquamarine-hover:#469e9b;--color-aquamarine-selected:#2f6e6b;--color-chili-blue-hover:#569ec3;--color-chili-blue-selected:#3b6e88;--color-river-hover:#588095;--color-river-selected:#3c5967;--color-winter-hover:#7b8895;--color-winter-selected:#555f67;--color-explosive-hover:#98999a;--color-explosive-selected:#6a6a6a;--color-american_gray-hover:#69696a;--color-american_gray-selected:#494949;--color-blackish:#7a7a7a;--color-blackish-hover:#525252;--color-blackish-selected:#383838;--color-brown-hover:#684943;--color-brown-selected:#48322c;--color-orchid-hover:#b4739a;--color-orchid-selected:#7e516c;--color-tan-hover:#978977;--color-tan-selected:#6a6053;--color-sky-hover:#90bac6;--color-sky-selected:#65828b;--color-coffee-hover:#a27b6f;--color-coffee-selected:#71564e;--color-royal-hover:#4474bb;--color-royal-selected:#305183;--color-teal:#4a8f98;--color-teal-hover:#347179;--color-teal-selected:#245960;--color-lavender-hover:#a294c8;--color-lavender-selected:#71688c;--color-steel-hover:#95a2be;--color-steel-selected:#687185;--color-lilac-hover:#8e8a9f;--color-lilac-selected:#63616f;--color-pecan:#806363;--color-pecan-hover:#674c4c;--color-pecan-selected:#513939;--primary-on-secondary-color:#0073ea;--primary-hover-on-secondary-color:#0060b9;--primary-selected-color-rgb:19,55,116;--primary-selected-on-secondary-color:#133774;--primary-text-on-secondary-color:#eeeeee;--primary-background-color-rgb:17,17,17;--primary-background-hover-on-secondary-color:#636363;--secondary-background-color-rgb:44,44,44;--secondary-text-on-secondary-color:#9699a6;--link-on-secondary-color:#69a7ef;--modal-background-color:#181b34;--dark-background-color:#2c2c2c;--dark-background-on-secondary-color:#4b4e69;--dialog-background-color:#2c2c2c;--label-background-color:#404b69;--label-background-on-secondary-color:#404b69;--icon-on-secondary-color:#aaaaaa;--placeholder-color-with-opacity:rgba(170, 170, 170, 0.1);--placeholder-on-secondary-color:#aaaaaa;--ui-border-on-secondary-color:#8d8d8d;--layout-border-on-secondary-color:#636363;--disabled-background-on-secondary-color:#3a3a3a;--disabled-text-on-secondary-color:rgba(238, 238, 238, var(--disabled-component-opacity));--box-shadow-mediun:0px 6px 20px rgba(0, 0, 0, 0.2)}.hacker_theme-app-theme{--primary-color:#fe78c6;--primary-hover-color:#fe5ab9;--primary-selected-color:#9f4077;--primary-selected-hover-color:#0d2e65;--primary-highlighted-color:#0b2858;--primary-surface-color:#111111;--primary-text-color:#d5d8df;--secondary-text-color:#9699a6;--text-color-on-inverted:#323338;--disabled-text-color:rgba(238, 238, 238, var(--disabled-component-opacity));--inverted-color-background:#ffffff;--fixed-dark-color:#323338;--fixed-light-color:#ffffff;--primary-background-color:#282a36;--primary-background-hover-color:#4b4e69;--secondary-background-color:#30324e;--allgrey-background-color:#282a36;--ui-border-color:#797e93;--ui-background-color:#4b4e69;--ui-background-hover-color:#3b3b3b;--layout-border-color:#414458;--placeholder-color:#c3c6d4;--icon-color:#c3c6d4;--disabled-background-color:#3a3a3a;--link-color:#bd93f9;--brand-color:#fe78c6;--brand-hover-color:#fe5ab9;--brand-selected-color:#9f4077;--brand-selected-hover-color:#0d2e65;--positive-color:#50fa7b;--positive-color-hover:#007038;--positive-color-selected:#26503e;--positive-color-selected-hover:#194733;--negative-color:#ff5555;--negative-color-hover:#b63546;--negative-color-selected:#642830;--negative-color-selected-hover:#5a2027;--warning-color:#ffcb00;--warning-color-hover:#eaaa15;--warning-color-selected:#503e02;--warning-color-selected-hover:#402f00;--grey-background-color:#282a36;--box-shadow-xs:0px 4px 6px -4px #000000;--box-shadow-small:0px 4px 8px #000000;--box-shadow-medium:0px 6px 20px #000000;--box-shadow-large:0px 15px 50px #000000;--color-grass_green:#359970;--color-grass_green-hover:#116846;--color-grass_green-selected:#0a482e;--color-done-green:#33d391;--color-done-green-hover:#0f9b63;--color-done-green-selected:#096c43;--color-done-green-selected-with-opacity:rgba(9, 108, 67, 0.6);--color-bright-green:#b0dc51;--color-bright-green-hover:#7ca32b;--color-bright-green-selected:#56721b;--color-saladish:#d5c567;--color-saladish-hover:#9d8f3e;--color-saladish-selected:#6d6329;--color-egg_yolk:#ffd533;--color-egg_yolk-hover:#c29e11;--color-egg_yolk-selected:#886e09;--color-egg_yolk-rgb:255,213,51;--color-working_orange:#fdbc64;--color-working_orange-hover:#c0873c;--color-working_orange-selected:#875e27;--color-dark-orange:#ff6d3b;--color-dark-orange-hover:#c25531;--color-dark-orange-selected:#883a1f;--color-peach:#ffbdbd;--color-peach-hover:#c2888a;--color-peach-selected:#885f5f;--color-sunset:#ff9191;--color-sunset-hover:#c26163;--color-sunset-selected:#884343;--color-sunset-selected-with-opacity:rgba(136, 67, 67, 0.6);--color-stuck-red:#e8697d;--color-stuck-red-hover:#ad3f51;--color-stuck-red-selected:#792a36;--color-dark-red:#c95c76;--color-dark-red-hover:#92334c;--color-dark-red-selected:#662232;--color-sofia_pink:#ff44a1;--color-sofia_pink-hover:#c21e71;--color-sofia_pink-selected:#88134d;--color-lipstick:#ff7bd0;--color-lipstick-hover:#c24e9a;--color-lipstick-selected:#88356a;--color-bubble:#fbb4f4;--color-bubble-hover:#be80ba;--color-bubble-selected:#855981;--color-purple:#b57de3;--color-purple-hover:#8050ab;--color-purple-selected:#593776;--color-dark_purple:#936fda;--color-dark_purple-hover:#6344a3;--color-dark_purple-selected:#442e71;--color-berry:#9862a1;--color-berry-hover:#673971;--color-berry-selected:#47264d;--color-dark_indigo:#6645a9;--color-dark_indigo-hover:#3c1f78;--color-dark_indigo-selected:#291452;--color-indigo:#777ae5;--color-indigo-hover:#4b4ead;--color-indigo-selected:#333578;--color-navy:#4e73a7;--color-navy-hover:#274776;--color-navy-selected:#193151;--color-bright-blue:#79affd;--color-bright-blue-hover:#4c7cc1;--color-bright-blue-selected:#345686;--color-dark-blue:#339ecd;--color-dark-blue-hover:#0f6d97;--color-dark-blue-selected:#094b69;--color-aquamarine:#71d6d1;--color-aquamarine-hover:#469e9b;--color-aquamarine-selected:#2f6e6b;--color-chili-blue:#85d6ff;--color-chili-blue-hover:#569ec3;--color-chili-blue-selected:#3b6e88;--color-river:#86b4ca;--color-river-hover:#588095;--color-river-selected:#3c5967;--color-winter:#aebdca;--color-winter-hover:#7b8895;--color-winter-selected:#555f67;--color-explosive:#d0d0d0;--color-explosive-hover:#98999a;--color-explosive-selected:#6a6a6a;--color-american_gray:#999999;--color-american_gray-hover:#69696a;--color-american_gray-selected:#494949;--color-blackish:#5c5c5c;--color-blackish-hover:#222222;--color-blackish-selected:#111111;--color-brown:#99756c;--color-brown-hover:#684943;--color-brown-selected:#48322c;--color-orchid:#e190c0;--color-orchid-hover:#b4739a;--color-orchid-selected:#7e516c;--color-tan:#bdab95;--color-tan-hover:#978977;--color-tan-selected:#6a6053;--color-sky:#b4e9f8;--color-sky-hover:#90bac6;--color-sky-selected:#65828b;--color-coffee:#ca9a8b;--color-coffee-hover:#a27b6f;--color-coffee-selected:#71564e;--color-royal:#5591ea;--color-royal-hover:#4474bb;--color-royal-selected:#305183;--color-teal:#457b82;--color-teal-hover:#376268;--color-teal-selected:#274549;--color-lavender:#cab9fa;--color-lavender-hover:#a294c8;--color-lavender-selected:#71688c;--color-steel:#bacbed;--color-steel-hover:#95a2be;--color-steel-selected:#687185;--color-lilac:#687185;--color-lilac-hover:#8e8a9f;--color-lilac-selected:#63616f;--color-pecan:#786565;--color-pecan-hover:#605151;--color-pecan-selected:#433939;--color-success:#50fa7b;--color-error:#ff5555;--primary-on-secondary-color:#fe78c6;--primary-hover-on-secondary-color:#fe5ab9;--primary-selected-color-rgb:159,64,119;--primary-selected-on-secondary-color:#9f4077;--primary-text-on-secondary-color:#d5d8df;--primary-background-color-rgb:40,42,54;--primary-background-hover-on-secondary-color:#4b4e69;--secondary-background-color-rgb:48,50,78;--secondary-text-on-secondary-color:#9699a6;--link-on-secondary-color:#bd93f9;--modal-background-color:#282a36;--dark-background-color:#303241;--dark-background-on-secondary-color:#595959;--dialog-background-color:#30324e;--label-background-color:#404b69;--label-background-on-secondary-color:#404b69;--icon-on-secondary-color:#c3c6d4;--placeholder-color-with-opacity:rgba(195, 198, 212, 0.1);--placeholder-on-secondary-color:#c3c6d4;--ui-border-on-secondary-color:#797e93;--layout-border-on-secondary-color:#414458;--disabled-background-on-secondary-color:#3a3a3a;--disabled-text-on-secondary-color:rgba(238, 238, 238, var(--disabled-component-opacity));--box-shadow-mediun:0px 6px 20px rgba(0, 0, 0, 0.2)}";!function(o){const e="s_id-42ffe1ac097c_4_5_26";if("undefined"!=typeof document){const r=document.head||document.getElementsByTagName("head")[0];if(r.querySelector("#"+e))return;const c=document.createElement("style");c.id=e,r.firstChild?r.insertBefore(c,r.firstChild):r.appendChild(c),c.appendChild(document.createTextNode(o))}else globalThis.injectedStyles&&(globalThis.injectedStyles[e]=o)}(o);export{o as default};
1
+ var o=":root{--motion-productive-short:70ms;--motion-productive-medium:100ms;--motion-productive-long:150ms;--motion-expressive-short:250ms;--motion-expressive-long:400ms;--motion-timing-enter:cubic-bezier(0, 0, 0.35, 1);--motion-timing-exit:cubic-bezier(0.4, 0, 1, 1);--motion-timing-transition:cubic-bezier(0.4, 0, 0.2, 1);--motion-timing-emphasize:cubic-bezier(0, 0, 0.2, 1.4);--expand-animation-timing:var(--motion-timing-enter)}:root{--space-2:2px;--space-4:4px;--space-8:8px;--space-12:12px;--space-16:16px;--space-20:20px;--space-24:24px;--space-32:32px;--space-40:40px;--space-48:48px;--space-64:64px;--space-80:80px}:root{--border-width:1px;--border-style:solid}:root{--border-radius-4:4px;--border-radius-8:8px;--border-radius-12:12px;--border-radius-16:16px;--border-radius-small:var(--border-radius-4);--border-radius-medium:var(--border-radius-8);--border-radius-big:var(--border-radius-16)}:root{--disabled-component-opacity:0.38}:root{--font-family:Figtree,Roboto,Noto Sans Hebrew,Noto Kufi Arabic,Noto Sans JP,sans-serif;--title-font-family:Poppins,Roboto,Noto Sans Hebrew,Noto Kufi Arabic,Noto Sans JP,sans-serif;--h1-font-family:var(--title-font-family);--font-smoothing-webkit:antialiased;--font-smoothing-moz:grayscale;--font-weight-very-light:200;--font-weight-light:300;--font-weight-normal:400;--font-weight-bold:500;--font-line-height-10:18px;--font-line-height-20:24px;--font-line-height-30:24px;--font-line-height-40:24px;--font-line-height-50:32px;--font-line-height-60:42px;--font-size-10:14px;--font-size-20:14px;--font-size-30:16px;--font-size-40:18px;--font-size-50:24px;--font-size-60:30px;--font-size-h1:var(--font-size-60);--font-size-h2:var(--font-size-50);--font-size-h3:var(--font-size-50);--font-size-h4:var(--font-size-40);--font-size-h5:var(--font-size-30);--font-size-general-label:var(--font-size-20);--font-size-paragraph:var(--font-size-30);--font-size-subtext:var(--font-size-10);--font-line-height-h1:var(--font-line-height-60);--font-line-height-h2:var(--font-line-height-50);--font-line-height-h3:var(--font-line-height-50);--font-line-height-h4:var(--font-line-height-40);--font-line-height-h5:var(--font-line-height-30);--font-line-height-general-label:var(--font-line-height-20);--font-line-height-paragraph:var(--font-line-height-30);--font-line-height-subtext:var(--font-line-height-10);--font-h1:var(--font-weight-bold) var(--font-size-h1)/var(--font-line-height-h1) var(--title-font-family);--font-h2:var(--font-weight-bold) var(--font-size-h2)/var(--font-line-height-h2) var(--title-font-family);--font-h3:var(--font-weight-light) var(--font-size-h3)/var(--font-line-height-h3) var(--title-font-family);--font-h4:var(--font-weight-bold) var(--font-size-h4)/var(--font-line-height-h4) var(--title-font-family);--font-h5:var(--font-weight-bold) var(--font-size-h5)/var(--font-line-height-h5) var(--font-family);--font-general-label:var(--font-weight-normal) var(--font-size-general-label)/var(--font-line-height-general-label) var(--font-family);--font-paragraph:var(--font-weight-normal) var(--font-size-paragraph)/var(--font-line-height-paragraph) var(--font-family);--font-subtext:var(--font-weight-normal) var(--font-size-subtext)/var(--font-line-height-subtext) var(--font-family);--font-h1-bold:700 32px/40px var(--title-font-family);--font-h1-medium:600 32px/40px var(--title-font-family);--font-h1-normal:500 32px/40px var(--title-font-family);--font-h1-light:300 32px/40px var(--title-font-family);--font-h2-bold:700 24px/30px var(--title-font-family);--font-h2-medium:600 24px/30px var(--title-font-family);--font-h2-normal:500 24px/30px var(--title-font-family);--font-h2-light:300 24px/30px var(--title-font-family);--font-h3-bold:700 18px/24px var(--title-font-family);--font-h3-medium:600 18px/24px var(--title-font-family);--font-h3-normal:500 18px/24px var(--title-font-family);--font-h3-light:300 18px/24px var(--title-font-family);--font-text1-bold:700 16px/22px var(--font-family);--font-text1-medium:600 16px/22px var(--font-family);--font-text1-normal:400 16px/22px var(--font-family);--font-text2-bold:700 14px/20px var(--font-family);--font-text2-medium:600 14px/20px var(--font-family);--font-text2-normal:400 14px/20px var(--font-family);--font-text3-bold:700 12px/16px var(--font-family);--font-text3-medium:600 12px/16px var(--font-family);--font-text3-normal:400 12px/16px var(--font-family);--letter-spacing-h1-bold:-0.5px;--letter-spacing-h1-normal:-0.5px;--letter-spacing-h1-light:-0.5px;--letter-spacing-h2-bold:-0.1px;--letter-spacing-h2-normal:-0.1px;--letter-spacing-h2-light:-0.1px;--letter-spacing-h3-bold:-0.1px;--letter-spacing-h3-normal:-0.1px;--letter-spacing-h3-light:-0.1px}.default-app-theme,.light-app-theme,:root{--primary-color:#0073ea;--primary-hover-color:#0060b9;--primary-selected-color:#cce5ff;--primary-selected-hover-color:#aed4fc;--primary-highlighted-color:#f0f7ff;--primary-surface-color:#eceff8;--primary-text-color:#323338;--secondary-text-color:#676879;--text-color-on-inverted:#ffffff;--text-color-on-primary:#ffffff;--disabled-text-color:rgba(50, 51, 56, var(--disabled-component-opacity));--inverted-color-background:#323338;--fixed-dark-color:#323338;--fixed-light-color:#ffffff;--primary-background-color:#ffffff;--primary-background-hover-color:rgba(103, 104, 121, 0.1);--secondary-background-color:#ffffff;--allgrey-background-color:#f6f7fb;--backdrop-color:rgba(41, 47, 76, 0.7);--ui-border-color:#c3c6d4;--ui-background-color:#e7e9ef;--ui-background-hover-color:#d8d9e0;--layout-border-color:#d0d4e4;--placeholder-color:#676879;--icon-color:#676879;--disabled-background-color:#ecedf5;--link-color:#1f76c2;--brand-color:#0073ea;--brand-hover-color:#0060b9;--brand-selected-color:#cce5ff;--brand-selected-hover-color:#aed4fc;--positive-color:#00854d;--positive-color-hover:#007038;--positive-color-selected:#bbdbc9;--positive-color-selected-hover:#b5cec0;--negative-color:#d83a52;--negative-color-hover:#b63546;--negative-color-selected:#f4c3cb;--negative-color-selected-hover:#ecb7bf;--warning-color:#ffcb00;--warning-color-hover:#eaaa15;--warning-color-selected:#fceba1;--warning-color-selected-hover:#f2d973;--color-highlight_blue:#cce5ff;--color-basic_blue:#0073ea;--color-dark_blue:#0060b9;--color-bazooka:#f65f7c;--color-snow_white:#ffffff;--color-riverstone_gray:#f6f7fb;--color-ui_grey:#dcdfec;--color-wolf_gray:#c3c6d4;--color-asphalt:#676879;--color-mud_black:#323338;--color-black:#000000;--color-success:#00854d;--color-success-hover:#007038;--color-success-highlight:#bbdbc9;--color-error:#d83a52;--color-error-hover:#b63546;--color-error-highlight:#f4c3cb;--color-link_color:#1f76c2;--color-surface:#292f4c;--grey-background-color:#f6f7fb;--text-color-on-brand:#ffffff;--box-shadow-xs:0px 4px 6px -4px rgba(0, 0, 0, 0.1);--box-shadow-small:0px 4px 8px rgba(0, 0, 0, 0.2);--box-shadow-medium:0px 6px 20px rgba(0, 0, 0, 0.2);--box-shadow-large:0px 15px 50px rgba(0, 0, 0, 0.3);--color-grass_green:#037f4c;--color-grass_green-hover:#116846;--color-grass_green-selected:#81bfa5;--color-done-green:#00c875;--color-done-green-hover:#0f9b63;--color-done-green-selected:#80e3ba;--color-done-green-selected-with-opacity:rgba(128, 227, 186, 0.6);--color-bright-green:#9cd326;--color-bright-green-hover:#7ca32b;--color-bright-green-selected:#cde992;--color-saladish:#cab641;--color-saladish-hover:#9d8f3e;--color-saladish-selected:#e4daa0;--color-egg_yolk:#ffcb00;--color-egg_yolk-hover:#eaaa15;--color-egg_yolk-selected:#ffe580;--color-egg_yolk-rgb:255,213,51;--color-working_orange:#fdab3d;--color-working_orange-hover:#c0873c;--color-working_orange-selected:#fed59e;--color-dark-orange:#ff6d3b;--color-dark-orange-hover:#c25531;--color-dark-orange-selected:#ffb196;--color-peach:#ffadad;--color-peach-hover:#c2888a;--color-peach-selected:#ffd6d6;--color-sunset:#ff7575;--color-sunset-hover:#c26163;--color-sunset-selected:#ffbaba;--color-sunset-selected-with-opacity:rgba(255, 186, 186, 0.6);--color-stuck-red:#df2f4a;--color-stuck-red-hover:#ad3f51;--color-stuck-red-selected:#f0a1ad;--color-dark-red:#bb3354;--color-dark-red-hover:#92334c;--color-dark-red-selected:#dd99a9;--color-sofia_pink:#e50073;--color-sofia_pink-hover:#c20062;--color-sofia_pink-selected:#ff8ac4;--color-lipstick:#ff5ac4;--color-lipstick-hover:#c24e9a;--color-lipstick-selected:#fface1;--color-bubble:#faa1f1;--color-bubble-hover:#be80ba;--color-bubble-selected:#fcd0f8;--color-purple:#9d50dd;--color-purple-hover:#7d45b0;--color-purple-selected:#d0aeed;--color-dark_purple:#784bd1;--color-dark_purple-hover:#6344a3;--color-dark_purple-selected:#bba5e8;--color-berry:#7e3b8a;--color-berry-hover:#673971;--color-berry-selected:#be9dc4;--color-dark_indigo:#401694;--color-dark_indigo-hover:#3c1f78;--color-dark_indigo-selected:#a08bc9;--color-indigo:#5559df;--color-indigo-hover:#4b4ead;--color-indigo-selected:#aaacef;--color-navy:#225091;--color-navy-hover:#274776;--color-navy-selected:#90a7c8;--color-bright-blue:#579bfc;--color-bright-blue-hover:#4c7cc1;--color-bright-blue-selected:#abcdfd;--color-dark-blue:#007eb5;--color-dark-blue-hover:#0f6d97;--color-dark-blue-selected:#80c2df;--color-aquamarine:#4eccc6;--color-aquamarine-hover:#469e9b;--color-aquamarine-selected:#a6e5e2;--color-chili-blue:#66ccff;--color-chili-blue-hover:#569ec3;--color-chili-blue-selected:#b2e5ff;--color-river:#74afcc;--color-river-hover:#588095;--color-river-selected:#b3d0de;--color-winter:#9aadbd;--color-winter-hover:#7b8895;--color-winter-selected:#ccd6de;--color-explosive:#c4c4c4;--color-explosive-hover:#98999a;--color-explosive-selected:#e1e1e1;--color-american_gray:#757575;--color-american_gray-hover:#69696a;--color-american_gray-selected:#bfbfbf;--color-blackish:#333333;--color-blackish-hover:#222222;--color-blackish-selected:#999999;--color-brown:#7f5347;--color-brown-hover:#684943;--color-brown-selected:#bfa9a3;--color-orchid:#e484bd;--color-orchid-hover:#ae5d8d;--color-orchid-selected:#ecbad7;--color-tan:#bca58a;--color-tan-hover:#8a7862;--color-tan-selected:#d6cabc;--color-sky:#a1e3f6;--color-sky-hover:#81b6c5;--color-sky-selected:#d0f1fa;--color-coffee:#cd9282;--color-coffee-hover:#976758;--color-coffee-selected:#dec0b7;--color-royal:#216edf;--color-royal-hover:#225eb7;--color-royal-selected:#95bbf2;--color-teal:#175a63;--color-teal-hover:#12484f;--color-teal-selected:#8bacb1;--color-lavender:#bda8f9;--color-lavender-hover:#9786c7;--color-lavender-selected:#ded4fc;--color-steel:#a9bee8;--color-steel-hover:#8798ba;--color-steel-selected:#d4dff4;--color-lilac:#9d99b9;--color-lilac-hover:#7e7a94;--color-lilac-selected:#ceccdc;--color-pecan:#563e3e;--color-pecan-hover:#453232;--color-pecan-selected:#ab9f9f;--color-dark_marble:#f1f1f1;--color-marble:#f7f7f7;--color-gainsboro:#e1e1e1;--color-extra_light_gray:#edeef0;--color-glitter:#d9f0ff;--color-ultra_light_gray:#ebebeb;--color-very_light_gray:#a1a1a1;--color-jaco_gray:#9699a6;--color-storm_gray:#6b6d77;--color-trolley-grey:#757575;--color-basic_light_blue:#c7e6fa;--color-light_blue:#61caf7;--color-turquoise:#66ccff;--color-aqua:#00d1d1;--color-live_blue:#009aff;--color-jeans:#597bfc;--color-burned_eggplant:#181d37;--color-light-pink:#ff5ac4;--color-dark-pink:#ff007f;--color-dark_red:#bb3354;--color-yellow:#ffcb00;--color-mustered:#cab641;--color-orange:#fdab3d;--color-lime-green:#9cd326;--color-jade:#03c875;--color-green-haze:#00a359;--color-grass-green:#037f4c;--color-amethyst:#9d50dd;--color-dark-purple:#784bd1;--color-blue_links:#007eb5;--color-blue-links:#007eb5;--color-private:#f65f7c;--color-public:#009aff;--color-board_views_grey:#6e6f8f;--color-board_views_grey_hover:#b2b3d0;--color-board_views_blue:#1c1f3b;--color-board_views_blue_secondary:#363a52;--color-border_light_gray:#f5f6f8;--color-brand-blue:#00a9ff;--color-brand-charcoal:#2b2c5c;--color-brand-gold:#ffcc00;--color-brand-green:#11dd80;--color-brand-iris:#595ad4;--color-brand-light-blue:#00cff4;--color-brand-malachite:#00cd6f;--color-brand-purple:#a358d0;--color-brand-red:#f74875;--color-deadline_upcoming_indication:#5d6387;--color-default_group_color:#579bfc;--color-form_btn_hover:#0083d9;--color-form_purple:#575c96;--color-highlight:#dff0ff;--color-green_shadow:#00c875;--color-green-shadow:#00c875;--color-red_shadow:#df2f4a;--color-red-shadow:#df2f4a;--color-pulse_bg:#f0f0f0;--color-pulse_text_color:#333333;--color-placholder_gray:#d8d8d8;--color-placeholder_light_gray:#efefef;--color-excel-green:#207245;--color-media-blue:#2ea2e9;--color-pdf-red:#bb0706;--color-ppt-orange:#d64e2a;--color-word-blue:#2a5699;--color-zip-orange:#e4901c;--color-like_red:#fb275d;--color-scrollbar_gray:#b2b2b2;--color-timeline_grid_blue:#454662;--color-timeline_blue:#1c1f3b;--color-highlight_blue-rgb:204,229,255;--color-snow_white-with-opacity:rgba(255, 255, 255, 0.4);--color-wolf_gray-with-opacity:rgba(195, 198, 212, 0.1);--color-asphalt-with-opacity:rgba(103, 104, 121, 0.1);--primary-on-secondary-color:#0073ea;--primary-hover-on-secondary-color:#0060b9;--primary-selected-color-rgb:204,229,255;--primary-selected-on-secondary-color:#cce5ff;--primary-text-on-secondary-color:#323338;--text-color-on-primary-with-opacity:rgba(255, 255, 255, 0.4);--secondary-text-on-secondary-color:#676879;--placeholder-color-with-opacity:rgba(103, 104, 121, 0.1);--placeholder-on-secondary-color:#676879;--icon-on-secondary-color:#676879;--link-on-secondary-color:#1f76c2;--label-background-color:#cce5ff;--label-background-on-secondary-color:#cce5ff;--primary-background-color-rgb:255,255,255;--primary-background-hover-on-secondary-color:#dcdfec;--modal-background-color:#ffffff;--secondary-background-color-rgb:255,255,255;--disabled-background-on-secondary-color:#ecedf5;--disabled-text-on-secondary-color:rgba(50, 51, 56, var(--disabled-component-opacity));--ui-border-on-secondary-color:#c3c6d4;--layout-border-on-secondary-color:#d0d4e4;--dark-background-color:#f6f7fb;--dark-background-on-secondary-color:#f6f7fb;--dialog-background-color:#ffffff;--box-shadow-mediun:0px 6px 20px rgba(0, 0, 0, 0.2)}.dark-app-theme{--primary-color:#0073ea;--primary-hover-color:#0060b9;--primary-selected-color:#133774;--primary-selected-hover-color:#0d2e65;--primary-highlighted-color:#0d2753;--primary-surface-color:#181b34;--primary-text-color:#d5d8df;--secondary-text-color:#9699a6;--text-color-on-inverted:#323338;--text-color-on-primary:#ffffff;--disabled-text-color:rgba(213, 216, 223, var(--disabled-component-opacity));--inverted-color-background:#ffffff;--fixed-dark-color:#323338;--fixed-light-color:#ffffff;--primary-background-color:#181b34;--primary-background-hover-color:rgba(103, 104, 121, 0.3);--secondary-background-color:#30324e;--allgrey-background-color:#30324e;--backdrop-color:rgba(41, 47, 76, 0.7);--ui-border-color:#797e93;--ui-background-color:#434660;--ui-background-hover-color:#35384d;--layout-border-color:#4b4e69;--placeholder-color:#c3c6d4;--icon-color:#c3c6d4;--disabled-background-color:#3c3f59;--link-color:#69a7ef;--brand-color:#0073ea;--brand-hover-color:#0060b9;--brand-selected-color:#133774;--brand-selected-hover-color:#0d2e65;--positive-color:#00854d;--positive-color-hover:#007038;--positive-color-selected:#025231;--positive-color-selected-hover:#194733;--negative-color:#d83a52;--negative-color-hover:#b63546;--negative-color-selected:#642830;--negative-color-selected-hover:#5a2027;--warning-color:#ffcb00;--warning-color-hover:#eaaa15;--warning-color-selected:#503e02;--warning-color-selected-hover:#402f00;--grey-background-color:#181b34;--text-color-on-brand:#ffffff;--color-surface:#292f4c;--box-shadow-xs:0px 4px 6px -4px rgba(9, 11, 25, 0.5);--box-shadow-small:0px 4px 8px rgba(9, 11, 25, 0.5);--box-shadow-medium:0px 6px 20px rgba(9, 11, 25, 0.5);--box-shadow-large:0px 15px 50px rgba(9, 11, 25, 0.5);--color-grass_green-hover:#116846;--color-grass_green-selected:#0f4f43;--color-done-green-hover:#0f9b63;--color-done-green-selected:#0e7358;--color-done-green-selected-with-opacity:rgba(14, 115, 88, 0.6);--color-bright-green-hover:#7ca32b;--color-bright-green-selected:#5c7930;--color-saladish-hover:#9d8f3e;--color-saladish-selected:#736a3e;--color-egg_yolk-hover:#c29e11;--color-egg_yolk-selected:#8d751e;--color-egg_yolk-rgb:255,213,51;--color-working_orange-hover:#c0873c;--color-working_orange-selected:#8c653c;--color-dark-orange-hover:#c25531;--color-dark-orange-selected:#8d4134;--color-peach-hover:#c2888a;--color-peach-selected:#8d6674;--color-sunset-hover:#c26163;--color-sunset-selected:#8d4a58;--color-sunset-selected-with-opacity:rgba(141, 74, 88, 0.6);--color-stuck-red-hover:#ad3f51;--color-stuck-red-selected:#7f314b;--color-dark-red-hover:#92334c;--color-dark-red-selected:#6b2947;--color-sofia_pink-hover:#c21e71;--color-sofia_pink-selected:#8d1a62;--color-lipstick-hover:#c24e9a;--color-lipstick-selected:#8d3c7f;--color-bubble-hover:#be80ba;--color-bubble-selected:#8b6096;--color-purple-hover:#8050ab;--color-purple-selected:#5f3e8b;--color-dark_purple-hover:#6344a3;--color-dark_purple-selected:#4a3586;--color-berry-hover:#673971;--color-berry-selected:#4d2d62;--color-dark_indigo:#6129ff;--color-dark_indigo-hover:#4c18dc;--color-dark_indigo-selected:#3c13ae;--color-indigo-hover:#4b4ead;--color-indigo-selected:#383c8d;--color-navy:#5684c5;--color-navy-hover:#3468b2;--color-navy-selected:#24508f;--color-bright-blue-hover:#4c7cc1;--color-bright-blue-selected:#395d9b;--color-dark-blue-hover:#0f6d97;--color-dark-blue-selected:#0e527e;--color-aquamarine-hover:#469e9b;--color-aquamarine-selected:#357580;--color-chili-blue-hover:#569ec3;--color-chili-blue-selected:#41759d;--color-river-hover:#588095;--color-river-selected:#42607c;--color-winter-hover:#7b8895;--color-winter-selected:#5b667c;--color-explosive-hover:#98999a;--color-explosive-selected:#70717f;--color-american_gray-hover:#69696a;--color-american_gray-selected:#4e505e;--color-blackish:#7a7a7a;--color-blackish-hover:#525252;--color-blackish-selected:#383838;--color-brown-hover:#684943;--color-brown-selected:#4d3941;--color-orchid-hover:#b4739a;--color-orchid-selected:#85597b;--color-tan-hover:#978977;--color-tan-selected:#716863;--color-sky-hover:#90bac6;--color-sky-selected:#6c8a9a;--color-coffee-hover:#a27b6f;--color-coffee-selected:#795e5d;--color-royal-hover:#4474bb;--color-royal-selected:#375993;--color-teal:#4a8f98;--color-teal-hover:#347179;--color-teal-selected:#245960;--color-lavender-hover:#a294c8;--color-lavender-selected:#79709c;--color-steel-hover:#95a2be;--color-steel-selected:#707a95;--color-lilac-hover:#8e8a9f;--color-lilac-selected:#6b697f;--color-pecan:#806363;--color-pecan-hover:#674c4c;--color-pecan-selected:#513939;--primary-on-secondary-color:#0073ea;--primary-hover-on-secondary-color:#0060b9;--primary-selected-color-rgb:19,55,116;--primary-selected-on-secondary-color:#133774;--primary-text-on-secondary-color:#d5d8df;--primary-background-color-rgb:24,27,52;--primary-background-hover-on-secondary-color:#4b4e69;--secondary-background-color-rgb:48,50,78;--secondary-text-on-secondary-color:#9699a6;--link-on-secondary-color:#69a7ef;--modal-background-color:#181b34;--dark-background-color:#393b53;--dark-background-on-secondary-color:#4b4e69;--dialog-background-color:#30324e;--label-background-color:#404b69;--label-background-on-secondary-color:#404b69;--icon-on-secondary-color:#c3c6d4;--placeholder-color-with-opacity:rgba(195, 198, 212, 0.1);--placeholder-on-secondary-color:#c3c6d4;--ui-border-on-secondary-color:#797e93;--layout-border-on-secondary-color:#4b4e69;--disabled-background-on-secondary-color:#3c3f59;--disabled-text-on-secondary-color:rgba(213, 216, 223, var(--disabled-component-opacity));--box-shadow-mediun:0px 6px 20px rgba(0, 0, 0, 0.2)}.black-app-theme{--primary-color:#0073ea;--primary-hover-color:#0060b9;--primary-selected-color:#133774;--primary-selected-hover-color:#0d2e65;--primary-highlighted-color:#0b2858;--primary-surface-color:#111111;--primary-text-color:#eeeeee;--secondary-text-color:#aaaaaa;--text-color-on-inverted:#111111;--text-color-on-primary:#ffffff;--disabled-text-color:rgba(238, 238, 238, var(--disabled-component-opacity));--inverted-color-background:#eeeeee;--fixed-dark-color:#111111;--fixed-light-color:#ffffff;--primary-background-color:#111111;--primary-background-hover-color:rgba(103, 104, 121, 0.3);--secondary-background-color:#2c2c2c;--allgrey-background-color:#2c2c2c;--backdrop-color:rgba(33, 33, 33, 0.7);--ui-border-color:#8d8d8d;--ui-background-color:#4d4d4d;--ui-background-hover-color:#3b3b3b;--layout-border-color:#636363;--placeholder-color:#aaaaaa;--icon-color:#aaaaaa;--disabled-background-color:#3a3a3a;--link-color:#69a7ef;--brand-color:#0073ea;--brand-hover-color:#0060b9;--brand-selected-color:#133774;--brand-selected-hover-color:#0d2e65;--positive-color:#00854d;--positive-color-hover:#007038;--positive-color-selected:#025231;--positive-color-selected-hover:#194733;--negative-color:#d83a52;--negative-color-hover:#b63546;--negative-color-selected:#642830;--negative-color-selected-hover:#5a2027;--warning-color:#ffcb00;--warning-color-hover:#eaaa15;--warning-color-selected:#503e02;--warning-color-selected-hover:#402f00;--text-color-on-brand:#ffffff;--color-surface:#212121;--grey-background-color:#111111;--box-shadow-xs:0px 4px 6px -4px #000000;--box-shadow-small:0px 4px 8px #000000;--box-shadow-medium:0px 6px 20px #000000;--box-shadow-large:0px 15px 50px #000000;--color-grass_green-hover:#116846;--color-grass_green-selected:#0a482e;--color-done-green-hover:#0f9b63;--color-done-green-selected:#096c43;--color-done-green-selected-with-opacity:rgba(9, 108, 67, 0.6);--color-bright-green-hover:#7ca32b;--color-bright-green-selected:#56721b;--color-saladish-hover:#9d8f3e;--color-saladish-selected:#6d6329;--color-egg_yolk-hover:#c29e11;--color-egg_yolk-selected:#886e09;--color-egg_yolk-rgb:255,213,51;--color-working_orange-hover:#c0873c;--color-working_orange-selected:#875e27;--color-dark-orange-hover:#c25531;--color-dark-orange-selected:#883a1f;--color-peach-hover:#c2888a;--color-peach-selected:#885f5f;--color-sunset-hover:#c26163;--color-sunset-selected:#884343;--color-sunset-selected-with-opacity:rgba(136, 67, 67, 0.6);--color-stuck-red-hover:#ad3f51;--color-stuck-red-selected:#792a36;--color-dark-red-hover:#92334c;--color-dark-red-selected:#662232;--color-sofia_pink-hover:#c21e71;--color-sofia_pink-selected:#88134d;--color-lipstick-hover:#c24e9a;--color-lipstick-selected:#88356a;--color-bubble-hover:#be80ba;--color-bubble-selected:#855981;--color-purple-hover:#8050ab;--color-purple-selected:#593776;--color-dark_purple-hover:#6344a3;--color-dark_purple-selected:#442e71;--color-berry-hover:#673971;--color-berry-selected:#47264d;--color-dark_indigo:#6129ff;--color-dark_indigo-hover:#4c18dc;--color-dark_indigo-selected:#3c13ae;--color-indigo-hover:#4b4ead;--color-indigo-selected:#333578;--color-navy:#5684c5;--color-navy-hover:#3468b2;--color-navy-selected:#24508f;--color-bright-blue-hover:#4c7cc1;--color-bright-blue-selected:#345686;--color-dark-blue-hover:#0f6d97;--color-dark-blue-selected:#094b69;--color-aquamarine-hover:#469e9b;--color-aquamarine-selected:#2f6e6b;--color-chili-blue-hover:#569ec3;--color-chili-blue-selected:#3b6e88;--color-river-hover:#588095;--color-river-selected:#3c5967;--color-winter-hover:#7b8895;--color-winter-selected:#555f67;--color-explosive-hover:#98999a;--color-explosive-selected:#6a6a6a;--color-american_gray-hover:#69696a;--color-american_gray-selected:#494949;--color-blackish:#7a7a7a;--color-blackish-hover:#525252;--color-blackish-selected:#383838;--color-brown-hover:#684943;--color-brown-selected:#48322c;--color-orchid-hover:#b4739a;--color-orchid-selected:#7e516c;--color-tan-hover:#978977;--color-tan-selected:#6a6053;--color-sky-hover:#90bac6;--color-sky-selected:#65828b;--color-coffee-hover:#a27b6f;--color-coffee-selected:#71564e;--color-royal-hover:#4474bb;--color-royal-selected:#305183;--color-teal:#4a8f98;--color-teal-hover:#347179;--color-teal-selected:#245960;--color-lavender-hover:#a294c8;--color-lavender-selected:#71688c;--color-steel-hover:#95a2be;--color-steel-selected:#687185;--color-lilac-hover:#8e8a9f;--color-lilac-selected:#63616f;--color-pecan:#806363;--color-pecan-hover:#674c4c;--color-pecan-selected:#513939;--primary-on-secondary-color:#0073ea;--primary-hover-on-secondary-color:#0060b9;--primary-selected-color-rgb:19,55,116;--primary-selected-on-secondary-color:#133774;--primary-text-on-secondary-color:#eeeeee;--primary-background-color-rgb:17,17,17;--primary-background-hover-on-secondary-color:#636363;--secondary-background-color-rgb:44,44,44;--secondary-text-on-secondary-color:#9699a6;--link-on-secondary-color:#69a7ef;--modal-background-color:#181b34;--dark-background-color:#2c2c2c;--dark-background-on-secondary-color:#4b4e69;--dialog-background-color:#2c2c2c;--label-background-color:#404b69;--label-background-on-secondary-color:#404b69;--icon-on-secondary-color:#aaaaaa;--placeholder-color-with-opacity:rgba(170, 170, 170, 0.1);--placeholder-on-secondary-color:#aaaaaa;--ui-border-on-secondary-color:#8d8d8d;--layout-border-on-secondary-color:#636363;--disabled-background-on-secondary-color:#3a3a3a;--disabled-text-on-secondary-color:rgba(238, 238, 238, var(--disabled-component-opacity));--box-shadow-mediun:0px 6px 20px rgba(0, 0, 0, 0.2)}.hacker_theme-app-theme{--primary-color:#fe78c6;--primary-hover-color:#fe5ab9;--primary-selected-color:#9f4077;--primary-selected-hover-color:#0d2e65;--primary-highlighted-color:#0b2858;--primary-surface-color:#111111;--primary-text-color:#d5d8df;--secondary-text-color:#9699a6;--text-color-on-inverted:#323338;--disabled-text-color:rgba(238, 238, 238, var(--disabled-component-opacity));--inverted-color-background:#ffffff;--fixed-dark-color:#323338;--fixed-light-color:#ffffff;--primary-background-color:#282a36;--primary-background-hover-color:#4b4e69;--secondary-background-color:#30324e;--allgrey-background-color:#282a36;--ui-border-color:#797e93;--ui-background-color:#4b4e69;--ui-background-hover-color:#3b3b3b;--layout-border-color:#414458;--placeholder-color:#c3c6d4;--icon-color:#c3c6d4;--disabled-background-color:#3a3a3a;--link-color:#bd93f9;--brand-color:#fe78c6;--brand-hover-color:#fe5ab9;--brand-selected-color:#9f4077;--brand-selected-hover-color:#0d2e65;--positive-color:#50fa7b;--positive-color-hover:#007038;--positive-color-selected:#26503e;--positive-color-selected-hover:#194733;--negative-color:#ff5555;--negative-color-hover:#b63546;--negative-color-selected:#642830;--negative-color-selected-hover:#5a2027;--warning-color:#ffcb00;--warning-color-hover:#eaaa15;--warning-color-selected:#503e02;--warning-color-selected-hover:#402f00;--grey-background-color:#282a36;--box-shadow-xs:0px 4px 6px -4px #000000;--box-shadow-small:0px 4px 8px #000000;--box-shadow-medium:0px 6px 20px #000000;--box-shadow-large:0px 15px 50px #000000;--color-grass_green:#359970;--color-grass_green-hover:#116846;--color-grass_green-selected:#0a482e;--color-done-green:#33d391;--color-done-green-hover:#0f9b63;--color-done-green-selected:#096c43;--color-done-green-selected-with-opacity:rgba(9, 108, 67, 0.6);--color-bright-green:#b0dc51;--color-bright-green-hover:#7ca32b;--color-bright-green-selected:#56721b;--color-saladish:#d5c567;--color-saladish-hover:#9d8f3e;--color-saladish-selected:#6d6329;--color-egg_yolk:#ffd533;--color-egg_yolk-hover:#c29e11;--color-egg_yolk-selected:#886e09;--color-egg_yolk-rgb:255,213,51;--color-working_orange:#fdbc64;--color-working_orange-hover:#c0873c;--color-working_orange-selected:#875e27;--color-dark-orange:#ff6d3b;--color-dark-orange-hover:#c25531;--color-dark-orange-selected:#883a1f;--color-peach:#ffbdbd;--color-peach-hover:#c2888a;--color-peach-selected:#885f5f;--color-sunset:#ff9191;--color-sunset-hover:#c26163;--color-sunset-selected:#884343;--color-sunset-selected-with-opacity:rgba(136, 67, 67, 0.6);--color-stuck-red:#e8697d;--color-stuck-red-hover:#ad3f51;--color-stuck-red-selected:#792a36;--color-dark-red:#c95c76;--color-dark-red-hover:#92334c;--color-dark-red-selected:#662232;--color-sofia_pink:#ff44a1;--color-sofia_pink-hover:#c21e71;--color-sofia_pink-selected:#88134d;--color-lipstick:#ff7bd0;--color-lipstick-hover:#c24e9a;--color-lipstick-selected:#88356a;--color-bubble:#fbb4f4;--color-bubble-hover:#be80ba;--color-bubble-selected:#855981;--color-purple:#b57de3;--color-purple-hover:#8050ab;--color-purple-selected:#593776;--color-dark_purple:#936fda;--color-dark_purple-hover:#6344a3;--color-dark_purple-selected:#442e71;--color-berry:#9862a1;--color-berry-hover:#673971;--color-berry-selected:#47264d;--color-dark_indigo:#6645a9;--color-dark_indigo-hover:#3c1f78;--color-dark_indigo-selected:#291452;--color-indigo:#777ae5;--color-indigo-hover:#4b4ead;--color-indigo-selected:#333578;--color-navy:#4e73a7;--color-navy-hover:#274776;--color-navy-selected:#193151;--color-bright-blue:#79affd;--color-bright-blue-hover:#4c7cc1;--color-bright-blue-selected:#345686;--color-dark-blue:#339ecd;--color-dark-blue-hover:#0f6d97;--color-dark-blue-selected:#094b69;--color-aquamarine:#71d6d1;--color-aquamarine-hover:#469e9b;--color-aquamarine-selected:#2f6e6b;--color-chili-blue:#85d6ff;--color-chili-blue-hover:#569ec3;--color-chili-blue-selected:#3b6e88;--color-river:#86b4ca;--color-river-hover:#588095;--color-river-selected:#3c5967;--color-winter:#aebdca;--color-winter-hover:#7b8895;--color-winter-selected:#555f67;--color-explosive:#d0d0d0;--color-explosive-hover:#98999a;--color-explosive-selected:#6a6a6a;--color-american_gray:#999999;--color-american_gray-hover:#69696a;--color-american_gray-selected:#494949;--color-blackish:#5c5c5c;--color-blackish-hover:#222222;--color-blackish-selected:#111111;--color-brown:#99756c;--color-brown-hover:#684943;--color-brown-selected:#48322c;--color-orchid:#e190c0;--color-orchid-hover:#b4739a;--color-orchid-selected:#7e516c;--color-tan:#bdab95;--color-tan-hover:#978977;--color-tan-selected:#6a6053;--color-sky:#b4e9f8;--color-sky-hover:#90bac6;--color-sky-selected:#65828b;--color-coffee:#ca9a8b;--color-coffee-hover:#a27b6f;--color-coffee-selected:#71564e;--color-royal:#5591ea;--color-royal-hover:#4474bb;--color-royal-selected:#305183;--color-teal:#457b82;--color-teal-hover:#376268;--color-teal-selected:#274549;--color-lavender:#cab9fa;--color-lavender-hover:#a294c8;--color-lavender-selected:#71688c;--color-steel:#bacbed;--color-steel-hover:#95a2be;--color-steel-selected:#687185;--color-lilac:#687185;--color-lilac-hover:#8e8a9f;--color-lilac-selected:#63616f;--color-pecan:#786565;--color-pecan-hover:#605151;--color-pecan-selected:#433939;--color-success:#50fa7b;--color-error:#ff5555;--primary-on-secondary-color:#fe78c6;--primary-hover-on-secondary-color:#fe5ab9;--primary-selected-color-rgb:159,64,119;--primary-selected-on-secondary-color:#9f4077;--primary-text-on-secondary-color:#d5d8df;--primary-background-color-rgb:40,42,54;--primary-background-hover-on-secondary-color:#4b4e69;--secondary-background-color-rgb:48,50,78;--secondary-text-on-secondary-color:#9699a6;--link-on-secondary-color:#bd93f9;--modal-background-color:#282a36;--dark-background-color:#303241;--dark-background-on-secondary-color:#595959;--dialog-background-color:#30324e;--label-background-color:#404b69;--label-background-on-secondary-color:#404b69;--icon-on-secondary-color:#c3c6d4;--placeholder-color-with-opacity:rgba(195, 198, 212, 0.1);--placeholder-on-secondary-color:#c3c6d4;--ui-border-on-secondary-color:#797e93;--layout-border-on-secondary-color:#414458;--disabled-background-on-secondary-color:#3a3a3a;--disabled-text-on-secondary-color:rgba(238, 238, 238, var(--disabled-component-opacity));--box-shadow-mediun:0px 6px 20px rgba(0, 0, 0, 0.2)}";!function(o){const e="s_id-42ffe1ac097c_4_5_27";if("undefined"!=typeof document){const r=document.head||document.getElementsByTagName("head")[0];if(r.querySelector("#"+e))return;const c=document.createElement("style");c.id=e,r.firstChild?r.insertBefore(c,r.firstChild):r.appendChild(c),c.appendChild(document.createTextNode(o))}else globalThis.injectedStyles&&(globalThis.injectedStyles[e]=o)}(o);export{o as default};
2
2
  //# sourceMappingURL=index.min.css.js.map