@redsift/ds-mcp-server 12.3.1-muiv6-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (258) hide show
  1. package/README.md +203 -0
  2. package/consumer-instructions/.cursorrules +80 -0
  3. package/consumer-instructions/.windsurfrules +80 -0
  4. package/consumer-instructions/CLAUDE.md +87 -0
  5. package/consumer-instructions/redsift-design-system.instructions.md +87 -0
  6. package/data/demos/patterns/crossfiltered-datagrid-page/example.tsx +750 -0
  7. package/data/demos/patterns/crossfiltered-datagrid-page/with-empty-state.tsx +111 -0
  8. package/data/demos/patterns/crossfiltered-datagrid-page/with-error.tsx +122 -0
  9. package/data/demos/patterns/crossfiltered-datagrid-page/with-loading.tsx +88 -0
  10. package/data/demos/patterns/datagrid-page/example.tsx +521 -0
  11. package/data/demos/patterns/datagrid-page/with-empty-state.tsx +80 -0
  12. package/data/demos/patterns/datagrid-page/with-error.tsx +96 -0
  13. package/data/demos/patterns/datagrid-page/with-loading.tsx +57 -0
  14. package/data/demos/patterns/drilldown-datagrid-page/example.tsx +715 -0
  15. package/data/demos/patterns/drilldown-datagrid-page/with-empty-state.tsx +113 -0
  16. package/data/demos/patterns/drilldown-datagrid-page/with-error.tsx +125 -0
  17. package/data/demos/patterns/drilldown-datagrid-page/with-loading.tsx +90 -0
  18. package/data/demos/patterns/server-datagrid-page/example.tsx +757 -0
  19. package/data/demos/patterns/server-datagrid-page/with-empty-state.tsx +107 -0
  20. package/data/demos/patterns/server-datagrid-page/with-error.tsx +107 -0
  21. package/data/demos/patterns/server-datagrid-page/with-loading.tsx +63 -0
  22. package/data/docs/components/charts/Arc.json +179 -0
  23. package/data/docs/components/charts/Arcs.json +104 -0
  24. package/data/docs/components/charts/Axis.json +269 -0
  25. package/data/docs/components/charts/Bar.json +236 -0
  26. package/data/docs/components/charts/BarChart.json +852 -0
  27. package/data/docs/components/charts/BarChartBars.json +18 -0
  28. package/data/docs/components/charts/BarChartGroupedTooltip.json +9 -0
  29. package/data/docs/components/charts/BarChartOverlay.json +34 -0
  30. package/data/docs/components/charts/BarChartSection.json +94 -0
  31. package/data/docs/components/charts/BaseBarChart.json +852 -0
  32. package/data/docs/components/charts/ChartContainerTitle.json +574 -0
  33. package/data/docs/components/charts/DataPoint.json +160 -0
  34. package/data/docs/components/charts/Dot.json +191 -0
  35. package/data/docs/components/charts/EmptyBarChart.json +852 -0
  36. package/data/docs/components/charts/EmptyLineChart.json +753 -0
  37. package/data/docs/components/charts/EmptyPieChart.json +826 -0
  38. package/data/docs/components/charts/EmptyScatterPlot.json +802 -0
  39. package/data/docs/components/charts/Legend.json +510 -0
  40. package/data/docs/components/charts/LegendItem.json +128 -0
  41. package/data/docs/components/charts/Line.json +69 -0
  42. package/data/docs/components/charts/LineChart.json +753 -0
  43. package/data/docs/components/charts/LoadingBarChart.json +852 -0
  44. package/data/docs/components/charts/LoadingLineChart.json +753 -0
  45. package/data/docs/components/charts/LoadingPieChart.json +826 -0
  46. package/data/docs/components/charts/LoadingScatterPlot.json +802 -0
  47. package/data/docs/components/charts/PieChart.json +826 -0
  48. package/data/docs/components/charts/RenderedLineChart.json +753 -0
  49. package/data/docs/components/charts/RenderedLinearBarChart.json +823 -0
  50. package/data/docs/components/charts/RenderedOrdinalBarChart.json +852 -0
  51. package/data/docs/components/charts/RenderedPieChart.json +826 -0
  52. package/data/docs/components/charts/RenderedScatterPlot.json +802 -0
  53. package/data/docs/components/charts/ScatterPlot.json +802 -0
  54. package/data/docs/components/charts/getAxisType.json +9 -0
  55. package/data/docs/components/charts/getComponentPosition.json +9 -0
  56. package/data/docs/components/dashboard/ChartEmptyState.json +42 -0
  57. package/data/docs/components/dashboard/Dashboard.json +26 -0
  58. package/data/docs/components/dashboard/DataCard.json +300 -0
  59. package/data/docs/components/dashboard/DataCardBody.json +431 -0
  60. package/data/docs/components/dashboard/DataCardHeader.json +304 -0
  61. package/data/docs/components/dashboard/DataCardListbox.json +529 -0
  62. package/data/docs/components/dashboard/DataRow.json +539 -0
  63. package/data/docs/components/dashboard/DrilldownItem.json +342 -0
  64. package/data/docs/components/dashboard/FilterableBarChart.json +83 -0
  65. package/data/docs/components/dashboard/FilterableDataGrid.json +83 -0
  66. package/data/docs/components/dashboard/FilterablePieChart.json +83 -0
  67. package/data/docs/components/dashboard/FilterableScatterPlot.json +83 -0
  68. package/data/docs/components/dashboard/PdfDocument.json +58 -0
  69. package/data/docs/components/dashboard/PdfExportButton.json +458 -0
  70. package/data/docs/components/dashboard/TimeSeriesBarChart.json +172 -0
  71. package/data/docs/components/dashboard/WithFilters.json +83 -0
  72. package/data/docs/components/design-system/ActiveDescendantListbox.json +521 -0
  73. package/data/docs/components/design-system/Alert.json +349 -0
  74. package/data/docs/components/design-system/AppBar.json +64 -0
  75. package/data/docs/components/design-system/AppContainer.json +67 -0
  76. package/data/docs/components/design-system/AppContent.json +566 -0
  77. package/data/docs/components/design-system/AppSidePanel.json +87 -0
  78. package/data/docs/components/design-system/Badge.json +293 -0
  79. package/data/docs/components/design-system/BaseBreadcrumbs.json +298 -0
  80. package/data/docs/components/design-system/BaseGrid.json +543 -0
  81. package/data/docs/components/design-system/BaseSkeleton.json +338 -0
  82. package/data/docs/components/design-system/BreadcrumbItem.json +231 -0
  83. package/data/docs/components/design-system/Breadcrumbs.json +298 -0
  84. package/data/docs/components/design-system/Button.json +402 -0
  85. package/data/docs/components/design-system/ButtonGroup.json +415 -0
  86. package/data/docs/components/design-system/ButtonLink.json +568 -0
  87. package/data/docs/components/design-system/Card.json +328 -0
  88. package/data/docs/components/design-system/CardActions.json +431 -0
  89. package/data/docs/components/design-system/CardBody.json +431 -0
  90. package/data/docs/components/design-system/CardHeader.json +428 -0
  91. package/data/docs/components/design-system/Checkbox.json +426 -0
  92. package/data/docs/components/design-system/CheckboxGroup.json +382 -0
  93. package/data/docs/components/design-system/ConditionalWrapper.json +40 -0
  94. package/data/docs/components/design-system/DetailedCard.json +401 -0
  95. package/data/docs/components/design-system/DetailedCardCollapsibleSectionItems.json +29 -0
  96. package/data/docs/components/design-system/DetailedCardHeader.json +37 -0
  97. package/data/docs/components/design-system/DetailedCardSection.json +90 -0
  98. package/data/docs/components/design-system/DetailedCardSectionItem.json +109 -0
  99. package/data/docs/components/design-system/Flexbox.json +523 -0
  100. package/data/docs/components/design-system/FocusWithinGroup.json +9 -0
  101. package/data/docs/components/design-system/Grid.json +543 -0
  102. package/data/docs/components/design-system/GridItem.json +388 -0
  103. package/data/docs/components/design-system/Heading.json +390 -0
  104. package/data/docs/components/design-system/Icon.json +325 -0
  105. package/data/docs/components/design-system/IconButton.json +371 -0
  106. package/data/docs/components/design-system/IconButtonLink.json +588 -0
  107. package/data/docs/components/design-system/Item.json +554 -0
  108. package/data/docs/components/design-system/Link.json +552 -0
  109. package/data/docs/components/design-system/LinkButton.json +397 -0
  110. package/data/docs/components/design-system/Listbox.json +529 -0
  111. package/data/docs/components/design-system/Number.json +773 -0
  112. package/data/docs/components/design-system/NumberField.json +594 -0
  113. package/data/docs/components/design-system/Pill.json +378 -0
  114. package/data/docs/components/design-system/ProgressBar.json +121 -0
  115. package/data/docs/components/design-system/RadarSvgLinearGradient.json +9 -0
  116. package/data/docs/components/design-system/Radio.json +415 -0
  117. package/data/docs/components/design-system/RadioGroup.json +382 -0
  118. package/data/docs/components/design-system/RenderedListboxItem.json +18 -0
  119. package/data/docs/components/design-system/RovingTabindexListbox.json +521 -0
  120. package/data/docs/components/design-system/Shield.json +360 -0
  121. package/data/docs/components/design-system/SideNavigationMenu.json +144 -0
  122. package/data/docs/components/design-system/SideNavigationMenuBar.json +89 -0
  123. package/data/docs/components/design-system/SideNavigationMenuItem.json +319 -0
  124. package/data/docs/components/design-system/Skeleton.json +338 -0
  125. package/data/docs/components/design-system/SkeletonCircle.json +338 -0
  126. package/data/docs/components/design-system/SkeletonText.json +371 -0
  127. package/data/docs/components/design-system/Spinner.json +291 -0
  128. package/data/docs/components/design-system/Switch.json +415 -0
  129. package/data/docs/components/design-system/SwitchGroup.json +382 -0
  130. package/data/docs/components/design-system/Text.json +418 -0
  131. package/data/docs/components/design-system/TextArea.json +501 -0
  132. package/data/docs/components/design-system/TextField.json +539 -0
  133. package/data/docs/components/design-system/sizeToDimension.json +9 -0
  134. package/data/docs/components/pickers/BaseCombobox.json +320 -0
  135. package/data/docs/components/pickers/BaseComboboxContent.json +453 -0
  136. package/data/docs/components/pickers/BaseMenuButton.json +240 -0
  137. package/data/docs/components/pickers/BaseMenuButtonContent.json +442 -0
  138. package/data/docs/components/pickers/BaseSelect.json +258 -0
  139. package/data/docs/components/pickers/Combobox.json +320 -0
  140. package/data/docs/components/pickers/ComboboxContent.json +453 -0
  141. package/data/docs/components/pickers/ComboboxContentFooter.json +431 -0
  142. package/data/docs/components/pickers/ComboboxContentHeader.json +431 -0
  143. package/data/docs/components/pickers/ComboboxContentListbox.json +541 -0
  144. package/data/docs/components/pickers/ComboboxTrigger.json +336 -0
  145. package/data/docs/components/pickers/Item.json +554 -0
  146. package/data/docs/components/pickers/MenuButton.json +240 -0
  147. package/data/docs/components/pickers/MenuButtonContent.json +442 -0
  148. package/data/docs/components/pickers/MenuButtonContentFooter.json +431 -0
  149. package/data/docs/components/pickers/MenuButtonContentHeader.json +431 -0
  150. package/data/docs/components/pickers/MenuButtonContentMenu.json +523 -0
  151. package/data/docs/components/pickers/MenuButtonTrigger.json +287 -0
  152. package/data/docs/components/pickers/Select.json +258 -0
  153. package/data/docs/components/pickers/SelectContent.json +442 -0
  154. package/data/docs/components/pickers/SelectTrigger.json +298 -0
  155. package/data/docs/components/popovers/BaseDialog.json +114 -0
  156. package/data/docs/components/popovers/BaseDialogContent.json +21 -0
  157. package/data/docs/components/popovers/BasePopover.json +171 -0
  158. package/data/docs/components/popovers/BaseToggletip.json +184 -0
  159. package/data/docs/components/popovers/BaseTooltip.json +121 -0
  160. package/data/docs/components/popovers/Button.json +402 -0
  161. package/data/docs/components/popovers/ButtonLink.json +568 -0
  162. package/data/docs/components/popovers/Dialog.json +114 -0
  163. package/data/docs/components/popovers/DialogContent.json +21 -0
  164. package/data/docs/components/popovers/DialogContentActions.json +442 -0
  165. package/data/docs/components/popovers/DialogContentBody.json +442 -0
  166. package/data/docs/components/popovers/DialogContentHeader.json +76 -0
  167. package/data/docs/components/popovers/DialogTrigger.json +276 -0
  168. package/data/docs/components/popovers/IconButton.json +371 -0
  169. package/data/docs/components/popovers/IconButtonLink.json +588 -0
  170. package/data/docs/components/popovers/Link.json +552 -0
  171. package/data/docs/components/popovers/LinkButton.json +397 -0
  172. package/data/docs/components/popovers/Popover.json +171 -0
  173. package/data/docs/components/popovers/PopoverContent.json +442 -0
  174. package/data/docs/components/popovers/PopoverTrigger.json +276 -0
  175. package/data/docs/components/popovers/Toast.json +145 -0
  176. package/data/docs/components/popovers/ToastContainer.json +122 -0
  177. package/data/docs/components/popovers/Toggletip.json +184 -0
  178. package/data/docs/components/popovers/ToggletipContent.json +402 -0
  179. package/data/docs/components/popovers/ToggletipTrigger.json +276 -0
  180. package/data/docs/components/popovers/Tooltip.json +121 -0
  181. package/data/docs/components/popovers/TooltipContent.json +402 -0
  182. package/data/docs/components/popovers/TooltipTrigger.json +276 -0
  183. package/data/docs/components/products/Dialog.json +106 -0
  184. package/data/docs/components/products/MenuButton.json +232 -0
  185. package/data/docs/components/products/PulsedRadarImage.json +9 -0
  186. package/data/docs/components/products/RadarButton.json +402 -0
  187. package/data/docs/components/products/RadarItem.json +554 -0
  188. package/data/docs/components/table/ControlledPagination.json +9 -0
  189. package/data/docs/components/table/DataGrid.json +93 -0
  190. package/data/docs/components/table/GridToolbarFilterSemanticField.json +69 -0
  191. package/data/docs/components/table/ServerSideControlledPagination.json +9 -0
  192. package/data/docs/components/table/StatefulDataGrid.json +117 -0
  193. package/data/docs/components/table/TextCell.json +118 -0
  194. package/data/docs/components/table/Toolbar.json +145 -0
  195. package/data/docs/components/table/ToolbarWrapper.json +9 -0
  196. package/data/docs/components-index.json +1206 -0
  197. package/data/docs/components.json +55694 -0
  198. package/data/docs/llms-full.txt +8012 -0
  199. package/data/docs/llms.txt +234 -0
  200. package/data/docs/patterns-catalog.md +359 -0
  201. package/data/docs/patterns.json +712 -0
  202. package/data/metadata.json +4 -0
  203. package/data/patterns/crossfiltered-datagrid-page.mdx +386 -0
  204. package/data/patterns/datagrid-page.mdx +214 -0
  205. package/data/patterns/drilldown-datagrid-page.mdx +291 -0
  206. package/data/patterns/server-datagrid-page.mdx +301 -0
  207. package/data/tokens/properties/components/dark-components.json +1108 -0
  208. package/data/tokens/properties/components/light-components.json +1108 -0
  209. package/data/tokens/properties/core/border-radius.json +3 -0
  210. package/data/tokens/properties/core/color.json +280 -0
  211. package/data/tokens/properties/core/layout.json +14 -0
  212. package/data/tokens/properties/core/typography.json +199 -0
  213. package/data/tokens/redsift-design-tokens.css +1391 -0
  214. package/dist/data-store.d.ts +47 -0
  215. package/dist/data-store.d.ts.map +1 -0
  216. package/dist/data-store.js +152 -0
  217. package/dist/data-store.js.map +1 -0
  218. package/dist/index.d.ts +16 -0
  219. package/dist/index.d.ts.map +1 -0
  220. package/dist/index.js +50 -0
  221. package/dist/index.js.map +1 -0
  222. package/dist/init.d.ts +14 -0
  223. package/dist/init.d.ts.map +1 -0
  224. package/dist/init.js +137 -0
  225. package/dist/init.js.map +1 -0
  226. package/dist/paths.d.ts +30 -0
  227. package/dist/paths.d.ts.map +1 -0
  228. package/dist/paths.js +53 -0
  229. package/dist/paths.js.map +1 -0
  230. package/dist/pattern-store.d.ts +41 -0
  231. package/dist/pattern-store.d.ts.map +1 -0
  232. package/dist/pattern-store.js +177 -0
  233. package/dist/pattern-store.js.map +1 -0
  234. package/dist/prompts.d.ts +14 -0
  235. package/dist/prompts.d.ts.map +1 -0
  236. package/dist/prompts.js +762 -0
  237. package/dist/prompts.js.map +1 -0
  238. package/dist/resources.d.ts +14 -0
  239. package/dist/resources.d.ts.map +1 -0
  240. package/dist/resources.js +482 -0
  241. package/dist/resources.js.map +1 -0
  242. package/dist/scaffold.d.ts +31 -0
  243. package/dist/scaffold.d.ts.map +1 -0
  244. package/dist/scaffold.js +239 -0
  245. package/dist/scaffold.js.map +1 -0
  246. package/dist/token-store.d.ts +70 -0
  247. package/dist/token-store.d.ts.map +1 -0
  248. package/dist/token-store.js +196 -0
  249. package/dist/token-store.js.map +1 -0
  250. package/dist/tools.d.ts +15 -0
  251. package/dist/tools.d.ts.map +1 -0
  252. package/dist/tools.js +491 -0
  253. package/dist/tools.js.map +1 -0
  254. package/dist/types.d.ts +108 -0
  255. package/dist/types.d.ts.map +1 -0
  256. package/dist/types.js +17 -0
  257. package/dist/types.js.map +1 -0
  258. package/package.json +39 -0
