@stackoverflow/stacks 1.10.2 → 2.0.0-rc.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 (95) hide show
  1. package/README.md +15 -0
  2. package/dist/css/stacks.css +7428 -4429
  3. package/dist/css/stacks.min.css +1 -1
  4. package/lib/atomic/__snapshots__/color-new.less.test.ts.snap +3015 -0
  5. package/lib/atomic/__snapshots__/color.less.test.ts.snap +2886 -0
  6. package/lib/atomic/border.less +0 -258
  7. package/lib/atomic/color.less +26 -200
  8. package/lib/atomic/color.less.test.ts +12 -0
  9. package/lib/atomic/misc.less +7 -6
  10. package/lib/atomic/typography.less +0 -7
  11. package/lib/atomic/v1/__snapshots__/border.less.test.ts.snap +552 -0
  12. package/lib/atomic/v1/__snapshots__/color.less.test.ts.snap +6756 -0
  13. package/lib/atomic/v1/__snapshots__/typography.less.test.ts.snap +22 -0
  14. package/lib/atomic/v1/border.less +210 -0
  15. package/lib/atomic/v1/border.less.test.ts +14 -0
  16. package/lib/atomic/v1/color.less +183 -0
  17. package/lib/atomic/v1/color.less.test.ts +14 -0
  18. package/lib/atomic/v1/typography.less +8 -0
  19. package/lib/atomic/v1/typography.less.test.ts +14 -0
  20. package/lib/components/activity-indicator/activity-indicator.a11y.test.ts +1 -8
  21. package/lib/components/activity-indicator/activity-indicator.less +4 -4
  22. package/lib/components/anchor/anchor.a11y.test.ts +0 -5
  23. package/lib/components/anchor/anchor.less +4 -4
  24. package/lib/components/anchor/anchor.visual.test.ts +1 -1
  25. package/lib/components/avatar/avatar.less +2 -2
  26. package/lib/components/award-bling/award-bling.less +3 -3
  27. package/lib/components/badge/badge.a11y.test.ts +2 -12
  28. package/lib/components/badge/badge.less +40 -40
  29. package/lib/components/badge/badge.visual.test.ts +27 -5
  30. package/lib/components/block-link/block-link.a11y.test.ts +0 -7
  31. package/lib/components/block-link/block-link.less +8 -8
  32. package/lib/components/breadcrumbs/breadcrumbs.less +1 -1
  33. package/lib/components/button/button.a11y.test.ts +0 -3
  34. package/lib/components/button/button.less +40 -40
  35. package/lib/components/button/button.visual.test.ts +1 -1
  36. package/lib/components/check-control/check-control.a11y.test.ts +0 -5
  37. package/lib/components/check-control/check-control.visual.test.ts +1 -1
  38. package/lib/components/checkbox_radio/checkbox_radio.less +5 -5
  39. package/lib/components/checkbox_radio/checkbox_radio.visual.test.ts +1 -1
  40. package/lib/components/code-block/code-block.less +3 -3
  41. package/lib/components/description/description.a11y.test.ts +0 -1
  42. package/lib/components/description/description.visual.test.ts +1 -1
  43. package/lib/components/input-fill/input-fill.less +2 -2
  44. package/lib/components/input-icon/input-icon.less +2 -2
  45. package/lib/components/input-message/input-message.less +8 -8
  46. package/lib/components/input_textarea/input_textarea.less +6 -6
  47. package/lib/components/label/label.less +11 -11
  48. package/lib/components/link/link.a11y.test.ts +0 -8
  49. package/lib/components/link/link.less +8 -8
  50. package/lib/components/link-preview/link-preview.less +9 -9
  51. package/lib/components/menu/menu.less +3 -3
  52. package/lib/components/modal/modal.less +5 -4
  53. package/lib/components/navigation/navigation.less +11 -11
  54. package/lib/components/notice/notice.less +48 -48
  55. package/lib/components/pagination/pagination.less +3 -3
  56. package/lib/components/popover/popover.less +2 -2
  57. package/lib/components/popover/tooltip.test.ts +1 -1
  58. package/lib/components/post-summary/post-summary.less +40 -40
  59. package/lib/components/progress-bar/progress-bar.less +15 -15
  60. package/lib/components/prose/prose.less +15 -15
  61. package/lib/components/select/select.less +5 -5
  62. package/lib/components/sidebar-widget/sidebar-widget.less +12 -12
  63. package/lib/components/table/table.less +7 -7
  64. package/lib/components/tag/tag.less +25 -25
  65. package/lib/components/toggle-switch/toggle-switch.a11y.test.ts +0 -4
  66. package/lib/components/toggle-switch/toggle-switch.less +4 -4
  67. package/lib/components/toggle-switch/toggle-switch.visual.test.ts +12 -11
  68. package/lib/components/topbar/topbar.less +34 -34
  69. package/lib/components/uploader/uploader.less +15 -15
  70. package/lib/components/user-card/user-card.less +7 -7
  71. package/lib/exports/__snapshots__/color-mixins.less.test.ts.snap +539 -0
  72. package/lib/exports/__snapshots__/color.less.test.ts.snap +762 -0
  73. package/lib/exports/color-mixins.less +280 -0
  74. package/lib/exports/color-mixins.less.test.ts +150 -0
  75. package/lib/exports/color-sets.less +620 -0
  76. package/lib/exports/color.less +57 -0
  77. package/lib/exports/color.less.test.ts +12 -0
  78. package/lib/exports/exports.less +2 -1
  79. package/lib/exports/mixins.less +17 -5
  80. package/lib/exports/theme.less +85 -0
  81. package/lib/exports/v1/__snapshots__/constants-colors.less.test.ts.snap +902 -0
  82. package/lib/exports/v1/constants-colors.less +893 -0
  83. package/lib/exports/v1/constants-colors.less.test.ts +12 -0
  84. package/lib/stacks-static.less +5 -0
  85. package/lib/test/axe-apca/README.md +34 -0
  86. package/lib/test/axe-apca/index.ts +3 -0
  87. package/lib/test/axe-apca/package.wip.json +30 -0
  88. package/lib/test/axe-apca/src/apca-w3.d.ts +3 -0
  89. package/lib/test/axe-apca/src/axe-apca.test.ts +155 -0
  90. package/lib/test/axe-apca/src/axe-apca.ts +212 -0
  91. package/lib/test/less-test-utils.ts +28 -0
  92. package/lib/test/test-utils.ts +18 -1
  93. package/lib/tsconfig.json +1 -0
  94. package/package.json +14 -7
  95. package/lib/exports/constants-colors.less +0 -1100
