afrikit-mobile 1.0.35 → 1.0.37

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.
@@ -0,0 +1,1744 @@
1
+ *, ::before, ::after {
2
+ --tw-border-spacing-x: 0;
3
+ --tw-border-spacing-y: 0;
4
+ --tw-translate-x: 0;
5
+ --tw-translate-y: 0;
6
+ --tw-rotate: 0;
7
+ --tw-skew-x: 0;
8
+ --tw-skew-y: 0;
9
+ --tw-scale-x: 1;
10
+ --tw-scale-y: 1;
11
+ --tw-pan-x: ;
12
+ --tw-pan-y: ;
13
+ --tw-pinch-zoom: ;
14
+ --tw-scroll-snap-strictness: proximity;
15
+ --tw-gradient-from-position: ;
16
+ --tw-gradient-via-position: ;
17
+ --tw-gradient-to-position: ;
18
+ --tw-ordinal: ;
19
+ --tw-slashed-zero: ;
20
+ --tw-numeric-figure: ;
21
+ --tw-numeric-spacing: ;
22
+ --tw-numeric-fraction: ;
23
+ --tw-ring-inset: ;
24
+ --tw-ring-offset-width: 0px;
25
+ --tw-ring-offset-color: #fff;
26
+ --tw-ring-color: rgb(59 130 246 / 0.5);
27
+ --tw-ring-offset-shadow: 0 0 #0000;
28
+ --tw-ring-shadow: 0 0 #0000;
29
+ --tw-shadow: 0 0 #0000;
30
+ --tw-shadow-colored: 0 0 #0000;
31
+ --tw-blur: ;
32
+ --tw-brightness: ;
33
+ --tw-contrast: ;
34
+ --tw-grayscale: ;
35
+ --tw-hue-rotate: ;
36
+ --tw-invert: ;
37
+ --tw-saturate: ;
38
+ --tw-sepia: ;
39
+ --tw-drop-shadow: ;
40
+ --tw-backdrop-blur: ;
41
+ --tw-backdrop-brightness: ;
42
+ --tw-backdrop-contrast: ;
43
+ --tw-backdrop-grayscale: ;
44
+ --tw-backdrop-hue-rotate: ;
45
+ --tw-backdrop-invert: ;
46
+ --tw-backdrop-opacity: ;
47
+ --tw-backdrop-saturate: ;
48
+ --tw-backdrop-sepia: ;
49
+ --tw-contain-size: ;
50
+ --tw-contain-layout: ;
51
+ --tw-contain-paint: ;
52
+ --tw-contain-style: ;
53
+ }
54
+
55
+ ::backdrop {
56
+ --tw-border-spacing-x: 0;
57
+ --tw-border-spacing-y: 0;
58
+ --tw-translate-x: 0;
59
+ --tw-translate-y: 0;
60
+ --tw-rotate: 0;
61
+ --tw-skew-x: 0;
62
+ --tw-skew-y: 0;
63
+ --tw-scale-x: 1;
64
+ --tw-scale-y: 1;
65
+ --tw-pan-x: ;
66
+ --tw-pan-y: ;
67
+ --tw-pinch-zoom: ;
68
+ --tw-scroll-snap-strictness: proximity;
69
+ --tw-gradient-from-position: ;
70
+ --tw-gradient-via-position: ;
71
+ --tw-gradient-to-position: ;
72
+ --tw-ordinal: ;
73
+ --tw-slashed-zero: ;
74
+ --tw-numeric-figure: ;
75
+ --tw-numeric-spacing: ;
76
+ --tw-numeric-fraction: ;
77
+ --tw-ring-inset: ;
78
+ --tw-ring-offset-width: 0px;
79
+ --tw-ring-offset-color: #fff;
80
+ --tw-ring-color: rgb(59 130 246 / 0.5);
81
+ --tw-ring-offset-shadow: 0 0 #0000;
82
+ --tw-ring-shadow: 0 0 #0000;
83
+ --tw-shadow: 0 0 #0000;
84
+ --tw-shadow-colored: 0 0 #0000;
85
+ --tw-blur: ;
86
+ --tw-brightness: ;
87
+ --tw-contrast: ;
88
+ --tw-grayscale: ;
89
+ --tw-hue-rotate: ;
90
+ --tw-invert: ;
91
+ --tw-saturate: ;
92
+ --tw-sepia: ;
93
+ --tw-drop-shadow: ;
94
+ --tw-backdrop-blur: ;
95
+ --tw-backdrop-brightness: ;
96
+ --tw-backdrop-contrast: ;
97
+ --tw-backdrop-grayscale: ;
98
+ --tw-backdrop-hue-rotate: ;
99
+ --tw-backdrop-invert: ;
100
+ --tw-backdrop-opacity: ;
101
+ --tw-backdrop-saturate: ;
102
+ --tw-backdrop-sepia: ;
103
+ --tw-contain-size: ;
104
+ --tw-contain-layout: ;
105
+ --tw-contain-paint: ;
106
+ --tw-contain-style: ;
107
+ }/*
108
+ ! tailwindcss v3.4.12 | MIT License | https://tailwindcss.com
109
+ *//*
110
+ 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
111
+ 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
112
+ */
113
+
114
+ *,
115
+ ::before,
116
+ ::after {
117
+ box-sizing: border-box; /* 1 */
118
+ border-width: 0; /* 2 */
119
+ border-style: solid; /* 2 */
120
+ border-color: currentColor; /* 2 */
121
+ }
122
+
123
+ ::before,
124
+ ::after {
125
+ --tw-content: '';
126
+ }
127
+
128
+ /*
129
+ 1. Use a consistent sensible line-height in all browsers.
130
+ 2. Prevent adjustments of font size after orientation changes in iOS.
131
+ 3. Use a more readable tab size.
132
+ 4. Use the user's configured `sans` font-family by default.
133
+ 5. Use the user's configured `sans` font-feature-settings by default.
134
+ 6. Use the user's configured `sans` font-variation-settings by default.
135
+ 7. Disable tap highlights on iOS
136
+ */
137
+
138
+ html,
139
+ :host {
140
+ line-height: 1.5; /* 1 */
141
+ -webkit-text-size-adjust: 100%; /* 2 */
142
+ -moz-tab-size: 4; /* 3 */
143
+ -o-tab-size: 4;
144
+ tab-size: 4; /* 3 */
145
+ font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
146
+ font-feature-settings: normal; /* 5 */
147
+ font-variation-settings: normal; /* 6 */
148
+ -webkit-tap-highlight-color: transparent; /* 7 */
149
+ }
150
+
151
+ /*
152
+ 1. Remove the margin in all browsers.
153
+ 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
154
+ */
155
+
156
+ body {
157
+ margin: 0; /* 1 */
158
+ line-height: inherit; /* 2 */
159
+ }
160
+
161
+ /*
162
+ 1. Add the correct height in Firefox.
163
+ 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
164
+ 3. Ensure horizontal rules are visible by default.
165
+ */
166
+
167
+ hr {
168
+ height: 0; /* 1 */
169
+ color: inherit; /* 2 */
170
+ border-top-width: 1px; /* 3 */
171
+ }
172
+
173
+ /*
174
+ Add the correct text decoration in Chrome, Edge, and Safari.
175
+ */
176
+
177
+ abbr:where([title]) {
178
+ -webkit-text-decoration: underline dotted;
179
+ text-decoration: underline dotted;
180
+ }
181
+
182
+ /*
183
+ Remove the default font size and weight for headings.
184
+ */
185
+
186
+ h1,
187
+ h2,
188
+ h3,
189
+ h4,
190
+ h5,
191
+ h6 {
192
+ font-size: inherit;
193
+ font-weight: inherit;
194
+ }
195
+
196
+ /*
197
+ Reset links to optimize for opt-in styling instead of opt-out.
198
+ */
199
+
200
+ a {
201
+ color: inherit;
202
+ text-decoration: inherit;
203
+ }
204
+
205
+ /*
206
+ Add the correct font weight in Edge and Safari.
207
+ */
208
+
209
+ b,
210
+ strong {
211
+ font-weight: bolder;
212
+ }
213
+
214
+ /*
215
+ 1. Use the user's configured `mono` font-family by default.
216
+ 2. Use the user's configured `mono` font-feature-settings by default.
217
+ 3. Use the user's configured `mono` font-variation-settings by default.
218
+ 4. Correct the odd `em` font sizing in all browsers.
219
+ */
220
+
221
+ code,
222
+ kbd,
223
+ samp,
224
+ pre {
225
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
226
+ font-feature-settings: normal; /* 2 */
227
+ font-variation-settings: normal; /* 3 */
228
+ font-size: 1em; /* 4 */
229
+ }
230
+
231
+ /*
232
+ Add the correct font size in all browsers.
233
+ */
234
+
235
+ small {
236
+ font-size: 80%;
237
+ }
238
+
239
+ /*
240
+ Prevent `sub` and `sup` elements from affecting the line height in all browsers.
241
+ */
242
+
243
+ sub,
244
+ sup {
245
+ font-size: 75%;
246
+ line-height: 0;
247
+ position: relative;
248
+ vertical-align: baseline;
249
+ }
250
+
251
+ sub {
252
+ bottom: -0.25em;
253
+ }
254
+
255
+ sup {
256
+ top: -0.5em;
257
+ }
258
+
259
+ /*
260
+ 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
261
+ 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
262
+ 3. Remove gaps between table borders by default.
263
+ */
264
+
265
+ table {
266
+ text-indent: 0; /* 1 */
267
+ border-color: inherit; /* 2 */
268
+ border-collapse: collapse; /* 3 */
269
+ }
270
+
271
+ /*
272
+ 1. Change the font styles in all browsers.
273
+ 2. Remove the margin in Firefox and Safari.
274
+ 3. Remove default padding in all browsers.
275
+ */
276
+
277
+ button,
278
+ input,
279
+ optgroup,
280
+ select,
281
+ textarea {
282
+ font-family: inherit; /* 1 */
283
+ font-feature-settings: inherit; /* 1 */
284
+ font-variation-settings: inherit; /* 1 */
285
+ font-size: 100%; /* 1 */
286
+ font-weight: inherit; /* 1 */
287
+ line-height: inherit; /* 1 */
288
+ letter-spacing: inherit; /* 1 */
289
+ color: inherit; /* 1 */
290
+ margin: 0; /* 2 */
291
+ padding: 0; /* 3 */
292
+ }
293
+
294
+ /*
295
+ Remove the inheritance of text transform in Edge and Firefox.
296
+ */
297
+
298
+ button,
299
+ select {
300
+ text-transform: none;
301
+ }
302
+
303
+ /*
304
+ 1. Correct the inability to style clickable types in iOS and Safari.
305
+ 2. Remove default button styles.
306
+ */
307
+
308
+ button,
309
+ input:where([type='button']),
310
+ input:where([type='reset']),
311
+ input:where([type='submit']) {
312
+ -webkit-appearance: button; /* 1 */
313
+ background-color: transparent; /* 2 */
314
+ background-image: none; /* 2 */
315
+ }
316
+
317
+ /*
318
+ Use the modern Firefox focus style for all focusable elements.
319
+ */
320
+
321
+ :-moz-focusring {
322
+ outline: auto;
323
+ }
324
+
325
+ /*
326
+ Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
327
+ */
328
+
329
+ :-moz-ui-invalid {
330
+ box-shadow: none;
331
+ }
332
+
333
+ /*
334
+ Add the correct vertical alignment in Chrome and Firefox.
335
+ */
336
+
337
+ progress {
338
+ vertical-align: baseline;
339
+ }
340
+
341
+ /*
342
+ Correct the cursor style of increment and decrement buttons in Safari.
343
+ */
344
+
345
+ ::-webkit-inner-spin-button,
346
+ ::-webkit-outer-spin-button {
347
+ height: auto;
348
+ }
349
+
350
+ /*
351
+ 1. Correct the odd appearance in Chrome and Safari.
352
+ 2. Correct the outline style in Safari.
353
+ */
354
+
355
+ [type='search'] {
356
+ -webkit-appearance: textfield; /* 1 */
357
+ outline-offset: -2px; /* 2 */
358
+ }
359
+
360
+ /*
361
+ Remove the inner padding in Chrome and Safari on macOS.
362
+ */
363
+
364
+ ::-webkit-search-decoration {
365
+ -webkit-appearance: none;
366
+ }
367
+
368
+ /*
369
+ 1. Correct the inability to style clickable types in iOS and Safari.
370
+ 2. Change font properties to `inherit` in Safari.
371
+ */
372
+
373
+ ::-webkit-file-upload-button {
374
+ -webkit-appearance: button; /* 1 */
375
+ font: inherit; /* 2 */
376
+ }
377
+
378
+ /*
379
+ Add the correct display in Chrome and Safari.
380
+ */
381
+
382
+ summary {
383
+ display: list-item;
384
+ }
385
+
386
+ /*
387
+ Removes the default spacing and border for appropriate elements.
388
+ */
389
+
390
+ blockquote,
391
+ dl,
392
+ dd,
393
+ h1,
394
+ h2,
395
+ h3,
396
+ h4,
397
+ h5,
398
+ h6,
399
+ hr,
400
+ figure,
401
+ p,
402
+ pre {
403
+ margin: 0;
404
+ }
405
+
406
+ fieldset {
407
+ margin: 0;
408
+ padding: 0;
409
+ }
410
+
411
+ legend {
412
+ padding: 0;
413
+ }
414
+
415
+ ol,
416
+ ul,
417
+ menu {
418
+ list-style: none;
419
+ margin: 0;
420
+ padding: 0;
421
+ }
422
+
423
+ /*
424
+ Reset default styling for dialogs.
425
+ */
426
+ dialog {
427
+ padding: 0;
428
+ }
429
+
430
+ /*
431
+ Prevent resizing textareas horizontally by default.
432
+ */
433
+
434
+ textarea {
435
+ resize: vertical;
436
+ }
437
+
438
+ /*
439
+ 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
440
+ 2. Set the default placeholder color to the user's configured gray 400 color.
441
+ */
442
+
443
+ input::-moz-placeholder, textarea::-moz-placeholder {
444
+ opacity: 1; /* 1 */
445
+ color: #9ca3af; /* 2 */
446
+ }
447
+
448
+ input::placeholder,
449
+ textarea::placeholder {
450
+ opacity: 1; /* 1 */
451
+ color: #9ca3af; /* 2 */
452
+ }
453
+
454
+ /*
455
+ Set the default cursor for buttons.
456
+ */
457
+
458
+ button,
459
+ [role="button"] {
460
+ cursor: pointer;
461
+ }
462
+
463
+ /*
464
+ Make sure disabled buttons don't get the pointer cursor.
465
+ */
466
+ :disabled {
467
+ cursor: default;
468
+ }
469
+
470
+ /*
471
+ 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
472
+ 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
473
+ This can trigger a poorly considered lint error in some tools but is included by design.
474
+ */
475
+
476
+ img,
477
+ svg,
478
+ video,
479
+ canvas,
480
+ audio,
481
+ iframe,
482
+ embed,
483
+ object {
484
+ display: block; /* 1 */
485
+ vertical-align: middle; /* 2 */
486
+ }
487
+
488
+ /*
489
+ Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
490
+ */
491
+
492
+ img,
493
+ video {
494
+ max-width: 100%;
495
+ height: auto;
496
+ }
497
+
498
+ /* Make elements with the HTML hidden attribute stay hidden by default */
499
+ [hidden] {
500
+ display: none;
501
+ }
502
+
503
+ :root {
504
+ --css-interop-darkMode: media;
505
+ --css-interop: true;
506
+ --css-interop-nativewind: true;
507
+ }
508
+ .pointer-events-none {
509
+ pointer-events: none;
510
+ }
511
+ .visible {
512
+ visibility: visible;
513
+ }
514
+ .fixed {
515
+ position: fixed;
516
+ }
517
+ .mb-2xl {
518
+ margin-bottom: 32px;
519
+ }
520
+ .mb-5xl {
521
+ margin-bottom: 64px;
522
+ }
523
+ .mb-btn-hg-1 {
524
+ margin-bottom: 24px;
525
+ }
526
+ .mb-xl {
527
+ margin-bottom: 24px;
528
+ }
529
+ .mb-xs {
530
+ margin-bottom: 4px;
531
+ }
532
+ .ml-lg {
533
+ margin-left: 16px;
534
+ }
535
+ .ml-sm {
536
+ margin-left: 8px;
537
+ }
538
+ .mr-lg {
539
+ margin-right: 16px;
540
+ }
541
+ .mr-md {
542
+ margin-right: 12px;
543
+ }
544
+ .mr-none {
545
+ margin-right: 0;
546
+ }
547
+ .mr-sm {
548
+ margin-right: 8px;
549
+ }
550
+ .mt-2xl {
551
+ margin-top: 32px;
552
+ }
553
+ .mt-3xl {
554
+ margin-top: 40px;
555
+ }
556
+ .mt-md {
557
+ margin-top: 12px;
558
+ }
559
+ .mt-sm {
560
+ margin-top: 8px;
561
+ }
562
+ .mt-xs {
563
+ margin-top: 4px;
564
+ }
565
+ .flex {
566
+ display: flex;
567
+ }
568
+ .list-item {
569
+ display: list-item;
570
+ }
571
+ .hidden {
572
+ display: none;
573
+ }
574
+ .h-2xl {
575
+ height: 32px;
576
+ }
577
+ .h-3xl {
578
+ height: 40px;
579
+ }
580
+ .h-4xl {
581
+ height: 48px;
582
+ }
583
+ .h-5xl {
584
+ height: 64px;
585
+ }
586
+ .h-\[128px\] {
587
+ height: 128px;
588
+ }
589
+ .h-\[160px\] {
590
+ height: 160px;
591
+ }
592
+ .h-\[40\] {
593
+ height: 40;
594
+ }
595
+ .h-\[45px\] {
596
+ height: 45px;
597
+ }
598
+ .h-\[54px\] {
599
+ height: 54px;
600
+ }
601
+ .h-\[56px\] {
602
+ height: 56px;
603
+ }
604
+ .h-\[80px\] {
605
+ height: 80px;
606
+ }
607
+ .h-\[90px\] {
608
+ height: 90px;
609
+ }
610
+ .h-\[96px\] {
611
+ height: 96px;
612
+ }
613
+ .h-screen {
614
+ height: 100vh;
615
+ }
616
+ .h-sm {
617
+ height: 8px;
618
+ }
619
+ .h-xl {
620
+ height: 24px;
621
+ }
622
+ .w-2xl {
623
+ width: 32px;
624
+ }
625
+ .w-3xl {
626
+ width: 40px;
627
+ }
628
+ .w-4\/6 {
629
+ width: 66.666667%;
630
+ }
631
+ .w-4xl {
632
+ width: 48px;
633
+ }
634
+ .w-5\/6 {
635
+ width: 83.333333%;
636
+ }
637
+ .w-5xl {
638
+ width: 64px;
639
+ }
640
+ .w-\[101px\] {
641
+ width: 101px;
642
+ }
643
+ .w-\[128px\] {
644
+ width: 128px;
645
+ }
646
+ .w-\[160px\] {
647
+ width: 160px;
648
+ }
649
+ .w-\[22px\] {
650
+ width: 22px;
651
+ }
652
+ .w-\[255px\] {
653
+ width: 255px;
654
+ }
655
+ .w-\[32\%\] {
656
+ width: 32%;
657
+ }
658
+ .w-\[40\] {
659
+ width: 40;
660
+ }
661
+ .w-\[43px\] {
662
+ width: 43px;
663
+ }
664
+ .w-\[80px\] {
665
+ width: 80px;
666
+ }
667
+ .w-\[94px\] {
668
+ width: 94px;
669
+ }
670
+ .w-\[96px\] {
671
+ width: 96px;
672
+ }
673
+ .w-fit {
674
+ width: -moz-fit-content;
675
+ width: fit-content;
676
+ }
677
+ .w-full {
678
+ width: 100%;
679
+ }
680
+ .w-sm {
681
+ width: 8px;
682
+ }
683
+ .w-xl {
684
+ width: 24px;
685
+ }
686
+ .flex-1 {
687
+ flex: 1 1 0%;
688
+ }
689
+ .border-spacing-2xl {
690
+ --tw-border-spacing-x: 32px;
691
+ --tw-border-spacing-y: 32px;
692
+ border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
693
+ }
694
+ .transform {
695
+ 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));
696
+ }
697
+ @keyframes spin {
698
+
699
+ to {
700
+ transform: rotate(360deg);
701
+ }
702
+ }
703
+ .animate-spin {
704
+ animation: spin 1s linear infinite;
705
+ }
706
+ .flex-row {
707
+ flex-direction: row;
708
+ }
709
+ .flex-col {
710
+ flex-direction: column;
711
+ }
712
+ .flex-col-reverse {
713
+ flex-direction: column-reverse;
714
+ }
715
+ .items-start {
716
+ align-items: flex-start;
717
+ }
718
+ .items-center {
719
+ align-items: center;
720
+ }
721
+ .justify-start {
722
+ justify-content: flex-start;
723
+ }
724
+ .justify-center {
725
+ justify-content: center;
726
+ }
727
+ .justify-between {
728
+ justify-content: space-between;
729
+ }
730
+ .gap-lg {
731
+ gap: 16px;
732
+ }
733
+ .gap-md {
734
+ gap: 12px;
735
+ }
736
+ .gap-sm {
737
+ gap: 8px;
738
+ }
739
+ .gap-xs {
740
+ gap: 4px;
741
+ }
742
+ .gap-y-lg {
743
+ row-gap: 16px;
744
+ }
745
+ .gap-y-md {
746
+ row-gap: 12px;
747
+ }
748
+ .gap-y-sm {
749
+ row-gap: 8px;
750
+ }
751
+ .gap-y-xs {
752
+ row-gap: 4px;
753
+ }
754
+ .self-start {
755
+ align-self: flex-start;
756
+ }
757
+ .self-center {
758
+ align-self: center;
759
+ }
760
+ .rounded-full {
761
+ border-radius: 9999px;
762
+ }
763
+ .rounded-lg {
764
+ border-radius: 16px;
765
+ }
766
+ .rounded-md {
767
+ border-radius: 12px;
768
+ }
769
+ .rounded-md-max {
770
+ border-radius: 9999px;
771
+ }
772
+ .rounded-sm-max {
773
+ border-radius: 9999px;
774
+ }
775
+ .rounded-xs {
776
+ border-radius: 6px;
777
+ }
778
+ .rounded-xs-max {
779
+ border-radius: 9999px;
780
+ }
781
+ .rounded-l-md {
782
+ border-top-left-radius: 12px;
783
+ border-bottom-left-radius: 12px;
784
+ }
785
+ .rounded-r-md {
786
+ border-top-right-radius: 12px;
787
+ border-bottom-right-radius: 12px;
788
+ }
789
+ .rounded-t-md {
790
+ border-top-left-radius: 12px;
791
+ border-top-right-radius: 12px;
792
+ }
793
+ .rounded-tr-sm {
794
+ border-top-right-radius: 8px;
795
+ }
796
+ .border {
797
+ border-width: 1px;
798
+ }
799
+ .border-0 {
800
+ border-width: 0px;
801
+ }
802
+ .border-2 {
803
+ border-width: 2px;
804
+ }
805
+ .border-4 {
806
+ border-width: 4px;
807
+ }
808
+ .border-b {
809
+ border-bottom-width: 1px;
810
+ }
811
+ .border-b-2 {
812
+ border-bottom-width: 2px;
813
+ }
814
+ .border-none {
815
+ border-style: none;
816
+ }
817
+ .border-dark-crimson10 {
818
+ --tw-border-opacity: 1;
819
+ border-color: rgb(238 81 138 / var(--tw-border-opacity));
820
+ }
821
+ .border-dark-edge-error {
822
+ border-color: #ff5d61b0;
823
+ }
824
+ .border-dark-edge-error-strong {
825
+ --tw-border-opacity: 1;
826
+ border-color: rgb(255 149 146 / var(--tw-border-opacity));
827
+ }
828
+ .border-light-background-neutral-light {
829
+ border-color: #0000330f;
830
+ }
831
+ .border-light-blue10 {
832
+ --tw-border-opacity: 1;
833
+ border-color: rgb(5 136 240 / var(--tw-border-opacity));
834
+ }
835
+ .border-light-edge-accent {
836
+ border-color: rgba(0,107,211,0.5451);
837
+ }
838
+ .border-light-edge-accent-strong {
839
+ border-color: rgba(0,115,196,0.9922);
840
+ }
841
+ .border-light-edge-disable {
842
+ border-color: #00002f26;
843
+ }
844
+ .border-light-edge-error {
845
+ border-color: #d2000571;
846
+ }
847
+ .border-light-edge-error-strong {
848
+ border-color: #c40006d3;
849
+ }
850
+ .border-light-edge-gray {
851
+ border-color: #00002f26;
852
+ }
853
+ .border-light-edge-gray-hover {
854
+ border-color: #00083046;
855
+ }
856
+ .border-light-edge-gray-strong {
857
+ border-color: #0007149f;
858
+ }
859
+ .border-light-edge-gray-subtle {
860
+ border-color: #0009321f;
861
+ }
862
+ .border-light-red9 {
863
+ --tw-border-opacity: 1;
864
+ border-color: rgb(229 72 77 / var(--tw-border-opacity));
865
+ }
866
+ .border-b-\[\#BDC8FF17\] {
867
+ border-bottom-color: #BDC8FF17;
868
+ }
869
+ .border-b-light-edge-gray-subtle {
870
+ border-bottom-color: #0009321f;
871
+ }
872
+ .bg-\[\'transparent\'\] {
873
+ background-color: 'transparent';
874
+ }
875
+ .bg-\[transparent\] {
876
+ background-color: transparent;
877
+ }
878
+ .bg-dark-background-accent-base {
879
+ --tw-bg-opacity: 1;
880
+ background-color: rgb(17 122 202 / var(--tw-bg-opacity));
881
+ }
882
+ .bg-dark-background-disable2 {
883
+ background-color: #d8f4f609;
884
+ }
885
+ .bg-dark-red4 {
886
+ --tw-bg-opacity: 1;
887
+ background-color: rgb(80 15 28 / var(--tw-bg-opacity));
888
+ }
889
+ .bg-dark-surface {
890
+ background-color: rgba(0,0,0,0.25);
891
+ }
892
+ .bg-dark-type-error {
893
+ --tw-bg-opacity: 1;
894
+ background-color: rgb(255 149 146 / var(--tw-bg-opacity));
895
+ }
896
+ .bg-light-background-accent-base {
897
+ --tw-bg-opacity: 1;
898
+ background-color: rgb(17 122 202 / var(--tw-bg-opacity));
899
+ }
900
+ .bg-light-background-accent-base-pressed {
901
+ --tw-bg-opacity: 1;
902
+ background-color: rgb(0 108 187 / var(--tw-bg-opacity));
903
+ }
904
+ .bg-light-background-accent-bold {
905
+ --tw-bg-opacity: 1;
906
+ background-color: rgb(14 56 91 / var(--tw-bg-opacity));
907
+ }
908
+ .bg-light-background-accent-light {
909
+ background-color: rgba(0,122,244,0.0902);
910
+ }
911
+ .bg-light-background-accent-light-pressed {
912
+ background-color: rgba(0,123,251,0.2118);
913
+ }
914
+ .bg-light-background-accent-lighter {
915
+ background-color: rgba(0,116,255,0.0431);
916
+ }
917
+ .bg-light-background-accent-transparent {
918
+ background-color: rgba(252,252,253,0);
919
+ }
920
+ .bg-light-background-accent-transparent-pressed {
921
+ background-color: rgba(0,131,255,0.1451);
922
+ }
923
+ .bg-light-background-disable1 {
924
+ background-color: #0000330f;
925
+ }
926
+ .bg-light-background-disable2 {
927
+ background-color: #00005506;
928
+ }
929
+ .bg-light-background-error-base {
930
+ --tw-bg-opacity: 1;
931
+ background-color: rgb(229 72 77 / var(--tw-bg-opacity));
932
+ }
933
+ .bg-light-background-error-bold {
934
+ --tw-bg-opacity: 1;
935
+ background-color: rgb(100 23 35 / var(--tw-bg-opacity));
936
+ }
937
+ .bg-light-background-error-light {
938
+ background-color: #f3000d14;
939
+ }
940
+ .bg-light-background-error-transparent {
941
+ background-color: rgba(252,252,253,0);
942
+ }
943
+ .bg-light-background-info-base {
944
+ --tw-bg-opacity: 1;
945
+ background-color: rgb(124 226 254 / var(--tw-bg-opacity));
946
+ }
947
+ .bg-light-background-info-bold {
948
+ --tw-bg-opacity: 1;
949
+ background-color: rgb(29 62 86 / var(--tw-bg-opacity));
950
+ }
951
+ .bg-light-background-info-light {
952
+ background-color: #00b3ee1e;
953
+ }
954
+ .bg-light-background-neutral-base {
955
+ --tw-bg-opacity: 1;
956
+ background-color: rgb(139 141 152 / var(--tw-bg-opacity));
957
+ }
958
+ .bg-light-background-neutral-bold {
959
+ --tw-bg-opacity: 1;
960
+ background-color: rgb(28 32 36 / var(--tw-bg-opacity));
961
+ }
962
+ .bg-light-background-neutral-light {
963
+ background-color: #0000330f;
964
+ }
965
+ .bg-light-background-neutral-transparent {
966
+ background-color: rgba(252,252,253,0);
967
+ }
968
+ .bg-light-background-success-base {
969
+ --tw-bg-opacity: 1;
970
+ background-color: rgb(48 164 108 / var(--tw-bg-opacity));
971
+ }
972
+ .bg-light-background-success-bold {
973
+ --tw-bg-opacity: 1;
974
+ background-color: rgb(25 59 45 / var(--tw-bg-opacity));
975
+ }
976
+ .bg-light-background-success-light {
977
+ background-color: #00a43319;
978
+ }
979
+ .bg-light-background-warning-base {
980
+ --tw-bg-opacity: 1;
981
+ background-color: rgb(255 197 61 / var(--tw-bg-opacity));
982
+ }
983
+ .bg-light-background-warning-bold {
984
+ --tw-bg-opacity: 1;
985
+ background-color: rgb(79 52 34 / var(--tw-bg-opacity));
986
+ }
987
+ .bg-light-background-warning-light {
988
+ background-color: #ffde003d;
989
+ }
990
+ .bg-light-neutral8 {
991
+ --tw-bg-opacity: 1;
992
+ background-color: rgb(185 187 198 / var(--tw-bg-opacity));
993
+ }
994
+ .bg-light-optiblue4 {
995
+ --tw-bg-opacity: 1;
996
+ background-color: rgb(218 237 255 / var(--tw-bg-opacity));
997
+ }
998
+ .bg-light-overlay-black11 {
999
+ background-color: rgba(0,0,0,0.608);
1000
+ }
1001
+ .bg-light-page-bg {
1002
+ --tw-bg-opacity: 1;
1003
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1004
+ }
1005
+ .bg-light-surface {
1006
+ --tw-bg-opacity: 1;
1007
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1008
+ }
1009
+ .bg-light-surface-gray {
1010
+ background-color: #0000330f;
1011
+ }
1012
+ .bg-light-type-error {
1013
+ background-color: #c40006d3;
1014
+ }
1015
+ .bg-white {
1016
+ --tw-bg-opacity: 1;
1017
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1018
+ }
1019
+ .p-3xl {
1020
+ padding: 40px;
1021
+ }
1022
+ .p-lg {
1023
+ padding: 16px;
1024
+ }
1025
+ .p-md {
1026
+ padding: 12px;
1027
+ }
1028
+ .p-sm {
1029
+ padding: 8px;
1030
+ }
1031
+ .p-xs {
1032
+ padding: 4px;
1033
+ }
1034
+ .px-2xl {
1035
+ padding-left: 32px;
1036
+ padding-right: 32px;
1037
+ }
1038
+ .px-3xl {
1039
+ padding-left: 40px;
1040
+ padding-right: 40px;
1041
+ }
1042
+ .px-lg {
1043
+ padding-left: 16px;
1044
+ padding-right: 16px;
1045
+ }
1046
+ .px-md {
1047
+ padding-left: 12px;
1048
+ padding-right: 12px;
1049
+ }
1050
+ .px-sm {
1051
+ padding-left: 8px;
1052
+ padding-right: 8px;
1053
+ }
1054
+ .px-xl {
1055
+ padding-left: 24px;
1056
+ padding-right: 24px;
1057
+ }
1058
+ .px-xs {
1059
+ padding-left: 4px;
1060
+ padding-right: 4px;
1061
+ }
1062
+ .py-lg {
1063
+ padding-top: 16px;
1064
+ padding-bottom: 16px;
1065
+ }
1066
+ .py-md {
1067
+ padding-top: 12px;
1068
+ padding-bottom: 12px;
1069
+ }
1070
+ .py-sm {
1071
+ padding-top: 8px;
1072
+ padding-bottom: 8px;
1073
+ }
1074
+ .py-xl {
1075
+ padding-top: 24px;
1076
+ padding-bottom: 24px;
1077
+ }
1078
+ .py-xs {
1079
+ padding-top: 4px;
1080
+ padding-bottom: 4px;
1081
+ }
1082
+ .pb-4xl {
1083
+ padding-bottom: 48px;
1084
+ }
1085
+ .pb-lg {
1086
+ padding-bottom: 16px;
1087
+ }
1088
+ .pt-sm {
1089
+ padding-top: 8px;
1090
+ }
1091
+ .pt-xl {
1092
+ padding-top: 24px;
1093
+ }
1094
+ .text-left {
1095
+ text-align: left;
1096
+ }
1097
+ .text-center {
1098
+ text-align: center;
1099
+ }
1100
+ .text-right {
1101
+ text-align: right;
1102
+ }
1103
+ .align-middle {
1104
+ vertical-align: middle;
1105
+ }
1106
+ .font-bold {
1107
+ font-family: Manrope700, sans-serif;
1108
+ }
1109
+ .font-medium {
1110
+ font-family: Manrope500, sans-serif;
1111
+ }
1112
+ .font-regular {
1113
+ font-family: Manrope400, sans-serif;
1114
+ }
1115
+ .font-semibold {
1116
+ font-family: Manrope600, sans-serif;
1117
+ }
1118
+ .text-2xl {
1119
+ font-size: 24px;
1120
+ }
1121
+ .text-3xl {
1122
+ font-size: 28px;
1123
+ }
1124
+ .text-4xl {
1125
+ font-size: 35px;
1126
+ }
1127
+ .text-5xl {
1128
+ font-size: 60px;
1129
+ }
1130
+ .text-base {
1131
+ font-size: 16px;
1132
+ }
1133
+ .text-lg {
1134
+ font-size: 18px;
1135
+ }
1136
+ .text-sm {
1137
+ font-size: 14px;
1138
+ }
1139
+ .text-xl {
1140
+ font-size: 20px;
1141
+ }
1142
+ .text-xs {
1143
+ font-size: 12px;
1144
+ }
1145
+ .leading-2xl {
1146
+ line-height: 1.25;
1147
+ }
1148
+ .leading-3xl {
1149
+ line-height: 1.29;
1150
+ }
1151
+ .leading-4xl {
1152
+ line-height: 1.26;
1153
+ }
1154
+ .leading-5xl {
1155
+ line-height: 1;
1156
+ }
1157
+ .leading-\[26px\] {
1158
+ line-height: 26px;
1159
+ }
1160
+ .leading-\[30px\] {
1161
+ line-height: 30px;
1162
+ }
1163
+ .leading-base {
1164
+ line-height: 1.5;
1165
+ }
1166
+ .leading-lg {
1167
+ line-height: 1.44;
1168
+ }
1169
+ .leading-sm {
1170
+ line-height: 1.43;
1171
+ }
1172
+ .leading-xl {
1173
+ line-height: 1.4;
1174
+ }
1175
+ .leading-xs {
1176
+ line-height: 1.33;
1177
+ }
1178
+ .tracking-2xl {
1179
+ letter-spacing: -0.1px;
1180
+ }
1181
+ .tracking-3xl {
1182
+ letter-spacing: -0.12px;
1183
+ }
1184
+ .tracking-4xl {
1185
+ letter-spacing: -0.16px;
1186
+ }
1187
+ .tracking-5xl {
1188
+ letter-spacing: -0.4px;
1189
+ }
1190
+ .tracking-base {
1191
+ letter-spacing: 0.5px;
1192
+ }
1193
+ .tracking-lg {
1194
+ letter-spacing: -0.04px;
1195
+ }
1196
+ .tracking-sm {
1197
+ letter-spacing: 0;
1198
+ }
1199
+ .tracking-xl {
1200
+ letter-spacing: -0.08px;
1201
+ }
1202
+ .tracking-xs {
1203
+ letter-spacing: 0.04px;
1204
+ }
1205
+ .text-black {
1206
+ --tw-text-opacity: 1;
1207
+ color: rgb(19 21 24 / var(--tw-text-opacity));
1208
+ }
1209
+ .text-dark-type-gray {
1210
+ --tw-text-opacity: 1;
1211
+ color: rgb(255 255 255 / var(--tw-text-opacity));
1212
+ }
1213
+ .text-light-contrast-white {
1214
+ --tw-text-opacity: 1;
1215
+ color: rgb(255 255 255 / var(--tw-text-opacity));
1216
+ }
1217
+ .text-light-type-accent {
1218
+ color: rgba(0,115,196,0.9922);
1219
+ }
1220
+ .text-light-type-accent-bold {
1221
+ --tw-text-opacity: 1;
1222
+ color: rgb(14 56 91 / var(--tw-text-opacity));
1223
+ }
1224
+ .text-light-type-accent-inverse {
1225
+ --tw-text-opacity: 1;
1226
+ color: rgb(251 253 255 / var(--tw-text-opacity));
1227
+ }
1228
+ .text-light-type-cyan {
1229
+ color: #007491ef;
1230
+ }
1231
+ .text-light-type-cyan-bold {
1232
+ --tw-text-opacity: 1;
1233
+ color: rgb(13 60 72 / var(--tw-text-opacity));
1234
+ }
1235
+ .text-light-type-error {
1236
+ color: #c40006d3;
1237
+ }
1238
+ .text-light-type-error-bold {
1239
+ --tw-text-opacity: 1;
1240
+ color: rgb(100 23 35 / var(--tw-text-opacity));
1241
+ }
1242
+ .text-light-type-error-inverse {
1243
+ --tw-text-opacity: 1;
1244
+ color: rgb(255 252 252 / var(--tw-text-opacity));
1245
+ }
1246
+ .text-light-type-gray {
1247
+ --tw-text-opacity: 1;
1248
+ color: rgb(19 21 24 / var(--tw-text-opacity));
1249
+ }
1250
+ .text-light-type-gray-disabled {
1251
+ color: #00083046;
1252
+ }
1253
+ .text-light-type-gray-inverse {
1254
+ --tw-text-opacity: 1;
1255
+ color: rgb(252 252 253 / var(--tw-text-opacity));
1256
+ }
1257
+ .text-light-type-gray-muted {
1258
+ --tw-text-opacity: 1;
1259
+ color: rgb(96 100 108 / var(--tw-text-opacity));
1260
+ }
1261
+ .text-light-type-info {
1262
+ --tw-text-opacity: 1;
1263
+ color: rgb(0 116 158 / var(--tw-text-opacity));
1264
+ }
1265
+ .text-light-type-info-bold {
1266
+ --tw-text-opacity: 1;
1267
+ color: rgb(29 62 86 / var(--tw-text-opacity));
1268
+ }
1269
+ .text-light-type-info-inverse {
1270
+ --tw-text-opacity: 1;
1271
+ color: rgb(249 254 255 / var(--tw-text-opacity));
1272
+ }
1273
+ .text-light-type-success {
1274
+ color: #00713fde;
1275
+ }
1276
+ .text-light-type-success-bold {
1277
+ --tw-text-opacity: 1;
1278
+ color: rgb(25 59 45 / var(--tw-text-opacity));
1279
+ }
1280
+ .text-light-type-success-inverse {
1281
+ --tw-text-opacity: 1;
1282
+ color: rgb(251 254 252 / var(--tw-text-opacity));
1283
+ }
1284
+ .text-light-type-tomato {
1285
+ color: #cd2200ea;
1286
+ }
1287
+ .text-light-type-tomato-bold {
1288
+ --tw-text-opacity: 1;
1289
+ color: rgb(92 39 31 / var(--tw-text-opacity));
1290
+ }
1291
+ .text-light-type-violet {
1292
+ color: #1f0099af;
1293
+ }
1294
+ .text-light-type-violet-bold {
1295
+ --tw-text-opacity: 1;
1296
+ color: rgb(47 38 95 / var(--tw-text-opacity));
1297
+ }
1298
+ .text-light-type-warning {
1299
+ --tw-text-opacity: 1;
1300
+ color: rgb(171 100 0 / var(--tw-text-opacity));
1301
+ }
1302
+ .text-light-type-warning-bold {
1303
+ --tw-text-opacity: 1;
1304
+ color: rgb(79 52 34 / var(--tw-text-opacity));
1305
+ }
1306
+ .text-light-type-warning-inverse {
1307
+ --tw-text-opacity: 1;
1308
+ color: rgb(254 253 251 / var(--tw-text-opacity));
1309
+ }
1310
+ .text-white {
1311
+ --tw-text-opacity: 1;
1312
+ color: rgb(255 255 255 / var(--tw-text-opacity));
1313
+ }
1314
+ .opacity-40 {
1315
+ opacity: 0.4;
1316
+ }
1317
+ .opacity-60 {
1318
+ opacity: 0.6;
1319
+ }
1320
+ .opacity-70 {
1321
+ opacity: 0.7;
1322
+ }
1323
+ .opacity-80 {
1324
+ opacity: 0.8;
1325
+ }
1326
+ .outline {
1327
+ outline-style: solid;
1328
+ }
1329
+ .text-xs-body {
1330
+ font-size: 12px;
1331
+ line-height: 1.33;
1332
+ font-family: Manrope400, sans-serif;
1333
+ letter-spacing: 0.04px;
1334
+ }
1335
+ .text-xs-head {
1336
+ font-size: 12px;
1337
+ line-height: 1.33;
1338
+ font-family: Manrope600, sans-serif;
1339
+ letter-spacing: 0.04px;
1340
+ }
1341
+ .text-sm-body {
1342
+ font-size: 14px;
1343
+ line-height: 1.43;
1344
+ font-family: Manrope400, sans-serif;
1345
+ letter-spacing: 0;
1346
+ }
1347
+ .text-sm-title {
1348
+ font-size: 14px;
1349
+ line-height: 1.43;
1350
+ font-family: Manrope500, sans-serif;
1351
+ letter-spacing: 0;
1352
+ }
1353
+ .text-sm-head {
1354
+ font-size: 14px;
1355
+ line-height: 1.43;
1356
+ font-family: Manrope600, sans-serif;
1357
+ letter-spacing: 0;
1358
+ }
1359
+ .text-sm-bold {
1360
+ font-size: 14px;
1361
+ line-height: 1.43;
1362
+ font-family: Manrope700, sans-serif;
1363
+ letter-spacing: 0;
1364
+ }
1365
+ .text-base-title {
1366
+ font-size: 16px;
1367
+ line-height: 1.5;
1368
+ font-family: Manrope500, sans-serif;
1369
+ letter-spacing: 0.5px;
1370
+ }
1371
+ .text-base-head {
1372
+ font-size: 16px;
1373
+ line-height: 1.5;
1374
+ font-family: Manrope600, sans-serif;
1375
+ letter-spacing: 0.5px;
1376
+ }
1377
+ .text-lg-title {
1378
+ font-size: 18px;
1379
+ line-height: 1.44;
1380
+ font-family: Manrope500, sans-serif;
1381
+ letter-spacing: -0.04px;
1382
+ }
1383
+ .text-lg-head {
1384
+ font-size: 18px;
1385
+ line-height: 1.44;
1386
+ font-family: Manrope600, sans-serif;
1387
+ letter-spacing: -0.04px;
1388
+ }
1389
+ .text-lg-bold {
1390
+ font-size: 18px;
1391
+ line-height: 1.44;
1392
+ font-family: Manrope700, sans-serif;
1393
+ letter-spacing: -0.04px;
1394
+ }
1395
+ .text-2xl-title {
1396
+ font-size: 24px;
1397
+ line-height: 1.25;
1398
+ font-family: Manrope500, sans-serif;
1399
+ letter-spacing: -0.1px;
1400
+ }
1401
+ .text-2xl-head {
1402
+ font-size: 24px;
1403
+ line-height: 1.25;
1404
+ font-family: Manrope600, sans-serif;
1405
+ letter-spacing: -0.1px;
1406
+ }
1407
+ .text-2xl-bold {
1408
+ font-size: 24px;
1409
+ line-height: 1.25;
1410
+ font-family: Manrope700, sans-serif;
1411
+ letter-spacing: -0.1px;
1412
+ }
1413
+ .focus\:bg-light-optiblueA3:focus {
1414
+ background-color: rgba(0,122,244,0.0902);
1415
+ }
1416
+ @media (prefers-color-scheme: dark) {
1417
+
1418
+ .dark\:border-dark-blue10 {
1419
+ --tw-border-opacity: 1;
1420
+ border-color: rgb(59 158 255 / var(--tw-border-opacity));
1421
+ }
1422
+
1423
+ .dark\:border-dark-edge-accent {
1424
+ border-color: rgba(0,149,255,0.7451);
1425
+ }
1426
+
1427
+ .dark\:border-dark-edge-accent-strong {
1428
+ --tw-border-opacity: 1;
1429
+ border-color: rgb(101 187 255 / var(--tw-border-opacity));
1430
+ }
1431
+
1432
+ .dark\:border-dark-edge-disable {
1433
+ border-color: #d6ebfd30;
1434
+ }
1435
+
1436
+ .dark\:border-dark-edge-error {
1437
+ border-color: #ff5d61b0;
1438
+ }
1439
+
1440
+ .dark\:border-dark-edge-error-strong {
1441
+ --tw-border-opacity: 1;
1442
+ border-color: rgb(255 149 146 / var(--tw-border-opacity));
1443
+ }
1444
+
1445
+ .dark\:border-dark-edge-gray {
1446
+ border-color: #d6ebfd30;
1447
+ }
1448
+
1449
+ .dark\:border-dark-edge-gray-hover {
1450
+ border-color: #d9edff5d;
1451
+ }
1452
+
1453
+ .dark\:border-dark-edge-gray-strong {
1454
+ border-color: #f1f7feb5;
1455
+ }
1456
+
1457
+ .dark\:border-dark-edge-gray-subtle {
1458
+ border-color: #d9edfe25;
1459
+ }
1460
+
1461
+ .dark\:border-dark-red9 {
1462
+ --tw-border-opacity: 1;
1463
+ border-color: rgb(229 72 77 / var(--tw-border-opacity));
1464
+ }
1465
+
1466
+ .dark\:border-b-dark-edge-gray-subtle {
1467
+ border-bottom-color: #d9edfe25;
1468
+ }
1469
+
1470
+ .dark\:bg-black {
1471
+ --tw-bg-opacity: 1;
1472
+ background-color: rgb(19 21 24 / var(--tw-bg-opacity));
1473
+ }
1474
+
1475
+ .dark\:bg-dark-background-accent-base {
1476
+ --tw-bg-opacity: 1;
1477
+ background-color: rgb(17 122 202 / var(--tw-bg-opacity));
1478
+ }
1479
+
1480
+ .dark\:bg-dark-background-accent-base-pressed {
1481
+ --tw-bg-opacity: 1;
1482
+ background-color: rgb(0 108 187 / var(--tw-bg-opacity));
1483
+ }
1484
+
1485
+ .dark\:bg-dark-background-accent-bold {
1486
+ --tw-bg-opacity: 1;
1487
+ background-color: rgb(198 229 255 / var(--tw-bg-opacity));
1488
+ }
1489
+
1490
+ .dark\:bg-dark-background-accent-light {
1491
+ background-color: rgba(0,117,255,0.2314);
1492
+ }
1493
+
1494
+ .dark\:bg-dark-background-accent-light-pressed {
1495
+ background-color: rgba(0,125,253,0.4353);
1496
+ }
1497
+
1498
+ .dark\:bg-dark-background-accent-lighter {
1499
+ background-color: rgba(0,113,251,0.0941);
1500
+ }
1501
+
1502
+ .dark\:bg-dark-background-accent-transparent {
1503
+ background-color: rgba(252,252,253,0);
1504
+ }
1505
+
1506
+ .dark\:bg-dark-background-disable1 {
1507
+ background-color: #ddeaf814;
1508
+ }
1509
+
1510
+ .dark\:bg-dark-background-disable2 {
1511
+ background-color: #d8f4f609;
1512
+ }
1513
+
1514
+ .dark\:bg-dark-background-error-base {
1515
+ --tw-bg-opacity: 1;
1516
+ background-color: rgb(229 72 77 / var(--tw-bg-opacity));
1517
+ }
1518
+
1519
+ .dark\:bg-dark-background-error-bold {
1520
+ --tw-bg-opacity: 1;
1521
+ background-color: rgb(255 209 217 / var(--tw-bg-opacity));
1522
+ }
1523
+
1524
+ .dark\:bg-dark-background-error-light {
1525
+ background-color: #ff173f2d;
1526
+ }
1527
+
1528
+ .dark\:bg-dark-background-info-base {
1529
+ --tw-bg-opacity: 1;
1530
+ background-color: rgb(124 226 254 / var(--tw-bg-opacity));
1531
+ }
1532
+
1533
+ .dark\:bg-dark-background-info-bold {
1534
+ --tw-bg-opacity: 1;
1535
+ background-color: rgb(194 243 255 / var(--tw-bg-opacity));
1536
+ }
1537
+
1538
+ .dark\:bg-dark-background-info-light {
1539
+ background-color: #1184fc33;
1540
+ }
1541
+
1542
+ .dark\:bg-dark-background-neutral-base {
1543
+ --tw-bg-opacity: 1;
1544
+ background-color: rgb(105 110 119 / var(--tw-bg-opacity));
1545
+ }
1546
+
1547
+ .dark\:bg-dark-background-neutral-bold {
1548
+ --tw-bg-opacity: 1;
1549
+ background-color: rgb(237 238 240 / var(--tw-bg-opacity));
1550
+ }
1551
+
1552
+ .dark\:bg-dark-background-neutral-light {
1553
+ background-color: #ddeaf814;
1554
+ }
1555
+
1556
+ .dark\:bg-dark-background-neutral-transparent {
1557
+ background-color: rgba(252,252,253,0);
1558
+ }
1559
+
1560
+ .dark\:bg-dark-background-success-base {
1561
+ --tw-bg-opacity: 1;
1562
+ background-color: rgb(48 164 108 / var(--tw-bg-opacity));
1563
+ }
1564
+
1565
+ .dark\:bg-dark-background-success-bold {
1566
+ --tw-bg-opacity: 1;
1567
+ background-color: rgb(177 241 203 / var(--tw-bg-opacity));
1568
+ }
1569
+
1570
+ .dark\:bg-dark-background-success-light {
1571
+ background-color: #22ff991e;
1572
+ }
1573
+
1574
+ .dark\:bg-dark-background-warning-base {
1575
+ --tw-bg-opacity: 1;
1576
+ background-color: rgb(255 197 61 / var(--tw-bg-opacity));
1577
+ }
1578
+
1579
+ .dark\:bg-dark-background-warning-bold {
1580
+ --tw-bg-opacity: 1;
1581
+ background-color: rgb(255 231 179 / var(--tw-bg-opacity));
1582
+ }
1583
+
1584
+ .dark\:bg-dark-background-warning-light {
1585
+ background-color: #fa820022;
1586
+ }
1587
+
1588
+ .dark\:bg-dark-neutral8 {
1589
+ --tw-bg-opacity: 1;
1590
+ background-color: rgb(90 97 105 / var(--tw-bg-opacity));
1591
+ }
1592
+
1593
+ .dark\:bg-dark-optiblue4 {
1594
+ --tw-bg-opacity: 1;
1595
+ background-color: rgb(0 51 101 / var(--tw-bg-opacity));
1596
+ }
1597
+
1598
+ .dark\:bg-dark-page-bg {
1599
+ --tw-bg-opacity: 1;
1600
+ background-color: rgb(17 17 19 / var(--tw-bg-opacity));
1601
+ }
1602
+
1603
+ .dark\:bg-dark-surface {
1604
+ background-color: rgba(0,0,0,0.25);
1605
+ }
1606
+
1607
+ .dark\:bg-dark-surface-gray {
1608
+ background-color: #ddeaf814;
1609
+ }
1610
+
1611
+ .dark\:bg-light-background-error-transparent {
1612
+ background-color: rgba(252,252,253,0);
1613
+ }
1614
+
1615
+ .dark\:bg-light-background-neutral-light {
1616
+ background-color: #0000330f;
1617
+ }
1618
+
1619
+ .dark\:text-dark-contrast-white {
1620
+ --tw-text-opacity: 1;
1621
+ color: rgb(255 255 255 / var(--tw-text-opacity));
1622
+ }
1623
+
1624
+ .dark\:text-dark-type-accent {
1625
+ --tw-text-opacity: 1;
1626
+ color: rgb(101 187 255 / var(--tw-text-opacity));
1627
+ }
1628
+
1629
+ .dark\:text-dark-type-accent-bold {
1630
+ --tw-text-opacity: 1;
1631
+ color: rgb(198 229 255 / var(--tw-text-opacity));
1632
+ }
1633
+
1634
+ .dark\:text-dark-type-accent-inverse {
1635
+ --tw-text-opacity: 1;
1636
+ color: rgb(7 18 29 / var(--tw-text-opacity));
1637
+ }
1638
+
1639
+ .dark\:text-dark-type-cyan {
1640
+ color: #52e1fee5;
1641
+ }
1642
+
1643
+ .dark\:text-dark-type-cyan-bold {
1644
+ --tw-text-opacity: 1;
1645
+ color: rgb(182 236 247 / var(--tw-text-opacity));
1646
+ }
1647
+
1648
+ .dark\:text-dark-type-error {
1649
+ --tw-text-opacity: 1;
1650
+ color: rgb(255 149 146 / var(--tw-text-opacity));
1651
+ }
1652
+
1653
+ .dark\:text-dark-type-error-bold {
1654
+ --tw-text-opacity: 1;
1655
+ color: rgb(255 209 217 / var(--tw-text-opacity));
1656
+ }
1657
+
1658
+ .dark\:text-dark-type-error-inverse {
1659
+ --tw-text-opacity: 1;
1660
+ color: rgb(25 17 17 / var(--tw-text-opacity));
1661
+ }
1662
+
1663
+ .dark\:text-dark-type-gray {
1664
+ --tw-text-opacity: 1;
1665
+ color: rgb(255 255 255 / var(--tw-text-opacity));
1666
+ }
1667
+
1668
+ .dark\:text-dark-type-gray-disabled {
1669
+ color: #d9edff5d;
1670
+ }
1671
+
1672
+ .dark\:text-dark-type-gray-inverse {
1673
+ --tw-text-opacity: 1;
1674
+ color: rgb(17 17 19 / var(--tw-text-opacity));
1675
+ }
1676
+
1677
+ .dark\:text-dark-type-gray-muted {
1678
+ --tw-text-opacity: 1;
1679
+ color: rgb(176 180 186 / var(--tw-text-opacity));
1680
+ }
1681
+
1682
+ .dark\:text-dark-type-info {
1683
+ color: #7cd3ffef;
1684
+ }
1685
+
1686
+ .dark\:text-dark-type-info-bold {
1687
+ --tw-text-opacity: 1;
1688
+ color: rgb(194 243 255 / var(--tw-text-opacity));
1689
+ }
1690
+
1691
+ .dark\:text-dark-type-info-inverse {
1692
+ --tw-text-opacity: 1;
1693
+ color: rgb(13 20 31 / var(--tw-text-opacity));
1694
+ }
1695
+
1696
+ .dark\:text-dark-type-success {
1697
+ color: #46fea5d4;
1698
+ }
1699
+
1700
+ .dark\:text-dark-type-success-bold {
1701
+ --tw-text-opacity: 1;
1702
+ color: rgb(177 241 203 / var(--tw-text-opacity));
1703
+ }
1704
+
1705
+ .dark\:text-dark-type-success-inverse {
1706
+ --tw-text-opacity: 1;
1707
+ color: rgb(14 21 18 / var(--tw-text-opacity));
1708
+ }
1709
+
1710
+ .dark\:text-dark-type-tomato {
1711
+ --tw-text-opacity: 1;
1712
+ color: rgb(255 151 125 / var(--tw-text-opacity));
1713
+ }
1714
+
1715
+ .dark\:text-dark-type-tomato-bold {
1716
+ --tw-text-opacity: 1;
1717
+ color: rgb(251 211 203 / var(--tw-text-opacity));
1718
+ }
1719
+
1720
+ .dark\:text-dark-type-violet {
1721
+ --tw-text-opacity: 1;
1722
+ color: rgb(186 167 255 / var(--tw-text-opacity));
1723
+ }
1724
+
1725
+ .dark\:text-dark-type-violet-bold {
1726
+ --tw-text-opacity: 1;
1727
+ color: rgb(226 221 254 / var(--tw-text-opacity));
1728
+ }
1729
+
1730
+ .dark\:text-dark-type-warning {
1731
+ --tw-text-opacity: 1;
1732
+ color: rgb(255 202 22 / var(--tw-text-opacity));
1733
+ }
1734
+
1735
+ .dark\:text-dark-type-warning-bold {
1736
+ --tw-text-opacity: 1;
1737
+ color: rgb(255 231 179 / var(--tw-text-opacity));
1738
+ }
1739
+
1740
+ .dark\:text-dark-type-warning-inverse {
1741
+ --tw-text-opacity: 1;
1742
+ color: rgb(22 18 12 / var(--tw-text-opacity));
1743
+ }
1744
+ }