@luscii-healthtech/web-ui 0.3.0 → 0.4.2

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