@cenk1cenk2/md-printer 2.2.97 → 2.3.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.
@@ -1,1456 +0,0 @@
1
- html {
2
- font-size: 12px;
3
- }
4
-
5
- .page-break {
6
- page-break-after: always;
7
- }
8
-
9
- *, ::before, ::after {
10
- --tw-border-spacing-x: 0;
11
- --tw-border-spacing-y: 0;
12
- --tw-translate-x: 0;
13
- --tw-translate-y: 0;
14
- --tw-rotate: 0;
15
- --tw-skew-x: 0;
16
- --tw-skew-y: 0;
17
- --tw-scale-x: 1;
18
- --tw-scale-y: 1;
19
- --tw-pan-x: ;
20
- --tw-pan-y: ;
21
- --tw-pinch-zoom: ;
22
- --tw-scroll-snap-strictness: proximity;
23
- --tw-gradient-from-position: ;
24
- --tw-gradient-via-position: ;
25
- --tw-gradient-to-position: ;
26
- --tw-ordinal: ;
27
- --tw-slashed-zero: ;
28
- --tw-numeric-figure: ;
29
- --tw-numeric-spacing: ;
30
- --tw-numeric-fraction: ;
31
- --tw-ring-inset: ;
32
- --tw-ring-offset-width: 0px;
33
- --tw-ring-offset-color: #fff;
34
- --tw-ring-color: rgb(59 130 246 / 0.5);
35
- --tw-ring-offset-shadow: 0 0 #0000;
36
- --tw-ring-shadow: 0 0 #0000;
37
- --tw-shadow: 0 0 #0000;
38
- --tw-shadow-colored: 0 0 #0000;
39
- --tw-blur: ;
40
- --tw-brightness: ;
41
- --tw-contrast: ;
42
- --tw-grayscale: ;
43
- --tw-hue-rotate: ;
44
- --tw-invert: ;
45
- --tw-saturate: ;
46
- --tw-sepia: ;
47
- --tw-drop-shadow: ;
48
- --tw-backdrop-blur: ;
49
- --tw-backdrop-brightness: ;
50
- --tw-backdrop-contrast: ;
51
- --tw-backdrop-grayscale: ;
52
- --tw-backdrop-hue-rotate: ;
53
- --tw-backdrop-invert: ;
54
- --tw-backdrop-opacity: ;
55
- --tw-backdrop-saturate: ;
56
- --tw-backdrop-sepia: ;
57
- --tw-contain-size: ;
58
- --tw-contain-layout: ;
59
- --tw-contain-paint: ;
60
- --tw-contain-style: ;
61
- }
62
-
63
- ::backdrop {
64
- --tw-border-spacing-x: 0;
65
- --tw-border-spacing-y: 0;
66
- --tw-translate-x: 0;
67
- --tw-translate-y: 0;
68
- --tw-rotate: 0;
69
- --tw-skew-x: 0;
70
- --tw-skew-y: 0;
71
- --tw-scale-x: 1;
72
- --tw-scale-y: 1;
73
- --tw-pan-x: ;
74
- --tw-pan-y: ;
75
- --tw-pinch-zoom: ;
76
- --tw-scroll-snap-strictness: proximity;
77
- --tw-gradient-from-position: ;
78
- --tw-gradient-via-position: ;
79
- --tw-gradient-to-position: ;
80
- --tw-ordinal: ;
81
- --tw-slashed-zero: ;
82
- --tw-numeric-figure: ;
83
- --tw-numeric-spacing: ;
84
- --tw-numeric-fraction: ;
85
- --tw-ring-inset: ;
86
- --tw-ring-offset-width: 0px;
87
- --tw-ring-offset-color: #fff;
88
- --tw-ring-color: rgb(59 130 246 / 0.5);
89
- --tw-ring-offset-shadow: 0 0 #0000;
90
- --tw-ring-shadow: 0 0 #0000;
91
- --tw-shadow: 0 0 #0000;
92
- --tw-shadow-colored: 0 0 #0000;
93
- --tw-blur: ;
94
- --tw-brightness: ;
95
- --tw-contrast: ;
96
- --tw-grayscale: ;
97
- --tw-hue-rotate: ;
98
- --tw-invert: ;
99
- --tw-saturate: ;
100
- --tw-sepia: ;
101
- --tw-drop-shadow: ;
102
- --tw-backdrop-blur: ;
103
- --tw-backdrop-brightness: ;
104
- --tw-backdrop-contrast: ;
105
- --tw-backdrop-grayscale: ;
106
- --tw-backdrop-hue-rotate: ;
107
- --tw-backdrop-invert: ;
108
- --tw-backdrop-opacity: ;
109
- --tw-backdrop-saturate: ;
110
- --tw-backdrop-sepia: ;
111
- --tw-contain-size: ;
112
- --tw-contain-layout: ;
113
- --tw-contain-paint: ;
114
- --tw-contain-style: ;
115
- }
116
-
117
- /*
118
- ! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com
119
- */
120
-
121
- /*
122
- 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
123
- 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
124
- */
125
-
126
- *,
127
- ::before,
128
- ::after {
129
- box-sizing: border-box;
130
- /* 1 */
131
- border-width: 0;
132
- /* 2 */
133
- border-style: solid;
134
- /* 2 */
135
- border-color: #e5e7eb;
136
- /* 2 */
137
- }
138
-
139
- ::before,
140
- ::after {
141
- --tw-content: '';
142
- }
143
-
144
- /*
145
- 1. Use a consistent sensible line-height in all browsers.
146
- 2. Prevent adjustments of font size after orientation changes in iOS.
147
- 3. Use a more readable tab size.
148
- 4. Use the user's configured `sans` font-family by default.
149
- 5. Use the user's configured `sans` font-feature-settings by default.
150
- 6. Use the user's configured `sans` font-variation-settings by default.
151
- 7. Disable tap highlights on iOS
152
- */
153
-
154
- html,
155
- :host {
156
- line-height: 1.5;
157
- /* 1 */
158
- -webkit-text-size-adjust: 100%;
159
- /* 2 */
160
- -moz-tab-size: 4;
161
- /* 3 */
162
- -o-tab-size: 4;
163
- tab-size: 4;
164
- /* 3 */
165
- font-family: Montserrat;
166
- /* 4 */
167
- font-feature-settings: normal;
168
- /* 5 */
169
- font-variation-settings: normal;
170
- /* 6 */
171
- -webkit-tap-highlight-color: transparent;
172
- /* 7 */
173
- }
174
-
175
- /*
176
- 1. Remove the margin in all browsers.
177
- 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
178
- */
179
-
180
- body {
181
- margin: 0;
182
- /* 1 */
183
- line-height: inherit;
184
- /* 2 */
185
- }
186
-
187
- /*
188
- 1. Add the correct height in Firefox.
189
- 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
190
- 3. Ensure horizontal rules are visible by default.
191
- */
192
-
193
- hr {
194
- height: 0;
195
- /* 1 */
196
- color: inherit;
197
- /* 2 */
198
- border-top-width: 1px;
199
- /* 3 */
200
- }
201
-
202
- /*
203
- Add the correct text decoration in Chrome, Edge, and Safari.
204
- */
205
-
206
- abbr:where([title]) {
207
- -webkit-text-decoration: underline dotted;
208
- text-decoration: underline dotted;
209
- }
210
-
211
- /*
212
- Remove the default font size and weight for headings.
213
- */
214
-
215
- h1,
216
- h2,
217
- h3,
218
- h4,
219
- h5,
220
- h6 {
221
- font-size: inherit;
222
- font-weight: inherit;
223
- }
224
-
225
- /*
226
- Reset links to optimize for opt-in styling instead of opt-out.
227
- */
228
-
229
- a {
230
- color: inherit;
231
- text-decoration: inherit;
232
- }
233
-
234
- /*
235
- Add the correct font weight in Edge and Safari.
236
- */
237
-
238
- b,
239
- strong {
240
- font-weight: bolder;
241
- }
242
-
243
- /*
244
- 1. Use the user's configured `mono` font-family by default.
245
- 2. Use the user's configured `mono` font-feature-settings by default.
246
- 3. Use the user's configured `mono` font-variation-settings by default.
247
- 4. Correct the odd `em` font sizing in all browsers.
248
- */
249
-
250
- code,
251
- kbd,
252
- samp,
253
- pre {
254
- font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
255
- /* 1 */
256
- font-feature-settings: normal;
257
- /* 2 */
258
- font-variation-settings: normal;
259
- /* 3 */
260
- font-size: 1em;
261
- /* 4 */
262
- }
263
-
264
- /*
265
- Add the correct font size in all browsers.
266
- */
267
-
268
- small {
269
- font-size: 80%;
270
- }
271
-
272
- /*
273
- Prevent `sub` and `sup` elements from affecting the line height in all browsers.
274
- */
275
-
276
- sub,
277
- sup {
278
- font-size: 75%;
279
- line-height: 0;
280
- position: relative;
281
- vertical-align: baseline;
282
- }
283
-
284
- sub {
285
- bottom: -0.25em;
286
- }
287
-
288
- sup {
289
- top: -0.5em;
290
- }
291
-
292
- /*
293
- 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)
294
- 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)
295
- 3. Remove gaps between table borders by default.
296
- */
297
-
298
- table {
299
- text-indent: 0;
300
- /* 1 */
301
- border-color: inherit;
302
- /* 2 */
303
- border-collapse: collapse;
304
- /* 3 */
305
- }
306
-
307
- /*
308
- 1. Change the font styles in all browsers.
309
- 2. Remove the margin in Firefox and Safari.
310
- 3. Remove default padding in all browsers.
311
- */
312
-
313
- button,
314
- input,
315
- optgroup,
316
- select,
317
- textarea {
318
- font-family: inherit;
319
- /* 1 */
320
- font-feature-settings: inherit;
321
- /* 1 */
322
- font-variation-settings: inherit;
323
- /* 1 */
324
- font-size: 100%;
325
- /* 1 */
326
- font-weight: inherit;
327
- /* 1 */
328
- line-height: inherit;
329
- /* 1 */
330
- letter-spacing: inherit;
331
- /* 1 */
332
- color: inherit;
333
- /* 1 */
334
- margin: 0;
335
- /* 2 */
336
- padding: 0;
337
- /* 3 */
338
- }
339
-
340
- /*
341
- Remove the inheritance of text transform in Edge and Firefox.
342
- */
343
-
344
- button,
345
- select {
346
- text-transform: none;
347
- }
348
-
349
- /*
350
- 1. Correct the inability to style clickable types in iOS and Safari.
351
- 2. Remove default button styles.
352
- */
353
-
354
- button,
355
- input:where([type='button']),
356
- input:where([type='reset']),
357
- input:where([type='submit']) {
358
- -webkit-appearance: button;
359
- /* 1 */
360
- background-color: transparent;
361
- /* 2 */
362
- background-image: none;
363
- /* 2 */
364
- }
365
-
366
- /*
367
- Use the modern Firefox focus style for all focusable elements.
368
- */
369
-
370
- :-moz-focusring {
371
- outline: auto;
372
- }
373
-
374
- /*
375
- Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
376
- */
377
-
378
- :-moz-ui-invalid {
379
- box-shadow: none;
380
- }
381
-
382
- /*
383
- Add the correct vertical alignment in Chrome and Firefox.
384
- */
385
-
386
- progress {
387
- vertical-align: baseline;
388
- }
389
-
390
- /*
391
- Correct the cursor style of increment and decrement buttons in Safari.
392
- */
393
-
394
- ::-webkit-inner-spin-button,
395
- ::-webkit-outer-spin-button {
396
- height: auto;
397
- }
398
-
399
- /*
400
- 1. Correct the odd appearance in Chrome and Safari.
401
- 2. Correct the outline style in Safari.
402
- */
403
-
404
- [type='search'] {
405
- -webkit-appearance: textfield;
406
- /* 1 */
407
- outline-offset: -2px;
408
- /* 2 */
409
- }
410
-
411
- /*
412
- Remove the inner padding in Chrome and Safari on macOS.
413
- */
414
-
415
- ::-webkit-search-decoration {
416
- -webkit-appearance: none;
417
- }
418
-
419
- /*
420
- 1. Correct the inability to style clickable types in iOS and Safari.
421
- 2. Change font properties to `inherit` in Safari.
422
- */
423
-
424
- ::-webkit-file-upload-button {
425
- -webkit-appearance: button;
426
- /* 1 */
427
- font: inherit;
428
- /* 2 */
429
- }
430
-
431
- /*
432
- Add the correct display in Chrome and Safari.
433
- */
434
-
435
- summary {
436
- display: list-item;
437
- }
438
-
439
- /*
440
- Removes the default spacing and border for appropriate elements.
441
- */
442
-
443
- blockquote,
444
- dl,
445
- dd,
446
- h1,
447
- h2,
448
- h3,
449
- h4,
450
- h5,
451
- h6,
452
- hr,
453
- figure,
454
- p,
455
- pre {
456
- margin: 0;
457
- }
458
-
459
- fieldset {
460
- margin: 0;
461
- padding: 0;
462
- }
463
-
464
- legend {
465
- padding: 0;
466
- }
467
-
468
- ol,
469
- ul,
470
- menu {
471
- list-style: none;
472
- margin: 0;
473
- padding: 0;
474
- }
475
-
476
- /*
477
- Reset default styling for dialogs.
478
- */
479
-
480
- dialog {
481
- padding: 0;
482
- }
483
-
484
- /*
485
- Prevent resizing textareas horizontally by default.
486
- */
487
-
488
- textarea {
489
- resize: vertical;
490
- }
491
-
492
- /*
493
- 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
494
- 2. Set the default placeholder color to the user's configured gray 400 color.
495
- */
496
-
497
- input::-moz-placeholder, textarea::-moz-placeholder {
498
- opacity: 1;
499
- /* 1 */
500
- color: #9ca3af;
501
- /* 2 */
502
- }
503
-
504
- input::placeholder,
505
- textarea::placeholder {
506
- opacity: 1;
507
- /* 1 */
508
- color: #9ca3af;
509
- /* 2 */
510
- }
511
-
512
- /*
513
- Set the default cursor for buttons.
514
- */
515
-
516
- button,
517
- [role="button"] {
518
- cursor: pointer;
519
- }
520
-
521
- /*
522
- Make sure disabled buttons don't get the pointer cursor.
523
- */
524
-
525
- :disabled {
526
- cursor: default;
527
- }
528
-
529
- /*
530
- 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
531
- 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
532
- This can trigger a poorly considered lint error in some tools but is included by design.
533
- */
534
-
535
- img,
536
- svg,
537
- video,
538
- canvas,
539
- audio,
540
- iframe,
541
- embed,
542
- object {
543
- display: block;
544
- /* 1 */
545
- vertical-align: middle;
546
- /* 2 */
547
- }
548
-
549
- /*
550
- Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
551
- */
552
-
553
- img,
554
- video {
555
- max-width: 100%;
556
- height: auto;
557
- }
558
-
559
- /* Make elements with the HTML hidden attribute stay hidden by default */
560
-
561
- [hidden]:where(:not([hidden="until-found"])) {
562
- display: none;
563
- }
564
-
565
- [type='text'],input:where(:not([type])),[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 {
566
- -webkit-appearance: none;
567
- -moz-appearance: none;
568
- appearance: none;
569
- background-color: #fff;
570
- border-color: #6b7280;
571
- border-width: 1px;
572
- border-radius: 0px;
573
- padding-top: 0.5rem;
574
- padding-right: 0.75rem;
575
- padding-bottom: 0.5rem;
576
- padding-left: 0.75rem;
577
- font-size: 1rem;
578
- line-height: 1.5rem;
579
- --tw-shadow: 0 0 #0000;
580
- }
581
-
582
- [type='text']:focus, input:where(:not([type])):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 {
583
- outline: 2px solid transparent;
584
- outline-offset: 2px;
585
- --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
586
- --tw-ring-offset-width: 0px;
587
- --tw-ring-offset-color: #fff;
588
- --tw-ring-color: #2563eb;
589
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
590
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
591
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
592
- border-color: #2563eb;
593
- }
594
-
595
- input::-moz-placeholder, textarea::-moz-placeholder {
596
- color: #6b7280;
597
- opacity: 1;
598
- }
599
-
600
- input::placeholder,textarea::placeholder {
601
- color: #6b7280;
602
- opacity: 1;
603
- }
604
-
605
- ::-webkit-datetime-edit-fields-wrapper {
606
- padding: 0;
607
- }
608
-
609
- ::-webkit-date-and-time-value {
610
- min-height: 1.5em;
611
- text-align: inherit;
612
- }
613
-
614
- ::-webkit-datetime-edit {
615
- display: inline-flex;
616
- }
617
-
618
- ::-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 {
619
- padding-top: 0;
620
- padding-bottom: 0;
621
- }
622
-
623
- select {
624
- 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");
625
- background-position: right 0.5rem center;
626
- background-repeat: no-repeat;
627
- background-size: 1.5em 1.5em;
628
- padding-right: 2.5rem;
629
- -webkit-print-color-adjust: exact;
630
- print-color-adjust: exact;
631
- }
632
-
633
- [multiple],[size]:where(select:not([size="1"])) {
634
- background-image: initial;
635
- background-position: initial;
636
- background-repeat: unset;
637
- background-size: initial;
638
- padding-right: 0.75rem;
639
- -webkit-print-color-adjust: unset;
640
- print-color-adjust: unset;
641
- }
642
-
643
- [type='checkbox'],[type='radio'] {
644
- -webkit-appearance: none;
645
- -moz-appearance: none;
646
- appearance: none;
647
- padding: 0;
648
- -webkit-print-color-adjust: exact;
649
- print-color-adjust: exact;
650
- display: inline-block;
651
- vertical-align: middle;
652
- background-origin: border-box;
653
- -webkit-user-select: none;
654
- -moz-user-select: none;
655
- user-select: none;
656
- flex-shrink: 0;
657
- height: 1rem;
658
- width: 1rem;
659
- color: #2563eb;
660
- background-color: #fff;
661
- border-color: #6b7280;
662
- border-width: 1px;
663
- --tw-shadow: 0 0 #0000;
664
- }
665
-
666
- [type='checkbox'] {
667
- border-radius: 0px;
668
- }
669
-
670
- [type='radio'] {
671
- border-radius: 100%;
672
- }
673
-
674
- [type='checkbox']:focus,[type='radio']:focus {
675
- outline: 2px solid transparent;
676
- outline-offset: 2px;
677
- --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
678
- --tw-ring-offset-width: 2px;
679
- --tw-ring-offset-color: #fff;
680
- --tw-ring-color: #2563eb;
681
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
682
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
683
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
684
- }
685
-
686
- [type='checkbox']:checked,[type='radio']:checked {
687
- border-color: transparent;
688
- background-color: currentColor;
689
- background-size: 100% 100%;
690
- background-position: center;
691
- background-repeat: no-repeat;
692
- }
693
-
694
- [type='checkbox']:checked {
695
- 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");
696
- }
697
-
698
- @media (forced-colors: active) {
699
- [type='checkbox']:checked {
700
- -webkit-appearance: auto;
701
- -moz-appearance: auto;
702
- appearance: auto;
703
- }
704
- }
705
-
706
- [type='radio']:checked {
707
- 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");
708
- }
709
-
710
- @media (forced-colors: active) {
711
- [type='radio']:checked {
712
- -webkit-appearance: auto;
713
- -moz-appearance: auto;
714
- appearance: auto;
715
- }
716
- }
717
-
718
- [type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
719
- border-color: transparent;
720
- background-color: currentColor;
721
- }
722
-
723
- [type='checkbox']:indeterminate {
724
- 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");
725
- border-color: transparent;
726
- background-color: currentColor;
727
- background-size: 100% 100%;
728
- background-position: center;
729
- background-repeat: no-repeat;
730
- }
731
-
732
- @media (forced-colors: active) {
733
- [type='checkbox']:indeterminate {
734
- -webkit-appearance: auto;
735
- -moz-appearance: auto;
736
- appearance: auto;
737
- }
738
- }
739
-
740
- [type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
741
- border-color: transparent;
742
- background-color: currentColor;
743
- }
744
-
745
- [type='file'] {
746
- background: unset;
747
- border-color: inherit;
748
- border-width: 0;
749
- border-radius: 0;
750
- padding: 0;
751
- font-size: unset;
752
- line-height: inherit;
753
- }
754
-
755
- [type='file']:focus {
756
- outline: 1px solid ButtonText;
757
- outline: 1px auto -webkit-focus-ring-color;
758
- }
759
-
760
- .prose {
761
- color: var(--tw-prose-body);
762
- max-width: 65ch;
763
- }
764
-
765
- .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
766
- margin-top: 1.25em;
767
- margin-bottom: 1.25em;
768
- }
769
-
770
- .prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
771
- color: var(--tw-prose-lead);
772
- font-size: 1.25em;
773
- line-height: 1.6;
774
- margin-top: 1.2em;
775
- margin-bottom: 1.2em;
776
- }
777
-
778
- .prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
779
- color: var(--tw-prose-links);
780
- text-decoration: underline;
781
- font-weight: 500;
782
- }
783
-
784
- .prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
785
- color: var(--tw-prose-bold);
786
- font-weight: 600;
787
- }
788
-
789
- .prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
790
- color: inherit;
791
- }
792
-
793
- .prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
794
- color: inherit;
795
- }
796
-
797
- .prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
798
- color: inherit;
799
- }
800
-
801
- .prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
802
- list-style-type: decimal;
803
- margin-top: 1.25em;
804
- margin-bottom: 1.25em;
805
- padding-inline-start: 1.625em;
806
- }
807
-
808
- .prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
809
- list-style-type: upper-alpha;
810
- }
811
-
812
- .prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
813
- list-style-type: lower-alpha;
814
- }
815
-
816
- .prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
817
- list-style-type: upper-alpha;
818
- }
819
-
820
- .prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
821
- list-style-type: lower-alpha;
822
- }
823
-
824
- .prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
825
- list-style-type: upper-roman;
826
- }
827
-
828
- .prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
829
- list-style-type: lower-roman;
830
- }
831
-
832
- .prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
833
- list-style-type: upper-roman;
834
- }
835
-
836
- .prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
837
- list-style-type: lower-roman;
838
- }
839
-
840
- .prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
841
- list-style-type: decimal;
842
- }
843
-
844
- .prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
845
- list-style-type: disc;
846
- margin-top: 1.25em;
847
- margin-bottom: 1.25em;
848
- padding-inline-start: 1.625em;
849
- }
850
-
851
- .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
852
- font-weight: 400;
853
- color: var(--tw-prose-counters);
854
- }
855
-
856
- .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
857
- color: var(--tw-prose-bullets);
858
- }
859
-
860
- .prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
861
- color: var(--tw-prose-headings);
862
- font-weight: 600;
863
- margin-top: 1.25em;
864
- }
865
-
866
- .prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
867
- border-color: var(--tw-prose-hr);
868
- border-top-width: 1px;
869
- margin-top: 3em;
870
- margin-bottom: 3em;
871
- }
872
-
873
- .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
874
- font-weight: 500;
875
- font-style: italic;
876
- color: var(--tw-prose-quotes);
877
- border-inline-start-width: 0.25rem;
878
- border-inline-start-color: var(--tw-prose-quote-borders);
879
- quotes: "\201C""\201D""\2018""\2019";
880
- margin-top: 1.6em;
881
- margin-bottom: 1.6em;
882
- padding-inline-start: 1em;
883
- }
884
-
885
- .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
886
- content: open-quote;
887
- }
888
-
889
- .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
890
- content: close-quote;
891
- }
892
-
893
- .prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
894
- color: var(--tw-prose-headings);
895
- font-weight: 800;
896
- font-size: 2.25em;
897
- margin-top: 0;
898
- margin-bottom: 0.8888889em;
899
- line-height: 1.1111111;
900
- }
901
-
902
- .prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
903
- font-weight: 900;
904
- color: inherit;
905
- }
906
-
907
- .prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
908
- color: var(--tw-prose-headings);
909
- font-weight: 700;
910
- font-size: 1.5em;
911
- margin-top: 2em;
912
- margin-bottom: 1em;
913
- line-height: 1.3333333;
914
- }
915
-
916
- .prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
917
- font-weight: 800;
918
- color: inherit;
919
- }
920
-
921
- .prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
922
- color: var(--tw-prose-headings);
923
- font-weight: 600;
924
- font-size: 1.25em;
925
- margin-top: 1.6em;
926
- margin-bottom: 0.6em;
927
- line-height: 1.6;
928
- }
929
-
930
- .prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
931
- font-weight: 700;
932
- color: inherit;
933
- }
934
-
935
- .prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
936
- color: var(--tw-prose-headings);
937
- font-weight: 600;
938
- margin-top: 1.5em;
939
- margin-bottom: 0.5em;
940
- line-height: 1.5;
941
- }
942
-
943
- .prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
944
- font-weight: 700;
945
- color: inherit;
946
- }
947
-
948
- .prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
949
- margin-top: 2em;
950
- margin-bottom: 2em;
951
- }
952
-
953
- .prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
954
- display: block;
955
- margin-top: 2em;
956
- margin-bottom: 2em;
957
- }
958
-
959
- .prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
960
- margin-top: 2em;
961
- margin-bottom: 2em;
962
- }
963
-
964
- .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
965
- font-weight: 500;
966
- font-family: inherit;
967
- color: var(--tw-prose-kbd);
968
- box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
969
- font-size: 0.875em;
970
- border-radius: 0.3125rem;
971
- padding-top: 0.1875em;
972
- padding-inline-end: 0.375em;
973
- padding-bottom: 0.1875em;
974
- padding-inline-start: 0.375em;
975
- }
976
-
977
- .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
978
- color: var(--tw-prose-code);
979
- font-weight: 600;
980
- font-size: 0.875em;
981
- }
982
-
983
- .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
984
- content: "`";
985
- }
986
-
987
- .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
988
- content: "`";
989
- }
990
-
991
- .prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
992
- color: inherit;
993
- }
994
-
995
- .prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
996
- color: inherit;
997
- }
998
-
999
- .prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1000
- color: inherit;
1001
- font-size: 0.875em;
1002
- }
1003
-
1004
- .prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1005
- color: inherit;
1006
- font-size: 0.9em;
1007
- }
1008
-
1009
- .prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1010
- color: inherit;
1011
- }
1012
-
1013
- .prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1014
- color: inherit;
1015
- }
1016
-
1017
- .prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1018
- color: inherit;
1019
- }
1020
-
1021
- .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1022
- color: var(--tw-prose-pre-code);
1023
- background-color: var(--tw-prose-pre-bg);
1024
- overflow-x: auto;
1025
- font-weight: 400;
1026
- font-size: 0.875em;
1027
- line-height: 1.7142857;
1028
- margin-top: 1.7142857em;
1029
- margin-bottom: 1.7142857em;
1030
- border-radius: 0.375rem;
1031
- padding-top: 0.8571429em;
1032
- padding-inline-end: 1.1428571em;
1033
- padding-bottom: 0.8571429em;
1034
- padding-inline-start: 1.1428571em;
1035
- }
1036
-
1037
- .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1038
- background-color: transparent;
1039
- border-width: 0;
1040
- border-radius: 0;
1041
- padding: 0;
1042
- font-weight: inherit;
1043
- color: inherit;
1044
- font-size: inherit;
1045
- font-family: inherit;
1046
- line-height: inherit;
1047
- }
1048
-
1049
- .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
1050
- content: none;
1051
- }
1052
-
1053
- .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
1054
- content: none;
1055
- }
1056
-
1057
- .prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1058
- width: 100%;
1059
- table-layout: auto;
1060
- margin-top: 2em;
1061
- margin-bottom: 2em;
1062
- font-size: 0.875em;
1063
- line-height: 1.7142857;
1064
- }
1065
-
1066
- .prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1067
- border-bottom-width: 1px;
1068
- border-bottom-color: var(--tw-prose-th-borders);
1069
- }
1070
-
1071
- .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1072
- color: var(--tw-prose-headings);
1073
- font-weight: 600;
1074
- vertical-align: bottom;
1075
- padding-inline-end: 0.5714286em;
1076
- padding-bottom: 0.5714286em;
1077
- padding-inline-start: 0.5714286em;
1078
- }
1079
-
1080
- .prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1081
- border-bottom-width: 1px;
1082
- border-bottom-color: var(--tw-prose-td-borders);
1083
- }
1084
-
1085
- .prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1086
- border-bottom-width: 0;
1087
- }
1088
-
1089
- .prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1090
- vertical-align: baseline;
1091
- }
1092
-
1093
- .prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1094
- border-top-width: 1px;
1095
- border-top-color: var(--tw-prose-th-borders);
1096
- }
1097
-
1098
- .prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1099
- vertical-align: top;
1100
- }
1101
-
1102
- .prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1103
- text-align: start;
1104
- }
1105
-
1106
- .prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1107
- margin-top: 0;
1108
- margin-bottom: 0;
1109
- }
1110
-
1111
- .prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1112
- color: var(--tw-prose-captions);
1113
- font-size: 0.875em;
1114
- line-height: 1.4285714;
1115
- margin-top: 0.8571429em;
1116
- }
1117
-
1118
- .prose {
1119
- --tw-prose-body: #374151;
1120
- --tw-prose-headings: #111827;
1121
- --tw-prose-lead: #4b5563;
1122
- --tw-prose-links: #111827;
1123
- --tw-prose-bold: #111827;
1124
- --tw-prose-counters: #6b7280;
1125
- --tw-prose-bullets: #d1d5db;
1126
- --tw-prose-hr: #e5e7eb;
1127
- --tw-prose-quotes: #111827;
1128
- --tw-prose-quote-borders: #e5e7eb;
1129
- --tw-prose-captions: #6b7280;
1130
- --tw-prose-kbd: #111827;
1131
- --tw-prose-kbd-shadows: 17 24 39;
1132
- --tw-prose-code: #111827;
1133
- --tw-prose-pre-code: #e5e7eb;
1134
- --tw-prose-pre-bg: #1f2937;
1135
- --tw-prose-th-borders: #d1d5db;
1136
- --tw-prose-td-borders: #e5e7eb;
1137
- --tw-prose-invert-body: #d1d5db;
1138
- --tw-prose-invert-headings: #fff;
1139
- --tw-prose-invert-lead: #9ca3af;
1140
- --tw-prose-invert-links: #fff;
1141
- --tw-prose-invert-bold: #fff;
1142
- --tw-prose-invert-counters: #9ca3af;
1143
- --tw-prose-invert-bullets: #4b5563;
1144
- --tw-prose-invert-hr: #374151;
1145
- --tw-prose-invert-quotes: #f3f4f6;
1146
- --tw-prose-invert-quote-borders: #374151;
1147
- --tw-prose-invert-captions: #9ca3af;
1148
- --tw-prose-invert-kbd: #fff;
1149
- --tw-prose-invert-kbd-shadows: 255 255 255;
1150
- --tw-prose-invert-code: #fff;
1151
- --tw-prose-invert-pre-code: #d1d5db;
1152
- --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
1153
- --tw-prose-invert-th-borders: #4b5563;
1154
- --tw-prose-invert-td-borders: #374151;
1155
- font-size: 1rem;
1156
- line-height: 1.75;
1157
- }
1158
-
1159
- .prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1160
- margin-top: 0;
1161
- margin-bottom: 0;
1162
- }
1163
-
1164
- .prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1165
- margin-top: 0.5em;
1166
- margin-bottom: 0.5em;
1167
- }
1168
-
1169
- .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1170
- padding-inline-start: 0.375em;
1171
- }
1172
-
1173
- .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1174
- padding-inline-start: 0.375em;
1175
- }
1176
-
1177
- .prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1178
- margin-top: 0.75em;
1179
- margin-bottom: 0.75em;
1180
- }
1181
-
1182
- .prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1183
- margin-top: 1.25em;
1184
- }
1185
-
1186
- .prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1187
- margin-bottom: 1.25em;
1188
- }
1189
-
1190
- .prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1191
- margin-top: 1.25em;
1192
- }
1193
-
1194
- .prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1195
- margin-bottom: 1.25em;
1196
- }
1197
-
1198
- .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1199
- margin-top: 0.75em;
1200
- margin-bottom: 0.75em;
1201
- }
1202
-
1203
- .prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1204
- margin-top: 1.25em;
1205
- margin-bottom: 1.25em;
1206
- }
1207
-
1208
- .prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1209
- margin-top: 0.5em;
1210
- padding-inline-start: 1.625em;
1211
- }
1212
-
1213
- .prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1214
- margin-top: 0;
1215
- }
1216
-
1217
- .prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1218
- margin-top: 0;
1219
- }
1220
-
1221
- .prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1222
- margin-top: 0;
1223
- }
1224
-
1225
- .prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1226
- margin-top: 0;
1227
- }
1228
-
1229
- .prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1230
- padding-inline-start: 0;
1231
- }
1232
-
1233
- .prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1234
- padding-inline-end: 0;
1235
- }
1236
-
1237
- .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1238
- padding-top: 0.5714286em;
1239
- padding-inline-end: 0.5714286em;
1240
- padding-bottom: 0.5714286em;
1241
- padding-inline-start: 0.5714286em;
1242
- }
1243
-
1244
- .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1245
- padding-inline-start: 0;
1246
- }
1247
-
1248
- .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1249
- padding-inline-end: 0;
1250
- }
1251
-
1252
- .prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1253
- margin-top: 2em;
1254
- margin-bottom: 2em;
1255
- }
1256
-
1257
- .prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1258
- margin-top: 0;
1259
- }
1260
-
1261
- .prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1262
- margin-bottom: 0;
1263
- }
1264
-
1265
- .m-0 {
1266
- margin: 0px;
1267
- }
1268
-
1269
- .my-2 {
1270
- margin-top: 0.5rem;
1271
- margin-bottom: 0.5rem;
1272
- }
1273
-
1274
- .my-4 {
1275
- margin-top: 1rem;
1276
- margin-bottom: 1rem;
1277
- }
1278
-
1279
- .\!mb-2 {
1280
- margin-bottom: 0.5rem !important;
1281
- }
1282
-
1283
- .\!mt-0 {
1284
- margin-top: 0px !important;
1285
- }
1286
-
1287
- .mb-2 {
1288
- margin-bottom: 0.5rem;
1289
- }
1290
-
1291
- .mt-0 {
1292
- margin-top: 0px;
1293
- }
1294
-
1295
- .mt-4 {
1296
- margin-top: 1rem;
1297
- }
1298
-
1299
- .flex {
1300
- display: flex;
1301
- }
1302
-
1303
- .table {
1304
- display: table;
1305
- }
1306
-
1307
- .grid {
1308
- display: grid;
1309
- }
1310
-
1311
- .w-full {
1312
- width: 100%;
1313
- }
1314
-
1315
- .max-w-full {
1316
- max-width: 100%;
1317
- }
1318
-
1319
- .table-fixed {
1320
- table-layout: fixed;
1321
- }
1322
-
1323
- .grid-cols-1 {
1324
- grid-template-columns: repeat(1, minmax(0, 1fr));
1325
- }
1326
-
1327
- .grid-cols-2 {
1328
- grid-template-columns: repeat(2, minmax(0, 1fr));
1329
- }
1330
-
1331
- .flex-row {
1332
- flex-direction: row;
1333
- }
1334
-
1335
- .items-center {
1336
- align-items: center;
1337
- }
1338
-
1339
- .rounded-lg {
1340
- border-radius: 0.5rem;
1341
- }
1342
-
1343
- .border-0 {
1344
- border-width: 0px;
1345
- }
1346
-
1347
- .border-2 {
1348
- border-width: 2px;
1349
- }
1350
-
1351
- .border-b-2 {
1352
- border-bottom-width: 2px;
1353
- }
1354
-
1355
- .border-t-2 {
1356
- border-top-width: 2px;
1357
- }
1358
-
1359
- .border-gray-200 {
1360
- --tw-border-opacity: 1;
1361
- border-color: rgb(229 231 235 / var(--tw-border-opacity));
1362
- }
1363
-
1364
- .border-gray-500 {
1365
- --tw-border-opacity: 1;
1366
- border-color: rgb(107 114 128 / var(--tw-border-opacity));
1367
- }
1368
-
1369
- .border-primary-500 {
1370
- --tw-border-opacity: 1;
1371
- border-color: rgb(205 0 67 / var(--tw-border-opacity));
1372
- }
1373
-
1374
- .\!bg-gray-100 {
1375
- --tw-bg-opacity: 1 !important;
1376
- background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
1377
- }
1378
-
1379
- .\!bg-gray-200 {
1380
- --tw-bg-opacity: 1 !important;
1381
- background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
1382
- }
1383
-
1384
- .bg-gray-200 {
1385
- --tw-bg-opacity: 1;
1386
- background-color: rgb(229 231 235 / var(--tw-bg-opacity));
1387
- }
1388
-
1389
- .p-20 {
1390
- padding: 5rem;
1391
- }
1392
-
1393
- .px-12 {
1394
- padding-left: 3rem;
1395
- padding-right: 3rem;
1396
- }
1397
-
1398
- .px-2 {
1399
- padding-left: 0.5rem;
1400
- padding-right: 0.5rem;
1401
- }
1402
-
1403
- .px-24 {
1404
- padding-left: 6rem;
1405
- padding-right: 6rem;
1406
- }
1407
-
1408
- .px-4 {
1409
- padding-left: 1rem;
1410
- padding-right: 1rem;
1411
- }
1412
-
1413
- .px-8 {
1414
- padding-left: 2rem;
1415
- padding-right: 2rem;
1416
- }
1417
-
1418
- .py-2 {
1419
- padding-top: 0.5rem;
1420
- padding-bottom: 0.5rem;
1421
- }
1422
-
1423
- .text-center {
1424
- text-align: center;
1425
- }
1426
-
1427
- .text-right {
1428
- text-align: right;
1429
- }
1430
-
1431
- .font-bold {
1432
- font-weight: 700;
1433
- }
1434
-
1435
- .font-semibold {
1436
- font-weight: 600;
1437
- }
1438
-
1439
- .leading-tight {
1440
- line-height: 1.25;
1441
- }
1442
-
1443
- .text-black {
1444
- --tw-text-opacity: 1;
1445
- color: rgb(0 0 0 / var(--tw-text-opacity));
1446
- }
1447
-
1448
- .text-primary-500 {
1449
- --tw-text-opacity: 1;
1450
- color: rgb(205 0 67 / var(--tw-text-opacity));
1451
- }
1452
-
1453
- .even\:bg-gray-50:nth-child(even) {
1454
- --tw-bg-opacity: 1;
1455
- background-color: rgb(249 250 251 / var(--tw-bg-opacity));
1456
- }