@miden-npm/react 0.1.0 → 2.0.0

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