@transferwise/components 0.0.0-experimental-d2bc8ee → 0.0.0-experimental-c3d7358

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 (210) hide show
  1. package/build/common/closeButton/CloseButton.messages.js +2 -2
  2. package/build/common/closeButton/CloseButton.messages.js.map +1 -1
  3. package/build/common/closeButton/CloseButton.messages.mjs +2 -2
  4. package/build/common/closeButton/CloseButton.messages.mjs.map +1 -1
  5. package/build/common/closeButton/CloseButton.mjs +2 -2
  6. package/build/common/closeButton/CloseButton.mjs.map +1 -1
  7. package/build/drawer/Drawer.js +18 -9
  8. package/build/drawer/Drawer.js.map +1 -1
  9. package/build/drawer/Drawer.mjs +18 -9
  10. package/build/drawer/Drawer.mjs.map +1 -1
  11. package/build/main.css +649 -510
  12. package/build/mocks.js +7 -0
  13. package/build/mocks.js.map +1 -1
  14. package/build/mocks.mjs +7 -1
  15. package/build/mocks.mjs.map +1 -1
  16. package/build/modal/Modal.js +20 -21
  17. package/build/modal/Modal.js.map +1 -1
  18. package/build/modal/Modal.mjs +20 -21
  19. package/build/modal/Modal.mjs.map +1 -1
  20. package/build/select/Select.js +2 -1
  21. package/build/select/Select.js.map +1 -1
  22. package/build/select/Select.mjs +2 -1
  23. package/build/select/Select.mjs.map +1 -1
  24. package/build/sentimentSurface/classMap.js +22 -0
  25. package/build/sentimentSurface/classMap.js.map +1 -0
  26. package/build/sentimentSurface/classMap.mjs +18 -0
  27. package/build/sentimentSurface/classMap.mjs.map +1 -0
  28. package/build/statusIcon/StatusIcon.js +4 -1
  29. package/build/statusIcon/StatusIcon.js.map +1 -1
  30. package/build/statusIcon/StatusIcon.mjs +4 -1
  31. package/build/statusIcon/StatusIcon.mjs.map +1 -1
  32. package/build/styles/accordion/Accordion.css +6 -2
  33. package/build/styles/actionButton/ActionButton.css +4 -12
  34. package/build/styles/avatar/Avatar.css +10 -13
  35. package/build/styles/avatarView/AvatarView.css +3 -5
  36. package/build/styles/avatarView/Dot.css +1 -2
  37. package/build/styles/button/Button.css +0 -1
  38. package/build/styles/card/Card.css +2 -2
  39. package/build/styles/carousel/Carousel.css +2 -5
  40. package/build/styles/checkboxButton/CheckboxButton.css +1 -0
  41. package/build/styles/chips/Chip.css +12 -31
  42. package/build/styles/circularButton/CircularButton.css +0 -6
  43. package/build/styles/common/Option/Option.css +2 -2
  44. package/build/styles/common/RadioButton/RadioButton.css +1 -1
  45. package/build/styles/common/bottomSheet/BottomSheet.css +1 -1
  46. package/build/styles/common/card/Card.css +1 -1
  47. package/build/styles/common/closeButton/CloseButton.css +2 -7
  48. package/build/styles/criticalBanner/CriticalCommsBanner.css +0 -4
  49. package/build/styles/dateLookup/DateLookup.css +3 -5
  50. package/build/styles/definitionList/DefinitionList.css +1 -1
  51. package/build/styles/divider/Divider.css +1 -1
  52. package/build/styles/drawer/Drawer.css +11 -58
  53. package/build/styles/emphasis/Emphasis.css +5 -4
  54. package/build/styles/expressiveMoneyInput/ExpressiveMoneyInput.css +0 -2
  55. package/build/styles/expressiveMoneyInput/amountInput/AmountInput.css +0 -1
  56. package/build/styles/expressiveMoneyInput/chevron/Chevron.css +0 -1
  57. package/build/styles/flowNavigation/FlowNavigation.css +1 -2
  58. package/build/styles/header/Header.css +2 -2
  59. package/build/styles/iconButton/IconButton.css +4 -27
  60. package/build/styles/inputs/Input.css +5 -5
  61. package/build/styles/inputs/InputGroup.css +2 -3
  62. package/build/styles/inputs/SelectInput.css +13 -14
  63. package/build/styles/inputs/TextArea.css +5 -5
  64. package/build/styles/instructionsList/InstructionsList.css +0 -2
  65. package/build/styles/listItem/ListItem.css +8 -22
  66. package/build/styles/logo/Logo.css +0 -2
  67. package/build/styles/main.css +649 -510
  68. package/build/styles/modal/Modal.css +6 -68
  69. package/build/styles/moneyInput/MoneyInput.css +2 -2
  70. package/build/styles/navigationOption/NavigationOption.css +3 -1
  71. package/build/styles/nudge/Nudge.css +1 -1
  72. package/build/styles/overlayHeader/OverlayHeader.css +1 -2
  73. package/build/styles/popover/Popover.css +2 -2
  74. package/build/styles/progress/Progress.css +3 -3
  75. package/build/styles/progressBar/ProgressBar.css +2 -2
  76. package/build/styles/promoCard/PromoCard.css +3 -3
  77. package/build/styles/prompt/InlinePrompt/InlinePrompt.css +3 -39
  78. package/build/styles/segmentedControl/SegmentedControl.css +2 -6
  79. package/build/styles/select/Select.css +41 -25
  80. package/build/styles/sentimentSurface/SentimentSurface.css +424 -0
  81. package/build/styles/slidingPanel/SlidingPanel.css +4 -4
  82. package/build/styles/snackbar/Snackbar.css +4 -4
  83. package/build/styles/statusIcon/StatusIcon.css +4 -44
  84. package/build/styles/stepper/Stepper.css +4 -4
  85. package/build/styles/summary/Summary.css +2 -5
  86. package/build/styles/switch/Switch.css +2 -3
  87. package/build/styles/table/Table.css +5 -13
  88. package/build/styles/tabs/Tabs.css +9 -10
  89. package/build/styles/tile/Tile.css +5 -8
  90. package/build/styles/typeahead/Typeahead.css +1 -2
  91. package/build/styles/typeahead/typeaheadOption/TypeaheadOption.css +4 -1
  92. package/build/styles/upload/Upload.css +1 -1
  93. package/build/styles/uploadInput/uploadButton/UploadButton.css +2 -4
  94. package/build/styles/uploadInput/uploadItem/UploadItem.css +4 -8
  95. package/build/types/drawer/Drawer.d.ts.map +1 -1
  96. package/build/types/mocks.d.ts +1 -0
  97. package/build/types/mocks.d.ts.map +1 -1
  98. package/build/types/modal/Modal.d.ts.map +1 -1
  99. package/build/types/select/Select.d.ts +1 -1
  100. package/build/types/select/Select.d.ts.map +1 -1
  101. package/build/types/sentimentSurface/SentimentSurface.d.ts +30 -0
  102. package/build/types/sentimentSurface/SentimentSurface.d.ts.map +1 -0
  103. package/build/types/sentimentSurface/SentimentSurface.types.d.ts +80 -0
  104. package/build/types/sentimentSurface/SentimentSurface.types.d.ts.map +1 -0
  105. package/build/types/sentimentSurface/classMap.d.ts +5 -0
  106. package/build/types/sentimentSurface/classMap.d.ts.map +1 -0
  107. package/build/types/sentimentSurface/index.d.ts +3 -0
  108. package/build/types/sentimentSurface/index.d.ts.map +1 -0
  109. package/build/types/statusIcon/StatusIcon.d.ts.map +1 -1
  110. package/build/types/test-utils/window-mock.d.ts +1 -0
  111. package/build/types/test-utils/window-mock.d.ts.map +1 -1
  112. package/package.json +5 -10
  113. package/src/accordion/Accordion.css +6 -2
  114. package/src/accordion/Accordion.less +7 -0
  115. package/src/accordion/Accordion.story.tsx +1 -1
  116. package/src/actionButton/ActionButton.css +4 -12
  117. package/src/avatar/Avatar.css +10 -13
  118. package/src/avatarLayout/AvatarLayout.story.tsx +1 -0
  119. package/src/avatarView/AvatarView.css +3 -5
  120. package/src/avatarView/AvatarView.story.tsx +1 -0
  121. package/src/avatarView/Dot.css +1 -2
  122. package/src/button/Button.css +0 -1
  123. package/src/card/Card.css +2 -2
  124. package/src/carousel/Carousel.css +2 -5
  125. package/src/checkboxButton/CheckboxButton.css +1 -0
  126. package/src/chips/Chip.css +12 -31
  127. package/src/circularButton/CircularButton.css +0 -6
  128. package/src/common/Option/Option.css +2 -2
  129. package/src/common/RadioButton/RadioButton.css +1 -1
  130. package/src/common/bottomSheet/BottomSheet.css +1 -1
  131. package/src/common/card/Card.css +1 -1
  132. package/src/common/closeButton/CloseButton.css +2 -7
  133. package/src/criticalBanner/CriticalCommsBanner.css +0 -4
  134. package/src/dateLookup/DateLookup.css +3 -5
  135. package/src/definitionList/DefinitionList.css +1 -1
  136. package/src/display/Display.story.tsx +1 -0
  137. package/src/divider/Divider.css +1 -1
  138. package/src/drawer/Drawer.css +11 -58
  139. package/src/drawer/Drawer.less +14 -70
  140. package/src/drawer/Drawer.story.tsx +158 -100
  141. package/src/drawer/Drawer.tsx +26 -7
  142. package/src/emphasis/Emphasis.css +5 -4
  143. package/src/expressiveMoneyInput/ExpressiveMoneyInput.css +0 -2
  144. package/src/expressiveMoneyInput/ExpressiveMoneyInput.spec.tsx +229 -0
  145. package/src/expressiveMoneyInput/amountInput/AmountInput.css +0 -1
  146. package/src/expressiveMoneyInput/amountInput/AmountInput.spec.tsx +282 -0
  147. package/src/expressiveMoneyInput/chevron/Chevron.css +0 -1
  148. package/src/expressiveMoneyInput/currencySelector/CurrencySelector.spec.tsx +160 -0
  149. package/src/flowNavigation/FlowNavigation.css +1 -2
  150. package/src/header/Header.css +2 -2
  151. package/src/iconButton/IconButton.css +4 -27
  152. package/src/iconButton/IconButton.story.tsx +1 -0
  153. package/src/inputs/Input.css +5 -5
  154. package/src/inputs/InputGroup.css +2 -3
  155. package/src/inputs/SelectInput.css +13 -14
  156. package/src/inputs/SelectInput.spec.tsx +7 -1
  157. package/src/inputs/TextArea.css +5 -5
  158. package/src/instructionsList/InstructionsList.css +0 -2
  159. package/src/listItem/ListItem.css +8 -22
  160. package/src/logo/Logo.css +0 -2
  161. package/src/main.css +649 -510
  162. package/src/main.less +2 -0
  163. package/src/mocks.ts +7 -0
  164. package/src/modal/Modal.css +6 -68
  165. package/src/modal/Modal.less +6 -76
  166. package/src/modal/Modal.tsx +23 -23
  167. package/src/moneyInput/MoneyInput.css +2 -2
  168. package/src/moneyInput/MoneyInput.spec.tsx +9 -1
  169. package/src/navigationOption/NavigationOption.css +3 -1
  170. package/src/nudge/Nudge.css +1 -1
  171. package/src/overlayHeader/OverlayHeader.css +1 -2
  172. package/src/popover/Popover.css +2 -2
  173. package/src/progress/Progress.css +3 -3
  174. package/src/progressBar/ProgressBar.css +2 -2
  175. package/src/promoCard/PromoCard.css +3 -3
  176. package/src/prompt/InlinePrompt/InlinePrompt.css +3 -39
  177. package/src/provider/theme/ThemeProvider.story.tsx +78 -11
  178. package/src/segmentedControl/SegmentedControl.css +2 -6
  179. package/src/select/Select.css +41 -25
  180. package/src/select/Select.less +25 -0
  181. package/src/select/Select.tsx +6 -1
  182. package/src/sentimentSurface/SentimentSurface.css +424 -0
  183. package/src/sentimentSurface/SentimentSurface.less +296 -0
  184. package/src/sentimentSurface/SentimentSurface.spec.tsx +140 -0
  185. package/src/sentimentSurface/SentimentSurface.story.tsx +210 -0
  186. package/src/sentimentSurface/SentimentSurface.tests.story.tsx +95 -0
  187. package/src/sentimentSurface/SentimentSurface.tsx +72 -0
  188. package/src/sentimentSurface/SentimentSurface.types.ts +104 -0
  189. package/src/sentimentSurface/classMap.ts +20 -0
  190. package/src/sentimentSurface/index.ts +8 -0
  191. package/src/slidingPanel/SlidingPanel.css +4 -4
  192. package/src/snackbar/Snackbar.css +4 -4
  193. package/src/snackbar/Snackbar.less +4 -2
  194. package/src/statusIcon/StatusIcon.css +4 -44
  195. package/src/statusIcon/StatusIcon.less +2 -40
  196. package/src/statusIcon/StatusIcon.tsx +10 -1
  197. package/src/stepper/Stepper.css +4 -4
  198. package/src/summary/Summary.css +2 -5
  199. package/src/switch/Switch.css +2 -3
  200. package/src/table/Table.css +5 -13
  201. package/src/tabs/Tabs.css +9 -10
  202. package/src/test-utils/jest.setup.ts +0 -5
  203. package/src/test-utils/window-mock.ts +5 -0
  204. package/src/tile/Tile.css +5 -8
  205. package/src/typeahead/Typeahead.css +1 -2
  206. package/src/typeahead/typeaheadOption/TypeaheadOption.css +4 -1
  207. package/src/typeahead/typeaheadOption/TypeaheadOption.less +6 -0
  208. package/src/upload/Upload.css +1 -1
  209. package/src/uploadInput/uploadButton/UploadButton.css +2 -4
  210. package/src/uploadInput/uploadItem/UploadItem.css +4 -8