@@ -0,0 +1,1391 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Wed, 11 Mar 2026 10:07:58 GMT
4
+ */
5
+
6
+ :root {
7
+ --redsift-color-dark-components-page-background: #333333;
8
+ --redsift-color-dark-components-text-primary: #ffffff;
9
+ --redsift-color-dark-components-text-secondary: #f2f2f2;
10
+ --redsift-color-dark-components-red-sift-logo-text-red: #ffffff;
11
+ --redsift-color-dark-components-red-sift-logo-text-white: #ffffff;
12
+ --redsift-color-dark-components-red-sift-logo-text-grey: #ffffff;
13
+ --redsift-color-dark-components-red-sift-logo-icon-background: #ffffff;
14
+ --redsift-color-dark-components-red-sift-logo-icon-r: #e11010;
15
+ --redsift-color-dark-components-red-sift-logo-diamond-top-right: #ffb3b3;
16
+ --redsift-color-dark-components-red-sift-logo-diamond-bottom-left: #e24e4e;
17
+ --redsift-color-dark-components-red-sift-logo-diamond-bottom-right: #ff8181;
18
+ --redsift-color-dark-components-red-sift-logo-diamond-dark: #e24e4e;
19
+ --redsift-color-dark-components-red-sift-logo-diamond-mid: #ff8181;
20
+ --redsift-color-dark-components-red-sift-logo-diamond-light: #ffb3b3;
21
+ --redsift-color-dark-components-product-logos-text-grey: #ffffff;
22
+ --redsift-color-dark-components-product-logos-text-red: #ffffff;
23
+ --redsift-color-dark-components-product-logos-text-white: #ffffff;
24
+ --redsift-color-dark-components-product-logos-icon-red: #e11010;
25
+ --redsift-color-dark-components-product-logos-icon-grey: #ffffff;
26
+ --redsift-color-dark-components-side-navigation-background: #474747;
27
+ --redsift-color-dark-components-side-navigation-menu-item-text-resting: #f2f2f2;
28
+ --redsift-color-dark-components-side-navigation-menu-item-text-disabled: #666666;
29
+ --redsift-color-dark-components-side-navigation-menu-item-text-hover: #ffffff;
30
+ --redsift-color-dark-components-side-navigation-menu-item-background-hover: #666666;
31
+ --redsift-color-dark-components-side-navigation-menu-item-background-secondary: transparent;
32
+ --redsift-color-dark-components-side-navigation-menu-item-background-active: #e0e0e0;
33
+ --redsift-color-dark-components-side-navigation-menu-item-active: #1c1c1c;
34
+ --redsift-color-dark-components-side-navigation-scrollbar-resting: #666666;
35
+ --redsift-color-dark-components-side-navigation-scrollbar-hover: #666666;
36
+ --redsift-color-dark-components-side-navigation-right-line: #1c1c1c;
37
+ --redsift-color-dark-components-side-navigation-current-marker: #f2f2f2;
38
+ --redsift-color-dark-components-app-bar-background: #333333;
39
+ --redsift-color-dark-components-app-bar-breadcrumb-default: #ffffff;
40
+ --redsift-color-dark-components-app-bar-breadcrumb-hover: #142849;
41
+ --redsift-color-dark-components-app-bar-breadcrumb-down: #0d1b31;
42
+ --redsift-color-dark-components-app-bar-icon-background-hover: #666666;
43
+ --redsift-color-dark-components-app-bar-icon-background-down: #e0e0e0;
44
+ --redsift-color-dark-components-app-bar-icon-background-active: #666666;
45
+ --redsift-color-dark-components-app-bar-icon-background-active-hover: #e0e0e0;
46
+ --redsift-color-dark-components-app-bar-icon-background-active-down: #e0e0e0;
47
+ --redsift-color-dark-components-app-bar-border: #1c1c1c;
48
+ --redsift-color-dark-components-tooltip-background: #666666;
49
+ --redsift-color-dark-components-tooltip-text: #ffffff;
50
+ --redsift-color-dark-components-buttons-primary-button-primary-background-default: #4285f4;
51
+ --redsift-color-dark-components-buttons-primary-button-primary-background-hover: #3b78dc;
52
+ --redsift-color-dark-components-buttons-primary-button-primary-background-active: #2e5dab;
53
+ --redsift-color-dark-components-buttons-primary-button-primary-background-disabled: #474747;
54
+ --redsift-color-dark-components-buttons-primary-button-primary-text-default: #ffffff;
55
+ --redsift-color-dark-components-buttons-primary-button-primary-text-hover: #ffffff;
56
+ --redsift-color-dark-components-buttons-primary-button-primary-text-active: #ffffff;
57
+ --redsift-color-dark-components-buttons-primary-button-primary-text-disabled: #858585;
58
+ --redsift-color-dark-components-buttons-primary-button-secondary-background-default: #51b7a4;
59
+ --redsift-color-dark-components-buttons-primary-button-secondary-background-hover: #49a594;
60
+ --redsift-color-dark-components-buttons-primary-button-secondary-background-active: #398073;
61
+ --redsift-color-dark-components-buttons-primary-button-secondary-background-disabled: #474747;
62
+ --redsift-color-dark-components-buttons-primary-button-secondary-text-default: #ffffff;
63
+ --redsift-color-dark-components-buttons-primary-button-secondary-text-hover: #ffffff;
64
+ --redsift-color-dark-components-buttons-primary-button-secondary-text-active: #ffffff;
65
+ --redsift-color-dark-components-buttons-primary-button-secondary-text-disabled: #858585;
66
+ --redsift-color-dark-components-buttons-primary-button-success-background-default: #02ac61;
67
+ --redsift-color-dark-components-buttons-primary-button-success-background-hover: #029b57;
68
+ --redsift-color-dark-components-buttons-primary-button-success-background-active: #017844;
69
+ --redsift-color-dark-components-buttons-primary-button-success-background-disabled: #474747;
70
+ --redsift-color-dark-components-buttons-primary-button-success-text-default: #ffffff;
71
+ --redsift-color-dark-components-buttons-primary-button-success-text-hover: #ffffff;
72
+ --redsift-color-dark-components-buttons-primary-button-success-text-active: #ffffff;
73
+ --redsift-color-dark-components-buttons-primary-button-success-text-disabled: #858585;
74
+ --redsift-color-dark-components-buttons-primary-button-error-background-default: #e11010;
75
+ --redsift-color-dark-components-buttons-primary-button-error-background-hover: #cb0e0e;
76
+ --redsift-color-dark-components-buttons-primary-button-error-background-active: #9e0b0b;
77
+ --redsift-color-dark-components-buttons-primary-button-error-background-disabled: #474747;
78
+ --redsift-color-dark-components-buttons-primary-button-error-text-default: #ffffff;
79
+ --redsift-color-dark-components-buttons-primary-button-error-text-hover: #ffffff;
80
+ --redsift-color-dark-components-buttons-primary-button-error-text-active: #ffffff;
81
+ --redsift-color-dark-components-buttons-primary-button-error-text-disabled: #858585;
82
+ --redsift-color-dark-components-buttons-primary-button-warning-background-default: #fcbb54;
83
+ --redsift-color-dark-components-buttons-primary-button-warning-background-hover: #e3a84c;
84
+ --redsift-color-dark-components-buttons-primary-button-warning-background-active: #b0833b;
85
+ --redsift-color-dark-components-buttons-primary-button-warning-background-disabled: #474747;
86
+ --redsift-color-dark-components-buttons-primary-button-warning-text-default: #ffffff;
87
+ --redsift-color-dark-components-buttons-primary-button-warning-text-hover: #ffffff;
88
+ --redsift-color-dark-components-buttons-primary-button-warning-text-active: #ffffff;
89
+ --redsift-color-dark-components-buttons-primary-button-warning-text-disabled: #858585;
90
+ --redsift-color-dark-components-buttons-primary-button-info-background-default: #4285f4;
91
+ --redsift-color-dark-components-buttons-primary-button-info-background-hover: #3b78dc;
92
+ --redsift-color-dark-components-buttons-primary-button-info-background-active: #2e5dab;
93
+ --redsift-color-dark-components-buttons-primary-button-info-background-disabled: #474747;
94
+ --redsift-color-dark-components-buttons-primary-button-info-text-default: #ffffff;
95
+ --redsift-color-dark-components-buttons-primary-button-info-text-hover: #ffffff;
96
+ --redsift-color-dark-components-buttons-primary-button-info-text-active: #ffffff;
97
+ --redsift-color-dark-components-buttons-primary-button-info-text-disabled: #858585;
98
+ --redsift-color-dark-components-buttons-primary-button-grey-background-default: #666666;
99
+ --redsift-color-dark-components-buttons-primary-button-grey-background-hover: #5c5c5c;
100
+ --redsift-color-dark-components-buttons-primary-button-grey-background-active: #525252;
101
+ --redsift-color-dark-components-buttons-primary-button-grey-background-disabled: #474747;
102
+ --redsift-color-dark-components-buttons-primary-button-grey-text-default: #ffffff;
103
+ --redsift-color-dark-components-buttons-primary-button-grey-text-hover: #ffffff;
104
+ --redsift-color-dark-components-buttons-primary-button-grey-text-active: #ffffff;
105
+ --redsift-color-dark-components-buttons-primary-button-grey-text-disabled: #858585;
106
+ --redsift-color-dark-components-buttons-primary-button-radar-background-default: linear-gradient(90deg, rgba(81, 183, 164, 1), rgba(0, 129, 195, 1));
107
+ --redsift-color-dark-components-buttons-primary-button-radar-background-hover: linear-gradient(90deg, rgba(65, 146, 131, 1), rgba(3, 114, 171, 1));
108
+ --redsift-color-dark-components-buttons-primary-button-radar-background-active: linear-gradient(90deg, rgba(58, 122, 110, 1), rgba(0, 96, 145, 1));
109
+ --redsift-color-dark-components-buttons-primary-button-radar-background-disabled: #474747;
110
+ --redsift-color-dark-components-buttons-primary-button-radar-text-default: #ffffff;
111
+ --redsift-color-dark-components-buttons-primary-button-radar-text-hover: #ffffff;
112
+ --redsift-color-dark-components-buttons-primary-button-radar-text-active: #ffffff;
113
+ --redsift-color-dark-components-buttons-primary-button-radar-text-disabled: #858585;
114
+ --redsift-color-dark-components-buttons-secondary-button-primary-background-default: transparent;
115
+ --redsift-color-dark-components-buttons-secondary-button-primary-background-hover: #142849;
116
+ --redsift-color-dark-components-buttons-secondary-button-primary-background-active: #0d1b31;
117
+ --redsift-color-dark-components-buttons-secondary-button-primary-background-disabled: #333333;
118
+ --redsift-color-dark-components-buttons-secondary-button-primary-text-default: #4285f4;
119
+ --redsift-color-dark-components-buttons-secondary-button-primary-text-hover: #689df6;
120
+ --redsift-color-dark-components-buttons-secondary-button-primary-text-active: #8eb6f8;
121
+ --redsift-color-dark-components-buttons-secondary-button-primary-text-disabled: #858585;
122
+ --redsift-color-dark-components-buttons-secondary-button-secondary-background-default: transparent;
123
+ --redsift-color-dark-components-buttons-secondary-button-secondary-background-hover: #183731;
124
+ --redsift-color-dark-components-buttons-secondary-button-secondary-background-active: #102521;
125
+ --redsift-color-dark-components-buttons-secondary-button-secondary-background-disabled: #333333;
126
+ --redsift-color-dark-components-buttons-secondary-button-secondary-text-default: #51b7a4;
127
+ --redsift-color-dark-components-buttons-secondary-button-secondary-text-hover: #74c5b6;
128
+ --redsift-color-dark-components-buttons-secondary-button-secondary-text-active: #97d4c8;
129
+ --redsift-color-dark-components-buttons-secondary-button-secondary-text-disabled: #858585;
130
+ --redsift-color-dark-components-buttons-secondary-button-success-background-default: transparent;
131
+ --redsift-color-dark-components-buttons-secondary-button-success-background-hover: #01341d;
132
+ --redsift-color-dark-components-buttons-secondary-button-success-background-active: #002213;
133
+ --redsift-color-dark-components-buttons-secondary-button-success-background-disabled: #333333;
134
+ --redsift-color-dark-components-buttons-secondary-button-success-text-default: #02ac61;
135
+ --redsift-color-dark-components-buttons-secondary-button-success-text-hover: #35bd81;
136
+ --redsift-color-dark-components-buttons-secondary-button-success-text-active: #67cda0;
137
+ --redsift-color-dark-components-buttons-secondary-button-success-text-disabled: #858585;
138
+ --redsift-color-dark-components-buttons-secondary-button-error-background-default: transparent;
139
+ --redsift-color-dark-components-buttons-secondary-button-error-background-hover: #430505;
140
+ --redsift-color-dark-components-buttons-secondary-button-error-background-active: #2d0303;
141
+ --redsift-color-dark-components-buttons-secondary-button-error-background-disabled: #333333;
142
+ --redsift-color-dark-components-buttons-secondary-button-error-text-default: #e11010;
143
+ --redsift-color-dark-components-buttons-secondary-button-error-text-hover: #e74040;
144
+ --redsift-color-dark-components-buttons-secondary-button-error-text-active: #ed7070;
145
+ --redsift-color-dark-components-buttons-secondary-button-error-text-disabled: #858585;
146
+ --redsift-color-dark-components-buttons-secondary-button-warning-background-default: transparent;
147
+ --redsift-color-dark-components-buttons-secondary-button-warning-background-hover: #4c3819;
148
+ --redsift-color-dark-components-buttons-secondary-button-warning-background-active: #322511;
149
+ --redsift-color-dark-components-buttons-secondary-button-warning-background-disabled: #333333;
150
+ --redsift-color-dark-components-buttons-secondary-button-warning-text-default: #fcbb54;
151
+ --redsift-color-dark-components-buttons-secondary-button-warning-text-hover: #fdc976;
152
+ --redsift-color-dark-components-buttons-secondary-button-warning-text-active: #fdd698;
153
+ --redsift-color-dark-components-buttons-secondary-button-warning-text-disabled: #858585;
154
+ --redsift-color-dark-components-buttons-secondary-button-info-background-default: transparent;
155
+ --redsift-color-dark-components-buttons-secondary-button-info-background-hover: #142849;
156
+ --redsift-color-dark-components-buttons-secondary-button-info-background-active: #0d1b31;
157
+ --redsift-color-dark-components-buttons-secondary-button-info-background-disabled: #333333;
158
+ --redsift-color-dark-components-buttons-secondary-button-info-text-default: #4285f4;
159
+ --redsift-color-dark-components-buttons-secondary-button-info-text-hover: #689df6;
160
+ --redsift-color-dark-components-buttons-secondary-button-info-text-active: #8eb6f8;
161
+ --redsift-color-dark-components-buttons-secondary-button-info-text-disabled: #858585;
162
+ --redsift-color-dark-components-buttons-secondary-button-grey-background-default: transparent;
163
+ --redsift-color-dark-components-buttons-secondary-button-grey-background-hover: #525252;
164
+ --redsift-color-dark-components-buttons-secondary-button-grey-background-active: #333333;
165
+ --redsift-color-dark-components-buttons-secondary-button-grey-background-disabled: #333333;
166
+ --redsift-color-dark-components-buttons-secondary-button-grey-text-default: #666666;
167
+ --redsift-color-dark-components-buttons-secondary-button-grey-text-hover: #858585;
168
+ --redsift-color-dark-components-buttons-secondary-button-grey-text-active: #a3a3a3;
169
+ --redsift-color-dark-components-buttons-secondary-button-grey-text-disabled: #858585;
170
+ --redsift-color-dark-components-buttons-secondary-button-black-background-default: transparent;
171
+ --redsift-color-dark-components-buttons-secondary-button-black-background-hover: #525252;
172
+ --redsift-color-dark-components-buttons-secondary-button-black-background-active: #333333;
173
+ --redsift-color-dark-components-buttons-secondary-button-black-background-disabled: transparent;
174
+ --redsift-color-dark-components-buttons-secondary-button-black-text-default: #333333;
175
+ --redsift-color-dark-components-buttons-secondary-button-black-text-hover: #333333;
176
+ --redsift-color-dark-components-buttons-secondary-button-black-text-active: #333333;
177
+ --redsift-color-dark-components-buttons-secondary-button-black-text-disabled: #a3a3a3;
178
+ --redsift-color-dark-components-buttons-secondary-button-white-background-default: transparent;
179
+ --redsift-color-dark-components-buttons-secondary-button-white-background-hover: #525252;
180
+ --redsift-color-dark-components-buttons-secondary-button-white-background-active: #333333;
181
+ --redsift-color-dark-components-buttons-secondary-button-white-background-disabled: transparent;
182
+ --redsift-color-dark-components-buttons-secondary-button-white-text-default: #ffffff;
183
+ --redsift-color-dark-components-buttons-secondary-button-white-text-hover: #ffffff;
184
+ --redsift-color-dark-components-buttons-secondary-button-white-text-active: #ffffff;
185
+ --redsift-color-dark-components-buttons-secondary-button-white-text-disabled: #a3a3a3;
186
+ --redsift-color-dark-components-buttons-secondary-button-radar-background-default: transparent;
187
+ --redsift-color-dark-components-buttons-secondary-button-radar-background-hover: linear-gradient(90deg, rgba(81, 183, 142, 0.2), rgba(0, 129, 195, 0.2));
188
+ --redsift-color-dark-components-buttons-secondary-button-radar-background-active: linear-gradient(90deg, rgba(81, 183, 142, 0.4), rgba(0, 129, 195, 0.4));
189
+ --redsift-color-dark-components-buttons-secondary-button-radar-background-disabled: #333333;
190
+ --redsift-color-dark-components-buttons-secondary-button-radar-text-default: linear-gradient(90deg, rgba(81, 183, 164, 1), rgba(0, 129, 195, 1));
191
+ --redsift-color-dark-components-buttons-secondary-button-radar-text-hover: linear-gradient(90deg, rgba(65, 146, 131, 1), rgba(3, 114, 171, 1));
192
+ --redsift-color-dark-components-buttons-secondary-button-radar-text-active: linear-gradient(90deg, rgba(58, 122, 110, 1), rgba(0, 96, 145, 1));
193
+ --redsift-color-dark-components-buttons-secondary-button-radar-text-disabled: #858585;
194
+ --redsift-color-dark-components-buttons-unstyled-button-primary-background-default: transparent;
195
+ --redsift-color-dark-components-buttons-unstyled-button-primary-background-hover: #142849;
196
+ --redsift-color-dark-components-buttons-unstyled-button-primary-background-active: #0d1b31;
197
+ --redsift-color-dark-components-buttons-unstyled-button-primary-background-disabled: #333333;
198
+ --redsift-color-dark-components-buttons-unstyled-button-primary-text-default: #4285f4;
199
+ --redsift-color-dark-components-buttons-unstyled-button-primary-text-hover: #689df6;
200
+ --redsift-color-dark-components-buttons-unstyled-button-primary-text-active: #8eb6f8;
201
+ --redsift-color-dark-components-buttons-unstyled-button-primary-text-disabled: #858585;
202
+ --redsift-color-dark-components-buttons-unstyled-button-secondary-background-default: transparent;
203
+ --redsift-color-dark-components-buttons-unstyled-button-secondary-background-hover: #183731;
204
+ --redsift-color-dark-components-buttons-unstyled-button-secondary-background-active: #102521;
205
+ --redsift-color-dark-components-buttons-unstyled-button-secondary-background-disabled: #333333;
206
+ --redsift-color-dark-components-buttons-unstyled-button-secondary-text-default: #51b7a4;
207
+ --redsift-color-dark-components-buttons-unstyled-button-secondary-text-hover: #74c5b6;
208
+ --redsift-color-dark-components-buttons-unstyled-button-secondary-text-active: #97d4c8;
209
+ --redsift-color-dark-components-buttons-unstyled-button-secondary-text-disabled: #858585;
210
+ --redsift-color-dark-components-buttons-unstyled-button-success-background-default: transparent;
211
+ --redsift-color-dark-components-buttons-unstyled-button-success-background-hover: #01341d;
212
+ --redsift-color-dark-components-buttons-unstyled-button-success-background-active: #002213;
213
+ --redsift-color-dark-components-buttons-unstyled-button-success-background-disabled: #333333;
214
+ --redsift-color-dark-components-buttons-unstyled-button-success-text-default: #02ac61;
215
+ --redsift-color-dark-components-buttons-unstyled-button-success-text-hover: #35bd81;
216
+ --redsift-color-dark-components-buttons-unstyled-button-success-text-active: #67cda0;
217
+ --redsift-color-dark-components-buttons-unstyled-button-success-text-disabled: #858585;
218
+ --redsift-color-dark-components-buttons-unstyled-button-error-background-default: transparent;
219
+ --redsift-color-dark-components-buttons-unstyled-button-error-background-hover: #430505;
220
+ --redsift-color-dark-components-buttons-unstyled-button-error-background-active: #2d0303;
221
+ --redsift-color-dark-components-buttons-unstyled-button-error-background-disabled: #333333;
222
+ --redsift-color-dark-components-buttons-unstyled-button-error-text-default: #e11010;
223
+ --redsift-color-dark-components-buttons-unstyled-button-error-text-hover: #e74040;
224
+ --redsift-color-dark-components-buttons-unstyled-button-error-text-active: #ed7070;
225
+ --redsift-color-dark-components-buttons-unstyled-button-error-text-disabled: #858585;
226
+ --redsift-color-dark-components-buttons-unstyled-button-warning-background-default: transparent;
227
+ --redsift-color-dark-components-buttons-unstyled-button-warning-background-hover: #4c3819;
228
+ --redsift-color-dark-components-buttons-unstyled-button-warning-background-active: #322511;
229
+ --redsift-color-dark-components-buttons-unstyled-button-warning-background-disabled: #333333;
230
+ --redsift-color-dark-components-buttons-unstyled-button-warning-text-default: #fcbb54;
231
+ --redsift-color-dark-components-buttons-unstyled-button-warning-text-hover: #fdc976;
232
+ --redsift-color-dark-components-buttons-unstyled-button-warning-text-active: #fdd698;
233
+ --redsift-color-dark-components-buttons-unstyled-button-warning-text-disabled: #858585;
234
+ --redsift-color-dark-components-buttons-unstyled-button-info-background-default: transparent;
235
+ --redsift-color-dark-components-buttons-unstyled-button-info-background-hover: #142849;
236
+ --redsift-color-dark-components-buttons-unstyled-button-info-background-active: #0d1b31;
237
+ --redsift-color-dark-components-buttons-unstyled-button-info-background-disabled: #333333;
238
+ --redsift-color-dark-components-buttons-unstyled-button-info-text-default: #4285f4;
239
+ --redsift-color-dark-components-buttons-unstyled-button-info-text-hover: #689df6;
240
+ --redsift-color-dark-components-buttons-unstyled-button-info-text-active: #8eb6f8;
241
+ --redsift-color-dark-components-buttons-unstyled-button-info-text-disabled: #858585;
242
+ --redsift-color-dark-components-buttons-unstyled-button-grey-background-default: transparent;
243
+ --redsift-color-dark-components-buttons-unstyled-button-grey-background-hover: #525252;
244
+ --redsift-color-dark-components-buttons-unstyled-button-grey-background-active: #333333;
245
+ --redsift-color-dark-components-buttons-unstyled-button-grey-background-disabled: #333333;
246
+ --redsift-color-dark-components-buttons-unstyled-button-grey-text-default: #666666;
247
+ --redsift-color-dark-components-buttons-unstyled-button-grey-text-hover: #858585;
248
+ --redsift-color-dark-components-buttons-unstyled-button-grey-text-active: #a3a3a3;
249
+ --redsift-color-dark-components-buttons-unstyled-button-grey-text-disabled: #858585;
250
+ --redsift-color-dark-components-buttons-unstyled-button-black-background-default: transparent;
251
+ --redsift-color-dark-components-buttons-unstyled-button-black-background-hover: #525252;
252
+ --redsift-color-dark-components-buttons-unstyled-button-black-background-active: #333333;
253
+ --redsift-color-dark-components-buttons-unstyled-button-black-background-disabled: transparent;
254
+ --redsift-color-dark-components-buttons-unstyled-button-black-text-default: #333333;
255
+ --redsift-color-dark-components-buttons-unstyled-button-black-text-hover: #333333;
256
+ --redsift-color-dark-components-buttons-unstyled-button-black-text-active: #333333;
257
+ --redsift-color-dark-components-buttons-unstyled-button-black-text-disabled: #a3a3a3;
258
+ --redsift-color-dark-components-buttons-unstyled-button-white-background-default: transparent;
259
+ --redsift-color-dark-components-buttons-unstyled-button-white-background-hover: #525252;
260
+ --redsift-color-dark-components-buttons-unstyled-button-white-background-active: #333333;
261
+ --redsift-color-dark-components-buttons-unstyled-button-white-background-disabled: transparent;
262
+ --redsift-color-dark-components-buttons-unstyled-button-white-text-default: #ffffff;
263
+ --redsift-color-dark-components-buttons-unstyled-button-white-text-hover: #ffffff;
264
+ --redsift-color-dark-components-buttons-unstyled-button-white-text-active: #ffffff;
265
+ --redsift-color-dark-components-buttons-unstyled-button-white-text-disabled: #a3a3a3;
266
+ --redsift-color-dark-components-buttons-unstyled-button-radar-background-default: transparent;
267
+ --redsift-color-dark-components-buttons-unstyled-button-radar-background-hover: linear-gradient(90deg, rgba(81, 183, 142, 0.2), rgba(0, 129, 195, 0.2));
268
+ --redsift-color-dark-components-buttons-unstyled-button-radar-background-active: linear-gradient(90deg, rgba(81, 183, 142, 0.4), rgba(0, 129, 195, 0.4));
269
+ --redsift-color-dark-components-buttons-unstyled-button-radar-background-disabled: #333333;
270
+ --redsift-color-dark-components-buttons-unstyled-button-radar-text-default: linear-gradient(90deg, rgba(81, 183, 164, 1), rgba(0, 129, 195, 1));
271
+ --redsift-color-dark-components-buttons-unstyled-button-radar-text-hover: linear-gradient(90deg, rgba(65, 146, 131, 1), rgba(3, 114, 171, 1));
272
+ --redsift-color-dark-components-buttons-unstyled-button-radar-text-active: linear-gradient(90deg, rgba(58, 122, 110, 1), rgba(0, 96, 145, 1));
273
+ --redsift-color-dark-components-buttons-unstyled-button-radar-text-disabled: #858585;
274
+ --redsift-color-dark-components-ai-ai-border: #e11010;
275
+ --redsift-color-dark-components-ai-ai-icon: #e11010;
276
+ --redsift-color-dark-components-spinner-spinner: #142849;
277
+ --redsift-color-dark-components-alert-success-background: #029b57;
278
+ --redsift-color-dark-components-alert-success-border: #017844;
279
+ --redsift-color-dark-components-alert-success-icon: #017844;
280
+ --redsift-color-dark-components-alert-text: #f2f2f2;
281
+ --redsift-color-dark-components-alert-error-background: #cb0e0e;
282
+ --redsift-color-dark-components-alert-error-border: #9e0b0b;
283
+ --redsift-color-dark-components-alert-error-icon: #9e0b0b;
284
+ --redsift-color-dark-components-alert-warning-background: #e3a84c;
285
+ --redsift-color-dark-components-alert-warning-border: #b0833b;
286
+ --redsift-color-dark-components-alert-warning-icon: #b0833b;
287
+ --redsift-color-dark-components-alert-info-background: #3b78dc;
288
+ --redsift-color-dark-components-alert-info-border: #2e5dab;
289
+ --redsift-color-dark-components-alert-info-icon: #2e5dab;
290
+ --redsift-color-dark-components-icons-default: #f2f2f2;
291
+ --redsift-color-dark-components-dropdowns-and-menus-default-background: #474747;
292
+ --redsift-color-dark-components-dropdowns-and-menus-default-text: #ffffff;
293
+ --redsift-color-dark-components-dropdowns-and-menus-dividers: #666666;
294
+ --redsift-color-dark-components-dropdowns-and-menus-hover-background: #666666;
295
+ --redsift-color-dark-components-dropdowns-and-menus-hover-text: #ffffff;
296
+ --redsift-color-dark-components-dropdowns-and-menus-click-background: #e0e0e0;
297
+ --redsift-color-dark-components-dropdowns-and-menus-click-text: #1c1c1c;
298
+ --redsift-color-dark-components-dropdowns-and-menus-toggle-active-text: #ffffff;
299
+ --redsift-color-dark-components-dropdowns-and-menus-toggle-active-background: #4285f4;
300
+ --redsift-color-dark-components-dropdowns-and-menus-toggle-active-hover-text: #ffffff;
301
+ --redsift-color-dark-components-dropdowns-and-menus-toggle-active-hover-background: #3b78dc;
302
+ --redsift-color-dark-components-dropdowns-and-menus-toggle-active-click-text: #1c1c1c;
303
+ --redsift-color-dark-components-dropdowns-and-menus-toggle-active-click-background: #e0e0e0;
304
+ --redsift-color-dark-components-checkbox-fill-default: #4285f4;
305
+ --redsift-color-dark-components-checkbox-fill-default-hover: #142849;
306
+ --redsift-color-dark-components-checkbox-fill-uncolored: #666666;
307
+ --redsift-color-dark-components-checkbox-fill-uncolored-hover: #474747;
308
+ --redsift-color-dark-components-checkbox-fill-disabled: #e0e0e0;
309
+ --redsift-color-dark-components-checkbox-fill-invalid: #e11010;
310
+ --redsift-color-dark-components-checkbox-fill-invalid-hover: #f39f9f;
311
+ --redsift-color-dark-components-checkbox-text-default: #ffffff;
312
+ --redsift-color-dark-components-checkbox-text-invalid: #e11010;
313
+ --redsift-color-dark-components-checkbox-text-disabled: #e0e0e0;
314
+ --redsift-color-dark-components-radio-fill-default: #4285f4;
315
+ --redsift-color-dark-components-radio-fill-default-hover: #142849;
316
+ --redsift-color-dark-components-radio-fill-uncolored: #666666;
317
+ --redsift-color-dark-components-radio-fill-uncolored-hover: #474747;
318
+ --redsift-color-dark-components-radio-fill-disabled: #e0e0e0;
319
+ --redsift-color-dark-components-radio-fill-invalid: #e11010;
320
+ --redsift-color-dark-components-radio-fill-invalid-hover: #f39f9f;
321
+ --redsift-color-dark-components-radio-text-default: #ffffff;
322
+ --redsift-color-dark-components-radio-text-invalid: #e11010;
323
+ --redsift-color-dark-components-radio-text-disabled: #e0e0e0;
324
+ --redsift-color-dark-components-switch-dot-default: #0d1b31;
325
+ --redsift-color-dark-components-switch-dot-default-hover: #3b78dc;
326
+ --redsift-color-dark-components-switch-dot-uncolored: #666666;
327
+ --redsift-color-dark-components-switch-dot-uncolored-hover: #474747;
328
+ --redsift-color-dark-components-switch-dot-disabled: #0d1b31;
329
+ --redsift-color-dark-components-switch-dot-invalid: #0d1b31;
330
+ --redsift-color-dark-components-switch-dot-invalid-hover: #f39f9f;
331
+ --redsift-color-dark-components-switch-background-default: #3b78dc;
332
+ --redsift-color-dark-components-switch-background-default-active: #4285f4;
333
+ --redsift-color-dark-components-switch-background-uncolored: #474747;
334
+ --redsift-color-dark-components-switch-background-uncolored-active: #666666;
335
+ --redsift-color-dark-components-switch-background-disabled: #e0e0e0;
336
+ --redsift-color-dark-components-switch-background-disabled-active: #e0e0e0;
337
+ --redsift-color-dark-components-switch-background-invalid: #f39f9f;
338
+ --redsift-color-dark-components-switch-background-invalid-active: #e11010;
339
+ --redsift-color-dark-components-switch-text-default: #ffffff;
340
+ --redsift-color-dark-components-switch-text-invalid: #e11010;
341
+ --redsift-color-dark-components-switch-text-disabled: #e0e0e0;
342
+ --redsift-color-dark-components-tabs-line: #666666;
343
+ --redsift-color-dark-components-modal-background: #1c1c1c;
344
+ --redsift-color-dark-components-pills-grey-default-background: #E6E6E6;
345
+ --redsift-color-dark-components-pills-grey-default-border: unset;
346
+ --redsift-color-dark-components-pills-grey-default-text: #1c1c1c;
347
+ --redsift-color-dark-components-pills-grey-hover-background: #D6D6D6;
348
+ --redsift-color-dark-components-pills-grey-hover-border: unset;
349
+ --redsift-color-dark-components-pills-grey-hover-text: #1c1c1c;
350
+ --redsift-color-dark-components-pills-grey-disabled-background: #EEEEEE;
351
+ --redsift-color-dark-components-pills-grey-disabled-border: unset;
352
+ --redsift-color-dark-components-pills-grey-disabled-text: #666666;
353
+ --redsift-color-dark-components-pills-green-default-background: #A2E7BA;
354
+ --redsift-color-dark-components-pills-green-default-border: unset;
355
+ --redsift-color-dark-components-pills-green-default-text: #1c1c1c;
356
+ --redsift-color-dark-components-pills-green-hover-background: #56D58E;
357
+ --redsift-color-dark-components-pills-green-hover-border: unset;
358
+ --redsift-color-dark-components-pills-green-hover-text: #1c1c1c;
359
+ --redsift-color-dark-components-pills-green-disabled-background: #C2EFD1;
360
+ --redsift-color-dark-components-pills-green-disabled-border: unset;
361
+ --redsift-color-dark-components-pills-green-disabled-text: #666666;
362
+ --redsift-color-dark-components-pills-pink-default-background: #ECA0D6;
363
+ --redsift-color-dark-components-pills-pink-default-border: unset;
364
+ --redsift-color-dark-components-pills-pink-default-text: #1c1c1c;
365
+ --redsift-color-dark-components-pills-pink-hover-background: #D95CBA;
366
+ --redsift-color-dark-components-pills-pink-hover-border: unset;
367
+ --redsift-color-dark-components-pills-pink-hover-text: #1c1c1c;
368
+ --redsift-color-dark-components-pills-pink-disabled-background: #F4C0E3;
369
+ --redsift-color-dark-components-pills-pink-disabled-border: unset;
370
+ --redsift-color-dark-components-pills-pink-disabled-text: #666666;
371
+ --redsift-color-dark-components-pills-aqua-default-background: #9AF8F4;
372
+ --redsift-color-dark-components-pills-aqua-default-border: unset;
373
+ --redsift-color-dark-components-pills-aqua-default-text: #1c1c1c;
374
+ --redsift-color-dark-components-pills-aqua-hover-background: #63EAE4;
375
+ --redsift-color-dark-components-pills-aqua-hover-border: unset;
376
+ --redsift-color-dark-components-pills-aqua-hover-text: #1c1c1c;
377
+ --redsift-color-dark-components-pills-aqua-disabled-background: #CAF7F4;
378
+ --redsift-color-dark-components-pills-aqua-disabled-border: unset;
379
+ --redsift-color-dark-components-pills-aqua-disabled-text: #666666;
380
+ --redsift-color-dark-components-pills-brown-default-background: #EDC19C;
381
+ --redsift-color-dark-components-pills-brown-default-border: unset;
382
+ --redsift-color-dark-components-pills-brown-default-text: #1c1c1c;
383
+ --redsift-color-dark-components-pills-brown-hover-background: #C78348;
384
+ --redsift-color-dark-components-pills-brown-hover-border: unset;
385
+ --redsift-color-dark-components-pills-brown-hover-text: #1c1c1c;
386
+ --redsift-color-dark-components-pills-brown-disabled-background: #F6D9C3;
387
+ --redsift-color-dark-components-pills-brown-disabled-border: unset;
388
+ --redsift-color-dark-components-pills-brown-disabled-text: #666666;
389
+ --redsift-color-dark-components-pills-red-default-background: #F3A39E;
390
+ --redsift-color-dark-components-pills-red-default-border: unset;
391
+ --redsift-color-dark-components-pills-red-default-text: #1c1c1c;
392
+ --redsift-color-dark-components-pills-red-hover-background: #E06363;
393
+ --redsift-color-dark-components-pills-red-hover-border: unset;
394
+ --redsift-color-dark-components-pills-red-hover-text: #1c1c1c;
395
+ --redsift-color-dark-components-pills-red-disabled-background: #F8BBBA;
396
+ --redsift-color-dark-components-pills-red-disabled-border: unset;
397
+ --redsift-color-dark-components-pills-red-disabled-text: #666666;
398
+ --redsift-color-dark-components-pills-yellow-default-background: #F7EFC3;
399
+ --redsift-color-dark-components-pills-yellow-default-border: unset;
400
+ --redsift-color-dark-components-pills-yellow-default-text: #1c1c1c;
401
+ --redsift-color-dark-components-pills-yellow-hover-background: #FFF741;
402
+ --redsift-color-dark-components-pills-yellow-hover-border: unset;
403
+ --redsift-color-dark-components-pills-yellow-hover-text: #1c1c1c;
404
+ --redsift-color-dark-components-pills-yellow-disabled-background: #FBF5DB;
405
+ --redsift-color-dark-components-pills-yellow-disabled-border: unset;
406
+ --redsift-color-dark-components-pills-yellow-disabled-text: #666666;
407
+ --redsift-color-dark-components-pills-purple-default-background: #C6A8EF;
408
+ --redsift-color-dark-components-pills-purple-default-border: unset;
409
+ --redsift-color-dark-components-pills-purple-default-text: #1c1c1c;
410
+ --redsift-color-dark-components-pills-purple-hover-background: #965EDE;
411
+ --redsift-color-dark-components-pills-purple-hover-border: unset;
412
+ --redsift-color-dark-components-pills-purple-hover-text: #1c1c1c;
413
+ --redsift-color-dark-components-pills-purple-disabled-background: #DECAF6;
414
+ --redsift-color-dark-components-pills-purple-disabled-border: unset;
415
+ --redsift-color-dark-components-pills-purple-disabled-text: #666666;
416
+ --redsift-color-dark-components-pills-orange-default-background: #F8D296;
417
+ --redsift-color-dark-components-pills-orange-default-border: unset;
418
+ --redsift-color-dark-components-pills-orange-default-text: #1c1c1c;
419
+ --redsift-color-dark-components-pills-orange-hover-background: #FCBB54;
420
+ --redsift-color-dark-components-pills-orange-hover-border: unset;
421
+ --redsift-color-dark-components-pills-orange-hover-text: #1c1c1c;
422
+ --redsift-color-dark-components-pills-orange-disabled-background: #FDE4C0;
423
+ --redsift-color-dark-components-pills-orange-disabled-border: unset;
424
+ --redsift-color-dark-components-pills-orange-disabled-text: #666666;
425
+ --redsift-color-dark-components-pills-blue-default-background: #B1DCF3;
426
+ --redsift-color-dark-components-pills-blue-default-border: unset;
427
+ --redsift-color-dark-components-pills-blue-default-text: #1c1c1c;
428
+ --redsift-color-dark-components-pills-blue-hover-background: #73C5EB;
429
+ --redsift-color-dark-components-pills-blue-hover-border: unset;
430
+ --redsift-color-dark-components-pills-blue-hover-text: #1c1c1c;
431
+ --redsift-color-dark-components-pills-blue-disabled-background: #CCE8F7;
432
+ --redsift-color-dark-components-pills-blue-disabled-border: unset;
433
+ --redsift-color-dark-components-pills-blue-disabled-text: #666666;
434
+ --redsift-color-dark-components-pills-black-default-background: #1c1c1c;
435
+ --redsift-color-dark-components-pills-black-default-border: unset;
436
+ --redsift-color-dark-components-pills-black-default-text: #ffffff;
437
+ --redsift-color-dark-components-pills-black-hover-background: #333333;
438
+ --redsift-color-dark-components-pills-black-hover-border: unset;
439
+ --redsift-color-dark-components-pills-black-hover-text: #ffffff;
440
+ --redsift-color-dark-components-pills-black-disabled-background: #474747;
441
+ --redsift-color-dark-components-pills-black-disabled-border: unset;
442
+ --redsift-color-dark-components-pills-black-disabled-text: #ffffff;
443
+ --redsift-color-dark-components-pills-x-dark-grey-default-background: #333333;
444
+ --redsift-color-dark-components-pills-x-dark-grey-default-border: unset;
445
+ --redsift-color-dark-components-pills-x-dark-grey-default-text: #ffffff;
446
+ --redsift-color-dark-components-pills-x-dark-grey-hover-background: #474747;
447
+ --redsift-color-dark-components-pills-x-dark-grey-hover-border: unset;
448
+ --redsift-color-dark-components-pills-x-dark-grey-hover-text: #ffffff;
449
+ --redsift-color-dark-components-pills-x-dark-grey-disabled-background: #666666;
450
+ --redsift-color-dark-components-pills-x-dark-grey-disabled-border: unset;
451
+ --redsift-color-dark-components-pills-x-dark-grey-disabled-text: #ffffff;
452
+ --redsift-color-dark-components-pills-dark-grey-default-background: #474747;
453
+ --redsift-color-dark-components-pills-dark-grey-default-border: unset;
454
+ --redsift-color-dark-components-pills-dark-grey-default-text: #ffffff;
455
+ --redsift-color-dark-components-pills-dark-grey-hover-background: #666666;
456
+ --redsift-color-dark-components-pills-dark-grey-hover-border: unset;
457
+ --redsift-color-dark-components-pills-dark-grey-hover-text: #ffffff;
458
+ --redsift-color-dark-components-pills-dark-grey-disabled-background: #e0e0e0;
459
+ --redsift-color-dark-components-pills-dark-grey-disabled-border: unset;
460
+ --redsift-color-dark-components-pills-dark-grey-disabled-text: #ffffff;
461
+ --redsift-color-dark-components-pills-mid-grey-default-background: #666666;
462
+ --redsift-color-dark-components-pills-mid-grey-default-border: unset;
463
+ --redsift-color-dark-components-pills-mid-grey-default-text: #ffffff;
464
+ --redsift-color-dark-components-pills-mid-grey-hover-background: #474747;
465
+ --redsift-color-dark-components-pills-mid-grey-hover-border: unset;
466
+ --redsift-color-dark-components-pills-mid-grey-hover-text: #ffffff;
467
+ --redsift-color-dark-components-pills-mid-grey-disabled-background: #e0e0e0;
468
+ --redsift-color-dark-components-pills-mid-grey-disabled-border: unset;
469
+ --redsift-color-dark-components-pills-mid-grey-disabled-text: #666666;
470
+ --redsift-color-dark-components-pills-light-grey-default-background: #e0e0e0;
471
+ --redsift-color-dark-components-pills-light-grey-default-border: unset;
472
+ --redsift-color-dark-components-pills-light-grey-default-text: #1c1c1c;
473
+ --redsift-color-dark-components-pills-light-grey-hover-background: #666666;
474
+ --redsift-color-dark-components-pills-light-grey-hover-border: unset;
475
+ --redsift-color-dark-components-pills-light-grey-hover-text: #1c1c1c;
476
+ --redsift-color-dark-components-pills-light-grey-disabled-background: #f2f2f2;
477
+ --redsift-color-dark-components-pills-light-grey-disabled-border: unset;
478
+ --redsift-color-dark-components-pills-light-grey-disabled-text: #666666;
479
+ --redsift-color-dark-components-pills-x-light-grey-default-background: #f2f2f2;
480
+ --redsift-color-dark-components-pills-x-light-grey-default-border: unset;
481
+ --redsift-color-dark-components-pills-x-light-grey-default-text: #1c1c1c;
482
+ --redsift-color-dark-components-pills-x-light-grey-hover-background: #e0e0e0;
483
+ --redsift-color-dark-components-pills-x-light-grey-hover-border: unset;
484
+ --redsift-color-dark-components-pills-x-light-grey-hover-text: #1c1c1c;
485
+ --redsift-color-dark-components-pills-x-light-grey-disabled-background: #666666;
486
+ --redsift-color-dark-components-pills-x-light-grey-disabled-border: unset;
487
+ --redsift-color-dark-components-pills-x-light-grey-disabled-text: #666666;
488
+ --redsift-color-dark-components-pills-white-default-background: #ffffff;
489
+ --redsift-color-dark-components-pills-white-default-border: #e0e0e0;
490
+ --redsift-color-dark-components-pills-white-default-text: #1c1c1c;
491
+ --redsift-color-dark-components-pills-white-hover-background: #f2f2f2;
492
+ --redsift-color-dark-components-pills-white-hover-border: #e0e0e0;
493
+ --redsift-color-dark-components-pills-white-hover-text: #1c1c1c;
494
+ --redsift-color-dark-components-pills-white-disabled-background: #ffffff;
495
+ --redsift-color-dark-components-pills-white-disabled-border: #e0e0e0;
496
+ --redsift-color-dark-components-pills-white-disabled-text: #666666;
497
+ --redsift-color-dark-components-pills-error-default-background: #F8BBBA;
498
+ --redsift-color-dark-components-pills-error-default-border: unset;
499
+ --redsift-color-dark-components-pills-error-default-text: #1c1c1c;
500
+ --redsift-color-dark-components-pills-error-hover-background: #E06363;
501
+ --redsift-color-dark-components-pills-error-hover-border: unset;
502
+ --redsift-color-dark-components-pills-error-hover-text: #1c1c1c;
503
+ --redsift-color-dark-components-pills-error-disabled-background: #F3A39E;
504
+ --redsift-color-dark-components-pills-error-disabled-border: unset;
505
+ --redsift-color-dark-components-pills-error-disabled-text: #666666;
506
+ --redsift-color-dark-components-pills-warning-default-background: #FDE4C0;
507
+ --redsift-color-dark-components-pills-warning-default-border: unset;
508
+ --redsift-color-dark-components-pills-warning-default-text: #1c1c1c;
509
+ --redsift-color-dark-components-pills-warning-hover-background: #FCBB54;
510
+ --redsift-color-dark-components-pills-warning-hover-border: unset;
511
+ --redsift-color-dark-components-pills-warning-hover-text: #1c1c1c;
512
+ --redsift-color-dark-components-pills-warning-disabled-background: #F8D296;
513
+ --redsift-color-dark-components-pills-warning-disabled-border: unset;
514
+ --redsift-color-dark-components-pills-warning-disabled-text: #666666;
515
+ --redsift-color-dark-components-pills-success-default-background: #C2EFD1;
516
+ --redsift-color-dark-components-pills-success-default-border: unset;
517
+ --redsift-color-dark-components-pills-success-default-text: #1c1c1c;
518
+ --redsift-color-dark-components-pills-success-hover-background: #56D58E;
519
+ --redsift-color-dark-components-pills-success-hover-border: unset;
520
+ --redsift-color-dark-components-pills-success-hover-text: #1c1c1c;
521
+ --redsift-color-dark-components-pills-success-disabled-background: #A2E7BA;
522
+ --redsift-color-dark-components-pills-success-disabled-border: unset;
523
+ --redsift-color-dark-components-pills-success-disabled-text: #666666;
524
+ --redsift-color-dark-components-pills-error-dark-default-background: #E06363;
525
+ --redsift-color-dark-components-pills-error-dark-default-border: unset;
526
+ --redsift-color-dark-components-pills-error-dark-default-text: #1c1c1c;
527
+ --redsift-color-dark-components-pills-error-dark-hover-background: #DE0000;
528
+ --redsift-color-dark-components-pills-error-dark-hover-border: unset;
529
+ --redsift-color-dark-components-pills-error-dark-hover-text: #1c1c1c;
530
+ --redsift-color-dark-components-pills-error-dark-disabled-background: #F3A39E;
531
+ --redsift-color-dark-components-pills-error-dark-disabled-border: unset;
532
+ --redsift-color-dark-components-pills-error-dark-disabled-text: #666666;
533
+ --redsift-color-dark-components-pills-warning-dark-default-background: #FCBB54;
534
+ --redsift-color-dark-components-pills-warning-dark-default-border: unset;
535
+ --redsift-color-dark-components-pills-warning-dark-default-text: #1c1c1c;
536
+ --redsift-color-dark-components-pills-warning-dark-hover-background: #ED9200;
537
+ --redsift-color-dark-components-pills-warning-dark-hover-border: unset;
538
+ --redsift-color-dark-components-pills-warning-dark-hover-text: #1c1c1c;
539
+ --redsift-color-dark-components-pills-warning-dark-disabled-background: #F8D296;
540
+ --redsift-color-dark-components-pills-warning-dark-disabled-border: unset;
541
+ --redsift-color-dark-components-pills-warning-dark-disabled-text: #666666;
542
+ --redsift-color-dark-components-pills-success-dark-default-background: #56D58E;
543
+ --redsift-color-dark-components-pills-success-dark-default-border: unset;
544
+ --redsift-color-dark-components-pills-success-dark-default-text: #1c1c1c;
545
+ --redsift-color-dark-components-pills-success-dark-hover-background: #00CE59;
546
+ --redsift-color-dark-components-pills-success-dark-hover-border: unset;
547
+ --redsift-color-dark-components-pills-success-dark-hover-text: #1c1c1c;
548
+ --redsift-color-dark-components-pills-success-dark-disabled-background: #A2E7BA;
549
+ --redsift-color-dark-components-pills-success-dark-disabled-border: unset;
550
+ --redsift-color-dark-components-pills-success-dark-disabled-text: #666666;
551
+ --redsift-color-light-components-page-background: #ffffff;
552
+ --redsift-color-light-components-text-primary: #333333;
553
+ --redsift-color-light-components-text-secondary: #474747;
554
+ --redsift-color-light-components-red-sift-logo-text-red: #e11010;
555
+ --redsift-color-light-components-red-sift-logo-text-white: #ffffff;
556
+ --redsift-color-light-components-red-sift-logo-text-grey: #333333;
557
+ --redsift-color-light-components-red-sift-logo-icon-background: #e11010;
558
+ --redsift-color-light-components-red-sift-logo-icon-r: #ffffff;
559
+ --redsift-color-light-components-red-sift-logo-diamond-top-right: #e24e4e;
560
+ --redsift-color-light-components-red-sift-logo-diamond-bottom-left: #ffb3b3;
561
+ --redsift-color-light-components-red-sift-logo-diamond-bottom-right: #ff8181;
562
+ --redsift-color-light-components-red-sift-logo-diamond-dark: #e24e4e;
563
+ --redsift-color-light-components-red-sift-logo-diamond-mid: #ff8181;
564
+ --redsift-color-light-components-red-sift-logo-diamond-light: #ffb3b3;
565
+ --redsift-color-light-components-product-logos-text-grey: #333333;
566
+ --redsift-color-light-components-product-logos-text-red: #e11010;
567
+ --redsift-color-light-components-product-logos-text-white: #ffffff;
568
+ --redsift-color-light-components-product-logos-icon-red: #e11010;
569
+ --redsift-color-light-components-product-logos-icon-grey: #333333;
570
+ --redsift-color-light-components-side-navigation-background: #f2f2f2;
571
+ --redsift-color-light-components-side-navigation-menu-item-text-resting: #474747;
572
+ --redsift-color-light-components-side-navigation-menu-item-text-disabled: #666666;
573
+ --redsift-color-light-components-side-navigation-menu-item-text-hover: #1c1c1c;
574
+ --redsift-color-light-components-side-navigation-menu-item-background-hover: #E6E6E6;
575
+ --redsift-color-light-components-side-navigation-menu-item-background-secondary: transparent;
576
+ --redsift-color-light-components-side-navigation-menu-item-background-active: #e0e0e0;
577
+ --redsift-color-light-components-side-navigation-menu-item-active: #1c1c1c;
578
+ --redsift-color-light-components-side-navigation-scrollbar-resting: #e0e0e0;
579
+ --redsift-color-light-components-side-navigation-scrollbar-hover: #666666;
580
+ --redsift-color-light-components-side-navigation-right-line: #e9e9e9;
581
+ --redsift-color-light-components-side-navigation-current-marker: #1c1c1c;
582
+ --redsift-color-light-components-app-bar-background: #ffffff;
583
+ --redsift-color-light-components-app-bar-breadcrumb-default: #1c1c1c;
584
+ --redsift-color-light-components-app-bar-breadcrumb-hover: #3b78dc;
585
+ --redsift-color-light-components-app-bar-breadcrumb-down: #2e5dab;
586
+ --redsift-color-light-components-app-bar-icon-background-hover: #f2f2f2;
587
+ --redsift-color-light-components-app-bar-icon-background-down: #e0e0e0;
588
+ --redsift-color-light-components-app-bar-icon-background-active: #f2f2f2;
589
+ --redsift-color-light-components-app-bar-icon-background-active-hover: #e0e0e0;
590
+ --redsift-color-light-components-app-bar-icon-background-active-down: #e0e0e0;
591
+ --redsift-color-light-components-app-bar-border: #e9e9e9;
592
+ --redsift-color-light-components-tooltip-background: #ffffff;
593
+ --redsift-color-light-components-tooltip-text: #333333;
594
+ --redsift-color-light-components-buttons-primary-button-primary-background-default: #4285f4;
595
+ --redsift-color-light-components-buttons-primary-button-primary-background-hover: #3b78dc;
596
+ --redsift-color-light-components-buttons-primary-button-primary-background-active: #2e5dab;
597
+ --redsift-color-light-components-buttons-primary-button-primary-background-disabled: #e0e0e0;
598
+ --redsift-color-light-components-buttons-primary-button-primary-text-default: #ffffff;
599
+ --redsift-color-light-components-buttons-primary-button-primary-text-hover: #ffffff;
600
+ --redsift-color-light-components-buttons-primary-button-primary-text-active: #ffffff;
601
+ --redsift-color-light-components-buttons-primary-button-primary-text-disabled: #858585;
602
+ --redsift-color-light-components-buttons-primary-button-secondary-background-default: #51b7a4;
603
+ --redsift-color-light-components-buttons-primary-button-secondary-background-hover: #49a594;
604
+ --redsift-color-light-components-buttons-primary-button-secondary-background-active: #398073;
605
+ --redsift-color-light-components-buttons-primary-button-secondary-background-disabled: #e0e0e0;
606
+ --redsift-color-light-components-buttons-primary-button-secondary-text-default: #ffffff;
607
+ --redsift-color-light-components-buttons-primary-button-secondary-text-hover: #ffffff;
608
+ --redsift-color-light-components-buttons-primary-button-secondary-text-active: #ffffff;
609
+ --redsift-color-light-components-buttons-primary-button-secondary-text-disabled: #858585;
610
+ --redsift-color-light-components-buttons-primary-button-success-background-default: #02ac61;
611
+ --redsift-color-light-components-buttons-primary-button-success-background-hover: #029b57;
612
+ --redsift-color-light-components-buttons-primary-button-success-background-active: #017844;
613
+ --redsift-color-light-components-buttons-primary-button-success-background-disabled: #e0e0e0;
614
+ --redsift-color-light-components-buttons-primary-button-success-text-default: #ffffff;
615
+ --redsift-color-light-components-buttons-primary-button-success-text-hover: #ffffff;
616
+ --redsift-color-light-components-buttons-primary-button-success-text-active: #ffffff;
617
+ --redsift-color-light-components-buttons-primary-button-success-text-disabled: #858585;
618
+ --redsift-color-light-components-buttons-primary-button-error-background-default: #e11010;
619
+ --redsift-color-light-components-buttons-primary-button-error-background-hover: #cb0e0e;
620
+ --redsift-color-light-components-buttons-primary-button-error-background-active: #9e0b0b;
621
+ --redsift-color-light-components-buttons-primary-button-error-background-disabled: #e0e0e0;
622
+ --redsift-color-light-components-buttons-primary-button-error-text-default: #ffffff;
623
+ --redsift-color-light-components-buttons-primary-button-error-text-hover: #ffffff;
624
+ --redsift-color-light-components-buttons-primary-button-error-text-active: #ffffff;
625
+ --redsift-color-light-components-buttons-primary-button-error-text-disabled: #858585;
626
+ --redsift-color-light-components-buttons-primary-button-warning-background-default: #fcbb54;
627
+ --redsift-color-light-components-buttons-primary-button-warning-background-hover: #e3a84c;
628
+ --redsift-color-light-components-buttons-primary-button-warning-background-active: #b0833b;
629
+ --redsift-color-light-components-buttons-primary-button-warning-background-disabled: #e0e0e0;
630
+ --redsift-color-light-components-buttons-primary-button-warning-text-default: #ffffff;
631
+ --redsift-color-light-components-buttons-primary-button-warning-text-hover: #ffffff;
632
+ --redsift-color-light-components-buttons-primary-button-warning-text-active: #ffffff;
633
+ --redsift-color-light-components-buttons-primary-button-warning-text-disabled: #858585;
634
+ --redsift-color-light-components-buttons-primary-button-info-background-default: #4285f4;
635
+ --redsift-color-light-components-buttons-primary-button-info-background-hover: #3b78dc;
636
+ --redsift-color-light-components-buttons-primary-button-info-background-active: #2e5dab;
637
+ --redsift-color-light-components-buttons-primary-button-info-background-disabled: #e0e0e0;
638
+ --redsift-color-light-components-buttons-primary-button-info-text-default: #ffffff;
639
+ --redsift-color-light-components-buttons-primary-button-info-text-hover: #ffffff;
640
+ --redsift-color-light-components-buttons-primary-button-info-text-active: #ffffff;
641
+ --redsift-color-light-components-buttons-primary-button-info-text-disabled: #858585;
642
+ --redsift-color-light-components-buttons-primary-button-grey-background-default: #666666;
643
+ --redsift-color-light-components-buttons-primary-button-grey-background-hover: #5c5c5c;
644
+ --redsift-color-light-components-buttons-primary-button-grey-background-active: #525252;
645
+ --redsift-color-light-components-buttons-primary-button-grey-background-disabled: #e0e0e0;
646
+ --redsift-color-light-components-buttons-primary-button-grey-text-default: #ffffff;
647
+ --redsift-color-light-components-buttons-primary-button-grey-text-hover: #ffffff;
648
+ --redsift-color-light-components-buttons-primary-button-grey-text-active: #ffffff;
649
+ --redsift-color-light-components-buttons-primary-button-grey-text-disabled: #858585;
650
+ --redsift-color-light-components-buttons-primary-button-radar-background-default: linear-gradient(90deg, rgba(81, 183, 164, 1), rgba(0, 129, 195, 1));
651
+ --redsift-color-light-components-buttons-primary-button-radar-background-hover: linear-gradient(90deg, rgba(65, 146, 131, 1), rgba(3, 114, 171, 1));
652
+ --redsift-color-light-components-buttons-primary-button-radar-background-active: linear-gradient(90deg, rgba(58, 122, 110, 1), rgba(0, 96, 145, 1));
653
+ --redsift-color-light-components-buttons-primary-button-radar-background-disabled: #e0e0e0;
654
+ --redsift-color-light-components-buttons-primary-button-radar-text-default: #ffffff;
655
+ --redsift-color-light-components-buttons-primary-button-radar-text-hover: #ffffff;
656
+ --redsift-color-light-components-buttons-primary-button-radar-text-active: #ffffff;
657
+ --redsift-color-light-components-buttons-primary-button-radar-text-disabled: #858585;
658
+ --redsift-color-light-components-buttons-secondary-button-primary-background-default: transparent;
659
+ --redsift-color-light-components-buttons-secondary-button-primary-background-hover: #d9e7fd;
660
+ --redsift-color-light-components-buttons-secondary-button-primary-background-active: #b3cefb;
661
+ --redsift-color-light-components-buttons-secondary-button-primary-background-disabled: #ffffff;
662
+ --redsift-color-light-components-buttons-secondary-button-primary-text-default: #4285f4;
663
+ --redsift-color-light-components-buttons-secondary-button-primary-text-hover: #3b78dc;
664
+ --redsift-color-light-components-buttons-secondary-button-primary-text-active: #2e5dab;
665
+ --redsift-color-light-components-buttons-secondary-button-primary-text-disabled: #a3a3a3;
666
+ --redsift-color-light-components-buttons-secondary-button-secondary-background-default: transparent;
667
+ --redsift-color-light-components-buttons-secondary-button-secondary-background-hover: #dcf1ed;
668
+ --redsift-color-light-components-buttons-secondary-button-secondary-background-active: #b9e2db;
669
+ --redsift-color-light-components-buttons-secondary-button-secondary-background-disabled: #ffffff;
670
+ --redsift-color-light-components-buttons-secondary-button-secondary-text-default: #51b7a4;
671
+ --redsift-color-light-components-buttons-secondary-button-secondary-text-hover: #49a594;
672
+ --redsift-color-light-components-buttons-secondary-button-secondary-text-active: #398073;
673
+ --redsift-color-light-components-buttons-secondary-button-secondary-text-disabled: #a3a3a3;
674
+ --redsift-color-light-components-buttons-secondary-button-success-background-default: transparent;
675
+ --redsift-color-light-components-buttons-secondary-button-success-background-hover: #cceedf;
676
+ --redsift-color-light-components-buttons-secondary-button-success-background-active: #9adec0;
677
+ --redsift-color-light-components-buttons-secondary-button-success-background-disabled: #ffffff;
678
+ --redsift-color-light-components-buttons-secondary-button-success-text-default: #02ac61;
679
+ --redsift-color-light-components-buttons-secondary-button-success-text-hover: #029b57;
680
+ --redsift-color-light-components-buttons-secondary-button-success-text-active: #017844;
681
+ --redsift-color-light-components-buttons-secondary-button-success-text-disabled: #a3a3a3;
682
+ --redsift-color-light-components-buttons-secondary-button-error-background-default: transparent;
683
+ --redsift-color-light-components-buttons-secondary-button-error-background-hover: #f9cfcf;
684
+ --redsift-color-light-components-buttons-secondary-button-error-background-active: #f39f9f;
685
+ --redsift-color-light-components-buttons-secondary-button-error-background-disabled: #ffffff;
686
+ --redsift-color-light-components-buttons-secondary-button-error-text-default: #e11010;
687
+ --redsift-color-light-components-buttons-secondary-button-error-text-hover: #cb0e0e;
688
+ --redsift-color-light-components-buttons-secondary-button-error-text-active: #9e0b0b;
689
+ --redsift-color-light-components-buttons-secondary-button-error-text-disabled: #a3a3a3;
690
+ --redsift-color-light-components-buttons-secondary-button-warning-background-default: transparent;
691
+ --redsift-color-light-components-buttons-secondary-button-warning-background-hover: #fef1dd;
692
+ --redsift-color-light-components-buttons-secondary-button-warning-background-active: #fee4bb;
693
+ --redsift-color-light-components-buttons-secondary-button-warning-background-disabled: #ffffff;
694
+ --redsift-color-light-components-buttons-secondary-button-warning-text-default: #fcbb54;
695
+ --redsift-color-light-components-buttons-secondary-button-warning-text-hover: #e3a84c;
696
+ --redsift-color-light-components-buttons-secondary-button-warning-text-active: #b0833b;
697
+ --redsift-color-light-components-buttons-secondary-button-warning-text-disabled: #a3a3a3;
698
+ --redsift-color-light-components-buttons-secondary-button-info-background-default: transparent;
699
+ --redsift-color-light-components-buttons-secondary-button-info-background-hover: #d9e7fd;
700
+ --redsift-color-light-components-buttons-secondary-button-info-background-active: #b3cefb;
701
+ --redsift-color-light-components-buttons-secondary-button-info-background-disabled: #ffffff;
702
+ --redsift-color-light-components-buttons-secondary-button-info-text-default: #4285f4;
703
+ --redsift-color-light-components-buttons-secondary-button-info-text-hover: #3b78dc;
704
+ --redsift-color-light-components-buttons-secondary-button-info-text-active: #2e5dab;
705
+ --redsift-color-light-components-buttons-secondary-button-info-text-disabled: #a3a3a3;
706
+ --redsift-color-light-components-buttons-secondary-button-grey-background-default: transparent;
707
+ --redsift-color-light-components-buttons-secondary-button-grey-background-hover: #e0e0e0;
708
+ --redsift-color-light-components-buttons-secondary-button-grey-background-active: #a3a3a3;
709
+ --redsift-color-light-components-buttons-secondary-button-grey-background-disabled: transparent;
710
+ --redsift-color-light-components-buttons-secondary-button-grey-text-default: #666666;
711
+ --redsift-color-light-components-buttons-secondary-button-grey-text-hover: #525252;
712
+ --redsift-color-light-components-buttons-secondary-button-grey-text-active: #525252;
713
+ --redsift-color-light-components-buttons-secondary-button-grey-text-disabled: #a3a3a3;
714
+ --redsift-color-light-components-buttons-secondary-button-black-background-default: transparent;
715
+ --redsift-color-light-components-buttons-secondary-button-black-background-hover: #e0e0e0;
716
+ --redsift-color-light-components-buttons-secondary-button-black-background-active: #a3a3a3;
717
+ --redsift-color-light-components-buttons-secondary-button-black-background-disabled: transparent;
718
+ --redsift-color-light-components-buttons-secondary-button-black-text-default: #333333;
719
+ --redsift-color-light-components-buttons-secondary-button-black-text-hover: #333333;
720
+ --redsift-color-light-components-buttons-secondary-button-black-text-active: #333333;
721
+ --redsift-color-light-components-buttons-secondary-button-black-text-disabled: #a3a3a3;
722
+ --redsift-color-light-components-buttons-secondary-button-white-background-default: transparent;
723
+ --redsift-color-light-components-buttons-secondary-button-white-background-hover: #e0e0e0;
724
+ --redsift-color-light-components-buttons-secondary-button-white-background-active: #a3a3a3;
725
+ --redsift-color-light-components-buttons-secondary-button-white-background-disabled: transparent;
726
+ --redsift-color-light-components-buttons-secondary-button-white-text-default: #ffffff;
727
+ --redsift-color-light-components-buttons-secondary-button-white-text-hover: #ffffff;
728
+ --redsift-color-light-components-buttons-secondary-button-white-text-active: #ffffff;
729
+ --redsift-color-light-components-buttons-secondary-button-white-text-disabled: #a3a3a3;
730
+ --redsift-color-light-components-buttons-secondary-button-radar-background-default: transparent;
731
+ --redsift-color-light-components-buttons-secondary-button-radar-background-hover: linear-gradient(90deg, rgba(81, 183, 142, 0.2), rgba(0, 129, 195, 0.2));
732
+ --redsift-color-light-components-buttons-secondary-button-radar-background-active: linear-gradient(90deg, rgba(81, 183, 142, 0.4), rgba(0, 129, 195, 0.4));
733
+ --redsift-color-light-components-buttons-secondary-button-radar-background-disabled: #ffffff;
734
+ --redsift-color-light-components-buttons-secondary-button-radar-text-default: linear-gradient(90deg, rgba(81, 183, 164, 1), rgba(0, 129, 195, 1));
735
+ --redsift-color-light-components-buttons-secondary-button-radar-text-hover: linear-gradient(90deg, rgba(65, 146, 131, 1), rgba(3, 114, 171, 1));
736
+ --redsift-color-light-components-buttons-secondary-button-radar-text-active: linear-gradient(90deg, rgba(58, 122, 110, 1), rgba(0, 96, 145, 1));
737
+ --redsift-color-light-components-buttons-secondary-button-radar-text-disabled: #a3a3a3;
738
+ --redsift-color-light-components-buttons-unstyled-button-primary-background-default: transparent;
739
+ --redsift-color-light-components-buttons-unstyled-button-primary-background-hover: #d9e7fd;
740
+ --redsift-color-light-components-buttons-unstyled-button-primary-background-active: #b3cefb;
741
+ --redsift-color-light-components-buttons-unstyled-button-primary-background-disabled: transparent;
742
+ --redsift-color-light-components-buttons-unstyled-button-primary-text-default: #4285f4;
743
+ --redsift-color-light-components-buttons-unstyled-button-primary-text-hover: #3b78dc;
744
+ --redsift-color-light-components-buttons-unstyled-button-primary-text-active: #2e5dab;
745
+ --redsift-color-light-components-buttons-unstyled-button-primary-text-disabled: #a3a3a3;
746
+ --redsift-color-light-components-buttons-unstyled-button-secondary-background-default: transparent;
747
+ --redsift-color-light-components-buttons-unstyled-button-secondary-background-hover: #dcf1ed;
748
+ --redsift-color-light-components-buttons-unstyled-button-secondary-background-active: #b9e2db;
749
+ --redsift-color-light-components-buttons-unstyled-button-secondary-background-disabled: transparent;
750
+ --redsift-color-light-components-buttons-unstyled-button-secondary-text-default: #51b7a4;
751
+ --redsift-color-light-components-buttons-unstyled-button-secondary-text-hover: #49a594;
752
+ --redsift-color-light-components-buttons-unstyled-button-secondary-text-active: #398073;
753
+ --redsift-color-light-components-buttons-unstyled-button-secondary-text-disabled: #a3a3a3;
754
+ --redsift-color-light-components-buttons-unstyled-button-success-background-default: transparent;
755
+ --redsift-color-light-components-buttons-unstyled-button-success-background-hover: #cceedf;
756
+ --redsift-color-light-components-buttons-unstyled-button-success-background-active: #9adec0;
757
+ --redsift-color-light-components-buttons-unstyled-button-success-background-disabled: transparent;
758
+ --redsift-color-light-components-buttons-unstyled-button-success-text-default: #02ac61;
759
+ --redsift-color-light-components-buttons-unstyled-button-success-text-hover: #029b57;
760
+ --redsift-color-light-components-buttons-unstyled-button-success-text-active: #017844;
761
+ --redsift-color-light-components-buttons-unstyled-button-success-text-disabled: #a3a3a3;
762
+ --redsift-color-light-components-buttons-unstyled-button-error-background-default: transparent;
763
+ --redsift-color-light-components-buttons-unstyled-button-error-background-hover: #f9cfcf;
764
+ --redsift-color-light-components-buttons-unstyled-button-error-background-active: #f39f9f;
765
+ --redsift-color-light-components-buttons-unstyled-button-error-background-disabled: transparent;
766
+ --redsift-color-light-components-buttons-unstyled-button-error-text-default: #e11010;
767
+ --redsift-color-light-components-buttons-unstyled-button-error-text-hover: #cb0e0e;
768
+ --redsift-color-light-components-buttons-unstyled-button-error-text-active: #9e0b0b;
769
+ --redsift-color-light-components-buttons-unstyled-button-error-text-disabled: #a3a3a3;
770
+ --redsift-color-light-components-buttons-unstyled-button-warning-background-default: transparent;
771
+ --redsift-color-light-components-buttons-unstyled-button-warning-background-hover: #fef1dd;
772
+ --redsift-color-light-components-buttons-unstyled-button-warning-background-active: #fee4bb;
773
+ --redsift-color-light-components-buttons-unstyled-button-warning-background-disabled: transparent;
774
+ --redsift-color-light-components-buttons-unstyled-button-warning-text-default: #fcbb54;
775
+ --redsift-color-light-components-buttons-unstyled-button-warning-text-hover: #e3a84c;
776
+ --redsift-color-light-components-buttons-unstyled-button-warning-text-active: #b0833b;
777
+ --redsift-color-light-components-buttons-unstyled-button-warning-text-disabled: #a3a3a3;
778
+ --redsift-color-light-components-buttons-unstyled-button-info-background-default: transparent;
779
+ --redsift-color-light-components-buttons-unstyled-button-info-background-hover: #d9e7fd;
780
+ --redsift-color-light-components-buttons-unstyled-button-info-background-active: #b3cefb;
781
+ --redsift-color-light-components-buttons-unstyled-button-info-background-disabled: transparent;
782
+ --redsift-color-light-components-buttons-unstyled-button-info-text-default: #4285f4;
783
+ --redsift-color-light-components-buttons-unstyled-button-info-text-hover: #3b78dc;
784
+ --redsift-color-light-components-buttons-unstyled-button-info-text-active: #2e5dab;
785
+ --redsift-color-light-components-buttons-unstyled-button-info-text-disabled: #a3a3a3;
786
+ --redsift-color-light-components-buttons-unstyled-button-grey-background-default: transparent;
787
+ --redsift-color-light-components-buttons-unstyled-button-grey-background-hover: #e0e0e0;
788
+ --redsift-color-light-components-buttons-unstyled-button-grey-background-active: #a3a3a3;
789
+ --redsift-color-light-components-buttons-unstyled-button-grey-background-disabled: transparent;
790
+ --redsift-color-light-components-buttons-unstyled-button-grey-text-default: #666666;
791
+ --redsift-color-light-components-buttons-unstyled-button-grey-text-hover: #525252;
792
+ --redsift-color-light-components-buttons-unstyled-button-grey-text-active: #525252;
793
+ --redsift-color-light-components-buttons-unstyled-button-grey-text-disabled: #a3a3a3;
794
+ --redsift-color-light-components-buttons-unstyled-button-black-background-default: transparent;
795
+ --redsift-color-light-components-buttons-unstyled-button-black-background-hover: #e0e0e0;
796
+ --redsift-color-light-components-buttons-unstyled-button-black-background-active: #a3a3a3;
797
+ --redsift-color-light-components-buttons-unstyled-button-black-background-disabled: transparent;
798
+ --redsift-color-light-components-buttons-unstyled-button-black-text-default: #333333;
799
+ --redsift-color-light-components-buttons-unstyled-button-black-text-hover: #333333;
800
+ --redsift-color-light-components-buttons-unstyled-button-black-text-active: #333333;
801
+ --redsift-color-light-components-buttons-unstyled-button-black-text-disabled: #a3a3a3;
802
+ --redsift-color-light-components-buttons-unstyled-button-white-background-default: transparent;
803
+ --redsift-color-light-components-buttons-unstyled-button-white-background-hover: #e0e0e0;
804
+ --redsift-color-light-components-buttons-unstyled-button-white-background-active: #a3a3a3;
805
+ --redsift-color-light-components-buttons-unstyled-button-white-background-disabled: transparent;
806
+ --redsift-color-light-components-buttons-unstyled-button-white-text-default: #ffffff;
807
+ --redsift-color-light-components-buttons-unstyled-button-white-text-hover: #ffffff;
808
+ --redsift-color-light-components-buttons-unstyled-button-white-text-active: #ffffff;
809
+ --redsift-color-light-components-buttons-unstyled-button-white-text-disabled: #a3a3a3;
810
+ --redsift-color-light-components-buttons-unstyled-button-radar-background-default: transparent;
811
+ --redsift-color-light-components-buttons-unstyled-button-radar-background-hover: linear-gradient(90deg, rgba(81, 183, 142, 0.2), rgba(0, 129, 195, 0.2));
812
+ --redsift-color-light-components-buttons-unstyled-button-radar-background-active: linear-gradient(90deg, rgba(81, 183, 142, 0.4), rgba(0, 129, 195, 0.4));
813
+ --redsift-color-light-components-buttons-unstyled-button-radar-background-disabled: #ffffff;
814
+ --redsift-color-light-components-buttons-unstyled-button-radar-text-default: linear-gradient(90deg, rgba(81, 183, 164, 1), rgba(0, 129, 195, 1));
815
+ --redsift-color-light-components-buttons-unstyled-button-radar-text-hover: linear-gradient(90deg, rgba(65, 146, 131, 1), rgba(3, 114, 171, 1));
816
+ --redsift-color-light-components-buttons-unstyled-button-radar-text-active: linear-gradient(90deg, rgba(58, 122, 110, 1), rgba(0, 96, 145, 1));
817
+ --redsift-color-light-components-buttons-unstyled-button-radar-text-disabled: #a3a3a3;
818
+ --redsift-color-light-components-ai-ai-border: #e11010;
819
+ --redsift-color-light-components-ai-ai-icon: #e11010;
820
+ --redsift-color-light-components-spinner-spinner: #4285f4;
821
+ --redsift-color-light-components-alert-success-background: #cceedf;
822
+ --redsift-color-light-components-alert-success-border: #9adec0;
823
+ --redsift-color-light-components-alert-success-icon: #02ac61;
824
+ --redsift-color-light-components-alert-text: #333333;
825
+ --redsift-color-light-components-alert-error-background: #f9cfcf;
826
+ --redsift-color-light-components-alert-error-border: #f39f9f;
827
+ --redsift-color-light-components-alert-error-icon: #e11010;
828
+ --redsift-color-light-components-alert-warning-background: #fef1dd;
829
+ --redsift-color-light-components-alert-warning-border: #fee4bb;
830
+ --redsift-color-light-components-alert-warning-icon: #fcbb54;
831
+ --redsift-color-light-components-alert-info-background: #d9e7fd;
832
+ --redsift-color-light-components-alert-info-border: #b3cefb;
833
+ --redsift-color-light-components-alert-info-icon: #4285f4;
834
+ --redsift-color-light-components-icons-default: #333333;
835
+ --redsift-color-light-components-dropdowns-and-menus-default-background: #ffffff;
836
+ --redsift-color-light-components-dropdowns-and-menus-default-text: #333333;
837
+ --redsift-color-light-components-dropdowns-and-menus-dividers: #e0e0e0;
838
+ --redsift-color-light-components-dropdowns-and-menus-hover-background: #f2f2f2;
839
+ --redsift-color-light-components-dropdowns-and-menus-hover-text: #333333;
840
+ --redsift-color-light-components-dropdowns-and-menus-click-background: #333333;
841
+ --redsift-color-light-components-dropdowns-and-menus-click-text: #ffffff;
842
+ --redsift-color-light-components-dropdowns-and-menus-toggle-active-text: #ffffff;
843
+ --redsift-color-light-components-dropdowns-and-menus-toggle-active-background: #4285f4;
844
+ --redsift-color-light-components-dropdowns-and-menus-toggle-active-hover-text: #ffffff;
845
+ --redsift-color-light-components-dropdowns-and-menus-toggle-active-hover-background: #3b78dc;
846
+ --redsift-color-light-components-dropdowns-and-menus-toggle-active-click-text: #ffffff;
847
+ --redsift-color-light-components-dropdowns-and-menus-toggle-active-click-background: #333333;
848
+ --redsift-color-light-components-checkbox-fill-default: #4285f4;
849
+ --redsift-color-light-components-checkbox-fill-default-hover: #d9e7fd;
850
+ --redsift-color-light-components-checkbox-fill-uncolored: #666666;
851
+ --redsift-color-light-components-checkbox-fill-uncolored-hover: #474747;
852
+ --redsift-color-light-components-checkbox-fill-disabled: #e0e0e0;
853
+ --redsift-color-light-components-checkbox-fill-invalid: #e11010;
854
+ --redsift-color-light-components-checkbox-fill-invalid-hover: #f9cfcf;
855
+ --redsift-color-light-components-checkbox-text-default: #333333;
856
+ --redsift-color-light-components-checkbox-text-invalid: #e11010;
857
+ --redsift-color-light-components-checkbox-text-disabled: #e0e0e0;
858
+ --redsift-color-light-components-radio-fill-default: #4285f4;
859
+ --redsift-color-light-components-radio-fill-default-hover: #d9e7fd;
860
+ --redsift-color-light-components-radio-fill-uncolored: #666666;
861
+ --redsift-color-light-components-radio-fill-uncolored-hover: #474747;
862
+ --redsift-color-light-components-radio-fill-disabled: #e0e0e0;
863
+ --redsift-color-light-components-radio-fill-invalid: #e11010;
864
+ --redsift-color-light-components-radio-fill-invalid-hover: #f9cfcf;
865
+ --redsift-color-light-components-radio-text-default: #333333;
866
+ --redsift-color-light-components-radio-text-invalid: #e11010;
867
+ --redsift-color-light-components-radio-text-disabled: #e0e0e0;
868
+ --redsift-color-light-components-switch-dot-default: #ffffff;
869
+ --redsift-color-light-components-switch-dot-default-hover: #d9e7fd;
870
+ --redsift-color-light-components-switch-dot-uncolored: #ffffff;
871
+ --redsift-color-light-components-switch-dot-uncolored-hover: #474747;
872
+ --redsift-color-light-components-switch-dot-disabled: #ffffff;
873
+ --redsift-color-light-components-switch-dot-invalid: #ffffff;
874
+ --redsift-color-light-components-switch-dot-invalid-hover: #f9cfcf;
875
+ --redsift-color-light-components-switch-background-default: #d9e7fd;
876
+ --redsift-color-light-components-switch-background-default-active: #4285f4;
877
+ --redsift-color-light-components-switch-background-uncolored: #474747;
878
+ --redsift-color-light-components-switch-background-uncolored-active: #666666;
879
+ --redsift-color-light-components-switch-background-disabled: #e0e0e0;
880
+ --redsift-color-light-components-switch-background-disabled-active: #666666;
881
+ --redsift-color-light-components-switch-background-invalid: #f9cfcf;
882
+ --redsift-color-light-components-switch-background-invalid-active: #e11010;
883
+ --redsift-color-light-components-switch-text-default: #333333;
884
+ --redsift-color-light-components-switch-text-invalid: #e11010;
885
+ --redsift-color-light-components-switch-text-disabled: #e0e0e0;
886
+ --redsift-color-light-components-tabs-line: #e0e0e0;
887
+ --redsift-color-light-components-modal-background: #ffffff;
888
+ --redsift-color-light-components-pills-grey-default-background: #E6E6E6;
889
+ --redsift-color-light-components-pills-grey-default-border: transparent;
890
+ --redsift-color-light-components-pills-grey-default-text: #1c1c1c;
891
+ --redsift-color-light-components-pills-grey-hover-background: #D6D6D6;
892
+ --redsift-color-light-components-pills-grey-hover-border: transparent;
893
+ --redsift-color-light-components-pills-grey-hover-text: #1c1c1c;
894
+ --redsift-color-light-components-pills-grey-disabled-background: #EEEEEE;
895
+ --redsift-color-light-components-pills-grey-disabled-border: transparent;
896
+ --redsift-color-light-components-pills-grey-disabled-text: #666666;
897
+ --redsift-color-light-components-pills-green-default-background: #A2E7BA;
898
+ --redsift-color-light-components-pills-green-default-border: transparent;
899
+ --redsift-color-light-components-pills-green-default-text: #1c1c1c;
900
+ --redsift-color-light-components-pills-green-hover-background: #56D58E;
901
+ --redsift-color-light-components-pills-green-hover-border: transparent;
902
+ --redsift-color-light-components-pills-green-hover-text: #1c1c1c;
903
+ --redsift-color-light-components-pills-green-disabled-background: #C2EFD1;
904
+ --redsift-color-light-components-pills-green-disabled-border: transparent;
905
+ --redsift-color-light-components-pills-green-disabled-text: #666666;
906
+ --redsift-color-light-components-pills-pink-default-background: #ECA0D6;
907
+ --redsift-color-light-components-pills-pink-default-border: transparent;
908
+ --redsift-color-light-components-pills-pink-default-text: #1c1c1c;
909
+ --redsift-color-light-components-pills-pink-hover-background: #D95CBA;
910
+ --redsift-color-light-components-pills-pink-hover-border: transparent;
911
+ --redsift-color-light-components-pills-pink-hover-text: #1c1c1c;
912
+ --redsift-color-light-components-pills-pink-disabled-background: #F4C0E3;
913
+ --redsift-color-light-components-pills-pink-disabled-border: transparent;
914
+ --redsift-color-light-components-pills-pink-disabled-text: #666666;
915
+ --redsift-color-light-components-pills-aqua-default-background: #9AF8F4;
916
+ --redsift-color-light-components-pills-aqua-default-border: transparent;
917
+ --redsift-color-light-components-pills-aqua-default-text: #1c1c1c;
918
+ --redsift-color-light-components-pills-aqua-hover-background: #63EAE4;
919
+ --redsift-color-light-components-pills-aqua-hover-border: transparent;
920
+ --redsift-color-light-components-pills-aqua-hover-text: #1c1c1c;
921
+ --redsift-color-light-components-pills-aqua-disabled-background: #CAF7F4;
922
+ --redsift-color-light-components-pills-aqua-disabled-border: transparent;
923
+ --redsift-color-light-components-pills-aqua-disabled-text: #666666;
924
+ --redsift-color-light-components-pills-brown-default-background: #EDC19C;
925
+ --redsift-color-light-components-pills-brown-default-border: transparent;
926
+ --redsift-color-light-components-pills-brown-default-text: #1c1c1c;
927
+ --redsift-color-light-components-pills-brown-hover-background: #C78348;
928
+ --redsift-color-light-components-pills-brown-hover-border: transparent;
929
+ --redsift-color-light-components-pills-brown-hover-text: #1c1c1c;
930
+ --redsift-color-light-components-pills-brown-disabled-background: #F6D9C3;
931
+ --redsift-color-light-components-pills-brown-disabled-border: transparent;
932
+ --redsift-color-light-components-pills-brown-disabled-text: #666666;
933
+ --redsift-color-light-components-pills-red-default-background: #F3A39E;
934
+ --redsift-color-light-components-pills-red-default-border: transparent;
935
+ --redsift-color-light-components-pills-red-default-text: #1c1c1c;
936
+ --redsift-color-light-components-pills-red-hover-background: #E06363;
937
+ --redsift-color-light-components-pills-red-hover-border: transparent;
938
+ --redsift-color-light-components-pills-red-hover-text: #1c1c1c;
939
+ --redsift-color-light-components-pills-red-disabled-background: #F8BBBA;
940
+ --redsift-color-light-components-pills-red-disabled-border: transparent;
941
+ --redsift-color-light-components-pills-red-disabled-text: #666666;
942
+ --redsift-color-light-components-pills-yellow-default-background: #F7EFC3;
943
+ --redsift-color-light-components-pills-yellow-default-border: transparent;
944
+ --redsift-color-light-components-pills-yellow-default-text: #1c1c1c;
945
+ --redsift-color-light-components-pills-yellow-hover-background: #FFF741;
946
+ --redsift-color-light-components-pills-yellow-hover-border: transparent;
947
+ --redsift-color-light-components-pills-yellow-hover-text: #1c1c1c;
948
+ --redsift-color-light-components-pills-yellow-disabled-background: #FBF5DB;
949
+ --redsift-color-light-components-pills-yellow-disabled-border: transparent;
950
+ --redsift-color-light-components-pills-yellow-disabled-text: #666666;
951
+ --redsift-color-light-components-pills-purple-default-background: #C6A8EF;
952
+ --redsift-color-light-components-pills-purple-default-border: transparent;
953
+ --redsift-color-light-components-pills-purple-default-text: #1c1c1c;
954
+ --redsift-color-light-components-pills-purple-hover-background: #965EDE;
955
+ --redsift-color-light-components-pills-purple-hover-border: transparent;
956
+ --redsift-color-light-components-pills-purple-hover-text: #1c1c1c;
957
+ --redsift-color-light-components-pills-purple-disabled-background: #DECAF6;
958
+ --redsift-color-light-components-pills-purple-disabled-border: transparent;
959
+ --redsift-color-light-components-pills-purple-disabled-text: #666666;
960
+ --redsift-color-light-components-pills-orange-default-background: #F8D296;
961
+ --redsift-color-light-components-pills-orange-default-border: transparent;
962
+ --redsift-color-light-components-pills-orange-default-text: #1c1c1c;
963
+ --redsift-color-light-components-pills-orange-hover-background: #FCBB54;
964
+ --redsift-color-light-components-pills-orange-hover-border: transparent;
965
+ --redsift-color-light-components-pills-orange-hover-text: #1c1c1c;
966
+ --redsift-color-light-components-pills-orange-disabled-background: #FDE4C0;
967
+ --redsift-color-light-components-pills-orange-disabled-border: transparent;
968
+ --redsift-color-light-components-pills-orange-disabled-text: #666666;
969
+ --redsift-color-light-components-pills-blue-default-background: #B1DCF3;
970
+ --redsift-color-light-components-pills-blue-default-border: transparent;
971
+ --redsift-color-light-components-pills-blue-default-text: #1c1c1c;
972
+ --redsift-color-light-components-pills-blue-hover-background: #73C5EB;
973
+ --redsift-color-light-components-pills-blue-hover-border: transparent;
974
+ --redsift-color-light-components-pills-blue-hover-text: #1c1c1c;
975
+ --redsift-color-light-components-pills-blue-disabled-background: #CCE8F7;
976
+ --redsift-color-light-components-pills-blue-disabled-border: transparent;
977
+ --redsift-color-light-components-pills-blue-disabled-text: #666666;
978
+ --redsift-color-light-components-pills-black-default-background: #1c1c1c;
979
+ --redsift-color-light-components-pills-black-default-border: transparent;
980
+ --redsift-color-light-components-pills-black-default-text: #ffffff;
981
+ --redsift-color-light-components-pills-black-hover-background: #333333;
982
+ --redsift-color-light-components-pills-black-hover-border: transparent;
983
+ --redsift-color-light-components-pills-black-hover-text: #ffffff;
984
+ --redsift-color-light-components-pills-black-disabled-background: #474747;
985
+ --redsift-color-light-components-pills-black-disabled-border: transparent;
986
+ --redsift-color-light-components-pills-black-disabled-text: #ffffff;
987
+ --redsift-color-light-components-pills-x-dark-grey-default-background: #333333;
988
+ --redsift-color-light-components-pills-x-dark-grey-default-border: transparent;
989
+ --redsift-color-light-components-pills-x-dark-grey-default-text: #ffffff;
990
+ --redsift-color-light-components-pills-x-dark-grey-hover-background: #474747;
991
+ --redsift-color-light-components-pills-x-dark-grey-hover-border: transparent;
992
+ --redsift-color-light-components-pills-x-dark-grey-hover-text: #ffffff;
993
+ --redsift-color-light-components-pills-x-dark-grey-disabled-background: #666666;
994
+ --redsift-color-light-components-pills-x-dark-grey-disabled-border: transparent;
995
+ --redsift-color-light-components-pills-x-dark-grey-disabled-text: #ffffff;
996
+ --redsift-color-light-components-pills-dark-grey-default-background: #474747;
997
+ --redsift-color-light-components-pills-dark-grey-default-border: transparent;
998
+ --redsift-color-light-components-pills-dark-grey-default-text: #ffffff;
999
+ --redsift-color-light-components-pills-dark-grey-hover-background: #666666;
1000
+ --redsift-color-light-components-pills-dark-grey-hover-border: transparent;
1001
+ --redsift-color-light-components-pills-dark-grey-hover-text: #ffffff;
1002
+ --redsift-color-light-components-pills-dark-grey-disabled-background: #e0e0e0;
1003
+ --redsift-color-light-components-pills-dark-grey-disabled-border: transparent;
1004
+ --redsift-color-light-components-pills-dark-grey-disabled-text: #ffffff;
1005
+ --redsift-color-light-components-pills-mid-grey-default-background: #666666;
1006
+ --redsift-color-light-components-pills-mid-grey-default-border: transparent;
1007
+ --redsift-color-light-components-pills-mid-grey-default-text: #ffffff;
1008
+ --redsift-color-light-components-pills-mid-grey-hover-background: #474747;
1009
+ --redsift-color-light-components-pills-mid-grey-hover-border: transparent;
1010
+ --redsift-color-light-components-pills-mid-grey-hover-text: #ffffff;
1011
+ --redsift-color-light-components-pills-mid-grey-disabled-background: #e0e0e0;
1012
+ --redsift-color-light-components-pills-mid-grey-disabled-border: transparent;
1013
+ --redsift-color-light-components-pills-mid-grey-disabled-text: #666666;
1014
+ --redsift-color-light-components-pills-light-grey-default-background: #e0e0e0;
1015
+ --redsift-color-light-components-pills-light-grey-default-border: transparent;
1016
+ --redsift-color-light-components-pills-light-grey-default-text: #1c1c1c;
1017
+ --redsift-color-light-components-pills-light-grey-hover-background: #666666;
1018
+ --redsift-color-light-components-pills-light-grey-hover-border: transparent;
1019
+ --redsift-color-light-components-pills-light-grey-hover-text: #1c1c1c;
1020
+ --redsift-color-light-components-pills-light-grey-disabled-background: #f2f2f2;
1021
+ --redsift-color-light-components-pills-light-grey-disabled-border: transparent;
1022
+ --redsift-color-light-components-pills-light-grey-disabled-text: #666666;
1023
+ --redsift-color-light-components-pills-x-light-grey-default-background: #f2f2f2;
1024
+ --redsift-color-light-components-pills-x-light-grey-default-border: transparent;
1025
+ --redsift-color-light-components-pills-x-light-grey-default-text: #1c1c1c;
1026
+ --redsift-color-light-components-pills-x-light-grey-hover-background: #e0e0e0;
1027
+ --redsift-color-light-components-pills-x-light-grey-hover-border: transparent;
1028
+ --redsift-color-light-components-pills-x-light-grey-hover-text: #1c1c1c;
1029
+ --redsift-color-light-components-pills-x-light-grey-disabled-background: #666666;
1030
+ --redsift-color-light-components-pills-x-light-grey-disabled-border: transparent;
1031
+ --redsift-color-light-components-pills-x-light-grey-disabled-text: #666666;
1032
+ --redsift-color-light-components-pills-white-default-background: #ffffff;
1033
+ --redsift-color-light-components-pills-white-default-border: #e0e0e0;
1034
+ --redsift-color-light-components-pills-white-default-text: #1c1c1c;
1035
+ --redsift-color-light-components-pills-white-hover-background: #f2f2f2;
1036
+ --redsift-color-light-components-pills-white-hover-border: #e0e0e0;
1037
+ --redsift-color-light-components-pills-white-hover-text: #1c1c1c;
1038
+ --redsift-color-light-components-pills-white-disabled-background: #ffffff;
1039
+ --redsift-color-light-components-pills-white-disabled-border: #e0e0e0;
1040
+ --redsift-color-light-components-pills-white-disabled-text: #666666;
1041
+ --redsift-color-light-components-pills-error-default-background: #f9cfcf;
1042
+ --redsift-color-light-components-pills-error-default-border: transparent;
1043
+ --redsift-color-light-components-pills-error-default-text: #1c1c1c;
1044
+ --redsift-color-light-components-pills-error-hover-background: #f39f9f;
1045
+ --redsift-color-light-components-pills-error-hover-border: transparent;
1046
+ --redsift-color-light-components-pills-error-hover-text: #1c1c1c;
1047
+ --redsift-color-light-components-pills-error-disabled-background: #F3A39E;
1048
+ --redsift-color-light-components-pills-error-disabled-border: transparent;
1049
+ --redsift-color-light-components-pills-error-disabled-text: #666666;
1050
+ --redsift-color-light-components-pills-warning-default-background: #fef1dd;
1051
+ --redsift-color-light-components-pills-warning-default-border: transparent;
1052
+ --redsift-color-light-components-pills-warning-default-text: #1c1c1c;
1053
+ --redsift-color-light-components-pills-warning-hover-background: #fee4bb;
1054
+ --redsift-color-light-components-pills-warning-hover-border: transparent;
1055
+ --redsift-color-light-components-pills-warning-hover-text: #1c1c1c;
1056
+ --redsift-color-light-components-pills-warning-disabled-background: #F8D296;
1057
+ --redsift-color-light-components-pills-warning-disabled-border: transparent;
1058
+ --redsift-color-light-components-pills-warning-disabled-text: #666666;
1059
+ --redsift-color-light-components-pills-success-default-background: #cceedf;
1060
+ --redsift-color-light-components-pills-success-default-border: transparent;
1061
+ --redsift-color-light-components-pills-success-default-text: #1c1c1c;
1062
+ --redsift-color-light-components-pills-success-hover-background: #9adec0;
1063
+ --redsift-color-light-components-pills-success-hover-border: transparent;
1064
+ --redsift-color-light-components-pills-success-hover-text: #1c1c1c;
1065
+ --redsift-color-light-components-pills-success-disabled-background: #A2E7BA;
1066
+ --redsift-color-light-components-pills-success-disabled-border: transparent;
1067
+ --redsift-color-light-components-pills-success-disabled-text: #666666;
1068
+ --redsift-color-light-components-pills-error-dark-default-background: #e11010;
1069
+ --redsift-color-light-components-pills-error-dark-default-border: transparent;
1070
+ --redsift-color-light-components-pills-error-dark-default-text: #ffffff;
1071
+ --redsift-color-light-components-pills-error-dark-hover-background: #cb0e0e;
1072
+ --redsift-color-light-components-pills-error-dark-hover-border: transparent;
1073
+ --redsift-color-light-components-pills-error-dark-hover-text: #ffffff;
1074
+ --redsift-color-light-components-pills-error-dark-disabled-background: #F3A39E;
1075
+ --redsift-color-light-components-pills-error-dark-disabled-border: transparent;
1076
+ --redsift-color-light-components-pills-error-dark-disabled-text: #666666;
1077
+ --redsift-color-light-components-pills-warning-dark-default-background: #fcbb54;
1078
+ --redsift-color-light-components-pills-warning-dark-default-border: transparent;
1079
+ --redsift-color-light-components-pills-warning-dark-default-text: #1c1c1c;
1080
+ --redsift-color-light-components-pills-warning-dark-hover-background: #e3a84c;
1081
+ --redsift-color-light-components-pills-warning-dark-hover-border: transparent;
1082
+ --redsift-color-light-components-pills-warning-dark-hover-text: #1c1c1c;
1083
+ --redsift-color-light-components-pills-warning-dark-disabled-background: #F8D296;
1084
+ --redsift-color-light-components-pills-warning-dark-disabled-border: transparent;
1085
+ --redsift-color-light-components-pills-warning-dark-disabled-text: #666666;
1086
+ --redsift-color-light-components-pills-success-dark-default-background: #02ac61;
1087
+ --redsift-color-light-components-pills-success-dark-default-border: transparent;
1088
+ --redsift-color-light-components-pills-success-dark-default-text: #1c1c1c;
1089
+ --redsift-color-light-components-pills-success-dark-hover-background: #029b57;
1090
+ --redsift-color-light-components-pills-success-dark-hover-border: transparent;
1091
+ --redsift-color-light-components-pills-success-dark-hover-text: #1c1c1c;
1092
+ --redsift-color-light-components-pills-success-dark-disabled-background: #A2E7BA;
1093
+ --redsift-color-light-components-pills-success-dark-disabled-border: transparent;
1094
+ --redsift-color-light-components-pills-success-dark-disabled-text: #666666;
1095
+ --redsift-color-red-l4: #f9cfcf;
1096
+ --redsift-color-red-l3: #f39f9f;
1097
+ --redsift-color-red-l2: #ed7070;
1098
+ --redsift-color-red-l1: #e74040;
1099
+ --redsift-color-red-n: #e11010;
1100
+ --redsift-color-red-d1: #cb0e0e;
1101
+ --redsift-color-red-d2: #9e0b0b;
1102
+ --redsift-color-red-d3: #430505;
1103
+ --redsift-color-red-d4: #2d0303;
1104
+ --redsift-color-blue-l4: #d9e7fd;
1105
+ --redsift-color-blue-l3: #b3cefb;
1106
+ --redsift-color-blue-l2: #8eb6f8;
1107
+ --redsift-color-blue-l1: #689df6;
1108
+ --redsift-color-blue-n: #4285f4;
1109
+ --redsift-color-blue-d1: #3b78dc;
1110
+ --redsift-color-blue-d2: #2e5dab;
1111
+ --redsift-color-blue-d3: #142849;
1112
+ --redsift-color-blue-d4: #0d1b31;
1113
+ --redsift-color-teal-l4: #dcf1ed;
1114
+ --redsift-color-teal-l3: #b9e2db;
1115
+ --redsift-color-teal-l2: #97d4c8;
1116
+ --redsift-color-teal-l1: #74c5b6;
1117
+ --redsift-color-teal-n: #51b7a4;
1118
+ --redsift-color-teal-d1: #49a594;
1119
+ --redsift-color-teal-d2: #398073;
1120
+ --redsift-color-teal-d3: #183731;
1121
+ --redsift-color-teal-d4: #102521;
1122
+ --redsift-color-grey-l5: #ffffff;
1123
+ --redsift-color-grey-l4: #f2f2f2;
1124
+ --redsift-color-grey-l3: #e0e0e0;
1125
+ --redsift-color-grey-l2: #a3a3a3;
1126
+ --redsift-color-grey-l1: #858585;
1127
+ --redsift-color-grey-n: #666666;
1128
+ --redsift-color-grey-d1: #5c5c5c;
1129
+ --redsift-color-grey-d2: #525252;
1130
+ --redsift-color-grey-d3: #474747;
1131
+ --redsift-color-grey-d4: #333333;
1132
+ --redsift-color-grey-d5: #1c1c1c;
1133
+ --redsift-color-green-l4: #cceedf;
1134
+ --redsift-color-green-l3: #9adec0;
1135
+ --redsift-color-green-l2: #67cda0;
1136
+ --redsift-color-green-l1: #35bd81;
1137
+ --redsift-color-green-n: #02ac61;
1138
+ --redsift-color-green-d1: #029b57;
1139
+ --redsift-color-green-d2: #017844;
1140
+ --redsift-color-green-d3: #01341d;
1141
+ --redsift-color-green-d4: #002213;
1142
+ --redsift-color-yellow-l4: #fef1dd;
1143
+ --redsift-color-yellow-l3: #fee4bb;
1144
+ --redsift-color-yellow-l2: #fdd698;
1145
+ --redsift-color-yellow-l1: #fdc976;
1146
+ --redsift-color-yellow-n: #fcbb54;
1147
+ --redsift-color-yellow-d1: #e3a84c;
1148
+ --redsift-color-yellow-d2: #b0833b;
1149
+ --redsift-color-yellow-d3: #4c3819;
1150
+ --redsift-color-yellow-d4: #322511;
1151
+ --redsift-color-primary-l4: #d9e7fd;
1152
+ --redsift-color-primary-l3: #b3cefb;
1153
+ --redsift-color-primary-l2: #8eb6f8;
1154
+ --redsift-color-primary-l1: #689df6;
1155
+ --redsift-color-primary-n: #4285f4;
1156
+ --redsift-color-primary-d1: #3b78dc;
1157
+ --redsift-color-primary-d2: #2e5dab;
1158
+ --redsift-color-primary-d3: #142849;
1159
+ --redsift-color-primary-d4: #0d1b31;
1160
+ --redsift-color-secondary-l4: #dcf1ed;
1161
+ --redsift-color-secondary-l3: #b9e2db;
1162
+ --redsift-color-secondary-l2: #97d4c8;
1163
+ --redsift-color-secondary-l1: #74c5b6;
1164
+ --redsift-color-secondary-n: #51b7a4;
1165
+ --redsift-color-secondary-d1: #49a594;
1166
+ --redsift-color-secondary-d2: #398073;
1167
+ --redsift-color-secondary-d3: #183731;
1168
+ --redsift-color-secondary-d4: #102521;
1169
+ --redsift-color-neutral-white: #ffffff;
1170
+ --redsift-color-neutral-x-light-grey: #f2f2f2;
1171
+ --redsift-color-neutral-light-grey: #e0e0e0;
1172
+ --redsift-color-neutral-disabled: #a3a3a3;
1173
+ --redsift-color-neutral-mid-grey: #666666;
1174
+ --redsift-color-neutral-dark-grey: #474747;
1175
+ --redsift-color-neutral-x-dark-grey: #333333;
1176
+ --redsift-color-neutral-black: #1c1c1c;
1177
+ --redsift-color-text-primary: #333333;
1178
+ --redsift-color-text-secondary: #474747;
1179
+ --redsift-color-product-asm: #8361ea;
1180
+ --redsift-color-product-brand-trust: #7ec2fa;
1181
+ --redsift-color-product-certificates: #e8712e;
1182
+ --redsift-color-product-hardenize: #3498db;
1183
+ --redsift-color-product-on-dmarc: #96d36e;
1184
+ --redsift-color-product-ondmarc: #96d36e;
1185
+ --redsift-color-product-on-inbox: #33b222;
1186
+ --redsift-color-product-oninbox: #33b222;
1187
+ --redsift-color-product-radar: #51B7A4;
1188
+ --redsift-color-product-vendor-secure: #f7c948;
1189
+ --redsift-color-product-rojo-ds: #e11010;
1190
+ --redsift-color-product-website: #e11010;
1191
+ --redsift-color-product-pulse: #e11010;
1192
+ --redsift-color-borders-border-divider: #f2f2f2;
1193
+ --redsift-color-borders-border-default: #666666;
1194
+ --redsift-color-borders-border-disabled: #e0e0e0;
1195
+ --redsift-color-borders-border-primary: #4285f4;
1196
+ --redsift-color-borders-border-secondary: #51b7a4;
1197
+ --redsift-color-borders-border-success: #02ac61;
1198
+ --redsift-color-borders-border-error: #e11010;
1199
+ --redsift-color-notifications-primary-primary: #4285f4;
1200
+ --redsift-color-notifications-primary-hover: #d9e7fd;
1201
+ --redsift-color-notifications-primary-active: #b3cefb;
1202
+ --redsift-color-notifications-secondary-primary: #51b7a4;
1203
+ --redsift-color-notifications-secondary-hover: #dcf1ed;
1204
+ --redsift-color-notifications-secondary-active: #b9e2db;
1205
+ --redsift-color-notifications-success-primary: #02ac61;
1206
+ --redsift-color-notifications-success-hover: #cceedf;
1207
+ --redsift-color-notifications-success-active: #9adec0;
1208
+ --redsift-color-notifications-error-primary: #e11010;
1209
+ --redsift-color-notifications-error-hover: #f9cfcf;
1210
+ --redsift-color-notifications-error-active: #f39f9f;
1211
+ --redsift-color-notifications-warning-primary: #fcbb54;
1212
+ --redsift-color-notifications-warning-hover: #fef1dd;
1213
+ --redsift-color-notifications-warning-active: #fee4bb;
1214
+ --redsift-color-notifications-info-primary: #4285f4;
1215
+ --redsift-color-notifications-info-hover: #d9e7fd;
1216
+ --redsift-color-notifications-info-active: #b3cefb;
1217
+ --redsift-color-notifications-question-primary: #666666;
1218
+ --redsift-color-notifications-question-hover: #474747;
1219
+ --redsift-color-notifications-question-active: #333333;
1220
+ --redsift-color-notifications-no-data-primary: #e0e0e0;
1221
+ --redsift-color-notifications-no-data-hover: #666666;
1222
+ --redsift-color-notifications-no-data-active: #474747;
1223
+ --redsift-color-presentation-green-darkerer: #078833;
1224
+ --redsift-color-presentation-green-darker: #07AA45;
1225
+ --redsift-color-presentation-green-dark: #00CE59;
1226
+ --redsift-color-presentation-green-default: #56D58E;
1227
+ --redsift-color-presentation-green-light: #A2E7BA;
1228
+ --redsift-color-presentation-green-lighter: #C2EFD1;
1229
+ --redsift-color-presentation-green-lighterer: #E1F7E8;
1230
+ --redsift-color-presentation-pink-darkerer: #B10078;
1231
+ --redsift-color-presentation-pink-darker: #C5008C;
1232
+ --redsift-color-presentation-pink-dark: #D800A2;
1233
+ --redsift-color-presentation-pink-default: #D95CBA;
1234
+ --redsift-color-presentation-pink-light: #ECA0D6;
1235
+ --redsift-color-presentation-pink-lighter: #F4C0E3;
1236
+ --redsift-color-presentation-pink-lighterer: #FAE0F1;
1237
+ --redsift-color-presentation-aqua-darkerer: #0B9287;
1238
+ --redsift-color-presentation-aqua-darker: #0AB5AB;
1239
+ --redsift-color-presentation-aqua-dark: #00D9D2;
1240
+ --redsift-color-presentation-aqua-default: #63EAE4;
1241
+ --redsift-color-presentation-aqua-light: #9AF8F4;
1242
+ --redsift-color-presentation-aqua-lighter: #CAF7F4;
1243
+ --redsift-color-presentation-aqua-lighterer: #E5FBFA;
1244
+ --redsift-color-presentation-brown-darkerer: #701205;
1245
+ --redsift-color-presentation-brown-darker: #903107;
1246
+ --redsift-color-presentation-brown-dark: #AF5100;
1247
+ --redsift-color-presentation-brown-default: #C78348;
1248
+ --redsift-color-presentation-brown-light: #EDC19C;
1249
+ --redsift-color-presentation-brown-lighter: #F6D9C3;
1250
+ --redsift-color-presentation-brown-lighterer: #FAE6D7;
1251
+ --redsift-color-presentation-red-darkerer: #B10004;
1252
+ --redsift-color-presentation-red-darker: #C70003;
1253
+ --redsift-color-presentation-red-dark: #DE0000;
1254
+ --redsift-color-presentation-red-default: #E06363;
1255
+ --redsift-color-presentation-red-light: #F3A39E;
1256
+ --redsift-color-presentation-red-lighter: #F8BBBA;
1257
+ --redsift-color-presentation-red-lighterer: #FDDDDC;
1258
+ --redsift-color-presentation-yellow-darkerer: #8A7F18;
1259
+ --redsift-color-presentation-yellow-darker: #BCAD14;
1260
+ --redsift-color-presentation-yellow-dark: #F0DE00;
1261
+ --redsift-color-presentation-yellow-default: #FFF741;
1262
+ --redsift-color-presentation-yellow-light: #F7EFC3;
1263
+ --redsift-color-presentation-yellow-lighter: #FBF5DB;
1264
+ --redsift-color-presentation-yellow-lighterer: #FCF9E7;
1265
+ --redsift-color-presentation-purple-darkerer: #4702C1;
1266
+ --redsift-color-presentation-purple-darker: #7902EB;
1267
+ --redsift-color-presentation-purple-dark: #9200FF;
1268
+ --redsift-color-presentation-purple-default: #965EDE;
1269
+ --redsift-color-presentation-purple-light: #C6A8EF;
1270
+ --redsift-color-presentation-purple-lighter: #DECAF6;
1271
+ --redsift-color-presentation-purple-lighterer: #E9DCF9;
1272
+ --redsift-color-presentation-orange-darkerer: #B45310;
1273
+ --redsift-color-presentation-orange-darker: #D2710B;
1274
+ --redsift-color-presentation-orange-dark: #ED9200;
1275
+ --redsift-color-presentation-orange-default: #FCBB54;
1276
+ --redsift-color-presentation-orange-light: #F8D296;
1277
+ --redsift-color-presentation-orange-lighter: #FDE4C0;
1278
+ --redsift-color-presentation-orange-lighterer: #FEEDD5;
1279
+ --redsift-color-presentation-blue-darkerer: #0082F8;
1280
+ --redsift-color-presentation-blue-darker: #0099FD;
1281
+ --redsift-color-presentation-blue-dark: #00AEFF;
1282
+ --redsift-color-presentation-blue-default: #73C5EB;
1283
+ --redsift-color-presentation-blue-light: #B1DCF3;
1284
+ --redsift-color-presentation-blue-lighter: #CCE8F7;
1285
+ --redsift-color-presentation-blue-lighterer: #E6F3FB;
1286
+ --redsift-color-presentation-grey-darkerer: #6E6E6E;
1287
+ --redsift-color-presentation-grey-darker: #959595;
1288
+ --redsift-color-presentation-grey-dark: #BFBFBF;
1289
+ --redsift-color-presentation-grey-default: #D6D6D6;
1290
+ --redsift-color-presentation-grey-light: #E6E6E6;
1291
+ --redsift-color-presentation-grey-lighter: #EEEEEE;
1292
+ --redsift-color-presentation-grey-lighterer: #F7F7F7;
1293
+ --redsift-border-radius: 4px;
1294
+ --redsift-layout-z-index-footer: 1000;
1295
+ --redsift-layout-z-index-header: 1010;
1296
+ --redsift-layout-z-index-side-panel: 1050;
1297
+ --redsift-layout-z-index-dropdown: 1100;
1298
+ --redsift-layout-z-index-overlay: 1150;
1299
+ --redsift-layout-z-index-dialog: 1200;
1300
+ --redsift-layout-z-index-popover: 1250;
1301
+ --redsift-layout-z-index-tooltip: 1300;
1302
+ --redsift-typography-font-family-poppins: 'Poppins', sans-serif;
1303
+ --redsift-typography-font-family-source-code-pro: 'Source Code Pro', monospace;
1304
+ --redsift-typography-font-family-inconsolata: 'Inconsolata', monospace;
1305
+ --redsift-typography-font-weight-thin: 100;
1306
+ --redsift-typography-font-weight-extra-light: 200;
1307
+ --redsift-typography-font-weight-light: 300;
1308
+ --redsift-typography-font-weight-regular: 400;
1309
+ --redsift-typography-font-weight-medium: 500;
1310
+ --redsift-typography-font-weight-semi-bold: 600;
1311
+ --redsift-typography-font-weight-bold: 700;
1312
+ --redsift-typography-font-weight-extra-bold: 800;
1313
+ --redsift-typography-font-weight-black: 900;
1314
+ --redsift-typography-h1-font-family: 'Poppins', sans-serif;
1315
+ --redsift-typography-h1-font-size: 24px;
1316
+ --redsift-typography-h1-font-weight: 600;
1317
+ --redsift-typography-h1-line-height: 36px;
1318
+ --redsift-typography-h1-text-transform: unset;
1319
+ --redsift-typography-h2-font-family: 'Poppins', sans-serif;
1320
+ --redsift-typography-h2-font-size: 22px;
1321
+ --redsift-typography-h2-font-weight: 600;
1322
+ --redsift-typography-h2-line-height: 30px;
1323
+ --redsift-typography-h2-text-transform: unset;
1324
+ --redsift-typography-h3-font-family: 'Poppins', sans-serif;
1325
+ --redsift-typography-h3-font-size: 20px;
1326
+ --redsift-typography-h3-font-weight: 500;
1327
+ --redsift-typography-h3-line-height: 30px;
1328
+ --redsift-typography-h3-text-transform: unset;
1329
+ --redsift-typography-h4-font-family: 'Poppins', sans-serif;
1330
+ --redsift-typography-h4-font-size: 16px;
1331
+ --redsift-typography-h4-font-weight: 600;
1332
+ --redsift-typography-h4-line-height: 24px;
1333
+ --redsift-typography-h4-text-transform: unset;
1334
+ --redsift-typography-h5-font-family: 'Poppins', sans-serif;
1335
+ --redsift-typography-h5-font-size: 12px;
1336
+ --redsift-typography-h5-font-weight: 600;
1337
+ --redsift-typography-h5-line-height: 18px;
1338
+ --redsift-typography-h5-text-transform: unset;
1339
+ --redsift-typography-body-font-family: 'Poppins', sans-serif;
1340
+ --redsift-typography-body-font-size: 15px;
1341
+ --redsift-typography-body-font-weight: 400;
1342
+ --redsift-typography-body-line-height: 24px;
1343
+ --redsift-typography-body-text-transform: unset;
1344
+ --redsift-typography-link-font-family: 'Poppins', sans-serif;
1345
+ --redsift-typography-link-font-size: 15px;
1346
+ --redsift-typography-link-font-weight: 400;
1347
+ --redsift-typography-link-line-height: 26px;
1348
+ --redsift-typography-input-text-font-family: 'Poppins', sans-serif;
1349
+ --redsift-typography-input-text-font-size: 15px;
1350
+ --redsift-typography-input-text-font-weight: 400;
1351
+ --redsift-typography-input-text-line-height: 24px;
1352
+ --redsift-typography-button-font-family: 'Poppins', sans-serif;
1353
+ --redsift-typography-button-font-size: 16px;
1354
+ --redsift-typography-button-font-weight: 500;
1355
+ --redsift-typography-button-line-height: 24px;
1356
+ --redsift-typography-button-text-transform: uppercase;
1357
+ --redsift-typography-caption-font-family: 'Poppins', sans-serif;
1358
+ --redsift-typography-caption-font-size: 13px;
1359
+ --redsift-typography-caption-font-weight: 400;
1360
+ --redsift-typography-caption-line-height: 18px;
1361
+ --redsift-typography-caption-text-transform: unset;
1362
+ --redsift-typography-helper-font-family: 'Poppins', sans-serif;
1363
+ --redsift-typography-helper-font-size: 16px;
1364
+ --redsift-typography-helper-font-weight: 400;
1365
+ --redsift-typography-helper-line-height: 24px;
1366
+ --redsift-typography-helper-text-transform: unset;
1367
+ --redsift-typography-badge-font-family: 'Poppins', sans-serif;
1368
+ --redsift-typography-badge-font-size: 12px;
1369
+ --redsift-typography-badge-font-weight: 400;
1370
+ --redsift-typography-badge-line-height: 12px;
1371
+ --redsift-typography-pill-font-family: 'Poppins', sans-serif;
1372
+ --redsift-typography-pill-font-size: 10px;
1373
+ --redsift-typography-pill-font-weight: 400;
1374
+ --redsift-typography-pill-line-height: 20px;
1375
+ --redsift-typography-chip-font-family: 'Poppins', sans-serif;
1376
+ --redsift-typography-chip-font-size: 12px;
1377
+ --redsift-typography-chip-font-weight: 400;
1378
+ --redsift-typography-chip-line-height: 22px;
1379
+ --redsift-typography-tooltip-font-family: 'Poppins', sans-serif;
1380
+ --redsift-typography-tooltip-font-size: 12px;
1381
+ --redsift-typography-tooltip-font-weight: 400;
1382
+ --redsift-typography-tooltip-line-height: 18px;
1383
+ --redsift-typography-datagrid-header-font-family: 'Poppins', sans-serif;
1384
+ --redsift-typography-datagrid-header-font-size: 14px;
1385
+ --redsift-typography-datagrid-header-font-weight: 600;
1386
+ --redsift-typography-datagrid-header-line-height: 21px;
1387
+ --redsift-typography-datagrid-cell-font-family: 'Poppins', sans-serif;
1388
+ --redsift-typography-datagrid-cell-font-size: 16px;
1389
+ --redsift-typography-datagrid-cell-font-weight: 400;
1390
+ --redsift-typography-datagrid-cell-line-height: 24px;
1391
+ }