@algorithm-shift/design-system 1.2.9 → 1.2.11

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/styles.css DELETED
@@ -1,2424 +0,0 @@
1
- /*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
2
- @layer properties;
3
- @layer theme, base, components, utilities;
4
- @layer theme {
5
- :root, :host {
6
- --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
7
- "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
8
- --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
9
- "Courier New", monospace;
10
- --color-red-500: oklch(63.7% 0.237 25.331);
11
- --color-blue-500: oklch(62.3% 0.214 259.815);
12
- --color-gray-50: oklch(98.5% 0.002 247.839);
13
- --color-gray-100: oklch(96.7% 0.003 264.542);
14
- --color-gray-200: oklch(92.8% 0.006 264.531);
15
- --color-gray-300: oklch(87.2% 0.01 258.338);
16
- --color-gray-400: oklch(70.7% 0.022 261.325);
17
- --color-gray-500: oklch(55.1% 0.027 264.364);
18
- --color-gray-600: oklch(44.6% 0.03 256.802);
19
- --color-gray-700: oklch(37.3% 0.034 259.733);
20
- --color-gray-800: oklch(27.8% 0.033 256.848);
21
- --color-white: #fff;
22
- --spacing: 0.25rem;
23
- --text-xs: 0.75rem;
24
- --text-xs--line-height: calc(1 / 0.75);
25
- --text-sm: 0.875rem;
26
- --text-sm--line-height: calc(1.25 / 0.875);
27
- --text-base: 1rem;
28
- --text-base--line-height: calc(1.5 / 1);
29
- --font-weight-normal: 400;
30
- --font-weight-medium: 500;
31
- --font-weight-semibold: 600;
32
- --tracking-widest: 0.1em;
33
- --default-transition-duration: 150ms;
34
- --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
35
- --default-font-family: var(--font-sans);
36
- --default-mono-font-family: var(--font-mono);
37
- }
38
- }
39
- @layer base {
40
- *, ::after, ::before, ::backdrop, ::file-selector-button {
41
- box-sizing: border-box;
42
- margin: 0;
43
- padding: 0;
44
- border: 0 solid;
45
- }
46
- html, :host {
47
- line-height: 1.5;
48
- -webkit-text-size-adjust: 100%;
49
- tab-size: 4;
50
- font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
51
- font-feature-settings: var(--default-font-feature-settings, normal);
52
- font-variation-settings: var(--default-font-variation-settings, normal);
53
- -webkit-tap-highlight-color: transparent;
54
- }
55
- hr {
56
- height: 0;
57
- color: inherit;
58
- border-top-width: 1px;
59
- }
60
- abbr:where([title]) {
61
- -webkit-text-decoration: underline dotted;
62
- text-decoration: underline dotted;
63
- }
64
- h1, h2, h3, h4, h5, h6 {
65
- font-size: inherit;
66
- font-weight: inherit;
67
- }
68
- a {
69
- color: inherit;
70
- -webkit-text-decoration: inherit;
71
- text-decoration: inherit;
72
- }
73
- b, strong {
74
- font-weight: bolder;
75
- }
76
- code, kbd, samp, pre {
77
- font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
78
- font-feature-settings: var(--default-mono-font-feature-settings, normal);
79
- font-variation-settings: var(--default-mono-font-variation-settings, normal);
80
- font-size: 1em;
81
- }
82
- small {
83
- font-size: 80%;
84
- }
85
- sub, sup {
86
- font-size: 75%;
87
- line-height: 0;
88
- position: relative;
89
- vertical-align: baseline;
90
- }
91
- sub {
92
- bottom: -0.25em;
93
- }
94
- sup {
95
- top: -0.5em;
96
- }
97
- table {
98
- text-indent: 0;
99
- border-color: inherit;
100
- border-collapse: collapse;
101
- }
102
- :-moz-focusring {
103
- outline: auto;
104
- }
105
- progress {
106
- vertical-align: baseline;
107
- }
108
- summary {
109
- display: list-item;
110
- }
111
- ol, ul, menu {
112
- list-style: none;
113
- }
114
- img, svg, video, canvas, audio, iframe, embed, object {
115
- display: block;
116
- vertical-align: middle;
117
- }
118
- img, video {
119
- max-width: 100%;
120
- height: auto;
121
- }
122
- button, input, select, optgroup, textarea, ::file-selector-button {
123
- font: inherit;
124
- font-feature-settings: inherit;
125
- font-variation-settings: inherit;
126
- letter-spacing: inherit;
127
- color: inherit;
128
- border-radius: 0;
129
- background-color: transparent;
130
- opacity: 1;
131
- }
132
- :where(select:is([multiple], [size])) optgroup {
133
- font-weight: bolder;
134
- }
135
- :where(select:is([multiple], [size])) optgroup option {
136
- padding-inline-start: 20px;
137
- }
138
- ::file-selector-button {
139
- margin-inline-end: 4px;
140
- }
141
- ::placeholder {
142
- opacity: 1;
143
- }
144
- @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
145
- ::placeholder {
146
- color: currentcolor;
147
- @supports (color: color-mix(in lab, red, red)) {
148
- color: color-mix(in oklab, currentcolor 50%, transparent);
149
- }
150
- }
151
- }
152
- textarea {
153
- resize: vertical;
154
- }
155
- ::-webkit-search-decoration {
156
- -webkit-appearance: none;
157
- }
158
- ::-webkit-date-and-time-value {
159
- min-height: 1lh;
160
- text-align: inherit;
161
- }
162
- ::-webkit-datetime-edit {
163
- display: inline-flex;
164
- }
165
- ::-webkit-datetime-edit-fields-wrapper {
166
- padding: 0;
167
- }
168
- ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
169
- padding-block: 0;
170
- }
171
- ::-webkit-calendar-picker-indicator {
172
- line-height: 1;
173
- }
174
- :-moz-ui-invalid {
175
- box-shadow: none;
176
- }
177
- button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
178
- appearance: button;
179
- }
180
- ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
181
- height: auto;
182
- }
183
- [hidden]:where(:not([hidden="until-found"])) {
184
- display: none !important;
185
- }
186
- }
187
- @layer utilities {
188
- .pointer-events-auto {
189
- pointer-events: auto;
190
- }
191
- .pointer-events-none {
192
- pointer-events: none;
193
- }
194
- .invisible {
195
- visibility: hidden;
196
- }
197
- .visible {
198
- visibility: visible;
199
- }
200
- .absolute {
201
- position: absolute;
202
- }
203
- .relative {
204
- position: relative;
205
- }
206
- .static {
207
- position: static;
208
- }
209
- .inset-0 {
210
- inset: calc(var(--spacing) * 0);
211
- }
212
- .inset-x-0 {
213
- inset-inline: calc(var(--spacing) * 0);
214
- }
215
- .top-0 {
216
- top: calc(var(--spacing) * 0);
217
- }
218
- .top-1\/2 {
219
- top: calc(1/2 * 100%);
220
- }
221
- .right-0 {
222
- right: calc(var(--spacing) * 0);
223
- }
224
- .right-2 {
225
- right: calc(var(--spacing) * 2);
226
- }
227
- .left-1\/2 {
228
- left: calc(1/2 * 100%);
229
- }
230
- .left-2 {
231
- left: calc(var(--spacing) * 2);
232
- }
233
- .left-3 {
234
- left: calc(var(--spacing) * 3);
235
- }
236
- .z-50 {
237
- z-index: 50;
238
- }
239
- .col-span-12 {
240
- grid-column: span 12 / span 12;
241
- }
242
- .col-start-1 {
243
- grid-column-start: 1;
244
- }
245
- .-mx-1 {
246
- margin-inline: calc(var(--spacing) * -1);
247
- }
248
- .my-1 {
249
- margin-block: calc(var(--spacing) * 1);
250
- }
251
- .mt-1 {
252
- margin-top: calc(var(--spacing) * 1);
253
- }
254
- .mt-2 {
255
- margin-top: calc(var(--spacing) * 2);
256
- }
257
- .mt-4 {
258
- margin-top: calc(var(--spacing) * 4);
259
- }
260
- .mt-\[20px\] {
261
- margin-top: 20px;
262
- }
263
- .mb-0 {
264
- margin-bottom: calc(var(--spacing) * 0);
265
- }
266
- .mb-2 {
267
- margin-bottom: calc(var(--spacing) * 2);
268
- }
269
- .mb-\[20px\] {
270
- margin-bottom: 20px;
271
- }
272
- .ml-auto {
273
- margin-left: auto;
274
- }
275
- .block {
276
- display: block;
277
- }
278
- .contents {
279
- display: contents;
280
- }
281
- .flex {
282
- display: flex;
283
- }
284
- .grid {
285
- display: grid;
286
- }
287
- .hidden {
288
- display: none;
289
- }
290
- .inline-block {
291
- display: inline-block;
292
- }
293
- .inline-flex {
294
- display: inline-flex;
295
- }
296
- .table {
297
- display: table;
298
- }
299
- .table-caption {
300
- display: table-caption;
301
- }
302
- .table-cell {
303
- display: table-cell;
304
- }
305
- .table-row {
306
- display: table-row;
307
- }
308
- .field-sizing-content {
309
- field-sizing: content;
310
- }
311
- .aspect-square {
312
- aspect-ratio: 1 / 1;
313
- }
314
- .size-\(--cell-size\) {
315
- width: var(--cell-size);
316
- height: var(--cell-size);
317
- }
318
- .size-2 {
319
- width: calc(var(--spacing) * 2);
320
- height: calc(var(--spacing) * 2);
321
- }
322
- .size-3\.5 {
323
- width: calc(var(--spacing) * 3.5);
324
- height: calc(var(--spacing) * 3.5);
325
- }
326
- .size-4 {
327
- width: calc(var(--spacing) * 4);
328
- height: calc(var(--spacing) * 4);
329
- }
330
- .size-9 {
331
- width: calc(var(--spacing) * 9);
332
- height: calc(var(--spacing) * 9);
333
- }
334
- .size-auto {
335
- width: auto;
336
- height: auto;
337
- }
338
- .h-\(--cell-size\) {
339
- height: var(--cell-size);
340
- }
341
- .h-4 {
342
- height: calc(var(--spacing) * 4);
343
- }
344
- .h-6 {
345
- height: calc(var(--spacing) * 6);
346
- }
347
- .h-8 {
348
- height: calc(var(--spacing) * 8);
349
- }
350
- .h-9 {
351
- height: calc(var(--spacing) * 9);
352
- }
353
- .h-10 {
354
- height: calc(var(--spacing) * 10);
355
- }
356
- .h-12 {
357
- height: calc(var(--spacing) * 12);
358
- }
359
- .h-24 {
360
- height: calc(var(--spacing) * 24);
361
- }
362
- .h-50 {
363
- height: calc(var(--spacing) * 50);
364
- }
365
- .h-\[1\.15rem\] {
366
- height: 1.15rem;
367
- }
368
- .h-\[10px\] {
369
- height: 10px;
370
- }
371
- .h-\[20px\] {
372
- height: 20px;
373
- }
374
- .h-\[34px\] {
375
- height: 34px;
376
- }
377
- .h-\[200px\] {
378
- height: 200px;
379
- }
380
- .h-\[var\(--radix-select-trigger-height\)\] {
381
- height: var(--radix-select-trigger-height);
382
- }
383
- .h-full {
384
- height: 100%;
385
- }
386
- .h-px {
387
- height: 1px;
388
- }
389
- .max-h-\(--radix-dropdown-menu-content-available-height\) {
390
- max-height: var(--radix-dropdown-menu-content-available-height);
391
- }
392
- .max-h-\(--radix-select-content-available-height\) {
393
- max-height: var(--radix-select-content-available-height);
394
- }
395
- .min-h-16 {
396
- min-height: calc(var(--spacing) * 16);
397
- }
398
- .w-\(--cell-size\) {
399
- width: var(--cell-size);
400
- }
401
- .w-3 {
402
- width: calc(var(--spacing) * 3);
403
- }
404
- .w-4 {
405
- width: calc(var(--spacing) * 4);
406
- }
407
- .w-6 {
408
- width: calc(var(--spacing) * 6);
409
- }
410
- .w-8 {
411
- width: calc(var(--spacing) * 8);
412
- }
413
- .w-10 {
414
- width: calc(var(--spacing) * 10);
415
- }
416
- .w-30 {
417
- width: calc(var(--spacing) * 30);
418
- }
419
- .w-72 {
420
- width: calc(var(--spacing) * 72);
421
- }
422
- .w-\[10px\] {
423
- width: 10px;
424
- }
425
- .w-\[20px\] {
426
- width: 20px;
427
- }
428
- .w-\[34px\] {
429
- width: 34px;
430
- }
431
- .w-\[200px\] {
432
- width: 200px;
433
- }
434
- .w-\[300px\] {
435
- width: 300px;
436
- }
437
- .w-auto {
438
- width: auto;
439
- }
440
- .w-fit {
441
- width: fit-content;
442
- }
443
- .w-full {
444
- width: 100%;
445
- }
446
- .min-w-\(--cell-size\) {
447
- min-width: var(--cell-size);
448
- }
449
- .min-w-0 {
450
- min-width: calc(var(--spacing) * 0);
451
- }
452
- .min-w-\[8rem\] {
453
- min-width: 8rem;
454
- }
455
- .min-w-\[100px\] {
456
- min-width: 100px;
457
- }
458
- .min-w-\[120px\] {
459
- min-width: 120px;
460
- }
461
- .min-w-\[160px\] {
462
- min-width: 160px;
463
- }
464
- .min-w-\[var\(--radix-select-trigger-width\)\] {
465
- min-width: var(--radix-select-trigger-width);
466
- }
467
- .flex-1 {
468
- flex: 1;
469
- }
470
- .flex-shrink-0 {
471
- flex-shrink: 0;
472
- }
473
- .shrink-0 {
474
- flex-shrink: 0;
475
- }
476
- .border-collapse {
477
- border-collapse: collapse;
478
- }
479
- .origin-\(--radix-dropdown-menu-content-transform-origin\) {
480
- transform-origin: var(--radix-dropdown-menu-content-transform-origin);
481
- }
482
- .origin-\(--radix-popover-content-transform-origin\) {
483
- transform-origin: var(--radix-popover-content-transform-origin);
484
- }
485
- .origin-\(--radix-select-content-transform-origin\) {
486
- transform-origin: var(--radix-select-content-transform-origin);
487
- }
488
- .-translate-x-1\/2 {
489
- --tw-translate-x: calc(calc(1/2 * 100%) * -1);
490
- translate: var(--tw-translate-x) var(--tw-translate-y);
491
- }
492
- .translate-x-1\/2 {
493
- --tw-translate-x: calc(1/2 * 100%);
494
- translate: var(--tw-translate-x) var(--tw-translate-y);
495
- }
496
- .-translate-y-1\/2 {
497
- --tw-translate-y: calc(calc(1/2 * 100%) * -1);
498
- translate: var(--tw-translate-x) var(--tw-translate-y);
499
- }
500
- .transform {
501
- transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
502
- }
503
- .cursor-default {
504
- cursor: default;
505
- }
506
- .cursor-pointer {
507
- cursor: pointer;
508
- }
509
- .scroll-my-1 {
510
- scroll-margin-block: calc(var(--spacing) * 1);
511
- }
512
- .grid-cols-12 {
513
- grid-template-columns: repeat(12, minmax(0, 1fr));
514
- }
515
- .flex-col {
516
- flex-direction: column;
517
- }
518
- .items-center {
519
- align-items: center;
520
- }
521
- .justify-between {
522
- justify-content: space-between;
523
- }
524
- .justify-center {
525
- justify-content: center;
526
- }
527
- .justify-start {
528
- justify-content: flex-start;
529
- }
530
- .gap-1 {
531
- gap: calc(var(--spacing) * 1);
532
- }
533
- .gap-1\.5 {
534
- gap: calc(var(--spacing) * 1.5);
535
- }
536
- .gap-2 {
537
- gap: calc(var(--spacing) * 2);
538
- }
539
- .gap-3 {
540
- gap: calc(var(--spacing) * 3);
541
- }
542
- .gap-4 {
543
- gap: calc(var(--spacing) * 4);
544
- }
545
- .space-x-2 {
546
- :where(& > :not(:last-child)) {
547
- --tw-space-x-reverse: 0;
548
- margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
549
- margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
550
- }
551
- }
552
- .overflow-hidden {
553
- overflow: hidden;
554
- }
555
- .overflow-x-auto {
556
- overflow-x: auto;
557
- }
558
- .overflow-x-hidden {
559
- overflow-x: hidden;
560
- }
561
- .overflow-y-auto {
562
- overflow-y: auto;
563
- }
564
- .rounded {
565
- border-radius: 0.25rem;
566
- }
567
- .rounded-\[4px\] {
568
- border-radius: 4px;
569
- }
570
- .rounded-full {
571
- border-radius: calc(infinity * 1px);
572
- }
573
- .rounded-lg {
574
- border-radius: var(--radius);
575
- }
576
- .rounded-md {
577
- border-radius: calc(var(--radius) - 2px);
578
- }
579
- .rounded-none {
580
- border-radius: 0;
581
- }
582
- .rounded-sm {
583
- border-radius: calc(var(--radius) - 4px);
584
- }
585
- .rounded-l-md {
586
- border-top-left-radius: calc(var(--radius) - 2px);
587
- border-bottom-left-radius: calc(var(--radius) - 2px);
588
- }
589
- .rounded-r-md {
590
- border-top-right-radius: calc(var(--radius) - 2px);
591
- border-bottom-right-radius: calc(var(--radius) - 2px);
592
- }
593
- .border {
594
- border-style: var(--tw-border-style);
595
- border-width: 1px;
596
- }
597
- .border-1 {
598
- border-style: var(--tw-border-style);
599
- border-width: 1px;
600
- }
601
- .border-2 {
602
- border-style: var(--tw-border-style);
603
- border-width: 2px;
604
- }
605
- .border-\[1px\] {
606
- border-style: var(--tw-border-style);
607
- border-width: 1px;
608
- }
609
- .border-t {
610
- border-top-style: var(--tw-border-style);
611
- border-top-width: 1px;
612
- }
613
- .border-b {
614
- border-bottom-style: var(--tw-border-style);
615
- border-bottom-width: 1px;
616
- }
617
- .border-dashed {
618
- --tw-border-style: dashed;
619
- border-style: dashed;
620
- }
621
- .border-none {
622
- --tw-border-style: none;
623
- border-style: none;
624
- }
625
- .border-solid {
626
- --tw-border-style: solid;
627
- border-style: solid;
628
- }
629
- .border-\[\#E0E0E0\] {
630
- border-color: #E0E0E0;
631
- }
632
- .border-gray-200 {
633
- border-color: var(--color-gray-200);
634
- }
635
- .border-gray-400 {
636
- border-color: var(--color-gray-400);
637
- }
638
- .border-input {
639
- border-color: var(--input);
640
- }
641
- .border-transparent {
642
- border-color: transparent;
643
- }
644
- .bg-\[\#12715b\] {
645
- background-color: #12715b;
646
- }
647
- .bg-\[\#034486\] {
648
- background-color: #034486;
649
- }
650
- .bg-\[\#E9E9E9\] {
651
- background-color: #E9E9E9;
652
- }
653
- .bg-\[\#FF4A4A\] {
654
- background-color: #FF4A4A;
655
- }
656
- .bg-accent {
657
- background-color: var(--accent);
658
- }
659
- .bg-background {
660
- background-color: var(--background);
661
- }
662
- .bg-border {
663
- background-color: var(--border);
664
- }
665
- .bg-destructive {
666
- background-color: var(--destructive);
667
- }
668
- .bg-gray-50 {
669
- background-color: var(--color-gray-50);
670
- }
671
- .bg-gray-100 {
672
- background-color: var(--color-gray-100);
673
- }
674
- .bg-gray-300 {
675
- background-color: var(--color-gray-300);
676
- }
677
- .bg-popover {
678
- background-color: var(--popover);
679
- }
680
- .bg-primary {
681
- background-color: var(--primary);
682
- }
683
- .bg-secondary {
684
- background-color: var(--secondary);
685
- }
686
- .bg-transparent {
687
- background-color: transparent;
688
- }
689
- .bg-white {
690
- background-color: var(--color-white);
691
- }
692
- .bg-white\/10 {
693
- background-color: color-mix(in srgb, #fff 10%, transparent);
694
- @supports (color: color-mix(in lab, red, red)) {
695
- background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
696
- }
697
- }
698
- .fill-current {
699
- fill: currentcolor;
700
- }
701
- .fill-primary {
702
- fill: var(--primary);
703
- }
704
- .p-0 {
705
- padding: calc(var(--spacing) * 0);
706
- }
707
- .p-1 {
708
- padding: calc(var(--spacing) * 1);
709
- }
710
- .p-2 {
711
- padding: calc(var(--spacing) * 2);
712
- }
713
- .p-3 {
714
- padding: calc(var(--spacing) * 3);
715
- }
716
- .p-4 {
717
- padding: calc(var(--spacing) * 4);
718
- }
719
- .px-\(--cell-size\) {
720
- padding-inline: var(--cell-size);
721
- }
722
- .px-2 {
723
- padding-inline: calc(var(--spacing) * 2);
724
- }
725
- .px-3 {
726
- padding-inline: calc(var(--spacing) * 3);
727
- }
728
- .px-4 {
729
- padding-inline: calc(var(--spacing) * 4);
730
- }
731
- .px-6 {
732
- padding-inline: calc(var(--spacing) * 6);
733
- }
734
- .px-10 {
735
- padding-inline: calc(var(--spacing) * 10);
736
- }
737
- .py-1 {
738
- padding-block: calc(var(--spacing) * 1);
739
- }
740
- .py-1\.5 {
741
- padding-block: calc(var(--spacing) * 1.5);
742
- }
743
- .py-2 {
744
- padding-block: calc(var(--spacing) * 2);
745
- }
746
- .py-3 {
747
- padding-block: calc(var(--spacing) * 3);
748
- }
749
- .py-4 {
750
- padding-block: calc(var(--spacing) * 4);
751
- }
752
- .pt-\[10px\] {
753
- padding-top: 10px;
754
- }
755
- .pr-1 {
756
- padding-right: calc(var(--spacing) * 1);
757
- }
758
- .pr-2 {
759
- padding-right: calc(var(--spacing) * 2);
760
- }
761
- .pr-8 {
762
- padding-right: calc(var(--spacing) * 8);
763
- }
764
- .pr-\[10px\] {
765
- padding-right: 10px;
766
- }
767
- .pb-\[10px\] {
768
- padding-bottom: 10px;
769
- }
770
- .pl-2 {
771
- padding-left: calc(var(--spacing) * 2);
772
- }
773
- .pl-8 {
774
- padding-left: calc(var(--spacing) * 8);
775
- }
776
- .pl-\[10px\] {
777
- padding-left: 10px;
778
- }
779
- .text-center {
780
- text-align: center;
781
- }
782
- .text-left {
783
- text-align: left;
784
- }
785
- .align-middle {
786
- vertical-align: middle;
787
- }
788
- .text-base {
789
- font-size: var(--text-base);
790
- line-height: var(--tw-leading, var(--text-base--line-height));
791
- }
792
- .text-sm {
793
- font-size: var(--text-sm);
794
- line-height: var(--tw-leading, var(--text-sm--line-height));
795
- }
796
- .text-xs {
797
- font-size: var(--text-xs);
798
- line-height: var(--tw-leading, var(--text-xs--line-height));
799
- }
800
- .text-\[0\.8rem\] {
801
- font-size: 0.8rem;
802
- }
803
- .text-\[10px\] {
804
- font-size: 10px;
805
- }
806
- .text-\[11px\] {
807
- font-size: 11px;
808
- }
809
- .text-\[12px\] {
810
- font-size: 12px;
811
- }
812
- .text-\[13px\] {
813
- font-size: 13px;
814
- }
815
- .leading-\[20px\] {
816
- --tw-leading: 20px;
817
- line-height: 20px;
818
- }
819
- .leading-none {
820
- --tw-leading: 1;
821
- line-height: 1;
822
- }
823
- .font-\[400\] {
824
- --tw-font-weight: 400;
825
- font-weight: 400;
826
- }
827
- .font-\[500\] {
828
- --tw-font-weight: 500;
829
- font-weight: 500;
830
- }
831
- .font-medium {
832
- --tw-font-weight: var(--font-weight-medium);
833
- font-weight: var(--font-weight-medium);
834
- }
835
- .font-normal {
836
- --tw-font-weight: var(--font-weight-normal);
837
- font-weight: var(--font-weight-normal);
838
- }
839
- .font-semibold {
840
- --tw-font-weight: var(--font-weight-semibold);
841
- font-weight: var(--font-weight-semibold);
842
- }
843
- .tracking-widest {
844
- --tw-tracking: var(--tracking-widest);
845
- letter-spacing: var(--tracking-widest);
846
- }
847
- .whitespace-nowrap {
848
- white-space: nowrap;
849
- }
850
- .text-\[\#000000\] {
851
- color: #000000;
852
- }
853
- .text-\[\#383838\] {
854
- color: #383838;
855
- }
856
- .text-\[\#BDBDBD\] {
857
- color: #BDBDBD;
858
- }
859
- .text-\[\#E9E9E9\] {
860
- color: #E9E9E9;
861
- }
862
- .text-\[\#fff\] {
863
- color: #fff;
864
- }
865
- .text-accent-foreground {
866
- color: var(--accent-foreground);
867
- }
868
- .text-current {
869
- color: currentcolor;
870
- }
871
- .text-gray-500 {
872
- color: var(--color-gray-500);
873
- }
874
- .text-gray-600 {
875
- color: var(--color-gray-600);
876
- }
877
- .text-gray-700 {
878
- color: var(--color-gray-700);
879
- }
880
- .text-gray-800 {
881
- color: var(--color-gray-800);
882
- }
883
- .text-muted-foreground {
884
- color: var(--muted-foreground);
885
- }
886
- .text-popover-foreground {
887
- color: var(--popover-foreground);
888
- }
889
- .text-primary {
890
- color: var(--primary);
891
- }
892
- .text-primary-foreground {
893
- color: var(--primary-foreground);
894
- }
895
- .text-red-500 {
896
- color: var(--color-red-500);
897
- }
898
- .text-secondary-foreground {
899
- color: var(--secondary-foreground);
900
- }
901
- .text-white {
902
- color: var(--color-white);
903
- }
904
- .italic {
905
- font-style: italic;
906
- }
907
- .underline {
908
- text-decoration-line: underline;
909
- }
910
- .underline-offset-4 {
911
- text-underline-offset: 4px;
912
- }
913
- .opacity-0 {
914
- opacity: 0%;
915
- }
916
- .opacity-50 {
917
- opacity: 50%;
918
- }
919
- .opacity-80 {
920
- opacity: 80%;
921
- }
922
- .shadow-lg {
923
- --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
924
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
925
- }
926
- .shadow-md {
927
- --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
928
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
929
- }
930
- .shadow-sm {
931
- --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
932
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
933
- }
934
- .shadow-xs {
935
- --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
936
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
937
- }
938
- .ring-0 {
939
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
940
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
941
- }
942
- .outline-hidden {
943
- --tw-outline-style: none;
944
- outline-style: none;
945
- @media (forced-colors: active) {
946
- outline: 2px solid transparent;
947
- outline-offset: 2px;
948
- }
949
- }
950
- .outline {
951
- outline-style: var(--tw-outline-style);
952
- outline-width: 1px;
953
- }
954
- .transition {
955
- transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
956
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
957
- transition-duration: var(--tw-duration, var(--default-transition-duration));
958
- }
959
- .transition-\[color\,box-shadow\] {
960
- transition-property: color,box-shadow;
961
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
962
- transition-duration: var(--tw-duration, var(--default-transition-duration));
963
- }
964
- .transition-all {
965
- transition-property: all;
966
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
967
- transition-duration: var(--tw-duration, var(--default-transition-duration));
968
- }
969
- .transition-colors {
970
- transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
971
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
972
- transition-duration: var(--tw-duration, var(--default-transition-duration));
973
- }
974
- .transition-opacity {
975
- transition-property: opacity;
976
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
977
- transition-duration: var(--tw-duration, var(--default-transition-duration));
978
- }
979
- .transition-shadow {
980
- transition-property: box-shadow;
981
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
982
- transition-duration: var(--tw-duration, var(--default-transition-duration));
983
- }
984
- .transition-transform {
985
- transition-property: transform, translate, scale, rotate;
986
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
987
- transition-duration: var(--tw-duration, var(--default-transition-duration));
988
- }
989
- .transition-none {
990
- transition-property: none;
991
- }
992
- .duration-200 {
993
- --tw-duration: 200ms;
994
- transition-duration: 200ms;
995
- }
996
- .duration-300 {
997
- --tw-duration: 300ms;
998
- transition-duration: 300ms;
999
- }
1000
- .outline-none {
1001
- --tw-outline-style: none;
1002
- outline-style: none;
1003
- }
1004
- .select-none {
1005
- -webkit-user-select: none;
1006
- user-select: none;
1007
- }
1008
- .\[--cell-size\:--spacing\(8\)\] {
1009
- --cell-size: calc(var(--spacing) * 8);
1010
- }
1011
- .group-hover\:opacity-100 {
1012
- &:is(:where(.group):hover *) {
1013
- @media (hover: hover) {
1014
- opacity: 100%;
1015
- }
1016
- }
1017
- }
1018
- .group-data-\[disabled\=true\]\:pointer-events-none {
1019
- &:is(:where(.group)[data-disabled="true"] *) {
1020
- pointer-events: none;
1021
- }
1022
- }
1023
- .group-data-\[disabled\=true\]\:opacity-50 {
1024
- &:is(:where(.group)[data-disabled="true"] *) {
1025
- opacity: 50%;
1026
- }
1027
- }
1028
- .group-data-\[focused\=true\]\/day\:relative {
1029
- &:is(:where(.group\/day)[data-focused="true"] *) {
1030
- position: relative;
1031
- }
1032
- }
1033
- .group-data-\[focused\=true\]\/day\:z-10 {
1034
- &:is(:where(.group\/day)[data-focused="true"] *) {
1035
- z-index: 10;
1036
- }
1037
- }
1038
- .group-data-\[focused\=true\]\/day\:border-ring {
1039
- &:is(:where(.group\/day)[data-focused="true"] *) {
1040
- border-color: var(--ring);
1041
- }
1042
- }
1043
- .group-data-\[focused\=true\]\/day\:ring-\[3px\] {
1044
- &:is(:where(.group\/day)[data-focused="true"] *) {
1045
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1046
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1047
- }
1048
- }
1049
- .group-data-\[focused\=true\]\/day\:ring-ring\/50 {
1050
- &:is(:where(.group\/day)[data-focused="true"] *) {
1051
- --tw-ring-color: var(--ring);
1052
- @supports (color: color-mix(in lab, red, red)) {
1053
- --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
1054
- }
1055
- }
1056
- }
1057
- .peer-disabled\:cursor-not-allowed {
1058
- &:is(:where(.peer):disabled ~ *) {
1059
- cursor: not-allowed;
1060
- }
1061
- }
1062
- .peer-disabled\:opacity-50 {
1063
- &:is(:where(.peer):disabled ~ *) {
1064
- opacity: 50%;
1065
- }
1066
- }
1067
- .selection\:bg-primary {
1068
- & *::selection {
1069
- background-color: var(--primary);
1070
- }
1071
- &::selection {
1072
- background-color: var(--primary);
1073
- }
1074
- }
1075
- .selection\:text-primary-foreground {
1076
- & *::selection {
1077
- color: var(--primary-foreground);
1078
- }
1079
- &::selection {
1080
- color: var(--primary-foreground);
1081
- }
1082
- }
1083
- .file\:inline-flex {
1084
- &::file-selector-button {
1085
- display: inline-flex;
1086
- }
1087
- }
1088
- .file\:h-7 {
1089
- &::file-selector-button {
1090
- height: calc(var(--spacing) * 7);
1091
- }
1092
- }
1093
- .file\:border-0 {
1094
- &::file-selector-button {
1095
- border-style: var(--tw-border-style);
1096
- border-width: 0px;
1097
- }
1098
- }
1099
- .file\:bg-transparent {
1100
- &::file-selector-button {
1101
- background-color: transparent;
1102
- }
1103
- }
1104
- .file\:text-sm {
1105
- &::file-selector-button {
1106
- font-size: var(--text-sm);
1107
- line-height: var(--tw-leading, var(--text-sm--line-height));
1108
- }
1109
- }
1110
- .file\:font-medium {
1111
- &::file-selector-button {
1112
- --tw-font-weight: var(--font-weight-medium);
1113
- font-weight: var(--font-weight-medium);
1114
- }
1115
- }
1116
- .file\:text-foreground {
1117
- &::file-selector-button {
1118
- color: var(--foreground);
1119
- }
1120
- }
1121
- .placeholder\:text-muted-foreground {
1122
- &::placeholder {
1123
- color: var(--muted-foreground);
1124
- }
1125
- }
1126
- .hover\:border-blue-500 {
1127
- &:hover {
1128
- @media (hover: hover) {
1129
- border-color: var(--color-blue-500);
1130
- }
1131
- }
1132
- }
1133
- .hover\:bg-accent {
1134
- &:hover {
1135
- @media (hover: hover) {
1136
- background-color: var(--accent);
1137
- }
1138
- }
1139
- }
1140
- .hover\:bg-destructive\/90 {
1141
- &:hover {
1142
- @media (hover: hover) {
1143
- background-color: var(--destructive);
1144
- @supports (color: color-mix(in lab, red, red)) {
1145
- background-color: color-mix(in oklab, var(--destructive) 90%, transparent);
1146
- }
1147
- }
1148
- }
1149
- }
1150
- .hover\:bg-gray-50 {
1151
- &:hover {
1152
- @media (hover: hover) {
1153
- background-color: var(--color-gray-50);
1154
- }
1155
- }
1156
- }
1157
- .hover\:bg-gray-100 {
1158
- &:hover {
1159
- @media (hover: hover) {
1160
- background-color: var(--color-gray-100);
1161
- }
1162
- }
1163
- }
1164
- .hover\:bg-primary\/90 {
1165
- &:hover {
1166
- @media (hover: hover) {
1167
- background-color: var(--primary);
1168
- @supports (color: color-mix(in lab, red, red)) {
1169
- background-color: color-mix(in oklab, var(--primary) 90%, transparent);
1170
- }
1171
- }
1172
- }
1173
- }
1174
- .hover\:bg-secondary\/80 {
1175
- &:hover {
1176
- @media (hover: hover) {
1177
- background-color: var(--secondary);
1178
- @supports (color: color-mix(in lab, red, red)) {
1179
- background-color: color-mix(in oklab, var(--secondary) 80%, transparent);
1180
- }
1181
- }
1182
- }
1183
- }
1184
- .hover\:bg-white\/5 {
1185
- &:hover {
1186
- @media (hover: hover) {
1187
- background-color: color-mix(in srgb, #fff 5%, transparent);
1188
- @supports (color: color-mix(in lab, red, red)) {
1189
- background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
1190
- }
1191
- }
1192
- }
1193
- }
1194
- .hover\:text-accent-foreground {
1195
- &:hover {
1196
- @media (hover: hover) {
1197
- color: var(--accent-foreground);
1198
- }
1199
- }
1200
- }
1201
- .hover\:underline {
1202
- &:hover {
1203
- @media (hover: hover) {
1204
- text-decoration-line: underline;
1205
- }
1206
- }
1207
- }
1208
- .focus\:bg-accent {
1209
- &:focus {
1210
- background-color: var(--accent);
1211
- }
1212
- }
1213
- .focus\:bg-gray-100 {
1214
- &:focus {
1215
- background-color: var(--color-gray-100);
1216
- }
1217
- }
1218
- .focus\:text-accent-foreground {
1219
- &:focus {
1220
- color: var(--accent-foreground);
1221
- }
1222
- }
1223
- .focus\:ring-0 {
1224
- &:focus {
1225
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1226
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1227
- }
1228
- }
1229
- .focus\:ring-offset-0 {
1230
- &:focus {
1231
- --tw-ring-offset-width: 0px;
1232
- --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1233
- }
1234
- }
1235
- .focus\:outline-none {
1236
- &:focus {
1237
- --tw-outline-style: none;
1238
- outline-style: none;
1239
- }
1240
- }
1241
- .focus-visible\:border-ring {
1242
- &:focus-visible {
1243
- border-color: var(--ring);
1244
- }
1245
- }
1246
- .focus-visible\:ring-\[3px\] {
1247
- &:focus-visible {
1248
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1249
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1250
- }
1251
- }
1252
- .focus-visible\:ring-destructive\/20 {
1253
- &:focus-visible {
1254
- --tw-ring-color: var(--destructive);
1255
- @supports (color: color-mix(in lab, red, red)) {
1256
- --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
1257
- }
1258
- }
1259
- }
1260
- .focus-visible\:ring-ring\/50 {
1261
- &:focus-visible {
1262
- --tw-ring-color: var(--ring);
1263
- @supports (color: color-mix(in lab, red, red)) {
1264
- --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
1265
- }
1266
- }
1267
- }
1268
- .disabled\:pointer-events-none {
1269
- &:disabled {
1270
- pointer-events: none;
1271
- }
1272
- }
1273
- .disabled\:cursor-not-allowed {
1274
- &:disabled {
1275
- cursor: not-allowed;
1276
- }
1277
- }
1278
- .disabled\:opacity-50 {
1279
- &:disabled {
1280
- opacity: 50%;
1281
- }
1282
- }
1283
- .has-focus\:border-ring {
1284
- &:has(*:focus) {
1285
- border-color: var(--ring);
1286
- }
1287
- }
1288
- .has-focus\:ring-\[3px\] {
1289
- &:has(*:focus) {
1290
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1291
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1292
- }
1293
- }
1294
- .has-focus\:ring-ring\/50 {
1295
- &:has(*:focus) {
1296
- --tw-ring-color: var(--ring);
1297
- @supports (color: color-mix(in lab, red, red)) {
1298
- --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
1299
- }
1300
- }
1301
- }
1302
- .has-\[\>svg\]\:px-2\.5 {
1303
- &:has(>svg) {
1304
- padding-inline: calc(var(--spacing) * 2.5);
1305
- }
1306
- }
1307
- .has-\[\>svg\]\:px-3 {
1308
- &:has(>svg) {
1309
- padding-inline: calc(var(--spacing) * 3);
1310
- }
1311
- }
1312
- .has-\[\>svg\]\:px-4 {
1313
- &:has(>svg) {
1314
- padding-inline: calc(var(--spacing) * 4);
1315
- }
1316
- }
1317
- .aria-disabled\:opacity-50 {
1318
- &[aria-disabled="true"] {
1319
- opacity: 50%;
1320
- }
1321
- }
1322
- .aria-invalid\:border-destructive {
1323
- &[aria-invalid="true"] {
1324
- border-color: var(--destructive);
1325
- }
1326
- }
1327
- .aria-invalid\:ring-destructive\/20 {
1328
- &[aria-invalid="true"] {
1329
- --tw-ring-color: var(--destructive);
1330
- @supports (color: color-mix(in lab, red, red)) {
1331
- --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
1332
- }
1333
- }
1334
- }
1335
- .aria-selected\:text-muted-foreground {
1336
- &[aria-selected="true"] {
1337
- color: var(--muted-foreground);
1338
- }
1339
- }
1340
- .data-\[disabled\]\:pointer-events-none {
1341
- &[data-disabled] {
1342
- pointer-events: none;
1343
- }
1344
- }
1345
- .data-\[disabled\]\:opacity-50 {
1346
- &[data-disabled] {
1347
- opacity: 50%;
1348
- }
1349
- }
1350
- .data-\[inset\]\:pl-8 {
1351
- &[data-inset] {
1352
- padding-left: calc(var(--spacing) * 8);
1353
- }
1354
- }
1355
- .data-\[placeholder\]\:text-muted-foreground {
1356
- &[data-placeholder] {
1357
- color: var(--muted-foreground);
1358
- }
1359
- }
1360
- .data-\[range-end\=true\]\:rounded-md {
1361
- &[data-range-end="true"] {
1362
- border-radius: calc(var(--radius) - 2px);
1363
- }
1364
- }
1365
- .data-\[range-end\=true\]\:rounded-r-md {
1366
- &[data-range-end="true"] {
1367
- border-top-right-radius: calc(var(--radius) - 2px);
1368
- border-bottom-right-radius: calc(var(--radius) - 2px);
1369
- }
1370
- }
1371
- .data-\[range-end\=true\]\:bg-primary {
1372
- &[data-range-end="true"] {
1373
- background-color: var(--primary);
1374
- }
1375
- }
1376
- .data-\[range-end\=true\]\:text-primary-foreground {
1377
- &[data-range-end="true"] {
1378
- color: var(--primary-foreground);
1379
- }
1380
- }
1381
- .data-\[range-middle\=true\]\:rounded-none {
1382
- &[data-range-middle="true"] {
1383
- border-radius: 0;
1384
- }
1385
- }
1386
- .data-\[range-middle\=true\]\:bg-accent {
1387
- &[data-range-middle="true"] {
1388
- background-color: var(--accent);
1389
- }
1390
- }
1391
- .data-\[range-middle\=true\]\:text-accent-foreground {
1392
- &[data-range-middle="true"] {
1393
- color: var(--accent-foreground);
1394
- }
1395
- }
1396
- .data-\[range-start\=true\]\:rounded-md {
1397
- &[data-range-start="true"] {
1398
- border-radius: calc(var(--radius) - 2px);
1399
- }
1400
- }
1401
- .data-\[range-start\=true\]\:rounded-l-md {
1402
- &[data-range-start="true"] {
1403
- border-top-left-radius: calc(var(--radius) - 2px);
1404
- border-bottom-left-radius: calc(var(--radius) - 2px);
1405
- }
1406
- }
1407
- .data-\[range-start\=true\]\:bg-primary {
1408
- &[data-range-start="true"] {
1409
- background-color: var(--primary);
1410
- }
1411
- }
1412
- .data-\[range-start\=true\]\:text-primary-foreground {
1413
- &[data-range-start="true"] {
1414
- color: var(--primary-foreground);
1415
- }
1416
- }
1417
- .data-\[selected-single\=true\]\:bg-primary {
1418
- &[data-selected-single="true"] {
1419
- background-color: var(--primary);
1420
- }
1421
- }
1422
- .data-\[selected-single\=true\]\:text-primary-foreground {
1423
- &[data-selected-single="true"] {
1424
- color: var(--primary-foreground);
1425
- }
1426
- }
1427
- .data-\[selected\=true\]\:rounded-none {
1428
- &[data-selected="true"] {
1429
- border-radius: 0;
1430
- }
1431
- }
1432
- .data-\[side\=bottom\]\:translate-y-1 {
1433
- &[data-side="bottom"] {
1434
- --tw-translate-y: calc(var(--spacing) * 1);
1435
- translate: var(--tw-translate-x) var(--tw-translate-y);
1436
- }
1437
- }
1438
- .data-\[side\=bottom\]\:slide-in-from-top-2 {
1439
- &[data-side="bottom"] {
1440
- --tw-enter-translate-y: calc(2*var(--spacing)*-1);
1441
- }
1442
- }
1443
- .data-\[side\=left\]\:-translate-x-1 {
1444
- &[data-side="left"] {
1445
- --tw-translate-x: calc(var(--spacing) * -1);
1446
- translate: var(--tw-translate-x) var(--tw-translate-y);
1447
- }
1448
- }
1449
- .data-\[side\=left\]\:slide-in-from-right-2 {
1450
- &[data-side="left"] {
1451
- --tw-enter-translate-x: calc(2*var(--spacing));
1452
- }
1453
- }
1454
- .data-\[side\=right\]\:translate-x-1 {
1455
- &[data-side="right"] {
1456
- --tw-translate-x: calc(var(--spacing) * 1);
1457
- translate: var(--tw-translate-x) var(--tw-translate-y);
1458
- }
1459
- }
1460
- .data-\[side\=right\]\:slide-in-from-left-2 {
1461
- &[data-side="right"] {
1462
- --tw-enter-translate-x: calc(2*var(--spacing)*-1);
1463
- }
1464
- }
1465
- .data-\[side\=top\]\:-translate-y-1 {
1466
- &[data-side="top"] {
1467
- --tw-translate-y: calc(var(--spacing) * -1);
1468
- translate: var(--tw-translate-x) var(--tw-translate-y);
1469
- }
1470
- }
1471
- .data-\[side\=top\]\:slide-in-from-bottom-2 {
1472
- &[data-side="top"] {
1473
- --tw-enter-translate-y: calc(2*var(--spacing));
1474
- }
1475
- }
1476
- .data-\[size\=default\]\:h-9 {
1477
- &[data-size="default"] {
1478
- height: calc(var(--spacing) * 9);
1479
- }
1480
- }
1481
- .data-\[size\=sm\]\:h-8 {
1482
- &[data-size="sm"] {
1483
- height: calc(var(--spacing) * 8);
1484
- }
1485
- }
1486
- .\*\:data-\[slot\=select-value\]\:line-clamp-1 {
1487
- :is(& > *) {
1488
- &[data-slot="select-value"] {
1489
- overflow: hidden;
1490
- display: -webkit-box;
1491
- -webkit-box-orient: vertical;
1492
- -webkit-line-clamp: 1;
1493
- }
1494
- }
1495
- }
1496
- .\*\:data-\[slot\=select-value\]\:flex {
1497
- :is(& > *) {
1498
- &[data-slot="select-value"] {
1499
- display: flex;
1500
- }
1501
- }
1502
- }
1503
- .\*\:data-\[slot\=select-value\]\:items-center {
1504
- :is(& > *) {
1505
- &[data-slot="select-value"] {
1506
- align-items: center;
1507
- }
1508
- }
1509
- }
1510
- .\*\:data-\[slot\=select-value\]\:gap-2 {
1511
- :is(& > *) {
1512
- &[data-slot="select-value"] {
1513
- gap: calc(var(--spacing) * 2);
1514
- }
1515
- }
1516
- }
1517
- .data-\[state\=checked\]\:translate-x-\[calc\(100\%-2px\)\] {
1518
- &[data-state="checked"] {
1519
- --tw-translate-x: calc(100% - 2px);
1520
- translate: var(--tw-translate-x) var(--tw-translate-y);
1521
- }
1522
- }
1523
- .data-\[state\=checked\]\:border-primary {
1524
- &[data-state="checked"] {
1525
- border-color: var(--primary);
1526
- }
1527
- }
1528
- .data-\[state\=checked\]\:bg-primary {
1529
- &[data-state="checked"] {
1530
- background-color: var(--primary);
1531
- }
1532
- }
1533
- .data-\[state\=checked\]\:text-primary-foreground {
1534
- &[data-state="checked"] {
1535
- color: var(--primary-foreground);
1536
- }
1537
- }
1538
- .data-\[state\=closed\]\:animate-out {
1539
- &[data-state="closed"] {
1540
- animation: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
1541
- }
1542
- }
1543
- .data-\[state\=closed\]\:fade-out-0 {
1544
- &[data-state="closed"] {
1545
- --tw-exit-opacity: calc(0/100);
1546
- --tw-exit-opacity: 0;
1547
- }
1548
- }
1549
- .data-\[state\=closed\]\:zoom-out-95 {
1550
- &[data-state="closed"] {
1551
- --tw-exit-scale: calc(95*1%);
1552
- --tw-exit-scale: .95;
1553
- }
1554
- }
1555
- .data-\[state\=open\]\:animate-in {
1556
- &[data-state="open"] {
1557
- animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
1558
- }
1559
- }
1560
- .data-\[state\=open\]\:bg-accent {
1561
- &[data-state="open"] {
1562
- background-color: var(--accent);
1563
- }
1564
- }
1565
- .data-\[state\=open\]\:text-accent-foreground {
1566
- &[data-state="open"] {
1567
- color: var(--accent-foreground);
1568
- }
1569
- }
1570
- .data-\[state\=open\]\:fade-in-0 {
1571
- &[data-state="open"] {
1572
- --tw-enter-opacity: calc(0/100);
1573
- --tw-enter-opacity: 0;
1574
- }
1575
- }
1576
- .data-\[state\=open\]\:zoom-in-95 {
1577
- &[data-state="open"] {
1578
- --tw-enter-scale: calc(95*1%);
1579
- --tw-enter-scale: .95;
1580
- }
1581
- }
1582
- .data-\[state\=unchecked\]\:translate-x-0 {
1583
- &[data-state="unchecked"] {
1584
- --tw-translate-x: calc(var(--spacing) * 0);
1585
- translate: var(--tw-translate-x) var(--tw-translate-y);
1586
- }
1587
- }
1588
- .data-\[state\=unchecked\]\:bg-input {
1589
- &[data-state="unchecked"] {
1590
- background-color: var(--input);
1591
- }
1592
- }
1593
- .data-\[variant\=destructive\]\:text-destructive {
1594
- &[data-variant="destructive"] {
1595
- color: var(--destructive);
1596
- }
1597
- }
1598
- .data-\[variant\=destructive\]\:focus\:bg-destructive\/10 {
1599
- &[data-variant="destructive"] {
1600
- &:focus {
1601
- background-color: var(--destructive);
1602
- @supports (color: color-mix(in lab, red, red)) {
1603
- background-color: color-mix(in oklab, var(--destructive) 10%, transparent);
1604
- }
1605
- }
1606
- }
1607
- }
1608
- .data-\[variant\=destructive\]\:focus\:text-destructive {
1609
- &[data-variant="destructive"] {
1610
- &:focus {
1611
- color: var(--destructive);
1612
- }
1613
- }
1614
- }
1615
- .sm\:visible {
1616
- @media (width >= 40rem) {
1617
- visibility: visible;
1618
- }
1619
- }
1620
- .sm\:col-span-12 {
1621
- @media (width >= 40rem) {
1622
- grid-column: span 12 / span 12;
1623
- }
1624
- }
1625
- .sm\:col-start-1 {
1626
- @media (width >= 40rem) {
1627
- grid-column-start: 1;
1628
- }
1629
- }
1630
- .sm\:flex {
1631
- @media (width >= 40rem) {
1632
- display: flex;
1633
- }
1634
- }
1635
- .sm\:h-50 {
1636
- @media (width >= 40rem) {
1637
- height: calc(var(--spacing) * 50);
1638
- }
1639
- }
1640
- .sm\:grid-cols-12 {
1641
- @media (width >= 40rem) {
1642
- grid-template-columns: repeat(12, minmax(0, 1fr));
1643
- }
1644
- }
1645
- .sm\:items-center {
1646
- @media (width >= 40rem) {
1647
- align-items: center;
1648
- }
1649
- }
1650
- .sm\:bg-\[\#12715b\] {
1651
- @media (width >= 40rem) {
1652
- background-color: #12715b;
1653
- }
1654
- }
1655
- .sm\:pt-\[10px\] {
1656
- @media (width >= 40rem) {
1657
- padding-top: 10px;
1658
- }
1659
- }
1660
- .sm\:pr-\[10px\] {
1661
- @media (width >= 40rem) {
1662
- padding-right: 10px;
1663
- }
1664
- }
1665
- .sm\:pb-\[10px\] {
1666
- @media (width >= 40rem) {
1667
- padding-bottom: 10px;
1668
- }
1669
- }
1670
- .sm\:pl-\[10px\] {
1671
- @media (width >= 40rem) {
1672
- padding-left: 10px;
1673
- }
1674
- }
1675
- .md\:visible {
1676
- @media (width >= 48rem) {
1677
- visibility: visible;
1678
- }
1679
- }
1680
- .md\:col-span-12 {
1681
- @media (width >= 48rem) {
1682
- grid-column: span 12 / span 12;
1683
- }
1684
- }
1685
- .md\:col-start-1 {
1686
- @media (width >= 48rem) {
1687
- grid-column-start: 1;
1688
- }
1689
- }
1690
- .md\:flex {
1691
- @media (width >= 48rem) {
1692
- display: flex;
1693
- }
1694
- }
1695
- .md\:h-50 {
1696
- @media (width >= 48rem) {
1697
- height: calc(var(--spacing) * 50);
1698
- }
1699
- }
1700
- .md\:grid-cols-12 {
1701
- @media (width >= 48rem) {
1702
- grid-template-columns: repeat(12, minmax(0, 1fr));
1703
- }
1704
- }
1705
- .md\:flex-row {
1706
- @media (width >= 48rem) {
1707
- flex-direction: row;
1708
- }
1709
- }
1710
- .md\:items-center {
1711
- @media (width >= 48rem) {
1712
- align-items: center;
1713
- }
1714
- }
1715
- .md\:bg-\[\#12715b\] {
1716
- @media (width >= 48rem) {
1717
- background-color: #12715b;
1718
- }
1719
- }
1720
- .md\:pt-\[10px\] {
1721
- @media (width >= 48rem) {
1722
- padding-top: 10px;
1723
- }
1724
- }
1725
- .md\:pr-\[10px\] {
1726
- @media (width >= 48rem) {
1727
- padding-right: 10px;
1728
- }
1729
- }
1730
- .md\:pb-\[10px\] {
1731
- @media (width >= 48rem) {
1732
- padding-bottom: 10px;
1733
- }
1734
- }
1735
- .md\:pl-\[10px\] {
1736
- @media (width >= 48rem) {
1737
- padding-left: 10px;
1738
- }
1739
- }
1740
- .md\:text-sm {
1741
- @media (width >= 48rem) {
1742
- font-size: var(--text-sm);
1743
- line-height: var(--tw-leading, var(--text-sm--line-height));
1744
- }
1745
- }
1746
- .dark\:border-input {
1747
- &:is(.dark *) {
1748
- border-color: var(--input);
1749
- }
1750
- }
1751
- .dark\:bg-destructive\/60 {
1752
- &:is(.dark *) {
1753
- background-color: var(--destructive);
1754
- @supports (color: color-mix(in lab, red, red)) {
1755
- background-color: color-mix(in oklab, var(--destructive) 60%, transparent);
1756
- }
1757
- }
1758
- }
1759
- .dark\:bg-input\/30 {
1760
- &:is(.dark *) {
1761
- background-color: var(--input);
1762
- @supports (color: color-mix(in lab, red, red)) {
1763
- background-color: color-mix(in oklab, var(--input) 30%, transparent);
1764
- }
1765
- }
1766
- }
1767
- .dark\:text-\[\#fff\] {
1768
- &:is(.dark *) {
1769
- color: #fff;
1770
- }
1771
- }
1772
- .dark\:hover\:bg-accent\/50 {
1773
- &:is(.dark *) {
1774
- &:hover {
1775
- @media (hover: hover) {
1776
- background-color: var(--accent);
1777
- @supports (color: color-mix(in lab, red, red)) {
1778
- background-color: color-mix(in oklab, var(--accent) 50%, transparent);
1779
- }
1780
- }
1781
- }
1782
- }
1783
- }
1784
- .dark\:hover\:bg-input\/50 {
1785
- &:is(.dark *) {
1786
- &:hover {
1787
- @media (hover: hover) {
1788
- background-color: var(--input);
1789
- @supports (color: color-mix(in lab, red, red)) {
1790
- background-color: color-mix(in oklab, var(--input) 50%, transparent);
1791
- }
1792
- }
1793
- }
1794
- }
1795
- }
1796
- .dark\:hover\:text-accent-foreground {
1797
- &:is(.dark *) {
1798
- &:hover {
1799
- @media (hover: hover) {
1800
- color: var(--accent-foreground);
1801
- }
1802
- }
1803
- }
1804
- }
1805
- .dark\:focus-visible\:ring-destructive\/40 {
1806
- &:is(.dark *) {
1807
- &:focus-visible {
1808
- --tw-ring-color: var(--destructive);
1809
- @supports (color: color-mix(in lab, red, red)) {
1810
- --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
1811
- }
1812
- }
1813
- }
1814
- }
1815
- .dark\:aria-invalid\:ring-destructive\/40 {
1816
- &:is(.dark *) {
1817
- &[aria-invalid="true"] {
1818
- --tw-ring-color: var(--destructive);
1819
- @supports (color: color-mix(in lab, red, red)) {
1820
- --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
1821
- }
1822
- }
1823
- }
1824
- }
1825
- .dark\:data-\[state\=checked\]\:bg-primary {
1826
- &:is(.dark *) {
1827
- &[data-state="checked"] {
1828
- background-color: var(--primary);
1829
- }
1830
- }
1831
- }
1832
- .dark\:data-\[state\=checked\]\:bg-primary-foreground {
1833
- &:is(.dark *) {
1834
- &[data-state="checked"] {
1835
- background-color: var(--primary-foreground);
1836
- }
1837
- }
1838
- }
1839
- .dark\:data-\[state\=unchecked\]\:bg-foreground {
1840
- &:is(.dark *) {
1841
- &[data-state="unchecked"] {
1842
- background-color: var(--foreground);
1843
- }
1844
- }
1845
- }
1846
- .dark\:data-\[state\=unchecked\]\:bg-input\/80 {
1847
- &:is(.dark *) {
1848
- &[data-state="unchecked"] {
1849
- background-color: var(--input);
1850
- @supports (color: color-mix(in lab, red, red)) {
1851
- background-color: color-mix(in oklab, var(--input) 80%, transparent);
1852
- }
1853
- }
1854
- }
1855
- }
1856
- .dark\:data-\[variant\=destructive\]\:focus\:bg-destructive\/20 {
1857
- &:is(.dark *) {
1858
- &[data-variant="destructive"] {
1859
- &:focus {
1860
- background-color: var(--destructive);
1861
- @supports (color: color-mix(in lab, red, red)) {
1862
- background-color: color-mix(in oklab, var(--destructive) 20%, transparent);
1863
- }
1864
- }
1865
- }
1866
- }
1867
- }
1868
- .\[\&_svg\]\:pointer-events-none {
1869
- & svg {
1870
- pointer-events: none;
1871
- }
1872
- }
1873
- .\[\&_svg\]\:shrink-0 {
1874
- & svg {
1875
- flex-shrink: 0;
1876
- }
1877
- }
1878
- .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 {
1879
- & svg:not([class*='size-']) {
1880
- width: calc(var(--spacing) * 4);
1881
- height: calc(var(--spacing) * 4);
1882
- }
1883
- }
1884
- .\[\&_svg\:not\(\[class\*\=\'text-\'\]\)\]\:text-muted-foreground {
1885
- & svg:not([class*='text-']) {
1886
- color: var(--muted-foreground);
1887
- }
1888
- }
1889
- .\[\&_svg\:not\(\[class\*\=\\\'size-\\\'\]\)\]\:size-4 {
1890
- & svg:not([class*=\'size-\']) {
1891
- width: calc(var(--spacing) * 4);
1892
- height: calc(var(--spacing) * 4);
1893
- }
1894
- }
1895
- .\[\&_svg\:not\(\[class\*\=\\\'text-\\\'\]\)\]\:text-muted-foreground {
1896
- & svg:not([class*=\'text-\']) {
1897
- color: var(--muted-foreground);
1898
- }
1899
- }
1900
- .\[\&\:first-child\[data-selected\=true\]_button\]\:rounded-l-md {
1901
- &:first-child[data-selected=true] button {
1902
- border-top-left-radius: calc(var(--radius) - 2px);
1903
- border-bottom-left-radius: calc(var(--radius) - 2px);
1904
- }
1905
- }
1906
- .rtl\:\*\*\:\[\.rdp-button\\_next\>svg\]\:rotate-180 {
1907
- &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
1908
- :is(& *) {
1909
- &:is(.rdp-button_next>svg) {
1910
- rotate: 180deg;
1911
- }
1912
- }
1913
- }
1914
- }
1915
- .rtl\:\*\*\:\[\.rdp-button\\_previous\>svg\]\:rotate-180 {
1916
- &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
1917
- :is(& *) {
1918
- &:is(.rdp-button_previous>svg) {
1919
- rotate: 180deg;
1920
- }
1921
- }
1922
- }
1923
- }
1924
- .\*\:\[span\]\:last\:flex {
1925
- :is(& > *) {
1926
- &:is(span) {
1927
- &:last-child {
1928
- display: flex;
1929
- }
1930
- }
1931
- }
1932
- }
1933
- .\*\:\[span\]\:last\:items-center {
1934
- :is(& > *) {
1935
- &:is(span) {
1936
- &:last-child {
1937
- align-items: center;
1938
- }
1939
- }
1940
- }
1941
- }
1942
- .\*\:\[span\]\:last\:gap-2 {
1943
- :is(& > *) {
1944
- &:is(span) {
1945
- &:last-child {
1946
- gap: calc(var(--spacing) * 2);
1947
- }
1948
- }
1949
- }
1950
- }
1951
- .data-\[variant\=destructive\]\:\*\:\[svg\]\:\!text-destructive {
1952
- &[data-variant="destructive"] {
1953
- :is(& > *) {
1954
- &:is(svg) {
1955
- color: var(--destructive) !important;
1956
- }
1957
- }
1958
- }
1959
- }
1960
- .\[\&\:last-child\[data-selected\=true\]_button\]\:rounded-r-md {
1961
- &:last-child[data-selected=true] button {
1962
- border-top-right-radius: calc(var(--radius) - 2px);
1963
- border-bottom-right-radius: calc(var(--radius) - 2px);
1964
- }
1965
- }
1966
- .\[\&\>span\]\:text-xs {
1967
- &>span {
1968
- font-size: var(--text-xs);
1969
- line-height: var(--tw-leading, var(--text-xs--line-height));
1970
- }
1971
- }
1972
- .\[\&\>span\]\:opacity-70 {
1973
- &>span {
1974
- opacity: 70%;
1975
- }
1976
- }
1977
- .\[\&\>svg\]\:size-3\.5 {
1978
- &>svg {
1979
- width: calc(var(--spacing) * 3.5);
1980
- height: calc(var(--spacing) * 3.5);
1981
- }
1982
- }
1983
- .\[\&\>svg\]\:text-muted-foreground {
1984
- &>svg {
1985
- color: var(--muted-foreground);
1986
- }
1987
- }
1988
- .\[\&\>tr\]\:border-b {
1989
- &>tr {
1990
- border-bottom-style: var(--tw-border-style);
1991
- border-bottom-width: 1px;
1992
- }
1993
- }
1994
- .\[\&\>tr\]\:border-gray-200 {
1995
- &>tr {
1996
- border-color: var(--color-gray-200);
1997
- }
1998
- }
1999
- .\[\&\>tr\]\:last\:border-b-0 {
2000
- &>tr {
2001
- &:last-child {
2002
- border-bottom-style: var(--tw-border-style);
2003
- border-bottom-width: 0px;
2004
- }
2005
- }
2006
- }
2007
- .\[\&\>tr\:last-child\]\:border-0 {
2008
- &>tr:last-child {
2009
- border-style: var(--tw-border-style);
2010
- border-width: 0px;
2011
- }
2012
- }
2013
- .\[\&\>tr\>td\]\:border-r {
2014
- &>tr>td {
2015
- border-right-style: var(--tw-border-style);
2016
- border-right-width: 1px;
2017
- }
2018
- }
2019
- .\[\&\>tr\>td\]\:border-gray-200 {
2020
- &>tr>td {
2021
- border-color: var(--color-gray-200);
2022
- }
2023
- }
2024
- .\[\&\>tr\>td\]\:last\:border-r-0 {
2025
- &>tr>td {
2026
- &:last-child {
2027
- border-right-style: var(--tw-border-style);
2028
- border-right-width: 0px;
2029
- }
2030
- }
2031
- }
2032
- .\[\&\>tr\>th\]\:border-r {
2033
- &>tr>th {
2034
- border-right-style: var(--tw-border-style);
2035
- border-right-width: 1px;
2036
- }
2037
- }
2038
- .\[\&\>tr\>th\]\:border-gray-200 {
2039
- &>tr>th {
2040
- border-color: var(--color-gray-200);
2041
- }
2042
- }
2043
- .\[\&\>tr\>th\]\:last\:border-r-0 {
2044
- &>tr>th {
2045
- &:last-child {
2046
- border-right-style: var(--tw-border-style);
2047
- border-right-width: 0px;
2048
- }
2049
- }
2050
- }
2051
- .\[\[data-slot\=card-content\]_\&\]\:bg-transparent {
2052
- [data-slot=card-content] & {
2053
- background-color: transparent;
2054
- }
2055
- }
2056
- .\[\[data-slot\=popover-content\]_\&\]\:bg-transparent {
2057
- [data-slot=popover-content] & {
2058
- background-color: transparent;
2059
- }
2060
- }
2061
- }
2062
- @property --tw-animation-delay {
2063
- syntax: "*";
2064
- inherits: false;
2065
- initial-value: 0s;
2066
- }
2067
- @property --tw-animation-direction {
2068
- syntax: "*";
2069
- inherits: false;
2070
- initial-value: normal;
2071
- }
2072
- @property --tw-animation-duration {
2073
- syntax: "*";
2074
- inherits: false;
2075
- }
2076
- @property --tw-animation-fill-mode {
2077
- syntax: "*";
2078
- inherits: false;
2079
- initial-value: none;
2080
- }
2081
- @property --tw-animation-iteration-count {
2082
- syntax: "*";
2083
- inherits: false;
2084
- initial-value: 1;
2085
- }
2086
- @property --tw-enter-blur {
2087
- syntax: "*";
2088
- inherits: false;
2089
- initial-value: 0;
2090
- }
2091
- @property --tw-enter-opacity {
2092
- syntax: "*";
2093
- inherits: false;
2094
- initial-value: 1;
2095
- }
2096
- @property --tw-enter-rotate {
2097
- syntax: "*";
2098
- inherits: false;
2099
- initial-value: 0;
2100
- }
2101
- @property --tw-enter-scale {
2102
- syntax: "*";
2103
- inherits: false;
2104
- initial-value: 1;
2105
- }
2106
- @property --tw-enter-translate-x {
2107
- syntax: "*";
2108
- inherits: false;
2109
- initial-value: 0;
2110
- }
2111
- @property --tw-enter-translate-y {
2112
- syntax: "*";
2113
- inherits: false;
2114
- initial-value: 0;
2115
- }
2116
- @property --tw-exit-blur {
2117
- syntax: "*";
2118
- inherits: false;
2119
- initial-value: 0;
2120
- }
2121
- @property --tw-exit-opacity {
2122
- syntax: "*";
2123
- inherits: false;
2124
- initial-value: 1;
2125
- }
2126
- @property --tw-exit-rotate {
2127
- syntax: "*";
2128
- inherits: false;
2129
- initial-value: 0;
2130
- }
2131
- @property --tw-exit-scale {
2132
- syntax: "*";
2133
- inherits: false;
2134
- initial-value: 1;
2135
- }
2136
- @property --tw-exit-translate-x {
2137
- syntax: "*";
2138
- inherits: false;
2139
- initial-value: 0;
2140
- }
2141
- @property --tw-exit-translate-y {
2142
- syntax: "*";
2143
- inherits: false;
2144
- initial-value: 0;
2145
- }
2146
- :root {
2147
- --background: oklch(1 0 0);
2148
- --foreground: oklch(0.145 0 0);
2149
- --card: oklch(1 0 0);
2150
- --card-foreground: oklch(0.145 0 0);
2151
- --popover: oklch(1 0 0);
2152
- --popover-foreground: oklch(0.145 0 0);
2153
- --primary: oklch(0.205 0 0);
2154
- --primary-foreground: oklch(0.985 0 0);
2155
- --secondary: oklch(0.97 0 0);
2156
- --secondary-foreground: oklch(0.205 0 0);
2157
- --muted: oklch(0.97 0 0);
2158
- --muted-foreground: oklch(0.556 0 0);
2159
- --accent: oklch(0.97 0 0);
2160
- --accent-foreground: oklch(0.205 0 0);
2161
- --destructive: oklch(0.577 0.245 27.325);
2162
- --destructive-foreground: oklch(0.577 0.245 27.325);
2163
- --border: oklch(0.922 0 0);
2164
- --input: oklch(0.922 0 0);
2165
- --ring: oklch(0.708 0 0);
2166
- --chart-1: oklch(0.646 0.222 41.116);
2167
- --chart-2: oklch(0.6 0.118 184.704);
2168
- --chart-3: oklch(0.398 0.07 227.392);
2169
- --chart-4: oklch(0.828 0.189 84.429);
2170
- --chart-5: oklch(0.769 0.188 70.08);
2171
- --radius: 0.625rem;
2172
- --sidebar: oklch(0.985 0 0);
2173
- --sidebar-foreground: oklch(0.145 0 0);
2174
- --sidebar-primary: oklch(0.205 0 0);
2175
- --sidebar-primary-foreground: oklch(0.985 0 0);
2176
- --sidebar-accent: oklch(0.97 0 0);
2177
- --sidebar-accent-foreground: oklch(0.205 0 0);
2178
- --sidebar-border: oklch(0.922 0 0);
2179
- --sidebar-ring: oklch(0.708 0 0);
2180
- }
2181
- .dark {
2182
- --background: oklch(0.145 0 0);
2183
- --foreground: oklch(0.985 0 0);
2184
- --card: oklch(0.145 0 0);
2185
- --card-foreground: oklch(0.985 0 0);
2186
- --popover: oklch(0.145 0 0);
2187
- --popover-foreground: oklch(0.985 0 0);
2188
- --primary: oklch(0.985 0 0);
2189
- --primary-foreground: oklch(0.205 0 0);
2190
- --secondary: oklch(0.269 0 0);
2191
- --secondary-foreground: oklch(0.985 0 0);
2192
- --muted: oklch(0.269 0 0);
2193
- --muted-foreground: oklch(0.708 0 0);
2194
- --accent: oklch(0.269 0 0);
2195
- --accent-foreground: oklch(0.985 0 0);
2196
- --destructive: oklch(0.396 0.141 25.723);
2197
- --destructive-foreground: oklch(0.637 0.237 25.331);
2198
- --border: oklch(0.269 0 0);
2199
- --input: oklch(0.269 0 0);
2200
- --ring: oklch(0.439 0 0);
2201
- --chart-1: oklch(0.488 0.243 264.376);
2202
- --chart-2: oklch(0.696 0.17 162.48);
2203
- --chart-3: oklch(0.769 0.188 70.08);
2204
- --chart-4: oklch(0.627 0.265 303.9);
2205
- --chart-5: oklch(0.645 0.246 16.439);
2206
- --sidebar: oklch(0.205 0 0);
2207
- --sidebar-foreground: oklch(0.985 0 0);
2208
- --sidebar-primary: oklch(0.488 0.243 264.376);
2209
- --sidebar-primary-foreground: oklch(0.985 0 0);
2210
- --sidebar-accent: oklch(0.269 0 0);
2211
- --sidebar-accent-foreground: oklch(0.985 0 0);
2212
- --sidebar-border: oklch(0.269 0 0);
2213
- --sidebar-ring: oklch(0.439 0 0);
2214
- }
2215
- @layer base {
2216
- * {
2217
- border-color: var(--border);
2218
- outline-color: var(--ring);
2219
- @supports (color: color-mix(in lab, red, red)) {
2220
- outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
2221
- }
2222
- }
2223
- body {
2224
- background-color: var(--background);
2225
- color: var(--foreground);
2226
- }
2227
- }
2228
- @property --tw-translate-x {
2229
- syntax: "*";
2230
- inherits: false;
2231
- initial-value: 0;
2232
- }
2233
- @property --tw-translate-y {
2234
- syntax: "*";
2235
- inherits: false;
2236
- initial-value: 0;
2237
- }
2238
- @property --tw-translate-z {
2239
- syntax: "*";
2240
- inherits: false;
2241
- initial-value: 0;
2242
- }
2243
- @property --tw-rotate-x {
2244
- syntax: "*";
2245
- inherits: false;
2246
- }
2247
- @property --tw-rotate-y {
2248
- syntax: "*";
2249
- inherits: false;
2250
- }
2251
- @property --tw-rotate-z {
2252
- syntax: "*";
2253
- inherits: false;
2254
- }
2255
- @property --tw-skew-x {
2256
- syntax: "*";
2257
- inherits: false;
2258
- }
2259
- @property --tw-skew-y {
2260
- syntax: "*";
2261
- inherits: false;
2262
- }
2263
- @property --tw-space-x-reverse {
2264
- syntax: "*";
2265
- inherits: false;
2266
- initial-value: 0;
2267
- }
2268
- @property --tw-border-style {
2269
- syntax: "*";
2270
- inherits: false;
2271
- initial-value: solid;
2272
- }
2273
- @property --tw-leading {
2274
- syntax: "*";
2275
- inherits: false;
2276
- }
2277
- @property --tw-font-weight {
2278
- syntax: "*";
2279
- inherits: false;
2280
- }
2281
- @property --tw-tracking {
2282
- syntax: "*";
2283
- inherits: false;
2284
- }
2285
- @property --tw-shadow {
2286
- syntax: "*";
2287
- inherits: false;
2288
- initial-value: 0 0 #0000;
2289
- }
2290
- @property --tw-shadow-color {
2291
- syntax: "*";
2292
- inherits: false;
2293
- }
2294
- @property --tw-shadow-alpha {
2295
- syntax: "<percentage>";
2296
- inherits: false;
2297
- initial-value: 100%;
2298
- }
2299
- @property --tw-inset-shadow {
2300
- syntax: "*";
2301
- inherits: false;
2302
- initial-value: 0 0 #0000;
2303
- }
2304
- @property --tw-inset-shadow-color {
2305
- syntax: "*";
2306
- inherits: false;
2307
- }
2308
- @property --tw-inset-shadow-alpha {
2309
- syntax: "<percentage>";
2310
- inherits: false;
2311
- initial-value: 100%;
2312
- }
2313
- @property --tw-ring-color {
2314
- syntax: "*";
2315
- inherits: false;
2316
- }
2317
- @property --tw-ring-shadow {
2318
- syntax: "*";
2319
- inherits: false;
2320
- initial-value: 0 0 #0000;
2321
- }
2322
- @property --tw-inset-ring-color {
2323
- syntax: "*";
2324
- inherits: false;
2325
- }
2326
- @property --tw-inset-ring-shadow {
2327
- syntax: "*";
2328
- inherits: false;
2329
- initial-value: 0 0 #0000;
2330
- }
2331
- @property --tw-ring-inset {
2332
- syntax: "*";
2333
- inherits: false;
2334
- }
2335
- @property --tw-ring-offset-width {
2336
- syntax: "<length>";
2337
- inherits: false;
2338
- initial-value: 0px;
2339
- }
2340
- @property --tw-ring-offset-color {
2341
- syntax: "*";
2342
- inherits: false;
2343
- initial-value: #fff;
2344
- }
2345
- @property --tw-ring-offset-shadow {
2346
- syntax: "*";
2347
- inherits: false;
2348
- initial-value: 0 0 #0000;
2349
- }
2350
- @property --tw-outline-style {
2351
- syntax: "*";
2352
- inherits: false;
2353
- initial-value: solid;
2354
- }
2355
- @property --tw-duration {
2356
- syntax: "*";
2357
- inherits: false;
2358
- }
2359
- @keyframes enter {
2360
- from {
2361
- opacity: var(--tw-enter-opacity,1);
2362
- transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0));
2363
- filter: blur(var(--tw-enter-blur,0));
2364
- }
2365
- }
2366
- @keyframes exit {
2367
- to {
2368
- opacity: var(--tw-exit-opacity,1);
2369
- transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0));
2370
- filter: blur(var(--tw-exit-blur,0));
2371
- }
2372
- }
2373
- @layer properties {
2374
- @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
2375
- *, ::before, ::after, ::backdrop {
2376
- --tw-translate-x: 0;
2377
- --tw-translate-y: 0;
2378
- --tw-translate-z: 0;
2379
- --tw-rotate-x: initial;
2380
- --tw-rotate-y: initial;
2381
- --tw-rotate-z: initial;
2382
- --tw-skew-x: initial;
2383
- --tw-skew-y: initial;
2384
- --tw-space-x-reverse: 0;
2385
- --tw-border-style: solid;
2386
- --tw-leading: initial;
2387
- --tw-font-weight: initial;
2388
- --tw-tracking: initial;
2389
- --tw-shadow: 0 0 #0000;
2390
- --tw-shadow-color: initial;
2391
- --tw-shadow-alpha: 100%;
2392
- --tw-inset-shadow: 0 0 #0000;
2393
- --tw-inset-shadow-color: initial;
2394
- --tw-inset-shadow-alpha: 100%;
2395
- --tw-ring-color: initial;
2396
- --tw-ring-shadow: 0 0 #0000;
2397
- --tw-inset-ring-color: initial;
2398
- --tw-inset-ring-shadow: 0 0 #0000;
2399
- --tw-ring-inset: initial;
2400
- --tw-ring-offset-width: 0px;
2401
- --tw-ring-offset-color: #fff;
2402
- --tw-ring-offset-shadow: 0 0 #0000;
2403
- --tw-outline-style: solid;
2404
- --tw-duration: initial;
2405
- --tw-animation-delay: 0s;
2406
- --tw-animation-direction: normal;
2407
- --tw-animation-duration: initial;
2408
- --tw-animation-fill-mode: none;
2409
- --tw-animation-iteration-count: 1;
2410
- --tw-enter-blur: 0;
2411
- --tw-enter-opacity: 1;
2412
- --tw-enter-rotate: 0;
2413
- --tw-enter-scale: 1;
2414
- --tw-enter-translate-x: 0;
2415
- --tw-enter-translate-y: 0;
2416
- --tw-exit-blur: 0;
2417
- --tw-exit-opacity: 1;
2418
- --tw-exit-rotate: 0;
2419
- --tw-exit-scale: 1;
2420
- --tw-exit-translate-x: 0;
2421
- --tw-exit-translate-y: 0;
2422
- }
2423
- }
2424
- }