@omnikit-js/ui 0.5.5 → 0.6.0

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