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