@ramesesinc/platform-core 0.1.1 → 0.1.3

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