@dnb/eufemia 9.23.0-beta.3 → 9.23.1

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 (227) hide show
  1. package/CHANGELOG.md +15 -11
  2. package/cjs/components/accordion/style/dnb-accordion.css +92 -0
  3. package/cjs/components/accordion/style/dnb-accordion.min.css +1 -1
  4. package/cjs/components/accordion/style/dnb-accordion.scss +3 -0
  5. package/cjs/components/autocomplete/style/dnb-autocomplete.css +1652 -64
  6. package/cjs/components/autocomplete/style/dnb-autocomplete.min.css +2 -2
  7. package/cjs/components/autocomplete/style/dnb-autocomplete.scss +1 -2
  8. package/cjs/components/button/style/dnb-button.css +192 -0
  9. package/cjs/components/button/style/dnb-button.min.css +1 -1
  10. package/cjs/components/button/style/dnb-button.scss +1 -1
  11. package/cjs/components/date-picker/style/dnb-date-picker.css +729 -0
  12. package/cjs/components/date-picker/style/dnb-date-picker.min.css +2 -2
  13. package/cjs/components/dialog/style/dnb-dialog.css +1883 -79
  14. package/cjs/components/dialog/style/dnb-dialog.min.css +1 -1
  15. package/cjs/components/dialog/style/dnb-dialog.scss +1 -1
  16. package/cjs/components/drawer/Drawer.js +2 -1
  17. package/cjs/components/drawer/style/dnb-drawer.css +1883 -79
  18. package/cjs/components/drawer/style/dnb-drawer.min.css +1 -1
  19. package/cjs/components/drawer/style/dnb-drawer.scss +1 -1
  20. package/cjs/components/dropdown/style/dnb-dropdown.css +192 -0
  21. package/cjs/components/dropdown/style/dnb-dropdown.min.css +1 -1
  22. package/cjs/components/dropdown/style/themes/dnb-dropdown-theme-ui.css +12 -11
  23. package/cjs/components/dropdown/style/themes/dnb-dropdown-theme-ui.min.css +1 -1
  24. package/cjs/components/dropdown/style/themes/dnb-dropdown-theme-ui.scss +4 -1
  25. package/cjs/components/global-error/style/dnb-global-error.css +192 -0
  26. package/cjs/components/global-error/style/dnb-global-error.min.css +1 -1
  27. package/cjs/components/global-status/style/dnb-global-status.css +192 -0
  28. package/cjs/components/global-status/style/dnb-global-status.min.css +1 -1
  29. package/cjs/components/help-button/style/dnb-help-button.css +773 -0
  30. package/cjs/components/help-button/style/dnb-help-button.min.css +1 -1
  31. package/cjs/components/help-button/style/dnb-help-button.scss +3 -0
  32. package/cjs/components/icon/Icon.d.ts +1 -1
  33. package/cjs/components/icon-primary/IconPrimary.d.ts +1 -1
  34. package/cjs/components/info-card/InfoCard.js +2 -2
  35. package/cjs/components/info-card/style/_info-card.scss +3 -0
  36. package/cjs/components/info-card/style/dnb-info-card.css +4 -1
  37. package/cjs/components/info-card/style/dnb-info-card.min.css +1 -1
  38. package/cjs/components/input/style/dnb-input.css +371 -0
  39. package/cjs/components/input/style/dnb-input.min.css +1 -1
  40. package/cjs/components/input/style/dnb-input.scss +1 -0
  41. package/cjs/components/input-masked/style/dnb-input-masked.css +371 -0
  42. package/cjs/components/input-masked/style/dnb-input-masked.min.css +1 -1
  43. package/cjs/components/modal/style/_modal.scss +6 -0
  44. package/cjs/components/modal/style/dnb-modal.css +282 -1
  45. package/cjs/components/modal/style/dnb-modal.min.css +1 -1
  46. package/cjs/components/modal/style/dnb-modal.scss +1 -1
  47. package/cjs/components/pagination/style/dnb-pagination.css +192 -0
  48. package/cjs/components/pagination/style/dnb-pagination.min.css +1 -1
  49. package/cjs/components/slider/style/dnb-slider.css +192 -0
  50. package/cjs/components/slider/style/dnb-slider.min.css +1 -1
  51. package/cjs/components/step-indicator/style/dnb-step-indicator.css +773 -0
  52. package/cjs/components/step-indicator/style/dnb-step-indicator.min.css +1 -1
  53. package/cjs/components/step-indicator/style/dnb-step-indicator.scss +2 -0
  54. package/cjs/components/tabs/Tabs.d.ts +6 -0
  55. package/cjs/components/tabs/Tabs.js +193 -162
  56. package/cjs/components/tabs/style/_tabs.scss +59 -61
  57. package/cjs/components/tabs/style/dnb-tabs.css +176 -180
  58. package/cjs/components/tabs/style/dnb-tabs.min.css +1 -1
  59. package/cjs/components/tag/style/_tag.scss +10 -6
  60. package/cjs/components/tag/style/dnb-tag.css +205 -5
  61. package/cjs/components/tag/style/dnb-tag.min.css +1 -1
  62. package/cjs/components/toggle-button/style/dnb-toggle-button.css +192 -0
  63. package/cjs/components/toggle-button/style/dnb-toggle-button.min.css +1 -1
  64. package/cjs/components/toggle-button/style/dnb-toggle-button.scss +2 -0
  65. package/cjs/shared/Eufemia.js +1 -1
  66. package/cjs/shared/hooks/usePropsWithContext.js +1 -1
  67. package/cjs/style/dnb-ui-components.css +207 -187
  68. package/cjs/style/dnb-ui-components.min.css +3 -3
  69. package/cjs/style/themes/theme-open-banking/dnb-theme-open-banking.css +12 -11
  70. package/cjs/style/themes/theme-open-banking/dnb-theme-open-banking.min.css +1 -1
  71. package/cjs/style/themes/theme-ui/dnb-theme-ui.css +12 -11
  72. package/cjs/style/themes/theme-ui/dnb-theme-ui.min.css +1 -1
  73. package/components/accordion/style/dnb-accordion.css +92 -0
  74. package/components/accordion/style/dnb-accordion.min.css +1 -1
  75. package/components/accordion/style/dnb-accordion.scss +3 -0
  76. package/components/autocomplete/style/dnb-autocomplete.css +1652 -64
  77. package/components/autocomplete/style/dnb-autocomplete.min.css +2 -2
  78. package/components/autocomplete/style/dnb-autocomplete.scss +1 -2
  79. package/components/button/style/dnb-button.css +192 -0
  80. package/components/button/style/dnb-button.min.css +1 -1
  81. package/components/button/style/dnb-button.scss +1 -1
  82. package/components/date-picker/style/dnb-date-picker.css +729 -0
  83. package/components/date-picker/style/dnb-date-picker.min.css +2 -2
  84. package/components/dialog/style/dnb-dialog.css +1883 -79
  85. package/components/dialog/style/dnb-dialog.min.css +1 -1
  86. package/components/dialog/style/dnb-dialog.scss +1 -1
  87. package/components/drawer/Drawer.js +2 -1
  88. package/components/drawer/style/dnb-drawer.css +1883 -79
  89. package/components/drawer/style/dnb-drawer.min.css +1 -1
  90. package/components/drawer/style/dnb-drawer.scss +1 -1
  91. package/components/dropdown/style/dnb-dropdown.css +192 -0
  92. package/components/dropdown/style/dnb-dropdown.min.css +1 -1
  93. package/components/dropdown/style/themes/dnb-dropdown-theme-ui.css +12 -11
  94. package/components/dropdown/style/themes/dnb-dropdown-theme-ui.min.css +1 -1
  95. package/components/dropdown/style/themes/dnb-dropdown-theme-ui.scss +4 -1
  96. package/components/global-error/style/dnb-global-error.css +192 -0
  97. package/components/global-error/style/dnb-global-error.min.css +1 -1
  98. package/components/global-status/style/dnb-global-status.css +192 -0
  99. package/components/global-status/style/dnb-global-status.min.css +1 -1
  100. package/components/help-button/style/dnb-help-button.css +773 -0
  101. package/components/help-button/style/dnb-help-button.min.css +1 -1
  102. package/components/help-button/style/dnb-help-button.scss +3 -0
  103. package/components/icon/Icon.d.ts +1 -1
  104. package/components/icon-primary/IconPrimary.d.ts +1 -1
  105. package/components/info-card/InfoCard.js +2 -2
  106. package/components/info-card/style/_info-card.scss +3 -0
  107. package/components/info-card/style/dnb-info-card.css +4 -1
  108. package/components/info-card/style/dnb-info-card.min.css +1 -1
  109. package/components/input/style/dnb-input.css +371 -0
  110. package/components/input/style/dnb-input.min.css +1 -1
  111. package/components/input/style/dnb-input.scss +1 -0
  112. package/components/input-masked/style/dnb-input-masked.css +371 -0
  113. package/components/input-masked/style/dnb-input-masked.min.css +1 -1
  114. package/components/modal/style/_modal.scss +6 -0
  115. package/components/modal/style/dnb-modal.css +282 -1
  116. package/components/modal/style/dnb-modal.min.css +1 -1
  117. package/components/modal/style/dnb-modal.scss +1 -1
  118. package/components/pagination/style/dnb-pagination.css +192 -0
  119. package/components/pagination/style/dnb-pagination.min.css +1 -1
  120. package/components/slider/style/dnb-slider.css +192 -0
  121. package/components/slider/style/dnb-slider.min.css +1 -1
  122. package/components/step-indicator/style/dnb-step-indicator.css +773 -0
  123. package/components/step-indicator/style/dnb-step-indicator.min.css +1 -1
  124. package/components/step-indicator/style/dnb-step-indicator.scss +2 -0
  125. package/components/tabs/Tabs.d.ts +6 -0
  126. package/components/tabs/Tabs.js +192 -161
  127. package/components/tabs/style/_tabs.scss +59 -61
  128. package/components/tabs/style/dnb-tabs.css +176 -180
  129. package/components/tabs/style/dnb-tabs.min.css +1 -1
  130. package/components/tag/style/_tag.scss +10 -6
  131. package/components/tag/style/dnb-tag.css +205 -5
  132. package/components/tag/style/dnb-tag.min.css +1 -1
  133. package/components/toggle-button/style/dnb-toggle-button.css +192 -0
  134. package/components/toggle-button/style/dnb-toggle-button.min.css +1 -1
  135. package/components/toggle-button/style/dnb-toggle-button.scss +2 -0
  136. package/es/components/accordion/style/dnb-accordion.css +92 -0
  137. package/es/components/accordion/style/dnb-accordion.min.css +1 -1
  138. package/es/components/accordion/style/dnb-accordion.scss +3 -0
  139. package/es/components/autocomplete/style/dnb-autocomplete.css +1652 -64
  140. package/es/components/autocomplete/style/dnb-autocomplete.min.css +2 -2
  141. package/es/components/autocomplete/style/dnb-autocomplete.scss +1 -2
  142. package/es/components/button/style/dnb-button.css +192 -0
  143. package/es/components/button/style/dnb-button.min.css +1 -1
  144. package/es/components/button/style/dnb-button.scss +1 -1
  145. package/es/components/date-picker/style/dnb-date-picker.css +729 -0
  146. package/es/components/date-picker/style/dnb-date-picker.min.css +2 -2
  147. package/es/components/dialog/style/dnb-dialog.css +1883 -79
  148. package/es/components/dialog/style/dnb-dialog.min.css +1 -1
  149. package/es/components/dialog/style/dnb-dialog.scss +1 -1
  150. package/es/components/drawer/Drawer.js +2 -1
  151. package/es/components/drawer/style/dnb-drawer.css +1883 -79
  152. package/es/components/drawer/style/dnb-drawer.min.css +1 -1
  153. package/es/components/drawer/style/dnb-drawer.scss +1 -1
  154. package/es/components/dropdown/style/dnb-dropdown.css +192 -0
  155. package/es/components/dropdown/style/dnb-dropdown.min.css +1 -1
  156. package/es/components/dropdown/style/themes/dnb-dropdown-theme-ui.css +12 -11
  157. package/es/components/dropdown/style/themes/dnb-dropdown-theme-ui.min.css +1 -1
  158. package/es/components/dropdown/style/themes/dnb-dropdown-theme-ui.scss +4 -1
  159. package/es/components/global-error/style/dnb-global-error.css +192 -0
  160. package/es/components/global-error/style/dnb-global-error.min.css +1 -1
  161. package/es/components/global-status/style/dnb-global-status.css +192 -0
  162. package/es/components/global-status/style/dnb-global-status.min.css +1 -1
  163. package/es/components/help-button/style/dnb-help-button.css +773 -0
  164. package/es/components/help-button/style/dnb-help-button.min.css +1 -1
  165. package/es/components/help-button/style/dnb-help-button.scss +3 -0
  166. package/es/components/icon/Icon.d.ts +1 -1
  167. package/es/components/icon-primary/IconPrimary.d.ts +1 -1
  168. package/es/components/info-card/InfoCard.js +2 -2
  169. package/es/components/info-card/style/_info-card.scss +3 -0
  170. package/es/components/info-card/style/dnb-info-card.css +4 -1
  171. package/es/components/info-card/style/dnb-info-card.min.css +1 -1
  172. package/es/components/input/style/dnb-input.css +371 -0
  173. package/es/components/input/style/dnb-input.min.css +1 -1
  174. package/es/components/input/style/dnb-input.scss +1 -0
  175. package/es/components/input-masked/style/dnb-input-masked.css +371 -0
  176. package/es/components/input-masked/style/dnb-input-masked.min.css +1 -1
  177. package/es/components/modal/style/_modal.scss +6 -0
  178. package/es/components/modal/style/dnb-modal.css +282 -1
  179. package/es/components/modal/style/dnb-modal.min.css +1 -1
  180. package/es/components/modal/style/dnb-modal.scss +1 -1
  181. package/es/components/pagination/style/dnb-pagination.css +192 -0
  182. package/es/components/pagination/style/dnb-pagination.min.css +1 -1
  183. package/es/components/slider/style/dnb-slider.css +192 -0
  184. package/es/components/slider/style/dnb-slider.min.css +1 -1
  185. package/es/components/step-indicator/style/dnb-step-indicator.css +773 -0
  186. package/es/components/step-indicator/style/dnb-step-indicator.min.css +1 -1
  187. package/es/components/step-indicator/style/dnb-step-indicator.scss +2 -0
  188. package/es/components/tabs/Tabs.d.ts +6 -0
  189. package/es/components/tabs/Tabs.js +134 -108
  190. package/es/components/tabs/style/_tabs.scss +59 -61
  191. package/es/components/tabs/style/dnb-tabs.css +176 -180
  192. package/es/components/tabs/style/dnb-tabs.min.css +1 -1
  193. package/es/components/tag/style/_tag.scss +10 -6
  194. package/es/components/tag/style/dnb-tag.css +205 -5
  195. package/es/components/tag/style/dnb-tag.min.css +1 -1
  196. package/es/components/toggle-button/style/dnb-toggle-button.css +192 -0
  197. package/es/components/toggle-button/style/dnb-toggle-button.min.css +1 -1
  198. package/es/components/toggle-button/style/dnb-toggle-button.scss +2 -0
  199. package/es/shared/Eufemia.js +1 -1
  200. package/es/shared/hooks/usePropsWithContext.js +1 -1
  201. package/es/style/dnb-ui-components.css +207 -187
  202. package/es/style/dnb-ui-components.min.css +3 -3
  203. package/es/style/themes/theme-open-banking/dnb-theme-open-banking.css +12 -11
  204. package/es/style/themes/theme-open-banking/dnb-theme-open-banking.min.css +1 -1
  205. package/es/style/themes/theme-ui/dnb-theme-ui.css +12 -11
  206. package/es/style/themes/theme-ui/dnb-theme-ui.min.css +1 -1
  207. package/esm/dnb-ui-basis.min.mjs +1 -1
  208. package/esm/dnb-ui-components.min.mjs +1 -1
  209. package/esm/dnb-ui-elements.min.mjs +1 -1
  210. package/esm/dnb-ui-extensions.min.mjs +1 -1
  211. package/esm/dnb-ui-lib.min.mjs +3 -3
  212. package/esm/dnb-ui-web-components.min.mjs +2 -2
  213. package/package.json +1 -1
  214. package/shared/Eufemia.js +1 -1
  215. package/shared/hooks/usePropsWithContext.js +1 -1
  216. package/style/dnb-ui-components.css +207 -187
  217. package/style/dnb-ui-components.min.css +3 -3
  218. package/style/themes/theme-open-banking/dnb-theme-open-banking.css +12 -11
  219. package/style/themes/theme-open-banking/dnb-theme-open-banking.min.css +1 -1
  220. package/style/themes/theme-ui/dnb-theme-ui.css +12 -11
  221. package/style/themes/theme-ui/dnb-theme-ui.min.css +1 -1
  222. package/umd/dnb-ui-basis.min.js +1 -1
  223. package/umd/dnb-ui-components.min.js +3 -3
  224. package/umd/dnb-ui-elements.min.js +1 -1
  225. package/umd/dnb-ui-extensions.min.js +1 -1
  226. package/umd/dnb-ui-lib.min.js +3 -3
  227. package/umd/dnb-ui-web-components.min.js +3 -3
