negodesign 0.0.3 → 0.0.4
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/globals.css +3507 -0
- package/dist/styles/globals.css +141 -0
- package/package.json +4 -2
package/dist/globals.css
ADDED
|
@@ -0,0 +1,3507 @@
|
|
|
1
|
+
/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
3
|
+
@layer theme, base, components, utilities;
|
|
4
|
+
@layer theme {
|
|
5
|
+
:root, :host {
|
|
6
|
+
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
7
|
+
"Courier New", monospace;
|
|
8
|
+
--color-red-500: oklch(63.7% 0.237 25.331);
|
|
9
|
+
--color-yellow-500: oklch(79.5% 0.184 86.047);
|
|
10
|
+
--color-green-500: oklch(72.3% 0.219 149.579);
|
|
11
|
+
--color-blue-500: oklch(62.3% 0.214 259.815);
|
|
12
|
+
--color-slate-400: oklch(70.4% 0.04 256.788);
|
|
13
|
+
--color-slate-500: oklch(55.4% 0.046 257.417);
|
|
14
|
+
--color-slate-600: oklch(44.6% 0.043 257.281);
|
|
15
|
+
--color-slate-800: oklch(27.9% 0.041 260.031);
|
|
16
|
+
--color-slate-900: oklch(20.8% 0.042 265.755);
|
|
17
|
+
--color-gray-900: oklch(21% 0.034 264.665);
|
|
18
|
+
--color-black: #000;
|
|
19
|
+
--color-white: #fff;
|
|
20
|
+
--spacing: 0.25rem;
|
|
21
|
+
--container-xs: 20rem;
|
|
22
|
+
--container-sm: 24rem;
|
|
23
|
+
--container-md: 28rem;
|
|
24
|
+
--text-xs: 0.75rem;
|
|
25
|
+
--text-xs--line-height: calc(1 / 0.75);
|
|
26
|
+
--text-sm: 0.875rem;
|
|
27
|
+
--text-sm--line-height: calc(1.25 / 0.875);
|
|
28
|
+
--text-base: 1rem;
|
|
29
|
+
--text-base--line-height: calc(1.5 / 1);
|
|
30
|
+
--text-lg: 1.125rem;
|
|
31
|
+
--text-lg--line-height: calc(1.75 / 1.125);
|
|
32
|
+
--text-xl: 1.25rem;
|
|
33
|
+
--text-xl--line-height: calc(1.75 / 1.25);
|
|
34
|
+
--text-2xl: 1.5rem;
|
|
35
|
+
--text-2xl--line-height: calc(2 / 1.5);
|
|
36
|
+
--font-weight-normal: 400;
|
|
37
|
+
--font-weight-medium: 500;
|
|
38
|
+
--font-weight-semibold: 600;
|
|
39
|
+
--font-weight-bold: 700;
|
|
40
|
+
--tracking-tight: -0.025em;
|
|
41
|
+
--tracking-wider: 0.05em;
|
|
42
|
+
--tracking-widest: 0.1em;
|
|
43
|
+
--leading-tight: 1.25;
|
|
44
|
+
--leading-relaxed: 1.625;
|
|
45
|
+
--radius-xl: calc(var(--radius) * 1.4);
|
|
46
|
+
--ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
|
|
47
|
+
--animate-spin: spin 1s linear infinite;
|
|
48
|
+
--animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
49
|
+
--blur-xs: 4px;
|
|
50
|
+
--aspect-video: 16 / 9;
|
|
51
|
+
--default-transition-duration: 150ms;
|
|
52
|
+
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
53
|
+
--default-font-family: "Figtree Variable", sans-serif;
|
|
54
|
+
--default-mono-font-family: var(--font-mono);
|
|
55
|
+
--color-border: var(--border);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
@layer base {
|
|
59
|
+
*, ::after, ::before, ::backdrop, ::file-selector-button {
|
|
60
|
+
box-sizing: border-box;
|
|
61
|
+
margin: 0;
|
|
62
|
+
padding: 0;
|
|
63
|
+
border: 0 solid;
|
|
64
|
+
}
|
|
65
|
+
html, :host {
|
|
66
|
+
line-height: 1.5;
|
|
67
|
+
-webkit-text-size-adjust: 100%;
|
|
68
|
+
tab-size: 4;
|
|
69
|
+
font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
|
|
70
|
+
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
71
|
+
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
72
|
+
-webkit-tap-highlight-color: transparent;
|
|
73
|
+
}
|
|
74
|
+
hr {
|
|
75
|
+
height: 0;
|
|
76
|
+
color: inherit;
|
|
77
|
+
border-top-width: 1px;
|
|
78
|
+
}
|
|
79
|
+
abbr:where([title]) {
|
|
80
|
+
-webkit-text-decoration: underline dotted;
|
|
81
|
+
text-decoration: underline dotted;
|
|
82
|
+
}
|
|
83
|
+
h1, h2, h3, h4, h5, h6 {
|
|
84
|
+
font-size: inherit;
|
|
85
|
+
font-weight: inherit;
|
|
86
|
+
}
|
|
87
|
+
a {
|
|
88
|
+
color: inherit;
|
|
89
|
+
-webkit-text-decoration: inherit;
|
|
90
|
+
text-decoration: inherit;
|
|
91
|
+
}
|
|
92
|
+
b, strong {
|
|
93
|
+
font-weight: bolder;
|
|
94
|
+
}
|
|
95
|
+
code, kbd, samp, pre {
|
|
96
|
+
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
97
|
+
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
98
|
+
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
99
|
+
font-size: 1em;
|
|
100
|
+
}
|
|
101
|
+
small {
|
|
102
|
+
font-size: 80%;
|
|
103
|
+
}
|
|
104
|
+
sub, sup {
|
|
105
|
+
font-size: 75%;
|
|
106
|
+
line-height: 0;
|
|
107
|
+
position: relative;
|
|
108
|
+
vertical-align: baseline;
|
|
109
|
+
}
|
|
110
|
+
sub {
|
|
111
|
+
bottom: -0.25em;
|
|
112
|
+
}
|
|
113
|
+
sup {
|
|
114
|
+
top: -0.5em;
|
|
115
|
+
}
|
|
116
|
+
table {
|
|
117
|
+
text-indent: 0;
|
|
118
|
+
border-color: inherit;
|
|
119
|
+
border-collapse: collapse;
|
|
120
|
+
}
|
|
121
|
+
:-moz-focusring:where(:not(iframe)) {
|
|
122
|
+
outline: auto;
|
|
123
|
+
}
|
|
124
|
+
progress {
|
|
125
|
+
vertical-align: baseline;
|
|
126
|
+
}
|
|
127
|
+
summary {
|
|
128
|
+
display: list-item;
|
|
129
|
+
}
|
|
130
|
+
ol, ul, menu {
|
|
131
|
+
list-style: none;
|
|
132
|
+
}
|
|
133
|
+
img, svg, video, canvas, audio, iframe, embed, object {
|
|
134
|
+
display: block;
|
|
135
|
+
vertical-align: middle;
|
|
136
|
+
}
|
|
137
|
+
img, video {
|
|
138
|
+
max-width: 100%;
|
|
139
|
+
height: auto;
|
|
140
|
+
}
|
|
141
|
+
button, input, select, optgroup, textarea, ::file-selector-button {
|
|
142
|
+
font: inherit;
|
|
143
|
+
font-feature-settings: inherit;
|
|
144
|
+
font-variation-settings: inherit;
|
|
145
|
+
letter-spacing: inherit;
|
|
146
|
+
color: inherit;
|
|
147
|
+
border-radius: 0;
|
|
148
|
+
background-color: transparent;
|
|
149
|
+
opacity: 1;
|
|
150
|
+
}
|
|
151
|
+
:where(select:is([multiple], [size])) optgroup {
|
|
152
|
+
font-weight: bolder;
|
|
153
|
+
}
|
|
154
|
+
:where(select:is([multiple], [size])) optgroup option {
|
|
155
|
+
padding-inline-start: 20px;
|
|
156
|
+
}
|
|
157
|
+
::file-selector-button {
|
|
158
|
+
margin-inline-end: 4px;
|
|
159
|
+
}
|
|
160
|
+
::placeholder {
|
|
161
|
+
opacity: 1;
|
|
162
|
+
}
|
|
163
|
+
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
|
|
164
|
+
::placeholder {
|
|
165
|
+
color: currentcolor;
|
|
166
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
167
|
+
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
textarea {
|
|
172
|
+
resize: vertical;
|
|
173
|
+
}
|
|
174
|
+
::-webkit-search-decoration {
|
|
175
|
+
-webkit-appearance: none;
|
|
176
|
+
}
|
|
177
|
+
::-webkit-date-and-time-value {
|
|
178
|
+
min-height: 1lh;
|
|
179
|
+
text-align: inherit;
|
|
180
|
+
}
|
|
181
|
+
::-webkit-datetime-edit {
|
|
182
|
+
display: inline-flex;
|
|
183
|
+
}
|
|
184
|
+
::-webkit-datetime-edit-fields-wrapper {
|
|
185
|
+
padding: 0;
|
|
186
|
+
}
|
|
187
|
+
::-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 {
|
|
188
|
+
padding-block: 0;
|
|
189
|
+
}
|
|
190
|
+
::-webkit-calendar-picker-indicator {
|
|
191
|
+
line-height: 1;
|
|
192
|
+
}
|
|
193
|
+
:-moz-ui-invalid {
|
|
194
|
+
box-shadow: none;
|
|
195
|
+
}
|
|
196
|
+
button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
|
|
197
|
+
appearance: button;
|
|
198
|
+
}
|
|
199
|
+
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
|
|
200
|
+
height: auto;
|
|
201
|
+
}
|
|
202
|
+
[hidden]:where(:not([hidden="until-found"])) {
|
|
203
|
+
display: none !important;
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
@layer utilities {
|
|
207
|
+
.pointer-events-none {
|
|
208
|
+
pointer-events: none;
|
|
209
|
+
}
|
|
210
|
+
.sr-only {
|
|
211
|
+
position: absolute;
|
|
212
|
+
width: 1px;
|
|
213
|
+
height: 1px;
|
|
214
|
+
padding: 0;
|
|
215
|
+
margin: -1px;
|
|
216
|
+
overflow: hidden;
|
|
217
|
+
clip-path: inset(50%);
|
|
218
|
+
white-space: nowrap;
|
|
219
|
+
border-width: 0;
|
|
220
|
+
}
|
|
221
|
+
.absolute {
|
|
222
|
+
position: absolute;
|
|
223
|
+
}
|
|
224
|
+
.fixed {
|
|
225
|
+
position: fixed;
|
|
226
|
+
}
|
|
227
|
+
.relative {
|
|
228
|
+
position: relative;
|
|
229
|
+
}
|
|
230
|
+
.inset-0 {
|
|
231
|
+
inset: 0px;
|
|
232
|
+
}
|
|
233
|
+
.inset-y-0 {
|
|
234
|
+
inset-block: 0px;
|
|
235
|
+
}
|
|
236
|
+
.start-0 {
|
|
237
|
+
inset-inline-start: calc(var(--spacing) * 0);
|
|
238
|
+
}
|
|
239
|
+
.end-0 {
|
|
240
|
+
inset-inline-end: calc(var(--spacing) * 0);
|
|
241
|
+
}
|
|
242
|
+
.end-2 {
|
|
243
|
+
inset-inline-end: calc(var(--spacing) * 2);
|
|
244
|
+
}
|
|
245
|
+
.top-0 {
|
|
246
|
+
top: 0px;
|
|
247
|
+
}
|
|
248
|
+
.top-1\.5 {
|
|
249
|
+
top: calc(var(--spacing) * 1.5);
|
|
250
|
+
}
|
|
251
|
+
.top-3\.5 {
|
|
252
|
+
top: calc(var(--spacing) * 3.5);
|
|
253
|
+
}
|
|
254
|
+
.top-4 {
|
|
255
|
+
top: calc(var(--spacing) * 4);
|
|
256
|
+
}
|
|
257
|
+
.right-0 {
|
|
258
|
+
right: 0px;
|
|
259
|
+
}
|
|
260
|
+
.right-1 {
|
|
261
|
+
right: var(--spacing);
|
|
262
|
+
}
|
|
263
|
+
.right-2 {
|
|
264
|
+
right: calc(var(--spacing) * 2);
|
|
265
|
+
}
|
|
266
|
+
.right-3 {
|
|
267
|
+
right: calc(var(--spacing) * 3);
|
|
268
|
+
}
|
|
269
|
+
.right-4 {
|
|
270
|
+
right: calc(var(--spacing) * 4);
|
|
271
|
+
}
|
|
272
|
+
.-bottom-px {
|
|
273
|
+
bottom: -1px;
|
|
274
|
+
}
|
|
275
|
+
.bottom-0 {
|
|
276
|
+
bottom: 0px;
|
|
277
|
+
}
|
|
278
|
+
.left-3 {
|
|
279
|
+
left: calc(var(--spacing) * 3);
|
|
280
|
+
}
|
|
281
|
+
.isolate {
|
|
282
|
+
isolation: isolate;
|
|
283
|
+
}
|
|
284
|
+
.z-1 {
|
|
285
|
+
z-index: 1;
|
|
286
|
+
}
|
|
287
|
+
.z-2 {
|
|
288
|
+
z-index: 2;
|
|
289
|
+
}
|
|
290
|
+
.z-10 {
|
|
291
|
+
z-index: 10;
|
|
292
|
+
}
|
|
293
|
+
.z-20 {
|
|
294
|
+
z-index: 20;
|
|
295
|
+
}
|
|
296
|
+
.z-50 {
|
|
297
|
+
z-index: 50;
|
|
298
|
+
}
|
|
299
|
+
.-mx-1 {
|
|
300
|
+
margin-inline: calc(var(--spacing) * -1);
|
|
301
|
+
}
|
|
302
|
+
.mx-2 {
|
|
303
|
+
margin-inline: calc(var(--spacing) * 2);
|
|
304
|
+
}
|
|
305
|
+
.mx-3\.5 {
|
|
306
|
+
margin-inline: calc(var(--spacing) * 3.5);
|
|
307
|
+
}
|
|
308
|
+
.mx-auto {
|
|
309
|
+
margin-inline: auto;
|
|
310
|
+
}
|
|
311
|
+
.my-0\.5 {
|
|
312
|
+
margin-block: calc(var(--spacing) * 0.5);
|
|
313
|
+
}
|
|
314
|
+
.my-1 {
|
|
315
|
+
margin-block: var(--spacing);
|
|
316
|
+
}
|
|
317
|
+
.my-auto {
|
|
318
|
+
margin-block: auto;
|
|
319
|
+
}
|
|
320
|
+
.-ms-1 {
|
|
321
|
+
margin-inline-start: calc(var(--spacing) * -1);
|
|
322
|
+
}
|
|
323
|
+
.ms-2 {
|
|
324
|
+
margin-inline-start: calc(var(--spacing) * 2);
|
|
325
|
+
}
|
|
326
|
+
.ms-auto {
|
|
327
|
+
margin-inline-start: auto;
|
|
328
|
+
}
|
|
329
|
+
.me-2 {
|
|
330
|
+
margin-inline-end: calc(var(--spacing) * 2);
|
|
331
|
+
}
|
|
332
|
+
.mt-4 {
|
|
333
|
+
margin-top: calc(var(--spacing) * 4);
|
|
334
|
+
}
|
|
335
|
+
.mt-auto {
|
|
336
|
+
margin-top: auto;
|
|
337
|
+
}
|
|
338
|
+
.-mb-8 {
|
|
339
|
+
margin-bottom: calc(var(--spacing) * -8);
|
|
340
|
+
}
|
|
341
|
+
.mb-2 {
|
|
342
|
+
margin-bottom: calc(var(--spacing) * 2);
|
|
343
|
+
}
|
|
344
|
+
.mb-4 {
|
|
345
|
+
margin-bottom: calc(var(--spacing) * 4);
|
|
346
|
+
}
|
|
347
|
+
.mb-5 {
|
|
348
|
+
margin-bottom: calc(var(--spacing) * 5);
|
|
349
|
+
}
|
|
350
|
+
.mb-6 {
|
|
351
|
+
margin-bottom: calc(var(--spacing) * 6);
|
|
352
|
+
}
|
|
353
|
+
.ml-auto {
|
|
354
|
+
margin-left: auto;
|
|
355
|
+
}
|
|
356
|
+
.no-scrollbar {
|
|
357
|
+
-ms-overflow-style: none;
|
|
358
|
+
scrollbar-width: none;
|
|
359
|
+
&::-webkit-scrollbar {
|
|
360
|
+
display: none;
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
.contents {
|
|
364
|
+
display: contents;
|
|
365
|
+
}
|
|
366
|
+
.flex {
|
|
367
|
+
display: flex;
|
|
368
|
+
}
|
|
369
|
+
.grid {
|
|
370
|
+
display: grid;
|
|
371
|
+
}
|
|
372
|
+
.hidden {
|
|
373
|
+
display: none;
|
|
374
|
+
}
|
|
375
|
+
.inline-flex {
|
|
376
|
+
display: inline-flex;
|
|
377
|
+
}
|
|
378
|
+
.table {
|
|
379
|
+
display: table;
|
|
380
|
+
}
|
|
381
|
+
.table-caption {
|
|
382
|
+
display: table-caption;
|
|
383
|
+
}
|
|
384
|
+
.table-cell {
|
|
385
|
+
display: table-cell;
|
|
386
|
+
}
|
|
387
|
+
.table-row {
|
|
388
|
+
display: table-row;
|
|
389
|
+
}
|
|
390
|
+
.aspect-square {
|
|
391
|
+
aspect-ratio: 1 / 1;
|
|
392
|
+
}
|
|
393
|
+
.aspect-video {
|
|
394
|
+
aspect-ratio: var(--aspect-video);
|
|
395
|
+
}
|
|
396
|
+
.size-2\.5 {
|
|
397
|
+
width: calc(var(--spacing) * 2.5);
|
|
398
|
+
height: calc(var(--spacing) * 2.5);
|
|
399
|
+
}
|
|
400
|
+
.size-3\.5 {
|
|
401
|
+
width: calc(var(--spacing) * 3.5);
|
|
402
|
+
height: calc(var(--spacing) * 3.5);
|
|
403
|
+
}
|
|
404
|
+
.size-4 {
|
|
405
|
+
width: calc(var(--spacing) * 4);
|
|
406
|
+
height: calc(var(--spacing) * 4);
|
|
407
|
+
}
|
|
408
|
+
.size-5 {
|
|
409
|
+
width: calc(var(--spacing) * 5);
|
|
410
|
+
height: calc(var(--spacing) * 5);
|
|
411
|
+
}
|
|
412
|
+
.size-6 {
|
|
413
|
+
width: calc(var(--spacing) * 6);
|
|
414
|
+
height: calc(var(--spacing) * 6);
|
|
415
|
+
}
|
|
416
|
+
.size-8 {
|
|
417
|
+
width: calc(var(--spacing) * 8);
|
|
418
|
+
height: calc(var(--spacing) * 8);
|
|
419
|
+
}
|
|
420
|
+
.size-9 {
|
|
421
|
+
width: calc(var(--spacing) * 9);
|
|
422
|
+
height: calc(var(--spacing) * 9);
|
|
423
|
+
}
|
|
424
|
+
.size-10 {
|
|
425
|
+
width: calc(var(--spacing) * 10);
|
|
426
|
+
height: calc(var(--spacing) * 10);
|
|
427
|
+
}
|
|
428
|
+
.size-full {
|
|
429
|
+
width: 100%;
|
|
430
|
+
height: 100%;
|
|
431
|
+
}
|
|
432
|
+
.h-\(--bits-select-anchor-height\) {
|
|
433
|
+
height: var(--bits-select-anchor-height);
|
|
434
|
+
}
|
|
435
|
+
.h-0\.5 {
|
|
436
|
+
height: calc(var(--spacing) * 0.5);
|
|
437
|
+
}
|
|
438
|
+
.h-1\.5 {
|
|
439
|
+
height: calc(var(--spacing) * 1.5);
|
|
440
|
+
}
|
|
441
|
+
.h-2 {
|
|
442
|
+
height: calc(var(--spacing) * 2);
|
|
443
|
+
}
|
|
444
|
+
.h-4 {
|
|
445
|
+
height: calc(var(--spacing) * 4);
|
|
446
|
+
}
|
|
447
|
+
.h-5 {
|
|
448
|
+
height: calc(var(--spacing) * 5);
|
|
449
|
+
}
|
|
450
|
+
.h-6 {
|
|
451
|
+
height: calc(var(--spacing) * 6);
|
|
452
|
+
}
|
|
453
|
+
.h-7 {
|
|
454
|
+
height: calc(var(--spacing) * 7);
|
|
455
|
+
}
|
|
456
|
+
.h-8 {
|
|
457
|
+
height: calc(var(--spacing) * 8);
|
|
458
|
+
}
|
|
459
|
+
.h-9 {
|
|
460
|
+
height: calc(var(--spacing) * 9);
|
|
461
|
+
}
|
|
462
|
+
.h-10 {
|
|
463
|
+
height: calc(var(--spacing) * 10);
|
|
464
|
+
}
|
|
465
|
+
.h-12 {
|
|
466
|
+
height: calc(var(--spacing) * 12);
|
|
467
|
+
}
|
|
468
|
+
.h-14 {
|
|
469
|
+
height: calc(var(--spacing) * 14);
|
|
470
|
+
}
|
|
471
|
+
.h-16 {
|
|
472
|
+
height: calc(var(--spacing) * 16);
|
|
473
|
+
}
|
|
474
|
+
.h-24 {
|
|
475
|
+
height: calc(var(--spacing) * 24);
|
|
476
|
+
}
|
|
477
|
+
.h-\[calc\(100\%-1px\)\] {
|
|
478
|
+
height: calc(100% - 1px);
|
|
479
|
+
}
|
|
480
|
+
.h-\[calc\(100\%-3px\)\] {
|
|
481
|
+
height: calc(100% - 3px);
|
|
482
|
+
}
|
|
483
|
+
.h-auto {
|
|
484
|
+
height: auto;
|
|
485
|
+
}
|
|
486
|
+
.h-full {
|
|
487
|
+
height: 100%;
|
|
488
|
+
}
|
|
489
|
+
.h-px {
|
|
490
|
+
height: 1px;
|
|
491
|
+
}
|
|
492
|
+
.h-screen {
|
|
493
|
+
height: 100vh;
|
|
494
|
+
}
|
|
495
|
+
.h-svh {
|
|
496
|
+
height: 100svh;
|
|
497
|
+
}
|
|
498
|
+
.min-h-0 {
|
|
499
|
+
min-height: 0px;
|
|
500
|
+
}
|
|
501
|
+
.min-h-svh {
|
|
502
|
+
min-height: 100svh;
|
|
503
|
+
}
|
|
504
|
+
.w-\(--bits-dropdown-menu-anchor-width\) {
|
|
505
|
+
width: var(--bits-dropdown-menu-anchor-width);
|
|
506
|
+
}
|
|
507
|
+
.w-\(--sidebar-width\) {
|
|
508
|
+
width: var(--sidebar-width);
|
|
509
|
+
}
|
|
510
|
+
.w-0 {
|
|
511
|
+
width: 0px;
|
|
512
|
+
}
|
|
513
|
+
.w-1 {
|
|
514
|
+
width: var(--spacing);
|
|
515
|
+
}
|
|
516
|
+
.w-2 {
|
|
517
|
+
width: calc(var(--spacing) * 2);
|
|
518
|
+
}
|
|
519
|
+
.w-4 {
|
|
520
|
+
width: calc(var(--spacing) * 4);
|
|
521
|
+
}
|
|
522
|
+
.w-5 {
|
|
523
|
+
width: calc(var(--spacing) * 5);
|
|
524
|
+
}
|
|
525
|
+
.w-6 {
|
|
526
|
+
width: calc(var(--spacing) * 6);
|
|
527
|
+
}
|
|
528
|
+
.w-8\/12 {
|
|
529
|
+
width: calc(8 / 12 * 100%);
|
|
530
|
+
}
|
|
531
|
+
.w-\[15px\] {
|
|
532
|
+
width: 15px;
|
|
533
|
+
}
|
|
534
|
+
.w-\[100px\] {
|
|
535
|
+
width: 100px;
|
|
536
|
+
}
|
|
537
|
+
.w-auto {
|
|
538
|
+
width: auto;
|
|
539
|
+
}
|
|
540
|
+
.w-fit {
|
|
541
|
+
width: fit-content;
|
|
542
|
+
}
|
|
543
|
+
.w-full {
|
|
544
|
+
width: 100%;
|
|
545
|
+
}
|
|
546
|
+
.w-min {
|
|
547
|
+
width: min-content;
|
|
548
|
+
}
|
|
549
|
+
.w-screen {
|
|
550
|
+
width: 100vw;
|
|
551
|
+
}
|
|
552
|
+
.max-w-\(--skeleton-width\) {
|
|
553
|
+
max-width: var(--skeleton-width);
|
|
554
|
+
}
|
|
555
|
+
.max-w-full {
|
|
556
|
+
max-width: 100%;
|
|
557
|
+
}
|
|
558
|
+
.max-w-sm {
|
|
559
|
+
max-width: var(--container-sm);
|
|
560
|
+
}
|
|
561
|
+
.max-w-xs {
|
|
562
|
+
max-width: var(--container-xs);
|
|
563
|
+
}
|
|
564
|
+
.min-w-\(--bits-select-anchor-width\) {
|
|
565
|
+
min-width: var(--bits-select-anchor-width);
|
|
566
|
+
}
|
|
567
|
+
.min-w-0 {
|
|
568
|
+
min-width: 0px;
|
|
569
|
+
}
|
|
570
|
+
.min-w-5 {
|
|
571
|
+
min-width: calc(var(--spacing) * 5);
|
|
572
|
+
}
|
|
573
|
+
.min-w-36 {
|
|
574
|
+
min-width: calc(var(--spacing) * 36);
|
|
575
|
+
}
|
|
576
|
+
.min-w-48 {
|
|
577
|
+
min-width: calc(var(--spacing) * 48);
|
|
578
|
+
}
|
|
579
|
+
.min-w-56 {
|
|
580
|
+
min-width: calc(var(--spacing) * 56);
|
|
581
|
+
}
|
|
582
|
+
.min-w-\[9rem\] {
|
|
583
|
+
min-width: 9rem;
|
|
584
|
+
}
|
|
585
|
+
.flex-1 {
|
|
586
|
+
flex: 1;
|
|
587
|
+
}
|
|
588
|
+
.shrink-0 {
|
|
589
|
+
flex-shrink: 0;
|
|
590
|
+
}
|
|
591
|
+
.caption-bottom {
|
|
592
|
+
caption-side: bottom;
|
|
593
|
+
}
|
|
594
|
+
.origin-\(--bits-tooltip-content-transform-origin\) {
|
|
595
|
+
transform-origin: var(--bits-tooltip-content-transform-origin);
|
|
596
|
+
}
|
|
597
|
+
.-translate-x-1\/2 {
|
|
598
|
+
--tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
|
|
599
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
600
|
+
}
|
|
601
|
+
.-translate-x-px {
|
|
602
|
+
--tw-translate-x: -1px;
|
|
603
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
604
|
+
}
|
|
605
|
+
.translate-x-px {
|
|
606
|
+
--tw-translate-x: 1px;
|
|
607
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
608
|
+
}
|
|
609
|
+
.translate-y-\[calc\(-50\%-2px\)\] {
|
|
610
|
+
--tw-translate-y: calc(-50% - 2px);
|
|
611
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
612
|
+
}
|
|
613
|
+
.scale-0 {
|
|
614
|
+
--tw-scale-x: 0%;
|
|
615
|
+
--tw-scale-y: 0%;
|
|
616
|
+
--tw-scale-z: 0%;
|
|
617
|
+
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
618
|
+
}
|
|
619
|
+
.scale-100 {
|
|
620
|
+
--tw-scale-x: 100%;
|
|
621
|
+
--tw-scale-y: 100%;
|
|
622
|
+
--tw-scale-z: 100%;
|
|
623
|
+
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
624
|
+
}
|
|
625
|
+
.scale-110 {
|
|
626
|
+
--tw-scale-x: 110%;
|
|
627
|
+
--tw-scale-y: 110%;
|
|
628
|
+
--tw-scale-z: 110%;
|
|
629
|
+
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
630
|
+
}
|
|
631
|
+
.rotate-0 {
|
|
632
|
+
rotate: 0deg;
|
|
633
|
+
}
|
|
634
|
+
.rotate-45 {
|
|
635
|
+
rotate: 45deg;
|
|
636
|
+
}
|
|
637
|
+
.rotate-90 {
|
|
638
|
+
rotate: 90deg;
|
|
639
|
+
}
|
|
640
|
+
.animate-in {
|
|
641
|
+
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);
|
|
642
|
+
}
|
|
643
|
+
.animate-pulse {
|
|
644
|
+
animation: var(--animate-pulse);
|
|
645
|
+
}
|
|
646
|
+
.animate-spin {
|
|
647
|
+
animation: var(--animate-spin);
|
|
648
|
+
}
|
|
649
|
+
.cursor-default {
|
|
650
|
+
cursor: default;
|
|
651
|
+
}
|
|
652
|
+
.cursor-grab {
|
|
653
|
+
cursor: grab;
|
|
654
|
+
}
|
|
655
|
+
.cursor-pointer {
|
|
656
|
+
cursor: pointer;
|
|
657
|
+
}
|
|
658
|
+
.scroll-my-1 {
|
|
659
|
+
scroll-margin-block: var(--spacing);
|
|
660
|
+
}
|
|
661
|
+
.flex-col {
|
|
662
|
+
flex-direction: column;
|
|
663
|
+
}
|
|
664
|
+
.flex-wrap {
|
|
665
|
+
flex-wrap: wrap;
|
|
666
|
+
}
|
|
667
|
+
.place-content-center {
|
|
668
|
+
place-content: center;
|
|
669
|
+
}
|
|
670
|
+
.items-center {
|
|
671
|
+
align-items: center;
|
|
672
|
+
}
|
|
673
|
+
.items-end {
|
|
674
|
+
align-items: flex-end;
|
|
675
|
+
}
|
|
676
|
+
.items-start {
|
|
677
|
+
align-items: flex-start;
|
|
678
|
+
}
|
|
679
|
+
.items-stretch {
|
|
680
|
+
align-items: stretch;
|
|
681
|
+
}
|
|
682
|
+
.justify-between {
|
|
683
|
+
justify-content: space-between;
|
|
684
|
+
}
|
|
685
|
+
.justify-center {
|
|
686
|
+
justify-content: center;
|
|
687
|
+
}
|
|
688
|
+
.justify-end {
|
|
689
|
+
justify-content: flex-end;
|
|
690
|
+
}
|
|
691
|
+
.justify-start {
|
|
692
|
+
justify-content: flex-start;
|
|
693
|
+
}
|
|
694
|
+
.gap-0\.5 {
|
|
695
|
+
gap: calc(var(--spacing) * 0.5);
|
|
696
|
+
}
|
|
697
|
+
.gap-1 {
|
|
698
|
+
gap: var(--spacing);
|
|
699
|
+
}
|
|
700
|
+
.gap-1\.5 {
|
|
701
|
+
gap: calc(var(--spacing) * 1.5);
|
|
702
|
+
}
|
|
703
|
+
.gap-2 {
|
|
704
|
+
gap: calc(var(--spacing) * 2);
|
|
705
|
+
}
|
|
706
|
+
.gap-2\.5 {
|
|
707
|
+
gap: calc(var(--spacing) * 2.5);
|
|
708
|
+
}
|
|
709
|
+
.gap-3 {
|
|
710
|
+
gap: calc(var(--spacing) * 3);
|
|
711
|
+
}
|
|
712
|
+
.gap-4 {
|
|
713
|
+
gap: calc(var(--spacing) * 4);
|
|
714
|
+
}
|
|
715
|
+
.gap-5 {
|
|
716
|
+
gap: calc(var(--spacing) * 5);
|
|
717
|
+
}
|
|
718
|
+
:where(.space-y-1 > :not(:last-child)) {
|
|
719
|
+
--tw-space-y-reverse: 0;
|
|
720
|
+
margin-block-start: calc(var(--spacing) * var(--tw-space-y-reverse));
|
|
721
|
+
margin-block-end: calc(var(--spacing) * calc(1 - var(--tw-space-y-reverse)));
|
|
722
|
+
}
|
|
723
|
+
:where(.space-y-4 > :not(:last-child)) {
|
|
724
|
+
--tw-space-y-reverse: 0;
|
|
725
|
+
margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
|
|
726
|
+
margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
|
|
727
|
+
}
|
|
728
|
+
:where(.-space-x-2 > :not(:last-child)) {
|
|
729
|
+
--tw-space-x-reverse: 0;
|
|
730
|
+
margin-inline-start: calc(calc(var(--spacing) * -2) * var(--tw-space-x-reverse));
|
|
731
|
+
margin-inline-end: calc(calc(var(--spacing) * -2) * calc(1 - var(--tw-space-x-reverse)));
|
|
732
|
+
}
|
|
733
|
+
:where(.space-x-2 > :not(:last-child)) {
|
|
734
|
+
--tw-space-x-reverse: 0;
|
|
735
|
+
margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
|
|
736
|
+
margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
|
|
737
|
+
}
|
|
738
|
+
.self-stretch {
|
|
739
|
+
align-self: stretch;
|
|
740
|
+
}
|
|
741
|
+
.truncate {
|
|
742
|
+
overflow: hidden;
|
|
743
|
+
text-overflow: ellipsis;
|
|
744
|
+
white-space: nowrap;
|
|
745
|
+
}
|
|
746
|
+
.overflow-auto {
|
|
747
|
+
overflow: auto;
|
|
748
|
+
}
|
|
749
|
+
.overflow-hidden {
|
|
750
|
+
overflow: hidden;
|
|
751
|
+
}
|
|
752
|
+
.overflow-visible {
|
|
753
|
+
overflow: visible;
|
|
754
|
+
}
|
|
755
|
+
.overflow-x-auto {
|
|
756
|
+
overflow-x: auto;
|
|
757
|
+
}
|
|
758
|
+
.overflow-x-hidden {
|
|
759
|
+
overflow-x: hidden;
|
|
760
|
+
}
|
|
761
|
+
.overflow-y-auto {
|
|
762
|
+
overflow-y: auto;
|
|
763
|
+
}
|
|
764
|
+
.rounded-2xl {
|
|
765
|
+
border-radius: calc(var(--radius) * 1.8);
|
|
766
|
+
}
|
|
767
|
+
.rounded-4xl {
|
|
768
|
+
border-radius: calc(var(--radius) * 2.6);
|
|
769
|
+
}
|
|
770
|
+
.rounded-\[2px\] {
|
|
771
|
+
border-radius: 2px;
|
|
772
|
+
}
|
|
773
|
+
.rounded-\[6px\] {
|
|
774
|
+
border-radius: 6px;
|
|
775
|
+
}
|
|
776
|
+
.rounded-full {
|
|
777
|
+
border-radius: calc(infinity * 1px);
|
|
778
|
+
}
|
|
779
|
+
.rounded-lg {
|
|
780
|
+
border-radius: var(--radius);
|
|
781
|
+
}
|
|
782
|
+
.rounded-md {
|
|
783
|
+
border-radius: calc(var(--radius) * 0.8);
|
|
784
|
+
}
|
|
785
|
+
.rounded-xl {
|
|
786
|
+
border-radius: calc(var(--radius) * 1.4);
|
|
787
|
+
}
|
|
788
|
+
.rounded-tl-\[35px\] {
|
|
789
|
+
border-top-left-radius: 35px;
|
|
790
|
+
}
|
|
791
|
+
.rounded-tr-\[35px\] {
|
|
792
|
+
border-top-right-radius: 35px;
|
|
793
|
+
}
|
|
794
|
+
.border {
|
|
795
|
+
border-style: var(--tw-border-style);
|
|
796
|
+
border-width: 1px;
|
|
797
|
+
}
|
|
798
|
+
.border-\[1\.5px\] {
|
|
799
|
+
border-style: var(--tw-border-style);
|
|
800
|
+
border-width: 1.5px;
|
|
801
|
+
}
|
|
802
|
+
.border-t {
|
|
803
|
+
border-top-style: var(--tw-border-style);
|
|
804
|
+
border-top-width: 1px;
|
|
805
|
+
}
|
|
806
|
+
.border-t-2 {
|
|
807
|
+
border-top-style: var(--tw-border-style);
|
|
808
|
+
border-top-width: 2px;
|
|
809
|
+
}
|
|
810
|
+
.border-b {
|
|
811
|
+
border-bottom-style: var(--tw-border-style);
|
|
812
|
+
border-bottom-width: 1px;
|
|
813
|
+
}
|
|
814
|
+
.border-l {
|
|
815
|
+
border-left-style: var(--tw-border-style);
|
|
816
|
+
border-left-width: 1px;
|
|
817
|
+
}
|
|
818
|
+
.border-dashed {
|
|
819
|
+
--tw-border-style: dashed;
|
|
820
|
+
border-style: dashed;
|
|
821
|
+
}
|
|
822
|
+
.border-\(--color-border\) {
|
|
823
|
+
border-color: var(--color-border);
|
|
824
|
+
}
|
|
825
|
+
.border-border {
|
|
826
|
+
border-color: var(--border);
|
|
827
|
+
}
|
|
828
|
+
.border-border\/50 {
|
|
829
|
+
border-color: var(--border);
|
|
830
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
831
|
+
border-color: color-mix(in oklab, var(--border) 50%, transparent);
|
|
832
|
+
}
|
|
833
|
+
}
|
|
834
|
+
.border-gray-900 {
|
|
835
|
+
border-color: var(--color-gray-900);
|
|
836
|
+
}
|
|
837
|
+
.border-input {
|
|
838
|
+
border-color: var(--input);
|
|
839
|
+
}
|
|
840
|
+
.border-sidebar-border {
|
|
841
|
+
border-color: var(--sidebar-border);
|
|
842
|
+
}
|
|
843
|
+
.border-transparent {
|
|
844
|
+
border-color: transparent;
|
|
845
|
+
}
|
|
846
|
+
.bg-\(--color-bg\) {
|
|
847
|
+
background-color: var(--color-bg);
|
|
848
|
+
}
|
|
849
|
+
.bg-accent {
|
|
850
|
+
background-color: var(--accent);
|
|
851
|
+
}
|
|
852
|
+
.bg-background {
|
|
853
|
+
background-color: var(--background);
|
|
854
|
+
}
|
|
855
|
+
.bg-black\/80 {
|
|
856
|
+
background-color: color-mix(in srgb, #000 80%, transparent);
|
|
857
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
858
|
+
background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
|
|
859
|
+
}
|
|
860
|
+
}
|
|
861
|
+
.bg-blue-500 {
|
|
862
|
+
background-color: var(--color-blue-500);
|
|
863
|
+
}
|
|
864
|
+
.bg-border {
|
|
865
|
+
background-color: var(--border);
|
|
866
|
+
}
|
|
867
|
+
.bg-border\/50 {
|
|
868
|
+
background-color: var(--border);
|
|
869
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
870
|
+
background-color: color-mix(in oklab, var(--border) 50%, transparent);
|
|
871
|
+
}
|
|
872
|
+
}
|
|
873
|
+
.bg-destructive\/10 {
|
|
874
|
+
background-color: var(--destructive);
|
|
875
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
876
|
+
background-color: color-mix(in oklab, var(--destructive) 10%, transparent);
|
|
877
|
+
}
|
|
878
|
+
}
|
|
879
|
+
.bg-foreground {
|
|
880
|
+
background-color: var(--foreground);
|
|
881
|
+
}
|
|
882
|
+
.bg-green-500 {
|
|
883
|
+
background-color: var(--color-green-500);
|
|
884
|
+
}
|
|
885
|
+
.bg-input {
|
|
886
|
+
background-color: var(--input);
|
|
887
|
+
}
|
|
888
|
+
.bg-input\/30 {
|
|
889
|
+
background-color: var(--input);
|
|
890
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
891
|
+
background-color: color-mix(in oklab, var(--input) 30%, transparent);
|
|
892
|
+
}
|
|
893
|
+
}
|
|
894
|
+
.bg-muted {
|
|
895
|
+
background-color: var(--muted);
|
|
896
|
+
}
|
|
897
|
+
.bg-muted\/50 {
|
|
898
|
+
background-color: var(--muted);
|
|
899
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
900
|
+
background-color: color-mix(in oklab, var(--muted) 50%, transparent);
|
|
901
|
+
}
|
|
902
|
+
}
|
|
903
|
+
.bg-popover {
|
|
904
|
+
background-color: var(--popover);
|
|
905
|
+
}
|
|
906
|
+
.bg-primary {
|
|
907
|
+
background-color: var(--primary);
|
|
908
|
+
}
|
|
909
|
+
.bg-red-500 {
|
|
910
|
+
background-color: var(--color-red-500);
|
|
911
|
+
}
|
|
912
|
+
.bg-secondary {
|
|
913
|
+
background-color: var(--secondary);
|
|
914
|
+
}
|
|
915
|
+
.bg-sidebar {
|
|
916
|
+
background-color: var(--sidebar);
|
|
917
|
+
}
|
|
918
|
+
.bg-sidebar-border {
|
|
919
|
+
background-color: var(--sidebar-border);
|
|
920
|
+
}
|
|
921
|
+
.bg-sidebar-primary {
|
|
922
|
+
background-color: var(--sidebar-primary);
|
|
923
|
+
}
|
|
924
|
+
.bg-transparent {
|
|
925
|
+
background-color: transparent;
|
|
926
|
+
}
|
|
927
|
+
.bg-white {
|
|
928
|
+
background-color: var(--color-white);
|
|
929
|
+
}
|
|
930
|
+
.bg-yellow-500 {
|
|
931
|
+
background-color: var(--color-yellow-500);
|
|
932
|
+
}
|
|
933
|
+
.bg-clip-padding {
|
|
934
|
+
background-clip: padding-box;
|
|
935
|
+
}
|
|
936
|
+
.fill-foreground {
|
|
937
|
+
fill: var(--foreground);
|
|
938
|
+
}
|
|
939
|
+
.object-cover {
|
|
940
|
+
object-fit: cover;
|
|
941
|
+
}
|
|
942
|
+
.p-0 {
|
|
943
|
+
padding: 0px;
|
|
944
|
+
}
|
|
945
|
+
.p-1 {
|
|
946
|
+
padding: var(--spacing);
|
|
947
|
+
}
|
|
948
|
+
.p-2 {
|
|
949
|
+
padding: calc(var(--spacing) * 2);
|
|
950
|
+
}
|
|
951
|
+
.p-3 {
|
|
952
|
+
padding: calc(var(--spacing) * 3);
|
|
953
|
+
}
|
|
954
|
+
.p-4 {
|
|
955
|
+
padding: calc(var(--spacing) * 4);
|
|
956
|
+
}
|
|
957
|
+
.p-5 {
|
|
958
|
+
padding: calc(var(--spacing) * 5);
|
|
959
|
+
}
|
|
960
|
+
.p-6 {
|
|
961
|
+
padding: calc(var(--spacing) * 6);
|
|
962
|
+
}
|
|
963
|
+
.p-8 {
|
|
964
|
+
padding: calc(var(--spacing) * 8);
|
|
965
|
+
}
|
|
966
|
+
.p-\[3px\] {
|
|
967
|
+
padding: 3px;
|
|
968
|
+
}
|
|
969
|
+
.px-1 {
|
|
970
|
+
padding-inline: var(--spacing);
|
|
971
|
+
}
|
|
972
|
+
.px-2 {
|
|
973
|
+
padding-inline: calc(var(--spacing) * 2);
|
|
974
|
+
}
|
|
975
|
+
.px-2\.5 {
|
|
976
|
+
padding-inline: calc(var(--spacing) * 2.5);
|
|
977
|
+
}
|
|
978
|
+
.px-3 {
|
|
979
|
+
padding-inline: calc(var(--spacing) * 3);
|
|
980
|
+
}
|
|
981
|
+
.px-4 {
|
|
982
|
+
padding-inline: calc(var(--spacing) * 4);
|
|
983
|
+
}
|
|
984
|
+
.py-0\.5 {
|
|
985
|
+
padding-block: calc(var(--spacing) * 0.5);
|
|
986
|
+
}
|
|
987
|
+
.py-1 {
|
|
988
|
+
padding-block: var(--spacing);
|
|
989
|
+
}
|
|
990
|
+
.py-1\.5 {
|
|
991
|
+
padding-block: calc(var(--spacing) * 1.5);
|
|
992
|
+
}
|
|
993
|
+
.py-2 {
|
|
994
|
+
padding-block: calc(var(--spacing) * 2);
|
|
995
|
+
}
|
|
996
|
+
.py-2\.5 {
|
|
997
|
+
padding-block: calc(var(--spacing) * 2.5);
|
|
998
|
+
}
|
|
999
|
+
.py-3 {
|
|
1000
|
+
padding-block: calc(var(--spacing) * 3);
|
|
1001
|
+
}
|
|
1002
|
+
.py-4 {
|
|
1003
|
+
padding-block: calc(var(--spacing) * 4);
|
|
1004
|
+
}
|
|
1005
|
+
.pt-0 {
|
|
1006
|
+
padding-top: 0px;
|
|
1007
|
+
}
|
|
1008
|
+
.pt-4 {
|
|
1009
|
+
padding-top: calc(var(--spacing) * 4);
|
|
1010
|
+
}
|
|
1011
|
+
.pr-5 {
|
|
1012
|
+
padding-right: calc(var(--spacing) * 5);
|
|
1013
|
+
}
|
|
1014
|
+
.pr-8 {
|
|
1015
|
+
padding-right: calc(var(--spacing) * 8);
|
|
1016
|
+
}
|
|
1017
|
+
.pr-9 {
|
|
1018
|
+
padding-right: calc(var(--spacing) * 9);
|
|
1019
|
+
}
|
|
1020
|
+
.pl-3 {
|
|
1021
|
+
padding-left: calc(var(--spacing) * 3);
|
|
1022
|
+
}
|
|
1023
|
+
.pl-9 {
|
|
1024
|
+
padding-left: calc(var(--spacing) * 9);
|
|
1025
|
+
}
|
|
1026
|
+
.text-center {
|
|
1027
|
+
text-align: center;
|
|
1028
|
+
}
|
|
1029
|
+
.text-left {
|
|
1030
|
+
text-align: left;
|
|
1031
|
+
}
|
|
1032
|
+
.text-start {
|
|
1033
|
+
text-align: start;
|
|
1034
|
+
}
|
|
1035
|
+
.align-middle {
|
|
1036
|
+
vertical-align: middle;
|
|
1037
|
+
}
|
|
1038
|
+
.font-mono {
|
|
1039
|
+
font-family: var(--font-mono);
|
|
1040
|
+
}
|
|
1041
|
+
.text-base {
|
|
1042
|
+
font-size: var(--text-base);
|
|
1043
|
+
line-height: var(--tw-leading, var(--text-base--line-height));
|
|
1044
|
+
}
|
|
1045
|
+
.text-lg {
|
|
1046
|
+
font-size: var(--text-lg);
|
|
1047
|
+
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
1048
|
+
}
|
|
1049
|
+
.text-sm {
|
|
1050
|
+
font-size: var(--text-sm);
|
|
1051
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
1052
|
+
}
|
|
1053
|
+
.text-xl {
|
|
1054
|
+
font-size: var(--text-xl);
|
|
1055
|
+
line-height: var(--tw-leading, var(--text-xl--line-height));
|
|
1056
|
+
}
|
|
1057
|
+
.text-xs {
|
|
1058
|
+
font-size: var(--text-xs);
|
|
1059
|
+
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
1060
|
+
}
|
|
1061
|
+
.text-\[10px\] {
|
|
1062
|
+
font-size: 10px;
|
|
1063
|
+
}
|
|
1064
|
+
.text-\[11px\] {
|
|
1065
|
+
font-size: 11px;
|
|
1066
|
+
}
|
|
1067
|
+
.text-\[13px\] {
|
|
1068
|
+
font-size: 13px;
|
|
1069
|
+
}
|
|
1070
|
+
.leading-none {
|
|
1071
|
+
--tw-leading: 1;
|
|
1072
|
+
line-height: 1;
|
|
1073
|
+
}
|
|
1074
|
+
.leading-relaxed {
|
|
1075
|
+
--tw-leading: var(--leading-relaxed);
|
|
1076
|
+
line-height: var(--leading-relaxed);
|
|
1077
|
+
}
|
|
1078
|
+
.leading-tight {
|
|
1079
|
+
--tw-leading: var(--leading-tight);
|
|
1080
|
+
line-height: var(--leading-tight);
|
|
1081
|
+
}
|
|
1082
|
+
.font-bold {
|
|
1083
|
+
--tw-font-weight: var(--font-weight-bold);
|
|
1084
|
+
font-weight: var(--font-weight-bold);
|
|
1085
|
+
}
|
|
1086
|
+
.font-medium {
|
|
1087
|
+
--tw-font-weight: var(--font-weight-medium);
|
|
1088
|
+
font-weight: var(--font-weight-medium);
|
|
1089
|
+
}
|
|
1090
|
+
.font-normal {
|
|
1091
|
+
--tw-font-weight: var(--font-weight-normal);
|
|
1092
|
+
font-weight: var(--font-weight-normal);
|
|
1093
|
+
}
|
|
1094
|
+
.font-semibold {
|
|
1095
|
+
--tw-font-weight: var(--font-weight-semibold);
|
|
1096
|
+
font-weight: var(--font-weight-semibold);
|
|
1097
|
+
}
|
|
1098
|
+
.tracking-tight {
|
|
1099
|
+
--tw-tracking: var(--tracking-tight);
|
|
1100
|
+
letter-spacing: var(--tracking-tight);
|
|
1101
|
+
}
|
|
1102
|
+
.tracking-wider {
|
|
1103
|
+
--tw-tracking: var(--tracking-wider);
|
|
1104
|
+
letter-spacing: var(--tracking-wider);
|
|
1105
|
+
}
|
|
1106
|
+
.tracking-widest {
|
|
1107
|
+
--tw-tracking: var(--tracking-widest);
|
|
1108
|
+
letter-spacing: var(--tracking-widest);
|
|
1109
|
+
}
|
|
1110
|
+
.wrap-break-word {
|
|
1111
|
+
overflow-wrap: break-word;
|
|
1112
|
+
}
|
|
1113
|
+
.whitespace-nowrap {
|
|
1114
|
+
white-space: nowrap;
|
|
1115
|
+
}
|
|
1116
|
+
.text-background {
|
|
1117
|
+
color: var(--background);
|
|
1118
|
+
}
|
|
1119
|
+
.text-current {
|
|
1120
|
+
color: currentcolor;
|
|
1121
|
+
}
|
|
1122
|
+
.text-destructive {
|
|
1123
|
+
color: var(--destructive);
|
|
1124
|
+
}
|
|
1125
|
+
.text-foreground {
|
|
1126
|
+
color: var(--foreground);
|
|
1127
|
+
}
|
|
1128
|
+
.text-foreground\/60 {
|
|
1129
|
+
color: var(--foreground);
|
|
1130
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1131
|
+
color: color-mix(in oklab, var(--foreground) 60%, transparent);
|
|
1132
|
+
}
|
|
1133
|
+
}
|
|
1134
|
+
.text-muted-foreground {
|
|
1135
|
+
color: var(--muted-foreground);
|
|
1136
|
+
}
|
|
1137
|
+
.text-popover-foreground {
|
|
1138
|
+
color: var(--popover-foreground);
|
|
1139
|
+
}
|
|
1140
|
+
.text-primary {
|
|
1141
|
+
color: var(--primary);
|
|
1142
|
+
}
|
|
1143
|
+
.text-primary-foreground {
|
|
1144
|
+
color: var(--primary-foreground);
|
|
1145
|
+
}
|
|
1146
|
+
.text-secondary-foreground {
|
|
1147
|
+
color: var(--secondary-foreground);
|
|
1148
|
+
}
|
|
1149
|
+
.text-sidebar-foreground {
|
|
1150
|
+
color: var(--sidebar-foreground);
|
|
1151
|
+
}
|
|
1152
|
+
.text-sidebar-foreground\/70 {
|
|
1153
|
+
color: var(--sidebar-foreground);
|
|
1154
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1155
|
+
color: color-mix(in oklab, var(--sidebar-foreground) 70%, transparent);
|
|
1156
|
+
}
|
|
1157
|
+
}
|
|
1158
|
+
.text-sidebar-primary-foreground {
|
|
1159
|
+
color: var(--sidebar-primary-foreground);
|
|
1160
|
+
}
|
|
1161
|
+
.text-slate-400 {
|
|
1162
|
+
color: var(--color-slate-400);
|
|
1163
|
+
}
|
|
1164
|
+
.text-slate-500 {
|
|
1165
|
+
color: var(--color-slate-500);
|
|
1166
|
+
}
|
|
1167
|
+
.text-slate-600 {
|
|
1168
|
+
color: var(--color-slate-600);
|
|
1169
|
+
}
|
|
1170
|
+
.text-white {
|
|
1171
|
+
color: var(--color-white);
|
|
1172
|
+
}
|
|
1173
|
+
.capitalize {
|
|
1174
|
+
text-transform: capitalize;
|
|
1175
|
+
}
|
|
1176
|
+
.uppercase {
|
|
1177
|
+
text-transform: uppercase;
|
|
1178
|
+
}
|
|
1179
|
+
.tabular-nums {
|
|
1180
|
+
--tw-numeric-spacing: tabular-nums;
|
|
1181
|
+
font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
|
|
1182
|
+
}
|
|
1183
|
+
.underline-offset-4 {
|
|
1184
|
+
text-underline-offset: 4px;
|
|
1185
|
+
}
|
|
1186
|
+
.opacity-0 {
|
|
1187
|
+
opacity: 0%;
|
|
1188
|
+
}
|
|
1189
|
+
.opacity-50 {
|
|
1190
|
+
opacity: 50%;
|
|
1191
|
+
}
|
|
1192
|
+
.opacity-60 {
|
|
1193
|
+
opacity: 60%;
|
|
1194
|
+
}
|
|
1195
|
+
.opacity-100 {
|
|
1196
|
+
opacity: 100%;
|
|
1197
|
+
}
|
|
1198
|
+
.bg-blend-color {
|
|
1199
|
+
background-blend-mode: color;
|
|
1200
|
+
}
|
|
1201
|
+
.shadow-2xl {
|
|
1202
|
+
--tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
|
|
1203
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1204
|
+
}
|
|
1205
|
+
.shadow-\[0_0_0_1px_var\(--sidebar-border\)\] {
|
|
1206
|
+
--tw-shadow: 0 0 0 1px var(--tw-shadow-color, var(--sidebar-border));
|
|
1207
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1208
|
+
}
|
|
1209
|
+
.shadow-lg {
|
|
1210
|
+
--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));
|
|
1211
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1212
|
+
}
|
|
1213
|
+
.shadow-none {
|
|
1214
|
+
--tw-shadow: 0 0 #0000;
|
|
1215
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1216
|
+
}
|
|
1217
|
+
.shadow-xl {
|
|
1218
|
+
--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));
|
|
1219
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1220
|
+
}
|
|
1221
|
+
.ring-1 {
|
|
1222
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1223
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1224
|
+
}
|
|
1225
|
+
.ring-2 {
|
|
1226
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1227
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1228
|
+
}
|
|
1229
|
+
.ring-background {
|
|
1230
|
+
--tw-ring-color: var(--background);
|
|
1231
|
+
}
|
|
1232
|
+
.ring-foreground\/5 {
|
|
1233
|
+
--tw-ring-color: var(--foreground);
|
|
1234
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1235
|
+
--tw-ring-color: color-mix(in oklab, var(--foreground) 5%, transparent);
|
|
1236
|
+
}
|
|
1237
|
+
}
|
|
1238
|
+
.ring-sidebar-ring {
|
|
1239
|
+
--tw-ring-color: var(--sidebar-ring);
|
|
1240
|
+
}
|
|
1241
|
+
.outline-hidden {
|
|
1242
|
+
--tw-outline-style: none;
|
|
1243
|
+
outline-style: none;
|
|
1244
|
+
@media (forced-colors: active) {
|
|
1245
|
+
outline: 2px solid transparent;
|
|
1246
|
+
outline-offset: 2px;
|
|
1247
|
+
}
|
|
1248
|
+
}
|
|
1249
|
+
.outline {
|
|
1250
|
+
outline-style: var(--tw-outline-style);
|
|
1251
|
+
outline-width: 1px;
|
|
1252
|
+
}
|
|
1253
|
+
.transition {
|
|
1254
|
+
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, content-visibility, overlay, pointer-events;
|
|
1255
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1256
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1257
|
+
}
|
|
1258
|
+
.transition-\[left\,right\,width\] {
|
|
1259
|
+
transition-property: left,right,width;
|
|
1260
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1261
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1262
|
+
}
|
|
1263
|
+
.transition-\[margin\,opacity\] {
|
|
1264
|
+
transition-property: margin,opacity;
|
|
1265
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1266
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1267
|
+
}
|
|
1268
|
+
.transition-\[width\,height\,padding\] {
|
|
1269
|
+
transition-property: width,height,padding;
|
|
1270
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1271
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1272
|
+
}
|
|
1273
|
+
.transition-\[width\,height\] {
|
|
1274
|
+
transition-property: width,height;
|
|
1275
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1276
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1277
|
+
}
|
|
1278
|
+
.transition-\[width\] {
|
|
1279
|
+
transition-property: width;
|
|
1280
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1281
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1282
|
+
}
|
|
1283
|
+
.transition-all {
|
|
1284
|
+
transition-property: all;
|
|
1285
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1286
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1287
|
+
}
|
|
1288
|
+
.transition-all\! {
|
|
1289
|
+
transition-property: all !important;
|
|
1290
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
|
|
1291
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
|
|
1292
|
+
}
|
|
1293
|
+
.transition-colors {
|
|
1294
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
1295
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1296
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1297
|
+
}
|
|
1298
|
+
.transition-opacity {
|
|
1299
|
+
transition-property: opacity;
|
|
1300
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1301
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1302
|
+
}
|
|
1303
|
+
.transition-shadow {
|
|
1304
|
+
transition-property: box-shadow;
|
|
1305
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1306
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1307
|
+
}
|
|
1308
|
+
.transition-transform {
|
|
1309
|
+
transition-property: transform, translate, scale, rotate;
|
|
1310
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1311
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1312
|
+
}
|
|
1313
|
+
.transition-none {
|
|
1314
|
+
transition-property: none;
|
|
1315
|
+
}
|
|
1316
|
+
.duration-100 {
|
|
1317
|
+
--tw-duration: 100ms;
|
|
1318
|
+
transition-duration: 100ms;
|
|
1319
|
+
}
|
|
1320
|
+
.duration-200 {
|
|
1321
|
+
--tw-duration: 200ms;
|
|
1322
|
+
transition-duration: 200ms;
|
|
1323
|
+
}
|
|
1324
|
+
.duration-300 {
|
|
1325
|
+
--tw-duration: 300ms;
|
|
1326
|
+
transition-duration: 300ms;
|
|
1327
|
+
}
|
|
1328
|
+
.ease-in-out {
|
|
1329
|
+
--tw-ease: var(--ease-in-out);
|
|
1330
|
+
transition-timing-function: var(--ease-in-out);
|
|
1331
|
+
}
|
|
1332
|
+
.ease-linear {
|
|
1333
|
+
--tw-ease: linear;
|
|
1334
|
+
transition-timing-function: linear;
|
|
1335
|
+
}
|
|
1336
|
+
.outline-none {
|
|
1337
|
+
--tw-outline-style: none;
|
|
1338
|
+
outline-style: none;
|
|
1339
|
+
}
|
|
1340
|
+
.select-none {
|
|
1341
|
+
-webkit-user-select: none;
|
|
1342
|
+
user-select: none;
|
|
1343
|
+
}
|
|
1344
|
+
.\[--radius\:var\(--radius-xl\)\] {
|
|
1345
|
+
--radius: var(--radius-xl);
|
|
1346
|
+
}
|
|
1347
|
+
.fade-in {
|
|
1348
|
+
--tw-enter-opacity: 0;
|
|
1349
|
+
}
|
|
1350
|
+
.group-focus-within\/menu-item\:opacity-100:is(:where(.group\/menu-item):focus-within *) {
|
|
1351
|
+
opacity: 100%;
|
|
1352
|
+
}
|
|
1353
|
+
@media (hover: hover) {
|
|
1354
|
+
.group-hover\/menu-item\:opacity-100:is(:where(.group\/menu-item):hover *) {
|
|
1355
|
+
opacity: 100%;
|
|
1356
|
+
}
|
|
1357
|
+
}
|
|
1358
|
+
.group-focus\/dropdown-menu-item\:text-accent-foreground:is(:where(.group\/dropdown-menu-item):focus *) {
|
|
1359
|
+
color: var(--accent-foreground);
|
|
1360
|
+
}
|
|
1361
|
+
.group-has-disabled\/field\:opacity-50:is(:where(.group\/field):has(:disabled) *) {
|
|
1362
|
+
opacity: 50%;
|
|
1363
|
+
}
|
|
1364
|
+
.group-has-data-\[collapsible\=icon\]\/sidebar-wrapper\:h-12:is(:where(.group\/sidebar-wrapper):has([data-collapsible="icon"]) *) {
|
|
1365
|
+
height: calc(var(--spacing) * 12);
|
|
1366
|
+
}
|
|
1367
|
+
.group-has-data-\[sidebar\=menu-action\]\/menu-item\:pr-8:is(:where(.group\/menu-item):has([data-sidebar="menu-action"]) *) {
|
|
1368
|
+
padding-right: calc(var(--spacing) * 8);
|
|
1369
|
+
}
|
|
1370
|
+
.group-has-data-\[size\=lg\]\/avatar-group\:size-10:is(:where(.group\/avatar-group):has([data-size="lg"]) *) {
|
|
1371
|
+
width: calc(var(--spacing) * 10);
|
|
1372
|
+
height: calc(var(--spacing) * 10);
|
|
1373
|
+
}
|
|
1374
|
+
.group-has-data-\[size\=sm\]\/avatar-group\:size-6:is(:where(.group\/avatar-group):has([data-size="sm"]) *) {
|
|
1375
|
+
width: calc(var(--spacing) * 6);
|
|
1376
|
+
height: calc(var(--spacing) * 6);
|
|
1377
|
+
}
|
|
1378
|
+
.group-data-\[collapsible\=icon\]\:-mt-8:is(:where(.group)[data-collapsible="icon"] *) {
|
|
1379
|
+
margin-top: calc(var(--spacing) * -8);
|
|
1380
|
+
}
|
|
1381
|
+
.group-data-\[collapsible\=icon\]\:hidden:is(:where(.group)[data-collapsible="icon"] *) {
|
|
1382
|
+
display: none;
|
|
1383
|
+
}
|
|
1384
|
+
.group-data-\[collapsible\=icon\]\:size-8\!:is(:where(.group)[data-collapsible="icon"] *) {
|
|
1385
|
+
width: calc(var(--spacing) * 8) !important;
|
|
1386
|
+
height: calc(var(--spacing) * 8) !important;
|
|
1387
|
+
}
|
|
1388
|
+
.group-data-\[collapsible\=icon\]\:w-\(--sidebar-width-icon\):is(:where(.group)[data-collapsible="icon"] *) {
|
|
1389
|
+
width: var(--sidebar-width-icon);
|
|
1390
|
+
}
|
|
1391
|
+
.group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\)\]:is(:where(.group)[data-collapsible="icon"] *) {
|
|
1392
|
+
width: calc(var(--sidebar-width-icon) + (calc(var(--spacing) * 4)));
|
|
1393
|
+
}
|
|
1394
|
+
.group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\+2px\)\]:is(:where(.group)[data-collapsible="icon"] *) {
|
|
1395
|
+
width: calc(var(--sidebar-width-icon) + (calc(var(--spacing) * 4)) + 2px);
|
|
1396
|
+
}
|
|
1397
|
+
.group-data-\[collapsible\=icon\]\:overflow-hidden:is(:where(.group)[data-collapsible="icon"] *) {
|
|
1398
|
+
overflow: hidden;
|
|
1399
|
+
}
|
|
1400
|
+
.group-data-\[collapsible\=icon\]\:p-0\!:is(:where(.group)[data-collapsible="icon"] *) {
|
|
1401
|
+
padding: 0px !important;
|
|
1402
|
+
}
|
|
1403
|
+
.group-data-\[collapsible\=icon\]\:p-2\!:is(:where(.group)[data-collapsible="icon"] *) {
|
|
1404
|
+
padding: calc(var(--spacing) * 2) !important;
|
|
1405
|
+
}
|
|
1406
|
+
.group-data-\[collapsible\=icon\]\:opacity-0:is(:where(.group)[data-collapsible="icon"] *) {
|
|
1407
|
+
opacity: 0%;
|
|
1408
|
+
}
|
|
1409
|
+
.group-data-\[collapsible\=offcanvas\]\:start-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(:where(.group)[data-collapsible="offcanvas"] *) {
|
|
1410
|
+
inset-inline-start: calc(var(--sidebar-width) * -1);
|
|
1411
|
+
}
|
|
1412
|
+
.group-data-\[collapsible\=offcanvas\]\:end-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(:where(.group)[data-collapsible="offcanvas"] *) {
|
|
1413
|
+
inset-inline-end: calc(var(--sidebar-width) * -1);
|
|
1414
|
+
}
|
|
1415
|
+
.group-data-\[collapsible\=offcanvas\]\:w-0:is(:where(.group)[data-collapsible="offcanvas"] *) {
|
|
1416
|
+
width: 0px;
|
|
1417
|
+
}
|
|
1418
|
+
.group-data-\[collapsible\=offcanvas\]\:translate-x-0:is(:where(.group)[data-collapsible="offcanvas"] *) {
|
|
1419
|
+
--tw-translate-x: 0px;
|
|
1420
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1421
|
+
}
|
|
1422
|
+
.group-data-\[disabled\=true\]\:pointer-events-none:is(:where(.group)[data-disabled="true"] *) {
|
|
1423
|
+
pointer-events: none;
|
|
1424
|
+
}
|
|
1425
|
+
.group-data-\[disabled\=true\]\:opacity-50:is(:where(.group)[data-disabled="true"] *) {
|
|
1426
|
+
opacity: 50%;
|
|
1427
|
+
}
|
|
1428
|
+
.group-data-\[orientation\=vertical\]\/tabs\:h-fit:is(:where(.group\/tabs)[data-orientation="vertical"] *) {
|
|
1429
|
+
height: fit-content;
|
|
1430
|
+
}
|
|
1431
|
+
.group-data-\[orientation\=vertical\]\/tabs\:w-full:is(:where(.group\/tabs)[data-orientation="vertical"] *) {
|
|
1432
|
+
width: 100%;
|
|
1433
|
+
}
|
|
1434
|
+
.group-data-\[orientation\=vertical\]\/tabs\:flex-col:is(:where(.group\/tabs)[data-orientation="vertical"] *) {
|
|
1435
|
+
flex-direction: column;
|
|
1436
|
+
}
|
|
1437
|
+
.group-data-\[orientation\=vertical\]\/tabs\:justify-start:is(:where(.group\/tabs)[data-orientation="vertical"] *) {
|
|
1438
|
+
justify-content: flex-start;
|
|
1439
|
+
}
|
|
1440
|
+
.group-data-\[side\=left\]\:-right-4:is(:where(.group)[data-side="left"] *) {
|
|
1441
|
+
right: calc(var(--spacing) * -4);
|
|
1442
|
+
}
|
|
1443
|
+
.group-data-\[side\=left\]\:border-e:is(:where(.group)[data-side="left"] *) {
|
|
1444
|
+
border-inline-end-style: var(--tw-border-style);
|
|
1445
|
+
border-inline-end-width: 1px;
|
|
1446
|
+
}
|
|
1447
|
+
.group-data-\[side\=right\]\:left-0:is(:where(.group)[data-side="right"] *) {
|
|
1448
|
+
left: 0px;
|
|
1449
|
+
}
|
|
1450
|
+
.group-data-\[side\=right\]\:rotate-180:is(:where(.group)[data-side="right"] *) {
|
|
1451
|
+
rotate: 180deg;
|
|
1452
|
+
}
|
|
1453
|
+
.group-data-\[side\=right\]\:border-s:is(:where(.group)[data-side="right"] *) {
|
|
1454
|
+
border-inline-start-style: var(--tw-border-style);
|
|
1455
|
+
border-inline-start-width: 1px;
|
|
1456
|
+
}
|
|
1457
|
+
.group-data-\[size\=default\]\/avatar\:size-2\.5:is(:where(.group\/avatar)[data-size="default"] *) {
|
|
1458
|
+
width: calc(var(--spacing) * 2.5);
|
|
1459
|
+
height: calc(var(--spacing) * 2.5);
|
|
1460
|
+
}
|
|
1461
|
+
.group-data-\[size\=lg\]\/avatar\:size-3:is(:where(.group\/avatar)[data-size="lg"] *) {
|
|
1462
|
+
width: calc(var(--spacing) * 3);
|
|
1463
|
+
height: calc(var(--spacing) * 3);
|
|
1464
|
+
}
|
|
1465
|
+
.group-data-\[size\=sm\]\/avatar\:size-2:is(:where(.group\/avatar)[data-size="sm"] *) {
|
|
1466
|
+
width: calc(var(--spacing) * 2);
|
|
1467
|
+
height: calc(var(--spacing) * 2);
|
|
1468
|
+
}
|
|
1469
|
+
.group-data-\[size\=sm\]\/avatar\:text-xs:is(:where(.group\/avatar)[data-size="sm"] *) {
|
|
1470
|
+
font-size: var(--text-xs);
|
|
1471
|
+
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
1472
|
+
}
|
|
1473
|
+
.group-data-\[state\=open\]\/collapsible\:rotate-90:is(:where(.group\/collapsible)[data-state="open"] *) {
|
|
1474
|
+
rotate: 90deg;
|
|
1475
|
+
}
|
|
1476
|
+
.group-data-\[variant\=floating\]\:rounded-lg:is(:where(.group)[data-variant="floating"] *) {
|
|
1477
|
+
border-radius: var(--radius);
|
|
1478
|
+
}
|
|
1479
|
+
.group-data-\[variant\=floating\]\:shadow-sm:is(:where(.group)[data-variant="floating"] *) {
|
|
1480
|
+
--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));
|
|
1481
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1482
|
+
}
|
|
1483
|
+
.group-data-\[variant\=floating\]\:ring-1:is(:where(.group)[data-variant="floating"] *) {
|
|
1484
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1485
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1486
|
+
}
|
|
1487
|
+
.group-data-\[variant\=floating\]\:ring-sidebar-border:is(:where(.group)[data-variant="floating"] *) {
|
|
1488
|
+
--tw-ring-color: var(--sidebar-border);
|
|
1489
|
+
}
|
|
1490
|
+
.group-data-\[variant\=line\]\/tabs-list\:bg-transparent:is(:where(.group\/tabs-list)[data-variant="line"] *) {
|
|
1491
|
+
background-color: transparent;
|
|
1492
|
+
}
|
|
1493
|
+
.group-data-\[vaul-drawer-direction\=bottom\]\/drawer-content\:block:is(:where(.group\/drawer-content)[data-vaul-drawer-direction="bottom"] *) {
|
|
1494
|
+
display: block;
|
|
1495
|
+
}
|
|
1496
|
+
.group-data-\[vaul-drawer-direction\=bottom\]\/drawer-content\:text-center:is(:where(.group\/drawer-content)[data-vaul-drawer-direction="bottom"] *) {
|
|
1497
|
+
text-align: center;
|
|
1498
|
+
}
|
|
1499
|
+
.group-data-\[vaul-drawer-direction\=top\]\/drawer-content\:text-center:is(:where(.group\/drawer-content)[data-vaul-drawer-direction="top"] *) {
|
|
1500
|
+
text-align: center;
|
|
1501
|
+
}
|
|
1502
|
+
.group-data-horizontal\/tabs\:h-9:is(:where(.group\/tabs):where([data-orientation="horizontal"]) *) {
|
|
1503
|
+
height: calc(var(--spacing) * 9);
|
|
1504
|
+
}
|
|
1505
|
+
.group-data-vertical\/tabs\:rounded-2xl:is(:where(.group\/tabs):where([data-orientation="vertical"]) *) {
|
|
1506
|
+
border-radius: calc(var(--radius) * 1.8);
|
|
1507
|
+
}
|
|
1508
|
+
.group-data-vertical\/tabs\:px-2\.5:is(:where(.group\/tabs):where([data-orientation="vertical"]) *) {
|
|
1509
|
+
padding-inline: calc(var(--spacing) * 2.5);
|
|
1510
|
+
}
|
|
1511
|
+
.group-data-vertical\/tabs\:py-1\.5:is(:where(.group\/tabs):where([data-orientation="vertical"]) *) {
|
|
1512
|
+
padding-block: calc(var(--spacing) * 1.5);
|
|
1513
|
+
}
|
|
1514
|
+
@media (hover: hover) {
|
|
1515
|
+
.peer-hover\/menu-button\:text-sidebar-accent-foreground:is(:where(.peer\/menu-button):hover ~ *) {
|
|
1516
|
+
color: var(--sidebar-accent-foreground);
|
|
1517
|
+
}
|
|
1518
|
+
}
|
|
1519
|
+
.peer-focus-visible\:opacity-100:is(:where(.peer):focus-visible ~ *) {
|
|
1520
|
+
opacity: 100%;
|
|
1521
|
+
}
|
|
1522
|
+
.peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled ~ *) {
|
|
1523
|
+
cursor: not-allowed;
|
|
1524
|
+
}
|
|
1525
|
+
.peer-disabled\:opacity-50:is(:where(.peer):disabled ~ *) {
|
|
1526
|
+
opacity: 50%;
|
|
1527
|
+
}
|
|
1528
|
+
.peer-data-\[size\=default\]\/menu-button\:top-1\.5:is(:where(.peer\/menu-button)[data-size="default"] ~ *) {
|
|
1529
|
+
top: calc(var(--spacing) * 1.5);
|
|
1530
|
+
}
|
|
1531
|
+
.peer-data-\[size\=default\]\/menu-button\:top-2:is(:where(.peer\/menu-button)[data-size="default"] ~ *) {
|
|
1532
|
+
top: calc(var(--spacing) * 2);
|
|
1533
|
+
}
|
|
1534
|
+
.peer-data-\[size\=lg\]\/menu-button\:top-2\.5:is(:where(.peer\/menu-button)[data-size="lg"] ~ *) {
|
|
1535
|
+
top: calc(var(--spacing) * 2.5);
|
|
1536
|
+
}
|
|
1537
|
+
.peer-data-\[size\=sm\]\/menu-button\:top-1:is(:where(.peer\/menu-button)[data-size="sm"] ~ *) {
|
|
1538
|
+
top: var(--spacing);
|
|
1539
|
+
}
|
|
1540
|
+
.peer-data-active\/menu-button\:text-sidebar-accent-foreground:is(:is(:where(.peer\/menu-button):where([data-state="active"]), :where(.peer\/menu-button):where([data-active]:not([data-active="false"]))) ~ *) {
|
|
1541
|
+
color: var(--sidebar-accent-foreground);
|
|
1542
|
+
}
|
|
1543
|
+
.file\:inline-flex::file-selector-button {
|
|
1544
|
+
display: inline-flex;
|
|
1545
|
+
}
|
|
1546
|
+
.file\:h-7::file-selector-button {
|
|
1547
|
+
height: calc(var(--spacing) * 7);
|
|
1548
|
+
}
|
|
1549
|
+
.file\:border-0::file-selector-button {
|
|
1550
|
+
border-style: var(--tw-border-style);
|
|
1551
|
+
border-width: 0px;
|
|
1552
|
+
}
|
|
1553
|
+
.file\:bg-transparent::file-selector-button {
|
|
1554
|
+
background-color: transparent;
|
|
1555
|
+
}
|
|
1556
|
+
.file\:text-sm::file-selector-button {
|
|
1557
|
+
font-size: var(--text-sm);
|
|
1558
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
1559
|
+
}
|
|
1560
|
+
.file\:font-medium::file-selector-button {
|
|
1561
|
+
--tw-font-weight: var(--font-weight-medium);
|
|
1562
|
+
font-weight: var(--font-weight-medium);
|
|
1563
|
+
}
|
|
1564
|
+
.file\:text-foreground::file-selector-button {
|
|
1565
|
+
color: var(--foreground);
|
|
1566
|
+
}
|
|
1567
|
+
.placeholder\:text-muted-foreground::placeholder {
|
|
1568
|
+
color: var(--muted-foreground);
|
|
1569
|
+
}
|
|
1570
|
+
.before\:absolute::before {
|
|
1571
|
+
content: var(--tw-content);
|
|
1572
|
+
position: absolute;
|
|
1573
|
+
}
|
|
1574
|
+
.before\:inset-2::before {
|
|
1575
|
+
content: var(--tw-content);
|
|
1576
|
+
inset: calc(var(--spacing) * 2);
|
|
1577
|
+
}
|
|
1578
|
+
.before\:-z-10::before {
|
|
1579
|
+
content: var(--tw-content);
|
|
1580
|
+
z-index: calc(10 * -1);
|
|
1581
|
+
}
|
|
1582
|
+
.before\:rounded-4xl::before {
|
|
1583
|
+
content: var(--tw-content);
|
|
1584
|
+
border-radius: calc(var(--radius) * 2.6);
|
|
1585
|
+
}
|
|
1586
|
+
.before\:border::before {
|
|
1587
|
+
content: var(--tw-content);
|
|
1588
|
+
border-style: var(--tw-border-style);
|
|
1589
|
+
border-width: 1px;
|
|
1590
|
+
}
|
|
1591
|
+
.before\:border-border::before {
|
|
1592
|
+
content: var(--tw-content);
|
|
1593
|
+
border-color: var(--border);
|
|
1594
|
+
}
|
|
1595
|
+
.before\:bg-popover::before {
|
|
1596
|
+
content: var(--tw-content);
|
|
1597
|
+
background-color: var(--popover);
|
|
1598
|
+
}
|
|
1599
|
+
.after\:absolute::after {
|
|
1600
|
+
content: var(--tw-content);
|
|
1601
|
+
position: absolute;
|
|
1602
|
+
}
|
|
1603
|
+
.after\:-inset-2::after {
|
|
1604
|
+
content: var(--tw-content);
|
|
1605
|
+
inset: calc(var(--spacing) * -2);
|
|
1606
|
+
}
|
|
1607
|
+
.after\:inset-0::after {
|
|
1608
|
+
content: var(--tw-content);
|
|
1609
|
+
inset: 0px;
|
|
1610
|
+
}
|
|
1611
|
+
.after\:-inset-x-3::after {
|
|
1612
|
+
content: var(--tw-content);
|
|
1613
|
+
inset-inline: calc(var(--spacing) * -3);
|
|
1614
|
+
}
|
|
1615
|
+
.after\:-inset-y-2::after {
|
|
1616
|
+
content: var(--tw-content);
|
|
1617
|
+
inset-block: calc(var(--spacing) * -2);
|
|
1618
|
+
}
|
|
1619
|
+
.after\:inset-y-0::after {
|
|
1620
|
+
content: var(--tw-content);
|
|
1621
|
+
inset-block: 0px;
|
|
1622
|
+
}
|
|
1623
|
+
.after\:left-1\/2::after {
|
|
1624
|
+
content: var(--tw-content);
|
|
1625
|
+
left: calc(1 / 2 * 100%);
|
|
1626
|
+
}
|
|
1627
|
+
.after\:w-\[2px\]::after {
|
|
1628
|
+
content: var(--tw-content);
|
|
1629
|
+
width: 2px;
|
|
1630
|
+
}
|
|
1631
|
+
.after\:rounded-full::after {
|
|
1632
|
+
content: var(--tw-content);
|
|
1633
|
+
border-radius: calc(infinity * 1px);
|
|
1634
|
+
}
|
|
1635
|
+
.after\:border::after {
|
|
1636
|
+
content: var(--tw-content);
|
|
1637
|
+
border-style: var(--tw-border-style);
|
|
1638
|
+
border-width: 1px;
|
|
1639
|
+
}
|
|
1640
|
+
.after\:border-border::after {
|
|
1641
|
+
content: var(--tw-content);
|
|
1642
|
+
border-color: var(--border);
|
|
1643
|
+
}
|
|
1644
|
+
.after\:bg-foreground::after {
|
|
1645
|
+
content: var(--tw-content);
|
|
1646
|
+
background-color: var(--foreground);
|
|
1647
|
+
}
|
|
1648
|
+
.after\:opacity-0::after {
|
|
1649
|
+
content: var(--tw-content);
|
|
1650
|
+
opacity: 0%;
|
|
1651
|
+
}
|
|
1652
|
+
.after\:mix-blend-darken::after {
|
|
1653
|
+
content: var(--tw-content);
|
|
1654
|
+
mix-blend-mode: darken;
|
|
1655
|
+
}
|
|
1656
|
+
.after\:transition-opacity::after {
|
|
1657
|
+
content: var(--tw-content);
|
|
1658
|
+
transition-property: opacity;
|
|
1659
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1660
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1661
|
+
}
|
|
1662
|
+
.group-data-\[collapsible\=offcanvas\]\:after\:left-full:is(:where(.group)[data-collapsible="offcanvas"] *)::after {
|
|
1663
|
+
content: var(--tw-content);
|
|
1664
|
+
left: 100%;
|
|
1665
|
+
}
|
|
1666
|
+
.group-data-\[orientation\=horizontal\]\/tabs\:after\:inset-x-0:is(:where(.group\/tabs)[data-orientation="horizontal"] *)::after {
|
|
1667
|
+
content: var(--tw-content);
|
|
1668
|
+
inset-inline: 0px;
|
|
1669
|
+
}
|
|
1670
|
+
.group-data-\[orientation\=horizontal\]\/tabs\:after\:bottom-\[-5px\]:is(:where(.group\/tabs)[data-orientation="horizontal"] *)::after {
|
|
1671
|
+
content: var(--tw-content);
|
|
1672
|
+
bottom: -5px;
|
|
1673
|
+
}
|
|
1674
|
+
.group-data-\[orientation\=horizontal\]\/tabs\:after\:h-0\.5:is(:where(.group\/tabs)[data-orientation="horizontal"] *)::after {
|
|
1675
|
+
content: var(--tw-content);
|
|
1676
|
+
height: calc(var(--spacing) * 0.5);
|
|
1677
|
+
}
|
|
1678
|
+
.group-data-\[orientation\=vertical\]\/tabs\:after\:inset-y-0:is(:where(.group\/tabs)[data-orientation="vertical"] *)::after {
|
|
1679
|
+
content: var(--tw-content);
|
|
1680
|
+
inset-block: 0px;
|
|
1681
|
+
}
|
|
1682
|
+
.group-data-\[orientation\=vertical\]\/tabs\:after\:-right-1:is(:where(.group\/tabs)[data-orientation="vertical"] *)::after {
|
|
1683
|
+
content: var(--tw-content);
|
|
1684
|
+
right: calc(var(--spacing) * -1);
|
|
1685
|
+
}
|
|
1686
|
+
.group-data-\[orientation\=vertical\]\/tabs\:after\:w-0\.5:is(:where(.group\/tabs)[data-orientation="vertical"] *)::after {
|
|
1687
|
+
content: var(--tw-content);
|
|
1688
|
+
width: calc(var(--spacing) * 0.5);
|
|
1689
|
+
}
|
|
1690
|
+
@media (hover: hover) {
|
|
1691
|
+
.hover\:bg-destructive\/20:hover {
|
|
1692
|
+
background-color: var(--destructive);
|
|
1693
|
+
}
|
|
1694
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1695
|
+
.hover\:bg-destructive\/20:hover {
|
|
1696
|
+
background-color: color-mix(in oklab, var(--destructive) 20%, transparent);
|
|
1697
|
+
}
|
|
1698
|
+
}
|
|
1699
|
+
.hover\:bg-input\/50:hover {
|
|
1700
|
+
background-color: var(--input);
|
|
1701
|
+
}
|
|
1702
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1703
|
+
.hover\:bg-input\/50:hover {
|
|
1704
|
+
background-color: color-mix(in oklab, var(--input) 50%, transparent);
|
|
1705
|
+
}
|
|
1706
|
+
}
|
|
1707
|
+
.hover\:bg-muted:hover {
|
|
1708
|
+
background-color: var(--muted);
|
|
1709
|
+
}
|
|
1710
|
+
.hover\:bg-muted\/50:hover {
|
|
1711
|
+
background-color: var(--muted);
|
|
1712
|
+
}
|
|
1713
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1714
|
+
.hover\:bg-muted\/50:hover {
|
|
1715
|
+
background-color: color-mix(in oklab, var(--muted) 50%, transparent);
|
|
1716
|
+
}
|
|
1717
|
+
}
|
|
1718
|
+
.hover\:bg-primary\/80:hover {
|
|
1719
|
+
background-color: var(--primary);
|
|
1720
|
+
}
|
|
1721
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1722
|
+
.hover\:bg-primary\/80:hover {
|
|
1723
|
+
background-color: color-mix(in oklab, var(--primary) 80%, transparent);
|
|
1724
|
+
}
|
|
1725
|
+
}
|
|
1726
|
+
.hover\:bg-secondary\/80:hover {
|
|
1727
|
+
background-color: var(--secondary);
|
|
1728
|
+
}
|
|
1729
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1730
|
+
.hover\:bg-secondary\/80:hover {
|
|
1731
|
+
background-color: color-mix(in oklab, var(--secondary) 80%, transparent);
|
|
1732
|
+
}
|
|
1733
|
+
}
|
|
1734
|
+
.hover\:bg-sidebar-accent:hover {
|
|
1735
|
+
background-color: var(--sidebar-accent);
|
|
1736
|
+
}
|
|
1737
|
+
.hover\:text-foreground:hover {
|
|
1738
|
+
color: var(--foreground);
|
|
1739
|
+
}
|
|
1740
|
+
.hover\:text-muted-foreground:hover {
|
|
1741
|
+
color: var(--muted-foreground);
|
|
1742
|
+
}
|
|
1743
|
+
.hover\:text-sidebar-accent-foreground:hover {
|
|
1744
|
+
color: var(--sidebar-accent-foreground);
|
|
1745
|
+
}
|
|
1746
|
+
.hover\:text-slate-600:hover {
|
|
1747
|
+
color: var(--color-slate-600);
|
|
1748
|
+
}
|
|
1749
|
+
.hover\:text-slate-800:hover {
|
|
1750
|
+
color: var(--color-slate-800);
|
|
1751
|
+
}
|
|
1752
|
+
.hover\:text-slate-900:hover {
|
|
1753
|
+
color: var(--color-slate-900);
|
|
1754
|
+
}
|
|
1755
|
+
.hover\:underline:hover {
|
|
1756
|
+
text-decoration-line: underline;
|
|
1757
|
+
}
|
|
1758
|
+
.hover\:opacity-75:hover {
|
|
1759
|
+
opacity: 75%;
|
|
1760
|
+
}
|
|
1761
|
+
.hover\:opacity-100:hover {
|
|
1762
|
+
opacity: 100%;
|
|
1763
|
+
}
|
|
1764
|
+
.hover\:shadow-\[0_0_0_1px_var\(--sidebar-accent\)\]:hover {
|
|
1765
|
+
--tw-shadow: 0 0 0 1px var(--tw-shadow-color, var(--sidebar-accent));
|
|
1766
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1767
|
+
}
|
|
1768
|
+
.hover\:group-data-\[collapsible\=offcanvas\]\:bg-sidebar:hover:is(:where(.group)[data-collapsible="offcanvas"] *) {
|
|
1769
|
+
background-color: var(--sidebar);
|
|
1770
|
+
}
|
|
1771
|
+
.hover\:after\:bg-sidebar-border:hover::after {
|
|
1772
|
+
content: var(--tw-content);
|
|
1773
|
+
background-color: var(--sidebar-border);
|
|
1774
|
+
}
|
|
1775
|
+
}
|
|
1776
|
+
.focus\:bg-accent:focus {
|
|
1777
|
+
background-color: var(--accent);
|
|
1778
|
+
}
|
|
1779
|
+
.focus\:text-accent-foreground:focus {
|
|
1780
|
+
color: var(--accent-foreground);
|
|
1781
|
+
}
|
|
1782
|
+
.focus\:outline-none:focus {
|
|
1783
|
+
--tw-outline-style: none;
|
|
1784
|
+
outline-style: none;
|
|
1785
|
+
}
|
|
1786
|
+
:is(.focus\:\*\*\:text-accent-foreground:focus *) {
|
|
1787
|
+
color: var(--accent-foreground);
|
|
1788
|
+
}
|
|
1789
|
+
:is(.not-data-\[variant\=destructive\]\:focus\:\*\*\:text-accent-foreground:not([data-variant="destructive"]):focus *) {
|
|
1790
|
+
color: var(--accent-foreground);
|
|
1791
|
+
}
|
|
1792
|
+
.focus-visible\:border-destructive\/40:focus-visible {
|
|
1793
|
+
border-color: var(--destructive);
|
|
1794
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1795
|
+
border-color: color-mix(in oklab, var(--destructive) 40%, transparent);
|
|
1796
|
+
}
|
|
1797
|
+
}
|
|
1798
|
+
.focus-visible\:border-ring:focus-visible {
|
|
1799
|
+
border-color: var(--ring);
|
|
1800
|
+
}
|
|
1801
|
+
.focus-visible\:ring-2:focus-visible {
|
|
1802
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1803
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1804
|
+
}
|
|
1805
|
+
.focus-visible\:ring-\[3px\]:focus-visible {
|
|
1806
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1807
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1808
|
+
}
|
|
1809
|
+
.focus-visible\:ring-destructive\/20:focus-visible {
|
|
1810
|
+
--tw-ring-color: var(--destructive);
|
|
1811
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1812
|
+
--tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
|
|
1813
|
+
}
|
|
1814
|
+
}
|
|
1815
|
+
.focus-visible\:ring-ring\/50:focus-visible {
|
|
1816
|
+
--tw-ring-color: var(--ring);
|
|
1817
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1818
|
+
--tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
|
|
1819
|
+
}
|
|
1820
|
+
}
|
|
1821
|
+
.focus-visible\:outline-1:focus-visible {
|
|
1822
|
+
outline-style: var(--tw-outline-style);
|
|
1823
|
+
outline-width: 1px;
|
|
1824
|
+
}
|
|
1825
|
+
.focus-visible\:outline-ring:focus-visible {
|
|
1826
|
+
outline-color: var(--ring);
|
|
1827
|
+
}
|
|
1828
|
+
.active\:bg-sidebar-accent:active {
|
|
1829
|
+
background-color: var(--sidebar-accent);
|
|
1830
|
+
}
|
|
1831
|
+
.active\:text-sidebar-accent-foreground:active {
|
|
1832
|
+
color: var(--sidebar-accent-foreground);
|
|
1833
|
+
}
|
|
1834
|
+
.active\:not-aria-\[haspopup\]\:translate-y-px:active:not([aria-haspopup]) {
|
|
1835
|
+
--tw-translate-y: 1px;
|
|
1836
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1837
|
+
}
|
|
1838
|
+
.disabled\:pointer-events-none:disabled {
|
|
1839
|
+
pointer-events: none;
|
|
1840
|
+
}
|
|
1841
|
+
.disabled\:cursor-not-allowed:disabled {
|
|
1842
|
+
cursor: not-allowed;
|
|
1843
|
+
}
|
|
1844
|
+
.disabled\:opacity-50:disabled {
|
|
1845
|
+
opacity: 50%;
|
|
1846
|
+
}
|
|
1847
|
+
:where([data-side="left"]) .in-data-\[side\=left\]\:cursor-w-resize {
|
|
1848
|
+
cursor: w-resize;
|
|
1849
|
+
}
|
|
1850
|
+
:where([data-side="right"]) .in-data-\[side\=right\]\:cursor-e-resize {
|
|
1851
|
+
cursor: e-resize;
|
|
1852
|
+
}
|
|
1853
|
+
.has-data-\[icon\=inline-end\]\:pr-1\.5:has([data-icon="inline-end"]) {
|
|
1854
|
+
padding-right: calc(var(--spacing) * 1.5);
|
|
1855
|
+
}
|
|
1856
|
+
.has-data-\[icon\=inline-end\]\:pr-2:has([data-icon="inline-end"]) {
|
|
1857
|
+
padding-right: calc(var(--spacing) * 2);
|
|
1858
|
+
}
|
|
1859
|
+
.has-data-\[icon\=inline-end\]\:pr-2\.5:has([data-icon="inline-end"]) {
|
|
1860
|
+
padding-right: calc(var(--spacing) * 2.5);
|
|
1861
|
+
}
|
|
1862
|
+
.has-data-\[icon\=inline-end\]\:pr-3:has([data-icon="inline-end"]) {
|
|
1863
|
+
padding-right: calc(var(--spacing) * 3);
|
|
1864
|
+
}
|
|
1865
|
+
.has-data-\[icon\=inline-start\]\:pl-1\.5:has([data-icon="inline-start"]) {
|
|
1866
|
+
padding-left: calc(var(--spacing) * 1.5);
|
|
1867
|
+
}
|
|
1868
|
+
.has-data-\[icon\=inline-start\]\:pl-2:has([data-icon="inline-start"]) {
|
|
1869
|
+
padding-left: calc(var(--spacing) * 2);
|
|
1870
|
+
}
|
|
1871
|
+
.has-data-\[icon\=inline-start\]\:pl-2\.5:has([data-icon="inline-start"]) {
|
|
1872
|
+
padding-left: calc(var(--spacing) * 2.5);
|
|
1873
|
+
}
|
|
1874
|
+
.has-data-\[icon\=inline-start\]\:pl-3:has([data-icon="inline-start"]) {
|
|
1875
|
+
padding-left: calc(var(--spacing) * 3);
|
|
1876
|
+
}
|
|
1877
|
+
.has-data-\[slot\=kbd\]\:pr-1\.5:has([data-slot="kbd"]) {
|
|
1878
|
+
padding-right: calc(var(--spacing) * 1.5);
|
|
1879
|
+
}
|
|
1880
|
+
.has-data-\[variant\=inset\]\:bg-sidebar:has([data-variant="inset"]) {
|
|
1881
|
+
background-color: var(--sidebar);
|
|
1882
|
+
}
|
|
1883
|
+
.aria-disabled\:pointer-events-none[aria-disabled="true"] {
|
|
1884
|
+
pointer-events: none;
|
|
1885
|
+
}
|
|
1886
|
+
.aria-disabled\:opacity-50[aria-disabled="true"] {
|
|
1887
|
+
opacity: 50%;
|
|
1888
|
+
}
|
|
1889
|
+
.aria-expanded\:bg-muted[aria-expanded="true"] {
|
|
1890
|
+
background-color: var(--muted);
|
|
1891
|
+
}
|
|
1892
|
+
.aria-expanded\:bg-secondary[aria-expanded="true"] {
|
|
1893
|
+
background-color: var(--secondary);
|
|
1894
|
+
}
|
|
1895
|
+
.aria-expanded\:text-foreground[aria-expanded="true"] {
|
|
1896
|
+
color: var(--foreground);
|
|
1897
|
+
}
|
|
1898
|
+
.aria-expanded\:text-secondary-foreground[aria-expanded="true"] {
|
|
1899
|
+
color: var(--secondary-foreground);
|
|
1900
|
+
}
|
|
1901
|
+
.aria-invalid\:border-destructive[aria-invalid="true"] {
|
|
1902
|
+
border-color: var(--destructive);
|
|
1903
|
+
}
|
|
1904
|
+
.aria-invalid\:ring-\[3px\][aria-invalid="true"] {
|
|
1905
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1906
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1907
|
+
}
|
|
1908
|
+
.aria-invalid\:ring-destructive\/20[aria-invalid="true"] {
|
|
1909
|
+
--tw-ring-color: var(--destructive);
|
|
1910
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1911
|
+
--tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
|
|
1912
|
+
}
|
|
1913
|
+
}
|
|
1914
|
+
.aria-invalid\:aria-checked\:border-primary[aria-invalid="true"][aria-checked="true"] {
|
|
1915
|
+
border-color: var(--primary);
|
|
1916
|
+
}
|
|
1917
|
+
.data-highlighted\:bg-accent[data-highlighted] {
|
|
1918
|
+
background-color: var(--accent);
|
|
1919
|
+
}
|
|
1920
|
+
.data-highlighted\:text-accent-foreground[data-highlighted] {
|
|
1921
|
+
color: var(--accent-foreground);
|
|
1922
|
+
}
|
|
1923
|
+
.data-inset\:pl-9\.5[data-inset] {
|
|
1924
|
+
padding-left: calc(var(--spacing) * 9.5);
|
|
1925
|
+
}
|
|
1926
|
+
.data-placeholder\:text-muted-foreground[data-placeholder] {
|
|
1927
|
+
color: var(--muted-foreground);
|
|
1928
|
+
}
|
|
1929
|
+
.data-\[disabled\]\:pointer-events-none[data-disabled] {
|
|
1930
|
+
pointer-events: none;
|
|
1931
|
+
}
|
|
1932
|
+
.data-\[disabled\]\:opacity-50[data-disabled] {
|
|
1933
|
+
opacity: 50%;
|
|
1934
|
+
}
|
|
1935
|
+
.data-\[inset\]\:ps-8[data-inset] {
|
|
1936
|
+
padding-inline-start: calc(var(--spacing) * 8);
|
|
1937
|
+
}
|
|
1938
|
+
.data-\[inset\]\:pl-8[data-inset] {
|
|
1939
|
+
padding-left: calc(var(--spacing) * 8);
|
|
1940
|
+
}
|
|
1941
|
+
.data-\[orientation\=horizontal\]\:h-px[data-orientation="horizontal"] {
|
|
1942
|
+
height: 1px;
|
|
1943
|
+
}
|
|
1944
|
+
.data-\[orientation\=horizontal\]\:w-full[data-orientation="horizontal"] {
|
|
1945
|
+
width: 100%;
|
|
1946
|
+
}
|
|
1947
|
+
.data-\[orientation\=horizontal\]\:flex-col[data-orientation="horizontal"] {
|
|
1948
|
+
flex-direction: column;
|
|
1949
|
+
}
|
|
1950
|
+
.data-\[orientation\=vertical\]\:h-4[data-orientation="vertical"] {
|
|
1951
|
+
height: calc(var(--spacing) * 4);
|
|
1952
|
+
}
|
|
1953
|
+
.data-\[orientation\=vertical\]\:h-full[data-orientation="vertical"] {
|
|
1954
|
+
height: 100%;
|
|
1955
|
+
}
|
|
1956
|
+
.data-\[orientation\=vertical\]\:w-px[data-orientation="vertical"] {
|
|
1957
|
+
width: 1px;
|
|
1958
|
+
}
|
|
1959
|
+
.data-\[side\=bottom\]\:inset-x-0[data-side="bottom"] {
|
|
1960
|
+
inset-inline: 0px;
|
|
1961
|
+
}
|
|
1962
|
+
.data-\[side\=bottom\]\:bottom-0[data-side="bottom"] {
|
|
1963
|
+
bottom: 0px;
|
|
1964
|
+
}
|
|
1965
|
+
.data-\[side\=bottom\]\:h-auto[data-side="bottom"] {
|
|
1966
|
+
height: auto;
|
|
1967
|
+
}
|
|
1968
|
+
.data-\[side\=bottom\]\:-translate-x-1\/2[data-side="bottom"] {
|
|
1969
|
+
--tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
|
|
1970
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1971
|
+
}
|
|
1972
|
+
.data-\[side\=bottom\]\:-translate-y-\[calc\(-50\%\+1px\)\][data-side="bottom"] {
|
|
1973
|
+
--tw-translate-y: calc(calc(-50% + 1px) * -1);
|
|
1974
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1975
|
+
}
|
|
1976
|
+
.data-\[side\=bottom\]\:border-t[data-side="bottom"] {
|
|
1977
|
+
border-top-style: var(--tw-border-style);
|
|
1978
|
+
border-top-width: 1px;
|
|
1979
|
+
}
|
|
1980
|
+
.data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
|
|
1981
|
+
--tw-enter-translate-y: calc(2*var(--spacing)*-1);
|
|
1982
|
+
}
|
|
1983
|
+
.data-\[side\=inline-end\]\:slide-in-from-left-2[data-side="inline-end"] {
|
|
1984
|
+
--tw-enter-translate-x: calc(2*var(--spacing)*-1);
|
|
1985
|
+
}
|
|
1986
|
+
.data-\[side\=inline-start\]\:slide-in-from-right-2[data-side="inline-start"] {
|
|
1987
|
+
--tw-enter-translate-x: calc(2*var(--spacing));
|
|
1988
|
+
}
|
|
1989
|
+
.data-\[side\=left\]\:inset-y-0[data-side="left"] {
|
|
1990
|
+
inset-block: 0px;
|
|
1991
|
+
}
|
|
1992
|
+
.data-\[side\=left\]\:left-0[data-side="left"] {
|
|
1993
|
+
left: 0px;
|
|
1994
|
+
}
|
|
1995
|
+
.data-\[side\=left\]\:h-full[data-side="left"] {
|
|
1996
|
+
height: 100%;
|
|
1997
|
+
}
|
|
1998
|
+
.data-\[side\=left\]\:w-3\/4[data-side="left"] {
|
|
1999
|
+
width: calc(3 / 4 * 100%);
|
|
2000
|
+
}
|
|
2001
|
+
.data-\[side\=left\]\:translate-x-\[-1\.5px\][data-side="left"] {
|
|
2002
|
+
--tw-translate-x: -1.5px;
|
|
2003
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2004
|
+
}
|
|
2005
|
+
.data-\[side\=left\]\:-translate-y-\[calc\(50\%-3px\)\][data-side="left"] {
|
|
2006
|
+
--tw-translate-y: calc(calc(50% - 3px) * -1);
|
|
2007
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2008
|
+
}
|
|
2009
|
+
.data-\[side\=left\]\:border-r[data-side="left"] {
|
|
2010
|
+
border-right-style: var(--tw-border-style);
|
|
2011
|
+
border-right-width: 1px;
|
|
2012
|
+
}
|
|
2013
|
+
.data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
|
|
2014
|
+
--tw-enter-translate-x: calc(2*var(--spacing));
|
|
2015
|
+
}
|
|
2016
|
+
.data-\[side\=right\]\:inset-y-0[data-side="right"] {
|
|
2017
|
+
inset-block: 0px;
|
|
2018
|
+
}
|
|
2019
|
+
.data-\[side\=right\]\:right-0[data-side="right"] {
|
|
2020
|
+
right: 0px;
|
|
2021
|
+
}
|
|
2022
|
+
.data-\[side\=right\]\:h-full[data-side="right"] {
|
|
2023
|
+
height: 100%;
|
|
2024
|
+
}
|
|
2025
|
+
.data-\[side\=right\]\:w-3\/4[data-side="right"] {
|
|
2026
|
+
width: calc(3 / 4 * 100%);
|
|
2027
|
+
}
|
|
2028
|
+
.data-\[side\=right\]\:translate-x-\[1\.5px\][data-side="right"] {
|
|
2029
|
+
--tw-translate-x: 1.5px;
|
|
2030
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2031
|
+
}
|
|
2032
|
+
.data-\[side\=right\]\:translate-x-\[calc\(50\%\+2px\)\][data-side="right"] {
|
|
2033
|
+
--tw-translate-x: calc(50% + 2px);
|
|
2034
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2035
|
+
}
|
|
2036
|
+
.data-\[side\=right\]\:translate-y-1\/2[data-side="right"] {
|
|
2037
|
+
--tw-translate-y: calc(1 / 2 * 100%);
|
|
2038
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2039
|
+
}
|
|
2040
|
+
.data-\[side\=right\]\:border-l[data-side="right"] {
|
|
2041
|
+
border-left-style: var(--tw-border-style);
|
|
2042
|
+
border-left-width: 1px;
|
|
2043
|
+
}
|
|
2044
|
+
.data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
|
|
2045
|
+
--tw-enter-translate-x: calc(2*var(--spacing)*-1);
|
|
2046
|
+
}
|
|
2047
|
+
.data-\[side\=top\]\:inset-x-0[data-side="top"] {
|
|
2048
|
+
inset-inline: 0px;
|
|
2049
|
+
}
|
|
2050
|
+
.data-\[side\=top\]\:top-0[data-side="top"] {
|
|
2051
|
+
top: 0px;
|
|
2052
|
+
}
|
|
2053
|
+
.data-\[side\=top\]\:h-auto[data-side="top"] {
|
|
2054
|
+
height: auto;
|
|
2055
|
+
}
|
|
2056
|
+
.data-\[side\=top\]\:translate-x-1\/2[data-side="top"] {
|
|
2057
|
+
--tw-translate-x: calc(1 / 2 * 100%);
|
|
2058
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2059
|
+
}
|
|
2060
|
+
.data-\[side\=top\]\:translate-y-\[calc\(-50\%\+2px\)\][data-side="top"] {
|
|
2061
|
+
--tw-translate-y: calc(-50% + 2px);
|
|
2062
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2063
|
+
}
|
|
2064
|
+
.data-\[side\=top\]\:border-b[data-side="top"] {
|
|
2065
|
+
border-bottom-style: var(--tw-border-style);
|
|
2066
|
+
border-bottom-width: 1px;
|
|
2067
|
+
}
|
|
2068
|
+
.data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
|
|
2069
|
+
--tw-enter-translate-y: calc(2*var(--spacing));
|
|
2070
|
+
}
|
|
2071
|
+
.data-\[size\=default\]\:h-9[data-size="default"] {
|
|
2072
|
+
height: calc(var(--spacing) * 9);
|
|
2073
|
+
}
|
|
2074
|
+
.data-\[size\=lg\]\:size-10[data-size="lg"] {
|
|
2075
|
+
width: calc(var(--spacing) * 10);
|
|
2076
|
+
height: calc(var(--spacing) * 10);
|
|
2077
|
+
}
|
|
2078
|
+
.data-\[size\=md\]\:text-sm[data-size="md"] {
|
|
2079
|
+
font-size: var(--text-sm);
|
|
2080
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
2081
|
+
}
|
|
2082
|
+
.data-\[size\=sm\]\:size-6[data-size="sm"] {
|
|
2083
|
+
width: calc(var(--spacing) * 6);
|
|
2084
|
+
height: calc(var(--spacing) * 6);
|
|
2085
|
+
}
|
|
2086
|
+
.data-\[size\=sm\]\:h-8[data-size="sm"] {
|
|
2087
|
+
height: calc(var(--spacing) * 8);
|
|
2088
|
+
}
|
|
2089
|
+
.data-\[size\=sm\]\:text-xs[data-size="sm"] {
|
|
2090
|
+
font-size: var(--text-xs);
|
|
2091
|
+
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
2092
|
+
}
|
|
2093
|
+
:is(.\*\:data-\[slot\=avatar\]\:ring-2 > *)[data-slot="avatar"] {
|
|
2094
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2095
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2096
|
+
}
|
|
2097
|
+
:is(.\*\:data-\[slot\=avatar\]\:ring-background > *)[data-slot="avatar"] {
|
|
2098
|
+
--tw-ring-color: var(--background);
|
|
2099
|
+
}
|
|
2100
|
+
:is(.\*\*\:data-\[slot\=kbd\]\:relative *)[data-slot="kbd"] {
|
|
2101
|
+
position: relative;
|
|
2102
|
+
}
|
|
2103
|
+
:is(.\*\*\:data-\[slot\=kbd\]\:isolate *)[data-slot="kbd"] {
|
|
2104
|
+
isolation: isolate;
|
|
2105
|
+
}
|
|
2106
|
+
:is(.\*\*\:data-\[slot\=kbd\]\:z-50 *)[data-slot="kbd"] {
|
|
2107
|
+
z-index: 50;
|
|
2108
|
+
}
|
|
2109
|
+
:is(.\*\*\:data-\[slot\=kbd\]\:rounded-4xl *)[data-slot="kbd"] {
|
|
2110
|
+
border-radius: calc(var(--radius) * 2.6);
|
|
2111
|
+
}
|
|
2112
|
+
:is(.\*\:data-\[slot\=select-value\]\:line-clamp-1 > *)[data-slot="select-value"] {
|
|
2113
|
+
overflow: hidden;
|
|
2114
|
+
display: -webkit-box;
|
|
2115
|
+
-webkit-box-orient: vertical;
|
|
2116
|
+
-webkit-line-clamp: 1;
|
|
2117
|
+
}
|
|
2118
|
+
:is(.\*\:data-\[slot\=select-value\]\:flex > *)[data-slot="select-value"] {
|
|
2119
|
+
display: flex;
|
|
2120
|
+
}
|
|
2121
|
+
:is(.\*\:data-\[slot\=select-value\]\:items-center > *)[data-slot="select-value"] {
|
|
2122
|
+
align-items: center;
|
|
2123
|
+
}
|
|
2124
|
+
:is(.\*\:data-\[slot\=select-value\]\:gap-1\.5 > *)[data-slot="select-value"] {
|
|
2125
|
+
gap: calc(var(--spacing) * 1.5);
|
|
2126
|
+
}
|
|
2127
|
+
.data-\[state\=active\]\:text-foreground[data-state="active"] {
|
|
2128
|
+
color: var(--foreground);
|
|
2129
|
+
}
|
|
2130
|
+
.data-\[state\=delayed-open\]\:animate-in[data-state="delayed-open"] {
|
|
2131
|
+
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);
|
|
2132
|
+
}
|
|
2133
|
+
.data-\[state\=delayed-open\]\:fade-in-0[data-state="delayed-open"] {
|
|
2134
|
+
--tw-enter-opacity: calc(0/100);
|
|
2135
|
+
--tw-enter-opacity: 0;
|
|
2136
|
+
}
|
|
2137
|
+
.data-\[state\=delayed-open\]\:zoom-in-95[data-state="delayed-open"] {
|
|
2138
|
+
--tw-enter-scale: calc(95*1%);
|
|
2139
|
+
--tw-enter-scale: .95;
|
|
2140
|
+
}
|
|
2141
|
+
.data-\[state\=inactive\]\:text-foreground\![data-state="inactive"] {
|
|
2142
|
+
color: var(--foreground) !important;
|
|
2143
|
+
}
|
|
2144
|
+
.data-\[state\=open\]\:bg-sidebar-accent[data-state="open"] {
|
|
2145
|
+
background-color: var(--sidebar-accent);
|
|
2146
|
+
}
|
|
2147
|
+
.data-\[state\=open\]\:text-sidebar-accent-foreground[data-state="open"] {
|
|
2148
|
+
color: var(--sidebar-accent-foreground);
|
|
2149
|
+
}
|
|
2150
|
+
.data-\[state\=selected\]\:bg-muted[data-state="selected"] {
|
|
2151
|
+
background-color: var(--muted);
|
|
2152
|
+
}
|
|
2153
|
+
.data-\[variant\=destructive\]\:text-destructive[data-variant="destructive"] {
|
|
2154
|
+
color: var(--destructive);
|
|
2155
|
+
}
|
|
2156
|
+
.data-\[variant\=destructive\]\:focus\:bg-destructive\/10[data-variant="destructive"]:focus {
|
|
2157
|
+
background-color: var(--destructive);
|
|
2158
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2159
|
+
background-color: color-mix(in oklab, var(--destructive) 10%, transparent);
|
|
2160
|
+
}
|
|
2161
|
+
}
|
|
2162
|
+
.data-\[variant\=destructive\]\:focus\:text-destructive[data-variant="destructive"]:focus {
|
|
2163
|
+
color: var(--destructive);
|
|
2164
|
+
}
|
|
2165
|
+
.data-\[variant\=line\]\:rounded-none[data-variant="line"] {
|
|
2166
|
+
border-radius: 0;
|
|
2167
|
+
}
|
|
2168
|
+
.data-\[vaul-drawer-direction\=bottom\]\:inset-x-0[data-vaul-drawer-direction="bottom"] {
|
|
2169
|
+
inset-inline: 0px;
|
|
2170
|
+
}
|
|
2171
|
+
.data-\[vaul-drawer-direction\=bottom\]\:bottom-0[data-vaul-drawer-direction="bottom"] {
|
|
2172
|
+
bottom: 0px;
|
|
2173
|
+
}
|
|
2174
|
+
.data-\[vaul-drawer-direction\=bottom\]\:mt-24[data-vaul-drawer-direction="bottom"] {
|
|
2175
|
+
margin-top: calc(var(--spacing) * 24);
|
|
2176
|
+
}
|
|
2177
|
+
.data-\[vaul-drawer-direction\=bottom\]\:max-h-\[80vh\][data-vaul-drawer-direction="bottom"] {
|
|
2178
|
+
max-height: 80vh;
|
|
2179
|
+
}
|
|
2180
|
+
.data-\[vaul-drawer-direction\=left\]\:inset-y-0[data-vaul-drawer-direction="left"] {
|
|
2181
|
+
inset-block: 0px;
|
|
2182
|
+
}
|
|
2183
|
+
.data-\[vaul-drawer-direction\=left\]\:left-0[data-vaul-drawer-direction="left"] {
|
|
2184
|
+
left: 0px;
|
|
2185
|
+
}
|
|
2186
|
+
.data-\[vaul-drawer-direction\=left\]\:w-3\/4[data-vaul-drawer-direction="left"] {
|
|
2187
|
+
width: calc(3 / 4 * 100%);
|
|
2188
|
+
}
|
|
2189
|
+
.data-\[vaul-drawer-direction\=right\]\:inset-y-0[data-vaul-drawer-direction="right"] {
|
|
2190
|
+
inset-block: 0px;
|
|
2191
|
+
}
|
|
2192
|
+
.data-\[vaul-drawer-direction\=right\]\:right-0[data-vaul-drawer-direction="right"] {
|
|
2193
|
+
right: 0px;
|
|
2194
|
+
}
|
|
2195
|
+
.data-\[vaul-drawer-direction\=right\]\:w-3\/4[data-vaul-drawer-direction="right"] {
|
|
2196
|
+
width: calc(3 / 4 * 100%);
|
|
2197
|
+
}
|
|
2198
|
+
.data-\[vaul-drawer-direction\=top\]\:inset-x-0[data-vaul-drawer-direction="top"] {
|
|
2199
|
+
inset-inline: 0px;
|
|
2200
|
+
}
|
|
2201
|
+
.data-\[vaul-drawer-direction\=top\]\:top-0[data-vaul-drawer-direction="top"] {
|
|
2202
|
+
top: 0px;
|
|
2203
|
+
}
|
|
2204
|
+
.data-\[vaul-drawer-direction\=top\]\:mb-24[data-vaul-drawer-direction="top"] {
|
|
2205
|
+
margin-bottom: calc(var(--spacing) * 24);
|
|
2206
|
+
}
|
|
2207
|
+
.data-\[vaul-drawer-direction\=top\]\:max-h-\[80vh\][data-vaul-drawer-direction="top"] {
|
|
2208
|
+
max-height: 80vh;
|
|
2209
|
+
}
|
|
2210
|
+
@supports (backdrop-filter: var(--tw)) {
|
|
2211
|
+
.supports-backdrop-filter\:backdrop-blur-xs {
|
|
2212
|
+
--tw-backdrop-blur: blur(var(--blur-xs));
|
|
2213
|
+
-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,);
|
|
2214
|
+
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,);
|
|
2215
|
+
}
|
|
2216
|
+
}
|
|
2217
|
+
@media (width >= 40rem) {
|
|
2218
|
+
.sm\:flex {
|
|
2219
|
+
display: flex;
|
|
2220
|
+
}
|
|
2221
|
+
.sm\:gap-2\.5 {
|
|
2222
|
+
gap: calc(var(--spacing) * 2.5);
|
|
2223
|
+
}
|
|
2224
|
+
.data-\[side\=left\]\:sm\:max-w-sm[data-side="left"] {
|
|
2225
|
+
max-width: var(--container-sm);
|
|
2226
|
+
}
|
|
2227
|
+
.data-\[side\=right\]\:sm\:max-w-sm[data-side="right"] {
|
|
2228
|
+
max-width: var(--container-sm);
|
|
2229
|
+
}
|
|
2230
|
+
.data-\[vaul-drawer-direction\=left\]\:sm\:max-w-sm[data-vaul-drawer-direction="left"] {
|
|
2231
|
+
max-width: var(--container-sm);
|
|
2232
|
+
}
|
|
2233
|
+
.data-\[vaul-drawer-direction\=right\]\:sm\:max-w-sm[data-vaul-drawer-direction="right"] {
|
|
2234
|
+
max-width: var(--container-sm);
|
|
2235
|
+
}
|
|
2236
|
+
}
|
|
2237
|
+
@media (width >= 48rem) {
|
|
2238
|
+
.md\:block {
|
|
2239
|
+
display: block;
|
|
2240
|
+
}
|
|
2241
|
+
.md\:flex {
|
|
2242
|
+
display: flex;
|
|
2243
|
+
}
|
|
2244
|
+
.md\:w-4\/12 {
|
|
2245
|
+
width: calc(4 / 12 * 100%);
|
|
2246
|
+
}
|
|
2247
|
+
.md\:w-8\/12 {
|
|
2248
|
+
width: calc(8 / 12 * 100%);
|
|
2249
|
+
}
|
|
2250
|
+
.md\:max-w-md {
|
|
2251
|
+
max-width: var(--container-md);
|
|
2252
|
+
}
|
|
2253
|
+
.md\:justify-between {
|
|
2254
|
+
justify-content: space-between;
|
|
2255
|
+
}
|
|
2256
|
+
.md\:gap-1\.5 {
|
|
2257
|
+
gap: calc(var(--spacing) * 1.5);
|
|
2258
|
+
}
|
|
2259
|
+
.md\:border-none {
|
|
2260
|
+
--tw-border-style: none;
|
|
2261
|
+
border-style: none;
|
|
2262
|
+
}
|
|
2263
|
+
.md\:bg-transparent {
|
|
2264
|
+
background-color: transparent;
|
|
2265
|
+
}
|
|
2266
|
+
.md\:px-0 {
|
|
2267
|
+
padding-inline: 0px;
|
|
2268
|
+
}
|
|
2269
|
+
.md\:text-left {
|
|
2270
|
+
text-align: left;
|
|
2271
|
+
}
|
|
2272
|
+
.md\:text-2xl {
|
|
2273
|
+
font-size: var(--text-2xl);
|
|
2274
|
+
line-height: var(--tw-leading, var(--text-2xl--line-height));
|
|
2275
|
+
}
|
|
2276
|
+
.md\:text-base {
|
|
2277
|
+
font-size: var(--text-base);
|
|
2278
|
+
line-height: var(--tw-leading, var(--text-base--line-height));
|
|
2279
|
+
}
|
|
2280
|
+
.md\:text-sm {
|
|
2281
|
+
font-size: var(--text-sm);
|
|
2282
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
2283
|
+
}
|
|
2284
|
+
.md\:opacity-0 {
|
|
2285
|
+
opacity: 0%;
|
|
2286
|
+
}
|
|
2287
|
+
.md\:peer-data-\[variant\=inset\]\:m-2:is(:where(.peer)[data-variant="inset"] ~ *) {
|
|
2288
|
+
margin: calc(var(--spacing) * 2);
|
|
2289
|
+
}
|
|
2290
|
+
.md\:peer-data-\[variant\=inset\]\:ml-0:is(:where(.peer)[data-variant="inset"] ~ *) {
|
|
2291
|
+
margin-left: 0px;
|
|
2292
|
+
}
|
|
2293
|
+
.md\:peer-data-\[variant\=inset\]\:rounded-xl:is(:where(.peer)[data-variant="inset"] ~ *) {
|
|
2294
|
+
border-radius: calc(var(--radius) * 1.4);
|
|
2295
|
+
}
|
|
2296
|
+
.md\:peer-data-\[variant\=inset\]\:shadow-sm:is(:where(.peer)[data-variant="inset"] ~ *) {
|
|
2297
|
+
--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));
|
|
2298
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2299
|
+
}
|
|
2300
|
+
.md\:peer-data-\[variant\=inset\]\:peer-data-\[state\=collapsed\]\:ml-2:is(:where(.peer)[data-variant="inset"] ~ *):is(:where(.peer)[data-state="collapsed"] ~ *) {
|
|
2301
|
+
margin-left: calc(var(--spacing) * 2);
|
|
2302
|
+
}
|
|
2303
|
+
.md\:after\:hidden::after {
|
|
2304
|
+
content: var(--tw-content);
|
|
2305
|
+
display: none;
|
|
2306
|
+
}
|
|
2307
|
+
}
|
|
2308
|
+
.dark\:scale-0:is(.dark *) {
|
|
2309
|
+
--tw-scale-x: 0%;
|
|
2310
|
+
--tw-scale-y: 0%;
|
|
2311
|
+
--tw-scale-z: 0%;
|
|
2312
|
+
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
2313
|
+
}
|
|
2314
|
+
.dark\:scale-100:is(.dark *) {
|
|
2315
|
+
--tw-scale-x: 100%;
|
|
2316
|
+
--tw-scale-y: 100%;
|
|
2317
|
+
--tw-scale-z: 100%;
|
|
2318
|
+
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
2319
|
+
}
|
|
2320
|
+
.dark\:-rotate-90:is(.dark *) {
|
|
2321
|
+
rotate: calc(90deg * -1);
|
|
2322
|
+
}
|
|
2323
|
+
.dark\:rotate-0:is(.dark *) {
|
|
2324
|
+
rotate: 0deg;
|
|
2325
|
+
}
|
|
2326
|
+
.dark\:bg-destructive\/20:is(.dark *) {
|
|
2327
|
+
background-color: var(--destructive);
|
|
2328
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2329
|
+
background-color: color-mix(in oklab, var(--destructive) 20%, transparent);
|
|
2330
|
+
}
|
|
2331
|
+
}
|
|
2332
|
+
.dark\:bg-input\/30:is(.dark *) {
|
|
2333
|
+
background-color: var(--input);
|
|
2334
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2335
|
+
background-color: color-mix(in oklab, var(--input) 30%, transparent);
|
|
2336
|
+
}
|
|
2337
|
+
}
|
|
2338
|
+
.dark\:bg-primary:is(.dark *) {
|
|
2339
|
+
background-color: var(--primary);
|
|
2340
|
+
}
|
|
2341
|
+
.dark\:text-muted-foreground:is(.dark *) {
|
|
2342
|
+
color: var(--muted-foreground);
|
|
2343
|
+
}
|
|
2344
|
+
.dark\:ring-foreground\/10:is(.dark *) {
|
|
2345
|
+
--tw-ring-color: var(--foreground);
|
|
2346
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2347
|
+
--tw-ring-color: color-mix(in oklab, var(--foreground) 10%, transparent);
|
|
2348
|
+
}
|
|
2349
|
+
}
|
|
2350
|
+
.dark\:after\:mix-blend-lighten:is(.dark *)::after {
|
|
2351
|
+
content: var(--tw-content);
|
|
2352
|
+
mix-blend-mode: lighten;
|
|
2353
|
+
}
|
|
2354
|
+
@media (hover: hover) {
|
|
2355
|
+
.dark\:hover\:bg-destructive\/30:is(.dark *):hover {
|
|
2356
|
+
background-color: var(--destructive);
|
|
2357
|
+
}
|
|
2358
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2359
|
+
.dark\:hover\:bg-destructive\/30:is(.dark *):hover {
|
|
2360
|
+
background-color: color-mix(in oklab, var(--destructive) 30%, transparent);
|
|
2361
|
+
}
|
|
2362
|
+
}
|
|
2363
|
+
.dark\:hover\:bg-input\/50:is(.dark *):hover {
|
|
2364
|
+
background-color: var(--input);
|
|
2365
|
+
}
|
|
2366
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2367
|
+
.dark\:hover\:bg-input\/50:is(.dark *):hover {
|
|
2368
|
+
background-color: color-mix(in oklab, var(--input) 50%, transparent);
|
|
2369
|
+
}
|
|
2370
|
+
}
|
|
2371
|
+
.dark\:hover\:bg-muted\/50:is(.dark *):hover {
|
|
2372
|
+
background-color: var(--muted);
|
|
2373
|
+
}
|
|
2374
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2375
|
+
.dark\:hover\:bg-muted\/50:is(.dark *):hover {
|
|
2376
|
+
background-color: color-mix(in oklab, var(--muted) 50%, transparent);
|
|
2377
|
+
}
|
|
2378
|
+
}
|
|
2379
|
+
.dark\:hover\:text-foreground:is(.dark *):hover {
|
|
2380
|
+
color: var(--foreground);
|
|
2381
|
+
}
|
|
2382
|
+
}
|
|
2383
|
+
.dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible {
|
|
2384
|
+
--tw-ring-color: var(--destructive);
|
|
2385
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2386
|
+
--tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
|
|
2387
|
+
}
|
|
2388
|
+
}
|
|
2389
|
+
.dark\:aria-invalid\:border-destructive\/50:is(.dark *)[aria-invalid="true"] {
|
|
2390
|
+
border-color: var(--destructive);
|
|
2391
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2392
|
+
border-color: color-mix(in oklab, var(--destructive) 50%, transparent);
|
|
2393
|
+
}
|
|
2394
|
+
}
|
|
2395
|
+
.dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid="true"] {
|
|
2396
|
+
--tw-ring-color: var(--destructive);
|
|
2397
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2398
|
+
--tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
|
|
2399
|
+
}
|
|
2400
|
+
}
|
|
2401
|
+
.dark\:data-\[state\=active\]\:text-foreground:is(.dark *)[data-state="active"] {
|
|
2402
|
+
color: var(--foreground);
|
|
2403
|
+
}
|
|
2404
|
+
.dark\:data-\[variant\=destructive\]\:focus\:bg-destructive\/20:is(.dark *)[data-variant="destructive"]:focus {
|
|
2405
|
+
background-color: var(--destructive);
|
|
2406
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2407
|
+
background-color: color-mix(in oklab, var(--destructive) 20%, transparent);
|
|
2408
|
+
}
|
|
2409
|
+
}
|
|
2410
|
+
.data-open\:animate-in:where([data-state="open"]), .data-open\:animate-in:where([data-open]:not([data-open="false"])) {
|
|
2411
|
+
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);
|
|
2412
|
+
}
|
|
2413
|
+
.data-open\:bg-accent:where([data-state="open"]), .data-open\:bg-accent:where([data-open]:not([data-open="false"])) {
|
|
2414
|
+
background-color: var(--accent);
|
|
2415
|
+
}
|
|
2416
|
+
.data-open\:text-accent-foreground:where([data-state="open"]), .data-open\:text-accent-foreground:where([data-open]:not([data-open="false"])) {
|
|
2417
|
+
color: var(--accent-foreground);
|
|
2418
|
+
}
|
|
2419
|
+
.data-open\:opacity-100:where([data-state="open"]), .data-open\:opacity-100:where([data-open]:not([data-open="false"])) {
|
|
2420
|
+
opacity: 100%;
|
|
2421
|
+
}
|
|
2422
|
+
.data-open\:fade-in-0:where([data-state="open"]), .data-open\:fade-in-0:where([data-open]:not([data-open="false"])) {
|
|
2423
|
+
--tw-enter-opacity: calc(0/100);
|
|
2424
|
+
--tw-enter-opacity: 0;
|
|
2425
|
+
}
|
|
2426
|
+
.data-open\:zoom-in-95:where([data-state="open"]), .data-open\:zoom-in-95:where([data-open]:not([data-open="false"])) {
|
|
2427
|
+
--tw-enter-scale: calc(95*1%);
|
|
2428
|
+
--tw-enter-scale: .95;
|
|
2429
|
+
}
|
|
2430
|
+
@media (hover: hover) {
|
|
2431
|
+
:is(.data-open\:hover\:bg-sidebar-accent:where([data-state="open"]), .data-open\:hover\:bg-sidebar-accent:where([data-open]:not([data-open="false"]))):hover {
|
|
2432
|
+
background-color: var(--sidebar-accent);
|
|
2433
|
+
}
|
|
2434
|
+
:is(.data-open\:hover\:text-sidebar-accent-foreground:where([data-state="open"]), .data-open\:hover\:text-sidebar-accent-foreground:where([data-open]:not([data-open="false"]))):hover {
|
|
2435
|
+
color: var(--sidebar-accent-foreground);
|
|
2436
|
+
}
|
|
2437
|
+
}
|
|
2438
|
+
.data-\[side\=bottom\]\:data-open\:slide-in-from-bottom-10[data-side="bottom"]:where([data-state="open"]), .data-\[side\=bottom\]\:data-open\:slide-in-from-bottom-10[data-side="bottom"]:where([data-open]:not([data-open="false"])) {
|
|
2439
|
+
--tw-enter-translate-y: calc(10*var(--spacing));
|
|
2440
|
+
--tw-enter-translate-y: calc(.1*100%);
|
|
2441
|
+
}
|
|
2442
|
+
.data-\[side\=left\]\:data-open\:slide-in-from-left-10[data-side="left"]:where([data-state="open"]), .data-\[side\=left\]\:data-open\:slide-in-from-left-10[data-side="left"]:where([data-open]:not([data-open="false"])) {
|
|
2443
|
+
--tw-enter-translate-x: calc(10*var(--spacing)*-1);
|
|
2444
|
+
--tw-enter-translate-x: calc(.1*-100%);
|
|
2445
|
+
}
|
|
2446
|
+
.data-\[side\=right\]\:data-open\:slide-in-from-right-10[data-side="right"]:where([data-state="open"]), .data-\[side\=right\]\:data-open\:slide-in-from-right-10[data-side="right"]:where([data-open]:not([data-open="false"])) {
|
|
2447
|
+
--tw-enter-translate-x: calc(10*var(--spacing));
|
|
2448
|
+
--tw-enter-translate-x: calc(.1*100%);
|
|
2449
|
+
}
|
|
2450
|
+
.data-\[side\=top\]\:data-open\:slide-in-from-top-10[data-side="top"]:where([data-state="open"]), .data-\[side\=top\]\:data-open\:slide-in-from-top-10[data-side="top"]:where([data-open]:not([data-open="false"])) {
|
|
2451
|
+
--tw-enter-translate-y: calc(10*var(--spacing)*-1);
|
|
2452
|
+
--tw-enter-translate-y: calc(.1*-100%);
|
|
2453
|
+
}
|
|
2454
|
+
.data-closed\:animate-out:where([data-state="closed"]), .data-closed\:animate-out:where([data-closed]:not([data-closed="false"])) {
|
|
2455
|
+
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);
|
|
2456
|
+
}
|
|
2457
|
+
.data-closed\:overflow-hidden:where([data-state="closed"]), .data-closed\:overflow-hidden:where([data-closed]:not([data-closed="false"])) {
|
|
2458
|
+
overflow: hidden;
|
|
2459
|
+
}
|
|
2460
|
+
.data-closed\:fade-out-0:where([data-state="closed"]), .data-closed\:fade-out-0:where([data-closed]:not([data-closed="false"])) {
|
|
2461
|
+
--tw-exit-opacity: calc(0/100);
|
|
2462
|
+
--tw-exit-opacity: 0;
|
|
2463
|
+
}
|
|
2464
|
+
.data-closed\:zoom-out-95:where([data-state="closed"]), .data-closed\:zoom-out-95:where([data-closed]:not([data-closed="false"])) {
|
|
2465
|
+
--tw-exit-scale: calc(95*1%);
|
|
2466
|
+
--tw-exit-scale: .95;
|
|
2467
|
+
}
|
|
2468
|
+
.data-\[side\=bottom\]\:data-closed\:slide-out-to-bottom-10[data-side="bottom"]:where([data-state="closed"]), .data-\[side\=bottom\]\:data-closed\:slide-out-to-bottom-10[data-side="bottom"]:where([data-closed]:not([data-closed="false"])) {
|
|
2469
|
+
--tw-exit-translate-y: calc(10*var(--spacing));
|
|
2470
|
+
--tw-exit-translate-y: calc(.1*100%);
|
|
2471
|
+
}
|
|
2472
|
+
.data-\[side\=left\]\:data-closed\:slide-out-to-left-10[data-side="left"]:where([data-state="closed"]), .data-\[side\=left\]\:data-closed\:slide-out-to-left-10[data-side="left"]:where([data-closed]:not([data-closed="false"])) {
|
|
2473
|
+
--tw-exit-translate-x: calc(10*var(--spacing)*-1);
|
|
2474
|
+
--tw-exit-translate-x: calc(.1*-100%);
|
|
2475
|
+
}
|
|
2476
|
+
.data-\[side\=right\]\:data-closed\:slide-out-to-right-10[data-side="right"]:where([data-state="closed"]), .data-\[side\=right\]\:data-closed\:slide-out-to-right-10[data-side="right"]:where([data-closed]:not([data-closed="false"])) {
|
|
2477
|
+
--tw-exit-translate-x: calc(10*var(--spacing));
|
|
2478
|
+
--tw-exit-translate-x: calc(.1*100%);
|
|
2479
|
+
}
|
|
2480
|
+
.data-\[side\=top\]\:data-closed\:slide-out-to-top-10[data-side="top"]:where([data-state="closed"]), .data-\[side\=top\]\:data-closed\:slide-out-to-top-10[data-side="top"]:where([data-closed]:not([data-closed="false"])) {
|
|
2481
|
+
--tw-exit-translate-y: calc(10*var(--spacing)*-1);
|
|
2482
|
+
--tw-exit-translate-y: calc(.1*-100%);
|
|
2483
|
+
}
|
|
2484
|
+
.data-checked\:border-primary:where([data-state="checked"]), .data-checked\:border-primary:where([data-checked]:not([data-checked="false"])) {
|
|
2485
|
+
border-color: var(--primary);
|
|
2486
|
+
}
|
|
2487
|
+
.data-checked\:bg-primary:where([data-state="checked"]), .data-checked\:bg-primary:where([data-checked]:not([data-checked="false"])) {
|
|
2488
|
+
background-color: var(--primary);
|
|
2489
|
+
}
|
|
2490
|
+
.data-checked\:text-primary-foreground:where([data-state="checked"]), .data-checked\:text-primary-foreground:where([data-checked]:not([data-checked="false"])) {
|
|
2491
|
+
color: var(--primary-foreground);
|
|
2492
|
+
}
|
|
2493
|
+
.dark\:data-checked\:bg-primary:is(.dark *):where([data-state="checked"]), .dark\:data-checked\:bg-primary:is(.dark *):where([data-checked]:not([data-checked="false"])) {
|
|
2494
|
+
background-color: var(--primary);
|
|
2495
|
+
}
|
|
2496
|
+
.data-disabled\:pointer-events-none:where([data-disabled="true"]), .data-disabled\:pointer-events-none:where([data-disabled]:not([data-disabled="false"])) {
|
|
2497
|
+
pointer-events: none;
|
|
2498
|
+
}
|
|
2499
|
+
.data-disabled\:opacity-50:where([data-disabled="true"]), .data-disabled\:opacity-50:where([data-disabled]:not([data-disabled="false"])) {
|
|
2500
|
+
opacity: 50%;
|
|
2501
|
+
}
|
|
2502
|
+
.data-active\:bg-background:where([data-state="active"]), .data-active\:bg-background:where([data-active]:not([data-active="false"])) {
|
|
2503
|
+
background-color: var(--background);
|
|
2504
|
+
}
|
|
2505
|
+
.data-active\:bg-sidebar-accent:where([data-state="active"]), .data-active\:bg-sidebar-accent:where([data-active]:not([data-active="false"])) {
|
|
2506
|
+
background-color: var(--sidebar-accent);
|
|
2507
|
+
}
|
|
2508
|
+
.data-active\:font-medium:where([data-state="active"]), .data-active\:font-medium:where([data-active]:not([data-active="false"])) {
|
|
2509
|
+
--tw-font-weight: var(--font-weight-medium);
|
|
2510
|
+
font-weight: var(--font-weight-medium);
|
|
2511
|
+
}
|
|
2512
|
+
.data-active\:text-foreground:where([data-state="active"]), .data-active\:text-foreground:where([data-active]:not([data-active="false"])) {
|
|
2513
|
+
color: var(--foreground);
|
|
2514
|
+
}
|
|
2515
|
+
.data-active\:text-sidebar-accent-foreground:where([data-state="active"]), .data-active\:text-sidebar-accent-foreground:where([data-active]:not([data-active="false"])) {
|
|
2516
|
+
color: var(--sidebar-accent-foreground);
|
|
2517
|
+
}
|
|
2518
|
+
.group-data-\[variant\=line\]\/tabs-list\:data-active\:bg-transparent:is(:where(.group\/tabs-list)[data-variant="line"] *):where([data-state="active"]), .group-data-\[variant\=line\]\/tabs-list\:data-active\:bg-transparent:is(:where(.group\/tabs-list)[data-variant="line"] *):where([data-active]:not([data-active="false"])) {
|
|
2519
|
+
background-color: transparent;
|
|
2520
|
+
}
|
|
2521
|
+
:is(.group-data-\[variant\=line\]\/tabs-list\:data-active\:after\:opacity-100:is(:where(.group\/tabs-list)[data-variant="line"] *):where([data-state="active"]), .group-data-\[variant\=line\]\/tabs-list\:data-active\:after\:opacity-100:is(:where(.group\/tabs-list)[data-variant="line"] *):where([data-active]:not([data-active="false"])))::after {
|
|
2522
|
+
content: var(--tw-content);
|
|
2523
|
+
opacity: 100%;
|
|
2524
|
+
}
|
|
2525
|
+
.dark\:data-active\:border-input:is(.dark *):where([data-state="active"]), .dark\:data-active\:border-input:is(.dark *):where([data-active]:not([data-active="false"])) {
|
|
2526
|
+
border-color: var(--input);
|
|
2527
|
+
}
|
|
2528
|
+
.dark\:data-active\:bg-input\/30:is(.dark *):where([data-state="active"]), .dark\:data-active\:bg-input\/30:is(.dark *):where([data-active]:not([data-active="false"])) {
|
|
2529
|
+
background-color: var(--input);
|
|
2530
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2531
|
+
background-color: color-mix(in oklab, var(--input) 30%, transparent);
|
|
2532
|
+
}
|
|
2533
|
+
}
|
|
2534
|
+
.dark\:data-active\:text-foreground:is(.dark *):where([data-state="active"]), .dark\:data-active\:text-foreground:is(.dark *):where([data-active]:not([data-active="false"])) {
|
|
2535
|
+
color: var(--foreground);
|
|
2536
|
+
}
|
|
2537
|
+
.dark\:group-data-\[variant\=line\]\/tabs-list\:data-active\:border-transparent:is(.dark *):is(:where(.group\/tabs-list)[data-variant="line"] *):where([data-state="active"]), .dark\:group-data-\[variant\=line\]\/tabs-list\:data-active\:border-transparent:is(.dark *):is(:where(.group\/tabs-list)[data-variant="line"] *):where([data-active]:not([data-active="false"])) {
|
|
2538
|
+
border-color: transparent;
|
|
2539
|
+
}
|
|
2540
|
+
.dark\:group-data-\[variant\=line\]\/tabs-list\:data-active\:bg-transparent:is(.dark *):is(:where(.group\/tabs-list)[data-variant="line"] *):where([data-state="active"]), .dark\:group-data-\[variant\=line\]\/tabs-list\:data-active\:bg-transparent:is(.dark *):is(:where(.group\/tabs-list)[data-variant="line"] *):where([data-active]:not([data-active="false"])) {
|
|
2541
|
+
background-color: transparent;
|
|
2542
|
+
}
|
|
2543
|
+
.\[\&_\.lc-area-path\]\:opacity-100 .lc-area-path {
|
|
2544
|
+
opacity: 100%;
|
|
2545
|
+
}
|
|
2546
|
+
.\[\&_\.lc-axis-tick\]\:stroke-0 .lc-axis-tick {
|
|
2547
|
+
stroke-width: 0;
|
|
2548
|
+
}
|
|
2549
|
+
.\[\&_\.lc-axis-tick-label\]\:fill-muted-foreground .lc-axis-tick-label {
|
|
2550
|
+
fill: var(--muted-foreground);
|
|
2551
|
+
}
|
|
2552
|
+
.\[\&_\.lc-axis-tick-label\]\:font-normal .lc-axis-tick-label {
|
|
2553
|
+
--tw-font-weight: var(--font-weight-normal);
|
|
2554
|
+
font-weight: var(--font-weight-normal);
|
|
2555
|
+
}
|
|
2556
|
+
.\[\&_\.lc-grid-x-radial-circle\]\:stroke-border .lc-grid-x-radial-circle {
|
|
2557
|
+
stroke: var(--border);
|
|
2558
|
+
}
|
|
2559
|
+
.\[\&_\.lc-grid-x-radial-line\]\:stroke-border .lc-grid-x-radial-line {
|
|
2560
|
+
stroke: var(--border);
|
|
2561
|
+
}
|
|
2562
|
+
.\[\&_\.lc-grid-y-radial-circle\]\:stroke-border .lc-grid-y-radial-circle {
|
|
2563
|
+
stroke: var(--border);
|
|
2564
|
+
}
|
|
2565
|
+
.\[\&_\.lc-grid-y-radial-line\]\:stroke-border .lc-grid-y-radial-line {
|
|
2566
|
+
stroke: var(--border);
|
|
2567
|
+
}
|
|
2568
|
+
.\[\&_\.lc-highlight-line\]\:stroke-0 .lc-highlight-line {
|
|
2569
|
+
stroke-width: 0;
|
|
2570
|
+
}
|
|
2571
|
+
.\[\&_\.lc-highlight-line\]\:opacity-100 .lc-highlight-line {
|
|
2572
|
+
opacity: 100%;
|
|
2573
|
+
}
|
|
2574
|
+
.\[\&_\.lc-highlight-point\]\:stroke-transparent .lc-highlight-point {
|
|
2575
|
+
stroke: transparent;
|
|
2576
|
+
}
|
|
2577
|
+
.\[\&_\.lc-highlight-point\]\:opacity-100 .lc-highlight-point {
|
|
2578
|
+
opacity: 100%;
|
|
2579
|
+
}
|
|
2580
|
+
.\[\&_\.lc-labels-text\:not\(\[fill\]\)\]\:fill-foreground .lc-labels-text:not([fill]) {
|
|
2581
|
+
fill: var(--foreground);
|
|
2582
|
+
}
|
|
2583
|
+
.\[\&_\.lc-layout-svg-g\]\:fill-transparent .lc-layout-svg-g {
|
|
2584
|
+
fill: transparent;
|
|
2585
|
+
}
|
|
2586
|
+
.\[\&_\.lc-legend-swatch\]\:size-2\.5 .lc-legend-swatch {
|
|
2587
|
+
width: calc(var(--spacing) * 2.5);
|
|
2588
|
+
height: calc(var(--spacing) * 2.5);
|
|
2589
|
+
}
|
|
2590
|
+
.\[\&_\.lc-legend-swatch\]\:rounded-\[2px\] .lc-legend-swatch {
|
|
2591
|
+
border-radius: 2px;
|
|
2592
|
+
}
|
|
2593
|
+
.\[\&_\.lc-legend-swatch-button\]\:items-center .lc-legend-swatch-button {
|
|
2594
|
+
align-items: center;
|
|
2595
|
+
}
|
|
2596
|
+
.\[\&_\.lc-legend-swatch-button\]\:gap-1\.5 .lc-legend-swatch-button {
|
|
2597
|
+
gap: calc(var(--spacing) * 1.5);
|
|
2598
|
+
}
|
|
2599
|
+
.\[\&_\.lc-legend-swatch-group\]\:items-center .lc-legend-swatch-group {
|
|
2600
|
+
align-items: center;
|
|
2601
|
+
}
|
|
2602
|
+
.\[\&_\.lc-legend-swatch-group\]\:gap-4 .lc-legend-swatch-group {
|
|
2603
|
+
gap: calc(var(--spacing) * 4);
|
|
2604
|
+
}
|
|
2605
|
+
.\[\&_\.lc-line\]\:stroke-border\/50 .lc-line {
|
|
2606
|
+
stroke: var(--border);
|
|
2607
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2608
|
+
stroke: color-mix(in oklab, var(--border) 50%, transparent);
|
|
2609
|
+
}
|
|
2610
|
+
}
|
|
2611
|
+
.\[\&_\.lc-root-container\]\:w-full .lc-root-container {
|
|
2612
|
+
width: 100%;
|
|
2613
|
+
}
|
|
2614
|
+
.\[\&_\.lc-rule-x-line\:not\(\.lc-grid-x-rule\)\]\:stroke-0 .lc-rule-x-line:not(.lc-grid-x-rule) {
|
|
2615
|
+
stroke-width: 0;
|
|
2616
|
+
}
|
|
2617
|
+
.\[\&_\.lc-rule-y-line\:not\(\.lc-grid-y-rule\)\]\:stroke-0 .lc-rule-y-line:not(.lc-grid-y-rule) {
|
|
2618
|
+
stroke-width: 0;
|
|
2619
|
+
}
|
|
2620
|
+
.\[\&_\.lc-spline-path\]\:opacity-100 .lc-spline-path {
|
|
2621
|
+
opacity: 100%;
|
|
2622
|
+
}
|
|
2623
|
+
.\[\&_\.lc-text\]\:text-xs .lc-text {
|
|
2624
|
+
font-size: var(--text-xs);
|
|
2625
|
+
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
2626
|
+
}
|
|
2627
|
+
.\[\&_\.lc-text-svg\]\:overflow-visible .lc-text-svg {
|
|
2628
|
+
overflow: visible;
|
|
2629
|
+
}
|
|
2630
|
+
.\[\&_\.lc-tooltip-rects-g\]\:fill-transparent .lc-tooltip-rects-g {
|
|
2631
|
+
fill: transparent;
|
|
2632
|
+
}
|
|
2633
|
+
.\[\&_svg\]\:pointer-events-none svg {
|
|
2634
|
+
pointer-events: none;
|
|
2635
|
+
}
|
|
2636
|
+
.\[\&_svg\]\:size-4 svg {
|
|
2637
|
+
width: calc(var(--spacing) * 4);
|
|
2638
|
+
height: calc(var(--spacing) * 4);
|
|
2639
|
+
}
|
|
2640
|
+
.\[\&_svg\]\:shrink-0 svg {
|
|
2641
|
+
flex-shrink: 0;
|
|
2642
|
+
}
|
|
2643
|
+
.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3 svg:not([class*='size-']) {
|
|
2644
|
+
width: calc(var(--spacing) * 3);
|
|
2645
|
+
height: calc(var(--spacing) * 3);
|
|
2646
|
+
}
|
|
2647
|
+
.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*='size-']) {
|
|
2648
|
+
width: calc(var(--spacing) * 4);
|
|
2649
|
+
height: calc(var(--spacing) * 4);
|
|
2650
|
+
}
|
|
2651
|
+
.\[\&_svg\:not\(\[data-loading-icon\]\)\]\:hidden svg:not([data-loading-icon]) {
|
|
2652
|
+
display: none;
|
|
2653
|
+
}
|
|
2654
|
+
.\[\&_text\]\:stroke-transparent text {
|
|
2655
|
+
stroke: transparent;
|
|
2656
|
+
}
|
|
2657
|
+
.\[\&_tr\]\:border-b tr {
|
|
2658
|
+
border-bottom-style: var(--tw-border-style);
|
|
2659
|
+
border-bottom-width: 1px;
|
|
2660
|
+
}
|
|
2661
|
+
.\[\&_tr\:last-child\]\:border-0 tr:last-child {
|
|
2662
|
+
border-style: var(--tw-border-style);
|
|
2663
|
+
border-width: 0px;
|
|
2664
|
+
}
|
|
2665
|
+
.\[\&\:has\(\[role\=checkbox\]\)\]\:ps-3:has([role=checkbox]) {
|
|
2666
|
+
padding-inline-start: calc(var(--spacing) * 3);
|
|
2667
|
+
}
|
|
2668
|
+
.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]) {
|
|
2669
|
+
padding-right: 0px;
|
|
2670
|
+
}
|
|
2671
|
+
@media (hover: hover) {
|
|
2672
|
+
.\[a\]\:hover\:bg-destructive\/20:is(a):hover {
|
|
2673
|
+
background-color: var(--destructive);
|
|
2674
|
+
}
|
|
2675
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2676
|
+
.\[a\]\:hover\:bg-destructive\/20:is(a):hover {
|
|
2677
|
+
background-color: color-mix(in oklab, var(--destructive) 20%, transparent);
|
|
2678
|
+
}
|
|
2679
|
+
}
|
|
2680
|
+
.\[a\]\:hover\:bg-muted:is(a):hover {
|
|
2681
|
+
background-color: var(--muted);
|
|
2682
|
+
}
|
|
2683
|
+
.\[a\]\:hover\:bg-primary\/80:is(a):hover {
|
|
2684
|
+
background-color: var(--primary);
|
|
2685
|
+
}
|
|
2686
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2687
|
+
.\[a\]\:hover\:bg-primary\/80:is(a):hover {
|
|
2688
|
+
background-color: color-mix(in oklab, var(--primary) 80%, transparent);
|
|
2689
|
+
}
|
|
2690
|
+
}
|
|
2691
|
+
.\[a\]\:hover\:bg-secondary\/80:is(a):hover {
|
|
2692
|
+
background-color: var(--secondary);
|
|
2693
|
+
}
|
|
2694
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2695
|
+
.\[a\]\:hover\:bg-secondary\/80:is(a):hover {
|
|
2696
|
+
background-color: color-mix(in oklab, var(--secondary) 80%, transparent);
|
|
2697
|
+
}
|
|
2698
|
+
}
|
|
2699
|
+
.\[a\]\:hover\:text-muted-foreground:is(a):hover {
|
|
2700
|
+
color: var(--muted-foreground);
|
|
2701
|
+
}
|
|
2702
|
+
}
|
|
2703
|
+
:is(.\*\:\[span\]\:last\:flex > *):is(span):last-child {
|
|
2704
|
+
display: flex;
|
|
2705
|
+
}
|
|
2706
|
+
:is(.\*\:\[span\]\:last\:items-center > *):is(span):last-child {
|
|
2707
|
+
align-items: center;
|
|
2708
|
+
}
|
|
2709
|
+
:is(.\*\:\[span\]\:last\:gap-2 > *):is(span):last-child {
|
|
2710
|
+
gap: calc(var(--spacing) * 2);
|
|
2711
|
+
}
|
|
2712
|
+
:is(.data-\[variant\=destructive\]\:\*\:\[svg\]\:text-destructive[data-variant="destructive"] > *):is(svg) {
|
|
2713
|
+
color: var(--destructive);
|
|
2714
|
+
}
|
|
2715
|
+
.\[\&\>button\]\:hidden > button {
|
|
2716
|
+
display: none;
|
|
2717
|
+
}
|
|
2718
|
+
.\[\&\>span\:last-child\]\:truncate > span:last-child {
|
|
2719
|
+
overflow: hidden;
|
|
2720
|
+
text-overflow: ellipsis;
|
|
2721
|
+
white-space: nowrap;
|
|
2722
|
+
}
|
|
2723
|
+
.\[\&\>svg\]\:pointer-events-none > svg {
|
|
2724
|
+
pointer-events: none;
|
|
2725
|
+
}
|
|
2726
|
+
.\[\&\>svg\]\:size-2\.5 > svg {
|
|
2727
|
+
width: calc(var(--spacing) * 2.5);
|
|
2728
|
+
height: calc(var(--spacing) * 2.5);
|
|
2729
|
+
}
|
|
2730
|
+
.\[\&\>svg\]\:size-3\! > svg {
|
|
2731
|
+
width: calc(var(--spacing) * 3) !important;
|
|
2732
|
+
height: calc(var(--spacing) * 3) !important;
|
|
2733
|
+
}
|
|
2734
|
+
.\[\&\>svg\]\:size-3\.5 > svg {
|
|
2735
|
+
width: calc(var(--spacing) * 3.5);
|
|
2736
|
+
height: calc(var(--spacing) * 3.5);
|
|
2737
|
+
}
|
|
2738
|
+
.\[\&\>svg\]\:size-4 > svg {
|
|
2739
|
+
width: calc(var(--spacing) * 4);
|
|
2740
|
+
height: calc(var(--spacing) * 4);
|
|
2741
|
+
}
|
|
2742
|
+
.\[\&\>svg\]\:shrink-0 > svg {
|
|
2743
|
+
flex-shrink: 0;
|
|
2744
|
+
}
|
|
2745
|
+
.\[\&\>svg\]\:text-muted-foreground > svg {
|
|
2746
|
+
color: var(--muted-foreground);
|
|
2747
|
+
}
|
|
2748
|
+
.\[\&\>svg\]\:text-sidebar-accent-foreground > svg {
|
|
2749
|
+
color: var(--sidebar-accent-foreground);
|
|
2750
|
+
}
|
|
2751
|
+
.group-has-data-\[size\=lg\]\/avatar-group\:\[\&\>svg\]\:size-5:is(:where(.group\/avatar-group):has([data-size="lg"]) *) > svg {
|
|
2752
|
+
width: calc(var(--spacing) * 5);
|
|
2753
|
+
height: calc(var(--spacing) * 5);
|
|
2754
|
+
}
|
|
2755
|
+
.group-has-data-\[size\=sm\]\/avatar-group\:\[\&\>svg\]\:size-3:is(:where(.group\/avatar-group):has([data-size="sm"]) *) > svg {
|
|
2756
|
+
width: calc(var(--spacing) * 3);
|
|
2757
|
+
height: calc(var(--spacing) * 3);
|
|
2758
|
+
}
|
|
2759
|
+
.group-data-\[size\=default\]\/avatar\:\[\&\>svg\]\:size-2:is(:where(.group\/avatar)[data-size="default"] *) > svg {
|
|
2760
|
+
width: calc(var(--spacing) * 2);
|
|
2761
|
+
height: calc(var(--spacing) * 2);
|
|
2762
|
+
}
|
|
2763
|
+
.group-data-\[size\=lg\]\/avatar\:\[\&\>svg\]\:size-2:is(:where(.group\/avatar)[data-size="lg"] *) > svg {
|
|
2764
|
+
width: calc(var(--spacing) * 2);
|
|
2765
|
+
height: calc(var(--spacing) * 2);
|
|
2766
|
+
}
|
|
2767
|
+
.group-data-\[size\=sm\]\/avatar\:\[\&\>svg\]\:hidden:is(:where(.group\/avatar)[data-size="sm"] *) > svg {
|
|
2768
|
+
display: none;
|
|
2769
|
+
}
|
|
2770
|
+
.\[\&\>tr\]\:last\:border-b-0 > tr:last-child {
|
|
2771
|
+
border-bottom-style: var(--tw-border-style);
|
|
2772
|
+
border-bottom-width: 0px;
|
|
2773
|
+
}
|
|
2774
|
+
[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2 {
|
|
2775
|
+
right: calc(var(--spacing) * -2);
|
|
2776
|
+
}
|
|
2777
|
+
[data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize {
|
|
2778
|
+
cursor: e-resize;
|
|
2779
|
+
}
|
|
2780
|
+
[data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2 {
|
|
2781
|
+
left: calc(var(--spacing) * -2);
|
|
2782
|
+
}
|
|
2783
|
+
[data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize {
|
|
2784
|
+
cursor: w-resize;
|
|
2785
|
+
}
|
|
2786
|
+
}
|
|
2787
|
+
@property --tw-animation-delay {
|
|
2788
|
+
syntax: "*";
|
|
2789
|
+
inherits: false;
|
|
2790
|
+
initial-value: 0s;
|
|
2791
|
+
}
|
|
2792
|
+
@property --tw-animation-direction {
|
|
2793
|
+
syntax: "*";
|
|
2794
|
+
inherits: false;
|
|
2795
|
+
initial-value: normal;
|
|
2796
|
+
}
|
|
2797
|
+
@property --tw-animation-duration {
|
|
2798
|
+
syntax: "*";
|
|
2799
|
+
inherits: false;
|
|
2800
|
+
}
|
|
2801
|
+
@property --tw-animation-fill-mode {
|
|
2802
|
+
syntax: "*";
|
|
2803
|
+
inherits: false;
|
|
2804
|
+
initial-value: none;
|
|
2805
|
+
}
|
|
2806
|
+
@property --tw-animation-iteration-count {
|
|
2807
|
+
syntax: "*";
|
|
2808
|
+
inherits: false;
|
|
2809
|
+
initial-value: 1;
|
|
2810
|
+
}
|
|
2811
|
+
@property --tw-enter-blur {
|
|
2812
|
+
syntax: "*";
|
|
2813
|
+
inherits: false;
|
|
2814
|
+
initial-value: 0;
|
|
2815
|
+
}
|
|
2816
|
+
@property --tw-enter-opacity {
|
|
2817
|
+
syntax: "*";
|
|
2818
|
+
inherits: false;
|
|
2819
|
+
initial-value: 1;
|
|
2820
|
+
}
|
|
2821
|
+
@property --tw-enter-rotate {
|
|
2822
|
+
syntax: "*";
|
|
2823
|
+
inherits: false;
|
|
2824
|
+
initial-value: 0;
|
|
2825
|
+
}
|
|
2826
|
+
@property --tw-enter-scale {
|
|
2827
|
+
syntax: "*";
|
|
2828
|
+
inherits: false;
|
|
2829
|
+
initial-value: 1;
|
|
2830
|
+
}
|
|
2831
|
+
@property --tw-enter-translate-x {
|
|
2832
|
+
syntax: "*";
|
|
2833
|
+
inherits: false;
|
|
2834
|
+
initial-value: 0;
|
|
2835
|
+
}
|
|
2836
|
+
@property --tw-enter-translate-y {
|
|
2837
|
+
syntax: "*";
|
|
2838
|
+
inherits: false;
|
|
2839
|
+
initial-value: 0;
|
|
2840
|
+
}
|
|
2841
|
+
@property --tw-exit-blur {
|
|
2842
|
+
syntax: "*";
|
|
2843
|
+
inherits: false;
|
|
2844
|
+
initial-value: 0;
|
|
2845
|
+
}
|
|
2846
|
+
@property --tw-exit-opacity {
|
|
2847
|
+
syntax: "*";
|
|
2848
|
+
inherits: false;
|
|
2849
|
+
initial-value: 1;
|
|
2850
|
+
}
|
|
2851
|
+
@property --tw-exit-rotate {
|
|
2852
|
+
syntax: "*";
|
|
2853
|
+
inherits: false;
|
|
2854
|
+
initial-value: 0;
|
|
2855
|
+
}
|
|
2856
|
+
@property --tw-exit-scale {
|
|
2857
|
+
syntax: "*";
|
|
2858
|
+
inherits: false;
|
|
2859
|
+
initial-value: 1;
|
|
2860
|
+
}
|
|
2861
|
+
@property --tw-exit-translate-x {
|
|
2862
|
+
syntax: "*";
|
|
2863
|
+
inherits: false;
|
|
2864
|
+
initial-value: 0;
|
|
2865
|
+
}
|
|
2866
|
+
@property --tw-exit-translate-y {
|
|
2867
|
+
syntax: "*";
|
|
2868
|
+
inherits: false;
|
|
2869
|
+
initial-value: 0;
|
|
2870
|
+
}
|
|
2871
|
+
@font-face {
|
|
2872
|
+
font-family: 'Figtree Variable';
|
|
2873
|
+
font-style: normal;
|
|
2874
|
+
font-display: swap;
|
|
2875
|
+
font-weight: 300 900;
|
|
2876
|
+
src: url(./files/figtree-latin-ext-wght-normal.woff2) format('woff2-variations');
|
|
2877
|
+
unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
|
|
2878
|
+
}
|
|
2879
|
+
@font-face {
|
|
2880
|
+
font-family: 'Figtree Variable';
|
|
2881
|
+
font-style: normal;
|
|
2882
|
+
font-display: swap;
|
|
2883
|
+
font-weight: 300 900;
|
|
2884
|
+
src: url(./files/figtree-latin-wght-normal.woff2) format('woff2-variations');
|
|
2885
|
+
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
|
|
2886
|
+
}
|
|
2887
|
+
@layer {
|
|
2888
|
+
.bg-gradient-left {
|
|
2889
|
+
--tw-gradient-position: to right;
|
|
2890
|
+
@supports (background-image: linear-gradient(in lab, red, red)) {
|
|
2891
|
+
--tw-gradient-position: to right in oklab;
|
|
2892
|
+
}
|
|
2893
|
+
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
2894
|
+
--tw-gradient-from: #0077b6;
|
|
2895
|
+
--tw-gradient-via: #219ebc;
|
|
2896
|
+
--tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
|
|
2897
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops);
|
|
2898
|
+
--tw-gradient-to: #219ebc;
|
|
2899
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
2900
|
+
&:is(.dark *) {
|
|
2901
|
+
--tw-gradient-from: #06344d;
|
|
2902
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
2903
|
+
}
|
|
2904
|
+
&:is(.dark *) {
|
|
2905
|
+
--tw-gradient-via: #023845;
|
|
2906
|
+
--tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
|
|
2907
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops);
|
|
2908
|
+
}
|
|
2909
|
+
&:is(.dark *) {
|
|
2910
|
+
--tw-gradient-to: #074656;
|
|
2911
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
2912
|
+
}
|
|
2913
|
+
}
|
|
2914
|
+
@media (width < 48rem) {
|
|
2915
|
+
.bg-gradient-right {
|
|
2916
|
+
--tw-gradient-position: to right;
|
|
2917
|
+
}
|
|
2918
|
+
@supports (background-image: linear-gradient(in lab, red, red)) {
|
|
2919
|
+
.bg-gradient-right {
|
|
2920
|
+
--tw-gradient-position: to right in oklab;
|
|
2921
|
+
}
|
|
2922
|
+
}
|
|
2923
|
+
.bg-gradient-right {
|
|
2924
|
+
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
2925
|
+
--tw-gradient-from: #0077b6;
|
|
2926
|
+
--tw-gradient-via: #219ebc;
|
|
2927
|
+
--tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
|
|
2928
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops);
|
|
2929
|
+
--tw-gradient-to: #219ebc;
|
|
2930
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
2931
|
+
}
|
|
2932
|
+
.bg-gradient-right:is(.dark *) {
|
|
2933
|
+
--tw-gradient-from: #06344d;
|
|
2934
|
+
--tw-gradient-via: #023845;
|
|
2935
|
+
--tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
|
|
2936
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops);
|
|
2937
|
+
--tw-gradient-to: #074656;
|
|
2938
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
2939
|
+
}
|
|
2940
|
+
}
|
|
2941
|
+
}
|
|
2942
|
+
:root {
|
|
2943
|
+
--background: oklch(1 0 0);
|
|
2944
|
+
--foreground: oklch(31.22% 0.0185 225.266);
|
|
2945
|
+
--card: oklch(1 0 0);
|
|
2946
|
+
--card-foreground: oklch(0.148 0.004 228.8);
|
|
2947
|
+
--popover: oklch(1 0 0);
|
|
2948
|
+
--popover-foreground: oklch(0.148 0.004 228.8);
|
|
2949
|
+
--primary: #00bbf9;
|
|
2950
|
+
--primary-foreground: oklch(0.97 0.014 254.604);
|
|
2951
|
+
--secondary: oklch(0.967 0.001 286.375);
|
|
2952
|
+
--secondary-foreground: oklch(0.21 0.006 285.885);
|
|
2953
|
+
--muted: oklch(0.963 0.002 197.1);
|
|
2954
|
+
--muted-foreground: oklch(0.56 0.021 213.5);
|
|
2955
|
+
--accent: oklch(0.963 0.002 197.1);
|
|
2956
|
+
--accent-foreground: #3a6ea5;
|
|
2957
|
+
--destructive: #ff0054;
|
|
2958
|
+
--border: oklch(0.925 0.005 214.3);
|
|
2959
|
+
--input: oklch(0.925 0.005 214.3);
|
|
2960
|
+
--ring: oklch(0.723 0.014 214.4);
|
|
2961
|
+
--chart-1: #3a6ea5;
|
|
2962
|
+
--chart-2: #2ec4b6;
|
|
2963
|
+
--chart-3: #ff6700;
|
|
2964
|
+
--chart-4: #3a86ff;
|
|
2965
|
+
--chart-5: #ffbd00;
|
|
2966
|
+
--radius: 0.62rem;
|
|
2967
|
+
--sidebar: oklch(0.987 0.002 197.1);
|
|
2968
|
+
--sidebar-foreground: oklch(0.148 0.004 228.8);
|
|
2969
|
+
--sidebar-primary: #bde0fe;
|
|
2970
|
+
--sidebar-primary-foreground: oklch(0.97 0.014 254.604);
|
|
2971
|
+
--sidebar-accent: oklch(0.963 0.002 197.1);
|
|
2972
|
+
--sidebar-accent-foreground: oklch(0.218 0.008 223.9);
|
|
2973
|
+
--sidebar-border: oklch(0.925 0.005 214.3);
|
|
2974
|
+
--sidebar-ring: oklch(0.723 0.014 214.4);
|
|
2975
|
+
}
|
|
2976
|
+
.dark {
|
|
2977
|
+
--background: oklch(0.148 0.004 228.8);
|
|
2978
|
+
--foreground: oklch(0.987 0.002 197.1);
|
|
2979
|
+
--card: oklch(0.218 0.008 223.9);
|
|
2980
|
+
--card-foreground: oklch(0.987 0.002 197.1);
|
|
2981
|
+
--popover: oklch(0.218 0.008 223.9);
|
|
2982
|
+
--popover-foreground: oklch(0.987 0.002 197.1);
|
|
2983
|
+
--primary: oklch(0.424 0.199 265.638);
|
|
2984
|
+
--primary-foreground: oklch(0.97 0.014 254.604);
|
|
2985
|
+
--secondary: oklch(0.274 0.006 286.033);
|
|
2986
|
+
--secondary-foreground: oklch(0.985 0 0);
|
|
2987
|
+
--muted: oklch(0.275 0.011 216.9);
|
|
2988
|
+
--muted-foreground: oklch(0.723 0.014 214.4);
|
|
2989
|
+
--accent: oklch(0.275 0.011 216.9);
|
|
2990
|
+
--accent-foreground: oklch(0.987 0.002 197.1);
|
|
2991
|
+
--destructive: oklch(0.704 0.191 22.216);
|
|
2992
|
+
--border: oklch(1 0 0 / 10%);
|
|
2993
|
+
--input: oklch(1 0 0 / 15%);
|
|
2994
|
+
--ring: oklch(0.56 0.021 213.5);
|
|
2995
|
+
--chart-1: oklch(0.872 0.007 219.6);
|
|
2996
|
+
--chart-2: oklch(0.56 0.021 213.5);
|
|
2997
|
+
--chart-3: oklch(0.45 0.017 213.2);
|
|
2998
|
+
--chart-4: oklch(0.378 0.015 216);
|
|
2999
|
+
--chart-5: oklch(0.275 0.011 216.9);
|
|
3000
|
+
--sidebar: oklch(0.218 0.008 223.9);
|
|
3001
|
+
--sidebar-foreground: oklch(0.987 0.002 197.1);
|
|
3002
|
+
--sidebar-primary: oklch(0.623 0.214 259.815);
|
|
3003
|
+
--sidebar-primary-foreground: oklch(0.97 0.014 254.604);
|
|
3004
|
+
--sidebar-accent: oklch(0.275 0.011 216.9);
|
|
3005
|
+
--sidebar-accent-foreground: oklch(0.987 0.002 197.1);
|
|
3006
|
+
--sidebar-border: oklch(1 0 0 / 10%);
|
|
3007
|
+
--sidebar-ring: oklch(0.56 0.021 213.5);
|
|
3008
|
+
}
|
|
3009
|
+
@layer base {
|
|
3010
|
+
* {
|
|
3011
|
+
border-color: var(--border);
|
|
3012
|
+
outline-color: var(--ring);
|
|
3013
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3014
|
+
outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
|
|
3015
|
+
}
|
|
3016
|
+
}
|
|
3017
|
+
body {
|
|
3018
|
+
background-color: var(--background);
|
|
3019
|
+
color: var(--foreground);
|
|
3020
|
+
}
|
|
3021
|
+
html {
|
|
3022
|
+
font-family: "Figtree Variable", sans-serif;
|
|
3023
|
+
}
|
|
3024
|
+
input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
|
|
3025
|
+
appearance: none;
|
|
3026
|
+
background-color: #fff;
|
|
3027
|
+
border-color: oklch(55.1% 0.027 264.364);
|
|
3028
|
+
border-width: 1px;
|
|
3029
|
+
border-radius: 0px;
|
|
3030
|
+
padding-top: 0.5rem;
|
|
3031
|
+
padding-right: 0.75rem;
|
|
3032
|
+
padding-bottom: 0.5rem;
|
|
3033
|
+
padding-left: 0.75rem;
|
|
3034
|
+
font-size: 1rem;
|
|
3035
|
+
line-height: 1.5rem;
|
|
3036
|
+
--tw-shadow: 0 0 #0000;
|
|
3037
|
+
&:focus {
|
|
3038
|
+
outline: 2px solid transparent;
|
|
3039
|
+
outline-offset: 2px;
|
|
3040
|
+
--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
|
|
3041
|
+
--tw-ring-offset-width: 0px;
|
|
3042
|
+
--tw-ring-offset-color: #fff;
|
|
3043
|
+
--tw-ring-color: oklch(54.6% 0.245 262.881);
|
|
3044
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
3045
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
3046
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3047
|
+
border-color: oklch(54.6% 0.245 262.881);
|
|
3048
|
+
}
|
|
3049
|
+
}
|
|
3050
|
+
input::placeholder,textarea::placeholder {
|
|
3051
|
+
color: oklch(55.1% 0.027 264.364);
|
|
3052
|
+
opacity: 1;
|
|
3053
|
+
}
|
|
3054
|
+
::-webkit-datetime-edit-fields-wrapper {
|
|
3055
|
+
padding: 0;
|
|
3056
|
+
}
|
|
3057
|
+
::-webkit-date-and-time-value {
|
|
3058
|
+
min-height: 1.5em;
|
|
3059
|
+
text-align: inherit;
|
|
3060
|
+
}
|
|
3061
|
+
::-webkit-datetime-edit {
|
|
3062
|
+
display: inline-flex;
|
|
3063
|
+
}
|
|
3064
|
+
::-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 {
|
|
3065
|
+
padding-top: 0;
|
|
3066
|
+
padding-bottom: 0;
|
|
3067
|
+
}
|
|
3068
|
+
select {
|
|
3069
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
|
|
3070
|
+
background-position: right 0.5rem center;
|
|
3071
|
+
background-repeat: no-repeat;
|
|
3072
|
+
background-size: 1.5em 1.5em;
|
|
3073
|
+
padding-right: 2.5rem;
|
|
3074
|
+
print-color-adjust: exact;
|
|
3075
|
+
}
|
|
3076
|
+
select:where([multiple]),select:where([size]:not([size="1"])) {
|
|
3077
|
+
background-image: initial;
|
|
3078
|
+
background-position: initial;
|
|
3079
|
+
background-repeat: unset;
|
|
3080
|
+
background-size: initial;
|
|
3081
|
+
padding-right: 0.75rem;
|
|
3082
|
+
print-color-adjust: unset;
|
|
3083
|
+
}
|
|
3084
|
+
input:where([type='checkbox']),input:where([type='radio']) {
|
|
3085
|
+
appearance: none;
|
|
3086
|
+
padding: 0;
|
|
3087
|
+
print-color-adjust: exact;
|
|
3088
|
+
display: inline-block;
|
|
3089
|
+
vertical-align: middle;
|
|
3090
|
+
background-origin: border-box;
|
|
3091
|
+
user-select: none;
|
|
3092
|
+
flex-shrink: 0;
|
|
3093
|
+
height: 1rem;
|
|
3094
|
+
width: 1rem;
|
|
3095
|
+
color: oklch(54.6% 0.245 262.881);
|
|
3096
|
+
background-color: #fff;
|
|
3097
|
+
border-color: oklch(55.1% 0.027 264.364);
|
|
3098
|
+
border-width: 1px;
|
|
3099
|
+
--tw-shadow: 0 0 #0000;
|
|
3100
|
+
}
|
|
3101
|
+
input:where([type='checkbox']) {
|
|
3102
|
+
border-radius: 0px;
|
|
3103
|
+
}
|
|
3104
|
+
input:where([type='radio']) {
|
|
3105
|
+
border-radius: 100%;
|
|
3106
|
+
}
|
|
3107
|
+
input:where([type='checkbox']):focus,input:where([type='radio']):focus {
|
|
3108
|
+
outline: 2px solid transparent;
|
|
3109
|
+
outline-offset: 2px;
|
|
3110
|
+
--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
|
|
3111
|
+
--tw-ring-offset-width: 2px;
|
|
3112
|
+
--tw-ring-offset-color: #fff;
|
|
3113
|
+
--tw-ring-color: oklch(54.6% 0.245 262.881);
|
|
3114
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
3115
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
3116
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3117
|
+
}
|
|
3118
|
+
input:where([type='checkbox']):checked,input:where([type='radio']):checked {
|
|
3119
|
+
border-color: transparent;
|
|
3120
|
+
background-color: currentColor;
|
|
3121
|
+
background-size: 100% 100%;
|
|
3122
|
+
background-position: center;
|
|
3123
|
+
background-repeat: no-repeat;
|
|
3124
|
+
}
|
|
3125
|
+
input:where([type='checkbox']):checked {
|
|
3126
|
+
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
|
|
3127
|
+
@media (forced-colors: active) {
|
|
3128
|
+
appearance: auto;
|
|
3129
|
+
}
|
|
3130
|
+
}
|
|
3131
|
+
input:where([type='radio']):checked {
|
|
3132
|
+
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
|
|
3133
|
+
@media (forced-colors: active) {
|
|
3134
|
+
appearance: auto;
|
|
3135
|
+
}
|
|
3136
|
+
}
|
|
3137
|
+
input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
|
|
3138
|
+
border-color: transparent;
|
|
3139
|
+
background-color: currentColor;
|
|
3140
|
+
}
|
|
3141
|
+
input:where([type='checkbox']):indeterminate {
|
|
3142
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
|
|
3143
|
+
border-color: transparent;
|
|
3144
|
+
background-color: currentColor;
|
|
3145
|
+
background-size: 100% 100%;
|
|
3146
|
+
background-position: center;
|
|
3147
|
+
background-repeat: no-repeat;
|
|
3148
|
+
@media (forced-colors: active) {
|
|
3149
|
+
appearance: auto;
|
|
3150
|
+
}
|
|
3151
|
+
}
|
|
3152
|
+
input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
|
|
3153
|
+
border-color: transparent;
|
|
3154
|
+
background-color: currentColor;
|
|
3155
|
+
}
|
|
3156
|
+
input:where([type='file']) {
|
|
3157
|
+
background: unset;
|
|
3158
|
+
border-color: inherit;
|
|
3159
|
+
border-width: 0;
|
|
3160
|
+
border-radius: 0;
|
|
3161
|
+
padding: 0;
|
|
3162
|
+
font-size: unset;
|
|
3163
|
+
line-height: inherit;
|
|
3164
|
+
}
|
|
3165
|
+
input:where([type='file']):focus {
|
|
3166
|
+
outline: 1px solid ButtonText;
|
|
3167
|
+
outline: 1px auto -webkit-focus-ring-color;
|
|
3168
|
+
}
|
|
3169
|
+
}
|
|
3170
|
+
@property --tw-translate-x {
|
|
3171
|
+
syntax: "*";
|
|
3172
|
+
inherits: false;
|
|
3173
|
+
initial-value: 0;
|
|
3174
|
+
}
|
|
3175
|
+
@property --tw-translate-y {
|
|
3176
|
+
syntax: "*";
|
|
3177
|
+
inherits: false;
|
|
3178
|
+
initial-value: 0;
|
|
3179
|
+
}
|
|
3180
|
+
@property --tw-translate-z {
|
|
3181
|
+
syntax: "*";
|
|
3182
|
+
inherits: false;
|
|
3183
|
+
initial-value: 0;
|
|
3184
|
+
}
|
|
3185
|
+
@property --tw-scale-x {
|
|
3186
|
+
syntax: "*";
|
|
3187
|
+
inherits: false;
|
|
3188
|
+
initial-value: 1;
|
|
3189
|
+
}
|
|
3190
|
+
@property --tw-scale-y {
|
|
3191
|
+
syntax: "*";
|
|
3192
|
+
inherits: false;
|
|
3193
|
+
initial-value: 1;
|
|
3194
|
+
}
|
|
3195
|
+
@property --tw-scale-z {
|
|
3196
|
+
syntax: "*";
|
|
3197
|
+
inherits: false;
|
|
3198
|
+
initial-value: 1;
|
|
3199
|
+
}
|
|
3200
|
+
@property --tw-space-y-reverse {
|
|
3201
|
+
syntax: "*";
|
|
3202
|
+
inherits: false;
|
|
3203
|
+
initial-value: 0;
|
|
3204
|
+
}
|
|
3205
|
+
@property --tw-space-x-reverse {
|
|
3206
|
+
syntax: "*";
|
|
3207
|
+
inherits: false;
|
|
3208
|
+
initial-value: 0;
|
|
3209
|
+
}
|
|
3210
|
+
@property --tw-border-style {
|
|
3211
|
+
syntax: "*";
|
|
3212
|
+
inherits: false;
|
|
3213
|
+
initial-value: solid;
|
|
3214
|
+
}
|
|
3215
|
+
@property --tw-leading {
|
|
3216
|
+
syntax: "*";
|
|
3217
|
+
inherits: false;
|
|
3218
|
+
}
|
|
3219
|
+
@property --tw-font-weight {
|
|
3220
|
+
syntax: "*";
|
|
3221
|
+
inherits: false;
|
|
3222
|
+
}
|
|
3223
|
+
@property --tw-tracking {
|
|
3224
|
+
syntax: "*";
|
|
3225
|
+
inherits: false;
|
|
3226
|
+
}
|
|
3227
|
+
@property --tw-ordinal {
|
|
3228
|
+
syntax: "*";
|
|
3229
|
+
inherits: false;
|
|
3230
|
+
}
|
|
3231
|
+
@property --tw-slashed-zero {
|
|
3232
|
+
syntax: "*";
|
|
3233
|
+
inherits: false;
|
|
3234
|
+
}
|
|
3235
|
+
@property --tw-numeric-figure {
|
|
3236
|
+
syntax: "*";
|
|
3237
|
+
inherits: false;
|
|
3238
|
+
}
|
|
3239
|
+
@property --tw-numeric-spacing {
|
|
3240
|
+
syntax: "*";
|
|
3241
|
+
inherits: false;
|
|
3242
|
+
}
|
|
3243
|
+
@property --tw-numeric-fraction {
|
|
3244
|
+
syntax: "*";
|
|
3245
|
+
inherits: false;
|
|
3246
|
+
}
|
|
3247
|
+
@property --tw-shadow {
|
|
3248
|
+
syntax: "*";
|
|
3249
|
+
inherits: false;
|
|
3250
|
+
initial-value: 0 0 #0000;
|
|
3251
|
+
}
|
|
3252
|
+
@property --tw-shadow-color {
|
|
3253
|
+
syntax: "*";
|
|
3254
|
+
inherits: false;
|
|
3255
|
+
}
|
|
3256
|
+
@property --tw-shadow-alpha {
|
|
3257
|
+
syntax: "<percentage>";
|
|
3258
|
+
inherits: false;
|
|
3259
|
+
initial-value: 100%;
|
|
3260
|
+
}
|
|
3261
|
+
@property --tw-inset-shadow {
|
|
3262
|
+
syntax: "*";
|
|
3263
|
+
inherits: false;
|
|
3264
|
+
initial-value: 0 0 #0000;
|
|
3265
|
+
}
|
|
3266
|
+
@property --tw-inset-shadow-color {
|
|
3267
|
+
syntax: "*";
|
|
3268
|
+
inherits: false;
|
|
3269
|
+
}
|
|
3270
|
+
@property --tw-inset-shadow-alpha {
|
|
3271
|
+
syntax: "<percentage>";
|
|
3272
|
+
inherits: false;
|
|
3273
|
+
initial-value: 100%;
|
|
3274
|
+
}
|
|
3275
|
+
@property --tw-ring-color {
|
|
3276
|
+
syntax: "*";
|
|
3277
|
+
inherits: false;
|
|
3278
|
+
}
|
|
3279
|
+
@property --tw-ring-shadow {
|
|
3280
|
+
syntax: "*";
|
|
3281
|
+
inherits: false;
|
|
3282
|
+
initial-value: 0 0 #0000;
|
|
3283
|
+
}
|
|
3284
|
+
@property --tw-inset-ring-color {
|
|
3285
|
+
syntax: "*";
|
|
3286
|
+
inherits: false;
|
|
3287
|
+
}
|
|
3288
|
+
@property --tw-inset-ring-shadow {
|
|
3289
|
+
syntax: "*";
|
|
3290
|
+
inherits: false;
|
|
3291
|
+
initial-value: 0 0 #0000;
|
|
3292
|
+
}
|
|
3293
|
+
@property --tw-ring-inset {
|
|
3294
|
+
syntax: "*";
|
|
3295
|
+
inherits: false;
|
|
3296
|
+
}
|
|
3297
|
+
@property --tw-ring-offset-width {
|
|
3298
|
+
syntax: "<length>";
|
|
3299
|
+
inherits: false;
|
|
3300
|
+
initial-value: 0px;
|
|
3301
|
+
}
|
|
3302
|
+
@property --tw-ring-offset-color {
|
|
3303
|
+
syntax: "*";
|
|
3304
|
+
inherits: false;
|
|
3305
|
+
initial-value: #fff;
|
|
3306
|
+
}
|
|
3307
|
+
@property --tw-ring-offset-shadow {
|
|
3308
|
+
syntax: "*";
|
|
3309
|
+
inherits: false;
|
|
3310
|
+
initial-value: 0 0 #0000;
|
|
3311
|
+
}
|
|
3312
|
+
@property --tw-outline-style {
|
|
3313
|
+
syntax: "*";
|
|
3314
|
+
inherits: false;
|
|
3315
|
+
initial-value: solid;
|
|
3316
|
+
}
|
|
3317
|
+
@property --tw-duration {
|
|
3318
|
+
syntax: "*";
|
|
3319
|
+
inherits: false;
|
|
3320
|
+
}
|
|
3321
|
+
@property --tw-ease {
|
|
3322
|
+
syntax: "*";
|
|
3323
|
+
inherits: false;
|
|
3324
|
+
}
|
|
3325
|
+
@property --tw-content {
|
|
3326
|
+
syntax: "*";
|
|
3327
|
+
initial-value: "";
|
|
3328
|
+
inherits: false;
|
|
3329
|
+
}
|
|
3330
|
+
@property --tw-backdrop-blur {
|
|
3331
|
+
syntax: "*";
|
|
3332
|
+
inherits: false;
|
|
3333
|
+
}
|
|
3334
|
+
@property --tw-backdrop-brightness {
|
|
3335
|
+
syntax: "*";
|
|
3336
|
+
inherits: false;
|
|
3337
|
+
}
|
|
3338
|
+
@property --tw-backdrop-contrast {
|
|
3339
|
+
syntax: "*";
|
|
3340
|
+
inherits: false;
|
|
3341
|
+
}
|
|
3342
|
+
@property --tw-backdrop-grayscale {
|
|
3343
|
+
syntax: "*";
|
|
3344
|
+
inherits: false;
|
|
3345
|
+
}
|
|
3346
|
+
@property --tw-backdrop-hue-rotate {
|
|
3347
|
+
syntax: "*";
|
|
3348
|
+
inherits: false;
|
|
3349
|
+
}
|
|
3350
|
+
@property --tw-backdrop-invert {
|
|
3351
|
+
syntax: "*";
|
|
3352
|
+
inherits: false;
|
|
3353
|
+
}
|
|
3354
|
+
@property --tw-backdrop-opacity {
|
|
3355
|
+
syntax: "*";
|
|
3356
|
+
inherits: false;
|
|
3357
|
+
}
|
|
3358
|
+
@property --tw-backdrop-saturate {
|
|
3359
|
+
syntax: "*";
|
|
3360
|
+
inherits: false;
|
|
3361
|
+
}
|
|
3362
|
+
@property --tw-backdrop-sepia {
|
|
3363
|
+
syntax: "*";
|
|
3364
|
+
inherits: false;
|
|
3365
|
+
}
|
|
3366
|
+
@property --tw-gradient-position {
|
|
3367
|
+
syntax: "*";
|
|
3368
|
+
inherits: false;
|
|
3369
|
+
}
|
|
3370
|
+
@property --tw-gradient-from {
|
|
3371
|
+
syntax: "<color>";
|
|
3372
|
+
inherits: false;
|
|
3373
|
+
initial-value: #0000;
|
|
3374
|
+
}
|
|
3375
|
+
@property --tw-gradient-via {
|
|
3376
|
+
syntax: "<color>";
|
|
3377
|
+
inherits: false;
|
|
3378
|
+
initial-value: #0000;
|
|
3379
|
+
}
|
|
3380
|
+
@property --tw-gradient-to {
|
|
3381
|
+
syntax: "<color>";
|
|
3382
|
+
inherits: false;
|
|
3383
|
+
initial-value: #0000;
|
|
3384
|
+
}
|
|
3385
|
+
@property --tw-gradient-stops {
|
|
3386
|
+
syntax: "*";
|
|
3387
|
+
inherits: false;
|
|
3388
|
+
}
|
|
3389
|
+
@property --tw-gradient-via-stops {
|
|
3390
|
+
syntax: "*";
|
|
3391
|
+
inherits: false;
|
|
3392
|
+
}
|
|
3393
|
+
@property --tw-gradient-from-position {
|
|
3394
|
+
syntax: "<length-percentage>";
|
|
3395
|
+
inherits: false;
|
|
3396
|
+
initial-value: 0%;
|
|
3397
|
+
}
|
|
3398
|
+
@property --tw-gradient-via-position {
|
|
3399
|
+
syntax: "<length-percentage>";
|
|
3400
|
+
inherits: false;
|
|
3401
|
+
initial-value: 50%;
|
|
3402
|
+
}
|
|
3403
|
+
@property --tw-gradient-to-position {
|
|
3404
|
+
syntax: "<length-percentage>";
|
|
3405
|
+
inherits: false;
|
|
3406
|
+
initial-value: 100%;
|
|
3407
|
+
}
|
|
3408
|
+
@keyframes spin {
|
|
3409
|
+
to {
|
|
3410
|
+
transform: rotate(360deg);
|
|
3411
|
+
}
|
|
3412
|
+
}
|
|
3413
|
+
@keyframes pulse {
|
|
3414
|
+
50% {
|
|
3415
|
+
opacity: 0.5;
|
|
3416
|
+
}
|
|
3417
|
+
}
|
|
3418
|
+
@keyframes enter {
|
|
3419
|
+
from {
|
|
3420
|
+
opacity: var(--tw-enter-opacity,1);
|
|
3421
|
+
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));
|
|
3422
|
+
filter: blur(var(--tw-enter-blur,0));
|
|
3423
|
+
}
|
|
3424
|
+
}
|
|
3425
|
+
@keyframes exit {
|
|
3426
|
+
to {
|
|
3427
|
+
opacity: var(--tw-exit-opacity,1);
|
|
3428
|
+
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));
|
|
3429
|
+
filter: blur(var(--tw-exit-blur,0));
|
|
3430
|
+
}
|
|
3431
|
+
}
|
|
3432
|
+
@layer properties {
|
|
3433
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
3434
|
+
*, ::before, ::after, ::backdrop {
|
|
3435
|
+
--tw-translate-x: 0;
|
|
3436
|
+
--tw-translate-y: 0;
|
|
3437
|
+
--tw-translate-z: 0;
|
|
3438
|
+
--tw-scale-x: 1;
|
|
3439
|
+
--tw-scale-y: 1;
|
|
3440
|
+
--tw-scale-z: 1;
|
|
3441
|
+
--tw-space-y-reverse: 0;
|
|
3442
|
+
--tw-space-x-reverse: 0;
|
|
3443
|
+
--tw-border-style: solid;
|
|
3444
|
+
--tw-leading: initial;
|
|
3445
|
+
--tw-font-weight: initial;
|
|
3446
|
+
--tw-tracking: initial;
|
|
3447
|
+
--tw-ordinal: initial;
|
|
3448
|
+
--tw-slashed-zero: initial;
|
|
3449
|
+
--tw-numeric-figure: initial;
|
|
3450
|
+
--tw-numeric-spacing: initial;
|
|
3451
|
+
--tw-numeric-fraction: initial;
|
|
3452
|
+
--tw-shadow: 0 0 #0000;
|
|
3453
|
+
--tw-shadow-color: initial;
|
|
3454
|
+
--tw-shadow-alpha: 100%;
|
|
3455
|
+
--tw-inset-shadow: 0 0 #0000;
|
|
3456
|
+
--tw-inset-shadow-color: initial;
|
|
3457
|
+
--tw-inset-shadow-alpha: 100%;
|
|
3458
|
+
--tw-ring-color: initial;
|
|
3459
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
3460
|
+
--tw-inset-ring-color: initial;
|
|
3461
|
+
--tw-inset-ring-shadow: 0 0 #0000;
|
|
3462
|
+
--tw-ring-inset: initial;
|
|
3463
|
+
--tw-ring-offset-width: 0px;
|
|
3464
|
+
--tw-ring-offset-color: #fff;
|
|
3465
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
3466
|
+
--tw-outline-style: solid;
|
|
3467
|
+
--tw-duration: initial;
|
|
3468
|
+
--tw-ease: initial;
|
|
3469
|
+
--tw-content: "";
|
|
3470
|
+
--tw-backdrop-blur: initial;
|
|
3471
|
+
--tw-backdrop-brightness: initial;
|
|
3472
|
+
--tw-backdrop-contrast: initial;
|
|
3473
|
+
--tw-backdrop-grayscale: initial;
|
|
3474
|
+
--tw-backdrop-hue-rotate: initial;
|
|
3475
|
+
--tw-backdrop-invert: initial;
|
|
3476
|
+
--tw-backdrop-opacity: initial;
|
|
3477
|
+
--tw-backdrop-saturate: initial;
|
|
3478
|
+
--tw-backdrop-sepia: initial;
|
|
3479
|
+
--tw-animation-delay: 0s;
|
|
3480
|
+
--tw-animation-direction: normal;
|
|
3481
|
+
--tw-animation-duration: initial;
|
|
3482
|
+
--tw-animation-fill-mode: none;
|
|
3483
|
+
--tw-animation-iteration-count: 1;
|
|
3484
|
+
--tw-enter-blur: 0;
|
|
3485
|
+
--tw-enter-opacity: 1;
|
|
3486
|
+
--tw-enter-rotate: 0;
|
|
3487
|
+
--tw-enter-scale: 1;
|
|
3488
|
+
--tw-enter-translate-x: 0;
|
|
3489
|
+
--tw-enter-translate-y: 0;
|
|
3490
|
+
--tw-exit-blur: 0;
|
|
3491
|
+
--tw-exit-opacity: 1;
|
|
3492
|
+
--tw-exit-rotate: 0;
|
|
3493
|
+
--tw-exit-scale: 1;
|
|
3494
|
+
--tw-exit-translate-x: 0;
|
|
3495
|
+
--tw-exit-translate-y: 0;
|
|
3496
|
+
--tw-gradient-position: initial;
|
|
3497
|
+
--tw-gradient-from: #0000;
|
|
3498
|
+
--tw-gradient-via: #0000;
|
|
3499
|
+
--tw-gradient-to: #0000;
|
|
3500
|
+
--tw-gradient-stops: initial;
|
|
3501
|
+
--tw-gradient-via-stops: initial;
|
|
3502
|
+
--tw-gradient-from-position: 0%;
|
|
3503
|
+
--tw-gradient-via-position: 50%;
|
|
3504
|
+
--tw-gradient-to-position: 100%;
|
|
3505
|
+
}
|
|
3506
|
+
}
|
|
3507
|
+
}
|