@@ -1,11 +1,432 @@
1
+ .wds-sentiment-surface {
2
+ background-color: var(--color-sentiment-background-surface);
3
+ color: var(--color-sentiment-content-primary);
4
+ }
5
+ .np-theme-personal .wds-sentiment-surface-negative-base,
6
+ .np-theme-personal--bright-green .wds-sentiment-surface-negative-base {
7
+ --color-sentiment-content-primary: #CB272F;
8
+ --color-sentiment-content-primary-hover: #B8232B;
9
+ --color-sentiment-content-primary-active: #A72027;
10
+ --color-sentiment-interactive-primary: #CB272F;
11
+ --color-sentiment-interactive-primary-hover: #B8232B;
12
+ --color-sentiment-interactive-primary-active: #A72027;
13
+ --color-sentiment-interactive-secondary: #FBEAEA;
14
+ --color-sentiment-interactive-secondary-hover: #F9E1E1;
15
+ --color-sentiment-interactive-secondary-active: #F8D8D8;
16
+ --color-sentiment-interactive-secondary-neutral: #F5D3D4;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #F0BDBE;
18
+ --color-sentiment-interactive-secondary-neutral-active: #ECACAD;
19
+ --color-sentiment-interactive-control: #FBEAEA;
20
+ --color-sentiment-interactive-control-hover: #F9E1E1;
21
+ --color-sentiment-interactive-control-active: #F8D8D8;
22
+ --color-sentiment-background-surface: #FBEAEA;
23
+ --color-sentiment-background-surface-hover: #F9E1E1;
24
+ --color-sentiment-background-surface-active: #F8D8D8;
25
+ }
26
+ .np-theme-personal .wds-sentiment-surface-negative-elevated,
27
+ .np-theme-personal--bright-green .wds-sentiment-surface-negative-elevated {
28
+ --color-sentiment-content-primary: #FFFFFF;
29
+ --color-sentiment-content-primary-hover: #F5CCCC;
30
+ --color-sentiment-content-primary-active: #F1B7B7;
31
+ --color-sentiment-interactive-primary: #FBEAEA;
32
+ --color-sentiment-interactive-primary-hover: #F5CCCC;
33
+ --color-sentiment-interactive-primary-active: #F1B7B7;
34
+ --color-sentiment-interactive-secondary: #CB272F;
35
+ --color-sentiment-interactive-secondary-hover: #B8232B;
36
+ --color-sentiment-interactive-secondary-active: #A72027;
37
+ --color-sentiment-interactive-secondary-neutral: #9B141B;
38
+ --color-sentiment-interactive-secondary-neutral-hover: #831116;
39
+ --color-sentiment-interactive-secondary-neutral-active: #6D0E13;
40
+ --color-sentiment-interactive-control: #CB272F;
41
+ --color-sentiment-interactive-control-hover: #B8232B;
42
+ --color-sentiment-interactive-control-active: #A72027;
43
+ --color-sentiment-background-surface: #90000D;
44
+ --color-sentiment-background-surface-hover: #B8232B;
45
+ --color-sentiment-background-surface-active: #A72027;
46
+ }
47
+ .np-theme-personal--dark .wds-sentiment-surface-negative-base,
48
+ .np-theme-personal--forest-green .wds-sentiment-surface-negative-base {
49
+ --color-sentiment-content-primary: #FFA8AD;
50
+ --color-sentiment-content-primary-hover: #FFBDC0;
51
+ --color-sentiment-content-primary-active: #FFD1D3;
52
+ --color-sentiment-interactive-primary: #FFA8AD;
53
+ --color-sentiment-interactive-primary-hover: #FFBDC0;
54
+ --color-sentiment-interactive-primary-active: #FFD1D3;
55
+ --color-sentiment-interactive-secondary: #410B0D;
56
+ --color-sentiment-interactive-secondary-hover: #641115;
57
+ --color-sentiment-interactive-secondary-active: #761418;
58
+ --color-sentiment-interactive-secondary-neutral: #601013;
59
+ --color-sentiment-interactive-secondary-neutral-hover: #7A1519;
60
+ --color-sentiment-interactive-secondary-neutral-active: #90181D;
61
+ --color-sentiment-interactive-control: #410B0D;
62
+ --color-sentiment-interactive-control-hover: #641115;
63
+ --color-sentiment-interactive-control-active: #761418;
64
+ --color-sentiment-background-surface: #410B0D;
65
+ --color-sentiment-background-surface-hover: #641115;
66
+ --color-sentiment-background-surface-active: #761418;
67
+ }
68
+ .np-theme-personal--dark .wds-sentiment-surface-negative-elevated,
69
+ .np-theme-personal--forest-green .wds-sentiment-surface-negative-elevated {
70
+ --color-sentiment-content-primary: #410B0D;
71
+ --color-sentiment-content-primary-hover: #641115;
72
+ --color-sentiment-content-primary-active: #761418;
73
+ --color-sentiment-interactive-primary: #410B0D;
74
+ --color-sentiment-interactive-primary-hover: #641115;
75
+ --color-sentiment-interactive-primary-active: #761418;
76
+ --color-sentiment-interactive-secondary: #FFA8AD;
77
+ --color-sentiment-interactive-secondary-hover: #FFBDC0;
78
+ --color-sentiment-interactive-secondary-active: #FFD1D3;
79
+ --color-sentiment-interactive-secondary-neutral: #D9898D;
80
+ --color-sentiment-interactive-secondary-neutral-hover: #D68084;
81
+ --color-sentiment-interactive-secondary-neutral-active: #D06C71;
82
+ --color-sentiment-interactive-control: #FFA8AD;
83
+ --color-sentiment-interactive-control-hover: #FFBDC0;
84
+ --color-sentiment-interactive-control-active: #FFD1D3;
85
+ --color-sentiment-background-surface: #FFA8AD;
86
+ --color-sentiment-background-surface-hover: #FFBDC0;
87
+ --color-sentiment-background-surface-active: #FFD1D3;
88
+ }
89
+ .np-theme-personal .wds-sentiment-surface-warning-base,
90
+ .np-theme-personal--bright-green .wds-sentiment-surface-warning-base {
91
+ --color-sentiment-content-primary: #4A3B1C;
92
+ --color-sentiment-content-primary-hover: #302612;
93
+ --color-sentiment-content-primary-active: #2C2311;
94
+ --color-sentiment-interactive-primary: #FFD11A;
95
+ --color-sentiment-interactive-primary-hover: #FFBF0F;
96
+ --color-sentiment-interactive-primary-active: #FFBB00;
97
+ --color-sentiment-interactive-secondary: #FFF7D7;
98
+ --color-sentiment-interactive-secondary-hover: #FFF0B2;
99
+ --color-sentiment-interactive-secondary-active: #FFE98F;
100
+ --color-sentiment-interactive-secondary-neutral: #FFEC9E;
101
+ --color-sentiment-interactive-secondary-neutral-hover: #FFE187;
102
+ --color-sentiment-interactive-secondary-neutral-active: #FFD55F;
103
+ --color-sentiment-interactive-control: #4A3B1C;
104
+ --color-sentiment-interactive-control-hover: #302612;
105
+ --color-sentiment-interactive-control-active: #2C2311;
106
+ --color-sentiment-background-surface: #FFF7D7;
107
+ --color-sentiment-background-surface-hover: #FFF0B2;
108
+ --color-sentiment-background-surface-active: #FFE98F;
109
+ }
110
+ .np-theme-personal .wds-sentiment-surface-warning-elevated,
111
+ .np-theme-personal--bright-green .wds-sentiment-surface-warning-elevated {
112
+ --color-sentiment-content-primary: #4A3B1C;
113
+ --color-sentiment-content-primary-hover: #302612;
114
+ --color-sentiment-content-primary-active: #2C2311;
115
+ --color-sentiment-interactive-primary: #4A3B1C;
116
+ --color-sentiment-interactive-primary-hover: #302612;
117
+ --color-sentiment-interactive-primary-active: #2C2311;
118
+ --color-sentiment-interactive-secondary: #FFD11A;
119
+ --color-sentiment-interactive-secondary-hover: #FFBF0F;
120
+ --color-sentiment-interactive-secondary-active: #FFBB00;
121
+ --color-sentiment-interactive-secondary-neutral: #FFEC9E;
122
+ --color-sentiment-interactive-secondary-neutral-hover: #FFEDB8;
123
+ --color-sentiment-interactive-secondary-neutral-active: #FFF2CC;
124
+ --color-sentiment-interactive-control: #FFD11A;
125
+ --color-sentiment-interactive-control-hover: #FFBF0F;
126
+ --color-sentiment-interactive-control-active: #FFBB00;
127
+ --color-sentiment-background-surface: #FFD11A;
128
+ --color-sentiment-background-surface-hover: #FFBF0F;
129
+ --color-sentiment-background-surface-active: #FFBB00;
130
+ }
131
+ .np-theme-personal--dark .wds-sentiment-surface-warning-base,
132
+ .np-theme-personal--forest-green .wds-sentiment-surface-warning-base {
133
+ --color-sentiment-content-primary: #FADC65;
134
+ --color-sentiment-content-primary-hover: #F9D648;
135
+ --color-sentiment-content-primary-active: #F8CD20;
136
+ --color-sentiment-interactive-primary: #FADC65;
137
+ --color-sentiment-interactive-primary-hover: #F9D648;
138
+ --color-sentiment-interactive-primary-active: #F8CD20;
139
+ --color-sentiment-interactive-secondary: #3A3523;
140
+ --color-sentiment-interactive-secondary-hover: #504930;
141
+ --color-sentiment-interactive-secondary-active: #665D3D;
142
+ --color-sentiment-interactive-secondary-neutral: #4D462A;
143
+ --color-sentiment-interactive-secondary-neutral-hover: #5D532F;
144
+ --color-sentiment-interactive-secondary-neutral-active: #685D33;
145
+ --color-sentiment-interactive-control: #3A3523;
146
+ --color-sentiment-interactive-control-hover: #504930;
147
+ --color-sentiment-interactive-control-active: #665D3D;
148
+ --color-sentiment-background-surface: #3A3523;
149
+ --color-sentiment-background-surface-hover: #504930;
150
+ --color-sentiment-background-surface-active: #665D3D;
151
+ }
152
+ .np-theme-personal--dark .wds-sentiment-surface-warning-elevated,
153
+ .np-theme-personal--forest-green .wds-sentiment-surface-warning-elevated {
154
+ --color-sentiment-content-primary: #3A3523;
155
+ --color-sentiment-content-primary-hover: #504930;
156
+ --color-sentiment-content-primary-active: #665D3D;
157
+ --color-sentiment-interactive-primary: #3A3523;
158
+ --color-sentiment-interactive-primary-hover: #504930;
159
+ --color-sentiment-interactive-primary-active: #665D3D;
160
+ --color-sentiment-interactive-secondary: #FADC65;
161
+ --color-sentiment-interactive-secondary-hover: #F9D648;
162
+ --color-sentiment-interactive-secondary-active: #F8CD20;
163
+ --color-sentiment-interactive-secondary-neutral: #E3C85D;
164
+ --color-sentiment-interactive-secondary-neutral-hover: #DFC044;
165
+ --color-sentiment-interactive-secondary-neutral-active: #D9B526;
166
+ --color-sentiment-interactive-control: #FADC65;
167
+ --color-sentiment-interactive-control-hover: #F9D648;
168
+ --color-sentiment-interactive-control-active: #F8CD20;
169
+ --color-sentiment-background-surface: #FADC65;
170
+ --color-sentiment-background-surface-hover: #F9D648;
171
+ --color-sentiment-background-surface-active: #F8CD20;
172
+ }
173
+ .np-theme-personal .wds-sentiment-surface-success-base,
174
+ .np-theme-personal--bright-green .wds-sentiment-surface-success-base {
175
+ --color-sentiment-content-primary: #054D28;
176
+ --color-sentiment-content-primary-hover: #043A1E;
177
+ --color-sentiment-content-primary-active: #022614;
178
+ --color-sentiment-interactive-primary: #054D28;
179
+ --color-sentiment-interactive-primary-hover: #043A1E;
180
+ --color-sentiment-interactive-primary-active: #022614;
181
+ --color-sentiment-interactive-secondary: #E2F6D5;
182
+ --color-sentiment-interactive-secondary-hover: #D3F2C0;
183
+ --color-sentiment-interactive-secondary-active: #C5EDAB;
184
+ --color-sentiment-interactive-secondary-neutral: #BCD9B8;
185
+ --color-sentiment-interactive-secondary-neutral-hover: #AACFA5;
186
+ --color-sentiment-interactive-secondary-neutral-active: #94C38E;
187
+ --color-sentiment-interactive-control: #E2F6D5;
188
+ --color-sentiment-interactive-control-hover: #D3F2C0;
189
+ --color-sentiment-interactive-control-active: #C5EDAB;
190
+ --color-sentiment-background-surface: #E2F6D5;
191
+ --color-sentiment-background-surface-hover: #D3F2C0;
192
+ --color-sentiment-background-surface-active: #C5EDAB;
193
+ }
194
+ .np-theme-personal .wds-sentiment-surface-success-elevated,
195
+ .np-theme-personal--bright-green .wds-sentiment-surface-success-elevated {
196
+ --color-sentiment-content-primary: #E2F6D5;
197
+ --color-sentiment-content-primary-hover: #D3F2C0;
198
+ --color-sentiment-content-primary-active: #C5EDAB;
199
+ --color-sentiment-interactive-primary: #E2F6D5;
200
+ --color-sentiment-interactive-primary-hover: #D3F2C0;
201
+ --color-sentiment-interactive-primary-active: #C5EDAB;
202
+ --color-sentiment-interactive-secondary: #054D28;
203
+ --color-sentiment-interactive-secondary-hover: #043A1E;
204
+ --color-sentiment-interactive-secondary-active: #022614;
205
+ --color-sentiment-interactive-secondary-neutral: #256A43;
206
+ --color-sentiment-interactive-secondary-neutral-hover: #2A794C;
207
+ --color-sentiment-interactive-secondary-neutral-active: #329057;
208
+ --color-sentiment-interactive-control: #054D28;
209
+ --color-sentiment-interactive-control-hover: #043A1E;
210
+ --color-sentiment-interactive-control-active: #022614;
211
+ --color-sentiment-background-surface: #054D28;
212
+ --color-sentiment-background-surface-hover: #043A1E;
213
+ --color-sentiment-background-surface-active: #022614;
214
+ }
215
+ .np-theme-personal--dark .wds-sentiment-surface-success-base,
216
+ .np-theme-personal--forest-green .wds-sentiment-surface-success-base {
217
+ --color-sentiment-content-primary: #BAE5A0;
218
+ --color-sentiment-content-primary-hover: #C8EAB3;
219
+ --color-sentiment-content-primary-active: #D6F0C7;
220
+ --color-sentiment-interactive-primary: #BAE5A0;
221
+ --color-sentiment-interactive-primary-hover: #C8EAB3;
222
+ --color-sentiment-interactive-primary-active: #D6F0C7;
223
+ --color-sentiment-interactive-secondary: #252C20;
224
+ --color-sentiment-interactive-secondary-hover: #323B2B;
225
+ --color-sentiment-interactive-secondary-active: #3E4A36;
226
+ --color-sentiment-interactive-secondary-neutral: #37422F;
227
+ --color-sentiment-interactive-secondary-neutral-hover: #46533B;
228
+ --color-sentiment-interactive-secondary-neutral-active: #546548;
229
+ --color-sentiment-interactive-control: #252C20;
230
+ --color-sentiment-interactive-control-hover: #323B2B;
231
+ --color-sentiment-interactive-control-active: #3E4A36;
232
+ --color-sentiment-background-surface: #252C20;
233
+ --color-sentiment-background-surface-hover: #323B2B;
234
+ --color-sentiment-background-surface-active: #3E4A36;
235
+ }
236
+ .np-theme-personal--dark .wds-sentiment-surface-success-elevated,
237
+ .np-theme-personal--forest-green .wds-sentiment-surface-success-elevated {
238
+ --color-sentiment-content-primary: #252C20;
239
+ --color-sentiment-content-primary-hover: #323B2B;
240
+ --color-sentiment-content-primary-active: #3E4A36;
241
+ --color-sentiment-interactive-primary: #252C20;
242
+ --color-sentiment-interactive-primary-hover: #323B2B;
243
+ --color-sentiment-interactive-primary-active: #3E4A36;
244
+ --color-sentiment-interactive-secondary: #BAE5A0;
245
+ --color-sentiment-interactive-secondary-hover: #C8EAB3;
246
+ --color-sentiment-interactive-secondary-active: #D6F0C7;
247
+ --color-sentiment-interactive-secondary-neutral: #A8CF91;
248
+ --color-sentiment-interactive-secondary-neutral-hover: #94C478;
249
+ --color-sentiment-interactive-secondary-neutral-active: #83BB63;
250
+ --color-sentiment-interactive-control: #BAE5A0;
251
+ --color-sentiment-interactive-control-hover: #C8EAB3;
252
+ --color-sentiment-interactive-control-active: #D6F0C7;
253
+ --color-sentiment-background-surface: #BAE5A0;
254
+ --color-sentiment-background-surface-hover: #C8EAB3;
255
+ --color-sentiment-background-surface-active: #D6F0C7;
256
+ }
257
+ .np-theme-personal .wds-sentiment-surface-neutral-base,
258
+ .np-theme-personal--bright-green .wds-sentiment-surface-neutral-base {
259
+ --color-sentiment-content-primary: #454745;
260
+ --color-sentiment-content-primary-hover: #353635;
261
+ --color-sentiment-content-primary-active: #232423;
262
+ --color-sentiment-interactive-primary: #454745;
263
+ --color-sentiment-interactive-primary-hover: #353635;
264
+ --color-sentiment-interactive-primary-active: #232423;
265
+ --color-sentiment-interactive-secondary: #F1F1ED;
266
+ --color-sentiment-interactive-secondary-hover: #E7E7E1;
267
+ --color-sentiment-interactive-secondary-active: #DFDED5;
268
+ --color-sentiment-interactive-secondary-neutral: #E4E4DC;
269
+ --color-sentiment-interactive-secondary-neutral-hover: #DCDCD2;
270
+ --color-sentiment-interactive-secondary-neutral-active: #D3D2C6;
271
+ --color-sentiment-interactive-control: #F1F1ED;
272
+ --color-sentiment-interactive-control-hover: #E7E7E1;
273
+ --color-sentiment-interactive-control-active: #DFDED5;
274
+ --color-sentiment-background-surface: #F1F1ED;
275
+ --color-sentiment-background-surface-hover: #E7E7E1;
276
+ --color-sentiment-background-surface-active: #DFDED5;
277
+ }
278
+ .np-theme-personal .wds-sentiment-surface-neutral-elevated,
279
+ .np-theme-personal--bright-green .wds-sentiment-surface-neutral-elevated {
280
+ --color-sentiment-content-primary: #F1F1ED;
281
+ --color-sentiment-content-primary-hover: #E7E7E1;
282
+ --color-sentiment-content-primary-active: #DFDED5;
283
+ --color-sentiment-interactive-primary: #F1F1ED;
284
+ --color-sentiment-interactive-primary-hover: #E7E7E1;
285
+ --color-sentiment-interactive-primary-active: #DFDED5;
286
+ --color-sentiment-interactive-secondary: #454745;
287
+ --color-sentiment-interactive-secondary-hover: #353635;
288
+ --color-sentiment-interactive-secondary-active: #232423;
289
+ --color-sentiment-interactive-secondary-neutral: #5A5C5A;
290
+ --color-sentiment-interactive-secondary-neutral-hover: #6D6F6D;
291
+ --color-sentiment-interactive-secondary-neutral-active: #727472;
292
+ --color-sentiment-interactive-control: #454745;
293
+ --color-sentiment-interactive-control-hover: #353635;
294
+ --color-sentiment-interactive-control-active: #232423;
295
+ --color-sentiment-background-surface: #454745;
296
+ --color-sentiment-background-surface-hover: #353635;
297
+ --color-sentiment-background-surface-active: #232423;
298
+ }
299
+ .np-theme-personal--dark .wds-sentiment-surface-neutral-base,
300
+ .np-theme-personal--forest-green .wds-sentiment-surface-neutral-base {
301
+ --color-sentiment-content-primary: #F1F1ED;
302
+ --color-sentiment-content-primary-hover: #E7E7E1;
303
+ --color-sentiment-content-primary-active: #DFDED5;
304
+ --color-sentiment-interactive-primary: #F1F1ED;
305
+ --color-sentiment-interactive-primary-hover: #E7E7E1;
306
+ --color-sentiment-interactive-primary-active: #DFDED5;
307
+ --color-sentiment-interactive-secondary: #2A2C29;
308
+ --color-sentiment-interactive-secondary-hover: #414441;
309
+ --color-sentiment-interactive-secondary-active: #595B58;
310
+ --color-sentiment-interactive-secondary-neutral: #424441;
311
+ --color-sentiment-interactive-secondary-neutral-hover: #4C4E4B;
312
+ --color-sentiment-interactive-secondary-neutral-active: #565955;
313
+ --color-sentiment-interactive-control: #2A2C29;
314
+ --color-sentiment-interactive-control-hover: #414441;
315
+ --color-sentiment-interactive-control-active: #595B58;
316
+ --color-sentiment-background-surface: #2A2C29;
317
+ --color-sentiment-background-surface-hover: #414441;
318
+ --color-sentiment-background-surface-active: #595B58;
319
+ }
320
+ .np-theme-personal--dark .wds-sentiment-surface-neutral-elevated,
321
+ .np-theme-personal--forest-green .wds-sentiment-surface-neutral-elevated {
322
+ --color-sentiment-content-primary: #2A2C29;
323
+ --color-sentiment-content-primary-hover: #414441;
324
+ --color-sentiment-content-primary-active: #595B58;
325
+ --color-sentiment-interactive-primary: #2A2C29;
326
+ --color-sentiment-interactive-primary-hover: #414441;
327
+ --color-sentiment-interactive-primary-active: #595B58;
328
+ --color-sentiment-interactive-secondary: #F1F1ED;
329
+ --color-sentiment-interactive-secondary-hover: #E7E7E1;
330
+ --color-sentiment-interactive-secondary-active: #DFDED5;
331
+ --color-sentiment-interactive-secondary-neutral: #E4E4DC;
332
+ --color-sentiment-interactive-secondary-neutral-hover: #DCDCD2;
333
+ --color-sentiment-interactive-secondary-neutral-active: #D3D2C6;
334
+ --color-sentiment-interactive-control: #F1F1ED;
335
+ --color-sentiment-interactive-control-hover: #E7E7E1;
336
+ --color-sentiment-interactive-control-active: #DFDED5;
337
+ --color-sentiment-background-surface: #F1F1ED;
338
+ --color-sentiment-background-surface-hover: #E7E7E1;
339
+ --color-sentiment-background-surface-active: #DFDED5;
340
+ }
341
+ .np-theme-personal .wds-sentiment-surface-proposition-base,
342
+ .np-theme-personal--bright-green .wds-sentiment-surface-proposition-base {
343
+ --color-sentiment-content-primary: #0E0F0C;
344
+ --color-sentiment-content-primary-hover: #0A2826;
345
+ --color-sentiment-content-primary-active: #074140;
346
+ --color-sentiment-interactive-primary: #054D4D;
347
+ --color-sentiment-interactive-primary-hover: #043A3A;
348
+ --color-sentiment-interactive-primary-active: #022626;
349
+ --color-sentiment-interactive-secondary: #E0F7F7;
350
+ --color-sentiment-interactive-secondary-hover: #CAF1F1;
351
+ --color-sentiment-interactive-secondary-active: #B6ECEC;
352
+ --color-sentiment-interactive-secondary-neutral: #B4D5D5;
353
+ --color-sentiment-interactive-secondary-neutral-hover: #A3CCCC;
354
+ --color-sentiment-interactive-secondary-neutral-active: #9AC6C6;
355
+ --color-sentiment-interactive-control: #E0F7F7;
356
+ --color-sentiment-interactive-control-hover: #CAF1F1;
357
+ --color-sentiment-interactive-control-active: #B6ECEC;
358
+ --color-sentiment-background-surface: #E0F7F7;
359
+ --color-sentiment-background-surface-hover: #CAF1F1;
360
+ --color-sentiment-background-surface-active: #B6ECEC;
361
+ }
362
+ .np-theme-personal .wds-sentiment-surface-proposition-elevated,
363
+ .np-theme-personal--bright-green .wds-sentiment-surface-proposition-elevated {
364
+ --color-sentiment-content-primary: #FFFFFF;
365
+ --color-sentiment-content-primary-hover: #EAF9F9;
366
+ --color-sentiment-content-primary-active: #D5F4F4;
367
+ --color-sentiment-interactive-primary: #E0F7F7;
368
+ --color-sentiment-interactive-primary-hover: #CAF1F1;
369
+ --color-sentiment-interactive-primary-active: #B6ECEC;
370
+ --color-sentiment-interactive-secondary: #054D4D;
371
+ --color-sentiment-interactive-secondary-hover: #043A3A;
372
+ --color-sentiment-interactive-secondary-active: #022626;
373
+ --color-sentiment-interactive-secondary-neutral: #1F6161;
374
+ --color-sentiment-interactive-secondary-neutral-hover: #247070;
375
+ --color-sentiment-interactive-secondary-neutral-active: #298080;
376
+ --color-sentiment-interactive-control: #054D4D;
377
+ --color-sentiment-interactive-control-hover: #043A3A;
378
+ --color-sentiment-interactive-control-active: #022626;
379
+ --color-sentiment-background-surface: #054D4D;
380
+ --color-sentiment-background-surface-hover: #043A3A;
381
+ --color-sentiment-background-surface-active: #022626;
382
+ }
383
+ .np-theme-personal--dark .wds-sentiment-surface-proposition-base,
384
+ .np-theme-personal--forest-green .wds-sentiment-surface-proposition-base {
385
+ --color-sentiment-content-primary: #FFFFFF;
386
+ --color-sentiment-content-primary-hover: #EAF9F9;
387
+ --color-sentiment-content-primary-active: #D5F4F4;
388
+ --color-sentiment-interactive-primary: #E0F7F7;
389
+ --color-sentiment-interactive-primary-hover: #CAF1F1;
390
+ --color-sentiment-interactive-primary-active: #B6ECEC;
391
+ --color-sentiment-interactive-secondary: #0B312F;
392
+ --color-sentiment-interactive-secondary-hover: #124F4C;
393
+ --color-sentiment-interactive-secondary-active: #176460;
394
+ --color-sentiment-interactive-secondary-neutral: #174E4D;
395
+ --color-sentiment-interactive-secondary-neutral-hover: #1D6261;
396
+ --color-sentiment-interactive-secondary-neutral-active: #237675;
397
+ --color-sentiment-interactive-control: #0B312F;
398
+ --color-sentiment-interactive-control-hover: #124F4C;
399
+ --color-sentiment-interactive-control-active: #176460;
400
+ --color-sentiment-background-surface: #0B312F;
401
+ --color-sentiment-background-surface-hover: #124F4C;
402
+ --color-sentiment-background-surface-active: #176460;
403
+ }
404
+ .np-theme-personal--dark .wds-sentiment-surface-proposition-elevated,
405
+ .np-theme-personal--forest-green .wds-sentiment-surface-proposition-elevated {
406
+ --color-sentiment-content-primary: #0E0F0C;
407
+ --color-sentiment-content-primary-hover: #0A2826;
408
+ --color-sentiment-content-primary-active: #074140;
409
+ --color-sentiment-interactive-primary: #0B312F;
410
+ --color-sentiment-interactive-primary-hover: #104744;
411
+ --color-sentiment-interactive-primary-active: #16605C;
412
+ --color-sentiment-interactive-secondary: #E0F7F7;
413
+ --color-sentiment-interactive-secondary-hover: #CAF1F1;
414
+ --color-sentiment-interactive-secondary-active: #B6ECEC;
415
+ --color-sentiment-interactive-secondary-neutral: #B4D5D5;
416
+ --color-sentiment-interactive-secondary-neutral-hover: #A3CCCC;
417
+ --color-sentiment-interactive-secondary-neutral-active: #9AC6C6;
418
+ --color-sentiment-interactive-control: #E0F7F7;
419
+ --color-sentiment-interactive-control-hover: #CAF1F1;
420
+ --color-sentiment-interactive-control-active: #B6ECEC;
421
+ --color-sentiment-background-surface: #E0F7F7;
422
+ --color-sentiment-background-surface-hover: #CAF1F1;
423
+ --color-sentiment-background-surface-active: #B6ECEC;
424
+ }
1
425
  .np-theme-personal .critical-comms .alert-warning {
2
- color: #ffffff;
3
426
  color: var(--color-contrast-overlay);
4
- background-color: #cb272f;
5
427
  background-color: var(--color-sentiment-negative);
6
428
  }
