@ouds/web-orange-compact 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/LICENSE +22 -0
  2. package/NOTICE.txt +15 -0
  3. package/README.md +125 -0
  4. package/dist/css/ouds-web-bootstrap.css +28757 -0
  5. package/dist/css/ouds-web-bootstrap.css.map +1 -0
  6. package/dist/css/ouds-web-bootstrap.min.css +11 -0
  7. package/dist/css/ouds-web-bootstrap.min.css.map +1 -0
  8. package/dist/css/ouds-web-bootstrap.rtl.css +28582 -0
  9. package/dist/css/ouds-web-bootstrap.rtl.css.map +1 -0
  10. package/dist/css/ouds-web-bootstrap.rtl.min.css +11 -0
  11. package/dist/css/ouds-web-bootstrap.rtl.min.css.map +1 -0
  12. package/dist/css/ouds-web-grid.css +3598 -0
  13. package/dist/css/ouds-web-grid.css.map +1 -0
  14. package/dist/css/ouds-web-grid.min.css +11 -0
  15. package/dist/css/ouds-web-grid.min.css.map +1 -0
  16. package/dist/css/ouds-web-grid.rtl.css +3597 -0
  17. package/dist/css/ouds-web-grid.rtl.css.map +1 -0
  18. package/dist/css/ouds-web-grid.rtl.min.css +11 -0
  19. package/dist/css/ouds-web-grid.rtl.min.css.map +1 -0
  20. package/dist/css/ouds-web-reboot.css +1360 -0
  21. package/dist/css/ouds-web-reboot.css.map +1 -0
  22. package/dist/css/ouds-web-reboot.min.css +11 -0
  23. package/dist/css/ouds-web-reboot.min.css.map +1 -0
  24. package/dist/css/ouds-web-reboot.rtl.css +1329 -0
  25. package/dist/css/ouds-web-reboot.rtl.css.map +1 -0
  26. package/dist/css/ouds-web-reboot.rtl.min.css +11 -0
  27. package/dist/css/ouds-web-reboot.rtl.min.css.map +1 -0
  28. package/dist/css/ouds-web-utilities.css +11571 -0
  29. package/dist/css/ouds-web-utilities.css.map +1 -0
  30. package/dist/css/ouds-web-utilities.min.css +11 -0
  31. package/dist/css/ouds-web-utilities.min.css.map +1 -0
  32. package/dist/css/ouds-web-utilities.rtl.css +11540 -0
  33. package/dist/css/ouds-web-utilities.rtl.css.map +1 -0
  34. package/dist/css/ouds-web-utilities.rtl.min.css +11 -0
  35. package/dist/css/ouds-web-utilities.rtl.min.css.map +1 -0
  36. package/dist/css/ouds-web.css +22967 -0
  37. package/dist/css/ouds-web.css.map +1 -0
  38. package/dist/css/ouds-web.min.css +11 -0
  39. package/dist/css/ouds-web.min.css.map +1 -0
  40. package/dist/css/ouds-web.rtl.css +22804 -0
  41. package/dist/css/ouds-web.rtl.css.map +1 -0
  42. package/dist/css/ouds-web.rtl.min.css +11 -0
  43. package/dist/css/ouds-web.rtl.min.css.map +1 -0
  44. package/package.json +61 -0
  45. package/scss/ouds-web-bootstrap.scss +3 -0
  46. package/scss/ouds-web-grid.scss +64 -0
  47. package/scss/ouds-web-reboot.scss +12 -0
  48. package/scss/ouds-web-utilities.scss +21 -0
  49. package/scss/ouds-web.scss +67 -0
  50. package/scss/tokens/_component-colors-custom-props.scss +114 -0
  51. package/scss/tokens/_component.scss +459 -0
  52. package/scss/tokens/_composite.scss +124 -0
  53. package/scss/tokens/_index.scss +6 -0
  54. package/scss/tokens/_raw.scss +485 -0
  55. package/scss/tokens/_semantic-colors-custom-props.scss +316 -0
  56. package/scss/tokens/_semantic.scss +779 -0
