test-ahaan-v2-4 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1122 -0
- package/dist/index.css.map +1 -0
- package/dist/index.d.ts +18 -0
- package/dist/index.js +856 -0
- package/dist/index.js.map +1 -0
- package/package.json +50 -0
package/dist/index.css
ADDED
@@ -0,0 +1,1122 @@
|
|
1
|
+
/* src/index.css */
|
2
|
+
*,
|
3
|
+
::before,
|
4
|
+
::after {
|
5
|
+
box-sizing: border-box;
|
6
|
+
border-width: 0;
|
7
|
+
border-style: solid;
|
8
|
+
border-color: #e5e7eb;
|
9
|
+
}
|
10
|
+
::before,
|
11
|
+
::after {
|
12
|
+
--tw-content: "";
|
13
|
+
}
|
14
|
+
html {
|
15
|
+
line-height: 1.5;
|
16
|
+
-webkit-text-size-adjust: 100%;
|
17
|
+
-moz-tab-size: 4;
|
18
|
+
-o-tab-size: 4;
|
19
|
+
tab-size: 4;
|
20
|
+
font-family:
|
21
|
+
ui-sans-serif,
|
22
|
+
system-ui,
|
23
|
+
-apple-system,
|
24
|
+
BlinkMacSystemFont,
|
25
|
+
"Segoe UI",
|
26
|
+
Roboto,
|
27
|
+
"Helvetica Neue",
|
28
|
+
Arial,
|
29
|
+
"Noto Sans",
|
30
|
+
sans-serif,
|
31
|
+
"Apple Color Emoji",
|
32
|
+
"Segoe UI Emoji",
|
33
|
+
"Segoe UI Symbol",
|
34
|
+
"Noto Color Emoji";
|
35
|
+
font-feature-settings: normal;
|
36
|
+
font-variation-settings: normal;
|
37
|
+
}
|
38
|
+
body {
|
39
|
+
margin: 0;
|
40
|
+
line-height: inherit;
|
41
|
+
}
|
42
|
+
hr {
|
43
|
+
height: 0;
|
44
|
+
color: inherit;
|
45
|
+
border-top-width: 1px;
|
46
|
+
}
|
47
|
+
abbr:where([title]) {
|
48
|
+
-webkit-text-decoration: underline dotted;
|
49
|
+
text-decoration: underline dotted;
|
50
|
+
}
|
51
|
+
h1,
|
52
|
+
h2,
|
53
|
+
h3,
|
54
|
+
h4,
|
55
|
+
h5,
|
56
|
+
h6 {
|
57
|
+
font-size: inherit;
|
58
|
+
font-weight: inherit;
|
59
|
+
}
|
60
|
+
a {
|
61
|
+
color: inherit;
|
62
|
+
text-decoration: inherit;
|
63
|
+
}
|
64
|
+
b,
|
65
|
+
strong {
|
66
|
+
font-weight: bolder;
|
67
|
+
}
|
68
|
+
code,
|
69
|
+
kbd,
|
70
|
+
samp,
|
71
|
+
pre {
|
72
|
+
font-family:
|
73
|
+
ui-monospace,
|
74
|
+
SFMono-Regular,
|
75
|
+
Menlo,
|
76
|
+
Monaco,
|
77
|
+
Consolas,
|
78
|
+
"Liberation Mono",
|
79
|
+
"Courier New",
|
80
|
+
monospace;
|
81
|
+
font-size: 1em;
|
82
|
+
}
|
83
|
+
small {
|
84
|
+
font-size: 80%;
|
85
|
+
}
|
86
|
+
sub,
|
87
|
+
sup {
|
88
|
+
font-size: 75%;
|
89
|
+
line-height: 0;
|
90
|
+
position: relative;
|
91
|
+
vertical-align: baseline;
|
92
|
+
}
|
93
|
+
sub {
|
94
|
+
bottom: -0.25em;
|
95
|
+
}
|
96
|
+
sup {
|
97
|
+
top: -0.5em;
|
98
|
+
}
|
99
|
+
table {
|
100
|
+
text-indent: 0;
|
101
|
+
border-color: inherit;
|
102
|
+
border-collapse: collapse;
|
103
|
+
}
|
104
|
+
button,
|
105
|
+
input,
|
106
|
+
optgroup,
|
107
|
+
select,
|
108
|
+
textarea {
|
109
|
+
font-family: inherit;
|
110
|
+
font-feature-settings: inherit;
|
111
|
+
font-variation-settings: inherit;
|
112
|
+
font-size: 100%;
|
113
|
+
font-weight: inherit;
|
114
|
+
line-height: inherit;
|
115
|
+
color: inherit;
|
116
|
+
margin: 0;
|
117
|
+
padding: 0;
|
118
|
+
}
|
119
|
+
button,
|
120
|
+
select {
|
121
|
+
text-transform: none;
|
122
|
+
}
|
123
|
+
button,
|
124
|
+
[type=button],
|
125
|
+
[type=reset],
|
126
|
+
[type=submit] {
|
127
|
+
-webkit-appearance: button;
|
128
|
+
background-color: transparent;
|
129
|
+
background-image: none;
|
130
|
+
}
|
131
|
+
:-moz-focusring {
|
132
|
+
outline: auto;
|
133
|
+
}
|
134
|
+
:-moz-ui-invalid {
|
135
|
+
box-shadow: none;
|
136
|
+
}
|
137
|
+
progress {
|
138
|
+
vertical-align: baseline;
|
139
|
+
}
|
140
|
+
::-webkit-inner-spin-button,
|
141
|
+
::-webkit-outer-spin-button {
|
142
|
+
height: auto;
|
143
|
+
}
|
144
|
+
[type=search] {
|
145
|
+
-webkit-appearance: textfield;
|
146
|
+
outline-offset: -2px;
|
147
|
+
}
|
148
|
+
::-webkit-search-decoration {
|
149
|
+
-webkit-appearance: none;
|
150
|
+
}
|
151
|
+
::-webkit-file-upload-button {
|
152
|
+
-webkit-appearance: button;
|
153
|
+
font: inherit;
|
154
|
+
}
|
155
|
+
summary {
|
156
|
+
display: list-item;
|
157
|
+
}
|
158
|
+
blockquote,
|
159
|
+
dl,
|
160
|
+
dd,
|
161
|
+
h1,
|
162
|
+
h2,
|
163
|
+
h3,
|
164
|
+
h4,
|
165
|
+
h5,
|
166
|
+
h6,
|
167
|
+
hr,
|
168
|
+
figure,
|
169
|
+
p,
|
170
|
+
pre {
|
171
|
+
margin: 0;
|
172
|
+
}
|
173
|
+
fieldset {
|
174
|
+
margin: 0;
|
175
|
+
padding: 0;
|
176
|
+
}
|
177
|
+
legend {
|
178
|
+
padding: 0;
|
179
|
+
}
|
180
|
+
ol,
|
181
|
+
ul,
|
182
|
+
menu {
|
183
|
+
list-style: none;
|
184
|
+
margin: 0;
|
185
|
+
padding: 0;
|
186
|
+
}
|
187
|
+
dialog {
|
188
|
+
padding: 0;
|
189
|
+
}
|
190
|
+
textarea {
|
191
|
+
resize: vertical;
|
192
|
+
}
|
193
|
+
input::-moz-placeholder,
|
194
|
+
textarea::-moz-placeholder {
|
195
|
+
opacity: 1;
|
196
|
+
color: #9ca3af;
|
197
|
+
}
|
198
|
+
input::placeholder,
|
199
|
+
textarea::placeholder {
|
200
|
+
opacity: 1;
|
201
|
+
color: #9ca3af;
|
202
|
+
}
|
203
|
+
button,
|
204
|
+
[role=button] {
|
205
|
+
cursor: pointer;
|
206
|
+
}
|
207
|
+
:disabled {
|
208
|
+
cursor: default;
|
209
|
+
}
|
210
|
+
img,
|
211
|
+
svg,
|
212
|
+
video,
|
213
|
+
canvas,
|
214
|
+
audio,
|
215
|
+
iframe,
|
216
|
+
embed,
|
217
|
+
object {
|
218
|
+
display: block;
|
219
|
+
vertical-align: middle;
|
220
|
+
}
|
221
|
+
img,
|
222
|
+
video {
|
223
|
+
max-width: 100%;
|
224
|
+
height: auto;
|
225
|
+
}
|
226
|
+
[hidden] {
|
227
|
+
display: none;
|
228
|
+
}
|
229
|
+
* {
|
230
|
+
scrollbar-color: initial;
|
231
|
+
scrollbar-width: initial;
|
232
|
+
}
|
233
|
+
*,
|
234
|
+
::before,
|
235
|
+
::after {
|
236
|
+
--tw-border-spacing-x: 0;
|
237
|
+
--tw-border-spacing-y: 0;
|
238
|
+
--tw-translate-x: 0;
|
239
|
+
--tw-translate-y: 0;
|
240
|
+
--tw-rotate: 0;
|
241
|
+
--tw-skew-x: 0;
|
242
|
+
--tw-skew-y: 0;
|
243
|
+
--tw-scale-x: 1;
|
244
|
+
--tw-scale-y: 1;
|
245
|
+
--tw-pan-x: ;
|
246
|
+
--tw-pan-y: ;
|
247
|
+
--tw-pinch-zoom: ;
|
248
|
+
--tw-scroll-snap-strictness: proximity;
|
249
|
+
--tw-gradient-from-position: ;
|
250
|
+
--tw-gradient-via-position: ;
|
251
|
+
--tw-gradient-to-position: ;
|
252
|
+
--tw-ordinal: ;
|
253
|
+
--tw-slashed-zero: ;
|
254
|
+
--tw-numeric-figure: ;
|
255
|
+
--tw-numeric-spacing: ;
|
256
|
+
--tw-numeric-fraction: ;
|
257
|
+
--tw-ring-inset: ;
|
258
|
+
--tw-ring-offset-width: 0px;
|
259
|
+
--tw-ring-offset-color: #fff;
|
260
|
+
--tw-ring-color: rgb(59 130 246 / 0.5);
|
261
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
262
|
+
--tw-ring-shadow: 0 0 #0000;
|
263
|
+
--tw-shadow: 0 0 #0000;
|
264
|
+
--tw-shadow-colored: 0 0 #0000;
|
265
|
+
--tw-blur: ;
|
266
|
+
--tw-brightness: ;
|
267
|
+
--tw-contrast: ;
|
268
|
+
--tw-grayscale: ;
|
269
|
+
--tw-hue-rotate: ;
|
270
|
+
--tw-invert: ;
|
271
|
+
--tw-saturate: ;
|
272
|
+
--tw-sepia: ;
|
273
|
+
--tw-drop-shadow: ;
|
274
|
+
--tw-backdrop-blur: ;
|
275
|
+
--tw-backdrop-brightness: ;
|
276
|
+
--tw-backdrop-contrast: ;
|
277
|
+
--tw-backdrop-grayscale: ;
|
278
|
+
--tw-backdrop-hue-rotate: ;
|
279
|
+
--tw-backdrop-invert: ;
|
280
|
+
--tw-backdrop-opacity: ;
|
281
|
+
--tw-backdrop-saturate: ;
|
282
|
+
--tw-backdrop-sepia: ;
|
283
|
+
}
|
284
|
+
::backdrop {
|
285
|
+
--tw-border-spacing-x: 0;
|
286
|
+
--tw-border-spacing-y: 0;
|
287
|
+
--tw-translate-x: 0;
|
288
|
+
--tw-translate-y: 0;
|
289
|
+
--tw-rotate: 0;
|
290
|
+
--tw-skew-x: 0;
|
291
|
+
--tw-skew-y: 0;
|
292
|
+
--tw-scale-x: 1;
|
293
|
+
--tw-scale-y: 1;
|
294
|
+
--tw-pan-x: ;
|
295
|
+
--tw-pan-y: ;
|
296
|
+
--tw-pinch-zoom: ;
|
297
|
+
--tw-scroll-snap-strictness: proximity;
|
298
|
+
--tw-gradient-from-position: ;
|
299
|
+
--tw-gradient-via-position: ;
|
300
|
+
--tw-gradient-to-position: ;
|
301
|
+
--tw-ordinal: ;
|
302
|
+
--tw-slashed-zero: ;
|
303
|
+
--tw-numeric-figure: ;
|
304
|
+
--tw-numeric-spacing: ;
|
305
|
+
--tw-numeric-fraction: ;
|
306
|
+
--tw-ring-inset: ;
|
307
|
+
--tw-ring-offset-width: 0px;
|
308
|
+
--tw-ring-offset-color: #fff;
|
309
|
+
--tw-ring-color: rgb(59 130 246 / 0.5);
|
310
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
311
|
+
--tw-ring-shadow: 0 0 #0000;
|
312
|
+
--tw-shadow: 0 0 #0000;
|
313
|
+
--tw-shadow-colored: 0 0 #0000;
|
314
|
+
--tw-blur: ;
|
315
|
+
--tw-brightness: ;
|
316
|
+
--tw-contrast: ;
|
317
|
+
--tw-grayscale: ;
|
318
|
+
--tw-hue-rotate: ;
|
319
|
+
--tw-invert: ;
|
320
|
+
--tw-saturate: ;
|
321
|
+
--tw-sepia: ;
|
322
|
+
--tw-drop-shadow: ;
|
323
|
+
--tw-backdrop-blur: ;
|
324
|
+
--tw-backdrop-brightness: ;
|
325
|
+
--tw-backdrop-contrast: ;
|
326
|
+
--tw-backdrop-grayscale: ;
|
327
|
+
--tw-backdrop-hue-rotate: ;
|
328
|
+
--tw-backdrop-invert: ;
|
329
|
+
--tw-backdrop-opacity: ;
|
330
|
+
--tw-backdrop-saturate: ;
|
331
|
+
--tw-backdrop-sepia: ;
|
332
|
+
}
|
333
|
+
.absolute {
|
334
|
+
position: absolute;
|
335
|
+
}
|
336
|
+
.relative {
|
337
|
+
position: relative;
|
338
|
+
}
|
339
|
+
.left-0 {
|
340
|
+
left: 0px;
|
341
|
+
}
|
342
|
+
.left-\[12px\] {
|
343
|
+
left: 12px;
|
344
|
+
}
|
345
|
+
.left-\[28px\] {
|
346
|
+
left: 28px;
|
347
|
+
}
|
348
|
+
.left-\[32px\] {
|
349
|
+
left: 32px;
|
350
|
+
}
|
351
|
+
.left-\[34px\] {
|
352
|
+
left: 34px;
|
353
|
+
}
|
354
|
+
.left-\[82px\] {
|
355
|
+
left: 82px;
|
356
|
+
}
|
357
|
+
.top-0 {
|
358
|
+
top: 0px;
|
359
|
+
}
|
360
|
+
.top-\[0\.75px\] {
|
361
|
+
top: 0.75px;
|
362
|
+
}
|
363
|
+
.top-\[12px\] {
|
364
|
+
top: 12px;
|
365
|
+
}
|
366
|
+
.top-\[21px\] {
|
367
|
+
top: 21px;
|
368
|
+
}
|
369
|
+
.top-\[22px\] {
|
370
|
+
top: 22px;
|
371
|
+
}
|
372
|
+
.top-\[82px\] {
|
373
|
+
top: 82px;
|
374
|
+
}
|
375
|
+
.mr-2 {
|
376
|
+
margin-right: 0.5rem;
|
377
|
+
}
|
378
|
+
.mt-80 {
|
379
|
+
margin-top: 20rem;
|
380
|
+
}
|
381
|
+
.flex {
|
382
|
+
display: flex;
|
383
|
+
}
|
384
|
+
.inline-flex {
|
385
|
+
display: inline-flex;
|
386
|
+
}
|
387
|
+
.hidden {
|
388
|
+
display: none;
|
389
|
+
}
|
390
|
+
.h-1 {
|
391
|
+
height: 0.25rem;
|
392
|
+
}
|
393
|
+
.h-1\.5 {
|
394
|
+
height: 0.375rem;
|
395
|
+
}
|
396
|
+
.h-10 {
|
397
|
+
height: 2.5rem;
|
398
|
+
}
|
399
|
+
.h-12 {
|
400
|
+
height: 3rem;
|
401
|
+
}
|
402
|
+
.h-14 {
|
403
|
+
height: 3.5rem;
|
404
|
+
}
|
405
|
+
.h-16 {
|
406
|
+
height: 4rem;
|
407
|
+
}
|
408
|
+
.h-20 {
|
409
|
+
height: 5rem;
|
410
|
+
}
|
411
|
+
.h-3 {
|
412
|
+
height: 0.75rem;
|
413
|
+
}
|
414
|
+
.h-32 {
|
415
|
+
height: 8rem;
|
416
|
+
}
|
417
|
+
.h-48 {
|
418
|
+
height: 12rem;
|
419
|
+
}
|
420
|
+
.h-5 {
|
421
|
+
height: 1.25rem;
|
422
|
+
}
|
423
|
+
.h-6 {
|
424
|
+
height: 1.5rem;
|
425
|
+
}
|
426
|
+
.h-7 {
|
427
|
+
height: 1.75rem;
|
428
|
+
}
|
429
|
+
.h-8 {
|
430
|
+
height: 2rem;
|
431
|
+
}
|
432
|
+
.h-9 {
|
433
|
+
height: 2.25rem;
|
434
|
+
}
|
435
|
+
.h-\[0px\] {
|
436
|
+
height: 0px;
|
437
|
+
}
|
438
|
+
.h-\[10\.37px\] {
|
439
|
+
height: 10.37px;
|
440
|
+
}
|
441
|
+
.h-\[11px\] {
|
442
|
+
height: 11px;
|
443
|
+
}
|
444
|
+
.h-\[127px\] {
|
445
|
+
height: 127px;
|
446
|
+
}
|
447
|
+
.h-\[17px\] {
|
448
|
+
height: 17px;
|
449
|
+
}
|
450
|
+
.h-\[18\.07px\] {
|
451
|
+
height: 18.07px;
|
452
|
+
}
|
453
|
+
.h-\[18\.08px\] {
|
454
|
+
height: 18.08px;
|
455
|
+
}
|
456
|
+
.h-\[18px\] {
|
457
|
+
height: 18px;
|
458
|
+
}
|
459
|
+
.h-\[191px\] {
|
460
|
+
height: 191px;
|
461
|
+
}
|
462
|
+
.h-\[19px\] {
|
463
|
+
height: 19px;
|
464
|
+
}
|
465
|
+
.h-\[2\.76px\] {
|
466
|
+
height: 2.76px;
|
467
|
+
}
|
468
|
+
.h-\[209px\] {
|
469
|
+
height: 209px;
|
470
|
+
}
|
471
|
+
.h-\[221px\] {
|
472
|
+
height: 221px;
|
473
|
+
}
|
474
|
+
.h-\[22px\] {
|
475
|
+
height: 22px;
|
476
|
+
}
|
477
|
+
.h-\[231px\] {
|
478
|
+
height: 231px;
|
479
|
+
}
|
480
|
+
.h-\[234px\] {
|
481
|
+
height: 234px;
|
482
|
+
}
|
483
|
+
.h-\[243px\] {
|
484
|
+
height: 243px;
|
485
|
+
}
|
486
|
+
.h-\[244px\] {
|
487
|
+
height: 244px;
|
488
|
+
}
|
489
|
+
.h-\[254px\] {
|
490
|
+
height: 254px;
|
491
|
+
}
|
492
|
+
.h-\[255px\] {
|
493
|
+
height: 255px;
|
494
|
+
}
|
495
|
+
.h-\[260px\] {
|
496
|
+
height: 260px;
|
497
|
+
}
|
498
|
+
.h-\[268px\] {
|
499
|
+
height: 268px;
|
500
|
+
}
|
501
|
+
.h-\[273px\] {
|
502
|
+
height: 273px;
|
503
|
+
}
|
504
|
+
.h-\[289px\] {
|
505
|
+
height: 289px;
|
506
|
+
}
|
507
|
+
.h-\[307px\] {
|
508
|
+
height: 307px;
|
509
|
+
}
|
510
|
+
.h-\[318px\] {
|
511
|
+
height: 318px;
|
512
|
+
}
|
513
|
+
.h-\[348px\] {
|
514
|
+
height: 348px;
|
515
|
+
}
|
516
|
+
.h-\[356px\] {
|
517
|
+
height: 356px;
|
518
|
+
}
|
519
|
+
.h-\[367px\] {
|
520
|
+
height: 367px;
|
521
|
+
}
|
522
|
+
.h-\[382px\] {
|
523
|
+
height: 382px;
|
524
|
+
}
|
525
|
+
.h-\[435px\] {
|
526
|
+
height: 435px;
|
527
|
+
}
|
528
|
+
.h-\[43px\] {
|
529
|
+
height: 43px;
|
530
|
+
}
|
531
|
+
.h-\[455px\] {
|
532
|
+
height: 455px;
|
533
|
+
}
|
534
|
+
.h-\[46px\] {
|
535
|
+
height: 46px;
|
536
|
+
}
|
537
|
+
.h-\[5\.76px\] {
|
538
|
+
height: 5.76px;
|
539
|
+
}
|
540
|
+
.h-\[52px\] {
|
541
|
+
height: 52px;
|
542
|
+
}
|
543
|
+
.h-\[53px\] {
|
544
|
+
height: 53px;
|
545
|
+
}
|
546
|
+
.h-\[54px\] {
|
547
|
+
height: 54px;
|
548
|
+
}
|
549
|
+
.h-\[65px\] {
|
550
|
+
height: 65px;
|
551
|
+
}
|
552
|
+
.h-\[7\.50px\] {
|
553
|
+
height: 7.50px;
|
554
|
+
}
|
555
|
+
.h-\[78px\] {
|
556
|
+
height: 78px;
|
557
|
+
}
|
558
|
+
.h-\[79px\] {
|
559
|
+
height: 79px;
|
560
|
+
}
|
561
|
+
.h-\[840px\] {
|
562
|
+
height: 840px;
|
563
|
+
}
|
564
|
+
.h-\[92px\] {
|
565
|
+
height: 92px;
|
566
|
+
}
|
567
|
+
.h-\[95px\] {
|
568
|
+
height: 95px;
|
569
|
+
}
|
570
|
+
.h-\[97px\] {
|
571
|
+
height: 97px;
|
572
|
+
}
|
573
|
+
.w-1 {
|
574
|
+
width: 0.25rem;
|
575
|
+
}
|
576
|
+
.w-1\.5 {
|
577
|
+
width: 0.375rem;
|
578
|
+
}
|
579
|
+
.w-10 {
|
580
|
+
width: 2.5rem;
|
581
|
+
}
|
582
|
+
.w-12 {
|
583
|
+
width: 3rem;
|
584
|
+
}
|
585
|
+
.w-14 {
|
586
|
+
width: 3.5rem;
|
587
|
+
}
|
588
|
+
.w-16 {
|
589
|
+
width: 4rem;
|
590
|
+
}
|
591
|
+
.w-20 {
|
592
|
+
width: 5rem;
|
593
|
+
}
|
594
|
+
.w-3 {
|
595
|
+
width: 0.75rem;
|
596
|
+
}
|
597
|
+
.w-5 {
|
598
|
+
width: 1.25rem;
|
599
|
+
}
|
600
|
+
.w-6 {
|
601
|
+
width: 1.5rem;
|
602
|
+
}
|
603
|
+
.w-7 {
|
604
|
+
width: 1.75rem;
|
605
|
+
}
|
606
|
+
.w-8 {
|
607
|
+
width: 2rem;
|
608
|
+
}
|
609
|
+
.w-9 {
|
610
|
+
width: 2.25rem;
|
611
|
+
}
|
612
|
+
.w-\[100px\] {
|
613
|
+
width: 100px;
|
614
|
+
}
|
615
|
+
.w-\[12\.57px\] {
|
616
|
+
width: 12.57px;
|
617
|
+
}
|
618
|
+
.w-\[13\.89px\] {
|
619
|
+
width: 13.89px;
|
620
|
+
}
|
621
|
+
.w-\[18px\] {
|
622
|
+
width: 18px;
|
623
|
+
}
|
624
|
+
.w-\[19px\] {
|
625
|
+
width: 19px;
|
626
|
+
}
|
627
|
+
.w-\[22\.05px\] {
|
628
|
+
width: 22.05px;
|
629
|
+
}
|
630
|
+
.w-\[22\.41px\] {
|
631
|
+
width: 22.41px;
|
632
|
+
}
|
633
|
+
.w-\[23\.33px\] {
|
634
|
+
width: 23.33px;
|
635
|
+
}
|
636
|
+
.w-\[244px\] {
|
637
|
+
width: 244px;
|
638
|
+
}
|
639
|
+
.w-\[26rem\] {
|
640
|
+
width: 26rem;
|
641
|
+
}
|
642
|
+
.w-\[376px\] {
|
643
|
+
width: 376px;
|
644
|
+
}
|
645
|
+
.w-\[416px\] {
|
646
|
+
width: 416px;
|
647
|
+
}
|
648
|
+
.w-\[448px\] {
|
649
|
+
width: 448px;
|
650
|
+
}
|
651
|
+
.w-\[78px\] {
|
652
|
+
width: 78px;
|
653
|
+
}
|
654
|
+
.w-\[95px\] {
|
655
|
+
width: 95px;
|
656
|
+
}
|
657
|
+
.w-\[99px\] {
|
658
|
+
width: 99px;
|
659
|
+
}
|
660
|
+
.shrink {
|
661
|
+
flex-shrink: 1;
|
662
|
+
}
|
663
|
+
.grow {
|
664
|
+
flex-grow: 1;
|
665
|
+
}
|
666
|
+
.basis-0 {
|
667
|
+
flex-basis: 0px;
|
668
|
+
}
|
669
|
+
@keyframes spin {
|
670
|
+
to {
|
671
|
+
transform: rotate(360deg);
|
672
|
+
}
|
673
|
+
}
|
674
|
+
.animate-spin {
|
675
|
+
animation: spin 1s linear infinite;
|
676
|
+
}
|
677
|
+
.cursor-pointer {
|
678
|
+
cursor: pointer;
|
679
|
+
}
|
680
|
+
.flex-col {
|
681
|
+
flex-direction: column;
|
682
|
+
}
|
683
|
+
.items-start {
|
684
|
+
align-items: flex-start;
|
685
|
+
}
|
686
|
+
.items-center {
|
687
|
+
align-items: center;
|
688
|
+
}
|
689
|
+
.justify-start {
|
690
|
+
justify-content: flex-start;
|
691
|
+
}
|
692
|
+
.justify-center {
|
693
|
+
justify-content: center;
|
694
|
+
}
|
695
|
+
.justify-between {
|
696
|
+
justify-content: space-between;
|
697
|
+
}
|
698
|
+
.gap-1 {
|
699
|
+
gap: 0.25rem;
|
700
|
+
}
|
701
|
+
.gap-2 {
|
702
|
+
gap: 0.5rem;
|
703
|
+
}
|
704
|
+
.gap-3 {
|
705
|
+
gap: 0.75rem;
|
706
|
+
}
|
707
|
+
.gap-4 {
|
708
|
+
gap: 1rem;
|
709
|
+
}
|
710
|
+
.gap-5 {
|
711
|
+
gap: 1.25rem;
|
712
|
+
}
|
713
|
+
.gap-\[3\.33px\] {
|
714
|
+
gap: 3.33px;
|
715
|
+
}
|
716
|
+
.self-stretch {
|
717
|
+
align-self: stretch;
|
718
|
+
}
|
719
|
+
.overflow-y-scroll {
|
720
|
+
overflow-y: scroll;
|
721
|
+
}
|
722
|
+
.rounded-2xl {
|
723
|
+
border-radius: 1rem;
|
724
|
+
}
|
725
|
+
.rounded-\[127px\] {
|
726
|
+
border-radius: 127px;
|
727
|
+
}
|
728
|
+
.rounded-\[17\.14px\] {
|
729
|
+
border-radius: 17.14px;
|
730
|
+
}
|
731
|
+
.rounded-\[20px\] {
|
732
|
+
border-radius: 20px;
|
733
|
+
}
|
734
|
+
.rounded-\[22px\] {
|
735
|
+
border-radius: 22px;
|
736
|
+
}
|
737
|
+
.rounded-\[28\.33px\] {
|
738
|
+
border-radius: 28.33px;
|
739
|
+
}
|
740
|
+
.rounded-\[39px\] {
|
741
|
+
border-radius: 39px;
|
742
|
+
}
|
743
|
+
.rounded-\[44px\] {
|
744
|
+
border-radius: 44px;
|
745
|
+
}
|
746
|
+
.rounded-\[5px\] {
|
747
|
+
border-radius: 5px;
|
748
|
+
}
|
749
|
+
.rounded-\[65px\] {
|
750
|
+
border-radius: 65px;
|
751
|
+
}
|
752
|
+
.rounded-full {
|
753
|
+
border-radius: 9999px;
|
754
|
+
}
|
755
|
+
.rounded-md {
|
756
|
+
border-radius: 0.375rem;
|
757
|
+
}
|
758
|
+
.rounded-xl {
|
759
|
+
border-radius: 0.75rem;
|
760
|
+
}
|
761
|
+
.rounded-bl-\[20px\] {
|
762
|
+
border-bottom-left-radius: 20px;
|
763
|
+
}
|
764
|
+
.rounded-br-\[20px\] {
|
765
|
+
border-bottom-right-radius: 20px;
|
766
|
+
}
|
767
|
+
.rounded-tl-\[20px\] {
|
768
|
+
border-top-left-radius: 20px;
|
769
|
+
}
|
770
|
+
.rounded-tr-\[20px\] {
|
771
|
+
border-top-right-radius: 20px;
|
772
|
+
}
|
773
|
+
.border {
|
774
|
+
border-width: 1px;
|
775
|
+
}
|
776
|
+
.border-2 {
|
777
|
+
border-width: 2px;
|
778
|
+
}
|
779
|
+
.border-4 {
|
780
|
+
border-width: 4px;
|
781
|
+
}
|
782
|
+
.border-stone-950 {
|
783
|
+
--tw-border-opacity: 1;
|
784
|
+
border-color: rgb(12 10 9 / var(--tw-border-opacity));
|
785
|
+
}
|
786
|
+
.border-violet-400 {
|
787
|
+
--tw-border-opacity: 1;
|
788
|
+
border-color: rgb(167 139 250 / var(--tw-border-opacity));
|
789
|
+
}
|
790
|
+
.border-white {
|
791
|
+
--tw-border-opacity: 1;
|
792
|
+
border-color: rgb(255 255 255 / var(--tw-border-opacity));
|
793
|
+
}
|
794
|
+
.border-zinc-500 {
|
795
|
+
--tw-border-opacity: 1;
|
796
|
+
border-color: rgb(113 113 122 / var(--tw-border-opacity));
|
797
|
+
}
|
798
|
+
.border-opacity-30 {
|
799
|
+
--tw-border-opacity: 0.3;
|
800
|
+
}
|
801
|
+
.border-opacity-5 {
|
802
|
+
--tw-border-opacity: 0.05;
|
803
|
+
}
|
804
|
+
.bg-blue-600 {
|
805
|
+
--tw-bg-opacity: 1;
|
806
|
+
background-color: rgb(37 99 235 / var(--tw-bg-opacity));
|
807
|
+
}
|
808
|
+
.bg-green-400 {
|
809
|
+
--tw-bg-opacity: 1;
|
810
|
+
background-color: rgb(74 222 128 / var(--tw-bg-opacity));
|
811
|
+
}
|
812
|
+
.bg-indigo-500 {
|
813
|
+
--tw-bg-opacity: 1;
|
814
|
+
background-color: rgb(99 102 241 / var(--tw-bg-opacity));
|
815
|
+
}
|
816
|
+
.bg-neutral-50 {
|
817
|
+
--tw-bg-opacity: 1;
|
818
|
+
background-color: rgb(250 250 250 / var(--tw-bg-opacity));
|
819
|
+
}
|
820
|
+
.bg-neutral-900 {
|
821
|
+
--tw-bg-opacity: 1;
|
822
|
+
background-color: rgb(23 23 23 / var(--tw-bg-opacity));
|
823
|
+
}
|
824
|
+
.bg-pink-500 {
|
825
|
+
--tw-bg-opacity: 1;
|
826
|
+
background-color: rgb(236 72 153 / var(--tw-bg-opacity));
|
827
|
+
}
|
828
|
+
.bg-stone-950 {
|
829
|
+
--tw-bg-opacity: 1;
|
830
|
+
background-color: rgb(12 10 9 / var(--tw-bg-opacity));
|
831
|
+
}
|
832
|
+
.bg-white {
|
833
|
+
--tw-bg-opacity: 1;
|
834
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
835
|
+
}
|
836
|
+
.bg-zinc-500 {
|
837
|
+
--tw-bg-opacity: 1;
|
838
|
+
background-color: rgb(113 113 122 / var(--tw-bg-opacity));
|
839
|
+
}
|
840
|
+
.bg-opacity-10 {
|
841
|
+
--tw-bg-opacity: 0.1;
|
842
|
+
}
|
843
|
+
.bg-opacity-20 {
|
844
|
+
--tw-bg-opacity: 0.2;
|
845
|
+
}
|
846
|
+
.bg-opacity-5 {
|
847
|
+
--tw-bg-opacity: 0.05;
|
848
|
+
}
|
849
|
+
.bg-opacity-90 {
|
850
|
+
--tw-bg-opacity: 0.9;
|
851
|
+
}
|
852
|
+
.bg-gradient-to-r {
|
853
|
+
background-image: linear-gradient(to right, var(--tw-gradient-stops));
|
854
|
+
}
|
855
|
+
.from-violet-400 {
|
856
|
+
--tw-gradient-from: #a78bfa var(--tw-gradient-from-position);
|
857
|
+
--tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
|
858
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
859
|
+
}
|
860
|
+
.to-indigo-500 {
|
861
|
+
--tw-gradient-to: #6366f1 var(--tw-gradient-to-position);
|
862
|
+
}
|
863
|
+
.fill-blue-600 {
|
864
|
+
fill: #2563eb;
|
865
|
+
}
|
866
|
+
.p-2 {
|
867
|
+
padding: 0.5rem;
|
868
|
+
}
|
869
|
+
.p-3 {
|
870
|
+
padding: 0.75rem;
|
871
|
+
}
|
872
|
+
.p-4 {
|
873
|
+
padding: 1rem;
|
874
|
+
}
|
875
|
+
.p-\[3\.33px\] {
|
876
|
+
padding: 3.33px;
|
877
|
+
}
|
878
|
+
.px-2 {
|
879
|
+
padding-left: 0.5rem;
|
880
|
+
padding-right: 0.5rem;
|
881
|
+
}
|
882
|
+
.px-3 {
|
883
|
+
padding-left: 0.75rem;
|
884
|
+
padding-right: 0.75rem;
|
885
|
+
}
|
886
|
+
.px-5 {
|
887
|
+
padding-left: 1.25rem;
|
888
|
+
padding-right: 1.25rem;
|
889
|
+
}
|
890
|
+
.px-8 {
|
891
|
+
padding-left: 2rem;
|
892
|
+
padding-right: 2rem;
|
893
|
+
}
|
894
|
+
.px-px {
|
895
|
+
padding-left: 1px;
|
896
|
+
padding-right: 1px;
|
897
|
+
}
|
898
|
+
.py-1 {
|
899
|
+
padding-top: 0.25rem;
|
900
|
+
padding-bottom: 0.25rem;
|
901
|
+
}
|
902
|
+
.py-1\.5 {
|
903
|
+
padding-top: 0.375rem;
|
904
|
+
padding-bottom: 0.375rem;
|
905
|
+
}
|
906
|
+
.py-2 {
|
907
|
+
padding-top: 0.5rem;
|
908
|
+
padding-bottom: 0.5rem;
|
909
|
+
}
|
910
|
+
.py-3 {
|
911
|
+
padding-top: 0.75rem;
|
912
|
+
padding-bottom: 0.75rem;
|
913
|
+
}
|
914
|
+
.py-4 {
|
915
|
+
padding-top: 1rem;
|
916
|
+
padding-bottom: 1rem;
|
917
|
+
}
|
918
|
+
.py-6 {
|
919
|
+
padding-top: 1.5rem;
|
920
|
+
padding-bottom: 1.5rem;
|
921
|
+
}
|
922
|
+
.text-center {
|
923
|
+
text-align: center;
|
924
|
+
}
|
925
|
+
.font-Montserrat {
|
926
|
+
font-family: Montserrat, sans;
|
927
|
+
}
|
928
|
+
.font-\[\'Montserrat\'\] {
|
929
|
+
font-family: "Montserrat";
|
930
|
+
}
|
931
|
+
.text-2xl {
|
932
|
+
font-size: 1.5rem;
|
933
|
+
line-height: 2rem;
|
934
|
+
}
|
935
|
+
.text-base {
|
936
|
+
font-size: 1rem;
|
937
|
+
line-height: 1.5rem;
|
938
|
+
}
|
939
|
+
.text-lg {
|
940
|
+
font-size: 1.125rem;
|
941
|
+
line-height: 1.75rem;
|
942
|
+
}
|
943
|
+
.text-sm {
|
944
|
+
font-size: 0.875rem;
|
945
|
+
line-height: 1.25rem;
|
946
|
+
}
|
947
|
+
.text-xs {
|
948
|
+
font-size: 0.75rem;
|
949
|
+
line-height: 1rem;
|
950
|
+
}
|
951
|
+
.font-bold {
|
952
|
+
font-weight: 700;
|
953
|
+
}
|
954
|
+
.font-medium {
|
955
|
+
font-weight: 500;
|
956
|
+
}
|
957
|
+
.font-normal {
|
958
|
+
font-weight: 400;
|
959
|
+
}
|
960
|
+
.font-semibold {
|
961
|
+
font-weight: 600;
|
962
|
+
}
|
963
|
+
.uppercase {
|
964
|
+
text-transform: uppercase;
|
965
|
+
}
|
966
|
+
.leading-\[14\.40px\] {
|
967
|
+
line-height: 14.40px;
|
968
|
+
}
|
969
|
+
.leading-\[16\.80px\] {
|
970
|
+
line-height: 16.80px;
|
971
|
+
}
|
972
|
+
.leading-\[28\.80px\] {
|
973
|
+
line-height: 28.80px;
|
974
|
+
}
|
975
|
+
.leading-snug {
|
976
|
+
line-height: 1.375;
|
977
|
+
}
|
978
|
+
.leading-tight {
|
979
|
+
line-height: 1.25;
|
980
|
+
}
|
981
|
+
.text-gray-200 {
|
982
|
+
--tw-text-opacity: 1;
|
983
|
+
color: rgb(229 231 235 / var(--tw-text-opacity));
|
984
|
+
}
|
985
|
+
.text-green-700 {
|
986
|
+
--tw-text-opacity: 1;
|
987
|
+
color: rgb(21 128 61 / var(--tw-text-opacity));
|
988
|
+
}
|
989
|
+
.text-indigo-500 {
|
990
|
+
--tw-text-opacity: 1;
|
991
|
+
color: rgb(99 102 241 / var(--tw-text-opacity));
|
992
|
+
}
|
993
|
+
.text-pink-500 {
|
994
|
+
--tw-text-opacity: 1;
|
995
|
+
color: rgb(236 72 153 / var(--tw-text-opacity));
|
996
|
+
}
|
997
|
+
.text-stone-950 {
|
998
|
+
--tw-text-opacity: 1;
|
999
|
+
color: rgb(12 10 9 / var(--tw-text-opacity));
|
1000
|
+
}
|
1001
|
+
.text-white {
|
1002
|
+
--tw-text-opacity: 1;
|
1003
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
1004
|
+
}
|
1005
|
+
.text-zinc-500 {
|
1006
|
+
--tw-text-opacity: 1;
|
1007
|
+
color: rgb(113 113 122 / var(--tw-text-opacity));
|
1008
|
+
}
|
1009
|
+
.text-opacity-30 {
|
1010
|
+
--tw-text-opacity: 0.3;
|
1011
|
+
}
|
1012
|
+
.text-opacity-40 {
|
1013
|
+
--tw-text-opacity: 0.4;
|
1014
|
+
}
|
1015
|
+
.text-opacity-50 {
|
1016
|
+
--tw-text-opacity: 0.5;
|
1017
|
+
}
|
1018
|
+
.text-opacity-60 {
|
1019
|
+
--tw-text-opacity: 0.6;
|
1020
|
+
}
|
1021
|
+
.text-opacity-70 {
|
1022
|
+
--tw-text-opacity: 0.7;
|
1023
|
+
}
|
1024
|
+
.text-opacity-80 {
|
1025
|
+
--tw-text-opacity: 0.8;
|
1026
|
+
}
|
1027
|
+
.text-opacity-90 {
|
1028
|
+
--tw-text-opacity: 0.9;
|
1029
|
+
}
|
1030
|
+
.underline {
|
1031
|
+
text-decoration-line: underline;
|
1032
|
+
}
|
1033
|
+
.mix-blend-difference {
|
1034
|
+
mix-blend-mode: difference;
|
1035
|
+
}
|
1036
|
+
.shadow {
|
1037
|
+
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
1038
|
+
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
1039
|
+
box-shadow:
|
1040
|
+
var(--tw-ring-offset-shadow, 0 0 #0000),
|
1041
|
+
var(--tw-ring-shadow, 0 0 #0000),
|
1042
|
+
var(--tw-shadow);
|
1043
|
+
}
|
1044
|
+
.scrollbar-thin {
|
1045
|
+
scrollbar-color: var(--scrollbar-thumb, initial) var(--scrollbar-track, initial);
|
1046
|
+
}
|
1047
|
+
.scrollbar-thin::-webkit-scrollbar-track {
|
1048
|
+
background-color: var(--scrollbar-track);
|
1049
|
+
border-radius: var(--scrollbar-track-radius);
|
1050
|
+
}
|
1051
|
+
.scrollbar-thin::-webkit-scrollbar-track:hover {
|
1052
|
+
background-color: var(--scrollbar-track-hover, var(--scrollbar-track));
|
1053
|
+
}
|
1054
|
+
.scrollbar-thin::-webkit-scrollbar-track:active {
|
1055
|
+
background-color: var(--scrollbar-track-active, var(--scrollbar-track-hover, var(--scrollbar-track)));
|
1056
|
+
}
|
1057
|
+
.scrollbar-thin::-webkit-scrollbar-thumb {
|
1058
|
+
background-color: var(--scrollbar-thumb);
|
1059
|
+
border-radius: var(--scrollbar-thumb-radius);
|
1060
|
+
}
|
1061
|
+
.scrollbar-thin::-webkit-scrollbar-thumb:hover {
|
1062
|
+
background-color: var(--scrollbar-thumb-hover, var(--scrollbar-thumb));
|
1063
|
+
}
|
1064
|
+
.scrollbar-thin::-webkit-scrollbar-thumb:active {
|
1065
|
+
background-color: var(--scrollbar-thumb-active, var(--scrollbar-thumb-hover, var(--scrollbar-thumb)));
|
1066
|
+
}
|
1067
|
+
.scrollbar-thin::-webkit-scrollbar-corner {
|
1068
|
+
background-color: var(--scrollbar-corner);
|
1069
|
+
border-radius: var(--scrollbar-corner-radius);
|
1070
|
+
}
|
1071
|
+
.scrollbar-thin::-webkit-scrollbar-corner:hover {
|
1072
|
+
background-color: var(--scrollbar-corner-hover, var(--scrollbar-corner));
|
1073
|
+
}
|
1074
|
+
.scrollbar-thin::-webkit-scrollbar-corner:active {
|
1075
|
+
background-color: var(--scrollbar-corner-active, var(--scrollbar-corner-hover, var(--scrollbar-corner)));
|
1076
|
+
}
|
1077
|
+
.scrollbar-thin {
|
1078
|
+
scrollbar-width: thin;
|
1079
|
+
}
|
1080
|
+
.scrollbar-thin::-webkit-scrollbar {
|
1081
|
+
display: block;
|
1082
|
+
width: 8px;
|
1083
|
+
height: 8px;
|
1084
|
+
}
|
1085
|
+
.scrollbar-track-stone-100 {
|
1086
|
+
--scrollbar-track: #f5f5f4 !important;
|
1087
|
+
}
|
1088
|
+
.scrollbar-thumb-gray-300 {
|
1089
|
+
--scrollbar-thumb: #d1d5db !important;
|
1090
|
+
}
|
1091
|
+
body {
|
1092
|
+
margin: 0;
|
1093
|
+
font-family:
|
1094
|
+
-apple-system,
|
1095
|
+
BlinkMacSystemFont,
|
1096
|
+
"Segoe UI",
|
1097
|
+
"Roboto",
|
1098
|
+
"Oxygen",
|
1099
|
+
"Ubuntu",
|
1100
|
+
"Cantarell",
|
1101
|
+
"Fira Sans",
|
1102
|
+
"Droid Sans",
|
1103
|
+
"Helvetica Neue",
|
1104
|
+
sans-serif;
|
1105
|
+
-webkit-font-smoothing: antialiased;
|
1106
|
+
-moz-osx-font-smoothing: grayscale;
|
1107
|
+
zoom: .7;
|
1108
|
+
background: black;
|
1109
|
+
margin-top: 20vh;
|
1110
|
+
}
|
1111
|
+
.wallet_icon {
|
1112
|
+
margin-top: 25px;
|
1113
|
+
height: 150px;
|
1114
|
+
width: auto;
|
1115
|
+
}
|
1116
|
+
@media (prefers-color-scheme: dark) {
|
1117
|
+
.dark\:text-gray-600 {
|
1118
|
+
--tw-text-opacity: 1;
|
1119
|
+
color: rgb(75 85 99 / var(--tw-text-opacity));
|
1120
|
+
}
|
1121
|
+
}
|
1122
|
+
/*# sourceMappingURL=index.css.map */
|