@addsign/moje-agenda-shared-lib 1.0.55 → 1.0.56

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.
@@ -501,10 +501,3116 @@ video {
501
501
  --tw-contain-paint: ;
502
502
  --tw-contain-style: ;
503
503
  }
504
+ .container {
505
+ width: 100%;
506
+ }
507
+ @media (min-width: 640px) {
508
+
509
+ .container {
510
+ max-width: 640px;
511
+ }
512
+ }
513
+ @media (min-width: 768px) {
514
+
515
+ .container {
516
+ max-width: 768px;
517
+ }
518
+ }
519
+ @media (min-width: 1024px) {
520
+
521
+ .container {
522
+ max-width: 1024px;
523
+ }
524
+ }
525
+ @media (min-width: 1280px) {
526
+
527
+ .container {
528
+ max-width: 1280px;
529
+ }
530
+ }
531
+ @media (min-width: 1536px) {
532
+
533
+ .container {
534
+ max-width: 1536px;
535
+ }
536
+ }
537
+ .sr-only {
538
+ position: absolute !important;
539
+ width: 1px !important;
540
+ height: 1px !important;
541
+ padding: 0 !important;
542
+ margin: -1px !important;
543
+ overflow: hidden !important;
544
+ clip: rect(0, 0, 0, 0) !important;
545
+ white-space: nowrap !important;
546
+ border-width: 0 !important;
547
+ }
548
+ .pointer-events-auto {
549
+ pointer-events: auto !important;
550
+ }
551
+ .visible {
552
+ visibility: visible !important;
553
+ }
554
+ .invisible {
555
+ visibility: hidden !important;
556
+ }
557
+ .fixed {
558
+ position: fixed !important;
559
+ }
560
+ .absolute {
561
+ position: absolute !important;
562
+ }
563
+ .relative {
564
+ position: relative !important;
565
+ }
566
+ .inset-0 {
567
+ inset: 0px !important;
568
+ }
569
+ .-bottom-2 {
570
+ bottom: -0.5rem !important;
571
+ }
572
+ .-top-\[1px\] {
573
+ top: -1px !important;
574
+ }
575
+ .bottom-full {
576
+ bottom: 100% !important;
577
+ }
578
+ .left-0 {
579
+ left: 0px !important;
580
+ }
581
+ .left-\[-120px\] {
582
+ left: -120px !important;
583
+ }
584
+ .left-\[120px\] {
585
+ left: 120px !important;
586
+ }
587
+ .left-\[12px\] {
588
+ left: 12px !important;
589
+ }
590
+ .left-\[24px\] {
591
+ left: 24px !important;
592
+ }
593
+ .left-\[48px\] {
594
+ left: 48px !important;
595
+ }
596
+ .left-\[72px\] {
597
+ left: 72px !important;
598
+ }
599
+ .left-\[96px\] {
600
+ left: 96px !important;
601
+ }
602
+ .right-0 {
603
+ right: 0px !important;
604
+ }
605
+ .right-6 {
606
+ right: 1.5rem !important;
607
+ }
608
+ .top-0 {
609
+ top: 0px !important;
610
+ }
611
+ .top-\[-120px\] {
612
+ top: -120px !important;
613
+ }
614
+ .top-\[120px\] {
615
+ top: 120px !important;
616
+ }
617
+ .top-\[12px\] {
618
+ top: 12px !important;
619
+ }
620
+ .top-\[16px\] {
621
+ top: 16px !important;
622
+ }
623
+ .top-\[24px\] {
624
+ top: 24px !important;
625
+ }
626
+ .top-\[40px\] {
627
+ top: 40px !important;
628
+ }
629
+ .top-\[48px\] {
630
+ top: 48px !important;
631
+ }
632
+ .top-\[68px\] {
633
+ top: 68px !important;
634
+ }
635
+ .top-\[72px\] {
636
+ top: 72px !important;
637
+ }
638
+ .top-\[96px\] {
639
+ top: 96px !important;
640
+ }
641
+ .z-10 {
642
+ z-index: 10 !important;
643
+ }
644
+ .z-20 {
645
+ z-index: 20 !important;
646
+ }
647
+ .z-40 {
648
+ z-index: 40 !important;
649
+ }
650
+ .z-50 {
651
+ z-index: 50 !important;
652
+ }
653
+ .z-\[100000\] {
654
+ z-index: 100000 !important;
655
+ }
656
+ .col-span-1 {
657
+ grid-column: span 1 / span 1 !important;
658
+ }
659
+ .col-span-2 {
660
+ grid-column: span 2 / span 2 !important;
661
+ }
662
+ .col-span-3 {
663
+ grid-column: span 3 / span 3 !important;
664
+ }
665
+ .float-right {
666
+ float: right !important;
667
+ }
668
+ .float-left {
669
+ float: left !important;
670
+ }
671
+ .m-0 {
672
+ margin: 0px !important;
673
+ }
674
+ .m-1 {
675
+ margin: 0.25rem !important;
676
+ }
677
+ .m-4 {
678
+ margin: 1rem !important;
679
+ }
680
+ .mx-auto {
681
+ margin-left: auto !important;
682
+ margin-right: auto !important;
683
+ }
684
+ .my-1 {
685
+ margin-top: 0.25rem !important;
686
+ margin-bottom: 0.25rem !important;
687
+ }
688
+ .my-2 {
689
+ margin-top: 0.5rem !important;
690
+ margin-bottom: 0.5rem !important;
691
+ }
692
+ .my-4 {
693
+ margin-top: 1rem !important;
694
+ margin-bottom: 1rem !important;
695
+ }
696
+ .mb-2 {
697
+ margin-bottom: 0.5rem !important;
698
+ }
699
+ .mb-2\.5 {
700
+ margin-bottom: 0.625rem !important;
701
+ }
702
+ .mb-3 {
703
+ margin-bottom: 0.75rem !important;
704
+ }
705
+ .mb-5 {
706
+ margin-bottom: 1.25rem !important;
707
+ }
708
+ .ml-2 {
709
+ margin-left: 0.5rem !important;
710
+ }
711
+ .ml-4 {
712
+ margin-left: 1rem !important;
713
+ }
714
+ .ml-5 {
715
+ margin-left: 1.25rem !important;
716
+ }
717
+ .ml-\[1\.2rem\] {
718
+ margin-left: 1.2rem !important;
719
+ }
720
+ .mr-1 {
721
+ margin-right: 0.25rem !important;
722
+ }
723
+ .mr-1\.5 {
724
+ margin-right: 0.375rem !important;
725
+ }
726
+ .mr-2 {
727
+ margin-right: 0.5rem !important;
728
+ }
729
+ .mr-3 {
730
+ margin-right: 0.75rem !important;
731
+ }
732
+ .mr-3\.5 {
733
+ margin-right: 0.875rem !important;
734
+ }
735
+ .mr-4 {
736
+ margin-right: 1rem !important;
737
+ }
738
+ .mr-5 {
739
+ margin-right: 1.25rem !important;
740
+ }
741
+ .mt-0 {
742
+ margin-top: 0px !important;
743
+ }
744
+ .mt-0\.5 {
745
+ margin-top: 0.125rem !important;
746
+ }
747
+ .mt-1 {
748
+ margin-top: 0.25rem !important;
749
+ }
750
+ .mt-2 {
751
+ margin-top: 0.5rem !important;
752
+ }
753
+ .mt-2\.5 {
754
+ margin-top: 0.625rem !important;
755
+ }
756
+ .mt-\[1px\] {
757
+ margin-top: 1px !important;
758
+ }
759
+ .mt-\[4px\] {
760
+ margin-top: 4px !important;
761
+ }
762
+ .mt-auto {
763
+ margin-top: auto !important;
764
+ }
765
+ .block {
766
+ display: block !important;
767
+ }
768
+ .inline {
769
+ display: inline !important;
770
+ }
771
+ .flex {
772
+ display: flex !important;
773
+ }
774
+ .inline-flex {
775
+ display: inline-flex !important;
776
+ }
777
+ .table {
778
+ display: table !important;
779
+ }
780
+ .grid {
781
+ display: grid !important;
782
+ }
783
+ .hidden {
784
+ display: none !important;
785
+ }
786
+ .h-10 {
787
+ height: 2.5rem !important;
788
+ }
789
+ .h-11 {
790
+ height: 2.75rem !important;
791
+ }
792
+ .h-12 {
793
+ height: 3rem !important;
794
+ }
795
+ .h-16 {
796
+ height: 4rem !important;
797
+ }
798
+ .h-24 {
799
+ height: 6rem !important;
800
+ }
801
+ .h-36 {
802
+ height: 9rem !important;
803
+ }
804
+ .h-4 {
805
+ height: 1rem !important;
806
+ }
807
+ .h-40 {
808
+ height: 10rem !important;
809
+ }
810
+ .h-48 {
811
+ height: 12rem !important;
812
+ }
813
+ .h-5 {
814
+ height: 1.25rem !important;
815
+ }
816
+ .h-6 {
817
+ height: 1.5rem !important;
818
+ }
819
+ .h-60 {
820
+ height: 15rem !important;
821
+ }
822
+ .h-64 {
823
+ height: 16rem !important;
824
+ }
825
+ .h-7 {
826
+ height: 1.75rem !important;
827
+ }
828
+ .h-72 {
829
+ height: 18rem !important;
830
+ }
831
+ .h-8 {
832
+ height: 2rem !important;
833
+ }
834
+ .h-80 {
835
+ height: 20rem !important;
836
+ }
837
+ .h-\[300px\] {
838
+ height: 300px !important;
839
+ }
840
+ .h-\[440px\] {
841
+ height: 440px !important;
842
+ }
843
+ .h-\[500px\] {
844
+ height: 500px !important;
845
+ }
846
+ .h-\[52px\] {
847
+ height: 52px !important;
848
+ }
849
+ .h-full {
850
+ height: 100% !important;
851
+ }
852
+ .max-h-96 {
853
+ max-height: 24rem !important;
854
+ }
855
+ .max-h-\[390px\] {
856
+ max-height: 390px !important;
857
+ }
858
+ .max-h-\[400px\] {
859
+ max-height: 400px !important;
860
+ }
861
+ .max-h-full {
862
+ max-height: 100% !important;
863
+ }
864
+ .min-h-5 {
865
+ min-height: 1.25rem !important;
866
+ }
867
+ .min-h-\[285px\] {
868
+ min-height: 285px !important;
869
+ }
870
+ .min-h-\[32px\] {
871
+ min-height: 32px !important;
872
+ }
873
+ .min-h-\[500px\] {
874
+ min-height: 500px !important;
875
+ }
876
+ .\!w-\[100px\] {
877
+ width: 100px !important;
878
+ }
879
+ .w-0 {
880
+ width: 0px !important;
881
+ }
882
+ .w-1 {
883
+ width: 0.25rem !important;
884
+ }
885
+ .w-1\/2 {
886
+ width: 50% !important;
887
+ }
888
+ .w-11 {
889
+ width: 2.75rem !important;
890
+ }
891
+ .w-12 {
892
+ width: 3rem !important;
893
+ }
894
+ .w-2 {
895
+ width: 0.5rem !important;
896
+ }
897
+ .w-24 {
898
+ width: 6rem !important;
899
+ }
900
+ .w-36 {
901
+ width: 9rem !important;
902
+ }
903
+ .w-4 {
904
+ width: 1rem !important;
905
+ }
906
+ .w-48 {
907
+ width: 12rem !important;
908
+ }
909
+ .w-5 {
910
+ width: 1.25rem !important;
911
+ }
912
+ .w-6 {
913
+ width: 1.5rem !important;
914
+ }
915
+ .w-60 {
916
+ width: 15rem !important;
917
+ }
918
+ .w-72 {
919
+ width: 18rem !important;
920
+ }
921
+ .w-8 {
922
+ width: 2rem !important;
923
+ }
924
+ .w-80 {
925
+ width: 20rem !important;
926
+ }
927
+ .w-96 {
928
+ width: 24rem !important;
929
+ }
930
+ .w-\[20px\] {
931
+ width: 20px !important;
932
+ }
933
+ .w-\[500px\] {
934
+ width: 500px !important;
935
+ }
936
+ .w-\[calc\(100\%-40px\)\] {
937
+ width: calc(100% - 40px) !important;
938
+ }
939
+ .w-auto {
940
+ width: auto !important;
941
+ }
942
+ .w-fit {
943
+ width: -moz-fit-content !important;
944
+ width: fit-content !important;
945
+ }
946
+ .w-full {
947
+ width: 100% !important;
948
+ }
949
+ .min-w-20 {
950
+ min-width: 5rem !important;
951
+ }
952
+ .min-w-\[100px\] {
953
+ min-width: 100px !important;
954
+ }
955
+ .min-w-\[120px\] {
956
+ min-width: 120px !important;
957
+ }
958
+ .min-w-\[180px\] {
959
+ min-width: 180px !important;
960
+ }
961
+ .max-w-\[80vw\] {
962
+ max-width: 80vw !important;
963
+ }
964
+ .max-w-full {
965
+ max-width: 100% !important;
966
+ }
967
+ .flex-1 {
968
+ flex: 1 1 0% !important;
969
+ }
970
+ .flex-none {
971
+ flex: none !important;
972
+ }
973
+ .flex-shrink {
974
+ flex-shrink: 1 !important;
975
+ }
976
+ .shrink {
977
+ flex-shrink: 1 !important;
978
+ }
979
+ .flex-grow {
980
+ flex-grow: 1 !important;
981
+ }
982
+ .grow {
983
+ flex-grow: 1 !important;
984
+ }
985
+ .basis-0 {
986
+ flex-basis: 0px !important;
987
+ }
988
+ .translate-y-0 {
989
+ --tw-translate-y: 0px !important;
990
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
991
+ }
992
+ .translate-y-4 {
993
+ --tw-translate-y: 1rem !important;
994
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
995
+ }
996
+ .rotate-45 {
997
+ --tw-rotate: 45deg !important;
998
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
999
+ }
1000
+ @keyframes spin {
1001
+
1002
+ to {
1003
+ transform: rotate(360deg);
1004
+ }
1005
+ }
1006
+ .animate-spin {
1007
+ animation: spin 2s linear infinite !important;
1008
+ }
1009
+ .cursor-col-resize {
1010
+ cursor: col-resize !important;
1011
+ }
1012
+ .cursor-default {
1013
+ cursor: default !important;
1014
+ }
1015
+ .cursor-no-drop {
1016
+ cursor: no-drop !important;
1017
+ }
1018
+ .cursor-not-allowed {
1019
+ cursor: not-allowed !important;
1020
+ }
1021
+ .cursor-pointer {
1022
+ cursor: pointer !important;
1023
+ }
1024
+ .select-none {
1025
+ -webkit-user-select: none !important;
1026
+ -moz-user-select: none !important;
1027
+ user-select: none !important;
1028
+ }
1029
+ .grid-cols-2 {
1030
+ grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
1031
+ }
1032
+ .grid-cols-3 {
1033
+ grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
1034
+ }
1035
+ .grid-cols-7 {
1036
+ grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
1037
+ }
1038
+ .grid-cols-\[repeat\(17\2c minmax\(0\2c 1fr\)\)\] {
1039
+ grid-template-columns: repeat(17,minmax(0,1fr)) !important;
1040
+ }
1041
+ .flex-row {
1042
+ flex-direction: row !important;
1043
+ }
1044
+ .flex-col {
1045
+ flex-direction: column !important;
1046
+ }
1047
+ .flex-wrap {
1048
+ flex-wrap: wrap !important;
1049
+ }
1050
+ .content-center {
1051
+ align-content: center !important;
1052
+ }
1053
+ .content-start {
1054
+ align-content: flex-start !important;
1055
+ }
1056
+ .items-start {
1057
+ align-items: flex-start !important;
1058
+ }
1059
+ .items-end {
1060
+ align-items: flex-end !important;
1061
+ }
1062
+ .items-center {
1063
+ align-items: center !important;
1064
+ }
1065
+ .items-stretch {
1066
+ align-items: stretch !important;
1067
+ }
1068
+ .justify-start {
1069
+ justify-content: flex-start !important;
1070
+ }
1071
+ .justify-end {
1072
+ justify-content: flex-end !important;
1073
+ }
1074
+ .justify-center {
1075
+ justify-content: center !important;
1076
+ }
1077
+ .justify-between {
1078
+ justify-content: space-between !important;
1079
+ }
1080
+ .gap-0 {
1081
+ gap: 0px !important;
1082
+ }
1083
+ .gap-1 {
1084
+ gap: 0.25rem !important;
1085
+ }
1086
+ .gap-1\.5 {
1087
+ gap: 0.375rem !important;
1088
+ }
1089
+ .gap-2 {
1090
+ gap: 0.5rem !important;
1091
+ }
1092
+ .gap-3 {
1093
+ gap: 0.75rem !important;
1094
+ }
1095
+ .gap-4 {
1096
+ gap: 1rem !important;
1097
+ }
1098
+ .gap-5 {
1099
+ gap: 1.25rem !important;
1100
+ }
1101
+ .gap-8 {
1102
+ gap: 2rem !important;
1103
+ }
1104
+ .gap-x-4 {
1105
+ -moz-column-gap: 1rem !important;
1106
+ column-gap: 1rem !important;
1107
+ }
1108
+ .gap-y-0 {
1109
+ row-gap: 0px !important;
1110
+ }
1111
+ .gap-y-0\.5 {
1112
+ row-gap: 0.125rem !important;
1113
+ }
1114
+ .space-x-1 > :not([hidden]) ~ :not([hidden]) {
1115
+ --tw-space-x-reverse: 0 !important;
1116
+ margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
1117
+ margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
1118
+ }
1119
+ .space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
1120
+ --tw-space-x-reverse: 0 !important;
1121
+ margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
1122
+ margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
1123
+ }
1124
+ .space-x-2 > :not([hidden]) ~ :not([hidden]) {
1125
+ --tw-space-x-reverse: 0 !important;
1126
+ margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
1127
+ margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
1128
+ }
1129
+ .space-x-3 > :not([hidden]) ~ :not([hidden]) {
1130
+ --tw-space-x-reverse: 0 !important;
1131
+ margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
1132
+ margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
1133
+ }
1134
+ .space-x-5 > :not([hidden]) ~ :not([hidden]) {
1135
+ --tw-space-x-reverse: 0 !important;
1136
+ margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
1137
+ margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
1138
+ }
1139
+ .space-y-4 > :not([hidden]) ~ :not([hidden]) {
1140
+ --tw-space-y-reverse: 0 !important;
1141
+ margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
1142
+ margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
1143
+ }
1144
+ .self-stretch {
1145
+ align-self: stretch !important;
1146
+ }
1147
+ .overflow-auto {
1148
+ overflow: auto !important;
1149
+ }
1150
+ .overflow-hidden {
1151
+ overflow: hidden !important;
1152
+ }
1153
+ .overflow-x-auto {
1154
+ overflow-x: auto !important;
1155
+ }
1156
+ .overflow-y-auto {
1157
+ overflow-y: auto !important;
1158
+ }
1159
+ .text-ellipsis {
1160
+ text-overflow: ellipsis !important;
1161
+ }
1162
+ .whitespace-nowrap {
1163
+ white-space: nowrap !important;
1164
+ }
1165
+ .\!rounded-full {
1166
+ border-radius: 9999px !important;
1167
+ }
1168
+ .\!rounded-none {
1169
+ border-radius: 0px !important;
1170
+ }
1171
+ .rounded {
1172
+ border-radius: 0.25rem !important;
1173
+ }
1174
+ .rounded-full {
1175
+ border-radius: 9999px !important;
1176
+ }
1177
+ .rounded-lg {
1178
+ border-radius: 0.5rem !important;
1179
+ }
1180
+ .rounded-md {
1181
+ border-radius: 0.375rem !important;
1182
+ }
1183
+ .rounded-none {
1184
+ border-radius: 0px !important;
1185
+ }
1186
+ .rounded-xl {
1187
+ border-radius: 0.75rem !important;
1188
+ }
1189
+ .rounded-l-full {
1190
+ border-top-left-radius: 9999px !important;
1191
+ border-bottom-left-radius: 9999px !important;
1192
+ }
1193
+ .rounded-r-full {
1194
+ border-top-right-radius: 9999px !important;
1195
+ border-bottom-right-radius: 9999px !important;
1196
+ }
1197
+ .rounded-r-lg {
1198
+ border-top-right-radius: 0.5rem !important;
1199
+ border-bottom-right-radius: 0.5rem !important;
1200
+ }
1201
+ .border {
1202
+ border-width: 1px !important;
1203
+ }
1204
+ .border-2 {
1205
+ border-width: 2px !important;
1206
+ }
1207
+ .border-b {
1208
+ border-bottom-width: 1px !important;
1209
+ }
1210
+ .border-b-2 {
1211
+ border-bottom-width: 2px !important;
1212
+ }
1213
+ .border-l {
1214
+ border-left-width: 1px !important;
1215
+ }
1216
+ .border-r {
1217
+ border-right-width: 1px !important;
1218
+ }
1219
+ .border-t {
1220
+ border-top-width: 1px !important;
1221
+ }
1222
+ .border-t-0 {
1223
+ border-top-width: 0px !important;
1224
+ }
1225
+ .border-dashed {
1226
+ border-style: dashed !important;
1227
+ }
1228
+ .border-none {
1229
+ border-style: none !important;
1230
+ }
1231
+ .\!border-gray-200 {
1232
+ --tw-border-opacity: 1 !important;
1233
+ border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
1234
+ }
1235
+ .border-amber-500 {
1236
+ --tw-border-opacity: 1 !important;
1237
+ border-color: rgb(245 158 11 / var(--tw-border-opacity)) !important;
1238
+ }
1239
+ .border-blue-500 {
1240
+ --tw-border-opacity: 1 !important;
1241
+ border-color: rgb(59 130 246 / var(--tw-border-opacity)) !important;
1242
+ }
1243
+ .border-cyan-500 {
1244
+ --tw-border-opacity: 1 !important;
1245
+ border-color: rgb(6 182 212 / var(--tw-border-opacity)) !important;
1246
+ }
1247
+ .border-emerald-500 {
1248
+ --tw-border-opacity: 1 !important;
1249
+ border-color: rgb(16 185 129 / var(--tw-border-opacity)) !important;
1250
+ }
1251
+ .border-fuchsia-500 {
1252
+ --tw-border-opacity: 1 !important;
1253
+ border-color: rgb(217 70 239 / var(--tw-border-opacity)) !important;
1254
+ }
1255
+ .border-gray-100 {
1256
+ --tw-border-opacity: 1 !important;
1257
+ border-color: rgb(243 244 246 / var(--tw-border-opacity)) !important;
1258
+ }
1259
+ .border-gray-150 {
1260
+ --tw-border-opacity: 1 !important;
1261
+ border-color: rgb(238 240 243 / var(--tw-border-opacity)) !important;
1262
+ }
1263
+ .border-gray-200 {
1264
+ --tw-border-opacity: 1 !important;
1265
+ border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
1266
+ }
1267
+ .border-gray-300 {
1268
+ --tw-border-opacity: 1 !important;
1269
+ border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
1270
+ }
1271
+ .border-gray-50 {
1272
+ --tw-border-opacity: 1 !important;
1273
+ border-color: rgb(249 250 251 / var(--tw-border-opacity)) !important;
1274
+ }
1275
+ .border-gray-800 {
1276
+ --tw-border-opacity: 1 !important;
1277
+ border-color: rgb(31 41 55 / var(--tw-border-opacity)) !important;
1278
+ }
1279
+ .border-green-500 {
1280
+ --tw-border-opacity: 1 !important;
1281
+ border-color: rgb(34 197 94 / var(--tw-border-opacity)) !important;
1282
+ }
1283
+ .border-indigo-300 {
1284
+ --tw-border-opacity: 1 !important;
1285
+ border-color: rgb(165 180 252 / var(--tw-border-opacity)) !important;
1286
+ }
1287
+ .border-indigo-500 {
1288
+ --tw-border-opacity: 1 !important;
1289
+ border-color: rgb(99 102 241 / var(--tw-border-opacity)) !important;
1290
+ }
1291
+ .border-lime-500 {
1292
+ --tw-border-opacity: 1 !important;
1293
+ border-color: rgb(132 204 22 / var(--tw-border-opacity)) !important;
1294
+ }
1295
+ .border-orange-500 {
1296
+ --tw-border-opacity: 1 !important;
1297
+ border-color: rgb(249 115 22 / var(--tw-border-opacity)) !important;
1298
+ }
1299
+ .border-pink-500 {
1300
+ --tw-border-opacity: 1 !important;
1301
+ border-color: rgb(236 72 153 / var(--tw-border-opacity)) !important;
1302
+ }
1303
+ .border-purple-500 {
1304
+ --tw-border-opacity: 1 !important;
1305
+ border-color: rgb(168 85 247 / var(--tw-border-opacity)) !important;
1306
+ }
1307
+ .border-red-200 {
1308
+ --tw-border-opacity: 1 !important;
1309
+ border-color: rgb(254 202 202 / var(--tw-border-opacity)) !important;
1310
+ }
1311
+ .border-red-500 {
1312
+ --tw-border-opacity: 1 !important;
1313
+ border-color: rgb(239 68 68 / var(--tw-border-opacity)) !important;
1314
+ }
1315
+ .border-rose-500 {
1316
+ --tw-border-opacity: 1 !important;
1317
+ border-color: rgb(244 63 94 / var(--tw-border-opacity)) !important;
1318
+ }
1319
+ .border-secondary-border {
1320
+ border-color: var(--color-secondary-border) !important;
1321
+ }
1322
+ .border-sky-500 {
1323
+ --tw-border-opacity: 1 !important;
1324
+ border-color: rgb(14 165 233 / var(--tw-border-opacity)) !important;
1325
+ }
1326
+ .border-teal-500 {
1327
+ --tw-border-opacity: 1 !important;
1328
+ border-color: rgb(20 184 166 / var(--tw-border-opacity)) !important;
1329
+ }
1330
+ .border-transparent {
1331
+ border-color: transparent !important;
1332
+ }
1333
+ .border-violet-500 {
1334
+ --tw-border-opacity: 1 !important;
1335
+ border-color: rgb(139 92 246 / var(--tw-border-opacity)) !important;
1336
+ }
1337
+ .border-warning-border {
1338
+ border-color: var(--color-warning-border) !important;
1339
+ }
1340
+ .border-yellow-500 {
1341
+ --tw-border-opacity: 1 !important;
1342
+ border-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
1343
+ }
1344
+ .\!bg-danger {
1345
+ background-color: var(--color-danger) !important;
1346
+ }
1347
+ .\!bg-primary {
1348
+ background-color: var(--color-primary) !important;
1349
+ }
1350
+ .\!bg-secondary {
1351
+ background-color: var(--color-secondary) !important;
1352
+ }
1353
+ .\!bg-success {
1354
+ background-color: var(--color-success) !important;
1355
+ }
1356
+ .\!bg-transparent {
1357
+ background-color: transparent !important;
1358
+ }
1359
+ .\!bg-warning {
1360
+ background-color: var(--color-warning) !important;
1361
+ }
1362
+ .bg-amber-100 {
1363
+ --tw-bg-opacity: 1 !important;
1364
+ background-color: rgb(254 243 199 / var(--tw-bg-opacity)) !important;
1365
+ }
1366
+ .bg-amber-200 {
1367
+ --tw-bg-opacity: 1 !important;
1368
+ background-color: rgb(253 230 138 / var(--tw-bg-opacity)) !important;
1369
+ }
1370
+ .bg-amber-500 {
1371
+ --tw-bg-opacity: 1 !important;
1372
+ background-color: rgb(245 158 11 / var(--tw-bg-opacity)) !important;
1373
+ }
1374
+ .bg-black {
1375
+ --tw-bg-opacity: 1 !important;
1376
+ background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
1377
+ }
1378
+ .bg-blue-100 {
1379
+ --tw-bg-opacity: 1 !important;
1380
+ background-color: rgb(219 234 254 / var(--tw-bg-opacity)) !important;
1381
+ }
1382
+ .bg-blue-200 {
1383
+ --tw-bg-opacity: 1 !important;
1384
+ background-color: rgb(191 219 254 / var(--tw-bg-opacity)) !important;
1385
+ }
1386
+ .bg-blue-500 {
1387
+ --tw-bg-opacity: 1 !important;
1388
+ background-color: rgb(59 130 246 / var(--tw-bg-opacity)) !important;
1389
+ }
1390
+ .bg-cyan-100 {
1391
+ --tw-bg-opacity: 1 !important;
1392
+ background-color: rgb(207 250 254 / var(--tw-bg-opacity)) !important;
1393
+ }
1394
+ .bg-cyan-200 {
1395
+ --tw-bg-opacity: 1 !important;
1396
+ background-color: rgb(165 243 252 / var(--tw-bg-opacity)) !important;
1397
+ }
1398
+ .bg-cyan-500 {
1399
+ --tw-bg-opacity: 1 !important;
1400
+ background-color: rgb(6 182 212 / var(--tw-bg-opacity)) !important;
1401
+ }
1402
+ .bg-danger {
1403
+ background-color: var(--color-danger) !important;
1404
+ }
1405
+ .bg-emerald-100 {
1406
+ --tw-bg-opacity: 1 !important;
1407
+ background-color: rgb(209 250 229 / var(--tw-bg-opacity)) !important;
1408
+ }
1409
+ .bg-emerald-200 {
1410
+ --tw-bg-opacity: 1 !important;
1411
+ background-color: rgb(167 243 208 / var(--tw-bg-opacity)) !important;
1412
+ }
1413
+ .bg-emerald-500 {
1414
+ --tw-bg-opacity: 1 !important;
1415
+ background-color: rgb(16 185 129 / var(--tw-bg-opacity)) !important;
1416
+ }
1417
+ .bg-fuchsia-100 {
1418
+ --tw-bg-opacity: 1 !important;
1419
+ background-color: rgb(250 232 255 / var(--tw-bg-opacity)) !important;
1420
+ }
1421
+ .bg-fuchsia-200 {
1422
+ --tw-bg-opacity: 1 !important;
1423
+ background-color: rgb(245 208 254 / var(--tw-bg-opacity)) !important;
1424
+ }
1425
+ .bg-fuchsia-500 {
1426
+ --tw-bg-opacity: 1 !important;
1427
+ background-color: rgb(217 70 239 / var(--tw-bg-opacity)) !important;
1428
+ }
1429
+ .bg-gray-100 {
1430
+ --tw-bg-opacity: 1 !important;
1431
+ background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
1432
+ }
1433
+ .bg-gray-150 {
1434
+ --tw-bg-opacity: 1 !important;
1435
+ background-color: rgb(238 240 243 / var(--tw-bg-opacity)) !important;
1436
+ }
1437
+ .bg-gray-200 {
1438
+ --tw-bg-opacity: 1 !important;
1439
+ background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
1440
+ }
1441
+ .bg-gray-50 {
1442
+ --tw-bg-opacity: 1 !important;
1443
+ background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
1444
+ }
1445
+ .bg-green-100 {
1446
+ --tw-bg-opacity: 1 !important;
1447
+ background-color: rgb(220 252 231 / var(--tw-bg-opacity)) !important;
1448
+ }
1449
+ .bg-green-200 {
1450
+ --tw-bg-opacity: 1 !important;
1451
+ background-color: rgb(187 247 208 / var(--tw-bg-opacity)) !important;
1452
+ }
1453
+ .bg-green-500 {
1454
+ --tw-bg-opacity: 1 !important;
1455
+ background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
1456
+ }
1457
+ .bg-indigo-100 {
1458
+ --tw-bg-opacity: 1 !important;
1459
+ background-color: rgb(224 231 255 / var(--tw-bg-opacity)) !important;
1460
+ }
1461
+ .bg-indigo-200 {
1462
+ --tw-bg-opacity: 1 !important;
1463
+ background-color: rgb(199 210 254 / var(--tw-bg-opacity)) !important;
1464
+ }
1465
+ .bg-indigo-50 {
1466
+ --tw-bg-opacity: 1 !important;
1467
+ background-color: rgb(238 242 255 / var(--tw-bg-opacity)) !important;
1468
+ }
1469
+ .bg-indigo-500 {
1470
+ --tw-bg-opacity: 1 !important;
1471
+ background-color: rgb(99 102 241 / var(--tw-bg-opacity)) !important;
1472
+ }
1473
+ .bg-lime-100 {
1474
+ --tw-bg-opacity: 1 !important;
1475
+ background-color: rgb(236 252 203 / var(--tw-bg-opacity)) !important;
1476
+ }
1477
+ .bg-lime-200 {
1478
+ --tw-bg-opacity: 1 !important;
1479
+ background-color: rgb(217 249 157 / var(--tw-bg-opacity)) !important;
1480
+ }
1481
+ .bg-lime-500 {
1482
+ --tw-bg-opacity: 1 !important;
1483
+ background-color: rgb(132 204 22 / var(--tw-bg-opacity)) !important;
1484
+ }
1485
+ .bg-orange-100 {
1486
+ --tw-bg-opacity: 1 !important;
1487
+ background-color: rgb(255 237 213 / var(--tw-bg-opacity)) !important;
1488
+ }
1489
+ .bg-orange-200 {
1490
+ --tw-bg-opacity: 1 !important;
1491
+ background-color: rgb(254 215 170 / var(--tw-bg-opacity)) !important;
1492
+ }
1493
+ .bg-orange-500 {
1494
+ --tw-bg-opacity: 1 !important;
1495
+ background-color: rgb(249 115 22 / var(--tw-bg-opacity)) !important;
1496
+ }
1497
+ .bg-pink-100 {
1498
+ --tw-bg-opacity: 1 !important;
1499
+ background-color: rgb(252 231 243 / var(--tw-bg-opacity)) !important;
1500
+ }
1501
+ .bg-pink-200 {
1502
+ --tw-bg-opacity: 1 !important;
1503
+ background-color: rgb(251 207 232 / var(--tw-bg-opacity)) !important;
1504
+ }
1505
+ .bg-pink-500 {
1506
+ --tw-bg-opacity: 1 !important;
1507
+ background-color: rgb(236 72 153 / var(--tw-bg-opacity)) !important;
1508
+ }
1509
+ .bg-purple-100 {
1510
+ --tw-bg-opacity: 1 !important;
1511
+ background-color: rgb(243 232 255 / var(--tw-bg-opacity)) !important;
1512
+ }
1513
+ .bg-purple-200 {
1514
+ --tw-bg-opacity: 1 !important;
1515
+ background-color: rgb(233 213 255 / var(--tw-bg-opacity)) !important;
1516
+ }
1517
+ .bg-purple-500 {
1518
+ --tw-bg-opacity: 1 !important;
1519
+ background-color: rgb(168 85 247 / var(--tw-bg-opacity)) !important;
1520
+ }
1521
+ .bg-red-100 {
1522
+ --tw-bg-opacity: 1 !important;
1523
+ background-color: rgb(254 226 226 / var(--tw-bg-opacity)) !important;
1524
+ }
1525
+ .bg-red-200 {
1526
+ --tw-bg-opacity: 1 !important;
1527
+ background-color: rgb(254 202 202 / var(--tw-bg-opacity)) !important;
1528
+ }
1529
+ .bg-red-500 {
1530
+ --tw-bg-opacity: 1 !important;
1531
+ background-color: rgb(239 68 68 / var(--tw-bg-opacity)) !important;
1532
+ }
1533
+ .bg-rose-100 {
1534
+ --tw-bg-opacity: 1 !important;
1535
+ background-color: rgb(255 228 230 / var(--tw-bg-opacity)) !important;
1536
+ }
1537
+ .bg-rose-200 {
1538
+ --tw-bg-opacity: 1 !important;
1539
+ background-color: rgb(254 205 211 / var(--tw-bg-opacity)) !important;
1540
+ }
1541
+ .bg-rose-500 {
1542
+ --tw-bg-opacity: 1 !important;
1543
+ background-color: rgb(244 63 94 / var(--tw-bg-opacity)) !important;
1544
+ }
1545
+ .bg-sky-100 {
1546
+ --tw-bg-opacity: 1 !important;
1547
+ background-color: rgb(224 242 254 / var(--tw-bg-opacity)) !important;
1548
+ }
1549
+ .bg-sky-200 {
1550
+ --tw-bg-opacity: 1 !important;
1551
+ background-color: rgb(186 230 253 / var(--tw-bg-opacity)) !important;
1552
+ }
1553
+ .bg-sky-500 {
1554
+ --tw-bg-opacity: 1 !important;
1555
+ background-color: rgb(14 165 233 / var(--tw-bg-opacity)) !important;
1556
+ }
1557
+ .bg-teal-100 {
1558
+ --tw-bg-opacity: 1 !important;
1559
+ background-color: rgb(204 251 241 / var(--tw-bg-opacity)) !important;
1560
+ }
1561
+ .bg-teal-200 {
1562
+ --tw-bg-opacity: 1 !important;
1563
+ background-color: rgb(153 246 228 / var(--tw-bg-opacity)) !important;
1564
+ }
1565
+ .bg-teal-500 {
1566
+ --tw-bg-opacity: 1 !important;
1567
+ background-color: rgb(20 184 166 / var(--tw-bg-opacity)) !important;
1568
+ }
1569
+ .bg-transparent {
1570
+ background-color: transparent !important;
1571
+ }
1572
+ .bg-violet-100 {
1573
+ --tw-bg-opacity: 1 !important;
1574
+ background-color: rgb(237 233 254 / var(--tw-bg-opacity)) !important;
1575
+ }
1576
+ .bg-violet-200 {
1577
+ --tw-bg-opacity: 1 !important;
1578
+ background-color: rgb(221 214 254 / var(--tw-bg-opacity)) !important;
1579
+ }
1580
+ .bg-violet-500 {
1581
+ --tw-bg-opacity: 1 !important;
1582
+ background-color: rgb(139 92 246 / var(--tw-bg-opacity)) !important;
1583
+ }
1584
+ .bg-white {
1585
+ --tw-bg-opacity: 1 !important;
1586
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
1587
+ }
1588
+ .bg-yellow-100 {
1589
+ --tw-bg-opacity: 1 !important;
1590
+ background-color: rgb(254 249 195 / var(--tw-bg-opacity)) !important;
1591
+ }
1592
+ .bg-yellow-200 {
1593
+ --tw-bg-opacity: 1 !important;
1594
+ background-color: rgb(254 240 138 / var(--tw-bg-opacity)) !important;
1595
+ }
1596
+ .bg-yellow-500 {
1597
+ --tw-bg-opacity: 1 !important;
1598
+ background-color: rgb(234 179 8 / var(--tw-bg-opacity)) !important;
1599
+ }
1600
+ .bg-opacity-25 {
1601
+ --tw-bg-opacity: 0.25 !important;
1602
+ }
1603
+ .fill-blue-600 {
1604
+ fill: #2563eb !important;
1605
+ }
1606
+ .p-0 {
1607
+ padding: 0px !important;
1608
+ }
1609
+ .p-2 {
1610
+ padding: 0.5rem !important;
1611
+ }
1612
+ .p-3 {
1613
+ padding: 0.75rem !important;
1614
+ }
1615
+ .p-4 {
1616
+ padding: 1rem !important;
1617
+ }
1618
+ .p-5 {
1619
+ padding: 1.25rem !important;
1620
+ }
1621
+ .p-\[0\.45rem\] {
1622
+ padding: 0.45rem !important;
1623
+ }
1624
+ .px-0 {
1625
+ padding-left: 0px !important;
1626
+ padding-right: 0px !important;
1627
+ }
1628
+ .px-0\.5 {
1629
+ padding-left: 0.125rem !important;
1630
+ padding-right: 0.125rem !important;
1631
+ }
1632
+ .px-1 {
1633
+ padding-left: 0.25rem !important;
1634
+ padding-right: 0.25rem !important;
1635
+ }
1636
+ .px-1\.5 {
1637
+ padding-left: 0.375rem !important;
1638
+ padding-right: 0.375rem !important;
1639
+ }
1640
+ .px-10 {
1641
+ padding-left: 2.5rem !important;
1642
+ padding-right: 2.5rem !important;
1643
+ }
1644
+ .px-2 {
1645
+ padding-left: 0.5rem !important;
1646
+ padding-right: 0.5rem !important;
1647
+ }
1648
+ .px-3 {
1649
+ padding-left: 0.75rem !important;
1650
+ padding-right: 0.75rem !important;
1651
+ }
1652
+ .px-4 {
1653
+ padding-left: 1rem !important;
1654
+ padding-right: 1rem !important;
1655
+ }
1656
+ .px-5 {
1657
+ padding-left: 1.25rem !important;
1658
+ padding-right: 1.25rem !important;
1659
+ }
1660
+ .px-6 {
1661
+ padding-left: 1.5rem !important;
1662
+ padding-right: 1.5rem !important;
1663
+ }
1664
+ .py-0 {
1665
+ padding-top: 0px !important;
1666
+ padding-bottom: 0px !important;
1667
+ }
1668
+ .py-0\.5 {
1669
+ padding-top: 0.125rem !important;
1670
+ padding-bottom: 0.125rem !important;
1671
+ }
1672
+ .py-1 {
1673
+ padding-top: 0.25rem !important;
1674
+ padding-bottom: 0.25rem !important;
1675
+ }
1676
+ .py-1\.5 {
1677
+ padding-top: 0.375rem !important;
1678
+ padding-bottom: 0.375rem !important;
1679
+ }
1680
+ .py-2 {
1681
+ padding-top: 0.5rem !important;
1682
+ padding-bottom: 0.5rem !important;
1683
+ }
1684
+ .py-2\.5 {
1685
+ padding-top: 0.625rem !important;
1686
+ padding-bottom: 0.625rem !important;
1687
+ }
1688
+ .py-3 {
1689
+ padding-top: 0.75rem !important;
1690
+ padding-bottom: 0.75rem !important;
1691
+ }
1692
+ .py-4 {
1693
+ padding-top: 1rem !important;
1694
+ padding-bottom: 1rem !important;
1695
+ }
1696
+ .py-\[0\.55rem\] {
1697
+ padding-top: 0.55rem !important;
1698
+ padding-bottom: 0.55rem !important;
1699
+ }
1700
+ .py-px {
1701
+ padding-top: 1px !important;
1702
+ padding-bottom: 1px !important;
1703
+ }
1704
+ .\!pl-\[8px\] {
1705
+ padding-left: 8px !important;
1706
+ }
1707
+ .\!pr-8 {
1708
+ padding-right: 2rem !important;
1709
+ }
1710
+ .pb-0 {
1711
+ padding-bottom: 0px !important;
1712
+ }
1713
+ .pb-1 {
1714
+ padding-bottom: 0.25rem !important;
1715
+ }
1716
+ .pb-2 {
1717
+ padding-bottom: 0.5rem !important;
1718
+ }
1719
+ .pb-2\.5 {
1720
+ padding-bottom: 0.625rem !important;
1721
+ }
1722
+ .pb-5 {
1723
+ padding-bottom: 1.25rem !important;
1724
+ }
1725
+ .pb-6 {
1726
+ padding-bottom: 1.5rem !important;
1727
+ }
1728
+ .pl-1 {
1729
+ padding-left: 0.25rem !important;
1730
+ }
1731
+ .pl-2 {
1732
+ padding-left: 0.5rem !important;
1733
+ }
1734
+ .pl-3 {
1735
+ padding-left: 0.75rem !important;
1736
+ }
1737
+ .pl-4 {
1738
+ padding-left: 1rem !important;
1739
+ }
1740
+ .pl-5 {
1741
+ padding-left: 1.25rem !important;
1742
+ }
1743
+ .pr-1 {
1744
+ padding-right: 0.25rem !important;
1745
+ }
1746
+ .pr-10 {
1747
+ padding-right: 2.5rem !important;
1748
+ }
1749
+ .pr-14 {
1750
+ padding-right: 3.5rem !important;
1751
+ }
1752
+ .pr-2 {
1753
+ padding-right: 0.5rem !important;
1754
+ }
1755
+ .pr-20 {
1756
+ padding-right: 5rem !important;
1757
+ }
1758
+ .pt-2 {
1759
+ padding-top: 0.5rem !important;
1760
+ }
1761
+ .pt-3 {
1762
+ padding-top: 0.75rem !important;
1763
+ }
1764
+ .pt-4 {
1765
+ padding-top: 1rem !important;
1766
+ }
1767
+ .pt-6 {
1768
+ padding-top: 1.5rem !important;
1769
+ }
1770
+ .pt-8 {
1771
+ padding-top: 2rem !important;
1772
+ }
1773
+ .text-left {
1774
+ text-align: left !important;
1775
+ }
1776
+ .text-center {
1777
+ text-align: center !important;
1778
+ }
1779
+ .text-right {
1780
+ text-align: right !important;
1781
+ }
1782
+ .align-middle {
1783
+ vertical-align: middle !important;
1784
+ }
1785
+ .font-\[\'Inter\'\] {
1786
+ font-family: 'Inter' !important;
1787
+ }
1788
+ .text-2xl {
1789
+ font-size: 1.5rem !important;
1790
+ line-height: 2rem !important;
1791
+ }
1792
+ .text-base {
1793
+ font-size: 1rem !important;
1794
+ line-height: 1.5rem !important;
1795
+ }
1796
+ .text-lg {
1797
+ font-size: 1.125rem !important;
1798
+ line-height: 1.75rem !important;
1799
+ }
1800
+ .text-sm {
1801
+ font-size: 0.875rem !important;
1802
+ line-height: 1.25rem !important;
1803
+ }
1804
+ .text-xl {
1805
+ font-size: 1.25rem !important;
1806
+ line-height: 1.75rem !important;
1807
+ }
1808
+ .text-xs {
1809
+ font-size: 0.75rem !important;
1810
+ line-height: 1rem !important;
1811
+ }
1812
+ .font-bold {
1813
+ font-weight: 700 !important;
1814
+ }
1815
+ .font-light {
1816
+ font-weight: 300 !important;
1817
+ }
1818
+ .font-medium {
1819
+ font-weight: 500 !important;
1820
+ }
1821
+ .font-normal {
1822
+ font-weight: 400 !important;
1823
+ }
1824
+ .font-semibold {
1825
+ font-weight: 600 !important;
1826
+ }
1827
+ .uppercase {
1828
+ text-transform: uppercase !important;
1829
+ }
1830
+ .ordinal {
1831
+ --tw-ordinal: ordinal !important;
1832
+ font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
1833
+ }
1834
+ .\!leading-9 {
1835
+ line-height: 2.25rem !important;
1836
+ }
1837
+ .leading-5 {
1838
+ line-height: 1.25rem !important;
1839
+ }
1840
+ .leading-7 {
1841
+ line-height: 1.75rem !important;
1842
+ }
1843
+ .leading-9 {
1844
+ line-height: 2.25rem !important;
1845
+ }
1846
+ .leading-\[32px\] {
1847
+ line-height: 32px !important;
1848
+ }
1849
+ .leading-\[42px\] {
1850
+ line-height: 42px !important;
1851
+ }
1852
+ .leading-normal {
1853
+ line-height: 1.5 !important;
1854
+ }
1855
+ .leading-tight {
1856
+ line-height: 1.25 !important;
1857
+ }
1858
+ .tracking-wide {
1859
+ letter-spacing: 0.025em !important;
1860
+ }
1861
+ .tracking-wider {
1862
+ letter-spacing: 0.05em !important;
1863
+ }
1864
+ .text-amber-500 {
1865
+ --tw-text-opacity: 1 !important;
1866
+ color: rgb(245 158 11 / var(--tw-text-opacity)) !important;
1867
+ }
1868
+ .text-amber-600 {
1869
+ --tw-text-opacity: 1 !important;
1870
+ color: rgb(217 119 6 / var(--tw-text-opacity)) !important;
1871
+ }
1872
+ .text-black {
1873
+ --tw-text-opacity: 1 !important;
1874
+ color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
1875
+ }
1876
+ .text-blue-500 {
1877
+ --tw-text-opacity: 1 !important;
1878
+ color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
1879
+ }
1880
+ .text-blue-600 {
1881
+ --tw-text-opacity: 1 !important;
1882
+ color: rgb(37 99 235 / var(--tw-text-opacity)) !important;
1883
+ }
1884
+ .text-cyan-500 {
1885
+ --tw-text-opacity: 1 !important;
1886
+ color: rgb(6 182 212 / var(--tw-text-opacity)) !important;
1887
+ }
1888
+ .text-cyan-600 {
1889
+ --tw-text-opacity: 1 !important;
1890
+ color: rgb(8 145 178 / var(--tw-text-opacity)) !important;
1891
+ }
1892
+ .text-danger {
1893
+ color: var(--color-danger) !important;
1894
+ }
1895
+ .text-danger-text {
1896
+ color: var(--color-danger-text) !important;
1897
+ }
1898
+ .text-emerald-500 {
1899
+ --tw-text-opacity: 1 !important;
1900
+ color: rgb(16 185 129 / var(--tw-text-opacity)) !important;
1901
+ }
1902
+ .text-emerald-600 {
1903
+ --tw-text-opacity: 1 !important;
1904
+ color: rgb(5 150 105 / var(--tw-text-opacity)) !important;
1905
+ }
1906
+ .text-fuchsia-500 {
1907
+ --tw-text-opacity: 1 !important;
1908
+ color: rgb(217 70 239 / var(--tw-text-opacity)) !important;
1909
+ }
1910
+ .text-fuchsia-600 {
1911
+ --tw-text-opacity: 1 !important;
1912
+ color: rgb(192 38 211 / var(--tw-text-opacity)) !important;
1913
+ }
1914
+ .text-gray-200 {
1915
+ --tw-text-opacity: 1 !important;
1916
+ color: rgb(229 231 235 / var(--tw-text-opacity)) !important;
1917
+ }
1918
+ .text-gray-300 {
1919
+ --tw-text-opacity: 1 !important;
1920
+ color: rgb(209 213 219 / var(--tw-text-opacity)) !important;
1921
+ }
1922
+ .text-gray-400 {
1923
+ --tw-text-opacity: 1 !important;
1924
+ color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
1925
+ }
1926
+ .text-gray-500 {
1927
+ --tw-text-opacity: 1 !important;
1928
+ color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
1929
+ }
1930
+ .text-gray-600 {
1931
+ --tw-text-opacity: 1 !important;
1932
+ color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
1933
+ }
1934
+ .text-gray-700 {
1935
+ --tw-text-opacity: 1 !important;
1936
+ color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
1937
+ }
1938
+ .text-gray-800 {
1939
+ --tw-text-opacity: 1 !important;
1940
+ color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
1941
+ }
1942
+ .text-gray-900 {
1943
+ --tw-text-opacity: 1 !important;
1944
+ color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
1945
+ }
1946
+ .text-green-500 {
1947
+ --tw-text-opacity: 1 !important;
1948
+ color: rgb(34 197 94 / var(--tw-text-opacity)) !important;
1949
+ }
1950
+ .text-green-600 {
1951
+ --tw-text-opacity: 1 !important;
1952
+ color: rgb(22 163 74 / var(--tw-text-opacity)) !important;
1953
+ }
1954
+ .text-indigo-500 {
1955
+ --tw-text-opacity: 1 !important;
1956
+ color: rgb(99 102 241 / var(--tw-text-opacity)) !important;
1957
+ }
1958
+ .text-indigo-600 {
1959
+ --tw-text-opacity: 1 !important;
1960
+ color: rgb(79 70 229 / var(--tw-text-opacity)) !important;
1961
+ }
1962
+ .text-lime-500 {
1963
+ --tw-text-opacity: 1 !important;
1964
+ color: rgb(132 204 22 / var(--tw-text-opacity)) !important;
1965
+ }
1966
+ .text-lime-600 {
1967
+ --tw-text-opacity: 1 !important;
1968
+ color: rgb(101 163 13 / var(--tw-text-opacity)) !important;
1969
+ }
1970
+ .text-orange-500 {
1971
+ --tw-text-opacity: 1 !important;
1972
+ color: rgb(249 115 22 / var(--tw-text-opacity)) !important;
1973
+ }
1974
+ .text-orange-600 {
1975
+ --tw-text-opacity: 1 !important;
1976
+ color: rgb(234 88 12 / var(--tw-text-opacity)) !important;
1977
+ }
1978
+ .text-pink-500 {
1979
+ --tw-text-opacity: 1 !important;
1980
+ color: rgb(236 72 153 / var(--tw-text-opacity)) !important;
1981
+ }
1982
+ .text-pink-600 {
1983
+ --tw-text-opacity: 1 !important;
1984
+ color: rgb(219 39 119 / var(--tw-text-opacity)) !important;
1985
+ }
1986
+ .text-primary {
1987
+ color: var(--color-primary) !important;
1988
+ }
1989
+ .text-primary-text {
1990
+ color: var(--color-primary-text) !important;
1991
+ }
1992
+ .text-purple-500 {
1993
+ --tw-text-opacity: 1 !important;
1994
+ color: rgb(168 85 247 / var(--tw-text-opacity)) !important;
1995
+ }
1996
+ .text-purple-600 {
1997
+ --tw-text-opacity: 1 !important;
1998
+ color: rgb(147 51 234 / var(--tw-text-opacity)) !important;
1999
+ }
2000
+ .text-red-500 {
2001
+ --tw-text-opacity: 1 !important;
2002
+ color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
2003
+ }
2004
+ .text-red-600 {
2005
+ --tw-text-opacity: 1 !important;
2006
+ color: rgb(220 38 38 / var(--tw-text-opacity)) !important;
2007
+ }
2008
+ .text-rose-500 {
2009
+ --tw-text-opacity: 1 !important;
2010
+ color: rgb(244 63 94 / var(--tw-text-opacity)) !important;
2011
+ }
2012
+ .text-rose-600 {
2013
+ --tw-text-opacity: 1 !important;
2014
+ color: rgb(225 29 72 / var(--tw-text-opacity)) !important;
2015
+ }
2016
+ .text-secondary-text {
2017
+ color: var(--color-secondary-text) !important;
2018
+ }
2019
+ .text-sky-500 {
2020
+ --tw-text-opacity: 1 !important;
2021
+ color: rgb(14 165 233 / var(--tw-text-opacity)) !important;
2022
+ }
2023
+ .text-sky-600 {
2024
+ --tw-text-opacity: 1 !important;
2025
+ color: rgb(2 132 199 / var(--tw-text-opacity)) !important;
2026
+ }
2027
+ .text-slate-400 {
2028
+ --tw-text-opacity: 1 !important;
2029
+ color: rgb(148 163 184 / var(--tw-text-opacity)) !important;
2030
+ }
2031
+ .text-slate-600 {
2032
+ --tw-text-opacity: 1 !important;
2033
+ color: rgb(71 85 105 / var(--tw-text-opacity)) !important;
2034
+ }
2035
+ .text-slate-700 {
2036
+ --tw-text-opacity: 1 !important;
2037
+ color: rgb(51 65 85 / var(--tw-text-opacity)) !important;
2038
+ }
2039
+ .text-success {
2040
+ color: var(--color-success) !important;
2041
+ }
2042
+ .text-success-text {
2043
+ color: var(--color-success-text) !important;
2044
+ }
2045
+ .text-teal-500 {
2046
+ --tw-text-opacity: 1 !important;
2047
+ color: rgb(20 184 166 / var(--tw-text-opacity)) !important;
2048
+ }
2049
+ .text-teal-600 {
2050
+ --tw-text-opacity: 1 !important;
2051
+ color: rgb(13 148 136 / var(--tw-text-opacity)) !important;
2052
+ }
2053
+ .text-transparent {
2054
+ color: transparent !important;
2055
+ }
2056
+ .text-violet-500 {
2057
+ --tw-text-opacity: 1 !important;
2058
+ color: rgb(139 92 246 / var(--tw-text-opacity)) !important;
2059
+ }
2060
+ .text-violet-600 {
2061
+ --tw-text-opacity: 1 !important;
2062
+ color: rgb(124 58 237 / var(--tw-text-opacity)) !important;
2063
+ }
2064
+ .text-warning-text {
2065
+ color: var(--color-warning-text) !important;
2066
+ }
2067
+ .text-white {
2068
+ --tw-text-opacity: 1 !important;
2069
+ color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
2070
+ }
2071
+ .text-yellow-500 {
2072
+ --tw-text-opacity: 1 !important;
2073
+ color: rgb(234 179 8 / var(--tw-text-opacity)) !important;
2074
+ }
2075
+ .text-yellow-600 {
2076
+ --tw-text-opacity: 1 !important;
2077
+ color: rgb(202 138 4 / var(--tw-text-opacity)) !important;
2078
+ }
2079
+ .underline {
2080
+ text-decoration-line: underline !important;
2081
+ }
2082
+ .line-through {
2083
+ text-decoration-line: line-through !important;
2084
+ }
2085
+ .placeholder-gray-400::-moz-placeholder {
2086
+ --tw-placeholder-opacity: 1 !important;
2087
+ color: rgb(156 163 175 / var(--tw-placeholder-opacity)) !important;
2088
+ }
2089
+ .placeholder-gray-400::placeholder {
2090
+ --tw-placeholder-opacity: 1 !important;
2091
+ color: rgb(156 163 175 / var(--tw-placeholder-opacity)) !important;
2092
+ }
2093
+ .\!opacity-80 {
2094
+ opacity: 0.8 !important;
2095
+ }
2096
+ .opacity-0 {
2097
+ opacity: 0 !important;
2098
+ }
2099
+ .opacity-25 {
2100
+ opacity: 0.25 !important;
2101
+ }
2102
+ .opacity-75 {
2103
+ opacity: 0.75 !important;
2104
+ }
2105
+ .opacity-80 {
2106
+ opacity: 0.8 !important;
2107
+ }
2108
+ .shadow {
2109
+ --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
2110
+ --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
2111
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
2112
+ }
2113
+ .shadow-lg {
2114
+ --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
2115
+ --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
2116
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
2117
+ }
2118
+ .shadow-sm {
2119
+ --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
2120
+ --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
2121
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
2122
+ }
2123
+ .shadow-xl {
2124
+ --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
2125
+ --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
2126
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
2127
+ }
2128
+ .outline-none {
2129
+ outline: 2px solid transparent !important;
2130
+ outline-offset: 2px !important;
2131
+ }
2132
+ .outline {
2133
+ outline-style: solid !important;
2134
+ }
2135
+ .outline-4 {
2136
+ outline-width: 4px !important;
2137
+ }
2138
+ .outline-offset-0 {
2139
+ outline-offset: 0px !important;
2140
+ }
2141
+ .outline-indigo-200 {
2142
+ outline-color: #c7d2fe !important;
2143
+ }
2144
+ .outline-red-200 {
2145
+ outline-color: #fecaca !important;
2146
+ }
2147
+ .ring {
2148
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
2149
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
2150
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
2151
+ }
2152
+ .blur {
2153
+ --tw-blur: blur(8px) !important;
2154
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
2155
+ }
2156
+ .drop-shadow-xl {
2157
+ --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08)) !important;
2158
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
2159
+ }
2160
+ .filter {
2161
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
2162
+ }
2163
+ .transition-all {
2164
+ transition-property: all !important;
2165
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2166
+ transition-duration: 150ms !important;
2167
+ }
2168
+ .duration-300 {
2169
+ transition-duration: 300ms !important;
2170
+ }
2171
+ .duration-500 {
2172
+ transition-duration: 500ms !important;
2173
+ }
2174
+ .ease-out {
2175
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
2176
+ }
2177
+
2178
+
2179
+
2180
+ :root {
2181
+ /* --color-primary: green;
2182
+ Example color */
2183
+ }
2184
+
2185
+
2186
+
2187
+ .hover\:border-x:hover {
2188
+ border-left-width: 1px !important;
2189
+ border-right-width: 1px !important;
2190
+ }
2191
+
2192
+
2193
+
2194
+ .hover\:border-gray-200:hover {
2195
+ --tw-border-opacity: 1 !important;
2196
+ border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
2197
+ }
2198
+
2199
+
2200
+
2201
+ .hover\:\!bg-danger-hover:hover {
2202
+ background-color: var(--color-danger-hover) !important;
2203
+ }
2204
+
2205
+
2206
+
2207
+ .hover\:\!bg-primary-hover:hover {
2208
+ background-color: var(--color-primary-hover) !important;
2209
+ }
2210
+
2211
+
2212
+
2213
+ .hover\:\!bg-secondary-hover:hover {
2214
+ background-color: var(--color-secondary-hover) !important;
2215
+ }
2216
+
2217
+
2218
+
2219
+ .hover\:\!bg-success-hover:hover {
2220
+ background-color: var(--color-success-hover) !important;
2221
+ }
2222
+
2223
+
2224
+
2225
+ .hover\:\!bg-warning-hover:hover {
2226
+ background-color: var(--color-warning-hover) !important;
2227
+ }
2228
+
2229
+
2230
+
2231
+ .hover\:bg-amber-600:hover {
2232
+ --tw-bg-opacity: 1 !important;
2233
+ background-color: rgb(217 119 6 / var(--tw-bg-opacity)) !important;
2234
+ }
2235
+
2236
+
2237
+
2238
+ .hover\:bg-blue-600:hover {
2239
+ --tw-bg-opacity: 1 !important;
2240
+ background-color: rgb(37 99 235 / var(--tw-bg-opacity)) !important;
2241
+ }
2242
+
2243
+
2244
+
2245
+ .hover\:bg-cyan-600:hover {
2246
+ --tw-bg-opacity: 1 !important;
2247
+ background-color: rgb(8 145 178 / var(--tw-bg-opacity)) !important;
2248
+ }
2249
+
2250
+
2251
+
2252
+ .hover\:bg-emerald-600:hover {
2253
+ --tw-bg-opacity: 1 !important;
2254
+ background-color: rgb(5 150 105 / var(--tw-bg-opacity)) !important;
2255
+ }
2256
+
2257
+
2258
+
2259
+ .hover\:bg-fuchsia-600:hover {
2260
+ --tw-bg-opacity: 1 !important;
2261
+ background-color: rgb(192 38 211 / var(--tw-bg-opacity)) !important;
2262
+ }
2263
+
2264
+
2265
+
2266
+ .hover\:bg-gray-100:hover {
2267
+ --tw-bg-opacity: 1 !important;
2268
+ background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
2269
+ }
2270
+
2271
+
2272
+
2273
+ .hover\:bg-gray-150:hover {
2274
+ --tw-bg-opacity: 1 !important;
2275
+ background-color: rgb(238 240 243 / var(--tw-bg-opacity)) !important;
2276
+ }
2277
+
2278
+
2279
+
2280
+ .hover\:bg-gray-200:hover {
2281
+ --tw-bg-opacity: 1 !important;
2282
+ background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
2283
+ }
2284
+
2285
+
2286
+
2287
+ .hover\:bg-gray-50:hover {
2288
+ --tw-bg-opacity: 1 !important;
2289
+ background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
2290
+ }
2291
+
2292
+
2293
+
2294
+ .hover\:bg-green-600:hover {
2295
+ --tw-bg-opacity: 1 !important;
2296
+ background-color: rgb(22 163 74 / var(--tw-bg-opacity)) !important;
2297
+ }
2298
+
2299
+
2300
+
2301
+ .hover\:bg-indigo-600:hover {
2302
+ --tw-bg-opacity: 1 !important;
2303
+ background-color: rgb(79 70 229 / var(--tw-bg-opacity)) !important;
2304
+ }
2305
+
2306
+
2307
+
2308
+ .hover\:bg-lime-600:hover {
2309
+ --tw-bg-opacity: 1 !important;
2310
+ background-color: rgb(101 163 13 / var(--tw-bg-opacity)) !important;
2311
+ }
2312
+
2313
+
2314
+
2315
+ .hover\:bg-orange-600:hover {
2316
+ --tw-bg-opacity: 1 !important;
2317
+ background-color: rgb(234 88 12 / var(--tw-bg-opacity)) !important;
2318
+ }
2319
+
2320
+
2321
+
2322
+ .hover\:bg-pink-600:hover {
2323
+ --tw-bg-opacity: 1 !important;
2324
+ background-color: rgb(219 39 119 / var(--tw-bg-opacity)) !important;
2325
+ }
2326
+
2327
+
2328
+
2329
+ .hover\:bg-purple-600:hover {
2330
+ --tw-bg-opacity: 1 !important;
2331
+ background-color: rgb(147 51 234 / var(--tw-bg-opacity)) !important;
2332
+ }
2333
+
2334
+
2335
+
2336
+ .hover\:bg-red-600:hover {
2337
+ --tw-bg-opacity: 1 !important;
2338
+ background-color: rgb(220 38 38 / var(--tw-bg-opacity)) !important;
2339
+ }
2340
+
2341
+
2342
+
2343
+ .hover\:bg-rose-600:hover {
2344
+ --tw-bg-opacity: 1 !important;
2345
+ background-color: rgb(225 29 72 / var(--tw-bg-opacity)) !important;
2346
+ }
2347
+
2348
+
2349
+
2350
+ .hover\:bg-sky-600:hover {
2351
+ --tw-bg-opacity: 1 !important;
2352
+ background-color: rgb(2 132 199 / var(--tw-bg-opacity)) !important;
2353
+ }
2354
+
2355
+
2356
+
2357
+ .hover\:bg-teal-600:hover {
2358
+ --tw-bg-opacity: 1 !important;
2359
+ background-color: rgb(13 148 136 / var(--tw-bg-opacity)) !important;
2360
+ }
2361
+
2362
+
2363
+
2364
+ .hover\:bg-violet-600:hover {
2365
+ --tw-bg-opacity: 1 !important;
2366
+ background-color: rgb(124 58 237 / var(--tw-bg-opacity)) !important;
2367
+ }
2368
+
2369
+
2370
+
2371
+ .hover\:bg-yellow-600:hover {
2372
+ --tw-bg-opacity: 1 !important;
2373
+ background-color: rgb(202 138 4 / var(--tw-bg-opacity)) !important;
2374
+ }
2375
+
2376
+
2377
+
2378
+ .hover\:text-amber-700:hover {
2379
+ --tw-text-opacity: 1 !important;
2380
+ color: rgb(180 83 9 / var(--tw-text-opacity)) !important;
2381
+ }
2382
+
2383
+
2384
+
2385
+ .hover\:text-black:hover {
2386
+ --tw-text-opacity: 1 !important;
2387
+ color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
2388
+ }
2389
+
2390
+
2391
+
2392
+ .hover\:text-blue-700:hover {
2393
+ --tw-text-opacity: 1 !important;
2394
+ color: rgb(29 78 216 / var(--tw-text-opacity)) !important;
2395
+ }
2396
+
2397
+
2398
+
2399
+ .hover\:text-cyan-700:hover {
2400
+ --tw-text-opacity: 1 !important;
2401
+ color: rgb(14 116 144 / var(--tw-text-opacity)) !important;
2402
+ }
2403
+
2404
+
2405
+
2406
+ .hover\:text-emerald-700:hover {
2407
+ --tw-text-opacity: 1 !important;
2408
+ color: rgb(4 120 87 / var(--tw-text-opacity)) !important;
2409
+ }
2410
+
2411
+
2412
+
2413
+ .hover\:text-fuchsia-700:hover {
2414
+ --tw-text-opacity: 1 !important;
2415
+ color: rgb(162 28 175 / var(--tw-text-opacity)) !important;
2416
+ }
2417
+
2418
+
2419
+
2420
+ .hover\:text-green-700:hover {
2421
+ --tw-text-opacity: 1 !important;
2422
+ color: rgb(21 128 61 / var(--tw-text-opacity)) !important;
2423
+ }
2424
+
2425
+
2426
+
2427
+ .hover\:text-indigo-700:hover {
2428
+ --tw-text-opacity: 1 !important;
2429
+ color: rgb(67 56 202 / var(--tw-text-opacity)) !important;
2430
+ }
2431
+
2432
+
2433
+
2434
+ .hover\:text-lime-700:hover {
2435
+ --tw-text-opacity: 1 !important;
2436
+ color: rgb(77 124 15 / var(--tw-text-opacity)) !important;
2437
+ }
2438
+
2439
+
2440
+
2441
+ .hover\:text-orange-700:hover {
2442
+ --tw-text-opacity: 1 !important;
2443
+ color: rgb(194 65 12 / var(--tw-text-opacity)) !important;
2444
+ }
2445
+
2446
+
2447
+
2448
+ .hover\:text-pink-700:hover {
2449
+ --tw-text-opacity: 1 !important;
2450
+ color: rgb(190 24 93 / var(--tw-text-opacity)) !important;
2451
+ }
2452
+
2453
+
2454
+
2455
+ .hover\:text-primary:hover {
2456
+ color: var(--color-primary) !important;
2457
+ }
2458
+
2459
+
2460
+
2461
+ .hover\:text-purple-700:hover {
2462
+ --tw-text-opacity: 1 !important;
2463
+ color: rgb(126 34 206 / var(--tw-text-opacity)) !important;
2464
+ }
2465
+
2466
+
2467
+
2468
+ .hover\:text-red-700:hover {
2469
+ --tw-text-opacity: 1 !important;
2470
+ color: rgb(185 28 28 / var(--tw-text-opacity)) !important;
2471
+ }
2472
+
2473
+
2474
+
2475
+ .hover\:text-rose-700:hover {
2476
+ --tw-text-opacity: 1 !important;
2477
+ color: rgb(190 18 60 / var(--tw-text-opacity)) !important;
2478
+ }
2479
+
2480
+
2481
+
2482
+ .hover\:text-sky-700:hover {
2483
+ --tw-text-opacity: 1 !important;
2484
+ color: rgb(3 105 161 / var(--tw-text-opacity)) !important;
2485
+ }
2486
+
2487
+
2488
+
2489
+ .hover\:text-teal-700:hover {
2490
+ --tw-text-opacity: 1 !important;
2491
+ color: rgb(15 118 110 / var(--tw-text-opacity)) !important;
2492
+ }
2493
+
2494
+
2495
+
2496
+ .hover\:text-violet-700:hover {
2497
+ --tw-text-opacity: 1 !important;
2498
+ color: rgb(109 40 217 / var(--tw-text-opacity)) !important;
2499
+ }
2500
+
2501
+
2502
+
2503
+ .hover\:text-yellow-700:hover {
2504
+ --tw-text-opacity: 1 !important;
2505
+ color: rgb(161 98 7 / var(--tw-text-opacity)) !important;
2506
+ }
2507
+
2508
+
2509
+
2510
+ .focus\:border-none:focus {
2511
+ border-style: none !important;
2512
+ }
2513
+
2514
+
2515
+
2516
+ .focus\:\!border-indigo-300:focus {
2517
+ --tw-border-opacity: 1 !important;
2518
+ border-color: rgb(165 180 252 / var(--tw-border-opacity)) !important;
2519
+ }
2520
+
2521
+
2522
+
2523
+ .focus\:border-amber-500:focus {
2524
+ --tw-border-opacity: 1 !important;
2525
+ border-color: rgb(245 158 11 / var(--tw-border-opacity)) !important;
2526
+ }
2527
+
2528
+
2529
+
2530
+ .focus\:border-blue-500:focus {
2531
+ --tw-border-opacity: 1 !important;
2532
+ border-color: rgb(59 130 246 / var(--tw-border-opacity)) !important;
2533
+ }
2534
+
2535
+
2536
+
2537
+ .focus\:border-cyan-500:focus {
2538
+ --tw-border-opacity: 1 !important;
2539
+ border-color: rgb(6 182 212 / var(--tw-border-opacity)) !important;
2540
+ }
2541
+
2542
+
2543
+
2544
+ .focus\:border-emerald-500:focus {
2545
+ --tw-border-opacity: 1 !important;
2546
+ border-color: rgb(16 185 129 / var(--tw-border-opacity)) !important;
2547
+ }
2548
+
2549
+
2550
+
2551
+ .focus\:border-fuchsia-500:focus {
2552
+ --tw-border-opacity: 1 !important;
2553
+ border-color: rgb(217 70 239 / var(--tw-border-opacity)) !important;
2554
+ }
2555
+
2556
+
2557
+
2558
+ .focus\:border-green-500:focus {
2559
+ --tw-border-opacity: 1 !important;
2560
+ border-color: rgb(34 197 94 / var(--tw-border-opacity)) !important;
2561
+ }
2562
+
2563
+
2564
+
2565
+ .focus\:border-indigo-500:focus {
2566
+ --tw-border-opacity: 1 !important;
2567
+ border-color: rgb(99 102 241 / var(--tw-border-opacity)) !important;
2568
+ }
2569
+
2570
+
2571
+
2572
+ .focus\:border-lime-500:focus {
2573
+ --tw-border-opacity: 1 !important;
2574
+ border-color: rgb(132 204 22 / var(--tw-border-opacity)) !important;
2575
+ }
2576
+
2577
+
2578
+
2579
+ .focus\:border-orange-500:focus {
2580
+ --tw-border-opacity: 1 !important;
2581
+ border-color: rgb(249 115 22 / var(--tw-border-opacity)) !important;
2582
+ }
2583
+
2584
+
2585
+
2586
+ .focus\:border-pink-500:focus {
2587
+ --tw-border-opacity: 1 !important;
2588
+ border-color: rgb(236 72 153 / var(--tw-border-opacity)) !important;
2589
+ }
2590
+
2591
+
2592
+
2593
+ .focus\:border-purple-500:focus {
2594
+ --tw-border-opacity: 1 !important;
2595
+ border-color: rgb(168 85 247 / var(--tw-border-opacity)) !important;
2596
+ }
2597
+
2598
+
2599
+
2600
+ .focus\:border-red-500:focus {
2601
+ --tw-border-opacity: 1 !important;
2602
+ border-color: rgb(239 68 68 / var(--tw-border-opacity)) !important;
2603
+ }
2604
+
2605
+
2606
+
2607
+ .focus\:border-rose-500:focus {
2608
+ --tw-border-opacity: 1 !important;
2609
+ border-color: rgb(244 63 94 / var(--tw-border-opacity)) !important;
2610
+ }
2611
+
2612
+
2613
+
2614
+ .focus\:border-sky-500:focus {
2615
+ --tw-border-opacity: 1 !important;
2616
+ border-color: rgb(14 165 233 / var(--tw-border-opacity)) !important;
2617
+ }
2618
+
2619
+
2620
+
2621
+ .focus\:border-teal-500:focus {
2622
+ --tw-border-opacity: 1 !important;
2623
+ border-color: rgb(20 184 166 / var(--tw-border-opacity)) !important;
2624
+ }
2625
+
2626
+
2627
+
2628
+ .focus\:border-violet-500:focus {
2629
+ --tw-border-opacity: 1 !important;
2630
+ border-color: rgb(139 92 246 / var(--tw-border-opacity)) !important;
2631
+ }
2632
+
2633
+
2634
+
2635
+ .focus\:border-yellow-500:focus {
2636
+ --tw-border-opacity: 1 !important;
2637
+ border-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
2638
+ }
2639
+
2640
+
2641
+
2642
+ .focus\:bg-amber-100\/50:focus {
2643
+ background-color: rgb(254 243 199 / 0.5) !important;
2644
+ }
2645
+
2646
+
2647
+
2648
+ .focus\:bg-blue-100\/50:focus {
2649
+ background-color: rgb(219 234 254 / 0.5) !important;
2650
+ }
2651
+
2652
+
2653
+
2654
+ .focus\:bg-cyan-100\/50:focus {
2655
+ background-color: rgb(207 250 254 / 0.5) !important;
2656
+ }
2657
+
2658
+
2659
+
2660
+ .focus\:bg-emerald-100\/50:focus {
2661
+ background-color: rgb(209 250 229 / 0.5) !important;
2662
+ }
2663
+
2664
+
2665
+
2666
+ .focus\:bg-fuchsia-100\/50:focus {
2667
+ background-color: rgb(250 232 255 / 0.5) !important;
2668
+ }
2669
+
2670
+
2671
+
2672
+ .focus\:bg-green-100\/50:focus {
2673
+ background-color: rgb(220 252 231 / 0.5) !important;
2674
+ }
2675
+
2676
+
2677
+
2678
+ .focus\:bg-indigo-100\/50:focus {
2679
+ background-color: rgb(224 231 255 / 0.5) !important;
2680
+ }
2681
+
2682
+
2683
+
2684
+ .focus\:bg-lime-100\/50:focus {
2685
+ background-color: rgb(236 252 203 / 0.5) !important;
2686
+ }
2687
+
2688
+
2689
+
2690
+ .focus\:bg-orange-100\/50:focus {
2691
+ background-color: rgb(255 237 213 / 0.5) !important;
2692
+ }
2693
+
2694
+
2695
+
2696
+ .focus\:bg-pink-100\/50:focus {
2697
+ background-color: rgb(252 231 243 / 0.5) !important;
2698
+ }
2699
+
2700
+
2701
+
2702
+ .focus\:bg-purple-100\/50:focus {
2703
+ background-color: rgb(243 232 255 / 0.5) !important;
2704
+ }
2705
+
2706
+
2707
+
2708
+ .focus\:bg-red-100\/50:focus {
2709
+ background-color: rgb(254 226 226 / 0.5) !important;
2710
+ }
2711
+
2712
+
2713
+
2714
+ .focus\:bg-rose-100\/50:focus {
2715
+ background-color: rgb(255 228 230 / 0.5) !important;
2716
+ }
2717
+
2718
+
2719
+
2720
+ .focus\:bg-sky-100\/50:focus {
2721
+ background-color: rgb(224 242 254 / 0.5) !important;
2722
+ }
2723
+
2724
+
2725
+
2726
+ .focus\:bg-teal-100\/50:focus {
2727
+ background-color: rgb(204 251 241 / 0.5) !important;
2728
+ }
2729
+
2730
+
2731
+
2732
+ .focus\:bg-violet-100\/50:focus {
2733
+ background-color: rgb(237 233 254 / 0.5) !important;
2734
+ }
2735
+
2736
+
2737
+
2738
+ .focus\:bg-yellow-100\/50:focus {
2739
+ background-color: rgb(254 249 195 / 0.5) !important;
2740
+ }
2741
+
2742
+
2743
+
2744
+ .focus\:outline-none:focus {
2745
+ outline: 2px solid transparent !important;
2746
+ outline-offset: 2px !important;
2747
+ }
2748
+
2749
+
2750
+
2751
+ .focus\:ring:focus {
2752
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
2753
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
2754
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
2755
+ }
2756
+
2757
+
2758
+
2759
+ .focus\:ring-1:focus {
2760
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
2761
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
2762
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
2763
+ }
2764
+
2765
+
2766
+
2767
+ .focus\:ring-2:focus {
2768
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
2769
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
2770
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
2771
+ }
2772
+
2773
+
2774
+
2775
+ .focus\:ring-4:focus {
2776
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
2777
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
2778
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
2779
+ }
2780
+
2781
+
2782
+
2783
+ .focus\:\!ring-indigo-200:focus {
2784
+ --tw-ring-opacity: 1 !important;
2785
+ --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity)) !important;
2786
+ }
2787
+
2788
+
2789
+
2790
+ .focus\:ring-amber-500:focus {
2791
+ --tw-ring-opacity: 1 !important;
2792
+ --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity)) !important;
2793
+ }
2794
+
2795
+
2796
+
2797
+ .focus\:ring-amber-500\/20:focus {
2798
+ --tw-ring-color: rgb(245 158 11 / 0.2) !important;
2799
+ }
2800
+
2801
+
2802
+
2803
+ .focus\:ring-amber-500\/50:focus {
2804
+ --tw-ring-color: rgb(245 158 11 / 0.5) !important;
2805
+ }
2806
+
2807
+
2808
+
2809
+ .focus\:ring-blue-500:focus {
2810
+ --tw-ring-opacity: 1 !important;
2811
+ --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity)) !important;
2812
+ }
2813
+
2814
+
2815
+
2816
+ .focus\:ring-blue-500\/20:focus {
2817
+ --tw-ring-color: rgb(59 130 246 / 0.2) !important;
2818
+ }
2819
+
2820
+
2821
+
2822
+ .focus\:ring-blue-500\/50:focus {
2823
+ --tw-ring-color: rgb(59 130 246 / 0.5) !important;
2824
+ }
2825
+
2826
+
2827
+
2828
+ .focus\:ring-cyan-500:focus {
2829
+ --tw-ring-opacity: 1 !important;
2830
+ --tw-ring-color: rgb(6 182 212 / var(--tw-ring-opacity)) !important;
2831
+ }
2832
+
2833
+
2834
+
2835
+ .focus\:ring-cyan-500\/20:focus {
2836
+ --tw-ring-color: rgb(6 182 212 / 0.2) !important;
2837
+ }
2838
+
2839
+
2840
+
2841
+ .focus\:ring-cyan-500\/50:focus {
2842
+ --tw-ring-color: rgb(6 182 212 / 0.5) !important;
2843
+ }
2844
+
2845
+
2846
+
2847
+ .focus\:ring-emerald-500:focus {
2848
+ --tw-ring-opacity: 1 !important;
2849
+ --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity)) !important;
2850
+ }
2851
+
2852
+
2853
+
2854
+ .focus\:ring-emerald-500\/20:focus {
2855
+ --tw-ring-color: rgb(16 185 129 / 0.2) !important;
2856
+ }
2857
+
2858
+
2859
+
2860
+ .focus\:ring-emerald-500\/50:focus {
2861
+ --tw-ring-color: rgb(16 185 129 / 0.5) !important;
2862
+ }
2863
+
2864
+
2865
+
2866
+ .focus\:ring-fuchsia-500:focus {
2867
+ --tw-ring-opacity: 1 !important;
2868
+ --tw-ring-color: rgb(217 70 239 / var(--tw-ring-opacity)) !important;
2869
+ }
2870
+
2871
+
2872
+
2873
+ .focus\:ring-fuchsia-500\/20:focus {
2874
+ --tw-ring-color: rgb(217 70 239 / 0.2) !important;
2875
+ }
2876
+
2877
+
2878
+
2879
+ .focus\:ring-fuchsia-500\/50:focus {
2880
+ --tw-ring-color: rgb(217 70 239 / 0.5) !important;
2881
+ }
2882
+
2883
+
2884
+
2885
+ .focus\:ring-green-500:focus {
2886
+ --tw-ring-opacity: 1 !important;
2887
+ --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity)) !important;
2888
+ }
2889
+
2890
+
2891
+
2892
+ .focus\:ring-green-500\/20:focus {
2893
+ --tw-ring-color: rgb(34 197 94 / 0.2) !important;
2894
+ }
2895
+
2896
+
2897
+
2898
+ .focus\:ring-green-500\/50:focus {
2899
+ --tw-ring-color: rgb(34 197 94 / 0.5) !important;
2900
+ }
2901
+
2902
+
2903
+
2904
+ .focus\:ring-indigo-500:focus {
2905
+ --tw-ring-opacity: 1 !important;
2906
+ --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity)) !important;
2907
+ }
2908
+
2909
+
2910
+
2911
+ .focus\:ring-indigo-500\/20:focus {
2912
+ --tw-ring-color: rgb(99 102 241 / 0.2) !important;
2913
+ }
2914
+
2915
+
2916
+
2917
+ .focus\:ring-indigo-500\/50:focus {
2918
+ --tw-ring-color: rgb(99 102 241 / 0.5) !important;
2919
+ }
2920
+
2921
+
2922
+
2923
+ .focus\:ring-lime-500:focus {
2924
+ --tw-ring-opacity: 1 !important;
2925
+ --tw-ring-color: rgb(132 204 22 / var(--tw-ring-opacity)) !important;
2926
+ }
2927
+
2928
+
2929
+
2930
+ .focus\:ring-lime-500\/20:focus {
2931
+ --tw-ring-color: rgb(132 204 22 / 0.2) !important;
2932
+ }
2933
+
2934
+
2935
+
2936
+ .focus\:ring-lime-500\/50:focus {
2937
+ --tw-ring-color: rgb(132 204 22 / 0.5) !important;
2938
+ }
2939
+
2940
+
2941
+
2942
+ .focus\:ring-orange-500:focus {
2943
+ --tw-ring-opacity: 1 !important;
2944
+ --tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity)) !important;
2945
+ }
2946
+
2947
+
2948
+
2949
+ .focus\:ring-orange-500\/20:focus {
2950
+ --tw-ring-color: rgb(249 115 22 / 0.2) !important;
2951
+ }
2952
+
2953
+
2954
+
2955
+ .focus\:ring-orange-500\/50:focus {
2956
+ --tw-ring-color: rgb(249 115 22 / 0.5) !important;
2957
+ }
2958
+
2959
+
2960
+
2961
+ .focus\:ring-pink-500:focus {
2962
+ --tw-ring-opacity: 1 !important;
2963
+ --tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity)) !important;
2964
+ }
2965
+
2966
+
2967
+
2968
+ .focus\:ring-pink-500\/20:focus {
2969
+ --tw-ring-color: rgb(236 72 153 / 0.2) !important;
2970
+ }
2971
+
2972
+
2973
+
2974
+ .focus\:ring-pink-500\/50:focus {
2975
+ --tw-ring-color: rgb(236 72 153 / 0.5) !important;
2976
+ }
2977
+
2978
+
2979
+
2980
+ .focus\:ring-purple-500:focus {
2981
+ --tw-ring-opacity: 1 !important;
2982
+ --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity)) !important;
2983
+ }
2984
+
2985
+
2986
+
2987
+ .focus\:ring-purple-500\/20:focus {
2988
+ --tw-ring-color: rgb(168 85 247 / 0.2) !important;
2989
+ }
2990
+
2991
+
2992
+
2993
+ .focus\:ring-purple-500\/50:focus {
2994
+ --tw-ring-color: rgb(168 85 247 / 0.5) !important;
2995
+ }
2996
+
2997
+
2998
+
2999
+ .focus\:ring-red-500:focus {
3000
+ --tw-ring-opacity: 1 !important;
3001
+ --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity)) !important;
3002
+ }
3003
+
3004
+
3005
+
3006
+ .focus\:ring-red-500\/20:focus {
3007
+ --tw-ring-color: rgb(239 68 68 / 0.2) !important;
3008
+ }
3009
+
3010
+
3011
+
3012
+ .focus\:ring-red-500\/50:focus {
3013
+ --tw-ring-color: rgb(239 68 68 / 0.5) !important;
3014
+ }
3015
+
3016
+
3017
+
3018
+ .focus\:ring-rose-500:focus {
3019
+ --tw-ring-opacity: 1 !important;
3020
+ --tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity)) !important;
3021
+ }
3022
+
3023
+
3024
+
3025
+ .focus\:ring-rose-500\/20:focus {
3026
+ --tw-ring-color: rgb(244 63 94 / 0.2) !important;
3027
+ }
3028
+
3029
+
3030
+
3031
+ .focus\:ring-rose-500\/50:focus {
3032
+ --tw-ring-color: rgb(244 63 94 / 0.5) !important;
3033
+ }
3034
+
3035
+
3036
+
3037
+ .focus\:ring-sky-500:focus {
3038
+ --tw-ring-opacity: 1 !important;
3039
+ --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity)) !important;
3040
+ }
3041
+
3042
+
3043
+
3044
+ .focus\:ring-sky-500\/20:focus {
3045
+ --tw-ring-color: rgb(14 165 233 / 0.2) !important;
3046
+ }
3047
+
3048
+
3049
+
3050
+ .focus\:ring-sky-500\/50:focus {
3051
+ --tw-ring-color: rgb(14 165 233 / 0.5) !important;
3052
+ }
3053
+
3054
+
3055
+
3056
+ .focus\:ring-teal-500:focus {
3057
+ --tw-ring-opacity: 1 !important;
3058
+ --tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity)) !important;
3059
+ }
3060
+
3061
+
3062
+
3063
+ .focus\:ring-teal-500\/20:focus {
3064
+ --tw-ring-color: rgb(20 184 166 / 0.2) !important;
3065
+ }
3066
+
3067
+
3068
+
3069
+ .focus\:ring-teal-500\/50:focus {
3070
+ --tw-ring-color: rgb(20 184 166 / 0.5) !important;
3071
+ }
3072
+
3073
+
3074
+
3075
+ .focus\:ring-violet-500:focus {
3076
+ --tw-ring-opacity: 1 !important;
3077
+ --tw-ring-color: rgb(139 92 246 / var(--tw-ring-opacity)) !important;
3078
+ }
3079
+
3080
+
3081
+
3082
+ .focus\:ring-violet-500\/20:focus {
3083
+ --tw-ring-color: rgb(139 92 246 / 0.2) !important;
3084
+ }
3085
+
3086
+
3087
+
3088
+ .focus\:ring-violet-500\/50:focus {
3089
+ --tw-ring-color: rgb(139 92 246 / 0.5) !important;
3090
+ }
3091
+
3092
+
3093
+
3094
+ .focus\:ring-yellow-500:focus {
3095
+ --tw-ring-opacity: 1 !important;
3096
+ --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity)) !important;
3097
+ }
504
3098
 