@@ -0,0 +1,1329 @@
1
+ /*!
2
+ * OUDS Web Reboot v1.1.0 (https://web.unified-design-system.orange.com/)
3
+ * Copyright 2014-2026 The OUDS Web Authors
4
+ * Copyright 2014-2026 Orange SA
5
+ * Licensed under MIT (https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/blob/ouds/main/LICENSE)
6
+ * This a fork of Bootstrap: Initial license below
7
+ * Bootstrap Reboot v5.3.5 (https://getbootstrap.com/)
8
+ * Copyright 2011-2026 The Bootstrap Authors
9
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
10
+ */
11
+ :root,
12
+ [data-bs-theme=light],
13
+ :root[data-bs-theme=light] [data-bs-theme=root],
14
+ :root[data-bs-theme=dark] [data-bs-theme=root-inverted] {
15
+ --bs-color-action-disabled: rgba(0, 0, 0, 0.2);
16
+ --bs-color-action-enabled: #000;
17
+ --bs-color-action-focus: rgba(0, 0, 0, 0.68);
18
+ --bs-color-action-highlighted: #000;
19
+ --bs-color-action-hover: rgba(0, 0, 0, 0.68);
20
+ --bs-color-action-loading: #f15e00;
21
+ --bs-color-action-negative-enabled: #db0002;
22
+ --bs-color-action-negative-focus: #b20002;
23
+ --bs-color-action-negative-hover: #b20002;
24
+ --bs-color-action-negative-loading: #800001;
25
+ --bs-color-action-negative-pressed: #800001;
26
+ --bs-color-action-pressed: #f15e00;
27
+ --bs-color-action-read-only-primary: rgba(0, 0, 0, 0.68);
28
+ --bs-color-action-read-only-secondary: rgba(0, 0, 0, 0.2);
29
+ --bs-color-action-selected: #f15e00;
30
+ --bs-color-action-support-disabled: rgba(0, 0, 0, 0.04);
31
+ --bs-color-action-support-enabled: rgba(0, 0, 0, 0.04);
32
+ --bs-color-action-support-focus: rgba(0, 0, 0, 0.08);
33
+ --bs-color-action-support-hover: rgba(0, 0, 0, 0.08);
34
+ --bs-color-action-support-loading: rgba(0, 0, 0, 0.12);
35
+ --bs-color-action-support-pressed: rgba(0, 0, 0, 0.12);
36
+ --bs-color-action-visited: #5b2f98;
37
+ --bs-color-always-black: #000;
38
+ --bs-color-always-on-black: #eee;
39
+ --bs-color-always-on-white: #000;
40
+ --bs-color-always-white: #fff;
41
+ --bs-color-bg-inverse-high: #141414;
42
+ --bs-color-bg-inverse-low: #141414;
43
+ --bs-color-bg-primary: #fff;
44
+ --bs-color-bg-secondary: #f4f4f4;
45
+ --bs-color-bg-tertiary: #f9f5f0;
46
+ --bs-color-border-brand-primary: #f15e00;
47
+ --bs-color-border-default: rgba(0, 0, 0, 0.2);
48
+ --bs-color-border-emphasized: #000;
49
+ --bs-color-border-focus-inset: #fff;
50
+ --bs-color-border-focus: #000;
51
+ --bs-color-border-minimal: rgba(0, 0, 0, 0.04);
52
+ --bs-color-border-muted: rgba(0, 0, 0, 0.08);
53
+ --bs-color-border-on-brand-primary: #000;
54
+ --bs-color-border-status-accent: #ff7900;
55
+ --bs-color-border-status-info: #0073b2;
56
+ --bs-color-border-status-negative: #db0002;
57
+ --bs-color-border-status-positive: #138126;
58
+ --bs-color-border-status-warning: #ffd000;
59
+ --bs-color-content-brand-primary: #f15e00;
60
+ --bs-color-content-default: #000;
61
+ --bs-color-content-disabled: rgba(0, 0, 0, 0.2);
62
+ --bs-color-content-inverse: #fff;
63
+ --bs-color-content-muted: rgba(0, 0, 0, 0.68);
64
+ --bs-color-content-on-action-disabled: #fff;
65
+ --bs-color-content-on-action-enabled: #fff;
66
+ --bs-color-content-on-action-focus: #fff;
67
+ --bs-color-content-on-action-highlighted: #fff;
68
+ --bs-color-content-on-action-hover: #fff;
69
+ --bs-color-content-on-action-loading: #fff;
70
+ --bs-color-content-on-action-pressed: #fff;
71
+ --bs-color-content-on-action-selected: #fff;
72
+ --bs-color-content-on-brand-primary: #000;
73
+ --bs-color-content-on-status-accent-emphasized: #000;
74
+ --bs-color-content-on-status-accent-muted: #000;
75
+ --bs-color-content-on-status-info-emphasized: #fff;
76
+ --bs-color-content-on-status-info-muted: #000;
77
+ --bs-color-content-on-status-negative-emphasized: #fff;
78
+ --bs-color-content-on-status-negative-muted: #000;
79
+ --bs-color-content-on-status-positive-emphasized: #fff;
80
+ --bs-color-content-on-status-positive-muted: #000;
81
+ --bs-color-content-on-status-warning-emphasized: #000;
82
+ --bs-color-content-on-status-warning-muted: #000;
83
+ --bs-color-content-status-accent: #ff7900;
84
+ --bs-color-content-status-info: #0073b2;
85
+ --bs-color-content-status-negative: #db0002;
86
+ --bs-color-content-status-positive: #138126;
87
+ --bs-color-content-status-warning: #856a00;
88
+ --bs-color-opacity-lower: rgba(0, 0, 0, 0.08);
89
+ --bs-color-opacity-lowest: rgba(0, 0, 0, 0.04);
90
+ --bs-color-opacity-transparent: rgba(0, 0, 0, 0);
91
+ --bs-color-overlay-drag: rgba(0, 0, 0, 0.04);
92
+ --bs-color-overlay-dropdown: #fff;
93
+ --bs-color-overlay-modal: #fff;
94
+ --bs-color-overlay-tooltip: #272727;
95
+ --bs-color-surface-brand-primary: #ff7900;
96
+ --bs-color-surface-inverse-high: #272727;
97
+ --bs-color-surface-inverse-low: #272727;
98
+ --bs-color-surface-primary: #fff;
99
+ --bs-color-surface-secondary: rgba(0, 0, 0, 0.04);
100
+ --bs-color-surface-status-accent-emphasized: #ff7900;
101
+ --bs-color-surface-status-accent-muted: rgba(189, 121, 60, 0.08);
102
+ --bs-color-surface-status-info-emphasized: #0073b2;
103
+ --bs-color-surface-status-info-muted: rgba(38, 178, 255, 0.08);
104
+ --bs-color-surface-status-negative-emphasized: #db0002;
105
+ --bs-color-surface-status-negative-muted: rgba(219, 0, 2, 0.08);
106
+ --bs-color-surface-status-positive-emphasized: #138126;
107
+ --bs-color-surface-status-positive-muted: rgba(61, 227, 90, 0.12);
108
+ --bs-color-surface-status-warning-emphasized: #ffd000;
109
+ --bs-color-surface-status-warning-muted: rgba(255, 208, 0, 0.16);
110
+ --bs-color-surface-tertiary: rgba(189, 121, 60, 0.08);
111
+ --bs-elevation-color-default: rgba(0, 0, 0, 0.24);
112
+ --bs-elevation-color-drag: rgba(0, 0, 0, 0.24);
113
+ --bs-elevation-color-emphasized: rgba(0, 0, 0, 0.16);
114
+ --bs-elevation-color-none: rgba(0, 0, 0, 0);
115
+ --bs-elevation-color-raised: rgba(0, 0, 0, 0.24);
116
+ --bs-elevation-color-sticky: rgba(0, 0, 0, 0.16);
117
+ }
118
+
119
+ [data-bs-theme=dark],
120
+ :root[data-bs-theme=dark],
121
+ :root[data-bs-theme=dark] [data-bs-theme=root],
122
+ :root[data-bs-theme=light] [data-bs-theme=root-inverted] {
123
+ --bs-color-action-disabled: rgba(255, 255, 255, 0.2);
124
+ --bs-color-action-enabled: #eee;
125
+ --bs-color-action-focus: rgba(255, 255, 255, 0.64);
126
+ --bs-color-action-highlighted: #eee;
127
+ --bs-color-action-hover: rgba(255, 255, 255, 0.64);
128
+ --bs-color-action-loading: #ff7900;
129
+ --bs-color-action-negative-enabled: #ff8081;
130
+ --bs-color-action-negative-focus: #ffb2b3;
131
+ --bs-color-action-negative-hover: #ffb2b3;
132
+ --bs-color-action-negative-loading: #ffe5e6;
133
+ --bs-color-action-negative-pressed: #ffe5e6;
134
+ --bs-color-action-pressed: #ff7900;
135
+ --bs-color-action-read-only-primary: rgba(255, 255, 255, 0.64);
136
+ --bs-color-action-read-only-secondary: rgba(255, 255, 255, 0.2);
137
+ --bs-color-action-selected: #ff7900;
138
+ --bs-color-action-support-disabled: rgba(255, 255, 255, 0.04);
139
+ --bs-color-action-support-enabled: rgba(255, 255, 255, 0.04);
140
+ --bs-color-action-support-focus: rgba(255, 255, 255, 0.08);
141
+ --bs-color-action-support-hover: rgba(255, 255, 255, 0.08);
142
+ --bs-color-action-support-loading: rgba(255, 255, 255, 0.12);
143
+ --bs-color-action-support-pressed: rgba(255, 255, 255, 0.12);
144
+ --bs-color-action-visited: #a885d8;
145
+ --bs-color-bg-inverse-high: #eee;
146
+ --bs-color-bg-inverse-low: #333;
147
+ --bs-color-bg-primary: #141414;
148
+ --bs-color-bg-secondary: #1f1f1f;
149
+ --bs-color-bg-tertiary: #23211a;
150
+ --bs-color-border-brand-primary: #ff7900;
151
+ --bs-color-border-default: rgba(255, 255, 255, 0.2);
152
+ --bs-color-border-emphasized: rgba(255, 255, 255, 0.92);
153
+ --bs-color-border-focus: #eee;
154
+ --bs-color-border-focus-inset: #000;
155
+ --bs-color-border-minimal: rgba(255, 255, 255, 0.04);
156
+ --bs-color-border-muted: rgba(255, 255, 255, 0.08);
157
+ --bs-color-border-on-brand-primary: #000;
158
+ --bs-color-border-status-accent: #ff7900;
159
+ --bs-color-border-status-info: #8ad5ff;
160
+ --bs-color-border-status-negative: #ff8081;
161
+ --bs-color-border-status-positive: #94f0a4;
162
+ --bs-color-border-status-warning: #ffe270;
163
+ --bs-color-content-brand-primary: #ff7900;
164
+ --bs-color-content-default: #eee;
165
+ --bs-color-content-disabled: rgba(255, 255, 255, 0.2);
166
+ --bs-color-content-inverse: #000;
167
+ --bs-color-content-muted: rgba(255, 255, 255, 0.64);
168
+ --bs-color-content-on-action-disabled: #000;
169
+ --bs-color-content-on-action-enabled: #000;
170
+ --bs-color-content-on-action-focus: #000;
171
+ --bs-color-content-on-action-highlighted: #000;
172
+ --bs-color-content-on-action-hover: #000;
173
+ --bs-color-content-on-action-loading: #000;
174
+ --bs-color-content-on-action-pressed: #000;
175
+ --bs-color-content-on-action-selected: #000;
176
+ --bs-color-content-on-brand-primary: #000;
177
+ --bs-color-content-on-status-accent-emphasized: #000;
178
+ --bs-color-content-on-status-accent-muted: #eee;
179
+ --bs-color-content-on-status-info-emphasized: #000;
180
+ --bs-color-content-on-status-info-muted: #eee;
181
+ --bs-color-content-on-status-negative-emphasized: #000;
182
+ --bs-color-content-on-status-negative-muted: #eee;
183
+ --bs-color-content-on-status-positive-emphasized: #000;
184
+ --bs-color-content-on-status-positive-muted: #eee;
185
+ --bs-color-content-on-status-warning-emphasized: #000;
186
+ --bs-color-content-on-status-warning-muted: #eee;
187
+ --bs-color-content-status-accent: #ff7900;
188
+ --bs-color-content-status-info: #8ad5ff;
189
+ --bs-color-content-status-negative: #ff8081;
190
+ --bs-color-content-status-positive: #94f0a4;
191
+ --bs-color-content-status-warning: #ffe270;
192
+ --bs-color-opacity-lower: rgba(255, 255, 255, 0.08);
193
+ --bs-color-opacity-lowest: rgba(255, 255, 255, 0.04);
194
+ --bs-color-opacity-transparent: rgba(255, 255, 255, 0);
195
+ --bs-color-overlay-drag: rgba(255, 255, 255, 0.08);
196
+ --bs-color-overlay-dropdown: #3b3b3b;
197
+ --bs-color-overlay-modal: #333;
198
+ --bs-color-overlay-tooltip: #3b3b3b;
199
+ --bs-color-surface-brand-primary: #ff7900;
200
+ --bs-color-surface-inverse-high: #eee;
201
+ --bs-color-surface-inverse-low: rgba(255, 255, 255, 0.12);
202
+ --bs-color-surface-primary: rgba(255, 255, 255, 0.04);
203
+ --bs-color-surface-secondary: rgba(255, 255, 255, 0.08);
204
+ --bs-color-surface-status-accent-emphasized: #ff7900;
205
+ --bs-color-surface-status-accent-muted: rgba(104, 93, 80, 0.4);
206
+ --bs-color-surface-status-info-emphasized: #8ad5ff;
207
+ --bs-color-surface-status-info-muted: rgba(0, 89, 138, 0.52);
208
+ --bs-color-surface-status-negative-emphasized: #ff8081;
209
+ --bs-color-surface-status-negative-muted: rgba(219, 0, 2, 0.32);
210
+ --bs-color-surface-status-positive-emphasized: #94f0a4;
211
+ --bs-color-surface-status-positive-muted: rgba(14, 98, 29, 0.64);
212
+ --bs-color-surface-status-warning-emphasized: #ffe270;
213
+ --bs-color-surface-status-warning-muted: rgba(102, 81, 0, 0.48);
214
+ --bs-color-surface-tertiary: rgba(104, 93, 80, 0.4);
215
+ --bs-elevation-color-default: rgba(0, 0, 0, 0.24);
216
+ --bs-elevation-color-drag: rgba(0, 0, 0, 0.32);
217
+ --bs-elevation-color-emphasized: rgba(0, 0, 0, 0.16);
218
+ --bs-elevation-color-raised: rgba(0, 0, 0, 0.32);
219
+ --bs-elevation-color-sticky: rgba(0, 0, 0, 0.16);
220
+ }
221
+
222
+ :root,
223
+ [data-bs-theme=light],
224
+ :root[data-bs-theme=light] [data-bs-theme=root],
225
+ :root[data-bs-theme=dark] [data-bs-theme=root-inverted] {
226
+ --bs-button-color-bg-brand-pressed: #000;
227
+ --bs-button-color-bg-brand-loading: #000;
228
+ --bs-button-color-content-brand-pressed: #fff;
229
+ --bs-button-color-content-brand-loading: #fff;
230
+ --bs-button-mono-color-bg-default-hover: rgba(0, 0, 0, 0.68);
231
+ --bs-button-mono-color-bg-default-pressed: rgba(255, 255, 255, 0.8);
232
+ --bs-button-mono-color-bg-default-loading: rgba(255, 255, 255, 0.8);
233
+ --bs-button-mono-color-bg-default-focus: rgba(0, 0, 0, 0.68);
234
+ --bs-button-mono-color-bg-strong-enabled: #000;
235
+ --bs-button-mono-color-bg-strong-hover: rgba(0, 0, 0, 0.68);
236
+ --bs-button-mono-color-bg-strong-pressed: rgba(255, 255, 255, 0.8);
237
+ --bs-button-mono-color-bg-strong-loading: rgba(255, 255, 255, 0.8);
238
+ --bs-button-mono-color-bg-strong-disabled: rgba(0, 0, 0, 0.28);
239
+ --bs-button-mono-color-bg-strong-focus: rgba(0, 0, 0, 0.68);
240
+ --bs-button-mono-color-bg-minimal-hover: rgba(0, 0, 0, 0.68);
241
+ --bs-button-mono-color-bg-minimal-pressed: rgba(255, 255, 255, 0.8);
242
+ --bs-button-mono-color-bg-minimal-focus: rgba(0, 0, 0, 0.68);
243
+ --bs-button-mono-color-content-default-enabled: #000;
244
+ --bs-button-mono-color-content-default-hover: #fff;
245
+ --bs-button-mono-color-content-default-pressed: #000;
246
+ --bs-button-mono-color-content-default-loading: #000;
247
+ --bs-button-mono-color-content-default-disabled: rgba(0, 0, 0, 0.28);
248
+ --bs-button-mono-color-content-default-focus: #fff;
249
+ --bs-button-mono-color-content-minimal-enabled: #000;
250
+ --bs-button-mono-color-content-minimal-hover: #fff;
251
+ --bs-button-mono-color-content-minimal-pressed: #000;
252
+ --bs-button-mono-color-content-minimal-loading: #000;
253
+ --bs-button-mono-color-content-minimal-disabled: rgba(0, 0, 0, 0.28);
254
+ --bs-button-mono-color-content-minimal-focus: #fff;
255
+ --bs-button-mono-color-content-strong-enabled: #fff;
256
+ --bs-button-mono-color-content-strong-hover: #fff;
257
+ --bs-button-mono-color-content-strong-pressed: #000;
258
+ --bs-button-mono-color-content-strong-loading: #000;
259
+ --bs-button-mono-color-content-strong-disabled: rgba(255, 255, 255, 0.64);
260
+ --bs-button-mono-color-content-strong-focus: #fff;
261
+ --bs-button-mono-color-border-default-enabled: #000;
262
+ --bs-button-mono-color-border-default-disabled: rgba(0, 0, 0, 0.28);
263
+ --bs-link-mono-color-content-enabled: #000;
264
+ --bs-link-mono-color-content-hover: #000;
265
+ --bs-link-mono-color-content-pressed: rgba(0, 0, 0, 0.52);
266
+ --bs-link-mono-color-content-disabled: rgba(0, 0, 0, 0.28);
267
+ --bs-link-mono-color-content-focus: #000;
268
+ --bs-switch-color-cursor: #fff;
269
+ --bs-switch-color-track-selected: #17a02f;
270
+ --bs-switch-color-track-selected-interaction: #138126;
271
+ --bs-switch-color-track-unselected: rgba(0, 0, 0, 0.44);
272
+ --bs-switch-color-track-unselected-interaction: rgba(0, 0, 0, 0.52);
273
+ --bs-icon-color-content-status-warning-external-shape: #ffd000;
274
+ --bs-icon-color-content-status-warning-internal-shape: #856a00;
275
+ --bs-icon-color-content-default: #000;
276
+ }
277
+
278
+ [data-bs-theme=dark],
279
+ :root[data-bs-theme=dark],
280
+ :root[data-bs-theme=dark] [data-bs-theme=root],
281
+ :root[data-bs-theme=light] [data-bs-theme=root-inverted] {
282
+ --bs-button-color-bg-brand-pressed: #eee;
283
+ --bs-button-color-bg-brand-loading: #eee;
284
+ --bs-button-color-content-brand-pressed: #000;
285
+ --bs-button-color-content-brand-loading: #000;
286
+ --bs-button-mono-color-bg-default-hover: rgba(255, 255, 255, 0.8);
287
+ --bs-button-mono-color-bg-default-pressed: rgba(0, 0, 0, 0.68);
288
+ --bs-button-mono-color-bg-default-loading: rgba(0, 0, 0, 0.68);
289
+ --bs-button-mono-color-bg-default-focus: rgba(255, 255, 255, 0.8);
290
+ --bs-button-mono-color-bg-strong-enabled: #fff;
291
+ --bs-button-mono-color-bg-strong-hover: rgba(255, 255, 255, 0.8);
292
+ --bs-button-mono-color-bg-strong-pressed: rgba(0, 0, 0, 0.68);
293
+ --bs-button-mono-color-bg-strong-loading: rgba(0, 0, 0, 0.68);
294
+ --bs-button-mono-color-bg-strong-disabled: rgba(255, 255, 255, 0.44);
295
+ --bs-button-mono-color-bg-strong-focus: rgba(255, 255, 255, 0.8);
296
+ --bs-button-mono-color-bg-minimal-hover: rgba(255, 255, 255, 0.8);
297
+ --bs-button-mono-color-bg-minimal-pressed: rgba(0, 0, 0, 0.68);
298
+ --bs-button-mono-color-bg-minimal-focus: rgba(255, 255, 255, 0.8);
299
+ --bs-button-mono-color-content-default-enabled: #fff;
300
+ --bs-button-mono-color-content-default-hover: #000;
301
+ --bs-button-mono-color-content-default-pressed: #fff;
302
+ --bs-button-mono-color-content-default-loading: #fff;
303
+ --bs-button-mono-color-content-default-disabled: rgba(255, 255, 255, 0.44);
304
+ --bs-button-mono-color-content-default-focus: #000;
305
+ --bs-button-mono-color-content-minimal-enabled: #fff;
306
+ --bs-button-mono-color-content-minimal-hover: #000;
307
+ --bs-button-mono-color-content-minimal-pressed: #fff;
308
+ --bs-button-mono-color-content-minimal-loading: #fff;
309
+ --bs-button-mono-color-content-minimal-disabled: rgba(255, 255, 255, 0.44);
310
+ --bs-button-mono-color-content-minimal-focus: #000;
311
+ --bs-button-mono-color-content-strong-enabled: #000;
312
+ --bs-button-mono-color-content-strong-hover: #000;
313
+ --bs-button-mono-color-content-strong-pressed: #fff;
314
+ --bs-button-mono-color-content-strong-loading: #fff;
315
+ --bs-button-mono-color-content-strong-disabled: rgba(0, 0, 0, 0.44);
316
+ --bs-button-mono-color-content-strong-focus: #000;
317
+ --bs-button-mono-color-border-default-enabled: #fff;
318
+ --bs-button-mono-color-border-default-disabled: rgba(255, 255, 255, 0.44);
319
+ --bs-link-mono-color-content-enabled: #fff;
320
+ --bs-link-mono-color-content-hover: #fff;
321
+ --bs-link-mono-color-content-pressed: rgba(255, 255, 255, 0.8);
322
+ --bs-link-mono-color-content-disabled: rgba(255, 255, 255, 0.44);
323
+ --bs-link-mono-color-content-focus: #fff;
324
+ --bs-switch-color-cursor: #141414;
325
+ --bs-switch-color-track-selected: #1ecd3c;
326
+ --bs-switch-color-track-selected-interaction: #94f0a4;
327
+ --bs-switch-color-track-unselected: rgba(255, 255, 255, 0.64);
328
+ --bs-switch-color-track-unselected-interaction: rgba(255, 255, 255, 0.8);
329
+ --bs-icon-color-content-status-warning-external-shape: #ffe270;
330
+ --bs-icon-color-content-status-warning-internal-shape: rgba(255, 255, 255, 0);
331
+ --bs-icon-color-content-default: #eee;
332
+ }
333
+
334
+ @font-face {
335
+ font-family: "HelvNeueOrange";
336
+ font-style: normal;
337
+ font-weight: 400;
338
+ src: url("https://mastermedia.dam-broadcast.com/pm_12751_490_490071-myaimdgylf--HelveticaNeue-Default.woff2") format("woff2");
339
+ font-display: swap;
340
+ }
341
+ @font-face {
342
+ font-family: "HelvNeueOrange";
343
+ font-style: normal;
344
+ font-weight: 500;
345
+ src: url("https://mastermedia.dam-broadcast.com/pm_12751_490_490074-tqtijgs7e4--HelveticaNeue-Moderate.woff2") format("woff2");
346
+ font-display: swap;
347
+ }
348
+ @font-face {
349
+ font-family: "HelvNeueOrange";
350
+ font-style: normal;
351
+ font-weight: 700;
352
+ src: url("https://mastermedia.dam-broadcast.com/pm_12751_490_490077-wejriti88u--HelveticaNeue-Strong.woff2") format("woff2");
353
+ font-display: swap;
354
+ }
355
+ :root,
356
+ [data-bs-theme] {
357
+ color: var(--bs-color-local, var(--bs-color-content-default));
358
+ --bs-link-color: var(--bs-color-action-enabled);
359
+ --bs-link-hover-color: var(--bs-color-action-hover);
360
+ --bs-link-focus-color: var(--bs-color-action-focus);
361
+ --bs-link-active-color: var(--bs-color-action-pressed);
362
+ --bs-link-disabled-color: var(--bs-color-action-disabled);
363
+ --bs-link-visited-color: var(--bs-color-action-visited);
364
+ }
365
+
366
+ :root,
367
+ [data-bs-theme=light],
368
+ :root[data-bs-theme=light] [data-bs-theme=root],
369
+ :root[data-bs-theme=dark] [data-bs-theme=root-inverted] {
370
+ color-scheme: light;
371
+ --bs-chevron-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3e%3cpath d='M597.22 225 402.78 421.43 325 500l77.78 78.57L597.22 775 675 696.43 480.56 500 675 303.57z'/%3e%3c/svg%3e");
372
+ --bs-close-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='m18.75 7.178-1.928-1.929L12 10.071 7.178 5.25 5.249 7.18 10.071 12 5.25 16.822l1.93 1.929L12 13.929l4.822 4.822 1.929-1.929L13.929 12l4.822-4.822Z'/%3e%3c/svg%3e");
373
+ --bs-success-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M12 2.4A9.6 9.6 0 0 0 2.4 12a9.6 9.6 0 0 0 9.6 9.6 9.6 9.6 0 0 0 9.6-9.6A9.6 9.6 0 0 0 12 2.4Zm4.97 8.148-5.408 5.407c-.09.09-.178.171-.265.245-.04.053-.085.105-.136.156a1.27 1.27 0 0 1-.596.336 1.205 1.205 0 0 1-.266.033 1.206 1.206 0 0 1-.263-.033 1.277 1.277 0 0 1-.597-.337 1.47 1.47 0 0 1-.136-.155 4.53 4.53 0 0 1-.265-.245L7.035 13.95c-.853-.852-.997-1.549-.412-2.134.574-.574 1.282-.44 2.134.412l1.543 1.543 4.947-4.947c.853-.853 1.55-.997 2.134-.412.574.574.44 1.282-.411 2.134Z'/%3e%3c/svg%3e");
374
+ --bs-info-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M12 2.4A9.6 9.6 0 0 0 2.4 12a9.6 9.6 0 0 0 9.6 9.6 9.6 9.6 0 0 0 9.6-9.6A9.6 9.6 0 0 0 12 2.4Zm1.2 13.994c0 1.188-.4 1.758-1.2 1.758-.8 0-1.2-.57-1.2-1.758v-4.535c0-1.188.384-1.774 1.2-1.774.8 0 1.2.586 1.2 1.774v4.535Zm-1.213-7.32A1.39 1.39 0 0 1 10.6 7.681c0-.768.622-1.407 1.387-1.407.766 0 1.388.624 1.388 1.407a1.38 1.38 0 0 1-1.388 1.391Z'/%3e%3c/svg%3e");
375
+ --bs-warning-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M21.852 16.98 14.205 3.064a2.556 2.556 0 0 0-4.41 0L2.17 16.942l-.001.002-.021.036a2.54 2.54 0 0 0-.009 2.552 2.55 2.55 0 0 0 2.214 1.276h15.293a2.549 2.549 0 0 0 2.214-1.276 2.542 2.542 0 0 0-.008-2.553ZM10.8 8.031c0-1.187.4-1.758 1.2-1.758.8 0 1.2.57 1.2 1.758v4.535c0 1.188-.384 1.774-1.2 1.774s-1.2-.585-1.2-1.774V8.031Zm1.188 10.119a1.394 1.394 0 0 1-1.388-1.407 1.38 1.38 0 0 1 1.388-1.391 1.39 1.39 0 0 1 1.387 1.39c0 .768-.622 1.408-1.387 1.408Z'/%3e%3c/svg%3e");
376
+ --bs-warning-internal-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M10.8 8.031c0-1.187.4-1.758 1.2-1.758.8 0 1.2.57 1.2 1.758v4.535c0 1.188-.384 1.774-1.2 1.774s-1.2-.585-1.2-1.774V8.031Zm1.188 10.119a1.394 1.394 0 0 1-1.388-1.407 1.38 1.38 0 0 1 1.388-1.391 1.39 1.39 0 0 1 1.387 1.39c0 .768-.622 1.408-1.387 1.408Z'/%3e%3c/svg%3e");
377
+ --bs-error-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M12 2.4A9.6 9.6 0 0 0 2.4 12a9.6 9.6 0 0 0 9.6 9.6 9.6 9.6 0 0 0 9.6-9.6A9.6 9.6 0 0 0 12 2.4Zm-1.2 5.631c0-1.187.4-1.758 1.2-1.758.8 0 1.2.57 1.2 1.758v4.535c0 1.188-.385 1.774-1.2 1.774-.8 0-1.2-.585-1.2-1.774V8.031Zm1.187 10.119a1.394 1.394 0 0 1-1.387-1.407 1.38 1.38 0 0 1 1.387-1.391 1.39 1.39 0 0 1 1.388 1.39c0 .768-.622 1.408-1.388 1.408Z'/%3e%3c/svg%3e");
378
+ --bs-font-sans-serif: "HelvNeueOrange", "Helvetica Neue", Helvetica, "SF Pro", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
379
+ --bs-font-monospace: Consolas, "SFMono-Regular", "Roboto Mono", "Liberation Mono", Menlo, monospace;
380
+ --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
381
+ --bs-font-size-display-large: 2.25rem;
382
+ --bs-font-size-display-medium: 2rem;
383
+ --bs-font-size-display-small: 1.75rem;
384
+ --bs-font-size-heading-xlarge: 1.5rem;
385
+ --bs-font-size-heading-large: 1.25rem;
386
+ --bs-font-size-heading-medium: 1.125rem;
387
+ --bs-font-size-heading-small: 1rem;
388
+ --bs-font-size-body-large: 0.875rem;
389
+ --bs-font-size-body-medium: 0.8125rem;
390
+ --bs-font-size-body-small: 0.75rem;
391
+ --bs-font-size-label-xlarge: 1rem;
392
+ --bs-font-size-label-large: 0.875rem;
393
+ --bs-font-size-label-medium: 0.8125rem;
394
+ --bs-font-size-label-small: 0.75rem;
395
+ --bs-font-size-code-medium: 0.875rem;
396
+ --bs-font-line-height-display-large: 1.2222222222;
397
+ --bs-font-line-height-display-medium: 1.25;
398
+ --bs-font-line-height-display-small: 1.2857142857;
399
+ --bs-font-line-height-heading-xlarge: 1.3333333333;
400
+ --bs-font-line-height-heading-large: 1.4;
401
+ --bs-font-line-height-heading-medium: 1.3333333333;
402
+ --bs-font-line-height-heading-small: 1.5;
403
+ --bs-font-line-height-body-large: 1.4285714286;
404
+ --bs-font-line-height-body-medium: 1.2307692308;
405
+ --bs-font-line-height-body-small: 1.3333333333;
406
+ --bs-font-line-height-label-xlarge: 1.5;
407
+ --bs-font-line-height-label-large: 1.4285714286;
408
+ --bs-font-line-height-label-medium: 1.2307692308;
409
+ --bs-font-line-height-label-small: 1.3333333333;
410
+ --bs-font-line-height-code-medium: 1.1428571429;
411
+ --bs-font-letter-spacing-display-large: -0.0225rem;
412
+ --bs-font-letter-spacing-display-medium: -0.02rem;
413
+ --bs-font-letter-spacing-display-small: -0.0175rem;
414
+ --bs-font-letter-spacing-heading-xlarge: -0.0075rem;
415
+ --bs-font-letter-spacing-heading-large: 0rem;
416
+ --bs-font-letter-spacing-heading-medium: 0.01125rem;
417
+ --bs-font-letter-spacing-heading-small: 0.0125rem;
418
+ --bs-font-letter-spacing-body-large: 0.010625rem;
419
+ --bs-font-letter-spacing-body-medium: 0.011875rem;
420
+ --bs-font-letter-spacing-body-small: 0.01125rem;
421
+ --bs-font-letter-spacing-label-xlarge: 0.0125rem;
422
+ --bs-font-letter-spacing-label-large: 0.010625rem;
423
+ --bs-font-letter-spacing-label-medium: 0.011875rem;
424
+ --bs-font-letter-spacing-label-small: 0.01125rem;
425
+ --bs-font-letter-spacing-code-medium: 0.010625rem;
426
+ --bs-font-max-width-display-large: 55rem;
427
+ --bs-font-max-width-display-medium: 55rem;
428
+ --bs-font-max-width-display-small: 45rem;
429
+ --bs-font-max-width-heading-xlarge: 45rem;
430
+ --bs-font-max-width-heading-large: 45rem;
431
+ --bs-font-max-width-heading-medium: 40rem;
432
+ --bs-font-max-width-heading-small: 40rem;
433
+ --bs-font-max-width-body-large: 40rem;
434
+ --bs-font-max-width-body-medium: 40rem;
435
+ --bs-font-max-width-body-small: 40rem;
436
+ --bs-font-max-width-label-small: 40rem;
437
+ --bs-font-max-width-label-medium: 40rem;
438
+ --bs-font-max-width-label-large: 40rem;
439
+ --bs-font-max-width-label-xlarge: 40rem;
440
+ --bs-body-font-family: var(--bs-font-sans-serif);
441
+ --bs-body-font-size: var(--bs-font-size-body-medium);
442
+ --bs-body-font-weight: 400;
443
+ --bs-body-line-height: var(--bs-font-line-height-body-medium);
444
+ --bs-body-letter-spacing: var(--bs-font-letter-spacing-body-medium);
445
+ --bs-heading-color: inherit;
446
+ --bs-border-width: 1px;
447
+ --bs-border-style: solid;
448
+ --bs-border-color: #000;
449
+ --bs-space-scaled-none: 0px;
450
+ --bs-space-scaled-3xsmall: 2px;
451
+ --bs-space-scaled-2xsmall: 4px;
452
+ --bs-space-scaled-xsmall: 8px;
453
+ --bs-space-scaled-small: 10px;
454
+ --bs-space-scaled-medium: 12px;
455
+ --bs-space-scaled-large: 20px;
456
+ --bs-space-scaled-xlarge: 28px;
457
+ --bs-space-scaled-2xlarge: 36px;
458
+ --bs-space-scaled-3xlarge: 44px;
459
+ --bs-icon-small-with-heading-xlarge: 2rem;
460
+ --bs-icon-medium-with-heading-xlarge: 2.25rem;
461
+ --bs-icon-large-with-heading-xlarge: 2.5rem;
462
+ --bs-icon-small-with-heading-large: 1.5rem;
463
+ --bs-icon-medium-with-heading-large: 1.75rem;
464
+ --bs-icon-large-with-heading-large: 2rem;
465
+ --bs-icon-small-with-heading-medium: 1.5rem;
466
+ --bs-icon-medium-with-heading-medium: 1.75rem;
467
+ --bs-icon-large-with-heading-medium: 2rem;
468
+ --bs-icon-small-with-heading-small: 1.25rem;
469
+ --bs-icon-medium-with-heading-small: 1.5rem;
470
+ --bs-icon-large-with-heading-small: 1.75rem;
471
+ --bs-icon-small-with-body-large: 1rem;
472
+ --bs-icon-medium-with-body-large: 1.25rem;
473
+ --bs-icon-large-with-body-large: 1.5rem;
474
+ --bs-icon-small-with-body-medium: 1rem;
475
+ --bs-icon-medium-with-body-medium: 1.25rem;
476
+ --bs-icon-large-with-body-medium: 1.5rem;
477
+ --bs-icon-small-with-body-small: 0.75rem;
478
+ --bs-icon-medium-with-body-small: 1rem;
479
+ --bs-icon-large-with-body-small: 1.25rem;
480
+ --bs-focus-ring-width: 0.25rem;
481
+ --bs-focus-ring-opacity: 0.25;
482
+ --bs-focus-ring-color: rgba(241, 94, 0, 0.25);
483
+ --bs-form-color-disabled-filter: brightness(0) invert(1) brightness(0.8);
484
+ --bs-form-select-indicator: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 7'%3e%3cpath d='M7 7 0 0h14L7 7z'/%3e%3c/svg%3e");
485
+ --bs-form-select-disabled-indicator: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 7'%3e%3cpath fill='%23333' d='M7 7 0 0h14L7 7z'/%3e%3c/svg%3e");
486
+ --bs-table-active-bg-factor: 0.135;
487
+ --bs-table-hover-bg-factor: 0.065;
488
+ --bs-table-striped-bg-factor: 0.035;
489
+ --bs-grid-gap: 8px;
490
+ --bs-grid-margin: 16px;
491
+ }
492
+ @media (min-width: 736px) {
493
+ :root,
494
+ [data-bs-theme=light],
495
+ :root[data-bs-theme=light] [data-bs-theme=root],
496
+ :root[data-bs-theme=dark] [data-bs-theme=root-inverted] {
497
+ --bs-font-size-display-large: 2.25rem;
498
+ --bs-font-size-display-medium: 2rem;
499
+ --bs-font-size-display-small: 1.75rem;
500
+ --bs-font-size-heading-xlarge: 1.5rem;
501
+ --bs-font-size-heading-large: 1.25rem;
502
+ --bs-font-size-heading-medium: 1.125rem;
503
+ --bs-font-size-heading-small: 1rem;
504
+ --bs-font-size-body-large: 0.875rem;
505
+ --bs-font-size-body-medium: 0.8125rem;
506
+ --bs-font-size-body-small: 0.75rem;
507
+ --bs-font-line-height-display-large: 1.2222222222;
508
+ --bs-font-line-height-display-medium: 1.25;
509
+ --bs-font-line-height-display-small: 1.2857142857;
510
+ --bs-font-line-height-heading-xlarge: 1.3333333333;
511
+ --bs-font-line-height-heading-large: 1.4;
512
+ --bs-font-line-height-heading-medium: 1.3333333333;
513
+ --bs-font-line-height-heading-small: 1.5;
514
+ --bs-font-line-height-body-large: 1.4285714286;
515
+ --bs-font-line-height-body-medium: 1.2307692308;
516
+ --bs-font-line-height-body-small: 1.3333333333;
517
+ --bs-font-letter-spacing-display-large: -0.0225rem;
518
+ --bs-font-letter-spacing-display-medium: -0.02rem;
519
+ --bs-font-letter-spacing-display-small: -0.0175rem;
520
+ --bs-font-letter-spacing-heading-xlarge: -0.0075rem;
521
+ --bs-font-letter-spacing-heading-large: 0rem;
522
+ --bs-font-letter-spacing-heading-medium: 0.01125rem;
523
+ --bs-font-letter-spacing-heading-small: 0.0125rem;
524
+ --bs-font-letter-spacing-body-large: 0.010625rem;
525
+ --bs-font-letter-spacing-body-medium: 0.011875rem;
526
+ --bs-font-letter-spacing-body-small: 0.01125rem;
527
+ --bs-font-max-width-display-large: 55rem;
528
+ --bs-font-max-width-display-medium: 55rem;
529
+ --bs-font-max-width-display-small: 55rem;
530
+ --bs-font-max-width-heading-xlarge: 45rem;
531
+ --bs-font-max-width-heading-large: 45rem;
532
+ --bs-font-max-width-heading-medium: 40rem;
533
+ --bs-font-max-width-heading-small: 40rem;
534
+ --bs-font-max-width-body-large: 40rem;
535
+ --bs-font-max-width-body-medium: 40rem;
536
+ --bs-font-max-width-body-small: 40rem;
537
+ --bs-font-max-width-label-small: 40rem;
538
+ --bs-font-max-width-label-medium: 40rem;
539
+ --bs-font-max-width-label-large: 40rem;
540
+ --bs-font-max-width-label-xlarge: 40rem;
541
+ }
542
+ }
543
+ @media (min-width: 1320px) {
544
+ :root,
545
+ [data-bs-theme=light],
546
+ :root[data-bs-theme=light] [data-bs-theme=root],
547
+ :root[data-bs-theme=dark] [data-bs-theme=root-inverted] {
548
+ --bs-font-size-display-large: 2.5rem;
549
+ --bs-font-size-display-medium: 2.25rem;
550
+ --bs-font-size-display-small: 2rem;
551
+ --bs-font-size-heading-xlarge: 1.75rem;
552
+ --bs-font-size-heading-large: 1.5rem;
553
+ --bs-font-size-heading-medium: 1.25rem;
554
+ --bs-font-size-heading-small: 1.125rem;
555
+ --bs-font-size-body-large: 1rem;
556
+ --bs-font-size-body-medium: 0.875rem;
557
+ --bs-font-size-body-small: 0.8125rem;
558
+ --bs-font-line-height-display-large: 1.2;
559
+ --bs-font-line-height-display-medium: 1.2222222222;
560
+ --bs-font-line-height-display-small: 1.25;
561
+ --bs-font-line-height-heading-xlarge: 1.2857142857;
562
+ --bs-font-line-height-heading-large: 1.3333333333;
563
+ --bs-font-line-height-heading-medium: 1.4;
564
+ --bs-font-line-height-heading-small: 1.3333333333;
565
+ --bs-font-line-height-body-large: 1.5;
566
+ --bs-font-line-height-body-medium: 1.1428571429;
567
+ --bs-font-line-height-body-small: 1.2307692308;
568
+ --bs-font-letter-spacing-display-large: -0.025rem;
569
+ --bs-font-letter-spacing-display-medium: -0.0225rem;
570
+ --bs-font-letter-spacing-display-small: -0.02rem;
571
+ --bs-font-letter-spacing-heading-xlarge: -0.0175rem;
572
+ --bs-font-letter-spacing-heading-large: -0.0075rem;
573
+ --bs-font-letter-spacing-heading-medium: 0rem;
574
+ --bs-font-letter-spacing-heading-small: 0.01125rem;
575
+ --bs-font-letter-spacing-body-large: 0.0125rem;
576
+ --bs-font-letter-spacing-body-medium: 0.010625rem;
577
+ --bs-font-letter-spacing-body-small: 0.011875rem;
578
+ --bs-font-max-width-display-large: 65rem;
579
+ --bs-font-max-width-display-medium: 65rem;
580
+ --bs-font-max-width-display-small: 65rem;
581
+ --bs-font-max-width-heading-xlarge: 55rem;
582
+ --bs-font-max-width-heading-large: 55rem;
583
+ --bs-font-max-width-heading-medium: 45rem;
584
+ --bs-font-max-width-heading-small: 45rem;
585
+ --bs-font-max-width-body-large: 45rem;
586
+ --bs-font-max-width-body-medium: 40rem;
587
+ --bs-font-max-width-body-small: 40rem;
588
+ --bs-font-max-width-label-small: 40rem;
589
+ --bs-font-max-width-label-medium: 40rem;
590
+ --bs-font-max-width-label-large: 45rem;
591
+ --bs-font-max-width-label-xlarge: 45rem;
592
+ }
593
+ }
594
+ @media (min-width: 736px) {
595
+ :root,
596
+ [data-bs-theme=light],
597
+ :root[data-bs-theme=light] [data-bs-theme=root],
598
+ :root[data-bs-theme=dark] [data-bs-theme=root-inverted] {
599
+ --bs-space-scaled-none: 0px;
600
+ --bs-space-scaled-3xsmall: 4px;
601
+ --bs-space-scaled-2xsmall: 8px;
602
+ --bs-space-scaled-xsmall: 10px;
603
+ --bs-space-scaled-small: 12px;
604
+ --bs-space-scaled-medium: 20px;
605
+ --bs-space-scaled-large: 28px;
606
+ --bs-space-scaled-xlarge: 36px;
607
+ --bs-space-scaled-2xlarge: 44px;
608
+ --bs-space-scaled-3xlarge: 52px;
609
+ }
610
+ }
611
+ @media (min-width: 1320px) {
612
+ :root,
613
+ [data-bs-theme=light],
614
+ :root[data-bs-theme=light] [data-bs-theme=root],
615
+ :root[data-bs-theme=dark] [data-bs-theme=root-inverted] {
616
+ --bs-space-scaled-none: 0px;
617
+ --bs-space-scaled-3xsmall: 4px;
618
+ --bs-space-scaled-2xsmall: 8px;
619
+ --bs-space-scaled-xsmall: 12px;
620
+ --bs-space-scaled-small: 20px;
621
+ --bs-space-scaled-medium: 28px;
622
+ --bs-space-scaled-large: 36px;
623
+ --bs-space-scaled-xlarge: 44px;
624
+ --bs-space-scaled-2xlarge: 52px;
625
+ --bs-space-scaled-3xlarge: 60px;
626
+ }
627
+ }
628
+ @media (min-width: 736px) {
629
+ :root,
630
+ [data-bs-theme=light],
631
+ :root[data-bs-theme=light] [data-bs-theme=root],
632
+ :root[data-bs-theme=dark] [data-bs-theme=root-inverted] {
633
+ --bs-icon-small-with-heading-xlarge: 2rem;
634
+ --bs-icon-medium-with-heading-xlarge: 2.25rem;
635
+ --bs-icon-large-with-heading-xlarge: 2.5rem;
636
+ --bs-icon-small-with-heading-large: 1.5rem;
637
+ --bs-icon-medium-with-heading-large: 1.75rem;
638
+ --bs-icon-large-with-heading-large: 2rem;
639
+ --bs-icon-small-with-heading-medium: 1.5rem;
640
+ --bs-icon-medium-with-heading-medium: 1.75rem;
641
+ --bs-icon-large-with-heading-medium: 2rem;
642
+ --bs-icon-small-with-heading-small: 1.25rem;
643
+ --bs-icon-medium-with-heading-small: 1.5rem;
644
+ --bs-icon-large-with-heading-small: 1.75rem;
645
+ --bs-icon-small-with-body-large: 1rem;
646
+ --bs-icon-medium-with-body-large: 1.25rem;
647
+ --bs-icon-large-with-body-large: 1.5rem;
648
+ --bs-icon-small-with-body-medium: 1rem;
649
+ --bs-icon-medium-with-body-medium: 1.25rem;
650
+ --bs-icon-large-with-body-medium: 1.5rem;
651
+ --bs-icon-small-with-body-small: 0.75rem;
652
+ --bs-icon-medium-with-body-small: 1rem;
653
+ --bs-icon-large-with-body-small: 1.25rem;
654
+ }
655
+ }
656
+ @media (min-width: 1320px) {
657
+ :root,
658
+ [data-bs-theme=light],
659
+ :root[data-bs-theme=light] [data-bs-theme=root],
660
+ :root[data-bs-theme=dark] [data-bs-theme=root-inverted] {
661
+ --bs-icon-small-with-heading-xlarge: 2.25rem;
662
+ --bs-icon-medium-with-heading-xlarge: 2.5rem;
663
+ --bs-icon-large-with-heading-xlarge: 2.75rem;
664
+ --bs-icon-small-with-heading-large: 2rem;
665
+ --bs-icon-medium-with-heading-large: 2.25rem;
666
+ --bs-icon-large-with-heading-large: 2.5rem;
667
+ --bs-icon-small-with-heading-medium: 1.5rem;
668
+ --bs-icon-medium-with-heading-medium: 1.75rem;
669
+ --bs-icon-large-with-heading-medium: 2rem;
670
+ --bs-icon-small-with-heading-small: 1.5rem;
671
+ --bs-icon-medium-with-heading-small: 1.75rem;
672
+ --bs-icon-large-with-heading-small: 2rem;
673
+ --bs-icon-small-with-body-large: 1.25rem;
674
+ --bs-icon-medium-with-body-large: 1.5rem;
675
+ --bs-icon-large-with-body-large: 1.75rem;
676
+ --bs-icon-small-with-body-medium: 1rem;
677
+ --bs-icon-medium-with-body-medium: 1.25rem;
678
+ --bs-icon-large-with-body-medium: 1.5rem;
679
+ --bs-icon-small-with-body-small: 1rem;
680
+ --bs-icon-medium-with-body-small: 1.25rem;
681
+ --bs-icon-large-with-body-small: 1.5rem;
682
+ }
683
+ }
684
+ @media (min-width: 390px) {
685
+ :root,
686
+ [data-bs-theme=light],
687
+ :root[data-bs-theme=light] [data-bs-theme=root],
688
+ :root[data-bs-theme=dark] [data-bs-theme=root-inverted] {
689
+ --bs-grid-gap: 16px;
690
+ }
691
+ }
692
+ @media (min-width: 480px) {
693
+ :root,
694
+ [data-bs-theme=light],
695
+ :root[data-bs-theme=light] [data-bs-theme=root],
696
+ :root[data-bs-theme=dark] [data-bs-theme=root-inverted] {
697
+ --bs-grid-gap: 16px;
698
+ }
699
+ }
700
+ @media (min-width: 736px) {
701
+ :root,
702
+ [data-bs-theme=light],
703
+ :root[data-bs-theme=light] [data-bs-theme=root],
704
+ :root[data-bs-theme=dark] [data-bs-theme=root-inverted] {
705
+ --bs-grid-gap: 16px;
706
+ }
707
+ }
708
+ @media (min-width: 1024px) {
709
+ :root,
710
+ [data-bs-theme=light],
711
+ :root[data-bs-theme=light] [data-bs-theme=root],
712
+ :root[data-bs-theme=dark] [data-bs-theme=root-inverted] {
713
+ --bs-grid-gap: 16px;
714
+ }
715
+ }
716
+ @media (min-width: 1320px) {
717
+ :root,
718
+ [data-bs-theme=light],
719
+ :root[data-bs-theme=light] [data-bs-theme=root],
720
+ :root[data-bs-theme=dark] [data-bs-theme=root-inverted] {
721
+ --bs-grid-gap: 20px;
722
+ }
723
+ }
724
+ @media (min-width: 1640px) {
725
+ :root,
726
+ [data-bs-theme=light],
727
+ :root[data-bs-theme=light] [data-bs-theme=root],
728
+ :root[data-bs-theme=dark] [data-bs-theme=root-inverted] {
729
+ --bs-grid-gap: 20px;
730
+ }
731
+ }
732
+ @media (min-width: 1880px) {
733
+ :root,
734
+ [data-bs-theme=light],
735
+ :root[data-bs-theme=light] [data-bs-theme=root],
736
+ :root[data-bs-theme=dark] [data-bs-theme=root-inverted] {
737
+ --bs-grid-gap: 20px;
738
+ }
739
+ }
740
+ @media (min-width: 390px) {
741
+ :root,
742
+ [data-bs-theme=light],
743
+ :root[data-bs-theme=light] [data-bs-theme=root],
744
+ :root[data-bs-theme=dark] [data-bs-theme=root-inverted] {
745
+ --bs-grid-margin: 16px;
746
+ }
747
+ }
748
+ @media (min-width: 480px) {
749
+ :root,
750
+ [data-bs-theme=light],
751
+ :root[data-bs-theme=light] [data-bs-theme=root],
752
+ :root[data-bs-theme=dark] [data-bs-theme=root-inverted] {
753
+ --bs-grid-margin: 16px;
754
+ }
755
+ }
756
+ @media (min-width: 736px) {
757
+ :root,
758
+ [data-bs-theme=light],
759
+ :root[data-bs-theme=light] [data-bs-theme=root],
760
+ :root[data-bs-theme=dark] [data-bs-theme=root-inverted] {
761
+ --bs-grid-margin: 24px;
762
+ }
763
+ }
764
+ @media (min-width: 1024px) {
765
+ :root,
766
+ [data-bs-theme=light],
767
+ :root[data-bs-theme=light] [data-bs-theme=root],
768
+ :root[data-bs-theme=dark] [data-bs-theme=root-inverted] {
769
+ --bs-grid-margin: 24px;
770
+ }
771
+ }
772
+ @media (min-width: 1320px) {
773
+ :root,
774
+ [data-bs-theme=light],
775
+ :root[data-bs-theme=light] [data-bs-theme=root],
776
+ :root[data-bs-theme=dark] [data-bs-theme=root-inverted] {
777
+ --bs-grid-margin: 36px;
778
+ }
779
+ }
780
+ @media (min-width: 1640px) {
781
+ :root,
782
+ [data-bs-theme=light],
783
+ :root[data-bs-theme=light] [data-bs-theme=root],
784
+ :root[data-bs-theme=dark] [data-bs-theme=root-inverted] {
785
+ --bs-grid-margin: 36px;
786
+ }
787
+ }
788
+ @media (min-width: 1880px) {
789
+ :root,
790
+ [data-bs-theme=light],
791
+ :root[data-bs-theme=light] [data-bs-theme=root],
792
+ :root[data-bs-theme=dark] [data-bs-theme=root-inverted] {
793
+ --bs-grid-margin: 52px;
794
+ }
795
+ }
796
+
797
+ [data-bs-theme=dark],
798
+ :root[data-bs-theme=dark],
799
+ :root[data-bs-theme=dark] [data-bs-theme=root],
800
+ :root[data-bs-theme=light] [data-bs-theme=root-inverted] {
801
+ color-scheme: dark;
802
+ --bs-heading-color: inherit;
803
+ --bs-border-color: rgba(255, 255, 255, 0.92);
804
+ --bs-focus-ring-color: rgba(255, 121, 0, 0.25);
805
+ --bs-form-select-indicator: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 7'%3e%3cpath fill='%23fff' d='M7 7 0 0h14L7 7z'/%3e%3c/svg%3e");
806
+ --bs-form-select-disabled-indicator: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 7'%3e%3cpath fill='%23666' d='M7 7 0 0h14L7 7z'/%3e%3c/svg%3e");
807
+ --bs-form-color-disabled-filter: brightness(0) invert(1) brightness(0.4);
808
+ --bs-table-active-bg-factor: 0.35;
809
+ --bs-table-hover-bg-factor: 0.135;
810
+ --bs-table-striped-bg-factor: 1;
811
+ }
812
+
813
+ .use-rounded-corner-inputs {
814
+ --bs-text-input-border-radius: 4px !important;
815
+ }
816
+
817
+ *,
818
+ *::before,
819
+ *::after {
820
+ box-sizing: border-box;
821
+ }
822
+
823
+ :root {
824
+ scroll-padding-top: 3rem;
825
+ }
826
+ @media (min-width: 1024px) {
827
+ :root {
828
+ scroll-padding-top: 6rem;
829
+ }
830
+ }
831
+ @media (prefers-reduced-motion: no-preference) {
832
+ :root {
833
+ scroll-behavior: smooth;
834
+ }
835
+ }
836
+
837
+ :root > * {
838
+ position: relative;
839
+ margin: 0;
840
+ font-family: var(--bs-body-font-family);
841
+ font-synthesis: none;
842
+ font-size: var(--bs-body-font-size);
843
+ font-weight: var(--bs-body-font-weight);
844
+ line-height: var(--bs-body-line-height);
845
+ color: var(--bs-color-content-default);
846
+ text-align: var(--bs-body-text-align);
847
+ background-color: var(--bs-color-bg-primary);
848
+ -webkit-text-size-adjust: 100%;
849
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
850
+ -webkit-font-smoothing: subpixel-antialiased;
851
+ text-rendering: optimizespeed;
852
+ }
853
+
854
+ :focus-visible {
855
+ isolation: isolate;
856
+ outline: 3px solid var(--bs-color-border-focus);
857
+ outline-offset: 2px;
858
+ box-shadow: 0 0 0 2px var(--bs-color-border-focus-inset);
859
+ }
860
+
861
+ hr {
862
+ margin: 16px 0;
863
+ color: var(--bs-color-border-default);
864
+ border: 0;
865
+ border-top: 1px solid;
866
+ }
867
+
868
+ h6, h5, h4, h3, h2, h1 {
869
+ margin-top: 0;
870
+ margin-bottom: 16px;
871
+ font-weight: 700;
872
+ color: var(--bs-heading-color);
873
+ -moz-osx-font-smoothing: grayscale;
874
+ text-rendering: optimizelegibility;
875
+ }
876
+
877
+ h1 {
878
+ max-width: var(--bs-font-max-width-heading-xlarge);
879
+ font-size: var(--bs-font-size-heading-xlarge);
880
+ line-height: var(--bs-font-line-height-heading-xlarge);
881
+ }
882
+
883
+ h2 {
884
+ max-width: var(--bs-font-max-width-heading-large);
885
+ font-size: var(--bs-font-size-heading-large);
886
+ line-height: var(--bs-font-line-height-heading-large);
887
+ }
888
+
889
+ h3 {
890
+ max-width: var(--bs-font-max-width-heading-medium);
891
+ font-size: var(--bs-font-size-heading-medium);
892
+ line-height: var(--bs-font-line-height-heading-medium);
893
+ }
894
+
895
+ h4 {
896
+ max-width: var(--bs-font-max-width-heading-small);
897
+ font-size: var(--bs-font-size-heading-small);
898
+ line-height: var(--bs-font-line-height-heading-small);
899
+ }
900
+
901
+ h5 {
902
+ max-width: var(--bs-font-max-width-body-large);
903
+ font-size: var(--bs-font-size-body-large);
904
+ line-height: var(--bs-font-line-height-body-large);
905
+ }
906
+
907
+ h6 {
908
+ max-width: var(--bs-font-max-width-body-medium);
909
+ font-size: var(--bs-font-size-body-medium);
910
+ line-height: var(--bs-font-line-height-body-medium);
911
+ }
912
+
913
+ p {
914
+ margin-top: 0;
915
+ margin-bottom: 16px;
916
+ max-width: var(--bs-font-max-width-body-medium);
917
+ font-size: var(--bs-font-size-body-medium);
918
+ line-height: var(--bs-font-line-height-body-medium);
919
+ }
920
+
921
+ abbr[title] {
922
+ -webkit-text-decoration: underline dotted;
923
+ text-decoration: underline dotted;
924
+ cursor: help;
925
+ -webkit-text-decoration-skip-ink: none;
926
+ text-decoration-skip-ink: none;
927
+ }
928
+
929
+ address {
930
+ margin-bottom: 16px;
931
+ font-style: normal;
932
+ line-height: inherit;
933
+ }
934
+
935
+ ol,
936
+ ul,
937
+ dl {
938
+ max-width: var(--bs-font-max-width-body-medium);
939
+ margin-top: 0;
940
+ margin-bottom: 1rem;
941
+ }
942
+
943
+ ol ol,
944
+ ul ul,
945
+ ol ul,
946
+ ul ol {
947
+ margin-bottom: 0;
948
+ }
949
+
950
+ ul {
951
+ list-style-type: square;
952
+ }
953
+ ul ul {
954
+ list-style-type: "- ";
955
+ }
956
+ ul ul ul {
957
+ list-style-type: circle;
958
+ }
959
+
960
+ ol ol {
961
+ list-style-type: upper-alpha;
962
+ }
963
+ ol ol ol {
964
+ list-style-type: lower-alpha;
965
+ }
966
+
967
+ li::marker {
968
+ color: var(--bs-color-content-brand-primary);
969
+ }
970
+
971
+ ol li::marker {
972
+ color: inherit;
973
+ }
974
+
975
+ dt {
976
+ font-weight: 700;
977
+ }
978
+
979
+ dd {
980
+ margin-bottom: 0.5rem;
981
+ margin-right: 0;
982
+ }
983
+
984
+ blockquote {
985
+ margin: 0 0 16px;
986
+ }
987
+
988
+ i,
989
+ em,
990
+ cite {
991
+ font-style: normal;
992
+ }
993
+
994
+ b,
995
+ em,
996
+ strong {
997
+ font-weight: 700;
998
+ }
999
+
1000
+ small {
1001
+ max-width: var(--bs-font-max-width-body-small);
1002
+ font-size: var(--bs-font-size-body-small);
1003
+ line-height: var(--bs-font-line-height-body-small);
1004
+ }
1005
+
1006
+ mark {
1007
+ padding: 0.125em;
1008
+ color: var(--bs-color-content-on-action-highlighted);
1009
+ background-color: var(--bs-color-action-highlighted);
1010
+ }
1011
+
1012
+ sub,
1013
+ sup {
1014
+ position: relative;
1015
+ font-size: 0.75em;
1016
+ line-height: 0;
1017
+ vertical-align: baseline;
1018
+ }
1019
+
1020
+ sub {
1021
+ bottom: -0.25em;
1022
+ }
1023
+
1024
+ sup {
1025
+ top: -0.5em;
1026
+ }
1027
+
1028
+ a {
1029
+ font-weight: 700;
1030
+ color: var(--bs-link-color);
1031
+ text-decoration: underline;
1032
+ }
1033
+ a:hover {
1034
+ color: var(--bs-link-hover-color);
1035
+ }
1036
+ a:focus-visible:where(:not([aria-disabled=true])) {
1037
+ color: var(--bs-link-focus-color);
1038
+ }
1039
+ a:active {
1040
+ color: var(--bs-link-active-color);
1041
+ }
1042
+ a[aria-disabled=true] {
1043
+ color: var(--bs-link-disabled-color);
1044
+ pointer-events: none;
1045
+ }
1046
+
1047
+ .visited-links a:visited:not(.link, .link-chevron, .icon-link, :hover, :active, :focus-visible),
1048
+ a:visited.visited-links:not(.link, .link-chevron, .icon-link, :hover, :active, :focus-visible) {
1049
+ color: var(--bs-link-visited-color);
1050
+ }
1051
+
1052
+ .colored-bg a,
1053
+ a.colored-bg {
1054
+ --bs-link-color: var(--bs-link-mono-color-content-enabled);
1055
+ --bs-link-hover-color: var(--bs-link-mono-color-content-hover);
1056
+ --bs-link-focus-color: var(--bs-link-mono-color-content-focus);
1057
+ --bs-link-active-color: var(--bs-link-mono-color-content-pressed);
1058
+ --bs-link-disabled-color: var(--bs-link-mono-color-content-disabled);
1059
+ --bs-link-visited-color: var(--bs-link-mono-color-content-enabled);
1060
+ }
1061
+
1062
+ a:not([href]):not([class]):not([aria-disabled=true]), a:not([href]):not([class]):not([aria-disabled=true]):hover {
1063
+ color: inherit;
1064
+ text-decoration: none;
1065
+ }
1066
+
1067
+ var,
1068
+ pre,
1069
+ code,
1070
+ kbd,
1071
+ samp {
1072
+ font-family: var(--bs-font-monospace);
1073
+ font-size: 1em;
1074
+ }
1075
+
1076
+ pre {
1077
+ display: block;
1078
+ margin-top: 0;
1079
+ margin-bottom: 16px;
1080
+ overflow: auto;
1081
+ font-size: var(--bs-font-size-code-medium);
1082
+ line-height: var(--bs-font-line-height-code-medium);
1083
+ color: var(--bs-color-content-muted);
1084
+ }
1085
+ pre code {
1086
+ font-size: inherit;
1087
+ color: inherit;
1088
+ word-break: normal;
1089
+ }
1090
+
1091
+ var,
1092
+ code {
1093
+ font-size: 0.875em;
1094
+ font-style: normal;
1095
+ color: var(--bs-color-content-muted);
1096
+ word-wrap: break-word;
1097
+ }
1098
+
1099
+ a > :is(var, code) {
1100
+ color: inherit;
1101
+ }
1102
+
1103
+ kbd {
1104
+ padding: 0.125rem 0.25rem;
1105
+ font-size: 0.875em;
1106
+ color: var(--bs-color-content-on-status-neutral-emphasized);
1107
+ background-color: var(--bs-color-surface-status-neutral-emphasized);
1108
+ border-radius: 4px;
1109
+ }
1110
+ kbd kbd {
1111
+ padding: 0;
1112
+ font-size: 1em;
1113
+ }
1114
+
1115
+ figure {
1116
+ margin: 0 0 1rem;
1117
+ }
1118
+
1119
+ img,
1120
+ svg {
1121
+ vertical-align: middle;
1122
+ }
1123
+
1124
+ table {
1125
+ font-feature-settings: "tnum";
1126
+ font-variant-numeric: tabular-nums;
1127
+ caption-side: top;
1128
+ border-collapse: collapse;
1129
+ }
1130
+
1131
+ caption {
1132
+ padding-top: 0.75rem;
1133
+ padding-bottom: 0.75rem;
1134
+ max-width: var(--bs-font-max-width-heading-xlarge);
1135
+ font-size: var(--bs-font-size-heading-xlarge);
1136
+ line-height: var(--bs-font-line-height-heading-xlarge);
1137
+ font-weight: 700;
1138
+ color: var(--bs-caption-color, var(--bs-emphasis-color));
1139
+ text-align: right;
1140
+ -webkit-font-smoothing: antialiased;
1141
+ -moz-osx-font-smoothing: grayscale;
1142
+ text-rendering: optimizelegibility;
1143
+ }
1144
+
1145
+ th {
1146
+ text-align: inherit;
1147
+ text-align: -webkit-match-parent;
1148
+ }
1149
+
1150
+ thead,
1151
+ tbody,
1152
+ tfoot,
1153
+ tr,
1154
+ td,
1155
+ th {
1156
+ border-color: inherit;
1157
+ border-style: solid;
1158
+ border-width: 0;
1159
+ }
1160
+
1161
+ label {
1162
+ display: inline-block;
1163
+ }
1164
+
1165
+ button {
1166
+ border-radius: 0;
1167
+ }
1168
+
1169
+ button:focus:not(:focus-visible):not(.focus-ring) {
1170
+ outline: 0;
1171
+ box-shadow: none;
1172
+ }
1173
+
1174
+ input,
1175
+ button,
1176
+ select,
1177
+ optgroup,
1178
+ textarea {
1179
+ margin: 0;
1180
+ font-family: inherit;
1181
+ font-size: inherit;
1182
+ line-height: inherit;
1183
+ box-shadow: none;
1184
+ }
1185
+
1186
+ button,
1187
+ select {
1188
+ text-transform: none;
1189
+ }
1190
+
1191
+ [role=button] {
1192
+ cursor: pointer;
1193
+ }
1194
+
1195
+ select {
1196
+ word-wrap: normal;
1197
+ }
1198
+ select:disabled {
1199
+ opacity: 1;
1200
+ }
1201
+
1202
+ [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
1203
+ display: none !important;
1204
+ }
1205
+
1206
+ button,
1207
+ [type=button],
1208
+ [type=reset],
1209
+ [type=submit] {
1210
+ -webkit-appearance: button;
1211
+ }
1212
+ button:not(:disabled),
1213
+ [type=button]:not(:disabled),
1214
+ [type=reset]:not(:disabled),
1215
+ [type=submit]:not(:disabled) {
1216
+ cursor: pointer;
1217
+ }
1218
+
1219
+ ::-moz-focus-inner {
1220
+ padding: 0;
1221
+ border-style: none;
1222
+ }
1223
+
1224
+ textarea {
1225
+ resize: vertical;
1226
+ }
1227
+
1228
+ fieldset {
1229
+ min-width: 0;
1230
+ padding: 0;
1231
+ margin: 0;
1232
+ border: 0;
1233
+ }
1234
+
1235
+ legend {
1236
+ float: right;
1237
+ width: 100%;
1238
+ padding: 0;
1239
+ margin-bottom: 0.25rem;
1240
+ font-weight: 700;
1241
+ max-width: var(--bs-font-max-width-body-large);
1242
+ font-size: var(--bs-font-size-body-large);
1243
+ line-height: var(--bs-font-line-height-body-large);
1244
+ }
1245
+ legend + * {
1246
+ clear: right;
1247
+ }
1248
+
1249
+ ::-webkit-datetime-edit-fields-wrapper,
1250
+ ::-webkit-datetime-edit-text,
1251
+ ::-webkit-datetime-edit-minute,
1252
+ ::-webkit-datetime-edit-hour-field,
1253
+ ::-webkit-datetime-edit-day-field,
1254
+ ::-webkit-datetime-edit-month-field,
1255
+ ::-webkit-datetime-edit-year-field {
1256
+ padding: 0;
1257
+ }
1258
+
1259
+ ::-webkit-inner-spin-button {
1260
+ height: auto;
1261
+ }
1262
+
1263
+ [type=search] {
1264
+ -webkit-appearance: textfield;
1265
+ outline-offset: -2px;
1266
+ }
1267
+ [type=search]::-webkit-search-cancel-button {
1268
+ cursor: pointer;
1269
+ filter: grayscale(1);
1270
+ }
1271
+
1272
+ [type="tel"],
1273
+ [type="url"],
1274
+ [type="email"],
1275
+ [type="number"] {
1276
+ direction: ltr;
1277
+ }
1278
+ ::-webkit-search-decoration {
1279
+ -webkit-appearance: none;
1280
+ }
1281
+
1282
+ ::-webkit-color-swatch-wrapper {
1283
+ padding: 0;
1284
+ }
1285
+
1286
+ ::file-selector-button {
1287
+ font: inherit;
1288
+ -webkit-appearance: button;
1289
+ }
1290
+
1291
+ output {
1292
+ display: inline-block;
1293
+ }
1294
+
1295
+ iframe {
1296
+ border: 0;
1297
+ }
1298
+
1299
+ summary {
1300
+ display: list-item;
1301
+ cursor: pointer;
1302
+ }
1303
+
1304
+ progress {
1305
+ vertical-align: baseline;
1306
+ }
1307
+
1308
+ [hidden] {
1309
+ display: none !important;
1310
+ }
1311
+
1312
+ ::selection {
1313
+ color: var(--bs-color-content-on-action-highlighted);
1314
+ background-color: var(--bs-color-action-highlighted);
1315
+ }
1316
+
1317
+ dialog,
1318
+ [popover] {
1319
+ padding: 0;
1320
+ overflow: visible;
1321
+ background: unset;
1322
+ border: 0;
1323
+ }
1324
+
1325
+ :not([popover])::backdrop {
1326
+ background-color: #000;
1327
+ opacity: 0.5;
1328
+ }
1329
+ /*# sourceMappingURL=ouds-web-reboot.rtl.css.map */