@@ -0,0 +1,2886 @@
1
+ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
2
+
3
+ exports[`atomic: color > should output v2 atomic css classes for colors 1`] = `
4
+ ".bg-white,
5
+ .h\\\\:bg-white:hover,
6
+ .f\\\\:bg-white:focus,
7
+ .f\\\\:bg-white:focus-within {
8
+ background-color: var(--white) !important;
9
+ }
10
+
11
+ .bc-white,
12
+ .h\\\\:bc-white:hover,
13
+ .f\\\\:bc-white:focus,
14
+ .f\\\\:bc-white:focus-within {
15
+ border-color: var(--white) !important;
16
+ }
17
+
18
+ .fc-white,
19
+ .h\\\\:fc-white:hover,
20
+ .f\\\\:fc-white:focus,
21
+ .f\\\\:fc-white:focus-within {
22
+ color: var(--white) !important;
23
+ }
24
+
25
+ .bg-black-050,
26
+ .h\\\\:bg-black-050:hover,
27
+ .f\\\\:bg-black-050:focus,
28
+ .f\\\\:bg-black-050:focus-within {
29
+ background-color: var(--black-050) !important;
30
+ }
31
+
32
+ .bc-black-050,
33
+ .h\\\\:bc-black-050:hover,
34
+ .f\\\\:bc-black-050:focus,
35
+ .f\\\\:bc-black-050:focus-within {
36
+ border-color: var(--black-050) !important;
37
+ }
38
+
39
+ .fc-black-050,
40
+ .h\\\\:fc-black-050:hover,
41
+ .f\\\\:fc-black-050:focus,
42
+ .f\\\\:fc-black-050:focus-within {
43
+ color: var(--black-050) !important;
44
+ }
45
+
46
+ .bg-black-100,
47
+ .h\\\\:bg-black-100:hover,
48
+ .f\\\\:bg-black-100:focus,
49
+ .f\\\\:bg-black-100:focus-within {
50
+ background-color: var(--black-100) !important;
51
+ }
52
+
53
+ .bc-black-100,
54
+ .h\\\\:bc-black-100:hover,
55
+ .f\\\\:bc-black-100:focus,
56
+ .f\\\\:bc-black-100:focus-within {
57
+ border-color: var(--black-100) !important;
58
+ }
59
+
60
+ .fc-black-100,
61
+ .h\\\\:fc-black-100:hover,
62
+ .f\\\\:fc-black-100:focus,
63
+ .f\\\\:fc-black-100:focus-within {
64
+ color: var(--black-100) !important;
65
+ }
66
+
67
+ .bg-black-150,
68
+ .h\\\\:bg-black-150:hover,
69
+ .f\\\\:bg-black-150:focus,
70
+ .f\\\\:bg-black-150:focus-within {
71
+ background-color: var(--black-150) !important;
72
+ }
73
+
74
+ .bc-black-150,
75
+ .h\\\\:bc-black-150:hover,
76
+ .f\\\\:bc-black-150:focus,
77
+ .f\\\\:bc-black-150:focus-within {
78
+ border-color: var(--black-150) !important;
79
+ }
80
+
81
+ .fc-black-150,
82
+ .h\\\\:fc-black-150:hover,
83
+ .f\\\\:fc-black-150:focus,
84
+ .f\\\\:fc-black-150:focus-within {
85
+ color: var(--black-150) !important;
86
+ }
87
+
88
+ .bg-black-200,
89
+ .h\\\\:bg-black-200:hover,
90
+ .f\\\\:bg-black-200:focus,
91
+ .f\\\\:bg-black-200:focus-within {
92
+ background-color: var(--black-200) !important;
93
+ }
94
+
95
+ .bc-black-200,
96
+ .h\\\\:bc-black-200:hover,
97
+ .f\\\\:bc-black-200:focus,
98
+ .f\\\\:bc-black-200:focus-within {
99
+ border-color: var(--black-200) !important;
100
+ }
101
+
102
+ .fc-black-200,
103
+ .h\\\\:fc-black-200:hover,
104
+ .f\\\\:fc-black-200:focus,
105
+ .f\\\\:fc-black-200:focus-within {
106
+ color: var(--black-200) !important;
107
+ }
108
+
109
+ .bg-black-225,
110
+ .h\\\\:bg-black-225:hover,
111
+ .f\\\\:bg-black-225:focus,
112
+ .f\\\\:bg-black-225:focus-within {
113
+ background-color: var(--black-225) !important;
114
+ }
115
+
116
+ .bc-black-225,
117
+ .h\\\\:bc-black-225:hover,
118
+ .f\\\\:bc-black-225:focus,
119
+ .f\\\\:bc-black-225:focus-within {
120
+ border-color: var(--black-225) !important;
121
+ }
122
+
123
+ .fc-black-225,
124
+ .h\\\\:fc-black-225:hover,
125
+ .f\\\\:fc-black-225:focus,
126
+ .f\\\\:fc-black-225:focus-within {
127
+ color: var(--black-225) !important;
128
+ }
129
+
130
+ .bg-black-250,
131
+ .h\\\\:bg-black-250:hover,
132
+ .f\\\\:bg-black-250:focus,
133
+ .f\\\\:bg-black-250:focus-within {
134
+ background-color: var(--black-250) !important;
135
+ }
136
+
137
+ .bc-black-250,
138
+ .h\\\\:bc-black-250:hover,
139
+ .f\\\\:bc-black-250:focus,
140
+ .f\\\\:bc-black-250:focus-within {
141
+ border-color: var(--black-250) !important;
142
+ }
143
+
144
+ .fc-black-250,
145
+ .h\\\\:fc-black-250:hover,
146
+ .f\\\\:fc-black-250:focus,
147
+ .f\\\\:fc-black-250:focus-within {
148
+ color: var(--black-250) !important;
149
+ }
150
+
151
+ .bg-black-300,
152
+ .h\\\\:bg-black-300:hover,
153
+ .f\\\\:bg-black-300:focus,
154
+ .f\\\\:bg-black-300:focus-within {
155
+ background-color: var(--black-300) !important;
156
+ }
157
+
158
+ .bc-black-300,
159
+ .h\\\\:bc-black-300:hover,
160
+ .f\\\\:bc-black-300:focus,
161
+ .f\\\\:bc-black-300:focus-within {
162
+ border-color: var(--black-300) !important;
163
+ }
164
+
165
+ .fc-black-300,
166
+ .h\\\\:fc-black-300:hover,
167
+ .f\\\\:fc-black-300:focus,
168
+ .f\\\\:fc-black-300:focus-within {
169
+ color: var(--black-300) !important;
170
+ }
171
+
172
+ .bg-black-350,
173
+ .h\\\\:bg-black-350:hover,
174
+ .f\\\\:bg-black-350:focus,
175
+ .f\\\\:bg-black-350:focus-within {
176
+ background-color: var(--black-350) !important;
177
+ }
178
+
179
+ .bc-black-350,
180
+ .h\\\\:bc-black-350:hover,
181
+ .f\\\\:bc-black-350:focus,
182
+ .f\\\\:bc-black-350:focus-within {
183
+ border-color: var(--black-350) !important;
184
+ }
185
+
186
+ .fc-black-350,
187
+ .h\\\\:fc-black-350:hover,
188
+ .f\\\\:fc-black-350:focus,
189
+ .f\\\\:fc-black-350:focus-within {
190
+ color: var(--black-350) !important;
191
+ }
192
+
193
+ .bg-black-400,
194
+ .h\\\\:bg-black-400:hover,
195
+ .f\\\\:bg-black-400:focus,
196
+ .f\\\\:bg-black-400:focus-within {
197
+ background-color: var(--black-400) !important;
198
+ }
199
+
200
+ .bc-black-400,
201
+ .h\\\\:bc-black-400:hover,
202
+ .f\\\\:bc-black-400:focus,
203
+ .f\\\\:bc-black-400:focus-within {
204
+ border-color: var(--black-400) !important;
205
+ }
206
+
207
+ .fc-black-400,
208
+ .h\\\\:fc-black-400:hover,
209
+ .f\\\\:fc-black-400:focus,
210
+ .f\\\\:fc-black-400:focus-within {
211
+ color: var(--black-400) !important;
212
+ }
213
+
214
+ .bg-black-500,
215
+ .h\\\\:bg-black-500:hover,
216
+ .f\\\\:bg-black-500:focus,
217
+ .f\\\\:bg-black-500:focus-within {
218
+ background-color: var(--black-500) !important;
219
+ }
220
+
221
+ .bc-black-500,
222
+ .h\\\\:bc-black-500:hover,
223
+ .f\\\\:bc-black-500:focus,
224
+ .f\\\\:bc-black-500:focus-within {
225
+ border-color: var(--black-500) !important;
226
+ }
227
+
228
+ .fc-black-500,
229
+ .h\\\\:fc-black-500:hover,
230
+ .f\\\\:fc-black-500:focus,
231
+ .f\\\\:fc-black-500:focus-within {
232
+ color: var(--black-500) !important;
233
+ }
234
+
235
+ .bg-black-600,
236
+ .h\\\\:bg-black-600:hover,
237
+ .f\\\\:bg-black-600:focus,
238
+ .f\\\\:bg-black-600:focus-within {
239
+ background-color: var(--black-600) !important;
240
+ }
241
+
242
+ .bc-black-600,
243
+ .h\\\\:bc-black-600:hover,
244
+ .f\\\\:bc-black-600:focus,
245
+ .f\\\\:bc-black-600:focus-within {
246
+ border-color: var(--black-600) !important;
247
+ }
248
+
249
+ .fc-black-600,
250
+ .h\\\\:fc-black-600:hover,
251
+ .f\\\\:fc-black-600:focus,
252
+ .f\\\\:fc-black-600:focus-within {
253
+ color: var(--black-600) !important;
254
+ }
255
+
256
+ .bg-black,
257
+ .h\\\\:bg-black:hover,
258
+ .f\\\\:bg-black:focus,
259
+ .f\\\\:bg-black:focus-within {
260
+ background-color: var(--black) !important;
261
+ }
262
+
263
+ .bc-black,
264
+ .h\\\\:bc-black:hover,
265
+ .f\\\\:bc-black:focus,
266
+ .f\\\\:bc-black:focus-within {
267
+ border-color: var(--black) !important;
268
+ }
269
+
270
+ .fc-black,
271
+ .h\\\\:fc-black:hover,
272
+ .f\\\\:fc-black:focus,
273
+ .f\\\\:fc-black:focus-within {
274
+ color: var(--black) !important;
275
+ }
276
+
277
+ .bg-orange-100,
278
+ .h\\\\:bg-orange-100:hover,
279
+ .f\\\\:bg-orange-100:focus,
280
+ .f\\\\:bg-orange-100:focus-within {
281
+ background-color: var(--orange-100) !important;
282
+ }
283
+
284
+ .bc-orange-100,
285
+ .h\\\\:bc-orange-100:hover,
286
+ .f\\\\:bc-orange-100:focus,
287
+ .f\\\\:bc-orange-100:focus-within {
288
+ border-color: var(--orange-100) !important;
289
+ }
290
+
291
+ .fc-orange-100,
292
+ .h\\\\:fc-orange-100:hover,
293
+ .f\\\\:fc-orange-100:focus,
294
+ .f\\\\:fc-orange-100:focus-within {
295
+ color: var(--orange-100) !important;
296
+ }
297
+
298
+ .bg-orange-200,
299
+ .h\\\\:bg-orange-200:hover,
300
+ .f\\\\:bg-orange-200:focus,
301
+ .f\\\\:bg-orange-200:focus-within {
302
+ background-color: var(--orange-200) !important;
303
+ }
304
+
305
+ .bc-orange-200,
306
+ .h\\\\:bc-orange-200:hover,
307
+ .f\\\\:bc-orange-200:focus,
308
+ .f\\\\:bc-orange-200:focus-within {
309
+ border-color: var(--orange-200) !important;
310
+ }
311
+
312
+ .fc-orange-200,
313
+ .h\\\\:fc-orange-200:hover,
314
+ .f\\\\:fc-orange-200:focus,
315
+ .f\\\\:fc-orange-200:focus-within {
316
+ color: var(--orange-200) !important;
317
+ }
318
+
319
+ .bg-orange-300,
320
+ .h\\\\:bg-orange-300:hover,
321
+ .f\\\\:bg-orange-300:focus,
322
+ .f\\\\:bg-orange-300:focus-within {
323
+ background-color: var(--orange-300) !important;
324
+ }
325
+
326
+ .bc-orange-300,
327
+ .h\\\\:bc-orange-300:hover,
328
+ .f\\\\:bc-orange-300:focus,
329
+ .f\\\\:bc-orange-300:focus-within {
330
+ border-color: var(--orange-300) !important;
331
+ }
332
+
333
+ .fc-orange-300,
334
+ .h\\\\:fc-orange-300:hover,
335
+ .f\\\\:fc-orange-300:focus,
336
+ .f\\\\:fc-orange-300:focus-within {
337
+ color: var(--orange-300) !important;
338
+ }
339
+
340
+ .bg-orange-400,
341
+ .h\\\\:bg-orange-400:hover,
342
+ .f\\\\:bg-orange-400:focus,
343
+ .f\\\\:bg-orange-400:focus-within {
344
+ background-color: var(--orange-400) !important;
345
+ }
346
+
347
+ .bc-orange-400,
348
+ .h\\\\:bc-orange-400:hover,
349
+ .f\\\\:bc-orange-400:focus,
350
+ .f\\\\:bc-orange-400:focus-within {
351
+ border-color: var(--orange-400) !important;
352
+ }
353
+
354
+ .fc-orange-400,
355
+ .h\\\\:fc-orange-400:hover,
356
+ .f\\\\:fc-orange-400:focus,
357
+ .f\\\\:fc-orange-400:focus-within {
358
+ color: var(--orange-400) !important;
359
+ }
360
+
361
+ .bg-orange-500,
362
+ .h\\\\:bg-orange-500:hover,
363
+ .f\\\\:bg-orange-500:focus,
364
+ .f\\\\:bg-orange-500:focus-within {
365
+ background-color: var(--orange-500) !important;
366
+ }
367
+
368
+ .bc-orange-500,
369
+ .h\\\\:bc-orange-500:hover,
370
+ .f\\\\:bc-orange-500:focus,
371
+ .f\\\\:bc-orange-500:focus-within {
372
+ border-color: var(--orange-500) !important;
373
+ }
374
+
375
+ .fc-orange-500,
376
+ .h\\\\:fc-orange-500:hover,
377
+ .f\\\\:fc-orange-500:focus,
378
+ .f\\\\:fc-orange-500:focus-within {
379
+ color: var(--orange-500) !important;
380
+ }
381
+
382
+ .bg-orange-600,
383
+ .h\\\\:bg-orange-600:hover,
384
+ .f\\\\:bg-orange-600:focus,
385
+ .f\\\\:bg-orange-600:focus-within {
386
+ background-color: var(--orange-600) !important;
387
+ }
388
+
389
+ .bc-orange-600,
390
+ .h\\\\:bc-orange-600:hover,
391
+ .f\\\\:bc-orange-600:focus,
392
+ .f\\\\:bc-orange-600:focus-within {
393
+ border-color: var(--orange-600) !important;
394
+ }
395
+
396
+ .fc-orange-600,
397
+ .h\\\\:fc-orange-600:hover,
398
+ .f\\\\:fc-orange-600:focus,
399
+ .f\\\\:fc-orange-600:focus-within {
400
+ color: var(--orange-600) !important;
401
+ }
402
+
403
+ .bg-blue-100,
404
+ .h\\\\:bg-blue-100:hover,
405
+ .f\\\\:bg-blue-100:focus,
406
+ .f\\\\:bg-blue-100:focus-within {
407
+ background-color: var(--blue-100) !important;
408
+ }
409
+
410
+ .bc-blue-100,
411
+ .h\\\\:bc-blue-100:hover,
412
+ .f\\\\:bc-blue-100:focus,
413
+ .f\\\\:bc-blue-100:focus-within {
414
+ border-color: var(--blue-100) !important;
415
+ }
416
+
417
+ .fc-blue-100,
418
+ .h\\\\:fc-blue-100:hover,
419
+ .f\\\\:fc-blue-100:focus,
420
+ .f\\\\:fc-blue-100:focus-within {
421
+ color: var(--blue-100) !important;
422
+ }
423
+
424
+ .bg-blue-200,
425
+ .h\\\\:bg-blue-200:hover,
426
+ .f\\\\:bg-blue-200:focus,
427
+ .f\\\\:bg-blue-200:focus-within {
428
+ background-color: var(--blue-200) !important;
429
+ }
430
+
431
+ .bc-blue-200,
432
+ .h\\\\:bc-blue-200:hover,
433
+ .f\\\\:bc-blue-200:focus,
434
+ .f\\\\:bc-blue-200:focus-within {
435
+ border-color: var(--blue-200) !important;
436
+ }
437
+
438
+ .fc-blue-200,
439
+ .h\\\\:fc-blue-200:hover,
440
+ .f\\\\:fc-blue-200:focus,
441
+ .f\\\\:fc-blue-200:focus-within {
442
+ color: var(--blue-200) !important;
443
+ }
444
+
445
+ .bg-blue-300,
446
+ .h\\\\:bg-blue-300:hover,
447
+ .f\\\\:bg-blue-300:focus,
448
+ .f\\\\:bg-blue-300:focus-within {
449
+ background-color: var(--blue-300) !important;
450
+ }
451
+
452
+ .bc-blue-300,
453
+ .h\\\\:bc-blue-300:hover,
454
+ .f\\\\:bc-blue-300:focus,
455
+ .f\\\\:bc-blue-300:focus-within {
456
+ border-color: var(--blue-300) !important;
457
+ }
458
+
459
+ .fc-blue-300,
460
+ .h\\\\:fc-blue-300:hover,
461
+ .f\\\\:fc-blue-300:focus,
462
+ .f\\\\:fc-blue-300:focus-within {
463
+ color: var(--blue-300) !important;
464
+ }
465
+
466
+ .bg-blue-400,
467
+ .h\\\\:bg-blue-400:hover,
468
+ .f\\\\:bg-blue-400:focus,
469
+ .f\\\\:bg-blue-400:focus-within {
470
+ background-color: var(--blue-400) !important;
471
+ }
472
+
473
+ .bc-blue-400,
474
+ .h\\\\:bc-blue-400:hover,
475
+ .f\\\\:bc-blue-400:focus,
476
+ .f\\\\:bc-blue-400:focus-within {
477
+ border-color: var(--blue-400) !important;
478
+ }
479
+
480
+ .fc-blue-400,
481
+ .h\\\\:fc-blue-400:hover,
482
+ .f\\\\:fc-blue-400:focus,
483
+ .f\\\\:fc-blue-400:focus-within {
484
+ color: var(--blue-400) !important;
485
+ }
486
+
487
+ .bg-blue-500,
488
+ .h\\\\:bg-blue-500:hover,
489
+ .f\\\\:bg-blue-500:focus,
490
+ .f\\\\:bg-blue-500:focus-within {
491
+ background-color: var(--blue-500) !important;
492
+ }
493
+
494
+ .bc-blue-500,
495
+ .h\\\\:bc-blue-500:hover,
496
+ .f\\\\:bc-blue-500:focus,
497
+ .f\\\\:bc-blue-500:focus-within {
498
+ border-color: var(--blue-500) !important;
499
+ }
500
+
501
+ .fc-blue-500,
502
+ .h\\\\:fc-blue-500:hover,
503
+ .f\\\\:fc-blue-500:focus,
504
+ .f\\\\:fc-blue-500:focus-within {
505
+ color: var(--blue-500) !important;
506
+ }
507
+
508
+ .bg-blue-600,
509
+ .h\\\\:bg-blue-600:hover,
510
+ .f\\\\:bg-blue-600:focus,
511
+ .f\\\\:bg-blue-600:focus-within {
512
+ background-color: var(--blue-600) !important;
513
+ }
514
+
515
+ .bc-blue-600,
516
+ .h\\\\:bc-blue-600:hover,
517
+ .f\\\\:bc-blue-600:focus,
518
+ .f\\\\:bc-blue-600:focus-within {
519
+ border-color: var(--blue-600) !important;
520
+ }
521
+
522
+ .fc-blue-600,
523
+ .h\\\\:fc-blue-600:hover,
524
+ .f\\\\:fc-blue-600:focus,
525
+ .f\\\\:fc-blue-600:focus-within {
526
+ color: var(--blue-600) !important;
527
+ }
528
+
529
+ .bg-green-100,
530
+ .h\\\\:bg-green-100:hover,
531
+ .f\\\\:bg-green-100:focus,
532
+ .f\\\\:bg-green-100:focus-within {
533
+ background-color: var(--green-100) !important;
534
+ }
535
+
536
+ .bc-green-100,
537
+ .h\\\\:bc-green-100:hover,
538
+ .f\\\\:bc-green-100:focus,
539
+ .f\\\\:bc-green-100:focus-within {
540
+ border-color: var(--green-100) !important;
541
+ }
542
+
543
+ .fc-green-100,
544
+ .h\\\\:fc-green-100:hover,
545
+ .f\\\\:fc-green-100:focus,
546
+ .f\\\\:fc-green-100:focus-within {
547
+ color: var(--green-100) !important;
548
+ }
549
+
550
+ .bg-green-200,
551
+ .h\\\\:bg-green-200:hover,
552
+ .f\\\\:bg-green-200:focus,
553
+ .f\\\\:bg-green-200:focus-within {
554
+ background-color: var(--green-200) !important;
555
+ }
556
+
557
+ .bc-green-200,
558
+ .h\\\\:bc-green-200:hover,
559
+ .f\\\\:bc-green-200:focus,
560
+ .f\\\\:bc-green-200:focus-within {
561
+ border-color: var(--green-200) !important;
562
+ }
563
+
564
+ .fc-green-200,
565
+ .h\\\\:fc-green-200:hover,
566
+ .f\\\\:fc-green-200:focus,
567
+ .f\\\\:fc-green-200:focus-within {
568
+ color: var(--green-200) !important;
569
+ }
570
+
571
+ .bg-green-300,
572
+ .h\\\\:bg-green-300:hover,
573
+ .f\\\\:bg-green-300:focus,
574
+ .f\\\\:bg-green-300:focus-within {
575
+ background-color: var(--green-300) !important;
576
+ }
577
+
578
+ .bc-green-300,
579
+ .h\\\\:bc-green-300:hover,
580
+ .f\\\\:bc-green-300:focus,
581
+ .f\\\\:bc-green-300:focus-within {
582
+ border-color: var(--green-300) !important;
583
+ }
584
+
585
+ .fc-green-300,
586
+ .h\\\\:fc-green-300:hover,
587
+ .f\\\\:fc-green-300:focus,
588
+ .f\\\\:fc-green-300:focus-within {
589
+ color: var(--green-300) !important;
590
+ }
591
+
592
+ .bg-green-400,
593
+ .h\\\\:bg-green-400:hover,
594
+ .f\\\\:bg-green-400:focus,
595
+ .f\\\\:bg-green-400:focus-within {
596
+ background-color: var(--green-400) !important;
597
+ }
598
+
599
+ .bc-green-400,
600
+ .h\\\\:bc-green-400:hover,
601
+ .f\\\\:bc-green-400:focus,
602
+ .f\\\\:bc-green-400:focus-within {
603
+ border-color: var(--green-400) !important;
604
+ }
605
+
606
+ .fc-green-400,
607
+ .h\\\\:fc-green-400:hover,
608
+ .f\\\\:fc-green-400:focus,
609
+ .f\\\\:fc-green-400:focus-within {
610
+ color: var(--green-400) !important;
611
+ }
612
+
613
+ .bg-green-500,
614
+ .h\\\\:bg-green-500:hover,
615
+ .f\\\\:bg-green-500:focus,
616
+ .f\\\\:bg-green-500:focus-within {
617
+ background-color: var(--green-500) !important;
618
+ }
619
+
620
+ .bc-green-500,
621
+ .h\\\\:bc-green-500:hover,
622
+ .f\\\\:bc-green-500:focus,
623
+ .f\\\\:bc-green-500:focus-within {
624
+ border-color: var(--green-500) !important;
625
+ }
626
+
627
+ .fc-green-500,
628
+ .h\\\\:fc-green-500:hover,
629
+ .f\\\\:fc-green-500:focus,
630
+ .f\\\\:fc-green-500:focus-within {
631
+ color: var(--green-500) !important;
632
+ }
633
+
634
+ .bg-green-600,
635
+ .h\\\\:bg-green-600:hover,
636
+ .f\\\\:bg-green-600:focus,
637
+ .f\\\\:bg-green-600:focus-within {
638
+ background-color: var(--green-600) !important;
639
+ }
640
+
641
+ .bc-green-600,
642
+ .h\\\\:bc-green-600:hover,
643
+ .f\\\\:bc-green-600:focus,
644
+ .f\\\\:bc-green-600:focus-within {
645
+ border-color: var(--green-600) !important;
646
+ }
647
+
648
+ .fc-green-600,
649
+ .h\\\\:fc-green-600:hover,
650
+ .f\\\\:fc-green-600:focus,
651
+ .f\\\\:fc-green-600:focus-within {
652
+ color: var(--green-600) !important;
653
+ }
654
+
655
+ .bg-red-100,
656
+ .h\\\\:bg-red-100:hover,
657
+ .f\\\\:bg-red-100:focus,
658
+ .f\\\\:bg-red-100:focus-within {
659
+ background-color: var(--red-100) !important;
660
+ }
661
+
662
+ .bc-red-100,
663
+ .h\\\\:bc-red-100:hover,
664
+ .f\\\\:bc-red-100:focus,
665
+ .f\\\\:bc-red-100:focus-within {
666
+ border-color: var(--red-100) !important;
667
+ }
668
+
669
+ .fc-red-100,
670
+ .h\\\\:fc-red-100:hover,
671
+ .f\\\\:fc-red-100:focus,
672
+ .f\\\\:fc-red-100:focus-within {
673
+ color: var(--red-100) !important;
674
+ }
675
+
676
+ .bg-red-200,
677
+ .h\\\\:bg-red-200:hover,
678
+ .f\\\\:bg-red-200:focus,
679
+ .f\\\\:bg-red-200:focus-within {
680
+ background-color: var(--red-200) !important;
681
+ }
682
+
683
+ .bc-red-200,
684
+ .h\\\\:bc-red-200:hover,
685
+ .f\\\\:bc-red-200:focus,
686
+ .f\\\\:bc-red-200:focus-within {
687
+ border-color: var(--red-200) !important;
688
+ }
689
+
690
+ .fc-red-200,
691
+ .h\\\\:fc-red-200:hover,
692
+ .f\\\\:fc-red-200:focus,
693
+ .f\\\\:fc-red-200:focus-within {
694
+ color: var(--red-200) !important;
695
+ }
696
+
697
+ .bg-red-300,
698
+ .h\\\\:bg-red-300:hover,
699
+ .f\\\\:bg-red-300:focus,
700
+ .f\\\\:bg-red-300:focus-within {
701
+ background-color: var(--red-300) !important;
702
+ }
703
+
704
+ .bc-red-300,
705
+ .h\\\\:bc-red-300:hover,
706
+ .f\\\\:bc-red-300:focus,
707
+ .f\\\\:bc-red-300:focus-within {
708
+ border-color: var(--red-300) !important;
709
+ }
710
+
711
+ .fc-red-300,
712
+ .h\\\\:fc-red-300:hover,
713
+ .f\\\\:fc-red-300:focus,
714
+ .f\\\\:fc-red-300:focus-within {
715
+ color: var(--red-300) !important;
716
+ }
717
+
718
+ .bg-red-400,
719
+ .h\\\\:bg-red-400:hover,
720
+ .f\\\\:bg-red-400:focus,
721
+ .f\\\\:bg-red-400:focus-within {
722
+ background-color: var(--red-400) !important;
723
+ }
724
+
725
+ .bc-red-400,
726
+ .h\\\\:bc-red-400:hover,
727
+ .f\\\\:bc-red-400:focus,
728
+ .f\\\\:bc-red-400:focus-within {
729
+ border-color: var(--red-400) !important;
730
+ }
731
+
732
+ .fc-red-400,
733
+ .h\\\\:fc-red-400:hover,
734
+ .f\\\\:fc-red-400:focus,
735
+ .f\\\\:fc-red-400:focus-within {
736
+ color: var(--red-400) !important;
737
+ }
738
+
739
+ .bg-red-500,
740
+ .h\\\\:bg-red-500:hover,
741
+ .f\\\\:bg-red-500:focus,
742
+ .f\\\\:bg-red-500:focus-within {
743
+ background-color: var(--red-500) !important;
744
+ }
745
+
746
+ .bc-red-500,
747
+ .h\\\\:bc-red-500:hover,
748
+ .f\\\\:bc-red-500:focus,
749
+ .f\\\\:bc-red-500:focus-within {
750
+ border-color: var(--red-500) !important;
751
+ }
752
+
753
+ .fc-red-500,
754
+ .h\\\\:fc-red-500:hover,
755
+ .f\\\\:fc-red-500:focus,
756
+ .f\\\\:fc-red-500:focus-within {
757
+ color: var(--red-500) !important;
758
+ }
759
+
760
+ .bg-red-600,
761
+ .h\\\\:bg-red-600:hover,
762
+ .f\\\\:bg-red-600:focus,
763
+ .f\\\\:bg-red-600:focus-within {
764
+ background-color: var(--red-600) !important;
765
+ }
766
+
767
+ .bc-red-600,
768
+ .h\\\\:bc-red-600:hover,
769
+ .f\\\\:bc-red-600:focus,
770
+ .f\\\\:bc-red-600:focus-within {
771
+ border-color: var(--red-600) !important;
772
+ }
773
+
774
+ .fc-red-600,
775
+ .h\\\\:fc-red-600:hover,
776
+ .f\\\\:fc-red-600:focus,
777
+ .f\\\\:fc-red-600:focus-within {
778
+ color: var(--red-600) !important;
779
+ }
780
+
781
+ .bg-yellow-100,
782
+ .h\\\\:bg-yellow-100:hover,
783
+ .f\\\\:bg-yellow-100:focus,
784
+ .f\\\\:bg-yellow-100:focus-within {
785
+ background-color: var(--yellow-100) !important;
786
+ }
787
+
788
+ .bc-yellow-100,
789
+ .h\\\\:bc-yellow-100:hover,
790
+ .f\\\\:bc-yellow-100:focus,
791
+ .f\\\\:bc-yellow-100:focus-within {
792
+ border-color: var(--yellow-100) !important;
793
+ }
794
+
795
+ .fc-yellow-100,
796
+ .h\\\\:fc-yellow-100:hover,
797
+ .f\\\\:fc-yellow-100:focus,
798
+ .f\\\\:fc-yellow-100:focus-within {
799
+ color: var(--yellow-100) !important;
800
+ }
801
+
802
+ .bg-yellow-200,
803
+ .h\\\\:bg-yellow-200:hover,
804
+ .f\\\\:bg-yellow-200:focus,
805
+ .f\\\\:bg-yellow-200:focus-within {
806
+ background-color: var(--yellow-200) !important;
807
+ }
808
+
809
+ .bc-yellow-200,
810
+ .h\\\\:bc-yellow-200:hover,
811
+ .f\\\\:bc-yellow-200:focus,
812
+ .f\\\\:bc-yellow-200:focus-within {
813
+ border-color: var(--yellow-200) !important;
814
+ }
815
+
816
+ .fc-yellow-200,
817
+ .h\\\\:fc-yellow-200:hover,
818
+ .f\\\\:fc-yellow-200:focus,
819
+ .f\\\\:fc-yellow-200:focus-within {
820
+ color: var(--yellow-200) !important;
821
+ }
822
+
823
+ .bg-yellow-300,
824
+ .h\\\\:bg-yellow-300:hover,
825
+ .f\\\\:bg-yellow-300:focus,
826
+ .f\\\\:bg-yellow-300:focus-within {
827
+ background-color: var(--yellow-300) !important;
828
+ }
829
+
830
+ .bc-yellow-300,
831
+ .h\\\\:bc-yellow-300:hover,
832
+ .f\\\\:bc-yellow-300:focus,
833
+ .f\\\\:bc-yellow-300:focus-within {
834
+ border-color: var(--yellow-300) !important;
835
+ }
836
+
837
+ .fc-yellow-300,
838
+ .h\\\\:fc-yellow-300:hover,
839
+ .f\\\\:fc-yellow-300:focus,
840
+ .f\\\\:fc-yellow-300:focus-within {
841
+ color: var(--yellow-300) !important;
842
+ }
843
+
844
+ .bg-yellow-400,
845
+ .h\\\\:bg-yellow-400:hover,
846
+ .f\\\\:bg-yellow-400:focus,
847
+ .f\\\\:bg-yellow-400:focus-within {
848
+ background-color: var(--yellow-400) !important;
849
+ }
850
+
851
+ .bc-yellow-400,
852
+ .h\\\\:bc-yellow-400:hover,
853
+ .f\\\\:bc-yellow-400:focus,
854
+ .f\\\\:bc-yellow-400:focus-within {
855
+ border-color: var(--yellow-400) !important;
856
+ }
857
+
858
+ .fc-yellow-400,
859
+ .h\\\\:fc-yellow-400:hover,
860
+ .f\\\\:fc-yellow-400:focus,
861
+ .f\\\\:fc-yellow-400:focus-within {
862
+ color: var(--yellow-400) !important;
863
+ }
864
+
865
+ .bg-yellow-500,
866
+ .h\\\\:bg-yellow-500:hover,
867
+ .f\\\\:bg-yellow-500:focus,
868
+ .f\\\\:bg-yellow-500:focus-within {
869
+ background-color: var(--yellow-500) !important;
870
+ }
871
+
872
+ .bc-yellow-500,
873
+ .h\\\\:bc-yellow-500:hover,
874
+ .f\\\\:bc-yellow-500:focus,
875
+ .f\\\\:bc-yellow-500:focus-within {
876
+ border-color: var(--yellow-500) !important;
877
+ }
878
+
879
+ .fc-yellow-500,
880
+ .h\\\\:fc-yellow-500:hover,
881
+ .f\\\\:fc-yellow-500:focus,
882
+ .f\\\\:fc-yellow-500:focus-within {
883
+ color: var(--yellow-500) !important;
884
+ }
885
+
886
+ .bg-yellow-600,
887
+ .h\\\\:bg-yellow-600:hover,
888
+ .f\\\\:bg-yellow-600:focus,
889
+ .f\\\\:bg-yellow-600:focus-within {
890
+ background-color: var(--yellow-600) !important;
891
+ }
892
+
893
+ .bc-yellow-600,
894
+ .h\\\\:bc-yellow-600:hover,
895
+ .f\\\\:bc-yellow-600:focus,
896
+ .f\\\\:bc-yellow-600:focus-within {
897
+ border-color: var(--yellow-600) !important;
898
+ }
899
+
900
+ .fc-yellow-600,
901
+ .h\\\\:fc-yellow-600:hover,
902
+ .f\\\\:fc-yellow-600:focus,
903
+ .f\\\\:fc-yellow-600:focus-within {
904
+ color: var(--yellow-600) !important;
905
+ }
906
+
907
+ .bg-gold-100,
908
+ .h\\\\:bg-gold-100:hover,
909
+ .f\\\\:bg-gold-100:focus,
910
+ .f\\\\:bg-gold-100:focus-within {
911
+ background-color: var(--gold-100) !important;
912
+ }
913
+
914
+ .bc-gold-100,
915
+ .h\\\\:bc-gold-100:hover,
916
+ .f\\\\:bc-gold-100:focus,
917
+ .f\\\\:bc-gold-100:focus-within {
918
+ border-color: var(--gold-100) !important;
919
+ }
920
+
921
+ .fc-gold-100,
922
+ .h\\\\:fc-gold-100:hover,
923
+ .f\\\\:fc-gold-100:focus,
924
+ .f\\\\:fc-gold-100:focus-within {
925
+ color: var(--gold-100) !important;
926
+ }
927
+
928
+ .bg-gold-200,
929
+ .h\\\\:bg-gold-200:hover,
930
+ .f\\\\:bg-gold-200:focus,
931
+ .f\\\\:bg-gold-200:focus-within {
932
+ background-color: var(--gold-200) !important;
933
+ }
934
+
935
+ .bc-gold-200,
936
+ .h\\\\:bc-gold-200:hover,
937
+ .f\\\\:bc-gold-200:focus,
938
+ .f\\\\:bc-gold-200:focus-within {
939
+ border-color: var(--gold-200) !important;
940
+ }
941
+
942
+ .fc-gold-200,
943
+ .h\\\\:fc-gold-200:hover,
944
+ .f\\\\:fc-gold-200:focus,
945
+ .f\\\\:fc-gold-200:focus-within {
946
+ color: var(--gold-200) !important;
947
+ }
948
+
949
+ .bg-gold-300,
950
+ .h\\\\:bg-gold-300:hover,
951
+ .f\\\\:bg-gold-300:focus,
952
+ .f\\\\:bg-gold-300:focus-within {
953
+ background-color: var(--gold-300) !important;
954
+ }
955
+
956
+ .bc-gold-300,
957
+ .h\\\\:bc-gold-300:hover,
958
+ .f\\\\:bc-gold-300:focus,
959
+ .f\\\\:bc-gold-300:focus-within {
960
+ border-color: var(--gold-300) !important;
961
+ }
962
+
963
+ .fc-gold-300,
964
+ .h\\\\:fc-gold-300:hover,
965
+ .f\\\\:fc-gold-300:focus,
966
+ .f\\\\:fc-gold-300:focus-within {
967
+ color: var(--gold-300) !important;
968
+ }
969
+
970
+ .bg-gold-400,
971
+ .h\\\\:bg-gold-400:hover,
972
+ .f\\\\:bg-gold-400:focus,
973
+ .f\\\\:bg-gold-400:focus-within {
974
+ background-color: var(--gold-400) !important;
975
+ }
976
+
977
+ .bc-gold-400,
978
+ .h\\\\:bc-gold-400:hover,
979
+ .f\\\\:bc-gold-400:focus,
980
+ .f\\\\:bc-gold-400:focus-within {
981
+ border-color: var(--gold-400) !important;
982
+ }
983
+
984
+ .fc-gold-400,
985
+ .h\\\\:fc-gold-400:hover,
986
+ .f\\\\:fc-gold-400:focus,
987
+ .f\\\\:fc-gold-400:focus-within {
988
+ color: var(--gold-400) !important;
989
+ }
990
+
991
+ .bg-silver-100,
992
+ .h\\\\:bg-silver-100:hover,
993
+ .f\\\\:bg-silver-100:focus,
994
+ .f\\\\:bg-silver-100:focus-within {
995
+ background-color: var(--silver-100) !important;
996
+ }
997
+
998
+ .bc-silver-100,
999
+ .h\\\\:bc-silver-100:hover,
1000
+ .f\\\\:bc-silver-100:focus,
1001
+ .f\\\\:bc-silver-100:focus-within {
1002
+ border-color: var(--silver-100) !important;
1003
+ }
1004
+
1005
+ .fc-silver-100,
1006
+ .h\\\\:fc-silver-100:hover,
1007
+ .f\\\\:fc-silver-100:focus,
1008
+ .f\\\\:fc-silver-100:focus-within {
1009
+ color: var(--silver-100) !important;
1010
+ }
1011
+
1012
+ .bg-silver-200,
1013
+ .h\\\\:bg-silver-200:hover,
1014
+ .f\\\\:bg-silver-200:focus,
1015
+ .f\\\\:bg-silver-200:focus-within {
1016
+ background-color: var(--silver-200) !important;
1017
+ }
1018
+
1019
+ .bc-silver-200,
1020
+ .h\\\\:bc-silver-200:hover,
1021
+ .f\\\\:bc-silver-200:focus,
1022
+ .f\\\\:bc-silver-200:focus-within {
1023
+ border-color: var(--silver-200) !important;
1024
+ }
1025
+
1026
+ .fc-silver-200,
1027
+ .h\\\\:fc-silver-200:hover,
1028
+ .f\\\\:fc-silver-200:focus,
1029
+ .f\\\\:fc-silver-200:focus-within {
1030
+ color: var(--silver-200) !important;
1031
+ }
1032
+
1033
+ .bg-silver-300,
1034
+ .h\\\\:bg-silver-300:hover,
1035
+ .f\\\\:bg-silver-300:focus,
1036
+ .f\\\\:bg-silver-300:focus-within {
1037
+ background-color: var(--silver-300) !important;
1038
+ }
1039
+
1040
+ .bc-silver-300,
1041
+ .h\\\\:bc-silver-300:hover,
1042
+ .f\\\\:bc-silver-300:focus,
1043
+ .f\\\\:bc-silver-300:focus-within {
1044
+ border-color: var(--silver-300) !important;
1045
+ }
1046
+
1047
+ .fc-silver-300,
1048
+ .h\\\\:fc-silver-300:hover,
1049
+ .f\\\\:fc-silver-300:focus,
1050
+ .f\\\\:fc-silver-300:focus-within {
1051
+ color: var(--silver-300) !important;
1052
+ }
1053
+
1054
+ .bg-silver-400,
1055
+ .h\\\\:bg-silver-400:hover,
1056
+ .f\\\\:bg-silver-400:focus,
1057
+ .f\\\\:bg-silver-400:focus-within {
1058
+ background-color: var(--silver-400) !important;
1059
+ }
1060
+
1061
+ .bc-silver-400,
1062
+ .h\\\\:bc-silver-400:hover,
1063
+ .f\\\\:bc-silver-400:focus,
1064
+ .f\\\\:bc-silver-400:focus-within {
1065
+ border-color: var(--silver-400) !important;
1066
+ }
1067
+
1068
+ .fc-silver-400,
1069
+ .h\\\\:fc-silver-400:hover,
1070
+ .f\\\\:fc-silver-400:focus,
1071
+ .f\\\\:fc-silver-400:focus-within {
1072
+ color: var(--silver-400) !important;
1073
+ }
1074
+
1075
+ .bg-bronze-100,
1076
+ .h\\\\:bg-bronze-100:hover,
1077
+ .f\\\\:bg-bronze-100:focus,
1078
+ .f\\\\:bg-bronze-100:focus-within {
1079
+ background-color: var(--bronze-100) !important;
1080
+ }
1081
+
1082
+ .bc-bronze-100,
1083
+ .h\\\\:bc-bronze-100:hover,
1084
+ .f\\\\:bc-bronze-100:focus,
1085
+ .f\\\\:bc-bronze-100:focus-within {
1086
+ border-color: var(--bronze-100) !important;
1087
+ }
1088
+
1089
+ .fc-bronze-100,
1090
+ .h\\\\:fc-bronze-100:hover,
1091
+ .f\\\\:fc-bronze-100:focus,
1092
+ .f\\\\:fc-bronze-100:focus-within {
1093
+ color: var(--bronze-100) !important;
1094
+ }
1095
+
1096
+ .bg-bronze-200,
1097
+ .h\\\\:bg-bronze-200:hover,
1098
+ .f\\\\:bg-bronze-200:focus,
1099
+ .f\\\\:bg-bronze-200:focus-within {
1100
+ background-color: var(--bronze-200) !important;
1101
+ }
1102
+
1103
+ .bc-bronze-200,
1104
+ .h\\\\:bc-bronze-200:hover,
1105
+ .f\\\\:bc-bronze-200:focus,
1106
+ .f\\\\:bc-bronze-200:focus-within {
1107
+ border-color: var(--bronze-200) !important;
1108
+ }
1109
+
1110
+ .fc-bronze-200,
1111
+ .h\\\\:fc-bronze-200:hover,
1112
+ .f\\\\:fc-bronze-200:focus,
1113
+ .f\\\\:fc-bronze-200:focus-within {
1114
+ color: var(--bronze-200) !important;
1115
+ }
1116
+
1117
+ .bg-bronze-300,
1118
+ .h\\\\:bg-bronze-300:hover,
1119
+ .f\\\\:bg-bronze-300:focus,
1120
+ .f\\\\:bg-bronze-300:focus-within {
1121
+ background-color: var(--bronze-300) !important;
1122
+ }
1123
+
1124
+ .bc-bronze-300,
1125
+ .h\\\\:bc-bronze-300:hover,
1126
+ .f\\\\:bc-bronze-300:focus,
1127
+ .f\\\\:bc-bronze-300:focus-within {
1128
+ border-color: var(--bronze-300) !important;
1129
+ }
1130
+
1131
+ .fc-bronze-300,
1132
+ .h\\\\:fc-bronze-300:hover,
1133
+ .f\\\\:fc-bronze-300:focus,
1134
+ .f\\\\:fc-bronze-300:focus-within {
1135
+ color: var(--bronze-300) !important;
1136
+ }
1137
+
1138
+ .bg-bronze-400,
1139
+ .h\\\\:bg-bronze-400:hover,
1140
+ .f\\\\:bg-bronze-400:focus,
1141
+ .f\\\\:bg-bronze-400:focus-within {
1142
+ background-color: var(--bronze-400) !important;
1143
+ }
1144
+
1145
+ .bc-bronze-400,
1146
+ .h\\\\:bc-bronze-400:hover,
1147
+ .f\\\\:bc-bronze-400:focus,
1148
+ .f\\\\:bc-bronze-400:focus-within {
1149
+ border-color: var(--bronze-400) !important;
1150
+ }
1151
+
1152
+ .fc-bronze-400,
1153
+ .h\\\\:fc-bronze-400:hover,
1154
+ .f\\\\:fc-bronze-400:focus,
1155
+ .f\\\\:fc-bronze-400:focus-within {
1156
+ color: var(--bronze-400) !important;
1157
+ }
1158
+
1159
+ .fc-light,
1160
+ .h\\\\:fc-light:hover,
1161
+ .f\\\\:fc-light:focus,
1162
+ .f\\\\:fc-light:focus-within {
1163
+ color: var(--fc-light) !important;
1164
+ }
1165
+
1166
+ .fc-medium,
1167
+ .h\\\\:fc-medium:hover,
1168
+ .f\\\\:fc-medium:focus,
1169
+ .f\\\\:fc-medium:focus-within {
1170
+ color: var(--fc-medium) !important;
1171
+ }
1172
+
1173
+ .fc-dark,
1174
+ .h\\\\:fc-dark:hover,
1175
+ .f\\\\:fc-dark:focus,
1176
+ .f\\\\:fc-dark:focus-within {
1177
+ color: var(--fc-dark) !important;
1178
+ }
1179
+
1180
+ .fc-error,
1181
+ .h\\\\:fc-error:hover,
1182
+ .f\\\\:fc-error:focus,
1183
+ .f\\\\:fc-error:focus-within {
1184
+ color: var(--fc-error) !important;
1185
+ }
1186
+
1187
+ .fc-danger,
1188
+ .h\\\\:fc-danger:hover,
1189
+ .f\\\\:fc-danger:focus,
1190
+ .f\\\\:fc-danger:focus-within {
1191
+ color: var(--fc-danger) !important;
1192
+ }
1193
+
1194
+ .fc-success,
1195
+ .h\\\\:fc-success:hover,
1196
+ .f\\\\:fc-success:focus,
1197
+ .f\\\\:fc-success:focus-within {
1198
+ color: var(--fc-success) !important;
1199
+ }
1200
+
1201
+ .fc-warning,
1202
+ .h\\\\:fc-warning:hover,
1203
+ .f\\\\:fc-warning:focus,
1204
+ .f\\\\:fc-warning:focus-within {
1205
+ color: var(--fc-warning) !important;
1206
+ }
1207
+
1208
+ .bg-error,
1209
+ .h\\\\:bg-error:hover,
1210
+ .f\\\\:bg-error:focus,
1211
+ .f\\\\:bg-error:focus-within {
1212
+ background-color: var(--bg-error) !important;
1213
+ }
1214
+
1215
+ .bg-danger,
1216
+ .h\\\\:bg-danger:hover,
1217
+ .f\\\\:bg-danger:focus,
1218
+ .f\\\\:bg-danger:focus-within {
1219
+ background-color: var(--bg-danger) !important;
1220
+ }
1221
+
1222
+ .bg-success,
1223
+ .h\\\\:bg-success:hover,
1224
+ .f\\\\:bg-success:focus,
1225
+ .f\\\\:bg-success:focus-within {
1226
+ background-color: var(--bg-success) !important;
1227
+ }
1228
+
1229
+ .bg-warning,
1230
+ .h\\\\:bg-warning:hover,
1231
+ .f\\\\:bg-warning:focus,
1232
+ .f\\\\:bg-warning:focus-within {
1233
+ background-color: var(--bg-warning) !important;
1234
+ }
1235
+
1236
+ .bc-error,
1237
+ .h\\\\:bc-error:hover,
1238
+ .f\\\\:bc-error:focus,
1239
+ .f\\\\:bc-error:focus-within {
1240
+ border-color: var(--bc-error) !important;
1241
+ }
1242
+
1243
+ .bc-danger,
1244
+ .h\\\\:bc-danger:hover,
1245
+ .f\\\\:bc-danger:focus,
1246
+ .f\\\\:bc-danger:focus-within {
1247
+ border-color: var(--bc-danger) !important;
1248
+ }
1249
+
1250
+ .bc-success,
1251
+ .h\\\\:bc-success:hover,
1252
+ .f\\\\:bc-success:focus,
1253
+ .f\\\\:bc-success:focus-within {
1254
+ border-color: var(--bc-success) !important;
1255
+ }
1256
+
1257
+ .bc-warning,
1258
+ .h\\\\:bc-warning:hover,
1259
+ .f\\\\:bc-warning:focus,
1260
+ .f\\\\:bc-warning:focus-within {
1261
+ border-color: var(--bc-warning) !important;
1262
+ }
1263
+
1264
+ .bg-transparent,
1265
+ .h\\\\:bg-transparent:hover,
1266
+ .f\\\\:bg-transparent:focus,
1267
+ .f\\\\:bg-transparent:focus-within {
1268
+ background-color: transparent !important;
1269
+ }
1270
+
1271
+ .bc-transparent,
1272
+ .h\\\\:bc-transparent:hover,
1273
+ .f\\\\:bc-transparent:focus,
1274
+ .f\\\\:bc-transparent:focus-within {
1275
+ border-color: transparent !important;
1276
+ }
1277
+
1278
+ .bg-inherit,
1279
+ .h\\\\:bg-inherit:hover,
1280
+ .f\\\\:bg-inherit:focus,
1281
+ .f\\\\:bg-inherit:focus-within {
1282
+ background-color: inherit !important;
1283
+ }
1284
+
1285
+ .bc-inherit,
1286
+ .h\\\\:bc-inherit:hover,
1287
+ .f\\\\:bc-inherit:focus,
1288
+ .f\\\\:bc-inherit:focus-within {
1289
+ border-color: inherit !important;
1290
+ }
1291
+
1292
+ .bg-theme-primary,
1293
+ .h\\\\:bg-theme-primary:hover,
1294
+ .f\\\\:bg-theme-primary:focus,
1295
+ .f\\\\:bg-theme-primary:focus-within {
1296
+ background-color: var(--theme-primary) !important;
1297
+ }
1298
+
1299
+ .bc-theme-primary,
1300
+ .h\\\\:bc-theme-primary:hover,
1301
+ .f\\\\:bc-theme-primary:focus,
1302
+ .f\\\\:bc-theme-primary:focus-within {
1303
+ border-color: var(--theme-primary) !important;
1304
+ }
1305
+
1306
+ .fc-theme-primary,
1307
+ .h\\\\:fc-theme-primary:hover,
1308
+ .f\\\\:fc-theme-primary:focus,
1309
+ .f\\\\:fc-theme-primary:focus-within {
1310
+ color: var(--theme-primary) !important;
1311
+ }
1312
+
1313
+ .bg-theme-primary-100,
1314
+ .h\\\\:bg-theme-primary-100:hover,
1315
+ .f\\\\:bg-theme-primary-100:focus,
1316
+ .f\\\\:bg-theme-primary-100:focus-within {
1317
+ background-color: var(--theme-primary-100) !important;
1318
+ }
1319
+
1320
+ .bc-theme-primary-100,
1321
+ .h\\\\:bc-theme-primary-100:hover,
1322
+ .f\\\\:bc-theme-primary-100:focus,
1323
+ .f\\\\:bc-theme-primary-100:focus-within {
1324
+ border-color: var(--theme-primary-100) !important;
1325
+ }
1326
+
1327
+ .fc-theme-primary-100,
1328
+ .h\\\\:fc-theme-primary-100:hover,
1329
+ .f\\\\:fc-theme-primary-100:focus,
1330
+ .f\\\\:fc-theme-primary-100:focus-within {
1331
+ color: var(--theme-primary-100) !important;
1332
+ }
1333
+
1334
+ .bg-theme-primary-200,
1335
+ .h\\\\:bg-theme-primary-200:hover,
1336
+ .f\\\\:bg-theme-primary-200:focus,
1337
+ .f\\\\:bg-theme-primary-200:focus-within {
1338
+ background-color: var(--theme-primary-200) !important;
1339
+ }
1340
+
1341
+ .bc-theme-primary-200,
1342
+ .h\\\\:bc-theme-primary-200:hover,
1343
+ .f\\\\:bc-theme-primary-200:focus,
1344
+ .f\\\\:bc-theme-primary-200:focus-within {
1345
+ border-color: var(--theme-primary-200) !important;
1346
+ }
1347
+
1348
+ .fc-theme-primary-200,
1349
+ .h\\\\:fc-theme-primary-200:hover,
1350
+ .f\\\\:fc-theme-primary-200:focus,
1351
+ .f\\\\:fc-theme-primary-200:focus-within {
1352
+ color: var(--theme-primary-200) !important;
1353
+ }
1354
+
1355
+ .bg-theme-primary-300,
1356
+ .h\\\\:bg-theme-primary-300:hover,
1357
+ .f\\\\:bg-theme-primary-300:focus,
1358
+ .f\\\\:bg-theme-primary-300:focus-within {
1359
+ background-color: var(--theme-primary-300) !important;
1360
+ }
1361
+
1362
+ .bc-theme-primary-300,
1363
+ .h\\\\:bc-theme-primary-300:hover,
1364
+ .f\\\\:bc-theme-primary-300:focus,
1365
+ .f\\\\:bc-theme-primary-300:focus-within {
1366
+ border-color: var(--theme-primary-300) !important;
1367
+ }
1368
+
1369
+ .fc-theme-primary-300,
1370
+ .h\\\\:fc-theme-primary-300:hover,
1371
+ .f\\\\:fc-theme-primary-300:focus,
1372
+ .f\\\\:fc-theme-primary-300:focus-within {
1373
+ color: var(--theme-primary-300) !important;
1374
+ }
1375
+
1376
+ .bg-theme-primary-400,
1377
+ .h\\\\:bg-theme-primary-400:hover,
1378
+ .f\\\\:bg-theme-primary-400:focus,
1379
+ .f\\\\:bg-theme-primary-400:focus-within {
1380
+ background-color: var(--theme-primary-400) !important;
1381
+ }
1382
+
1383
+ .bc-theme-primary-400,
1384
+ .h\\\\:bc-theme-primary-400:hover,
1385
+ .f\\\\:bc-theme-primary-400:focus,
1386
+ .f\\\\:bc-theme-primary-400:focus-within {
1387
+ border-color: var(--theme-primary-400) !important;
1388
+ }
1389
+
1390
+ .fc-theme-primary-400,
1391
+ .h\\\\:fc-theme-primary-400:hover,
1392
+ .f\\\\:fc-theme-primary-400:focus,
1393
+ .f\\\\:fc-theme-primary-400:focus-within {
1394
+ color: var(--theme-primary-400) !important;
1395
+ }
1396
+
1397
+ .bg-theme-primary-500,
1398
+ .h\\\\:bg-theme-primary-500:hover,
1399
+ .f\\\\:bg-theme-primary-500:focus,
1400
+ .f\\\\:bg-theme-primary-500:focus-within {
1401
+ background-color: var(--theme-primary-500) !important;
1402
+ }
1403
+
1404
+ .bc-theme-primary-500,
1405
+ .h\\\\:bc-theme-primary-500:hover,
1406
+ .f\\\\:bc-theme-primary-500:focus,
1407
+ .f\\\\:bc-theme-primary-500:focus-within {
1408
+ border-color: var(--theme-primary-500) !important;
1409
+ }
1410
+
1411
+ .fc-theme-primary-500,
1412
+ .h\\\\:fc-theme-primary-500:hover,
1413
+ .f\\\\:fc-theme-primary-500:focus,
1414
+ .f\\\\:fc-theme-primary-500:focus-within {
1415
+ color: var(--theme-primary-500) !important;
1416
+ }
1417
+
1418
+ .bg-theme-primary-600,
1419
+ .h\\\\:bg-theme-primary-600:hover,
1420
+ .f\\\\:bg-theme-primary-600:focus,
1421
+ .f\\\\:bg-theme-primary-600:focus-within {
1422
+ background-color: var(--theme-primary-600) !important;
1423
+ }
1424
+
1425
+ .bc-theme-primary-600,
1426
+ .h\\\\:bc-theme-primary-600:hover,
1427
+ .f\\\\:bc-theme-primary-600:focus,
1428
+ .f\\\\:bc-theme-primary-600:focus-within {
1429
+ border-color: var(--theme-primary-600) !important;
1430
+ }
1431
+
1432
+ .fc-theme-primary-600,
1433
+ .h\\\\:fc-theme-primary-600:hover,
1434
+ .f\\\\:fc-theme-primary-600:focus,
1435
+ .f\\\\:fc-theme-primary-600:focus-within {
1436
+ color: var(--theme-primary-600) !important;
1437
+ }
1438
+
1439
+ .bg-theme-secondary,
1440
+ .h\\\\:bg-theme-secondary:hover,
1441
+ .f\\\\:bg-theme-secondary:focus,
1442
+ .f\\\\:bg-theme-secondary:focus-within {
1443
+ background-color: var(--theme-secondary) !important;
1444
+ }
1445
+
1446
+ .bc-theme-secondary,
1447
+ .h\\\\:bc-theme-secondary:hover,
1448
+ .f\\\\:bc-theme-secondary:focus,
1449
+ .f\\\\:bc-theme-secondary:focus-within {
1450
+ border-color: var(--theme-secondary) !important;
1451
+ }
1452
+
1453
+ .fc-theme-secondary,
1454
+ .h\\\\:fc-theme-secondary:hover,
1455
+ .f\\\\:fc-theme-secondary:focus,
1456
+ .f\\\\:fc-theme-secondary:focus-within {
1457
+ color: var(--theme-secondary) !important;
1458
+ }
1459
+
1460
+ .bg-theme-secondary-100,
1461
+ .h\\\\:bg-theme-secondary-100:hover,
1462
+ .f\\\\:bg-theme-secondary-100:focus,
1463
+ .f\\\\:bg-theme-secondary-100:focus-within {
1464
+ background-color: var(--theme-secondary-100) !important;
1465
+ }
1466
+
1467
+ .bc-theme-secondary-100,
1468
+ .h\\\\:bc-theme-secondary-100:hover,
1469
+ .f\\\\:bc-theme-secondary-100:focus,
1470
+ .f\\\\:bc-theme-secondary-100:focus-within {
1471
+ border-color: var(--theme-secondary-100) !important;
1472
+ }
1473
+
1474
+ .fc-theme-secondary-100,
1475
+ .h\\\\:fc-theme-secondary-100:hover,
1476
+ .f\\\\:fc-theme-secondary-100:focus,
1477
+ .f\\\\:fc-theme-secondary-100:focus-within {
1478
+ color: var(--theme-secondary-100) !important;
1479
+ }
1480
+
1481
+ .bg-theme-secondary-200,
1482
+ .h\\\\:bg-theme-secondary-200:hover,
1483
+ .f\\\\:bg-theme-secondary-200:focus,
1484
+ .f\\\\:bg-theme-secondary-200:focus-within {
1485
+ background-color: var(--theme-secondary-200) !important;
1486
+ }
1487
+
1488
+ .bc-theme-secondary-200,
1489
+ .h\\\\:bc-theme-secondary-200:hover,
1490
+ .f\\\\:bc-theme-secondary-200:focus,
1491
+ .f\\\\:bc-theme-secondary-200:focus-within {
1492
+ border-color: var(--theme-secondary-200) !important;
1493
+ }
1494
+
1495
+ .fc-theme-secondary-200,
1496
+ .h\\\\:fc-theme-secondary-200:hover,
1497
+ .f\\\\:fc-theme-secondary-200:focus,
1498
+ .f\\\\:fc-theme-secondary-200:focus-within {
1499
+ color: var(--theme-secondary-200) !important;
1500
+ }
1501
+
1502
+ .bg-theme-secondary-300,
1503
+ .h\\\\:bg-theme-secondary-300:hover,
1504
+ .f\\\\:bg-theme-secondary-300:focus,
1505
+ .f\\\\:bg-theme-secondary-300:focus-within {
1506
+ background-color: var(--theme-secondary-300) !important;
1507
+ }
1508
+
1509
+ .bc-theme-secondary-300,
1510
+ .h\\\\:bc-theme-secondary-300:hover,
1511
+ .f\\\\:bc-theme-secondary-300:focus,
1512
+ .f\\\\:bc-theme-secondary-300:focus-within {
1513
+ border-color: var(--theme-secondary-300) !important;
1514
+ }
1515
+
1516
+ .fc-theme-secondary-300,
1517
+ .h\\\\:fc-theme-secondary-300:hover,
1518
+ .f\\\\:fc-theme-secondary-300:focus,
1519
+ .f\\\\:fc-theme-secondary-300:focus-within {
1520
+ color: var(--theme-secondary-300) !important;
1521
+ }
1522
+
1523
+ .bg-theme-secondary-400,
1524
+ .h\\\\:bg-theme-secondary-400:hover,
1525
+ .f\\\\:bg-theme-secondary-400:focus,
1526
+ .f\\\\:bg-theme-secondary-400:focus-within {
1527
+ background-color: var(--theme-secondary-400) !important;
1528
+ }
1529
+
1530
+ .bc-theme-secondary-400,
1531
+ .h\\\\:bc-theme-secondary-400:hover,
1532
+ .f\\\\:bc-theme-secondary-400:focus,
1533
+ .f\\\\:bc-theme-secondary-400:focus-within {
1534
+ border-color: var(--theme-secondary-400) !important;
1535
+ }
1536
+
1537
+ .fc-theme-secondary-400,
1538
+ .h\\\\:fc-theme-secondary-400:hover,
1539
+ .f\\\\:fc-theme-secondary-400:focus,
1540
+ .f\\\\:fc-theme-secondary-400:focus-within {
1541
+ color: var(--theme-secondary-400) !important;
1542
+ }
1543
+
1544
+ .bg-theme-secondary-500,
1545
+ .h\\\\:bg-theme-secondary-500:hover,
1546
+ .f\\\\:bg-theme-secondary-500:focus,
1547
+ .f\\\\:bg-theme-secondary-500:focus-within {
1548
+ background-color: var(--theme-secondary-500) !important;
1549
+ }
1550
+
1551
+ .bc-theme-secondary-500,
1552
+ .h\\\\:bc-theme-secondary-500:hover,
1553
+ .f\\\\:bc-theme-secondary-500:focus,
1554
+ .f\\\\:bc-theme-secondary-500:focus-within {
1555
+ border-color: var(--theme-secondary-500) !important;
1556
+ }
1557
+
1558
+ .fc-theme-secondary-500,
1559
+ .h\\\\:fc-theme-secondary-500:hover,
1560
+ .f\\\\:fc-theme-secondary-500:focus,
1561
+ .f\\\\:fc-theme-secondary-500:focus-within {
1562
+ color: var(--theme-secondary-500) !important;
1563
+ }
1564
+
1565
+ .bg-theme-secondary-600,
1566
+ .h\\\\:bg-theme-secondary-600:hover,
1567
+ .f\\\\:bg-theme-secondary-600:focus,
1568
+ .f\\\\:bg-theme-secondary-600:focus-within {
1569
+ background-color: var(--theme-secondary-600) !important;
1570
+ }
1571
+
1572
+ .bc-theme-secondary-600,
1573
+ .h\\\\:bc-theme-secondary-600:hover,
1574
+ .f\\\\:bc-theme-secondary-600:focus,
1575
+ .f\\\\:bc-theme-secondary-600:focus-within {
1576
+ border-color: var(--theme-secondary-600) !important;
1577
+ }
1578
+
1579
+ .fc-theme-secondary-600,
1580
+ .h\\\\:fc-theme-secondary-600:hover,
1581
+ .f\\\\:fc-theme-secondary-600:focus,
1582
+ .f\\\\:fc-theme-secondary-600:focus-within {
1583
+ color: var(--theme-secondary-600) !important;
1584
+ }
1585
+
1586
+ @media (prefers-color-scheme: dark) {
1587
+ body.theme-system .d\\\\:bg-white {
1588
+ background-color: var(--white) !important;
1589
+ }
1590
+
1591
+ body.theme-system .d\\\\:fc-white {
1592
+ color: var(--white) !important;
1593
+ }
1594
+
1595
+ body.theme-system .d\\\\:bg-black-050 {
1596
+ background-color: var(--black-050) !important;
1597
+ }
1598
+
1599
+ body.theme-system .d\\\\:fc-black-050 {
1600
+ color: var(--black-050) !important;
1601
+ }
1602
+
1603
+ body.theme-system .d\\\\:bg-black-100 {
1604
+ background-color: var(--black-100) !important;
1605
+ }
1606
+
1607
+ body.theme-system .d\\\\:fc-black-100 {
1608
+ color: var(--black-100) !important;
1609
+ }
1610
+
1611
+ body.theme-system .d\\\\:bg-black-150 {
1612
+ background-color: var(--black-150) !important;
1613
+ }
1614
+
1615
+ body.theme-system .d\\\\:fc-black-150 {
1616
+ color: var(--black-150) !important;
1617
+ }
1618
+
1619
+ body.theme-system .d\\\\:bg-black-200 {
1620
+ background-color: var(--black-200) !important;
1621
+ }
1622
+
1623
+ body.theme-system .d\\\\:fc-black-200 {
1624
+ color: var(--black-200) !important;
1625
+ }
1626
+
1627
+ body.theme-system .d\\\\:bg-black-225 {
1628
+ background-color: var(--black-225) !important;
1629
+ }
1630
+
1631
+ body.theme-system .d\\\\:fc-black-225 {
1632
+ color: var(--black-225) !important;
1633
+ }
1634
+
1635
+ body.theme-system .d\\\\:bg-black-250 {
1636
+ background-color: var(--black-250) !important;
1637
+ }
1638
+
1639
+ body.theme-system .d\\\\:fc-black-250 {
1640
+ color: var(--black-250) !important;
1641
+ }
1642
+
1643
+ body.theme-system .d\\\\:bg-black-300 {
1644
+ background-color: var(--black-300) !important;
1645
+ }
1646
+
1647
+ body.theme-system .d\\\\:fc-black-300 {
1648
+ color: var(--black-300) !important;
1649
+ }
1650
+
1651
+ body.theme-system .d\\\\:bg-black-350 {
1652
+ background-color: var(--black-350) !important;
1653
+ }
1654
+
1655
+ body.theme-system .d\\\\:fc-black-350 {
1656
+ color: var(--black-350) !important;
1657
+ }
1658
+
1659
+ body.theme-system .d\\\\:bg-black-400 {
1660
+ background-color: var(--black-400) !important;
1661
+ }
1662
+
1663
+ body.theme-system .d\\\\:fc-black-400 {
1664
+ color: var(--black-400) !important;
1665
+ }
1666
+
1667
+ body.theme-system .d\\\\:bg-black-500 {
1668
+ background-color: var(--black-500) !important;
1669
+ }
1670
+
1671
+ body.theme-system .d\\\\:fc-black-500 {
1672
+ color: var(--black-500) !important;
1673
+ }
1674
+
1675
+ body.theme-system .d\\\\:bg-black-600 {
1676
+ background-color: var(--black-600) !important;
1677
+ }
1678
+
1679
+ body.theme-system .d\\\\:fc-black-600 {
1680
+ color: var(--black-600) !important;
1681
+ }
1682
+
1683
+ body.theme-system .d\\\\:bg-black {
1684
+ background-color: var(--black) !important;
1685
+ }
1686
+
1687
+ body.theme-system .d\\\\:fc-black {
1688
+ color: var(--black) !important;
1689
+ }
1690
+
1691
+ body.theme-system .d\\\\:bg-orange-100 {
1692
+ background-color: var(--orange-100) !important;
1693
+ }
1694
+
1695
+ body.theme-system .d\\\\:fc-orange-100 {
1696
+ color: var(--orange-100) !important;
1697
+ }
1698
+
1699
+ body.theme-system .d\\\\:bg-orange-200 {
1700
+ background-color: var(--orange-200) !important;
1701
+ }
1702
+
1703
+ body.theme-system .d\\\\:fc-orange-200 {
1704
+ color: var(--orange-200) !important;
1705
+ }
1706
+
1707
+ body.theme-system .d\\\\:bg-orange-300 {
1708
+ background-color: var(--orange-300) !important;
1709
+ }
1710
+
1711
+ body.theme-system .d\\\\:fc-orange-300 {
1712
+ color: var(--orange-300) !important;
1713
+ }
1714
+
1715
+ body.theme-system .d\\\\:bg-orange-400 {
1716
+ background-color: var(--orange-400) !important;
1717
+ }
1718
+
1719
+ body.theme-system .d\\\\:fc-orange-400 {
1720
+ color: var(--orange-400) !important;
1721
+ }
1722
+
1723
+ body.theme-system .d\\\\:bg-orange-500 {
1724
+ background-color: var(--orange-500) !important;
1725
+ }
1726
+
1727
+ body.theme-system .d\\\\:fc-orange-500 {
1728
+ color: var(--orange-500) !important;
1729
+ }
1730
+
1731
+ body.theme-system .d\\\\:bg-orange-600 {
1732
+ background-color: var(--orange-600) !important;
1733
+ }
1734
+
1735
+ body.theme-system .d\\\\:fc-orange-600 {
1736
+ color: var(--orange-600) !important;
1737
+ }
1738
+
1739
+ body.theme-system .d\\\\:bg-blue-100 {
1740
+ background-color: var(--blue-100) !important;
1741
+ }
1742
+
1743
+ body.theme-system .d\\\\:fc-blue-100 {
1744
+ color: var(--blue-100) !important;
1745
+ }
1746
+
1747
+ body.theme-system .d\\\\:bg-blue-200 {
1748
+ background-color: var(--blue-200) !important;
1749
+ }
1750
+
1751
+ body.theme-system .d\\\\:fc-blue-200 {
1752
+ color: var(--blue-200) !important;
1753
+ }
1754
+
1755
+ body.theme-system .d\\\\:bg-blue-300 {
1756
+ background-color: var(--blue-300) !important;
1757
+ }
1758
+
1759
+ body.theme-system .d\\\\:fc-blue-300 {
1760
+ color: var(--blue-300) !important;
1761
+ }
1762
+
1763
+ body.theme-system .d\\\\:bg-blue-400 {
1764
+ background-color: var(--blue-400) !important;
1765
+ }
1766
+
1767
+ body.theme-system .d\\\\:fc-blue-400 {
1768
+ color: var(--blue-400) !important;
1769
+ }
1770
+
1771
+ body.theme-system .d\\\\:bg-blue-500 {
1772
+ background-color: var(--blue-500) !important;
1773
+ }
1774
+
1775
+ body.theme-system .d\\\\:fc-blue-500 {
1776
+ color: var(--blue-500) !important;
1777
+ }
1778
+
1779
+ body.theme-system .d\\\\:bg-blue-600 {
1780
+ background-color: var(--blue-600) !important;
1781
+ }
1782
+
1783
+ body.theme-system .d\\\\:fc-blue-600 {
1784
+ color: var(--blue-600) !important;
1785
+ }
1786
+
1787
+ body.theme-system .d\\\\:bg-green-100 {
1788
+ background-color: var(--green-100) !important;
1789
+ }
1790
+
1791
+ body.theme-system .d\\\\:fc-green-100 {
1792
+ color: var(--green-100) !important;
1793
+ }
1794
+
1795
+ body.theme-system .d\\\\:bg-green-200 {
1796
+ background-color: var(--green-200) !important;
1797
+ }
1798
+
1799
+ body.theme-system .d\\\\:fc-green-200 {
1800
+ color: var(--green-200) !important;
1801
+ }
1802
+
1803
+ body.theme-system .d\\\\:bg-green-300 {
1804
+ background-color: var(--green-300) !important;
1805
+ }
1806
+
1807
+ body.theme-system .d\\\\:fc-green-300 {
1808
+ color: var(--green-300) !important;
1809
+ }
1810
+
1811
+ body.theme-system .d\\\\:bg-green-400 {
1812
+ background-color: var(--green-400) !important;
1813
+ }
1814
+
1815
+ body.theme-system .d\\\\:fc-green-400 {
1816
+ color: var(--green-400) !important;
1817
+ }
1818
+
1819
+ body.theme-system .d\\\\:bg-green-500 {
1820
+ background-color: var(--green-500) !important;
1821
+ }
1822
+
1823
+ body.theme-system .d\\\\:fc-green-500 {
1824
+ color: var(--green-500) !important;
1825
+ }
1826
+
1827
+ body.theme-system .d\\\\:bg-green-600 {
1828
+ background-color: var(--green-600) !important;
1829
+ }
1830
+
1831
+ body.theme-system .d\\\\:fc-green-600 {
1832
+ color: var(--green-600) !important;
1833
+ }
1834
+
1835
+ body.theme-system .d\\\\:bg-red-100 {
1836
+ background-color: var(--red-100) !important;
1837
+ }
1838
+
1839
+ body.theme-system .d\\\\:fc-red-100 {
1840
+ color: var(--red-100) !important;
1841
+ }
1842
+
1843
+ body.theme-system .d\\\\:bg-red-200 {
1844
+ background-color: var(--red-200) !important;
1845
+ }
1846
+
1847
+ body.theme-system .d\\\\:fc-red-200 {
1848
+ color: var(--red-200) !important;
1849
+ }
1850
+
1851
+ body.theme-system .d\\\\:bg-red-300 {
1852
+ background-color: var(--red-300) !important;
1853
+ }
1854
+
1855
+ body.theme-system .d\\\\:fc-red-300 {
1856
+ color: var(--red-300) !important;
1857
+ }
1858
+
1859
+ body.theme-system .d\\\\:bg-red-400 {
1860
+ background-color: var(--red-400) !important;
1861
+ }
1862
+
1863
+ body.theme-system .d\\\\:fc-red-400 {
1864
+ color: var(--red-400) !important;
1865
+ }
1866
+
1867
+ body.theme-system .d\\\\:bg-red-500 {
1868
+ background-color: var(--red-500) !important;
1869
+ }
1870
+
1871
+ body.theme-system .d\\\\:fc-red-500 {
1872
+ color: var(--red-500) !important;
1873
+ }
1874
+
1875
+ body.theme-system .d\\\\:bg-red-600 {
1876
+ background-color: var(--red-600) !important;
1877
+ }
1878
+
1879
+ body.theme-system .d\\\\:fc-red-600 {
1880
+ color: var(--red-600) !important;
1881
+ }
1882
+
1883
+ body.theme-system .d\\\\:bg-yellow-100 {
1884
+ background-color: var(--yellow-100) !important;
1885
+ }
1886
+
1887
+ body.theme-system .d\\\\:fc-yellow-100 {
1888
+ color: var(--yellow-100) !important;
1889
+ }
1890
+
1891
+ body.theme-system .d\\\\:bg-yellow-200 {
1892
+ background-color: var(--yellow-200) !important;
1893
+ }
1894
+
1895
+ body.theme-system .d\\\\:fc-yellow-200 {
1896
+ color: var(--yellow-200) !important;
1897
+ }
1898
+
1899
+ body.theme-system .d\\\\:bg-yellow-300 {
1900
+ background-color: var(--yellow-300) !important;
1901
+ }
1902
+
1903
+ body.theme-system .d\\\\:fc-yellow-300 {
1904
+ color: var(--yellow-300) !important;
1905
+ }
1906
+
1907
+ body.theme-system .d\\\\:bg-yellow-400 {
1908
+ background-color: var(--yellow-400) !important;
1909
+ }
1910
+
1911
+ body.theme-system .d\\\\:fc-yellow-400 {
1912
+ color: var(--yellow-400) !important;
1913
+ }
1914
+
1915
+ body.theme-system .d\\\\:bg-yellow-500 {
1916
+ background-color: var(--yellow-500) !important;
1917
+ }
1918
+
1919
+ body.theme-system .d\\\\:fc-yellow-500 {
1920
+ color: var(--yellow-500) !important;
1921
+ }
1922
+
1923
+ body.theme-system .d\\\\:bg-yellow-600 {
1924
+ background-color: var(--yellow-600) !important;
1925
+ }
1926
+
1927
+ body.theme-system .d\\\\:fc-yellow-600 {
1928
+ color: var(--yellow-600) !important;
1929
+ }
1930
+
1931
+ body.theme-system .d\\\\:bg-gold-100 {
1932
+ background-color: var(--gold-100) !important;
1933
+ }
1934
+
1935
+ body.theme-system .d\\\\:fc-gold-100 {
1936
+ color: var(--gold-100) !important;
1937
+ }
1938
+
1939
+ body.theme-system .d\\\\:bg-gold-200 {
1940
+ background-color: var(--gold-200) !important;
1941
+ }
1942
+
1943
+ body.theme-system .d\\\\:fc-gold-200 {
1944
+ color: var(--gold-200) !important;
1945
+ }
1946
+
1947
+ body.theme-system .d\\\\:bg-gold-300 {
1948
+ background-color: var(--gold-300) !important;
1949
+ }
1950
+
1951
+ body.theme-system .d\\\\:fc-gold-300 {
1952
+ color: var(--gold-300) !important;
1953
+ }
1954
+
1955
+ body.theme-system .d\\\\:bg-gold-400 {
1956
+ background-color: var(--gold-400) !important;
1957
+ }
1958
+
1959
+ body.theme-system .d\\\\:fc-gold-400 {
1960
+ color: var(--gold-400) !important;
1961
+ }
1962
+
1963
+ body.theme-system .d\\\\:bg-silver-100 {
1964
+ background-color: var(--silver-100) !important;
1965
+ }
1966
+
1967
+ body.theme-system .d\\\\:fc-silver-100 {
1968
+ color: var(--silver-100) !important;
1969
+ }
1970
+
1971
+ body.theme-system .d\\\\:bg-silver-200 {
1972
+ background-color: var(--silver-200) !important;
1973
+ }
1974
+
1975
+ body.theme-system .d\\\\:fc-silver-200 {
1976
+ color: var(--silver-200) !important;
1977
+ }
1978
+
1979
+ body.theme-system .d\\\\:bg-silver-300 {
1980
+ background-color: var(--silver-300) !important;
1981
+ }
1982
+
1983
+ body.theme-system .d\\\\:fc-silver-300 {
1984
+ color: var(--silver-300) !important;
1985
+ }
1986
+
1987
+ body.theme-system .d\\\\:bg-silver-400 {
1988
+ background-color: var(--silver-400) !important;
1989
+ }
1990
+
1991
+ body.theme-system .d\\\\:fc-silver-400 {
1992
+ color: var(--silver-400) !important;
1993
+ }
1994
+
1995
+ body.theme-system .d\\\\:bg-bronze-100 {
1996
+ background-color: var(--bronze-100) !important;
1997
+ }
1998
+
1999
+ body.theme-system .d\\\\:fc-bronze-100 {
2000
+ color: var(--bronze-100) !important;
2001
+ }
2002
+
2003
+ body.theme-system .d\\\\:bg-bronze-200 {
2004
+ background-color: var(--bronze-200) !important;
2005
+ }
2006
+
2007
+ body.theme-system .d\\\\:fc-bronze-200 {
2008
+ color: var(--bronze-200) !important;
2009
+ }
2010
+
2011
+ body.theme-system .d\\\\:bg-bronze-300 {
2012
+ background-color: var(--bronze-300) !important;
2013
+ }
2014
+
2015
+ body.theme-system .d\\\\:fc-bronze-300 {
2016
+ color: var(--bronze-300) !important;
2017
+ }
2018
+
2019
+ body.theme-system .d\\\\:bg-bronze-400 {
2020
+ background-color: var(--bronze-400) !important;
2021
+ }
2022
+
2023
+ body.theme-system .d\\\\:fc-bronze-400 {
2024
+ color: var(--bronze-400) !important;
2025
+ }
2026
+
2027
+ body.theme-system .d\\\\:fc-light {
2028
+ color: var(--fc-light) !important;
2029
+ }
2030
+
2031
+ body.theme-system .d\\\\:fc-medium {
2032
+ color: var(--fc-medium) !important;
2033
+ }
2034
+
2035
+ body.theme-system .d\\\\:fc-dark {
2036
+ color: var(--fc-dark) !important;
2037
+ }
2038
+
2039
+ body.theme-system .d\\\\:fc-error {
2040
+ color: var(--fc-error) !important;
2041
+ }
2042
+
2043
+ body.theme-system .d\\\\:fc-danger {
2044
+ color: var(--fc-danger) !important;
2045
+ }
2046
+
2047
+ body.theme-system .d\\\\:fc-success {
2048
+ color: var(--fc-success) !important;
2049
+ }
2050
+
2051
+ body.theme-system .d\\\\:fc-warning {
2052
+ color: var(--fc-warning) !important;
2053
+ }
2054
+
2055
+ body.theme-system .d\\\\:bg-error {
2056
+ background-color: var(--bg-error) !important;
2057
+ }
2058
+
2059
+ body.theme-system .d\\\\:bg-danger {
2060
+ background-color: var(--bg-danger) !important;
2061
+ }
2062
+
2063
+ body.theme-system .d\\\\:bg-success {
2064
+ background-color: var(--bg-success) !important;
2065
+ }
2066
+
2067
+ body.theme-system .d\\\\:bg-warning {
2068
+ background-color: var(--bg-warning) !important;
2069
+ }
2070
+
2071
+ body.theme-system .bg-transparent,
2072
+ body.theme-system .h\\\\:bg-transparent:hover,
2073
+ body.theme-system .f\\\\:bg-transparent:focus,
2074
+ body.theme-system .f\\\\:bg-transparent:focus-within {
2075
+ background-color: transparent !important;
2076
+ }
2077
+
2078
+ body.theme-system .bc-transparent,
2079
+ body.theme-system .h\\\\:bc-transparent:hover,
2080
+ body.theme-system .f\\\\:bc-transparent:focus,
2081
+ body.theme-system .f\\\\:bc-transparent:focus-within {
2082
+ border-color: transparent !important;
2083
+ }
2084
+
2085
+ body.theme-system .bg-inherit,
2086
+ body.theme-system .h\\\\:bg-inherit:hover,
2087
+ body.theme-system .f\\\\:bg-inherit:focus,
2088
+ body.theme-system .f\\\\:bg-inherit:focus-within {
2089
+ background-color: inherit !important;
2090
+ }
2091
+
2092
+ body.theme-system .bc-inherit,
2093
+ body.theme-system .h\\\\:bc-inherit:hover,
2094
+ body.theme-system .f\\\\:bc-inherit:focus,
2095
+ body.theme-system .f\\\\:bc-inherit:focus-within {
2096
+ border-color: inherit !important;
2097
+ }
2098
+ }
2099
+
2100
+ body.theme-dark .d\\\\:bg-white,
2101
+ .theme-dark__forced .d\\\\:bg-white,
2102
+ body.theme-system .theme-dark__forced .d\\\\:bg-white {
2103
+ background-color: var(--white) !important;
2104
+ }
2105
+
2106
+ body.theme-dark .d\\\\:fc-white,
2107
+ .theme-dark__forced .d\\\\:fc-white,
2108
+ body.theme-system .theme-dark__forced .d\\\\:fc-white {
2109
+ color: var(--white) !important;
2110
+ }
2111
+
2112
+ body.theme-dark .d\\\\:bg-black-050,
2113
+ .theme-dark__forced .d\\\\:bg-black-050,
2114
+ body.theme-system .theme-dark__forced .d\\\\:bg-black-050 {
2115
+ background-color: var(--black-050) !important;
2116
+ }
2117
+
2118
+ body.theme-dark .d\\\\:fc-black-050,
2119
+ .theme-dark__forced .d\\\\:fc-black-050,
2120
+ body.theme-system .theme-dark__forced .d\\\\:fc-black-050 {
2121
+ color: var(--black-050) !important;
2122
+ }
2123
+
2124
+ body.theme-dark .d\\\\:bg-black-100,
2125
+ .theme-dark__forced .d\\\\:bg-black-100,
2126
+ body.theme-system .theme-dark__forced .d\\\\:bg-black-100 {
2127
+ background-color: var(--black-100) !important;
2128
+ }
2129
+
2130
+ body.theme-dark .d\\\\:fc-black-100,
2131
+ .theme-dark__forced .d\\\\:fc-black-100,
2132
+ body.theme-system .theme-dark__forced .d\\\\:fc-black-100 {
2133
+ color: var(--black-100) !important;
2134
+ }
2135
+
2136
+ body.theme-dark .d\\\\:bg-black-150,
2137
+ .theme-dark__forced .d\\\\:bg-black-150,
2138
+ body.theme-system .theme-dark__forced .d\\\\:bg-black-150 {
2139
+ background-color: var(--black-150) !important;
2140
+ }
2141
+
2142
+ body.theme-dark .d\\\\:fc-black-150,
2143
+ .theme-dark__forced .d\\\\:fc-black-150,
2144
+ body.theme-system .theme-dark__forced .d\\\\:fc-black-150 {
2145
+ color: var(--black-150) !important;
2146
+ }
2147
+
2148
+ body.theme-dark .d\\\\:bg-black-200,
2149
+ .theme-dark__forced .d\\\\:bg-black-200,
2150
+ body.theme-system .theme-dark__forced .d\\\\:bg-black-200 {
2151
+ background-color: var(--black-200) !important;
2152
+ }
2153
+
2154
+ body.theme-dark .d\\\\:fc-black-200,
2155
+ .theme-dark__forced .d\\\\:fc-black-200,
2156
+ body.theme-system .theme-dark__forced .d\\\\:fc-black-200 {
2157
+ color: var(--black-200) !important;
2158
+ }
2159
+
2160
+ body.theme-dark .d\\\\:bg-black-225,
2161
+ .theme-dark__forced .d\\\\:bg-black-225,
2162
+ body.theme-system .theme-dark__forced .d\\\\:bg-black-225 {
2163
+ background-color: var(--black-225) !important;
2164
+ }
2165
+
2166
+ body.theme-dark .d\\\\:fc-black-225,
2167
+ .theme-dark__forced .d\\\\:fc-black-225,
2168
+ body.theme-system .theme-dark__forced .d\\\\:fc-black-225 {
2169
+ color: var(--black-225) !important;
2170
+ }
2171
+
2172
+ body.theme-dark .d\\\\:bg-black-250,
2173
+ .theme-dark__forced .d\\\\:bg-black-250,
2174
+ body.theme-system .theme-dark__forced .d\\\\:bg-black-250 {
2175
+ background-color: var(--black-250) !important;
2176
+ }
2177
+
2178
+ body.theme-dark .d\\\\:fc-black-250,
2179
+ .theme-dark__forced .d\\\\:fc-black-250,
2180
+ body.theme-system .theme-dark__forced .d\\\\:fc-black-250 {
2181
+ color: var(--black-250) !important;
2182
+ }
2183
+
2184
+ body.theme-dark .d\\\\:bg-black-300,
2185
+ .theme-dark__forced .d\\\\:bg-black-300,
2186
+ body.theme-system .theme-dark__forced .d\\\\:bg-black-300 {
2187
+ background-color: var(--black-300) !important;
2188
+ }
2189
+
2190
+ body.theme-dark .d\\\\:fc-black-300,
2191
+ .theme-dark__forced .d\\\\:fc-black-300,
2192
+ body.theme-system .theme-dark__forced .d\\\\:fc-black-300 {
2193
+ color: var(--black-300) !important;
2194
+ }
2195
+
2196
+ body.theme-dark .d\\\\:bg-black-350,
2197
+ .theme-dark__forced .d\\\\:bg-black-350,
2198
+ body.theme-system .theme-dark__forced .d\\\\:bg-black-350 {
2199
+ background-color: var(--black-350) !important;
2200
+ }
2201
+
2202
+ body.theme-dark .d\\\\:fc-black-350,
2203
+ .theme-dark__forced .d\\\\:fc-black-350,
2204
+ body.theme-system .theme-dark__forced .d\\\\:fc-black-350 {
2205
+ color: var(--black-350) !important;
2206
+ }
2207
+
2208
+ body.theme-dark .d\\\\:bg-black-400,
2209
+ .theme-dark__forced .d\\\\:bg-black-400,
2210
+ body.theme-system .theme-dark__forced .d\\\\:bg-black-400 {
2211
+ background-color: var(--black-400) !important;
2212
+ }
2213
+
2214
+ body.theme-dark .d\\\\:fc-black-400,
2215
+ .theme-dark__forced .d\\\\:fc-black-400,
2216
+ body.theme-system .theme-dark__forced .d\\\\:fc-black-400 {
2217
+ color: var(--black-400) !important;
2218
+ }
2219
+
2220
+ body.theme-dark .d\\\\:bg-black-500,
2221
+ .theme-dark__forced .d\\\\:bg-black-500,
2222
+ body.theme-system .theme-dark__forced .d\\\\:bg-black-500 {
2223
+ background-color: var(--black-500) !important;
2224
+ }
2225
+
2226
+ body.theme-dark .d\\\\:fc-black-500,
2227
+ .theme-dark__forced .d\\\\:fc-black-500,
2228
+ body.theme-system .theme-dark__forced .d\\\\:fc-black-500 {
2229
+ color: var(--black-500) !important;
2230
+ }
2231
+
2232
+ body.theme-dark .d\\\\:bg-black-600,
2233
+ .theme-dark__forced .d\\\\:bg-black-600,
2234
+ body.theme-system .theme-dark__forced .d\\\\:bg-black-600 {
2235
+ background-color: var(--black-600) !important;
2236
+ }
2237
+
2238
+ body.theme-dark .d\\\\:fc-black-600,
2239
+ .theme-dark__forced .d\\\\:fc-black-600,
2240
+ body.theme-system .theme-dark__forced .d\\\\:fc-black-600 {
2241
+ color: var(--black-600) !important;
2242
+ }
2243
+
2244
+ body.theme-dark .d\\\\:bg-black,
2245
+ .theme-dark__forced .d\\\\:bg-black,
2246
+ body.theme-system .theme-dark__forced .d\\\\:bg-black {
2247
+ background-color: var(--black) !important;
2248
+ }
2249
+
2250
+ body.theme-dark .d\\\\:fc-black,
2251
+ .theme-dark__forced .d\\\\:fc-black,
2252
+ body.theme-system .theme-dark__forced .d\\\\:fc-black {
2253
+ color: var(--black) !important;
2254
+ }
2255
+
2256
+ body.theme-dark .d\\\\:bg-orange-100,
2257
+ .theme-dark__forced .d\\\\:bg-orange-100,
2258
+ body.theme-system .theme-dark__forced .d\\\\:bg-orange-100 {
2259
+ background-color: var(--orange-100) !important;
2260
+ }
2261
+
2262
+ body.theme-dark .d\\\\:fc-orange-100,
2263
+ .theme-dark__forced .d\\\\:fc-orange-100,
2264
+ body.theme-system .theme-dark__forced .d\\\\:fc-orange-100 {
2265
+ color: var(--orange-100) !important;
2266
+ }
2267
+
2268
+ body.theme-dark .d\\\\:bg-orange-200,
2269
+ .theme-dark__forced .d\\\\:bg-orange-200,
2270
+ body.theme-system .theme-dark__forced .d\\\\:bg-orange-200 {
2271
+ background-color: var(--orange-200) !important;
2272
+ }
2273
+
2274
+ body.theme-dark .d\\\\:fc-orange-200,
2275
+ .theme-dark__forced .d\\\\:fc-orange-200,
2276
+ body.theme-system .theme-dark__forced .d\\\\:fc-orange-200 {
2277
+ color: var(--orange-200) !important;
2278
+ }
2279
+
2280
+ body.theme-dark .d\\\\:bg-orange-300,
2281
+ .theme-dark__forced .d\\\\:bg-orange-300,
2282
+ body.theme-system .theme-dark__forced .d\\\\:bg-orange-300 {
2283
+ background-color: var(--orange-300) !important;
2284
+ }
2285
+
2286
+ body.theme-dark .d\\\\:fc-orange-300,
2287
+ .theme-dark__forced .d\\\\:fc-orange-300,
2288
+ body.theme-system .theme-dark__forced .d\\\\:fc-orange-300 {
2289
+ color: var(--orange-300) !important;
2290
+ }
2291
+
2292
+ body.theme-dark .d\\\\:bg-orange-400,
2293
+ .theme-dark__forced .d\\\\:bg-orange-400,
2294
+ body.theme-system .theme-dark__forced .d\\\\:bg-orange-400 {
2295
+ background-color: var(--orange-400) !important;
2296
+ }
2297
+
2298
+ body.theme-dark .d\\\\:fc-orange-400,
2299
+ .theme-dark__forced .d\\\\:fc-orange-400,
2300
+ body.theme-system .theme-dark__forced .d\\\\:fc-orange-400 {
2301
+ color: var(--orange-400) !important;
2302
+ }
2303
+
2304
+ body.theme-dark .d\\\\:bg-orange-500,
2305
+ .theme-dark__forced .d\\\\:bg-orange-500,
2306
+ body.theme-system .theme-dark__forced .d\\\\:bg-orange-500 {
2307
+ background-color: var(--orange-500) !important;
2308
+ }
2309
+
2310
+ body.theme-dark .d\\\\:fc-orange-500,
2311
+ .theme-dark__forced .d\\\\:fc-orange-500,
2312
+ body.theme-system .theme-dark__forced .d\\\\:fc-orange-500 {
2313
+ color: var(--orange-500) !important;
2314
+ }
2315
+
2316
+ body.theme-dark .d\\\\:bg-orange-600,
2317
+ .theme-dark__forced .d\\\\:bg-orange-600,
2318
+ body.theme-system .theme-dark__forced .d\\\\:bg-orange-600 {
2319
+ background-color: var(--orange-600) !important;
2320
+ }
2321
+
2322
+ body.theme-dark .d\\\\:fc-orange-600,
2323
+ .theme-dark__forced .d\\\\:fc-orange-600,
2324
+ body.theme-system .theme-dark__forced .d\\\\:fc-orange-600 {
2325
+ color: var(--orange-600) !important;
2326
+ }
2327
+
2328
+ body.theme-dark .d\\\\:bg-blue-100,
2329
+ .theme-dark__forced .d\\\\:bg-blue-100,
2330
+ body.theme-system .theme-dark__forced .d\\\\:bg-blue-100 {
2331
+ background-color: var(--blue-100) !important;
2332
+ }
2333
+
2334
+ body.theme-dark .d\\\\:fc-blue-100,
2335
+ .theme-dark__forced .d\\\\:fc-blue-100,
2336
+ body.theme-system .theme-dark__forced .d\\\\:fc-blue-100 {
2337
+ color: var(--blue-100) !important;
2338
+ }
2339
+
2340
+ body.theme-dark .d\\\\:bg-blue-200,
2341
+ .theme-dark__forced .d\\\\:bg-blue-200,
2342
+ body.theme-system .theme-dark__forced .d\\\\:bg-blue-200 {
2343
+ background-color: var(--blue-200) !important;
2344
+ }
2345
+
2346
+ body.theme-dark .d\\\\:fc-blue-200,
2347
+ .theme-dark__forced .d\\\\:fc-blue-200,
2348
+ body.theme-system .theme-dark__forced .d\\\\:fc-blue-200 {
2349
+ color: var(--blue-200) !important;
2350
+ }
2351
+
2352
+ body.theme-dark .d\\\\:bg-blue-300,
2353
+ .theme-dark__forced .d\\\\:bg-blue-300,
2354
+ body.theme-system .theme-dark__forced .d\\\\:bg-blue-300 {
2355
+ background-color: var(--blue-300) !important;
2356
+ }
2357
+
2358
+ body.theme-dark .d\\\\:fc-blue-300,
2359
+ .theme-dark__forced .d\\\\:fc-blue-300,
2360
+ body.theme-system .theme-dark__forced .d\\\\:fc-blue-300 {
2361
+ color: var(--blue-300) !important;
2362
+ }
2363
+
2364
+ body.theme-dark .d\\\\:bg-blue-400,
2365
+ .theme-dark__forced .d\\\\:bg-blue-400,
2366
+ body.theme-system .theme-dark__forced .d\\\\:bg-blue-400 {
2367
+ background-color: var(--blue-400) !important;
2368
+ }
2369
+
2370
+ body.theme-dark .d\\\\:fc-blue-400,
2371
+ .theme-dark__forced .d\\\\:fc-blue-400,
2372
+ body.theme-system .theme-dark__forced .d\\\\:fc-blue-400 {
2373
+ color: var(--blue-400) !important;
2374
+ }
2375
+
2376
+ body.theme-dark .d\\\\:bg-blue-500,
2377
+ .theme-dark__forced .d\\\\:bg-blue-500,
2378
+ body.theme-system .theme-dark__forced .d\\\\:bg-blue-500 {
2379
+ background-color: var(--blue-500) !important;
2380
+ }
2381
+
2382
+ body.theme-dark .d\\\\:fc-blue-500,
2383
+ .theme-dark__forced .d\\\\:fc-blue-500,
2384
+ body.theme-system .theme-dark__forced .d\\\\:fc-blue-500 {
2385
+ color: var(--blue-500) !important;
2386
+ }
2387
+
2388
+ body.theme-dark .d\\\\:bg-blue-600,
2389
+ .theme-dark__forced .d\\\\:bg-blue-600,
2390
+ body.theme-system .theme-dark__forced .d\\\\:bg-blue-600 {
2391
+ background-color: var(--blue-600) !important;
2392
+ }
2393
+
2394
+ body.theme-dark .d\\\\:fc-blue-600,
2395
+ .theme-dark__forced .d\\\\:fc-blue-600,
2396
+ body.theme-system .theme-dark__forced .d\\\\:fc-blue-600 {
2397
+ color: var(--blue-600) !important;
2398
+ }
2399
+
2400
+ body.theme-dark .d\\\\:bg-green-100,
2401
+ .theme-dark__forced .d\\\\:bg-green-100,
2402
+ body.theme-system .theme-dark__forced .d\\\\:bg-green-100 {
2403
+ background-color: var(--green-100) !important;
2404
+ }
2405
+
2406
+ body.theme-dark .d\\\\:fc-green-100,
2407
+ .theme-dark__forced .d\\\\:fc-green-100,
2408
+ body.theme-system .theme-dark__forced .d\\\\:fc-green-100 {
2409
+ color: var(--green-100) !important;
2410
+ }
2411
+
2412
+ body.theme-dark .d\\\\:bg-green-200,
2413
+ .theme-dark__forced .d\\\\:bg-green-200,
2414
+ body.theme-system .theme-dark__forced .d\\\\:bg-green-200 {
2415
+ background-color: var(--green-200) !important;
2416
+ }
2417
+
2418
+ body.theme-dark .d\\\\:fc-green-200,
2419
+ .theme-dark__forced .d\\\\:fc-green-200,
2420
+ body.theme-system .theme-dark__forced .d\\\\:fc-green-200 {
2421
+ color: var(--green-200) !important;
2422
+ }
2423
+
2424
+ body.theme-dark .d\\\\:bg-green-300,
2425
+ .theme-dark__forced .d\\\\:bg-green-300,
2426
+ body.theme-system .theme-dark__forced .d\\\\:bg-green-300 {
2427
+ background-color: var(--green-300) !important;
2428
+ }
2429
+
2430
+ body.theme-dark .d\\\\:fc-green-300,
2431
+ .theme-dark__forced .d\\\\:fc-green-300,
2432
+ body.theme-system .theme-dark__forced .d\\\\:fc-green-300 {
2433
+ color: var(--green-300) !important;
2434
+ }
2435
+
2436
+ body.theme-dark .d\\\\:bg-green-400,
2437
+ .theme-dark__forced .d\\\\:bg-green-400,
2438
+ body.theme-system .theme-dark__forced .d\\\\:bg-green-400 {
2439
+ background-color: var(--green-400) !important;
2440
+ }
2441
+
2442
+ body.theme-dark .d\\\\:fc-green-400,
2443
+ .theme-dark__forced .d\\\\:fc-green-400,
2444
+ body.theme-system .theme-dark__forced .d\\\\:fc-green-400 {
2445
+ color: var(--green-400) !important;
2446
+ }
2447
+
2448
+ body.theme-dark .d\\\\:bg-green-500,
2449
+ .theme-dark__forced .d\\\\:bg-green-500,
2450
+ body.theme-system .theme-dark__forced .d\\\\:bg-green-500 {
2451
+ background-color: var(--green-500) !important;
2452
+ }
2453
+
2454
+ body.theme-dark .d\\\\:fc-green-500,
2455
+ .theme-dark__forced .d\\\\:fc-green-500,
2456
+ body.theme-system .theme-dark__forced .d\\\\:fc-green-500 {
2457
+ color: var(--green-500) !important;
2458
+ }
2459
+
2460
+ body.theme-dark .d\\\\:bg-green-600,
2461
+ .theme-dark__forced .d\\\\:bg-green-600,
2462
+ body.theme-system .theme-dark__forced .d\\\\:bg-green-600 {
2463
+ background-color: var(--green-600) !important;
2464
+ }
2465
+
2466
+ body.theme-dark .d\\\\:fc-green-600,
2467
+ .theme-dark__forced .d\\\\:fc-green-600,
2468
+ body.theme-system .theme-dark__forced .d\\\\:fc-green-600 {
2469
+ color: var(--green-600) !important;
2470
+ }
2471
+
2472
+ body.theme-dark .d\\\\:bg-red-100,
2473
+ .theme-dark__forced .d\\\\:bg-red-100,
2474
+ body.theme-system .theme-dark__forced .d\\\\:bg-red-100 {
2475
+ background-color: var(--red-100) !important;
2476
+ }
2477
+
2478
+ body.theme-dark .d\\\\:fc-red-100,
2479
+ .theme-dark__forced .d\\\\:fc-red-100,
2480
+ body.theme-system .theme-dark__forced .d\\\\:fc-red-100 {
2481
+ color: var(--red-100) !important;
2482
+ }
2483
+
2484
+ body.theme-dark .d\\\\:bg-red-200,
2485
+ .theme-dark__forced .d\\\\:bg-red-200,
2486
+ body.theme-system .theme-dark__forced .d\\\\:bg-red-200 {
2487
+ background-color: var(--red-200) !important;
2488
+ }
2489
+
2490
+ body.theme-dark .d\\\\:fc-red-200,
2491
+ .theme-dark__forced .d\\\\:fc-red-200,
2492
+ body.theme-system .theme-dark__forced .d\\\\:fc-red-200 {
2493
+ color: var(--red-200) !important;
2494
+ }
2495
+
2496
+ body.theme-dark .d\\\\:bg-red-300,
2497
+ .theme-dark__forced .d\\\\:bg-red-300,
2498
+ body.theme-system .theme-dark__forced .d\\\\:bg-red-300 {
2499
+ background-color: var(--red-300) !important;
2500
+ }
2501
+
2502
+ body.theme-dark .d\\\\:fc-red-300,
2503
+ .theme-dark__forced .d\\\\:fc-red-300,
2504
+ body.theme-system .theme-dark__forced .d\\\\:fc-red-300 {
2505
+ color: var(--red-300) !important;
2506
+ }
2507
+
2508
+ body.theme-dark .d\\\\:bg-red-400,
2509
+ .theme-dark__forced .d\\\\:bg-red-400,
2510
+ body.theme-system .theme-dark__forced .d\\\\:bg-red-400 {
2511
+ background-color: var(--red-400) !important;
2512
+ }
2513
+
2514
+ body.theme-dark .d\\\\:fc-red-400,
2515
+ .theme-dark__forced .d\\\\:fc-red-400,
2516
+ body.theme-system .theme-dark__forced .d\\\\:fc-red-400 {
2517
+ color: var(--red-400) !important;
2518
+ }
2519
+
2520
+ body.theme-dark .d\\\\:bg-red-500,
2521
+ .theme-dark__forced .d\\\\:bg-red-500,
2522
+ body.theme-system .theme-dark__forced .d\\\\:bg-red-500 {
2523
+ background-color: var(--red-500) !important;
2524
+ }
2525
+
2526
+ body.theme-dark .d\\\\:fc-red-500,
2527
+ .theme-dark__forced .d\\\\:fc-red-500,
2528
+ body.theme-system .theme-dark__forced .d\\\\:fc-red-500 {
2529
+ color: var(--red-500) !important;
2530
+ }
2531
+
2532
+ body.theme-dark .d\\\\:bg-red-600,
2533
+ .theme-dark__forced .d\\\\:bg-red-600,
2534
+ body.theme-system .theme-dark__forced .d\\\\:bg-red-600 {
2535
+ background-color: var(--red-600) !important;
2536
+ }
2537
+
2538
+ body.theme-dark .d\\\\:fc-red-600,
2539
+ .theme-dark__forced .d\\\\:fc-red-600,
2540
+ body.theme-system .theme-dark__forced .d\\\\:fc-red-600 {
2541
+ color: var(--red-600) !important;
2542
+ }
2543
+
2544
+ body.theme-dark .d\\\\:bg-yellow-100,
2545
+ .theme-dark__forced .d\\\\:bg-yellow-100,
2546
+ body.theme-system .theme-dark__forced .d\\\\:bg-yellow-100 {
2547
+ background-color: var(--yellow-100) !important;
2548
+ }
2549
+
2550
+ body.theme-dark .d\\\\:fc-yellow-100,
2551
+ .theme-dark__forced .d\\\\:fc-yellow-100,
2552
+ body.theme-system .theme-dark__forced .d\\\\:fc-yellow-100 {
2553
+ color: var(--yellow-100) !important;
2554
+ }
2555
+
2556
+ body.theme-dark .d\\\\:bg-yellow-200,
2557
+ .theme-dark__forced .d\\\\:bg-yellow-200,
2558
+ body.theme-system .theme-dark__forced .d\\\\:bg-yellow-200 {
2559
+ background-color: var(--yellow-200) !important;
2560
+ }
2561
+
2562
+ body.theme-dark .d\\\\:fc-yellow-200,
2563
+ .theme-dark__forced .d\\\\:fc-yellow-200,
2564
+ body.theme-system .theme-dark__forced .d\\\\:fc-yellow-200 {
2565
+ color: var(--yellow-200) !important;
2566
+ }
2567
+
2568
+ body.theme-dark .d\\\\:bg-yellow-300,
2569
+ .theme-dark__forced .d\\\\:bg-yellow-300,
2570
+ body.theme-system .theme-dark__forced .d\\\\:bg-yellow-300 {
2571
+ background-color: var(--yellow-300) !important;
2572
+ }
2573
+
2574
+ body.theme-dark .d\\\\:fc-yellow-300,
2575
+ .theme-dark__forced .d\\\\:fc-yellow-300,
2576
+ body.theme-system .theme-dark__forced .d\\\\:fc-yellow-300 {
2577
+ color: var(--yellow-300) !important;
2578
+ }
2579
+
2580
+ body.theme-dark .d\\\\:bg-yellow-400,
2581
+ .theme-dark__forced .d\\\\:bg-yellow-400,
2582
+ body.theme-system .theme-dark__forced .d\\\\:bg-yellow-400 {
2583
+ background-color: var(--yellow-400) !important;
2584
+ }
2585
+
2586
+ body.theme-dark .d\\\\:fc-yellow-400,
2587
+ .theme-dark__forced .d\\\\:fc-yellow-400,
2588
+ body.theme-system .theme-dark__forced .d\\\\:fc-yellow-400 {
2589
+ color: var(--yellow-400) !important;
2590
+ }
2591
+
2592
+ body.theme-dark .d\\\\:bg-yellow-500,
2593
+ .theme-dark__forced .d\\\\:bg-yellow-500,
2594
+ body.theme-system .theme-dark__forced .d\\\\:bg-yellow-500 {
2595
+ background-color: var(--yellow-500) !important;
2596
+ }
2597
+
2598
+ body.theme-dark .d\\\\:fc-yellow-500,
2599
+ .theme-dark__forced .d\\\\:fc-yellow-500,
2600
+ body.theme-system .theme-dark__forced .d\\\\:fc-yellow-500 {
2601
+ color: var(--yellow-500) !important;
2602
+ }
2603
+
2604
+ body.theme-dark .d\\\\:bg-yellow-600,
2605
+ .theme-dark__forced .d\\\\:bg-yellow-600,
2606
+ body.theme-system .theme-dark__forced .d\\\\:bg-yellow-600 {
2607
+ background-color: var(--yellow-600) !important;
2608
+ }
2609
+
2610
+ body.theme-dark .d\\\\:fc-yellow-600,
2611
+ .theme-dark__forced .d\\\\:fc-yellow-600,
2612
+ body.theme-system .theme-dark__forced .d\\\\:fc-yellow-600 {
2613
+ color: var(--yellow-600) !important;
2614
+ }
2615
+
2616
+ body.theme-dark .d\\\\:bg-gold-100,
2617
+ .theme-dark__forced .d\\\\:bg-gold-100,
2618
+ body.theme-system .theme-dark__forced .d\\\\:bg-gold-100 {
2619
+ background-color: var(--gold-100) !important;
2620
+ }
2621
+
2622
+ body.theme-dark .d\\\\:fc-gold-100,
2623
+ .theme-dark__forced .d\\\\:fc-gold-100,
2624
+ body.theme-system .theme-dark__forced .d\\\\:fc-gold-100 {
2625
+ color: var(--gold-100) !important;
2626
+ }
2627
+
2628
+ body.theme-dark .d\\\\:bg-gold-200,
2629
+ .theme-dark__forced .d\\\\:bg-gold-200,
2630
+ body.theme-system .theme-dark__forced .d\\\\:bg-gold-200 {
2631
+ background-color: var(--gold-200) !important;
2632
+ }
2633
+
2634
+ body.theme-dark .d\\\\:fc-gold-200,
2635
+ .theme-dark__forced .d\\\\:fc-gold-200,
2636
+ body.theme-system .theme-dark__forced .d\\\\:fc-gold-200 {
2637
+ color: var(--gold-200) !important;
2638
+ }
2639
+
2640
+ body.theme-dark .d\\\\:bg-gold-300,
2641
+ .theme-dark__forced .d\\\\:bg-gold-300,
2642
+ body.theme-system .theme-dark__forced .d\\\\:bg-gold-300 {
2643
+ background-color: var(--gold-300) !important;
2644
+ }
2645
+
2646
+ body.theme-dark .d\\\\:fc-gold-300,
2647
+ .theme-dark__forced .d\\\\:fc-gold-300,
2648
+ body.theme-system .theme-dark__forced .d\\\\:fc-gold-300 {
2649
+ color: var(--gold-300) !important;
2650
+ }
2651
+
2652
+ body.theme-dark .d\\\\:bg-gold-400,
2653
+ .theme-dark__forced .d\\\\:bg-gold-400,
2654
+ body.theme-system .theme-dark__forced .d\\\\:bg-gold-400 {
2655
+ background-color: var(--gold-400) !important;
2656
+ }
2657
+
2658
+ body.theme-dark .d\\\\:fc-gold-400,
2659
+ .theme-dark__forced .d\\\\:fc-gold-400,
2660
+ body.theme-system .theme-dark__forced .d\\\\:fc-gold-400 {
2661
+ color: var(--gold-400) !important;
2662
+ }
2663
+
2664
+ body.theme-dark .d\\\\:bg-silver-100,
2665
+ .theme-dark__forced .d\\\\:bg-silver-100,
2666
+ body.theme-system .theme-dark__forced .d\\\\:bg-silver-100 {
2667
+ background-color: var(--silver-100) !important;
2668
+ }
2669
+
2670
+ body.theme-dark .d\\\\:fc-silver-100,
2671
+ .theme-dark__forced .d\\\\:fc-silver-100,
2672
+ body.theme-system .theme-dark__forced .d\\\\:fc-silver-100 {
2673
+ color: var(--silver-100) !important;
2674
+ }
2675
+
2676
+ body.theme-dark .d\\\\:bg-silver-200,
2677
+ .theme-dark__forced .d\\\\:bg-silver-200,
2678
+ body.theme-system .theme-dark__forced .d\\\\:bg-silver-200 {
2679
+ background-color: var(--silver-200) !important;
2680
+ }
2681
+
2682
+ body.theme-dark .d\\\\:fc-silver-200,
2683
+ .theme-dark__forced .d\\\\:fc-silver-200,
2684
+ body.theme-system .theme-dark__forced .d\\\\:fc-silver-200 {
2685
+ color: var(--silver-200) !important;
2686
+ }
2687
+
2688
+ body.theme-dark .d\\\\:bg-silver-300,
2689
+ .theme-dark__forced .d\\\\:bg-silver-300,
2690
+ body.theme-system .theme-dark__forced .d\\\\:bg-silver-300 {
2691
+ background-color: var(--silver-300) !important;
2692
+ }
2693
+
2694
+ body.theme-dark .d\\\\:fc-silver-300,
2695
+ .theme-dark__forced .d\\\\:fc-silver-300,
2696
+ body.theme-system .theme-dark__forced .d\\\\:fc-silver-300 {
2697
+ color: var(--silver-300) !important;
2698
+ }
2699
+
2700
+ body.theme-dark .d\\\\:bg-silver-400,
2701
+ .theme-dark__forced .d\\\\:bg-silver-400,
2702
+ body.theme-system .theme-dark__forced .d\\\\:bg-silver-400 {
2703
+ background-color: var(--silver-400) !important;
2704
+ }
2705
+
2706
+ body.theme-dark .d\\\\:fc-silver-400,
2707
+ .theme-dark__forced .d\\\\:fc-silver-400,
2708
+ body.theme-system .theme-dark__forced .d\\\\:fc-silver-400 {
2709
+ color: var(--silver-400) !important;
2710
+ }
2711
+
2712
+ body.theme-dark .d\\\\:bg-bronze-100,
2713
+ .theme-dark__forced .d\\\\:bg-bronze-100,
2714
+ body.theme-system .theme-dark__forced .d\\\\:bg-bronze-100 {
2715
+ background-color: var(--bronze-100) !important;
2716
+ }
2717
+
2718
+ body.theme-dark .d\\\\:fc-bronze-100,
2719
+ .theme-dark__forced .d\\\\:fc-bronze-100,
2720
+ body.theme-system .theme-dark__forced .d\\\\:fc-bronze-100 {
2721
+ color: var(--bronze-100) !important;
2722
+ }
2723
+
2724
+ body.theme-dark .d\\\\:bg-bronze-200,
2725
+ .theme-dark__forced .d\\\\:bg-bronze-200,
2726
+ body.theme-system .theme-dark__forced .d\\\\:bg-bronze-200 {
2727
+ background-color: var(--bronze-200) !important;
2728
+ }
2729
+
2730
+ body.theme-dark .d\\\\:fc-bronze-200,
2731
+ .theme-dark__forced .d\\\\:fc-bronze-200,
2732
+ body.theme-system .theme-dark__forced .d\\\\:fc-bronze-200 {
2733
+ color: var(--bronze-200) !important;
2734
+ }
2735
+
2736
+ body.theme-dark .d\\\\:bg-bronze-300,
2737
+ .theme-dark__forced .d\\\\:bg-bronze-300,
2738
+ body.theme-system .theme-dark__forced .d\\\\:bg-bronze-300 {
2739
+ background-color: var(--bronze-300) !important;
2740
+ }
2741
+
2742
+ body.theme-dark .d\\\\:fc-bronze-300,
2743
+ .theme-dark__forced .d\\\\:fc-bronze-300,
2744
+ body.theme-system .theme-dark__forced .d\\\\:fc-bronze-300 {
2745
+ color: var(--bronze-300) !important;
2746
+ }
2747
+
2748
+ body.theme-dark .d\\\\:bg-bronze-400,
2749
+ .theme-dark__forced .d\\\\:bg-bronze-400,
2750
+ body.theme-system .theme-dark__forced .d\\\\:bg-bronze-400 {
2751
+ background-color: var(--bronze-400) !important;
2752
+ }
2753
+
2754
+ body.theme-dark .d\\\\:fc-bronze-400,
2755
+ .theme-dark__forced .d\\\\:fc-bronze-400,
2756
+ body.theme-system .theme-dark__forced .d\\\\:fc-bronze-400 {
2757
+ color: var(--bronze-400) !important;
2758
+ }
2759
+
2760
+ body.theme-dark .d\\\\:fc-light,
2761
+ .theme-dark__forced .d\\\\:fc-light,
2762
+ body.theme-system .theme-dark__forced .d\\\\:fc-light {
2763
+ color: var(--fc-light) !important;
2764
+ }
2765
+
2766
+ body.theme-dark .d\\\\:fc-medium,
2767
+ .theme-dark__forced .d\\\\:fc-medium,
2768
+ body.theme-system .theme-dark__forced .d\\\\:fc-medium {
2769
+ color: var(--fc-medium) !important;
2770
+ }
2771
+
2772
+ body.theme-dark .d\\\\:fc-dark,
2773
+ .theme-dark__forced .d\\\\:fc-dark,
2774
+ body.theme-system .theme-dark__forced .d\\\\:fc-dark {
2775
+ color: var(--fc-dark) !important;
2776
+ }
2777
+
2778
+ body.theme-dark .d\\\\:fc-error,
2779
+ .theme-dark__forced .d\\\\:fc-error,
2780
+ body.theme-system .theme-dark__forced .d\\\\:fc-error {
2781
+ color: var(--fc-error) !important;
2782
+ }
2783
+
2784
+ body.theme-dark .d\\\\:fc-danger,
2785
+ .theme-dark__forced .d\\\\:fc-danger,
2786
+ body.theme-system .theme-dark__forced .d\\\\:fc-danger {
2787
+ color: var(--fc-danger) !important;
2788
+ }
2789
+
2790
+ body.theme-dark .d\\\\:fc-success,
2791
+ .theme-dark__forced .d\\\\:fc-success,
2792
+ body.theme-system .theme-dark__forced .d\\\\:fc-success {
2793
+ color: var(--fc-success) !important;
2794
+ }
2795
+
2796
+ body.theme-dark .d\\\\:fc-warning,
2797
+ .theme-dark__forced .d\\\\:fc-warning,
2798
+ body.theme-system .theme-dark__forced .d\\\\:fc-warning {
2799
+ color: var(--fc-warning) !important;
2800
+ }
2801
+
2802
+ body.theme-dark .d\\\\:bg-error,
2803
+ .theme-dark__forced .d\\\\:bg-error,
2804
+ body.theme-system .theme-dark__forced .d\\\\:bg-error {
2805
+ background-color: var(--bg-error) !important;
2806
+ }
2807
+
2808
+ body.theme-dark .d\\\\:bg-danger,
2809
+ .theme-dark__forced .d\\\\:bg-danger,
2810
+ body.theme-system .theme-dark__forced .d\\\\:bg-danger {
2811
+ background-color: var(--bg-danger) !important;
2812
+ }
2813
+
2814
+ body.theme-dark .d\\\\:bg-success,
2815
+ .theme-dark__forced .d\\\\:bg-success,
2816
+ body.theme-system .theme-dark__forced .d\\\\:bg-success {
2817
+ background-color: var(--bg-success) !important;
2818
+ }
2819
+
2820
+ body.theme-dark .d\\\\:bg-warning,
2821
+ .theme-dark__forced .d\\\\:bg-warning,
2822
+ body.theme-system .theme-dark__forced .d\\\\:bg-warning {
2823
+ background-color: var(--bg-warning) !important;
2824
+ }
2825
+
2826
+ body.theme-dark .bg-transparent,
2827
+ .theme-dark__forced .bg-transparent,
2828
+ body.theme-system .theme-dark__forced .bg-transparent,
2829
+ body.theme-dark .h\\\\:bg-transparent:hover,
2830
+ .theme-dark__forced .h\\\\:bg-transparent:hover,
2831
+ body.theme-system .theme-dark__forced .h\\\\:bg-transparent:hover,
2832
+ body.theme-dark .f\\\\:bg-transparent:focus,
2833
+ .theme-dark__forced .f\\\\:bg-transparent:focus,
2834
+ body.theme-system .theme-dark__forced .f\\\\:bg-transparent:focus,
2835
+ body.theme-dark .f\\\\:bg-transparent:focus-within,
2836
+ .theme-dark__forced .f\\\\:bg-transparent:focus-within,
2837
+ body.theme-system .theme-dark__forced .f\\\\:bg-transparent:focus-within {
2838
+ background-color: transparent !important;
2839
+ }
2840
+
2841
+ body.theme-dark .bc-transparent,
2842
+ .theme-dark__forced .bc-transparent,
2843
+ body.theme-system .theme-dark__forced .bc-transparent,
2844
+ body.theme-dark .h\\\\:bc-transparent:hover,
2845
+ .theme-dark__forced .h\\\\:bc-transparent:hover,
2846
+ body.theme-system .theme-dark__forced .h\\\\:bc-transparent:hover,
2847
+ body.theme-dark .f\\\\:bc-transparent:focus,
2848
+ .theme-dark__forced .f\\\\:bc-transparent:focus,
2849
+ body.theme-system .theme-dark__forced .f\\\\:bc-transparent:focus,
2850
+ body.theme-dark .f\\\\:bc-transparent:focus-within,
2851
+ .theme-dark__forced .f\\\\:bc-transparent:focus-within,
2852
+ body.theme-system .theme-dark__forced .f\\\\:bc-transparent:focus-within {
2853
+ border-color: transparent !important;
2854
+ }
2855
+
2856
+ body.theme-dark .bg-inherit,
2857
+ .theme-dark__forced .bg-inherit,
2858
+ body.theme-system .theme-dark__forced .bg-inherit,
2859
+ body.theme-dark .h\\\\:bg-inherit:hover,
2860
+ .theme-dark__forced .h\\\\:bg-inherit:hover,
2861
+ body.theme-system .theme-dark__forced .h\\\\:bg-inherit:hover,
2862
+ body.theme-dark .f\\\\:bg-inherit:focus,
2863
+ .theme-dark__forced .f\\\\:bg-inherit:focus,
2864
+ body.theme-system .theme-dark__forced .f\\\\:bg-inherit:focus,
2865
+ body.theme-dark .f\\\\:bg-inherit:focus-within,
2866
+ .theme-dark__forced .f\\\\:bg-inherit:focus-within,
2867
+ body.theme-system .theme-dark__forced .f\\\\:bg-inherit:focus-within {
2868
+ background-color: inherit !important;
2869
+ }
2870
+
2871
+ body.theme-dark .bc-inherit,
2872
+ .theme-dark__forced .bc-inherit,
2873
+ body.theme-system .theme-dark__forced .bc-inherit,
2874
+ body.theme-dark .h\\\\:bc-inherit:hover,
2875
+ .theme-dark__forced .h\\\\:bc-inherit:hover,
2876
+ body.theme-system .theme-dark__forced .h\\\\:bc-inherit:hover,
2877
+ body.theme-dark .f\\\\:bc-inherit:focus,
2878
+ .theme-dark__forced .f\\\\:bc-inherit:focus,
2879
+ body.theme-system .theme-dark__forced .f\\\\:bc-inherit:focus,
2880
+ body.theme-dark .f\\\\:bc-inherit:focus-within,
2881
+ .theme-dark__forced .f\\\\:bc-inherit:focus-within,
2882
+ body.theme-system .theme-dark__forced .f\\\\:bc-inherit:focus-within {
2883
+ border-color: inherit !important;
2884
+ }
2885
+ "
2886
+ `;