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