7
429
  .np-theme-personal .critical-comms .alert-warning .np-text-title-body {
8
- color: #ffffff;
9
430
  color: var(--color-contrast-overlay);
10
431
  }
11
432
  .np-theme-personal .critical-comms .status-circle.warning {
@@ -13,7 +434,6 @@
13
434
  background-color: var(--color-background-screen);
14
435
  }
15
436
  .np-theme-personal .critical-comms .status-circle.warning .status-icon {
16
- color: #121511;
17
437
  color: var(--color-contrast-theme);
18
438
  }
19
439
  .np-theme-personal .critical-comms .alert__message .alert__action {
@@ -48,10 +468,14 @@
48
468
  .np-accordion-item .decision:not(.disabled):not(:disabled):hover {
49
469
  background-color: transparent;
50
470
  }
471
+ .np-accordion-item.np-accordion-item--dark .media-body,
472
+ .np-accordion-item.np-accordion-item--dark .np-text-title-body {
473
+ color: #ffffff;
474
+ }
51
475
  .np-accordion-item__content {
52
476
  padding: 0 12px 24px 12px;
53
477
  padding: 0 var(--size-12) var(--size-24) var(--size-12);
54
- border-bottom: 1px solid rgba(14,15,12,0.12157);
478
+ border-bottom: 1px solid rgba(0,0,0,0.10196);
55
479
  border-bottom: 1px solid var(--color-border-neutral);
56
480
  }
57
481
  @media (min-width: 480px) {
@@ -105,7 +529,7 @@
105
529
  padding: 0 56px 16px 16px;
106
530
  padding: 0 var(--size-56) var(--size-16) var(--size-16);
107
531
  border-bottom: none;
108
- color: #454745;
532
+ color: #5d7079;
109
533
  color: var(--color-content-secondary);
110
534
  }
111
535
  .np-action-btn {
@@ -124,9 +548,8 @@
124
548
  border-radius: 10px;
125
549
  border-radius: var(--radius-small);
126
550
  align-items: center;
127
- color: #163300;
128
551
  color: var(--color-interactive-control);
129
- background-color: #9fe870;
552
+ background-color: #00a2dd;
130
553
  background-color: var(--color-interactive-accent);
131
554
  border-radius: 24px;
132
555
  border-radius: var(--radius-large);
@@ -139,42 +562,35 @@
139
562
  }
140
563
  }
141
564
  .np-action-btn.btn-priority-2 {
142
- background-color: rgba(22,51,0,0.07843);
565
+ background-color: rgba(134,167,189,0.10196);
143
566
  background-color: var(--color-background-neutral);
144
- color: #163300;
145
567
  color: var(--color-interactive-primary);
146
568
  }
147
569
  .np-action-btn.btn-priority-3 {
148
570
  background-color: transparent !important;
149
- color: #163300;
150
571
  color: var(--color-interactive-primary);
151
572
  }
152
573
  .np-action-btn:not(:disabled):hover {
153
- background-color: #80e142;
574
+ background-color: #008fc9;
154
575
  background-color: var(--color-interactive-accent-hover);
155
576
  }
156
577
  .np-action-btn:not(:disabled):hover.btn-priority-2 {
157
- background-color: rgba(22,51,0,0.12941);
158
578
  background-color: var(--color-background-neutral-hover);
159
579
  }
160
580
  .np-action-btn:not(:disabled):hover.btn-priority-3 {
161
- color: #0d1f00;
162
581
  color: var(--color-interactive-primary-hover);
163
582
  }
164
583
  .np-action-btn:not(:disabled):active {
165
584
  box-shadow: none;
166
585
  border-color: transparent;
167
- background-color: #65cf21;
586
+ background-color: #0081ba;
168
587
  background-color: var(--color-interactive-accent-active);
169
588
  }
170
589
  .np-action-btn:not(:disabled):active.btn-priority-2 {
171
- background-color: rgba(22,51,0,0.18039);
172
590
  background-color: var(--color-background-neutral-active);
173
591
  }
174
592
  .np-action-btn:not(:disabled):active.btn-priority-3 {
175
- color: #0e0f0c;
176
593
  color: var(--color-interactive-primary-active);
177
- background-color: rgba(22,51,0,0.12941) !important;
178
594
  background-color: var(--color-background-screen-active) !important;
179
595
  }
180
596
  .np-action-btn:not(:disabled):focus {
@@ -202,10 +618,10 @@
202
618
  .tw-avatar .tw-avatar__content {
203
619
  align-items: center;
204
620
  background-color: rgba(134,167,189,0.10196);
205
- background-color: #16330014;
621
+ background-color: #86a7bd1a;
206
622
  background-color: var(--color-background-neutral);
207
623
  border-radius: 50%;
208
- color: #0e0f0c;
624
+ color: #37517e;
209
625
  color: var(--color-content-primary);
210
626
  display: flex;
211
627
  height: 100%;
@@ -216,12 +632,12 @@
216
632
  width: 100%;
217
633
  }
218
634
  .tw-avatar--outlined {
219
- border: 1px solid #9fe870;
635
+ border: 1px solid #00a2dd;
220
636
  border: 1px solid var(--color-interactive-accent);
221
637
  cursor: pointer;
222
638
  }
223
639
  .tw-avatar--outlined:not(.disabled):not(:disabled):hover {
224
- border-color: #80e142;
640
+ border-color: #008fc9;
225
641
  border-color: var(--color-interactive-accent-hover);
226
642
  }
227
643
  .tw-avatar--thumbnail * {
@@ -242,7 +658,7 @@
242
658
  }
243
659
  .tw-avatar.tw-avatar--initials,
244
660
  .tw-avatar.tw-avatar--icon {
245
- color: #0e0f0c;
661
+ color: #37517e;
246
662
  color: var(--color-content-primary);
247
663
  }
248
664
  .tw-avatar.tw-avatar--initials,
@@ -253,7 +669,6 @@
253
669
  font-family: 'Wise Sans', 'Inter', sans-serif;
254
670
  font-family: var(--font-family-display);
255
671
  font-feature-settings: "ss01";
256
- color: #21231d;
257
672
  color: var(--color-dark-charcoal);
258
673
  line-height: 1;
259
674
  }
@@ -287,7 +702,7 @@
287
702
  left: 0;
288
703
  right: 0;
289
704
  bottom: 0;
290
- border: 1px solid rgba(14,15,12,0.12157);
705
+ border: 1px solid rgba(0,0,0,0.10196);
291
706
  border: 1px solid var(--color-border-overlay);
292
707
  content: "";
293
708
  border-radius: 50%;
@@ -322,7 +737,7 @@
322
737
  left: 0;
323
738
  right: 0;
324
739
  bottom: 0;
325
- border: 1px solid rgba(14,15,12,0.12157);
740
+ border: 1px solid rgba(0,0,0,0.10196);
326
741
  border: 1px solid var(--color-border-overlay);
327
742
  content: "";
328
743
  border-radius: 50%;
@@ -357,7 +772,7 @@
357
772
  left: 0;
358
773
  right: 0;
359
774
  bottom: 0;
360
- border: 1px solid rgba(14,15,12,0.12157);
775
+ border: 1px solid rgba(0,0,0,0.10196);
361
776
  border: 1px solid var(--color-border-overlay);
362
777
  content: "";
363
778
  border-radius: 50%;
@@ -392,7 +807,7 @@
392
807
  left: 0;
393
808
  right: 0;
394
809
  bottom: 0;
395
- border: 1px solid rgba(14,15,12,0.12157);
810
+ border: 1px solid rgba(0,0,0,0.10196);
396
811
  border: 1px solid var(--color-border-overlay);
397
812
  content: "";
398
813
  border-radius: 50%;
@@ -427,7 +842,7 @@
427
842
  left: 0;
428
843
  right: 0;
429
844
  bottom: 0;
430
- border: 1px solid rgba(14,15,12,0.12157);
845
+ border: 1px solid rgba(0,0,0,0.10196);
431
846
  border: 1px solid var(--color-border-overlay);
432
847
  content: "";
433
848
  border-radius: 50%;
@@ -437,11 +852,9 @@
437
852
  height: 100%;
438
853
  }
439
854
  .np-theme-personal .tw-avatar--outlined {
440
- border-color: #163300;
441
855
  border-color: var(--color-interactive-primary);
442
856
  }
443
857
  .np-theme-personal .tw-avatar--outlined:not(.disabled):not(:disabled):hover {
444
- border-color: #0d1f00;
445
858
  border-color: var(--color-interactive-primary-hover);
446
859
  }
447
860
  .wds-inline-prompt {
@@ -490,85 +903,66 @@
490
903
  }
491
904
  .wds-inline-prompt__media-wrapper .tw-icon-tags,
492
905
  .wds-inline-prompt__media-wrapper .tw-icon-confetti {
493
- color: #054d28;
494
906
  color: var(--color-sentiment-positive-primary);
495
907
  }
496
908
  .wds-inline-prompt--negative {
497
- background-color: #fbeaea;
498
909
  background-color: var(--color-sentiment-negative-secondary);
499
- color: #cb272f;
500
910
  color: var(--color-sentiment-negative-primary);
501
911
  }
502
912
  .wds-inline-prompt--negative a,
503
913
  .wds-inline-prompt--negative button {
504
- color: #cb272f;
505
914
  color: var(--color-sentiment-negative-primary);
506
915
  }
507
916
  .wds-inline-prompt--negative a:hover,
508
917
  .wds-inline-prompt--negative button:hover {
509
- color: #b8232b;
510
918
  color: var(--color-sentiment-negative-primary-hover);
511
919
  }
512
920
  .wds-inline-prompt--negative a:active,
513
921
  .wds-inline-prompt--negative button:active {
514
- color: #a72027;
515
922
  color: var(--color-sentiment-negative-primary-active);
516
923
  }
517
924
  .wds-inline-prompt.wds-inline-prompt--negative:has(a, button):hover {
518
- background-color: #f9e1e1;
519
925
  background-color: var(--color-sentiment-negative-secondary-hover);
520
926
  }
521
927
  .wds-inline-prompt.wds-inline-prompt--negative:has(a, button):active {
522
- background-color: #f8d8d8;
523
928
  background-color: var(--color-sentiment-negative-secondary-active);
524
929
  }
525
930
  .wds-inline-prompt--positive {
526
- background-color: #e2f6d5;
527
931
  background-color: var(--color-sentiment-positive-secondary);
528
- color: #054d28;
529
932
  color: var(--color-sentiment-positive-primary);
530
933
  }
531
934
  .wds-inline-prompt--positive a,
532
935
  .wds-inline-prompt--positive button {
533
- color: #054d28;
534
936
  color: var(--color-sentiment-positive-primary);
535
937
  }
536
938
  .wds-inline-prompt--positive a:hover,
537
939
  .wds-inline-prompt--positive button:hover {
538
- color: #043a1e;
539
940
  color: var(--color-sentiment-positive-primary-hover);
540
941
  }
541
942
  .wds-inline-prompt--positive a:active,
542
943
  .wds-inline-prompt--positive button:active {
543
- color: #022614;
544
944
  color: var(--color-sentiment-positive-primary-active);
545
945
  }
546
946
  .wds-inline-prompt.wds-inline-prompt--positive:has(a, button):hover {
547
- background-color: #d3f2c0;
548
947
  background-color: var(--color-sentiment-positive-secondary-hover);
549
948
  }
550
949
  .wds-inline-prompt.wds-inline-prompt--positive:has(a, button):active {
551
- background-color: #c5edab;
552
950
  background-color: var(--color-sentiment-positive-secondary-active);
553
951
  }
554
952
  .wds-inline-prompt--proposition {
555
953
  background-color: #D2F9F7;
556
- color: #163300;
557
954
  color: var(--color-interactive-primary);
558
955
  }
559
956
  .wds-inline-prompt--proposition a,
560
957
  .wds-inline-prompt--proposition button {
561
- color: #163300;
562
958
  color: var(--color-interactive-primary);
563
959
  }
564
960
  .wds-inline-prompt--proposition a:hover,
565
961
  .wds-inline-prompt--proposition button:hover {
566
- color: #0d1f00;
567
962
  color: var(--color-interactive-primary-hover);
568
963
  }
569
964
  .wds-inline-prompt--proposition a:active,
570
965
  .wds-inline-prompt--proposition button:active {
571
- color: #0e0f0c;
572
966
  color: var(--color-interactive-primary-active);
573
967
  }
574
968
  .wds-inline-prompt.wds-inline-prompt--proposition:has(a, button):hover {
@@ -578,61 +972,44 @@
578
972
  background-color: #91F0EE;
579
973
  }
580
974
  .wds-inline-prompt--neutral {
581
- background-color: rgba(22,51,0,0.07843);
975
+ background-color: rgba(134,167,189,0.10196);
582
976
  background-color: var(--color-background-neutral);
583
- color: #0e0f0c;
977
+ color: #37517e;
584
978
  color: var(--color-content-primary);
585
979
  }
586
980
  .wds-inline-prompt--neutral a,
587
981
  .wds-inline-prompt--neutral button {
588
- color: #0e0f0c;
982
+ color: #37517e;
589
983
  color: var(--color-content-primary);
590
984
  }
591
985
  .wds-inline-prompt.wds-inline-prompt--neutral:has(a, button):hover {
592
- background-color: rgba(22,51,0,0.12941);
593
986
  background-color: var(--color-background-neutral-hover);
594
987
  }
595
988
  .wds-inline-prompt.wds-inline-prompt--neutral:has(a, button):active {
596
- background-color: rgba(22,51,0,0.18039);
597
989
  background-color: var(--color-background-neutral-active);
598
990
  }
599
991
  .wds-inline-prompt--warning {
600
- background-color: #fff7d7;
601
992
  background-color: var(--color-sentiment-warning-secondary);
602
- color: #4a3b1c;
603
993
  color: var(--color-sentiment-warning-content);
604
994
  }
605
995
  .wds-inline-prompt--warning a,
606
996
  .wds-inline-prompt--warning button {
607
- color: #4a3b1c;
608
997
  color: var(--color-sentiment-warning-content);
609
998
  }
610
999
  .wds-inline-prompt--warning a:hover,
611
1000
  .wds-inline-prompt--warning button:hover {
612
- color: #3b2f16;
613
1001
  color: var(--color-sentiment-warning-content-hover);
614
1002
  }
615
1003
  .wds-inline-prompt--warning a:active,
616
1004
  .wds-inline-prompt--warning button:active {
617
- color: #2c2311;
618
1005
  color: var(--color-sentiment-warning-content-active);
619
1006
  }
620
- .wds-inline-prompt.wds-inline-prompt--warning:has(a, button):hover {
621
- background-color: rgb(255, 244, 200);
622
- }
623
- @supports (color: color-mix(in lch, red, blue)) {
624
1007
  .wds-inline-prompt.wds-inline-prompt--warning:has(a, button):hover {
625
1008
  background-color: color-mix(in srgb, var(--color-sentiment-warning-secondary) 92%, var(--color-sentiment-warning-primary));
626
1009
  }
627
- }
628
- .wds-inline-prompt.wds-inline-prompt--warning:has(a, button):active {
629
- background-color: rgb(255, 241, 185);
630
- }
631
- @supports (color: color-mix(in lch, red, blue)) {
632
1010
  .wds-inline-prompt.wds-inline-prompt--warning:has(a, button):active {
633
1011
  background-color: color-mix(in srgb, var(--color-sentiment-warning-secondary) 84%, var(--color-sentiment-warning-primary));
634
1012
  }
635
- }
636
1013
  .np-dot {
637
1014
  --np-dot-size: 14px;
638
1015
  position: relative;
@@ -653,24 +1030,22 @@
653
1030
  right: 0;
654
1031
  }
655
1032
  .np-dot-badge-notification {
656
- background-color: #cb272f;
657
1033
  background-color: var(--color-sentiment-negative);
658
1034
  }
659
1035
  .np-dot-badge-online {
660
- background-color: #9fe870;
1036
+ background-color: #00a2dd;
661
1037
  background-color: var(--color-interactive-accent);
662
1038
  }
663
1039
  .np-avatar-view .np-avatar-view-content {
664
- color: #0e0f0c;
1040
+ color: #37517e;
665
1041
  color: var(--color-content-primary);
666
1042
  }
667
1043
  .np-avatar-view-interactive {
668
1044
  cursor: pointer;
669
1045
  }
670
1046
  .np-avatar-view-interactive .np-circle {
671
- background-color: rgba(22,51,0,0.07843);
1047
+ background-color: rgba(134,167,189,0.10196);
672
1048
  background-color: var(--color-background-neutral);
673
- color: #163300;
674
1049
  color: var(--color-interactive-primary);
675
1050
  }
676
1051
  .np-avatar-view-non-interactive .np-circle {
@@ -725,105 +1100,82 @@
725
1100
  border: none;
726
1101
  }
727
1102
  .np-icon-button-tertiary-default {
728
- color: #163300;
729
1103
  color: var(--color-interactive-primary);
730
- background-color: rgba(22,51,0,0.07843);
1104
+ background-color: rgba(134,167,189,0.10196);
731
1105
  background-color: var(--color-background-neutral);
732
1106
  }
733
1107
  .np-icon-button-tertiary-default:not(.disabled):not(:disabled):hover {
734
- background-color: rgba(22,51,0,0.12941);
735
1108
  background-color: var(--color-background-neutral-hover);
736
1109
  }
737
1110
  .np-icon-button-tertiary-default:not(.disabled):not(:disabled):active {
738
- background-color: rgba(22,51,0,0.18039);
739
1111
  background-color: var(--color-background-neutral-active);
740
1112
  }
741
1113
  .np-icon-button-primary-default {
742
- color: #163300;
743
1114
  color: var(--color-interactive-control);
744
- background-color: #9fe870;
1115
+ background-color: #00a2dd;
745
1116
  background-color: var(--color-interactive-accent);
746
1117
  }
747
1118
  .np-icon-button-primary-default:not(.disabled):not(:disabled):hover {
748
- background-color: #80e142;
1119
+ background-color: #008fc9;
749
1120
  background-color: var(--color-interactive-accent-hover);
750
1121
  }
751
1122
  .np-icon-button-primary-default:not(.disabled):not(:disabled):active {
752
- background-color: #65cf21;
1123
+ background-color: #0081ba;
753
1124
  background-color: var(--color-interactive-accent-active);
754
1125
  }
