@featurevisor/site 0.55.0 → 0.56.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css DELETED
@@ -1,2183 +0,0 @@
1
- /*
2
- ! tailwindcss v3.3.0 | MIT License | https://tailwindcss.com
3
- */
4
-
5
- /*
6
- 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
7
- 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
8
- */
9
-
10
- *,
11
- ::before,
12
- ::after {
13
- box-sizing: border-box;
14
- /* 1 */
15
- border-width: 0;
16
- /* 2 */
17
- border-style: solid;
18
- /* 2 */
19
- border-color: #e5e7eb;
20
- /* 2 */
21
- }
22
-
23
- ::before,
24
- ::after {
25
- --tw-content: '';
26
- }
27
-
28
- /*
29
- 1. Use a consistent sensible line-height in all browsers.
30
- 2. Prevent adjustments of font size after orientation changes in iOS.
31
- 3. Use a more readable tab size.
32
- 4. Use the user's configured `sans` font-family by default.
33
- 5. Use the user's configured `sans` font-feature-settings by default.
34
- 6. Use the user's configured `sans` font-variation-settings by default.
35
- */
36
-
37
- html {
38
- line-height: 1.5;
39
- /* 1 */
40
- -webkit-text-size-adjust: 100%;
41
- /* 2 */
42
- -moz-tab-size: 4;
43
- /* 3 */
44
- -o-tab-size: 4;
45
- tab-size: 4;
46
- /* 3 */
47
- font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
48
- /* 4 */
49
- font-feature-settings: normal;
50
- /* 5 */
51
- font-variation-settings: normal;
52
- /* 6 */
53
- }
54
-
55
- /*
56
- 1. Remove the margin in all browsers.
57
- 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
58
- */
59
-
60
- body {
61
- margin: 0;
62
- /* 1 */
63
- line-height: inherit;
64
- /* 2 */
65
- }
66
-
67
- /*
68
- 1. Add the correct height in Firefox.
69
- 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
70
- 3. Ensure horizontal rules are visible by default.
71
- */
72
-
73
- hr {
74
- height: 0;
75
- /* 1 */
76
- color: inherit;
77
- /* 2 */
78
- border-top-width: 1px;
79
- /* 3 */
80
- }
81
-
82
- /*
83
- Add the correct text decoration in Chrome, Edge, and Safari.
84
- */
85
-
86
- abbr:where([title]) {
87
- -webkit-text-decoration: underline dotted;
88
- text-decoration: underline dotted;
89
- }
90
-
91
- /*
92
- Remove the default font size and weight for headings.
93
- */
94
-
95
- h1,
96
- h2,
97
- h3,
98
- h4,
99
- h5,
100
- h6 {
101
- font-size: inherit;
102
- font-weight: inherit;
103
- }
104
-
105
- /*
106
- Reset links to optimize for opt-in styling instead of opt-out.
107
- */
108
-
109
- a {
110
- color: inherit;
111
- text-decoration: inherit;
112
- }
113
-
114
- /*
115
- Add the correct font weight in Edge and Safari.
116
- */
117
-
118
- b,
119
- strong {
120
- font-weight: bolder;
121
- }
122
-
123
- /*
124
- 1. Use the user's configured `mono` font family by default.
125
- 2. Correct the odd `em` font sizing in all browsers.
126
- */
127
-
128
- code,
129
- kbd,
130
- samp,
131
- pre {
132
- font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
133
- /* 1 */
134
- font-size: 1em;
135
- /* 2 */
136
- }
137
-
138
- /*
139
- Add the correct font size in all browsers.
140
- */
141
-
142
- small {
143
- font-size: 80%;
144
- }
145
-
146
- /*
147
- Prevent `sub` and `sup` elements from affecting the line height in all browsers.
148
- */
149
-
150
- sub,
151
- sup {
152
- font-size: 75%;
153
- line-height: 0;
154
- position: relative;
155
- vertical-align: baseline;
156
- }
157
-
158
- sub {
159
- bottom: -0.25em;
160
- }
161
-
162
- sup {
163
- top: -0.5em;
164
- }
165
-
166
- /*
167
- 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
168
- 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
169
- 3. Remove gaps between table borders by default.
170
- */
171
-
172
- table {
173
- text-indent: 0;
174
- /* 1 */
175
- border-color: inherit;
176
- /* 2 */
177
- border-collapse: collapse;
178
- /* 3 */
179
- }
180
-
181
- /*
182
- 1. Change the font styles in all browsers.
183
- 2. Remove the margin in Firefox and Safari.
184
- 3. Remove default padding in all browsers.
185
- */
186
-
187
- button,
188
- input,
189
- optgroup,
190
- select,
191
- textarea {
192
- font-family: inherit;
193
- /* 1 */
194
- font-size: 100%;
195
- /* 1 */
196
- font-weight: inherit;
197
- /* 1 */
198
- line-height: inherit;
199
- /* 1 */
200
- color: inherit;
201
- /* 1 */
202
- margin: 0;
203
- /* 2 */
204
- padding: 0;
205
- /* 3 */
206
- }
207
-
208
- /*
209
- Remove the inheritance of text transform in Edge and Firefox.
210
- */
211
-
212
- button,
213
- select {
214
- text-transform: none;
215
- }
216
-
217
- /*
218
- 1. Correct the inability to style clickable types in iOS and Safari.
219
- 2. Remove default button styles.
220
- */
221
-
222
- button,
223
- [type='button'],
224
- [type='reset'],
225
- [type='submit'] {
226
- -webkit-appearance: button;
227
- /* 1 */
228
- background-color: transparent;
229
- /* 2 */
230
- background-image: none;
231
- /* 2 */
232
- }
233
-
234
- /*
235
- Use the modern Firefox focus style for all focusable elements.
236
- */
237
-
238
- :-moz-focusring {
239
- outline: auto;
240
- }
241
-
242
- /*
243
- Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
244
- */
245
-
246
- :-moz-ui-invalid {
247
- box-shadow: none;
248
- }
249
-
250
- /*
251
- Add the correct vertical alignment in Chrome and Firefox.
252
- */
253
-
254
- progress {
255
- vertical-align: baseline;
256
- }
257
-
258
- /*
259
- Correct the cursor style of increment and decrement buttons in Safari.
260
- */
261
-
262
- ::-webkit-inner-spin-button,
263
- ::-webkit-outer-spin-button {
264
- height: auto;
265
- }
266
-
267
- /*
268
- 1. Correct the odd appearance in Chrome and Safari.
269
- 2. Correct the outline style in Safari.
270
- */
271
-
272
- [type='search'] {
273
- -webkit-appearance: textfield;
274
- /* 1 */
275
- outline-offset: -2px;
276
- /* 2 */
277
- }
278
-
279
- /*
280
- Remove the inner padding in Chrome and Safari on macOS.
281
- */
282
-
283
- ::-webkit-search-decoration {
284
- -webkit-appearance: none;
285
- }
286
-
287
- /*
288
- 1. Correct the inability to style clickable types in iOS and Safari.
289
- 2. Change font properties to `inherit` in Safari.
290
- */
291
-
292
- ::-webkit-file-upload-button {
293
- -webkit-appearance: button;
294
- /* 1 */
295
- font: inherit;
296
- /* 2 */
297
- }
298
-
299
- /*
300
- Add the correct display in Chrome and Safari.
301
- */
302
-
303
- summary {
304
- display: list-item;
305
- }
306
-
307
- /*
308
- Removes the default spacing and border for appropriate elements.
309
- */
310
-
311
- blockquote,
312
- dl,
313
- dd,
314
- h1,
315
- h2,
316
- h3,
317
- h4,
318
- h5,
319
- h6,
320
- hr,
321
- figure,
322
- p,
323
- pre {
324
- margin: 0;
325
- }
326
-
327
- fieldset {
328
- margin: 0;
329
- padding: 0;
330
- }
331
-
332
- legend {
333
- padding: 0;
334
- }
335
-
336
- ol,
337
- ul,
338
- menu {
339
- list-style: none;
340
- margin: 0;
341
- padding: 0;
342
- }
343
-
344
- /*
345
- Prevent resizing textareas horizontally by default.
346
- */
347
-
348
- textarea {
349
- resize: vertical;
350
- }
351
-
352
- /*
353
- 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
354
- 2. Set the default placeholder color to the user's configured gray 400 color.
355
- */
356
-
357
- input::-moz-placeholder, textarea::-moz-placeholder {
358
- opacity: 1;
359
- /* 1 */
360
- color: #9ca3af;
361
- /* 2 */
362
- }
363
-
364
- input::placeholder,
365
- textarea::placeholder {
366
- opacity: 1;
367
- /* 1 */
368
- color: #9ca3af;
369
- /* 2 */
370
- }
371
-
372
- /*
373
- Set the default cursor for buttons.
374
- */
375
-
376
- button,
377
- [role="button"] {
378
- cursor: pointer;
379
- }
380
-
381
- /*
382
- Make sure disabled buttons don't get the pointer cursor.
383
- */
384
-
385
- :disabled {
386
- cursor: default;
387
- }
388
-
389
- /*
390
- 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
391
- 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
392
- This can trigger a poorly considered lint error in some tools but is included by design.
393
- */
394
-
395
- img,
396
- svg,
397
- video,
398
- canvas,
399
- audio,
400
- iframe,
401
- embed,
402
- object {
403
- display: block;
404
- /* 1 */
405
- vertical-align: middle;
406
- /* 2 */
407
- }
408
-
409
- /*
410
- Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
411
- */
412
-
413
- img,
414
- video {
415
- max-width: 100%;
416
- height: auto;
417
- }
418
-
419
- /* Make elements with the HTML hidden attribute stay hidden by default */
420
-
421
- [hidden] {
422
- display: none;
423
- }
424
-
425
- [type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
426
- -webkit-appearance: none;
427
- -moz-appearance: none;
428
- appearance: none;
429
- background-color: #fff;
430
- border-color: #6b7280;
431
- border-width: 1px;
432
- border-radius: 0px;
433
- padding-top: 0.5rem;
434
- padding-right: 0.75rem;
435
- padding-bottom: 0.5rem;
436
- padding-left: 0.75rem;
437
- font-size: 1rem;
438
- line-height: 1.5rem;
439
- --tw-shadow: 0 0 #0000;
440
- }
441
-
442
- [type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
443
- outline: 2px solid transparent;
444
- outline-offset: 2px;
445
- --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
446
- --tw-ring-offset-width: 0px;
447
- --tw-ring-offset-color: #fff;
448
- --tw-ring-color: #2563eb;
449
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
450
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
451
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
452
- border-color: #2563eb;
453
- }
454
-
455
- input::-moz-placeholder, textarea::-moz-placeholder {
456
- color: #6b7280;
457
- opacity: 1;
458
- }
459
-
460
- input::placeholder,textarea::placeholder {
461
- color: #6b7280;
462
- opacity: 1;
463
- }
464
-
465
- ::-webkit-datetime-edit-fields-wrapper {
466
- padding: 0;
467
- }
468
-
469
- ::-webkit-date-and-time-value {
470
- min-height: 1.5em;
471
- }
472
-
473
- ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
474
- padding-top: 0;
475
- padding-bottom: 0;
476
- }
477
-
478
- select {
479
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
480
- background-position: right 0.5rem center;
481
- background-repeat: no-repeat;
482
- background-size: 1.5em 1.5em;
483
- padding-right: 2.5rem;
484
- -webkit-print-color-adjust: exact;
485
- print-color-adjust: exact;
486
- }
487
-
488
- [multiple] {
489
- background-image: initial;
490
- background-position: initial;
491
- background-repeat: unset;
492
- background-size: initial;
493
- padding-right: 0.75rem;
494
- -webkit-print-color-adjust: unset;
495
- print-color-adjust: unset;
496
- }
497
-
498
- [type='checkbox'],[type='radio'] {
499
- -webkit-appearance: none;
500
- -moz-appearance: none;
501
- appearance: none;
502
- padding: 0;
503
- -webkit-print-color-adjust: exact;
504
- print-color-adjust: exact;
505
- display: inline-block;
506
- vertical-align: middle;
507
- background-origin: border-box;
508
- -webkit-user-select: none;
509
- -moz-user-select: none;
510
- user-select: none;
511
- flex-shrink: 0;
512
- height: 1rem;
513
- width: 1rem;
514
- color: #2563eb;
515
- background-color: #fff;
516
- border-color: #6b7280;
517
- border-width: 1px;
518
- --tw-shadow: 0 0 #0000;
519
- }
520
-
521
- [type='checkbox'] {
522
- border-radius: 0px;
523
- }
524
-
525
- [type='radio'] {
526
- border-radius: 100%;
527
- }
528
-
529
- [type='checkbox']:focus,[type='radio']:focus {
530
- outline: 2px solid transparent;
531
- outline-offset: 2px;
532
- --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
533
- --tw-ring-offset-width: 2px;
534
- --tw-ring-offset-color: #fff;
535
- --tw-ring-color: #2563eb;
536
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
537
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
538
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
539
- }
540
-
541
- [type='checkbox']:checked,[type='radio']:checked {
542
- border-color: transparent;
543
- background-color: currentColor;
544
- background-size: 100% 100%;
545
- background-position: center;
546
- background-repeat: no-repeat;
547
- }
548
-
549
- [type='checkbox']:checked {
550
- background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
551
- }
552
-
553
- [type='radio']:checked {
554
- background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
555
- }
556
-
557
- [type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
558
- border-color: transparent;
559
- background-color: currentColor;
560
- }
561
-
562
- [type='checkbox']:indeterminate {
563
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
564
- border-color: transparent;
565
- background-color: currentColor;
566
- background-size: 100% 100%;
567
- background-position: center;
568
- background-repeat: no-repeat;
569
- }
570
-
571
- [type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
572
- border-color: transparent;
573
- background-color: currentColor;
574
- }
575
-
576
- [type='file'] {
577
- background: unset;
578
- border-color: inherit;
579
- border-width: 0;
580
- border-radius: 0;
581
- padding: 0;
582
- font-size: unset;
583
- line-height: inherit;
584
- }
585
-
586
- [type='file']:focus {
587
- outline: 1px solid ButtonText;
588
- outline: 1px auto -webkit-focus-ring-color;
589
- }
590
-
591
- *, ::before, ::after {
592
- --tw-border-spacing-x: 0;
593
- --tw-border-spacing-y: 0;
594
- --tw-translate-x: 0;
595
- --tw-translate-y: 0;
596
- --tw-rotate: 0;
597
- --tw-skew-x: 0;
598
- --tw-skew-y: 0;
599
- --tw-scale-x: 1;
600
- --tw-scale-y: 1;
601
- --tw-pan-x: ;
602
- --tw-pan-y: ;
603
- --tw-pinch-zoom: ;
604
- --tw-scroll-snap-strictness: proximity;
605
- --tw-ordinal: ;
606
- --tw-slashed-zero: ;
607
- --tw-numeric-figure: ;
608
- --tw-numeric-spacing: ;
609
- --tw-numeric-fraction: ;
610
- --tw-ring-inset: ;
611
- --tw-ring-offset-width: 0px;
612
- --tw-ring-offset-color: #fff;
613
- --tw-ring-color: rgb(59 130 246 / 0.5);
614
- --tw-ring-offset-shadow: 0 0 #0000;
615
- --tw-ring-shadow: 0 0 #0000;
616
- --tw-shadow: 0 0 #0000;
617
- --tw-shadow-colored: 0 0 #0000;
618
- --tw-blur: ;
619
- --tw-brightness: ;
620
- --tw-contrast: ;
621
- --tw-grayscale: ;
622
- --tw-hue-rotate: ;
623
- --tw-invert: ;
624
- --tw-saturate: ;
625
- --tw-sepia: ;
626
- --tw-drop-shadow: ;
627
- --tw-backdrop-blur: ;
628
- --tw-backdrop-brightness: ;
629
- --tw-backdrop-contrast: ;
630
- --tw-backdrop-grayscale: ;
631
- --tw-backdrop-hue-rotate: ;
632
- --tw-backdrop-invert: ;
633
- --tw-backdrop-opacity: ;
634
- --tw-backdrop-saturate: ;
635
- --tw-backdrop-sepia: ;
636
- }
637
-
638
- ::backdrop {
639
- --tw-border-spacing-x: 0;
640
- --tw-border-spacing-y: 0;
641
- --tw-translate-x: 0;
642
- --tw-translate-y: 0;
643
- --tw-rotate: 0;
644
- --tw-skew-x: 0;
645
- --tw-skew-y: 0;
646
- --tw-scale-x: 1;
647
- --tw-scale-y: 1;
648
- --tw-pan-x: ;
649
- --tw-pan-y: ;
650
- --tw-pinch-zoom: ;
651
- --tw-scroll-snap-strictness: proximity;
652
- --tw-ordinal: ;
653
- --tw-slashed-zero: ;
654
- --tw-numeric-figure: ;
655
- --tw-numeric-spacing: ;
656
- --tw-numeric-fraction: ;
657
- --tw-ring-inset: ;
658
- --tw-ring-offset-width: 0px;
659
- --tw-ring-offset-color: #fff;
660
- --tw-ring-color: rgb(59 130 246 / 0.5);
661
- --tw-ring-offset-shadow: 0 0 #0000;
662
- --tw-ring-shadow: 0 0 #0000;
663
- --tw-shadow: 0 0 #0000;
664
- --tw-shadow-colored: 0 0 #0000;
665
- --tw-blur: ;
666
- --tw-brightness: ;
667
- --tw-contrast: ;
668
- --tw-grayscale: ;
669
- --tw-hue-rotate: ;
670
- --tw-invert: ;
671
- --tw-saturate: ;
672
- --tw-sepia: ;
673
- --tw-drop-shadow: ;
674
- --tw-backdrop-blur: ;
675
- --tw-backdrop-brightness: ;
676
- --tw-backdrop-contrast: ;
677
- --tw-backdrop-grayscale: ;
678
- --tw-backdrop-hue-rotate: ;
679
- --tw-backdrop-invert: ;
680
- --tw-backdrop-opacity: ;
681
- --tw-backdrop-saturate: ;
682
- --tw-backdrop-sepia: ;
683
- }
684
-
685
- .prose {
686
- color: var(--tw-prose-body);
687
- max-width: 65ch;
688
- }
689
-
690
- .prose :where(p):not(:where([class~="not-prose"] *)) {
691
- margin-top: 1.25em;
692
- margin-bottom: 1.25em;
693
- }
694
-
695
- .prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
696
- color: var(--tw-prose-lead);
697
- font-size: 1.25em;
698
- line-height: 1.6;
699
- margin-top: 1.2em;
700
- margin-bottom: 1.2em;
701
- }
702
-
703
- .prose :where(a):not(:where([class~="not-prose"] *)) {
704
- color: var(--tw-prose-links);
705
- text-decoration: underline;
706
- font-weight: 500;
707
- }
708
-
709
- .prose :where(strong):not(:where([class~="not-prose"] *)) {
710
- color: var(--tw-prose-bold);
711
- font-weight: 600;
712
- }
713
-
714
- .prose :where(a strong):not(:where([class~="not-prose"] *)) {
715
- color: inherit;
716
- }
717
-
718
- .prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
719
- color: inherit;
720
- }
721
-
722
- .prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
723
- color: inherit;
724
- }
725
-
726
- .prose :where(ol):not(:where([class~="not-prose"] *)) {
727
- list-style-type: decimal;
728
- margin-top: 1.25em;
729
- margin-bottom: 1.25em;
730
- padding-left: 1.625em;
731
- }
732
-
733
- .prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
734
- list-style-type: upper-alpha;
735
- }
736
-
737
- .prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
738
- list-style-type: lower-alpha;
739
- }
740
-
741
- .prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
742
- list-style-type: upper-alpha;
743
- }
744
-
745
- .prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
746
- list-style-type: lower-alpha;
747
- }
748
-
749
- .prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
750
- list-style-type: upper-roman;
751
- }
752
-
753
- .prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
754
- list-style-type: lower-roman;
755
- }
756
-
757
- .prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
758
- list-style-type: upper-roman;
759
- }
760
-
761
- .prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
762
- list-style-type: lower-roman;
763
- }
764
-
765
- .prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
766
- list-style-type: decimal;
767
- }
768
-
769
- .prose :where(ul):not(:where([class~="not-prose"] *)) {
770
- list-style-type: disc;
771
- margin-top: 1.25em;
772
- margin-bottom: 1.25em;
773
- padding-left: 1.625em;
774
- }
775
-
776
- .prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
777
- font-weight: 400;
778
- color: var(--tw-prose-counters);
779
- }
780
-
781
- .prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
782
- color: var(--tw-prose-bullets);
783
- }
784
-
785
- .prose :where(hr):not(:where([class~="not-prose"] *)) {
786
- border-color: var(--tw-prose-hr);
787
- border-top-width: 1px;
788
- margin-top: 3em;
789
- margin-bottom: 3em;
790
- }
791
-
792
- .prose :where(blockquote):not(:where([class~="not-prose"] *)) {
793
- font-weight: 500;
794
- font-style: italic;
795
- color: var(--tw-prose-quotes);
796
- border-left-width: 0.25rem;
797
- border-left-color: var(--tw-prose-quote-borders);
798
- quotes: "\201C""\201D""\2018""\2019";
799
- margin-top: 1.6em;
800
- margin-bottom: 1.6em;
801
- padding-left: 1em;
802
- }
803
-
804
- .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
805
- content: open-quote;
806
- }
807
-
808
- .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
809
- content: close-quote;
810
- }
811
-
812
- .prose :where(h1):not(:where([class~="not-prose"] *)) {
813
- color: var(--tw-prose-headings);
814
- font-weight: 800;
815
- font-size: 2.25em;
816
- margin-top: 0;
817
- margin-bottom: 0.8888889em;
818
- line-height: 1.1111111;
819
- }
820
-
821
- .prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
822
- font-weight: 900;
823
- color: inherit;
824
- }
825
-
826
- .prose :where(h2):not(:where([class~="not-prose"] *)) {
827
- color: var(--tw-prose-headings);
828
- font-weight: 700;
829
- font-size: 1.5em;
830
- margin-top: 2em;
831
- margin-bottom: 1em;
832
- line-height: 1.3333333;
833
- }
834
-
835
- .prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
836
- font-weight: 800;
837
- color: inherit;
838
- }
839
-
840
- .prose :where(h3):not(:where([class~="not-prose"] *)) {
841
- color: var(--tw-prose-headings);
842
- font-weight: 600;
843
- font-size: 1.25em;
844
- margin-top: 1.6em;
845
- margin-bottom: 0.6em;
846
- line-height: 1.6;
847
- }
848
-
849
- .prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
850
- font-weight: 700;
851
- color: inherit;
852
- }
853
-
854
- .prose :where(h4):not(:where([class~="not-prose"] *)) {
855
- color: var(--tw-prose-headings);
856
- font-weight: 600;
857
- margin-top: 1.5em;
858
- margin-bottom: 0.5em;
859
- line-height: 1.5;
860
- }
861
-
862
- .prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
863
- font-weight: 700;
864
- color: inherit;
865
- }
866
-
867
- .prose :where(img):not(:where([class~="not-prose"] *)) {
868
- margin-top: 2em;
869
- margin-bottom: 2em;
870
- }
871
-
872
- .prose :where(figure > *):not(:where([class~="not-prose"] *)) {
873
- margin-top: 0;
874
- margin-bottom: 0;
875
- }
876
-
877
- .prose :where(figcaption):not(:where([class~="not-prose"] *)) {
878
- color: var(--tw-prose-captions);
879
- font-size: 0.875em;
880
- line-height: 1.4285714;
881
- margin-top: 0.8571429em;
882
- }
883
-
884
- .prose :where(code):not(:where([class~="not-prose"] *)) {
885
- color: var(--tw-prose-code);
886
- font-weight: 600;
887
- font-size: 0.875em;
888
- }
889
-
890
- .prose :where(code):not(:where([class~="not-prose"] *))::before {
891
- content: "`";
892
- }
893
-
894
- .prose :where(code):not(:where([class~="not-prose"] *))::after {
895
- content: "`";
896
- }
897
-
898
- .prose :where(a code):not(:where([class~="not-prose"] *)) {
899
- color: inherit;
900
- }
901
-
902
- .prose :where(h1 code):not(:where([class~="not-prose"] *)) {
903
- color: inherit;
904
- }
905
-
906
- .prose :where(h2 code):not(:where([class~="not-prose"] *)) {
907
- color: inherit;
908
- font-size: 0.875em;
909
- }
910
-
911
- .prose :where(h3 code):not(:where([class~="not-prose"] *)) {
912
- color: inherit;
913
- font-size: 0.9em;
914
- }
915
-
916
- .prose :where(h4 code):not(:where([class~="not-prose"] *)) {
917
- color: inherit;
918
- }
919
-
920
- .prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
921
- color: inherit;
922
- }
923
-
924
- .prose :where(thead th code):not(:where([class~="not-prose"] *)) {
925
- color: inherit;
926
- }
927
-
928
- .prose :where(pre):not(:where([class~="not-prose"] *)) {
929
- color: var(--tw-prose-pre-code);
930
- background-color: var(--tw-prose-pre-bg);
931
- overflow-x: auto;
932
- font-weight: 400;
933
- font-size: 0.875em;
934
- line-height: 1.7142857;
935
- margin-top: 1.7142857em;
936
- margin-bottom: 1.7142857em;
937
- border-radius: 0.375rem;
938
- padding-top: 0.8571429em;
939
- padding-right: 1.1428571em;
940
- padding-bottom: 0.8571429em;
941
- padding-left: 1.1428571em;
942
- }
943
-
944
- .prose :where(pre code):not(:where([class~="not-prose"] *)) {
945
- background-color: transparent;
946
- border-width: 0;
947
- border-radius: 0;
948
- padding: 0;
949
- font-weight: inherit;
950
- color: inherit;
951
- font-size: inherit;
952
- font-family: inherit;
953
- line-height: inherit;
954
- }
955
-
956
- .prose :where(pre code):not(:where([class~="not-prose"] *))::before {
957
- content: none;
958
- }
959
-
960
- .prose :where(pre code):not(:where([class~="not-prose"] *))::after {
961
- content: none;
962
- }
963
-
964
- .prose :where(table):not(:where([class~="not-prose"] *)) {
965
- width: 100%;
966
- table-layout: auto;
967
- text-align: left;
968
- margin-top: 2em;
969
- margin-bottom: 2em;
970
- font-size: 0.875em;
971
- line-height: 1.7142857;
972
- }
973
-
974
- .prose :where(thead):not(:where([class~="not-prose"] *)) {
975
- border-bottom-width: 1px;
976
- border-bottom-color: var(--tw-prose-th-borders);
977
- }
978
-
979
- .prose :where(thead th):not(:where([class~="not-prose"] *)) {
980
- color: var(--tw-prose-headings);
981
- font-weight: 600;
982
- vertical-align: bottom;
983
- padding-right: 0.5714286em;
984
- padding-bottom: 0.5714286em;
985
- padding-left: 0.5714286em;
986
- }
987
-
988
- .prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
989
- border-bottom-width: 1px;
990
- border-bottom-color: var(--tw-prose-td-borders);
991
- }
992
-
993
- .prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
994
- border-bottom-width: 0;
995
- }
996
-
997
- .prose :where(tbody td):not(:where([class~="not-prose"] *)) {
998
- vertical-align: baseline;
999
- }
1000
-
1001
- .prose :where(tfoot):not(:where([class~="not-prose"] *)) {
1002
- border-top-width: 1px;
1003
- border-top-color: var(--tw-prose-th-borders);
1004
- }
1005
-
1006
- .prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
1007
- vertical-align: top;
1008
- }
1009
-
1010
- .prose {
1011
- --tw-prose-body: #374151;
1012
- --tw-prose-headings: #111827;
1013
- --tw-prose-lead: #4b5563;
1014
- --tw-prose-links: #111827;
1015
- --tw-prose-bold: #111827;
1016
- --tw-prose-counters: #6b7280;
1017
- --tw-prose-bullets: #d1d5db;
1018
- --tw-prose-hr: #e5e7eb;
1019
- --tw-prose-quotes: #111827;
1020
- --tw-prose-quote-borders: #e5e7eb;
1021
- --tw-prose-captions: #6b7280;
1022
- --tw-prose-code: #111827;
1023
- --tw-prose-pre-code: #e5e7eb;
1024
- --tw-prose-pre-bg: #1f2937;
1025
- --tw-prose-th-borders: #d1d5db;
1026
- --tw-prose-td-borders: #e5e7eb;
1027
- --tw-prose-invert-body: #d1d5db;
1028
- --tw-prose-invert-headings: #fff;
1029
- --tw-prose-invert-lead: #9ca3af;
1030
- --tw-prose-invert-links: #fff;
1031
- --tw-prose-invert-bold: #fff;
1032
- --tw-prose-invert-counters: #9ca3af;
1033
- --tw-prose-invert-bullets: #4b5563;
1034
- --tw-prose-invert-hr: #374151;
1035
- --tw-prose-invert-quotes: #f3f4f6;
1036
- --tw-prose-invert-quote-borders: #374151;
1037
- --tw-prose-invert-captions: #9ca3af;
1038
- --tw-prose-invert-code: #fff;
1039
- --tw-prose-invert-pre-code: #d1d5db;
1040
- --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
1041
- --tw-prose-invert-th-borders: #4b5563;
1042
- --tw-prose-invert-td-borders: #374151;
1043
- font-size: 1rem;
1044
- line-height: 1.75;
1045
- }
1046
-
1047
- .prose :where(video):not(:where([class~="not-prose"] *)) {
1048
- margin-top: 2em;
1049
- margin-bottom: 2em;
1050
- }
1051
-
1052
- .prose :where(figure):not(:where([class~="not-prose"] *)) {
1053
- margin-top: 2em;
1054
- margin-bottom: 2em;
1055
- }
1056
-
1057
- .prose :where(li):not(:where([class~="not-prose"] *)) {
1058
- margin-top: 0.5em;
1059
- margin-bottom: 0.5em;
1060
- }
1061
-
1062
- .prose :where(ol > li):not(:where([class~="not-prose"] *)) {
1063
- padding-left: 0.375em;
1064
- }
1065
-
1066
- .prose :where(ul > li):not(:where([class~="not-prose"] *)) {
1067
- padding-left: 0.375em;
1068
- }
1069
-
1070
- .prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
1071
- margin-top: 0.75em;
1072
- margin-bottom: 0.75em;
1073
- }
1074
-
1075
- .prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
1076
- margin-top: 1.25em;
1077
- }
1078
-
1079
- .prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
1080
- margin-bottom: 1.25em;
1081
- }
1082
-
1083
- .prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
1084
- margin-top: 1.25em;
1085
- }
1086
-
1087
- .prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
1088
- margin-bottom: 1.25em;
1089
- }
1090
-
1091
- .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
1092
- margin-top: 0.75em;
1093
- margin-bottom: 0.75em;
1094
- }
1095
-
1096
- .prose :where(hr + *):not(:where([class~="not-prose"] *)) {
1097
- margin-top: 0;
1098
- }
1099
-
1100
- .prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
1101
- margin-top: 0;
1102
- }
1103
-
1104
- .prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
1105
- margin-top: 0;
1106
- }
1107
-
1108
- .prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
1109
- margin-top: 0;
1110
- }
1111
-
1112
- .prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
1113
- padding-left: 0;
1114
- }
1115
-
1116
- .prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
1117
- padding-right: 0;
1118
- }
1119
-
1120
- .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
1121
- padding-top: 0.5714286em;
1122
- padding-right: 0.5714286em;
1123
- padding-bottom: 0.5714286em;
1124
- padding-left: 0.5714286em;
1125
- }
1126
-
1127
- .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
1128
- padding-left: 0;
1129
- }
1130
-
1131
- .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
1132
- padding-right: 0;
1133
- }
1134
-
1135
- .prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
1136
- margin-top: 0;
1137
- }
1138
-
1139
- .prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
1140
- margin-bottom: 0;
1141
- }
1142
-
1143
- .prose-sm {
1144
- font-size: 0.875rem;
1145
- line-height: 1.7142857;
1146
- }
1147
-
1148
- .prose-sm :where(p):not(:where([class~="not-prose"] *)) {
1149
- margin-top: 1.1428571em;
1150
- margin-bottom: 1.1428571em;
1151
- }
1152
-
1153
- .prose-sm :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
1154
- font-size: 1.2857143em;
1155
- line-height: 1.5555556;
1156
- margin-top: 0.8888889em;
1157
- margin-bottom: 0.8888889em;
1158
- }
1159
-
1160
- .prose-sm :where(blockquote):not(:where([class~="not-prose"] *)) {
1161
- margin-top: 1.3333333em;
1162
- margin-bottom: 1.3333333em;
1163
- padding-left: 1.1111111em;
1164
- }
1165
-
1166
- .prose-sm :where(h1):not(:where([class~="not-prose"] *)) {
1167
- font-size: 2.1428571em;
1168
- margin-top: 0;
1169
- margin-bottom: 0.8em;
1170
- line-height: 1.2;
1171
- }
1172
-
1173
- .prose-sm :where(h2):not(:where([class~="not-prose"] *)) {
1174
- font-size: 1.4285714em;
1175
- margin-top: 1.6em;
1176
- margin-bottom: 0.8em;
1177
- line-height: 1.4;
1178
- }
1179
-
1180
- .prose-sm :where(h3):not(:where([class~="not-prose"] *)) {
1181
- font-size: 1.2857143em;
1182
- margin-top: 1.5555556em;
1183
- margin-bottom: 0.4444444em;
1184
- line-height: 1.5555556;
1185
- }
1186
-
1187
- .prose-sm :where(h4):not(:where([class~="not-prose"] *)) {
1188
- margin-top: 1.4285714em;
1189
- margin-bottom: 0.5714286em;
1190
- line-height: 1.4285714;
1191
- }
1192
-
1193
- .prose-sm :where(img):not(:where([class~="not-prose"] *)) {
1194
- margin-top: 1.7142857em;
1195
- margin-bottom: 1.7142857em;
1196
- }
1197
-
1198
- .prose-sm :where(video):not(:where([class~="not-prose"] *)) {
1199
- margin-top: 1.7142857em;
1200
- margin-bottom: 1.7142857em;
1201
- }
1202
-
1203
- .prose-sm :where(figure):not(:where([class~="not-prose"] *)) {
1204
- margin-top: 1.7142857em;
1205
- margin-bottom: 1.7142857em;
1206
- }
1207
-
1208
- .prose-sm :where(figure > *):not(:where([class~="not-prose"] *)) {
1209
- margin-top: 0;
1210
- margin-bottom: 0;
1211
- }
1212
-
1213
- .prose-sm :where(figcaption):not(:where([class~="not-prose"] *)) {
1214
- font-size: 0.8571429em;
1215
- line-height: 1.3333333;
1216
- margin-top: 0.6666667em;
1217
- }
1218
-
1219
- .prose-sm :where(code):not(:where([class~="not-prose"] *)) {
1220
- font-size: 0.8571429em;
1221
- }
1222
-
1223
- .prose-sm :where(h2 code):not(:where([class~="not-prose"] *)) {
1224
- font-size: 0.9em;
1225
- }
1226
-
1227
- .prose-sm :where(h3 code):not(:where([class~="not-prose"] *)) {
1228
- font-size: 0.8888889em;
1229
- }
1230
-
1231
- .prose-sm :where(pre):not(:where([class~="not-prose"] *)) {
1232
- font-size: 0.8571429em;
1233
- line-height: 1.6666667;
1234
- margin-top: 1.6666667em;
1235
- margin-bottom: 1.6666667em;
1236
- border-radius: 0.25rem;
1237
- padding-top: 0.6666667em;
1238
- padding-right: 1em;
1239
- padding-bottom: 0.6666667em;
1240
- padding-left: 1em;
1241
- }
1242
-
1243
- .prose-sm :where(ol):not(:where([class~="not-prose"] *)) {
1244
- margin-top: 1.1428571em;
1245
- margin-bottom: 1.1428571em;
1246
- padding-left: 1.5714286em;
1247
- }
1248
-
1249
- .prose-sm :where(ul):not(:where([class~="not-prose"] *)) {
1250
- margin-top: 1.1428571em;
1251
- margin-bottom: 1.1428571em;
1252
- padding-left: 1.5714286em;
1253
- }
1254
-
1255
- .prose-sm :where(li):not(:where([class~="not-prose"] *)) {
1256
- margin-top: 0.2857143em;
1257
- margin-bottom: 0.2857143em;
1258
- }
1259
-
1260
- .prose-sm :where(ol > li):not(:where([class~="not-prose"] *)) {
1261
- padding-left: 0.4285714em;
1262
- }
1263
-
1264
- .prose-sm :where(ul > li):not(:where([class~="not-prose"] *)) {
1265
- padding-left: 0.4285714em;
1266
- }
1267
-
1268
- .prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"] *)) {
1269
- margin-top: 0.5714286em;
1270
- margin-bottom: 0.5714286em;
1271
- }
1272
-
1273
- .prose-sm :where(.prose-sm > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
1274
- margin-top: 1.1428571em;
1275
- }
1276
-
1277
- .prose-sm :where(.prose-sm > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
1278
- margin-bottom: 1.1428571em;
1279
- }
1280
-
1281
- .prose-sm :where(.prose-sm > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
1282
- margin-top: 1.1428571em;
1283
- }
1284
-
1285
- .prose-sm :where(.prose-sm > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
1286
- margin-bottom: 1.1428571em;
1287
- }
1288
-
1289
- .prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
1290
- margin-top: 0.5714286em;
1291
- margin-bottom: 0.5714286em;
1292
- }
1293
-
1294
- .prose-sm :where(hr):not(:where([class~="not-prose"] *)) {
1295
- margin-top: 2.8571429em;
1296
- margin-bottom: 2.8571429em;
1297
- }
1298
-
1299
- .prose-sm :where(hr + *):not(:where([class~="not-prose"] *)) {
1300
- margin-top: 0;
1301
- }
1302
-
1303
- .prose-sm :where(h2 + *):not(:where([class~="not-prose"] *)) {
1304
- margin-top: 0;
1305
- }
1306
-
1307
- .prose-sm :where(h3 + *):not(:where([class~="not-prose"] *)) {
1308
- margin-top: 0;
1309
- }
1310
-
1311
- .prose-sm :where(h4 + *):not(:where([class~="not-prose"] *)) {
1312
- margin-top: 0;
1313
- }
1314
-
1315
- .prose-sm :where(table):not(:where([class~="not-prose"] *)) {
1316
- font-size: 0.8571429em;
1317
- line-height: 1.5;
1318
- }
1319
-
1320
- .prose-sm :where(thead th):not(:where([class~="not-prose"] *)) {
1321
- padding-right: 1em;
1322
- padding-bottom: 0.6666667em;
1323
- padding-left: 1em;
1324
- }
1325
-
1326
- .prose-sm :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
1327
- padding-left: 0;
1328
- }
1329
-
1330
- .prose-sm :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
1331
- padding-right: 0;
1332
- }
1333
-
1334
- .prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
1335
- padding-top: 0.6666667em;
1336
- padding-right: 1em;
1337
- padding-bottom: 0.6666667em;
1338
- padding-left: 1em;
1339
- }
1340
-
1341
- .prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
1342
- padding-left: 0;
1343
- }
1344
-
1345
- .prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
1346
- padding-right: 0;
1347
- }
1348
-
1349
- .prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"] *)) {
1350
- margin-top: 0;
1351
- }
1352
-
1353
- .prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"] *)) {
1354
- margin-bottom: 0;
1355
- }
1356
-
1357
- .pointer-events-none {
1358
- pointer-events: none;
1359
- }
1360
-
1361
- .absolute {
1362
- position: absolute;
1363
- }
1364
-
1365
- .relative {
1366
- position: relative;
1367
- }
1368
-
1369
- .left-4 {
1370
- left: 1rem;
1371
- }
1372
-
1373
- .top-0 {
1374
- top: 0px;
1375
- }
1376
-
1377
- .top-0\.5 {
1378
- top: 0.125rem;
1379
- }
1380
-
1381
- .top-4 {
1382
- top: 1rem;
1383
- }
1384
-
1385
- .top-5 {
1386
- top: 1.25rem;
1387
- }
1388
-
1389
- .top-\[0\.5px\] {
1390
- top: 0.5px;
1391
- }
1392
-
1393
- .col-span-2 {
1394
- grid-column: span 2 / span 2;
1395
- }
1396
-
1397
- .float-right {
1398
- float: right;
1399
- }
1400
-
1401
- .m-8 {
1402
- margin: 2rem;
1403
- }
1404
-
1405
- .mx-6 {
1406
- margin-left: 1.5rem;
1407
- margin-right: 1.5rem;
1408
- }
1409
-
1410
- .mx-auto {
1411
- margin-left: auto;
1412
- margin-right: auto;
1413
- }
1414
-
1415
- .-ml-2 {
1416
- margin-left: -0.5rem;
1417
- }
1418
-
1419
- .-ml-px {
1420
- margin-left: -1px;
1421
- }
1422
-
1423
- .mb-4 {
1424
- margin-bottom: 1rem;
1425
- }
1426
-
1427
- .ml-1 {
1428
- margin-left: 0.25rem;
1429
- }
1430
-
1431
- .ml-2 {
1432
- margin-left: 0.5rem;
1433
- }
1434
-
1435
- .ml-3 {
1436
- margin-left: 0.75rem;
1437
- }
1438
-
1439
- .mr-1 {
1440
- margin-right: 0.25rem;
1441
- }
1442
-
1443
- .mt-1 {
1444
- margin-top: 0.25rem;
1445
- }
1446
-
1447
- .mt-2 {
1448
- margin-top: 0.5rem;
1449
- }
1450
-
1451
- .mt-3 {
1452
- margin-top: 0.75rem;
1453
- }
1454
-
1455
- .mt-5 {
1456
- margin-top: 1.25rem;
1457
- }
1458
-
1459
- .mt-6 {
1460
- margin-top: 1.5rem;
1461
- }
1462
-
1463
- .mt-8 {
1464
- margin-top: 2rem;
1465
- }
1466
-
1467
- .line-clamp-3 {
1468
- overflow: hidden;
1469
- display: -webkit-box;
1470
- -webkit-box-orient: vertical;
1471
- -webkit-line-clamp: 3;
1472
- }
1473
-
1474
- .block {
1475
- display: block;
1476
- }
1477
-
1478
- .inline-block {
1479
- display: inline-block;
1480
- }
1481
-
1482
- .flex {
1483
- display: flex;
1484
- }
1485
-
1486
- .inline-flex {
1487
- display: inline-flex;
1488
- }
1489
-
1490
- .table {
1491
- display: table;
1492
- }
1493
-
1494
- .grid {
1495
- display: grid;
1496
- }
1497
-
1498
- .h-3 {
1499
- height: 0.75rem;
1500
- }
1501
-
1502
- .h-5 {
1503
- height: 1.25rem;
1504
- }
1505
-
1506
- .h-6 {
1507
- height: 1.5rem;
1508
- }
1509
-
1510
- .h-8 {
1511
- height: 2rem;
1512
- }
1513
-
1514
- .h-full {
1515
- height: 100%;
1516
- }
1517
-
1518
- .w-0 {
1519
- width: 0px;
1520
- }
1521
-
1522
- .w-0\.5 {
1523
- width: 0.125rem;
1524
- }
1525
-
1526
- .w-1\/4 {
1527
- width: 25%;
1528
- }
1529
-
1530
- .w-3 {
1531
- width: 0.75rem;
1532
- }
1533
-
1534
- .w-5 {
1535
- width: 1.25rem;
1536
- }
1537
-
1538
- .w-6 {
1539
- width: 1.5rem;
1540
- }
1541
-
1542
- .w-8 {
1543
- width: 2rem;
1544
- }
1545
-
1546
- .w-\[36px\] {
1547
- width: 36px;
1548
- }
1549
-
1550
- .w-full {
1551
- width: 100%;
1552
- }
1553
-
1554
- .min-w-0 {
1555
- min-width: 0px;
1556
- }
1557
-
1558
- .min-w-full {
1559
- min-width: 100%;
1560
- }
1561
-
1562
- .max-w-4xl {
1563
- max-width: 56rem;
1564
- }
1565
-
1566
- .max-w-md {
1567
- max-width: 28rem;
1568
- }
1569
-
1570
- .flex-1 {
1571
- flex: 1 1 0%;
1572
- }
1573
-
1574
- .flex-shrink-0 {
1575
- flex-shrink: 0;
1576
- }
1577
-
1578
- @keyframes ping {
1579
- 75%, 100% {
1580
- transform: scale(2);
1581
- opacity: 0;
1582
- }
1583
- }
1584
-
1585
- .animate-ping {
1586
- animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
1587
- }
1588
-
1589
- .list-inside {
1590
- list-style-position: inside;
1591
- }
1592
-
1593
- .list-disc {
1594
- list-style-type: disc;
1595
- }
1596
-
1597
- .grid-cols-1 {
1598
- grid-template-columns: repeat(1, minmax(0, 1fr));
1599
- }
1600
-
1601
- .items-center {
1602
- align-items: center;
1603
- }
1604
-
1605
- .justify-center {
1606
- justify-content: center;
1607
- }
1608
-
1609
- .justify-between {
1610
- justify-content: space-between;
1611
- }
1612
-
1613
- .gap-x-4 {
1614
- -moz-column-gap: 1rem;
1615
- column-gap: 1rem;
1616
- }
1617
-
1618
- .gap-y-8 {
1619
- row-gap: 2rem;
1620
- }
1621
-
1622
- .space-x-3 > :not([hidden]) ~ :not([hidden]) {
1623
- --tw-space-x-reverse: 0;
1624
- margin-right: calc(0.75rem * var(--tw-space-x-reverse));
1625
- margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
1626
- }
1627
-
1628
- .space-x-4 > :not([hidden]) ~ :not([hidden]) {
1629
- --tw-space-x-reverse: 0;
1630
- margin-right: calc(1rem * var(--tw-space-x-reverse));
1631
- margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
1632
- }
1633
-
1634
- .divide-y > :not([hidden]) ~ :not([hidden]) {
1635
- --tw-divide-y-reverse: 0;
1636
- border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
1637
- border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
1638
- }
1639
-
1640
- .divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
1641
- --tw-divide-opacity: 1;
1642
- border-color: rgb(209 213 219 / var(--tw-divide-opacity));
1643
- }
1644
-
1645
- .rounded {
1646
- border-radius: 0.25rem;
1647
- }
1648
-
1649
- .rounded-full {
1650
- border-radius: 9999px;
1651
- }
1652
-
1653
- .rounded-lg {
1654
- border-radius: 0.5rem;
1655
- }
1656
-
1657
- .rounded-md {
1658
- border-radius: 0.375rem;
1659
- }
1660
-
1661
- .border {
1662
- border-width: 1px;
1663
- }
1664
-
1665
- .border-2 {
1666
- border-width: 2px;
1667
- }
1668
-
1669
- .border-b {
1670
- border-bottom-width: 1px;
1671
- }
1672
-
1673
- .border-b-2 {
1674
- border-bottom-width: 2px;
1675
- }
1676
-
1677
- .border-none {
1678
- border-style: none;
1679
- }
1680
-
1681
- .border-gray-200 {
1682
- --tw-border-opacity: 1;
1683
- border-color: rgb(229 231 235 / var(--tw-border-opacity));
1684
- }
1685
-
1686
- .border-gray-300 {
1687
- --tw-border-opacity: 1;
1688
- border-color: rgb(209 213 219 / var(--tw-border-opacity));
1689
- }
1690
-
1691
- .border-green-300 {
1692
- --tw-border-opacity: 1;
1693
- border-color: rgb(134 239 172 / var(--tw-border-opacity));
1694
- }
1695
-
1696
- .border-orange-300 {
1697
- --tw-border-opacity: 1;
1698
- border-color: rgb(253 186 116 / var(--tw-border-opacity));
1699
- }
1700
-
1701
- .border-slate-300 {
1702
- --tw-border-opacity: 1;
1703
- border-color: rgb(203 213 225 / var(--tw-border-opacity));
1704
- }
1705
-
1706
- .border-slate-400 {
1707
- --tw-border-opacity: 1;
1708
- border-color: rgb(148 163 184 / var(--tw-border-opacity));
1709
- }
1710
-
1711
- .border-slate-500 {
1712
- --tw-border-opacity: 1;
1713
- border-color: rgb(100 116 139 / var(--tw-border-opacity));
1714
- }
1715
-
1716
- .border-transparent {
1717
- border-color: transparent;
1718
- }
1719
-
1720
- .bg-amber-500 {
1721
- --tw-bg-opacity: 1;
1722
- background-color: rgb(245 158 11 / var(--tw-bg-opacity));
1723
- }
1724
-
1725
- .bg-gray-100 {
1726
- --tw-bg-opacity: 1;
1727
- background-color: rgb(243 244 246 / var(--tw-bg-opacity));
1728
- }
1729
-
1730
- .bg-gray-200 {
1731
- --tw-bg-opacity: 1;
1732
- background-color: rgb(229 231 235 / var(--tw-bg-opacity));
1733
- }
1734
-
1735
- .bg-gray-50 {
1736
- --tw-bg-opacity: 1;
1737
- background-color: rgb(249 250 251 / var(--tw-bg-opacity));
1738
- }
1739
-
1740
- .bg-gray-700 {
1741
- --tw-bg-opacity: 1;
1742
- background-color: rgb(55 65 81 / var(--tw-bg-opacity));
1743
- }
1744
-
1745
- .bg-gray-800 {
1746
- --tw-bg-opacity: 1;
1747
- background-color: rgb(31 41 55 / var(--tw-bg-opacity));
1748
- }
1749
-
1750
- .bg-green-100 {
1751
- --tw-bg-opacity: 1;
1752
- background-color: rgb(220 252 231 / var(--tw-bg-opacity));
1753
- }
1754
-
1755
- .bg-green-200 {
1756
- --tw-bg-opacity: 1;
1757
- background-color: rgb(187 247 208 / var(--tw-bg-opacity));
1758
- }
1759
-
1760
- .bg-green-300 {
1761
- --tw-bg-opacity: 1;
1762
- background-color: rgb(134 239 172 / var(--tw-bg-opacity));
1763
- }
1764
-
1765
- .bg-green-400 {
1766
- --tw-bg-opacity: 1;
1767
- background-color: rgb(74 222 128 / var(--tw-bg-opacity));
1768
- }
1769
-
1770
- .bg-green-500 {
1771
- --tw-bg-opacity: 1;
1772
- background-color: rgb(34 197 94 / var(--tw-bg-opacity));
1773
- }
1774
-
1775
- .bg-orange-200 {
1776
- --tw-bg-opacity: 1;
1777
- background-color: rgb(254 215 170 / var(--tw-bg-opacity));
1778
- }
1779
-
1780
- .bg-red-100 {
1781
- --tw-bg-opacity: 1;
1782
- background-color: rgb(254 226 226 / var(--tw-bg-opacity));
1783
- }
1784
-
1785
- .bg-red-300 {
1786
- --tw-bg-opacity: 1;
1787
- background-color: rgb(252 165 165 / var(--tw-bg-opacity));
1788
- }
1789
-
1790
- .bg-slate-100 {
1791
- --tw-bg-opacity: 1;
1792
- background-color: rgb(241 245 249 / var(--tw-bg-opacity));
1793
- }
1794
-
1795
- .bg-slate-300 {
1796
- --tw-bg-opacity: 1;
1797
- background-color: rgb(203 213 225 / var(--tw-bg-opacity));
1798
- }
1799
-
1800
- .bg-white {
1801
- --tw-bg-opacity: 1;
1802
- background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1803
- }
1804
-
1805
- .bg-yellow-300 {
1806
- --tw-bg-opacity: 1;
1807
- background-color: rgb(253 224 71 / var(--tw-bg-opacity));
1808
- }
1809
-
1810
- .p-3 {
1811
- padding: 0.75rem;
1812
- }
1813
-
1814
- .p-8 {
1815
- padding: 2rem;
1816
- }
1817
-
1818
- .px-0 {
1819
- padding-left: 0px;
1820
- padding-right: 0px;
1821
- }
1822
-
1823
- .px-1 {
1824
- padding-left: 0.25rem;
1825
- padding-right: 0.25rem;
1826
- }
1827
-
1828
- .px-2 {
1829
- padding-left: 0.5rem;
1830
- padding-right: 0.5rem;
1831
- }
1832
-
1833
- .px-3 {
1834
- padding-left: 0.75rem;
1835
- padding-right: 0.75rem;
1836
- }
1837
-
1838
- .px-6 {
1839
- padding-left: 1.5rem;
1840
- padding-right: 1.5rem;
1841
- }
1842
-
1843
- .px-8 {
1844
- padding-left: 2rem;
1845
- padding-right: 2rem;
1846
- }
1847
-
1848
- .py-0 {
1849
- padding-top: 0px;
1850
- padding-bottom: 0px;
1851
- }
1852
-
1853
- .py-1 {
1854
- padding-top: 0.25rem;
1855
- padding-bottom: 0.25rem;
1856
- }
1857
-
1858
- .py-1\.5 {
1859
- padding-top: 0.375rem;
1860
- padding-bottom: 0.375rem;
1861
- }
1862
-
1863
- .py-2 {
1864
- padding-top: 0.5rem;
1865
- padding-bottom: 0.5rem;
1866
- }
1867
-
1868
- .py-4 {
1869
- padding-top: 1rem;
1870
- padding-bottom: 1rem;
1871
- }
1872
-
1873
- .py-6 {
1874
- padding-top: 1.5rem;
1875
- padding-bottom: 1.5rem;
1876
- }
1877
-
1878
- .pb-4 {
1879
- padding-bottom: 1rem;
1880
- }
1881
-
1882
- .pb-5 {
1883
- padding-bottom: 1.25rem;
1884
- }
1885
-
1886
- .pb-8 {
1887
- padding-bottom: 2rem;
1888
- }
1889
-
1890
- .pl-1 {
1891
- padding-left: 0.25rem;
1892
- }
1893
-
1894
- .pl-3 {
1895
- padding-left: 0.75rem;
1896
- }
1897
-
1898
- .pl-3\.5 {
1899
- padding-left: 0.875rem;
1900
- }
1901
-
1902
- .pl-4 {
1903
- padding-left: 1rem;
1904
- }
1905
-
1906
- .pl-5 {
1907
- padding-left: 1.25rem;
1908
- }
1909
-
1910
- .pl-6 {
1911
- padding-left: 1.5rem;
1912
- }
1913
-
1914
- .pr-1 {
1915
- padding-right: 0.25rem;
1916
- }
1917
-
1918
- .pr-2 {
1919
- padding-right: 0.5rem;
1920
- }
1921
-
1922
- .pr-3 {
1923
- padding-right: 0.75rem;
1924
- }
1925
-
1926
- .pt-2 {
1927
- padding-top: 0.5rem;
1928
- }
1929
-
1930
- .pt-3 {
1931
- padding-top: 0.75rem;
1932
- }
1933
-
1934
- .pt-3\.5 {
1935
- padding-top: 0.875rem;
1936
- }
1937
-
1938
- .pt-8 {
1939
- padding-top: 2rem;
1940
- }
1941
-
1942
- .text-left {
1943
- text-align: left;
1944
- }
1945
-
1946
- .text-center {
1947
- text-align: center;
1948
- }
1949
-
1950
- .indent-8 {
1951
- text-indent: 2rem;
1952
- }
1953
-
1954
- .text-3xl {
1955
- font-size: 1.875rem;
1956
- line-height: 2.25rem;
1957
- }
1958
-
1959
- .text-lg {
1960
- font-size: 1.125rem;
1961
- line-height: 1.75rem;
1962
- }
1963
-
1964
- .text-sm {
1965
- font-size: 0.875rem;
1966
- line-height: 1.25rem;
1967
- }
1968
-
1969
- .text-xl {
1970
- font-size: 1.25rem;
1971
- line-height: 1.75rem;
1972
- }
1973
-
1974
- .text-xs {
1975
- font-size: 0.75rem;
1976
- line-height: 1rem;
1977
- }
1978
-
1979
- .font-black {
1980
- font-weight: 900;
1981
- }
1982
-
1983
- .font-bold {
1984
- font-weight: 700;
1985
- }
1986
-
1987
- .font-medium {
1988
- font-weight: 500;
1989
- }
1990
-
1991
- .font-normal {
1992
- font-weight: 400;
1993
- }
1994
-
1995
- .font-semibold {
1996
- font-weight: 600;
1997
- }
1998
-
1999
- .leading-5 {
2000
- line-height: 1.25rem;
2001
- }
2002
-
2003
- .leading-6 {
2004
- line-height: 1.5rem;
2005
- }
2006
-
2007
- .text-gray-400 {
2008
- --tw-text-opacity: 1;
2009
- color: rgb(156 163 175 / var(--tw-text-opacity));
2010
- }
2011
-
2012
- .text-gray-50 {
2013
- --tw-text-opacity: 1;
2014
- color: rgb(249 250 251 / var(--tw-text-opacity));
2015
- }
2016
-
2017
- .text-gray-500 {
2018
- --tw-text-opacity: 1;
2019
- color: rgb(107 114 128 / var(--tw-text-opacity));
2020
- }
2021
-
2022
- .text-gray-600 {
2023
- --tw-text-opacity: 1;
2024
- color: rgb(75 85 99 / var(--tw-text-opacity));
2025
- }
2026
-
2027
- .text-gray-700 {
2028
- --tw-text-opacity: 1;
2029
- color: rgb(55 65 81 / var(--tw-text-opacity));
2030
- }
2031
-
2032
- .text-gray-800 {
2033
- --tw-text-opacity: 1;
2034
- color: rgb(31 41 55 / var(--tw-text-opacity));
2035
- }
2036
-
2037
- .text-gray-900 {
2038
- --tw-text-opacity: 1;
2039
- color: rgb(17 24 39 / var(--tw-text-opacity));
2040
- }
2041
-
2042
- .text-green-700 {
2043
- --tw-text-opacity: 1;
2044
- color: rgb(21 128 61 / var(--tw-text-opacity));
2045
- }
2046
-
2047
- .text-green-800 {
2048
- --tw-text-opacity: 1;
2049
- color: rgb(22 101 52 / var(--tw-text-opacity));
2050
- }
2051
-
2052
- .text-red-400 {
2053
- --tw-text-opacity: 1;
2054
- color: rgb(248 113 113 / var(--tw-text-opacity));
2055
- }
2056
-
2057
- .text-red-700 {
2058
- --tw-text-opacity: 1;
2059
- color: rgb(185 28 28 / var(--tw-text-opacity));
2060
- }
2061
-
2062
- .text-red-800 {
2063
- --tw-text-opacity: 1;
2064
- color: rgb(153 27 27 / var(--tw-text-opacity));
2065
- }
2066
-
2067
- .text-slate-400 {
2068
- --tw-text-opacity: 1;
2069
- color: rgb(148 163 184 / var(--tw-text-opacity));
2070
- }
2071
-
2072
- .text-slate-500 {
2073
- --tw-text-opacity: 1;
2074
- color: rgb(100 116 139 / var(--tw-text-opacity));
2075
- }
2076
-
2077
- .text-slate-600 {
2078
- --tw-text-opacity: 1;
2079
- color: rgb(71 85 105 / var(--tw-text-opacity));
2080
- }
2081
-
2082
- .text-yellow-700 {
2083
- --tw-text-opacity: 1;
2084
- color: rgb(161 98 7 / var(--tw-text-opacity));
2085
- }
2086
-
2087
- .underline {
2088
- text-decoration-line: underline;
2089
- }
2090
-
2091
- .opacity-75 {
2092
- opacity: 0.75;
2093
- }
2094
-
2095
- .shadow {
2096
- --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
2097
- --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
2098
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2099
- }
2100
-
2101
- .shadow-sm {
2102
- --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
2103
- --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
2104
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2105
- }
2106
-
2107
- .ring-4 {
2108
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2109
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2110
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
2111
- }
2112
-
2113
- .ring-white {
2114
- --tw-ring-opacity: 1;
2115
- --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
2116
- }
2117
-
2118
- .filter {
2119
- filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
2120
- }
2121
-
2122
- html,
2123
- body {
2124
- background: #e5e7eb;
2125
- }
2126
-
2127
- .marker\:text-gray-400 *::marker {
2128
- color: rgb(156 163 175 );
2129
- }
2130
-
2131
- .marker\:text-gray-400::marker {
2132
- color: rgb(156 163 175 );
2133
- }
2134
-
2135
- .placeholder\:text-gray-400::-moz-placeholder {
2136
- --tw-text-opacity: 1;
2137
- color: rgb(156 163 175 / var(--tw-text-opacity));
2138
- }
2139
-
2140
- .placeholder\:text-gray-400::placeholder {
2141
- --tw-text-opacity: 1;
2142
- color: rgb(156 163 175 / var(--tw-text-opacity));
2143
- }
2144
-
2145
- .hover\:border-slate-300:hover {
2146
- --tw-border-opacity: 1;
2147
- border-color: rgb(203 213 225 / var(--tw-border-opacity));
2148
- }
2149
-
2150
- .hover\:bg-gray-100:hover {
2151
- --tw-bg-opacity: 1;
2152
- background-color: rgb(243 244 246 / var(--tw-bg-opacity));
2153
- }
2154
-
2155
- .hover\:bg-gray-50:hover {
2156
- --tw-bg-opacity: 1;
2157
- background-color: rgb(249 250 251 / var(--tw-bg-opacity));
2158
- }
2159
-
2160
- .hover\:bg-slate-200:hover {
2161
- --tw-bg-opacity: 1;
2162
- background-color: rgb(226 232 240 / var(--tw-bg-opacity));
2163
- }
2164
-
2165
- .hover\:text-gray-800:hover {
2166
- --tw-text-opacity: 1;
2167
- color: rgb(31 41 55 / var(--tw-text-opacity));
2168
- }
2169
-
2170
- .hover\:text-slate-700:hover {
2171
- --tw-text-opacity: 1;
2172
- color: rgb(51 65 85 / var(--tw-text-opacity));
2173
- }
2174
-
2175
- @media (min-width: 640px) {
2176
- .sm\:mt-0 {
2177
- margin-top: 0px;
2178
- }
2179
-
2180
- .sm\:grid-cols-2 {
2181
- grid-template-columns: repeat(2, minmax(0, 1fr));
2182
- }
2183
- }