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