755
1126
  .np-icon-button-primary-negative {
756
- color: #ffffff;
757
1127
  color: var(--color-contrast-overlay);
758
- background-color: #cb272f;
759
1128
  background-color: var(--color-sentiment-negative-primary);
760
1129
  }
761
1130
  .np-icon-button-primary-negative:not(.disabled):not(:disabled):hover {
762
- background-color: #b8232b;
763
1131
  background-color: var(--color-sentiment-negative-primary-hover);
764
1132
  }
765
1133
  .np-icon-button-primary-negative:not(.disabled):not(:disabled):active {
766
- background-color: #a72027;
767
1134
  background-color: var(--color-sentiment-negative-primary-active);
768
1135
  }
769
1136
  .np-theme-personal--bright-green .np-icon-button-primary-negative {
770
- color: #ffffff;
771
1137
  color: var(--color-white);
772
1138
  }
773
1139
  .np-icon-button-minimal-default {
774
- color: #163300;
775
1140
  color: var(--color-interactive-primary);
776
1141
  background-color: #ffffff;
777
1142
  background-color: var(--color-background-screen);
778
1143
  background-color: transparent;
779
1144
  }
780
1145
  .np-icon-button-minimal-default:not(.disabled):not(:disabled):hover {
781
- background-color: rgba(22,51,0,0.07843);
782
1146
  background-color: var(--color-background-screen-hover);
783
1147
  }
784
1148
  .np-icon-button-minimal-default:not(.disabled):not(:disabled):active {
785
- background-color: rgba(22,51,0,0.12941);
786
1149
  background-color: var(--color-background-screen-active);
787
1150
  }
788
1151
  .np-icon-button-secondary-default {
789
- color: #163300;
790
1152
  color: var(--color-interactive-primary);
791
- background-color: #e2f6d5;
792
1153
  background-color: var(--color-interactive-neutral);
793
1154
  }
794
1155
  .np-icon-button-secondary-default:not(.disabled):not(:disabled):hover {
795
- background-color: #d3f2c0;
796
1156
  background-color: var(--color-interactive-neutral-hover);
797
1157
  }
798
1158
  .np-icon-button-secondary-default:not(.disabled):not(:disabled):active {
799
- background-color: #c5edab;
800
1159
  background-color: var(--color-interactive-neutral-active);
801
1160
  }
802
1161
  .np-theme-personal--bright-green .np-icon-button-secondary-default,
803
1162
  .np-theme-personal--forest-green .np-icon-button-secondary-default {
804
- color: #163300;
805
1163
  color: var(--color-interactive-control);
806
1164
  }
807
1165
  .np-icon-button-secondary-negative {
808
- color: #cb272f;
809
1166
  color: var(--color-sentiment-negative-primary);
810
- background-color: #fbeaea;
811
1167
  background-color: var(--color-sentiment-negative-secondary);
812
1168
  }
813
1169
  .np-icon-button-secondary-negative:not(.disabled):not(:disabled):hover {
814
- background-color: #f9e1e1;
815
1170
  background-color: var(--color-sentiment-negative-secondary-hover);
816
1171
  }
817
1172
  .np-icon-button-secondary-negative:not(.disabled):not(:disabled):active {
818
- background-color: #f8d8d8;
819
1173
  background-color: var(--color-sentiment-negative-secondary-active);
820
1174
  }
821
1175
  .np-theme-personal--bright-green .np-icon-button-secondary-negative {
822
- color: #ffffff;
823
1176
  color: var(--color-white);
824
1177
  }
825
1178
  .np-theme-personal--forest-green .np-icon-button-secondary-negative {
826
- color: #ffffff;
827
1179
  color: var(--color-contrast-overlay);
828
1180
  }
829
1181
  .tw-badge {
@@ -1032,7 +1384,6 @@
1032
1384
  --Button-color-active: var(--Button-secondary-neutral-color);
1033
1385
  }
1034
1386
  .wds-Button--secondary-neutral .wds-Button-icon--end {
1035
- color: #163300;
1036
1387
  color: var(--color-interactive-primary);
1037
1388
  }
1038
1389
  .wds-Button--tertiary {
@@ -1176,7 +1527,7 @@
1176
1527
  .np-card--expanded {
1177
1528
  background-color: #ffffff;
1178
1529
  background-color: var(--color-background-elevated);
1179
- box-shadow: 0 1px 10px rgba(14,15,12,0.12157);
1530
+ box-shadow: 0 1px 10px rgba(0,0,0,0.10196);
1180
1531
  box-shadow: 0 1px 10px var(--color-border-neutral);
1181
1532
  }
1182
1533
  .np-theme-personal .np-card--expanded {
@@ -1229,7 +1580,7 @@
1229
1580
  transition: margin 0.35s ease;
1230
1581
  }
1231
1582
  .np-card__divider--expanded {
1232
- background-color: rgba(14,15,12,0.12157);
1583
+ background-color: rgba(0,0,0,0.10196);
1233
1584
  background-color: var(--color-border-neutral);
1234
1585
  height: 1px;
1235
1586
  margin: 0 16px;
@@ -1309,7 +1660,7 @@
1309
1660
  text-align: left;
1310
1661
  border: none;
1311
1662
  overflow: hidden;
1312
- background: rgba(22,51,0,0.07843);
1663
+ background: rgba(134,167,189,0.10196);
1313
1664
  background: var(--color-background-neutral);
1314
1665
  border-radius: 32px;
1315
1666
  border-radius: var(--size-32);
@@ -1354,11 +1705,9 @@
1354
1705
  outline-offset: var(--ring-outline-offset) !important;
1355
1706
  }
1356
1707
  .carousel__card:hover {
1357
- background-color: rgba(22,51,0,0.12941);
1358
1708
  background-color: var(--color-background-neutral-hover);
1359
1709
  }
1360
1710
  .carousel__card:focus {
1361
- background-color: rgba(22,51,0,0.12941);
1362
1711
  background-color: var(--color-background-neutral-hover);
1363
1712
  }
1364
1713
  .carousel__card-content {
@@ -1382,7 +1731,7 @@
1382
1731
  height: var(--size-12);
1383
1732
  border-radius: 8px;
1384
1733
  border-radius: var(--size-8);
1385
- background: #868685;
1734
+ background: #c9cbce;
1386
1735
  background: var(--color-interactive-secondary);
1387
1736
  border: none;
1388
1737
  -webkit-appearance: none;
@@ -1396,7 +1745,6 @@
1396
1745
  }
1397
1746
  .carousel__indicator--selected,
1398
1747
  .carousel__indicator--selected:hover {
1399
- background: #163300;
1400
1748
  background: var(--color-interactive-primary);
1401
1749
  width: 24px;
1402
1750
  width: var(--size-24);
@@ -1441,15 +1789,16 @@
1441
1789
  transform: translate(-50%, -50%);
1442
1790
  }
1443
1791
  .np-tw-checkbox-indeterminate .has-error::after {
1792
+ background-color: #e74848;
1444
1793
  background-color: var(--color-interactive-negative);
1445
1794
  }
1446
1795
  .np-chip {
1447
1796
  background-color: transparent;
1448
- border: 1px solid rgba(14,15,12,0.12157);
1797
+ border: 1px solid rgba(0,0,0,0.10196);
1449
1798
  border: 1px solid var(--color-border-neutral);
1450
1799
  border-radius: 16px;
1451
1800
  border-radius: var(--size-16);
1452
- color: #454745;
1801
+ color: #5d7079;
1453
1802
  color: var(--color-content-secondary);
1454
1803
  height: 32px;
1455
1804
  height: var(--size-32);
@@ -1483,32 +1832,33 @@
1483
1832
  margin-right: initial;
1484
1833
  }
1485
1834
  .np-chip:active {
1486
- background-color: #65cf21;
1835
+ background-color: #0081ba;
1487
1836
  background-color: var(--color-interactive-accent-active);
1488
- border-color: #65cf21;
1837
+ border-color: #0081ba;
1489
1838
  border-color: var(--color-interactive-accent-active);
1490
1839
  color: #fff;
1491
1840
  }
1492
1841
  .np-chip--selected {
1493
1842
  color: #fff;
1494
- background-color: #9fe870;
1843
+ background-color: #00a2dd;
1495
1844
  background-color: var(--color-interactive-accent);
1496
- border-color: #9fe870;
1845
+ border-color: #00a2dd;
1497
1846
  border-color: var(--color-interactive-accent);
1498
1847
  pointer-events: none;
1499
1848
  }
1500
1849
  .np-chip--selected:hover,
1501
1850
  .np-chip--selected:active {
1502
1851
  color: #fff;
1503
- background-color: #80e142;
1852
+ background-color: #008fc9;
1504
1853
  background-color: var(--color-interactive-accent-hover);
1505
- border-color: #80e142;
1854
+ border-color: #008fc9;
1506
1855
  border-color: var(--color-interactive-accent-hover);
1507
1856
  }
1508
1857
  .np-chip--selected .np-close-button {
1509
1858
  color: white;
1510
1859
  }
1511
1860
  .np-chip.has-error {
1861
+ background: #e74848;
1512
1862
  background: var(--color-interactive-negative);
1513
1863
  color: #fff;
1514
1864
  }
@@ -1516,51 +1866,40 @@
1516
1866
  color: white;
1517
1867
  }
1518
1868
  .np-theme-personal .np-chip.has-error {
1519
- background: #cb272f;
1520
1869
  background: var(--color-sentiment-negative);
1521
1870
  }
1522
1871
  .np-theme-personal .np-chip.has-error,
1523
1872
  .np-theme-personal .np-chip.has-error:not(.disabled):not(:disabled):hover,
1524
1873
  .np-theme-personal .np-chip.has-error:not(.disabled):not(:disabled):active {
1525
- color: #ffffff;
1526
1874
  color: var(--color-contrast);
1527
1875
  }
1528
1876
  .np-theme-personal .np-chip.has-error:not(.disabled):not(:disabled):hover {
1529
- background: #b8232b;
1530
1877
  background: var(--color-sentiment-negative-hover);
1531
- border-color: #b8232b !important;
1532
1878
  border-color: var(--color-sentiment-negative-hover) !important;
1533
1879
  }
1534
1880
  .np-theme-personal .np-chip.has-error:not(.disabled):not(:disabled):active {
1535
- background: #a72027;
1536
1881
  background: var(--color-sentiment-negative-active);
1537
- border-color: #a72027 !important;
1538
1882
  border-color: var(--color-sentiment-negative-active) !important;
1539
1883
  }
1540
1884
  .np-theme-personal .np-chip {
1541
1885
  font-weight: 600;
1542
1886
  font-weight: var(--font-weight-semi-bold);
1543
- color: #163300;
1544
1887
  color: var(--color-interactive-primary);
1545
1888
  padding: 0 16px;
1546
1889
  padding: 0 var(--size-16);
1547
- border-color: #868685;
1890
+ border-color: #c9cbce;
1548
1891
  border-color: var(--color-interactive-secondary);
1549
1892
  }
1550
1893
  .np-theme-personal .np-chip:not(.disabled):not(:disabled):hover {
1551
- color: #0d1f00;
1552
1894
  color: var(--color-interactive-primary-hover);
1553
- background-color: rgba(22,51,0,0.07843);
1554
1895
  background-color: var(--color-background-screen-hover);
1555
- border-color: #6c6c6b;
1896
+ border-color: #b5b7ba;
1556
1897
  border-color: var(--color-interactive-secondary-hover);
1557
1898
  }
1558
1899
  .np-theme-personal .np-chip:not(.disabled):not(:disabled):active {
1559
- color: #0e0f0c;
1560
1900
  color: var(--color-interactive-primary-active);
1561
- background-color: rgba(22,51,0,0.12941);
1562
1901
  background-color: var(--color-background-screen-active);
1563
- border-color: #525251;
1902
+ border-color: #a7a9ab;
1564
1903
  border-color: var(--color-interactive-secondary-active);
1565
1904
  }
1566
1905
  .np-theme-personal .np-chip .np-close-button {
@@ -1617,29 +1956,20 @@
1617
1956
  }
1618
1957
  .np-theme-personal .np-chip--selected,
1619
1958
  .np-theme-personal .np-chip--valid {
1620
- color: #9fe870;
1621
1959
  color: var(--color-interactive-contrast);
1622
- background-color: #163300;
1623
1960
  background-color: var(--color-interactive-primary);
1624
- border-color: #163300;
1625
1961
  border-color: var(--color-interactive-primary);
1626
1962
  }
1627
1963
  .np-theme-personal .np-chip--selected:not(.disabled):not(:disabled):hover,
1628
1964
  .np-theme-personal .np-chip--valid:not(.disabled):not(:disabled):hover {
1629
- color: #cdffad;
1630
1965
  color: var(--color-interactive-contrast-hover);
1631
- background-color: #0d1f00;
1632
1966
  background-color: var(--color-interactive-primary-hover);
1633
- border-color: #0d1f00;
1634
1967
  border-color: var(--color-interactive-primary-hover);
1635
1968
  }
1636
1969
  .np-theme-personal .np-chip--selected:not(.disabled):not(:disabled):active,
1637
1970
  .np-theme-personal .np-chip--valid:not(.disabled):not(:disabled):active {
1638
- color: #ecffe0;
1639
1971
  color: var(--color-interactive-contrast-active);
1640
- background-color: #0e0f0c;
1641
1972
  background-color: var(--color-interactive-primary-active);
1642
- border-color: #0e0f0c;
1643
1973
  border-color: var(--color-interactive-primary-active);
1644
1974
  }
1645
1975
  .np-theme-personal .np-chip--selected .np-close-button,
@@ -1661,32 +1991,26 @@
1661
1991
  .np-circular-btn-primary-default .np-circular-btn-label,
1662
1992
  .np-circular-btn-secondary-default .np-circular-btn-label {
1663
1993
  text-align: center;
1664
- color: #163300;
1665
1994
  color: var(--color-interactive-primary);
1666
1995
  }
1667
1996
  .np-circular-btn-primary-default .np-circular-btn-label:not(.disabled):not(:disabled):hover,
1668
1997
  .np-circular-btn-secondary-default .np-circular-btn-label:not(.disabled):not(:disabled):hover {
1669
- color: #0d1f00;
1670
1998
  color: var(--color-interactive-primary-hover);
1671
1999
  }
1672
2000
  .np-circular-btn-primary-default .np-circular-btn-label:not(.disabled):not(:disabled):active,
1673
2001
  .np-circular-btn-secondary-default .np-circular-btn-label:not(.disabled):not(:disabled):active {
1674
- color: #0e0f0c;
1675
2002
  color: var(--color-interactive-primary-active);
1676
2003
  }
1677
2004
  .np-circular-btn-primary-negative .np-circular-btn-label,
1678
2005
  .np-circular-btn-secondary-negative .np-circular-btn-label {
1679
- color: #cb272f;
1680
2006
  color: var(--color-sentiment-negative-primary);
1681
2007
  }
1682
2008
  .np-circular-btn-primary-negative .np-circular-btn-label:not(.disabled):not(:disabled):hover,
1683
2009
  .np-circular-btn-secondary-negative .np-circular-btn-label:not(.disabled):not(:disabled):hover {
1684
- color: #b8232b;
1685
2010
  color: var(--color-sentiment-negative-primary-hover);
1686
2011
  }
1687
2012
  .np-circular-btn-primary-negative .np-circular-btn-label:not(.disabled):not(:disabled):active,
1688
2013
  .np-circular-btn-secondary-negative .np-circular-btn-label:not(.disabled):not(:disabled):active {
1689
- color: #a72027;
1690
2014
  color: var(--color-sentiment-negative-primary-active);
1691
2015
  }
1692
2016
  .np-circular-btn-disabled {
@@ -1757,7 +2081,7 @@
1757
2081
  .np-bottom-sheet--handler {
1758
2082
  width: 40px;
1759
2083
  height: 4px;
1760
- background: #868685;
2084
+ background: #c9cbce;
1761
2085
  background: var(--color-interactive-secondary);
1762
2086
  border-radius: 10px;
1763
2087
  border-radius: var(--radius-small);
@@ -1799,7 +2123,7 @@
1799
2123
  display: flex;
1800
2124
  flex-direction: column;
1801
2125
  align-items: stretch;
1802
- background-color: rgba(22,51,0,0.07843);
2126
+ background-color: rgba(134,167,189,0.10196);
1803
2127
  background-color: var(--Card-background-color);
1804
2128
  border-radius: 32px;
1805
2129
  border-radius: var(--Card-border-radius);
@@ -1839,7 +2163,7 @@
1839
2163
  }
1840
2164
  .np-close-button {
1841
2165
  transition: color 0.15s ease-in-out;
1842
- color: #9fe870;
2166
+ color: #00a2dd;
1843
2167
  color: var(--color-interactive-accent);
1844
2168
  border: none;
1845
2169
  background: none;
@@ -1854,11 +2178,10 @@
1854
2178
  height: var(--size-24);
1855
2179
  }
1856
2180
  .np-close-button:hover {
1857
- color: #80e142;
2181
+ color: #008fc9;
1858
2182
  color: var(--color-interactive-accent-hover);
1859
2183
  }
1860
2184
  .np-theme-personal .np-close-button {
1861
- color: #163300;
1862
2185
  color: var(--color-interactive-primary);
1863
2186
  height: 32px;
1864
2187
  height: var(--size-32);
@@ -1925,15 +2248,11 @@
1925
2248
  }
1926
2249
  }
1927
2250
  .np-theme-personal .np-close-button:not(.disabled):not(:disabled):hover {
1928
- color: #0d1f00;
1929
2251
  color: var(--color-interactive-primary-hover);
1930
- background-color: rgba(22,51,0,0.12941);
1931
2252
  background-color: var(--color-background-neutral-hover);
1932
2253
  }
1933
2254
  .np-theme-personal .np-close-button:not(.disabled):not(:disabled):active {
1934
- color: #0e0f0c;
1935
2255
  color: var(--color-interactive-primary-active);
1936
- background-color: rgba(22,51,0,0.18039);
1937
2256
  background-color: var(--color-background-neutral-active);
1938
2257
  }
1939
2258
  .np-option:has(:focus-visible) {
@@ -1952,7 +2271,7 @@
1952
2271
  height: var(--size-40);
1953
2272
  }
