@velora-dex/widget 0.0.13 → 0.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/styles.css CHANGED
@@ -1,4 +1,4 @@
1
- @import "https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&family=Geist:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";[data-vaul-drawer] {
1
+ [data-vaul-drawer] {
2
2
  touch-action: none;
3
3
  will-change: transform;
4
4
  transition: transform 0.5s cubic-bezier(0.32, 0.72, 0, 1);
@@ -254,3532 +254,3 @@
254
254
  transform: translate3d(var(--initial-transform, 100%), 0, 0);
255
255
  }
256
256
  }
257
-
258
-
259
- /*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
260
- @layer properties {
261
- @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
262
- *, :before, :after, ::backdrop {
263
- --tw-translate-x: 0;
264
- --tw-translate-y: 0;
265
- --tw-translate-z: 0;
266
- --tw-rotate-x: initial;
267
- --tw-rotate-y: initial;
268
- --tw-rotate-z: initial;
269
- --tw-skew-x: initial;
270
- --tw-skew-y: initial;
271
- --tw-space-y-reverse: 0;
272
- --tw-border-style: solid;
273
- --tw-leading: initial;
274
- --tw-font-weight: initial;
275
- --tw-tracking: initial;
276
- --tw-shadow: 0 0 #0000;
277
- --tw-shadow-color: initial;
278
- --tw-shadow-alpha: 100%;
279
- --tw-inset-shadow: 0 0 #0000;
280
- --tw-inset-shadow-color: initial;
281
- --tw-inset-shadow-alpha: 100%;
282
- --tw-ring-color: initial;
283
- --tw-ring-shadow: 0 0 #0000;
284
- --tw-inset-ring-color: initial;
285
- --tw-inset-ring-shadow: 0 0 #0000;
286
- --tw-ring-inset: initial;
287
- --tw-ring-offset-width: 0px;
288
- --tw-ring-offset-color: #fff;
289
- --tw-ring-offset-shadow: 0 0 #0000;
290
- --tw-outline-style: solid;
291
- --tw-blur: initial;
292
- --tw-brightness: initial;
293
- --tw-contrast: initial;
294
- --tw-grayscale: initial;
295
- --tw-hue-rotate: initial;
296
- --tw-invert: initial;
297
- --tw-opacity: initial;
298
- --tw-saturate: initial;
299
- --tw-sepia: initial;
300
- --tw-drop-shadow: initial;
301
- --tw-drop-shadow-color: initial;
302
- --tw-drop-shadow-alpha: 100%;
303
- --tw-drop-shadow-size: initial;
304
- --tw-duration: initial;
305
- --tw-text-shadow-color: initial;
306
- --tw-text-shadow-alpha: 100%;
307
- --tw-animation-delay: 0s;
308
- --tw-animation-direction: normal;
309
- --tw-animation-duration: initial;
310
- --tw-animation-fill-mode: none;
311
- --tw-animation-iteration-count: 1;
312
- --tw-enter-opacity: 1;
313
- --tw-enter-rotate: 0;
314
- --tw-enter-scale: 1;
315
- --tw-enter-translate-x: 0;
316
- --tw-enter-translate-y: 0;
317
- --tw-exit-opacity: 1;
318
- --tw-exit-rotate: 0;
319
- --tw-exit-scale: 1;
320
- --tw-exit-translate-x: 0;
321
- --tw-exit-translate-y: 0;
322
- }
323
- }
324
- }
325
- @layer theme {
326
- :root, :host {
327
- --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
328
- --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
329
- --color-red-800: oklch(44.4% .177 26.899);
330
- --color-green-50: oklch(98.2% .018 155.826);
331
- --color-green-200: oklch(92.5% .084 155.995);
332
- --color-green-300: oklch(87.1% .15 154.449);
333
- --color-green-700: oklch(52.7% .154 150.069);
334
- --color-green-800: oklch(44.8% .119 151.328);
335
- --color-blue-50: oklch(97% .014 254.604);
336
- --color-blue-200: oklch(88.2% .059 254.128);
337
- --color-blue-600: oklch(54.6% .245 262.881);
338
- --color-blue-700: oklch(48.8% .243 264.376);
339
- --color-blue-800: oklch(42.4% .199 265.638);
340
- --color-purple-50: oklch(97.7% .014 308.299);
341
- --color-purple-200: oklch(90.2% .063 306.703);
342
- --color-purple-700: oklch(49.6% .265 301.924);
343
- --color-purple-800: oklch(43.8% .218 303.724);
344
- --color-gray-500: oklch(55.1% .027 264.364);
345
- --color-gray-600: oklch(44.6% .03 256.802);
346
- --color-gray-700: oklch(37.3% .034 259.733);
347
- --color-gray-800: oklch(27.8% .033 256.848);
348
- --color-black: #000;
349
- --color-white: #fff;
350
- --spacing: .25rem;
351
- --container-xs: 20rem;
352
- --container-sm: 24rem;
353
- --container-md: 28rem;
354
- --container-lg: 32rem;
355
- --container-4xl: 56rem;
356
- --text-xs: .75rem;
357
- --text-xs--line-height: calc(1 / .75);
358
- --text-sm: .875rem;
359
- --text-sm--line-height: calc(1.25 / .875);
360
- --text-base: 1rem;
361
- --text-base--line-height: calc(1.5 / 1);
362
- --text-lg: 1.125rem;
363
- --text-lg--line-height: calc(1.75 / 1.125);
364
- --text-xl: 1.25rem;
365
- --text-xl--line-height: calc(1.75 / 1.25);
366
- --text-2xl: 1.5rem;
367
- --text-2xl--line-height: calc(2 / 1.5);
368
- --font-weight-medium: 500;
369
- --font-weight-semibold: 600;
370
- --font-weight-bold: 700;
371
- --tracking-widest: .1em;
372
- --radius-2xl: 1rem;
373
- --animate-spin: spin 1s linear infinite;
374
- --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
375
- --default-transition-duration: .15s;
376
- --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
377
- --default-font-family: var(--font-sans);
378
- --default-mono-font-family: var(--font-mono);
379
- --font-geist: var(--font-geist);
380
- --font-geist-mono: var(--font-geist-mono);
381
- --font-inter: var(--font-inter);
382
- }
383
- }
384
- @layer base {
385
- *, :after, :before, ::backdrop {
386
- box-sizing: border-box;
387
- border: 0 solid;
388
- margin: 0;
389
- padding: 0;
390
- }
391
-
392
- ::file-selector-button {
393
- box-sizing: border-box;
394
- border: 0 solid;
395
- margin: 0;
396
- padding: 0;
397
- }
398
-
399
- html, :host {
400
- -webkit-text-size-adjust: 100%;
401
- tab-size: 4;
402
- line-height: 1.5;
403
- font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
404
- font-feature-settings: var(--default-font-feature-settings, normal);
405
- font-variation-settings: var(--default-font-variation-settings, normal);
406
- -webkit-tap-highlight-color: transparent;
407
- }
408
-
409
- hr {
410
- height: 0;
411
- color: inherit;
412
- border-top-width: 1px;
413
- }
414
-
415
- abbr:where([title]) {
416
- -webkit-text-decoration: underline dotted;
417
- text-decoration: underline dotted;
418
- }
419
-
420
- h1, h2, h3, h4, h5, h6 {
421
- font-size: inherit;
422
- font-weight: inherit;
423
- }
424
-
425
- a {
426
- color: inherit;
427
- -webkit-text-decoration: inherit;
428
- -webkit-text-decoration: inherit;
429
- -webkit-text-decoration: inherit;
430
- text-decoration: inherit;
431
- }
432
-
433
- b, strong {
434
- font-weight: bolder;
435
- }
436
-
437
- code, kbd, samp, pre {
438
- font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
439
- font-feature-settings: var(--default-mono-font-feature-settings, normal);
440
- font-variation-settings: var(--default-mono-font-variation-settings, normal);
441
- font-size: 1em;
442
- }
443
-
444
- small {
445
- font-size: 80%;
446
- }
447
-
448
- sub, sup {
449
- vertical-align: baseline;
450
- font-size: 75%;
451
- line-height: 0;
452
- position: relative;
453
- }
454
-
455
- sub {
456
- bottom: -.25em;
457
- }
458
-
459
- sup {
460
- top: -.5em;
461
- }
462
-
463
- table {
464
- text-indent: 0;
465
- border-color: inherit;
466
- border-collapse: collapse;
467
- }
468
-
469
- :-moz-focusring {
470
- outline: auto;
471
- }
472
-
473
- progress {
474
- vertical-align: baseline;
475
- }
476
-
477
- summary {
478
- display: list-item;
479
- }
480
-
481
- ol, ul, menu {
482
- list-style: none;
483
- }
484
-
485
- img, svg, video, canvas, audio, iframe, embed, object {
486
- vertical-align: middle;
487
- display: block;
488
- }
489
-
490
- img, video {
491
- max-width: 100%;
492
- height: auto;
493
- }
494
-
495
- button, input, select, optgroup, textarea {
496
- font: inherit;
497
- font-feature-settings: inherit;
498
- font-variation-settings: inherit;
499
- letter-spacing: inherit;
500
- color: inherit;
501
- opacity: 1;
502
- background-color: #0000;
503
- border-radius: 0;
504
- }
505
-
506
- ::file-selector-button {
507
- font: inherit;
508
- font-feature-settings: inherit;
509
- font-variation-settings: inherit;
510
- letter-spacing: inherit;
511
- color: inherit;
512
- opacity: 1;
513
- background-color: #0000;
514
- border-radius: 0;
515
- }
516
-
517
- :where(select:is([multiple], [size])) optgroup {
518
- font-weight: bolder;
519
- }
520
-
521
- :where(select:is([multiple], [size])) optgroup option {
522
- padding-inline-start: 20px;
523
- }
524
-
525
- ::file-selector-button {
526
- margin-inline-end: 4px;
527
- }
528
-
529
- ::placeholder {
530
- opacity: 1;
531
- }
532
-
533
- @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
534
- ::placeholder {
535
- color: currentColor;
536
- }
537
-
538
- @supports (color: color-mix(in lab, red, red)) {
539
- ::placeholder {
540
- color: color-mix(in oklab, currentcolor 50%, transparent);
541
- }
542
- }
543
- }
544
-
545
- textarea {
546
- resize: vertical;
547
- }
548
-
549
- ::-webkit-search-decoration {
550
- -webkit-appearance: none;
551
- }
552
-
553
- ::-webkit-date-and-time-value {
554
- min-height: 1lh;
555
- text-align: inherit;
556
- }
557
-
558
- ::-webkit-datetime-edit {
559
- display: inline-flex;
560
- }
561
-
562
- ::-webkit-datetime-edit-fields-wrapper {
563
- padding: 0;
564
- }
565
-
566
- ::-webkit-datetime-edit {
567
- padding-block: 0;
568
- }
569
-
570
- ::-webkit-datetime-edit-year-field {
571
- padding-block: 0;
572
- }
573
-
574
- ::-webkit-datetime-edit-month-field {
575
- padding-block: 0;
576
- }
577
-
578
- ::-webkit-datetime-edit-day-field {
579
- padding-block: 0;
580
- }
581
-
582
- ::-webkit-datetime-edit-hour-field {
583
- padding-block: 0;
584
- }
585
-
586
- ::-webkit-datetime-edit-minute-field {
587
- padding-block: 0;
588
- }
589
-
590
- ::-webkit-datetime-edit-second-field {
591
- padding-block: 0;
592
- }
593
-
594
- ::-webkit-datetime-edit-millisecond-field {
595
- padding-block: 0;
596
- }
597
-
598
- ::-webkit-datetime-edit-meridiem-field {
599
- padding-block: 0;
600
- }
601
-
602
- :-moz-ui-invalid {
603
- box-shadow: none;
604
- }
605
-
606
- button, input:where([type="button"], [type="reset"], [type="submit"]) {
607
- appearance: button;
608
- }
609
-
610
- ::file-selector-button {
611
- appearance: button;
612
- }
613
-
614
- ::-webkit-inner-spin-button {
615
- height: auto;
616
- }
617
-
618
- ::-webkit-outer-spin-button {
619
- height: auto;
620
- }
621
-
622
- [hidden]:where(:not([hidden="until-found"])) {
623
- display: none !important;
624
- }
625
-
626
- * {
627
- border-color: var(--border);
628
- outline-color: var(--ring);
629
- }
630
-
631
- @supports (color: color-mix(in lab, red, red)) {
632
- * {
633
- outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
634
- }
635
- }
636
-
637
- body {
638
- background-color: var(--background);
639
- color: var(--foreground);
640
- }
641
- }
642
- @layer components;
643
- @layer utilities {
644
- .\@container\/card-header {
645
- container: card-header / inline-size;
646
- }
647
-
648
- .pointer-events-none {
649
- pointer-events: none;
650
- }
651
-
652
- .visible {
653
- visibility: visible;
654
- }
655
-
656
- .absolute {
657
- position: absolute;
658
- }
659
-
660
- .fixed {
661
- position: fixed;
662
- }
663
-
664
- .relative {
665
- position: relative;
666
- }
667
-
668
- .inset-0 {
669
- inset: calc(var(--spacing) * 0);
670
- }
671
-
672
- .inset-y-0 {
673
- inset-block: calc(var(--spacing) * 0);
674
- }
675
-
676
- .top-0 {
677
- top: calc(var(--spacing) * 0);
678
- }
679
-
680
- .top-\[-1px\] {
681
- top: -1px;
682
- }
683
-
684
- .top-\[-3px\] {
685
- top: -3px;
686
- }
687
-
688
- .top-\[50\%\] {
689
- top: 50%;
690
- }
691
-
692
- .right-0 {
693
- right: calc(var(--spacing) * 0);
694
- }
695
-
696
- .right-2 {
697
- right: calc(var(--spacing) * 2);
698
- }
699
-
700
- .right-\[-1px\] {
701
- right: -1px;
702
- }
703
-
704
- .right-\[-3px\] {
705
- right: -3px;
706
- }
707
-
708
- .bottom-\[-1px\] {
709
- bottom: -1px;
710
- }
711
-
712
- .bottom-\[17px\] {
713
- bottom: 17px;
714
- }
715
-
716
- .left-0 {
717
- left: calc(var(--spacing) * 0);
718
- }
719
-
720
- .left-2 {
721
- left: calc(var(--spacing) * 2);
722
- }
723
-
724
- .left-\[-1px\] {
725
- left: -1px;
726
- }
727
-
728
- .left-\[17px\] {
729
- left: 17px;
730
- }
731
-
732
- .left-\[50\%\] {
733
- left: 50%;
734
- }
735
-
736
- .z-10 {
737
- z-index: 10;
738
- }
739
-
740
- .z-50 {
741
- z-index: 50;
742
- }
743
-
744
- .col-start-2 {
745
- grid-column-start: 2;
746
- }
747
-
748
- .row-span-2 {
749
- grid-row: span 2 / span 2;
750
- }
751
-
752
- .row-start-1 {
753
- grid-row-start: 1;
754
- }
755
-
756
- .container {
757
- width: 100%;
758
- }
759
-
760
- @media (min-width: 40rem) {
761
- .container {
762
- max-width: 40rem;
763
- }
764
- }
765
-
766
- @media (min-width: 48rem) {
767
- .container {
768
- max-width: 48rem;
769
- }
770
- }
771
-
772
- @media (min-width: 64rem) {
773
- .container {
774
- max-width: 64rem;
775
- }
776
- }
777
-
778
- @media (min-width: 80rem) {
779
- .container {
780
- max-width: 80rem;
781
- }
782
- }
783
-
784
- @media (min-width: 96rem) {
785
- .container {
786
- max-width: 96rem;
787
- }
788
- }
789
-
790
- .m-0 {
791
- margin: calc(var(--spacing) * 0);
792
- }
793
-
794
- .m-auto {
795
- margin: auto;
796
- }
797
-
798
- .-mx-1 {
799
- margin-inline: calc(var(--spacing) * -1);
800
- }
801
-
802
- .mx-auto {
803
- margin-inline: auto;
804
- }
805
-
806
- .my-1 {
807
- margin-block: calc(var(--spacing) * 1);
808
- }
809
-
810
- .mt-2 {
811
- margin-top: calc(var(--spacing) * 2);
812
- }
813
-
814
- .mt-4 {
815
- margin-top: calc(var(--spacing) * 4);
816
- }
817
-
818
- .mt-6 {
819
- margin-top: calc(var(--spacing) * 6);
820
- }
821
-
822
- .mt-7 {
823
- margin-top: calc(var(--spacing) * 7);
824
- }
825
-
826
- .mt-12 {
827
- margin-top: calc(var(--spacing) * 12);
828
- }
829
-
830
- .mt-\[16px\] {
831
- margin-top: 16px;
832
- }
833
-
834
- .mt-auto {
835
- margin-top: auto;
836
- }
837
-
838
- .mr-2 {
839
- margin-right: calc(var(--spacing) * 2);
840
- }
841
-
842
- .mb-1 {
843
- margin-bottom: calc(var(--spacing) * 1);
844
- }
845
-
846
- .mb-2 {
847
- margin-bottom: calc(var(--spacing) * 2);
848
- }
849
-
850
- .mb-4 {
851
- margin-bottom: calc(var(--spacing) * 4);
852
- }
853
-
854
- .mb-6 {
855
- margin-bottom: calc(var(--spacing) * 6);
856
- }
857
-
858
- .mb-8 {
859
- margin-bottom: calc(var(--spacing) * 8);
860
- }
861
-
862
- .mb-\[17\.5px\] {
863
- margin-bottom: 17.5px;
864
- }
865
-
866
- .ml-auto {
867
- margin-left: auto;
868
- }
869
-
870
- .block {
871
- display: block;
872
- }
873
-
874
- .contents {
875
- display: contents;
876
- }
877
-
878
- .flex {
879
- display: flex;
880
- }
881
-
882
- .grid {
883
- display: grid;
884
- }
885
-
886
- .hidden {
887
- display: none;
888
- }
889
-
890
- .inline-flex {
891
- display: inline-flex;
892
- }
893
-
894
- .table {
895
- display: table;
896
- }
897
-
898
- .size-2 {
899
- width: calc(var(--spacing) * 2);
900
- height: calc(var(--spacing) * 2);
901
- }
902
-
903
- .size-2\.5 {
904
- width: calc(var(--spacing) * 2.5);
905
- height: calc(var(--spacing) * 2.5);
906
- }
907
-
908
- .size-3\.5 {
909
- width: calc(var(--spacing) * 3.5);
910
- height: calc(var(--spacing) * 3.5);
911
- }
912
-
913
- .size-4 {
914
- width: calc(var(--spacing) * 4);
915
- height: calc(var(--spacing) * 4);
916
- }
917
-
918
- .size-6 {
919
- width: calc(var(--spacing) * 6);
920
- height: calc(var(--spacing) * 6);
921
- }
922
-
923
- .size-9 {
924
- width: calc(var(--spacing) * 9);
925
- height: calc(var(--spacing) * 9);
926
- }
927
-
928
- .size-\[10px\] {
929
- width: 10px;
930
- height: 10px;
931
- }
932
-
933
- .size-\[12px\] {
934
- width: 12px;
935
- height: 12px;
936
- }
937
-
938
- .size-\[14px\] {
939
- width: 14px;
940
- height: 14px;
941
- }
942
-
943
- .size-\[16px\] {
944
- width: 16px;
945
- height: 16px;
946
- }
947
-
948
- .size-\[24px\] {
949
- width: 24px;
950
- height: 24px;
951
- }
952
-
953
- .h-2 {
954
- height: calc(var(--spacing) * 2);
955
- }
956
-
957
- .h-4 {
958
- height: calc(var(--spacing) * 4);
959
- }
960
-
961
- .h-8 {
962
- height: calc(var(--spacing) * 8);
963
- }
964
-
965
- .h-9 {
966
- height: calc(var(--spacing) * 9);
967
- }
968
-
969
- .h-16 {
970
- height: calc(var(--spacing) * 16);
971
- }
972
-
973
- .h-\[1\.15rem\] {
974
- height: 1.15rem;
975
- }
976
-
977
- .h-\[1px\] {
978
- height: 1px;
979
- }
980
-
981
- .h-\[8px\] {
982
- height: 8px;
983
- }
984
-
985
- .h-\[12px\] {
986
- height: 12px;
987
- }
988
-
989
- .h-\[16px\] {
990
- height: 16px;
991
- }
992
-
993
- .h-\[24px\] {
994
- height: 24px;
995
- }
996
-
997
- .h-\[28px\] {
998
- height: 28px;
999
- }
1000
-
1001
- .h-\[30px\] {
1002
- height: 30px;
1003
- }
1004
-
1005
- .h-\[32px\] {
1006
- height: 32px;
1007
- }
1008
-
1009
- .h-\[34px\] {
1010
- height: 34px;
1011
- }
1012
-
1013
- .h-\[36px\] {
1014
- height: 36px;
1015
- }
1016
-
1017
- .h-\[38px\] {
1018
- height: 38px;
1019
- }
1020
-
1021
- .h-\[40px\] {
1022
- height: 40px;
1023
- }
1024
-
1025
- .h-\[48px\] {
1026
- height: 48px;
1027
- }
1028
-
1029
- .h-\[72px\] {
1030
- height: 72px;
1031
- }
1032
-
1033
- .h-\[144px\] {
1034
- height: 144px;
1035
- }
1036
-
1037
- .h-\[336px\] {
1038
- height: 336px;
1039
- }
1040
-
1041
- .h-\[590px\] {
1042
- height: 590px;
1043
- }
1044
-
1045
- .h-\[var\(--radix-select-trigger-height\)\] {
1046
- height: var(--radix-select-trigger-height);
1047
- }
1048
-
1049
- .h-auto {
1050
- height: auto;
1051
- }
1052
-
1053
- .h-full {
1054
- height: 100%;
1055
- }
1056
-
1057
- .h-px {
1058
- height: 1px;
1059
- }
1060
-
1061
- .max-h-\(--radix-dropdown-menu-content-available-height\) {
1062
- max-height: var(--radix-dropdown-menu-content-available-height);
1063
- }
1064
-
1065
- .max-h-\(--radix-select-content-available-height\) {
1066
- max-height: var(--radix-select-content-available-height);
1067
- }
1068
-
1069
- .min-h-\[32px\] {
1070
- min-height: 32px;
1071
- }
1072
-
1073
- .min-h-\[92px\] {
1074
- min-height: 92px;
1075
- }
1076
-
1077
- .min-h-\[590px\] {
1078
- min-height: 590px;
1079
- }
1080
-
1081
- .min-h-screen {
1082
- min-height: 100vh;
1083
- }
1084
-
1085
- .w-4 {
1086
- width: calc(var(--spacing) * 4);
1087
- }
1088
-
1089
- .w-8 {
1090
- width: calc(var(--spacing) * 8);
1091
- }
1092
-
1093
- .w-16 {
1094
- width: calc(var(--spacing) * 16);
1095
- }
1096
-
1097
- .w-\[28px\] {
1098
- width: 28px;
1099
- }
1100
-
1101
- .w-\[30px\] {
1102
- width: 30px;
1103
- }
1104
-
1105
- .w-\[34px\] {
1106
- width: 34px;
1107
- }
1108
-
1109
- .w-\[42px\] {
1110
- width: 42px;
1111
- }
1112
-
1113
- .w-\[78px\] {
1114
- width: 78px;
1115
- }
1116
-
1117
- .w-\[100px\] {
1118
- width: 100px;
1119
- }
1120
-
1121
- .w-\[118px\] {
1122
- width: 118px;
1123
- }
1124
-
1125
- .w-\[120px\] {
1126
- width: 120px;
1127
- }
1128
-
1129
- .w-\[254px\] {
1130
- width: 254px;
1131
- }
1132
-
1133
- .w-\[280px\] {
1134
- width: 280px;
1135
- }
1136
-
1137
- .w-\[460px\] {
1138
- width: 460px;
1139
- }
1140
-
1141
- .w-fit {
1142
- width: fit-content;
1143
- }
1144
-
1145
- .w-full {
1146
- width: 100%;
1147
- }
1148
-
1149
- .w-min {
1150
- width: min-content;
1151
- }
1152
-
1153
- .w-screen {
1154
- width: 100vw;
1155
- }
1156
-
1157
- .max-w-4xl {
1158
- max-width: var(--container-4xl);
1159
- }
1160
-
1161
- .max-w-\[140px\] {
1162
- max-width: 140px;
1163
- }
1164
-
1165
- .max-w-\[200px\] {
1166
- max-width: 200px;
1167
- }
1168
-
1169
- .max-w-\[320px\] {
1170
- max-width: 320px;
1171
- }
1172
-
1173
- .max-w-\[336px\] {
1174
- max-width: 336px;
1175
- }
1176
-
1177
- .max-w-\[400px\] {
1178
- max-width: 400px;
1179
- }
1180
-
1181
- .max-w-\[460px\] {
1182
- max-width: 460px;
1183
- }
1184
-
1185
- .max-w-\[calc\(100\%-2rem\)\] {
1186
- max-width: calc(100% - 2rem);
1187
- }
1188
-
1189
- .max-w-md {
1190
- max-width: var(--container-md);
1191
- }
1192
-
1193
- .max-w-xs {
1194
- max-width: var(--container-xs);
1195
- }
1196
-
1197
- .min-w-0 {
1198
- min-width: calc(var(--spacing) * 0);
1199
- }
1200
-
1201
- .min-w-\[8rem\] {
1202
- min-width: 8rem;
1203
- }
1204
-
1205
- .min-w-\[42px\] {
1206
- min-width: 42px;
1207
- }
1208
-
1209
- .min-w-\[100px\] {
1210
- min-width: 100px;
1211
- }
1212
-
1213
- .min-w-\[120px\] {
1214
- min-width: 120px;
1215
- }
1216
-
1217
- .min-w-\[160px\] {
1218
- min-width: 160px;
1219
- }
1220
-
1221
- .min-w-\[220px\] {
1222
- min-width: 220px;
1223
- }
1224
-
1225
- .min-w-\[var\(--radix-select-trigger-width\)\] {
1226
- min-width: var(--radix-select-trigger-width);
1227
- }
1228
-
1229
- .flex-1 {
1230
- flex: 1;
1231
- }
1232
-
1233
- .flex-shrink-0, .shrink-0 {
1234
- flex-shrink: 0;
1235
- }
1236
-
1237
- .origin-\(--radix-dropdown-menu-content-transform-origin\) {
1238
- transform-origin: var(--radix-dropdown-menu-content-transform-origin);
1239
- }
1240
-
1241
- .origin-\(--radix-select-content-transform-origin\) {
1242
- transform-origin: var(--radix-select-content-transform-origin);
1243
- }
1244
-
1245
- .origin-\(--radix-tooltip-content-transform-origin\) {
1246
- transform-origin: var(--radix-tooltip-content-transform-origin);
1247
- }
1248
-
1249
- .translate-x-\[-50\%\] {
1250
- --tw-translate-x: -50%;
1251
- translate: var(--tw-translate-x) var(--tw-translate-y);
1252
- }
1253
-
1254
- .translate-y-0\.5 {
1255
- --tw-translate-y: calc(var(--spacing) * .5);
1256
- translate: var(--tw-translate-x) var(--tw-translate-y);
1257
- }
1258
-
1259
- .translate-y-\[-50\%\] {
1260
- --tw-translate-y: -50%;
1261
- translate: var(--tw-translate-x) var(--tw-translate-y);
1262
- }
1263
-
1264
- .translate-y-\[calc\(-50\%_-_2px\)\] {
1265
- --tw-translate-y: calc(-50% - 2px);
1266
- translate: var(--tw-translate-x) var(--tw-translate-y);
1267
- }
1268
-
1269
- .rotate-45 {
1270
- rotate: 45deg;
1271
- }
1272
-
1273
- .transform {
1274
- transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
1275
- }
1276
-
1277
- .animate-in {
1278
- animation: enter var(--tw-animation-duration, var(--tw-duration, .15s)) var(--tw-ease, ease) var(--tw-animation-delay, 0s) var(--tw-animation-iteration-count, 1) var(--tw-animation-direction, normal) var(--tw-animation-fill-mode, none);
1279
- }
1280
-
1281
- .animate-pulse {
1282
- animation: var(--animate-pulse);
1283
- }
1284
-
1285
- .animate-spin {
1286
- animation: var(--animate-spin);
1287
- }
1288
-
1289
- .cursor-default {
1290
- cursor: default;
1291
- }
1292
-
1293
- .cursor-not-allowed {
1294
- cursor: not-allowed;
1295
- }
1296
-
1297
- .cursor-pointer {
1298
- cursor: pointer;
1299
- }
1300
-
1301
- .resize {
1302
- resize: both;
1303
- }
1304
-
1305
- .scroll-my-1 {
1306
- scroll-margin-block: calc(var(--spacing) * 1);
1307
- }
1308
-
1309
- .appearance-none {
1310
- appearance: none;
1311
- }
1312
-
1313
- .auto-rows-min {
1314
- grid-auto-rows: min-content;
1315
- }
1316
-
1317
- .grid-cols-1 {
1318
- grid-template-columns: repeat(1, minmax(0, 1fr));
1319
- }
1320
-
1321
- .grid-cols-\[auto_1fr\] {
1322
- grid-template-columns: auto 1fr;
1323
- }
1324
-
1325
- .grid-cols-\[repeat\(auto-fit\,minmax\(120px\,1fr\)\)\] {
1326
- grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
1327
- }
1328
-
1329
- .grid-rows-\[auto_auto\] {
1330
- grid-template-rows: auto auto;
1331
- }
1332
-
1333
- .flex-col {
1334
- flex-direction: column;
1335
- }
1336
-
1337
- .flex-col-reverse {
1338
- flex-direction: column-reverse;
1339
- }
1340
-
1341
- .flex-wrap {
1342
- flex-wrap: wrap;
1343
- }
1344
-
1345
- .items-center {
1346
- align-items: center;
1347
- }
1348
-
1349
- .items-start {
1350
- align-items: flex-start;
1351
- }
1352
-
1353
- .justify-between {
1354
- justify-content: space-between;
1355
- }
1356
-
1357
- .justify-center {
1358
- justify-content: center;
1359
- }
1360
-
1361
- .justify-end {
1362
- justify-content: flex-end;
1363
- }
1364
-
1365
- .justify-start {
1366
- justify-content: flex-start;
1367
- }
1368
-
1369
- .justify-items-center {
1370
- justify-items: center;
1371
- }
1372
-
1373
- .gap-0 {
1374
- gap: calc(var(--spacing) * 0);
1375
- }
1376
-
1377
- .gap-0\.5 {
1378
- gap: calc(var(--spacing) * .5);
1379
- }
1380
-
1381
- .gap-1 {
1382
- gap: calc(var(--spacing) * 1);
1383
- }
1384
-
1385
- .gap-1\.5 {
1386
- gap: calc(var(--spacing) * 1.5);
1387
- }
1388
-
1389
- .gap-2 {
1390
- gap: calc(var(--spacing) * 2);
1391
- }
1392
-
1393
- .gap-3 {
1394
- gap: calc(var(--spacing) * 3);
1395
- }
1396
-
1397
- .gap-4 {
1398
- gap: calc(var(--spacing) * 4);
1399
- }
1400
-
1401
- .gap-5 {
1402
- gap: calc(var(--spacing) * 5);
1403
- }
1404
-
1405
- .gap-6 {
1406
- gap: calc(var(--spacing) * 6);
1407
- }
1408
-
1409
- .gap-8 {
1410
- gap: calc(var(--spacing) * 8);
1411
- }
1412
-
1413
- .gap-\[4\.5px\] {
1414
- gap: 4.5px;
1415
- }
1416
-
1417
- .gap-\[4px\] {
1418
- gap: 4px;
1419
- }
1420
-
1421
- .gap-\[6px\] {
1422
- gap: 6px;
1423
- }
1424
-
1425
- .gap-\[8px\] {
1426
- gap: 8px;
1427
- }
1428
-
1429
- .gap-\[12px\] {
1430
- gap: 12px;
1431
- }
1432
-
1433
- .gap-\[13px\] {
1434
- gap: 13px;
1435
- }
1436
-
1437
- .gap-\[16px\] {
1438
- gap: 16px;
1439
- }
1440
-
1441
- .gap-\[22px\] {
1442
- gap: 22px;
1443
- }
1444
-
1445
- .gap-\[28px\] {
1446
- gap: 28px;
1447
- }
1448
-
1449
- :where(.space-y-1 > :not(:last-child)) {
1450
- --tw-space-y-reverse: 0;
1451
- margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
1452
- margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
1453
- }
1454
-
1455
- :where(.space-y-4 > :not(:last-child)) {
1456
- --tw-space-y-reverse: 0;
1457
- margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
1458
- margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
1459
- }
1460
-
1461
- .self-start {
1462
- align-self: flex-start;
1463
- }
1464
-
1465
- .justify-self-end {
1466
- justify-self: flex-end;
1467
- }
1468
-
1469
- .overflow-auto {
1470
- overflow: auto;
1471
- }
1472
-
1473
- .overflow-hidden {
1474
- overflow: hidden;
1475
- }
1476
-
1477
- .overflow-x-hidden {
1478
- overflow-x: hidden;
1479
- }
1480
-
1481
- .overflow-y-auto {
1482
- overflow-y: auto;
1483
- }
1484
-
1485
- .rounded {
1486
- border-radius: .25rem;
1487
- }
1488
-
1489
- .rounded-2xl {
1490
- border-radius: var(--radius-2xl);
1491
- }
1492
-
1493
- .rounded-\[2px\] {
1494
- border-radius: 2px;
1495
- }
1496
-
1497
- .rounded-\[4px\] {
1498
- border-radius: 4px;
1499
- }
1500
-
1501
- .rounded-\[10px\] {
1502
- border-radius: 10px;
1503
- }
1504
-
1505
- .rounded-\[12px\] {
1506
- border-radius: 12px;
1507
- }
1508
-
1509
- .rounded-\[17px\] {
1510
- border-radius: 17px;
1511
- }
1512
-
1513
- .rounded-\[43px\] {
1514
- border-radius: 43px;
1515
- }
1516
-
1517
- .rounded-full {
1518
- border-radius: 3.40282e38px;
1519
- }
1520
-
1521
- .rounded-lg {
1522
- border-radius: calc(var(--radius) + 2px);
1523
- }
1524
-
1525
- .rounded-md {
1526
- border-radius: var(--radius);
1527
- }
1528
-
1529
- .rounded-sm {
1530
- border-radius: calc(var(--radius) - 2px);
1531
- }
1532
-
1533
- .rounded-xl {
1534
- border-radius: calc(var(--radius) + 4px);
1535
- }
1536
-
1537
- .rounded-xs {
1538
- border-radius: calc(var(--radius) - 4px);
1539
- }
1540
-
1541
- .rounded-xxl {
1542
- border-radius: calc(var(--radius) + 10px);
1543
- }
1544
-
1545
- .rounded-xxs {
1546
- border-radius: calc(var(--radius) - 8px);
1547
- }
1548
-
1549
- .border, .border-1 {
1550
- border-style: var(--tw-border-style);
1551
- border-width: 1px;
1552
- }
1553
-
1554
- .border-2 {
1555
- border-style: var(--tw-border-style);
1556
- border-width: 2px;
1557
- }
1558
-
1559
- .border-r {
1560
- border-right-style: var(--tw-border-style);
1561
- border-right-width: 1px;
1562
- }
1563
-
1564
- .border-b {
1565
- border-bottom-style: var(--tw-border-style);
1566
- border-bottom-width: 1px;
1567
- }
1568
-
1569
- .border-none {
1570
- --tw-border-style: none;
1571
- border-style: none;
1572
- }
1573
-
1574
- .border-\[\#F90\] {
1575
- border-color: #f90;
1576
- }
1577
-
1578
- .border-blue-200 {
1579
- border-color: var(--color-blue-200);
1580
- }
1581
-
1582
- .border-contrast-4 {
1583
- border-color: var(--contrast-4);
1584
- }
1585
-
1586
- .border-contrast-7 {
1587
- border-color: var(--contrast-7);
1588
- }
1589
-
1590
- .border-contrast-9 {
1591
- border-color: var(--contrast-9);
1592
- }
1593
-
1594
- .border-green-200 {
1595
- border-color: var(--color-green-200);
1596
- }
1597
-
1598
- .border-input {
1599
- border-color: var(--input);
1600
- }
1601
-
1602
- .border-primary-azul-1 {
1603
- border-color: var(--primary-azul-1);
1604
- }
1605
-
1606
- .border-purple-200 {
1607
- border-color: var(--color-purple-200);
1608
- }
1609
-
1610
- .border-secondary-orange-peel-1 {
1611
- border-color: var(--secondary-orange_peel-1);
1612
- }
1613
-
1614
- .border-transparent {
1615
- border-color: #0000;
1616
- }
1617
-
1618
- .bg-\[\#FF99000D\] {
1619
- background-color: #ff99000d;
1620
- }
1621
-
1622
- .bg-background, .bg-background\/90 {
1623
- background-color: var(--background);
1624
- }
1625
-
1626
- @supports (color: color-mix(in lab, red, red)) {
1627
- .bg-background\/90 {
1628
- background-color: color-mix(in oklab, var(--background) 90%, transparent);
1629
- }
1630
- }
1631
-
1632
- .bg-black\/50 {
1633
- background-color: #00000080;
1634
- }
1635
-
1636
- @supports (color: color-mix(in lab, red, red)) {
1637
- .bg-black\/50 {
1638
- background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
1639
- }
1640
- }
1641
-
1642
- .bg-blue-50 {
1643
- background-color: var(--color-blue-50);
1644
- }
1645
-
1646
- .bg-blue-600 {
1647
- background-color: var(--color-blue-600);
1648
- }
1649
-
1650
- .bg-border {
1651
- background-color: var(--border);
1652
- }
1653
-
1654
- .bg-card {
1655
- background-color: var(--card);
1656
- }
1657
-
1658
- .bg-contrast-6 {
1659
- background-color: var(--contrast-6);
1660
- }
1661
-
1662
- .bg-contrast-7 {
1663
- background-color: var(--contrast-7);
1664
- }
1665
-
1666
- .bg-contrast-8 {
1667
- background-color: var(--contrast-8);
1668
- }
1669
-
1670
- .bg-contrast-9 {
1671
- background-color: var(--contrast-9);
1672
- }
1673
-
1674
- .bg-destructive {
1675
- background-color: var(--destructive);
1676
- }
1677
-
1678
- .bg-green-50 {
1679
- background-color: var(--color-green-50);
1680
- }
1681
-
1682
- .bg-inherit {
1683
- background-color: inherit;
1684
- }
1685
-
1686
- .bg-muted {
1687
- background-color: var(--muted);
1688
- }
1689
-
1690
- .bg-popover {
1691
- background-color: var(--popover);
1692
- }
1693
-
1694
- .bg-primary {
1695
- background-color: var(--primary);
1696
- }
1697
-
1698
- .bg-primary-azul-1 {
1699
- background-color: var(--primary-azul-1);
1700
- }
1701
-
1702
- .bg-primary-papaya-1 {
1703
- background-color: var(--primary-papaya-1);
1704
- }
1705
-
1706
- .bg-purple-50 {
1707
- background-color: var(--color-purple-50);
1708
- }
1709
-
1710
- .bg-secondary {
1711
- background-color: var(--secondary);
1712
- }
1713
-
1714
- .bg-transparent {
1715
- background-color: #0000;
1716
- }
1717
-
1718
- .bg-white {
1719
- background-color: var(--color-white);
1720
- }
1721
-
1722
- .fill-contrast-6 {
1723
- fill: var(--contrast-6);
1724
- }
1725
-
1726
- .fill-current {
1727
- fill: currentColor;
1728
- }
1729
-
1730
- .fill-primary {
1731
- fill: var(--primary);
1732
- }
1733
-
1734
- .stroke-contrast-5 {
1735
- stroke: var(--contrast-5);
1736
- }
1737
-
1738
- .stroke-contrast-8 {
1739
- stroke: var(--contrast-8);
1740
- }
1741
-
1742
- .stroke-contrast-9 {
1743
- stroke: var(--contrast-9);
1744
- }
1745
-
1746
- .stroke-red-800 {
1747
- stroke: var(--color-red-800);
1748
- }
1749
-
1750
- .p-0 {
1751
- padding: calc(var(--spacing) * 0);
1752
- }
1753
-
1754
- .p-1 {
1755
- padding: calc(var(--spacing) * 1);
1756
- }
1757
-
1758
- .p-2 {
1759
- padding: calc(var(--spacing) * 2);
1760
- }
1761
-
1762
- .p-3 {
1763
- padding: calc(var(--spacing) * 3);
1764
- }
1765
-
1766
- .p-4 {
1767
- padding: calc(var(--spacing) * 4);
1768
- }
1769
-
1770
- .p-5 {
1771
- padding: calc(var(--spacing) * 5);
1772
- }
1773
-
1774
- .p-6 {
1775
- padding: calc(var(--spacing) * 6);
1776
- }
1777
-
1778
- .p-\[16px\] {
1779
- padding: 16px;
1780
- }
1781
-
1782
- .p-\[24px\] {
1783
- padding: 24px;
1784
- }
1785
-
1786
- .px-2 {
1787
- padding-inline: calc(var(--spacing) * 2);
1788
- }
1789
-
1790
- .px-3 {
1791
- padding-inline: calc(var(--spacing) * 3);
1792
- }
1793
-
1794
- .px-4 {
1795
- padding-inline: calc(var(--spacing) * 4);
1796
- }
1797
-
1798
- .px-5 {
1799
- padding-inline: calc(var(--spacing) * 5);
1800
- }
1801
-
1802
- .px-6 {
1803
- padding-inline: calc(var(--spacing) * 6);
1804
- }
1805
-
1806
- .px-8 {
1807
- padding-inline: calc(var(--spacing) * 8);
1808
- }
1809
-
1810
- .px-\[6px\] {
1811
- padding-inline: 6px;
1812
- }
1813
-
1814
- .px-\[12px\] {
1815
- padding-inline: 12px;
1816
- }
1817
-
1818
- .px-\[16px\] {
1819
- padding-inline: 16px;
1820
- }
1821
-
1822
- .px-\[24px\] {
1823
- padding-inline: 24px;
1824
- }
1825
-
1826
- .py-0\.5 {
1827
- padding-block: calc(var(--spacing) * .5);
1828
- }
1829
-
1830
- .py-1 {
1831
- padding-block: calc(var(--spacing) * 1);
1832
- }
1833
-
1834
- .py-1\.5 {
1835
- padding-block: calc(var(--spacing) * 1.5);
1836
- }
1837
-
1838
- .py-2 {
1839
- padding-block: calc(var(--spacing) * 2);
1840
- }
1841
-
1842
- .py-4 {
1843
- padding-block: calc(var(--spacing) * 4);
1844
- }
1845
-
1846
- .py-6 {
1847
- padding-block: calc(var(--spacing) * 6);
1848
- }
1849
-
1850
- .py-\[2px\] {
1851
- padding-block: 2px;
1852
- }
1853
-
1854
- .py-\[4px\] {
1855
- padding-block: 4px;
1856
- }
1857
-
1858
- .py-\[8px\] {
1859
- padding-block: 8px;
1860
- }
1861
-
1862
- .py-\[14px\] {
1863
- padding-block: 14px;
1864
- }
1865
-
1866
- .pt-0 {
1867
- padding-top: calc(var(--spacing) * 0);
1868
- }
1869
-
1870
- .pt-0\.5 {
1871
- padding-top: calc(var(--spacing) * .5);
1872
- }
1873
-
1874
- .pt-1 {
1875
- padding-top: calc(var(--spacing) * 1);
1876
- }
1877
-
1878
- .pt-2 {
1879
- padding-top: calc(var(--spacing) * 2);
1880
- }
1881
-
1882
- .pt-6 {
1883
- padding-top: calc(var(--spacing) * 6);
1884
- }
1885
-
1886
- .pt-\[2px\] {
1887
- padding-top: 2px;
1888
- }
1889
-
1890
- .pt-\[12px\] {
1891
- padding-top: 12px;
1892
- }
1893
-
1894
- .pt-\[24px\] {
1895
- padding-top: 24px;
1896
- }
1897
-
1898
- .pr-2 {
1899
- padding-right: calc(var(--spacing) * 2);
1900
- }
1901
-
1902
- .pr-3 {
1903
- padding-right: calc(var(--spacing) * 3);
1904
- }
1905
-
1906
- .pr-8 {
1907
- padding-right: calc(var(--spacing) * 8);
1908
- }
1909
-
1910
- .pr-10 {
1911
- padding-right: calc(var(--spacing) * 10);
1912
- }
1913
-
1914
- .pr-\[16px\] {
1915
- padding-right: 16px;
1916
- }
1917
-
1918
- .pr-\[24px\] {
1919
- padding-right: 24px;
1920
- }
1921
-
1922
- .pr-\[86px\] {
1923
- padding-right: 86px;
1924
- }
1925
-
1926
- .pb-2 {
1927
- padding-bottom: calc(var(--spacing) * 2);
1928
- }
1929
-
1930
- .pb-3 {
1931
- padding-bottom: calc(var(--spacing) * 3);
1932
- }
1933
-
1934
- .pb-4 {
1935
- padding-bottom: calc(var(--spacing) * 4);
1936
- }
1937
-
1938
- .pb-8 {
1939
- padding-bottom: calc(var(--spacing) * 8);
1940
- }
1941
-
1942
- .pb-\[12px\] {
1943
- padding-bottom: 12px;
1944
- }
1945
-
1946
- .pb-\[18px\] {
1947
- padding-bottom: 18px;
1948
- }
1949
-
1950
- .pb-\[24px\] {
1951
- padding-bottom: 24px;
1952
- }
1953
-
1954
- .pb-\[32px\] {
1955
- padding-bottom: 32px;
1956
- }
1957
-
1958
- .pl-2 {
1959
- padding-left: calc(var(--spacing) * 2);
1960
- }
1961
-
1962
- .pl-3 {
1963
- padding-left: calc(var(--spacing) * 3);
1964
- }
1965
-
1966
- .pl-8 {
1967
- padding-left: calc(var(--spacing) * 8);
1968
- }
1969
-
1970
- .pl-\[12px\] {
1971
- padding-left: 12px;
1972
- }
1973
-
1974
- .pl-\[24px\] {
1975
- padding-left: 24px;
1976
- }
1977
-
1978
- .pl-\[42px\] {
1979
- padding-left: 42px;
1980
- }
1981
-
1982
- .text-center {
1983
- text-align: center;
1984
- }
1985
-
1986
- .text-left {
1987
- text-align: left;
1988
- }
1989
-
1990
- .text-start {
1991
- text-align: start;
1992
- }
1993
-
1994
- .font-geist-mono {
1995
- font-family: var(--font-geist-mono);
1996
- }
1997
-
1998
- .font-inter {
1999
- font-family: var(--font-inter);
2000
- }
2001
-
2002
- .font-mono {
2003
- font-family: var(--font-mono);
2004
- }
2005
-
2006
- .text-2xl {
2007
- font-size: var(--text-2xl);
2008
- line-height: var(--tw-leading, var(--text-2xl--line-height));
2009
- }
2010
-
2011
- .text-base {
2012
- font-size: var(--text-base);
2013
- line-height: var(--tw-leading, var(--text-base--line-height));
2014
- }
2015
-
2016
- .text-lg {
2017
- font-size: var(--text-lg);
2018
- line-height: var(--tw-leading, var(--text-lg--line-height));
2019
- }
2020
-
2021
- .text-sm {
2022
- font-size: var(--text-sm);
2023
- line-height: var(--tw-leading, var(--text-sm--line-height));
2024
- }
2025
-
2026
- .text-xl {
2027
- font-size: var(--text-xl);
2028
- line-height: var(--tw-leading, var(--text-xl--line-height));
2029
- }
2030
-
2031
- .text-xs {
2032
- font-size: var(--text-xs);
2033
- line-height: var(--tw-leading, var(--text-xs--line-height));
2034
- }
2035
-
2036
- .text-\[10px\] {
2037
- font-size: 10px;
2038
- }
2039
-
2040
- .text-\[18px\] {
2041
- font-size: 18px;
2042
- }
2043
-
2044
- .text-\[24px\] {
2045
- font-size: 24px;
2046
- }
2047
-
2048
- .leading-none {
2049
- --tw-leading: 1;
2050
- line-height: 1;
2051
- }
2052
-
2053
- .font-bold {
2054
- --tw-font-weight: var(--font-weight-bold);
2055
- font-weight: var(--font-weight-bold);
2056
- }
2057
-
2058
- .font-medium {
2059
- --tw-font-weight: var(--font-weight-medium);
2060
- font-weight: var(--font-weight-medium);
2061
- }
2062
-
2063
- .font-semibold {
2064
- --tw-font-weight: var(--font-weight-semibold);
2065
- font-weight: var(--font-weight-semibold);
2066
- }
2067
-
2068
- .tracking-\[-0\.36px\] {
2069
- --tw-tracking: -.36px;
2070
- letter-spacing: -.36px;
2071
- }
2072
-
2073
- .tracking-widest {
2074
- --tw-tracking: var(--tracking-widest);
2075
- letter-spacing: var(--tracking-widest);
2076
- }
2077
-
2078
- .text-balance {
2079
- text-wrap: balance;
2080
- }
2081
-
2082
- .text-nowrap {
2083
- text-wrap: nowrap;
2084
- }
2085
-
2086
- .text-wrap {
2087
- text-wrap: wrap;
2088
- }
2089
-
2090
- .break-all {
2091
- word-break: break-all;
2092
- }
2093
-
2094
- .text-ellipsis {
2095
- text-overflow: ellipsis;
2096
- }
2097
-
2098
- .whitespace-nowrap {
2099
- white-space: nowrap;
2100
- }
2101
-
2102
- .text-\[\#A5D712\] {
2103
- color: #a5d712;
2104
- }
2105
-
2106
- .text-blue-700 {
2107
- color: var(--color-blue-700);
2108
- }
2109
-
2110
- .text-blue-800 {
2111
- color: var(--color-blue-800);
2112
- }
2113
-
2114
- .text-brand-4 {
2115
- color: var(--brand-4);
2116
- }
2117
-
2118
- .text-card-foreground {
2119
- color: var(--card-foreground);
2120
- }
2121
-
2122
- .text-contrast-1 {
2123
- color: var(--contrast-1);
2124
- }
2125
-
2126
- .text-contrast-2 {
2127
- color: var(--contrast-2);
2128
- }
2129
-
2130
- .text-contrast-3 {
2131
- color: var(--contrast-3);
2132
- }
2133
-
2134
- .text-contrast-4 {
2135
- color: var(--contrast-4);
2136
- }
2137
-
2138
- .text-contrast-5 {
2139
- color: var(--contrast-5);
2140
- }
2141
-
2142
- .text-contrast-6 {
2143
- color: var(--contrast-6);
2144
- }
2145
-
2146
- .text-contrast-7 {
2147
- color: var(--contrast-7);
2148
- }
2149
-
2150
- .text-contrast-8 {
2151
- color: var(--contrast-8);
2152
- }
2153
-
2154
- .text-contrast-9 {
2155
- color: var(--contrast-9);
2156
- }
2157
-
2158
- .text-foreground {
2159
- color: var(--foreground);
2160
- }
2161
-
2162
- .text-gray-500 {
2163
- color: var(--color-gray-500);
2164
- }
2165
-
2166
- .text-gray-600 {
2167
- color: var(--color-gray-600);
2168
- }
2169
-
2170
- .text-gray-700 {
2171
- color: var(--color-gray-700);
2172
- }
2173
-
2174
- .text-green-700 {
2175
- color: var(--color-green-700);
2176
- }
2177
-
2178
- .text-green-800 {
2179
- color: var(--color-green-800);
2180
- }
2181
-
2182
- .text-muted-foreground {
2183
- color: var(--muted-foreground);
2184
- }
2185
-
2186
- .text-popover-foreground {
2187
- color: var(--popover-foreground);
2188
- }
2189
-
2190
- .text-primary {
2191
- color: var(--primary);
2192
- }
2193
-
2194
- .text-primary-azul-1 {
2195
- color: var(--primary-azul-1);
2196
- }
2197
-
2198
- .text-primary-foreground {
2199
- color: var(--primary-foreground);
2200
- }
2201
-
2202
- .text-purple-700 {
2203
- color: var(--color-purple-700);
2204
- }
2205
-
2206
- .text-purple-800 {
2207
- color: var(--color-purple-800);
2208
- }
2209
-
2210
- .text-secondary-foreground {
2211
- color: var(--secondary-foreground);
2212
- }
2213
-
2214
- .text-secondary-orange-peel-1 {
2215
- color: var(--secondary-orange_peel-1);
2216
- }
2217
-
2218
- .text-secondary-radical-red-1 {
2219
- color: var(--secondary-radical_red-1);
2220
- }
2221
-
2222
- .text-white {
2223
- color: var(--color-white);
2224
- }
2225
-
2226
- .lowercase {
2227
- text-transform: lowercase;
2228
- }
2229
-
2230
- .uppercase {
2231
- text-transform: uppercase;
2232
- }
2233
-
2234
- .italic {
2235
- font-style: italic;
2236
- }
2237
-
2238
- .underline-offset-4 {
2239
- text-underline-offset: 4px;
2240
- }
2241
-
2242
- .opacity-50 {
2243
- opacity: .5;
2244
- }
2245
-
2246
- .opacity-70 {
2247
- opacity: .7;
2248
- }
2249
-
2250
- .shadow {
2251
- --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
2252
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2253
- }
2254
-
2255
- .shadow-\[0px_-1px_0px_0px_rgba\(13\,107\,202\,0\.05\)_inset\] {
2256
- --tw-shadow: 0px -1px 0px 0px var(--tw-shadow-color, #0d6bca0d) inset;
2257
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2258
- }
2259
-
2260
- .shadow-\[0px_0px_14px_0px_rgba\(255\,158\,0\,0\.60\)_inset\] {
2261
- --tw-shadow: 0px 0px 14px 0px var(--tw-shadow-color, #ff9e0099) inset;
2262
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2263
- }
2264
-
2265
- .shadow-\[0px_2px_6px_0px_rgba\(39\,56\,114\,0\.05\)\] {
2266
- --tw-shadow: 0px 2px 6px 0px var(--tw-shadow-color, #2738720d);
2267
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2268
- }
2269
-
2270
- .shadow-\[0px_4px_16px_rgba\(9\,22\,46\,0\.05\)\] {
2271
- --tw-shadow: 0px 4px 16px var(--tw-shadow-color, #09162e0d);
2272
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2273
- }
2274
-
2275
- .shadow-lg {
2276
- --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
2277
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2278
- }
2279
-
2280
- .shadow-md {
2281
- --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
2282
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2283
- }
2284
-
2285
- .shadow-none {
2286
- --tw-shadow: 0 0 #0000;
2287
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2288
- }
2289
-
2290
- .shadow-sm {
2291
- --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
2292
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2293
- }
2294
-
2295
- .shadow-xl {
2296
- --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
2297
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2298
- }
2299
-
2300
- .shadow-xs {
2301
- --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, #0000000d);
2302
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2303
- }
2304
-
2305
- .ring-0 {
2306
- --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2307
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2308
- }
2309
-
2310
- .ring-2 {
2311
- --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2312
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2313
- }
2314
-
2315
- .ring-primary-azul-1 {
2316
- --tw-ring-color: var(--primary-azul-1);
2317
- }
2318
-
2319
- .ring-offset-background {
2320
- --tw-ring-offset-color: var(--background);
2321
- }
2322
-
2323
- .outline-hidden {
2324
- --tw-outline-style: none;
2325
- outline-style: none;
2326
- }
2327
-
2328
- @media (forced-colors: active) {
2329
- .outline-hidden {
2330
- outline-offset: 2px;
2331
- outline: 2px solid #0000;
2332
- }
2333
- }
2334
-
2335
- .outline {
2336
- outline-style: var(--tw-outline-style);
2337
- outline-width: 1px;
2338
- }
2339
-
2340
- .outline-primary-azul-1 {
2341
- outline-color: var(--primary-azul-1);
2342
- }
2343
-
2344
- .filter {
2345
- 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, );
2346
- }
2347
-
2348
- .transition {
2349
- transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
2350
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2351
- transition-duration: var(--tw-duration, var(--default-transition-duration));
2352
- }
2353
-
2354
- .transition-\[color\,box-shadow\] {
2355
- transition-property: color, box-shadow;
2356
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2357
- transition-duration: var(--tw-duration, var(--default-transition-duration));
2358
- }
2359
-
2360
- .transition-all {
2361
- transition-property: all;
2362
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2363
- transition-duration: var(--tw-duration, var(--default-transition-duration));
2364
- }
2365
-
2366
- .transition-opacity {
2367
- transition-property: opacity;
2368
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2369
- transition-duration: var(--tw-duration, var(--default-transition-duration));
2370
- }
2371
-
2372
- .transition-transform {
2373
- transition-property: transform, translate, scale, rotate;
2374
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2375
- transition-duration: var(--tw-duration, var(--default-transition-duration));
2376
- }
2377
-
2378
- .transition-none {
2379
- transition-property: none;
2380
- }
2381
-
2382
- .duration-200 {
2383
- --tw-duration: .2s;
2384
- transition-duration: .2s;
2385
- }
2386
-
2387
- .duration-300 {
2388
- --tw-duration: .3s;
2389
- transition-duration: .3s;
2390
- }
2391
-
2392
- .\!select-text {
2393
- -webkit-user-select: text !important;
2394
- user-select: text !important;
2395
- }
2396
-
2397
- .direction-reverse {
2398
- --tw-animation-direction: reverse;
2399
- animation-direction: reverse;
2400
- }
2401
-
2402
- .fade-in-0 {
2403
- --tw-enter-opacity: 0;
2404
- }
2405
-
2406
- .outline-none {
2407
- --tw-outline-style: none;
2408
- outline-style: none;
2409
- }
2410
-
2411
- .select-none {
2412
- -webkit-user-select: none;
2413
- user-select: none;
2414
- }
2415
-
2416
- .zoom-in-95 {
2417
- --tw-enter-scale: .95;
2418
- }
2419
-
2420
- .running {
2421
- animation-play-state: running;
2422
- }
2423
-
2424
- .text-shadow-\[0px_4px_4px_rgba\(0\,0\,0\,0\.15\)\] {
2425
- text-shadow: 0px 4px 4px var(--tw-text-shadow-color, #00000026);
2426
- }
2427
-
2428
- .group-data-\[vaul-drawer-direction\=bottom\]\/drawer-content\:block:is(:where(.group\/drawer-content)[data-vaul-drawer-direction="bottom"] *) {
2429
- display: block;
2430
- }
2431
-
2432
- .group-data-\[vaul-drawer-direction\=bottom\]\/drawer-content\:text-center:is(:where(.group\/drawer-content)[data-vaul-drawer-direction="bottom"] *), .group-data-\[vaul-drawer-direction\=top\]\/drawer-content\:text-center:is(:where(.group\/drawer-content)[data-vaul-drawer-direction="top"] *) {
2433
- text-align: center;
2434
- }
2435
-
2436
- .selection\:bg-primary ::selection {
2437
- background-color: var(--primary);
2438
- }
2439
-
2440
- .selection\:bg-primary::selection {
2441
- background-color: var(--primary);
2442
- }
2443
-
2444
- .selection\:text-primary-foreground ::selection {
2445
- color: var(--primary-foreground);
2446
- }
2447
-
2448
- .selection\:text-primary-foreground::selection {
2449
- color: var(--primary-foreground);
2450
- }
2451
-
2452
- .file\:inline-flex::file-selector-button {
2453
- display: inline-flex;
2454
- }
2455
-
2456
- .file\:h-7::file-selector-button {
2457
- height: calc(var(--spacing) * 7);
2458
- }
2459
-
2460
- .file\:border-0::file-selector-button {
2461
- border-style: var(--tw-border-style);
2462
- border-width: 0;
2463
- }
2464
-
2465
- .file\:bg-transparent::file-selector-button {
2466
- background-color: #0000;
2467
- }
2468
-
2469
- .file\:text-sm::file-selector-button {
2470
- font-size: var(--text-sm);
2471
- line-height: var(--tw-leading, var(--text-sm--line-height));
2472
- }
2473
-
2474
- .file\:font-medium::file-selector-button {
2475
- --tw-font-weight: var(--font-weight-medium);
2476
- font-weight: var(--font-weight-medium);
2477
- }
2478
-
2479
- .file\:text-foreground::file-selector-button {
2480
- color: var(--foreground);
2481
- }
2482
-
2483
- .placeholder\:font-inter::placeholder {
2484
- font-family: var(--font-inter);
2485
- }
2486
-
2487
- .placeholder\:text-contrast-5::placeholder {
2488
- color: var(--contrast-5);
2489
- }
2490
-
2491
- .placeholder\:text-contrast-6::placeholder {
2492
- color: var(--contrast-6);
2493
- }
2494
-
2495
- .last\:border-b-0:last-child {
2496
- border-bottom-style: var(--tw-border-style);
2497
- border-bottom-width: 0;
2498
- }
2499
-
2500
- .focus-within\:border-primary-azul-1:focus-within {
2501
- border-color: var(--primary-azul-1);
2502
- }
2503
-
2504
- @media (hover: hover) {
2505
- .hover\:rotate-\[0\.5turn\]:hover {
2506
- rotate: .5turn;
2507
- }
2508
-
2509
- .hover\:cursor-pointer:hover {
2510
- cursor: pointer;
2511
- }
2512
-
2513
- .hover\:bg-accent:hover {
2514
- background-color: var(--accent);
2515
- }
2516
-
2517
- .hover\:bg-contrast-7\/80:hover {
2518
- background-color: var(--contrast-7);
2519
- }
2520
-
2521
- @supports (color: color-mix(in lab, red, red)) {
2522
- .hover\:bg-contrast-7\/80:hover {
2523
- background-color: color-mix(in oklab, var(--contrast-7) 80%, transparent);
2524
- }
2525
- }
2526
-
2527
- .hover\:bg-contrast-8:hover {
2528
- background-color: var(--contrast-8);
2529
- }
2530
-
2531
- .hover\:bg-contrast-9:hover {
2532
- background-color: var(--contrast-9);
2533
- }
2534
-
2535
- .hover\:bg-destructive\/90:hover {
2536
- background-color: var(--destructive);
2537
- }
2538
-
2539
- @supports (color: color-mix(in lab, red, red)) {
2540
- .hover\:bg-destructive\/90:hover {
2541
- background-color: color-mix(in oklab, var(--destructive) 90%, transparent);
2542
- }
2543
- }
2544
-
2545
- .hover\:bg-green-300:hover {
2546
- background-color: var(--color-green-300);
2547
- }
2548
-
2549
- .hover\:bg-primary-azul-1\/90:hover {
2550
- background-color: var(--primary-azul-1);
2551
- }
2552
-
2553
- @supports (color: color-mix(in lab, red, red)) {
2554
- .hover\:bg-primary-azul-1\/90:hover {
2555
- background-color: color-mix(in oklab, var(--primary-azul-1) 90%, transparent);
2556
- }
2557
- }
2558
-
2559
- .hover\:bg-transparent:hover {
2560
- background-color: #0000;
2561
- }
2562
-
2563
- .hover\:text-accent-foreground:hover {
2564
- color: var(--accent-foreground);
2565
- }
2566
-
2567
- .hover\:text-black:hover {
2568
- color: var(--color-black);
2569
- }
2570
-
2571
- .hover\:text-primary-azul-1:hover {
2572
- color: var(--primary-azul-1);
2573
- }
2574
-
2575
- .hover\:underline:hover {
2576
- text-decoration-line: underline;
2577
- }
2578
-
2579
- .hover\:opacity-100:hover {
2580
- opacity: 1;
2581
- }
2582
-
2583
- .hover\:outline-1:hover {
2584
- outline-style: var(--tw-outline-style);
2585
- outline-width: 1px;
2586
- }
2587
-
2588
- .hover\:outline-contrast-6:hover {
2589
- outline-color: var(--contrast-6);
2590
- }
2591
-
2592
- .hover\:outline-solid:hover {
2593
- --tw-outline-style: solid;
2594
- outline-style: solid;
2595
- }
2596
- }
2597
-
2598
- .focus\:bg-accent:focus {
2599
- background-color: var(--accent);
2600
- }
2601
-
2602
- .focus\:text-accent-foreground:focus {
2603
- color: var(--accent-foreground);
2604
- }
2605
-
2606
- .focus\:ring-2:focus {
2607
- --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2608
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2609
- }
2610
-
2611
- .focus\:ring-ring:focus {
2612
- --tw-ring-color: var(--ring);
2613
- }
2614
-
2615
- .focus\:ring-offset-2:focus {
2616
- --tw-ring-offset-width: 2px;
2617
- --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2618
- }
2619
-
2620
- .focus\:outline-hidden:focus {
2621
- --tw-outline-style: none;
2622
- outline-style: none;
2623
- }
2624
-
2625
- @media (forced-colors: active) {
2626
- .focus\:outline-hidden:focus {
2627
- outline-offset: 2px;
2628
- outline: 2px solid #0000;
2629
- }
2630
- }
2631
-
2632
- .focus-visible\:border-brand-2:focus-visible {
2633
- border-color: var(--brand-2);
2634
- }
2635
-
2636
- .focus-visible\:border-ring:focus-visible {
2637
- border-color: var(--ring);
2638
- }
2639
-
2640
- .focus-visible\:ring-\[3px\]:focus-visible {
2641
- --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2642
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2643
- }
2644
-
2645
- .focus-visible\:ring-destructive\/20:focus-visible {
2646
- --tw-ring-color: var(--destructive);
2647
- }
2648
-
2649
- @supports (color: color-mix(in lab, red, red)) {
2650
- .focus-visible\:ring-destructive\/20:focus-visible {
2651
- --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
2652
- }
2653
- }
2654
-
2655
- .focus-visible\:ring-ring\/50:focus-visible {
2656
- --tw-ring-color: var(--ring);
2657
- }
2658
-
2659
- @supports (color: color-mix(in lab, red, red)) {
2660
- .focus-visible\:ring-ring\/50:focus-visible {
2661
- --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
2662
- }
2663
- }
2664
-
2665
- .disabled\:pointer-events-none:disabled {
2666
- pointer-events: none;
2667
- }
2668
-
2669
- .disabled\:cursor-not-allowed:disabled {
2670
- cursor: not-allowed;
2671
- }
2672
-
2673
- .disabled\:bg-contrast-7:disabled {
2674
- background-color: var(--contrast-7);
2675
- }
2676
-
2677
- .disabled\:text-contrast-5:disabled {
2678
- color: var(--contrast-5);
2679
- }
2680
-
2681
- .disabled\:opacity-50:disabled {
2682
- opacity: .5;
2683
- }
2684
-
2685
- .disabled\:shadow-none:disabled {
2686
- --tw-shadow: 0 0 #0000;
2687
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2688
- }
2689
-
2690
- .has-data-\[slot\=card-action\]\:grid-cols-\[1fr_auto\]:has([data-slot="card-action"]) {
2691
- grid-template-columns: 1fr auto;
2692
- }
2693
-
2694
- .has-\[\>svg\]\:px-2\.5:has( > svg) {
2695
- padding-inline: calc(var(--spacing) * 2.5);
2696
- }
2697
-
2698
- .has-\[\>svg\]\:px-3:has( > svg) {
2699
- padding-inline: calc(var(--spacing) * 3);
2700
- }
2701
-
2702
- .has-\[\>svg\]\:px-4:has( > svg) {
2703
- padding-inline: calc(var(--spacing) * 4);
2704
- }
2705
-
2706
- .has-\[\>svg\]\:px-6:has( > svg) {
2707
- padding-inline: calc(var(--spacing) * 6);
2708
- }
2709
-
2710
- .aria-invalid\:border-destructive[aria-invalid="true"] {
2711
- border-color: var(--destructive);
2712
- }
2713
-
2714
- .aria-invalid\:border-secondary-orange-peel-1[aria-invalid="true"] {
2715
- border-color: var(--secondary-orange_peel-1);
2716
- }
2717
-
2718
- .aria-invalid\:ring-destructive\/20[aria-invalid="true"] {
2719
- --tw-ring-color: var(--destructive);
2720
- }
2721
-
2722
- @supports (color: color-mix(in lab, red, red)) {
2723
- .aria-invalid\:ring-destructive\/20[aria-invalid="true"] {
2724
- --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
2725
- }
2726
- }
2727
-
2728
- .data-\[disabled\]\:pointer-events-none[data-disabled] {
2729
- pointer-events: none;
2730
- }
2731
-
2732
- .data-\[disabled\]\:opacity-50[data-disabled] {
2733
- opacity: .5;
2734
- }
2735
-
2736
- .data-\[inset\]\:pl-8[data-inset] {
2737
- padding-left: calc(var(--spacing) * 8);
2738
- }
2739
-
2740
- .data-\[placeholder\]\:text-muted-foreground[data-placeholder] {
2741
- color: var(--muted-foreground);
2742
- }
2743
-
2744
- .data-\[side\=bottom\]\:translate-y-1[data-side="bottom"] {
2745
- --tw-translate-y: calc(var(--spacing) * 1);
2746
- translate: var(--tw-translate-x) var(--tw-translate-y);
2747
- }
2748
-
2749
- .data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
2750
- --tw-enter-translate-y: calc(2 * var(--spacing) * -1);
2751
- }
2752
-
2753
- .data-\[side\=left\]\:-translate-x-1[data-side="left"] {
2754
- --tw-translate-x: calc(var(--spacing) * -1);
2755
- translate: var(--tw-translate-x) var(--tw-translate-y);
2756
- }
2757
-
2758
- .data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
2759
- --tw-enter-translate-x: calc(2 * var(--spacing));
2760
- }
2761
-
2762
- .data-\[side\=right\]\:translate-x-1[data-side="right"] {
2763
- --tw-translate-x: calc(var(--spacing) * 1);
2764
- translate: var(--tw-translate-x) var(--tw-translate-y);
2765
- }
2766
-
2767
- .data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
2768
- --tw-enter-translate-x: calc(2 * var(--spacing) * -1);
2769
- }
2770
-
2771
- .data-\[side\=top\]\:-translate-y-1[data-side="top"] {
2772
- --tw-translate-y: calc(var(--spacing) * -1);
2773
- translate: var(--tw-translate-x) var(--tw-translate-y);
2774
- }
2775
-
2776
- .data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
2777
- --tw-enter-translate-y: calc(2 * var(--spacing));
2778
- }
2779
-
2780
- .data-\[size\=default\]\:h-9[data-size="default"] {
2781
- height: calc(var(--spacing) * 9);
2782
- }
2783
-
2784
- .data-\[size\=sm\]\:h-8[data-size="sm"] {
2785
- height: calc(var(--spacing) * 8);
2786
- }
2787
-
2788
- :is(.\*\:data-\[slot\=select-value\]\:line-clamp-1 > *)[data-slot="select-value"] {
2789
- -webkit-line-clamp: 1;
2790
- -webkit-box-orient: vertical;
2791
- display: -webkit-box;
2792
- overflow: hidden;
2793
- }
2794
-
2795
- :is(.\*\:data-\[slot\=select-value\]\:flex > *)[data-slot="select-value"] {
2796
- display: flex;
2797
- }
2798
-
2799
- :is(.\*\:data-\[slot\=select-value\]\:items-center > *)[data-slot="select-value"] {
2800
- align-items: center;
2801
- }
2802
-
2803
- :is(.\*\:data-\[slot\=select-value\]\:gap-2 > *)[data-slot="select-value"] {
2804
- gap: calc(var(--spacing) * 2);
2805
- }
2806
-
2807
- .data-\[state\=checked\]\:translate-x-\[calc\(100\%-2px\)\][data-state="checked"] {
2808
- --tw-translate-x: calc(100% - 2px);
2809
- translate: var(--tw-translate-x) var(--tw-translate-y);
2810
- }
2811
-
2812
- .data-\[state\=checked\]\:bg-secondary-shamrock-green-2[data-state="checked"] {
2813
- background-color: var(--secondary-shamrock_green-2);
2814
- }
2815
-
2816
- .data-\[state\=closed\]\:animate-accordion-up[data-state="closed"] {
2817
- animation: accordion-up var(--tw-animation-duration, var(--tw-duration, .2s)) ease-out;
2818
- }
2819
-
2820
- .data-\[state\=closed\]\:animate-out[data-state="closed"] {
2821
- animation: exit var(--tw-animation-duration, var(--tw-duration, .15s)) var(--tw-ease, ease) var(--tw-animation-delay, 0s) var(--tw-animation-iteration-count, 1) var(--tw-animation-direction, normal) var(--tw-animation-fill-mode, none);
2822
- }
2823
-
2824
- .data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
2825
- --tw-exit-opacity: 0;
2826
- }
2827
-
2828
- .data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
2829
- --tw-exit-scale: .95;
2830
- }
2831
-
2832
- .data-\[state\=open\]\:animate-accordion-down[data-state="open"] {
2833
- animation: accordion-down var(--tw-animation-duration, var(--tw-duration, .2s)) ease-out;
2834
- }
2835
-
2836
- .data-\[state\=open\]\:animate-in[data-state="open"] {
2837
- animation: enter var(--tw-animation-duration, var(--tw-duration, .15s)) var(--tw-ease, ease) var(--tw-animation-delay, 0s) var(--tw-animation-iteration-count, 1) var(--tw-animation-direction, normal) var(--tw-animation-fill-mode, none);
2838
- }
2839
-
2840
- .data-\[state\=open\]\:bg-accent[data-state="open"] {
2841
- background-color: var(--accent);
2842
- }
2843
-
2844
- .data-\[state\=open\]\:bg-contrast-8[data-state="open"] {
2845
- background-color: var(--contrast-8);
2846
- }
2847
-
2848
- .data-\[state\=open\]\:bg-transparent[data-state="open"] {
2849
- background-color: #0000;
2850
- }
2851
-
2852
- .data-\[state\=open\]\:text-accent-foreground[data-state="open"] {
2853
- color: var(--accent-foreground);
2854
- }
2855
-
2856
- .data-\[state\=open\]\:text-muted-foreground[data-state="open"] {
2857
- color: var(--muted-foreground);
2858
- }
2859
-
2860
- .data-\[state\=open\]\:fade-in-0[data-state="open"] {
2861
- --tw-enter-opacity: 0;
2862
- }
2863
-
2864
- .data-\[state\=open\]\:zoom-in-95[data-state="open"] {
2865
- --tw-enter-scale: .95;
2866
- }
2867
-
2868
- .data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"] {
2869
- --tw-translate-x: calc(var(--spacing) * 0);
2870
- translate: var(--tw-translate-x) var(--tw-translate-y);
2871
- }
2872
-
2873
- .data-\[state\=unchecked\]\:bg-contrast-6[data-state="unchecked"] {
2874
- background-color: var(--contrast-6);
2875
- }
2876
-
2877
- .data-\[variant\=destructive\]\:text-destructive[data-variant="destructive"] {
2878
- color: var(--destructive);
2879
- }
2880
-
2881
- .data-\[variant\=destructive\]\:focus\:bg-destructive\/10[data-variant="destructive"]:focus {
2882
- background-color: var(--destructive);
2883
- }
2884
-
2885
- @supports (color: color-mix(in lab, red, red)) {
2886
- .data-\[variant\=destructive\]\:focus\:bg-destructive\/10[data-variant="destructive"]:focus {
2887
- background-color: color-mix(in oklab, var(--destructive) 10%, transparent);
2888
- }
2889
- }
2890
-
2891
- .data-\[variant\=destructive\]\:focus\:text-destructive[data-variant="destructive"]:focus {
2892
- color: var(--destructive);
2893
- }
2894
-
2895
- .data-\[vaul-drawer-direction\=bottom\]\:inset-x-0[data-vaul-drawer-direction="bottom"] {
2896
- inset-inline: calc(var(--spacing) * 0);
2897
- }
2898
-
2899
- .data-\[vaul-drawer-direction\=bottom\]\:bottom-0[data-vaul-drawer-direction="bottom"] {
2900
- bottom: calc(var(--spacing) * 0);
2901
- }
2902
-
2903
- .data-\[vaul-drawer-direction\=bottom\]\:mt-24[data-vaul-drawer-direction="bottom"] {
2904
- margin-top: calc(var(--spacing) * 24);
2905
- }
2906
-
2907
- .data-\[vaul-drawer-direction\=bottom\]\:max-h-\[80vh\][data-vaul-drawer-direction="bottom"] {
2908
- max-height: 80vh;
2909
- }
2910
-
2911
- .data-\[vaul-drawer-direction\=bottom\]\:rounded-xxl[data-vaul-drawer-direction="bottom"] {
2912
- border-radius: calc(var(--radius) + 10px);
2913
- }
2914
-
2915
- .data-\[vaul-drawer-direction\=bottom\]\:border[data-vaul-drawer-direction="bottom"] {
2916
- border-style: var(--tw-border-style);
2917
- border-width: 1px;
2918
- }
2919
-
2920
- .data-\[vaul-drawer-direction\=left\]\:inset-y-0[data-vaul-drawer-direction="left"] {
2921
- inset-block: calc(var(--spacing) * 0);
2922
- }
2923
-
2924
- .data-\[vaul-drawer-direction\=left\]\:left-0[data-vaul-drawer-direction="left"] {
2925
- left: calc(var(--spacing) * 0);
2926
- }
2927
-
2928
- .data-\[vaul-drawer-direction\=left\]\:w-3\/4[data-vaul-drawer-direction="left"] {
2929
- width: 75%;
2930
- }
2931
-
2932
- .data-\[vaul-drawer-direction\=left\]\:border-r[data-vaul-drawer-direction="left"] {
2933
- border-right-style: var(--tw-border-style);
2934
- border-right-width: 1px;
2935
- }
2936
-
2937
- .data-\[vaul-drawer-direction\=right\]\:inset-y-0[data-vaul-drawer-direction="right"] {
2938
- inset-block: calc(var(--spacing) * 0);
2939
- }
2940
-
2941
- .data-\[vaul-drawer-direction\=right\]\:right-0[data-vaul-drawer-direction="right"] {
2942
- right: calc(var(--spacing) * 0);
2943
- }
2944
-
2945
- .data-\[vaul-drawer-direction\=right\]\:w-3\/4[data-vaul-drawer-direction="right"] {
2946
- width: 75%;
2947
- }
2948
-
2949
- .data-\[vaul-drawer-direction\=right\]\:border-l[data-vaul-drawer-direction="right"] {
2950
- border-left-style: var(--tw-border-style);
2951
- border-left-width: 1px;
2952
- }
2953
-
2954
- .data-\[vaul-drawer-direction\=top\]\:inset-x-0[data-vaul-drawer-direction="top"] {
2955
- inset-inline: calc(var(--spacing) * 0);
2956
- }
2957
-
2958
- .data-\[vaul-drawer-direction\=top\]\:top-0[data-vaul-drawer-direction="top"] {
2959
- top: calc(var(--spacing) * 0);
2960
- }
2961
-
2962
- .data-\[vaul-drawer-direction\=top\]\:mb-24[data-vaul-drawer-direction="top"] {
2963
- margin-bottom: calc(var(--spacing) * 24);
2964
- }
2965
-
2966
- .data-\[vaul-drawer-direction\=top\]\:max-h-\[80vh\][data-vaul-drawer-direction="top"] {
2967
- max-height: 80vh;
2968
- }
2969
-
2970
- .data-\[vaul-drawer-direction\=top\]\:rounded-b-lg[data-vaul-drawer-direction="top"] {
2971
- border-bottom-right-radius: calc(var(--radius) + 2px);
2972
- border-bottom-left-radius: calc(var(--radius) + 2px);
2973
- }
2974
-
2975
- .data-\[vaul-drawer-direction\=top\]\:border-b[data-vaul-drawer-direction="top"] {
2976
- border-bottom-style: var(--tw-border-style);
2977
- border-bottom-width: 1px;
2978
- }
2979
-
2980
- @media (min-width: 40rem) {
2981
- .sm\:max-w-lg {
2982
- max-width: var(--container-lg);
2983
- }
2984
-
2985
- .sm\:flex-row {
2986
- flex-direction: row;
2987
- }
2988
-
2989
- .sm\:items-center {
2990
- align-items: center;
2991
- }
2992
-
2993
- .sm\:justify-end {
2994
- justify-content: flex-end;
2995
- }
2996
-
2997
- .sm\:text-left {
2998
- text-align: left;
2999
- }
3000
-
3001
- .data-\[vaul-drawer-direction\=left\]\:sm\:max-w-sm[data-vaul-drawer-direction="left"], .data-\[vaul-drawer-direction\=right\]\:sm\:max-w-sm[data-vaul-drawer-direction="right"] {
3002
- max-width: var(--container-sm);
3003
- }
3004
- }
3005
-
3006
- @media (min-width: 48rem) {
3007
- .md\:col-span-2 {
3008
- grid-column: span 2 / span 2;
3009
- }
3010
-
3011
- .md\:grid-cols-2 {
3012
- grid-template-columns: repeat(2, minmax(0, 1fr));
3013
- }
3014
-
3015
- .md\:gap-1\.5 {
3016
- gap: calc(var(--spacing) * 1.5);
3017
- }
3018
-
3019
- .md\:text-left {
3020
- text-align: left;
3021
- }
3022
-
3023
- .md\:text-sm {
3024
- font-size: var(--text-sm);
3025
- line-height: var(--tw-leading, var(--text-sm--line-height));
3026
- }
3027
- }
3028
-
3029
- .dark\:border-contrast-2:is(.dark *) {
3030
- border-color: var(--contrast-2);
3031
- }
3032
-
3033
- .dark\:border-contrast-3:is(.dark *) {
3034
- border-color: var(--contrast-3);
3035
- }
3036
-
3037
- .dark\:border-contrast-4:is(.dark *) {
3038
- border-color: var(--contrast-4);
3039
- }
3040
-
3041
- .dark\:border-input:is(.dark *) {
3042
- border-color: var(--input);
3043
- }
3044
-
3045
- .dark\:border-transparent:is(.dark *) {
3046
- border-color: #0000;
3047
- }
3048
-
3049
- .dark\:bg-contrast-1:is(.dark *) {
3050
- background-color: var(--contrast-1);
3051
- }
3052
-
3053
- .dark\:bg-contrast-2:is(.dark *) {
3054
- background-color: var(--contrast-2);
3055
- }
3056
-
3057
- .dark\:bg-contrast-3:is(.dark *) {
3058
- background-color: var(--contrast-3);
3059
- }
3060
-
3061
- .dark\:bg-contrast-4:is(.dark *) {
3062
- background-color: var(--contrast-4);
3063
- }
3064
-
3065
- .dark\:bg-contrast-5:is(.dark *) {
3066
- background-color: var(--contrast-5);
3067
- }
3068
-
3069
- .dark\:bg-destructive\/60:is(.dark *) {
3070
- background-color: var(--destructive);
3071
- }
3072
-
3073
- @supports (color: color-mix(in lab, red, red)) {
3074
- .dark\:bg-destructive\/60:is(.dark *) {
3075
- background-color: color-mix(in oklab, var(--destructive) 60%, transparent);
3076
- }
3077
- }
3078
-
3079
- .dark\:bg-gray-800:is(.dark *) {
3080
- background-color: var(--color-gray-800);
3081
- }
3082
-
3083
- .dark\:bg-input\/30:is(.dark *) {
3084
- background-color: var(--input);
3085
- }
3086
-
3087
- @supports (color: color-mix(in lab, red, red)) {
3088
- .dark\:bg-input\/30:is(.dark *) {
3089
- background-color: color-mix(in oklab, var(--input) 30%, transparent);
3090
- }
3091
- }
3092
-
3093
- .dark\:bg-transparent:is(.dark *) {
3094
- background-color: #0000;
3095
- }
3096
-
3097
- .dark\:fill-contrast-4:is(.dark *) {
3098
- fill: var(--contrast-4);
3099
- }
3100
-
3101
- .dark\:fill-contrast-5:is(.dark *) {
3102
- fill: var(--contrast-5);
3103
- }
3104
-
3105
- .dark\:stroke-contrast-2:is(.dark *) {
3106
- stroke: var(--contrast-2);
3107
- }
3108
-
3109
- .dark\:stroke-contrast-3:is(.dark *) {
3110
- stroke: var(--contrast-3);
3111
- }
3112
-
3113
- .dark\:stroke-contrast-4:is(.dark *) {
3114
- stroke: var(--contrast-4);
3115
- }
3116
-
3117
- .dark\:stroke-contrast-7:is(.dark *) {
3118
- stroke: var(--contrast-7);
3119
- }
3120
-
3121
- .dark\:text-contrast-4:is(.dark *) {
3122
- color: var(--contrast-4);
3123
- }
3124
-
3125
- .dark\:text-contrast-5:is(.dark *) {
3126
- color: var(--contrast-5);
3127
- }
3128
-
3129
- .dark\:text-contrast-6:is(.dark *) {
3130
- color: var(--contrast-6);
3131
- }
3132
-
3133
- .dark\:text-contrast-7:is(.dark *) {
3134
- color: var(--contrast-7);
3135
- }
3136
-
3137
- .dark\:text-contrast-8:is(.dark *) {
3138
- color: var(--contrast-8);
3139
- }
3140
-
3141
- .dark\:text-contrast-9:is(.dark *) {
3142
- color: var(--contrast-9);
3143
- }
3144
-
3145
- .dark\:text-secondary-orange-peel-1:is(.dark *) {
3146
- color: var(--secondary-orange_peel-1);
3147
- }
3148
-
3149
- .dark\:text-secondary-radical-red-1:is(.dark *) {
3150
- color: var(--secondary-radical_red-1);
3151
- }
3152
-
3153
- .dark\:text-white:is(.dark *) {
3154
- color: var(--color-white);
3155
- }
3156
-
3157
- .dark\:placeholder\:text-contrast-5:is(.dark *)::placeholder {
3158
- color: var(--contrast-5);
3159
- }
3160
-
3161
- @media (hover: hover) {
3162
- .dark\:hover\:bg-accent\/50:is(.dark *):hover {
3163
- background-color: var(--accent);
3164
- }
3165
-
3166
- @supports (color: color-mix(in lab, red, red)) {
3167
- .dark\:hover\:bg-accent\/50:is(.dark *):hover {
3168
- background-color: color-mix(in oklab, var(--accent) 50%, transparent);
3169
- }
3170
- }
3171
-
3172
- .dark\:hover\:bg-contrast-2:is(.dark *):hover {
3173
- background-color: var(--contrast-2);
3174
- }
3175
-
3176
- .dark\:hover\:bg-contrast-3:is(.dark *):hover, .dark\:hover\:bg-contrast-3\/80:is(.dark *):hover {
3177
- background-color: var(--contrast-3);
3178
- }
3179
-
3180
- @supports (color: color-mix(in lab, red, red)) {
3181
- .dark\:hover\:bg-contrast-3\/80:is(.dark *):hover {
3182
- background-color: color-mix(in oklab, var(--contrast-3) 80%, transparent);
3183
- }
3184
- }
3185
-
3186
- .dark\:hover\:bg-input\/50:is(.dark *):hover {
3187
- background-color: var(--input);
3188
- }
3189
-
3190
- @supports (color: color-mix(in lab, red, red)) {
3191
- .dark\:hover\:bg-input\/50:is(.dark *):hover {
3192
- background-color: color-mix(in oklab, var(--input) 50%, transparent);
3193
- }
3194
- }
3195
-
3196
- .dark\:hover\:outline-contrast-5:is(.dark *):hover {
3197
- outline-color: var(--contrast-5);
3198
- }
3199
- }
3200
-
3201
- .dark\:focus-visible\:border-brand-2:is(.dark *):focus-visible {
3202
- border-color: var(--brand-2);
3203
- }
3204
-
3205
- .dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible {
3206
- --tw-ring-color: var(--destructive);
3207
- }
3208
-
3209
- @supports (color: color-mix(in lab, red, red)) {
3210
- .dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible {
3211
- --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
3212
- }
3213
- }
3214
-
3215
- .dark\:disabled\:bg-contrast-4:is(.dark *):disabled {
3216
- background-color: var(--contrast-4);
3217
- }
3218
-
3219
- .dark\:disabled\:text-shadow-none:is(.dark *):disabled {
3220
- text-shadow: none;
3221
- }
3222
-
3223
- .dark\:aria-invalid\:border-secondary-orange-peel-1:is(.dark *)[aria-invalid="true"] {
3224
- border-color: var(--secondary-orange_peel-1);
3225
- }
3226
-
3227
- .dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid="true"] {
3228
- --tw-ring-color: var(--destructive);
3229
- }
3230
-
3231
- @supports (color: color-mix(in lab, red, red)) {
3232
- .dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid="true"] {
3233
- --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
3234
- }
3235
- }
3236
-
3237
- .dark\:data-\[state\=open\]\:bg-contrast-2:is(.dark *)[data-state="open"] {
3238
- background-color: var(--contrast-2);
3239
- }
3240
-
3241
- .dark\:data-\[state\=open\]\:bg-transparent:is(.dark *)[data-state="open"] {
3242
- background-color: #0000;
3243
- }
3244
-
3245
- .dark\:data-\[state\=unchecked\]\:bg-contrast-1:is(.dark *)[data-state="unchecked"] {
3246
- background-color: var(--contrast-1);
3247
- }
3248
-
3249
- .dark\:data-\[state\=unchecked\]\:bg-contrast-6:is(.dark *)[data-state="unchecked"] {
3250
- background-color: var(--contrast-6);
3251
- }
3252
-
3253
- .dark\:data-\[variant\=destructive\]\:focus\:bg-destructive\/20:is(.dark *)[data-variant="destructive"]:focus {
3254
- background-color: var(--destructive);
3255
- }
3256
-
3257
- @supports (color: color-mix(in lab, red, red)) {
3258
- .dark\:data-\[variant\=destructive\]\:focus\:bg-destructive\/20:is(.dark *)[data-variant="destructive"]:focus {
3259
- background-color: color-mix(in oklab, var(--destructive) 20%, transparent);
3260
- }
3261
- }
3262
-
3263
- .\[\&_svg\]\:pointer-events-none svg {
3264
- pointer-events: none;
3265
- }
3266
-
3267
- .\[\&_svg\]\:shrink-0 svg {
3268
- flex-shrink: 0;
3269
- }
3270
-
3271
- .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*="size-"]) {
3272
- width: calc(var(--spacing) * 4);
3273
- height: calc(var(--spacing) * 4);
3274
- }
3275
-
3276
- .\[\&_svg\:not\(\[class\*\=\'text-\'\]\)\]\:text-muted-foreground svg:not([class*="text-"]) {
3277
- color: var(--muted-foreground);
3278
- }
3279
-
3280
- .\[\.border-b\]\:pb-6.border-b {
3281
- padding-bottom: calc(var(--spacing) * 6);
3282
- }
3283
-
3284
- .\[\.border-t\]\:pt-6.border-t {
3285
- padding-top: calc(var(--spacing) * 6);
3286
- }
3287
-
3288
- :is(.\*\:\[span\]\:last\:flex > *):is(span):last-child {
3289
- display: flex;
3290
- }
3291
-
3292
- :is(.\*\:\[span\]\:last\:items-center > *):is(span):last-child {
3293
- align-items: center;
3294
- }
3295
-
3296
- :is(.\*\:\[span\]\:last\:gap-2 > *):is(span):last-child {
3297
- gap: calc(var(--spacing) * 2);
3298
- }
3299
-
3300
- :is(.data-\[variant\=destructive\]\:\*\:\[svg\]\:\!text-destructive[data-variant="destructive"] > *):is(svg) {
3301
- color: var(--destructive) !important;
3302
- }
3303
-
3304
- .\[\&\>svg\]\:pointer-events-none > svg {
3305
- pointer-events: none;
3306
- }
3307
-
3308
- .\[\&\>svg\]\:size-3 > svg {
3309
- width: calc(var(--spacing) * 3);
3310
- height: calc(var(--spacing) * 3);
3311
- }
3312
-
3313
- .\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state="open"] > svg {
3314
- rotate: 180deg;
3315
- }
3316
-
3317
- @media (hover: hover) {
3318
- a.\[a\&\]\:hover\:bg-accent:hover {
3319
- background-color: var(--accent);
3320
- }
3321
-
3322
- a.\[a\&\]\:hover\:bg-destructive\/90:hover {
3323
- background-color: var(--destructive);
3324
- }
3325
-
3326
- @supports (color: color-mix(in lab, red, red)) {
3327
- a.\[a\&\]\:hover\:bg-destructive\/90:hover {
3328
- background-color: color-mix(in oklab, var(--destructive) 90%, transparent);
3329
- }
3330
- }
3331
-
3332
- a.\[a\&\]\:hover\:bg-primary\/90:hover {
3333
- background-color: var(--primary);
3334
- }
3335
-
3336
- @supports (color: color-mix(in lab, red, red)) {
3337
- a.\[a\&\]\:hover\:bg-primary\/90:hover {
3338
- background-color: color-mix(in oklab, var(--primary) 90%, transparent);
3339
- }
3340
- }
3341
-
3342
- a.\[a\&\]\:hover\:bg-secondary\/90:hover {
3343
- background-color: var(--secondary);
3344
- }
3345
-
3346
- @supports (color: color-mix(in lab, red, red)) {
3347
- a.\[a\&\]\:hover\:bg-secondary\/90:hover {
3348
- background-color: color-mix(in oklab, var(--secondary) 90%, transparent);
3349
- }
3350
- }
3351
-
3352
- a.\[a\&\]\:hover\:text-accent-foreground:hover {
3353
- color: var(--accent-foreground);
3354
- }
3355
- }
3356
- }
3357
- @property --tw-animation-delay {
3358
- syntax: "*";
3359
- inherits: false;
3360
- initial-value: 0s;
3361
- }
3362
- @property --tw-animation-direction {
3363
- syntax: "*";
3364
- inherits: false;
3365
- initial-value: normal;
3366
- }
3367
- @property --tw-animation-duration {
3368
- syntax: "*";
3369
- inherits: false
3370
- }
3371
- @property --tw-animation-fill-mode {
3372
- syntax: "*";
3373
- inherits: false;
3374
- initial-value: none;
3375
- }
3376
- @property --tw-animation-iteration-count {
3377
- syntax: "*";
3378
- inherits: false;
3379
- initial-value: 1;
3380
- }
3381
- @property --tw-enter-opacity {
3382
- syntax: "*";
3383
- inherits: false;
3384
- initial-value: 1;
3385
- }
3386
- @property --tw-enter-rotate {
3387
- syntax: "*";
3388
- inherits: false;
3389
- initial-value: 0;
3390
- }
3391
- @property --tw-enter-scale {
3392
- syntax: "*";
3393
- inherits: false;
3394
- initial-value: 1;
3395
- }
3396
- @property --tw-enter-translate-x {
3397
- syntax: "*";
3398
- inherits: false;
3399
- initial-value: 0;
3400
- }
3401
- @property --tw-enter-translate-y {
3402
- syntax: "*";
3403
- inherits: false;
3404
- initial-value: 0;
3405
- }
3406
- @property --tw-exit-opacity {
3407
- syntax: "*";
3408
- inherits: false;
3409
- initial-value: 1;
3410
- }
3411
- @property --tw-exit-rotate {
3412
- syntax: "*";
3413
- inherits: false;
3414
- initial-value: 0;
3415
- }
3416
- @property --tw-exit-scale {
3417
- syntax: "*";
3418
- inherits: false;
3419
- initial-value: 1;
3420
- }
3421
- @property --tw-exit-translate-x {
3422
- syntax: "*";
3423
- inherits: false;
3424
- initial-value: 0;
3425
- }
3426
- @property --tw-exit-translate-y {
3427
- syntax: "*";
3428
- inherits: false;
3429
- initial-value: 0;
3430
- }
3431
- :root {
3432
- --font-geist: "Geist", sans-serif;
3433
- --font-geist-mono: "Geist Mono", monospace;
3434
- --font-inter: "Inter", sans-serif;
3435
- --background: oklch(100% 0 0);
3436
- --foreground: #000;
3437
- --card: oklch(100% 0 0);
3438
- --card-foreground: oklch(14.5% 0 0);
3439
- --popover: oklch(100% 0 0);
3440
- --popover-foreground: oklch(14.5% 0 0);
3441
- --primary: oklch(20.5% 0 0);
3442
- --primary-foreground: oklch(98.5% 0 0);
3443
- --secondary: oklch(97% 0 0);
3444
- --secondary-foreground: oklch(20.5% 0 0);
3445
- --muted: oklch(97% 0 0);
3446
- --muted-foreground: oklch(55.6% 0 0);
3447
- --accent: oklch(97% 0 0);
3448
- --accent-foreground: oklch(20.5% 0 0);
3449
- --destructive: oklch(57.7% .245 27.325);
3450
- --destructive-foreground: oklch(57.7% .245 27.325);
3451
- --border: oklch(92.2% 0 0);
3452
- --input: oklch(92.2% 0 0);
3453
- --ring: oklch(70.8% 0 0);
3454
- --chart-1: oklch(64.6% .222 41.116);
3455
- --chart-2: oklch(60% .118 184.704);
3456
- --chart-3: oklch(39.8% .07 227.392);
3457
- --chart-4: oklch(82.8% .189 84.429);
3458
- --chart-5: oklch(76.9% .188 70.08);
3459
- --radius: 10px;
3460
- --sidebar: oklch(98.5% 0 0);
3461
- --sidebar-foreground: oklch(14.5% 0 0);
3462
- --sidebar-primary: oklch(20.5% 0 0);
3463
- --sidebar-primary-foreground: oklch(98.5% 0 0);
3464
- --sidebar-accent: oklch(97% 0 0);
3465
- --sidebar-accent-foreground: oklch(20.5% 0 0);
3466
- --sidebar-border: oklch(92.2% 0 0);
3467
- --sidebar-ring: oklch(70.8% 0 0);
3468
- }
3469
- .dark {
3470
- --background: oklch(14.5% 0 0);
3471
- --foreground: #fff;
3472
- --card: oklch(20.5% 0 0);
3473
- --card-foreground: oklch(98.5% 0 0);
3474
- --popover: oklch(20.5% 0 0);
3475
- --popover-foreground: oklch(98.5% 0 0);
3476
- --primary: oklch(92.2% 0 0);
3477
- --primary-foreground: oklch(20.5% 0 0);
3478
- --secondary: oklch(26.9% 0 0);
3479
- --secondary-foreground: oklch(98.5% 0 0);
3480
- --muted: oklch(26.9% 0 0);
3481
- --muted-foreground: oklch(70.8% 0 0);
3482
- --accent: oklch(26.9% 0 0);
3483
- --accent-foreground: oklch(98.5% 0 0);
3484
- --destructive: oklch(70.4% .191 22.216);
3485
- --destructive-foreground: oklch(63.7% .237 25.331);
3486
- --border: oklch(100% 0 0 / .1);
3487
- --input: oklch(100% 0 0 / .15);
3488
- --ring: oklch(55.6% 0 0);
3489
- --chart-1: oklch(48.8% .243 264.376);
3490
- --chart-2: oklch(69.6% .17 162.48);
3491
- --chart-3: oklch(76.9% .188 70.08);
3492
- --chart-4: oklch(62.7% .265 303.9);
3493
- --chart-5: oklch(64.5% .246 16.439);
3494
- --sidebar: oklch(20.5% 0 0);
3495
- --sidebar-foreground: oklch(98.5% 0 0);
3496
- --sidebar-primary: oklch(48.8% .243 264.376);
3497
- --sidebar-primary-foreground: oklch(98.5% 0 0);
3498
- --sidebar-accent: oklch(26.9% 0 0);
3499
- --sidebar-accent-foreground: oklch(98.5% 0 0);
3500
- --sidebar-border: oklch(100% 0 0 / .1);
3501
- --sidebar-ring: oklch(55.6% 0 0);
3502
- }
3503
- :root {
3504
- --brand-1: #1359ed;
3505
- --brand-2: #2669f5;
3506
- --brand-3: #558cff;
3507
- --brand-4: #b7cdfb;
3508
- --contrast-1: #0f111a;
3509
- --contrast-2: #151724;
3510
- --contrast-3: #1e2033;
3511
- --contrast-4: #343647;
3512
- --contrast-5: #62626f;
3513
- --contrast-6: #cdcbd2;
3514
- --contrast-7: #eae9ed;
3515
- --contrast-8: #f7f7f7;
3516
- --contrast-9: #fff;
3517
- --primary-papaya-1: #f75c2a;
3518
- --primary-azul-1: #4a5df9;
3519
- --secondary-orange_peel-1: #ff9e00;
3520
- --secondary-orange_peel-2: #ffbc50;
3521
- --secondary-orange_peel-3: #ffd796;
3522
- --secondary-radical_red-1: #ff2b52;
3523
- --secondary-radical_red-2: #ff5978;
3524
- --secondary-radical_red-3: #ffb0bf;
3525
- --secondary-neon_pink-1: #fe5acf;
3526
- --secondary-neon_pink-2: #ff8edf;
3527
- --secondary-neon_pink-3: #ffb8eb;
3528
- --secondary-light_slate-1: #7364ff;
3529
- --secondary-light_slate-2: #a297ff;
3530
- --secondary-light_slate-3: #c8c2ff;
3531
- --secondary-navy_blue-1: #0053ff;
3532
- --secondary-navy_blue-2: #417fff;
3533
- --secondary-navy_blue-3: #b1caff;
3534
- --secondary-iris_blue-1: #00b7d5;
3535
- --secondary-iris_blue-2: #53ddf3;
3536
- --secondary-iris_blue-3: #bbf5ff;
3537
- --secondary-shamrock_green-1: #009767;
3538
- --secondary-shamrock_green-2: #34ca9a;
3539
- --secondary-shamrock_green-3: #bbffea;
3540
- }
3541
- .velora-widget {
3542
- font-family: var(--font-inter);
3543
- }
3544
- .velora-widget ::-webkit-scrollbar {
3545
- background-color: #0000;
3546
- border-radius: 20px;
3547
- width: 5px;
3548
- }
3549
- .velora-widget ::-webkit-scrollbar-thumb {
3550
- background-color: #62626f;
3551
- border-radius: 10px;
3552
- }
3553
- @property --tw-translate-x {
3554
- syntax: "*";
3555
- inherits: false;
3556
- initial-value: 0;
3557
- }
3558
- @property --tw-translate-y {
3559
- syntax: "*";
3560
- inherits: false;
3561
- initial-value: 0;
3562
- }
3563
- @property --tw-translate-z {
3564
- syntax: "*";
3565
- inherits: false;
3566
- initial-value: 0;
3567
- }
3568
- @property --tw-rotate-x {
3569
- syntax: "*";
3570
- inherits: false
3571
- }
3572
- @property --tw-rotate-y {
3573
- syntax: "*";
3574
- inherits: false
3575
- }
3576
- @property --tw-rotate-z {
3577
- syntax: "*";
3578
- inherits: false
3579
- }
3580
- @property --tw-skew-x {
3581
- syntax: "*";
3582
- inherits: false
3583
- }
3584
- @property --tw-skew-y {
3585
- syntax: "*";
3586
- inherits: false
3587
- }
3588
- @property --tw-space-y-reverse {
3589
- syntax: "*";
3590
- inherits: false;
3591
- initial-value: 0;
3592
- }
3593
- @property --tw-border-style {
3594
- syntax: "*";
3595
- inherits: false;
3596
- initial-value: solid;
3597
- }
3598
- @property --tw-leading {
3599
- syntax: "*";
3600
- inherits: false
3601
- }
3602
- @property --tw-font-weight {
3603
- syntax: "*";
3604
- inherits: false
3605
- }
3606
- @property --tw-tracking {
3607
- syntax: "*";
3608
- inherits: false
3609
- }
3610
- @property --tw-shadow {
3611
- syntax: "*";
3612
- inherits: false;
3613
- initial-value: 0 0 #0000;
3614
- }
3615
- @property --tw-shadow-color {
3616
- syntax: "*";
3617
- inherits: false
3618
- }
3619
- @property --tw-shadow-alpha {
3620
- syntax: "<percentage>";
3621
- inherits: false;
3622
- initial-value: 100%;
3623
- }
3624
- @property --tw-inset-shadow {
3625
- syntax: "*";
3626
- inherits: false;
3627
- initial-value: 0 0 #0000;
3628
- }
3629
- @property --tw-inset-shadow-color {
3630
- syntax: "*";
3631
- inherits: false
3632
- }
3633
- @property --tw-inset-shadow-alpha {
3634
- syntax: "<percentage>";
3635
- inherits: false;
3636
- initial-value: 100%;
3637
- }
3638
- @property --tw-ring-color {
3639
- syntax: "*";
3640
- inherits: false
3641
- }
3642
- @property --tw-ring-shadow {
3643
- syntax: "*";
3644
- inherits: false;
3645
- initial-value: 0 0 #0000;
3646
- }
3647
- @property --tw-inset-ring-color {
3648
- syntax: "*";
3649
- inherits: false
3650
- }
3651
- @property --tw-inset-ring-shadow {
3652
- syntax: "*";
3653
- inherits: false;
3654
- initial-value: 0 0 #0000;
3655
- }
3656
- @property --tw-ring-inset {
3657
- syntax: "*";
3658
- inherits: false
3659
- }
3660
- @property --tw-ring-offset-width {
3661
- syntax: "<length>";
3662
- inherits: false;
3663
- initial-value: 0;
3664
- }
3665
- @property --tw-ring-offset-color {
3666
- syntax: "*";
3667
- inherits: false;
3668
- initial-value: #fff;
3669
- }
3670
- @property --tw-ring-offset-shadow {
3671
- syntax: "*";
3672
- inherits: false;
3673
- initial-value: 0 0 #0000;
3674
- }
3675
- @property --tw-outline-style {
3676
- syntax: "*";
3677
- inherits: false;
3678
- initial-value: solid;
3679
- }
3680
- @property --tw-blur {
3681
- syntax: "*";
3682
- inherits: false
3683
- }
3684
- @property --tw-brightness {
3685
- syntax: "*";
3686
- inherits: false
3687
- }
3688
- @property --tw-contrast {
3689
- syntax: "*";
3690
- inherits: false
3691
- }
3692
- @property --tw-grayscale {
3693
- syntax: "*";
3694
- inherits: false
3695
- }
3696
- @property --tw-hue-rotate {
3697
- syntax: "*";
3698
- inherits: false
3699
- }
3700
- @property --tw-invert {
3701
- syntax: "*";
3702
- inherits: false
3703
- }
3704
- @property --tw-opacity {
3705
- syntax: "*";
3706
- inherits: false
3707
- }
3708
- @property --tw-saturate {
3709
- syntax: "*";
3710
- inherits: false
3711
- }
3712
- @property --tw-sepia {
3713
- syntax: "*";
3714
- inherits: false
3715
- }
3716
- @property --tw-drop-shadow {
3717
- syntax: "*";
3718
- inherits: false
3719
- }
3720
- @property --tw-drop-shadow-color {
3721
- syntax: "*";
3722
- inherits: false
3723
- }
3724
- @property --tw-drop-shadow-alpha {
3725
- syntax: "<percentage>";
3726
- inherits: false;
3727
- initial-value: 100%;
3728
- }
3729
- @property --tw-drop-shadow-size {
3730
- syntax: "*";
3731
- inherits: false
3732
- }
3733
- @property --tw-duration {
3734
- syntax: "*";
3735
- inherits: false
3736
- }
3737
- @property --tw-text-shadow-color {
3738
- syntax: "*";
3739
- inherits: false
3740
- }
3741
- @property --tw-text-shadow-alpha {
3742
- syntax: "<percentage>";
3743
- inherits: false;
3744
- initial-value: 100%;
3745
- }
3746
- @keyframes spin {
3747
- to {
3748
- transform: rotate(360deg);
3749
- }
3750
- }
3751
- @keyframes pulse {
3752
- 50% {
3753
- opacity: .5;
3754
- }
3755
- }
3756
- @keyframes enter {
3757
- from {
3758
- opacity: var(--tw-enter-opacity, 1);
3759
- transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
3760
- }
3761
- }
3762
- @keyframes exit {
3763
- to {
3764
- opacity: var(--tw-exit-opacity, 1);
3765
- transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
3766
- }
3767
- }
3768
- @keyframes accordion-down {
3769
- from {
3770
- height: 0;
3771
- }
3772
-
3773
- to {
3774
- height: var(--radix-accordion-content-height, var(--bits-accordion-content-height, var(--reka-accordion-content-height, var(--kb-accordion-content-height, auto))));
3775
- }
3776
- }
3777
- @keyframes accordion-up {
3778
- from {
3779
- height: var(--radix-accordion-content-height, var(--bits-accordion-content-height, var(--reka-accordion-content-height, var(--kb-accordion-content-height, auto))));
3780
- }
3781
-
3782
- to {
3783
- height: 0;
3784
- }
3785
- }