@kanda-libs/ks-component-ts 0.2.257 → 0.2.258

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/app/src/App.tsx +12 -15
  2. package/dist/index.d.ts +9842 -9842
  3. package/dist/index.esm.js +3 -3
  4. package/dist/index.esm.js.map +3 -3
  5. package/package.json +1 -1
  6. package/src/field/components/BasicNumberInput/BasicNumberInputUncontrolled/index.tsx +1 -2
  7. package/src/field/components/BasicNumberInput/BasicNumberInputUncontrolled/useBasicNumberInputUncontrolledProps.ts +0 -5
  8. package/src/generated/widget/index.tsx +47860 -47860
  9. package/.DS_Store +0 -0
  10. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueBlackItalic.woff +0 -0
  11. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueBoldItalic.woff +0 -0
  12. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueExtraBoldItalic.woff +0 -0
  13. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueExtraLightItalic.woff +0 -0
  14. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueHeavyItalic.woff +0 -0
  15. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueLightItalic.woff +0 -0
  16. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueMediumItalic.woff +0 -0
  17. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueRegularItalic.woff +0 -0
  18. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueSemiBoldItalic.woff +0 -0
  19. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueThinItalic.woff +0 -0
  20. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueBlack.woff +0 -0
  21. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueBold.woff +0 -0
  22. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueExtraBold.woff +0 -0
  23. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueExtraLight.woff +0 -0
  24. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueHeavy.woff +0 -0
  25. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueLight.woff +0 -0
  26. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueMedium.woff +0 -0
  27. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueRegular.woff +0 -0
  28. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueSemiBold.woff +0 -0
  29. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueThin.woff +0 -0
  30. package/app/.yalc/@kanda-libs/ks-component-ts/dist/index.esm.js +0 -4
  31. package/app/.yalc/@kanda-libs/ks-component-ts/dist/index.esm.js.map +0 -7
  32. package/app/.yalc/@kanda-libs/ks-component-ts/dist/library.css +0 -4499
  33. package/app/.yalc/@kanda-libs/ks-component-ts/package.json +0 -97
  34. package/app/.yalc/@kanda-libs/ks-component-ts/yalc.sig +0 -1
  35. package/app/yalc.lock +0 -9
  36. package/src/.DS_Store +0 -0
  37. package/src/field/.DS_Store +0 -0
  38. package/src/field/components/.DS_Store +0 -0