@@ -18,6 +18,1889 @@
18
18
  * Document Reset
19
19
  *
20
20
  */
21
+ /*
22
+ * DNB Modal
23
+ *
24
+ */
25
+ /**
26
+ * This file is only used to make components independent
27
+ * so that they can get imported individually, without the core styles
28
+ *
29
+ */
30
+ /*
31
+ * Utilities
32
+ */
33
+ /*
34
+ * Scopes
35
+ *
36
+ */
37
+ /*
38
+ * Document Reset
39
+ *
40
+ */
41
+ /*
42
+ * DNB HelpButton
43
+ *
44
+ */
45
+ /**
46
+ * This file is only used to make components independent
47
+ * so that they can get imported individually, without the core styles
48
+ *
49
+ */
50
+ /*
51
+ * Utilities
52
+ */
53
+ /*
54
+ * Scopes
55
+ *
56
+ */
57
+ /*
58
+ * Document Reset
59
+ *
60
+ */
61
+ /*
62
+ * DNB Button
63
+ *
64
+ */
65
+ /**
66
+ * This file is only used to make components independent
67
+ * so that they can get imported individually, without the core styles
68
+ *
69
+ */
70
+ /*
71
+ * Utilities
72
+ */
73
+ /*
74
+ * Scopes
75
+ *
76
+ */
77
+ /*
78
+ * Document Reset
79
+ *
80
+ */
81
+ /*
82
+ * DNB icon
83
+ *
84
+ */
85
+ /**
86
+ * This file is only used to make components independent
87
+ * so that they can get imported individually, without the core styles
88
+ *
89
+ */
90
+ /*
91
+ * Utilities
92
+ */
93
+ /*
94
+ * Scopes
95
+ *
96
+ */
97
+ /*
98
+ * Document Reset
99
+ *
100
+ */
101
+ /*
102
+ * Icon component
103
+ *
104
+ */
105
+ .dnb-icon {
106
+ display: inline-block;
107
+ vertical-align: middle;
108
+ font-size: 1rem;
109
+ line-height: 1rem;
110
+ color: inherit;
111
+ width: 1em;
112
+ height: 1em; }
113
+ .dnb-icon img,
114
+ .dnb-icon svg {
115
+ width: inherit;
116
+ height: inherit;
117
+ shape-rendering: geometricPrecision;
118
+ vertical-align: top; }
119
+ .dnb-icon svg[width='100%'] {
120
+ width: inherit; }
121
+ .dnb-icon svg[height='100%'] {
122
+ height: inherit; }
123
+ .dnb-icon--inherit-color svg:not([fill]),
124
+ .dnb-icon--inherit-color svg [fill] {
125
+ fill: currentColor; }
126
+ .dnb-icon--inherit-color svg [stroke] {
127
+ stroke: currentColor; }
128
+ .dnb-icon--small {
129
+ font-size: 0.75rem; }
130
+ .dnb-icon--default {
131
+ font-size: 1rem; }
132
+ .dnb-icon--medium {
133
+ font-size: 1.5rem; }
134
+ .dnb-icon--large {
135
+ font-size: 2rem; }
136
+ .dnb-icon--x-large {
137
+ font-size: 2.5rem; }
138
+ .dnb-icon--xx-large {
139
+ font-size: 3rem; }
140
+ .dnb-icon--custom-size {
141
+ width: auto;
142
+ height: auto; }
143
+ .dnb-icon--auto {
144
+ font-size: 1em; }
145
+ .dnb-icon--auto > .dnb-icon--wrapper {
146
+ display: -webkit-inline-box;
147
+ display: -ms-inline-flexbox;
148
+ display: inline-flex;
149
+ -webkit-box-align: center;
150
+ -ms-flex-align: center;
151
+ align-items: center;
152
+ -webkit-box-pack: center;
153
+ -ms-flex-pack: center;
154
+ justify-content: center; }
155
+ h1 .dnb-icon,
156
+ h2 .dnb-icon,
157
+ h3 .dnb-icon,
158
+ h4 .dnb-icon,
159
+ h5 .dnb-icon,
160
+ h6 .dnb-icon {
161
+ vertical-align: middle; }
162
+ .dnb-icon.dnb-skeleton {
163
+ color: #ebebeb !important;
164
+ color: var(--skeleton-color) !important; }
165
+ .dnb-icon.dnb-skeleton::before, .dnb-icon.dnb-skeleton::after {
166
+ content: none !important; }
167
+ @media screen and (-ms-high-contrast: none) {
168
+ .dnb-icon {
169
+ -webkit-box-flex: 0;
170
+ -ms-flex: none;
171
+ flex: none; } }
172
+
173
+ /*
174
+ * DNB Tooltip
175
+ *
176
+ */
177
+ /**
178
+ * This file is only used to make components independent
179
+ * so that they can get imported individually, without the core styles
180
+ *
181
+ */
182
+ /*
183
+ * Utilities
184
+ */
185
+ /*
186
+ * Scopes
187
+ *
188
+ */
189
+ /*
190
+ * Document Reset
191
+ *
192
+ */
193
+ .dnb-tooltip {
194
+ font-family: 'DNB', sans-serif;
195
+ font-family: var(--font-family-default);
196
+ font-weight: normal;
197
+ font-weight: var(--font-weight-basis);
198
+ font-size: 1rem;
199
+ font-size: var(--font-size-small);
200
+ font-style: normal;
201
+ line-height: 1.5rem;
202
+ line-height: var(--line-height-basis);
203
+ color: #333;
204
+ color: var(--color-black-80, #333);
205
+ -moz-osx-font-smoothing: grayscale;
206
+ -webkit-font-smoothing: antialiased;
207
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
208
+ /**
209
+ * Ensure consistency and use the same as HTML reset -> html {...}
210
+ * between base and code package
211
+ */
212
+ -moz-tab-size: 4;
213
+ -o-tab-size: 4;
214
+ tab-size: 4;
215
+ -ms-text-size-adjust: 100%;
216
+ -webkit-text-size-adjust: 100%;
217
+ word-break: break-word;
218
+ /**
219
+ * 1. Remove repeating backgrounds in all browsers (opinionated).
220
+ * 2. Add border box sizing in all browsers (opinionated).
221
+ */
222
+ /**
223
+ * 1. Add text decoration inheritance in all browsers (opinionated).
224
+ * 2. Add vertical alignment inheritance in all browsers (opinionated).
225
+ */
226
+ margin: 0;
227
+ padding: 0; }
228
+ .dnb-tooltip *,
229
+ .dnb-tooltip ::before,
230
+ .dnb-tooltip ::after {
231
+ background-repeat: no-repeat;
232
+ /* 1 */
233
+ -webkit-box-sizing: border-box;
234
+ box-sizing: border-box;
235
+ /* 2 */ }
236
+ .dnb-tooltip ::before,
237
+ .dnb-tooltip ::after {
238
+ text-decoration: inherit;
239
+ /* 1 */
240
+ vertical-align: inherit;
241
+ /* 2 */ }
242
+
243
+ /*
244
+ * Tooltip component
245
+ *
246
+ */
247
+ .dnb-tooltip {
248
+ position: absolute;
249
+ z-index: 3100;
250
+ display: -webkit-box;
251
+ display: -ms-flexbox;
252
+ display: flex;
253
+ -webkit-box-orient: vertical;
254
+ -webkit-box-direction: normal;
255
+ -ms-flex-direction: column;
256
+ flex-direction: column;
257
+ -webkit-box-pack: center;
258
+ -ms-flex-pack: center;
259
+ justify-content: center;
260
+ -webkit-box-align: center;
261
+ -ms-flex-align: center;
262
+ align-items: center;
263
+ padding: 0 1rem;
264
+ opacity: 0;
265
+ visibility: hidden;
266
+ -webkit-transition: opacity 200ms ease-out;
267
+ transition: opacity 200ms ease-out; }
268
+ .dnb-tooltip--large {
269
+ padding: 0.25rem 1rem; }
270
+ .dnb-tooltip--animate_position {
271
+ -webkit-transition: all 300ms ease-in-out, opacity 200ms ease-out;
272
+ transition: all 300ms ease-in-out, opacity 200ms ease-out; }
273
+ .dnb-tooltip--active {
274
+ visibility: visible;
275
+ /*
276
+ because of the first "show" we also use animation
277
+ also, use forwards because of the usage of visibility
278
+ */
279
+ -webkit-animation: show-tooltip 200ms ease-out forwards;
280
+ animation: show-tooltip 200ms ease-out forwards; }
281
+ html[data-visual-test] .dnb-tooltip--active, .dnb-tooltip--active.dnb-tooltip--no-animation {
282
+ -webkit-animation: show-tooltip 1ms ease-out forwards;
283
+ animation: show-tooltip 1ms ease-out forwards; }
284
+ .dnb-tooltip--hide {
285
+ visibility: visible;
286
+ -webkit-animation: hide-tooltip 200ms ease-in-out forwards;
287
+ animation: hide-tooltip 200ms ease-in-out forwards; }
288
+ .dnb-tooltip--hide.dnb-tooltip--no-animation {
289
+ -webkit-animation: hide-tooltip 1ms ease-out forwards;
290
+ animation: hide-tooltip 1ms ease-out forwards; }
291
+ .dnb-tooltip--fixed {
292
+ position: fixed; }
293
+ html[data-visual-test] .dnb-tooltip--hide {
294
+ -webkit-animation: hide-tooltip 1ms ease-out 1s forwards;
295
+ animation: hide-tooltip 1ms ease-out 1s forwards; }
296
+ .dnb-tooltip__content {
297
+ min-width: 2rem;
298
+ min-height: 1.5rem;
299
+ padding: 0; }
300
+ .dnb-tooltip__arrow {
301
+ position: absolute;
302
+ pointer-events: none;
303
+ margin: 0;
304
+ width: 1rem;
305
+ height: 0.5rem;
306
+ overflow: hidden; }
307
+ .dnb-tooltip__arrow::before {
308
+ content: '';
309
+ position: absolute;
310
+ bottom: 0;
311
+ left: 0;
312
+ width: 1rem;
313
+ height: 1rem;
314
+ -webkit-transform: translateY(70%) rotate(45deg);
315
+ transform: translateY(70%) rotate(45deg); }
316
+ .dnb-tooltip__arrow__position--bottom {
317
+ top: -0.5rem; }
318
+ .dnb-tooltip__arrow__position--top {
319
+ bottom: -0.5rem;
320
+ -webkit-transform: rotate(180deg);
321
+ transform: rotate(180deg); }
322
+ .dnb-tooltip__arrow__position--left {
323
+ right: -0.75rem;
324
+ margin-right: 3px;
325
+ -webkit-transform: rotate(90deg);
326
+ transform: rotate(90deg); }
327
+ .dnb-tooltip__arrow__position--right {
328
+ left: -0.75rem;
329
+ margin-left: 3px;
330
+ -webkit-transform: rotate(270deg);
331
+ transform: rotate(270deg); }
332
+ .dnb-tooltip__arrow__arrow--left {
333
+ -ms-flex-item-align: start;
334
+ align-self: flex-start; }
335
+ .dnb-tooltip__arrow__arrow--right {
336
+ -ms-flex-item-align: end;
337
+ align-self: flex-end; }
338
+
339
+ @-webkit-keyframes show-tooltip {
340
+ from {
341
+ opacity: 0; }
342
+ to {
343
+ opacity: 1; } }
344
+
345
+ @keyframes show-tooltip {
346
+ from {
347
+ opacity: 0; }
348
+ to {
349
+ opacity: 1; } }
350
+
351
+ @-webkit-keyframes hide-tooltip {
352
+ from {
353
+ opacity: 1; }
354
+ to {
355
+ opacity: 0;
356
+ visibility: hidden; } }
357
+
358
+ @keyframes hide-tooltip {
359
+ from {
360
+ opacity: 1; }
361
+ to {
362
+ opacity: 0;
363
+ visibility: hidden; } }
364
+
365
+ /*
366
+ * DNB FormStatus
367
+ *
368
+ */
369
+ /**
370
+ * This file is only used to make components independent
371
+ * so that they can get imported individually, without the core styles
372
+ *
373
+ */
374
+ /*
375
+ * Utilities
376
+ */
377
+ /*
378
+ * Scopes
379
+ *
380
+ */
381
+ /*
382
+ * Document Reset
383
+ *
384
+ */
385
+ .dnb-form-status {
386
+ font-family: 'DNB', sans-serif;
387
+ font-family: var(--font-family-default);
388
+ font-weight: normal;
389
+ font-weight: var(--font-weight-basis);
390
+ font-size: 1rem;
391
+ font-size: var(--font-size-small);
392
+ font-style: normal;
393
+ line-height: 1.5rem;
394
+ line-height: var(--line-height-basis);
395
+ color: #333;
396
+ color: var(--color-black-80, #333);
397
+ -moz-osx-font-smoothing: grayscale;
398
+ -webkit-font-smoothing: antialiased;
399
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
400
+ /**
401
+ * Ensure consistency and use the same as HTML reset -> html {...}
402
+ * between base and code package
403
+ */
404
+ -moz-tab-size: 4;
405
+ -o-tab-size: 4;
406
+ tab-size: 4;
407
+ -ms-text-size-adjust: 100%;
408
+ -webkit-text-size-adjust: 100%;
409
+ word-break: break-word;
410
+ /**
411
+ * 1. Remove repeating backgrounds in all browsers (opinionated).
412
+ * 2. Add border box sizing in all browsers (opinionated).
413
+ */
414
+ /**
415
+ * 1. Add text decoration inheritance in all browsers (opinionated).
416
+ * 2. Add vertical alignment inheritance in all browsers (opinionated).
417
+ */
418
+ margin: 0;
419
+ padding: 0; }
420
+ .dnb-form-status *,
421
+ .dnb-form-status ::before,
422
+ .dnb-form-status ::after {
423
+ background-repeat: no-repeat;
424
+ /* 1 */
425
+ -webkit-box-sizing: border-box;
426
+ box-sizing: border-box;
427
+ /* 2 */ }
428
+ .dnb-form-status ::before,
429
+ .dnb-form-status ::after {
430
+ text-decoration: inherit;
431
+ /* 1 */
432
+ vertical-align: inherit;
433
+ /* 2 */ }
434
+
435
+ /*
436
+ * FormStatus component
437
+ *
438
+ */
439
+ :root {
440
+ --form-status-radius: 0.25rem; }
441
+
442
+ .dnb-form-status {
443
+ display: -webkit-box;
444
+ display: -ms-flexbox;
445
+ display: flex;
446
+ opacity: 1;
447
+ -webkit-transition: height 400ms cubic-bezier(0.42, 0, 0, 1), opacity 400ms cubic-bezier(0.42, 0, 0, 1), margin 400ms cubic-bezier(0.42, 0, 0, 1), padding 400ms cubic-bezier(0.42, 0, 0, 1);
448
+ transition: height 400ms cubic-bezier(0.42, 0, 0, 1), opacity 400ms cubic-bezier(0.42, 0, 0, 1), margin 400ms cubic-bezier(0.42, 0, 0, 1), padding 400ms cubic-bezier(0.42, 0, 0, 1); }
449
+ .dnb-form-status--hidden {
450
+ will-change: height, opacity, margin, padding;
451
+ width: 0;
452
+ height: 0;
453
+ opacity: 0; }
454
+ .dnb-form-status--is-animating {
455
+ overflow: hidden;
456
+ width: auto; }
457
+ .dnb-form-status--disappear, .dnb-form-status--hidden {
458
+ margin: 0 !important;
459
+ padding: 0 !important; }
460
+ .dnb-form-status__shell {
461
+ display: -webkit-box;
462
+ display: -ms-flexbox;
463
+ display: flex;
464
+ -webkit-box-pack: start;
465
+ -ms-flex-pack: start;
466
+ justify-content: flex-start;
467
+ -webkit-box-align: start;
468
+ -ms-flex-align: start;
469
+ align-items: flex-start;
470
+ min-width: inherit;
471
+ border-radius: 0.25rem;
472
+ border-radius: var(--form-status-radius); }
473
+ .dnb-form-status__text {
474
+ padding: 0.625rem 1rem;
475
+ cursor: text;
476
+ color: inherit;
477
+ line-height: 1.25rem;
478
+ line-height: var(--line-height-small);
479
+ font-size: 1rem;
480
+ font-size: var(--font-size-small);
481
+ white-space: normal; }
482
+ button .dnb-form-status__text {
483
+ cursor: inherit; }
484
+ .dnb-form-status__text .dnb-anchor {
485
+ font-size: inherit; }
486
+ .dnb-icon + .dnb-form-status__text {
487
+ padding-left: 0.5rem; }
488
+ .dnb-form-status__shell > .dnb-icon {
489
+ display: -webkit-box;
490
+ display: -ms-flexbox;
491
+ display: flex;
492
+ -webkit-box-pack: center;
493
+ -ms-flex-pack: center;
494
+ justify-content: center;
495
+ -webkit-box-align: center;
496
+ -ms-flex-align: center;
497
+ align-items: center;
498
+ margin: 0.3333333em 0.3333333em 0.3333333em 0.6666666em; }
499
+ .dnb-form-status__size--large .dnb-form-status__text {
500
+ padding-top: 1.125rem;
501
+ padding-bottom: 1.125rem; }
502
+ .dnb-form-status__size--large .dnb-form-status__shell > .dnb-icon {
503
+ margin-top: 0.6666666em;
504
+ margin-bottom: 0.6666666em; }
505
+ .dnb-form-status--stretch {
506
+ -webkit-box-flex: 1;
507
+ -ms-flex-positive: 1;
508
+ flex-grow: 1; }
509
+ .dnb-form-status--stretch .dnb-form-status__shell {
510
+ width: 100%; }
511
+ .dnb-form-status--stretch .dnb-form-status__text {
512
+ max-width: 47rem; }
513
+ .dnb-form-status[hidden] {
514
+ display: none; }
515
+ .dnb-form-status--no-animation,
516
+ html[data-visual-test] .dnb-form-status {
517
+ -webkit-transition-duration: 1ms !important;
518
+ transition-duration: 1ms !important; }
519
+ @media screen and (-ms-high-contrast: none) {
520
+ .dnb-form-status__shell > .dnb-icon {
521
+ border-width: 1px; } }
522
+
523
+ .dnb-button {
524
+ font-family: 'DNB', sans-serif;
525
+ font-family: var(--font-family-default);
526
+ font-weight: normal;
527
+ font-weight: var(--font-weight-basis);
528
+ font-size: 1rem;
529
+ font-size: var(--font-size-small);
530
+ font-style: normal;
531
+ line-height: 1.5rem;
532
+ line-height: var(--line-height-basis);
533
+ color: #333;
534
+ color: var(--color-black-80, #333);
535
+ -moz-osx-font-smoothing: grayscale;
536
+ -webkit-font-smoothing: antialiased;
537
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
538
+ /**
539
+ * Ensure consistency and use the same as HTML reset -> html {...}
540
+ * between base and code package
541
+ */
542
+ -moz-tab-size: 4;
543
+ -o-tab-size: 4;
544
+ tab-size: 4;
545
+ -ms-text-size-adjust: 100%;
546
+ -webkit-text-size-adjust: 100%;
547
+ word-break: break-word;
548
+ /**
549
+ * 1. Remove repeating backgrounds in all browsers (opinionated).
550
+ * 2. Add border box sizing in all browsers (opinionated).
551
+ */
552
+ /**
553
+ * 1. Add text decoration inheritance in all browsers (opinionated).
554
+ * 2. Add vertical alignment inheritance in all browsers (opinionated).
555
+ */
556
+ margin: 0;
557
+ padding: 0; }
558
+ .dnb-button *,
559
+ .dnb-button ::before,
560
+ .dnb-button ::after {
561
+ background-repeat: no-repeat;
562
+ /* 1 */
563
+ -webkit-box-sizing: border-box;
564
+ box-sizing: border-box;
565
+ /* 2 */ }
566
+ .dnb-button ::before,
567
+ .dnb-button ::after {
568
+ text-decoration: inherit;
569
+ /* 1 */
570
+ vertical-align: inherit;
571
+ /* 2 */ }
572
+
573
+ /*
574
+ * Button component
575
+ *
576
+ */
577
+ :root {
578
+ --button-font-size: var(--font-size-basis);
579
+ --button-font-size-small: var(--font-size-small);
580
+ --button-width: 2.5rem;
581
+ --button-height: 2.5rem;
582
+ --button-width--small: 1.5rem;
583
+ --button-height--small: 1.5rem;
584
+ --button-width--medium: 2rem;
585
+ --button-height--medium: 2rem;
586
+ --button-width--large: 3rem;
587
+ --button-height--large: 3rem;
588
+ --button-icon-size: 1rem;
589
+ --button-border-width: 0.0625rem;
590
+ --button-border-width--hover: 0.1875rem;
591
+ --button-border-radius: calc(var(--button-height)/2);
592
+ --button-border-radius: calc(var(--button-height) / 2);
593
+ --button-border-radius--small: calc(var(--button-height--small)/2);
594
+ --button-border-radius--small: calc(var(--button-height--small) / 2);
595
+ --button-border-radius--medium: calc(var(--button-height--medium)/2);
596
+ --button-border-radius--medium: calc(var(--button-height--medium) / 2);
597
+ --button-border-radius--large: calc(var(--button-height--large)/2);
598
+ --button-border-radius--large: calc(var(--button-height--large) / 2); }
599
+
600
+ .dnb-button {
601
+ position: relative;
602
+ -moz-user-select: none;
603
+ -ms-user-select: none;
604
+ user-select: none;
605
+ -webkit-user-select: none;
606
+ cursor: pointer;
607
+ white-space: nowrap;
608
+ display: -webkit-inline-box;
609
+ display: -ms-inline-flexbox;
610
+ display: inline-flex;
611
+ -webkit-box-align: center;
612
+ -ms-flex-align: center;
613
+ align-items: center;
614
+ -webkit-box-pack: center;
615
+ -ms-flex-pack: center;
616
+ justify-content: center;
617
+ width: 2.5rem;
618
+ width: var(--button-width);
619
+ height: auto;
620
+ padding: 0;
621
+ border: 0.0625rem solid transparent;
622
+ border: var(--button-border-width) solid transparent;
623
+ border-radius: 1.25rem;
624
+ border-radius: calc(2.5rem / 2);
625
+ border-radius: var(--button-border-radius);
626
+ text-decoration: none;
627
+ font-size: 1rem;
628
+ font-size: var(--font-size-small);
629
+ /* stylelint-disable-next-line */ }
630
+ .dnb-button--wrap {
631
+ word-wrap: break-word;
632
+ white-space: normal; }
633
+ .dnb-button,
634
+ .dnb-core-style .dnb-button {
635
+ line-height: 2.5rem;
636
+ line-height: var(--button-height); }
637
+ .dnb-button__text {
638
+ margin: 0.5rem 0;
639
+ font-size: 1.125rem;
640
+ font-size: var(--button-font-size);
641
+ line-height: 1.5rem;
642
+ line-height: var(--line-height-basis);
643
+ color: inherit;
644
+ -webkit-transform: translateY(-0.03125rem);
645
+ transform: translateY(-0.03125rem); }
646
+ .dnb-button__text [data-os='linux'] {
647
+ -webkit-transform: translateY(-0.035rem);
648
+ transform: translateY(-0.035rem); }
649
+ .dnb-button__alignment {
650
+ display: inline-block;
651
+ width: 0; }
652
+ .dnb-button__bounding {
653
+ position: absolute;
654
+ top: 0;
655
+ bottom: 0;
656
+ right: 0;
657
+ left: 0;
658
+ -webkit-transform: scale(1.1, 1.4);
659
+ transform: scale(1.1, 1.4);
660
+ background-color: transparent;
661
+ border-radius: 1.25rem;
662
+ border-radius: calc(2.5rem / 2);
663
+ border-radius: var(--button-border-radius); }
664
+ .dnb-button--has-text {
665
+ padding-left: 1.5rem;
666
+ padding-right: 1.5rem; }
667
+ .dnb-button--size-small {
668
+ width: 1.5rem;
669
+ width: var(--button-width--small);
670
+ font-size: 1rem;
671
+ font-size: var(--button-font-size-small);
672
+ border-radius: 0.75rem;
673
+ border-radius: calc(1.5rem / 2);
674
+ border-radius: var(--button-border-radius--small); }
675
+ .dnb-button--size-small,
676
+ .dnb-core-style .dnb-button--size-small {
677
+ line-height: 1.5rem;
678
+ line-height: var(--button-height--small); }
679
+ .dnb-button--size-small .dnb-button__text {
680
+ margin: 0; }
681
+ .dnb-button--has-text.dnb-button--size-small {
682
+ padding-left: 1rem;
683
+ padding-right: 1rem; }
684
+ .dnb-button--has-text.dnb-button--icon-position-left.dnb-button--size-small {
685
+ padding-left: 0.5rem; }
686
+ .dnb-button--has-text.dnb-button--icon-position-right.dnb-button--size-small {
687
+ padding-right: 0.5rem; }
688
+ .dnb-button--size-medium {
689
+ width: 2rem;
690
+ width: var(--button-width--medium);
691
+ border-radius: 1rem;
692
+ border-radius: calc(2rem / 2);
693
+ border-radius: var(--button-border-radius--medium); }
694
+ .dnb-button--size-medium,
695
+ .dnb-core-style .dnb-button--size-medium {
696
+ line-height: 2rem;
697
+ line-height: var(--button-height--medium); }
698
+ .dnb-button--size-medium .dnb-button__text {
699
+ margin: 0; }
700
+ .dnb-button--has-text.dnb-button--size-medium {
701
+ padding-left: 1rem;
702
+ padding-right: 1rem; }
703
+ .dnb-button--has-text.dnb-button--icon-position-left.dnb-button--size-medium {
704
+ padding-left: 0.5rem; }
705
+ .dnb-button--has-text.dnb-button--icon-position-right.dnb-button--size-medium {
706
+ padding-right: 0.5rem; }
707
+ .dnb-button--size-large {
708
+ width: 3rem;
709
+ width: var(--button-width--large);
710
+ border-radius: 1.5rem;
711
+ border-radius: calc(3rem / 2);
712
+ border-radius: var(--button-border-radius--large); }
713
+ .dnb-button--size-large,
714
+ .dnb-core-style .dnb-button--size-large {
715
+ line-height: 3rem;
716
+ line-height: var(--button-height--large); }
717
+ .dnb-button--has-text.dnb-button--size-large {
718
+ padding-left: 2rem;
719
+ padding-right: 2rem; }
720
+ .dnb-button--has-text.dnb-button--icon-position-left.dnb-button--size-large {
721
+ padding-left: 1rem; }
722
+ .dnb-button--has-text.dnb-button--icon-position-right.dnb-button--size-large {
723
+ padding-right: 1rem; }
724
+ .dnb-button--has-text {
725
+ width: auto; }
726
+ .dnb-button--has-text .dnb-button__icon {
727
+ margin: 0 0.5rem;
728
+ margin: 0 calc(1rem / 2);
729
+ margin: 0 calc(var(--button-icon-size)/2);
730
+ margin: 0 calc(var(--button-icon-size) / 2); }
731
+ .dnb-button--has-text.dnb-button--icon-position-left {
732
+ padding-left: 0.5rem; }
733
+ .dnb-button--has-text.dnb-button--icon-position-right {
734
+ padding-right: 0.5rem; }
735
+ .dnb-button--has-text.dnb-button--has-icon .dnb-button__icon {
736
+ -webkit-box-ordinal-group: 3;
737
+ -ms-flex-order: 2;
738
+ order: 2; }
739
+ .dnb-button--has-text.dnb-button--has-icon .dnb-button__text {
740
+ -webkit-box-ordinal-group: 2;
741
+ -ms-flex-order: 1;
742
+ order: 1; }
743
+ .dnb-button:not(.dnb-button--has-text) .dnb-button__icon {
744
+ width: inherit; }
745
+ .dnb-button__icon.dnb-icon svg:not([width]):not([height]) {
746
+ width: 1rem;
747
+ width: var(--button-icon-size);
748
+ height: 1rem;
749
+ height: var(--button-icon-size); }
750
+ [href] > .dnb-button__icon.dnb-icon {
751
+ line-height: 1.125rem;
752
+ line-height: var(--button-font-size); }
753
+ .dnb-button--has-text.dnb-button--has-icon.dnb-button--icon-position-left .dnb-button__icon, .dnb-button--has-text.dnb-button--has-icon.dnb-button--icon-position-top .dnb-button__icon {
754
+ -webkit-box-ordinal-group: 2;
755
+ -ms-flex-order: 1;
756
+ order: 1; }
757
+ .dnb-button--has-text.dnb-button--has-icon.dnb-button--icon-position-left > *,
758
+ .dnb-button--has-text.dnb-button--has-icon.dnb-button--icon-position-left .dnb-button__text, .dnb-button--has-text.dnb-button--has-icon.dnb-button--icon-position-top > *,
759
+ .dnb-button--has-text.dnb-button--has-icon.dnb-button--icon-position-top .dnb-button__text {
760
+ -webkit-box-ordinal-group: 3;
761
+ -ms-flex-order: 2;
762
+ order: 2; }
763
+ .dnb-button--stretch {
764
+ width: 100%; }
765
+ .dnb-button--reset {
766
+ margin: 0;
767
+ padding: 0;
768
+ width: auto;
769
+ height: auto;
770
+ overflow: visible;
771
+ border: none;
772
+ border-radius: 0;
773
+ background-color: transparent;
774
+ -webkit-appearance: none;
775
+ -moz-appearance: none;
776
+ appearance: none;
777
+ -webkit-box-shadow: none;
778
+ box-shadow: none;
779
+ color: inherit;
780
+ font: inherit;
781
+ text-align: inherit;
782
+ line-height: inherit; }
783
+ html:not([data-whatintent='touch']) .dnb-button--reset:hover[disabled] {
784
+ cursor: not-allowed; }
785
+ html:not([data-whatintent='touch']) .dnb-button--reset:hover:not([disabled]) {
786
+ -webkit-box-shadow: none;
787
+ box-shadow: none;
788
+ border: none; }
789
+ .dnb-button--reset:not([disabled]):focus, .dnb-button--reset:not([disabled]):active {
790
+ outline: none; }
791
+ html[data-whatinput='keyboard'] .dnb-button--reset:not([disabled]):focus, html[data-whatinput='keyboard'] .dnb-button--reset:not([disabled]):active {
792
+ --border-color: var(--color-emerald-green);
793
+ -webkit-box-shadow: 0 0 0 0.125rem var(--border-color);
794
+ box-shadow: 0 0 0 0.125rem var(--border-color);
795
+ border-color: transparent; }
796
+ @media screen and (-ms-high-contrast: none) {
797
+ html[data-whatinput='keyboard'] .dnb-button--reset:not([disabled]):focus, html[data-whatinput='keyboard'] .dnb-button--reset:not([disabled]):active {
798
+ -webkit-box-shadow: 0 0 0 0.125rem #14555a;
799
+ box-shadow: 0 0 0 0.125rem #14555a;
800
+ -webkit-box-shadow: 0 0 0 0.125rem var(--color-emerald-green);
801
+ box-shadow: 0 0 0 0.125rem var(--color-emerald-green); } }
802
+ html[data-whatinput='mouse'] .dnb-button--reset:not([disabled]):focus,
803
+ html[data-whatinput='mouse'] .dnb-button--reset:not([disabled]):active {
804
+ -webkit-box-shadow: none;
805
+ box-shadow: none;
806
+ color: inherit;
807
+ border: none; }
808
+ .dnb-button[type='button'], .dnb-button[type='reset'], .dnb-button[type='submit'] {
809
+ appearance: none;
810
+ -moz-appearance: none;
811
+ -webkit-appearance: none; }
812
+ .dnb-button[disabled] {
813
+ cursor: not-allowed; }
814
+ .dnb-form-row--vertical .dnb-form-row__content > .dnb-button {
815
+ -ms-flex-item-align: start;
816
+ align-self: flex-start; }
817
+ .dnb-form-row--horizontal .dnb-form-row__content .dnb-button__text {
818
+ white-space: nowrap; }
819
+ .dnb-button + .dnb-form-status {
820
+ margin-top: 0.5rem; }
821
+ @media screen and (-ms-high-contrast: none) {
822
+ .dnb-button {
823
+ -webkit-box-flex: 0;
824
+ -ms-flex: none;
825
+ flex: none; }
826
+ .dnb-button__icon, .dnb-button__text {
827
+ -webkit-transform: translateY(-0.0625rem);
828
+ transform: translateY(-0.0625rem); } }
829
+
830
+ /* Firefox includes a hidden border which messes up button dimensions */
831
+ button.dnb-button::-moz-focus-inner {
832
+ border: none; }
833
+
834
+ .dnb-help-button {
835
+ font-family: 'DNB', sans-serif;
836
+ font-family: var(--font-family-default);
837
+ font-weight: normal;
838
+ font-weight: var(--font-weight-basis);
839
+ font-size: 1rem;
840
+ font-size: var(--font-size-small);
841
+ font-style: normal;
842
+ line-height: 1.5rem;
843
+ line-height: var(--line-height-basis);
844
+ color: #333;
845
+ color: var(--color-black-80, #333);
846
+ -moz-osx-font-smoothing: grayscale;
847
+ -webkit-font-smoothing: antialiased;
848
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
849
+ /**
850
+ * Ensure consistency and use the same as HTML reset -> html {...}
851
+ * between base and code package
852
+ */
853
+ -moz-tab-size: 4;
854
+ -o-tab-size: 4;
855
+ tab-size: 4;
856
+ -ms-text-size-adjust: 100%;
857
+ -webkit-text-size-adjust: 100%;
858
+ word-break: break-word;
859
+ /**
860
+ * 1. Remove repeating backgrounds in all browsers (opinionated).
861
+ * 2. Add border box sizing in all browsers (opinionated).
862
+ */
863
+ /**
864
+ * 1. Add text decoration inheritance in all browsers (opinionated).
865
+ * 2. Add vertical alignment inheritance in all browsers (opinionated).
866
+ */
867
+ margin: 0;
868
+ padding: 0; }
869
+ .dnb-help-button *,
870
+ .dnb-help-button ::before,
871
+ .dnb-help-button ::after {
872
+ background-repeat: no-repeat;
873
+ /* 1 */
874
+ -webkit-box-sizing: border-box;
875
+ box-sizing: border-box;
876
+ /* 2 */ }
877
+ .dnb-help-button ::before,
878
+ .dnb-help-button ::after {
879
+ text-decoration: inherit;
880
+ /* 1 */
881
+ vertical-align: inherit;
882
+ /* 2 */ }
883
+
884
+ /*
885
+ * HelpButton component
886
+ *
887
+ * TODO: Set spacing in the theme file, as theme comes later in the stack
888
+ *
889
+ */
890
+ .dnb-modal__content {
891
+ font-family: 'DNB', sans-serif;
892
+ font-family: var(--font-family-default);
893
+ font-weight: normal;
894
+ font-weight: var(--font-weight-basis);
895
+ font-size: 1rem;
896
+ font-size: var(--font-size-small);
897
+ font-style: normal;
898
+ line-height: 1.5rem;
899
+ line-height: var(--line-height-basis);
900
+ color: #333;
901
+ color: var(--color-black-80, #333);
902
+ -moz-osx-font-smoothing: grayscale;
903
+ -webkit-font-smoothing: antialiased;
904
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
905
+ /**
906
+ * Ensure consistency and use the same as HTML reset -> html {...}
907
+ * between base and code package
908
+ */
909
+ -moz-tab-size: 4;
910
+ -o-tab-size: 4;
911
+ tab-size: 4;
912
+ -ms-text-size-adjust: 100%;
913
+ -webkit-text-size-adjust: 100%;
914
+ word-break: break-word;
915
+ /**
916
+ * 1. Remove repeating backgrounds in all browsers (opinionated).
917
+ * 2. Add border box sizing in all browsers (opinionated).
918
+ */
919
+ /**
920
+ * 1. Add text decoration inheritance in all browsers (opinionated).
921
+ * 2. Add vertical alignment inheritance in all browsers (opinionated).
922
+ */
923
+ margin: 0;
924
+ padding: 0; }
925
+ .dnb-modal__content *,
926
+ .dnb-modal__content ::before,
927
+ .dnb-modal__content ::after {
928
+ background-repeat: no-repeat;
929
+ /* 1 */
930
+ -webkit-box-sizing: border-box;
931
+ box-sizing: border-box;
932
+ /* 2 */ }
933
+ .dnb-modal__content ::before,
934
+ .dnb-modal__content ::after {
935
+ text-decoration: inherit;
936
+ /* 1 */
937
+ vertical-align: inherit;
938
+ /* 2 */ }
939
+
940
+ /*
941
+ * Drawer component
942
+ *
943
+ */
944
+ /*
945
+ * Modal component
946
+ *
947
+ */
948
+ @-webkit-keyframes show-modal {
949
+ from {
950
+ opacity: 0.1;
951
+ -webkit-transform: translate3d(0, -1rem, 0);
952
+ transform: translate3d(0, -1rem, 0); }
953
+ to {
954
+ -webkit-transform: translate3d(0, 0, 0);
955
+ transform: translate3d(0, 0, 0);
956
+ opacity: 1; } }
957
+ @keyframes show-modal {
958
+ from {
959
+ opacity: 0.1;
960
+ -webkit-transform: translate3d(0, -1rem, 0);
961
+ transform: translate3d(0, -1rem, 0); }
962
+ to {
963
+ -webkit-transform: translate3d(0, 0, 0);
964
+ transform: translate3d(0, 0, 0);
965
+ opacity: 1; } }
966
+
967
+ @-webkit-keyframes hide-modal {
968
+ from {
969
+ -webkit-transform: translate3d(0, 0, 0);
970
+ transform: translate3d(0, 0, 0);
971
+ opacity: 1; }
972
+ to {
973
+ -webkit-transform: translate3d(0, 1rem, 0);
974
+ transform: translate3d(0, 1rem, 0);
975
+ opacity: 0; } }
976
+
977
+ @keyframes hide-modal {
978
+ from {
979
+ -webkit-transform: translate3d(0, 0, 0);
980
+ transform: translate3d(0, 0, 0);
981
+ opacity: 1; }
982
+ to {
983
+ -webkit-transform: translate3d(0, 1rem, 0);
984
+ transform: translate3d(0, 1rem, 0);
985
+ opacity: 0; } }
986
+
987
+ @-webkit-keyframes show-drawer {
988
+ to {
989
+ -webkit-transform: translate3d(0, 0, 0);
990
+ transform: translate3d(0, 0, 0);
991
+ opacity: 1; } }
992
+
993
+ @keyframes show-drawer {
994
+ to {
995
+ -webkit-transform: translate3d(0, 0, 0);
996
+ transform: translate3d(0, 0, 0);
997
+ opacity: 1; } }
998
+
999
+ @-webkit-keyframes hide-drawer-left {
1000
+ from {
1001
+ -webkit-transform: translate3d(0, 0, 0);
1002
+ transform: translate3d(0, 0, 0);
1003
+ opacity: 1; }
1004
+ to {
1005
+ -webkit-transform: translate3d(-20rem, 0, 0);
1006
+ transform: translate3d(-20rem, 0, 0);
1007
+ opacity: 0; } }
1008
+
1009
+ @keyframes hide-drawer-left {
1010
+ from {
1011
+ -webkit-transform: translate3d(0, 0, 0);
1012
+ transform: translate3d(0, 0, 0);
1013
+ opacity: 1; }
1014
+ to {
1015
+ -webkit-transform: translate3d(-20rem, 0, 0);
1016
+ transform: translate3d(-20rem, 0, 0);
1017
+ opacity: 0; } }
1018
+
1019
+ @-webkit-keyframes hide-drawer-top {
1020
+ from {
1021
+ -webkit-transform: translate3d(0, 0, 0);
1022
+ transform: translate3d(0, 0, 0);
1023
+ opacity: 1; }
1024
+ to {
1025
+ -webkit-transform: translate3d(0, -20rem, 0);
1026
+ transform: translate3d(0, -20rem, 0);
1027
+ opacity: 0; } }
1028
+
1029
+ @keyframes hide-drawer-top {
1030
+ from {
1031
+ -webkit-transform: translate3d(0, 0, 0);
1032
+ transform: translate3d(0, 0, 0);
1033
+ opacity: 1; }
1034
+ to {
1035
+ -webkit-transform: translate3d(0, -20rem, 0);
1036
+ transform: translate3d(0, -20rem, 0);
1037
+ opacity: 0; } }
1038
+
1039
+ @-webkit-keyframes hide-drawer-bottom {
1040
+ from {
1041
+ -webkit-transform: translate3d(0, 0, 0);
1042
+ transform: translate3d(0, 0, 0);
1043
+ opacity: 1; }
1044
+ to {
1045
+ -webkit-transform: translate3d(0, 20rem, 0);
1046
+ transform: translate3d(0, 20rem, 0);
1047
+ opacity: 0; } }
1048
+
1049
+ @keyframes hide-drawer-bottom {
1050
+ from {
1051
+ -webkit-transform: translate3d(0, 0, 0);
1052
+ transform: translate3d(0, 0, 0);
1053
+ opacity: 1; }
1054
+ to {
1055
+ -webkit-transform: translate3d(0, 20rem, 0);
1056
+ transform: translate3d(0, 20rem, 0);
1057
+ opacity: 0; } }
1058
+
1059
+ @-webkit-keyframes hide-drawer-right {
1060
+ from {
1061
+ -webkit-transform: translate3d(0, 0, 0);
1062
+ transform: translate3d(0, 0, 0);
1063
+ opacity: 1; }
1064
+ to {
1065
+ -webkit-transform: translate3d(20rem, 0, 0);
1066
+ transform: translate3d(20rem, 0, 0);
1067
+ opacity: 0; } }
1068
+
1069
+ @keyframes hide-drawer-right {
1070
+ from {
1071
+ -webkit-transform: translate3d(0, 0, 0);
1072
+ transform: translate3d(0, 0, 0);
1073
+ opacity: 1; }
1074
+ to {
1075
+ -webkit-transform: translate3d(20rem, 0, 0);
1076
+ transform: translate3d(20rem, 0, 0);
1077
+ opacity: 0; } }
1078
+
1079
+ @-webkit-keyframes show-modal-overlay {
1080
+ from {
1081
+ opacity: 0; }
1082
+ to {
1083
+ opacity: 0.32;
1084
+ opacity: var(--modal-overlay-opacity); } }
1085
+
1086
+ @keyframes show-modal-overlay {
1087
+ from {
1088
+ opacity: 0; }
1089
+ to {
1090
+ opacity: 0.32;
1091
+ opacity: var(--modal-overlay-opacity); } }
1092
+
1093
+ @-webkit-keyframes hide-modal-overlay {
1094
+ from {
1095
+ opacity: 0.32;
1096
+ opacity: var(--modal-overlay-opacity); }
1097
+ to {
1098
+ opacity: 0; } }
1099
+
1100
+ @keyframes hide-modal-overlay {
1101
+ from {
1102
+ opacity: 0.32;
1103
+ opacity: var(--modal-overlay-opacity); }
1104
+ to {
1105
+ opacity: 0; } }
1106
+
1107
+ :root {
1108
+ --drawer-width: 40vw;
1109
+ --drawer-min-width: 25rem;
1110
+ --drawer-max-width: 40rem;
1111
+ --drawer-header-min-height: 6rem;
1112
+ --drawer-spacing: 2rem;
1113
+ --drawer-spacing-minus: -2rem; }
1114
+
1115
+ .dnb-drawer {
1116
+ position: relative;
1117
+ max-height: 100vh;
1118
+ width: 100%;
1119
+ height: 100vh;
1120
+ max-width: 100%;
1121
+ border-radius: 0;
1122
+ -webkit-box-shadow: none;
1123
+ box-shadow: none;
1124
+ width: 40vw;
1125
+ width: var(--drawer-width);
1126
+ min-width: 25rem;
1127
+ min-width: var(--drawer-min-width);
1128
+ max-width: 40rem;
1129
+ max-width: var(--drawer-max-width);
1130
+ -webkit-box-shadow: 0 8px 16px rgba(51, 51, 51, 0.08);
1131
+ box-shadow: 0 8px 16px rgba(51, 51, 51, 0.08);
1132
+ -webkit-box-shadow: var(--shadow-default);
1133
+ box-shadow: var(--shadow-default);
1134
+ -moz-user-select: text;
1135
+ -ms-user-select: text;
1136
+ user-select: text;
1137
+ -webkit-user-select: text;
1138
+ border: none;
1139
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
1140
+ @media screen and (max-width: 40em) {
1141
+ .dnb-drawer {
1142
+ width: 100vw;
1143
+ min-width: auto;
1144
+ max-width: auto; } }
1145
+ @media screen and (max-width: 40em) {
1146
+ .dnb-drawer--auto-fullscreen {
1147
+ width: 100%;
1148
+ height: 100vh;
1149
+ max-width: 100%;
1150
+ border-radius: 0;
1151
+ -webkit-box-shadow: none;
1152
+ box-shadow: none; } }
1153
+ .dnb-drawer__inner {
1154
+ position: relative;
1155
+ display: -webkit-box;
1156
+ display: -ms-flexbox;
1157
+ display: flex;
1158
+ -webkit-box-orient: vertical;
1159
+ -webkit-box-direction: normal;
1160
+ -ms-flex-direction: column;
1161
+ flex-direction: column;
1162
+ z-index: 10;
1163
+ background-color: transparent;
1164
+ background-color: var(--modal-background-color, transparent);
1165
+ width: 100%;
1166
+ height: 100%;
1167
+ overflow-x: hidden; }
1168
+ .dnb-drawer__inner::after {
1169
+ content: '';
1170
+ position: absolute;
1171
+ z-index: -4;
1172
+ left: 0;
1173
+ top: 0;
1174
+ width: 100vw;
1175
+ height: 100%; }
1176
+ .dnb-drawer--spacing .dnb-drawer__inner {
1177
+ padding: 0 2rem 0;
1178
+ padding: 0 var(--drawer-spacing) 0; }
1179
+ @media screen and (min-width: 72em) {
1180
+ .dnb-drawer--spacing .dnb-drawer__inner {
1181
+ padding: 0 3.5rem 0;
1182
+ padding: 0 calc(2rem * 1.75) 0;
1183
+ padding: 0 calc(var(--drawer-spacing)*1.75) 0;
1184
+ padding: 0 calc(var(--drawer-spacing) * 1.75) 0; } }
1185
+ @media screen and (max-width: 50em) {
1186
+ .dnb-drawer--spacing .dnb-drawer__inner {
1187
+ padding: 0 1.5rem 0;
1188
+ padding: 0 calc(2rem / 1.333333) 0;
1189
+ padding: 0 calc(var(--drawer-spacing)/1.33333) 0;
1190
+ padding: 0 calc(var(--drawer-spacing) / 1.333333) 0; } }
1191
+ @media screen and (max-width: 40em) {
1192
+ .dnb-drawer--spacing .dnb-drawer__inner {
1193
+ padding: 0 1rem 0;
1194
+ padding: 0 calc(2rem / 2) 0;
1195
+ padding: 0 calc(var(--drawer-spacing)/2) 0;
1196
+ padding: 0 calc(var(--drawer-spacing) / 2) 0; } }
1197
+ .dnb-drawer__align--centered .dnb-drawer__inner {
1198
+ -webkit-box-align: center;
1199
+ -ms-flex-align: center;
1200
+ align-items: center;
1201
+ -webkit-box-pack: center;
1202
+ -ms-flex-pack: center;
1203
+ justify-content: center; }
1204
+ .dnb-drawer__content {
1205
+ position: relative;
1206
+ z-index: 1;
1207
+ padding-bottom: 4rem;
1208
+ padding-bottom: calc(2rem * 2);
1209
+ padding-bottom: calc(var(--drawer-spacing)*2);
1210
+ padding-bottom: calc(var(--drawer-spacing) * 2); }
1211
+ .dnb-drawer--spacing .dnb-drawer__content {
1212
+ padding-bottom: 4rem;
1213
+ padding-bottom: calc(2rem * 2);
1214
+ padding-bottom: calc(var(--drawer-spacing)*2);
1215
+ padding-bottom: calc(var(--drawer-spacing) * 2); }
1216
+ @supports (-webkit-touch-callout: none) {
1217
+ .dnb-drawer--spacing .dnb-drawer__content {
1218
+ padding-bottom: 16rem;
1219
+ padding-bottom: calc(2rem * 8);
1220
+ padding-bottom: calc(var(--drawer-spacing)*8);
1221
+ padding-bottom: calc(var(--drawer-spacing) * 8); } }
1222
+ .dnb-drawer__align--center .dnb-drawer__content {
1223
+ -webkit-box-align: center;
1224
+ -ms-flex-align: center;
1225
+ align-items: center;
1226
+ text-align: center; }
1227
+ .dnb-drawer__align--right .dnb-drawer__content {
1228
+ -webkit-box-align: end;
1229
+ -ms-flex-align: end;
1230
+ align-items: flex-end;
1231
+ text-align: right; }
1232
+ .dnb-drawer--top, .dnb-drawer--bottom {
1233
+ max-width: 100%;
1234
+ width: 100vw;
1235
+ height: 40vh; }
1236
+ @media screen and (max-height: 40em) {
1237
+ .dnb-drawer--top, .dnb-drawer--bottom {
1238
+ height: 100vw;
1239
+ min-height: auto;
1240
+ max-height: auto; } }
1241
+ .dnb-drawer--fullscreen {
1242
+ width: 100%;
1243
+ height: 100vh;
1244
+ max-width: 100%;
1245
+ border-radius: 0;
1246
+ -webkit-box-shadow: none;
1247
+ box-shadow: none; }
1248
+ html:not([data-visual-test]) .dnb-drawer {
1249
+ opacity: 0.1;
1250
+ -webkit-animation: show-drawer 300ms ease-out forwards;
1251
+ animation: show-drawer 300ms ease-out forwards;
1252
+ -webkit-animation: show-drawer var(--modal-animation-duration) ease-out forwards;
1253
+ animation: show-drawer var(--modal-animation-duration) ease-out forwards; }
1254
+ html:not([data-visual-test]) .dnb-drawer--left {
1255
+ -webkit-transform: translate3d(-20rem, 0, 0);
1256
+ transform: translate3d(-20rem, 0, 0); }
1257
+ html:not([data-visual-test]) .dnb-drawer--right {
1258
+ -webkit-transform: translate3d(20rem, 0, 0);
1259
+ transform: translate3d(20rem, 0, 0); }
1260
+ html:not([data-visual-test]) .dnb-drawer--top {
1261
+ -webkit-transform: translate3d(0, -20rem, 0);
1262
+ transform: translate3d(0, -20rem, 0); }
1263
+ html:not([data-visual-test]) .dnb-drawer--bottom {
1264
+ -webkit-transform: translate3d(0, 20rem, 0);
1265
+ transform: translate3d(0, 20rem, 0); }
1266
+ html:not([data-visual-test]) .dnb-drawer--hide.dnb-drawer--left {
1267
+ -webkit-animation: hide-drawer-left 300ms ease-in-out forwards;
1268
+ animation: hide-drawer-left 300ms ease-in-out forwards;
1269
+ -webkit-animation: hide-drawer-left var(--modal-animation-duration) ease-in-out forwards;
1270
+ animation: hide-drawer-left var(--modal-animation-duration) ease-in-out forwards; }
1271
+ html:not([data-visual-test]) .dnb-drawer--hide.dnb-drawer--right {
1272
+ -webkit-animation: hide-drawer-right 300ms ease-in-out forwards;
1273
+ animation: hide-drawer-right 300ms ease-in-out forwards;
1274
+ -webkit-animation: hide-drawer-right var(--modal-animation-duration) ease-in-out forwards;
1275
+ animation: hide-drawer-right var(--modal-animation-duration) ease-in-out forwards; }
1276
+ html:not([data-visual-test]) .dnb-drawer--hide.dnb-drawer--top {
1277
+ -webkit-animation: hide-drawer-top 300ms ease-in-out forwards;
1278
+ animation: hide-drawer-top 300ms ease-in-out forwards;
1279
+ -webkit-animation: hide-drawer-top var(--modal-animation-duration) ease-in-out forwards;
1280
+ animation: hide-drawer-top var(--modal-animation-duration) ease-in-out forwards; }
1281
+ html:not([data-visual-test]) .dnb-drawer--hide.dnb-drawer--bottom {
1282
+ -webkit-animation: hide-drawer-bottom 300ms ease-in-out forwards;
1283
+ animation: hide-drawer-bottom 300ms ease-in-out forwards;
1284
+ -webkit-animation: hide-drawer-bottom var(--modal-animation-duration) ease-in-out forwards;
1285
+ animation: hide-drawer-bottom var(--modal-animation-duration) ease-in-out forwards; }
1286
+ .dnb-drawer--no-animation {
1287
+ -webkit-animation-duration: 0ms !important;
1288
+ animation-duration: 0ms !important; }
1289
+ @media screen and (max-width: 40em) {
1290
+ .dnb-drawer--no-animation-on-mobile {
1291
+ -webkit-animation-duration: 0ms !important;
1292
+ animation-duration: 0ms !important; } }
1293
+ .dnb-drawer__root {
1294
+ -webkit-box-align: start;
1295
+ -ms-flex-align: start;
1296
+ align-items: flex-start;
1297
+ -webkit-box-pack: start;
1298
+ -ms-flex-pack: start;
1299
+ justify-content: flex-start; }
1300
+ .dnb-drawer__title ~ .dnb-drawer__content {
1301
+ padding-top: 1.5rem;
1302
+ padding-top: calc(2rem / 1.333333);
1303
+ padding-top: calc(var(--drawer-spacing)/1.33333);
1304
+ padding-top: calc(var(--drawer-spacing) / 1.333333); }
1305
+ .dnb-drawer .dnb-drawer__header [class*='dnb-h--'],
1306
+ .dnb-drawer .dnb-drawer__header .dnb-drawer__title {
1307
+ padding: 0; }
1308
+ .dnb-drawer .dnb-drawer__header [class*='dnb-h--']:not([class*='__top']),
1309
+ .dnb-drawer .dnb-drawer__header .dnb-drawer__title:not([class*='__top']) {
1310
+ margin-top: 0; }
1311
+ .dnb-drawer .dnb-drawer__header [class*='dnb-h--']:not([class*='__bottom']),
1312
+ .dnb-drawer .dnb-drawer__header .dnb-drawer__title:not([class*='__bottom']) {
1313
+ margin-bottom: 0; }
1314
+ .dnb-drawer .dnb-drawer__header::after {
1315
+ top: -500%;
1316
+ height: 600%; }
1317
+ .dnb-drawer--spacing .dnb-drawer__header {
1318
+ min-height: 6rem;
1319
+ min-height: var(--drawer-header-min-height); }
1320
+ .dnb-drawer--spacing .dnb-drawer__header .dnb-tabs {
1321
+ margin-top: 3.5rem; }
1322
+ .dnb-drawer__body {
1323
+ padding-bottom: 4rem;
1324
+ padding-bottom: calc(2rem * 2);
1325
+ padding-bottom: calc(var(--drawer-spacing)*2);
1326
+ padding-bottom: calc(var(--drawer-spacing) * 2);
1327
+ margin-bottom: -4rem;
1328
+ margin-bottom: calc(-2rem * 2);
1329
+ margin-bottom: calc(var(--drawer-spacing-minus)*2);
1330
+ margin-bottom: calc(var(--drawer-spacing-minus) * 2); }
1331
+ @supports (-webkit-touch-callout: none) {
1332
+ .dnb-drawer__body {
1333
+ padding-bottom: -16rem;
1334
+ padding-bottom: calc(-2rem * 8);
1335
+ padding-bottom: calc(var(--drawer-spacing-minus)*8);
1336
+ padding-bottom: calc(var(--drawer-spacing-minus) * 8); } }
1337
+ .dnb-drawer__navigation.dnb-section {
1338
+ display: -webkit-box;
1339
+ display: -ms-flexbox;
1340
+ display: flex;
1341
+ -webkit-box-orient: horizontal;
1342
+ -webkit-box-direction: normal;
1343
+ -ms-flex-direction: row;
1344
+ flex-direction: row;
1345
+ -webkit-box-pack: justify;
1346
+ -ms-flex-pack: justify;
1347
+ justify-content: space-between; }
1348
+ .dnb-drawer--spacing .dnb-drawer__navigation.dnb-section {
1349
+ position: sticky;
1350
+ top: 0;
1351
+ z-index: 99;
1352
+ margin: 3.5rem 0;
1353
+ margin: calc(2rem * 1.75) 0;
1354
+ margin: calc(var(--drawer-spacing)*1.75) 0;
1355
+ margin: calc(var(--drawer-spacing) * 1.75) 0; }
1356
+ @media screen and (max-width: 50em) {
1357
+ .dnb-drawer--spacing .dnb-drawer__navigation.dnb-section {
1358
+ margin: 2rem 0;
1359
+ margin: var(--drawer-spacing) 0; } }
1360
+ .dnb-drawer--spacing .dnb-drawer__navigation.dnb-section.dnb-drawer__navigation--sticky {
1361
+ z-index: 2999; }
1362
+ .dnb-drawer .dnb-drawer__navigation--sticky::before {
1363
+ content: '';
1364
+ position: absolute;
1365
+ z-index: -1;
1366
+ left: -50%;
1367
+ right: -50%;
1368
+ bottom: 0;
1369
+ height: 300%;
1370
+ -webkit-box-shadow: 0 8px 16px rgba(51, 51, 51, 0.08);
1371
+ box-shadow: 0 8px 16px rgba(51, 51, 51, 0.08);
1372
+ -webkit-box-shadow: var(--shadow-default);
1373
+ box-shadow: var(--shadow-default); }
1374
+ .dnb-drawer .dnb-drawer__navigation:not(.dnb-drawer__navigation--sticky)::after {
1375
+ color: transparent; }
1376
+ @media screen and (max-width: 40em) {
1377
+ .dnb-drawer--no-animation-on-mobile {
1378
+ -webkit-animation-delay: 0ms !important;
1379
+ animation-delay: 0ms !important;
1380
+ -webkit-animation-duration: 0ms !important;
1381
+ animation-duration: 0ms !important; } }
1382
+
1383
+ [data-visual-test].hide-page-content #___gatsby {
1384
+ opacity: 0; }
1385
+
1386
+ /*
1387
+ * Dialog component
1388
+ *
1389
+ */
1390
+ /*
1391
+ * Modal component
1392
+ *
1393
+ */
1394
+ @keyframes show-modal {
1395
+ from {
1396
+ opacity: 0.1;
1397
+ -webkit-transform: translate3d(0, -1rem, 0);
1398
+ transform: translate3d(0, -1rem, 0); }
1399
+ to {
1400
+ -webkit-transform: translate3d(0, 0, 0);
1401
+ transform: translate3d(0, 0, 0);
1402
+ opacity: 1; } }
1403
+
1404
+ @keyframes hide-modal {
1405
+ from {
1406
+ -webkit-transform: translate3d(0, 0, 0);
1407
+ transform: translate3d(0, 0, 0);
1408
+ opacity: 1; }
1409
+ to {
1410
+ -webkit-transform: translate3d(0, 1rem, 0);
1411
+ transform: translate3d(0, 1rem, 0);
1412
+ opacity: 0; } }
1413
+
1414
+ @keyframes show-drawer {
1415
+ to {
1416
+ -webkit-transform: translate3d(0, 0, 0);
1417
+ transform: translate3d(0, 0, 0);
1418
+ opacity: 1; } }
1419
+
1420
+ @keyframes hide-drawer-left {
1421
+ from {
1422
+ -webkit-transform: translate3d(0, 0, 0);
1423
+ transform: translate3d(0, 0, 0);
1424
+ opacity: 1; }
1425
+ to {
1426
+ -webkit-transform: translate3d(-20rem, 0, 0);
1427
+ transform: translate3d(-20rem, 0, 0);
1428
+ opacity: 0; } }
1429
+
1430
+ @keyframes hide-drawer-top {
1431
+ from {
1432
+ -webkit-transform: translate3d(0, 0, 0);
1433
+ transform: translate3d(0, 0, 0);
1434
+ opacity: 1; }
1435
+ to {
1436
+ -webkit-transform: translate3d(0, -20rem, 0);
1437
+ transform: translate3d(0, -20rem, 0);
1438
+ opacity: 0; } }
1439
+
1440
+ @keyframes hide-drawer-bottom {
1441
+ from {
1442
+ -webkit-transform: translate3d(0, 0, 0);
1443
+ transform: translate3d(0, 0, 0);
1444
+ opacity: 1; }
1445
+ to {
1446
+ -webkit-transform: translate3d(0, 20rem, 0);
1447
+ transform: translate3d(0, 20rem, 0);
1448
+ opacity: 0; } }
1449
+
1450
+ @keyframes hide-drawer-right {
1451
+ from {
1452
+ -webkit-transform: translate3d(0, 0, 0);
1453
+ transform: translate3d(0, 0, 0);
1454
+ opacity: 1; }
1455
+ to {
1456
+ -webkit-transform: translate3d(20rem, 0, 0);
1457
+ transform: translate3d(20rem, 0, 0);
1458
+ opacity: 0; } }
1459
+
1460
+ @keyframes show-modal-overlay {
1461
+ from {
1462
+ opacity: 0; }
1463
+ to {
1464
+ opacity: 0.32;
1465
+ opacity: var(--modal-overlay-opacity); } }
1466
+
1467
+ @keyframes hide-modal-overlay {
1468
+ from {
1469
+ opacity: 0.32;
1470
+ opacity: var(--modal-overlay-opacity); }
1471
+ to {
1472
+ opacity: 0; } }
1473
+
1474
+ :root {
1475
+ --dialog-min-width: 320px;
1476
+ --dialog-avg-width: 60vw;
1477
+ --dialog-max-width: 60rem;
1478
+ --dialog-spacing: 2rem;
1479
+ --dialog-spacing-minus: -2rem; }
1480
+
1481
+ .dnb-dialog {
1482
+ position: relative;
1483
+ width: 60vw;
1484
+ width: var(--dialog-avg-width);
1485
+ min-width: 320px;
1486
+ min-width: var(--dialog-min-width);
1487
+ max-width: 60rem;
1488
+ max-width: var(--dialog-max-width);
1489
+ max-height: 100vh;
1490
+ -webkit-box-shadow: 0 8px 16px rgba(51, 51, 51, 0.08);
1491
+ box-shadow: 0 8px 16px rgba(51, 51, 51, 0.08);
1492
+ -webkit-box-shadow: var(--shadow-default);
1493
+ box-shadow: var(--shadow-default);
1494
+ border-radius: 0.5rem;
1495
+ -moz-user-select: text;
1496
+ -ms-user-select: text;
1497
+ user-select: text;
1498
+ -webkit-user-select: text;
1499
+ border: none;
1500
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
1501
+ @media screen and (max-width: 40em) {
1502
+ .dnb-dialog--auto-fullscreen {
1503
+ width: 100%;
1504
+ height: 100vh;
1505
+ max-width: 100%;
1506
+ border-radius: 0;
1507
+ -webkit-box-shadow: none;
1508
+ box-shadow: none; } }
1509
+ .dnb-dialog--fullscreen {
1510
+ width: 100%;
1511
+ height: 100vh;
1512
+ max-width: 100%;
1513
+ border-radius: 0;
1514
+ -webkit-box-shadow: none;
1515
+ box-shadow: none; }
1516
+ @supports (-webkit-touch-callout: none) {
1517
+ @media (max-height: 40em) and (orientation: landscape) {
1518
+ .dnb-dialog:not(.dnb-dialog--fullscreen) {
1519
+ max-height: 80vh; } } }
1520
+ .dnb-dialog__inner {
1521
+ position: relative;
1522
+ display: -webkit-box;
1523
+ display: -ms-flexbox;
1524
+ display: flex;
1525
+ -webkit-box-orient: vertical;
1526
+ -webkit-box-direction: normal;
1527
+ -ms-flex-direction: column;
1528
+ flex-direction: column;
1529
+ width: 100%;
1530
+ height: 100%;
1531
+ overflow-x: hidden; }
1532
+ .dnb-dialog__inner::after {
1533
+ content: '';
1534
+ position: absolute;
1535
+ z-index: -4;
1536
+ left: 0;
1537
+ top: 0;
1538
+ width: 100vw;
1539
+ height: 100%; }
1540
+ .dnb-dialog--spacing .dnb-dialog__inner {
1541
+ padding: 0 2rem 0;
1542
+ padding: 0 var(--dialog-spacing) 0; }
1543
+ @media screen and (min-width: 72em) {
1544
+ .dnb-dialog--spacing .dnb-dialog__inner {
1545
+ padding: 0 3.5rem 0;
1546
+ padding: 0 calc(2rem * 1.75) 0;
1547
+ padding: 0 calc(var(--dialog-spacing)*1.75) 0;
1548
+ padding: 0 calc(var(--dialog-spacing) * 1.75) 0; } }
1549
+ @media screen and (max-width: 50em) {
1550
+ .dnb-dialog--spacing .dnb-dialog__inner {
1551
+ padding: 0 1.5rem 0;
1552
+ padding: 0 calc(2rem / 1.333333) 0;
1553
+ padding: 0 calc(var(--dialog-spacing)/1.33333) 0;
1554
+ padding: 0 calc(var(--dialog-spacing) / 1.333333) 0; } }
1555
+ @media screen and (max-width: 40em) {
1556
+ .dnb-dialog--spacing .dnb-dialog__inner {
1557
+ padding: 0 1rem 0;
1558
+ padding: 0 calc(2rem / 2) 0;
1559
+ padding: 0 calc(var(--dialog-spacing)/2) 0;
1560
+ padding: 0 calc(var(--dialog-spacing) / 2) 0; } }
1561
+ .dnb-dialog__align--centered .dnb-dialog__inner {
1562
+ -webkit-box-align: center;
1563
+ -ms-flex-align: center;
1564
+ align-items: center;
1565
+ -webkit-box-pack: center;
1566
+ -ms-flex-pack: center;
1567
+ justify-content: center; }
1568
+ html:not([data-visual-test]) .dnb-dialog {
1569
+ -webkit-animation: show-modal 300ms ease-out forwards;
1570
+ animation: show-modal 300ms ease-out forwards;
1571
+ -webkit-animation: show-modal var(--modal-animation-duration) ease-out forwards;
1572
+ animation: show-modal var(--modal-animation-duration) ease-out forwards; }
1573
+ html:not([data-visual-test]) .dnb-dialog--hide {
1574
+ -webkit-animation: hide-modal 220ms ease-in-out forwards;
1575
+ animation: hide-modal 220ms ease-in-out forwards; }
1576
+ .dnb-dialog--no-animation {
1577
+ -webkit-animation-duration: 0ms !important;
1578
+ animation-duration: 0ms !important; }
1579
+ @media screen and (max-width: 40em) {
1580
+ .dnb-dialog--no-animation-on-mobile {
1581
+ -webkit-animation-delay: 0ms !important;
1582
+ animation-delay: 0ms !important;
1583
+ -webkit-animation-duration: 0ms !important;
1584
+ animation-duration: 0ms !important; } }
1585
+ .dnb-dialog__content {
1586
+ position: relative;
1587
+ z-index: 1; }
1588
+ .dnb-dialog--spacing .dnb-dialog__content {
1589
+ padding-bottom: 4rem;
1590
+ padding-bottom: calc(2rem * 2);
1591
+ padding-bottom: calc(var(--dialog-spacing)*2);
1592
+ padding-bottom: calc(var(--dialog-spacing) * 2); }
1593
+ @supports (-webkit-touch-callout: none) {
1594
+ .dnb-dialog--spacing .dnb-dialog__content {
1595
+ padding-bottom: 16rem;
1596
+ padding-bottom: calc(2rem * 8);
1597
+ padding-bottom: calc(var(--dialog-spacing)*8);
1598
+ padding-bottom: calc(var(--dialog-spacing) * 8); } }
1599
+ .dnb-dialog__align--center .dnb-dialog__content {
1600
+ -webkit-box-align: center;
1601
+ -ms-flex-align: center;
1602
+ align-items: center;
1603
+ text-align: center; }
1604
+ .dnb-dialog__align--right .dnb-dialog__content {
1605
+ -webkit-box-align: end;
1606
+ -ms-flex-align: end;
1607
+ align-items: flex-end;
1608
+ text-align: right; }
1609
+ .dnb-dialog__title ~ .dnb-dialog__content {
1610
+ padding-top: 1rem;
1611
+ padding-top: calc(2rem / 2);
1612
+ padding-top: calc(var(--dialog-spacing)/2);
1613
+ padding-top: calc(var(--dialog-spacing) / 2); }
1614
+ .dnb-dialog .dnb-dialog__header [class*='dnb-h--'],
1615
+ .dnb-dialog .dnb-dialog__header .dnb-modal__title {
1616
+ padding: 0; }
1617
+ .dnb-dialog .dnb-dialog__header [class*='dnb-h--']:not([class*='__top']),
1618
+ .dnb-dialog .dnb-dialog__header .dnb-modal__title:not([class*='__top']) {
1619
+ margin-top: 0; }
1620
+ .dnb-dialog .dnb-dialog__header [class*='dnb-h--']:not([class*='__bottom']),
1621
+ .dnb-dialog .dnb-dialog__header .dnb-modal__title:not([class*='__bottom']) {
1622
+ margin-bottom: 0; }
1623
+ .dnb-dialog .dnb-dialog__header::after {
1624
+ top: -500%;
1625
+ height: 600%; }
1626
+ .dnb-dialog--spacing .dnb-dialog__header .dnb-tabs {
1627
+ margin-top: 3.5rem; }
1628
+ .dnb-dialog__body {
1629
+ padding-bottom: 4rem;
1630
+ padding-bottom: calc(2rem * 2);
1631
+ padding-bottom: calc(var(--dialog-spacing)*2);
1632
+ padding-bottom: calc(var(--dialog-spacing) * 2);
1633
+ margin-bottom: -4rem;
1634
+ margin-bottom: calc(-2rem * 2);
1635
+ margin-bottom: calc(var(--dialog-spacing-minus)*2);
1636
+ margin-bottom: calc(var(--dialog-spacing-minus) * 2); }
1637
+ .dnb-dialog__navigation.dnb-section {
1638
+ display: -webkit-box;
1639
+ display: -ms-flexbox;
1640
+ display: flex;
1641
+ -webkit-box-orient: horizontal;
1642
+ -webkit-box-direction: normal;
1643
+ -ms-flex-direction: row;
1644
+ flex-direction: row;
1645
+ -webkit-box-pack: justify;
1646
+ -ms-flex-pack: justify;
1647
+ justify-content: space-between; }
1648
+ .dnb-dialog--spacing .dnb-dialog__navigation.dnb-section {
1649
+ margin-top: 3.5rem;
1650
+ margin-top: calc(2rem * 1.75);
1651
+ margin-top: calc(var(--dialog-spacing)*1.75);
1652
+ margin-top: calc(var(--dialog-spacing) * 1.75);
1653
+ margin-bottom: 1rem;
1654
+ margin-bottom: calc(2rem / 2);
1655
+ margin-bottom: calc(var(--dialog-spacing)/2);
1656
+ margin-bottom: calc(var(--dialog-spacing) / 2); }
1657
+ @media screen and (max-width: 50em) {
1658
+ .dnb-dialog--spacing .dnb-dialog__navigation.dnb-section {
1659
+ margin-top: 1rem;
1660
+ margin-top: calc(2rem / 2);
1661
+ margin-top: calc(var(--dialog-spacing)/2);
1662
+ margin-top: calc(var(--dialog-spacing) / 2); } }
1663
+
1664
+ [data-visual-test].hide-page-content #___gatsby {
1665
+ opacity: 0; }
1666
+
1667
+ /*
1668
+ * Modal component
1669
+ *
1670
+ */
1671
+ /*
1672
+ * Modal component
1673
+ *
1674
+ */
1675
+ @keyframes show-modal {
1676
+ from {
1677
+ opacity: 0.1;
1678
+ -webkit-transform: translate3d(0, -1rem, 0);
1679
+ transform: translate3d(0, -1rem, 0); }
1680
+ to {
1681
+ -webkit-transform: translate3d(0, 0, 0);
1682
+ transform: translate3d(0, 0, 0);
1683
+ opacity: 1; } }
1684
+
1685
+ @keyframes hide-modal {
1686
+ from {
1687
+ -webkit-transform: translate3d(0, 0, 0);
1688
+ transform: translate3d(0, 0, 0);
1689
+ opacity: 1; }
1690
+ to {
1691
+ -webkit-transform: translate3d(0, 1rem, 0);
1692
+ transform: translate3d(0, 1rem, 0);
1693
+ opacity: 0; } }
1694
+
1695
+ @keyframes show-drawer {
1696
+ to {
1697
+ -webkit-transform: translate3d(0, 0, 0);
1698
+ transform: translate3d(0, 0, 0);
1699
+ opacity: 1; } }
1700
+
1701
+ @keyframes hide-drawer-left {
1702
+ from {
1703
+ -webkit-transform: translate3d(0, 0, 0);
1704
+ transform: translate3d(0, 0, 0);
1705
+ opacity: 1; }
1706
+ to {
1707
+ -webkit-transform: translate3d(-20rem, 0, 0);
1708
+ transform: translate3d(-20rem, 0, 0);
1709
+ opacity: 0; } }
1710
+
1711
+ @keyframes hide-drawer-top {
1712
+ from {
1713
+ -webkit-transform: translate3d(0, 0, 0);
1714
+ transform: translate3d(0, 0, 0);
1715
+ opacity: 1; }
1716
+ to {
1717
+ -webkit-transform: translate3d(0, -20rem, 0);
1718
+ transform: translate3d(0, -20rem, 0);
1719
+ opacity: 0; } }
1720
+
1721
+ @keyframes hide-drawer-bottom {
1722
+ from {
1723
+ -webkit-transform: translate3d(0, 0, 0);
1724
+ transform: translate3d(0, 0, 0);
1725
+ opacity: 1; }
1726
+ to {
1727
+ -webkit-transform: translate3d(0, 20rem, 0);
1728
+ transform: translate3d(0, 20rem, 0);
1729
+ opacity: 0; } }
1730
+
1731
+ @keyframes hide-drawer-right {
1732
+ from {
1733
+ -webkit-transform: translate3d(0, 0, 0);
1734
+ transform: translate3d(0, 0, 0);
1735
+ opacity: 1; }
1736
+ to {
1737
+ -webkit-transform: translate3d(20rem, 0, 0);
1738
+ transform: translate3d(20rem, 0, 0);
1739
+ opacity: 0; } }
1740
+
1741
+ @keyframes show-modal-overlay {
1742
+ from {
1743
+ opacity: 0; }
1744
+ to {
1745
+ opacity: 0.32;
1746
+ opacity: var(--modal-overlay-opacity); } }
1747
+
1748
+ @keyframes hide-modal-overlay {
1749
+ from {
1750
+ opacity: 0.32;
1751
+ opacity: var(--modal-overlay-opacity); }
1752
+ to {
1753
+ opacity: 0; } }
1754
+
1755
+ :root {
1756
+ --modal-z-index: 3000;
1757
+ --modal-animation-duration: 300ms;
1758
+ --modal-overlay-bg: black;
1759
+ --modal-overlay-opacity: 0.32; }
1760
+
1761
+ html[data-dnb-modal-active] {
1762
+ -moz-user-select: none;
1763
+ -ms-user-select: none;
1764
+ user-select: none;
1765
+ -webkit-user-select: none; }
1766
+
1767
+ #dnb-modal-root {
1768
+ position: absolute;
1769
+ top: 0;
1770
+ left: 0; }
1771
+
1772
+ .dnb-modal {
1773
+ /* stylelint-disable-next-line */ }
1774
+ .dnb-modal__content {
1775
+ position: fixed;
1776
+ top: 0;
1777
+ left: 0;
1778
+ z-index: 3001;
1779
+ z-index: calc(3000 + 1);
1780
+ z-index: calc(var(--modal-z-index) + 1);
1781
+ display: -webkit-box;
1782
+ display: -ms-flexbox;
1783
+ display: flex;
1784
+ -webkit-box-align: center;
1785
+ -ms-flex-align: center;
1786
+ align-items: center;
1787
+ -webkit-box-pack: center;
1788
+ -ms-flex-pack: center;
1789
+ justify-content: center;
1790
+ max-width: 100vw;
1791
+ width: 100%;
1792
+ height: 100%;
1793
+ -moz-user-select: none;
1794
+ -ms-user-select: none;
1795
+ user-select: none;
1796
+ -webkit-user-select: none; }
1797
+ @media screen and (max-width: 40em) {
1798
+ .dnb-modal__content--auto-fullscreen {
1799
+ height: auto; } }
1800
+ .dnb-modal__content--fullscreen {
1801
+ -webkit-box-align: start;
1802
+ -ms-flex-align: start;
1803
+ align-items: flex-start;
1804
+ -webkit-box-pack: start;
1805
+ -ms-flex-pack: start;
1806
+ justify-content: flex-start; }
1807
+ .dnb-modal__content--fullscreen .dnb-modal__content__content {
1808
+ height: auto; }
1809
+ .dnb-modal__content--left {
1810
+ -webkit-box-align: start;
1811
+ -ms-flex-align: start;
1812
+ align-items: flex-start;
1813
+ -webkit-box-pack: start;
1814
+ -ms-flex-pack: start;
1815
+ justify-content: flex-start; }
1816
+ .dnb-modal__content--right {
1817
+ -webkit-box-align: start;
1818
+ -ms-flex-align: start;
1819
+ align-items: flex-start;
1820
+ -webkit-box-pack: end;
1821
+ -ms-flex-pack: end;
1822
+ justify-content: flex-end; }
1823
+ .dnb-modal__content--bottom {
1824
+ -webkit-box-align: end;
1825
+ -ms-flex-align: end;
1826
+ align-items: flex-end;
1827
+ -webkit-box-pack: start;
1828
+ -ms-flex-pack: start;
1829
+ justify-content: flex-start; }
1830
+ .dnb-modal__overlay {
1831
+ position: fixed;
1832
+ z-index: 3000;
1833
+ z-index: var(--modal-z-index);
1834
+ left: 0;
1835
+ top: 0;
1836
+ width: 100%;
1837
+ height: 100%;
1838
+ background-color: black;
1839
+ background-color: var(--modal-overlay-bg); }
1840
+ .dnb-modal-root__inner .dnb-modal__overlay {
1841
+ -webkit-animation: hide-modal-overlay 300ms ease-in-out forwards;
1842
+ animation: hide-modal-overlay 300ms ease-in-out forwards;
1843
+ -webkit-animation: hide-modal-overlay var(--modal-animation-duration) ease-in-out forwards;
1844
+ animation: hide-modal-overlay var(--modal-animation-duration) ease-in-out forwards; }
1845
+ .dnb-modal-root__inner:last-of-type .dnb-modal__overlay {
1846
+ -webkit-animation: show-modal-overlay 300ms ease-out forwards 0ms;
1847
+ animation: show-modal-overlay 300ms ease-out forwards 0ms;
1848
+ -webkit-animation: show-modal-overlay var(--modal-animation-duration) ease-out forwards 0ms;
1849
+ animation: show-modal-overlay var(--modal-animation-duration) ease-out forwards 0ms; }
1850
+ .dnb-modal-root__inner:last-of-type .dnb-modal__overlay--hide {
1851
+ -webkit-animation: hide-modal-overlay 300ms ease-in-out forwards;
1852
+ animation: hide-modal-overlay 300ms ease-in-out forwards;
1853
+ -webkit-animation: hide-modal-overlay var(--modal-animation-duration) ease-in-out forwards;
1854
+ animation: hide-modal-overlay var(--modal-animation-duration) ease-in-out forwards; }
1855
+ html[data-visual-test] .dnb-modal__overlay, .dnb-modal__overlay--no-animation {
1856
+ -webkit-animation-delay: 0ms !important;
1857
+ animation-delay: 0ms !important;
1858
+ -webkit-animation-duration: 0ms !important;
1859
+ animation-duration: 0ms !important; }
1860
+ .dnb-modal-root__inner {
1861
+ position: relative;
1862
+ z-index: 3001;
1863
+ z-index: calc(3000 + 1);
1864
+ z-index: calc(var(--modal-z-index) + 1); }
1865
+ .dnb-modal-root__inner ~ .dnb-modal-root__inner {
1866
+ z-index: 3002;
1867
+ z-index: calc(3000 + 2);
1868
+ z-index: calc(var(--modal-z-index) + 2); }
1869
+ .dnb-modal-root__inner ~ .dnb-modal-root__inner ~ .dnb-modal-root__inner {
1870
+ z-index: 3003;
1871
+ z-index: calc(3000 + 3);
1872
+ z-index: calc(var(--modal-z-index) + 3); }
1873
+ .dnb-modal-root__inner ~ .dnb-modal-root__inner ~ .dnb-modal-root__inner ~ .dnb-modal-root__inner {
1874
+ z-index: 3004;
1875
+ z-index: calc(3000 + 4);
1876
+ z-index: calc(var(--modal-z-index) + 4); }
1877
+ .dnb-modal__close-button {
1878
+ z-index: 3001;
1879
+ z-index: calc(3000 + 1);
1880
+ z-index: calc(var(--modal-z-index) + 1); }
1881
+ .dnb-modal__header__bar.dnb-section {
1882
+ display: -webkit-box;
1883
+ display: -ms-flexbox;
1884
+ display: flex;
1885
+ -webkit-box-orient: horizontal;
1886
+ -webkit-box-direction: normal;
1887
+ -ms-flex-direction: row;
1888
+ flex-direction: row;
1889
+ -webkit-box-pack: justify;
1890
+ -ms-flex-pack: justify;
1891
+ justify-content: space-between; }
1892
+ @media screen and (-ms-high-contrast: none) {
1893
+ .dnb-modal__header__bar.dnb-section {
1894
+ -webkit-box-align: center;
1895
+ -ms-flex-align: center;
1896
+ align-items: center; } }
1897
+ @media screen and (-ms-high-contrast: none) {
1898
+ .dnb-core-style .dnb-modal__header__bar__close {
1899
+ margin-left: auto; } }
1900
+
1901
+ [data-visual-test].hide-page-content #___gatsby {
1902
+ opacity: 0; }
1903
+
21
1904
  .dnb-drawer {
22
1905
  font-family: 'DNB', sans-serif;
23
1906
  font-family: var(--font-family-default);
@@ -76,15 +1959,6 @@
76
1959
  * Modal component
77
1960
  *
78
1961
  */
79
- @-webkit-keyframes show-modal {
80
- from {
81
- opacity: 0.1;
82
- -webkit-transform: translate3d(0, -1rem, 0);
83
- transform: translate3d(0, -1rem, 0); }
84
- to {
85
- -webkit-transform: translate3d(0, 0, 0);
86
- transform: translate3d(0, 0, 0);
87
- opacity: 1; } }
88
1962
  @keyframes show-modal {
89
1963
  from {
90
1964
  opacity: 0.1;
@@ -95,16 +1969,6 @@
95
1969
  transform: translate3d(0, 0, 0);
96
1970
  opacity: 1; } }
97
1971
 
98
- @-webkit-keyframes hide-modal {
99
- from {
100
- -webkit-transform: translate3d(0, 0, 0);
101
- transform: translate3d(0, 0, 0);
102
- opacity: 1; }
103
- to {
104
- -webkit-transform: translate3d(0, 1rem, 0);
105
- transform: translate3d(0, 1rem, 0);
106
- opacity: 0; } }
107
-
108
1972
  @keyframes hide-modal {
109
1973
  from {
110
1974
  -webkit-transform: translate3d(0, 0, 0);
@@ -115,28 +1979,12 @@
115
1979
  transform: translate3d(0, 1rem, 0);
116
1980
  opacity: 0; } }
117
1981
 
118
- @-webkit-keyframes show-drawer {
119
- to {
120
- -webkit-transform: translate3d(0, 0, 0);
121
- transform: translate3d(0, 0, 0);
122
- opacity: 1; } }
123
-
124
1982
  @keyframes show-drawer {
125
1983
  to {
126
1984
  -webkit-transform: translate3d(0, 0, 0);
127
1985
  transform: translate3d(0, 0, 0);
128
1986
  opacity: 1; } }
129
1987
 
130
- @-webkit-keyframes hide-drawer-left {
131
- from {
132
- -webkit-transform: translate3d(0, 0, 0);
133
- transform: translate3d(0, 0, 0);
134
- opacity: 1; }
135
- to {
136
- -webkit-transform: translate3d(-20rem, 0, 0);
137
- transform: translate3d(-20rem, 0, 0);
138
- opacity: 0; } }
139
-
140
1988
  @keyframes hide-drawer-left {
141
1989
  from {
142
1990
  -webkit-transform: translate3d(0, 0, 0);
@@ -147,16 +1995,6 @@
147
1995
  transform: translate3d(-20rem, 0, 0);
148
1996
  opacity: 0; } }
149
1997
 
150
- @-webkit-keyframes hide-drawer-top {
151
- from {
152
- -webkit-transform: translate3d(0, 0, 0);
153
- transform: translate3d(0, 0, 0);
154
- opacity: 1; }
155
- to {
156
- -webkit-transform: translate3d(0, -20rem, 0);
157
- transform: translate3d(0, -20rem, 0);
158
- opacity: 0; } }
159
-
160
1998
  @keyframes hide-drawer-top {
161
1999
  from {
162
2000
  -webkit-transform: translate3d(0, 0, 0);
@@ -167,16 +2005,6 @@
167
2005
  transform: translate3d(0, -20rem, 0);
168
2006
  opacity: 0; } }
169
2007
 
170
- @-webkit-keyframes hide-drawer-bottom {
171
- from {
172
- -webkit-transform: translate3d(0, 0, 0);
173
- transform: translate3d(0, 0, 0);
174
- opacity: 1; }
175
- to {
176
- -webkit-transform: translate3d(0, 20rem, 0);
177
- transform: translate3d(0, 20rem, 0);
178
- opacity: 0; } }
179
-
180
2008
  @keyframes hide-drawer-bottom {
181
2009
  from {
182
2010
  -webkit-transform: translate3d(0, 0, 0);
@@ -187,16 +2015,6 @@
187
2015
  transform: translate3d(0, 20rem, 0);
188
2016
  opacity: 0; } }
189
2017
 
190
- @-webkit-keyframes hide-drawer-right {
191
- from {
192
- -webkit-transform: translate3d(0, 0, 0);
193
- transform: translate3d(0, 0, 0);
194
- opacity: 1; }
195
- to {
196
- -webkit-transform: translate3d(20rem, 0, 0);
197
- transform: translate3d(20rem, 0, 0);
198
- opacity: 0; } }
199
-
200
2018
  @keyframes hide-drawer-right {
201
2019
  from {
202
2020
  -webkit-transform: translate3d(0, 0, 0);
@@ -207,13 +2025,6 @@
207
2025
  transform: translate3d(20rem, 0, 0);
208
2026
  opacity: 0; } }
209
2027
 
210
- @-webkit-keyframes show-modal-overlay {
211
- from {
212
- opacity: 0; }
213
- to {
214
- opacity: 0.32;
215
- opacity: var(--modal-overlay-opacity); } }
216
-
217
2028
  @keyframes show-modal-overlay {
218
2029
  from {
219
2030
  opacity: 0; }
@@ -221,13 +2032,6 @@
221
2032
  opacity: 0.32;
222
2033
  opacity: var(--modal-overlay-opacity); } }
223
2034
 
224
- @-webkit-keyframes hide-modal-overlay {
225
- from {
226
- opacity: 0.32;
227
- opacity: var(--modal-overlay-opacity); }
228
- to {
229
- opacity: 0; } }
230
-
231
2035
  @keyframes hide-modal-overlay {
232
2036
  from {
233
2037
  opacity: 0.32;