solid_errors 0.3.5 → 0.4.1

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,1114 @@
1
+ <style>
2
+ /*
3
+ ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
4
+ */
5
+
6
+ /*
7
+ 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
8
+ 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
9
+ */
10
+
11
+ *,
12
+ ::before,
13
+ ::after {
14
+ box-sizing: border-box;
15
+ /* 1 */
16
+ border-width: 0;
17
+ /* 2 */
18
+ border-style: solid;
19
+ /* 2 */
20
+ border-color: #e5e7eb;
21
+ /* 2 */
22
+ }
23
+
24
+ ::before,
25
+ ::after {
26
+ --tw-content: '';
27
+ }
28
+
29
+ /*
30
+ 1. Use a consistent sensible line-height in all browsers.
31
+ 2. Prevent adjustments of font size after orientation changes in iOS.
32
+ 3. Use a more readable tab size.
33
+ 4. Use the user's configured `sans` font-family by default.
34
+ 5. Use the user's configured `sans` font-feature-settings by default.
35
+ 6. Use the user's configured `sans` font-variation-settings by default.
36
+ 7. Disable tap highlights on iOS
37
+ */
38
+
39
+ html,
40
+ :host {
41
+ line-height: 1.5;
42
+ /* 1 */
43
+ -webkit-text-size-adjust: 100%;
44
+ /* 2 */
45
+ -moz-tab-size: 4;
46
+ /* 3 */
47
+ tab-size: 4;
48
+ /* 3 */
49
+ font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
50
+ /* 4 */
51
+ font-feature-settings: normal;
52
+ /* 5 */
53
+ font-variation-settings: normal;
54
+ /* 6 */
55
+ -webkit-tap-highlight-color: transparent;
56
+ /* 7 */
57
+ }
58
+
59
+ /*
60
+ 1. Remove the margin in all browsers.
61
+ 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
62
+ */
63
+
64
+ body {
65
+ margin: 0;
66
+ /* 1 */
67
+ line-height: inherit;
68
+ /* 2 */
69
+ }
70
+
71
+ /*
72
+ 1. Add the correct height in Firefox.
73
+ 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
74
+ 3. Ensure horizontal rules are visible by default.
75
+ */
76
+
77
+ hr {
78
+ height: 0;
79
+ /* 1 */
80
+ color: inherit;
81
+ /* 2 */
82
+ border-top-width: 1px;
83
+ /* 3 */
84
+ }
85
+
86
+ /*
87
+ Add the correct text decoration in Chrome, Edge, and Safari.
88
+ */
89
+
90
+ abbr:where([title]) {
91
+ text-decoration-line: underline;
92
+ text-decoration-style: dotted;
93
+ }
94
+
95
+ /*
96
+ Remove the default font size and weight for headings.
97
+ */
98
+
99
+ h1,
100
+ h2,
101
+ h3,
102
+ h4,
103
+ h5,
104
+ h6 {
105
+ font-size: inherit;
106
+ font-weight: inherit;
107
+ }
108
+
109
+ /*
110
+ Reset links to optimize for opt-in styling instead of opt-out.
111
+ */
112
+
113
+ a {
114
+ color: inherit;
115
+ text-decoration: inherit;
116
+ }
117
+
118
+ /*
119
+ Add the correct font weight in Edge and Safari.
120
+ */
121
+
122
+ b,
123
+ strong {
124
+ font-weight: bolder;
125
+ }
126
+
127
+ /*
128
+ 1. Use the user's configured `mono` font-family by default.
129
+ 2. Use the user's configured `mono` font-feature-settings by default.
130
+ 3. Use the user's configured `mono` font-variation-settings by default.
131
+ 4. Correct the odd `em` font sizing in all browsers.
132
+ */
133
+
134
+ code,
135
+ kbd,
136
+ samp,
137
+ pre {
138
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
139
+ /* 1 */
140
+ font-feature-settings: normal;
141
+ /* 2 */
142
+ font-variation-settings: normal;
143
+ /* 3 */
144
+ font-size: 1em;
145
+ /* 4 */
146
+ }
147
+
148
+ /*
149
+ Add the correct font size in all browsers.
150
+ */
151
+
152
+ small {
153
+ font-size: 80%;
154
+ }
155
+
156
+ /*
157
+ Prevent `sub` and `sup` elements from affecting the line height in all browsers.
158
+ */
159
+
160
+ sub,
161
+ sup {
162
+ font-size: 75%;
163
+ line-height: 0;
164
+ position: relative;
165
+ vertical-align: baseline;
166
+ }
167
+
168
+ sub {
169
+ bottom: -0.25em;
170
+ }
171
+
172
+ sup {
173
+ top: -0.5em;
174
+ }
175
+
176
+ /*
177
+ 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)
178
+ 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)
179
+ 3. Remove gaps between table borders by default.
180
+ */
181
+
182
+ table {
183
+ text-indent: 0;
184
+ /* 1 */
185
+ border-color: inherit;
186
+ /* 2 */
187
+ border-collapse: collapse;
188
+ /* 3 */
189
+ }
190
+
191
+ /*
192
+ 1. Change the font styles in all browsers.
193
+ 2. Remove the margin in Firefox and Safari.
194
+ 3. Remove default padding in all browsers.
195
+ */
196
+
197
+ button,
198
+ input,
199
+ optgroup,
200
+ select,
201
+ textarea {
202
+ font-family: inherit;
203
+ /* 1 */
204
+ font-feature-settings: inherit;
205
+ /* 1 */
206
+ font-variation-settings: inherit;
207
+ /* 1 */
208
+ font-size: 100%;
209
+ /* 1 */
210
+ font-weight: inherit;
211
+ /* 1 */
212
+ line-height: inherit;
213
+ /* 1 */
214
+ color: inherit;
215
+ /* 1 */
216
+ margin: 0;
217
+ /* 2 */
218
+ padding: 0;
219
+ /* 3 */
220
+ }
221
+
222
+ /*
223
+ Remove the inheritance of text transform in Edge and Firefox.
224
+ */
225
+
226
+ button,
227
+ select {
228
+ text-transform: none;
229
+ }
230
+
231
+ /*
232
+ 1. Correct the inability to style clickable types in iOS and Safari.
233
+ 2. Remove default button styles.
234
+ */
235
+
236
+ button,
237
+ [type='button'],
238
+ [type='reset'],
239
+ [type='submit'] {
240
+ -webkit-appearance: button;
241
+ /* 1 */
242
+ background-color: transparent;
243
+ /* 2 */
244
+ background-image: none;
245
+ /* 2 */
246
+ }
247
+
248
+ /*
249
+ Use the modern Firefox focus style for all focusable elements.
250
+ */
251
+
252
+ :-moz-focusring {
253
+ outline: auto;
254
+ }
255
+
256
+ /*
257
+ Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
258
+ */
259
+
260
+ :-moz-ui-invalid {
261
+ box-shadow: none;
262
+ }
263
+
264
+ /*
265
+ Add the correct vertical alignment in Chrome and Firefox.
266
+ */
267
+
268
+ progress {
269
+ vertical-align: baseline;
270
+ }
271
+
272
+ /*
273
+ Correct the cursor style of increment and decrement buttons in Safari.
274
+ */
275
+
276
+ ::-webkit-inner-spin-button,
277
+ ::-webkit-outer-spin-button {
278
+ height: auto;
279
+ }
280
+
281
+ /*
282
+ 1. Correct the odd appearance in Chrome and Safari.
283
+ 2. Correct the outline style in Safari.
284
+ */
285
+
286
+ [type='search'] {
287
+ -webkit-appearance: textfield;
288
+ /* 1 */
289
+ outline-offset: -2px;
290
+ /* 2 */
291
+ }
292
+
293
+ /*
294
+ Remove the inner padding in Chrome and Safari on macOS.
295
+ */
296
+
297
+ ::-webkit-search-decoration {
298
+ -webkit-appearance: none;
299
+ }
300
+
301
+ /*
302
+ 1. Correct the inability to style clickable types in iOS and Safari.
303
+ 2. Change font properties to `inherit` in Safari.
304
+ */
305
+
306
+ ::-webkit-file-upload-button {
307
+ -webkit-appearance: button;
308
+ /* 1 */
309
+ font: inherit;
310
+ /* 2 */
311
+ }
312
+
313
+ /*
314
+ Add the correct display in Chrome and Safari.
315
+ */
316
+
317
+ summary {
318
+ display: list-item;
319
+ }
320
+
321
+ /*
322
+ Removes the default spacing and border for appropriate elements.
323
+ */
324
+
325
+ blockquote,
326
+ dl,
327
+ dd,
328
+ h1,
329
+ h2,
330
+ h3,
331
+ h4,
332
+ h5,
333
+ h6,
334
+ hr,
335
+ figure,
336
+ p,
337
+ pre {
338
+ margin: 0;
339
+ }
340
+
341
+ fieldset {
342
+ margin: 0;
343
+ padding: 0;
344
+ }
345
+
346
+ legend {
347
+ padding: 0;
348
+ }
349
+
350
+ ol,
351
+ ul,
352
+ menu {
353
+ list-style: none;
354
+ margin: 0;
355
+ padding: 0;
356
+ }
357
+
358
+ /*
359
+ Reset default styling for dialogs.
360
+ */
361
+
362
+ dialog {
363
+ padding: 0;
364
+ }
365
+
366
+ /*
367
+ Prevent resizing textareas horizontally by default.
368
+ */
369
+
370
+ textarea {
371
+ resize: vertical;
372
+ }
373
+
374
+ /*
375
+ 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
376
+ 2. Set the default placeholder color to the user's configured gray 400 color.
377
+ */
378
+
379
+ input::placeholder,
380
+ textarea::placeholder {
381
+ opacity: 1;
382
+ /* 1 */
383
+ color: #9ca3af;
384
+ /* 2 */
385
+ }
386
+
387
+ /*
388
+ Set the default cursor for buttons.
389
+ */
390
+
391
+ button,
392
+ [role="button"] {
393
+ cursor: pointer;
394
+ }
395
+
396
+ /*
397
+ Make sure disabled buttons don't get the pointer cursor.
398
+ */
399
+
400
+ :disabled {
401
+ cursor: default;
402
+ }
403
+
404
+ /*
405
+ 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
406
+ 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
407
+ This can trigger a poorly considered lint error in some tools but is included by design.
408
+ */
409
+
410
+ img,
411
+ svg,
412
+ video,
413
+ canvas,
414
+ audio,
415
+ iframe,
416
+ embed,
417
+ object {
418
+ display: block;
419
+ /* 1 */
420
+ vertical-align: middle;
421
+ /* 2 */
422
+ }
423
+
424
+ /*
425
+ Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
426
+ */
427
+
428
+ img,
429
+ video {
430
+ max-width: 100%;
431
+ height: auto;
432
+ }
433
+
434
+ /* Make elements with the HTML hidden attribute stay hidden by default */
435
+
436
+ [hidden] {
437
+ display: none;
438
+ }
439
+
440
+ *, ::before, ::after{
441
+ --tw-border-spacing-x: 0;
442
+ --tw-border-spacing-y: 0;
443
+ --tw-translate-x: 0;
444
+ --tw-translate-y: 0;
445
+ --tw-rotate: 0;
446
+ --tw-skew-x: 0;
447
+ --tw-skew-y: 0;
448
+ --tw-scale-x: 1;
449
+ --tw-scale-y: 1;
450
+ --tw-pan-x: ;
451
+ --tw-pan-y: ;
452
+ --tw-pinch-zoom: ;
453
+ --tw-scroll-snap-strictness: proximity;
454
+ --tw-gradient-from-position: ;
455
+ --tw-gradient-via-position: ;
456
+ --tw-gradient-to-position: ;
457
+ --tw-ordinal: ;
458
+ --tw-slashed-zero: ;
459
+ --tw-numeric-figure: ;
460
+ --tw-numeric-spacing: ;
461
+ --tw-numeric-fraction: ;
462
+ --tw-ring-inset: ;
463
+ --tw-ring-offset-width: 0px;
464
+ --tw-ring-offset-color: #fff;
465
+ --tw-ring-color: rgb(59 130 246 / 0.5);
466
+ --tw-ring-offset-shadow: 0 0 #0000;
467
+ --tw-ring-shadow: 0 0 #0000;
468
+ --tw-shadow: 0 0 #0000;
469
+ --tw-shadow-colored: 0 0 #0000;
470
+ --tw-blur: ;
471
+ --tw-brightness: ;
472
+ --tw-contrast: ;
473
+ --tw-grayscale: ;
474
+ --tw-hue-rotate: ;
475
+ --tw-invert: ;
476
+ --tw-saturate: ;
477
+ --tw-sepia: ;
478
+ --tw-drop-shadow: ;
479
+ --tw-backdrop-blur: ;
480
+ --tw-backdrop-brightness: ;
481
+ --tw-backdrop-contrast: ;
482
+ --tw-backdrop-grayscale: ;
483
+ --tw-backdrop-hue-rotate: ;
484
+ --tw-backdrop-invert: ;
485
+ --tw-backdrop-opacity: ;
486
+ --tw-backdrop-saturate: ;
487
+ --tw-backdrop-sepia:
488
+ }
489
+
490
+ ::backdrop{
491
+ --tw-border-spacing-x: 0;
492
+ --tw-border-spacing-y: 0;
493
+ --tw-translate-x: 0;
494
+ --tw-translate-y: 0;
495
+ --tw-rotate: 0;
496
+ --tw-skew-x: 0;
497
+ --tw-skew-y: 0;
498
+ --tw-scale-x: 1;
499
+ --tw-scale-y: 1;
500
+ --tw-pan-x: ;
501
+ --tw-pan-y: ;
502
+ --tw-pinch-zoom: ;
503
+ --tw-scroll-snap-strictness: proximity;
504
+ --tw-gradient-from-position: ;
505
+ --tw-gradient-via-position: ;
506
+ --tw-gradient-to-position: ;
507
+ --tw-ordinal: ;
508
+ --tw-slashed-zero: ;
509
+ --tw-numeric-figure: ;
510
+ --tw-numeric-spacing: ;
511
+ --tw-numeric-fraction: ;
512
+ --tw-ring-inset: ;
513
+ --tw-ring-offset-width: 0px;
514
+ --tw-ring-offset-color: #fff;
515
+ --tw-ring-color: rgb(59 130 246 / 0.5);
516
+ --tw-ring-offset-shadow: 0 0 #0000;
517
+ --tw-ring-shadow: 0 0 #0000;
518
+ --tw-shadow: 0 0 #0000;
519
+ --tw-shadow-colored: 0 0 #0000;
520
+ --tw-blur: ;
521
+ --tw-brightness: ;
522
+ --tw-contrast: ;
523
+ --tw-grayscale: ;
524
+ --tw-hue-rotate: ;
525
+ --tw-invert: ;
526
+ --tw-saturate: ;
527
+ --tw-sepia: ;
528
+ --tw-drop-shadow: ;
529
+ --tw-backdrop-blur: ;
530
+ --tw-backdrop-brightness: ;
531
+ --tw-backdrop-contrast: ;
532
+ --tw-backdrop-grayscale: ;
533
+ --tw-backdrop-hue-rotate: ;
534
+ --tw-backdrop-invert: ;
535
+ --tw-backdrop-opacity: ;
536
+ --tw-backdrop-saturate: ;
537
+ --tw-backdrop-sepia:
538
+ }
539
+
540
+ .container{
541
+ width: 100%
542
+ }
543
+
544
+ @media (min-width: 640px){
545
+ .container{
546
+ max-width: 640px
547
+ }
548
+ }
549
+
550
+ @media (min-width: 768px){
551
+ .container{
552
+ max-width: 768px
553
+ }
554
+ }
555
+
556
+ @media (min-width: 1024px){
557
+ .container{
558
+ max-width: 1024px
559
+ }
560
+ }
561
+
562
+ @media (min-width: 1280px){
563
+ .container{
564
+ max-width: 1280px
565
+ }
566
+ }
567
+
568
+ @media (min-width: 1536px){
569
+ .container{
570
+ max-width: 1536px
571
+ }
572
+ }
573
+
574
+ .sr-only{
575
+ position: absolute;
576
+ width: 1px;
577
+ height: 1px;
578
+ padding: 0;
579
+ margin: -1px;
580
+ overflow: hidden;
581
+ clip: rect(0, 0, 0, 0);
582
+ white-space: nowrap;
583
+ border-width: 0
584
+ }
585
+
586
+ .fixed{
587
+ position: fixed
588
+ }
589
+
590
+ .relative{
591
+ position: relative
592
+ }
593
+
594
+ .left-0{
595
+ left: 0px
596
+ }
597
+
598
+ .right-0{
599
+ right: 0px
600
+ }
601
+
602
+ .top-0{
603
+ top: 0px
604
+ }
605
+
606
+ .-mx-2{
607
+ margin-left: -0.5rem;
608
+ margin-right: -0.5rem
609
+ }
610
+
611
+ .mx-auto{
612
+ margin-left: auto;
613
+ margin-right: auto
614
+ }
615
+
616
+ .mb-3{
617
+ margin-bottom: 0.75rem
618
+ }
619
+
620
+ .ml-6{
621
+ margin-left: 1.5rem
622
+ }
623
+
624
+ .mr-2{
625
+ margin-right: 0.5rem
626
+ }
627
+
628
+ .mt-4{
629
+ margin-top: 1rem
630
+ }
631
+
632
+ .inline-block{
633
+ display: inline-block
634
+ }
635
+
636
+ .flex{
637
+ display: flex
638
+ }
639
+
640
+ .inline-flex{
641
+ display: inline-flex
642
+ }
643
+
644
+ .table{
645
+ display: table
646
+ }
647
+
648
+ .grid{
649
+ display: grid
650
+ }
651
+
652
+ .min-h-full{
653
+ min-height: 100%
654
+ }
655
+
656
+ .h-full{
657
+ height: 100%
658
+ }
659
+
660
+ .min-w-full{
661
+ min-width: 100%
662
+ }
663
+
664
+ .flex-1{
665
+ flex: 1 1 0%
666
+ }
667
+
668
+ .cursor-help{
669
+ cursor: help
670
+ }
671
+
672
+ .cursor-pointer{
673
+ cursor: pointer
674
+ }
675
+
676
+ .select-none{
677
+ user-select: none
678
+ }
679
+
680
+ .grid-cols-2{
681
+ grid-template-columns: repeat(2, minmax(0, 1fr))
682
+ }
683
+
684
+ .flex-col{
685
+ flex-direction: column
686
+ }
687
+
688
+ .flex-wrap{
689
+ flex-wrap: wrap
690
+ }
691
+
692
+ .grow{
693
+ flex-grow: 1
694
+ }
695
+
696
+ .items-start{
697
+ align-items: flex-start
698
+ }
699
+
700
+ .items-center{
701
+ align-items: center
702
+ }
703
+
704
+ .items-baseline{
705
+ align-items: baseline
706
+ }
707
+
708
+ .justify-start{
709
+ justify-content: flex-start
710
+ }
711
+
712
+ .justify-center{
713
+ justify-content: center
714
+ }
715
+
716
+ .justify-between{
717
+ justify-content: space-between
718
+ }
719
+
720
+ .gap-1{
721
+ gap: 0.25rem
722
+ }
723
+
724
+ .gap-2{
725
+ gap: 0.5rem
726
+ }
727
+
728
+ .gap-3{
729
+ gap: 0.75rem
730
+ }
731
+
732
+ .gap-x-2{
733
+ column-gap: 0.5rem
734
+ }
735
+
736
+ .gap-x-4{
737
+ column-gap: 1rem
738
+ }
739
+
740
+ .space-y-6 > :not([hidden]) ~ :not([hidden]){
741
+ --tw-space-y-reverse: 0;
742
+ margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
743
+ margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))
744
+ }
745
+
746
+ .divide-y > :not([hidden]) ~ :not([hidden]){
747
+ --tw-divide-y-reverse: 0;
748
+ border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
749
+ border-bottom-width: calc(1px * var(--tw-divide-y-reverse))
750
+ }
751
+
752
+ .divide-gray-300 > :not([hidden]) ~ :not([hidden]){
753
+ --tw-divide-opacity: 1;
754
+ border-color: rgb(209 213 219 / var(--tw-divide-opacity))
755
+ }
756
+
757
+ .overflow-auto{
758
+ overflow: auto
759
+ }
760
+
761
+ .whitespace-nowrap{
762
+ white-space: nowrap
763
+ }
764
+
765
+ .whitespace-pre-wrap{
766
+ white-space: pre-wrap
767
+ }
768
+
769
+ .rounded{
770
+ border-radius: 0.25rem
771
+ }
772
+
773
+ .rounded-lg{
774
+ border-radius: 0.5rem
775
+ }
776
+
777
+ .rounded-b-lg{
778
+ border-bottom-right-radius: 0.5rem;
779
+ border-bottom-left-radius: 0.5rem
780
+ }
781
+
782
+ .border{
783
+ border-width: 1px
784
+ }
785
+
786
+ .border-b{
787
+ border-bottom-width: 1px
788
+ }
789
+
790
+ .border-black{
791
+ --tw-border-opacity: 1;
792
+ border-color: rgb(0 0 0 / var(--tw-border-opacity))
793
+ }
794
+
795
+ .border-blue-500{
796
+ --tw-border-opacity: 1;
797
+ border-color: rgb(59 130 246 / var(--tw-border-opacity))
798
+ }
799
+
800
+ .border-gray-300{
801
+ --tw-border-opacity: 1;
802
+ border-color: rgb(209 213 219 / var(--tw-border-opacity))
803
+ }
804
+
805
+ .bg-gray-100{
806
+ --tw-bg-opacity: 1;
807
+ background-color: rgb(243 244 246 / var(--tw-bg-opacity))
808
+ }
809
+
810
+ .bg-green-50{
811
+ --tw-bg-opacity: 1;
812
+ background-color: rgb(240 253 244 / var(--tw-bg-opacity))
813
+ }
814
+
815
+ .bg-red-50{
816
+ --tw-bg-opacity: 1;
817
+ background-color: rgb(254 242 242 / var(--tw-bg-opacity))
818
+ }
819
+
820
+ .bg-slate-800{
821
+ --tw-bg-opacity: 1;
822
+ background-color: rgb(30 41 59 / var(--tw-bg-opacity))
823
+ }
824
+
825
+ .bg-transparent{
826
+ background-color: transparent
827
+ }
828
+
829
+ .bg-white{
830
+ --tw-bg-opacity: 1;
831
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity))
832
+ }
833
+
834
+ .p-2{
835
+ padding: 0.5rem
836
+ }
837
+
838
+ .p-4{
839
+ padding: 1rem
840
+ }
841
+
842
+ .px-0{
843
+ padding-left: 0px;
844
+ padding-right: 0px
845
+ }
846
+
847
+ .px-2{
848
+ padding-left: 0.5rem;
849
+ padding-right: 0.5rem
850
+ }
851
+
852
+ .px-3{
853
+ padding-left: 0.75rem;
854
+ padding-right: 0.75rem
855
+ }
856
+
857
+ .px-5{
858
+ padding-left: 1.25rem;
859
+ padding-right: 1.25rem
860
+ }
861
+
862
+ .py-1{
863
+ padding-top: 0.25rem;
864
+ padding-bottom: 0.25rem
865
+ }
866
+
867
+ .py-2{
868
+ padding-top: 0.5rem;
869
+ padding-bottom: 0.5rem
870
+ }
871
+
872
+ .py-3{
873
+ padding-top: 0.75rem;
874
+ padding-bottom: 0.75rem
875
+ }
876
+
877
+ .py-3\.5{
878
+ padding-top: 0.875rem;
879
+ padding-bottom: 0.875rem
880
+ }
881
+
882
+ .py-4{
883
+ padding-top: 1rem;
884
+ padding-bottom: 1rem
885
+ }
886
+
887
+ .pb-2{
888
+ padding-bottom: 0.5rem
889
+ }
890
+
891
+ .pb-4{
892
+ padding-bottom: 1rem
893
+ }
894
+
895
+ .pl-3{
896
+ padding-left: 0.75rem
897
+ }
898
+
899
+ .pl-4{
900
+ padding-left: 1rem
901
+ }
902
+
903
+ .pr-3{
904
+ padding-right: 0.75rem
905
+ }
906
+
907
+ .pr-4{
908
+ padding-right: 1rem
909
+ }
910
+
911
+ .pt-7{
912
+ padding-top: 1.75rem
913
+ }
914
+
915
+ .rounded-md{
916
+ border-radius: 0.375rem
917
+ }
918
+
919
+ .text-left{
920
+ text-align: left
921
+ }
922
+
923
+ .text-center{
924
+ text-align: center
925
+ }
926
+
927
+ .text-right{
928
+ text-align: right
929
+ }
930
+
931
+ .text-black{
932
+ --tw-text-opacity: 1;
933
+ color: rgb(0 0 0 / var(--tw-text-opacity))
934
+ }
935
+
936
+ .align-top{
937
+ vertical-align: top
938
+ }
939
+
940
+ .text-2xl{
941
+ font-size: 1.5rem;
942
+ line-height: 2rem
943
+ }
944
+
945
+ .text-base{
946
+ font-size: 1rem;
947
+ line-height: 1.5rem
948
+ }
949
+
950
+ .text-sm{
951
+ font-size: 0.875rem;
952
+ line-height: 1.25rem
953
+ }
954
+
955
+ .font-bold{
956
+ font-weight: 700
957
+ }
958
+
959
+ .font-medium{
960
+ font-weight: 500
961
+ }
962
+
963
+ .font-semibold{
964
+ font-weight: 600
965
+ }
966
+
967
+ .leading-normal{
968
+ line-height: 1.5
969
+ }
970
+
971
+ .bg-blue-100{
972
+ --tw-bg-opacity: 1;
973
+ background-color: rgb(219 234 254 / var(--tw-bg-opacity))
974
+ }
975
+
976
+ .bg-red-100{
977
+ --tw-bg-opacity: 1;
978
+ background-color: rgb(254 226 226 / var(--tw-bg-opacity))
979
+ }
980
+
981
+ .bg-yellow-100{
982
+ --tw-bg-opacity: 1;
983
+ background-color: rgb(254 249 195 / var(--tw-bg-opacity))
984
+ }
985
+
986
+ .text-blue-400{
987
+ --tw-text-opacity: 1;
988
+ color: rgb(96 165 250 / var(--tw-text-opacity))
989
+ }
990
+
991
+ .text-blue-500{
992
+ --tw-text-opacity: 1;
993
+ color: rgb(59 130 246 / var(--tw-text-opacity))
994
+ }
995
+
996
+ .text-gray-500{
997
+ --tw-text-opacity: 1;
998
+ color: rgb(107 114 128 / var(--tw-text-opacity))
999
+ }
1000
+
1001
+ .text-gray-600{
1002
+ --tw-text-opacity: 1;
1003
+ color: rgb(75 85 99 / var(--tw-text-opacity))
1004
+ }
1005
+
1006
+ .text-gray-900{
1007
+ --tw-text-opacity: 1;
1008
+ color: rgb(17 24 39 / var(--tw-text-opacity))
1009
+ }
1010
+
1011
+ .text-green-500{
1012
+ --tw-text-opacity: 1;
1013
+ color: rgb(34 197 94 / var(--tw-text-opacity))
1014
+ }
1015
+
1016
+ .text-red-500{
1017
+ --tw-text-opacity: 1;
1018
+ color: rgb(239 68 68 / var(--tw-text-opacity))
1019
+ }
1020
+
1021
+ .text-blue-800{
1022
+ --tw-text-opacity: 1;
1023
+ color: rgb(30 64 175 / var(--tw-text-opacity))
1024
+ }
1025
+
1026
+ .text-red-800{
1027
+ --tw-text-opacity: 1;
1028
+ color: rgb(153 27 27 / var(--tw-text-opacity))
1029
+ }
1030
+
1031
+ .text-yellow-800{
1032
+ --tw-text-opacity: 1;
1033
+ color: rgb(133 77 14 / var(--tw-text-opacity))
1034
+ }
1035
+
1036
+ .text-white{
1037
+ --tw-text-opacity: 1;
1038
+ color: rgb(255 255 255 / var(--tw-text-opacity))
1039
+ }
1040
+
1041
+ .underline{
1042
+ text-decoration-line: underline
1043
+ }
1044
+
1045
+ .transition-opacity{
1046
+ transition-property: opacity;
1047
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1048
+ transition-duration: 150ms
1049
+ }
1050
+
1051
+ .opacity-0{
1052
+ opacity: 0
1053
+ }
1054
+
1055
+ .even\:bg-gray-50:nth-child(even){
1056
+ --tw-bg-opacity: 1;
1057
+ background-color: rgb(249 250 251 / var(--tw-bg-opacity))
1058
+ }
1059
+
1060
+ .hover\:bg-gray-50:hover{
1061
+ --tw-bg-opacity: 1;
1062
+ background-color: rgb(249 250 251 / var(--tw-bg-opacity))
1063
+ }
1064
+
1065
+ .hover\:ring-8:hover{
1066
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1067
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1068
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
1069
+ }
1070
+
1071
+ .hover\:ring-blue-200:hover{
1072
+ --tw-ring-opacity: 1;
1073
+ --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity))
1074
+ }
1075
+
1076
+ .hover\:ring-gray-200:hover{
1077
+ --tw-ring-opacity: 1;
1078
+ --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity))
1079
+ }
1080
+
1081
+ .hover\:bg-black:hover{
1082
+ --tw-bg-opacity: 1;
1083
+ background-color: rgb(0 0 0 / var(--tw-bg-opacity))
1084
+ }
1085
+
1086
+ .hover\:text-white:hover{
1087
+ --tw-text-opacity: 1;
1088
+ color: rgb(255 255 255 / var(--tw-text-opacity))
1089
+ }
1090
+
1091
+ @media (min-width: 640px){
1092
+ .sm\:mx-0{
1093
+ margin-left: 0px;
1094
+ margin-right: 0px
1095
+ }
1096
+
1097
+ .sm\:rounded-md{
1098
+ border-radius: 0.375rem
1099
+ }
1100
+
1101
+ .sm\:rounded-t-lg{
1102
+ border-top-left-radius: 0.5rem;
1103
+ border-top-right-radius: 0.5rem
1104
+ }
1105
+
1106
+ .sm\:pl-3{
1107
+ padding-left: 0.75rem
1108
+ }
1109
+
1110
+ .sm\:pr-3{
1111
+ padding-right: 0.75rem
1112
+ }
1113
+ }
1114
+ </style>