@@ -1,4499 +0,0 @@
1
- /*
2
- ! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
3
- */
4
-
5
- /*
6
- 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
7
- 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
8
- */
9
-
10
- *,
11
- ::before,
12
- ::after {
13
- box-sizing: border-box;
14
- /* 1 */
15
- border-width: 0;
16
- /* 2 */
17
- border-style: solid;
18
- /* 2 */
19
- border-color: currentColor;
20
- /* 2 */
21
- }
22
-
23
- ::before,
24
- ::after {
25
- --tw-content: '';
26
- }
27
-
28
- /*
29
- 1. Use a consistent sensible line-height in all browsers.
30
- 2. Prevent adjustments of font size after orientation changes in iOS.
31
- 3. Use a more readable tab size.
32
- 4. Use the user's configured `sans` font-family by default.
33
- 5. Use the user's configured `sans` font-feature-settings by default.
34
- */
35
-
36
- html {
37
- line-height: 1.5;
38
- /* 1 */
39
- -webkit-text-size-adjust: 100%;
40
- /* 2 */
41
- -moz-tab-size: 4;
42
- /* 3 */
43
- -o-tab-size: 4;
44
- tab-size: 4;
45
- /* 3 */
46
- font-family: "Galano Grotesque";
47
- /* 4 */
48
- font-feature-settings: normal;
49
- /* 5 */
50
- }
51
-
52
- /*
53
- 1. Remove the margin in all browsers.
54
- 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
55
- */
56
-
57
- body {
58
- margin: 0;
59
- /* 1 */
60
- line-height: inherit;
61
- /* 2 */
62
- }
63
-
64
- /*
65
- 1. Add the correct height in Firefox.
66
- 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
67
- 3. Ensure horizontal rules are visible by default.
68
- */
69
-
70
- hr {
71
- height: 0;
72
- /* 1 */
73
- color: inherit;
74
- /* 2 */
75
- border-top-width: 1px;
76
- /* 3 */
77
- }
78
-
79
- /*
80
- Add the correct text decoration in Chrome, Edge, and Safari.
81
- */
82
-
83
- abbr:where([title]) {
84
- -webkit-text-decoration: underline dotted;
85
- text-decoration: underline dotted;
86
- }
87
-
88
- /*
89
- Remove the default font size and weight for headings.
90
- */
91
-
92
- h1,
93
- h2,
94
- h3,
95
- h4,
96
- h5,
97
- h6 {
98
- font-size: inherit;
99
- font-weight: inherit;
100
- }
101
-
102
- /*
103
- Reset links to optimize for opt-in styling instead of opt-out.
104
- */
105
-
106
- a {
107
- color: inherit;
108
- text-decoration: inherit;
109
- }
110
-
111
- /*
112
- Add the correct font weight in Edge and Safari.
113
- */
114
-
115
- b,
116
- strong {
117
- font-weight: bolder;
118
- }
119
-
120
- /*
121
- 1. Use the user's configured `mono` font family by default.
122
- 2. Correct the odd `em` font sizing in all browsers.
123
- */
124
-
125
- code,
126
- kbd,
127
- samp,
128
- pre {
129
- font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
130
- /* 1 */
131
- font-size: 1em;
132
- /* 2 */
133
- }
134
-
135
- /*
136
- Add the correct font size in all browsers.
137
- */
138
-
139
- small {
140
- font-size: 80%;
141
- }
142
-
143
- /*
144
- Prevent `sub` and `sup` elements from affecting the line height in all browsers.
145
- */
146
-
147
- sub,
148
- sup {
149
- font-size: 75%;
150
- line-height: 0;
151
- position: relative;
152
- vertical-align: baseline;
153
- }
154
-
155
- sub {
156
- bottom: -0.25em;
157
- }
158
-
159
- sup {
160
- top: -0.5em;
161
- }
162
-
163
- /*
164
- 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)
165
- 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)
166
- 3. Remove gaps between table borders by default.
167
- */
168
-
169
- table {
170
- text-indent: 0;
171
- /* 1 */
172
- border-color: inherit;
173
- /* 2 */
174
- border-collapse: collapse;
175
- /* 3 */
176
- }
177
-
178
- /*
179
- 1. Change the font styles in all browsers.
180
- 2. Remove the margin in Firefox and Safari.
181
- 3. Remove default padding in all browsers.
182
- */
183
-
184
- button,
185
- input,
186
- optgroup,
187
- select,
188
- textarea {
189
- font-family: inherit;
190
- /* 1 */
191
- font-size: 100%;
192
- /* 1 */
193
- font-weight: inherit;
194
- /* 1 */
195
- line-height: inherit;
196
- /* 1 */
197
- color: inherit;
198
- /* 1 */
199
- margin: 0;
200
- /* 2 */
201
- padding: 0;
202
- /* 3 */
203
- }
204
-
205
- /*
206
- Remove the inheritance of text transform in Edge and Firefox.
207
- */
208
-
209
- button,
210
- select {
211
- text-transform: none;
212
- }
213
-
214
- /*
215
- 1. Correct the inability to style clickable types in iOS and Safari.
216
- 2. Remove default button styles.
217
- */
218
-
219
- button,
220
- [type='button'],
221
- [type='reset'],
222
- [type='submit'] {
223
- -webkit-appearance: button;
224
- /* 1 */
225
- background-color: transparent;
226
- /* 2 */
227
- background-image: none;
228
- /* 2 */
229
- }
230
-
231
- /*
232
- Use the modern Firefox focus style for all focusable elements.
233
- */
234
-
235
- :-moz-focusring {
236
- outline: auto;
237
- }
238
-
239
- /*
240
- Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
241
- */
242
-
243
- :-moz-ui-invalid {
244
- box-shadow: none;
245
- }
246
-
247
- /*
248
- Add the correct vertical alignment in Chrome and Firefox.
249
- */
250
-
251
- progress {
252
- vertical-align: baseline;
253
- }
254
-
255
- /*
256
- Correct the cursor style of increment and decrement buttons in Safari.
257
- */
258
-
259
- ::-webkit-inner-spin-button,
260
- ::-webkit-outer-spin-button {
261
- height: auto;
262
- }
263
-
264
- /*
265
- 1. Correct the odd appearance in Chrome and Safari.
266
- 2. Correct the outline style in Safari.
267
- */
268
-
269
- [type='search'] {
270
- -webkit-appearance: textfield;
271
- /* 1 */
272
- outline-offset: -2px;
273
- /* 2 */
274
- }
275
-
276
- /*
277
- Remove the inner padding in Chrome and Safari on macOS.
278
- */
279
-
280
- ::-webkit-search-decoration {
281
- -webkit-appearance: none;
282
- }
283
-
284
- /*
285
- 1. Correct the inability to style clickable types in iOS and Safari.
286
- 2. Change font properties to `inherit` in Safari.
287
- */
288
-
289
- ::-webkit-file-upload-button {
290
- -webkit-appearance: button;
291
- /* 1 */
292
- font: inherit;
293
- /* 2 */
294
- }
295
-
296
- /*
297
- Add the correct display in Chrome and Safari.
298
- */
299
-
300
- summary {
301
- display: list-item;
302
- }
303
-
304
- /*
305
- Removes the default spacing and border for appropriate elements.
306
- */
307
-
308
- blockquote,
309
- dl,
310
- dd,
311
- h1,
312
- h2,
313
- h3,
314
- h4,
315
- h5,
316
- h6,
317
- hr,
318
- figure,
319
- p,
320
- pre {
321
- margin: 0;
322
- }
323
-
324
- fieldset {
325
- margin: 0;
326
- padding: 0;
327
- }
328
-
329
- legend {
330
- padding: 0;
331
- }
332
-
333
- ol,
334
- ul,
335
- menu {
336
- list-style: none;
337
- margin: 0;
338
- padding: 0;
339
- }
340
-
341
- /*
342
- Prevent resizing textareas horizontally by default.
343
- */
344
-
345
- textarea {
346
- resize: vertical;
347
- }
348
-
349
- /*
350
- 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
351
- 2. Set the default placeholder color to the user's configured gray 400 color.
352
- */
353
-
354
- input::-moz-placeholder, textarea::-moz-placeholder {
355
- opacity: 1;
356
- /* 1 */
357
- color: #9ca3af;
358
- /* 2 */
359
- }
360
-
361
- input::placeholder,
362
- textarea::placeholder {
363
- opacity: 1;
364
- /* 1 */
365
- color: #9ca3af;
366
- /* 2 */
367
- }
368
-
369
- /*
370
- Set the default cursor for buttons.
371
- */
372
-
373
- button,
374
- [role="button"] {
375
- cursor: pointer;
376
- }
377
-
378
- /*
379
- Make sure disabled buttons don't get the pointer cursor.
380
- */
381
-
382
- :disabled {
383
- cursor: default;
384
- }
385
-
386
- /*
387
- 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
388
- 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
389
- This can trigger a poorly considered lint error in some tools but is included by design.
390
- */
391
-
392
- img,
393
- svg,
394
- video,
395
- canvas,
396
- audio,
397
- iframe,
398
- embed,
399
- object {
400
- display: block;
401
- /* 1 */
402
- vertical-align: middle;
403
- /* 2 */
404
- }
405
-
406
- /*
407
- Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
408
- */
409
-
410
- img,
411
- video {
412
- max-width: 100%;
413
- height: auto;
414
- }
415
-
416
- /* Make elements with the HTML hidden attribute stay hidden by default */
417
-
418
- [hidden] {
419
- display: none;
420
- }
421
-
422
- @font-face {
423
- font-family: Galano Grotesque;
424
-
425
- font-weight: 100;
426
-
427
- src: url(./fonts/GalanoGrotesque/regular/GalanoGrotesqueThin.woff)
428
- format("woff");
429
- }
430
-
431
- @font-face {
432
- font-family: Galano Grotesque;
433
-
434
- font-weight: 200;
435
-
436
- src: url(./fonts/GalanoGrotesque/regular/GalanoGrotesqueExtraLight.woff)
437
- format("woff");
438
- }
439
-
440
- @font-face {
441
- font-family: Galano Grotesque;
442
-
443
- font-weight: 300;
444
-
445
- src: url(./fonts/GalanoGrotesque/regular/GalanoGrotesqueLight.woff)
446
- format("woff");
447
- }
448
-
449
- @font-face {
450
- font-family: Galano Grotesque;
451
-
452
- font-weight: 400;
453
-
454
- src: url(./fonts/GalanoGrotesque/regular/GalanoGrotesqueRegular.woff)
455
- format("woff");
456
- }
457
-
458
- @font-face {
459
- font-family: Galano Grotesque;
460
-
461
- font-weight: 500;
462
-
463
- src: url(./fonts/GalanoGrotesque/regular/GalanoGrotesqueMedium.woff)
464
- format("woff");
465
- }
466
-
467
- @font-face {
468
- font-family: Galano Grotesque;
469
-
470
- font-weight: 600;
471
-
472
- src: url(./fonts/GalanoGrotesque/regular/GalanoGrotesqueSemiBold.woff)
473
- format("woff");
474
- }
475
-
476
- @font-face {
477
- font-family: Galano Grotesque;
478
-
479
- font-weight: 700;
480
-
481
- src: url(./fonts/GalanoGrotesque/regular/GalanoGrotesqueBold.woff)
482
- format("woff");
483
- }
484
-
485
- @font-face {
486
- font-family: Galano Grotesque;
487
-
488
- font-weight: 800;
489
-
490
- src: url(./fonts/GalanoGrotesque/regular/GalanoGrotesqueExtraBold.woff)
491
- format("woff");
492
- }
493
-
494
- @font-face {
495
- font-family: Galano Grotesque;
496
-
497
- font-weight: 900;
498
-
499
- src: url(./fonts/GalanoGrotesque/regular/GalanoGrotesqueBlack.woff)
500
- format("woff");
501
- }
502
-
503
- @font-face {
504
- font-family: Galano Grotesque;
505
-
506
- font-weight: 100;
507
-
508
- font-style: italic;
509
-
510
- src: url(./fonts/GalanoGrotesque/italic/GalanoGrotesqueThinItalic.woff)
511
- format("woff");
512
- }
513
-
514
- @font-face {
515
- font-family: Galano Grotesque;
516
-
517
- font-weight: 200;
518
-
519
- font-style: italic;
520
-
521
- src: url(./fonts/GalanoGrotesque/italic/GalanoGrotesqueExtraLightItalic.woff)
522
- format("woff");
523
- }
524
-
525
- @font-face {
526
- font-family: Galano Grotesque;
527
-
528
- font-weight: 300;
529
-
530
- font-style: italic;
531
-
532
- src: url(./fonts/GalanoGrotesque/italic/GalanoGrotesqueLightItalic.woff)
533
- format("woff");
534
- }
535
-
536
- @font-face {
537
- font-family: Galano Grotesque;
538
-
539
- font-weight: 400;
540
-
541
- font-style: italic;
542
-
543
- src: url(./fonts/GalanoGrotesque/italic/GalanoGrotesqueRegularItalic.woff)
544
- format("woff");
545
- }
546
-
547
- @font-face {
548
- font-family: Galano Grotesque;
549
-
550
- font-weight: 500;
551
-
552
- font-style: italic;
553
-
554
- src: url(./fonts/GalanoGrotesque/italic/GalanoGrotesqueMediumItalic.woff)
555
- format("woff");
556
- }
557
-
558
- @font-face {
559
- font-family: Galano Grotesque;
560
-
561
- font-weight: 600;
562
-
563
- font-style: italic;
564
-
565
- src: url(./fonts/GalanoGrotesque/italic/GalanoGrotesqueSemiBoldItalic.woff)
566
- format("woff");
567
- }
568
-
569
- @font-face {
570
- font-family: Galano Grotesque;
571
-
572
- font-weight: 700;
573
-
574
- font-style: italic;
575
-
576
- src: url(./fonts/GalanoGrotesque/italic/GalanoGrotesqueBoldItalic.woff)
577
- format("woff");
578
- }
579
-
580
- @font-face {
581
- font-family: Galano Grotesque;
582
-
583
- font-weight: 800;
584
-
585
- font-style: italic;
586
-
587
- src: url(./fonts/GalanoGrotesque/italic/GalanoGrotesqueExtraBoldItalic.woff)
588
- format("woff");
589
- }
590
-
591
- @font-face {
592
- font-family: Galano Grotesque;
593
-
594
- font-weight: 900;
595
-
596
- font-style: italic;
597
-
598
- src: url(./fonts/GalanoGrotesque/italic/GalanoGrotesqueBlackItalic.woff)
599
- format("woff");
600
- }
601
-
602
- input[type="number"]::-webkit-inner-spin-button,
603
- input[type="number"]::-webkit-outer-spin-button {
604
- -webkit-appearance: none;
605
- margin: 0;
606
- }
607
-
608
- *, ::before, ::after {
609
- --tw-border-spacing-x: 0;
610
- --tw-border-spacing-y: 0;
611
- --tw-translate-x: 0;
612
- --tw-translate-y: 0;
613
- --tw-rotate: 0;
614
- --tw-skew-x: 0;
615
- --tw-skew-y: 0;
616
- --tw-scale-x: 1;
617
- --tw-scale-y: 1;
618
- --tw-pan-x: ;
619
- --tw-pan-y: ;
620
- --tw-pinch-zoom: ;
621
- --tw-scroll-snap-strictness: proximity;
622
- --tw-ordinal: ;
623
- --tw-slashed-zero: ;
624
- --tw-numeric-figure: ;
625
- --tw-numeric-spacing: ;
626
- --tw-numeric-fraction: ;
627
- --tw-ring-inset: ;
628
- --tw-ring-offset-width: 0px;
629
- --tw-ring-offset-color: #fff;
630
- --tw-ring-color: rgb(59 130 246 / 0.5);
631
- --tw-ring-offset-shadow: 0 0 #0000;
632
- --tw-ring-shadow: 0 0 #0000;
633
- --tw-shadow: 0 0 #0000;
634
- --tw-shadow-colored: 0 0 #0000;
635
- --tw-blur: ;
636
- --tw-brightness: ;
637
- --tw-contrast: ;
638
- --tw-grayscale: ;
639
- --tw-hue-rotate: ;
640
- --tw-invert: ;
641
- --tw-saturate: ;
642
- --tw-sepia: ;
643
- --tw-drop-shadow: ;
644
- --tw-backdrop-blur: ;
645
- --tw-backdrop-brightness: ;
646
- --tw-backdrop-contrast: ;
647
- --tw-backdrop-grayscale: ;
648
- --tw-backdrop-hue-rotate: ;
649
- --tw-backdrop-invert: ;
650
- --tw-backdrop-opacity: ;
651
- --tw-backdrop-saturate: ;
652
- --tw-backdrop-sepia: ;
653
- }
654
-
655
- ::backdrop {
656
- --tw-border-spacing-x: 0;
657
- --tw-border-spacing-y: 0;
658
- --tw-translate-x: 0;
659
- --tw-translate-y: 0;
660
- --tw-rotate: 0;
661
- --tw-skew-x: 0;
662
- --tw-skew-y: 0;
663
- --tw-scale-x: 1;
664
- --tw-scale-y: 1;
665
- --tw-pan-x: ;
666
- --tw-pan-y: ;
667
- --tw-pinch-zoom: ;
668
- --tw-scroll-snap-strictness: proximity;
669
- --tw-ordinal: ;
670
- --tw-slashed-zero: ;
671
- --tw-numeric-figure: ;
672
- --tw-numeric-spacing: ;
673
- --tw-numeric-fraction: ;
674
- --tw-ring-inset: ;
675
- --tw-ring-offset-width: 0px;
676
- --tw-ring-offset-color: #fff;
677
- --tw-ring-color: rgb(59 130 246 / 0.5);
678
- --tw-ring-offset-shadow: 0 0 #0000;
679
- --tw-ring-shadow: 0 0 #0000;
680
- --tw-shadow: 0 0 #0000;
681
- --tw-shadow-colored: 0 0 #0000;
682
- --tw-blur: ;
683
- --tw-brightness: ;
684
- --tw-contrast: ;
685
- --tw-grayscale: ;
686
- --tw-hue-rotate: ;
687
- --tw-invert: ;
688
- --tw-saturate: ;
689
- --tw-sepia: ;
690
- --tw-drop-shadow: ;
691
- --tw-backdrop-blur: ;
692
- --tw-backdrop-brightness: ;
693
- --tw-backdrop-contrast: ;
694
- --tw-backdrop-grayscale: ;
695
- --tw-backdrop-hue-rotate: ;
696
- --tw-backdrop-invert: ;
697
- --tw-backdrop-opacity: ;
698
- --tw-backdrop-saturate: ;
699
- --tw-backdrop-sepia: ;
700
- }
701
-
702
- .container {
703
- width: 100%;
704
- }
705
-
706
- .\!container {
707
- width: 100% !important;
708
- }
709
-
710
- @media (min-width: 640px) {
711
- .container {
712
- max-width: 640px;
713
- }
714
-
715
- .\!container {
716
- max-width: 640px !important;
717
- }
718
- }
719
-
720
- @media (min-width: 768px) {
721
- .container {
722
- max-width: 768px;
723
- }
724
-
725
- .\!container {
726
- max-width: 768px !important;
727
- }
728
- }
729
-
730
- @media (min-width: 1024px) {
731
- .container {
732
- max-width: 1024px;
733
- }
734
-
735
- .\!container {
736
- max-width: 1024px !important;
737
- }
738
- }
739
-
740
- @media (min-width: 1280px) {
741
- .container {
742
- max-width: 1280px;
743
- }
744
-
745
- .\!container {
746
- max-width: 1280px !important;
747
- }
748
- }
749
-
750
- @media (min-width: 1440px) {
751
- .container {
752
- max-width: 1440px;
753
- }
754
-
755
- .\!container {
756
- max-width: 1440px !important;
757
- }
758
- }
759
-
760
- @media (min-width: 1536px) {
761
- .container {
762
- max-width: 1536px;
763
- }
764
-
765
- .\!container {
766
- max-width: 1536px !important;
767
- }
768
- }
769
-
770
- .text-32-40-em {
771
- font-weight: 600;
772
- font-size: 32px;
773
- line-height: 40px;
774
- }
775
-
776
- .text-28-32-em {
777
- font-weight: 600;
778
- font-size: 28px;
779
- line-height: 32px;
780
- }
781
-
782
- .text-20-24-em {
783
- font-weight: 600;
784
- font-size: 20px;
785
- line-height: 24px;
786
- }
787
-
788
- .text-18-22-em {
789
- font-weight: 600;
790
- font-size: 18px;
791
- line-height: 22px;
792
- }
793
-
794
- .text-16-24 {
795
- font-weight: 400;
796
- font-size: 16px;
797
- line-height: 24px;
798
- }
799
-
800
- .text-16-20-em {
801
- font-weight: 600;
802
- font-size: 16px;
803
- line-height: 20px;
804
- }
805
-
806
- .text-16-18 {
807
- font-weight: 400;
808
- font-size: 16px;
809
- line-height: 18px;
810
- }
811
-
812
- .text-14-22-em {
813
- font-weight: 600;
814
- font-size: 14px;
815
- line-height: 22px;
816
- }
817
-
818
- .text-14-22 {
819
- font-weight: 400;
820
- font-size: 14px;
821
- line-height: 22px;
822
- }
823
-
824
- .text-12-18-em {
825
- font-weight: 600;
826
- font-size: 12px;
827
- line-height: 18px;
828
- }
829
-
830
- .text-12-18 {
831
- font-weight: 400;
832
- font-size: 12px;
833
- line-height: 18px;
834
- }
835
-
836
- .text-10-17-em-up {
837
- font-weight: 600;
838
- font-size: 10px;
839
- line-height: 17px;
840
- text-transform: uppercase;
841
- }
842
-
843
- .text-10-14-em {
844
- font-weight: 600;
845
- font-size: 10px;
846
- line-height: 14px;
847
- }
848
-
849
- .text-style-c {
850
- font-weight: 600;
851
- font-size: 24px;
852
- line-height: 28px;
853
- }
854
-
855
- .text-style-d {
856
- font-weight: 600;
857
- font-size: 20px;
858
- line-height: 24px;
859
- }
860
-
861
- .text-style-f-em {
862
- font-weight: 600;
863
- font-size: 16px;
864
- line-height: 20px;
865
- }
866
-
867
- .text-style-f {
868
- font-weight: 400;
869
- font-size: 16px;
870
- line-height: 24px;
871
- }
872
-
873
- .text-style-g-em {
874
- font-weight: 600;
875
- font-size: 14px;
876
- line-height: 22px;
877
- }
878
-
879
- .\!text-style-g-em {
880
- font-weight: 600 !important;
881
- font-size: 14px !important;
882
- line-height: 22px !important;
883
- }
884
-
885
- .text-style-g {
886
- font-weight: 400;
887
- font-size: 14px;
888
- line-height: 22px;
889
- }
890
-
891
- .text-style-h-em {
892
- font-weight: 600;
893
- font-size: 12px;
894
- line-height: 18px;
895
- }
896
-
897
- .text-style-h {
898
- font-weight: 400;
899
- font-size: 12px;
900
- line-height: 18px;
901
- }
902
-
903
- .text-style-i-em-up {
904
- font-weight: 600;
905
- font-size: 11px;
906
- line-height: 20px;
907
- text-transform: uppercase;
908
- }
909
-
910
- .text-style-j-em-up {
911
- font-weight: 600;
912
- font-size: 10px;
913
- line-height: 17px;
914
- text-transform: uppercase;
915
- }
916
-
917
- .text-style-k-em {
918
- font-weight: 600;
919
- font-size: 10px;
920
- line-height: 14px;
921
- }
922
-
923
- .text-style-k {
924
- font-weight: 400;
925
- font-size: 10px;
926
- line-height: 14px;
927
- }
928
-
929
- .bg-gradient-b-big {
930
- background-image: linear-gradient(to right, var(--tw-gradient-stops));
931
- --tw-gradient-from: #27DEBF;
932
- --tw-gradient-to: rgb(39 222 191 / 0);
933
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
934
- --tw-gradient-to: rgb(193 244 233 / 0);
935
- --tw-gradient-stops: var(--tw-gradient-from), #C1F4E9, var(--tw-gradient-to);
936
- --tw-gradient-to: #27DEBF;
937
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
938
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
939
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
940
- --tw-ring-color: transparent;
941
- }
942
-
943
- .pointer-events-none {
944
- pointer-events: none;
945
- }
946
-
947
- .visible {
948
- visibility: visible;
949
- }
950
-
951
- .\!visible {
952
- visibility: visible !important;
953
- }
954
-
955
- .invisible {
956
- visibility: hidden;
957
- }
958
-
959
- .collapse {
960
- visibility: collapse;
961
- }
962
-
963
- .static {
964
- position: static;
965
- }
966
-
967
- .fixed {
968
- position: fixed;
969
- }
970
-
971
- .absolute {
972
- position: absolute;
973
- }
974
-
975
- .relative {
976
- position: relative;
977
- }
978
-
979
- .\!relative {
980
- position: relative !important;
981
- }
982
-
983
- .sticky {
984
- position: sticky;
985
- }
986
-
987
- .top-0 {
988
- top: 0;
989
- }
990
-
991
- .left-0 {
992
- left: 0;
993
- }
994
-
995
- .-top-1 {
996
- top: -4px;
997
- }
998
-
999
- .right-2 {
1000
- right: 8px;
1001
- }
1002
-
1003
- .right-0 {
1004
- right: 0;
1005
- }
1006
-
1007
- .-right-2 {
1008
- right: -8px;
1009
- }
1010
-
1011
- .top-10 {
1012
- top: 40px;
1013
- }
1014
-
1015
- .bottom-0 {
1016
- bottom: 0;
1017
- }
1018
-
1019
- .-right-px {
1020
- right: -1px;
1021
- }
1022
-
1023
- .-bottom-22 {
1024
- bottom: -88px;
1025
- }
1026
-
1027
- .bottom-6 {
1028
- bottom: 24px;
1029
- }
1030
-
1031
- .right-4 {
1032
- right: 16px;
1033
- }
1034
-
1035
- .bottom-4 {
1036
- bottom: 16px;
1037
- }
1038
-
1039
- .top-1\/2 {
1040
- top: 50%;
1041
- }
1042
-
1043
- .left-1\/2 {
1044
- left: 50%;
1045
- }
1046
-
1047
- .-bottom-10 {
1048
- bottom: -40px;
1049
- }
1050
-
1051
- .bottom-full {
1052
- bottom: 100%;
1053
- }
1054
-
1055
- .top-full {
1056
- top: 100%;
1057
- }
1058
-
1059
- .right-full {
1060
- right: 100%;
1061
- }
1062
-
1063
- .left-full {
1064
- left: 100%;
1065
- }
1066
-
1067
- .z-50 {
1068
- z-index: 50;
1069
- }
1070
-
1071
- .z-30 {
1072
- z-index: 30;
1073
- }
1074
-
1075
- .z-20 {
1076
- z-index: 20;
1077
- }
1078
-
1079
- .z-10 {
1080
- z-index: 10;
1081
- }
1082
-
1083
- .z-0 {
1084
- z-index: 0;
1085
- }
1086
-
1087
- .z-40 {
1088
- z-index: 40;
1089
- }
1090
-
1091
- .m-auto {
1092
- margin: auto;
1093
- }
1094
-
1095
- .m-0\.75 {
1096
- margin: 3px;
1097
- }
1098
-
1099
- .m-0 {
1100
- margin: 0;
1101
- }
1102
-
1103
- .m-26 {
1104
- margin: 104px;
1105
- }
1106
-
1107
- .-m-0\.5 {
1108
- margin: -2px;
1109
- }
1110
-
1111
- .-m-0 {
1112
- margin: 0;
1113
- }
1114
-
1115
- .my-50 {
1116
- margin-top: 200px;
1117
- margin-bottom: 200px;
1118
- }
1119
-
1120
- .my-auto {
1121
- margin-top: auto;
1122
- margin-bottom: auto;
1123
- }
1124
-
1125
- .mx-auto {
1126
- margin-left: auto;
1127
- margin-right: auto;
1128
- }
1129
-
1130
- .mx-2 {
1131
- margin-left: 8px;
1132
- margin-right: 8px;
1133
- }
1134
-
1135
- .my-10 {
1136
- margin-top: 40px;
1137
- margin-bottom: 40px;
1138
- }
1139
-
1140
- .mx-3 {
1141
- margin-left: 12px;
1142
- margin-right: 12px;
1143
- }
1144
-
1145
- .mx-10 {
1146
- margin-left: 40px;
1147
- margin-right: 40px;
1148
- }
1149
-
1150
- .-mx-3 {
1151
- margin-left: -12px;
1152
- margin-right: -12px;
1153
- }
1154
-
1155
- .-mx-2 {
1156
- margin-left: -8px;
1157
- margin-right: -8px;
1158
- }
1159
-
1160
- .my-1 {
1161
- margin-top: 4px;
1162
- margin-bottom: 4px;
1163
- }
1164
-
1165
- .my-5 {
1166
- margin-top: 20px;
1167
- margin-bottom: 20px;
1168
- }
1169
-
1170
- .mx-4 {
1171
- margin-left: 16px;
1172
- margin-right: 16px;
1173
- }
1174
-
1175
- .mb-3 {
1176
- margin-bottom: 12px;
1177
- }
1178
-
1179
- .mb-6 {
1180
- margin-bottom: 24px;
1181
- }
1182
-
1183
- .mr-4 {
1184
- margin-right: 16px;
1185
- }
1186
-
1187
- .ml-6 {
1188
- margin-left: 24px;
1189
- }
1190
-
1191
- .mt-6 {
1192
- margin-top: 24px;
1193
- }
1194
-
1195
- .mt-2 {
1196
- margin-top: 8px;
1197
- }
1198
-
1199
- .mb-2 {
1200
- margin-bottom: 8px;
1201
- }
1202
-
1203
- .ml-3 {
1204
- margin-left: 12px;
1205
- }
1206
-
1207
- .mb-1 {
1208
- margin-bottom: 4px;
1209
- }
1210
-
1211
- .mb-4 {
1212
- margin-bottom: 16px;
1213
- }
1214
-
1215
- .mb-0 {
1216
- margin-bottom: 0;
1217
- }
1218
-
1219
- .mt-1 {
1220
- margin-top: 4px;
1221
- }
1222
-
1223
- .mb-10 {
1224
- margin-bottom: 40px;
1225
- }
1226
-
1227
- .mb-5 {
1228
- margin-bottom: 20px;
1229
- }
1230
-
1231
- .-ml-4 {
1232
- margin-left: -16px;
1233
- }
1234
-
1235
- .mr-3 {
1236
- margin-right: 12px;
1237
- }
1238
-
1239
- .-mt-3 {
1240
- margin-top: -12px;
1241
- }
1242
-
1243
- .-mt-1 {
1244
- margin-top: -4px;
1245
- }
1246
-
1247
- .-ml-2 {
1248
- margin-left: -8px;
1249
- }
1250
-
1251
- .ml-2 {
1252
- margin-left: 8px;
1253
- }
1254
-
1255
- .mr-2 {
1256
- margin-right: 8px;
1257
- }
1258
-
1259
- .mt-\[5px\] {
1260
- margin-top: 5px;
1261
- }
1262
-
1263
- .-ml-\[14px\] {
1264
- margin-left: -14px;
1265
- }
1266
-
1267
- .mb-auto {
1268
- margin-bottom: auto;
1269
- }
1270
-
1271
- .ml-4 {
1272
- margin-left: 16px;
1273
- }
1274
-
1275
- .mt-7 {
1276
- margin-top: 28px;
1277
- }
1278
-
1279
- .mt-px {
1280
- margin-top: 1px;
1281
- }
1282
-
1283
- .mt-3\.5 {
1284
- margin-top: 14px;
1285
- }
1286
-
1287
- .mt-3 {
1288
- margin-top: 12px;
1289
- }
1290
-
1291
- .ml-auto {
1292
- margin-left: auto;
1293
- }
1294
-
1295
- .-ml-3 {
1296
- margin-left: -12px;
1297
- }
1298
-
1299
- .mr-8 {
1300
- margin-right: 32px;
1301
- }
1302
-
1303
- .ml-5 {
1304
- margin-left: 20px;
1305
- }
1306
-
1307
- .mr-1 {
1308
- margin-right: 4px;
1309
- }
1310
-
1311
- .ml-px {
1312
- margin-left: 1px;
1313
- }
1314
-
1315
- .mr-px {
1316
- margin-right: 1px;
1317
- }
1318
-
1319
- .-mt-2 {
1320
- margin-top: -8px;
1321
- }
1322
-
1323
- .mt-4 {
1324
- margin-top: 16px;
1325
- }
1326
-
1327
- .-mt-5 {
1328
- margin-top: -20px;
1329
- }
1330
-
1331
- .-ml-px {
1332
- margin-left: -1px;
1333
- }
1334
-
1335
- .-mt-0\.5 {
1336
- margin-top: -2px;
1337
- }
1338
-
1339
- .-mt-0 {
1340
- margin-top: 0;
1341
- }
1342
-
1343
- .mr-1\.5 {
1344
- margin-right: 6px;
1345
- }
1346
-
1347
- .-mt-10 {
1348
- margin-top: -40px;
1349
- }
1350
-
1351
- .mr-6 {
1352
- margin-right: 24px;
1353
- }
1354
-
1355
- .mt-20 {
1356
- margin-top: 80px;
1357
- }
1358
-
1359
- .mt-10 {
1360
- margin-top: 40px;
1361
- }
1362
-
1363
- .mb-2\.5 {
1364
- margin-bottom: 10px;
1365
- }
1366
-
1367
- .mt-2\.5 {
1368
- margin-top: 10px;
1369
- }
1370
-
1371
- .mb-16 {
1372
- margin-bottom: 64px;
1373
- }
1374
-
1375
- .ml-12 {
1376
- margin-left: 48px;
1377
- }
1378
-
1379
- .ml-2\.5 {
1380
- margin-left: 10px;
1381
- }
1382
-
1383
- .mt-12 {
1384
- margin-top: 48px;
1385
- }
1386
-
1387
- .-ml-8 {
1388
- margin-left: -32px;
1389
- }
1390
-
1391
- .ml-8 {
1392
- margin-left: 32px;
1393
- }
1394
-
1395
- .ml-1 {
1396
- margin-left: 4px;
1397
- }
1398
-
1399
- .mt-0\.5 {
1400
- margin-top: 2px;
1401
- }
1402
-
1403
- .mt-0 {
1404
- margin-top: 0;
1405
- }
1406
-
1407
- .mr-0\.5 {
1408
- margin-right: 2px;
1409
- }
1410
-
1411
- .mr-0 {
1412
- margin-right: 0;
1413
- }
1414
-
1415
- .mt-1\.5 {
1416
- margin-top: 6px;
1417
- }
1418
-
1419
- .mb-1\.5 {
1420
- margin-bottom: 6px;
1421
- }
1422
-
1423
- .-mt-8 {
1424
- margin-top: -32px;
1425
- }
1426
-
1427
- .mt-8 {
1428
- margin-top: 32px;
1429
- }
1430
-
1431
- .mr-auto {
1432
- margin-right: auto;
1433
- }
1434
-
1435
- .block {
1436
- display: block;
1437
- }
1438
-
1439
- .inline-block {
1440
- display: inline-block;
1441
- }
1442
-
1443
- .inline {
1444
- display: inline;
1445
- }
1446
-
1447
- .flex {
1448
- display: flex;
1449
- }
1450
-
1451
- .inline-flex {
1452
- display: inline-flex;
1453
- }
1454
-
1455
- .table {
1456
- display: table;
1457
- }
1458
-
1459
- .grid {
1460
- display: grid;
1461
- }
1462
-
1463
- .hidden {
1464
- display: none;
1465
- }
1466
-
1467
- .h-full {
1468
- height: 100%;
1469
- }
1470
-
1471
- .h-screen {
1472
- height: 100vh;
1473
- }
1474
-
1475
- @supports (-webkit-touch-callout: none) {
1476
-
1477
- .h-screen {
1478
- height: -webkit-fill-available;
1479
- }
1480
- }
1481
-
1482
- .h-9 {
1483
- height: 36px;
1484
- }
1485
-
1486
- .h-1 {
1487
- height: 4px;
1488
- }
1489
-
1490
- .h-5 {
1491
- height: 20px;
1492
- }
1493
-
1494
- .h-10 {
1495
- height: 40px;
1496
- }
1497
-
1498
- .h-table {
1499
- height: 696px;
1500
- }
1501
-
1502
- .h-2 {
1503
- height: 8px;
1504
- }
1505
-
1506
- .h-6 {
1507
- height: 24px;
1508
- }
1509
-
1510
- .h-4\.5 {
1511
- height: 18px;
1512
- }
1513
-
1514
- .h-4 {
1515
- height: 16px;
1516
- }
1517
-
1518
- .h-3\.5 {
1519
- height: 14px;
1520
- }
1521
-
1522
- .h-3 {
1523
- height: 12px;
1524
- }
1525
-
1526
- .h-14 {
1527
- height: 56px;
1528
- }
1529
-
1530
- .h-16 {
1531
- height: 64px;
1532
- }
1533
-
1534
- .h-8 {
1535
- height: 32px;
1536
- }
1537
-
1538
- .h-12 {
1539
- height: 48px;
1540
- }
1541
-
1542
- .h-5\/6 {
1543
- height: 83.333333%;
1544
- }
1545
-
1546
- .h-80 {
1547
- height: 320px;
1548
- }
1549
-
1550
- .h-52 {
1551
- height: 208px;
1552
- }
1553
-
1554
- .h-0\.75 {
1555
- height: 3px;
1556
- }
1557
-
1558
- .h-0 {
1559
- height: 0;
1560
- }
1561
-
1562
- .h-60 {
1563
- height: 240px;
1564
- }
1565
-
1566
- .h-px {
1567
- height: 1px;
1568
- }
1569
-
1570
- .h-7\.75 {
1571
- height: 31px;
1572
- }
1573
-
1574
- .h-7 {
1575
- height: 28px;
1576
- }
1577
-
1578
- .h-5\.25 {
1579
- height: 21px;
1580
- }
1581
-
1582
- .h-2\/6 {
1583
- height: 33.333333%;
1584
- }
1585
-
1586
- .h-2\/3 {
1587
- height: 66.666667%;
1588
- }
1589
-
1590
- .h-1\.5 {
1591
- height: 6px;
1592
- }
1593
-
1594
- .max-h-32 {
1595
- max-height: 128px;
1596
- }
1597
-
1598
- .max-h-16 {
1599
- max-height: 64px;
1600
- }
1601
-
1602
- .max-h-38 {
1603
- max-height: 152px;
1604
- }
1605
-
1606
- .max-h-64 {
1607
- max-height: 256px;
1608
- }
1609
-
1610
- .min-h-30 {
1611
- min-height: 120px;
1612
- }
1613
-
1614
- .min-h-20 {
1615
- min-height: 80px;
1616
- }
1617
-
1618
- .min-h-28 {
1619
- min-height: 112px;
1620
- }
1621
-
1622
- .min-h-full {
1623
- min-height: 100%;
1624
- }
1625
-
1626
- .w-full {
1627
- width: 100%;
1628
- }
1629
-
1630
- .w-screen {
1631
- width: 100vw;
1632
- }
1633
-
1634
- .w-2\/6 {
1635
- width: 33.333333%;
1636
- }
1637
-
1638
- .w-16 {
1639
- width: 64px;
1640
- }
1641
-
1642
- .w-5 {
1643
- width: 20px;
1644
- }
1645
-
1646
- .w-2 {
1647
- width: 8px;
1648
- }
1649
-
1650
- .w-6 {
1651
- width: 24px;
1652
- }
1653
-
1654
- .w-11 {
1655
- width: 44px;
1656
- }
1657
-
1658
- .w-4\.5 {
1659
- width: 18px;
1660
- }
1661
-
1662
- .w-4 {
1663
- width: 16px;
1664
- }
1665
-
1666
- .w-9 {
1667
- width: 36px;
1668
- }
1669
-
1670
- .w-3\.5 {
1671
- width: 14px;
1672
- }
1673
-
1674
- .w-3 {
1675
- width: 12px;
1676
- }
1677
-
1678
- .w-auto {
1679
- width: auto;
1680
- }
1681
-
1682
- .w-1\/6 {
1683
- width: 16.666667%;
1684
- }
1685
-
1686
- .w-48 {
1687
- width: 192px;
1688
- }
1689
-
1690
- .w-px {
1691
- width: 1px;
1692
- }
1693
-
1694
- .w-0\.5 {
1695
- width: 2px;
1696
- }
1697
-
1698
- .w-0 {
1699
- width: 0;
1700
- }
1701
-
1702
- .w-10 {
1703
- width: 40px;
1704
- }
1705
-
1706
- .w-32 {
1707
- width: 128px;
1708
- }
1709
-
1710
- .w-36 {
1711
- width: 144px;
1712
- }
1713
-
1714
- .w-1\/2 {
1715
- width: 50%;
1716
- }
1717
-
1718
- .w-5\/6 {
1719
- width: 83.333333%;
1720
- }
1721
-
1722
- .w-8 {
1723
- width: 32px;
1724
- }
1725
-
1726
- .w-1\/3 {
1727
- width: 33.333333%;
1728
- }
1729
-
1730
- .w-1 {
1731
- width: 4px;
1732
- }
1733
-
1734
- .w-0\.75 {
1735
- width: 3px;
1736
- }
1737
-
1738
- .w-64 {
1739
- width: 256px;
1740
- }
1741
-
1742
- .w-12 {
1743
- width: 48px;
1744
- }
1745
-
1746
- .w-120 {
1747
- width: 480px;
1748
- }
1749
-
1750
- .min-w-max {
1751
- min-width: -moz-max-content;
1752
- min-width: max-content;
1753
- }
1754
-
1755
- .min-w-10 {
1756
- min-width: 40px;
1757
- }
1758
-
1759
- .min-w-5 {
1760
- min-width: 20px;
1761
- }
1762
-
1763
- .min-w-16 {
1764
- min-width: 64px;
1765
- }
1766
-
1767
- .min-w-54 {
1768
- min-width: 216px;
1769
- }
1770
-
1771
- .min-w-0 {
1772
- min-width: 0;
1773
- }
1774
-
1775
- .min-w-6 {
1776
- min-width: 24px;
1777
- }
1778
-
1779
- .min-w-36 {
1780
- min-width: 144px;
1781
- }
1782
-
1783
- .min-w-8 {
1784
- min-width: 32px;
1785
- }
1786
-
1787
- .max-w-36 {
1788
- max-width: 144px;
1789
- }
1790
-
1791
- .max-w-120 {
1792
- max-width: 480px;
1793
- }
1794
-
1795
- .max-w-80 {
1796
- max-width: 320px;
1797
- }
1798
-
1799
- .max-w-5xl {
1800
- max-width: 64rem;
1801
- }
1802
-
1803
- .max-w-screen-lg {
1804
- max-width: 1024px;
1805
- }
1806
-
1807
- .max-w-7xl {
1808
- max-width: 80rem;
1809
- }
1810
-
1811
- .max-w-sm {
1812
- max-width: 24rem;
1813
- }
1814
-
1815
- .max-w-full {
1816
- max-width: 100%;
1817
- }
1818
-
1819
- .flex-1 {
1820
- flex: 1 1 0%;
1821
- }
1822
-
1823
- .flex-none {
1824
- flex: none;
1825
- }
1826
-
1827
- .flex-initial {
1828
- flex: 0 1 auto;
1829
- }
1830
-
1831
- .shrink {
1832
- flex-shrink: 1;
1833
- }
1834
-
1835
- .flex-grow {
1836
- flex-grow: 1;
1837
- }
1838
-
1839
- .basis-1\/3 {
1840
- flex-basis: 33.333333%;
1841
- }
1842
-
1843
- .basis-2\/3 {
1844
- flex-basis: 66.666667%;
1845
- }
1846
-
1847
- .origin-0 {
1848
- transform-origin: 0%;
1849
- }
1850
-
1851
- .origin-full {
1852
- transform-origin: 100%;
1853
- }
1854
-
1855
- .-translate-x-full {
1856
- --tw-translate-x: -100%;
1857
- 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));
1858
- }
1859
-
1860
- .-translate-x-1\/2 {
1861
- --tw-translate-x: -50%;
1862
- 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));
1863
- }
1864
-
1865
- .-translate-y-1\/2 {
1866
- --tw-translate-y: -50%;
1867
- 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));
1868
- }
1869
-
1870
- .rotate-180 {
1871
- --tw-rotate: 180deg;
1872
- 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));
1873
- }
1874
-
1875
- .skew-y-slide-up {
1876
- --tw-skew-y: -3.75deg;
1877
- 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));
1878
- }
1879
-
1880
- .-scale-x-1 {
1881
- --tw-scale-x: -1;
1882
- 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));
1883
- }
1884
-
1885
- .transform {
1886
- 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));
1887
- }
1888
-
1889
- .transform-gpu {
1890
- transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1891
- }
1892
-
1893
- @keyframes spin {
1894
- to {
1895
- transform: rotate(360deg);
1896
- }
1897
- }
1898
-
1899
- .animate-spin {
1900
- animation: spin 1s linear infinite;
1901
- }
1902
-
1903
- @keyframes fade-in {
1904
- 0% {
1905
- opacity: 0;
1906
- }
1907
-
1908
- 100% {
1909
- opacity: 1;
1910
- }
1911
- }
1912
-
1913
- .animate-fade-in {
1914
- animation: fade-in 200ms ease-in-out;
1915
- }
1916
-
1917
- @keyframes fade-out {
1918
- 0% {
1919
- opacity: 1;
1920
- }
1921
-
1922
- 100% {
1923
- opacity: 0;
1924
- }
1925
- }
1926
-
1927
- .animate-fade-out {
1928
- animation: fade-out 200ms ease-in-out;
1929
- }
1930
-
1931
- @keyframes slide-left-in {
1932
- 0% {
1933
- transform: translateX(100%);
1934
- }
1935
-
1936
- 100% {
1937
- transform: translateX(0%);
1938
- }
1939
- }
1940
-
1941
- .animate-slide-left-in {
1942
- animation: slide-left-in 200ms ease-in-out;
1943
- }
1944
-
1945
- @keyframes slide-left-out {
1946
- 0% {
1947
- transform: translateX(0%);
1948
- }
1949
-
1950
- 100% {
1951
- transform: translateX(100%);
1952
- }
1953
- }
1954
-
1955
- .animate-slide-left-out {
1956
- animation: slide-left-out 200ms ease-in-out;
1957
- }
1958
-
1959
- .cursor-pointer {
1960
- cursor: pointer;
1961
- }
1962
-
1963
- .cursor-text {
1964
- cursor: text;
1965
- }
1966
-
1967
- .cursor-not-allowed {
1968
- cursor: not-allowed;
1969
- }
1970
-
1971
- .cursor-default {
1972
- cursor: default;
1973
- }
1974
-
1975
- .select-none {
1976
- -webkit-user-select: none;
1977
- -moz-user-select: none;
1978
- user-select: none;
1979
- }
1980
-
1981
- .resize-none {
1982
- resize: none;
1983
- }
1984
-
1985
- .resize {
1986
- resize: both;
1987
- }
1988
-
1989
- .appearance-none {
1990
- -webkit-appearance: none;
1991
- -moz-appearance: none;
1992
- appearance: none;
1993
- }
1994
-
1995
- .grid-cols-2 {
1996
- grid-template-columns: repeat(2, minmax(0, 1fr));
1997
- }
1998
-
1999
- .flex-row {
2000
- flex-direction: row;
2001
- }
2002
-
2003
- .flex-row-reverse {
2004
- flex-direction: row-reverse;
2005
- }
2006
-
2007
- .flex-col {
2008
- flex-direction: column;
2009
- }
2010
-
2011
- .flex-wrap {
2012
- flex-wrap: wrap;
2013
- }
2014
-
2015
- .items-start {
2016
- align-items: flex-start;
2017
- }
2018
-
2019
- .items-center {
2020
- align-items: center;
2021
- }
2022
-
2023
- .items-stretch {
2024
- align-items: stretch;
2025
- }
2026
-
2027
- .justify-start {
2028
- justify-content: flex-start;
2029
- }
2030
-
2031
- .justify-end {
2032
- justify-content: flex-end;
2033
- }
2034
-
2035
- .justify-center {
2036
- justify-content: center;
2037
- }
2038
-
2039
- .justify-between {
2040
- justify-content: space-between;
2041
- }
2042
-
2043
- .justify-items-center {
2044
- justify-items: center;
2045
- }
2046
-
2047
- .gap-x-1 {
2048
- -moz-column-gap: 4px;
2049
- column-gap: 4px;
2050
- }
2051
-
2052
- .gap-y-1 {
2053
- row-gap: 4px;
2054
- }
2055
-
2056
- .gap-x-2 {
2057
- -moz-column-gap: 8px;
2058
- column-gap: 8px;
2059
- }
2060
-
2061
- .self-center {
2062
- align-self: center;
2063
- }
2064
-
2065
- .self-stretch {
2066
- align-self: stretch;
2067
- }
2068
-
2069
- .overflow-auto {
2070
- overflow: auto;
2071
- }
2072
-
2073
- .overflow-hidden {
2074
- overflow: hidden;
2075
- }
2076
-
2077
- .overflow-scroll {
2078
- overflow: scroll;
2079
- }
2080
-
2081
- .overflow-x-auto {
2082
- overflow-x: auto;
2083
- }
2084
-
2085
- .overflow-x-hidden {
2086
- overflow-x: hidden;
2087
- }
2088
-
2089
- .overflow-y-scroll {
2090
- overflow-y: scroll;
2091
- }
2092
-
2093
- .overflow-ellipsis {
2094
- text-overflow: ellipsis;
2095
- }
2096
-
2097
- .whitespace-nowrap {
2098
- white-space: nowrap;
2099
- }
2100
-
2101
- .break-all {
2102
- word-break: break-all;
2103
- }
2104
-
2105
- .rounded-xl {
2106
- border-radius: 0.75rem;
2107
- }
2108
-
2109
- .rounded-3xl {
2110
- border-radius: 1.5rem;
2111
- }
2112
-
2113
- .rounded-lg {
2114
- border-radius: 0.5rem;
2115
- }
2116
-
2117
- .rounded {
2118
- border-radius: 0.25rem;
2119
- }
2120
-
2121
- .rounded-full {
2122
- border-radius: 9999px;
2123
- }
2124
-
2125
- .\!rounded-full {
2126
- border-radius: 9999px !important;
2127
- }
2128
-
2129
- .rounded-2xl {
2130
- border-radius: 1rem;
2131
- }
2132
-
2133
- .rounded-md {
2134
- border-radius: 0.375rem;
2135
- }
2136
-
2137
- .\!rounded {
2138
- border-radius: 0.25rem !important;
2139
- }
2140
-
2141
- .rounded-b-xl {
2142
- border-bottom-right-radius: 0.75rem;
2143
- border-bottom-left-radius: 0.75rem;
2144
- }
2145
-
2146
- .rounded-b-none {
2147
- border-bottom-right-radius: 0px;
2148
- border-bottom-left-radius: 0px;
2149
- }
2150
-
2151
- .rounded-l-lg {
2152
- border-top-left-radius: 0.5rem;
2153
- border-bottom-left-radius: 0.5rem;
2154
- }
2155
-
2156
- .rounded-r-lg {
2157
- border-top-right-radius: 0.5rem;
2158
- border-bottom-right-radius: 0.5rem;
2159
- }
2160
-
2161
- .rounded-br-lg {
2162
- border-bottom-right-radius: 0.5rem;
2163
- }
2164
-
2165
- .rounded-bl-lg {
2166
- border-bottom-left-radius: 0.5rem;
2167
- }
2168
-
2169
- .border {
2170
- border-width: 1px;
2171
- }
2172
-
2173
- .border-2 {
2174
- border-width: 2px;
2175
- }
2176
-
2177
- .\!border-0 {
2178
- border-width: 0px !important;
2179
- }
2180
-
2181
- .border-b-0 {
2182
- border-bottom-width: 0px;
2183
- }
2184
-
2185
- .border-r {
2186
- border-right-width: 1px;
2187
- }
2188
-
2189
- .border-b {
2190
- border-bottom-width: 1px;
2191
- }
2192
-
2193
- .border-t-0 {
2194
- border-top-width: 0px;
2195
- }
2196
-
2197
- .border-l {
2198
- border-left-width: 1px;
2199
- }
2200
-
2201
- .border-l-0 {
2202
- border-left-width: 0px;
2203
- }
2204
-
2205
- .border-r-0 {
2206
- border-right-width: 0px;
2207
- }
2208
-
2209
- .border-solid {
2210
- border-style: solid;
2211
- }
2212
-
2213
- .border-dashed {
2214
- border-style: dashed;
2215
- }
2216
-
2217
- .border-neutral-300 {
2218
- --tw-border-opacity: 1;
2219
- border-color: rgb(224 231 240 / var(--tw-border-opacity));
2220
- }
2221
-
2222
- .border-turquoise-300 {
2223
- --tw-border-opacity: 1;
2224
- border-color: rgb(39 222 191 / var(--tw-border-opacity));
2225
- }
2226
-
2227
- .border-transparent {
2228
- border-color: transparent;
2229
- }
2230
-
2231
- .border-red-200 {
2232
- --tw-border-opacity: 1;
2233
- border-color: rgb(233 63 63 / var(--tw-border-opacity));
2234
- }
2235
-
2236
- .border-neutral-200 {
2237
- --tw-border-opacity: 1;
2238
- border-color: rgb(237 241 247 / var(--tw-border-opacity));
2239
- }
2240
-
2241
- .border-neutral-600 {
2242
- --tw-border-opacity: 1;
2243
- border-color: rgb(108 129 157 / var(--tw-border-opacity));
2244
- }
2245
-
2246
- .border-neutral-100 {
2247
- --tw-border-opacity: 1;
2248
- border-color: rgb(247 249 252 / var(--tw-border-opacity));
2249
- }
2250
-
2251
- .border-neutral-000 {
2252
- --tw-border-opacity: 1;
2253
- border-color: rgb(255 255 255 / var(--tw-border-opacity));
2254
- }
2255
-
2256
- .border-neutral-500 {
2257
- --tw-border-opacity: 1;
2258
- border-color: rgb(156 173 196 / var(--tw-border-opacity));
2259
- }
2260
-
2261
- .border-turquoise-200 {
2262
- --tw-border-opacity: 1;
2263
- border-color: rgb(193 244 233 / var(--tw-border-opacity));
2264
- }
2265
-
2266
- .border-lavender-100 {
2267
- --tw-border-opacity: 1;
2268
- border-color: rgb(240 240 255 / var(--tw-border-opacity));
2269
- }
2270
-
2271
- .border-violet-100 {
2272
- --tw-border-opacity: 1;
2273
- border-color: rgb(243 235 250 / var(--tw-border-opacity));
2274
- }
2275
-
2276
- .border-turquoise-100 {
2277
- --tw-border-opacity: 1;
2278
- border-color: rgb(233 252 248 / var(--tw-border-opacity));
2279
- }
2280
-
2281
- .border-blue-100 {
2282
- --tw-border-opacity: 1;
2283
- border-color: rgb(229 245 255 / var(--tw-border-opacity));
2284
- }
2285
-
2286
- .bg-neutral-100 {
2287
- --tw-bg-opacity: 1;
2288
- background-color: rgb(247 249 252 / var(--tw-bg-opacity));
2289
- }
2290
-
2291
- .bg-turquoise-200 {
2292
- --tw-bg-opacity: 1;
2293
- background-color: rgb(193 244 233 / var(--tw-bg-opacity));
2294
- }
2295
-
2296
- .bg-turquoise-300 {
2297
- --tw-bg-opacity: 1;
2298
- background-color: rgb(39 222 191 / var(--tw-bg-opacity));
2299
- }
2300
-
2301
- .bg-neutral-000 {
2302
- --tw-bg-opacity: 1;
2303
- background-color: rgb(255 255 255 / var(--tw-bg-opacity));
2304
- }
2305
-
2306
- .bg-neutral-200 {
2307
- --tw-bg-opacity: 1;
2308
- background-color: rgb(237 241 247 / var(--tw-bg-opacity));
2309
- }
2310
-
2311
- .bg-neutral-400 {
2312
- --tw-bg-opacity: 1;
2313
- background-color: rgb(195 207 223 / var(--tw-bg-opacity));
2314
- }
2315
-
2316
- .bg-transparent {
2317
- background-color: transparent;
2318
- }
2319
-
2320
- .\!bg-transparent {
2321
- background-color: transparent !important;
2322
- }
2323
-
2324
- .bg-turquoise-100 {
2325
- --tw-bg-opacity: 1;
2326
- background-color: rgb(233 252 248 / var(--tw-bg-opacity));
2327
- }
2328
-
2329
- .bg-neutral-50 {
2330
- --tw-bg-opacity: 1;
2331
- background-color: rgb(251 252 254 / var(--tw-bg-opacity));
2332
- }
2333
-
2334
- .bg-neutral-500 {
2335
- --tw-bg-opacity: 1;
2336
- background-color: rgb(156 173 196 / var(--tw-bg-opacity));
2337
- }
2338
-
2339
- .bg-blue-100 {
2340
- --tw-bg-opacity: 1;
2341
- background-color: rgb(229 245 255 / var(--tw-bg-opacity));
2342
- }
2343
-
2344
- .bg-neutral-900 {
2345
- --tw-bg-opacity: 1;
2346
- background-color: rgb(13 27 46 / var(--tw-bg-opacity));
2347
- }
2348
-
2349
- .bg-violet-100 {
2350
- --tw-bg-opacity: 1;
2351
- background-color: rgb(243 235 250 / var(--tw-bg-opacity));
2352
- }
2353
-
2354
- .bg-lavender-100 {
2355
- --tw-bg-opacity: 1;
2356
- background-color: rgb(240 240 255 / var(--tw-bg-opacity));
2357
- }
2358
-
2359
- .bg-red-200 {
2360
- --tw-bg-opacity: 1;
2361
- background-color: rgb(233 63 63 / var(--tw-bg-opacity));
2362
- }
2363
-
2364
- .bg-orange-200 {
2365
- --tw-bg-opacity: 1;
2366
- background-color: rgb(235 125 50 / var(--tw-bg-opacity));
2367
- }
2368
-
2369
- .bg-turquoise-400 {
2370
- --tw-bg-opacity: 1;
2371
- background-color: rgb(31 204 175 / var(--tw-bg-opacity));
2372
- }
2373
-
2374
- .bg-opacity-5 {
2375
- --tw-bg-opacity: 0.05;
2376
- }
2377
-
2378
- .bg-opacity-0 {
2379
- --tw-bg-opacity: 0;
2380
- }
2381
-
2382
- .bg-opacity-100 {
2383
- --tw-bg-opacity: 1;
2384
- }
2385
-
2386
- .bg-select-chevron {
2387
- background-image: url(data:image/svg+xml,%3Csvg%20style%3D%22color%3A%20%239CA9C4%22%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.33331%201L5.99998%206.33333L10.6666%201%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E);
2388
- }
2389
-
2390
- .bg-gradient-to-r {
2391
- background-image: linear-gradient(to right, var(--tw-gradient-stops));
2392
- }
2393
-
2394
- .bg-gradient-to-l {
2395
- background-image: linear-gradient(to left, var(--tw-gradient-stops));
2396
- }
2397
-
2398
- .bg-placeholder-card {
2399
- background-image: url(data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%20%20%3Csvg%20viewBox%3D%220%200%20330%2090%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20vector-effect%3D%22non-scaling-stroke%22%20x%3D%2217%22%20y%3D%221%22%20width%3D%22293%22%20height%3D%2276%22%20rx%3D%2211%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20vector-effect%3D%22non-scaling-stroke%22%20x%3D%2232%22%20y%3D%2220%22%20width%3D%22104%22%20height%3D%2216%22%20rx%3D%228%22%20fill%3D%22%23EDF0F7%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20vector-effect%3D%22non-scaling-stroke%22%20x%3D%2232%22%20y%3D%2248%22%20width%3D%22144%22%20height%3D%2210%22%20rx%3D%225%22%20fill%3D%22%23EDF0F7%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20vector-effect%3D%22non-scaling-stroke%22%20x%3D%22243%22%20y%3D%2220%22%20width%3D%2254%22%20height%3D%2216%22%20rx%3D%228%22%20fill%3D%22%23EDF0F7%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20vector-effect%3D%22non-scaling-stroke%22%20x%3D%2217%22%20y%3D%221%22%20width%3D%22293%22%20height%3D%2276%22%20rx%3D%2211%22%20stroke%3D%22%23EDF0F7%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%3C%2Fsvg%3E%0A%20%20%20%20%20%20%20%20);
2400
- }
2401
-
2402
- .bg-gradient-to-b {
2403
- background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
2404
- }
2405
-
2406
- .bg-gradient-radial {
2407
- background-image: radial-gradient(var(--tw-gradient-stops));
2408
- }
2409
-
2410
- .from-transparent {
2411
- --tw-gradient-from: transparent;
2412
- --tw-gradient-to: rgb(0 0 0 / 0);
2413
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
2414
- }
2415
-
2416
- .from-blue-200 {
2417
- --tw-gradient-from: #009BFF;
2418
- --tw-gradient-to: rgb(0 155 255 / 0);
2419
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
2420
- }
2421
-
2422
- .from-transparent-white {
2423
- --tw-gradient-from: rgba(255,255,255,0);
2424
- --tw-gradient-to: rgb(255 255 255 / 0);
2425
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
2426
- }
2427
-
2428
- .from-neutral-000 {
2429
- --tw-gradient-from: #FFFFFF;
2430
- --tw-gradient-to: rgb(255 255 255 / 0);
2431
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
2432
- }
2433
-
2434
- .to-neutral-000 {
2435
- --tw-gradient-to: #FFFFFF;
2436
- }
2437
-
2438
- .to-neutral-50 {
2439
- --tw-gradient-to: #FBFCFE;
2440
- }
2441
-
2442
- .to-turquoise-300 {
2443
- --tw-gradient-to: #27DEBF;
2444
- }
2445
-
2446
- .to-transparent-white {
2447
- --tw-gradient-to: rgba(255,255,255,0);
2448
- }
2449
-
2450
- .bg-200 {
2451
- background-size: 200%;
2452
- }
2453
-
2454
- .bg-100 {
2455
- background-size: 100%;
2456
- }
2457
-
2458
- .bg-right-2 {
2459
- background-position: calc(100% - 8px) center;
2460
- }
2461
-
2462
- .bg-right-4 {
2463
- background-position: calc(100% - 20px) center;
2464
- }
2465
-
2466
- .bg-left {
2467
- background-position: left;
2468
- }
2469
-
2470
- .bg-no-repeat {
2471
- background-repeat: no-repeat;
2472
- }
2473
-
2474
- .object-contain {
2475
- -o-object-fit: contain;
2476
- object-fit: contain;
2477
- }
2478
-
2479
- .p-4 {
2480
- padding: 16px;
2481
- }
2482
-
2483
- .p-2 {
2484
- padding: 8px;
2485
- }
2486
-
2487
- .p-6 {
2488
- padding: 24px;
2489
- }
2490
-
2491
- .p-3 {
2492
- padding: 12px;
2493
- }
2494
-
2495
- .p-1\.5 {
2496
- padding: 6px;
2497
- }
2498
-
2499
- .p-1 {
2500
- padding: 4px;
2501
- }
2502
-
2503
- .p-2\.5 {
2504
- padding: 10px;
2505
- }
2506
-
2507
- .p-8 {
2508
- padding: 32px;
2509
- }
2510
-
2511
- .py-4 {
2512
- padding-top: 16px;
2513
- padding-bottom: 16px;
2514
- }
2515
-
2516
- .px-4 {
2517
- padding-left: 16px;
2518
- padding-right: 16px;
2519
- }
2520
-
2521
- .py-3\.25 {
2522
- padding-top: 13px;
2523
- padding-bottom: 13px;
2524
- }
2525
-
2526
- .py-3 {
2527
- padding-top: 12px;
2528
- padding-bottom: 12px;
2529
- }
2530
-
2531
- .py-2 {
2532
- padding-top: 8px;
2533
- padding-bottom: 8px;
2534
- }
2535
-
2536
- .px-2 {
2537
- padding-left: 8px;
2538
- padding-right: 8px;
2539
- }
2540
-
2541
- .py-1 {
2542
- padding-top: 4px;
2543
- padding-bottom: 4px;
2544
- }
2545
-
2546
- .px-3 {
2547
- padding-left: 12px;
2548
- padding-right: 12px;
2549
- }
2550
-
2551
- .py-2\.25 {
2552
- padding-top: 9px;
2553
- padding-bottom: 9px;
2554
- }
2555
-
2556
- .px-10 {
2557
- padding-left: 40px;
2558
- padding-right: 40px;
2559
- }
2560
-
2561
- .py-1\.75 {
2562
- padding-top: 7px;
2563
- padding-bottom: 7px;
2564
- }
2565
-
2566
- .px-8 {
2567
- padding-left: 32px;
2568
- padding-right: 32px;
2569
- }
2570
-
2571
- .py-2\.5 {
2572
- padding-top: 10px;
2573
- padding-bottom: 10px;
2574
- }
2575
-
2576
- .py-6 {
2577
- padding-top: 24px;
2578
- padding-bottom: 24px;
2579
- }
2580
-
2581
- .py-0 {
2582
- padding-top: 0;
2583
- padding-bottom: 0;
2584
- }
2585
-
2586
- .py-3\.5 {
2587
- padding-top: 14px;
2588
- padding-bottom: 14px;
2589
- }
2590
-
2591
- .px-2\.5 {
2592
- padding-left: 10px;
2593
- padding-right: 10px;
2594
- }
2595
-
2596
- .px-6 {
2597
- padding-left: 24px;
2598
- padding-right: 24px;
2599
- }
2600
-
2601
- .px-16 {
2602
- padding-left: 64px;
2603
- padding-right: 64px;
2604
- }
2605
-
2606
- .py-20 {
2607
- padding-top: 80px;
2608
- padding-bottom: 80px;
2609
- }
2610
-
2611
- .px-1\.5 {
2612
- padding-left: 6px;
2613
- padding-right: 6px;
2614
- }
2615
-
2616
- .px-1 {
2617
- padding-left: 4px;
2618
- padding-right: 4px;
2619
- }
2620
-
2621
- .py-8 {
2622
- padding-top: 32px;
2623
- padding-bottom: 32px;
2624
- }
2625
-
2626
- .py-5 {
2627
- padding-top: 20px;
2628
- padding-bottom: 20px;
2629
- }
2630
-
2631
- .pr-4 {
2632
- padding-right: 16px;
2633
- }
2634
-
2635
- .pb-2 {
2636
- padding-bottom: 8px;
2637
- }
2638
-
2639
- .pt-1 {
2640
- padding-top: 4px;
2641
- }
2642
-
2643
- .pt-0\.5 {
2644
- padding-top: 2px;
2645
- }
2646
-
2647
- .pt-0 {
2648
- padding-top: 0;
2649
- }
2650
-
2651
- .\!pr-7 {
2652
- padding-right: 28px !important;
2653
- }
2654
-
2655
- .pb-px {
2656
- padding-bottom: 1px;
2657
- }
2658
-
2659
- .pl-2 {
2660
- padding-left: 8px;
2661
- }
2662
-
2663
- .pl-4 {
2664
- padding-left: 16px;
2665
- }
2666
-
2667
- .pr-3 {
2668
- padding-right: 12px;
2669
- }
2670
-
2671
- .pr-12 {
2672
- padding-right: 48px;
2673
- }
2674
-
2675
- .\!pr-0 {
2676
- padding-right: 0 !important;
2677
- }
2678
-
2679
- .pt-2 {
2680
- padding-top: 8px;
2681
- }
2682
-
2683
- .pb-1 {
2684
- padding-bottom: 4px;
2685
- }
2686
-
2687
- .pr-1 {
2688
- padding-right: 4px;
2689
- }
2690
-
2691
- .\!pr-12 {
2692
- padding-right: 48px !important;
2693
- }
2694
-
2695
- .pb-30 {
2696
- padding-bottom: 120px;
2697
- }
2698
-
2699
- .pb-20 {
2700
- padding-bottom: 80px;
2701
- }
2702
-
2703
- .pt-18 {
2704
- padding-top: 72px;
2705
- }
2706
-
2707
- .pb-6 {
2708
- padding-bottom: 24px;
2709
- }
2710
-
2711
- .pl-6 {
2712
- padding-left: 24px;
2713
- }
2714
-
2715
- .pr-20 {
2716
- padding-right: 80px;
2717
- }
2718
-
2719
- .pt-10 {
2720
- padding-top: 40px;
2721
- }
2722
-
2723
- .pb-18 {
2724
- padding-bottom: 72px;
2725
- }
2726
-
2727
- .text-left {
2728
- text-align: left;
2729
- }
2730
-
2731
- .text-center {
2732
- text-align: center;
2733
- }
2734
-
2735
- .text-right {
2736
- text-align: right;
2737
- }
2738
-
2739
- .align-middle {
2740
- vertical-align: middle;
2741
- }
2742
-
2743
- .text-sm {
2744
- font-size: 14px;
2745
- }
2746
-
2747
- .text-base {
2748
- font-size: 16px;
2749
- }
2750
-
2751
- .font-bold {
2752
- font-weight: 700;
2753
- }
2754
-
2755
- .uppercase {
2756
- text-transform: uppercase;
2757
- }
2758
-
2759
- .lowercase {
2760
- text-transform: lowercase;
2761
- }
2762
-
2763
- .capitalize {
2764
- text-transform: capitalize;
2765
- }
2766
-
2767
- .italic {
2768
- font-style: italic;
2769
- }
2770
-
2771
- .leading-unset {
2772
- line-height: unset !important;
2773
- }
2774
-
2775
- .text-neutral-500 {
2776
- --tw-text-opacity: 1;
2777
- color: rgb(156 173 196 / var(--tw-text-opacity));
2778
- }
2779
-
2780
- .text-neutral-700 {
2781
- --tw-text-opacity: 1;
2782
- color: rgb(71 90 118 / var(--tw-text-opacity));
2783
- }
2784
-
2785
- .text-neutral-600 {
2786
- --tw-text-opacity: 1;
2787
- color: rgb(108 129 157 / var(--tw-text-opacity));
2788
- }
2789
-
2790
- .text-neutral-800 {
2791
- --tw-text-opacity: 1;
2792
- color: rgb(45 61 83 / var(--tw-text-opacity));
2793
- }
2794
-
2795
- .text-neutral-900 {
2796
- --tw-text-opacity: 1;
2797
- color: rgb(13 27 46 / var(--tw-text-opacity));
2798
- }
2799
-
2800
- .text-red-200 {
2801
- --tw-text-opacity: 1;
2802
- color: rgb(233 63 63 / var(--tw-text-opacity));
2803
- }
2804
-
2805
- .text-neutral-200 {
2806
- --tw-text-opacity: 1;
2807
- color: rgb(237 241 247 / var(--tw-text-opacity));
2808
- }
2809
-
2810
- .text-orange-200 {
2811
- --tw-text-opacity: 1;
2812
- color: rgb(235 125 50 / var(--tw-text-opacity));
2813
- }
2814
-
2815
- .text-turquoise-300 {
2816
- --tw-text-opacity: 1;
2817
- color: rgb(39 222 191 / var(--tw-text-opacity));
2818
- }
2819
-
2820
- .text-turquoise-400 {
2821
- --tw-text-opacity: 1;
2822
- color: rgb(31 204 175 / var(--tw-text-opacity));
2823
- }
2824
-
2825
- .text-turquoise-500 {
2826
- --tw-text-opacity: 1;
2827
- color: rgb(28 182 156 / var(--tw-text-opacity));
2828
- }
2829
-
2830
- .text-neutral-000 {
2831
- --tw-text-opacity: 1;
2832
- color: rgb(255 255 255 / var(--tw-text-opacity));
2833
- }
2834
-
2835
- .\!text-neutral-600 {
2836
- --tw-text-opacity: 1 !important;
2837
- color: rgb(108 129 157 / var(--tw-text-opacity)) !important;
2838
- }
2839
-
2840
- .text-green-400 {
2841
- --tw-text-opacity: 1;
2842
- color: rgb(39 222 191 / var(--tw-text-opacity));
2843
- }
2844
-
2845
- .text-neutral-400 {
2846
- --tw-text-opacity: 1;
2847
- color: rgb(195 207 223 / var(--tw-text-opacity));
2848
- }
2849
-
2850
- .text-lavender-200 {
2851
- --tw-text-opacity: 1;
2852
- color: rgb(127 131 255 / var(--tw-text-opacity));
2853
- }
2854
-
2855
- .text-violet-200 {
2856
- --tw-text-opacity: 1;
2857
- color: rgb(98 38 152 / var(--tw-text-opacity));
2858
- }
2859
-
2860
- .text-blue-200 {
2861
- --tw-text-opacity: 1;
2862
- color: rgb(0 155 255 / var(--tw-text-opacity));
2863
- }
2864
-
2865
- .text-green-500 {
2866
- --tw-text-opacity: 1;
2867
- color: rgb(31 204 175 / var(--tw-text-opacity));
2868
- }
2869
-
2870
- .underline {
2871
- text-decoration-line: underline;
2872
- }
2873
-
2874
- .placeholder-neutral-600::-moz-placeholder {
2875
- --tw-placeholder-opacity: 1;
2876
- color: rgb(108 129 157 / var(--tw-placeholder-opacity));
2877
- }
2878
-
2879
- .placeholder-neutral-600::placeholder {
2880
- --tw-placeholder-opacity: 1;
2881
- color: rgb(108 129 157 / var(--tw-placeholder-opacity));
2882
- }
2883
-
2884
- .placeholder-neutral-400::-moz-placeholder {
2885
- --tw-placeholder-opacity: 1;
2886
- color: rgb(195 207 223 / var(--tw-placeholder-opacity));
2887
- }
2888
-
2889
- .placeholder-neutral-400::placeholder {
2890
- --tw-placeholder-opacity: 1;
2891
- color: rgb(195 207 223 / var(--tw-placeholder-opacity));
2892
- }
2893
-
2894
- .placeholder-neutral-300::-moz-placeholder {
2895
- --tw-placeholder-opacity: 1;
2896
- color: rgb(224 231 240 / var(--tw-placeholder-opacity));
2897
- }
2898
-
2899
- .placeholder-neutral-300::placeholder {
2900
- --tw-placeholder-opacity: 1;
2901
- color: rgb(224 231 240 / var(--tw-placeholder-opacity));
2902
- }
2903
-
2904
- .placeholder-neutral-500::-moz-placeholder {
2905
- --tw-placeholder-opacity: 1;
2906
- color: rgb(156 173 196 / var(--tw-placeholder-opacity));
2907
- }
2908
-
2909
- .placeholder-neutral-500::placeholder {
2910
- --tw-placeholder-opacity: 1;
2911
- color: rgb(156 173 196 / var(--tw-placeholder-opacity));
2912
- }
2913
-
2914
- .caret-turquoise-300 {
2915
- caret-color: #27DEBF;
2916
- }
2917
-
2918
- .caret-lavender-300 {
2919
- caret-color: #4D52FF;
2920
- }
2921
-
2922
- .opacity-100 {
2923
- opacity: 1;
2924
- }
2925
-
2926
- .opacity-0 {
2927
- opacity: 0;
2928
- }
2929
-
2930
- .opacity-10 {
2931
- opacity: 0.1;
2932
- }
2933
-
2934
- .opacity-5 {
2935
- opacity: 0.05;
2936
- }
2937
-
2938
- .opacity-20 {
2939
- opacity: 0.2;
2940
- }
2941
-
2942
- .opacity-25 {
2943
- opacity: 0.25;
2944
- }
2945
-
2946
- .opacity-30 {
2947
- opacity: 0.3;
2948
- }
2949
-
2950
- .opacity-40 {
2951
- opacity: 0.4;
2952
- }
2953
-
2954
- .opacity-50 {
2955
- opacity: 0.5;
2956
- }
2957
-
2958
- .opacity-60 {
2959
- opacity: 0.6;
2960
- }
2961
-
2962
- .opacity-70 {
2963
- opacity: 0.7;
2964
- }
2965
-
2966
- .opacity-75 {
2967
- opacity: 0.75;
2968
- }
2969
-
2970
- .opacity-80 {
2971
- opacity: 0.8;
2972
- }
2973
-
2974
- .opacity-90 {
2975
- opacity: 0.9;
2976
- }
2977
-
2978
- .opacity-95 {
2979
- opacity: 0.95;
2980
- }
2981
-
2982
- .shadow-card {
2983
- --tw-shadow: 0px 4px 8px 0px #0C1B3A0D;
2984
- --tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
2985
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2986
- }
2987
-
2988
- .shadow {
2989
- --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
2990
- --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
2991
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2992
- }
2993
-
2994
- .shadow-a {
2995
- --tw-shadow: 0px 12px 12px 0px rgba(237, 241, 247, 0.5), 0px 4px 8px 0px rgba(237, 241, 247, 1);
2996
- --tw-shadow-colored: 0px 12px 12px 0px var(--tw-shadow-color), 0px 4px 8px 0px var(--tw-shadow-color);
2997
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2998
- }
2999
-
3000
- .shadow-2xl {
3001
- --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
3002
- --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
3003
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
3004
- }
3005
-
3006
- .shadow-c {
3007
- --tw-shadow: 0px -4px 24px rgba(13, 27, 46, 0.1);
3008
- --tw-shadow-colored: 0px -4px 24px var(--tw-shadow-color);
3009
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
3010
- }
3011
-
3012
- .shadow-popover {
3013
- --tw-shadow: 0px 2px 4px rgba(13, 27, 46, 0.1);
3014
- --tw-shadow-colored: 0px 2px 4px var(--tw-shadow-color);
3015
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
3016
- }
3017
-
3018
- .outline-none {
3019
- outline: 2px solid transparent;
3020
- outline-offset: 2px;
3021
- }
3022
-
3023
- .outline {
3024
- outline-style: solid;
3025
- }
3026
-
3027
- .ring-1 {
3028
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
3029
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
3030
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
3031
- }
3032
-
3033
- .ring-2 {
3034
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
3035
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
3036
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
3037
- }
3038
-
3039
- .ring-inset {
3040
- --tw-ring-inset: inset;
3041
- }
3042
-
3043
- .ring-red-200 {
3044
- --tw-ring-opacity: 1;
3045
- --tw-ring-color: rgb(233 63 63 / var(--tw-ring-opacity));
3046
- }
3047
-
3048
- .ring-neutral-200 {
3049
- --tw-ring-opacity: 1;
3050
- --tw-ring-color: rgb(237 241 247 / var(--tw-ring-opacity));
3051
- }
3052
-
3053
- .ring-neutral-000 {
3054
- --tw-ring-opacity: 1;
3055
- --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
3056
- }
3057
-
3058
- .ring-turquoise-300 {
3059
- --tw-ring-opacity: 1;
3060
- --tw-ring-color: rgb(39 222 191 / var(--tw-ring-opacity));
3061
- }
3062
-
3063
- .ring-turquoise-100 {
3064
- --tw-ring-opacity: 1;
3065
- --tw-ring-color: rgb(233 252 248 / var(--tw-ring-opacity));
3066
- }
3067
-
3068
- .blur {
3069
- --tw-blur: blur(8px);
3070
- 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);
3071
- }
3072
-
3073
- .filter {
3074
- 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);
3075
- }
3076
-
3077
- .transition-transform {
3078
- transition-property: transform;
3079
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3080
- transition-duration: 150ms;
3081
- }
3082
-
3083
- .transition-colors {
3084
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
3085
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3086
- transition-duration: 150ms;
3087
- }
3088
-
3089
- .transition-all {
3090
- transition-property: all;
3091
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3092
- transition-duration: 150ms;
3093
- }
3094
-
3095
- .transition-width {
3096
- transition-property: width;
3097
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3098
- transition-duration: 150ms;
3099
- }
3100
-
3101
- .transition {
3102
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
3103
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
3104
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
3105
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3106
- transition-duration: 150ms;
3107
- }
3108
-
3109
- .duration-100 {
3110
- transition-duration: 100ms;
3111
- }
3112
-
3113
- .duration-300 {
3114
- transition-duration: 300ms;
3115
- }
3116
-
3117
- .duration-3000 {
3118
- transition-duration: 3000ms;
3119
- }
3120
-
3121
- .ease-in {
3122
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
3123
- }
3124
-
3125
- .ease-in-out {
3126
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3127
- }
3128
-
3129
- .caret-lavender-300 {
3130
- caret-color: #4D52FF;
3131
- }
3132
-
3133
- .caret-turquoise-300 {
3134
- caret-color: #27DEBF;
3135
- }
3136
-
3137
- body.full-screen-modal-visible #root {
3138
- display: none;
3139
- }
3140
-
3141
- body.full-screen-modal-visible .full-screen-modal {
3142
- display: none;
3143
- }
3144
-
3145
- body.full-screen-modal-visible .full-screen-modal:last-child {
3146
- display: block;
3147
- }
3148
-
3149
- input,
3150
- textarea {
3151
- -webkit-appearance: none;
3152
- }
3153
-
3154
- #modals {
3155
- top: 0px;
3156
- left: 0px;
3157
- position: absolute;
3158
- z-index: 99999;
3159
- }
3160
-
3161
- .h-vvp {
3162
- height: var(--100vvh, 100vh);
3163
- }
3164
-
3165
- .min-h-vvp {
3166
- min-height: var(--100vvh, 100vh);
3167
- }
3168
-
3169
- .w-vvp {
3170
- width: var(--100vvw, 100vw);
3171
- }
3172
-
3173
- .min-w-vvp {
3174
- min-width: var(--100vv2, 100vw);
3175
- }
3176
-
3177
- .bottom-vvp {
3178
- bottom: var(--offset-h, 0);
3179
- }
3180
-
3181
- .touch-actions-none {
3182
- touch-action: none;
3183
- }
3184
-
3185
- @supports (-webkit-touch-callout: none) {
3186
- .h-vvp {
3187
- height: var(--100vvh, -webkit-fill-available);
3188
- }
3189
-
3190
- .min-h-vvp {
3191
- min-height: var(--100vvh, -webkit-fill-available);
3192
- }
3193
- }
3194
-
3195
- .slick-slider,
3196
- .slick-track,
3197
- .slick-list,
3198
- .slick-slide {
3199
- min-height: 100%;
3200
- }
3201
-
3202
- .icon-stroke-sm path {
3203
- stroke-width: 1.5px !important;
3204
- }
3205
-
3206
- .icon-stroke-md path {
3207
- stroke-width: 2px !important;
3208
- }
3209
-
3210
- .icon-stroke-lg path {
3211
- stroke-width: 3px !important;
3212
- }
3213
-
3214
- /*
3215
- Modified version of toast CSS to match designs
3216
- ========
3217
- */
3218
-
3219
- :root {
3220
- --toastify-color-light: #fff;
3221
- --toastify-color-dark: #121212;
3222
- --toastify-color-info: #ffffff;
3223
- --toastify-color-info-border: #e0e7f0;
3224
- --toastify-color-success: #e9fcf8;
3225
- --toastify-color-success-border: #c1f4e9;
3226
- --toastify-color-warning: #fdf0e8;
3227
- --toastify-color-warning-border: #f4b88f;
3228
- --toastify-color-error: #ffe5f4;
3229
- --toastify-color-error-border: #f5a3b1;
3230
- --toastify-color-transparent: rgba(255, 255, 255, 0.7);
3231
- --toastify-icon-color-info: var(--toastify-color-info-border);
3232
- --toastify-icon-color-success: var(--toastify-color-success-border);
3233
- --toastify-icon-color-warning: var(--toastify-color-warning-border);
3234
- --toastify-icon-color-error: var(--toastify-color-error-border);
3235
- --toastify-toast-width: 100%;
3236
- --toastify-toast-max-width: 440px;
3237
- --toastify-toast-min-height: 64px;
3238
- --toastify-toast-max-height: 128px;
3239
- --toastify-z-index: 9999;
3240
- --toastify-text-color-light: #0d1b2e;
3241
- --toastify-text-color-dark: #fff;
3242
- --toastify-text-color-info: #0d1b2e;
3243
- --toastify-text-color-success: #0d1b2e;
3244
- --toastify-text-color-warning: #0d1b2e;
3245
- --toastify-text-color-error: #0d1b2e;
3246
- --toastify-spinner-color: #616161;
3247
- --toastify-spinner-color-empty-area: #e0e0e0;
3248
- --toastify-color-progress-light: linear-gradient(to right, #7f83ff, #27debf);
3249
- --toastify-color-progress-dark: #bb86fc;
3250
- --toastify-color-progress-info: var(--toastify-color-info-border);
3251
- --toastify-color-progress-success: var(--toastify-color-success-border);
3252
- --toastify-color-progress-warning: var(--toastify-color-warning-border);
3253
- --toastify-color-progress-error: var(--toastify-color-error-border);
3254
- }
3255
-
3256
- .Toastify__toast-container {
3257
- z-index: var(--toastify-z-index);
3258
- -webkit-transform: translate3d(0, 0, var(--toastify-z-index) px);
3259
- position: fixed;
3260
- width: var(--toastify-toast-width);
3261
- max-width: var(--toastify-toast-max-width);
3262
- box-sizing: border-box;
3263
- }
3264
-
3265
- .Toastify__toast-container--top-left {
3266
- top: 1em;
3267
- left: 1em;
3268
- }
3269
-
3270
- .Toastify__toast-container--top-center {
3271
- top: 1em;
3272
- left: 50%;
3273
- transform: translateX(-50%);
3274
- }
3275
-
3276
- .Toastify__toast-container--top-right {
3277
- top: 1em;
3278
- right: 1em;
3279
- }
3280
-
3281
- .Toastify__toast-container--bottom-left {
3282
- bottom: 1em;
3283
- left: 1em;
3284
- }
3285
-
3286
- .Toastify__toast-container--bottom-center {
3287
- bottom: 1em;
3288
- left: 50%;
3289
- transform: translateX(-50%);
3290
- }
3291
-
3292
- .Toastify__toast-container--bottom-right {
3293
- bottom: 1em;
3294
- right: 1em;
3295
- }
3296
-
3297
- @media only screen and (max-width: 480px) {
3298
- .Toastify__toast-container {
3299
- width: 100vw;
3300
- padding: 0;
3301
- left: 0;
3302
- margin: 0;
3303
- }
3304
-
3305
- .Toastify__toast-container--top-left,
3306
- .Toastify__toast-container--top-center,
3307
- .Toastify__toast-container--top-right {
3308
- top: 0;
3309
- transform: translateX(0);
3310
- }
3311
-
3312
- .Toastify__toast-container--bottom-left,
3313
- .Toastify__toast-container--bottom-center,
3314
- .Toastify__toast-container--bottom-right {
3315
- bottom: 0;
3316
- transform: translateX(0);
3317
- }
3318
-
3319
- .Toastify__toast-container--rtl {
3320
- right: 0;
3321
- left: initial;
3322
- }
3323
- }
3324
-
3325
- .Toastify__toast {
3326
- position: relative;
3327
- min-height: var(--toastify-toast-min-height);
3328
- box-sizing: border-box;
3329
- margin-bottom: 1rem;
3330
- padding: 16px;
3331
- border-radius: 12px;
3332
- border-width: 1px;
3333
- display: flex;
3334
- justify-content: space-between;
3335
- max-height: var(--toastify-toast-max-height);
3336
- overflow: hidden;
3337
- cursor: pointer;
3338
- direction: ltr;
3339
- }
3340
-
3341
- .Toastify__toast--rtl {
3342
- direction: rtl;
3343
- }
3344
-
3345
- .Toastify__toast-body {
3346
- margin: auto 0;
3347
- flex: 1 1 auto;
3348
- display: flex;
3349
- align-items: center;
3350
- }
3351
-
3352
- .Toastify__toast-body > div:last-child {
3353
- flex: 1;
3354
- }
3355
-
3356
- .Toastify__toast-icon {
3357
- -webkit-margin-end: 10px;
3358
- margin-inline-end: 10px;
3359
- width: 20px;
3360
- flex-shrink: 0;
3361
- display: flex;
3362
- }
3363
-
3364
- .Toastify--animate {
3365
- animation-fill-mode: both;
3366
- animation-duration: 0.7s;
3367
- }
3368
-
3369
- .Toastify--animate-icon {
3370
- animation-fill-mode: both;
3371
- animation-duration: 0.3s;
3372
- }
3373
-
3374
- @media only screen and (max-width: 480px) {
3375
- .Toastify__toast {
3376
- margin-bottom: 0;
3377
- border-radius: 0;
3378
- }
3379
- }
3380
-
3381
- .Toastify__toast-theme--dark {
3382
- background: var(--toastify-color-dark);
3383
- color: var(--toastify-text-color-dark);
3384
- border-color: var(--toastify-text-color-dark);
3385
- }
3386
-
3387
- .Toastify__toast-theme--light {
3388
- background: var(--toastify-color-light);
3389
- color: var(--toastify-text-color-light);
3390
- border-color: var(--toastify-text-color-light);
3391
- }
3392
-
3393
- .Toastify__toast-theme--colored.Toastify__toast--default {
3394
- background: var(--toastify-color-light);
3395
- color: var(--toastify-text-color-light);
3396
- border-color: var(--toastify-text-color-light);
3397
- }
3398
-
3399
- .Toastify__toast-theme--colored.Toastify__toast--info {
3400
- color: var(--toastify-text-color-info);
3401
- background: var(--toastify-color-info);
3402
- border-color: var(--toastify-color-info-border);
3403
- }
3404
-
3405
- .Toastify__toast-theme--colored.Toastify__toast--success {
3406
- color: var(--toastify-text-color-success);
3407
- background: var(--toastify-color-success);
3408
- border-color: var(--toastify-color-success-border);
3409
- }
3410
-
3411
- .Toastify__toast-theme--colored.Toastify__toast--warning {
3412
- color: var(--toastify-text-color-warning);
3413
- background: var(--toastify-color-warning);
3414
- border-color: var(--toastify-color-warning-border);
3415
- }
3416
-
3417
- .Toastify__toast-theme--colored.Toastify__toast--error {
3418
- color: var(--toastify-text-color-error);
3419
- background: var(--toastify-color-error);
3420
- border-color: var(--toastify-color-error-border);
3421
- }
3422
-
3423
- .Toastify__progress-bar-theme--light {
3424
- background: var(--toastify-color-progress-light);
3425
- }
3426
-
3427
- .Toastify__progress-bar-theme--dark {
3428
- background: var(--toastify-color-progress-dark);
3429
- }
3430
-
3431
- .Toastify__progress-bar--info {
3432
- background: var(--toastify-color-progress-info);
3433
- }
3434
-
3435
- .Toastify__progress-bar--success {
3436
- background: var(--toastify-color-progress-success);
3437
- }
3438
-
3439
- .Toastify__progress-bar--warning {
3440
- background: var(--toastify-color-progress-warning);
3441
- }
3442
-
3443
- .Toastify__progress-bar--error {
3444
- background: var(--toastify-color-progress-error);
3445
- }
3446
-
3447
- /* .Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
3448
- .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
3449
- .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,
3450
- .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
3451
- background: var(--toastify-color-transparent);
3452
- } */
3453
-
3454
- .Toastify__close-button {
3455
- color: #fff;
3456
- background: transparent;
3457
- outline: none;
3458
- border: none;
3459
- padding: 0;
3460
- cursor: pointer;
3461
- opacity: 0.7;
3462
- transition: 0.3s ease;
3463
- align-self: flex-start;
3464
- }
3465
-
3466
- .Toastify__close-button--light {
3467
- color: #000;
3468
- opacity: 0.3;
3469
- }
3470
-
3471
- .Toastify__close-button > svg {
3472
- fill: currentColor;
3473
- height: 16px;
3474
- width: 14px;
3475
- }
3476
-
3477
- .Toastify__close-button:hover,
3478
- .Toastify__close-button:focus {
3479
- opacity: 1;
3480
- }
3481
-
3482
- @keyframes Toastify__trackProgress {
3483
- 0% {
3484
- transform: scaleX(1);
3485
- }
3486
-
3487
- 100% {
3488
- transform: scaleX(0);
3489
- }
3490
- }
3491
-
3492
- .Toastify__progress-bar {
3493
- position: absolute;
3494
- bottom: 0;
3495
- left: 0;
3496
- width: 100%;
3497
- height: 4px;
3498
- z-index: var(--toastify-z-index);
3499
- transform-origin: left;
3500
- }
3501
-
3502
- .Toastify__progress-bar--animated {
3503
- animation: Toastify__trackProgress linear 1 forwards;
3504
- }
3505
-
3506
- .Toastify__progress-bar--controlled {
3507
- transition: transform 0.2s;
3508
- }
3509
-
3510
- .Toastify__progress-bar--rtl {
3511
- right: 0;
3512
- left: initial;
3513
- transform-origin: right;
3514
- }
3515
-
3516
- .Toastify__spinner {
3517
- width: 20px;
3518
- height: 20px;
3519
- box-sizing: border-box;
3520
- border: 2px solid;
3521
- border-radius: 100%;
3522
- border-color: var(--toastify-spinner-color-empty-area);
3523
- border-right-color: var(--toastify-spinner-color);
3524
- animation: Toastify__spin 0.65s linear infinite;
3525
- }
3526
-
3527
- @keyframes Toastify__bounceInRight {
3528
- from,
3529
- 60%,
3530
- 75%,
3531
- 90%,
3532
- to {
3533
- animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
3534
- }
3535
-
3536
- from {
3537
- opacity: 0;
3538
- transform: translate3d(3000px, 0, 0);
3539
- }
3540
-
3541
- 60% {
3542
- opacity: 1;
3543
- transform: translate3d(-25px, 0, 0);
3544
- }
3545
-
3546
- 75% {
3547
- transform: translate3d(10px, 0, 0);
3548
- }
3549
-
3550
- 90% {
3551
- transform: translate3d(-5px, 0, 0);
3552
- }
3553
-
3554
- to {
3555
- transform: none;
3556
- }
3557
- }
3558
-
3559
- @keyframes Toastify__bounceOutRight {
3560
- 20% {
3561
- opacity: 1;
3562
- transform: translate3d(-20px, 0, 0);
3563
- }
3564
-
3565
- to {
3566
- opacity: 0;
3567
- transform: translate3d(2000px, 0, 0);
3568
- }
3569
- }
3570
-
3571
- @keyframes Toastify__bounceInLeft {
3572
- from,
3573
- 60%,
3574
- 75%,
3575
- 90%,
3576
- to {
3577
- animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
3578
- }
3579
-
3580
- 0% {
3581
- opacity: 0;
3582
- transform: translate3d(-3000px, 0, 0);
3583
- }
3584
-
3585
- 60% {
3586
- opacity: 1;
3587
- transform: translate3d(25px, 0, 0);
3588
- }
3589
-
3590
- 75% {
3591
- transform: translate3d(-10px, 0, 0);
3592
- }
3593
-
3594
- 90% {
3595
- transform: translate3d(5px, 0, 0);
3596
- }
3597
-
3598
- to {
3599
- transform: none;
3600
- }
3601
- }
3602
-
3603
- @keyframes Toastify__bounceOutLeft {
3604
- 20% {
3605
- opacity: 1;
3606
- transform: translate3d(20px, 0, 0);
3607
- }
3608
-
3609
- to {
3610
- opacity: 0;
3611
- transform: translate3d(-2000px, 0, 0);
3612
- }
3613
- }
3614
-
3615
- @keyframes Toastify__bounceInUp {
3616
- from,
3617
- 60%,
3618
- 75%,
3619
- 90%,
3620
- to {
3621
- animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
3622
- }
3623
-
3624
- from {
3625
- opacity: 0;
3626
- transform: translate3d(0, 3000px, 0);
3627
- }
3628
-
3629
- 60% {
3630
- opacity: 1;
3631
- transform: translate3d(0, -20px, 0);
3632
- }
3633
-
3634
- 75% {
3635
- transform: translate3d(0, 10px, 0);
3636
- }
3637
-
3638
- 90% {
3639
- transform: translate3d(0, -5px, 0);
3640
- }
3641
-
3642
- to {
3643
- transform: translate3d(0, 0, 0);
3644
- }
3645
- }
3646
-
3647
- @keyframes Toastify__bounceOutUp {
3648
- 20% {
3649
- transform: translate3d(0, -10px, 0);
3650
- }
3651
-
3652
- 40%,
3653
- 45% {
3654
- opacity: 1;
3655
- transform: translate3d(0, 20px, 0);
3656
- }
3657
-
3658
- to {
3659
- opacity: 0;
3660
- transform: translate3d(0, -2000px, 0);
3661
- }
3662
- }
3663
-
3664
- @keyframes Toastify__bounceInDown {
3665
- from,
3666
- 60%,
3667
- 75%,
3668
- 90%,
3669
- to {
3670
- animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
3671
- }
3672
-
3673
- 0% {
3674
- opacity: 0;
3675
- transform: translate3d(0, -3000px, 0);
3676
- }
3677
-
3678
- 60% {
3679
- opacity: 1;
3680
- transform: translate3d(0, 25px, 0);
3681
- }
3682
-
3683
- 75% {
3684
- transform: translate3d(0, -10px, 0);
3685
- }
3686
-
3687
- 90% {
3688
- transform: translate3d(0, 5px, 0);
3689
- }
3690
-
3691
- to {
3692
- transform: none;
3693
- }
3694
- }
3695
-
3696
- @keyframes Toastify__bounceOutDown {
3697
- 20% {
3698
- transform: translate3d(0, 10px, 0);
3699
- }
3700
-
3701
- 40%,
3702
- 45% {
3703
- opacity: 1;
3704
- transform: translate3d(0, -20px, 0);
3705
- }
3706
-
3707
- to {
3708
- opacity: 0;
3709
- transform: translate3d(0, 2000px, 0);
3710
- }
3711
- }
3712
-
3713
- .Toastify__bounce-enter--top-left,
3714
- .Toastify__bounce-enter--bottom-left {
3715
- animation-name: Toastify__bounceInLeft;
3716
- }
3717
-
3718
- .Toastify__bounce-enter--top-right,
3719
- .Toastify__bounce-enter--bottom-right {
3720
- animation-name: Toastify__bounceInRight;
3721
- }
3722
-
3723
- .Toastify__bounce-enter--top-center {
3724
- animation-name: Toastify__bounceInDown;
3725
- }
3726
-
3727
- .Toastify__bounce-enter--bottom-center {
3728
- animation-name: Toastify__bounceInUp;
3729
- }
3730
-
3731
- .Toastify__bounce-exit--top-left,
3732
- .Toastify__bounce-exit--bottom-left {
3733
- animation-name: Toastify__bounceOutLeft;
3734
- }
3735
-
3736
- .Toastify__bounce-exit--top-right,
3737
- .Toastify__bounce-exit--bottom-right {
3738
- animation-name: Toastify__bounceOutRight;
3739
- }
3740
-
3741
- .Toastify__bounce-exit--top-center {
3742
- animation-name: Toastify__bounceOutUp;
3743
- }
3744
-
3745
- .Toastify__bounce-exit--bottom-center {
3746
- animation-name: Toastify__bounceOutDown;
3747
- }
3748
-
3749
- @keyframes Toastify__zoomIn {
3750
- from {
3751
- opacity: 0;
3752
- transform: scale3d(0.3, 0.3, 0.3);
3753
- }
3754
-
3755
- 50% {
3756
- opacity: 1;
3757
- }
3758
- }
3759
-
3760
- @keyframes Toastify__zoomOut {
3761
- from {
3762
- opacity: 1;
3763
- }
3764
-
3765
- 50% {
3766
- opacity: 0;
3767
- transform: scale3d(0.3, 0.3, 0.3);
3768
- }
3769
-
3770
- to {
3771
- opacity: 0;
3772
- }
3773
- }
3774
-
3775
- .Toastify__zoom-enter {
3776
- animation-name: Toastify__zoomIn;
3777
- }
3778
-
3779
- .Toastify__zoom-exit {
3780
- animation-name: Toastify__zoomOut;
3781
- }
3782
-
3783
- @keyframes Toastify__flipIn {
3784
- from {
3785
- transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
3786
- animation-timing-function: ease-in;
3787
- opacity: 0;
3788
- }
3789
-
3790
- 40% {
3791
- transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
3792
- animation-timing-function: ease-in;
3793
- }
3794
-
3795
- 60% {
3796
- transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
3797
- opacity: 1;
3798
- }
3799
-
3800
- 80% {
3801
- transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
3802
- }
3803
-
3804
- to {
3805
- transform: perspective(400px);
3806
- }
3807
- }
3808
-
3809
- @keyframes Toastify__flipOut {
3810
- from {
3811
- transform: perspective(400px);
3812
- }
3813
-
3814
- 30% {
3815
- transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
3816
- opacity: 1;
3817
- }
3818
-
3819
- to {
3820
- transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
3821
- opacity: 0;
3822
- }
3823
- }
3824
-
3825
- .Toastify__flip-enter {
3826
- animation-name: Toastify__flipIn;
3827
- }
3828
-
3829
- .Toastify__flip-exit {
3830
- animation-name: Toastify__flipOut;
3831
- }
3832
-
3833
- @keyframes Toastify__slideInRight {
3834
- from {
3835
- transform: translate3d(110%, 0, 0);
3836
- visibility: visible;
3837
- }
3838
-
3839
- to {
3840
- transform: translate3d(0, 0, 0);
3841
- }
3842
- }
3843
-
3844
- @keyframes Toastify__slideInLeft {
3845
- from {
3846
- transform: translate3d(-110%, 0, 0);
3847
- visibility: visible;
3848
- }
3849
-
3850
- to {
3851
- transform: translate3d(0, 0, 0);
3852
- }
3853
- }
3854
-
3855
- @keyframes Toastify__slideInUp {
3856
- from {
3857
- transform: translate3d(0, 110%, 0);
3858
- visibility: visible;
3859
- }
3860
-
3861
- to {
3862
- transform: translate3d(0, 0, 0);
3863
- }
3864
- }
3865
-
3866
- @keyframes Toastify__slideInDown {
3867
- from {
3868
- transform: translate3d(0, -110%, 0);
3869
- visibility: visible;
3870
- }
3871
-
3872
- to {
3873
- transform: translate3d(0, 0, 0);
3874
- }
3875
- }
3876
-
3877
- @keyframes Toastify__slideOutRight {
3878
- from {
3879
- transform: translate3d(0, 0, 0);
3880
- }
3881
-
3882
- to {
3883
- visibility: hidden;
3884
- transform: translate3d(110%, 0, 0);
3885
- }
3886
- }
3887
-
3888
- @keyframes Toastify__slideOutLeft {
3889
- from {
3890
- transform: translate3d(0, 0, 0);
3891
- }
3892
-
3893
- to {
3894
- visibility: hidden;
3895
- transform: translate3d(-110%, 0, 0);
3896
- }
3897
- }
3898
-
3899
- @keyframes Toastify__slideOutDown {
3900
- from {
3901
- transform: translate3d(0, 0, 0);
3902
- }
3903
-
3904
- to {
3905
- visibility: hidden;
3906
- transform: translate3d(0, 500px, 0);
3907
- }
3908
- }
3909
-
3910
- @keyframes Toastify__slideOutUp {
3911
- from {
3912
- transform: translate3d(0, 0, 0);
3913
- }
3914
-
3915
- to {
3916
- visibility: hidden;
3917
- transform: translate3d(0, -500px, 0);
3918
- }
3919
- }
3920
-
3921
- .Toastify__slide-enter--top-left,
3922
- .Toastify__slide-enter--bottom-left {
3923
- animation-name: Toastify__slideInLeft;
3924
- }
3925
-
3926
- .Toastify__slide-enter--top-right,
3927
- .Toastify__slide-enter--bottom-right {
3928
- animation-name: Toastify__slideInRight;
3929
- }
3930
-
3931
- .Toastify__slide-enter--top-center {
3932
- animation-name: Toastify__slideInDown;
3933
- }
3934
-
3935
- .Toastify__slide-enter--bottom-center {
3936
- animation-name: Toastify__slideInUp;
3937
- }
3938
-
3939
- .Toastify__slide-exit--top-left,
3940
- .Toastify__slide-exit--bottom-left {
3941
- animation-name: Toastify__slideOutLeft;
3942
- }
3943
-
3944
- .Toastify__slide-exit--top-right,
3945
- .Toastify__slide-exit--bottom-right {
3946
- animation-name: Toastify__slideOutRight;
3947
- }
3948
-
3949
- .Toastify__slide-exit--top-center {
3950
- animation-name: Toastify__slideOutUp;
3951
- }
3952
-
3953
- .Toastify__slide-exit--bottom-center {
3954
- animation-name: Toastify__slideOutDown;
3955
- }
3956
-
3957
- @keyframes Toastify__spin {
3958
- from {
3959
- transform: rotate(0deg);
3960
- }
3961
-
3962
- to {
3963
- transform: rotate(360deg);
3964
- }
3965
- }
3966
-
3967
- @keyframes react-loading-skeleton {
3968
- 100% {
3969
- transform: translateX(100%);
3970
- }
3971
- }
3972
-
3973
- .react-loading-skeleton {
3974
- --base-color: #ebebeb;
3975
- --highlight-color: #f5f5f5;
3976
- --animation-duration: 1.5s;
3977
- --animation-direction: normal;
3978
- --pseudo-element-display: block;
3979
- /* Enable animation */
3980
- background-color: var(--base-color);
3981
- width: 100%;
3982
- border-radius: 0.25rem;
3983
- display: inline-flex;
3984
- line-height: 1;
3985
- position: relative;
3986
- overflow: hidden;
3987
- z-index: 1;
3988
- /* Necessary for overflow: hidden to work correctly in Safari */
3989
- }
3990
-
3991
- .react-loading-skeleton::after {
3992
- content: " ";
3993
- display: var(--pseudo-element-display);
3994
- position: absolute;
3995
- top: 0;
3996
- left: 0;
3997
- right: 0;
3998
- height: 100%;
3999
- background-repeat: no-repeat;
4000
- background-image: linear-gradient(
4001
- 90deg,
4002
- var(--base-color),
4003
- var(--highlight-color),
4004
- var(--base-color)
4005
- );
4006
- transform: translateX(-100%);
4007
- animation-name: react-loading-skeleton;
4008
- animation-direction: var(--animation-direction);
4009
- animation-duration: var(--animation-duration);
4010
- animation-timing-function: ease-in-out;
4011
- animation-iteration-count: infinite;
4012
- }
4013
-
4014
- .first\:mt-2:first-child {
4015
- margin-top: 8px;
4016
- }
4017
-
4018
- .first\:ml-0:first-child {
4019
- margin-left: 0;
4020
- }
4021
-
4022
- .first\:rounded-t-lg:first-child {
4023
- border-top-left-radius: 0.5rem;
4024
- border-top-right-radius: 0.5rem;
4025
- }
4026
-
4027
- .first\:rounded-l-lg:first-child {
4028
- border-top-left-radius: 0.5rem;
4029
- border-bottom-left-radius: 0.5rem;
4030
- }
4031
-
4032
- .first\:border-l:first-child {
4033
- border-left-width: 1px;
4034
- }
4035
-
4036
- .last\:mr-0:last-child {
4037
- margin-right: 0;
4038
- }
4039
-
4040
- .last\:mb-2:last-child {
4041
- margin-bottom: 8px;
4042
- }
4043
-
4044
- .last\:rounded-b-lg:last-child {
4045
- border-bottom-right-radius: 0.5rem;
4046
- border-bottom-left-radius: 0.5rem;
4047
- }
4048
-
4049
- .last\:rounded-r-lg:last-child {
4050
- border-top-right-radius: 0.5rem;
4051
- border-bottom-right-radius: 0.5rem;
4052
- }
4053
-
4054
- .last\:border-0:last-child {
4055
- border-width: 0px;
4056
- }
4057
-
4058
- .last\:border-b:last-child {
4059
- border-bottom-width: 1px;
4060
- }
4061
-
4062
- .checked\:translate-x-5:checked {
4063
- --tw-translate-x: 20px;
4064
- 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));
4065
- }
4066
-
4067
- .checked\:translate-x-4:checked {
4068
- --tw-translate-x: 16px;
4069
- 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));
4070
- }
4071
-
4072
- .focus-within\:border:focus-within {
4073
- border-width: 1px;
4074
- }
4075
-
4076
- .focus-within\:border-turquoise-300:focus-within {
4077
- --tw-border-opacity: 1;
4078
- border-color: rgb(39 222 191 / var(--tw-border-opacity));
4079
- }
4080
-
4081
- .focus-within\:bg-neutral-000:focus-within {
4082
- --tw-bg-opacity: 1;
4083
- background-color: rgb(255 255 255 / var(--tw-bg-opacity));
4084
- }
4085
-
4086
- .focus-within\:px-2:focus-within {
4087
- padding-left: 8px;
4088
- padding-right: 8px;
4089
- }
4090
-
4091
- .focus-within\:outline-none:focus-within {
4092
- outline: 2px solid transparent;
4093
- outline-offset: 2px;
4094
- }
4095
-
4096
- .hover\:bg-neutral-100:hover {
4097
- --tw-bg-opacity: 1;
4098
- background-color: rgb(247 249 252 / var(--tw-bg-opacity));
4099
- }
4100
-
4101
- .hover\:bg-turquoise-300:hover {
4102
- --tw-bg-opacity: 1;
4103
- background-color: rgb(39 222 191 / var(--tw-bg-opacity));
4104
- }
4105
-
4106
- .hover\:bg-neutral-200:hover {
4107
- --tw-bg-opacity: 1;
4108
- background-color: rgb(237 241 247 / var(--tw-bg-opacity));
4109
- }
4110
-
4111
- .hover\:bg-neutral-50:hover {
4112
- --tw-bg-opacity: 1;
4113
- background-color: rgb(251 252 254 / var(--tw-bg-opacity));
4114
- }
4115
-
4116
- .hover\:bg-blue-100:hover {
4117
- --tw-bg-opacity: 1;
4118
- background-color: rgb(229 245 255 / var(--tw-bg-opacity));
4119
- }
4120
-
4121
- .hover\:bg-turquoise-400:hover {
4122
- --tw-bg-opacity: 1;
4123
- background-color: rgb(31 204 175 / var(--tw-bg-opacity));
4124
- }
4125
-
4126
- .hover\:bg-turquoise-200:hover {
4127
- --tw-bg-opacity: 1;
4128
- background-color: rgb(193 244 233 / var(--tw-bg-opacity));
4129
- }
4130
-
4131
- .hover\:bg-right:hover {
4132
- background-position: right;
4133
- }
4134
-
4135
- .hover\:text-turquoise-300:hover {
4136
- --tw-text-opacity: 1;
4137
- color: rgb(39 222 191 / var(--tw-text-opacity));
4138
- }
4139
-
4140
- .hover\:text-neutral-700:hover {
4141
- --tw-text-opacity: 1;
4142
- color: rgb(71 90 118 / var(--tw-text-opacity));
4143
- }
4144
-
4145
- .hover\:text-neutral-600:hover {
4146
- --tw-text-opacity: 1;
4147
- color: rgb(108 129 157 / var(--tw-text-opacity));
4148
- }
4149
-
4150
- .hover\:text-turquoise-500:hover {
4151
- --tw-text-opacity: 1;
4152
- color: rgb(28 182 156 / var(--tw-text-opacity));
4153
- }
4154
-
4155
- .hover\:text-lavender-300:hover {
4156
- --tw-text-opacity: 1;
4157
- color: rgb(77 82 255 / var(--tw-text-opacity));
4158
- }
4159
-
4160
- .hover\:text-turquoise-400:hover {
4161
- --tw-text-opacity: 1;
4162
- color: rgb(31 204 175 / var(--tw-text-opacity));
4163
- }
4164
-
4165
- .hover\:opacity-100:hover {
4166
- opacity: 1;
4167
- }
4168
-
4169
- .hover\:ring-neutral-300:hover {
4170
- --tw-ring-opacity: 1;
4171
- --tw-ring-color: rgb(224 231 240 / var(--tw-ring-opacity));
4172
- }
4173
-
4174
- .focus\:relative:focus {
4175
- position: relative;
4176
- }
4177
-
4178
- .focus\:h-auto:focus {
4179
- height: auto;
4180
- }
4181
-
4182
- .focus\:border:focus {
4183
- border-width: 1px;
4184
- }
4185
-
4186
- .focus\:border-turquoise-300:focus {
4187
- --tw-border-opacity: 1;
4188
- border-color: rgb(39 222 191 / var(--tw-border-opacity));
4189
- }
4190
-
4191
- .focus\:bg-neutral-000:focus {
4192
- --tw-bg-opacity: 1;
4193
- background-color: rgb(255 255 255 / var(--tw-bg-opacity));
4194
- }
4195
-
4196
- .focus\:bg-select-chevron-active:focus {
4197
- background-image: url(data:image/svg+xml,%3Csvg%20style%3D%22color%3A%20%2327DEBF%22%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.33331%207.00002L5.99998%201.66669L10.6666%207.00002%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E);
4198
- }
4199
-
4200
- .focus\:px-2:focus {
4201
- padding-left: 8px;
4202
- padding-right: 8px;
4203
- }
4204
-
4205
- .focus\:opacity-100:focus {
4206
- opacity: 1;
4207
- }
4208
-
4209
- .focus\:outline-none:focus {
4210
- outline: 2px solid transparent;
4211
- outline-offset: 2px;
4212
- }
4213
-
4214
- .active\:bg-neutral-100:active {
4215
- --tw-bg-opacity: 1;
4216
- background-color: rgb(247 249 252 / var(--tw-bg-opacity));
4217
- }
4218
-
4219
- .active\:bg-turquoise-400:active {
4220
- --tw-bg-opacity: 1;
4221
- background-color: rgb(31 204 175 / var(--tw-bg-opacity));
4222
- }
4223
-
4224
- .active\:bg-turquoise-200:active {
4225
- --tw-bg-opacity: 1;
4226
- background-color: rgb(193 244 233 / var(--tw-bg-opacity));
4227
- }
4228
-
4229
- .active\:bg-neutral-300:active {
4230
- --tw-bg-opacity: 1;
4231
- background-color: rgb(224 231 240 / var(--tw-bg-opacity));
4232
- }
4233
-
4234
- .active\:text-neutral-700:active {
4235
- --tw-text-opacity: 1;
4236
- color: rgb(71 90 118 / var(--tw-text-opacity));
4237
- }
4238
-
4239
- .disabled\:bg-neutral-400:disabled {
4240
- --tw-bg-opacity: 1;
4241
- background-color: rgb(195 207 223 / var(--tw-bg-opacity));
4242
- }
4243
-
4244
- .disabled\:bg-neutral-300:disabled {
4245
- --tw-bg-opacity: 1;
4246
- background-color: rgb(224 231 240 / var(--tw-bg-opacity));
4247
- }
4248
-
4249
- .disabled\:bg-none:disabled {
4250
- background-image: none;
4251
- }
4252
-
4253
- .disabled\:text-neutral-000:disabled {
4254
- --tw-text-opacity: 1;
4255
- color: rgb(255 255 255 / var(--tw-text-opacity));
4256
- }
4257
-
4258
- .disabled\:text-neutral-400:disabled {
4259
- --tw-text-opacity: 1;
4260
- color: rgb(195 207 223 / var(--tw-text-opacity));
4261
- }
4262
-
4263
- .disabled\:opacity-25:disabled {
4264
- opacity: 0.25;
4265
- }
4266
-
4267
- .disabled\:ring-neutral-100:disabled {
4268
- --tw-ring-opacity: 1;
4269
- --tw-ring-color: rgb(247 249 252 / var(--tw-ring-opacity));
4270
- }
4271
-
4272
- .group:hover .group-hover\:block {
4273
- display: block;
4274
- }
4275
-
4276
- .invalid\:text-neutral-400:invalid {
4277
- --tw-text-opacity: 1;
4278
- color: rgb(195 207 223 / var(--tw-text-opacity));
4279
- }
4280
-
4281
- input:checked ~ .label-checked\:border-transparent {
4282
- border-color: transparent;
4283
- }
4284
-
4285
- input:checked ~ .label-checked\:bg-turquoise-300 {
4286
- --tw-bg-opacity: 1;
4287
- background-color: rgb(39 222 191 / var(--tw-bg-opacity));
4288
- }
4289
-
4290
- input[type="checkbox"][disabled]:checked ~ .label-checked-disabled\:bg-neutral-300 {
4291
- --tw-bg-opacity: 1;
4292
- background-color: rgb(224 231 240 / var(--tw-bg-opacity));
4293
- }
4294
-
4295
- :focus-within > .field-focus\:hidden {
4296
- display: none;
4297
- }
4298
-
4299
- .group:active .group-active\:ring-neutral-100 {
4300
- --tw-ring-opacity: 1;
4301
- --tw-ring-color: rgb(247 249 252 / var(--tw-ring-opacity));
4302
- }
4303
-
4304
- .group:active .group-active\:ring-turquoise-400 {
4305
- --tw-ring-opacity: 1;
4306
- --tw-ring-color: rgb(31 204 175 / var(--tw-ring-opacity));
4307
- }
4308
-
4309
- .group:active .group-active\:ring-turquoise-200 {
4310
- --tw-ring-opacity: 1;
4311
- --tw-ring-color: rgb(193 244 233 / var(--tw-ring-opacity));
4312
- }
4313
-
4314
- .group:active .group-active\:ring-neutral-300 {
4315
- --tw-ring-opacity: 1;
4316
- --tw-ring-color: rgb(224 231 240 / var(--tw-ring-opacity));
4317
- }
4318
-
4319
- .sibling\:ml-2 + * {
4320
- margin-left: 8px;
4321
- }
4322
-
4323
- @media (min-width: 768px) {
4324
- .md\:-bottom-18 {
4325
- bottom: -72px;
4326
- }
4327
-
4328
- .md\:text-13-14 {
4329
- font-weight: 400;
4330
- font-size: 13px;
4331
- line-height: 14px;
4332
- }
4333
-
4334
- .md\:mx-20 {
4335
- margin-left: 80px;
4336
- margin-right: 80px;
4337
- }
4338
-
4339
- .md\:-mt-8 {
4340
- margin-top: -32px;
4341
- }
4342
-
4343
- .md\:block {
4344
- display: block;
4345
- }
4346
-
4347
- .md\:text-style-g-em {
4348
- font-weight: 600;
4349
- font-size: 14px;
4350
- line-height: 22px;
4351
- }
4352
-
4353
- .md\:hidden {
4354
- display: none;
4355
- }
4356
-
4357
- .md\:h-auto {
4358
- height: auto;
4359
- }
4360
-
4361
- .md\:min-h-6 {
4362
- min-height: 24px;
4363
- }
4364
-
4365
- .md\:w-auto {
4366
- width: auto;
4367
- }
4368
-
4369
- .md\:min-w-96 {
4370
- min-width: 384px;
4371
- }
4372
-
4373
- .md\:min-w-20 {
4374
- min-width: 80px;
4375
- }
4376
-
4377
- .md\:flex-row {
4378
- flex-direction: row;
4379
- }
4380
-
4381
- .md\:border-r {
4382
- border-right-width: 1px;
4383
- }
4384
-
4385
- .md\:py-1\.5 {
4386
- padding-top: 6px;
4387
- padding-bottom: 6px;
4388
- }
4389
-
4390
- .md\:py-1 {
4391
- padding-top: 4px;
4392
- padding-bottom: 4px;
4393
- }
4394
-
4395
- .md\:pb-0 {
4396
- padding-bottom: 0;
4397
- }
4398
-
4399
- .md\:pt-1 {
4400
- padding-top: 4px;
4401
- }
4402
-
4403
- .md\:pl-4 {
4404
- padding-left: 16px;
4405
- }
4406
-
4407
- .md\:pt-px {
4408
- padding-top: 1px;
4409
- }
4410
-
4411
- .md\:text-sm {
4412
- font-size: 14px;
4413
- }
4414
-
4415
- .md\:hover\:bg-neutral-200:hover {
4416
- --tw-bg-opacity: 1;
4417
- background-color: rgb(237 241 247 / var(--tw-bg-opacity));
4418
- }
4419
- }
4420
-
4421
- @media (min-width: 1024px) {
4422
- .lg\:mx-50 {
4423
- margin-left: 200px;
4424
- margin-right: 200px;
4425
- }
4426
-
4427
- .lg\:mr-8 {
4428
- margin-right: 32px;
4429
- }
4430
-
4431
- .lg\:flex {
4432
- display: flex;
4433
- }
4434
-
4435
- .lg\:hidden {
4436
- display: none;
4437
- }
4438
-
4439
- .lg\:flex-1 {
4440
- flex: 1 1 0%;
4441
- }
4442
-
4443
- .lg\:flex-col {
4444
- flex-direction: column;
4445
- }
4446
-
4447
- .lg\:px-8 {
4448
- padding-left: 32px;
4449
- padding-right: 32px;
4450
- }
4451
-
4452
- .lg\:px-38 {
4453
- padding-left: 152px;
4454
- padding-right: 152px;
4455
- }
4456
- }
4457
-
4458
- @media (min-width: 1280px) {
4459
- .xl\:mx-0 {
4460
- margin-left: 0;
4461
- margin-right: 0;
4462
- }
4463
-
4464
- .xl\:mr-16 {
4465
- margin-right: 64px;
4466
- }
4467
-
4468
- .xl\:px-16 {
4469
- padding-left: 64px;
4470
- padding-right: 64px;
4471
- }
4472
- }
4473
-
4474
- @media (min-width: 1440px) {
4475
- .desktop\:max-w-none {
4476
- max-width: none;
4477
- }
4478
-
4479
- .desktop\:px-36 {
4480
- padding-left: 144px;
4481
- padding-right: 144px;
4482
- }
4483
- }
4484
-
4485
- @media (min-width: 1536px) {
4486
- .\32xl\:mx-80 {
4487
- margin-left: 320px;
4488
- margin-right: 320px;
4489
- }
4490
-
4491
- .\32xl\:max-w-screen-2xl {
4492
- max-width: 1536px;
4493
- }
4494
-
4495
- .\32xl\:px-52 {
4496
- padding-left: 208px;
4497
- padding-right: 208px;
4498
- }
4499
- }