505
3099
 
506
3100
 
507
- :root {
508
- /* --color-primary: green;
509
- Example color */
3101
+ .focus\:ring-yellow-500\/20:focus {
3102
+ --tw-ring-color: rgb(234 179 8 / 0.2) !important;
3103
+ }
3104
+
3105
+
3106
+
3107
+ .focus\:ring-yellow-500\/50:focus {
3108
+ --tw-ring-color: rgb(234 179 8 / 0.5) !important;
3109
+ }
3110
+
3111
+
3112
+
3113
+ .focus\:ring-offset-2:focus {
3114
+ --tw-ring-offset-width: 2px !important;
3115
+ }
3116
+
3117
+
3118
+
3119
+ .disabled\:cursor-not-allowed:disabled {
3120
+ cursor: not-allowed !important;
3121
+ }
3122
+
3123
+
3124
+
3125
+ .disabled\:opacity-40:disabled {
3126
+ opacity: 0.4 !important;
3127
+ }
3128
+
3129
+
3130
+
3131
+ .disabled\:opacity-50:disabled {
3132
+ opacity: 0.5 !important;
3133
+ }
3134
+
3135
+
3136
+
3137
+ .disabled\:opacity-80:disabled {
3138
+ opacity: 0.8 !important;
3139
+ }
3140
+
3141
+
3142
+
3143
+ .group:hover .group-hover\:visible {
3144
+ visibility: visible !important;
3145
+ }
3146
+
3147
+
3148
+
3149
+ .group:hover .group-hover\:text-black {
3150
+ --tw-text-opacity: 1 !important;
3151
+ color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
3152
+ }
3153
+
3154
+
3155
+
3156
+ .group:hover .group-hover\:text-gray-300 {
3157
+ --tw-text-opacity: 1 !important;
3158
+ color: rgb(209 213 219 / var(--tw-text-opacity)) !important;
3159
+ }
3160
+
3161
+
3162
+
3163
+ .dark\:border-gray-700:is(.dark *) {
3164
+ --tw-border-opacity: 1 !important;
3165
+ border-color: rgb(55 65 81 / var(--tw-border-opacity)) !important;
3166
+ }
3167
+
3168
+
3169
+
3170
+ .dark\:border-slate-600:is(.dark *) {
3171
+ --tw-border-opacity: 1 !important;
3172
+ border-color: rgb(71 85 105 / var(--tw-border-opacity)) !important;
3173
+ }
3174
+
3175
+
3176
+
3177
+ .dark\:bg-slate-800:is(.dark *) {
3178
+ --tw-bg-opacity: 1 !important;
3179
+ background-color: rgb(30 41 59 / var(--tw-bg-opacity)) !important;
3180
+ }
3181
+
3182
+
3183
+
3184
+ .dark\:bg-white\/10:is(.dark *) {
3185
+ background-color: rgb(255 255 255 / 0.1) !important;
3186
+ }
3187
+
3188
+
3189
+
3190
+ .dark\:bg-white\/5:is(.dark *) {
3191
+ background-color: rgb(255 255 255 / 0.05) !important;
3192
+ }
3193
+
3194
+
3195
+
3196
+ .dark\:text-amber-400:is(.dark *) {
3197
+ --tw-text-opacity: 1 !important;
3198
+ color: rgb(251 191 36 / var(--tw-text-opacity)) !important;
3199
+ }
3200
+
3201
+
3202
+
3203
+ .dark\:text-blue-400:is(.dark *) {
3204
+ --tw-text-opacity: 1 !important;
3205
+ color: rgb(96 165 250 / var(--tw-text-opacity)) !important;
3206
+ }
3207
+
3208
+
3209
+
3210
+ .dark\:text-cyan-400:is(.dark *) {
3211
+ --tw-text-opacity: 1 !important;
3212
+ color: rgb(34 211 238 / var(--tw-text-opacity)) !important;
3213
+ }
3214
+
3215
+
3216
+
3217
+ .dark\:text-emerald-400:is(.dark *) {
3218
+ --tw-text-opacity: 1 !important;
3219
+ color: rgb(52 211 153 / var(--tw-text-opacity)) !important;
3220
+ }
3221
+
3222
+
3223
+
3224
+ .dark\:text-fuchsia-400:is(.dark *) {
3225
+ --tw-text-opacity: 1 !important;
3226
+ color: rgb(232 121 249 / var(--tw-text-opacity)) !important;
3227
+ }
3228
+
3229
+
3230
+
3231
+ .dark\:text-gray-600:is(.dark *) {
3232
+ --tw-text-opacity: 1 !important;
3233
+ color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
3234
+ }
3235
+
3236
+
3237
+
3238
+ .dark\:text-gray-700:is(.dark *) {
3239
+ --tw-text-opacity: 1 !important;
3240
+ color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
3241
+ }
3242
+
3243
+
3244
+
3245
+ .dark\:text-green-400:is(.dark *) {
3246
+ --tw-text-opacity: 1 !important;
3247
+ color: rgb(74 222 128 / var(--tw-text-opacity)) !important;
3248
+ }
3249
+
3250
+
3251
+
3252
+ .dark\:text-indigo-400:is(.dark *) {
3253
+ --tw-text-opacity: 1 !important;
3254
+ color: rgb(129 140 248 / var(--tw-text-opacity)) !important;
3255
+ }
3256
+
3257
+
3258
+
3259
+ .dark\:text-lime-400:is(.dark *) {
3260
+ --tw-text-opacity: 1 !important;
3261
+ color: rgb(163 230 53 / var(--tw-text-opacity)) !important;
3262
+ }
3263
+
3264
+
3265
+
3266
+ .dark\:text-orange-400:is(.dark *) {
3267
+ --tw-text-opacity: 1 !important;
3268
+ color: rgb(251 146 60 / var(--tw-text-opacity)) !important;
3269
+ }
3270
+
3271
+
3272
+
3273
+ .dark\:text-pink-400:is(.dark *) {
3274
+ --tw-text-opacity: 1 !important;
3275
+ color: rgb(244 114 182 / var(--tw-text-opacity)) !important;
3276
+ }
3277
+
3278
+
3279
+
3280
+ .dark\:text-purple-400:is(.dark *) {
3281
+ --tw-text-opacity: 1 !important;
3282
+ color: rgb(192 132 252 / var(--tw-text-opacity)) !important;
3283
+ }
3284
+
3285
+
3286
+
3287
+ .dark\:text-red-400:is(.dark *) {
3288
+ --tw-text-opacity: 1 !important;
3289
+ color: rgb(248 113 113 / var(--tw-text-opacity)) !important;
3290
+ }
3291
+
3292
+
3293
+
3294
+ .dark\:text-rose-400:is(.dark *) {
3295
+ --tw-text-opacity: 1 !important;
3296
+ color: rgb(251 113 133 / var(--tw-text-opacity)) !important;
3297
+ }
3298
+
3299
+
3300
+
3301
+ .dark\:text-sky-400:is(.dark *) {
3302
+ --tw-text-opacity: 1 !important;
3303
+ color: rgb(56 189 248 / var(--tw-text-opacity)) !important;
3304
+ }
3305
+
3306
+
3307
+
3308
+ .dark\:text-teal-400:is(.dark *) {
3309
+ --tw-text-opacity: 1 !important;
3310
+ color: rgb(45 212 191 / var(--tw-text-opacity)) !important;
3311
+ }
3312
+
3313
+
3314
+
3315
+ .dark\:text-violet-400:is(.dark *) {
3316
+ --tw-text-opacity: 1 !important;
3317
+ color: rgb(167 139 250 / var(--tw-text-opacity)) !important;
3318
+ }
3319
+
3320
+
3321
+
3322
+ .dark\:text-white:is(.dark *) {
3323
+ --tw-text-opacity: 1 !important;
3324
+ color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
3325
+ }
3326
+
3327
+
3328
+
3329
+ .dark\:text-white\/70:is(.dark *) {
3330
+ color: rgb(255 255 255 / 0.7) !important;
3331
+ }
3332
+
3333
+
3334
+
3335
+ .dark\:text-white\/80:is(.dark *) {
3336
+ color: rgb(255 255 255 / 0.8) !important;
3337
+ }
3338
+
3339
+
3340
+
3341
+ .dark\:text-yellow-400:is(.dark *) {
3342
+ --tw-text-opacity: 1 !important;
3343
+ color: rgb(250 204 21 / var(--tw-text-opacity)) !important;
3344
+ }
3345
+
3346
+
3347
+
3348
+ .dark\:hover\:bg-white\/10:hover:is(.dark *) {
3349
+ background-color: rgb(255 255 255 / 0.1) !important;
3350
+ }
3351
+
3352
+
3353
+
3354
+ .dark\:hover\:text-amber-400:hover:is(.dark *) {
3355
+ --tw-text-opacity: 1 !important;
3356
+ color: rgb(251 191 36 / var(--tw-text-opacity)) !important;
3357
+ }
3358
+
3359
+
3360
+
3361
+ .dark\:hover\:text-blue-400:hover:is(.dark *) {
3362
+ --tw-text-opacity: 1 !important;
3363
+ color: rgb(96 165 250 / var(--tw-text-opacity)) !important;
3364
+ }
3365
+
3366
+
3367
+
3368
+ .dark\:hover\:text-cyan-400:hover:is(.dark *) {
3369
+ --tw-text-opacity: 1 !important;
3370
+ color: rgb(34 211 238 / var(--tw-text-opacity)) !important;
3371
+ }
3372
+
3373
+
3374
+
3375
+ .dark\:hover\:text-emerald-400:hover:is(.dark *) {
3376
+ --tw-text-opacity: 1 !important;
3377
+ color: rgb(52 211 153 / var(--tw-text-opacity)) !important;
3378
+ }
3379
+
3380
+
3381
+
3382
+ .dark\:hover\:text-fuchsia-400:hover:is(.dark *) {
3383
+ --tw-text-opacity: 1 !important;
3384
+ color: rgb(232 121 249 / var(--tw-text-opacity)) !important;
3385
+ }
3386
+
3387
+
3388
+
3389
+ .dark\:hover\:text-green-400:hover:is(.dark *) {
3390
+ --tw-text-opacity: 1 !important;
3391
+ color: rgb(74 222 128 / var(--tw-text-opacity)) !important;
3392
+ }
3393
+
3394
+
3395
+
3396
+ .dark\:hover\:text-indigo-400:hover:is(.dark *) {
3397
+ --tw-text-opacity: 1 !important;
3398
+ color: rgb(129 140 248 / var(--tw-text-opacity)) !important;
3399
+ }
3400
+
3401
+
3402
+
3403
+ .dark\:hover\:text-lime-400:hover:is(.dark *) {
3404
+ --tw-text-opacity: 1 !important;
3405
+ color: rgb(163 230 53 / var(--tw-text-opacity)) !important;
3406
+ }
3407
+
3408
+
3409
+
3410
+ .dark\:hover\:text-orange-400:hover:is(.dark *) {
3411
+ --tw-text-opacity: 1 !important;
3412
+ color: rgb(251 146 60 / var(--tw-text-opacity)) !important;
3413
+ }
3414
+
3415
+
3416
+
3417
+ .dark\:hover\:text-pink-400:hover:is(.dark *) {
3418
+ --tw-text-opacity: 1 !important;
3419
+ color: rgb(244 114 182 / var(--tw-text-opacity)) !important;
3420
+ }
3421
+
3422
+
3423
+
3424
+ .dark\:hover\:text-purple-400:hover:is(.dark *) {
3425
+ --tw-text-opacity: 1 !important;
3426
+ color: rgb(192 132 252 / var(--tw-text-opacity)) !important;
3427
+ }
3428
+
3429
+
3430
+
3431
+ .dark\:hover\:text-red-400:hover:is(.dark *) {
3432
+ --tw-text-opacity: 1 !important;
3433
+ color: rgb(248 113 113 / var(--tw-text-opacity)) !important;
3434
+ }
3435
+
3436
+
3437
+
3438
+ .dark\:hover\:text-rose-400:hover:is(.dark *) {
3439
+ --tw-text-opacity: 1 !important;
3440
+ color: rgb(251 113 133 / var(--tw-text-opacity)) !important;
3441
+ }
3442
+
3443
+
3444
+
3445
+ .dark\:hover\:text-sky-400:hover:is(.dark *) {
3446
+ --tw-text-opacity: 1 !important;
3447
+ color: rgb(56 189 248 / var(--tw-text-opacity)) !important;
3448
+ }
3449
+
3450
+
3451
+
3452
+ .dark\:hover\:text-teal-400:hover:is(.dark *) {
3453
+ --tw-text-opacity: 1 !important;
3454
+ color: rgb(45 212 191 / var(--tw-text-opacity)) !important;
3455
+ }
3456
+
3457
+
3458
+
3459
+ .dark\:hover\:text-violet-400:hover:is(.dark *) {
3460
+ --tw-text-opacity: 1 !important;
3461
+ color: rgb(167 139 250 / var(--tw-text-opacity)) !important;
3462
+ }
3463
+
3464
+
3465
+
3466
+ .dark\:hover\:text-yellow-400:hover:is(.dark *) {
3467
+ --tw-text-opacity: 1 !important;
3468
+ color: rgb(250 204 21 / var(--tw-text-opacity)) !important;
3469
+ }
3470
+
3471
+
3472
+
3473
+ .dark\:focus\:bg-white\/10:focus:is(.dark *) {
3474
+ background-color: rgb(255 255 255 / 0.1) !important;
3475
+ }
3476
+
3477
+
3478
+
3479
+ @media (min-width: 640px) {
3480
+
3481
+ .sm\:px-2 {
3482
+ padding-left: 0.5rem !important;
3483
+ padding-right: 0.5rem !important;
3484
+ }
3485
+ }
3486
+
3487
+
3488
+
3489
+ @media (min-width: 768px) {
3490
+
3491
+ .md\:block {
3492
+ display: block !important;
3493
+ }
3494
+
3495
+ .md\:w-1\/3 {
3496
+ width: 33.333333% !important;
3497
+ }
3498
+
3499
+ .md\:w-\[296px\] {
3500
+ width: 296px !important;
3501
+ }
3502
+
3503
+ .md\:w-auto {
3504
+ width: auto !important;
3505
+ }
3506
+
3507
+ .md\:min-w-\[296px\] {
3508
+ min-width: 296px !important;
3509
+ }
3510
+
3511
+ .md\:flex-row {
3512
+ flex-direction: row !important;
3513
+ }
3514
+
3515
+ .md\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
3516
+ --tw-space-x-reverse: 0 !important;
3517
+ margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
3518
+ margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
3519
+ }
3520
+
3521
+ .md\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
3522
+ --tw-space-x-reverse: 0 !important;
3523
+ margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
3524
+ margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
3525
+ }
3526
+
3527
+ .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
3528
+ --tw-space-y-reverse: 0 !important;
3529
+ margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
3530
+ margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
3531
+ }
3532
+
3533
+ .md\:border-b {
3534
+ border-bottom-width: 1px !important;
3535
+ }
3536
+
3537
+ .md\:pl-1 {
3538
+ padding-left: 0.25rem !important;
3539
+ }
3540
+
3541
+ .md\:pl-2 {
3542
+ padding-left: 0.5rem !important;
3543
+ }
3544
+ }
3545
+
3546
+
3547
+
3548
+ @media (min-width: 1024px) {
3549
+
3550
+ .lg\:mb-0 {
3551
+ margin-bottom: 0px !important;
3552
+ }
3553
+
3554
+ .lg\:h-10 {
3555
+ height: 2.5rem !important;
3556
+ }
3557
+
3558
+ .lg\:min-h-7 {
3559
+ min-height: 1.75rem !important;
3560
+ }
3561
+
3562
+ .lg\:min-h-\[32px\] {
3563
+ min-height: 32px !important;
3564
+ }
3565
+
3566
+ .lg\:w-1\/3 {
3567
+ width: 33.333333% !important;
3568
+ }
3569
+
3570
+ .lg\:w-10 {
3571
+ width: 2.5rem !important;
3572
+ }
3573
+
3574
+ .lg\:w-auto {
3575
+ width: auto !important;
3576
+ }
3577
+
3578
+ .lg\:flex-row {
3579
+ flex-direction: row !important;
3580
+ }
3581
+
3582
+ .lg\:flex-col {
3583
+ flex-direction: column !important;
3584
+ }
3585
+
3586
+ .lg\:border-b-0 {
3587
+ border-bottom-width: 0px !important;
3588
+ }
3589
+
3590
+ .lg\:border-r {
3591
+ border-right-width: 1px !important;
3592
+ }
3593
+
3594
+ .lg\:pb-0 {
3595
+ padding-bottom: 0px !important;
3596
+ }
3597
+
3598
+ .lg\:pr-1 {
3599
+ padding-right: 0.25rem !important;
3600
+ }
3601
+
3602
+ .lg\:text-xs {
3603
+ font-size: 0.75rem !important;
3604
+ line-height: 1rem !important;
3605
+ }
3606
+ }
3607
+
3608
+
3609
+
3610
+ @media (min-width: 1536px) {
3611
+
3612
+ .\32xl\:text-sm {
3613
+ font-size: 0.875rem !important;
3614
+ line-height: 1.25rem !important;
3615
+ }
510
3616
  }