1954
2273
  .np-option__title {
1955
- color: #0e0f0c;
2274
+ color: #37517e;
1956
2275
  color: var(--color-content-primary);
1957
2276
  font-size: 1rem;
1958
2277
  font-weight: 600;
@@ -1965,7 +2284,7 @@
1965
2284
  .np-option__body {
1966
2285
  margin-top: 4px;
1967
2286
  margin-top: var(--size-4);
1968
- color: #454745;
2287
+ color: #5d7079;
1969
2288
  color: var(--color-content-secondary);
1970
2289
  font-size: 0.875rem;
1971
2290
  font-size: var(--font-size-14);
@@ -2132,7 +2451,7 @@ button.np-option {
2132
2451
  background-color: var(--color-background-elevated);
2133
2452
  }
2134
2453
  .radio:hover {
2135
- border-color: rgba(14,15,12,0.12157);
2454
+ border-color: rgba(0,0,0,0.10196);
2136
2455
  border-color: var(--color-border-neutral);
2137
2456
  }
2138
2457
  .tw-date label {
@@ -2161,7 +2480,7 @@ button.np-option {
2161
2480
  background-color: inherit;
2162
2481
  }
2163
2482
  .tw-date-lookup-calendar > tbody > tr > td.weekend button {
2164
- color: #454745;
2483
+ color: #5d7079;
2165
2484
  color: var(--color-content-secondary);
2166
2485
  }
2167
2486
  .tw-date-lookup-calendar > tbody > tr > td {
@@ -2180,6 +2499,7 @@ button.np-option {
2180
2499
  width: 100%;
2181
2500
  padding: 4px 0;
2182
2501
  padding: var(--size-4) 0;
2502
+ color: #0097c7;
2183
2503
  color: var(--color-content-accent);
2184
2504
  border: transparent;
2185
2505
  border-radius: 10px;
@@ -2187,7 +2507,7 @@ button.np-option {
2187
2507
  background-color: transparent;
2188
2508
  font-weight: 600;
2189
2509
  font-weight: var(--font-weight-semi-bold);
2190
- color: #0e0f0c;
2510
+ color: #37517e;
2191
2511
  color: var(--color-content-primary);
2192
2512
  }
2193
2513
  @media (max-width: 320px) {
@@ -2217,13 +2537,10 @@ button.np-option {
2217
2537
  }
2218
2538
  .tw-date-lookup-calendar > tbody > tr > td:not(.disabled):not(:disabled) button.show-focus,
2219
2539
  .tw-date-lookup-calendar > tbody > tr > td:hover button:not(.disabled):not(:disabled) {
2220
- background-color: rgba(22,51,0,0.07843);
2221
2540
  background-color: var(--color-background-screen-hover);
2222
2541
  }
2223
2542
  .tw-date-lookup-calendar > tbody > tr > td:not(.disabled):not(:disabled) button.active {
2224
- background-color: #163300;
2225
2543
  background-color: var(--color-interactive-primary);
2226
- color: #9fe870;
2227
2544
  color: var(--color-interactive-contrast);
2228
2545
  }
2229
2546
  .tw-date-lookup-calendar abbr {
@@ -2342,7 +2659,7 @@ button.np-option {
2342
2659
  }
2343
2660
  }
2344
2661
  .np-theme-personal .tw-definition-list dt {
2345
- color: #454745;
2662
+ color: #5d7079;
2346
2663
  color: var(--color-content-secondary);
2347
2664
  }
2348
2665
  .no-scroll {
@@ -2433,89 +2750,42 @@ button.np-option {
2433
2750
  }
2434
2751
  }
2435
2752
  .np-drawer .np-drawer-header {
2436
- display: flex;
2437
- align-items: center;
2438
- flex-wrap: nowrap;
2439
2753
  min-height: 56px;
2440
2754
  min-height: var(--size-56);
2441
- padding: 24px 16px;
2442
- padding: var(--size-24) var(--size-16);
2443
- }
2444
- .np-theme-personal .np-drawer .np-drawer-header {
2445
2755
  padding: 24px;
2446
2756
  padding: var(--size-24);
2447
2757
  }
2448
2758
  @media (max-width: 320px) {
2449
- .np-theme-personal .np-drawer .np-drawer-header {
2759
+ .np-drawer .np-drawer-header {
2450
2760
  padding: 16px;
2451
2761
  padding: var(--size-16);
2452
2762
  }
2453
2763
  }
2454
- .np-theme-personal .np-drawer .np-drawer-header .np-close-button {
2455
- margin-top: calc(8px * -1);
2456
- margin-top: calc(var(--size-8) * -1);
2457
- margin-right: calc(8px * -1);
2458
- margin-right: calc(var(--size-8) * -1);
2459
- margin-bottom: calc(8px * -1);
2460
- margin-bottom: calc(var(--size-8) * -1);
2461
- }
2462
- .np-drawer .np-drawer-header.np-drawer-header--withborder {
2463
- box-shadow: inset 0 -1px 0 0 #e2e6e8;
2464
- }
2465
- .np-theme-personal .np-drawer .np-drawer-header.np-drawer-header--withborder {
2466
- box-shadow: inset 0 -1px 0 0 rgba(14,15,12,0.12157);
2467
- box-shadow: inset 0 -1px 0 0 var(--color-border-neutral);
2468
- }
2469
- .np-drawer .np-drawer-header .np-text-title-body {
2470
- margin-right: 16px;
2471
- margin-right: var(--size-16);
2472
- font-size: 1.125rem;
2473
- font-size: var(--font-size-18);
2474
- letter-spacing: -0.01em;
2475
- letter-spacing: var(--letter-spacing-negative-xs);
2476
- line-height: 1.5rem;
2477
- line-height: var(--line-height-24);
2478
- }
2479
- .np-drawer .np-drawer-header .np-close-button {
2480
- margin-left: auto;
2481
- }
2482
- .np-drawer .np-drawer-header .tw-icon {
2483
- display: block;
2484
- cursor: pointer;
2485
- fill: #00b9ff;
2764
+ .np-drawer .np-drawer-title {
2765
+ max-width: 85%;
2486
2766
  }
2487
2767
  .np-drawer .np-drawer-content {
2488
2768
  overflow-y: auto;
2489
2769
  flex: 1;
2490
- }
2491
- .np-drawer .np-drawer-content .np-theme-personal {
2492
2770
  background-color: transparent;
2493
2771
  }
2494
- .np-drawer .np-drawer-footer,
2495
- .np-drawer .np-drawer-content {
2772
+ .np-drawer .np-drawer-footer {
2496
2773
  padding: 16px;
2497
2774
  padding: var(--size-16);
2498
2775
  }
2499
- .np-drawer .np-drawer-footer {
2500
- box-shadow: inset 0 1px 0 0 #e2e6e8;
2501
- }
2502
- .np-theme-personal .np-drawer .np-drawer-footer {
2503
- box-shadow: inset 0 1px 0 0 rgba(14,15,12,0.12157);
2504
- box-shadow: inset 0 1px 0 0 var(--color-border-neutral);
2776
+ .np-drawer .np-drawer-content {
2777
+ padding: 0 16px;
2778
+ padding: 0 var(--size-16);
2505
2779
  }
2506
2780
  @media (min-width: 768px) {
2507
- .np-drawer .np-drawer-header {
2508
- padding: 32px 24px;
2509
- padding: var(--size-32) var(--size-24);
2510
- }
2511
- .np-theme-personal .np-drawer .np-drawer-header {
2781
+ .np-drawer .np-drawer-header,
2782
+ .np-drawer .np-drawer-footer {
2512
2783
  padding: 24px;
2513
2784
  padding: var(--size-24);
2514
2785
  }
2515
- .np-drawer .np-drawer-footer,
2516
2786
  .np-drawer .np-drawer-content {
2517
- padding: 24px;
2518
- padding: var(--size-24);
2787
+ padding: 0 24px;
2788
+ padding: 0 var(--size-24);
2519
2789
  }
2520
2790
  }
2521
2791
  .wds-Divider {
@@ -2524,7 +2794,7 @@ button.np-option {
2524
2794
  --Divider-border-style: solid;
2525
2795
  --Divider-dash-length: 4px;
2526
2796
  --Divider-dash-spacing: 4px;
2527
- border-top: 4px solid rgba(14,15,12,0.12157);
2797
+ border-top: 4px solid rgba(0,0,0,0.10196);
2528
2798
  border-top: var(--Divider-border-width) var(--Divider-border-style) var(--Divider-border-color);
2529
2799
  display: inline-block;
2530
2800
  margin: 0;
@@ -2567,28 +2837,29 @@ button.np-option {
2567
2837
  font-style: normal;
2568
2838
  }
2569
2839
  .emphasis--important {
2570
- color: #0e0f0c;
2840
+ color: #37517e;
2571
2841
  color: var(--color-content-primary);
2572
2842
  }
2573
2843
  .emphasis--positive {
2844
+ color: #008026;
2574
2845
  color: var(--color-content-positive);
2575
2846
  }
2576
2847
  .np-theme-personal .emphasis--positive {
2577
- color: #054d28;
2578
2848
  color: var(--color-sentiment-positive);
2579
2849
  }
2580
2850
  .emphasis--negative {
2851
+ color: #cf2929;
2581
2852
  color: var(--color-content-negative);
2582
2853
  }
2583
2854
  .np-theme-personal .emphasis--negative {
2584
- color: #cb272f;
2585
2855
  color: var(--color-sentiment-negative);
2586
2856
  }
2587
2857
  .emphasis--warning {
2858
+ color: #9a6500;
2588
2859
  color: var(--color-content-warning);
2589
2860
  }
2590
2861
  .np-theme-personal .emphasis--warning {
2591
- color: #454745;
2862
+ color: #5d7079;
2592
2863
  color: var(--color-content-secondary);
2593
2864
  }
2594
2865
  .np-animated-label {
@@ -2627,7 +2898,7 @@ button.np-option {
2627
2898
  }
2628
2899
  .np-flow-navigation--border-bottom {
2629
2900
  min-height: 96px;
2630
- border-bottom: 1px solid rgba(14,15,12,0.12157);
2901
+ border-bottom: 1px solid rgba(0,0,0,0.10196);
2631
2902
  border-bottom: 1px solid var(--color-border-neutral);
2632
2903
  }
2633
2904
  .np-flow-navigation__content {
@@ -2695,7 +2966,6 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
2695
2966
  .np-theme-personal--forest-green .np-flow-navigation .np-flow-header__left path,
2696
2967
  .np-theme-personal--bright-green .np-flow-navigation .np-flow-header__left path,
2697
2968
  .np-theme-personal--dark .np-flow-navigation .np-flow-header__left path {
2698
- fill: #163300;
2699
2969
  fill: var(--color-interactive-primary);
2700
2970
  }
2701
2971
  .np-header {
@@ -2717,12 +2987,12 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
2717
2987
  }
2718
2988
  .np-header--group {
2719
2989
  align-items: flex-end;
2720
- border-bottom: 1px solid rgba(14,15,12,0.12157);
2990
+ border-bottom: 1px solid rgba(0,0,0,0.10196);
2721
2991
  border-bottom: 1px solid var(--color-border-neutral);
2722
2992
  }
2723
2993
  .np-header--group,
2724
2994
  .np-header--group .np-header__title {
2725
- color: #454745;
2995
+ color: #5d7079;
2726
2996
  color: var(--color-content-secondary);
2727
2997
  }
2728
2998
  .np-header__action {
@@ -2764,9 +3034,9 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
2764
3034
  padding-left: var(--size-16);
2765
3035
  padding-right: 16px;
2766
3036
  padding-right: var(--size-16);
2767
- color: #0e0f0c;
3037
+ color: #37517e;
2768
3038
  color: var(--color-content-primary);
2769
- box-shadow: inset 0 0 0 1px #868685;
3039
+ box-shadow: inset 0 0 0 1px #c9cbce;
2770
3040
  box-shadow: inset 0 0 0 var(--ring-width) var(--ring-color);
2771
3041
  transition-property: color, opacity, box-shadow;
2772
3042
  transition-timing-function: ease-in-out;
@@ -2845,7 +3115,7 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
2845
3115
  }
2846
3116
  .np-form-control--size-lg {
2847
3117
  margin: 0;
2848
- color: #0e0f0c;
3118
+ color: #37517e;
2849
3119
  color: var(--color-content-primary);
2850
3120
  line-height: 1.2;
2851
3121
  line-height: var(--line-height-title);
@@ -2898,11 +3168,11 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
2898
3168
  margin-top: var(--size-8);
2899
3169
  }
2900
3170
  .np-input::-moz-placeholder {
2901
- color: #6a6c6a;
3171
+ color: #768e9c;
2902
3172
  color: var(--color-content-tertiary);
2903
3173
  }
2904
3174
  .np-input::placeholder {
2905
- color: #6a6c6a;
3175
+ color: #768e9c;
2906
3176
  color: var(--color-content-tertiary);
2907
3177
  }
2908
3178
  .np-input--shape-rectangle {
@@ -3340,7 +3610,7 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
3340
3610
  }
3341
3611
  .wds-list-item a .wds-list-item-subtitle,
3342
3612
  .wds-list-item a .wds-list-item-subtitle-value {
3343
- color: #454745;
3613
+ color: #5d7079;
3344
3614
  color: var(--color-content-secondary);
3345
3615
  }
3346
3616
  .wds-list-item-interactive .wds-list-item-control:focus-visible,
@@ -3395,11 +3665,9 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
3395
3665
  border-radius: var(--radius-medium);
3396
3666
  }
3397
3667
  .wds-list-item-interactive:not(.wds-list-item-spotlight):not(.disabled):not(:disabled):hover:before {
3398
- background-color: rgba(22,51,0,0.07843);
3399
3668
  background-color: var(--color-background-screen-hover);
3400
3669
  }
3401
3670
  .wds-list-item-interactive:not(.wds-list-item-spotlight):not(.disabled):not(:disabled):active:before {
3402
- background-color: rgba(22,51,0,0.12941);
3403
3671
  background-color: var(--color-background-screen-active);
3404
3672
  }
3405
3673
  .wds-list-item-interactive:not(.wds-list-item-spotlight):has(.wds-list-item-prompt:hover a, .wds-list-item-prompt:hover button):hover:before {
@@ -3460,7 +3728,7 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
3460
3728
  }
3461
3729
  .wds-list-item-title,
3462
3730
  .wds-list-item-title-value {
3463
- color: #0e0f0c;
3731
+ color: #37517e;
3464
3732
  color: var(--color-content-primary);
3465
3733
  }
3466
3734
  .wds-list-item-body-center {
@@ -3470,7 +3738,7 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
3470
3738
  }
3471
3739
  .wds-list-item-additional-info {
3472
3740
  grid-area: info;
3473
- color: #6a6c6a;
3741
+ color: #768e9c;
3474
3742
  color: var(--color-content-tertiary);
3475
3743
  margin-top: calc(4px * -1);
3476
3744
  margin-top: calc(var(--size-4) * -1);
@@ -3482,7 +3750,7 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
3482
3750
  grid-area: control;
3483
3751
  }
3484
3752
  .wds-list-item-navigation .tw-icon-chevron-right {
3485
- color: #868685;
3753
+ color: #c9cbce;
3486
3754
  color: var(--color-interactive-secondary);
3487
3755
  }
3488
3756
  .wds-list-item-control {
@@ -3503,7 +3771,7 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
3503
3771
  .wds-list-item.disabled .wds-list-item-subtitle,
3504
3772
  .wds-list-item.disabled .wds-list-item-subtitle-value,
3505
3773
  .wds-list-item.disabled .wds-list-item-additional-info {
3506
- color: #6a6c6a;
3774
+ color: #768e9c;
3507
3775
  color: var(--color-content-tertiary);
3508
3776
  }
3509
3777
  .wds-list-item.disabled .wds-list-item-media,
@@ -3521,41 +3789,29 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
3521
3789
  padding-right: var(--size-12);
3522
3790
  }
3523
3791
  .wds-list-item-spotlight-active {
3524
- background-color: rgba(22,51,0,0.07843);
3792
+ background-color: rgba(134,167,189,0.10196);
3525
3793
  background-color: var(--color-background-neutral);
3526
3794
  }
3527
3795
  .wds-list-item-spotlight-active:not(.disabled):not(:disabled):hover {
3528
- background-color: rgba(22,51,0,0.12941);
3529
3796
  background-color: var(--color-background-neutral-hover);
3530
3797
  }
3531
3798
  .wds-list-item-spotlight-active:not(.disabled):not(:disabled):active {
3532
- background-color: rgba(22,51,0,0.18039);
3533
3799
  background-color: var(--color-background-neutral-active);
3534
3800
  }
3535
3801
  .wds-list-item-spotlight-inactive {
3536
- background-color: rgba(22, 51, 0, 0.02);
3802
+ background-color: rgba(134, 167, 189, 0.025);
3537
3803
  }
3538
3804
  @supports (color: color-mix(in lch, red, blue)) {
3539
3805
  .wds-list-item-spotlight-inactive {
3540
3806
  background-color: color-mix(in srgb, var(--color-background-neutral) 25%, transparent);
3541
3807
  }
3542
3808
  }
3543
- .wds-list-item-spotlight-inactive:not(.disabled):not(:disabled):hover {
3544
- background-color: rgba(22, 51, 0, 0.045);
3545
- }
3546
- @supports (color: color-mix(in lch, red, blue)) {
3547
3809
  .wds-list-item-spotlight-inactive:not(.disabled):not(:disabled):hover {
3548
3810
  background-color: color-mix(in srgb, var(--color-background-neutral-hover) 35%, transparent);
3549
3811
  }
3550
- }
3551
- .wds-list-item-spotlight-inactive:not(.disabled):not(:disabled):active {
3552
- background-color: rgba(22, 51, 0, 0.081);
3553
- }
3554
- @supports (color: color-mix(in lch, red, blue)) {
3555
3812
  .wds-list-item-spotlight-inactive:not(.disabled):not(:disabled):active {
3556
3813
  background-color: color-mix(in srgb, var(--color-background-neutral-active) 45%, transparent);
3557
3814
  }
3558
- }
3559
3815
  .wds-list-item .wds-list-item-spotlight__border {
3560
3816
  position: absolute;
3561
3817
  inset: 0;
@@ -3567,7 +3823,7 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
3567
3823
  --wds-list-item-spotlight-borderWidthOffset: 0.5px;
3568
3824
  --wds-list-item-spotlight-strokeDashSize: calc(var(--size-12) * 0.5);
3569
3825
  fill: none;
3570
- stroke: rgba(14,15,12,0.12157);
3826
+ stroke: rgba(0,0,0,0.10196);
3571
3827
  stroke: var(--color-border-neutral);
3572
3828
  width: calc(100% - 1px);
3573
3829
  width: calc(100% - var(--wds-list-item-spotlight-borderWidth));
@@ -3605,7 +3861,7 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
3605
3861
  z-index: 10;
3606
3862
  display: inline-flex;
3607
3863
  align-items: center;
3608
- color: #868685;
3864
+ color: #c9cbce;
3609
3865
  color: var(--color-interactive-secondary);
3610
3866
  transition-property: color, opacity;
3611
3867
  transition-timing-function: ease-out;
@@ -3616,11 +3872,10 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
3616
3872
  mix-blend-mode: luminosity;
3617
3873
  }
3618
3874
  .np-input-group:has( > :is(input,button,select):focus-visible) .np-input-addon {
3619
- color: #163300;
3620
3875
  color: var(--color-interactive-primary);
3621
3876
  }
3622
3877
  .np-input-group:has( > :is(input,button,select):hover) .np-input-addon {
3623
- color: #6c6c6b;
3878
+ color: #b5b7ba;
3624
3879
  color: var(--color-interactive-secondary-hover);
3625
3880
  }
3626
3881
  .np-input-addon--placement-start {
@@ -3659,7 +3914,7 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
3659
3914
  .np-bottom-sheet-v2-backdrop {
3660
3915
  position: fixed;
3661
3916
  inset: 0px;
3662
- background-color: #0e0f0c;
3917
+ background-color: #37517e;
3663
3918
  background-color: var(--color-content-primary);
3664
3919
  opacity: 0.4;
3665
3920
  transition-property: opacity;
@@ -3741,11 +3996,11 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
3741
3996
  padding-top: 0px;
3742
3997
  }
3743
3998
  .np-bottom-sheet-v2-title {
3744
- color: #0e0f0c;
3999
+ color: #37517e;
3745
4000
  color: var(--color-content-primary);
3746
4001
  }
3747
4002
  .np-bottom-sheet-v2-body {
3748
- color: #454745;
4003
+ color: #5d7079;
3749
4004
  color: var(--color-content-secondary);
3750
4005
  }
3751
4006
  .np-button-input {
@@ -3795,11 +4050,11 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
3795
4050
  padding: var(--size-16);
3796
4051
  }
3797
4052
  .np-popover-v2-title {
3798
- color: #0e0f0c;
4053
+ color: #37517e;
3799
4054
  color: var(--color-content-primary);
3800
4055
  }
3801
4056
  .np-popover-v2-content {
3802
- color: #454745;
4057
+ color: #5d7079;
3803
4058
  color: var(--color-content-secondary);
3804
4059
  }
3805
4060
  .np-select-input-content {
@@ -3808,7 +4063,7 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
3808
4063
  white-space: nowrap;
3809
4064
  }
3810
4065
  .np-select-input-placeholder {
3811
- color: #6a6c6a;
4066
+ color: #768e9c;
3812
4067
  color: var(--color-content-tertiary);
3813
4068
  }
3814
4069
  .np-select-input-options-container {
@@ -3837,7 +4092,7 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
3837
4092
  .np-select-input-options-status-icon {
3838
4093
  padding: 0 4px;
3839
4094
  padding: 0 var(--size-4);
3840
- color: #6a6c6a;
4095
+ color: #768e9c;
3841
4096
  color: var(--color-content-tertiary);
3842
4097
  }
3843
4098
  .np-select-input-query-container {
@@ -3919,14 +4174,13 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
3919
4174
  border-radius: var(--radius-small);
3920
4175
  padding: 12px 16px;
3921
4176
  padding: var(--size-12) var(--size-16);
3922
- color: #163300;
3923
4177
  color: var(--color-interactive-primary);
3924
4178
  }
3925
4179
  .np-select-input-option-container:focus {
3926
4180
  outline: none;
3927
4181
  }
3928
4182
  .np-select-input-option-container--active {
3929
- box-shadow: inset 0 0 0 1px #868685;
4183
+ box-shadow: inset 0 0 0 1px #c9cbce;
3930
4184
  box-shadow: inset 0 0 0 1px var(--color-interactive-secondary);
3931
4185
  }
3932
4186
  .np-select-input-option-container--disabled {
@@ -3945,7 +4199,7 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
3945
4199
  column-gap: 8px;
3946
4200
  -moz-column-gap: var(--size-8);
3947
4201
  column-gap: var(--size-8);
3948
- color: #0e0f0c;
4202
+ color: #37517e;
3949
4203
  color: var(--color-content-primary);
3950
4204
  }
3951
4205
  .np-select-input-option-content-icon {
@@ -3961,7 +4215,7 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
3961
4215
  overflow: hidden;
3962
4216
  }
3963
4217
  .np-select-input-option-content-text-secondary {
3964
- color: #454745;
4218
+ color: #5d7079;
3965
4219
  color: var(--color-content-secondary);
3966
4220
  }
3967
4221
  .np-select-input-option-content-text-within-trigger {
@@ -4005,11 +4259,11 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
4005
4259
  }
4006
4260
  .np-select-input-addon--interactive {
4007
4261
  pointer-events: auto;
4008
- color: #868685;
4262
+ color: #c9cbce;
4009
4263
  color: var(--color-interactive-secondary);
4010
4264
  }
4011
4265
  .np-select-input-addon--interactive:hover {
4012
- color: #6c6c6b;
4266
+ color: #b5b7ba;
4013
4267
  color: var(--color-interactive-secondary-hover);
4014
4268
  }
4015
4269
  .np-select-input-addon--interactive:focus {
@@ -4022,7 +4276,7 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
4022
4276
  .np-select-input-addon-separator {
4023
4277
  height: 24px;
4024
4278
  height: var(--size-24);
4025
- border-inline-start: 1px solid rgba(14,15,12,0.12157);
4279
+ border-inline-start: 1px solid rgba(0,0,0,0.10196);
4026
4280
  border-inline-start: 1px solid var(--color-border-neutral);
4027
4281
  }
4028
4282
  .np-text-area {
@@ -4037,11 +4291,11 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
4037
4291
  border-radius: var(--radius-small) !important;
4038
4292
  }
4039
4293
  .np-text-area::-moz-placeholder {
4040
- color: #6a6c6a;
4294
+ color: #768e9c;
4041
4295
  color: var(--color-content-tertiary);
4042
4296
  }
4043
4297
  .np-text-area::placeholder {
4044
- color: #6a6c6a;
4298
+ color: #768e9c;
4045
4299
  color: var(--color-content-tertiary);
4046
4300
  }
4047
4301
  .tw-instructions {
@@ -4065,11 +4319,9 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
4065
4319
  margin-bottom: 0;
4066
4320
  }
4067
4321
  .tw-instructions .instruction .do {
4068
- color: #054d28;
4069
4322
  color: var(--color-sentiment-positive);
4070
4323
  }
4071
4324
  .tw-instructions .instruction .dont {
4072
- color: #cb272f;
4073
4325
  color: var(--color-sentiment-negative);
4074
4326
  }
4075
4327
  a,
@@ -4327,11 +4579,9 @@ button.np-link {
4327
4579
  }
4328
4580
  .np-theme-personal--forest-green .np-logo-svg path,
4329
4581
  .np-theme-personal--bright-green .np-logo-svg path {
4330
- fill: #163300;
4331
4582
  fill: var(--color-interactive-primary);
4332
4583
  }
4333
4584
  .np-theme-personal--dark .np-logo-svg path {
4334
- fill: #ffffff;
4335
4585
  fill: var(--color-white);
4336
4586
  }
4337
4587
  .np-logo-svg--size-sm {
@@ -4358,14 +4608,9 @@ button.np-link {
4358
4608
  .tw-modal .tw-modal-dialog {
4359
4609
  transition: transform 0.3s ease-out;
4360
4610
  transform: translateY(-25%);
4361
- box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
4362
- background: #ffffff;
4363
- background: var(--color-background-elevated);
4364
- }
4365
- .np-theme-personal .tw-modal .tw-modal-dialog {
4611
+ box-shadow: none;
4366
4612
  background: #ffffff;
4367
4613
  background: var(--color-background-elevated);
4368
- box-shadow: none;
4369
4614
  border-radius: 24px;
4370
4615
  border-radius: var(--radius-large);
4371
4616
  }
@@ -4374,6 +4619,7 @@ button.np-link {
4374
4619
  }
4375
4620
  .tw-modal .tw-modal-content {
4376
4621
  width: 100%;
4622
+ background-color: transparent;
4377
4623
  }
4378
4624
  .tw-modal .tw-modal-content .tw-modal-body {
4379
4625
  flex: 1;
@@ -4382,25 +4628,6 @@ button.np-link {
4382
4628
  .tw-modal .tw-modal-content .tw-modal-body--scrollable {
4383
4629
  overflow-y: auto;
4384
4630
  }
4385
- .tw-modal .tw-modal-content .tw-modal-header {
4386
- box-shadow: inset 0 -1px 0 0 #e2e6e8;
4387
- }
4388
- .np-theme-personal .tw-modal .tw-modal-content .tw-modal-header {
4389
- box-shadow: inset 0 -1px 0 0 rgba(14,15,12,0.12157);
4390
- box-shadow: inset 0 -1px 0 0 var(--color-border-neutral);
4391
- }
4392
- .np-theme-personal .tw-modal .tw-modal-content .tw-modal-header .np-close-button {
4393
- margin: calc(8px * -1) calc(8px * -1) calc(8px * -1) 0;
4394
- margin: calc(var(--size-8) * -1) calc(var(--size-8) * -1) calc(var(--size-8) * -1) 0;
4395
- }
4396
- .tw-modal .tw-modal-content .tw-modal-header.modal--withoutborder {
4397
- box-shadow: none;
4398
- }
4399
- .tw-modal .tw-modal-content .tw-modal-header .tw-icon {
4400
- fill: var(--color-content-accent);
4401
- cursor: pointer;
4402
- display: block;
4403
- }
4404
4631
  .tw-modal .tw-modal-content .tw-modal-header,
4405
4632
  .tw-modal .tw-modal-content .tw-modal-footer,
4406
4633
  .tw-modal .tw-modal-content .tw-modal-body {
@@ -4415,55 +4642,16 @@ button.np-link {
4415
4642
  padding-top: var(--size-12);
4416
4643
  padding-bottom: 12px;
4417
4644
  padding-bottom: var(--size-12);
4418
- box-shadow: inset 0 1px 0 0 #e2e6e8;
4419
- }
4420
- .np-theme-personal .tw-modal .tw-modal-content .tw-modal-footer {
4421
- border-top: 1px solid rgba(14,15,12,0.12157);
4422
- border-top: 1px solid var(--color-border-neutral);
4423
- }
4424
- .np-theme-personal .tw-modal .tw-modal-content .tw-modal-footer,
4425
- .tw-modal .tw-modal-content .tw-modal-footer.modal--withoutborder {
4426
- box-shadow: none;
4427
- }
4428
- .tw-modal .tw-modal-content.tw-modal-no-title .tw-modal-body {
4429
- padding-top: 0 !important;
4430
- }
4431
- .tw-modal .tw-modal-content.tw-modal-no-title .tw-modal-header {
4432
- min-height: 32px;
4433
- min-height: var(--size-32);
4434
- padding-bottom: 4px !important;
4435
- }
4436
- .tw-modal .tw-modal-content .np-theme-personal {
4437
- background-color: transparent;
4438
- }
4439
- .tw-modal table,
4440
- .tw-modal .table {
4441
- background-color: transparent;
4442
4645
  }
4443
4646
  @media (min-width: 576px) {
4444
4647
  .tw-modal .tw-modal-content .tw-modal-header,
4445
- .tw-modal .tw-modal-content .tw-modal-footer,
4446
- .tw-modal .tw-modal-content .tw-modal-body {
4447
- padding: 32px 24px;
4448
- padding: var(--size-32) var(--size-24);
4449
- }
4450
- .np-theme-personal .tw-modal .tw-modal-content .tw-modal-header,
4451
- .np-theme-personal .tw-modal .tw-modal-content .tw-modal-footer,
4452
- .np-theme-personal .tw-modal .tw-modal-content .tw-modal-body {
4648
+ .tw-modal .tw-modal-content .tw-modal-footer {
4453
4649
  padding: 24px;
4454
4650
  padding: var(--size-24);
4455
4651
  }
4456
- .tw-modal .tw-modal-compact .tw-modal-header {
4457
- min-height: calc(8px * 7);
4458
- min-height: calc(var(--size-8) * 7);
4459
- }
4460
- .tw-modal .tw-modal-compact .tw-modal-header,
4461
- .tw-modal .tw-modal-compact .tw-modal-footer,
4462
- .tw-modal .tw-modal-compact .tw-modal-body {
4463
- padding-top: 16px;
4464
- padding-top: var(--size-16);
4465
- padding-bottom: 16px;
4466
- padding-bottom: var(--size-16);
4652
+ .tw-modal .tw-modal-content .tw-modal-body {
4653
+ padding: 0 24px;
4654
+ padding: 0 var(--size-24);
4467
4655
  }
4468
4656
  }
4469
4657
  @media (min-width: 480px) {
@@ -4519,7 +4707,7 @@ button.np-link {
4519
4707
  padding-left: initial !important;
4520
4708
  }
4521
4709
  .tw-money-input .tw-money-input__fixed-currency .np-text-title-subsection {
4522
- color: #6a6c6a;
4710
+ color: #768e9c;
4523
4711
  color: var(--color-content-tertiary);
4524
4712
  font-weight: 600;
4525
4713
  font-weight: var(--font-weight-semi-bold);
@@ -4578,7 +4766,7 @@ button.np-link {
4578
4766
  box-shadow: none;
4579
4767
  }
4580
4768
  .tw-money-input:not(.disabled):not(:disabled):not(.np-button-input:active):has(.np-button-input:focus-visible) {
4581
- box-shadow: inset 0 0 0 1px #868685 !important;
4769
+ box-shadow: inset 0 0 0 1px #c9cbce !important;
4582
4770
  box-shadow: inset 0 0 0 1px var(--color-interactive-secondary) !important;
4583
4771
  }
4584
4772
  .wds-amount-input-container {
@@ -4589,7 +4777,6 @@ button.np-link {
4589
4777
  justify-content: right;
4590
4778
  width: 100%;
4591
4779
  transition: font-size 0.4s cubic-bezier(0.3, 0, 0.1, 1), height 0.4s cubic-bezier(0.3, 0, 0.1, 1), margin-top 0.4s cubic-bezier(0.3, 0, 0.1, 1), color 0.4s ease;
4592
- color: #163300;
4593
4780
  color: var(--color-interactive-primary);
4594
4781
  overflow: hidden;
4595
4782
  margin-bottom: 0 !important;
@@ -4624,7 +4811,6 @@ button.np-link {
4624
4811
  width: 32px;
4625
4812
  width: var(--size-32);
4626
4813
  overflow: hidden;
4627
- color: #163300;
4628
4814
  color: var(--color-interactive-primary);
4629
4815
  margin-left: 8px;
4630
4816
  margin-left: var(--size-8);
@@ -4674,7 +4860,7 @@ html:not([dir="rtl"]) .np-navigation-option {
4674
4860
  background-color: var(--color-background-screen);
4675
4861
  }
4676
4862
  .np-theme-personal .np-navigation-option:not(.disabled):not(:disabled):hover .tw-avatar__content {
4677
- background-color: rgba(22,51,0,0.07843);
4863
+ background-color: rgba(134,167,189,0.10196);
4678
4864
  background-color: var(--color-background-neutral);
4679
4865
  }
4680
4866
  .np-navigation-option .circle {
@@ -4699,9 +4885,11 @@ html:not([dir="rtl"]) .np-navigation-option {
4699
4885
  }
4700
4886
  .np-navigation-option__chevron:not(.disabled):not(:disabled):hover,
4701
4887
  .np-navigation-option__chevron:not(.disabled):not(:disabled):focus {
4888
+ color: #0084b3;
4702
4889
  color: var(--color-content-accent-hover);
4703
4890
  }
4704
4891
  .np-navigation-option__chevron:not(.disabled):not(:disabled):active {
4892
+ color: #0077a5;
4705
4893
  color: var(--color-content-accent-active);
4706
4894
  }
4707
4895
  .np-theme-personal .np-option__container-aligned {
@@ -4737,7 +4925,7 @@ html:not([dir="rtl"]) .np-navigation-option {
4737
4925
  --nudge-control-width: var(--size-24);
4738
4926
  --nudge-control-background-color: var(--color-background-neutral);
4739
4927
  align-items: stretch;
4740
- background-color: rgba(22,51,0,0.07843);
4928
+ background-color: rgba(134,167,189,0.10196);
4741
4929
  background-color: var(--nudge-background-color);
4742
4930
  border-radius: 16px;
4743
4931
  border-radius: var(--nudge-border-radius);
@@ -4930,13 +5118,12 @@ html:not([dir="rtl"]) .np-navigation-option {
4930
5118
  max-width: 1164px;
4931
5119
  }
4932
5120
  .np-theme-personal .np-overlay-header {
4933
- border-bottom: 1px solid rgba(14,15,12,0.12157);
5121
+ border-bottom: 1px solid rgba(0,0,0,0.10196);
4934
5122
  border-bottom: 1px solid var(--color-border-neutral);
4935
5123
  }
4936
5124
  .np-theme-personal--forest-green .np-overlay-header .np-flow-header__left path,
4937
5125
  .np-theme-personal--bright-green .np-overlay-header .np-flow-header__left path,
4938
5126
  .np-theme-personal--dark .np-overlay-header .np-flow-header__left path {
4939
- fill: #163300;
4940
5127
  fill: var(--color-interactive-primary);
4941
5128
  }
4942
5129
  .tw-telephone {
@@ -4967,7 +5154,7 @@ html:not([dir="rtl"]) .np-navigation-option {
4967
5154
  border-radius: var(--radius-medium);
4968
5155
  }
4969
5156
  .np-popover__container .np-popover__content {
4970
- color: #454745;
5157
+ color: #5d7079;
4971
5158
  color: var(--color-content-secondary);
4972
5159
  font-size: 0.875rem;
4973
5160
  font-size: var(--font-size-14);
@@ -4986,7 +5173,7 @@ html:not([dir="rtl"]) .np-navigation-option {
4986
5173
  }
4987
5174
  .np-popover__container.np-bottom-sheet .np-popover__title {
4988
5175
  margin: 0;
4989
- color: #0e0f0c;
5176
+ color: #37517e;
4990
5177
  color: var(--color-content-primary);
4991
5178
  line-height: 1.2;
4992
5179
  line-height: var(--line-height-title);
@@ -5074,7 +5261,7 @@ html:not([dir="rtl"]) .np-navigation-option {
5074
5261
  right: calc(var(--size-24) * -1);
5075
5262
  }
5076
5263
  .np-Card-description {
5077
- color: #454745;
5264
+ color: #5d7079;
5078
5265
  color: var(--color-content-secondary);
5079
5266
  }
5080
5267
  .np-Card-indicator {
@@ -5163,7 +5350,7 @@ html:not([dir="rtl"]) .np-navigation-option {
5163
5350
  outline: none;
5164
5351
  }
5165
5352
  .np-Card--link .np-Card-titleLink {
5166
- color: #0e0f0c;
5353
+ color: #37517e;
5167
5354
  color: var(--color-content-primary);
5168
5355
  -webkit-text-decoration: none;
5169
5356
  text-decoration: none;
@@ -5182,7 +5369,7 @@ html:not([dir="rtl"]) .np-navigation-option {
5182
5369
  z-index: 10;
5183
5370
  }
5184
5371
  .np-Card--checked.is-checked {
5185
- box-shadow: 0 0 0 4px #163300;
5372
+ box-shadow: 0 0 0 4px var(--color-interactive-primary);
5186
5373
  box-shadow: 0 0 0 var(--size-4) var(--color-interactive-primary);
5187
5374
  }
5188
5375
  .np-Card--checked.is-checked .np-Card-check {
@@ -5326,19 +5513,19 @@ html:not([dir="rtl"]) .np-navigation-option {
5326
5513
  box-shadow: inset -1px 0 0 0 #e2e6e8;
5327
5514
  }
5328
5515
  .np-theme-personal .sliding-panel.sliding-panel--border-top {
5329
- box-shadow: inset 0 -1px 0 0 rgba(14,15,12,0.12157);
5516
+ box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.10196);
5330
5517
  box-shadow: inset 0 -1px 0 0 var(--color-border-neutral);
5331
5518
  }
5332
5519
  .np-theme-personal .sliding-panel.sliding-panel--border-right {
5333
- box-shadow: inset 1px 0 0 0 rgba(14,15,12,0.12157);
5520
+ box-shadow: inset 1px 0 0 0 rgba(0,0,0,0.10196);
5334
5521
  box-shadow: inset 1px 0 0 0 var(--color-border-neutral);
5335
5522
  }
5336
5523
  .np-theme-personal .sliding-panel.sliding-panel--border-bottom {
5337
- box-shadow: inset 0 1px 0 0 rgba(14,15,12,0.12157);
5524
+ box-shadow: inset 0 1px 0 0 rgba(0,0,0,0.10196);
5338
5525
  box-shadow: inset 0 1px 0 0 var(--color-border-neutral);
5339
5526
  }
5340
5527
  .np-theme-personal .sliding-panel.sliding-panel--border-left {
5341
- box-shadow: inset -1px 0 0 0 rgba(14,15,12,0.12157);
5528
+ box-shadow: inset -1px 0 0 0 rgba(0,0,0,0.10196);
5342
5529
  box-shadow: inset -1px 0 0 0 var(--color-border-neutral);
5343
5530
  }
5344
5531
  .snackbar {
@@ -5359,10 +5546,8 @@ html:not([dir="rtl"]) .np-navigation-option {
5359
5546
  right: 0;
5360
5547
  }
5361
5548
  .snackbar__text {
5362
- background: #121511;
5363
- background: var(--color-contrast-theme);
5549
+ background: #37517e;
5364
5550
  color: #ffffff;
5365
- color: var(--color-contrast-overlay);
5366
5551
  display: inline-flex;
5367
5552
  border-radius: 2px;
5368
5553
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
@@ -5385,8 +5570,10 @@ html:not([dir="rtl"]) .np-navigation-option {
5385
5570
  .np-theme-personal .snackbar__text {
5386
5571
  box-shadow: 0 2px 4px 0 rgba(69, 71, 69, 0.35);
5387
5572
  position: relative;
5573
+ background: var(--color-contrast-theme);
5388
5574
  border-radius: 10px;
5389
5575
  border-radius: var(--radius-small);
5576
+ color: var(--color-contrast-overlay);
5390
5577
  }
5391
5578
  .np-theme-personal .snackbar__text::after {
5392
5579
  display: block;
@@ -5398,7 +5585,7 @@ html:not([dir="rtl"]) .np-navigation-option {
5398
5585
  left: 0;
5399
5586
  top: 0;
5400
5587
  z-index: -1;
5401
- background-color: rgba(22,51,0,0.07843);
5588
+ background-color: rgba(134,167,189,0.10196);
5402
5589
  background-color: var(--color-background-neutral);
5403
5590
  }
5404
5591
  .np-theme-personal--dark .snackbar__text,
@@ -5434,51 +5621,11 @@ html:not([dir="rtl"]) .np-navigation-option {
5434
5621
  transform: translateY(-24px);
5435
5622
  }
5436
5623
  }
5437
- .status-circle .light {
5438
- color: #ffffff;
5439
- color: var(--color-contrast-overlay);
5440
- }
5441
- .np-theme-personal--bright-green .status-circle .light {
5442
- color: #ffffff;
5443
- color: var(--color-white);
5624
+ .status-circle {
5625
+ background-color: var(--color-sentiment-interactive-primary);
5444
5626
  }
5445
- .status-circle .dark {
5446
- color: #0e0f0c;
5447
- color: var(--color-content-primary);
5448
- }
5449
- .status-circle.warning,
5450
- .status-circle.pending {
5451
- background-color: #ffd11a;
5452
- background-color: var(--color-sentiment-warning);
5453
- }
5454
- .np-theme-personal .status-circle.warning .status-icon,
5455
- .np-theme-personal .status-circle.pending .status-icon {
5456
- color: #121511;
5457
- color: var(--color-dark);
5458
- }
5459
- .status-circle.negative,
5460
- .status-circle.error {
5461
- background-color: #cb272f;
5462
- background-color: var(--color-sentiment-negative);
5463
- }
5464
- .status-circle.negative .status-icon,
5465
- .status-circle.error .status-icon {
5466
- color: #fbeaea;
5467
- color: var(--color-sentiment-negative-secondary);
5468
- }
5469
- .status-circle.neutral {
5470
- background-color: #454745;
5471
- background-color: var(--color-content-secondary);
5472
- }
5473
- .status-circle.positive,
5474
- .status-circle.success {
5475
- background-color: #054d28;
5476
- background-color: var(--color-sentiment-positive);
5477
- }
5478
- .status-circle.positive .status-icon,
5479
- .status-circle.success .status-icon {
5480
- color: #e2f6d5;
5481
- color: var(--color-sentiment-positive-secondary);
5627
+ .status-circle .status-icon {
5628
+ color: var(--color-sentiment-interactive-control);
5482
5629
  }
5483
5630
  .tw-stepper {
5484
5631
  padding-bottom: 24px;
@@ -5496,17 +5643,18 @@ html:not([dir="rtl"]) .np-navigation-option {
5496
5643
  }
5497
5644
  .tw-stepper__step--active .tw-stepper__step-label {
5498
5645
  cursor: default;
5499
- color: #0e0f0c;
5646
+ color: #37517e;
5500
5647
  color: var(--color-content-primary);
5501
5648
  }
5502
5649
  .tw-stepper__step--clickable .tw-stepper__step-label {
5650
+ color: #0097c7;
5503
5651
  color: var(--color-content-accent);
5504
5652
  transition: color 0.15s ease-in-out;
5505
5653
  line-height: 0;
5506
5654
  border-radius: 2px;
5507
5655
  }
5508
5656
  .np-theme-personal .tw-stepper__step--clickable .tw-stepper__step-label {
5509
- color: #454745;
5657
+ color: #5d7079;
5510
5658
  color: var(--color-content-secondary);
5511
5659
  top: 0;
5512
5660
  }
@@ -5524,7 +5672,7 @@ html:not([dir="rtl"]) .np-navigation-option {
5524
5672
  .tw-stepper__step-label {
5525
5673
  position: absolute;
5526
5674
  top: 0;
5527
- color: #454745;
5675
+ color: #5d7079;
5528
5676
  color: var(--color-content-secondary);
5529
5677
  transition: color 0.6s ease-in-out;
5530
5678
  white-space: nowrap;
@@ -5552,7 +5700,6 @@ html:not([dir="rtl"]) .np-navigation-option {
5552
5700
  }
5553
5701
  .progress-bar {
5554
5702
  -webkit-backface-visibility: hidden;
5555
- background-color: #163300;
5556
5703
  background-color: var(--color-interactive-primary);
5557
5704
  transition: width 0.6s ease-in-out;
5558
5705
  will-change: width;
@@ -5560,11 +5707,11 @@ html:not([dir="rtl"]) .np-navigation-option {
5560
5707
  .np-select .np-dropdown-toggle {
5561
5708
  background-color: #ffffff;
5562
5709
  background-color: var(--color-background-screen);
5563
- border: 1px solid #868685;
5710
+ border: 1px solid #c9cbce;
5564
5711
  border: 1px solid var(--color-interactive-secondary);
5565
5712
  border-radius: 10px;
5566
5713
  border-radius: var(--radius-small);
5567
- color: #0e0f0c;
5714
+ color: #37517e;
5568
5715
  color: var(--color-content-primary);
5569
5716
  font-weight: 400;
5570
5717
  font-weight: var(--font-weight-regular);
@@ -5586,8 +5733,17 @@ html:not([dir="rtl"]) .np-navigation-option {
5586
5733
  border-radius: var(--radius-small);
5587
5734
  }
5588
5735
  .has-error .np-select .np-dropdown-toggle {
5736
+ border: 1px solid #e74848;
5589
5737
  border: 1px solid var(--color-interactive-negative);
5590
5738
  }
5739
+ .np-select .np-dropdown-toggle-navy {
5740
+ --color-content-accent: #00b9ff;
5741
+ --color-content-primary: #ffffff;
5742
+ --color-content-secondary: #c9cbce;
5743
+ --color-background-screen: #2e4369;
5744
+ --color-interactive-secondary: #2e4369;
5745
+ --color-interactive-secondary-hover: #2e4369;
5746
+ }
5591
5747
  .np-select .np-dropdown-toggle.np-btn-sm {
5592
5748
  padding-right: 32px;
5593
5749
  padding-right: var(--size-32);
@@ -5651,19 +5807,19 @@ html:not([dir="rtl"]) .np-navigation-option {
5651
5807
  top: 27px;
5652
5808
  }
5653
5809
  .np-select .btn:not(.disabled):not(:disabled):not(.btn-loading) {
5654
- color: #0e0f0c;
5810
+ color: #37517e;
5655
5811
  color: var(--color-content-primary);
5656
5812
  }
5657
5813
  .np-select .btn:not(.disabled):not(:disabled):not(.btn-loading):hover {
5658
- border-color: #6c6c6b;
5814
+ border-color: #b5b7ba;
5659
5815
  border-color: var(--color-interactive-secondary-hover);
5660
5816
  }
5661
5817
  .np-select .btn:not(.disabled):not(:disabled):not(.btn-loading):focus {
5662
- border-color: #9fe870;
5818
+ border-color: #00a2dd;
5663
5819
  border-color: var(--color-interactive-accent);
5664
5820
  }
5665
5821
  .np-theme-personal .np-select .btn:not(.disabled):not(:disabled):not(.btn-loading):focus {
5666
- border-color: #868685;
5822
+ border-color: #c9cbce;
5667
5823
  border-color: var(--color-interactive-secondary);
5668
5824
  }
5669
5825
  .np-option-content {
@@ -5714,7 +5870,7 @@ html:not([dir="rtl"]) .np-navigation-option {
5714
5870
  width: 420px;
5715
5871
  }
5716
5872
  .np-dropdown-menu .np-dropdown-item--focused {
5717
- background-color: rgba(22,51,0,0.07843);
5873
+ background-color: rgba(134,167,189,0.10196);
5718
5874
  background-color: var(--color-background-neutral);
5719
5875
  border-radius: 10px;
5720
5876
  border-radius: var(--radius-small);
@@ -5733,7 +5889,7 @@ html:not([dir="rtl"]) .np-navigation-option {
5733
5889
  clear: both;
5734
5890
  border-radius: 10px;
5735
5891
  border-radius: var(--radius-small);
5736
- color: #0e0f0c;
5892
+ color: #37517e;
5737
5893
  color: var(--color-content-primary);
5738
5894
  font-size: 0.875rem;
5739
5895
  font-size: var(--font-size-14);
@@ -5768,15 +5924,32 @@ html:not([dir="rtl"]) .np-navigation-option {
5768
5924
  }
5769
5925
  .np-dropdown-menu > li:not(.active):not(.selected):not(:has(input)) > a:not([disabled]):not(.disabled):hover,
5770
5926
  .np-dropdown-menu > li:not(.active):not(.selected):not(:has(input)) > a:not([disabled]):not(.disabled):focus {
5771
- color: #0e0f0c;
5927
+ color: #37517e;
5772
5928
  color: var(--color-content-primary);
5773
- background-color: rgba(22,51,0,0.07843);
5929
+ background-color: rgba(134,167,189,0.10196);
5774
5930
  background-color: var(--color-background-neutral);
5775
5931
  }
5932
+ .np-dropdown-menu > li:not(.active):not(.selected):not(:has(input)) > a:not([disabled]):not(.disabled):active {
5933
+ color: #ffffff;
5934
+ background-color: #37517e;
5935
+ }
5936
+ .np-dropdown-menu > .active > a,
5937
+ .np-dropdown-menu > .selected > a,
5938
+ .np-dropdown-menu > .active > a:hover,
5939
+ .np-dropdown-menu > .selected > a:hover,
5940
+ .np-dropdown-menu > .active > a:focus,
5941
+ .np-dropdown-menu > .selected > a:focus {
5942
+ color: #ffffff;
5943
+ background-color: #37517e;
5944
+ }
5776
5945
  .np-dropdown-menu > .active > a strong,
5777
5946
  .np-dropdown-menu > .selected > a strong {
5778
5947
  color: inherit;
5779
5948
  }
5949
+ .np-dropdown-menu > .active > a .np-text-body-default,
5950
+ .np-dropdown-menu > .selected > a .np-text-body-default {
5951
+ color: #c9cbce;
5952
+ }
5780
5953
  .np-dropdown-menu .np-select-filter,
5781
5954
  .np-dropdown-menu .input-group-addon {
5782
5955
  border: 0;
@@ -5785,13 +5958,13 @@ html:not([dir="rtl"]) .np-navigation-option {
5785
5958
  height: 1px;
5786
5959
  margin: 0;
5787
5960
  overflow: hidden;
5788
- background-color: rgba(22,51,0,0.07843);
5961
+ background-color: rgba(134,167,189,0.10196);
5789
5962
  background-color: var(--color-background-neutral);
5790
5963
  }
5791
5964
  .np-dropdown-menu .np-dropdown-header {
5792
5965
  padding: 8px 16px;
5793
5966
  padding: var(--size-8) var(--size-16);
5794
- color: #454745;
5967
+ color: #5d7079;
5795
5968
  color: var(--color-content-secondary);
5796
5969
  display: block;
5797
5970
  font-size: 0.875rem;
@@ -5822,7 +5995,7 @@ html:not([dir="rtl"]) .np-navigation-option {
5822
5995
  }
5823
5996
  .np-select .np-text-body-default,
5824
5997
  .np-dropdown-menu .np-text-body-default {
5825
- color: #454745;
5998
+ color: #5d7079;
5826
5999
  color: var(--color-content-secondary);
5827
6000
  }
5828
6001
  .np-select .tw-icon-search,
@@ -5838,28 +6011,25 @@ html:not([dir="rtl"]) .np-navigation-option {
5838
6011
  background-color: initial;
5839
6012
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
5840
6013
  border: none;
5841
- box-shadow: inset 0 0 0 1px #868685;
6014
+ box-shadow: inset 0 0 0 1px #c9cbce;
5842
6015
  box-shadow: inset 0 0 0 1px var(--color-interactive-secondary);
5843
6016
  }
5844
6017
  .np-theme-personal .np-select .np-dropdown-toggle:not(.disabled):not(:disabled):hover {
5845
- box-shadow: inset 0 0 0 2px #6c6c6b;
6018
+ box-shadow: inset 0 0 0 2px #b5b7ba;
5846
6019
  box-shadow: inset 0 0 0 2px var(--color-interactive-secondary-hover);
5847
6020
  }
5848
6021
  .np-theme-personal .np-select .np-dropdown-toggle:not(.disabled):not(:disabled):focus,
5849
6022
  .np-theme-personal .np-select .np-dropdown-toggle:not(.disabled):not(:disabled):focus-visible,
5850
6023
  .np-theme-personal .np-select .np-dropdown-toggle:not(.disabled):not(:disabled):focus-within {
5851
- box-shadow: inset 0 0 0 3px #163300;
5852
6024
  box-shadow: inset 0 0 0 3px var(--color-interactive-primary);
5853
6025
  }
5854
6026
  .np-theme-personal .has-error .np-select .np-dropdown-toggle,
5855
6027
  .np-theme-personal .has-error .np-select .np-dropdown-toggle:not(.disabled):not(:disabled):hover {
5856
- box-shadow: inset 0 0 0 2px #cb272f;
5857
6028
  box-shadow: inset 0 0 0 2px var(--color-sentiment-negative);
5858
6029
  }
5859
6030
  .np-theme-personal .has-error .np-select .np-dropdown-toggle:not(.disabled):not(:disabled):focus,
5860
6031
  .np-theme-personal .has-error .np-select .np-dropdown-toggle:not(.disabled):not(:disabled):focus-visible,
5861
6032
  .np-theme-personal .has-error .np-select .np-dropdown-toggle:not(.disabled):not(:disabled):focus-within {
5862
- box-shadow: inset 0 0 0 3px #cb272f;
5863
6033
  box-shadow: inset 0 0 0 3px var(--color-sentiment-negative);
5864
6034
  }
5865
6035
  .np-theme-personal .np-dropdown-menu {
@@ -5871,9 +6041,7 @@ html:not([dir="rtl"]) .np-navigation-option {
5871
6041
  .np-theme-personal .np-dropdown-menu .selected a:focus,
5872
6042
  .np-theme-personal .np-dropdown-menu .active a:hover,
5873
6043
  .np-theme-personal .np-dropdown-menu .selected a:hover {
5874
- color: #163300;
5875
6044
  color: var(--color-interactive-primary);
5876
- background-color: rgba(22,51,0,0.18039);
5877
6045
  background-color: var(--color-background-neutral-active);
5878
6046
  }
5879
6047
  .np-theme-personal .np-dropdown-menu .active a .body-2,
@@ -5888,25 +6056,20 @@ html:not([dir="rtl"]) .np-navigation-option {
5888
6056
  .np-theme-personal .np-dropdown-menu .selected a:focus .np-text-body-default,
5889
6057
  .np-theme-personal .np-dropdown-menu .active a:hover .np-text-body-default,
5890
6058
  .np-theme-personal .np-dropdown-menu .selected a:hover .np-text-body-default {
5891
- color: #163300;
5892
6059
  color: var(--color-interactive-primary);
5893
6060
  }
5894
6061
  .np-theme-personal .np-dropdown-menu li:not(.active):not(.selected):not(:has(input)) a:not([disabled]):not(.disabled):active {
5895
- color: #163300 !important;
5896
6062
  color: var(--color-interactive-primary) !important;
5897
- background-color: rgba(22,51,0,0.18039) !important;
5898
6063
  background-color: var(--color-background-neutral-active) !important;
5899
6064
  }
5900
6065
  .np-theme-personal .np-dropdown-menu li:not(.active):not(.selected):not(:has(input)) a:not([disabled]):not(.disabled):active .body-2,
5901
6066
  .np-theme-personal .np-dropdown-menu li:not(.active):not(.selected):not(:has(input)) a:not([disabled]):not(.disabled):active .np-text-body-default {
5902
- color: #163300;
5903
6067
  color: var(--color-interactive-primary);
5904
6068
  }
5905
6069
  .np-theme-personal .np-dropdown-menu .np-dropdown-item {
5906
6070
  outline: none;
5907
6071
  }
5908
6072
  .np-theme-personal .np-dropdown-menu .np-dropdown-item--focused {
5909
- box-shadow: inset 0 0 0 2px #163300;
5910
6073
  box-shadow: inset 0 0 0 2px var(--color-interactive-primary);
5911
6074
  }
5912
6075
  .segmented-control {
@@ -5922,7 +6085,7 @@ html:not([dir="rtl"]) .np-navigation-option {
5922
6085
  width: 100%;
5923
6086
  justify-content: center;
5924
6087
  align-items: center;
5925
- background: rgba(22,51,0,0.07843);
6088
+ background: rgba(134,167,189,0.10196);
5926
6089
  background: var(--color-background-neutral);
5927
6090
  border-radius: 24px;
5928
6091
  border-radius: var(--size-24);
@@ -5930,7 +6093,6 @@ html:not([dir="rtl"]) .np-navigation-option {
5930
6093
  outline: 2px solid transparent;
5931
6094
  }
5932
6095
  .segmented-control--input:has(:focus-visible) > .segmented-control__segments::after {
5933
- outline: 2px solid #163300;
5934
6096
  outline: 2px solid var(--color-interactive-primary);
5935
6097
  }
5936
6098
  .segmented-control__segments::after {
@@ -5970,14 +6132,13 @@ html:not([dir="rtl"]) .np-navigation-option {
5970
6132
  z-index: 1;
5971
6133
  cursor: pointer;
5972
6134
  transition: background 300ms;
5973
- color: #163300;
5974
6135
  color: var(--color-interactive-primary);
5975
6136
  }
5976
6137
  .segmented-control__segment:first-child {
5977
6138
  margin-left: 0;
5978
6139
  }
5979
6140
  .segmented-control__segment:hover {
5980
- background: rgba(22,51,0,0.07843);
6141
+ background: rgba(0,0,0,0.10196);
5981
6142
  background: var(--color-background-overlay);
5982
6143
  }
5983
6144
  .segmented-control__radio-input {
@@ -6001,7 +6162,6 @@ html:not([dir="rtl"]) .np-navigation-option {
6001
6162
  outline-offset: 0px;
6002
6163
  }
6003
6164
  .segmented-control__button:focus-visible {
6004
- outline-color: #163300;
6005
6165
  outline-color: var(--color-interactive-primary);
6006
6166
  }
6007
6167
  .segmented-control__selected-segment:hover {
@@ -6010,7 +6170,6 @@ html:not([dir="rtl"]) .np-navigation-option {
6010
6170
  .segmented-control__text {
6011
6171
  word-wrap: break-word;
6012
6172
  word-break: break-word;
6013
- color: #163300;
6014
6173
  color: var(--color-interactive-primary);
6015
6174
  transition: font-weight 300ms;
6016
6175
  }
@@ -6040,20 +6199,17 @@ html:not([dir="rtl"]) .np-navigation-option {
6040
6199
  margin-top: 0;
6041
6200
  }
6042
6201
  .np-summary__title .np-info .tw-icon {
6043
- color: #163300;
6044
6202
  color: var(--color-interactive-primary);
6045
6203
  }
6046
6204
  .np-summary__icon {
6047
6205
  position: relative;
6048
- color: #0e0f0c;
6206
+ color: #37517e;
6049
6207
  color: var(--color-content-primary);
6050
6208
  }
6051
6209
  .np-summary__icon .np-summary-icon__done {
6052
- color: #054d28;
6053
6210
  color: var(--color-sentiment-positive);
6054
6211
  }
6055
6212
  .np-summary__icon .np-summary-icon__pending {
6056
- color: #ffd11a;
6057
6213
  color: var(--color-sentiment-warning);
6058
6214
  }
6059
6215
  .np-summary__icon :nth-child(2) {
@@ -6076,7 +6232,7 @@ html:not([dir="rtl"]) .np-navigation-option {
6076
6232
  font-size: 0.875rem;
6077
6233
  font-size: var(--font-size-14);
6078
6234
  line-height: calc(20 / 14);
6079
- color: #454745;
6235
+ color: #5d7079;
6080
6236
  color: var(--color-content-secondary);
6081
6237
  padding-right: calc(24px + 8px);
6082
6238
  padding-right: calc(var(--size-24) + var(--size-8));
@@ -6126,14 +6282,14 @@ html:not([dir="rtl"]) .np-navigation-option {
6126
6282
  color: #fff;
6127
6283
  }
6128
6284
  .np-switch--unchecked {
6129
- background: #868685;
6285
+ background: #c9cbce;
6130
6286
  background: var(--color-interactive-secondary);
6131
6287
  }
6132
6288
  .np-switch--unchecked .switch--thumb {
6133
6289
  transform: translateX(0);
6134
6290
  }
6135
6291
  .np-switch--checked {
6136
- background: #9fe870;
6292
+ background: #00a2dd;
6137
6293
  background: var(--color-interactive-accent);
6138
6294
  }
6139
6295
  .np-switch--checked .np-switch--thumb {
@@ -6151,7 +6307,6 @@ html:not([dir="rtl"]) .np-navigation-option {
6151
6307
  padding: 1px 2px;
6152
6308
  }
6153
6309
  .np-theme-personal .np-switch--checked {
6154
- background: #163300;
6155
6310
  background: var(--color-interactive-primary);
6156
6311
  }
6157
6312
  .np-theme-personal .np-switch--thumb {
@@ -6176,23 +6331,23 @@ html:not([dir="rtl"]) .np-navigation-option {
6176
6331
  padding: 8px;
6177
6332
  padding: var(--size-8);
6178
6333
  margin-bottom: -2px;
6179
- color: #0e0f0c;
6334
+ color: #37517e;
6180
6335
  color: var(--color-content-primary);
6181
6336
  font-weight: 600;
6182
6337
  font-weight: var(--font-weight-semi-bold);
6183
6338
  transition: color 0.15s ease-in-out;
6184
6339
  }
6185
6340
  .np-theme-personal .tabs__tab {
6186
- color: #454745;
6341
+ color: #5d7079;
6187
6342
  color: var(--color-content-secondary);
6188
6343
  font-weight: 400;
6189
6344
  font-weight: var(--font-weight-regular);
6190
6345
  }
6191
6346
  .tabs__tab--selected {
6347
+ color: #0097c7;
6192
6348
  color: var(--color-content-accent);
6193
6349
  }
6194
6350
  .np-theme-personal .tabs__tab--selected {
6195
- color: #163300;
6196
6351
  color: var(--color-interactive-primary);
6197
6352
  font-weight: 600;
6198
6353
  font-weight: var(--font-weight-semi-bold);
@@ -6201,29 +6356,29 @@ html:not([dir="rtl"]) .np-navigation-option {
6201
6356
  border-radius: 2px;
6202
6357
  }
6203
6358
  .tabs__tab:not(.disabled):not(:disabled):focus-visible .tabs__tab__content {
6359
+ color: #0084b3;
6204
6360
  color: var(--color-content-accent-hover);
6205
6361
  }
6206
6362
  .np-theme-personal .tabs__tab:not(.disabled):not(:disabled):focus-visible .tabs__tab__content {
6207
- color: #0d1f00;
6208
6363
  color: var(--color-interactive-primary-hover);
6209
6364
  outline: var(--ring-outline-color) solid var(--ring-outline-width);
6210
6365
  outline-offset: var(--ring-outline-offset);
6211
6366
  }
6212
6367
  @media (min-width: 992px) {
6213
6368
  .tabs__tab:not(.disabled):not(:disabled):hover {
6369
+ color: #0084b3;
6214
6370
  color: var(--color-content-accent-hover);
6215
6371
  }
6216
6372
  .np-theme-personal .tabs__tab:not(.disabled):not(:disabled):hover {
6217
- color: #0d1f00;
6218
6373
  color: var(--color-interactive-primary-hover);
6219
6374
  }
6220
6375
  }
6221
6376
  @media (hover: hover) {
6222
6377
  .tabs__tab:not(.disabled):not(:disabled):hover {
6378
+ color: #0084b3;
6223
6379
  color: var(--color-content-accent-hover);
6224
6380
  }
6225
6381
  .np-theme-personal .tabs__tab:not(.disabled):not(:disabled):hover {
6226
- color: #0d1f00;
6227
6382
  color: var(--color-interactive-primary-hover);
6228
6383
  }
6229
6384
  }
@@ -6231,19 +6386,18 @@ html:not([dir="rtl"]) .np-navigation-option {
6231
6386
  list-style: none;
6232
6387
  padding: 0;
6233
6388
  margin: 0;
6234
- border-bottom: 1px solid rgba(14,15,12,0.12157);
6389
+ border-bottom: 1px solid rgba(0,0,0,0.10196);
6235
6390
  border-bottom: 1px solid var(--color-border-neutral);
6236
6391
  }
6237
6392
  .tabs__line {
6238
6393
  height: 2px;
6239
- background-color: #9fe870;
6394
+ background-color: #00a2dd;
6240
6395
  background-color: var(--color-interactive-accent);
6241
6396
  transition: transform cubic-bezier(0, 0.94, 0.62, 1) 350ms;
6242
6397
  position: relative;
6243
6398
  bottom: -1px;
6244
6399
  }
6245
6400
  .np-theme-personal .tabs__line {
6246
- background-color: #163300;
6247
6401
  background-color: var(--color-interactive-primary);
6248
6402
  }
6249
6403
  .tabs__panel-container {
@@ -6266,7 +6420,7 @@ html:not([dir="rtl"]) .np-navigation-option {
6266
6420
  opacity: 0;
6267
6421
  }
6268
6422
  .tabs--inverse .tabs__tab-list {
6269
- border-bottom-color: rgba(14,15,12,0.12157);
6423
+ border-bottom-color: rgba(0,0,0,0.10196);
6270
6424
  border-bottom-color: var(--color-border-neutral);
6271
6425
  }
6272
6426
  .tabs--inverse .tabs__tab:not(.tabs__tab--selected) {
@@ -6321,7 +6475,7 @@ html:not([dir="rtl"]) .np-navigation-option {
6321
6475
  .np-table-container {
6322
6476
  padding: 8px;
6323
6477
  padding: var(--size-8);
6324
- background-color: rgba(22,51,0,0.07843);
6478
+ background-color: rgba(134,167,189,0.10196);
6325
6479
  background-color: var(--color-background-neutral);
6326
6480
  border-radius: inherit;
6327
6481
  }
@@ -6329,11 +6483,9 @@ html:not([dir="rtl"]) .np-navigation-option {
6329
6483
  background-image: none;
6330
6484
  }
6331
6485
  .np-table-inner-container {
6332
- background-image: linear-gradient(to right, #ffffff, #ffffff), linear-gradient(to right, #ffffff, #ffffff), linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0));
6333
6486
  background-image: linear-gradient(to right, var(--color-contrast-overlay), var(--color-contrast-overlay)), linear-gradient(to right, var(--color-contrast-overlay), var(--color-contrast-overlay)), linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0));
6334
6487
  background-position: left center, right center, left center, right center;
6335
6488
  background-repeat: no-repeat;
6336
- background-color: #ffffff;
6337
6489
  background-color: var(--color-contrast-overlay);
6338
6490
  background-size: 15px 100%, 15px 100%, 15px 100%, 15px 100%;
6339
6491
  background-attachment: local, local, scroll, scroll;
@@ -6341,7 +6493,6 @@ html:not([dir="rtl"]) .np-navigation-option {
6341
6493
  border-radius: 10px;
6342
6494
  }
6343
6495
  .np-theme-personal--dark .np-table-inner-container {
6344
- background-image: linear-gradient(to right, #ffffff, #ffffff), linear-gradient(to right, #ffffff, #ffffff), linear-gradient(to right, #000000, rgba(0, 0, 0, 0)), linear-gradient(to left, #000000, rgba(0, 0, 0, 0));
6345
6496
  background-image: linear-gradient(to right, var(--color-contrast-overlay), var(--color-contrast-overlay)), linear-gradient(to right, var(--color-contrast-overlay), var(--color-contrast-overlay)), linear-gradient(to right, #000000, rgba(0, 0, 0, 0)), linear-gradient(to left, #000000, rgba(0, 0, 0, 0));
6346
6497
  }
6347
6498
  .np-table-row:last-child .np-table-cell:first-child {
@@ -6372,7 +6523,6 @@ html:not([dir="rtl"]) .np-navigation-option {
6372
6523
  width: 100%;
6373
6524
  top: 0;
6374
6525
  left: 0;
6375
- background-color: rgba(22,51,0,0.07843);
6376
6526
  background-color: var(--color-background-screen-hover);
6377
6527
  }
6378
6528
  .np-table-row--clickable .np-table-cell:first-child:before,
@@ -6458,9 +6608,8 @@ html:not([dir="rtl"]) .np-navigation-option {
6458
6608
  padding-bottom: var(--size-8);
6459
6609
  padding-left: 8px;
6460
6610
  padding-left: var(--size-8);
6461
- background-color: rgba(22,51,0,0.07843);
6611
+ background-color: rgba(134,167,189,0.10196);
6462
6612
  background-color: var(--color-background-neutral);
6463
- color: #163300;
6464
6613
  color: var(--color-interactive-primary);
6465
6614
  }
6466
6615
  .np-table-header-content {
@@ -6473,7 +6622,6 @@ html:not([dir="rtl"]) .np-navigation-option {
6473
6622
  letter-spacing: var(--letter-spacing-sm);
6474
6623
  }
6475
6624
  .np-table-header--error {
6476
- color: #cb272f;
6477
6625
  color: var(--color-sentiment-negative);
6478
6626
  }
6479
6627
  .np-table-header--action {
@@ -6504,23 +6652,21 @@ html:not([dir="rtl"]) .np-navigation-option {
6504
6652
  margin-bottom: 4px;
6505
6653
  margin-bottom: var(--size-4);
6506
6654
  height: 1px;
6507
- background-color: rgba(22,51,0,0.07843);
6655
+ background-color: rgba(134,167,189,0.10196);
6508
6656
  background-color: var(--color-background-neutral);
6509
6657
  padding: 0;
6510
6658
  }
6511
6659
  .np-table-cell .np-text-body-default-bold {
6512
6660
  display: flex;
6513
6661
  align-items: center;
6514
- color: #0e0f0c;
6662
+ color: #37517e;
6515
6663
  color: var(--color-content-primary);
6516
6664
  white-space: nowrap;
6517
6665
  }
6518
6666
  .np-table-cell .np-table-content--success {
6519
- color: #054d28;
6520
6667
  color: var(--color-sentiment-positive);
6521
6668
  }
6522
6669
  .np-table-cell .np-table-content--error {
6523
- color: #cb272f;
6524
6670
  color: var(--color-sentiment-negative);
6525
6671
  }
6526
6672
  .np-table-cell .tw-loader {
@@ -6553,7 +6699,7 @@ html:not([dir="rtl"]) .np-navigation-option {
6553
6699
  flex-direction: column;
6554
6700
  font-size: 0.75rem;
6555
6701
  font-size: var(--font-size-12);
6556
- color: #6a6c6a;
6702
+ color: #768e9c;
6557
6703
  color: var(--color-content-tertiary);
6558
6704
  }
6559
6705
  .np-table-content--reversed {
@@ -6577,31 +6723,28 @@ html:not([dir="rtl"]) .np-navigation-option {
6577
6723
  width: 100%;
6578
6724
  }
6579
6725
  .np-theme-personal .np-tile {
6580
- background-color: rgba(22,51,0,0.07843);
6726
+ background-color: rgba(134,167,189,0.10196);
6581
6727
  background-color: var(--color-background-neutral);
6582
6728
  }
6583
6729
  .np-theme-personal .np-tile .tw-avatar .tw-avatar__content {
6584
- background-color: #ffffff;
6585
6730
  background-color: var(--color-contrast);
6586
6731
  }
6587
6732
  .np-tile.decision {
6588
6733
  margin-top: 0;
6589
- border: 1px solid rgba(14,15,12,0.12157);
6734
+ border: 1px solid rgba(0,0,0,0.10196);
6590
6735
  border: 1px solid var(--color-border-neutral);
6591
6736
  }
6592
6737
  .np-theme-personal .np-tile.decision {
6593
6738
  border: none;
6594
6739
  }
6595
6740
  .np-theme-personal .np-tile.decision:hover {
6596
- background-color: rgba(22,51,0,0.12941);
6597
6741
  background-color: var(--color-background-neutral-hover);
6598
6742
  }
6599
6743
  .np-theme-personal .np-tile.decision:active {
6600
- background-color: rgba(22,51,0,0.18039);
6601
6744
  background-color: var(--color-background-neutral-active);
6602
6745
  }
6603
6746
  .np-theme-personal .np-tile.decision .np-text-body-default {
6604
- color: #454745;
6747
+ color: #5d7079;
6605
6748
  color: var(--color-content-secondary);
6606
6749
  }
6607
6750
  .np-tile.np-decision__tile--fixed-width {
@@ -6611,7 +6754,7 @@ html:not([dir="rtl"]) .np-navigation-option {
6611
6754
  width: 100%;
6612
6755
  }
6613
6756
  .np-tile__description {
6614
- color: #454745;
6757
+ color: #5d7079;
6615
6758
  color: var(--color-content-secondary);
6616
6759
  margin-top: 12px;
6617
6760
  margin-top: var(--size-12);
@@ -6632,7 +6775,7 @@ html:not([dir="rtl"]) .np-navigation-option {
6632
6775
  background-color: var(--color-background-screen);
6633
6776
  }
6634
6777
  .np-tile__description {
6635
- color: #454745;
6778
+ color: #5d7079;
6636
6779
  color: var(--color-content-secondary);
6637
6780
  font-weight: 400;
6638
6781
  font-weight: var(--font-weight-regular);
@@ -6855,11 +6998,10 @@ html:not([dir="rtl"]) .np-navigation-option {
6855
6998
  }
6856
6999
  }
6857
7000
  .np-theme-personal .typeahead .input-group:not(.disabled):not(:disabled):not(.input-group--has-error):focus-within .tw-icon-search {
6858
- color: #163300;
6859
7001
  color: var(--color-interactive-primary);
6860
7002
  }
6861
7003
  .np-theme-personal .typeahead .tw-icon-search {
6862
- color: #868685;
7004
+ color: #c9cbce;
6863
7005
  color: var(--color-interactive-secondary);
6864
7006
  }
6865
7007
  .np-theme-personal .typeahead .np-chip {
@@ -6875,8 +7017,11 @@ html:not([dir="rtl"]) .np-navigation-option {
6875
7017
  padding-right: var(--size-32);
6876
7018
  }
6877
7019
  }
7020
+ .typeahead__option.tw-dropdown-item .dropdown-item:active strong {
7021
+ color: #ffffff;
7022
+ }
6878
7023
  .typeahead__option.tw-dropdown-item--focused {
6879
- box-shadow: inset 0 0 0 1px #868685;
7024
+ box-shadow: inset 0 0 0 1px #c9cbce;
6880
7025
  box-shadow: inset 0 0 0 1px var(--color-interactive-secondary);
6881
7026
  border-radius: 10px;
6882
7027
  border-radius: var(--radius-small);
@@ -6905,7 +7050,7 @@ html:not([dir="rtl"]) .np-navigation-option {
6905
7050
  .upload-error-message {
6906
7051
  margin-top: 24px;
6907
7052
  margin-top: var(--padding-medium);
6908
- border-top: 1px solid rgba(14,15,12,0.12157);
7053
+ border-top: 1px solid rgba(0,0,0,0.10196);
6909
7054
  border-top: 1px solid var(--color-border-neutral);
6910
7055
  text-align: start;
6911
7056
  }
@@ -6930,7 +7075,6 @@ html:not([dir="rtl"]) .np-navigation-option {
6930
7075
  cursor: pointer;
6931
7076
  }
6932
7077
  .np-upload-input__upload-button .np-upload-input__title {
6933
- color: #163300;
6934
7078
  color: var(--color-content-link);
6935
7079
  -webkit-text-decoration: underline;
6936
7080
  text-decoration: underline;
@@ -6943,7 +7087,6 @@ html:not([dir="rtl"]) .np-navigation-option {
6943
7087
  .np-upload-input__upload-button .np-upload-input__icon {
6944
7088
  padding-right: 16px;
6945
7089
  padding-right: var(--size-16);
6946
- color: #163300;
6947
7090
  color: var(--color-interactive-primary);
6948
7091
  }
6949
7092
  .np-upload-input__upload-button.is-dropping .np-upload-input__icon,
@@ -6978,7 +7121,7 @@ html:not([dir="rtl"]) .np-navigation-option {
6978
7121
  display: block;
6979
7122
  position: absolute;
6980
7123
  height: 1px;
6981
- background-color: rgba(14,15,12,0.12157);
7124
+ background-color: rgba(0,0,0,0.10196);
6982
7125
  background-color: var(--color-border-neutral);
6983
7126
  content: " ";
6984
7127
  left: 16px;
@@ -6995,7 +7138,7 @@ html:not([dir="rtl"]) .np-navigation-option {
6995
7138
  .np-upload-input__upload-button--enabled.is-dropping,
6996
7139
  .np-upload-input__upload-button--enabled:hover,
6997
7140
  .np-upload-input__upload-button--enabled:active {
6998
- background: rgba(22,51,0,0.07843);
7141
+ background: rgba(134,167,189,0.10196);
6999
7142
  background: var(--color-background-neutral);
7000
7143
  }
7001
7144
  .np-upload-input__upload-button--enabled.is-dropping:before,
@@ -7051,7 +7194,7 @@ html:not([dir="rtl"]) .np-navigation-option {
7051
7194
  width: calc(100% - 2 * 16px);
7052
7195
  width: calc(100% - 2 * var(--size-16));
7053
7196
  top: 0;
7054
- background: rgba(14,15,12,0.12157);
7197
+ background: rgba(0,0,0,0.10196);
7055
7198
  background: var(--color-border-neutral);
7056
7199
  }
7057
7200
  .np-upload-input__item .np-upload-input__item-content {
@@ -7070,7 +7213,7 @@ html:not([dir="rtl"]) .np-navigation-option {
7070
7213
  margin: 0;
7071
7214
  -moz-text-align-last: left;
7072
7215
  text-align-last: left;
7073
- color: #454745;
7216
+ color: #5d7079;
7074
7217
  color: var(--color-content-secondary);
7075
7218
  }
7076
7219
  .np-upload-input__item .np-upload-input__title + .np-upload-input__text {
@@ -7114,9 +7257,8 @@ html:not([dir="rtl"]) .np-navigation-option {
7114
7257
  padding: 0 var(--size-4);
7115
7258
  border-radius: 50%;
7116
7259
  border: 0;
7117
- background-color: rgba(22,51,0,0.07843);
7260
+ background-color: rgba(134,167,189,0.10196);
7118
7261
  background-color: var(--color-background-neutral);
7119
- color: #163300;
7120
7262
  color: var(--color-interactive-primary);
7121
7263
  transition: color, background-color 0.15s ease-in-out;
7122
7264
  outline-offset: 0;
@@ -7135,13 +7277,10 @@ html:not([dir="rtl"]) .np-navigation-option {
7135
7277
  right: var(--clickAreaTopRightOffset);
7136
7278
  }
7137
7279
  .np-upload-input__item .np-upload-input__item-action .np-upload-input__item-button:hover {
7138
- background-color: #cb272f;
7139
7280
  background-color: var(--color-sentiment-negative);
7140
- color: #ffffff !important;
7141
7281
  color: var(--color-contrast-overlay) !important;
7142
7282
  }
7143
7283
  .np-upload-input__item .np-upload-input__item-action .np-upload-input__item-button:active {
7144
- background-color: rgba(22,51,0,0.18039);
7145
7284
  background-color: var(--color-background-neutral-active);
7146
7285
  }
7147
7286
  .np-upload-input__item.is-interactive {
@@ -7167,7 +7306,7 @@ html:not([dir="rtl"]) .np-navigation-option {
7167
7306
  }
7168
7307
  .np-upload-input__item.is-interactive .np-upload-input__item-link:hover,
7169
7308
  .np-upload-input__item.is-interactive .np-upload-input__item-link:active {
7170
- background-color: rgba(22,51,0,0.07843);
7309
+ background-color: rgba(134,167,189,0.10196);
7171
7310
  background-color: var(--color-background-neutral);
7172
7311
  }
7173
7312
  .np-upload-input__item.is-interactive:first-child .np-upload-input__item-link {
@@ -7203,27 +7342,27 @@ html:not([dir="rtl"]) .np-navigation-option {
7203
7342
  height: var(--size-8);
7204
7343
  }
7205
7344
  .np-progress::-webkit-progress-bar {
7206
- background-color: rgba(22,51,0,0.07843);
7345
+ background-color: rgba(134,167,189,0.10196);
7207
7346
  background-color: var(--color-background-neutral);
7208
7347
  border-radius: 10px;
7209
7348
  border-radius: var(--radius-small);
7210
7349
  }
7211
7350
  .np-progress::-webkit-progress-value {
7351
+ background-color: #0097c7;
7212
7352
  background-color: var(--color-content-accent);
7213
7353
  border-radius: 10px;
7214
7354
  border-radius: var(--radius-small);
7215
7355
  }
7216
7356
  .np-theme-personal .np-progress::-webkit-progress-value {
7217
- background-color: #163300;
7218
7357
  background-color: var(--color-interactive-primary);
7219
7358
  }
7220
7359
  .np-progress::-moz-progress-bar {
7360
+ background-color: #0097c7;
7221
7361
  background-color: var(--color-content-accent);
7222
7362
  border-radius: 10px;
7223
7363
  border-radius: var(--radius-small);
7224
7364
  }
7225
7365
  .np-theme-personal .np-progress::-moz-progress-bar {
7226
- background-color: #163300;
7227
7366
  background-color: var(--color-interactive-primary);
7228
7367
  }
7229
7368
  @media (prefers-reduced-motion: no-preference) {
@@ -7239,13 +7378,13 @@ html:not([dir="rtl"]) .np-navigation-option {
7239
7378
  }
7240
7379
  }
7241
7380
  .np-progress-bar__title .h4 {
7242
- color: #0e0f0c;
7381
+ color: #37517e;
7243
7382
  color: var(--color-content-primary);
7244
7383
  margin-bottom: 4px;
7245
7384
  margin-bottom: var(--size-4);
7246
7385
  }
7247
7386
  .np-progress-bar p {
7248
- color: #0e0f0c;
7387
+ color: #37517e;
7249
7388
  color: var(--color-content-primary);
7250
7389
  margin-top: 4px;
7251
7390
  margin-top: var(--size-4);